@progress/kendo-react-grid 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 (328) hide show
  1. package/{dist/es/Grid.d.ts → Grid.d.ts} +5 -1
  2. package/{dist/npm/GridColumn.d.ts → GridColumn.d.ts} +4 -0
  3. package/{dist/npm/GridNoRecords.d.ts → GridNoRecords.d.ts} +4 -0
  4. package/{dist/npm/GridToolbar.d.ts → GridToolbar.d.ts} +5 -1
  5. package/LICENSE.md +1 -1
  6. package/ScrollMode.d.ts +5 -0
  7. package/{dist/es/StatusBar.d.ts → StatusBar.d.ts} +4 -0
  8. package/{dist/npm/VirtualScroll.d.ts → VirtualScroll.d.ts} +4 -0
  9. package/{dist/es/VirtualScrollFixed.d.ts → VirtualScrollFixed.d.ts} +4 -0
  10. package/cells/GridCell.d.ts +6 -0
  11. package/{dist/es/cells → cells}/GridDetailCell.d.ts +5 -1
  12. package/cells/GridDetailHierarchyCell.d.ts +10 -0
  13. package/cells/GridEditCell.d.ts +9 -0
  14. package/cells/GridFilterCell.d.ts +20 -0
  15. package/cells/GridGroupCell.d.ts +9 -0
  16. package/cells/GridHierarchyCell.d.ts +9 -0
  17. package/cells/GridSelectionCell.d.ts +9 -0
  18. package/{dist/npm/columnMenu → columnMenu}/GridColumnMenuCheckboxFilter.d.ts +5 -1
  19. package/{dist/npm/columnMenu → columnMenu}/GridColumnMenuColumnsList.d.ts +4 -0
  20. package/{dist/npm/columnMenu → columnMenu}/GridColumnMenuFilter.d.ts +5 -1
  21. package/{dist/npm/columnMenu → columnMenu}/GridColumnMenuFilterCell.d.ts +5 -1
  22. package/columnMenu/GridColumnMenuFilterUI.d.ts +12 -0
  23. package/{dist/es/columnMenu → columnMenu}/GridColumnMenuGroup.d.ts +5 -1
  24. package/{dist/es/columnMenu → columnMenu}/GridColumnMenuItem.d.ts +5 -1
  25. package/{dist/es/columnMenu → columnMenu}/GridColumnMenuItemContent.d.ts +5 -1
  26. package/{dist/es/columnMenu → columnMenu}/GridColumnMenuItemGroup.d.ts +5 -1
  27. package/{dist/es/columnMenu → columnMenu}/GridColumnMenuSort.d.ts +5 -1
  28. package/{dist/npm/columnMenu → columnMenu}/GridColumnMenuWrapper.d.ts +5 -1
  29. package/{dist/es/constants → constants}/index.d.ts +4 -0
  30. package/dist/cdn/js/kendo-react-grid.js +5 -1
  31. package/{dist/npm/drag → drag}/ColumnDraggable.d.ts +5 -1
  32. package/{dist/es/drag → drag}/ColumnResize.d.ts +4 -0
  33. package/{dist/es/drag → drag}/CommonDragLogic.d.ts +5 -1
  34. package/{dist/npm/drag → drag}/GroupingIndicator.d.ts +5 -1
  35. package/{dist/es/filterCommon.d.ts → filterCommon.d.ts} +5 -1
  36. package/{dist/npm/footer → footer}/Footer.d.ts +5 -1
  37. package/{dist/npm/footer → footer}/FooterRow.d.ts +5 -1
  38. package/{dist/npm/header → header}/FilterRow.d.ts +5 -1
  39. package/{dist/npm/header → header}/GridHeaderCell.d.ts +5 -1
  40. package/header/GridHeaderSelectionCell.d.ts +13 -0
  41. package/{dist/npm/header → header}/GroupPanel.d.ts +5 -1
  42. package/{dist/es/header → header}/Header.d.ts +5 -1
  43. package/{dist/npm/header → header}/HeaderRow.d.ts +6 -2
  44. package/{dist/es/main.d.ts → index.d.ts} +31 -27
  45. package/index.js +5 -0
  46. package/index.mjs +3814 -0
  47. package/{dist/npm/interfaces → interfaces}/GridCellProps.d.ts +4 -1
  48. package/{dist/es/interfaces → interfaces}/GridCellsSettings.d.ts +4 -0
  49. package/interfaces/GridColumnMenuBaseProps.d.ts +18 -0
  50. package/{dist/es/interfaces → interfaces}/GridColumnMenuColumnProps.d.ts +4 -0
  51. package/{dist/es/interfaces → interfaces}/GridColumnMenuFilterBaseProps.d.ts +4 -1
  52. package/{dist/es/interfaces → interfaces}/GridColumnMenuFilterUIProps.d.ts +4 -0
  53. package/{dist/npm/interfaces → interfaces}/GridColumnMenuGroupBaseProps.d.ts +4 -1
  54. package/{dist/es/interfaces → interfaces}/GridColumnMenuProps.d.ts +4 -0
  55. package/{dist/npm/interfaces → interfaces}/GridColumnMenuSortBaseProps.d.ts +4 -1
  56. package/{dist/es/interfaces → interfaces}/GridColumnProps.d.ts +4 -0
  57. package/interfaces/GridDetailRowProps.d.ts +17 -0
  58. package/{dist/npm/interfaces → interfaces}/GridFilterCellProps.d.ts +4 -1
  59. package/interfaces/GridFilterOperator.d.ts +10 -0
  60. package/{dist/es/interfaces → interfaces}/GridFilterOperators.d.ts +4 -0
  61. package/{dist/npm/interfaces → interfaces}/GridFooterCellProps.d.ts +4 -1
  62. package/{dist/es/interfaces → interfaces}/GridGroupableSettings.d.ts +4 -0
  63. package/{dist/npm/interfaces → interfaces}/GridHeaderCellProps.d.ts +4 -1
  64. package/interfaces/GridNoRecordsProps.d.ts +13 -0
  65. package/{dist/npm/interfaces → interfaces}/GridProps.d.ts +4 -0
  66. package/{dist/es/interfaces → interfaces}/GridRowProps.d.ts +4 -1
  67. package/interfaces/GridRowType.d.ts +13 -0
  68. package/{dist/npm/interfaces → interfaces}/GridSelectableSettings.d.ts +5 -1
  69. package/interfaces/GridSortSettings.d.ts +17 -0
  70. package/{dist/es/interfaces → interfaces}/GridToolbarProps.d.ts +4 -1
  71. package/{dist/es/interfaces → interfaces}/VirtualScrollInterface.d.ts +4 -0
  72. package/{dist/npm/interfaces → interfaces}/events.d.ts +4 -1
  73. package/{dist/npm/messages → messages}/index.d.ts +4 -0
  74. package/package-metadata.d.ts +9 -0
  75. package/package.json +36 -59
  76. package/{dist/es/paging → paging}/GridPagerSettings.d.ts +6 -2
  77. package/paging/Page.d.ts +17 -0
  78. package/{dist/npm/rows → rows}/GridDetailRow.d.ts +4 -0
  79. package/rows/GridRow.d.ts +15 -0
  80. package/{dist/es/utils → utils}/index.d.ts +11 -7
  81. package/about.md +0 -3
  82. package/dist/es/Grid.js +0 -1042
  83. package/dist/es/GridColumn.d.ts +0 -24
  84. package/dist/es/GridColumn.js +0 -54
  85. package/dist/es/GridNoRecords.d.ts +0 -36
  86. package/dist/es/GridNoRecords.js +0 -63
  87. package/dist/es/GridToolbar.d.ts +0 -50
  88. package/dist/es/GridToolbar.js +0 -78
  89. package/dist/es/ScrollMode.d.ts +0 -1
  90. package/dist/es/ScrollMode.js +0 -1
  91. package/dist/es/StatusBar.js +0 -109
  92. package/dist/es/VirtualScroll.d.ts +0 -47
  93. package/dist/es/VirtualScroll.js +0 -243
  94. package/dist/es/VirtualScrollFixed.js +0 -153
  95. package/dist/es/cells/GridCell.d.ts +0 -3
  96. package/dist/es/cells/GridCell.js +0 -59
  97. package/dist/es/cells/GridDetailCell.js +0 -25
  98. package/dist/es/cells/GridDetailHierarchyCell.d.ts +0 -7
  99. package/dist/es/cells/GridDetailHierarchyCell.js +0 -18
  100. package/dist/es/cells/GridEditCell.d.ts +0 -6
  101. package/dist/es/cells/GridEditCell.js +0 -96
  102. package/dist/es/cells/GridFilterCell.d.ts +0 -16
  103. package/dist/es/cells/GridFilterCell.js +0 -102
  104. package/dist/es/cells/GridGroupCell.d.ts +0 -6
  105. package/dist/es/cells/GridGroupCell.js +0 -114
  106. package/dist/es/cells/GridHierarchyCell.d.ts +0 -6
  107. package/dist/es/cells/GridHierarchyCell.js +0 -77
  108. package/dist/es/cells/GridSelectionCell.d.ts +0 -6
  109. package/dist/es/cells/GridSelectionCell.js +0 -44
  110. package/dist/es/columnMenu/GridColumnMenuCheckboxFilter.d.ts +0 -118
  111. package/dist/es/columnMenu/GridColumnMenuCheckboxFilter.js +0 -328
  112. package/dist/es/columnMenu/GridColumnMenuColumnsList.d.ts +0 -27
  113. package/dist/es/columnMenu/GridColumnMenuColumnsList.js +0 -57
  114. package/dist/es/columnMenu/GridColumnMenuFilter.d.ts +0 -161
  115. package/dist/es/columnMenu/GridColumnMenuFilter.js +0 -377
  116. package/dist/es/columnMenu/GridColumnMenuFilterCell.d.ts +0 -33
  117. package/dist/es/columnMenu/GridColumnMenuFilterCell.js +0 -72
  118. package/dist/es/columnMenu/GridColumnMenuFilterUI.d.ts +0 -8
  119. package/dist/es/columnMenu/GridColumnMenuFilterUI.js +0 -48
  120. package/dist/es/columnMenu/GridColumnMenuGroup.js +0 -125
  121. package/dist/es/columnMenu/GridColumnMenuItem.js +0 -37
  122. package/dist/es/columnMenu/GridColumnMenuItemContent.js +0 -36
  123. package/dist/es/columnMenu/GridColumnMenuItemGroup.js +0 -35
  124. package/dist/es/columnMenu/GridColumnMenuSort.js +0 -189
  125. package/dist/es/columnMenu/GridColumnMenuWrapper.d.ts +0 -45
  126. package/dist/es/columnMenu/GridColumnMenuWrapper.js +0 -120
  127. package/dist/es/constants/index.js +0 -7
  128. package/dist/es/drag/ColumnDraggable.d.ts +0 -34
  129. package/dist/es/drag/ColumnDraggable.js +0 -62
  130. package/dist/es/drag/ColumnResize.js +0 -234
  131. package/dist/es/drag/CommonDragLogic.js +0 -209
  132. package/dist/es/drag/GroupingIndicator.d.ts +0 -37
  133. package/dist/es/drag/GroupingIndicator.js +0 -107
  134. package/dist/es/filterCommon.js +0 -165
  135. package/dist/es/footer/Footer.d.ts +0 -34
  136. package/dist/es/footer/Footer.js +0 -70
  137. package/dist/es/footer/FooterRow.d.ts +0 -21
  138. package/dist/es/footer/FooterRow.js +0 -75
  139. package/dist/es/header/FilterRow.d.ts +0 -34
  140. package/dist/es/header/FilterRow.js +0 -139
  141. package/dist/es/header/GridHeaderCell.d.ts +0 -52
  142. package/dist/es/header/GridHeaderCell.js +0 -101
  143. package/dist/es/header/GridHeaderSelectionCell.d.ts +0 -9
  144. package/dist/es/header/GridHeaderSelectionCell.js +0 -59
  145. package/dist/es/header/GroupPanel.d.ts +0 -22
  146. package/dist/es/header/GroupPanel.js +0 -57
  147. package/dist/es/header/Header.js +0 -112
  148. package/dist/es/header/HeaderRow.d.ts +0 -47
  149. package/dist/es/header/HeaderRow.js +0 -180
  150. package/dist/es/interfaces/GridCellProps.d.ts +0 -70
  151. package/dist/es/interfaces/GridCellProps.js +0 -2
  152. package/dist/es/interfaces/GridCellsSettings.js +0 -1
  153. package/dist/es/interfaces/GridColumnMenuBaseProps.d.ts +0 -14
  154. package/dist/es/interfaces/GridColumnMenuBaseProps.js +0 -1
  155. package/dist/es/interfaces/GridColumnMenuColumnProps.js +0 -1
  156. package/dist/es/interfaces/GridColumnMenuFilterBaseProps.js +0 -1
  157. package/dist/es/interfaces/GridColumnMenuFilterUIProps.js +0 -1
  158. package/dist/es/interfaces/GridColumnMenuGroupBaseProps.d.ts +0 -20
  159. package/dist/es/interfaces/GridColumnMenuGroupBaseProps.js +0 -1
  160. package/dist/es/interfaces/GridColumnMenuProps.js +0 -1
  161. package/dist/es/interfaces/GridColumnMenuSortBaseProps.d.ts +0 -21
  162. package/dist/es/interfaces/GridColumnMenuSortBaseProps.js +0 -1
  163. package/dist/es/interfaces/GridColumnProps.js +0 -2
  164. package/dist/es/interfaces/GridDetailRowProps.d.ts +0 -13
  165. package/dist/es/interfaces/GridDetailRowProps.js +0 -1
  166. package/dist/es/interfaces/GridFilterCellProps.d.ts +0 -65
  167. package/dist/es/interfaces/GridFilterCellProps.js +0 -1
  168. package/dist/es/interfaces/GridFilterOperator.d.ts +0 -6
  169. package/dist/es/interfaces/GridFilterOperator.js +0 -1
  170. package/dist/es/interfaces/GridFilterOperators.js +0 -1
  171. package/dist/es/interfaces/GridFooterCellProps.d.ts +0 -23
  172. package/dist/es/interfaces/GridFooterCellProps.js +0 -1
  173. package/dist/es/interfaces/GridGroupableSettings.js +0 -1
  174. package/dist/es/interfaces/GridHeaderCellProps.d.ts +0 -17
  175. package/dist/es/interfaces/GridHeaderCellProps.js +0 -1
  176. package/dist/es/interfaces/GridNoRecordsProps.d.ts +0 -10
  177. package/dist/es/interfaces/GridNoRecordsProps.js +0 -1
  178. package/dist/es/interfaces/GridProps.d.ts +0 -317
  179. package/dist/es/interfaces/GridProps.js +0 -2
  180. package/dist/es/interfaces/GridRowProps.js +0 -2
  181. package/dist/es/interfaces/GridRowType.d.ts +0 -9
  182. package/dist/es/interfaces/GridRowType.js +0 -1
  183. package/dist/es/interfaces/GridSelectableSettings.d.ts +0 -18
  184. package/dist/es/interfaces/GridSelectableSettings.js +0 -2
  185. package/dist/es/interfaces/GridSortSettings.d.ts +0 -13
  186. package/dist/es/interfaces/GridSortSettings.js +0 -19
  187. package/dist/es/interfaces/GridToolbarProps.js +0 -1
  188. package/dist/es/interfaces/VirtualScrollInterface.js +0 -1
  189. package/dist/es/interfaces/events.d.ts +0 -229
  190. package/dist/es/interfaces/events.js +0 -1
  191. package/dist/es/main.js +0 -33
  192. package/dist/es/messages/index.d.ts +0 -190
  193. package/dist/es/messages/index.js +0 -191
  194. package/dist/es/package-metadata.d.ts +0 -5
  195. package/dist/es/package-metadata.js +0 -11
  196. package/dist/es/paging/GridPagerSettings.js +0 -21
  197. package/dist/es/paging/Page.d.ts +0 -13
  198. package/dist/es/paging/Page.js +0 -1
  199. package/dist/es/rows/GridDetailRow.d.ts +0 -51
  200. package/dist/es/rows/GridDetailRow.js +0 -75
  201. package/dist/es/rows/GridRow.d.ts +0 -11
  202. package/dist/es/rows/GridRow.js +0 -64
  203. package/dist/es/utils/index.js +0 -263
  204. package/dist/npm/Grid.d.ts +0 -255
  205. package/dist/npm/Grid.js +0 -1045
  206. package/dist/npm/GridColumn.js +0 -58
  207. package/dist/npm/GridNoRecords.js +0 -66
  208. package/dist/npm/GridToolbar.js +0 -81
  209. package/dist/npm/ScrollMode.d.ts +0 -1
  210. package/dist/npm/ScrollMode.js +0 -2
  211. package/dist/npm/StatusBar.d.ts +0 -47
  212. package/dist/npm/StatusBar.js +0 -115
  213. package/dist/npm/VirtualScroll.js +0 -246
  214. package/dist/npm/VirtualScrollFixed.d.ts +0 -49
  215. package/dist/npm/VirtualScrollFixed.js +0 -156
  216. package/dist/npm/cells/GridCell.d.ts +0 -3
  217. package/dist/npm/cells/GridCell.js +0 -63
  218. package/dist/npm/cells/GridDetailCell.d.ts +0 -14
  219. package/dist/npm/cells/GridDetailCell.js +0 -29
  220. package/dist/npm/cells/GridDetailHierarchyCell.d.ts +0 -7
  221. package/dist/npm/cells/GridDetailHierarchyCell.js +0 -22
  222. package/dist/npm/cells/GridEditCell.d.ts +0 -6
  223. package/dist/npm/cells/GridEditCell.js +0 -100
  224. package/dist/npm/cells/GridFilterCell.d.ts +0 -16
  225. package/dist/npm/cells/GridFilterCell.js +0 -105
  226. package/dist/npm/cells/GridGroupCell.d.ts +0 -6
  227. package/dist/npm/cells/GridGroupCell.js +0 -118
  228. package/dist/npm/cells/GridHierarchyCell.d.ts +0 -6
  229. package/dist/npm/cells/GridHierarchyCell.js +0 -81
  230. package/dist/npm/cells/GridSelectionCell.d.ts +0 -6
  231. package/dist/npm/cells/GridSelectionCell.js +0 -48
  232. package/dist/npm/columnMenu/GridColumnMenuCheckboxFilter.js +0 -331
  233. package/dist/npm/columnMenu/GridColumnMenuColumnsList.js +0 -61
  234. package/dist/npm/columnMenu/GridColumnMenuFilter.js +0 -382
  235. package/dist/npm/columnMenu/GridColumnMenuFilterCell.js +0 -75
  236. package/dist/npm/columnMenu/GridColumnMenuFilterUI.d.ts +0 -8
  237. package/dist/npm/columnMenu/GridColumnMenuFilterUI.js +0 -51
  238. package/dist/npm/columnMenu/GridColumnMenuGroup.d.ts +0 -73
  239. package/dist/npm/columnMenu/GridColumnMenuGroup.js +0 -128
  240. package/dist/npm/columnMenu/GridColumnMenuItem.d.ts +0 -36
  241. package/dist/npm/columnMenu/GridColumnMenuItem.js +0 -40
  242. package/dist/npm/columnMenu/GridColumnMenuItemContent.d.ts +0 -20
  243. package/dist/npm/columnMenu/GridColumnMenuItemContent.js +0 -39
  244. package/dist/npm/columnMenu/GridColumnMenuItemGroup.d.ts +0 -16
  245. package/dist/npm/columnMenu/GridColumnMenuItemGroup.js +0 -38
  246. package/dist/npm/columnMenu/GridColumnMenuSort.d.ts +0 -85
  247. package/dist/npm/columnMenu/GridColumnMenuSort.js +0 -192
  248. package/dist/npm/columnMenu/GridColumnMenuWrapper.js +0 -123
  249. package/dist/npm/constants/index.d.ts +0 -6
  250. package/dist/npm/constants/index.js +0 -10
  251. package/dist/npm/drag/ColumnDraggable.js +0 -65
  252. package/dist/npm/drag/ColumnResize.d.ts +0 -33
  253. package/dist/npm/drag/ColumnResize.js +0 -237
  254. package/dist/npm/drag/CommonDragLogic.d.ts +0 -40
  255. package/dist/npm/drag/CommonDragLogic.js +0 -212
  256. package/dist/npm/drag/GroupingIndicator.js +0 -110
  257. package/dist/npm/filterCommon.d.ts +0 -69
  258. package/dist/npm/filterCommon.js +0 -175
  259. package/dist/npm/footer/Footer.js +0 -73
  260. package/dist/npm/footer/FooterRow.js +0 -78
  261. package/dist/npm/header/FilterRow.js +0 -142
  262. package/dist/npm/header/GridHeaderCell.js +0 -104
  263. package/dist/npm/header/GridHeaderSelectionCell.d.ts +0 -9
  264. package/dist/npm/header/GridHeaderSelectionCell.js +0 -62
  265. package/dist/npm/header/GroupPanel.js +0 -60
  266. package/dist/npm/header/Header.d.ts +0 -42
  267. package/dist/npm/header/Header.js +0 -115
  268. package/dist/npm/header/HeaderRow.js +0 -183
  269. package/dist/npm/interfaces/GridCellProps.js +0 -3
  270. package/dist/npm/interfaces/GridCellsSettings.d.ts +0 -111
  271. package/dist/npm/interfaces/GridCellsSettings.js +0 -3
  272. package/dist/npm/interfaces/GridColumnMenuBaseProps.d.ts +0 -14
  273. package/dist/npm/interfaces/GridColumnMenuBaseProps.js +0 -2
  274. package/dist/npm/interfaces/GridColumnMenuColumnProps.d.ts +0 -25
  275. package/dist/npm/interfaces/GridColumnMenuColumnProps.js +0 -2
  276. package/dist/npm/interfaces/GridColumnMenuFilterBaseProps.d.ts +0 -25
  277. package/dist/npm/interfaces/GridColumnMenuFilterBaseProps.js +0 -2
  278. package/dist/npm/interfaces/GridColumnMenuFilterUIProps.d.ts +0 -31
  279. package/dist/npm/interfaces/GridColumnMenuFilterUIProps.js +0 -2
  280. package/dist/npm/interfaces/GridColumnMenuGroupBaseProps.js +0 -2
  281. package/dist/npm/interfaces/GridColumnMenuProps.d.ts +0 -8
  282. package/dist/npm/interfaces/GridColumnMenuProps.js +0 -2
  283. package/dist/npm/interfaces/GridColumnMenuSortBaseProps.js +0 -2
  284. package/dist/npm/interfaces/GridColumnProps.d.ts +0 -88
  285. package/dist/npm/interfaces/GridColumnProps.js +0 -3
  286. package/dist/npm/interfaces/GridDetailRowProps.d.ts +0 -13
  287. package/dist/npm/interfaces/GridDetailRowProps.js +0 -2
  288. package/dist/npm/interfaces/GridFilterCellProps.js +0 -2
  289. package/dist/npm/interfaces/GridFilterOperator.d.ts +0 -6
  290. package/dist/npm/interfaces/GridFilterOperator.js +0 -2
  291. package/dist/npm/interfaces/GridFilterOperators.d.ts +0 -49
  292. package/dist/npm/interfaces/GridFilterOperators.js +0 -2
  293. package/dist/npm/interfaces/GridFooterCellProps.js +0 -2
  294. package/dist/npm/interfaces/GridGroupableSettings.d.ts +0 -13
  295. package/dist/npm/interfaces/GridGroupableSettings.js +0 -2
  296. package/dist/npm/interfaces/GridHeaderCellProps.js +0 -2
  297. package/dist/npm/interfaces/GridNoRecordsProps.d.ts +0 -10
  298. package/dist/npm/interfaces/GridNoRecordsProps.js +0 -2
  299. package/dist/npm/interfaces/GridProps.js +0 -3
  300. package/dist/npm/interfaces/GridRowProps.d.ts +0 -64
  301. package/dist/npm/interfaces/GridRowProps.js +0 -3
  302. package/dist/npm/interfaces/GridRowType.d.ts +0 -9
  303. package/dist/npm/interfaces/GridRowType.js +0 -2
  304. package/dist/npm/interfaces/GridSelectableSettings.js +0 -3
  305. package/dist/npm/interfaces/GridSortSettings.d.ts +0 -13
  306. package/dist/npm/interfaces/GridSortSettings.js +0 -23
  307. package/dist/npm/interfaces/GridToolbarProps.d.ts +0 -34
  308. package/dist/npm/interfaces/GridToolbarProps.js +0 -2
  309. package/dist/npm/interfaces/VirtualScrollInterface.d.ts +0 -27
  310. package/dist/npm/interfaces/VirtualScrollInterface.js +0 -2
  311. package/dist/npm/interfaces/events.js +0 -2
  312. package/dist/npm/main.d.ts +0 -51
  313. package/dist/npm/main.js +0 -90
  314. package/dist/npm/messages/index.js +0 -195
  315. package/dist/npm/package-metadata.d.ts +0 -5
  316. package/dist/npm/package-metadata.js +0 -14
  317. package/dist/npm/paging/GridPagerSettings.d.ts +0 -67
  318. package/dist/npm/paging/GridPagerSettings.js +0 -25
  319. package/dist/npm/paging/Page.d.ts +0 -13
  320. package/dist/npm/paging/Page.js +0 -2
  321. package/dist/npm/rows/GridDetailRow.js +0 -78
  322. package/dist/npm/rows/GridRow.d.ts +0 -11
  323. package/dist/npm/rows/GridRow.js +0 -67
  324. package/dist/npm/utils/index.d.ts +0 -69
  325. package/dist/npm/utils/index.js +0 -275
  326. package/dist/systemjs/kendo-react-grid.js +0 -1
  327. package/e2e-legacy/snapshots/column-menu.png +0 -0
  328. package/e2e-next/basic.tests.ts +0 -25
@@ -1 +1,5 @@
1
- !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("react"),require("prop-types"),require("@progress/kendo-licensing"),require("react-dom"),require("@progress/kendo-react-intl"),require("react-transition-group"),require("@progress/kendo-date-math"),require("@progress/kendo-drawing")):"function"==typeof define&&define.amd?define(["react","prop-types","@progress/kendo-licensing","react-dom","@progress/kendo-react-intl","react-transition-group","@progress/kendo-date-math","@progress/kendo-drawing"],t):"object"==typeof exports?exports.KendoReactGrid=t(require("react"),require("prop-types"),require("@progress/kendo-licensing"),require("react-dom"),require("@progress/kendo-react-intl"),require("react-transition-group"),require("@progress/kendo-date-math"),require("@progress/kendo-drawing")):e.KendoReactGrid=t(e.React,e.PropTypes,e.KendoLicensing,e.ReactDOM,e.KendoReactIntl,e.ReactTransitionGroup,e.KendoDateMath,e.KendoDrawing)}(self,(function(e,t,n,r,o,i,a,l){return(()=>{"use strict";var s={8341:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)},a=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.Grid=void 0;var l=n(3899),s=n(189),c=n(4899),u=n(4445),p=n(9793),d=n(1959),h=n(9794),v=n(3225),f=n(8227),m=n(7545),g=n(4298),y=n(5836),b=n(9218),w=n(4422),z=n(2092),x=n(4929),C=n(5538),k=n(9237),I=n(2383),O=n(2220),E=n(1289),M=n(2119),S=n(6235),H=n(7603),V=n(3845),P=n(3364),D=n(4899),_=n(7363),R=n(2815),L=n(9530),N=function(e){function t(t){var n=e.call(this,t)||this;n._columns=[],n._columnsMap=[[]],n._columnsMutations=0,n._resized=!1,n._shouldUpdateLeftRight=!0,n.contextStateRef={current:void 0},n.navigationStateRef={current:void 0},n._data=[],n._slicedData=void 0,n.wrapperScrollTop=0,n.showLicenseWatermark=!1,n.headerRef=l.createRef(),n.headerElementRef=l.createRef(),n._element=null,n.tableElement=null,n.containerRef=l.createRef(),n.tableBodyRef=l.createRef(),n._footer=null,n.forceUpdateTimeout=void 0,n.isRtl=!1,n._gridId=(0,c.guid)(),n._gridRoleElementId=(0,c.guid)(),n.observer=null,n.handleIntersection=function(e){var t={rowIndex:n.rowIndex};e.forEach((function(e){e.isIntersecting||n.setCurrentOnTop(t)}))},n.setCurrentOnTop=function(e){if(n.vs.container&&"none"!==n.props.scrollable){n.observer&&n.observer.disconnect();var t=e.rowIndex;if("virtual"===n.props.scrollable)n.vs.askedSkip=t,n.vs.container.scroll(0,Math.round(n.vs.askedSkip/n.vs.total*n.vs.container.scrollHeight));else if(n.element){var r=t<1?n.element.querySelector("tbody > tr:nth-child(".concat(1,")")):n.element.querySelector("tbody > tr:nth-child(".concat(t+1,")"));r&&n.containerRef.current&&(n.containerRef.current.scrollTop=r.offsetTop)}}},n.scrollIntoView=function(e){if(n.vs.container&&"none"!==n.props.scrollable){n.rowIndex=e.rowIndex;var t=e.rowIndex,r=n.element;if(n.observer&&r){n.observer.disconnect();var o=r.querySelector('[absolute-row-index="'.concat(t,'"]'));o?n.observer.observe(o):n.setCurrentOnTop(e)}}},n.fitColumns=function(e){n.columnResize.dblClickHandler(null,e)},n.onContextMenu=function(e,t,r){if(n.props.onContextMenu){var o={target:n,syntheticEvent:e,nativeEvent:e.nativeEvent,dataItem:t,field:r};n.props.onContextMenu.call(void 0,o)}},n.getVirtualScroll=function(e){var t=e.rowHeight,r=e.detailRowHeight,o=e.detail,i=e.expandField,a=e.groupable,l=n.isAllData(),s=void 0!==t&&t>0,c=void 0!==r&&r>0,u=!0===a||"object"==typeof a&&!1!==a.enabled,p=Boolean(o&&i);return!s||u&&!l||p&&(!c||!l)?b.VirtualScroll:w.VirtualScrollFixed},n.isAllData=function(){var e=n.props,t=e.data,r=e.total;return Array.isArray(t)?t.length===r:!!t&&r===t.total},n.initializeVirtualization=function(e,t){if(n.reInitVirtualization("virtual"===n.props.scrollable,n.props.total,n.props.filter,n.props.group,n.props.sort,t||void 0===n.props.rowHeight||0===n.props.rowHeight),n.vs.fixedScroll=n.props.fixedScroll||!1,n.vs.PageChange=n.pageChange,n.vs.realSkip=n.props.skip||0,n.vs.pageSize=(void 0!==n.props.take?n.props.take:n.props.pageSize)||0,n.vs.scrollableVirtual="virtual"===n.props.scrollable,n.vs.total=e,n.vs.propsSkip=(n.props.skip||0)+("virtual"===n.props.scrollable?n.vs.topCacheCount+(n.vs.attendedSkip-(n.props.skip||0)):0),void 0!==n.props.rowHeight&&n.props.rowHeight>0&&!t){var r=n.props.rowHeight*e;n.vs.containerHeight=C.firefox?Math.min(C.firefoxMaxHeight,r):r}else n.vs.containerHeight=1533915;if(n.vs.containerRef=n.containerRef,n.vs.tableBodyRef=n.tableBodyRef,n.vs.table=n.tableElement,n._slicedData=void 0,n.vs instanceof w.VirtualScrollFixed){var o=n.props,i=o.rowHeight,a=void 0===i?0:i,l=o.detail,s=o.expandField,c=n.props.detailRowHeight,u=void 0===c?0:c;u=Boolean(l&&s)?u:a,n.isAllData()?(n.vs.total=n._data.length,n._slicedData=n._data.slice(n.vs.realSkip,n.vs.realSkip+n.vs.pageSize),n.vs.rowHeightService=n.rowHeightService(n.vs,n._data.length,a,u,n._data)):n.vs.rowHeightService=new w.RowHeightService(e,a,u),r=n.vs.rowHeightService.totalHeight(),n.vs.containerHeight=C.firefox?Math.min(C.firefoxMaxHeight,r):r}},n.scrollHandler=function(e){if(e.target===e.currentTarget){clearTimeout(n.forceUpdateTimeout),n.vs.table=n.tableElement;var t=e.currentTarget.scrollLeft,r=e.currentTarget.scrollTop;!n.props.columnVirtualization||n.vs.scrollableVirtual&&r!==n.wrapperScrollTop||(n.forceUpdateTimeout=window.setTimeout((function(){n.forceUpdate()}),0)),n._header&&n._header.setScrollLeft(t),n._footer&&n._footer.setScrollLeft(t),n.vs&&r!==n.wrapperScrollTop&&n.vs.scrollHandler(e),(0,c.dispatchEvent)(n.props.onScroll,e,n,void 0),n.wrapperScrollTop=r}},n.onKeyDown=function(e){if(u.tableKeyboardNavigation.onKeyDown(e,{contextStateRef:n.contextStateRef,navigationStateRef:n.navigationStateRef,onNavigationAction:n.onNavigationAction}),n.props.onKeyDown){var t=(0,u.getSelectionOptions)(n.props.selectable),r=t.mode,o=t.cell,a=i({dataItems:n.getLeafDataItems(),mode:r,cell:o,componentId:n._gridId,selectedField:n.props.selectedField},n.getArguments(e));n.props.onKeyDown.call(void 0,a)}},n.onFocus=function(e){u.tableKeyboardNavigation.onFocus(e,{contextStateRef:n.contextStateRef})},n.onNavigationAction=function(e){if(n.props.onNavigationAction){var t=i({focusElement:e.focusElement},n.getArguments(e.event));n.props.onNavigationAction.call(void 0,t)}},n.rowClick=function(e,t){n.props.onRowClick&&"TD"===e.target.nodeName&&n.props.onRowClick.call(void 0,i({dataItem:t.dataItem},n.getArguments(e)))},n.rowDblClick=function(e,t){n.props.onRowDoubleClick&&"TD"===e.target.nodeName&&n.props.onRowDoubleClick.call(void 0,i({dataItem:t.dataItem},n.getArguments(e)))},n.itemChange=function(e){var t=n.props.onItemChange;if(e.field===n.props.expandField||n.props.group&&void 0===e.field){var r=n.props.onExpandChange;r&&r.call(void 0,i(i({},n.getArguments(e.syntheticEvent)),{dataItem:e.dataItem,dataIndex:e.dataIndex,value:e.value}))}else t&&t.call(void 0,i(i({},n.getArguments(e.syntheticEvent)),{dataItem:e.dataItem,field:e.field,value:e.value}))},n.onHeaderSelectionChange=function(e){n.props.onHeaderSelectionChange&&n.props.onHeaderSelectionChange.call(void 0,{field:e.field,nativeEvent:e.syntheticEvent&&e.syntheticEvent.nativeEvent,syntheticEvent:e.syntheticEvent,target:n,dataItems:n.getLeafDataItems(),selectedField:n.props.selectedField})},n.selectionRelease=function(e){if(n.props.onSelectionChange){var t=i({syntheticEvent:void 0,target:n,selectedField:n.props.selectedField||"",componentId:n._gridId,dataItems:n.getLeafDataItems(),dataItem:null},e);n.props.onSelectionChange.call(void 0,t)}},n.pageChange=function(e,t,r){n.raiseDataEvent(n.props.onPageChange,{page:e},{skip:e.skip,take:e.take},t,r)},n.pagerPageChange=function(e){n.pageChange({skip:e.skip,take:e.take},e.syntheticEvent,e.targetEvent)},n.sortChange=function(e,t){n.raiseDataEvent(n.props.onSortChange,{sort:e},i({sort:e},"virtual"===n.props.scrollable?{skip:0}:{}),t)},n.filterChange=function(e,t){n.raiseDataEvent(n.props.onFilterChange,{filter:e},{filter:e||void 0,skip:0},t)},n.groupChange=function(e,t){var r=t.nativeEvent?t:{nativeEvent:t.nativeEvent||t.originalEvent};n.raiseDataEvent(n.props.onGroupChange,{group:e},{group:e,skip:0},r)},n.onResize=function(e,t,r,o,i,a){n.resetTableWidth(),n._shouldUpdateLeftRight=!0,n._resized=!0,n._columnsMutations++,n.props.onColumnResize&&n.props.onColumnResize.call(void 0,{columns:n.columns,nativeEvent:o,targetColumnId:a,index:e,newWidth:t,oldWidth:r,end:i,target:n})},n.reInitVirtualization=(0,c.memoizeOne)((function(e,t,r,o,i,a){n.vs.reset();var l=n.getVirtualScroll(n.props);n.vs=new l(a)})),n.flatData=(0,c.memoizeOne)((function(e,t,n,r,o,i,a){var l=[];return{flattedData:l,resolvedGroupsCount:(0,C.flatData)(l,e,t,{index:n},void 0!==r,o)}})),n.rowHeightService=(0,c.memoizeOne)((function(e,t,n,r,o){return new w.RowHeightService(t,n,r,o)})),n.childrenToArray=(0,c.memoizeOne)((function(e){return l.Children.toArray(e)})),n.readColumns=(0,c.memoizeOne)((function(e,t,r){var o=e.filter((function(e){return e&&e.type&&"KendoReactGridColumn"===e.type.displayName}));return(0,C.readColumns)(o,n.columns,{prevId:0,idPrefix:t})})),n.mapColumns=(0,c.memoizeOne)((function(e){return(0,u.mapColumns)(e)})),n.configureColumns=(0,c.memoizeOne)((function(e,t,r){n.props.selectedField&&e.filter((function(e){return e.field===n.props.selectedField})).forEach((function(e){e.width=e.width||"50px",e.cell=e.cell||p.GridSelectionCell,e.headerCell=e.headerCell||E.GridHeaderSelectionCell}));var o={id:"",resizable:!0,width:"32px",title:" ",declarationIndex:-1,orderIndex:-1,children:[],parentIndex:-1,depth:0,colSpan:0,rowSpan:0,left:0,right:0,index:0,rightBorder:!1,ariaColumnIndex:0,isAccessible:!0},a=0;n.props.expandField&&n.props.onExpandChange&&n.props.detail&&(e.unshift(i(i({},o),{cell:d.GridHierarchyCell,field:n.props.expandField,headerClassName:"k-hierarchy-cell k-header",id:u.tableKeyboardNavigationTools.generateNavigatableId("".concat(n._columns.length),r,"column")})),a++);for(var l=0;l<t;l++)e.unshift(i(i({},o),{isAccessible:!1,cell:I.GridGroupCell,field:"value",locked:n.props.lockGroups})),a++;e.slice(a).forEach((function(e){return e.parentIndex>=0&&(e.parentIndex+=a)}))})),n.getHeaderRow=(0,c.memoizeOne)((function(e,t,r,o,i,a,s,c,u,p,d,h){return l.createElement(f.HeaderRow,{cells:n.props.cells,sort:e,sortable:t,sortChange:n.sortChange,group:r||[],groupable:o,groupChange:n.groupChange,filter:i,filterable:a,filterOperators:s,filterChange:n.filterChange,columnMenu:u,selectionChange:n.onHeaderSelectionChange,columns:p,columnResize:n.columnResize,pressHandler:n.dragLogic.pressHandler,dragHandler:n.dragLogic.dragHandler,releaseHandler:n.dragLogic.releaseHandler,columnsMap:d,cellRender:c,isRtl:h,dragClue:n.dragLogic.dragClueRef,headerRef:n.headerElementRef,containerRef:n.containerRef})})),n.resolveTitle=function(e){var t=n._columns.find((function(t){return t.field===e})),r=t&&(t.title||t.field);return void 0===r?e:r},n.getLeafDataItems=function(){return n._data.filter((function(e){return"data"===e.rowType})).map((function(e){return e.dataItem}))},(0,D.validatePackage)(_.packageMetadata),n.showLicenseWatermark=(0,D.shouldShowValidationUI)(_.packageMetadata);var r=!0===n.props.groupable||"object"==typeof n.props.groupable&&!1!==n.props.groupable.enabled,o=n.getVirtualScroll(t);return n.vs=new o(r||void 0===t.rowHeight||0===t.rowHeight),n.dragLogic=new x.CommonDragLogic(n.columnReorder.bind(n),n.groupReorder.bind(n),n.columnToGroup.bind(n)),n.columnResize=new z.ColumnResize(n.onResize),u.tableKeyboardNavigation.onConstructor({navigatable:Boolean(t.navigatable),contextStateRef:n.contextStateRef,navigationStateRef:n.navigationStateRef,idPrefix:n._gridId}),n}return o(t,e),Object.defineProperty(t.prototype,"columns",{get:function(){var e=this._columns.filter((function(e){return e.declarationIndex>=0&&-1===e.parentIndex}));return(0,C.sanitizeColumns)(e)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"element",{get:function(){return this._element},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"document",{get:function(){if(c.canUseDOM)return this.element&&this.element.ownerDocument||document},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"_header",{get:function(){return this.headerRef.current},enumerable:!1,configurable:!0}),t.prototype.componentDidMount=function(){this.resetTableWidth(),(0,c.setScrollbarWidth)();var e=(0,u.isRtl)(this.element);this.isRtl=e,u.tableKeyboardNavigation.onComponentDidMount({scope:this.element||void 0,contextStateRef:this.contextStateRef,navigationStateRef:this.navigationStateRef}),this.isRtl&&this.forceUpdate(),this.observer=c.canUseDOM&&window.IntersectionObserver&&new window.IntersectionObserver(this.handleIntersection,{rootMargin:"0px",threshold:.9})||null},t.prototype.getSnapshotBeforeUpdate=function(){return u.tableKeyboardNavigation.onGetSnapshotBeforeUpdate({document:this.document,contextStateRef:this.contextStateRef,navigationStateRef:this.navigationStateRef}),null},t.prototype.componentDidUpdate=function(){this.resetTableWidth(),(0,c.setScrollbarWidth)(),this.vs.tableTransform&&this.vs.table&&(this.vs.table.style.transform=this.vs.tableTransform,this.vs.tableTransform=""),u.tableKeyboardNavigation.onComponentDidUpdate({scope:this.element||void 0,contextStateRef:this.contextStateRef,navigationStateRef:this.navigationStateRef})},t.prototype.componentWillUnmount=function(){clearTimeout(this.forceUpdateTimeout)},t.prototype.render=function(){var e,t,n,r,o,a=this,s=this.props.total||0,p=u.tableKeyboardNavigationTools.getIdPrefix(this.navigationStateRef),d=[];Array.isArray(this.props.data)?(d=this.props.data,s=s||this.props.data.length):this.props.data&&(d=this.props.data.data,s=s||this.props.data.total);var f="object"==typeof this.props.groupable&&this.props.groupable.footer||"none",b=this.flatData(d,f,this.props.skip||0,this.props.group,this.props.expandField,this.props.filter,this.props.sort),w=b.resolvedGroupsCount,z=b.flattedData;this._data=z;var x=!0===this.props.groupable||"object"==typeof this.props.groupable&&!1!==this.props.groupable.enabled;this.columnResize.resizable=this.props.resizable||!1,this.dragLogic.reorderable=this.props.reorderable||!1,this.dragLogic.groupable=x;var E=this.props.selectable&&this.props.selectable.drag?"none":void 0;this.initializeVirtualization(s,x);var _=this.childrenToArray(this.props.children);this.initColumns(_,w);var N=_.map((function(e){return e&&e.type&&"KendoReactGridToolbar"===e.type.displayName?l.cloneElement(e,i(i({},e.props),{ariaControls:a._gridRoleElementId})):null})),B=_.filter((function(e){return e&&e.type&&"KendoReactGridNoRecords"===e.type.displayName})),T=_.filter((function(e){return e&&e.type&&"KendoReactGridStatusBar"===e.type.displayName})),F=this._columns.filter((function(e){return 0===e.children.length})),j=x&&l.createElement(g.GroupPanel,{group:this.props.group||[],groupChange:this.groupChange,pressHandler:this.dragLogic.pressHandler,dragHandler:this.dragLogic.dragHandler,releaseHandler:this.dragLogic.releaseHandler,refCallback:this.dragLogic.refGroupPanelDiv,resolveTitle:this.resolveTitle,ariaControls:this._gridRoleElementId,onContextMenu:this.onContextMenu}),A=this.props,q=A.sort,G=A.sortable,K=A.group,W=A.filter,U=A.filterable,Y=A.filterOperators,Z=void 0===Y?S.operators:Y,X=A.headerCellRender,Q=A.columnMenu,J=l.createElement(v.Header,{size:this.props.size,columnResize:this.columnResize,staticHeaders:"none"!==this.props.scrollable,scrollableDataElement:function(){return a.vs.container},draggable:this.props.reorderable||x,ref:this.headerRef,elemRef:this.headerElementRef,headerRow:this.getHeaderRow(q,G,K,x,W,U,Z,X,Q,this._columns,this._columnsMap,this.isRtl),filterRow:this.props.filterable&&l.createElement(m.FilterRow,{cells:this.props.cells,size:this.props.size,columns:this._columns,filter:this.props.filter,filterOperators:this.props.filterOperators||S.operators,filterChange:this.filterChange,sort:this.props.sort,cellRender:this.props.filterCellRender,isRtl:this.isRtl,ariaRowIndex:this._columnsMap.length+1})||void 0,cols:F.map((function(e,t){return l.createElement("col",{key:t.toString(),width:(0,C.getColumnWidth)(e)})}))}),$=this.vs&&this.vs.container&&this.vs.container.scrollLeft||0,ee=parseFloat(((this.props.style||{}).width||"").toString()),te=(0,u.tableColumnsVirtualization)({enabled:this.props.columnVirtualization,columns:F,tableViewPortWidth:ee,scrollLeft:$}),ne=te.colSpans,re=te.hiddenColumns,oe=0;if("virtual"===this.props.scrollable)for(var ie=0;ie<this.vs.topCacheCount+this.vs.attendedSkip-(this.props.skip||0);ie++){var ae=this._data.shift();if(!ae)break;this._data.push(ae),oe++,"groupHeader"===ae.rowType&&ie--}var le=function(e){return e>=a._data.length-oe},se=this.vs.realSkip||0,ce=[],ue=this._columnsMap.length+(this.props.filterable?1:0)+1,pe=0;if(this._data.length){var de=-1,he=0;(this._slicedData||this._data).forEach((function(e,t){"data"===e.rowType&&(se++,de++);var n=se%2==0,r=a.props.dataItemKey&&(0,c.getter)(a.props.dataItemKey)(e.dataItem),o=t+(a.vs.realSkip||0),i=r||"ai"+o,s=i+"_1",d=function(e,t,n){var r=!1,o=a.props.selectedField?(0,C.getNestedValue)(a.props.selectedField,e.dataItem):void 0;return{row:F.map((function(i,s){if(re[s])return null;var c=i.id?i.id:s,d="".concat(i.className?i.className+" ":"")+"".concat(i.locked?"k-grid-content-sticky":""),v=void 0!==i.left?a.isRtl?{left:i.right,right:i.left}:{left:i.left,right:i.right}:{},f=!1;if(i.editable&&a.props.editField){var m=(0,C.getNestedValue)(a.props.editField,e.dataItem);!m||!0!==m&&m!==i.field||(r=!0,f=!0)}var g=i.cell||f&&h.GridEditCell||k.GridCell;return l.createElement(g,{onContextMenu:a.onContextMenu,key:c,locked:a.props.lockGroups,id:u.tableKeyboardNavigationTools.generateNavigatableId("".concat(t,"-").concat(String(s)),p),colSpan:ne[s],dataItem:e.dataItem,field:i.field,editor:i.editor,format:i.format,className:d,render:a.props.cellRender,cells:(0,C.resolveCells)(a.props.cells,i.cells),onChange:a.itemChange,selectionChange:a.props.onSelectionChange?function(t){a.selectionChange({event:t,dataItem:e.dataItem,dataIndex:n,columnIndex:s})}:void 0,columnIndex:s,columnsCount:F.length,rowType:e.rowType,level:e.level,expanded:e.expanded,dataIndex:e.dataIndex,style:v,ariaColumnIndex:i.ariaColumnIndex,isSelected:Array.isArray(o)&&o.indexOf(s)>-1})})),isInEdit:r,isSelected:"boolean"==typeof o&&o}}(e,i,de);if(pe=o+ue+he,ce.push(l.createElement(O.GridRow,{key:i,dataItem:e.dataItem,isAltRow:n,isInEdit:d.isInEdit,rowType:e.rowType,isHidden:le(t),onClick:function(t){return a.rowClick(t,e)},onDoubleClick:function(t){return a.rowDblClick(t,e)},selectedField:a.props.selectedField,rowHeight:a.props.rowHeight,render:a.props.rowRender,ariaRowIndex:pe,absoluteRowIndex:o,dataIndex:de,isSelected:d.isSelected},d.row)),a.props.detail&&"data"===e.rowType&&e.expanded){var v=F.length-(a.props.expandField?1:0)-(a.props.group?a.props.group.length:0)||1;he++,pe=o+ue+he,ce.push(l.createElement("tr",{key:s,className:(0,c.classNames)("k-table-row",n?"k-detail-row k-table-alt-row k-alt":"k-detail-row"),style:{visibility:le(t)?"hidden":"",height:a.props.detailRowHeight},role:"row","aria-rowindex":pe},a.props.group&&a.props.group.map((function(t,n){var r,o=null===(r=null==d?void 0:d.row[n])||void 0===r?void 0:r.props.style,i=o?a.isRtl?{left:o.right,right:o.left}:{left:o.left,right:o.right}:{};return l.createElement(I.GridGroupCell,{id:"",dataIndex:e.dataIndex,field:t.field,dataItem:e.dataItem,key:n,style:i,ariaColumnIndex:1+n,isSelected:!1,locked:a.props.lockGroups,isRtl:a.isRtl,cells:a.props.cells})})),a.props.expandField&&l.createElement(L.GridDetailHierarchyCell,{id:u.tableKeyboardNavigationTools.generateNavigatableId("".concat(s,"-dhcell"),p)}),l.createElement(R.GridDetailCell,{onContextMenu:a.onContextMenu,dataItem:e.dataItem,dataIndex:e.dataIndex,colSpan:v,ariaColIndex:2+(a.props.group?a.props.group.length:0),detail:a.props.detail,id:u.tableKeyboardNavigationTools.generateNavigatableId("".concat(s,"-dcell"),p)})))}}))}else ce.push(l.createElement("tr",{key:"no-records",className:"k-table-row k-grid-norecords",role:"row","aria-rowindex":ue},l.createElement("td",{className:"k-table-td",colSpan:F.length,role:"gridcell"},B.length?B:l.createElement(M.GridNoRecords,null))));var ve=i({size:this.props.size,onPageChange:this.pagerPageChange,total:s,dir:this.isRtl?"rtl":void 0,skip:this.vs.propsSkip||0,take:(void 0!==this.props.take?this.props.take:this.props.pageSize)||10,messagesMap:P.pagerMessagesMap},(0,V.normalize)(this.props.pageable||{})),fe=this.props.pager?l.createElement(this.props.pager,i({},ve)):l.createElement(u.Pager,i({className:"k-grid-pager"},ve)),me=Boolean(null===(o=this.props.cells)||void 0===o?void 0:o.footerCell)||this._columns.some((function(e){var t;return Boolean(e.footerCell||Boolean(null===(t=e.cells)||void 0===t?void 0:t.footerCell))}))?l.createElement(y.Footer,{size:this.props.size,columnResize:this.columnResize,staticHeaders:"none"!==this.props.scrollable,ref:function(e){return a._footer=e},row:l.createElement(H.FooterRow,{cells:this.props.cells,columns:this._columns,isRtl:this.isRtl,ariaRowIndex:pe+1}),cols:F.map((function(e,t){return l.createElement("col",{key:t.toString(),width:(0,C.getColumnWidth)(e)})}))}):null,ge=l.createElement("colgroup",{ref:function(e){a.columnResize.colGroupMain=e}},F.map((function(e,t){return l.createElement("col",{key:t.toString(),className:(n=e.field,a.props.sort&&a.props.sort.filter((function(e){return e.field===n})).length>0?"k-sorted":void 0),width:(0,C.getColumnWidth)(e)});var n}))),ye=this.dragLogic.reorderable||this.dragLogic.groupable,be=this.props.columnVirtualization?"block":"table";if("none"===this.props.scrollable)return l.createElement(u.TableKeyboardNavigationContext.Provider,{value:this.contextStateRef.current},l.createElement("div",i({id:this.props.id,style:this.props.style,className:(0,c.classNames)("k-grid",(e={"k-grid-md":!this.props.size},e["k-grid-".concat(c.kendoThemeMaps.sizeMap[this.props.size]||this.props.size)]=this.props.size,e),this.props.className),ref:function(e){a._element=e},"aria-label":this.props.ariaLabel,onKeyDown:this.onKeyDown,onFocus:this.onFocus},u.tableKeyboardNavigationScopeAttributes),N,j,l.createElement(u.TableSelection,{selectable:this.props.selectable,onRelease:this.selectionRelease,childRef:function(e){a.tableElement=e}},l.createElement("table",{className:(0,c.classNames)("k-table k-grid-table",(t={},t["k-table-".concat(c.kendoThemeMaps.sizeMap[this.props.size]||this.props.size)]=this.props.size,t)),style:{userSelect:E,display:be}},ge,J,l.createElement("tbody",i({role:"rowgroup",className:"k-table-tbody"},u.tableKeyboardNavigationBodyAttributes),ce),me)),ye&&l.createElement(l.Fragment,null,l.createElement(u.DropClue,{ref:this.dragLogic.refDropElementClue}),l.createElement(u.DragClue,{ref:this.dragLogic.refDragElementClue}))),T,this.props.pageable&&fe);var we=this.props.style||{};return"virtual"===this.props.scrollable&&(we.height||(we=Object.assign({},we,{height:"450px"}))),l.createElement(u.TableKeyboardNavigationContext.Provider,{value:this.contextStateRef.current},l.createElement("div",i({id:this.props.id,style:we,className:(0,c.classNames)("k-grid",(n={"k-grid-md":!this.props.size},n["k-grid-".concat(c.kendoThemeMaps.sizeMap[this.props.size]||this.props.size)]=this.props.size,n["k-grid-virtual"]="virtual"===this.props.scrollable,n),this.props.className),ref:function(e){a._element=e},"aria-label":this.props.ariaLabel,onKeyDown:this.onKeyDown,onFocus:this.onFocus},u.tableKeyboardNavigationScopeAttributes),N,j,l.createElement("div",{className:"k-grid-aria-root",role:"grid","aria-colcount":F.length,"aria-rowcount":s,id:this._gridRoleElementId},J,l.createElement("div",{className:"k-grid-container",role:"presentation"},l.createElement("div",{ref:this.containerRef,className:"k-grid-content k-virtual-content",onScroll:this.scrollHandler,role:"presentation"},l.createElement("div",{className:"k-grid-table-wrap",role:"presentation"},l.createElement(u.TableSelection,{selectable:this.props.selectable,onRelease:this.selectionRelease,childRef:function(e){a.tableElement=e}},l.createElement("table",{className:(0,c.classNames)("k-table k-grid-table",(r={"k-table-md":!this.props.size},r["k-table-".concat(c.kendoThemeMaps.sizeMap[this.props.size]||this.props.size)]=this.props.size,r)),role:"presentation",style:{userSelect:E,display:be}},ge,l.createElement("tbody",i({className:"k-table-tbody",ref:this.tableBodyRef,role:"rowgroup"},u.tableKeyboardNavigationBodyAttributes),ce)))),l.createElement("div",{className:"k-height-container",role:"presentation"},l.createElement("div",{style:"virtual"===this.props.scrollable?{height:this.vs.containerHeight+"px"}:{}})))),me,ye&&l.createElement(l.Fragment,null,l.createElement(u.DropClue,{ref:this.dragLogic.refDropElementClue}),l.createElement(u.DragClue,{ref:this.dragLogic.refDragElementClue})),this.showLicenseWatermark&&l.createElement(D.WatermarkOverlay,null)),T,this.props.pageable&&fe))},t.prototype.selectionChange=function(e){if(this.props.onSelectionChange){var t=e.event,n=e.dataItem,r=e.dataIndex,o=e.columnIndex,a=(0,u.getSelectionOptions)(this.props.selectable),l=a.mode,s=a.cell,c=i(i({},this.getArguments(t.syntheticEvent)),{dataItem:n,startColIndex:o,endColIndex:o,startRowIndex:r,endRowIndex:r,dataItems:this.getLeafDataItems(),altKey:!1,ctrlKey:!1,shiftKey:!1,metaKey:!1,mode:l,cell:s,isDrag:!1,componentId:this._gridId,selectedField:this.props.selectedField||""});this.props.onSelectionChange.call(void 0,c)}},t.prototype.raiseDataEvent=function(e,t,n,r,o){var a=this.props.onDataStateChange;if(e){var l=i(i(i({},this.getArguments(r)),t),{targetEvent:o});e.call(void 0,l)}else a&&a.call(void 0,i(i({},this.getArguments(r)),{targetEvent:o||{},dataState:i(i({},this.getDataState()),n)}))},t.prototype.columnReorder=function(e,t,n){var r,o=this,i=this._columns[e],l=i.depth,s=function(e){do{e++}while(e<o._columns.length&&o._columns[e].depth>l);return e},c=this._columns.splice(e,s(e)-e);(r=this._columns).splice.apply(r,a([e<t?s(t-c.length):t,0],c,!1)),this._columns.filter((function(e){return e.declarationIndex>=0})).forEach((function(e,t){return e.orderIndex=t})),this._columnsMutations++;var p=this._columns[e].locked&&this._columns[t].locked;(0,u.updateLeft)(this._columnsMap,this._columns,p||this._shouldUpdateLeftRight),(0,u.updateRight)(this._columnsMap,this._columns,p||this._shouldUpdateLeftRight),this._resized&&(this._shouldUpdateLeftRight=!1,this._resized=!1);var d=this.columns;if(this.forceUpdate(),this.props.onColumnReorder){var h={target:this,columns:d,columnId:i.id,nativeEvent:n};this.props.onColumnReorder.call(void 0,h)}},t.prototype.groupReorder=function(e,t,n){if(void 0!==this.props.group){var r=this.props.group.slice();r.splice.apply(r,a([t,0],r.splice(e,1),!1)),this.groupChange(r,n)}},t.prototype.columnToGroup=function(e,t,n){var r=this._columns[e].field;if(r){var o=(this.props.group||[]).slice();o.splice(t,0,{field:r}),this.groupChange(o,n)}},t.prototype.resetTableWidth=function(){var e=0;if(this.columnResize.colGroupMain){for(var t=this.columnResize.colGroupMain.children,n=0;n<t.length;n++){var r=t[n].width;if(!r)return;e+=parseFloat(r.toString())}e=Math.round(e),this._header&&this._header.setWidth(e),this._footer&&this._footer.setWidth(e),this.tableElement&&(this.tableElement.style.width=e+"px")}},t.prototype.initColumns=function(e,t){var n=u.tableKeyboardNavigationTools.getIdPrefix(this.navigationStateRef);this._columns=this.readColumns(e,n,this._columnsMutations),0===this._columns.length&&(this._columns=(0,C.autoGenerateColumns)(this.props.data,this.props.group,this.props.expandField,{prevId:0,idPrefix:n})),this.configureColumns(this._columns,t,n),this._columnsMap=this.mapColumns(this._columns),this.columnResize.columns=this._columns,this.dragLogic.columns=this._columns},t.prototype.getDataState=function(){return{filter:this.props.filter,sort:this.props.sort,skip:this.props.skip,take:void 0!==this.props.take?this.props.take:this.props.pageSize,group:this.props.group}},t.prototype.getArguments=function(e){return{nativeEvent:e&&e.nativeEvent,syntheticEvent:e,target:this}},t.displayName="KendoReactGrid",t.defaultProps={},t.propTypes={data:s.oneOfType([s.array,s.shape({data:s.array,total:s.number})]),sortable:s.oneOfType([s.bool,s.shape({mode:s.oneOf(["single","multiple"]),allowUnsort:s.bool})]),onSortChange:s.func,sort:s.array,filterable:s.bool,filter:s.any,onFilterChange:s.func,pageable:s.oneOfType([s.bool,s.shape({buttonCount:s.number,info:s.bool,type:s.oneOf(["numeric","input"]),pageSizes:s.oneOfType([s.bool,s.arrayOf(s.oneOfType([s.string,s.number]))]),previousNext:s.bool})]),pageSize:s.number,onPageChange:s.func,total:s.number,skip:s.number,take:s.number,fixedScroll:s.bool,onExpandChange:s.func,expandField:s.string,selectedField:s.string,onSelectionChange:s.func,onHeaderSelectionChange:s.func,resizable:s.bool,reorderable:s.bool,group:s.any,groupable:s.oneOfType([s.bool,s.shape({enabled:s.bool,footer:s.oneOf(["always","visible","none"])})]),onGroupChange:s.func,onRowClick:s.func,onRowDoubleClick:s.func,onItemChange:s.func,editField:s.string,scrollable:s.oneOf(["none","scrollable","virtual"]),rowHeight:s.number,detailRowHeight:s.number,detail:s.any,style:s.object,onDataStateChange:s.func,onColumnResize:s.func,onColumnReorder:s.func,dataItemKey:s.string,navigatable:s.bool,size:s.oneOf(["small","medium"])},t.contextType=u.TableKeyboardNavigationContext,t}(l.Component);t.Grid=N},2399:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.GridColumn=void 0;var r=n(189);t.GridColumn=function(e){return null},t.GridColumn.displayName="KendoReactGridColumn",t.GridColumn.defaultProps={filterable:!0,editable:!0,sortable:!0,resizable:!0,reorderable:!0,groupable:!0},t.GridColumn.propTypes={field:r.string,title:r.string,editable:r.bool,sortable:r.oneOfType([r.bool,r.shape({allowUnsort:r.bool.isRequired})]),cell:r.any,filterCell:r.any,filterTitle:r.string,filterable:r.bool,filter:r.oneOf(["text","numeric","boolean","date"]),editor:r.oneOf(["text","numeric","boolean","date"]),width:r.oneOfType([r.string,r.number]),minResizableWidth:r.number,headerCell:r.any,footerCell:r.any,headerSelectionValue:r.bool,format:r.string,headerClassName:r.string,className:r.string,reorderable:r.bool,resizable:r.bool,orderIndex:r.number,groupable:r.bool,columnMenu:r.any,locked:r.bool}},2119:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.GridNoRecords=void 0;var i=n(3899),a=n(499),l=n(3364),s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.render=function(){return this.props.children||(0,a.provideLocalizationService)(this).toLanguageString(l.noRecords,l.messages[l.noRecords])},t.displayName="KendoReactGridNoRecords",t}(i.Component);t.GridNoRecords=s,(0,a.registerForLocalization)(s)},5659:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.GridToolbar=void 0;var i=n(3899),a=n(4899),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.render=function(){var e;return i.createElement("div",{className:(0,a.classNames)("k-toolbar k-grid-toolbar",(e={"k-toolbar-md":!this.props.size},e["k-toolbar-".concat(a.kendoThemeMaps.sizeMap[this.props.size]||this.props.size)]=this.props.size,e),this.props.className),"aria-label":this.props.ariaLabel,"aria-controls":this.props.ariaControls,role:"toolbar"},this.props.children)},t.displayName="KendoReactGridToolbar",t}(i.Component);t.GridToolbar=l},9227:function(e,t,n){var r=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.getStatusData=t.leafColumns=t.StatusBar=void 0;var o=n(3899),i=n(4899);t.StatusBar=function(e){var t=e.data,n=void 0===t?[]:t;return o.createElement("div",{className:"k-selection-aggregates k-grid-selection-aggregates"},n.map((function(e,t){return o.createElement("div",{key:t},o.createElement("span",{className:"k-selection-aggregates-item-text"},e.type,": "),o.createElement("span",{className:"k-selection-aggregates-item-value"},e.formattedValue))})))},t.StatusBar.displayName="KendoReactGridStatusBar",t.leafColumns=function(e){for(var t,n=e.slice(),o=0;o<n.length;o++)for(;n[o]&&(null===(t=n[o].children)||void 0===t?void 0:t.length);)n.splice.apply(n,r([o,1],n[o].children,!1));return n},t.getStatusData=function(e){var n=e.dataItems,r=e.target,o=e.selectedField,a=(0,t.leafColumns)(r.columns).map((function(e){return e.field})).filter((function(e){return e&&"string"==typeof e})).map((function(e){return(0,i.getter)(e)})),l=(0,i.getter)(o),s={dates:[],numbers:[],booleans:[],others:[]};n.forEach((function(e){var t=l(e);t&&t.forEach((function(t){var n;"number"==typeof(n=a[t](e))?s.numbers.push(n):"boolean"==typeof n?s.booleans.push(n):n instanceof Date?s.dates.push(n):s.others.push(n)}))}));var c=s.dates.map((function(e){return e.getTime()})),u=s.booleans.filter((function(e){return e})).length,p=s.booleans.filter((function(e){return!e})).length,d=s.numbers.length?s.numbers.reduce((function(e,t){return e+t}),0):void 0,h={sum:d,average:"number"==typeof d?d/s.numbers.length:void 0,min:s.numbers.length?Math.min.apply(Math,s.numbers):void 0,max:s.numbers.length?Math.max.apply(Math,s.numbers):void 0,count:s.numbers.length+s.booleans.length+s.dates.length+s.others.length,isTrue:u>0?u:void 0,isFalse:p>0?p:void 0,earliest:s.dates.length?new Date(Math.min.apply(Math,c)):void 0,latest:s.dates.length?new Date(Math.max.apply(Math,c)):void 0},v=function(e,t){return"sum"!==t&&"average"!==t||"number"!=typeof e?("earliest"===t||"latest"===t)&&e instanceof Date?e.toLocaleDateString():String(e):e.toFixed(2)},f=[];return Object.keys(h).forEach((function(e){var t=e,n=h[t];void 0!==n&&f.push({type:t,value:n,formattedValue:v(n,t)})})),f}},9218:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.VirtualScroll=void 0;var r=n(3899),o=function(){function e(e){var t=this;this.table=null,this.containerHeight=0,this.topCacheCount=0,this.attendedSkip=0,this.propsSkip=0,this.total=0,this.scrollableVirtual=!1,this.realSkip=0,this.pageSize=0,this.PageChange=null,this.tableBodyRef=r.createRef(),this.fixedScroll=!1,this.askedSkip=void 0,this.containerRef=r.createRef(),this.tableTransform="",this.prevScrollPos=0,this.tableTranslate=0,this.scrollSyncing=!1,this.reactVersion=Number.parseFloat(r.version),this.topItems=function(e,n){if(!t.container||n)return{topItemsCount:0,topItemsHeight:0};for(var r=t.container.clientHeight,o=Math.ceil(r/e[0].line),i=Math.ceil((e.length-o)/2),a=0,l=0;l<i;l++)a+=e[l].line+e[l].acc;return{topItemsCount:i,topItemsHeight:a,itemsNeededOnScreen:o+o/2}},this.horizontalScrollbarHeight=function(){return t.container?t.container.offsetHeight-t.container.clientHeight:0},e&&(this.topCacheCount=4,this.attendedSkip=-this.topCacheCount),this.scrollHandler=this.scrollHandler.bind(this)}return Object.defineProperty(e.prototype,"container",{get:function(){return this.containerRef.current},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"rowHeights",{get:function(){for(var e=[],t=this.tableBodyRef.current&&this.tableBodyRef.current.children||[],n=0,r=0;r<t.length;r++)t[r].className.indexOf("k-grouping-row")>-1?n+=t[r].scrollHeight:t[r].className.indexOf("k-detail-row")>-1?e[e.length-1].line+=t[r].scrollHeight:(e.push({line:t[r].scrollHeight,acc:n}),n=0);return e},enumerable:!1,configurable:!0}),e.prototype.changePage=function(e,t){this.attendedSkip=e-this.topCacheCount,this.PageChange&&this.PageChange({skip:Math.max(0,e-this.topCacheCount),take:this.pageSize},t)},e.prototype.translate=function(e,t){this.tableTranslate=e,this.scrollableVirtual&&this.table&&(this.reactVersion<=17||t?this.table.style.transform="translateY("+e+"px)":this.tableTransform="translateY("+e+"px)")},e.prototype.reset=function(){this.scrollSyncing=!0,this.fixedScroll||(this.container&&(this.container.scrollTop=0),this.translate(0,!0))},e.prototype.localScrollUp=function(e){if(this.container){var t=this.rowHeights,n=this.container.scrollTop,r=this.tableTranslate,o=0,i=this.topItems(t,Boolean(this.topCacheCount)),a=i.topItemsCount,l=i.topItemsHeight,s=i.itemsNeededOnScreen,c=n-r;if(!(c>l||t.length<=s)){for(;o<this.topCacheCount+this.attendedSkip-this.realSkip+a&&this.propsSkip-o>0&&!(r+(t[t.length-1-o].line+t[t.length-1-o].acc)+c<=n);)r-=t[t.length-1-o].line+t[t.length-1-o].acc,o++;if(0===o&&0===this.topCacheCount&&this.attendedSkip>0&&(r=Math.max(r-t[0].line,0),o=1),this.propsSkip-o<=0&&r>n)return this.translate(0),this.changePage(0,e),void(this.container.scrollTop=0);if(r>n&&(r=n),r!==this.tableTranslate){this.translate(Math.max(0,r-l));var u=Math.max(0,this.propsSkip-o-a);this.changePage(u,e)}}}},e.prototype.localScrollDown=function(e){if(this.container){for(var t=this.rowHeights,n=this.container.scrollTop,r=this.tableTranslate,o=0,i=this.topItems(t,Boolean(this.topCacheCount)),a=i.topItemsCount,l=i.topItemsHeight,s=i.itemsNeededOnScreen;o<t.length-this.topCacheCount&&!(r+t[o].line+t[o].acc>n);)r+=t[o].line+t[o].acc,o++;a>this.propsSkip+o||t.length<=s||(o>=t.length-this.topCacheCount&&this.propsSkip+o>=this.total?(this.translate(r-l),this.changePage(this.total-1-a,e)):r!==this.tableTranslate&&this.propsSkip+o-a!==this.propsSkip&&(this.translate(r-l),this.changePage(this.propsSkip+o-a,e)))}},e.prototype.scrollNonStrict=function(e){var t=this.total*this.prevScrollPos/this.containerHeight,n=Math.floor(t);n>=this.total&&(n=this.total-1);var r=Math.min(t-n,1),o=0,i=n-this.propsSkip,a=this.rowHeights;i>=0&&i<=1?o=-(a[0].line+a[0].acc)*r:-1===i&&(o=-(a[a.length-1].line+a[a.length-1].acc)*r);var l=this.topItems(a,Boolean(this.topCacheCount)),s=l.topItemsCount,c=l.topItemsHeight;this.translate(Math.max(0,o-c-this.horizontalScrollbarHeight()+this.containerHeight*t/this.total)),this.changePage(n-s,e)},e.prototype.scrollHandler=function(e){if(this.scrollableVirtual)if(!this.scrollSyncing&&this.container&&this.table){var t=this.container.scrollTop,n=this.prevScrollPos;if(this.prevScrollPos=t,void 0!==this.askedSkip)return this.translate(this.containerHeight*this.askedSkip/this.total),this.changePage(this.askedSkip,e),this.prevScrollPos=t,void(this.askedSkip=void 0);t-n<0&&t>this.tableTranslate-this.table.scrollHeight/10?this.localScrollUp(e):t-n>0&&t<this.tableTranslate+2*this.table.scrollHeight/3?this.localScrollDown(e):this.scrollNonStrict(e),this.prevScrollPos=t}else this.scrollSyncing=!1},e}();t.VirtualScroll=o},4422:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.VirtualScrollFixed=t.RowHeightService=void 0;var r=n(3899),o=n(5538),i=function(){function e(e,t,n,r){void 0===e&&(e=0),this.total=e,this.offsets=[],this.heights=[];for(var o=0,i=0;i<e;i++){this.offsets.push(o);var a=r&&r[i].expanded&&"data"===r[i].rowType?n:t;o+=a,this.heights.push(a)}}return e.prototype.height=function(e){return this.heights[e]},e.prototype.index=function(e){if(!(e<0)){var t=this.offsets.reduce((function(t,n,r){return void 0!==t?t:n===e?r:n>e?r-1:void 0}),void 0);return void 0===t?this.total-1:t}},e.prototype.offset=function(e){return this.offsets[e]},e.prototype.totalHeight=function(){return this.offsets[this.offsets.length-1]+this.heights[this.heights.length-1]},e}();t.RowHeightService=i;var a=function(){function e(e){this.table=null,this.containerHeight=0,this.topCacheCount=0,this.attendedSkip=0,this.propsSkip=0,this.total=0,this.scrollableVirtual=!1,this.realSkip=0,this.pageSize=0,this.PageChange=null,this.tableBodyRef=r.createRef(),this.fixedScroll=!1,this.askedSkip=void 0,this.containerRef=r.createRef(),this.tableTransform="",this.scrollSyncing=!1,this.lastLoaded=0,this.firstLoaded=0,this.lastScrollTop=0,this.reactVersion=Number.parseFloat(r.version),this.firstLoaded=this.pageSize,this.lastLoaded=this.realSkip+this.pageSize,this.scrollHandler=this.scrollHandler.bind(this)}return Object.defineProperty(e.prototype,"container",{get:function(){return this.containerRef.current},enumerable:!1,configurable:!0}),e.prototype.translate=function(e,t){this.scrollableVirtual&&this.table&&(o.firefox||this.reactVersion<=17||t?this.table.style.transform="translateY("+e+"px)":this.tableTransform="translateY("+e+"px)")},e.prototype.changePage=function(e,t){this.PageChange&&this.PageChange({skip:Math.max(0,e),take:this.pageSize},t)},e.prototype.reset=function(){this.scrollSyncing=!0,this.fixedScroll||(this.container&&(this.container.scrollTop=0),this.translate(0,!0))},e.prototype.scrollHandler=function(e){if(this.scrollableVirtual&&this.container&&this.table&&this.rowHeightService&&this.containerRef.current)if(this.scrollSyncing)this.scrollSyncing=!1;else{var t=this.container.scrollTop,n=this.lastScrollTop>=t,r=!n;this.lastScrollTop=t;var o=this.rowHeightService.index(t),i=this.rowHeightService.offset(o),a=this.containerRef.current.offsetHeight,l=this.rowHeightService.index(t+a);if(r&&l>=this.lastLoaded&&this.lastLoaded<this.total){var s=o+this.pageSize-this.total;s>0&&(o-=s,i=this.rowHeightService.offset(o)),this.firstLoaded=o,this.translate(i);var c=this.firstLoaded+this.pageSize;this.lastLoaded=Math.min(c,this.total),this.changePage(this.firstLoaded,e)}else if(n&&o<this.firstLoaded){var u=Math.floor(.3*this.pageSize);this.firstLoaded=Math.max(o-u,0),this.translate(this.rowHeightService.offset(this.firstLoaded)),this.lastLoaded=Math.min(this.firstLoaded+this.pageSize,this.total),this.changePage(this.firstLoaded,e)}}},e}();t.VirtualScrollFixed=a},9237:function(e,t,n){var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},r.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.GridCell=void 0;var o=n(3899),i=n(5538),a=n(499),l=n(4445),s=n(4814),c=n(4899);t.GridCell=function(e){var t,n=null,u=(0,a.useInternationalization)(),p=(0,l.useTableKeyboardNavigation)(e.id),d=o.useCallback((function(t){e.onContextMenu&&e.onContextMenu.call(void 0,t,e.dataItem,e.field)}),[e.onContextMenu,e.dataItem,e.field]),h=null,v=null;if("groupFooter"===e.rowType)h={onContextMenu:d,className:e.className},n=o.createElement("td",r({},h));else if("groupHeader"!==e.rowType){if(void 0!==e.field){var f=(0,i.getNestedValue)(e.field,e.dataItem);null!=f&&(v=e.format?u.format(e.format,f):f.toString())}var m=(0,c.classNames)("k-table-td",e.className,{"k-selected":e.isSelected});h=r(((t={onContextMenu:d,colSpan:e.colSpan,style:e.style,className:m,role:"gridcell","aria-colindex":e.ariaColumnIndex,"aria-selected":e.isSelected})[s.GRID_COL_INDEX_ATTRIBUTE]=e.columnIndex,t),p),n=o.createElement("td",r({},h),v)}var g=e.rowType||"data",y=e.cells;if(y&&y[g]){var b=y[g];return o.createElement(b,r({},e,{tdProps:h}),v)}return e.render?e.render.call(void 0,n,e):n}},2815:function(e,t,n){var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},r.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.GridDetailCell=void 0;var o=n(4445),i=n(3899);t.GridDetailCell=function(e){var t=e.colSpan,n=e.ariaColIndex,a=e.dataItem,l=e.dataIndex,s=e.id,c=(0,o.useTableKeyboardNavigation)(s),u=i.useCallback((function(t){e.onContextMenu&&e.onContextMenu.call(void 0,t,e.dataItem)}),[e.onContextMenu,e.dataItem]);return i.createElement("td",r({onContextMenu:u,className:"k-table-td k-detail-cell",colSpan:t,"aria-colindex":n,role:"gridcell"},c),i.createElement(e.detail,{dataItem:a,dataIndex:l}))}},9530:function(e,t,n){var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},r.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.GridDetailHierarchyCell=void 0;var o=n(4445),i=n(3899);t.GridDetailHierarchyCell=function(e){var t=(0,o.useTableKeyboardNavigation)(e.id);return i.createElement("td",r({className:"k-table-td k-hierarchy-cell"},t,{role:"gridcell"}))}},9794:function(e,t,n){var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},r.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.GridEditCell=void 0;var o=n(3899),i=n(5538),a=n(7629),l=n(5917),s=n(4899),c=n(4445),u=n(4814);t.GridEditCell=function(e){var t,n,p,d,h,v=(0,i.getNestedValue)(e.field,e.dataItem),f=null,m=(0,s.classNames)("k-table-td","k-grid-edit-cell",((t={})["k-selected"]=e.isSelected,t),e.className),g=o.useMemo((function(){return(0,s.guid)()}),[]),y=(0,c.useTableKeyboardNavigation)(e.id),b=null,w=null,z=o.useCallback((function(t){if(e.onChange){var n="checkbox"===t.target.type?t.target.checked:t.target.value;e.onChange({dataItem:e.dataItem,dataIndex:e.dataIndex,field:e.field,syntheticEvent:t,value:n})}}),[e.onChange,e.dataItem,e.dataIndex,e.field]),x=o.useCallback((function(t){e.onContextMenu&&e.onContextMenu.call(void 0,t,e.dataItem,e.field)}),[e.onContextMenu,e.dataItem,e.field]),C=o.useCallback((function(t){e.onChange&&e.onChange({dataItem:e.dataItem,dataIndex:e.dataIndex,field:e.field,syntheticEvent:t.syntheticEvent,value:t.value})}),[e.onChange,e.dataItem,e.dataIndex,e.field]);switch(e.editor){case"numeric":b=r(((n={onContextMenu:x,colSpan:e.colSpan,style:e.style,className:m})["aria-colindex"]=e.ariaColumnIndex,n["aria-selected"]=e.isSelected,n[u.GRID_COL_INDEX_ATTRIBUTE]=e.columnIndex,n.role="gridcell",n),y),w=o.createElement(a.NumericTextBox,{width:"100%",value:void 0===v?null:v,onChange:C}),f=o.createElement("td",r({},b),w);break;case"date":b=r(((p={onContextMenu:x,colSpan:e.colSpan,style:e.style,className:m})["aria-colindex"]=e.ariaColumnIndex,p["aria-selected"]=e.isSelected,p[u.GRID_COL_INDEX_ATTRIBUTE]=e.columnIndex,p.role="gridcell",p),y),w=o.createElement(l.DatePicker,{width:"100%",value:v,onChange:C}),f=o.createElement("td",r({},b),w);break;case"boolean":b=r(((d={onContextMenu:x,colSpan:e.colSpan,style:e.style,className:m})["aria-colindex"]=e.ariaColumnIndex,d["aria-selected"]=e.isSelected,d[u.GRID_COL_INDEX_ATTRIBUTE]=e.columnIndex,d.role="gridcell",d),y),w=[o.createElement("input",{checked:v||!1,id:g,type:"checkbox",className:"k-checkbox k-checkbox-md k-rounded-md",onChange:z,key:1}),o.createElement("label",{className:"k-checkbox-label",htmlFor:g,key:2})],f=o.createElement("td",r({},b),w);break;default:b=r(((h={onContextMenu:x,colSpan:e.colSpan,style:e.style,className:m})["aria-colindex"]=e.ariaColumnIndex,h["aria-selected"]=e.isSelected,h[u.GRID_COL_INDEX_ATTRIBUTE]=e.columnIndex,h.role="gridcell",h),y),w=o.createElement("input",{style:{width:"100%"},className:"k-input",value:v||"",onChange:z}),f=o.createElement("td",r({},b),w)}var k=e.editor||"text",I=e.cells;if(I&&I.edit&&I.edit[k]){var O=I.edit[k];return o.createElement(O,r({},e,{tdProps:b}),w)}return e.render?e.render.call(void 0,f,e):f}},9528:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.GridFilterCell=void 0;var i=n(3899),a=n(6519),l=n(9416),s=n(7629),c=n(5917),u=n(3364),p=n(499),d=n(8696),h=n(6235),v=n(4899),f=function(e){function t(t){var n=e.call(this,t)||this;return n._inputRef=i.createRef(),n.renderOperatorEditor=function(e){if("boolean"!==n.props.filterType){var t=n.props.operators.find((function(e){return e.operator===n.props.operator}))||null;return i.createElement(l.DropDownList,{size:n.props.size,value:t,onChange:n.operatorChange,className:"k-dropdown-operator",iconClassName:"k-i-filter k-icon",svgIcon:d.filterIcon,data:n.props.operators,textField:"text",title:e.toLanguageString(u.filterChooseOperator,u.messages[u.filterChooseOperator]),popupSettings:{width:""}})}},n.inputChange=n.inputChange.bind(n),n.clear=n.clear.bind(n),n.operatorChange=n.operatorChange.bind(n),n.boolDropdownChange=n.boolDropdownChange.bind(n),n}return o(t,e),t.prototype.render=function(){var e,t=(0,p.provideLocalizationService)(this),n=i.createElement("div",{className:"k-filtercell"},i.createElement("div",{className:"k-filtercell-wrapper"},this.filterComponent(this.props.filterType,this.props.value,this.props.booleanValues),i.createElement("div",{className:"k-filtercell-operator"},this.renderOperatorEditor(t)," ",i.createElement(a.Button,{size:this.props.size,icon:"filter-clear",svgIcon:d.filterClearIcon,className:(0,v.classNames)((e={},e["k-clear-button-visible"]=Boolean(!(null===this.props.value||""===this.props.value)||this.props.operator),e)),title:t.toLanguageString(u.filterClearButton,u.messages[u.filterClearButton]),type:"button",onClick:this.clear,disabled:!(null!==this.props.value&&""!==this.props.value||this.props.operator)}))));return this.props.render?this.props.render.call(void 0,n,this.props):n},t.prototype.inputChange=function(e,t){(0,h.cellInputChange)(e,t,this.props)},t.prototype.operatorChange=function(e){(0,h.cellOperatorChange)(e,this.props.value,this.props.onChange)},t.prototype.boolDropdownChange=function(e){(0,h.cellBoolDropdownChange)(e,this.props.onChange)},t.prototype.clear=function(e){var t=this;e.preventDefault(),this.props.onChange({value:"",operator:"",syntheticEvent:e}),this._inputRef.current&&(this._inputRef.current.element.value="",setTimeout((function(){t._inputRef.current.element.focus()}),0))},t.prototype.filterComponent=function(e,t,n){var r=this;switch(e){case"numeric":return i.createElement(s.NumericTextBox,{ref:this._inputRef,size:this.props.size,value:t,onChange:function(e){r.inputChange(e.value,e.syntheticEvent)},title:this.props.title,ariaLabel:this.props.ariaLabel});case"date":return i.createElement(c.DatePicker,{ref:this._inputRef,size:this.props.size,value:t,onChange:function(e){r.inputChange(e.value,e.syntheticEvent)},title:this.props.title,ariaLabel:this.props.ariaLabel});case"boolean":return i.createElement(l.DropDownList,{ref:this._inputRef,size:this.props.size,onChange:this.boolDropdownChange,value:n.find((function(e){return e.operator===(null==t?"":t)})),data:n,textField:"text",title:this.props.title,ariaLabel:this.props.ariaLabel});default:return i.createElement(s.TextBox,{ref:this._inputRef,size:this.props.size,value:t||"",onChange:function(e){r.inputChange(e.target.value,e.syntheticEvent)},title:this.props.title,"aria-label":this.props.ariaLabel})}},t}(i.Component);t.GridFilterCell=f,(0,p.registerForLocalization)(f)},2383:function(e,t,n){var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},r.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.GridGroupCell=void 0;var o=n(4899),i=n(4445),a=n(499),l=n(8696),s=n(3899),c=n(3364);t.GridGroupCell=function(e){var t=null,n=e.columnIndex,u=e.level,p=e.columnsCount,d=e.rowType,h=e.dataItem,v=e.field,f=e.onChange,m=e.expanded,g=e.render,y=e.dataIndex,b=e.ariaColumnIndex,w=e.isRtl,z=v||"",x=(0,i.useTableKeyboardNavigation)(e.id),C=(0,a.useLocalization)(),k=null,I=null,O=null,E=s.useCallback((function(e){e.isDefaultPrevented()||e.keyCode===o.Keys.enter&&f&&(e.preventDefault(),f({dataItem:h,dataIndex:y,syntheticEvent:e,field:void 0,value:!m}))}),[m,f,h,y]),M=s.useCallback((function(t){e.onContextMenu&&e.onContextMenu.call(void 0,t,e.dataItem,e.field)}),[e.onContextMenu,e.dataItem,e.field]),S=function(t,n){var i,a=m?c.groupCollapse:c.groupExpand,u=C.toLanguageString(a,c.messages[a]);return k=r(((i={className:"k-table-td",style:r(r({},e.style),n),colSpan:t,key:"g-colspan",role:"gridcell"})["aria-selected"]=!1,i["aria-expanded"]=m,i["aria-colindex"]=b,i.onKeyDown=E,i.onContextMenu=M,i),x),O=s.createElement("p",{className:"k-reset"},s.createElement("a",{onClick:function(e){e.preventDefault(),f&&f({dataItem:h,dataIndex:y,syntheticEvent:e,field:void 0,value:!m})},href:"#",tabIndex:-1,"aria-label":u},s.createElement(o.IconWrap,{name:m?"caret-alt-down":w?"caret-alt-left":"caret-alt-right",icon:m?l.caretAltDownIcon:w?l.caretAltLeftIcon:l.caretAltRightIcon})),h[z]instanceof Date&&h[z].toString?h[z].toString():h[z]),s.createElement("td",r({},k),O)};void 0===n||void 0===u||n<u||void 0===p||"groupHeader"!==d||void 0===h[z]?(k={style:e.style,key:"g"+n,className:(0,o.classNames)("k-table-td","k-group-cell",{"k-grid-content-sticky":e.locked}),role:"gridcell",onContextMenu:M},t=s.createElement("td",r({},k))):n<=u&&!e.locked?t=S(p-n,{}):n<=u&&e.locked&&(I={className:"k-table-td",role:"gridcell",colSpan:p-n,style:{borderLeftWidth:0,borderRightWidth:0},onContextMenu:M},t=s.createElement(s.Fragment,null,S(0,{position:"sticky",zIndex:2}),s.createElement("td",r({},I))));var H=e.rowType||"data",V=e.cells;if(V&&V.group&&V.group[H]){var P=V.group[H];return s.createElement(P,r({},e,{tdProps:k,td2Props:I}),O)}return g?g.call(void 0,t,e):t}},1959:function(e,t,n){var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},r.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.GridHierarchyCell=void 0;var o=n(3899),i=n(5538),a=n(4445),l=n(499),s=n(4899),c=n(3364),u=n(8696);t.GridHierarchyCell=function(e){var t=null,n=null,p=null,d=(0,i.getNestedValue)(e.field,e.dataItem),h=(0,a.useTableKeyboardNavigation)(e.id),v=(0,l.useLocalization)(),f=o.useCallback((function(t){t.isDefaultPrevented()||t.keyCode===s.Keys.enter&&e.onChange&&(t.preventDefault(),e.onChange({dataItem:e.dataItem,dataIndex:e.dataIndex,syntheticEvent:t,field:e.field,value:!d}))}),[e.dataItem,e.dataIndex,e.field,e.onChange,d]);if("groupFooter"===e.rowType)n=r({className:"k-table-td k-hierarchy-cell",role:"gridcell"},h),t=o.createElement("td",r({},n));else if("groupHeader"!==e.rowType){var m=d?c.detailCollapse:c.detailExpand,g=v.toLanguageString(m,c.messages[m]);n=r({className:"k-table-td k-hierarchy-cell",onKeyDown:f,"aria-expanded":!!d,role:"gridcell","aria-colindex":e.ariaColumnIndex},h),p=o.createElement("a",{onClick:function(t){t.preventDefault(),e.onChange&&e.onChange({dataItem:e.dataItem,dataIndex:e.dataIndex,syntheticEvent:t,field:e.field,value:!d})},"aria-label":g,href:"#",tabIndex:-1},o.createElement(s.IconWrap,{name:d?"minus":"plus",icon:d?u.minusIcon:u.plusIcon})),t=o.createElement("td",r({},n),p)}var y=e.rowType||"data",b=e.cells;if(b&&b.hierarchy&&b.hierarchy[y]){var w=b.hierarchy[y];return o.createElement(w,r({},e,{tdProps:n}),p)}return e.render?e.render.call(void 0,t,e):t}},9793:function(e,t,n){var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},r.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.GridSelectionCell=void 0;var o=n(3899),i=n(5538),a=n(4899),l=n(4445);t.GridSelectionCell=function(e){var t,n=o.useCallback((function(t){e.selectionChange&&e.selectionChange({syntheticEvent:t})}),[e.selectionChange]),s=o.useMemo((function(){return(0,a.guid)()}),[]),c=(0,i.getNestedValue)(e.field,e.dataItem),u=(0,l.useTableKeyboardNavigation)(e.id),p=r(((t={colSpan:e.colSpan,style:e.style,className:e.className})["aria-colindex"]=e.ariaColumnIndex,t.role="gridcell",t),u),d=[o.createElement("input",{key:"1",checked:"boolean"==typeof c&&c,id:s,type:"checkbox",className:"k-checkbox k-checkbox-md k-rounded-md",onChange:n}),o.createElement("label",{className:"k-checkbox-label",htmlFor:s,key:"2"})],h="groupHeader"!==e.rowType?o.createElement("td",r({},p),d):null,v=e.rowType||"data",f=e.cells;if(f&&f.select&&f.select[v]){var m=f.select[v];return o.createElement(m,r({},e,{tdProps:p}),d)}return e.render?e.render.call(void 0,h,e):h}},1496:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)},a=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.GridColumnMenuCheckboxFilter=void 0;var l=n(3899),s=n(4914),c=n(795),u=n(8645),p=n(7629),d=n(499),h=n(3364),v=n(4829),f=n(4899),m=n(6519),g=n(5538),y=n(8696),b=function(e){function t(t){var n=e.call(this,t)||this;return n.defaultFilter=function(){return n.props.filter?(0,f.clone)(n.props.filter):{filters:[],logic:"and"}},n.isControlled=function(){return void 0!==n.props.expanded},n.parseData=function(e,t){var r=n.props.column.field||"",o=e.map((function(e){return(0,g.getNestedValue)(r,e)}));return t?o.filter((function(e,t){return o.indexOf(e)===t})):o},n.getFilterIndex=function(){var e=n.props.column.field;return n.defaultFilter().filters.findIndex((function(t){return t.filters&&t.filters.length>0&&t.filters[0].field===e}))},n.onFilterExpand=function(){var e=n.isControlled(),t=!(e?n.props.expanded:n.state.expanded);n.props.onExpandChange&&n.props.onExpandChange(t),e||n.setState({expanded:t})},n.handleSearchChange=function(e){var t=n.props.searchBoxFilterOperator?n.props.searchBoxFilterOperator:"startswith",r={logic:"and",filters:[{field:n.props.column.field,operator:t,value:e.target.value,ignoreCase:!0}]};n.setState({value:e.target.value,data:n.parseData((0,v.filterBy)(n.props.data||[],r),n.props.uniqueData)})},n.handleClear=function(){var e=n.props.searchBoxFilterOperator?n.props.searchBoxFilterOperator:"startswith",t={logic:"and",filters:[{field:n.props.column.field,operator:e,value:"",ignoreCase:!0}]};n.setState({value:"",data:n.parseData((0,v.filterBy)(n.props.data||[],t),n.props.uniqueData)})},n.clear=function(e){if(e.preventDefault(),n.props.onFilterChange){var t=n.state.currentFilter||null;null!==t&&t.filters.length>0?(n.compositeFilterIndex>=0&&t.filters.splice(n.compositeFilterIndex,1),n.props.onFilterChange(t,e)):n.props.onFilterChange(null,e),n.props.onCloseMenu&&n.props.onCloseMenu()}},n.submit=function(e){if(e.preventDefault(),n.props.onFilterChange){var t=n.state.currentFilter||null;n.props.onFilterChange(t,e),n.props.onCloseMenu&&n.props.onCloseMenu()}},n.handleCheckBoxChange=function(e,t){var r=n.props.column.field||"",o=i({},n.state.currentFilter),l=a([],n.state.currentFilter.filters,!0)||[],s=[];if(-1!==n.compositeFilterIndex&&o.filters[n.compositeFilterIndex].filters&&"all"!==t&&(s=o.filters[n.compositeFilterIndex].filters),e.value&&"all"===t)n.state.data.forEach((function(e){s.push({field:r,operator:"eq",value:e})}));else if(e.value)s.push({field:r,operator:"eq",value:t});else if(n.state.currentFilter){var c=s.findIndex((function(e){return e.value===t}));s.splice(c,1)}o.logic="and",-1!==n.compositeFilterIndex?l[n.compositeFilterIndex]={logic:"or",filters:s}:l.push({logic:"or",filters:s}),(!e.value&&"all"===t||0===s.length)&&l.splice(n.compositeFilterIndex,1),o.filters=l,n.setState({currentFilter:o})},n.isAllSelected=function(){var e=!1;if(n.state.currentFilter){var t=a([],n.state.currentFilter.filters,!0);return-1!==n.compositeFilterIndex&&n.state.data.every((function(e){return!(-1===n.compositeFilterIndex||!t[n.compositeFilterIndex].filters)&&t[n.compositeFilterIndex].filters.findIndex((function(t){return t.value===e}))>=0}))}return e},n.compositeFilterIndex=n.getFilterIndex(),n.state={expanded:t.expanded||!1,value:"",data:n.parseData(n.props.data,n.props.uniqueData)||[],dataFromProps:n.parseData(n.props.data,!1)||[],currentFilter:n.defaultFilter()},n}return o(t,e),t.prototype.componentDidUpdate=function(){var e,t,n=this.props.column.field||"",r=this.props.data.map((function(e){return(0,g.getNestedValue)(n,e)}));e=r,t=this.state.dataFromProps,e.length===t.length&&e.every((function(e,n){return e===t[n]}))||this.setState({data:r,dataFromProps:r})},t.prototype.render=function(){var e=this,t=this.props.column;if(!t||!t.field)return l.createElement("div",null);var n=(0,d.provideLocalizationService)(this),r=this.isControlled()?this.props.expanded:this.state.expanded,o=[];if(this.state.currentFilter){var i=a([],this.state.currentFilter.filters,!0);this.compositeFilterIndex=i.findIndex((function(e){return!!(e.filters&&e.filters.length>0)&&e.filters[0].field===t.field})),-1!==this.compositeFilterIndex&&i[this.compositeFilterIndex].filters.length>0&&i[this.compositeFilterIndex].filters.forEach((function(t){t.field===e.props.column.field&&o.push(t.value)}))}var v=this.props.searchBox?l.createElement(this.props.searchBox,{value:this.state.value,onChange:this.handleSearchChange}):l.createElement("div",{className:"k-searchbox k-textbox k-input k-input-md k-input-solid"},l.createElement(f.IconWrap,{className:"k-input-icon",name:"search",icon:y.searchIcon}),l.createElement(p.Input,{className:"k-input-inner",type:"text",placeholder:n.toLanguageString(h.searchPlaceholder,h.messages[h.searchPlaceholder]),value:this.state.value,onChange:function(t){return e.handleSearchChange(t.nativeEvent)}}),l.createElement(m.Button,{type:"button",rounded:null,className:"k-input-button",onClick:this.handleClear,icon:"x",svgIcon:y.xIcon})),g=o.filter((function(e,t){return o.indexOf(e)===t}));return l.createElement(c.GridColumnMenuItemGroup,null,l.createElement(s.GridColumnMenuItem,{title:n.toLanguageString(h.filterTitle,h.messages[h.filterTitle]),iconClass:"k-i-filter",svgIcon:y.filterIcon,onClick:this.onFilterExpand}),l.createElement(u.GridColumnMenuItemContent,{show:!!r},l.createElement("div",{className:"kendo-grid-filter-menu-container"},l.createElement("form",{className:"k-filter-menu k-group k-reset k-state-border-up",onSubmit:this.submit,onReset:this.clear},l.createElement("div",{className:"k-filter-menu-container"},v,l.createElement("ul",{className:"k-reset k-multicheck-wrap"},l.createElement("li",{className:"k-item k-check-all-wrap"},l.createElement(p.Checkbox,{label:n.toLanguageString(h.filterCheckAll,h.messages[h.filterCheckAll]),onChange:function(t){return e.handleCheckBoxChange(t,"all")},checked:this.isAllSelected()})),this.state.data.map((function(t,n){return l.createElement("li",{className:"k-item",key:n},l.createElement(p.Checkbox,{label:String(t),onChange:function(n){return e.handleCheckBoxChange(n,t)},checked:g.includes(t)}))}))),l.createElement("div",{className:"k-filter-selected-items"},g.length+" "+n.toLanguageString(h.filterSelectedItems,h.messages[h.filterSelectedItems])),l.createElement("div",{className:"k-actions k-hstack k-justify-content-stretch"},l.createElement(m.Button,{themeColor:"primary",type:"submit"},n.toLanguageString(h.filterSubmitButton,h.messages[h.filterSubmitButton])),l.createElement(m.Button,{className:"k-button",type:"reset"},n.toLanguageString(h.filterClearButton,h.messages[h.filterClearButton]))))))))},t.defaultProps={uniqueData:!0},t}(l.Component);t.GridColumnMenuCheckboxFilter=b,(0,d.registerForLocalization)(b)},7303:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.GridColumnMenuColumnsList=void 0;var r=n(3899),o=n(7629),i=n(4899),a=n(8696),l=n(6519);t.GridColumnMenuColumnsList=function(e){var t=r.useState(""),n=t[0],s=t[1],c=r.useMemo((function(){return new Set(e.columnsState.map((function(e){return e.id})))}),[e.columnsState]),u=r.useMemo((function(){return e.columns.filter((function(e){var t;return null===(t=e.title||e.field)||void 0===t?void 0:t.toLowerCase().includes(n.toLowerCase())}))}),[e.columns,n]),p=e.columns.map((function(e){return r.useState(c.has(e.id))})),d=r.useCallback((function(){var t=e.columns.filter((function(e,t){return p[t][0]}));e.onColumnsChange.call(void 0,t),e.onCloseMenu.call(void 0)}),[p,e.columns,e.onColumnsChange,e.onCloseMenu]),h=r.useCallback((function(){e.columns.forEach((function(e,t){p[t][1](c.has(e.id))}))}),[p,c,e.columns]),v=p.filter((function(e){return e[0]})).length,f=v===p.length,m=r.useCallback((function(){p.forEach((function(e,t){f&&0===t?e[1](!0):e[1](!f)}))}),[p,f]);return r.createElement("form",{className:"k-filter-menu k-group k-reset"},r.createElement("div",{className:"k-filter-menu-container"},r.createElement(o.TextBox,{className:"k-searchbox",value:n,onChange:function(e){return s(String(e.target.value))},prefix:function(){return r.createElement(r.Fragment,null,r.createElement(o.InputPrefix,null,r.createElement(i.IconWrap,{name:"search",icon:a.searchIcon})))}}),r.createElement("ul",{className:"k-reset k-multicheck-wrap"},!n&&r.createElement("li",{className:"k-item k-check-all-wrap"},r.createElement(o.Checkbox,{checked:f,onChange:m,label:"(Select all)"})),u.map((function(e,t){return r.createElement("li",{key:e.id,className:"k-item"},r.createElement(o.Checkbox,{disabled:p[t][0]&&1===v,checked:p[t][0],onChange:function(e){var n;return p[t][1](Boolean(null===(n=e.target.element)||void 0===n?void 0:n.checked))},label:e.title||e.field}))}))),r.createElement("div",{className:"k-filter-selected-items"},v," selected items"),r.createElement("div",{className:"k-actions k-actions-start k-actions-horizontal"},r.createElement(l.Button,{type:"button",themeColor:"primary",onClick:d},"Apply"),r.createElement(l.Button,{type:"button",onClick:h},"Reset"))))},t.GridColumnMenuColumnsList.displayName="GridColumnMenuColumnsList"},2375:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)},a=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.GridColumnMenuFilter=t.filterGroupByField=t.rootFilterOrDefault=void 0;var l=n(3899),s=n(4829),c=n(4914),u=n(795),p=n(8645),d=n(499),h=n(6235),v=n(3364),f=n(3399),m=n(6519),g=n(8696);t.rootFilterOrDefault=function(e){return e||{filters:[],logic:"and"}},t.filterGroupByField=function(e,n){return(0,t.rootFilterOrDefault)(n).filters.filter((function(t){return!!(0,s.isCompositeFilterDescriptor)(t)&&t.filters&&t.filters.length&&t.filters.length<=2&&!t.filters.find((function(t){return(0,s.isCompositeFilterDescriptor)(t)||t.field!==e}))}))[0]||null};var y=function(e){function n(n){var r,o=e.call(this,n)||this;if(o.removeGroup=function(e,t){var n=a([],t.filters,!0),r=n.findIndex((function(t){return t===e}));return r>-1&&n.splice(r,1),i(i({},t),{filters:n})},o.insertGroup=function(e,t){return i(i({},t),{filters:a([e],t.filters,!0)})},o.isControlled=function(){return void 0!==o.props.expanded},o.onFilterExpand=function(){var e=o.isControlled(),t=!(e?o.props.expanded:o.state.expanded);o.props.onExpandChange&&o.props.onExpandChange(t),e||o.setState({expanded:t})},o.firstFilterChange=function(e){o.filterChange(0,e)},o.secondFilterChange=function(e){o.filterChange(1,e)},o.filterChange=function(e,t){var n=o.state.filterGroup.filters.map((function(n,r){return r===e?i(i({},n),{value:t.value,operator:t.operator}):n}));o.setState({filterGroup:i(i({},o.state.filterGroup),{filters:n})})},o.logicChange=function(e){o.setState({filterGroup:i(i({},o.state.filterGroup),{logic:e.target.value.operator})})},o.clear=function(e){if(e.preventDefault(),o.props.onFilterChange){var n=o.props.column.field,r=(0,t.rootFilterOrDefault)(o.props.filter),a=(0,t.filterGroupByField)(n,o.props.filter),l=r.filters.filter((function(e){return e!==a}));l.length?o.props.onFilterChange(i(i({},r),{filters:l}),e):o.props.onFilterChange(null,e),o.props.onCloseMenu&&o.props.onCloseMenu()}},o.currentFilterGroup=function(){return i(i({},o.state.filterGroup),{filters:o.state.filterGroup.filters.filter((function(e){return void 0!==e.value&&null!==e.value&&""!==e.value||null===e.value&&e.operator}))})},o.submit=function(e){if(e.preventDefault(),o.props.onFilterChange){var n=o.props.column.field,r=(0,t.rootFilterOrDefault)(o.props.filter),l=(0,t.filterGroupByField)(n,o.props.filter),s=o.currentFilterGroup(),c=null;if(l&&s.filters.length>0){var u=r.filters.map((function(e){return e===l?s:e}));c=i(i({},r),{filters:u})}else 0===s.filters.length?(u=r.filters.filter((function(e){return e!==l}))).length&&(c=i(i({},r),{filters:u})):c=i(i({},r),{filters:a(a([],r.filters,!0),[s],!1)});o.props.onFilterChange(c,e),o.props.onCloseMenu&&o.props.onCloseMenu()}},n.column&&n.column.field){var l=(0,h.getFilterType)(n.column.filter),s=(0,h.getDefaultOperator)(n.filterOperators,l);1===(r=(r=(0,t.filterGroupByField)(n.column.field,n.filter))?i(i({},r),{filters:r.filters.map((function(e){return i({},e)}))}):{logic:"and",filters:[{field:n.column.field,operator:s,value:(0,h.IsUnaryFilter)(s)?null:void 0},{field:n.column.field,operator:s,value:(0,h.IsUnaryFilter)(s)?null:void 0}]}).filters.filter((function(e){return e.field===n.column.field})).length&&r.filters.splice(1,0,{field:n.column.field,operator:s})}return o.state={expanded:n.expanded||!1,filterGroup:r},o}return o(n,e),n.prototype.render=function(){var e=this.props,t=e.column,n=e.filterUI,r=e.hideSecondFilter,o=e.filterOperators;if(!t||!t.field)return l.createElement("div",null);var a=(0,h.getFilterType)(t.filter),s=void 0!==r?r:h.defaultHideSecondFilter[a],y=(0,d.provideLocalizationService)(this),b=this.state.filterGroup.filters,w=(0,h.operatorMap)(o[a],y),z=(0,h.operatorMap)(h.booleanFilterValues,y),x={field:t.field,value:b[0].value,operator:b[0].operator,operators:w,booleanValues:z,onChange:this.firstFilterChange,filterType:a},C={field:t.field,value:b[1].value,operator:b[1].operator,operators:w,booleanValues:z,onChange:this.secondFilterChange,filterType:a},k=this.state.filterGroup.logic,I=(0,h.operatorMap)(h.filterLogicList,y),O={value:I.find((function(e){return e.operator===(null===k?"":k)})),onChange:this.logicChange,data:I},E=n,M={firstFilterProps:x,secondFilterProps:C,logicData:O.data,logicValue:O.value,onLogicChange:O.onChange,hideSecondFilter:s},S=0!==this.currentFilterGroup().filters.length||(0,h.IsUnaryFilter)(b[0].operator)||(0,h.IsUnaryFilter)(b[1].operator),H=this.isControlled()?this.props.expanded:this.state.expanded,V=this.props.alwaysExpand;return l.createElement(u.GridColumnMenuItemGroup,null,!V&&l.createElement(c.GridColumnMenuItem,{title:y.toLanguageString(v.filterTitle,v.messages[v.filterTitle]),iconClass:"k-i-filter",svgIcon:g.filterIcon,onClick:this.onFilterExpand}),l.createElement(p.GridColumnMenuItemContent,{show:V||!!H},l.createElement("div",{className:"kendo-grid-filter-menu-container"},l.createElement("form",{className:"k-filter-menu k-group k-reset k-state-border-up",onSubmit:this.submit,onReset:this.clear,onKeyDown:function(e){return e.stopPropagation()}},l.createElement("div",{className:"k-filter-menu-container"},E?l.createElement(E,i({},M)):l.createElement(f.GridColumnMenuFilterUI,i({},M)),l.createElement("div",{className:"k-actions k-actions-stretched"},l.createElement(m.Button,{themeColor:"primary",disabled:!S},y.toLanguageString(v.filterSubmitButton,v.messages[v.filterSubmitButton])),l.createElement(m.Button,{type:"reset"},y.toLanguageString(v.filterClearButton,v.messages[v.filterClearButton]))))))))},n.active=function(e,n){return!!(0,t.filterGroupByField)(e,n)},n}(l.Component);t.GridColumnMenuFilter=y,(0,d.registerForLocalization)(y)},1766:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.GridColumnMenuFilterCell=void 0;var i=n(3899),a=n(9416),l=n(7629),s=n(5917),c=n(6235),u=function(e){function t(t){var n=e.call(this,t)||this;return n.renderOperatorEditor=function(){if("boolean"!==n.props.filterType){var e=n.props.operators.find((function(e){return e.operator===n.props.operator}))||null;return i.createElement(a.DropDownList,{value:e,onChange:n.operatorChange,data:n.props.operators,textField:"text"})}},n.inputChange=n.inputChange.bind(n),n.operatorChange=n.operatorChange.bind(n),n.boolDropdownChange=n.boolDropdownChange.bind(n),n}return o(t,e),t.prototype.render=function(){return i.createElement(i.Fragment,null,this.renderOperatorEditor(),this.filterComponent(this.props.filterType,this.props.value,this.props.booleanValues))},t.prototype.inputChange=function(e,t){(0,c.cellInputChange)(e,t,this.props)},t.prototype.operatorChange=function(e){(0,c.cellOperatorChange)(e,this.props.value,this.props.onChange)},t.prototype.boolDropdownChange=function(e){(0,c.cellBoolDropdownChange)(e,this.props.onChange)},t.prototype.filterComponent=function(e,t,n){var r=this;switch(e){case"numeric":return i.createElement(l.NumericTextBox,{value:t,onChange:function(e){r.inputChange(e.value,e.syntheticEvent)},rangeOnEnter:!1});case"date":return i.createElement(s.DatePicker,{value:t,onChange:function(e){r.inputChange(e.value,e.syntheticEvent)}});case"boolean":return i.createElement(a.DropDownList,{onChange:this.boolDropdownChange,value:n.find((function(e){return e.operator===(null==t?"":t)})),data:n,textField:"text"});default:return i.createElement(l.Input,{value:t||"",onChange:function(e){r.inputChange(e.target.value,e.syntheticEvent)}})}},t}(i.Component);t.GridColumnMenuFilterCell=u},3399:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.GridColumnMenuFilterUI=void 0;var a=n(3899),l=n(1766),s=n(9416),c=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.firstFilterProps,n=e.hideSecondFilter,r=e.secondFilterProps,o=e.logicData,c=e.logicValue,u=e.onLogicChange;return a.createElement(a.Fragment,null,a.createElement(l.GridColumnMenuFilterCell,i({},t)),!n&&a.createElement(a.Fragment,null,a.createElement(s.DropDownList,{data:o,value:c,onChange:u,className:"k-filter-and",textField:"text"}),a.createElement(l.GridColumnMenuFilterCell,i({},r))))},t}(a.Component);t.GridColumnMenuFilterUI=c},1576:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.GridColumnMenuGroup=void 0;var i=n(3899),a=n(499),l=n(795),s=n(4914),c=n(3364),u=n(8696),p=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.onGroupClick=function(e){if(e.preventDefault(),t.props.onGroupChange){var n=t.props.column;if(!n.field)return;var r=(t.props.group||[]).slice(),o=r.findIndex((function(e){return e.field===n.field}));o>-1?r.splice(o,1):r.push({field:n.field}),t.props.onGroupChange(r,e)}t.props.onCloseMenu&&t.props.onCloseMenu()},t}return o(t,e),t.prototype.render=function(){var e=this.props,t=e.group,n=e.column,r=(0,a.provideLocalizationService)(this),o=Boolean(t&&n.field&&t.find((function(e){return e.field===n.field}))),p=o?c.ungroupColumn:c.groupColumn;return i.createElement(l.GridColumnMenuItemGroup,null,i.createElement(s.GridColumnMenuItem,{title:r.toLanguageString(p,c.messages[p]),iconClass:o?"k-i-ungroup":"k-i-group",svgIcon:o?u.ungroupIcon:u.groupIcon,onClick:this.onGroupClick}))},t}(i.Component);t.GridColumnMenuGroup=p,(0,a.registerForIntl)(p),(0,a.registerForLocalization)(p)},4914:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.GridColumnMenuItem=void 0;var i=n(3899),a=n(4899),l=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.title,n=e.iconClass,r=e.svgIcon,o=e.selected;return i.createElement("div",{onClick:this.props.onClick,className:"k-columnmenu-item ".concat(o?"k-selected":"")},(n||r)&&i.createElement(a.IconWrap,{name:n?(0,a.toIconName)(n):n,icon:r}),t)},t}(i.Component);t.GridColumnMenuItem=l},8645:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.GridColumnMenuItemContent=void 0;var i=n(3899),a=n(2022),l=n(4899),s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.render=function(){return i.createElement("div",{id:this.props.id,className:(0,l.classNames)("k-columnmenu-item-content",this.props.className),style:this.props.style},i.createElement(a.Reveal,{style:{position:"relative",display:"block"}},this.props.show?this.props.children:null))},t}(i.Component);t.GridColumnMenuItemContent=s},795:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.GridColumnMenuItemGroup=void 0;var i=n(4899),a=n(3899),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.render=function(){var e=this.props.children;return a.createElement("div",{id:this.props.id,className:(0,i.classNames)("k-columnmenu-item-wrapper",this.props.className),style:this.props.style},e)},t}(a.Component);t.GridColumnMenuItemGroup=l},6321:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.GridColumnMenuSort=void 0;var i=n(3899),a=n(4914),l=n(795),s=n(1569),c=n(499),u=n(3364),p=n(8696),d="desc",h={true:{asc:{asc:"",desc:"desc"},desc:{asc:"asc",desc:""},"":{asc:"asc",desc:"desc"}},false:{asc:{asc:"asc",desc:"desc"},desc:{asc:"asc",desc:"desc"},"":{asc:"asc",desc:"desc"}}},v=function(e,t){return t?t.findIndex((function(t){return t.field===e})):-1},f=function(e,t){return!!(t&&e>-1&&"asc"===t[e].dir)},m=function(e,t){return!!(t&&e>-1&&t[e].dir===d)},g=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.onAscClick=function(e){t.onSort(e,"asc"),t.props.onCloseMenu&&t.props.onCloseMenu()},t.onDescClick=function(e){t.onSort(e,d),t.props.onCloseMenu&&t.props.onCloseMenu()},t.onSort=function(e,n){if(e.preventDefault(),t.props.onSortChange){var r=t.props,o=r.column,i=r.sortable,a=r.sort,l=(0,s.normalize)(i||!1,!1),c=l.allowUnsort,u=l.mode,p=(a||[]).filter((function(e){return e.field===o.field}))[0],d=h[c][p&&p.dir||""][n],v="single"===u?[]:(t.props.sort||[]).filter((function(e){return e.field!==o.field}));""!==d&&o.field&&v.push({field:o.field,dir:d}),t.props.onSortChange(v,e)}},t}return o(t,e),t.prototype.render=function(){var e=this.props,t=e.sort,n=e.column,r=v(n.field,t),o=(0,c.provideLocalizationService)(this);return i.createElement(l.GridColumnMenuItemGroup,null,i.createElement(a.GridColumnMenuItem,{title:o.toLanguageString(u.sortAscending,u.messages[u.sortAscending]),iconClass:"k-i-sort-asc-sm",svgIcon:p.sortAscSmallIcon,selected:f(r,t),onClick:this.onAscClick}),i.createElement(a.GridColumnMenuItem,{title:o.toLanguageString(u.sortDescending,u.messages[u.sortDescending]),iconClass:"k-i-sort-desc-sm",svgIcon:p.sortDescSmallIcon,selected:m(r,t),onClick:this.onDescClick}))},t.active=function(e,t){var n=v(e,t);return m(n,t)||f(n,t)},t}(i.Component);t.GridColumnMenuSort=g,(0,c.registerForIntl)(g),(0,c.registerForLocalization)(g)},9619:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)},a=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.GridColumnMenuWrapper=void 0;var l=n(3899),s=n(5362),c=n(4899),u=n(8696),p=n(3364),d=n(499),h=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={show:!1},t._anchor=null,t._content=null,t.blurTimeout=void 0,t.willBlur=!1,t.blur=function(){t.willBlur?t.willBlur=!1:(clearTimeout(t.blurTimeout),t.blurTimeout=window.setTimeout((function(){t.closeMenu()})))},t.focus=function(){clearTimeout(t.blurTimeout)},t.anchorClick=function(e){e.preventDefault(),t.setState({show:!t.state.show},(function(){return t.state.show&&t._content&&t._content.focus()}))},t.closeMenu=function(){t.setState({show:!1})},t.onAnchorMouseDown=function(e){t.willBlur=t.state.show&&e.currentTarget===t._anchor},t.onAnchorKeyDown=function(e){var t;if(e.keyCode===c.Keys.tab){var n=e.target,r=n&&(null===(t=n.closest(".k-grid"))||void 0===t?void 0:t.getElementsByClassName("k-grid-content")[0]);r&&r.scrollWidth>r.clientWidth&&n.scrollIntoView({inline:"center"})}},t}return o(t,e),t.prototype.render=function(){var e=this,t=this.props,n=t.columnMenu,r=a(t,["columnMenu"]),o=this.props.column,h=(0,d.provideLocalizationService)(this),v=o.title||o.field,f=v?"".concat(v," "):"";return l.createElement(l.Fragment,null,l.createElement("a",{className:"k-grid-header-menu k-grid-column-menu",ref:function(t){return e._anchor=t},onClick:this.anchorClick,onMouseDown:this.onAnchorMouseDown,onKeyDown:this.onAnchorKeyDown,href:"#","aria-label":"".concat(f).concat(h.toLanguageString(p.columnMenu,p.messages[p.columnMenu]))},l.createElement(c.IconWrap,{name:"more-vertical",icon:u.moreVerticalIcon})),l.createElement(s.Popup,{anchor:this._anchor,show:this.state.show},l.createElement("div",{ref:function(t){return e._content=t},className:"k-grid-columnmenu-popup",tabIndex:0,onBlur:this.blur,onFocus:this.focus,style:{outline:"none"}},n&&l.createElement(n,i({},r,{onCloseMenu:this.closeMenu})))))},t}(l.Component);t.GridColumnMenuWrapper=h},4814:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.GRID_PREVENT_SELECTION_ELEMENT=t.GRID_COL_INDEX_ATTRIBUTE=t.GRID_ROW_INDEX_ATTRIBUTE=void 0;var r=n(4445);t.GRID_ROW_INDEX_ATTRIBUTE=r.TABLE_ROW_INDEX_ATTRIBUTE,t.GRID_COL_INDEX_ATTRIBUTE=r.TABLE_COL_INDEX_ATTRIBUTE,t.GRID_PREVENT_SELECTION_ELEMENT=r.TABLE_PREVENT_SELECTION_ELEMENT},2689:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.ColumnDraggable=void 0;var i=n(3899),a=n(4899),l=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.draggable=null,t.onPress=function(e){var n=t.draggable&&t.draggable.element;n&&t.props.pressHandler&&t.props.pressHandler(e.event,n)},t.onDrag=function(e){var n=t.draggable&&t.draggable.element;n&&t.props.dragHandler&&t.props.dragHandler(e.event,n)},t.onRelease=function(e){t.draggable&&t.draggable.element&&t.props.releaseHandler&&t.props.releaseHandler(e.event)},t}return o(t,e),t.prototype.render=function(){var e=this;return i.createElement(a.Draggable,{onPress:this.onPress,onDrag:this.onDrag,onRelease:this.onRelease,hint:this.props.dragClue,autoScroll:{boundaryElementRef:this.props.headerRef,direction:{horizontal:!0,vertical:!1}},scrollContainer:this.props.containerRef||void 0,ref:function(t){e.draggable=t}},i.createElement("tr",{className:"k-table-row",style:{touchAction:"none"},role:"row","aria-rowindex":this.props.ariaRowIndex},this.props.children))},t}(i.PureComponent);t.ColumnDraggable=l},2092:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ColumnResize=void 0;var n=function(){function e(e){var t=this;this.columns=[],this.resizable=!1,this.isRtl=!1,this.setIsRtl=function(e){t.isRtl=e},this.dragHandler=function(e,n,r,o){var i=e.originalEvent;o||(i.preventDefault(),i.stopPropagation(),i.stopImmediatePropagation());var a=r.closest("th");if(a&&a){var l=a.clientWidth,s=l;if(t.isRtl?s+=r.getBoundingClientRect().right-r.offsetWidth/2-e.clientX:s+=e.clientX-r.getBoundingClientRect().left-r.offsetWidth/2,o||!(Math.abs(s-l)<1)){t.fixateInitialWidths(a.parentElement.clientWidth),t.setWidths(n,Math.floor(s)/l);var c=t.columns.filter((function(e){return!e.children.length})).findIndex((function(e){return e.id===n.id}));t.onResize(c,l,s,i,o,n.id)}}},this.dblClickHandler=function(e,n){var r=t.columns.filter((function(e){return n.indexOf(e.id)>-1}));if(t.colGroupMain&&r.length){for(var o={},i=r;i.length>0;){var a=i.pop();if(!a)break;a.children.length?i.push.apply(i,a.children):o[a.id]=a}var l=t.columns.filter((function(e){return!e.children.length})),s=[];l.forEach((function(e,t){o[e.id]&&s.push(t)}));var c=[t.colGroupMain.parentElement],u=[t.colGroupMain];t.colGroupHeader&&(c.push(t.colGroupHeader.parentElement),u.push(t.colGroupHeader)),t.colGroupFooter&&(c.push(t.colGroupFooter.parentElement),u.push(t.colGroupFooter)),c.forEach((function(e){return e.classList.add("k-autofitting")}));var p=[];u.forEach((function(e){s.forEach((function(t){e.children[t]&&(e.children[t].width="",p[t]=Math.max(p[t]||0,e.children[t].offsetWidth+1))}))})),u.forEach((function(e){s.forEach((function(t){e.children[t]&&(e.children[t].width=p[t]+"px",l[t].width=p[t])}))})),c.forEach((function(e){return e.classList.remove("k-autofitting")})),t.onResize(s[0],0,0,e,!0,n[0])}},this.updateColElements=function(e){for(var n=t.columns.filter((function(e){return!e.children.length})),r=1e-10,o=function(o){var i=e[o],a=n.findIndex((function(e){return e.id===i.id})),l=parseFloat((i.width||0).toString()),s=Math.floor(l);r+=l-s;var c=s+Math.floor(r);if(r-=Math.floor(r),t.colGroupMain&&t.colGroupMain.children[a]){var u=parseInt(t.colGroupMain.children[a].width,10);t.colGroupMain.children[a].width=c+"px",t.updateNextLockedCol(t.colGroupMain.parentElement,i,u-c)}if(t.colGroupHeader&&t.colGroupHeader.children[a]){var p=parseInt(t.colGroupHeader.children[a].width,10);t.colGroupHeader.children[a].width=c+"px",t.updateNextLockedCol(t.colGroupHeader.parentElement,i,p-c)}if(t.colGroupFooter&&t.colGroupFooter.children[a]){var d=parseInt(t.colGroupFooter.children[a].width,10);t.colGroupFooter.children[a].width=c+"px",t.updateNextLockedCol(t.colGroupFooter.parentElement,i,d-c)}},i=0;i<e.length;i++)o(i)},this.onResize=e}return e.prototype.fixateInitialWidths=function(e){for(var t=this.columns.filter((function(e){return!e.children.length})),n=0,r=this.colGroupMain?this.colGroupMain.children:[],o=0;o<r.length;o++)r[o].width?e-=parseFloat(r[o].width):n++;if(0!==n){var i=Math.floor(e/n);for(o=0;o<r.length;o++){var a=r[o];a.width||(a.width=i,t[o].width=i.toString(),this.colGroupHeader&&(this.colGroupHeader.children[o].width=i),this.colGroupFooter&&(this.colGroupFooter.children[o].width=i))}}},e.prototype.setWidths=function(e,t){for(var n=this.columns.findIndex((function(t){return t.id===e.id})),r=[],o=e.children.length,i=n+1;o>0&&i<this.columns.length;i++,o--){var a=this.columns[i];a.children.length?o+=a.children.length:r.push(a)}return 0===r.length&&r.push(e),r.forEach((function(e){var n=e.width?parseFloat(e.width.toString())*t:0,r=void 0===e.minResizableWidth?10:e.minResizableWidth;n<r&&(n=r),e.width=n})),this.updateColElements(r),r},e.prototype.updateNextLockedCol=function(e,t,n){var r=this,o=t.index,i=this.colGroupMain.parentElement.closest(".k-grid"),a=null==i?void 0:i.clientWidth,l=this.columns.filter((function(e){return e.locked})).map((function(e){return parseInt(e.width+"",10)})).reduce((function(e,t){return e+t}),0);!t.locked||a<=l+20||this.columns.forEach((function(t){if((null==t?void 0:t.locked)&&n){var i=null==e?void 0:e.querySelectorAll('[aria-colindex="'+t.ariaColumnIndex+'"]');null==i||i.forEach((function(e){var i=e.style;r.isRtl?(t.index>o&&i&&i.right&&(i.right=parseInt(i.right,10)-n+"px"),t.index<o&&i&&i.left&&(i.left=parseInt(i.left,10)-n+"px")):(t.index>o&&i&&i.left&&(i.left=parseInt(i.left,10)-n+"px"),t.index<o&&i&&i.right&&(i.right=parseInt(i.right,10)-n+"px"))}))}}))},e}();t.ColumnResize=n},4929:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.CommonDragLogic=void 0;var r=n(3899),o=n(4445),i=function(){function e(e,t,n){var o=this;this.refDragElementClue=r.createRef(),this.refDropElementClue=r.createRef(),this.columns=[],this.reorderable=!1,this.groupable=!1,this.startColumn=-1,this.startGroup=-1,this.currentColumn=-1,this.currentGroup=-1,this.groupPanelDivElement=null,this.refGroupPanelDiv=function(e){o.groupPanelDivElement=e&&e.children?e.children[0]:e},this.pressHandler=function(e,t){var n=o.getColumnIndex(e,t);if(o.startGroup=o.getGroupIndex(e),n>=0){var r=o.columns[n];(r.reorderable&&o.reorderable||r.groupable&&o.groupable)&&(o.startColumn=n)}},this.dragHandler=function(e,t){if(e.isTouch||e.originalEvent.preventDefault(),e.originalEvent.stopPropagation(),-1!==o.startColumn||-1!==o.startGroup){o.currentColumn=o.getColumnIndex(e,t);var n=o.groupPanelDivElement&&o.groupPanelDivElement.children;o.currentGroup=o.isTargetGroupingContainer(e)?n&&n.length?n.length:0:o.getGroupIndex(e);var r=!o.isValid();r&&(o.currentColumn=-1,o.currentGroup=-1);var i=o.currentColumn>=0?t.children[o.columns[o.currentColumn].index]:o.isTargetGroupingContainer(e)?e.originalEvent.target:o.groupPanelDivElement&&o.groupPanelDivElement.children[o.currentGroup];o.updateDragElementClue(e,t,i,r),o.updateDropElementClue(e,t,i,r)}},this.releaseHandler=function(e){var t=o.startColumn,n=o.currentColumn,r=o.startGroup,i=o.currentGroup;e.originalEvent.preventDefault(),o.dropElementClue&&o.dropElementClue.setState({visible:!1}),o.dragElementClue&&o.dragElementClue.setState({visible:!1});var a=o.isValid();o.startColumn=o.startGroup=o.currentColumn=o.currentGroup=-1,a&&(t>=0&&n>=0?o.columnReorder(t,n,e.originalEvent):r>=0&&i>=0?o.groupReorder(r,i,e.originalEvent):t>=0&&i>=0&&o.columnToGroup(t,i,e.originalEvent))},this.columnReorder=e,this.groupReorder=t,this.columnToGroup=n}return Object.defineProperty(e.prototype,"dragClueRef",{get:function(){return this.refDragElementClue},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"dropClueRef",{get:function(){return this.refDropElementClue},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"dragElementClue",{get:function(){return this.refDragElementClue.current},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"dropElementClue",{get:function(){return this.refDropElementClue.current},enumerable:!1,configurable:!0}),e.prototype.getColumnIndex=function(e,t){if(!t||t.parentElement===this.groupPanelDivElement)return-1;var n=(0,o.getIndex)(e,t);if(-1===n)return-1;for(var r=function(e){if(t.parentNode.children[e]===t)return{value:i.columns.findIndex((function(t){return t.index===n&&t.depth===e}))}},i=this,a=0;a<t.parentNode.children.length;a++){var l=r(a);if("object"==typeof l)return l.value}return-1},e.prototype.isTargetGroupingContainer=function(e){var t=e.originalEvent.target;return!!t.className.indexOf&&-1!==t.className.indexOf("k-grouping-drop-container")},e.prototype.getGroupIndex=function(e){return(0,o.getIndex)(e,this.groupPanelDivElement)},e.prototype.isValid=function(){return this.startGroup>=0?this.currentGroup>=0&&this.currentGroup!==this.startGroup:-1!==this.startColumn&&(this.currentGroup>=0?!0===this.columns[this.startColumn].groupable&&!0===this.groupable:!0===this.reorderable&&this.currentColumn>=0&&this.currentColumn!==this.startColumn&&!0===this.columns[this.startColumn].reorderable&&this.columns[this.currentColumn].parentIndex===this.columns[this.startColumn].parentIndex)},e.prototype.updateDragElementClue=function(e,t,n,r){if(this.dragElementClue){var o=this.startColumn>=0?t.children[this.columns[this.startColumn].index].innerText:t.innerText;this.dragElementClue.setState({visible:!0,top:e.pageY+10,left:e.pageX,innerText:o,status:r||!n?"k-i-cancel":"k-i-plus"})}},e.prototype.updateDropElementClue=function(e,t,n,r){if(this.dropElementClue)if(!r&&n){var o=n.getBoundingClientRect(),i=(n.closest(".k-grouping-header")||n).getBoundingClientRect(),a=o.left+e.pageX-e.clientX-6;!this.isTargetGroupingContainer(e)&&(this.currentColumn>this.startColumn||this.currentGroup>this.startGroup&&-1!==this.startGroup)&&(a+=o.width);var l=i.top+e.pageY-e.clientY;this.dropElementClue.setState({visible:!0,top:l,left:a,height:this.currentColumn>=0?t.clientHeight:i.height})}else this.dropElementClue.setState({visible:!1})},e}();t.CommonDragLogic=i},3958:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.GroupingIndicator=void 0;var a=n(3899),l=n(4899),s=n(499),c=n(8696),u=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.draggable=null,t.onPress=function(e){var n=t.draggable&&t.draggable.element;n&&t.props.onPress&&t.props.onPress(e.event,n)},t.onDrag=function(e){var n=t.draggable&&t.draggable.element;n&&t.props.onDrag&&t.props.onDrag(e.event,n)},t.onRelease=function(e){t.draggable&&t.draggable.element&&t.props.onRelease&&t.props.onRelease(e.event)},t.sortChange=function(e){if(e.preventDefault(),t.props.onSortChange){var n="asc"===t.props.dir?"desc":"asc";t.props.onSortChange(e,n)}},t.groupRemove=function(e){e.preventDefault(),e.stopPropagation(),t.props.onRemove&&t.props.onRemove(e)},t.onContextMenu=function(e){var n={title:t.props.title,dir:t.props.dir,index:t.props.index};t.props.onContextMenu&&t.props.onContextMenu.call(void 0,e,{dataItem:i({},n)})},t}return o(t,e),t.prototype.render=function(){var e=this,t=this.props.dir;return a.createElement(l.Draggable,{onPress:this.onPress,onDrag:this.onDrag,onRelease:this.onRelease,ref:function(t){e.draggable=t}},a.createElement("div",{className:"k-chip k-chip-md k-chip-solid k-chip-solid-base k-rounded-md",onClick:this.sortChange,onContextMenu:this.onContextMenu,role:"button",style:{touchAction:"none"}},a.createElement("span",null,a.createElement(l.IconWrap,{name:"sort-"+t+"-small",icon:"asc"===t?c.sortAscSmallIcon:c.sortDescSmallIcon,size:"small"})),a.createElement("span",{className:"k-chip-content"},this.props.title),a.createElement("span",{className:"k-chip-actions"},a.createElement("span",{className:"k-chip-action k-chip-remove-action",onClick:this.groupRemove},a.createElement(l.IconWrap,{name:"x-circle",icon:c.xCircleIcon,size:"small"})))))},t}(a.Component);t.GroupingIndicator=u,(0,s.registerForLocalization)(u)},6235:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.cellOperatorChange=t.cellBoolDropdownChange=t.getFilterType=t.getDefaultOperator=t.cellInputChange=t.defaultHideSecondFilter=t.booleanFilterValues=t.defaultBooleanOperator=t.operatorMap=t.IsUnaryFilter=t.operators=t.filterLogicList=void 0;var r=n(3364);t.filterLogicList=[{text:"grid.filterAndLogic",operator:"and"},{text:"grid.filterOrLogic",operator:"or"}],t.operators={text:[{text:"grid.filterContainsOperator",operator:"contains"},{text:"grid.filterNotContainsOperator",operator:"doesnotcontain"},{text:"grid.filterEqOperator",operator:"eq"},{text:"grid.filterNotEqOperator",operator:"neq"},{text:"grid.filterStartsWithOperator",operator:"startswith"},{text:"grid.filterEndsWithOperator",operator:"endswith"},{text:"grid.filterIsNullOperator",operator:"isnull"},{text:"grid.filterIsNotNullOperator",operator:"isnotnull"},{text:"grid.filterIsEmptyOperator",operator:"isempty"},{text:"grid.filterIsNotEmptyOperator",operator:"isnotempty"}],numeric:[{text:"grid.filterEqOperator",operator:"eq"},{text:"grid.filterNotEqOperator",operator:"neq"},{text:"grid.filterGteOperator",operator:"gte"},{text:"grid.filterGtOperator",operator:"gt"},{text:"grid.filterLteOperator",operator:"lte"},{text:"grid.filterLtOperator",operator:"lt"},{text:"grid.filterIsNullOperator",operator:"isnull"},{text:"grid.filterIsNotNullOperator",operator:"isnotnull"}],date:[{text:"grid.filterEqOperator",operator:"eq"},{text:"grid.filterNotEqOperator",operator:"neq"},{text:"grid.filterAfterOrEqualOperator",operator:"gte"},{text:"grid.filterAfterOperator",operator:"gt"},{text:"grid.filterBeforeOperator",operator:"lt"},{text:"grid.filterBeforeOrEqualOperator",operator:"lte"},{text:"grid.filterIsNullOperator",operator:"isnull"},{text:"grid.filterIsNotNullOperator",operator:"isnotnull"}],boolean:[{text:"grid.filterEqOperator",operator:"eq"}]},t.IsUnaryFilter=function(e){return"isnull"===e||"isnotnull"===e||"isempty"===e||"isnotempty"===e},t.operatorMap=function(e,t){return e.map((function(e){return{text:t.toLanguageString(e.text,r.messages[e.text]),operator:e.operator}}))},t.defaultBooleanOperator="eq",t.booleanFilterValues=[{text:"grid.filterBooleanAll",operator:""},{text:"grid.filterIsTrue",operator:!0},{text:"grid.filterIsFalse",operator:!1}],t.defaultHideSecondFilter={text:!1,numeric:!1,date:!1,boolean:!0},t.cellInputChange=function(e,n,r){var o=(0,t.getDefaultOperator)(r.operators),i=r.operator;switch(r.filterType){case"numeric":case"date":i&&!(0,t.IsUnaryFilter)(i)||(i=o),null===e&&i===o&&(i="");break;case"text":i&&!(0,t.IsUnaryFilter)(i)||(i=o),e||i!==o||(i="");break;default:return}r.onChange({value:e,operator:i,syntheticEvent:n})},t.getDefaultOperator=function(e,t){return t?e[t][0].operator:e[0].operator},t.getFilterType=function(e){return e||"text"},t.cellBoolDropdownChange=function(e,n){var r=e.target.value;n({value:r.operator,operator:""===r.operator?"":t.defaultBooleanOperator,syntheticEvent:e.syntheticEvent})},t.cellOperatorChange=function(e,n,r){var o=n,i=e.target.value;e.target.state.opened&&((0,t.IsUnaryFilter)(i.operator)&&(o=null),null!==n||(0,t.IsUnaryFilter)(i.operator)||(o=void 0),r({value:o,operator:i.operator,syntheticEvent:e.syntheticEvent}))}},5836:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.Footer=void 0;var i=n(4899),a=n(3899),l=n(4899),s=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.footerWrap=null,t.table=null,t.scrollbarWidth=(0,i.getScrollbarWidth)(),t}return o(t,e),t.prototype.componentDidMount=function(){this.setState({})},t.prototype.setScrollLeft=function(e){this.footerWrap&&(this.footerWrap.scrollLeft=e)},t.prototype.setWidth=function(e){this.table&&(this.table.style.width=e+"px")},t.prototype.render=function(){var e,t=this;return this.props.staticHeaders?a.createElement("div",{className:"k-grid-footer",role:"presentation"},a.createElement("div",{ref:function(e){t.footerWrap=e},className:"k-grid-footer-wrap",style:this.scrollbarWidth?{}:{borderWidth:0},role:"presentation"},a.createElement("table",{ref:function(e){t.table=e},className:(0,l.classNames)("k-table k-grid-footer-table",(e={"k-table-md":!this.props.size},e["k-table-".concat(l.kendoThemeMaps.sizeMap[this.props.size]||this.props.size)]=this.props.size,e),this.props.className),role:"presentation"},a.createElement("colgroup",{ref:function(e){t.props.columnResize.colGroupFooter=e},role:"presentation"},this.props.cols),a.createElement("tfoot",{className:"k-table-tfoot",role:"presentation"},this.props.row)))):a.createElement("tfoot",{className:"k-table-tfoot"},this.props.row)},t}(a.Component);t.Footer=s},7603:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.FooterRow=void 0;var a=n(3899),l=n(5538),s=n(4899),c=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._element=null,t.renderCell=function(e,n){var r,o=((r={colSpan:1!==e.colSpan?e.colSpan:void 0,style:void 0!==e.left?t.props.isRtl?{left:e.right,right:e.left}:{left:e.left,right:e.right}:{},className:(0,s.classNames)("k-table-td",e.locked&&void 0!==e.left?"k-grid-footer-sticky":""),key:n,role:"gridcell"})["aria-colindex"]=e.ariaColumnIndex,r),c=i({field:e.field,ariaColumnIndex:e.ariaColumnIndex},o),u=(0,l.resolveCells)(t.props.cells,e.cells);if(u&&u.footerCell){var p=u.footerCell;return a.createElement(p,i({},c,{tdProps:o,index:n}))}return e.footerCell&&a.createElement(e.footerCell,i({},c,{key:n}))||a.createElement("td",i({},o))},t}return o(t,e),Object.defineProperty(t.prototype,"element",{get:function(){return this._element},enumerable:!1,configurable:!0}),t.prototype.render=function(){return a.createElement("tr",{className:"k-table-row",role:"row","aria-rowindex":this.props.ariaRowIndex},(0,l.footerColumns)(this.props.columns).map(this.renderCell))},t}(a.Component);t.FooterRow=c},7545:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.FilterRow=t.FILTER_ROW_CLASS=void 0;var a=n(3899),l=n(499),s=n(9528),c=n(6235),u=n(4445),p=n(3364),d=n(4899),h=n(5538);t.FILTER_ROW_CLASS="k-table-row k-filter-row";var v=function(e){function n(){return null!==e&&e.apply(this,arguments)||this}return o(n,e),n.prototype.headerCellClassName=function(e,t){var n="".concat(t?"k-grid-header-sticky":"");return this.props.sort&&this.props.sort.filter((function(t){return t.field===e})).length>0&&(n+=" k-sorted"),n},n.prototype.setFilter=function(e,t,n,r){if(this.props.filterChange){var o=[];(""!==e&&null!==e||""!==t)&&o.push({field:n,operator:t,value:e}),this.props.filter&&this.props.filter.filters&&(this.props.filter.filters||[]).forEach((function(e){var t=e;t&&t.field!==n&&o.push(t)}));var i=this.props.filter&&this.props.filter.logic?this.props.filter.logic:"and";this.props.filterChange(o.length>0?{logic:i,filters:o}:null,r)}},n.prototype.render=function(){var e=this,n=(0,l.provideLocalizationService)(this),r=this.props.filter&&this.props.filter.filters||[],o=0,v=-1,f=this.props.columns.filter((function(e){return 0===e.children.length})).map((function(t){var l=(0,c.getFilterType)(t.filter),f=function(e){if(void 0!==e){var t=r.filter((function(t){return t.field===e}));return t.length?t[0]:void 0}}(t.field),m=t.filterable?n.toLanguageString(p.filterAriaLabel,p.messages[p.filterAriaLabel]):void 0,g=f&&f.value;void 0===g&&(g="text"===l?"":null);var y=t.filterable&&{render:e.props.cellRender,field:t.field,title:t.filterTitle,value:g,operator:f&&f.operator,operators:(0,c.operatorMap)(e.props.filterOperators[l]||[],n),booleanValues:(0,c.operatorMap)(c.booleanFilterValues,n),filterType:l,ariaLabel:m,onChange:function(n){e.setFilter(n.value,n.operator,t.field,n.syntheticEvent)}},b=t.declarationIndex>=0?++v:--o,w={ariaLabel:m,ariaColumnIndex:t.ariaColumnIndex},z=void 0!==t.left?e.props.isRtl?{left:t.right,right:t.left}:{left:t.left,right:t.right}:{},x=i({columnId:u.tableKeyboardNavigationTools.getFilterColumnId(t.id),navigatable:t.navigatable,style:z,className:(0,d.classNames)("k-table-th",e.headerCellClassName(t.field,t.locked)||void 0),role:"columnheader"},w),C=y&&(t.filterCell?a.createElement(t.filterCell,i({},y)):a.createElement(s.GridFilterCell,i({size:e.props.size},y))),k=(0,h.resolveCells)(e.props.cells,t.cells);if(k&&k.filterCell){var I=k.filterCell;return a.createElement(I,i({key:b},y,{thProps:x,index:v}),C)}return a.createElement(u.HeaderThElement,i({key:b},x),C)}));return a.createElement("tr",{className:t.FILTER_ROW_CLASS,"aria-rowindex":this.props.ariaRowIndex,role:"row"},f)},n}(a.Component);t.FilterRow=v,(0,l.registerForLocalization)(v)},2786:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.GridHeaderCell=void 0;var a=n(4899),l=n(3899),s=n(9619),c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.render=function(){var e=this.props.columnMenuWrapperProps,t=this.props.onClick?{onClick:this.props.onClick}:{},n=l.createElement("span",{className:"k-cell-inner"},l.createElement("span",i({className:(0,a.classNames)("k-link",{"!k-cursor-default":!this.props.columnMenuWrapperProps.sortable})},t),l.createElement("span",{className:"k-column-title"},this.props.title||this.props.field||" "),this.props.children),e.columnMenu&&l.createElement(s.GridColumnMenuWrapper,i({},e)));return this.props.render?this.props.render.call(void 0,n,this.props):n},t}(l.Component);t.GridHeaderCell=c},1289:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.GridHeaderSelectionCell=void 0;var a=n(3899),l=n(4899),s=n(9619),c=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._inputId=(0,l.guid)(),t}return o(t,e),t.prototype.render=function(){var e=this,t=this.props.columnMenuWrapperProps,n=[a.createElement("input",{key:0,checked:this.props.selectionValue,id:this._inputId,type:"checkbox",className:"k-checkbox k-checkbox-md k-rounded-md",onChange:function(t){return e.props.selectionChange({field:e.props.field,syntheticEvent:t})}}),a.createElement("label",{key:1,className:"k-checkbox-label",htmlFor:this._inputId}),t.columnMenu&&a.createElement(s.GridColumnMenuWrapper,i({},t))];return this.props.render?this.props.render.call(void 0,n,this.props):n},t}(a.Component);t.GridHeaderSelectionCell=c},4298:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.GroupPanel=void 0;var i=n(3899),a=n(3958),l=n(499),s=n(3364),c=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.onGroupRemove=function(e,n){var r=t.props.group.slice();r.splice(n,1),t.props.groupChange(r,e)},t.onGroupSortChange=function(e,n,r,o){var i=Object.assign({},r,{dir:o}),a=t.props.group.slice();a.splice(n,1,i),t.props.groupChange(a,e)},t}return o(t,e),t.prototype.render=function(){var e=this,t=(this.props.group||[]).map((function(t,n){return i.createElement(a.GroupingIndicator,{key:n,index:n,dir:t.dir||"asc",title:e.props.resolveTitle(t.field),onRemove:function(t){e.onGroupRemove(t,n)},onSortChange:function(r,o){e.onGroupSortChange(r,n,t,o)},onPress:e.props.pressHandler,onDrag:e.props.dragHandler,onRelease:e.props.releaseHandler,onContextMenu:e.props.onContextMenu})}));return i.createElement("div",{ref:this.props.refCallback,className:"k-grouping-header",role:"toolbar","aria-label":(0,l.provideLocalizationService)(this).toLanguageString(s.groupPanelAriaLabel,s.messages[s.groupPanelAriaLabel]),"aria-controls":this.props.ariaControls||""},i.createElement("div",{className:"k-chip-list k-chip-list-md",role:"none"},t),i.createElement("div",{className:"k-grouping-drop-container"},!t.length&&(0,l.provideLocalizationService)(this).toLanguageString(s.groupPanelEmpty,s.messages[s.groupPanelEmpty])," "))},t}(i.Component);t.GroupPanel=c,(0,l.registerForLocalization)(c)},3225:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.Header=void 0;var a=n(3899),l=n(4899),s=n(4445),c=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.headerWrap=null,t.table=null,t.syncScroll=!1,t.scrollbarWidth=(0,l.getScrollbarWidth)(),t.onScroll=function(e){if(t.syncScroll)t.syncScroll=!1;else if(t.headerWrap){var n=t.headerWrap.scrollLeft,r=t.props.scrollableDataElement();r&&r.scrollLeft!==n&&(r.scrollLeft=n)}},t}return o(t,e),Object.defineProperty(t.prototype,"element",{get:function(){return this.props.elemRef.current},enumerable:!1,configurable:!0}),t.prototype.componentDidMount=function(){var e=(0,s.isRtl)(this.element);this.props.columnResize&&this.props.columnResize.setIsRtl(e),this.forceUpdate()},t.prototype.setScrollLeft=function(e){this.headerWrap&&this.headerWrap.scrollLeft!==e&&(this.syncScroll=!0,this.headerWrap.scrollLeft=e)},t.prototype.setWidth=function(e){this.table&&(this.table.style.width=e+"px")},t.prototype.render=function(){var e,t=this;return this.props.staticHeaders?a.createElement("div",{ref:this.props.elemRef,className:(0,l.classNames)("k-grid-header",{"k-grid-draggable-header":this.props.draggable}),role:"presentation"},a.createElement("div",{ref:function(e){t.headerWrap=e},className:"k-grid-header-wrap",style:this.scrollbarWidth?{}:{borderWidth:0},onScroll:this.onScroll,role:"presentation"},a.createElement("table",{ref:function(e){t.table=e},className:(0,l.classNames)("k-table k-grid-header-table",(e={"k-table-md":!this.props.size},e["k-table-".concat(l.kendoThemeMaps.sizeMap[this.props.size]||this.props.size)]=this.props.size,e),this.props.className),role:"presentation"},a.createElement("colgroup",{ref:function(e){t.props.columnResize.colGroupHeader=e}},this.props.cols),a.createElement("thead",i({className:"k-table-thead",role:"rowgroup"},s.tableKeyboardNavigationHeaderAttributes),this.props.headerRow,this.props.filterRow)))):a.createElement("thead",i({role:"presentation",className:(0,l.classNames)("k-table-thead",{"k-grid-draggable-header":this.props.draggable})},s.tableKeyboardNavigationHeaderAttributes),this.props.headerRow,this.props.filterRow)},t}(a.Component);t.Header=c},8227:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.HeaderRow=void 0;var a=n(3899),l=n(1569),s=n(2689),c=n(2786),u=n(4899),p=n(4445),d=n(499),h=n(3364),v=n(8696),f=n(5538),m={true:{asc:"desc",desc:"","":"asc"},false:{asc:"desc",desc:"asc","":"asc"}},g={none:"none",asc:"ascending",desc:"descending"},y=function(e){function t(t){var n=e.call(this,t)||this;return n.serviceIndex=0,n.index=-1,n.cellKeyDown=function(e,t){e.isDefaultPrevented()||e.keyCode===u.Keys.enter&&n.cellClick(e,t)},n.cells=function(e){return e.map((function(e){var t=n.props.columns[e],r=n.props.sortable&&t.sortable,o=n.props.sort?n.props.sort.findIndex((function(e){return e.field===t.field})):-1,l=o>=0&&n.props.sort[o].dir||"none",s=null===t.columnMenu?null:t.columnMenu||n.props.columnMenu,v=(0,u.classNames)({"k-first":t.kFirst,"k-filterable":Boolean(s),"k-table-th":!0,"k-header":!0,"k-grid-header-sticky":t.locked,"k-sorted":n.props.sort&&n.props.sort.some((function(e){return e.field===t.field}))},t.headerClassName),m=void 0!==t.left?n.props.isRtl?{left:t.right,right:t.left}:{left:t.left,right:t.right}:{},y=(0,d.provideLocalizationService)(n).toLanguageString(h.sortAriaLabel,h.messages[h.sortAriaLabel]),b=t.isAccessible?{ariaSort:g[l],role:"columnheader",ariaColumnIndex:t.ariaColumnIndex,ariaSelected:!1,ariaDescription:r?y:""}:{role:"presentation"},w=t.declarationIndex>=0?++n.index:--n.serviceIndex,z=t.headerCell?t.headerCell:c.GridHeaderCell,x=a.createElement(z,{key:1,field:t.field,onClick:r&&function(e){return n.cellClick(e,t)}||void 0,selectionChange:n.props.selectionChange,title:t.title,selectionValue:t.headerSelectionValue,render:n.props.cellRender,children:n.sortIcon(o),columnMenuWrapperProps:{column:{field:t.field,title:t.title,locked:t.locked,filter:t.filter,id:t.id},sortable:r&&n.props.sortable,sort:n.props.sort,onSortChange:n.props.sortChange,filter:n.props.filter,filterable:n.props.filterable&&t.filterable,filterOperators:n.props.filterOperators,onFilterChange:n.props.filterChange,group:n.props.group,groupable:n.props.groupable,onGroupChange:n.props.groupChange,columnMenu:s}}),C=i(i({},b),{key:w,colSpan:t.colSpan,rowSpan:t.rowSpan,className:v,style:m,columnId:t.id,navigatable:t.navigatable,onKeyDown:r&&function(e){return n.cellKeyDown(e,t)}||void 0,role:"columnheader"}),k=[x,n.props.columnResize&&n.props.columnResize.resizable&&t.resizable&&a.createElement(p.ColumnResizer,{key:2,resize:function(e,r,o){return n.props.columnResize&&n.props.columnResize.dragHandler(e,t,r,o)},autofit:function(e){return n.props.columnResize&&n.props.columnResize.dblClickHandler(e,[t.id])}})],I=(0,f.resolveCells)(n.props.cells,t.cells);if(I&&I.headerCell){var O=I.headerCell;return a.createElement(O,{key:w,thProps:C,index:e},k)}return a.createElement(p.HeaderThElement,i({},C,{key:w}),k)}))},n.cellClick=n.cellClick.bind(n),n}return o(t,e),t.prototype.cellClick=function(e,t){if(e.preventDefault(),this.props.sortChange){var n=(0,l.normalize)(this.props.sortable||!1,t.sortable||!1),r=n.allowUnsort,o=n.mode,i=(this.props.sort||[]).filter((function(e){return e.field===t.field}))[0],a=m[r][i&&i.dir||""],s="single"===o?[]:(this.props.sort||[]).filter((function(e){return e.field!==t.field}));""!==a&&t.field&&s.push({field:t.field,dir:a}),this.props.sortChange(s,e)}},t.prototype.sortIcon=function(e){return this.props.sort?e>=0&&[a.createElement("span",{key:1,className:"k-sort-icon"},a.createElement(u.IconWrap,{name:"sort-"+this.props.sort[e].dir+"-small",icon:"asc"===this.props.sort[e].dir?v.sortAscSmallIcon:v.sortDescSmallIcon})),this.props.sort.length>1&&a.createElement("span",{key:2,className:"k-sort-icon"},a.createElement("span",{className:"k-sort-order"},e+1))]:null},t.prototype.render=function(){var e=this;return this.serviceIndex=0,this.index=-1,this.props.columnsMap.map((function(t,n){return e.props.pressHandler&&a.createElement(s.ColumnDraggable,{key:n,pressHandler:e.props.pressHandler,dragHandler:e.props.dragHandler,releaseHandler:e.props.releaseHandler,ariaRowIndex:n+1,dragClue:e.props.dragClue,headerRef:e.props.headerRef,containerRef:e.props.containerRef},e.cells(t))||a.createElement("tr",{className:"k-table-row",role:"row","aria-rowindex":n+1},e.cells(t))}))},t}(a.Component);t.HeaderRow=y,(0,d.registerForLocalization)(y)},5216:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),n(4445)},1569:function(e,t){var n=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.normalize=void 0,t.normalize=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return Object.assign.apply(Object,n([{allowUnsort:!0,mode:"single"}],e,!1))}},542:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},468:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),t.operators=t.booleanFilterValues=t.filterGroupByField=t.rootFilterOrDefault=t.GridCommonDragLogic=t.GRID_ROW_INDEX_ATTRIBUTE=t.GRID_COL_INDEX_ATTRIBUTE=t.getSelectedStateFromKeyDown=t.setSelectedState=t.getSelectedState=t.GridColumnMenuWrapper=t.GridNoRecords=t.GridToolbar=t.GridColumnMenuColumnsList=t.GridColumnMenuCheckboxFilter=t.GridColumnMenuFilterCell=t.GridColumnMenuFilterUI=t.GridColumnMenuItemGroup=t.GridColumnMenuItemContent=t.GridColumnMenuItem=t.GridColumnMenuGroup=t.GridColumnMenuFilter=t.GridColumnMenuSort=t.GridSelectionCell=t.GridHeaderCell=t.GridFilterCell=t.GridRow=t.GridDetailRow=t.GridHierarchyCell=t.GridGroupCell=t.GridEditCell=t.GridCell=t.GridColumn=t.Grid=t.pagerItemPerPage=t.pagerLastPage=t.pagerNextPage=t.pagerPreviousPage=t.pagerFirstPage=t.pagerInfo=t.gridMessages=void 0;var i=n(8341);Object.defineProperty(t,"Grid",{enumerable:!0,get:function(){return i.Grid}});var a=n(2399);Object.defineProperty(t,"GridColumn",{enumerable:!0,get:function(){return a.GridColumn}});var l=n(9619);Object.defineProperty(t,"GridColumnMenuWrapper",{enumerable:!0,get:function(){return l.GridColumnMenuWrapper}});var s=n(1576);Object.defineProperty(t,"GridColumnMenuGroup",{enumerable:!0,get:function(){return s.GridColumnMenuGroup}});var c=n(6321);Object.defineProperty(t,"GridColumnMenuSort",{enumerable:!0,get:function(){return c.GridColumnMenuSort}});var u=n(2375);Object.defineProperty(t,"GridColumnMenuFilter",{enumerable:!0,get:function(){return u.GridColumnMenuFilter}}),Object.defineProperty(t,"rootFilterOrDefault",{enumerable:!0,get:function(){return u.rootFilterOrDefault}}),Object.defineProperty(t,"filterGroupByField",{enumerable:!0,get:function(){return u.filterGroupByField}});var p=n(3399);Object.defineProperty(t,"GridColumnMenuFilterUI",{enumerable:!0,get:function(){return p.GridColumnMenuFilterUI}});var d=n(1766);Object.defineProperty(t,"GridColumnMenuFilterCell",{enumerable:!0,get:function(){return d.GridColumnMenuFilterCell}});var h=n(1496);Object.defineProperty(t,"GridColumnMenuCheckboxFilter",{enumerable:!0,get:function(){return h.GridColumnMenuCheckboxFilter}});var v=n(7303);Object.defineProperty(t,"GridColumnMenuColumnsList",{enumerable:!0,get:function(){return v.GridColumnMenuColumnsList}});var f=n(9237);Object.defineProperty(t,"GridCell",{enumerable:!0,get:function(){return f.GridCell}});var m=n(9794);Object.defineProperty(t,"GridEditCell",{enumerable:!0,get:function(){return m.GridEditCell}});var g=n(2383);Object.defineProperty(t,"GridGroupCell",{enumerable:!0,get:function(){return g.GridGroupCell}});var y=n(1959);Object.defineProperty(t,"GridHierarchyCell",{enumerable:!0,get:function(){return y.GridHierarchyCell}});var b=n(9528);Object.defineProperty(t,"GridFilterCell",{enumerable:!0,get:function(){return b.GridFilterCell}});var w=n(2786);Object.defineProperty(t,"GridHeaderCell",{enumerable:!0,get:function(){return w.GridHeaderCell}});var z=n(9793);Object.defineProperty(t,"GridSelectionCell",{enumerable:!0,get:function(){return z.GridSelectionCell}});var x=n(5166);Object.defineProperty(t,"GridDetailRow",{enumerable:!0,get:function(){return x.GridDetailRow}});var C=n(2220);Object.defineProperty(t,"GridRow",{enumerable:!0,get:function(){return C.GridRow}});var k=n(5659);Object.defineProperty(t,"GridToolbar",{enumerable:!0,get:function(){return k.GridToolbar}});var I=n(2119);Object.defineProperty(t,"GridNoRecords",{enumerable:!0,get:function(){return I.GridNoRecords}}),o(n(542),t),o(n(5216),t);var O=n(3364);Object.defineProperty(t,"gridMessages",{enumerable:!0,get:function(){return O.messages}}),Object.defineProperty(t,"pagerInfo",{enumerable:!0,get:function(){return O.pagerInfo}}),Object.defineProperty(t,"pagerFirstPage",{enumerable:!0,get:function(){return O.pagerFirstPage}}),Object.defineProperty(t,"pagerPreviousPage",{enumerable:!0,get:function(){return O.pagerPreviousPage}}),Object.defineProperty(t,"pagerNextPage",{enumerable:!0,get:function(){return O.pagerNextPage}}),Object.defineProperty(t,"pagerLastPage",{enumerable:!0,get:function(){return O.pagerLastPage}}),Object.defineProperty(t,"pagerItemPerPage",{enumerable:!0,get:function(){return O.pagerItemPerPage}}),o(n(9227),t);var E=n(4914);Object.defineProperty(t,"GridColumnMenuItem",{enumerable:!0,get:function(){return E.GridColumnMenuItem}});var M=n(8645);Object.defineProperty(t,"GridColumnMenuItemContent",{enumerable:!0,get:function(){return M.GridColumnMenuItemContent}});var S=n(795);Object.defineProperty(t,"GridColumnMenuItemGroup",{enumerable:!0,get:function(){return S.GridColumnMenuItemGroup}});var H=n(4814);Object.defineProperty(t,"GRID_COL_INDEX_ATTRIBUTE",{enumerable:!0,get:function(){return H.GRID_COL_INDEX_ATTRIBUTE}}),Object.defineProperty(t,"GRID_ROW_INDEX_ATTRIBUTE",{enumerable:!0,get:function(){return H.GRID_ROW_INDEX_ATTRIBUTE}});var V=n(4445);Object.defineProperty(t,"getSelectedState",{enumerable:!0,get:function(){return V.getSelectedState}}),Object.defineProperty(t,"getSelectedStateFromKeyDown",{enumerable:!0,get:function(){return V.getSelectedStateFromKeyDown}}),Object.defineProperty(t,"setSelectedState",{enumerable:!0,get:function(){return V.setSelectedState}});var P=n(4929);Object.defineProperty(t,"GridCommonDragLogic",{enumerable:!0,get:function(){return P.CommonDragLogic}});var D=n(6235);Object.defineProperty(t,"booleanFilterValues",{enumerable:!0,get:function(){return D.booleanFilterValues}}),Object.defineProperty(t,"operators",{enumerable:!0,get:function(){return D.operators}})},3364:(e,t)=>{var n;Object.defineProperty(t,"__esModule",{value:!0}),t.pagerMessagesMap=t.messages=t.detailCollapse=t.detailExpand=t.groupCollapse=t.groupExpand=t.groupPanelAriaLabel=t.filterAriaLabel=t.sortAriaLabel=t.filterSelectedItems=t.filterChooseOperator=t.filterCheckAll=t.searchPlaceholder=t.sortDescending=t.sortAscending=t.filterTitle=t.filterSubmitButton=t.filterClearButton=t.columnMenu=t.ungroupColumn=t.groupColumn=t.groupPanelEmpty=t.pagerTotalPages=t.pagerOf=t.pagerPageSizeAriaLabel=t.pagerPage=t.pagerItemPerPage=t.pagerLastPage=t.pagerNextPage=t.pagerPreviousPage=t.pagerFirstPage=t.pagerInfo=t.noRecords=void 0,t.noRecords="grid.noRecords",t.pagerInfo="grid.pagerInfo",t.pagerFirstPage="grid.pagerFirstPage",t.pagerPreviousPage="grid.pagerPreviousPage",t.pagerNextPage="grid.pagerNextPage",t.pagerLastPage="grid.pagerLastPage",t.pagerItemPerPage="grid.pagerItemsPerPage",t.pagerPage="grid.pagerPage",t.pagerPageSizeAriaLabel="grid.pagerPageSizeAriaLabel",t.pagerOf="grid.pagerOf",t.pagerTotalPages="grid.pagerTotalPages",t.groupPanelEmpty="grid.groupPanelEmpty",t.groupColumn="grid.groupColumn",t.ungroupColumn="grid.ungroupColumn",t.columnMenu="grid.columnMenu",t.filterClearButton="grid.filterClearButton",t.filterSubmitButton="grid.filterSubmitButton",t.filterTitle="grid.filterTitle",t.sortAscending="grid.sortAscending",t.sortDescending="grid.sortDescending",t.searchPlaceholder="grid.searchPlaceholder",t.filterCheckAll="grid.filterCheckAll",t.filterChooseOperator="grid.filterChooseOperator",t.filterSelectedItems="grid.filterSelectedItems",t.sortAriaLabel="grid.sortAriaLabel",t.filterAriaLabel="grid.filterAriaLabel",t.groupPanelAriaLabel="grid.groupPanelAriaLabel",t.groupExpand="grid.groupExpand",t.groupCollapse="grid.groupCollapse",t.detailExpand="grid.detailExpand",t.detailCollapse="grid.detailCollapse",t.messages=((n={})[t.detailExpand]="Expand detail row",n[t.detailCollapse]="Collapse detail row",n[t.groupExpand]="Expand group",n[t.groupCollapse]="Collapse Group",n[t.noRecords]="No records available",n[t.groupPanelEmpty]="Drag a column header and drop it here to group by that column",n[t.filterClearButton]="Clear",n[t.filterSubmitButton]="Filter",n[t.filterTitle]="Filter",n[t.sortAscending]="Sort Ascending",n[t.sortDescending]="Sort Descending",n[t.sortAriaLabel]="Sortable",n[t.groupColumn]="Group Column",n[t.ungroupColumn]="Ungroup Column",n[t.columnMenu]="Column menu",n[t.pagerItemPerPage]="items per page",n[t.pagerInfo]="{0} - {1} of {2} items",n[t.pagerFirstPage]="Go to the first page",n[t.pagerPreviousPage]="Go to the previous page",n[t.pagerNextPage]="Go to the next page",n[t.pagerLastPage]="Go to the last page",n[t.pagerPage]="Page",n[t.pagerPageSizeAriaLabel]="Page size",n[t.pagerOf]="of",n[t.pagerTotalPages]="{0}",n[t.searchPlaceholder]="Search",n[t.filterCheckAll]="Check All",n[t.filterChooseOperator]="Choose Operator",n[t.filterSelectedItems]="selected items",n[t.filterAriaLabel]="Filter",n[t.groupPanelAriaLabel]="Group panel",n["grid.filterEqOperator"]="Is equal to",n["grid.filterNotEqOperator"]="Is not equal to",n["grid.filterIsNullOperator"]="Is null",n["grid.filterIsNotNullOperator"]="Is not null",n["grid.filterIsEmptyOperator"]="Is empty",n["grid.filterIsNotEmptyOperator"]="Is not empty",n["grid.filterStartsWithOperator"]="Starts with",n["grid.filterContainsOperator"]="Contains",n["grid.filterNotContainsOperator"]="Does not contain",n["grid.filterEndsWithOperator"]="Ends with",n["grid.filterGteOperator"]="Is greater than or equal to",n["grid.filterGtOperator"]="Is greater than",n["grid.filterLteOperator"]="Is less than or equal to",n["grid.filterLtOperator"]="Is less than",n["grid.filterIsTrue"]="Is true",n["grid.filterIsFalse"]="Is false",n["grid.filterBooleanAll"]="(All)",n["grid.filterAfterOrEqualOperator"]="Is after or equal to",n["grid.filterAfterOperator"]="Is after",n["grid.filterBeforeOperator"]="Is before",n["grid.filterBeforeOrEqualOperator"]="Is before or equal to",n["grid.filterAndLogic"]="And",n["grid.filterOrLogic"]="Or",n),t.pagerMessagesMap=function(e){var n=e.replace(/^pager\.([a-z])/,(function(e,t){return"grid.pager"+t.toUpperCase()}));return{messageKey:n,defaultMessage:t.messages[n]}}},7363:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.packageMetadata=void 0,t.packageMetadata={name:"@progress/kendo-react-grid",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:1700064650,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"}},3845:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.normalize=void 0,t.normalize=function(e){return r=void 0===(n=(t=!0===e?{}:e).buttonCount)?10:n,i=void 0===(o=t.info)||o,l=void 0===(a=t.type)?"numeric":a,{buttonCount:r,info:i,pageSizes:!0===(c=void 0===(s=t.pageSizes)?void 0:s)?[5,10,20]:c||void 0,previousNext:void 0===(u=t.previousNext)||u,responsive:!1!==(void 0===(p=t.responsive)?void 0:p),type:l,pageSizeValue:void 0===(d=t.pageSizeValue)?void 0:d};var t,n,r,o,i,a,l,s,c,u,p,d}},5166:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.GridDetailRow=void 0;var i=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.render=function(){return null},t}(n(3899).Component);t.GridDetailRow=i},2220:function(e,t,n){var r,o=this&&this.__extends||(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.GridRow=void 0;var a=n(3899),l=n(4899),s=n(4814),c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.render=function(){var e,t=(0,l.classNames)("k-table-row",{"k-grouping-row":"groupHeader"===this.props.rowType,"k-group-footer":"groupFooter"===this.props.rowType,"k-master-row":"groupHeader"!==this.props.rowType&&"groupFooter"!==this.props.rowType,"k-table-alt-row k-alt":"groupHeader"!==this.props.rowType&&"groupFooter"!==this.props.rowType&&this.props.isAltRow,"k-selected":this.props.isSelected,"k-grid-edit-row":this.props.isInEdit}),n=a.createElement("tr",i({id:this.props.id,onClick:this.props.onClick,onDoubleClick:this.props.onDoubleClick,className:t,style:{height:this.props.rowHeight?this.props.rowHeight+"px":"",visibility:this.props.isHidden?"hidden":""},role:"row","aria-rowindex":this.props.ariaRowIndex,"absolute-row-index":this.props.absoluteRowIndex,key:this.props.absoluteRowIndex},((e={})[s.GRID_ROW_INDEX_ATTRIBUTE]="data"===this.props.rowType?this.props.dataIndex:void 0,e)),this.props.children);return this.props.render?this.props.render.call(void 0,n,this.props):n},t}(a.Component);t.GridRow=c},5538:function(e,t,n){var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},r.apply(this,arguments)},o=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};function i(e,t){var n=(e||"").split("."),r=t;return n.forEach((function(e){r=r?r[e]:void 0})),r}Object.defineProperty(t,"__esModule",{value:!0}),t.resolveCells=t.firefoxMaxHeight=t.firefox=t.sanitizeColumns=t.getColumnWidth=t.footerColumns=t.autoGenerateColumns=t.readColumns=t.checkPropCompatibility=t.flatData=t.getNestedValue=void 0,t.getNestedValue=i,t.flatData=function e(t,n,r,o,a,l,s){void 0===s&&(s=0);for(var c=s,u=0;u<n.length;u++)if(a&&void 0!==n[u].value&&void 0!==n[u].items){c=Math.max(c,s+1);var p=void 0===l||void 0===i(l,n[u])||i(l,n[u]);t[t.length]={dataIndex:-1,dataItem:n[u],level:s,rowType:"groupHeader",expanded:p},p&&(c=Math.max(e(t,n[u].items,r,o,a,l,s+1),c)),("always"===r||p&&"visible"===r)&&(t[t.length]={dataIndex:-1,dataItem:n[u],rowType:"groupFooter",level:s,expanded:p})}else t[t.length]={dataIndex:o.index,dataItem:n[u],rowType:"data",level:s,expanded:void 0===l||i(l,n[u])},o.index++;return c};var a=["sortChange","filterChange","groupChange","pageChange","expandChange","selectionChange","headerSelectionChange","rowClick","itemChange","dataStateChange","columnResize","columnReorder"],l=function(e,t){return"The ".concat(e," event handler property is deprecated, ")+"use https://www.telerik.com/kendo-react-ui/components/grid/api/GridProps/#toc-".concat(t," instead")};t.checkPropCompatibility=function(e){for(var t=0;t<a.length;t++){var n=a[t];if(void 0!==e[n]){var r="on"+n.charAt(0).toUpperCase()+n.slice(1);console.warn(l(n,r))}}};var s=n(2399),c=n(4445);t.readColumns=function e(t,n,r,o){void 0===o&&(o=0);var i=[];if(!t)return[];if(t&&void 0===t.length&&(t=[t]),t.forEach((function(t,a){t=t.props?t.props:t;var l=n[a]||null,u=e(t.children,l&&l.children||[],r,o+1);i.push(Object.assign({depth:o},s.GridColumn.defaultProps,u.length?{cell:function(){return null},filterCell:function(){return null}}:{},l?{width:l.width,orderIndex:l.orderIndex}:{},t,{id:t.id?t.id:c.tableKeyboardNavigationTools.generateNavigatableId("".concat(r.prevId++),r.idPrefix,"column"),declarationIndex:i.length,children:u,rowSpan:0,colSpan:0,isAccessible:!0,left:l&&Math.floor(l.left),right:l&&Math.floor(l.right)}))})),i.sort((function(e,t){return e.orderIndex===t.orderIndex?e.declarationIndex-t.declarationIndex:(e.orderIndex||0)-(t.orderIndex||0)})),0===o){var a=[],l=function(e,t){return e.forEach((function(e){e.parentIndex=t,l(e.children,a.push(e)-1)}))};return l(i,-1),a}return i},t.autoGenerateColumns=function(e,t,n,r){var o=[];Array.isArray(e)?o=e:e&&(o=e.data);var i=[];if(o.length>0){var a=o[0];if(t)for(var l=0;l<t.length;l++)a=a.items&&a.items[0];Object.getOwnPropertyNames(a).forEach((function(e){e!==n&&i.push(Object.assign({id:c.tableKeyboardNavigationTools.generateNavigatableId("".concat(r.prevId++),r.idPrefix,"column"),declarationIndex:-1,parentIndex:-1,depth:0,colSpan:0,rowSpan:0,index:0,left:0,right:0,rightBorder:!1,children:[],ariaColumnIndex:0,isAccessible:!0},s.GridColumn.defaultProps,{field:e}))}))}return i},t.footerColumns=function(e){return e.filter((function(t){return!function(e,t){for(var n=e[t.parentIndex];n;){if(n.footerCell)return!0;n=e[n.parentIndex]}return!1}(e,t)&&(Boolean(t.footerCell)||!(t.children&&t.children.length>0))}))},t.getColumnWidth=function(e){return void 0!==e.width?Math.floor(parseFloat(e.width.toString()))+"px":void 0},t.sanitizeColumns=function(e){return e.sort((function(e,t){return e.declarationIndex-t.declarationIndex})),e.map((function(e){e.declarationIndex,e.parentIndex,e.depth,e.colSpan,e.rowSpan,e.index,e.kFirst;var n=e.children,i=o(e,["declarationIndex","parentIndex","depth","colSpan","rowSpan","index","kFirst","children"]);return n.length?r({children:(0,t.sanitizeColumns)(n)},i):i}))},t.firefox="undefined"!=typeof window&&/Firefox/.test(window.navigator.userAgent),t.firefoxMaxHeight=17895697,t.resolveCells=function(e,t){if(e||t)return t?e?r(r(r({},e),t),{select:r(r({},e.select||{}),t.select||{}),hierarchy:r(r({},e.hierarchy||{}),t.hierarchy||{}),group:r(r({},e.group||{}),t.group||{}),edit:r(r({},e.edit||{}),t.edit||{})}):t:e}},9098:(e,t,n)=>{n.d(t,{f:()=>f});var r,o=n(3899),i=n(189),a=n(8047),l=n(3492),s=n(6144),c=n(4006),u={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"},p=n(9013),d=(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),h=function(){return h=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},h.apply(this,arguments)},v=p.Z.styles,f=function(e){function t(t){var n=e.call(this,t)||this;return(0,c.s)(u),n}return d(t,e),t.prototype.render=function(){var e=this.props,t=e.id,n=e.style,r=e.children,i=e.component,c=e.className,u=e.childFactory,p=(e.stackChildren,e.componentChildStyle),d=e.componentChildClassName,f=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(e,["id","style","children","component","className","childFactory","stackChildren","componentChildStyle","componentChildClassName"]),m={id:t,style:n,component:i,childFactory:u,className:(0,a.A)(v["animation-container"],v["animation-container-relative"],c)},g=o.Children.map(r||null,(function(e){return o.createElement(l.Y,h({},f,{style:p,className:d}),e)}));return o.createElement(s.TransitionGroup,h({},m),g)},t.propTypes={children:i.oneOfType([i.arrayOf(i.node),i.node]),childFactory:i.any,className:i.string,component:i.string,id:i.string,style:i.any,transitionName:i.string.isRequired,appear:i.bool.isRequired,enter:i.bool.isRequired,exit:i.bool.isRequired,transitionEnterDuration:i.number.isRequired,transitionExitDuration:i.number.isRequired},t.defaultProps={component:"div"},t}(o.Component)},3492:(e,t,n)=>{n.d(t,{Y:()=>h});var r,o=n(3899),i=n(189),a=n(8047),l=n(3228),s=n(6144),c=n(9013),u=(r=function(e,t){return r=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])},r(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}r(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,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},p.apply(this,arguments)},d=c.Z.styles,h=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,c=t.exit,u=t.transitionName,h=t.transitionEnterDuration,v=t.transitionExitDuration,f=t.className,m=t.onEnter,g=t.onEntering,y=t.onEntered,b=t.onExit,w=t.onExiting,z=t.onExited,x=t.onAfterExited,C=t.mountOnEnter,k=t.unmountOnExit,I=t.animationEnteringStyle,O=t.animationEnteredStyle,E=t.animationExitingStyle,M=t.animationExitedStyle,S=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}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"]),H=(0,a.A)(f,d["child-animation-container"]),V=p({transitionDelay:"0ms"},r),P={entering:p({transitionDuration:"".concat(h,"ms")},I),entered:p({},O),exiting:p({transitionDuration:"".concat(v,"ms")},E),exited:p({},M)},D={in:this.props.in,appear:i,enter:l,exit:c,mountOnEnter:C,unmountOnExit:k,timeout:{enter:h,exit:v},onEnter:function(){m&&m.call(void 0,{animatedElement:e.element,target:e})},onEntering:function(){g&&g.call(void 0,{animatedElement:e.element,target:e})},onEntered:function(){y&&y.call(void 0,{animatedElement:e.element,target:e})},onExit:function(){b&&b.call(void 0,{animatedElement:e.element,target:e})},onExiting:function(){w&&w.call(void 0,{animatedElement:e.element,target:e})},onExited:function(){x&&x.call(void 0,{animatedElement:e.element,target:e}),z&&z.call(void 0,{animatedElement:e.element,target:e})},classNames:{appear:d["".concat(u,"-appear")]||"".concat(u,"-appear"),appearActive:d["".concat(u,"-appear-active")]||"".concat(u,"-appear-active"),enter:d["".concat(u,"-enter")]||"".concat(u,"-enter"),enterActive:d["".concat(u,"-enter-active")]||"".concat(u,"-enter-active"),exit:d["".concat(u,"-exit")]||"".concat(u,"-exit"),exitActive:d["".concat(u,"-exit-active")]||"".concat(u,"-exit-active")}};return o.createElement(s.CSSTransition,p({},D,S,{nodeRef:this.elementRef}),(function(t){return o.createElement("div",{style:p(p({},V),P[t]),className:H,ref:e.elementRef},n)}))},t.propTypes={in:i.bool,children:i.oneOfType([i.arrayOf(i.node),i.node]),transitionName:i.string.isRequired,className:i.string,appear:i.bool,enter:i.bool,exit:i.bool,transitionEnterDuration:i.number.isRequired,transitionExitDuration:i.number.isRequired,mountOnEnter:i.bool,unmountOnExit:i.bool,animationEnteringStyle:i.object,animationEnteredStyle:i.object,animationExitingStyle:i.object,animationExitedStyle:i.object},t.defaultProps={mountOnEnter:!0,unmountOnExit:!1,onEnter:l.Z,onEntering:l.Z,onEntered:l.Z,onExit:l.Z,onExiting:l.Z,onExited:l.Z,onAfterExited:l.Z,animationEnteringStyle:{},animationEnteredStyle:{},animationExitingStyle:{},animationExitedStyle:{}},t}(o.Component)},8686:(e,t,n)=>{n.d(t,{U:()=>p});var r,o=n(3899),i=n(189),a=n(9098),l=n(3228),s=n(9013),c=(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),u=function(){return u=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},u.apply(this,arguments)},p=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,r=n.onEnter,o=n.onBeforeEnter;o&&o.call(void 0,e),t.updateContainerDimensions(e.animatedElement,(function(){r&&r.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=l.Z);var r=e.firstChild;if(r){var o=s.Z.outerHeight(r),i=s.Z.outerWidth(r);t.setState({maxHeight:o,maxWidth:i},n)}},t}return c(t,e),t.prototype.render=function(){var e,t=this.props,n=t.direction,r=t.children,i=t.childFactory,l=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(t,["direction","children","childFactory"]),s=this.state,c=s.maxHeight,p=s.maxWidth,d={maxHeight:(e="vertical"===n?{maxHeight:c?"".concat(c,"px"):""}:{maxWidth:p?"".concat(p,"px"):""}).maxHeight,maxWidth:e.maxWidth};return o.createElement(a.f,u({},l,{childFactory:function(t){var n=i?i(t):t;return n.props.in?n:o.cloneElement(n,u(u({},n.props),{style:u(u({},n.props.style),{maxHeight:e.maxHeight,maxWidth:e.maxWidth})}))},onEnter:this.componentWillEnter,onEntering:this.componentIsEntering,onExit:this.componentWillExit,animationEnteringStyle:d,transitionName:"reveal-".concat(n)}),r)},t.propTypes={children:i.oneOfType([i.arrayOf(i.node),i.node]),childFactory:i.any,className:i.string,direction:i.oneOf(["horizontal","vertical"]),component:i.string,id:i.string,style:i.any},t.defaultProps={appear:!1,enter:!0,exit:!0,transitionEnterDuration:300,transitionExitDuration:300,direction:"vertical"},t}(o.Component)},2022:(e,t,n)=>{n.r(t),n.d(t,{Animation:()=>o.f,AnimationChild:()=>i.Y,Expand:()=>h,Fade:()=>u,Push:()=>g,Reveal:()=>I.U,Slide:()=>w,Zoom:()=>k,useAnimation:()=>O});var r,o=n(9098),i=n(3492),a=n(3899),l=n(189),s=(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),c=function(){return c=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},c.apply(this,arguments)},u=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.children,n=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(e,["children"]);return a.createElement(o.f,c({},{transitionName:"fade"},n),t)},t.propTypes={children:l.oneOfType([l.arrayOf(l.node),l.node]),childFactory:l.any,className:l.string,component:l.string,id:l.string,style:l.any},t.defaultProps={appear:!1,enter:!0,exit:!1,transitionEnterDuration:500,transitionExitDuration:500},t}(a.Component),p=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),d=function(){return d=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},d.apply(this,arguments)},h=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return p(t,e),t.prototype.render=function(){var e=this.props,t=e.direction,n=e.children,r=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(e,["direction","children"]),i={transitionName:"expand-".concat(t)};return a.createElement(o.f,d({},i,r),n)},t.propTypes={children:l.oneOfType([l.arrayOf(l.node),l.node]),childFactory:l.any,className:l.string,direction:l.oneOf(["horizontal","vertical"]),component:l.string,id:l.string,style:l.any},t.defaultProps={appear:!1,enter:!0,exit:!0,transitionEnterDuration:300,transitionExitDuration:300,direction:"vertical"},t}(a.Component),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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),f=function(){return f=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},f.apply(this,arguments)},m={position:"absolute",top:"0",left:"0"},g=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return v(t,e),t.prototype.render=function(){var e=this.props,t=e.children,n=e.direction,r=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(e,["children","direction"]);return a.createElement(o.f,f({},r,{transitionName:"push-".concat(n),animationExitingStyle:this.props.stackChildren?m:void 0}),t)},t.propTypes={children:l.oneOfType([l.arrayOf(l.node),l.node]),childFactory:l.any,className:l.string,direction:l.oneOf(["up","down","left","right"]),component:l.string,id:l.string,style:l.any,stackChildren:l.bool},t.defaultProps={appear:!1,enter:!0,exit:!0,transitionEnterDuration:300,transitionExitDuration:300,direction:"right",stackChildren:!1},t}(a.Component),y=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),b=function(){return b=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},b.apply(this,arguments)},w=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return y(t,e),t.prototype.render=function(){var e=this.props,t=e.direction,n=e.children,r=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(e,["direction","children"]),i={transitionName:"slide-".concat(t)};return a.createElement(o.f,b({},i,r),n)},t.propTypes={children:l.oneOfType([l.arrayOf(l.node),l.node]),childFactory:l.any,className:l.string,direction:l.oneOf(["up","down","left","right"]),component:l.string,id:l.string,style:l.any},t.defaultProps={appear:!1,enter:!0,exit:!0,transitionEnterDuration:300,transitionExitDuration:300,direction:"down"},t}(a.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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),x=function(){return x=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},x.apply(this,arguments)},C={position:"absolute",top:"0",left:"0"},k=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return z(t,e),t.prototype.render=function(){var e=this.props,t=e.children,n=e.direction,r=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(e,["children","direction"]);return a.createElement(o.f,x({},r,{transitionName:"zoom-".concat(n),animationExitingStyle:this.props.stackChildren?C:void 0}),t)},t.propTypes={children:l.oneOfType([l.arrayOf(l.node),l.node]),childFactory:l.any,className:l.string,direction:l.oneOf(["in","out"]),component:l.string,id:l.string,style:l.any,stackChildren:l.bool},t.defaultProps={appear:!1,enter:!0,exit:!0,transitionEnterDuration:300,transitionExitDuration:300,direction:"out",stackChildren:!1},t}(a.Component),I=n(8686),O=function(e,t){var n=a.useRef(0),r=a.useRef(!1),o=a.useRef();a.useEffect((function(){return function(e){var t,r=e.duration,i=n.current&&1-n.current;e.onStart&&e.onStart();var a=function(l){t||(t=l);var s=(l-t+1)/r+i;s<=1?(e.onUpdate&&e.onUpdate(s),o.current=window.requestAnimationFrame(a),n.current=s):(e.onEnd&&e.onEnd(1),n.current=0)};o.current=window.requestAnimationFrame(a)}(e),function(){o.current&&window.cancelAnimationFrame(o.current)}}),t),a.useEffect((function(){r.current=!0}),[])}},9013:(e,t,n)=>{n.d(t,{Z:()=>r});const r={outerHeight:function(e){if(!e||!e.ownerDocument.defaultView)return 0;var t=e.ownerDocument.defaultView.getComputedStyle(e),n=parseFloat(t.marginTop),r=parseFloat(t.marginBottom);return e.offsetHeight+n+r},outerWidth:function(e){if(!e||!e.ownerDocument.defaultView)return 0;var t=e.ownerDocument.defaultView.getComputedStyle(e),n=parseFloat(t.marginLeft),r=parseFloat(t.marginRight);return e.offsetWidth+n+r},styles:{"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"}}},7037:(e,t,n)=>{n.d(t,{z:()=>v});var r,o=n(3899),i=n(189),a=n(8130),l=n(8047),s=n(2697),c=n(3218),u=n(4006),p=n(2709),d=(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),h=function(){return h=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},h.apply(this,arguments)},v=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,u.s)(p.k),n.state={selected:!0===n.props.togglable&&!0===n.props.selected},n}return d(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,r=this.props,i=r.children,c=r.togglable,u=r.icon,p=r.iconClass,d=r.svgIcon,v=r.imageUrl,f=r.imageAlt,m=(r.className,r.onClick,r.size),g=void 0===m?t.defaultProps.size:m,y=r.rounded,b=void 0===y?t.defaultProps.rounded:y,w=r.fillMode,z=void 0===w?t.defaultProps.fillMode:w,x=r.themeColor,C=void 0===x?t.defaultProps.themeColor:x,k=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(r,["children","togglable","icon","iconClass","svgIcon","imageUrl","imageAlt","className","onClick","size","rounded","fillMode","themeColor"]),I=void 0!==d||void 0!==u||void 0!==p||void 0!==v,O=void 0!==i,E=function(e){var t=e.imageUrl,n=e.name,r=e.iconClass,i=e.svgIcon,s=e.imageAlt;return t?o.createElement("img",{role:"presentation",className:"k-button-icon",alt:s,src:t}):n||i?o.createElement(a.a,{className:"k-button-icon",name:n,icon:i}):r?o.createElement("span",{role:"presentation",className:(0,l.A)("k-button-icon",r)}):null}({name:u,svgIcon:d,iconClass:p,imageUrl:v,imageAlt:f});return o.createElement("button",h({ref:function(e){return n._element=e},"aria-pressed":c?this.state.selected:void 0},k,{onClick:this.handleClick,className:(0,l.A)("k-button",(e={},e["k-button-".concat(s.G.sizeMap[g]||g)]=g,e["k-button-".concat(z)]=z,e["k-button-".concat(z,"-").concat(C)]=Boolean(z&&C),e["k-rounded-".concat(s.G.roundedMap[b]||b)]=b,e["k-icon-button"]=!O&&I,e["k-disabled"]=this.props.disabled,e["k-selected"]=this.state.selected,e["k-rtl"]="rtl"===this.props.dir,e),this.props.className)}),E,i&&o.createElement("span",{className:"k-button-text"},i))},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:i.node,selected:i.bool,togglable:i.bool,icon:i.string,svgIcon:c.wi,iconClass:i.string,imageUrl:i.string,imageAlt:i.string,size:i.oneOf([null,"small","medium","large"]),rounded:i.oneOf([null,"small","medium","large","full"]),fillMode:i.oneOf([null,"flat","link","outline","solid"]),themeColor:i.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}(o.Component)},7711:(e,t,n)=>{n.d(t,{h:()=>h});var r,o=n(3899),i=n(189),a=n(8047),l=n(4006),s=n(2709),c=n(1889),u=(r=function(e,t){return r=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])},r(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}r(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,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},p.apply(this,arguments)},d=c.Z.styles,h=function(e){function t(t){var n=e.call(this,t)||this;return n._element=null,(0,l.s)(s.k),n}return u(t,e),t.prototype.render=function(){var e,t=this,n=this.mapButtons(this.props.children),r=(0,a.A)([d["button-group"]],((e={})["k-disabled"]=this.props.disabled,e[d["button-group-stretched"]]=!!this.props.width,e),this.props.className),i={className:r,style:{width:"".concat(this.props.width)},dir:this.props.dir,role:"group","aria-disabled":this.props.disabled};return o.createElement("div",p({ref:function(e){t._element=e}},i,{className:r}),n)},t.prototype.mapButtons=function(e){var t=this,n=o.Children.count(e),r=void 0!==this.props.dir?"rtl"===this.props.dir:this._element&&"rtl"===getComputedStyle(this._element).direction||!1;return o.Children.map(e,(function(e,i){return o.isValidElement(e)?t.renderButton(e,i,i===n-1,r):e}))},t.prototype.renderButton=function(e,t,n,r){var i,l=(0,a.A)(e.props.className,((i={})[d["group-start"]]=r?n:0===t,i[d["group-end"]]=r?0===t:n,i)),s=p(p({},this.props.width?{width:this.props.width}:{}),e.props.style||{}),c=this.props.disabled||e.props.disabled,u=p(p(p(p({},e.props),l?{className:l}:{}),Object.keys(s).length?{style:s}:{}),void 0!==c?{disabled:c}:{});return o.Children.count(e.props.children)>0?o.cloneElement(e,u,e.props.children):o.cloneElement(e,u)},t.propTypes={children:i.oneOfType([i.arrayOf(i.element),i.element]),className:i.string,disabled:i.bool,width:i.string,dir:i.string},t}(o.Component)},1711:(e,t,n)=>{n.d(t,{A:()=>z});var r=n(3899),o=n(189),i=n(228),a=n(8199),l=n(3493),s=n(4703),c=n(8047),u=n(2697),p=n(8130),d=n(3218),h=n(6785),v=n(4163),f=n(5770),m=n(5209),g=n(4006),y=n(2709),b=n(3322),w=function(){return w=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},w.apply(this,arguments)},z=r.forwardRef((function(e,t){var n;(0,g.s)(y.k);var o=r.useRef(null),z=r.useRef(null),x=(0,a.n)(z,e.dir);r.useImperativeHandle(o,(function(){return{element:z.current,props:e}})),r.useImperativeHandle(t,(function(){return o.current}));var C=r.useContext(i.Wn),k=C[0],I=C[1],O=r.useContext(i.OW),E=O[0],M=O[1],S=r.useContext(i.zD)[1],H=r.useMemo((function(){return e.selected||(Array.isArray(k)?k.some((function(t){return t===e.value})):k===e.value)}),[e.selected,e.value,k]),V=r.useMemo((function(){return E===e.value}),[e.value,E]);r.useEffect((function(){V&&z.current&&z.current.focus()}),[V]);var P=r.useCallback((function(t){I({type:m.ey.toggle,payload:e.value,event:t})}),[I,e.value]),D=r.useCallback((function(t){e.removable&&(S({type:f.V.remove,payload:e.value,event:t}),M({type:v.E.reset,payload:e.value,event:t}),I({type:m.ey.remove,payload:e.value,event:t}),e.onRemove&&e.onRemove.call(void 0,{target:o.current,syntheticEvent:t}))}),[e.onRemove,e.value,e.removable,S,M,I]),_=r.useCallback((function(t){switch(t.keyCode){case l.R.left:M({type:v.E.prev,payload:e.value,event:t});break;case l.R.right:M({type:v.E.next,payload:e.value,event:t});break;case l.R.enter:I({type:m.ey.toggle,payload:e.value,event:t});break;case l.R.delete:D(t)}e.onKeyDown&&e.onKeyDown.call(void 0,{target:o.current,syntheticEvent:t})}),[e.onKeyDown,e.value,M,I,D]),R=r.useCallback((function(t){M({payload:e.value,type:v.E.current,event:t}),e.onFocus&&e.onFocus.call(void 0,{target:o.current,syntheticEvent:t})}),[e.onFocus,e.value,M]),L=r.useCallback((function(t){e.onBlur&&e.onBlur.call(void 0,{target:o.current,syntheticEvent:t})}),[e.onBlur]),N=(0,b.i)(e,o,{onClick:P});return r.createElement("div",w({},N,{role:e.role,id:e.value,style:e.style,ref:z,dir:x,tabIndex:(0,s.p)(e.tabIndex,e.disabled,void 0),className:(0,c.A)("k-chip",(n={"k-rtl":"rtl"===x,"k-disabled":e.disabled,"k-selected":H,"k-focus":V},n["k-chip-".concat(u.G.sizeMap[e.size]||e.size)]=e.size,n["k-rounded-".concat(u.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":H,"aria-disabled":e.disabled,"aria-describedby":e.ariaDescribedBy,onFocus:R,onBlur:L,onKeyDown:_}),H&&(e.selectedIcon||e.selectedSvgIcon)&&r.createElement(p.a,{className:"k-chip-icon",name:e.selectedIcon?(0,d.iJ)(e.selectedIcon):void 0,icon:e.selectedSvgIcon,size:"small"}),(e.icon||e.svgIcon)&&r.createElement(p.a,{className:"k-chip-icon",name:e.icon?(0,d.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:D},r.createElement(p.a,{name:e.removeIcon?(0,d.iJ)(e.removeIcon):void 0,icon:e.removeSvgIcon||h.jKn,size:"small"}))))})),x={id:o.string,text:o.string,value:o.any,dir:o.oneOf(["ltr","rtl"]),removable:o.bool,removeIcon:o.string,removeIconSvg:d.wi,disabled:o.bool,icon:o.string,svgIcon:d.wi,selectedIcon:o.string,selectedIconSvg:d.wi,onRemove:o.func,dataItem:o.any,selected:o.bool,ariaDescribedBy:o.string,size:o.oneOf([null,"small","medium","large"]),rounded:o.oneOf([null,"small","medium","large","full"]),fillMode:o.oneOf([null,"outline","solid"]),themeColor:o.oneOf([null,"base","info","success","warning","error"])};z.displayName="KendoReactChip",z.propTypes=x,z.defaultProps={disabled:!1,removable:!1,removeIcon:"k-i-x-circle",dir:"ltr",size:"medium",rounded:"medium",fillMode:"solid",themeColor:"base"}},228:(e,t,n)=>{n.d(t,{Wn:()=>y,OW:()=>b,zD:()=>w,jg:()=>z});var r=n(3899),o=n(189),i=n(8199),a=n(9659),l=n(3322),s=n(4703),c=n(8047),u=n(2697),p=n(5209),d=n(4163),h=n(5770),v=n(1711),f=n(4006),m=n(2709),g=function(){return g=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},g.apply(this,arguments)},y=r.createContext([null,function(e){}]),b=r.createContext([null,function(e){}]),w=r.createContext([null,function(e){}]),z=r.forwardRef((function(e,t){var n;(0,f.s)(m.k);var o=r.useRef(null),z=r.useRef(null),x=(0,i.n)(z,e.dir),k=e.chip,I=e.id,O=e.style,E=e.tabIndex,M=e.disabled,S=e.size,H=e.className,V=e.ariaDescribedBy,P=e.ariaLabelledBy,D=e.selection,_=void 0===D?C.selection:D,R=e.value,L=void 0===R?C.defaultValue:R,N=e.defaultData,B=void 0===N?C.defaultData:N,T=e.valueField,F=void 0===T?C.valueField:T,j=e.textField,A=void 0===j?C.textField:j,q=e.onChange,G=e.onDataChange,K=r.useMemo((function(){return k||v.A}),[k,v.A]);r.useImperativeHandle(o,(function(){return{element:z.current,props:e}})),r.useImperativeHandle(t,(function(){return o.current}));var W=r.useCallback((function(e,t){q&&o.current&&q.call(void 0,{value:e,target:o.current,syntheticEvent:t})}),[q]),U=function(e,t,n){var o=r.useState(e),i=o[0],a=o[1];return[i,function(e){var r=(0,p.TX)(t.state||i,g(g({},e),t));n&&n(r,e.event),a(r)}]}(L,{selection:_,state:L},W),Y=U[0],Z=U[1],X=r.useCallback((function(e,t){G&&o.current&&G.call(void 0,{value:e,target:o.current,syntheticEvent:t})}),[G]),Q=function(e,t,n){var o=r.useState(e),i=o[0],a=o[1];return[i,function(e){var r=(0,h.I)(t.state||i,g(g({},e),t));n&&n(r,e.event),a(r)}]}(e.data||B,{state:e.data,valueField:F},X),J=Q[0],$=Q[1],ee=r.useCallback((function(e,t){return e.push(t[F]),e}),[F]),te=r.useMemo((function(){return e.data||J}),[e.data,J]),ne=r.useMemo((function(){return L||Y}),[L,Y]),re=r.useMemo((function(){return te.reduce(ee,[])}),[te,ee]),oe=r.useCallback((function(e){return(0,a.Y)(F)(e)}),[F]),ie=r.useCallback((function(e){return(0,a.Y)(A)(e)}),[A]),ae=function(e){var t=r.useState(null),n=t[0],o=t[1];return[n,function(t){var n=(0,d.L)(t.payload,g(g({},t),e));o(n)}]}({items:re}),le=ae[0],se=ae[1],ce=(0,l.i)(e,o);return r.createElement(y.Provider,{value:[ne,Z]},r.createElement(b.Provider,{value:[le,se]},r.createElement(w.Provider,{value:[te,$]},r.createElement("div",g({ref:z},ce,{role:"listbox",id:I,dir:x,style:O,tabIndex:(0,s.p)(E,M,void 0),className:(0,c.A)("k-chip-list",(n={"k-rtl":"rtl"===x,"k-disabled":M},n["k-chip-list-".concat(u.G.sizeMap[S]||S)]=S,n),H),"aria-labelledby":P,"aria-describedby":V}),te.map((function(e,t){return r.createElement(K,{role:"option",dataItem:e,size:S,key:[oe(e),t].join("-"),text:ie(e),value:oe(e),ariaLabel:e.ariaLabel,svgIcon:e.svgIcon||void 0})}))))))})),x={id:o.string,className:o.string,tabIndex:o.number,data:o.any,defaultData:o.arrayOf(o.any),onDataChange:o.func,value:o.oneOfType([o.any,o.arrayOf(o.any)]),defaultValue:o.oneOfType([o.any,o.arrayOf(o.any)]),onChange:o.func,selection:o.oneOf(["single","none","multiple"]),textField:o.string,valueField:o.string,disabled:o.bool,dir:o.oneOf(["ltr","rtl"]),ariaLabelledBy:o.string,ariaDescribedBy:o.string,size:o.oneOf([null,"small","medium","large"])},C={chip:v.A,size:"medium",disabled:!1,defaultValue:null,defaultData:[],dir:"ltr",selection:"none",textField:"text",valueField:"value",removable:"removable"};z.displayName="KendoReactChipList",z.propTypes=x,z.defaultProps=C},5770:(e,t,n)=>{var r;n.d(t,{V:()=>r,I:()=>o}),function(e){e.remove="remove",e.add="add",e.reorder="reorder"}(r||(r={}));var o=function(e,t){switch(t.type){case r.add:break;case r.remove:return e.filter((function(e){return e[t.valueField]!==t.payload}));case r.reorder:break;default:return e}}},4163:(e,t,n)=>{var r;n.d(t,{E:()=>r,L:()=>o}),function(e){e.next="next",e.prev="prev",e.current="current",e.reset="reset"}(r||(r={}));var o=function(e,t){var n=t.items.findIndex((function(t){return t===e}));switch(t.type){case r.next:return n===t.items.length-1?e:t.items[n+1];case r.prev:return 0===n?e:t.items[n-1];case r.current:return t.payload;case r.reset:return null;default:return e}}},5209:(e,t,n)=>{n.d(t,{ey:()=>o,TX:()=>a});var r,o,i=function(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))};!function(e){e.single="single",e.multiple="multiple",e.none="none"}(r||(r={})),function(e){e.toggle="toggle",e.remove="remove"}(o||(o={}));var a=function(e,t){switch(t.selection){case r.single:switch(t.type){case o.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 o.remove:return t.payload===e?null:e;default:return e}case r.multiple:switch(t.type){case o.toggle:if(Array.isArray(e))return e.some((function(e){return e===t.payload}))?e.filter((function(e){return e!==t.payload})):i(i([],e,!0),[t.payload],!1);if(null===e)return[t.payload];throw new Error("State cannot be non-array in multiple selection");case o.remove:return Array.isArray(e)?e.some((function(e){return e===t.payload}))?e.filter((function(e){return e!==t.payload})):i(i([],e,!0),[t.payload],!1):e;default:return e}case r.none:return null;default:return e}}},6519:(e,t,n)=>{n.r(t),n.d(t,{Button:()=>r.z,ButtonGroup:()=>o.h,Chip:()=>T.A,ChipList:()=>F.jg,DropDownButton:()=>P,DropDownButtonItem:()=>S,FloatingActionButton:()=>Q,FloatingActionButtonItem:()=>K,SplitButton:()=>E,SplitButtonItem:()=>y,Toolbar:()=>D.o,ToolbarItem:()=>_.E,ToolbarSeparator:()=>L,ToolbarSpacer:()=>N,toolbarButtons:()=>B.w});var r=n(7037),o=n(7711),i=n(3899),a=n(189),l=n(3198),s=n(3493),c=n(3769),u=n(8047),p=n(2697),d=n(3218),h=n(5407),v=n(8130),f=function(e){var t=i.useCallback((function(t){e.onClick(t,e.index)}),[e]),n=e.dataItem.render||e.item||(void 0===e.item?e.render:null),r=void 0!==e.dataItem.text?e.dataItem.text:e.textField?e.dataItem[e.textField]:e.dataItem,o=i.createElement("li",{id:e.id,className:(0,u.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},i.createElement("span",{tabIndex:-1,className:(0,u.A)("k-link k-menu-link",{"k-selected":e.dataItem.selected,"k-disabled":e.dataItem.disabled}),key:"icon"},n?i.createElement(n,{item:e.dataItem,itemIndex:e.index}):i.createElement(i.Fragment,null,(e.dataItem.icon||e.dataItem.iconClass)&&i.createElement(v.a,{className:e.dataItem.iconClass,name:e.dataItem.icon,icon:e.dataItem.svgIcon}),e.dataItem.imageUrl&&i.createElement("img",{role:"presentation",alt:"",src:e.dataItem.imageUrl,className:"k-icon"}),r&&i.createElement("span",{className:"k-menu-link-text"},r))));return void 0!==e.item&&void 0!==e.render?e.render.call(void 0,o,e):o};f.displayName="KendoReactButtonItem";var m,g=(m=function(e,t){return m=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])},m(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}m(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),y=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return g(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}(i.Component),b=function(e,t,n,r){if(n)return e;var o=Math.min(r-1,Math.max(0,e));switch(t){case s.R.enter:case s.R.space:case s.R.esc:return-1;case s.R.up:case s.R.left:return o-1<0?r-1:o-1;case s.R.down:case s.R.right:return o+1>=r?0:o+1;case s.R.home:return 0;case s.R.end:return r-1;default:return e}},w=n(1754);function z(e){var t={horizontal:"left",vertical:"bottom"};return e&&(t.horizontal="right"),t}function x(e){var t={horizontal:"left",vertical:"top"};return e&&(t.horizontal="right"),t}var C=n(4006),k=n(2709),I=n(6785),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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),E=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,l.M)(),n.skipFocus=!1,n.buttonsData=[],n.onKeyDown=function(e){var t=n.state.focusedIndex;if(e.altKey)n.opened||e.keyCode!==s.R.down?n.opened&&e.keyCode===s.R.up&&(n.setState({focusedIndex:-1}),n.setOpen(!1)):(n.dispatchPopupEvent(e,!0),n.setState({focusedIndex:0}),n.setOpen(!0));else{var r=void 0;if(e.keyCode===s.R.enter||e.keyCode===s.R.space){if(e.preventDefault(),n.dispatchClickEvent(e,t),t>=0){r={focusedIndex:n.opened?-1:0};var o=!n.opened;n.setOpen(o),o&&n.dispatchPopupEvent(e,o)}}else if(n.opened&&e.keyCode===s.R.esc)return n.setState({focusedIndex:-1}),void n.setOpen(!1);if(n.opened){var i=b(t,e.keyCode,e.altKey,n.buttonsData.length);i!==t&&((r=r||{}).focusedIndex=i);var a=e.keyCode===s.R.up||e.keyCode===s.R.down||e.keyCode===s.R.left||e.keyCode===s.R.right;e.altKey||!a&&e.keyCode!==s.R.home&&e.keyCode!==s.R.end||e.preventDefault()}r&&n.setState(r)}},n.switchFocus=function(e){n.skipFocus=!0,e(),window.setTimeout((function(){return n.skipFocus=!1}),0)},n.onFocus=function(e){n.skipFocus||((0,h.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,h.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,c.v)(document);n.element&&t!==n.element&&t!==n.list&&n.element.focus()},n.onItemDown=function(e){(0,c.v)(document)===n.list&&e.preventDefault()},n.dispatchPopupEvent=function(e,t){(0,h.N)(t?n.props.onOpen:n.props.onClose,e,n,void 0),n.openedDuringOnChange=void 0},(0,C.s)(k.k),n}return O(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||i.Children.toArray(this.props.children).filter((function(e){return e&&e.type===y})).map((function(e){return e.props}));var t=this.isRtl(),n=t?"rtl":void 0,o=this.props,a=o.id,l=o.style,s=o.tabIndex,c=o.disabled;return i.createElement("div",{id:a,style:l,className:(0,u.A)("k-split-button","k-button-group",{"k-focus":this.state.focused},"k-rounded-".concat(p.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}},i.createElement(r.z,{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:c||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":c,"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),i.createElement(r.z,{type:"button",size:this.props.size,rounded:this.props.rounded,fillMode:this.props.fillMode,themeColor:this.props.themeColor,icon:"caret-alt-down",svgIcon:I.M7i,className:"k-split-button-arrow",disabled:c||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,h.N)(this.props.onButtonClick,e,this,void 0):(0,h.N)(this.props.onItemClick,e,this,{item:this.buttonsData[t],itemIndex:t}))},t.prototype.renderPopup=function(e){var t,n=this.props.popupSettings,r=void 0===n?{}:n,o=this.state.focusedIndex;return i.createElement(w.G,{anchor:this.wrapper,show:this.opened,animate:r.animate,popupClass:(0,u.A)("k-menu-popup",r.popupClass),anchorAlign:r.anchorAlign||z(e),popupAlign:r.popupAlign||x(e),style:e?{direction:"rtl"}:void 0,onClose:this.onPopupClose},i.createElement("ul",{role:"menu",id:this.guid,"aria-labelledby":"button-"+this.guid,tabIndex:-1,ref:this.listRef,"aria-activedescendant":o>=0?"".concat(this.guid,"-").concat(o):void 0,className:(0,u.A)("k-group k-menu-group k-reset",(t={},t["k-menu-group-".concat(p.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,r=t.itemRender,o=t.textField;return this.buttonsData.length>0?this.buttonsData.map((function(t,a){return i.createElement(f,{className:"k-menu-item",dataItem:t,textField:o,focused:e.state.focusedIndex===a,onClick:e.onItemClick,onDown:e.onItemDown,render:r,item:n,key:a,index:a,id:"".concat(e.guid,"-").concat(a)})})):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:d.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}(i.Component),M=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),S=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return M(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}(i.Component),H=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),V=function(){return V=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},V.apply(this,arguments)},P=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,l.M)(),n.buttonsData=[],n.onKeyDown=function(e){var t=n.state.focusedIndex;if(e.altKey)n.opened||e.keyCode!==s.R.down?n.opened&&e.keyCode===s.R.up&&(n.setState({focusedIndex:-1}),n.setOpen(!1)):(n.setOpen(!0),n.dispatchPopupEvent(e,!0),n.setState({focusedIndex:0}));else{var r=V({},n.state);if(e.keyCode===s.R.enter||e.keyCode===s.R.space){t>=0&&n.dispatchClickEvent(e,t),e.preventDefault();var o=!n.opened;return n.setOpen(o),void(o&&(n.dispatchPopupEvent(e,!0),n.setState({focusedIndex:n.opened?-1:0})))}if(n.opened&&e.keyCode===s.R.esc)return n.setState({focusedIndex:-1}),void n.setOpen(!1);if(n.opened){var i=b(t,e.keyCode,e.altKey,n.buttonsData.length);r.focusedIndex=i;var a=e.keyCode===s.R.up||e.keyCode===s.R.down||e.keyCode===s.R.left||e.keyCode===s.R.right;e.altKey||!a&&e.keyCode!==s.R.home&&e.keyCode!==s.R.end||e.preventDefault()}n.setState(r)}},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,h.N)(n.props.onFocus,e,n,void 0))},n.handleBlur=function(e){n.skipFocus||(n.setState({focused:!1,focusedIndex:-1}),n.setOpen(!1),(0,h.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,c.v)(document)===n.list&&e.preventDefault()},n.mouseDown=function(e){e.preventDefault();var t=(0,c.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,h.N)(t?n.props.onOpen:n.props.onClose,e,n,void 0),n.openedDuringOnChange=void 0},(0,C.s)(k.k),n}return H(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,l=o.style,s=o.tabIndex,c=o.disabled;return this.buttonsData=this.props.items||i.Children.toArray(this.props.children).filter((function(e){return e&&e.type===S})).map((function(e){return e.props})),i.createElement("div",{id:a,style:l,className:(0,u.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}},i.createElement(r.z,{size:this.props.size,rounded:this.props.rounded,fillMode:this.props.fillMode,themeColor:this.props.themeColor,onClick:this.onClickMainButton,onMouseDown:this.mouseDown,disabled:c||void 0,tabIndex:s,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,h.N)(this.props.onItemClick,e,this,{item:this.buttonsData[t],itemIndex:t})},t.prototype.renderPopup=function(e){var t,n=this.props.popupSettings,r=void 0===n?{}:n,o=this.state.focusedIndex;return i.createElement(w.G,{anchor:this.wrapper,show:this.opened,animate:r.animate,popupClass:(0,u.A)("k-menu-popup",r.popupClass),anchorAlign:r.anchorAlign||z(e),popupAlign:r.popupAlign||x(e),style:e?{direction:"rtl"}:void 0,onClose:this.onPopupClose},i.createElement("ul",{role:"menu",id:this.guid,"aria-labelledby":"button-"+this.guid,tabIndex:-1,"aria-activedescendant":o>=0?"".concat(this.guid,"-").concat(o):void 0,ref:this.listRef,className:(0,u.A)("k-group k-menu-group k-reset",(t={},t["k-menu-group-".concat(p.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,r=t.itemRender,o=t.textField;return this.buttonsData.length>0?this.buttonsData.map((function(t,a){return i.createElement(f,{className:"k-menu-item",dataItem:t,textField:o,focused:e.state.focusedIndex===a,onClick:e.onItemClick,onDown:e.onItemDown,render:r,item:n,index:a,key:a,id:"".concat(e.guid,"-").concat(a)})})):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:d.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}(i.Component),D=n(1267),_=n(2540),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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),L=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return R(t,e),t.prototype.render=function(){return i.createElement("div",{className:(0,u.A)("k-separator",this.props.className)})},t}(i.PureComponent),N=i.forwardRef((function(e,t){var n=i.useRef(null),r=i.useRef(null);i.useImperativeHandle(r,(function(){return{element:n.current}})),i.useImperativeHandle(t,(function(){return{element:n.current}}));var o=i.useMemo((function(){return(0,u.A)("k-spacer",e.className)}),[e.className]);return i.createElement("span",{ref:n,className:o})}));N.displayName="KendoReactToolbarSpacer",N.propTypes={className:a.string};var B=n(1889),T=n(1711),F=n(228),j=n(8259),A=n(8199),q=n(4703),G=function(){return G=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},G.apply(this,arguments)},K=i.forwardRef((function(e,t){var n=e.className,r=e.disabled,o=e.text,a=e.icon,l=e.style,s=e.id,c=e.focused,p=e.tabIndex,d=e.index,h=e.dataItem,f=e.item,m=e.svgIcon,g=e.onDown,y=e.onClick,b=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(e,["className","disabled","text","icon","style","id","focused","tabIndex","index","dataItem","item","svgIcon","onDown","onClick"]),w=i.useRef(null),z=i.useCallback((function(){w.current&&w.current.focus()}),[]),x=i.useCallback((function(){return{element:w.current,focus:z}}),[z]);i.useImperativeHandle(t,x);var C=i.useCallback((function(e){y&&void 0!==d&&!r&&y(e,d)}),[y,d]),k=i.useMemo((function(){return(0,u.A)("k-fab-item",{"k-focus":c,"k-disabled":r},n)}),[n,r,c]),I=f;return i.createElement("li",G({ref:w,id:s,className:k,style:l,role:"menuitem",tabIndex:(0,q.p)(p,r),"aria-disabled":r,"aria-label":"".concat(o||""," floatingactionbutton item"),onClick:C,onMouseDown:g,onPointerDown:g},b),I?i.createElement(I,{itemIndex:d,item:h}):i.createElement(i.Fragment,null,o&&i.createElement("span",{className:"k-fab-item-text"},o),a||m?i.createElement(v.a,{className:"k-fab-item-icon",name:a,icon:m}):null))}));K.propTypes={className:a.string,style:a.object,children:a.any,disabled:a.bool,focused:a.bool,index:a.number,icon:a.string,svgIcon:d.wi,text:a.string,tabIndex:a.number,customProp:a.any},K.displayName="KendoFloatingActionButtonItem";var W="16px",U=function(e){return"number"==typeof e?e+"px":e},Y=function(e,t){var n={horizontal:t?"right":"left",vertical:"bottom"};return"end"===e.horizontal&&(n.horizontal=t?"left":"right"),n},Z=function(e,t){var n={horizontal:t?"right":"left",vertical:"top"};return"end"===e.horizontal&&(n.horizontal=t?"left":"right"),n},X=function(){return X=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},X.apply(this,arguments)},Q=i.forwardRef((function(e,t){(0,C.s)(k.k);var n=e.align,r=void 0===n?J.align:n,o=e.alignOffset,a=e.className,d=e.disabled,f=e.icon,m=e.svgIcon,g=e.iconClass,y=e.id,b=e.items,z=e.item,x=e.text,I=e.positionMode,O=void 0===I?J.positionMode:I,E=e.size,M=void 0===E?J.size:E,S=e.style,H=e.rounded,V=void 0===H?J.rounded:H,P=e.themeColor,D=void 0===P?J.themeColor:P,_=e.overlayStyle,R=e.tabIndex,L=e.accessKey,N=e.popupSettings,B=void 0===N?{}:N,T=e.modal,F=e.onClick,G=e.onItemClick,Q=e.onFocus,$=e.onBlur,ee=e.onKeyDown,te=e.onOpen,ne=e.onClose,re=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}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"]),oe=(0,j.u)(),ie=oe?oe+2:100,ae=i.useRef(null),le=i.useRef(null),se=i.useRef(null),ce=i.useRef(null),ue=i.useCallback((function(){le.current&&le.current.focus()}),[]),pe=i.useCallback((function(){return{element:le.current,focus:ue}}),[ue]);i.useImperativeHandle(ae,pe),i.useImperativeHandle(t,(function(){return ae.current}));var de=i.useState(!1),he=de[0],ve=de[1],fe=i.useState(!1),me=fe[0],ge=fe[1],ye=i.useState(-1),be=ye[0],we=ye[1],ze=i.useMemo((function(){return(0,l.M)()}),[]),xe=(0,A.n)(le,e.dir),Ce="rtl"===xe,ke=i.useMemo((function(){return(0,l.M)()}),[]);i.useEffect((function(){!function(e,t,n,r){var o=t.horizontal,i=t.vertical;if(e.current){var a=n&&void 0!==n.x?U(n.x):W,l=n&&void 0!==n.x?"calc(50% + ".concat(U(n.x),")"):"50%",s=n&&void 0!==n.y?U(n.y):W,c=n&&void 0!==n.y?"calc(50% + ".concat(U(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,r),"center"===o?l:a),e.current.style.setProperty(function(e){return{top:"top",middle:"top",bottom:"bottom"}[e.vertical||"bottom"]}(t),"middle"===i?c:s),r&&("top"!==i&&"bottom"!==i||"start"!==o||e.current.style.setProperty("left","unset"),"middle"===i&&"end"===o&&e.current.style.setProperty("right","unset"),"middle"===i&&"start"===o&&e.current.style.setProperty("left","unset"))}}(le,r,o,Ce)}),[le,r,o,Ce]),i.useEffect((function(){me&&le&&le.current&&le.current.focus()}),[me,le]);var Ie=i.useCallback((function(e,t){b&&(0,h.N)(t?te:ne,e,pe(),void 0)}),[te,ne,b]),Oe=i.useCallback((function(e){e.target&&!d&&(!b&&F?(0,h.N)(F,e,pe(),void 0):(ve(!he),ge(!0),we(he?-1:0),Ie(e,!he)))}),[ve,ge,we,F,Ie,he,b,d]),Ee=i.useCallback((function(e){ge(!0),we(he?0:-1),Q&&(0,h.N)(Q,e,pe(),void 0)}),[Q,ge,we]),Me=i.useCallback((function(e){ge(!1),ve(!1),we(-1),(0,h.N)($,e,pe(),void 0),he&&Ie(e,!1)}),[$,ge,ve,we,Ie]),Se=i.useCallback((function(e){e.preventDefault()}),[]),He=i.useCallback((function(e,t){b&&(b[t].disabled||(0,h.N)(G,e,pe(),{itemProps:b[t],itemIndex:t}))}),[G]),Ve=i.useCallback((function(e,t){e.target&&b&&(we(t),ve(!1),He(e,t),Ie(e,!1))}),[we,ve,He,Ie]),Pe=i.useCallback((function(e){(0,c.v)(document)===le.current&&e.preventDefault()}),[le]),De=i.useCallback((function(e){var t=be,n=b?b.length-1:-1,o="bottom"===r.vertical;switch(e.keyCode){case s.R.enter:case s.R.space:t>=0&&He(e,t),e.preventDefault(),ve(!he),we(he?-1:0);break;case s.R.esc:e.preventDefault(),ve(!1),we(-1);break;case s.R.home:e.preventDefault(),we(0);break;case s.R.end:e.preventDefault(),we(n);break;case s.R.down:case s.R.right:e.preventDefault(),t<n&&!o&&we(t+1),t>0&&o&&we(t-1);break;case s.R.up:case s.R.left:e.preventDefault(),t>0&&!o&&we(t-1),t<n&&o&&we(t+1)}(0,h.N)(ee,e,pe(),void 0)}),[ee,be,we,Ce,ve]),_e=i.useMemo((function(){var e;return(0,u.A)("k-fab k-fab-solid",((e={"k-fab-sm":"small"===M,"k-fab-md":"medium"===M,"k-fab-lg":"large"===M,"k-disabled":d,"k-pos-absolute":"absolute"===O,"k-pos-fixed":"fixed"===O,"k-focus":me})["k-rounded-".concat(p.G.roundedMap[V]||V)]=V,e["k-fab-solid-".concat(D)]=D,e),"k-".concat(r.vertical,"-").concat(r.horizontal),a)}),[D,M,V,d,O,r,me,a]),Re=b&&b.map((function(e,t){return i.createElement(K,X({},e,{key:t,index:t,id:"".concat(ke,"-").concat(t),disabled:d||e.disabled,focused:be===t,dataItem:e,item:z,className:(0,u.A)(e.className,(n=xe||"ltr",o=r.horizontal,{rtl:{end:"k-text-left",start:"k-text-right"},ltr:{start:"k-text-left",end:"k-text-right"}}[n]["end"===o?"end":"start"])),onClick:Ve,onDown:Pe}));var n,o})),Le=Boolean((f||m)&&!x),Ne=(le.current?le.current.offsetWidth:0)/2-16;return i.createElement(j.$.Provider,{value:ie},i.createElement(i.Fragment,null,i.createElement("button",X({ref:le,id:y||ze,role:b?"menubutton":"button",type:"button","aria-disabled":d,"aria-expanded":b?he:void 0,"aria-haspopup":!!b,"aria-label":"".concat(x||""," floatingactionbutton"),"aria-owns":b?ke:void 0,"aria-activedescendant":be>=0&&b?"".concat(ke,"-").concat(be):void 0,tabIndex:(0,q.p)(R,d),accessKey:L,dir:xe,disabled:d,className:_e,style:S,onClick:Oe,onMouseDown:Se,onFocus:Ee,onBlur:Me,onKeyDown:De},re),f||m?i.createElement(v.a,{className:"k-fab-icon",name:f,icon:m}):g?i.createElement("span",{role:"presentation",className:g}):null,x&&i.createElement("span",{className:"k-fab-text"},x)),T&&he&&i.createElement("div",{className:"k-overlay",style:X({zIndex:ie},_)}),i.createElement(w.G,{ref:ce,anchor:le.current,show:he,animate:B.animate,popupClass:(0,u.A)("k-popup-transparent k-fab-popup",B.popupClass),anchorAlign:B.anchorAlign||Y(r,Ce),popupAlign:B.popupAlign||Z(r,Ce),style:{boxShadow:"none"}},i.createElement("ul",{ref:se,role:"menu","aria-labelledby":y,id:ke,className:(0,u.A)("k-fab-items",{"k-fab-items-bottom":"bottom"!==r.vertical,"k-fab-items-top":"bottom"===r.vertical}),style:{paddingLeft:Le?Ne:void 0,paddingRight:Le?Ne:void 0}},Re))))}));Q.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:d.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 J={align:{vertical:"bottom",horizontal:"end"},size:"medium",rounded:"full",themeColor:"primary",positionMode:"fixed"};Q.displayName="KendoFloatingActionButton"},2709:(e,t,n)=>{n.d(t,{k:()=>r});var r={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"}},1267:(e,t,n)=>{n.d(t,{o:()=>v});var r,o=n(3899),i=n(189),a=n(3493),l=n(8047),s=n(2697),c=n(1889),u=n(4006),p=n(2709),d=(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),h=function(){return h=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},h.apply(this,arguments)},v=function(e){function t(n){var r=e.call(this,n)||this;return r._element=null,r.offsetHeight=0,r.offsetWidth=0,r.buttons=[],r.focusedSelector=r.selectors.map((function(e){return e+":focus"})).join(","),r.setTabIndex=function(e){var n=r.props.tabIndex,o=void 0===n?t.defaultProps.tabIndex:n;r.buttons.forEach((function(t,n){t.tabIndex=n===e?o:-1}))},r.onKeyDown=function(e){var t=e.target;if((e.keyCode===a.R.left||e.keyCode===a.R.right)&&!e.defaultPrevented&&-1!==r.buttons.findIndex((function(e){return e===t}))){var n=r.focusedIndex;e.keyCode===a.R.left?r.focusButton(n,n-1):r.focusButton(n,n+1)}},r.onWindowResize=function(e){var t=r.element;if(t){var n=t.offsetWidth,o=t.offsetHeight;if(r.offsetWidth!==n||r.offsetHeight!==o){r.offsetWidth=n,r.offsetHeight=o;var i={offsetWidth:r.offsetWidth,offsetHeight:r.offsetHeight};r.props.onResize&&r.props.onResize.call(void 0,h(h({target:r},i),{nativeEvent:e}))}}},(0,u.s)(p.k),r}return d(t,e),Object.defineProperty(t.prototype,"selectors",{get:function(){return this.props.buttons||c.w},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 o.createElement("div",{id:this.props.id,"aria-label":this.props.ariaLabel,className:(0,l.A)("k-toolbar",(e={},e["k-toolbar-".concat(s.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 r=this.props.tabIndex,o=void 0===r?t.defaultProps.tabIndex:r,i=this.buttons[n];if(i){i.tabIndex=o,i.focus();var a=this.buttons[e];a&&(a.tabIndex=-1)}},t.propTypes={tabIndex:i.number,dir:i.string,keyboardNavigation:i.bool,style:i.object,className:i.string,role:i.string,onResize:i.func,buttons:i.arrayOf(i.string),size:i.oneOf([null,"small","medium","large"])},t.defaultProps={tabIndex:0,size:"medium"},t}(o.Component)},2540:(e,t,n)=>{n.d(t,{E:()=>s});var r,o=n(3899),i=n(189),a=n(8047),l=(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),s=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._element=null,t}return l(t,e),Object.defineProperty(t.prototype,"element",{get:function(){return this._element},enumerable:!1,configurable:!0}),t.prototype.render=function(){var e=this;return o.createElement("div",{id:this.props.id,className:(0,a.A)("k-toolbar-item",this.props.className),style:this.props.style,ref:function(t){return e._element=t}},this.props.children)},t.propTypes={className:i.string},t}(o.PureComponent)},1889:(e,t,n)=>{n.d(t,{w:()=>o,Z:()=>i});var r=":not(.k-dropdownlist button):not(.k-colorpicker button):not(.k-split-button .k-split-button-arrow)",o=["button"+r,".k-button-group > button"+r,".k-colorpicker",".k-dropdownlist"];const i={styles:{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"}}},6785:(e,t,n)=>{n.d(t,{M7i:()=>r,jKn:()=>o});const r={name:"caret-alt-down",content:'<path d="M256 352 128 160h256L256 352z" />',viewBox:"0 0 512 512"},o={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"}},4445:(e,t,n)=>{n.r(t),n.d(t,{BooleanFilter:()=>or,BooleanFilterCell:()=>mt,ColumnDefaultProps:()=>Mt,ColumnMenuBooleanColumn:()=>li,ColumnMenuBooleanFilter:()=>qo,ColumnMenuDateColumn:()=>ai,ColumnMenuDateFilter:()=>Wo,ColumnMenuFilterForm:()=>$o,ColumnMenuFilterLogic:()=>Zo,ColumnMenuForm:()=>Jo,ColumnMenuItem:()=>Do,ColumnMenuNumericColumn:()=>ii,ColumnMenuNumericFilter:()=>Ko,ColumnMenuOperators:()=>Fo,ColumnMenuTextColumn:()=>oi,ColumnMenuTextFilter:()=>Go,ColumnResize:()=>Ln,ColumnResizer:()=>Cn,CommonDragLogic:()=>Nn,DateFilter:()=>$n,DateFilterCell:()=>wt,DragClue:()=>jn,DropClue:()=>qn,EnumFilter:()=>nr,Expression:()=>yr,FILTER_ROW_CLASS:()=>rn,FOCUSABLE_ELEMENTS:()=>Bt,Filter:()=>Ho,FilterRow:()=>an,Group:()=>Eo,Header:()=>gn,HeaderCell:()=>bn,HeaderRow:()=>Pn,HeaderSelectionCell:()=>Dn,HeaderThElement:()=>Wt,KEYBOARD_NAV_DATA_BODY:()=>Dt,KEYBOARD_NAV_DATA_HEADER:()=>Pt,KEYBOARD_NAV_DATA_ID:()=>_t,KEYBOARD_NAV_DATA_LEVEL:()=>Ht,KEYBOARD_NAV_DATA_SCOPE:()=>Vt,KEYBOARD_NAV_DATA_ZONE:()=>Rt,KEYBOARD_NAV_FILTER_COL_SUFFIX:()=>Lt,NumericFilter:()=>Xn,NumericFilterCell:()=>Ct,Operators:()=>dr,Pager:()=>ot,TABBABLE_ELEMENTS:()=>Tt,TABLE_COL_INDEX_ATTRIBUTE:()=>ji,TABLE_PREVENT_SELECTION_ELEMENT:()=>Ai,TABLE_ROW_INDEX_ATTRIBUTE:()=>Fi,TableKeyboardNavigationContext:()=>qt,TableSelection:()=>ra,TextFilter:()=>Un,TextFilterCell:()=>Et,closestTagName:()=>Wi,createDataTree:()=>bi,createFilterComponent:()=>pt,extendDataItem:()=>wi,filterBy:()=>mi,flatData:()=>gi,getColumnIndex:()=>Yi,getGroupIds:()=>Hi,getIndex:()=>vn,getItemPath:()=>ki,getOffset:()=>ea,getRowIndex:()=>Ui,getSelectedState:()=>Qi,getSelectedStateFromKeyDown:()=>Xi,getSelectionOptions:()=>ta,isRtl:()=>hn,mapColumns:()=>cn,modifySubItems:()=>Ci,moveTreeItem:()=>Ii,nextColumn:()=>ln,normalize:()=>wn,orderBy:()=>vi,readColumns:()=>dn,relativeContextElement:()=>$i,removeItems:()=>zi,setExpandedState:()=>Vi,setGroupIds:()=>Si,setSelectedState:()=>Zi,stringOperator:()=>hr,tableColumnsVirtualization:()=>Rn,tableKeyboardNavigation:()=>Li,tableKeyboardNavigationBodyAttributes:()=>At,tableKeyboardNavigationHeaderAttributes:()=>jt,tableKeyboardNavigationScopeAttributes:()=>Ft,tableKeyboardNavigationTools:()=>nn,treeToFlat:()=>yi,unaryOperator:()=>vr,updateLeft:()=>un,updateRight:()=>pn,useTableKeyboardNavigation:()=>Gt});var r,o,i=n(3899),a=n(189),l=n(8047),s=n(2697),c=n(7037),u="pager.info",p="pager.firstPage",d="pager.previousPage",h="pager.nextPage",v="pager.lastPage",f="pager.itemsPerPage",m="pager.page",g="pager.of",y="pager.totalPages",b="pager.ariaKeyshortcuts",w="pager.ariaLabel",z="pager.pageSizeAriaLabel",x="pager.mobileSelect",C="pager.moreButtonLabel",k="filter.eqOperator",I="filter.notEqOperator",O="filter.isNullOperator",E="filter.isNotNullOperator",M="filter.isEmptyOperator",S="filter.isNotEmptyOperator",H="filter.startsWithOperator",V="filter.containsOperator",P="filter.notContainsOperator",D="filter.endsWithOperator",_="filter.gteOperator",R="filter.gtOperator",L="filter.lteOperator",N="filter.ltOperator",B="filter.isTrue",T="filter.isFalse",F="filter.afterOrEqualOperator",j="filter.afterOperator",A="filter.beforeOperator",q="filter.beforeOrEqualOperator",G="filter.andLogic",K="filter.orLogic",W="filter.addExpression",U="filter.addGroup",Y="filter.close",Z="filter.groupAriaLabel",X="filter.expressionAriaLabel",Q="filter.expressionDropdownAriaLabel",J="filter.expressionOperatorDropdownAriaLabel",$="filter.enumFilterDropdownAriaLabel",ee="filter.numericFilterAriaLabel",te="filter.textFilterAriaLabel",ne="columnMenu.filterClearButton",re="columnMenu.filterSubmitButton",oe="columnMenu.filterTitle",ie="columnMenu.sortAscending",ae="columnMenu.sortDescending",le="columnMenu.filterEqOperator",se="columnMenu.filterNotEqOperator",ce="columnMenu.filterIsNullOperator",ue="columnMenu.filterIsNotNullOperator",pe="columnMenu.filterIsEmptyOperator",de="columnMenu.filterIsNotEmptyOperator",he="columnMenu.filterStartsWithOperator",ve="columnMenu.filterContainsOperator",fe="columnMenu.filterNotContainsOperator",me="columnMenu.filterEndsWithOperator",ge="columnMenu.filterGteOperator",ye="columnMenu.filterGtOperator",be="columnMenu.filterLteOperator",we="columnMenu.filterLtOperator",ze="columnMenu.filterIsTrue",xe="columnMenu.filterAfterOrEqualOperator",Ce="columnMenu.filterAfterOperator",ke="columnMenu.filterBeforeOperator",Ie="columnMenu.filterBeforeOrEqualOperator",Oe="columnMenu.filterAndLogic",Ee="columnMenu.filterOrLogic",Me="sort.ariaLabel",Se="filter.ariaLabel",He=((r={})[f]="items per page",r["pager.pageSelection"]="Select page",r[u]="{0} - {1} of {2} items",r[p]="Go to the first page",r[d]="Go to the previous page",r[h]="Go to the next page",r[v]="Go to the last page",r[m]="Page",r[g]="of",r[y]="{0}",r["pager.pageLabel"]="Page",r[b]="Enter ArrowRight ArrowLeft",r[w]="Pager",r[z]="Page size",r[x]="Select",r[C]="More pages",r[Me]="Sortable",r[Se]="Filter",r[k]="Is equal to",r[I]="Is not equal to",r[O]="Is null",r[E]="Is not null",r[M]="Is empty",r[S]="Is not empty",r[H]="Starts with",r[V]="Contains",r[P]="Does not contain",r[D]="Ends with",r[_]="Is greater than or equal to",r[R]="Is greater than",r[L]="Is less than or equal to",r[N]="Is less than",r[B]="Is true",r[T]="Is false",r[F]="Is after or equal to",r[j]="Is after",r[A]="Is before",r[q]="Is before or equal to",r[G]="And",r[K]="Or",r[W]="Add Expression",r[U]="Add Group",r[Y]="Close",r[Z]="Filter toolbar",r[X]="Filter expression row",r[Q]="Filter dropdown",r[J]="Filter operator dropdown",r[$]="Select True/False",r[ee]="Enter number",r[te]="Enter text",r[ne]="Clear",r[re]="Filter",r[oe]="Filter",r[ie]="Sort Ascending",r[ae]="Sort Descending",r[le]="Is equal to",r[se]="Is not equal to",r[ce]="Is null",r[ue]="Is not null",r[pe]="Is empty",r[de]="Is not empty",r[he]="Starts with",r[ve]="Contains",r[fe]="Does not contain",r[me]="Ends with",r[ge]="Is greater than or equal to",r[ye]="Is greater than",r[be]="Is less than or equal to",r[we]="Is less than",r[ze]="Is true",r[xe]="Is after or equal to",r[Ce]="Is after",r[ke]="Is before",r[Ie]="Is before or equal to",r[Oe]="And",r[Ee]="Or",r),Ve=n(499),Pe=(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)}),De=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.handlePageChange=function(e,n){e.preventDefault(),t.props.pageChange(n,e)},t.handleSelectPageChange=function(e){e.preventDefault(),t.props.pageChange(e.target.value,e)},t}return Pe(t,e),t.prototype.render=function(){for(var e,t=this,n=(0,Ve.provideLocalizationService)(this),r=this.props.messagesMap?this.props.messagesMap(x):{messageKey:x,defaultMessage:He[x]},o=this.props.messagesMap?this.props.messagesMap(m):{messageKey:m,defaultMessage:He[m]},a=this.props.messagesMap?this.props.messagesMap(C):{messageKey:C,defaultMessage:He[C]},u=n.toLanguageString(a.messageKey,a.defaultMessage),p=this.start>1&&this.renderDots(this.start-1,u),d=this.end<this.props.totalPages&&this.renderDots(this.end+1,u),h=this.start>1&&this.renderOptionDots(this.start-1),v=this.end<this.props.totalPages&&this.renderOptionDots(this.end+1),f=[],g=this.start;g<=this.end;g++)f.push(g);var y=f.map((function(e){return i.createElement(c.z,{className:(0,l.A)({"k-selected":t.props.currentPage===e}),key:e,fillMode:"flat",themeColor:"primary",size:t.props.size,rounded:null,role:"button","aria-label":n.toLanguageString(o.messageKey,o.defaultMessage)+" "+e,"aria-current":t.props.currentPage===e||void 0,onClick:function(n){return t.handlePageChange(n,e)}},e)})),b=f.map((function(e){return i.createElement("option",{key:e},e)}));return i.createElement(i.Fragment,null,i.createElement("select",{style:{width:"5em",margin:"0px 1em",display:"dropdown"===this.props.type?"inline-flex":"none"},className:(0,l.A)("k-picker k-dropdown-list k-dropdown k-rounded-md",(e={},e["k-picker-".concat(s.G.sizeMap[this.props.size]||this.props.size)]=this.props.size,e)),"aria-label":n.toLanguageString(r.messageKey,r.defaultMessage),value:this.props.currentPage,onChange:function(e){return t.handleSelectPageChange(e)}},h,b,v),i.createElement("div",{className:"k-pager-numbers",style:{display:"numbers"===this.props.type?"":"none"}},p,y,d))},Object.defineProperty(t.prototype,"end",{get:function(){return Math.min(this.start+this.props.buttonCount-1,this.props.totalPages)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"start",{get:function(){var e=this.props.currentPage,t=this.props.buttonCount;if(e>t){var n=e%t;return 0===n?e-t+1:e-n+1}return 1},enumerable:!1,configurable:!0}),t.prototype.renderDots=function(e,t){var n=this;return i.createElement(c.z,{fillMode:"flat",themeColor:"primary",size:this.props.size,rounded:null,role:"button","aria-label":t,onClick:function(t){return n.handlePageChange(t,e)}},"...")},t.prototype.renderOptionDots=function(e){return i.createElement("option",{value:e},"...")},t}(i.Component),_e=n(4578),Re=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Le=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={page:t.props.currentPage},t.handleOnChange=function(e){t.setState({page:e.target.value}),e.target.value&&t.props.pageChange(e.target.value,e)},t}return Re(t,e),t.prototype.render=function(){var e=(0,Ve.provideIntlService)(this),t=(0,Ve.provideLocalizationService)(this),n=this.props.messagesMap?this.props.messagesMap(m):{messageKey:m,defaultMessage:He[m]},r=this.props.messagesMap?this.props.messagesMap(g):{messageKey:g,defaultMessage:He[g]},o=this.props.messagesMap?this.props.messagesMap(y):{messageKey:y,defaultMessage:He[y]};return i.createElement(i.Fragment,null,i.createElement("span",{className:"k-pager-input"},i.createElement("span",null,t.toLanguageString(n.messageKey,n.defaultMessage)),i.createElement(_e.N,{value:void 0!==this.props.currentPage?this.props.currentPage:this.state.page,onChange:this.handleOnChange,min:1,spinners:!1}),i.createElement("span",null,"".concat(t.toLanguageString(r.messageKey,r.defaultMessage)," ").concat(e.format(t.toLanguageString(o.messageKey,o.defaultMessage),[this.props.totalPages])))))},t}(i.Component);(0,Ve.registerForLocalization)(Le);var Ne=n(2871),Be=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Te=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.pageSizeChange=function(e){t.props.pageChange&&t.props.pageChange({skip:0,take:parseInt(e.target.value,10)},e)},t}return Be(t,e),t.prototype.render=function(){var e=this.props,t=e.value,n=e.pageSizes,r=e.pageSize,o=e.messagesMap,a=n.slice();void 0===t&&0===a.filter((function(e){return e===r})).length&&a.unshift(r);var l=o?o(f):{messageKey:f,defaultMessage:He[f]},s=o?o(z):{messageKey:z,defaultMessage:He[z]};return i.createElement("span",{className:"k-pager-sizes"},i.createElement(Ne.NB,{value:void 0!==t?t:r,data:a,onChange:this.pageSizeChange,ariaLabel:(0,Ve.provideLocalizationService)(this).toLanguageString(s.messageKey,s.defaultMessage),size:this.props.size}),i.createElement("span",null,(0,Ve.provideLocalizationService)(this).toLanguageString(l.messageKey,l.defaultMessage)))},t}(i.Component);(0,Ve.registerForLocalization)(Te);var Fe=n(4006);const je={name:"caret-alt-right",content:'<path d="M352 256 160 384V128l192 128z" />',viewBox:"0 0 512 512"},Ae={name:"caret-alt-left",content:'<path d="m160 256 192-128v256L160 256z" />',viewBox:"0 0 512 512"},qe={name:"caret-alt-to-right",content:'<path d="m128 128 192 128-192 128V128zm224 256V128h-32v256h32z" />',viewBox:"0 0 512 512"},Ge={name:"caret-alt-to-left",content:'<path d="M352 384 160 256l192-128v256zM128 128v256h32V128h-32z" />',viewBox:"0 0 512 512"},Ke={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"},We={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"},Ue={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"},Ye={name:"plus",content:'<path d="M288 224V96h-64v128H96v64h128v128h64V288h128v-64H288z" />',viewBox:"0 0 512 512"},Ze={name:"sort-asc-small",content:'<path d="M256 192v224h-32V192h-96L240 64l112 128h-96z" />',viewBox:"0 0 512 512"},Xe={name:"sort-desc-small",content:'<path d="M352 288 240 416 128 288h96V64h32v224h96z" />',viewBox:"0 0 512 512"},Qe={name:"filter",content:'<path d="M64 64v32l160 160v224l64-64V256L448 96V64H64z" />',viewBox:"0 0 512 512"},Je={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"},$e={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"},et={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"};var tt={name:"@progress/kendo-react-data-tools",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:1700064209,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"},nt=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),rt=function(){return rt=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},rt.apply(this,arguments)},ot=function(e){function t(t){var n=e.call(this,t)||this;return n._element=null,n.onPageChange=function(e,t){var r=rt({target:n,syntheticEvent:t.syntheticEvent,nativeEvent:t.nativeEvent,targetEvent:t},e);n.props.onPageChange&&n.props.onPageChange.call(void 0,r)},n.changePage=function(e,t){n.props.onPageChange&&e>0&&e<=n.totalPages&&n.props.onPageChange({target:n,skip:(e-1)*n.props.take,take:n.props.take,syntheticEvent:t,nativeEvent:t.nativeEvent,targetEvent:t})},n.onWindowResize=function(){var e=n.element;if(e&&n.props.responsive){var t=e.offsetWidth;t<600?n.setState({showPagerSizes:!1}):t>=600&&t<768?n.setState({showPagerInfo:!1,showPagerSizes:!0}):n.setState({showPagerInfo:!0,showPagerSizes:!0})}},(0,Fe.s)(tt),n.state={showPagerSizes:!0,showPagerInfo:!0},n}return nt(t,e),Object.defineProperty(t.prototype,"isRtl",{get:function(){return"rtl"===this.props.dir},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),this.onWindowResize()},t.prototype.componentWillUnmount=function(){window.removeEventListener("resize",this.onWindowResize)},t.prototype.render=function(){var e,t,n,r,o,a=this,c=this.state,f=c.showPagerSizes,m=c.showPagerInfo,g=this.props,y=g.skip,z=g.take,x=g.total,C=g.pageSizes,k=g.size,I=g.responsive,O=g.messagesMap,E=g.pageSizeValue,M=(0,Ve.provideLocalizationService)(this),S=(0,Ve.provideIntlService)(this),H=Math.floor(y/z)+1,V="numeric"===this.props.type?i.createElement(De,{type:I&&!f?"dropdown":"numbers",buttonCount:this.props.buttonCount||0,totalPages:this.totalPages,currentPage:H,pageChange:this.changePage,messagesMap:this.props.messagesMap,size:this.props.size}):i.createElement(Le,{buttonCount:this.props.buttonCount||0,totalPages:this.totalPages,currentPage:H,pageChange:this.changePage,messagesMap:O,size:this.props.size}),P=O?O(p):{messageKey:p,defaultMessage:He[p]},D=O?O(d):{messageKey:d,defaultMessage:He[d]},_=O?O(h):{messageKey:h,defaultMessage:He[h]},R=O?O(v):{messageKey:v,defaultMessage:He[v]},L=O?O(u):{messageKey:u,defaultMessage:He[u]},N=O?O(b):{messageKey:b,defaultMessage:He[b]},B=O?O(w):{messageKey:w,defaultMessage:He[w]};this.props.previousNext&&(t=this.renderButton(1,"k-pager-nav k-pager-first"+(1===H?" k-disabled":""),M.toLanguageString(P.messageKey,P.defaultMessage),this.isRtl?"caret-alt-to-right":"caret-alt-to-left",this.isRtl?qe:Ge,1===H||void 0),n=this.renderButton(H-1,"k-pager-nav"+(1===H?" k-disabled":""),M.toLanguageString(D.messageKey,D.defaultMessage),this.isRtl?"caret-alt-right":"caret-alt-left",this.isRtl?je:Ae,1===H||void 0),r=this.renderButton(H+1,"k-pager-nav"+(H>=this.totalPages?" k-disabled":""),M.toLanguageString(_.messageKey,_.defaultMessage),this.isRtl?"caret-alt-left":"caret-alt-right",this.isRtl?Ae:je,H>=this.totalPages||void 0),o=this.renderButton(this.totalPages,"k-pager-nav k-pager-last"+(H>=this.totalPages?" k-disabled":""),M.toLanguageString(R.messageKey,R.defaultMessage),this.isRtl?"caret-alt-to-left":"caret-alt-to-right",this.isRtl?Ge:qe,H>=this.totalPages||void 0));var T=C&&i.createElement(Te,{pageChange:this.onPageChange,pageSize:z,pageSizes:C,value:E,messagesMap:O,size:this.props.size}),F=this.props.info&&i.createElement("span",{className:"k-pager-info"},S.format(M.toLanguageString(L.messageKey,L.defaultMessage),[Math.min(y+1,x),Math.min(y+z,x),x]));return i.createElement("div",{className:(0,l.A)("k-pager",(e={},e["k-pager-".concat(s.G.sizeMap[k]||k)]=k,e),this.props.className),style:this.props.style,role:"application","aria-roledescription":"pager",dir:this.props.dir,"aria-keyshortcuts":M.toLanguageString(N.messageKey,N.defaultMessage),"aria-label":M.toLanguageString(B.messageKey,B.defaultMessage),ref:function(e){return a._element=e}},i.createElement("div",{className:(0,l.A)("k-pager-numbers-wrap")},t,n,V,r,o),I?f&&T:T,I?m&&F:F)},t.prototype.renderButton=function(e,t,n,r,o,a){var l=this;return i.createElement(c.z,{fillMode:"flat",themeColor:"base",size:this.props.size,rounded:null,className:t,icon:r,svgIcon:o,title:n,role:"button","aria-disabled":a,onClick:function(t){t.preventDefault(),l.changePage(e,t)}})},Object.defineProperty(t.prototype,"totalPages",{get:function(){return Math.ceil((this.props.total||0)/this.props.take)},enumerable:!1,configurable:!0}),t.propTypes={className:a.string,style:a.object,total:a.number.isRequired,skip:a.number.isRequired,take:a.number.isRequired,buttonCount:a.number,info:a.bool,type:a.oneOf(["numeric","input"]),pageSizes:a.arrayOf(a.oneOfType([a.string,a.number])),previousNext:a.bool,onPageChange:a.func,messagesMap:a.func,size:a.oneOf([null,"small","medium","large"]),dir:a.string},t.defaultProps={buttonCount:10,info:!0,type:"numeric",size:"medium"},t}(i.Component);(0,Ve.registerForIntl)(ot),(0,Ve.registerForLocalization)(ot);var it,at,lt,st=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),ct=function(){return ct=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},ct.apply(this,arguments)},ut=function(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))},pt=function(e){var t=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.filterChange=function(e){n.props.onFilterChange&&n.props.onFilterChange(e)},n.inputChange=function(t){var r=t.target.value,o=n.props,i=o.filter,a=void 0===i?[]:i,l=o.field,s=void 0===l?"":l,c=n.findCellFilter(),u=c?a.map((function(e){return e.field===s?ct(ct({},c),{value:r}):e})):ut(ut([],a,!0),[ct(ct({},e.emptyFilter),{value:r,field:s})],!1);n.filterChange({filter:u,field:s,syntheticEvent:t.syntheticEvent})},n.operatorChange=function(t){var r=t.target.value.operator,o=n.props,i=o.filter,a=void 0===i?[]:i,l=o.field,s=void 0===l?"":l,c=n.findCellFilter(),u=c?a.map((function(e){return e.field===s?ct(ct({},c),{operator:r}):e})):ut(ut([],a,!0),[ct(ct({},e.emptyFilter),{field:s,operator:r})],!1);n.filterChange({filter:u,field:s,syntheticEvent:t.syntheticEvent})},n.clearButtonClick=function(e){var t=n.props,r=t.filter,o=void 0===r?[]:r,i=t.field,a=void 0===i?"":i;n.filterChange({filter:o.filter((function(e){return e.field!==a})),field:a,syntheticEvent:e})},n.findCellFilter=function(){var e=n.props,t=e.filter,r=void 0===t?[]:t,o=e.field;return r.find((function(e){return e.field===o}))},n}return st(n,t),n.prototype.render=function(){var t,n=this.props,r=n.clearButtonTitle,o=void 0===r?"":r,a=n.operators,s=void 0===a?[]:a,u=this.findCellFilter()||ct(ct({},e.emptyFilter),{operator:""}),p=u.operator,d=u.value,h={ariaLabel:"filter",value:s.find((function(e){return e.operator===p}))||null,onChange:this.operatorChange,className:"k-dropdown-operator",iconClassName:"k-i-filter",svgIcon:Qe,data:s,textField:"text",popupSettings:{width:""},components:this.props.components};return i.createElement("div",{className:"k-filtercell"},i.createElement("span",null,e.inputComponent({value:d,onChange:this.inputChange,components:this.props.components,ariaLabel:this.props.ariaLabel,min:this.props.min,max:this.props.max}),i.createElement("div",{className:"k-filtercell-operator"},e.operatorComponent(h,this.props)," ",i.createElement(c.z,{className:(0,l.A)((t={},t["k-clear-button-visible"]=!(null===d||""===d)||p,t)),title:o,type:"button",onClick:this.clearButtonClick,icon:"filter-clear",svgIcon:Je,disabled:!(null!==d&&""!==d||p)}))))},n}(i.Component);return t},dt=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),ht=function(){return ht=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},ht.apply(this,arguments)},vt=function(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))},ft={emptyFilter:{operator:"eq",value:""},inputComponent:function(e){return null},operatorComponent:function(e,t){var n=t.filter,r=void 0===n?[]:n,o=t.field,a=r.find((function(e){return e.field===o}));return i.createElement(Ne.NB,ht({},e,{value:e.data.find((function(e){return e.operator===(a?a.value:"")})),onChange:function(e){if(t.onFilterChange){var n=e.target.value.operator;if(""!==n){var i=a?r.map((function(e){return e.field===o?ht(ht({},a),{value:n}):e})):vt(vt([],r,!0),[{value:n,field:o,operator:"eq"}],!1);t.onFilterChange.call(void 0,{filter:i,field:o,syntheticEvent:e.syntheticEvent})}else a&&t.onFilterChange.call(void 0,{filter:r.filter((function(e){return e.field!==a.field})),field:o,syntheticEvent:e.syntheticEvent})}}}))}},mt=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return dt(t,e),t}(pt(ft)),gt=n(2514),yt=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),bt=function(){return bt=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},bt.apply(this,arguments)},wt=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return yt(t,e),t}(pt({inputComponent:function(e){return i.createElement(gt.Mt,bt({},e))},operatorComponent:function(e){return i.createElement(Ne.NB,bt({},e))},emptyFilter:{operator:"eq",value:null}})),zt=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),xt=function(){return xt=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},xt.apply(this,arguments)},Ct=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return zt(t,e),t}(pt({inputComponent:function(e){return i.createElement(_e.N,xt({},e))},operatorComponent:function(e){return i.createElement(Ne.NB,xt({},e))},emptyFilter:{operator:"eq",value:null}})),kt=n(2474),It=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Ot=function(){return Ot=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Ot.apply(this,arguments)},Et=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return It(t,e),t}(pt({inputComponent:function(e){return i.createElement(kt.II,Ot({},e))},operatorComponent:function(e){return i.createElement(Ne.NB,Ot({},e))},emptyFilter:{operator:"contains",value:""}})),Mt={filterable:!0,editable:!0,sortable:!0,resizable:!0,reorderable:!0,groupable:!0},St=function(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))},Ht="data-keyboardnavlevel",Vt="data-keyboardnavscope",Pt="data-keyboardnavheader",Dt="data-keyboardnavbody",_t="data-keyboardnavid",Rt="data-keyboardnavzone",Lt="_filter",Nt=["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]"],Bt=St(St([],Nt,!0),["[tabindex]"],!1),Tt=St(St([],Nt,!0),["[tabindex]"],!1).map((function(e){return e+':not([tabindex="-1"])'})),Ft=((it={})[Vt]=!0,it),jt=((at={})[Pt]=!0,at),At=((lt={})[Dt]=!0,lt),qt=i.createContext(void 0);qt.displayName="KendoReactTableKeyboardNavigationContext";var Gt=function(e,t){var n,r=i.useContext(qt);return r&&e&&!1!==t?((n={tabIndex:r&&r.activeId&&r.activeId===e?0:-1})[Ht]=r.level,n[_t]=e,n):{}},Kt=function(){return Kt=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Kt.apply(this,arguments)},Wt=function(e){var t=e.ariaSort,n=e.colSpan,r=e.rowSpan,o=e.className,a=e.style,l=e.columnId,s=e.onKeyDown,c=e.navigatable,u=e.ariaColumnIndex,p=e.ariaLabel,d=e.role,h=e.ariaSelected,v=Gt(l,c);return i.createElement("th",Kt({"aria-sort":t,"aria-label":p,"aria-colindex":u,"aria-selected":h,colSpan:n,rowSpan:r,className:o,style:a,onKeyDown:s,role:d},v),e.children)};Wt.displayName="KendoReactHeaderThElement";var Ut=function(e,t,n){return void 0===n&&(n="cell"),"".concat(t,"_").concat(e,"_").concat(n)},Yt=function(e){if(e)return e.getAttribute(_t)||void 0},Zt=function(e){if(!e)return!1;var t=e.getAttribute(_t);return Boolean(t)},Xt=function(e){return e.querySelector("[".concat(Pt,"]"))},Qt=function(e){return e.querySelector("[".concat(Dt,"]"))},Jt=function(e,t,n,r,o){if(!n)return[];for(var i=e+(o?-1:1);i>=0&&i<r.length;){var a=r[i][t];if(a!==n)return[a,[i,t]];i+=o?-1:1}return[]},$t=function(e,t,n,r,o){if(!n)return[];for(var i=t+(o?-1:1);i>=0&&i<r[e].length;){var a=r[e][i];if(a!==n)return[a,[e,i]];i+=o?-1:1}return[]},en=function(e,t){if(t)for(var n=0;n<e.length;n++)for(var r=0;r<e[n].length;r++)if(e[n][r]===t)return[n,r]},tn=function(e){return e?"".concat(e).concat(Lt):""},nn={generateNavigatableId:Ut,getNavigatableId:Yt,getNavigatableLevel:function(e){if(e)return parseInt(e.getAttribute(Ht)||"",10)},getNavigatableElement:function(e,t){return void 0===t&&(t={level:0}),e.querySelector("[".concat(Ht,"='").concat(t.level,"']"))},getClosestNavigatableElement:function(e){return e.parentElement&&e.parentElement.closest("[".concat(Ht,"]"))},getActiveElement:function(e,t){return e.querySelector("[".concat(_t,"='").concat(t,"']"))},getClosestScope:function(e){return e.parentElement&&e.parentElement.closest("[".concat(Vt,"]"))},getHeaderElement:Xt,getBodyElement:Qt,getFocusableElements:function(e,t){void 0===t&&(t={focusable:!1});var n=t.focusable?Bt:Tt;return Array.from(e.querySelectorAll(n.join(",")))},getNavigatableElements:function(e,t){if(void 0===t&&(t={level:0}),!e)return[];var n=Bt.map((function(e){return e+"[".concat(Ht,"='").concat(t.level,"']")})).join(",");return Array.from(e.querySelectorAll(n))},filterNavigatableElements:function(e){void 0===e&&(e={level:0});var t=Bt.map((function(t){return t+"[".concat(Ht,"='").concat(e.level,"']")})).join(",");return function(e){return e.matches(t)}},focusElement:function(e){var t=e.elementForFocus,n=e.event,r=e.contextStateRef,o=e.prevElement;r.current&&t&&t.focus&&(n.preventDefault(),t.focus(),Zt(t)&&(t.setAttribute("tabIndex","0"),r.current.activeId=Yt(t)),o&&Zt(o)&&o.setAttribute("tabIndex","-1"))},getIdPrefix:function(e){return e.current?e.current.idPrefix:""},isNavigatable:Zt,findNextIdByRowIndex:Jt,findNextIdByCellIndex:$t,findId:en,getNextNavigationIndex:function(e){return e.current?e.current.navigationMatrix.length:0},getFilterColumnId:tn},rn="k-table-row k-filter-row",on=function(e,t,n){var r="".concat(n?"k-grid-header-sticky":"");return e.some((function(e){return e.field===t}))&&(r+=" k-sorted"),r},an=function(e){var t=e.columns,n=e.filter,r=e.filterChange,o=e.sort,a=void 0===o?[]:o,s=e.ariaRowIndex,c=(0,Ve.useLocalization)();return i.createElement("tr",{className:rn,"aria-rowindex":s,role:"row"},t.map((function(e,t){var o=void 0!==e.locked?{left:e.left,right:e.right,borderRightWidth:e.rightBorder?"1px":""}:{},s=e.filterCell||e.filter;return i.createElement(Wt,{columnId:tn(e.id),navigatable:e.navigatable,style:o,key:t,ariaColumnIndex:e.ariaColumnIndex,ariaLabel:s?c.toLanguageString(Se,He[Se]):void 0,className:(0,l.A)("k-table-th k-header",on(a,e.field,e.locked))},s&&i.createElement(s,{field:e.field,filter:n,onFilterChange:r}))})))};function ln(e,t){for(var n=e[t].depth,r=null,o=t+1;o<e.length;o++)if(e[o].depth===n){r=e[o];break}return r}var sn=function(e){var t=e.width?parseFloat(e.width.toString()):0;return!t&&e.children&&e.children.length&&(t=e.children.reduce((function(e,t){return sn(t)+e}),0)),t};function cn(e){for(var t=[[]],n=0,r=e.length-1;r>=0;r--)n=Math.max(n,e[r].depth),e[r].colSpan=e[r].colSpan||1,-1!==e[r].parentIndex&&(e[e[r].parentIndex].colSpan=(e[e[r].parentIndex].colSpan||0)+e[r].colSpan);var o=[],i=1;return e.forEach((function(e,r){t[e.depth]=t[e.depth]||[];var a=!1;0===t[e.depth].length&&(i<=1?i=1+(e.children.length>0?0:n-e.depth):(i--,a=!0)),e.rowSpan=1+(e.children.length>0?0:n-e.depth),e.kFirst=a,e.index=t[e.depth].length,t[e.depth].push(r),e.ariaColumnIndex=o[e.depth]?o[e.depth]+1:1;for(var l=e.depth;l<e.depth+e.rowSpan;l++)o[l]=(o[l]||0)+e.colSpan})),un(t,e),pn(t,e),t}function un(e,t,n){var r=new Array(e.length).fill(0),o=0;t.forEach((function(e){if(e.locked&&(!e.left||n))if(e.left=r[e.depth],o=sn(e),0===e.children.length)for(var t=e.depth;t<r.length;t++)r[t]+=o;else r[e.depth]+=o}))}function pn(e,t,n){for(var r=0,o=new Array(e.length).fill(0),i=t.length-1;i>=0;i--){var a=t[i];if(a.locked&&(!a.right||n)){if(a.right=o[a.depth],r=sn(a),0===a.children.length)for(var l=a.depth;l<o.length;l++)o[l]+=r;else o[a.depth]+=r;var s=ln(t,i);a.rightBorder=!(s&&s.locked)}}}function dn(e,t,n){void 0===n&&(n=0);var r=[];if(!e||!e.length)return[];if(e.forEach((function(e){var o=dn(e.children||[],t,n+1);r.push(Object.assign({},{depth:n},Mt,e,{id:e.id?e.id:Ut("".concat(t.prevId++),t.idPrefix,"column"),declarationIndex:r.length,children:o,rowSpan:0,colSpan:0,isAccessible:!0}))})),r.sort((function(e,t){return e.orderIndex===t.orderIndex?e.declarationIndex-t.declarationIndex:(e.orderIndex||0)-(t.orderIndex||0)})),0===n){var o=[],i=function(e,t){return e.forEach((function(e){e.parentIndex=t,i(e.children,o.push(e)-1)}))};return i(r,-1),o}return r}function hn(e){return Boolean(e&&"rtl"===getComputedStyle(e).direction)}function vn(e,t){if(!t||!e||!e.originalEvent)return-1;for(var n={x:e.clientX,y:e.originalEvent.clientY},r=t.ownerDocument?t.ownerDocument.elementFromPoint(n.x,n.y):null;r&&r.parentElement!==t;)r=r.parentElement;!r&&t.matches("tr")&&(r=Array.from(t.children).find((function(e){var t=e.getBoundingClientRect();return n.x>t.left&&n.x<t.left+t.width&&n.y>t.top&&n.y<t.top+t.height}))||null);for(var o=t.children,i=0;i<o.length;i++)if(o[i]===r)return i;return-1}var fn=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),mn=function(){return mn=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},mn.apply(this,arguments)},gn=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.element=null,t}return fn(t,e),t.prototype.componentDidMount=function(){var e=this.props.columnResize;e&&e.resizable&&e.setIsRtl(hn(this.element))},t.prototype.render=function(){var e=this;return i.createElement("thead",mn({className:"k-table-thead k-grid-header",role:"presentation",ref:function(t){return e.element=t}},jt),this.props.headerRow,this.props.filterRow)},t}(i.Component),yn=function(){return yn=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},yn.apply(this,arguments)};function bn(e){var t=e.onClick?{onClick:e.onClick}:{},n=i.createElement("span",yn({className:"k-link"},t),i.createElement("span",{className:"k-column-title"},e.title||e.field||" "),e.children);return i.createElement(i.Fragment,null,e.render?e.render.call(void 0,n,e):n)}var wn=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return Object.assign.apply(Object,function(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))}([{allowUnsort:!0,mode:"single"}],e,!1))},zn=n(1779),xn=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Cn=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.draggable=null,t.isDragged=!1,t.onDrag=function(e){t.isDragged=!0;var n=t.draggable&&t.draggable.element;n&&t.props.resize(e.event,n,!1)},t.onRelease=function(e){if(t.isDragged){var n=t.draggable&&t.draggable.element;n&&t.props.resize(e.event,n,!0),t.isDragged=!1}},t.onDoubleClick=function(e){if(!t.isDragged){var n=t.draggable&&t.draggable.element;n&&t.props.autofit&&t.props.autofit(e,n)}},t}return xn(t,e),t.prototype.render=function(){var e=this;return i.createElement(zn._,{onPress:function(e){e.event.originalEvent.stopPropagation()},onDrag:this.onDrag,onRelease:this.onRelease,ref:function(t){e.draggable=t}},i.createElement("span",{className:"k-column-resizer",style:{touchAction:"none"},draggable:!1,onDoubleClick:this.onDoubleClick}))},t}(i.Component),kn=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),In=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.draggable=null,t.onPress=function(e){var n=t.draggable&&t.draggable.element;n&&t.props.pressHandler&&t.props.pressHandler(e.event,n)},t.onDrag=function(e){var n=t.draggable&&t.draggable.element;n&&t.props.dragHandler&&t.props.dragHandler(e.event,n)},t.onRelease=function(e){t.draggable&&t.draggable.element&&t.props.releaseHandler&&t.props.releaseHandler(e.event)},t}return kn(t,e),t.prototype.render=function(){var e=this;return i.createElement(zn._,{onPress:this.onPress,onDrag:this.onDrag,onRelease:this.onRelease,ref:function(t){e.draggable=t}},i.createElement("tr",{className:"k-table-row","aria-rowindex":this.props.ariaRowIndex,role:"row"},this.props.children))},t}(i.PureComponent),On=n(3493),En=n(8130),Mn=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Sn=function(){return Sn=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Sn.apply(this,arguments)},Hn={true:{asc:"desc",desc:"","":"asc"},false:{asc:"desc",desc:"asc","":"asc"}},Vn={none:"none",asc:"ascending",desc:"descending"},Pn=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.cellClick=function(e,n){if(e.preventDefault(),t.props.sortChange){var r=wn(t.props.sortable||!1,n.sortable||!1),o=r.allowUnsort,i=r.mode,a=(t.props.sort||[]).filter((function(e){return e.field===n.field}))[0],l=Hn[o][a&&a.dir||""],s="single"===i?[]:(t.props.sort||[]).filter((function(e){return e.field!==n.field}));""!==l&&n.field&&s.push({field:n.field,dir:l}),t.props.sortChange(e,s,n.field)}},t.cellKeyDown=function(e,n){e.isDefaultPrevented()||e.keyCode===On.R.enter&&t.cellClick(e,n)},t.cells=function(e){return e.map((function(e,n){var r=t.props.columns[e],o=t.props.columnResize,a=o&&o.resizable&&r.resizable,s=t.props.sortable&&r.sortable,c=t.props.sort?t.props.sort.findIndex((function(e){return e.field===r.field})):-1,u=c>=0&&t.props.sort[c].dir||"none",p={sort:t.props.sort,onSortChange:t.props.sortChange,filter:t.props.columnMenuFilter,onFilterChange:t.props.columnMenuFilterChange,field:r.field},d={field:r.field,onClick:s&&function(e){return t.cellClick(e,r)}||void 0,selectionChange:t.props.selectionChange,title:r.title,selectionValue:r.headerSelectionValue,render:t.props.cellRender,children:t.sortIcon(c),sort:t.props.sort,sortable:t.props.sortable,sortChange:t.props.sortChange,filterChange:t.props.filterChange,columns:t.props.columns,columnMenuWrapperProps:p},h=r.columnMenu||t.props.columnMenu,v=(0,l.A)("k-table-th",{"k-first":r.kFirst,"k-filterable":Boolean(h),"k-header":!0,"k-grid-header-sticky":r.locked,"k-sorted":t.props.sort&&t.props.sort.some((function(e){return e.field===r.field}))},r.headerClassName),f=void 0!==r.locked?{left:r.left,right:r.right,borderRightWidth:r.rightBorder?"1px":""}:{},m=(0,Ve.provideLocalizationService)(t).toLanguageString(Me,He[Me]),g=r.isAccessible?{ariaSort:s?Vn[u]:void 0,role:"columnheader",ariaColumnIndex:r.ariaColumnIndex,ariaSelected:!1,ariaDescription:s?m:""}:{role:"presentation"};return i.createElement(Wt,Sn({key:n,colSpan:r.colSpan,rowSpan:r.rowSpan,className:v,style:f,columnId:r.id,navigatable:r.navigatable,onKeyDown:s&&function(e){return t.cellKeyDown(e,r)}||void 0},g),r.headerCell&&i.createElement(r.headerCell,Sn({},d)),!r.headerCell&&i.createElement("span",{className:"k-cell-inner"},i.createElement(bn,Sn({},d)),h&&i.createElement(h,Sn({},p))),o&&a&&i.createElement(Cn,{key:"ColumnResizer",resize:function(e,t,n){return o.dragHandler(e,r,t,n)}}))}))},t}return Mn(t,e),t.prototype.sortIcon=function(e){if(!this.props.sort||e<0)return null;var t=this.props.sort[e].dir;return t?[i.createElement(En.a,{key:1,name:"sort-".concat(t,"-small"),icon:"asc"===t?Ze:Xe}),this.props.sort.length>1&&i.createElement("span",{key:2,className:"k-sort-order"},e+1)]:null},t.prototype.render=function(){var e=this;return this.props.columnsMap.map((function(t,n){return e.props.pressHandler&&i.createElement(In,{key:n,pressHandler:e.props.pressHandler,dragHandler:e.props.dragHandler,releaseHandler:e.props.releaseHandler,ariaRowIndex:n+1},e.cells(t))||i.createElement("tr",{className:"k-table-row","aria-rowindex":n+1,role:"row"},e.cells(t))}))},t}(i.Component);function Dn(e){var t=[i.createElement("input",{key:0,checked:e.selectionValue,id:e.inputId,type:"checkbox",className:"k-checkbox k-checkbox-md k-rounded-md",onChange:function(t){return e.selectionChange({field:e.field,syntheticEvent:t})}}),i.createElement("label",{key:1,className:"k-checkbox-label",htmlFor:e.inputId})];return i.createElement(i.Fragment,null,e.render?e.render.call(void 0,t,e):t)}(0,Ve.registerForLocalization)(Pn);var _n=function(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))};function Rn(e){var t=e.enabled,n=e.columns,r=void 0===n?[]:n,o=e.tableViewPortWidth,i=e.scrollLeft,a=r.map((function(){return 1})),l=r.map((function(){return!1}));if(!t)return{colSpans:a,hiddenColumns:l};for(var s=r.map((function(e){return parseFloat((e.width||"").toString())||10})),c=0,u=0;u<r.length;u++)if(!r[u].locked){var p=u<s.length-1?s[u+1]:0;if(!(c+s[u]+p<i))break;l[u]=!0,c+=s[u]}var d=s.reduce((function(e,t){return e+t}),0);for(c=0,u=r.length-1;u>=0;u--)if(!r[u].locked){if(!(c+2*s[u]<d-o-i))break;l[u]=!0,c+=s[u]}for(var h,v,f=_n([],l,!0),m=function(e){return e},g=f.lastIndexOf(!1),y=f.some(m),b=f.every(m);y&&f.length&&(-1!==g||b);){for(g<f.length-1&&(h=b?f.length:f.length-g-1,0==(v=f.length-h)&&(v=h-1),l[v]=!1,a[v]=h,f.splice(g+1,h));f.length&&!f[f.length-1];)f.pop();g=f.lastIndexOf(!1),y=f.some(m),b=f.every(m)}return{colSpans:a,hiddenColumns:l}}var Ln=function(){function e(e){var t=this;this.columns=[],this.resizable=!1,this.isRtl=!1,this.setIsRtl=function(e){t.isRtl=e},this.onResize=e,this.dragHandler=this.dragHandler.bind(this)}return e.prototype.dragHandler=function(e,t,n,r){var o=e.originalEvent;r||(o.preventDefault(),o.stopPropagation(),o.stopImmediatePropagation());var i=n.parentElement;if(i&&i.parentElement){var a,l=i.clientWidth;if(this.isRtl?(a=n.getBoundingClientRect().right-n.offsetWidth/2-e.clientX,a+=l):a=l+e.clientX-n.getBoundingClientRect().left-n.offsetWidth/2,r||!(Math.abs(a-l)<1)){this.setWidths(t,Math.floor(a)/l);var s=this.columns.filter((function(e){return!e.children.length})).indexOf(t);this.onResize(s,l,a,o,r)}}},e.prototype.setWidths=function(e,t){for(var n=this.columns.indexOf(e),r=[],o=e.children.length,i=n+1;o>0&&i<this.columns.length;i++,o--){var a=this.columns[i];a.children.length?o+=a.children.length:r.push(a)}0===r.length&&r.push(e),r.forEach((function(e){var n=e.width?parseFloat(e.width.toString())*t:0,r=void 0===e.minResizableWidth?10:e.minResizableWidth;n<r&&(n=r),e.width=Math.floor(n)})),this.updateColElements(r)},e.prototype.updateColElements=function(e){for(var t=this.columns.filter((function(e){return!e.children.length})),n=1e-10,r=0;r<e.length;r++){var o=t.indexOf(e[r]),i=parseFloat((e[r].width||0).toString());n+=i-Math.floor(i);var a=Math.floor(i)+Math.floor(n);n-=Math.floor(n),this.setColWidth(this.colGroupMain&&this.colGroupMain.children[o],a),this.setColWidth(this.colGroupHeader&&this.colGroupHeader.children[o],a),this.setColWidth(this.colGroupFooter&&this.colGroupFooter.children[o],a)}},e.prototype.setColWidth=function(e,t){e&&(e.style.width=t+"px")},e}(),Nn=function(){function e(e,t,n){var r=this;this.columns=[],this.reorderable=!1,this.groupable=!1,this.startColumn=-1,this.startGroup=-1,this.currentColumn=-1,this.currentGroup=-1,this.dropElementClue=null,this.dragElementClue=null,this.groupPanelDivElement=null,this.refGroupPanelDiv=function(e){r.groupPanelDivElement=e},this.refDropElementClue=function(e){r.dropElementClue=e},this.refDragElementClue=function(e){r.dragElementClue=e},this.pressHandler=function(e,t){var n=r.getColumnIndex(e,t);if(r.startGroup=r.getGroupIndex(e),n>=0){var o=r.columns[n];(o.reorderable&&r.reorderable||o.groupable&&r.groupable)&&(r.startColumn=n)}},this.dragHandler=function(e,t){if(e.isTouch||e.originalEvent.preventDefault(),e.originalEvent.stopPropagation(),-1!==r.startColumn||-1!==r.startGroup){r.currentColumn=r.getColumnIndex(e,t),r.currentGroup=r.getGroupIndex(e),r.groupPanelDivElement&&r.startGroup>=0&&(r.currentGroup=Math.min(r.currentGroup,r.groupPanelDivElement.children.length-2));var n=!r.isValid();n&&(r.currentColumn=-1,r.currentGroup=-1);var o=r.currentColumn>=0?t.children[r.columns[r.currentColumn].index]:r.groupPanelDivElement&&r.groupPanelDivElement.children[r.currentGroup];r.updateDragElementClue(e,t,o,n),r.updateDropElementClue(e,t,o,n)}},this.releaseHandler=function(e){var t=r.startColumn,n=r.currentColumn,o=r.startGroup,i=r.currentGroup;r.dropElementClue&&r.dropElementClue.setState({visible:!1}),r.dragElementClue&&r.dragElementClue.setState({visible:!1});var a=r.isValid();r.startColumn=r.startGroup=r.currentColumn=r.currentGroup=-1,a&&(t>=0&&n>=0?r.columnReorder(t,n,e.originalEvent):o>=0&&i>=0?r.groupReorder(o,i,e.originalEvent):t>=0&&i>=0&&r.columnToGroup(t,i,e.originalEvent))},this.columnReorder=e,this.groupReorder=t,this.columnToGroup=n}return e.prototype.getColumnIndex=function(e,t){if(!t||t.parentElement===this.groupPanelDivElement)return-1;var n=vn(e,t);if(-1===n)return-1;for(var r=function(e){if(t.parentNode.children[e]===t)return{value:o.columns.findIndex((function(t){return t.index===n&&t.depth===e}))}},o=this,i=0;i<t.parentNode.children.length;i++){var a=r(i);if("object"==typeof a)return a.value}return-1},e.prototype.getGroupIndex=function(e){return vn(e,this.groupPanelDivElement)},e.prototype.isValid=function(){return this.startGroup>=0?this.currentGroup>=0&&this.currentGroup!==this.startGroup:-1!==this.startColumn&&(this.currentGroup>=0?!0===this.columns[this.startColumn].groupable&&!0===this.groupable:!0===this.reorderable&&this.currentColumn>=0&&this.currentColumn!==this.startColumn&&!0===this.columns[this.startColumn].reorderable&&this.columns[this.currentColumn].parentIndex===this.columns[this.startColumn].parentIndex)},e.prototype.updateDragElementClue=function(e,t,n,r){if(this.dragElementClue){var o=this.startColumn>=0?t.children[this.columns[this.startColumn].index].innerText:t.innerText;this.dragElementClue.setState({visible:!0,top:e.pageY+10,left:e.pageX,innerText:o,status:r||!n?"k-i-cancel":"k-i-plus"})}},e.prototype.updateDropElementClue=function(e,t,n,r){if(this.dropElementClue)if(!r&&n){var o=n.getBoundingClientRect(),i=o.left+e.pageX-e.clientX-6;(this.currentColumn>this.startColumn||this.currentGroup>this.startGroup&&-1!==this.startGroup)&&(i+=o.width);var a=o.top+e.pageY-e.clientY;this.dropElementClue.setState({visible:!0,top:a,left:i,height:this.currentColumn>=0?t.clientHeight:o.height})}else this.dropElementClue.setState({visible:!1})},e}(),Bn=n(994),Tn=n(7827),Fn=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),jn=function(e){function t(t){var n=e.call(this,t)||this;return n.elementRef=i.createRef(),n.state={visible:!1,top:0,left:0,innerText:"",status:"k-i-cancel"},n.hiddenElementRef=i.createRef(),n}return Fn(t,e),Object.defineProperty(t.prototype,"element",{get:function(){return this.elementRef.current},enumerable:!1,configurable:!0}),t.prototype.render=function(){var e=this.hiddenElementRef.current,t=this.state.status,n=this.state.visible&&Tn.N&&(0,Bn.createPortal)(i.createElement("div",{ref:this.elementRef,className:"k-header k-drag-clue",style:{display:"block",position:"absolute",zIndex:2e4,padding:"8px 12px",top:this.state.top+"px",left:this.state.left+"px"}},i.createElement(En.a,{className:"k-drag-status",name:t,icon:"k-i-cancel"===t?We:Ye}),this.state.innerText),e&&e.ownerDocument?e.ownerDocument.body:document.body);return i.createElement(i.Fragment,null,n,i.createElement("div",{ref:this.hiddenElementRef,style:{display:"none"}}))},t}(i.PureComponent),An=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),qn=function(e){function t(t){var n=e.call(this,t)||this;return n.state={height:0,visible:!1,left:0,top:0},n.hiddenElementRef=i.createRef(),n}return An(t,e),t.prototype.render=function(){var e=this.hiddenElementRef.current,t=this.state.visible&&Tn.N&&(0,Bn.createPortal)(i.createElement("div",{className:"k-grouping-dropclue",style:{zIndex:1e4,display:"block",top:this.state.top+"px",left:this.state.left+"px",height:this.state.height+"px"}}),e&&e.ownerDocument?e.ownerDocument.body:document.body);return i.createElement(i.Fragment,null,t,i.createElement("div",{ref:this.hiddenElementRef,style:{display:"none"}}))},t}(i.PureComponent),Gn=n(4071),Kn=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Wn=function(){return Wn=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Wn.apply(this,arguments)},Un=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.onChange=function(e){t.props.onFilterChange.call(void 0,{nextFilter:Wn(Wn({},t.props.filter),{value:e.value})})},t}return Kn(t,e),t.prototype.render=function(){var e=(0,Ve.provideLocalizationService)(this),t=this.props.ariaLabel,n=void 0===t?e.toLanguageString(te,He[te]):t;return i.createElement(Gn.z,{value:this.props.filter.value||"",onChange:this.onChange,"aria-label":n})},t.propTypes={filter:a.object.isRequired,onFilterChange:a.func.isRequired,ariaLabel:a.string},t}(i.Component);(0,Ve.registerForLocalization)(Un);var Yn=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Zn=function(){return Zn=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Zn.apply(this,arguments)},Xn=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.onChange=function(e){t.props.onFilterChange.call(void 0,{nextFilter:Zn(Zn({},t.props.filter),{value:e.value})})},t}return Yn(t,e),t.prototype.render=function(){var e=(0,Ve.provideLocalizationService)(this),t=this.props,n=t.min,r=t.max,o=t.filter,a=t.ariaLabel,l=void 0===a?e.toLanguageString(ee,He[ee]):a;return i.createElement(_e.N,{value:"number"==typeof o.value?o.value:null,onChange:this.onChange,ariaLabel:l,"aria-valuemin":n,"aria-valuemax":r,min:n,max:r})},t.propTypes={filter:a.object.isRequired,onFilterChange:a.func.isRequired},t}(i.Component);(0,Ve.registerForLocalization)(Xn);var Qn=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Jn=function(){return Jn=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Jn.apply(this,arguments)},$n=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.onChange=function(e){t.props.onFilterChange.call(void 0,{nextFilter:Jn(Jn({},t.props.filter),{value:e.value})})},t}return Qn(t,e),t.prototype.render=function(){var e=this.props.filter;return i.createElement(gt.Mt,{value:e.value||null,onChange:this.onChange,ariaLabel:this.props.ariaLabel})},t.propTypes={filter:a.object.isRequired,onFilterChange:a.func.isRequired,ariaLabel:a.string},t}(i.Component),er=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),tr=function(){return tr=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},tr.apply(this,arguments)},nr=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.onChange=function(e){t.props.onFilterChange.call(void 0,{nextFilter:tr(tr({},t.props.filter),{value:e.value.value})})},t}return er(t,e),t.prototype.render=function(){var e=(0,Ve.provideLocalizationService)(this),t=this.props,n=t.filter,r=t.data,o=void 0===r?[]:r,a=t.defaultItem,l=t.ariaLabel,s=void 0===l?e.toLanguageString($,He[$]):l,c=o.map((function(t){return tr(tr({},t),{text:e.toLanguageString(t.text,He[t.text]||t.text)})}));return i.createElement(Ne.NB,{value:c.find((function(e){return e.value===n.value}))||null,onChange:this.onChange,defaultItem:a,data:c,textField:"text",ariaLabel:s})},t.propTypes={filter:a.object.isRequired,onFilterChange:a.func.isRequired,data:a.arrayOf(a.shape({text:a.string,value:a.any})),defaultItem:a.any,ariaLabel:a.string},t}(i.Component);(0,Ve.registerForLocalization)(nr);var rr=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),or=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.data=[{text:B,value:!0},{text:T,value:!1}],t}return rr(t,e),t.prototype.render=function(){return i.createElement(nr,{filter:this.props.filter,onFilterChange:this.props.onFilterChange,data:this.props.data||this.data,defaultItem:this.props.defaultItem,ariaLabel:this.props.ariaLabel})},t.propTypes={filter:a.object.isRequired,onFilterChange:a.func.isRequired,data:a.arrayOf(a.shape({text:a.string,value:a.any})),ariaLabel:a.string,defaultItem:a.any},t}(i.Component),ir=n(1267),ar=n(2540),lr=function(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))},sr=[{text:V,operator:"contains"},{text:P,operator:"doesnotcontain"},{text:k,operator:"eq"},{text:I,operator:"neq"},{text:H,operator:"startswith"},{text:D,operator:"endswith"},{text:O,operator:"isnull"},{text:E,operator:"isnotnull"},{text:M,operator:"isempty"},{text:S,operator:"isnotempty"}],cr=[{text:k,operator:"eq"},{text:I,operator:"neq"},{text:_,operator:"gte"},{text:R,operator:"gt"},{text:L,operator:"lte"},{text:N,operator:"lt"},{text:O,operator:"isnull"},{text:E,operator:"isnotnull"}],ur=[{text:k,operator:"eq"},{text:I,operator:"neq"},{text:F,operator:"gte"},{text:j,operator:"gt"},{text:A,operator:"lt"},{text:q,operator:"lte"},{text:O,operator:"isnull"},{text:E,operator:"isnotnull"}],pr=[{text:k,operator:"eq"},{text:I,operator:"neq"}],dr=function(){function e(){}return Object.defineProperty(e,"text",{get:function(){return lr([],sr,!0)},enumerable:!1,configurable:!0}),Object.defineProperty(e,"numeric",{get:function(){return lr([],cr,!0)},enumerable:!1,configurable:!0}),Object.defineProperty(e,"date",{get:function(){return lr([],ur,!0)},enumerable:!1,configurable:!0}),Object.defineProperty(e,"boolean",{get:function(){return lr([],pr,!0)},enumerable:!1,configurable:!0}),e}(),hr=function(e){return"contains"===e||"doesnotcontain"===e||"startswith"===e||"endswith"===e},vr=function(e){return"isnull"===e||"isnotnull"===e||"isempty"===e||"isnotempty"===e},fr=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),mr=function(){return mr=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},mr.apply(this,arguments)},gr=function(e){void 0!==e.value||vr(e.operator)||(e.value=hr(e.operator)?"":null)},yr=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.onFieldChange=function(e){var n=e.value.name,r=t.props.fields.find((function(e){return e.name===n})),o=t.props.filter,i=r&&!r.operators.some((function(e){return e.operator===o.operator}))?r.operators[0].operator:o.operator,a={field:n,operator:i};gr(a),t.triggerOnFilterChange(o,a,e)},t.onOperatorChange=function(e){var n,r=e.value.operator,o=t.props.filter;if(vr(r)){o.value;var i=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(o,["value"]);n=mr(mr({},i),{operator:r})}else n=mr(mr({},o),{operator:r});gr(n),t.triggerOnFilterChange(o,n,e)},t.onInputChange=function(e){var n=t.props.filter,r=e.nextFilter;if(vr(r.operator)){var o=t.props.fields.find((function(e){return e.name===r.field}));r=mr(mr({},r),{operator:o&&o.operators[0].operator||r.operator})}t.triggerOnFilterChange(n,r,e)},t.triggerOnFilterChange=function(e,n,r){var o={prevFilter:e,nextFilter:n,syntheticEvent:r.syntheticEvent,nativeEvent:r.nativeEvent,target:t};t.props.onChange.call(void 0,o)},t.onFilterRemove=function(e){var n={filter:t.props.filter,syntheticEvent:e.syntheticEvent,nativeEvent:e.nativeEvent,target:t};t.props.onRemove.call(void 0,n)},t}return fr(t,e),t.prototype.render=function(){var e=(0,Ve.provideLocalizationService)(this),t=this.props,n=t.fields,r=t.filter,o=t.ariaLabel,a=void 0===o?e.toLanguageString(X,He[X]):o,l=n.find((function(e){return e.name===r.field})),s=(l&&l.operators||[]).map((function(t){return mr(mr({},t),{text:e.toLanguageString(t.text,He[t.text]||t.text)})}));return i.createElement("div",{className:"k-filter-toolbar"},i.createElement(ir.o,{keyboardNavigation:!1,role:"toolbar",ariaLabel:a},i.createElement(ar.E,{className:"k-filter-field"},i.createElement(Ne.NB,{className:"k-filter-dropdown",data:n,textField:"label",value:n.find((function(e){return e.name===r.field})),onChange:this.onFieldChange,ariaLabel:e.toLanguageString(Q,He[Q])})),i.createElement(ar.E,{className:"k-filter-operator"},i.createElement(Ne.NB,{data:s,textField:"text",value:s.find((function(e){return e.operator===r.operator})),onChange:this.onOperatorChange,ariaLabel:e.toLanguageString(J,He[J])})),i.createElement(ar.E,{className:"k-filter-value"},l&&i.createElement(l.filter,{filter:r,onFilterChange:this.onInputChange,min:l.min,max:l.max})),i.createElement(c.z,{className:"k-toolbar-button",title:e.toLanguageString(Y,He[Y]),icon:"x",svgIcon:Ue,fillMode:"flat",type:"button",onClick:this.onFilterRemove})))},t.propTypes={filter:a.object.isRequired,fields:a.array.isRequired,ariaLabel:a.string,onChange:a.func.isRequired,onRemove:a.func.isRequired},t}(i.Component);(0,Ve.registerForLocalization)(yr);var br=function(e){return null!=e},wr=function(e){return null==e},zr=function(e){return Array.isArray(e)},xr=function(e){return"function"==typeof e},Cr=function(e){return"string"==typeof e},kr=function(e){return e&&e.getTime},Ir=function(e){return br(e.filters)},Or=function(e,t,n){return function(r){return e(r)?t(r):n(r)}},Er=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return function(t){return e.reduceRight((function(e,t){return t(e)}),t)}},Mr=("",{}),Sr=/\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g;Mr[void 0]=function(e){return e};var Hr,Vr=function(e,t){var n=e+t;if(Mr[n])return Mr[n];var r=[];return e.replace(Sr,(function(e,t,n,o){r.push(br(t)?t:n||o)})),Mr[n]=function(e){for(var n=e,o=0;o<r.length;o++)if(n=n[r[o]],!br(n)&&t)return n;return n},Mr[n]},Pr=function(e){return function(t){return[e,t]}},Dr=function(){return null},_r=function(e){return function(t){return br(e(t))}},Rr=function(e){return function(t){return function(e){return br(e)&&zr(e)&&e.length>0}(e(t))}},Lr=function(e,t){return Or(e,t,Dr)},Nr=function(e,t){return function(n){return e(n).map(t).join("~")}},Br=Er.apply(void 0,[['"',""],[":","-"]].map((function(e){var t=e[0],n=e[1];return function(e){return e.replace(new RegExp(t,"g"),n)}}))),Tr=(".",function(e){return e.slice(0,e.indexOf("."))}),Fr=function(e){var t=e.field,n=e.dir;return t+"-"+(void 0===n?"asc":n)},jr=Vr("take"),Ar=Vr("aggregates"),qr=Vr("skip"),Gr=Vr("group"),Kr=Vr("sort",!0),Wr=Nr(Kr,Fr),Ur=Nr(Gr,Fr),Yr=Nr(Ar,(function(e){return e.field+"-"+e.aggregate})),Zr=Er((function(e){return"datetime'"+e+"'"}),Tr,Br,JSON.stringify,(function(e){return new Date(Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()))})),Xr=Er(Pr("page"),(function(e){var t=e.skip,n=e.take;return Math.floor((t||0)/n)+1})),Qr=Er(Pr("pageSize"),jr),Jr=Er(Pr("group"),Ur),$r=Er(Pr("sort"),Wr),eo=Er(Pr("aggregate"),Yr),to=(Lr(_r(qr),Xr),Lr(_r(jr),Qr),Lr(Rr(Gr),Jr),Lr(_r(Ar),eo),Er(Lr(Rr(Kr),$r),(function(e){return Object.assign({},e,{sort:(Kr(e)||[]).filter((function(e){var t=e.dir;return!function(e){return wr(e)||0===e.trim().length}(t)}))})})),function(e){return e.field+"~"+e.operator+"~"+e.value}),no=(Or((function(e){return kr(e.value)}),Er(to,(function(e){var t=e.field,n=e.value,r=e.ignoreCase,o=e.operator;return{value:Zr(n),field:t,ignoreCase:r,operator:o}})),to),function(e,t,n){return t[e]=n,t}),ro=function(e){return function(t){var n,r=t[e];return br(r)?r:t[(n=e,n.replace(/(^[A-Z])/g,(function(e,t){return t.toLowerCase()})))]}},oo=(ro("Member"),ro("AggregateMethodName"),ro("Value"),function(e){return function(t){return Object.keys(t).reduce(e.bind(null,t),{})}}),io=oo((function(e,t,n){return no(n.toLowerCase(),t,e[n])})),ao=oo((function(e,t,n){return no(n,t,io(e[n]))})),lo=function(e,t){return br(e)?e:t},so=Er((function(e){var t=e.field,n=e.hasSubgroups,r=e.value,o=e.aggregates,i=e.items;return{aggregates:ao(o),field:t,items:n?i.map(so):i,value:r}}),(function(e){return{aggregates:e.Aggregates||e.aggregates,field:e.Member||e.member||e.field,hasSubgroups:e.HasSubgroups||e.hasSubgroups||!1,items:e.Items||e.items,value:lo(e.Key,lo(e.key,e.value))}})),co=function(e,t){return wr(e)?e===t?0:-1:wr(t)?1:e.localeCompare?e.localeCompare(t):e>t?1:e<t?-1:0},uo=function(e,t){return co(t,e)},po=function(e){if("function"==typeof e.compare)return e.compare;var t=Vr(e.field,!0);return function(n,r){return("asc"===e.dir?co:uo)(t(n),t(r))}},ho=function(e,t){return 0},vo=function(e){return function(t){return function(n,r,o){return t(n,e(r,o))}}},fo=(vo((function(e){return e})),function(e){e.filters&&(e.filters=e.filters.map((function(e){var t,n=Object.assign({},e);return!Ir(e)&&Cr(e.operator)&&(n.operator={"!=":"neq","<":"lt","<=":"lte","==":"eq",">":"gt",">=":"gte",equal:"eq",equals:"eq",equalto:"eq",ge:"gte",greater:"gt",greaterthan:"gt",greaterthanequal:"gte",isempty:"isempty",isequalto:"eq",isgreaterthan:"gt",isgreaterthanorequalto:"gte",islessthan:"lt",islessthanorequalto:"lte",isnotempty:"isnotempty",isnotequalto:"neq",isnull:"isnull",le:"lte",less:"lt",lessthan:"lt",lessthanequal:"lte",ne:"neq",notequal:"neq",notequals:"neq",notequalto:"neq",notsubstringof:"doesnotcontain"}[(t=e.operator).toLowerCase()]||t),Ir(e)&&fo(n),n})))}),mo={or:{concat:function(e,t){return function(n){return e(n)||t(n)}},identity:function(){return!1}},and:{concat:function(e,t){return function(n){return e(n)&&t(n)}},identity:function(){return!0}}},go={contains:function(e,t){return(e||"").indexOf(t)>=0},doesnotcontain:function(e,t){return-1===(e||"").indexOf(t)},doesnotendwith:function(e,t){return(e||"").indexOf(t,(e||"").length-(t||"").length)<0},doesnotstartwith:function(e,t){return-1===(e||"").lastIndexOf(t,0)},endswith:function(e,t){return(e||"").indexOf(t,(e||"").length-(t||"").length)>=0},eq:function(e,t){return e===t},gt:function(e,t){return e>t},gte:function(e,t){return e>=t},isempty:function(e){return""===e},isnotempty:function(e){return""!==e},isnotnull:function(e){return br(e)},isnull:function(e){return wr(e)},lt:function(e,t){return e<t},lte:function(e,t){return e<=t},neq:function(e,t){return e!=t},startswith:function(e,t){return 0===(e||"").lastIndexOf(t,0)}},yo=/^\/Date\((.*?)\)\/$/,bo=function(e){var t=e.field,n=e.ignoreCase,r=e.value,o=e.operator;t=br(t)?t:function(e){return e},n=!br(n)||n;var i=function(e,t,n){if(!br(t))return e;var r=e;if(Cr(t)){var o=yo.exec(t);o?t=new Date(+o[1]):r=function(t){var r=e(t);return"string"==typeof r&&n?r.toLowerCase():function(e){return!isNaN(e-parseFloat(e))}(r)?r+"":r}}return kr(t)?function(e){var t=r(e);return kr(t)?t.getTime():t}:r}(xr(t)?t:Vr(t,!0),r,n);r=function(e,t){if(null!=e&&Cr(e)){var n=yo.exec(e);if(n)return new Date(+n[1]).getTime();if(t)return e.toLowerCase()}else if(null!=e&&kr(e))return e.getTime();return e}(r,n);var a=xr(o)?o:go[o];return function(e){return a(i(e),r,n)}},wo=function(e){var t=mo[e.logic];return e.filters.filter(br).map((function(e){return Ir(e)?wo(e):bo(e)})).reduce(t.concat,t.identity)},zo=function(e,t){return!br(t)||Ir(t)&&0===t.filters.length?e:e.filter(function(e){return e&&0!==e.filters.length?wo(e):function(){return!0}}(function(e){return br(e)&&(e=function(e){return Ir(e)?Object.assign({},e):{filters:zr(e)?e:[e],logic:"and"}}(e),fo(e)),e}(t)))},xo=(vo((function(e){return e})),function(e,t){if(t.some((function(e){return br(e.dir)||br(e.compare)}))){e=e.slice(0);var n=function(e){return e.filter((function(e){return br(e.dir)||br(e.compare)})).map((function(e){return po(e)})).reduce((function(e,t){return function(n,r){return e(n,r)||t(n,r)}}),ho)}(t);e.sort(n)}return e});!function(e){e.Contains="contains",e.DoesNotContain="doesnotcontain",e.DoesNotEndWith="doesnotendwith",e.DoesNotStartWith="doesnotstartwith",e.EndsWith="endswith",e.EqualTo="eq",e.GreaterThan="gt",e.GreaterThanOrEqual="gte",e.IsEmpty="isempty",e.IsNotEmpty="isnotempty",e.IsNotNull="isnotnull",e.IsNull="isnull",e.LessThan="lt",e.LessThanOrEqual="lte",e.NotEqualTo="neq",e.StartsWith="startswith"}(Hr||(Hr={}));var Co=n(7711),ko=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Io=function(){return Io=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Io.apply(this,arguments)},Oo=function(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))},Eo=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.onGroupRemove=function(e){var n={filter:t.props.filter,target:t,syntheticEvent:e,nativeEvent:e.nativeEvent};t.props.onRemove.call(void 0,n)},t.onAddExpression=function(e){var n=t.props.filter,r=t.props.fields[0],o={field:r.name,operator:r.operators[0].operator};o.value=hr(o.operator)?"":null;var i={nextFilter:Io(Io({},n),{filters:Oo(Oo([],n.filters,!0),[o],!1)}),prevFilter:n,target:t,syntheticEvent:e,nativeEvent:e.nativeEvent};t.props.onChange.call(void 0,i)},t.onAddGroup=function(e){var n=t.props.filter,r={nextFilter:Io(Io({},n),{filters:Oo(Oo([],n.filters,!0),[Io({},t.props.defaultGroupFilter)],!1)}),prevFilter:n,target:t,syntheticEvent:e,nativeEvent:e.nativeEvent};t.props.onChange.call(void 0,r)},t.onLogicAnd=function(e){return t.changeLogic("and",e)},t.onLogicOr=function(e){return t.changeLogic("or",e)},t.changeLogic=function(e,n){var r=t.props.filter;if(r.logic!==e){var o={nextFilter:Io(Io({},r),{logic:e}),prevFilter:r,target:t,syntheticEvent:n,nativeEvent:n.nativeEvent};t.props.onChange.call(void 0,o)}},t.replaceFilter=function(e,n){var r=t.props.filter,o=r.filters.map((function(t){return t===e?n:t}));return Io(Io({},r),{filters:o})},t.onChange=function(e){var n={nextFilter:t.replaceFilter(e.prevFilter,e.nextFilter),prevFilter:t.props.filter,syntheticEvent:e.syntheticEvent,nativeEvent:e.nativeEvent,target:t};t.props.onChange.call(void 0,n)},t.onRemove=function(e){var n=t.props.filter,r=n.filters.filter((function(t){return t!==e.filter})),o={nextFilter:Io(Io({},n),{filters:r}),prevFilter:n,syntheticEvent:e.syntheticEvent,nativeEvent:e.nativeEvent,target:t};t.props.onChange.call(void 0,o)},t}return ko(t,e),t.prototype.render=function(){var e=this,n=(0,Ve.provideLocalizationService)(this),r=this.props,o=r.fields,a=r.filter,l=r.ariaLabel,s=void 0===l?n.toLanguageString(Z,He[Z]):l;return i.createElement(i.Fragment,null,i.createElement("div",{className:"k-filter-toolbar"},i.createElement(ir.o,{keyboardNavigation:!1,role:"toolbar",ariaLabel:s},i.createElement(Co.h,{className:"k-toolbar-button-group"},i.createElement(c.z,{className:"k-toolbar-button",togglable:!0,onClick:this.onLogicAnd,selected:"and"===a.logic,type:"button"},n.toLanguageString(G,He[G])),i.createElement(c.z,{className:"k-toolbar-button",togglable:!0,onClick:this.onLogicOr,selected:"or"===a.logic,type:"button"},n.toLanguageString(K,He[K]))),i.createElement(c.z,{className:"k-toolbar-button",title:n.toLanguageString(W,He[W]),icon:"filter-add-expression",svgIcon:$e,type:"button",onClick:this.onAddExpression},n.toLanguageString(W,He[W])),i.createElement(c.z,{className:"k-toolbar-button",title:n.toLanguageString(U,He[U]),icon:"filter-add-group",svgIcon:et,type:"button",onClick:this.onAddGroup},n.toLanguageString(U,He[U])),i.createElement(c.z,{className:"k-toolbar-button",title:n.toLanguageString(Y,He[Y]),icon:"x",svgIcon:Ue,fillMode:"flat",type:"button",onClick:this.onGroupRemove}))),a.filters.length>0&&i.createElement("ul",{role:"group",className:"k-filter-lines"},a.filters.map((function(n,r){return i.createElement("li",{role:"treeitem",key:r,className:"k-filter-item"},Ir(n)?i.createElement(t,{filter:n,fields:o,onChange:e.onChange,onRemove:e.onRemove,defaultGroupFilter:e.props.defaultGroupFilter,ariaLabel:e.props.ariaLabel,ariaLabelExpression:e.props.ariaLabelExpression}):i.createElement(yr,{filter:n,fields:o,ariaLabel:e.props.ariaLabelExpression,onChange:e.onChange,onRemove:e.onRemove}))}))))},t.propTypes={filter:a.object.isRequired,fields:a.array.isRequired,ariaLabel:a.string,ariaLabelExpression:a.string,onChange:a.func.isRequired,onRemove:a.func.isRequired,defaultGroupFilter:a.object.isRequired},t}(i.Component);(0,Ve.registerForLocalization)(Eo);var Mo=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),So=function(){return So=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},So.apply(this,arguments)},Ho=function(e){function t(t){var n=e.call(this,t)||this;return n.onFilterChange=function(e){var t={filter:e.nextFilter,syntheticEvent:e.syntheticEvent,nativeEvent:e.nativeEvent,target:n};n.props.onChange.call(void 0,t)},n.onGroupRemove=function(e){var t={filter:So(So({},n.props.value),{filters:[]}),syntheticEvent:e.syntheticEvent,nativeEvent:e.nativeEvent,target:n};n.props.onChange.call(void 0,t)},(0,Fe.s)(tt),n}return Mo(t,e),t.prototype.render=function(){return i.createElement("div",{className:(0,l.A)("k-filter",this.props.className),style:this.props.style},i.createElement("ul",{role:"tree",className:"k-filter-container","aria-label":this.props.ariaLabel},i.createElement("li",{role:"treeitem",className:"k-filter-group-main"},i.createElement(Eo,{filter:this.props.value,fields:this.props.fields,ariaLabel:this.props.ariaLabelGroup,ariaLabelExpression:this.props.ariaLabelExpression,onChange:this.onFilterChange,onRemove:this.onGroupRemove,defaultGroupFilter:this.props.defaultGroupFilter||{logic:"and",filters:[]}}))))},t.propTypes={className:a.string,style:a.object,fields:function(e,t){var n=e[t];return void 0===n?new Error("Property '".concat(t,"' is missing.")):Array.isArray(n)?Object.keys(n.reduce((function(e,t){var n;return So(So({},e),((n={})[t.name]=1,n))}),{})).length!==n.length?new Error("Property '".concat(t,"' needs to contain objects with unique 'name' field.")):null:new Error("Property '".concat(t,"' needs to be Array<FieldSettings>."))},ariaLabelGroup:a.string,ariaLabelExpression:a.string,value:a.object.isRequired,onChange:a.func.isRequired},t}(i.Component),Vo=n(1754),Po=n(3218),Do=function(e){return i.createElement("div",{onClick:e.onClick,className:(0,l.A)("k-columnmenu-item",{"k-selected":e.selected},{"k-disabled":e.disabled})},(e.iconClass||e.svgIcon)&&i.createElement(En.a,{name:e.iconClass?(0,Po.iJ)(e.iconClass):void 0,icon:e.svgIcon}),e.title)},_o=n(1533),Ro=function(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))},Lo=[{text:ve,operator:"contains"},{text:fe,operator:"doesnotcontain"},{text:le,operator:"eq"},{text:se,operator:"neq"},{text:he,operator:"startswith"},{text:me,operator:"endswith"},{text:ce,operator:"isnull"},{text:ue,operator:"isnotnull"},{text:pe,operator:"isempty"},{text:de,operator:"isnotempty"}],No=[{text:le,operator:"eq"},{text:se,operator:"neq"},{text:ge,operator:"gte"},{text:ye,operator:"gt"},{text:be,operator:"lte"},{text:we,operator:"lt"},{text:ce,operator:"isnull"},{text:ue,operator:"isnotnull"}],Bo=[{text:le,operator:"eq"},{text:se,operator:"neq"},{text:xe,operator:"gte"},{text:Ce,operator:"gt"},{text:ke,operator:"lt"},{text:Ie,operator:"lte"},{text:ce,operator:"isnull"},{text:ue,operator:"isnotnull"}],To=[{text:ze,operator:""}],Fo=function(){function e(){}return Object.defineProperty(e,"text",{get:function(){return Ro([],Lo,!0)},enumerable:!1,configurable:!0}),Object.defineProperty(e,"numeric",{get:function(){return Ro([],No,!0)},enumerable:!1,configurable:!0}),Object.defineProperty(e,"date",{get:function(){return Ro([],Bo,!0)},enumerable:!1,configurable:!0}),Object.defineProperty(e,"boolean",{get:function(){return Ro([],To,!0)},enumerable:!1,configurable:!0}),e}(),jo=function(){return jo=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},jo.apply(this,arguments)},Ao=function(e){var t=e.filter,n=e.onFilterChange,r=e.operators,o=e.initialFilter,a=i.useCallback((function(e){var r=t,i=e.target.value.operator,a=r?jo(jo({},r),{operator:i}):{value:o.value,operator:i};n.call(void 0,e.syntheticEvent,a,r)}),[t,n,o]),l=i.useCallback((function(e){var o=e.target.value,i=t,a=i?jo(jo({},i),{value:o}):{value:o,operator:r[0].operator};n.call(void 0,e,a,i)}),[t,n,r]),s=(0,Ve.useLocalization)(),c=r.map((function(e){return jo(jo({},e),{text:s.toLanguageString(e.text,He[e.text])})}));return i.createElement(i.Fragment,null,i.createElement(Ne.NB,{value:c.find((function(e){return e.operator===t.operator}))||null,onChange:a,data:c,textField:"text"}),i.createElement(e.input,{value:t.value,onChange:l}))},qo=function(e){var t=e.filter,n=e.onFilterChange,r=i.useCallback((function(e){return n.call(void 0,e.syntheticEvent,jo(jo({},t),{value:e.value}),t)}),[t,n]),o=Fo.boolean[0].text;return i.createElement(_o.X,{onChange:r,checked:t.value,label:(0,Ve.useLocalization)().toLanguageString(o,He[o]),labelPlacement:"after"})},Go=function(e){var t=i.useCallback((function(e){return i.createElement(kt.II,jo({},e,{value:e.value||""}))}),[]),n=i.useRef(Fo.text),r=i.useRef({operator:"",value:""});return i.createElement(Ao,jo({initialFilter:r.current,input:t,operators:e.operators||n.current},e))},Ko=function(e){var t=i.useCallback((function(e){return i.createElement(_e.N,jo({},e,{value:e.value||null}))}),[]),n=i.useRef(Fo.numeric),r=i.useRef({operator:"",value:null});return i.createElement(Ao,jo({initialFilter:r.current,input:t,operators:e.operators||n.current},e))},Wo=function(e){var t=i.useCallback((function(e){return i.createElement(gt.Mt,jo({},e,{value:e.value||null}))}),[]),n=i.useRef(Fo.date),r=i.useRef({operator:"",value:null});return i.createElement(Ao,jo({initialFilter:r.current,input:t,operators:e.operators||n.current},e))},Uo=function(){return Uo=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Uo.apply(this,arguments)},Yo=[{text:Oe,logic:"and"},{text:Ee,logic:"or"}],Zo=function(e){var t=(0,Ve.useLocalization)(),n=(e.data||Yo).map((function(e){return Uo(Uo({},e),{text:t.toLanguageString(e.text,He[e.text])})}));return i.createElement(Ne.NB,Uo({onChange:e.onChange,className:"k-filter-and",textField:"text"},e,{data:n,value:n.find((function(t){return t.logic===e.value}))}))},Xo=n(8686),Qo=function(){return Qo=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Qo.apply(this,arguments)},Jo=function(e){return i.createElement("div",{className:"k-columnmenu-item-content"},i.createElement(Xo.U,{style:{position:"relative",display:"block"}},e.show&&i.createElement("div",{className:"kendo-grid-filter-menu-container"},i.createElement("form",{className:"k-filter-menu k-group k-reset k-state-border-up",onSubmit:e.onSubmit,onReset:e.onReset},i.createElement("div",{className:"k-filter-menu-container"},e.children,i.createElement("div",{className:"k-actions k-hstack k-justify-content-stretch"},e.actions))))))},$o=function(e){var t=(0,Ve.useLocalization)();return i.createElement(Jo,Qo({},e,{actions:i.createElement(i.Fragment,null,i.createElement(c.z,{type:"reset"},t.toLanguageString(ne,He[ne])),i.createElement(c.z,{themeColor:"primary"},t.toLanguageString(re,He[re])))}))},ei=function(){return ei=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},ei.apply(this,arguments)},ti=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},ni=function(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))},ri=function(e){(0,Fe.s)(tt);var t=i.useRef([]),n=e.field,r=e.filter,o=e.sort,a=void 0===o?t.current:o,l=e.onSortChange,s=e.onFilterChange,c=e.initialFilter,u=e.sortAsc,p=void 0!==u&&u,d=e.sortDesc,h=void 0!==d&&d,v=e.filterContent,f=void 0===v?[]:v,m=e.expandFilters,g=void 0!==m&&m,y=i.useState(!1),b=y[0],w=y[1],z=i.useState(g),x=z[0],C=z[1],k=i.useState(n&&c?c(n):null),I=k[0],O=k[1],E=i.useRef(null),M=i.useRef(null),S=i.useRef(null),H=i.useRef(!1),V=i.useCallback((function(){return(r||[]).find((function(e){return e.filters.every((function(e){return!Ir(e)&&e.field===n}))}))}),[r,n]),P=i.useCallback((function(){w(!1)}),[]),D=i.useCallback((function(){H.current?H.current=!1:(clearTimeout(S.current),S.current=window.setTimeout((function(){P()})))}),[P]),_=i.useCallback((function(){return clearTimeout(S.current)}),[]),R=i.useCallback((function(e){H.current=b&&e.currentTarget===E.current}),[b]),L=i.useCallback((function(){w(!b),n&&c&&(C(!b&&g),O(b?I:V()||c(n)))}),[V,n,b,I,c,g]);i.useEffect((function(){b&&M.current&&M.current.focus()}),[b]);var N=i.useCallback((function(){return C(!x)}),[x]),B=i.useCallback((function(e,t){var r=ni([],a,!0),o=r.findIndex((function(e){return e.field===n})),i={field:n,dir:t};o>=0?r[o].dir!==i.dir?r.splice(o,1,i):r.splice(o,1):r.push(i),P(),l&&l.call(void 0,e,r,n)}),[a,n,l,P]),T=i.useCallback((function(e,t,n){var r=ei(ei({},I),{filters:ni([],I.filters,!0)}),o=r.filters.indexOf(n);r.filters.splice(o,1,t),O(r)}),[I]),F=i.useCallback((function(e){e.preventDefault();var t=(r||[]).slice(),o=V(),i=o?t.indexOf(o):-1;i>=0?t.splice(i,1,I):t.push(I),P(),s&&s.call(void 0,e,t,n)}),[r,I,n,s,P,V]),j=i.useCallback((function(e){var t=(r||[]).slice(),o=V(),i=o?t.indexOf(o):-1;i>=0&&t.splice(i,1),c&&O(c(n)),P(),s&&s.call(void 0,e,t,n)}),[r,n,s,c,P,V]),A=i.useCallback((function(e){return B(e,"asc")}),[B]),q=i.useCallback((function(e){return B(e,"desc")}),[B]),G=i.useCallback((function(e){return I&&O(ei(ei({},I),{logic:e.value.logic}))}),[I]),K=a.find((function(e){return e.field===n}))||{dir:""},W=f[0],U=f[1],Y=f[2],Z=(0,Ve.useLocalization)(),X=[p||h?i.createElement("div",{className:"k-columnmenu-item-wrapper",key:"sorting"},p&&i.createElement(Do,{title:Z.toLanguageString(ie,He[ie]),iconClass:"k-i-sort-asc-small",svgIcon:Ze,selected:"asc"===K.dir,onClick:A}),h&&i.createElement(Do,{title:Z.toLanguageString(ae,He[ae]),iconClass:"k-i-sort-desc-small",svgIcon:Xe,selected:"desc"===K.dir,onClick:q})):null,I&&f.length>0?i.createElement("div",{className:"k-columnmenu-item-wrapper",key:"filtering"},i.createElement(Do,{iconClass:"k-i-filter",svgIcon:Qe,title:Z.toLanguageString(oe,He[oe]),onClick:N}),i.createElement($o,{show:x,onSubmit:F,onReset:j},W&&i.createElement(W,{filter:I.filters[0],onFilterChange:T}),U&&i.createElement(U,{value:I.logic,onChange:G}),Y&&i.createElement(Y,{filter:I.filters[1],onFilterChange:T}))):null],Q=[i.createElement("span",{ref:E,onClick:L,onMouseDown:R,className:"k-grid-header-menu k-grid-column-menu"+(Boolean(V())?" k-active":""),key:"button"},i.createElement(En.a,{name:"more-vertical",icon:Ke})),i.createElement(Vo.G,{anchor:E.current,show:b,key:"popup"},i.createElement("div",{className:"k-grid-columnmenu-popup",ref:M,tabIndex:0,onBlur:D,onFocus:_,style:{outline:"none"}},e.itemsRender?e.itemsRender.call(void 0,X,{closeMenu:P,field:n}):X))];return i.createElement(i.Fragment,null,e.render?e.render.call(void 0,Q):Q)},oi=function(e){var t=e.field,n=ti(e,["field"]),r=i.useCallback((function(e){return{logic:"and",filters:[{operator:"contains",field:e,value:""},{operator:"contains",field:e,value:""}]}}),[]),o=Boolean(e.field),a=o?[Go,Zo,Go]:[];return i.createElement(ri,ei({sortAsc:o,sortDesc:o,filterContent:a,initialFilter:o?r:void 0,field:t},n))},ii=function(e){var t=e.field,n=ti(e,["field"]),r=i.useCallback((function(e){return{logic:"or",filters:[{operator:"eq",field:e,value:null},{operator:"eq",field:e,value:null}]}}),[]),o=Boolean(e.field),a=o?[Ko,Zo,Ko]:[];return i.createElement(ri,ei({sortAsc:o,sortDesc:o,filterContent:a,initialFilter:o?r:void 0,field:t},n))},ai=function(e){var t=e.field,n=ti(e,["field"]),r=i.useCallback((function(e){return{logic:"or",filters:[{operator:"eq",field:e,value:null},{operator:"eq",field:e,value:null}]}}),[]),o=Boolean(e.field),a=o?[Wo,Zo,Wo]:[];return i.createElement(ri,ei({sortAsc:o,sortDesc:o,filterContent:a,initialFilter:o?r:void 0,field:t},n))},li=function(e){var t=e.field,n=ti(e,["field"]),r=i.useCallback((function(e){return{logic:"and",filters:[{operator:"eq",field:e,value:!1}]}}),[]),o=Boolean(e.field),a=o?[qo]:[];return i.createElement(ri,ei({sortAsc:o,sortDesc:o,filterContent:a,initialFilter:o?r:void 0,field:t},n))},si=n(5473),ci=n(8006),ui=function(){return ui=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},ui.apply(this,arguments)},pi=function(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))};function di(e,t,n){var r;return n?ui(ui({},e),((r={})[t]=n.length?pi([],n,!0):void 0,r)):e&&e[t]?pi([],e[t],!0):[]}function hi(e,t,n){var r;if(e[n]){var o=di(e,n,xo(di(e,n),t)),i=di(o,n).map((function(e){return hi(e,t,n)}));return ui(ui({},o),((r={})[n]=i,r))}return e}function vi(e,t,n){var r=xo(e,t);return r.map((function(e){return hi(e,t,n)}))}function fi(e,t,n){var r=di(e,n);if(r&&r.length){r=r.map((function(e){return fi(e,t,n)}));var o=zo(r,{filters:[{filters:t,logic:"and"},{operator:function(e){return Boolean((e[n]||[]).length)}}],logic:"or"});return di(e,n,o)}return e}function mi(e,t,n){var r,o=((r={})[n]=pi([],e,!0),r);return(o=fi(o,t,n))[n]||[]}function gi(e,t,n){for(var r=[],o=[],i=e.length-1;i>=0;i--){var a=e[i];r.push({root:a,data:t(a),level:[i],levelCount:e.length})}for(;r.length>0;){var l=r.pop();if(o.push(ui(ui({dataItem:l.root,level:pi([],l.level,!0)},n(l.root)),{levelCount:l.levelCount})),l.data.length)for(i=l.data.length-1;i>=0;i--)a=l.data[i],r.push({root:a,data:t(a),level:pi(pi([],l.level,!0),[i],!1),levelCount:l.data.length})}return o}var yi=function(e,t,n){var r=function(e,o,i){o.push(ui(ui({},e),{level:i})),function(e){var r=[];return function(e){return Boolean((0,si.q)(t,e))}(e)&&function(e){return Boolean((0,si.q)(n,e))}(e)&&r.push.apply(r,(0,si.q)(n,e)),r}(e).forEach((function(e){return r(e,o,i+1)}))},o=[];return e.forEach((function(e){return r(e,o,0)})),o},bi=function(e,t,n,r){var o,i={},a=[];return e.forEach((function(e){return i[t(e)]=ui({},e)})),e.forEach((function(e){(o=i[n(e)])?(o[r]=o[r]||[],o[r].push(i[t(e)])):a.push(i[t(e)])})),a},wi=function(e,t,n){return(0,ci.u5)(e,t,n)},zi=function(e,t,n){var r,o=(0,ci.Gy)([(r={},r[t]=pi([],e,!0),r)],t,(function(e){return xi(e,n,t)}));return pi([],o[0][t],!0)},xi=function(e,t,n){var r,o=e[n]||[],i=o.findIndex(t);if(-1!==i){var a=pi([],o,!0);return a.splice(i,1),ui(ui({},e),((r={})[n]=a,r))}return e},Ci=function(e,t,n,r){return(0,ci.Gy)(e,t,(function(e){var o;return n(e)?ui(ui({},e),((o={})[t]=r(e[t]||[]),o)):e}))},ki=function(e,t,n){return(0,ci.ym)(e,t,n)},Ii=function(e,t,n,r){var o=pi([],e,!0),i=ki(o,t,r),a=i.pop(),l=i.pop(),s=t[t.length-1];if(n){var c=ki(o,n,r).pop();(l?l[r]:o).splice(s,1),c[r]=c[r]||[],c[r].push(a)}else(l?l[r]:o).splice(s,1),o.push(a);return o},Oi="groupId",Ei="items",Mi=function(e,t,n){e.items&&(e[Oi]="".concat(n).concat(n&&"_").concat(e.value).concat(e.field),t>1&&e.items.forEach((function(n){return Mi(n,t-1,e[Oi])})))},Si=function(e){var t=e.group;if(t&&t.length&&e.data)return e.data.forEach((function(e){return Mi(e,t.length,"")}))},Hi=function(e){var t=[];return(0,ci.Gy)(e.data,Ei,(function(e){e[Oi]&&t.push(e[Oi])})),t},Vi=function(e){return(0,ci.Gy)(e.data,Ei,(function(t){return(0,ci.u5)(t,Ei,{expanded:!e.collapsedIds.some((function(e){return e===t[Oi]}))})}))},Pi=n(3198),Di=n(3769),_i=function(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))},Ri=function(e){var t=e.navigationStateRef,n=e.scope;if(t.current&&n){var r=[],o=Xt(n),i=Qt(n);if(o&&i){var a=Array.from(o.children),l=Array.from(i.children);_i(_i([],a,!0),l,!0).forEach((function(e,t){Array.from(e.children).forEach((function(e){var n=Yt(e);if(n){for(var o,i=e.rowSpan||1,a=e.colSpan||1,l=t,s=t+i;l<s;l++){if(r[l]||(r[l]=[]),void 0===o){var c=r[l].findIndex((function(e){return!e}));o=c>-1?c:r[l].length}r[l][o]=n||""}for(l=o+1,s=o+a;l<s;l++)r[t][l]=n||""}}))})),t.current.navigationMatrix=r.filter((function(e){return!!e})),t.current.lastHeaderIndex=a.length-1}}},Li={onConstructor:function(e){var t=e.navigatable,n=e.contextStateRef,r=e.navigationStateRef,o=e.idPrefix;t&&(n.current={activeId:"",level:0},r.current={activeElementIsFocused:!1,prevNavigationIndexes:void 0,idPrefix:o||(0,Pi.M)(),navigationMatrix:[],lastHeaderIndex:-1})},onComponentDidMount:function(e){var t=e.scope,n=e.contextStateRef,r=e.navigationStateRef;if(n.current&&r.current&&t){Ri(e);var o=r.current.navigationMatrix[0][0],i=nn.getActiveElement(t,o);o&&i&&(n.current.activeId=o,i.setAttribute("tabIndex","0"))}},onGetSnapshotBeforeUpdate:function(e){var t=e.contextStateRef,n=e.navigationStateRef,r=e.document;if(t.current&&n.current&&r){var o=(0,Di.v)(r),i=nn.getNavigatableId(o);i&&i===t.current.activeId&&(n.current.activeElementIsFocused=!0)}},onComponentDidUpdate:function(e){var t=e.scope,n=e.contextStateRef,r=e.navigationStateRef;if(Ri(e),n.current&&r.current&&t){if(!nn.getActiveElement(t,n.current.activeId)){var o=r.current.navigationMatrix[0][0],i=nn.getActiveElement(t,o);o&&i&&(n.current.activeId=o,i.setAttribute("tabIndex","0"),r.current.activeElementIsFocused&&i.focus())}r.current.activeElementIsFocused=!1}},onFocus:function(e,t){var n=t.contextStateRef;if(!e.isDefaultPrevented()&&n.current){var r=e.target,o=nn.getNavigatableId(r);if(o&&o!==n.current.activeId){var i=nn.getClosestScope(r);if(!i)return;var a=nn.getActiveElement(i,n.current.activeId);a&&a.setAttribute("tabIndex","-1"),r.setAttribute("tabIndex","0"),n.current.activeId=o}}},onKeyDown:function(e,t){var n=t.contextStateRef,r=t.navigationStateRef,o=t.onNavigationAction;if(!e.isDefaultPrevented()&&n.current&&r.current)if(e.keyCode!==On.R.esc){var i=e.target,a=nn.getNavigatableId(i),l=nn.getNavigatableLevel(i),s=nn.getClosestScope(i),c=r.current.navigationMatrix;if(void 0!==l&&s){if(e.keyCode===On.R.enter){var u=nn.getNavigatableElement(i,{level:l+1});return u?void nn.focusElement({elementForFocus:u,event:e,contextStateRef:n,prevElement:i}):(w=nn.getFocusableElements(i)[0],void nn.focusElement({elementForFocus:w,event:e,contextStateRef:n,prevElement:i}))}if(e.keyCode===On.R.up||e.keyCode===On.R.down||e.keyCode===On.R.left||e.keyCode===On.R.right){var p=e.keyCode===On.R.up||e.keyCode===On.R.left,d=e.keyCode===On.R.up||e.keyCode===On.R.down,h=void 0;if(r.current&&r.current.prevNavigationIndexes){var v=r.current.prevNavigationIndexes,f=v[0],m=v[1];h=c[f][m]===a?r.current.prevNavigationIndexes:en(c,a)}else h=en(c,a);if(h){f=h[0],m=h[1];var g=d?Jt(f,m,a,c,p):$t(f,m,a,c,p),y=g[0],b=g[1];y&&(w=nn.getActiveElement(s,y),nn.focusElement({elementForFocus:w,event:e,contextStateRef:n,prevElement:i}),r.current.prevNavigationIndexes=b,o&&o({focusElement:w,event:e}))}}}}else{var w=nn.getClosestNavigatableElement(e.target);nn.focusElement({elementForFocus:w,event:e,contextStateRef:n})}},generateMatrix:Ri},Ni=n(1915),Bi=n(9659),Ti=n(7191),Fi="data-grid-row-index",ji="data-grid-col-index",Ai="data-prevent-selection",qi=function(){return qi=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},qi.apply(this,arguments)},Gi=function(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))},Ki={},Wi=function(e,t){for(var n=e;n;){if(n.tagName===t)return n;if("TABLE"===n.tagName)return null;n=n.parentElement}return null},Ui=function(e){if(e){var t=e.getAttribute(Fi);return t?parseInt(t,10):void 0}},Yi=function(e){if(e){var t=e.getAttribute(ji);return t?parseInt(t,10):void 0}},Zi=function(e){var t=e.subItemsField||"items",n=(0,Bi.Y)(e.dataItemKey);return(0,ci.Gy)(e.data,t,(function(r){var o;return(0,ci.u5)(r,t,((o={})[e.selectedField]=e.selectedState[n(r)],o))}))},Xi=function(e){var t=e.event,n=e.dataItemKey,r=e.selectedState,o=t.syntheticEvent,i=t.nativeEvent,a=t.dataItems,l=t.componentId,s=t.mode,c=t.cell,u=t.selectedField,p=i.target,d=i.ctrlKey,h=i.metaKey,v=i.altKey,f=i.shiftKey;if(o.isDefaultPrevented()||i.keyCode!==On.R.enter)return r;var m=Wi(p,"TD"),g=Wi(p,"TR"),y=Yi(m),b=Ui(g),w={};return m&&g&&void 0!==b&&void 0!==y&&(w=Qi({selectedState:r,dataItemKey:n,event:{ctrlKey:d,metaKey:h,altKey:v,shiftKey:f,dataItems:a,cell:c,mode:s,selectedField:u,componentId:l,startColIndex:y,endColIndex:y,startRowIndex:b,endRowIndex:b,isDrag:!1,syntheticEvent:o,nativeEvent:i,target:t.target,dataItem:null}})),w},Qi=function(e){var t,n,r=e.event,o=e.dataItemKey,i=e.selectedState,a=r.dataItems,l=r.startRowIndex,s=r.endRowIndex,c=r.startColIndex,u=r.endColIndex,p=r.cell,d=r.isDrag,h=r.ctrlKey,v=r.shiftKey,f=r.metaKey,m=r.componentId,g=r.mode,y=r.dataItem,b=(0,Bi.Y)(o),w={},z=null!==y;if("single"===g){var x=a.slice(l,l+1)[0],C=b(x);Ki[m]={rowIndex:l,colIndex:c},w[C]=!p||[c]}else if(!d&&(v||h||f||z)){if(h||f||z)Ki[m]={rowIndex:l,colIndex:c},x=a.slice(l,s+1)[0],C=b(x),(w=qi({},i))[C]=p&&!z?(t=w[C],n=c,!t||Array.isArray(t)&&0===t.length?[n]:t.findIndex((function(e){return e===n}))>-1?t.filter((function(e){return e!==n})):Gi(Gi([],t,!0),[n],!1)):!w[C];else if(v){var k=Ki[m]&&Ki[m].rowIndex||0,I=Ki[m]&&Ki[m].colIndex||0,O=Math.min(k,l,s),E=Math.max(k,l,s),M=Math.min(I,c,u),S=Math.max(I,c,u),H=[];for(P=M;P<=S;P++)H.push(P);a.slice(O,E+1).forEach((function(e){var t=b(e);w[t]=!p||Gi([],H,!0)}))}}else{d||(Ki[m]={rowIndex:l,colIndex:c});for(var V=[],P=c;P<=u;P++)V.push(P);a.slice(l,s+1).forEach((function(e){var t=b(e);w[t]=!p||Gi([],V,!0)}))}return w},Ji=(0,Ti.V)(),$i=function(e){if(!e||!Ji)return null;for(var t=e.parentElement;t;){if("none"!==window.getComputedStyle(t).transform)return t;t=t.parentElement}},ea=function(e){if(e&&e.ownerDocument&&e!==e.ownerDocument.body){var t=e.getBoundingClientRect();return{left:t.left-e.scrollLeft,top:t.top-e.scrollTop}}return{left:0,top:0}},ta=function(e){return{enabled:!!e&&("boolean"!=typeof e.enabled||e.enabled),drag:!!e&&Boolean(e.drag),mode:e&&e.mode?e.mode:"multiple",cell:Boolean(e&&e.cell)}},na=function(){return na=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},na.apply(this,arguments)},ra=function(e){var t,n=e.onRelease,r=e.childRef,o=ta(e.selectable),a=o.enabled,l=o.drag,s=o.mode,c=o.cell,u=i.useRef(null),p=i.useRef(null),d=i.useRef({clientX:0,clientY:0}),h=i.useState(null),v=h[0],f=h[1],m=i.useRef(),g=i.useRef(!1),y=i.useRef(!1),b=i.useCallback((function(e){var t=e.event;y.current=t.originalEvent.target.hasAttribute(Ai),!y.current&&u.current&&(m.current=$i(u.current.element),d.current={clientY:t.clientY,clientX:t.clientX})}),[]),w=i.useCallback((function(e){var t=e.event,n=d.current,r=n.clientX,o=n.clientY;if(!y.current&&l&&"single"!==s&&((Math.abs(o-t.clientY)>5||Math.abs(r-t.clientX)>5)&&(g.current=!0),g.current)){var i=ea(m.current);f({top:Math.min(o,t.clientY)-i.top,left:Math.min(r,t.clientX)-i.left,width:Math.abs(t.clientX-r),height:Math.abs(t.clientY-o)})}}),[f,l,s]),z=i.useCallback((function(e){var t=e.event,r=d.current,o=r.clientX,i=r.clientY;if(!y.current&&u.current){var a=u.current.element&&u.current.element.ownerDocument;if(a){if(g.current){var l=Math.min(i,t.clientY),h=Math.min(o,t.clientX),v=Math.max(i,t.clientY),m=Math.max(o,t.clientX),b=p.current;if(!b)return;b.style.visibility="hidden",S=a.elementFromPoint(h,l);var w=a.elementFromPoint(m,v);if(b.style.visibility="",!S||!w)return;var z=Wi(S,"TD"),x=Wi(z,"TR"),C=Wi(w,"TD"),k=Wi(C,"TR"),I=Yi(z),O=Ui(x),E=Yi(C),M=Ui(k);void 0!==I&&void 0!==O&&void 0!==E&&void 0!==M&&n({nativeEvent:t.originalEvent,startRowIndex:O,startColIndex:I,endRowIndex:M,endColIndex:E,altKey:t.altKey,shiftKey:t.shiftKey,ctrlKey:t.ctrlKey,metaKey:t.metaKey,mode:s,cell:c,isDrag:!0})}else{var S;if(!(S=a.elementFromPoint(o,i)))return;var H=Wi(S,"TD"),V=Wi(S,"TR"),P=Yi(H),D=Ui(V);H&&V&&void 0!==D&&void 0!==P&&n({nativeEvent:t.originalEvent,startRowIndex:D,startColIndex:P,endRowIndex:D,endColIndex:P,altKey:t.altKey,shiftKey:t.shiftKey,ctrlKey:t.ctrlKey,metaKey:t.metaKey,mode:s,cell:c,isDrag:!1})}f(null),g.current=!1,d.current={clientX:0,clientY:0}}}}),[f,s,c,n]),x=(0,Ni.k)(p);return a?i.createElement(i.Fragment,null,i.createElement(zn._,{onPress:b,onDrag:w,onRelease:z,ref:u,childRef:r},e.children),v&&Bn.createPortal(i.createElement("div",{ref:p,style:na(na({},v),{position:"fixed"}),className:"k-marquee k-marquee-color"}),null===(t=x())||void 0===t?void 0:t.body)):i.cloneElement(i.Children.only(e.children),{ref:r})}},5575:(e,t,n)=>{n.d(t,{f:()=>P,AL:()=>V,NV:()=>H});var r,o=n(3899),i=n(189),a=n(3198),l=n(3493),s=n(4006),c=n(2665),u=n(8047),p=n(848),d=n(619),h=n(499),v=n(9433),f=n(2728),m=n(4615),g=n(6973),y=n(2554),b=(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),w=function(){return w=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},w.apply(this,arguments)},z=function(e){function t(t){var n=e.call(this,t)||this;n.virtualization=null,n.list=null,n.itemHeight=0,n.topOffset=0,n.maxViewHeight=0,n.bottomOffset=0,n.handleVirtualizationMount=function(e){if(n.virtualization=e,n.virtualization&&n.list){n.list.style.transform="translateY(".concat(n.topOffset,"px)");var t=(0,g.q5)(n.props.focusedDate,n.props.min,n.props.max),r=n.props.service.skip(t,n.props.min);n.virtualization.scrollToIndex(r)}},n.buildNavigationItem=function(e){var t=n.props.service.navigationTitle(e),r=n.props.service.isRangeStart(e),i="kendo-react-calendar-nav-item-".concat(e.getTime()),a={text:t,value:e,isRangeStart:r,view:n.props.activeView,onClick:n.handleDateChange};return n.props.navigationItem?o.createElement(n.props.navigationItem,w({},a,{key:i}),t):o.createElement(m.R,w({},a,{key:i}),t)},n.calculateHeights=function(){var e=n.props.dom.calendarHeight;n.itemHeight=n.props.dom.navigationItemHeight||1,n.maxViewHeight=n.props.dom.monthViewHeight,n.topOffset=(e-n.itemHeight)/2,n.bottomOffset=e-n.itemHeight},n.handleDateChange=function(e,t){var r=n.props.onChange;if(r&&t){var o={value:(0,d.cloneDate)(e),target:n,nativeEvent:t&&t.nativeEvent,syntheticEvent:t};r.call(void 0,o)}},n.handleScrollAction=function(e){var t=e.scrollAction,r=e.pageAction,o=r?r.skip:n.state.skip;if(n.state.skip!==o&&n.setState({skip:o}),n.list&&t){var i="translateY(".concat(t.offset,"px)");n.list.style.transform=i}},n.lastView=n.props.activeView,n.lastFocus=n.props.focusedDate;var r=n.props.service.skip(n.props.focusedDate,n.props.min),i=n.props.service.total(n.props.min,n.props.max);return n.state={skip:r-n.getTake(r,i)>0?r:0},n}return b(t,e),Object.defineProperty(t.prototype,"take",{get:function(){return void 0!==this.props.take?this.props.take:t.defaultProps.take},enumerable:!1,configurable:!0}),t.prototype.componentDidUpdate=function(e,t){void 0!==this.indexToScroll&&this.virtualization&&this.virtualization.scrollToIndex(this.indexToScroll),this.lastView=this.props.activeView,this.lastFocus=this.props.focusedDate,this.indexToScroll=void 0},t.prototype.render=function(){var e=this;this.calculateHeights();var t=this.lastView!==this.props.activeView,n=(0,g.q5)(this.props.focusedDate,this.props.min,this.props.max),r=t?this.props.service.skip(n,this.props.min):this.state.skip,i=this.props.service.total(this.props.min,this.props.max),a=this.getTake(r,i),l=this.props.service.addToDate(this.props.min,r),s=this.props.service.datesList(l,a);this.props.activeView===this.lastView&&(0,d.isEqual)(n,this.lastFocus)||(this.indexToScroll=this.props.service.skip(n,this.props.min));var c=o.createElement(y.$,{skip:r,take:this.take,total:i,itemHeight:this.itemHeight,topOffset:this.topOffset,bottomOffset:this.bottomOffset,onScroll:this.props.onScroll,maxScrollDifference:this.maxViewHeight,onScrollAction:this.handleScrollAction,onMount:this.handleVirtualizationMount,tabIndex:this.props.tabIndex},o.createElement("ul",{ref:function(t){e.list=t},className:"k-reset"},s.map((function(t){return e.buildNavigationItem(t)}))));return o.createElement("div",{className:"k-calendar-navigation"},o.createElement("span",{className:"k-calendar-navigation-highlight"}),this.props.dom.didCalculate?c:null)},t.prototype.getTake=function(e,t){return Math.min(t-e,this.take)},t.propTypes={activeView:i.number.isRequired,focusedDate:i.instanceOf(Date).isRequired,max:i.instanceOf(Date).isRequired,min:i.instanceOf(Date).isRequired,onChange:i.func,take:i.number,tabIndex:i.number},t.defaultProps={take:30},t}(o.Component),x=n(5771),C=n(2175),k=n(9998),I=n(4725),O=n(1966),E=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),M=function(e){return e?e.virtualization:null},S=function(e,t,n,r){return void 0===e&&(e=H.defaultProps.min),void 0===t&&(t=H.defaultProps.max),void 0!==r?null!==r&&(0,g.mh)((0,d.getDate)(r),e,t)?r:null:null!==n&&(0,g.mh)((0,d.getDate)(n),e,t)?n:null},H=function(e){function t(n){var r=e.call(this,n)||this;r.scrollSyncService=null,r.focusedDate=null,r.cellUID=(0,a.M)(),r.id=(0,a.M)(),r.Navigation=null,r.calendarViewList=null,r._element=null,r.intl=null,r.service=null,r.isActive=!1,r.didNavigationChange=!1,r.focus=function(){r._element&&r._element.focus()},r.shouldScroll=function(){return r.didNavigationChange},r.handleScroll=function(e){r.scrollSyncService&&r.scrollSyncService.sync(M(r.Navigation),M(r.calendarViewList),e)},r.handleNavigationChange=function(e){if(!r.props.disabled){r.didNavigationChange=!0;var t=(0,d.cloneDate)(e.value);r.setState({focusedDate:t})}},r.handleViewChange=function(e){var t=e.view;r.scrollSyncService&&r.scrollSyncService.configure(t),r.setState({activeView:t})},r.handleDateChange=function(e){var t=(0,d.cloneDate)(e.value),n=(0,d.cloneDate)(e.value),o=r.bus.canMoveDown(r.state.activeView);if(!r.props.disabled){if(o){if(!e.isTodayClick)return r.bus.moveDown(r.state.activeView,e.syntheticEvent),void r.setState({focusedDate:n});r.bus.moveToBottom(r.state.activeView)}r.setState({value:t,focusedDate:n}),r.valueDuringOnChange=t;var i=r.props.onChange;if(i){var a={syntheticEvent:e.syntheticEvent,nativeEvent:e.nativeEvent,value:t,target:r};i.call(void 0,a)}r.valueDuringOnChange=void 0}},r.handleFocus=function(e){if(r.isActive=!0,r.calendarViewList){r.calendarViewList.focusActiveDate();var t=r.props.onFocus;t&&t.call(void 0,e)}},r.handleBlur=function(e){if(r.isActive=!1,r.calendarViewList){r.calendarViewList.blurActiveDate();var t=r.props.onBlur;t&&t.call(void 0,e)}},r.handleKeyDown=function(e){var t=e.keyCode;if(r.focusedDate&&r.service){if(t===l.R.enter){if(null!==r.value&&(0,d.isEqualDate)(r.focusedDate,r.value)){var n=(0,g.q5)(r.focusedDate,r.min,r.max);M(r.calendarViewList).scrollToIndex(r.service.skip(n,r.min))}var o={syntheticEvent:e,nativeEvent:e.nativeEvent,value:r.focusedDate,target:r};r.handleDateChange(o)}else{var i=(0,g.q5)(r.navigation.move(r.focusedDate,r.navigation.action(e),r.state.activeView,r.service,e),r.min,r.max);if((0,d.isEqualDate)(r.focusedDate,i))return;r.setState({focusedDate:i})}e.preventDefault()}},r.handleMouseDown=function(e){e.preventDefault()},r.handleClick=function(e){r._element&&r._element.focus({preventScroll:!0})},(0,s.s)(v.k);var o=S(r.min,r.max,r.props.defaultValue||t.defaultProps.defaultValue,r.props.value);return r.state={value:o,activeView:(0,g.Sn)(x.n[n.defaultActiveView],r.bottomView,r.topView),focusedDate:(0,g.q5)(n.focusedDate||o||(0,g.x2)(),r.min,r.max)},r.dom=new C.T,r.bus=new k.P(r.handleViewChange),r.navigation=new I.f(r.bus),r.oldValue=o,r}return E(t,e),Object.defineProperty(t.prototype,"element",{get:function(){return this._element},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"value",{get:function(){return void 0!==this.valueDuringOnChange?this.valueDuringOnChange:void 0!==this.props.value?this.props.value:this.state.value},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"min",{get:function(){return(0,d.getDate)(void 0!==this.props.min?this.props.min:t.defaultProps.min)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"max",{get:function(){return(0,d.getDate)(void 0!==this.props.max?this.props.max:t.defaultProps.max)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"bottomView",{get:function(){return x.n[void 0!==this.props.bottomView?this.props.bottomView:t.defaultProps.bottomView]},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"topView",{get:function(){return x.n[void 0!==this.props.topView?this.props.topView:t.defaultProps.topView]},enumerable:!1,configurable:!0}),t.prototype.componentDidMount=function(){var e=this;Promise.resolve().then((function(){(0,c.p)(),e._element&&(e.dom.calculateHeights(e._element),e.scrollSyncService=new O.V(e.dom),e.scrollSyncService.configure(e.state.activeView),e.forceUpdate())}))},t.prototype.componentDidUpdate=function(e,t){(0,c.p)(),t.activeView!==this.state.activeView&&this.scrollSyncService&&this.scrollSyncService.configure(this.state.activeView),this.calendarViewList&&(this.isActive?this.calendarViewList.focusActiveDate:this.calendarViewList.blurActiveDate)(),this.didNavigationChange=!1,this.oldValue=this.value},t.prototype.render=function(){var e=this;this.props._ref&&this.props._ref(this);var n=null!==this.value&&null!==this.oldValue?!(0,d.isEqualDate)(this.value,this.oldValue):this.value!==this.oldValue,r=(0,g.Sn)(this.state.activeView,x.n[void 0!==this.props.bottomView?this.props.bottomView:t.defaultProps.bottomView],x.n[void 0!==this.props.topView?this.props.topView:t.defaultProps.topView]),i=S(this.min,this.max,this.value,this.value),a=i?(0,d.getDate)(i):null;this.focusedDate=(0,d.getDate)((0,g.q5)(n&&null!==i?i:this.state.focusedDate,this.min,this.max)),this.intl=(0,h.provideIntlService)(this),this.bus.configure(this.bottomView,this.topView),this.service=this.bus.service(r,this.intl);var l=this.props.smoothScroll,s=void 0===l?Number.parseFloat(o.version)<18:l,c=(0,u.A)("k-widget k-calendar k-calendar-infinite",{"k-disabled":this.props.disabled,"k-week-number":this.props.weekNumber,"k-calendar-lg":this.props.mobileMode},this.props.className),p=[this.props.navigation&&o.createElement(z,{key:0,ref:function(t){e.Navigation=t},activeView:this.state.activeView,focusedDate:this.focusedDate,min:this.min,max:this.max,onScroll:this.handleScroll,onChange:this.handleNavigationChange,service:this.service,dom:this.dom,navigationItem:this.props.navigationItem,tabIndex:this.props.tabIndex}),o.createElement(f.N,{key:1,ref:function(t){e.calendarViewList=t},activeView:this.state.activeView,focusedDate:this.focusedDate,min:this.min,max:this.max,bus:this.bus,shouldScroll:this.shouldScroll,onScroll:this.handleScroll,service:this.service,cell:this.props.cell,weekCell:this.props.weekCell,dom:this.dom,smoothScroll:s,showWeekNumbers:this.props.weekNumber,onChange:this.handleDateChange,value:a,cellUID:this.cellUID,headerTitle:this.props.headerTitle,tabIndex:this.props.tabIndex})];return o.createElement("div",{ref:function(t){e._element=t},className:c,id:this.props.id||this.id,"aria-labelledby":this.props.ariaLabelledBy,"aria-describedby":this.props.ariaDescribedBy,"aria-disabled":this.props.disabled,tabIndex:this.props.disabled?void 0:this.props.tabIndex||0,onFocus:this.handleFocus,onBlur:this.handleBlur,onKeyDown:this.handleKeyDown,onMouseDown:this.handleMouseDown,onClick:this.handleClick},p)},t.displayName="Calendar",t.propTypes={className:i.string,defaultActiveView:i.oneOf(["month","year","decade","century"]),defaultValue:i.instanceOf(Date),disabled:i.bool,focusedDate:i.instanceOf(Date),id:i.string,ariaLabelledBy:i.string,ariaDescribedBy:i.string,max:i.instanceOf(Date),min:i.instanceOf(Date),navigation:i.bool,smoothScroll:i.bool,onBlur:i.func,onChange:i.func,onFocus:i.func,tabIndex:i.number,value:i.instanceOf(Date),weekNumber:i.bool,topView:function(e,t,n){var r=e[t],o=e.bottomView;return r&&o&&x.n[r]<x.n[o]?new Error("Invalid prop + ".concat(t," suplied to ").concat(n,".\n ").concat(t," can not be smaller than bottomView.\n ")):null},bottomView:function(e,t,n){var r=e[t],o=e.topView;return r&&o&&x.n[r]>x.n[o]?new Error("Invalid prop + ".concat(t," suplied to ").concat(n,".\n ").concat(t," can not be bigger than topView.\n ")):null}},t.defaultProps={disabled:!1,min:g.P1,max:g.f1,navigation:!0,defaultActiveView:"month",defaultValue:null,topView:"century",bottomView:"month"},t}(o.Component),V=(0,p.Y)(),P=(0,p.u)(V,H);P.displayName="KendoReactCalendar",(0,h.registerForIntl)(H)},4334:(e,t,n)=>{n.d(t,{V:()=>c});var r,o=n(3899),i=n(8047),a=(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),l=function(){return l=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},l.apply(this,arguments)},s=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},c=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.handleClick=function(e){var n=t.props,r=n.onClick,o=n.value;r&&r.call(void 0,o,e)},t.handleMouseEnter=function(){var e=t.props,n=e.onMouseEnter,r=e.value;n&&n.call(void 0,r)},t.handleMouseLeave=function(){var e=t.props,n=e.onMouseLeave,r=e.value;n&&n.call(void 0,r)},t}return a(t,e),t.prototype.shouldComponentUpdate=function(e){var t=this.props,n=t.value,r=s(t,["value"]),o=e.value,i=s(e,["value"]);return!((!n||!o||n.getTime()===o.getTime())&&function(e,t){var n=Object.getOwnPropertyNames(e),r=Object.getOwnPropertyNames(t);if(n.length!==r.length)return!1;for(var o=0;o<n.length;o++){var i=n[o];if(e[i]!==t[i])return!1}return!0}(r,i))},t.prototype.render=function(){var e=this.props,t=e.className,n=(e.formattedValue,e.isWeekend),r=e.isFocused,a=(e.isInRange,e.isSelected),c=e.isRangeStart,u=e.isRangeMid,p=e.isRangeEnd,d=e.isRangeSplitStart,h=e.isRangeSplitEnd,v=e.isToday,f=e.isDisabled,m=(e.view,e.value,s(e,["className","formattedValue","isWeekend","isFocused","isInRange","isSelected","isRangeStart","isRangeMid","isRangeEnd","isRangeSplitStart","isRangeSplitEnd","isToday","isDisabled","view","value"])),g="end"===this.props.activeRangeEnd&&p,y="start"===this.props.activeRangeEnd&&c,b=(0,i.A)("k-calendar-td",{"k-range-end":p,"k-range-mid":u,"k-range-split-end":h,"k-range-split-start":d,"k-range-start":c,"k-active":y||g,"k-state-pending-focus":r,"k-selected":a||c||p,"k-today":v,"k-weekend":n,"k-disabled":f},t);return o.createElement("td",l({},m,{className:b,onClick:this.handleClick,onMouseEnter:this.handleMouseEnter,onMouseLeave:this.handleMouseLeave}),o.createElement("span",{className:"k-link"},this.props.children))},t}(o.Component)},8861:(e,t,n)=>{n.d(t,{I:()=>s});var r,o=n(7037),i=n(3899),a=(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),l=function(){return l=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},l.apply(this,arguments)},s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return a(t,e),t.prototype.render=function(){var e=this.props,t=(e.view,function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(e,["view"]));return i.createElement(o.z,l({type:"button",fillMode:"flat"},t),this.props.children)},t}(i.PureComponent)},4615:(e,t,n)=>{n.d(t,{R:()=>s});var r,o=n(3899),i=n(8047),a=(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),l=function(){return l=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},l.apply(this,arguments)},s=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.handleClick=function(e){var n=t.props,r=n.onClick,o=n.value;r&&r.call(void 0,o,e)},t}return a(t,e),t.prototype.render=function(){var e=this.props,t=e.isRangeStart,n=(e.value,e.text,function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(e,["isRangeStart","value","text"]));return o.createElement("li",l({},n,{onClick:this.handleClick}),o.createElement("span",{className:(0,i.A)({"k-calendar-navigation-marker":t})},this.props.children))},t}(o.Component)},1333:(e,t,n)=>{n.d(t,{B:()=>s});var r,o=n(3899),i=n(8047),a=(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),l=function(){return l=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},l.apply(this,arguments)},s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return a(t,e),t.prototype.render=function(){var e=this.props,t=e.className,n=(e.firstDate,function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(e,["className","firstDate"]));return o.createElement("td",l({className:(0,i.A)("k-calendar-td",t)},n),this.props.children)},t}(o.Component)},5619:(e,t,n)=>{n.d(t,{h:()=>d});var r,o=n(3899),i=n(189),a=n(499),l=n(8047),s=n(8861),c=n(6973),u=(r=function(e,t){return r=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])},r(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}r(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,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},p.apply(this,arguments)},d=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.getTitle=function(){if(!t.props.currentDate)return"";var e=t.rangeLength-1,n=t.props.service.title(t.props.currentDate),r=t.props.service.addToDate(t.props.currentDate,e);return e<1||!t.props.service.isInRange(r,t.min,t.max)?n:"".concat(n," - ").concat(t.props.service.title(r))},t.handleTitleClick=function(e){t.canMoveUp&&t.props.bus.moveUp(t.props.activeView,e)},t}return u(t,e),Object.defineProperty(t.prototype,"min",{get:function(){return void 0!==this.props.min?this.props.min:t.defaultProps.min},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"max",{get:function(){return void 0!==this.props.max?this.props.max:t.defaultProps.max},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"rangeLength",{get:function(){return void 0!==this.props.rangeLength?this.props.rangeLength:t.defaultProps.rangeLength},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"canMoveUp",{get:function(){return this.props.bus.canMoveUp(this.props.activeView)},enumerable:!1,configurable:!0}),t.prototype.render=function(){var e=this.getTitle(),t=(0,l.A)("k-calendar-title"),n={children:e,value:e,view:this.props.activeView,className:t,onClick:this.handleTitleClick,disabled:!this.canMoveUp},r=this.props.headerTitle?o.createElement(this.props.headerTitle,p({},n),e):o.createElement(s.I,p({},n),e);return o.createElement("div",{className:(0,l.A)("k-calendar-header",{"k-vstack":this.props.verticalView,"k-hstack":!this.props.verticalView})},r,o.createElement("span",{className:"k-spacer"}),o.createElement("span",{className:"k-calendar-nav k-hstack"},this.props.commands))},t.propTypes={activeView:i.number.isRequired,currentDate:i.instanceOf(Date).isRequired,max:i.instanceOf(Date).isRequired,min:i.instanceOf(Date).isRequired,rangeLength:i.number},t.defaultProps={rangeLength:1,min:c.P1,max:c.f1},t}(o.Component);(0,a.registerForLocalization)(d)},1566:(e,t,n)=>{n.d(t,{f:()=>h});var r,o=n(3899),i=n(189),a=n(499),l=n(8047),s=n(7037),c=n(619),u=n(7915),p=n(6973),d=(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),h=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.localization=null,t.handleClick=function(e){if(t.todayIsInRange&&t.props.onClick){var n={syntheticEvent:e,nativeEvent:e.nativeEvent,value:(0,p.q5)((0,p.x2)(),t.min,t.max),target:t,isTodayClick:!0};t.props.onClick.call(void 0,n)}},t}return d(t,e),Object.defineProperty(t.prototype,"min",{get:function(){return void 0!==this.props.min?this.props.min:t.defaultProps.min},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"max",{get:function(){return void 0!==this.props.max?this.props.max:t.defaultProps.max},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"todayIsInRange",{get:function(){return(0,p.mh)((0,p.x2)(),(0,c.getDate)(this.min),(0,c.getDate)(this.max))},enumerable:!1,configurable:!0}),t.prototype.render=function(){this.localization=(0,a.provideLocalizationService)(this);var e=this.localization.toLanguageString(u.Lg,u.sY[u.Lg]),t=(0,l.A)("k-calendar-nav-today",{"k-disabled":this.props.disabled});return o.createElement(s.z,{className:t,onClick:this.handleClick,tabIndex:this.props.tabIndex,fillMode:"flat"},e)},t.propTypes={max:i.instanceOf(Date).isRequired,min:i.instanceOf(Date).isRequired,onClick:i.func,disabled:i.bool},t.defaultProps={min:p.P1,max:p.f1},t}(o.Component);(0,a.registerForLocalization)(h)},8784:(e,t,n)=>{n.d(t,{G:()=>m});var r,o=n(3899),i=n(189),a=n(619),l=n(499),s=n(4334),c=n(1333),u=n(5771),p=n(6973),d=n(4819),h=(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),v=function(){return v=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},v.apply(this,arguments)},f=function(e){return o.createElement("td",{key:e,className:"k-calendar-td"}," ")},m=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.intl=null,t.weekService=null,t.buildWeekNumber=function(e,n){if(!t.firstDate(e))return f("week-cell-".concat(n));var r=t.firstDate(e),i=t.getWeekNumber(r),a="kendo-react-calendar-week-cell-".concat(i),l={className:"k-alt",value:i,firstDate:r};return t.props.weekCell?o.createElement(t.props.weekCell,v({},l,{key:a}),i):o.createElement(c.B,v({},l,{key:a}),i)},t.buildRow=function(e){return e.map((function(e,n){if(!e)return f(n);var r={"aria-selected":e.isSelected},i="kendo-react-calendar-cell-".concat(e.value.getTime()),a=v(v(v({},r),e),{isDisabled:!e.isInRange,view:t.props.activeView,onClick:t.handleClick,onMouseEnter:t.handleMouseEnter,onMouseLeave:t.handleMouseLeave});return t.props.cell?o.createElement(t.props.cell,v({},a,{key:i}),e.formattedValue):o.createElement(s.V,v({},a,{key:i}),e.formattedValue)}))},t.firstDate=function(e){var n=t.firstWeekDateContext(e);return n?n.value:null},t.firstWeekDateContext=function(e){if(!t.weekNumber)return null;for(var n=0,r=e[n];!r&&n<e.length;)r=e[++n];return r},t.handleClick=function(e,n){var r=t.props.onChange;if(r&&n){var o={value:(0,a.cloneDate)(e),target:t,nativeEvent:n&&n.nativeEvent,syntheticEvent:n};r.call(void 0,o)}},t.handleMouseEnter=function(e){var n=t.props.onCellEnter;n&&n.call(void 0,(0,a.cloneDate)(e))},t.handleMouseLeave=function(e){var n=t.props.onCellLeave;n&&n.call(void 0,(0,a.cloneDate)(e))},t}return h(t,e),Object.defineProperty(t.prototype,"min",{get:function(){return this.props.min},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"max",{get:function(){return this.props.max},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"isHorizontal",{get:function(){return"horizontal"===this.props.direction},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"isMonthView",{get:function(){return this.props.activeView===u.n.month},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"weekNumber",{get:function(){return Boolean(this.props.showWeekNumbers&&this.props.activeView===u.n.month)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"selectedDate",{get:function(){return void 0!==this.props.selectedDate?this.props.selectedDate:t.defaultProps.selectedDate},enumerable:!1,configurable:!0}),t.prototype.render=function(){var e=this;this.intl=(0,l.provideIntlService)(this),this.weekService=new d.p(this.intl);var t=this.weekService.getWeekNames(this.weekNumber),n=this.props.service.rowLength(this.weekNumber),r=this.props.service.title(this.props.viewDate),i=(0,p.x2)(),a=(0,p.q_)(this.props.viewDate,i),s=this.props.service.data({cellUID:this.props.cellUID,min:this.min,max:this.max,focusedDate:this.props.focusedDate,isActiveView:!this.props.bus.canMoveDown(this.props.activeView),selectedDate:this.selectedDate,selectionRange:this.props.selectionRange,viewDate:a});return o.createElement(o.Fragment,null,this.isMonthView&&this.isHorizontal&&o.createElement("thead",{role:"rowgroup",className:"k-calendar-thead"},o.createElement("tr",{role:"row",className:"k-calendar-tr"},t.map((function(e,t){return o.createElement("th",{key:t,className:"k-calendar-th"},e)})))),o.createElement("tbody",{role:"rowgroup",className:"k-calendar-tbody"},!this.isHorizontal&&o.createElement("tr",{role:"presentation",className:"k-calendar-tr"},o.createElement("th",{scope:"col",colSpan:n,className:"k-calendar-caption"},r)),s.map((function(t,n){return o.createElement("tr",{role:"row",className:"k-calendar-tr",key:n},e.weekNumber&&e.buildWeekNumber(t,n),e.buildRow(t))}))))},t.prototype.getWeekNumber=function(e){return this.weekNumber&&this.intl?(0,a.weekInYear)(e,this.intl.firstDay()):null},t.propTypes={activeRangeEnd:i.oneOf(["start","end",null]),activeView:i.number.isRequired,cellUID:i.string.isRequired,direction:i.oneOf(["horizontal","vertical"]),focusedDate:i.instanceOf(Date).isRequired,max:i.instanceOf(Date).isRequired,min:i.instanceOf(Date).isRequired,onChange:i.func,selectedDate:i.oneOfType([i.instanceOf(Date),i.arrayOf(i.instanceOf(Date))]),showWeekNumbers:i.bool,viewDate:i.instanceOf(Date).isRequired},t.defaultProps={direction:"vertical",selectedDate:(0,p.x2)(),showWeekNumbers:!1},t}(o.Component);(0,l.registerForIntl)(m)},2728:(e,t,n)=>{n.d(t,{N:()=>m});var r,o=n(3899),i=n(189),a=n(8047),l=n(619),s=n(499),c=n(2554),u=n(8784),p=n(5619),d=n(6973),h=n(5771),v=n(1566),f=(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),m=function(e){function t(t){var n=e.call(this,t)||this;return n.virtualization=null,n.calendarView=null,n.table=null,n.intl=null,n.bottomOffset=0,n.viewOffset=0,n.viewHeight=0,n._element=null,n.isActive=!1,n.animateToIndex=!0,n.shouldScroll=!1,n.focusActiveDate=function(){if(n._element){var e=n._element.querySelector("td.k-focus"),t=n._element.querySelector(".k-state-pending-focus");e&&e[0]&&e[0].classList.remove("k-focus"),t&&t.classList.add("k-focus"),n.isActive=!0}},n.blurActiveDate=function(){if(n._element){var e=n._element.querySelector("td.k-focus");e&&e.classList.remove("k-focus"),n.isActive=!1}},n.handleVirtualizationMount=function(e){if(n.virtualization=e,n.virtualization&&n.table){n.table.style.transform="translateY(".concat(n.viewOffset,"px)");var t=(0,d.q5)(n.props.focusedDate,n.props.min,n.props.max),r=n.props.service.skip(t,n.props.min);n.virtualization.scrollToIndex(r)}},n.buildMonthView=function(e,t){return o.createElement("table",{key:"calendar-view-list-weekdays",className:"k-calendar-table k-calendar-weekdays",role:"grid",tabIndex:n.props.tabIndex},o.createElement("colgroup",null,e.map((function(e,t){return o.createElement("col",{key:t})}))),o.createElement("thead",{className:"k-calendar-thead"},o.createElement("tr",{className:"k-calendar-tr"},t.map((function(e,t){return o.createElement("th",{key:t,className:"k-calendar-th"},e)})))))},n.buildDates=function(e,t){var r=n.props.cellUID;return o.createElement("table",{className:"k-calendar-table",ref:function(e){return n.table=e},role:"grid",tabIndex:n.props.tabIndex,"aria-activedescendant":r+n.props.focusedDate.getTime()},o.createElement("colgroup",null,e.map((function(e,t){return o.createElement("col",{key:t})}))),t.map((function(e){return o.createElement(u.G,{ref:function(e){n.calendarView||(n.calendarView=e)},key:e.getTime(),activeView:n.props.activeView,viewDate:e,min:n.props.min,max:n.props.max,cellUID:r,focusedDate:n.props.focusedDate,cell:n.props.cell,selectedDate:n.props.value,showWeekNumbers:n.weekNumber,onChange:n.handleDateChange,bus:n.props.bus,service:n.props.service,weekCell:n.props.weekCell})})))},n.calculateHeights=function(){if(n.props.dom){var e=n.props.activeView===h.n.month?n.props.dom.scrollableContentHeight:n.props.dom.scrollableYearContentHeight;n.bottomOffset=e-n.props.dom.viewHeight(n.props.activeView),n.viewOffset=-1*n.props.dom.headerHeight,n.viewHeight=n.props.dom.viewHeight(n.props.activeView)||1}},n.getTake=function(e,t){return Math.min(t-e,n.take)},n.handleScrollAction=function(e){var t=e.index,r=e.scrollAction,o=e.pageAction,i=o?o.skip:n.state.skip;if(n.state.index===t&&n.state.skip===i||n.setState({index:t,skip:i}),n.table&&r){var a="translateY(".concat(r.offset,"px)");n.table.style.transform=a}},n.handleTodayClick=function(e){n.shouldScroll=!0,n.handleDateChange.call(void 0,e,!0)},n.handleDateChange=function(e,t){void 0===t&&(t=!1);var r=n.props.onChange;if(r){var o={syntheticEvent:e.syntheticEvent,nativeEvent:e.nativeEvent,value:(0,l.cloneDate)(e.value),target:n,isTodayClick:t};r.call(void 0,o)}},n.lastView=n.props.activeView,n.lastFocus=n.props.focusedDate,n.state={skip:n.props.service.skip(n.props.focusedDate,n.props.min),index:n.props.service.skip(n.props.focusedDate,n.props.min)},n}return f(t,e),Object.defineProperty(t.prototype,"element",{get:function(){return this._element},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"weekNames",{get:function(){this.intl=(0,s.provideIntlService)(this);var e=(0,d.ZH)(this.intl.dateFormatNames({nameType:"short",type:"days"}),this.intl.firstDay());return this.weekNumber?[""].concat(e):e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"weekNumber",{get:function(){return Boolean(this.props.showWeekNumbers&&this.props.activeView===h.n.month)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"take",{get:function(){return void 0!==this.props.take?this.props.take:t.defaultProps.take},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"animate",{get:function(){return Boolean(this.props.smoothScroll&&this.animateToIndex)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"todayIsInRange",{get:function(){return(0,d.mh)((0,d.x2)(),(0,l.getDate)(this.props.min),(0,l.getDate)(this.props.max))},enumerable:!1,configurable:!0}),t.prototype.componentDidUpdate=function(e,t){this.shouldScroll=!1,void 0!==this.indexToScroll&&this.virtualization&&this.virtualization[this.animate?"animateToIndex":"scrollToIndex"](this.indexToScroll),this.isActive&&this.focusActiveDate(),this.lastView=this.props.activeView,this.indexToScroll=void 0},t.prototype.render=function(){var e=this;this.calculateHeights();var t=this.lastView!==this.props.activeView,n=(0,d.q5)(this.props.focusedDate,this.props.min,this.props.max),r=t?this.props.service.skip(n,this.props.min):this.state.skip,i=this.props.service.total(this.props.min,this.props.max),s=this.getTake(r,i),u=this.props.service.addToDate(this.props.min,r),f=this.props.service.addToDate(this.props.min,this.state.index),m=new Array(this.props.service.rowLength(this.weekNumber)).fill(""),g=this.props.activeView!==this.lastView;this.animateToIndex=!g,(g||!(0,l.isEqualDate)(this.lastFocus,n)||this.shouldScroll||!this.props.shouldScroll||this.props.shouldScroll())&&(this.indexToScroll=this.props.service.skip(n,this.props.min)),this.lastFocus=n;var y=(0,a.A)("k-calendar-view k-vstack",{"k-calendar-monthview":this.props.activeView===h.n.month,"k-calendar-yearview":this.props.activeView===h.n.year,"k-calendar-decadeview":this.props.activeView===h.n.decade,"k-calendar-centuryview":this.props.activeView===h.n.century}),b=this.buildDates(m,this.props.service.datesList(u,s)),w=o.createElement(o.Fragment,null,o.createElement(p.h,{key:"calendar-view-list-header",currentDate:f,min:this.props.min,max:this.props.max,activeView:this.props.activeView,bus:this.props.bus,service:this.props.service,headerTitle:this.props.headerTitle,commands:o.createElement(o.Fragment,null,o.createElement(v.f,{min:this.props.min,max:this.props.max,onClick:this.handleTodayClick,disabled:!this.todayIsInRange,tabIndex:this.props.tabIndex}))}),this.props.activeView===h.n.month&&this.buildMonthView(m,this.weekNames),o.createElement(c.$,{key:"calendar-view-list-content",skip:r,take:this.take,total:i,itemHeight:this.viewHeight,topOffset:this.viewOffset,bottomOffset:this.bottomOffset,scrollOffsetSize:this.viewOffset,maxScrollDifference:this.viewHeight,onScroll:this.props.onScroll,onScrollAction:this.handleScrollAction,onMount:this.handleVirtualizationMount,children:b,tabIndex:this.props.tabIndex}));return o.createElement("div",{ref:function(t){e._element=t},className:y},this.props.dom.didCalculate?w:null)},t.propTypes={activeView:i.number.isRequired,bottomOffset:i.number,cellUID:i.string.isRequired,focusedDate:i.instanceOf(Date).isRequired,max:i.instanceOf(Date).isRequired,min:i.instanceOf(Date).isRequired,onChange:i.func,showWeekNumbers:i.bool,smoothScroll:i.bool,take:i.number,value:i.instanceOf(Date),viewHeight:i.number,viewOffset:i.number,tabIndex:i.number},t.defaultProps={take:5,showWeekNumbers:!1,smoothScroll:!0},t}(o.Component);(0,s.registerForIntl)(m)},5771:(e,t,n)=>{var r;n.d(t,{n:()=>r}),function(e){e[e.month=0]="month",e[e.year=1]="year",e[e.decade=2]="decade",e[e.century=3]="century"}(r||(r={}))},5987:(e,t,n)=>{var r;n.d(t,{a:()=>r}),function(e){e[e.Left=0]="Left",e[e.Right=1]="Right",e[e.Up=2]="Up",e[e.Down=3]="Down",e[e.PrevView=4]="PrevView",e[e.NextView=5]="NextView",e[e.FirstInView=6]="FirstInView",e[e.LastInView=7]="LastInView",e[e.LowerView=8]="LowerView",e[e.UpperView=9]="UpperView"}(r||(r={}))},9135:(e,t,n)=>{n.d(t,{U:()=>r});var r={start:null,end:null}},9998:(e,t,n)=>{n.d(t,{P:()=>u});var r,o=n(3623),i=n(7922),a=n(5327),l=n(8838),s=n(5771),c=((r={})[s.n.month]=a.p,r[s.n.year]=l.z,r[s.n.decade]=i.Y,r[s.n.century]=o.u,r),u=function(){function e(e){this.bottom=s.n.month,this.top=s.n.century,this.onViewChanged=e}return e.prototype.configure=function(e,t){this.bottom=e,this.top=t},e.prototype.service=function(e,t){return new(c["".concat(e)])(t)},e.prototype.moveDown=function(e,t){this.move(e,-1,t)},e.prototype.moveUp=function(e,t){this.move(e,1,t)},e.prototype.moveToBottom=function(e){e!==this.bottom&&this.onViewChanged({view:this.bottom})},e.prototype.canMoveDown=function(e){return this.bottom<e},e.prototype.canMoveUp=function(e){return e<this.top},e.prototype.clamp=function(e){return e<this.bottom?this.bottom:e>this.top?this.top:e},e.prototype.move=function(e,t,n){var r=this.clamp(function(e,t){var n=s.n[s.n[e+t]];return void 0!==n?n:e}(e,t));r!==e&&this.onViewChanged({view:r},n)},e}()},3623:(e,t,n)=>{n.d(t,{u:()=>u});var r,o=n(619),i=n(5987),a=n(9135),l=n(6973),s=[[]],c=((r={})[i.a.Left]=function(e){return(0,o.addDecades)(e,-1)},r[i.a.Up]=function(e){return(0,o.addDecades)(e,-5)},r[i.a.Right]=function(e){return(0,o.addDecades)(e,1)},r[i.a.Down]=function(e){return(0,o.addDecades)(e,5)},r[i.a.PrevView]=function(e){return(0,o.addCenturies)(e,-1)},r[i.a.NextView]=function(e){return(0,o.addCenturies)(e,1)},r[i.a.FirstInView]=function(e){return(0,o.firstDecadeOfCentury)(e)},r[i.a.LastInView]=function(e){return(0,o.lastDecadeOfCentury)(e)},r),u=function(){function e(){}return e.prototype.addToDate=function(e,t){return(0,o.addCenturies)(e,t)},e.prototype.datesList=function(e,t){return(0,l.w6)(0,t).map((function(t){return(0,o.addCenturies)(e,t)}))},e.prototype.data=function(e){var t=this,n=e.cellUID,r=e.focusedDate,i=e.isActiveView,c=e.max,u=e.min,p=e.selectedDate,d=e.selectionRange,h=void 0===d?a.U:d,v=e.viewDate;if(!v)return s;var f=(0,l.w6)(0,4),m=(0,o.firstDecadeOfCentury)(v),g=(0,o.lastDecadeOfCentury)(v),y=(0,l.x2)();return(0,l.w6)(0,3).map((function(e){var a=(0,o.addDecades)(m,4*e);return f.map((function(e){var s=t.normalize((0,o.addDecades)(a,e),u,c),d=t.isEqual(s,h.start),v=t.isEqual(s,h.end),f=!d&&!v&&(0,l.o_)(s,h),b=i&&(Array.isArray(p)?t.isSelectedFromArray(s,p,u,c):(0,l.mh)(p,u,c)&&t.isEqual(s,p));return(0,l.kK)(s,m,g)?{formattedValue:t.value(s),id:"".concat(n).concat(s.getTime()),isFocused:t.isEqual(s,r),isSelected:b,isWeekend:!1,isInRange:(0,l.mh)(s,u,c),isRangeStart:d,isRangeMid:f,isRangeEnd:v,isRangeSplitEnd:f&&t.isEqual(s,g),isRangeSplitStart:f&&t.isEqual(s,m),isToday:t.isEqual(s,y),title:t.cellTitle(s),value:s}:null}))}))},e.prototype.isSelectedFromArray=function(e,t,n,r){var o=this,i=!1;return t.forEach((function(t){(0,l.mh)(e,n,r)&&o.isEqual(e,t)&&(i=!0)})),i},e.prototype.isEqual=function(e,t){return!(!e||!t)&&(0,o.firstYearOfDecade)(e).getFullYear()===(0,o.firstYearOfDecade)(t).getFullYear()},e.prototype.isInArray=function(e,t){if(!t.length)return!1;var n=e.getFullYear();return t[0].getFullYear()<=n&&n<=t[t.length-1].getFullYear()+99},e.prototype.isInRange=function(e,t,n){var r=(0,o.firstYearOfDecade)(e).getFullYear(),i=!t||(0,o.firstYearOfDecade)(t).getFullYear()<=r,a=!n||r<=(0,o.firstYearOfDecade)(n).getFullYear();return i&&a},e.prototype.isInSameView=function(e,t){return 0===(0,o.durationInCenturies)(e,t)},e.prototype.isRangeStart=function(e){return e.getFullYear()%1e3==0},e.prototype.move=function(e,t){var n=c[t];return n?n(e):e},e.prototype.cellTitle=function(e){return(0,o.firstYearOfDecade)(e).getFullYear().toString()},e.prototype.navigationTitle=function(e){return e?(0,o.firstDecadeOfCentury)(e).getFullYear().toString():""},e.prototype.title=function(e){return e?"".concat((0,o.firstDecadeOfCentury)(e).getFullYear()," - ").concat((0,o.lastDecadeOfCentury)(e).getFullYear()):""},e.prototype.rowLength=function(e){return 4},e.prototype.skip=function(e,t){return(0,o.durationInCenturies)(t,e)},e.prototype.total=function(e,t){return(0,o.durationInCenturies)(e,t)+1},e.prototype.value=function(e){return e?(0,o.firstYearOfDecade)(e).getFullYear().toString():""},e.prototype.viewDate=function(e,t,n){return void 0===n&&(n=1),(0,o.durationInCenturies)(e,t)<n?(0,o.addCenturies)(e,-1):e},e.prototype.normalize=function(e,t,n){return e<t&&this.isEqual(e,t)?(0,o.cloneDate)(t):e>n&&this.isEqual(e,n)?(0,o.cloneDate)(n):e},e}()},2175:(e,t,n)=>{n.d(t,{T:()=>a});var r=n(5771),o=n(6973),i=n(7827),a=function(){function e(){this.calendarHeight=0,this.headerHeight=0,this.monthViewHeight=0,this.yearViewHeight=0,this.decadeViewHeight=0,this.centuryViewHeight=0,this.navigationItemHeight=0,this.scrollableContentHeight=0,this.scrollableYearContentHeight=0,this.calendarWidth=0,this.monthViewWidth=0,this.yearViewWidth=0,this.decadeViewWidth=0,this.centuryViewWidth=0,this.scrollableContentWidth=0,this.didCalculate=!1,this.hostContainer=null}return e.prototype.ensureHeights=function(){void 0===this.calendarHeight&&this.calculateHeights()},e.prototype.calculateHeights=function(e){var t=this;if(i.N){var n,r=(0,o.Ii)("div"),a=(0,o.Ii)("ul"),l=(0,o.Ii)("li"),s=(0,o.Ii)("td"),c=(0,o.Ii)("th"),u=(0,o.Ii)("tr"),p=(0,o.Ii)("tbody"),d=(0,o.Ii)("thead"),h=(0,o.Ii)("table"),v=function(){return r('\n <span class="k-button k-button-md k-button-rectangle k-button-solid k-button-solid-base k-button-flat k-calendar-title">\n <span className="k-button-text">March 2017</span>\n </span>\n <span class="k-spacer"></span>\n <span class="k-calendar-nav k-hstack"><button class="k-calendar-nav-today">TODAY</button></span>\n ',"k-calendar-header k-hstack")},f=function(e,t){return new Array(e).fill("1").map(t)},m=function(e){return r(e,"k-content k-scrollable")},g=function(e,t,n){var o,a=e.cells,l=e.rows;return function(){return i.N?(o||(o=function(e,t,n){return r(n?[v(),h([d([u([c("MO","k-calendar-th")],"k-calendar-tr")],"k-calendar-thead")],"k-calendar-table k-calendar-weekdays"),m([e,e])]:[v(),m([e,e])],t,{left:"-10000px",position:"absolute"})}(function(e,t){return void 0===t&&(t=1),h([p([u([s("1","k-calendar-td k-alt")])].concat(f(e,(function(){return u(f(t,(function(e){return s('<span class="k-link">'.concat(e,"</span>"),"k-calendar-td")})),"k-calendar-tr")}))),"k-calendar-tbody")],"k-calendar-table")}(l,a),t,n)),o):null}},y=function(e){return e.querySelector(".k-scrollable")},b=function(e){var t=y(e);return t.className="".concat(t.className," k-scrollable-horizontal"),e},w=g({cells:7,rows:6},"k-calendar-view k-calendar-monthview k-vstack",!0),z=g({cells:5,rows:3},"k-calendar-view k-calendar-yearview",!1),x=g({cells:5,rows:2},"k-calendar-view k-calendar-decadeview",!1),C=function(e){return parseFloat(window.getComputedStyle(e).height)||e.offsetHeight},k=function(e){var t=window.getComputedStyle(e);return parseFloat(t.width)+parseFloat(t.paddingLeft)+parseFloat(t.paddingRight)||e.offsetWidth},I=function(e){return e.querySelector("tbody")};this.didCalculate=!0,e&&(this.hostContainer=e),this.batch(w(),(function(e){var n=I(e);t.calendarHeight=C(e),t.monthViewHeight=C(n),t.headerHeight=C(n.children[0]),t.scrollableContentHeight=C(y(e))})),this.batch(b(w()),(function(e){var n=I(e);t.calendarWidth=k(e),t.monthViewWidth=k(n),t.scrollableContentWidth=k(y(e))})),this.batch(z(),(function(e){t.yearViewHeight=C(I(e)),t.scrollableYearContentHeight=C(y(e))})),this.batch(b(z()),(function(e){t.yearViewWidth=k(I(e))})),this.batch(x(),(function(e){t.decadeViewHeight=C(I(e)),t.centuryViewHeight=t.decadeViewHeight})),this.batch(b(x()),(function(e){t.decadeViewWidth=k(I(e)),t.centuryViewWidth=t.decadeViewWidth})),this.batch(i.N?(n||(n=r([m([a([l("<span>FEB</span>")])])],"k-calendar-navigation",{left:"0px",position:"absolute"})),n):null,(function(e){t.navigationItemHeight=C(e.querySelector("li"))}))}},e.prototype.viewHeight=function(e){return this.viewDimension(e,"height")},e.prototype.viewWidth=function(e){return this.viewDimension(e,"width")},e.prototype.viewDimension=function(e,t){var n="height"===t?"ViewHeight":"ViewWidth";switch(e){case r.n.month:return this["month".concat(n)];case r.n.year:return this["year".concat(n)];case r.n.decade:return this["decade".concat(n)];case r.n.century:return this["century".concat(n)];default:return 1}},e.prototype.batch=function(e,t){var n=this.hostContainer||document.body,r=n.appendChild(e);t(r),n.removeChild(r)},e}()},7922:(e,t,n)=>{n.d(t,{Y:()=>u});var r,o=n(619),i=n(5987),a=n(9135),l=n(6973),s=[[]],c=((r={})[i.a.Left]=function(e){return(0,o.addYears)(e,-1)},r[i.a.Up]=function(e){return(0,o.addYears)(e,-5)},r[i.a.Right]=function(e){return(0,o.addYears)(e,1)},r[i.a.Down]=function(e){return(0,o.addYears)(e,5)},r[i.a.PrevView]=function(e){return(0,o.addDecades)(e,-1)},r[i.a.NextView]=function(e){return(0,o.addDecades)(e,1)},r[i.a.FirstInView]=function(e){return(0,o.firstYearOfDecade)(e)},r[i.a.LastInView]=function(e){return(0,o.lastYearOfDecade)(e)},r),u=function(){function e(){}return e.prototype.addToDate=function(e,t){return(0,o.addDecades)(e,t)},e.prototype.datesList=function(e,t){return(0,l.w6)(0,t).map((function(t){return(0,o.addDecades)(e,t)}))},e.prototype.data=function(e){var t=this,n=e.cellUID,r=e.focusedDate,i=e.isActiveView,c=e.max,u=e.min,p=e.selectedDate,d=e.selectionRange,h=void 0===d?a.U:d,v=e.viewDate;if(!v)return s;var f=(0,l.w6)(0,4),m=(0,o.firstYearOfDecade)(v),g=(0,o.lastYearOfDecade)(v),y=(0,l.x2)();return(0,l.w6)(0,3).map((function(e){var a=(0,o.addYears)(m,4*e);return f.map((function(e){var s=t.normalize((0,o.addYears)(a,e),u,c),d=t.isEqual(s,h.start),v=t.isEqual(s,h.end),f=!d&&!v&&(0,l.o_)(s,h),b=i&&(Array.isArray(p)?t.isSelectedFromArray(s,p,u,c):(0,l.mh)(p,u,c)&&t.isEqual(s,p));return(0,l.kK)(s,m,g)?{formattedValue:t.value(s),id:"".concat(n).concat(s.getTime()),isFocused:t.isEqual(s,r),isSelected:b,isWeekend:!1,isInRange:(0,l.mh)(s,u,c),isRangeStart:d,isRangeMid:f,isRangeEnd:v,isRangeSplitEnd:f&&t.isEqual(s,g),isRangeSplitStart:f&&t.isEqual(s,m),isToday:t.isEqual(s,y),title:t.cellTitle(s),value:s}:null}))}))},e.prototype.isSelectedFromArray=function(e,t,n,r){var o=this,i=!1;return t.forEach((function(t){(0,l.mh)(e,n,r)&&o.isEqual(e,t)&&(i=!0)})),i},e.prototype.isEqual=function(e,t){return!(!e||!t)&&e.getFullYear()===t.getFullYear()},e.prototype.isInArray=function(e,t){if(!t.length)return!1;var n=e.getFullYear();return t[0].getFullYear()<=n&&n<=t[t.length-1].getFullYear()+9},e.prototype.isInRange=function(e,t,n){var r=e.getFullYear(),o=!t||t.getFullYear()<=r,i=!n||r<=n.getFullYear();return o&&i},e.prototype.isRangeStart=function(e){return e.getFullYear()%100==0},e.prototype.isInSameView=function(e,t){return 0===(0,o.durationInDecades)(e,t)},e.prototype.move=function(e,t){var n=c[t];return n?n(e):e},e.prototype.cellTitle=function(e){return e.getFullYear().toString()},e.prototype.navigationTitle=function(e){return e?(0,o.firstYearOfDecade)(e).getFullYear().toString():""},e.prototype.title=function(e){return e?"".concat((0,o.firstYearOfDecade)(e).getFullYear()," - ").concat((0,o.lastYearOfDecade)(e).getFullYear()):""},e.prototype.rowLength=function(e){return 4},e.prototype.skip=function(e,t){return(0,o.durationInDecades)(t,e)},e.prototype.total=function(e,t){return(0,o.durationInDecades)(e,t)+1},e.prototype.value=function(e){return e?e.getFullYear().toString():""},e.prototype.viewDate=function(e,t,n){return void 0===n&&(n=1),(0,o.durationInDecades)(e,t)<n?(0,o.addDecades)(e,-1):e},e.prototype.normalize=function(e,t,n){return e<t&&this.isEqual(e,t)?(0,o.cloneDate)(t):e>n&&this.isEqual(e,n)?(0,o.cloneDate)(n):e},e}()},5327:(e,t,n)=>{n.d(t,{p:()=>u});var r,o=n(619),i=n(5987),a=n(9135),l=n(6973),s=[[]],c=((r={})[i.a.Left]=function(e){return(0,o.addDays)(e,-1)},r[i.a.Up]=function(e){return(0,o.addWeeks)(e,-1)},r[i.a.Right]=function(e){return(0,o.addDays)(e,1)},r[i.a.Down]=function(e){return(0,o.addWeeks)(e,1)},r[i.a.PrevView]=function(e){return(0,o.addMonths)(e,-1)},r[i.a.NextView]=function(e){return(0,o.addMonths)(e,1)},r[i.a.FirstInView]=function(e){return(0,o.firstDayOfMonth)(e)},r[i.a.LastInView]=function(e){return(0,o.lastDayOfMonth)(e)},r),u=function(){function e(e){this.intl=e}return e.prototype.addToDate=function(e,t){return(0,o.addMonths)(e,t)},e.prototype.datesList=function(e,t){return(0,l.w6)(0,t).map((function(t){return(0,o.addMonths)(e,t)}))},e.prototype.data=function(e){var t=this,n=e.cellUID,r=e.focusedDate,i=e.isActiveView,c=e.max,u=e.min,p=e.selectedDate,d=e.selectionRange,h=void 0===d?a.U:d,v=e.viewDate;if(!v)return s;var f=(0,o.firstDayOfMonth)(v),m=(0,o.lastDayOfMonth)(v),g=(0,o.dayOfWeek)(f,this.intl.firstDay(),-1),y=(0,l.w6)(0,7),b=(0,l.x2)();return(0,l.w6)(0,6).map((function(e){var a=(0,o.addDays)(g,7*e);return y.map((function(e){var s=t.normalize((0,o.addDays)(a,e),u,c);if(s<f||s>m)return null;var d=t.isEqual(s,h.start),v=t.isEqual(s,h.end),g=!d&&!v&&(0,l.o_)(s,h),y=i&&(Array.isArray(p)?t.isSelectedFromArray(s,p,u,c):(0,l.mh)(p,u,c)&&t.isEqual(s,p));return{formattedValue:t.value(s),id:"".concat(n).concat(s.getTime()),isFocused:t.isEqual(s,r),isSelected:y,isInRange:(0,l.mh)(s,u,c),isWeekend:t.isWeekend(s),isRangeStart:d,isRangeMid:g,isRangeEnd:v,isRangeSplitStart:g&&t.isEqual(s,f),isRangeSplitEnd:g&&t.isEqual(s,m),isToday:t.isEqual(s,b),title:t.cellTitle(s),value:s}}))}))},e.prototype.isEqual=function(e,t){return!(!e||!t)&&(0,o.getDate)(e).getTime()===(0,o.getDate)(t).getTime()},e.prototype.isSelectedFromArray=function(e,t,n,r){var o=this,i=!1;return t.forEach((function(t){(0,l.mh)(e,n,r)&&o.isEqual(e,t)&&(i=!0)})),i},e.prototype.isInArray=function(e,t){return!!t.length&&(0,o.firstDayOfMonth)(t[0])<=e&&e<=(0,o.lastDayOfMonth)(t[t.length-1])},e.prototype.isInRange=function(e,t,n){var r=(0,o.getDate)(e),i=!t||(0,o.getDate)(t)<=r,a=!n||r<=(0,o.getDate)(n);return i&&a},e.prototype.isInSameView=function(e,t){return 0===(0,o.durationInMonths)(e,t)},e.prototype.isRangeStart=function(e){return!e.getMonth()},e.prototype.move=function(e,t){var n=c[t];return n?n(e):e},e.prototype.cellTitle=function(e){return this.intl.formatDate(e,"D")},e.prototype.navigationTitle=function(e){return e?this.isRangeStart(e)?e.getFullYear().toString():this.abbrMonthNames()[e.getMonth()]:""},e.prototype.title=function(e){return"".concat(this.wideMonthNames()[e.getMonth()]," ").concat(e.getFullYear())},e.prototype.rowLength=function(e){return 7+(e?1:0)},e.prototype.skip=function(e,t){return(0,o.durationInMonths)(t,e)},e.prototype.total=function(e,t){return(0,o.durationInMonths)(e,t)+1},e.prototype.value=function(e){return e?e.getDate().toString():""},e.prototype.viewDate=function(e,t,n){return void 0===n&&(n=1),(0,o.durationInMonths)(e,t)<n?(0,o.addMonths)(e,-1):e},e.prototype.isWeekend=function(e){var t=e.getDay();return 6===t||0===t},e.prototype.abbrMonthNames=function(){return this.intl.dateFormatNames({nameType:"abbreviated",type:"months"})},e.prototype.normalize=function(e,t,n){return e<t&&this.isEqual(e,t)?(0,o.getDate)(t):e>n&&this.isEqual(e,n)?(0,o.getDate)(n):e},e.prototype.wideMonthNames=function(){return this.intl.dateFormatNames({nameType:"wide",type:"months",standAlone:!0})},e}()},4725:(e,t,n)=>{n.d(t,{f:()=>i});var r=n(5987),o={33:r.a.PrevView,34:r.a.NextView,35:r.a.LastInView,36:r.a.FirstInView,37:r.a.Left,38:r.a.Up,39:r.a.Right,40:r.a.Down,"meta+38":r.a.UpperView,"meta+40":r.a.LowerView},i=function(){function e(e){this.bus=e}return e.prototype.action=function(e){var t="".concat(e.ctrlKey||e.metaKey?"meta+":"").concat(e.keyCode);return o[t]},e.prototype.move=function(e,t,n,o,i){return o?t===r.a.UpperView&&this.bus.canMoveUp(n)?(this.bus.moveUp(n,i),e):t===r.a.LowerView&&this.bus.canMoveDown(n)?(this.bus.moveDown(n,i),e):o.move(e,t):e},e}()},1966:(e,t,n)=>{n.d(t,{V:()=>r});var r=function(){function e(e){this.dom=e,this.divideByMagnitude=null,this.powerByMagnitude=null,this.navigator=null,this.view=null,this.monthScrolled=!1,this.navScrolled=!1}return e.prototype.configure=function(e){var t=Math.max(this.dom.viewHeight(e)/this.dom.navigationItemHeight,1);this.divideByMagnitude=function(e){return function(t){return Math.floor(t/e)}}(t),this.powerByMagnitude=function(e){return function(t){return t*e}}(t)},e.prototype.sync=function(e,t,n){if(e&&t){if(this.navigator=e,this.view=t,n.target===this.navigator.element){if(this.monthScrolled)return void(this.monthScrolled=!1);this.navScrolled=!0,this.scrollSiblingOf(this.navigator.element)}if(n.target===this.view.element){if(this.navScrolled)return void(this.navScrolled=!1);this.monthScrolled=!0,this.scrollSiblingOf(this.view.element)}}},e.prototype.scrollSiblingOf=function(e){var t=this.siblingComponent(e),n=this.calculateScroll(t,e.scrollTop);t.scrollTo(n)},e.prototype.siblingComponent=function(e){return this.navigator.element===e?this.view:this.navigator},e.prototype.calculateScroll=function(e,t){var n=e===this.navigator?this.divideByMagnitude:this.powerByMagnitude;return n?n(t):0},e}()},4819:(e,t,n)=>{n.d(t,{p:()=>o});var r=n(6973),o=function(){function e(e){this.intl=e}return e.prototype.getWeekNames=function(e){void 0===e&&(e=!1);var t=(0,r.ZH)(this.intl.dateFormatNames({nameType:"short",type:"days"}),this.intl.firstDay());return e?[""].concat(t):t},e}()},8838:(e,t,n)=>{n.d(t,{z:()=>u});var r,o=n(619),i=n(5987),a=n(6973),l=n(9135),s=[[]],c=((r={})[i.a.Left]=function(e){return(0,o.addMonths)(e,-1)},r[i.a.Up]=function(e){return(0,o.addMonths)(e,(t=e.getMonth())>4?-5:t<2?-2:-7);var t},r[i.a.Right]=function(e){return(0,o.addMonths)(e,1)},r[i.a.Down]=function(e){return(0,o.addMonths)(e,(t=e.getMonth())<7?5:t<10?7:2);var t},r[i.a.PrevView]=function(e){return(0,o.addYears)(e,-1)},r[i.a.NextView]=function(e){return(0,o.addYears)(e,1)},r[i.a.FirstInView]=function(e){return(0,o.firstMonthOfYear)(e)},r[i.a.LastInView]=function(e){return(0,o.lastMonthOfYear)(e)},r),u=function(){function e(e){this._intl=e}return e.prototype.addToDate=function(e,t){return(0,o.addYears)(e,t)},e.prototype.datesList=function(e,t){return(0,a.w6)(0,t).map((function(t){return(0,o.addYears)(e,t)}))},e.prototype.data=function(e){var t=this,n=e.cellUID,r=e.focusedDate,i=e.isActiveView,c=e.max,u=e.min,p=e.selectedDate,d=e.selectionRange,h=void 0===d?l.U:d,v=e.viewDate;if(!v)return s;var f=this.abbrMonthNames(),m=(0,o.firstMonthOfYear)(v),g=(0,o.lastMonthOfYear)(v),y=m.getFullYear(),b=(0,a.w6)(0,4),w=(0,a.x2)();return(0,a.w6)(0,3).map((function(e){var l=(0,o.addMonths)(m,4*e);return b.map((function(e){var s=t.normalize((0,o.addMonths)(l,e),u,c);if(y<s.getFullYear())return null;var d=t.isEqual(s,h.start),v=t.isEqual(s,h.end),b=!d&&!v&&(0,a.o_)(s,h),z=i&&(Array.isArray(p)?t.isSelectedFromArray(s,p,u,c):(0,a.mh)(p,u,c)&&t.isEqual(s,p));return{formattedValue:f[s.getMonth()],id:"".concat(n).concat(s.getTime()),isFocused:t.isEqual(s,r),isSelected:z,isInRange:(0,a.mh)(s,u,c),isWeekend:!1,isRangeStart:d,isRangeMid:b,isRangeEnd:v,isRangeSplitEnd:b&&t.isEqual(s,g),isRangeSplitStart:b&&t.isEqual(s,m),isToday:t.isEqual(s,w),title:t.cellTitle(s),value:s}}))}))},e.prototype.isSelectedFromArray=function(e,t,n,r){var o=this,i=!1;return t.forEach((function(t){(0,a.mh)(e,n,r)&&o.isEqual(e,t)&&(i=!0)})),i},e.prototype.isEqual=function(e,t){return!(!e||!t)&&e.getFullYear()===t.getFullYear()&&e.getMonth()===t.getMonth()},e.prototype.isInArray=function(e,t){if(!t.length)return!1;var n=e.getFullYear();return t[0].getFullYear()<=n&&n<=t[t.length-1].getFullYear()},e.prototype.isInRange=function(e,t,n){var r=(0,o.createDate)(e.getFullYear(),e.getMonth(),1),i=!t||(0,o.createDate)(t.getFullYear(),t.getMonth(),1)<=r,a=!n||r<=(0,o.createDate)(n.getFullYear(),n.getMonth(),1);return i&&a},e.prototype.isInSameView=function(e,t){return 0===(0,o.durationInYears)(e,t)},e.prototype.isRangeStart=function(e){return e.getFullYear()%10==0},e.prototype.move=function(e,t){var n=c[t];return n?n(e):e},e.prototype.cellTitle=function(e){return"".concat(e.getFullYear()," ").concat(this.value(e))},e.prototype.navigationTitle=function(e){return this.title(e)},e.prototype.title=function(e){return e?e.getFullYear().toString():""},e.prototype.rowLength=function(e){return 4},e.prototype.skip=function(e,t){return(0,o.durationInYears)(t,e)},e.prototype.total=function(e,t){return(0,o.durationInYears)(e,t)+1},e.prototype.value=function(e){return e?this.abbrMonthNames()[e.getMonth()]:""},e.prototype.viewDate=function(e,t,n){return void 0===n&&(n=1),(0,o.durationInYears)(e,t)<n?(0,o.addYears)(e,-1):e},e.prototype.abbrMonthNames=function(){return this._intl.dateFormatNames({nameType:"abbreviated",type:"months"})},e.prototype.normalize=function(e,t,n){return e<t&&this.isEqual(e,t)?(0,o.cloneDate)(t):e>n&&this.isEqual(e,n)?(0,o.cloneDate)(n):e},e}()},3970:(e,t,n)=>{n.d(t,{$:()=>u});var r=n(3899),o=n(8574),i=n(1205),a=n(4390),l=n(9570),s=n(7037),c=function(){return c=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},c.apply(this,arguments)},u=function(e){var t=e.footer,n=e.children,u=e.windowWidth,p=void 0===u?0:u,d=e.navigatable,h=e.navigatableElements,v=e.expand,f=e.animation,m=e.onClose,g=e.adaptiveTitle,y=e.mobileFilter,b={navigatable:d||!1,navigatableElements:h||[],expand:v,animation:!1!==f,onClose:m,animationStyles:p<=500?{top:0,width:"100%",height:"100%"}:void 0,className:p<=500?"k-adaptive-actionsheet k-actionsheet-fullscreen":"k-adaptive-actionsheet k-actionsheet-bottom"};return r.createElement(o.V,c({},b),r.createElement(i.n,{className:"k-text-center"},r.createElement("div",{className:"k-actionsheet-titlebar-group k-hbox"},r.createElement("div",{className:"k-actionsheet-title"},r.createElement("div",null,g)),r.createElement("div",{className:"k-actionsheet-actions"},r.createElement(s.z,{tabIndex:0,"aria-label":"Cancel","aria-disabled":"false",type:"button",fillMode:"flat",icon:"x",svgIcon:l.FZE,onClick:m}))),y&&r.createElement("div",{className:"k-actionsheet-titlebar-group k-actionsheet-filter"},y)),n,t&&r.createElement(a.K,{className:"k-actions k-actions-stretched"},r.createElement(s.z,{size:"large",tabIndex:0,"aria-label":t.cancelText,"aria-disabled":"false",type:"button",onClick:t.onCancel},t.cancelText),r.createElement(s.z,{tabIndex:0,themeColor:"primary",size:"large","aria-label":t.applyText,"aria-disabled":"false",type:"button",onClick:t.onApply},t.applyText)))}},4962:(e,t,n)=>{n.d(t,{g:()=>i});var r=n(3899),o=n(8047),i=r.forwardRef((function(e,t){var n=e._ref,i=r.useRef(null);r.useImperativeHandle(t,(function(){return i.current})),r.useImperativeHandle(n,(function(){return i.current}));var a=r.useMemo((function(){return(0,o.A)(e.className,"k-picker-wrap")}),[e.className]);return r.createElement("span",{ref:i,id:e.id,style:e.style,className:a,tabIndex:e.tabIndex},e.children)}))},5282:(e,t,n)=>{n.d(t,{_:()=>r});var r=768},2271:(e,t,n)=>{n.d(t,{Wr:()=>V,UP:()=>H,fv:()=>S});var r,o=n(3899),i=n(189),a=n(619),l=n(7037),s=n(9570),c=n(499),u=function(){this.symbols="",this.partMap=[]},p=function(e,t){return e[t.pattern[0]]=t.type,e},d=["k-widget","k-dateinput"],h=function(){function e(e,t,n){this.year=!0,this.month=!0,this.date=!0,this.hours=!0,this.minutes=!0,this.seconds=!0,this.milliseconds=!0,this.leadingZero=null,this.typedMonthPart="",this.knownParts="adHhmMsEy",this.symbols={E:"E",H:"H",M:"M",a:"a",d:"d",h:"h",m:"m",s:"s",y:"y"},this._value=(0,a.getDate)(new Date),this.intlProvider=e,this.formatPlaceholder=t,this.format=n,this.monthNames=this.allFormatedMonths()}return Object.defineProperty(e.prototype,"intl",{get:function(){return this.intlProvider()},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"value",{get:function(){return this._value},enumerable:!1,configurable:!0}),e.prototype.setValue=function(e){e?(0,a.isEqual)(e,this._value)||(this._value=(0,a.cloneDate)(e),this.modifyExisting(!0)):(this._value=(0,a.getDate)(new Date),this.modifyExisting(!1))},e.prototype.hasValue=function(){var e=this;return this.intl.splitDateFormat(this.format).reduce((function(t,n){return t||"literal"!==n.type&&"dayperiod"!==n.type&&e.getExisting(n.pattern[0])}),!1)},e.prototype.getDateObject=function(){for(var e=0;e<this.knownParts.length;e++)if(!this.getExisting(this.knownParts[e]))return null;return(0,a.cloneDate)(this.value)},e.prototype.getTextAndFormat=function(){return this.merge(this.intl.formatDate(this.value,this.format),this.dateFormatString(this.value,this.format))},e.prototype.modifyExisting=function(e){for(var t=this.dateFormatString(this.value,this.format).symbols,n=0;n<t.length;n++)this.setExisting(t[n],e)},e.prototype.getExisting=function(e){switch(e){case"y":return this.year;case"M":case"L":return this.month;case"d":return this.date;case"E":return this.date&&this.month&&this.year;case"h":case"H":return this.hours;case"m":return this.minutes;case"s":return this.seconds;default:return!0}},e.prototype.setExisting=function(e,t){switch(e){case"y":this.year=t,!1===t&&this._value.setFullYear(2e3);break;case"M":this.month=t,!1===t&&this._value.setMonth(0);break;case"d":this.date=t;break;case"h":case"H":this.hours=t;break;case"m":this.minutes=t;break;case"s":this.seconds=t;break;default:return}},e.prototype.modifyPart=function(e,t){var n=(0,a.cloneDate)(this.value);switch(e){case"y":n.setFullYear(n.getFullYear()+t);break;case"M":n=(0,a.addMonths)(this.value,t);break;case"d":case"E":n.setDate(n.getDate()+t);break;case"h":case"H":n.setHours(n.getHours()+t);break;case"m":n.setMinutes(n.getMinutes()+t);break;case"s":n.setSeconds(n.getSeconds()+t);break;case"a":n.setHours(n.getHours()+12*t)}this.setExisting(e,!0),this._value=n},e.prototype.parsePart=function(e,t){var n;if(this.resetLeadingZero(),!t)return this.setExisting(e,!1),{value:null};for(var r=this.intl.formatDate(this.value,this.format),o=this.dateFormatString(this.value,this.format),i=o.symbols,l=!1,s="",c="",u="",p=0;p<r.length;p++)i[p]===e?(c+=this.getExisting(e)?r[p]:"0",l=!0):l?u+=r[p]:s+=r[p];for(var d=null,h=this.matchMonth(t);c.length>0&&"0"===c.charAt(0);)c=c.slice(1);for(c.length>=4&&(c=""),p=0;p<2;p++){var v=c+t,f=parseInt(v,10);if(!(d=this.intl.parseDate(s+v+u,this.format))&&!isNaN(f)&&!isNaN(parseInt(t,10))){if("M"===e&&!h){var m=f-1;m>-1&&m<12&&((d=(0,a.cloneDate)(this.value)).setMonth(m),d.getMonth()!==m&&(d=(0,a.lastDayOfMonth)((0,a.addMonths)(d,-1))))}"y"===e&&(d=(0,a.createDate)(parseInt(v,10),this.month?this.value.getMonth():0,this.date?this.value.getDate():1,this.hours?this.value.getHours():0,this.minutes?this.value.getMinutes():0,this.seconds?this.value.getSeconds():0,this.milliseconds?this.value.getMilliseconds():0),this.date&&d.getDate()!==this.value.getDate()&&(d=(0,a.lastDayOfMonth)((0,a.addMonths)(d,-1))))}if(d)return this._value=d,this.setExisting(e,!0),{value:this.value};c=""}return h&&(d=this.intl.parseDate(s+h+u,this.format))?(this._value=d,this.setExisting(e,!0),{value:this.value}):("0"===t&&(this.leadingZero=this.isAbbrMonth(o.partMap,e)?null:((n={})[e]=!0,n),this.setExisting(e,!1)),{value:null})},e.prototype.symbolMap=function(e){return this.intl.splitDateFormat(this.format).reduce(p,{})[e]},e.prototype.resetLeadingZero=function(){var e=null!==this.leadingZero;return this.leadingZero=null,e},e.prototype.isAbbrMonth=function(e,t){var n=this.partPattern(e,t);return"month"===n.type&&n.names},e.prototype.partPattern=function(e,t){return e.filter((function(e){return-1!==e.pattern.indexOf(t)}))[0]},e.prototype.matchMonth=function(e){if(this.typedMonthPart+=e.toLowerCase(),0===this.monthNames.length)return"";for(;this.typedMonthPart.length>0;){for(var t=0;t<this.monthNames.length;t++)if(0===this.monthNames[t].toLowerCase().indexOf(this.typedMonthPart))return this.monthNames[t];var n=parseInt(this.typedMonthPart,10);if(n>=1&&n<=12&&n.toString()===this.typedMonthPart)return this.monthNames[n-1];this.typedMonthPart=this.typedMonthPart.substring(1,this.typedMonthPart.length)}return""},e.prototype.allFormatedMonths=function(){for(var e=this.intl.splitDateFormat(this.format),t=0;t<e.length;t++)if("month"===e[t].type&&e[t].names)return this.intl.dateFormatNames(e[t].names);return[]},e.prototype.dateFormatString=function(e,t){for(var n=this.intl.splitDateFormat(t),r=[],o=[],i=0;i<n.length;i++)for(var a=this.intl.formatDate(e,{pattern:n[i].pattern}).length;a>0;)r.push(this.symbols[n[i].pattern[0]]||"_"),o.push(n[i]),a--;var l=new u;return l.symbols=r.join(""),l.partMap=o,l},e.prototype.merge=function(e,t){for(var n="",r="",o=t.symbols,i=o.length-1;i>=0;i--)if(-1===this.knownParts.indexOf(o[i])||this.getExisting(o[i]))n=e[i]+n,r=o[i]+r;else{for(var a=o[i];i>=0&&a===o[i];)i--;for(i++,n=this.leadingZero&&this.leadingZero[a]?"0"+n:this.dateFieldName(t.partMap[i])+n;r.length<n.length;)r=o[i]+r}return{text:n,format:r}},e.prototype.dateFieldName=function(e){var t=this.formatPlaceholder||"wide";return t[e.type]?t[e.type]:"formatPattern"===t?e.pattern:this.intl.dateFieldName(Object.assign(e,{nameType:t}))},e}(),v=n(3198),f=n(3769),m=n(493),g=n(8047),y=n(2697),b=n(3228),w=n(848),z=n(6097),x=n(4006),C=n(9433),k=n(6973),I=n(7915),O=n(213),E=(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),M=function(){return M=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},M.apply(this,arguments)},S=function(e){function t(n){var r=e.call(this,n)||this;return r.kendoDate=null,r.currentFormat="",r.paste=!1,r._element=null,r._wrapper=null,r._inputId=(0,v.M)(),r._lastSelectedSymbol="",r.focus=function(){r._element&&r._element.focus()},r.setValidity=function(){r.element&&r.element.setCustomValidity&&r.element.setCustomValidity(r.validity.valid?"":r.props.validationMessage||t.defaultProps.validationMessage)},r.updateOnPaste=function(e){if(r.element&&r.kendoDate){var t=(0,c.provideIntlService)(r).parseDate(r.element.value,r.props.format)||r.value,n=r.value;r.kendoDate.setValue(t),r.triggerChange(e,n)}},r.spinnersMouseDown=function(e){e.preventDefault();var t=(0,f.v)(document);r.element&&t!==r.element&&r.element.focus({preventScroll:!0})},r.handlePaste=function(){r.paste=!0},r.elementChange=function(e){if(r.element&&r.kendoDate){if(r.paste)return r.updateOnPaste(e),void(r.paste=!1);var t=r.kendoDate.getTextAndFormat(),n=t.text,o=t.format;r.currentFormat=o;var i=r.value,a=function(e,t,n,r){var o=e[r+e.length-n.length],i=e.substring(0,r+e.length-n.length),a=n.substring(0,r),l=[];if(i===a&&r>0)return l.push([t[r-1],a[r-1]]),l;if(0===i.indexOf(a)&&(0===a.length||t[a.length-1]!==t[a.length])){var s="";1===a.length&&l.push([t[0],a[0]]);for(var c=a.length;c<i.length;c++)t[c]!==s&&"_"!==t[c]&&(s=t[c],l.push([s,""]));return l}if(0===a.indexOf(i)||"_"===t[r-1]){var u=t[0];for(c=Math.max(0,i.length-1);c<t.length;c++)if("_"!==t[c]){u=t[c];break}return[[u,a[r-1]]]}return" "===a[a.length-1]||a[a.length-1]===o?[[t[r-1],"_"]]:[[t[r-1],a[r-1]]]}(n,r.currentFormat,r.element.value,r.selection.start),l=1===a.length&&"_"===a[0][1];if(!l)for(var s=0;s<a.length;s++)r.kendoDate.parsePart(a[s][0],a[s][1]);a.length&&"_"!==a[0][0]&&r.setSelection(r.selectionBySymbol(a[0][0])),l&&r.switchDateSegment(1),r.triggerChange(e,i)}},r.elementClick=function(e){r.setSelection(r.selectionByIndex(r.selection.start))},r.nativeWheel=function(e){(0,f.v)(document)===r.element&&e.preventDefault()},r.wheel=function(e){(0,f.v)(document)===r.element&&(e.nativeEvent.deltaY<0&&r.increasePart(e),e.nativeEvent.deltaY>0&&r.decreasePart(e))},r.increasePart=function(e){r.modifyDateSegmentValue(1,e)},r.decreasePart=function(e){r.modifyDateSegmentValue(-1,e)},r.elementKeyDown=function(e){if(!e.altKey){switch(e.keyCode){case 37:r.switchDateSegment(-1);break;case 38:r.modifyDateSegmentValue(1,e);break;case 39:r.switchDateSegment(1);break;case 40:r.modifyDateSegmentValue(-1,e);break;default:return}e.preventDefault()}},r.elementOnFocus=function(e){r.wrapper&&r.wrapper.classList.add("k-focus"),r.setState({focused:!0})},r.elementOnBlur=function(e){r.wrapper&&r.wrapper.classList.remove("k-focus"),r.setState({focused:!1})},(0,x.s)(C.k),r.state={focused:!1},r}return E(t,e),t.prototype.componentDidMount=function(){this.setValidity(),this.wrapper&&this.wrapper.addEventListener("wheel",this.nativeWheel,{passive:!1})},t.prototype.componentDidUpdate=function(e,t){this._lastSelectedSymbol&&t.focused===this.state.focused?this.setSelection(this.selectionBySymbol(this._lastSelectedSymbol)):void 0!==this.props.placeholder&&this.selection.start===this.selection.end&&this.setSelection({start:0,end:this.currentFormat.length}),this.setValidity()},t.prototype.componentWillUnmount=function(){this.wrapper&&this.wrapper.removeEventListener("wheel",this.nativeWheel)},t.prototype.render=function(){var e=this,n=this.props,r=n.size,i=void 0===r?t.defaultProps.size:r,a=n.fillMode,u=void 0===a?t.defaultProps.fillMode:a,p=n.rounded,h=void 0===p?t.defaultProps.rounded:p;this.props._ref&&(this.props._ref.current=this);var v=(0,c.provideLocalizationService)(this),f=M(M({},t.defaultProps),this.props),w=f.name,x=f.label,C=f.id,k=this.text,O=k===this.props.placeholder?"":k,E=k===this.props.placeholder?k:void 0,S=C||this._inputId,H=!this.validityStyles||this.validity.valid,V=function(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))}([],d,!0);this.props.className&&V.push(this.props.className);var P=o.createElement(m.o,{onFocus:this.elementOnFocus,onBlur:this.elementOnBlur},(function(t){var n,r=t.onFocus,a=t.onBlur;return o.createElement("span",{ref:function(t){e._wrapper=t},style:x?void 0:{width:e.props.width},dir:e.props.dir,className:(0,g.A)("k-dateinput","k-input",(n={},n["k-input-".concat(y.G.sizeMap[i]||i)]=i,n["k-input-".concat(u)]=u,n["k-rounded-".concat(y.G.roundedMap[h]||h)]=h,n["k-invalid"]=!H,n["k-required"]=e.required,n["k-disabled"]=e.props.disabled,n),e.props.className),onFocus:r,onBlur:a},o.createElement("input",{role:e.props.ariaRole||"textbox",readOnly:e.props.readonly,tabIndex:e.props.tabIndex,disabled:e.props.disabled,title:void 0!==e.props.title?e.props.title:k,type:"text",spellCheck:!1,autoComplete:"off",autoCorrect:"off",className:"k-input-inner",id:S,"aria-label":e.props.ariaLabel,"aria-labelledby":e.props.ariaLabelledBy,"aria-describedby":e.props.ariaDescribedBy,"aria-haspopup":e.props.ariaHasPopup,"aria-disabled":e.props.disabled,"aria-expanded":e.props.ariaExpanded,"aria-controls":e.props.ariaControls,onWheel:e.wheel,onClick:e.elementClick,onInput:e.elementChange,onPaste:e.handlePaste,onKeyDown:e.elementKeyDown,onChange:b.Z,value:O,placeholder:E,name:w,ref:function(t){return e._element=t}}),e.props.children,e.props.spinners&&o.createElement("span",{className:"k-input-spinner k-spin-button",onMouseDown:e.spinnersMouseDown},o.createElement(l.z,{tabIndex:-1,type:"button",rounded:null,className:"k-spinner-increase",icon:"caret-alt-up",svgIcon:s.fRI,"aria-label":v.toLanguageString(I.WG,I.sY[I.WG]),title:v.toLanguageString(I.WG,I.sY[I.WG]),onClick:e.increasePart}),o.createElement(l.z,{tabIndex:-1,type:"button",rounded:null,className:"k-spinner-decrease",icon:"caret-alt-down",svgIcon:s.M7i,"aria-label":v.toLanguageString(I.ab,I.sY[I.ab]),title:v.toLanguageString(I.ab,I.sY[I.ab]),onClick:e.decreasePart})))}));return x?o.createElement(z._,{label:x,editorId:S,editorValue:k,editorValid:H,editorDisabled:this.props.disabled,children:P,style:{width:this.props.width}}):P},Object.defineProperty(t.prototype,"value",{get:function(){return void 0!==this.valueDuringOnChange?this.valueDuringOnChange:this.kendoDate&&this.kendoDate.getDateObject()},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"name",{get:function(){return this.props.name},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"min",{get:function(){return void 0!==this.props.min?this.props.min:t.defaultProps.min},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"max",{get:function(){return void 0!==this.props.max?this.props.max:t.defaultProps.max},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"text",{get:function(){var e=M(M({},V.defaultProps),this.props),n=e.formatPlaceholder,r=void 0===n?t.defaultProps.formatPlaceholder:n,o=e.format,i=void 0===o?t.defaultProps.format:o,a=e.value,l=e.defaultValue;null===this.kendoDate?(this.kendoDate=new h(this.intl.bind(this),r,i),this.kendoDate.setValue(a||l||null)):(this.kendoDate.format=i,this.kendoDate.formatPlaceholder=r),void 0!==a&&this.value!==a&&this.kendoDate.setValue(a);var s=this.kendoDate.getTextAndFormat(),c=s.text,u=s.format;return this.currentFormat=u,null===e.placeholder||void 0===e.placeholder||this.state.focused||this.kendoDate.hasValue()?c:e.placeholder},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"validity",{get:function(){var e,t,n,r=(e=this.value,t=this.min,n=this.max,(null===e||!(t&&t>e||n&&n<e))&&(0,O.Si)(this.value,this.props.minTime,this.props.maxTime)),o=void 0!==this.props.validationMessage,i=(!this.required||null!==this.value)&&r,a=void 0!==this.props.valid?this.props.valid:i;return{customError:o,rangeOverflow:this.value&&this.max.getTime()<this.value.getTime()||!1,rangeUnderflow:this.value&&this.value.getTime()<this.min.getTime()||!1,valid:a,valueMissing:null===this.value}},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"element",{get:function(){return this._element},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"validityStyles",{get:function(){return void 0!==this.props.validityStyles?this.props.validityStyles:t.defaultProps.validityStyles},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"required",{get:function(){return void 0!==this.props.required?this.props.required:t.defaultProps.required},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"wrapper",{get:function(){return this._wrapper},enumerable:!1,configurable:!0}),t.prototype.intl=function(){return(0,c.provideIntlService)(this)},Object.defineProperty(t.prototype,"selection",{get:function(){var e={start:0,end:0};return null!==this.element&&void 0!==this.element.selectionStart&&(e={start:this.element.selectionStart,end:this.element.selectionEnd}),e},enumerable:!1,configurable:!0}),t.prototype.setSelection=function(e){var t=this;this._lastSelectedSymbol=this.currentFormat[e.start],window.requestAnimationFrame((function(){var n=(0,f.v)(document);t.element&&n===t.element&&!t.props.disableSelection&&t.element.setSelectionRange(e.start,e.end)}))},t.prototype.triggerChange=function(e,t){this.valueDuringOnChange=this.value,this.forceUpdate(),this.props.onChange&&!(0,a.isEqual)(t,this.value)&&this.props.onChange.call(void 0,{syntheticEvent:e,nativeEvent:e.nativeEvent,value:this.value,target:this}),this.valueDuringOnChange=void 0},t.prototype.selectionBySymbol=function(e){for(var t=-1,n=0,r=0;r<this.currentFormat.length;r++)this.currentFormat[r]===e&&(n=r+1,-1===t&&(t=r));return t<0&&(t=0),{start:t,end:n}},t.prototype.selectionByIndex=function(e){for(var t={start:e,end:e},n=e,r=e-1;n<this.currentFormat.length||r>=0;n++,r--){if(n<this.currentFormat.length&&"_"!==this.currentFormat[n]){t=this.selectionBySymbol(this.currentFormat[n]);break}if(r>=0&&"_"!==this.currentFormat[r]){t=this.selectionBySymbol(this.currentFormat[r]);break}}return t},t.prototype.switchDateSegment=function(e){var t=this.selection,n=t.start,r=t.end;if(n<r&&this.currentFormat[n]!==this.currentFormat[r-1])this.setSelection(this.selectionByIndex(e>0?n:r-1));else{for(var o=this.currentFormat[n],i=n+e;i>0&&i<this.currentFormat.length&&(this.currentFormat[i]===o||"_"===this.currentFormat[i]);)i+=e;if("_"!==this.currentFormat[i]){for(var a=i;a>=0&&a<this.currentFormat.length&&this.currentFormat[a]===this.currentFormat[i];)a+=e;i>a&&(a+1!==n||i+1!==r)?this.setSelection({start:a+1,end:i+1}):i<a&&(i!==n||a!==r)&&this.setSelection({start:i,end:a})}}},t.prototype.modifyDateSegmentValue=function(e,t){if(this.kendoDate){var n=this.value,r=this.currentFormat[this.selection.start],o=this.kendoDate.symbolMap(r),i=((this.props.steps||{})[o]||1)*e;this.kendoDate.modifyPart(r,i),this.triggerChange(t,n)}},t.displayName="DateInput",t.propTypes={value:i.instanceOf(Date),format:i.oneOfType([i.string,i.shape({skeleton:i.string,pattern:i.string,date:i.oneOf(["short","medium","long","full"]),time:i.oneOf(["short","medium","long","full"]),datetime:i.oneOf(["short","medium","long","full"]),era:i.oneOf(["narrow","short","long"]),year:i.oneOf(["numeric","2-digit"]),month:i.oneOf(["numeric","2-digit","narrow","short","long"]),day:i.oneOf(["numeric","2-digit"]),weekday:i.oneOf(["narrow","short","long"]),hour:i.oneOf(["numeric","2-digit"]),hour12:i.bool,minute:i.oneOf(["numeric","2-digit"]),second:i.oneOf(["numeric","2-digit"]),timeZoneName:i.oneOf(["short","long"])})]),formatPlaceholder:i.oneOfType([i.oneOf(["wide","narrow","short","formatPattern"]),i.shape({year:i.string,month:i.string,day:i.string,hour:i.string,minute:i.string,second:i.string})]),width:i.oneOfType([i.string,i.number]),tabIndex:i.number,title:i.string,steps:i.shape({year:i.number,month:i.number,day:i.number,hour:i.number,minute:i.number,second:i.number}),min:i.instanceOf(Date),max:i.instanceOf(Date),disabled:i.bool,spinners:i.bool,name:i.string,dir:i.string,label:i.string,id:i.string,ariaLabelledBy:i.string,ariaDescribedBy:i.string,ariaLabel:i.string,ariaRole:i.string,ariaHasPopup:i.oneOfType([i.bool,i.string]),ariaExpanded:i.oneOfType([i.bool]),onChange:i.func,validationMessage:i.string,required:i.bool,validate:i.bool,valid:i.bool,size:i.oneOf([null,"small","medium","large"]),rounded:i.oneOf([null,"small","medium","large","full"]),fillMode:i.oneOf([null,"solid","flat","outline"])},t.defaultProps={format:"d",size:"medium",rounded:"medium",fillMode:"solid",formatPlaceholder:"wide",spinners:!1,disabled:!1,max:(0,a.cloneDate)(k.f1),min:(0,a.cloneDate)(k.P1),minTime:(0,a.cloneDate)(k.oP),maxTime:(0,a.cloneDate)(k.bB),required:!1,validityStyles:!0,validationMessage:"Please enter a valid value!",placeholder:null,ariaHasPopup:"grid"},t}(o.Component),H=(0,w.Y)(),V=(0,w.u)(H,S);V.displayName="KendoReactDateInput",(0,c.registerForIntl)(S),(0,c.registerForLocalization)(S)},2514:(e,t,n)=>{n.d(t,{ON:()=>V,Z:()=>P,Mt:()=>D});var r,o=n(3899),i=n(189),a=n(1754),l=n(619),s=n(3198),c=n(8047),u=n(3493),p=n(4006),d=n(7827),h=n(493),v=n(2697),f=n(848),m=n(9570),g=n(9433),y=n(2271),b=n(5575),w=n(6973),z=n(7915),x=n(499),C=n(917),k=n(4962),I=n(3381),O=n(7999),E=n(3970),M=n(5282),S=(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),H=function(){return H=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},H.apply(this,arguments)},V=function(e){function t(n){var r=e.call(this,n)||this;return r._popupId=(0,s.M)(),r._element=null,r._dateInput=o.createRef(),r._calendar=null,r.shouldFocusDateInput=!1,r.prevShow=!1,r.focus=function(){r.dateInput&&r.dateInput.focus()},r.setCalendarRef=function(e){r._calendar=e},r.nextValue=function(e,t){return void 0!==e.value?e.value:t.value},r.nextShow=function(e,t){return void 0!==e.show?e.show:t.show},r.renderPopup=function(){var e=r.props,t=e.disabled,n=e.min,i=e.max,a=e.weekNumber,s=e.focusedDate,u=r.props.popupSettings,p=u.popupClass,d=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(u,["popupClass"]),h=r.show,v=r.value,f=v&&(0,l.getDate)(v),m=(0,c.A)("k-calendar-container k-group k-reset",p),g=H({popupClass:"k-datepicker-popup",show:h,anchor:r._element,className:m,id:r._popupId,anchorAlign:{horizontal:"left",vertical:"bottom"},popupAlign:{horizontal:"left",vertical:"top"}},d),y={disabled:t,value:f,min:n,max:i,weekNumber:a,focusedDate:s,className:r.mobileMode?"k-calendar-lg":"",navigation:!r.mobileMode,onChange:r.handleCalendarValueChange};return r.mobileMode?o.createElement(r.calendarComp,H({_ref:r.setCalendarRef},y)):o.createElement(r.popupComp,H({},g),o.createElement(r.calendarComp,H({_ref:r.setCalendarRef},y)))},r.renderAdaptivePopup=function(){var e=r.state.windowWidth,t=void 0===e?0:e,n={expand:r.show,onClose:r.handleBlur,adaptiveTitle:r.props.adaptiveTitle,windowWidth:t};return o.createElement(E.$,H({},n),o.createElement(O.M,{className:"!k-overflow-hidden"},r.renderPopup()))},r.handleInputValueChange=function(e){r.handleValueChange(e.value,e)},r.handleCalendarValueChange=function(e){var t=r.mergeTime(e.value);r.handleValueChange(t,e)},r.handleValueChange=function(e,t){r.setState({value:(0,l.cloneDate)(e||void 0)}),r.valueDuringOnChange=e,r.showDuringOnChange=!1,r.mobileMode||(r.shouldFocusDateInput=!0);var n=r.props.onChange;n&&n.call(void 0,{syntheticEvent:t.syntheticEvent,nativeEvent:t.nativeEvent,value:r.value,show:r.show,target:r}),r.valueDuringOnChange=void 0,r.showDuringOnChange=void 0,r.setShow(!1)},r.handleFocus=function(){r.setState({focused:!0})},r.handleBlur=function(){r.setState({focused:!1}),r.setShow(!1)},r.handleIconClick=function(){r.props.disabled||(r.shouldFocusDateInput=!0,r.setShow(!r.show))},r.handleIconMouseDown=function(e){e.preventDefault()},r.handleKeyDown=function(e){var t=e.altKey,n=e.keyCode;if(n===u.R.esc)return r.shouldFocusDateInput=!0,void r.setShow(!1);!t||n!==u.R.up&&n!==u.R.down||(e.preventDefault(),e.stopPropagation(),r.shouldFocusDateInput=n===u.R.up,r.setShow(n===u.R.down))},(0,p.s)(g.k),r.state={value:r.props.defaultValue||t.defaultProps.defaultValue,show:r.props.defaultShow||t.defaultProps.defaultShow,focused:!1},r}return S(t,e),Object.defineProperty(t.prototype,"document",{get:function(){if(d.N)return this.element&&this.element.ownerDocument||document},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"element",{get:function(){return this._element},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"mobileMode",{get:function(){return!!(this.state.windowWidth&&this.state.windowWidth<=M._&&this.props.adaptive)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"dateInput",{get:function(){return this._dateInput.current},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"calendar",{get:function(){return this._calendar},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"value",{get:function(){var e=void 0!==this.valueDuringOnChange?this.valueDuringOnChange:void 0!==this.props.value?this.props.value:this.state.value;return null!==e?(0,l.cloneDate)(e):null},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"show",{get:function(){return void 0!==this.showDuringOnChange?this.showDuringOnChange:void 0!==this.props.show?this.props.show:this.state.show},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"name",{get:function(){return this.props.name},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"min",{get:function(){return void 0!==this.props.min?this.props.min:t.defaultProps.min},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"max",{get:function(){return void 0!==this.props.max?this.props.max:t.defaultProps.max},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"dateInputComp",{get:function(){return this.props.dateInput||t.defaultProps.dateInput},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"toggleButtonComp",{get:function(){return this.props.toggleButton||t.defaultProps.toggleButton},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"calendarComp",{get:function(){return this.props.calendar||t.defaultProps.calendar},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"popupComp",{get:function(){return this.props.popup||t.defaultProps.popup},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"pickerWrapComp",{get:function(){return this.props.pickerWrap||t.defaultProps.pickerWrap},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"validity",{get:function(){var e=(0,w.qS)(this.value,this.min,this.max),t=void 0!==this.props.validationMessage,n=(!this.required||null!==this.value)&&e,r=void 0!==this.props.valid?this.props.valid:n;return{customError:t,rangeOverflow:this.value&&this.max.getTime()<this.value.getTime()||!1,rangeUnderflow:this.value&&this.value.getTime()<this.min.getTime()||!1,valid:r,valueMissing:null===this.value}},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"validityStyles",{get:function(){return void 0!==this.props.validityStyles?this.props.validityStyles:t.defaultProps.validityStyles},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"required",{get:function(){return void 0!==this.props.required?this.props.required:t.defaultProps.required},enumerable:!1,configurable:!0}),t.prototype.componentDidMount=function(){var e;this.observerResize=d.N&&window.ResizeObserver&&new window.ResizeObserver(this.calculateMedia.bind(this)),this.show&&this.forceUpdate(),(null===(e=this.document)||void 0===e?void 0:e.body)&&this.observerResize&&this.observerResize.observe(this.document.body)},t.prototype.componentDidUpdate=function(){this._calendar&&this._calendar.element&&this.show&&!this.prevShow&&this._calendar.element.focus({preventScroll:!0}),this.dateInput&&this.dateInput.element&&!this.show&&this.shouldFocusDateInput&&this.dateInput.element.focus({preventScroll:!0}),this.prevShow=this.show,this.shouldFocusDateInput=!1},t.prototype.componentWillUnmount=function(){var e;clearTimeout(this.nextTickId),(null===(e=this.document)||void 0===e?void 0:e.body)&&this.observerResize&&this.observerResize.disconnect()},t.prototype.render=function(){var e=this,n=this.props,r=n.size,i=void 0===r?t.defaultProps.size:r,a=n.rounded,l=void 0===a?t.defaultProps.rounded:a,s=n.fillMode,u=void 0===s?t.defaultProps.fillMode:s,p=n.disabled,d=n.tabIndex,f=n.title,g=n.id,y=n.format,b=n.formatPlaceholder,w=n.min,C=n.max,k=n.className,O=n.width,E=n.name,M=n.validationMessage,S=n.required,V=n.validityStyles,P=n.ariaLabelledBy,D=n.ariaDescribedBy,_=n.ariaLabel,R=this.show,L=this.value,N=!this.validityStyles||this.validity.valid,B={disabled:p,format:y,formatPlaceholder:b,id:g,ariaLabelledBy:P,ariaDescribedBy:D,ariaLabel:_,max:C,min:w,name:E,onChange:this.handleInputValueChange,required:S,tabIndex:R?-1:d,title:f,valid:this.validity.valid,validationMessage:M,validityStyles:V,value:L,label:void 0,placeholder:this.state.focused?null:this.props.placeholder,ariaExpanded:this.show,size:null,fillMode:null,rounded:null},T=(0,x.provideLocalizationService)(this).toLanguageString(z.WA,z.sY[z.WA]),F=o.createElement(h.o,{onFocus:this.handleFocus,onBlur:this.mobileMode?void 0:this.handleBlur,onSyncBlur:this.props.onBlur,onSyncFocus:this.props.onFocus},(function(t){var n,r=t.onFocus,a=t.onBlur;return o.createElement(o.Fragment,null,o.createElement("span",{ref:function(t){e._element=t},className:(0,c.A)("k-input","k-datepicker",(n={},n["k-input-".concat(v.G.sizeMap[i]||i)]=i,n["k-rounded-".concat(v.G.roundedMap[l]||l)]=l,n["k-input-".concat(u)]=u,n["k-invalid"]=!N,n["k-required"]=e.required,n["k-disabled"]=e.props.disabled,n),k),onKeyDown:e.handleKeyDown,style:{width:O},onFocus:r,onBlur:a,onClick:e.mobileMode?e.handleIconClick:void 0},o.createElement(e.dateInputComp,H({_ref:e._dateInput,ariaRole:"combobox",readonly:e.mobileMode,ariaExpanded:e.show,ariaControls:e._popupId},B)),o.createElement(e.toggleButtonComp,{type:"button",icon:"calendar",svgIcon:m.CHk,title:T,className:"k-input-button",rounded:null,onClick:e.mobileMode?void 0:e.handleIconClick,"aria-label":T,onMouseDown:e.handleIconMouseDown}),!e.mobileMode&&e.renderPopup()),e.mobileMode&&e.renderAdaptivePopup())}));return this.props.label?o.createElement(I.g,{dateInput:this._dateInput,label:this.props.label,editorId:g,editorValid:N,editorDisabled:this.props.disabled,children:F,style:{width:this.props.width}}):F},t.prototype.setShow=function(e){var t=this.props,n=t.onOpen,r=t.onClose;this.show!==e&&(this.setState({show:e}),e&&n&&n.call(void 0,{target:this}),!e&&r&&r.call(void 0,{target:this}))},t.prototype.mergeTime=function(e){return this.value&&e?(0,w.q_)(e,this.value):e},t.prototype.nextTick=function(e){clearTimeout(this.nextTickId),this.nextTickId=window.setTimeout((function(){return e()}))},t.prototype.calculateMedia=function(e){for(var t=0,n=e;t<n.length;t++){var r=n[t];this.setState({windowWidth:r.target.clientWidth})}},t.displayName="DatePicker",t.propTypes={className:i.string,defaultShow:i.bool,defaultValue:i.instanceOf(Date),disabled:i.bool,focusedDate:i.instanceOf(Date),format:i.oneOfType([i.string,i.shape({skeleton:i.string,pattern:i.string,date:i.oneOf(["short","medium","long","full"]),time:i.oneOf(["short","medium","long","full"]),datetime:i.oneOf(["short","medium","long","full"]),era:i.oneOf(["narrow","short","long"]),year:i.oneOf(["numeric","2-digit"]),month:i.oneOf(["numeric","2-digit","narrow","short","long"]),day:i.oneOf(["numeric","2-digit"]),weekday:i.oneOf(["narrow","short","long"]),hour:i.oneOf(["numeric","2-digit"]),hour12:i.bool,minute:i.oneOf(["numeric","2-digit"]),second:i.oneOf(["numeric","2-digit"]),timeZoneName:i.oneOf(["short","long"])})]),formatPlaceholder:i.oneOfType([i.oneOf(["wide","narrow","short","formatPattern"]),i.shape({year:i.string,month:i.string,day:i.string,hour:i.string,minute:i.string,second:i.string})]),id:i.string,ariaLabelledBy:i.string,ariaDescribedBy:i.string,ariaLabel:i.string,min:i.instanceOf(Date),max:i.instanceOf(Date),name:i.string,popupSettings:i.shape({animate:i.bool,appendTo:i.any,popupClass:i.string}),show:i.bool,tabIndex:i.number,title:i.string,value:i.instanceOf(Date),weekNumber:i.bool,width:i.oneOfType([i.number,i.string]),validationMessage:i.string,required:i.bool,validate:i.bool,valid:i.bool,size:i.oneOf([null,"small","medium","large"]),rounded:i.oneOf([null,"small","medium","large","full"]),fillMode:i.oneOf([null,"solid","flat","outline"]),adaptive:i.bool,adaptiveTitle:i.string},t.defaultProps={defaultShow:!1,defaultValue:null,dateInput:y.Wr,calendar:b.f,toggleButton:C.C,popup:a.G,pickerWrap:k.g,disabled:!1,format:"d",max:w.f1,min:w.P1,popupSettings:{},tabIndex:0,weekNumber:!1,required:!1,validityStyles:!0,size:"medium",rounded:"medium",fillMode:"solid"},t}(o.Component),P=(0,f.Y)(),D=(0,f.u)(P,V);D.displayName="KendoReactDatePicker",(0,x.registerForLocalization)(V)},917:(e,t,n)=>{n.d(t,{C:()=>r});var r=n(7037).z},3381:(e,t,n)=>{n.d(t,{g:()=>a});var r=n(3899),o=n(6097),i=function(){return i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)},a=function(e){var t,n,a,l,s=(t=e.dateInput,a=(n=r.useState(!1))[0],l=n[1],r.useEffect((function(){t.current&&l(Boolean(t.current.text))})),{editorValue:a});return r.createElement(o._,i({},e,s))}},5917:(e,t,n)=>{n.r(t),n.d(t,{Action:()=>Ie.a,BusViewService:()=>Me.P,Calendar:()=>a.f,CalendarCell:()=>Ze.V,CalendarHeaderTitle:()=>Qe.I,CalendarNavigationItem:()=>Je.R,CalendarPropsContext:()=>a.AL,CalendarViewEnum:()=>Oe.n,CalendarWeekCell:()=>Xe.B,CalendarWithoutContext:()=>a.NV,CenturyViewService:()=>ut.u,DOMService:()=>dt.T,DateInput:()=>l.Wr,DateInputPropsContext:()=>l.UP,DateInputWithoutContext:()=>l.fv,DatePicker:()=>s.Mt,DatePickerPropsContext:()=>s.Z,DatePickerWithoutContext:()=>s.ON,DateRangePicker:()=>Ye,DateRangePickerPropsContext:()=>Ue,DateRangePickerWithoutContext:()=>We,DateTimePicker:()=>lt,DateTimePickerPropsContext:()=>at,DateTimePickerWithoutContext:()=>it,DayPeriodService:()=>R,DecadeViewService:()=>pt.Y,EMPTY_SELECTIONRANGE:()=>ke.U,Header:()=>Ee.h,HorizontalViewList:()=>Pe,HoursService:()=>j,MAX_DATE:()=>O.f1,MAX_TIME:()=>O.bB,MIN_DATE:()=>O.P1,MIN_TIME:()=>O.oP,MinutesService:()=>U,MonthViewService:()=>ht.p,MultiViewCalendar:()=>Ae,MultiViewCalendarPropsContext:()=>je,MultiViewCalendarWithoutContext:()=>Fe,NavigationService:()=>Se.f,PickerWrap:()=>ct.g,ScrollSyncService:()=>vt.V,SecondsService:()=>$,TimeList:()=>oe,TimePart:()=>ue,TimePicker:()=>Ce,TimePickerPropsContext:()=>xe,TimePickerWithoutContext:()=>ze,TimeSelector:()=>ve,TodayCommand:()=>De.f,ToggleButton:()=>st.C,ViewList:()=>gt.N,Virtualization:()=>S.$,WeekNamesService:()=>ft.p,YearViewService:()=>mt.z,dateInputsMessages:()=>k.sY,decreaseValue:()=>k.ab,end:()=>k.ut,getNow:()=>E.Iz,getToday:()=>O.x2,increaseValue:()=>k.WG,separator:()=>k.kr,start:()=>k.BL,swapStartEnd:()=>k._A,today:()=>k.Lg,toggleCalendar:()=>k.WA,toggleDateTimeSelector:()=>k.lI});var r,o,i,a=n(5575),l=n(2271),s=n(2514),c=n(3899),u=n(189),p=n(1754),d=n(619),h=n(3198),v=n(8047),f=n(3493),m=n(7827),g=n(493),y=n(2697),b=n(848),w=n(9570),z=n(499),x=n(4006),C=n(9433),k=n(7915),I=n(3769),O=n(6973),E=n(213),M=n(3228),S=n(2554),H=n(5593),V=function(e,t){var n=(0,d.cloneDate)(e);return n.setHours(t),n},P=function(e){return null!==e&&e<12},D=function(e,t,n){return!t&&!n||e>=t&&e<=n},_=function(e,t,n){return!t&&!n||e>=t||e<=n},R=function(){function e(e){this.intl=e,this.min=null,this.max=null,this.part=null}return e.prototype.apply=function(e,t){var n=e.getHours(),r=P(n),o=P(t.getHours());if(r&&o||!r&&!o)return e;var i=this.normalizedRange(),a=i[0],l=i[1],s=void 0===l?24:l,c=n+(o?-12:12);return V(e,Math.min(Math.max(a,c),s||24))},e.prototype.configure=function(e){var t=e.min,n=void 0===t?this.min:t,r=e.max,o=void 0===r?this.max:r,i=e.part,a=void 0===i?this.part:i;this.min=n,this.max=o,this.part=a},e.prototype.data=function(e){var t=this.part&&this.part.names;if(!t||!this.min)return[];var n,r=[],o=this.normalizedRange(),i=o[0],a=o[1],l=this.intl.dateFormatNames(t);return P(i)&&r.push({text:l.am,value:V(this.min,i)}),null!==(n=a)&&(!n||n>11)&&r.push({text:l.pm,value:V(this.min,Math.max(12,a))}),this.min.getHours()!==i?r.reverse():r},e.prototype.isRangeChanged=function(e,t){return!1},e.prototype.limitRange=function(e,t,n){return[e,t]},e.prototype.total=function(){var e=this.normalizedRange(),t=e[0],n=e[1];return(t||n)&&(t>11||n<12)?1:2},e.prototype.selectedIndex=function(e){if(!this.valueInList(e)||!this.min)return-1;var t=Math.floor(e.getHours()/12);return this.min.getHours()===this.normalizedRange()[0]?t:0===t?1:0},e.prototype.valueInList=function(e){return!(!this.min||!this.max)&&(this.min.getHours()!==this.normalizedRange()[0]?_:D)(e.getHours(),this.min.getHours(),this.max.getHours())},e.prototype.normalizedRange=function(){var e=this.min.getHours(),t=this.max.getHours();return[Math.min(e,t),Math.max(e,t)]},e}(),L=(24,function(e){return e%24}),N=function(e,t){return L(24+e-t)},B=function(e){return function(t,n){return n&&(0,d.getDate)(t).getTime()!==(0,d.getDate)(n).getTime()?(0,E.Bq)(t,e):t}},T=B(0),F=B(23),j=function(){function e(e){this.intl=e,this.boundRange=!1,this.insertUndividedMax=!1,this.min=null,this.max=null,this.step=0,this.toListItem=null}return e.prototype.apply=function(e,t){return(0,E.Bq)(e,t.getHours())},e.prototype.configure=function(e){var t=this,n=e.boundRange,r=void 0===n?this.boundRange:n,o=e.insertUndividedMax,i=void 0===o?this.insertUndividedMax:o,a=e.min,l=void 0===a?this.min:a,s=e.max,c=void 0===s?this.max:s,u=e.part,p=e.step,d=void 0===p?this.step:p;this.boundRange=r,this.insertUndividedMax=i,this.toListItem=function(e){var n=(0,E.Bq)(O.on,e);return{text:t.intl.formatDate(n,u.pattern),value:n}},this.min=l,this.max=c,this.step=d},e.prototype.data=function(e){var t,n,r=this,o=this.range(e)[0],i=(t=o,n=this.step,function(e){return L(t+e*n)}),a=(0,E.w6)(0,this.countFromMin(e)).map((function(e){return r.toListItem&&r.toListItem(i(e))}));return this.addLast(a),e&&this.addMissing(a,e),a},e.prototype.isRangeChanged=function(e,t){return!(!this.min||!this.max||(0,d.isEqual)(this.min,e)&&(0,d.isEqual)(this.max,t))},e.prototype.limitRange=function(e,t,n){return this.boundRange?[T(e,n),F(t,n)]:[e,t]},e.prototype.total=function(e){var t=this.insertUndividedMax&&this.isLastMissing(e)?1:0,n=this.isMissing(e)?1:0;return this.countFromMin(e)+n+t},e.prototype.selectedIndex=function(e){return Math.ceil(this.divideByStep(e))},e.prototype.valueInList=function(e){return!e||this.insertUndividedMax&&this.lastHour(e)===e.getHours()||!this.isMissing(e)},e.prototype.addLast=function(e,t){return this.insertUndividedMax&&this.isLastMissing(t)&&this.toListItem&&e.push(this.toListItem(this.lastHour(t))),e},e.prototype.addMissing=function(e,t){if(this.valueInList(t))return e;if(this.toListItem){var n=this.toListItem(t.getHours());e.splice(this.selectedIndex(t),0,n)}return e},e.prototype.countFromMin=function(e){var t=this.range(e),n=t[0],r=t[1];return Math.floor(N(r,n)/this.step)+1},e.prototype.isMissing=function(e){return!!e&&this.selectedIndex(e)!==this.divideByStep(e)},e.prototype.isLastMissing=function(e){return null!==this.max&&this.isMissing((0,E.Bq)(this.max,this.lastHour(e)))},e.prototype.divideByStep=function(e){return N(e.getHours(),this.min.getHours())/this.step},e.prototype.lastHour=function(e){return this.range(e)[1]},e.prototype.range=function(e){var t=this.limitRange(this.min,this.max,e),n=t[0],r=t[1];return[n.getHours(),r.getHours()]},e}(),A=function(e){return e%60},q=function(e,t){return A(60+e-t)},G=function(e){return function(t,n){return n&&t.getHours()!==n.getHours()?(0,E.HZ)(t,e):t}},K=G(0),W=G(59),U=function(){function e(e){this.intl=e,this.toListItem=null,this.min=null,this.max=null,this.step=0,this.insertUndividedMax=!1}return e.prototype.apply=function(e,t){return(0,E.HZ)(e,t.getMinutes())},e.prototype.configure=function(e){var t=this,n=e.insertUndividedMax,r=void 0===n?this.insertUndividedMax:n,o=e.min,i=void 0===o?this.min:o,a=e.max,l=void 0===a?this.max:a,s=e.part,c=e.step,u=void 0===c?this.step:c;this.insertUndividedMax=r,this.toListItem=function(e){var n=(0,E.HZ)(O.on,e);return{text:t.intl.formatDate(n,s.pattern),value:n}},this.min=i,this.max=l,this.step=u},e.prototype.data=function(e){var t,n,r=this,o=this.range(e)[0],i=(t=o,n=this.step,function(e){return A(t+e*n)}),a=(0,E.w6)(0,this.countFromMin(e)).map((function(e){return r.toListItem&&r.toListItem(i(e))}));return this.addLast(a),e&&this.addMissing(a,e),a},e.prototype.isRangeChanged=function(e,t){return!(null===this.min||null===this.max||(0,d.isEqual)(this.min,e)&&(0,d.isEqual)(this.max,t))},e.prototype.limitRange=function(e,t,n){return[K(e,n),W(t,n)]},e.prototype.total=function(e){var t=this.insertUndividedMax&&this.isLastMissing(e)?1:0,n=this.isMissing(e)?1:0;return this.countFromMin(e)+n+t},e.prototype.selectedIndex=function(e){return Math.ceil(this.divideByStep(e))},e.prototype.valueInList=function(e){return!e||this.insertUndividedMax&&this.lastMinute(e)===e.getMinutes()||!this.isMissing(e)},e.prototype.addLast=function(e,t){return this.insertUndividedMax&&this.isLastMissing(t)&&this.toListItem&&e.push(this.toListItem(this.lastMinute(t))),e},e.prototype.addMissing=function(e,t){if(this.valueInList(t))return e;if(this.toListItem){var n=this.toListItem(t.getMinutes());e.splice(this.selectedIndex(t),0,n)}return e},e.prototype.countFromMin=function(e){var t=this.range(e),n=t[0],r=t[1];return Math.floor(q(r,n)/this.step)+1},e.prototype.isMissing=function(e){return!!e&&this.selectedIndex(e)!==this.divideByStep(e)},e.prototype.isLastMissing=function(e){return null!==this.max&&this.isMissing((0,E.HZ)(this.max,this.lastMinute(e)))},e.prototype.divideByStep=function(e){return q(e.getMinutes(),this.min.getMinutes())/this.step},e.prototype.lastMinute=function(e){return this.range(e)[1]},e.prototype.range=function(e){var t=this.limitRange(this.min,this.max,e),n=t[0],r=t[1];return[n.getMinutes(),r.getMinutes()]},e}(),Y=function(e){return e%60},Z=function(e,t){return Y(60+e-t)},X=function(e){return function(t,n){return!n||t.getMinutes()===n.getMinutes()&&t.getHours()===n.getHours()?t:(0,E.Op)(t,e)}},Q=X(0),J=X(59),$=function(){function e(e){this.intl=e,this.toListItem=null,this.min=null,this.max=null,this.step=0,this.insertUndividedMax=!1}return e.prototype.apply=function(e,t){return(0,E.Op)(e,t.getSeconds())},e.prototype.configure=function(e){var t=this,n=e.insertUndividedMax,r=void 0===n?this.insertUndividedMax:n,o=e.min,i=void 0===o?this.min:o,a=e.max,l=void 0===a?this.max:a,s=e.part,c=e.step,u=void 0===c?this.step:c;this.insertUndividedMax=r,this.toListItem=function(e){var n=(0,E.Op)(O.on,e);return{text:t.intl.formatDate(n,s.pattern),value:n}},this.min=i,this.max=l,this.step=u},e.prototype.data=function(e){var t,n,r=this,o=this.range(e)[0],i=(t=o,n=this.step,function(e){return Y(t+e*n)}),a=(0,E.w6)(0,this.countFromMin(e)).map((function(e){return r.toListItem&&r.toListItem(i(e))}));return this.addLast(a),e&&this.addMissing(a,e),a},e.prototype.isRangeChanged=function(e,t){return!(null===this.min||null===this.max||(0,d.isEqual)(this.min,e)&&(0,d.isEqual)(this.max,t))},e.prototype.limitRange=function(e,t,n){return[Q(e,n),J(t,n)]},e.prototype.total=function(e){var t=this.insertUndividedMax&&this.isLastMissing(e)?1:0,n=this.isMissing(e)?1:0;return this.countFromMin(e)+n+t},e.prototype.selectedIndex=function(e){return Math.ceil(this.divideByStep(e))},e.prototype.valueInList=function(e){return!e||this.insertUndividedMax&&this.lastSecond(e)===e.getSeconds()||!this.isMissing(e)},e.prototype.divideByStep=function(e){return Z(e.getSeconds(),this.min.getSeconds())/this.step},e.prototype.addLast=function(e,t){return this.insertUndividedMax&&this.isLastMissing(t)&&this.toListItem&&e.push(this.toListItem(this.lastSecond(t))),e},e.prototype.addMissing=function(e,t){if(this.valueInList(t))return e;if(this.toListItem){var n=this.toListItem(t.getSeconds());e.splice(this.selectedIndex(t),0,n)}return e},e.prototype.countFromMin=function(e){var t=this.range(e),n=t[0],r=t[1];return Math.floor(Z(r,n)/this.step)+1},e.prototype.isMissing=function(e){return!!e&&this.selectedIndex(e)!==this.divideByStep(e)},e.prototype.isLastMissing=function(e){return null!==this.max&&this.isMissing((0,E.Op)(this.max,this.lastSecond(e)))},e.prototype.lastSecond=function(e){return this.range(e)[1]},e.prototype.range=function(e){var t=this.limitRange(this.min,this.max,e),n=t[0],r=t[1];return[n.getSeconds(),r.getSeconds()]},e}(),ee=function(){function e(){this.itemHeight=0,this.timeListHeight=0,this.didCalculate=!1}return e.prototype.ensureHeights=function(){void 0===this.timeListHeight&&this.calculateHeights()},e.prototype.calculateHeights=function(e){if(m.N){var t=(0,O.Ii)("div"),n=(0,O.Ii)("span"),r=(0,O.Ii)("ul"),o=(0,O.Ii)("li"),i=t([n("minute","k-title"),t([t([r([o("<span>02</span>","k-item")],"k-reset")],"k-content k-scrollable k-time-container")],"k-time-list")],"k-time-list-wrapper",{left:"-10000px",position:"absolute"}),a=e&&e.querySelector(".k-time-container")||document.body,l=a.appendChild(i);this.timeListHeight=l.querySelector(".k-scrollable").offsetHeight,this.itemHeight=l.querySelector("li").offsetHeight,a.removeChild(l),this.didCalculate=!0}},e}(),te=(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),ne=((o={})[f.R.end]=function(e,t){return e[e.length-1]},o[f.R.home]=function(e,t){return e[0]},o[f.R.up]=function(e,t){return e[t-1]},o[f.R.down]=function(e,t){return e[t+1]},o),re=((i={})[H.p.dayperiod]=R,i[H.p.hour]=j,i[H.p.minute]=U,i[H.p.second]=$,i),oe=function(e){function t(n){var r=e.call(this,n)||this;return r.intl=null,r._element=null,r.service=null,r.virtualization=null,r.topOffset=0,r.bottomOffset=0,r.itemHeight=0,r.listHeight=0,r.topThreshold=0,r.bottomThreshold=0,r.animateToIndex=!1,r.focus=function(e){Promise.resolve().then((function(){r.element&&r.element.focus(e)}))},r.itemOffset=function(e){if(!r.virtualization||!r.service)return-1;var t=r.service.selectedIndex(r.props.value),n=r.virtualization.activeIndex(),o=r.virtualization.itemOffset(n),i=Math.abs(Math.ceil(e)-o);if(t===n&&i<2)return o;var a=t>n;return a&&i>=r.bottomThreshold||!a&&i>r.topThreshold?r.virtualization.itemOffset(n+1):o},r.calculateHeights=function(){r.dom.didCalculate&&(r.itemHeight=r.dom.itemHeight,r.listHeight=r.dom.timeListHeight,r.topOffset=(r.listHeight-r.itemHeight)/2,r.bottomOffset=r.listHeight-r.itemHeight,r.props.mobileMode&&(r.topOffset+=9,r.bottomOffset+=18),r.topThreshold=.05*r.itemHeight,r.bottomThreshold=.95*r.itemHeight)},r.configureServices=function(e){var t=void 0===e?r.props:e,n=t.min,o=t.max,i=t.value;if(r.service){var a=r.service.limitRange(n||r.min,o||r.max,i||r.props.value),l=a[0],s=a[1];r.service.configure(r.serviceSettings({min:l,max:s}))}},r.serviceSettings=function(e){var n={boundRange:r.props.boundRange||t.defaultProps.boundRange,insertUndividedMax:!1,min:(0,d.cloneDate)(r.min),max:(0,d.cloneDate)(r.max),part:r.props.part,step:r.step},o=Object.assign({},n,e);return o.boundRange="hour"!==o.part.type||r.props.boundRange||t.defaultProps.boundRange,o},r.handleScrollAction=function(e){var t=e.target,n=e.animationInProgress;if(r.virtualization&&r.service&&t&&!n){r.animateToIndex=!1;var o=r.virtualization.itemIndex(r.itemOffset(t.scrollTop)),i=r.service.data(r.props.value)[o];r.handleChange(i)}},r.handleFocus=function(e){var t=r.props.onFocus;t&&t.call(void 0,e)},r.handleBlur=function(e){var t=r.props.onBlur;t&&t.call(void 0,e)},r.handleMouseOver=function(){if(r._element){var e=(0,I.v)(document);document&&e!==r._element&&r.props.show&&r._element.focus({preventScroll:!0})}},r.handleKeyDown=function(e){if(r.service){var t=e.keyCode;t!==f.R.down&&t!==f.R.up&&t!==f.R.end&&t!==f.R.home||e.preventDefault();var n=(ne[e.keyCode]||M.Z)(r.service.data(r.props.value),r.service.selectedIndex(r.props.value));n&&r.handleChange(n)}},r.handleChange=(0,O.Ds)((function(e){if(r.service){var t=r.service.apply(r.props.value,e.value);if(r.props.value.getTime()!==t.getTime()){var n=r.props.onChange;n&&n.call(void 0,t)}}}),100),r.dom=new ee,r}return te(t,e),Object.defineProperty(t.prototype,"element",{get:function(){return this._element},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"animate",{get:function(){return Boolean(this.props.smoothScroll&&this.animateToIndex)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"min",{get:function(){return this.props.min||t.defaultProps.min},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"max",{get:function(){return this.props.max||t.defaultProps.max},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"step",{get:function(){return void 0!==this.props.step&&0!==this.props.step?Math.floor(this.props.step):t.defaultProps.step},enumerable:!1,configurable:!0}),t.prototype.componentDidMount=function(){var e=this;Promise.resolve().then((function(){e._element&&(e.dom.calculateHeights(e._element),e.forceUpdate())}))},t.prototype.componentDidUpdate=function(){if(this.virtualization&&this.service){var e=this.service.selectedIndex(this.props.value);this.virtualization[this.animate?"animateToIndex":"scrollToIndex"](e),this.animateToIndex=!0}},t.prototype.render=function(){var e=this;if(this.props.part.type&&re[this.props.part.type]){this.calculateHeights(),this.intl=(0,z.provideIntlService)(this),this.service=new re[this.props.part.type](this.intl),this.configureServices();var t=this.service.data(this.props.value),n="translateY("+this.topOffset+"px)",r=this.service.total(this.props.value),o=c.createElement("ul",{style:{transform:n,msTransform:n},className:"k-reset"},t.map((function(t,n){return c.createElement("li",{key:n,className:"k-item",onClick:function(){e.handleChange(t)}},c.createElement("span",null,t.text))})));return c.createElement("div",{className:"k-time-list",id:String(this.props.id||""),tabIndex:this.props.disabled?-1:0,ref:function(t){e._element=t},onKeyDown:this.handleKeyDown,onFocus:this.handleFocus,onBlur:this.handleBlur,onMouseOver:this.handleMouseOver},this.dom.didCalculate?c.createElement(S.$,{bottomOffset:this.bottomOffset,children:o,className:"k-time-container",itemHeight:this.itemHeight,maxScrollDifference:this.listHeight,onScrollAction:this.handleScrollAction,ref:function(t){e.virtualization=t},role:"presentation",skip:0,tabIndex:-1,take:r,topOffset:this.topOffset,total:r}):c.createElement("div",{className:"k-time-container"},o))}},t.propTypes={id:u.number,max:u.instanceOf(Date),min:u.instanceOf(Date),part:function(e,t,n){var r=e[t];if(!r||!re[r.type])throw new Error("\n Invalid prop '".concat(t,"' supplied to ").concat(n,".\n Supported part types are hour|minute|second|dayperiod.\n "));return null},step:function(e,t,n){var r=e[t];if(void 0!==r&&r<=0)throw new Error("\n Invalid prop '".concat(t,"' supplied to ").concat(n,".\n ").concat(t," cannot be less than 1.\n "));return null},value:u.instanceOf(Date),smoothScroll:u.bool,show:u.bool},t.defaultProps={boundRange:!1,max:O.bB,min:O.on,step:1,smoothScroll:!0},t}(c.Component);(0,z.registerForIntl)(oe);var ie,ae=n(7037),le=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),se=function(){return se=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},se.apply(this,arguments)},ce=new RegExp("".concat(H.p.hour,"|").concat(H.p.minute,"|").concat(H.p.second,"|").concat(H.p.dayperiod,"|literal"));!function(e){e[e.Left=0]="Left",e[e.Right=1]="Right"}(ie||(ie={}));var ue=function(e){function t(n){var r=e.call(this,n)||this;return r._element=null,r._nowButton=null,r.dateFormatParts=[],r.timeLists=[],r.focus=function(e){Promise.resolve().then((function(){var t=r.timeLists[0];-1===r.state.activeListIndex&&!r.hasActiveButton()&&t&&t.element&&t.focus(e)}))},r.timeFormatReducer=function(e,t){return e+t.pattern},r.timeFormatFilter=function(e,t,n){var r=t>=1&&n[t-1];return r&&r&&"literal"===e.type?ce.test(r.type||""):ce.test(e.type||"")},r.focusList=function(e){r.timeLists.length&&r.timeLists.reduce(r.listReducer,[]).map((function(t){return e===ie.Right?t.next:t.prev})).map((function(e){return e&&e.element&&e.element.focus({preventScroll:!0})}))},r.listReducer=function(e,t,n,o){return e.length||t.props.id!==r.state.activeListIndex?e:[{next:o[n+1]||t,prev:o[n-1]||t}]},r.showNowButton=function(){return!r.hasSteps()&&r.props.nowButton&&(0,E.Si)((0,E.Iz)(),r.min,r.max)},r.handleKeyDown=function(e){switch(e.keyCode){case f.R.left:return e.preventDefault(),void r.focusList(ie.Left);case f.R.right:return e.preventDefault(),void r.focusList(ie.Right);default:return}},r.handleListBlur=function(){r.nextTick((function(){r.setState({activeListIndex:-1})}))},r.handleListFocus=function(e){clearTimeout(r.nextTickId),r.setState({activeListIndex:e})},r.handleChange=function(e){var t=r.props.onChange;t&&t.call(void 0,e)},r.snapTime=(0,E.Il)((0,E.W8)(r.props.steps,r.props.min||t.defaultProps.min)),r.state={activeListIndex:-1},r.hasActiveButton=r.hasActiveButton.bind(r),r}return le(t,e),Object.defineProperty(t.prototype,"element",{get:function(){return this._element},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"value",{get:function(){return(0,E.O7)(this.snapTime((0,d.cloneDate)(this.props.value||O.on)),this.min,this.max)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"intl",{get:function(){return(0,z.provideIntlService)(this)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"min",{get:function(){return this.snapTime(this.props.min||t.defaultProps.min)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"max",{get:function(){return this.snapTime(this.props.max||t.defaultProps.max)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"steps",{get:function(){return this.props.steps||t.defaultProps.steps},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"boundRange",{get:function(){return void 0!==this.props.boundRange?this.props.boundRange:t.defaultProps.boundRange},enumerable:!1,configurable:!0}),t.prototype.componentWillUnmount=function(){clearTimeout(this.nextTickId)},t.prototype.componentDidMount=function(){var e=this.props.onMount;e&&e.call(void 0,this.value)},t.prototype.render=function(){var e=this,n=this.props,r=n.format,o=n.smoothScroll,i=n.onNowClick,a=n.className,l=n.disabled,s=n.mobileMode,u=n.show;this.snapTime=(0,E.Il)((0,E.W8)(this.steps,this.min)),this.dateFormatParts=this.intl.splitDateFormat(r||t.defaultProps.format).filter(this.timeFormatFilter);var p=(0,v.A)({"k-disabled":l,"k-time-part":s},a);this.timeLists=[];var d=(0,z.provideLocalizationService)(this),h=d.toLanguageString(k.jI,k.sY[k.jI]);return c.createElement("div",{className:p},c.createElement("div",{className:"k-time-header"},c.createElement("span",{className:"k-title"},this.intl.formatDate(this.value,this.dateFormatParts.reduce(this.timeFormatReducer,""))),this.showNowButton()&&c.createElement(ae.z,se({type:"button",ref:function(t){e._nowButton=t},className:"k-time-now",fillMode:"flat",themeColor:"primary",title:h},{"aria-label":h},{onClick:i,tabIndex:l?-1:0}),d.toLanguageString(k.zO,k.sY[k.zO]))),c.createElement("div",{className:"k-time-list-container",onKeyDown:this.handleKeyDown},c.createElement("span",{className:"k-time-highlight"}),this.dateFormatParts.map((function(t,n){return"literal"!==t.type?c.createElement("div",{key:n,className:(0,v.A)("k-time-list-wrapper",{"k-focus":n===e.state.activeListIndex}),role:"presentation",tabIndex:-1},c.createElement("span",{className:"k-title",onMouseDown:function(e){e.preventDefault()}},e.intl.dateFieldName(t)),c.createElement(oe,{min:e.min,max:e.max,boundRange:e.boundRange,part:t,step:t.type?e.steps[t.type]:1,smoothScroll:o,ref:function(t){t&&e.timeLists.push(t)},id:n,onFocus:function(){e.handleListFocus(n)},onBlur:e.handleListBlur,onChange:e.handleChange,value:e.value,disabled:l,show:u,mobileMode:s})):c.createElement("div",{key:n,className:"k-time-separator"},t.pattern)}))))},t.prototype.nextTick=function(e){clearTimeout(this.nextTickId),this.nextTickId=window.setTimeout((function(){return e()}))},t.prototype.hasActiveButton=function(){var e=(0,I.v)(document);return this._nowButton&&e===this._nowButton.element},t.prototype.hasSteps=function(){var e=this,t=Object.keys(this.steps);return t.length!==t.reduce((function(t,n){return t+e.steps[n]}),0)},t.propTypes={cancelButton:u.bool,disabled:u.bool,format:u.oneOfType([u.string,u.shape({skeleton:u.string,pattern:u.string,date:u.oneOf(["short","medium","long","full"]),time:u.oneOf(["short","medium","long","full"]),datetime:u.oneOf(["short","medium","long","full"]),era:u.oneOf(["narrow","short","long"]),year:u.oneOf(["numeric","2-digit"]),month:u.oneOf(["numeric","2-digit","narrow","short","long"]),day:u.oneOf(["numeric","2-digit"]),weekday:u.oneOf(["narrow","short","long"]),hour:u.oneOf(["numeric","2-digit"]),hour12:u.bool,minute:u.oneOf(["numeric","2-digit"]),second:u.oneOf(["numeric","2-digit"]),timeZoneName:u.oneOf(["short","long"])})]),max:u.instanceOf(Date),min:u.instanceOf(Date),nowButton:u.bool,steps:u.shape({hour:u.number,minute:u.number,second:u.number}),smoothScroll:u.bool,tabIndex:u.number,value:u.instanceOf(Date),show:u.bool},t.defaultProps={value:null,disabled:!1,nowButton:!0,cancelButton:!0,format:"hh:mm a",min:O.oP,max:O.bB,steps:{},boundRange:!1},t}(c.Component);(0,z.registerForIntl)(ue),(0,z.registerForLocalization)(ue);var pe,de=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),he=function(){return he=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},he.apply(this,arguments)};!function(e){e[e.Left=0]="Left",e[e.Right=1]="Right"}(pe||(pe={}));var ve=function(e){function t(n){var r=e.call(this,n)||this;return r._element=null,r._cancelButton=null,r._acceptButton=null,r.timePart=null,r.focusActiveList=function(){r.timePart&&r.timePart.focus({preventScroll:!0})},r.handleKeyDown=function(e){e.keyCode!==f.R.enter||r.hasActiveButton()||r.handleAccept(e)},r.handleAccept=function(e){var t=r.mergeValue((0,d.cloneDate)(r.value||(0,E.Iz)()),r.timePart?r.timePart.value:r.current);r.setState({value:t}),r.valueDuringOnChange=t;var n=r.props.onChange;n&&n.call(void 0,{syntheticEvent:e,nativeEvent:e.nativeEvent,value:r.value,target:r}),r.valueDuringOnChange=void 0},r.handleReject=function(e){r.setState({current:r.value});var t=r.props.onReject;t&&t.call(void 0,e)},r.handleNowClick=function(e){var t=r.mergeValue((0,d.cloneDate)(r.value||(0,E.Iz)()),(0,E.Iz)());r.setState({current:t,value:t}),r.valueDuringOnChange=t;var n=r.props.onChange;n&&n.call(void 0,{syntheticEvent:e,nativeEvent:e.nativeEvent,value:r.value,target:r}),r.valueDuringOnChange=void 0},r.handleChange=function(e){r.setState({current:e});var t=r.props.handleTimeChange;t&&t.call(void 0,{time:e})},r.dateFormatParts=r.intl.splitDateFormat(r.props.format||t.defaultProps.format),r.mergeValue=(0,E.sq)((0,E.Qr)(r.dateFormatParts)),r.hasActiveButton=r.hasActiveButton.bind(r),r.state={current:r.props.value||O.on,value:r.props.value||t.defaultProps.value},r}return de(t,e),Object.defineProperty(t.prototype,"element",{get:function(){return this._element},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"value",{get:function(){var e=void 0!==this.valueDuringOnChange?this.valueDuringOnChange:void 0!==this.props.value?this.props.value:this.state.value;return null!==e?(0,d.cloneDate)(e):null},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"intl",{get:function(){return(0,z.provideIntlService)(this)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"current",{get:function(){return null!==this.state.current?(0,d.cloneDate)(this.state.current):null},enumerable:!1,configurable:!0}),t.prototype.componentWillUnmount=function(){clearTimeout(this.nextTickId)},t.prototype.render=function(){var e=this,t=this.props,n=t.format,r=t.cancelButton,o=t.disabled,i=t.tabIndex,a=t.className,l=t.smoothScroll,s=t.min,u=t.max,p=t.boundRange,d=t.nowButton,h=t.steps,f=t.show,m=t.mobileMode,g=(0,z.provideLocalizationService)(this),y=g.toLanguageString(k.fT,k.sY[k.fT]),b=g.toLanguageString(k.U1,k.sY[k.U1]);return c.createElement("div",{ref:function(t){e._element=t},tabIndex:o?void 0:i||0,className:(0,v.A)("k-timeselector",a,{"k-disabled":o}),onKeyDown:this.handleKeyDown},c.createElement(ue,{ref:function(t){e.timePart=t},value:this.current,onChange:this.handleChange,onNowClick:this.handleNowClick,format:n,smoothScroll:l,min:s,max:u,boundRange:p,disabled:o,nowButton:d,steps:h,show:f,mobileMode:m}),this.props.footer&&c.createElement("div",{className:"k-time-footer k-actions k-actions-stretched"},r&&c.createElement(ae.z,he({type:"button",ref:function(t){e._cancelButton=t},className:"k-time-cancel",onClick:this.handleReject,title:y},{"aria-label":y}),y),c.createElement(ae.z,he({type:"button",ref:function(t){e._acceptButton=t},className:"k-time-accept",themeColor:"primary",onClick:this.handleAccept,title:b},{"aria-label":b}),b)))},t.prototype.nextTick=function(e){clearTimeout(this.nextTickId),this.nextTickId=window.setTimeout((function(){return e()}))},t.prototype.hasActiveButton=function(){if(!this._acceptButton||!this._acceptButton.element)return!1;var e=(0,I.v)(document);return this._acceptButton&&e===this._acceptButton.element||this._cancelButton&&e===this._cancelButton.element},t.propTypes={cancelButton:u.bool,className:u.string,disabled:u.bool,format:u.oneOfType([u.string,u.shape({skeleton:u.string,pattern:u.string,date:u.oneOf(["short","medium","long","full"]),time:u.oneOf(["short","medium","long","full"]),datetime:u.oneOf(["short","medium","long","full"]),era:u.oneOf(["narrow","short","long"]),year:u.oneOf(["numeric","2-digit"]),month:u.oneOf(["numeric","2-digit","narrow","short","long"]),day:u.oneOf(["numeric","2-digit"]),weekday:u.oneOf(["narrow","short","long"]),hour:u.oneOf(["numeric","2-digit"]),hour12:u.bool,minute:u.oneOf(["numeric","2-digit"]),second:u.oneOf(["numeric","2-digit"]),timeZoneName:u.oneOf(["short","long"])})]),max:u.instanceOf(Date),min:u.instanceOf(Date),nowButton:u.bool,steps:u.shape({hour:u.number,minute:u.number,second:u.number}),smoothScroll:u.bool,tabIndex:u.number,value:u.instanceOf(Date),show:u.bool},t.defaultProps={value:null,disabled:!1,cancelButton:!0,format:"t",min:O.oP,max:O.bB,boundRange:!1,footer:!0},t}(c.Component);(0,z.registerForIntl)(ve),(0,z.registerForLocalization)(ve);var fe=n(3381),me=n(5282),ge=n(3970),ye=n(7999),be=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),we=function(){return we=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},we.apply(this,arguments)},ze=function(e){function t(n){var r=e.call(this,n)||this;return r._popupId=(0,h.M)(),r._element=null,r._dateInput=c.createRef(),r._timeSelector=null,r.shouldFocusDateInput=!1,r.prevShow=!1,r.focus=function(){r.dateInput&&r.dateInput.focus()},r.renderTimeSelector=function(){var e=r.props,t=e.smoothScroll,n=e.cancelButton,o=e.nowButton,i=e.disabled,a=e.format,l=e.steps;return c.createElement(ve,{ref:r.setTimeSelectorRef,className:r.mobileMode?"k-reset k-timeselector-lg":"",mobileMode:r.mobileMode,show:r.show,cancelButton:n,disabled:i,nowButton:o,format:a,min:r.min,max:r.max,steps:l,smoothScroll:t,value:r.value,footer:!r.mobileMode,handleTimeChange:r.mobileMode&&r.handleTimeChange,onChange:r.handleValueChange,onReject:r.handleValueReject})},r.renderPopup=function(){var e=r.popupSettings,t=e.popupClass,n=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(e,["popupClass"]),o=(0,v.A)("k-group k-reset",t),i=we({popupClass:"k-timepicker-popup",show:r.show,animate:null!==r.element,anchor:r.element,className:o,id:r._popupId,anchorAlign:{horizontal:"left",vertical:"bottom"},popupAlign:{horizontal:"left",vertical:"top"}},n);return r.props.popup?c.createElement(r.props.popup,we({},i),r.renderTimeSelector()):c.createElement(p.G,we({},i),r.renderTimeSelector())},r.renderAdaptivePopup=function(){var e=r.state.windowWidth,t=void 0===e?0:e,n={expand:r.show,onClose:r.handleBlur,adaptiveTitle:r.props.adaptiveTitle,windowWidth:t,footer:{cancelText:r.localizationService.toLanguageString(k.P2,k.sY[k.fT]),onCancel:r.handleValueReject,applyText:r.localizationService.toLanguageString(k.U1,k.sY[k.U1]),onApply:function(e){return r.handleValueChange(e)}}};return c.createElement(ge.$,we({},n),c.createElement(ye.M,{className:"!k-overflow-hidden"},r.renderTimeSelector()))},r.setTimeSelectorRef=function(e){r._timeSelector=e},r.nextValue=function(e,t){return void 0!==e.value?e.value:t.value},r.nextShow=function(e,t){return void 0!==e.show?e.show:t.show},r.handleInputValueChange=function(e){var t=r.mergeTime(e.value);r.handleValueChange(we(we({},e),{value:t}))},r.handleTimeChange=function(e){r.setState({candidate:e.time})},r.handleValueChange=function(e){r.setState({value:(0,d.cloneDate)(e.value||r.state.candidate)}),r.valueDuringOnChange=e.value,r.showDuringOnChange=!1,r.shouldFocusDateInput=!0;var t=r.props.onChange,n=r.value||r.state.candidate;t&&t.call(void 0,{syntheticEvent:e.syntheticEvent,nativeEvent:e.nativeEvent,value:n,show:r.show,target:r}),r.valueDuringOnChange=void 0,r.showDuringOnChange=void 0,r.setShow(!1)},r.handleFocus=function(){r.setState({focused:!0})},r.handleBlur=function(){r.setState({focused:!1}),r.setShow(!1)},r.handleValueReject=function(e){r.setShow(!1)},r.handleIconClick=function(e){r.props.disabled||(r.shouldFocusDateInput=!0,r.setShow(!r.show))},r.handleIconMouseDown=function(e){e.preventDefault()},r.handleKeyDown=function(e){var t=e.altKey,n=e.keyCode;if(n===f.R.esc)return r.shouldFocusDateInput=!0,void r.setShow(!1);!t||n!==f.R.up&&n!==f.R.down||(e.preventDefault(),e.stopPropagation(),r.shouldFocusDateInput=n===f.R.up,r.setShow(n===f.R.down))},(0,x.s)(C.k),r.state={value:r.props.defaultValue||t.defaultProps.defaultValue,show:r.props.defaultShow||t.defaultProps.defaultShow,focused:!1,candidate:null},r.normalizeTime=r.normalizeTime.bind(r),r.setShow=r.setShow.bind(r),r.mergeTime=r.mergeTime.bind(r),r}return be(t,e),Object.defineProperty(t.prototype,"document",{get:function(){if(m.N)return this.element&&this.element.ownerDocument||document},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"element",{get:function(){return this._element},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"dateInput",{get:function(){return this._dateInput.current},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"timeSelector",{get:function(){return this._timeSelector},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"value",{get:function(){var e=void 0!==this.valueDuringOnChange?this.valueDuringOnChange:void 0!==this.props.value?this.props.value:this.state.value;return null!==e?(0,d.cloneDate)(e):null},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"show",{get:function(){return void 0!==this.showDuringOnChange?this.showDuringOnChange:void 0!==this.props.show?this.props.show:this.state.show},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"name",{get:function(){return this.props.name},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"validity",{get:function(){var e=this.value&&this.normalizeTime(this.value),t=this.normalizeTime(this.min),n=this.normalizeTime(this.max),r=(0,E.mh)(e,t,n),o=void 0!==this.props.validationMessage,i=(!this.required||null!==this.value)&&r,a=void 0!==this.props.valid?this.props.valid:i;return{customError:o,rangeOverflow:(0,E.XE)(e,n),rangeUnderflow:(0,E.yI)(e,t),valid:a,valueMissing:null===this.value}},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"mobileMode",{get:function(){return!!(this.state.windowWidth&&this.state.windowWidth<=me._&&this.props.adaptive)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"validityStyles",{get:function(){return void 0!==this.props.validityStyles?this.props.validityStyles:t.defaultProps.validityStyles},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"required",{get:function(){return void 0!==this.props.required?this.props.required:t.defaultProps.required},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"popupSettings",{get:function(){return this.props.popupSettings||t.defaultProps.popupSettings},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"min",{get:function(){return void 0!==this.props.min?this.props.min:t.defaultProps.min},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"max",{get:function(){return void 0!==this.props.max?this.props.max:t.defaultProps.max},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"dateInputComp",{get:function(){return this.props.dateInput||t.defaultProps.dateInput},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"localizationService",{get:function(){return(0,z.provideLocalizationService)(this)},enumerable:!1,configurable:!0}),t.prototype.componentDidMount=function(){var e;this.observerResize=m.N&&window.ResizeObserver&&new window.ResizeObserver(this.calculateMedia.bind(this)),this.show&&this.forceUpdate(),(null===(e=this.document)||void 0===e?void 0:e.body)&&this.observerResize&&this.observerResize.observe(this.document.body)},t.prototype.componentDidUpdate=function(){this._timeSelector&&this.show&&!this.prevShow?this._timeSelector.focusActiveList():this.dateInput&&this.dateInput.element&&!this.show&&this.shouldFocusDateInput&&this.dateInput.element.focus({preventScroll:!0}),this.prevShow=this.show,this.shouldFocusDateInput=!1},t.prototype.componentWillUnmount=function(){var e;(null===(e=this.document)||void 0===e?void 0:e.body)&&this.observerResize&&this.observerResize.disconnect()},t.prototype.render=function(){var e=this,n=this.props,r=n.size,o=void 0===r?t.defaultProps.size:r,i=n.rounded,a=void 0===i?t.defaultProps.rounded:i,l=n.fillMode,s=void 0===l?t.defaultProps.fillMode:l,u=n.disabled,p=n.tabIndex,d=n.title,h=n.id,f=n.className,m=n.format,b=n.formatPlaceholder,z=n.width,x=n.name,C=n.steps,I=n.validationMessage,O=n.required,E=n.validityStyles,M=n.ariaLabelledBy,S=n.ariaDescribedBy,H=!this.validityStyles||this.validity.valid,V={disabled:u,format:m,formatPlaceholder:b,id:h,ariaLabelledBy:M,ariaDescribedBy:S,max:this.normalizeTime(this.max),min:this.normalizeTime(this.min),name:x,onChange:this.handleInputValueChange,required:O,steps:C,tabIndex:this.show?-1:p,title:d,valid:this.validity.valid,validationMessage:I,validityStyles:E,value:this.value&&this.normalizeTime(this.value),label:void 0,placeholder:this.state.focused?null:this.props.placeholder,ariaHasPopup:"dialog",ariaExpanded:this.show,size:null,fillMode:null,rounded:null,readonly:this.mobileMode},P=this.localizationService.toLanguageString(k.P2,k.sY[k.P2]),D=this.localizationService.toLanguageString(k.hw,k.sY[k.hw]),_=c.createElement(g.o,{onFocus:this.handleFocus,onBlur:this.mobileMode?void 0:this.handleBlur,onSyncBlur:this.props.onBlur,onSyncFocus:this.props.onFocus},(function(t){var n,r=t.onFocus,i=t.onBlur;return c.createElement(c.Fragment,null,c.createElement("div",{ref:function(t){e._element=t},className:(0,v.A)("k-input","k-timepicker",(n={},n["k-input-".concat(y.G.sizeMap[o]||o)]=o,n["k-rounded-".concat(y.G.roundedMap[a]||a)]=a,n["k-input-".concat(s)]=s,n["k-invalid"]=!H,n["k-required"]=e.required,n["k-disabled"]=e.props.disabled,n),f),onKeyDown:e.handleKeyDown,style:{width:z},onFocus:r,onBlur:i,onClick:e.mobileMode?e.handleIconClick:void 0},c.createElement(e.dateInputComp,we({_ref:e._dateInput,ariaRole:"combobox",ariaControls:e._popupId},V)),c.createElement(ae.z,we({tabIndex:-1,type:"button",icon:"clock",svgIcon:w.aYQ,onMouseDown:e.handleIconMouseDown,onClick:e.mobileMode?void 0:e.handleIconClick,title:D,className:"k-input-button",rounded:null},{"aria-label":P})),!e.mobileMode&&e.renderPopup()),e.mobileMode&&e.renderAdaptivePopup())}));return this.props.label?c.createElement(fe.g,{dateInput:this._dateInput,label:this.props.label,editorId:h,editorValid:H,editorDisabled:this.props.disabled,children:_,style:{width:this.props.width}}):_},t.prototype.normalizeTime=function(e){return(0,O.q_)(O.on,e)},t.prototype.setShow=function(e){var t=this.props,n=t.onOpen,r=t.onClose;this.show!==e&&(this.setState({show:e}),e&&n&&n.call(void 0,{target:this}),!e&&r&&r.call(void 0,{target:this}))},t.prototype.mergeTime=function(e){return this.value&&e?(0,O.q_)(this.value,e):e},t.prototype.calculateMedia=function(e){for(var t=0,n=e;t<n.length;t++){var r=n[t];this.setState({windowWidth:r.target.clientWidth})}},t.displayName="TimePicker",t.propTypes={className:u.string,cancelButton:u.bool,nowButton:u.bool,defaultShow:u.bool,defaultValue:u.instanceOf(Date),disabled:u.bool,format:u.oneOfType([u.string,u.shape({skeleton:u.string,pattern:u.string,date:u.oneOf(["short","medium","long","full"]),time:u.oneOf(["short","medium","long","full"]),datetime:u.oneOf(["short","medium","long","full"]),era:u.oneOf(["narrow","short","long"]),year:u.oneOf(["numeric","2-digit"]),month:u.oneOf(["numeric","2-digit","narrow","short","long"]),day:u.oneOf(["numeric","2-digit"]),weekday:u.oneOf(["narrow","short","long"]),hour:u.oneOf(["numeric","2-digit"]),hour12:u.bool,minute:u.oneOf(["numeric","2-digit"]),second:u.oneOf(["numeric","2-digit"]),timeZoneName:u.oneOf(["short","long"])})]),formatPlaceholder:u.oneOfType([u.oneOf(["wide","narrow","short","formatPattern"]),u.shape({year:u.string,month:u.string,day:u.string,hour:u.string,minute:u.string,second:u.string})]),id:u.string,ariaLabelledBy:u.string,ariaDescribedBy:u.string,min:u.instanceOf(Date),max:u.instanceOf(Date),name:u.string,popupSettings:u.shape({animate:u.bool,appendTo:u.any,popupClass:u.string}),show:u.bool,steps:u.shape({hour:u.number,minute:u.number,second:u.number}),smoothScroll:u.bool,tabIndex:u.number,title:u.string,value:u.instanceOf(Date),width:u.oneOfType([u.number,u.string]),validationMessage:u.string,required:u.bool,validate:u.bool,valid:u.bool,size:u.oneOf([null,"small","medium","large"]),rounded:u.oneOf([null,"small","medium","large","full"]),fillMode:u.oneOf([null,"solid","flat","outline"])},t.defaultProps={defaultShow:!1,defaultValue:null,disabled:!1,format:"t",max:O.bB,min:O.oP,popupSettings:{},tabIndex:0,steps:{},required:!1,validityStyles:!0,dateInput:l.Wr,size:"medium",rounded:"medium",fillMode:"solid"},t}(c.Component),xe=(0,b.Y)(),Ce=(0,b.u)(xe,ze);Ce.displayName="KendoReactTimePicker",(0,z.registerForLocalization)(ze);var ke=n(9135),Ie=n(5987),Oe=n(5771),Ee=n(5619),Me=n(9998),Se=n(4725),He=n(8784),Ve=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Pe=function(e){function t(t){var n=e.call(this,t)||this;return n._element=null,n.isActive=!1,n.focusActiveDate=function(){if(n._element){var e=n._element.querySelector("td.k-focus"),t=n._element.querySelector(".k-state-pending-focus");e&&e[0]&&e[0].classList.remove("k-focus"),t&&t.classList.add("k-focus"),n.isActive=!0}},n.blurActiveDate=function(){if(n._element){var e=n._element.querySelector("td.k-focus");e&&e.classList.remove("k-focus"),n.isActive=!1}},n.rotateSelectionRange=function(e){if(null===e.start||null===e.end)return e;var t=e.end<e.start;return{start:t?e.end:e.start,end:t?e.start:e.end}},n.handleDateChange=function(e,t){void 0===t&&(t=!1);var r=n.props.onChange;if(r){var o={syntheticEvent:e.syntheticEvent,nativeEvent:e.nativeEvent,value:(0,d.cloneDate)(e.value),target:n,isTodayClick:t};r.call(void 0,o)}},n}return Ve(t,e),Object.defineProperty(t.prototype,"element",{get:function(){return this._element},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"weekNumber",{get:function(){return Boolean(this.props.showWeekNumbers&&this.props.activeView===Oe.n.month)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"min",{get:function(){return void 0!==this.props.min?this.props.min:t.defaultProps.min},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"max",{get:function(){return void 0!==this.props.max?this.props.max:t.defaultProps.max},enumerable:!1,configurable:!0}),t.prototype.componentDidUpdate=function(){this.isActive&&this.focusActiveDate()},t.prototype.render=function(){var e=this,t=this.props.allowReverse?this.rotateSelectionRange(this.props.selectionRange):this.props.selectionRange,n=(0,v.A)("k-calendar-view k-align-items-start k-justify-content-center",{"k-vstack":this.props.verticalView,"k-hstack":!this.props.verticalView,"k-calendar-monthview":this.props.activeView===Oe.n.month,"k-calendar-yearview":this.props.activeView===Oe.n.year,"k-calendar-decadeview":this.props.activeView===Oe.n.decade,"k-calendar-centuryview":this.props.activeView===Oe.n.century});return c.createElement("div",{ref:function(t){e._element=t},className:n},this.props.dates.map((function(n){return c.createElement("table",{className:"k-calendar-table k-content",key:n.getTime(),role:"grid"},c.createElement(He.G,{bus:e.props.bus,service:e.props.service,key:n.getTime(),direction:"horizontal",activeView:e.props.activeView,cellUID:e.props.cellUID,viewDate:n,min:e.min,max:e.max,focusedDate:e.props.focusedDate,selectionRange:t,selectedDate:e.props.value,showWeekNumbers:e.weekNumber,onChange:e.handleDateChange,onCellEnter:e.props.onCellEnter,cell:e.props.cell,weekCell:e.props.weekCell}))})))},t.defaultProps={showWeekNumbers:!1,views:2,take:2,allowReverse:!0,min:O.P1,max:O.f1},t}(c.Component),De=n(1566),_e=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Re=function(){return Re=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Re.apply(this,arguments)},Le=function(e,t,n){return void 0===e&&(e=Fe.defaultProps.min),void 0===t&&(t=Fe.defaultProps.max),n instanceof Date&&!Array.isArray(n)&&(0,O.mh)((0,d.getDate)(n),e,t)?(0,d.getDate)(n):null},Ne=function(e,t,n){return void 0===e&&(e=Fe.defaultProps.min),void 0===t&&(t=Fe.defaultProps.max),Array.isArray(n)?n.filter((function(n){return(0,O.mh)(n,e,t)})).map((function(e){return(0,d.getDate)(e)})):null},Be=function(e){return"object"!=typeof e||e instanceof Date||null===e||Array.isArray(e)?ke.U:e},Te=function(e,t,n){return e||t&&t[0]||n&&n.start},Fe=function(e){function t(n){var r=e.call(this,n)||this;r.dates=[],r.selectedDate=null,r.selectedMultiple=null,r.selectedRange=ke.U,r._focusedDate=new Date,r.cellUID=(0,h.M)(),r.activeRangeEnd="start",r._element=null,r.intl=null,r.localization=null,r.service=null,r.wrapperID=(0,h.M)(),r.calendarViewList=null,r.isActive=!1,r.calculateFocusFromValue=!0,r.focus=function(){r._element&&r._element.focus()},r.clampRange=function(e){return{start:e,end:null}},r.rangeWithFocused=function(e,t){return{start:e.start,end:null===e.end&&null!==e.start&&r.isActive?t:e.end}},r.generateRange=function(e,t){var n=t.end,o=t.start,i=null!==t.start&&e.getTime()<=t.start.getTime();return!r.props.allowReverse&&i?{start:e,end:r.selectedRange.start}:"end"!==r.activeRange?{start:e,end:n}:{start:o||r.selectedDate,end:e}},r.canNavigate=function(e){if(!r.service)return!1;var t=r.service.move(r.focusedDate,e);return r.min<=t&&t<=r.max||r.service.isInSameView(t,r.min)||r.service.isInSameView(t,r.max)},r.navigate=function(e,t){r.calculateFocusFromValue=!1;var n=r.move(e,t);r.setState({navigateDate:n,focusedDate:n})},r.move=function(e,t){return r.clampDate(r.service.move(t,e))},r.clampDate=function(e){return(0,O.q5)(e,r.min,r.max)},r.shouldAutoCorrect=function(e,t){var n=t.end,o=t.start;return"end"!==r.activeRange?null!==n&&e>n:null!==o&&e<o},r.handleCellEnter=function(e){"range"===r.props.mode&&(r.calculateFocusFromValue=!1,r.setState({focusedDate:e}))},r.handleMouseDown=function(e){e.preventDefault()},r.handleClick=function(e){r._element&&r._element.focus({preventScroll:!0})},r.handleFocus=function(e){if(r.isActive=!0,r.calendarViewList){r.calendarViewList.focusActiveDate();var t=r.props.onFocus;t&&t.call(void 0,e)}},r.handleBlur=function(e){if(r.isActive=!1,r.calendarViewList){r.calendarViewList.blurActiveDate();var t=r.props.onBlur;t&&t.call(void 0,e)}},r.handleTodayClick=function(e){r.todayIsInRange&&r.handleDateChange(e)},r.handlePrevButtonClick=function(){var e=Ie.a.PrevView;if(r.state.activeView>0&&r.focusedDate.getFullYear()>r.dates[0].getFullYear())r.navigate(e,r.move(e,r.focusedDate));else{var t=r.isInMonth(r.focusedDate,r.dates[1])?r.move(e,r.focusedDate):r.focusedDate;r.navigate(e,t)}},r.handleNextButtonClick=function(){r.navigate(Ie.a.NextView,r.focusedDate)},r.handleKeyDown=function(e){if(e.keyCode===f.R.enter){var t={syntheticEvent:e,nativeEvent:e.nativeEvent,value:r.focusedDate,target:r};r.handleDateChange(t)}else{var n=(0,O.q5)(r.navigation.move(r.focusedDate,r.navigation.action(e),r.state.activeView,r.service,e),r.min,r.max);if((0,d.isEqualDate)(r.focusedDate,n))return;r.dates&&r.service&&!r.service.isInArray(n,r.dates)&&r.setState({navigateDate:n}),r.calculateFocusFromValue=!1,r.setState({focusedDate:n})}e.preventDefault()},r.handleViewChange=function(e){var t=e.view;r.calculateFocusFromValue=!1,r.setState((function(e){return{activeView:t,navigateDate:e.focusedDate}}))},r.handleDateChange=function(e){var t=(0,d.cloneDate)(e.value),n=r.bus.canMoveDown(r.state.activeView);if(!r.props.disabled){if(n){if(!e.isTodayClick)return r.bus.moveDown(r.state.activeView,e.syntheticEvent),void r.setState({focusedDate:t});r.bus.moveToBottom(r.state.activeView)}var o;switch(r.calculateFocusFromValue=!0,r.props.mode){case"single":default:o=(0,d.cloneDate)(e.value);break;case"multiple":if(Array.isArray(r.selectedMultiple)){var i=r.selectedMultiple.slice(),a=-1;i.forEach((function(t,n){(0,d.isEqualDate)(t,e.value)&&(a=n)})),-1!==a?i.splice(a,1):i.push((0,d.cloneDate)(e.value)),o=i.slice()}else o=r.selectedDate?[(0,d.cloneDate)(r.selectedDate),(0,d.cloneDate)(e.value)]:[(0,d.cloneDate)(e.value)];break;case"range":o=null!==r.selectedRange.start&&null!==r.selectedRange.end&&"start"===r.activeRange?r.clampRange(e.value):r.generateRange(e.value,r.selectedRange),r.activeRangeEnd="end"!==r.activeRange?"end":"start"}r.valueDuringOnChange=o,e.isTodayClick&&r.setState({navigateDate:t}),r.setState({value:o,focusedDate:t}),r.valueDuringOnChange=o;var l=r.props.onChange;if(l){var s={syntheticEvent:e.syntheticEvent,nativeEvent:e.nativeEvent,value:o,target:r};l.call(void 0,s)}r.valueDuringOnChange=void 0}};var o,i,a=void 0!==n.value?n.value:n.defaultValue||t.defaultProps.defaultValue,l=Le(r.min,r.max,a),s=Ne(r.min,r.max,a),c=Be(a),u=Te(l,s,c),p=(0,O.Sn)(Oe.n[n.defaultActiveView],r.bottomView,r.topView),v=(0,O.q5)(n.focusedDate||u||(0,O.x2)(),r.min,r.max);return r.state={value:a,activeView:p,focusedDate:v,navigateDate:v},r.activeRangeEnd=(i=l,null===(o=c).start&&null===i?"start":null===o.end?"end":"start"),r.bus=new Me.P(r.handleViewChange),r.navigation=new Se.f(r.bus),r.calculateFocusFromValue=!1,r.lastView=p,r.lastViewsCount=r.props.views||Pe.defaultProps.views,r}return _e(t,e),Object.defineProperty(t.prototype,"isRtl",{get:function(){return"rtl"===this.props.dir},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"element",{get:function(){return this._element},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"value",{get:function(){return void 0!==this.valueDuringOnChange?this.valueDuringOnChange:void 0!==this.props.value?this.props.value:this.state.value},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"focusedDate",{get:function(){return(0,d.cloneDate)(this._focusedDate)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"min",{get:function(){return(0,d.getDate)(void 0!==this.props.min?this.props.min:t.defaultProps.min)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"max",{get:function(){return(0,d.getDate)(void 0!==this.props.max?this.props.max:t.defaultProps.max)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"bottomView",{get:function(){return Oe.n[void 0!==this.props.bottomView?this.props.bottomView:t.defaultProps.bottomView]},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"topView",{get:function(){return Oe.n[void 0!==this.props.topView?this.props.topView:t.defaultProps.topView]},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"activeRange",{get:function(){return void 0!==this.props.activeRangeEnd?this.props.activeRangeEnd:this.activeRangeEnd},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"todayIsInRange",{get:function(){return(0,O.mh)((0,O.x2)(),(0,d.getDate)(this.min),(0,d.getDate)(this.max))},enumerable:!1,configurable:!0}),t.prototype.componentDidMount=function(){this.calculateFocusFromValue=!0},t.prototype.componentDidUpdate=function(){this.calendarViewList&&(this.isActive?this.calendarViewList.focusActiveDate:this.calendarViewList.blurActiveDate)();var e=Le(this.min,this.max,this.value);this.calculateFocusFromValue=Boolean(this.selectedDate&&e&&this.selectedDate.getTime()&&e.getTime()),this.lastView=this.state.activeView,this.lastViewsCount=this.props.views||Pe.defaultProps.views},t.prototype.render=function(){var e=this;this.props._ref&&this.props._ref(this),this.intl=(0,z.provideIntlService)(this),this.localization=(0,z.provideLocalizationService)(this),this.bus.configure(this.bottomView,this.topView);var t=(0,O.Sn)(this.state.activeView,this.bottomView,this.topView);this.service=this.bus.service(t,this.intl),this.selectedDate=Le(this.min,this.max,this.value),this.selectedMultiple=Ne(this.min,this.max,this.value),this.selectedRange=Be(this.value);var n=Te(this.selectedDate,this.selectedMultiple,this.selectedRange);this._focusedDate=(0,O.q5)(this.calculateFocusFromValue&&null!==n?n:this.state.focusedDate,this.min,this.max);var r=(0,v.A)("k-widget k-calendar k-calendar-range",{"k-disabled":this.props.disabled},this.props.className),o=this.rangeWithFocused(this.selectedRange,this.focusedDate),i=this.localization.toLanguageString(k.yV,k.sY[k.yV]),a=this.localization.toLanguageString(k.E9,k.sY[k.E9]),l=!this.canNavigate(Ie.a.PrevView),s=!this.canNavigate(Ie.a.NextView),u={"aria-disabled":l},p={"aria-disabled":s},h=this.lastView!==t,f=this.dates&&this.isInMonth(this.state.navigateDate,this.dates[0]),m=this.lastViewsCount!==this.props.views;(!f||h||m)&&(this.dates=this.service.datesList(this.state.navigateDate,this.props.views||Pe.defaultProps.views));var g=(0,d.cloneDate)(this.dates&&this.dates[0]?this.dates[0]:(0,O.x2)());return c.createElement("div",{ref:function(t){e._element=t},className:r,id:this.props.id||this.wrapperID,"aria-labelledby":this.props.ariaLabelledBy,"aria-describedby":this.props.ariaDescribedBy,tabIndex:this.props.disabled?void 0:this.props.tabIndex,onFocus:this.handleFocus,onBlur:this.handleBlur,onMouseDown:this.handleMouseDown,onClick:this.handleClick,onKeyDown:this.handleKeyDown,"aria-disabled":this.props.disabled,dir:this.props.dir},c.createElement(Ee.h,{key:".kendo.calendar.header.".concat(g.getTime()),activeView:t,currentDate:g,min:this.min,max:this.max,rangeLength:this.props.views,bus:this.bus,service:this.service,headerTitle:this.props.headerTitle,verticalView:this.props.mobileMode,commands:c.createElement(c.Fragment,null,c.createElement(ae.z,Re({type:"button",className:"k-calendar-nav-prev",icon:this.isRtl?"chevron-right":"chevron-left",svgIcon:this.isRtl?w.oXh:w.fL_,fillMode:"flat",title:i,disabled:l,onClick:this.handlePrevButtonClick},u)),c.createElement(De.f,{min:this.min,max:this.max,onClick:this.handleTodayClick,disabled:!this.todayIsInRange}),c.createElement(ae.z,Re({type:"button",className:"k-calendar-nav-next",icon:this.isRtl?"chevron-left":"chevron-right",svgIcon:this.isRtl?w.fL_:w.oXh,fillMode:"flat",title:a,disabled:s,onClick:this.handleNextButtonClick},p)))}),c.createElement(Pe,{ref:function(t){e.calendarViewList=t},dates:this.dates,activeView:t,focusedDate:this.focusedDate,min:this.min,max:this.max,bus:this.bus,service:this.service,selectionRange:o,value:this.selectedMultiple||this.selectedDate,cellUID:this.cellUID,views:this.props.views,onChange:this.handleDateChange,showWeekNumbers:this.props.weekNumber,onCellEnter:this.handleCellEnter,cell:this.props.cell,weekCell:this.props.weekCell,headerTitle:this.props.headerTitle,verticalView:this.props.mobileMode}))},t.prototype.isInMonth=function(e,t){return!!t&&(0,d.firstDayOfMonth)(t)<=e&&e<=(0,d.lastDayOfMonth)(t)},t.displayName="MultiViewCalendar",t.propTypes={activeRangeEnd:u.oneOf(["start","end"]),allowReverse:u.bool,bottomView:u.oneOf(["month","year","decade","century"]),className:u.string,defaultActiveView:u.oneOf(["month","year","decade","century"]),defaultValue:u.oneOfType([(0,O.AG)(u.instanceOf(Date)),u.arrayOf(u.instanceOf(Date)),u.shape({start:(0,O.AG)(u.instanceOf(Date)),end:(0,O.AG)(u.instanceOf(Date))})]),disabled:u.bool,focusedDate:u.instanceOf(Date),id:u.string,ariaLabelledBy:u.string,ariaDescribedBy:u.string,max:u.instanceOf(Date),min:u.instanceOf(Date),mode:u.oneOf(["single","multiple","range"]),onBlur:u.func,onChange:u.func,onFocus:u.func,tabIndex:u.number,topView:u.oneOf(["month","year","decade","century"]),value:u.oneOfType([(0,O.AG)(u.instanceOf(Date)),u.arrayOf(u.instanceOf(Date)),u.shape({start:(0,O.AG)(u.instanceOf(Date).isRequired),end:(0,O.AG)(u.instanceOf(Date).isRequired)})]),views:function(e,t,n){var r=e[t];return void 0!==r&&r<1?new Error("Invalid prop '".concat(t,"' supplied to")+"'".concat(n,"'. The '").concat(t,"' property cannot be less than 1'")):null},weekNumber:u.bool,dir:u.string},t.defaultProps={disabled:!1,min:O.P1,max:O.f1,navigation:!0,defaultActiveView:"month",defaultValue:null,topView:"century",tabIndex:0,bottomView:"month",views:2,allowReverse:!1},t}(c.Component),je=(0,b.Y)(),Ae=(0,b.u)(je,Fe);Ae.displayName="KendoReactMultiViewCalendar",(0,z.registerForIntl)(Fe),(0,z.registerForLocalization)(Fe);var qe=n(8130),Ge=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Ke=function(){return Ke=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Ke.apply(this,arguments)},We=function(e){function t(n){var r=e.call(this,n)||this;return r._element=null,r._calendar=null,r._startDateInput=c.createRef(),r._endDateInput=c.createRef(),r._popupId=(0,h.M)(),r._startInputId=(0,h.M)(),r._endInputId=(0,h.M)(),r.shouldFocusDateInput=!1,r.shouldFocusCalendar=!1,r.focus=function(){r.startDateInput&&r.startDateInput.focus()},r.setCalendarRef=function(e){r._calendar=e},r.focusCalendarElement=function(){r._calendar&&r._calendar.element&&r._calendar.element.focus({preventScroll:!0})},r.calculateValue=function(e,t){return(void 0!==e.value?e.value:t.value)||ke.U},r.calculateShow=function(e,t){return void 0!==e.show?e.show:t.show},r.renderCalendar=function(){var e=r.value||ke.U,t=Ke(Ke({min:r.min,max:r.max,allowReverse:r.props.allowReverse,mode:"range",focusedDate:r.props.focusedDate,disabled:r.props.disabled,className:r.mobileMode?"k-calendar-lg":"",mobileMode:r.mobileMode},r.props.calendarSettings),{value:e,dir:r.props.dir,onChange:r.handleCalendarChange});return r.props.calendar?c.createElement(r.props.calendar,Ke({},t)):c.createElement(Ae,Ke({},t,{ref:r.setCalendarRef}))},r.renderPopup=function(){var e=Ke(Ke({popupClass:"k-daterangepicker-popup",animate:null!==r._element,anchor:r._element,id:r._popupId,anchorAlign:{horizontal:"left",vertical:"bottom"},popupAlign:{horizontal:"left",vertical:"top"}},r.props.popupSettings),{show:r.show});return r.props.popup?c.createElement(r.props.popup,Ke({},e),r.renderCalendar()):c.createElement(p.G,Ke({},e),r.renderCalendar())},r.renderAdaptivePopup=function(){var e=r.state.windowWidth,t=void 0===e?0:e,n={expand:r.show,onClose:function(e){return r.handleCancel(e)},adaptiveTitle:r.props.adaptiveTitle,windowWidth:t,footer:{cancelText:r.localizationService.toLanguageString(k.l3,k.sY[k.l3]),onCancel:r.handleCancel,applyText:r.localizationService.toLanguageString(k.h4,k.sY[k.h4]),onApply:r.handleBlur}};return c.createElement(ge.$,Ke({},n),c.createElement(ye.M,{className:"!k-overflow-hidden"},c.createElement("div",{className:"k-scrollable-wrap"},r.renderCalendar())))},r.handleReverseClick=function(e){var t={start:r.value.end,end:r.value.start},n={syntheticEvent:e,nativeEvent:e.nativeEvent};r.handleChange(t,n)},r.handleReverseMouseDown=function(e){e.preventDefault()},r.handleFocus=function(e){clearTimeout(r.nextTickId),r.shouldFocusDateInput||(r.setShow(!0),r.mobileMode&&r.setState({currentValue:r.value}));var t=r.props.onFocus;t&&t.call(void 0,e)},r.handleBlur=function(e){r.nextTick((function(){r.setShow(!1)}));var t=r.props.onBlur;t&&t.call(void 0,e)},r.handleCancel=function(e){r.nextTick((function(){r.setShow(!1),r.setState({currentValue:ke.U})}));var t=r.props.onCancel;t&&t.call(void 0,e)},r.handleEndChange=function(e){var t={start:r.value.start,end:(0,d.cloneDate)(e.value||void 0)};r.handleChange(t,e)},r.handleStartChange=function(e){var t={start:(0,d.cloneDate)(e.value||void 0),end:r.value.end};r.handleChange(t,e)},r.extractRangeFromValue=function(e){if(!(Array.isArray(e.value)||e.value instanceof Date))return e.value||ke.U;var t=Array.isArray(e.value)?e.value[0]:e.value;return{start:null!==r.value.end?t:r.value.start,end:null!==r.value.start?t:r.value.end}},r.handleCalendarChange=function(e){var t=r.extractRangeFromValue(e);r.handleChange(t,e)},r.handleKeyDown=function(e){var t=e.keyCode,n=e.altKey,o=(0,I.v)(document);t===f.R.esc?(e.preventDefault(),r.shouldFocusDateInput=!0,r.setShow(!1)):n&&t===f.R.down?(e.preventDefault(),r.shouldFocusCalendar=!0,r.setShow(!0)):t===f.R.tab&&r.show&&r._calendar&&r._calendar.element&&r.endDateInput&&r.endDateInput.element&&document&&o===r.endDateInput.element&&(e.preventDefault(),r.focusCalendarElement())},r.handleChange=function(e,t){r.setState({value:e}),r.valueDuringOnChange=e;var n=r.props.onChange;if(n){var o={syntheticEvent:t.syntheticEvent,nativeEvent:t.nativeEvent,value:r.value,show:r.show,target:r};n.call(void 0,o)}r.valueDuringOnChange=void 0},(0,x.s)(C.k),r.state={show:r.props.show||r.props.defaultShow||t.defaultProps.defaultShow,value:r.props.value||r.props.defaultValue||t.defaultProps.defaultValue,currentValue:ke.U},r.nextTick=r.nextTick.bind(r),r.setShow=r.setShow.bind(r),r.focusCalendarElement=r.focusCalendarElement.bind(r),r.focusDateInputElement=r.focusDateInputElement.bind(r),r}return Ge(t,e),Object.defineProperty(t.prototype,"element",{get:function(){return this._element},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"startDateInput",{get:function(){return this._startDateInput.current},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"endDateInput",{get:function(){return this._endDateInput.current},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"calendar",{get:function(){return this._calendar},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"value",{get:function(){return(void 0!==this.valueDuringOnChange?this.valueDuringOnChange:void 0!==this.props.value?this.props.value:this.state.value)||ke.U},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"show",{get:function(){return void 0!==this.showDuringOnChange?this.showDuringOnChange:void 0!==this.props.show?this.props.show:this.state.show},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"min",{get:function(){return void 0!==this.props.min?this.props.min:t.defaultProps.min},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"max",{get:function(){return void 0!==this.props.max?this.props.max:t.defaultProps.max},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"document",{get:function(){if(m.N)return this.element&&this.element.ownerDocument||document},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"localizationService",{get:function(){return(0,z.provideLocalizationService)(this)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"mobileMode",{get:function(){return!!(this.state.windowWidth&&this.state.windowWidth<=me._&&this.props.adaptive)},enumerable:!1,configurable:!0}),t.prototype.componentDidMount=function(){var e;this.observerResize=m.N&&window.ResizeObserver&&new window.ResizeObserver(this.calculateMedia.bind(this)),this.show&&this.forceUpdate(),(null===(e=this.document)||void 0===e?void 0:e.body)&&this.observerResize&&this.observerResize.observe(this.document.body)},t.prototype.componentDidUpdate=function(){this.shouldFocusCalendar&&this.focusCalendarElement(),this.shouldFocusDateInput&&this.focusDateInputElement(),this.shouldFocusCalendar=!1,this.shouldFocusDateInput=!1},t.prototype.componentWillUnmount=function(){var e;clearTimeout(this.nextTickId),(null===(e=this.document)||void 0===e?void 0:e.body)&&this.observerResize&&this.observerResize.disconnect()},t.prototype.render=function(){var e=this,t=this.value||ke.U,n=this.mobileMode&&this.show?this.state.currentValue:t,r=(this.props.startDateInputSettings||{}).id||this._startInputId,o=(this.props.endDateInputSettings||{}).id||this._endInputId,i=(0,v.A)("k-daterangepicker",{"k-disabled":this.props.disabled},this.props.className),a=this.localizationService.toLanguageString(k.BL,k.sY[k.BL]),s=this.localizationService.toLanguageString(k.ut,k.sY[k.ut]),u=this.localizationService.toLanguageString(k.kr,k.sY[k.kr]),p=Ke(Ke({disableSelection:this.mobileMode&&!0,label:a,format:this.props.format,min:this.min,max:this.max,id:this._startInputId,disabled:this.props.disabled,valid:this.props.valid,tabIndex:this.props.tabIndex,ariaExpanded:this.show},this.props.startDateInputSettings),{value:n.start,onChange:this.handleStartChange}),d=Ke(Ke({disableSelection:this.mobileMode&&!0,label:s,format:this.props.format,min:this.min,max:this.max,id:this._endInputId,disabled:this.props.disabled,valid:this.props.valid,tabIndex:this.props.tabIndex,ariaExpanded:this.show},this.props.endDateInputSettings),{value:n.end,onChange:this.handleEndChange}),h=c.createElement(ae.z,Ke({type:"button",className:"k-select",fillMode:"flat",title:(0,z.provideLocalizationService)(this).toLanguageString(k._A,k.sY[k._A]),onMouseDown:this.handleReverseMouseDown,onClick:this.handleReverseClick},{"aria-controls":r+" "+o,"aria-label":(0,z.provideLocalizationService)(this).toLanguageString(k._A,k.sY[k._A])}),c.createElement(qe.a,{style:{transform:"rotate(90deg)"},name:"arrows-swap",icon:w.hgA}));return c.createElement(c.Fragment,null,c.createElement("span",{ref:function(t){e._element=t},className:i,style:this.props.style,id:this.props.id,"aria-labelledby":this.props.ariaLabelledBy,"aria-describedby":this.props.ariaDescribedBy,tabIndex:this.props.tabIndex,onFocus:this.handleFocus,onBlur:this.mobileMode?void 0:this.handleBlur,onKeyDown:this.handleKeyDown,dir:this.props.dir},this.props.startDateInput?c.createElement(this.props.startDateInput,Ke({},p)):c.createElement(l.Wr,Ke({},p,{ref:this._startDateInput,ariaRole:"combobox",ariaControls:this._popupId,readonly:this.mobileMode})),(this.props.allowReverse||this.props.calendarSettings&&this.props.calendarSettings.allowReverse)&&this.props.swapButton?h:u,this.props.endDateInput?c.createElement(this.props.endDateInput,Ke({},d)):c.createElement(l.Wr,Ke({},d,{ref:this._endDateInput,ariaRole:"combobox",ariaControls:this._popupId,readonly:this.mobileMode})),!this.mobileMode&&this.renderPopup()),this.mobileMode&&this.renderAdaptivePopup())},t.prototype.focusDateInputElement=function(){if(document&&this.startDateInput&&this.startDateInput.element&&this.endDateInput&&this.endDateInput.element){var e=(0,I.v)(document);null!==this.value.start&&null===this.value.end||e===this.endDateInput.element?e!==this.startDateInput.element&&this.endDateInput.element.focus({preventScroll:!0}):this.startDateInput.element.focus({preventScroll:!0})}},t.prototype.nextTick=function(e){clearTimeout(this.nextTickId),this.nextTickId=window.setTimeout((function(){return e()}))},t.prototype.setShow=function(e){var t=this.props,n=t.onOpen,r=t.onClose;this.show!==e&&(this.setState({show:e}),e&&n&&n.call(void 0,{target:this}),!e&&r&&r.call(void 0,{target:this}))},t.prototype.calculateMedia=function(e){for(var t=0,n=e;t<n.length;t++){var r=n[t];this.setState({windowWidth:r.target.clientWidth})}},t.displayName="DateRangePicker",t.propTypes={allowReverse:u.bool,calendarSettings:u.any,className:u.string,defaultShow:u.bool,defaultValue:u.shape({start:(0,O.AG)(u.instanceOf(Date).isRequired),end:(0,O.AG)(u.instanceOf(Date).isRequired)}),disabled:u.bool,endDateInputSettings:u.shape(l.fv.propTypes),focusedDate:u.instanceOf(Date),format:u.oneOfType([u.string,u.shape({skeleton:u.string,pattern:u.string,date:u.oneOf(["short","medium","long","full"]),time:u.oneOf(["short","medium","long","full"]),datetime:u.oneOf(["short","medium","long","full"]),era:u.oneOf(["narrow","short","long"]),year:u.oneOf(["numeric","2-digit"]),month:u.oneOf(["numeric","2-digit","narrow","short","long"]),day:u.oneOf(["numeric","2-digit"]),weekday:u.oneOf(["narrow","short","long"]),hour:u.oneOf(["numeric","2-digit"]),hour12:u.bool,minute:u.oneOf(["numeric","2-digit"]),second:u.oneOf(["numeric","2-digit"]),timeZoneName:u.oneOf(["short","long"])})]),id:u.string,ariaLabelledBy:u.string,ariaDescribedBy:u.string,max:u.instanceOf(Date),min:u.instanceOf(Date),onBlur:u.func,onChange:u.func,onFocus:u.func,popupSettings:u.any,show:u.bool,startDateInputSettings:u.any,style:u.any,swapButton:u.any,tabIndex:u.number,dir:u.string,value:u.shape({start:(0,O.AG)(u.instanceOf(Date).isRequired),end:(0,O.AG)(u.instanceOf(Date).isRequired)})},t.defaultProps={allowReverse:!1,defaultShow:!1,defaultValue:ke.U,disabled:!1,format:"d",max:O.f1,min:O.P1,swapButton:!1},t}(c.Component),Ue=(0,b.Y)(),Ye=(0,b.u)(Ue,We);Ye.displayName="KendoReactDateRangePicker",(0,z.registerForLocalization)(We);var Ze=n(4334),Xe=n(1333),Qe=n(8861),Je=n(4615),$e=n(7711),et=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),tt=function(){return tt=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},tt.apply(this,arguments)},nt=function(e){function t(t){var n=e.call(this,t)||this;return n._calendar=null,n._timePart=null,n._cancelButton=null,n._acceptButton=null,n._calendarWrap=null,n.shouldFocusPart=!1,n.focus=function(e){Promise.resolve().then((function(){"time"===n.state.tab&&n._timePart&&n._timePart.focus(e);var t=n.calendarElement();"date"===n.state.tab&&t&&t.focus(e)}))},n.calendarElement=function(){return n._calendar&&n._calendar.element||n._calendarWrap&&n._calendarWrap.querySelector(".k-widget.k-calendar")},n.move=function(e){if(!("right"===e&&"time"===n.state.tab||"left"===e&&"date"===n.state.tab)){var t="left"===e?"date":"time";n.shouldFocusPart=!0,n.setState({tab:t})}},n.dateTimeFooter=function(){var e=n.props.cancelButton,t=n.localizationService.toLanguageString(k.Fy,k.sY[k.Fy]),r=n.localizationService.toLanguageString(k.r$,k.sY[k.r$]);return c.createElement("div",{className:"k-datetime-footer k-actions k-actions-stretched "},e&&c.createElement(ae.z,tt({type:"button",ref:function(e){n._cancelButton=e},className:"k-time-cancel",onClick:n.handleReject,title:t},{"aria-label":t}),t),c.createElement(ae.z,tt({type:"button",themeColor:"primary",ref:function(e){n._acceptButton=e},className:"k-time-accept",disabled:!n.hasDateValue,onClick:n.handleAccept,title:r},{"aria-label":r}),r))},n.handleReject=function(e){n.setState({dateValue:n.props.value,timeValue:n.props.value||O.on});var t=n.mergeDate(n.props.value,n.props.value||O.on);if(n.props.onReject){var r={nativeEvent:e.nativeEvent,syntheticEvent:e,target:n,value:t};n.props.onReject.call(void 0,r)}},n.handleAccept=function(e,t){if(n.state.dateValue&&n.state.timeValue&&n.hasDateValue){var r=n.mergeDate(n.state.dateValue,t||n.state.timeValue);n.props.onChange.call(void 0,{syntheticEvent:e,nativeEvent:e.nativeEvent,value:r,target:n})}},n.handleNowClick=function(e){n.setState({timeValue:(0,E.Iz)()}),n.handleAccept(e,(0,E.Iz)())},n.handleCalendarValueChange=function(e){e.syntheticEvent.stopPropagation(),n.setState({dateValue:e.value,tab:"time"}),n.shouldFocusPart=!0},n.handleTimeListContainerChange=function(e){n.setState({timeValue:e})},n.handleDateClick=function(e){e.stopPropagation(),n.move("left")},n.handleTimeClick=function(e){e.stopPropagation(),n.move("right")},n.handleKeyDown=function(e){var t=e.keyCode,r=e.altKey;switch(t){case f.R.enter:return void(!n.hasActiveButton()&&n.hasDateValue&&n.handleAccept(e));case f.R.left:if(!r)return;return void n.move("left");case f.R.right:if(!r)return;return void n.move("right");default:return}},n.handleTimePartMount=function(e){n.setState({timeValue:e})},n.state={tab:"date",dateValue:n.props.value,timeValue:n.props.value||O.on},n}return et(t,e),Object.defineProperty(t.prototype,"calendar",{get:function(){return this._calendar},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"timePart",{get:function(){return this._timePart},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"hasDateValue",{get:function(){return null!==this.state.dateValue},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"localizationService",{get:function(){return(0,z.provideLocalizationService)(this)},enumerable:!1,configurable:!0}),t.prototype.componentDidUpdate=function(){this.shouldFocusPart&&this.focus({preventScroll:!0}),this.shouldFocusPart=!1},t.prototype.render=function(){var e=this,t=this.props,n=t.disabled,r=t.min,o=t.max,i=t.weekNumber,l=t.focusedDate,s=t.format,u=t.mobileMode,p=t.footerActions,d=(0,v.A)({"k-date-tab":"date"===this.state.tab,"k-time-tab":"time"===this.state.tab,"k-disabled":n},"k-datetime-wrap"),h=this.localizationService.toLanguageString(k.hT,k.sY[k.hT]),f=this.localizationService.toLanguageString(k.XV,k.sY[k.XV]),m={min:r,max:o,weekNumber:i,focusedDate:l,disabled:n||"date"!==this.state.tab,value:this.state.dateValue,onChange:this.handleCalendarValueChange,navigation:!1,mobileMode:u};return c.createElement("div",{onKeyDown:this.handleKeyDown,className:d,tabIndex:-1},c.createElement("div",{className:"k-datetime-buttongroup"},c.createElement($e.h,{width:"100%"},c.createElement(ae.z,{type:"button",selected:"date"===this.state.tab,togglable:!0,onClick:this.handleDateClick},h),c.createElement(ae.z,{type:"button",selected:"time"===this.state.tab,togglable:!0,onClick:this.handleTimeClick},f))),c.createElement("div",{className:"k-datetime-selector"},c.createElement("div",{className:"k-datetime-calendar-wrap",ref:function(t){return e._calendarWrap=t}},this.props.calendar?c.createElement(this.props.calendar,tt({},m)):c.createElement(a.f,tt({ref:function(t){e._calendar=t}},m))),c.createElement("div",{className:"k-datetime-time-wrap"},c.createElement("div",{className:u?"k-reset k-timeselector-lg k-timeselector":""},c.createElement(ue,{key:1,onNowClick:this.handleNowClick,disabled:n||"time"!==this.state.tab,ref:function(t){e._timePart=t},min:this.minTime||O.oP,max:this.maxTime||O.bB,steps:this.props.steps,value:this.state.timeValue,format:s,onChange:this.handleTimeListContainerChange,onMount:this.handleTimePartMount,mobileMode:u})))),p&&this.dateTimeFooter())},Object.defineProperty(t.prototype,"minTime",{get:function(){return void 0!==this.props.minTime?this.props.minTime:this.normalizeRange(this.props.min,this.state.dateValue)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"maxTime",{get:function(){return void 0!==this.props.maxTime?this.props.maxTime:this.normalizeRange(this.props.max,this.state.dateValue)},enumerable:!1,configurable:!0}),t.prototype.normalizeRange=function(e,t){return(0,d.isEqualDate)(e,t||(0,O.x2)())?e:null},t.prototype.hasActiveButton=function(){if(!this._acceptButton)return!1;var e=(0,I.v)(document);return this._acceptButton&&e===this._acceptButton.element||this._cancelButton&&e===this._cancelButton.element},t.prototype.mergeTime=function(e,t){return e&&t?(0,O.q_)(t,e):t},t.prototype.mergeDate=function(e,t){return e?(0,O.q_)(e||(0,O.x2)(),t):t},t.defaultProps={footerActions:!0},t}(c.Component);(0,z.registerForLocalization)(nt);var rt=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),ot=function(){return ot=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},ot.apply(this,arguments)},it=function(e){function t(n){var r=e.call(this,n)||this;return r._popupId=(0,h.M)(),r._element=null,r._dateInput=c.createRef(),r._dateTimeSelector=null,r.shouldFocusDateInput=!1,r.prevShow=!1,r.focus=function(){var e=r.dateInputElement();e&&e.focus()},r.renderPicker=function(){var e=r.props,t=e.disabled,n=e.minTime,o=e.maxTime,i=e.format,a=e.calendar,l=e.cancelButton,s=e.weekNumber,u=e.focusedDate;return c.createElement(nt,{ref:function(e){r._dateTimeSelector=e},cancelButton:l,steps:r.props.steps,value:r.value,onChange:r.handleValueChange,onReject:r.handleReject,disabled:t,weekNumber:s,min:r.min,max:r.max,minTime:n,maxTime:o,focusedDate:u,format:i,calendar:a,mobileMode:r.mobileMode,footerActions:!r.mobileMode})},r.renderAdaptivePopup=function(){var e=r.state.windowWidth,t=void 0===e?0:e,n=(0,z.provideLocalizationService)(r).toLanguageString(k.Fy,k.sY[k.Fy]),o=(0,z.provideLocalizationService)(r).toLanguageString(k.r$,k.sY[k.r$]),i={expand:r.show,onClose:r.handleBlur,adaptiveTitle:r.props.adaptiveTitle,windowWidth:t,footer:{cancelText:n,onCancel:function(e){var t;return null===(t=r._dateTimeSelector)||void 0===t?void 0:t.handleReject(e)},applyText:o,onApply:function(e){var t;return null===(t=r._dateTimeSelector)||void 0===t?void 0:t.handleAccept(e)}}};return c.createElement(ge.$,ot({},i),c.createElement(ye.M,{className:"!k-overflow-hidden"},r.renderPicker()))},r.handleReject=function(){r.shouldFocusDateInput=!0,r.setShow(!1)},r.handleValueChange=function(e){r.setState({value:(0,d.cloneDate)(e.value||void 0)}),r.valueDuringOnChange=e.value,r.showDuringOnChange=!1,r.mobileMode||(r.shouldFocusDateInput=!0);var t=r.props.onChange;t&&t.call(void 0,{syntheticEvent:e.syntheticEvent,nativeEvent:e.nativeEvent,value:r.value,show:r.show,target:r}),r.valueDuringOnChange=void 0,r.showDuringOnChange=void 0,r.setShow(!1)},r.handleFocus=function(){r.setState({focused:!0})},r.handleBlur=function(){r.setState({focused:!1}),r.setShow(!1)},r.handleDateIconClick=function(){r.props.disabled||(r.shouldFocusDateInput=!0,r.setShow(!r.show))},r.handleIconMouseDown=function(e){e.preventDefault()},r.handleKeyDown=function(e){var t=e.altKey,n=e.keyCode;if(n===f.R.esc)return r.shouldFocusDateInput=!0,void r.setShow(!1);!t||n!==f.R.up&&n!==f.R.down||(e.preventDefault(),e.stopPropagation(),r.shouldFocusDateInput=n===f.R.up,r.setShow(n===f.R.down))},r.dateInputElement=function(){return r.dateInput&&r.dateInput.element||r.element&&r.element.querySelector(".k-dateinput > input.k-input-inner")},(0,x.s)(C.k),r.state={value:r.props.defaultValue||t.defaultProps.defaultValue,show:r.props.defaultShow||t.defaultProps.defaultShow,focused:!1},r}return rt(t,e),Object.defineProperty(t.prototype,"document",{get:function(){if(m.N)return this.element&&this.element.ownerDocument||document},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"element",{get:function(){return this._element},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"dateInput",{get:function(){return this._dateInput.current},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"value",{get:function(){var e=void 0!==this.valueDuringOnChange?this.valueDuringOnChange:void 0!==this.props.value?this.props.value:this.state.value;return null!==e?(0,d.cloneDate)(e):null},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"show",{get:function(){return void 0!==this.showDuringOnChange?this.showDuringOnChange:void 0!==this.props.show?this.props.show:this.state.show},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"name",{get:function(){return this.props.name},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"mobileMode",{get:function(){return!!(this.state.windowWidth&&this.state.windowWidth<=me._&&this.props.adaptive)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"min",{get:function(){return void 0!==this.props.min?this.props.min:t.defaultProps.min},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"max",{get:function(){return void 0!==this.props.max?this.props.max:t.defaultProps.max},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"validity",{get:function(){var e=(0,O.qS)(this.value,this.min,this.max)&&(0,E.Si)(this.value,this.props.minTime||O.oP,this.props.maxTime||O.bB),t=void 0!==this.props.validationMessage,n=(!this.required||null!==this.value)&&e,r=void 0!==this.props.valid?this.props.valid:n;return{customError:t,rangeOverflow:this.value&&this.max.getTime()<this.value.getTime()||!1,rangeUnderflow:this.value&&this.value.getTime()<this.min.getTime()||!1,valid:r,valueMissing:null===this.value}},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"validityStyles",{get:function(){return void 0!==this.props.validityStyles?this.props.validityStyles:t.defaultProps.validityStyles},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"required",{get:function(){return void 0!==this.props.required?this.props.required:t.defaultProps.required},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"dateInputComp",{get:function(){return this.props.dateInput||t.defaultProps.dateInput},enumerable:!1,configurable:!0}),t.prototype.componentDidMount=function(){var e;this.observerResize=m.N&&window.ResizeObserver&&new window.ResizeObserver(this.calculateMedia.bind(this)),this.show&&this.forceUpdate(),(null===(e=this.document)||void 0===e?void 0:e.body)&&this.observerResize&&this.observerResize.observe(this.document.body)},t.prototype.componentDidUpdate=function(){var e=this.dateInputElement();this._dateTimeSelector&&this.show&&!this.prevShow&&this._dateTimeSelector.focus({preventScroll:!0}),e&&!this.show&&this.shouldFocusDateInput&&e.focus({preventScroll:!0}),this.prevShow=this.show,this.shouldFocusDateInput=!1},t.prototype.componentWillUnmount=function(){var e;clearTimeout(this.nextTickId),(null===(e=this.document)||void 0===e?void 0:e.body)&&this.observerResize&&this.observerResize.disconnect()},t.prototype.render=function(){var e=this,n=this.props,r=n.size,o=void 0===r?t.defaultProps.size:r,i=n.rounded,a=void 0===i?t.defaultProps.rounded:i,l=n.fillMode,s=void 0===l?t.defaultProps.fillMode:l,u=n.disabled,d=n.tabIndex,h=n.title,f=n.id,m=n.format,b=n.formatPlaceholder,x=n.min,C=n.max,I=n.className,O=n.width,E=n.name,M=n.validationMessage,S=n.required,H=n.validityStyles,V=n.minTime,P=n.maxTime,D=n.ariaLabelledBy,_=n.ariaDescribedBy,R=n.popup,L=void 0===R?p.G:R,N=!this.validityStyles||this.validity.valid,B={id:f,ariaLabelledBy:D,ariaDescribedBy:_,format:m,formatPlaceholder:b,disabled:u,title:h,validityStyles:H,validationMessage:M,required:S,min:x,max:C,minTime:V,maxTime:P,name:E,tabIndex:this.show?-1:d,valid:this.validity.valid,value:this.value,onChange:this.handleValueChange,steps:this.props.steps,label:void 0,placeholder:this.state.focused?null:this.props.placeholder,ariaExpanded:this.show,size:null,fillMode:null,rounded:null},T=c.createElement(g.o,{onFocus:this.handleFocus,onBlur:this.handleBlur,onSyncFocus:this.props.onFocus,onSyncBlur:this.props.onBlur},(function(t){var n,r=t.onFocus,i=t.onBlur;return c.createElement(c.Fragment,null,c.createElement("div",{ref:function(t){e._element=t},className:(0,v.A)("k-input","k-datetimepicker",(n={},n["k-input-".concat(y.G.sizeMap[o]||o)]=o,n["k-rounded-".concat(y.G.roundedMap[a]||a)]=a,n["k-input-".concat(s)]=s,n["k-invalid"]=!N,n["k-required"]=e.required,n["k-disabled"]=e.props.disabled,n),I),onKeyDown:e.handleKeyDown,style:{width:O},onFocus:e.mobileMode?void 0:r,onBlur:i,onClick:e.mobileMode?e.handleDateIconClick:void 0},c.createElement(e.dateInputComp,ot({_ref:e._dateInput,ariaRole:"combobox",ariaControls:e._popupId,readonly:e.mobileMode},B)),c.createElement(ae.z,ot({tabIndex:-1,type:"button",icon:"calendar",svgIcon:w.CHk,onMouseDown:e.handleIconMouseDown,onClick:e.mobileMode?void 0:e.handleDateIconClick,title:(0,z.provideLocalizationService)(e).toLanguageString(k.lI,k.sY[k.lI]),className:"k-input-button",rounded:null},{"aria-label":(0,z.provideLocalizationService)(e).toLanguageString(k.lI,k.sY[k.lI])})),c.createElement(L,{show:e.show,animate:null!==e.element,anchor:e.element,popupClass:"k-datetime-container k-reset",id:e._popupId,anchorAlign:{horizontal:"left",vertical:"bottom"},popupAlign:{horizontal:"left",vertical:"top"}},!e.mobileMode&&e.renderPicker())),e.mobileMode&&e.renderAdaptivePopup())}));return this.props.label?c.createElement(fe.g,{dateInput:this._dateInput,label:this.props.label,editorId:f,editorValid:N,editorDisabled:this.props.disabled,children:T,style:{width:this.props.width}}):T},t.prototype.setShow=function(e){var t=this.props,n=t.onOpen,r=t.onClose;this.show!==e&&(this.setState({show:e}),e&&n&&n.call(void 0,{target:this}),!e&&r&&r.call(void 0,{target:this}))},t.prototype.nextTick=function(e){clearTimeout(this.nextTickId),this.nextTickId=window.setTimeout((function(){return e()}))},t.prototype.calculateMedia=function(e){for(var t=0,n=e;t<n.length;t++){var r=n[t];this.setState({windowWidth:r.target.clientWidth})}},t.displayName="DateTimePicker",t.propTypes={className:u.string,defaultShow:u.bool,defaultValue:u.instanceOf(Date),disabled:u.bool,focusedDate:u.instanceOf(Date),format:u.oneOfType([u.string,u.shape({skeleton:u.string,pattern:u.string,date:u.oneOf(["short","medium","long","full"]),time:u.oneOf(["short","medium","long","full"]),datetime:u.oneOf(["short","medium","long","full"]),era:u.oneOf(["narrow","short","long"]),year:u.oneOf(["numeric","2-digit"]),month:u.oneOf(["numeric","2-digit","narrow","short","long"]),day:u.oneOf(["numeric","2-digit"]),weekday:u.oneOf(["narrow","short","long"]),hour:u.oneOf(["numeric","2-digit"]),hour12:u.bool,minute:u.oneOf(["numeric","2-digit"]),second:u.oneOf(["numeric","2-digit"]),timeZoneName:u.oneOf(["short","long"])})]),formatPlaceholder:u.oneOfType([u.oneOf(["wide","narrow","short","formatPattern"]),u.shape({year:u.string,month:u.string,day:u.string,hour:u.string,minute:u.string,second:u.string})]),id:u.string,ariaLabelledBy:u.string,ariaDescribedBy:u.string,min:u.instanceOf(Date),max:u.instanceOf(Date),name:u.string,popupSettings:u.shape({animate:u.bool,appendTo:u.any,popupClass:u.string}),show:u.bool,tabIndex:u.number,title:u.string,value:u.instanceOf(Date),weekNumber:u.bool,width:u.oneOfType([u.number,u.string]),validationMessage:u.string,required:u.bool,validate:u.bool,valid:u.bool,cancelButton:u.bool,size:u.oneOf([null,"small","medium","large"]),rounded:u.oneOf([null,"small","medium","large","full"]),fillMode:u.oneOf([null,"solid","flat","outline"])},t.defaultProps={defaultShow:!1,defaultValue:null,disabled:!1,format:"g",max:O.f1,min:O.P1,popupSettings:{},tabIndex:0,weekNumber:!1,required:!1,validityStyles:!0,cancelButton:!0,dateInput:l.Wr,size:"medium",rounded:"medium",fillMode:"solid"},t}(c.Component),at=(0,b.Y)(),lt=(0,b.u)(at,it);lt.displayName="KendoReactDateTimePicker",(0,z.registerForLocalization)(it);var st=n(917),ct=n(4962),ut=n(3623),pt=n(7922),dt=n(2175),ht=n(5327),vt=n(1966),ft=n(4819),mt=n(8838),gt=n(2728)},7915:(e,t,n)=>{var r;n.d(t,{yV:()=>o,E9:()=>i,WG:()=>a,ab:()=>l,Lg:()=>s,WA:()=>c,_A:()=>u,BL:()=>p,ut:()=>d,kr:()=>h,lI:()=>v,zO:()=>f,jI:()=>m,fT:()=>g,U1:()=>y,hw:()=>b,P2:()=>w,hT:()=>z,XV:()=>x,Fy:()=>C,r$:()=>k,l3:()=>I,h4:()=>O,sY:()=>E});var o="multiviewcalendar.prevView",i="multiviewcalendar.nextView",a="dateinput.increment",l="dateinput.decrement",s="calendar.today",c="datepicker.toggleCalendar",u="daterangepicker.swapStartEnd",p="daterangepicker.start",d="daterangepicker.end",h="daterangepicker.separator",v="datetimepicker.toggleDateTimeSelector",f="timepicker.now",m="timepicker.selectNow",g="timepicker.cancel",y="timepicker.set",b="timepicker.toggleTimeSelector",w="timepicker.toggleClock",z="datetimepicker.date",x="datetimepicker.time",C="datetimepicker.cancel",k="datetimepicker.set",I="daterangepicker.cancel",O="daterangepicker.set",E=((r={})[s]="TODAY",r[f]="NOW",r[y]="Set",r[g]="Cancel",r[z]="Date",r[x]="Time",r[C]="Cancel",r[k]="Set",r[I]="Cancel",r[O]="Set",r[p]="Start",r[d]="End",r[h]=" ",r[m]="Select Now",r[b]="Toggle TimeSelector",r[w]="Toggle Clock",r[a]="Increase value",r[l]="Decrease value",r[c]="Toggle calendar",r[o]="Navigate to previous view",r[i]="Navigate to next view",r[u]="Swap start and end values",r[v]="Toggle date-time selector",r)},9433:(e,t,n)=>{n.d(t,{k:()=>r});var r={name:"@progress/kendo-react-dateinputs",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:1700063843,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"}},5593:(e,t,n)=>{n.d(t,{p:()=>r});var r={dayperiod:"dayperiod",hour:"hour",millisecond:"millisecond",minute:"minute",second:"second"}},213:(e,t,n)=>{n.d(t,{Qr:()=>c,W8:()=>u,sq:()=>p,Il:()=>d,Bq:()=>h,HZ:()=>v,Op:()=>f,Iz:()=>m,w6:()=>g,O7:()=>b,Si:()=>w,mh:()=>z,yI:()=>x,XE:()=>C});var r,o=n(619),i=n(5593),a=n(6973),l=function(e){return function(t,n){var r=(0,o.cloneDate)(t);return r[e](n),r}},s=[{type:i.p.hour,getter:function(e){return e.getHours()}},{type:i.p.minute,getter:function(e){return e.getMinutes()}},{type:i.p.second,getter:function(e){return e.getSeconds()}},{type:i.p.millisecond,getter:function(e){return e.getMilliseconds()}}],c=(r=s,function(e){return r.map(function(e){return function(t){return e[t.type]?(n=t.getter,function(e,t){return n(t)}):function(e){return function(t,n){return e(t)}}(t.getter);var n}}(function(e){return e.reduce((function(e,t){return e[t.type]=t.type,e}),{})}(e)))}),u=function(e){return function(t,n){return e.map((function(e){var r=Math.floor(t[e.type]);return r?function(e,t,n,r){return function(o){var i=e(o),a=e(n);return"hour"===r?i-(i-a)%t:o.getTime()<=n.getTime()&&0!==i&&i<=a?Math.ceil(i/t)*t:i-i%t}}(e.getter,r,n,e.type):e.getter}))}}(s),p=function(e){return function(t,n){return t.setHours.apply(t,e.map((function(e){return e(t,n)}))),t}},d=function(e){return function(t){var n=(0,o.cloneDate)(t);return n.setHours.apply(n,e.map((function(e){return e(n)}))),n}},h=l("setHours"),v=l("setMinutes"),f=l("setSeconds"),m=function(){return new Date},g=function(e,t,n){void 0===n&&(n=1);for(var r=[],o=e;o<t;o+=n)r.push(o);return r},y=function(e,t,n){return{candidateValue:(0,a.q_)(a.on,e),maxValue:(0,o.addDays)((0,a.q_)(a.on,n),t.getHours()<n.getHours()?0:1),minValue:(0,a.q_)(a.on,t)}},b=function(e,t,n){if(!e||!t||!n)return e;var r=y(e,t,n),o=r.candidateValue,i=r.minValue,l=r.maxValue;return o<i?(0,a.q_)(e,t):o>l?(0,a.q_)(e,n):e},w=function(e,t,n){if(!e||!t||!n)return!0;var r=y(e,t,n),o=r.candidateValue,i=r.minValue,a=r.maxValue;return i<=o&&o<=a},z=function(e,t,n){if(null===e)return!0;var r=y(e,t,n),o=r.candidateValue,i=r.minValue,a=r.maxValue;return i<=o&&o<=a},x=function(e,t){if(null===e||null===t)return!1;var n=(0,a.q_)(a.on,e),r=(0,a.q_)(a.on,t);return n.getTime()<r.getHours()},C=function(e,t){if(null===e||null===t)return!1;var n=(0,a.q_)(a.on,e);return(0,a.q_)(a.on,t).getTime()<n.getHours()}},6973:(e,t,n)=>{n.d(t,{AG:()=>a,Sn:()=>l,on:()=>s,P1:()=>c,f1:()=>u,oP:()=>p,bB:()=>d,q_:()=>h,x2:()=>v,mh:()=>f,qS:()=>m,o_:()=>g,w6:()=>y,kK:()=>b,ZH:()=>w,q5:()=>z,Ii:()=>x,Ds:()=>C});var r=n(619),o=n(9135),i=function(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))};function a(e){var t=function(t,n,r){for(var o=[],a=3;a<arguments.length;a++)o[a-3]=arguments[a];return null===n[r]?null:(t?e.isRequired:e).apply(void 0,i([n,r],o,!1))},n=t.bind(null,!1);return n.isRequired=t.bind(null,!0),n}var l=function(e,t,n){return void 0===t||void 0===n||t<=e&&e<=n?e:e<t?t:n},s=new Date(1980,0,1),c=new Date(1900,0,1),u=new Date(2099,11,31),p=new Date(1980,0,1),d=new Date(1980,0,1,23,59,59),h=function(e,t){var n=(0,r.cloneDate)(e);return n.setHours(t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()),n},v=function(){return(0,r.getDate)(new Date)},f=function(e,t,n){return!e||!(t&&t>e||n&&n<e)},m=function(e,t,n){return null===e||!(t&&(0,r.getDate)(t)>(0,r.getDate)(e)||n&&(0,r.getDate)(n)<(0,r.getDate)(e))},g=function(e,t){var n=t||o.U,r=n.start,i=n.end;return!(!r||!i)&&r<e&&e<i},y=function(e,t,n){void 0===n&&(n=1);for(var r=[],o=e;o<t;o+=n)r.push(o);return r},b=function(e,t,n){return t.getTime()<=e.getTime()&&e.getTime()<=n.getTime()},w=function(e,t){return e.slice(t).concat(e.slice(0,t))},z=function(e,t,n){return e?t&&e<t?(0,r.cloneDate)(t):n&&e>n?(0,r.cloneDate)(n):e:e},x=function(e){return function(t,n,r){void 0===n&&(n=""),void 0===r&&(r={});var o=document.createElement(e);return o.className=n,Object.keys(r).map((function(e){return o.style[e]=r[e]})),"string"==typeof t?o.innerHTML=t||"":(t||[]).forEach((function(e){return e&&o.appendChild(e)})),o}};function C(e,t,n){var r,o;void 0===n&&(n={});var i,a,l,s=n.maxWait,c=window,u=0,p=!1,d=!0,h=!t&&0!==t&&"function"==typeof c.requestAnimationFrame;if("function"!=typeof e)throw new TypeError("Expected a function");function v(t){var n=r,a=o;return r=o=void 0,u=t,i=e.apply(a,n)}function f(e,t){return h?(c.cancelAnimationFrame(a),c.requestAnimationFrame(e)):setTimeout(e,t)}function m(e){var n=e-l;return void 0===l||n>=t||n<0||p&&e-u>=s}function g(){var e=Date.now();if(m(e))return y(e);a=f(g,function(e){var n=e-u,r=t-(e-l);return p?Math.min(r,s-n):r}(e))}function y(e){return a=void 0,d&&r?v(e):(r=o=void 0,i)}function b(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];var s=Date.now(),c=m(s);if(r=e,o=this,l=s,c){if(void 0===a)return function(e){return u=e,a=f(g,t),i}(l);if(p)return a=f(g,t),v(l)}return void 0===a&&(a=f(g,t)),i}return t=+t||0,b.cancel=function(){void 0!==a&&function(e){if(h)return c.cancelAnimationFrame(e);clearTimeout(e)}(a),u=0,r=l=o=a=void 0},b.flush=function(){return void 0===a?i:y(Date.now())},b.pending=function(){return void 0!==a},b}},2554:(e,t,n)=>{n.d(t,{$:()=>z});var r,o,i,a,l,s=n(3899),c=n(189),u=n(8047),p=function(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))},d=function(){function e(e,t,n){void 0===e&&(e=0),this.total=e,this.rowHeight=t,this.detailRowHeight=n,this.offsets=[],this.heights=[];for(var r=0,o=0;o<e;o++)this.offsets.push(r),r+=t,this.heights.push(t)}return e.prototype.height=function(e){return this.heights[e]},e.prototype.expandDetail=function(e){this.height(e)===this.rowHeight&&this.updateRowHeight(e,this.detailRowHeight)},e.prototype.collapseDetail=function(e){this.height(e)>this.rowHeight&&this.updateRowHeight(e,-1*this.detailRowHeight)},e.prototype.index=function(e){for(var t=0;t<this.offsets.length;t++){if(e===this.offsets[t])return t;if(e<this.offsets[t])return t-1}return this.total-1},e.prototype.offset=function(e){return this.offsets[e]},e.prototype.totalHeight=function(){return this.heights.reduce((function(e,t){return e+t}),0)},e.prototype.updateRowHeight=function(e,t){this.heights[e]+=t,this.offsets=function(e,t,n){return p(p([],e.slice(0,t+1),!0),e.slice(t+1).map((function(e){return e+n})),!0)}(this.offsets,e,t)},e}(),h=function(e){return Math.max(e,0)},v=function(e){this.offset=e},f=function(e){this.skip=e},m=function(){function e(e,t){this.onScrollAction=e,this.onPageAction=t,this.direction="vertical",this.firstLoaded=0,this.lastLoaded=0,this.lastScrollTop=0,this.take=0,this.total=0,this.rowHeightService=null,this.bottomOffset=0,this.topOffset=0}return e.prototype.create=function(e,t,n,r,o,i,a){void 0===o&&(o=0),void 0===i&&(i=0),void 0===a&&(a="vertical"),this.rowHeightService=e,this.firstLoaded=t,this.lastLoaded=t+n,this.take=n,this.total=r,this.lastScrollTop=0,this.topOffset=o,this.bottomOffset=i,this.direction=a;var l=this.rowsForHeight(o),s=h(t-l);this.onScrollAction(new v(this.rowOffset(s))),this.onPageAction(new f(s))},e.prototype.onScroll=function(e){var t=e.scrollLeft,n=e.scrollTop,r=e.offsetHeight,o=e.offsetWidth,i="vertical"===this.direction?n:t,a="vertical"===this.direction?r:o;if(this.lastScrollTop!==i&&this.rowHeightService){var l=this.lastScrollTop>=i;this.lastScrollTop=i;var s=this.rowHeightService.index(h(i-this.topOffset)),c=this.rowHeightService.index(h(i+a-this.bottomOffset));if(!l&&c>=this.lastLoaded&&this.lastLoaded<this.total&&(this.firstLoaded=s,this.onScrollAction(new v(this.rowOffset(s))),this.lastLoaded=Math.min(this.firstLoaded+this.take,this.total),this.onPageAction(new f(this.firstLoaded))),l&&s<=this.firstLoaded){var u=Math.floor(.3*this.take);this.firstLoaded=h(s-u),this.onScrollAction(new v(this.rowOffset(this.firstLoaded))),this.lastLoaded=Math.min(this.firstLoaded+this.take,this.total),this.onPageAction(new f(this.firstLoaded))}}},e.prototype.rowOffset=function(e){return this.rowHeightService?this.rowHeightService.offset(e)+this.topOffset:0},e.prototype.rowsForHeight=function(e){return this.rowHeightService?Math.ceil(e/this.rowHeightService.height(0)):0},e}(),g=(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});!function(e){e[e.Backward=0]="Backward",e[e.Forward=1]="Forward"}(l||(l={}));var y=((o={})[l.Forward]=function(e){return function(t){return t+e}},o[l.Backward]=function(e){return function(t){return t-e}},o),b=((i={})[l.Forward]=function(e){return function(t){return Math.min(t,e)}},i[l.Backward]=function(e){return function(t){return Math.max(t,e)}},i),w=((a={})[l.Forward]=function(e){return function(t){return t<e}},a[l.Backward]=function(e){return function(t){return t>e}},a),z=function(e){function t(n){var r=e.call(this,n)||this;return r.rowHeightService=null,r.scrollContainer=null,r.lastDirection=null,r.lastTotal=0,r.lastTake=0,r.animationInProgress=!1,r.restrictScroll=!1,r.scrollTo=function(e){var t="vertical"===r.direction?"scrollTop":"scrollLeft";if(r.scrollContainer){var n=r.scrollContainer[t];!(!r.restrictScroll||"scrollTop"!==t||Number.isInteger(n)&&Number.isInteger(e))&&Math.abs(n-e)<10||(r.scrollContainer[t]=e)}},r.scrollToIndex=function(e){r.animationInProgress=!1,r.rowHeightService&&r.scrollTo(r.rowHeightService.offset(e))},r.animateToIndex=function(e){if(r.rowHeightService&&window){window.cancelAnimationFrame(r.cancelAnimation);var t=r.rowHeightService.offset(e),n=r.getContainerScrollDirection(t),o=r.scrollRange(t,n),i=o.start,a=o.end;if(i!==a){var l=r.scrollStep(i,a),s=y[n](l),c=b[n](a),u=w[n](s(a)),p=function(e){r.animationInProgress=!0;var t=s(e);r.scrollTo(c(t)),u(t)?r.cancelAnimation=window.requestAnimationFrame((function(){p(t)})):r.animationInProgress=!1};r.cancelAnimation=window.requestAnimationFrame((function(){p(i)}))}}},r.scrollToBottom=function(){r.rowHeightService&&r.scrollTo(r.rowHeightService.totalHeight()+r.props.bottomOffset)},r.scrollStep=function(e,n){var o=r.props.scrollDuration||t.defaultProps.scrollDuration;return Math.abs(n-e)/(o/17)},r.scrollRange=function(e,t){var n=r.containerScrollPosition;if(parseInt("".concat(e),10)===parseInt("".concat(n),10))return{start:e,end:e};var o,i,a,s=r.containerMaxScroll(),c=t===l.Backward?1:-1,u=(o=n,i=e,a=r.props.maxScrollDifference||0,Math.min(Math.abs(i-o),a)),p=Math.min(e,s);return{start:Math.min(Math.max(p+c*u,0),s),end:p}},r.containerMaxScroll=function(){return r.containerScrollSize-r.containerOffsetSize},r.getContainerScrollDirection=function(e){return e<r.containerScrollPosition?l.Backward:l.Forward},r.initServices=function(e){void 0===e&&(e=r.props);var t="vertical"===r.direction?e.itemHeight:e.itemWidth;void 0!==t&&(r.rowHeightService=new d(e.total,t,0),r.scrollerService.create(r.rowHeightService,e.skip,e.take,e.total,e.topOffset,r.scrollOffsetSize,r.direction))},r.getContainerProperty=function(e){return r.scrollContainer?r.scrollContainer[e]:0},r.handleScroll=function(e){if(r.scrollContainer&&r.rowHeightService){var t=e.target;r.scrollerService.onScroll({scrollLeft:t.scrollLeft,scrollTop:t.scrollTop,offsetHeight:t.offsetHeight,offsetWidth:t.offsetWidth});var n=r.rowHeightService.index(r.containerScrollPosition-r.props.topOffset),o=r.props.onScrollAction,i={index:n,target:t,scrollAction:r.scrollAction,pageAction:r.pageAction,animationInProgress:r.animationInProgress};r.props.onScroll&&r.props.onScroll.call(void 0,e),o&&o.call(void 0,i),r.scrollAction=void 0,r.pageAction=void 0}},r.handleScrollAction=function(e){r.scrollAction=e},r.handlePageAction=function(e){r.pageAction=e},r.scrollerService=new m(r.handleScrollAction,r.handlePageAction),r.restrictScroll=Number.parseFloat(s.version)>17,r}return g(t,e),Object.defineProperty(t.prototype,"element",{get:function(){return this.scrollContainer},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"containerOffsetSize",{get:function(){return this.getContainerProperty("vertical"===this.direction?"offsetHeight":"offsetWidth")},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"containerScrollSize",{get:function(){return this.getContainerProperty("vertical"===this.direction?"scrollHeight":"scrollWidth")},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"containerScrollPosition",{get:function(){return this.getContainerProperty("vertical"===this.direction?"scrollTop":"scrollLeft")},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"direction",{get:function(){return void 0!==this.props.direction?this.props.direction:t.defaultProps.direction},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"scrollOffsetSize",{get:function(){return void 0!==this.props.scrollOffsetSize?this.props.scrollOffsetSize:t.defaultProps.scrollOffsetSize},enumerable:!1,configurable:!0}),t.prototype.activeIndex=function(){return this.itemIndex(Math.ceil(this.containerScrollPosition))},t.prototype.itemIndex=function(e){return this.rowHeightService?this.rowHeightService.index(e):0},t.prototype.itemOffset=function(e){return this.rowHeightService?this.rowHeightService.offset(e):0},t.prototype.isIndexVisible=function(e){if(!this.rowHeightService)return!1;var t=this.containerScrollPosition,n=t+this.containerOffsetSize,r=this.rowHeightService.offset(e),o=r+this.rowHeightService.height(e);return r>=t&&o<=n},t.prototype.isListScrolled=function(e){return!!this.rowHeightService&&this.containerScrollPosition!==this.rowHeightService.offset(e)},t.prototype.componentDidMount=function(){var e=this.props.onMount;e&&e.call(void 0,this)},t.prototype.render=function(){var e=this;this.lastTotal===this.props.total&&this.lastDirection===this.direction&&this.lastTake===this.props.take||(this.initServices(),this.lastTotal=this.props.total,this.lastDirection=this.direction,this.lastTake=this.props.take);var t="".concat((this.rowHeightService?this.rowHeightService.totalHeight():0)+this.props.bottomOffset),n="vertical"===this.direction?{height:"".concat(t,"px")}:{width:"".concat(t,"px")},r=(0,u.A)("k-content k-scrollable",{"k-scrollable-horizontal":"horizontal"===this.direction},this.props.className),o=(0,u.A)("k-scrollable-placeholder",{"k-scrollable-horizontal-placeholder":"horizontal"===this.direction});return s.createElement("div",{ref:function(t){e.scrollContainer=t},onScroll:this.handleScroll,className:r,tabIndex:this.props.tabIndex,role:this.props.role},this.props.children,s.createElement("div",{style:n,className:o}))},t.propTypes={bottomOffset:c.number.isRequired,className:c.string,direction:c.oneOf(["horizontal","vertical"]),forceScroll:c.bool,itemHeight:c.number,itemWidth:c.number,maxScrollDifference:c.number,onScroll:c.func,onScrollAction:c.func,scrollDuration:c.number,scrollOffsetSize:c.number,skip:c.number.isRequired,tabIndex:c.number,take:c.number.isRequired,topOffset:c.number.isRequired,total:c.number.isRequired,role:c.string},t.defaultProps={direction:"vertical",forceScroll:!1,scrollOffsetSize:0,maxScrollDifference:100,scrollDuration:100},t}(s.Component)},9570:(e,t,n)=>{n.d(t,{hgA:()=>l,CHk:()=>c,M7i:()=>o,fRI:()=>r,fL_:()=>a,oXh:()=>i,aYQ:()=>s,FZE:()=>u});const r={name:"caret-alt-up",content:'<path d="m256 160 128 192H128l128-192z" />',viewBox:"0 0 512 512"},o={name:"caret-alt-down",content:'<path d="M256 352 128 160h256L256 352z" />',viewBox:"0 0 512 512"},i={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"},a={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"},l={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"},s={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"},c={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"},u={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"}},2871:(e,t,n)=>{n.d(t,{NB:()=>A,ZC:()=>j,z8:()=>F});var r,o=n(3899),i=n(189),a=n(2697),l=n(3198),s=n(8047),c=n(3493),u=n(4703),p=n(8130),d=n(3218),h=n(848),v=n(6097),f=n(4953),m=n(6536),g=n(4658),y=n(1022),b=n(1650),w=(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),z=function(e){return e.preventDefault()},x=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.selected,n=e.defaultItem,r=e.textField;return o.createElement("div",{onClick:this.props.onClick,onMouseDown:z,style:{position:"unset"},className:(0,s.A)("k-list-optionlabel",{"k-selected":t})},(0,b.Mz)(n,r)||"")},t}(o.Component);const C=x;var k=n(5303),I=n(5834),O=n(4006),E=n(7827),M=n(2601),S=n(7037),H=n(499),V=n(453),P=n(2222),D=n(8574),_=n(1205),R=n(7999),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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),N=function(){return N=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},N.apply(this,arguments)},B=a.G.sizeMap,T=a.G.roundedMap,F=function(e){function t(t){var n=e.call(this,t)||this;return n.state={},n._element=null,n.base=new I.Z(n),n.searchState={word:"",last:""},n._select=null,n._skipFocusEvent=!1,n._filterInput=null,n._navigated=!1,n._lastKeypressIsFilter=!1,n._inputId=(0,l.M)(),n.itemHeight=0,n.focus=function(){n.base.wrapper&&n.base.wrapper.focus()},n.handleItemSelect=function(e,t){var r=n.props,o=r.data,i=void 0===o?[]:o,a=r.virtual,l=r.dataItemKey,s=r.defaultItem,c=a?a.skip:0,u=-1===e&&void 0!==s?s:i[e-c],p=!(0,b.qF)(u,n.value,l);n.triggerOnChange(u,t),p&&n.base.triggerPageChangeCornerItems(u,t)},n.componentRef=function(e){n._element=e,n.base.wrapper=e},n.dummySelect=function(e){return o.createElement("select",{name:n.props.name,ref:function(e){n._select=e},tabIndex:-1,"aria-hidden":!0,title:n.props.label,style:{opacity:0,width:1,border:0,zIndex:-1,position:"absolute",left:"50%"}},o.createElement("option",{value:n.props.valueMap?n.props.valueMap.call(void 0,e):e}))},n.renderListContainer=function(){var e,t=n.props,r=t.header,i=t.footer,a=t.dir,l=t.data,c=void 0===l?[]:l,u=t.size,p=t.groupField,d=t.groupStickyHeaderItemRender,h=t.list,v=n.base,f=v.getPopupSettings(),g=void 0!==n.props.opened?n.props.opened:n.state.opened,w=void 0!==f.width?f.width:v.popupWidth,z={dir:void 0!==a?a:v.dirCalculated,width:w,popupSettings:{popupClass:(0,s.A)(f.popupClass,"k-list-container","k-dropdownlist-popup"),className:f.className,animate:f.animate,anchor:n.element,show:g,onOpen:n.onPopupOpened,onClose:n.onPopupClosed,appendTo:f.appendTo},itemsCount:[c.length]},x=n.state.group;return void 0===x&&void 0!==p&&(x=(0,b.Mz)(c[0],p)),o.createElement(m.Z,N({},z),n.renderListFilter(),r&&o.createElement("div",{className:"k-list-header"},r),o.createElement("div",{className:(0,s.A)("k-list",(e={},e["k-list-".concat(B[u]||u)]=u,e["k-virtual-list"]=n.base.vs.enabled,e))},n.renderDefaultItem(),!h&&x&&0!==c.length&&o.createElement(y.Z,{group:x,groupMode:"modern",render:d}),n.renderList()),i&&o.createElement("div",{className:"k-list-footer"},i))},n.renderList=function(){var e=n.props,t=e.data,r=void 0===t?[]:t,i=e.textField,a=e.dataItemKey,l=e.virtual,s=void 0===l?{skip:0}:l,c=e.groupHeaderItemRender,u=e.listNoDataRender,p=e.itemRender,d=n.base.vs,h=s.skip,v=void 0!==n.props.opened?n.props.opened:n.state.opened,f=n.base.getPopupSettings(),m="translateY(".concat(d.translate,"px)");return o.createElement(k.Z,{id:n.base.listBoxId,show:v,data:r.slice(),focusedIndex:n.getFocusedIndex(),value:n.value,textField:i,valueField:a,optionsGuid:n.base.guid,groupField:n.props.groupField,groupMode:"modern",listRef:function(e){return d.list=n.base.list=e},wrapperStyle:{maxHeight:f.height},wrapperCssClass:"k-list-content",listStyle:d.enabled?{transform:m}:void 0,key:"listkey",skip:h,onClick:n.handleItemClick,itemRender:p,groupHeaderItemRender:c,noDataRender:u,onScroll:n.onScroll,wrapperRef:d.scrollerRef,scroller:n.base.renderScrollElement()})},n.onScroll=function(e){var t=n.base,r=t.vs,o=t.list;r.scrollHandler(e);var i=n.props.groupField,a=n.props.data,l=void 0===a?[]:a;if(i&&l.length&&i){for(var s=n.itemHeight=n.itemHeight||(r.enabled?r.itemHeight:o?o.children[0].offsetHeight:0),c=e.target.scrollTop-r.skip*s,u=(l=n.base.getGroupedDataModernMode(l,i))[0][i],p=1;p<l.length&&!(s*p>c);p++)l[p]&&l[p][i]&&(u=l[p][i]);u!==n.state.group&&n.setState({group:u})}},n.renderListFilter=function(){var e=void 0!==n.props.filter?n.props.filter:n.state.text;return n.props.filterable&&o.createElement(g.Z,{value:e,ref:function(e){return n._filterInput=e&&e.element},onChange:n.handleListFilterChange,onKeyDown:n.handleKeyDown,size:n.props.size,rounded:n.props.rounded,fillMode:n.props.fillMode})},n.renderDefaultItem=function(){var e=n.props,t=e.textField,r=e.defaultItem,i=e.dataItemKey;return void 0!==r&&o.createElement(C,{defaultItem:r,textField:t,selected:(0,b.qF)(n.value,r,i),key:"defaultitemkey",onClick:n.handleDefaultItemClick})},n.search=function(e){clearTimeout(n._typingTimeout),n.props.filterable||(n._typingTimeout=window.setTimeout((function(){return n.searchState.word=""}),n.props.delay),n.selectNext(e))},n.selectNext=function(e){var t,r=n.props,o=r.data,i=void 0===o?[]:o,a=r.dataItemKey,l=i.map((function(e,t){return{item:e,itemIndex:t}})),s=n.searchState.word,c=n.searchState.last,u=(0,b.es)(s,c),p=l.length,d=Math.max(0,i.findIndex((function(e){return(0,b.qF)(e,n.value,a)})));n.props.defaultItem&&(t={item:n.props.defaultItem,itemIndex:-1},p+=1,d+=1),d+=u?1:0,l=(0,b.fN)(l,d,t);for(var h,v,f,m=0,g=n.props,y=g.textField,w=g.ignoreCase;m<p;m++)if(h=(0,b.Mz)(l[m].item,y),v=u&&(0,b.xI)(h,c,w),f=(0,b.xI)(h,s,w),v||f){m=l[m].itemIndex;break}if(m!==p){var z=n.base.initState();z.syntheticEvent=e,n.handleItemSelect(m,z),n.applyState(z),n._valueDuringOnChange=void 0}},n.handleKeyDown=function(e){e&&e.target instanceof Element&&"INPUT"===e.target.nodeName&&e.stopPropagation&&e.stopPropagation();var t=n.props,r=t.data,o=void 0===r?[]:r,i=t.filterable,a=t.disabled,l=t.defaultItem,s=t.leftRightKeysNavigation,u=void 0===s||s,p=t.virtual,d=void 0===p?{skip:0,total:0,pageSize:0}:p,h=t.dataItemKey,v=t.groupField,f=void 0===v?"":v,m=t.textField,g=t.skipDisabledItems,y=void 0===g||g,w=n.value,z=o.findIndex((function(e){return(0,b.qF)(e,w,h)})),x=void 0!==n.props.opened?n.props.opened:n.state.opened,C=e.keyCode,k=C===c.R.home||C===c.R.end,I=C===c.R.up||C===c.R.down,O=!x&&(e.altKey&&C===c.R.down||C===c.R.enter||C===c.R.space),E=x&&(e.altKey&&C===c.R.up||C===c.R.esc),M=u&&(C===c.R.left||C===c.R.right),S=I||M&&!i||k,H=n.base.initState();if(H.syntheticEvent=e,!a){if(k&&n.base.vs.enabled)C===c.R.home?0!==d.skip?(n.base.triggerOnPageChange(H,0,d.pageSize),n._navigated=!0):n.triggerOnChange(o[0],H):d.skip<d.total-d.pageSize?(n.base.triggerOnPageChange(H,d.total-d.pageSize,d.pageSize),n._navigated=!0):n.triggerOnChange(o[o.length-1],H);else if(x&&C===c.R.pageUp)n.base.scrollPopupByPageSize(-1);else if(x&&C===c.R.pageDown)n.base.scrollPopupByPageSize(1);else if(x&&C===c.R.enter){var V=n.getFocusedIndex();n.haveFocusedItemAndDataNotEmpty(o,V)?(n.triggerOnChange(null,H),n.applyState(H)):n.handleItemSelect(V,H),n.base.togglePopup(H),e.preventDefault()}else if(O||E)E&&n.resetValueIfDisabledItem(),n.base.togglePopup(H),e.preventDefault();else if(S){if(n._lastKeypressIsFilter=!1,""!==f&&m)if(!y&&x)n.onNavigate(H,C);else{var P=void 0;if(C===c.R.down||C===c.R.right){var D=o.slice(z+1).find((function(e){return!e.disabled&&e[m]}));P=D&&o.findIndex((function(e){return e[m]===D[m]}))}else if(C===c.R.up||C===c.R.left){var _=void 0;if(0===z&&l)P=-1;else if(-1===z)_=o,P=o.findIndex((function(e){return!e.disabled&&e[m]}));else{for(var R=(_=o.slice(0,z)).pop();R&&R.disabled;)R=_.pop();P=R&&o.findIndex((function(e){return e[m]===R[m]}))}}if(void 0!==P){var L=P-z;n.onNavigate(H,C,L)}else void 0===P&&o.findIndex((function(e){return e[m]===w[m]}))===o.length-1&&n.onNavigate(H,C)}else if(!y&&x||k)n.onNavigate(H,C);else if(m){if(P=void 0,C===c.R.down||C===c.R.right){var N=o.slice(z+1).find((function(e){return!e.disabled&&e[m]}));P=N&&o.findIndex((function(e){return e[m]===N[m]}))}else if(C===c.R.up||C===c.R.left){var B=void 0;if(0===z&&l)P=-1;else if(-1===z)B=o,P=o.find((function(e){return!e.disabled&&e[m]}));else{for(var T=(B=o.slice(0,z)).pop();T&&T.disabled;)T=B.pop();P=T&&o.findIndex((function(e){return e[m]===T[m]}))}}void 0!==P?(L=P-z,n.onNavigate(H,C,L)):void 0===P&&o.findIndex((function(e){return e[m]===w[m]}))===o.length-1&&n.onNavigate(H,C)}else n.onNavigate(H,C);e.preventDefault()}n.applyState(H)}},n.handleItemClick=function(e,t){n.base.handleItemClick(e,t),n._valueDuringOnChange=void 0},n.handleFocus=function(e){n._skipFocusEvent||n.base.handleFocus(e)},n.handleBlur=function(e){if(!n._skipFocusEvent&&n.state.focused){var t=void 0!==n.props.opened?n.props.opened:n.state.opened,r=n.props.adaptive,o=n.state.windowWidth,i=(void 0===o?0:o)<=P._&&r,a=n.base.initState();a.syntheticEvent=e,a.data.focused=!1,a.events.push({type:"onBlur"}),t&&n.resetValueIfDisabledItem(),t&&!i&&n.base.togglePopup(a),n.applyState(a)}},n.handleDefaultItemClick=function(e){var t=n.base.initState();t.syntheticEvent=e,n.base.togglePopup(t),n.triggerOnChange(n.props.defaultItem,t),n.applyState(t)},n.handleWrapperClick=function(e){if(!e.isPropagationStopped()){var t=n.base.initState();t.syntheticEvent=e,n.state.focused||(t.data.focused=!0),n.resetValueIfDisabledItem(),n.base.togglePopup(t),n.applyState(t)}},n.handleKeyPress=function(e){if(!n.props.filterable&&0!==e.which&&e.keyCode!==c.R.enter){var t=String.fromCharCode(e.charCode||e.keyCode);n.props.ignoreCase&&(t=t.toLowerCase())," "===t&&e.preventDefault(),n.searchState={word:n.searchState.word+t,last:n.searchState.last+t},n.search(e)}},n.handleListFilterChange=function(e){var t=n.base.initState();t.syntheticEvent=e.syntheticEvent,void 0===n.props.filter&&(t.data.text=e.target.value),n.base.filterChanged(e.target.value,t),n._lastKeypressIsFilter=!0,n.applyState(t),n.setState({group:void 0})},n.onPopupOpened=function(){n._filterInput&&n.focusElement(n._filterInput),n.props.adaptive&&setTimeout((function(){n._filterInput&&n.focusElement(n._filterInput)}),300)},n.onPopupClosed=function(){n.state.focused&&window.setTimeout((function(){n.state.focused&&n.base.wrapper&&n.focusElement(n.base.wrapper)}))},n.setValidity=function(){n._select&&n._select.setCustomValidity&&n._select.setCustomValidity(n.validity.valid?"":n.props.validationMessage||"Please select a value from the list!")},(0,O.s)(M.k),n}return L(t,e),Object.defineProperty(t.prototype,"document",{get:function(){if(E.N)return this.element&&this.element.ownerDocument||document},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"element",{get:function(){return this._element},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"value",{get:function(){var e;return void 0!==this._valueDuringOnChange?e=this._valueDuringOnChange:void 0!==this.props.value?e=this.props.value:void 0!==this.state.value?e=this.state.value:void 0!==this.props.defaultValue&&(e=this.props.defaultValue),(0,b.EN)(e)||void 0===this.props.defaultItem||(e=this.props.defaultItem),e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"index",{get:function(){var e=this.props,t=e.data,n=void 0===t?[]:t,r=e.dataItemKey,o=this.value;return n.findIndex((function(e){return(0,b.qF)(e,o,r)}))},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"name",{get:function(){return this.props.name},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"validity",{get:function(){var e=void 0!==this.props.validationMessage,t=!this.required||null!==this.value&&""!==this.value&&void 0!==this.value;return{customError:e,valid:void 0!==this.props.valid?this.props.valid:t,valueMissing:null===this.value}},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"validityStyles",{get:function(){return void 0!==this.props.validityStyles?this.props.validityStyles:t.defaultProps.validityStyles},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"required",{get:function(){return void 0!==this.props.required?this.props.required:t.defaultProps.required},enumerable:!1,configurable:!0}),t.prototype.componentDidUpdate=function(e,t){var n,r=this.props,o=r.dataItemKey,i=r.virtual,a=r.groupField,l=void 0===a?"":a,s=r.textField,c=this.props.data,u=void 0===c?[]:c,p=e.virtual?e.virtual.total:0,d=void 0!==this.props.opened?this.props.opened:this.state.opened,h=void 0!==e.opened?e.opened:t.opened,v=!h&&d;if(this.base.getPopupSettings().animate||v&&this.onPopupOpened(),i&&i.total!==p)this.base.vs.calcScrollElementHeight(),this.base.vs.reset();else{var f=this.value,m=void 0!==e.value?e.value:t.value,g=u.findIndex((function(e){return(0,b.qF)(e,f,o)}));""!==l&&f&&s&&(g=null===(n=this.base.getGroupedDataModernMode(u,l))||void 0===n?void 0:n.map((function(e){return e[s]})).indexOf(f[s]));var y=!(0,b.qF)(m,f,o);v&&i?this.base.scrollToVirtualItem(i,g):v&&!i?(this.onPopupOpened(),u&&0!==u.length&&this.base.resetGroupStickyHeader(u[0][l],this),this.base.scrollToItem(g)):d&&h&&f&&y&&!this._navigated?this.base.scrollToItem(g):d&&h&&this._navigated&&(this._navigated&&i&&0===i.skip?this.base.vs.reset():this._navigated&&i&&i.skip===i.total-i.pageSize&&this.base.vs.scrollToEnd())}this._navigated=!1,this.setValidity()},t.prototype.componentDidMount=function(){var e;this.observerResize=E.N&&window.ResizeObserver&&new window.ResizeObserver(this.calculateMedia.bind(this)),this.base.didMount(),this.setValidity(),(null===(e=this.document)||void 0===e?void 0:e.body)&&this.observerResize&&this.observerResize.observe(this.document.body)},t.prototype.componentWillUnmount=function(){var e;(null===(e=this.document)||void 0===e?void 0:e.body)&&this.observerResize&&this.observerResize.disconnect()},t.prototype.render=function(){var e,t=this,n=(0,H.provideLocalizationService)(this).toLanguageString(V.Aq,V.sY[V.Aq]),r=this.props,i=r.style,a=r.className,l=r.label,c=r.dir,d=r.virtual,h=r.size,m=r.rounded,g=r.fillMode,y=r.adaptive,w=this.state.windowWidth,z=void 0===w?0:w,x=void 0!==this.props.opened?this.props.opened:this.state.opened,C=this.value,k=(0,b.Mz)(C,this.props.textField),I=!this.validityStyles||this.validity.valid,O=this.base,E=O.vs,M=z<=P._&&y;E.enabled=void 0!==d,void 0!==d&&(O.vs.skip=d.skip,O.vs.total=d.total,O.vs.pageSize=d.pageSize);var D=this.props,_=D.dataItemKey,R=D.data,L=void 0===R?[]:R,F=D.disabled,j=D.tabIndex,A=D.loading,q=D.iconClassName,G=D.valueRender,K=this.state.focused,W=L.findIndex((function(e){return(0,b.qF)(e,C,_)})),U=o.createElement("span",{id:this._inputId,className:"k-input-inner"},o.createElement("span",{className:"k-input-value-text"},k)),Y=void 0!==G?G.call(void 0,U,C):U,Z=o.createElement(o.Fragment,null,o.createElement("span",{ref:this.componentRef,className:(0,s.A)("k-dropdownlist k-picker",a,(e={},e["k-picker-".concat(B[h]||h)]=h,e["k-rounded-".concat(T[m]||m)]=m,e["k-picker-".concat(g)]=g,e["k-focus"]=K,e["k-disabled"]=F,e["k-invalid"]=!I,e["k-loading"]=A,e["k-required"]=this.required,e)),style:l?N(N({},i),{width:void 0}):i,dir:c,onMouseDown:x?function(e){"INPUT"!==e.target.nodeName&&(t.focusElement(t.base.wrapper),e.preventDefault())}:void 0,onFocus:this.handleFocus,onBlur:this.handleBlur,tabIndex:(0,u.p)(j,F),accessKey:this.props.accessKey,onKeyDown:this.handleKeyDown,onKeyPress:this.handleKeyPress,onClick:F?void 0:this.handleWrapperClick,role:"combobox","aria-required":this.required,"aria-disabled":F||void 0,"aria-haspopup":"listbox","aria-expanded":x||!1,"aria-owns":this.base.listBoxId,"aria-activedescendant":x?"option-"+this.base.guid+"-"+(W+(d?d.skip:0)):void 0,"aria-label":this.props.ariaLabel||this.props.label,"aria-labelledby":this.props.ariaLabelledBy,"aria-describedby":this.props.ariaDescribedBy||this._inputId,id:this.props.id,title:this.props.title},Y,A&&o.createElement(p.a,{className:"k-input-loading-icon",name:"loading"}),o.createElement(S.z,{tabIndex:-1,type:"button","aria-label":n,"aria-hidden":!0,size:h,fillMode:g,iconClass:q,className:"k-input-button",rounded:null,themeColor:"base",icon:q?void 0:"caret-alt-down",svgIcon:q?this.props.svgIcon:f.M7i,onMouseDown:function(e){return t.state.focused&&e.preventDefault()}}),this.dummySelect(C),!M&&this.renderListContainer()),M&&this.renderAdaptiveListContainer());return l?o.createElement(v._,{label:l,editorValue:k,editorValid:I,editorDisabled:this.props.disabled,style:{width:i?i.width:void 0},children:Z}):Z},t.prototype.onNavigate=function(e,t,n){var r=this.props,o=r.data,i=void 0===o?[]:o,a=r.defaultItem,l=r.dataItemKey,s=r.virtual,c=void 0===s?{skip:0,total:0,pageSize:0}:s,u=this.base.vs,p=this.value,d=i.findIndex((function(e){return(0,b.qF)(e,p,l)})),h=this.base.navigation.navigate({current:c.skip+d,max:(u.enabled?c.total:i.length)-1,min:void 0!==a?-1:0,keyCode:t,skipItems:n||void 0});void 0!==h&&this.handleItemSelect(h,e),this.applyState(e)},t.prototype.renderAdaptiveListContainer=function(){var e,t=this,n=this.state.windowWidth,r=void 0===n?0:n,i=this.props,a=i.header,l=i.footer,c=i.size,u=i.adaptiveTitle,p=i.groupField,d=i.groupStickyHeaderItemRender,h=i.list,v=i.data,m=void 0===v?[]:v,g={navigatable:!1,navigatableElements:[],expand:void 0!==this.props.opened?this.props.opened:this.state.opened,animation:!0,onClose:function(e){return t.handleWrapperClick(e)},animationStyles:r<=P.O?{top:0,width:"100%",height:"100%"}:void 0,className:r<=P.O?"k-adaptive-actionsheet k-actionsheet-fullscreen":"k-adaptive-actionsheet k-actionsheet-bottom"},w=this.state.group;return void 0===w&&void 0!==p&&(w=(0,b.Mz)(m[0],p)),o.createElement(o.Fragment,null,o.createElement(D.V,N({},g),o.createElement(_.n,{className:"k-text-center"},o.createElement("div",{className:"k-actionsheet-titlebar-group k-hbox"},o.createElement("div",{className:"k-actionsheet-title"},o.createElement("div",null,u)),o.createElement("div",{className:"k-actionsheet-actions"},o.createElement(S.z,{tabIndex:0,"aria-label":"Cancel","aria-disabled":"false",type:"button",fillMode:"flat",onClick:this.handleWrapperClick,icon:"x",svgIcon:f.FZE}))),o.createElement("div",{className:"k-actionsheet-titlebar-group k-actionsheet-filter"},this.renderListFilter())),o.createElement(R.M,{className:"!k-overflow-hidden"},a&&o.createElement("div",{className:"k-list-header"},a),o.createElement("div",{className:(0,s.A)("k-list",(e={},e["k-list-".concat(B[c]||c)]=c,e["k-virtual-list"]=this.base.vs.enabled,e))},this.renderDefaultItem(),!h&&w&&0!==m.length&&o.createElement(y.Z,{group:w,groupMode:"modern",render:d}),this.renderList()),l&&o.createElement("div",{className:"k-list-footer"},l))))},t.prototype.getFocusedIndex=function(){var e=this.value,t=this.props,n=t.data,r=void 0===n?[]:n,o=t.textField,i=t.dataItemKey,a=t.virtual,l=void 0===a?{skip:0}:a,s=t.focusedItemIndex,c=void 0===s?b.cg:s,u=t.filterable,p=t.skipDisabledItems,d=void 0===p||p,h=this.props.filter?this.props.filter:this.state.text;return d&&o&&!h&&!e?r.findIndex((function(e){return!e.disabled&&e[o]})):(0,b.EN)(e)&&void 0===h||u&&""===h?r.findIndex((function(t){return(0,b.qF)(t,e,i)})):h?this._lastKeypressIsFilter?c(r,h,o):r.findIndex((function(t){return(0,b.qF)(t,e,i)})):0===l.skip?0:-1},t.prototype.focusElement=function(e){var t=this;this._skipFocusEvent=!0,e.focus(),window.setTimeout((function(){return t._skipFocusEvent=!1}),30)},t.prototype.triggerOnChange=function(e,t){(0,b.qF)(this.value,e,this.props.dataItemKey)||(void 0===this.props.value&&(t.data.value=e),this._valueDuringOnChange=e,t.events.push({type:"onChange"}))},t.prototype.applyState=function(e){this.base.applyState(e),this._valueDuringOnChange=void 0},t.prototype.calculateMedia=function(e){for(var t=0,n=e;t<n.length;t++){var r=n[t];this.setState({windowWidth:r.target.clientWidth})}},t.prototype.resetValueIfDisabledItem=function(){var e=this.props.data,t=void 0===e?[]:e,n=this.base.initState(),r=this.getFocusedIndex();this.haveFocusedItemAndDataNotEmpty(t,r)&&(this.triggerOnChange(null,n),this.applyState(n))},t.prototype.haveFocusedItemAndDataNotEmpty=function(e,t){return void 0!==t&&-1!==t&&e&&e.length>0&&e[t].disabled},t.displayName="DropDownList",t.propTypes=N({delay:i.number,ignoreCase:i.bool,iconClassName:i.string,svgIcon:d.wi,defaultItem:i.any,valueRender:i.func,valueMap:i.func,validationMessage:i.string,required:i.bool,id:i.string,ariaLabelledBy:i.string,ariaDescribedBy:i.string,ariaLabel:i.string,leftRightKeysNavigation:i.bool,title:i.string,groupField:i.string,list:i.any,skipDisabledItems:i.bool},I.Z.propTypes),t.defaultProps=N(N({delay:500,tabIndex:0,ignoreCase:!0},I.Z.defaultProps),{required:!1,size:"medium",rounded:"medium",fillMode:"solid",groupMode:"modern"}),t}(o.Component),j=(0,h.Y)(),A=(0,h.u)(j,F);A.displayName="KendoReactDropDownList"},5834:(e,t,n)=>{n.d(t,{Z:()=>p});var r=n(3899),o=n(189);const i=function(){function e(){var e=this;this.container=null,this.scrollElement=null,this.list=null,this.containerHeight=0,this.skip=0,this.total=0,this.enabled=!1,this.pageSize=0,this.itemHeight=0,this.PageChange=null,this.prevScrollPos=0,this.listTranslate=0,this.scrollSyncing=!1,this.scrollerRef=function(t){var n=e;n.container=t,t&&(t.setAttribute("unselectable","on"),window.setTimeout(n.calcScrollElementHeight.bind(n),0))},this.calcScrollElementHeight=function(){e.scrollSyncing=!0;var t=!1;e.itemHeight=e.list?e.list.children[0].offsetHeight:e.itemHeight,e.containerHeight=Math.min(1533915,e.itemHeight*e.total);var n=e.containerHeight;return e.scrollElement&&(t=e.scrollElement.style.height!==n+"px")&&(e.scrollElement.style.height=n+"px"),e.scrollSyncing=!1,t},this.scrollHandler=this.scrollHandler.bind(this)}return Object.defineProperty(e.prototype,"translate",{get:function(){return this.listTranslate},enumerable:!1,configurable:!0}),e.prototype.changePage=function(e,t){var n=Math.min(Math.max(0,e),this.total-this.pageSize);n!==this.skip&&this.PageChange&&this.PageChange({skip:n,take:this.pageSize},t)},e.prototype.translateTo=function(e){this.listTranslate=e,this.list&&(this.list.style.transform="translateY("+e+"px)")},e.prototype.reset=function(){this.container&&(this.calcScrollElementHeight(),this.container.scrollTop=0,this.translateTo(0))},e.prototype.scrollToEnd=function(){this.container&&this.list&&(this.calcScrollElementHeight(),this.container.scrollTop=this.container.scrollHeight-this.container.offsetHeight,this.translateTo(this.container.scrollHeight))},e.prototype.localScrollUp=function(e){var t,n=this.itemHeight,r=this.container.scrollTop,o=this.listTranslate,i=r-o;if(!(i>n)){for(t=0;t<this.skip&&!(o+n+i<=r);t++)o-=n;if(o=this.validateTranslate(o),this.skip-t<=0&&o>=r)return this.translateTo(0),this.changePage(0,e),void(this.container.scrollTop=0);o!==this.listTranslate&&(this.translateTo(o),this.changePage(this.skip-t,e))}},e.prototype.localScrollDown=function(e){var t,n=this.itemHeight,r=this.container.scrollTop,o=this.listTranslate,i=this.list.children.length;for(t=0;t<i&&!(o+n>=r);t++)o+=n;o=this.validateTranslate(o),t>=i&&this.skip+t>=this.total?(this.translateTo(o),this.changePage(this.total-1,e)):o!==this.listTranslate&&(this.translateTo(o),this.changePage(this.skip+t,e))},e.prototype.scrollNonStrict=function(e){var t=this.total*this.prevScrollPos/this.containerHeight,n=Math.min(Math.floor(t),this.total-1),r=this.containerHeight*t/this.total;r=this.validateTranslate(r),this.translateTo(r),this.changePage(n,e)},e.prototype.scrollHandler=function(e){var t=this.container?this.container.scrollTop:0,n=this.prevScrollPos;this.prevScrollPos=t,this.enabled&&this.list&&this.container&&!this.scrollSyncing&&(t-n<=0&&t>this.listTranslate-this.list.scrollHeight/10?this.localScrollUp(e):t-n>0&&t<this.listTranslate+2*this.list.scrollHeight/3?this.localScrollDown(e):this.scrollNonStrict(e))},e.prototype.validateTranslate=function(e){return e=Math.max(0,e),Math.min(this.containerHeight,e)},e}();var a=n(1650),l=n(3493),s=function(){function e(){}return e.prototype.navigate=function(e){var t=e.keyCode;return t===l.R.up||t===l.R.left?this.next({current:e.current,min:e.min,max:e.max,step:e.skipItems?e.skipItems:-1}):t===l.R.down||t===l.R.right?this.next({current:e.current,min:e.min,max:e.max,step:e.skipItems?e.skipItems:1}):t===l.R.home?0:t===l.R.end?e.max:void 0},e.prototype.next=function(e){return(0,a.EN)(e.current)?Math.min(e.max,Math.max(e.current+e.step,e.min)):e.min},e}(),c=n(3198),u=function(){return u=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},u.apply(this,arguments)};const p=function(){function e(e){var t=this;this.wrapper=null,this.list=null,this.vs=new i,this.navigation=new s,this.handleItemClick=function(e,n){var r=t.initState();r.syntheticEvent=n,n.stopPropagation(),t.component.handleItemSelect(e,r),t.togglePopup(r),t.applyState(r)},this.handleFocus=function(e){if(!t.component.state.focused){var n=t.initState();n.data.focused=!0,n.events.push({type:"onFocus"}),n.syntheticEvent=e,t.applyState(n)}},this.filterChanged=function(e,n){var r=t.component.props,o=r.textField;r.filterable&&n.events.push({type:"onFilterChange",filter:{field:o,operator:"contains",ignoreCase:!0,value:e}})},this.togglePopup=function(e){var n=t.component.props,r=void 0!==n.opened?n.opened:t.component.state.opened;void 0===n.opened&&(e.data.opened=!r),r?e.events.push({type:"onClose"}):(e.events.push({type:"onOpen"}),t.calculatePopupWidth())},this.pageChange=function(e,n){var r=t.initState();r.syntheticEvent=n,t.triggerOnPageChange(r,e.skip,e.take),t.applyState(r)},this.scrollToVirtualItem=function(e,n){var r=t.vs;if(r.enabled=!1,0===e.skip)r.reset();else if(e.skip+e.pageSize===e.total)r.scrollToEnd();else{var o=r.translate;0===o&&(r.calcScrollElementHeight(),o=r.itemHeight*e.skip,r.translateTo(o-r.itemHeight)),r.container&&(r.container.scrollTop=o),t.scrollToItem(n,!0)}window.setTimeout((function(){return r.enabled=!0}),10)},this.scrollPopupByPageSize=function(e){var n,r,o,i,a,l,s=t.vs,c=null===(r=null===(n=t.list)||void 0===n?void 0:n.parentElement)||void 0===r?void 0:r.scrollTop,u=s.enabled&&s.itemHeight?s.itemHeight:t.list?t.list.children[0].offsetHeight:0,p=null===(i=null===(o=t.list)||void 0===o?void 0:o.parentElement)||void 0===i?void 0:i.offsetHeight;void 0!==c&&void 0!==p&&(null===(l=null===(a=t.list)||void 0===a?void 0:a.parentElement)||void 0===l||l.scroll({top:c+e*Math.floor(p/u)*u}))},this.renderScrollElement=function(){var e=t.vs;return e.enabled&&r.createElement("div",{ref:function(t){return e.scrollElement=t},key:"scrollElementKey"})},this.resetGroupStickyHeader=function(e,t){e!==t.state.group&&t.setState(u(u({},t.state),{group:e}))},this.listBoxId=(0,c.M)(),this.guid=(0,c.M)(),this.component=e,this.vs.PageChange=this.pageChange}return e.prototype.didMount=function(){var e=this.component.props,t=e.popupSettings||{},n=e.style||{},r=t.width,o=!0===e.opened;void 0===r&&this.calculatePopupWidth(),void 0===e.dir&&void 0===n.direction&&(this.calculateDir(),o=!0),o&&this.component.forceUpdate()},e.prototype.calculateDir=function(){var e=this.component.element;e&&e.ownerDocument&&e.ownerDocument.defaultView&&(this.dirCalculated=e.ownerDocument.defaultView.getComputedStyle(e).direction||void 0)},e.prototype.calculatePopupWidth=function(){this.wrapper&&(this.popupWidth=this.wrapper.offsetWidth+"px")},e.prototype.scrollToItem=function(e,t,n){var r=this,o=this.list||this.vs.list;if(o||n||setTimeout((function(){r.scrollToItem(e,t,!0)}),10),o&&e>=0){var i=this.vs,l=i.container||o.parentNode,s=void 0!==t?t:i.enabled;(0,a.Ht)(l,o,e,i.translate,s)}},e.prototype.initState=function(){return{data:{},events:[],syntheticEvent:void 0}},e.prototype.applyState=function(e){var t=this;Object.keys(e.data).length>0&&this.component.setState(e.data);var n={syntheticEvent:e.syntheticEvent,nativeEvent:e.syntheticEvent?e.syntheticEvent.nativeEvent:void 0,target:this.component,value:this.component.value};e.events.forEach((function(e){var r=e.type;delete e.type;var o=r&&t.component.props[r];o&&o.call(void 0,u(u({},n),e))}))},e.prototype.triggerOnPageChange=function(e,t,n){var r=this.component.props.virtual;if(r){var o=Math.min(Math.max(0,t),Math.max(0,r.total-n));o!==r.skip&&e.events.push({type:"onPageChange",page:{skip:o,take:n}})}},e.prototype.triggerPageChangeCornerItems=function(e,t){var n=this.component.props,r=n.data,o=void 0===r?[]:r,i=n.dataItemKey,l=n.virtual,s=void 0!==n.opened?n.opened:this.component.state.opened;e&&l&&this.vs.enabled&&(l.skip>0&&(0,a.qF)(e,o[0],i)?this.triggerOnPageChange(t,l.skip-1,l.pageSize):!s&&l.skip+l.pageSize<l.total&&(0,a.qF)(e,o[o.length-1],i)&&this.triggerOnPageChange(t,l.skip+1,l.pageSize))},e.prototype.getPopupSettings=function(){return Object.assign({},e.defaultProps.popupSettings,this.component.props.popupSettings)},e.prototype.getGroupedDataModernMode=function(e,t){var n=[];return e.forEach((function(r,o){var i;e[o-1]&&r[t]!==e[o-1][t]?(n.push(((i={})[t]=r[t],i)),n.push(e[o])):n.push(e[o])})),n},e.basicPropTypes={opened:o.bool,disabled:o.bool,dir:o.string,tabIndex:o.number,accessKey:o.string,data:o.array,textField:o.string,className:o.string,label:o.string,loading:o.bool,popupSettings:o.shape({animate:o.oneOfType([o.bool,o.shape({openDuration:o.number,closeDuration:o.number})]),popupClass:o.string,className:o.string,appendTo:o.any,width:o.oneOfType([o.string,o.number]),height:o.oneOfType([o.string,o.number])}),onOpen:o.func,onClose:o.func,onFocus:o.func,onBlur:o.func,onChange:o.func,itemRender:o.func,listNoDataRender:o.func,focusedItemIndex:o.func,header:o.node,footer:o.node},e.propTypes=u(u({},e.basicPropTypes),{value:o.any,defaultValue:o.any,filterable:o.bool,filter:o.string,virtual:o.shape({pageSize:o.number.isRequired,skip:o.number.isRequired,total:o.number.isRequired}),onFilterChange:o.func,onPageChange:o.func}),e.defaultProps={popupSettings:{height:"200px"},required:!1,validityStyles:!0},e}()},1022:(e,t,n)=>{n.d(t,{Z:()=>l});var r,o=n(3899),i=(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),a=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.group,n=e.groupMode,r=e.render,i=o.createElement("div",{className:"k-list-group-sticky-header"},"classic"===n?t:o.createElement("div",{className:"k-list-header-text"},t));return void 0!==r?r.call(void 0,i,this.props):i},t}(o.Component);const l=a},5303:(e,t,n)=>{n.d(t,{Z:()=>v});var r,o=n(3899),i=n(851),a=(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return a(t,e),t.prototype.render=function(){var e=this.props,t=e.group,n=e.virtual,r=e.render,i=e.isMultiColumn,a=void 0!==i&&i,l=o.createElement("li",{id:this.props.id,role:"group",className:a?"k-table-group-row":"k-list-group-item",style:a?{boxSizing:"inherit"}:{position:n?"relative":"unset"}},o.createElement("span",{className:r?void 0:a?"k-table-th":"k-list-item-text"},t));return void 0!==r?r.call(void 0,l,this.props):l},t}(o.Component);const s=l;var c=n(1650),u=n(499),p=n(453),d=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),h=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return d(t,e),t.prototype.renderItems=function(){var e=this,t=this.props,n=t.textField,r=t.valueField,a=t.groupField,l=t.groupMode,u=t.isMultiColumn,p=t.optionsGuid,d=t.skip,h=void 0===d?0:d,v=t.virtual,f=t.focusedIndex,m=t.highlightSelected,g=void 0===m||m,y=t.value,b=t.data,w=t.itemRender,z=t.groupHeaderItemRender,x=Array.isArray(y),C=0;return b.map((function(t,d){var m,k,I=h+d,O=h+d+C,E=!t.disabled&&g&&(!x&&(0,c.qF)(t,y,r)||x&&-1!==y.findIndex((function(e){return(0,c.qF)(e,t,r)}))),M=void 0;return d>0&&void 0!==a&&(m=(0,c.Mz)(t,a),k=(0,c.Mz)(b[d-1],a),m&&k&&m!==k&&(M=m)),void 0!==M&&"modern"===l&&(C+=1),[void 0!==M&&"modern"===l&&o.createElement(s,{id:"option-".concat(p,"-").concat(O),virtual:v,key:I+"-group-item",group:M,isMultiColumn:u,render:z}),o.createElement(i.Z,{id:"option-".concat(p,"-").concat(void 0!==M&&"modern"===l?O+1:O),virtual:v,dataItem:t,groupMode:l,selected:E,focused:f===d,index:I,key:I,onClick:e.props.onClick,textField:n,group:M,render:w,disabled:t.disabled})]}))},t.prototype.renderNoValueElement=function(e){var t=this.props.noDataRender,n=o.createElement("div",{className:"k-nodata"},o.createElement("div",null,e.toLanguageString(p.L7,p.sY[p.L7])));return t?t.call(void 0,n):n},t.prototype.render=function(){var e=(0,u.provideLocalizationService)(this),t=this.props,n=t.id,r=t.show,i=t.wrapperCssClass,a=t.wrapperStyle,l=t.listStyle,s=t.listRef,c=t.wrapperRef,p=t.listClassName,d=void 0===p?"k-list-ul":p,h=this.renderItems();return h.length?o.createElement("div",{className:i,style:a,ref:c,onMouseDown:this.props.onMouseDown,onBlur:this.props.onBlur,onScroll:this.props.onScroll,unselectable:"on"},o.createElement("ul",{id:n,role:"listbox","aria-hidden":!r||void 0,className:d,ref:s,style:l},h),this.props.scroller&&o.createElement("div",{className:"k-height-container"},this.props.scroller)):this.renderNoValueElement(e)},t}(o.Component);const v=h;(0,u.registerForLocalization)(h)},6536:(e,t,n)=>{n.d(t,{Z:()=>c});var r,o=n(3899),i=n(1754),a=(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),l=function(){return l=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},l.apply(this,arguments)},s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return a(t,e),t.prototype.render=function(){var e=this.props,t=e.children,n=e.width,r=e.dir,a=e.itemsCount,s=e.popupSettings;return o.createElement(i.G,l({style:{width:n,direction:r},contentKey:a&&a.join()},s),t)},t}(o.Component);const c=s},4658:(e,t,n)=>{n.d(t,{Z:()=>p});var r=n(3899),o=n(189),i=n(4071),a=n(6183),l=n(4953),s=n(8130),c=function(){return c=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},c.apply(this,arguments)},u=r.forwardRef((function(e,t){var n=r.useRef(null);return r.useImperativeHandle(t,(function(){return n.current})),r.createElement("div",{className:"k-list-filter"},r.createElement(i.z,c({},e,{ref:n,value:e.value||"",onChange:e.onChange,onKeyDown:e.onKeyDown,tabIndex:e.tabIndex,onClick:function(e){return e.stopPropagation()},size:e.size,fillMode:e.fillMode,rounded:e.rounded,prefix:function(){return r.createElement(a.Z,null,r.createElement(s.a,{name:"search",icon:l.RL9}))}})))}));u.propTypes={value:o.oneOfType([o.string,o.number,o.array]),tabIndex:o.number,onChange:o.func,onKeyDown:o.func,size:o.oneOf([null,"small","medium","large"]),rounded:o.oneOf([null,"small","medium","large","full"]),fillMode:o.oneOf([null,"solid","flat","outline"])},u.displayName="KendoReactListFilter";const p=u},851:(e,t,n)=>{n.d(t,{Z:()=>c});var r,o=n(3899),i=n(8047),a=n(1650),l=(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),s=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.handleClick=function(e){return t.props.onClick(t.props.index,e)},t}return l(t,e),t.prototype.render=function(){var e=this.props,t=e.selected,n=e.group,r=e.dataItem,l=e.virtual,s=e.groupMode,c=e.disabled,u=e.render,p=o.createElement("li",{id:this.props.id,role:"option","aria-selected":t,"aria-disabled":!!c||void 0,className:(0,i.A)("k-list-item",{"k-selected":t,"k-focus":this.props.focused,"k-first":Boolean(n)&&"classic"===s,"k-disabled":c}),onClick:this.handleClick,style:{position:l?"relative":"unset"}},o.createElement("span",{className:"k-list-item-text"},(0,a.Mz)(r,this.props.textField).toString()),void 0!==n&&"classic"===s?o.createElement("div",{className:"k-list-item-group-label"},n):null);return void 0!==u?u.call(void 0,p,this.props):p},t}(o.Component);const c=s},2222:(e,t,n)=>{n.d(t,{O:()=>r,_:()=>o});var r=500,o=768},1650:(e,t,n)=>{n.d(t,{EN:()=>r,es:()=>o,fN:()=>i,xI:()=>a,Ht:()=>l,cg:()=>s,Om:()=>c,Mz:()=>u,cB:()=>p,qF:()=>d,rb:()=>h,l5:()=>f,Pr:()=>v,dl:()=>m});var r=function(e){return null!=e},o=function(e,t){for(var n=0;n<e.length;n++)if(e.charAt(n)!==t)return!1;return!0},i=function(e,t,n){var r=e;return n&&(r=[n].concat(r)),r.slice(t).concat(r.slice(0,t))},a=function(e,t,n){if(!r(e))return!1;var o=String(e);return n&&(o=o.toLowerCase()),0===o.indexOf(t)},l=function(e,t,n,r,o){var i=e.offsetHeight,a=t.children.item(n),l=a.offsetTop+(o?r-e.scrollTop:0),s=a.offsetHeight;if(o){var c=0;l+s>i?c=l+s-i:l<0&&(c=l),0!==c?e.scrollTop+=c:0===e.scrollTop&&0!==r&&(e.scrollTop=r)}else l+s>i+e.scrollTop?e.scrollTop=l+s-i:l<e.scrollTop&&(e.scrollTop-=e.scrollTop-l)},s=function(e,t,n){var r=-1;if(t){t=t.toLowerCase();for(var o=0;o<e.length;o++){var i=(u(e[o],n)||"")+"";if(i&&i.toLowerCase().startsWith(t)){r=o;break}}}return r},c=function(e,t,n,r){void 0===r&&(r=!1);var o=function(e){return r?e:e.toLowerCase()};return e.findIndex((function(e){return n?o(u(e,n))===o(t):o(t)===o(e.toString())}))},u=function(e,t){if(t&&r(e)){var n=t.split("."),o=e;return n.forEach((function(e){o=o?o[e]:void 0})),o}return e},p=function(e,t,n){t.forEach((function(t){var r=e.findIndex((function(e){return d(e,t,n)}));-1!==r&&e.splice(r,1)}))},d=function(e,t,n){return e===t||r(e)===r(t)&&u(e,n)===u(t,n)},h=function(e,t,n){if(t){var r=c(e,t,n,!0);return-1!==r?e[r]:e[s(e,t,n)]}return e[0]},v=function(e,t,n){void 0===t&&(t=[]);var r="";if(e){var o=t[s(t,e,n)];if(o){var i=u(o,n);e.toLowerCase()!==i.toLowerCase()&&(r=i.substring(e.length))}}return r},f=function(e){"INPUT"!==e.target.nodeName&&e.preventDefault()},m=function(e,t,n){return!!e==!!t&&e.text===t.text&&(e===t||function(e,t,n){if(void 0===e&&(e=[]),void 0===t&&(t=[]),e===t)return!0;if(e.length!==t.length)return!1;for(var r=0;r<e.length;r++)if(!d(e[r],t[r],n))return!1;return!0}(e.data,t.data,n))}},9416:(e,t,n)=>{n.r(t),n.d(t,{AutoComplete:()=>$,AutoCompletePropsContext:()=>J,AutoCompleteWithoutContext:()=>Q,ComboBox:()=>W,ComboBoxPropsContext:()=>K,ComboBoxWithoutContext:()=>G,DropDownList:()=>o.NB,DropDownListPropsContext:()=>o.ZC,DropDownListWithoutContext:()=>o.z8,DropDownTree:()=>vt,DropDownTreePropsContext:()=>ht,List:()=>a.Z,ListContainer:()=>d.Z,ListFilter:()=>h.Z,ListItem:()=>i.Z,MultiColumnComboBox:()=>Se,MultiColumnComboBoxPropsContext:()=>Me,MultiSelect:()=>we,MultiSelectPropsContext:()=>be,MultiSelectTree:()=>xt,MultiSelectTreePropsContext:()=>zt,MultiSelectWithoutContext:()=>ye,SearchBar:()=>p,TagList:()=>ie,dropdownsMessages:()=>v.sY,getMultiSelectTreeValue:()=>Ot,getValueMap:()=>It,nodata:()=>v.L7,scrollToItem:()=>f.Ht});var r,o=n(2871),i=n(851),a=n(5303),l=n(3769),s=n(3899),c=(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),u=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._input=null,t}return c(t,e),Object.defineProperty(t.prototype,"input",{get:function(){return this._input},enumerable:!1,configurable:!0}),t.prototype.componentDidUpdate=function(e){var t=e.value,n=e.suggestedText,r=this.props,o=r.value,i=r.suggestedText,a=r.focused,s=this.input,c=t!==o||i!==n,u=c&&t.startsWith(o)&&!(n&&i&&n.endsWith(i)),p=(0,l.v)(document);a&&s&&p!==s&&s.focus(),i&&c&&!u&&s&&s.setSelectionRange(o.length-i.length,o.length)},t.prototype.render=function(){var e=this,t=this.props,n=t.expanded,r=void 0!==n&&n,o=t.disabled,i=t.role,a=void 0===i?"listbox":i,l=t.render,c=s.createElement("input",{autoComplete:"off",id:this.props.id,type:"text",key:"searchbar",size:this.props.size,placeholder:this.props.placeholder,className:"k-input-inner",tabIndex:this.props.tabIndex,accessKey:this.props.accessKey,role:a,name:this.props.name,value:this.props.value,onChange:this.props.onChange,ref:function(t){return e._input=t},onKeyDown:this.props.onKeyDown,onFocus:this.props.onFocus,onBlur:this.props.onBlur,onClick:this.props.onClick,"aria-disabled":o||void 0,disabled:o||void 0,readOnly:this.props.readOnly||void 0,title:this.props.title,"aria-haspopup":"listbox","aria-expanded":r,"aria-owns":this.props.owns,"aria-activedescendant":r?this.props.activedescendant:void 0,"aria-describedby":this.props.ariaDescribedBy,"aria-labelledby":this.props.ariaLabelledBy,"aria-required":this.props.ariaRequired});return l?l.call(void 0,c):c},t}(s.Component);const p=u;var d=n(6536),h=n(4658),v=n(453),f=n(1650),m=n(189),g=n(5834),y=n(2697),b=n(3198),w=n(3493),z=n(8047),x=n(3218),C=n(848),k=n(6097),I=n(1022),O=n(4006),E=n(7827),M=n(8130),S=n(2601),H=n(499),V=n(4953),P=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),D=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.onMouseDown=function(e){return e.preventDefault()},t}return P(t,e),t.prototype.render=function(){var e=(0,H.provideLocalizationService)(this).toLanguageString(v.ZH,v.sY[v.ZH]);return s.createElement("span",{className:"k-clear-value",role:"button",onClick:this.props.onClick,onMouseDown:this.onMouseDown,tabIndex:-1,title:e,key:"clearbutton"},s.createElement(M.a,{name:"x",icon:V.FZE}))},t}(s.Component);const _=D;(0,H.registerForLocalization)(D);var R=n(7037),L=n(8574),N=n(1205),B=n(7999),T=n(2222),F=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),j=function(){return j=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},j.apply(this,arguments)},A=y.G.sizeMap,q=y.G.roundedMap,G=function(e){function t(t){var n=e.call(this,t)||this;return n.state={},n.base=new g.Z(n),n._element=null,n._inputId=(0,b.M)(),n._suggested="",n._skipBlur=!1,n._input=null,n._adaptiveFilterInput=null,n.itemHeight=0,n.focus=function(){n._input&&n._input.focus()},n.handleItemSelect=function(e,t){var r=n.props,o=r.data,i=void 0===o?[]:o,a=r.virtual,l=r.dataItemKey,s=i[e-(a?a.skip:0)],c=!(0,f.qF)(s,n.value,l);n.triggerOnChange(s,t),void 0!==n.state.text&&(t.data.text=void 0),c&&n.base.triggerPageChangeCornerItems(s,t)},n.onPopupOpened=function(){setTimeout((function(){n.mobileMode&&n._adaptiveFilterInput&&(n._skipBlur=!0,n._adaptiveFilterInput.focus(),n._skipBlur=!1)}),300)},n.componentRef=function(e){n._element=e,n.base.wrapper=e},n.toggleBtnClick=function(e){var t=n.props,r=t.data,o=void 0===r?[]:r,i=t.skipDisabledItems,a=t.textField,l=n.getFocusedIndex(),s=n.getCurrentValueDisabledStatus(a,o,l),c=void 0!==n.props.opened?n.props.opened:n.state.opened,u=n.base.initState();if(u.syntheticEvent=e,!i&&a&&s&&n.clearValueOnToggleBtnClick(e),n.base.togglePopup(u),!c&&n.mobileMode){var p=void 0!==n.props.adaptiveFilter?n.props.adaptiveFilter:n.state.text||null;n.base.filterChanged(p,u)}n.applyState(u)},n.renderMobileListFilter=function(){var e=void 0!==n.props.adaptiveFilter?n.props.adaptiveFilter:n.state.text,t=(0,f.Mz)(n.value,n.props.textField),r=(0,f.EN)(e)?e:t;return s.createElement(h.Z,{value:r,ref:function(e){return n._adaptiveFilterInput=e&&e.element},onChange:n.handleMobileFilterChange,onKeyDown:n.onInputKeyDown,size:n.props.size,rounded:n.props.rounded,fillMode:n.props.fillMode})},n.handleMobileFilterChange=function(e){var t=n.base.initState();t.syntheticEvent=e.syntheticEvent,t.data.text=e.target.value,n.base.filterChanged(e.target.value,t),n.applyState(t)},n.onScroll=function(e){var t=n.base,r=t.vs,o=t.list;r.scrollHandler(e);var i=n.props.groupField,a=n.props.data,l=void 0===a?[]:a;if(i&&l.length){var s=n.itemHeight=n.itemHeight||(r.enabled?r.itemHeight:o?o.children[0].offsetHeight:0),c=e.target.scrollTop-r.skip*s;"modern"===n.props.groupMode&&(l=n.base.getGroupedDataModernMode(l,i));for(var u=l[0][i],p=1;p<l.length&&!(s*p>c);p++)l[p]&&l[p][i]&&(u=l[p][i]);u!==n.state.group&&(n.setState({group:u}),n.props.onGroupScroll&&n.props.onGroupScroll.call(void 0,{group:u}))}},n.handleItemClick=function(e,t){n.base.handleItemClick(e,t),n._valueDuringOnChange=void 0},n.handleBlur=function(e){if(n.state.focused&&!n._skipBlur){var t=n.base.initState(),r=n.props,o=r.textField,i=r.data,a=void 0===i?[]:i,l=n.getFocusedIndex(),s=!(-1===l)&&n.getCurrentValueDisabledStatus(o,a,l);t.data.focused=!1,t.events.push({type:"onBlur"}),t.syntheticEvent=e,o&&s&&n.clearValueOnBlur(e),n.applyValueOnRejectSuggestions(e.currentTarget.value,t)}},n.onInputClick=function(e){var t=void 0!==n.props.opened?n.props.opened:n.state.opened,r=void 0!==n.props.adaptiveFilter?n.props.adaptiveFilter:n.state.text||null;if(!t&&n.mobileMode){var o=n.base.initState();o.syntheticEvent=e,n.base.togglePopup(o),n.base.filterChanged(r,o),n.applyState(o)}},n.onInputKeyDown=function(e){var t=n.props,r=t.data,o=void 0===r?[]:r,i=t.skipDisabledItems,a=t.textField,l=t.dataItemKey,s=t.groupField,c=n.value,u=Math.max(0,o.findIndex((function(e){return(0,f.qF)(e,c,l)}))),p=e.keyCode,d=void 0!==n.props.opened?n.props.opened:n.state.opened,h=n.base.initState();if(h.syntheticEvent=e,!e.altKey&&(p===w.R.up||p===w.R.down)){if(e.preventDefault(),""!==s&&a)if(!n.props.skipDisabledItems&&d)n.onNavigate(h,p);else{var v=0;if(p===w.R.down||p===w.R.right){var m=o.slice(u+1).find((function(e){return!e.disabled&&e[a]}));v=m&&o.findIndex((function(e){return e[a]===m[a]}))}else if(p===w.R.up||p===w.R.left){var g=void 0;if(0===u)g=o,v=o.findIndex((function(e){return!e.disabled&&e[a]}));else{for(var y=(g=o.slice(0,u)).pop();y&&y.disabled;)y=g.pop();v=y&&o.findIndex((function(e){return e[a]===y[a]}))}}if(void 0!==v){var b=v-u;n.onNavigate(h,p,b)}else void 0===v&&o.findIndex((function(e){return e[a]===c[a]}))===o.length-1&&n.onNavigate(h,p)}else if(!n.props.skipDisabledItems&&d)n.onNavigate(h,p);else{if(v=null,p===w.R.down||p===w.R.right)v=o.slice(u+1).find((function(e){return!e.disabled}));else if(p===w.R.up||p===w.R.left){var z=o.slice(0,u);for(v=z.pop();v&&v.disabled;)v=z.pop()}v?(b=v.id-u-1,n.onNavigate(h,p,b)):n.onNavigate(h,p)}n.applyState(h)}var x=function(){e.preventDefault(),n.base.togglePopup(h),n.applyState(h)},C=n.getFocusedIndex(),k=-1===C,I=!k&&n.getCurrentValueDisabledStatus(a,o,C);d?p===w.R.pageUp?n.base.scrollPopupByPageSize(-1):p===w.R.pageDown?n.base.scrollPopupByPageSize(1):e.altKey&&p===w.R.up?x():p===w.R.enter?(e.preventDefault(),(a&&!k&&e.currentTarget.value?o[C][a]:void 0)?!i&&a&&I?n.clearValueOnEnterOrEsc(e):I||n.applyValueOnEnter(e.currentTarget.value,h):n.applyValueOnEnter(e.currentTarget.value,h)):p===w.R.esc&&(!i&&a&&I&&n.clearValueOnEnterOrEsc(e),n.applyValueOnRejectSuggestions(e.currentTarget.value,h)):d||p!==w.R.esc?e.altKey&&p===w.R.down&&x():n.clearValueOnEnterOrEsc(e)},n.inputOnChange=function(e){var t=n.base.initState();t.syntheticEvent=e;var r=void 0!==n.props.opened?n.props.opened:n.state.opened,o=e.currentTarget,i=o.value;if(n.props.suggest){var a=o.selectionEnd===i.length,l=void 0!==n.props.filter?n.props.filter:n.state.text;(0,f.EN)(l)||(l=(0,f.Mz)(n.value,n.props.textField)||"");var s=l&&l===i,c=l&&l.length>i.length;s||c||!a?n._suggested="":n.suggestValue(i)}void 0===n.props.filter&&(t.data.text=i),void 0!==n.state.focusedItem&&(t.data.focusedItem=void 0),r||n.base.togglePopup(t),n.base.filterChanged(i,t),n.applyState(t),n.setState({group:void 0})},n.clearButtonClick=function(e){n.base.initState().syntheticEvent=e,e.stopPropagation(),n.clearValue()},n.clearValueOnEnterOrEsc=function(e){n.base.initState().syntheticEvent=e,e.stopPropagation(),n.clearValue()},n.clearValueOnBlur=function(e){n.base.initState().syntheticEvent=e,e.stopPropagation(),n.clearValue()},n.clearValueOnToggleBtnClick=function(e){n.base.initState().syntheticEvent=e,e.stopPropagation(),n.clearValue()},n.setValidity=function(){n._input&&n._input.setCustomValidity&&n._input.setCustomValidity(n.validity.valid?"":n.props.validationMessage||"Please enter a valid value!")},(0,O.s)(S.k),n}return F(t,e),Object.defineProperty(t.prototype,"document",{get:function(){if(E.N)return this.element&&this.element.ownerDocument||document},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"element",{get:function(){return this._element},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"mobileMode",{get:function(){return!!(this.state.windowWidth&&this.state.windowWidth<=T._&&this.props.adaptive)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"value",{get:function(){return void 0!==this._valueDuringOnChange?this._valueDuringOnChange:void 0!==this.props.value?this.props.value:void 0!==this.state.value?this.state.value:void 0!==this.props.defaultValue?this.props.defaultValue:void 0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"index",{get:function(){var e=this.props,t=e.data,n=void 0===t?[]:t,r=e.dataItemKey,o=this.value;return n.findIndex((function(e){return(0,f.qF)(e,o,r)}))},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"name",{get:function(){return this.props.name},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"validity",{get:function(){var e=void 0!==this.props.validationMessage,t=!this.required||null!==this.value&&""!==this.value&&void 0!==this.value;return{customError:e,valid:void 0!==this.props.valid?this.props.valid:t,valueMissing:null===this.value}},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"validityStyles",{get:function(){return void 0!==this.props.validityStyles?this.props.validityStyles:t.defaultProps.validityStyles},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"required",{get:function(){return void 0!==this.props.required?this.props.required:t.defaultProps.required},enumerable:!1,configurable:!0}),t.prototype.componentDidUpdate=function(e,t){var n,r=this.props,o=r.dataItemKey,i=r.virtual,a=r.groupField,l=void 0===a?"":a,s=r.data,c=void 0===s?[]:s,u=r.textField,p=e.virtual?e.virtual.total:0,d=void 0!==this.props.opened?this.props.opened:this.state.opened,h=void 0!==e.opened?e.opened:t.opened,v=!h&&d,m=this.value;if(this._valueOnDidUpdate=m,i&&i.total!==p)this.base.vs.calcScrollElementHeight(),this.base.vs.reset();else{var g=void 0!==e.value?e.value:t.value,y=c.findIndex((function(e){return(0,f.qF)(e,m,o)}));"modern"===this.props.groupMode&&u&&m&&(y=null===(n=this.base.getGroupedDataModernMode(c,l))||void 0===n?void 0:n.map((function(e){return e[u]})).indexOf(m[u]));var b=!(0,f.qF)(g,m,o);v&&i?this.base.scrollToVirtualItem(i,y):v&&!i?(this.onPopupOpened(),c&&0!==c.length&&this.base.resetGroupStickyHeader(c[0][l],this),this.base.scrollToItem(y)):d&&h&&m&&b&&this.base.scrollToItem(y)}v&&this._input&&this._input.focus(),this.setValidity()},t.prototype.componentDidMount=function(){var e;this.observerResize=E.N&&window.ResizeObserver&&new window.ResizeObserver(this.calculateMedia.bind(this)),this.base.didMount(),this.setValidity(),(null===(e=this.document)||void 0===e?void 0:e.body)&&this.observerResize&&this.observerResize.observe(this.document.body)},t.prototype.componentWillUnmount=function(){var e;(null===(e=this.document)||void 0===e?void 0:e.body)&&this.observerResize&&this.observerResize.disconnect()},t.prototype.render=function(){var e,n=(0,H.provideLocalizationService)(this).toLanguageString(v.R4,v.sY[v.R4]),r=(0,H.provideLocalizationService)(this).toLanguageString(v.cx,v.sY[v.cx]),o=this.props,i=o.dir,a=o.disabled,l=o.clearButton,c=void 0===l?t.defaultProps.clearButton:l,u=o.label,p=o.textField,d=o.adaptive,h=o.className,m=o.style,g=o.loading,y=o.iconClassName,b=o.virtual,w=o.size,x=o.rounded,C=o.fillMode,I=o.opened,O=void 0===I?this.state.opened:I,E=o.placeholder,S=this.state.windowWidth,P=void 0===S?0:S,D=!this.validityStyles||this.validity.valid,L=void 0!==this.props.filter?this.props.filter:this.state.text,N=(0,f.Mz)(this.value,p),B=(0,f.EN)(L)?L:N,F=c&&(!!B||(0,f.EN)(this.value)),G=this.base.vs,K=this.props.id||this._inputId,W=P<=T._&&d;G.enabled=void 0!==b,void 0!==b&&(G.skip=b.skip,G.total=b.total,G.pageSize=b.pageSize);var U=s.createElement(s.Fragment,null,s.createElement("span",{className:(0,z.A)("k-combobox k-input",(e={},e["k-input-".concat(A[w]||w)]=w,e["k-rounded-".concat(q[x]||x)]=x,e["k-input-".concat(C)]=C,e["k-invalid"]=!D,e["k-loading"]=g,e["k-required"]=this.required,e["k-disabled"]=a,e),h),ref:this.componentRef,style:u?j(j({},m),{width:void 0}):m,dir:i},this.renderSearchBar(B||"",K,E),F&&!g&&s.createElement(_,{onClick:this.clearButtonClick,key:"clearbutton"}),g&&s.createElement(M.a,{className:"k-input-loading-icon",name:"loading",key:"loading"}),s.createElement(R.z,{tabIndex:-1,type:"button","aria-label":O?r:n,icon:y?void 0:"caret-alt-down",svgIcon:y?this.props.svgIcon:V.M7i,iconClass:y,size:w,fillMode:C,rounded:null,themeColor:"base",className:"k-input-button",onClick:this.toggleBtnClick,onMouseDown:function(e){return e.preventDefault()}}),!W&&this.renderListContainer()),W&&this.renderAdaptiveListContainer());return u?s.createElement(k._,{label:u,editorId:K,editorValue:B,editorValid:D,editorDisabled:a,style:{width:m?m.width:void 0},children:U}):U},t.prototype.onNavigate=function(e,t,n){var r=this.props,o=r.data,i=void 0===o?[]:o,a=r.virtual,l=void 0===a?{skip:0}:a,s=this.props.filter?this.props.filter:this.state.text,c=this.getFocusedIndex(),u=this.base.vs,p=this.value;if(this._suggested="",-1===c||(0,f.EN)(p))if(""===s)this.handleItemSelect(0,e);else{var d=l.skip+c,h=this.base.navigation.navigate({keyCode:t,current:d,max:(u.enabled?u.total:i.length)-1,min:0,skipItems:n||void 0});void 0!==h&&this.handleItemSelect(h,e)}else this.handleItemSelect(c,e)},t.prototype.getCurrentValueDisabledStatus=function(e,t,n){return e&&t&&t[n]&&t[n].disabled},t.prototype.applyValueOnEnter=function(e,t){var n,r=this.props,o=r.data,i=void 0===o?[]:o,a=r.textField,l=r.allowCustom,s=void 0!==this.props.opened?this.props.opened:this.state.opened,c=(0,f.Mz)(this.value,a)===e?this.index:(0,f.Om)(i,e,a),u=-1!==c,p=void 0;if(this._suggested="",u)p=i[c];else{if(!l)return this.selectFocusedItem(e,t);p=void 0!==a?((n={})[a]=e,n):e}this.triggerOnChange(p,t),s&&this.base.togglePopup(t),void 0===this.props.filter&&void 0!==this.state.text&&(t.data.text=void 0),this.applyState(t)},t.prototype.applyValueOnRejectSuggestions=function(e,t){var n,r=this.props,o=r.data,i=void 0===o?[]:o,a=r.textField,l=r.allowCustom,s=void 0!==this.props.opened?this.props.opened:this.state.opened,c=(0,f.Mz)(this.value,a),u=this.state.windowWidth&&this.state.windowWidth<=T._;if(this._suggested="",e===c||""===e&&!(0,f.EN)(c))return s&&!u&&this.base.togglePopup(t),this.applyState(t);var p=(0,f.Om)(i,e,a,!0),d=null;-1!==p?d=i[p]:l&&(d=e?a?((n={})[a]=e,n):e:null),this.triggerOnChange(d,t),void 0!==this.state.text&&(t.data.text=void 0,this.base.filterChanged("",t)),s&&!u&&this.base.togglePopup(t),this.applyState(t)},t.prototype.selectFocusedItem=function(e,t){var n=void 0!==this.props.opened?this.props.opened:this.state.opened,r=this.props,o=r.data,i=void 0===o?[]:o,a=r.textField,l=r.virtual,s=void 0===l?{skip:0}:l,c=r.focusedItemIndex,u=void 0===c?f.cg:c,p=s.skip,d=""===e&&0===p?0:u(i,e,a);return-1!==d?this.handleItemSelect(d+p,t):(this.triggerOnChange(null,t),void 0!==this.state.text&&(t.data.text=void 0)),n&&this.base.togglePopup(t),this.applyState(t)},t.prototype.renderAdaptiveListContainer=function(){var e,t=this,n=this.state.windowWidth,r=void 0===n?0:n,o=this.props,i=o.header,a=o.footer,l=o.size,c=o.data,u=void 0===c?[]:c,p=o.groupField,d=o.groupMode,h=o.list,v=o.virtual,m=o.adaptiveTitle,g=o.groupStickyHeaderItemRender,y=void 0!==this.props.opened?this.props.opened:this.state.opened,b=this.state.group;void 0===b&&void 0!==p&&(b=(0,f.Mz)(u[0],p));var w={navigatable:!1,navigatableElements:[],expand:y,animation:!0,onClose:function(e){return t.toggleBtnClick(e)},animationStyles:r<=T.O?{top:0,width:"100%",height:"100%"}:void 0,className:r<=T.O?"k-adaptive-actionsheet k-actionsheet-fullscreen":"k-adaptive-actionsheet k-actionsheet-bottom"};return s.createElement(s.Fragment,null,s.createElement(L.V,j({},w),s.createElement(N.n,{className:"k-text-center"},s.createElement("div",{className:"k-actionsheet-titlebar-group k-hbox"},s.createElement("div",{className:"k-actionsheet-title"},s.createElement("div",null,m)),s.createElement("div",{className:"k-actionsheet-actions"},s.createElement(R.z,{tabIndex:0,"aria-label":"Cancel","aria-disabled":"false",type:"button",fillMode:"flat",onClick:this.toggleBtnClick,icon:"x",svgIcon:V.FZE}))),s.createElement("div",{className:"k-actionsheet-titlebar-group k-actionsheet-filter"},this.renderMobileListFilter())),s.createElement(B.M,{className:"!k-overflow-hidden"},s.createElement("div",{className:"k-list-container"},s.createElement("div",{className:(0,z.A)((e={},e["k-list"]=!h,e["k-list-lg"]=!0,e["k-virtual-list"]=v,e["k-data-table"]=h,e["k-table-".concat(A[l]||l)]=h&&l,e))},i&&s.createElement("div",{className:"k-table-header"},i),!h&&b&&0!==u.length&&s.createElement(I.Z,{group:b,groupMode:d,render:g}),this.renderList(),a&&s.createElement("div",{className:"k-list-footer"},a))))))},t.prototype.renderListContainer=function(){var e,t,n=this.base,r=this.props,o=r.dir,i=r.header,a=r.footer,l=r.data,c=void 0===l?[]:l,u=r.groupField,p=r.groupMode,h=r.size,v=r.list,m=r.virtual,g=r.groupStickyHeaderItemRender,y=void 0!==this.props.opened?this.props.opened:this.state.opened,b=n.getPopupSettings(),w=void 0!==b.width?b.width:n.popupWidth,x=this.state.group;return void 0===x&&void 0!==u&&(x=(0,f.Mz)(c[0],u)),s.createElement(d.Z,{width:w,popupSettings:{animate:b.animate,anchor:this.element,show:y,popupClass:(0,z.A)(b.popupClass,"k-list-container","k-combobox-popup"),className:b.className,appendTo:b.appendTo},dir:void 0!==o?o:this.base.dirCalculated,itemsCount:[c.length]},s.createElement("div",{className:(0,z.A)((e={},e["k-list"]=!v,e["k-list-".concat(A[h]||h)]=!v&&h,e["k-virtual-list"]=m,e["k-data-table"]=v,e["k-table-".concat(A[h]||h)]=v&&h,e))},i&&s.createElement("div",{className:"k-table-header"},i),!v&&x&&0!==c.length&&s.createElement(I.Z,{group:x,groupMode:p,render:g}),this.renderList(),a&&s.createElement("div",{className:(0,z.A)((t={},t["k-list-footer"]=!this.props.footerClassName,t),this.props.footerClassName)},a)))},t.prototype.renderList=function(){var e,t=this,n=this.base,r=this.props,o=r.textField,i=r.dataItemKey,l=r.listNoDataRender,c=r.itemRender,u=r.groupHeaderItemRender,p=r.data,d=void 0===p?[]:p,h=r.virtual,v=void 0===h?{skip:0}:h,m=n.getPopupSettings(),g=n.vs,y=v.skip,b=void 0!==this.props.opened?this.props.opened:this.state.opened,w="translateY(".concat(g.translate,"px)"),x=b?this.getFocusedIndex():void 0,C=void 0!==this.props.filter?this.props.filter:this.state.text,k=(0,f.Mz)(this.value,o),I=(0,f.EN)(C)&&C!==k?null:this.value,O=this.props.list||a.Z;return s.createElement(O,{id:n.listBoxId,virtual:Boolean(v),show:b,data:d,focusedIndex:x,value:I,textField:o,valueField:i,groupField:this.props.groupField,groupMode:this.props.groupMode,isMultiColumn:this.props.isMultiColumn,optionsGuid:n.guid,listRef:function(e){g.list=t.base.list=e,t.itemHeight=0},wrapperStyle:this.state.windowWidth&&this.state.windowWidth>T._?{maxHeight:m.height}:{},wrapperCssClass:(0,z.A)("k-list-content",(e={},e["k-list-scroller"]=!v,e)),listStyle:g.enabled?{transform:w}:void 0,key:"listkey",skip:y,onClick:this.handleItemClick,itemRender:c,groupHeaderItemRender:u,noDataRender:l,onMouseDown:function(e){return e.preventDefault()},onScroll:this.onScroll,wrapperRef:g.scrollerRef,scroller:this.base.renderScrollElement()})},t.prototype.renderSearchBar=function(e,t,n){var r=this,o=this.props,i=o.tabIndex,a=o.disabled,l=o.data,c=void 0===l?[]:l,u=o.dataItemKey,d=o.virtual,h=void 0===d?{skip:0}:d,v=void 0!==this.props.opened?this.props.opened:this.state.opened,m=this.value,g=Math.max(0,c.findIndex((function(e){return(0,f.qF)(e,m,u)})));return this._suggested&&!(0,f.qF)(this._valueOnDidUpdate,m,u)&&(this._suggested=""),s.createElement(p,{id:t,readOnly:v&&this.mobileMode,placeholder:n,tabIndex:i,title:this.props.title,accessKey:this.props.accessKey,value:e+this._suggested,suggestedText:this._suggested,ref:function(e){return r._input=e&&e.input},onClick:this.onInputClick,onKeyDown:this.onInputKeyDown,onChange:this.inputOnChange,onFocus:this.base.handleFocus,onBlur:this.handleBlur,disabled:a,expanded:v,owns:this.base.listBoxId,activedescendant:"option-".concat(this.base.guid,"-").concat(g+h.skip),role:"combobox",ariaLabelledBy:this.props.ariaLabelledBy,ariaDescribedBy:this.props.ariaDescribedBy,ariaRequired:this.required,render:this.props.valueRender})},t.prototype.clearValue=function(){var e=this.base.initState();this._suggested="",this.base.filterChanged("",e),void 0===this.props.filter&&void 0!==this.state.text&&(e.data.text=void 0),this.triggerOnChange(null,e);var t=void 0!==this.props.opened?this.props.opened:this.state.opened,n=this.mobileMode;t&&!n&&this.base.togglePopup(e),this.applyState(e)},t.prototype.triggerOnChange=function(e,t){var n=this.value;!(0,f.EN)(n)&&!(0,f.EN)(e)||(0,f.qF)(n,e,this.props.dataItemKey)||(void 0===this.props.value&&(t.data.value=e),this._valueDuringOnChange=e,t.events.push({type:"onChange"}))},t.prototype.getFocusedIndex=function(){var e=this.value,t=this.props,n=t.data,r=void 0===n?[]:n,o=t.textField,i=t.dataItemKey,a=t.virtual,l=void 0===a?{skip:0}:a,s=t.focusedItemIndex,c=void 0===s?f.cg:s,u=t.skipDisabledItems,p=this.props.filter?this.props.filter:this.state.text;return(0,f.EN)(e)&&void 0===p?r.findIndex((function(t){return(0,f.qF)(t,e,i)})):p?c(r,p,o):u&&o&&!p&&0===l.skip?r.findIndex((function(e){return!e.disabled&&e[o]})):0===l.skip?0:-1},t.prototype.suggestValue=function(e){var t=this.props,n=t.data,r=t.textField;this._suggested=(0,f.Pr)(e,n,r)},t.prototype.applyState=function(e){this.base.applyState(e),this._valueDuringOnChange=void 0},t.prototype.calculateMedia=function(e){for(var t=0,n=e;t<n.length;t++){var r=n[t];this.setState({windowWidth:r.target.clientWidth})}},t.displayName="ComboBox",t.propTypes=j(j({},g.Z.propTypes),{size:m.oneOf([null,"small","medium","large"]),rounded:m.oneOf([null,"small","medium","large","full"]),fillMode:m.oneOf([null,"solid","flat","outline"]),dataItemKey:m.string,groupField:m.string,groupMode:m.oneOf([void 0,"classic","modern"]),isMultiColumn:m.bool,suggest:m.bool,placeholder:m.string,title:m.string,allowCustom:m.bool,clearButton:m.bool,iconClassName:m.string,svgIcon:x.wi,validationMessage:m.string,required:m.bool,id:m.string,ariaLabelledBy:m.string,ariaDescribedBy:m.string,list:m.any,valueRender:m.func,skipDisabledItems:m.bool}),t.defaultProps=j(j({},g.Z.defaultProps),{size:"medium",rounded:"medium",fillMode:"solid",allowCustom:!1,clearButton:!0,required:!1,groupMode:"modern",isMultiColumn:!1,skipDisabledItems:!0}),t}(s.Component),K=(0,C.Y)(),W=(0,C.u)(K,G);W.displayName="KendoReactComboBox";var 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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Y=function(){return Y=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Y.apply(this,arguments)},Z=y.G.sizeMap,X=y.G.roundedMap,Q=function(e){function t(t){var n=e.call(this,t)||this;return n.state={},n.base=new g.Z(n),n._element=null,n._inputId=(0,b.M)(),n._suggested="",n._input=null,n._isScrolling=!1,n.itemHeight=0,n.focus=function(){n._input&&n._input.focus()},n.handleItemSelect=function(e,t){var r=n.props.data,o=void 0===r?[]:r,i=(0,f.Mz)(o[e],n.props.textField);n.triggerOnChange(i,t)},n.itemFocus=function(e,t){var r=n.props,o=r.data,i=void 0===o?[]:o,a=r.textField,l=i[e];(0,f.qF)(n.state.focusedItem,l,a)||(t.data.focusedItem=l)},n.togglePopup=function(e){n.base.togglePopup(e)},n.setValidity=function(){n._input&&n._input.setCustomValidity&&n._input.setCustomValidity(n.validity.valid?"":n.props.validationMessage||"Please enter a valid value!")},n.onScroll=function(e){n._isScrolling=!0;var t=n.base.list,r=n.props.groupField,o=n.props.data,i=void 0===o?[]:o;if(r&&i.length){var a=n.itemHeight||(t?t.children[0].offsetHeight:0),l=e.target.scrollTop;r&&(i=n.base.getGroupedDataModernMode(i,r));for(var s=i[0][r],c=1;c<i.length&&!(a*c>l);c++)i[c]&&i[c][r]&&(s=i[c][r]);s!==n.state.group&&n.setState({group:s})}},n.handleItemClick=function(e,t){n.base.handleItemClick(e,t),n._valueDuringOnChange=void 0},n.onChangeHandler=function(e){var t=n.base.initState(),r=e.currentTarget,o=r.value,i=r.selectionEnd===o.length;t.syntheticEvent=e;var a=n._suggested,l=n.value,s=l&&l.substring(0,l.length-a.length),c=s&&s===o,u=s&&s.length>o.length,p=n.props.suggest,d=void 0!==n.props.opened?n.props.opened:n.state.opened;if(void 0!==p&&!1!==p){c||u||!i?n._suggested="":n.suggestValue(o);var h=o+n._suggested,v={userInput:o,value:n._suggested};n.triggerOnChange(h,t,{suggestion:v})}else n._suggested="",n.triggerOnChange(o,t);(!d&&o||d&&!o)&&n.togglePopup(t),t.data.focusedItem=void 0,n.applyState(t),n.setState({group:void 0})},n.clearButtonClick=function(e){var t=n.base.initState(),r=void 0!==n.props.opened?n.props.opened:n.state.opened;t.syntheticEvent=e,n._suggested="",n.triggerOnChange("",t),void 0!==n.state.focusedItem&&(t.data.focusedItem=void 0),r&&n.togglePopup(t),n.applyState(t)},n.onInputKeyDown=function(e){var t=n.props,r=t.data,o=void 0===r?[]:r,i=t.skipDisabledItems,a=t.groupField,l=t.textField;n._isScrolling&&(n._isScrolling=!1);var s=n.focusedIndex(),c=o[s],u=e.keyCode,p=e.altKey,d=void 0!==n.props.opened?n.props.opened:n.state.opened,h=n.base.initState();h.syntheticEvent=e;var v=function(){d&&e.preventDefault()};if(p&&u===w.R.down)n.setState({opened:!0});else if(p&&u===w.R.up)n.setState({opened:!1});else if(d&&u===w.R.pageUp)n.base.scrollPopupByPageSize(-1);else if(d&&u===w.R.pageDown)n.base.scrollPopupByPageSize(1);else if(!d||u!==w.R.enter&&u!==w.R.esc)if(d||u!==w.R.esc){if(u===w.R.up||u===w.R.down){if(""!==a&&l)if(!n.props.skipDisabledItems&&d)n.onNavigate(h,u);else{var f=0;if(u===w.R.down||u===w.R.right){var m=o.slice(s+1).find((function(e){return!e.disabled&&e[l]}));f=m&&o.findIndex((function(e){return e[l]===m[l]}))}else if(u===w.R.up||u===w.R.left){var g=void 0;if(-1===s)g=o,f=o.findIndex((function(e){return!e.disabled&&e[l]}));else{for(var y=(g=o.slice(0,s)).pop();y&&y.disabled;)y=g.pop();f=y&&o.findIndex((function(e){return e[l]===y[l]}))}}if(void 0!==f){var b=f-s;n.onNavigate(h,u,b)}else void 0===f&&o.findIndex((function(e){return e[l]}))===o.length-1&&n.onNavigate(h,u)}else if(!n.props.skipDisabledItems&&d)n.onNavigate(h,u);else{if(f=null,u===w.R.down||u===w.R.right)f=o.slice(s+1).find((function(e){return!e.disabled}));else if(u===w.R.up||u===w.R.left){var z=o.slice(0,s);for(f=z.pop();f&&f.disabled;)f=z.pop()}f?(b=f.id-s-1,n.onNavigate(h,u,b)):n.onNavigate(h,u)}n.applyState(h),v()}}else n._suggested="",n.triggerOnChange("",h),void 0!==n.state.focusedItem&&(h.data.focusedItem=void 0),n.applyState(h);else v(),!1===i&&c&&c.disabled?(d&&n.togglePopup(h),n.applyState(h)):n.applyInputValue(e.currentTarget.value,h,e.keyCode)},n.handleBlur=function(e){if(n.state.focused){var t=n.base.initState();t.data.focused=!1,t.events.push({type:"onBlur"}),t.syntheticEvent=e,n.applyInputValue(e.currentTarget.value,t)}},(0,O.s)(S.k),n}return U(t,e),Object.defineProperty(t.prototype,"element",{get:function(){return this._element},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"value",{get:function(){return void 0!==this._valueDuringOnChange?this._valueDuringOnChange:void 0!==this.props.value?this.props.value:void 0!==this.state.value?this.state.value:void 0!==this.props.defaultValue?this.props.defaultValue:""},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"name",{get:function(){return this.props.name},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"validity",{get:function(){var e=void 0!==this.props.validationMessage,t=!this.required||""!==this.value;return{customError:e,valid:void 0!==this.props.valid?this.props.valid:t,valueMissing:null===this.value}},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"validityStyles",{get:function(){return void 0!==this.props.validityStyles?this.props.validityStyles:t.defaultProps.validityStyles},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"required",{get:function(){return void 0!==this.props.required?this.props.required:t.defaultProps.required},enumerable:!1,configurable:!0}),t.prototype.componentDidUpdate=function(e,t){var n,r=this.props,o=r.groupField,i=void 0===o?"":o,a=r.data,l=void 0===a?[]:a,s=e.data,c=void 0===s?[]:s,u=this.focusedIndex(),p=l[u],d=c!==l,h=void 0!==p&&t.focusedItem!==p,v=void 0!==this.props.opened?this.props.opened:this.state.opened,f=void 0!==e.opened?e.opened:t.opened,m=!f&&v;if(""===i)(v&&(h||d)||m)&&this.base.scrollToItem(u);else if(!this._isScrolling){var g=null===(n=this.base.getGroupedDataModernMode(l,i))||void 0===n?void 0:n.indexOf(p);m&&(l&&0!==l.length&&this.base.resetGroupStickyHeader(l[0][i],this),this.base.scrollToItem(g)),v&&f&&h&&this.base.scrollToItem(g)}this.setValidity()},t.prototype.componentDidMount=function(){this.base.didMount(),this.setValidity()},t.prototype.render=function(){var e,t=this,n=this.props,r=n.dir,o=n.disabled,i=n.label,a=n.className,l=n.style,c=n.loading,u=n.suggest,p=n.size,d=n.rounded,h=n.fillMode,v=!this.validityStyles||this.validity.valid,f=this.base,m=this.value,g=!1!==this.props.clearButton&&!c&&!!m,y=this.props.id||this._inputId;"string"==typeof u&&(this._suggested=u);var b=s.createElement("span",{className:(0,z.A)("k-autocomplete k-input",a,(e={},e["k-input-".concat(Z[p]||p)]=p,e["k-rounded-".concat(X[d]||d)]=d,e["k-input-".concat(h)]=h,e["k-invalid"]=!v,e["k-loading"]=c,e["k-required"]=this.required,e["k-disabled"]=o,e)),ref:function(e){t._element=e,f.wrapper=e},style:i?Y(Y({},l),{width:void 0}):l,dir:r},this.renderSearchBar(m||"",y),c&&s.createElement(M.a,{className:"k-input-loading-icon",name:"loading"}),g&&!c&&s.createElement(_,{onClick:this.clearButtonClick,key:"clearbutton"}),this.renderListContainer());return i?s.createElement(k._,{label:i,editorId:y,editorValue:m,editorValid:v,editorDisabled:o,style:{width:l?l.width:void 0},children:b}):b},t.prototype.onNavigate=function(e,t,n){var r=this,o=this.value,i=this.props,a=i.data,l=void 0===a?[]:a,s=i.textField,c=i.focusedItemIndex,u=void 0!==this.state.focusedItem?l.findIndex((function(e){return(0,f.qF)(e,r.state.focusedItem,s)})):c?c(l,o,s):l.indexOf((0,f.rb)(l,o,s)),p=this.base.navigation.navigate({keyCode:t,current:u,max:l.length-1,min:0,skipItems:n||void 0});void 0!==p&&this.itemFocus(p,e),this.applyState(e)},t.prototype.applyInputValue=function(e,t,n){var r=void 0!==this.props.opened?this.props.opened:this.state.opened,o=this.props,i=o.data,a=void 0===i?[]:i,l=o.textField,s=a[this.focusedIndex()];if(this._suggested="",r&&n===w.R.enter&&s&&!s.disabled){var c=(0,f.Mz)(a[this.focusedIndex(e)],l);this.triggerOnChange(c,t)}r&&this.togglePopup(t),this.applyState(t)},t.prototype.renderSearchBar=function(e,t){var n=this,r=this.base,o=this.props,i=o.placeholder,a=o.tabIndex,l=o.disabled,c=o.readonly,u=this.state.focused,d=void 0!==this.props.opened?this.props.opened:this.state.opened;return s.createElement(p,{id:t,placeholder:i,tabIndex:a,accessKey:this.props.accessKey,value:e,suggestedText:this._suggested,focused:u,name:this.props.name,ref:function(e){return n._input=e&&e.input},onKeyDown:this.onInputKeyDown,onChange:this.onChangeHandler,onFocus:r.handleFocus,onBlur:this.handleBlur,disabled:l,readOnly:c,expanded:d,owns:r.listBoxId,activedescendant:"option-"+r.guid+"-"+this.focusedIndex(),role:"combobox",ariaLabelledBy:this.props.ariaLabelledBy,ariaDescribedBy:this.props.ariaDescribedBy,ariaRequired:this.required,render:this.props.valueRender})},t.prototype.renderListContainer=function(){var e,t=this.base,n=this.props,r=n.dir,o=n.header,i=n.footer,a=n.data,l=void 0===a?[]:a,c=n.size,u=n.groupField,p=n.list,h=n.groupStickyHeaderItemRender,v=t.getPopupSettings(),m=void 0!==this.props.opened?this.props.opened:this.state.opened,g=void 0!==v.width?v.width:t.popupWidth,y=this.state.group;return void 0===y&&void 0!==u&&(y=(0,f.Mz)(l[0],u)),s.createElement(d.Z,{width:g,popupSettings:{animate:v.animate,anchor:this.element,show:m,popupClass:(0,z.A)(v.popupClass,"k-list-container","k-autocomplete-popup"),className:v.className,appendTo:v.appendTo},dir:void 0!==r?r:this.base.dirCalculated,itemsCount:[l.length]},o&&s.createElement("div",{className:"k-list-header"},o),s.createElement("div",{className:(0,z.A)("k-list",(e={},e["k-list-".concat(Z[c]||c)]=c,e))},!p&&y&&0!==l.length&&s.createElement(I.Z,{group:y,groupMode:"modern",render:h}),this.renderList()),i&&s.createElement("div",{className:"k-list-footer"},i))},t.prototype.renderList=function(){var e=this.base,t=e.getPopupSettings(),n=this.props,r=n.textField,o=n.data,i=void 0===o?[]:o,l=n.listNoDataRender,c=n.itemRender,u=n.groupHeaderItemRender,p=this.value,d=void 0!==this.props.opened?this.props.opened:this.state.opened;return s.createElement(a.Z,{id:e.listBoxId,show:d,data:i.slice(),focusedIndex:this.focusedIndex(),value:p,textField:r,valueField:r,highlightSelected:!1,optionsGuid:e.guid,groupField:this.props.groupField,groupMode:"modern",listRef:function(t){return e.list=t},wrapperStyle:{maxHeight:t.height},wrapperCssClass:"k-list-content",onClick:this.handleItemClick,itemRender:c,groupHeaderItemRender:u,noDataRender:l,onMouseDown:function(e){return e.preventDefault()},onScroll:this.onScroll})},t.prototype.triggerOnChange=function(e,t,n){(this.value!==e||n)&&(t.data.value=e,this._valueDuringOnChange=e,t.events.push(Y({type:"onChange"},n||{})))},t.prototype.applyState=function(e){this.base.applyState(e),this._valueDuringOnChange=void 0},t.prototype.suggestValue=function(e){if(this._suggested="",e){var t=this.props,n=t.data,r=void 0===n?[]:n,o=t.textField,i=r[(0,f.cg)(r,e,o)];if(i){var a=(0,f.Mz)(i,o);e.toLowerCase()!==a.toLowerCase()&&(this._suggested=a.substring(e.length))}}},t.prototype.focusedIndex=function(e){var t=this,n=this.props,r=n.data,o=void 0===r?[]:r,i=n.textField,a=n.focusedItemIndex,l=n.skipDisabledItems,s=void 0!==e?e:this.value;if(void 0!==this.state.focusedItem)return o.findIndex((function(e){return(0,f.qF)(e,t.state.focusedItem,i)}));if(a)return a(o,s,i);var c=o.indexOf((0,f.rb)(o,s,i));return l&&i&&-1===c?o.findIndex((function(e){return!e.disabled&&e[i]})):Math.max(0,c)},t.displayName="AutoComplete",t.propTypes=Y(Y({},g.Z.basicPropTypes),{size:m.oneOf([null,"small","medium","large"]),rounded:m.oneOf([null,"small","medium","large","full"]),fillMode:m.oneOf([null,"solid","flat","outline"]),groupField:m.string,suggest:m.oneOfType([m.bool,m.string]),placeholder:m.string,value:m.string,defaultValue:m.string,validationMessage:m.string,required:m.bool,readonly:m.bool,clearButton:m.bool,valueRender:m.func,id:m.string,ariaLabelledBy:m.string,ariaDescribedBy:m.string,list:m.any,skipDisabledItems:m.bool}),t.defaultProps=Y(Y({},g.Z.defaultProps),{size:"medium",rounded:"medium",fillMode:"solid",skipDisabledItems:!0}),t}(s.Component),J=(0,C.Y)(),$=(0,C.u)(J,Q);$.displayName="KendoReactAutoComplete";var ee=n(1711),te=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),ne=function(e){return e.syntheticEvent.preventDefault()},re=function(e){return e.syntheticEvent.stopPropagation()},oe=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return te(t,e),t.prototype.render=function(){var e=this.props,t=e.data,n=e.guid,r=e.focused,o=e.tagRender,i=e.tag,a=e.onTagDelete,l=e.size;return s.createElement(s.Fragment,null,t.map((function(e,c){var u=i?s.createElement(i,{key:e.text+c,tagData:e,guid:n,focusedTag:r,onTagDelete:a}):s.createElement(ee.A,{id:"tag-".concat(n,"-").concat(e.text.replace(/\s+/g,"-")),"aria-selected":!0,role:"option","aria-setsize":t.length,key:e.text+c,text:e.text,removable:!0,onRemove:function(t){return a.call(void 0,e.data,t.syntheticEvent)},onMouseDown:ne,onClick:re,className:e===r?"k-focus":void 0,size:l});return o?o(e,u):u})),this.props.children)},t}(s.Component);const ie=oe;var ae;!function(e){e[e.PopupList=0]="PopupList",e[e.TagsList=1]="TagsList"}(ae||(ae={}));var le,se=n(4390),ce=function(){return ce=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},ce.apply(this,arguments)},ue=function(e){var t=e.footer,n=e.children,r=e.windowWidth,o=void 0===r?0:r,i=e.navigatable,a=e.navigatableElements,l=e.expand,c=e.animation,u=e.onClose,p=e.adaptiveTitle,d=e.mobileFilter,h={navigatable:i||!1,navigatableElements:a||[],expand:l,animation:!1!==c,onClose:u,animationStyles:o<=500?{top:0,width:"100%",height:"100%"}:void 0,className:o<=500?"k-adaptive-actionsheet k-actionsheet-fullscreen":"k-adaptive-actionsheet k-actionsheet-bottom"};return s.createElement(L.V,ce({},h),s.createElement(N.n,{className:"k-text-center"},s.createElement("div",{className:"k-actionsheet-titlebar-group k-hbox"},s.createElement("div",{className:"k-actionsheet-title"},s.createElement("div",null,p)),s.createElement("div",{className:"k-actionsheet-actions"},s.createElement(R.z,{tabIndex:0,"aria-label":"Cancel","aria-disabled":"false",type:"button",fillMode:"flat",icon:"x",svgIcon:V.FZE,onClick:u}))),d&&s.createElement("div",{className:"k-actionsheet-titlebar-group k-actionsheet-filter"},d)),n,t&&s.createElement(se.K,{className:"k-actions k-actions-stretched"},s.createElement(R.z,{size:"large",tabIndex:0,"aria-label":t.cancelText,"aria-disabled":"false",type:"button",onClick:t.onCancel},t.cancelText),s.createElement(R.z,{tabIndex:0,themeColor:"primary",size:"large","aria-label":t.applyText,"aria-disabled":"false",type:"button",onClick:t.onApply},t.applyText)))},pe=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),de=function(){return de=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},de.apply(this,arguments)},he=function(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))},ve=y.G.sizeMap,fe=y.G.roundedMap,me=function(e){return e.preventDefault()},ge=function(e){return e===le.CustomItem};!function(e){e[e.None=0]="None",e[e.ListItem=1]="ListItem",e[e.CustomItem=2]="CustomItem"}(le||(le={}));var ye=function(e){function t(t){var n=e.call(this,t)||this;return n.state={activedescendant:ae.PopupList,currentValue:[]},n._element=null,n._valueItemsDuringOnChange=null,n._inputId=(0,b.M)(),n.base=new g.Z(n),n._tags=[],n._input=null,n._adaptiveInput=null,n._skipFocusEvent=!1,n._lastSelectedOrDeslectedItemIndex=null,n.itemHeight=0,n.scrollToFocused=!1,n.localization=null,n.focus=function(){n._input&&n._input.focus()},n.handleItemSelect=function(e,t){var r=n.props,o=r.data,i=void 0===o?[]:o,a=r.dataItemKey,l=r.virtual,s=i[e-(l?l.skip:0)],c=n.value.findIndex((function(e){return(0,f.qF)(e,s,a)}));n._lastSelectedOrDeslectedItemIndex=i.findIndex((function(e){return(0,f.qF)(e,s,a)}));var u=[];-1!==c?(u=n.value).splice(c,1):u=he(he([],n.value,!0),[s],!1),(void 0!==n.props.filter?n.props.filter:n.state.text)&&!n.mobileMode&&(n.state.text&&(t.data.text=""),n.base.filterChanged("",t)),n._adaptiveInput&&n._adaptiveInput.blur(),void 0!==n.state.focusedIndex&&(t.data.focusedIndex=void 0),n.triggerOnChange(u,t),n.base.triggerPageChangeCornerItems(s,t)},n.onTagDelete=function(e,t){var r=n.base.initState();r.syntheticEvent=t,n.opened&&n.base.togglePopup(r),n.state.focused||n.mobileMode||(r.data.focused=!0,n.focus());var o=n.value;(0,f.cB)(o,e,n.props.dataItemKey),n.triggerOnChange(o,r),n.applyState(r)},n.itemFocus=function(e,t){var r=n.props,o=r.data,i=void 0===o?[]:o,a=r.allowCustom,l=r.virtual,s=l?l.skip:0,c=void 0!==n.props.filter?n.props.filter:n.state.text,u=n.getFocusedState().focusedIndex,p=a&&c,d=i[e-s];d&&u!==e?n.state.focusedIndex!==e&&(t.data.focusedIndex=e,t.data.activedescendant=ae.PopupList):p&&-1===e&&void 0!==n.state.focusedIndex&&(t.data.focusedIndex=void 0),n.base.triggerPageChangeCornerItems(d,t)},n.componentRef=function(e){n._element=e,n.base.wrapper=e},n.searchbarRef=function(e){var t=n._input=e&&e.input;t&&n.state.focused&&window.setTimeout((function(){return t.focus()}),0)},n.onChangeHandler=function(e){var t=n.base.initState(),r=e.target.value;t.syntheticEvent=e,void 0===n.props.filter&&(t.data.text=r),t.data.focusedIndex=void 0,n.opened||(n.base.togglePopup(t),n.setState({currentValue:n.value})),n.base.filterChanged(r,t),n.applyState(t),n.setState({group:void 0})},n.clearButtonClick=function(e){var t=n.base.initState();t.syntheticEvent=e,e.stopPropagation(),n.value.length>0&&n.triggerOnChange([],t),void 0!==n.state.focusedIndex&&(t.data.focusedIndex=void 0),n.opened&&n.base.togglePopup(t);var r=void 0!==n.props.filter?n.props.filter:n.state.text;(0,f.EN)(r)&&""!==r&&n.base.filterChanged("",t),n.state.text&&(t.data.text=""),n._lastSelectedOrDeslectedItemIndex=null,n.applyState(t)},n.onInputKeyDown=function(e){var t=n.props,r=t.data,o=void 0===r?[]:r,i=t.textField,a=t.groupField,l=e.keyCode,s=void 0!==n.props.filter?n.props.filter:n.state.text,c=void 0!==n.props.opened?n.props.opened:n.state.opened,u=n.getFocusedState(),p=u.focusedItem,d=u.focusedIndex,h=n.base.initState();if(h.syntheticEvent=e,!s&&n.value.length>0&&(l===w.R.left||l===w.R.right||l===w.R.home||l===w.R.end||l===w.R.delete||l===w.R.backspace)&&!e.shiftKey)return n.onTagsNavigate(e,h);var v=function(){e.preventDefault(),n.base.togglePopup(h),n.applyState(h)};if(n.opened)if(l===w.R.pageUp)n.base.scrollPopupByPageSize(-1);else if(l===w.R.pageDown)n.base.scrollPopupByPageSize(1);else if((e.ctrlKey||e.metaKey)&&"KeyA"===e.code){var f=(n.state.value&&n.state.value.length)===o.length?[]:o;n.updateStateOnKeyboardNavigation(f,h)}else if((e.ctrlKey||e.metaKey)&&e.shiftKey&&e.keyCode===w.R.end)f=o.slice(n.getFocusedState().focusedIndex),n.itemFocus(o.length-1,h),n.updateStateOnKeyboardNavigation(f,h);else if((e.ctrlKey||e.metaKey)&&e.shiftKey&&e.keyCode===w.R.home)f=o.slice(0,n.getFocusedState().focusedIndex+1),n.itemFocus(0,h),n.updateStateOnKeyboardNavigation(f,h);else if(e.shiftKey&&e.keyCode===w.R.up)f=void 0,null===(m=n.getLastSelectedOrDeselectedIndex(1,d))?f=0!==d?o.slice(d-1,d):[o[d]]:m===d?f=[o[m-1]]:d>=0&&(f=m>d?o.slice(d-1,m):o.slice(m-1,d)),f&&f.length>0&&(d>=1&&n.itemFocus(d-1,h),n.updateStateOnKeyboardNavigation(f,h));else if(e.shiftKey&&e.keyCode===w.R.down){var m;f=void 0,null===(m=n.getLastSelectedOrDeselectedIndex(0,d))?f=d!==o.length-1?o.slice(d,d+1):[o[d]]:m===d?f=o.slice(d,d+2):d>=0&&(f=m>d?o.slice(d+1,m+1):o.slice(m,d+2)),f&&f.length>=1&&(n.itemFocus(d+1,h),n.updateStateOnKeyboardNavigation(f,h))}else if(e.altKey&&l===w.R.up)v();else if(l===w.R.up||l===w.R.down){if(""!==a&&i)if(!n.props.skipDisabledItems&&c)n.onNavigate(h,l);else{var g=0;if(l===w.R.down||l===w.R.right){var y=o.slice(d+1).find((function(e){return!e.disabled&&e[i]}));g=y&&o.findIndex((function(e){return e[i]===y[i]}))}else if(l===w.R.up||l===w.R.left){var b=void 0;if(-1===d)b=o,g=o.findIndex((function(e){return!e.disabled&&e[i]}));else{for(var z=(b=o.slice(0,d)).pop();z&&z.disabled;)z=b.pop();g=z&&o.findIndex((function(e){return e[i]===z[i]}))}}if(g){var x=g-d;n.onNavigate(h,l,x)}else void 0!==g&&n.onNavigate(h,l)}else if(!n.props.skipDisabledItems&&c)n.onNavigate(h,l);else{if(g=null,l===w.R.down||l===w.R.right)g=o.slice(d+1).find((function(e){return!e.disabled}));else if(l===w.R.up||l===w.R.left){var C=o.slice(0,d);for(g=C.pop();g&&g.disabled;)g=C.pop()}g?(x=g.id-d-1,n.onNavigate(h,l,x)):n.onNavigate(h,l)}n.applyState(h),e.preventDefault()}else l===w.R.enter?(e.preventDefault(),n.props.allowCustom&&s&&null===p?n.customItemSelect(e):p&&p.disabled?v():n.selectFocusedItem(e)):l===w.R.esc&&v();else e.altKey&&l===w.R.down&&v()},n.listContainerContent=function(){var e,t,r=n.props,o=r.header,i=r.footer,a=r.allowCustom,l=r.size,c=r.data,u=void 0===c?[]:c,p=r.groupStickyHeaderItemRender,d=r.groupField,h=r.list,v=void 0!==n.props.filter?n.props.filter:n.state.text,m=n.getFocusedState().focusedType,g=a&&v&&s.createElement("div",{className:(0,z.A)("k-list",(e={},e["k-list-".concat(ve[l]||l)]=l,e)),key:"customitem",onClick:n.customItemSelect,onMouseDown:me},s.createElement("div",{className:(0,z.A)("k-list-item k-custom-item",{"k-focus":ge(m)}),style:{fontStyle:"italic"}},v,s.createElement(M.a,{name:"plus",icon:V.R7U,style:{position:"absolute",right:"0.5em"}}))),y=n.state.group;return void 0===y&&void 0!==d&&(y=(0,f.Mz)(u[0],d)),s.createElement(s.Fragment,null,o&&s.createElement("div",{className:"k-list-header"},o),g,s.createElement("div",{className:(0,z.A)("k-list",(t={},t["k-list-".concat(n.mobileMode?"lg":ve[l]||l)]=l,t["k-virtual-list"]=n.base.vs.enabled,t))},!h&&y&&0!==u.length&&s.createElement(I.Z,{group:y,groupMode:"modern",render:p}),n.renderList()),i&&s.createElement("div",{className:"k-list-footer"},i))},n.renderListContainer=function(){var e=n.base,t=n.props,r=t.dir,o=t.data,i=void 0===o?[]:o,a=n.base.getPopupSettings(),l=void 0!==a.width?a.width:e.popupWidth,c={dir:void 0!==r?r:e.dirCalculated,width:l,popupSettings:{popupClass:(0,z.A)(a.popupClass,"k-list-container","k-multiselect-popup"),className:a.className,animate:a.animate,anchor:n.element,show:n.opened,onOpen:n.onPopupOpened,onClose:n.onPopupClosed,appendTo:a.appendTo},itemsCount:[i.length,n.value.length]};return s.createElement(d.Z,de({},c),n.listContainerContent())},n.renderAdaptiveListContainer=function(){var e=n.props,t=e.adaptiveTitle,r=e.filterable,o=e.filter,i=n.state.windowWidth,a=void 0===i?0:i,l=void 0!==o?o:n.state.text;n.localization=(0,H.provideLocalizationService)(n);var c=r?s.createElement(h.Z,{value:l,ref:function(e){return n._adaptiveInput=e&&e.element},onChange:n.onChangeHandler,onKeyDown:n.onInputKeyDown,size:n.props.size,rounded:n.props.rounded,fillMode:n.props.fillMode}):null,u={adaptiveTitle:t,expand:n.opened,onClose:function(e){return n.onCancel(e)},windowWidth:a,mobileFilter:c,footer:{cancelText:n.localization.toLanguageString(v.q8,v.sY[v.q8]),onCancel:n.onCancel,applyText:n.localization.toLanguageString(v.G2,v.sY[v.G2]),onApply:n.closePopup}};return s.createElement(ue,de({},u),s.createElement(B.M,{className:"!k-overflow-hidden"},s.createElement("div",{className:"k-list-container"},n.listContainerContent())))},n.closePopup=function(e){var t=n.base.initState();t.syntheticEvent=e,e.stopPropagation(),void 0!==n.state.focusedIndex&&(t.data.focusedIndex=void 0),n.opened&&n.base.togglePopup(t),t.events.push({type:"onClose"});var r=void 0!==n.props.filter?n.props.filter:n.state.text;(0,f.EN)(r)&&""!==r&&n.base.filterChanged("",t),n.state.text&&(t.data.text=""),n.applyState(t)},n.onCancel=function(e){var t=n.base.initState();t.syntheticEvent=e,e.stopPropagation(),void 0!==n.state.focusedIndex&&(t.data.focusedIndex=void 0),n.opened&&n.base.togglePopup(t),t.events.push({type:"onCancel"});var r=void 0!==n.props.filter?n.props.filter:n.state.text;(0,f.EN)(r)&&""!==r&&n.base.filterChanged("",t),n.state.text&&(t.data.text=""),n.applyState(t)},n.renderList=function(){var e=n.props,t=e.data,r=void 0===t?[]:t,o=e.textField,i=e.listNoDataRender,l=e.itemRender,c=e.groupHeaderItemRender,u=e.dataItemKey,p=e.virtual,d=n.base.vs,h=p?p.skip:0,v=n.getFocusedState().focusedIndex,f=n.base.getPopupSettings(),m="translateY(".concat(d.translate,"px)");return s.createElement(a.Z,{id:n.base.listBoxId,show:n.opened,data:r.slice(),focusedIndex:v-h,value:n.value,textField:o,valueField:u,optionsGuid:n.base.guid,groupField:n.props.groupField,groupMode:"modern",listRef:function(e){d.list=n.base.list=e},wrapperStyle:n.mobileMode?{}:{maxHeight:f.height},wrapperCssClass:"k-list-content",listStyle:d.enabled?{transform:m}:void 0,key:"listKey",skip:h,onClick:n.handleItemClick,itemRender:l,groupHeaderItemRender:c,noDataRender:i,onMouseDown:me,onBlur:n.handleBlur,onScroll:n.onScroll,wrapperRef:d.scrollerRef,scroller:n.base.renderScrollElement()})},n.onScroll=function(e){var t=n.base,r=t.vs,o=t.list;r.scrollHandler(e);var i=n.props.groupField,a=n.props.data,l=void 0===a?[]:a;if(i&&l.length&&i){for(var s=n.itemHeight=n.itemHeight||(r.enabled?r.itemHeight:o?o.children[0].offsetHeight:0),c=e.target.scrollTop-r.skip*s,u=(l=n.base.getGroupedDataModernMode(l,i))[0][i],p=1;p<l.length&&!(s*p>c);p++)l[p]&&l[p][i]&&(u=l[p][i]);u!==n.state.group&&n.setState({group:u})}},n.customItemSelect=function(e){var t,r=void 0!==n.props.filter?n.props.filter:n.state.text,o=n.props.textField;if(r){var i=n.base.initState();i.syntheticEvent=e;var a=o?((t={})[o]=r,t):r;void 0!==n.state.text&&(i.data.text=""),i.data.focusedIndex=void 0,n.base.filterChanged("",i);var l=he(he([],n.value,!0),[a],!1);n.triggerOnChange(l,i),n.base.togglePopup(i),n.applyState(i)}},n.handleWrapperClick=function(e){var t=n._input;!n.opened&&t&&n.focusElement(t);var r=n.base.initState();r.syntheticEvent=e,n.state.focused||n.mobileMode||(r.events.push({type:"onFocus"}),r.data.focused=!0),n.mobileMode&&(n.setState({currentValue:n.tagsToRender}),n.mobileMode&&window.setTimeout((function(){return n._adaptiveInput&&n._adaptiveInput.focus()}),300)),n.base.togglePopup(r),n.applyState(r)},n.handleItemClick=function(e,t){var r=n.base.initState();r.syntheticEvent=t,n.handleItemSelect(e,r),n.props.autoClose&&!n.mobileMode&&n.base.togglePopup(r),t.stopPropagation(),n.applyState(r)},n.handleBlur=function(e){if(n.state.focused&&!n._skipFocusEvent){var t=n.base.initState(),r=n.props,o=r.allowCustom,i=r.filterable;t.syntheticEvent=e,t.data.focused=!1,t.events.push({type:"onBlur"}),n.opened&&!n.mobileMode&&(n.state.opened&&(t.data.opened=!1),t.events.push({type:"onClose"})),o||i||!n.state.text||(t.data.text=""),n.applyState(t)}},n.handleFocus=function(e){n._skipFocusEvent||n.base.handleFocus(e)},n.onPopupOpened=function(){n._input&&n.state.focused&&!n.mobileMode&&n.focusElement(n._input)},n.onPopupClosed=function(){n.state.focused&&window.setTimeout((function(){n.state.focused&&n.focusElement(n._input)}),0)},n.setValidity=function(){n._input&&n._input.setCustomValidity&&n._input.setCustomValidity(n.validity.valid?"":n.props.validationMessage||"Please enter a valid value!")},(0,O.s)(S.k),n}return pe(t,e),Object.defineProperty(t.prototype,"document",{get:function(){if(E.N)return this.element&&this.element.ownerDocument||document},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"element",{get:function(){return this._element},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"opened",{get:function(){return!!(void 0!==this.props.opened?this.props.opened:this.state.opened)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"tagsToRender",{get:function(){var e=this.props,t=e.tags,n=e.textField,r=[];return void 0===t?this.value.forEach((function(e){r.push({text:(0,f.Mz)(e,n),data:[e]})})):r.push.apply(r,t),r},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"mobileMode",{get:function(){return!!(this.state.windowWidth&&this.state.windowWidth<=T._&&this.props.adaptive)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"value",{get:function(){var e=[];return this._valueItemsDuringOnChange?e.push.apply(e,this._valueItemsDuringOnChange):this.props.value?e.push.apply(e,this.props.value):this.state.value?e.push.apply(e,this.state.value):this.props.defaultValue&&e.push.apply(e,this.props.defaultValue),e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"name",{get:function(){return this.props.name},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"validity",{get:function(){var e=void 0!==this.props.validationMessage,t=!this.required||null!==this.value&&this.value.length>0&&void 0!==this.value;return{customError:e,valid:void 0!==this.props.valid?this.props.valid:t,valueMissing:null===this.value}},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"required",{get:function(){return void 0!==this.props.required?this.props.required:t.defaultProps.required},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"validityStyles",{get:function(){return void 0!==this.props.validityStyles?this.props.validityStyles:t.defaultProps.validityStyles},enumerable:!1,configurable:!0}),t.prototype.componentDidUpdate=function(e,t){var n,r=this.props,o=r.virtual,i=r.groupField,a=void 0===i?"":i,l=r.data,s=void 0===l?[]:l,c=o?o.skip:0,u=e.virtual?e.virtual.total:0,p=void 0!==e.opened?e.opened:t.opened,d=!p&&this.opened,h=p&&!this.opened;if(!this.base.getPopupSettings().animate&&h&&this.onPopupClosed(),o&&o.total!==u)this.base.vs.calcScrollElementHeight(),this.base.vs.reset();else{var v=this.getFocusedState(),f=v.focusedItem,m=v.focusedIndex;""!==a&&(m=null===(n=this.base.getGroupedDataModernMode(s,a))||void 0===n?void 0:n.indexOf(f)),d&&o?this.base.scrollToVirtualItem(o,m-c):d&&!o?(s&&0!==s.length&&this.base.resetGroupStickyHeader(s[0][a],this),this.base.scrollToItem(m)):this.opened&&p&&f&&this.scrollToFocused&&this.base.scrollToItem(m-c)}this.scrollToFocused=!1,this.setValidity()},t.prototype.componentDidMount=function(){var e;this.observerResize=E.N&&window.ResizeObserver&&new window.ResizeObserver(this.calculateMedia.bind(this)),this.base.didMount(),this.setValidity(),(null===(e=this.document)||void 0===e?void 0:e.body)&&this.observerResize&&this.observerResize.observe(this.document.body)},t.prototype.componentWillUnmount=function(){var e;(null===(e=this.document)||void 0===e?void 0:e.body)&&this.observerResize&&this.observerResize.disconnect()},t.prototype.onNavigate=function(e,t,n){var r=this.props,o=r.allowCustom,i=r.data,a=void 0===i?[]:i,l=void 0!==this.props.filter?this.props.filter:this.state.text,s=this.getFocusedState(),c=s.focusedType,u=s.focusedIndex,p=o&&l,d=ge(c),h=this.base,v=h.vs;if(this.opened&&t===w.R.up&&d)void 0!==this.state.focusedIndex&&(e.data.focusedIndex=void 0);else{var f=h.navigation.navigate({keyCode:t,current:u,max:(v.enabled?v.total:a.length)-1,min:p?-1:0,skipItems:n||void 0});void 0!==f&&(this.itemFocus(f,e),this.scrollToFocused=!0)}this.applyState(e)},t.prototype.render=function(){var e,t,n=this.props,r=n.style,o=n.className,i=n.label,a=n.dir,l=n.disabled,c=n.textField,u=n.dataItemKey,p=n.virtual,d=n.size,h=n.rounded,v=n.fillMode,m=n.loading,g=n.filter,y=this.state,b=y.text,w=y.focused,x=y.focusedTag,C=y.currentValue,I=this.base.vs,O=this.props.id||this._inputId;I.enabled=void 0!==p,void 0!==p&&(I.skip=p.skip,I.total=p.total,I.pageSize=p.pageSize);var E=this.mobileMode&&this.opened?C:this.tagsToRender;this.setItems(this.tagsToRender,this._tags);var S=!this.validityStyles||this.validity.valid,H=Boolean(void 0!==g?g:b)||E&&E.length>0,V=s.createElement(s.Fragment,null,s.createElement("div",{ref:this.componentRef,className:(0,z.A)("k-multiselect k-input",o,(e={},e["k-input-".concat(ve[d]||d)]=d,e["k-rounded-".concat(fe[h]||h)]=h,e["k-input-".concat(v)]=v,e["k-focus"]=w&&!l,e["k-invalid"]=!S,e["k-disabled"]=l,e["k-loading"]=m,e["k-required"]=this.required,e)),style:i?de(de({},r),{width:void 0}):r,dir:a,onFocus:this.handleFocus,onBlur:this.handleBlur,onClick:this.handleWrapperClick,onMouseDown:f.l5},s.createElement("div",{className:(0,z.A)("k-input-values")},s.createElement("div",{className:(0,z.A)("k-chip-list",(t={},t["k-chip-list-".concat(ve[d]||d)]=d,t)),role:"listbox",id:"tagslist-"+this.base.guid},E&&E.length>0&&s.createElement(ie,{tagRender:this.props.tagRender,onTagDelete:this.onTagDelete,data:E,guid:this.base.guid,focused:x?E.find((function(e){return(0,f.dl)(e,x,u)})):void 0,size:d})),this.renderSearchBar(O)),m&&s.createElement(M.a,{className:"k-input-loading-icon",name:"loading"}),H&&s.createElement(_,{onClick:this.clearButtonClick}),!this.mobileMode&&this.renderListContainer()),this.mobileMode&&this.renderAdaptiveListContainer());return i?s.createElement(k._,{label:i,editorId:O,editorValue:b||(0,f.Mz)(this.value[0],c),editorValid:S,editorDisabled:l,style:{width:r?r.width:void 0},children:V}):V},t.prototype.renderSearchBar=function(e){var t=this.state,n=t.activedescendant,r=t.focusedTag,o=t.currentValue,i=this.props,a=i.disabled,l=i.placeholder,c=i.ariaDescribedBy,u=!this.mobileMode&&(void 0!==this.props.filter?this.props.filter:this.state.text)||"",d=this.getFocusedState().focusedIndex,h=0!==this.value.length||u?void 0:l,v=o&&o.length>0?void 0:l,f=n===ae.TagsList&&void 0!==r?"tag-".concat(this.base.guid,"-").concat(r.text.replace(/\s+/g,"-")):"option-".concat(this.base.guid,"-").concat(d);return s.createElement(p,{id:e,size:Math.max((h||"").length,u.length,1),tabIndex:this.props.tabIndex,accessKey:this.props.accessKey,placeholder:this.mobileMode&&this.opened?v:h,value:u,onChange:this.onChangeHandler,onKeyDown:this.onInputKeyDown,ref:this.searchbarRef,disabled:a,expanded:this.opened,owns:this.base.listBoxId,role:"combobox",activedescendant:f,ariaDescribedBy:"tagslist-".concat(this.base.guid).concat(c?" "+c:""),ariaLabelledBy:this.props.ariaLabelledBy,ariaRequired:this.required})},t.prototype.onTagsNavigate=function(e,t){var n=e.keyCode,r=this.state.focusedTag,o=this._tags,i=this.props.dataItemKey,a=r?o.findIndex((function(e){return(0,f.dl)(e,r,i)})):-1,l=void 0,s=-1!==a;if(n===w.R.left)l=o[a=s?Math.max(0,a-1):o.length-1];else if(n===w.R.right)a===o.length-1?l=void 0:s&&(l=o[a=Math.min(o.length-1,a+1)]);else if(n!==w.R.home||e.shiftKey)if(n!==w.R.end||e.shiftKey){if(n===w.R.delete){if(s){var c=this.value;(0,f.cB)(c,o[a].data,i),this.triggerOnChange(c,t)}}else if(n===w.R.backspace)if(c=this.value,s)(0,f.cB)(c,o[a].data,i),this.triggerOnChange(c,t);else if(!s&&o.length){var u=o.pop();(0,f.cB)(c,u.data,i),this.triggerOnChange(c,t)}}else l=o[o.length-1];else l=o[0];l!==r&&(t.data.focusedTag=l,t.data.activedescendant=ae.TagsList),this.applyState(t)},t.prototype.triggerOnChange=function(e,t){void 0===this.props.value&&(t.data.value=he([],e,!0)),this._valueItemsDuringOnChange=[],this.setItems(e,this._valueItemsDuringOnChange),t.events.push({type:"onChange"})},t.prototype.selectFocusedItem=function(e,t){var n=this.props,r=n.data,o=void 0===r?[]:r,i=n.virtual,a=(t||this.getFocusedState()).focusedIndex;void 0!==o[a-(i?i.skip:0)]&&this.handleItemClick(a,e)},t.prototype.setItems=function(e,t){t.length=0,t.push.apply(t,e)},t.prototype.getFocusedState=function(){var e,t=this.state.focusedIndex,n=void 0!==this.props.filter?this.props.filter:this.state.text,r=this.props,o=r.allowCustom,i=r.data,a=void 0===i?[]:i,l=r.dataItemKey,s=r.virtual,c=r.textField,u=r.focusedItemIndex,p=void 0===u?f.cg:u,d=r.skipDisabledItems,h=s&&s.skip||0;if(void 0!==t)return{focusedIndex:t,focusedItem:a[t-h],focusedType:le.ListItem};var v=this.value;if(o&&n)return{focusedItem:null,focusedIndex:-1,focusedType:le.CustomItem};if(n)return{focusedItem:a[e=p(a,n,c)],focusedIndex:e+h,focusedType:le.ListItem};if(v.length){var m=v[v.length-1];return e=a.findIndex((function(e){return(0,f.qF)(e,m,l)})),void 0!==a[e]?{focusedIndex:e+h,focusedItem:a[e],focusedType:le.ListItem}:{focusedType:le.None,focusedIndex:-1}}if(d&&c&&!n&&0===h){var g=a.findIndex((function(e){return!e.disabled&&e[c]}));return{focusedIndex:g,focusedItem:a[g-h],focusedType:le.ListItem}}return 0===h?{focusedItem:a[0],focusedIndex:0,focusedType:le.ListItem}:{focusedType:le.None,focusedIndex:-1}},t.prototype.focusElement=function(e){var t=this;this._skipFocusEvent=!0,e.focus(),window.setTimeout((function(){return t._skipFocusEvent=!1}),0)},t.prototype.applyState=function(e){this.base.applyState(e),this._valueItemsDuringOnChange=null},t.prototype.calculateMedia=function(e){for(var t=0,n=e;t<n.length;t++){var r=n[t];this.setState({windowWidth:r.target.clientWidth})}},t.prototype.updateStateOnKeyboardNavigation=function(e,t){this.setState({value:e}),this.triggerOnChange(e,t),this.applyState(t)},t.prototype.getLastSelectedOrDeselectedIndex=function(e,t){return null===this._lastSelectedOrDeslectedItemIndex&&(this._lastSelectedOrDeslectedItemIndex=t),null!==this._lastSelectedOrDeslectedItemIndex?this._lastSelectedOrDeslectedItemIndex+e:null},t.displayName="MultiSelect",t.propTypes=de(de({},g.Z.propTypes),{autoClose:m.bool,value:m.arrayOf(m.any),defaultValue:m.arrayOf(m.any),dataItemKey:m.string,placeholder:m.string,tags:m.arrayOf(m.shape({text:m.string,data:m.arrayOf(m.any)})),tagRender:m.func,id:m.string,ariaLabelledBy:m.string,ariaDescribedBy:m.string,groupField:m.string,list:m.any,adaptive:m.bool,adaptiveTitle:m.string,onCancel:m.func,skipDisabledItems:m.bool}),t.defaultProps=de(de({},g.Z.defaultProps),{autoClose:!0,required:!1,size:"medium",rounded:"medium",fillMode:"solid",groupMode:"modern",skipDisabledItems:!0}),t}(s.Component),be=(0,C.Y)(),we=(0,C.u)(be,ye);we.displayName="KendoReactMultiSelect";var ze=n(1754),xe=function(){return xe=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},xe.apply(this,arguments)},Ce=function(e){return s.createElement(a.Z,xe({},e,{wrapperCssClass:"k-table-body k-table-scroller",listClassName:(0,z.A)("k-table k-table-list",{"k-virtual-table":void 0!==e.virtual}),listStyle:xe({},e.listStyle)}))},ke=n(9656),Ie=n(2665),Oe=n(9659),Ee=function(){return Ee=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Ee.apply(this,arguments)},Me=(0,C.Y)(),Se=s.forwardRef((function(e,t){var n=(0,ke.Y)(Me,e),r=s.useRef(null),o=s.useRef(null),i=(0,Ie.n)(),a=n.columns,l=void 0===a?Ve.columns:a,c=n.popupSettings,u=void 0===c?Ve.popupSettings:c,p=n.className,d=(n.size,n.onOpen),h=n.onClose,v=n.onFocus,m=n.onBlur,g=n.onChange,y=n.onFilterChange,b=n.onPageChange,w=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(n,["columns","popupSettings","className","size","onOpen","onClose","onFocus","onBlur","onChange","onFilterChange","onPageChange"]);s.useImperativeHandle(r,(function(){return{element:o.current&&o.current.element,focus:function(){o.current&&o.current.focus()},get value(){return o.current&&o.current.value},get name(){return o.current&&o.current.name},props:n}})),s.useImperativeHandle(t,(function(){return r.current}));var x=s.useMemo((function(){if(void 0!==n.groupField&&n.data)return(0,f.Mz)(n.data[0],n.groupField)}),[n.data,n.groupField]),C=s.useState(x),k=C[0],I=C[1],O=s.useState(!0),E=O[0],M=O[1],S=s.useMemo((function(){var e=s.createElement("th",{className:"k-table-th",colSpan:l.length},k);return s.createElement(s.Fragment,null,n.header,s.createElement("div",{className:"k-table-header-wrap"},s.createElement("table",{className:"k-table",role:"presentation"},s.createElement("colgroup",null,l.map((function(e,t){return s.createElement("col",{key:e.uniqueKey?e.uniqueKey:t,style:{width:e.width?e.width:Ve.width}})}))),s.createElement("thead",{className:"k-table-thead"},s.createElement("tr",{className:"k-table-row"},l.map((function(e,t){return s.createElement("th",{className:"k-table-th",key:e.uniqueKey?e.uniqueKey:t},e.header||" ")}))),k&&E&&s.createElement("tr",{className:"k-table-group-row"},n.groupStickyHeaderItemRender?n.groupStickyHeaderItemRender.call(void 0,e,{}):e)))))}),[n.header,l,k,E]),H=s.useMemo((function(){return"calc(".concat(l.map((function(e){return t=e.width,n=Ve.width,t?"number"==typeof t?t+"px":t:n;var t,n})).filter(Boolean).join(" + ")," + ").concat(i,"px + 4px)")}),[l,i]),V=n.virtual?n.virtual.skip:0,P=s.useCallback((function(e,t){var r,o,i,a=l.map((function(e,r){return s.createElement("span",{className:n.itemRender?void 0:"k-table-td",style:n.itemRender?void 0:{width:e.width?e.width:Ve.width},key:e.uniqueKey?e.uniqueKey:r},e.field?String((0,Oe.Y)(e.field)(t.dataItem)):"")})),c=void 0,u=n.data||[],p=t.index-V;void 0!==n.groupField&&(r=(i=(0,Oe.Y)(n.groupField))(u[p]),o=i(u[p-1]),r&&o&&r!==o&&(c=r)),c&&"classic"===n.groupMode&&a.push(s.createElement("div",{key:"group",className:"k-table-td k-table-group-td"},s.createElement("span",null,c)));var d=s.cloneElement(e,Ee(Ee({},e.props),{className:(0,z.A)("k-table-row",{"k-table-alt-row":t.index%2!=0,"k-focus":t.focused,"k-selected":t.selected,"k-first":Boolean(c),"k-disabled":t.dataItem.disabled})}),a);return n.itemRender?n.itemRender.call(void 0,d,t):d}),[l,n.groupField,n.itemRender,n.data,V]),D=s.useCallback((function(e,t){e&&e.call(void 0,Ee(Ee({},t),{target:r.current}))}),[]),_=s.useCallback((function(e){return n.virtual||I(x),D(d,e)}),[D,d,n.virtual,x]),R=s.useCallback((function(e){return D(h,e)}),[h]),L=s.useCallback((function(e){return D(v,e)}),[v]),N=s.useCallback((function(e){return D(m,e)}),[m]),B=s.useCallback((function(e){return D(g,e)}),[g]),T=s.useCallback((function(e){return D(b,e)}),[b]),F=s.useCallback((function(e){return I(x),D(y,Ee(Ee({},e),{mobileMode:e.target.mobileMode}))}),[y]),j=s.useCallback((function(e){I(e.group)}),[]);s.useEffect((function(){(0,Ie.p)()})),s.useEffect((function(){var e=n.data;I(x),e&&0!==e.length?M(!0):M(!1)}),[n.data]);var A=s.useCallback((function(e){return s.createElement(Ce,Ee({},e))}),[]);return s.createElement(ze.v.Provider,{value:function(e){return Ee(Ee({},e),{popupClass:"k-dropdowngrid-popup ".concat(u.popupClass)})}},s.createElement(W,Ee({},w,{list:A,popupSettings:Ee(Ee({width:H},u),{className:u.className}),ref:o,header:S,itemRender:P,groupHeaderItemRender:n.groupHeaderItemRender,size:n.size,rounded:n.rounded,fillMode:n.fillMode,groupMode:n.groupMode,groupField:n.groupField,isMultiColumn:!0,onOpen:_,onClose:R,onFocus:L,onBlur:N,onChange:B,onFilterChange:F,onPageChange:T,onGroupScroll:j,className:(0,z.A)("k-dropdowngrid",p),required:n.required,adaptive:n.adaptive,adaptiveFilter:n.adaptiveFilter,adaptiveTitle:n.adaptiveTitle,footer:n.footer,footerClassName:"k-table-footer"})))})),He=Ee(Ee({},G.propTypes),{columns:m.any.isRequired}),Ve={columns:[],popupSettings:{},width:"200px",size:"medium",rounded:"medium",fillMode:"solid"};Se.displayName="KendoMultiColumnComboBox",Se.propTypes=He,Se.defaultProps=Ve;var Pe=n(3228),De=n(4703),_e=n(1573),Re=n(8006),Le=n(5098),Ne=n(4824),Be=n(9519),Te=n(5407);function Fe(e,t,n,r,o){switch(r){case w.R.left:return Le.isIdZeroLevel(t)||o.expanded(e)&&(0,Be.hc)(t,n,o)?t:Le.getDirectParentId(t);case w.R.right:return(0,Be.Cb)(e,o)?Le.getFirstChildId(t):t;case w.R.up:return i=Number(Le.getShortId(t)),a=Le.getDirectParentId(t),i?Ae(Le.createId(i-1,a),n,o):Le.isIdZeroLevel(t)?t:a;case w.R.down:return(0,Be.Cb)(e,o)?Le.getFirstChildId(t):je(t,n,o)||t;case w.R.home:return Le.ZERO_LEVEL_ZERO_NODE_ID;case w.R.end:return function(){for(var e,t=(n.length-1).toString(),r=n[n.length-1];(0,Be.Cb)(r,o);)e=r[o.getChildrenField()],t=Le.createId(e.length-1,t),r=e[e.length-1];return t}();default:return t}var i,a}function je(e,t,n){var r=Le.getDirectParentId(e),o=r?Le.getItemById(r,t,n.getChildrenField()):void 0,i=o?o[n.getChildrenField()]:t,a=Number(Le.getShortId(e));return a<i.length-1?Le.createId(a+1,r):o?je(r,t,n):void 0}function Ae(e,t,n){var r=Le.getItemById(e,t,n.getChildrenField());return(0,Be.Cb)(r,n)?Ae(Le.createId(r[n.getChildrenField()].length-1,e),t,n):e}var qe=n(1779);const Ge={name:"caret-alt-right",content:'<path d="M352 256 160 384V128l192 128z" />',viewBox:"0 0 512 512"},Ke={name:"caret-alt-down",content:'<path d="M256 352 128 160h256L256 352z" />',viewBox:"0 0 512 512"},We={name:"caret-alt-left",content:'<path d="m160 256 192-128v256L160 256z" />',viewBox:"0 0 512 512"};var Ue=n(8686),Ye="items",Ze=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Xe=function(){return Xe=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Xe.apply(this,arguments)},Qe=y.G.sizeMap,Je=s.createContext((function(e){return e})),$e=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.itemGuid=(0,b.M)(),t.onCheckChange=function(e){t.props.onCheckChange(e,t.item,t.itemId)},t.onExpandChange=function(e){t.props.onExpandChange(e,t.item,t.itemId)},t.onItemClick=function(e){t.props.onItemClick(e,t.item,t.itemId)},t.onPress=function(e){t.props.onPress(e.event,t.item,t.itemId)},t.onDrag=function(e){t.props.onDrag(e.event,t.item,t.itemId)},t.onRelease=function(e){t.props.onRelease(e.event,t.item,t.itemId)},t.onContextMenu=function(e){t.props.onContextMenu(e,t.item,t.itemId)},t.assignDraggableMeta=function(e){e&&(e._kendoItemId=t.props.itemId,e._kendoTreeViewGuid=t.props.treeGuid)},t}return Ze(t,e),t.prototype.render=function(){var e=this,t=this.renderSubitemsIfApplicable(),n=this.renderItemInPart();return s.createElement("li",{className:(0,z.A)("k-treeview-item"),tabIndex:this.tabIndex,role:"treeitem","aria-expanded":this.ariaExpanded,"aria-selected":this.ariaSelected,"aria-checked":this.ariaChecked,"aria-disabled":!!this.disabled||void 0,ref:function(t){return e.itemElement=t}},s.createElement("div",{className:"k-treeview-".concat(this.props.position),ref:this.assignDraggableMeta},this.renderExpandIcon(),this.renderCheckbox(),this.props.draggable?s.createElement(qe._,{onPress:this.onPress,onDrag:this.onDrag,onRelease:this.onRelease},n):n),this.props.animate?s.createElement(Ue.U,{transitionEnterDuration:200,transitionExitDuration:200,style:{display:"block"},children:t}):t)},t.prototype.componentDidMount=function(){var e=this.props.focusedItemId,t=this.itemId;e&&e===t&&this.props.onFocusDomElNeeded(this.itemElement),this.checkboxElement&&(this.checkboxElement.indeterminate=this.fieldsSvc.checkIndeterminate(this.item))},t.prototype.componentDidUpdate=function(e){var t=this.props.focusedItemId;if(t&&t!==e.focusedItemId&&t===this.itemId&&this.props.onFocusDomElNeeded(this.itemElement),this.checkboxElement){var n=this.fieldsSvc.checkIndeterminate(this.item);n!==e.fieldsService.checkIndeterminate(e.item)&&(this.checkboxElement.indeterminate=n)}},t.prototype.renderCheckbox=function(){var e,t=this;if(this.props.checkboxes){var n=this.props.size;return s.createElement("div",{className:(0,z.A)("k-checkbox-wrap")},s.createElement("input",{type:"checkbox",className:(0,z.A)("k-checkbox k-rounded-md",(e={},e["k-checkbox-".concat(Qe[n]||n)]=n,e["k-disabled"]=this.disabled,e)),"aria-label":this.item.text,checked:Boolean(this.fieldsSvc.checked(this.item)),id:this.itemGuid,tabIndex:-1,onChange:this.onCheckChange,ref:function(e){return t.checkboxElement=e}}),s.createElement("label",{className:"k-checkbox-label",htmlFor:this.itemGuid}))}},t.prototype.renderExpandIcon=function(){return this.props.expandIcons&&(this.fieldsSvc.hasChildren(this.item)||(0,Be.g8)(this.item,this.fieldsSvc.getChildrenField()))&&s.createElement("span",{className:(0,z.A)("k-treeview-toggle",{"k-disabled":this.disabled}),onClick:this.onExpandChange},s.createElement(M.a,Xe({},this.getIconProps())))},t.prototype.renderSubitemsIfApplicable=function(){var e=this,t=this.fieldsSvc.children(this.item);return(0,Be.Cb)(this.item,this.fieldsSvc)?s.createElement("ul",{className:"k-treeview-group",role:"group"},t.map((function(n,r){return s.createElement(et,{item:n,position:0===r?"top":r===t.length-1?"bot":"mid",itemId:Le.createId(r,e.itemId),treeGuid:e.props.treeGuid,animate:e.props.animate,focusedItemId:e.props.focusedItemId,tabbableItemId:e.props.tabbableItemId,fieldsService:e.props.fieldsService,itemUI:e.props.itemUI,checkboxes:e.props.checkboxes,ariaMultiSelectable:e.props.ariaMultiSelectable,onItemClick:e.props.onItemClick,onFocusDomElNeeded:e.props.onFocusDomElNeeded,draggable:e.props.draggable,onPress:e.props.onPress,onDrag:e.props.onDrag,onRelease:e.props.onRelease,expandIcons:e.props.expandIcons,onExpandChange:e.props.onExpandChange,onCheckChange:e.props.onCheckChange,onContextMenu:e.props.onContextMenu,key:r,size:e.props.size,disabled:e.disabled,isRtl:e.props.isRtl})}))):void 0},t.prototype.renderItemInPart=function(){return s.createElement("span",{className:(0,z.A)("k-treeview-leaf",{"k-focus":this.props.focusedItemId===this.itemId,"k-selected":this.fieldsSvc.selected(this.item),"k-disabled":this.disabled}),style:{touchAction:"none"},onClick:this.onItemClick,onContextMenu:this.onContextMenu},s.createElement("span",{className:"k-treeview-leaf-text"},this.props.itemUI?s.createElement(this.props.itemUI,{item:this.item,itemHierarchicalIndex:this.itemId}):this.fieldsSvc.text(this.item)))},Object.defineProperty(t.prototype,"fieldsSvc",{get:function(){return this.props.fieldsService},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"itemId",{get:function(){return this.props.itemId},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"item",{get:function(){return this.props.item},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"tabIndex",{get:function(){return(this.props.focusedItemId||this.props.tabbableItemId)===this.itemId?0:-1},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"ariaExpanded",{get:function(){return this.fieldsSvc.hasChildren(this.item)||(0,Be.g8)(this.item,this.fieldsSvc.getChildrenField())?Boolean(this.fieldsSvc.expanded(this.item)):void 0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"disabled",{get:function(){return this.props.disabled||this.fieldsSvc.disabled(this.item)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"ariaChecked",{get:function(){return this.props.checkboxes?this.fieldsSvc.checked(this.item)?"true":this.fieldsSvc.checkIndeterminate(this.item)?"mixed":"false":void 0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"ariaSelected",{get:function(){return!!this.fieldsSvc.selected(this.item)||(this.props.ariaMultiSelectable?!!this.disabled&&void 0:void 0)},enumerable:!1,configurable:!0}),t.prototype.getIconProps=function(){var e=this.fieldsSvc.expanded(this.item);return e&&!(0,Be.g8)(this.item,this.fieldsSvc.getChildrenField())?{name:"loading"}:e?{name:"caret-alt-down",icon:Ke}:{name:this.props.isRtl?"caret-alt-left":"caret-alt-right",icon:this.props.isRtl?We:Ge}},t.defaultProps={position:"top"},t}(s.Component),et=s.forwardRef((function(e,t){var n=s.useContext(Je).call(void 0,e);return s.createElement($e,Xe({ref:t},n))}));et.displayName="TreeViewItem";var tt={name:"@progress/kendo-react-treeview",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:1700064084,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"},nt=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),rt=y.G.sizeMap,ot=function(e){function t(t){var n=e.call(this,t)||this;return n.state={focusedItemId:void 0,focusedItemPublicId:void 0,tabbableItemId:Le.ZERO_LEVEL_ZERO_NODE_ID},n.fieldsSvc=null,n.allowExplicitFocus=!1,n.treeGuid=(0,b.M)(),n._element=null,n.onFocusDomElNeeded=function(e){n.allowExplicitFocus&&n.focusDomItem(e)},n.onCheckChange=function(e,t,r){n.setFocus(r),n.dispatchCheckChange(e,t,r)},n.onExpandChange=function(e,t,r){n.setFocus(r),n.dispatchExpandChange(e,t,r)},n.onPress=function(e,t,r){n.props.onItemDragStart&&n.props.onItemDragStart.call(void 0,{target:n,item:t,itemHierarchicalIndex:r})},n.onDrag=function(e,t,r){var o=e.pageX,i=e.pageY,a=e.clientX,l=e.clientY;n.props.onItemDragOver&&n.props.onItemDragOver.call(void 0,{target:n,item:t,itemHierarchicalIndex:r,pageX:o,pageY:i,clientX:a,clientY:l})},n.onRelease=function(e,t,r){var o=e.pageX,i=e.pageY,a=e.clientX,l=e.clientY;n.props.onItemDragEnd&&n.props.onItemDragEnd.call(void 0,{target:n,item:t,itemHierarchicalIndex:r,pageX:o,pageY:i,clientX:a,clientY:l})},n.onItemClick=function(e,t,r){n.setFocus(r),n.dispatchItemClick(e,t,r)},n.onFocus=function(){clearTimeout(n.blurRequest),void 0===n.state.focusedItemId&&n.data.length&&n.setFocus(n.state.tabbableItemId)},n.onBlur=function(){clearTimeout(n.blurRequest),n.blurRequest=window.setTimeout((function(){return n.setFocus(void 0)}),0)},n.onKeyDown=function(e){var t=n.getFocusedItem();if(t&&n.fieldsSvc){var r=Fe(t,n.state.focusedItemId,n.data,e.keyCode,n.fieldsSvc);r!==n.state.focusedItemId&&(e.preventDefault(),n.allowExplicitFocus=!0,n.setFocus(r)),n.dispatchEventsOnKeyDown(e,t)}},n.onContextMenu=function(e,t,r){if(n.props.onContextMenu){var o={target:n,syntheticEvent:e,nativeEvent:e.nativeEvent,item:t,itemID:r};n.props.onContextMenu.call(void 0,o)}},(0,O.s)(tt),n}return nt(t,e),Object.defineProperty(t.prototype,"element",{get:function(){return this._element},enumerable:!1,configurable:!0}),t.prototype.render=function(){var e,t=this;this.fieldsSvc=new Ne.U(this.props);var n=this.props,r=n.size,o=n.className;return s.createElement("div",{className:(0,z.A)("k-treeview",(e={},e["k-treeview-".concat(rt[r]||r)]=r,e["k-user-select-none"]=this.props.draggable,e["k-rtl"]="rtl"===this.props.dir,e),o),onKeyDown:this.onKeyDown,onFocus:this.onFocus,onBlur:this.onBlur,role:"tree","aria-multiselectable":!!this.ariaMultiSelectable||void 0,"aria-label":this.props["aria-label"],"aria-labelledby":this.props["aria-labelledby"],ref:function(e){return t._element=e},tabIndex:this.props.tabIndex},s.createElement("ul",{className:"k-treeview-lines k-treeview-group",role:"group"},this.data.map((function(e,n){return s.createElement(et,{item:e,position:0===n?"top":n===t.data.length-1?"bot":"mid",itemId:n.toString(),treeGuid:t.treeGuid,animate:t.props.animate,focusedItemId:t.state.focusedItemId,tabbableItemId:t.state.tabbableItemId,fieldsService:t.fieldsSvc,itemUI:t.props.item,checkboxes:t.props.checkboxes,ariaMultiSelectable:t.ariaMultiSelectable,onItemClick:t.onItemClick,onFocusDomElNeeded:t.onFocusDomElNeeded,draggable:t.props.draggable,onPress:t.onPress,onDrag:t.onDrag,onRelease:t.onRelease,expandIcons:t.props.expandIcons,onExpandChange:t.onExpandChange,onCheckChange:t.onCheckChange,onContextMenu:t.onContextMenu,key:n,size:r,isRtl:"rtl"===t.props.dir})}))))},t.prototype.componentDidUpdate=function(){this.allowExplicitFocus=!1,this.refocusDueToFocusIdField()},t.prototype.dispatchEventsOnKeyDown=function(e,t){var n=this;if(null!==this.fieldsSvc){var r=function(){return n.fieldsSvc&&(0,Be.hc)(n.state.focusedItemId,n.data,n.fieldsSvc)};e.keyCode===w.R.left&&this.fieldsSvc.expanded(t)&&r()||e.keyCode===w.R.right&&!this.fieldsSvc.expanded(t)&&(this.fieldsSvc.hasChildren(t)||(0,Be.g8)(t,this.props.childrenField))&&r()?this.dispatchExpandChange(e,t,this.state.focusedItemId):e.keyCode===w.R.enter&&r()?this.dispatchItemClick(e,t,this.state.focusedItemId):e.keyCode===w.R.space&&r()&&(e.preventDefault(),this.dispatchCheckChange(e,t,this.state.focusedItemId))}},t.prototype.setFocus=function(e){if(e&&this.fieldsSvc)if(this.fieldsSvc.focusIdField){var t=this.getItemById(e);this.setState({focusedItemId:e,focusedItemPublicId:this.fieldsSvc.focusId(t)})}else this.setState({focusedItemId:e});else this.setState((function(e){return{focusedItemId:void 0,focusedItemPublicId:void 0,tabbableItemId:e.focusedItemId}}))},t.prototype.getFocusedItem=function(){return this.state.focusedItemId?this.getItemById(this.state.focusedItemId):void 0},t.prototype.getItemById=function(e){return Le.getItemById(e,this.data,this.props.childrenField||Ye)},t.prototype.dispatchCheckChange=function(e,t,n){(0,Te.N)(this.props.onCheckChange,e,this,{item:t,itemHierarchicalIndex:n})},t.prototype.dispatchExpandChange=function(e,t,n){(0,Te.N)(this.props.onExpandChange,e,this,{item:t,itemHierarchicalIndex:n})},t.prototype.dispatchItemClick=function(e,t,n){(0,Te.N)(this.props.onItemClick,e,this,{item:t,itemHierarchicalIndex:n})},t.prototype.refocusDueToFocusIdField=function(){if(this.fieldsSvc&&this.fieldsSvc.focusIdField){var e=this.state.focusedItemPublicId;if(e){var t=this.props.getFocusHierarchicalIndex?this.props.getFocusHierarchicalIndex(e):(0,Be.kO)(e,this.fieldsSvc.focusIdField,this.data,this.props.childrenField);t!==this.state.focusedItemId&&(this.allowExplicitFocus=!0,this.setState({focusedItemId:t}))}}},Object.defineProperty(t.prototype,"ariaMultiSelectable",{get:function(){return!0===this.props["aria-multiselectable"]||"true"===this.props["aria-multiselectable"]},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"data",{get:function(){return this.props.data||[]},enumerable:!1,configurable:!0}),t.prototype.focusDomItem=function(e){e.focus()},Object.defineProperty(t.prototype,"guid",{get:function(){return this.treeGuid},enumerable:!1,configurable:!0}),t.propTypes={data:m.arrayOf(m.any),animate:m.bool,tabIndex:m.number,focusIdField:m.string,getHierarchicalIndexById:m.func,onExpandChange:m.func,onItemClick:m.func,expandField:m.string,selectField:m.string,childrenField:m.string,hasChildrenField:m.string,textField:m.string,disableField:m.string,item:m.any,"aria-multiselectable":function(e,t,n){return void 0!==e[t]&&!0!==e[t]&&!1!==e[t]&&"true"!==e[t]&&"false"!==e[t]?new Error("Invalid prop `"+t+"` supplied to `"+n+"`. Validation failed."):null},"aria-label":m.string,"aria-labelledby":m.string,size:m.oneOf([null,"small","medium","large"]),dir:m.string},t.defaultProps={animate:!0,expandField:"expanded",selectField:"selected",hasChildrenField:"hasChildren",childrenField:Ye,textField:"text",disableField:"disabled",checkField:"checked",checkIndeterminateField:"checkIndeterminate",size:"medium"},t}(s.Component);function it(e,t,n){var r=s.useState(t),o=r[0],i=r[1];return s.useEffect((function(){void 0!==o&&e.current&&i(e.current.offsetWidth)}),n),o}var at=function(e){return s.createElement("div",{className:"k-nodata"},s.createElement("div",null,e.children))},lt=function(){return lt=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},lt.apply(this,arguments)},st=y.G.sizeMap,ct=y.G.roundedMap,ut=function(e){return s.createElement("span",{className:"k-input-value-text"},e.children)},pt=function(e){return e.split("_").map((function(e){return parseInt(e,10)}))},dt={selectField:"selected",subItemsField:"items",popupSettings:{animate:!0,width:"200px",height:"200px"},data:[],required:!1,style:{},validityStyles:!0,size:"medium",rounded:"medium",fillMode:"solid"},ht=(0,C.Y)(),vt=s.forwardRef((function(e,t){var n;(0,O.s)(S.k);var r=(0,ke.Y)(ht,e),o=lt(lt({},dt),r),i=s.useMemo((function(){return(0,b.M)()}),[]),a=o.id||i,l=o.data,c=o.dataItemKey,u=o.popupSettings,p=o.style,d=o.opened,m=o.disabled,g=o.onOpen,y=void 0===g?Pe.Z:g,x=o.onClose,C=void 0===x?Pe.Z:x,I=o.placeholder,P=o.label,D=o.name,_=o.selectField,L=o.subItemsField,N=o.validationMessage,F=o.valid,j=o.required,A=o.validityStyles,q=(0,De.p)(o.tabIndex,m),G=s.useRef(null),K=s.useRef(null),W=s.useRef(null),U=s.useRef(null),Y=s.useRef(null),Z=s.useRef(null),X=s.useRef(!1),Q=s.useState(void 0),J=Q[0],$=Q[1],ee=void 0!==o.value,te=ee?o.value:void 0!==J?J:o.defaultValue,ne=(0,f.EN)(te),re=ne?(0,f.Mz)(te,o.textField):"",oe=function(e,t){var n=e.valid;return{customError:void 0!==e.validationMessage,valid:Boolean(void 0!==n?n:!e.required||t),valueMissing:!t}}({validationMessage:N,valid:F,required:j},ne),ie=s.useCallback((function(){return K.current&&K.current.focus()}),[]);s.useImperativeHandle(G,(function(){return{props:o,element:K.current,focus:ie}})),s.useImperativeHandle(t,(function(){return G.current}));var ae=(0,_e.V)(K,o.dir),le=void 0!==u.width?u.width:void 0!==p.width?p.width:dt.popupSettings.width,se=it(K,le),ce=lt({width:se},void 0!==ae?{direction:ae}:{}),pe=s.useState(!1),de=pe[0],he=pe[1],ve=void 0!==d?d:de,fe=s.useState(!1),me=fe[0],ge=fe[1],ye=s.useState(),be=ye[0],we=ye[1],xe=!!(be&&be<=T._&&o.adaptive),Ce=s.useState(""),Ie=Ce[0],Oe=Ce[1],Ee=s.useCallback((function(){Y.current&&Y.current.setCustomValidity&&Y.current.setCustomValidity(oe.valid?"":void 0===N?"Please select a value from the list!":N)}),[N,oe]);s.useEffect(Ee),s.useEffect((function(){var e=E.N&&window.ResizeObserver&&new window.ResizeObserver(Qe.bind(void 0));return(null===document||void 0===document?void 0:document.body)&&e&&e.observe(document.body),function(){(null===document||void 0===document?void 0:document.body)&&e&&e.disconnect()}}),[]);var Me,Se,He=s.useCallback((function(e){if(!ve){if(y){var t=lt({},e);y.call(void 0,t)}void 0===d&&he(!0)}}),[ve,d,y]),Ve=s.useCallback((function(e){if(ve){if(C){var t=lt({},e);C.call(void 0,t)}void 0===d&&(he(!1),xe&&setTimeout((function(){var e;Fe(null===(e=U.current)||void 0===e?void 0:e.element)}),300))}}),[ve,d,C,xe]),Le=s.useCallback((function(e){if(!e.isDefaultPrevented()&&G.current){ge(!0);var t={syntheticEvent:e,nativeEvent:e.nativeEvent,target:G.current};(ve?Ve:He)(t)}}),[ve,d,y,C]),Ne=s.useCallback((function(e){X.current=!0,e(),window.setTimeout((function(){return X.current=!1}),0)}),[]),Be=s.useCallback((function(e){var t,n,r=e.keyCode,o=e.altKey,i=Z.current&&Z.current.element;if(G.current&&(!e.isDefaultPrevented()||(null===(t=W.current)||void 0===t?void 0:t.element)!==e.target)){var a={syntheticEvent:e,nativeEvent:e.nativeEvent,target:G.current};if(ve)if(r===w.R.esc||o&&r===w.R.up)e.preventDefault(),Ve(a);else if(i&&i.querySelector(".k-focus")&&(r===w.R.up||r===w.R.down||r===w.R.left||r===w.R.right||r===w.R.home||r===w.R.end)){if(r===w.R.up&&(null===(n=W.current)||void 0===n?void 0:n.element)){var l=Array.from(i.querySelectorAll(".k-treeview-item")),s=function(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))}([],l,!0).reverse().find((function(e){return Boolean(e&&e.querySelector(".k-focus"))}));if(s&&0===l.indexOf(s))return Ne((function(){var e;Fe(null===(e=W.current)||void 0===e?void 0:e.element)}))}Ne(Pe.Z)}else r===w.R.down&&Ne((function(){var e;Fe((null===(e=W.current)||void 0===e?void 0:e.element)||i)}));else o&&r===w.R.down?(e.preventDefault(),He(a)):ve||r===w.R.esc&&Ye(e)}}),[ve,d,y,C]),Te=s.useCallback((function(e){var t=e.keyCode;e.altKey||t!==w.R.up&&t!==w.R.down||(e.preventDefault(),Ne(t===w.R.up?function(){Fe(K.current)}:function(){Fe(Z.current&&Z.current.element)}))}),[]),Fe=s.useCallback((function(e){e&&Ne((function(){return e.focus()}))}),[]),je=s.useCallback((function(){var e;me||!ve||d?r.filterable?Fe(null===(e=W.current)||void 0===e?void 0:e.element):Fe(Z.current&&Z.current.element):Ve({target:G.current})}),[C,r.filterable,me,d,ve]),Ae=s.useCallback((function(){me&&Fe(K.current)}),[me]),qe=s.useCallback((function(e){if(!me&&!X.current&&(ge(!0),r.onFocus&&G.current)){var t={syntheticEvent:e,nativeEvent:e.nativeEvent,target:G.current};r.onFocus.call(void 0,t)}}),[me,r.onFocus]),Ge=s.useCallback((function(e){if(me&&!X.current&&G.current){ge(!1);var t={syntheticEvent:e,nativeEvent:e.nativeEvent,target:G.current};if(r.onBlur){var n=lt({},t);r.onBlur.call(void 0,n)}xe||Ve(t)}}),[me,r.onBlur,ve,d,C]),Ke=s.useCallback((function(){me&&Ne(Pe.Z),xe&&setTimeout((function(){var e;Fe(null===(e=U.current)||void 0===e?void 0:e.element)}),300)}),[me,xe]),We=s.useCallback((function(e,t,n){if(r.onChange){var o=lt({value:t,level:n?pt(n):[]},e);r.onChange.call(void 0,o)}ee||$(t)}),[r.onChange,ee]),Ue=s.useCallback((function(e){if(!(0,f.qF)(e.item,te,c)&&G.current){var t=e.item,n=e.itemHierarchicalIndex,r=e.nativeEvent,o={syntheticEvent:e.syntheticEvent,nativeEvent:r,target:G.current};We(o,t,n),Ve(o)}}),[ee,te,r.onChange,c,ve,d,C]),Ye=s.useCallback((function(e){if(G.current){var t={syntheticEvent:e,nativeEvent:e.nativeEvent,target:G.current};We(t,null),Ve(t),e.preventDefault()}}),[ee,r.onChange,ve,d,C]),Ze=s.useCallback((function(e){if(e.syntheticEvent.stopPropagation(),r.onExpandChange&&G.current){var t=e.item,n=e.itemHierarchicalIndex,o=e.nativeEvent,i=e.syntheticEvent,a={level:pt(n),item:t,nativeEvent:o,syntheticEvent:i,target:G.current};r.onExpandChange.call(void 0,a)}}),[r.onExpandChange]),Xe=s.useCallback((function(e){if(r.onFilterChange&&G.current){var t={filter:{field:r.textField,operator:"contains",value:e.target.value},syntheticEvent:e.syntheticEvent,nativeEvent:e.nativeEvent,target:G.current};r.onFilterChange.call(void 0,t),void 0===r.filter&&Oe(e.target.value)}}),[r.onFilterChange,r.filter,r.textField]),Qe=s.useCallback((function(e){for(var t=0,n=e;t<n.length;t++){var r=n[t];we(r.target.clientWidth)}}),[]),Je=s.useMemo((function(){return ee||!ne?l:(0,Re.Gy)(l,L,(function(e){var t;return(0,Re.u5)(e,L,((t={})[_]=(0,f.qF)(e,te,c),t))}))}),[l,te,ee,ne,_,L]),$e=o.listNoData||at,et=o.valueHolder||ut,tt=(0,H.useLocalization)(),nt=!A||oe.valid,rt=o.size,vt=o.rounded,ft=o.fillMode,mt=s.createElement(s.Fragment,null,s.createElement("span",{className:(0,z.A)("k-dropdowntree k-picker",o.className,(n={},n["k-picker-".concat(st[rt]||rt)]=rt,n["k-rounded-".concat(ct[vt]||vt)]=vt,n["k-picker-".concat(ft)]=ft,n["k-focus"]=me,n["k-invalid"]=!nt,n["k-loading"]=o.loading,n["k-required"]=j,n["k-disabled"]=o.disabled,n)),tabIndex:q,accessKey:o.accessKey,id:a,style:P?lt(lt({},p),{width:void 0}):p,dir:ae,ref:K,onKeyDown:m?void 0:Be,onMouseDown:Ke,onClick:m?void 0:Le,onFocus:qe,onBlur:Ge,role:"combobox","aria-haspopup":"tree","aria-expanded":ve,"aria-disabled":m,"aria-label":P,"aria-labelledby":o.ariaLabelledBy,"aria-describedby":o.ariaDescribedBy,"aria-required":j},s.createElement("span",{className:"k-input-inner"},s.createElement(et,{item:te},re||I)),o.loading&&s.createElement(M.a,{className:"k-input-loading-icon",name:"loading"}),ne&&!m&&s.createElement("span",{onClick:Ye,className:"k-clear-value",title:tt.toLanguageString(v.ZH,v.sY[v.ZH]),role:"button",tabIndex:-1,onMouseDown:function(e){return e.preventDefault()}},s.createElement(M.a,{name:"x",icon:V.FZE})),s.createElement(R.z,{tabIndex:-1,type:"button","aria-label":"select",className:"k-input-button",size:rt,fillMode:ft,themeColor:"base",rounded:null,icon:"caret-alt-down",svgIcon:V.M7i}),s.createElement("select",{name:D,ref:Y,tabIndex:-1,"aria-hidden":!0,title:P,style:{opacity:0,width:1,border:0,zIndex:-1,position:"absolute",left:"50%"}},s.createElement("option",{value:o.valueMap?o.valueMap.call(void 0,te):te})),!xe&&s.createElement(ze.G,{className:(0,z.A)(u.className,{"k-rtl":"rtl"===ae}),popupClass:(0,z.A)(u.popupClass,"k-dropdowntree-popup"),style:ce,animate:u.animate,anchor:K.current,show:ve,onOpen:je,onClose:Ae,appendTo:u.appendTo},o.filterable&&s.createElement(h.Z,{value:void 0===o.filter?Ie:o.filter,ref:W,onChange:Xe,onKeyDown:Te,size:rt,rounded:vt,fillMode:ft}),l.length>0?s.createElement(ot,{ref:Z,tabIndex:q,data:Je,focusIdField:c,textField:o.textField,selectField:_,expandField:o.expandField,childrenField:L,expandIcons:!0,onItemClick:Ue,onExpandChange:Ze,size:rt,item:o.item,dir:ae}):s.createElement($e,null,tt.toLanguageString(v.L7,v.sY[v.L7])))),xe&&(Me=o.filterable?s.createElement(h.Z,{value:void 0===o.filter?Ie:o.filter,ref:U,onChange:Xe,onKeyDown:Te,size:rt,rounded:vt,fillMode:ft}):null,Se={adaptiveTitle:o.adaptiveTitle,expand:ve,onClose:function(e){return Ve(e)},windowWidth:be,mobileFilter:Me},s.createElement(ue,lt({},Se),s.createElement(B.M,{className:"!k-overflow-hidden"},s.createElement("div",{className:"k-list-container"},s.createElement("div",{className:"k-list k-list-lg"},l.length>0?s.createElement(ot,{ref:Z,tabIndex:q,data:Je,focusIdField:c,textField:o.textField,selectField:_,expandField:o.expandField,childrenField:L,expandIcons:!0,onItemClick:Ue,onExpandChange:Ze,size:rt,item:o.item,dir:ae}):s.createElement($e,null,tt.toLanguageString(v.L7,v.sY[v.L7]))))))));return P?s.createElement(k._,{label:P,editorValue:re,editorPlaceholder:I,editorValid:nt,editorDisabled:m,editorId:a,style:{width:p?p.width:void 0},children:mt,dir:ae}):mt})),ft={opened:m.bool,disabled:m.bool,dir:m.string,tabIndex:m.number,accessKey:m.string,data:m.array,value:m.any,valueMap:m.func,placeholder:m.string,dataItemKey:m.string.isRequired,textField:m.string.isRequired,selectField:m.string,expandField:m.string,subItemsField:m.string,className:m.string,style:m.object,label:m.string,validationMessage:m.string,validityStyles:m.bool,valid:m.bool,required:m.bool,name:m.string,id:m.string,ariaLabelledBy:m.string,ariaDescribedBy:m.string,filterable:m.bool,filter:m.string,loading:m.bool,popupSettings:m.shape({animate:m.oneOfType([m.bool,m.shape({openDuration:m.number,closeDuration:m.number})]),popupClass:m.string,className:m.string,appendTo:m.any,width:m.oneOfType([m.string,m.number]),height:m.oneOfType([m.string,m.number])}),onOpen:m.func,onClose:m.func,onFocus:m.func,onBlur:m.func,onChange:m.func,onFilterChange:m.func,onExpandChange:m.func,item:m.func,valueHolder:m.func,listNoData:m.func,adaptiveTitle:m.string,adaptive:m.bool};vt.displayName="KendoReactDropDownTree",vt.propTypes=ft;var mt=function(){return mt=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},mt.apply(this,arguments)},gt=function(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))},yt=y.G.sizeMap,bt=y.G.roundedMap,wt={checkField:"checkField",checkIndeterminateField:"checkIndeterminateField",subItemsField:"items",popupSettings:{animate:!0,width:"200px",height:"200px"},size:"medium",rounded:"medium",fillMode:"solid",required:!1,validityStyles:!0},zt=(0,C.Y)(),xt=s.forwardRef((function(e,t){var n,r,o=(0,ke.Y)(zt,e);(0,O.s)(S.k);var i=s.useMemo((function(){return(0,b.M)()}),[]),a=o.id||i,l=o.data,c=void 0===l?[]:l,u=o.dataItemKey,p=o.popupSettings,d=void 0===p?{}:p,m=o.style,g=void 0===m?{}:m,y=o.opened,x=o.disabled,C=o.onOpen,I=void 0===C?Pe.Z:C,V=o.onClose,P=void 0===V?Pe.Z:V,D=o.placeholder,R=o.label,L=o.name,N=o.checkField,F=void 0===N?wt.checkField:N,j=o.checkIndeterminateField,A=void 0===j?wt.checkIndeterminateField:j,q=o.subItemsField,G=void 0===q?wt.subItemsField:q,K=o.validationMessage,W=o.valid,U=o.tags,Y=o.value,Z=o.required,X=void 0===Z?wt.required:Z,Q=o.validityStyles,J=void 0===Q?wt.validityStyles:Q,$=(0,De.p)(o.tabIndex,x),ee=s.useRef(null),te=s.useRef(null),ne=s.useRef(null),re=s.useRef(null),oe=s.useRef(null),ae=s.useRef(null),le=s.useRef(!1),se=s.useRef([]),ce=s.useRef(null),pe=s.useState(),de=pe[0],he=pe[1],ve=s.useState(!1),fe=ve[0],me=ve[1],ge=s.useState(!1),ye=ge[0],be=ge[1],we=s.useState(),xe=we[0],Ce=we[1],Ie=s.useState([]),Oe=Ie[0],Ee=Ie[1],Me=s.useState(""),Se=Me[0],He=Me[1],Ve=!!(xe&&xe<=T._&&o.adaptive),Re=void 0!==y?y:fe,Le=Boolean(Array.isArray(Y)&&Y.length),Ne=function(e,t){var n=e.valid;return{customError:void 0!==e.validationMessage,valid:Boolean(void 0!==n?n:!e.required||t),valueMissing:!t}}({validationMessage:K,valid:W,required:X},Le),Be=(0,_e.V)(te,o.dir),Te=void 0!==d.width?d.width:void 0!==g.width?g.width:wt.popupSettings.width,Fe=it(te,Te),je=mt({width:Fe},void 0!==Be?{direction:Be}:{}),Ae=s.useCallback((function(){return te.current&&te.current.focus()}),[]);se.current=void 0===U?(Y||[]).map((function(e){return{text:(0,f.Mz)(e,o.textField),data:[e]}})):gt([],U,!0),s.useImperativeHandle(ee,(function(){return{props:o,element:te.current,focus:Ae}})),s.useImperativeHandle(t,(function(){return ee.current}));var qe=s.useCallback((function(){oe.current&&oe.current.setCustomValidity&&oe.current.setCustomValidity(Ne.valid?"":void 0===K?"Please select a value from the list!":K)}),[K,Ne]);s.useEffect(qe),s.useEffect((function(){var e=E.N&&window.ResizeObserver&&new window.ResizeObserver(vt.bind(void 0));return(null===document||void 0===document?void 0:document.body)&&e&&e.observe(document.body),function(){e&&e.disconnect()}}),[]),s.useEffect((function(){ce.current&&Re&&ce.current.setPosition(ce.current._popup)}),[Y,Re]);var Ge,Ke,We=s.useCallback((function(e,t,n){if(o.onChange){var r=mt({items:t,operation:n},e);o.onChange.call(void 0,r)}}),[o.onChange]),Ue=s.useCallback((function(e){if(!(0,f.qF)(e.item,Y,u)&&ee.current){var t=e.item,n=e.nativeEvent,r={syntheticEvent:e.syntheticEvent,nativeEvent:n,target:ee.current};We(r,[t],"toggle")}}),[Y,u,We]),Ye=s.useCallback((function(e){if(!Re){if(I){var t=mt({},e);I.call(void 0,t)}void 0===y&&(me(!0),Ee(Y||[]),Ve&&setTimeout((function(){var e;Qe(null===(e=re.current)||void 0===e?void 0:e.element)}),300))}}),[Re,y,I,Ve,re]),Ze=s.useCallback((function(e){if(Re){if(P){var t=mt({},e);P.call(void 0,t)}void 0===y&&me(!1)}}),[Re,y,P]),Xe=s.useCallback((function(e){le.current=!0,e(),window.setTimeout((function(){return le.current=!1}),0)}),[]),Qe=s.useCallback((function(e){e&&Xe((function(){return e.focus()}))}),[Xe]),Je=s.useCallback((function(){var e;!ye&&Re?Ze({target:ee.current}):o.filterable?Qe(null===(e=ne.current)||void 0===e?void 0:e.element):Qe(ae.current&&ae.current.element)}),[ye,Re,Qe,Ze,o.filterable]),$e=s.useCallback((function(){ye&&Qe(te.current)}),[ye,Qe]),et=s.useCallback((function(e){if(!ye&&!le.current&&(be(!0),o.onFocus&&ee.current)){var t={syntheticEvent:e,nativeEvent:e.nativeEvent,target:ee.current};o.onFocus.call(void 0,t)}}),[ye,o.onFocus]),tt=s.useCallback((function(e){if(ye&&!le.current&&ee.current){be(!1);var t={syntheticEvent:e,nativeEvent:e.nativeEvent,target:ee.current};if(o.onBlur){var n=mt({},t);o.onBlur.call(void 0,n)}Ve||Ze(t)}}),[ye,o.onBlur,Re,y,P]),nt=s.useCallback((function(){ye&&Xe(Pe.Z)}),[ye,Xe]),rt=s.useCallback((function(e){if(!e.isDefaultPrevented()&&ee.current){be(!0);var t={syntheticEvent:e,nativeEvent:e.nativeEvent,target:ee.current};Re||Ye(t)}}),[Re,Ye]),lt=s.useCallback((function(e){var t,n,r=e.keyCode,o=e.altKey,i=ae.current&&ae.current.element;if(ee.current&&(!e.isDefaultPrevented()||(null===(t=ne.current)||void 0===t?void 0:t.element)!==e.target)){var a={syntheticEvent:e,nativeEvent:e.nativeEvent,target:ee.current};if(Y&&Y.length>0&&(r===w.R.left||r===w.R.right||r===w.R.home||r===w.R.end||r===w.R.delete)){var l=se.current,s=de?l.findIndex((function(e){return(0,f.dl)(e,de,u)})):-1,c=void 0,p=-1!==s;r===w.R.left?c=l[s=p?Math.max(0,s-1):l.length-1]:r===w.R.right?s===l.length-1?c=void 0:p&&(c=l[s=Math.min(l.length-1,s+1)]):r===w.R.home?c=l[0]:r===w.R.end?c=l[l.length-1]:r===w.R.delete&&p&&We(a,l[s].data,"delete"),c!==de&&he(c)}if(Re)if(r===w.R.esc||o&&r===w.R.up)e.preventDefault(),Ze(a);else if(i&&i.querySelector(".k-focus")&&(r===w.R.up||r===w.R.down||r===w.R.left||r===w.R.right||r===w.R.home||r===w.R.end)){if(r===w.R.up&&(null===(n=ne.current)||void 0===n?void 0:n.element)){var d=Array.from(i.querySelectorAll(".k-treeview-item")),h=gt([],d,!0).reverse().find((function(e){return Boolean(e&&e.querySelector(".k-focus"))}));if(h&&0===d.indexOf(h))return Xe((function(){var e;Qe(null===(e=ne.current)||void 0===e?void 0:e.element)}))}Xe(Pe.Z)}else r===w.R.down&&Xe((function(){var e;Qe((null===(e=ne.current)||void 0===e?void 0:e.element)||i)}));else o&&r===w.R.down&&(e.preventDefault(),Ye(a))}}),[Re,Ze,Qe,Xe,Ye,de,u,Y,We]),st=s.useCallback((function(e){var t=e.keyCode;e.altKey||t!==w.R.up&&t!==w.R.down||(e.preventDefault(),Xe(t===w.R.up?function(){Qe(te.current)}:function(){Qe(ae.current&&ae.current.element)}))}),[Qe,Xe]),ct=s.useCallback((function(e){if(ee.current){var t={syntheticEvent:e,nativeEvent:e.nativeEvent,target:ee.current};We(t,[],"clear"),Ze(t),e.preventDefault()}}),[We,Ze]),ut=s.useCallback((function(e,t){var n;Ze({target:ee.current}),ye||Qe(null===(n=ne.current)||void 0===n?void 0:n.element),We({syntheticEvent:t,nativeEvent:t.nativeEvent,target:ee.current},e,"delete")}),[We,Ze,Qe,ye]),pt=s.useCallback((function(e){if(o.onExpandChange&&ee.current){var t=e.item,n=e.itemHierarchicalIndex,r=e.nativeEvent,i=e.syntheticEvent,a={level:(l=n,l.split("_").map((function(e){return parseInt(e,10)}))),item:t,nativeEvent:r,syntheticEvent:i,target:ee.current};o.onExpandChange.call(void 0,a)}var l}),[o.onExpandChange]),dt=s.useCallback((function(e){if(o.onFilterChange&&ee.current){var t={filter:{field:o.textField,operator:"contains",value:e.target.value},syntheticEvent:e.syntheticEvent,nativeEvent:e.nativeEvent,target:ee.current};o.onFilterChange.call(void 0,t),void 0===o.filter&&He(e.target.value)}}),[o.onFilterChange,o.filter,o.textField]),ht=s.useCallback((function(e){if(ee.current){var t={syntheticEvent:e,nativeEvent:e.nativeEvent,target:ee.current};o.onCancel&&o.onCancel.call(void 0,t),Ze(t),e.preventDefault()}}),[o.onCancel,Ze]),vt=s.useCallback((function(e){for(var t=0,n=e;t<n.length;t++){var r=n[t];Ce(r.target.clientWidth)}}),[]),ft=o.listNoData||at,xt=(0,H.useLocalization)(),Ct=!J||Ne.valid,kt=o.size,It=o.rounded,Ot=o.fillMode,Et=Ve&&Re?Oe:se.current,Mt=s.createElement(s.Fragment,null,s.createElement("span",{className:(0,z.A)("k-multiselecttree k-input",o.className,(n={},n["k-input-".concat(yt[kt]||kt)]=kt,n["k-rounded-".concat(bt[It]||It)]=It,n["k-input-".concat(Ot)]=Ot,n["k-focus"]=ye&&!x,n["k-invalid"]=!Ct,n["k-disabled"]=x,n["k-loading"]=o.loading,n["k-required"]=X,n)),tabIndex:$,accessKey:o.accessKey,id:a,style:R?mt(mt({},g),{width:void 0}):g,dir:Be,ref:te,onKeyDown:x?void 0:lt,onMouseDown:nt,onFocus:et,onBlur:tt,role:"combobox","aria-haspopup":"tree","aria-expanded":Re,"aria-disabled":x,"aria-label":R,"aria-labelledby":o.ariaLabelledBy,"aria-describedby":o.ariaDescribedBy?o.ariaDescribedBy:"tagslist-"+a,"aria-required":o.required,onClick:x?void 0:rt},s.createElement("div",{id:"tagslist-"+a,className:(0,z.A)("k-input-values k-chip-list k-selection-multiple",(r={},r["k-chip-list-".concat(yt[kt]||kt)]=kt,r))},Et.length>0?s.createElement(ie,{tag:o.tag,onTagDelete:ut,data:Et,guid:a,focused:de?se.current.find((function(e){return(0,f.dl)(e,de,u)})):void 0,size:kt}):D),s.createElement("span",{className:"k-input-inner"},s.createElement("span",{className:"k-input-value-text"}," ")),o.loading&&s.createElement(M.a,{className:"k-input-loading-icon",name:"loading"}),Le&&!x&&Et.length>0&&s.createElement(_,{onClick:ct}),s.createElement("select",{name:L,ref:oe,tabIndex:-1,"aria-hidden":!0,title:R,style:{opacity:0,width:1,border:0,zIndex:-1,position:"absolute",left:"50%"}},s.createElement("option",{value:o.valueMap?o.valueMap.call(void 0,Y):Y})),!Ve&&s.createElement(ze.G,{popupClass:(0,z.A)(d.popupClass,"k-multiselecttree-popup"),className:(0,z.A)(d.className,{"k-rtl":"rtl"===Be}),style:je,animate:d.animate,anchor:te.current,show:Re,onOpen:Je,onClose:$e,appendTo:d.appendTo,ref:ce},o.filterable&&s.createElement(h.Z,{value:void 0===o.filter?Se:o.filter,ref:ne,onChange:dt,onKeyDown:st,tabIndex:$,size:kt,rounded:It,fillMode:Ot}),c.length>0?s.createElement(ot,{ref:ae,tabIndex:$,data:c,focusIdField:u,textField:o.textField,checkField:F,checkIndeterminateField:A,expandField:o.expandField,childrenField:G,expandIcons:!0,onItemClick:Ue,onCheckChange:Ue,onExpandChange:pt,checkboxes:!0,size:kt,item:o.item,dir:Be}):s.createElement(ft,null,xt.toLanguageString(v.L7,v.sY[v.L7])))),Ve&&(Ge=o.filterable?s.createElement(h.Z,{value:void 0===o.filter?Se:o.filter,ref:re,onChange:dt,onKeyDown:st,size:kt,rounded:It,fillMode:Ot}):null,Ke={adaptiveTitle:o.adaptiveTitle,expand:Re,onClose:function(e){return o.onCancel?ht(e):ct(e)},windowWidth:xe,mobileFilter:Ge,footer:{cancelText:xt.toLanguageString(v.q8,v.sY[v.q8]),onCancel:function(e){return o.onCancel?ht(e):ct(e)},applyText:xt.toLanguageString(v.G2,v.sY[v.G2]),onApply:function(e){return Ze(e)}}},s.createElement(ue,mt({},Ke),s.createElement(B.M,{className:"!k-overflow-hidden"},s.createElement("div",{className:"k-list-container"},s.createElement("div",{className:"k-list k-list-lg"},c.length>0?s.createElement(ot,{ref:ae,tabIndex:$,data:c,focusIdField:u,textField:o.textField,checkField:F,checkIndeterminateField:A,expandField:o.expandField,childrenField:G,expandIcons:!0,onItemClick:Ue,onCheckChange:Ue,onExpandChange:pt,checkboxes:!0,size:kt,item:o.item,dir:Be}):s.createElement(ft,null,xt.toLanguageString(v.L7,v.sY[v.L7]))))))));return R?s.createElement(k._,{label:R,editorValue:Le,editorPlaceholder:D,editorValid:Ct,editorDisabled:x,editorId:a,style:{width:g?g.width:void 0},children:Mt,dir:Be}):Mt})),Ct={opened:m.bool,disabled:m.bool,dir:m.string,tabIndex:m.number,accessKey:m.string,data:m.array,value:m.any,valueMap:m.func,placeholder:m.string,dataItemKey:m.string.isRequired,textField:m.string.isRequired,checkField:m.string,checkIndeterminateField:m.string,expandField:m.string,subItemsField:m.string,className:m.string,style:m.object,label:m.string,validationMessage:m.string,validityStyles:m.bool,valid:m.bool,required:m.bool,name:m.string,id:m.string,ariaLabelledBy:m.string,ariaDescribedBy:m.string,filterable:m.bool,filter:m.string,loading:m.bool,tags:m.arrayOf(m.shape({text:m.string,data:m.arrayOf(m.any)})),popupSettings:m.shape({animate:m.oneOfType([m.bool,m.shape({openDuration:m.number,closeDuration:m.number})]),popupClass:m.string,className:m.string,appendTo:m.any,width:m.oneOfType([m.string,m.number]),height:m.oneOfType([m.string,m.number])}),onOpen:m.func,onClose:m.func,onFocus:m.func,onBlur:m.func,onChange:m.func,onFilterChange:m.func,onExpandChange:m.func,onCancel:m.func,item:m.func,listNoData:m.func,adaptiveTitle:m.string,adaptive:m.bool};xt.displayName="KendoReactMultiSelectTree",xt.defaultProps=wt,xt.propTypes=Ct;var kt=function(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))},It=function(e,t){var n={};return e&&e.length&&e.forEach((function(e){n[t(e)]=!0})),n},Ot=function(e,t){var n=t.items,r=t.dataItemKey,o=t.value,i=t.subItemsField,a=void 0===i?"items":i,l=t.operation,s=(0,Oe.Y)(r),c=It(o,s);if("clear"===l)return[];if("delete"===l){var u=It(n,s);return o.filter((function(e){return!u[s(e)]}))}for(var p,d=n[0],h=s(d),v=(0,Oe.Y)(a),f=kt([],e,!0),m=[],g=[];f.length;){var y=f.pop();if(h===s(y)){g=m.map((function(e){return e.item})),p=y;break}m&&m.length&&m[m.length-1].parentPosition===f.length&&m.pop(),(M=v(y))&&M.length&&(m.push({item:y,parentPosition:f.length}),f.push.apply(f,M))}for(var b=kt([],v(p)||[],!0),w=[];b.length;)y=b.pop(),w.push(y),(M=v(y))&&M.length&&b.push.apply(b,M);var z=[];if(c[h]){var x=s(p),C=It(w,s),k=It(g,s);z.push.apply(z,o.filter((function(e){var t=s(e);return!C[t]&&x!==t&&!k[t]})))}else{z.push.apply(z,o),z.push(p),z.push.apply(z,w.filter((function(e){return!c[s(e)]})));for(var I=g.filter((function(e){return!c[s(e)]})),O=It(z,s),E=I.length-1;E>-1;E--){var M,S=I[E];if((M=v(S)).filter((function(e){return O[s(e)]})).length<M.length)break;z.push(S),O[s(S)]=!0}}return z}},453:(e,t,n)=>{var r;n.d(t,{L7:()=>o,ZH:()=>i,R4:()=>a,cx:()=>l,Aq:()=>s,G2:()=>c,q8:()=>u,sY:()=>p});var o="dropdowns.nodata",i="dropdowns.clear",a="dropdowns.comboArrowBtnAriaLabelExpand",l="dropdowns.comboArrowBtnAriaLabelCollapse",s="dropdowns.dropDownListArrowBtnAriaLabel",c="dropdowns.apply",u="dropdowns.cancel",p=((r={})[i]="clear",r[o]="NO DATA FOUND.",r[a]="expand combobox",r[l]="collapse combobox",r[s]="select",r[c]="Apply",r[u]="Cancel",r)},2601:(e,t,n)=>{n.d(t,{k:()=>r});var r={name:"@progress/kendo-react-dropdowns",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:1700064130,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"}},4953:(e,t,n)=>{n.d(t,{M7i:()=>r,R7U:()=>i,RL9:()=>a,FZE:()=>o});const r={name:"caret-alt-down",content:'<path d="M256 352 128 160h256L256 352z" />',viewBox:"0 0 512 512"},o={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"},i={name:"plus",content:'<path d="M288 224V96h-64v128H96v64h128v128h64V288h128v-64H288z" />',viewBox:"0 0 512 512"},a={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"}},4829:(e,t,n)=>{n.r(t),n.d(t,{FilterOperator:()=>Y,aggregateBy:()=>nt,compileFilter:()=>lt,composeSortDescriptors:()=>Ze,distinct:()=>vt,filterBy:()=>st,getter:()=>Z,groupBy:()=>pt,isCompositeFilterDescriptor:()=>p,normalizeFilters:()=>P,normalizeGroups:()=>ct,orderBy:()=>dt,process:()=>ft,toDataSourceRequest:()=>Pe,toDataSourceRequestString:()=>Ve,toODataString:()=>K,translateAggregateResults:()=>Ge,translateDataSourceResultGroups:()=>qe});var r=function(e){return null!=e},o=function(e){return null==e},i=function(e){return Array.isArray(e)},a=function(e){return"function"==typeof e},l=function(e){return"string"==typeof e},s=function(e){return!function(e){return o(e)||0===e.trim().length}(e)},c=function(e){return!isNaN(e-parseFloat(e))},u=function(e){return e&&e.getTime},p=function(e){return r(e.filters)},d=function(){return d=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},d.apply(this,arguments)};function h(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;var r=Array(e),o=0;for(t=0;t<n;t++)for(var i=arguments[t],a=0,l=i.length;a<l;a++,o++)r[o]=i[a];return r}function v(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e}var f,m,g,y,b=function(e,t,n){return function(r){return e(r)?t(r):n(r)}},w=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return function(t){return e.reduceRight((function(e,t){return t(e)}),t)}},z=function(e){return e},x=function(e){return function(t){for(var n=[],r=1;r<arguments.length;r++)n[r-1]=arguments[r];return e()?""+t[0]+n[0]+t[1]:n[0]}},C=function(e){return new Date(Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()))},k=function(e){var t=e.field,n=e.value,r=e.ignoreCase,o=e.operator;return{value:"'"+n.replace(/'/g,"''")+"'",field:t,ignoreCase:r,operator:o}},I=function(e){var t=e.field,n=e.value,r=e.ignoreCase,o=e.operator;return{value:""+encodeURIComponent(n),field:t,ignoreCase:r,operator:o}},O=function(e){var t=e.field,n=e.value,r=e.ignoreCase,o=e.operator;return{field:x((function(){return r}))(f||(f=v(["tolower(",")"],["tolower(",")"])),t),value:n,ignoreCase:r,operator:o}},E=function(e){var t=e.field,n=e.value,r=e.ignoreCase,o=e.operator;return{value:n,field:t.replace(/\./g,"/"),ignoreCase:r,operator:o}},M=function(e){return l(e.value)},S=function(e){return u(e.value)},H=function(e,t){return function(n){return x((function(){return n.filters.length>1}))(m||(m=v(["(",")"],["(",")"])),n.filters.map(e).join(t(n)))}},V=function(e){e.filters&&(e.filters=e.filters.map((function(e){var t,n=Object.assign({},e);return!p(e)&&l(e.operator)&&(n.operator={"!=":"neq","<":"lt","<=":"lte","==":"eq",">":"gt",">=":"gte",equal:"eq",equals:"eq",equalto:"eq",ge:"gte",greater:"gt",greaterthan:"gt",greaterthanequal:"gte",isempty:"isempty",isequalto:"eq",isgreaterthan:"gt",isgreaterthanorequalto:"gte",islessthan:"lt",islessthanorequalto:"lte",isnotempty:"isnotempty",isnotequalto:"neq",isnull:"isnull",le:"lte",less:"lt",lessthan:"lt",lessthanequal:"lte",ne:"neq",notequal:"neq",notequals:"neq",notequalto:"neq",notsubstringof:"doesnotcontain"}[(t=e.operator).toLowerCase()]||t),p(e)&&V(n),n})))},P=function(e){return r(e)&&(e=function(e){return p(e)?Object.assign({},e):{filters:i(e)?e:[e],logic:"and"}}(e),V(e)),e},D=function(e){var t=e.operator;return function(e){var n=e.field,r=e.value;return n+" "+t+" "+r}},_=function(e){return w(e,I,k,O,E)},R=function(e){return _((t=e.operator,function(e){var n=e.field,r=e.value;return t+"("+n+","+r+")"}));var t},L=function(e){return b(S,function(e){return w(D(e),E,(t=e.utcDates,function(e){var n=e.field,r=e.value,o=e.ignoreCase,i=e.operator;return{value:(t?r:C(r)).toISOString(),field:n,ignoreCase:o,operator:i}}));var t}(e),function(e){return w(D(e),E)}(e))},N=function(e){return b(M,function(e){return _(D(e))}(e),L(e))},B=function(e){return e+" eq -1"},T=function(e){return w(e,E)},F=function(e){return" "+e.logic+" "},j=function(e){return H((function(t){return b(p,j(e),function(e){return function(t){return function(e,t){return{contains:R(d(d({},t),{operator:"contains"})),doesnotcontain:w(B,R(d(d({},t),{operator:"indexof"}))),endswith:R(d(d({},t),{operator:"endswith"})),eq:N(d(d({},t),{operator:"eq"})),gt:N(d(d({},t),{operator:"gt"})),gte:N(d(d({},t),{operator:"ge"})),isempty:T((function(e){return e.field+" eq ''"})),isnotempty:T((function(e){return e.field+" ne ''"})),isnotnull:T((function(e){return e.field+" ne null"})),isnull:T((function(e){return e.field+" eq null"})),lt:N(d(d({},t),{operator:"lt"})),lte:N(d(d({},t),{operator:"le"})),neq:N(d(d({},t),{operator:"ne"})),startswith:R(d(d({},t),{operator:"startswith"}))}[e]}(t.operator,e)(t)}}(e))(t)}),F)},A=function(e,t){return void 0===t&&(t={}),e.filters&&e.filters.length?"$filter="+j(t)(P(e)):""},q=("",function(){return""}),G=function(e,t){return b(r,(n=e[0],function(e){return n+e}),q)(t);var n},K=function(e,t){return void 0===t&&(t={}),Object.keys(e).map(function(e,t){return function(n){return{filter:A(t.filter||{},e),skip:G(g||(g=v(["$skip=",""],["$skip=",""])),t.skip),sort:(o=t.sort||[],i=o.filter((function(e){return r(e.dir)})).map((function(e){var t=e.field.replace(/\./g,"/");return"desc"===e.dir?t+" desc":t})).join(","),i?"$orderby="+i:i),take:G(y||(y=v(["$top=",""],["$top=",""])),t.take)}[n];var o,i}}(t,e)).filter(s).join("&")},W={},U=/\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g;W[void 0]=function(e){return e};var Y,Z=function(e,t){var n=e+t;if(W[n])return W[n];var o=[];return e.replace(U,(function(e,t,n,i){o.push(r(t)?t:n||i)})),W[n]=function(e){for(var n=e,i=0;i<o.length;i++)if(n=n[o[i]],!r(n)&&t)return n;return n},W[n]},X=function(e){return function(t){return[e,t]}},Q=function(){return null},J=function(e){return function(t){return r(e(t))}},$=function(e){return function(t){return function(e){return r(e)&&i(e)&&e.length>0}(e(t))}},ee=function(e,t){return b(e,t,Q)},te=function(e,t){return function(n){return e(n).map(t).join("~")}},ne=w.apply(void 0,[['"',""],[":","-"]].map((function(e){var t=e[0],n=e[1];return function(e){return e.replace(new RegExp(t,"g"),n)}}))),re=(".",function(e){return e.slice(0,e.indexOf("."))}),oe=function(e){var t=e.field,n=e.dir;return t+"-"+(void 0===n?"asc":n)},ie=Z("take"),ae=Z("aggregates"),le=Z("skip"),se=Z("group"),ce=Z("sort",!0),ue=te(ce,oe),pe=te(se,oe),de=te(ae,(function(e){return e.field+"-"+e.aggregate})),he=w((function(e){return"datetime'"+e+"'"}),re,ne,JSON.stringify,C),ve=w(X("page"),(function(e){var t=e.skip,n=e.take;return Math.floor((t||0)/n)+1})),fe=w(X("pageSize"),ie),me=w(X("group"),pe),ge=w(X("sort"),ue),ye=w(X("aggregate"),de),be=ee(J(le),ve),we=ee(J(ie),fe),ze=ee($(se),me),xe=ee(J(ae),ye),Ce=w(ee($(ce),ge),(function(e){return Object.assign({},e,{sort:(ce(e)||[]).filter((function(e){var t=e.dir;return s(t)}))})})),ke=function(e){var t=e.field;return s(t)},Ie=function(e){return e.field+"~"+e.operator+"~"+e.value},Oe=b(S,w(Ie,(function(e){var t=e.field,n=e.value,r=e.ignoreCase,o=e.operator;return{value:he(n),field:t,ignoreCase:r,operator:o}})),Ie),Ee=function(e){return"~"+e.logic+"~"},Me=function(e){return H((function(t){return b(p,Me(e),function(e){return ee(ke,b(M,w(Ie,k,e?I:z),Oe))}(e))(t)}),Ee)},Se=function(e,t){var n=e.filter;if(n&&n.filters){var r=Me(t)(n);if(r.length)return["filter",r]}return null},He=function(e,t){return void 0===t&&(t=!0),function(n){return{aggregates:xe(e),filter:Se(e,t),group:ze(e),skip:be(e),sort:Ce(e),take:we(e)}[n]}},Ve=function(e){return(t=Object.keys(e).map(He(e)).filter(r),t.reduce((function(e,t){return h(e,[t[0]+"="+t[1]])}),[])).join("&");var t},Pe=function(e){return Object.keys(e).map(He(e,!1)).filter(r).reduce((function(e,t){var n,r=t[0],o=t[1];return d(d({},e),((n={})[r]=o,n))}),{})},De=function(e,t,n){return t[e]=n,t},_e=function(e){return function(t){var n,o=t[e];return r(o)?o:t[(n=e,n.replace(/(^[A-Z])/g,(function(e,t){return t.toLowerCase()})))]}},Re=_e("Member"),Le=_e("AggregateMethodName"),Ne=_e("Value"),Be=function(e){return function(t){return Object.keys(t).reduce(e.bind(null,t),{})}},Te=Be((function(e,t,n){return De(n.toLowerCase(),t,e[n])})),Fe=Be((function(e,t,n){return De(n,t,Te(e[n]))})),je=function(e,t){return r(e)?e:t},Ae=w((function(e){var t=e.field,n=e.hasSubgroups,r=e.value,o=e.aggregates,i=e.items;return{aggregates:Fe(o),field:t,items:n?i.map(Ae):i,value:r}}),(function(e){return{aggregates:e.Aggregates||e.aggregates,field:e.Member||e.member||e.field,hasSubgroups:e.HasSubgroups||e.hasSubgroups||!1,items:e.Items||e.items,value:je(e.Key,je(e.key,e.value))}})),qe=function(e){return e.map(Ae)},Ge=function(e){return(e||[]).reduce((function(e,t){return De(Re(t),e,De(Le(t).toLowerCase(),e[Re(t)]||{},Ne(t)))}),{})},Ke=function(e,t){return o(e)?e===t?0:-1:o(t)?1:e.localeCompare?e.localeCompare(t):e>t?1:e<t?-1:0},We=function(e,t){return Ke(t,e)},Ue=function(e){if("function"==typeof e.compare)return e.compare;var t=Z(e.field,!0);return function(n,r){return("asc"===e.dir?Ke:We)(t(n),t(r))}},Ye=function(e,t){return 0},Ze=function(e){return e.filter((function(e){return r(e.dir)||r(e.compare)})).map((function(e){return Ue(e)})).reduce((function(e,t){return function(n,r){return e(n,r)||t(n,r)}}),Ye)},Xe=function(e,t){return e.push(t),e},Qe=function(e){return function(t){return function(n,r,o){return t(n,e(r,o))}}},Je=function(e){return function(t){return function(n,r){return e(r)?t(n,r):n}}},$e=function(e){return r(e.__value)},et=function(e,t,n){for(var r=t,o=0,i=n.length;o<i;o++)if(r=e(r,n[o],o),$e(r)){r=r.__value;break}return r},tt=Qe((function(e){return e})),nt=function(e,t,n){void 0===t&&(t=[]),void 0===n&&(n=tt);var o,i={};return t.length?(o=et(n(function(e){var t=e.map((function(e){var t=Z(e.field,!0),n=(e.aggregate||"").toLowerCase(),o=Z(n,!0);return function(i,a){var l=i[e.field]||{},s=o(l)||{average:function(){var e=0,t=0;return{calc:function(n){c(n)?(e+=n,t++):e=n},result:function(){return c(e)?e/t:e}}},count:function(){var e=0;return{calc:function(){return e++},result:function(){return e}}},max:function(){var e=Number.NEGATIVE_INFINITY;return{calc:function(t){(e=c(e)||u(e)?e:t)<t&&(c(t)||u(t))&&(e=t)},result:function(){return e}}},min:function(){var e=Number.POSITIVE_INFINITY;return{calc:function(t){(e=c(e)||u(e)?e:t)>t&&(c(t)||u(t))&&(e=t)},result:function(){return e}}},sum:function(){var e=0;return{calc:function(t){t=r(t)?t:0,e+=t},result:function(){return e}}}}[n]();return s.calc(t(a)),l[e.aggregate]=s,i[e.field]=l,i}}));return function(e,n){return t.reduce((function(e,t){return t(e,n)}),e)}}(t)),i,e),void 0===o&&(o={}),Object.keys(o).forEach((function(e){var t=o[e];Object.keys(t).forEach((function(e){t[e]=t[e].result()}))})),o):i},rt={or:{concat:function(e,t){return function(n){return e(n)||t(n)}},identity:function(){return!1}},and:{concat:function(e,t){return function(n){return e(n)&&t(n)}},identity:function(){return!0}}},ot={contains:function(e,t){return(e||"").indexOf(t)>=0},doesnotcontain:function(e,t){return-1===(e||"").indexOf(t)},doesnotendwith:function(e,t){return(e||"").indexOf(t,(e||"").length-(t||"").length)<0},doesnotstartwith:function(e,t){return-1===(e||"").lastIndexOf(t,0)},endswith:function(e,t){return(e||"").indexOf(t,(e||"").length-(t||"").length)>=0},eq:function(e,t){return e===t},gt:function(e,t){return e>t},gte:function(e,t){return e>=t},isempty:function(e){return""===e},isnotempty:function(e){return""!==e},isnotnull:function(e){return r(e)},isnull:function(e){return o(e)},lt:function(e,t){return e<t},lte:function(e,t){return e<=t},neq:function(e,t){return e!=t},startswith:function(e,t){return 0===(e||"").lastIndexOf(t,0)}},it=/^\/Date\((.*?)\)\/$/,at=function(e){var t=rt[e.logic];return e.filters.filter(r).map((function(e){return p(e)?at(e):function(e){var t=e.field,n=e.ignoreCase,o=e.value,i=e.operator;t=r(t)?t:function(e){return e},n=!r(n)||n;var s=function(e,t,n){if(!r(t))return e;var o=e;if(l(t)){var i=it.exec(t);i?t=new Date(+i[1]):o=function(t){var r=e(t);return"string"==typeof r&&n?r.toLowerCase():c(r)?r+"":r}}return u(t)?function(e){var t=o(e);return u(t)?t.getTime():t}:o}(a(t)?t:Z(t,!0),o,n);o=function(e,t){if(null!=e&&l(e)){var n=it.exec(e);if(n)return new Date(+n[1]).getTime();if(t)return e.toLowerCase()}else if(null!=e&&u(e))return e.getTime();return e}(o,n);var p=a(i)?i:ot[i];return function(e){return p(s(e),o,n)}}(e)})).reduce(t.concat,t.identity)},lt=function(e){return e&&0!==e.filters.length?at(e):function(){return!0}},st=function(e,t){return!r(t)||p(t)&&0===t.filters.length?e:e.filter(lt(P(t)))},ct=function(e){return(e=i(e)?e:[e]).map((function(e){return Object.assign({dir:"asc"},e)}))},ut=Qe((function(e){return e})),pt=function(e,t,n,o){if(void 0===t&&(t=[]),void 0===n&&(n=ut),void 0===o&&(o=e),!(t=ct(t)).length)return e;var i=t[0],a=et(n(function(e){var t=Z(e,!0),n=0;return function(o,i){o[e]=o[e]||{};var a=t(i),l=function(e){return(e=r(e)&&e.getTime?e.getTime():e)+""}(a),s=o[e][l]||{__position:n++,aggregates:{},items:[],value:a};return s.items.push(i),o[e][l]=s,o}}(i.field)),{},e),l=[];return Object.keys(a).forEach((function(e){Object.keys(a[e]).forEach((function(n){var s=a[e][n],c={},u=o;r(i.aggregates)&&(u=st(o,{field:i.field,ignoreCase:!1,operator:"eq",value:s.value}),c=nt(u,i.aggregates)),l[s.__position]={aggregates:c,field:e,items:t.length>1?pt(s.items,t.slice(1),ut,u):s.items,value:s.value}}))})),l},dt=function(e,t){if(t.some((function(e){return r(e.dir)||r(e.compare)}))){e=e.slice(0);var n=Ze(t);e.sort(n)}return e},ht=function(e,t){return e===t},vt=function(e,t){return void 0===t&&(t=ht),function(e,t){return e.filter((function(e,n,r){return r.findIndex(t.bind(null,e))===n}))}(e,function(e){if(l(e)){var t=Z(e);e=function(e,n){return t(e)===t(n)}}return e}(t))},ft=function(e,t){var n=t.skip,o=t.take,i=t.filter,a=t.sort,l=t.group,s=h(ct(l||[]),a||[]);s.length&&(e=dt(e,s));var c,u=r(i)&&Je.length,p=r(l)&&l.length;if(!u&&!p)return{data:o?e.slice(n,n+o):e,total:e.length};var d,v,f=[];if(u?(c=function(e,t){for(var n=0,r=0,o=e.length;r<o;r++)t(e[r])&&n++;return n}(e,d=lt(P(i))),f.push(Je(d))):c=e.length,r(n)&&r(o)&&(f.push((v=n,function(e){return function(t,n){return v--<=0?e(t,n):t}})),f.push(function(e){return function(t){return function(n,r){return e-- >0?t(n,r):function(e){return $e(e)?e:{__value:e,reduced:!0}}(n)}}}(o))),f.length){var m=w.apply(void 0,f),g=p?pt(e,l,m,function(e,t){return t?e.filter(t):e}(e,d)):et(m(Xe),[],e);return{data:g,total:c}}return{data:p?pt(e,l):e,total:c}};!function(e){e.Contains="contains",e.DoesNotContain="doesnotcontain",e.DoesNotEndWith="doesnotendwith",e.DoesNotStartWith="doesnotstartwith",e.EndsWith="endswith",e.EqualTo="eq",e.GreaterThan="gt",e.GreaterThanOrEqual="gte",e.IsEmpty="isempty",e.IsNotEmpty="isnotempty",e.IsNotNull="isnotnull",e.IsNull="isnull",e.LessThan="lt",e.LessThanOrEqual="lte",e.NotEqualTo="neq",e.StartsWith="startswith"}(Y||(Y={}))},8696:(e,t,n)=>{n.r(t),n.d(t,{accessibilityIcon:()=>Jn,aggregateFieldsIcon:()=>xc,alignBottomIcon:()=>Yi,alignCenterIcon:()=>Xi,alignItemsBaselineAltIcon:()=>ci,alignItemsBaselineIcon:()=>oi,alignItemsCenterAltIcon:()=>ai,alignItemsCenterIcon:()=>ti,alignItemsEndAltIcon:()=>li,alignItemsEndIcon:()=>ni,alignItemsStartAltIcon:()=>ii,alignItemsStartIcon:()=>ei,alignItemsStretchAltIcon:()=>si,alignItemsStretchIcon:()=>ri,alignJustifyIcon:()=>Ji,alignLeftIcon:()=>Zi,alignMiddleIcon:()=>Ui,alignRemoveIcon:()=>$i,alignRightIcon:()=>Qi,alignSelfCenterAltIcon:()=>ko,alignSelfCenterIcon:()=>zo,alignSelfEndAltIcon:()=>Io,alignSelfEndIcon:()=>xo,alignSelfStartAltIcon:()=>Co,alignSelfStartIcon:()=>wo,alignSelfStretchAltIcon:()=>$o,alignSelfStretchIcon:()=>Jo,alignToGridIcon:()=>_o,alignTopIcon:()=>Wi,allIcon:()=>Pi,anchorIcon:()=>Sl,applyFormatIcon:()=>vl,arrowDownIcon:()=>M,arrowLeftIcon:()=>S,arrowOverflowDownIcon:()=>z,arrowRightIcon:()=>E,arrowRotateCcwIcon:()=>Mt,arrowRotateCcwSmallIcon:()=>Vt,arrowRotateCwIcon:()=>St,arrowRotateCwSmallIcon:()=>Pt,arrowUpIcon:()=>O,arrowsAxesIcon:()=>_,arrowsLeftRightIcon:()=>ne,arrowsMoveIcon:()=>Bn,arrowsNoChangeIcon:()=>w,arrowsNoRepeatIcon:()=>Ht,arrowsSwapIcon:()=>R,arrowsTopBottomIcon:()=>re,barcodeIcon:()=>er,barcodeOutlineIcon:()=>$n,barcodeQrCodeScannerIcon:()=>ir,barcodeScannerIcon:()=>tr,behanceBoxIcon:()=>sc,behanceIcon:()=>lc,bellIcon:()=>Tr,binocularsIcon:()=>ol,bloggerBoxIcon:()=>Hs,bloggerIcon:()=>Ss,blurIcon:()=>po,boldIcon:()=>zi,bookIcon:()=>Ua,borderBottomIcon:()=>ya,borderColorIcon:()=>kt,borderLeftIcon:()=>ba,borderRadiusBottomLeftIcon:()=>oe,borderRadiusBottomRightIcon:()=>ie,borderRadiusIcon:()=>se,borderRadiusTopLeftIcon:()=>ae,borderRadiusTopRightIcon:()=>le,borderRightIcon:()=>wa,borderStyleBottomIcon:()=>ce,borderStyleIcon:()=>he,borderStyleLeftIcon:()=>ue,borderStyleRightIcon:()=>pe,borderStyleTopIcon:()=>de,borderTopIcon:()=>ga,borderTypeIcon:()=>It,bordersAllIcon:()=>da,bordersInsideHorizontalIcon:()=>fa,bordersInsideIcon:()=>va,bordersInsideVerticalIcon:()=>ma,bordersNoneIcon:()=>za,bordersOutsideIcon:()=>ha,bordersShowHideIcon:()=>xa,boxSizingIcon:()=>ve,brightnessContrastIcon:()=>ao,bringBackwardIcon:()=>bo,bringForwardIcon:()=>yo,bringToBackIcon:()=>go,bringToFrontIcon:()=>mo,brushIcon:()=>no,buildingBlocksIcon:()=>Cl,buttonIcon:()=>Ea,calculatorIcon:()=>Tn,calendarDateIcon:()=>Sa,calendarIcon:()=>_t,cameraIcon:()=>qr,cancelCircleIcon:()=>Zt,cancelIcon:()=>Ut,cancelOutlineIcon:()=>Yt,caretAltDownIcon:()=>c,caretAltExpandIcon:()=>b,caretAltLeftIcon:()=>u,caretAltRightIcon:()=>s,caretAltToBottomIcon:()=>h,caretAltToLeftIcon:()=>v,caretAltToRightIcon:()=>d,caretAltToTopIcon:()=>p,caretAltUpIcon:()=>l,caretBlIcon:()=>i,caretBrIcon:()=>o,caretDoubleAltDownIcon:()=>g,caretDoubleAltLeftIcon:()=>y,caretDoubleAltRightIcon:()=>m,caretDoubleAltUpIcon:()=>f,caretTlIcon:()=>a,caretTrIcon:()=>r,cartIcon:()=>Fn,categorizeIcon:()=>N,cellSplitHorizontallyIcon:()=>Wl,cellSplitVerticallyIcon:()=>Ul,cellsMergeHorizontallyIcon:()=>Gl,cellsMergeIcon:()=>ql,cellsMergeVerticallyIcon:()=>Kl,changeManuallyIcon:()=>Ba,chartAreaClusteredIcon:()=>Qu,chartAreaRangeIcon:()=>ep,chartAreaStacked100Icon:()=>$u,chartAreaStackedIcon:()=>Ju,chartBarClusteredIcon:()=>Uu,chartBarRangeIcon:()=>Xu,chartBarStacked100Icon:()=>Zu,chartBarStackedIcon:()=>Yu,chartBubbleIcon:()=>vp,chartCandlestickIcon:()=>fp,chartChoroplethIcon:()=>zp,chartColumnClusteredIcon:()=>qu,chartColumnRangeIcon:()=>Wu,chartColumnStacked100Icon:()=>Ku,chartColumnStackedIcon:()=>Gu,chartDoughnutIcon:()=>sp,chartLineIcon:()=>tp,chartLineMarkersIcon:()=>op,chartLineStacked100Icon:()=>rp,chartLineStacked100MarkersIcon:()=>ap,chartLineStackedIcon:()=>np,chartLineStackedMarkersIcon:()=>ip,chartOhlcIcon:()=>mp,chartPieIcon:()=>lp,chartRadarFilledIcon:()=>bp,chartRadarIcon:()=>gp,chartRadarMarkersIcon:()=>yp,chartRoseIcon:()=>wp,chartScatterIcon:()=>cp,chartScatterSmoothLinesIcon:()=>pp,chartScatterSmoothLinesMarkersIcon:()=>up,chartScatterStraightLinesIcon:()=>hp,chartScatterStraightLinesMarkersIcon:()=>dp,checkCircleIcon:()=>Jt,checkIcon:()=>Xt,checkOutlineIcon:()=>Qt,checkboxCheckedIcon:()=>Dr,checkboxIcon:()=>Pr,checkboxIndeterminateIcon:()=>_r,checkboxNullIcon:()=>Rr,chevronDoubleDownIcon:()=>fe,chevronDoubleLeftIcon:()=>me,chevronDoubleRightIcon:()=>ge,chevronDoubleUpIcon:()=>ye,chevronDownIcon:()=>k,chevronLeftIcon:()=>I,chevronRightIcon:()=>C,chevronUpIcon:()=>x,circleIcon:()=>Lr,clearCssIcon:()=>fl,clipboardCodeIcon:()=>sl,clipboardHtmlIcon:()=>pl,clipboardIcon:()=>ll,clipboardMarkdownIcon:()=>dl,clipboardTextIcon:()=>hl,clipboardWordAltIcon:()=>ul,clipboardWordIcon:()=>cl,clockArrowRotateIcon:()=>dr,clockIcon:()=>Dt,closedCaptionsIcon:()=>xr,cloudIcon:()=>Xc,codeIcon:()=>jc,codeSnippetIcon:()=>Ia,colResizeIcon:()=>D,columnFreezeIcon:()=>Ql,columnsIcon:()=>Y,commentIcon:()=>Qa,commentRemoveIcon:()=>Ja,commentsRemoveIcon:()=>$a,connectorIcon:()=>jn,convertLowercaseIcon:()=>Oi,convertUppercaseIcon:()=>Ei,copyFormatIcon:()=>ml,copyIcon:()=>il,cropIcon:()=>Zr,crosstabIcon:()=>vs,crosstabWizardIcon:()=>fs,csIcon:()=>Uc,csprojIcon:()=>Kc,css3Icon:()=>Tc,cssIcon:()=>Ac,customFormatIcon:()=>ss,customIconIcon:()=>Wa,cutIcon:()=>al,dataCsvIcon:()=>uu,dataIcon:()=>$c,dataJsonIcon:()=>pu,dataOdsIcon:()=>be,dataRestIcon:()=>Du,dataSdsIcon:()=>at,dataSqlIcon:()=>du,dataWebIcon:()=>hu,decimalDecreaseIcon:()=>us,decimalIncreaseIcon:()=>cs,decreaseHorizontalSpacingIcon:()=>jo,decreaseVerticalSpacingIcon:()=>Ko,deliciousBoxIcon:()=>Ps,deliciousIcon:()=>Vs,detailSectionIcon:()=>au,diggBoxIcon:()=>_s,diggIcon:()=>Ds,dimensionsIcon:()=>Qo,displayBlockIcon:()=>ze,displayFlexIcon:()=>xe,displayInlineBlockIcon:()=>ct,displayInlineFlexIcon:()=>Ce,divIcon:()=>Vi,divideIcon:()=>Qn,documentManagerIcon:()=>Ka,dollarIcon:()=>as,downloadIcon:()=>Cn,downloadLightIcon:()=>lt,dragAndDropIcon:()=>L,dribbbleBoxIcon:()=>uc,dribbbleIcon:()=>cc,dropletIcon:()=>oo,dropletSlashIcon:()=>Po,dropletSliderIcon:()=>ke,editToolsIcon:()=>La,envelopBoxIcon:()=>Ls,envelopIcon:()=>Rs,envelopLinkIcon:()=>Ml,envelopeBoxIcon:()=>ht,envelopeIcon:()=>ft,envelopeLinkIcon:()=>vt,equalIcon:()=>Un,exclamationCircleIcon:()=>Ar,exeIcon:()=>Gc,exportIcon:()=>ju,eyeIcon:()=>_n,eyeSlashIcon:()=>st,eyedropperIcon:()=>Uo,facebookBoxIcon:()=>Bs,facebookIcon:()=>Ns,fileAddIcon:()=>kc,fileAscxIcon:()=>Rc,fileAudioIcon:()=>Cu,fileBacIcon:()=>Lc,fileConfigIcon:()=>_c,fileCsvIcon:()=>Oc,fileDataIcon:()=>Ou,fileDiscImageIcon:()=>Eu,fileErrorIcon:()=>Vu,fileExcelIcon:()=>Ec,fileFlashIcon:()=>Dc,fileFooterIcon:()=>tu,fileHeaderIcon:()=>eu,fileHorizontalIcon:()=>Qc,fileIcon:()=>Cc,fileImageIcon:()=>ku,fileMdbIcon:()=>Sc,filePdfIcon:()=>Vc,filePptIcon:()=>Hc,filePresentationIcon:()=>Iu,fileProgrammingIcon:()=>Mu,filePsdIcon:()=>Pc,fileReportIcon:()=>Ie,fileTxtIcon:()=>Ic,fileTypescriptIcon:()=>_u,fileVideoIcon:()=>xu,fileWordIcon:()=>Mc,fileWrenchIcon:()=>wi,fileZipIcon:()=>Nc,filesErrorIcon:()=>Pu,filmIcon:()=>Bc,filterAddExpressionIcon:()=>bn,filterAddGroupIcon:()=>wn,filterClearIcon:()=>fn,filterIcon:()=>vn,filterSmallIcon:()=>mn,filterSortAscSmallIcon:()=>gn,filterSortDescSmallIcon:()=>yn,flashManagerIcon:()=>rl,flipHorizontalIcon:()=>Qr,flipVerticalIcon:()=>Jr,folderAddIcon:()=>bc,folderIcon:()=>gc,folderMoreIcon:()=>zc,folderOpenIcon:()=>yc,folderUpIcon:()=>wc,fontFamilyIcon:()=>ki,fontGrowIcon:()=>yt,fontShrinkIcon:()=>bt,fontSizeIcon:()=>ps,foregroundColorIcon:()=>Ii,formElementIcon:()=>ka,formIcon:()=>Ca,formatCodeBlockIcon:()=>xl,formulaFxIcon:()=>rs,forwardIcon:()=>gr,fullscreenExitIcon:()=>Vo,fullscreenIcon:()=>Ho,gapColumnIcon:()=>Oe,gapRowIcon:()=>Ee,gaugeLinearIcon:()=>pt,gaugeRadialIcon:()=>dt,gearIcon:()=>Vn,gearsIcon:()=>Pn,globeIcon:()=>zs,globeLinkIcon:()=>Ol,globeOutlineIcon:()=>ws,globeUnlinkIcon:()=>El,googleBoxIcon:()=>Fs,googleIcon:()=>Ts,googlePlusBoxIcon:()=>As,googlePlusIcon:()=>js,graphIcon:()=>Au,grayscaleIcon:()=>uo,greaterOrEqualIcon:()=>Xn,gridIcon:()=>B,gridLayoutIcon:()=>T,groupBoxIcon:()=>Ha,groupCollectionIcon:()=>vu,groupFooterSectionIcon:()=>ru,groupHeaderSectionIcon:()=>nu,groupIcon:()=>F,groupSectionIcon:()=>su,h1Icon:()=>Di,h2Icon:()=>_i,h3Icon:()=>Ri,h4Icon:()=>Li,h5Icon:()=>Ni,h6Icon:()=>Bi,handIcon:()=>lr,handleDragIcon:()=>A,handleResizeAltIcon:()=>Me,handleResizeIcon:()=>Se,hdIcon:()=>zr,heartIcon:()=>Sr,heartOutlineIcon:()=>Mr,homeIcon:()=>te,horizontalRuleIcon:()=>ta,html5Icon:()=>Fc,hyperlinkOpenIcon:()=>In,hyperlinkOpenSmIcon:()=>On,imageAbsolutePositionIcon:()=>ds,imageAddIcon:()=>Ya,imageEditIcon:()=>Za,imageExportIcon:()=>Kr,imageIcon:()=>Gr,imageMapEditorIcon:()=>Xa,imageResizeIcon:()=>Yr,imagesIcon:()=>He,importIcon:()=>Fu,inboxIcon:()=>Ms,increaseHorizontalSpacingIcon:()=>Fo,increaseVerticalSpacingIcon:()=>Go,indentIcon:()=>ji,infoCircleIcon:()=>Fr,inheritedIcon:()=>zu,insertBottomIcon:()=>Ki,insertMiddleIcon:()=>Gi,insertTopIcon:()=>qi,invertColorsIcon:()=>so,italicIcon:()=>xi,jsIcon:()=>qc,justifyContentAroundAltIcon:()=>bi,justifyContentAroundIcon:()=>vi,justifyContentBetweenAltIcon:()=>yi,justifyContentBetweenIcon:()=>hi,justifyContentCenterAltIcon:()=>mi,justifyContentCenterIcon:()=>pi,justifyContentEndAltIcon:()=>gi,justifyContentEndIcon:()=>di,justifyContentStartAltIcon:()=>fi,justifyContentStartIcon:()=>ui,kpiStatusDenyIcon:()=>Gn,kpiStatusHoldIcon:()=>Kn,kpiStatusOpenIcon:()=>Wn,launchIcon:()=>En,layout1By4Icon:()=>G,layout2By2Icon:()=>K,layoutIcon:()=>q,layoutSideBySideIcon:()=>W,layoutStackedIcon:()=>U,lessOrEqualIcon:()=>Zn,letterSpaceIcon:()=>Ve,levelDownIcon:()=>H,levelToTopIcon:()=>P,levelUpIcon:()=>V,lineHeightIcon:()=>Pe,linkAddIcon:()=>Il,linkIcon:()=>jt,linkVerticalIcon:()=>qt,linkedinBoxIcon:()=>Gs,linkedinIcon:()=>qs,listLatinBigIcon:()=>De,listLatinSmallIcon:()=>_e,listOrderedIcon:()=>Ti,listRomanBigIcon:()=>Re,listRomanLowerIcon:()=>Tu,listRomanSmallIcon:()=>Le,listRomanUpperIcon:()=>Bu,listUnorderedIcon:()=>Fi,listUnorderedOutlineIcon:()=>Ne,listUnorderedSquareIcon:()=>Be,lockIcon:()=>Kt,loginIcon:()=>zn,logoutIcon:()=>xn,makeHorizontalSpacingEqualIcon:()=>To,makeSameHeightIcon:()=>Bo,makeSameSizeIcon:()=>Lo,makeSameWidthIcon:()=>No,makeVerticalSpacingEqualIcon:()=>qo,mapMarkerIcon:()=>xs,mapMarkerTargetIcon:()=>Cs,maxHeightIcon:()=>Te,maxWidthIcon:()=>Fe,mediaManagerIcon:()=>tl,menuIcon:()=>Q,minHeightIcon:()=>je,minWidthIcon:()=>Ae,minusCircleIcon:()=>sn,minusIcon:()=>an,minusOutlineIcon:()=>ln,minusSmIcon:()=>qn,mirrorIcon:()=>Xr,moreHorizontalIcon:()=>$,moreVerticalIcon:()=>J,musicNotesIcon:()=>kr,myspaceBoxIcon:()=>Ws,myspaceIcon:()=>Ks,nonRecurrenceIcon:()=>we,notEqualIcon:()=>Yn,outdentIcon:()=>Ai,outlineOffsetIcon:()=>qe,outlineWidthIcon:()=>Ge,overlapIcon:()=>ee,paddingBottomIcon:()=>Ke,paddingIcon:()=>Ze,paddingLeftIcon:()=>We,paddingRightIcon:()=>Ue,paddingTopIcon:()=>Ye,pageFooterSectionIcon:()=>iu,pageHeaderSectionIcon:()=>ou,paletteIcon:()=>ro,paneFreezeIcon:()=>Zl,paperPlaneIcon:()=>ut,paperclipAltIcon:()=>Ft,paperclipIcon:()=>Tt,paragraphAddIcon:()=>Ra,parameterBooleanIcon:()=>fu,parameterDateTimeIcon:()=>mu,parameterFloatIcon:()=>gu,parameterIntegerIcon:()=>yu,parameterStringIcon:()=>bu,parametersByteArrayIcon:()=>Su,parametersIcon:()=>cu,parametersUnknownIcon:()=>Hu,passwordIcon:()=>_a,pauseIcon:()=>vr,pauseSmIcon:()=>Or,pencilIcon:()=>Nt,percentIcon:()=>ls,photosIcon:()=>Do,pinIcon:()=>ks,pinterestBoxIcon:()=>Ys,pinterestIcon:()=>Us,playIcon:()=>hr,playSmIcon:()=>Ir,playlistIcon:()=>Cr,plusCircleIcon:()=>on,plusIcon:()=>nn,plusOutlineIcon:()=>rn,plusSmIcon:()=>An,pointerIcon:()=>sr,positionBottomIcon:()=>Xe,positionLeftIcon:()=>Qe,positionRightIcon:()=>Je,positionTopIcon:()=>$e,printIcon:()=>Lt,puzzlePieceIcon:()=>kl,qrCodeIcon:()=>rr,qrCodeOutlineIcon:()=>nr,qrCodeScannerIcon:()=>or,questionCircleIcon:()=>jr,radiobuttonCheckedIcon:()=>Br,radiobuttonIcon:()=>Nr,redditBoxIcon:()=>Xs,redditIcon:()=>Zs,redoIcon:()=>Et,regularExpressionIcon:()=>et,removeHorizontalSpacingIcon:()=>Ao,removeVerticalSpacingIcon:()=>Wo,reorderIcon:()=>X,replaceAllIcon:()=>tt,replaceSingleIcon:()=>nt,reportElementIcon:()=>rt,rewindIcon:()=>mr,rightDoubleQuotesIcon:()=>ot,rotateIcon:()=>$r,rotateLeftIcon:()=>to,rotateRightIcon:()=>eo,roundCornersIcon:()=>fo,rowFreezeIcon:()=>Xl,rowsIcon:()=>Z,rssBoxIcon:()=>dc,rssIcon:()=>pc,saveIcon:()=>Rt,searchIcon:()=>Rn,selectAllIcon:()=>Oa,selectBoxIcon:()=>Ma,setColumnPositionIcon:()=>pr,shapeLineIcon:()=>io,shapesIcon:()=>vo,shareIcon:()=>Os,sharpenIcon:()=>ho,signatureIcon:()=>ar,silverlightIcon:()=>el,sizeToGridIcon:()=>Ro,slidersIcon:()=>lo,slnIcon:()=>Zc,snapGridIcon:()=>Yo,snapToGridlinesIcon:()=>Zo,snapToSnaplinesIcon:()=>Xo,sortAscIcon:()=>cn,sortAscSmallIcon:()=>dn,sortClearIcon:()=>pn,sortDescIcon:()=>un,sortDescSmallIcon:()=>hn,spellCheckerIcon:()=>$l,starIcon:()=>Vr,starOutlineIcon:()=>Hr,stickIcon:()=>cr,stopIcon:()=>fr,stopSmIcon:()=>Er,strikethroughIcon:()=>Mi,stripAllFormattingIcon:()=>gl,stripCssFormatIcon:()=>yl,stripFontElementsIcon:()=>bl,stripSpanElementsIcon:()=>wl,stripWordFormattingIcon:()=>zl,stumbleUponBoxIcon:()=>Js,stumbleUponIcon:()=>Qs,subreportIcon:()=>Jc,subscriptIcon:()=>Si,sumIcon:()=>os,supscriptIcon:()=>Hi,symbolIcon:()=>is,tableAddIcon:()=>Hl,tableAlignBottomCenterIcon:()=>ca,tableAlignBottomLeftIcon:()=>sa,tableAlignBottomRightIcon:()=>ua,tableAlignMiddleCenterIcon:()=>aa,tableAlignMiddleLeftIcon:()=>ia,tableAlignMiddleRightIcon:()=>la,tableAlignRemoveIcon:()=>pa,tableAlignTopCenterIcon:()=>ra,tableAlignTopLeftIcon:()=>na,tableAlignTopRightIcon:()=>oa,tableBodyIcon:()=>ms,tableCellDeleteIcon:()=>jl,tableCellIcon:()=>Dl,tableCellPropertiesIcon:()=>_l,tableColumnDeleteIcon:()=>Tl,tableColumnGroupsIcon:()=>gs,tableColumnInsertLeftIcon:()=>Rl,tableColumnInsertRightIcon:()=>Ll,tableCornerIcon:()=>ys,tableDeleteIcon:()=>Al,tableIcon:()=>Vl,tablePositionCenterIcon:()=>Lu,tablePositionEndIcon:()=>Nu,tablePositionStartIcon:()=>Ru,tablePropertiesIcon:()=>Pl,tableRowDeleteIcon:()=>Fl,tableRowGroupsIcon:()=>bs,tableRowInsertAboveIcon:()=>Nl,tableRowInsertBelowIcon:()=>Bl,tableUnmergeIcon:()=>Yl,tableWizardIcon:()=>hs,tellAFriendBoxIcon:()=>ec,tellAFriendIcon:()=>$s,templateManagerIcon:()=>Na,textClipIcon:()=>Ct,textOverflowIcon:()=>wt,textTruncateIcon:()=>xt,textWrapArrowIcon:()=>zt,textWrapIcon:()=>ea,textareaIcon:()=>Va,textboxHiddenIcon:()=>Da,textboxIcon:()=>Pa,thumbnailsDownIcon:()=>Mo,thumbnailsLeftIcon:()=>So,thumbnailsRightIcon:()=>Eo,thumbnailsUpIcon:()=>Oo,tocSectionIcon:()=>lu,tocSectionLevelIcon:()=>wu,toggleFullScreenModeIcon:()=>ns,toolbarFloatIcon:()=>Jl,trackChangesAcceptAllIcon:()=>Aa,trackChangesAcceptIcon:()=>ja,trackChangesEnableIcon:()=>Fa,trackChangesIcon:()=>Ta,trackChangesRejectAllIcon:()=>Ga,trackChangesRejectIcon:()=>qa,transparencyIcon:()=>co,trashIcon:()=>Bt,tumblrBoxIcon:()=>nc,tumblrIcon:()=>tc,twitterBoxIcon:()=>oc,twitterIcon:()=>rc,underlineIcon:()=>Ci,undoIcon:()=>Ot,ungroupIcon:()=>j,unlinkIcon:()=>At,unlinkVerticalIcon:()=>Gt,unlockIcon:()=>Wt,unpinIcon:()=>Is,unstickIcon:()=>ur,uploadIcon:()=>kn,userIcon:()=>Es,validationDataIcon:()=>ts,validationXhtmlIcon:()=>es,vbIcon:()=>Yc,vbprojIcon:()=>Wc,videoExternalIcon:()=>nl,vimeoBoxIcon:()=>vc,vimeoIcon:()=>hc,volumeDownIcon:()=>yr,volumeMuteIcon:()=>wr,volumeUpIcon:()=>br,warningCircleIcon:()=>mt,warningTriangleIcon:()=>gt,wholeWordIcon:()=>it,windowIcon:()=>Mn,windowMinimizeIcon:()=>Hn,windowRestoreIcon:()=>Sn,wrenchIcon:()=>Dn,xCircleIcon:()=>tn,xIcon:()=>$t,xOutlineIcon:()=>en,yammerBoxIcon:()=>ac,yammerIcon:()=>ic,youtubeBoxIcon:()=>mc,youtubeIcon:()=>fc,zoomActualSizeIcon:()=>Wr,zoomBestFitIcon:()=>Ur,zoomInIcon:()=>Ln,zoomOutIcon:()=>Nn});const r={name:"caret-tr",content:'<path d="M352 160v192L160 160h192z" />',viewBox:"0 0 512 512"},o={name:"caret-br",content:'<path d="M352 352H160l192-192v192z" />',viewBox:"0 0 512 512"},i={name:"caret-bl",content:'<path d="M160 352V160l192 192H160z" />',viewBox:"0 0 512 512"},a={name:"caret-tl",content:'<path d="M160 160h192L160 352V160z" />',viewBox:"0 0 512 512"},l={name:"caret-alt-up",content:'<path d="m256 160 128 192H128l128-192z" />',viewBox:"0 0 512 512"},s={name:"caret-alt-right",content:'<path d="M352 256 160 384V128l192 128z" />',viewBox:"0 0 512 512"},c={name:"caret-alt-down",content:'<path d="M256 352 128 160h256L256 352z" />',viewBox:"0 0 512 512"},u={name:"caret-alt-left",content:'<path d="m160 256 192-128v256L160 256z" />',viewBox:"0 0 512 512"},p={name:"caret-alt-to-top",content:'<path d="m128 352 128-192 128 192H128zm256-224H128v32h256v-32z" />',viewBox:"0 0 512 512"},d={name:"caret-alt-to-right",content:'<path d="m128 128 192 128-192 128V128zm224 256V128h-32v256h32z" />',viewBox:"0 0 512 512"},h={name:"caret-alt-to-bottom",content:'<path d="M384 128 256 320 128 128h256zM128 352h256v-32H128v32z" />',viewBox:"0 0 512 512"},v={name:"caret-alt-to-left",content:'<path d="M352 384 160 256l192-128v256zM128 128v256h32V128h-32z" />',viewBox:"0 0 512 512"},f={name:"caret-double-alt-up",content:'<path d="m128 448 128-192 128 192H128zM256 64 128 256h256L256 64z" />',viewBox:"0 0 512 512"},m={name:"caret-double-alt-right",content:'<path d="m64 128 192 128L64 384V128zm384 128L256 128v256l192-128z" />',viewBox:"0 0 512 512"},g={name:"caret-double-alt-down",content:'<path d="M384 64 256 256 128 64h256zM256 448l128-192-128 1H128l128 191z" />',viewBox:"0 0 512 512"},y={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"},b={name:"caret-alt-expand",content:'<path d="M128 288h256L256 480 128 288zM256 32 128 224h256.001L256 32z" />',viewBox:"0 0 512 512"},w={name:"arrows-no-change",content:'<path d="M256 160 128 352 0 160h256zm96 0L224 352h256.001L352 160z" />',viewBox:"0 0 512 512"},z={name:"arrow-overflow-down",content:'<path d="M384 160 256 352 128 160h256zM128 96v32h256V96H128z" />',viewBox:"0 0 512 512"},x={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"},C={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"},k={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"},O={name:"arrow-up",content:'<path d="M384 288h-96v128h-64l-.001-128H128L255.999 96 384 288z" />',viewBox:"0 0 512 512"},E={name:"arrow-right",content:'<path d="M224 384v-96H96v-64h128v-96l192 128-192 128z" />',viewBox:"0 0 512 512"},M={name:"arrow-down",content:'<path d="M128 224h96V96h64l.001 128H384L256.001 416 128 224z" />',viewBox:"0 0 512 512"},S={name:"arrow-left",content:'<path d="M288 128v96h128v64l-128 .001V384L96 256.001 288 128z" />',viewBox:"0 0 512 512"},H={name:"level-down",content:'<path d="M288 192v64h64l-80 128-80-128h64v-64H128v-32h288v32H288z" />',viewBox:"0 0 512 512"},V={name:"level-up",content:'<path d="m128 288 80-128 80 128h-64v64h192v32H192v-96h-64z" />',viewBox:"0 0 512 512"},P={name:"level-to-top",content:'<path d="m128 288 80-128 80 128h-64v64h192v32H192v-96h-64zm288-160H96v32h320v-32z" />',viewBox:"0 0 512 512"},D={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"},_={name:"arrows-axes",content:'<path d="M352 480v-64H128v64H96v-64H32v-32h64V160H32l80-128 80 128h-64v224h224v-64l128 80-128 80z" />',viewBox:"0 0 512 512"},R={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"},L={name:"drag-and-drop",content:'<path d="m32 128 192 112L32 352V128zm224 96v32h224v-32H256z" />',viewBox:"0 0 512 512"},N={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"},B={name:"grid",content:'<path d="M32 32h128v128H32V32zm160 448h128V352H192v128zm-160 0h128V352H32v128zm0-160h128V192H32v128zm160 0h128V192H192v128zM352 32v128h128V32H352zm0 288h128V192H352v128zM192 160h128V32H192v128zm160 320h128V352H352v128z" />',viewBox:"0 0 512 512"},T={name:"grid-layout",content:'<path d="M32 32h96v96H32V32zm128 0v96h320V32H160zM32 288h96v-96H32v96zm128 0h320v-96H160v96zM32 448h96v-96H32v96zm128 0h320v-96H160v96z" />',viewBox:"0 0 512 512"},F={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"},A={name:"handle-drag",content:'<path d="M160 64h64v384h-64V64zm96 0v384h64V64h-64z" />',viewBox:"0 0 512 512"},q={name:"layout",content:'<path d="M192 416h256v64H192v-64zm0-32h256v-64H192v64zM32 480h128V128H32v352zm160-288h256v-64H192v64zm0 96h256v-64H192v64zM32 0v96h416V0H32z" />',viewBox:"0 0 512 512"},G={name:"layout-1-by-4",content:'<path d="M32 0h192v480H32V0zm224 0v96h192V0H256zm0 224h192v-96H256v96zm0 128h192v-96H256v96zm0 128h192v-96H256v96z" />',viewBox:"0 0 512 512"},K={name:"layout-2-by-2",content:'<path d="M32 224h192V0H32v224zm224 0h192V0H256v224zM32 480h192V256H32v224zm224 0h192V256H256v224z" />',viewBox:"0 0 512 512"},W={name:"layout-side-by-side",content:'<path d="M32 384h416v96H32v-96zm0-32h416v-96H32v96zm0-128h416v-96H32v96zM32 0v96h416V0H32z" />',viewBox:"0 0 512 512"},U={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"},Z={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"},re={name:"arrows-top-bottom",content:'<path d="m240 512 80-128h-64V128h64L240 0l-80 128h64v256h-64z" />',viewBox:"0 0 512 512"},oe={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"},ie={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"},ae={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"},le={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"},se={name:"border-radius",content:'<path d="M64 32h96v32H64v96H32V32h32zm384 416h-96v32h128V352h-32v96zM352 32v32h96v96h32V32H352zM64 352H32v128h128v-32H64v-96z" />',viewBox:"0 0 512 512"},ce={name:"border-style-bottom",content:'<path d="M96 480v-64h320v64H96zm1-416h320V32H97v32zM64 416V96H32v320h32zm416 0V96h-32v320h32z" />',viewBox:"0 0 512 512"},ue={name:"border-style-left",content:'<path d="M32 96h64v320H32V96zm416 1v320h32V97h-32zM96 64h320V32H96v32zm0 416h320v-32H96v32z" />',viewBox:"0 0 512 512"},pe={name:"border-style-right",content:'<path d="M480 416h-64V96h64v320zm-416-1V95H32v320h32zm352 33H96v32h320v-32zm0-416H96v32h320V32z" />',viewBox:"0 0 512 512"},de={name:"border-style-top",content:'<path d="M416 32v64H96V32h320zm-1 416H95v32h320v-32zm33-352v320h32V96h-32zM32 96v320h32V96H32z" />',viewBox:"0 0 512 512"},he={name:"border-style",content:'<path d="M32 96h32v320H32zm416 1h32v320h-32zM96 32h320v32H96zm0 416h320v32H96z" />',viewBox:"0 0 512 512"},ve={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"},fe={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"},me={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"},ge={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"},ye={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"},be={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"},we={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"},ze={name:"display-block",content:'<path d="M32 32h448v32H32zm0 416h448v32H32zm0-64h448V128H32v256zm64-192h320v128H96V192z" />',viewBox:"0 0 512 512"},xe={name:"display-flex",content:'<path d="M32 32v448h448V32H32zm416 416H64V64h384v384zM128 128h96v256h-96zm160 0h96v256h-96z" />',viewBox:"0 0 512 512"},Ce={name:"display-inline-flex",content:'<path d="M96 416h320V96H96v320zm32-288h256v256H128V128zm32 32h64v192h-64zm128 0h64v192h-64zM32 32h32v448H32zm416 0h32v448h-32z" />',viewBox:"0 0 512 512"},ke={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"},Oe={name:"gap-column",content:'<path d="M32 32v448h448V32H32zm416 416H64V64h384v384zM96 96h96v320H96zm224 0h96v320h-96z" />',viewBox:"0 0 512 512"},Ee={name:"gap-row",content:'<path d="M480 32H32v448h448V32zM64 448V64h384v384H64zM96 96h320v96H96zm0 224h320v96H96z" />',viewBox:"0 0 512 512"},Me={name:"handle-resize-alt",content:'<path d="M480 224v256H224v-64h192V224h64z" />',viewBox:"0 0 512 512"},Se={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"},He={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"},Ve={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"},Pe={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"},De={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"},_e={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"},Re={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"},Le={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"},Ne={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"},Be={name:"list-unordered-square",content:'<path d="M128 160H32V64h96v96zm0 64H32v96h96v-96zm0 160H32v96h96v-96zm64-256h288V96H192v32zm0 160h288v-32H192v32zm0 160h288v-32H192v32z" />',viewBox:"0 0 512 512"},Te={name:"max-height",content:'<path d="M384 0H96v32h288zm0 479H240.6L320 352h-64V160h64L240 32l-80 128h64v192h-64l79.4 127H96v32h288z" />',viewBox:"0 0 512 512"},Fe={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"},Ae={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"},qe={name:"outline-offset",content:'<path d="M448 32H32v448h448V32h-32zm0 416H64V64h384v384zM160 320v32h192V160H160v160zm32-128h128v128H192V192z" />',viewBox:"0 0 512 512"},Ge={name:"outline-width",content:'<path d="M416 32H32v448h448V32h-64zm0 384H96V96h320v320zm-256-32h224V128H128v256h32zm0-224h192v192H160V160z" />',viewBox:"0 0 512 512"},Ke={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"},We={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"},Ue={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"},Ze={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"},rt={name:"report-element",content:'<path d="M480 320V192H160v48H96v-80h256V32H32v128h32v320h32v-48h64v48h256V352H160v48H96V272h64v48ZM64 64h256v64H64Zm128 320h192v64H192v-64Z" />',viewBox:"0 0 512 512"},ot={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"},it={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"},at={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"},lt={name:"download-light",content:'<path d="M368 256 256 384 144 256h96V32h32v224h96Zm112 192H32v32h448v-32Z" />',viewBox:"0 0 512 512"},st={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"},ct={name:"display-inline-block",content:'<path d="M448 32h32v448h-32zM32 32h32v448H32zm64 352h320V128H96v256zm64-192h192v128H160V192z" />',viewBox:"0 0 512 512"},ut={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"},pt={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"},dt={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"},ht={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"},vt={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"},ft={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"},mt={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"},gt={name:"warning-triangle",content:'<path d="M256 32 0 480h512L256 32Zm-32 160h64v160h-64V192Zm0 256v-64h64v64h-64Z" />',viewBox:"0 0 512 512"},yt={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"},bt={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"},wt={name:"text-overflow",content:'<path d="M288 304v176h32V304h-32zm0-272v176h32V32h-32zM64 32v448h32V32H64zm288 288v-48H128v-32h224v-48l96 64-96 64z" />',viewBox:"0 0 512 512"},zt={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"},xt={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"},Ct={name:"text-clip",content:'<path d="M64 32v448h32V32H64Zm384 448V32h-32v448h32ZM320 320v-48H128v-32h192v-48l96 64-96 64Z" />',viewBox:"0 0 512 512"},kt={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"},Ot={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"},Et={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"},Mt={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"},St={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"},Ht={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"},Vt={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"},Pt={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"},Dt={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"},_t={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"},Rt={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"},Lt={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"},Nt={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"},Bt={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"},Tt={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"},Ft={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"},At={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"},qt={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"},Gt={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"},Kt={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"},Wt={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"},Ut={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"},Zt={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"},rn={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"},on={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"},ln={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"},sn={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"},cn={name:"sort-asc",content:'<path d="M96 352h320v64H96v-64zm0-128h224v64H96v-64zm0-128h128v64H96V96z" />',viewBox:"0 0 512 512"},un={name:"sort-desc",content:'<path d="M96 96h320v64H96V96zm0 128h224v64H96v-64zm0 128h128v64H96v-64z" />',viewBox:"0 0 512 512"},pn={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"},dn={name:"sort-asc-small",content:'<path d="M256 192v224h-32V192h-96L240 64l112 128h-96z" />',viewBox:"0 0 512 512"},hn={name:"sort-desc-small",content:'<path d="M352 288 240 416 128 288h96V64h32v224h96z" />',viewBox:"0 0 512 512"},vn={name:"filter",content:'<path d="M64 64v32l160 160v224l64-64V256L448 96V64H64z" />',viewBox:"0 0 512 512"},fn={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"},mn={name:"filter-small",content:'<path d="M128 128h256v32l-96 96v96l-64 64V256l-96-96v-32z" />',viewBox:"0 0 512 512"},gn={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"},yn={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"},bn={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"},wn={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"},zn={name:"login",content:'<path d="M384 480h96V32h-96v448zM32 224v64h128v96l160-128-160-128v96H32z" />',viewBox:"0 0 512 512"},xn={name:"logout",content:'<path d="M128 32H32v448h96V32zm64 192v64h128v96l160-128-160-128v96H192z" />',viewBox:"0 0 512 512"},Cn={name:"download",content:'<path d="M32 384v96h448v-96H32zM288 32h-64v128h-96l128 160 128-160h-96V32z" />',viewBox:"0 0 512 512"},kn={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"},On={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"},En={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"},Mn={name:"window",content:'<path d="M96 96v320h320V96H96zm288 288H128V192h256v192z" />',viewBox:"0 0 512 512"},Sn={name:"window-restore",content:'<path d="M448 32v288h-32V128H160V32h288zM64 192h288v288H64V192zm32 256h224V288H96v160z" />',viewBox:"0 0 512 512"},Hn={name:"window-minimize",content:'<path d="M416 288v64H96v-64h320z" />',viewBox:"0 0 512 512"},Vn={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"},Pn={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"},Dn={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"},_n={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"},Rn={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"},Ln={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"},Nn={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"},Bn={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"},Tn={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"},Fn={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"},An={name:"plus-sm",content:'<path d="M352 224v64h-64v64h-64v-64h-64v-64h64v-64h64v64h64z" />',viewBox:"0 0 512 512"},qn={name:"minus-sm",content:'<path d="M352 224v64H160v-64h192z" />',viewBox:"0 0 512 512"},Gn={name:"kpi-status-deny",content:'<path d="M480 256 256 480 32 256 256 32l224 224z" />',viewBox:"0 0 512 512"},Kn={name:"kpi-status-hold",content:'<path d="M256 64 32 448h448L256 64z" />',viewBox:"0 0 512 512"},Wn={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"},Un={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"},Zn={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"},er={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"},tr={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"},nr={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"},rr={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"},or={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"},ir={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"},ar={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"},lr={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"},sr={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"},cr={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"},ur={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"},pr={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"},dr={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"},hr={name:"play",content:'<path d="M0 512V0l512 256L0 512z" />',viewBox:"0 0 512 512"},vr={name:"pause",content:'<path d="M320 0h160v512H320V0zM32 512h160V0H32v512z" />',viewBox:"0 0 512 512"},fr={name:"stop",content:'<path d="M512 512H0V0h512v512z" />',viewBox:"0 0 512 512"},mr={name:"rewind",content:'<path d="M256 256 512 96v320L256 256zm0 160V96L0 256l256 160z" />',viewBox:"0 0 512 512"},gr={name:"forward",content:'<path d="M0 416V96l256 160L0 416zm512-160L256 96v320l256-160z" />',viewBox:"0 0 512 512"},yr={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"},br={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"},wr={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"},zr={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"},xr={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"},Cr={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"},kr={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"},Ir={name:"play-sm",content:'<path d="M96 416V96l320 160L96 416z" />',viewBox:"0 0 512 512"},Or={name:"pause-sm",content:'<path d="M288 96h96v320h-96V96zM96 416h96V96H96v320z" />',viewBox:"0 0 512 512"},Er={name:"stop-sm",content:'<path d="M416 416H96V96h320v320z" />',viewBox:"0 0 512 512"},Mr={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"},Sr={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"},Hr={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"},Vr={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"},Pr={name:"checkbox",content:'<path d="M64 64v384h384V64H64zm352 352H96V96h320v320z" />',viewBox:"0 0 512 512"},Dr={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"},_r={name:"checkbox-indeterminate",content:'<path d="M128 128h256v256H128V128zM64 64v384h384V64H64zm352 352H96V96h320v320z" />',viewBox:"0 0 512 512"},Rr={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"},Lr={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"},Nr={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"},Br={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"},Tr={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"},Fr={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"},jr={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"},Ar={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"},qr={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"},Gr={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"},Kr={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"},Wr={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"},Ur={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"},Yr={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"},Zr={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"},Xr={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"},Qr={name:"flip-horizontal",content:'<path d="M448 448H288V64l160 384zm-384 0L224 64v384H64zm128-224-80 192h80V224z" />',viewBox:"0 0 512 512"},Jr={name:"flip-vertical",content:'<path d="M64 288h384L64 448V288zm0-224v160h384L64 64zm32 128v-80l192 80H96z" />',viewBox:"0 0 512 512"},$r={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"},eo={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"},to={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"},no={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"},ro={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"},oo={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"},io={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"},ao={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"},lo={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"},so={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"},co={name:"transparency",content:'<path d="M64 64v352h352V64H64zm32 32h96v96h96V96h96v96h-96v96h96v96h-96v-96h-96v96H96v-96h96v-96H96V96z" />',viewBox:"0 0 512 512"},uo={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"},po={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"},ho={name:"sharpen",content:'<path d="M256 32 128 480h256L256 32zm0 116.5L341.6 448H170.4L256 148.5z" />',viewBox:"0 0 512 512"},vo={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"},fo={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"},mo={name:"bring-to-front",content:'<path d="M96 128V96h96V64H64v128h32v-64zm224 256h64V128H128v256h192zm96-64v96h-96v32h128V320h-32z" />',viewBox:"0 0 512 512"},go={name:"bring-to-back",content:'<path d="M128 192h64V64H64v128h64zM96 96h64v64H96V96zm192 192h96V128H224v96h-96v160h160v-96zm128 32h-96v128h128V320h-32zm0 96h-64v-64h64v64z" />',viewBox:"0 0 512 512"},yo={name:"bring-forward",content:'<path d="M448 192v256H192V320H64V64h256v128h128zm-32 32h-96v96h-96v96h192V224z" />',viewBox:"0 0 512 512"},bo={name:"bring-backward",content:'<path d="M192 192v256h256V192H192zm224 224H224V224h192v192zM320 64H64v256h96V160h160V64z" />',viewBox:"0 0 512 512"},wo={name:"align-self-start",content:'<path d="M31 32h32v448H31V32zm288 64H95v128h224V96zm128 192v128H95V288h352zm-32 32H127v64h288v-64z" />',viewBox:"0 0 512 512"},zo={name:"align-self-center",content:'<path d="M255 288v-64h96V96h-96V32h-32v64h-96v128h96v64H63v128h160v64h32v-64h160V288H255zm128 96H95v-64h288v64z" />',viewBox:"0 0 512 512"},xo={name:"align-self-end",content:'<path d="M64 416h352V288H64v128zm32-96h288v64H96v-64zm96-224h224v128H192V96zm288-64v448h-32V32h32z" />',viewBox:"0 0 512 512"},Co={name:"align-self-start-alt",content:'<path d="M95 96h128v224H95V96zm192 0h128v352H287V96zm32 320h64V128h-64v288zM31 32v32h448V32H31z" />',viewBox:"0 0 512 512"},ko={name:"align-self-center-alt",content:'<path d="M415 224V64H287v160h-64v-96H95v96H31v32h64v96h128v-96h64v160h128V256h64v-32h-64zm-32 0v160h-64V96h64v128z" />',viewBox:"0 0 512 512"},Io={name:"align-self-end-alt",content:'<path d="M479 449v32H31v-32h448zM223 193H95v224h128V193zm192 224H287V65h128v352zM383 97h-64v288h64V97z" />',viewBox:"0 0 512 512"},Oo={name:"thumbnails-up",content:'<path d="M352 32h96v96h-96V32zm-160 0h96v96h-96V32zM32 32h96v96H32V32zm0 160h416v256H32V192z" />',viewBox:"0 0 512 512"},Eo={name:"thumbnails-right",content:'<path d="M352 352h96v96h-96v-96zm0-160h96v96h-96v-96zm0-160h96v96h-96V32zM32 32h256v416H32V32z" />',viewBox:"0 0 512 512"},Mo={name:"thumbnails-down",content:'<path d="M352 352h96v96h-96v-96zm-160 0h96v96h-96v-96zm-160 0h96v96H32v-96zm0-320h416v256H32V32z" />',viewBox:"0 0 512 512"},So={name:"thumbnails-left",content:'<path d="M32 32v96h96V32H32zm160 0v416h256V32H192zM32 192v96h96v-96H32zm0 160v96h96v-96H32z" />',viewBox:"0 0 512 512"},Ho={name:"fullscreen",content:'<path d="M0 32h160v64H64v96H0V32zm64 288H0v160h160v-64H64v-96zM352 32v64h96v96h64V32H352zm96 384h-96v64h160V320h-64v96z" />',viewBox:"0 0 512 512"},Vo={name:"fullscreen-exit",content:'<path d="M160 32H96v96H0v64h160V32zM96 480h64V320H0v64h96v96zm416-288v-64h-96V32h-64v160h160zm-96 192h96v-64H352v160h64v-96z" />',viewBox:"0 0 512 512"},Po={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"},Do={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"},_o={name:"align-to-grid",content:'<path d="M320 320H128V128h192v192zM96 0H64v512h32V0zm352 0h-32v512h32V0zm64 64H0v32h512V64zm0 352H0v32h512v-32z" />',viewBox:"0 0 512 512"},Ro={name:"size-to-grid",content:'<path d="M384 384H128V128h256v256zM96 0H64v512h32V0zm352 0h-32v512h32V0zm64 64H0v32h512V64zm0 352H0v32h512v-32z" />',viewBox:"0 0 512 512"},Lo={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"},No={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"},Bo={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"},To={name:"make-horizontal-spacing-equal",content:'<path d="M480 160v160h-96v-64h-96v160h-96V256H96v96H32V128h64v96h96V64h96v160h96v-64h96z" />',viewBox:"0 0 512 512"},Fo={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"},jo={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"},Ao={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"},qo={name:"make-vertical-spacing-equal",content:'<path d="M256 320v96h96v64H128v-64h96v-96H64v-96h160v-96h-64V32h160v96h-64v96h160v96H256z" />',viewBox:"0 0 512 512"},Go={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"},Ko={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"},Wo={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"},Uo={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"},Yo={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"},Zo={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"},Xo={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"},Qo={name:"dimensions",content:'<path d="M320 0H0v512h128V128h384V0H320zM32 32h64v64H32V32zm64 352H64v32h32v64H32V320h64v64zm0-192H64v32h32v64H32V128h64v64zm128-96V64h-32v32h-64V32h160v64h-64zm256 0h-64V64h-32v32h-64V32h160v64z" />',viewBox:"0 0 512 512"},Jo={name:"align-self-stretch",content:'<path d="M95 96h320v128H95V96zM31 480h32V32H31v448zm64-192h320v128H95V288zm32 96h256v-64H127v64zM447 32v448h32V32h-32z" />',viewBox:"0 0 512 512"},$o={name:"align-self-stretch-alt",content:'<path d="M223 96v320H95V96h128zM31 480h448v-32H31v32zM415 96v320H287V96h128zm-32 32h-64v256h64V128zM31 32v32h448V32H31z" />',viewBox:"0 0 512 512"},ei={name:"align-items-start",content:'<path d="M319 224H95V96h224v128zM31 480h32V32H31v448zm64-192v128h352V288H95z" />',viewBox:"0 0 512 512"},ti={name:"align-items-center",content:'<path d="M415 416H255v64h-32v-64H63V288h160v-64h-96V96h96V32h32v64h96v128h-96v64h160v128z" />',viewBox:"0 0 512 512"},ni={name:"align-items-end",content:'<path d="M192 96h224v128H192V96zm256-64v448h32V32h-32zM64 416h352V288H64v128z" />',viewBox:"0 0 512 512"},ri={name:"align-items-stretch",content:'<path d="M415 224H95V96h320v128zM31 480h32V32H31v448zM447 32v448h32V32h-32zM96 416h320V288H96v128z" />',viewBox:"0 0 512 512"},oi={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"},ii={name:"align-items-start-alt",content:'<path d="M96 96h128v224H96V96zM32 32v32h448V32H32zm256 416h128V96H288v352z" />',viewBox:"0 0 512 512"},ai={name:"align-items-center-alt",content:'<path d="M479 256h-64v160H287V256h-64v96H95v-96H31v-32h64v-96h128v96h64V64h128v160h64v32z" />',viewBox:"0 0 512 512"},li={name:"align-items-end-alt",content:'<path d="M223 417H95V193h128v224zM31 449v32h448v-32H31zM415 65H287v352h128V65z" />',viewBox:"0 0 512 512"},si={name:"align-items-stretch-alt",content:'<path d="M223 96v320H95V96h128zM31 480h448v-32H31v32zm0-448v32h448V32H31zm256 63v320h128V95H287z" />',viewBox:"0 0 512 512"},ci={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"},ui={name:"justify-content-start",content:'<path d="M95 96h128v320H95V96zM31 480h32V32H31v448zM255 95v320h128V95H255z" />',viewBox:"0 0 512 512"},pi={name:"justify-content-center",content:'<path d="M63 96h128v320H63V96zm160 384h32V32h-32v448zm64-385v320h128V95H287z" />',viewBox:"0 0 512 512"},di={name:"justify-content-end",content:'<path d="M128 96h128v320H128V96zm320-64v448h32V32h-32zM288 415h128V95H288v320z" />',viewBox:"0 0 512 512"},hi={name:"justify-content-between",content:'<path d="M63 96h128v320H63V96zm416-64v448h32V32h-32zM319 415h128V95H319v320zM-1 480h32V32H-1v448z" />',viewBox:"0 0 512 512"},vi={name:"justify-content-around",content:'<path d="M95 96h128v320H95V96zm384-64v448h32V32h-32zM287 415h128V95H287v320zM-1 480h32V32H-1v448z" />',viewBox:"0 0 512 512"},fi={name:"justify-content-start-alt",content:'<path d="M415 224H95V96h320v128zM31 32v32h448V32H31zm65 352h320V256H96v128z" />',viewBox:"0 0 512 512"},mi={name:"justify-content-center-alt",content:'<path d="M415 192H95V64h320v128zM31 224v32h448v-32H31zm65 192h320V288H96v128z" />',viewBox:"0 0 512 512"},gi={name:"justify-content-end-alt",content:'<path d="M415 257H95V129h320v128zM31 449v32h448v-32H31zm65-32h320V289H96v128z" />',viewBox:"0 0 512 512"},yi={name:"justify-content-between-alt",content:'<path d="M95 64h320v128H95V64zM31 512h448v-32H31v32zm65-64h320V320H96v128zM31 0v32h448V0H31z" />',viewBox:"0 0 512 512"},bi={name:"justify-content-around-alt",content:'<path d="M95 96h320v128H95V96zM31 512h448v-32H31v32zm65-96h320V288H96v128zM31 0v32h448V0H31z" />',viewBox:"0 0 512 512"},wi={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"},zi={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"},xi={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"},Ci={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"},ki={name:"font-family",content:'<path d="M224 416V160h-95l-.8-64H384v64h-96v256h-64z" />',viewBox:"0 0 512 512"},Ii={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"},Oi={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"},Ei={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"},Mi={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"},Si={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"},Hi={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"},Vi={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"},Pi={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"},Di={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"},_i={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"},Ri={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"},Li={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"},Ni={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"},Bi={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"},Ti={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"},Fi={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"},ji={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"},Ai={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"},qi={name:"insert-top",content:'<path d="M192 320h192v32H192v-32zm0-128h288v-32H192v32zm192 64H192v32h192v-32zM32 64v224l96-112L32 64z" />',viewBox:"0 0 512 512"},Gi={name:"insert-middle",content:'<path d="M192 128h192v32H192v-32zm0 128h288v-32H192v32zm192 64H192v32h192v-32zM32 128v224l96-112-96-112z" />',viewBox:"0 0 512 512"},Ki={name:"insert-bottom",content:'<path d="M192 224h192v32H192v-32zm0 128h288v-32H192v32zm192-192H192v32h192v-32zM32 224v224l96-112-96-112z" />',viewBox:"0 0 512 512"},Wi={name:"align-top",content:'<path d="M480 64H32V32h448v32zm-64 32H96v32h320V96zm64 64H32v32h448v-32z" />',viewBox:"0 0 512 512"},Ui={name:"align-middle",content:'<path d="M480 192H32v-32h448v32zm-64 32H96v32h320v-32zm64 64H32v32h448v-32z" />',viewBox:"0 0 512 512"},Yi={name:"align-bottom",content:'<path d="M480 352H32v-32h448v32zm-64 32H96v32h320v-32zm64 64H32v32h448v-32z" />',viewBox:"0 0 512 512"},Zi={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"},Xi={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"},Qi={name:"align-right",content:'<path d="M64 192h384v32H64v-32zm384-96V64H64v32h384zm-288 64h288v-32H160v32zM64 320v32h384v-32H64zm96-32h288v-32H160v32zm0 96v32h288v-32H160z" />',viewBox:"0 0 512 512"},Ji={name:"align-justify",content:'<path d="M448 160H64v-32h384v32zm0-96H64v32h384V64zM64 352h384v-32H64v32zm0-64h384v-32H64v32zm0-64h384v-32H64v32zm0 192h384v-32H64v32z" />',viewBox:"0 0 512 512"},$i={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"},ea={name:"text-wrap",content:'<path d="M480 96v32H96V96h384zM352 256v224H32V256h320zm-32 32H64v160h256V288zm-32 32H96v32h192v-32zm0 96v-32H96v32h192zM64 64h288V32H32v160h320v-32H64V64z" />',viewBox:"0 0 512 512"},ta={name:"horizontal-rule",content:'<path d="M320 96H32V64h288v32zm96 32H32v32h384v-32zm64 96H32v64h448v-64zM320 352H32v32h288v-32zm96 64H32v32h384v-32z" />',viewBox:"0 0 512 512"},na={name:"table-align-top-left",content:'<path d="M32 480V0h448v480H32zM64 32v416h384V32H64zm32 64h192V64H96v32zm0 64h320v-32H96v32zm0 64h192v-32H96v32z" />',viewBox:"0 0 512 512"},ra={name:"table-align-top-center",content:'<path d="M32 480V0h448v480H32zM64 32v416h384V32H64zm288 32H160v32h192V64zm64 64H96v32h320v-32zm-64 64H160v32h192v-32z" />',viewBox:"0 0 512 512"},oa={name:"table-align-top-right",content:'<path d="M32 480V0h448v480H32zM64 32v416h384V32H64zm352 32H224v32h192V64zm0 64H96v32h320v-32zm0 64H224v32h192v-32z" />',viewBox:"0 0 512 512"},ia={name:"table-align-middle-left",content:'<path d="M32 480V0h448v480H32zM64 32v416h384V32H64zm32 160h192v-32H96v32zm0 64h320v-32H96v32zm0 64h192v-32H96v32z" />',viewBox:"0 0 512 512"},aa={name:"table-align-middle-center",content:'<path d="M32 480V0h448v480H32zM64 32v416h384V32H64zm288 128H160v32h192v-32zm64 64H96v32h320v-32zm-64 64H160v32h192v-32z" />',viewBox:"0 0 512 512"},la={name:"table-align-middle-right",content:'<path d="M32 480V0h448v480H32zM64 32v416h384V32H64zm352 128H224v32h192v-32zm0 64H96v32h320v-32zm0 64H224v32h192v-32z" />',viewBox:"0 0 512 512"},sa={name:"table-align-bottom-left",content:'<path d="M32 480V0h448v480H32zM64 32v416h384V32H64zm32 256h192v-32H96v32zm0 64h320v-32H96v32zm0 64h192v-32H96v32z" />',viewBox:"0 0 512 512"},ca={name:"table-align-bottom-center",content:'<path d="M32 480V0h448v480H32zM64 32v416h384V32H64zm288 224H160v32h192v-32zm64 64H96v32h320v-32zm-64 64H160v32h192v-32z" />',viewBox:"0 0 512 512"},ua={name:"table-align-bottom-right",content:'<path d="M32 480V0h448v480H32zM64 32v416h384V32H64zm352 224H224v32h192v-32zm0 64H96v32h320v-32zm0 64H224v32h192v-32z" />',viewBox:"0 0 512 512"},pa={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"},da={name:"borders-all",content:'<path d="M32 32v416h416V32H32zm32 32h160v160H64V64zm0 352V256h160v160H64zm352 0H256V256h160v160zm0-192H256V64h160v160z" />',viewBox:"0 0 512 512"},ha={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"},va={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"},fa={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"},ma={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"},ga={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"},ya={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"},ba={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"},wa={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"},za={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"},xa={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"},Ca={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"},ka={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"},Ia={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"},Oa={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"},Ea={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"},Ma={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"},Sa={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"},Ha={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"},Va={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"},Pa={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"},Da={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"},_a={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"},Ra={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"},La={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"},Na={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"},Ba={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"},Ta={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"},Fa={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"},ja={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"},Aa={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"},qa={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"},Ga={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"},Ka={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"},Wa={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"},Ua={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"},Ya={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"},Za={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"},Xa={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"},Qa={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"},Ja={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"},$a={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"},el={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"},tl={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"},nl={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"},rl={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"},ol={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"},il={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"},al={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"},ll={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"},sl={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"},cl={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"},ul={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"},pl={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"},dl={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"},hl={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"},vl={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"},fl={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"},ml={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"},gl={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"},yl={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"},bl={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"},wl={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"},zl={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"},xl={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"},Cl={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"},kl={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"},Il={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"},Ol={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"},El={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"},Ml={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"},Sl={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"},Hl={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"},Vl={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"},Pl={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"},Dl={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"},_l={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"},Rl={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"},Ll={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"},Nl={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"},Bl={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"},Tl={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"},Fl={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"},jl={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"},Al={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"},ql={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"},Gl={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"},Kl={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"},Wl={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"},Ul={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"},Yl={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"},Zl={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"},Xl={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"},Ql={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"},Jl={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"},$l={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"},es={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"},ts={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"},ns={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"},rs={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"},os={name:"sum",content:'<path d="M416 64v128l-64-64H160l128 128-128 128h192l64-64v128H96v-64l128-128L96 128V64h320z" />',viewBox:"0 0 512 512"},is={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"},as={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"},ls={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"},ss={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"},cs={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"},us={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"},ps={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"},ds={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"},hs={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"},vs={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"},fs={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"},ms={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"},gs={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"},ys={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"},bs={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"},ws={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"},zs={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"},xs={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"},Cs={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"},ks={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"},Is={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"},Os={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"},Es={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"},Ms={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"},Ss={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"},Hs={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"},Vs={name:"delicious",content:'<path d="M256 32h224v224H256V32zM32 256h224v224H32V256z" />',viewBox:"0 0 512 512"},Ps={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"},Ds={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"},_s={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"},Rs={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"},Ls={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"},Ns={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"},Bs={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"},Ts={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"},Fs={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"},js={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"},As={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"},qs={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"},Gs={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"},Ks={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"},Ws={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"},Us={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"},Ys={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"},Zs={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"},Xs={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"},Qs={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"},Js={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"},$s={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"},ec={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"},tc={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"},nc={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"},rc={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"},oc={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"},ic={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"},ac={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"},lc={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"},sc={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"},cc={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"},uc={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"},pc={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"},dc={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"},hc={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"},vc={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"},fc={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"},mc={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"},gc={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"},yc={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"},bc={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"},wc={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"},zc={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"},xc={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"},Cc={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"},kc={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"},Ic={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"},Oc={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"},Ec={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"},Mc={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"},Sc={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"},Hc={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"},Vc={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"},Pc={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"},Dc={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"},_c={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"},Rc={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"},Lc={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"},Nc={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"},Bc={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"},Tc={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"},Fc={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"},jc={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"},Ac={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"},qc={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"},Gc={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"},Kc={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"},Wc={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"},Uc={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"},Yc={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"},Zc={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"},Xc={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"},Qc={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"},Jc={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"},$c={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"},eu={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"},tu={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"},nu={name:"group-header-section",content:'<path d="m128 448 32 32H32V32h128l-32 32H64v384h64zm320-320H128v96h320v-96zm0 160H128v32h320v-32zm0 64H128v32h320v-32z" />',viewBox:"0 0 512 512"},ru={name:"group-footer-section",content:'<path d="m128 448 32 32H32V32h128l-32 32H64v384h64zm320-160H128v96h320v-96zm0-160H128v32h320v-32zm0 64H128v32h320v-32z" />',viewBox:"0 0 512 512"},ou={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"},iu={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"},au={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"},lu={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"},su={name:"group-section",content:'<path d="m128 416 32 32H32V32h128l-32 32H64v352h64zm320-288H128v32h320v-32zm0 192H128v32h320v-32zm0-96H128v32h320v-32z" />',viewBox:"0 0 512 512"},cu={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"},uu={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"},pu={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"},du={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"},hu={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"},vu={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"},fu={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"},mu={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"},gu={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"},yu={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"},bu={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"},wu={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"},zu={name:"inherited",content:'<path d="M448 320v128H320V320h30.4L256 244.5 161.6 320H192v128H64V320h46.4l120-96H176V64h160v160h-54.4l120 96H448z" />',viewBox:"0 0 512 512"},xu={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"},Cu={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"},ku={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"},Iu={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"},Ou={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"},Eu={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"},Mu={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"},Su={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"},Hu={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"},Vu={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"},Pu={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"},Du={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"},_u={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"},Ru={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"},Lu={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"},Nu={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"},Bu={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"},Tu={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"},Fu={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"},ju={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"},Au={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"},qu={name:"chart-column-clustered",content:'<path d="M320 96v352h-32V288H128v160H64V32H32v448h448V96H320zm-64 352h-96V320h96v128z" />',viewBox:"0 0 512 512"},Gu={name:"chart-column-stacked",content:'<path d="M320 192v256h-32V96H128v352H64V32H32v448h448V192H320zM160 448V256h96v192h-96zm192 0v-96h96v96h-96z" />',viewBox:"0 0 512 512"},Ku={name:"chart-column-stacked100",content:'<path d="M320 32v416h-32V32H128v416H64V32H32v448h448V32H320zM160 448V192h96v256h-96zm192 0V288h96v160h-96z" />',viewBox:"0 0 512 512"},Wu={name:"chart-column-range",content:'<path d="M480 448v32H32V32h32v416h416zM256 128h-96v224h96V128m32-32v288H128V96h160zm192-64H320v224h160V32z" />',viewBox:"0 0 512 512"},Uu={name:"chart-bar-clustered",content:'<path d="M64 448v-64h160V224H64v-32h352V32H32v448h448v-32H64zm128-192v96H64v-96h128z" />',viewBox:"0 0 512 512"},Yu={name:"chart-bar-stacked",content:'<path d="M64 448v-64h352V224H64v-32h256V32H32v448h448v-32H64zm0-384h96v96H64V64zm192 192v96H64v-96h192z" />',viewBox:"0 0 512 512"},Zu={name:"chart-bar-stacked100",content:'<path d="M480 192V32H32v448h448v-32H64v-64h416V224H64v-32h416zm-160 64v96H64v-96h256zM64 64h160v96H64V64z" />',viewBox:"0 0 512 512"},Xu={name:"chart-bar-range",content:'<path d="M480 448v32H32V32h32v416h416zm-96-192H160v96h224v-96m32-32v160H128V224h288zm64-192H256v160h224V32z" />',viewBox:"0 0 512 512"},Qu={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"},Ju={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"},$u={name:"chart-area-stacked100",content:'<path d="M32 32v448h448V32H32zm416 108.8L320 320 192 192 64 345.6V64h384v76.8z" />',viewBox:"0 0 512 512"},ep={name:"chart-area-range",content:'<path d="M64 416v32h416v32H32V32h32v224l128-128 128 64L480 32v192L320 384l-127-64-129 96z" />',viewBox:"0 0 512 512"},tp={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"},np={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"},rp={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"},op={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"},ip={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"},ap={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"},lp={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"},sp={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"},cp={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"},up={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"},pp={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"},dp={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"},hp={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"},vp={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"},fp={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"},mp={name:"chart-ohlc",content:'<path d="M480 448v32H32V32h32v416h416zM224 320V96h-32v32h-64v32h64v256h32v-64h64v-32h-64zM416 96V32h-32v160h-64v32h64v96h32V128h64V96h-64z" />',viewBox:"0 0 512 512"},gp={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"},yp={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"},bp={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"},wp={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"},zp={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"}},1533:(e,t,n)=>{n.d(t,{Y:()=>b,X:()=>w});var r=n(3899),o=n(189),i=n(848),a=n(9656),l=n(3198),s=n(5407),c=n(3493),u=n(8199),p=n(8047),d=n(2697),h=n(4703),v=n(4006),f=n(2009),m=n(499),g=n(7008),y=function(){return y=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},y.apply(this,arguments)},b=(0,i.Y)(),w=r.forwardRef((function(e,t){var n;(0,v.s)(f.k);var o=(0,a.Y)(b,e),i=o,w=i.ariaDescribedBy,z=i.ariaLabelledBy,x=i.checked,C=i.className,k=i.labelClassName,I=i.children,O=i.defaultChecked,E=i.disabled,M=i.defaultValue,S=i.id,H=i.size,V=i.rounded,P=i.label,D=i.labelPlacement,_=i.name,R=i.labelOptional,L=i.onChange,N=i.onFocus,B=i.onBlur,T=i.tabIndex,F=i.value,j=i.required,A=i.valid,q=i.validationMessage,G=i.validityStyles,K=(i.visited,i.touched,i.modified,function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(i,["ariaDescribedBy","ariaLabelledBy","checked","className","labelClassName","children","defaultChecked","disabled","defaultValue","id","size","rounded","label","labelPlacement","name","labelOptional","onChange","onFocus","onBlur","tabIndex","value","required","valid","validationMessage","validityStyles","visited","touched","modified"])),W=r.useRef(null),U=r.useCallback((function(){W.current&&W.current.focus()}),[]),Y=r.useCallback((function(){return{element:W.current,focus:U,get name(){return W.current&&W.current.name}}}),[U]);r.useImperativeHandle(t,Y);var Z=r.useState(O),X=Z[0],Q=Z[1],J=r.useState(M),$=J[0],ee=J[1],te="boolean"==typeof F||null===F,ne=void 0!==x,re=te,oe=re?F:$,ie=ne?x:re?void 0:X,ae=void 0===ie&&oe,le=ae?oe:ie,se=ae||re?null===F?F:void 0:F||oe,ce=null===le||null===se,ue=r.useMemo((function(){return(0,l.M)()}),[]),pe=(0,m.useLocalization)(),de=function(e){return pe.toLanguageString(e,g.sY[e])},he=de(g.as),ve=de(g.wd),fe=void 0!==A?A:!j||!!ie;r.useEffect((function(){W.current&&W.current.setCustomValidity&&W.current.setCustomValidity(fe?"":q||he)}),[fe,q,he]);var me=r.useCallback((function(e,t){re||E||(ee(t),ne||E||Q(t)),L&&!E&&(0,s.N)(L,e,y(y({},Y()),{value:t}),{value:t})}),[ne,E,L,re,Y]),ge=r.useCallback((function(e){var t=e.target.checked;me(e,t)}),[me,F]),ye=r.useCallback((function(e){if(!E){var t=e.keyCode,n=e.currentTarget.checked;t===c.R.space&&(e.preventDefault(),e.stopPropagation(),me(e,!n))}}),[E,me]),be=r.useCallback((function(e){E||e.keyCode===c.R.space&&e.preventDefault()}),[E]),we=r.useCallback((function(e){N&&!E&&(0,s.N)(N,e,Y(),void 0)}),[N,E,Y]),ze=r.useCallback((function(e){B&&!E&&(0,s.N)(B,e,Y(),void 0)}),[B,E,Y]),xe=(0,u.n)(W,o.dir),Ce=(0,p.A)("k-checkbox-wrap",C),ke=y(y({type:"checkbox",className:(0,p.A)("k-checkbox",(n={},n["k-checkbox-".concat(d.G.sizeMap[H]||H)]=H,n["k-rounded-".concat(d.G.roundedMap[V]||V)]=V,n["k-indeterminate"]=ce,n["k-disabled"]=E,n["k-invalid k-invalid"]=!(fe||void 0!==G||!0===G),n)),ref:W,name:_,id:S||ue,"aria-labelledby":z,"aria-describedby":w,checked:Boolean(le),disabled:E,tabIndex:(0,h.p)(T,E),role:"checkbox",required:void 0!==j&&j,"aria-checked":!(!ie&&!le)||!!ce&&"mixed","aria-disabled":E||void 0},K),{onChange:ge,onKeyDown:ye,onKeyUp:be,onFocus:we,onBlur:ze}),Ie=r.createElement(r.Fragment,null,void 0===se?r.createElement("input",y({},ke)):r.createElement("input",y({},ke,{value:te?void 0:null===se?"":se}))),Oe=r.createElement(r.Fragment,null,void 0!==P?r.createElement("label",{className:(0,p.A)("k-checkbox-label",k),htmlFor:S||ue,style:{userSelect:"none"}},P,R&&r.createElement("span",{className:"k-label-optional"},ve)):null);return r.createElement(r.Fragment,null,"before"===D?r.createElement("span",{className:Ce,dir:"rtl"},Ie,Oe,I):r.createElement("span",{className:Ce,dir:xe},Ie,Oe,I))}));w.propTypes={checked:o.bool,className:o.string,defaultChecked:o.bool,defaultValue:o.any,dir:o.string,disabled:o.bool,id:o.string,size:o.oneOf([null,"small","medium","large"]),rounded:o.oneOf([null,"small","medium","large"]),ariaLabelledBy:o.string,ariaDescribedBy:o.string,label:o.any,labelPlacement:o.string,labelOptional:o.bool,name:o.string,tabIndex:o.number,value:o.any,validationMessage:o.string,required:o.bool,validate:o.bool,valid:o.bool,onChange:o.func,onFocus:o.func,onBlur:o.func},w.defaultProps={size:"medium",rounded:"medium"},w.displayName="KendoCheckbox"},2474:(e,t,n)=>{n.d(t,{VM:()=>v,dc:()=>f,II:()=>m});var r,o=n(3899),i=n(189),a=n(3198),l=n(8047),s=n(848),c=n(6097),u=n(4006),p=n(2009),d=(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),h=function(){return h=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},h.apply(this,arguments)},v=function(e){function t(n){var r=e.call(this,n)||this;return r._input=null,r._inputId=(0,a.M)(),r.focus=function(){r._input&&r._input.focus()},r.isInvalid=function(e){var t=!1;for(var n in e)e.hasOwnProperty(n)&&(t=t||Boolean(e[n]));return t},r.setValidity=function(){r._input&&r._input.setCustomValidity&&(r.validity.valid||!r.validityStyles?r._input.classList.remove("k-invalid"):r._input.classList.add("k-invalid"),r._input.setCustomValidity(r.validity.valid?"":r.props.validationMessage||""))},r.handleChange=function(e){r.setState({value:e.target.value}),r.valueDuringOnChange=e.target.value,r.props.onChange&&r.props.onChange.call(void 0,{syntheticEvent:e,nativeEvent:e.nativeEvent,value:e.target.value,target:r}),r.valueDuringOnChange=void 0},r.handleAutoFill=function(e){if("autoFillStart"===e.animationName){var t=e.target.parentNode;t&&t.classList.contains("k-empty")&&t.classList.remove("k-empty")}},(0,u.s)(p.k),r.state={value:r.props.defaultValue||t.defaultProps.defaultValue},r}return d(t,e),Object.defineProperty(t.prototype,"element",{get:function(){return this._input},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"value",{get:function(){return void 0!==this.valueDuringOnChange?this.valueDuringOnChange:void 0!==this.props.value?this.props.value:this.state.value},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"name",{get:function(){return this.props.name},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"validity",{get:function(){var e={badInput:!!this._input&&this._input.validity.badInput,patternMismatch:!!this._input&&this._input.validity.patternMismatch,rangeOverflow:!!this._input&&this._input.validity.rangeOverflow,rangeUnderflow:!!this._input&&this._input.validity.rangeUnderflow,stepMismatch:!!this._input&&this._input.validity.stepMismatch,tooLong:!!this._input&&this._input.validity.tooLong,typeMismatch:!!this._input&&this._input.validity.typeMismatch,valueMissing:!!this._input&&this._input.validity.valueMissing};return h(h({},e),{customError:void 0!==this.props.validationMessage,valid:void 0!==this.props.valid?this.props.valid:!this._input||!this.isInvalid(e)})},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"validityStyles",{get:function(){return void 0!==this.props.validityStyles?this.props.validityStyles:t.defaultProps.validityStyles},enumerable:!1,configurable:!0}),t.prototype.componentDidMount=function(){this.forceUpdate()},t.prototype.componentDidUpdate=function(){this.setValidity()},t.prototype.render=function(){var e=this,t=this.props,n=t.className,r=t.label,i=t.labelClassName,a=t.id,s=(t.validationMessage,t.defaultValue,t.valid,t.visited,t.touched,t.modified,t.ariaLabelledBy),u=t.ariaDescribedBy,p=(t.validityStyles,t.style),d=t.ariaLabel,v=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(t,["className","label","labelClassName","id","validationMessage","defaultValue","valid","visited","touched","modified","ariaLabelledBy","ariaDescribedBy","validityStyles","style","ariaLabel"]),f=a||this._inputId,m=!this.validityStyles||this.validity.valid,g=(0,l.A)(n,"k-input k-input-md k-rounded-md k-input-solid"),y=o.createElement("input",h({"aria-labelledby":s,"aria-describedby":u,"aria-disabled":this.props.disabled||void 0,"aria-invalid":!m||void 0,"aria-label":d||void 0},v,{style:r?void 0:p,value:this.value,id:f,className:g,onChange:this.handleChange,onAnimationStart:this.handleAutoFill,ref:function(t){e._input=t}}));return r?o.createElement(c._,{label:r,labelClassName:i,editorId:f,editorValue:String(this.value),editorValid:m,editorDisabled:v.disabled,editorPlaceholder:v.placeholder,children:y,style:p,dir:v.dir}):y},t.displayName="Input",t.propTypes={label:i.string,labelClassName:i.string,validationMessage:i.string,required:i.bool,validate:i.bool,id:i.string,ariaLabelledBy:i.string,ariaDescribedBy:i.string,ariaLabel:i.string},t.defaultProps={defaultValue:"",required:!1,validityStyles:!0},t}(o.Component),f=(0,s.Y)(),m=(0,s.u)(f,v);m.displayName="KendoReactInput"},6183:(e,t,n)=>{n.d(t,{Z:()=>a});var r=n(8047),o=n(3899),i=function(){return i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)},a=o.forwardRef((function(e,t){var n=o.useRef(null),a=o.useRef(null);return o.useImperativeHandle(n,(function(){return{element:a.current}})),o.useImperativeHandle(t,(function(){return n.current})),o.createElement("span",i({},e,{className:(0,r.A)("k-input-prefix",e.className)}))}));a.displayName="KendoReactInputPrefix"},7629:(e,t,n)=>{n.r(t),n.d(t,{Checkbox:()=>yt.X,CheckboxPropsContext:()=>yt.Y,ColorGradient:()=>ue,ColorGradientPropsContext:()=>ce,ColorGradientWithoutContext:()=>se,ColorInput:()=>_,ColorPalette:()=>ge,ColorPalettePropsContext:()=>me,ColorPaletteWithoutContext:()=>fe,ColorPicker:()=>Me,ColorPickerPropsContext:()=>Ee,FlatColorPicker:()=>De,Input:()=>g.II,InputClearValue:()=>Rn,InputPrefix:()=>Ln.Z,InputPropsContext:()=>g.dc,InputSeparator:()=>Bn,InputSuffix:()=>Fn,InputValidationIcon:()=>An,InputWithoutContext:()=>g.VM,MaskedTextBox:()=>tt,MaskedTextBoxPropsContext:()=>et,MaskedTextBoxWithoutContext:()=>$e,NumericTextBox:()=>i.N,NumericTextBoxPropsContext:()=>i.R,PALETTEPRESETS:()=>de,RANGE_ACTION:()=>nt,RATING_ACTION:()=>Pt,RadioButton:()=>zt,RadioButtonPropsContext:()=>wt,RadioGroup:()=>It,RadioGroupPropsContext:()=>kt,RangeSlider:()=>ct,RangeSliderPropsContext:()=>st,Rating:()=>qt,RatingItem:()=>Ht,RatingPropsContext:()=>At,SLIDER_LABEL_ATTRIBUTE:()=>K,Signature:()=>Pn,SignaturePropsContext:()=>Vn,Slider:()=>Q,SliderLabel:()=>W,SliderPropsContext:()=>X,SliderWithoutContext:()=>Z,Switch:()=>gt,SwitchPropsContext:()=>mt,SwitchWithoutContext:()=>ft,TextArea:()=>St,TextAreaPropsContext:()=>Mt,TextBox:()=>Dn.z,inputsMessages:()=>S.sY,isCorrectValue:()=>Nt,isHalf:()=>_t,isSelected:()=>Rt,maskingChanged:()=>Ue,numericDecreaseValue:()=>S.xK,numericIncreaseValue:()=>S.fB,rangeReducer:()=>it,ratingReducer:()=>Tt,sanitizeNumber:()=>rt.KP,toRound:()=>Dt});var r,o=n(3899),i=n(4578),a=n(4407),l=function(e){return null!=e},s=function(e,t,n){return!l(e)||isNaN(e)||e<=t?t:e>=n?n:e},c=function(e,t,n){if(void 0===n&&(n=!0),-1===["hex","rgba"].indexOf(t))throw new Error("Unsupported color output format '".concat(t,"'. The available options are 'hex' or 'rgba'."));if(l(e)){var r=(0,a.parseColor)(e.trim(),n);if(l(r))return"hex"===t?r.toCss():r.toCssRgba()}},u=function(e,t){void 0===t&&(t=!0);var n=(0,a.parseColor)(e,t);return l(n)?n.toHSV():{}},p=function(e,t){void 0===t&&(t=!0);var n=(0,a.parseColor)(e,t);return l(n)?n.toBytes():{}},d=function(e){var t=s(e.h,0,359.9),n=s(e.s,0,1),r=s(e.v,0,1),o=s(e.a,0,1);return a.Color.fromHSV(t,n,r,o).toCssRgba()},h=function(e){return d({h:e,s:1,v:1,a:1})},v=function(e,t){var n=s(e.r,0,255),r=s(e.g,0,255),o=s(e.b,0,255),i=s(e.a,0,1),a=s(t.r,0,255),l=s(t.g,0,255),c=s(t.b,0,255);return{r:Math.round((1-i)*a+i*n),g:Math.round((1-i)*l+i*r),b:Math.round((1-i)*c+i*o)}},f=function(e){var t=[e.r||0,e.g||0,e.b||0].map((function(e){return(e/=255)<=.03928?e/12.92:Math.pow((e+.055)/1.055,2.4)}));return.2126*t[0]+.7152*t[1]+.0722*t[2]},m=function(e,t){return n=f(v(e,t)),r=f(v(t,{r:0,g:0,b:0,a:1})),(Math.max(n,r)+.05)/(Math.min(n,r)+.05);var n,r},g=n(2474),y=(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});const b=function(e){function t(t){var n=e.call(this,t)||this;return n.onChange=function(e){var t=e.target.value,r=c(t,"rgba");n.setState({hex:t}),l(r)&&n.props.onHexChange(t,r,e)},n.onBlur=function(){l(c(n.state.hex,"rgba"))||n.setState({hex:n.state.originalHex})},n.state={hex:n.props.hex,originalHex:n.props.hex},n}return y(t,e),t.prototype.render=function(){return o.createElement(g.II,{value:this.state.hex,onChange:this.onChange,onBlur:this.onBlur,disabled:this.props.disabled})},t.getDerivedStateFromProps=function(e,t){return e.hex!==t.originalHex?{hex:e.hex,originalHex:e.hex}:null},t}(o.Component);var w=n(7037),z=n(189),x=n(8047),C=n(2609),k=n(499),I=n(4006),O=n(8011),E=function(e){(0,I.s)(O.k);var t=e.id,n=e.editorId,r=e.editorRef,i=e.editorDisabled,a=e.children,l=e.editorValid,s=e.style,c=e.className,u=e.optional,p=(0,k.useLocalization)(),d=u?p.toLanguageString(C.y,C.s[C.y]):"",h=d&&o.createElement("span",{className:"k-label-optional"},d),v=o.useCallback((function(e){if(r&&r.current&&!i){r.current.focus&&(e.preventDefault(),r.current.focus());var t=r.current.actionElement;t&&(e.preventDefault(),t.click())}}),[r]),f=(0,x.A)({"k-label":!0,"k-label-empty":!a,"k-text-error":!1===l,"k-text-disabled":!0===i},c);return o.createElement("label",{id:t,htmlFor:n,onClick:v,style:s,className:f},a,h)};E.propTypes={id:z.string,editorId:z.string,editorRef:z.oneOfType([z.func,z.shape({current:z.any})]),editorValid:z.bool,editorDisabled:z.bool,style:z.object,className:z.string,optional:z.bool},E.displayName="KendoReactLabel";var M=n(1193),S=n(7008),H=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),V=function(){return V=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},V.apply(this,arguments)},P=["rgba","rgb","hex"],D=function(e){function t(t){var n=e.call(this,t)||this;return n.onRgbaRChange=function(e){n.dispatchRgbaChange({r:e.value},e)},n.onRgbaGChange=function(e){n.dispatchRgbaChange({g:e.value},e)},n.onRgbaBChange=function(e){n.dispatchRgbaChange({b:e.value},e)},n.onRgbaAChange=function(e){n.dispatchRgbaChange({a:e.value},e)},n.state={inputMode:t.defaultInputMode||P[1]},n}return H(t,e),t.prototype.render=function(){var e=(0,k.provideLocalizationService)(this),t=e.toLanguageString(S.ao,S.sY[S.Jz]),n=e.toLanguageString(S.ao,S.sY[S.ao]),r=e.toLanguageString(S.ao,S.sY[S._P]),a=e.toLanguageString(S.ao,S.sY[S.rw]),l=e.toLanguageString(S.ao,S.sY[S.gR]),s=e.toLanguageString(S.Zz,S.sY[S.Zz]);return o.createElement("div",{className:"k-colorgradient-inputs k-hstack"},o.createElement("div",{className:"k-vstack"},o.createElement(w.z,{"aria-label":s,fillMode:"flat",icon:"caret-alt-expand",svgIcon:M.x9g,className:"k-colorgradient-toggle-mode k-icon-button",onClick:this.onToggleModeChange.bind(this)})),"hex"===this.state.inputMode&&o.createElement("div",{className:"k-vstack k-flex-1"},o.createElement("span",{className:"k-hex-value k-textbox k-input"},o.createElement(b,{hex:this.props.hex,onHexChange:this.props.onHexChange,disabled:this.props.disabled})),o.createElement(E,{className:"k-colorgradient-input-label"},t)),("rgb"===this.state.inputMode||"rgba"===this.state.inputMode)&&o.createElement(o.Fragment,null,o.createElement("div",{className:"k-vstack"},o.createElement(i.N,{inputType:"number",value:this.props.rgba.r,ariaLabel:String(this.props.rgba.r),min:0,max:255,spinners:!1,format:"n",onChange:this.onRgbaRChange,disabled:this.props.disabled}),o.createElement(E,{className:"k-colorgradient-input-label"},n)),o.createElement("div",{className:"k-vstack"},o.createElement(i.N,{inputType:"number",value:this.props.rgba.g,ariaLabel:String(this.props.rgba.g),min:0,max:255,spinners:!1,format:"n",onChange:this.onRgbaGChange,disabled:this.props.disabled}),o.createElement(E,{className:"k-colorgradient-input-label"},r)),o.createElement("div",{className:"k-vstack"},o.createElement(i.N,{inputType:"number",value:this.props.rgba.b,ariaLabel:String(this.props.rgba.b),min:0,max:255,spinners:!1,format:"n",onChange:this.onRgbaBChange,disabled:this.props.disabled}),o.createElement(E,{className:"k-colorgradient-input-label"},a))),"rgba"===this.state.inputMode&&o.createElement("div",{className:"k-vstack"},this.props.opacity&&o.createElement(i.N,{inputType:"number",value:this.props.rgba.a,ariaLabel:String(this.props.rgba.a),min:0,max:1,step:.01,spinners:!1,format:"n2",onChange:this.onRgbaAChange,disabled:this.props.disabled}),this.props.opacity&&o.createElement(E,{className:"k-colorgradient-input-label"},l)))},t.prototype.dispatchRgbaChange=function(e,t){var n=V({},this.props.rgba);void 0!==e.r&&(n.r=e.r),void 0!==e.g&&(n.g=e.g),void 0!==e.b&&(n.b=e.b),void 0!==e.a&&(n.a=e.a),this.props.onRgbaChange(n,t)},t.prototype.onToggleModeChange=function(){var e=P.length-1===P.indexOf(this.state.inputMode)?0:P.indexOf(this.state.inputMode)+1;if(this.props.opacity)this.setState({inputMode:P[e]});else{var t="rgba"===P[e]?e+1:e;this.setState({inputMode:P[t]})}},t}(o.Component);const _=D;(0,k.registerForIntl)(D),(0,k.registerForLocalization)(D);var R=n(9124),L=n(3198),N=n(4703),B=n(1779),T=n(848),F=n(2009),j=n(3493),A=n(5407),q=n(8199),G=function(){return G=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},G.apply(this,arguments)},K="data-slider-label",W=function(e){var t,n,r=o.useRef(null),i=(0,q.n)(r),a=e.vertical?{bottom:"".concat(e.position,"%")}:((t={})["rtl"===i?"right":"left"]="".concat(e.position,"%"),t),l=e.vertical?"k-tick-vertical":"k-tick-horizontal";return o.createElement("li",{ref:r,className:"k-tick k-tick-large ".concat(l),title:e.title,style:G({zIndex:1,position:"absolute"},a)},e.children&&o.createElement("span",G({},((n={})[K]=!0,n),{className:"k-label",onClick:e.onClick}),e.children))},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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Y=function(){return Y=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Y.apply(this,arguments)},Z=function(e){function t(t){var n=e.call(this,t)||this;return n.state={value:void 0===n.props.defaultValue?n.props.min:n.props.defaultValue,focused:!1,dir:n.props.dir},n._sliderTrack=null,n._element=null,n.buttons=function(e){if(!e.enabled)return e.children;var t="rtl"===n.state.dir?n.props.vertical?M.fRI:M.Me8:n.props.vertical?M.fRI:M.bI8,r="rtl"===n.state.dir?n.props.vertical?M.M7i:M.bI8:n.props.vertical?M.M7i:M.Me8,i="rtl"===n.state.dir?n.props.vertical?"caret-alt-up":"caret-alt-left":n.props.vertical?"caret-alt-up":"caret-alt-right",a="rtl"===n.state.dir?n.props.vertical?"caret-alt-down":"caret-alt-right":n.props.vertical?"caret-alt-down":"caret-alt-left";return o.createElement(o.Fragment,null,o.createElement(w.z,{className:"k-button-decrease",rounded:"full",icon:a,svgIcon:r,title:e.decrementTitle,onClick:e.decrement}),e.children,o.createElement(w.z,{className:"k-button-increase",rounded:"full",icon:i,svgIcon:t,title:e.incrementTitle,onClick:e.increment}))},n.focus=function(){n._element&&n._element.focus()},n.isLabel=function(e){for(var t=e;t;){if(Boolean(t.getAttribute(K)))return!0;t=t.parentElement}return!1},n.onFocus=function(){n.setState({focused:!0})},n.onBlur=function(){n.setState({focused:!1})},n.onKeyDown=function(e){var t=void 0;e.keyCode===j.R.left||e.keyCode===j.R.down?t=n.state.value-(n.props.step||0):e.keyCode===j.R.right||e.keyCode===j.R.up?t=n.state.value+(n.props.step||0):e.keyCode===j.R.home?t=n.props.min:e.keyCode===j.R.end&&(t=n.props.max),void 0!==t&&(e.preventDefault(),n.change(e,t))},n.decrement=function(e){e.preventDefault(),n.change(e,n.state.value-(n.props.step||0))},n.increment=function(e){e.preventDefault(),n.change(e,n.state.value+(n.props.step||0))},n.dragStart=function(e){n.isLabel(e.event.originalEvent.target)||(e.event.isTouch&&e.event.originalEvent.preventDefault(),n.drag(e))},n.dragOver=function(e){e.event.originalEvent.preventDefault(),n.drag(e)},n.drag=function(e){var t=e.element.getBoundingClientRect(),r=(n.props.vertical?t.bottom-e.event.clientY:"rtl"===n.state.dir?t.right-e.event.clientX:e.event.clientX-t.left)/(n.props.vertical?t.height:t.width);n.change(e,n.props.min+r*(n.props.max-n.props.min))},(0,I.s)(F.k),n}return U(t,e),t.getDerivedStateFromProps=function(e,t){var n=void 0!==e.value?e.value:t.value,r=e.min,o=e.max;return void 0===n?null:{value:Math.min(Math.max(n,r),o)}},t.prototype.componentDidMount=function(){if(!this.state.dir&&window&&this._element){var e=window.getComputedStyle(this._element).direction;e&&this.setState({dir:e})}},t.prototype.render=function(){var e,t=this,n=(0,k.provideLocalizationService)(this),r=(this.state.value-this.props.min)/(this.props.max-this.props.min)*100,i=this.props.vertical?{marginTop:"0.5rem",marginBottom:"0.5rem"}:{marginLeft:"0.5rem",marginRight:"0.5rem"},a=this.props.vertical?{paddingTop:0,height:"100%"}:{};return o.createElement("div",{ref:function(e){return t._element=e},dir:this.state.dir,id:this.props.id,style:Y({gap:0},this.props.style),onFocus:this.onFocus,onBlur:this.onBlur,onKeyDown:this.onKeyDown,className:(0,x.A)("k-slider",{"k-focus":this.state.focused,"k-disabled":this.props.disabled,"k-slider-horizontal":!this.props.vertical,"k-slider-vertical":this.props.vertical},this.props.className)},o.createElement(this.buttons,{enabled:this.props.buttons,decrement:this.decrement,increment:this.increment,incrementTitle:n.toLanguageString(S.AW,S.sY[S.AW]),decrementTitle:n.toLanguageString(S.wf,S.sY[S.wf])},o.createElement(B._,{onDrag:this.dragOver,onPress:this.dragStart},o.createElement("div",{className:"k-slider-track-wrap",style:Y({flexGrow:1,position:"relative",touchAction:"none"},i)},this.props.children&&o.createElement("ul",{className:"k-reset k-slider-items",style:Y({margin:0},a)},o.Children.map(this.props.children,(function(e){return e&&o.cloneElement(e,{position:100*(e.props.position-t.props.min)/(t.props.max-t.props.min),vertical:t.props.vertical},e.props.children)}))),o.createElement("div",{className:"k-slider-track",style:this.props.vertical?{bottom:0,height:"100%"}:(e={},e["rtl"===this.state.dir?"right":"left"]=0,e.width="100%",e),ref:function(e){return t._sliderTrack=e}},o.createElement("div",{className:"k-slider-selection",style:this.props.vertical?{height:r+"%"}:{width:r+"%"}}),o.createElement("span",{role:"slider","aria-valuemin":this.props.min,"aria-valuemax":this.props.max,"aria-valuenow":this.state.value,"aria-valuetext":String(this.state.value),"aria-orientation":this.props.vertical?"vertical":void 0,"aria-disabled":this.props.disabled?"true":void 0,"aria-labelledby":this.props.ariaLabelledBy,"aria-describedby":this.props.ariaDescribedBy,"aria-label":this.props.ariaLabel,tabIndex:(0,N.p)(this.props.tabIndex,this.props.disabled,void 0),className:"k-draghandle",title:n.toLanguageString(S.t3,S.sY[S.t3]),style:this.props.vertical?{bottom:"calc("+r+"%)",zIndex:1}:"rtl"===this.state.dir?{right:"calc("+r+"% - 13px)",zIndex:1}:{left:"calc("+r+"%)",zIndex:1}}))))))},Object.defineProperty(t.prototype,"sliderTrack",{get:function(){return this._sliderTrack},enumerable:!1,configurable:!0}),t.prototype.change=function(e,t){t=Math.min(Math.max(t,this.props.min),this.props.max),this.setState({value:t}),(0,A.N)(this.props.onChange,e,this,{value:t})},t.displayName="Slider",t.propTypes={min:z.number.isRequired,max:z.number.isRequired,value:z.number,vertical:z.bool,id:z.string,ariaLabelledBy:z.string,ariaDescribedBy:z.string,ariaLabel:z.string},t}(o.Component),X=(0,T.Y)(),Q=(0,T.u)(X,Z);Q.displayName="KendoReactSlider",(0,k.registerForLocalization)(Z);var J={},$=n(8130),ee=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),te=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return ee(t,e),t.prototype.render=function(){var e=(0,k.provideLocalizationService)(this),t=e.toLanguageString(S.Ao,S.sY[S.Ao]),n=e.toLanguageString(S.Vy,S.sY[S.Vy]),r=e.toLanguageString(S.PS,S.sY[S.PS]),i=e.toLanguageString(S.lf,S.sY[S.lf]),a=e.toLanguageString(S.BK,S.sY[S.BK]),l=m(this.props.rgba,this.props.bgColor),s=4.5.toFixed(1),c=7..toFixed(1),u="".concat(t,": ").concat(l.toFixed(2)),p="".concat(n,": ").concat(s),d="".concat(r,": ").concat(c),h=o.createElement("span",{className:"k-contrast-validation k-text-success"},i," ",o.createElement($.a,{name:"check",icon:M.eQZ})),v=o.createElement("span",{className:"k-contrast-validation k-text-error"},a," ",o.createElement($.a,{name:"x",icon:M.FZE}));return o.createElement("div",{className:"k-vbox k-colorgradient-color-contrast"},o.createElement("div",{className:"k-contrast-ratio"},o.createElement("span",{className:"k-contrast-ratio-text"},u),l>=4.5?o.createElement("span",{className:"k-contrast-validation k-text-success"},o.createElement($.a,{name:"check",icon:M.eQZ}),l>=7&&o.createElement($.a,{name:"check",icon:M.eQZ})):o.createElement("span",{className:"k-contrast-validation k-text-error"},o.createElement($.a,{name:"x",icon:M.FZE}))),o.createElement("div",null,o.createElement("span",null,p),l>=4.5?h:v),o.createElement("div",null,o.createElement("span",null,d),l>=7?h:v))},t}(o.Component);(0,k.registerForLocalization)(te);var ne=function(e,t){if(0===e.length)return"";var n=e.reduce((function(e,n,r,o){return 0===r?"M ".concat(n[0],",").concat(n[1]):"".concat(e," ").concat(t(n,r,o))}),"");return'<path d="'.concat(n,'" fill="none" stroke="white" stroke-width="1"/>')},re=function(e,t){var n=t[0]-e[0],r=t[1]-e[1];return{length:Math.sqrt(Math.pow(n,2)+Math.pow(r,2)),angle:Math.atan2(r,n)}},oe=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),ie=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return oe(t,e),t.prototype.renderSvgCurveLine=function(){var e,t,n=this,r=this.props.metrics,o=function(e,t,i,a,l){var s=(i+a)/2,c=Object.assign({},n.props.hsva,{s:t/r.width,v:1-s/r.height}),u=m(p(d(c)),p(n.props.backgroundColor||""));return i+.5>a?u<e+1&&u>e-1?s:null:l(u,e)?o(e,t,i,a-(a-i)/2,l):o(e,t,i+(a-i)/2,a,l)},i=function(e,t,n){void 0===n&&(n=!1);for(var i=[],a=0;a<=r.width;a+=r.width/t){var l=o(e,a,0,r.height,n?function(e,t){return e<t}:function(e,t){return e>t});null!==l&&i.push([a,l])}return i},a=(t=re,e=function(e,n,r,o){var i=t(n||e,r||e),a=i.angle+(o?Math.PI:0),l=.1*i.length;return[e[0]+Math.cos(a)*l,e[1]+Math.sin(a)*l]},function(t,n,r){var o=e(r[n-1],r[n-2],t),i=o[0],a=o[1],l=e(t,r[n-1],r[n+1],!0),s=l[0],c=l[1];return"C ".concat(i,",").concat(a," ").concat(s,",").concat(c," ").concat(t[0],",").concat(t[1])});return ne(i(4.5,16),a)+ne(i(4.5,16,!0),a)+ne(i(7,16),a)+ne(i(7,16,!0),a)},t.prototype.shouldComponentUpdate=function(e){return e.hsva.h!==this.props.hsva.h||e.hsva.a!==this.props.hsva.a||this.props.backgroundColor!==e.backgroundColor},t.prototype.render=function(){return o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",className:"k-color-contrast-svg",dangerouslySetInnerHTML:{__html:this.renderSvgCurveLine()},style:{position:"absolute",overflow:"visible",pointerEvents:"none",left:0,top:0,zIndex:3}})},t}(o.Component),ae=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),le="rgba(255, 255, 255, 1)",se=function(e){function t(n){var r=e.call(this,n)||this;r.wrapper=null,r.onHexChange=function(e,t,n){if(r.isUncontrolled){var o=u(t);r.setState({hsva:o,backgroundColor:h(o.h),rgba:p(t),hex:e})}else!function(e,t,n){J[e]={value:t,hex:n}}(r.state.guid,t,e);r.dispatchChangeEvent(t,n,n.nativeEvent)},r.onRgbaChange=function(e,t){var n=function(e){var t=s(e.r,0,255),n=s(e.g,0,255),r=s(e.b,0,255),o=s(e.a,0,1);return a.Color.fromBytes(t,n,r,o).toCssRgba()}(e);if(r.isUncontrolled){var o=u(n),i=c(n,"hex");r.setState({hsva:o,backgroundColor:h(o.h),rgba:e,hex:i})}else!function(e,t,n){J[e]={value:t,rgba:n}}(r.state.guid,n,e);r.dispatchChangeEvent(n,t.syntheticEvent,t.nativeEvent)},r.onAlphaSliderChange=function(e){r.handleHsvaChange(Object.assign({},r.state.hsva,{a:e.value/100}),e.syntheticEvent,e.nativeEvent)},r.onHueSliderChange=function(e){r.handleHsvaChange(Object.assign({},r.state.hsva,{h:e.value}),e.syntheticEvent,e.nativeEvent)},r.onDrag=function(e){r.gradientWrapper.classList.add("k-dragging"),r.changePosition(e.event)},r.onRelease=function(){r.gradientWrapper.classList.remove("k-dragging")},r.onGradientWrapperClick=function(e){r.changePosition(e)},r.changePosition=function(e){var t=r.getGradientRectMetrics(),n=e.clientX-t.left,o=e.clientY-t.top,i=s(n,0,t.width),a=s(o,0,t.height),l=Object.assign({},r.state.hsva,{s:i/t.width,v:1-a/t.height});r.handleHsvaChange(l,e,e.nativeEvent)},r.onFocus=function(e){r.props.onFocus&&r.props.onFocus.call(void 0,{nativeEvent:e,target:r})},r.focus=function(){(0,R.n)(r.wrapper)},(0,I.s)(F.k);var o=n.value||n.defaultValue||c(le,"rgba");return r.state=Object.assign({},t.getStateFromValue(o),{isFirstRender:!0,guid:(0,L.M)()}),r}return ae(t,e),t.getDerivedStateFromProps=function(e,n){return e.value&&!n.isFirstRender?t.getStateFromValue(e.value,n.guid):null},t.prototype.componentDidMount=function(){this.setAlphaSliderBackground(this.state.backgroundColor),this.state.isFirstRender&&this.setState({isFirstRender:!1})},t.prototype.componentWillUnmount=function(){var e;e=this.state.guid,delete J[e]},t.prototype.componentDidUpdate=function(e,t){t.backgroundColor!==this.state.backgroundColor&&this.setAlphaSliderBackground(this.state.backgroundColor)},t.prototype.renderRectangleDragHandle=function(){var e={};if(!this.state.isFirstRender){var t=this.getGradientRectMetrics(),n=(1-this.state.hsva.v)*t.height,r=this.state.hsva.s*t.width;e.top="".concat(n,"px"),e.left="".concat(r,"px")}return o.createElement("div",{role:"slider",tabIndex:(0,N.p)(this.props.tabIndex,this.props.disabled),"aria-valuetext":this.props.ariaValueText,"aria-valuenow":parseInt(this.state.hex.substring(1),16),"aria-label":this.props.ariaLabelHSV,"aria-orientation":void 0,"aria-disabled":this.props.disabled?"true":void 0,className:"k-hsv-draghandle k-draghandle",style:e})},t.prototype.handleHsvaChange=function(e,t,n){var r=d(e);if(this.isUncontrolled){var o=c(r,"hex");this.setState({hsva:e,backgroundColor:h(e.h),rgba:p(r),hex:o})}else!function(e,t,n){J[e]={value:t,hsva:n}}(this.state.guid,r,e);this.dispatchChangeEvent(r,t,n)},t.prototype.dispatchChangeEvent=function(e,t,n){this.props.onChange&&this.props.onChange.call(void 0,{syntheticEvent:t,nativeEvent:n,target:this,value:e})},t.getStateFromValue=function(e,t){l(c(e,"hex"))||(e=le);var n=function(e,t){if(e){var n=J[e];return n&&n.value===t?n.hsva:void 0}}(t,e)||u(e),r=function(e,t){if(e){var n=J[e];return n&&n.value===t?n.rgba:void 0}}(t,e)||p(e),o=function(e,t){if(e){var n=J[e];return n&&n.value===t?n.hex:void 0}}(t,e)||c(e,"hex");return{hsva:n,backgroundColor:h(n.h),rgba:r,hex:o}},t.prototype.setAlphaSliderBackground=function(e){this.props.opacity&&this.alphaSlider&&this.alphaSlider.sliderTrack&&(this.alphaSlider.sliderTrack.style.background="linear-gradient(to top, transparent, ".concat(e,")"))},Object.defineProperty(t.prototype,"isUncontrolled",{get:function(){return void 0===this.props.value},enumerable:!1,configurable:!0}),t.prototype.getGradientRectMetrics=function(){return this.gradientWrapper.getBoundingClientRect()},t.prototype.render=function(){var e=this,t=(0,k.provideLocalizationService)(this),n=(0,x.A)("k-colorgradient",{"k-disabled":this.props.disabled},this.props.className);return o.createElement("div",{id:this.props.id,role:this.props.role,className:n,"aria-disabled":this.props.disabled?"true":void 0,style:this.props.style,ref:function(t){return e.wrapper=t},tabIndex:(0,N.p)(this.props.tabIndex,this.props.disabled),"aria-label":this.props.ariaLabel,"aria-labelledby":this.props.ariaLabelledBy,"aria-describedby":this.props.ariaDescribedBy,onFocus:this.onFocus},o.createElement("div",{className:"k-colorgradient-canvas k-hstack"},o.createElement("div",{className:"k-hsv-rectangle",style:{background:this.state.backgroundColor}},o.createElement(B._,{onDrag:this.onDrag,onRelease:this.onRelease,ref:function(t){return e.gradientWrapper=t?t.element:void 0}},o.createElement("div",{className:"k-hsv-gradient",style:{touchAction:"none"},onClick:this.onGradientWrapperClick},this.renderRectangleDragHandle())),this.props.backgroundColor&&!this.state.isFirstRender&&o.createElement(ie,{metrics:this.gradientWrapper?this.getGradientRectMetrics():void 0,hsva:this.state.hsva,backgroundColor:this.props.backgroundColor})),o.createElement("div",{className:"k-hsv-controls k-hstack"},o.createElement(Q,{value:this.state.hsva.h,buttons:!1,vertical:!0,min:0,max:360,step:5,onChange:this.onHueSliderChange,className:"k-hue-slider k-colorgradient-slider",disabled:this.props.disabled,ariaLabel:t.toLanguageString(S.UH,S.sY[S.UH])}),this.props.opacity&&o.createElement(Q,{value:l(this.state.hsva.a)?100*this.state.hsva.a:100,buttons:!1,vertical:!0,min:0,max:100,step:1,ariaLabel:t.toLanguageString(S.M0,S.sY[S.M0]),onChange:this.onAlphaSliderChange,className:"k-alpha-slider k-colorgradient-slider",disabled:this.props.disabled,ref:function(t){return e.alphaSlider=t}}))),o.createElement(_,{rgba:this.state.rgba,onRgbaChange:this.onRgbaChange,hex:this.state.hex,onHexChange:this.onHexChange,opacity:this.props.opacity,disabled:this.props.disabled,defaultInputMode:this.props.format}),this.props.backgroundColor&&o.createElement(te,{bgColor:p(this.props.backgroundColor),rgba:this.state.rgba}))},t.displayName="ColorGradient",t.propTypes={defaultValue:z.string,value:z.string,onChange:z.func,onFocus:z.func,opacity:z.bool,backgroundColor:z.string,format:z.any,disabled:z.bool,style:z.any,id:z.string,role:z.string,ariaLabel:z.string,ariaLabelledBy:z.string,ariaDescribedBy:z.string,className:z.string},t.defaultProps={opacity:!0,role:"textbox",format:"rgb"},t}(o.Component),ce=(0,T.Y)(),ue=(0,T.u)(ce,se);ue.displayName="KendoReactColorGradient";var pe=function(){function e(){this.colorRows=[]}return e.prototype.setColorMatrix=function(e,t){if(this.colorRows=[],l(e)&&e.length){t=t||e.length;for(var n=0;n<e.length;n+=t){var r=e.slice(n,t+n);this.colorRows.push(r)}}},e.prototype.getCellCoordsFor=function(e){var t=this;if(l(e)){var n=e?(0,a.parseColor)(e,!0):e,r=[e];l(n)&&r.push(n.toCss(),n.toCssRgba());for(var o=function(e){for(var n=function(n){if(r.some((function(r){return r===t.colorRows[e][n]})))return{value:{row:e,col:n}}},o=0;o<i.colorRows[e].length;o++){var a=n(o);if("object"==typeof a)return a}},i=this,s=0;s<this.colorRows.length;s++){var c=o(s);if("object"==typeof c)return c.value}}},e.prototype.getColorAt=function(e){if(l(e)&&l(this.colorRows[e.row]))return this.colorRows[e.row][e.col]},e.prototype.getNextCell=function(e,t,n){if(!(l(e)&&l(e.row)&&l(e.col)))return{row:0,col:0};var r=this.clampIndex(e.row+n,this.colorRows.length-1);return{row:r,col:this.clampIndex(e.col+t,this.colorRows[r].length-1)}},e.prototype.clampIndex=function(e,t){return e<0?0:e>t?t:e},e}(),de={basic:{colors:["#000000","#7f7f7f","#880015","#ed1c24","#ff7f27","#fff200","#22b14c","#00a2e8","#3f48cc","#a349a4"," ffffff","#c3c3c3","#b97a57","#ffaec9","#ffc90e","#efe4b0","#b5e61d","#99d9ea","#7092be","#c8bfe7"],columns:10},office:{colors:["#ffffff","#000000","#e6e6e6","#435569","#4371c4","#ed7e32","#a5a4a5","#febf04","#5a9bd5","#71ae48","#f2f2f3","#7f7f7f","#d1cece","#d5dde3","#dae1f4","#fce5d4","#deeded","#fff2cc","#deeaf6","#e1efd9","#d7d8d8","#585959","#aeabab","#adbaca","#b4c5e7","#f6caac","#dbdbdb","#ffe498","#bcd6ee","#c5e0b2","#bfbfc0","#3f3f3f","#767070","#8595b1","#8fabdb","#f5b183","#c9c8c9","#fed965","#9bc4e5","#a8d08d","#a5a5a6","#262625","#393939","#334050","#2e5496","#c45a11","#7b7b7a","#bf9000","#2f75b5","#548235","#7f7f7f","#0b0c0c","#161616","#222a34","#203764","#843d0b","#525252","#7f6000","#1d4d79","#375623"],columns:10},apex:{colors:["#ffffff","#000000","#c9c2d1","#69676d","#ceb966","#9cb084","#6bb1c9","#6585cf","#7e6bc9","#a379bb","#f2f2f2","#7f7f7f","#f4f2f5","#e0e0e2","#f5f1e0","#ebefe6","#e1eff4","#e0e6f5","#e5e1f4","#ece4f1","#d8d8d8","#595959","#e9e6ec","#c2c1c5","#ebe3c1","#d7dfcd","#c3dfe9","#c1ceeb","#cbc3e9","#dac9e3","#bfbfbf","#3f3f3f","#dedae3","#a4a3a8","#e1d5a3","#c3cfb5","#a6d0de","#a2b5e2","#b1a6de","#c7aed6","#a5a5a5","#262626","#9688a5","#4e4d51","#ae9638","#758c5a","#3d8da9","#365bb0","#533da9","#7d4d99","#7f7f7f","#0c0c0c","#635672","#343336","#746425","#4e5d3c","#295e70","#243c75","#372970","#533366"],columns:10},austin:{colors:["#ffffff","#000000","#caf278","#3e3d2d","#94c600","#71685a","#ff6700","#909465","#956b43","#fea022","#f2f2f2","#7f7f7f","#f4fce4","#dddcd0","#efffc0","#e3e1dc","#ffe0cb","#e8e9df","#ece1d6","#feecd2","#d8d8d8","#595959","#e9f9c9","#bbb9a1","#dfff82","#c8c3ba","#ffc299","#d2d4c0","#dac3ad","#fed9a6","#bfbfbf","#3f3f3f","#dff7ae","#ada598","#cfff43","#ada598","#ffa365","#bcbfa1","#c8a585","#fec67a","#a5a5a5","#262626","#a9ea25","#2e2d21","#6f9400","#544e43","#bf4d00","#6c6f4b","#6f5032","#d77b00","#7f7f7f","#0c0c0c","#74a50f","#1f1e16","#4a6300","#38342d","#7f3300","#484a32","#4a3521","#8f5200"],columns:10},clarity:{colors:["#ffffff","#292934","#f3f2dc","#d2533c","#93a299","#ad8f67","#726056","#4c5a6a","#808da0","#79463d","#f2f2f2","#e7e7ec","#e7e5b9","#f6dcd8","#e9ecea","#eee8e0","#e4dedb","#d8dde3","#e5e8ec","#e9d6d3","#d8d8d8","#c4c4d1","#d5d185","#edbab1","#d3d9d6","#ded2c2","#c9beb8","#b2bcc8","#ccd1d9","#d3aea7","#bfbfbf","#8a8aa3","#aca73b","#e4978a","#bec7c1","#cdbba3","#af9e94","#8c9bac","#b2bac6","#bd857c","#a5a5a5","#56566e","#56531d","#a43925","#6b7c72","#866b48","#554840","#39434f","#5c697b","#5a342d","#7f7f7f","#3b3b4b","#22210b","#6d2619","#47534c","#594730","#39302b","#262d35","#3d4652","#3c231e"],columns:10},slipstream:{colors:["#ffffff","#000000","#b4dcfa","#212745","#4e67c8","#5eccf3","#a7ea52","#5dceaf","#ff8021","#f14124","#f2f2f2","#7f7f7f","#8bc9f7","#c7cce4","#dbe0f4","#def4fc","#edfadc","#def5ef","#ffe5d2","#fcd9d3","#d8d8d8","#595959","#4facf3","#909aca","#b8c2e9","#beeafa","#dbf6b9","#beebdf","#ffcca6","#f9b3a7","#bfbfbf","#3f3f3f","#0d78c9","#5967af","#94a3de","#9ee0f7","#caf297","#9de1cf","#ffb279","#f68d7b","#a5a5a5","#262626","#063c64","#181d33","#31479f","#11b2eb","#81d319","#34ac8b","#d85c00","#c3260c","#7f7f7f","#0c0c0c","#021828","#101322","#202f6a","#0b769c","#568c11","#22725c","#903d00","#821908"],columns:10},metro:{colors:["#ffffff","#000000","#d6ecff","#4e5b6f","#7fd13b","#ea157a","#feb80a","#00addc","#738ac8","#1ab39f","#f2f2f2","#7f7f7f","#a7d6ff","#d9dde4","#e5f5d7","#fad0e4","#fef0cd","#c5f2ff","#e2e7f4","#c9f7f1","#d8d8d8","#595959","#60b5ff","#b3bcca","#cbecb0","#f6a1c9","#fee29c","#8be6ff","#c7d0e9","#94efe3","#bfbfbf","#3f3f3f","#007dea","#8d9baf","#b2e389","#f272af","#fed46b","#51d9ff","#aab8de","#5fe7d5","#a5a5a5","#262626","#003e75","#3a4453","#5ea226","#af0f5b","#c58c00","#0081a5","#425ea9","#138677","#7f7f7f","#0c0c0c","#00192e","#272d37","#3f6c19","#750a3d","#835d00","#00566e","#2c3f71","#0c594f"],columns:10},flow:{colors:["#ffffff","#000000","#dbf5f9","#04617b","#0f6fc6","#009dd9","#0bd0d9","#10cf9b","#7cca62","#a5c249","#f2f2f2","#7f7f7f","#b2e9f2","#b4ecfc","#c7e2fa","#c4eeff","#c9fafc","#c9faed","#e4f4df","#edf2da","#d8d8d8","#595959","#76d9e8","#6adafa","#90c6f6","#89deff","#93f5f9","#94f6db","#cae9c0","#dbe6b6","#bfbfbf","#3f3f3f","#21b2c8","#20c8f7","#59a9f2","#4fceff","#5df0f6","#5ff2ca","#b0dfa0","#c9da91","#a5a5a5","#262626","#105964","#02485c","#0b5394","#0075a2","#089ca2","#0b9b74","#54a838","#7e9532","#7f7f7f","#0c0c0c","#062328","#01303d","#073763","#004e6c","#05686c","#07674d","#387025","#546321"],columns:10},hardcover:{colors:["#ffffff","#000000","#ece9c6","#895d1d","#873624","#d6862d","#d0be40","#877f6c","#972109","#aeb795","#f2f2f2","#7f7f7f","#e1dca5","#f2e0c6","#f0d0c9","#f6e6d5","#f5f2d8","#e7e5e1","#fbc7bc","#eef0e9","#d8d8d8","#595959","#d0c974","#e6c28d","#e2a293","#eeceaa","#ece5b2","#cfccc3","#f78f7a","#dee2d4","#bfbfbf","#3f3f3f","#a29a36","#daa454","#d4735e","#e6b681","#e2d88c","#b7b2a5","#f35838","#ced3bf","#a5a5a5","#262626","#514d1b","#664515","#65281a","#a2641f","#a39428","#655f50","#711806","#879464","#7f7f7f","#0c0c0c","#201e0a","#442e0e","#431b11","#6c4315","#6d621a","#433f35","#4b1004","#5a6243"],columns:10},trek:{colors:["#ffffff","#000000","#fbeec9","#4e3b30","#f0a22e","#a5644e","#b58b80","#c3986d","#a19574","#c17529","#f2f2f2","#7f7f7f","#f7e09e","#e1d6cf","#fcecd5","#eddfda","#f0e7e5","#f3eae1","#ece9e3","#f5e3d1","#d8d8d8","#595959","#f3cc5f","#c4ad9f","#f9d9ab","#dcc0b6","#e1d0cc","#e7d5c4","#d9d4c7","#ebc7a3","#bfbfbf","#3f3f3f","#d29f0f","#a78470","#f6c781","#cba092","#d2b9b2","#dbc1a7","#c6bfab","#e1ac76","#a5a5a5","#262626","#694f07","#3a2c24","#c87d0e","#7b4b3a","#926255","#a17242","#7b7153","#90571e","#7f7f7f","#0c0c0c","#2a1f03","#271d18","#855309","#523226","#614138","#6b4c2c","#524b37","#603a14"],columns:10},verve:{colors:["#ffffff","#000000","#d2d2d2","#666666","#ff388c","#e40059","#9c007f","#68007f","#005bd3","#00349e","#f2f2f2","#7f7f7f","#bdbdbd","#e0e0e0","#ffd7e8","#ffc6dc","#ffb8f1","#f1b2ff","#c3dcff","#b8cfff","#d8d8d8","#595959","#9d9d9d","#c1c1c1","#ffafd1","#ff8eba","#ff71e4","#e365ff","#87baff","#72a0ff","#bfbfbf","#3f3f3f","#696969","#a3a3a3","#ff87ba","#ff5597","#ff2ad7","#d519ff","#4b98ff","#2b71ff","#a5a5a5","#262626","#343434","#4c4c4c","#e90062","#ab0042","#75005f","#4e005f","#00449e","#002676","#7f7f7f","#0c0c0c","#151515","#333333","#9b0041","#72002c","#4e003f","#34003f","#002d69","#00194f"],columns:10},monochrome:{colors:["#000000","#1a1a1a","#333333","#4d4d4d","#666666","#808080","#999999","#b3b3b3","#cccccc","#e6e6e6","#f2f2f2","#ffffff"],columns:12}},he=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),ve="office",fe=function(e){function t(t){var n=e.call(this,t)||this;return n.wrapper=null,n.paletteService=null,n.guid=(0,L.M)(),n.focus=function(){n.wrapper&&n.wrapper.focus()},n.onKeyDown=function(e){switch(e.keyCode){case j.R.down:n.handleCellNavigation(0,1);break;case j.R.up:n.handleCellNavigation(0,-1);break;case j.R.right:n.handleCellNavigation(1,0);break;case j.R.left:n.handleCellNavigation(-1,0);break;case j.R.enter:n.handleEnter(e);break;default:return}e.preventDefault()},n.onColorClick=function(e,t){n.isUncontrolled?n.setState({selectedColor:e,focusedColor:e}):n.setState({focusedColor:e}),n.dispatchChangeEvent(e,t)},n.onFocus=function(e){n.paletteService&&(n.setState({focusedColor:n.state.selectedColor||n.paletteService.colorRows[0][0]}),n.props.onFocus&&n.props.onFocus.call(void 0,e))},n.onBlur=function(){n.setState({focusedColor:void 0})},(0,I.s)(F.k),n.state={selectedColor:void 0!==n.props.value?n.props.value:n.props.defaultValue,isFirstRender:!0},n}return he(t,e),t.prototype.render=function(){var e=this,t=this.getPaletteInfo(),n=this.paletteService=new pe;n.setColorMatrix(t.colors,t.columns);var r=n.getCellCoordsFor(this.state.selectedColor),i=n.getCellCoordsFor(this.state.focusedColor),a=(0,x.A)("k-colorpalette",{"k-disabled":this.props.disabled},this.props.className);return t.colors.length?o.createElement("div",{id:this.props.id,role:"grid",className:a,onFocus:this.onFocus,onBlur:this.onBlur,onKeyDown:this.onKeyDown,"aria-disabled":this.props.ariaDisabled||(this.props.disabled?"true":void 0),"aria-labelledby":this.props.ariaLabelledBy,"aria-describedby":this.props.ariaDescribedBy,tabIndex:(0,N.p)(this.props.tabIndex,this.props.disabled),ref:function(t){return e.wrapper=t}},o.createElement("table",{className:"k-colorpalette-table",role:"presentation"},o.createElement("tbody",{role:"rowgroup"},this.renderRows(n.colorRows,r,i)))):""},t.getDerivedStateFromProps=function(e,t){if(t.isFirstRender||void 0===e.value){if(t.isFirstRender)return{isFirstRender:!1}}else{if(""===e.value&&void 0!==t.selectedColor)return{selectedColor:void 0};if(""!==e.value&&e.value!==t.selectedColor)return{selectedColor:e.value}}return null},t.prototype.handleCellNavigation=function(e,t){if(this.paletteService)if(this.focusedColorCooridanates){var n=this.paletteService.getNextCell(this.focusedColorCooridanates,e,t);this.setState({focusedColor:this.paletteService.getColorAt(n)})}else this.setState({focusedColor:this.paletteService.colorRows[0][0]})},t.prototype.handleEnter=function(e){this.isUncontrolled&&this.setState({selectedColor:this.state.focusedColor}),this.dispatchChangeEvent(this.state.focusedColor,e)},t.prototype.dispatchChangeEvent=function(e,t){(0,A.N)(this.props.onChange,t,this,{value:e,rgbaValue:c(e,"rgba")})},Object.defineProperty(t.prototype,"focusedColorCooridanates",{get:function(){return this.state.focusedColor&&this.paletteService?this.paletteService.getCellCoordsFor(this.state.focusedColor):void 0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"isUncontrolled",{get:function(){return void 0===this.props.value},enumerable:!1,configurable:!0}),t.prototype.getPaletteInfo=function(){if("string"==typeof this.props.palette){var e=de[this.props.palette];return l(e)?{colors:e.colors,columns:this.props.columns||e.columns||10}:{colors:[],columns:0}}return{colors:this.props.palette||[],columns:this.props.columns||10}},t.prototype.renderRows=function(e,t,n){var r=this;return e.map((function(e,i){return o.createElement("tr",{role:"row",key:i},r.renderColumns(e,i,t,n))}))},t.prototype.renderColumns=function(e,t,n,r){var i=this,a=void 0!==n&&n.row===t,l=n&&n.col,s=void 0!==r&&r.row===t,c=r&&r.col,u="number"!=typeof this.props.tileSize?this.props.tileSize:{width:this.props.tileSize,height:this.props.tileSize},p=u.width+"px",d=u.height+"px";return e.map((function(e,n){var r=a&&l===n,u=(0,x.A)("k-colorpalette-tile",{"k-selected":r,"k-focus":s&&c===n});return o.createElement("td",{role:"gridcell",className:u,"aria-label":e,"aria-selected":!!r||!!i.props.disabled&&void 0,style:{backgroundColor:e,width:p,height:d,minWidth:p},onClick:function(t){return i.onColorClick(e,t)},id:i.createCellId({row:t,col:n}),key:n})}))},t.prototype.createCellId=function(e){return"".concat(this.guid,"_").concat(e.row,"_").concat(e.col)},t.displayName="ColorPalette",t.propTypes={palette:z.oneOfType([z.arrayOf(z.string.isRequired),z.string]),columns:z.number,tileSize:z.any,defaultValue:z.string,value:z.string,disabled:z.bool,tabIndex:z.number,onChange:z.func,onFocus:z.func,id:z.string,ariaLabelledBy:z.string,ariaDescribedBy:z.string,className:z.string},t.defaultProps={palette:ve,tileSize:24},t}(o.Component),me=(0,T.Y)(),ge=(0,T.u)(me,fe);ge.displayName="KendoReactColorPalette";var ye=n(9656),be=n(2697),we=n(3218),ze=n(1754),xe=function(){return xe=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},xe.apply(this,arguments)},Ce=function(e){var t=e.popupSettings||{},n="rtl"===e.dir?"right":"left",r=o.useMemo((function(){return{horizontal:n,vertical:"bottom"}}),[n]),i=o.useMemo((function(){return{horizontal:n,vertical:"top"}}),[n]);return o.createElement(o.Fragment,null,e.input,e.button,o.createElement(ze.G,xe({style:xe(xe({},(t||{}).style),{direction:e.dir})},t,{anchor:e.popupAnchor,anchorAlign:r,popupAlign:i,show:e.open,onOpen:e.onOpen,onClose:e.onClose,className:(0,x.A)("k-reset",t.className)}),e.content))};Ce.displayName="KendoPickerComponent";var ke=function(){return ke=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},ke.apply(this,arguments)},Ie={palette:ve,tileSize:24},Oe=function(e){return void 0!==e},Ee=(0,T.Y)(),Me=o.forwardRef((function(e,t){var n;(0,I.s)(F.k);var r=(0,ye.Y)(Ee,e),i=(0,k.useLocalization)(),a=r.size,l=void 0===a?Se.size:a,s=r.rounded,c=void 0===s?Se.rounded:s,u=r.fillMode,p=void 0===u?Se.fillMode:u,d=r.popupSettings,h=r.gradientSettings,v=r.paletteSettings,f=r.valid,m=r.disabled,g=r.tabIndex,y=r.view,b=r.icon,z=r.svgIcon,C=r.iconClassName,O=r.onChange,E=r.onFocus,H=r.onBlur,V=r.onActiveColorClick,P=r.className,D=o.useRef(null),_=o.useRef(null),R=o.useRef(null),L=o.useRef(),B=o.useRef(null),T=o.useState(!1),A=T[0],G=T[1],K=o.useState(r.defaultValue),W=K[0],U=K[1],Y=o.useState(!1),Z=Y[0],X=Y[1],Q=Oe(r.value),J=Oe(r.open),ee=Q?r.value:W,te=J?r.open:Z,ne=o.useCallback((function(){D.current&&D.current.focus()}),[]);o.useImperativeHandle(t,(function(){return{element:D.current,actionElement:B.current,value:ee,focus:ne}}),[ee,ne]);var re=o.useCallback((function(e,t){J||(!e&&!t&&D&&D.current&&D.current.focus(),X(e))}),[J]),oe=o.useCallback((function(e){var t=e.altKey,n=e.keyCode;if(n!==j.R.esc)return n!==j.R.enter||J?void(!t||n!==j.R.up&&n!==j.R.down||(e.preventDefault(),e.stopPropagation(),n===j.R.up&&D&&D.current&&(D.current.focus(),re(!1)),n===j.R.down&&re(!0))):(e.preventDefault(),e.stopPropagation(),void re(!te));re(!1)}),[te,J]),ie=o.useCallback((function(){J||(_.current?_.current.focus():R.current&&R.current.focus())}),[J]),ae=o.useCallback((function(){re(!te,!0)}),[te]),le=o.useCallback((function(e){V&&V.call(void 0,{syntheticEvent:e,nativeEvent:e.nativeEvent,value:ee})}),[V,ee]),se=o.useCallback((function(e){L.current?(clearTimeout(L.current),L.current=void 0):G(!0),E&&E.call(void 0,{nativeEvent:e.nativeEvent,syntheticEvent:e})}),[E]),ce=o.useCallback((function(){re(!1,!0),G(!1),L.current=void 0}),[]),pe=o.useCallback((function(e){clearTimeout(L.current),L.current=window.setTimeout(ce),H&&H.call(void 0,{nativeEvent:e.nativeEvent,syntheticEvent:e})}),[H]),de=o.useCallback((function(e,t){var n=t?e.rgbaValue:e.value;Q||U(n),t&&re(!1),O&&O.call(void 0,{value:n,nativeEvent:e.nativeEvent,syntheticEvent:e.syntheticEvent})}),[Q,O]),he=o.useCallback((function(e){return de(e,!0)}),[Oe,de]),ve=(0,q.n)(D,r.dir),fe=!1!==f;return o.createElement("span",{id:r.id,role:"combobox","aria-label":r.ariaLabel,"aria-labelledby":r.ariaLabelledBy,"aria-describedby":r.ariaDescribedBy,"aria-haspopup":"dialog","aria-expanded":te,"aria-disabled":m?"true":void 0,className:(0,x.A)("k-colorpicker","k-picker","k-icon-picker",(n={},n["k-picker-".concat(be.G.sizeMap[l]||l)]=l,n["k-picker-".concat(p)]=p,n["k-rounded-".concat(be.G.roundedMap[c]||c)]=c,n["k-invalid"]=!fe,n["k-disabled"]=m,n["k-focus"]=A,n.className=P,n)),ref:D,tabIndex:(0,N.p)(g,m),title:r.title,onKeyDown:oe,onFocus:se,onBlur:pe,dir:ve},o.createElement(Ce,{dir:ve,open:te,onOpen:ie,popupAnchor:D.current||void 0,popupSettings:ke({},d),input:o.createElement("span",{onClick:le,className:"k-input-inner"},o.createElement("span",{className:(0,x.A)("k-value-icon","k-color-preview",{"k-no-color":!ee,"k-icon-color-preview":b||z||C})},C&&o.createElement("span",{className:(0,x.A)("k-color-preview-icon",C)}),!C&&(b||z)&&o.createElement($.a,{name:b,icon:z}),o.createElement("span",{className:"k-color-preview-mask",style:{backgroundColor:ee}}))),button:o.createElement(w.z,{tabIndex:-1,type:"button",onClick:ae,className:"k-input-button",rounded:null,icon:"caret-alt-down",svgIcon:M.M7i,"aria-label":i.toLanguageString(S.iY,S.sY[S.iY])}),content:o.createElement(o.Fragment,null,("combo"===y||"gradient"===y)&&o.createElement(ue,ke({},h,{tabIndex:0,ref:_,value:ee,onChange:de})),("combo"===y||"palette"===y)&&o.createElement(ge,ke({},v,{ref:R,value:ee,onChange:he})))}))}));Me.propTypes={value:z.string,defaultValue:z.string,disabled:z.bool,view:z.oneOf(["gradient","palette","combo"]),dir:z.string,id:z.string,icon:z.string,svgIcon:we.wi,ariaLabelledBy:z.string,ariaDescribedBy:z.string,size:z.oneOf([null,"small","medium","large"]),rounded:z.oneOf([null,"small","medium","large","full"]),fillMode:z.oneOf([null,"solid","flat","outline"]),className:z.string};var Se={size:"medium",rounded:"medium",fillMode:"solid",view:"palette",gradientSettings:{opacity:!0},paletteSettings:Ie};Me.defaultProps=Se,Me.displayName="KendoColorPicker";var He,Ve=n(7711),Pe="rgba(255, 255, 255, 1)",De=o.forwardRef((function(e,t){(0,I.s)(F.k);var n=o.useRef(null),r=o.useRef(null),i=o.useRef(null),a=e.defaultValue,l=void 0===a?Pe:a,s=e.showButtons,c=void 0===s||s,u=e.showPreview,p=void 0===u||u,d=e.showClearButton,h=void 0===d||d,v=o.useState("ColorGradient"===(e.view||"ColorGradient")),f=v[0],m=v[1],g=o.useState(e.value||l),y=g[0],b=g[1],z=o.useState(e.value||l),C=z[0],O=z[1],E=void 0!==e.value?e.value:C;o.useEffect((function(){b(e.value||l)}),[e.value,l]);var H=(0,k.useLocalization)(),V=o.useCallback((function(){n.current&&n.current.focus()}),[n]);o.useImperativeHandle(n,(function(){return{element:r.current,focus:V,props:e,value:E}}),[E,V,e]),o.useImperativeHandle(t,(function(){return n.current}));var P=o.useCallback((function(e){("ColorGradient"===e&&!f||"ColorPalette"===e&&f)&&m(!f)}),[f]),D=o.useCallback((function(t){if(b(l),e.onPreviewChange){var n={value:l,nativeEvent:t.nativeEvent,syntheticEvent:t};e.onPreviewChange.call(void 0,n)}}),[l,e.onPreviewChange]),_=o.useCallback((function(t){if(b(t.value),e.onPreviewChange){var n={value:t.value,nativeEvent:t.nativeEvent,syntheticEvent:t.syntheticEvent};e.onPreviewChange.call(void 0,n)}}),[e.onPreviewChange]),R=o.useCallback((function(t){if(O(y),e.onChange){var n={value:y,nativeEvent:t.nativeEvent,syntheticEvent:t};e.onChange.call(void 0,n)}}),[y,e.onChange]),L=o.useCallback((function(){O(Pe)}),[]),B=o.useCallback((function(t){if(b(C),e.onPreviewChange){var n={value:C,nativeEvent:t.nativeEvent,syntheticEvent:t};e.onPreviewChange.call(void 0,n)}}),[C,e.onPreviewChange]),T=o.useCallback((function(e){r.current&&e.nativeEvent.target instanceof HTMLInputElement==0&&r.current.focus()}),[r]),j=o.useCallback((function(t){var n;if((!t.relatedTarget||!(null===(n=r.current)||void 0===n?void 0:n.contains(t.relatedTarget)))&&(c||O(y),!c&&e.onChange)){var o={value:y,nativeEvent:t.nativeEvent,syntheticEvent:t};e.onChange.call(void 0,o)}}),[y,c,e.onChange]);return o.createElement("div",{id:e.id,role:"textbox","aria-label":e.ariaLabel,"aria-labelledby":e.ariaLabelledBy,"aria-disabled":e.disabled?"true":void 0,style:e.style,ref:r,tabIndex:(0,N.p)(e.tabIndex,e.disabled),className:(0,x.A)("k-flatcolorpicker k-coloreditor",{"k-disabled":e.disabled},e.className),onBlur:j},o.createElement(o.Fragment,null,e.header||o.createElement("div",{className:"k-coloreditor-header k-hstack"},o.createElement("div",{className:"k-coloreditor-header-actions k-hstack"},o.createElement(Ve.h,{className:"k-button-group-flat"},o.createElement(w.z,{type:"button","aria-label":H.toLanguageString(S.UG,S.sY[S.UG]),togglable:!0,fillMode:"flat",selected:f,onClick:function(){return P("ColorGradient")},icon:"droplet-slider",svgIcon:M.V7P}),o.createElement(w.z,{type:"button","aria-label":H.toLanguageString(S.IN,S.sY[S.IN]),togglable:!0,fillMode:"flat",selected:!f,onClick:function(){return P("ColorPalette")},icon:"palette",svgIcon:M.Sp5}))),o.createElement("div",{className:"k-spacer"}),o.createElement("div",{className:"k-coloreditor-header-actions k-hstack"},h&&o.createElement(w.z,{type:"button",fillMode:"flat",onClick:D,"aria-label":H.toLanguageString(S.OH,S.sY[S.OH]),icon:"droplet-slash",svgIcon:M.$zW}),p&&o.createElement("div",{className:"k-coloreditor-preview k-vstack"},o.createElement("span",{className:"k-coloreditor-preview-color k-color-preview",style:{background:y}}),o.createElement("span",{className:"k-coloreditor-current-color k-color-preview",style:{background:C},onClick:B})))),o.createElement("div",{className:"k-coloreditor-views k-vstack"},f?o.createElement(ue,{ref:i,role:"none",tabIndex:-1,ariaLabel:void 0,value:y,onChange:_,onFocus:T,opacity:e.opacity,format:e.format}):o.createElement(ge,{ariaDisabled:!0,ariaLabelledBy:"required_label",value:y,onChange:_,onFocus:T})),c&&o.createElement("div",{className:"k-coloreditor-footer k-actions k-actions-end"},o.createElement(w.z,{type:"button",className:"k-coloreditor-cancel",onClick:L},S.sY[S.F_]),o.createElement(w.z,{type:"button",className:"k-coloreditor-apply k-primary",onClick:R},S.sY[S.gs]))))})),_e={id:z.string,style:z.any,className:z.string,value:z.string,defaultValue:z.string,onPreviewChange:z.func,onChange:z.func,opacity:z.bool,format:z.any,tabIndex:z.number,ariaLabel:z.string,ariaLabelledBy:z.string,disabled:z.bool,view:z.any,header:z.any,showClearButton:z.bool,showPreview:z.bool,showButtons:z.bool};De.displayName="KendoFlatColorPicker",De.propTypes=_e,function(e){e[e.Literal=0]="Literal",e[e.Mask=1]="Mask",e[e.Undefined=2]="Undefined"}(He||(He={}));var Re=function(){function e(e,t,n){void 0===n&&(n=He.Undefined),this.value=e,this.rest=t,this.type=n}return e.prototype.map=function(t){return new e(t(this.value),this.rest)},e.prototype.chain=function(e){return e(this.value,this.rest)},e.prototype.fold=function(e,t){return e(this.value,this.rest)},e.prototype.concat=function(e){return this.map((function(t,n){return e.chain((function(e,n){return t.concat([e])}))}))},e.prototype.toString=function(){return"Result({ value: '".concat(this.value,"', rest: ").concat(this.rest," })")},e}(),Le=function(){function e(e,t){void 0===e&&(e=[]),void 0===t&&(t=[]),this.input=e,this.control=t,this.inputCursor=0,this.controlCursor=0}return e.prototype.eof=function(){return this.inputCursor>=this.input.length},e.prototype.next=function(){return{char:this.input[this.inputCursor++],control:this.control[this.controlCursor++]}},e.prototype.peek=function(){return{char:this.input[this.inputCursor],control:this.control[this.controlCursor]}},e.prototype.eat_input=function(){this.inputCursor++},e.prototype.eat_control=function(){this.controlCursor++},e.prototype.eat=function(){this.inputCursor++,this.controlCursor++},e}(),Ne=function(e){return(e||"").split("")},Be=function(){function e(e){this.parse=e}return e.prototype.run=function(e,t){return void 0===t&&(t=""),e instanceof Le?this.parse(e):this.parse(new Le(Ne(e),Ne(t)))},e.prototype.map=function(t){var n=this;return new e((function(e){return n.parse(e).map(t)}))},e.prototype.chain=function(t){var n=this;return new e((function(e){return n.parse(e).chain((function(e,n){return t(e).run(n)}))}))},e.prototype.isLiteral=function(e){return this.run(e).type===He.Literal},e}(),Te=function(e,t){return new Be((function(n){var r=n.next().char,o=e[r];return"\\"===r?(r=n.next().char,new Re(t.literal(r),n)):new Re(o?t.mask(o):t.literal(r),n)}))},Fe=function(e){return new Be((function(t){var n=e.prompt,r=e.promptPlaceholder,o=t.next().char;return new Re(o===n?r:o,t)}))},je=function(e){return new Be((function(t){var n=t.next().char;return new Re(e?n:"",t)}))},Ae=function(e){return e.reduce((function(e,t){return n=t,e.chain((function(e){return n.map((function(t){return e.concat([t])}))}));var n}),(t=[],new Be((function(e){return new Re(t,e)}))));var t},qe=function(e){return new Be((function(t){for(var n=new Re([],t);!t.eof();)n=n.concat(e.run(t));return n}))},Ge=function(){function e(){this.rules={},this.prompt="_",this.mask="",this.promptPlaceholder=" ",this.includeLiterals=!1,this.maskTokens=[],this.unmaskTokens=[],this.rawTokens=[],this.validationTokens=[]}return e.prototype.update=function(e){var t=e.mask,n=void 0===t?"":t,r=e.prompt,o=void 0===r?"":r,i=e.promptPlaceholder,a=void 0===i?" ":i,l=e.rules,s=void 0===l?{}:l,c=e.includeLiterals,u=void 0!==c&&c;this.mask=n,this.prompt=o,this.promptPlaceholder=a,this.rules=s,this.includeLiterals=u,this.tokenize()},e.prototype.validationValue=function(e){void 0===e&&(e="");var t=e;return Ae(this.validationTokens).run(e).fold((function(e){t=e.join("")})),t},e.prototype.rawValue=function(e){void 0===e&&(e="");var t=e;return this.rawTokens.length?(Ae(this.rawTokens).run(e).fold((function(e){t=e.join("")})),t):t},e.prototype.maskRaw=function(e){void 0===e&&(e="");var t=e;return this.maskTokens.length?(Ae(this.maskTokens).run(e).fold((function(e){t=e.join("")})),t):t},e.prototype.maskInput=function(e,t,n){return e.length<t.length?this.maskRemoved(e,t,n):this.maskInserted(e,t,n)},e.prototype.maskInRange=function(e,t,n,r){var o="",i=r,a=t.split("").slice(0,n),l=t.split("").slice(r);return Ae(this.maskTokens.slice(n,r)).run(e).fold((function(e){o=a.concat(e).concat(l).join("")})),{selection:i,value:o}},e.prototype.maskRemoved=function(e,t,n){var r=this,o="",i=n,a=e.split("").slice(n),l=e.split("").slice(0,n).join(""),s=this.maskTokens.length-(e.length-n);return Ae(this.maskTokens.slice(0,s)).run(l,t).fold((function(e){i=r.adjustPosition(e,i),o=e.concat(a).join("")})),{selection:i,value:o}},e.prototype.adjustPosition=function(e,t){var n=e[t];return this.maskTokens[t].isLiteral(n)||n===this.prompt?t:t+1},e.prototype.maskInserted=function(e,t,n){var r=this,o="",i=n,a=e.slice(0,n);return Ae(this.unmaskTokens).run(a,t).chain((function(e){i=e.join("").length;var n=t.slice(i);return Ae(r.maskTokens).run(e.join("")+n,t)})).fold((function(e){o=e.join("")})),{selection:i,value:o}},Object.defineProperty(e.prototype,"maskTokenCreator",{get:function(){var e=this.prompt,t=this.promptPlaceholder;return{literal:function(e){return t=e,new Be((function(e){return e.peek().char===t?(e.eat(),new Re(t,e,He.Literal)):new Re(t,e,He.Literal)}));var t},mask:function(n){return(r={prompt:e,promptPlaceholder:t},function(e){return new Be((function(t){for(var n=r.prompt,o=r.promptPlaceholder;!t.eof();){var i=t.peek(),a=i.char,l=i.control;if(a===l&&l===n)return t.eat(),new Re(n,t,He.Mask);if(e.test(a))return t.eat(),new Re(a,t,He.Mask);if(a===o)return t.eat(),new Re(n,t,He.Mask);t.eat_input()}return t.eat(),new Re(n,t,He.Mask)}))})(n);var r}}},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"unmaskTokenCreator",{get:function(){var e=this;return{literal:function(e){return t=e,new Be((function(e){return e.eof()?new Re("",e):(e.peek().char===t&&e.eat(),new Re(t,e))}));var t},mask:function(t){return(n=e.prompt,function(e){return new Be((function(t){for(;!t.eof();){var r=t.peek(),o=r.char,i=r.control;if(o===n&&i===n)return t.eat(),new Re(o,t);if(e.test(o))return t.eat(),new Re(o,t);t.eat_input()}return t.eat(),new Re("",t)}))})(t);var n}}},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"rawTokenCreator",{get:function(){var e=this,t=e.prompt,n=e.promptPlaceholder,r=e.includeLiterals;return{literal:function(e){return je(r)},mask:function(e){return Fe({prompt:t,promptPlaceholder:n})}}},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"validationTokenCreator",{get:function(){var e=this.prompt;return{literal:function(e){return je(!1)},mask:function(t){return Fe({prompt:e,promptPlaceholder:""})}}},enumerable:!1,configurable:!0}),e.prototype.tokenize=function(){var e=this;qe(Te(this.rules,this.maskTokenCreator)).run(this.mask).fold((function(t,n){e.maskTokens=t})),qe(Te(this.rules,this.unmaskTokenCreator)).run(this.mask).fold((function(t,n){e.unmaskTokens=t})),qe(Te(this.rules,this.rawTokenCreator)).run(this.mask).fold((function(t,n){e.rawTokens=t})),qe(Te(this.rules,this.validationTokenCreator)).run(this.mask).fold((function(t,n){e.validationTokens=t}))},e}(),Ke={"#":/[\d\s\+\-]/,"&":/[\S]/,0:/[\d]/,9:/[\d\s]/,"?":/[a-zA-Z\s]/,A:/[a-zA-Z0-9]/,C:/./,L:/[a-zA-Z]/,a:/[a-zA-Z0-9\s]/},We=function(){return!1},Ue=function(e,t){return e.includeLiterals!==t.includeLiterals||e.mask!==t.mask||e.prompt!==t.prompt||e.promptPlaceholder!==t.promptPlaceholder||!Ye(e.rules,t.rules)},Ye=function(e,t){if(!!e!=!!t)return!1;if(e===t||!e||!t)return!0;var n=!0;for(var r in e)if(e[r]!==t[r]){n=!1;break}if(n)for(var r in t)if(!e.hasOwnProperty(r)){n=!1;break}return n},Ze=n(9447),Xe=n(6097),Qe=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Je=function(){return Je=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Je.apply(this,arguments)},$e=function(e){function t(t){var n=e.call(this,t)||this;return n.state={},n._inputId="k-".concat((0,L.M)()),n._service=new Ge,n._isPasted=!1,n._selection=[null,null],n._input=null,n.focus=function(){n._input&&n._input.focus()},n.pasteHandler=function(e){var t=e.target,r=t.selectionStart,o=t.selectionEnd;o!==r&&(n._isPasted=!0,n._selection=[r||0,o||0])},n.onChangeHandler=function(e){var t=e.currentTarget,r=t.value,o=n._selection[0]||0,i=n._selection[1]||0;if(!n.props.mask)return n._isPasted=!1,n._selection=[null,null],void n.triggerOnChange(r,e);var a,l=n.value;if(n._isPasted){n._isPasted=!1;var s=l.length-i,c=r.length-s;a=n._service.maskInRange(r.slice(o,c),l,o,i)}else a=n._service.maskInput(r,l,t.selectionStart||0);n._selection=[a.selection,a.selection],n.triggerOnChange(a.value,e)},n.focusHandler=function(e){n.state.focused||(n.setState({focused:!0}),n.props.onFocus&&n.props.onFocus.call(void 0,{target:n,syntheticEvent:e,nativeEvent:e.nativeEvent}))},n.blurHandler=function(e){n.state.focused&&(n.setState({focused:!1}),n.props.onBlur&&n.props.onBlur.call(void 0,{target:n,syntheticEvent:e,nativeEvent:e.nativeEvent}))},n.setValidity=function(){n.element&&n.element.setCustomValidity(n.validity.valid?"":n.props.validationMessage||"")},(0,I.s)(F.k),n}return Qe(t,e),Object.defineProperty(t.prototype,"element",{get:function(){return this._input},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"value",{get:function(){return void 0!==this._valueDuringOnChange?this._valueDuringOnChange:void 0!==this.props.value?this.props.value:void 0!==this.state.value?this.state.value:void 0!==this.props.defaultValue?this.props.defaultValue:""},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"rawValue",{get:function(){return this._service.rawValue(this.value)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"validity",{get:function(){var e=this.value,t=this._service.validationValue(e);return{customError:void 0!==this.props.validationMessage,valid:void 0!==this.props.valid?this.props.valid:!(this.required&&!t||this.props.maskValidation&&this.props.prompt&&-1!==e.indexOf(this.props.prompt)),valueMissing:!t}},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"validityStyles",{get:function(){return void 0!==this.props.validityStyles?this.props.validityStyles:t.defaultProps.validityStyles},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"required",{get:function(){return void 0!==this.props.required?this.props.required:t.defaultProps.required},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"name",{get:function(){return this.props.name},enumerable:!1,configurable:!0}),t.prototype.componentDidUpdate=function(e,t){if(this.element&&this.state.focused&&t.focused){var n=this._selection,r=n[0],o=n[1],i=e.selection,a=this.props.selection;(!i&&a||i&&a&&(i.start!==a.start||i.end!==a.end))&&(r=a.start,o=a.end),null!==r&&null!==o&&this.element.setSelectionRange(r,o)}Ue(e,this.props)&&this.updateService(),this.setValidity()},t.prototype.componentDidMount=function(){this.updateService(),this.setValidity()},t.prototype.render=function(){var e,n=this,r=this.props,i=r.size,a=void 0===i?t.defaultProps.size:i,l=r.fillMode,s=void 0===l?t.defaultProps.fillMode:l,c=r.rounded,u=void 0===c?t.defaultProps.rounded:c,p=this.props.id||this._inputId,d=!this.validityStyles||this.validity.valid,h=this.props.style||{},v=this.props,f=v.prefix,m=void 0===f?t.defaultProps.prefix:f,g=v.suffix,y=void 0===g?t.defaultProps.suffix:g,b=(0,Ze.A)(m)[0],w=(0,Ze.A)(y)[0],z=o.createElement("span",{dir:this.props.dir,className:(0,x.A)("k-maskedtextbox k-input",(e={},e["k-input-".concat(be.G.sizeMap[a]||a)]=a,e["k-input-".concat(s)]=s,e["k-rounded-".concat(be.G.roundedMap[u]||u)]=u,e["k-invalid"]=!d,e["k-required"]=this.required,e["k-disabled"]=this.props.disabled,e),this.props.className),style:this.props.label?h:Je({width:this.props.width},h)},o.createElement(b,null),o.createElement("input",{type:"text",autoComplete:"off",autoCorrect:"off",autoCapitalize:"off",spellCheck:!1,className:"k-input-inner",value:this.value,id:p,"aria-labelledby":this.props.ariaLabelledBy,"aria-describedby":this.props.ariaDescribedBy,"aria-placeholder":this.props.mask,name:this.props.name,tabIndex:(0,N.p)(this.props.tabIndex,this.props.disabled,!0),accessKey:this.props.accessKey,title:this.props.title,disabled:this.props.disabled||void 0,readOnly:this.props.readonly||void 0,placeholder:this.props.placeholder,ref:function(e){return n._input=e},onChange:this.onChangeHandler,onPaste:this.pasteHandler,onFocus:this.focusHandler,onBlur:this.blurHandler,onDragStart:We,onDrop:We}),o.createElement(w,null));return this.props.label?o.createElement(Xe._,{label:this.props.label,editorId:p,editorValue:this.value,editorValid:d,editorDisabled:this.props.disabled,editorPlaceholder:this.props.placeholder,children:z,style:{width:this.props.width},dir:this.props.dir}):z},t.prototype.triggerOnChange=function(e,t){if(this.setState({value:e}),this.props.onChange){this._valueDuringOnChange=e;var n={syntheticEvent:t,nativeEvent:t.nativeEvent,selectionStart:this._selection[0],selectionEnd:this._selection[1],target:this,value:this.value};this.props.onChange.call(void 0,n),this._valueDuringOnChange=void 0}},t.prototype.updateService=function(e){var t=Object.assign({includeLiterals:this.props.includeLiterals,mask:this.props.mask,prompt:this.props.prompt,promptPlaceholder:this.props.promptPlaceholder,rules:this.rules},e);this._service.update(t)},Object.defineProperty(t.prototype,"rules",{get:function(){return Object.assign({},Ke,this.props.rules)},enumerable:!1,configurable:!0}),t.displayName="MaskedTextBox",t.propTypes={value:z.string,defaultValue:z.string,placeholder:z.string,title:z.string,dir:z.string,id:z.string,style:z.object,className:z.string,prefix:z.any,suffix:z.any,ariaLabelledBy:z.string,ariaDescribedBy:z.string,width:z.oneOfType([z.string,z.number]),tabIndex:z.number,accessKey:z.string,disabled:z.bool,readonly:z.bool,prompt:z.string,promptPlaceholder:z.string,includeLiterals:z.bool,maskValidation:z.bool,mask:z.string,rules:function(e,t,n){var r=e.rules;return void 0===r||Object.entries(r).some((function(e){return"string"!=typeof e||!(r[e]instanceof RegExp)}))?null:new Error("Invalid prop `"+t+"` supplied to `"+n+"`. Validation failed.")},selection:z.shape({start:z.number.isRequired,end:z.number.isRequired}),name:z.string,label:z.string,validationMessage:z.string,required:z.bool,valid:z.bool,validityStyles:z.bool,onChange:z.func,size:z.oneOf([null,"small","medium","large"]),rounded:z.oneOf([null,"small","medium","large","full"]),fillMode:z.oneOf([null,"solid","flat","outline"])},t.defaultProps={prompt:"_",promptPlaceholder:" ",includeLiterals:!1,maskValidation:!0,rules:Ke,required:!1,validityStyles:!0,prefix:function(e){return null},suffix:function(e){return null},size:"medium",rounded:"medium",fillMode:"solid"},t}(o.Component),et=(0,T.Y)(),tt=(0,T.u)(et,$e);tt.displayName="KendoReactMaskedTextBox";var nt,rt=n(2214),ot=function(){return ot=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},ot.apply(this,arguments)};!function(e){e.start="start",e.end="end",e.min="min",e.max="max",e.increase="increase",e.decrease="decrease"}(nt||(nt={}));var it=function(e,t){var n,r;switch(t.type){case nt.start:if(void 0===t.payload)return e;n={start:t.payload>e.end?e.end:Math.max(t.payload,t.min),end:e.end};break;case nt.end:if(void 0===t.payload)return e;n={start:e.start,end:t.payload<e.start?e.start:Math.min(t.payload,t.max)};break;case nt.min:n="start"===t.key?ot(ot({},e),{start:t.min}):ot(ot({},e),{end:Math.max(t.min,e.start)});break;case nt.max:n="start"===t.key?ot(ot({},e),{start:Math.min(t.max,e.end)}):ot(ot({},e),{end:t.max});break;case nt.increase:if(void 0===t.step||void 0===t.key)return e;r=e[t.key]+t.step,n="start"===t.key?r<t.min?ot(ot({},e),{start:t.min}):ot(ot({},e),{start:Math.min(r,e.end)}):r>t.max?ot(ot({},e),{end:t.max}):ot(ot({},e),{end:Math.max(r,e.start)});break;case nt.decrease:if(void 0===t.step||void 0===t.key)return e;r=e[t.key]-t.step,n="start"===t.key?r<t.min?ot(ot({},e),{start:t.min}):ot(ot({},e),{start:Math.min(r,e.end)}):r>t.max?ot(ot({},e),{end:t.max}):ot(ot({},e),{end:Math.max(r,e.start)});break;default:n=e}return n},at=n(9844),lt=function(){return lt=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},lt.apply(this,arguments)},st=(0,T.Y)(),ct=o.forwardRef((function(e,t){var n,r;(0,I.s)(F.k);var i=(0,ye.Y)(st,e),a=o.useRef(null),l=o.useRef(null),s=o.useRef(null),c=o.useRef(null),u=o.useRef(null),p=o.useCallback((function(){c.current&&c.current.focus()}),[c]);o.useImperativeHandle(a,(function(){return{element:l.current,focus:p,props:i}})),o.useImperativeHandle(t,(function(){return a.current}));var d=o.useMemo((function(){return i.min}),[i.min]),h=o.useMemo((function(){return i.max}),[i.max]),v=o.useMemo((function(){return void 0!==i.step?i.step:pt.step}),[i.step,pt.step]),f=(0,q.n)(l,i.dir),m=o.useState(""),g=m[0],y=m[1],b=function(e,t,n){var r=o.useState(e),i=r[0],a=r[1],l=o.useCallback((function(e){var r=it(t.state||i,lt(lt({},e),t));n&&n(r,e.event),a(r)}),[t,n]);return[i,l]}(i.defaultValue||pt.defaultValue,{min:d,max:h,step:v,state:i.value},(function(e,t){i.onChange&&a.current&&i.onChange.call(void 0,{value:e,target:a.current,syntheticEvent:t})})),w=b[0],z=b[1],C=o.useMemo((function(){return i.value||w}),[i.value,w]),O=o.useRef(null),E=o.useRef(null),M=o.useMemo((function(){return(C.start-d)/(h-d)*100}),[C.start,d,h]),H=o.useMemo((function(){return(C.end-d)/(h-d)*100}),[C.end,d,h]),V=o.useMemo((function(){return i.vertical?{paddingTop:0,height:"100%"}:{}}),[i.vertical]),P=o.useMemo((function(){return i.vertical?{marginTop:"0.5rem",marginBottom:"0.5rem"}:{marginLeft:"0.5rem",marginRight:"0.5rem"}}),[i.vertical]),D=(0,k.useLocalization)(),_=o.useCallback((function(e){if(E.current){var t=E.current.getBoundingClientRect(),n=i.vertical?t.bottom-e.clientY:"rtl"===f?t.right-e.clientX:e.clientX-t.left,r=i.vertical?t.height:t.width;return d+n/r*(h-d)}}),[E,i.vertical,f,d,h,w.start,w.end,i.value&&i.value.start,i.value&&i.value.end]),R=o.useCallback((function(e){return e<=C.start?"start":e>=C.end?"end":2*e<C.end+C.start?"start":"end"}),[w.start,w.end,i.value&&i.value.start,i.value&&i.value.end]),L=o.useCallback((function(e){switch(e.keyCode){case j.R.right:e.preventDefault(),z({type:"rtl"===f?nt.decrease:nt.increase,key:"start",event:e});break;case j.R.up:e.preventDefault(),z({type:nt.increase,key:"start",event:e});break;case j.R.left:e.preventDefault(),z({type:"rtl"===f?nt.increase:nt.decrease,key:"start",event:e});break;case j.R.down:e.preventDefault(),z({type:nt.decrease,key:"start",event:e});break;case j.R.home:e.preventDefault(),z({type:nt.min,key:"start",event:e});break;case j.R.end:e.preventDefault(),z({type:nt.max,key:"start",event:e})}}),[z]),B=o.useCallback((function(e){switch(e.keyCode){case j.R.right:e.preventDefault(),z({type:"rtl"===f?nt.decrease:nt.increase,key:"end",event:e});break;case j.R.up:e.preventDefault(),z({type:nt.increase,key:"end",event:e});break;case j.R.left:e.preventDefault(),z({type:"rtl"===f?nt.increase:nt.decrease,key:"end",event:e});break;case j.R.down:e.preventDefault(),z({type:nt.decrease,key:"end",event:e});break;case j.R.home:e.preventDefault(),z({type:nt.min,key:"end",event:e});break;case j.R.end:e.preventDefault(),z({type:nt.max,key:"end",event:e})}}),[z,f]),T=o.useCallback((function(e){var t=_(e),n=R(t);y(n),"end"===n?u.current.focus():c.current.focus();var r="end"===n?nt.end:nt.start;z({type:r,payload:t,event:e})}),[i.vertical,d,h,z]);return(0,at.O)(E,{onPress:T,onDrag:function(e){var t=_(e),n="end"===g?nt.end:nt.start;z({type:n,payload:t,event:e})},onRelease:function(e){var t=_(e),n="end"===g?nt.end:nt.start;z({type:n,payload:t,event:e}),y("")}}),o.createElement("div",{id:i.id,style:i.style,ref:l,dir:f,className:(0,x.A)("k-slider",{"k-rtl":"rtl"===f,"k-disabled":i.disabled,"k-slider-vertical":i.vertical,"k-slider-horizontal":!i.vertical},i.className)},o.createElement("div",{ref:E,className:"k-slider-track-wrap",style:lt({flexGrow:1,position:"relative",touchAction:"none"},P)},i.children&&o.createElement("ul",{className:"k-reset k-slider-items",style:lt({},V)},o.Children.map(i.children,(function(e){return e&&o.cloneElement(e,{position:100*(e.props.position-i.min)/(i.max-i.min),vertical:i.vertical},e.props.children)}))),o.createElement("div",{ref:O,className:"k-slider-track",style:i.vertical?{bottom:0,height:"100%"}:(n={},n["rtl"===f?"right":"left"]=0,n.width="100%",n)},null!==M&&null!==H&&o.createElement("div",{"data-selection":!0,ref:s,title:"".concat(C.start," - ").concat(C.end),className:"k-slider-selection",style:i.vertical?{height:H-M+"%",bottom:M+"%"}:(r={},r["rtl"===f?"right":"left"]=M+"%",r.width=H-M+"%",r)}),o.createElement("span",{ref:c,role:"slider",tabIndex:(0,N.p)(i.startTabIndex,i.disabled,void 0),"aria-valuemin":d,"aria-valuemax":Math.max(h,C.end),"aria-valuenow":C.start,"aria-disabled":i.disabled?"true":void 0,"aria-valuetext":"".concat(C.start," - ").concat(C.end),className:"k-draghandle",title:D.toLanguageString(S.t3,S.sY[S.t3]),style:i.vertical?{bottom:"calc("+M+"%)",zIndex:1}:"rtl"===f?{right:"calc("+M+"% - 13px)",zIndex:1}:{left:"calc("+M+"%)",zIndex:1},onKeyDown:L}),o.createElement("span",{ref:u,role:"slider",tabIndex:(0,N.p)(i.endTabIndex,i.disabled,void 0),"aria-valuemin":Math.min(d,C.start),"aria-valuemax":h,"aria-valuenow":C.end,"aria-disabled":i.disabled?"true":void 0,"aria-valuetext":"".concat(C.start," - ").concat(C.end),className:"k-draghandle",title:D.toLanguageString(S.t3,S.sY[S.t3]),style:i.vertical?{bottom:"calc("+H+"%)",zIndex:1}:"rtl"===f?{right:"calc("+H+"% - 13px)",zIndex:1}:{left:"calc("+H+"%)",zIndex:1},onKeyDown:B}))))})),ut={value:function(e,t,n){if(e.value){var r=e.value.start,o=e.value.end,i=e.min,a=e.max;if(r>o||r>a||r<i||o>a||o<i||o<r)return new Error("Invalid prop + ".concat(t," supplied to ").concat(n,".\n The { start, end } value must be between the min & max value and { start, end } must be start < end.\n "))}return null},defaultValue:function(e,t,n){if(e.defaultValue){var r=e.defaultValue.start,o=e.defaultValue.end,i=e.min,a=e.max;if(r>o||r>a||r<i||o>a||o<i||o<r)return new Error("Invalid prop + ".concat(t," supplied to ").concat(n,".\n The { start, end } value must be between the min & max value and { start, end } must be start < end.\n "))}return null},onChange:z.func,step:z.number,min:function(e,t,n){var r=e[t],o=e.min,i=e.max;return void 0===o?new Error("Invalid prop + ".concat(t," supplied to ").concat(n,".\n ").concat(t," value can not be undefined.\n ")):r&&o>=i?new Error("Invalid prop + ".concat(t," supplied to ").concat(n,".\n ").concat(t," value can not be equal to or bigger than the max value.\n ")):null},max:function(e,t,n){var r=e[t],o=e.min,i=e.max;return void 0===i?new Error("Invalid prop + ".concat(t," supplied to ").concat(n,".\n ").concat(t," value can not be undefined.\n ")):r&&i<=o?new Error("Invalid prop + ".concat(t," supplied to ").concat(n,".\n ").concat(t," value can not be equal to or smaller than the min value.\n ")):null},vertical:z.bool,disabled:z.bool,dir:z.oneOf(["ltr","rtl"])},pt={step:1,defaultValue:{start:0,end:0},vertical:!1,disabled:!1};ct.displayName="KendoReactRangeSlider",ct.propTypes=ut,ct.defaultProps=pt;var dt=n(3228),ht=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),vt=function(){return vt=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},vt.apply(this,arguments)},ft=function(e){function t(n){var r=e.call(this,n)||this;return r.setValidity=function(){r._input&&r._input.setCustomValidity&&r._input.setCustomValidity(r.validity.valid?"":r.props.validationMessage||r.defaultValidationMessage.toLanguageString(S.ws,S.sY[S.ws]))},r.limit=function(e,t,n){var r=n.offsetWidth,o=t.offsetWidth;return e<0?0:e>r-o?r-o:e},r.toggle=function(e,t){r.setState({checked:e}),r.valueDuringOnChange=e,(0,A.N)(r.props.onChange,t,r,{value:e}),r.valueDuringOnChange=void 0},r._element=null,r._wrapper=null,r._input=null,r._id=(0,L.M)(),r.defaultValidationMessage=(0,k.provideLocalizationService)(r),r.focus=function(){r.actionElement&&r.actionElement.focus()},r.dummyInput=function(e){return o.createElement("input",{type:"checkbox",checked:r.props.checked,ref:function(e){r._input=e},tabIndex:-1,"aria-hidden":!0,value:e,style:{opacity:0,width:1,border:0,zIndex:-1,position:"absolute",left:"50%"},onChange:dt.Z,name:r.name||void 0})},r.handleClick=function(e){r.eventTimeStamp!==e.timeStamp&&(r.eventTimeStamp=e.timeStamp,r.toggle(!r.value,e))},r.handleKeyDown=function(e){if(!r.props.disabled){var t=e.keyCode;t!==j.R.space&&t!==j.R.enter||(r.toggle(!r.value,e),e.preventDefault())}},r.handleWrapperFocus=function(e){if(!r.props.disabled){r.setState({focused:!0});var t=r.props.onFocus;t&&t.call(void 0,e)}},r.handleWrapperBlur=function(e){if(!r.props.disabled){r.setState({focused:!1});var t=r.props.onBlur;t&&t.call(void 0,e)}},(0,I.s)(F.k),r.state={checked:n.defaultChecked||t.defaultProps.defaultChecked,focused:!1},r}return ht(t,e),Object.defineProperty(t.prototype,"value",{get:function(){return void 0!==this.valueDuringOnChange?this.valueDuringOnChange:void 0!==this.props.checked?this.props.checked:this.state.checked},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"element",{get:function(){return this._element},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"actionElement",{get:function(){return this._wrapper},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"name",{get:function(){return this.props.name},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"validity",{get:function(){var e=void 0!==this.props.validationMessage,t=void 0!==this.props.valid?this.props.valid:!this.props.required||!!this.value;return{customError:e,valid:void 0!==this.props.valid?this.props.valid:t,valueMissing:null===this.value}},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"validityStyles",{get:function(){return void 0!==this.props.validityStyles?this.props.validityStyles:t.defaultProps.validityStyles},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"required",{get:function(){return void 0!==this.props.required?this.props.required:t.defaultProps.required},enumerable:!1,configurable:!0}),t.prototype.componentDidMount=function(){this.setValidity(),this.forceUpdate()},t.prototype.componentDidUpdate=function(){this.setValidity()},t.prototype.render=function(){var e,t,n,r=this,i=this.state.focused,a=this.props,l=a.dir,s=a.disabled,c=a.trackRounded,u=a.thumbRounded,p=a.size,d=a.offLabel,h=a.onLabel,v=a.tabIndex;this.dir=l||this.element&&getComputedStyle(this.element).direction||void 0;var f=!this.validityStyles||this.validity.valid,m=(0,x.A)("k-switch",((e={})["k-switch-".concat(be.G.sizeMap[p]||p)]=p,e["k-rounded-".concat(be.G.roundedMap[c]||c)]=c,e["k-switch-on"]=this.value,e["k-switch-off"]=!this.value,e["k-focus"]=i,e["k-disabled"]=s,e["k-invalid"]=!f,e),this.props.className),g={"aria-checked":this.value,"aria-disabled":s||void 0,"aria-labelledby":this.props.ariaLabelledBy,"aria-describedby":this.props.ariaDescribedBy,"aria-label":this.props.ariaLabel};return o.createElement("span",vt({ref:function(e){r._wrapper=e},role:"switch"},g,{className:m,dir:this.dir,onKeyDown:this.handleKeyDown,onClick:this.handleClick,onBlur:this.handleWrapperBlur,onFocus:this.handleWrapperFocus,tabIndex:(0,N.p)(v,s,void 0),accessKey:this.props.accessKey,id:this.props.id||this._id}),o.createElement("span",{className:(0,x.A)("k-switch-track",(t={},t["k-rounded-".concat(be.G.roundedMap[c]||c)]=c,t)),ref:function(e){r._element=e}},this.dummyInput(this.value),o.createElement("span",{className:"k-switch-label-on"},h),o.createElement("span",{className:"k-switch-label-off"},d)),o.createElement("span",{className:"k-switch-thumb-wrap"},o.createElement("span",{className:(0,x.A)("k-switch-thumb",(n={},n["k-rounded-".concat(u)]=u,n))})))},t.displayName="Switch",t.propTypes={accessKey:z.string,checked:z.bool,className:z.string,disabled:z.bool,defaultChecked:z.bool,size:z.oneOf([null,"small","medium","large"]),trackRounded:z.oneOf([null,"small","medium","large","full"]),thumbRounded:z.oneOf([null,"small","medium","large","full"]),dir:z.string,id:z.string,ariaLabelledBy:z.string,ariaDescribedBy:z.string,offLabel:z.string,required:z.bool,tabIndex:z.number,valid:z.bool,validate:z.bool,validationMessage:z.string,onBlur:z.any,onChange:z.any,onFocus:z.any,onLabel:z.string},t.defaultProps={disabled:!1,defaultChecked:!1,size:"medium",trackRounded:"full",thumbRounded:"full",offLabel:"OFF",onBlur:dt.Z,onFocus:dt.Z,onLabel:"ON",required:!1,validityStyles:!0},t}(o.Component),mt=(0,T.Y)(),gt=(0,T.u)(mt,ft);gt.displayName="KendoReactSwitch";var yt=n(1533),bt=function(){return bt=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},bt.apply(this,arguments)},wt=(0,T.Y)(),zt=o.forwardRef((function(e,t){var n;(0,I.s)(F.k);var r=(0,ye.Y)(wt,e),i=r.ariaDescribedBy,a=r.checked,l=r.children,s=r.className,c=r.disabled,u=r.id,p=r.size,d=r.label,h=r.labelPlacement,v=r.name,f=r.style,m=r.tabIndex,g=r.value,y=r.valid,b=r.onChange,w=r.onFocus,z=r.onBlur,C=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(r,["ariaDescribedBy","checked","children","className","disabled","id","size","label","labelPlacement","name","style","tabIndex","value","valid","onChange","onFocus","onBlur"]),k=o.useRef(null),O=o.useCallback((function(){k.current&&k.current.focus()}),[]),E=o.useCallback((function(){return{element:k.current,focus:O}}),[O]);o.useImperativeHandle(t,E);var M=o.useMemo((function(){return(0,L.M)()}),[]),S=o.useCallback((function(e){(0,A.N)(b,e,E(),{value:g})}),[b,g,c]),H=o.useCallback((function(e){w&&!c&&(0,A.N)(w,e,E(),void 0)}),[w,c]),V=o.useCallback((function(e){z&&!c&&(0,A.N)(z,e,E(),void 0)}),[z,c]),P=bt({type:"radio",id:u||M,name:v,className:(0,x.A)("k-radio",(n={},n["k-radio-".concat(be.G.sizeMap[p]||p)]=p,n["k-invalid"]=!1===y,n),s),ref:k,disabled:c,tabIndex:(0,N.p)(m,c),checked:a,style:f,"aria-describedby":i,value:g,onChange:S,onFocus:H,onBlur:V},C),D=o.createElement(o.Fragment,null,void 0!==d?o.createElement("label",{className:"k-radio-label",htmlFor:u||M,style:{userSelect:"none"},"aria-label":d},d):null),_=o.createElement("input",bt({},P));return"before"===h?o.createElement(o.Fragment,null,D,_,l):o.createElement(o.Fragment,null,_,D,l)}));zt.propTypes={ariaDescribedBy:z.string,checked:z.bool,className:z.string,disabled:z.bool,id:z.string,size:z.oneOf([null,"small","medium","large"]),label:z.string,labelPlacement:z.string,name:z.string,style:z.object,tabIndex:z.number,value:z.any,valid:z.bool,onChange:z.func,onFocus:z.func,onBlur:z.func},zt.displayName="KendoRadioButton",zt.defaultProps={size:"medium"};var xt=n(1573),Ct=function(){return Ct=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Ct.apply(this,arguments)},kt=(0,T.Y)(),It=o.forwardRef((function(e,t){(0,I.s)(F.k);var n=(0,ye.Y)(kt,e),r=n.ariaLabelledBy,i=n.ariaDescribedBy,a=n.className,l=n.data,s=n.defaultValue,c=n.disabled,u=n.name,p=n.labelPlacement,d=n.layout,h=n.style,v=n.value,f=n.valid,m=n.item,g=void 0===m?Ot.item:m,y=n.onChange,b=n.onFocus,w=o.useRef(null),z=o.useCallback((function(){w.current&&(0,R.n)(w.current)}),[]),C=o.useCallback((function(){return{element:w.current,focus:z}}),[z]);o.useImperativeHandle(t,C);var k=o.useState(s),O=k[0],E=k[1],M=void 0!==v,S=M?v:O,H=o.useCallback((function(e){var t=e.value;M||c||E(t),y&&!c&&(0,A.N)(y,e.syntheticEvent,C(),{value:t})}),[E,y,c]),V=o.useCallback((function(e){b&&!c&&(0,A.N)(b,e.syntheticEvent,C(),void 0)}),[b,c]),P=o.useMemo((function(){return(0,L.M)()}),[]),D=(0,x.A)("k-radio-list",{"k-list-horizontal":"horizontal"===d,"k-list-vertical":"vertical"===d||void 0===d},a),_=(0,xt.V)(w,n.dir),N=l&&l.map((function(e,t){var n=S===e.value,r=null==S,i=Ct(Ct({},e),{valid:f,checked:n,disabled:!(!e.disabled&&!c),labelPlacement:e.labelPlacement?e.labelPlacement:p,tabIndex:e.tabIndex?e.tabIndex:r&&0===t||n?0:-1,index:t,name:u||P,onChange:H,onFocus:V});return o.createElement(g,{className:(0,x.A)("k-radio-item",{"k-disabled":i.disabled||c}),key:t,role:"none"},o.createElement(zt,Ct({},i)))}));return o.createElement("ul",{role:"radiogroup",className:D,ref:w,dir:_,style:h,"aria-labelledby":r,"aria-describedby":i},N)})),Ot={item:function(e){return o.createElement("li",Ct({},e))}};It.propTypes={ariaLabelledBy:z.string,ariaDescribedBy:z.string,className:z.string,data:z.arrayOf(z.object),defaultValue:z.any,dir:z.string,disabled:z.bool,labelPlacement:z.string,layout:z.string,name:z.string,style:z.object,value:z.any,onChange:z.func,onFocus:z.func},It.defaultProps=Ot,It.displayName="KendoRadioGroup";var Et=function(){return Et=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Et.apply(this,arguments)},Mt=(0,T.Y)(),St=o.forwardRef((function(e,t){var n,r=(0,ye.Y)(Mt,e),i=r,a=i.size,l=i.rounded,s=i.fillMode,c=i.ariaDescribedBy,u=i.ariaLabelledBy,p=i.autoSize,d=i.className,h=i.defaultValue,v=i.disabled,f=i.readOnly,m=i.required,g=i.rows,y=i.id,b=i.name,w=i.placeholder,z=i.style,C=i.tabIndex,k=i.value,I=i.valid,O=i.validationMessage,E=i.validityStyles,M=i.onChange,S=i.onFocus,H=i.onBlur,V=(i.visited,i.touched,i.modified,function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(i,["size","rounded","fillMode","ariaDescribedBy","ariaLabelledBy","autoSize","className","defaultValue","disabled","readOnly","required","rows","id","name","placeholder","style","tabIndex","value","valid","validationMessage","validityStyles","onChange","onFocus","onBlur","visited","touched","modified"])),P=o.useRef(null),D=o.useCallback((function(){P.current&&P.current.focus()}),[]),_=o.useState(h),R=_[0],B=_[1],T=void 0!==k,F=T?k:R,j=o.useCallback((function(){return{element:P,focus:D,get value(){return F},get name(){return P.current&&P.current.name}}}),[D,F]);o.useImperativeHandle(t,j);var G=o.useState("auto"),K=G[0],W=G[1],U=o.useMemo((function(){return(0,L.M)()}),[]),Y=(0,q.n)(P,r.dir),Z=void 0!==I?I:!m||!!F;o.useEffect((function(){P.current&&P.current.setCustomValidity&&P.current.setCustomValidity(Z?"":O||"")}),[Z,O]),o.useLayoutEffect((function(){P.current&&W("".concat(P.current.scrollHeight,"px"))}),[F]);var X=o.useCallback((function(e){var t=e.target.value;W("auto"),T||v||B(t),M&&!v&&(0,A.N)(M,e,Et(Et({},j()),{value:t}),{value:t})}),[B,M,v,T]),Q=o.useCallback((function(e){S&&!v&&(0,A.N)(S,e,j(),void 0)}),[S,v]),J=o.useCallback((function(e){H&&!v&&(0,A.N)(H,e,j(),void 0)}),[H,v]),$=Et(Et({id:y||U,role:"textbox",name:b,className:"k-input-inner !k-overflow-auto",ref:P,disabled:v,rows:g,placeholder:w,readOnly:f,required:m,tabIndex:(0,N.p)(C,v),style:p?{resize:"none",overflow:"hidden",height:K}:{},"aria-labelledby":u,"aria-describedby":c,"aria-multiline":!0,"aria-disabled":v||void 0,value:T?k:R},V),{onChange:X,onFocus:Q,onBlur:J});return o.createElement("span",{className:(0,x.A)("k-input","k-textarea",(n={},n["k-input-".concat(be.G.sizeMap[a]||a)]=a,n["k-input-".concat(s)]=s,n["k-rounded-".concat(be.G.roundedMap[l]||l)]=l,n["k-invalid"]=!(Z||void 0!==E||!0===E),n["k-required"]=m,n["k-disabled"]=v,n),d),style:z,dir:Y},o.createElement("textarea",Et({},$)))}));St.propTypes={ariaDescribedBy:z.string,ariaLabelledBy:z.string,autoSize:z.bool,className:z.string,defaultValue:z.string,dir:z.string,disabled:z.bool,readOnly:z.bool,rows:z.number,id:z.string,name:z.string,placeholder:z.string,style:z.object,tabIndex:z.number,value:z.oneOfType([z.string,z.arrayOf(z.string),z.number]),onChange:z.func,onFocus:z.func,onBlur:z.func,size:z.oneOf([null,"small","medium","large"]),rounded:z.oneOf([null,"small","medium","large","full"]),fillMode:z.oneOf([null,"solid","flat","outline"])},St.displayName="KendoTextArea",St.defaultProps={size:"medium",rounded:"medium",fillMode:"solid"};var Ht=o.forwardRef((function(e,t){var n=o.useRef(null),r=o.useRef(null),i=(0,q.n)(r,e.dir);o.useImperativeHandle(n,(function(){return{element:r.current,props:e,value:e.value}})),o.useImperativeHandle(t,(function(){return n.current}));var a=o.useCallback((function(t){e.onClick&&e.onClick.call(void 0,{value:e.value,target:n.current,syntheticEvent:t})}),[e.onClick,e.value]),l=o.useCallback((function(t){e.onKeyDown&&e.onKeyDown.call(void 0,{target:n.current,syntheticEvent:t})}),[e.onKeyDown]),s=o.useCallback((function(t){e.onFocus&&e.onFocus.call(void 0,{target:n.current,syntheticEvent:t})}),[e.onFocus]),c=o.useCallback((function(t){e.onBlur&&e.onBlur.call(void 0,{target:n.current,syntheticEvent:t})}),[e.onBlur]),u=o.useCallback((function(t){e.onMouseMove&&e.onMouseMove.call(void 0,{target:n.current,syntheticEvent:t})}),[e.onMouseMove]),p=o.useCallback((function(t){e.onMouseEnter&&e.onMouseEnter.call(void 0,{target:n.current,syntheticEvent:t})}),[e.onMouseEnter]),d=o.useCallback((function(t){e.onMouseLeave&&e.onMouseLeave.call(void 0,{target:n.current,syntheticEvent:t})}),[e.onMouseLeave]);return o.createElement("span",{id:e.id,ref:r,dir:i,"data-half":e.half,tabIndex:e.tabIndex,title:e.title,style:e.style,className:(0,x.A)("k-rating-item",{"k-rtl":"rtl"===i,"k-selected":e.selected,"k-hover":e.hovered},e.className),onClick:a,onKeyDown:l,onFocus:s,onBlur:c,onMouseEnter:p,onMouseLeave:d,onMouseMove:u},e.children)})),Vt={id:z.string,icon:z.any,dir:z.oneOf(["ltr","rtl"]),title:z.string,value:z.number,half:z.bool,selected:z.bool,hovered:z.bool};Ht.displayName="KendoReactRatingItem",Ht.propTypes=Vt,Ht.defaultProps={dir:"ltr"};var Pt,Dt=function(e,t){if(e%1){var n=Math.pow(10,(t.toString().split(".")[1]||t.toString().split(".")[0]).length);return Math.round(e*n)/n}return e},_t=function(e,t,n){return Dt(e-n,n)<t&&t<e},Rt=function(e,t,n,r){return null!==t&&("continues"===r?_t(e,t,n)?Dt(e-n/2,n/2)<=t:e<=t:"single"===r&&(_t(e,t,n)?Dt(e-n/2,n/2)===t:e===t))},Lt=function(e,t,n){return"ltr"===e?n<t.x+t.width/2:n>t.x+t.width/2},Nt=function(e,t,n,r){for(var o=e;o<=t;o+=n)if(r===o)return!0;return!1};!function(e){e.select="select",e.deselect="deselect",e.increase="increase",e.decrease="decrease",e.min="min",e.max="max",e.reset="reset"}(Pt||(Pt={}));var Bt,Tt=function(e,t){switch(t.type){case Pt.select:return void 0===t.payload||void 0===t.step?e:t.payload===e?null:t.payload>=t.min?t.payload<t.max?Dt(t.payload,t.step):t.max:t.min;case Pt.deselect:return null;case Pt.increase:return void 0===t.step?e:e<t.min?t.min:e+t.step<t.max?Dt(e+t.step,t.step):t.max;case Pt.decrease:return void 0===t.step?e:Dt(e-t.step,t.step)>=t.min?Dt(e-t.step,t.step):t.min;case Pt.min:return void 0===t.step?e:t.min;case Pt.max:return t.max;case Pt.reset:return null;default:return e}},Ft=function(){return Ft=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Ft.apply(this,arguments)},jt=function(e,t,n){var r=o.useState(e),i=r[0],a=r[1];return[i,function(e){var r=Tt(t.state||i,Ft(Ft({},e),t));n&&n(r,e.event),a(r)}]},At=(0,T.Y)(),qt=o.forwardRef((function(e,t){var n=(0,ye.Y)(At,e),r=(0,k.useLocalization)(),i=o.useRef(null),a=o.useRef(null),l=(0,q.n)(a,n.dir);o.useImperativeHandle(i,(function(){return{element:a.current,props:n}})),o.useImperativeHandle(t,(function(){return i.current}));for(var s,c,u=o.useCallback((function(e,t){n.onChange&&i.current&&n.onChange.call(void 0,{value:e,target:i.current,syntheticEvent:t})}),[n.onChange]),p=o.useMemo((function(){return void 0!==n.min?n.min:Kt.min}),[n.min]),d=o.useMemo((function(){return void 0!==n.max?n.max:Kt.max}),[n.max]),h=o.useMemo((function(){return n.precision||Kt.precision}),[n.precision]),v=o.useMemo((function(){return void 0!==n.step?n.step:Kt.step}),[n.step]),f=o.useMemo((function(){return n.readonly||Kt.readonly}),[n.readonly]),m=o.useMemo((function(){return n.disabled||Kt.disabled}),[n.disabled]),g=o.useMemo((function(){return n.item||Kt.item}),[n.item]),y=jt(void 0!==n.defaultValue?n.defaultValue:Kt.defaultValue,{state:n.value,min:p,max:d,step:"half"===h?v/2:v},u),b=y[0],w=y[1],z=jt(null,{state:n.value,min:p,max:d,step:"half"===h?v/2:v,precision:h}),C=z[0],I=z[1],O=o.useMemo((function(){return void 0!==n.value?n.value:b}),[n.value,b]),E=o.useMemo((function(){return C}),[C]),H=o.useMemo((function(){return n.selection||Kt.selection}),[n.selection]),V=o.useMemo((function(){return v/("half"===h?2:1)}),[v,h]),P=o.useCallback((function(e){if(e.target&&e.target.element&&!f&&!m){if("half"===h){var t=e.target.element.getBoundingClientRect(),r=Lt(l||"ltr",t,e.syntheticEvent.clientX)?Dt(e.target.value-v/2,V):e.target.value;w({type:Pt.select,payload:r,event:e.syntheticEvent})}else w({type:Pt.select,payload:e.target.value,event:e.syntheticEvent});if(n.onClick){var o={value:O,target:i.current,syntheticEvent:e.syntheticEvent};n.onClick.call(void 0,o)}}}),[n.onClick,w,O]),D=o.useCallback((function(e){if(!f&&!m){switch(e.keyCode){case j.R.right:e.preventDefault(),w({type:"rtl"===l?Pt.decrease:Pt.increase,event:e});break;case j.R.left:e.preventDefault(),w({type:"rtl"===l?Pt.increase:Pt.decrease,event:e});break;case j.R.home:e.preventDefault(),w({type:"rtl"===l?Pt.min:Pt.max,event:e});break;case j.R.end:e.preventDefault(),w({type:"rtl"===l?Pt.max:Pt.min,event:e});break;case j.R.esc:e.preventDefault(),w({type:Pt.deselect,event:e})}n.onKeyDown&&n.onKeyDown.call(void 0,{value:O,target:i.current,syntheticEvent:e})}}),[n.onKeyDown,w,O]),_=o.useCallback((function(e){if(n.onFocus){var t={target:i.current,syntheticEvent:e};n.onFocus.call(void 0,t)}}),[n.onFocus]),R=o.useCallback((function(e){if(n.onBlur){var t={target:i.current,syntheticEvent:e};n.onBlur.call(void 0,t)}}),[n.onBlur]),L=o.useCallback((function(e){if(e.target&&e.target.element)if("half"===h){var t=e.target.element.getBoundingClientRect(),n=Lt(l||"ltr",t,e.syntheticEvent.clientX)?e.target.value-v/2:e.target.value;I({type:Pt.select,payload:n,event:e.syntheticEvent})}else I({type:Pt.select,payload:e.target.value,event:e.syntheticEvent})}),[h,v,l]),B=o.useCallback((function(e){I({type:Pt.reset,event:e.syntheticEvent})}),[]),T=[],F=(s=Dt(d-p,V))-(c=v)*Math.floor(s/c),A=p;A<=d;A=Dt(A+v,V)){var G=Dt(A+F,V),K="half"===h&&_t(G,null!==E?E:null!==O?O:0,v),W=Rt(G,O,v,H),U=Rt(G,null!==E?E:O,v,H),Y=Rt(G,E,v,H);T.push(o.createElement(g,{key:G,value:G,dir:l,title:String(K?Dt(G-v/2,V):G),icon:n.icon,svgIcon:n.svgIcon,half:K,selected:W||U,hovered:Y,onClick:P,onMouseMove:L,onMouseLeave:B},K&&o.createElement("span",{className:"k-rating-precision-complement"},!(n.icon||n.svgIconOutline)&&o.createElement($.a,{name:"star-outline",icon:M.QRC,style:{clipPath:"".concat("rtl"===l?"inset(0 50% 0 0)":"inset(0 0 0 50%)")},size:"xlarge"}),(n.icon||n.svgIconOutline)&&o.createElement($.a,{name:(0,we.iJ)("".concat(n.icon,"-outline")),icon:n.svgIconOutline,size:"xlarge"})),K&&o.createElement("span",{className:"k-rating-precision-part"},!(n.icon||n.svgIcon)&&o.createElement($.a,{name:"star",icon:M.e0G,style:{clipPath:"".concat("rtl"===l?"inset(0 0 0 50%)":"inset(0 50% 0 0)")},size:"xlarge"}),(n.icon||n.svgIcon)&&o.createElement($.a,{name:n.icon?(0,we.iJ)(n.icon):void 0,icon:n.svgIcon,size:"xlarge"})),K&&o.createElement("span",{style:{width:"24px",height:"24px",display:"block"}}),!K&&!(n.icon||n.svgIcon)&&(Y||U&&!Y)&&o.createElement($.a,{name:"star",icon:M.e0G,size:"xlarge"})||!(n.icon||n.svgIcon)&&!Y&&!U&&o.createElement($.a,{name:"star-outline",icon:M.QRC,size:"xlarge"})||(n.icon||n.svgIcon)&&(Y||U&&!Y)&&o.createElement($.a,{name:n.icon,icon:n.svgIcon,size:"xlarge"})||(n.icon||n.svgIcon)&&!Y&&o.createElement($.a,{name:(0,we.iJ)("".concat(n.icon,"-outline")),icon:n.svgIconOutline,size:"xlarge"})))}return o.createElement("span",{id:n.id,style:n.style,ref:a,role:"slider",dir:l,tabIndex:(0,N.p)(n.tabIndex,n.disabled,void 0),className:(0,x.A)("k-rating",{"k-rtl":"rtl"===l,"k-readonly":f,"k-disabled":m},n.className),onKeyDown:D,onFocus:_,onBlur:R,"aria-valuemin":p,"aria-valuemax":d,"aria-valuenow":null!==O?O:void 0,"aria-disabled":m?"true":void 0,"aria-label":r.toLanguageString(S.cM,S.sY[S.cM]),"aria-labelledby":n.ariaLabelledBy,"aria-describedby":n.ariaDescribedBy},o.createElement("input",{id:"rating",className:"k-hidden",readOnly:f,disabled:m}),o.createElement("span",{className:"k-rating-container"},T),n.label&&o.createElement("span",{className:"k-rating-label"},n.label))})),Gt={id:z.string,dir:z.oneOf(["ltr","rtl"]),selection:z.oneOf(["continues","single"]),precision:z.oneOf(["item","half"]),value:function(e,t,n){return e.value&&e.min&&e.max&&e.step&&!("half"===e.precision?Nt(e.min,e.max,e.step/2,e.value):Nt(e.min,e.max,e.step,e.value))&&"half"===e.precision?new Error("Invalid prop + ".concat(t," supplied to ").concat(n,".\n The value of the { value } property is not correct, please check your values.\n ")):null},defaultValue:z.number,min:z.number,max:z.number,step:function(e,t,n){return void 0!==e.step&&e.step<=0?new Error("Invalid prop + ".concat(t," supplied to ").concat(n,'.\n The value of the { step } property is cannot be equal or less than "0", please check your values.\n ')):null},hovered:z.number,label:z.string,readonly:z.bool,disabled:z.bool,half:z.bool,icon:z.string,svgIcon:we.wi,svgIconOutline:we.wi,ariaDescribedBy:z.string},Kt={dir:"ltr",min:1,max:5,step:1,item:Ht,defaultValue:null,readonly:!1,disabled:!1,selection:"continues",precision:"item"};qt.displayName="KendoReactRating",qt.propTypes=Gt,qt.defaultProps=Kt,function(e){e[e.Literal=0]="Literal",e[e.Mask=1]="Mask",e[e.Undefined=2]="Undefined"}(Bt||(Bt={}));var Wt=function(){function e(e,t,n){void 0===n&&(n=Bt.Undefined),this.value=e,this.rest=t,this.type=n}return e.prototype.map=function(t){return new e(t(this.value),this.rest)},e.prototype.chain=function(e){return e(this.value,this.rest)},e.prototype.fold=function(e,t){return e(this.value,this.rest)},e.prototype.concat=function(e){return this.map((function(t,n){return e.chain((function(e,n){return t.concat([e])}))}))},e.prototype.toString=function(){return"Result({ value: '"+this.value+"', rest: "+this.rest+" })"},e}(),Ut=function(){function e(e,t){void 0===e&&(e=[]),void 0===t&&(t=[]),this.input=e,this.control=t,this.inputCursor=0,this.controlCursor=0}return e.prototype.eof=function(){return this.inputCursor>=this.input.length},e.prototype.next=function(){return{char:this.input[this.inputCursor++],control:this.control[this.controlCursor++]}},e.prototype.peek=function(){return{char:this.input[this.inputCursor],control:this.control[this.controlCursor]}},e.prototype.eat_input=function(){this.inputCursor++},e.prototype.eat_control=function(){this.controlCursor++},e.prototype.eat=function(){this.inputCursor++,this.controlCursor++},e}(),Yt=function(e){return(e||"").split("")},Zt=function(){function e(e){this.parse=e}return e.prototype.run=function(e,t){return void 0===t&&(t=""),e instanceof Ut?this.parse(e):this.parse(new Ut(Yt(e),Yt(t)))},e.prototype.map=function(t){var n=this;return new e((function(e){return n.parse(e).map(t)}))},e.prototype.chain=function(t){var n=this;return new e((function(e){return n.parse(e).chain((function(e,n){return t(e).run(n)}))}))},e.prototype.isLiteral=function(e){return this.run(e).type===Bt.Literal},e}(),Xt=function(e,t){return new Zt((function(n){var r=n.next().char,o=e[r];return"\\"===r?(r=n.next().char,new Wt(t.literal(r),n)):new Wt(o?t.mask(o):t.literal(r),n)}))},Qt=function(e){var t=e.prompt,n=e.promptPlaceholder;return new Zt((function(e){var r=e.next().char;return new Wt(r===t?n:r,e)}))},Jt=function(e){return new Zt((function(t){var n=t.next().char;return new Wt(e?n:"",t)}))},$t=function(e){return e.reduce((function(e,t){return n=t,e.chain((function(e){return n.map((function(t){return e.concat([t])}))}));var n}),(t=[],new Zt((function(e){return new Wt(t,e)}))));var t},en=function(e){return new Zt((function(t){for(var n=new Wt([],t);!t.eof();)n=n.concat(e.run(t));return n}))},tn=(function(){function e(){this.rules={},this.prompt="_",this.mask="",this.promptPlaceholder=" ",this.includeLiterals=!1,this.maskTokens=[],this.unmaskTokens=[],this.rawTokens=[],this.validationTokens=[]}e.prototype.update=function(e){var t=e.mask,n=void 0===t?"":t,r=e.prompt,o=void 0===r?"":r,i=e.promptPlaceholder,a=void 0===i?" ":i,l=e.rules,s=void 0===l?{}:l,c=e.includeLiterals,u=void 0!==c&&c;this.mask=n,this.prompt=o,this.promptPlaceholder=a,this.rules=s,this.includeLiterals=u,this.tokenize()},e.prototype.validationValue=function(e){void 0===e&&(e="");var t=e;return $t(this.validationTokens).run(e).fold((function(e){t=e.join("")})),t},e.prototype.rawValue=function(e){void 0===e&&(e="");var t=e;return this.rawTokens.length?($t(this.rawTokens).run(e).fold((function(e){t=e.join("")})),t):t},e.prototype.maskRaw=function(e){void 0===e&&(e="");var t=e;return this.maskTokens.length?($t(this.maskTokens).run(e).fold((function(e){t=e.join("")})),t):t},e.prototype.maskInput=function(e,t,n){return e.length<t.length?this.maskRemoved(e,t,n):this.maskInserted(e,t,n)},e.prototype.maskInRange=function(e,t,n,r){var o="",i=r,a=t.split("").slice(0,n),l=t.split("").slice(r);return $t(this.maskTokens.slice(n,r)).run(e).fold((function(e){o=a.concat(e).concat(l).join("")})),{selection:i,value:o}},e.prototype.maskRemoved=function(e,t,n){var r=this,o="",i=n,a=e.split("").slice(n),l=e.split("").slice(0,n).join(""),s=this.maskTokens.length-(e.length-n);return $t(this.maskTokens.slice(0,s)).run(l,t).fold((function(e){i=r.adjustPosition(e,i),o=e.concat(a).join("")})),{selection:i,value:o}},e.prototype.adjustPosition=function(e,t){var n=e[t];return this.maskTokens[t].isLiteral(n)||n===this.prompt?t:t+1},e.prototype.maskInserted=function(e,t,n){var r=this,o="",i=n,a=e.slice(0,n);return $t(this.unmaskTokens).run(a,t).chain((function(e){i=e.join("").length;var n=t.slice(i);return $t(r.maskTokens).run(e.join("")+n,t)})).fold((function(e){o=e.join("")})),{selection:i,value:o}},Object.defineProperty(e.prototype,"maskTokenCreator",{get:function(){var e=this.prompt,t=this.promptPlaceholder;return{literal:function(e){return t=e,new Zt((function(e){return e.peek().char===t?(e.eat(),new Wt(t,e,Bt.Literal)):new Wt(t,e,Bt.Literal)}));var t},mask:function(n){return function(e){var t=e.prompt,n=e.promptPlaceholder;return function(e){return new Zt((function(r){for(;!r.eof();){var o=r.peek(),i=o.char,a=o.control;if(i===a&&a===t)return r.eat(),new Wt(t,r,Bt.Mask);if(e.test(i))return r.eat(),new Wt(i,r,Bt.Mask);if(i===n)return r.eat(),new Wt(t,r,Bt.Mask);r.eat_input()}return r.eat(),new Wt(t,r,Bt.Mask)}))}}({prompt:e,promptPlaceholder:t})(n)}}},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"unmaskTokenCreator",{get:function(){var e=this;return{literal:function(e){return t=e,new Zt((function(e){return e.eof()?new Wt("",e):(e.peek().char===t&&e.eat(),new Wt(t,e))}));var t},mask:function(t){return(n=e.prompt,function(e){return new Zt((function(t){for(;!t.eof();){var r=t.peek(),o=r.char,i=r.control;if(o===n&&i===n)return t.eat(),new Wt(o,t);if(e.test(o))return t.eat(),new Wt(o,t);t.eat_input()}return t.eat(),new Wt("",t)}))})(t);var n}}},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"rawTokenCreator",{get:function(){var e=this,t=e.prompt,n=e.promptPlaceholder,r=e.includeLiterals;return{literal:function(e){return Jt(r)},mask:function(e){return Qt({prompt:t,promptPlaceholder:n})}}},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"validationTokenCreator",{get:function(){var e=this.prompt;return{literal:function(e){return Jt(!1)},mask:function(t){return Qt({prompt:e,promptPlaceholder:""})}}},enumerable:!1,configurable:!0}),e.prototype.tokenize=function(){var e=this;en(Xt(this.rules,this.maskTokenCreator)).run(this.mask).fold((function(t,n){e.maskTokens=t})),en(Xt(this.rules,this.unmaskTokenCreator)).run(this.mask).fold((function(t,n){e.unmaskTokens=t})),en(Xt(this.rules,this.rawTokenCreator)).run(this.mask).fold((function(t,n){e.rawTokens=t})),en(Xt(this.rules,this.validationTokenCreator)).run(this.mask).fold((function(t,n){e.validationTokens=t}))}}(),a.drawing.util),nn=tn.elementOffset,rn=tn.limitValue,on=a.geometry.Point,an=a.geometry.Rect,ln=a.geometry.transform,sn=function(){},cn=function(){function e(e,t){void 0===t&&(t={}),this.element=e,this.lastMoveTime=0,this.options=Object.assign({scale:1,precision:1,samplingRate:200,smooth:!1!==t.smooth,color:t.color||"#000",backgroundColor:t.backgroundColor||"#fff",strokeWidth:1,onChange:sn,onDraw:sn,onDrawEnd:sn},t),this.pathOptions={stroke:{color:this.options.color,width:this.options.strokeWidth,lineCap:"round",lineJoin:"round"}},this.initSurface(),this.attachEvents()}return e.prototype.destroy=function(){this.detachEvents()},e.prototype.clear=function(){this.rootGroup.clear(),this.path=null},Object.defineProperty(e.prototype,"isDrawing",{get:function(){return Boolean(this.points)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"pathData",{get:function(){var e;return null===(e=this.path)||void 0===e?void 0:e.toString(3)},set:function(e){this.clear(),this.path=a.MultiPath.parse(e,this.pathOptions),this.rootGroup.append(this.path)},enumerable:!1,configurable:!0}),e.prototype.loadImage=function(e,t){if(void 0===t&&(t=[]),e){var n=this.size,r=n[0],o=n[1],i=r/this.options.scale,l=o/this.options.scale,s=t[0]||6*i,c=t[1]||6*l,u=i/s,p=l/c,d=Math.min(u,p),h=new a.Image(e,new a.geometry.Rect([0,0],[s,c]));h.transform(ln().scale(d,d)),this.clear(),this.rootGroup.append(h)}else this.clear()},e.prototype.exportImage=function(e){var t,n=this.size,r=n[0],o=n[1],i=r/this.options.scale,l=o/this.options.scale,s=(null==e?void 0:e.width)||6*i,c=(null==e?void 0:e.height)||6*l,u=s/i,p=c/l,d=Math.min(u,p),h=new an([0,0],[s,c]),v=new a.Group({clip:a.Path.fromRect(h)}),f=new a.Group({transform:ln().scale(d,d)}),m=a.Path.fromRect(h,{fill:{color:this.options.backgroundColor}});return v.append(m),v.append(f),(t=f.children).push.apply(t,this.rootGroup.children),(0,a.exportImage)(v,Object.assign({width:s,height:c},e))},e.prototype.resize=function(){this.surface.resize(!0)},e.prototype.setOptions=function(e){Object.assign(this.options,e),this.pathOptions.stroke.color=this.options.color,this.pathOptions.stroke.width=this.options.strokeWidth,this.path&&(this.path.options.set("stroke.color",this.options.color),this.path.options.set("stroke.width",this.options.strokeWidth)),this.background.options.set("fill.color",this.options.backgroundColor)},e.prototype.initSurface=function(){this.surface=a.Surface.create(this.element,{type:"canvas"}),this.element.style.touchAction="none";var e=this.options.scale;this.rootGroup=new a.Group({transform:ln().scale(e,e)});var t=this.element.offsetWidth||750,n=this.element.offsetHeight||250;this.size=[t,n],this.background=a.Path.fromRect(new an([0,0],this.size),{fill:{color:this.options.backgroundColor}}),this.surface.draw(this.background),this.surface.draw(this.rootGroup)},e.prototype.attachEvents=function(){this.onPointerDown=this.onPointerDown.bind(this),this.onPointerMove=this.onPointerMove.bind(this),this.onPointerUp=this.onPointerUp.bind(this),this.element.addEventListener("pointerdown",this.onPointerDown),this.element.addEventListener("pointermove",this.onPointerMove),this.element.addEventListener("pointerup",this.onPointerUp)},e.prototype.detachEvents=function(){this.element.removeEventListener("pointerdown",this.onPointerDown),this.element.removeEventListener("pointermove",this.onPointerMove),this.element.removeEventListener("pointerup",this.onPointerUp)},e.prototype.touchPoint=function(e){var t=nn(this.element),n=e.pageX,r=e.pageY,o=1/this.options.scale;return new on(n-t.left,r-t.top).scale(o,o)},e.prototype.onPointerDown=function(e){if(!this.options.readonly&&e.isPrimary&&function(e){return"number"!=typeof e.button||0===e.button}(e)){this.path||(this.path=new a.MultiPath(this.pathOptions),this.rootGroup.append(this.path)),this.options.onDraw(),this.element.setPointerCapture(e.pointerId);var t=this.touchPoint(e);this.points=[t],this.path.moveTo(t)}},e.prototype.onPointerMove=function(e){if(this.points&&e.isPrimary){var t=(new Date).getTime();if(!(t-this.lastMoveTime<1e3/rn(this.options.samplingRate,1,1e4))){this.lastMoveTime=t;var n=this.touchPoint(e),r=this.points[this.points.length-1],o=1/rn(this.options.precision,.01,100);n.distanceTo(r)<o||(this.points.push(n),this.path.lineTo(n))}}},e.prototype.onPointerUp=function(e){if(e.isPrimary&&this.path&&this.points&&!this.options.readonly){if(this.options.smooth){var t=a.Path.curveFromPoints(this.points);this.path.paths.splice(this.path.paths.length-1,1,t)}this.points=null,this.options.onDrawEnd(),this.options.onChange(this.pathData)}},e}(),un=n(994);const pn={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"};var dn=function(e){var t=e.children,n=e.onCloseButtonClick,r=e.id,i=e.closeIcon;return o.createElement("div",{className:"k-window-titlebar k-dialog-titlebar",id:r},o.createElement("span",{className:"k-window-title k-dialog-title"},t),o.createElement("div",{className:"k-window-titlebar-actions k-dialog-titlebar-actions"},i&&o.createElement(w.z,{role:"button","aria-label":"Close",onClick:n,icon:"x",svgIcon:pn,fillMode:"flat",className:"k-window-titlebar-action k-dialog-titlebar-action"})))},hn=function(){return hn=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},hn.apply(this,arguments)},vn=function(e){var t,n=hn({layout:"stretched"},e),r=n.layout,i=n.children,a=(0,x.A)("k-actions","k-actions-horizontal","k-window-actions k-dialog-actions",((t={})["k-actions-".concat(r)]=r,t));return o.createElement("div",{className:a},i)};vn.propTypes={children:z.any,layout:z.oneOf(["start","center","end","stretched"])};var fn=n(3769),mn=n(8259),gn=n(7827),yn=n(2080),bn={name:"@progress/kendo-react-dialogs",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:1700063922,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"},wn="data-windowid",zn=function(e,t,n){var r=e;if(t&&t.defaultView){var o=t.querySelectorAll(".k-window:not(.k-dialog), .k-dialog-wrapper"),i=!1;return o.forEach((function(e){var o=t.defaultView.getComputedStyle(e,null);if(e.getAttribute(wn)!==n&&null!==o.zIndex){var a=parseInt(o.zIndex,10);a>=r&&(r=a,i=!0)}})),i?r+2:r}return r},xn=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 r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Cn=function(){return Cn=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Cn.apply(this,arguments)},kn=function(e){function t(t){var n=e.call(this,t)||this;return n.context=0,n._id=(0,L.M)(),n.titleId=n.generateTitleId(),n.contentId=n.generateContentId(),n.showLicenseWatermark=!1,n.onCloseDialog=function(e){e.preventDefault(),(0,A.N)(n.props.onClose,e,n,void 0)},n.onKeyDown=function(e){e.keyCode===j.R.esc&&n.props.onClose&&(e.preventDefault(),n.onCloseDialog(e));var t=n.element;if(t&&e.keyCode===j.R.tab){var r=t.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])'),o=r[0],i=r[r.length-1],a=n.getDocument(),l=(0,fn.v)(a);e.shiftKey?(a&&l===o||a&&l===n.element)&&(i.focus(),e.preventDefault()):a&&l===i&&(o.focus(),e.preventDefault())}},n.getCurrentZIndex=function(){return n.state&&void 0!==n.context?n.state.zIndex>(n.context?n.context+2:0)?n.state.zIndex:n.context+2:n.context?n.context:10002},n.getDocument=function(){return n.props.appendTo?n.props.appendTo.ownerDocument:document},(0,I.s)(bn),n.showLicenseWatermark=(0,I.G)(bn),n.state={zIndex:zn(n.getCurrentZIndex(),n.getDocument(),n._id)},n}return xn(t,e),t.prototype.componentDidMount=function(){this.element&&this.props.autoFocus&&this.element.focus()},t.prototype.render=function(){var e,t,n=this,r=void 0!==this.props.id?this.props.id:this.titleId,i=this.props,a=i.title,l=i.width,s=i.height,c=i.children,u=i.minWidth,p=i.dir,d=i.style,h=i.contentStyle,v=o.Children.toArray(c),f=this.getContent(v),m=this.getActionBar(v),g=a?{"aria-labelledby":r}:null,y=void 0===this.props.closeIcon||this.props.closeIcon,b=this.getCurrentZIndex(),w=o.createElement(mn.$.Provider,{value:b},o.createElement("div",Cn({},((e={})[wn]=this._id,e),{className:"k-dialog-wrapper"+(this.props.className?" "+this.props.className:""),onKeyDown:this.onKeyDown,tabIndex:0,dir:p,style:Cn({zIndex:b},d),ref:function(e){return n.element=e}}),o.createElement("div",{className:"k-overlay"}),o.createElement("div",Cn({},g,{className:(0,x.A)("k-window k-dialog",(t={},t["k-window-".concat(this.props.themeColor)]=this.props.themeColor,t)),role:"dialog","aria-labelledby":r,"aria-modal":!0,"aria-describedby":this.contentId,style:{width:l,height:s,minWidth:u}}),this.props.title&&o.createElement(dn,{closeIcon:y,onCloseButtonClick:this.onCloseDialog,id:r},a),o.createElement("div",{className:"k-window-content k-dialog-content",style:h,id:this.contentId},f),m,this.showLicenseWatermark&&o.createElement(yn.t,null))));return gn.N?null!==this.props.appendTo?un.createPortal(w,this.props.appendTo||document.body):w:null},t.prototype.getActionBar=function(e){return e.filter((function(e){return e&&e.type===vn}))},t.prototype.getContent=function(e){return e.filter((function(e){return e&&e.type!==vn}))},t.prototype.generateTitleId=function(){return"dialog-title"+this._id},t.prototype.generateContentId=function(){return"dialog-content"+this._id},t.displayName="Dialog",t.propTypes={title:z.any,id:z.string,dir:z.string,style:z.object,closeIcon:z.bool,width:z.oneOfType([z.number,z.string]),height:z.oneOfType([z.number,z.string]),minWidth:z.oneOfType([z.number,z.string]),autoFocus:z.bool},t.defaultProps={autoFocus:!1},t.contextType=mn.$,t}(o.Component),In=(0,T.Y)(),On=(0,T.u)(In,kn);On.displayName="KendoReactDialog";var En=function(){return En=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},En.apply(this,arguments)},Mn=function(e,t,n,r){return new(n||(n=Promise))((function(o,i){function a(e){try{s(r.next(e))}catch(e){i(e)}}function l(e){try{s(r.throw(e))}catch(e){i(e)}}function s(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,l)}s((r=r.apply(e,t||[])).next())}))},Sn=function(e,t){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:l(0),throw:l(1),return:l(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function l(i){return function(l){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,l])}}},Hn=function(e){return void 0!==e},Vn=(0,T.Y)(),Pn=o.forwardRef((function(e,t){var n;(0,I.s)(F.k);var r=(0,ye.Y)(Vn,e),i=(0,k.useLocalization)(),a=o.useRef(null),l=o.useRef(null),s=o.useRef(null),c=o.useRef(null),u=o.useRef(null),p=o.useState(),d=p[0],h=p[1],v=o.useState(!1),f=v[0],m=v[1],g=o.useState(!1),y=g[0],b=g[1],z=o.useState(),C=z[0],O=z[1],E=o.useState(),H=E[0],V=E[1],P=Hn(r.value)?r.value:C,D=o.useState(!1),_=D[0],R=D[1],L=Hn(r.open),B=L?r.open:_,T=!(r.maximized||y||!r.maximizable||r.disabled),q=r.maximized&&!y,G=!(!r.value&&!C||y||r.readOnly||r.disabled),K=i.toLanguageString(S.yf,S.sY[S.yf]),W=i.toLanguageString(S.l7,S.sY[S.l7]),U=i.toLanguageString(S.Zq,S.sY[S.Zq]),Y=r.popupScale||3,Z=r.exportScale||2,X=function(e){O(e),r.onChange&&r.onChange({value:e})};o.useEffect((function(){r.value!==C&&(O(r.value),null==d||d.loadImage(r.value))}),[r.value]);var Q=o.useCallback((function(e){L||R(e)}),[L]),J=o.useCallback((function(){var e="#000000";return!r.color&&"undefined"!=typeof document&&a.current&&(e=getComputedStyle(a.current).color),r.color||e}),[r.color]),$=o.useCallback((function(){var e="#ffffff";return!r.backgroundColor&&"undefined"!=typeof document&&a.current&&(e=getComputedStyle(a.current).backgroundColor),r.backgroundColor||e}),[r.backgroundColor]),ee=function(){return{scale:r.maximized?r.popupScale:1,color:J(),backgroundColor:$(),strokeWidth:r.strokeWidth,smooth:r.smooth,readonly:r.readOnly}},te=function(e){return Mn(void 0,void 0,void 0,(function(){var t,n;return Sn(this,(function(r){switch(r.label){case 0:return t=e.width,n=e.height,[4,null==d?void 0:d.exportImage({width:t*Z,height:n*Z})];case 1:return[2,r.sent()]}}))}))};o.useEffect((function(){var e=l.current,t=new cn(e,ee());return P&&t.loadImage(P),h(t),function(){return t.destroy()}}),[]),o.useEffect((function(){null==d||d.setOptions({onChange:function(){return Mn(void 0,void 0,void 0,(function(){var e;return Sn(this,(function(t){switch(t.label){case 0:return e=X,[4,te(ve())];case 1:return[2,e.apply(void 0,[t.sent()])]}}))}))},onDraw:function(){return b(!0)},onDrawEnd:function(){return b(!1)}})}),[d]),o.useLayoutEffect((function(){return null==d?void 0:d.setOptions(ee())}),[r.readOnly,r.color,r.backgroundColor,r.strokeWidth,r.smooth]),o.useEffect((function(){var e,t,n=null===(t=null===(e=s.current)||void 0===e?void 0:e.element)||void 0===t?void 0:t.querySelector(".k-overlay");if(n){var r=function(){return Q(!1)};return n.addEventListener("click",r),function(){return n.removeEventListener("click",r)}}}),[B]),o.useEffect((function(){if(B&&"undefined"!=typeof document){var e=function(e){e.keyCode===j.R.esc&&Q(!1)};return document.addEventListener("keydown",e),function(){return document.removeEventListener("keydown",e)}}}),[B]),o.useEffect((function(){var e,t;r.maximized&&(null===(t=null===(e=c.current)||void 0===e?void 0:e.element)||void 0===t||t.focus())}),[]);var ne=o.useCallback((function(){var e;return null===(e=l.current)||void 0===e?void 0:e.focus()}),[]),re=o.useCallback((function(){return r.value}),[r.value]),oe=o.useCallback((function(){return r.name}),[r.name]),ie=o.useCallback((function(){return r.required}),[r.required]),ae=o.useCallback((function(){var e=void 0!==r.validationMessage,t=!re();return{customError:e,valid:void 0!==r.valid?r.valid:!ie()||!t,valueMissing:t}}),[r.validationMessage,r.valid,re,ie]),le=o.useCallback((function(){return r.validityStyles}),[r.validityStyles]),se=o.useCallback((function(){return r}),[r]),ce=o.useCallback((function(){var e={element:a.current,focus:ne};return Object.defineProperty(e,"name",{get:oe}),Object.defineProperty(e,"value",{get:re}),Object.defineProperty(e,"validity",{get:ae}),Object.defineProperty(e,"validityStyles",{get:le}),Object.defineProperty(e,"required",{get:ie}),Object.defineProperty(e,"props",{get:se}),Object.defineProperty(e,"color",{get:J}),Object.defineProperty(e,"backgroundColor",{get:$}),e}),[oe,re,ae,le,ie,ne,se,J,$]);o.useImperativeHandle(t,ce);var ue=o.useCallback((function(e){f||r.maximized||(m(!0),(0,A.N)(r.onFocus,e,ce(),{}))}),[f,r.onFocus,ce]),pe=o.useCallback((function(e){(function(e,t){for(var n=e;n&&n!==t;)n=n.parentNode;return!!n})(e.relatedTarget,a.current)||(m(!1),(0,A.N)(r.onBlur,e,ce(),{}))}),[f,r.onBlur,ce]),de=o.useCallback((function(e){return Mn(void 0,void 0,void 0,(function(){var t;return Sn(this,(function(n){switch(n.label){case 0:return t=V,[4,te(fe())];case 1:return t.apply(void 0,[n.sent()]),Q(!0),(0,A.N)(r.onOpen,e,ce(),{}),[2]}}))}))}),[B,L,r.onOpen,r.value,C,ce]),he=o.useCallback((function(e){Q(!1),(0,A.N)(r.onClose,e,ce(),{})}),[B,L,r.onClose,ce]),ve=function(){var e,t;return{width:r.width||(null===(e=a.current)||void 0===e?void 0:e.offsetWidth)||250,height:r.height||(null===(t=a.current)||void 0===t?void 0:t.offsetHeight)||84}},fe=function(){var e=ve(),t=e.width,n=e.height;return{width:t*Y,height:n*Y}},me=!le()||ae().valid;return o.createElement("div",{ref:a,dir:r.dir,style:En({width:r.width,height:r.height},r.style),className:(0,x.A)("k-input","k-signature",(n={"k-signature-maximized":r.maximized},n["k-signature-".concat(be.G.sizeMap[r.size]||r.size)]=r.size,n["k-input-".concat(r.fillMode)]=r.fillMode,n["k-rounded-".concat(be.G.roundedMap[r.rounded]||r.rounded)]=r.rounded,n["k-invalid"]=!me,n["k-required"]=r.required,n["k-disabled"]=r.disabled,n["k-focus"]=f,n),r.className),onFocus:ue,onBlur:pe},o.createElement("div",{className:"k-signature-canvas",ref:l,tabIndex:(0,N.p)(r.tabIndex,r.disabled),role:"img",id:r.id,"aria-label":r.ariaLabel,"aria-labelledby":r.ariaLabelledBy,"aria-describedby":r.ariaDescribedBy,"aria-disabled":r.disabled?"true":void 0}),o.createElement("div",{className:"k-signature-actions k-signature-actions-top"},T&&o.createElement(w.z,{className:"k-signature-action k-signature-maximize",ref:u,icon:"hyperlink-open",svgIcon:M.TZQ,fillMode:"flat",size:r.size,onClick:de,"aria-label":K,title:K}),q&&o.createElement(w.z,{className:"k-signature-action k-signature-minimize k-rotate-180",ref:c,icon:"hyperlink-open",svgIcon:M.TZQ,fillMode:"flat",size:r.size,onClick:he,"aria-label":W,title:W})),!r.hideLine&&o.createElement("div",{className:"k-signature-line",style:{zIndex:2,pointerEvents:"none"}}),o.createElement("div",{className:"k-signature-actions k-signature-actions-bottom"},G&&o.createElement(w.z,{className:"k-signature-action k-signature-clear",icon:"x",svgIcon:M.FZE,fillMode:"flat",size:r.size,onClick:function(){null==d||d.clear(),X(),ne()},"aria-label":U,title:U})),B&&o.createElement(On,{ref:s},o.createElement(Pn,En({},r,fe(),{value:H,maximized:!0,exportScale:1/Y*Z,open:!1,onChange:function(e){null==d||d.loadImage(e.value),X(e.value)},onClose:function(e){var t,n;he(e),null===(n=(null===(t=u.current)||void 0===t?void 0:t.element)||l.current)||void 0===n||n.focus()}}))))}));Pn.propTypes={value:z.string,width:z.number,height:z.number,tabIndex:z.number,dir:z.string,ariaDescribedBy:z.string,ariaLabelledBy:z.string,ariaLabel:z.string,readOnly:z.bool,disabled:z.bool,validationMessage:z.string,required:z.bool,onChange:z.func,onFocus:z.func,onBlur:z.func,onOpen:z.func,onClose:z.func,size:z.oneOf([null,"small","medium","large"]),rounded:z.oneOf([null,"small","medium","large"]),fillMode:z.oneOf([null,"solid","flat","outline"])},Pn.displayName="KendoSignature",Pn.defaultProps={strokeWidth:1,smooth:!1,popupScale:3,exportScale:2,maximizable:!0,disabled:!1,required:!1,validityStyles:!0,onChange:function(e){return dt.Z},onFocus:function(e){return dt.Z},onBlur:function(e){return dt.Z},onOpen:function(e){return dt.Z},onClose:function(e){return dt.Z},size:"medium",rounded:"medium",fillMode:"solid"};var Dn=n(4071),_n=function(){return _n=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},_n.apply(this,arguments)},Rn=o.forwardRef((function(e,t){var n=o.useRef(null),r=o.useRef(null);return o.useImperativeHandle(n,(function(){return{element:r.current}})),o.useImperativeHandle(t,(function(){return n.current})),o.createElement("span",_n({},e,{className:(0,x.A)("k-clear-value",e.className)}))}));Rn.displayName="KendoReactInputClearValue";var Ln=n(6183),Nn=function(){return Nn=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Nn.apply(this,arguments)},Bn=o.forwardRef((function(e,t){var n=o.useRef(null),r=o.useRef(null);return o.useImperativeHandle(n,(function(){return{element:r.current}})),o.useImperativeHandle(t,(function(){return n.current})),o.createElement("span",Nn({},e,{className:(0,x.A)("k-input-separator",e.className)}))}));Bn.displayName="KendoReactInputSeparator";var Tn=function(){return Tn=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Tn.apply(this,arguments)},Fn=o.forwardRef((function(e,t){var n=o.useRef(null),r=o.useRef(null);return o.useImperativeHandle(n,(function(){return{element:r.current}})),o.useImperativeHandle(t,(function(){return n.current})),o.createElement("span",Tn({},e,{className:(0,x.A)("k-input-suffix",e.className)}))}));Fn.displayName="KendoReactInputSuffix";var jn=function(){return jn=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},jn.apply(this,arguments)},An=o.forwardRef((function(e,t){return o.createElement($.a,jn({ref:t},e,{className:(0,x.A)("k-input-validation-icon",e.className)}))}));An.displayName="KendoReactInputValidationIcon"},7008:(e,t,n)=>{var r;n.d(t,{fB:()=>o,xK:()=>i,AW:()=>a,wf:()=>l,t3:()=>s,ao:()=>c,_P:()=>u,rw:()=>p,gR:()=>d,Jz:()=>h,Ao:()=>v,Vy:()=>f,PS:()=>m,lf:()=>g,BK:()=>y,UH:()=>b,M0:()=>w,Zz:()=>z,F_:()=>x,gs:()=>C,UG:()=>k,IN:()=>I,OH:()=>O,as:()=>E,wd:()=>M,ws:()=>S,iY:()=>H,cM:()=>V,Zq:()=>P,yf:()=>D,l7:()=>_,sY:()=>R});var o="numerictextbox.increment",i="numerictextbox.decrement",a="slider.increment",l="slider.decrement",s="slider.dragTitle",c="colorGradient.r",u="colorGradient.g",p="colorGradient.b",d="colorGradient.a",h="colorGradient.hex",v="colorGradient.contrastRatio",f="colorGradient.colorGradientAALevel",m="colorGradient.colorGradientAAALevel",g="colorGradient.colorGradientPass",y="colorGradient.colorGradientFail",b="colorGradient.hueSliderLabel",w="colorGradient.alphaSliderLabel",z="colorGradient.toggleInputsButton",x="flatColorPicker.cancelBtn",C="flatColorPicker.applyBtn",k="flatColorPicker.colorGradientBtn",I="flatColorPicker.colorPaletteBtn",O="flatColorPicker.clearBtn",E="checkbox.validation",M="checkbox.optionalText",S="switch.validation",H="colorPicker.dropdownButtonAriaLabel",V="rating.ariaLabel",P="signature.clear",D="signature.maximize",_="signature.minimize",R=((r={})[o]="Increase value",r[i]="Decrease value",r[a]="Increase",r[l]="Decrease",r[s]="Drag",r[c]="r",r[u]="g",r[p]="b",r[d]="a",r[h]="hex",r[v]="Contrast ratio",r[f]="AA",r[m]="AAA",r[g]="Pass",r[y]="Fail",r[b]="Hue slider",r[w]="Alpha slider",r[z]="Toggle colorgradient inputs",r[x]="Cancel",r[C]="Apply",r[k]="Color Gradient view",r[I]="Color Palette view",r[O]="Clear color value",r[E]="Please check this box if you want to proceed!",r[M]="(Optional)",r["radioButton.validation"]="Please select option if you want to proceed!",r[S]="Please turn on if you want to proceed!",r[H]="Select",r[V]="Rating",r[P]="Clear",r[D]="Maximize",r[_]="Minimize",r)},4578:(e,t,n)=>{n.d(t,{R:()=>C,N:()=>k});var r=n(3899),o=n(189),i=n(499),a=n(848),l=n(9656),s=n(3198),c=n(9447),u=n(5407),p=n(3769),d=n(8047),h=n(2697),v=n(4703),f=n(1193),m=n(6097),g=n(4006),y=n(2009),b=n(7008),w=n(2214),z=n(7037),x=function(){return x=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},x.apply(this,arguments)},C=(0,a.Y)(),k=r.forwardRef((function(e,t){var n;(0,g.s)(y.k);var o=(0,l.Y)(C,e),a=r.useMemo((function(){return(0,s.M)()}),[]),k=o.id||a,I=(0,i.useInternationalization)(),O=(0,i.useLocalization)(),E=r.useRef(null),M=r.useRef(),S=r.useState(!1),H=S[0],V=S[1],P=r.useRef((0,w.aY)()),D=r.useRef(!1),_=r.useRef(),R=r.useRef(o.defaultValue),L=(0,w.Bw)(P.current.focused&&!o.disabled?P.current.currentLooseValue:(0,w._t)(o.value,R.current),o.format,I);_.current=L;var N=(0,c.A)(o.prefix)[0],B=(0,c.A)(o.suffix)[0];r.useEffect((function(){E.current&&E.current.setCustomValidity&&E.current.setCustomValidity(q().valid?"":o.validationMessage||"Please enter a valid value!")}));var T=r.useCallback((function(){E.current&&E.current.focus()}),[]),F=r.useCallback((function(){return void 0!==M.current?M.current:(0,w._t)(o.value,R.current)}),[o.value]),j=r.useCallback((function(){return o.name}),[o.name]),A=r.useCallback((function(){return o.required}),[o.required]),q=r.useCallback((function(){var e=void 0!==o.validationMessage,t=F();return{customError:e,valid:void 0!==o.valid?o.valid:!(P.current.valueIsOutOfRange||A()&&null==t),valueMissing:null==t}}),[o.validationMessage,o.valid,F,A]),G=r.useCallback((function(){return o.validityStyles}),[o.validityStyles]),K=r.useCallback((function(){return o}),[o]),W=r.useCallback((function(){var e={element:E.current,focus:T};return Object.defineProperty(e,"name",{get:j}),Object.defineProperty(e,"value",{get:F}),Object.defineProperty(e,"validity",{get:q}),Object.defineProperty(e,"validityStyles",{get:G}),Object.defineProperty(e,"required",{get:A}),Object.defineProperty(e,"props",{get:K}),e}),[j,F,q,G,A,T,K]);r.useImperativeHandle(t,W);var U=r.useCallback((function(){return{eventValue:(0,w._t)(o.value,R.current),prevLooseValue:_.current,currentLooseValue:E.current.value,selectionStart:E.current.selectionStart,selectionEnd:E.current.selectionEnd,decimalSelect:!1,valueIsCorrected:!1,valueIsOutOfRange:!1,isPaste:D.current,focused:P.current.focused}}),[o.value]),Y=r.useCallback((function(e,t){if(!o.disabled){M.current=t.eventValue,R.current=t.eventValue;var n=(0,w.Bw)((0,w.Jq)(t.eventValue,o.min,o.max),o.format,I),r=(0,w.Jq)(I.parseNumber(n,o.format),o.min,o.max);r!==t.eventValue&&(t.valueIsOutOfRange=!0,t.eventValue=r,R.current=r),o.value!==t.eventValue&&(0,u.N)(o.onChange,e,W(),{value:t.eventValue}),M.current=void 0,P.current=t,V((function(e){return!e}))}}),[o.value,o.onChange,o.disabled,V,W]),Z=r.useCallback((function(e){var t=U();D.current=!1,Y(e,(0,w.KP)(t,o.format,I))}),[o.format,o.onChange,I,Y,U]),X=r.useCallback((function(e){var t=U(),n=I.parseNumber(String(t.currentLooseValue),o.format);if(t.selectionEnd>t.selectionStart&&t.selectionEnd-t.selectionStart===String(t.currentLooseValue).length){var r=I.numberSymbols(),i=r&&e.key===r.minusSign,a=r&&e.key===r.decimal;D.current=!i&&!a}else{switch(e.keyCode){case 38:(0,w.WG)(n,t,o.step,o.min,o.max,o.format,I);break;case 40:(0,w.ab)(n,t,o.step,o.min,o.max,o.format,I);break;case 13:if(!1===o.rangeOnEnter)return;var l=(0,w.Bw)((0,w.Jq)(n,o.min,o.max),o.format,I),s=(0,w.Jq)(I.parseNumber(l,o.format),o.min,o.max);t.eventValue=s,t.currentLooseValue=(0,w.Bw)(s,o.format,I),t.selectionStart=t.selectionEnd=t.currentLooseValue.length;break;case 110:var c=E.current,u=I.numberSymbols();c&&(t.currentLooseValue=t.currentLooseValue.slice(0,t.selectionStart)+u.decimal+t.currentLooseValue.slice(t.selectionEnd),t.selectionStart=t.selectionEnd=t.selectionStart+1,t=(0,w.KP)(t,o.format,I));break;default:return}e.preventDefault(),Y(e,t)}}),[o.format,o.min,o.max,o.step,o.onChange,o.rangeOnEnter,Y,U]),Q=r.useCallback((function(){D.current=!0}),[]),J=r.useCallback((function(e){if(!o.readOnly&&!o.disabled){var t=U();(0,w.WG)(I.parseNumber(String(t.currentLooseValue),o.format),t,o.step,o.min,o.max,o.format,I),Y(e,t)}}),[o.format,o.min,o.max,o.step,o.onChange,o.readOnly,o.disabled,Y,U]),$=r.useCallback((function(e){if(!o.readOnly&&!o.disabled){var t=U();(0,w.ab)(I.parseNumber(String(t.currentLooseValue),o.format),t,o.step,o.min,o.max,o.format,I),Y(e,t)}}),[o.format,o.min,o.max,o.step,o.onChange,o.readOnly,o.disabled,Y,U]),ee=r.useCallback((function(e){var t=(0,p.v)(document);document&&t===E.current&&E.current&&!o.readOnly&&!o.disabled&&(e.nativeEvent.deltaY<0&&J(e),e.nativeEvent.deltaY>0&&$(e))}),[J,$,o.disabled,o.readOnly]),te=r.useCallback((function(e){P.current.currentLooseValue=_.current,P.current.focused=!0,(0,u.N)(o.onFocus,e,W(),{}),V((function(e){return!e}))}),[o.onFocus,V,W]),ne=r.useCallback((function(e){P.current=(0,w.aY)(),(0,u.N)(o.onBlur,e,W(),{}),V((function(e){return!e}))}),[o.onBlur,V,W]),re=r.useCallback((function(e){if(document&&E.current){var t=(0,p.v)(document);e.preventDefault(),t!==E.current&&E.current.focus()}}),[]);r.useLayoutEffect((function(){E.current&&"number"!==E.current.type&&void 0!==P.current.selectionStart&&void 0!==P.current.selectionEnd&&(E.current.selectionStart=P.current.selectionStart,E.current.selectionEnd=P.current.selectionEnd,P.current.selectionStart=void 0,P.current.selectionEnd=void 0)}),[H]);var oe=!G()||q().valid,ie=r.createElement("span",{dir:o.dir,style:o.label?o.style:x({width:o.width},o.style),className:(0,d.A)("k-input","k-numerictextbox",(n={},n["k-input-".concat(h.G.sizeMap[o.size]||o.size)]=o.size,n["k-input-".concat(o.fillMode)]=o.fillMode,n["k-rounded-".concat(h.G.roundedMap[o.rounded]||o.rounded)]=o.rounded,n["k-invalid"]=!oe,n["k-required"]=o.required,n["k-disabled"]=o.disabled,n),o.className),"aria-disabled":o.disabled?"true":void 0},r.createElement(N,null),r.createElement("input",{role:"spinbutton",value:null===L?"":L,tabIndex:(0,v.p)(o.tabIndex,o.disabled),accessKey:o.accessKey,disabled:o.disabled,title:o.title,"aria-disabled":o.disabled?"true":void 0,"aria-valuemin":o.min,"aria-valuemax":o.max,"aria-label":o.ariaLabel,"aria-labelledby":o.ariaLabelledBy,"aria-describedby":o.ariaDescribedBy,placeholder:o.placeholder,spellCheck:!1,autoComplete:"off",autoCorrect:"off",type:o.inputType||"tel",className:"k-input-inner",id:k,name:o.name,readOnly:o.readOnly,style:o.inputStyle,onChange:Z,onFocus:te,onBlur:ne,onKeyDown:X,onPaste:Q,onWheel:ee,ref:E}),r.createElement(B,null),o.children,o.spinners&&r.createElement("span",{className:"k-input-spinner k-spin-button",onMouseDown:re},r.createElement(z.z,{tabIndex:-1,type:"button",icon:"caret-alt-up",svgIcon:f.fRI,rounded:null,className:"k-spinner-increase","aria-label":O.toLanguageString(b.fB,b.sY[b.fB]),title:O.toLanguageString(b.fB,b.sY[b.fB]),onClick:J}),r.createElement(z.z,{tabIndex:-1,type:"button",icon:"caret-alt-down",svgIcon:f.M7i,rounded:null,className:"k-spinner-decrease","aria-label":O.toLanguageString(b.xK,b.sY[b.xK]),title:O.toLanguageString(b.xK,b.sY[b.xK]),onClick:$})));return o.label?r.createElement(m._,{label:o.label,editorId:k,editorValue:null===L?"":L,editorValid:oe,editorDisabled:o.disabled,editorPlaceholder:o.placeholder,children:ie,style:{width:o.width},dir:o.dir}):ie}));k.propTypes={value:o.number,defaultValue:o.number,step:o.number,format:o.oneOfType([o.string,o.shape({style:o.oneOf(["decimal","currency","percent","scientific","accounting"]),currency:o.string,currencyDisplay:o.oneOf(["symbol","code","name"]),useGrouping:o.bool,minimumIntegerDigits:o.number,minimumFractionDigits:o.number,maximumFractionDigits:o.number})]),width:o.oneOfType([o.string,o.number]),tabIndex:o.number,accessKey:o.string,title:o.string,placeholder:o.string,min:o.number,max:o.number,spinners:o.bool,disabled:o.bool,readOnly:o.bool,dir:o.string,name:o.string,label:o.string,validationMessage:o.string,required:o.bool,id:o.string,rangeOnEnter:o.bool,ariaLabelledBy:o.string,ariaDescribedBy:o.string,ariaLabel:o.string,onChange:o.func,onFocus:o.func,onBlur:o.func,size:o.oneOf([null,"small","medium","large"]),rounded:o.oneOf([null,"small","medium","large","full"]),fillMode:o.oneOf([null,"solid","flat","outline"])},k.displayName="KendoNumericTextBox",k.defaultProps={prefix:function(e){return null},suffix:function(e){return null},step:1,spinners:!0,disabled:!1,required:!1,validityStyles:!0,rangeOnEnter:!0,onChange:function(e){},onFocus:function(e){},onBlur:function(e){},size:"medium",rounded:"medium",fillMode:"solid"}},2214:(e,t,n)=>{n.d(t,{aY:()=>a,_t:()=>l,Bw:()=>s,WG:()=>d,ab:()=>h,Jq:()=>v,KP:()=>I});var r=function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},r.apply(this,arguments)},o=1111111.1111111,i=/\d/,a=function(){return{eventValue:null,prevLooseValue:"",currentLooseValue:"",focused:!1,selectionStart:void 0,selectionEnd:void 0,decimalSelect:!1,valueIsCorrected:!1,valueIsOutOfRange:!1}},l=function(e,t){return void 0!==e?e:t},s=function(e,t,n){return null===e&&void 0===e?"":"string"==typeof e?e:n.formatNumber(e,t)},c=function(e){return(String(e).split(".")[1]||"").length},u=function(e,t){return Math.max(c(e),c(t))},p=function(e,t){var n=function(e){return Math.min(e,15)}(t);return parseFloat(e.toFixed(n))},d=function(e,t,n,r,o,a,l){var c=u(e||0,n||0),d=v(p((e||0)+(n||0),c),r,o);t.eventValue=d,t.currentLooseValue=s(d,a,l),t.selectionStart=t.selectionEnd=b(t.currentLooseValue,i)},h=function(e,t,n,r,o,a,l){var c=u(e||0,n||0),d=v(p((e||0)-(n||0),c),r,o);t.eventValue=d,t.currentLooseValue=s(d,a,l),t.selectionStart=t.selectionEnd=b(t.currentLooseValue,i)},v=function(e,t,n){return null==e?e:e>1||e<1||1===e?void 0!==n&&void 0!==t&&n<t?null:(void 0!==n&&e>n&&(e=n),void 0!==t&&e<t&&(e=t),e):null},f=function(e,t,n,r){e.selectionStart=e.selectionEnd=t,function(e,t,n){var r=function(e,t){var n=t.findIndex((function(t){t[0];var n=t[1];return Boolean(n)&&e.indexOf(n)===e.length-n.length}));if(-1===n)return-1;var r=t[n][1];return e.length-r.length}(e,t);if(-1!==r&&n.selectionStart>r)n.selectionStart=n.selectionEnd=r;else{n.selectionStart>e.length&&(n.selectionStart=n.selectionEnd=e.length);var o=function(e,t){var n=t.findIndex((function(t){var n=t[0];return t[1],Boolean(n)&&0===e.indexOf(n)}));return-1===n?-1:t[n][0].length}(e,t);-1!==o&&n.selectionStart<o&&(n.selectionStart=n.selectionEnd=o),-1===n.selectionStart&&(n.selectionStart=n.selectionEnd=0)}}(n,r,e)},m=function(e,t,n,r){e.eventValue=r.parseNumber(e.prevLooseValue,t),e.currentLooseValue=e.prevLooseValue,e.valueIsCorrected=!0,f(e,e.selectionStart,e.currentLooseValue,n)},g=function(e,t){var n=e.indexOf(t.decimal);return n>-1?n:b(e,i)},y=function(e){return e.split("").reverse().join("")},b=function(e,t){return e.length-y(e).search(t)},w=function(e){return e.split(e[e.search(i)])[0]},z=function(e){var t=y(e);return y(t.split(t[t.search(i)])[0])},x=function(e,t){return e.search(t)},C=function(e,t){var n=e.indexOf(t);return n>-1?e.length-n-1:0},k=function(e,t,n,r,o){var a="0"===e.replace(o,"")[0],l="0"===t.replace(o,"")[0];if(a&&!l)return n-1;if(l&&r)return n+1;for(var s=0,c=0;c<n;c++)i.test(e.charAt(c))&&s++;for(var u=0;s>0&&t.length>u;)i.test(t.charAt(u))&&s--,u++;return u},I=function(e,t,n){var a=r({},e),l=a.prevLooseValue,c=n.numberSymbols(),u=function(e,t){var n=t.formatNumber(o,e),r=t.formatNumber(-o,e),i=t.formatNumber(0,e),a=t.formatNumber(1,e),l=t.numberSymbols(),s=new RegExp("[\\d\\".concat(l.decimal).concat(l.group,"]"),"g");return[n,r,i,a].map((function(e){return e.replace(s,"")})).join("").split("").filter((function(e,t,n){return n.indexOf(e)===t})).join("")}(t,n),p=String(a.currentLooseValue),d=String(l),h=new RegExp("[^\\d\\".concat(c.decimal,"]"),"g"),v=new RegExp("[^\\d\\".concat(c.decimal,"\\").concat(c.group,"]"),"g"),y=new RegExp("[\\d\\".concat(c.decimal,"\\").concat(c.group,"]")),I=p.replace(h,""),O=x(p,i),E=-1===O?-1:b(p,i),M=p.indexOf(c.decimal),S=(p.substring(0,O)+p.substring(O,E).replace(v,"")+p.substring(E,p.length)).split("").filter((function(e){return-1!==u.indexOf(e)||-1!==e.search(y)})).join(""),H=n.formatNumber(.31111111111111117,t).replace(h,""),V=H.indexOf(c.decimal),P=V>-1?H.length-V-1:0,D=n.formatNumber(1,t).replace(h,""),_=D.indexOf(c.decimal),R=_>-1?D.length-_-1:0,L=function(e,t){var n=t.formatNumber(o,e),r=t.formatNumber(-o,e),i=t.formatNumber(0,e),a=t.formatNumber(1,e),l=w(n),s=w(r),c=w(i),u=w(a);return{positiveInfo:[l,z(n)],negativeInfo:[s,z(r)],zeroInfo:[c,z(i)],oneInfo:[u,z(a)]}}(t,n),N=[L.positiveInfo,L.negativeInfo,L.zeroInfo,L.oneInfo],B=1!==N.findIndex((function(e){return-1!==e.findIndex((function(e){return Boolean(e)}))})),T=p.length>0&&p.length<d.length,F="string"==typeof t&&"p"===t[0]&&p&&-1===p.indexOf(c.percentSign);if(!a.isPaste){if(""===p)return a.eventValue=null,a.currentLooseValue="",a;if(a.currentLooseValue===c.minusSign&&n.formatNumber(-0,t)!==d)return a.eventValue=-0,a.currentLooseValue=s(a.eventValue,t,n),f(a,g(a.currentLooseValue,c),a.currentLooseValue,N),a;if(a.currentLooseValue===c.decimal){a.eventValue=0;var j=s(a.eventValue,t,n);if(0===R&&P>0){var A=b(j,i);a.currentLooseValue=j.substring(0,A)+c.decimal+j.substring(A)}else a.currentLooseValue=j;return f(a,g(a.currentLooseValue,c)+1,a.currentLooseValue,N),a}if(function(e,t){var n=String(e.currentLooseValue),r=String(e.prevLooseValue);return n.split(t.minusSign).length!==r.split(t.minusSign).length&&n.length===r.length+t.minusSign.length}(a,c)){var q=n.parseNumber(l,t);a.eventValue=-(null!==q?q:0),a.currentLooseValue=s(a.eventValue,t,n);var G=x(a.currentLooseValue,i),K=x(d,i);return f(a,a.selectionEnd-1+(G-K),a.currentLooseValue,N),a}if(function(e,t){var n=String(e.currentLooseValue),r=String(e.prevLooseValue);return-1===n.indexOf(t.minusSign)&&-1!==r.indexOf(t.minusSign)}(a,c))return a.eventValue=n.parseNumber(a.currentLooseValue,t),f(a,a.selectionStart,a.currentLooseValue,N),a;if(function(e,t){return String(e.currentLooseValue).split(t.decimal).length>2}(a,c))return m(a,t,N,n),a;if(F)return a.eventValue=n.parseNumber(p,t)/100,a.currentLooseValue=s(a.eventValue,t,n),a;if(String(a.currentLooseValue).replace(/[^\d]/g,"").length>15)return m(a,t,N,n),a;if(I!==p&&p&&B){var W=N.findIndex((function(e){var t=e[0],n=e[1],r=p.indexOf(t),o=p.indexOf(n),i=0===r,a=o===p.length-n.length,l=r+t.length!==O&&-1!==O&&p[r+t.length]!==c.decimal,s=o!==E&&-1!==E&&p[o-1]!==c.decimal;return t&&n?!l&&!s&&i&&a:t?!l&&i:!!n&&!s&&a}));if(-1===W)return m(a,t,N,n),a}if(I[I.length-1]===c.decimal&&P>0)return a.eventValue=n.parseNumber(p,t),a.currentLooseValue=S,a;if(a.currentLooseValue&&l&&(u+c.decimal+c.group).split("").findIndex((function(e){return p.split("").filter((function(t){return t===e})).length<d.split("").filter((function(t){return t===e})).length&&p.length+1===d.length&&(e!==c.decimal||0!==C(d.replace(h,""),c.decimal))}))>-1)return a.eventValue=n.parseNumber(e.prevLooseValue,t),a.currentLooseValue=e.prevLooseValue,a;var U=C(I,c.decimal),Y="0"===I[I.length-1];if(T&&Y&&U<R)return a.eventValue=n.parseNumber(a.currentLooseValue,t),a.currentLooseValue=s(a.eventValue,t,n),a;if(U>0){var Z=p.substring(0,M);if(Y&&(!Z||0!==d.indexOf(Z))){a.eventValue=n.parseNumber(a.currentLooseValue,t);var X=s(a.eventValue,t,n);return f(a,k(p,X,a.selectionEnd,T,h),X,N),a.currentLooseValue=X,a}if(U>P){var Q=p.indexOf(c.decimal),J=p.substring(0,Q)+p.substring(Q,Q+1+P)+p.substring(E,String(a.currentLooseValue).length);return a.eventValue=n.parseNumber(J,t),a.currentLooseValue=J,f(a,a.selectionStart,J,N),a}if(R!==P&&U<=P&&Y)return a.eventValue=n.parseNumber(a.currentLooseValue,t),a.currentLooseValue=S,a;if(U<R)return a.eventValue=n.parseNumber(a.currentLooseValue,t),a.currentLooseValue=s(a.eventValue,t,n),a}}return a.eventValue=n.parseNumber(a.currentLooseValue,t),F&&(a.eventValue=a.eventValue/100),"number"==typeof a.eventValue?(X=s(a.eventValue,t,n),1===p.length?f(a,g(X,c),X,N):f(a,k(p,X,a.selectionEnd,T,h),X,N),a.currentLooseValue=X):a.currentLooseValue=s(n.parseNumber(I),t,n),a}},2009:(e,t,n)=>{n.d(t,{k:()=>r});var r={name:"@progress/kendo-react-inputs",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:1700064010,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"}},4071:(e,t,n)=>{n.d(t,{z:()=>d});var r=n(3899),o=n(189),i=n(4006),a=n(9447),l=n(6059),s=n(8047),c=n(2697),u=n(2009),p=function(){return p=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},p.apply(this,arguments)},d=r.forwardRef((function(e,t){var n;(0,i.s)(u.k);var o=r.useRef(null),d=r.useRef(null),v=r.useRef(),f=r.useCallback((function(){var e;return void 0!==v.current?v.current:null===(e=o.current)||void 0===e?void 0:e.value}),[]);r.useImperativeHandle(d,(function(){return{get element(){return o.current},get name(){return o.current&&o.current.name},get value(){return f()}}})),r.useImperativeHandle(t,(function(){return d.current}));var m=e,g=m.size,y=m.fillMode,b=m.rounded,w=m.className,z=m.dir,x=m.style,C=m.prefix,k=void 0===C?h.prefix:C,I=m.suffix,O=void 0===I?h.suffix:I,E=(m.valid,m.modified,m.touched,m.visited,function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(m,["size","fillMode","rounded","className","dir","style","prefix","suffix","valid","modified","touched","visited"])),M=(0,a.A)(k)[0],S=(0,a.A)(O)[0],H=r.useState(!1),V=H[0],P=H[1],D=r.useCallback((function(t){v.current=t.target.value,e.onChange&&e.onChange.call(void 0,{syntheticEvent:t,nativeEvent:t.nativeEvent,value:t.target.value,target:d.current}),v.current=void 0}),[e.onChange]),_=(0,l.U)({onFocus:function(e){P(!0)},onBlur:function(e){P(!1)},onSyncFocus:e.onFocus,onSyncBlur:e.onBlur}),R=_.onFocus,L=_.onBlur;return r.createElement("span",{style:x,dir:z,className:(0,s.A)("k-textbox k-input",(n={},n["k-input-".concat(c.G.sizeMap[g]||g)]=g,n["k-input-".concat(y)]=y,n["k-rounded-".concat(c.G.roundedMap[b]||b)]=b,n),{"k-focus":V,"k-required":e.required,"k-disabled":e.disabled,"k-invalid":!1===e.valid},w),onFocus:R,onBlur:L},r.createElement(M,null),r.createElement("input",p({ref:o,className:"k-input-inner"},E,{onChange:D})),r.createElement(S,null))})),h={prefix:function(e){return null},suffix:function(e){return null},size:"medium",rounded:"medium",fillMode:"solid"};d.propTypes={size:o.oneOf([null,"small","medium","large"]),rounded:o.oneOf([null,"small","medium","large","full"]),fillMode:o.oneOf([null,"solid","flat","outline"])},d.displayName="KendoReactTextBoxComponent",d.defaultProps=h},1193:(e,t,n)=>{n.d(t,{M7i:()=>i,x9g:()=>l,Me8:()=>a,bI8:()=>o,fRI:()=>r,eQZ:()=>c,$zW:()=>f,V7P:()=>s,TZQ:()=>p,Sp5:()=>v,e0G:()=>h,QRC:()=>d,FZE:()=>u});const r={name:"caret-alt-up",content:'<path d="m256 160 128 192H128l128-192z" />',viewBox:"0 0 512 512"},o={name:"caret-alt-right",content:'<path d="M352 256 160 384V128l192 128z" />',viewBox:"0 0 512 512"},i={name:"caret-alt-down",content:'<path d="M256 352 128 160h256L256 352z" />',viewBox:"0 0 512 512"},a={name:"caret-alt-left",content:'<path d="m160 256 192-128v256L160 256z" />',viewBox:"0 0 512 512"},l={name:"caret-alt-expand",content:'<path d="M128 288h256L256 480 128 288zM256 32 128 224h256.001L256 32z" />',viewBox:"0 0 512 512"},s={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"},c={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"},u={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"},p={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"},d={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"},h={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"},v={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"},f={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"}},6097:(e,t,n)=>{n.d(t,{_:()=>d});var r,o=n(3899),i=n(189),a=n(8047),l=n(499),s=n(2609),c=n(4006),u=n(8011),p=(r=function(e,t){return r=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])},r(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}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),d=function(e){function t(t){var n=e.call(this,t)||this;return n.state={focused:!1},n.handleFocus=function(e){n.setState({focused:!0})},n.handleBlur=function(e){n.setState({focused:!1})},(0,c.s)(u.k),n}return p(t,e),t.prototype.render=function(){var e=this.props,t=e.label,n=e.editorId,r=e.className,i=e.labelClassName,c=e.editorValue,u=e.editorPlaceholder,p=e.editorValid,d=e.editorDisabled,h=e.style,v=e.id,f=e.optional,m=(0,l.provideLocalizationService)(this),g=f?m.toLanguageString(s.y,s.s[s.y]):"",y=g&&o.createElement("span",{className:"k-label-optional"},g),b=(0,a.A)({"k-floating-label-container":!0,"k-focus":this.state.focused,"k-empty":!u&&!c&&0!==c,"k-text-disabled":d,"k-rtl":"rtl"===this.props.dir},r),w=(0,a.A)({"k-label":!0,"k-text-error":!1===p,"k-text-disabled":d},i);return o.createElement("span",{id:this.props.id,className:b,onFocus:this.handleFocus,onBlur:this.handleBlur,style:h,dir:this.props.dir},this.props.children,t?n?o.createElement("label",{id:v,htmlFor:n,className:w},t,y):o.createElement("span",{id:v,className:w},t,y):null)},t.propTypes={label:i.string,editorId:i.string,editorValue:i.oneOfType([i.string,i.bool,i.number]),editorPlaceholder:i.string,editorValid:i.bool,editorDisabled:i.bool,id:i.string,style:i.object,className:i.string,labelClassName:i.string,optional:i.bool},t}(o.Component);(0,l.registerForLocalization)(d)},2609:(e,t,n)=>{var r;n.d(t,{y:()=>o,s:()=>i});var o="labels.optional",i=((r={})[o]="(Optional)",r)},8011:(e,t,n)=>{n.d(t,{k:()=>r});var r={name:"@progress/kendo-react-labels",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:1700063806,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"}},8574:(e,t,n)=>{n.d(t,{V:()=>g});var r=n(3899),o=n(189),i=n(9098),a=n(4006),l=n(6604),s=n(8047),c={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"},u=function(e){var t=r.useRef(null),n=r.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 r.useEffect((function(){t.current&&e.focused&&t.current.focus()}),[e.focused]),r.createElement("span",{style:e.style,tabIndex:e.tabIndex,className:(0,s.A)("k-actionsheet-item","k-cursor-pointer",e.disabled&&"k-disabled",e.className),ref:t,role:"button","aria-disabled":e.disabled,onClick:n},r.createElement("span",{className:"k-actionsheet-action"},e.icon&&r.createElement("span",{className:"k-icon-wrap"},e.icon),(e.title||e.description)&&r.createElement("span",{className:"k-actionsheet-item-text"},e.title&&r.createElement("span",{className:"k-actionsheet-item-title"},e.title),e.description&&r.createElement("span",{className:"k-actionsheet-item-description"},e.description))))};u.propTypes={className:o.string,style:o.object,description:o.string,disabled:o.bool,group:o.oneOf(["top","bottom"]),icon:o.element,title:o.string};var p,d=n(1205),h=n(4390),v=n(7999),f=(p=function(e,t){return p=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])},p(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}p(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),m=function(){return m=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},m.apply(this,arguments)},g=function(e){function t(t){var n=e.call(this,t)||this;return n.actionSheetRef=r.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,r){if(!e.ariaDisabled){var o=!(!e.className||!e.className.indexOf)&&-1!==e.className.indexOf("k-actionsheet-item"),i=t.elements.filter((function(e){return-1!==e.className.indexOf("k-actionsheet-item")}));if(o&&n.props.onItemClick){r.preventDefault();var a=n.props.items[i.indexOf(e)];n.props.onItemClick.call(void 0,{syntheticEvent:r,item:a,title:a&&a.title})}o&&n.props.onItemSelect&&(r.preventDefault(),a=n.props.items[i.indexOf(e)],n.props.onItemSelect.call(void 0,{syntheticEvent:r,item:a,title:a&&a.title})),n.props.animation||n.hideActionSheet()}},n.onEscape=function(e,t,r){n.props.onOverlayClick&&(r.preventDefault(),n.props.onOverlayClick.call(void 0,r)),n.props.onClose&&(r.preventDefault(),n.props.onClose.call(void 0,r)),n.props.animation||n.hideActionSheet()},n.hideActionSheet=function(){n.setState({show:!1})},n.children=function(e){var t={};return r.Children.forEach(e,(function(e){e&&(t[e.type.displayName]=e)})),t},n.state={show:!1,slide:!1},(0,a.s)(c),n}return f(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,r=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&&r&&!this.props.className&&(r.style.setProperty("--kendo-actionsheet-height","auto"),r.style.setProperty("--kendo-actionsheet-max-height","none")),r&&this.props.navigatable){var o=function(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))}([".k-actionsheet-item"],[".k-actionsheet-footer",".k-actionsheet-content",".k-actionsheet-titlebar"].map((function(e){return l.x.concat(n.props.navigatableElements).map((function(t){return"".concat(e," ").concat(t)}))})).flat(),!0);this.navigation=new l.W({tabIndex:this.props.tabIndex||0,root:this.actionSheetRef,rovingTabIndex:!1,selectors:o,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,a=t.animationStyles,l=t.animation,c=t.expand,p=t.tabIndex,f=t.items,g=null==f?void 0:f.filter((function(e){return!e.group||"top"===e.group})),y=null==f?void 0:f.filter((function(e){return"bottom"===e.group})),b=g&&g.length>0&&y&&y.length>0,w=this.children(this.props.children),z=this.props.animationDuration||this.animationDuration,x=this.state.slide&&r.createElement("div",{className:(0,s.A)("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},w[d.w]&&!n&&!o&&w[d.w],(n||o)&&r.createElement("div",{className:"k-actionsheet-titlebar k-text-center"},r.createElement("div",{className:"k-actionsheet-titlebar-group k-hbox"},r.createElement("div",{className:this.actionSheetTitleClass,id:this.ariaLabeledBy},n&&r.createElement("div",null,n),o&&r.createElement("div",{className:"k-actionsheet-subtitle"},o)))),w[v.y]||r.createElement("div",{className:"k-actionsheet-content"},r.createElement("div",{className:"k-list-ul",role:"group"},g&&g.map((function(t,n){return r.createElement(u,m({},t,{id:n,key:n,item:t,tabIndex:p||0,onClick:e.handleItemClick}))}))),b&&r.createElement("hr",{className:"k-hr"}),r.createElement("div",{className:"k-list-ul",role:"group"},y&&y.map((function(t,n){return r.createElement(u,m({},t,{id:n+((null==g?void 0:g.length)||0),key:n,item:t,tabIndex:p||0,onClick:e.handleItemClick}))})))),w[h.g]);return r.createElement(r.Fragment,null,c||this.state.show?r.createElement(r.Fragment,null,r.createElement("div",{className:"k-actionsheet-container"},r.createElement("div",{className:"k-overlay",onClick:this.handleOverlayClick}),l?r.createElement(i.f,{transitionName:this.state.slide?"slide-up":"slide-down",onExited:this.hideActionSheet,transitionEnterDuration:z,transitionExitDuration:z,animationEnteringStyle:a||this.bottomPosition,animationEnteredStyle:a||this.bottomPosition,animationExitingStyle:a||this.bottomPosition,exit:!0,enter:!0,appear:!1},x):x)):null)},t.displayName="KendoReactActionSheet",t.propTypes={items:o.array,subTitle:o.string,title:o.string,navigatable:o.bool,navigatableElements:o.array},t.defaultProps={navigatable:!0,navigatableElements:[]},t}(r.Component)},7999:(e,t,n)=>{n.d(t,{y:()=>a,M:()=>l});var r=n(3899),o=n(189),i=n(8047),a="ActionSheetContent",l=function(e){return r.createElement("div",{className:(0,i.A)("k-actionsheet-content",e.className)},e.children)};l.propTypes={className:o.string},l.displayName=a,l.propTypes={children:o.any}},4390:(e,t,n)=>{n.d(t,{g:()=>a,K:()=>l});var r=n(3899),o=n(189),i=n(8047),a="ActionSheetFooter",l=function(e){return r.createElement("div",{className:(0,i.A)("k-actionsheet-footer",e.className)},e.children)};l.propTypes={className:o.string},l.displayName=a,l.propTypes={children:o.any}},1205:(e,t,n)=>{n.d(t,{w:()=>a,n:()=>l});var r=n(3899),o=n(189),i=n(8047),a="ActionSheetHeader",l=function(e){return r.createElement("div",{className:(0,i.A)("k-actionsheet-titlebar",e.className)},e.children)};l.propTypes={className:o.string},l.displayName=a,l.propTypes={children:o.any}},1754:(e,t,n)=>{n.d(t,{v:()=>a,G:()=>l});var r=n(3899),o=n(61),i=function(){return i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)},a=r.createContext((function(e){return e})),l=r.forwardRef((function(e,t){var n=r.useContext(a).call(void 0,e);return r.createElement(o.B,i({ref:t},n))}));l.displayName="Popup"},61:(e,t,n)=>{n.d(t,{B:()=>oe});var r=n(3899),o=n(994),i=n(189),a=function(e){e.style.transitionDuration="",Array.from(e.classList).forEach((function(t){t.startsWith("k-slide-")&&e.classList.remove(t)}))},l="undefined"!=typeof window&&/Firefox/.test(window.navigator.userAgent),s=n(4006),c=n(7827),u=n(8259),p=n(8047);const d="bottom",h="center",v="middle",f="left",m="right",g="top",y="fit",b="flip",w="none";var z,x,C,k=function(e,t,n){var r=0;return e+t>n&&(r=n-(e+t)),e<0&&(r=-e),r},I=function(e){var t=e.offset,n=e.size,r=e.anchorSize,o=e.viewPortSize,i=e.anchorAlignPoint,a=e.elementAlignPoint,l=0,s=2*e.margin;if(a!==i&&a!==h&&a!==v&&i!==h&&i!==v){var c=i===g||i===f;t<0&&c?t+(l=n+r+s)+n>o&&(l=0):t>=0&&!c&&(t+n>o&&(l+=-(r+n+s)),t+l<0&&(l=0))}return l},O=(z=function(e){if(!E())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 r=10!==n.children[0].getBoundingClientRect().top;return t.body.removeChild(n),r},C=!1,function(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];return C||(x=z.apply(void 0,e),C=!0),x}),E=function(){return Boolean("undefined"!=typeof window&&window.document&&window.document.createElement)};const M={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:O,canUseDOM:E};function S(e){return e.ownerDocument||e.document||e}const H=function(e){return S(e).defaultView},V=function(e){return S(e).documentElement};var P=0;function D(){if(!P&&"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),P=e.offsetWidth-e.scrollWidth,document.body.removeChild(e)}return P}function _(e){var t=H(e),n=V(e),r={height:t.innerHeight,width:t.innerWidth};return n.scrollHeight-n.clientHeight>0&&(r.width-=D()),r}function R(e){var t=V(e),n=H(e);return{x:n.pageXOffset||t.scrollLeft||0,y:n.pageYOffset||t.scrollTop||0}}const L=function(e){var t=e.getBoundingClientRect(),n=t.left,r=t.top;return t.height||t.width||(t=function(e){var t=e.style,n=t.display,r=t.left,o=t.position;e.style.display="",e.style.left="-10000px",e.style.position="absolute";var i=e.getBoundingClientRect();return e.style.display=n,e.style.left=r,e.style.position=o,i}(e)),{top:r,left:n,height:t.height,width:t.width}};function N(e){return e===(e.ownerDocument||{}).body?R(e):{x:e.scrollLeft,y:e.scrollTop}}const B=function(e){for(var t=e.offsetParent;t&&"static"===t.style.position;)t=t.offsetParent;return t||V(e)};function T(e,t){for(var n=[],r=e.parentNode;r&&(n.push(r),r!==t);)r=r.parentNode;return n}function F(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"],A=function(){return M.canUseDOM()?window:null},q=/auto|scroll/,G=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)},K=function(e){if(!e||!M.hasRelativeStackingContext())return null;for(var t=e.parentElement;t;){if("none"!==window.getComputedStyle(t).transform)return t;t=t.parentElement}return null},W=function(){return M.canUseDOM()&&parseFloat((document.documentElement.clientWidth/window.innerWidth).toFixed(2))||1},U={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,r=e.elementRect,o=e.elementAlign,i=e.margin;void 0===i&&(i={});var a=n.horizontal,l=n.vertical,s=o.horizontal,c=o.vertical,u=i.horizontal||0,p=i.vertical||0,f=t.top,g=t.left;return l===d&&(f+=t.height),l!==h&&l!==v||(f+=Math.round(t.height/2)),c===d&&(f-=r.height,p*=-1),c!==h&&c!==v||(f-=Math.round(r.height/2),p*=-1),a===m&&(g+=t.width),a!==h&&a!==v||(g+=Math.round(t.width/2)),s===m&&(g-=r.width,u*=-1),s!==h&&s!==v||(g-=Math.round(r.width/2),u*=-1),{top:f+p,left:g+u}},boundingOffset:function(e){if(!e.getBoundingClientRect){var t=_(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=A();if(!t||!e)return[];var n=t.getComputedStyle(e);return j.map((function(e){return{key:e,value:n[e]}}))},getWindow:A,hasOffsetParent:function(e){return!!e&&Boolean(e.offsetParent)},offset:function(e){return e?L(e):null},offsetAtPoint:function(e,t){if(!e)return null;var n=e.style,r=n.left,o=n.top,i=n.transition;e.style.transition="none",e.style.left=t.left+"px",e.style.top=t.top+"px";var a=L(e);return e.style.left=r,e.style.top=o,e.offsetHeight,e.style.transition=i,a},position:function(e,t,n){return e&&t?function(e,t,n){void 0===n&&(n=1);var r=t?B(t):null,o=function(e,t){var n=H(e),r=n.getComputedStyle(e),o=L(e),i=t||B(e),a=e.ownerDocument,l=i!==a.body&&i!==a.documentElement,s={top:0,left:0};if("fixed"!==r.position&&l){var c=n.getComputedStyle(i);(s=L(i)).top+=parseInt(c.borderTopWidth,10),s.left+=parseInt(c.borderLeftWidth,10)}return{top:o.top-s.top,left:o.left-s.left,height:o.height,width:o.width}}(e,r),i=o.top,a=o.left,l=o.height,s=o.width,c=function(e,t){return e?N(e):function(e){var t=B(e);return t?N(t):{x:0,y:0}}(t)}(r,e),u=c.x,p=c.y,d=e.ownerDocument,h=r===d.body||r===d.documentElement?1:n;return{top:i+p*h,left:a+u*h,height:l,width:s}}(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,r=e.elementRect,o=e.elementAlign,i=e.collisions,a=e.viewPort,l=e.margin;void 0===l&&(l={});var s=r.top,c=r.left,u=r.height,p=r.width,d=a.height,h=a.width,v=l.horizontal||0,f=l.vertical||0,m=0,g=0,w=i.vertical===y,z=i.horizontal===y,x=i.vertical===b,C=i.horizontal===b;w&&(g+=k(s,u,d)),z&&(m+=k(c,p,h)),x&&(g+=I({margin:f,offset:s,size:u,anchorSize:t.height,viewPortSize:d,anchorAlignPoint:n.vertical,elementAlignPoint:o.vertical})),C&&(m+=I({margin:v,offset:c,size:p,anchorSize:t.width,viewPortSize:h,anchorAlignPoint:n.horizontal,elementAlignPoint:o.horizontal}));var O=x&&0!==g,E=C&&0!==m,M=w&&0!==g,S=z&&0!==m;return{flipped:E||O,fitted:M||S,flip:{horizontal:E,vertical:O},fit:{horizontal:S,vertical:M},offset:{left:m,top:g}}},scrollPosition:R,scrollableParents:function(e){var t=[];if(!M.canUseDOM())return t;for(var n=e.parentElement;n;)(q.test(G(n))||n.hasAttribute("data-scrollable"))&&t.push(n),n=n.parentElement;return t.push(window),t},getRelativeContextElement:K,stackingElementOffset:function(e){var t=K(e);return t?L(t):null},stackingElementScroll:function(e){var t=K(e);return t?{x:t.scrollLeft,y:t.scrollTop}:{x:0,y:0}},stackingElementViewPort:function(e){var t=K(e);return t?{height:t.scrollHeight,width:t.scrollWidth}:null},useRelativePosition:function(e){return Boolean(K(e))},windowViewPort:_,zoomLevel:W,isZoomed:function(){return W()>1},zIndex:function(e,t){if(!e||!M.canUseDOM())return null;var n=function(e,t){for(var n,r,o=T(e),i=t;i&&(n=F(i),!(r=o.reduce((function(e,t){return e.concat(n.filter((function(e){return e===t})))}),[])[0]));)i=i.parentElement;return r}(e,t);if(!n)return null;var r=[e].concat(T(e,n)).reduce((function(e,t){var n=t.style.zIndex||window.getComputedStyle(t).zIndex,r=parseInt(n,10);return r>e?r:e}),0);return r?r+1:null}};const Y=U;const Z=function(e){var t=e.anchor,n=e.element,r=e.anchorAlign,o=e.elementAlign,i=e.margin,a=e.offset,l=e.positionMode,s=e.scale||1,c="fixed"!==l&&Y.hasOffsetParent(n)?function(e,t,n,r){var o=M.eitherRect(Y.position(e,t,r),n);return M.scaleRect(o,r)}(t,n,a,s):function(e,t,n,r){var o=function(e,t){return e?{x:0,y:0}:Y.scrollPosition(t)}(e,t),i=M.eitherRect(Y.offset(e),n),a=2*r,l=Y.stackingElementScroll(t);1!==r&&l&&(l.x/=a,l.y/=a);var s=Y.stackingElementOffset(t);return 1!==r&&s&&(s.left/=a,s.top/=a),Y.removeScroll(Y.addScroll(M.removeStackingOffset(M.scaleRect(i,r),s),l),o)}(t,n,a,s),u=M.scaleRect(Y.offset(n),s);return Y.align({anchorAlign:r,anchorRect:c,elementAlign:o,elementRect:u,margin:i})};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,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},$.apply(this,arguments)};function ee(e,t){if(e===t)return!0;if(!!e!=!!t)return!1;var n=Object.getOwnPropertyNames(e),r=Object.getOwnPropertyNames(t);if(n.length!==r.length)return!1;for(var o=0;o<n.length;o++){var i=n[o];if(e[i]!==t[i])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 re="k-animation-container-shown",oe=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,r=t.anchorAlign,o=t.popupAlign,i=t.collision,a=t.offset,l=t.anchor,s=t.margin,c=t.scale,u=t.positionMode,p=e.style,d=p.width,h=p.height;e.style.width=e.offsetWidth+"px",e.style.height=e.offsetHeight+"px";var v=function(e){var t=e.anchor,n=e.currentLocation,r=e.element,o=e.anchorAlign,i=e.elementAlign,a=e.collisions,l=e.margin,s=e.scale||1,c=Y.offsetAtPoint(r,n),u=M.scaleRect(c,s),p=M.scaleRect(Y.offset(t),s),d=M.eitherRect(p,n),h=e.viewPort||Y.windowViewPort(r);h.width=h.width/s,h.height=h.height/s;var v=Y.restrictToView({anchorAlign:o,anchorRect:d,collisions:a,elementAlign:i,elementRect:u,margin:l,viewPort:h}),f=Y.addOffset(n,v.offset);return{flip:v.flip,flipped:v.flipped,fit:v.fit,fitted:v.fitted,offset:f}}({anchor:l,anchorAlign:r,element:e,elementAlign:o,collisions:i,currentLocation:Z({anchor:l,anchorAlign:r,element:e,elementAlign:o,offset:a,margin:s,positionMode:u,scale:c}),margin:n.props.margin});if(e.style.top=v.offset.top+"px",e.style.left=v.offset.left+"px",e.style.width=d,e.style.height=h,n._collisions={fit:v.fit,fitted:v.fitted,flip:v.flip,flipped:v.flipped},n.props.onPosition){var f={target:n,flipped:v.flipped,fitted:v.fitted};n.props.onPosition.call(void 0,f)}},n.onOpened=function(){var e=n._popup;e&&(n.props.show&&e.classList.add(re),n.attachRepositionHandlers(e),n.props.onOpen&&n.props.onOpen.call(void 0,{target:n}))},n.animate=function(e,t,r){if(n.props.popupAlign){var o,i=n.props.popupAlign,s=i.horizontal,c=i.vertical;o="left"===s&&"center"===c?"right":"right"===s&&"center"===c?"left":"top"===c?"down":"up",n._collisions&&n._collisions.flipped&&(o={down:"up",up:"down",left:"right",right:"left"}[o]),function(e,t,n,r,o){if(0===n)return o();var i="k-slide-"+t+"-"+r,s=i+"-active",c=function(t){t.target===e&&(e.removeEventListener("transitionend",c),a(e),e.style.display="exit"===r?"none":"",o())};e.addEventListener("transitionend",c);var u=e.ownerDocument;if(u){var p=u.defaultView;if(p){var d=function(){a(e),e.classList.add(i),p.requestAnimationFrame((function(){e.style.transitionDuration=n+"ms",e.classList.add(s)}))};l?p.requestAnimationFrame(d):d()}}}(e,o,n.animationDuration[t],t,r)}},n.onClosing=function(e){n.props.show||e.classList.remove(re),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,s.s)(Q),n.reposition=function(e,t,n){var r,o,i,a;void 0===n&&(n={});var l=0;n=n||{};var s=function(){l=!1===n.leading?0:(new Date).getTime(),r=void 0,a=e.apply(o,i),r||(o=i=null)};return function(){var c=(new Date).getTime();l||!1!==n.leading||(l=c);var u=t-(c-l);return o=void 0,i=arguments,u<=0||u>t?(r&&(clearTimeout(r),r=void 0),l=c,a=e.apply(o,i),r||(o=i=null)):r||!1===n.trailing||(r=window.setTimeout(s,u)),a}}(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,r=e.anchor,o=e.anchorAlign,i=e.appendTo,a=e.collision,l=e.popupAlign,s=e.className,c=e.popupClass,u=e.style,p=e.offset,d=e.contentKey,h=$($({},t),{props:{show:n,anchor:r,anchorAlign:o,appendTo:i,collision:a,popupAlign:l,className:s,popupClass:c,style:u,offset:p,contentKey:d}});return e.show?t.current===te.hidden||t.current===te.hiding?$($({},h),{current:te.showing,previous:t.current}):t.current===te.showing?$($({},h),{current:te.shown,previous:t.current}):t.current!==te.shown||ee(p,t.props.offset)&&ee(o,t.props.anchorAlign)&&ee(i,t.props.appendTo)&&ee(a,t.props.collision)&&ee(l,t.props.popupAlign)&&ee(u,t.props.style)&&r===t.props.anchor&&c===t.props.popupClass&&s===t.props.className?h:$($({},h),{current:te.reposition,previous:t.current}):t.current===te.hiding||t.current===te.hidden?$($({},h),{current:te.hidden,previous:t.current}):$($({},h),{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,i=t.className,a=t.popupClass,l=t.show,s=t.id,d=t.positionMode,h=this.props.appendTo?this.props.appendTo:c.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 v=Object.assign({},{position:d,top:0,left:-1e4},this.props.style||{}),f=this.state.current===te.hiding;if((l||f)&&h){var m=this.getCurrentZIndex(),g=r.createElement(u.$.Provider,{value:m},r.createElement("div",{className:(0,p.A)("k-animation-container",i),id:s,ref:function(t){return e._popup=t},style:$({zIndex:m},v)},r.createElement("div",{className:(0,p.A)("k-child-animation-container"),style:{transitionDelay:"0ms"}},r.createElement("div",{role:this.props.role,className:(0,p.A)("k-popup",a)},n))));return null!==this.props.appendTo?o.createPortal(g,h):g}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:i.oneOfType([i.string,i.arrayOf(i.string),i.object]),id:i.string,popupClass:i.oneOfType([i.string,i.arrayOf(i.string),i.object]),collision:i.shape({horizontal:i.oneOf([y,b,w]),vertical:i.oneOf([y,b,w])}),anchorAlign:i.shape({horizontal:i.oneOf([f,h,m]),vertical:i.oneOf([g,h,d])}),popupAlign:i.shape({horizontal:i.oneOf([f,h,m]),vertical:i.oneOf([g,h,d])}),offset:i.shape({left:i.number,top:i.number}),children:i.oneOfType([i.element,i.node]),show:i.bool,animate:i.oneOfType([i.bool,i.shape({openDuration:i.number,closeDuration:i.number})]),margin:i.shape({horizontal:i.number,vertical:i.number}),positionMode:i.oneOf(["fixed","absolute"]),scale:i.number,style:i.object,onClose:i.func,onPosition:i.func,onOpen:i.func},t.defaultProps={collision:{horizontal:y,vertical:b},anchorAlign:{horizontal:f,vertical:d},popupAlign:{horizontal:f,vertical:g},offset:ne,animate:!0,show:!1,margin:{horizontal:0,vertical:0},positionMode:"absolute"},t.contextType=u.$,t.displayName="PopupComponent",t}(r.Component)},5362:(e,t,n)=>{n.r(t),n.d(t,{Popup:()=>r.G,PopupWithoutContext:()=>o.B,PopupPropsContext:()=>r.v});var r=n(1754),o=n(61)},1779:(e,t,n)=>{n.d(t,{_:()=>i});var r=n(3899),o=n(9844),i=r.forwardRef((function(e,t){var n=r.useRef(null),i=r.useRef(null),a=r.useCallback((function(){return n.current&&n.current.element?n.current.element:n.current}),[n]);r.useImperativeHandle(i,(function(){return{element:a()||null}})),r.useImperativeHandle(t,(function(){return i.current})),r.useImperativeHandle(e.childRef,(function(){return n.current}));var l=r.useCallback((function(t){e.onPress&&e.onPress({element:a(),target:i.current,event:t})}),[a,e.onPress]),s=r.useCallback((function(t){e.onRelease&&e.onRelease({element:a(),target:i.current,event:t})}),[a,e.onRelease]),c=r.useCallback((function(t){e.onDragStart&&e.onDragStart({element:a(),target:i.current,event:t})}),[e,a]),u=r.useCallback((function(t){e.onDrag&&e.onDrag({element:a(),target:i.current,event:t})}),[a,e.onDrag]),p=r.useCallback((function(t){e.onDragEnd&&e.onDragEnd({element:a(),target:i.current,event:t})}),[a,e.onDragEnd]);return(0,o.O)(n,{onPress:l,onRelease:s,onDragStart:c,onDrag:u,onDragEnd:p},{mouseOnly:e.mouseOnly,autoScroll:e.autoScroll,hint:e.hint,scrollContainer:e.scrollContainer}),e.children?r.cloneElement(r.Children.only(e.children),{ref:n}):null}));i.displayName="KendoReactDraggable"},3503:(e,t,n)=>{n.d(t,{O:()=>o});var r=function(){return"undefined"!=typeof document?document:{}},o=function(){function e(){this.scrollbar=0}return Object.defineProperty(e.prototype,"scrollbarWidth",{get:function(){var e=r();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}()},7827:(e,t,n)=>{n.d(t,{N:()=>r});var r=Boolean("undefined"!=typeof window&&window.document&&window.document.createElement)},8047:(e,t,n)=>{n.d(t,{A:()=>r});var r=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n={},r=function(e){return e.filter((function(e){return!0!==e&&!!e})).map((function(e){return Array.isArray(e)?r(e):function(e){return"object"==typeof e?Object.keys(e).forEach((function(t){n[t]=e[t]})):n[e]=!0}(e)}))};return r(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,{$:()=>o,u:()=>i});var r=n(3899),o=r.createContext(0),i=function(){return r.useContext(o)};o.displayName="KendoReactZIndexContext"},2333:(e,t,n)=>{n.d(t,{Dg:()=>i,Gc:()=>a,Fg:()=>l,tk:()=>s});var r=n(3899),o=n(3228),i=r.createContext([void 0,o.Z]),a=r.createContext([void 0,o.Z]),l=r.createContext([[],o.Z,o.Z]),s=r.createContext([[],o.Z,o.Z])},5407:(e,t,n)=>{function r(e,t,n,r){if(e){var o={syntheticEvent:t,nativeEvent:t.nativeEvent,target:n};e.call(void 0,Object.assign(o,r))}}n.d(t,{N:()=>r})},4100:(e,t,n)=>{n.d(t,{E:()=>o});var r=/\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g;function o(e){var t=[];return e.replace(r,(function(e,n,r,o){t.push(void 0!==n?n:r||o)})),t}},9124:(e,t,n)=>{n.d(t,{n:()=>r});var r=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()}}},3769:(e,t,n)=>{n.d(t,{T:()=>r,v:()=>o});var r=function(e){var t=e.shadowRoot,n=e.contentDocument;return t&&t.activeElement?r(t.activeElement):n&&n.activeElement?r(n.activeElement):e},o=function(e){if(e&&e.activeElement)return r(e.activeElement)}},4703:(e,t,n)=>{n.d(t,{p:()=>r});var r=function(e,t,n){var r="string"==typeof e?parseInt(e,void 0):e;if(NaN!==r)return void 0!==r?r:t?n?void 0:-1:0}},9659:(e,t,n)=>{n.d(t,{Y:()=>i});var r=n(4100),o={};function i(e){if(o[e])return o[e];var t=(0,r.E)(e);return o[e]=function(e){for(var n=e,r=0;r<t.length&&n;r++)n=n[t[r]];return n},o[e]}o.undefined=function(){}},3198:(e,t,n)=>{n.d(t,{M:()=>r});var r=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}},7191:(e,t,n)=>{n.d(t,{V:()=>o});var r=n(7827),o=function(e){if(!r.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 i=10!==o.getBoundingClientRect().top;return t.body.removeChild(n),i}},493:(e,t,n)=>{n.d(t,{o:()=>a});var r=n(3899),o=n(6059),i=function(){return i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)},a=function(e){var t=e.children,n=e.onFocus,a=e.onBlur,l=e.onSyncFocus,s=e.onSyncBlur,c=(0,o.U)({onFocus:n,onBlur:a,onSyncFocus:l,onSyncBlur:s});return r.createElement(r.Fragment,null,t.call(void 0,i({},c)))}},848:(e,t,n)=>{n.d(t,{Y:()=>a,u:()=>l});var r=n(3899),o=n(9656),i=function(){return i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)},a=function(){return r.createContext((function(e){return e}))},l=function(e,t){return r.forwardRef((function(n,a){var l=(0,o.Y)(e,n);return r.createElement(t,i({},l,{ref:a}))}))}},6059:(e,t,n)=>{n.d(t,{U:()=>i});var r=n(3899),o=function(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))};function i(e){var t=e.onFocus,n=e.onBlur,i=e.onSyncFocus,a=e.onSyncBlur,l=r.useRef(!1),s=r.useRef(0),c=r.useCallback((function(e){clearTimeout(s.current),s.current=window.setTimeout((function(){return e()}))}),[s]),u=r.useCallback((function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];clearTimeout(s.current),i&&i.call(void 0,e[0]),l.current||(l.current=!0,t&&t.call.apply(t,o([void 0],e,!1)))}),[l,t,i]),p=r.useCallback((function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];a&&a.call(void 0,e[0]),c((function(){l.current&&n&&(l.current=!1,n.call.apply(n,o([void 0],e,!1)))}))}),[l,c,n,a]);return r.useEffect((function(){return function(){clearTimeout(s.current)}}),[]),{onFocus:u,onBlur:p}}},9447:(e,t,n)=>{n.d(t,{A:()=>r});var r=function(e){return[e,{}]}},8199:(e,t,n)=>{n.d(t,{n:()=>o});var r=n(3899);function o(e,t,n){var o=r.useState(t),i=o[0],a=o[1];return r.useEffect((function(){if(!i&&window&&e.current){var t=window.getComputedStyle(e.current).direction;t&&a(t)}}),n),i}},1915:(e,t,n)=>{n.d(t,{k:()=>o});var r=n(3899),o=function(e){var t=r.useCallback((function(){return e.current&&e.current.element?e.current.element:e.current}),[e]);return r.useCallback((function(){var e=t();return e&&e.ownerDocument||document}),[t])}},9844:(e,t,n)=>{n.d(t,{O:()=>g});var r,o=n(3899),i=function(){var e=window&&window.navigator.userAgent;if(!e)return!1;var t=!1,n=[],r={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 o in r)if(r.hasOwnProperty(o)&&(n=e.match(r[o]))){(t={})[o]=!0,t[n[1].toLowerCase().split(" ")[0].split("/")[0]]=!0,t.version=parseInt(document.DOCUMENT_NODE||n[2],10);break}return t},a=function(e){return e&&e.ownerDocument||window.document},l=function(e){var t=i(),n=a(e);return t.edge||t.safari?n.body:n.documentElement},s=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},c=function(e){var t=l(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&&!s(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"}(r||(r={}));var u=function(){},p=function(e,t,n){void 0===n&&(n={});var o,i,s,p,d,h=n.onIsPressedChange,v=void 0===h?u:h,f=n.onIsScrollingChange,m=void 0===f?u:f,g=n.onVelocityChange,y=void 0===g?u:g,b=n.onOffsetChange,w=void 0===b?u:b,z=n.onPageOffsetChange,x=void 0===z?u:z,C=n.onClientOffsetChange,k=void 0===C?u:C,I=n.onScrollOffsetChange,O=void 0===I?u:I,E=n.onInitialScrollOffsetChange,M=void 0===E?u:E,S=t.payload,H=S.element,V=S.hint,P=e.autoScrollDirection,D=e.scrollableParent,_=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(_.type){case r.POINTER_DOWN:if(_.type===r.POINTER_DOWN&&(!_.originalEvent.isPrimary||0!==_.originalEvent.button))break;case r.MOUSE_DOWN:if(_.type===r.MOUSE_DOWN&&_.originalEvent.which&&_.originalEvent.which>1||e.ignoreMouse)break;case r.TOUCH_START:if(_.type===r.TOUCH_START&&1!==_.originalEvent.touches.length)break;case r.START:var R=D||c(t.payload.element);M(R instanceof Window?{x:R.scrollX,y:R.scrollY}:{x:R.scrollLeft,y:R.scrollTop}),k({x:_.clientX,y:_.clientY}),x({x:_.pageX,y:_.pageY}),w({x:_.offsetX,y:_.offsetY}),v(!0),S.onPress&&S.onPress(_);break;case r.SCROLL:if(_.type===r.SCROLL&&!e.pressed)break;var L=D||c(H),N=L instanceof Window?{x:L.scrollX,y:L.scrollY}:{x:L.scrollLeft,y:L.scrollTop};_.scrollX=N.x-e.initialScrollOffset.x,_.scrollY=N.y-e.initialScrollOffset.y,O({x:_.scrollX,y:_.scrollY});case r.POINTER_MOVE:if(_.type===r.POINTER_MOVE&&!_.originalEvent.isPrimary)break;case r.MOUSE_MOVE:case r.TOUCH_MOVE:if(_.type===r.TOUCH_MOVE&&1!==_.originalEvent.touches.length)break;case r.MOVE:if(e.pressed){if(e.autoScroll&&"scroll"!==_.originalEvent.type&&H){var B=a(H),T=D||c(B.elementFromPoint(_.clientX,_.clientY)),F=(o=_.clientX,i=_.clientY,s=function(e,t){var n=l(e);if(e===n)return{top:n.scrollTop,left:n.scrollLeft,bottom:n.scrollTop+t.innerHeight,right:n.scrollLeft+t.innerWidth};var r=e.getBoundingClientRect();return{bottom:r.top+r.height,right:r.left+r.width,left:r.left,top:r.top}}(T,function(e){var t=a(e);return t&&t.defaultView||window}(H)),p={x:0,y:0},d=50,o-s.left<d?p.x=-(d-(o-s.left)):s.right-o<d&&(p.x=d-(s.right-o)),i-s.top<d?p.y=-(d-(i-s.top)):s.bottom-i<d&&(p.y=d-(s.bottom-i)),p);y({x:P&&!1===P.horizontal?0:F.x,y:P&&!1===P.vertical?0:F.y}),m(0!==F.y||0!==F.x)}!e.drag&&S.onDragStart&&S.onDragStart(_),S.onDrag&&S.onDrag(_);var j=function(e,t){var n=0,r=null;return t.forEach((function(t){if(t&&e){var o=function(e,t){var n=e.getBoundingClientRect(),r=t.getBoundingClientRect(),o=Math.max(r.top,n.top),i=Math.max(r.left,n.left),a=Math.min(r.left+r.width,n.left+n.width),l=Math.min(r.top+r.height,n.top+n.height),s=a-i,c=l-o;if(i<a&&o<l){var u=r.width*r.height,p=n.width*n.height,d=s*c;return Number((d/(u+p-d)).toFixed(4))}return 0}(e,t);o>n&&(n=o,r=t)}})),r}(V||H,e.drops.map((function(e){return e&&e.element})).filter((function(e){return e!==(V||H)}))),A=e.drops.find((function(e){return e.element===j}));A&&j&&function(e,t,n){var r=n.getBoundingClientRect();return r.top<=t&&r.left<=e&&t<=r.bottom&&e<=r.right}(_.clientX,_.clientY,D||c(j))&&j!==H?(e.drop&&e.drop.element)!==j?(e.drop&&e.drop.onDragLeave&&e.drop.onDragLeave(_),A.onDragEnter&&A.onDragEnter(_)):A.onDragOver&&A.onDragOver(_):e.drop&&e.drop.onDragLeave&&e.drop.onDragLeave(_)}k({x:_.clientX,y:_.clientY}),x({x:_.pageX,y:_.pageY});break;case r.POINTER_UP:if(_.type===r.POINTER_UP&&!_.originalEvent.isPrimary)break;case r.MOUSE_UP:case r.TOUCH_END:if(_.type===r.TOUCH_END&&1!==_.originalEvent.touches.length)break;case r.END:v(!1),m(!1),O({x:0,y:0}),S.onRelease&&S.onRelease(_),e.drop&&e.drop.onDrop&&e.drop.onDrop(_),e.drag&&S.onDragEnd&&S.onDragEnd(_);break;case r.POINTER_CANCEL:case r.CONTEXT_MENU:case r.TOUCH_CANCEL:case r.CANCEL:v(!1),m(!1),O({x:0,y:0}),S.onDragEnd&&S.onDragEnd(_),e.drop&&e.drop.onDragLeave&&e.drop.onDragLeave(_)}},d=function(e,t){if(e){var n,r;e===l(e)?(n=document.body.scrollHeight>window.innerHeight,r=document.body.scrollWidth>window.innerWidth):(n=e.offsetHeight<=e.scrollHeight,r=e.offsetWidth<=e.scrollWidth);var o=e.scrollTop+t.y,i=n&&o>0&&o<e.scrollHeight,a=e.scrollLeft+t.x,s=r&&a>0&&a<e.scrollWidth;i?e.scrollTop+=t.y:n&&o<0&&(e.scrollTop=0),s?e.scrollLeft+=t.x:r&&a<0&&(e.scrollLeft=0)}},h=n(3228),v=n(4912),f=n(2333),m=2e3;function g(e,t,n){void 0===n&&(n={});var r=t.onPress,i=void 0===r?h.Z:r,a=t.onRelease,l=void 0===a?h.Z:a,s=t.onDragStart,u=void 0===s?h.Z:s,g=t.onDrag,y=void 0===g?h.Z:g,b=t.onDragEnd,w=void 0===b?h.Z:b,z=n.hint,x=void 0===z?null:z,C=n.mouseOnly,k=void 0!==C&&C,I=n.autoScroll,O=void 0===I||I,E=n.scrollContainer,M=void 0===E?null:E,S=o.useState(!1),H=S[0],V=S[1],P=o.useState(!1),D=P[0],_=P[1],R=(0,v.W)(f.Gc)[0],L=(0,v.W)(f.Dg),N=L[0],B=L[1],T=o.useContext(f.tk)[0],F=o.useContext(f.Fg),j=F[0],A=F[1],q=F[2],G=o.useRef({x:0,y:0}),K=o.useRef(),W=o.useRef(!1),U=o.useRef(),Y=o.useRef(null),Z=o.useRef(!1),X=o.useRef({x:0,y:0}),Q=o.useRef({x:0,y:0}),J=o.useRef({x:0,y:0}),$=o.useRef({x:0,y:0}),ee=o.useRef({x:0,y:0}),te=o.useRef({x:0,y:0}),ne=Boolean("undefined"!=typeof window&&window.PointerEvent),re=!k&&ne,oe=o.useCallback((function(){return e.current&&e.current.element?e.current.element:e.current}),[e]),ie=o.useCallback((function(){return x&&x.current&&x.current.element?x.current.element:x?x.current:null}),[x]),ae=o.useCallback((function(){return M&&M.current&&M.current.element?M.current.element:M?M.current:null}),[M]),le=o.useCallback((function(){return"object"==typeof O&&O.boundaryElementRef&&O.boundaryElementRef.current&&O.boundaryElementRef.current.element?O.boundaryElementRef.current.element:"object"==typeof O&&O.boundaryElementRef&&O.boundaryElementRef.current?O.boundaryElementRef.current:null}),[O]),se=o.useRef(null);o.useImperativeHandle(se,(function(){return{element:oe(),hint:ie(),onPress:ze,onDragStart:Ce,onDrag:ke,onDragEnd:Ie,onRelease:xe,data:e.current}}));var ce=o.useCallback((function(){var e=oe();return e&&e.ownerDocument||document}),[oe]),ue=o.useCallback((function(){var e=ce();return e&&e.defaultView||window}),[ce]),pe=o.useCallback((function(){return{drag:N?N.current:null,drop:R?R.current:null,drags:j.map((function(e){return e.current})),drops:T.map((function(e){return e.current})),pressed:H,ignoreMouse:W.current,scrollOffset:ee.current,offset:X.current,pageOffset:Q.current,initialScrollOffset:te.current,clientOffset:J.current,initialClientOffset:$.current,velocity:G.current,autoScroll:Boolean("object"==typeof O?!1!==O.enabled:O),scrollableParent:le(),autoScrollDirection:"object"==typeof O?O.direction:{horizontal:!0,vertical:!0},isScrolling:D}}),[N,R,j,T,H,O,le,D]),de=o.useCallback((function(e){V(e)}),[]),he=o.useCallback((function(e){_(e)}),[]),ve=o.useCallback((function(e){G.current=e}),[]),fe=o.useCallback((function(e){X.current=e}),[]),me=o.useCallback((function(e){J.current=e}),[]),ge=o.useCallback((function(e){Q.current=e}),[]),ye=o.useCallback((function(e){$.current=e}),[]),be=o.useCallback((function(e){ee.current=e}),[]),we=o.useCallback((function(e){te.current=e}),[]),ze=o.useCallback((function(e){i(e)}),[i]),xe=o.useCallback((function(e){l(e)}),[l]),Ce=o.useCallback((function(t){B(se,{target:e.current,event:t}),u(t)}),[B,e,u]),ke=o.useCallback((function(e){y(e)}),[y]),Ie=o.useCallback((function(t){Z.current||(B(null,{target:e.current,event:t}),w(t))}),[w,B,e]),Oe=o.useCallback((function(e){p(pe(),{event:e,payload:se.current},{onVelocityChange:ve,onOffsetChange:fe,onClientOffsetChange:me,onPageOffsetChange:ge,onInitialClientOffsetChange:ye,onScrollOffsetChange:be,onInitialScrollOffsetChange:we,onIsPressedChange:de,onIsScrollingChange:he})}),[pe,ve,fe,ge,me,ye,we,de,be,he]),Ee=o.useCallback((function(e){Oe(e)}),[Oe]),Me=o.useCallback((function(e){Oe(e)}),[Oe]),Se=o.useCallback((function(e){Oe(e)}),[Oe]),He=o.useCallback((function(e){Oe(e)}),[Oe]),Ve=o.useCallback((function(e){Oe(e)}),[Oe]),Pe=o.useCallback((function(e){Oe(e)}),[Oe]),De=o.useCallback((function(e){Oe(e)}),[Oe]),_e=o.useCallback((function(e){e.preventDefault(),Oe(e)}),[Oe]),Re=o.useCallback((function(e){e.preventDefault(),Oe(e)}),[Oe]),Le=o.useCallback((function(e){e.preventDefault(),Oe(e)}),[Oe]),Ne=o.useCallback((function(e){if(0===e.touches.length&&1===e.changedTouches.length){var t=ue();W.current=!0,U.current=t.setTimeout((function(){W.current=!1}),m)}Oe(e)}),[Oe,ue]),Be=o.useCallback((function(e){Oe(e)}),[Oe]),Te=o.useCallback((function(){var e=oe();if(e){var t=e.style.touchAction;return e.style.touchAction="none",function(){e.style.touchAction=t}}}),[oe]),Fe=o.useCallback((function(){return A(se),function(){q(se)}}),[q,A]);o.useEffect((function(){var e=ue();if(D){var t=ae()||c(document.elementFromPoint(J.current.x,J.current.y));e.clearInterval(K.current),K.current=e.setInterval((function(){d(t,{x:G.current.x,y:G.current.y})}),50)}return function(){e.clearInterval(K.current)}}),[oe,ae,ue,D]),o.useEffect(Te,[Te]),o.useEffect((function(){var e=ue(),t=oe(),n=ce();return re?(t&&(Y.current=c(t),Y.current&&Y.current.addEventListener("scroll",Be,{passive:!0}),t.addEventListener("pointerdown",Ee,{passive:!0})),H&&(n.addEventListener("pointermove",Me),n.addEventListener("pointerup",He,!0),n.addEventListener("contextmenu",_e),n.addEventListener("pointercancel",Se,{passive:!0}))):(e.addEventListener("touchmove",h.Z,{capture:!1,passive:!1}),t&&(t.addEventListener("mousedown",Ve,{passive:!0}),k||(t.addEventListener("touchstart",Re,{passive:!0}),H&&(t.addEventListener("touchmove",Le,{passive:!0}),t.addEventListener("touchend",Ne,{passive:!0})))),H&&(n.addEventListener("mousemove",Pe,{passive:!0}),n.addEventListener("mouseup",De,{passive:!0}))),function(){Y.current&&Y.current.removeEventListener("scroll",Be),t&&(t.removeEventListener("pointerdown",Ee),t.removeEventListener("mousedown",Ve),t.removeEventListener("touchstart",Re),t.removeEventListener("touchmove",Le),t.removeEventListener("touchend",Ne)),n.removeEventListener("pointermove",Me),n.removeEventListener("pointerup",He,!0),n.removeEventListener("contextmenu",_e),n.removeEventListener("pointercancel",Se),n.removeEventListener("mousemove",Pe),n.removeEventListener("mouseup",De),e.removeEventListener("touchmove",h.Z),e.clearTimeout(U.current)}}),[H,ue,oe,ce,k,re,_e,Ve,Pe,De,Se,Ee,Me,He,Ne,Le,Re,Be]),o.useEffect((function(){return Z.current=!1,function(){Z.current=!0}}),[]),o.useLayoutEffect(Fe,[Fe])}},4912:(e,t,n)=>{n.d(t,{W:()=>o});var r=n(3899),o=function(e,t){var n=r.useContext(e),o=n[0],i=n[1],a=r.useState(t),l=a[0],s=a[1];return[void 0!==o?o:l,function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];void 0!==o?i.apply(void 0,e):s(e[0])}]}},3322:(e,t,n)=>{n.d(t,{i:()=>o});var r=n(3899),o=function(e,t,n){void 0===n&&(n={});var o=r.useCallback((function(r){n.onMouseDown&&n.onMouseDown.call(void 0,r),e.onMouseDown&&e.onMouseDown.call(void 0,{target:t.current,syntheticEvent:r})}),[n.onMouseDown,e.onMouseDown,t]),i=r.useCallback((function(r){n.onMouseUp&&n.onMouseUp.call(void 0,r),e.onMouseUp&&e.onMouseUp.call(void 0,{target:t.current,syntheticEvent:r})}),[n.onMouseUp,e.onMouseUp,t]);return{onClick:r.useCallback((function(r){n.onClick&&n.onClick.call(void 0,r),e.onClick&&e.onClick.call(void 0,{target:t.current,syntheticEvent:r})}),[n.onClick,e.onClick,t]),onMouseUp:i,onMouseDown:o,onDoubleClick:r.useCallback((function(r){n.onDoubleClick&&n.onDoubleClick.call(void 0,r),e.onDoubleClick&&e.onDoubleClick.call(void 0,{target:t.current,syntheticEvent:r})}),[n.onDoubleClick,e.onDoubleClick,t]),onMouseEnter:r.useCallback((function(r){n.onMouseEnter&&n.onMouseEnter.call(void 0,r),e.onMouseEnter&&e.onMouseEnter.call(void 0,{target:t.current,syntheticEvent:r})}),[n.onMouseEnter,e.onMouseEnter,t]),onMouseLeave:r.useCallback((function(r){n.onMouseLeave&&n.onMouseLeave.call(void 0,r),e.onMouseLeave&&e.onMouseLeave.call(void 0,{target:t.current,syntheticEvent:r})}),[n.onMouseLeave,e.onMouseLeave,t]),onMouseMove:r.useCallback((function(r){n.onMouseMove&&n.onMouseMove.call(void 0,r),e.onMouseMove&&e.onMouseMove.call(void 0,{target:t.current,syntheticEvent:r})}),[n.onMouseMove,e.onMouseMove,t]),onMouseOut:r.useCallback((function(r){n.onMouseOut&&n.onMouseOut.call(void 0,r),e.onMouseOut&&e.onMouseOut.call(void 0,{target:t.current,syntheticEvent:r})}),[n.onMouseOut,e.onMouseOut,t]),onMouseOver:r.useCallback((function(r){n.onMouseOver&&n.onMouseOver.call(void 0,r),e.onMouseOver&&e.onMouseOver.call(void 0,{target:t.current,syntheticEvent:r})}),[n.onMouseOver,e.onMouseOver,t])}}},9656:(e,t,n)=>{n.d(t,{Y:()=>o});var r=n(3899),o=function(e,t){return r.useContext(e)(t)}},1573:(e,t,n)=>{n.d(t,{V:()=>o});var r=n(3899);function o(e,t,n){var o=r.useState(t),i=o[0],a=o[1];return r.useEffect((function(){if(!i&&window&&e.current){var t=window.getComputedStyle(e.current).direction;t&&a(t)}}),n),i}},7681:(e,t,n)=>{n.d(t,{J:()=>u});var r=n(3899),o=n(189),i=n(8047),a=n(698),l=n(3218),s=n(3322),c=function(){return c=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},c.apply(this,arguments)},u=r.forwardRef((function(e,t){var n=e.className,o=e.name,u=e.themeColor,d=e.size,h=e.flip,v=e.style,f=e.id,m=e.tabIndex,g=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(e,["className","name","themeColor","size","flip","style","id","tabIndex"]),y=r.useRef(null),b=r.useRef(null);r.useImperativeHandle(y,(function(){return{element:b.current}})),r.useImperativeHandle(t,(function(){return y.current}));var w=r.useMemo((function(){return d||p.size}),[d]),z=r.useMemo((function(){return h||p.flip}),[h]),x=r.useMemo((function(){var e;return(0,i.A)("k-icon","k-font-icon",o&&(0,l._z)(o),((e={})["k-color-".concat(u)]=u,e["k-flip-h"]="horizontal"===z||"both"===z,e["k-flip-v"]="vertical"===z||"both"===z,e),a.w[w],n)}),[o,u,w,z,n]),C=(0,s.i)(e,y);return r.createElement("span",c({ref:b},g,C,{className:x,id:f,tabIndex:m,style:v,role:"presentation"}))}));u.propTypes={style:o.object,classNames:o.string,name:o.string,themeColor:o.oneOf(["inherit","primary","secondary","tertiary","info","success","error","warning","dark","light","inverse"]),size:o.oneOf(["default","xsmall","small","medium","large","xlarge","xxlarge","xxxlarge"]),flip:o.oneOf(["default","horizontal","vertical","both"])};var p={size:"default",flip:"default"};u.displayName="KendoIcon"},8130:(e,t,n)=>{n.d(t,{a:()=>s});var r=n(3899),o=n(7681),i=n(6584),a=n(8300),l=function(){return l=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},l.apply(this,arguments)},s=r.forwardRef((function(e,t){var n,s,c=r.useContext(a.r),u=c.type,p=c.icons,d=e.icon,h=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(e,["icon"]),v="svg"===u?(null===(n=e.icon)||void 0===n?void 0:n.name)||e.name:e.name||(null===(s=e.icon)||void 0===s?void 0:s.name),f=(v=v&&p&&p[v]&&"string"==typeof p[v]?p[v]:v)&&p&&p[v]&&"string"!=typeof p[v]?p[v]:d;return"svg"===u&&f?r.createElement(i.l,l({},e,{icon:f,ref:t})):r.createElement(o.J,l({},h,{name:v,ref:t}))}));s.displayName="KendoIconWrap"},8300:(e,t,n)=>{n.d(t,{r:()=>r});var r=n(3899).createContext({type:"svg"});r.displayName="KendoReactIconsContext"},6584:(e,t,n)=>{n.d(t,{l:()=>s});var r=n(3899),o=n(189),i=n(8047),a=n(698),l=function(){return l=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},l.apply(this,arguments)},s=r.forwardRef((function(e,t){var n=e.children,o=e.className,s=e.svgClassName,u=e.icon,p=e.flip,d=e.id,h=e.tabIndex,v=e.size,f=e.style,m=e.svgStyle,g=e.themeColor,y=e.viewBox,b=(e.name,e.onClick),w=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(e,["children","className","svgClassName","icon","flip","id","tabIndex","size","style","svgStyle","themeColor","viewBox","name","onClick"]),z=r.useRef(null);r.useImperativeHandle(t,(function(){return{element:z.current}}));var x=r.useMemo((function(){return u?u.name:c.icon}),[u]),C=r.useMemo((function(){return v||c.size}),[v]),k=r.useMemo((function(){return p||c.flip}),[p]),I=r.useMemo((function(){return y||c.viewBox}),[y]),O=r.useMemo((function(){var e;return(0,i.A)("k-icon","k-svg-icon","k-svg-i-"+x,((e={})["k-color-".concat(g)]=g,e["k-flip-h"]="horizontal"===k||"both"===k,e["k-flip-v"]="vertical"===k||"both"===k,e),a.w[C],o)}),[x,g,C,k,o]),E=r.useMemo((function(){return e.width&&e.height?l({width:e.width,height:e.height},f):e.width?l({width:e.width,height:e.width},f):e.height?l({width:e.height,height:e.height},f):l({},f)}),[e.width,e.height,f]);return r.createElement("span",{className:O,style:E,ref:z,onClick:b},r.createElement("svg",l({id:d,className:s,style:m,"aria-hidden":!0,tabIndex:h,focusable:!1,xmlns:"http://www.w3.org/2000/svg",viewBox:u?u.viewBox:I,dangerouslySetInnerHTML:u?{__html:u.content}:void 0},w),u?void 0:n))}));s.propTypes={style:o.object,classNames:o.string,children:o.any,icon:o.object,themeColor:o.oneOf(["inherit","primary","secondary","tertiary","info","success","error","warning","dark","light","inverse"]),size:o.oneOf(["default","xsmall","small","medium","large","xlarge","xxlarge","xxxlarge"]),flip:o.oneOf(["default","horizontal","vertical","both"])};var c={size:"default",flip:"default",icon:"",viewBox:"0 0 24 24"};s.displayName="KendoSvgIcon"},698:(e,t,n)=>{n.d(t,{w:()=>r});var r={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:()=>o,_z:()=>i,wi:()=>a});var r=n(189),o=function(e){return e.replace(/^k-i-/,"")},i=function(e){return"k-i-"+e},a=r.shape({name:r.string.isRequired,content:r.string.isRequired,viewBox:r.string.isRequired})},3493:(e,t,n)=>{n.d(t,{R:()=>r});var r={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}},4899:(e,t,n)=>{n.r(t),n.d(t,{AsyncFocusBlur:()=>P.o,BrowserSupportService:()=>o.O,COLLECTION_ACTION:()=>O,DragAndDrop:()=>ce,Draggable:()=>ue._,Droppable:()=>he,FOCUSABLE_ELEMENTS:()=>ye.x,FormComponent:()=>f,Icon:()=>q.J,IconWrap:()=>K.a,IconsContext:()=>W.r,Keys:()=>b.R,Navigation:()=>ye.W,SortedPublicItemIds:()=>ze.N,SvgIcon:()=>G.l,TreeFieldsService:()=>we.U,Typography:()=>ie,WatermarkOverlay:()=>H.t,ZIndexContext:()=>r.$,addItem:()=>Ce.jX,areAllDirectChildrenChecked:()=>Ce.YC,canUseDOM:()=>i.N,canUseRef:()=>a,classNames:()=>l.A,clone:()=>u,cloneArray:()=>h,cloneDate:()=>c,cloneObject:()=>p,cloneValue:()=>d,createPropsContext:()=>D.Y,dispatchEvent:()=>V.N,extendDataItem:()=>E.u5,focusFirstFocusableChild:()=>v.n,getActiveElement:()=>be.v,getAllDirectIndirectChildrenIds:()=>Ce.QG,getAllParents:()=>Ce.z0,getInnerActiveElement:()=>be.T,getItemPath:()=>E.ym,getNestedValue:()=>ke.q,getScrollbarWidth:()=>z.n,getTabIndex:()=>m.p,getter:()=>g.Y,guid:()=>y.M,hasChildren:()=>Ce.g8,hasRelativeStackingContext:()=>S.V,isArray:()=>ke.k,isEnabledAndAllParentsEnabled:()=>Ce.hc,isItemExpandedAndWithChildren:()=>Ce.Cb,kendoThemeMaps:()=>fe.G,mapTree:()=>E.Gy,mapTreeItem:()=>E.eY,memoizeOne:()=>ge,noop:()=>w.Z,removeItem:()=>Ce.cl,resolveItemId:()=>Ce.kO,resolveItemsIds:()=>Ce.Bx,setScrollbarWidth:()=>z.p,setter:()=>I,shouldShowValidationUI:()=>M.G,svgIconPropType:()=>U.wi,toIconClass:()=>U._z,toIconName:()=>U.iJ,treeIdUtils:()=>xe,updateItem:()=>Ce.$G,useAsyncFocusBlur:()=>R.U,useCollection:()=>F,useCustomComponent:()=>B.A,useDir:()=>_.n,useDocument:()=>j.k,useDraggable:()=>ve.O,useDroppable:()=>de,useMouse:()=>N.i,usePropsContext:()=>T.Y,useRtl:()=>L.V,useWindow:()=>A,useZIndexContext:()=>r.u,validatePackage:()=>M.s,withPropsContext:()=>D.u});var r=n(8259),o=n(3503),i=n(7827),a=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))},l=n(8047),s=n(3899),c=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 r=e[n];t[n]=d(r,t[n])}}function d(e,t){if(Array.isArray(e))return h(e);if(e instanceof Date)return c(e);if(s.isValidElement(e))return s.cloneElement(e,e.props);if(e&&"object"==typeof e){var n=t||{};return p(e,n),n}return e}function h(e){return e.map((function(e){return d(e,void 0)}))}var v=n(9124),f=function(){},m=n(4703),g=n(9659),y=n(3198),b=n(3493),w=n(3228),z=n(2665),x=n(4100),C={undefined:function(e){return e}},k=function(e,t){return t&&t.arrays&&!isNaN(Number(e))?[]:{}};function I(e){if(C[e])return C[e];var t=(0,x.E)(e);return C[e]=function(e,n,r){for(var o=e,i=t.length-1,a=0;a<i&&o;a++)o=o[t[a]]=o[t[a]]||k(t[a+1],r);o[t[i]]=n},C[e]}var O,E=n(8006),M=n(4006),S=n(7191),H=n(2080),V=n(5407),P=n(493),D=n(848),_=n(8199),R=n(6059),L=n(1573),N=n(3322),B=n(9447),T=n(9656);!function(e){e[e.add=0]="add",e[e.remove=1]="remove"}(O||(O={}));var F=function(e){void 0===e&&(e=[]);var t=s.useRef(e),n=s.useCallback((function(e){switch(e.type){case O.add:t.current.push(e.item);break;case O.remove:var n=t.current.indexOf(e.item);t.current.splice(n,1)}}),[]);return[t.current,n]},j=n(1915),A=function(e){var t=(0,j.k)(e);return s.useCallback((function(){var e=t();return e&&e.defaultView||window}),[t])},q=n(7681),G=n(6584),K=n(8130),W=n(8300),U=n(3218),Y=n(189),Z={xsmall:"k-fs-xs",small:"k-fs-sm",medium:"k-fs-md",large:"k-fs-lg",xlarge:"k-fs-xl"},X={light:"k-font-weight-light",normal:"k-font-weight-normal",bold:"k-font-weight-bold"},Q={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"},J={xsmall:"xs",small:"sm",medium:"md",large:"lg",xlarge:"xl",thin:"thin",hair:"hair"},$={top:"k-mt-",right:"k-mr-",bottom:"k-mb-",left:"k-ml-"},ee={left:"k-text-left",right:"k-text-right",center:"k-text-center",justify:"k-text-justify"},te={lowercase:"k-text-lowercase",uppercase:"k-text-uppercase",capitalize:"k-text-capitalize"},ne={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"},re=function(){return re=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},re.apply(this,arguments)},oe=function(e){var t=s.forwardRef((function(t,n){var r=t.id,o=t.style,i=t.className,a=t.fontSize,l=t.fontWeight,c=t.textAlign,u=t.textTransform,p=t.themeColor,d=t.margin,h=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(t,["id","style","className","fontSize","fontWeight","textAlign","textTransform","themeColor","margin"]),v=s.useRef(null),f=s.useRef(null);s.useImperativeHandle(v,(function(){return{element:f.current,props:t}})),s.useImperativeHandle(n,(function(){return v.current}));var m=e;return s.createElement(m,re({id:r,ref:f,className:["k-".concat("p"===e?"paragraph":e),Z[a],X[l],ee[c],te[u],ne[p],function(){if(void 0!==d){if("string"==typeof d)return[Q[d]];if("number"==typeof d&&d>=0&&d<=24)return["k-m-".concat(d)];if("object"==typeof d){var e=[];return Object.keys(d).forEach((function(t){var n,r,o;null!==d[t]&&void 0!==d[t]&&e.push((n=t,o="string"==typeof(r=d[t])?J[r]:r,"".concat($[n]).concat(o)))})),e.join(" ")}}}(),i].filter((function(e){return void 0!==e})).join(" "),style:o},h),t.children)}));return t.propTypes={style:Y.object,className:Y.string,fontSize:Y.oneOf(["xsmall","small","medium","large","xlarge"]),fontWeight:Y.oneOf(["light","normal","bold"]),margin:Y.oneOfType([Y.number,Y.object,Y.oneOf(["xsmall","small","medium","large","xlarge","thin","hair"])]),textAlign:Y.oneOf(["left","right","center","justify"]),textTransform:Y.oneOf(["lowercase","uppercase","capitalize"]),themeColor:Y.oneOf(["inherit","primary","secondary","tertiary","info","success","error","warning","dark","light","inverse"])},t.displayName="KendoReactTypography".concat(e.toUpperCase()),t},ie={h1:oe("h1"),h2:oe("h2"),h3:oe("h3"),h4:oe("h4"),h5:oe("h5"),h6:oe("h6"),p:oe("p"),code:oe("code"),pre:oe("pre")},ae=function(){return ae=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},ae.apply(this,arguments)},le=function(e,t,n){var r=s.useState(t||e),o=r[0],i=r[1];return[void 0!==t?t:o,s.useCallback((function(e,t){i(e),n&&n.call(void 0,ae(ae({},t),{value:e}))}),[n,i])]},se=n(2333),ce=function(e){var t=le(null,void 0),n=t[0],r=t[1],o=le(null,void 0),i=o[0],a=o[1],l=F([]),c=l[0],u=l[1],p=F([]),d=p[0],h=p[1];return s.createElement(se.Dg.Provider,{value:[n,r]},s.createElement(se.Gc.Provider,{value:[i,a]},s.createElement(se.Fg.Provider,{value:[c,function(e){u({type:O.add,item:e})},function(e){u({type:O.remove,item:e})}]},s.createElement(se.tk.Provider,{value:[d,function(e){h({type:O.add,item:e})},function(e){h({type:O.remove,item:e})}]},e.children))))};ce.displayName="KendoReactDragAndDrop";var ue=n(1779),pe=n(4912);function de(e,t){void 0===t&&(t={onDragEnter:w.Z,onDragOver:w.Z,onDragLeave:w.Z,onDrop:w.Z});var n=t.onDragEnter,r=void 0===n?w.Z:n,o=t.onDragOver,i=void 0===o?w.Z:o,a=t.onDragLeave,l=void 0===a?w.Z:a,c=t.onDrop,u=void 0===c?w.Z:c,p=(0,pe.W)(se.Gc)[1],d=s.useContext(se.tk),h=d[1],v=d[2],f=s.useCallback((function(){return e.current&&e.current.element?e.current.element:e.current}),[e]),m=s.useRef(null);s.useImperativeHandle(m,(function(){return{element:f(),onDragEnter:g,onDragOver:y,onDragLeave:b,onDrop:z,data:e.current}}));var g=s.useCallback((function(t){p(m,{target:e.current,event:t}),r(t)}),[p,e,r]),y=s.useCallback((function(e){i(e)}),[i]),b=s.useCallback((function(t){p(null,{target:e.current,event:t}),l(t)}),[p,e,l]),z=s.useCallback((function(t){p(null,{target:e.current,event:t}),u(t)}),[p,e,u]),x=s.useCallback((function(){return h(m),function(){v(m)}}),[v,h]);s.useLayoutEffect(x,[x])}var he=s.forwardRef((function(e,t){var n=s.useRef(null),r=s.useRef(null),o=s.useCallback((function(){return n.current&&n.current.element?n.current.element:n.current}),[n]);s.useImperativeHandle(r,(function(){return{element:o()||void 0}})),s.useImperativeHandle(t,(function(){return r.current})),s.useImperativeHandle(e.childRef,(function(){return n.current}));var i=s.useCallback((function(t){e.onDragEnter&&e.onDragEnter({element:o(),target:r.current,event:t})}),[e.onDragEnter,o]),a=s.useCallback((function(t){e.onDragOver&&e.onDragOver({element:o(),target:r.current,event:t})}),[o,e.onDragOver]),l=s.useCallback((function(t){e.onDragLeave&&e.onDragLeave({element:o(),target:r.current,event:t})}),[e.onDragLeave,o]),c=s.useCallback((function(t){e.onDrop&&e.onDrop({element:o(),target:r.current,event:t})}),[e.onDrop,o]);return de(n,{onDragEnter:i,onDragOver:a,onDragLeave:l,onDrop:c}),e.children?s.cloneElement(s.Children.only(e.children),{ref:n}):null}));he.displayName="KendoReactDroppable";var ve=n(9844),fe=n(2697);function me(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(!((r=e[n])===(o=t[n])||Number.isNaN(r)&&Number.isNaN(o)))return!1;var r,o;return!0}function ge(e,t){void 0===t&&(t=me);var n=null;function r(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];if(n&&n.lastThis===this&&t(r,n.lastArgs))return n.lastResult;var i=e.apply(this,r);return n={lastResult:i,lastArgs:r,lastThis:this},i}return r.clear=function(){n=null},r}var ye=n(6604),be=n(3769),we=n(4824),ze=n(7013),xe=n(5098),Ce=n(9519),ke=n(5473)},6604:(e,t,n)=>{n.d(t,{x:()=>r,W:()=>o});var r=["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]"],o=function(){function e(e){var t=this;this.rovingTabIndex=!0,this.update=function(){},this.focusNextIndex=function(e,n){var r=t.elements,o=r.indexOf(e)+n,i=r[(o=o<0?r.length-1:o)%r.length];return t.focusElement(i,e),i},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(",")),r=" "===e.key?"Space":e.key,o=e.nativeEvent.type;n&&this.keyboardEvents[o][r]&&this.keyboardEvents[o][r].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}()},3228:(e,t,n)=>{n.d(t,{Z:()=>r});var r=function(){}},2665:(e,t,n)=>{n.d(t,{n:()=>i,p:()=>a});var r=n(3503),o=n(7827),i=function(){return!(!o.N||!document.body)&&(new r.O).scrollbarWidth},a=function(){if(!o.N||!document.body)return!1;var e=(new r.O).scrollbarWidth;document.body.style.setProperty("--kendo-scrollbar-width","".concat(e,"px"))}},2697:(e,t,n)=>{n.d(t,{G:()=>r});var r={sizeMap:{small:"sm",medium:"md",large:"lg"},roundedMap:{small:"sm",medium:"md",large:"lg"},orientationMap:{vertical:"vstack",horizontal:"hstack"}}},4824:(e,t,n)=>{n.d(t,{U:()=>o});var r=n(5473),o=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(0,r.q)(this.expandField,e)},e.prototype.selected=function(e){return(0,r.q)(this.selectField,e)},e.prototype.text=function(e){return(0,r.q)(this.textField,e)},e.prototype.disabled=function(e){return(0,r.q)(this.disableField,e)},e.prototype.hasChildren=function(e){return(0,r.q)(this.hasChildrenField,e)},e.prototype.children=function(e){return(0,r.q)(this.childrenField,e)||[]},e.prototype.checked=function(e){return(0,r.q)(this.checkField,e)},e.prototype.checkIndeterminate=function(e){return(0,r.q)(this.checkIndeterminateField,e)},e.prototype.focusId=function(e){return this.focusIdField&&(0,r.q)(this.focusIdField,e)},e.prototype.getChildrenField=function(){return this.childrenField},e}()},7013:(e,t,n)=>{n.d(t,{N:()=>r});var r=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}()},5098:(e,t,n)=>{n.r(t),n.d(t,{EMPTY_ID:()=>r,ZERO_LEVEL_ZERO_NODE_ID:()=>o,SEPARATOR:()=>i,getItemById:()=>a,getRootParentId:()=>l,getIdWithoutRootParentId:()=>s,getFirstChildId:()=>c,createId:()=>u,getDirectParentId:()=>p,isIdEmptyOrZeroLevel:()=>d,isIdZeroLevel:()=>h,getAllShortIds:()=>v,getShortId:()=>f,isItemFirstFromSiblings:()=>m,getDecrementedItemIdAfterRemoval:()=>g});var r="",o="0",i="_";function a(e,t,n){if(h(e))return t[Number(e)];var r=t[Number(l(e))],o=r&&r[n]||[];return o.length?a(s(e),o,n):void 0}function l(e){return d(e)?e:e.split(i)[0]}function s(e){if(d(e))return e;var t=e.indexOf(i);return e.substring(t+1)}function c(e){return u("0",e)}function u(e,t){return e=e.toString(),t?t+i+e:e}function p(e){var t=e.lastIndexOf(i);return t<0?r:e.substring(0,t)}function d(e){return e===r||e.indexOf(i)<0}function h(e){return e!==r&&e.indexOf(i)<0}function v(e){return e.split(i)}function f(e){var t=e.lastIndexOf(i);return t<0?e:e.substring(t+1)}function m(e){return f(e)===o}function g(e,t){var n=t;t="r"+i+t;var r=p(e="r"+i+e)+i;if(t.startsWith(r)){var o=t.substring(r.length);if(o){var a=l(o);if(Number(f(e))<Number(a))return s(r+(Number(a)-1).toString()+o.substring(a.length))}}return n}},9519:(e,t,n)=>{n.d(t,{g8:()=>l,Cb:()=>s,kO:()=>c,Bx:()=>u,$G:()=>p,hc:()=>d,QG:()=>h,YC:()=>v,z0:()=>f,cl:()=>m,jX:()=>g});var r=n(5098),o=n(7013),i=n(5473),a=function(){return a=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},a.apply(this,arguments)};function l(e,t){var n=(0,i.q)(t,e);return Boolean(n&&n.length)}function s(e,t){return t.expanded(e)&&l(e,t.getChildrenField())}function c(e,t,n,r){var o=u([e],t,n,r);return o.length?o[0]:void 0}function u(e,t,n,i){var a=[],l=new o.N;return l.init(e),y(l,t,n,r.EMPTY_ID,a,i),a}function p(e,t,n,o,i){var a,l=Number((0,r.getRootParentId)(t));if(l>=e.length)return e;var s=e,c=e[l];return c[o]||(c=(s=e.slice())[l]=Object.assign({},c,((a={})[o]=!0,a))),(0,r.isIdZeroLevel)(t)?n(c):c[i]&&(c[i]=p(c[i],(0,r.getIdWithoutRootParentId)(t),n,o,i)),s}function d(e,t,n){for(var o=(0,r.getAllShortIds)(e),i=t,a=0;a<o.length;a++){var l=i[Number(o[a])];if(n.disabled(l))return!1;i=l[n.getChildrenField()]}return!0}function h(e,t,n,o){return o?function e(t){for(var r=[],a=t[n]||[],l=0;l<a.length;l++)r.push((0,i.q)(o,a[l])),r=r.concat(e(a[l]));return r}(e):function e(t,o){for(var i=[],a=t[n]||[],l=0;l<a.length;l++){var s=(0,r.createId)(l,o);i.push(s),i=i.concat(e(a[l],s))}return i}(e,t)}function v(e,t,n,o,a){return(e[o]||[]).every((function(e,o){return a.indexOf(n?(0,i.q)(n,e):(0,r.createId)(o,t))>-1}))}function f(e,t,n){for(var o=[],i=(0,r.getAllShortIds)(e),a=n,l=0;l<i.length-1&&a;l++){var s=a[Number(i[l])];o.push(s),a=s[t]}return o}function m(e,t,n){var o=n.slice();if((0,r.isIdZeroLevel)(e))o.splice(Number(e),1);else{var i=Number((0,r.getRootParentId)(e)),l=o[i]=a({},o[i]);l[t]=m((0,r.getIdWithoutRootParentId)(e),t,l[t])}return o}function g(e,t,n,o,i){var l=i.slice();if((0,r.isIdZeroLevel)(o))if("child"===t){var s=l[Number(o)]=a({},l[Number(o)]);s[n]?(s[n]=s[n].slice(),s[n].push(e)):s[n]=[e]}else l.splice(Number(o)+("after"===t?1:0),0,e);else{var c=Number((0,r.getRootParentId)(o)),u=l[c]=a({},l[c]);u[n]=g(e,t,n,(0,r.getIdWithoutRootParentId)(o),u[n])}return l}function y(e,t,n,o,a,s){for(var c=0;c<n.length;c++){var u=n[c],p=(0,r.createId)(c,o);e.hasId((0,i.q)(t,u))&&a.push(p),l(u,s)&&y(e,t,(0,i.q)(s,u),p,a,s)}}},5473:(e,t,n)=>{function r(e,t){var n=(e||"").split("."),r=t;return n.forEach((function(e){r=r?r[e]:void 0})),r}function o(e){return void 0!==e.length}n.d(t,{q:()=>r,k:()=>o})},8006:(e,t,n)=>{n.d(t,{Gy:()=>l,eY:()=>s,u5:()=>c,ym:()=>u});var r=function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},r.apply(this,arguments)},o=function(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))};function i(e,t,n){var i;return n?r(r({},e),((i={})[t]=n.length?o([],n,!0):void 0,i)):e&&e[t]?o([],e[t],!0):[]}function a(e,t,n){if(e[t]){var r=i(e,t).map((function(e){return a(e,t,n)}));return n(i(e,t,r))}return n(e)}var l=function(e,t,n){return o([],e.map((function(e){return a(e,t,n)})),!0)},s=function(e,t,n,r){for(var o=e,i=[],a=0;a<t.length;a++)o=o[t[a]],o=Array.isArray(o)?o:o[n],i.push(o);var l=i.length>1?i[i.length-2]:e,s=t[t.length-1],c=r(l[s]);l.splice(s,1,c)},c=function(e,t,n){var r;return Object.assign({},e,e[t]?((r={})[t]=e[t].slice(),r):{},n||{})},u=function(e,t,n){var r=[],i=o([],t,!0);if(i.length){var a=e[i.shift()||0];for(r.push(a);i.length&&n;)a=a[n][i.shift()||0],r.push(a)}return r}},4006:(e,t,n)=>{n.d(t,{s:()=>i,G:()=>a});var r=n(9302),o=["telerik.com","progress.com","stackblitz.io","csb.app"];function i(e){if(void 0!==r)r.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 a(e){return!o.some((function(e){var t;return null===(t=globalThis.document)||void 0===t?void 0:t.location.hostname.endsWith(e)}))&&!(null==r?void 0:r.validatePackage(e))}},2080:(e,t,n)=>{n.d(t,{t:()=>a});var r=n(3899),o=n(994),i=!1,a=function(){var e=r.useState(!0),t=e[0],n=e[1],a=r.useState(!1),l=a[0],s=a[1];r.useEffect((function(){i||(s(!0),i=!0)}),[]);var c=r.createElement(r.Fragment,null,t&&r.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}},r.createElement("span",{style:{display:"flex",alignSelf:"center",marginRight:"8px"}},r.createElement("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},r.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8 1L0 15H16L8 1ZM7 6V11H9V6H7ZM7 14V12H9V14H7Z",fill:"#1E1E1E"}))),r.createElement("span",null,"No valid license found for KendoReact. Learn how to activate your license."),r.createElement("div",{style:{display:"flex",alignItems:"center",marginLeft:"24px"}},r.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"}},r.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"}},r.createElement("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},r.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"})))),r.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)}},r.createElement("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},r.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 r.createElement(r.Fragment,null,r.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==')"}}),l&&o.createPortal(c,document.body))}},619:e=>{e.exports=a},4407:e=>{e.exports=l},9302:e=>{e.exports=n},499:e=>{e.exports=o},189:e=>{e.exports=t},3899:t=>{t.exports=e},994:e=>{e.exports=r},6144:e=>{e.exports=i}},c={};function u(e){var t=c[e];if(void 0!==t)return t.exports;var n=c[e]={exports:{}};return s[e].call(n.exports,n,n.exports,u),n.exports}return u.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return u.d(t,{a:t}),t},u.d=(e,t)=>{for(var n in t)u.o(t,n)&&!u.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},u.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),u.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},u(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(m,Y){typeof exports=="object"&&typeof module<"u"?Y(exports,require("react"),require("prop-types"),require("@progress/kendo-react-common"),require("@progress/kendo-react-data-tools"),require("@progress/kendo-react-intl"),require("@progress/kendo-svg-icons"),require("@progress/kendo-react-inputs"),require("@progress/kendo-react-dateinputs"),require("@progress/kendo-react-popup"),require("@progress/kendo-react-buttons"),require("@progress/kendo-react-dropdowns"),require("@progress/kendo-data-query"),require("@progress/kendo-react-animation")):typeof define=="function"&&define.amd?define(["exports","react","prop-types","@progress/kendo-react-common","@progress/kendo-react-data-tools","@progress/kendo-react-intl","@progress/kendo-svg-icons","@progress/kendo-react-inputs","@progress/kendo-react-dateinputs","@progress/kendo-react-popup","@progress/kendo-react-buttons","@progress/kendo-react-dropdowns","@progress/kendo-data-query","@progress/kendo-react-animation"],Y):(m=typeof globalThis<"u"?globalThis:m||self,Y(m.KendoReactGrid={},m.React,m.PropTypes,m.KendoReactCommon,m.KendoReactDataTools,m.KendoReactIntl,m.KendoSvgIcons,m.KendoReactInputs,m.KendoReactDateinputs,m.KendoReactPopup,m.KendoReactButtons,m.KendoReactDropdowns,m.KendoDataQuery,m.KendoReactAnimation))})(this,function(m,Y,Zt,g,b,I,N,L,ve,Qt,R,J,de,er){"use strict";function Xe(i){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(i){for(const r in i)if(r!=="default"){const l=Object.getOwnPropertyDescriptor(i,r);Object.defineProperty(t,r,l.get?l:{enumerable:!0,get:()=>i[r]})}}return t.default=i,Object.freeze(t)}const o=Xe(Y),p=Xe(Zt),V=i=>null;V.displayName="KendoReactGridColumn",V.defaultProps={filterable:!0,editable:!0,sortable:!0,resizable:!0,reorderable:!0,groupable:!0},V.propTypes={field:p.string,title:p.string,editable:p.bool,sortable:p.oneOfType([p.bool,p.shape({allowUnsort:p.bool.isRequired})]),cell:p.any,filterCell:p.any,filterTitle:p.string,filterable:p.bool,filter:p.oneOf(["text","numeric","boolean","date"]),editor:p.oneOf(["text","numeric","boolean","date"]),width:p.oneOfType([p.string,p.number]),minResizableWidth:p.number,headerCell:p.any,footerCell:p.any,headerSelectionValue:p.bool,format:p.string,headerClassName:p.string,className:p.string,reorderable:p.bool,resizable:p.bool,orderIndex:p.number,groupable:p.bool,columnMenu:p.any,locked:p.bool};function H(i,t){const r=(i||"").split(".");let l=t;return r.forEach(e=>{l=l?l[e]:void 0}),l}function Ye(i,t,r,l,e,s,n=0){let a=n;for(let h=0;h<t.length;h++){if(!e||t[h].value===void 0||t[h].items===void 0){i[i.length]={dataIndex:l.index,dataItem:t[h],rowType:"data",level:n,expanded:s===void 0||H(s,t[h])},l.index++;continue}a=Math.max(a,n+1);const c=s===void 0||H(s,t[h])===void 0||H(s,t[h]);i[i.length]={dataIndex:-1,dataItem:t[h],level:n,rowType:"groupHeader",expanded:c},c&&(a=Math.max(Ye(i,t[h].items,r,l,e,s,n+1),a)),(r==="always"||c&&r==="visible")&&(i[i.length]={dataIndex:-1,dataItem:t[h],rowType:"groupFooter",level:n,expanded:c})}return a}function Je(i,t,r,l=0){let e=[];if(!i)return[];i&&i.length===void 0&&(i=[i]),i.forEach((n,a)=>{n=n.props?n.props:n;const h=t[a]||null,c=Je(n.children,h&&h.children||[],r,l+1);e.push(Object.assign({depth:l},V.defaultProps,c.length?{cell:()=>null,filterCell:()=>null}:{},h?{width:h.width,orderIndex:h.orderIndex}:{},n,{id:n.id?n.id:b.tableKeyboardNavigationTools.generateNavigatableId(`${r.prevId++}`,r.idPrefix,"column"),declarationIndex:e.length,children:c,rowSpan:0,colSpan:0,isAccessible:!0,left:h&&Math.floor(h.left),right:h&&Math.floor(h.right)}))});const s=(n,a)=>n.orderIndex===a.orderIndex?n.declarationIndex-a.declarationIndex:(n.orderIndex||0)-(a.orderIndex||0);if(e.sort(s),l===0){let n=[];const a=(h,c)=>h.forEach(d=>{d.parentIndex=c,a(d.children,n.push(d)-1)});return a(e,-1),n}return e}function tr(i,t,r,l){let e=[];Array.isArray(i)?e=i:i&&(e=i.data);const s=[];if(e.length>0){let n=e[0];if(t)for(let h=0;h<t.length;h++)n=n.items&&n.items[0];Object.getOwnPropertyNames(n).forEach(h=>{h!==r&&s.push(Object.assign({id:b.tableKeyboardNavigationTools.generateNavigatableId(`${l.prevId++}`,l.idPrefix,"column"),declarationIndex:-1,parentIndex:-1,depth:0,colSpan:0,rowSpan:0,index:0,left:0,right:0,rightBorder:!1,children:[],ariaColumnIndex:0,isAccessible:!0},V.defaultProps,{field:h}))})}return s}const rr=(i,t)=>{let r=i[t.parentIndex];for(;r;){if(r.footerCell)return!0;r=i[r.parentIndex]}return!1},ir=i=>i.filter(t=>rr(i,t)?!1:!!t.footerCell||!(t.children&&t.children.length>0)),xe=i=>i.width!==void 0?Math.floor(parseFloat(i.width.toString()))+"px":void 0,Ze=i=>(i.sort((t,r)=>t.declarationIndex-r.declarationIndex),i.map(t=>{const{declarationIndex:r,parentIndex:l,depth:e,colSpan:s,rowSpan:n,index:a,kFirst:h,children:c,...d}=t;return c.length?{children:Ze(c),...d}:d})),Ee=typeof window<"u"&&/Firefox/.test(window.navigator.userAgent),Qe=17895697,pe=(i,t)=>{if(!(!i&&!t))return t?i?{...i,...t,select:{...i.select||{},...t.select||{}},hierarchy:{...i.hierarchy||{},...t.hierarchy||{}},group:{...i.group||{},...t.group||{}},edit:{...i.edit||{},...t.edit||{}}}:t:i},et=i=>{const t=o.useCallback(d=>{i.selectionChange&&i.selectionChange({syntheticEvent:d})},[i.selectionChange]),r=o.useMemo(()=>g.guid(),[]),l=H(i.field,i.dataItem),e=b.useTableKeyboardNavigation(i.id);let s={colSpan:i.colSpan,style:i.style,className:i.className,["aria-colindex"]:i.ariaColumnIndex,role:"gridcell",...e},n=[o.createElement("input",{key:"1",checked:typeof l=="boolean"&&l,id:r,type:"checkbox",className:"k-checkbox k-checkbox-md k-rounded-md",onChange:t}),o.createElement("label",{className:"k-checkbox-label",htmlFor:r,key:"2"})];const a=i.rowType!=="groupHeader"?o.createElement("td",{...s},n):null,h=i.rowType||"data",c=i.cells;if(c&&c.select&&c.select[h]){const d=c.select[h];return o.createElement(d,{...i,tdProps:s},n)}return i.render?i.render.call(void 0,a,i):a},Se="grid.noRecords",tt="grid.pagerInfo",rt="grid.pagerFirstPage",it="grid.pagerPreviousPage",st="grid.pagerNextPage",lt="grid.pagerLastPage",ot="grid.pagerItemsPerPage",sr="grid.pagerPage",lr="grid.pagerPageSizeAriaLabel",or="grid.pagerOf",nr="grid.pagerTotalPages",ye="grid.groupPanelEmpty",nt="grid.groupColumn",at="grid.ungroupColumn",Ie="grid.columnMenu",W="grid.filterClearButton",Z="grid.filterSubmitButton",Q="grid.filterTitle",we="grid.sortAscending",ke="grid.sortDescending",Ne="grid.searchPlaceholder",Fe="grid.filterCheckAll",Ge="grid.filterChooseOperator",Me="grid.filterSelectedItems",ze="grid.sortAriaLabel",Le="grid.filterAriaLabel",De="grid.groupPanelAriaLabel",ht="grid.groupExpand",ct="grid.groupCollapse",dt="grid.detailExpand",pt="grid.detailCollapse",w={[dt]:"Expand detail row",[pt]:"Collapse detail row",[ht]:"Expand group",[ct]:"Collapse Group",[Se]:"No records available",[ye]:"Drag a column header and drop it here to group by that column",[W]:"Clear",[Z]:"Filter",[Q]:"Filter",[we]:"Sort Ascending",[ke]:"Sort Descending",[ze]:"Sortable",[nt]:"Group Column",[at]:"Ungroup Column",[Ie]:"Column menu",[ot]:"items per page",[tt]:"{0} - {1} of {2} items",[rt]:"Go to the first page",[it]:"Go to the previous page",[st]:"Go to the next page",[lt]:"Go to the last page",[sr]:"Page",[lr]:"Page size",[or]:"of",[nr]:"{0}",[Ne]:"Search",[Fe]:"Check All",[Ge]:"Choose Operator",[Me]:"selected items",[Le]:"Filter",[De]:"Group panel","grid.filterEqOperator":"Is equal to","grid.filterNotEqOperator":"Is not equal to","grid.filterIsNullOperator":"Is null","grid.filterIsNotNullOperator":"Is not null","grid.filterIsEmptyOperator":"Is empty","grid.filterIsNotEmptyOperator":"Is not empty","grid.filterStartsWithOperator":"Starts with","grid.filterContainsOperator":"Contains","grid.filterNotContainsOperator":"Does not contain","grid.filterEndsWithOperator":"Ends with","grid.filterGteOperator":"Is greater than or equal to","grid.filterGtOperator":"Is greater than","grid.filterLteOperator":"Is less than or equal to","grid.filterLtOperator":"Is less than","grid.filterIsTrue":"Is true","grid.filterIsFalse":"Is false","grid.filterBooleanAll":"(All)","grid.filterAfterOrEqualOperator":"Is after or equal to","grid.filterAfterOperator":"Is after","grid.filterBeforeOperator":"Is before","grid.filterBeforeOrEqualOperator":"Is before or equal to","grid.filterAndLogic":"And","grid.filterOrLogic":"Or"};function ar(i){const t=i.replace(/^pager\.([a-z])/,(r,l)=>"grid.pager"+l.toUpperCase());return{messageKey:t,defaultMessage:w[t]}}const ut=i=>{let t=null,r=null,l=null;const e=H(i.field,i.dataItem),s=b.useTableKeyboardNavigation(i.id),n=I.useLocalization(),a=o.useCallback(d=>{d.isDefaultPrevented()||d.keyCode===g.Keys.enter&&i.onChange&&(d.preventDefault(),i.onChange({dataItem:i.dataItem,dataIndex:i.dataIndex,syntheticEvent:d,field:i.field,value:!e}))},[i.dataItem,i.dataIndex,i.field,i.onChange,e]);if(i.rowType==="groupFooter")r={className:"k-table-td k-hierarchy-cell",role:"gridcell",...s},t=o.createElement("td",{...r});else if(i.rowType!=="groupHeader"){const d=e?pt:dt,f=n.toLanguageString(d,w[d]);r={className:"k-table-td k-hierarchy-cell",onKeyDown:a,"aria-expanded":!!e,role:"gridcell","aria-colindex":i.ariaColumnIndex,...s},l=o.createElement("a",{onClick:v=>{v.preventDefault(),i.onChange&&i.onChange({dataItem:i.dataItem,dataIndex:i.dataIndex,syntheticEvent:v,field:i.field,value:!e})},"aria-label":f,href:"#",tabIndex:-1},o.createElement(g.IconWrap,{name:e?"minus":"plus",icon:e?N.minusIcon:N.plusIcon})),t=o.createElement("td",{...r},l)}const h=i.rowType||"data",c=i.cells;if(c&&c.hierarchy&&c.hierarchy[h]){const d=c.hierarchy[h];return o.createElement(d,{...i,tdProps:r},l)}return i.render?i.render.call(void 0,t,i):t},gt=b.TABLE_ROW_INDEX_ATTRIBUTE,U=b.TABLE_COL_INDEX_ATTRIBUTE,ft=i=>{const t=H(i.field,i.dataItem);let r=null;const l=g.classNames("k-table-td","k-grid-edit-cell",{["k-selected"]:i.isSelected},i.className),e=o.useMemo(()=>g.guid(),[]),s=b.useTableKeyboardNavigation(i.id);let n=null,a=null;const h=o.useCallback(u=>{if(i.onChange){const E=u.target.type==="checkbox"?u.target.checked:u.target.value;i.onChange({dataItem:i.dataItem,dataIndex:i.dataIndex,field:i.field,syntheticEvent:u,value:E})}},[i.onChange,i.dataItem,i.dataIndex,i.field]),c=o.useCallback(u=>{i.onContextMenu&&i.onContextMenu.call(void 0,u,i.dataItem,i.field)},[i.onContextMenu,i.dataItem,i.field]),d=o.useCallback(u=>{i.onChange&&i.onChange({dataItem:i.dataItem,dataIndex:i.dataIndex,field:i.field,syntheticEvent:u.syntheticEvent,value:u.value})},[i.onChange,i.dataItem,i.dataIndex,i.field]);switch(i.editor){case"numeric":{n={onContextMenu:c,colSpan:i.colSpan,style:i.style,className:l,["aria-colindex"]:i.ariaColumnIndex,["aria-selected"]:i.isSelected,[U]:i.columnIndex,role:"gridcell",...s},a=o.createElement(L.NumericTextBox,{width:"100%",value:t===void 0?null:t,onChange:d}),r=o.createElement("td",{...n},a);break}case"date":n={onContextMenu:c,colSpan:i.colSpan,style:i.style,className:l,["aria-colindex"]:i.ariaColumnIndex,["aria-selected"]:i.isSelected,[U]:i.columnIndex,role:"gridcell",...s},a=o.createElement(ve.DatePicker,{width:"100%",value:t,onChange:d}),r=o.createElement("td",{...n},a);break;case"boolean":n={onContextMenu:c,colSpan:i.colSpan,style:i.style,className:l,["aria-colindex"]:i.ariaColumnIndex,["aria-selected"]:i.isSelected,[U]:i.columnIndex,role:"gridcell",...s},a=[o.createElement("input",{checked:t||!1,id:e,type:"checkbox",className:"k-checkbox k-checkbox-md k-rounded-md",onChange:h,key:1}),o.createElement("label",{className:"k-checkbox-label",htmlFor:e,key:2})],r=o.createElement("td",{...n},a);break;default:n={onContextMenu:c,colSpan:i.colSpan,style:i.style,className:l,["aria-colindex"]:i.ariaColumnIndex,["aria-selected"]:i.isSelected,[U]:i.columnIndex,role:"gridcell",...s},a=o.createElement("input",{style:{width:"100%"},className:"k-input",value:t||"",onChange:h}),r=o.createElement("td",{...n},a)}const f=i.editor||"text",v=i.cells;if(v&&v.edit&&v.edit[f]){const u=v.edit[f];return o.createElement(u,{...i,tdProps:n},a)}return i.render?i.render.call(void 0,r,i):r};class hr extends o.Component{constructor(){super(...arguments),this.headerWrap=null,this.table=null,this.syncScroll=!1,this.scrollbarWidth=g.getScrollbarWidth(),this.onScroll=t=>{if(this.syncScroll){this.syncScroll=!1;return}if(!this.headerWrap)return;const r=this.headerWrap.scrollLeft,l=this.props.scrollableDataElement();l&&l.scrollLeft!==r&&(l.scrollLeft=r)}}get element(){return this.props.elemRef.current}componentDidMount(){const t=b.isRtl(this.element);this.props.columnResize&&this.props.columnResize.setIsRtl(t),this.forceUpdate()}setScrollLeft(t){this.headerWrap&&this.headerWrap.scrollLeft!==t&&(this.syncScroll=!0,this.headerWrap.scrollLeft=t)}setWidth(t){this.table&&(this.table.style.width=t+"px")}render(){return this.props.staticHeaders?o.createElement("div",{ref:this.props.elemRef,className:g.classNames("k-grid-header",{"k-grid-draggable-header":this.props.draggable}),role:"presentation"},o.createElement("div",{ref:t=>{this.headerWrap=t},className:"k-grid-header-wrap",style:this.scrollbarWidth?{}:{borderWidth:0},onScroll:this.onScroll,role:"presentation"},o.createElement("table",{ref:t=>{this.table=t},className:g.classNames("k-table k-grid-header-table",{"k-table-md":!this.props.size,[`k-table-${g.kendoThemeMaps.sizeMap[this.props.size]||this.props.size}`]:this.props.size},this.props.className),role:"presentation"},o.createElement("colgroup",{ref:t=>{this.props.columnResize.colGroupHeader=t}},this.props.cols),o.createElement("thead",{className:"k-table-thead",role:"rowgroup",...b.tableKeyboardNavigationHeaderAttributes},this.props.headerRow,this.props.filterRow)))):o.createElement("thead",{role:"presentation",className:g.classNames("k-table-thead",{"k-grid-draggable-header":this.props.draggable}),...b.tableKeyboardNavigationHeaderAttributes},this.props.headerRow,this.props.filterRow)}}const mt=(...i)=>Object.assign({allowUnsort:!0,mode:"single"},...i);class cr extends o.PureComponent{constructor(){super(...arguments),this.draggable=null,this.onPress=t=>{const r=this.draggable&&this.draggable.element;r&&this.props.pressHandler&&this.props.pressHandler(t.event,r)},this.onDrag=t=>{const r=this.draggable&&this.draggable.element;r&&this.props.dragHandler&&this.props.dragHandler(t.event,r)},this.onRelease=t=>{this.draggable&&this.draggable.element&&this.props.releaseHandler&&this.props.releaseHandler(t.event)}}render(){return o.createElement(g.Draggable,{onPress:this.onPress,onDrag:this.onDrag,onRelease:this.onRelease,hint:this.props.dragClue,autoScroll:{boundaryElementRef:this.props.headerRef,direction:{horizontal:!0,vertical:!1}},scrollContainer:this.props.containerRef||void 0,ref:t=>{this.draggable=t}},o.createElement("tr",{className:"k-table-row",style:{touchAction:"none"},role:"row","aria-rowindex":this.props.ariaRowIndex},this.props.children))}}class Oe extends o.Component{constructor(){super(...arguments),this.state={show:!1},this._anchor=null,this._content=null,this.blurTimeout=void 0,this.willBlur=!1,this.blur=()=>{if(this.willBlur){this.willBlur=!1;return}clearTimeout(this.blurTimeout),this.blurTimeout=window.setTimeout(()=>{this.closeMenu()})},this.focus=()=>{clearTimeout(this.blurTimeout)},this.anchorClick=t=>{t.preventDefault(),this.setState({show:!this.state.show},()=>this.state.show&&this._content&&this._content.focus())},this.closeMenu=()=>{this.setState({show:!1})},this.onAnchorMouseDown=t=>{this.willBlur=this.state.show&&t.currentTarget===this._anchor},this.onAnchorKeyDown=t=>{var r;if(t.keyCode===g.Keys.tab){const l=t.target,e=l&&((r=l.closest(".k-grid"))==null?void 0:r.getElementsByClassName("k-grid-content")[0]);e&&e.scrollWidth>e.clientWidth&&l.scrollIntoView({inline:"center"})}}}render(){const{columnMenu:t,...r}=this.props,{column:l}=this.props,e=I.provideLocalizationService(this),s=l.title||l.field,n=s?`${s} `:"";return o.createElement(o.Fragment,null,o.createElement("a",{className:"k-grid-header-menu k-grid-column-menu",ref:a=>this._anchor=a,onClick:this.anchorClick,onMouseDown:this.onAnchorMouseDown,onKeyDown:this.onAnchorKeyDown,href:"#","aria-label":`${n}${e.toLanguageString(Ie,w[Ie])}`},o.createElement(g.IconWrap,{name:"more-vertical",icon:N.moreVerticalIcon})),o.createElement(Qt.Popup,{anchor:this._anchor,show:this.state.show},o.createElement("div",{ref:a=>this._content=a,className:"k-grid-columnmenu-popup",tabIndex:0,onBlur:this.blur,onFocus:this.focus,style:{outline:"none"}},t&&o.createElement(t,{...r,onCloseMenu:this.closeMenu}))))}}class Ct extends o.Component{render(){const{columnMenuWrapperProps:t}=this.props,r=this.props.onClick?{onClick:this.props.onClick}:{},l=o.createElement("span",{className:"k-cell-inner"},o.createElement("span",{className:g.classNames("k-link",{"!k-cursor-default":!this.props.columnMenuWrapperProps.sortable}),...r},o.createElement("span",{className:"k-column-title"},this.props.title||this.props.field||" "),this.props.children),t.columnMenu&&o.createElement(Oe,{...t}));return this.props.render?this.props.render.call(void 0,l,this.props):l}}const dr={true:{asc:"desc",desc:"","":"asc"},false:{asc:"desc",desc:"asc","":"asc"}},pr={none:"none",asc:"ascending",desc:"descending"};class bt extends o.Component{constructor(t){super(t),this.serviceIndex=0,this.index=-1,this.cellKeyDown=(r,l)=>{r.isDefaultPrevented()||r.keyCode===g.Keys.enter&&this.cellClick(r,l)},this.cells=r=>r.map(l=>{const e=this.props.columns[l],s=this.props.sortable&&e.sortable,n=this.props.sort?this.props.sort.findIndex(y=>y.field===e.field):-1,a=n>=0&&this.props.sort[n].dir||"none",h=e.columnMenu===null?null:e.columnMenu||this.props.columnMenu,c=g.classNames({"k-first":e.kFirst,"k-filterable":!!h,"k-table-th":!0,"k-header":!0,"k-grid-header-sticky":e.locked,"k-sorted":this.props.sort&&this.props.sort.some(y=>y.field===e.field)},e.headerClassName),d=e.left!==void 0?this.props.isRtl?{left:e.right,right:e.left}:{left:e.left,right:e.right}:{},f=I.provideLocalizationService(this).toLanguageString(ze,w[ze]);let v=e.isAccessible?{ariaSort:pr[a],role:"columnheader",ariaColumnIndex:e.ariaColumnIndex,ariaSelected:!1,ariaDescription:s?f:""}:{role:"presentation"};const u=e.declarationIndex>=0?++this.index:--this.serviceIndex,E=e.headerCell?e.headerCell:Ct,k=o.createElement(E,{key:1,field:e.field,onClick:s&&(y=>this.cellClick(y,e))||void 0,selectionChange:this.props.selectionChange,title:e.title,selectionValue:e.headerSelectionValue,render:this.props.cellRender,children:this.sortIcon(n),columnMenuWrapperProps:{column:{field:e.field,title:e.title,locked:e.locked,filter:e.filter,id:e.id},sortable:s&&this.props.sortable,sort:this.props.sort,onSortChange:this.props.sortChange,filter:this.props.filter,filterable:this.props.filterable&&e.filterable,filterOperators:this.props.filterOperators,onFilterChange:this.props.filterChange,group:this.props.group,groupable:this.props.groupable,onGroupChange:this.props.groupChange,columnMenu:h}}),x={...v,key:u,colSpan:e.colSpan,rowSpan:e.rowSpan,className:c,style:d,columnId:e.id,navigatable:e.navigatable,onKeyDown:s&&(y=>this.cellKeyDown(y,e))||void 0,role:"columnheader"},S=[k,this.props.columnResize&&this.props.columnResize.resizable&&e.resizable&&o.createElement(b.ColumnResizer,{key:2,resize:(y,A,T)=>this.props.columnResize&&this.props.columnResize.dragHandler(y,e,A,T),autofit:y=>this.props.columnResize&&this.props.columnResize.dblClickHandler(y,[e.id])})],F=pe(this.props.cells,e.cells);if(F&&F.headerCell){const y=F.headerCell;return o.createElement(y,{key:u,thProps:x,index:l},S)}return o.createElement(b.HeaderThElement,{...x,key:u},S)}),this.cellClick=this.cellClick.bind(this)}cellClick(t,r){if(t.preventDefault(),!this.props.sortChange)return;const{allowUnsort:l,mode:e}=mt(this.props.sortable||!1,r.sortable||!1),s=(this.props.sort||[]).filter(h=>h.field===r.field)[0],n=dr[l][s&&s.dir||""],a=e==="single"?[]:(this.props.sort||[]).filter(h=>h.field!==r.field);n!==""&&r.field&&a.push({field:r.field,dir:n}),this.props.sortChange(a,t)}sortIcon(t){return this.props.sort?t>=0&&[o.createElement("span",{key:1,className:"k-sort-icon"},o.createElement(g.IconWrap,{name:"sort-"+this.props.sort[t].dir+"-small",icon:this.props.sort[t].dir==="asc"?N.sortAscSmallIcon:N.sortDescSmallIcon})),this.props.sort.length>1&&o.createElement("span",{key:2,className:"k-sort-icon"},o.createElement("span",{className:"k-sort-order"},t+1))]:null}render(){return this.serviceIndex=0,this.index=-1,this.props.columnsMap.map((t,r)=>this.props.pressHandler&&o.createElement(cr,{key:r,pressHandler:this.props.pressHandler,dragHandler:this.props.dragHandler,releaseHandler:this.props.releaseHandler,ariaRowIndex:r+1,dragClue:this.props.dragClue,headerRef:this.props.headerRef,containerRef:this.props.containerRef},this.cells(t))||o.createElement("tr",{key:r,className:"k-table-row",role:"row","aria-rowindex":r+1},this.cells(t)))}}I.registerForLocalization(bt);const ur=[{text:"grid.filterAndLogic",operator:"and"},{text:"grid.filterOrLogic",operator:"or"}],He={text:[{text:"grid.filterContainsOperator",operator:"contains"},{text:"grid.filterNotContainsOperator",operator:"doesnotcontain"},{text:"grid.filterEqOperator",operator:"eq"},{text:"grid.filterNotEqOperator",operator:"neq"},{text:"grid.filterStartsWithOperator",operator:"startswith"},{text:"grid.filterEndsWithOperator",operator:"endswith"},{text:"grid.filterIsNullOperator",operator:"isnull"},{text:"grid.filterIsNotNullOperator",operator:"isnotnull"},{text:"grid.filterIsEmptyOperator",operator:"isempty"},{text:"grid.filterIsNotEmptyOperator",operator:"isnotempty"}],numeric:[{text:"grid.filterEqOperator",operator:"eq"},{text:"grid.filterNotEqOperator",operator:"neq"},{text:"grid.filterGteOperator",operator:"gte"},{text:"grid.filterGtOperator",operator:"gt"},{text:"grid.filterLteOperator",operator:"lte"},{text:"grid.filterLtOperator",operator:"lt"},{text:"grid.filterIsNullOperator",operator:"isnull"},{text:"grid.filterIsNotNullOperator",operator:"isnotnull"}],date:[{text:"grid.filterEqOperator",operator:"eq"},{text:"grid.filterNotEqOperator",operator:"neq"},{text:"grid.filterAfterOrEqualOperator",operator:"gte"},{text:"grid.filterAfterOperator",operator:"gt"},{text:"grid.filterBeforeOperator",operator:"lt"},{text:"grid.filterBeforeOrEqualOperator",operator:"lte"},{text:"grid.filterIsNullOperator",operator:"isnull"},{text:"grid.filterIsNotNullOperator",operator:"isnotnull"}],boolean:[{text:"grid.filterEqOperator",operator:"eq"}]},P=i=>i==="isnull"||i==="isnotnull"||i==="isempty"||i==="isnotempty",ee=(i,t)=>i.map(r=>({text:t.toLanguageString(r.text,w[r.text]),operator:r.operator})),gr="eq",Te=[{text:"grid.filterBooleanAll",operator:""},{text:"grid.filterIsTrue",operator:!0},{text:"grid.filterIsFalse",operator:!1}],fr={text:!1,numeric:!1,date:!1,boolean:!0},vt=(i,t,r)=>{const l=xt(r.operators);let e=r.operator;switch(r.filterType){case"numeric":(!e||P(e))&&(e=l),i===null&&e===l&&(e="");break;case"date":(!e||P(e))&&(e=l),i===null&&e===l&&(e="");break;case"text":(!e||P(e))&&(e=l),!i&&e===l&&(e="");break;default:return}r.onChange({value:i,operator:e,syntheticEvent:t})},xt=(i,t)=>t?i[t][0].operator:i[0].operator,Pe=i=>i||"text",Et=(i,t)=>{const r=i.target.value;t({value:r.operator,operator:r.operator===""?"":gr,syntheticEvent:i.syntheticEvent})},St=(i,t,r)=>{let l=t;const e=i.target.value;i.target.state.opened&&(P(e.operator)&&(l=null),t===null&&!P(e.operator)&&(l=void 0),r({value:l,operator:e.operator,syntheticEvent:i.syntheticEvent}))};class _e extends o.Component{constructor(t){super(t),this._inputRef=o.createRef(),this.renderOperatorEditor=r=>{if(this.props.filterType==="boolean")return;const l=this.props.operators.find(e=>e.operator===this.props.operator)||null;return o.createElement(J.DropDownList,{size:this.props.size,value:l,onChange:this.operatorChange,className:"k-dropdown-operator",iconClassName:"k-i-filter k-icon",svgIcon:N.filterIcon,data:this.props.operators,textField:"text",title:r.toLanguageString(Ge,w[Ge]),popupSettings:{width:""}})},this.inputChange=this.inputChange.bind(this),this.clear=this.clear.bind(this),this.operatorChange=this.operatorChange.bind(this),this.boolDropdownChange=this.boolDropdownChange.bind(this)}render(){const t=I.provideLocalizationService(this),r=o.createElement("div",{className:"k-filtercell"},o.createElement("div",{className:"k-filtercell-wrapper"},this.filterComponent(this.props.filterType,this.props.value,this.props.booleanValues),o.createElement("div",{className:"k-filtercell-operator"},this.renderOperatorEditor(t)," ",o.createElement(R.Button,{size:this.props.size,icon:"filter-clear",svgIcon:N.filterClearIcon,className:g.classNames({"k-clear-button-visible":!!(!(this.props.value===null||this.props.value==="")||this.props.operator)}),title:t.toLanguageString(W,w[W]),type:"button",onClick:this.clear,disabled:!(!(this.props.value===null||this.props.value==="")||this.props.operator)}))));return this.props.render?this.props.render.call(void 0,r,this.props):r}inputChange(t,r){vt(t,r,this.props)}operatorChange(t){St(t,this.props.value,this.props.onChange)}boolDropdownChange(t){Et(t,this.props.onChange)}clear(t){t.preventDefault(),this.props.onChange({value:"",operator:"",syntheticEvent:t}),this._inputRef.current&&(this._inputRef.current.element.value="",setTimeout(()=>{this._inputRef.current.element.focus()},0))}filterComponent(t,r,l){switch(t){case"numeric":return o.createElement(L.NumericTextBox,{ref:this._inputRef,size:this.props.size,value:r,onChange:e=>{this.inputChange(e.value,e.syntheticEvent)},title:this.props.title,ariaLabel:this.props.ariaLabel});case"date":return o.createElement(ve.DatePicker,{ref:this._inputRef,size:this.props.size,value:r,onChange:e=>{this.inputChange(e.value,e.syntheticEvent)},title:this.props.title,ariaLabel:this.props.ariaLabel});case"boolean":{const e=s=>s==null;return o.createElement(J.DropDownList,{ref:this._inputRef,size:this.props.size,onChange:this.boolDropdownChange,value:l.find(s=>s.operator===(e(r)?"":r)),data:l,textField:"text",title:this.props.title,ariaLabel:this.props.ariaLabel})}default:return o.createElement(L.TextBox,{ref:this._inputRef,size:this.props.size,value:r||"",onChange:e=>{this.inputChange(e.target.value,e.syntheticEvent)},title:this.props.title,"aria-label":this.props.ariaLabel})}}}I.registerForLocalization(_e);const mr="k-table-row k-filter-row";class yt extends o.Component{headerCellClassName(t,r){let l=`${r?"k-grid-header-sticky":""}`;return this.props.sort&&this.props.sort.filter(e=>e.field===t).length>0&&(l+=" k-sorted"),l}setFilter(t,r,l,e){if(!this.props.filterChange)return;const s=[];(t!==""&&t!==null||r!=="")&&s.push({field:l,operator:r,value:t}),this.props.filter&&this.props.filter.filters&&(this.props.filter.filters||[]).forEach(h=>{const c=h;c&&c.field!==l&&s.push(c)});const n=this.props.filter&&this.props.filter.logic?this.props.filter.logic:"and";this.props.filterChange(s.length>0?{logic:n,filters:s}:null,e)}render(){const t=I.provideLocalizationService(this),r=this.props.filter&&this.props.filter.filters||[],l=a=>{if(a===void 0)return;const h=r.filter(c=>c.field===a);return h.length?h[0]:void 0};let e=0,s=-1;const n=this.props.columns.filter(a=>a.children.length===0).map(a=>{const h=Pe(a.filter),c=l(a.field),d=a.filterable?t.toLanguageString(Le,w[Le]):void 0;let f=c&&c.value;f===void 0&&(f=h==="text"?"":null);const v=a.filterable&&{render:this.props.cellRender,field:a.field,title:a.filterTitle,value:f,operator:c&&c.operator,operators:ee(this.props.filterOperators[h]||[],t),booleanValues:ee(Te,t),filterType:h,ariaLabel:d,onChange:y=>{this.setFilter(y.value,y.operator,a.field,y.syntheticEvent)}},u=a.declarationIndex>=0?++s:--e,E={ariaLabel:d,ariaColumnIndex:a.ariaColumnIndex},k=a.left!==void 0?this.props.isRtl?{left:a.right,right:a.left}:{left:a.left,right:a.right}:{},x={columnId:b.tableKeyboardNavigationTools.getFilterColumnId(a.id),navigatable:a.navigatable,style:k,className:g.classNames("k-table-th",this.headerCellClassName(a.field,a.locked)||void 0),role:"columnheader",...E},S=v&&(a.filterCell?o.createElement(a.filterCell,{...v}):o.createElement(_e,{size:this.props.size,...v})),F=pe(this.props.cells,a.cells);if(F&&F.filterCell){const y=F.filterCell;return o.createElement(y,{key:u,...v,thProps:x,index:s},S)}return o.createElement(b.HeaderThElement,{key:u,...x},S)});return o.createElement("tr",{className:mr,"aria-rowindex":this.props.ariaRowIndex,role:"row"},n)}}I.registerForLocalization(yt);class It extends o.Component{constructor(){super(...arguments),this.draggable=null,this.onPress=t=>{const r=this.draggable&&this.draggable.element;r&&this.props.onPress&&this.props.onPress(t.event,r)},this.onDrag=t=>{const r=this.draggable&&this.draggable.element;r&&this.props.onDrag&&this.props.onDrag(t.event,r)},this.onRelease=t=>{this.draggable&&this.draggable.element&&this.props.onRelease&&this.props.onRelease(t.event)},this.sortChange=t=>{if(t.preventDefault(),this.props.onSortChange){const r=this.props.dir==="asc"?"desc":"asc";this.props.onSortChange(t,r)}},this.groupRemove=t=>{t.preventDefault(),t.stopPropagation(),this.props.onRemove&&this.props.onRemove(t)},this.onContextMenu=t=>{const r={title:this.props.title,dir:this.props.dir,index:this.props.index};this.props.onContextMenu&&this.props.onContextMenu.call(void 0,t,{dataItem:{...r}})}}render(){const{dir:t}=this.props;return o.createElement(g.Draggable,{onPress:this.onPress,onDrag:this.onDrag,onRelease:this.onRelease,ref:r=>{this.draggable=r}},o.createElement("div",{className:"k-chip k-chip-md k-chip-solid k-chip-solid-base k-rounded-md",onClick:this.sortChange,onContextMenu:this.onContextMenu,role:"button",style:{touchAction:"none"}},o.createElement("span",null,o.createElement(g.IconWrap,{name:"sort-"+t+"-small",icon:t==="asc"?N.sortAscSmallIcon:N.sortDescSmallIcon,size:"small"})),o.createElement("span",{className:"k-chip-content"},this.props.title),o.createElement("span",{className:"k-chip-actions"},o.createElement("span",{className:"k-chip-action k-chip-remove-action",onClick:this.groupRemove},o.createElement(g.IconWrap,{name:"x-circle",icon:N.xCircleIcon,size:"small"})))))}}I.registerForLocalization(It);class wt extends o.Component{constructor(){super(...arguments),this.onGroupRemove=(t,r)=>{const l=this.props.group.slice();l.splice(r,1),this.props.groupChange(l,t)},this.onGroupSortChange=(t,r,l,e)=>{const s=Object.assign({},l,{dir:e}),n=this.props.group.slice();n.splice(r,1,s),this.props.groupChange(n,t)}}render(){const r=(this.props.group||[]).map((l,e)=>o.createElement(It,{key:e,index:e,dir:l.dir||"asc",title:this.props.resolveTitle(l.field),onRemove:s=>{this.onGroupRemove(s,e)},onSortChange:(s,n)=>{this.onGroupSortChange(s,e,l,n)},onPress:this.props.pressHandler,onDrag:this.props.dragHandler,onRelease:this.props.releaseHandler,onContextMenu:this.props.onContextMenu}));return o.createElement("div",{ref:this.props.refCallback,className:"k-grouping-header",role:"toolbar","aria-label":I.provideLocalizationService(this).toLanguageString(De,w[De]),"aria-controls":this.props.ariaControls||""},o.createElement("div",{className:"k-chip-list k-chip-list-md",role:"none"},r),o.createElement("div",{className:"k-grouping-drop-container"},!r.length&&I.provideLocalizationService(this).toLanguageString(ye,w[ye])," "))}}I.registerForLocalization(wt);class Cr extends o.Component{constructor(){super(...arguments),this.footerWrap=null,this.table=null,this.scrollbarWidth=g.getScrollbarWidth()}componentDidMount(){this.setState({})}setScrollLeft(t){this.footerWrap&&(this.footerWrap.scrollLeft=t)}setWidth(t){this.table&&(this.table.style.width=t+"px")}render(){return this.props.staticHeaders?o.createElement("div",{className:"k-grid-footer",role:"presentation"},o.createElement("div",{ref:t=>{this.footerWrap=t},className:"k-grid-footer-wrap",style:this.scrollbarWidth?{}:{borderWidth:0},role:"presentation"},o.createElement("table",{ref:t=>{this.table=t},className:g.classNames("k-table k-grid-footer-table",{"k-table-md":!this.props.size,[`k-table-${g.kendoThemeMaps.sizeMap[this.props.size]||this.props.size}`]:this.props.size},this.props.className),role:"presentation"},o.createElement("colgroup",{ref:t=>{this.props.columnResize.colGroupFooter=t},role:"presentation"},this.props.cols),o.createElement("tfoot",{className:"k-table-tfoot",role:"presentation"},this.props.row)))):o.createElement("tfoot",{className:"k-table-tfoot"},this.props.row)}}class br{constructor(t){this.table=null,this.containerHeight=0,this.topCacheCount=0,this.attendedSkip=0,this.propsSkip=0,this.total=0,this.scrollableVirtual=!1,this.realSkip=0,this.pageSize=0,this.PageChange=null,this.tableBodyRef=o.createRef(),this.fixedScroll=!1,this.askedSkip=void 0,this.containerRef=o.createRef(),this.tableTransform="",this.prevScrollPos=0,this.tableTranslate=0,this.scrollSyncing=!1,this.reactVersion=Number.parseFloat(o.version),this.topItems=(r,l)=>{if(!this.container||l)return{topItemsCount:0,topItemsHeight:0};const e=this.container.clientHeight,s=Math.ceil(e/r[0].line),n=Math.ceil((r.length-s)/2);let a=0;for(let h=0;h<n;h++)a+=r[h].line+r[h].acc;return{topItemsCount:n,topItemsHeight:a,itemsNeededOnScreen:s+s/2}},this.horizontalScrollbarHeight=()=>this.container?this.container.offsetHeight-this.container.clientHeight:0,t&&(this.topCacheCount=4,this.attendedSkip=-this.topCacheCount),this.scrollHandler=this.scrollHandler.bind(this)}get container(){return this.containerRef.current}get rowHeights(){const t=[],r=this.tableBodyRef.current&&this.tableBodyRef.current.children||[];let l=0;for(let e=0;e<r.length;e++){if(r[e].className.indexOf("k-grouping-row")>-1){l+=r[e].scrollHeight;continue}r[e].className.indexOf("k-detail-row")>-1?t[t.length-1].line+=r[e].scrollHeight:(t.push({line:r[e].scrollHeight,acc:l}),l=0)}return t}changePage(t,r){this.attendedSkip=t-this.topCacheCount,this.PageChange&&this.PageChange({skip:Math.max(0,t-this.topCacheCount),take:this.pageSize},r)}translate(t,r){this.tableTranslate=t,this.scrollableVirtual&&this.table&&(this.reactVersion<=17||r?this.table.style.transform="translateY("+t+"px)":this.tableTransform="translateY("+t+"px)")}reset(){this.scrollSyncing=!0,!this.fixedScroll&&(this.container&&(this.container.scrollTop=0),this.translate(0,!0))}localScrollUp(t){if(!this.container)return;const r=this.rowHeights,l=this.container.scrollTop;let e=this.tableTranslate,s=0;const{topItemsCount:n,topItemsHeight:a,itemsNeededOnScreen:h}=this.topItems(r,!!this.topCacheCount),c=l-e;if(!(c>a||r.length<=h)){for(;s<this.topCacheCount+this.attendedSkip-this.realSkip+n&&this.propsSkip-s>0&&!(e+(r[r.length-1-s].line+r[r.length-1-s].acc)+c<=l);)e-=r[r.length-1-s].line+r[r.length-1-s].acc,s++;if(s===0&&this.topCacheCount===0&&this.attendedSkip>0&&(e=Math.max(e-r[0].line,0),s=1),this.propsSkip-s<=0&&e>l){this.translate(0),this.changePage(0,t),this.container.scrollTop=0;return}if(e>l&&(e=l),e!==this.tableTranslate){this.translate(Math.max(0,e-a));const d=Math.max(0,this.propsSkip-s-n);this.changePage(d,t)}}}localScrollDown(t){if(!this.container)return;const r=this.rowHeights,l=this.container.scrollTop;let e=this.tableTranslate,s=0;const{topItemsCount:n,topItemsHeight:a,itemsNeededOnScreen:h}=this.topItems(r,!!this.topCacheCount);for(;s<r.length-this.topCacheCount&&!(e+r[s].line+r[s].acc>l);)e+=r[s].line+r[s].acc,s++;n>this.propsSkip+s||r.length<=h||(s>=r.length-this.topCacheCount&&this.propsSkip+s>=this.total?(this.translate(e-a),this.changePage(this.total-1-n,t)):e!==this.tableTranslate&&this.propsSkip+s-n!==this.propsSkip&&(this.translate(e-a),this.changePage(this.propsSkip+s-n,t)))}scrollNonStrict(t){const r=this.total*this.prevScrollPos/this.containerHeight;let l=Math.floor(r);l>=this.total&&(l=this.total-1);const e=Math.min(r-l,1);let s=0;const n=l-this.propsSkip,a=this.rowHeights;n>=0&&n<=1?s=-((a[0].line+a[0].acc)*e):n===-1&&(s=-((a[a.length-1].line+a[a.length-1].acc)*e));const{topItemsCount:h,topItemsHeight:c}=this.topItems(a,!!this.topCacheCount);this.translate(Math.max(0,s-c-this.horizontalScrollbarHeight()+this.containerHeight*r/this.total)),this.changePage(l-h,t)}scrollHandler(t){if(!this.scrollableVirtual)return;if(this.scrollSyncing||!this.container||!this.table){this.scrollSyncing=!1;return}const r=this.container.scrollTop,l=this.prevScrollPos;if(this.prevScrollPos=r,this.askedSkip!==void 0){this.translate(this.containerHeight*this.askedSkip/this.total),this.changePage(this.askedSkip,t),this.prevScrollPos=r,this.askedSkip=void 0;return}r-l<0&&r>this.tableTranslate-this.table.scrollHeight/10?this.localScrollUp(t):r-l>0&&r<this.tableTranslate+this.table.scrollHeight*2/3?this.localScrollDown(t):this.scrollNonStrict(t),this.prevScrollPos=r}}class kt{constructor(t=0,r,l,e){this.total=t,this.offsets=[],this.heights=[];let s=0;for(let n=0;n<t;n++){this.offsets.push(s);const a=e&&e[n].expanded&&e[n].rowType==="data"?l:r;s+=a,this.heights.push(a)}}height(t){return this.heights[t]}index(t){if(t<0)return;const r=this.offsets.reduce((l,e,s)=>{if(l!==void 0)return l;if(e===t)return s;if(e>t)return s-1},void 0);return r===void 0?this.total-1:r}offset(t){return this.offsets[t]}totalHeight(){const t=this.offsets[this.offsets.length-1],r=this.heights[this.heights.length-1];return t+r}}class Nt{constructor(t){this.table=null,this.containerHeight=0,this.topCacheCount=0,this.attendedSkip=0,this.propsSkip=0,this.total=0,this.scrollableVirtual=!1,this.realSkip=0,this.pageSize=0,this.PageChange=null,this.tableBodyRef=o.createRef(),this.fixedScroll=!1,this.askedSkip=void 0,this.containerRef=o.createRef(),this.tableTransform="",this.scrollSyncing=!1,this.lastLoaded=0,this.firstLoaded=0,this.lastScrollTop=0,this.reactVersion=Number.parseFloat(o.version),this.firstLoaded=this.pageSize,this.lastLoaded=this.realSkip+this.pageSize,this.scrollHandler=this.scrollHandler.bind(this)}get container(){return this.containerRef.current}translate(t,r){this.scrollableVirtual&&this.table&&(Ee||this.reactVersion<=17||r?this.table.style.transform="translateY("+t+"px)":this.tableTransform="translateY("+t+"px)")}changePage(t,r){this.PageChange&&this.PageChange({skip:Math.max(0,t),take:this.pageSize},r)}reset(){this.scrollSyncing=!0,!this.fixedScroll&&(this.container&&(this.container.scrollTop=0),this.translate(0,!0))}scrollHandler(t){if(!this.scrollableVirtual||!this.container||!this.table||!this.rowHeightService||!this.containerRef.current)return;if(this.scrollSyncing){this.scrollSyncing=!1;return}const r=this.container.scrollTop,l=this.lastScrollTop>=r,e=!l;this.lastScrollTop=r;let s=this.rowHeightService.index(r),n=this.rowHeightService.offset(s);const{offsetHeight:a}=this.containerRef.current,h=this.rowHeightService.index(r+a);if(e&&h>=this.lastLoaded&&this.lastLoaded<this.total){const c=s+this.pageSize-this.total;c>0&&(s=s-c,n=this.rowHeightService.offset(s)),this.firstLoaded=s,this.translate(n);let d=this.firstLoaded+this.pageSize;this.lastLoaded=Math.min(d,this.total),this.changePage(this.firstLoaded,t)}else if(l&&s<this.firstLoaded){const c=Math.floor(this.pageSize*.3);this.firstLoaded=Math.max(s-c,0),this.translate(this.rowHeightService.offset(this.firstLoaded)),this.lastLoaded=Math.min(this.firstLoaded+this.pageSize,this.total),this.changePage(this.firstLoaded,t)}}}const vr=1,xr=20;class Er{constructor(t){this.columns=[],this.resizable=!1,this.isRtl=!1,this.setIsRtl=r=>{this.isRtl=r},this.dragHandler=(r,l,e,s)=>{const n=r.originalEvent;s||(n.preventDefault(),n.stopPropagation(),n.stopImmediatePropagation());const a=e.closest("th");if(!a||!a)return;const h=a.clientWidth;let c=h;if(this.isRtl?c+=e.getBoundingClientRect().right-e.offsetWidth/2-r.clientX:c+=r.clientX-e.getBoundingClientRect().left-e.offsetWidth/2,!s&&Math.abs(c-h)<1)return;this.fixateInitialWidths(a.parentElement.clientWidth),this.setWidths(l,Math.floor(c)/h);const d=this.columns.filter(f=>!f.children.length).findIndex(f=>f.id===l.id);this.onResize(d,h,c,n,s,l.id)},this.dblClickHandler=(r,l)=>{const e=this.columns.filter(v=>l.indexOf(v.id)>-1);if(!this.colGroupMain||!e.length)return;const s={},n=e;for(;n.length>0;){const v=n.pop();if(!v)break;v.children.length?n.push(...v.children):s[v.id]=v}const a=this.columns.filter(v=>!v.children.length),h=[];a.forEach((v,u)=>{s[v.id]&&h.push(u)});const c=[this.colGroupMain.parentElement],d=[this.colGroupMain];this.colGroupHeader&&(c.push(this.colGroupHeader.parentElement),d.push(this.colGroupHeader)),this.colGroupFooter&&(c.push(this.colGroupFooter.parentElement),d.push(this.colGroupFooter)),c.forEach(v=>v.classList.add("k-autofitting"));let f=[];d.forEach(v=>{h.forEach(u=>{v.children[u]&&(v.children[u].width="",f[u]=Math.max(f[u]||0,v.children[u].offsetWidth+vr))})}),d.forEach(v=>{h.forEach(u=>{v.children[u]&&(v.children[u].width=f[u]+"px",a[u].width=f[u])})}),c.forEach(v=>v.classList.remove("k-autofitting")),this.onResize(h[0],0,0,r,!0,l[0])},this.updateColElements=r=>{const l=this.columns.filter(s=>!s.children.length);let e=1e-10;for(let s=0;s<r.length;s++){const n=r[s],a=l.findIndex(f=>f.id===n.id),h=parseFloat((n.width||0).toString()),c=Math.floor(h);e+=h-c;const d=c+Math.floor(e);if(e-=Math.floor(e),this.colGroupMain&&this.colGroupMain.children[a]){const f=parseInt(this.colGroupMain.children[a].width,10);this.colGroupMain.children[a].width=d+"px",this.updateNextLockedCol(this.colGroupMain.parentElement,n,f-d)}if(this.colGroupHeader&&this.colGroupHeader.children[a]){const f=parseInt(this.colGroupHeader.children[a].width,10);this.colGroupHeader.children[a].width=d+"px",this.updateNextLockedCol(this.colGroupHeader.parentElement,n,f-d)}if(this.colGroupFooter&&this.colGroupFooter.children[a]){const f=parseInt(this.colGroupFooter.children[a].width,10);this.colGroupFooter.children[a].width=d+"px",this.updateNextLockedCol(this.colGroupFooter.parentElement,n,f-d)}}},this.onResize=t}fixateInitialWidths(t){const r=this.columns.filter(n=>!n.children.length);let l=0,e=this.colGroupMain?this.colGroupMain.children:[];for(let n=0;n<e.length;n++)e[n].width?t-=parseFloat(e[n].width):l++;if(l===0)return;const s=Math.floor(t/l);for(let n=0;n<e.length;n++){const a=e[n];a.width||(a.width=s,r[n].width=s.toString(),this.colGroupHeader&&(this.colGroupHeader.children[n].width=s),this.colGroupFooter&&(this.colGroupFooter.children[n].width=s))}}setWidths(t,r){const l=this.columns.findIndex(n=>n.id===t.id),e=[];let s=t.children.length;for(let n=l+1;s>0&&n<this.columns.length;n++,s--){const a=this.columns[n];a.children.length?s+=a.children.length:e.push(a)}return e.length===0&&e.push(t),e.forEach(n=>{let a=n.width?parseFloat(n.width.toString())*r:0;const h=n.minResizableWidth===void 0?10:n.minResizableWidth;a<h&&(a=h),n.width=a}),this.updateColElements(e),e}updateNextLockedCol(t,r,l){const e=r.index,s=this.colGroupMain.parentElement.closest(".k-grid"),n=s==null?void 0:s.clientWidth,a=this.columns.filter(h=>h.locked).map(h=>parseInt(h.width+"",10)).reduce((h,c)=>h+c,0);!r.locked||n<=a+xr||this.columns.forEach(h=>{if(h!=null&&h.locked&&l){const c=t==null?void 0:t.querySelectorAll('[aria-colindex="'+h.ariaColumnIndex+'"]');c==null||c.forEach(d=>{const f=d.style;this.isRtl?(h.index>e&&f&&f.right&&(f.right=parseInt(f.right,10)-l+"px"),h.index<e&&f&&f.left&&(f.left=parseInt(f.left,10)-l+"px")):(h.index>e&&f&&f.left&&(f.left=parseInt(f.left,10)-l+"px"),h.index<e&&f&&f.right&&(f.right=parseInt(f.right,10)-l+"px"))})}})}}class Ft{constructor(t,r,l){this.refDragElementClue=o.createRef(),this.refDropElementClue=o.createRef(),this.columns=[],this.reorderable=!1,this.groupable=!1,this.startColumn=-1,this.startGroup=-1,this.currentColumn=-1,this.currentGroup=-1,this.groupPanelDivElement=null,this.refGroupPanelDiv=e=>{this.groupPanelDivElement=e&&e.children?e.children[0]:e},this.pressHandler=(e,s)=>{const n=this.getColumnIndex(e,s);if(this.startGroup=this.getGroupIndex(e),n>=0){const a=this.columns[n];(a.reorderable&&this.reorderable||a.groupable&&this.groupable)&&(this.startColumn=n)}},this.dragHandler=(e,s)=>{if(e.isTouch||e.originalEvent.preventDefault(),e.originalEvent.stopPropagation(),this.startColumn===-1&&this.startGroup===-1)return;this.currentColumn=this.getColumnIndex(e,s);const n=this.groupPanelDivElement&&this.groupPanelDivElement.children;this.currentGroup=this.isTargetGroupingContainer(e)?n&&n.length?n.length:0:this.getGroupIndex(e);const a=!this.isValid();a&&(this.currentColumn=-1,this.currentGroup=-1);const h=this.currentColumn>=0?s.children[this.columns[this.currentColumn].index]:this.isTargetGroupingContainer(e)?e.originalEvent.target:this.groupPanelDivElement&&this.groupPanelDivElement.children[this.currentGroup];this.updateDragElementClue(e,s,h,a),this.updateDropElementClue(e,s,h,a)},this.releaseHandler=e=>{const s=this.startColumn,n=this.currentColumn,a=this.startGroup,h=this.currentGroup;e.originalEvent.preventDefault(),this.dropElementClue&&this.dropElementClue.setState({visible:!1}),this.dragElementClue&&this.dragElementClue.setState({visible:!1});const c=this.isValid();this.startColumn=this.startGroup=this.currentColumn=this.currentGroup=-1,c&&(s>=0&&n>=0?this.columnReorder(s,n,e.originalEvent):a>=0&&h>=0?this.groupReorder(a,h,e.originalEvent):s>=0&&h>=0&&this.columnToGroup(s,h,e.originalEvent))},this.columnReorder=t,this.groupReorder=r,this.columnToGroup=l}get dragClueRef(){return this.refDragElementClue}get dropClueRef(){return this.refDropElementClue}get dragElementClue(){return this.refDragElementClue.current}get dropElementClue(){return this.refDropElementClue.current}getColumnIndex(t,r){if(!r||r.parentElement===this.groupPanelDivElement)return-1;const l=b.getIndex(t,r);if(l===-1)return-1;for(let e=0;e<r.parentNode.children.length;e++)if(r.parentNode.children[e]===r)return this.columns.findIndex(s=>s.index===l&&s.depth===e);return-1}isTargetGroupingContainer(t){const r=t.originalEvent.target;return r.className.indexOf?r.className.indexOf("k-grouping-drop-container")!==-1:!1}getGroupIndex(t){return b.getIndex(t,this.groupPanelDivElement)}isValid(){return this.startGroup>=0?this.currentGroup>=0&&this.currentGroup!==this.startGroup:this.startColumn===-1?!1:this.currentGroup>=0?this.columns[this.startColumn].groupable===!0&&this.groupable===!0:this.reorderable===!0&&this.currentColumn>=0&&this.currentColumn!==this.startColumn&&this.columns[this.startColumn].reorderable===!0&&this.columns[this.currentColumn].parentIndex===this.columns[this.startColumn].parentIndex}updateDragElementClue(t,r,l,e){if(!this.dragElementClue)return;const s=this.startColumn>=0?r.children[this.columns[this.startColumn].index].innerText:r.innerText;this.dragElementClue.setState({visible:!0,top:t.pageY+10,left:t.pageX,innerText:s,status:e||!l?"k-i-cancel":"k-i-plus"})}updateDropElementClue(t,r,l,e){if(!this.dropElementClue)return;if(e||!l){this.dropElementClue.setState({visible:!1});return}const s=l.getBoundingClientRect(),a=(l.closest(".k-grouping-header")||l).getBoundingClientRect();let h=s.left+t.pageX-t.clientX-6;!this.isTargetGroupingContainer(t)&&(this.currentColumn>this.startColumn||this.currentGroup>this.startGroup&&this.startGroup!==-1)&&(h+=s.width);const c=a.top+t.pageY-t.clientY;this.dropElementClue.setState({visible:!0,top:c,left:h,height:this.currentColumn>=0?r.clientHeight:a.height})}}const Gt=i=>{let t=null;const r=I.useInternationalization(),l=b.useTableKeyboardNavigation(i.id),e=o.useCallback(c=>{i.onContextMenu&&i.onContextMenu.call(void 0,c,i.dataItem,i.field)},[i.onContextMenu,i.dataItem,i.field]);let s=null,n=null;if(i.rowType==="groupFooter")s={onContextMenu:e,className:i.className},t=o.createElement("td",{...s});else if(i.rowType!=="groupHeader"){if(i.field!==void 0){const d=H(i.field,i.dataItem);d!=null&&(n=i.format?r.format(i.format,d):d.toString())}const c=g.classNames("k-table-td",i.className,{"k-selected":i.isSelected});s={onContextMenu:e,colSpan:i.colSpan,style:i.style,className:c,role:"gridcell","aria-colindex":i.ariaColumnIndex,"aria-selected":i.isSelected,[U]:i.columnIndex,...l},t=o.createElement("td",{...s},n)}const a=i.rowType||"data",h=i.cells;if(h&&h[a]){const c=h[a];return o.createElement(c,{...i,tdProps:s},n)}return i.render?i.render.call(void 0,t,i):t},Re=i=>{let t=null;const{columnIndex:r,level:l,columnsCount:e,rowType:s,dataItem:n,field:a,onChange:h,expanded:c,render:d,dataIndex:f,ariaColumnIndex:v,isRtl:u}=i,E=a||"",k=b.useTableKeyboardNavigation(i.id),x=I.useLocalization();let S=null,F=null,y=null;const A=o.useCallback(D=>{D.isDefaultPrevented()||D.keyCode===g.Keys.enter&&h&&(D.preventDefault(),h({dataItem:n,dataIndex:f,syntheticEvent:D,field:void 0,value:!c}))},[c,h,n,f]),T=o.useCallback(D=>{i.onContextMenu&&i.onContextMenu.call(void 0,D,i.dataItem,i.field)},[i.onContextMenu,i.dataItem,i.field]),me=(D,Ve)=>{const Ce=c?ct:ht,Ue=x.toLanguageString(Ce,w[Ce]);return S={className:"k-table-td",style:{...i.style,...Ve},colSpan:D,key:"g-colspan",role:"gridcell",["aria-selected"]:!1,["aria-expanded"]:c,["aria-colindex"]:v,onKeyDown:A,onContextMenu:T,...k},y=o.createElement("p",{className:"k-reset"},o.createElement("a",{onClick:le=>{le.preventDefault(),h&&h({dataItem:n,dataIndex:f,syntheticEvent:le,field:void 0,value:!c})},href:"#",tabIndex:-1,"aria-label":Ue},o.createElement(g.IconWrap,{name:c?"caret-alt-down":u?"caret-alt-left":"caret-alt-right",icon:c?N.caretAltDownIcon:u?N.caretAltLeftIcon:N.caretAltRightIcon})),n[E]instanceof Date&&n[E].toString?n[E].toString():n[E]),o.createElement("td",{...S},y)};r===void 0||l===void 0||r<l||e===void 0||s!=="groupHeader"||n[E]===void 0?(S={style:i.style,key:"g"+r,className:g.classNames("k-table-td","k-group-cell",{"k-grid-content-sticky":i.locked}),role:"gridcell",onContextMenu:T},t=o.createElement("td",{...S})):r<=l&&!i.locked?t=me(e-r,{}):r<=l&&i.locked&&(F={className:"k-table-td",role:"gridcell",colSpan:e-r,style:{borderLeftWidth:0,borderRightWidth:0},onContextMenu:T},t=o.createElement(o.Fragment,null,me(0,{position:"sticky",zIndex:2}),o.createElement("td",{...F})));const se=i.rowType||"data",j=i.cells;if(j&&j.group&&j.group[se]){const D=j.group[se];return o.createElement(D,{...i,tdProps:S,td2Props:F},y)}return d?d.call(void 0,t,i):t};class Mt extends o.Component{render(){const t=g.classNames("k-table-row",{"k-grouping-row":this.props.rowType==="groupHeader","k-group-footer":this.props.rowType==="groupFooter","k-master-row":this.props.rowType!=="groupHeader"&&this.props.rowType!=="groupFooter","k-table-alt-row k-alt":this.props.rowType!=="groupHeader"&&this.props.rowType!=="groupFooter"&&this.props.isAltRow,"k-selected":this.props.isSelected,"k-grid-edit-row":this.props.isInEdit}),r=o.createElement("tr",{id:this.props.id,onClick:this.props.onClick,onDoubleClick:this.props.onDoubleClick,className:t,style:{height:this.props.rowHeight?this.props.rowHeight+"px":"",visibility:this.props.isHidden?"hidden":""},role:"row","aria-rowindex":this.props.ariaRowIndex,"absolute-row-index":this.props.absoluteRowIndex,key:this.props.absoluteRowIndex,[gt]:this.props.rowType==="data"?this.props.dataIndex:void 0},this.props.children);return this.props.render?this.props.render.call(void 0,r,this.props):r}}class Sr extends o.Component{constructor(){super(...arguments),this._inputId=g.guid()}render(){const{columnMenuWrapperProps:t}=this.props,r=[o.createElement("input",{key:0,checked:this.props.selectionValue,id:this._inputId,type:"checkbox",className:"k-checkbox k-checkbox-md k-rounded-md",onChange:l=>this.props.selectionChange({field:this.props.field,syntheticEvent:l})}),o.createElement("label",{key:1,className:"k-checkbox-label",htmlFor:this._inputId}),t.columnMenu&&o.createElement(Oe,{...t})];return this.props.render?this.props.render.call(void 0,r,this.props):r}}class ue extends o.Component{render(){return this.props.children||I.provideLocalizationService(this).toLanguageString(Se,w[Se])}}ue.displayName="KendoReactGridNoRecords",I.registerForLocalization(ue);class yr extends o.Component{constructor(){super(...arguments),this._element=null,this.renderCell=(t,r)=>{const l={colSpan:t.colSpan!==1?t.colSpan:void 0,style:t.left!==void 0?this.props.isRtl?{left:t.right,right:t.left}:{left:t.left,right:t.right}:{},className:g.classNames("k-table-td",t.locked&&t.left!==void 0?"k-grid-footer-sticky":""),key:r,role:"gridcell",["aria-colindex"]:t.ariaColumnIndex},e={field:t.field,ariaColumnIndex:t.ariaColumnIndex,...l},s=pe(this.props.cells,t.cells);if(s&&s.footerCell){const n=s.footerCell;return o.createElement(n,{...e,tdProps:l,index:r})}return t.footerCell&&o.createElement(t.footerCell,{...e,key:r})||o.createElement("td",{...l})}}get element(){return this._element}render(){return o.createElement("tr",{className:"k-table-row",role:"row","aria-rowindex":this.props.ariaRowIndex},ir(this.props.columns).map(this.renderCell))}}const Ir=({buttonCount:i=10,info:t=!0,type:r="numeric",pageSizes:l=void 0,previousNext:e=!0,responsive:s=void 0,pageSizeValue:n=void 0})=>({buttonCount:i,info:t,pageSizes:l===!0?[5,10,20]:l||void 0,previousNext:e,responsive:s!==!1,type:r,pageSizeValue:n}),wr=i=>Ir(i===!0?{}:i),zt={name:"@progress/kendo-react-grid",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:0,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/components/my-license/"},kr=i=>{const{colSpan:t,ariaColIndex:r,dataItem:l,dataIndex:e,id:s}=i,n=b.useTableKeyboardNavigation(s),a=o.useCallback(h=>{i.onContextMenu&&i.onContextMenu.call(void 0,h,i.dataItem)},[i.onContextMenu,i.dataItem]);return o.createElement("td",{onContextMenu:a,className:"k-table-td k-detail-cell",colSpan:t,"aria-colindex":r,role:"gridcell",...n},o.createElement(i.detail,{dataItem:l,dataIndex:e}))},Nr=i=>{const t=b.useTableKeyboardNavigation(i.id);return o.createElement("td",{className:"k-table-td k-hierarchy-cell",...t,role:"gridcell"})};class te extends o.Component{constructor(t){super(t),this._columns=[],this._columnsMap=[[]],this._columnsMutations=0,this._resized=!1,this._shouldUpdateLeftRight=!0,this.contextStateRef={current:void 0},this.navigationStateRef={current:void 0},this._data=[],this._slicedData=void 0,this.wrapperScrollTop=0,this.showLicenseWatermark=!1,this.headerRef=o.createRef(),this.headerElementRef=o.createRef(),this._element=null,this.tableElement=null,this.containerRef=o.createRef(),this.tableBodyRef=o.createRef(),this._footer=null,this.forceUpdateTimeout=void 0,this.isRtl=!1,this._gridId=g.guid(),this._gridRoleElementId=g.guid(),this.observer=null,this.handleIntersection=e=>{const s={rowIndex:this.rowIndex};e.forEach(n=>{n.isIntersecting||this.setCurrentOnTop(s)})},this.setCurrentOnTop=e=>{if(!this.vs.container||this.props.scrollable==="none")return;this.observer&&this.observer.disconnect();const{rowIndex:s}=e;if(this.props.scrollable==="virtual")this.vs.askedSkip=s,this.vs.container.scroll(0,Math.round(this.vs.askedSkip/this.vs.total*this.vs.container.scrollHeight));else if(this.element){const n=s<1?this.element.querySelector("tbody > tr:nth-child(1)"):this.element.querySelector(`tbody > tr:nth-child(${s+1})`);n&&this.containerRef.current&&(this.containerRef.current.scrollTop=n.offsetTop)}},this.scrollIntoView=e=>{if(!this.vs.container||this.props.scrollable==="none")return;this.rowIndex=e.rowIndex;const{rowIndex:s}=e,n=this.element;if(this.observer&&n){this.observer.disconnect();const a=n.querySelector(`[absolute-row-index="${s}"]`);a?this.observer.observe(a):this.setCurrentOnTop(e)}},this.fitColumns=e=>{this.columnResize.dblClickHandler(null,e)},this.onContextMenu=(e,s,n)=>{if(this.props.onContextMenu){const a={target:this,syntheticEvent:e,nativeEvent:e.nativeEvent,dataItem:s,field:n};this.props.onContextMenu.call(void 0,a)}},this.getVirtualScroll=e=>{const{rowHeight:s,detailRowHeight:n,detail:a,expandField:h,groupable:c}=e,d=this.isAllData(),f=s!==void 0&&s>0,v=n!==void 0&&n>0,u=c===!0||typeof c=="object"&&c.enabled!==!1;return!f||u&&!d||!!(a&&h)&&(!v||!d)?br:Nt},this.isAllData=()=>{const{data:e,total:s}=this.props;return Array.isArray(e)?e.length===s:e?s===e.total:!1},this.initializeVirtualization=(e,s)=>{if(this.reInitVirtualization(this.props.scrollable==="virtual",this.props.total,this.props.filter,this.props.group,this.props.sort,s||this.props.rowHeight===void 0||this.props.rowHeight===0),this.vs.fixedScroll=this.props.fixedScroll||!1,this.vs.PageChange=this.pageChange,this.vs.realSkip=this.props.skip||0,this.vs.pageSize=(this.props.take!==void 0?this.props.take:this.props.pageSize)||0,this.vs.scrollableVirtual=this.props.scrollable==="virtual",this.vs.total=e,this.vs.propsSkip=(this.props.skip||0)+(this.props.scrollable==="virtual"?this.vs.topCacheCount+(this.vs.attendedSkip-(this.props.skip||0)):0),this.props.rowHeight!==void 0&&this.props.rowHeight>0&&!s){const n=this.props.rowHeight*e;this.vs.containerHeight=Ee?Math.min(Qe,n):n}else this.vs.containerHeight=1533915;if(this.vs.containerRef=this.containerRef,this.vs.tableBodyRef=this.tableBodyRef,this.vs.table=this.tableElement,this._slicedData=void 0,this.vs instanceof Nt){const{rowHeight:n=0,detail:a,expandField:h}=this.props;let{detailRowHeight:c=0}=this.props;c=a&&h?c:n,this.isAllData()?(this.vs.total=this._data.length,this._slicedData=this._data.slice(this.vs.realSkip,this.vs.realSkip+this.vs.pageSize),this.vs.rowHeightService=this.rowHeightService(this.vs,this._data.length,n,c,this._data)):this.vs.rowHeightService=new kt(e,n,c);const d=this.vs.rowHeightService.totalHeight();this.vs.containerHeight=Ee?Math.min(Qe,d):d}},this.scrollHandler=e=>{if(e.target!==e.currentTarget)return;clearTimeout(this.forceUpdateTimeout),this.vs.table=this.tableElement;const s=e.currentTarget.scrollLeft,n=e.currentTarget.scrollTop;this.props.columnVirtualization&&(!this.vs.scrollableVirtual||n===this.wrapperScrollTop)&&(this.forceUpdateTimeout=window.setTimeout(()=>{this.forceUpdate()},0)),this._header&&this._header.setScrollLeft(s),this._footer&&this._footer.setScrollLeft(s),this.vs&&n!==this.wrapperScrollTop&&this.vs.scrollHandler(e),g.dispatchEvent(this.props.onScroll,e,this,void 0),this.wrapperScrollTop=n},this.onKeyDown=e=>{if(b.tableKeyboardNavigation.onKeyDown(e,{contextStateRef:this.contextStateRef,navigationStateRef:this.navigationStateRef,onNavigationAction:this.onNavigationAction}),this.props.onKeyDown){const{mode:s,cell:n}=b.getSelectionOptions(this.props.selectable),a={dataItems:this.getLeafDataItems(),mode:s,cell:n,componentId:this._gridId,selectedField:this.props.selectedField,...this.getArguments(e)};this.props.onKeyDown.call(void 0,a)}},this.onFocus=e=>{b.tableKeyboardNavigation.onFocus(e,{contextStateRef:this.contextStateRef})},this.onNavigationAction=e=>{if(this.props.onNavigationAction){const s={focusElement:e.focusElement,...this.getArguments(e.event)};this.props.onNavigationAction.call(void 0,s)}},this.rowClick=(e,s)=>{this.props.onRowClick&&e.target.nodeName==="TD"&&this.props.onRowClick.call(void 0,{dataItem:s.dataItem,...this.getArguments(e)})},this.rowDblClick=(e,s)=>{this.props.onRowDoubleClick&&e.target.nodeName==="TD"&&this.props.onRowDoubleClick.call(void 0,{dataItem:s.dataItem,...this.getArguments(e)})},this.itemChange=e=>{const s=this.props.onItemChange;if(e.field===this.props.expandField||this.props.group&&e.field===void 0){const n=this.props.onExpandChange;n&&n.call(void 0,{...this.getArguments(e.syntheticEvent),dataItem:e.dataItem,dataIndex:e.dataIndex,value:e.value});return}s&&s.call(void 0,{...this.getArguments(e.syntheticEvent),dataItem:e.dataItem,field:e.field,value:e.value})},this.onHeaderSelectionChange=e=>{this.props.onHeaderSelectionChange&&this.props.onHeaderSelectionChange.call(void 0,{field:e.field,nativeEvent:e.syntheticEvent&&e.syntheticEvent.nativeEvent,syntheticEvent:e.syntheticEvent,target:this,dataItems:this.getLeafDataItems(),selectedField:this.props.selectedField})},this.selectionRelease=e=>{if(this.props.onSelectionChange){const s={syntheticEvent:void 0,target:this,selectedField:this.props.selectedField||"",componentId:this._gridId,dataItems:this.getLeafDataItems(),dataItem:null,...e};this.props.onSelectionChange.call(void 0,s)}},this.pageChange=(e,s,n)=>{this.raiseDataEvent(this.props.onPageChange,{page:e},{skip:e.skip,take:e.take},s,n)},this.pagerPageChange=e=>{this.pageChange({skip:e.skip,take:e.take},e.syntheticEvent,e.targetEvent)},this.sortChange=(e,s)=>{this.raiseDataEvent(this.props.onSortChange,{sort:e},{sort:e,...this.props.scrollable==="virtual"?{skip:0}:{}},s)},this.filterChange=(e,s)=>{this.raiseDataEvent(this.props.onFilterChange,{filter:e},{filter:e||void 0,skip:0},s)},this.groupChange=(e,s)=>{const n=s.nativeEvent?s:{nativeEvent:s.nativeEvent||s.originalEvent};this.raiseDataEvent(this.props.onGroupChange,{group:e},{group:e,skip:0},n)},this.onResize=(e,s,n,a,h,c)=>{this.resetTableWidth(),this._shouldUpdateLeftRight=!0,this._resized=!0,this._columnsMutations++,this.props.onColumnResize&&this.props.onColumnResize.call(void 0,{columns:this.columns,nativeEvent:a,targetColumnId:c,index:e,newWidth:s,oldWidth:n,end:h,target:this})},this.reInitVirtualization=g.memoizeOne((e,s,n,a,h,c)=>{this.vs.reset();const d=this.getVirtualScroll(this.props);this.vs=new d(c)}),this.flatData=g.memoizeOne((e,s,n,a,h,c,d)=>{const f=[],v=Ye(f,e,s,{index:n},a!==void 0,h);return{flattedData:f,resolvedGroupsCount:v}}),this.rowHeightService=g.memoizeOne((e,s,n,a,h)=>new kt(s,n,a,h)),this.childrenToArray=g.memoizeOne(e=>o.Children.toArray(e)),this.readColumns=g.memoizeOne((e,s,n)=>{const a=e.filter(h=>h&&h.type&&h.type.displayName==="KendoReactGridColumn");return Je(a,this.columns,{prevId:0,idPrefix:s})}),this.mapColumns=g.memoizeOne(e=>b.mapColumns(e)),this.configureColumns=g.memoizeOne((e,s,n)=>{this.props.selectedField&&e.filter(c=>c.field===this.props.selectedField).forEach(c=>{c.width=c.width||"50px",c.cell=c.cell||et,c.headerCell=c.headerCell||Sr});const a={id:"",resizable:!0,width:"32px",title:" ",declarationIndex:-1,orderIndex:-1,children:[],parentIndex:-1,depth:0,colSpan:0,rowSpan:0,left:0,right:0,index:0,rightBorder:!1,ariaColumnIndex:0,isAccessible:!0};let h=0;this.props.expandField&&this.props.onExpandChange&&this.props.detail&&(e.unshift({...a,cell:ut,field:this.props.expandField,headerClassName:"k-hierarchy-cell k-header",id:b.tableKeyboardNavigationTools.generateNavigatableId(`${this._columns.length}`,n,"column")}),h++);for(let c=0;c<s;c++)e.unshift({...a,isAccessible:!1,cell:Re,field:"value",locked:this.props.lockGroups}),h++;e.slice(h).forEach(c=>c.parentIndex>=0&&(c.parentIndex+=h))}),this.getHeaderRow=g.memoizeOne((e,s,n,a,h,c,d,f,v,u,E,k)=>o.createElement(bt,{cells:this.props.cells,sort:e,sortable:s,sortChange:this.sortChange,group:n||[],groupable:a,groupChange:this.groupChange,filter:h,filterable:c,filterOperators:d,filterChange:this.filterChange,columnMenu:v,selectionChange:this.onHeaderSelectionChange,columns:u,columnResize:this.columnResize,pressHandler:this.dragLogic.pressHandler,dragHandler:this.dragLogic.dragHandler,releaseHandler:this.dragLogic.releaseHandler,columnsMap:E,cellRender:f,isRtl:k,dragClue:this.dragLogic.dragClueRef,headerRef:this.headerElementRef,containerRef:this.containerRef})),this.resolveTitle=e=>{const s=this._columns.find(a=>a.field===e),n=s&&(s.title||s.field);return n===void 0?e:n},this.getLeafDataItems=()=>this._data.filter(e=>e.rowType==="data").map(e=>e.dataItem),g.validatePackage(zt),this.showLicenseWatermark=g.shouldShowValidationUI(zt);const r=this.props.groupable===!0||typeof this.props.groupable=="object"&&this.props.groupable.enabled!==!1,l=this.getVirtualScroll(t);this.vs=new l(r||t.rowHeight===void 0||t.rowHeight===0),this.dragLogic=new Ft(this.columnReorder.bind(this),this.groupReorder.bind(this),this.columnToGroup.bind(this)),this.columnResize=new Er(this.onResize),b.tableKeyboardNavigation.onConstructor({navigatable:!!t.navigatable,contextStateRef:this.contextStateRef,navigationStateRef:this.navigationStateRef,idPrefix:this._gridId})}get columns(){const t=this._columns.filter(r=>r.declarationIndex>=0&&r.parentIndex===-1);return Ze(t)}get element(){return this._element}get document(){if(g.canUseDOM)return this.element&&this.element.ownerDocument||document}get _header(){return this.headerRef.current}componentDidMount(){this.resetTableWidth(),g.setScrollbarWidth();const t=b.isRtl(this.element);this.isRtl=t,b.tableKeyboardNavigation.onComponentDidMount({scope:this.element||void 0,contextStateRef:this.contextStateRef,navigationStateRef:this.navigationStateRef}),this.isRtl&&this.forceUpdate();const r={rootMargin:"0px",threshold:.9};this.observer=g.canUseDOM&&window.IntersectionObserver&&new window.IntersectionObserver(this.handleIntersection,r)||null}getSnapshotBeforeUpdate(){return b.tableKeyboardNavigation.onGetSnapshotBeforeUpdate({document:this.document,contextStateRef:this.contextStateRef,navigationStateRef:this.navigationStateRef}),null}componentDidUpdate(){this.resetTableWidth(),g.setScrollbarWidth(),this.vs.tableTransform&&this.vs.table&&(this.vs.table.style.transform=this.vs.tableTransform,this.vs.tableTransform=""),b.tableKeyboardNavigation.onComponentDidUpdate({scope:this.element||void 0,contextStateRef:this.contextStateRef,navigationStateRef:this.navigationStateRef})}componentWillUnmount(){clearTimeout(this.forceUpdateTimeout)}render(){var Yt;let t=this.props.total||0;const r=b.tableKeyboardNavigationTools.getIdPrefix(this.navigationStateRef);let l=[];Array.isArray(this.props.data)?(l=this.props.data,t=t||this.props.data.length):this.props.data&&(l=this.props.data.data,t=t||this.props.data.total);const e=typeof this.props.groupable=="object"&&this.props.groupable.footer||"none",{resolvedGroupsCount:s,flattedData:n}=this.flatData(l,e,this.props.skip||0,this.props.group,this.props.expandField,this.props.filter,this.props.sort);this._data=n;const a=this.props.groupable===!0||typeof this.props.groupable=="object"&&this.props.groupable.enabled!==!1;this.columnResize.resizable=this.props.resizable||!1,this.dragLogic.reorderable=this.props.reorderable||!1,this.dragLogic.groupable=a;const h=this.props.selectable&&this.props.selectable.drag?"none":void 0;this.initializeVirtualization(t,a);const c=this.childrenToArray(this.props.children);this.initColumns(c,s);const d=c.map(C=>C&&C.type&&C.type.displayName==="KendoReactGridToolbar"?o.cloneElement(C,{...C.props,ariaControls:this._gridRoleElementId}):null),f=c.filter(C=>C&&C.type&&C.type.displayName==="KendoReactGridNoRecords"),v=c.filter(C=>C&&C.type&&C.type.displayName==="KendoReactGridStatusBar"),u=this._columns.filter(C=>C.children.length===0),E=a&&o.createElement(wt,{group:this.props.group||[],groupChange:this.groupChange,pressHandler:this.dragLogic.pressHandler,dragHandler:this.dragLogic.dragHandler,releaseHandler:this.dragLogic.releaseHandler,refCallback:this.dragLogic.refGroupPanelDiv,resolveTitle:this.resolveTitle,ariaControls:this._gridRoleElementId,onContextMenu:this.onContextMenu}),{sort:k,sortable:x,group:S,filter:F,filterable:y,filterOperators:A=He,headerCellRender:T,columnMenu:me}=this.props,se=o.createElement(hr,{size:this.props.size,columnResize:this.columnResize,staticHeaders:this.props.scrollable!=="none",scrollableDataElement:()=>this.vs.container,draggable:this.props.reorderable||a,ref:this.headerRef,elemRef:this.headerElementRef,headerRow:this.getHeaderRow(k,x,S,a,F,y,A,T,me,this._columns,this._columnsMap,this.isRtl),filterRow:this.props.filterable&&o.createElement(yt,{cells:this.props.cells,size:this.props.size,columns:this._columns,filter:this.props.filter,filterOperators:this.props.filterOperators||He,filterChange:this.filterChange,sort:this.props.sort,cellRender:this.props.filterCellRender,isRtl:this.isRtl,ariaRowIndex:this._columnsMap.length+1})||void 0,cols:u.map((C,M)=>o.createElement("col",{key:M.toString(),width:xe(C)}))}),j=this.vs&&this.vs.container&&this.vs.container.scrollLeft||0,D=parseFloat(((this.props.style||{}).width||"").toString()),{colSpans:Ve,hiddenColumns:Ce}=b.tableColumnsVirtualization({enabled:this.props.columnVirtualization,columns:u,tableViewPortWidth:D,scrollLeft:j}),Ue=(C,M,z)=>{let X=!1;const q=this.props.selectedField?H(this.props.selectedField,C.dataItem):void 0;return{row:u.map((G,O)=>{if(Ce[O])return null;const ae=G.id?G.id:O,he=`${G.className?G.className+" ":""}${G.locked?"k-grid-content-sticky":""}`,K=G.left!==void 0?this.isRtl?{left:G.right,right:G.left}:{left:G.left,right:G.right}:{};let B=!1;if(G.editable&&this.props.editField){const _=H(this.props.editField,C.dataItem);_&&(_===!0||_===G.field)&&(X=!0,B=!0)}let je=G.cell||B&&ft||Gt;return o.createElement(je,{onContextMenu:this.onContextMenu,key:ae,locked:this.props.lockGroups,id:b.tableKeyboardNavigationTools.generateNavigatableId(`${M}-${String(O)}`,r),colSpan:Ve[O],dataItem:C.dataItem,field:G.field,editor:G.editor,format:G.format,className:he,render:this.props.cellRender,cells:pe(this.props.cells,G.cells),onChange:this.itemChange,selectionChange:this.props.onSelectionChange?_=>{this.selectionChange({event:_,dataItem:C.dataItem,dataIndex:z,columnIndex:O})}:void 0,columnIndex:O,columnsCount:u.length,rowType:C.rowType,level:C.level,expanded:C.expanded,dataIndex:C.dataIndex,style:K,ariaColumnIndex:G.ariaColumnIndex,isSelected:Array.isArray(q)&&q.indexOf(O)>-1})}),isInEdit:X,isSelected:typeof q=="boolean"&&q}};let le=0;if(this.props.scrollable==="virtual")for(let C=0;C<this.vs.topCacheCount+this.vs.attendedSkip-(this.props.skip||0);C++){const M=this._data.shift();if(M)this._data.push(M),le++,M.rowType==="groupHeader"&&C--;else break}const Bt=C=>C>=this._data.length-le;let Wt=this.vs.realSkip||0;const oe=[],$e=this._columnsMap.length+(this.props.filterable?1:0)+1;let ne=0;if(this._data.length){let C=-1,M=0;(this._slicedData||this._data).forEach((z,X)=>{z.rowType==="data"&&(Wt++,C++);const q=Wt%2===0,G=this.props.dataItemKey&&g.getter(this.props.dataItemKey)(z.dataItem),O=X+(this.vs.realSkip||0),ae=G||"ai"+O,he=ae+"_1",K=Ue(z,ae,C);if(ne=O+$e+M,oe.push(o.createElement(Mt,{key:ae,dataItem:z.dataItem,isAltRow:q,isInEdit:K.isInEdit,rowType:z.rowType,isHidden:Bt(X),onClick:B=>this.rowClick(B,z),onDoubleClick:B=>this.rowDblClick(B,z),selectedField:this.props.selectedField,rowHeight:this.props.rowHeight,render:this.props.rowRender,ariaRowIndex:ne,absoluteRowIndex:O,dataIndex:C,isSelected:K.isSelected},K.row)),this.props.detail&&z.rowType==="data"&&z.expanded){const B=u.length-(this.props.expandField?1:0)-(this.props.group?this.props.group.length:0)||1;M++,ne=O+$e+M,oe.push(o.createElement("tr",{key:he,className:g.classNames("k-table-row",q?"k-detail-row k-table-alt-row k-alt":"k-detail-row"),style:{visibility:Bt(X)?"hidden":"",height:this.props.detailRowHeight},role:"row","aria-rowindex":ne},this.props.group&&this.props.group.map((je,_)=>{var Jt;const ce=(Jt=K==null?void 0:K.row[_])==null?void 0:Jt.props.style,Or=ce?this.isRtl?{left:ce.right,right:ce.left}:{left:ce.left,right:ce.right}:{};return o.createElement(Re,{id:"",dataIndex:z.dataIndex,field:je.field,dataItem:z.dataItem,key:_,style:Or,ariaColumnIndex:1+_,isSelected:!1,locked:this.props.lockGroups,isRtl:this.isRtl,cells:this.props.cells})}),this.props.expandField&&o.createElement(Nr,{id:b.tableKeyboardNavigationTools.generateNavigatableId(`${he}-dhcell`,r)}),o.createElement(kr,{onContextMenu:this.onContextMenu,dataItem:z.dataItem,dataIndex:z.dataIndex,colSpan:B,ariaColIndex:2+(this.props.group?this.props.group.length:0),detail:this.props.detail,id:b.tableKeyboardNavigationTools.generateNavigatableId(`${he}-dcell`,r)})))}})}else oe.push(o.createElement("tr",{key:"no-records",className:"k-table-row k-grid-norecords",role:"row","aria-rowindex":$e},o.createElement("td",{className:"k-table-td",colSpan:u.length,role:"gridcell"},f.length?f:o.createElement(ue,null))));const qt={size:this.props.size,onPageChange:this.pagerPageChange,total:t,dir:this.isRtl?"rtl":void 0,skip:this.vs.propsSkip||0,take:(this.props.take!==void 0?this.props.take:this.props.pageSize)||10,messagesMap:ar,...wr(this.props.pageable||{})},Vt=this.props.pager?o.createElement(this.props.pager,{...qt}):o.createElement(b.Pager,{className:"k-grid-pager",...qt}),Lr=C=>this.props.sort&&this.props.sort.filter(M=>M.field===C).length>0,Dr=(C,M)=>o.createElement("col",{key:M.toString(),width:xe(C)}),Ut=(Yt=this.props.cells)!=null&&Yt.footerCell||this._columns.some(C=>{var M;return!!(C.footerCell||(M=C.cells)!=null&&M.footerCell)})?o.createElement(Cr,{size:this.props.size,columnResize:this.columnResize,staticHeaders:this.props.scrollable!=="none",ref:C=>this._footer=C,row:o.createElement(yr,{cells:this.props.cells,columns:this._columns,isRtl:this.isRtl,ariaRowIndex:ne+1}),cols:u.map(Dr)}):null,$t=o.createElement("colgroup",{ref:C=>{this.columnResize.colGroupMain=C}},u.map((C,M)=>o.createElement("col",{key:M.toString(),className:Lr(C.field)?"k-sorted":void 0,width:xe(C)}))),jt=this.dragLogic.reorderable||this.dragLogic.groupable,Xt=this.props.columnVirtualization?"block":"table";if(this.props.scrollable==="none")return o.createElement(b.TableKeyboardNavigationContext.Provider,{value:this.contextStateRef.current},o.createElement("div",{id:this.props.id,style:this.props.style,className:g.classNames("k-grid",{"k-grid-md":!this.props.size,[`k-grid-${g.kendoThemeMaps.sizeMap[this.props.size]||this.props.size}`]:this.props.size},this.props.className),ref:C=>{this._element=C},"aria-label":this.props.ariaLabel,onKeyDown:this.onKeyDown,onFocus:this.onFocus,...b.tableKeyboardNavigationScopeAttributes},d,E,o.createElement(b.TableSelection,{selectable:this.props.selectable,onRelease:this.selectionRelease,childRef:C=>{this.tableElement=C}},o.createElement("table",{className:g.classNames("k-table k-grid-table",{[`k-table-${g.kendoThemeMaps.sizeMap[this.props.size]||this.props.size}`]:this.props.size}),style:{userSelect:h,display:Xt}},$t,se,o.createElement("tbody",{role:"rowgroup",className:"k-table-tbody",...b.tableKeyboardNavigationBodyAttributes},oe),Ut)),jt&&o.createElement(o.Fragment,null,o.createElement(b.DropClue,{ref:this.dragLogic.refDropElementClue}),o.createElement(b.DragClue,{ref:this.dragLogic.refDragElementClue}))),v,this.props.pageable&&Vt);let be=this.props.style||{};return this.props.scrollable==="virtual"&&(be.height||(be=Object.assign({},be,{height:"450px"}))),o.createElement(b.TableKeyboardNavigationContext.Provider,{value:this.contextStateRef.current},o.createElement("div",{id:this.props.id,style:be,className:g.classNames("k-grid",{"k-grid-md":!this.props.size,[`k-grid-${g.kendoThemeMaps.sizeMap[this.props.size]||this.props.size}`]:this.props.size,"k-grid-virtual":this.props.scrollable==="virtual"},this.props.className),ref:C=>{this._element=C},"aria-label":this.props.ariaLabel,onKeyDown:this.onKeyDown,onFocus:this.onFocus,...b.tableKeyboardNavigationScopeAttributes},d,E,o.createElement("div",{className:"k-grid-aria-root",role:"grid","aria-colcount":u.length,"aria-rowcount":t,id:this._gridRoleElementId},se,o.createElement("div",{className:"k-grid-container",role:"presentation"},o.createElement("div",{ref:this.containerRef,className:"k-grid-content k-virtual-content",onScroll:this.scrollHandler,role:"presentation"},o.createElement("div",{className:"k-grid-table-wrap",role:"presentation"},o.createElement(b.TableSelection,{selectable:this.props.selectable,onRelease:this.selectionRelease,childRef:C=>{this.tableElement=C}},o.createElement("table",{className:g.classNames("k-table k-grid-table",{"k-table-md":!this.props.size,[`k-table-${g.kendoThemeMaps.sizeMap[this.props.size]||this.props.size}`]:this.props.size}),role:"presentation",style:{userSelect:h,display:Xt}},$t,o.createElement("tbody",{className:"k-table-tbody",ref:this.tableBodyRef,role:"rowgroup",...b.tableKeyboardNavigationBodyAttributes},oe)))),o.createElement("div",{className:"k-height-container",role:"presentation"},o.createElement("div",{style:this.props.scrollable==="virtual"?{height:this.vs.containerHeight+"px"}:{}})))),Ut,jt&&o.createElement(o.Fragment,null,o.createElement(b.DropClue,{ref:this.dragLogic.refDropElementClue}),o.createElement(b.DragClue,{ref:this.dragLogic.refDragElementClue})),this.showLicenseWatermark&&o.createElement(g.WatermarkOverlay,null)),v,this.props.pageable&&Vt))}selectionChange(t){if(this.props.onSelectionChange){const{event:r,dataItem:l,dataIndex:e,columnIndex:s}=t,{mode:n,cell:a}=b.getSelectionOptions(this.props.selectable),h={...this.getArguments(r.syntheticEvent),dataItem:l,startColIndex:s,endColIndex:s,startRowIndex:e,endRowIndex:e,dataItems:this.getLeafDataItems(),altKey:!1,ctrlKey:!1,shiftKey:!1,metaKey:!1,mode:n,cell:a,isDrag:!1,componentId:this._gridId,selectedField:this.props.selectedField||""};this.props.onSelectionChange.call(void 0,h)}}raiseDataEvent(t,r,l,e,s){const n=this.props.onDataStateChange;if(t){const a={...this.getArguments(e),...r,targetEvent:s};t.call(void 0,a)}else n&&n.call(void 0,{...this.getArguments(e),targetEvent:s||{},dataState:{...this.getDataState(),...l}})}columnReorder(t,r,l){const e=this._columns[t],s=e.depth,n=d=>{do d++;while(d<this._columns.length&&this._columns[d].depth>s);return d},a=this._columns.splice(t,n(t)-t);this._columns.splice(t<r?n(r-a.length):r,0,...a),this._columns.filter(d=>d.declarationIndex>=0).forEach((d,f)=>d.orderIndex=f),this._columnsMutations++;const h=this._columns[t].locked&&this._columns[r].locked;b.updateLeft(this._columnsMap,this._columns,h||this._shouldUpdateLeftRight),b.updateRight(this._columnsMap,this._columns,h||this._shouldUpdateLeftRight),this._resized&&(this._shouldUpdateLeftRight=!1,this._resized=!1);const c=this.columns;if(this.forceUpdate(),this.props.onColumnReorder){const d={target:this,columns:c,columnId:e.id,nativeEvent:l};this.props.onColumnReorder.call(void 0,d)}}groupReorder(t,r,l){if(this.props.group===void 0)return;const e=this.props.group.slice();e.splice(r,0,...e.splice(t,1)),this.groupChange(e,l)}columnToGroup(t,r,l){const e=this._columns[t].field;if(!e)return;const s=(this.props.group||[]).slice();s.splice(r,0,{field:e}),this.groupChange(s,l)}resetTableWidth(){let t=0;if(!this.columnResize.colGroupMain)return;const r=this.columnResize.colGroupMain.children;for(let l=0;l<r.length;l++){const e=r[l].width;if(!e)return;t+=parseFloat(e.toString())}t=Math.round(t),this._header&&this._header.setWidth(t),this._footer&&this._footer.setWidth(t),this.tableElement&&(this.tableElement.style.width=t+"px")}initColumns(t,r){const l=b.tableKeyboardNavigationTools.getIdPrefix(this.navigationStateRef);this._columns=this.readColumns(t,l,this._columnsMutations),this._columns.length===0&&(this._columns=tr(this.props.data,this.props.group,this.props.expandField,{prevId:0,idPrefix:l})),this.configureColumns(this._columns,r,l),this._columnsMap=this.mapColumns(this._columns),this.columnResize.columns=this._columns,this.dragLogic.columns=this._columns}getDataState(){return{filter:this.props.filter,sort:this.props.sort,skip:this.props.skip,take:this.props.take!==void 0?this.props.take:this.props.pageSize,group:this.props.group}}getArguments(t){return{nativeEvent:t&&t.nativeEvent,syntheticEvent:t,target:this}}}te.displayName="KendoReactGrid",te.defaultProps={},te.propTypes={data:p.oneOfType([p.array,p.shape({data:p.array,total:p.number})]),sortable:p.oneOfType([p.bool,p.shape({mode:p.oneOf(["single","multiple"]),allowUnsort:p.bool})]),onSortChange:p.func,sort:p.array,filterable:p.bool,filter:p.any,onFilterChange:p.func,pageable:p.oneOfType([p.bool,p.shape({buttonCount:p.number,info:p.bool,type:p.oneOf(["numeric","input"]),pageSizes:p.oneOfType([p.bool,p.arrayOf(p.oneOfType([p.string,p.number]))]),previousNext:p.bool})]),pageSize:p.number,onPageChange:p.func,total:p.number,skip:p.number,take:p.number,fixedScroll:p.bool,onExpandChange:p.func,expandField:p.string,selectedField:p.string,onSelectionChange:p.func,onHeaderSelectionChange:p.func,resizable:p.bool,reorderable:p.bool,group:p.any,groupable:p.oneOfType([p.bool,p.shape({enabled:p.bool,footer:p.oneOf(["always","visible","none"])})]),onGroupChange:p.func,onRowClick:p.func,onRowDoubleClick:p.func,onItemChange:p.func,editField:p.string,scrollable:p.oneOf(["none","scrollable","virtual"]),rowHeight:p.number,detailRowHeight:p.number,detail:p.any,style:p.object,onDataStateChange:p.func,onColumnResize:p.func,onColumnReorder:p.func,dataItemKey:p.string,navigatable:p.bool,size:p.oneOf(["small","medium"])},te.contextType=b.TableKeyboardNavigationContext;class re extends o.Component{render(){const{children:t}=this.props;return o.createElement("div",{id:this.props.id,className:g.classNames("k-columnmenu-item-wrapper",this.props.className),style:this.props.style},t)}}class $ extends o.Component{render(){const{title:t,iconClass:r,svgIcon:l,selected:e}=this.props;return o.createElement("div",{onClick:this.props.onClick,className:`k-columnmenu-item ${e?"k-selected":""}`},(r||l)&&o.createElement(g.IconWrap,{name:r&&g.toIconName(r),icon:l}),t)}}class Ae extends o.Component{constructor(){super(...arguments),this.onGroupClick=t=>{if(t.preventDefault(),this.props.onGroupChange){const{column:r}=this.props;if(!r.field)return;const l=(this.props.group||[]).slice(),e=l.findIndex(s=>s.field===r.field);e>-1?l.splice(e,1):l.push({field:r.field}),this.props.onGroupChange(l,t)}this.props.onCloseMenu&&this.props.onCloseMenu()}}render(){const{group:t,column:r}=this.props,l=I.provideLocalizationService(this),e=!!(t&&r.field&&t.find(n=>n.field===r.field)),s=e?at:nt;return o.createElement(re,null,o.createElement($,{title:l.toLanguageString(s,w[s]),iconClass:e?"k-i-ungroup":"k-i-group",svgIcon:e?N.ungroupIcon:N.groupIcon,onClick:this.onGroupClick}))}}I.registerForIntl(Ae),I.registerForLocalization(Ae);const Lt="asc",Dt="desc",Fr={true:{asc:{asc:"",desc:"desc"},desc:{asc:"asc",desc:""},"":{asc:"asc",desc:"desc"}},false:{asc:{asc:"asc",desc:"desc"},desc:{asc:"asc",desc:"desc"},"":{asc:"asc",desc:"desc"}}},Ot=(i,t)=>t?t.findIndex(r=>r.field===i):-1,Ht=(i,t)=>!!(t&&i>-1&&t[i].dir===Lt),Tt=(i,t)=>!!(t&&i>-1&&t[i].dir===Dt);class ge extends o.Component{constructor(){super(...arguments),this.onAscClick=t=>{this.onSort(t,Lt),this.props.onCloseMenu&&this.props.onCloseMenu()},this.onDescClick=t=>{this.onSort(t,Dt),this.props.onCloseMenu&&this.props.onCloseMenu()},this.onSort=(t,r)=>{if(t.preventDefault(),!this.props.onSortChange)return;const{column:l,sortable:e,sort:s}=this.props,{allowUnsort:n,mode:a}=mt(e||!1,!1),h=(s||[]).filter(f=>f.field===l.field)[0],c=Fr[n][h&&h.dir||""][r],d=a==="single"?[]:(this.props.sort||[]).filter(f=>f.field!==l.field);c!==""&&l.field&&d.push({field:l.field,dir:c}),this.props.onSortChange(d,t)}}render(){const{sort:t,column:r}=this.props,l=Ot(r.field,t),e=I.provideLocalizationService(this);return o.createElement(re,null,o.createElement($,{title:e.toLanguageString(we,w[we]),iconClass:"k-i-sort-asc-sm",svgIcon:N.sortAscSmallIcon,selected:Ht(l,t),onClick:this.onAscClick}),o.createElement($,{title:e.toLanguageString(ke,w[ke]),iconClass:"k-i-sort-desc-sm",svgIcon:N.sortDescSmallIcon,selected:Tt(l,t),onClick:this.onDescClick}))}}ge.active=(i,t)=>{const r=Ot(i,t);return Tt(r,t)||Ht(r,t)},I.registerForIntl(ge),I.registerForLocalization(ge);class Ke extends o.Component{render(){return o.createElement("div",{id:this.props.id,className:g.classNames("k-columnmenu-item-content",this.props.className),style:this.props.style},o.createElement(er.Reveal,{style:{position:"relative",display:"block"}},this.props.show?this.props.children:null))}}class Be extends o.Component{constructor(t){super(t),this.renderOperatorEditor=()=>{if(this.props.filterType==="boolean")return;const r=this.props.operators.find(l=>l.operator===this.props.operator)||null;return o.createElement(J.DropDownList,{value:r,onChange:this.operatorChange,data:this.props.operators,textField:"text"})},this.inputChange=this.inputChange.bind(this),this.operatorChange=this.operatorChange.bind(this),this.boolDropdownChange=this.boolDropdownChange.bind(this)}render(){return o.createElement(o.Fragment,null,this.renderOperatorEditor(),this.filterComponent(this.props.filterType,this.props.value,this.props.booleanValues))}inputChange(t,r){vt(t,r,this.props)}operatorChange(t){St(t,this.props.value,this.props.onChange)}boolDropdownChange(t){Et(t,this.props.onChange)}filterComponent(t,r,l){switch(t){case"numeric":return o.createElement(L.NumericTextBox,{value:r,onChange:e=>{this.inputChange(e.value,e.syntheticEvent)},rangeOnEnter:!1});case"date":return o.createElement(ve.DatePicker,{value:r,onChange:e=>{this.inputChange(e.value,e.syntheticEvent)}});case"boolean":{const e=s=>s==null;return o.createElement(J.DropDownList,{onChange:this.boolDropdownChange,value:l.find(s=>s.operator===(e(r)?"":r)),data:l,textField:"text"})}default:return o.createElement(L.Input,{value:r||"",onChange:e=>{this.inputChange(e.target.value,e.syntheticEvent)}})}}}class Pt extends o.Component{render(){const{firstFilterProps:t,hideSecondFilter:r,secondFilterProps:l,logicData:e,logicValue:s,onLogicChange:n}=this.props;return o.createElement(o.Fragment,null,o.createElement(Be,{...t}),!r&&o.createElement(o.Fragment,null,o.createElement(J.DropDownList,{data:e,value:s,onChange:n,className:"k-filter-and",textField:"text"}),o.createElement(Be,{...l})))}}const fe=i=>i||{filters:[],logic:"and"},ie=(i,t)=>fe(t).filters.filter(e=>de.isCompositeFilterDescriptor(e)?e.filters&&e.filters.length&&e.filters.length<=2&&!e.filters.find(s=>de.isCompositeFilterDescriptor(s)||s.field!==i):!1)[0]||null;class We extends o.Component{constructor(t){super(t),this.removeGroup=(l,e)=>{const s=[...e.filters],n=s.findIndex(a=>a===l);return n>-1&&s.splice(n,1),{...e,filters:s}},this.insertGroup=(l,e)=>({...e,filters:[l,...e.filters]}),this.isControlled=()=>this.props.expanded!==void 0,this.onFilterExpand=()=>{const l=this.isControlled(),e=!(l?this.props.expanded:this.state.expanded);this.props.onExpandChange&&this.props.onExpandChange(e),l||this.setState({expanded:e})},this.firstFilterChange=l=>{this.filterChange(0,l)},this.secondFilterChange=l=>{this.filterChange(1,l)},this.filterChange=(l,e)=>{const s=this.state.filterGroup.filters.map((n,a)=>a===l?{...n,value:e.value,operator:e.operator}:n);this.setState({filterGroup:{...this.state.filterGroup,filters:s}})},this.logicChange=l=>{this.setState({filterGroup:{...this.state.filterGroup,logic:l.target.value.operator}})},this.clear=l=>{if(l.preventDefault(),!this.props.onFilterChange)return;const e=this.props.column.field,s=fe(this.props.filter),n=ie(e,this.props.filter),a=s.filters.filter(h=>h!==n);a.length?this.props.onFilterChange({...s,filters:a},l):this.props.onFilterChange(null,l),this.props.onCloseMenu&&this.props.onCloseMenu()},this.currentFilterGroup=()=>({...this.state.filterGroup,filters:this.state.filterGroup.filters.filter(l=>l.value!==void 0&&l.value!==null&&l.value!==""||l.value===null&&l.operator)}),this.submit=l=>{if(l.preventDefault(),!this.props.onFilterChange)return;const e=this.props.column.field,s=fe(this.props.filter),n=ie(e,this.props.filter),a=this.currentFilterGroup();let h=null;if(n&&a.filters.length>0){const c=s.filters.map(d=>d===n?a:d);h={...s,filters:c}}else if(a.filters.length===0){const c=s.filters.filter(d=>d!==n);c.length&&(h={...s,filters:c})}else h={...s,filters:[...s.filters,a]};this.props.onFilterChange(h,l),this.props.onCloseMenu&&this.props.onCloseMenu()};let r;if(t.column&&t.column.field){const l=Pe(t.column.filter),e=xt(t.filterOperators,l);r=ie(t.column.field,t.filter),r=r?{...r,filters:r.filters.map(s=>({...s}))}:{logic:"and",filters:[{field:t.column.field,operator:e,value:P(e)?null:void 0},{field:t.column.field,operator:e,value:P(e)?null:void 0}]},r.filters.filter(s=>s.field===t.column.field).length===1&&r.filters.splice(1,0,{field:t.column.field,operator:e})}this.state={expanded:t.expanded||!1,filterGroup:r}}render(){const{column:t,filterUI:r,hideSecondFilter:l,filterOperators:e}=this.props;if(!t||!t.field)return o.createElement("div",null);const s=Pe(t.filter),n=l!==void 0?l:fr[s],a=I.provideLocalizationService(this),h=this.state.filterGroup.filters,c=ee(e[s],a),d=ee(Te,a),f={field:t.field,value:h[0].value,operator:h[0].operator,operators:c,booleanValues:d,onChange:this.firstFilterChange,filterType:s},v={field:t.field,value:h[1].value,operator:h[1].operator,operators:c,booleanValues:d,onChange:this.secondFilterChange,filterType:s},u=this.state.filterGroup.logic,E=ee(ur,a),k={value:E.find(T=>T.operator===(u===null?"":u)),onChange:this.logicChange,data:E},x=r,S={firstFilterProps:f,secondFilterProps:v,logicData:k.data,logicValue:k.value,onLogicChange:k.onChange,hideSecondFilter:n},F=this.currentFilterGroup().filters.length!==0||P(h[0].operator)||P(h[1].operator),y=this.isControlled()?this.props.expanded:this.state.expanded,A=this.props.alwaysExpand;return o.createElement(re,null,!A&&o.createElement($,{title:a.toLanguageString(Q,w[Q]),iconClass:"k-i-filter",svgIcon:N.filterIcon,onClick:this.onFilterExpand}),o.createElement(Ke,{show:A||!!y},o.createElement("div",{className:"kendo-grid-filter-menu-container"},o.createElement("form",{className:"k-filter-menu k-group k-reset k-state-border-up",onSubmit:this.submit,onReset:this.clear,onKeyDown:T=>T.stopPropagation()},o.createElement("div",{className:"k-filter-menu-container"},x?o.createElement(x,{...S}):o.createElement(Pt,{...S}),o.createElement("div",{className:"k-actions k-actions-stretched"},o.createElement(R.Button,{themeColor:"primary",disabled:!F},a.toLanguageString(Z,w[Z])),o.createElement(R.Button,{type:"reset"},a.toLanguageString(W,w[W]))))))))}}We.active=(i,t)=>!!ie(i,t),I.registerForLocalization(We);const Gr=(i,t)=>i.length!==t.length?!1:i.every((r,l)=>r===t[l]);class qe extends o.Component{constructor(t){super(t),this.defaultFilter=()=>this.props.filter?g.clone(this.props.filter):{filters:[],logic:"and"},this.isControlled=()=>this.props.expanded!==void 0,this.parseData=(r,l)=>{let e=this.props.column.field||"",s=r.map(n=>H(e,n));return l?s.filter((n,a)=>s.indexOf(n)===a):s},this.getFilterIndex=()=>{let r=this.props.column.field;return this.defaultFilter().filters.findIndex(s=>s.filters&&s.filters.length>0&&s.filters[0].field===r)},this.onFilterExpand=()=>{const r=this.isControlled(),l=!(r?this.props.expanded:this.state.expanded);this.props.onExpandChange&&this.props.onExpandChange(l),r||this.setState({expanded:l})},this.handleSearchChange=r=>{let l=this.props.searchBoxFilterOperator?this.props.searchBoxFilterOperator:"startswith",e={logic:"and",filters:[{field:this.props.column.field,operator:l,value:r.target.value,ignoreCase:!0}]};this.setState({value:r.target.value,data:this.parseData(de.filterBy(this.props.data||[],e),this.props.uniqueData)})},this.handleClear=()=>{let r=this.props.searchBoxFilterOperator?this.props.searchBoxFilterOperator:"startswith",l={logic:"and",filters:[{field:this.props.column.field,operator:r,value:"",ignoreCase:!0}]};this.setState({value:"",data:this.parseData(de.filterBy(this.props.data||[],l),this.props.uniqueData)})},this.clear=r=>{if(r.preventDefault(),!this.props.onFilterChange)return;let l=this.state.currentFilter||null;l!==null&&l.filters.length>0?(this.compositeFilterIndex>=0&&l.filters.splice(this.compositeFilterIndex,1),this.props.onFilterChange(l,r)):this.props.onFilterChange(null,r),this.props.onCloseMenu&&this.props.onCloseMenu()},this.submit=r=>{if(r.preventDefault(),!this.props.onFilterChange)return;let l=this.state.currentFilter||null;this.props.onFilterChange(l,r),this.props.onCloseMenu&&this.props.onCloseMenu()},this.handleCheckBoxChange=(r,l)=>{const e=this.props.column.field||"";let s={...this.state.currentFilter},n=[...this.state.currentFilter.filters],a=[];if(this.compositeFilterIndex!==-1&&s.filters[this.compositeFilterIndex].filters&&l!=="all"&&(a=s.filters[this.compositeFilterIndex].filters),r.value&&l==="all")this.state.data.forEach(h=>{a.push({field:e,operator:"eq",value:h})});else if(r.value)a.push({field:e,operator:"eq",value:l});else if(this.state.currentFilter){let h=a.findIndex(c=>c.value===l);a.splice(h,1)}s.logic="and",this.compositeFilterIndex!==-1?n[this.compositeFilterIndex]={logic:"or",filters:a}:n.push({logic:"or",filters:a}),(!r.value&&l==="all"||a.length===0)&&n.splice(this.compositeFilterIndex,1),s.filters=n,this.setState({currentFilter:s})},this.isAllSelected=()=>{let r=!1;if(this.state.currentFilter){let l=[...this.state.currentFilter.filters];return this.compositeFilterIndex===-1?!1:(r=this.state.data.every(e=>this.compositeFilterIndex!==-1&&l[this.compositeFilterIndex].filters?l[this.compositeFilterIndex].filters.findIndex(n=>n.value===e)>=0:!1),r)}return r},this.compositeFilterIndex=this.getFilterIndex(),this.state={expanded:t.expanded||!1,value:"",data:this.parseData(this.props.data,this.props.uniqueData)||[],dataFromProps:this.parseData(this.props.data,!1)||[],currentFilter:this.defaultFilter()}}componentDidUpdate(){let t=this.props.column.field||"",r=this.props.data.map(l=>H(t,l));Gr(r,this.state.dataFromProps)||this.setState({data:r,dataFromProps:r})}render(){const{column:t}=this.props;if(!t||!t.field)return o.createElement("div",null);const r=I.provideLocalizationService(this),l=this.isControlled()?this.props.expanded:this.state.expanded;let e=[];if(this.state.currentFilter){const a=[...this.state.currentFilter.filters];this.compositeFilterIndex=a.findIndex(h=>h.filters&&h.filters.length>0?h.filters[0].field===t.field:!1),this.compositeFilterIndex!==-1&&a[this.compositeFilterIndex].filters.length>0&&a[this.compositeFilterIndex].filters.forEach(h=>{h.field===this.props.column.field&&e.push(h.value)})}const s=this.props.searchBox?o.createElement(this.props.searchBox,{value:this.state.value,onChange:this.handleSearchChange}):o.createElement("div",{className:"k-searchbox k-textbox k-input k-input-md k-input-solid"},o.createElement(g.IconWrap,{className:"k-input-icon",name:"search",icon:N.searchIcon}),o.createElement(L.Input,{className:"k-input-inner",type:"text",placeholder:r.toLanguageString(Ne,w[Ne]),value:this.state.value,onChange:a=>this.handleSearchChange(a.nativeEvent)}),o.createElement(R.Button,{type:"button",rounded:null,className:"k-input-button",onClick:this.handleClear,icon:"x",svgIcon:N.xIcon})),n=e.filter((a,h)=>e.indexOf(a)===h);return o.createElement(re,null,o.createElement($,{title:r.toLanguageString(Q,w[Q]),iconClass:"k-i-filter",svgIcon:N.filterIcon,onClick:this.onFilterExpand}),o.createElement(Ke,{show:!!l},o.createElement("div",{className:"kendo-grid-filter-menu-container"},o.createElement("form",{className:"k-filter-menu k-group k-reset k-state-border-up",onSubmit:this.submit,onReset:this.clear},o.createElement("div",{className:"k-filter-menu-container"},s,o.createElement("ul",{className:"k-reset k-multicheck-wrap"},o.createElement("li",{className:"k-item k-check-all-wrap"},o.createElement(L.Checkbox,{label:r.toLanguageString(Fe,w[Fe]),onChange:a=>this.handleCheckBoxChange(a,"all"),checked:this.isAllSelected()})),this.state.data.map((a,h)=>o.createElement("li",{className:"k-item",key:h},o.createElement(L.Checkbox,{label:String(a),onChange:c=>this.handleCheckBoxChange(c,a),checked:n.includes(a)})))),o.createElement("div",{className:"k-filter-selected-items"},n.length+" "+r.toLanguageString(Me,w[Me])),o.createElement("div",{className:"k-actions k-hstack k-justify-content-stretch"},o.createElement(R.Button,{themeColor:"primary",type:"submit"},r.toLanguageString(Z,w[Z])),o.createElement(R.Button,{className:"k-button",type:"reset"},r.toLanguageString(W,w[W]))))))))}}qe.defaultProps={uniqueData:!0},I.registerForLocalization(qe);const _t=i=>{const[t,r]=o.useState(""),l=o.useMemo(()=>new Set(i.columnsState.map(u=>u.id)),[i.columnsState]),e=o.useMemo(()=>i.columns.filter(u=>{var E;return(E=u.title||u.field)==null?void 0:E.toLowerCase().includes(t.toLowerCase())}),[i.columns,t]),[s,n]=o.useState(i.columns.map(u=>l.has(u.id))),a=o.useCallback(()=>{const u=i.columns.filter((E,k)=>s[k]);i.onColumnsChange.call(void 0,u),i.onCloseMenu.call(void 0)},[s,i.columns,i.onColumnsChange,i.onCloseMenu]),h=o.useCallback(()=>{n(i.columns.map(u=>l.has(u.id)))},[l,i.columns]),c=s.filter(u=>u).length,d=c===s.length,f=o.useCallback(()=>{n(i.columns.map((u,E)=>d&&E===0?!0:!d))},[i.columns,d]),v=o.useCallback((u,E)=>{const k=s.slice();k[E]=u,n(k)},[s]);return o.createElement("form",{className:"k-filter-menu k-group k-reset"},o.createElement("div",{className:"k-filter-menu-container"},o.createElement(L.TextBox,{className:"k-searchbox",value:t,onChange:u=>r(String(u.target.value)),prefix:()=>o.createElement(L.InputPrefix,null,o.createElement(g.IconWrap,{name:"search",icon:N.searchIcon}))}),o.createElement("ul",{className:"k-reset k-multicheck-wrap"},!t&&o.createElement("li",{className:"k-item k-check-all-wrap"},o.createElement(L.Checkbox,{checked:d,onChange:f,label:"(Select all)"})),e.map((u,E)=>o.createElement("li",{key:u.id,className:"k-item"},o.createElement(L.Checkbox,{disabled:s[E]&&c===1,checked:s[E],onChange:k=>{var x;return v(!!((x=k.target.element)!=null&&x.checked),E)},label:u.title||u.field})))),o.createElement("div",{className:"k-filter-selected-items"},c," selected items"),o.createElement("div",{className:"k-actions k-actions-start k-actions-horizontal"},o.createElement(R.Button,{type:"button",themeColor:"primary",onClick:a},"Apply"),o.createElement(R.Button,{type:"button",onClick:h},"Reset"))))};_t.displayName="GridColumnMenuColumnsList";class Mr extends o.Component{render(){return null}}class Rt extends o.Component{render(){return o.createElement("div",{className:g.classNames("k-toolbar k-grid-toolbar",{"k-toolbar-md":!this.props.size,[`k-toolbar-${g.kendoThemeMaps.sizeMap[this.props.size]||this.props.size}`]:this.props.size},this.props.className),"aria-label":this.props.ariaLabel,"aria-controls":this.props.ariaControls,role:"toolbar"},this.props.children)}}Rt.displayName="KendoReactGridToolbar";const At=i=>{const{data:t=[]}=i;return o.createElement("div",{className:"k-selection-aggregates k-grid-selection-aggregates"},t.map((r,l)=>o.createElement("div",{key:l},o.createElement("span",{className:"k-selection-aggregates-item-text"},r.type,": "),o.createElement("span",{className:"k-selection-aggregates-item-value"},r.formattedValue))))};At.displayName="KendoReactGridStatusBar";const Kt=i=>{var r;const t=i.slice();for(let l=0;l<t.length;l++)for(;t[l]&&((r=t[l].children)!=null&&r.length);)t.splice(l,1,...t[l].children);return t},zr=i=>{const{dataItems:t,target:r,selectedField:l}=i,s=Kt(r.columns).map(x=>x.field).filter(x=>x&&typeof x=="string").map(x=>g.getter(x)),n=g.getter(l),a={dates:[],numbers:[],booleans:[],others:[]},h=x=>{typeof x=="number"?a.numbers.push(x):typeof x=="boolean"?a.booleans.push(x):x instanceof Date?a.dates.push(x):a.others.push(x)};t.forEach(x=>{const S=n(x);S&&S.forEach(F=>{h(s[F](x))})});const c=a.dates.map(x=>x.getTime()),d=a.booleans.filter(x=>x).length,f=a.booleans.filter(x=>!x).length,v=a.numbers.length?a.numbers.reduce((x,S)=>x+=S,0):void 0,u={sum:v,average:typeof v=="number"?v/a.numbers.length:void 0,min:a.numbers.length?Math.min(...a.numbers):void 0,max:a.numbers.length?Math.max(...a.numbers):void 0,count:a.numbers.length+a.booleans.length+a.dates.length+a.others.length,isTrue:d>0?d:void 0,isFalse:f>0?f:void 0,earliest:a.dates.length?new Date(Math.min(...c)):void 0,latest:a.dates.length?new Date(Math.max(...c)):void 0},E=(x,S)=>(S==="sum"||S==="average")&&typeof x=="number"?x.toFixed(2):(S==="earliest"||S==="latest")&&x instanceof Date?x.toLocaleDateString():String(x),k=[];return Object.keys(u).forEach(x=>{const S=x,F=u[S];F!==void 0&&k.push({type:S,value:F,formattedValue:E(F,S)})}),k};Object.defineProperty(m,"getSelectedState",{enumerable:!0,get:()=>b.getSelectedState}),Object.defineProperty(m,"getSelectedStateFromKeyDown",{enumerable:!0,get:()=>b.getSelectedStateFromKeyDown}),Object.defineProperty(m,"setSelectedState",{enumerable:!0,get:()=>b.setSelectedState}),m.GRID_COL_INDEX_ATTRIBUTE=U,m.GRID_ROW_INDEX_ATTRIBUTE=gt,m.Grid=te,m.GridCell=Gt,m.GridColumn=V,m.GridColumnMenuCheckboxFilter=qe,m.GridColumnMenuColumnsList=_t,m.GridColumnMenuFilter=We,m.GridColumnMenuFilterCell=Be,m.GridColumnMenuFilterUI=Pt,m.GridColumnMenuGroup=Ae,m.GridColumnMenuItem=$,m.GridColumnMenuItemContent=Ke,m.GridColumnMenuItemGroup=re,m.GridColumnMenuSort=ge,m.GridColumnMenuWrapper=Oe,m.GridCommonDragLogic=Ft,m.GridDetailRow=Mr,m.GridEditCell=ft,m.GridFilterCell=_e,m.GridGroupCell=Re,m.GridHeaderCell=Ct,m.GridHierarchyCell=ut,m.GridNoRecords=ue,m.GridRow=Mt,m.GridSelectionCell=et,m.GridToolbar=Rt,m.StatusBar=At,m.booleanFilterValues=Te,m.filterGroupByField=ie,m.getStatusData=zr,m.gridMessages=w,m.leafColumns=Kt,m.operators=He,m.pagerFirstPage=rt,m.pagerInfo=tt,m.pagerItemPerPage=ot,m.pagerLastPage=lt,m.pagerNextPage=st,m.pagerPreviousPage=it,m.rootFilterOrDefault=fe,Object.defineProperty(m,Symbol.toStringTag,{value:"Module"})});