@progress/kendo-react-data-tools 6.1.1 → 7.0.0-develop.2

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 (310) hide show
  1. package/LICENSE.md +1 -1
  2. package/{dist/npm/columnmenu → columnmenu}/ColumnMenu.d.ts +4 -0
  3. package/{dist/es/columnmenu → columnmenu}/ColumnMenuFilterForm.d.ts +4 -0
  4. package/columnmenu/ColumnMenuFilterLogic.d.ts +7 -0
  5. package/{dist/es/columnmenu → columnmenu}/ColumnMenuFilters.d.ts +4 -0
  6. package/{dist/npm/columnmenu → columnmenu}/ColumnMenuItem.d.ts +4 -0
  7. package/{dist/npm/columnmenu → columnmenu}/ColumnMenuOperators.d.ts +4 -0
  8. package/columnmenu/index.d.ts +10 -0
  9. package/dist/cdn/js/kendo-react-datatools.js +5 -0
  10. package/{dist/npm/drag → drag}/ColumnDraggable.d.ts +5 -1
  11. package/{dist/es/drag → drag}/ColumnResize.d.ts +4 -0
  12. package/{dist/es/drag → drag}/ColumnResizer.d.ts +5 -1
  13. package/{dist/npm/drag → drag}/CommonDragLogic.d.ts +5 -1
  14. package/{dist/npm/drag → drag}/DragClue.d.ts +5 -1
  15. package/drag/DropClue.d.ts +23 -0
  16. package/{dist/npm/filter → filter}/Expression.d.ts +5 -1
  17. package/{dist/es/filter → filter}/FieldSettings.d.ts +4 -0
  18. package/{dist/es/filter → filter}/Filter.d.ts +5 -1
  19. package/{dist/es/filter → filter}/Group.d.ts +5 -1
  20. package/{dist/npm/filter → filter}/filters/BooleanFilter.d.ts +5 -1
  21. package/{dist/npm/filter → filter}/filters/DateFilter.d.ts +5 -1
  22. package/{dist/npm/filter → filter}/filters/EnumFilter.d.ts +5 -1
  23. package/{dist/es/filter → filter}/filters/NumericFilter.d.ts +5 -1
  24. package/{dist/es/filter → filter}/filters/TextFilter.d.ts +5 -1
  25. package/filter/filters/index.d.ts +9 -0
  26. package/filter/index.d.ts +10 -0
  27. package/{dist/es/filter → filter}/operators.d.ts +4 -0
  28. package/filteringCells/BooleanFilter.d.ts +12 -0
  29. package/filteringCells/DateFilter.d.ts +12 -0
  30. package/{dist/es/filteringCells → filteringCells}/FilterCellProps.d.ts +4 -1
  31. package/{dist/npm/filteringCells → filteringCells}/FilterComponent.d.ts +4 -0
  32. package/{dist/es/filteringCells → filteringCells}/FilterComponentProps.d.ts +4 -0
  33. package/filteringCells/FilterOperator.d.ts +17 -0
  34. package/filteringCells/NumericFilter.d.ts +12 -0
  35. package/filteringCells/TextFilter.d.ts +12 -0
  36. package/filteringCells/index.d.ts +12 -0
  37. package/{dist/es/header → header}/CellProps.d.ts +4 -0
  38. package/{dist/npm/header → header}/ColumnProps.d.ts +4 -0
  39. package/{dist/es/header → header}/FilterRow.d.ts +5 -1
  40. package/header/Header.d.ts +22 -0
  41. package/{dist/es/header → header}/HeaderCell.d.ts +5 -1
  42. package/{dist/es/header → header}/HeaderRow.d.ts +6 -2
  43. package/header/HeaderSelectionCell.d.ts +15 -0
  44. package/header/HeaderThElement.d.ts +26 -0
  45. package/{dist/es/header → header}/SortSettings.d.ts +6 -2
  46. package/header/index.d.ts +14 -0
  47. package/{dist/npm/header → header}/utils/index.d.ts +4 -0
  48. package/{dist/es/main.d.ts → index.d.ts} +5 -1
  49. package/index.js +5 -0
  50. package/index.mjs +2901 -0
  51. package/{dist/npm/messages → messages}/index.d.ts +4 -0
  52. package/{dist/es/navigation → navigation}/TableKeyboardNavigation.d.ts +9 -5
  53. package/navigation/TableKeyboardNavigationContext.d.ts +10 -0
  54. package/navigation/TableKeyboardNavigationContextType.d.ts +11 -0
  55. package/navigation/TableKeyboardNavigationStateType.d.ts +14 -0
  56. package/{dist/npm/navigation → navigation}/constants.d.ts +4 -0
  57. package/navigation/hooks.d.ts +16 -0
  58. package/{dist/npm/navigation → navigation}/utils.d.ts +6 -2
  59. package/package-metadata.d.ts +9 -0
  60. package/package.json +36 -51
  61. package/{dist/es/pager → pager}/Pager.d.ts +5 -1
  62. package/{dist/es/pager → pager}/PagerInput.d.ts +5 -1
  63. package/{dist/npm/pager → pager}/PagerNumericButtons.d.ts +5 -1
  64. package/{dist/npm/pager → pager}/PagerPageSizes.d.ts +5 -1
  65. package/{dist/npm/selection → selection}/TableSelectableSettings.d.ts +5 -1
  66. package/{dist/es/selection → selection}/TableSelection.d.ts +5 -2
  67. package/selection/constants.d.ts +10 -0
  68. package/{dist/es/selection → selection}/events.d.ts +4 -0
  69. package/{dist/es/selection → selection}/utils.d.ts +4 -0
  70. package/utils/DataItemWrapper.d.ts +14 -0
  71. package/{dist/npm/utils → utils}/data-operations.d.ts +4 -0
  72. package/{dist/npm/utils → utils}/group-operations.d.ts +5 -1
  73. package/virtualization/columns.d.ts +19 -0
  74. package/virtualization/index.d.ts +5 -0
  75. package/about.md +0 -3
  76. package/dist/cdn/js/kendo-react-data-tools.js +0 -1
  77. package/dist/es/columnmenu/ColumnMenu.d.ts +0 -79
  78. package/dist/es/columnmenu/ColumnMenu.js +0 -238
  79. package/dist/es/columnmenu/ColumnMenuFilterForm.js +0 -33
  80. package/dist/es/columnmenu/ColumnMenuFilterLogic.d.ts +0 -3
  81. package/dist/es/columnmenu/ColumnMenuFilterLogic.js +0 -22
  82. package/dist/es/columnmenu/ColumnMenuFilters.js +0 -62
  83. package/dist/es/columnmenu/ColumnMenuItem.d.ts +0 -11
  84. package/dist/es/columnmenu/ColumnMenuItem.js +0 -7
  85. package/dist/es/columnmenu/ColumnMenuOperators.d.ts +0 -65
  86. package/dist/es/columnmenu/ColumnMenuOperators.js +0 -137
  87. package/dist/es/columnmenu/index.d.ts +0 -6
  88. package/dist/es/columnmenu/index.js +0 -6
  89. package/dist/es/drag/ColumnDraggable.d.ts +0 -30
  90. package/dist/es/drag/ColumnDraggable.js +0 -62
  91. package/dist/es/drag/ColumnResize.js +0 -95
  92. package/dist/es/drag/ColumnResizer.js +0 -71
  93. package/dist/es/drag/CommonDragLogic.d.ts +0 -38
  94. package/dist/es/drag/CommonDragLogic.js +0 -172
  95. package/dist/es/drag/DragClue.d.ts +0 -22
  96. package/dist/es/drag/DragClue.js +0 -66
  97. package/dist/es/drag/DropClue.d.ts +0 -19
  98. package/dist/es/drag/DropClue.js +0 -52
  99. package/dist/es/filter/Expression.d.ts +0 -46
  100. package/dist/es/filter/Expression.js +0 -140
  101. package/dist/es/filter/FieldSettings.js +0 -1
  102. package/dist/es/filter/Filter.js +0 -99
  103. package/dist/es/filter/Group.js +0 -163
  104. package/dist/es/filter/filters/BooleanFilter.d.ts +0 -43
  105. package/dist/es/filter/filters/BooleanFilter.js +0 -48
  106. package/dist/es/filter/filters/DateFilter.d.ts +0 -26
  107. package/dist/es/filter/filters/DateFilter.js +0 -61
  108. package/dist/es/filter/filters/EnumFilter.d.ts +0 -43
  109. package/dist/es/filter/filters/EnumFilter.js +0 -69
  110. package/dist/es/filter/filters/NumericFilter.js +0 -64
  111. package/dist/es/filter/filters/TextFilter.js +0 -65
  112. package/dist/es/filter/filters/index.d.ts +0 -5
  113. package/dist/es/filter/filters/index.js +0 -5
  114. package/dist/es/filter/index.d.ts +0 -6
  115. package/dist/es/filter/index.js +0 -6
  116. package/dist/es/filter/operators.js +0 -150
  117. package/dist/es/filteringCells/BooleanFilter.d.ts +0 -8
  118. package/dist/es/filteringCells/BooleanFilter.js +0 -81
  119. package/dist/es/filteringCells/DateFilter.d.ts +0 -8
  120. package/dist/es/filteringCells/DateFilter.js +0 -46
  121. package/dist/es/filteringCells/FilterCellProps.js +0 -1
  122. package/dist/es/filteringCells/FilterComponent.d.ts +0 -17
  123. package/dist/es/filteringCells/FilterComponent.js +0 -128
  124. package/dist/es/filteringCells/FilterComponentProps.js +0 -1
  125. package/dist/es/filteringCells/FilterOperator.d.ts +0 -13
  126. package/dist/es/filteringCells/FilterOperator.js +0 -1
  127. package/dist/es/filteringCells/NumericFilter.d.ts +0 -8
  128. package/dist/es/filteringCells/NumericFilter.js +0 -46
  129. package/dist/es/filteringCells/TextFilter.d.ts +0 -8
  130. package/dist/es/filteringCells/TextFilter.js +0 -46
  131. package/dist/es/filteringCells/index.d.ts +0 -8
  132. package/dist/es/filteringCells/index.js +0 -8
  133. package/dist/es/header/CellProps.js +0 -1
  134. package/dist/es/header/ColumnProps.d.ts +0 -153
  135. package/dist/es/header/ColumnProps.js +0 -11
  136. package/dist/es/header/FilterRow.js +0 -33
  137. package/dist/es/header/Header.d.ts +0 -18
  138. package/dist/es/header/Header.js +0 -54
  139. package/dist/es/header/HeaderCell.js +0 -26
  140. package/dist/es/header/HeaderRow.js +0 -166
  141. package/dist/es/header/HeaderSelectionCell.d.ts +0 -12
  142. package/dist/es/header/HeaderSelectionCell.js +0 -18
  143. package/dist/es/header/HeaderThElement.d.ts +0 -23
  144. package/dist/es/header/HeaderThElement.js +0 -25
  145. package/dist/es/header/SortSettings.js +0 -19
  146. package/dist/es/header/index.d.ts +0 -10
  147. package/dist/es/header/index.js +0 -10
  148. package/dist/es/header/utils/index.d.ts +0 -83
  149. package/dist/es/header/utils/index.js +0 -186
  150. package/dist/es/main.js +0 -26
  151. package/dist/es/messages/index.d.ts +0 -385
  152. package/dist/es/messages/index.js +0 -386
  153. package/dist/es/navigation/TableKeyboardNavigation.js +0 -241
  154. package/dist/es/navigation/TableKeyboardNavigationContext.d.ts +0 -6
  155. package/dist/es/navigation/TableKeyboardNavigationContext.js +0 -6
  156. package/dist/es/navigation/TableKeyboardNavigationContextType.d.ts +0 -7
  157. package/dist/es/navigation/TableKeyboardNavigationContextType.js +0 -1
  158. package/dist/es/navigation/TableKeyboardNavigationStateType.d.ts +0 -10
  159. package/dist/es/navigation/TableKeyboardNavigationStateType.js +0 -1
  160. package/dist/es/navigation/constants.d.ts +0 -54
  161. package/dist/es/navigation/constants.js +0 -79
  162. package/dist/es/navigation/hooks.d.ts +0 -12
  163. package/dist/es/navigation/hooks.js +0 -19
  164. package/dist/es/navigation/utils.d.ts +0 -145
  165. package/dist/es/navigation/utils.js +0 -212
  166. package/dist/es/package-metadata.d.ts +0 -5
  167. package/dist/es/package-metadata.js +0 -11
  168. package/dist/es/pager/Pager.js +0 -222
  169. package/dist/es/pager/PagerInput.js +0 -57
  170. package/dist/es/pager/PagerNumericButtons.d.ts +0 -28
  171. package/dist/es/pager/PagerNumericButtons.js +0 -105
  172. package/dist/es/pager/PagerPageSizes.d.ts +0 -26
  173. package/dist/es/pager/PagerPageSizes.js +0 -51
  174. package/dist/es/selection/TableSelectableSettings.d.ts +0 -31
  175. package/dist/es/selection/TableSelectableSettings.js +0 -2
  176. package/dist/es/selection/TableSelection.js +0 -155
  177. package/dist/es/selection/constants.d.ts +0 -6
  178. package/dist/es/selection/constants.js +0 -6
  179. package/dist/es/selection/events.js +0 -1
  180. package/dist/es/selection/utils.js +0 -237
  181. package/dist/es/utils/DataItemWrapper.d.ts +0 -10
  182. package/dist/es/utils/DataItemWrapper.js +0 -1
  183. package/dist/es/utils/data-operations.d.ts +0 -94
  184. package/dist/es/utils/data-operations.js +0 -265
  185. package/dist/es/utils/group-operations.d.ts +0 -29
  186. package/dist/es/utils/group-operations.js +0 -54
  187. package/dist/es/virtualization/columns.d.ts +0 -15
  188. package/dist/es/virtualization/columns.js +0 -75
  189. package/dist/es/virtualization/index.d.ts +0 -1
  190. package/dist/es/virtualization/index.js +0 -1
  191. package/dist/npm/columnmenu/ColumnMenu.js +0 -245
  192. package/dist/npm/columnmenu/ColumnMenuFilterForm.d.ts +0 -13
  193. package/dist/npm/columnmenu/ColumnMenuFilterForm.js +0 -38
  194. package/dist/npm/columnmenu/ColumnMenuFilterLogic.d.ts +0 -3
  195. package/dist/npm/columnmenu/ColumnMenuFilterLogic.js +0 -26
  196. package/dist/npm/columnmenu/ColumnMenuFilters.d.ts +0 -19
  197. package/dist/npm/columnmenu/ColumnMenuFilters.js +0 -69
  198. package/dist/npm/columnmenu/ColumnMenuItem.js +0 -11
  199. package/dist/npm/columnmenu/ColumnMenuOperators.js +0 -140
  200. package/dist/npm/columnmenu/index.d.ts +0 -6
  201. package/dist/npm/columnmenu/index.js +0 -22
  202. package/dist/npm/drag/ColumnDraggable.js +0 -65
  203. package/dist/npm/drag/ColumnResize.d.ts +0 -32
  204. package/dist/npm/drag/ColumnResize.js +0 -98
  205. package/dist/npm/drag/ColumnResizer.d.ts +0 -28
  206. package/dist/npm/drag/ColumnResizer.js +0 -74
  207. package/dist/npm/drag/CommonDragLogic.js +0 -175
  208. package/dist/npm/drag/DragClue.js +0 -69
  209. package/dist/npm/drag/DropClue.d.ts +0 -19
  210. package/dist/npm/drag/DropClue.js +0 -55
  211. package/dist/npm/filter/Expression.js +0 -143
  212. package/dist/npm/filter/FieldSettings.d.ts +0 -30
  213. package/dist/npm/filter/FieldSettings.js +0 -2
  214. package/dist/npm/filter/Filter.d.ts +0 -79
  215. package/dist/npm/filter/Filter.js +0 -102
  216. package/dist/npm/filter/Group.d.ts +0 -54
  217. package/dist/npm/filter/Group.js +0 -166
  218. package/dist/npm/filter/filters/BooleanFilter.js +0 -51
  219. package/dist/npm/filter/filters/DateFilter.js +0 -64
  220. package/dist/npm/filter/filters/EnumFilter.js +0 -72
  221. package/dist/npm/filter/filters/NumericFilter.d.ts +0 -33
  222. package/dist/npm/filter/filters/NumericFilter.js +0 -67
  223. package/dist/npm/filter/filters/TextFilter.d.ts +0 -40
  224. package/dist/npm/filter/filters/TextFilter.js +0 -68
  225. package/dist/npm/filter/filters/index.d.ts +0 -5
  226. package/dist/npm/filter/filters/index.js +0 -21
  227. package/dist/npm/filter/index.d.ts +0 -6
  228. package/dist/npm/filter/index.js +0 -22
  229. package/dist/npm/filter/operators.d.ts +0 -73
  230. package/dist/npm/filter/operators.js +0 -155
  231. package/dist/npm/filteringCells/BooleanFilter.d.ts +0 -8
  232. package/dist/npm/filteringCells/BooleanFilter.js +0 -84
  233. package/dist/npm/filteringCells/DateFilter.d.ts +0 -8
  234. package/dist/npm/filteringCells/DateFilter.js +0 -49
  235. package/dist/npm/filteringCells/FilterCellProps.d.ts +0 -36
  236. package/dist/npm/filteringCells/FilterCellProps.js +0 -2
  237. package/dist/npm/filteringCells/FilterComponent.js +0 -132
  238. package/dist/npm/filteringCells/FilterComponentProps.d.ts +0 -23
  239. package/dist/npm/filteringCells/FilterComponentProps.js +0 -2
  240. package/dist/npm/filteringCells/FilterOperator.d.ts +0 -13
  241. package/dist/npm/filteringCells/FilterOperator.js +0 -2
  242. package/dist/npm/filteringCells/NumericFilter.d.ts +0 -8
  243. package/dist/npm/filteringCells/NumericFilter.js +0 -49
  244. package/dist/npm/filteringCells/TextFilter.d.ts +0 -8
  245. package/dist/npm/filteringCells/TextFilter.js +0 -49
  246. package/dist/npm/filteringCells/index.d.ts +0 -8
  247. package/dist/npm/filteringCells/index.js +0 -24
  248. package/dist/npm/header/CellProps.d.ts +0 -68
  249. package/dist/npm/header/CellProps.js +0 -2
  250. package/dist/npm/header/ColumnProps.js +0 -14
  251. package/dist/npm/header/FilterRow.d.ts +0 -25
  252. package/dist/npm/header/FilterRow.js +0 -37
  253. package/dist/npm/header/Header.d.ts +0 -18
  254. package/dist/npm/header/Header.js +0 -57
  255. package/dist/npm/header/HeaderCell.d.ts +0 -47
  256. package/dist/npm/header/HeaderCell.js +0 -30
  257. package/dist/npm/header/HeaderRow.d.ts +0 -37
  258. package/dist/npm/header/HeaderRow.js +0 -169
  259. package/dist/npm/header/HeaderSelectionCell.d.ts +0 -12
  260. package/dist/npm/header/HeaderSelectionCell.js +0 -22
  261. package/dist/npm/header/HeaderThElement.d.ts +0 -23
  262. package/dist/npm/header/HeaderThElement.js +0 -29
  263. package/dist/npm/header/SortSettings.d.ts +0 -26
  264. package/dist/npm/header/SortSettings.js +0 -23
  265. package/dist/npm/header/index.d.ts +0 -10
  266. package/dist/npm/header/index.js +0 -26
  267. package/dist/npm/header/utils/index.js +0 -196
  268. package/dist/npm/main.d.ts +0 -26
  269. package/dist/npm/main.js +0 -51
  270. package/dist/npm/messages/index.js +0 -390
  271. package/dist/npm/navigation/TableKeyboardNavigation.d.ts +0 -68
  272. package/dist/npm/navigation/TableKeyboardNavigation.js +0 -244
  273. package/dist/npm/navigation/TableKeyboardNavigationContext.d.ts +0 -6
  274. package/dist/npm/navigation/TableKeyboardNavigationContext.js +0 -9
  275. package/dist/npm/navigation/TableKeyboardNavigationContextType.d.ts +0 -7
  276. package/dist/npm/navigation/TableKeyboardNavigationContextType.js +0 -2
  277. package/dist/npm/navigation/TableKeyboardNavigationStateType.d.ts +0 -10
  278. package/dist/npm/navigation/TableKeyboardNavigationStateType.js +0 -2
  279. package/dist/npm/navigation/constants.js +0 -82
  280. package/dist/npm/navigation/hooks.d.ts +0 -12
  281. package/dist/npm/navigation/hooks.js +0 -23
  282. package/dist/npm/navigation/utils.js +0 -235
  283. package/dist/npm/package-metadata.d.ts +0 -5
  284. package/dist/npm/package-metadata.js +0 -14
  285. package/dist/npm/pager/Pager.d.ts +0 -204
  286. package/dist/npm/pager/Pager.js +0 -225
  287. package/dist/npm/pager/PagerInput.d.ts +0 -25
  288. package/dist/npm/pager/PagerInput.js +0 -60
  289. package/dist/npm/pager/PagerNumericButtons.js +0 -108
  290. package/dist/npm/pager/PagerPageSizes.js +0 -54
  291. package/dist/npm/selection/TableSelectableSettings.js +0 -3
  292. package/dist/npm/selection/TableSelection.d.ts +0 -12
  293. package/dist/npm/selection/TableSelection.js +0 -159
  294. package/dist/npm/selection/constants.d.ts +0 -6
  295. package/dist/npm/selection/constants.js +0 -9
  296. package/dist/npm/selection/events.d.ts +0 -94
  297. package/dist/npm/selection/events.js +0 -2
  298. package/dist/npm/selection/utils.d.ts +0 -66
  299. package/dist/npm/selection/utils.js +0 -249
  300. package/dist/npm/utils/DataItemWrapper.d.ts +0 -10
  301. package/dist/npm/utils/DataItemWrapper.js +0 -2
  302. package/dist/npm/utils/data-operations.js +0 -278
  303. package/dist/npm/utils/group-operations.js +0 -60
  304. package/dist/npm/virtualization/columns.d.ts +0 -15
  305. package/dist/npm/virtualization/columns.js +0 -79
  306. package/dist/npm/virtualization/index.d.ts +0 -1
  307. package/dist/npm/virtualization/index.js +0 -17
  308. package/dist/systemjs/kendo-react-data-tools.js +0 -1
  309. package/e2e-next/filter.basic.tests.ts +0 -24
  310. package/e2e-next/pager.basic.tests.ts +0 -24
@@ -1 +0,0 @@
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("@progress/kendo-drawing"),require("react-transition-group"),require("@progress/kendo-date-math")):"function"==typeof define&&define.amd?define(["react","prop-types","@progress/kendo-licensing","react-dom","@progress/kendo-react-intl","@progress/kendo-drawing","react-transition-group","@progress/kendo-date-math"],t):"object"==typeof exports?exports.KendoReactDataTools=t(require("react"),require("prop-types"),require("@progress/kendo-licensing"),require("react-dom"),require("@progress/kendo-react-intl"),require("@progress/kendo-drawing"),require("react-transition-group"),require("@progress/kendo-date-math")):e.KendoReactDataTools=t(e.React,e.PropTypes,e.KendoLicensing,e.ReactDOM,e.KendoReactIntl,e.KendoDrawing,e.ReactTransitionGroup,e.KendoDateMath)}(self,(function(e,t,n,o,r,i,a,l){return(()=>{"use strict";var s={4729:function(e,t,n){var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)},r=this&&this.__rest||function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n},i=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var o,r=0,i=t.length;r<i;r++)!o&&r in t||(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.ColumnMenuBooleanColumn=t.ColumnMenuDateColumn=t.ColumnMenuNumericColumn=t.ColumnMenuTextColumn=void 0;var a=n(3899),l=n(5362),s=n(499),c=n(4829),u=n(2073),p=n(9541),d=n(8958),h=n(6259),v=n(3364),f=n(6752),m=n(7363),g=n(8696),b=function(e){(0,f.validatePackage)(m.packageMetadata);var t=a.useRef([]),n=e.field,r=e.filter,p=e.sort,d=void 0===p?t.current:p,b=e.onSortChange,y=e.onFilterChange,w=e.initialFilter,z=e.sortAsc,x=void 0!==z&&z,k=e.sortDesc,C=void 0!==k&&k,I=e.filterContent,O=void 0===I?[]:I,M=e.expandFilters,E=void 0!==M&&M,V=a.useState(!1),H=V[0],S=V[1],D=a.useState(E),P=D[0],_=D[1],L=a.useState(n&&w?w(n):null),B=L[0],N=L[1],R=a.useRef(null),T=a.useRef(null),F=a.useRef(null),A=a.useRef(!1),j=a.useCallback((function(){return(r||[]).find((function(e){return e.filters.every((function(e){return!(0,c.isCompositeFilterDescriptor)(e)&&e.field===n}))}))}),[r,n]),q=a.useCallback((function(){S(!1)}),[]),K=a.useCallback((function(){A.current?A.current=!1:(clearTimeout(F.current),F.current=window.setTimeout((function(){q()})))}),[q]),W=a.useCallback((function(){return clearTimeout(F.current)}),[]),U=a.useCallback((function(e){A.current=H&&e.currentTarget===R.current}),[H]),G=a.useCallback((function(){S(!H),n&&w&&(_(!H&&E),N(H?B:j()||w(n)))}),[j,n,H,B,w,E]);a.useEffect((function(){H&&T.current&&T.current.focus()}),[H]);var Y=a.useCallback((function(){return _(!P)}),[P]),Z=a.useCallback((function(e,t){var o=i([],d,!0),r=o.findIndex((function(e){return e.field===n})),a={field:n,dir:t};r>=0?o[r].dir!==a.dir?o.splice(r,1,a):o.splice(r,1):o.push(a),q(),b&&b.call(void 0,e,o,n)}),[d,n,b,q]),X=a.useCallback((function(e,t,n){var r=o(o({},B),{filters:i([],B.filters,!0)}),a=r.filters.indexOf(n);r.filters.splice(a,1,t),N(r)}),[B]),Q=a.useCallback((function(e){e.preventDefault();var t=(r||[]).slice(),o=j(),i=o?t.indexOf(o):-1;i>=0?t.splice(i,1,B):t.push(B),q(),y&&y.call(void 0,e,t,n)}),[r,B,n,y,q,j]),J=a.useCallback((function(e){var t=(r||[]).slice(),o=j(),i=o?t.indexOf(o):-1;i>=0&&t.splice(i,1),w&&N(w(n)),q(),y&&y.call(void 0,e,t,n)}),[r,n,y,w,q,j]),$=a.useCallback((function(e){return Z(e,"asc")}),[Z]),ee=a.useCallback((function(e){return Z(e,"desc")}),[Z]),te=a.useCallback((function(e){return B&&N(o(o({},B),{logic:e.value.logic}))}),[B]),ne=d.find((function(e){return e.field===n}))||{dir:""},oe=O[0],re=O[1],ie=O[2],ae=(0,s.useLocalization)(),le=[x||C?a.createElement("div",{className:"k-columnmenu-item-wrapper",key:"sorting"},x&&a.createElement(u.ColumnMenuItem,{title:ae.toLanguageString(v.columnMenuSortAscending,v.messages[v.columnMenuSortAscending]),iconClass:"k-i-sort-asc-small",svgIcon:g.sortAscSmallIcon,selected:"asc"===ne.dir,onClick:$}),C&&a.createElement(u.ColumnMenuItem,{title:ae.toLanguageString(v.columnMenuSortDescending,v.messages[v.columnMenuSortDescending]),iconClass:"k-i-sort-desc-small",svgIcon:g.sortDescSmallIcon,selected:"desc"===ne.dir,onClick:ee})):null,B&&O.length>0?a.createElement("div",{className:"k-columnmenu-item-wrapper",key:"filtering"},a.createElement(u.ColumnMenuItem,{iconClass:"k-i-filter",svgIcon:g.filterIcon,title:ae.toLanguageString(v.columnMenuFilterTitle,v.messages[v.columnMenuFilterTitle]),onClick:Y}),a.createElement(h.ColumnMenuFilterForm,{show:P,onSubmit:Q,onReset:J},oe&&a.createElement(oe,{filter:B.filters[0],onFilterChange:X}),re&&a.createElement(re,{value:B.logic,onChange:te}),ie&&a.createElement(ie,{filter:B.filters[1],onFilterChange:X}))):null],se=[a.createElement("span",{ref:R,onClick:G,onMouseDown:U,className:"k-grid-header-menu k-grid-column-menu"+(Boolean(j())?" k-active":""),key:"button"},a.createElement(f.IconWrap,{name:"more-vertical",icon:g.moreVerticalIcon})),a.createElement(l.Popup,{anchor:R.current,show:H,key:"popup"},a.createElement("div",{className:"k-grid-columnmenu-popup",ref:T,tabIndex:0,onBlur:K,onFocus:W,style:{outline:"none"}},e.itemsRender?e.itemsRender.call(void 0,le,{closeMenu:q,field:n}):le))];return a.createElement(a.Fragment,null,e.render?e.render.call(void 0,se):se)};t.ColumnMenuTextColumn=function(e){var t=e.field,n=r(e,["field"]),i=a.useCallback((function(e){return{logic:"and",filters:[{operator:"contains",field:e,value:""},{operator:"contains",field:e,value:""}]}}),[]),l=Boolean(e.field),s=l?[p.ColumnMenuTextFilter,d.ColumnMenuFilterLogic,p.ColumnMenuTextFilter]:[];return a.createElement(b,o({sortAsc:l,sortDesc:l,filterContent:s,initialFilter:l?i:void 0,field:t},n))},t.ColumnMenuNumericColumn=function(e){var t=e.field,n=r(e,["field"]),i=a.useCallback((function(e){return{logic:"or",filters:[{operator:"eq",field:e,value:null},{operator:"eq",field:e,value:null}]}}),[]),l=Boolean(e.field),s=l?[p.ColumnMenuNumericFilter,d.ColumnMenuFilterLogic,p.ColumnMenuNumericFilter]:[];return a.createElement(b,o({sortAsc:l,sortDesc:l,filterContent:s,initialFilter:l?i:void 0,field:t},n))},t.ColumnMenuDateColumn=function(e){var t=e.field,n=r(e,["field"]),i=a.useCallback((function(e){return{logic:"or",filters:[{operator:"eq",field:e,value:null},{operator:"eq",field:e,value:null}]}}),[]),l=Boolean(e.field),s=l?[p.ColumnMenuDateFilter,d.ColumnMenuFilterLogic,p.ColumnMenuDateFilter]:[];return a.createElement(b,o({sortAsc:l,sortDesc:l,filterContent:s,initialFilter:l?i:void 0,field:t},n))},t.ColumnMenuBooleanColumn=function(e){var t=e.field,n=r(e,["field"]),i=a.useCallback((function(e){return{logic:"and",filters:[{operator:"eq",field:e,value:!1}]}}),[]),l=Boolean(e.field),s=l?[p.ColumnMenuBooleanFilter]:[];return a.createElement(b,o({sortAsc:l,sortDesc:l,filterContent:s,initialFilter:l?i:void 0,field:t},n))}},6259:function(e,t,n){var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.ColumnMenuFilterForm=t.ColumnMenuForm=void 0;var r=n(3899),i=n(2022),a=n(499),l=n(3364),s=n(2888);t.ColumnMenuForm=function(e){return r.createElement("div",{className:"k-columnmenu-item-content"},r.createElement(i.Reveal,{style:{position:"relative",display:"block"}},e.show&&r.createElement("div",{className:"kendo-grid-filter-menu-container"},r.createElement("form",{className:"k-filter-menu k-group k-reset k-state-border-up",onSubmit:e.onSubmit,onReset:e.onReset},r.createElement("div",{className:"k-filter-menu-container"},e.children,r.createElement("div",{className:"k-actions k-hstack k-justify-content-stretch"},e.actions))))))},t.ColumnMenuFilterForm=function(e){var n=(0,a.useLocalization)();return r.createElement(t.ColumnMenuForm,o({},e,{actions:r.createElement(r.Fragment,null,r.createElement(s.Button,{type:"reset"},n.toLanguageString(l.columnMenuFilterClearButton,l.messages[l.columnMenuFilterClearButton])),r.createElement(s.Button,{themeColor:"primary"},n.toLanguageString(l.columnMenuFilterSubmitButton,l.messages[l.columnMenuFilterSubmitButton])))}))}},8958:function(e,t,n){var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.ColumnMenuFilterLogic=void 0;var r=n(3899),i=n(2831),a=n(499),l=n(3364),s=[{text:l.columnMenuFilterAndLogic,logic:"and"},{text:l.columnMenuFilterOrLogic,logic:"or"}];t.ColumnMenuFilterLogic=function(e){var t=(0,a.useLocalization)(),n=(e.data||s).map((function(e){return o(o({},e),{text:t.toLanguageString(e.text,l.messages[e.text])})}));return r.createElement(i.DropDownList,o({onChange:e.onChange,className:"k-filter-and",textField:"text"},e,{data:n,value:n.find((function(t){return t.logic===e.value}))}))}},9541:function(e,t,n){var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.ColumnMenuDateFilter=t.ColumnMenuNumericFilter=t.ColumnMenuTextFilter=t.ColumnMenuBooleanFilter=void 0;var r=n(3899),i=n(499),a=n(2831),l=n(3062),s=n(6778),c=n(3364),u=n(1175),p=function(e){var t=e.filter,n=e.onFilterChange,l=e.operators,s=e.initialFilter,u=r.useCallback((function(e){var r=t,i=e.target.value.operator,a=r?o(o({},r),{operator:i}):{value:s.value,operator:i};n.call(void 0,e.syntheticEvent,a,r)}),[t,n,s]),p=r.useCallback((function(e){var r=e.target.value,i=t,a=i?o(o({},i),{value:r}):{value:r,operator:l[0].operator};n.call(void 0,e,a,i)}),[t,n,l]),d=(0,i.useLocalization)(),h=l.map((function(e){return o(o({},e),{text:d.toLanguageString(e.text,c.messages[e.text])})}));return r.createElement(r.Fragment,null,r.createElement(a.DropDownList,{value:h.find((function(e){return e.operator===t.operator}))||null,onChange:u,data:h,textField:"text"}),r.createElement(e.input,{value:t.value,onChange:p}))};t.ColumnMenuBooleanFilter=function(e){var t=e.filter,n=e.onFilterChange,a=r.useCallback((function(e){return n.call(void 0,e.syntheticEvent,o(o({},t),{value:e.value}),t)}),[t,n]),s=u.ColumnMenuOperators.boolean[0].text;return r.createElement(l.Checkbox,{onChange:a,checked:t.value,label:(0,i.useLocalization)().toLanguageString(s,c.messages[s]),labelPlacement:"after"})},t.ColumnMenuTextFilter=function(e){var t=r.useCallback((function(e){return r.createElement(l.Input,o({},e,{value:e.value||""}))}),[]),n=r.useRef(u.ColumnMenuOperators.text),i=r.useRef({operator:"",value:""});return r.createElement(p,o({initialFilter:i.current,input:t,operators:e.operators||n.current},e))},t.ColumnMenuNumericFilter=function(e){var t=r.useCallback((function(e){return r.createElement(l.NumericTextBox,o({},e,{value:e.value||null}))}),[]),n=r.useRef(u.ColumnMenuOperators.numeric),i=r.useRef({operator:"",value:null});return r.createElement(p,o({initialFilter:i.current,input:t,operators:e.operators||n.current},e))},t.ColumnMenuDateFilter=function(e){var t=r.useCallback((function(e){return r.createElement(s.DatePicker,o({},e,{value:e.value||null}))}),[]),n=r.useRef(u.ColumnMenuOperators.date),i=r.useRef({operator:"",value:null});return r.createElement(p,o({initialFilter:i.current,input:t,operators:e.operators||n.current},e))}},2073:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ColumnMenuItem=void 0;var o=n(3899),r=n(6752);t.ColumnMenuItem=function(e){return o.createElement("div",{onClick:e.onClick,className:(0,r.classNames)("k-columnmenu-item",{"k-selected":e.selected},{"k-disabled":e.disabled})},(e.iconClass||e.svgIcon)&&o.createElement(r.IconWrap,{name:e.iconClass?(0,r.toIconName)(e.iconClass):void 0,icon:e.svgIcon}),e.title)}},1175:function(e,t,n){var o=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var o,r=0,i=t.length;r<i;r++)!o&&r in t||(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.ColumnMenuOperators=void 0;var r=n(3364),i=[{text:r.columnMenuFilterContainsOperator,operator:"contains"},{text:r.columnMenuFilterNotContainsOperator,operator:"doesnotcontain"},{text:r.columnMenuFilterEqOperator,operator:"eq"},{text:r.columnMenuFilterNotEqOperator,operator:"neq"},{text:r.columnMenuFilterStartsWithOperator,operator:"startswith"},{text:r.columnMenuFilterEndsWithOperator,operator:"endswith"},{text:r.columnMenuFilterIsNullOperator,operator:"isnull"},{text:r.columnMenuFilterIsNotNullOperator,operator:"isnotnull"},{text:r.columnMenuFilterIsEmptyOperator,operator:"isempty"},{text:r.columnMenuFilterIsNotEmptyOperator,operator:"isnotempty"}],a=[{text:r.columnMenuFilterEqOperator,operator:"eq"},{text:r.columnMenuFilterNotEqOperator,operator:"neq"},{text:r.columnMenuFilterGteOperator,operator:"gte"},{text:r.columnMenuFilterGtOperator,operator:"gt"},{text:r.columnMenuFilterLteOperator,operator:"lte"},{text:r.columnMenuFilterLtOperator,operator:"lt"},{text:r.columnMenuFilterIsNullOperator,operator:"isnull"},{text:r.columnMenuFilterIsNotNullOperator,operator:"isnotnull"}],l=[{text:r.columnMenuFilterEqOperator,operator:"eq"},{text:r.columnMenuFilterNotEqOperator,operator:"neq"},{text:r.columnMenuFilterAfterOrEqualOperator,operator:"gte"},{text:r.columnMenuFilterAfterOperator,operator:"gt"},{text:r.columnMenuFilterBeforeOperator,operator:"lt"},{text:r.columnMenuFilterBeforeOrEqualOperator,operator:"lte"},{text:r.columnMenuFilterIsNullOperator,operator:"isnull"},{text:r.columnMenuFilterIsNotNullOperator,operator:"isnotnull"}],s=[{text:r.columnMenuFilterIsTrue,operator:""}],c=function(){function e(){}return Object.defineProperty(e,"text",{get:function(){return o([],i,!0)},enumerable:!1,configurable:!0}),Object.defineProperty(e,"numeric",{get:function(){return o([],a,!0)},enumerable:!1,configurable:!0}),Object.defineProperty(e,"date",{get:function(){return o([],l,!0)},enumerable:!1,configurable:!0}),Object.defineProperty(e,"boolean",{get:function(){return o([],s,!0)},enumerable:!1,configurable:!0}),e}();t.ColumnMenuOperators=c},2695:function(e,t,n){var o=this&&this.__createBinding||(Object.create?function(e,t,n,o){void 0===o&&(o=n);var r=Object.getOwnPropertyDescriptor(t,n);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,o,r)}:function(e,t,n,o){void 0===o&&(o=n),e[o]=t[n]}),r=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||o(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),r(n(4729),t),r(n(6259),t),r(n(8958),t),r(n(9541),t),r(n(2073),t),r(n(1175),t)},2689:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.ColumnDraggable=void 0;var i=n(3899),a=n(6752),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 r(t,e),t.prototype.render=function(){var e=this;return i.createElement(a.Draggable,{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);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.onResize=e,this.dragHandler=this.dragHandler.bind(this)}return e.prototype.dragHandler=function(e,t,n,o){var r=e.originalEvent;o||(r.preventDefault(),r.stopPropagation(),r.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,o||!(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,r,o)}}},e.prototype.setWidths=function(e,t){for(var n=this.columns.indexOf(e),o=[],r=e.children.length,i=n+1;r>0&&i<this.columns.length;i++,r--){var a=this.columns[i];a.children.length?r+=a.children.length:o.push(a)}0===o.length&&o.push(e),o.forEach((function(e){var n=e.width?parseFloat(e.width.toString())*t:0,o=void 0===e.minResizableWidth?10:e.minResizableWidth;n<o&&(n=o),e.width=Math.floor(n)})),this.updateColElements(o)},e.prototype.updateColElements=function(e){for(var t=this.columns.filter((function(e){return!e.children.length})),n=1e-10,o=0;o<e.length;o++){var r=t.indexOf(e[o]),i=parseFloat((e[o].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[r],a),this.setColWidth(this.colGroupHeader&&this.colGroupHeader.children[r],a),this.setColWidth(this.colGroupFooter&&this.colGroupFooter.children[r],a)}},e.prototype.setColWidth=function(e,t){e&&(e.style.width=t+"px")},e}();t.ColumnResize=n},9514:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.ColumnResizer=void 0;var i=n(3899),a=n(6752),l=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 r(t,e),t.prototype.render=function(){var e=this;return i.createElement(a.Draggable,{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);t.ColumnResizer=l},4929:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.CommonDragLogic=void 0;var o=n(3215),r=function(){function e(e,t,n){var o=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){o.groupPanelDivElement=e},this.refDropElementClue=function(e){o.dropElementClue=e},this.refDragElementClue=function(e){o.dragElementClue=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),o.currentGroup=o.getGroupIndex(e),o.groupPanelDivElement&&o.startGroup>=0&&(o.currentGroup=Math.min(o.currentGroup,o.groupPanelDivElement.children.length-2));var n=!o.isValid();n&&(o.currentColumn=-1,o.currentGroup=-1);var r=o.currentColumn>=0?t.children[o.columns[o.currentColumn].index]:o.groupPanelDivElement&&o.groupPanelDivElement.children[o.currentGroup];o.updateDragElementClue(e,t,r,n),o.updateDropElementClue(e,t,r,n)}},this.releaseHandler=function(e){var t=o.startColumn,n=o.currentColumn,r=o.startGroup,i=o.currentGroup;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 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.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,o){if(this.dragElementClue){var r=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:r,status:o||!n?"k-i-cancel":"k-i-plus"})}},e.prototype.updateDropElementClue=function(e,t,n,o){if(this.dropElementClue)if(!o&&n){var r=n.getBoundingClientRect(),i=r.left+e.pageX-e.clientX-6;(this.currentColumn>this.startColumn||this.currentGroup>this.startGroup&&-1!==this.startGroup)&&(i+=r.width);var a=r.top+e.pageY-e.clientY;this.dropElementClue.setState({visible:!0,top:a,left:i,height:this.currentColumn>=0?t.clientHeight:r.height})}else this.dropElementClue.setState({visible:!1})},e}();t.CommonDragLogic=r},5691:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.DragClue=void 0;var i=n(3899),a=n(994),l=n(6752),s=n(8696),c=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 r(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&&l.canUseDOM&&(0,a.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(l.IconWrap,{className:"k-drag-status",name:t,icon:"k-i-cancel"===t?s.cancelIcon:s.plusIcon}),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);t.DragClue=c},2501:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.DropClue=void 0;var i=n(3899),a=n(994),l=n(6752),s=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 r(t,e),t.prototype.render=function(){var e=this.hiddenElementRef.current,t=this.state.visible&&l.canUseDOM&&(0,a.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);t.DropClue=s},1891:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},i.apply(this,arguments)},a=this&&this.__rest||function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.Expression=void 0;var l=n(3899),s=n(189),c=n(2888),u=n(2831),p=n(499),d=n(8696),h=n(6853),v=n(3364),f=function(e){void 0!==e.value||(0,h.unaryOperator)(e.operator)||(e.value=(0,h.stringOperator)(e.operator)?"":null)},m=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.onFieldChange=function(e){var n=e.value.name,o=t.props.fields.find((function(e){return e.name===n})),r=t.props.filter,i=o&&!o.operators.some((function(e){return e.operator===r.operator}))?o.operators[0].operator:r.operator,a={field:n,operator:i};f(a),t.triggerOnFilterChange(r,a,e)},t.onOperatorChange=function(e){var n,o=e.value.operator,r=t.props.filter;if((0,h.unaryOperator)(o)){r.value;var l=a(r,["value"]);n=i(i({},l),{operator:o})}else n=i(i({},r),{operator:o});f(n),t.triggerOnFilterChange(r,n,e)},t.onInputChange=function(e){var n=t.props.filter,o=e.nextFilter;if((0,h.unaryOperator)(o.operator)){var r=t.props.fields.find((function(e){return e.name===o.field}));o=i(i({},o),{operator:r&&r.operators[0].operator||o.operator})}t.triggerOnFilterChange(n,o,e)},t.triggerOnFilterChange=function(e,n,o){var r={prevFilter:e,nextFilter:n,syntheticEvent:o.syntheticEvent,nativeEvent:o.nativeEvent,target:t};t.props.onChange.call(void 0,r)},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 r(t,e),t.prototype.render=function(){var e=(0,p.provideLocalizationService)(this),t=this.props,n=t.fields,o=t.filter,r=t.ariaLabel,a=void 0===r?e.toLanguageString(v.filterExpressionAriaLabel,v.messages[v.filterExpressionAriaLabel]):r,s=n.find((function(e){return e.name===o.field})),h=(s&&s.operators||[]).map((function(t){return i(i({},t),{text:e.toLanguageString(t.text,v.messages[t.text]||t.text)})}));return l.createElement("div",{className:"k-filter-toolbar"},l.createElement(c.Toolbar,{keyboardNavigation:!1,role:"toolbar",ariaLabel:a},l.createElement(c.ToolbarItem,{className:"k-filter-field"},l.createElement(u.DropDownList,{className:"k-filter-dropdown",data:n,textField:"label",value:n.find((function(e){return e.name===o.field})),onChange:this.onFieldChange,ariaLabel:e.toLanguageString(v.filterExpressionDropdownAriaLabel,v.messages[v.filterExpressionDropdownAriaLabel])})),l.createElement(c.ToolbarItem,{className:"k-filter-operator"},l.createElement(u.DropDownList,{data:h,textField:"text",value:h.find((function(e){return e.operator===o.operator})),onChange:this.onOperatorChange,ariaLabel:e.toLanguageString(v.filterExpressionOperatorDropdownAriaLabel,v.messages[v.filterExpressionOperatorDropdownAriaLabel])})),l.createElement(c.ToolbarItem,{className:"k-filter-value"},s&&l.createElement(s.filter,{filter:o,onFilterChange:this.onInputChange,min:s.min,max:s.max})),l.createElement(c.Button,{className:"k-toolbar-button",title:e.toLanguageString(v.filterClose,v.messages[v.filterClose]),icon:"x",svgIcon:d.xIcon,fillMode:"flat",type:"button",onClick:this.onFilterRemove})))},t.propTypes={filter:s.object.isRequired,fields:s.array.isRequired,ariaLabel:s.string,onChange:s.func.isRequired,onRemove:s.func.isRequired},t}(l.Component);t.Expression=m,(0,p.registerForLocalization)(m)},2313:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},9410:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},i.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.Filter=void 0;var a=n(3899),l=n(189),s=n(6752),c=n(4967),u=n(6752),p=n(7363),d=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:i(i({},n.props.value),{filters:[]}),syntheticEvent:e.syntheticEvent,nativeEvent:e.nativeEvent,target:n};n.props.onChange.call(void 0,t)},(0,u.validatePackage)(p.packageMetadata),n}return r(t,e),t.prototype.render=function(){return a.createElement("div",{className:(0,s.classNames)("k-filter",this.props.className),style:this.props.style},a.createElement("ul",{role:"tree",className:"k-filter-container","aria-label":this.props.ariaLabel},a.createElement("li",{role:"treeitem",className:"k-filter-group-main"},a.createElement(c.Group,{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:l.string,style:l.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 i(i({},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:l.string,ariaLabelExpression:l.string,value:l.object.isRequired,onChange:l.func.isRequired},t}(a.Component);t.Filter=d},4967:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},i.apply(this,arguments)},a=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var o,r=0,i=t.length;r<i;r++)!o&&r in t||(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.Group=void 0;var l=n(3899),s=n(189),c=n(4829),u=n(2888),p=n(499),d=n(8696),h=n(1891),v=n(6853),f=n(3364),m=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,o=t.props.fields[0],r={field:o.name,operator:o.operators[0].operator};r.value=(0,v.stringOperator)(r.operator)?"":null;var l={nextFilter:i(i({},n),{filters:a(a([],n.filters,!0),[r],!1)}),prevFilter:n,target:t,syntheticEvent:e,nativeEvent:e.nativeEvent};t.props.onChange.call(void 0,l)},t.onAddGroup=function(e){var n=t.props.filter,o={nextFilter:i(i({},n),{filters:a(a([],n.filters,!0),[i({},t.props.defaultGroupFilter)],!1)}),prevFilter:n,target:t,syntheticEvent:e,nativeEvent:e.nativeEvent};t.props.onChange.call(void 0,o)},t.onLogicAnd=function(e){return t.changeLogic("and",e)},t.onLogicOr=function(e){return t.changeLogic("or",e)},t.changeLogic=function(e,n){var o=t.props.filter;if(o.logic!==e){var r={nextFilter:i(i({},o),{logic:e}),prevFilter:o,target:t,syntheticEvent:n,nativeEvent:n.nativeEvent};t.props.onChange.call(void 0,r)}},t.replaceFilter=function(e,n){var o=t.props.filter,r=o.filters.map((function(t){return t===e?n:t}));return i(i({},o),{filters:r})},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,o=n.filters.filter((function(t){return t!==e.filter})),r={nextFilter:i(i({},n),{filters:o}),prevFilter:n,syntheticEvent:e.syntheticEvent,nativeEvent:e.nativeEvent,target:t};t.props.onChange.call(void 0,r)},t}return r(t,e),t.prototype.render=function(){var e=this,n=(0,p.provideLocalizationService)(this),o=this.props,r=o.fields,i=o.filter,a=o.ariaLabel,s=void 0===a?n.toLanguageString(f.filterGroupAriaLabel,f.messages[f.filterGroupAriaLabel]):a;return l.createElement(l.Fragment,null,l.createElement("div",{className:"k-filter-toolbar"},l.createElement(u.Toolbar,{keyboardNavigation:!1,role:"toolbar",ariaLabel:s},l.createElement(u.ButtonGroup,{className:"k-toolbar-button-group"},l.createElement(u.Button,{className:"k-toolbar-button",togglable:!0,onClick:this.onLogicAnd,selected:"and"===i.logic,type:"button"},n.toLanguageString(f.filterAndLogic,f.messages[f.filterAndLogic])),l.createElement(u.Button,{className:"k-toolbar-button",togglable:!0,onClick:this.onLogicOr,selected:"or"===i.logic,type:"button"},n.toLanguageString(f.filterOrLogic,f.messages[f.filterOrLogic]))),l.createElement(u.Button,{className:"k-toolbar-button",title:n.toLanguageString(f.filterAddExpression,f.messages[f.filterAddExpression]),icon:"filter-add-expression",svgIcon:d.filterAddExpressionIcon,type:"button",onClick:this.onAddExpression},n.toLanguageString(f.filterAddExpression,f.messages[f.filterAddExpression])),l.createElement(u.Button,{className:"k-toolbar-button",title:n.toLanguageString(f.filterAddGroup,f.messages[f.filterAddGroup]),icon:"filter-add-group",svgIcon:d.filterAddGroupIcon,type:"button",onClick:this.onAddGroup},n.toLanguageString(f.filterAddGroup,f.messages[f.filterAddGroup])),l.createElement(u.Button,{className:"k-toolbar-button",title:n.toLanguageString(f.filterClose,f.messages[f.filterClose]),icon:"x",svgIcon:d.xIcon,fillMode:"flat",type:"button",onClick:this.onGroupRemove}))),i.filters.length>0&&l.createElement("ul",{role:"group",className:"k-filter-lines"},i.filters.map((function(n,o){return l.createElement("li",{role:"treeitem",key:o,className:"k-filter-item"},(0,c.isCompositeFilterDescriptor)(n)?l.createElement(t,{filter:n,fields:r,onChange:e.onChange,onRemove:e.onRemove,defaultGroupFilter:e.props.defaultGroupFilter,ariaLabel:e.props.ariaLabel,ariaLabelExpression:e.props.ariaLabelExpression}):l.createElement(h.Expression,{filter:n,fields:r,ariaLabel:e.props.ariaLabelExpression,onChange:e.onChange,onRemove:e.onRemove}))}))))},t.propTypes={filter:s.object.isRequired,fields:s.array.isRequired,ariaLabel:s.string,ariaLabelExpression:s.string,onChange:s.func.isRequired,onRemove:s.func.isRequired,defaultGroupFilter:s.object.isRequired},t}(l.Component);t.Group=m,(0,p.registerForLocalization)(m)},5576:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.BooleanFilter=void 0;var i=n(3899),a=n(189),l=n(9919),s=n(3364),c=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.data=[{text:s.filterIsTrue,value:!0},{text:s.filterIsFalse,value:!1}],t}return r(t,e),t.prototype.render=function(){return i.createElement(l.EnumFilter,{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);t.BooleanFilter=c},3310:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},i.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.DateFilter=void 0;var a=n(3899),l=n(189),s=n(6778),c=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:i(i({},t.props.filter),{value:e.value})})},t}return r(t,e),t.prototype.render=function(){var e=this.props.filter;return a.createElement(s.DatePicker,{value:e.value||null,onChange:this.onChange,ariaLabel:this.props.ariaLabel})},t.propTypes={filter:l.object.isRequired,onFilterChange:l.func.isRequired,ariaLabel:l.string},t}(a.Component);t.DateFilter=c},9919:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},i.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.EnumFilter=void 0;var a=n(3899),l=n(189),s=n(2831),c=n(499),u=n(3364),p=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:i(i({},t.props.filter),{value:e.value.value})})},t}return r(t,e),t.prototype.render=function(){var e=(0,c.provideLocalizationService)(this),t=this.props,n=t.filter,o=t.data,r=void 0===o?[]:o,l=t.defaultItem,p=t.ariaLabel,d=void 0===p?e.toLanguageString(u.filterEnumFilterDropdownAriaLabel,u.messages[u.filterEnumFilterDropdownAriaLabel]):p,h=r.map((function(t){return i(i({},t),{text:e.toLanguageString(t.text,u.messages[t.text]||t.text)})}));return a.createElement(s.DropDownList,{value:h.find((function(e){return e.value===n.value}))||null,onChange:this.onChange,defaultItem:l,data:h,textField:"text",ariaLabel:d})},t.propTypes={filter:l.object.isRequired,onFilterChange:l.func.isRequired,data:l.arrayOf(l.shape({text:l.string,value:l.any})),defaultItem:l.any,ariaLabel:l.string},t}(a.Component);t.EnumFilter=p,(0,c.registerForLocalization)(p)},9705:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},i.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.NumericFilter=void 0;var a=n(3899),l=n(189),s=n(3062),c=n(499),u=n(3364),p=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:i(i({},t.props.filter),{value:e.value})})},t}return r(t,e),t.prototype.render=function(){var e=(0,c.provideLocalizationService)(this),t=this.props,n=t.min,o=t.max,r=t.filter,i=t.ariaLabel,l=void 0===i?e.toLanguageString(u.filterNumericFilterAriaLabel,u.messages[u.filterNumericFilterAriaLabel]):i;return a.createElement(s.NumericTextBox,{value:"number"==typeof r.value?r.value:null,onChange:this.onChange,ariaLabel:l,"aria-valuemin":n,"aria-valuemax":o,min:n,max:o})},t.propTypes={filter:l.object.isRequired,onFilterChange:l.func.isRequired},t}(a.Component);t.NumericFilter=p,(0,c.registerForLocalization)(p)},6117:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},i.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.TextFilter=void 0;var a=n(3899),l=n(189),s=n(3062),c=n(499),u=n(3364),p=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:i(i({},t.props.filter),{value:e.value})})},t}return r(t,e),t.prototype.render=function(){var e=(0,c.provideLocalizationService)(this),t=this.props.ariaLabel,n=void 0===t?e.toLanguageString(u.filterTextFilterAriaLabel,u.messages[u.filterTextFilterAriaLabel]):t;return a.createElement(s.TextBox,{value:this.props.filter.value||"",onChange:this.onChange,"aria-label":n})},t.propTypes={filter:l.object.isRequired,onFilterChange:l.func.isRequired,ariaLabel:l.string},t}(a.Component);t.TextFilter=p,(0,c.registerForLocalization)(p)},8395:function(e,t,n){var o=this&&this.__createBinding||(Object.create?function(e,t,n,o){void 0===o&&(o=n);var r=Object.getOwnPropertyDescriptor(t,n);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,o,r)}:function(e,t,n,o){void 0===o&&(o=n),e[o]=t[n]}),r=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||o(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),r(n(6117),t),r(n(9705),t),r(n(3310),t),r(n(5576),t),r(n(9919),t)},8137:function(e,t,n){var o=this&&this.__createBinding||(Object.create?function(e,t,n,o){void 0===o&&(o=n);var r=Object.getOwnPropertyDescriptor(t,n);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,o,r)}:function(e,t,n,o){void 0===o&&(o=n),e[o]=t[n]}),r=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||o(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),r(n(8395),t),r(n(1891),t),r(n(2313),t),r(n(9410),t),r(n(4967),t),r(n(6853),t)},6853:function(e,t,n){var o=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var o,r=0,i=t.length;r<i;r++)!o&&r in t||(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.unaryOperator=t.stringOperator=t.Operators=void 0;var r=n(3364),i=[{text:r.filterContainsOperator,operator:"contains"},{text:r.filterNotContainsOperator,operator:"doesnotcontain"},{text:r.filterEqOperator,operator:"eq"},{text:r.filterNotEqOperator,operator:"neq"},{text:r.filterStartsWithOperator,operator:"startswith"},{text:r.filterEndsWithOperator,operator:"endswith"},{text:r.filterIsNullOperator,operator:"isnull"},{text:r.filterIsNotNullOperator,operator:"isnotnull"},{text:r.filterIsEmptyOperator,operator:"isempty"},{text:r.filterIsNotEmptyOperator,operator:"isnotempty"}],a=[{text:r.filterEqOperator,operator:"eq"},{text:r.filterNotEqOperator,operator:"neq"},{text:r.filterGteOperator,operator:"gte"},{text:r.filterGtOperator,operator:"gt"},{text:r.filterLteOperator,operator:"lte"},{text:r.filterLtOperator,operator:"lt"},{text:r.filterIsNullOperator,operator:"isnull"},{text:r.filterIsNotNullOperator,operator:"isnotnull"}],l=[{text:r.filterEqOperator,operator:"eq"},{text:r.filterNotEqOperator,operator:"neq"},{text:r.filterAfterOrEqualOperator,operator:"gte"},{text:r.filterAfterOperator,operator:"gt"},{text:r.filterBeforeOperator,operator:"lt"},{text:r.filterBeforeOrEqualOperator,operator:"lte"},{text:r.filterIsNullOperator,operator:"isnull"},{text:r.filterIsNotNullOperator,operator:"isnotnull"}],s=[{text:r.filterEqOperator,operator:"eq"},{text:r.filterNotEqOperator,operator:"neq"}],c=function(){function e(){}return Object.defineProperty(e,"text",{get:function(){return o([],i,!0)},enumerable:!1,configurable:!0}),Object.defineProperty(e,"numeric",{get:function(){return o([],a,!0)},enumerable:!1,configurable:!0}),Object.defineProperty(e,"date",{get:function(){return o([],l,!0)},enumerable:!1,configurable:!0}),Object.defineProperty(e,"boolean",{get:function(){return o([],s,!0)},enumerable:!1,configurable:!0}),e}();t.Operators=c,t.stringOperator=function(e){return"contains"===e||"doesnotcontain"===e||"startswith"===e||"endswith"===e},t.unaryOperator=function(e){return"isnull"===e||"isnotnull"===e||"isempty"===e||"isnotempty"===e}},6001:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},i.apply(this,arguments)},a=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var o,r=0,i=t.length;r<i;r++)!o&&r in t||(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.BooleanFilterCell=void 0;var l=n(3899),s=n(809),c=n(2831),u={emptyFilter:{operator:"eq",value:""},inputComponent:function(e){return null},operatorComponent:function(e,t){var n=t.filter,o=void 0===n?[]:n,r=t.field,s=o.find((function(e){return e.field===r}));return l.createElement(c.DropDownList,i({},e,{value:e.data.find((function(e){return e.operator===(s?s.value:"")})),onChange:function(e){if(t.onFilterChange){var n=e.target.value.operator;if(""!==n){var l=s?o.map((function(e){return e.field===r?i(i({},s),{value:n}):e})):a(a([],o,!0),[{value:n,field:r,operator:"eq"}],!1);t.onFilterChange.call(void 0,{filter:l,field:r,syntheticEvent:e.syntheticEvent})}else s&&t.onFilterChange.call(void 0,{filter:o.filter((function(e){return e.field!==s.field})),field:r,syntheticEvent:e.syntheticEvent})}}}))}},p=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t}((0,s.createFilterComponent)(u));t.BooleanFilterCell=p},2238:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},i.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.DateFilterCell=void 0;var a=n(3899),l=n(809),s=n(6778),c=n(2831),u={inputComponent:function(e){return a.createElement(s.DatePicker,i({},e))},operatorComponent:function(e){return a.createElement(c.DropDownList,i({},e))},emptyFilter:{operator:"eq",value:null}},p=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t}((0,l.createFilterComponent)(u));t.DateFilterCell=p},1586:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},809:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},i.apply(this,arguments)},a=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var o,r=0,i=t.length;r<i;r++)!o&&r in t||(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.createFilterComponent=void 0;var l=n(3899),s=n(2888),c=n(6752),u=n(8696);t.createFilterComponent=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 o=t.target.value,r=n.props,l=r.filter,s=void 0===l?[]:l,c=r.field,u=void 0===c?"":c,p=n.findCellFilter(),d=p?s.map((function(e){return e.field===u?i(i({},p),{value:o}):e})):a(a([],s,!0),[i(i({},e.emptyFilter),{value:o,field:u})],!1);n.filterChange({filter:d,field:u,syntheticEvent:t.syntheticEvent})},n.operatorChange=function(t){var o=t.target.value.operator,r=n.props,l=r.filter,s=void 0===l?[]:l,c=r.field,u=void 0===c?"":c,p=n.findCellFilter(),d=p?s.map((function(e){return e.field===u?i(i({},p),{operator:o}):e})):a(a([],s,!0),[i(i({},e.emptyFilter),{field:u,operator:o})],!1);n.filterChange({filter:d,field:u,syntheticEvent:t.syntheticEvent})},n.clearButtonClick=function(e){var t=n.props,o=t.filter,r=void 0===o?[]:o,i=t.field,a=void 0===i?"":i;n.filterChange({filter:r.filter((function(e){return e.field!==a})),field:a,syntheticEvent:e})},n.findCellFilter=function(){var e=n.props,t=e.filter,o=void 0===t?[]:t,r=e.field;return o.find((function(e){return e.field===r}))},n}return r(n,t),n.prototype.render=function(){var t,n=this.props,o=n.clearButtonTitle,r=void 0===o?"":o,a=n.operators,p=void 0===a?[]:a,d=this.findCellFilter()||i(i({},e.emptyFilter),{operator:""}),h=d.operator,v=d.value,f={ariaLabel:"filter",value:p.find((function(e){return e.operator===h}))||null,onChange:this.operatorChange,className:"k-dropdown-operator",iconClassName:"k-i-filter",svgIcon:u.filterIcon,data:p,textField:"text",popupSettings:{width:""},components:this.props.components};return l.createElement("div",{className:"k-filtercell"},l.createElement("span",null,e.inputComponent({value:v,onChange:this.inputChange,components:this.props.components,ariaLabel:this.props.ariaLabel,min:this.props.min,max:this.props.max}),l.createElement("div",{className:"k-filtercell-operator"},e.operatorComponent(f,this.props)," ",l.createElement(s.Button,{className:(0,c.classNames)((t={},t["k-clear-button-visible"]=!(null===v||""===v)||h,t)),title:r,type:"button",onClick:this.clearButtonClick,icon:"filter-clear",svgIcon:u.filterClearIcon,disabled:!(null!==v&&""!==v||h)}))))},n}(l.Component);return t}},9647:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},8290:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},9099:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},i.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.NumericFilterCell=void 0;var a=n(3899),l=n(809),s=n(2831),c=n(3062),u={inputComponent:function(e){return a.createElement(c.NumericTextBox,i({},e))},operatorComponent:function(e){return a.createElement(s.DropDownList,i({},e))},emptyFilter:{operator:"eq",value:null}},p=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t}((0,l.createFilterComponent)(u));t.NumericFilterCell=p},6365:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},i.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.TextFilterCell=void 0;var a=n(3899),l=n(809),s=n(3062),c=n(2831),u={inputComponent:function(e){return a.createElement(s.Input,i({},e))},operatorComponent:function(e){return a.createElement(c.DropDownList,i({},e))},emptyFilter:{operator:"contains",value:""}},p=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t}((0,l.createFilterComponent)(u));t.TextFilterCell=p},9023:function(e,t,n){var o=this&&this.__createBinding||(Object.create?function(e,t,n,o){void 0===o&&(o=n);var r=Object.getOwnPropertyDescriptor(t,n);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,o,r)}:function(e,t,n,o){void 0===o&&(o=n),e[o]=t[n]}),r=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||o(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),r(n(809),t),r(n(9647),t),r(n(1586),t),r(n(8290),t),r(n(6001),t),r(n(2238),t),r(n(9099),t),r(n(6365),t)},3789:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},7938:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ColumnDefaultProps=void 0,t.ColumnDefaultProps={filterable:!0,editable:!0,sortable:!0,resizable:!0,reorderable:!0,groupable:!0}},7545:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.FilterRow=t.FILTER_ROW_CLASS=void 0;var o=n(3899),r=n(6631),i=n(2818),a=n(499),l=n(3364),s=n(6752);t.FILTER_ROW_CLASS="k-table-row k-filter-row";var c=function(e,t,n){var o="".concat(n?"k-grid-header-sticky":"");return e.some((function(e){return e.field===t}))&&(o+=" k-sorted"),o};t.FilterRow=function(e){var n=e.columns,u=e.filter,p=e.filterChange,d=e.sort,h=void 0===d?[]:d,v=e.ariaRowIndex,f=(0,a.useLocalization)();return o.createElement("tr",{className:t.FILTER_ROW_CLASS,"aria-rowindex":v,role:"row"},n.map((function(e,t){var n=void 0!==e.locked?{left:e.left,right:e.right,borderRightWidth:e.rightBorder?"1px":""}:{},a=e.filterCell||e.filter;return o.createElement(r.HeaderThElement,{columnId:(0,i.getFilterColumnId)(e.id),navigatable:e.navigatable,style:n,key:t,ariaColumnIndex:e.ariaColumnIndex,ariaLabel:a?f.toLanguageString(l.filterAriaLabel,l.messages[l.filterAriaLabel]):void 0,className:(0,s.classNames)("k-table-th k-header",c(h,e.field,e.locked))},a&&o.createElement(a,{field:e.field,filter:u,onFilterChange:p}))})))}},3225:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},i.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.Header=void 0;var a=n(3899),l=n(6379),s=n(2027),c=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.element=null,t}return r(t,e),t.prototype.componentDidMount=function(){var e=this.props.columnResize;e&&e.resizable&&e.setIsRtl((0,l.isRtl)(this.element))},t.prototype.render=function(){var e=this;return a.createElement("thead",i({className:"k-table-thead k-grid-header",role:"presentation",ref:function(t){return e.element=t}},s.tableKeyboardNavigationHeaderAttributes),this.props.headerRow,this.props.filterRow)},t}(a.Component);t.Header=c},9493:function(e,t,n){var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.HeaderCell=void 0;var r=n(3899);t.HeaderCell=function(e){var t=e.onClick?{onClick:e.onClick}:{},n=r.createElement("span",o({className:"k-link"},t),r.createElement("span",{className:"k-column-title"},e.title||e.field||" "),e.children);return r.createElement(r.Fragment,null,e.render?e.render.call(void 0,n,e):n)}},8227:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},i.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.HeaderRow=void 0;var a=n(3899),l=n(9493),s=n(1869),c=n(9514),u=n(2689),p=n(6631),d=n(6752),h=n(499),v=n(8696),f=n(3364),m={true:{asc:"desc",desc:"","":"asc"},false:{asc:"desc",desc:"asc","":"asc"}},g={none:"none",asc:"ascending",desc:"descending"},b=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 o=(0,s.normalize)(t.props.sortable||!1,n.sortable||!1),r=o.allowUnsort,i=o.mode,a=(t.props.sort||[]).filter((function(e){return e.field===n.field}))[0],l=m[r][a&&a.dir||""],c="single"===i?[]:(t.props.sort||[]).filter((function(e){return e.field!==n.field}));""!==l&&n.field&&c.push({field:n.field,dir:l}),t.props.sortChange(e,c,n.field)}},t.cellKeyDown=function(e,n){e.isDefaultPrevented()||e.keyCode===d.Keys.enter&&t.cellClick(e,n)},t.cells=function(e){return e.map((function(e,n){var o=t.props.columns[e],r=t.props.columnResize,s=r&&r.resizable&&o.resizable,u=t.props.sortable&&o.sortable,v=t.props.sort?t.props.sort.findIndex((function(e){return e.field===o.field})):-1,m=v>=0&&t.props.sort[v].dir||"none",b={sort:t.props.sort,onSortChange:t.props.sortChange,filter:t.props.columnMenuFilter,onFilterChange:t.props.columnMenuFilterChange,field:o.field},y={field:o.field,onClick:u&&function(e){return t.cellClick(e,o)}||void 0,selectionChange:t.props.selectionChange,title:o.title,selectionValue:o.headerSelectionValue,render:t.props.cellRender,children:t.sortIcon(v),sort:t.props.sort,sortable:t.props.sortable,sortChange:t.props.sortChange,filterChange:t.props.filterChange,columns:t.props.columns,columnMenuWrapperProps:b},w=o.columnMenu||t.props.columnMenu,z=(0,d.classNames)("k-table-th",{"k-first":o.kFirst,"k-filterable":Boolean(w),"k-header":!0,"k-grid-header-sticky":o.locked,"k-sorted":t.props.sort&&t.props.sort.some((function(e){return e.field===o.field}))},o.headerClassName),x=void 0!==o.locked?{left:o.left,right:o.right,borderRightWidth:o.rightBorder?"1px":""}:{},k=(0,h.provideLocalizationService)(t).toLanguageString(f.sortAriaLabel,f.messages[f.sortAriaLabel]),C=o.isAccessible?{ariaSort:u?g[m]:void 0,role:"columnheader",ariaColumnIndex:o.ariaColumnIndex,ariaSelected:!1,ariaDescription:u?k:""}:{role:"presentation"};return a.createElement(p.HeaderThElement,i({key:n,colSpan:o.colSpan,rowSpan:o.rowSpan,className:z,style:x,columnId:o.id,navigatable:o.navigatable,onKeyDown:u&&function(e){return t.cellKeyDown(e,o)}||void 0},C),o.headerCell&&a.createElement(o.headerCell,i({},y)),!o.headerCell&&a.createElement("span",{className:"k-cell-inner"},a.createElement(l.HeaderCell,i({},y)),w&&a.createElement(w,i({},b))),r&&s&&a.createElement(c.ColumnResizer,{key:"ColumnResizer",resize:function(e,t,n){return r.dragHandler(e,o,t,n)}}))}))},t}return r(t,e),t.prototype.sortIcon=function(e){if(!this.props.sort||e<0)return null;var t=this.props.sort[e].dir;return t?[a.createElement(d.IconWrap,{key:1,name:"sort-".concat(t,"-small"),icon:"asc"===t?v.sortAscSmallIcon:v.sortDescSmallIcon}),this.props.sort.length>1&&a.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&&a.createElement(u.ColumnDraggable,{key:n,pressHandler:e.props.pressHandler,dragHandler:e.props.dragHandler,releaseHandler:e.props.releaseHandler,ariaRowIndex:n+1},e.cells(t))||a.createElement("tr",{className:"k-table-row","aria-rowindex":n+1,role:"row"},e.cells(t))}))},t}(a.Component);t.HeaderRow=b,(0,h.registerForLocalization)(b)},9259:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.HeaderSelectionCell=void 0;var o=n(3899);t.HeaderSelectionCell=function(e){var t=[o.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})}}),o.createElement("label",{key:1,className:"k-checkbox-label",htmlFor:e.inputId})];return o.createElement(o.Fragment,null,e.render?e.render.call(void 0,t,e):t)}},6631:function(e,t,n){var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.HeaderThElement=void 0;var r=n(3899),i=n(7691);t.HeaderThElement=function(e){var t=e.ariaSort,n=e.colSpan,a=e.rowSpan,l=e.className,s=e.style,c=e.columnId,u=e.onKeyDown,p=e.navigatable,d=e.ariaColumnIndex,h=e.ariaLabel,v=e.role,f=e.ariaSelected,m=(0,i.useTableKeyboardNavigation)(c,p);return r.createElement("th",o({"aria-sort":t,"aria-label":h,"aria-colindex":d,"aria-selected":f,colSpan:n,rowSpan:a,className:l,style:s,onKeyDown:u,role:v},m),e.children)},t.HeaderThElement.displayName="KendoReactHeaderThElement"},1869:function(e,t){var n=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var o,r=0,i=t.length;r<i;r++)!o&&r in t||(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.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))}},3215:function(e,t,n){var o=this&&this.__createBinding||(Object.create?function(e,t,n,o){void 0===o&&(o=n);var r=Object.getOwnPropertyDescriptor(t,n);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,o,r)}:function(e,t,n,o){void 0===o&&(o=n),e[o]=t[n]}),r=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||o(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),r(n(3789),t),r(n(7938),t),r(n(7545),t),r(n(3225),t),r(n(9493),t),r(n(8227),t),r(n(9259),t),r(n(1869),t),r(n(6379),t),r(n(6631),t)},6379:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getIndex=t.isRtl=t.readColumns=t.updateRight=t.updateLeft=t.mapColumns=t.nextColumn=void 0;var o=n(2818),r=n(7938);function i(e,t){for(var n=e[t].depth,o=null,r=t+1;r<e.length;r++)if(e[r].depth===n){o=e[r];break}return o}t.nextColumn=i;var a=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 a(t)+e}),0)),t};function l(e,t,n){var o=new Array(e.length).fill(0),r=0;t.forEach((function(e){if(e.locked&&(!e.left||n))if(e.left=o[e.depth],r=a(e),0===e.children.length)for(var t=e.depth;t<o.length;t++)o[t]+=r;else o[e.depth]+=r}))}function s(e,t,n){for(var o=0,r=new Array(e.length).fill(0),l=t.length-1;l>=0;l--){var s=t[l];if(s.locked&&(!s.right||n)){if(s.right=r[s.depth],o=a(s),0===s.children.length)for(var c=s.depth;c<r.length;c++)r[c]+=o;else r[s.depth]+=o;var u=i(t,l);s.rightBorder=!(u&&u.locked)}}}t.mapColumns=function(e){for(var t=[[]],n=0,o=e.length-1;o>=0;o--)n=Math.max(n,e[o].depth),e[o].colSpan=e[o].colSpan||1,-1!==e[o].parentIndex&&(e[e[o].parentIndex].colSpan=(e[e[o].parentIndex].colSpan||0)+e[o].colSpan);var r=[],i=1;return e.forEach((function(e,o){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(o),e.ariaColumnIndex=r[e.depth]?r[e.depth]+1:1;for(var l=e.depth;l<e.depth+e.rowSpan;l++)r[l]=(r[l]||0)+e.colSpan})),l(t,e),s(t,e),t},t.updateLeft=l,t.updateRight=s,t.readColumns=function e(t,n,i){void 0===i&&(i=0);var a=[];if(!t||!t.length)return[];if(t.forEach((function(t){var l=e(t.children||[],n,i+1);a.push(Object.assign({},{depth:i},r.ColumnDefaultProps,t,{id:t.id?t.id:(0,o.generateNavigatableId)("".concat(n.prevId++),n.idPrefix,"column"),declarationIndex:a.length,children:l,rowSpan:0,colSpan:0,isAccessible:!0}))})),a.sort((function(e,t){return e.orderIndex===t.orderIndex?e.declarationIndex-t.declarationIndex:(e.orderIndex||0)-(t.orderIndex||0)})),0===i){var l=[],s=function(e,t){return e.forEach((function(e){e.parentIndex=t,s(e.children,l.push(e)-1)}))};return s(a,-1),l}return a},t.isRtl=function(e){return Boolean(e&&"rtl"===getComputedStyle(e).direction)},t.getIndex=function(e,t){if(!t||!e||!e.originalEvent)return-1;for(var n={x:e.clientX,y:e.originalEvent.clientY},o=t.ownerDocument?t.ownerDocument.elementFromPoint(n.x,n.y):null;o&&o.parentElement!==t;)o=o.parentElement;!o&&t.matches("tr")&&(o=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 r=t.children,i=0;i<r.length;i++)if(r[i]===o)return i;return-1}},468:function(e,t,n){var o=this&&this.__createBinding||(Object.create?function(e,t,n,o){void 0===o&&(o=n);var r=Object.getOwnPropertyDescriptor(t,n);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,o,r)}:function(e,t,n,o){void 0===o&&(o=n),e[o]=t[n]}),r=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||o(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),t.tableKeyboardNavigationTools=t.tableKeyboardNavigationScopeAttributes=t.DropClue=t.DragClue=t.CommonDragLogic=t.ColumnResizer=t.ColumnResize=t.Pager=void 0;var i=n(2894);Object.defineProperty(t,"Pager",{enumerable:!0,get:function(){return i.Pager}}),r(n(9023),t),r(n(3215),t),r(n(9381),t);var a=n(2092);Object.defineProperty(t,"ColumnResize",{enumerable:!0,get:function(){return a.ColumnResize}});var l=n(9514);Object.defineProperty(t,"ColumnResizer",{enumerable:!0,get:function(){return l.ColumnResizer}});var s=n(4929);Object.defineProperty(t,"CommonDragLogic",{enumerable:!0,get:function(){return s.CommonDragLogic}});var c=n(5691);Object.defineProperty(t,"DragClue",{enumerable:!0,get:function(){return c.DragClue}});var u=n(2501);Object.defineProperty(t,"DropClue",{enumerable:!0,get:function(){return u.DropClue}}),r(n(8137),t),r(n(2695),t),r(n(8769),t),r(n(4716),t),r(n(7691),t),r(n(2027),t),r(n(1271),t),r(n(8301),t),r(n(1880),t),r(n(5531),t);var p=n(2027);Object.defineProperty(t,"tableKeyboardNavigationScopeAttributes",{enumerable:!0,get:function(){return p.tableKeyboardNavigationScopeAttributes}});var d=n(2818);Object.defineProperty(t,"tableKeyboardNavigationTools",{enumerable:!0,get:function(){return d.tableKeyboardNavigationTools}}),r(n(9946),t),r(n(6),t),r(n(4490),t),r(n(3253),t),r(n(1495),t)},3364:(e,t)=>{var n;Object.defineProperty(t,"__esModule",{value:!0}),t.columnMenuFilterSubmitButton=t.columnMenuFilterClearButton=t.filterTextFilterAriaLabel=t.filterNumericFilterAriaLabel=t.filterEnumFilterDropdownAriaLabel=t.filterExpressionOperatorDropdownAriaLabel=t.filterExpressionDropdownAriaLabel=t.filterExpressionAriaLabel=t.filterGroupAriaLabel=t.filterClose=t.filterAddGroup=t.filterAddExpression=t.filterOrLogic=t.filterAndLogic=t.filterBeforeOrEqualOperator=t.filterBeforeOperator=t.filterAfterOperator=t.filterAfterOrEqualOperator=t.filterIsFalse=t.filterIsTrue=t.filterLtOperator=t.filterLteOperator=t.filterGtOperator=t.filterGteOperator=t.filterEndsWithOperator=t.filterNotContainsOperator=t.filterContainsOperator=t.filterStartsWithOperator=t.filterIsNotEmptyOperator=t.filterIsEmptyOperator=t.filterIsNotNullOperator=t.filterIsNullOperator=t.filterNotEqOperator=t.filterEqOperator=t.pagerMoreButtonLabel=t.pagerMobileSelect=t.pagerPageSizeAriaLabel=t.pagerAriaLabel=t.pagerAriaKeyshortcuts=t.pagerPageNumberLabel=t.pagerTotalPages=t.pagerOf=t.pagerPage=t.pagerPageSelection=t.pagerItemPerPage=t.pagerLastPage=t.pagerNextPage=t.pagerPreviousPage=t.pagerFirstPage=t.pagerInfo=void 0,t.messages=t.filterAriaLabel=t.sortAriaLabel=t.columnMenuFilterOrLogic=t.columnMenuFilterAndLogic=t.columnMenuFilterBeforeOrEqualOperator=t.columnMenuFilterBeforeOperator=t.columnMenuFilterAfterOperator=t.columnMenuFilterAfterOrEqualOperator=t.columnMenuFilterIsTrue=t.columnMenuFilterLtOperator=t.columnMenuFilterLteOperator=t.columnMenuFilterGtOperator=t.columnMenuFilterGteOperator=t.columnMenuFilterEndsWithOperator=t.columnMenuFilterNotContainsOperator=t.columnMenuFilterContainsOperator=t.columnMenuFilterStartsWithOperator=t.columnMenuFilterIsNotEmptyOperator=t.columnMenuFilterIsEmptyOperator=t.columnMenuFilterIsNotNullOperator=t.columnMenuFilterIsNullOperator=t.columnMenuFilterNotEqOperator=t.columnMenuFilterEqOperator=t.columnMenuSortDescending=t.columnMenuSortAscending=t.columnMenuFilterTitle=void 0,t.pagerInfo="pager.info",t.pagerFirstPage="pager.firstPage",t.pagerPreviousPage="pager.previousPage",t.pagerNextPage="pager.nextPage",t.pagerLastPage="pager.lastPage",t.pagerItemPerPage="pager.itemsPerPage",t.pagerPageSelection="pager.pageSelection",t.pagerPage="pager.page",t.pagerOf="pager.of",t.pagerTotalPages="pager.totalPages",t.pagerPageNumberLabel="pager.pageLabel",t.pagerAriaKeyshortcuts="pager.ariaKeyshortcuts",t.pagerAriaLabel="pager.ariaLabel",t.pagerPageSizeAriaLabel="pager.pageSizeAriaLabel",t.pagerMobileSelect="pager.mobileSelect",t.pagerMoreButtonLabel="pager.moreButtonLabel",t.filterEqOperator="filter.eqOperator",t.filterNotEqOperator="filter.notEqOperator",t.filterIsNullOperator="filter.isNullOperator",t.filterIsNotNullOperator="filter.isNotNullOperator",t.filterIsEmptyOperator="filter.isEmptyOperator",t.filterIsNotEmptyOperator="filter.isNotEmptyOperator",t.filterStartsWithOperator="filter.startsWithOperator",t.filterContainsOperator="filter.containsOperator",t.filterNotContainsOperator="filter.notContainsOperator",t.filterEndsWithOperator="filter.endsWithOperator",t.filterGteOperator="filter.gteOperator",t.filterGtOperator="filter.gtOperator",t.filterLteOperator="filter.lteOperator",t.filterLtOperator="filter.ltOperator",t.filterIsTrue="filter.isTrue",t.filterIsFalse="filter.isFalse",t.filterAfterOrEqualOperator="filter.afterOrEqualOperator",t.filterAfterOperator="filter.afterOperator",t.filterBeforeOperator="filter.beforeOperator",t.filterBeforeOrEqualOperator="filter.beforeOrEqualOperator",t.filterAndLogic="filter.andLogic",t.filterOrLogic="filter.orLogic",t.filterAddExpression="filter.addExpression",t.filterAddGroup="filter.addGroup",t.filterClose="filter.close",t.filterGroupAriaLabel="filter.groupAriaLabel",t.filterExpressionAriaLabel="filter.expressionAriaLabel",t.filterExpressionDropdownAriaLabel="filter.expressionDropdownAriaLabel",t.filterExpressionOperatorDropdownAriaLabel="filter.expressionOperatorDropdownAriaLabel",t.filterEnumFilterDropdownAriaLabel="filter.enumFilterDropdownAriaLabel",t.filterNumericFilterAriaLabel="filter.numericFilterAriaLabel",t.filterTextFilterAriaLabel="filter.textFilterAriaLabel",t.columnMenuFilterClearButton="columnMenu.filterClearButton",t.columnMenuFilterSubmitButton="columnMenu.filterSubmitButton",t.columnMenuFilterTitle="columnMenu.filterTitle",t.columnMenuSortAscending="columnMenu.sortAscending",t.columnMenuSortDescending="columnMenu.sortDescending",t.columnMenuFilterEqOperator="columnMenu.filterEqOperator",t.columnMenuFilterNotEqOperator="columnMenu.filterNotEqOperator",t.columnMenuFilterIsNullOperator="columnMenu.filterIsNullOperator",t.columnMenuFilterIsNotNullOperator="columnMenu.filterIsNotNullOperator",t.columnMenuFilterIsEmptyOperator="columnMenu.filterIsEmptyOperator",t.columnMenuFilterIsNotEmptyOperator="columnMenu.filterIsNotEmptyOperator",t.columnMenuFilterStartsWithOperator="columnMenu.filterStartsWithOperator",t.columnMenuFilterContainsOperator="columnMenu.filterContainsOperator",t.columnMenuFilterNotContainsOperator="columnMenu.filterNotContainsOperator",t.columnMenuFilterEndsWithOperator="columnMenu.filterEndsWithOperator",t.columnMenuFilterGteOperator="columnMenu.filterGteOperator",t.columnMenuFilterGtOperator="columnMenu.filterGtOperator",t.columnMenuFilterLteOperator="columnMenu.filterLteOperator",t.columnMenuFilterLtOperator="columnMenu.filterLtOperator",t.columnMenuFilterIsTrue="columnMenu.filterIsTrue",t.columnMenuFilterAfterOrEqualOperator="columnMenu.filterAfterOrEqualOperator",t.columnMenuFilterAfterOperator="columnMenu.filterAfterOperator",t.columnMenuFilterBeforeOperator="columnMenu.filterBeforeOperator",t.columnMenuFilterBeforeOrEqualOperator="columnMenu.filterBeforeOrEqualOperator",t.columnMenuFilterAndLogic="columnMenu.filterAndLogic",t.columnMenuFilterOrLogic="columnMenu.filterOrLogic",t.sortAriaLabel="sort.ariaLabel",t.filterAriaLabel="filter.ariaLabel",t.messages=((n={})[t.pagerItemPerPage]="items per page",n[t.pagerPageSelection]="Select 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.pagerOf]="of",n[t.pagerTotalPages]="{0}",n[t.pagerPageNumberLabel]="Page",n[t.pagerAriaKeyshortcuts]="Enter ArrowRight ArrowLeft",n[t.pagerAriaLabel]="Pager",n[t.pagerPageSizeAriaLabel]="Page size",n[t.pagerMobileSelect]="Select",n[t.pagerMoreButtonLabel]="More pages",n[t.sortAriaLabel]="Sortable",n[t.filterAriaLabel]="Filter",n[t.filterEqOperator]="Is equal to",n[t.filterNotEqOperator]="Is not equal to",n[t.filterIsNullOperator]="Is null",n[t.filterIsNotNullOperator]="Is not null",n[t.filterIsEmptyOperator]="Is empty",n[t.filterIsNotEmptyOperator]="Is not empty",n[t.filterStartsWithOperator]="Starts with",n[t.filterContainsOperator]="Contains",n[t.filterNotContainsOperator]="Does not contain",n[t.filterEndsWithOperator]="Ends with",n[t.filterGteOperator]="Is greater than or equal to",n[t.filterGtOperator]="Is greater than",n[t.filterLteOperator]="Is less than or equal to",n[t.filterLtOperator]="Is less than",n[t.filterIsTrue]="Is true",n[t.filterIsFalse]="Is false",n[t.filterAfterOrEqualOperator]="Is after or equal to",n[t.filterAfterOperator]="Is after",n[t.filterBeforeOperator]="Is before",n[t.filterBeforeOrEqualOperator]="Is before or equal to",n[t.filterAndLogic]="And",n[t.filterOrLogic]="Or",n[t.filterAddExpression]="Add Expression",n[t.filterAddGroup]="Add Group",n[t.filterClose]="Close",n[t.filterGroupAriaLabel]="Filter toolbar",n[t.filterExpressionAriaLabel]="Filter expression row",n[t.filterExpressionDropdownAriaLabel]="Filter dropdown",n[t.filterExpressionOperatorDropdownAriaLabel]="Filter operator dropdown",n[t.filterEnumFilterDropdownAriaLabel]="Select True/False",n[t.filterNumericFilterAriaLabel]="Enter number",n[t.filterTextFilterAriaLabel]="Enter text",n[t.columnMenuFilterClearButton]="Clear",n[t.columnMenuFilterSubmitButton]="Filter",n[t.columnMenuFilterTitle]="Filter",n[t.columnMenuSortAscending]="Sort Ascending",n[t.columnMenuSortDescending]="Sort Descending",n[t.columnMenuFilterEqOperator]="Is equal to",n[t.columnMenuFilterNotEqOperator]="Is not equal to",n[t.columnMenuFilterIsNullOperator]="Is null",n[t.columnMenuFilterIsNotNullOperator]="Is not null",n[t.columnMenuFilterIsEmptyOperator]="Is empty",n[t.columnMenuFilterIsNotEmptyOperator]="Is not empty",n[t.columnMenuFilterStartsWithOperator]="Starts with",n[t.columnMenuFilterContainsOperator]="Contains",n[t.columnMenuFilterNotContainsOperator]="Does not contain",n[t.columnMenuFilterEndsWithOperator]="Ends with",n[t.columnMenuFilterGteOperator]="Is greater than or equal to",n[t.columnMenuFilterGtOperator]="Is greater than",n[t.columnMenuFilterLteOperator]="Is less than or equal to",n[t.columnMenuFilterLtOperator]="Is less than",n[t.columnMenuFilterIsTrue]="Is true",n[t.columnMenuFilterAfterOrEqualOperator]="Is after or equal to",n[t.columnMenuFilterAfterOperator]="Is after",n[t.columnMenuFilterBeforeOperator]="Is before",n[t.columnMenuFilterBeforeOrEqualOperator]="Is before or equal to",n[t.columnMenuFilterAndLogic]="And",n[t.columnMenuFilterOrLogic]="Or",n)},1271:function(e,t,n){var o=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var o,r=0,i=t.length;r<i;r++)!o&&r in t||(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.tableKeyboardNavigation=void 0;var r=n(6752),i=n(2818),a=function(e){var t=e.navigationStateRef,n=e.scope;if(t.current&&n){var r=[],a=(0,i.getHeaderElement)(n),l=(0,i.getBodyElement)(n);if(a&&l){var s=Array.from(a.children),c=Array.from(l.children);o(o([],s,!0),c,!0).forEach((function(e,t){Array.from(e.children).forEach((function(e){var n=(0,i.getNavigatableId)(e);if(n){for(var o,a=e.rowSpan||1,l=e.colSpan||1,s=t,c=t+a;s<c;s++){if(r[s]||(r[s]=[]),void 0===o){var u=r[s].findIndex((function(e){return!e}));o=u>-1?u:r[s].length}r[s][o]=n||""}for(s=o+1,c=o+l;s<c;s++)r[t][s]=n||""}}))})),t.current.navigationMatrix=r.filter((function(e){return!!e})),t.current.lastHeaderIndex=s.length-1}}};t.tableKeyboardNavigation={onConstructor:function(e){var t=e.navigatable,n=e.contextStateRef,o=e.navigationStateRef,i=e.idPrefix;t&&(n.current={activeId:"",level:0},o.current={activeElementIsFocused:!1,prevNavigationIndexes:void 0,idPrefix:i||(0,r.guid)(),navigationMatrix:[],lastHeaderIndex:-1})},onComponentDidMount:function(e){var t=e.scope,n=e.contextStateRef,o=e.navigationStateRef;if(n.current&&o.current&&t){a(e);var r=o.current.navigationMatrix[0][0],l=i.tableKeyboardNavigationTools.getActiveElement(t,r);r&&l&&(n.current.activeId=r,l.setAttribute("tabIndex","0"))}},onGetSnapshotBeforeUpdate:function(e){var t=e.contextStateRef,n=e.navigationStateRef,o=e.document;if(t.current&&n.current&&o){var a=(0,r.getActiveElement)(o),l=i.tableKeyboardNavigationTools.getNavigatableId(a);l&&l===t.current.activeId&&(n.current.activeElementIsFocused=!0)}},onComponentDidUpdate:function(e){var t=e.scope,n=e.contextStateRef,o=e.navigationStateRef;if(a(e),n.current&&o.current&&t){if(!i.tableKeyboardNavigationTools.getActiveElement(t,n.current.activeId)){var r=o.current.navigationMatrix[0][0],l=i.tableKeyboardNavigationTools.getActiveElement(t,r);r&&l&&(n.current.activeId=r,l.setAttribute("tabIndex","0"),o.current.activeElementIsFocused&&l.focus())}o.current.activeElementIsFocused=!1}},onFocus:function(e,t){var n=t.contextStateRef;if(!e.isDefaultPrevented()&&n.current){var o=e.target,r=i.tableKeyboardNavigationTools.getNavigatableId(o);if(r&&r!==n.current.activeId){var a=i.tableKeyboardNavigationTools.getClosestScope(o);if(!a)return;var l=i.tableKeyboardNavigationTools.getActiveElement(a,n.current.activeId);l&&l.setAttribute("tabIndex","-1"),o.setAttribute("tabIndex","0"),n.current.activeId=r}}},onKeyDown:function(e,t){var n=t.contextStateRef,o=t.navigationStateRef,a=t.onNavigationAction;if(!e.isDefaultPrevented()&&n.current&&o.current)if(e.keyCode!==r.Keys.esc){var l=e.target,s=i.tableKeyboardNavigationTools.getNavigatableId(l),c=i.tableKeyboardNavigationTools.getNavigatableLevel(l),u=i.tableKeyboardNavigationTools.getClosestScope(l),p=o.current.navigationMatrix;if(void 0!==c&&u){if(e.keyCode===r.Keys.enter){var d=i.tableKeyboardNavigationTools.getNavigatableElement(l,{level:c+1});return d?void i.tableKeyboardNavigationTools.focusElement({elementForFocus:d,event:e,contextStateRef:n,prevElement:l}):(x=i.tableKeyboardNavigationTools.getFocusableElements(l)[0],void i.tableKeyboardNavigationTools.focusElement({elementForFocus:x,event:e,contextStateRef:n,prevElement:l}))}if(e.keyCode===r.Keys.up||e.keyCode===r.Keys.down||e.keyCode===r.Keys.left||e.keyCode===r.Keys.right){var h=e.keyCode===r.Keys.up||e.keyCode===r.Keys.left,v=e.keyCode===r.Keys.up||e.keyCode===r.Keys.down,f=void 0;if(o.current&&o.current.prevNavigationIndexes){var m=o.current.prevNavigationIndexes,g=m[0],b=m[1];f=p[g][b]===s?o.current.prevNavigationIndexes:(0,i.findId)(p,s)}else f=(0,i.findId)(p,s);if(f){g=f[0],b=f[1];var y=v?(0,i.findNextIdByRowIndex)(g,b,s,p,h):(0,i.findNextIdByCellIndex)(g,b,s,p,h),w=y[0],z=y[1];w&&(x=i.tableKeyboardNavigationTools.getActiveElement(u,w),i.tableKeyboardNavigationTools.focusElement({elementForFocus:x,event:e,contextStateRef:n,prevElement:l}),o.current.prevNavigationIndexes=z,a&&a({focusElement:x,event:e}))}}}}else{var x=i.tableKeyboardNavigationTools.getClosestNavigatableElement(e.target);i.tableKeyboardNavigationTools.focusElement({elementForFocus:x,event:e,contextStateRef:n})}},generateMatrix:a}},8301:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.TableKeyboardNavigationContext=void 0;var o=n(3899);t.TableKeyboardNavigationContext=o.createContext(void 0),t.TableKeyboardNavigationContext.displayName="KendoReactTableKeyboardNavigationContext"},1880:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},5531:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},2027:function(e,t){var n,o,r,i=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var o,r=0,i=t.length;r<i;r++)!o&&r in t||(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.tableKeyboardNavigationBodyAttributes=t.tableKeyboardNavigationHeaderAttributes=t.tableKeyboardNavigationScopeAttributes=t.TABBABLE_ELEMENTS=t.FOCUSABLE_ELEMENTS=t.KEYBOARD_NAV_FILTER_COL_SUFFIX=t.KEYBOARD_NAV_DATA_ZONE=t.KEYBOARD_NAV_DATA_ID=t.KEYBOARD_NAV_DATA_BODY=t.KEYBOARD_NAV_DATA_HEADER=t.KEYBOARD_NAV_DATA_SCOPE=t.KEYBOARD_NAV_DATA_LEVEL=void 0,t.KEYBOARD_NAV_DATA_LEVEL="data-keyboardnavlevel",t.KEYBOARD_NAV_DATA_SCOPE="data-keyboardnavscope",t.KEYBOARD_NAV_DATA_HEADER="data-keyboardnavheader",t.KEYBOARD_NAV_DATA_BODY="data-keyboardnavbody",t.KEYBOARD_NAV_DATA_ID="data-keyboardnavid",t.KEYBOARD_NAV_DATA_ZONE="data-keyboardnavzone",t.KEYBOARD_NAV_FILTER_COL_SUFFIX="_filter";var a=["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]"];t.FOCUSABLE_ELEMENTS=i(i([],a,!0),["[tabindex]"],!1),t.TABBABLE_ELEMENTS=i(i([],a,!0),["[tabindex]"],!1).map((function(e){return e+':not([tabindex="-1"])'})),t.tableKeyboardNavigationScopeAttributes=((n={})[t.KEYBOARD_NAV_DATA_SCOPE]=!0,n),t.tableKeyboardNavigationHeaderAttributes=((o={})[t.KEYBOARD_NAV_DATA_HEADER]=!0,o),t.tableKeyboardNavigationBodyAttributes=((r={})[t.KEYBOARD_NAV_DATA_BODY]=!0,r)},7691:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useTableKeyboardNavigation=void 0;var o=n(3899),r=n(2027),i=n(8301);t.useTableKeyboardNavigation=function(e,t){var n,a=o.useContext(i.TableKeyboardNavigationContext);return a&&e&&!1!==t?((n={tabIndex:a&&a.activeId&&a.activeId===e?0:-1})[r.KEYBOARD_NAV_DATA_LEVEL]=a.level,n[r.KEYBOARD_NAV_DATA_ID]=e,n):{}}},2818:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.tableKeyboardNavigationTools=t.getFilterColumnId=t.getNextNavigationIndex=t.findId=t.findNextIdByCellIndex=t.findNextIdByRowIndex=t.getIdPrefix=t.focusElement=t.filterNavigatableElements=t.getNavigatableElements=t.getFocusableElements=t.getBodyElement=t.getHeaderElement=t.getClosestScope=t.getActiveElement=t.getClosestNavigatableElement=t.getNavigatableElement=t.isNavigatable=t.getNavigatableId=t.getNavigatableLevel=t.generateNavigatableId=void 0;var o=n(2027);t.generateNavigatableId=function(e,t,n){return void 0===n&&(n="cell"),"".concat(t,"_").concat(e,"_").concat(n)},t.getNavigatableLevel=function(e){if(e)return parseInt(e.getAttribute(o.KEYBOARD_NAV_DATA_LEVEL)||"",10)},t.getNavigatableId=function(e){if(e)return e.getAttribute(o.KEYBOARD_NAV_DATA_ID)||void 0},t.isNavigatable=function(e){if(!e)return!1;var t=e.getAttribute(o.KEYBOARD_NAV_DATA_ID);return Boolean(t)},t.getNavigatableElement=function(e,t){return void 0===t&&(t={level:0}),e.querySelector("[".concat(o.KEYBOARD_NAV_DATA_LEVEL,"='").concat(t.level,"']"))},t.getClosestNavigatableElement=function(e){return e.parentElement&&e.parentElement.closest("[".concat(o.KEYBOARD_NAV_DATA_LEVEL,"]"))},t.getActiveElement=function(e,t){return e.querySelector("[".concat(o.KEYBOARD_NAV_DATA_ID,"='").concat(t,"']"))},t.getClosestScope=function(e){return e.parentElement&&e.parentElement.closest("[".concat(o.KEYBOARD_NAV_DATA_SCOPE,"]"))},t.getHeaderElement=function(e){return e.querySelector("[".concat(o.KEYBOARD_NAV_DATA_HEADER,"]"))},t.getBodyElement=function(e){return e.querySelector("[".concat(o.KEYBOARD_NAV_DATA_BODY,"]"))},t.getFocusableElements=function(e,t){void 0===t&&(t={focusable:!1});var n=t.focusable?o.FOCUSABLE_ELEMENTS:o.TABBABLE_ELEMENTS;return Array.from(e.querySelectorAll(n.join(",")))},t.getNavigatableElements=function(e,t){if(void 0===t&&(t={level:0}),!e)return[];var n=o.FOCUSABLE_ELEMENTS.map((function(e){return e+"[".concat(o.KEYBOARD_NAV_DATA_LEVEL,"='").concat(t.level,"']")})).join(",");return Array.from(e.querySelectorAll(n))},t.filterNavigatableElements=function(e){void 0===e&&(e={level:0});var t=o.FOCUSABLE_ELEMENTS.map((function(t){return t+"[".concat(o.KEYBOARD_NAV_DATA_LEVEL,"='").concat(e.level,"']")})).join(",");return function(e){return e.matches(t)}},t.focusElement=function(e){var n=e.elementForFocus,o=e.event,r=e.contextStateRef,i=e.prevElement;r.current&&n&&n.focus&&(o.preventDefault(),n.focus(),(0,t.isNavigatable)(n)&&(n.setAttribute("tabIndex","0"),r.current.activeId=(0,t.getNavigatableId)(n)),i&&(0,t.isNavigatable)(i)&&i.setAttribute("tabIndex","-1"))},t.getIdPrefix=function(e){return e.current?e.current.idPrefix:""},t.findNextIdByRowIndex=function(e,t,n,o,r){if(!n)return[];for(var i=e+(r?-1:1);i>=0&&i<o.length;){var a=o[i][t];if(a!==n)return[a,[i,t]];i+=r?-1:1}return[]},t.findNextIdByCellIndex=function(e,t,n,o,r){if(!n)return[];for(var i=t+(r?-1:1);i>=0&&i<o[e].length;){var a=o[e][i];if(a!==n)return[a,[e,i]];i+=r?-1:1}return[]},t.findId=function(e,t){if(t)for(var n=0;n<e.length;n++)for(var o=0;o<e[n].length;o++)if(e[n][o]===t)return[n,o]},t.getNextNavigationIndex=function(e){return e.current?e.current.navigationMatrix.length:0},t.getFilterColumnId=function(e){return e?"".concat(e).concat(o.KEYBOARD_NAV_FILTER_COL_SUFFIX):""},t.tableKeyboardNavigationTools={generateNavigatableId:t.generateNavigatableId,getNavigatableId:t.getNavigatableId,getNavigatableLevel:t.getNavigatableLevel,getNavigatableElement:t.getNavigatableElement,getClosestNavigatableElement:t.getClosestNavigatableElement,getActiveElement:t.getActiveElement,getClosestScope:t.getClosestScope,getHeaderElement:t.getHeaderElement,getBodyElement:t.getBodyElement,getFocusableElements:t.getFocusableElements,getNavigatableElements:t.getNavigatableElements,filterNavigatableElements:t.filterNavigatableElements,focusElement:t.focusElement,getIdPrefix:t.getIdPrefix,isNavigatable:t.isNavigatable,findNextIdByRowIndex:t.findNextIdByRowIndex,findNextIdByCellIndex:t.findNextIdByCellIndex,findId:t.findId,getNextNavigationIndex:t.getNextNavigationIndex,getFilterColumnId:t.getFilterColumnId}},7363:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.packageMetadata=void 0,t.packageMetadata={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"}},2894:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},i.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.Pager=void 0;var a=n(3899),l=n(189),s=n(4535),c=n(535),u=n(4474),p=n(2888),d=n(3364),h=n(499),v=n(6752),f=n(8696),m=n(7363),g=function(e){function t(t){var n=e.call(this,t)||this;return n._element=null,n.onPageChange=function(e,t){var o=i({target:n,syntheticEvent:t.syntheticEvent,nativeEvent:t.nativeEvent,targetEvent:t},e);n.props.onPageChange&&n.props.onPageChange.call(void 0,o)},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,v.validatePackage)(m.packageMetadata),n.state={showPagerSizes:!0,showPagerInfo:!0},n}return r(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,o,r,i=this,l=this.state,p=l.showPagerSizes,m=l.showPagerInfo,g=this.props,b=g.skip,y=g.take,w=g.total,z=g.pageSizes,x=g.size,k=g.responsive,C=g.messagesMap,I=g.pageSizeValue,O=(0,h.provideLocalizationService)(this),M=(0,h.provideIntlService)(this),E=Math.floor(b/y)+1,V="numeric"===this.props.type?a.createElement(s.PagerNumericButtons,{type:k&&!p?"dropdown":"numbers",buttonCount:this.props.buttonCount||0,totalPages:this.totalPages,currentPage:E,pageChange:this.changePage,messagesMap:this.props.messagesMap,size:this.props.size}):a.createElement(c.PagerInput,{buttonCount:this.props.buttonCount||0,totalPages:this.totalPages,currentPage:E,pageChange:this.changePage,messagesMap:C,size:this.props.size}),H=C?C(d.pagerFirstPage):{messageKey:d.pagerFirstPage,defaultMessage:d.messages[d.pagerFirstPage]},S=C?C(d.pagerPreviousPage):{messageKey:d.pagerPreviousPage,defaultMessage:d.messages[d.pagerPreviousPage]},D=C?C(d.pagerNextPage):{messageKey:d.pagerNextPage,defaultMessage:d.messages[d.pagerNextPage]},P=C?C(d.pagerLastPage):{messageKey:d.pagerLastPage,defaultMessage:d.messages[d.pagerLastPage]},_=C?C(d.pagerInfo):{messageKey:d.pagerInfo,defaultMessage:d.messages[d.pagerInfo]},L=C?C(d.pagerAriaKeyshortcuts):{messageKey:d.pagerAriaKeyshortcuts,defaultMessage:d.messages[d.pagerAriaKeyshortcuts]},B=C?C(d.pagerAriaLabel):{messageKey:d.pagerAriaLabel,defaultMessage:d.messages[d.pagerAriaLabel]};this.props.previousNext&&(t=this.renderButton(1,"k-pager-nav k-pager-first"+(1===E?" k-disabled":""),O.toLanguageString(H.messageKey,H.defaultMessage),this.isRtl?"caret-alt-to-right":"caret-alt-to-left",this.isRtl?f.caretAltToRightIcon:f.caretAltToLeftIcon,1===E||void 0),n=this.renderButton(E-1,"k-pager-nav"+(1===E?" k-disabled":""),O.toLanguageString(S.messageKey,S.defaultMessage),this.isRtl?"caret-alt-right":"caret-alt-left",this.isRtl?f.caretAltRightIcon:f.caretAltLeftIcon,1===E||void 0),o=this.renderButton(E+1,"k-pager-nav"+(E>=this.totalPages?" k-disabled":""),O.toLanguageString(D.messageKey,D.defaultMessage),this.isRtl?"caret-alt-left":"caret-alt-right",this.isRtl?f.caretAltLeftIcon:f.caretAltRightIcon,E>=this.totalPages||void 0),r=this.renderButton(this.totalPages,"k-pager-nav k-pager-last"+(E>=this.totalPages?" k-disabled":""),O.toLanguageString(P.messageKey,P.defaultMessage),this.isRtl?"caret-alt-to-left":"caret-alt-to-right",this.isRtl?f.caretAltToLeftIcon:f.caretAltToRightIcon,E>=this.totalPages||void 0));var N=z&&a.createElement(u.PagerPageSizes,{pageChange:this.onPageChange,pageSize:y,pageSizes:z,value:I,messagesMap:C,size:this.props.size}),R=this.props.info&&a.createElement("span",{className:"k-pager-info"},M.format(O.toLanguageString(_.messageKey,_.defaultMessage),[Math.min(b+1,w),Math.min(b+y,w),w]));return a.createElement("div",{className:(0,v.classNames)("k-pager",(e={},e["k-pager-".concat(v.kendoThemeMaps.sizeMap[x]||x)]=x,e),this.props.className),style:this.props.style,role:"application","aria-roledescription":"pager",dir:this.props.dir,"aria-keyshortcuts":O.toLanguageString(L.messageKey,L.defaultMessage),"aria-label":O.toLanguageString(B.messageKey,B.defaultMessage),ref:function(e){return i._element=e}},a.createElement("div",{className:(0,v.classNames)("k-pager-numbers-wrap")},t,n,V,o,r),k?p&&N:N,k?m&&R:R)},t.prototype.renderButton=function(e,t,n,o,r,i){var l=this;return a.createElement(p.Button,{fillMode:"flat",themeColor:"base",size:this.props.size,rounded:null,className:t,icon:o,svgIcon:r,title:n,role:"button","aria-disabled":i,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:l.string,style:l.object,total:l.number.isRequired,skip:l.number.isRequired,take:l.number.isRequired,buttonCount:l.number,info:l.bool,type:l.oneOf(["numeric","input"]),pageSizes:l.arrayOf(l.oneOfType([l.string,l.number])),previousNext:l.bool,onPageChange:l.func,messagesMap:l.func,size:l.oneOf([null,"small","medium","large"]),dir:l.string},t.defaultProps={buttonCount:10,info:!0,type:"numeric",size:"medium"},t}(a.Component);t.Pager=g,(0,h.registerForIntl)(g),(0,h.registerForLocalization)(g)},535:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.PagerInput=void 0;var i=n(3899),a=n(499),l=n(3364),s=n(3062),c=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 r(t,e),t.prototype.render=function(){var e=(0,a.provideIntlService)(this),t=(0,a.provideLocalizationService)(this),n=this.props.messagesMap?this.props.messagesMap(l.pagerPage):{messageKey:l.pagerPage,defaultMessage:l.messages[l.pagerPage]},o=this.props.messagesMap?this.props.messagesMap(l.pagerOf):{messageKey:l.pagerOf,defaultMessage:l.messages[l.pagerOf]},r=this.props.messagesMap?this.props.messagesMap(l.pagerTotalPages):{messageKey:l.pagerTotalPages,defaultMessage:l.messages[l.pagerTotalPages]};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(s.NumericTextBox,{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(o.messageKey,o.defaultMessage)," ").concat(e.format(t.toLanguageString(r.messageKey,r.defaultMessage),[this.props.totalPages])))))},t}(i.Component);t.PagerInput=c,(0,a.registerForLocalization)(c)},4535:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.PagerNumericButtons=void 0;var i=n(3899),a=n(6752),l=n(2888),s=n(3364),c=n(499),u=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 r(t,e),t.prototype.render=function(){for(var e,t=this,n=(0,c.provideLocalizationService)(this),o=this.props.messagesMap?this.props.messagesMap(s.pagerMobileSelect):{messageKey:s.pagerMobileSelect,defaultMessage:s.messages[s.pagerMobileSelect]},r=this.props.messagesMap?this.props.messagesMap(s.pagerPage):{messageKey:s.pagerPage,defaultMessage:s.messages[s.pagerPage]},u=this.props.messagesMap?this.props.messagesMap(s.pagerMoreButtonLabel):{messageKey:s.pagerMoreButtonLabel,defaultMessage:s.messages[s.pagerMoreButtonLabel]},p=n.toLanguageString(u.messageKey,u.defaultMessage),d=this.start>1&&this.renderDots(this.start-1,p),h=this.end<this.props.totalPages&&this.renderDots(this.end+1,p),v=this.start>1&&this.renderOptionDots(this.start-1),f=this.end<this.props.totalPages&&this.renderOptionDots(this.end+1),m=[],g=this.start;g<=this.end;g++)m.push(g);var b=m.map((function(e){return i.createElement(l.Button,{className:(0,a.classNames)({"k-selected":t.props.currentPage===e}),key:e,fillMode:"flat",themeColor:"primary",size:t.props.size,rounded:null,role:"button","aria-label":n.toLanguageString(r.messageKey,r.defaultMessage)+" "+e,"aria-current":t.props.currentPage===e||void 0,onClick:function(n){return t.handlePageChange(n,e)}},e)})),y=m.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,a.classNames)("k-picker k-dropdown-list k-dropdown k-rounded-md",(e={},e["k-picker-".concat(a.kendoThemeMaps.sizeMap[this.props.size]||this.props.size)]=this.props.size,e)),"aria-label":n.toLanguageString(o.messageKey,o.defaultMessage),value:this.props.currentPage,onChange:function(e){return t.handleSelectPageChange(e)}},v,y,f),i.createElement("div",{className:"k-pager-numbers",style:{display:"numbers"===this.props.type?"":"none"}},d,b,h))},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(l.Button,{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);t.PagerNumericButtons=u},4474:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.PagerPageSizes=void 0;var i=n(3899),a=n(499),l=n(3364),s=n(2831),c=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 r(t,e),t.prototype.render=function(){var e=this.props,t=e.value,n=e.pageSizes,o=e.pageSize,r=e.messagesMap,c=n.slice();void 0===t&&0===c.filter((function(e){return e===o})).length&&c.unshift(o);var u=r?r(l.pagerItemPerPage):{messageKey:l.pagerItemPerPage,defaultMessage:l.messages[l.pagerItemPerPage]},p=r?r(l.pagerPageSizeAriaLabel):{messageKey:l.pagerPageSizeAriaLabel,defaultMessage:l.messages[l.pagerPageSizeAriaLabel]};return i.createElement("span",{className:"k-pager-sizes"},i.createElement(s.DropDownList,{value:void 0!==t?t:o,data:c,onChange:this.pageSizeChange,ariaLabel:(0,a.provideLocalizationService)(this).toLanguageString(p.messageKey,p.defaultMessage),size:this.props.size}),i.createElement("span",null,(0,a.provideLocalizationService)(this).toLanguageString(u.messageKey,u.defaultMessage)))},t}(i.Component);t.PagerPageSizes=c,(0,a.registerForLocalization)(c)},6:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},9946:function(e,t,n){var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.TableSelection=void 0;var r=n(3899),i=n(994),a=n(6752),l=n(1495),s=n(3253);t.TableSelection=function(e){var t,n=e.onRelease,c=e.childRef,u=(0,l.getSelectionOptions)(e.selectable),p=u.enabled,d=u.drag,h=u.mode,v=u.cell,f=r.useRef(null),m=r.useRef(null),g=r.useRef({clientX:0,clientY:0}),b=r.useState(null),y=b[0],w=b[1],z=r.useRef(),x=r.useRef(!1),k=r.useRef(!1),C=r.useCallback((function(e){var t=e.event;k.current=t.originalEvent.target.hasAttribute(s.TABLE_PREVENT_SELECTION_ELEMENT),!k.current&&f.current&&(z.current=(0,l.relativeContextElement)(f.current.element),g.current={clientY:t.clientY,clientX:t.clientX})}),[]),I=r.useCallback((function(e){var t=e.event,n=g.current,o=n.clientX,r=n.clientY;if(!k.current&&d&&"single"!==h&&((Math.abs(r-t.clientY)>5||Math.abs(o-t.clientX)>5)&&(x.current=!0),x.current)){var i=(0,l.getOffset)(z.current);w({top:Math.min(r,t.clientY)-i.top,left:Math.min(o,t.clientX)-i.left,width:Math.abs(t.clientX-o),height:Math.abs(t.clientY-r)})}}),[w,d,h]),O=r.useCallback((function(e){var t=e.event,o=g.current,r=o.clientX,i=o.clientY;if(!k.current&&f.current){var a=f.current.element&&f.current.element.ownerDocument;if(a){if(x.current){var s=Math.min(i,t.clientY),c=Math.min(r,t.clientX),u=Math.max(i,t.clientY),p=Math.max(r,t.clientX),d=m.current;if(!d)return;d.style.visibility="hidden",H=a.elementFromPoint(c,s);var b=a.elementFromPoint(p,u);if(d.style.visibility="",!H||!b)return;var y=(0,l.closestTagName)(H,"TD"),z=(0,l.closestTagName)(y,"TR"),C=(0,l.closestTagName)(b,"TD"),I=(0,l.closestTagName)(C,"TR"),O=(0,l.getColumnIndex)(y),M=(0,l.getRowIndex)(z),E=(0,l.getColumnIndex)(C),V=(0,l.getRowIndex)(I);void 0!==O&&void 0!==M&&void 0!==E&&void 0!==V&&n({nativeEvent:t.originalEvent,startRowIndex:M,startColIndex:O,endRowIndex:V,endColIndex:E,altKey:t.altKey,shiftKey:t.shiftKey,ctrlKey:t.ctrlKey,metaKey:t.metaKey,mode:h,cell:v,isDrag:!0})}else{var H;if(!(H=a.elementFromPoint(r,i)))return;var S=(0,l.closestTagName)(H,"TD"),D=(0,l.closestTagName)(H,"TR"),P=(0,l.getColumnIndex)(S),_=(0,l.getRowIndex)(D);S&&D&&void 0!==_&&void 0!==P&&n({nativeEvent:t.originalEvent,startRowIndex:_,startColIndex:P,endRowIndex:_,endColIndex:P,altKey:t.altKey,shiftKey:t.shiftKey,ctrlKey:t.ctrlKey,metaKey:t.metaKey,mode:h,cell:v,isDrag:!1})}w(null),x.current=!1,g.current={clientX:0,clientY:0}}}}),[w,h,v,n]),M=(0,a.useDocument)(m);return p?r.createElement(r.Fragment,null,r.createElement(a.Draggable,{onPress:C,onDrag:I,onRelease:O,ref:f,childRef:c},e.children),y&&i.createPortal(r.createElement("div",{ref:m,style:o(o({},y),{position:"fixed"}),className:"k-marquee k-marquee-color"}),null===(t=M())||void 0===t?void 0:t.body)):r.cloneElement(r.Children.only(e.children),{ref:c})}},3253:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.TABLE_PREVENT_SELECTION_ELEMENT=t.TABLE_COL_INDEX_ATTRIBUTE=t.TABLE_ROW_INDEX_ATTRIBUTE=void 0,t.TABLE_ROW_INDEX_ATTRIBUTE="data-grid-row-index",t.TABLE_COL_INDEX_ATTRIBUTE="data-grid-col-index",t.TABLE_PREVENT_SELECTION_ELEMENT="data-prevent-selection"},4490:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},1495:function(e,t,n){var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)},r=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var o,r=0,i=t.length;r<i;r++)!o&&r in t||(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.getSelectionOptions=t.getOffset=t.relativeContextElement=t.getSelectedState=t.getSelectedStateFromKeyDown=t.setSelectedState=t.getColumnIndex=t.getRowIndex=t.closestTagName=void 0;var i=n(6752),a=n(3253),l={};t.closestTagName=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},t.getRowIndex=function(e){if(e){var t=e.getAttribute(a.TABLE_ROW_INDEX_ATTRIBUTE);return t?parseInt(t,10):void 0}},t.getColumnIndex=function(e){if(e){var t=e.getAttribute(a.TABLE_COL_INDEX_ATTRIBUTE);return t?parseInt(t,10):void 0}},t.setSelectedState=function(e){var t=e.subItemsField||"items",n=(0,i.getter)(e.dataItemKey);return(0,i.mapTree)(e.data,t,(function(o){var r;return(0,i.extendDataItem)(o,t,((r={})[e.selectedField]=e.selectedState[n(o)],r))}))},t.getSelectedStateFromKeyDown=function(e){var n=e.event,o=e.dataItemKey,r=e.selectedState,a=n.syntheticEvent,l=n.nativeEvent,s=n.dataItems,c=n.componentId,u=n.mode,p=n.cell,d=n.selectedField,h=l.target,v=l.ctrlKey,f=l.metaKey,m=l.altKey,g=l.shiftKey;if(a.isDefaultPrevented()||l.keyCode!==i.Keys.enter)return r;var b=(0,t.closestTagName)(h,"TD"),y=(0,t.closestTagName)(h,"TR"),w=(0,t.getColumnIndex)(b),z=(0,t.getRowIndex)(y),x={};return b&&y&&void 0!==z&&void 0!==w&&(x=(0,t.getSelectedState)({selectedState:r,dataItemKey:o,event:{ctrlKey:v,metaKey:f,altKey:m,shiftKey:g,dataItems:s,cell:p,mode:u,selectedField:d,componentId:c,startColIndex:w,endColIndex:w,startRowIndex:z,endRowIndex:z,isDrag:!1,syntheticEvent:a,nativeEvent:l,target:n.target,dataItem:null}})),x},t.getSelectedState=function(e){var t,n,a=e.event,s=e.dataItemKey,c=e.selectedState,u=a.dataItems,p=a.startRowIndex,d=a.endRowIndex,h=a.startColIndex,v=a.endColIndex,f=a.cell,m=a.isDrag,g=a.ctrlKey,b=a.shiftKey,y=a.metaKey,w=a.componentId,z=a.mode,x=a.dataItem,k=(0,i.getter)(s),C={},I=null!==x;if("single"===z){var O=u.slice(p,p+1)[0],M=k(O);l[w]={rowIndex:p,colIndex:h},C[M]=!f||[h]}else if(!m&&(b||g||y||I)){if(g||y||I)l[w]={rowIndex:p,colIndex:h},O=u.slice(p,d+1)[0],M=k(O),(C=o({},c))[M]=f&&!I?(t=C[M],n=h,!t||Array.isArray(t)&&0===t.length?[n]:t.findIndex((function(e){return e===n}))>-1?t.filter((function(e){return e!==n})):r(r([],t,!0),[n],!1)):!C[M];else if(b){var E=l[w]&&l[w].rowIndex||0,V=l[w]&&l[w].colIndex||0,H=Math.min(E,p,d),S=Math.max(E,p,d),D=Math.min(V,h,v),P=Math.max(V,h,v),_=[];for(B=D;B<=P;B++)_.push(B);u.slice(H,S+1).forEach((function(e){var t=k(e);C[t]=!f||r([],_,!0)}))}}else{m||(l[w]={rowIndex:p,colIndex:h});for(var L=[],B=h;B<=v;B++)L.push(B);u.slice(p,d+1).forEach((function(e){var t=k(e);C[t]=!f||r([],L,!0)}))}return C};var s=(0,i.hasRelativeStackingContext)();t.relativeContextElement=function(e){if(!e||!s)return null;for(var t=e.parentElement;t;){if("none"!==window.getComputedStyle(t).transform)return t;t=t.parentElement}},t.getOffset=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}},t.getSelectionOptions=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)}}},8769:function(e,t,n){var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)},r=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var o,r=0,i=t.length;r<i;r++)!o&&r in t||(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.moveTreeItem=t.getItemPath=t.modifySubItems=t.removeItems=t.extendDataItem=t.createDataTree=t.treeToFlat=t.flatData=t.filterBy=t.orderBy=void 0;var i=n(4829),a=n(6752);function l(e,t,n){var i;return n?o(o({},e),((i={})[t]=n.length?r([],n,!0):void 0,i)):e&&e[t]?r([],e[t],!0):[]}function s(e,t,n){var r;if(e[n]){var a=l(e,n,(0,i.orderBy)(l(e,n),t)),c=l(a,n).map((function(e){return s(e,t,n)}));return o(o({},a),((r={})[n]=c,r))}return e}function c(e,t,n){var o=l(e,n);if(o&&o.length){o=o.map((function(e){return c(e,t,n)}));var r={filters:[{filters:t,logic:"and"},{operator:function(e){return Boolean((e[n]||[]).length)}}],logic:"or"},a=(0,i.filterBy)(o,r);return l(e,n,a)}return e}t.orderBy=function(e,t,n){var o=(0,i.orderBy)(e,t);return o.map((function(e){return s(e,t,n)}))},t.filterBy=function(e,t,n){var o,i=((o={})[n]=r([],e,!0),o);return(i=c(i,t,n))[n]||[]},t.flatData=function(e,t,n){for(var i=[],a=[],l=e.length-1;l>=0;l--){var s=e[l];i.push({root:s,data:t(s),level:[l],levelCount:e.length})}for(;i.length>0;){var c=i.pop();if(a.push(o(o({dataItem:c.root,level:r([],c.level,!0)},n(c.root)),{levelCount:c.levelCount})),c.data.length)for(l=c.data.length-1;l>=0;l--)s=c.data[l],i.push({root:s,data:t(s),level:r(r([],c.level,!0),[l],!1),levelCount:c.data.length})}return a},t.treeToFlat=function(e,t,n){var r=function(e,i,l){i.push(o(o({},e),{level:l})),function(e){var o=[];return function(e){return Boolean((0,a.getNestedValue)(t,e))}(e)&&function(e){return Boolean((0,a.getNestedValue)(n,e))}(e)&&o.push.apply(o,(0,a.getNestedValue)(n,e)),o}(e).forEach((function(e){return r(e,i,l+1)}))},i=[];return e.forEach((function(e){return r(e,i,0)})),i},t.createDataTree=function(e,t,n,r){var i,a={},l=[];return e.forEach((function(e){return a[t(e)]=o({},e)})),e.forEach((function(e){(i=a[n(e)])?(i[r]=i[r]||[],i[r].push(a[t(e)])):l.push(a[t(e)])})),l},t.extendDataItem=function(e,t,n){return(0,a.extendDataItem)(e,t,n)},t.removeItems=function(e,t,n){var o,i=(0,a.mapTree)([(o={},o[t]=r([],e,!0),o)],t,(function(e){return u(e,n,t)}));return r([],i[0][t],!0)};var u=function(e,t,n){var i,a=e[n]||[],l=a.findIndex(t);if(-1!==l){var s=r([],a,!0);return s.splice(l,1),o(o({},e),((i={})[n]=s,i))}return e};t.modifySubItems=function(e,t,n,r){return(0,a.mapTree)(e,t,(function(e){var i;return n(e)?o(o({},e),((i={})[t]=r(e[t]||[]),i)):e}))},t.getItemPath=function(e,t,n){return(0,a.getItemPath)(e,t,n)},t.moveTreeItem=function(e,n,o,i){var a=r([],e,!0),l=(0,t.getItemPath)(a,n,i),s=l.pop(),c=l.pop(),u=n[n.length-1];if(o){var p=(0,t.getItemPath)(a,o,i).pop();(c?c[i]:a).splice(u,1),p[i]=p[i]||[],p[i].push(s)}else(c?c[i]:a).splice(u,1),a.push(s);return a}},4716:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.setExpandedState=t.getGroupIds=t.setGroupIds=void 0;var o=n(6752),r="groupId",i="items",a=function(e,t,n){e.items&&(e[r]="".concat(n).concat(n&&"_").concat(e.value).concat(e.field),t>1&&e.items.forEach((function(n){return a(n,t-1,e[r])})))};t.setGroupIds=function(e){var t=e.group;if(t&&t.length&&e.data)return e.data.forEach((function(e){return a(e,t.length,"")}))},t.getGroupIds=function(e){var t=[];return(0,o.mapTree)(e.data,i,(function(e){e[r]&&t.push(e[r])})),t},t.setExpandedState=function(e){return(0,o.mapTree)(e.data,i,(function(t){return(0,o.extendDataItem)(t,i,{expanded:!e.collapsedIds.some((function(e){return e===t[r]}))})}))}},2002:function(e,t){var n=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var o,r=0,i=t.length;r<i;r++)!o&&r in t||(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.tableColumnsVirtualization=void 0,t.tableColumnsVirtualization=function(e){var t=e.enabled,o=e.columns,r=void 0===o?[]:o,i=e.tableViewPortWidth,a=e.scrollLeft,l=r.map((function(){return 1})),s=r.map((function(){return!1}));if(!t)return{colSpans:l,hiddenColumns:s};for(var c=r.map((function(e){return parseFloat((e.width||"").toString())||10})),u=0,p=0;p<r.length;p++)if(!r[p].locked){var d=p<c.length-1?c[p+1]:0;if(!(u+c[p]+d<a))break;s[p]=!0,u+=c[p]}var h=c.reduce((function(e,t){return e+t}),0);for(u=0,p=r.length-1;p>=0;p--)if(!r[p].locked){if(!(u+2*c[p]<h-i-a))break;s[p]=!0,u+=c[p]}for(var v,f,m=n([],s,!0),g=function(e){return e},b=m.lastIndexOf(!1),y=m.some(g),w=m.every(g);y&&m.length&&(-1!==b||w);){for(b<m.length-1&&(v=w?m.length:m.length-b-1,0==(f=m.length-v)&&(f=v-1),s[f]=!1,l[f]=v,m.splice(b+1,v));m.length&&!m[m.length-1];)m.pop();b=m.lastIndexOf(!1),y=m.some(g),w=m.every(g)}return{colSpans:l,hiddenColumns:s}}},9381:function(e,t,n){var o=this&&this.__createBinding||(Object.create?function(e,t,n,o){void 0===o&&(o=n);var r=Object.getOwnPropertyDescriptor(t,n);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,o,r)}:function(e,t,n,o){void 0===o&&(o=n),e[o]=t[n]}),r=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||o(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),r(n(2002),t)},9098:(e,t,n)=>{n.d(t,{f:()=>f});var o,r=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=(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)}),h=function(){return h=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},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,o=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 o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(e,["id","style","children","component","className","childFactory","stackChildren","componentChildStyle","componentChildClassName"]),m={id:t,style:n,component:i,childFactory:u,className:(0,a.A)(v["animation-container"],v["animation-container-relative"],c)},g=r.Children.map(o||null,(function(e){return r.createElement(l.Y,h({},f,{style:p,className:d}),e)}));return r.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}(r.Component)},3492:(e,t,n)=>{n.d(t,{Y:()=>h});var o,r=n(3899),i=n(189),a=n(8047),l=n(3228),s=n(6144),c=n(9013),u=(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),p=function(){return p=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},p.apply(this,arguments)},d=c.Z.styles,h=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.elementRef=r.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,o=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,b=t.onEntered,y=t.onExit,w=t.onExiting,z=t.onExited,x=t.onAfterExited,k=t.mountOnEnter,C=t.unmountOnExit,I=t.animationEnteringStyle,O=t.animationEnteredStyle,M=t.animationExitingStyle,E=t.animationExitedStyle,V=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(t,["children","style","appear","enter","exit","transitionName","transitionEnterDuration","transitionExitDuration","className","onEnter","onEntering","onEntered","onExit","onExiting","onExited","onAfterExited","mountOnEnter","unmountOnExit","animationEnteringStyle","animationEnteredStyle","animationExitingStyle","animationExitedStyle"]),H=(0,a.A)(f,d["child-animation-container"]),S=p({transitionDelay:"0ms"},o),D={entering:p({transitionDuration:"".concat(h,"ms")},I),entered:p({},O),exiting:p({transitionDuration:"".concat(v,"ms")},M),exited:p({},E)},P={in:this.props.in,appear:i,enter:l,exit:c,mountOnEnter:k,unmountOnExit:C,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(){b&&b.call(void 0,{animatedElement:e.element,target:e})},onExit:function(){y&&y.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 r.createElement(s.CSSTransition,p({},P,V,{nodeRef:this.elementRef}),(function(t){return r.createElement("div",{style:p(p({},S),D[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}(r.Component)},8686:(e,t,n)=>{n.d(t,{U:()=>p});var o,r=n(3899),i=n(189),a=n(9098),l=n(3228),s=n(9013),c=(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)}),u=function(){return u=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},u.apply(this,arguments)},p=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={maxHeight:void 0,maxWidth:void 0},t.componentWillEnter=function(e){var n=t.props,o=n.onEnter,r=n.onBeforeEnter;r&&r.call(void 0,e),t.updateContainerDimensions(e.animatedElement,(function(){o&&o.call(void 0,e)}))},t.componentIsEntering=function(e){var n=t.props.onEntering;t.updateContainerDimensions(e.animatedElement,(function(){n&&n.call(void 0,e)}))},t.componentWillExit=function(e){var n=t.props.onExit;t.updateContainerDimensions(e.animatedElement,(function(){n&&n.call(void 0,e)}))},t.updateContainerDimensions=function(e,n){void 0===n&&(n=l.Z);var o=e.firstChild;if(o){var r=s.Z.outerHeight(o),i=s.Z.outerWidth(o);t.setState({maxHeight:r,maxWidth:i},n)}},t}return c(t,e),t.prototype.render=function(){var e,t=this.props,n=t.direction,o=t.children,i=t.childFactory,l=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(t,["direction","children","childFactory"]),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 r.createElement(a.f,u({},l,{childFactory:function(t){var n=i?i(t):t;return n.props.in?n:r.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)}),o)},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}(r.Component)},2022:(e,t,n)=>{n.r(t),n.d(t,{Animation:()=>r.f,AnimationChild:()=>i.Y,Expand:()=>h,Fade:()=>u,Push:()=>g,Reveal:()=>I.U,Slide:()=>w,Zoom:()=>C,useAnimation:()=>O});var o,r=n(9098),i=n(3492),a=n(3899),l=n(189),s=(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)}),c=function(){return c=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},c.apply(this,arguments)},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 o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(e,["children"]);return a.createElement(r.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 o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),d=function(){return d=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},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,o=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(e,["direction","children"]),i={transitionName:"expand-".concat(t)};return a.createElement(r.f,d({},i,o),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 o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),f=function(){return f=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},f.apply(this,arguments)},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,o=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(e,["children","direction"]);return a.createElement(r.f,f({},o,{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),b=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),y=function(){return y=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},y.apply(this,arguments)},w=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return b(t,e),t.prototype.render=function(){var e=this.props,t=e.direction,n=e.children,o=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(e,["direction","children"]),i={transitionName:"slide-".concat(t)};return a.createElement(r.f,y({},i,o),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 o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),x=function(){return x=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},x.apply(this,arguments)},k={position:"absolute",top:"0",left:"0"},C=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,o=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(e,["children","direction"]);return a.createElement(r.f,x({},o,{transitionName:"zoom-".concat(n),animationExitingStyle:this.props.stackChildren?k: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),o=a.useRef(!1),r=a.useRef();a.useEffect((function(){return function(e){var t,o=e.duration,i=n.current&&1-n.current;e.onStart&&e.onStart();var a=function(l){t||(t=l);var s=(l-t+1)/o+i;s<=1?(e.onUpdate&&e.onUpdate(s),r.current=window.requestAnimationFrame(a),n.current=s):(e.onEnd&&e.onEnd(1),n.current=0)};r.current=window.requestAnimationFrame(a)}(e),function(){r.current&&window.cancelAnimationFrame(r.current)}}),t),a.useEffect((function(){o.current=!0}),[])}},9013:(e,t,n)=>{n.d(t,{Z:()=>o});const o={outerHeight:function(e){if(!e||!e.ownerDocument.defaultView)return 0;var t=e.ownerDocument.defaultView.getComputedStyle(e),n=parseFloat(t.marginTop),o=parseFloat(t.marginBottom);return e.offsetHeight+n+o},outerWidth:function(e){if(!e||!e.ownerDocument.defaultView)return 0;var t=e.ownerDocument.defaultView.getComputedStyle(e),n=parseFloat(t.marginLeft),o=parseFloat(t.marginRight);return e.offsetWidth+n+o},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 o,r=n(3899),i=n(189),a=n(8130),l=n(8047),s=n(2697),c=n(3218),u=n(4006),p=n(2709),d=(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)}),h=function(){return h=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},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,o=this.props,i=o.children,c=o.togglable,u=o.icon,p=o.iconClass,d=o.svgIcon,v=o.imageUrl,f=o.imageAlt,m=(o.className,o.onClick,o.size),g=void 0===m?t.defaultProps.size:m,b=o.rounded,y=void 0===b?t.defaultProps.rounded:b,w=o.fillMode,z=void 0===w?t.defaultProps.fillMode:w,x=o.themeColor,k=void 0===x?t.defaultProps.themeColor:x,C=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(o,["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,M=function(e){var t=e.imageUrl,n=e.name,o=e.iconClass,i=e.svgIcon,s=e.imageAlt;return t?r.createElement("img",{role:"presentation",className:"k-button-icon",alt:s,src:t}):n||i?r.createElement(a.a,{className:"k-button-icon",name:n,icon:i}):o?r.createElement("span",{role:"presentation",className:(0,l.A)("k-button-icon",o)}):null}({name:u,svgIcon:d,iconClass:p,imageUrl:v,imageAlt:f});return r.createElement("button",h({ref:function(e){return n._element=e},"aria-pressed":c?this.state.selected:void 0},C,{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(k)]=Boolean(z&&k),e["k-rounded-".concat(s.G.roundedMap[y]||y)]=y,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)}),M,i&&r.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}(r.Component)},7711:(e,t,n)=>{n.d(t,{h:()=>h});var o,r=n(3899),i=n(189),a=n(8047),l=n(4006),s=n(2709),c=n(1889),u=(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),p=function(){return p=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},p.apply(this,arguments)},d=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),o=(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:o,style:{width:"".concat(this.props.width)},dir:this.props.dir,role:"group","aria-disabled":this.props.disabled};return r.createElement("div",p({ref:function(e){t._element=e}},i,{className:o}),n)},t.prototype.mapButtons=function(e){var t=this,n=r.Children.count(e),o=void 0!==this.props.dir?"rtl"===this.props.dir:this._element&&"rtl"===getComputedStyle(this._element).direction||!1;return r.Children.map(e,(function(e,i){return r.isValidElement(e)?t.renderButton(e,i,i===n-1,o):e}))},t.prototype.renderButton=function(e,t,n,o){var i,l=(0,a.A)(e.props.className,((i={})[d["group-start"]]=o?n:0===t,i[d["group-end"]]=o?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 r.Children.count(e.props.children)>0?r.cloneElement(e,u,e.props.children):r.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}(r.Component)},1711:(e,t,n)=>{n.d(t,{A:()=>z});var o=n(3899),r=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),b=n(2709),y=n(3322),w=function(){return w=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},w.apply(this,arguments)},z=o.forwardRef((function(e,t){var n;(0,g.s)(b.k);var r=o.useRef(null),z=o.useRef(null),x=(0,a.n)(z,e.dir);o.useImperativeHandle(r,(function(){return{element:z.current,props:e}})),o.useImperativeHandle(t,(function(){return r.current}));var k=o.useContext(i.Wn),C=k[0],I=k[1],O=o.useContext(i.OW),M=O[0],E=O[1],V=o.useContext(i.zD)[1],H=o.useMemo((function(){return e.selected||(Array.isArray(C)?C.some((function(t){return t===e.value})):C===e.value)}),[e.selected,e.value,C]),S=o.useMemo((function(){return M===e.value}),[e.value,M]);o.useEffect((function(){S&&z.current&&z.current.focus()}),[S]);var D=o.useCallback((function(t){I({type:m.ey.toggle,payload:e.value,event:t})}),[I,e.value]),P=o.useCallback((function(t){e.removable&&(V({type:f.V.remove,payload:e.value,event:t}),E({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:r.current,syntheticEvent:t}))}),[e.onRemove,e.value,e.removable,V,E,I]),_=o.useCallback((function(t){switch(t.keyCode){case l.R.left:E({type:v.E.prev,payload:e.value,event:t});break;case l.R.right:E({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:P(t)}e.onKeyDown&&e.onKeyDown.call(void 0,{target:r.current,syntheticEvent:t})}),[e.onKeyDown,e.value,E,I,P]),L=o.useCallback((function(t){E({payload:e.value,type:v.E.current,event:t}),e.onFocus&&e.onFocus.call(void 0,{target:r.current,syntheticEvent:t})}),[e.onFocus,e.value,E]),B=o.useCallback((function(t){e.onBlur&&e.onBlur.call(void 0,{target:r.current,syntheticEvent:t})}),[e.onBlur]),N=(0,y.i)(e,r,{onClick:D});return o.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":S},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:L,onBlur:B,onKeyDown:_}),H&&(e.selectedIcon||e.selectedSvgIcon)&&o.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)&&o.createElement(p.a,{className:"k-chip-icon",name:e.icon?(0,d.iJ)(e.icon):void 0,icon:e.svgIcon,size:"small"}),e.avatar&&o.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},o.createElement("span",{className:"k-avatar-image"},o.createElement("img",{src:e.avatar.image,alt:e.avatar.imageAlt}))),o.createElement("span",{className:"k-chip-content"},void 0!==e.children?e.children:e.text&&o.createElement("span",{"aria-label":e.ariaLabel||e.text,className:"k-chip-label"},e.text)),e.removable&&o.createElement("span",{className:"k-chip-actions"},o.createElement("span",{className:(0,c.A)("k-chip-action","k-chip-remove-action"),onClick:P},o.createElement(p.a,{name:e.removeIcon?(0,d.iJ)(e.removeIcon):void 0,icon:e.removeSvgIcon||h.jKn,size:"small"}))))})),x={id:r.string,text:r.string,value:r.any,dir:r.oneOf(["ltr","rtl"]),removable:r.bool,removeIcon:r.string,removeIconSvg:d.wi,disabled:r.bool,icon:r.string,svgIcon:d.wi,selectedIcon:r.string,selectedIconSvg:d.wi,onRemove:r.func,dataItem:r.any,selected:r.bool,ariaDescribedBy:r.string,size:r.oneOf([null,"small","medium","large"]),rounded:r.oneOf([null,"small","medium","large","full"]),fillMode:r.oneOf([null,"outline","solid"]),themeColor:r.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:()=>b,OW:()=>y,zD:()=>w,jg:()=>z});var o=n(3899),r=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,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},g.apply(this,arguments)},b=o.createContext([null,function(e){}]),y=o.createContext([null,function(e){}]),w=o.createContext([null,function(e){}]),z=o.forwardRef((function(e,t){var n;(0,f.s)(m.k);var r=o.useRef(null),z=o.useRef(null),x=(0,i.n)(z,e.dir),C=e.chip,I=e.id,O=e.style,M=e.tabIndex,E=e.disabled,V=e.size,H=e.className,S=e.ariaDescribedBy,D=e.ariaLabelledBy,P=e.selection,_=void 0===P?k.selection:P,L=e.value,B=void 0===L?k.defaultValue:L,N=e.defaultData,R=void 0===N?k.defaultData:N,T=e.valueField,F=void 0===T?k.valueField:T,A=e.textField,j=void 0===A?k.textField:A,q=e.onChange,K=e.onDataChange,W=o.useMemo((function(){return C||v.A}),[C,v.A]);o.useImperativeHandle(r,(function(){return{element:z.current,props:e}})),o.useImperativeHandle(t,(function(){return r.current}));var U=o.useCallback((function(e,t){q&&r.current&&q.call(void 0,{value:e,target:r.current,syntheticEvent:t})}),[q]),G=function(e,t,n){var r=o.useState(e),i=r[0],a=r[1];return[i,function(e){var o=(0,p.TX)(t.state||i,g(g({},e),t));n&&n(o,e.event),a(o)}]}(B,{selection:_,state:B},U),Y=G[0],Z=G[1],X=o.useCallback((function(e,t){K&&r.current&&K.call(void 0,{value:e,target:r.current,syntheticEvent:t})}),[K]),Q=function(e,t,n){var r=o.useState(e),i=r[0],a=r[1];return[i,function(e){var o=(0,h.I)(t.state||i,g(g({},e),t));n&&n(o,e.event),a(o)}]}(e.data||R,{state:e.data,valueField:F},X),J=Q[0],$=Q[1],ee=o.useCallback((function(e,t){return e.push(t[F]),e}),[F]),te=o.useMemo((function(){return e.data||J}),[e.data,J]),ne=o.useMemo((function(){return B||Y}),[B,Y]),oe=o.useMemo((function(){return te.reduce(ee,[])}),[te,ee]),re=o.useCallback((function(e){return(0,a.Y)(F)(e)}),[F]),ie=o.useCallback((function(e){return(0,a.Y)(j)(e)}),[j]),ae=function(e){var t=o.useState(null),n=t[0],r=t[1];return[n,function(t){var n=(0,d.L)(t.payload,g(g({},t),e));r(n)}]}({items:oe}),le=ae[0],se=ae[1],ce=(0,l.i)(e,r);return o.createElement(b.Provider,{value:[ne,Z]},o.createElement(y.Provider,{value:[le,se]},o.createElement(w.Provider,{value:[te,$]},o.createElement("div",g({ref:z},ce,{role:"listbox",id:I,dir:x,style:O,tabIndex:(0,s.p)(M,E,void 0),className:(0,c.A)("k-chip-list",(n={"k-rtl":"rtl"===x,"k-disabled":E},n["k-chip-list-".concat(u.G.sizeMap[V]||V)]=V,n),H),"aria-labelledby":D,"aria-describedby":S}),te.map((function(e,t){return o.createElement(W,{role:"option",dataItem:e,size:V,key:[re(e),t].join("-"),text:ie(e),value:re(e),ariaLabel:e.ariaLabel,svgIcon:e.svgIcon||void 0})}))))))})),x={id:r.string,className:r.string,tabIndex:r.number,data:r.any,defaultData:r.arrayOf(r.any),onDataChange:r.func,value:r.oneOfType([r.any,r.arrayOf(r.any)]),defaultValue:r.oneOfType([r.any,r.arrayOf(r.any)]),onChange:r.func,selection:r.oneOf(["single","none","multiple"]),textField:r.string,valueField:r.string,disabled:r.bool,dir:r.oneOf(["ltr","rtl"]),ariaLabelledBy:r.string,ariaDescribedBy:r.string,size:r.oneOf([null,"small","medium","large"])},k={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=k},5770:(e,t,n)=>{var o;n.d(t,{V:()=>o,I:()=>r}),function(e){e.remove="remove",e.add="add",e.reorder="reorder"}(o||(o={}));var r=function(e,t){switch(t.type){case o.add:break;case o.remove:return e.filter((function(e){return e[t.valueField]!==t.payload}));case o.reorder:break;default:return e}}},4163:(e,t,n)=>{var o;n.d(t,{E:()=>o,L:()=>r}),function(e){e.next="next",e.prev="prev",e.current="current",e.reset="reset"}(o||(o={}));var r=function(e,t){var n=t.items.findIndex((function(t){return t===e}));switch(t.type){case o.next:return n===t.items.length-1?e:t.items[n+1];case o.prev:return 0===n?e:t.items[n-1];case o.current:return t.payload;case o.reset:return null;default:return e}}},5209:(e,t,n)=>{n.d(t,{ey:()=>r,TX:()=>a});var o,r,i=function(e,t,n){if(n||2===arguments.length)for(var o,r=0,i=t.length;r<i;r++)!o&&r in t||(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))};!function(e){e.single="single",e.multiple="multiple",e.none="none"}(o||(o={})),function(e){e.toggle="toggle",e.remove="remove"}(r||(r={}));var a=function(e,t){switch(t.selection){case o.single:switch(t.type){case r.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 r.remove:return t.payload===e?null:e;default:return e}case o.multiple:switch(t.type){case r.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 r.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 o.none:return null;default:return e}}},2888:(e,t,n)=>{n.r(t),n.d(t,{Button:()=>o.z,ButtonGroup:()=>r.h,Chip:()=>j.A,ChipList:()=>q.jg,DropDownButton:()=>D,DropDownButtonItem:()=>V,FloatingActionButton:()=>ee,FloatingActionButtonItem:()=>Y,SplitButton:()=>M,SplitButtonItem:()=>b,Toolbar:()=>B,ToolbarItem:()=>R,ToolbarSeparator:()=>F,ToolbarSpacer:()=>A,toolbarButtons:()=>P.w});var o=n(7037),r=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),o=void 0!==e.dataItem.text?e.dataItem.text:e.textField?e.dataItem[e.textField]:e.dataItem,r=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"}),o&&i.createElement("span",{className:"k-menu-link-text"},o))));return void 0!==e.item&&void 0!==e.render?e.render.call(void 0,r,e):r};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)}),b=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),y=function(e,t,n,o){if(n)return e;var r=Math.min(o-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 r-1<0?o-1:r-1;case s.R.down:case s.R.right:return r+1>=o?0:r+1;case s.R.home:return 0;case s.R.end:return o-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 k=n(4006),C=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 o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),M=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 o=void 0;if(e.keyCode===s.R.enter||e.keyCode===s.R.space){if(e.preventDefault(),n.dispatchClickEvent(e,t),t>=0){o={focusedIndex:n.opened?-1:0};var r=!n.opened;n.setOpen(r),r&&n.dispatchPopupEvent(e,r)}}else if(n.opened&&e.keyCode===s.R.esc)return n.setState({focusedIndex:-1}),void n.setOpen(!1);if(n.opened){var i=y(t,e.keyCode,e.altKey,n.buttonsData.length);i!==t&&((o=o||{}).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()}o&&n.setState(o)}},n.switchFocus=function(e){n.skipFocus=!0,e(),window.setTimeout((function(){return n.skipFocus=!1}),0)},n.onFocus=function(e){n.skipFocus||((0,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,k.s)(C.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===b})).map((function(e){return e.props}));var t=this.isRtl(),n=t?"rtl":void 0,r=this.props,a=r.id,l=r.style,s=r.tabIndex,c=r.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(o.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(o.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,o=void 0===n?{}:n,r=this.state.focusedIndex;return i.createElement(w.G,{anchor:this.wrapper,show:this.opened,animate:o.animate,popupClass:(0,u.A)("k-menu-popup",o.popupClass),anchorAlign:o.anchorAlign||z(e),popupAlign:o.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":r>=0?"".concat(this.guid,"-").concat(r):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,o=t.itemRender,r=t.textField;return this.buttonsData.length>0?this.buttonsData.map((function(t,a){return i.createElement(f,{className:"k-menu-item",dataItem:t,textField:r,focused:e.state.focusedIndex===a,onClick:e.onItemClick,onDown:e.onItemDown,render:o,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),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 o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),V=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return E(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 o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),S=function(){return S=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},S.apply(this,arguments)},D=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 o=S({},n.state);if(e.keyCode===s.R.enter||e.keyCode===s.R.space){t>=0&&n.dispatchClickEvent(e,t),e.preventDefault();var r=!n.opened;return n.setOpen(r),void(r&&(n.dispatchPopupEvent(e,!0),n.setState({focusedIndex:n.opened?-1:0})))}if(n.opened&&e.keyCode===s.R.esc)return n.setState({focusedIndex:-1}),void n.setOpen(!1);if(n.opened){var i=y(t,e.keyCode,e.altKey,n.buttonsData.length);o.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(o)}},n.switchFocus=function(e){n.skipFocus=!0,e(),window.setTimeout((function(){return n.skipFocus=!1}),0)},n.handleFocus=function(e){n.skipFocus||(n.setState({focused:!0,focusedIndex:n.opened?0:-1}),(0,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,k.s)(C.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,r=this.props,a=r.id,l=r.style,s=r.tabIndex,c=r.disabled;return this.buttonsData=this.props.items||i.Children.toArray(this.props.children).filter((function(e){return e&&e.type===V})).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(o.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,o=void 0===n?{}:n,r=this.state.focusedIndex;return i.createElement(w.G,{anchor:this.wrapper,show:this.opened,animate:o.animate,popupClass:(0,u.A)("k-menu-popup",o.popupClass),anchorAlign:o.anchorAlign||z(e),popupAlign:o.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":r>=0?"".concat(this.guid,"-").concat(r):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,o=t.itemRender,r=t.textField;return this.buttonsData.length>0?this.buttonsData.map((function(t,a){return i.createElement(f,{className:"k-menu-item",dataItem:t,textField:r,focused:e.state.focusedIndex===a,onClick:e.onItemClick,onDown:e.onItemDown,render:o,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),P=n(1889),_=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),L=function(){return L=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},L.apply(this,arguments)},B=function(e){function t(n){var o=e.call(this,n)||this;return o._element=null,o.offsetHeight=0,o.offsetWidth=0,o.buttons=[],o.focusedSelector=o.selectors.map((function(e){return e+":focus"})).join(","),o.setTabIndex=function(e){var n=o.props.tabIndex,r=void 0===n?t.defaultProps.tabIndex:n;o.buttons.forEach((function(t,n){t.tabIndex=n===e?r:-1}))},o.onKeyDown=function(e){var t=e.target;if((e.keyCode===s.R.left||e.keyCode===s.R.right)&&!e.defaultPrevented&&-1!==o.buttons.findIndex((function(e){return e===t}))){var n=o.focusedIndex;e.keyCode===s.R.left?o.focusButton(n,n-1):o.focusButton(n,n+1)}},o.onWindowResize=function(e){var t=o.element;if(t){var n=t.offsetWidth,r=t.offsetHeight;if(o.offsetWidth!==n||o.offsetHeight!==r){o.offsetWidth=n,o.offsetHeight=r;var i={offsetWidth:o.offsetWidth,offsetHeight:o.offsetHeight};o.props.onResize&&o.props.onResize.call(void 0,L(L({target:o},i),{nativeEvent:e}))}}},(0,k.s)(C.k),o}return _(t,e),Object.defineProperty(t.prototype,"selectors",{get:function(){return this.props.buttons||P.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 i.createElement("div",{id:this.props.id,"aria-label":this.props.ariaLabel,className:(0,u.A)("k-toolbar",(e={},e["k-toolbar-".concat(p.G.sizeMap[this.props.size]||this.props.size)]=this.props.size,e),this.props.className),style:this.props.style,role:void 0!==this.props.role?this.props.role||void 0:"toolbar",dir:this.props.dir,ref:function(e){return t._element=e},onKeyDown:!1!==this.props.keyboardNavigation?this.onKeyDown:void 0},this.props.children)},t.prototype.focusButton=function(e,n){var o=this.props.tabIndex,r=void 0===o?t.defaultProps.tabIndex:o,i=this.buttons[n];if(i){i.tabIndex=r,i.focus();var a=this.buttons[e];a&&(a.tabIndex=-1)}},t.propTypes={tabIndex:a.number,dir:a.string,keyboardNavigation:a.bool,style:a.object,className:a.string,role:a.string,onResize:a.func,buttons:a.arrayOf(a.string),size:a.oneOf([null,"small","medium","large"])},t.defaultProps={tabIndex:0,size:"medium"},t}(i.Component),N=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),R=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._element=null,t}return N(t,e),Object.defineProperty(t.prototype,"element",{get:function(){return this._element},enumerable:!1,configurable:!0}),t.prototype.render=function(){var e=this;return i.createElement("div",{id:this.props.id,className:(0,u.A)("k-toolbar-item",this.props.className),style:this.props.style,ref:function(t){return e._element=t}},this.props.children)},t.propTypes={className:a.string},t}(i.PureComponent),T=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),F=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return T(t,e),t.prototype.render=function(){return i.createElement("div",{className:(0,u.A)("k-separator",this.props.className)})},t}(i.PureComponent),A=i.forwardRef((function(e,t){var n=i.useRef(null),o=i.useRef(null);i.useImperativeHandle(o,(function(){return{element:n.current}})),i.useImperativeHandle(t,(function(){return{element:n.current}}));var r=i.useMemo((function(){return(0,u.A)("k-spacer",e.className)}),[e.className]);return i.createElement("span",{ref:n,className:r})}));A.displayName="KendoReactToolbarSpacer",A.propTypes={className:a.string};var j=n(1711),q=n(228),K=n(8259),W=n(8199),U=n(4703),G=function(){return G=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},G.apply(this,arguments)},Y=i.forwardRef((function(e,t){var n=e.className,o=e.disabled,r=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,b=e.onClick,y=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(e,["className","disabled","text","icon","style","id","focused","tabIndex","index","dataItem","item","svgIcon","onDown","onClick"]),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 k=i.useCallback((function(e){b&&void 0!==d&&!o&&b(e,d)}),[b,d]),C=i.useMemo((function(){return(0,u.A)("k-fab-item",{"k-focus":c,"k-disabled":o},n)}),[n,o,c]),I=f;return i.createElement("li",G({ref:w,id:s,className:C,style:l,role:"menuitem",tabIndex:(0,U.p)(p,o),"aria-disabled":o,"aria-label":"".concat(r||""," floatingactionbutton item"),onClick:k,onMouseDown:g,onPointerDown:g},y),I?i.createElement(I,{itemIndex:d,item:h}):i.createElement(i.Fragment,null,r&&i.createElement("span",{className:"k-fab-item-text"},r),a||m?i.createElement(v.a,{className:"k-fab-item-icon",name:a,icon:m}):null))}));Y.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},Y.displayName="KendoFloatingActionButtonItem";var Z="16px",X=function(e){return"number"==typeof e?e+"px":e},Q=function(e,t){var n={horizontal:t?"right":"left",vertical:"bottom"};return"end"===e.horizontal&&(n.horizontal=t?"left":"right"),n},J=function(e,t){var n={horizontal:t?"right":"left",vertical:"top"};return"end"===e.horizontal&&(n.horizontal=t?"left":"right"),n},$=function(){return $=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},$.apply(this,arguments)},ee=i.forwardRef((function(e,t){(0,k.s)(C.k);var n=e.align,o=void 0===n?te.align:n,r=e.alignOffset,a=e.className,d=e.disabled,f=e.icon,m=e.svgIcon,g=e.iconClass,b=e.id,y=e.items,z=e.item,x=e.text,I=e.positionMode,O=void 0===I?te.positionMode:I,M=e.size,E=void 0===M?te.size:M,V=e.style,H=e.rounded,S=void 0===H?te.rounded:H,D=e.themeColor,P=void 0===D?te.themeColor:D,_=e.overlayStyle,L=e.tabIndex,B=e.accessKey,N=e.popupSettings,R=void 0===N?{}:N,T=e.modal,F=e.onClick,A=e.onItemClick,j=e.onFocus,q=e.onBlur,G=e.onKeyDown,ee=e.onOpen,ne=e.onClose,oe=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(e,["align","alignOffset","className","disabled","icon","svgIcon","iconClass","id","items","item","text","positionMode","size","style","rounded","themeColor","overlayStyle","tabIndex","accessKey","popupSettings","modal","onClick","onItemClick","onFocus","onBlur","onKeyDown","onOpen","onClose"]),re=(0,K.u)(),ie=re?re+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],be=i.useState(-1),ye=be[0],we=be[1],ze=i.useMemo((function(){return(0,l.M)()}),[]),xe=(0,W.n)(le,e.dir),ke="rtl"===xe,Ce=i.useMemo((function(){return(0,l.M)()}),[]);i.useEffect((function(){!function(e,t,n,o){var r=t.horizontal,i=t.vertical;if(e.current){var a=n&&void 0!==n.x?X(n.x):Z,l=n&&void 0!==n.x?"calc(50% + ".concat(X(n.x),")"):"50%",s=n&&void 0!==n.y?X(n.y):Z,c=n&&void 0!==n.y?"calc(50% + ".concat(X(n.y),")"):"50%";e.current.style.setProperty(function(e,t){return{end:t?"left":"right",center:"left",start:t?"right":"left"}[e.horizontal||"end"]}(t,o),"center"===r?l:a),e.current.style.setProperty(function(e){return{top:"top",middle:"top",bottom:"bottom"}[e.vertical||"bottom"]}(t),"middle"===i?c:s),o&&("top"!==i&&"bottom"!==i||"start"!==r||e.current.style.setProperty("left","unset"),"middle"===i&&"end"===r&&e.current.style.setProperty("right","unset"),"middle"===i&&"start"===r&&e.current.style.setProperty("left","unset"))}}(le,o,r,ke)}),[le,o,r,ke]),i.useEffect((function(){me&&le&&le.current&&le.current.focus()}),[me,le]);var Ie=i.useCallback((function(e,t){y&&(0,h.N)(t?ee:ne,e,pe(),void 0)}),[ee,ne,y]),Oe=i.useCallback((function(e){e.target&&!d&&(!y&&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,y,d]),Me=i.useCallback((function(e){ge(!0),we(he?0:-1),j&&(0,h.N)(j,e,pe(),void 0)}),[j,ge,we]),Ee=i.useCallback((function(e){ge(!1),ve(!1),we(-1),(0,h.N)(q,e,pe(),void 0),he&&Ie(e,!1)}),[q,ge,ve,we,Ie]),Ve=i.useCallback((function(e){e.preventDefault()}),[]),He=i.useCallback((function(e,t){y&&(y[t].disabled||(0,h.N)(A,e,pe(),{itemProps:y[t],itemIndex:t}))}),[A]),Se=i.useCallback((function(e,t){e.target&&y&&(we(t),ve(!1),He(e,t),Ie(e,!1))}),[we,ve,He,Ie]),De=i.useCallback((function(e){(0,c.v)(document)===le.current&&e.preventDefault()}),[le]),Pe=i.useCallback((function(e){var t=ye,n=y?y.length-1:-1,r="bottom"===o.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&&!r&&we(t+1),t>0&&r&&we(t-1);break;case s.R.up:case s.R.left:e.preventDefault(),t>0&&!r&&we(t-1),t<n&&r&&we(t+1)}(0,h.N)(G,e,pe(),void 0)}),[G,ye,we,ke,ve]),_e=i.useMemo((function(){var e;return(0,u.A)("k-fab k-fab-solid",((e={"k-fab-sm":"small"===E,"k-fab-md":"medium"===E,"k-fab-lg":"large"===E,"k-disabled":d,"k-pos-absolute":"absolute"===O,"k-pos-fixed":"fixed"===O,"k-focus":me})["k-rounded-".concat(p.G.roundedMap[S]||S)]=S,e["k-fab-solid-".concat(P)]=P,e),"k-".concat(o.vertical,"-").concat(o.horizontal),a)}),[P,E,S,d,O,o,me,a]),Le=y&&y.map((function(e,t){return i.createElement(Y,$({},e,{key:t,index:t,id:"".concat(Ce,"-").concat(t),disabled:d||e.disabled,focused:ye===t,dataItem:e,item:z,className:(0,u.A)(e.className,(n=xe||"ltr",r=o.horizontal,{rtl:{end:"k-text-left",start:"k-text-right"},ltr:{start:"k-text-left",end:"k-text-right"}}[n]["end"===r?"end":"start"])),onClick:Se,onDown:De}));var n,r})),Be=Boolean((f||m)&&!x),Ne=(le.current?le.current.offsetWidth:0)/2-16;return i.createElement(K.$.Provider,{value:ie},i.createElement(i.Fragment,null,i.createElement("button",$({ref:le,id:b||ze,role:y?"menubutton":"button",type:"button","aria-disabled":d,"aria-expanded":y?he:void 0,"aria-haspopup":!!y,"aria-label":"".concat(x||""," floatingactionbutton"),"aria-owns":y?Ce:void 0,"aria-activedescendant":ye>=0&&y?"".concat(Ce,"-").concat(ye):void 0,tabIndex:(0,U.p)(L,d),accessKey:B,dir:xe,disabled:d,className:_e,style:V,onClick:Oe,onMouseDown:Ve,onFocus:Me,onBlur:Ee,onKeyDown:Pe},oe),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:$({zIndex:ie},_)}),i.createElement(w.G,{ref:ce,anchor:le.current,show:he,animate:R.animate,popupClass:(0,u.A)("k-popup-transparent k-fab-popup",R.popupClass),anchorAlign:R.anchorAlign||Q(o,ke),popupAlign:R.popupAlign||J(o,ke),style:{boxShadow:"none"}},i.createElement("ul",{ref:se,role:"menu","aria-labelledby":b,id:Ce,className:(0,u.A)("k-fab-items",{"k-fab-items-bottom":"bottom"!==o.vertical,"k-fab-items-top":"bottom"===o.vertical}),style:{paddingLeft:Be?Ne:void 0,paddingRight:Be?Ne:void 0}},Le))))}));ee.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 te={align:{vertical:"bottom",horizontal:"end"},size:"medium",rounded:"full",themeColor:"primary",positionMode:"fixed"};ee.displayName="KendoFloatingActionButton"},2709:(e,t,n)=>{n.d(t,{k:()=>o});var o={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"}},1889:(e,t,n)=>{n.d(t,{w:()=>r,Z:()=>i});var o=":not(.k-dropdownlist button):not(.k-colorpicker button):not(.k-split-button .k-split-button-arrow)",r=["button"+o,".k-button-group > button"+o,".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:()=>o,jKn:()=>r});const o={name:"caret-alt-down",content:'<path d="M256 352 128 160h256L256 352z" />',viewBox:"0 0 512 512"},r={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"}},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:()=>D,normalizeGroups:()=>ct,orderBy:()=>dt,process:()=>ft,toDataSourceRequest:()=>De,toDataSourceRequestString:()=>Se,toODataString:()=>W,translateAggregateResults:()=>Ke,translateDataSourceResultGroups:()=>qe});var o=function(e){return null!=e},r=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 r(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 o(e.filters)},d=function(){return d=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},d.apply(this,arguments)};function h(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;var o=Array(e),r=0;for(t=0;t<n;t++)for(var i=arguments[t],a=0,l=i.length;a<l;a++,r++)o[r]=i[a];return o}function v(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e}var f,m,g,b,y=function(e,t,n){return function(o){return e(o)?t(o):n(o)}},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=[],o=1;o<arguments.length;o++)n[o-1]=arguments[o];return e()?""+t[0]+n[0]+t[1]:n[0]}},k=function(e){return new Date(Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()))},C=function(e){var t=e.field,n=e.value,o=e.ignoreCase,r=e.operator;return{value:"'"+n.replace(/'/g,"''")+"'",field:t,ignoreCase:o,operator:r}},I=function(e){var t=e.field,n=e.value,o=e.ignoreCase,r=e.operator;return{value:""+encodeURIComponent(n),field:t,ignoreCase:o,operator:r}},O=function(e){var t=e.field,n=e.value,o=e.ignoreCase,r=e.operator;return{field:x((function(){return o}))(f||(f=v(["tolower(",")"],["tolower(",")"])),t),value:n,ignoreCase:o,operator:r}},M=function(e){var t=e.field,n=e.value,o=e.ignoreCase,r=e.operator;return{value:n,field:t.replace(/\./g,"/"),ignoreCase:o,operator:r}},E=function(e){return l(e.value)},V=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)))}},S=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)&&S(n),n})))},D=function(e){return o(e)&&(e=function(e){return p(e)?Object.assign({},e):{filters:i(e)?e:[e],logic:"and"}}(e),S(e)),e},P=function(e){var t=e.operator;return function(e){var n=e.field,o=e.value;return n+" "+t+" "+o}},_=function(e){return w(e,I,C,O,M)},L=function(e){return _((t=e.operator,function(e){var n=e.field,o=e.value;return t+"("+n+","+o+")"}));var t},B=function(e){return y(V,function(e){return w(P(e),M,(t=e.utcDates,function(e){var n=e.field,o=e.value,r=e.ignoreCase,i=e.operator;return{value:(t?o:k(o)).toISOString(),field:n,ignoreCase:r,operator:i}}));var t}(e),function(e){return w(P(e),M)}(e))},N=function(e){return y(E,function(e){return _(P(e))}(e),B(e))},R=function(e){return e+" eq -1"},T=function(e){return w(e,M)},F=function(e){return" "+e.logic+" "},A=function(e){return H((function(t){return y(p,A(e),function(e){return function(t){return function(e,t){return{contains:L(d(d({},t),{operator:"contains"})),doesnotcontain:w(R,L(d(d({},t),{operator:"indexof"}))),endswith:L(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:L(d(d({},t),{operator:"startswith"}))}[e]}(t.operator,e)(t)}}(e))(t)}),F)},j=function(e,t){return void 0===t&&(t={}),e.filters&&e.filters.length?"$filter="+A(t)(D(e)):""},q=("",function(){return""}),K=function(e,t){return y(o,(n=e[0],function(e){return n+e}),q)(t);var n},W=function(e,t){return void 0===t&&(t={}),Object.keys(e).map(function(e,t){return function(n){return{filter:j(t.filter||{},e),skip:K(g||(g=v(["$skip=",""],["$skip=",""])),t.skip),sort:(r=t.sort||[],i=r.filter((function(e){return o(e.dir)})).map((function(e){var t=e.field.replace(/\./g,"/");return"desc"===e.dir?t+" desc":t})).join(","),i?"$orderby="+i:i),take:K(b||(b=v(["$top=",""],["$top=",""])),t.take)}[n];var r,i}}(t,e)).filter(s).join("&")},U={},G=/\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g;U[void 0]=function(e){return e};var Y,Z=function(e,t){var n=e+t;if(U[n])return U[n];var r=[];return e.replace(G,(function(e,t,n,i){r.push(o(t)?t:n||i)})),U[n]=function(e){for(var n=e,i=0;i<r.length;i++)if(n=n[r[i]],!o(n)&&t)return n;return n},U[n]},X=function(e){return function(t){return[e,t]}},Q=function(){return null},J=function(e){return function(t){return o(e(t))}},$=function(e){return function(t){return function(e){return o(e)&&i(e)&&e.length>0}(e(t))}},ee=function(e,t){return y(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)}}))),oe=(".",function(e){return e.slice(0,e.indexOf("."))}),re=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,re),pe=te(se,re),de=te(ae,(function(e){return e.field+"-"+e.aggregate})),he=w((function(e){return"datetime'"+e+"'"}),oe,ne,JSON.stringify,k),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),be=w(X("aggregate"),de),ye=ee(J(le),ve),we=ee(J(ie),fe),ze=ee($(se),me),xe=ee(J(ae),be),ke=w(ee($(ce),ge),(function(e){return Object.assign({},e,{sort:(ce(e)||[]).filter((function(e){var t=e.dir;return s(t)}))})})),Ce=function(e){var t=e.field;return s(t)},Ie=function(e){return e.field+"~"+e.operator+"~"+e.value},Oe=y(V,w(Ie,(function(e){var t=e.field,n=e.value,o=e.ignoreCase,r=e.operator;return{value:he(n),field:t,ignoreCase:o,operator:r}})),Ie),Me=function(e){return"~"+e.logic+"~"},Ee=function(e){return H((function(t){return y(p,Ee(e),function(e){return ee(Ce,y(E,w(Ie,C,e?I:z),Oe))}(e))(t)}),Me)},Ve=function(e,t){var n=e.filter;if(n&&n.filters){var o=Ee(t)(n);if(o.length)return["filter",o]}return null},He=function(e,t){return void 0===t&&(t=!0),function(n){return{aggregates:xe(e),filter:Ve(e,t),group:ze(e),skip:ye(e),sort:ke(e),take:we(e)}[n]}},Se=function(e){return(t=Object.keys(e).map(He(e)).filter(o),t.reduce((function(e,t){return h(e,[t[0]+"="+t[1]])}),[])).join("&");var t},De=function(e){return Object.keys(e).map(He(e,!1)).filter(o).reduce((function(e,t){var n,o=t[0],r=t[1];return d(d({},e),((n={})[o]=r,n))}),{})},Pe=function(e,t,n){return t[e]=n,t},_e=function(e){return function(t){var n,r=t[e];return o(r)?r:t[(n=e,n.replace(/(^[A-Z])/g,(function(e,t){return t.toLowerCase()})))]}},Le=_e("Member"),Be=_e("AggregateMethodName"),Ne=_e("Value"),Re=function(e){return function(t){return Object.keys(t).reduce(e.bind(null,t),{})}},Te=Re((function(e,t,n){return Pe(n.toLowerCase(),t,e[n])})),Fe=Re((function(e,t,n){return Pe(n,t,Te(e[n]))})),Ae=function(e,t){return o(e)?e:t},je=w((function(e){var t=e.field,n=e.hasSubgroups,o=e.value,r=e.aggregates,i=e.items;return{aggregates:Fe(r),field:t,items:n?i.map(je):i,value:o}}),(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:Ae(e.Key,Ae(e.key,e.value))}})),qe=function(e){return e.map(je)},Ke=function(e){return(e||[]).reduce((function(e,t){return Pe(Le(t),e,Pe(Be(t).toLowerCase(),e[Le(t)]||{},Ne(t)))}),{})},We=function(e,t){return r(e)?e===t?0:-1:r(t)?1:e.localeCompare?e.localeCompare(t):e>t?1:e<t?-1:0},Ue=function(e,t){return We(t,e)},Ge=function(e){if("function"==typeof e.compare)return e.compare;var t=Z(e.field,!0);return function(n,o){return("asc"===e.dir?We:Ue)(t(n),t(o))}},Ye=function(e,t){return 0},Ze=function(e){return e.filter((function(e){return o(e.dir)||o(e.compare)})).map((function(e){return Ge(e)})).reduce((function(e,t){return function(n,o){return e(n,o)||t(n,o)}}),Ye)},Xe=function(e,t){return e.push(t),e},Qe=function(e){return function(t){return function(n,o,r){return t(n,e(o,r))}}},Je=function(e){return function(t){return function(n,o){return e(o)?t(n,o):n}}},$e=function(e){return o(e.__value)},et=function(e,t,n){for(var o=t,r=0,i=n.length;r<i;r++)if(o=e(o,n[r],r),$e(o)){o=o.__value;break}return o},tt=Qe((function(e){return e})),nt=function(e,t,n){void 0===t&&(t=[]),void 0===n&&(n=tt);var r,i={};return t.length?(r=et(n(function(e){var t=e.map((function(e){var t=Z(e.field,!0),n=(e.aggregate||"").toLowerCase(),r=Z(n,!0);return function(i,a){var l=i[e.field]||{},s=r(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=o(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===r&&(r={}),Object.keys(r).forEach((function(e){var t=r[e];Object.keys(t).forEach((function(e){t[e]=t[e].result()}))})),r):i},ot={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}}},rt={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 o(e)},isnull:function(e){return r(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=ot[e.logic];return e.filters.filter(o).map((function(e){return p(e)?at(e):function(e){var t=e.field,n=e.ignoreCase,r=e.value,i=e.operator;t=o(t)?t:function(e){return e},n=!o(n)||n;var s=function(e,t,n){if(!o(t))return e;var r=e;if(l(t)){var i=it.exec(t);i?t=new Date(+i[1]):r=function(t){var o=e(t);return"string"==typeof o&&n?o.toLowerCase():c(o)?o+"":o}}return u(t)?function(e){var t=r(e);return u(t)?t.getTime():t}:r}(a(t)?t:Z(t,!0),r,n);r=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}(r,n);var p=a(i)?i:rt[i];return function(e){return p(s(e),r,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!o(t)||p(t)&&0===t.filters.length?e:e.filter(lt(D(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,r){if(void 0===t&&(t=[]),void 0===n&&(n=ut),void 0===r&&(r=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(r,i){r[e]=r[e]||{};var a=t(i),l=function(e){return(e=o(e)&&e.getTime?e.getTime():e)+""}(a),s=r[e][l]||{__position:n++,aggregates:{},items:[],value:a};return s.items.push(i),r[e][l]=s,r}}(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=r;o(i.aggregates)&&(u=st(r,{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 o(e.dir)||o(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,o){return o.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,r=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=o(i)&&Je.length,p=o(l)&&l.length;if(!u&&!p)return{data:r?e.slice(n,n+r):e,total:e.length};var d,v,f=[];if(u?(c=function(e,t){for(var n=0,o=0,r=e.length;o<r;o++)t(e[o])&&n++;return n}(e,d=lt(D(i))),f.push(Je(d))):c=e.length,o(n)&&o(r)&&(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,o){return e-- >0?t(n,o):function(e){return $e(e)?e:{__value:e,reduced:!0}}(n)}}}(r))),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:()=>ri,alignItemsCenterAltIcon:()=>ai,alignItemsCenterIcon:()=>ti,alignItemsEndAltIcon:()=>li,alignItemsEndIcon:()=>ni,alignItemsStartAltIcon:()=>ii,alignItemsStartIcon:()=>ei,alignItemsStretchAltIcon:()=>si,alignItemsStretchIcon:()=>oi,alignJustifyIcon:()=>Ji,alignLeftIcon:()=>Zi,alignMiddleIcon:()=>Gi,alignRemoveIcon:()=>$i,alignRightIcon:()=>Qi,alignSelfCenterAltIcon:()=>Cr,alignSelfCenterIcon:()=>zr,alignSelfEndAltIcon:()=>Ir,alignSelfEndIcon:()=>xr,alignSelfStartAltIcon:()=>kr,alignSelfStartIcon:()=>wr,alignSelfStretchAltIcon:()=>$r,alignSelfStretchIcon:()=>Jr,alignToGridIcon:()=>_r,alignTopIcon:()=>Ui,allIcon:()=>Di,anchorIcon:()=>Vl,applyFormatIcon:()=>vl,arrowDownIcon:()=>E,arrowLeftIcon:()=>V,arrowOverflowDownIcon:()=>z,arrowRightIcon:()=>M,arrowRotateCcwIcon:()=>Et,arrowRotateCcwSmallIcon:()=>St,arrowRotateCwIcon:()=>Vt,arrowRotateCwSmallIcon:()=>Dt,arrowUpIcon:()=>O,arrowsAxesIcon:()=>_,arrowsLeftRightIcon:()=>ne,arrowsMoveIcon:()=>Rn,arrowsNoChangeIcon:()=>w,arrowsNoRepeatIcon:()=>Ht,arrowsSwapIcon:()=>L,arrowsTopBottomIcon:()=>oe,barcodeIcon:()=>eo,barcodeOutlineIcon:()=>$n,barcodeQrCodeScannerIcon:()=>io,barcodeScannerIcon:()=>to,behanceBoxIcon:()=>sc,behanceIcon:()=>lc,bellIcon:()=>Fo,binocularsIcon:()=>rl,bloggerBoxIcon:()=>Hs,bloggerIcon:()=>Vs,blurIcon:()=>dr,boldIcon:()=>zi,bookIcon:()=>Ga,borderBottomIcon:()=>ba,borderColorIcon:()=>Ct,borderLeftIcon:()=>ya,borderRadiusBottomLeftIcon:()=>re,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:()=>lr,bringBackwardIcon:()=>yr,bringForwardIcon:()=>br,bringToBackIcon:()=>gr,bringToFrontIcon:()=>mr,brushIcon:()=>or,buildingBlocksIcon:()=>kl,buttonIcon:()=>Ma,calculatorIcon:()=>Tn,calendarDateIcon:()=>Va,calendarIcon:()=>_t,cameraIcon:()=>Ko,cancelCircleIcon:()=>Zt,cancelIcon:()=>Gt,cancelOutlineIcon:()=>Yt,caretAltDownIcon:()=>c,caretAltExpandIcon:()=>y,caretAltLeftIcon:()=>u,caretAltRightIcon:()=>s,caretAltToBottomIcon:()=>h,caretAltToLeftIcon:()=>v,caretAltToRightIcon:()=>d,caretAltToTopIcon:()=>p,caretAltUpIcon:()=>l,caretBlIcon:()=>i,caretBrIcon:()=>r,caretDoubleAltDownIcon:()=>g,caretDoubleAltLeftIcon:()=>b,caretDoubleAltRightIcon:()=>m,caretDoubleAltUpIcon:()=>f,caretTlIcon:()=>a,caretTrIcon:()=>o,cartIcon:()=>Fn,categorizeIcon:()=>N,cellSplitHorizontallyIcon:()=>Ul,cellSplitVerticallyIcon:()=>Gl,cellsMergeHorizontallyIcon:()=>Kl,cellsMergeIcon:()=>ql,cellsMergeVerticallyIcon:()=>Wl,changeManuallyIcon:()=>Ra,chartAreaClusteredIcon:()=>Qu,chartAreaRangeIcon:()=>ep,chartAreaStacked100Icon:()=>$u,chartAreaStackedIcon:()=>Ju,chartBarClusteredIcon:()=>Gu,chartBarRangeIcon:()=>Xu,chartBarStacked100Icon:()=>Zu,chartBarStackedIcon:()=>Yu,chartBubbleIcon:()=>vp,chartCandlestickIcon:()=>fp,chartChoroplethIcon:()=>zp,chartColumnClusteredIcon:()=>qu,chartColumnRangeIcon:()=>Uu,chartColumnStacked100Icon:()=>Wu,chartColumnStackedIcon:()=>Ku,chartDoughnutIcon:()=>sp,chartLineIcon:()=>tp,chartLineMarkersIcon:()=>rp,chartLineStacked100Icon:()=>op,chartLineStacked100MarkersIcon:()=>ap,chartLineStackedIcon:()=>np,chartLineStackedMarkersIcon:()=>ip,chartOhlcIcon:()=>mp,chartPieIcon:()=>lp,chartRadarFilledIcon:()=>yp,chartRadarIcon:()=>gp,chartRadarMarkersIcon:()=>bp,chartRoseIcon:()=>wp,chartScatterIcon:()=>cp,chartScatterSmoothLinesIcon:()=>pp,chartScatterSmoothLinesMarkersIcon:()=>up,chartScatterStraightLinesIcon:()=>hp,chartScatterStraightLinesMarkersIcon:()=>dp,checkCircleIcon:()=>Jt,checkIcon:()=>Xt,checkOutlineIcon:()=>Qt,checkboxCheckedIcon:()=>_o,checkboxIcon:()=>Po,checkboxIndeterminateIcon:()=>Lo,checkboxNullIcon:()=>Bo,chevronDoubleDownIcon:()=>fe,chevronDoubleLeftIcon:()=>me,chevronDoubleRightIcon:()=>ge,chevronDoubleUpIcon:()=>be,chevronDownIcon:()=>C,chevronLeftIcon:()=>I,chevronRightIcon:()=>k,chevronUpIcon:()=>x,circleIcon:()=>No,clearCssIcon:()=>fl,clipboardCodeIcon:()=>sl,clipboardHtmlIcon:()=>pl,clipboardIcon:()=>ll,clipboardMarkdownIcon:()=>dl,clipboardTextIcon:()=>hl,clipboardWordAltIcon:()=>ul,clipboardWordIcon:()=>cl,clockArrowRotateIcon:()=>ho,clockIcon:()=>Pt,closedCaptionsIcon:()=>ko,cloudIcon:()=>Xc,codeIcon:()=>Ac,codeSnippetIcon:()=>Ia,colResizeIcon:()=>P,columnFreezeIcon:()=>Ql,columnsIcon:()=>Y,commentIcon:()=>Qa,commentRemoveIcon:()=>Ja,commentsRemoveIcon:()=>$a,connectorIcon:()=>An,convertLowercaseIcon:()=>Oi,convertUppercaseIcon:()=>Mi,copyFormatIcon:()=>ml,copyIcon:()=>il,cropIcon:()=>Xo,crosstabIcon:()=>vs,crosstabWizardIcon:()=>fs,csIcon:()=>Gc,csprojIcon:()=>Wc,css3Icon:()=>Tc,cssIcon:()=>jc,customFormatIcon:()=>ss,customIconIcon:()=>Ua,cutIcon:()=>al,dataCsvIcon:()=>uu,dataIcon:()=>$c,dataJsonIcon:()=>pu,dataOdsIcon:()=>ye,dataRestIcon:()=>Pu,dataSdsIcon:()=>at,dataSqlIcon:()=>du,dataWebIcon:()=>hu,decimalDecreaseIcon:()=>us,decimalIncreaseIcon:()=>cs,decreaseHorizontalSpacingIcon:()=>Ar,decreaseVerticalSpacingIcon:()=>Wr,deliciousBoxIcon:()=>Ds,deliciousIcon:()=>Ss,detailSectionIcon:()=>au,diggBoxIcon:()=>_s,diggIcon:()=>Ps,dimensionsIcon:()=>Qr,displayBlockIcon:()=>ze,displayFlexIcon:()=>xe,displayInlineBlockIcon:()=>ct,displayInlineFlexIcon:()=>ke,divIcon:()=>Si,divideIcon:()=>Qn,documentManagerIcon:()=>Wa,dollarIcon:()=>as,downloadIcon:()=>kn,downloadLightIcon:()=>lt,dragAndDropIcon:()=>B,dribbbleBoxIcon:()=>uc,dribbbleIcon:()=>cc,dropletIcon:()=>ir,dropletSlashIcon:()=>Dr,dropletSliderIcon:()=>Ce,editToolsIcon:()=>Ba,envelopBoxIcon:()=>Bs,envelopIcon:()=>Ls,envelopLinkIcon:()=>El,envelopeBoxIcon:()=>ht,envelopeIcon:()=>ft,envelopeLinkIcon:()=>vt,equalIcon:()=>Gn,exclamationCircleIcon:()=>qo,exeIcon:()=>Kc,exportIcon:()=>Au,eyeIcon:()=>_n,eyeSlashIcon:()=>st,eyedropperIcon:()=>Gr,facebookBoxIcon:()=>Rs,facebookIcon:()=>Ns,fileAddIcon:()=>Cc,fileAscxIcon:()=>Lc,fileAudioIcon:()=>ku,fileBacIcon:()=>Bc,fileConfigIcon:()=>_c,fileCsvIcon:()=>Oc,fileDataIcon:()=>Ou,fileDiscImageIcon:()=>Mu,fileErrorIcon:()=>Su,fileExcelIcon:()=>Mc,fileFlashIcon:()=>Pc,fileFooterIcon:()=>tu,fileHeaderIcon:()=>eu,fileHorizontalIcon:()=>Qc,fileIcon:()=>kc,fileImageIcon:()=>Cu,fileMdbIcon:()=>Vc,filePdfIcon:()=>Sc,filePptIcon:()=>Hc,filePresentationIcon:()=>Iu,fileProgrammingIcon:()=>Eu,filePsdIcon:()=>Dc,fileReportIcon:()=>Ie,fileTxtIcon:()=>Ic,fileTypescriptIcon:()=>_u,fileVideoIcon:()=>xu,fileWordIcon:()=>Ec,fileWrenchIcon:()=>wi,fileZipIcon:()=>Nc,filesErrorIcon:()=>Du,filmIcon:()=>Rc,filterAddExpressionIcon:()=>yn,filterAddGroupIcon:()=>wn,filterClearIcon:()=>fn,filterIcon:()=>vn,filterSmallIcon:()=>mn,filterSortAscSmallIcon:()=>gn,filterSortDescSmallIcon:()=>bn,flashManagerIcon:()=>ol,flipHorizontalIcon:()=>Jo,flipVerticalIcon:()=>$o,folderAddIcon:()=>yc,folderIcon:()=>gc,folderMoreIcon:()=>zc,folderOpenIcon:()=>bc,folderUpIcon:()=>wc,fontFamilyIcon:()=>Ci,fontGrowIcon:()=>bt,fontShrinkIcon:()=>yt,fontSizeIcon:()=>ps,foregroundColorIcon:()=>Ii,formElementIcon:()=>Ca,formIcon:()=>ka,formatCodeBlockIcon:()=>xl,formulaFxIcon:()=>os,forwardIcon:()=>bo,fullscreenExitIcon:()=>Sr,fullscreenIcon:()=>Hr,gapColumnIcon:()=>Oe,gapRowIcon:()=>Me,gaugeLinearIcon:()=>pt,gaugeRadialIcon:()=>dt,gearIcon:()=>Sn,gearsIcon:()=>Dn,globeIcon:()=>zs,globeLinkIcon:()=>Ol,globeOutlineIcon:()=>ws,globeUnlinkIcon:()=>Ml,googleBoxIcon:()=>Fs,googleIcon:()=>Ts,googlePlusBoxIcon:()=>js,googlePlusIcon:()=>As,graphIcon:()=>ju,grayscaleIcon:()=>pr,greaterOrEqualIcon:()=>Xn,gridIcon:()=>R,gridLayoutIcon:()=>T,groupBoxIcon:()=>Ha,groupCollectionIcon:()=>vu,groupFooterSectionIcon:()=>ou,groupHeaderSectionIcon:()=>nu,groupIcon:()=>F,groupSectionIcon:()=>su,h1Icon:()=>Pi,h2Icon:()=>_i,h3Icon:()=>Li,h4Icon:()=>Bi,h5Icon:()=>Ni,h6Icon:()=>Ri,handIcon:()=>lo,handleDragIcon:()=>j,handleResizeAltIcon:()=>Ee,handleResizeIcon:()=>Ve,hdIcon:()=>xo,heartIcon:()=>Ho,heartOutlineIcon:()=>Vo,homeIcon:()=>te,horizontalRuleIcon:()=>ta,html5Icon:()=>Fc,hyperlinkOpenIcon:()=>In,hyperlinkOpenSmIcon:()=>On,imageAbsolutePositionIcon:()=>ds,imageAddIcon:()=>Ya,imageEditIcon:()=>Za,imageExportIcon:()=>Uo,imageIcon:()=>Wo,imageMapEditorIcon:()=>Xa,imageResizeIcon:()=>Zo,imagesIcon:()=>He,importIcon:()=>Fu,inboxIcon:()=>Es,increaseHorizontalSpacingIcon:()=>Fr,increaseVerticalSpacingIcon:()=>Kr,indentIcon:()=>Ai,infoCircleIcon:()=>Ao,inheritedIcon:()=>zu,insertBottomIcon:()=>Wi,insertMiddleIcon:()=>Ki,insertTopIcon:()=>qi,invertColorsIcon:()=>cr,italicIcon:()=>xi,jsIcon:()=>qc,justifyContentAroundAltIcon:()=>yi,justifyContentAroundIcon:()=>vi,justifyContentBetweenAltIcon:()=>bi,justifyContentBetweenIcon:()=>hi,justifyContentCenterAltIcon:()=>mi,justifyContentCenterIcon:()=>pi,justifyContentEndAltIcon:()=>gi,justifyContentEndIcon:()=>di,justifyContentStartAltIcon:()=>fi,justifyContentStartIcon:()=>ui,kpiStatusDenyIcon:()=>Kn,kpiStatusHoldIcon:()=>Wn,kpiStatusOpenIcon:()=>Un,launchIcon:()=>Mn,layout1By4Icon:()=>K,layout2By2Icon:()=>W,layoutIcon:()=>q,layoutSideBySideIcon:()=>U,layoutStackedIcon:()=>G,lessOrEqualIcon:()=>Zn,letterSpaceIcon:()=>Se,levelDownIcon:()=>H,levelToTopIcon:()=>D,levelUpIcon:()=>S,lineHeightIcon:()=>De,linkAddIcon:()=>Il,linkIcon:()=>At,linkVerticalIcon:()=>qt,linkedinBoxIcon:()=>Ks,linkedinIcon:()=>qs,listLatinBigIcon:()=>Pe,listLatinSmallIcon:()=>_e,listOrderedIcon:()=>Ti,listRomanBigIcon:()=>Le,listRomanLowerIcon:()=>Tu,listRomanSmallIcon:()=>Be,listRomanUpperIcon:()=>Ru,listUnorderedIcon:()=>Fi,listUnorderedOutlineIcon:()=>Ne,listUnorderedSquareIcon:()=>Re,lockIcon:()=>Wt,loginIcon:()=>zn,logoutIcon:()=>xn,makeHorizontalSpacingEqualIcon:()=>Tr,makeSameHeightIcon:()=>Rr,makeSameSizeIcon:()=>Br,makeSameWidthIcon:()=>Nr,makeVerticalSpacingEqualIcon:()=>qr,mapMarkerIcon:()=>xs,mapMarkerTargetIcon:()=>ks,maxHeightIcon:()=>Te,maxWidthIcon:()=>Fe,mediaManagerIcon:()=>tl,menuIcon:()=>Q,minHeightIcon:()=>Ae,minWidthIcon:()=>je,minusCircleIcon:()=>sn,minusIcon:()=>an,minusOutlineIcon:()=>ln,minusSmIcon:()=>qn,mirrorIcon:()=>Qo,moreHorizontalIcon:()=>$,moreVerticalIcon:()=>J,musicNotesIcon:()=>Io,myspaceBoxIcon:()=>Us,myspaceIcon:()=>Ws,nonRecurrenceIcon:()=>we,notEqualIcon:()=>Yn,outdentIcon:()=>ji,outlineOffsetIcon:()=>qe,outlineWidthIcon:()=>Ke,overlapIcon:()=>ee,paddingBottomIcon:()=>We,paddingIcon:()=>Ze,paddingLeftIcon:()=>Ue,paddingRightIcon:()=>Ge,paddingTopIcon:()=>Ye,pageFooterSectionIcon:()=>iu,pageHeaderSectionIcon:()=>ru,paletteIcon:()=>rr,paneFreezeIcon:()=>Zl,paperPlaneIcon:()=>ut,paperclipAltIcon:()=>Ft,paperclipIcon:()=>Tt,paragraphAddIcon:()=>La,parameterBooleanIcon:()=>fu,parameterDateTimeIcon:()=>mu,parameterFloatIcon:()=>gu,parameterIntegerIcon:()=>bu,parameterStringIcon:()=>yu,parametersByteArrayIcon:()=>Vu,parametersIcon:()=>cu,parametersUnknownIcon:()=>Hu,passwordIcon:()=>_a,pauseIcon:()=>fo,pauseSmIcon:()=>Mo,pencilIcon:()=>Nt,percentIcon:()=>ls,photosIcon:()=>Pr,pinIcon:()=>Cs,pinterestBoxIcon:()=>Ys,pinterestIcon:()=>Gs,playIcon:()=>vo,playSmIcon:()=>Oo,playlistIcon:()=>Co,plusCircleIcon:()=>rn,plusIcon:()=>nn,plusOutlineIcon:()=>on,plusSmIcon:()=>jn,pointerIcon:()=>so,positionBottomIcon:()=>Xe,positionLeftIcon:()=>Qe,positionRightIcon:()=>Je,positionTopIcon:()=>$e,printIcon:()=>Bt,puzzlePieceIcon:()=>Cl,qrCodeIcon:()=>oo,qrCodeOutlineIcon:()=>no,qrCodeScannerIcon:()=>ro,questionCircleIcon:()=>jo,radiobuttonCheckedIcon:()=>To,radiobuttonIcon:()=>Ro,redditBoxIcon:()=>Xs,redditIcon:()=>Zs,redoIcon:()=>Mt,regularExpressionIcon:()=>et,removeHorizontalSpacingIcon:()=>jr,removeVerticalSpacingIcon:()=>Ur,reorderIcon:()=>X,replaceAllIcon:()=>tt,replaceSingleIcon:()=>nt,reportElementIcon:()=>ot,rewindIcon:()=>go,rightDoubleQuotesIcon:()=>rt,rotateIcon:()=>er,rotateLeftIcon:()=>nr,rotateRightIcon:()=>tr,roundCornersIcon:()=>fr,rowFreezeIcon:()=>Xl,rowsIcon:()=>Z,rssBoxIcon:()=>dc,rssIcon:()=>pc,saveIcon:()=>Lt,searchIcon:()=>Ln,selectAllIcon:()=>Oa,selectBoxIcon:()=>Ea,setColumnPositionIcon:()=>po,shapeLineIcon:()=>ar,shapesIcon:()=>vr,shareIcon:()=>Os,sharpenIcon:()=>hr,signatureIcon:()=>ao,silverlightIcon:()=>el,sizeToGridIcon:()=>Lr,slidersIcon:()=>sr,slnIcon:()=>Zc,snapGridIcon:()=>Yr,snapToGridlinesIcon:()=>Zr,snapToSnaplinesIcon:()=>Xr,sortAscIcon:()=>cn,sortAscSmallIcon:()=>dn,sortClearIcon:()=>pn,sortDescIcon:()=>un,sortDescSmallIcon:()=>hn,spellCheckerIcon:()=>$l,starIcon:()=>Do,starOutlineIcon:()=>So,stickIcon:()=>co,stopIcon:()=>mo,stopSmIcon:()=>Eo,strikethroughIcon:()=>Ei,stripAllFormattingIcon:()=>gl,stripCssFormatIcon:()=>bl,stripFontElementsIcon:()=>yl,stripSpanElementsIcon:()=>wl,stripWordFormattingIcon:()=>zl,stumbleUponBoxIcon:()=>Js,stumbleUponIcon:()=>Qs,subreportIcon:()=>Jc,subscriptIcon:()=>Vi,sumIcon:()=>rs,supscriptIcon:()=>Hi,symbolIcon:()=>is,tableAddIcon:()=>Hl,tableAlignBottomCenterIcon:()=>ca,tableAlignBottomLeftIcon:()=>sa,tableAlignBottomRightIcon:()=>ua,tableAlignMiddleCenterIcon:()=>aa,tableAlignMiddleLeftIcon:()=>ia,tableAlignMiddleRightIcon:()=>la,tableAlignRemoveIcon:()=>pa,tableAlignTopCenterIcon:()=>oa,tableAlignTopLeftIcon:()=>na,tableAlignTopRightIcon:()=>ra,tableBodyIcon:()=>ms,tableCellDeleteIcon:()=>Al,tableCellIcon:()=>Pl,tableCellPropertiesIcon:()=>_l,tableColumnDeleteIcon:()=>Tl,tableColumnGroupsIcon:()=>gs,tableColumnInsertLeftIcon:()=>Ll,tableColumnInsertRightIcon:()=>Bl,tableCornerIcon:()=>bs,tableDeleteIcon:()=>jl,tableIcon:()=>Sl,tablePositionCenterIcon:()=>Bu,tablePositionEndIcon:()=>Nu,tablePositionStartIcon:()=>Lu,tablePropertiesIcon:()=>Dl,tableRowDeleteIcon:()=>Fl,tableRowGroupsIcon:()=>ys,tableRowInsertAboveIcon:()=>Nl,tableRowInsertBelowIcon:()=>Rl,tableUnmergeIcon:()=>Yl,tableWizardIcon:()=>hs,tellAFriendBoxIcon:()=>ec,tellAFriendIcon:()=>$s,templateManagerIcon:()=>Na,textClipIcon:()=>kt,textOverflowIcon:()=>wt,textTruncateIcon:()=>xt,textWrapArrowIcon:()=>zt,textWrapIcon:()=>ea,textareaIcon:()=>Sa,textboxHiddenIcon:()=>Pa,textboxIcon:()=>Da,thumbnailsDownIcon:()=>Er,thumbnailsLeftIcon:()=>Vr,thumbnailsRightIcon:()=>Mr,thumbnailsUpIcon:()=>Or,tocSectionIcon:()=>lu,tocSectionLevelIcon:()=>wu,toggleFullScreenModeIcon:()=>ns,toolbarFloatIcon:()=>Jl,trackChangesAcceptAllIcon:()=>ja,trackChangesAcceptIcon:()=>Aa,trackChangesEnableIcon:()=>Fa,trackChangesIcon:()=>Ta,trackChangesRejectAllIcon:()=>Ka,trackChangesRejectIcon:()=>qa,transparencyIcon:()=>ur,trashIcon:()=>Rt,tumblrBoxIcon:()=>nc,tumblrIcon:()=>tc,twitterBoxIcon:()=>rc,twitterIcon:()=>oc,underlineIcon:()=>ki,undoIcon:()=>Ot,ungroupIcon:()=>A,unlinkIcon:()=>jt,unlinkVerticalIcon:()=>Kt,unlockIcon:()=>Ut,unpinIcon:()=>Is,unstickIcon:()=>uo,uploadIcon:()=>Cn,userIcon:()=>Ms,validationDataIcon:()=>ts,validationXhtmlIcon:()=>es,vbIcon:()=>Yc,vbprojIcon:()=>Uc,videoExternalIcon:()=>nl,vimeoBoxIcon:()=>vc,vimeoIcon:()=>hc,volumeDownIcon:()=>yo,volumeMuteIcon:()=>zo,volumeUpIcon:()=>wo,warningCircleIcon:()=>mt,warningTriangleIcon:()=>gt,wholeWordIcon:()=>it,windowIcon:()=>En,windowMinimizeIcon:()=>Hn,windowRestoreIcon:()=>Vn,wrenchIcon:()=>Pn,xCircleIcon:()=>tn,xIcon:()=>$t,xOutlineIcon:()=>en,yammerBoxIcon:()=>ac,yammerIcon:()=>ic,youtubeBoxIcon:()=>mc,youtubeIcon:()=>fc,zoomActualSizeIcon:()=>Go,zoomBestFitIcon:()=>Yo,zoomInIcon:()=>Bn,zoomOutIcon:()=>Nn});const o={name:"caret-tr",content:'<path d="M352 160v192L160 160h192z" />',viewBox:"0 0 512 512"},r={name:"caret-br",content:'<path d="M352 352H160l192-192v192z" />',viewBox:"0 0 512 512"},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"},b={name:"caret-double-alt-left",content:'<path d="M448 384 256 256.001l192-128V384zM64 256.001 256 384V128L64 256.001z" />',viewBox:"0 0 512 512"},y={name:"caret-alt-expand",content:'<path d="M128 288h256L256 480 128 288zM256 32 128 224h256.001L256 32z" />',viewBox:"0 0 512 512"},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"},k={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"},C={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"},M={name:"arrow-right",content:'<path d="M224 384v-96H96v-64h128v-96l192 128-192 128z" />',viewBox:"0 0 512 512"},E={name:"arrow-down",content:'<path d="M128 224h96V96h64l.001 128H384L256.001 416 128 224z" />',viewBox:"0 0 512 512"},V={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"},S={name:"level-up",content:'<path d="m128 288 80-128 80 128h-64v64h192v32H192v-96h-64z" />',viewBox:"0 0 512 512"},D={name:"level-to-top",content:'<path d="m128 288 80-128 80 128h-64v64h192v32H192v-96h-64zm288-160H96v32h320v-32z" />',viewBox:"0 0 512 512"},P={name:"col-resize",content:'<path d="M128 255h64v33h-64v64.6L0 271.9l128-80.7V255zm96 225h64V32h-64v448zm288-207.9-128-80.7V256h-64v33h64v63.9l128-80.8z" />',viewBox:"0 0 512 512"},_={name:"arrows-axes",content:'<path d="M352 480v-64H128v64H96v-64H32v-32h64V160H32l80-128 80 128h-64v224h224v-64l128 80-128 80z" />',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"},B={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"},R={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"},A={name:"ungroup",content:'<path d="M32 256h192v192H32V256zm32-64h128V64H64v128zm224 224h128V288H288v128zM256 32v192h192V32H256z" />',viewBox:"0 0 512 512"},j={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"},K={name:"layout-1-by-4",content:'<path d="M32 0h192v480H32V0zm224 0v96h192V0H256zm0 224h192v-96H256v96zm0 128h192v-96H256v96zm0 128h192v-96H256v96z" />',viewBox:"0 0 512 512"},W={name:"layout-2-by-2",content:'<path d="M32 224h192V0H32v224zm224 0h192V0H256v224zM32 480h192V256H32v224zm224 0h192V256H256v224z" />',viewBox:"0 0 512 512"},U={name:"layout-side-by-side",content:'<path d="M32 384h416v96H32v-96zm0-32h416v-96H32v96zm0-128h416v-96H32v96zM32 0v96h416V0H32z" />',viewBox:"0 0 512 512"},G={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"},oe={name:"arrows-top-bottom",content:'<path d="m240 512 80-128h-64V128h64L240 0l-80 128h64v256h-64z" />',viewBox:"0 0 512 512"},re={name:"border-radius-bottom-left",content:'<path d="M384 368c0 8.8-7.2 16-16 16h-64c-97 0-176-79-176-176v-64c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 79.4 64.6 144 144 144h64c8.8 0 16 7.2 16 16z" />',viewBox:"0 0 512 512"},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"},be={name:"chevron-double-up",content:'<path d="m129.9 289.9 126.1-126L382.1 290l33.9-34L256 96 96 256l33.9 33.9zm0 128 126.1-126L382.1 418l33.9-34-160-160L96 384l33.9 33.9z" />',viewBox:"0 0 512 512"},ye={name:"data-ods",content:'<path d="M415.94 93.61v.33c-.53 33.88-86.26 61.29-191.93 61.29S32.6 127.82 32.07 93.94v-.33C32.06 59.59 118 32 224 32s191.94 27.59 191.94 61.61Zm-.06 46.39v.32c-.53 33.88-86.26 61.29-191.93 61.29S32.54 174.2 32 140.32V140l.12 86.81v.32c.53 33.88 86.26 61.29 191.93 61.29S415.46 261 416 227.13v-.32Zm.12 180-.07-52v.32c-.34 21.73-35.73 40.8-88.93 51.68Zm-256 6.11C85.73 317.69 32.43 295 32 268.32V268l.12 86.81v.32C32.55 381.8 85.8 404.47 160 412.9Zm73.5 123.55q-22.26 0-36.28-14.49t-14-37.76q0-24.57 14.24-39.74t37.72-15.18q22.18 0 35.88 14.53t13.69 38.3q0 24.42-14.2 39.38t-37.05 14.96Zm1-87.08q-12.28 0-19.51 9.22t-7.23 24.39q0 15.39 7.23 24.35a23.15 23.15 0 0 0 18.93 9q12.07 0 19.15-8.71t7.08-24.17q0-16.11-6.86-25.08t-18.78-9Zm68.9 85.28V344.23h36.71q55.22 0 55.21 50.51 0 24.21-15.06 38.66t-40.15 14.46Zm23.34-84.63v65.69h11.57q15.17 0 23.81-9.1t8.64-24.82q0-14.82-8.56-23.31t-24-8.49Zm82.49 80.65v-23.12a44.75 44.75 0 0 0 13.66 7.91 43.91 43.91 0 0 0 14.89 2.64 33.06 33.06 0 0 0 7.7-.8 18 18 0 0 0 5.49-2.2 9.67 9.67 0 0 0 3.29-3.33 8.29 8.29 0 0 0 1.08-4.15 9 9 0 0 0-1.73-5.42 18.77 18.77 0 0 0-4.74-4.41 49 49 0 0 0-7.12-3.9q-4.11-1.87-8.89-3.83-12.14-5.06-18.1-12.36a27 27 0 0 1-6-17.63 28.05 28.05 0 0 1 3.25-13.91 27.71 27.71 0 0 1 8.85-9.58 39.85 39.85 0 0 1 13-5.53 66.6 66.6 0 0 1 15.61-1.77 93.91 93.91 0 0 1 14.34 1 56.36 56.36 0 0 1 11.53 3v21.6a35.76 35.76 0 0 0-5.68-3.18 44.84 44.84 0 0 0-6.32-2.27 48.64 48.64 0 0 0-6.47-1.34 45.54 45.54 0 0 0-6.1-.43 31.65 31.65 0 0 0-7.23.76 18.18 18.18 0 0 0-5.49 2.13 10.47 10.47 0 0 0-3.47 3.29 7.77 7.77 0 0 0-1.23 4.3 8.27 8.27 0 0 0 1.37 4.66 15.88 15.88 0 0 0 3.91 3.9 40.85 40.85 0 0 0 6.14 3.61q3.61 1.77 8.16 3.65a91.56 91.56 0 0 1 11.17 5.53 39.85 39.85 0 0 1 8.49 6.61 25.82 25.82 0 0 1 5.42 8.42 29.82 29.82 0 0 1 1.88 11q0 8.67-3.29 14.56a26.68 26.68 0 0 1-8.92 9.54 38.57 38.57 0 0 1-13.12 5.24 75.82 75.82 0 0 1-15.79 1.59 88.11 88.11 0 0 1-16.22-1.44 49.18 49.18 0 0 1-13.31-4.34Z" />',viewBox:"0 0 512 512"},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"},ke={name:"display-inline-flex",content:'<path d="M96 416h320V96H96v320zm32-288h256v256H128V128zm32 32h64v192h-64zm128 0h64v192h-64zM32 32h32v448H32zm416 0h32v448h-32z" />',viewBox:"0 0 512 512"},Ce={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"},Me={name:"gap-row",content:'<path d="M480 32H32v448h448V32zM64 448V64h384v384H64zM96 96h320v96H96zm0 224h320v96H96z" />',viewBox:"0 0 512 512"},Ee={name:"handle-resize-alt",content:'<path d="M480 224v256H224v-64h192V224h64z" />',viewBox:"0 0 512 512"},Ve={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"},Se={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"},De={name:"line-height",content:'<path d="m310 336 26 80h48L280 96h-48L128 416h48l26-80h108zm-54-166.2L294.4 288h-76.8L256 169.8zM32 32h448v32H32zm0 416h448v32H32z" />',viewBox:"0 0 512 512"},Pe={name:"list-latin-big",content:'<path d="M115.1 136H72.6l-7.4 24H32.1L79.3 31.5h29.1L155.9 160h-33.3l-7.5-24zm-35-23.9h27.6L93.8 67.5l-13.7 44.6zM42.1 320V191.5h46.2c16.5 0 29.1 3 37.7 9.1 8.6 6.1 12.9 14.9 12.9 26.4 0 6.6-1.5 12.3-4.6 17-3.1 4.7-7.6 8.2-13.5 10.4 6.7 1.8 11.9 5.1 15.4 9.9 3.6 4.8 5.4 10.7 5.4 17.7 0 12.6-4 22.1-12 28.4-8 6.3-19.8 9.5-35.4 9.7H42.1zm31-74.9h16.2c6.8-.1 11.6-1.3 14.5-3.7 2.9-2.4 4.3-6 4.3-10.7 0-5.4-1.6-9.3-4.7-11.7-3.1-2.4-8.2-3.6-15.1-3.6H73.1v29.7zm0 20.3v30.8h20.3c5.6 0 9.9-1.3 12.9-3.8 3-2.6 4.5-6.2 4.5-10.8 0-10.7-5.3-16.1-16-16.2H73.1zm73 171.1c-.4 8.9-2.8 16.8-7.2 23.7-4.4 6.9-10.6 12.2-18.6 15.9-8 3.8-17.1 5.6-27.3 5.6-16.9 0-30.2-5.5-39.9-16.5s-14.6-26.5-14.6-46.6v-6.4c0-12.6 2.2-23.6 6.6-33.1 4.4-9.4 10.7-16.7 18.9-21.9 8.2-5.1 17.8-7.7 28.6-7.7 15.6 0 28.1 4.1 37.6 12.3 9.5 8.2 14.9 19.5 16.2 33.9h-30.9c-.2-7.8-2.2-13.4-5.9-16.9-3.7-3.4-9.4-5.1-16.9-5.1-7.7 0-13.4 2.9-16.9 8.6-3.6 5.8-5.5 15-5.6 27.6v9.1c0 13.7 1.7 23.5 5.2 29.4 3.4 5.9 9.4 8.8 17.8 8.8 7.1 0 12.6-1.7 16.3-5 3.8-3.4 5.8-8.7 6-16h30.6zM192 96h288v32H192V96zm0 160h288v32H192v-32zm0 160h288v32H192v-32z" />',viewBox:"0 0 512 512"},_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"},Le={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"},Be={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"},Re={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"},Ae={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"},je={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"},Ke={name:"outline-width",content:'<path d="M416 32H32v448h448V32h-64zm0 384H96V96h320v320zm-256-32h224V128H128v256h32zm0-224h192v192H160V160z" />',viewBox:"0 0 512 512"},We={name:"padding-bottom",content:'<path d="M288.2 352H256v64h64v64H160v-64h64v-64h-32v-64h96.2v64zM160 32h64v96h-32.2v32H288v-32h-32V32h64V0H160v32zm192 192v-32.2h-32V288h32v-32h96v64h32V160h-32v64h-96zm-224 32v32.2h32V192h-32v32H32v-64H0v160h32v-64h96z" />',viewBox:"0 0 512 512"},Ue={name:"padding-left",content:'<path d="M128 288.2V256H64v64H0V160h64v64h64v-32h64v96.2h-64zM448 160v64h-96v-32.2h-32V288h32v-32h96v64h32V160h-32zM256 352h32.2v-32H192v32h32v96h-64v32h160v-32h-64v-96zm-32-224h-32.2v32H288v-32h-32V32h64V0H160v32h64v96z" />',viewBox:"0 0 512 512"},Ge={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"},ot={name:"report-element",content:'<path d="M480 320V192H160v48H96v-80h256V32H32v128h32v320h32v-48h64v48h256V352H160v48H96V272h64v48ZM64 64h256v64H64Zm128 320h192v64H192v-64Z" />',viewBox:"0 0 512 512"},rt={name:"right-double-quotes",content:'<path d="M136 100.2c-57.4 0-104 46.6-104 104s46.6 104 104 104c20.1 0 38.9-5.7 54.8-15.6-14.2 30.5-37.4 55.2-69.2 73.7-44 25.6-89.1 29.6-89.6 29.6l1.3 15.9 1.3 15.9c2.1-.2 51.8-4.4 102-33.2 47.1-27 103.3-81.3 103.3-186.1.1-1.4.1-2.8.1-4.3 0-57.3-46.6-103.9-104-103.9zm344 104c0-57.4-46.6-104-104-104s-104 46.6-104 104 46.6 104 104 104c20.1 0 38.9-5.7 54.8-15.6-14.2 30.5-37.4 55.2-69.2 73.7-44 25.6-89.1 29.6-89.6 29.6l2.6 31.9c2.1-.2 51.8-4.4 102-33.2 47.1-27 103.3-81.3 103.3-186.1.1-1.4.1-2.8.1-4.3z" />',viewBox:"0 0 512 512"},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"},bt={name:"font-grow",content:'<path d="m384 32-96 128h192L384 32ZM222 96h-60L32 480h60l32.4-96h135.2l32.4 96h60L222 96Zm-78 230.4 48-141.7 48 141.7h-96Z" />',viewBox:"0 0 512 512"},yt={name:"font-shrink",content:'<path d="m384 160 96-128H288l96 128Zm-152 0h-48L80 480h48l25.9-80h108.2l25.9 80h48L232 160Zm-62.4 192L208 233.9 246.4 352h-76.8Z" />',viewBox:"0 0 512 512"},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"},kt={name:"text-clip",content:'<path d="M64 32v448h32V32H64Zm384 448V32h-32v448h32ZM320 320v-48H128v-32h192v-48l96 64-96 64Z" />',viewBox:"0 0 512 512"},Ct={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"},Mt={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"},Et={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"},Vt={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"},St={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"},Dt={name:"arrow-rotate-cw-small",content:'<path d="M416 280c0 88.4-71.6 160-160 160S96 368.4 96 280s71.6-160 160-160V64l128 80-128 80v-56c-61.8 0-112 50.2-112 112s50.2 112 112 112 112-50.2 112-112c0-10-1.3-19.7-3.8-29l46.4-12.4c3.5 13.2 5.4 27.1 5.4 41.4z" />',viewBox:"0 0 512 512"},Pt={name:"clock",content:'<path d="M256 128h-32v160h160v-32H256V128zm0-96C132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224S379.7 32 256 32zm0 416c-105.9 0-192-86.1-192-192S150.1 64 256 64s192 86.1 192 192-86.1 192-192 192z" />',viewBox:"0 0 512 512"},_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"},Lt={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"},Bt={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"},Rt={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"},At={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"},jt={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"},Kt={name:"unlink-vertical",content:'<path d="M414.4 272H512v-32h-97.6c1 5.2 1.6 10.5 1.6 16s-.5 10.8-1.6 16zm-11.6-60.1 69-69-22.6-22.6-69 69c8.9 5.9 16.6 13.6 22.6 22.6zm-22.7 110.8 69 69 22.6-22.6-69-69c-5.9 9-13.6 16.7-22.6 22.6zM96 256c0-5.5.6-10.8 1.6-16H0v32h97.6c-1-5.2-1.6-10.5-1.6-16zm35.9-66.8-69-69-22.6 22.6 69 69c5.9-8.9 13.6-16.6 22.6-22.6zm-22.6 110.9-69 69 22.6 22.6 69-69c-9-5.9-16.7-13.6-22.6-22.6zM128 384c0-47.4 25.8-88.7 64-110.8V384c0 35.4 28.6 64 64 64s64-28.7 64-64V273.2c38.2 22.1 64 63.5 64 110.8 0 70.7-57.3 128-128 128s-128-57.3-128-128zM256 64c-35.4 0-64 28.6-64 64v110.8c-38.2-22.1-64-63.5-64-110.8C128 57.3 185.3 0 256 0s128 57.3 128 128c0 47.4-25.8 88.7-64 110.8V128c0-35.4-28.6-64-64-64z" />',viewBox:"0 0 512 512"},Wt={name:"lock",content:'<path d="M384 224h-32v-96c0-53-43-96-96-96s-96 43-96 96v96h-32c-17.6 0-32 14.4-32 32v192c0 17.6 14.4 32 32 32h256c17.6 0 32-14.4 32-32V256c0-17.6-14.4-32-32-32zm-192-96c0-35.3 28.7-64 64-64s64 28.7 64 64v96H192v-96zm64 256c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z" />',viewBox:"0 0 512 512"},Ut={name:"unlock",content:'<path d="M416 224H224v-96c0-53-43-96-96-96s-96 43-96 96v128h32V128c0-35.3 28.7-64 64-64s64 28.7 64 64v96h-32c-17.6 0-32 14.4-32 32v192c0 17.6 14.4 32 32 32h256c17.6 0 32-14.4 32-32V256c0-17.6-14.4-32-32-32zM288 384c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z" />',viewBox:"0 0 512 512"},Gt={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"},on={name:"plus-outline",content:'<path d="M288 288v96h-64v-96h-96v-64h96v-96h64v96h96v64h-96zM256 32C132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224S379.7 32 256 32zm0 416c-106 0-192-86-192-192S150 64 256 64s192 86 192 192-86 192-192 192z" />',viewBox:"0 0 512 512"},rn={name:"plus-circle",content:'<path d="M256 32C132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224S379.7 32 256 32zm32 256v96h-64v-96h-96v-64h96v-96h64v96h96v64h-96z" />',viewBox:"0 0 512 512"},an={name:"minus",content:'<path d="M96 224v64h320v-64H96z" />',viewBox:"0 0 512 512"},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"},bn={name:"filter-sort-desc-small",content:'<path d="M448 128v32l-96 96v64l-32 64V256l-96-96v-32h224zM144 384l80-96h-64V128h-32v160H64l80 96z" />',viewBox:"0 0 512 512"},yn={name:"filter-add-expression",content:'<path d="M480 64v32H32V64h448zm-192 96h192v-32H288v32zm0 128h192v-64H288v64zm0 96h192v-32H288v32zm0 64h192v-32H288v32zM96 352h64v-64h64v-64h-64v-64H96v64H32v64h64v64z" />',viewBox:"0 0 512 512"},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"},kn={name:"download",content:'<path d="M32 384v96h448v-96H32zM288 32h-64v128h-96l128 160 128-160h-96V32z" />',viewBox:"0 0 512 512"},Cn={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"},Mn={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"},En={name:"window",content:'<path d="M96 96v320h320V96H96zm288 288H128V192h256v192z" />',viewBox:"0 0 512 512"},Vn={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"},Sn={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"},Dn={name:"gears",content:'<path d="m331.9 364.2-29.6-22.4c1.3-7.1 2-14.3 2-21.8 0-7.4-.7-14.7-2-21.8l29.6-22.4c4.6-3.5 5.9-9.8 3-14.8l-24.2-42c-2.9-5-9-7.1-14.3-4.8L262 228.7c-11-9.4-23.8-16.9-37.7-21.8l-4.6-36.9c-.7-5.7-5.6-10-11.3-10H160c-5.8 0-10.6 4.3-11.3 10l-4.6 36.9c-13.9 4.9-26.7 12.4-37.7 21.8l-34.3-14.5c-5.3-2.2-11.5-.2-14.3 4.8l-24.3 42c-2.9 5-1.6 11.3 3 14.8l29.6 22.4c-1.3 7.1-2 14.3-2 21.8 0 7.4.7 14.7 2 21.8l-29.6 22.4c-4.6 3.5-5.9 9.8-3 14.8l24.2 42c2.9 5 9 7.1 14.3 4.8l34.3-14.5c11 9.4 23.8 16.9 37.7 21.8l4.6 36.9c.7 5.7 5.6 10 11.3 10h48.4c5.8 0 10.6-4.3 11.3-10l4.6-36.9c13.9-4.9 26.7-12.4 37.7-21.8l34.3 14.5c5.3 2.2 11.5.2 14.3-4.8l24.2-41.9c3-5 1.8-11.4-2.8-14.9zM184.2 380c-33.1 0-60-26.9-60-60s26.9-60 60-60 60 26.9 60 60-26.9 60-60 60zm293.1-225.5L459.4 141c.8-4.2 1.2-8.6 1.2-13 0-4.5-.4-8.8-1.2-13l17.8-13.4c2.7-2.1 3.5-5.9 1.8-8.9l-14.5-25.2c-1.8-3-5.4-4.2-8.6-2.8l-20.6 8.7c-6.7-5.7-14.3-10.1-22.7-13.1L409.9 38c-.4-3.4-3.3-6-6.8-6h-29c-3.4 0-6.4 2.5-6.8 6l-2.7 22.2c-8.3 2.9-16 7.5-22.7 13.1l-20.6-8.7c-3.2-1.4-6.9-.1-8.6 2.8l-14.5 25.2c-1.8 3-1 6.9 1.8 8.9l17.8 13.4c-.8 4.2-1.2 8.6-1.2 13 0 4.5.4 8.8 1.2 13L300 154.5c-2.7 2.1-3.5 5.9-1.8 8.9l14.5 25.2c1.8 3 5.4 4.2 8.6 2.8l20.6-8.7c6.7 5.7 14.3 10.1 22.7 13.1l2.7 22.2c.4 3.4 3.3 6 6.8 6h29c3.4 0 6.4-2.5 6.8-6l2.7-22.2c8.3-2.9 16-7.5 22.7-13.1l20.6 8.7c3.2 1.4 6.9.1 8.6-2.8l14.5-25.2c1.8-3 1-6.9-1.7-8.9zm-88.7 9.5c-19.9 0-36.1-16.2-36.1-36.1s16.2-36.1 36.1-36.1c19.9 0 36.1 16.2 36.1 36.1-.1 19.9-16.1 36.1-36.1 36.1z" />',viewBox:"0 0 512 512"},Pn={name:"wrench",content:'<path d="M470.7 402.7 306 238.1c9-18.8 14-39.8 14-62.1 0-79.5-64.5-144-144-144-22.2 0-43.3 5-62.1 14l76.4 76.4c12.4 12.4 12.4 32.8 0 45.3l-22.6 22.6c-12.4 12.4-32.8 12.4-45.3 0L46 113.9c-9 18.8-14 39.9-14 62.1 0 79.5 64.5 144 144 144 22.3 0 43.4-5.1 62.2-14.1l164.7 164.7c12.3 12.5 32.7 12.5 45.1.1l22.7-22.7c12.4-12.4 12.4-32.8 0-45.3zM448 425.5 425.4 448 265.8 288.5c8.3-6.7 15.9-14.3 22.6-22.6L448 425.5z" />',viewBox:"0 0 512 512"},_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"},Ln={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"},Bn={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"},Rn={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"},An={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"},jn={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"},Kn={name:"kpi-status-deny",content:'<path d="M480 256 256 480 32 256 256 32l224 224z" />',viewBox:"0 0 512 512"},Wn={name:"kpi-status-hold",content:'<path d="M256 64 32 448h448L256 64z" />',viewBox:"0 0 512 512"},Un={name:"kpi-status-open",content:'<path d="M480 256c0 123.7-100.3 224-224 224S32 379.7 32 256 132.3 32 256 32s224 100.3 224 224z" />',viewBox:"0 0 512 512"},Gn={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"},eo={name:"barcode",content:'<path d="M480 64H32C14.3 64 0 78.3 0 96v320c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zM96 384H64V128h32v256zm96-32h-64V128h64v224zm64 0h-32V128h32v224zm64 0h-32V128h32v224zm64 0h-32V128h32v224zm64 32h-32V128h32v256z" />',viewBox:"0 0 512 512"},to={name:"barcode-scanner",content:'<path d="M32 96H0V0h96v32H32v64zm0 288H0v96h96v-32H32v-64zM416 0v32h64v64h32V0h-96zm64 448h-64v32h96v-96h-32v64zm-192-32h32V288h-32v128zm32-352h-32v128h32V64zm-64 0h-32v128h32V64zM128 416h64V288h-64v128zm-64 0h32V288H64v128zM192 64h-64v128h64V64zm32 352h32V288h-32v128zM64 64v128h32V64H64zm384 0h-32v128h32V64zm0 352V288h-32v128h32zm-96 0h32V288h-32v128zm32-352h-32v128h32V64zm96 160H32v32h448v-32z" />',viewBox:"0 0 512 512"},no={name:"qr-code-outline",content:'<path d="M192 224v32h-32v-32h32zm-64 64h32v-32h-32v32zm-32-64v32h32v-32H96zm-32 64h32v-32H64v32zm128 0h32v-32h-32v32zm64-64h-32v32h32v-32zm32-32h-32v32h32v-32zm-64-32v32h32v-32h-32zm64-32h-32v32h32v-32zm-64-32v32h32V96h-32zm64-32h-32v32h32V64zm32 192v-32h-32v32h32zm-96 32v32h32v-32h-32zm64-32h-32v32h32v-32zm0 64h-32v32h32v-32zm-64 32v32h32v-32h-32zm32 32v32h32v-32h-32zm-32 64h32v-32h-32v32zm64-96v32h32v-32h-32zm32-32v-32h-32v32h32zm32-32v-32h-32v32h32zm32-64h-32v32h32v-32zm32 64v-32h-32v32h32zm32-64h-32v32h32v-32zm-64 96v-32h-32v32h32zm-32 32v-32h-32v32h32zm0 32h32v-32h-32v32zm32-32h32v-32h-32v32zm64-32v-32h-32v32h32zm-128 64v32h32v-32h-32zm-32 64h32v-32h-32v32zm64 0h32v-32h-32v32zm32-32h32v-32h-32v32zm64-32v-32h-32v32h32zm0 64v-32h-32v32h32zM512 0v512H0V0h512zm-32 32H32v448h448V32zm-32 160H320V64h128v128zm-32-32-.5-64H352v64h64zm-224 32H64V64h128v128zm-32-32-.5-64H96v64h64zm32 288H64V320h128v128zm-32-32-.5-64H96v64h64z" />',viewBox:"0 0 512 512"},oo={name:"qr-code",content:'<path d="M320 0v192h192V0H320zm160 160H352V32h128v128zm-32-32h-64V64h64v64zM0 0v192h192V0H0zm160 160H32V32h128v128zm-32-32H64V64h64v64zM0 320v192h192V320H0zm160 160H32V352h128v128zm-32-32H64v-64h64v64zm32-224h32v32h-32v-32zm0 64h-32v-32h32v32zm-64-64h32v32H96v-32zm-32 32H32v-32h32v32zm32 32H64v-32h32v32zm128 0h-32v-32h32v32zm32-32h-32v-32h32v32zm0-64h32v32h-32v-32zm0 0h-32v-32h32v32zm0-64h32v32h-32v-32zm0 0h-32V96h32v32zm0-64h32v32h-32V64zm0 0h-32V32h32v32zm64 192h-32v-32h32v32zm-96 32h32v32h-32v-32zm64 0h-32v-32h32v32zm0 64h-32v-32h32v32zm-32 32h-32v-32h32v32zm0 0h32v32h-32v-32zm0 64h-32v-32h32v32zm64-64h-32v-32h32v32zm0-64h-32v-32h32v32zm0-64h32v32h-32v-32zm64 0h-32v-32h32v32zm32 32h-32v-32h32v32zm32-32h-32v-32h32v32zm-96 32h32v32h-32v-32zm0 64h-32v-32h32v32zm0 0h32v32h-32v-32zm32-32h32v32h-32v-32zm32-32h32v32h-32v-32zm-96 96h32v32h-32v-32zm0 64h-32v-32h32v32zm-32 32h-32v-32h32v32zm192-192h-32v-32h32v32zM352 416h32v32h-32v-32zm0 64h-32v-32h32v32zm64-64h-32v-32h32v32zm32-96h32v32h-32v-32zm0 64h-32v-32h32v32zm-32 32h32v32h-32v-32zm0 64h-32v-32h32v32zm64-64h-32v-32h32v32zm0 64h-32v-32h32v32zm32-32h-32v-32h32v32zm0-64h-32v-32h32v32zm0-64h-32v-32h32v32zm0-64h-32v-32h32v32zM256 512h-32v-32h32v32zm64 0h-32v-32h32v32zm32-32h32v32h-32v-32zm64 0h32v32h-32v-32zm96 32h-32v-32h32v32z" />',viewBox:"0 0 512 512"},ro={name:"qr-code-scanner",content:'<path d="M512 0v96h-32V32h-64V0h96zm-32 448h-64v32h96v-96h-32v64zM64 64h128v128H64V64zm32 96h64V96H96v64zM32 32h64V0H0v96h32V32zm0 224h448v-32H32v32zm0 128H0v96h96v-32H32v-64zM288 96h-32v32h32V96zm-64-32v32h32V64h-32zm224 128H320V64h128v128zm-32-96h-64v64h64V96zm-128 96v-32h-32v32h32zm-32-64h-32v32h32v-32zM64 288h128v128H64V288zm32 96h64v-64H96v64zm192-64h-32v32h32v-32zm-64-32v32h32v-32h-32zm32 128h32v-32h-32v32zm-32-64v32h32v-32h-32zm96-64h-32v32h32v-32zm-32 64v32h32v-32h-32zm64 0v-32h-32v32h32zm-32 64h32v-32h-32v32zm64-128h-32v32h32v-32zm-32 64v32h32v-32h-32zm64 0v-32h-32v32h32zm0 64v-32h-32v32h32zm32-128h-32v32h32v-32zm0 96v-32h-32v32h32z" />',viewBox:"0 0 512 512"},io={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"},ao={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"},lo={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"},so={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"},co={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"},uo={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"},po={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"},ho={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"},vo={name:"play",content:'<path d="M0 512V0l512 256L0 512z" />',viewBox:"0 0 512 512"},fo={name:"pause",content:'<path d="M320 0h160v512H320V0zM32 512h160V0H32v512z" />',viewBox:"0 0 512 512"},mo={name:"stop",content:'<path d="M512 512H0V0h512v512z" />',viewBox:"0 0 512 512"},go={name:"rewind",content:'<path d="M256 256 512 96v320L256 256zm0 160V96L0 256l256 160z" />',viewBox:"0 0 512 512"},bo={name:"forward",content:'<path d="M0 416V96l256 160L0 416zm512-160L256 96v320l256-160z" />',viewBox:"0 0 512 512"},yo={name:"volume-down",content:'<path d="M0 352h96l128 128V32L96 160H0v192zm288 28V132c55.2 14.2 96 64.3 96 124s-40.8 109.8-96 124z" />',viewBox:"0 0 512 512"},wo={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"},zo={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"},xo={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"},ko={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"},Co={name:"playlist",content:'<path d="M0 256h320v64H0v-64zM512 64H0V0h512v64zm-128 64.8V397c-13.4-8-30-12.8-48-12.8-44.2 0-80 28.7-80 64s35.8 64 80 64 80-28.7 80-64V193h96v-65l-128 .8zM0 128v64h320v-64H0z" />',viewBox:"0 0 512 512"},Io={name:"music-notes",content:'<path d="M160 170v-64m0-.2v259c-13.4-8-30-12.8-48-12.8-44.2 0-80 28.7-80 64s35.8 64 80 64 80-28.7 80-64V162.5l256-59.1v165.4c-13.4-8-30-12.8-48-12.8-44.2 0-80 28.7-80 64s35.8 64 80 64 80-28.7 80-64V32l-320 73.8z" />',viewBox:"0 0 512 512"},Oo={name:"play-sm",content:'<path d="M96 416V96l320 160L96 416z" />',viewBox:"0 0 512 512"},Mo={name:"pause-sm",content:'<path d="M288 96h96v320h-96V96zM96 416h96V96H96v320z" />',viewBox:"0 0 512 512"},Eo={name:"stop-sm",content:'<path d="M416 416H96V96h320v320z" />',viewBox:"0 0 512 512"},Vo={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"},Ho={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"},So={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"},Do={name:"star",content:'<path d="M256 391.5 117.2 480 154 314.1 32 202.4 192.9 188 256 32l63.1 156L480 202.4 358 314.1 394.8 480 256 391.5z" />',viewBox:"0 0 512 512"},Po={name:"checkbox",content:'<path d="M64 64v384h384V64H64zm352 352H96V96h320v320z" />',viewBox:"0 0 512 512"},_o={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"},Lo={name:"checkbox-indeterminate",content:'<path d="M128 128h256v256H128V128zM64 64v384h384V64H64zm352 352H96V96h320v320z" />',viewBox:"0 0 512 512"},Bo={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"},No={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"},Ro={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"},To={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"},Fo={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"},Ao={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"},jo={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"},qo={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"},Ko={name:"camera",content:'<path d="M448 128h-64l-64-64H192l-64 64H64c-17.6 0-32 14.4-32 32v288c0 17.6 14.4 32 32 32h384c17.6 0 32-14.4 32-32V160c0-17.6-14.4-32-32-32zM256 416c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112zm64-112c0 35.3-28.7 64-64 64s-64-28.7-64-64 28.7-64 64-64 64 28.7 64 64z" />',viewBox:"0 0 512 512"},Wo={name:"image",content:'<path d="M304 160c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm144-96H64c-17.6 0-32 14.4-32 32v320c0 17.6 14.4 32 32 32h384c17.6 0 32-14.4 32-32V96c0-17.6-14.4-32-32-32zm-.1 272-64-64-80 80L176 224 64 336V96.1l.1-.1h383.8l.1.1-.1 239.9z" />',viewBox:"0 0 512 512"},Uo={name:"image-export",content:'<path d="M384 384v-79.9l-32-32-80 80-128-128-112 112v-240l.1-.1h383.8l.1.1-.1 223.9H448V96c0-17.6-14.4-32-32-32H32C14.4 64 0 78.4 0 96v320c0 17.6 14.4 32 32 32h256v-64h96zM272 160c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm48 288h96v64l96-80-96-80v64h-96v32z" />',viewBox:"0 0 512 512"},Go={name:"zoom-actual-size",content:'<path d="M0 32v128L128 32H0zm384 0 128 128V32H384zm-260.6 96c-15.1 0-27.4 12.3-27.4 27.4v201.2c0 15.1 12.3 27.4 27.4 27.4h265.2c15.1 0 27.4-12.3 27.4-27.4V155.4c0-15.1-12.3-27.4-27.4-27.4H123.4zM384 160v160l-48-64-48 64-80-96-80 96V160h256zm-96 32c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zM0 352v128h128L0 352zm512 0L384 480h128V352z" />',viewBox:"0 0 512 512"},Yo={name:"zoom-best-fit",content:'<path d="M388.6 128H123.4c-15.1 0-27.4 12.3-27.4 27.4v201.2c0 15.1 12.3 27.4 27.4 27.4h265.2c15.1 0 27.4-12.3 27.4-27.4V155.4c0-15.1-12.3-27.4-27.4-27.4zM384 320l-48-64-48 64-80-96-80 96V160h256v160zM0 160l96 96-96 96V160zm160 320 96-96 96 96H160zM352 32l-96 96-96-96h192zm160 128v192l-96-96 96-96zm-256 64c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32z" />',viewBox:"0 0 512 512"},Zo={name:"image-resize",content:'<path d="M427.3 404.7 352 329.4V32H32v320h297.4l75.3 75.3L352 480h128V352l-52.7 52.7zM64 320V64h256v233.4L203.3 180.7 256 128H128v128l52.7-52.7L297.4 320H64z" />',viewBox:"0 0 512 512"},Xo={name:"crop",content:'<path d="M0 96h64v64H0V96zm448 256v64h64v-64h-64zm-32-224c0-17.6-14.4-32-32-32H192v64h160v320h64V128zM96 384c0 17.6 14.4 32 32 32h192v-64H160V32H96v352z" />',viewBox:"0 0 512 512"},Qo={name:"mirror",content:'<path d="M192 64H32v384h160V64zm-31 352s0 .1 0 0l-96.9.1-.1-.1V96.1l.1-.1H160v320h1zm95 64h-32V32h32v448zm32-416h160v384H288V64z" />',viewBox:"0 0 512 512"},Jo={name:"flip-horizontal",content:'<path d="M448 448H288V64l160 384zm-384 0L224 64v384H64zm128-224-80 192h80V224z" />',viewBox:"0 0 512 512"},$o={name:"flip-vertical",content:'<path d="M64 288h384L64 448V288zm0-224v160h384L64 64zm32 128v-80l192 80H96z" />',viewBox:"0 0 512 512"},er={name:"rotate",content:'<path d="M256 448c8.2 0 16.2-.6 24-1.8v32.3c-7.9 1-15.9 1.5-24 1.5s-16.1-.5-24-1.5v-32.3c7.8 1.2 15.8 1.8 24 1.8zm-116-7c12.7 9.7 26.6 17.8 41.5 24l16.2-28c-15.1-5.9-29.1-14.1-41.5-24.1L140 441zm-61-78.5c6.3 14.9 14.4 28.8 24 41.5l28-16.2c-10-12.5-18.1-26.4-24.1-41.5L79 362.5zM256 128v64l128-80-128-80v64c-8.1 0-16.1.5-24 1.5-17.7 2.2-34.6 6.8-50.5 13.5-14.9 6.3-28.8 14.4-41.5 24-14 10.6-26.4 23-37 37-9.7 12.7-17.8 26.6-24 41.5-6.7 15.9-11.3 32.8-13.5 50.5-1 7.9-1.5 15.9-1.5 24s.5 16.1 1.5 24h32.3c-1.2-7.8-1.8-15.8-1.8-24s.6-16.2 1.8-24c1.8-11.9 4.9-23.4 9.2-34.3 5.9-15.1 14.1-29.1 24.1-41.5 7.4-9.3 15.8-17.7 25.1-25.1 12.5-10 26.4-18.1 41.5-24.1 10.9-4.3 22.4-7.4 34.3-9.2 7.8-1.2 15.8-1.8 24-1.8zm190.5 136h-32.3c1.2 7.8 1.8 15.8 1.8 24s-.6 16.2-1.8 24h32.3c1-7.9 1.5-15.9 1.5-24s-.5-16.1-1.5-24zm-65.6 123.8 28 16.2c9.7-12.7 17.8-26.6 24-41.5l-28-16.2c-5.8 15.1-14 29.1-24 41.5zM314.3 437l16.2 28c14.9-6.3 28.8-14.4 41.5-24l-16.2-28c-12.4 9.9-26.4 18.1-41.5 24z" />',viewBox:"0 0 512 512"},tr={name:"rotate-right",content:'<path d="M320 448V64l160 384H320zm-32 0H32l256-160v160zm-32-102.3L143.6 416H256v-70.3zM64 160v128h32v-96h96v64l96-80-96-80v64H64z" />',viewBox:"0 0 512 512"},nr={name:"rotate-left",content:'<path d="M32 448 192 64v384H32zm192-160 256 160H224V288zm32 128h112.4L256 345.7V416zm64-256V96l-96 80 96 80v-64h96v96h32V160H320z" />',viewBox:"0 0 512 512"},or={name:"brush",content:'<path d="M32 480s46.4-5.6 96-16c22.3-4.7 46.9-14 70.7-37.7 56.9-56.9.2-112.9.2-112.9s-56.7-56.9-113.3-.2c-23.4 23.4-20.1 57.1-19.7 89.8.8 59.7-33.9 77-33.9 77zM470.7 64 448 41.3c-12.4-12.4-32.8-12.4-45.3 0L204.3 239.8c11.5 5.8 20.8 12.2 27.7 17.6 5.3 4.2 9.2 7.7 11.3 9.8l.8.8.8.8c2.1 2.1 5.6 5.9 9.7 11.1 5.4 6.8 11.8 16.2 17.6 27.6l23.5-23.5 174.9-174.9c12.5-12.3 12.5-32.7.1-45.1zM448 86.6 277.4 257.3c-4.8-5.8-8.6-9.9-10.6-11.9-2.3-2.3-6.3-6.1-12-10.7L425.4 64h.1L448 86.6z" />',viewBox:"0 0 512 512"},rr={name:"palette",content:'<path d="m206 256.6 160-160c-2.2-5.7-4.8-11.1-7.9-16.3-24.2-40.8-60.1-66-107.8-75.9-2.3-.5-4.7-1-7.1-1.4C192-5.8 143.1 4.8 96.5 34.6 49.3 64.7 19.2 107.2 6.1 162c-13 54.8-5.2 106.4 23.4 154.6 14.2 23.8 31.3 43.2 51.4 58.4 3.8-25.2 13.4-52 36.4-75 31.3-31.4 64-41.3 88.7-43.4zM288 64c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-96-32c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zM64 256c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm0-128c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm438.7 12.9L480 118.3c-12.4-12.4-32.8-12.4-45.3 0L281.1 271.9c11.5 5.8 20.8 12.2 27.7 17.6 5.3 4.2 9.2 7.7 11.3 9.8l11.3 12.7c5.4 6.8 11.8 16.2 17.6 27.6l153.5-153.5c12.6-12.4 12.6-32.8.2-45.2zM354.3 289.3c-4.8-5.8-8.6-9.9-10.6-11.9-2.3-2.3-6.3-6.1-12-10.7L457.4 141h.1l22.5 22.5-125.7 125.8zm-78.7 169c-23.8 23.7-48.4 33-70.7 37.7-49.6 10.4-96 16-96 16s34.7-17.3 33.9-77c-.4-32.7-3.7-66.4 19.7-89.8 56.6-56.7 113.3.2 113.3.2s56.7 56-.2 112.9z" />',viewBox:"0 0 512 512"},ir={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"},ar={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"},lr={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"},sr={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"},cr={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"},ur={name:"transparency",content:'<path d="M64 64v352h352V64H64zm32 32h96v96h96V96h96v96h-96v96h96v96h-96v-96h-96v96H96v-96h96v-96H96V96z" />',viewBox:"0 0 512 512"},pr={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"},dr={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"},hr={name:"sharpen",content:'<path d="M256 32 128 480h256L256 32zm0 116.5L341.6 448H170.4L256 148.5z" />',viewBox:"0 0 512 512"},vr={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"},fr={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"},mr={name:"bring-to-front",content:'<path d="M96 128V96h96V64H64v128h32v-64zm224 256h64V128H128v256h192zm96-64v96h-96v32h128V320h-32z" />',viewBox:"0 0 512 512"},gr={name:"bring-to-back",content:'<path d="M128 192h64V64H64v128h64zM96 96h64v64H96V96zm192 192h96V128H224v96h-96v160h160v-96zm128 32h-96v128h128V320h-32zm0 96h-64v-64h64v64z" />',viewBox:"0 0 512 512"},br={name:"bring-forward",content:'<path d="M448 192v256H192V320H64V64h256v128h128zm-32 32h-96v96h-96v96h192V224z" />',viewBox:"0 0 512 512"},yr={name:"bring-backward",content:'<path d="M192 192v256h256V192H192zm224 224H224V224h192v192zM320 64H64v256h96V160h160V64z" />',viewBox:"0 0 512 512"},wr={name:"align-self-start",content:'<path d="M31 32h32v448H31V32zm288 64H95v128h224V96zm128 192v128H95V288h352zm-32 32H127v64h288v-64z" />',viewBox:"0 0 512 512"},zr={name:"align-self-center",content:'<path d="M255 288v-64h96V96h-96V32h-32v64h-96v128h96v64H63v128h160v64h32v-64h160V288H255zm128 96H95v-64h288v64z" />',viewBox:"0 0 512 512"},xr={name:"align-self-end",content:'<path d="M64 416h352V288H64v128zm32-96h288v64H96v-64zm96-224h224v128H192V96zm288-64v448h-32V32h32z" />',viewBox:"0 0 512 512"},kr={name:"align-self-start-alt",content:'<path d="M95 96h128v224H95V96zm192 0h128v352H287V96zm32 320h64V128h-64v288zM31 32v32h448V32H31z" />',viewBox:"0 0 512 512"},Cr={name:"align-self-center-alt",content:'<path d="M415 224V64H287v160h-64v-96H95v96H31v32h64v96h128v-96h64v160h128V256h64v-32h-64zm-32 0v160h-64V96h64v128z" />',viewBox:"0 0 512 512"},Ir={name:"align-self-end-alt",content:'<path d="M479 449v32H31v-32h448zM223 193H95v224h128V193zm192 224H287V65h128v352zM383 97h-64v288h64V97z" />',viewBox:"0 0 512 512"},Or={name:"thumbnails-up",content:'<path d="M352 32h96v96h-96V32zm-160 0h96v96h-96V32zM32 32h96v96H32V32zm0 160h416v256H32V192z" />',viewBox:"0 0 512 512"},Mr={name:"thumbnails-right",content:'<path d="M352 352h96v96h-96v-96zm0-160h96v96h-96v-96zm0-160h96v96h-96V32zM32 32h256v416H32V32z" />',viewBox:"0 0 512 512"},Er={name:"thumbnails-down",content:'<path d="M352 352h96v96h-96v-96zm-160 0h96v96h-96v-96zm-160 0h96v96H32v-96zm0-320h416v256H32V32z" />',viewBox:"0 0 512 512"},Vr={name:"thumbnails-left",content:'<path d="M32 32v96h96V32H32zm160 0v416h256V32H192zM32 192v96h96v-96H32zm0 160v96h96v-96H32z" />',viewBox:"0 0 512 512"},Hr={name:"fullscreen",content:'<path d="M0 32h160v64H64v96H0V32zm64 288H0v160h160v-64H64v-96zM352 32v64h96v96h64V32H352zm96 384h-96v64h160V320h-64v96z" />',viewBox:"0 0 512 512"},Sr={name:"fullscreen-exit",content:'<path d="M160 32H96v96H0v64h160V32zM96 480h64V320H0v64h96v96zm416-288v-64h-96V32h-64v160h160zm-96 192h96v-64H352v160h64v-96z" />',viewBox:"0 0 512 512"},Dr={name:"droplet-slash",content:'<path d="m317.9 431 23.2 23.2C316.5 470.6 287.3 480 256 480c-88.4 0-160-75.2-160-168 0-27.8 7.2-56.4 18.6-84.2l24.8 24.8C131.9 274 128 293.9 128 312c0 75 57.4 136 128 136 22.4 0 43.5-6.2 61.9-17zM256 416v-32c-35.3 0-64-28.7-64-64h-32c0 53 43 96 96 96zm224 41.4L457.4 480 32 54.6 54.6 32l108.7 108.7C207 77.7 256 32 256 32s160 149.3 160 280c0 24.1-4.9 47.1-13.6 67.8l77.6 77.6zM384 312c0-46.3-25.3-104.7-73-169-20-27-40.3-49.8-55-65.4-14.7 15.6-34.9 38.5-55 65.4-1.4 1.9-2.7 3.7-4.1 5.6-.8 1.1-1.5 2.1-2.3 3.2l-1.5 2.1-3 4.2c-.2.3-.4.5-.6.8-1 1.5-2.1 3-3.1 4.5-.1.1-.1.2-.2.3l191.2 191.2c.5-1.6 1-3.3 1.4-4.9 0-.2.1-.4.1-.5.4-1.5.8-2.9 1.1-4.4.1-.3.1-.6.2-.9.3-1.4.6-2.7.9-4.1.1-.4.2-.8.2-1.2.2-1.3.5-2.6.7-3.9.1-.5.2-1 .2-1.5.2-1.2.3-2.5.5-3.7.1-.5.1-1.1.2-1.6l.3-3.6c0-.6.1-1.1.1-1.7.1-1.3.2-2.5.2-3.8 0-.5.1-1 .1-1.6.4-1.9.4-3.7.4-5.5z" />',viewBox:"0 0 512 512"},Pr={name:"photos",content:'<path d="M256 288c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32 32 14.3 32 32zm96-64v192c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V224c0-17.7 14.3-32 32-32h256c17.7 0 32 14.3 32 32zm-31.8 0c-.1-.1-.1-.1 0 0l-256.1-.1-.1.1v149.9l74.6-70 85.3 80 53.3-50 42.7 40 .3-149.9zm63.8-96H128c-17.7 0-32 14.3-32 32h288v224c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32zm64-64H192c-17.7 0-32 14.3-32 32h288v224c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32z" />',viewBox:"0 0 512 512"},_r={name:"align-to-grid",content:'<path d="M320 320H128V128h192v192zM96 0H64v512h32V0zm352 0h-32v512h32V0zm64 64H0v32h512V64zm0 352H0v32h512v-32z" />',viewBox:"0 0 512 512"},Lr={name:"size-to-grid",content:'<path d="M384 384H128V128h256v256zM96 0H64v512h32V0zm352 0h-32v512h32V0zm64 64H0v32h512V64zm0 352H0v32h512v-32z" />',viewBox:"0 0 512 512"},Br={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"},Nr={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"},Rr={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"},Tr={name:"make-horizontal-spacing-equal",content:'<path d="M480 160v160h-96v-64h-96v160h-96V256H96v96H32V128h64v96h96V64h96v160h96v-64h96z" />',viewBox:"0 0 512 512"},Fr={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"},Ar={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"},jr={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"},qr={name:"make-vertical-spacing-equal",content:'<path d="M256 320v96h96v64H128v-64h96v-96H64v-96h160v-96h-64V32h160v96h-64v96h160v96H256z" />',viewBox:"0 0 512 512"},Kr={name:"increase-vertical-spacing",content:'<path d="M192 320v96h96v64H64v-64h96v-96H0v-96h160v-96H96V32h160v96h-64v96h160v96H192zm320 48.1-22.6-22.6-57.4 57.3-57.4-57.4-22.6 22.7 80 80 80-80zM432 96l-80 80 22.6 22.6 57.4-57.4 57.4 57.4L512 176l-80-80z" />',viewBox:"0 0 512 512"},Wr={name:"decrease-vertical-spacing",content:'<path d="M191 320v96h96v64H63v-64h96v-96H-1v-96h160v-96H95V32h160v96h-64v96h160v96H191zm160 105.4 22.6 22.6 57.4-57.4 57.4 57.4 22.6-22.6-80-80-80 80zm80-226.8 80-80L488.4 96 431 153.4 373.6 96 351 118.6l80 80z" />',viewBox:"0 0 512 512"},Ur={name:"remove-vertical-spacing",content:'<path d="M192 320v96h96v64H64v-64h96v-96H0v-96h160v-96H96V32h160v96h-64v96h160v96H192zm320 22.6L489.4 320 432 377.4 374.6 320 352 342.6l57.4 57.4-57.4 57.4 22.6 22.6 57.4-57.4 57.4 57.4 22.6-22.6-57.4-57.4 57.4-57.4zm0-288L489.4 32 432 89.4 374.6 32 352 54.6l57.4 57.4-57.4 57.4 22.6 22.6 57.4-57.4 57.4 57.4 22.6-22.6-57.4-57.4L512 54.6z" />',viewBox:"0 0 512 512"},Gr={name:"eyedropper",content:'<path d="m461.1 56.9-6.2-6.2c-25-25-65.5-25-90.5 0l-60.8 60.8-4.3-4.3c-6.2-6.2-16.4-6.2-22.6 0l-9.4 9.4c-6.2 6.2-6.2 16.4 0 22.6l4.3 4.3L70.8 344.4c-8.2 8.2-14 18.5-16.8 29.7l-21.5 85.7c-2.2 8.6 3.1 17.4 11.7 19.5 2.6.6 5.2.6 7.8 0l85.7-21.4c11.3-2.8 21.5-8.6 29.7-16.8l200.8-200.8 4.4 4.4c6.2 6.2 16.4 6.2 22.6 0l9.4-9.4c6.2-6.2 6.2-16.4 0-22.6l-4.4-4.4 60.8-60.8c25-25 24.9-65.5.1-90.6zM224 320h-64l144-144 32 32-112 112z" />',viewBox:"0 0 512 512"},Yr={name:"snap-grid",content:'<path d="M480 128V96h-96V0h-32v96h-96V0h-32v96h-96V0H96v96H0v32h96v96H0v32h96v96H0v32h96v96h32v-96h96v96h32v-96h96v96h32v-96h96v-32h-96v-96h96v-32h-96v-96h96zm-352 0h96v96h-96v-96zm0 224v-96h96v96h-96zm224 0h-96v-96h96v96zm0-128h-96v-96h96v96z" />',viewBox:"0 0 512 512"},Zr={name:"snap-to-gridlines",content:'<path d="M160 32H0v416h288V32H160zm-32 384H32v-96h96v96zm0-128H32v-96h96v96zm0-128H32V64h96v96zm128 256h-96v-96h96v96zm0-128h-96v-96h96v96zm0-128h-96V64h96v96zm256 80c0 44.2-35.8 80-80 80h-32v-32h32c26.5 0 48-21.5 48-48s-21.5-48-48-48h-32v-32h32c44.2 0 80 35.8 80 80zm-160-48h32v-32h-32v32zm0 128h32v-32h-32v32z" />',viewBox:"0 0 512 512"},Xr={name:"snap-to-snaplines",content:'<path d="M224 128h96V96h-96V32h-32v64h-64V32H96v64H32v32h64v256H32v32h64v64h32v-64h64v64h32v-64h256v-32H224V128zm-32 256h-64V128h64v256zm208-64h-32v-32h32c26.5 0 48-21.5 48-48s-21.5-48-48-48h-32v-32h32c44.2 0 80 35.8 80 80s-35.8 80-80 80zm-48-160h-32v32h32v-32zm-32 160h32v-32h-32v32z" />',viewBox:"0 0 512 512"},Qr={name:"dimensions",content:'<path d="M320 0H0v512h128V128h384V0H320zM32 32h64v64H32V32zm64 352H64v32h32v64H32V320h64v64zm0-192H64v32h32v64H32V128h64v64zm128-96V64h-32v32h-64V32h160v64h-64zm256 0h-64V64h-32v32h-64V32h160v64z" />',viewBox:"0 0 512 512"},Jr={name:"align-self-stretch",content:'<path d="M95 96h320v128H95V96zM31 480h32V32H31v448zm64-192h320v128H95V288zm32 96h256v-64H127v64zM447 32v448h32V32h-32z" />',viewBox:"0 0 512 512"},$r={name:"align-self-stretch-alt",content:'<path d="M223 96v320H95V96h128zM31 480h448v-32H31v32zM415 96v320H287V96h128zm-32 32h-64v256h64V128zM31 32v32h448V32H31z" />',viewBox:"0 0 512 512"},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"},oi={name:"align-items-stretch",content:'<path d="M415 224H95V96h320v128zM31 480h32V32H31v448zM447 32v448h32V32h-32zM96 416h320V288H96v128z" />',viewBox:"0 0 512 512"},ri={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"},bi={name:"justify-content-between-alt",content:'<path d="M95 64h320v128H95V64zM31 512h448v-32H31v32zm65-64h320V320H96v128zM31 0v32h448V0H31z" />',viewBox:"0 0 512 512"},yi={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"},ki={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"},Ci={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"},Mi={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"},Ei={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"},Vi={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"},Si={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"},Di={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"},Pi={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"},Li={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"},Bi={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"},Ri={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"},Ai={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"},ji={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"},Ki={name:"insert-middle",content:'<path d="M192 128h192v32H192v-32zm0 128h288v-32H192v32zm192 64H192v32h192v-32zM32 128v224l96-112-96-112z" />',viewBox:"0 0 512 512"},Wi={name:"insert-bottom",content:'<path d="M192 224h192v32H192v-32zm0 128h288v-32H192v32zm192-192H192v32h192v-32zM32 224v224l96-112-96-112z" />',viewBox:"0 0 512 512"},Ui={name:"align-top",content:'<path d="M480 64H32V32h448v32zm-64 32H96v32h320V96zm64 64H32v32h448v-32z" />',viewBox:"0 0 512 512"},Gi={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"},oa={name:"table-align-top-center",content:'<path d="M32 480V0h448v480H32zM64 32v416h384V32H64zm288 32H160v32h192V64zm64 64H96v32h320v-32zm-64 64H160v32h192v-32z" />',viewBox:"0 0 512 512"},ra={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"},ba={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"},ya={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"},ka={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"},Ca={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"},Ma={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"},Ea={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"},Va={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"},Sa={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"},Da={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"},Pa={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"},La={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"},Ba={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"},Ra={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"},Aa={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"},ja={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"},Ka={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"},Wa={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"},Ua={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"},Ga={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"},ol={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"},rl={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"},bl={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"},yl={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"},kl={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"},Cl={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"},Ml={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"},El={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"},Vl={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"},Sl={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"},Dl={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"},Pl={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"},Ll={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"},Bl={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"},Rl={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"},Al={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"},jl={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"},Kl={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"},Wl={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"},Ul={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"},Gl={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"},os={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"},rs={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"},bs={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"},ys={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"},ks={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"},Cs={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"},Ms={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"},Es={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"},Vs={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"},Ss={name:"delicious",content:'<path d="M256 32h224v224H256V32zM32 256h224v224H32V256z" />',viewBox:"0 0 512 512"},Ds={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"},Ps={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"},Ls={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"},Bs={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"},Rs={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"},As={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"},js={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"},Ks={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"},Ws={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"},Us={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"},Gs={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"},oc={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"},rc={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"},bc={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"},yc={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"},kc={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"},Cc={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"},Mc={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"},Ec={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"},Vc={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"},Sc={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"},Dc={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"},Pc={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"},Lc={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"},Bc={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"},Rc={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"},Ac={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"},jc={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"},Kc={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"},Wc={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"},Uc={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"},Gc={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"},ou={name:"group-footer-section",content:'<path d="m128 448 32 32H32V32h128l-32 32H64v384h64zm320-160H128v96h320v-96zm0-160H128v32h320v-32zm0 64H128v32h320v-32z" />',viewBox:"0 0 512 512"},ru={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"},bu={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"},yu={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"},ku={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"},Cu={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"},Mu={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"},Eu={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"},Vu={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"},Su={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"},Du={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"},Pu={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"},Lu={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"},Bu={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"},Ru={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"},Au={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"},ju={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"},Ku={name:"chart-column-stacked",content:'<path d="M320 192v256h-32V96H128v352H64V32H32v448h448V192H320zM160 448V256h96v192h-96zm192 0v-96h96v96h-96z" />',viewBox:"0 0 512 512"},Wu={name:"chart-column-stacked100",content:'<path d="M320 32v416h-32V32H128v416H64V32H32v448h448V32H320zM160 448V192h96v256h-96zm192 0V288h96v160h-96z" />',viewBox:"0 0 512 512"},Uu={name:"chart-column-range",content:'<path d="M480 448v32H32V32h32v416h416zM256 128h-96v224h96V128m32-32v288H128V96h160zm192-64H320v224h160V32z" />',viewBox:"0 0 512 512"},Gu={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"},op={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"},rp={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"},bp={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"},yp={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"}},6778:(e,t,n)=>{n.r(t),n.d(t,{Action:()=>qe,BusViewService:()=>mt,Calendar:()=>It,CalendarCell:()=>_,CalendarHeaderTitle:()=>pe,CalendarNavigationItem:()=>Ge,CalendarPropsContext:()=>Ct,CalendarViewEnum:()=>O,CalendarWeekCell:()=>N,CalendarWithoutContext:()=>kt,CenturyViewService:()=>it,DOMService:()=>Je,DateInput:()=>dn,DateInputPropsContext:()=>pn,DateInputWithoutContext:()=>un,DatePicker:()=>Vn,DatePickerPropsContext:()=>En,DatePickerWithoutContext:()=>Mn,DateRangePicker:()=>No,DateRangePickerPropsContext:()=>Bo,DateRangePickerWithoutContext:()=>Lo,DateTimePicker:()=>Uo,DateTimePickerPropsContext:()=>Wo,DateTimePickerWithoutContext:()=>Ko,DayPeriodService:()=>Bn,DecadeViewService:()=>st,EMPTY_SELECTIONRANGE:()=>R,Header:()=>ve,HorizontalViewList:()=>xo,HoursService:()=>jn,MAX_DATE:()=>q,MAX_TIME:()=>W,MIN_DATE:()=>j,MIN_TIME:()=>K,MinutesService:()=>Yn,MonthViewService:()=>pt,MultiViewCalendar:()=>So,MultiViewCalendarPropsContext:()=>Ho,MultiViewCalendarWithoutContext:()=>Vo,NavigationService:()=>bt,PickerWrap:()=>fn,ScrollSyncService:()=>yt,SecondsService:()=>eo,TimeList:()=>io,TimePart:()=>uo,TimePicker:()=>wo,TimePickerPropsContext:()=>yo,TimePickerWithoutContext:()=>bo,TimeSelector:()=>fo,TodayCommand:()=>Fe,ToggleButton:()=>vn,ViewList:()=>je,Virtualization:()=>H,WeekNamesService:()=>ne,YearViewService:()=>vt,dateInputsMessages:()=>Re,decreaseValue:()=>be,end:()=>ke,getNow:()=>tn,getToday:()=>G,increaseValue:()=>ge,separator:()=>Ce,start:()=>xe,swapStartEnd:()=>ze,today:()=>ye,toggleCalendar:()=>we,toggleDateTimeSelector:()=>Ie});var o,r,i,a,l,s=n(3899),c=n(189),u=n(3198),p=n(3493),d=n(4006),h=n(2665),v=n(8047),f=n(848),m=n(619),g=n(499),b={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"},y=function(e,t,n){if(n||2===arguments.length)for(var o,r=0,i=t.length;r<i;r++)!o&&r in t||(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))},w=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 o=0,r=0;r<e;r++)this.offsets.push(o),o+=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 y(y([],e.slice(0,t+1),!0),e.slice(t+1).map((function(e){return e+n})),!0)}(this.offsets,e,t)},e}(),z=function(e){return Math.max(e,0)},x=function(e){this.offset=e},k=function(e){this.skip=e},C=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,o,r,i,a){void 0===r&&(r=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=o,this.lastScrollTop=0,this.topOffset=r,this.bottomOffset=i,this.direction=a;var l=this.rowsForHeight(r),s=z(t-l);this.onScrollAction(new x(this.rowOffset(s))),this.onPageAction(new k(s))},e.prototype.onScroll=function(e){var t=e.scrollLeft,n=e.scrollTop,o=e.offsetHeight,r=e.offsetWidth,i="vertical"===this.direction?n:t,a="vertical"===this.direction?o:r;if(this.lastScrollTop!==i&&this.rowHeightService){var l=this.lastScrollTop>=i;this.lastScrollTop=i;var s=this.rowHeightService.index(z(i-this.topOffset)),c=this.rowHeightService.index(z(i+a-this.bottomOffset));if(!l&&c>=this.lastLoaded&&this.lastLoaded<this.total&&(this.firstLoaded=s,this.onScrollAction(new x(this.rowOffset(s))),this.lastLoaded=Math.min(this.firstLoaded+this.take,this.total),this.onPageAction(new k(this.firstLoaded))),l&&s<=this.firstLoaded){var u=Math.floor(.3*this.take);this.firstLoaded=z(s-u),this.onScrollAction(new x(this.rowOffset(this.firstLoaded))),this.lastLoaded=Math.min(this.firstLoaded+this.take,this.total),this.onPageAction(new k(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}(),I=(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)});!function(e){e[e.Backward=0]="Backward",e[e.Forward=1]="Forward"}(l||(l={}));var O,M=((r={})[l.Forward]=function(e){return function(t){return t+e}},r[l.Backward]=function(e){return function(t){return t-e}},r),E=((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),V=((a={})[l.Forward]=function(e){return function(t){return t<e}},a[l.Backward]=function(e){return function(t){return t>e}},a),H=function(e){function t(n){var o=e.call(this,n)||this;return o.rowHeightService=null,o.scrollContainer=null,o.lastDirection=null,o.lastTotal=0,o.lastTake=0,o.animationInProgress=!1,o.restrictScroll=!1,o.scrollTo=function(e){var t="vertical"===o.direction?"scrollTop":"scrollLeft";if(o.scrollContainer){var n=o.scrollContainer[t];!(!o.restrictScroll||"scrollTop"!==t||Number.isInteger(n)&&Number.isInteger(e))&&Math.abs(n-e)<10||(o.scrollContainer[t]=e)}},o.scrollToIndex=function(e){o.animationInProgress=!1,o.rowHeightService&&o.scrollTo(o.rowHeightService.offset(e))},o.animateToIndex=function(e){if(o.rowHeightService&&window){window.cancelAnimationFrame(o.cancelAnimation);var t=o.rowHeightService.offset(e),n=o.getContainerScrollDirection(t),r=o.scrollRange(t,n),i=r.start,a=r.end;if(i!==a){var l=o.scrollStep(i,a),s=M[n](l),c=E[n](a),u=V[n](s(a)),p=function(e){o.animationInProgress=!0;var t=s(e);o.scrollTo(c(t)),u(t)?o.cancelAnimation=window.requestAnimationFrame((function(){p(t)})):o.animationInProgress=!1};o.cancelAnimation=window.requestAnimationFrame((function(){p(i)}))}}},o.scrollToBottom=function(){o.rowHeightService&&o.scrollTo(o.rowHeightService.totalHeight()+o.props.bottomOffset)},o.scrollStep=function(e,n){var r=o.props.scrollDuration||t.defaultProps.scrollDuration;return Math.abs(n-e)/(r/17)},o.scrollRange=function(e,t){var n=o.containerScrollPosition;if(parseInt("".concat(e),10)===parseInt("".concat(n),10))return{start:e,end:e};var r,i,a,s=o.containerMaxScroll(),c=t===l.Backward?1:-1,u=(r=n,i=e,a=o.props.maxScrollDifference||0,Math.min(Math.abs(i-r),a)),p=Math.min(e,s);return{start:Math.min(Math.max(p+c*u,0),s),end:p}},o.containerMaxScroll=function(){return o.containerScrollSize-o.containerOffsetSize},o.getContainerScrollDirection=function(e){return e<o.containerScrollPosition?l.Backward:l.Forward},o.initServices=function(e){void 0===e&&(e=o.props);var t="vertical"===o.direction?e.itemHeight:e.itemWidth;void 0!==t&&(o.rowHeightService=new w(e.total,t,0),o.scrollerService.create(o.rowHeightService,e.skip,e.take,e.total,e.topOffset,o.scrollOffsetSize,o.direction))},o.getContainerProperty=function(e){return o.scrollContainer?o.scrollContainer[e]:0},o.handleScroll=function(e){if(o.scrollContainer&&o.rowHeightService){var t=e.target;o.scrollerService.onScroll({scrollLeft:t.scrollLeft,scrollTop:t.scrollTop,offsetHeight:t.offsetHeight,offsetWidth:t.offsetWidth});var n=o.rowHeightService.index(o.containerScrollPosition-o.props.topOffset),r=o.props.onScrollAction,i={index:n,target:t,scrollAction:o.scrollAction,pageAction:o.pageAction,animationInProgress:o.animationInProgress};o.props.onScroll&&o.props.onScroll.call(void 0,e),r&&r.call(void 0,i),o.scrollAction=void 0,o.pageAction=void 0}},o.handleScrollAction=function(e){o.scrollAction=e},o.handlePageAction=function(e){o.pageAction=e},o.scrollerService=new C(o.handleScrollAction,o.handlePageAction),o.restrictScroll=Number.parseFloat(s.version)>17,o}return I(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,o=this.rowHeightService.offset(e),r=o+this.rowHeightService.height(e);return o>=t&&r<=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")},o=(0,v.A)("k-content k-scrollable",{"k-scrollable-horizontal":"horizontal"===this.direction},this.props.className),r=(0,v.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:o,tabIndex:this.props.tabIndex,role:this.props.role},this.props.children,s.createElement("div",{style:n,className:r}))},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),S=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),D=function(){return D=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},D.apply(this,arguments)},P=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n},_=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.handleClick=function(e){var n=t.props,o=n.onClick,r=n.value;o&&o.call(void 0,r,e)},t.handleMouseEnter=function(){var e=t.props,n=e.onMouseEnter,o=e.value;n&&n.call(void 0,o)},t.handleMouseLeave=function(){var e=t.props,n=e.onMouseLeave,o=e.value;n&&n.call(void 0,o)},t}return S(t,e),t.prototype.shouldComponentUpdate=function(e){var t=this.props,n=t.value,o=P(t,["value"]),r=e.value,i=P(e,["value"]);return!((!n||!r||n.getTime()===r.getTime())&&function(e,t){var n=Object.getOwnPropertyNames(e),o=Object.getOwnPropertyNames(t);if(n.length!==o.length)return!1;for(var r=0;r<n.length;r++){var i=n[r];if(e[i]!==t[i])return!1}return!0}(o,i))},t.prototype.render=function(){var e=this.props,t=e.className,n=(e.formattedValue,e.isWeekend),o=e.isFocused,r=(e.isInRange,e.isSelected),i=e.isRangeStart,a=e.isRangeMid,l=e.isRangeEnd,c=e.isRangeSplitStart,u=e.isRangeSplitEnd,p=e.isToday,d=e.isDisabled,h=(e.view,e.value,P(e,["className","formattedValue","isWeekend","isFocused","isInRange","isSelected","isRangeStart","isRangeMid","isRangeEnd","isRangeSplitStart","isRangeSplitEnd","isToday","isDisabled","view","value"])),f="end"===this.props.activeRangeEnd&&l,m="start"===this.props.activeRangeEnd&&i,g=(0,v.A)("k-calendar-td",{"k-range-end":l,"k-range-mid":a,"k-range-split-end":u,"k-range-split-start":c,"k-range-start":i,"k-active":m||f,"k-state-pending-focus":o,"k-selected":r||i||l,"k-today":p,"k-weekend":n,"k-disabled":d},t);return s.createElement("td",D({},h,{className:g,onClick:this.handleClick,onMouseEnter:this.handleMouseEnter,onMouseLeave:this.handleMouseLeave}),s.createElement("span",{className:"k-link"},this.props.children))},t}(s.Component),L=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),B=function(){return B=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},B.apply(this,arguments)},N=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return L(t,e),t.prototype.render=function(){var e=this.props,t=e.className,n=(e.firstDate,function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(e,["className","firstDate"]));return s.createElement("td",B({className:(0,v.A)("k-calendar-td",t)},n),this.props.children)},t}(s.Component);!function(e){e[e.month=0]="month",e[e.year=1]="year",e[e.decade=2]="decade",e[e.century=3]="century"}(O||(O={}));var R={start:null,end:null};function T(e){var t=function(t,n,o){for(var r=[],i=3;i<arguments.length;i++)r[i-3]=arguments[i];return null===n[o]?null:(t?e.isRequired:e).apply(void 0,function(e,t,n){if(n||2===arguments.length)for(var o,r=0,i=t.length;r<i;r++)!o&&r in t||(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))}([n,o],r,!1))},n=t.bind(null,!1);return n.isRequired=t.bind(null,!0),n}var F=function(e,t,n){return void 0===t||void 0===n||t<=e&&e<=n?e:e<t?t:n},A=new Date(1980,0,1),j=new Date(1900,0,1),q=new Date(2099,11,31),K=new Date(1980,0,1),W=new Date(1980,0,1,23,59,59),U=function(e,t){var n=(0,m.cloneDate)(e);return n.setHours(t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()),n},G=function(){return(0,m.getDate)(new Date)},Y=function(e,t,n){return!e||!(t&&t>e||n&&n<e)},Z=function(e,t,n){return null===e||!(t&&(0,m.getDate)(t)>(0,m.getDate)(e)||n&&(0,m.getDate)(n)<(0,m.getDate)(e))},X=function(e,t){var n=t||R,o=n.start,r=n.end;return!(!o||!r)&&o<e&&e<r},Q=function(e,t,n){void 0===n&&(n=1);for(var o=[],r=e;r<t;r+=n)o.push(r);return o},J=function(e,t,n){return t.getTime()<=e.getTime()&&e.getTime()<=n.getTime()},$=function(e,t){return e.slice(t).concat(e.slice(0,t))},ee=function(e,t,n){return e?t&&e<t?(0,m.cloneDate)(t):n&&e>n?(0,m.cloneDate)(n):e:e},te=function(e){return function(t,n,o){void 0===n&&(n=""),void 0===o&&(o={});var r=document.createElement(e);return r.className=n,Object.keys(o).map((function(e){return r.style[e]=o[e]})),"string"==typeof t?r.innerHTML=t||"":(t||[]).forEach((function(e){return e&&r.appendChild(e)})),r}};var ne=function(){function e(e){this.intl=e}return e.prototype.getWeekNames=function(e){void 0===e&&(e=!1);var t=$(this.intl.dateFormatNames({nameType:"short",type:"days"}),this.intl.firstDay());return e?[""].concat(t):t},e}(),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 o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),re=function(){return re=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},re.apply(this,arguments)},ie=function(e){return s.createElement("td",{key:e,className:"k-calendar-td"}," ")},ae=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 ie("week-cell-".concat(n));var o=t.firstDate(e),r=t.getWeekNumber(o),i="kendo-react-calendar-week-cell-".concat(r),a={className:"k-alt",value:r,firstDate:o};return t.props.weekCell?s.createElement(t.props.weekCell,re({},a,{key:i}),r):s.createElement(N,re({},a,{key:i}),r)},t.buildRow=function(e){return e.map((function(e,n){if(!e)return ie(n);var o={"aria-selected":e.isSelected},r="kendo-react-calendar-cell-".concat(e.value.getTime()),i=re(re(re({},o),e),{isDisabled:!e.isInRange,view:t.props.activeView,onClick:t.handleClick,onMouseEnter:t.handleMouseEnter,onMouseLeave:t.handleMouseLeave});return t.props.cell?s.createElement(t.props.cell,re({},i,{key:r}),e.formattedValue):s.createElement(_,re({},i,{key:r}),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,o=e[n];!o&&n<e.length;)o=e[++n];return o},t.handleClick=function(e,n){var o=t.props.onChange;if(o&&n){var r={value:(0,m.cloneDate)(e),target:t,nativeEvent:n&&n.nativeEvent,syntheticEvent:n};o.call(void 0,r)}},t.handleMouseEnter=function(e){var n=t.props.onCellEnter;n&&n.call(void 0,(0,m.cloneDate)(e))},t.handleMouseLeave=function(e){var n=t.props.onCellLeave;n&&n.call(void 0,(0,m.cloneDate)(e))},t}return oe(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===O.month},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"weekNumber",{get:function(){return Boolean(this.props.showWeekNumbers&&this.props.activeView===O.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,g.provideIntlService)(this),this.weekService=new ne(this.intl);var t=this.weekService.getWeekNames(this.weekNumber),n=this.props.service.rowLength(this.weekNumber),o=this.props.service.title(this.props.viewDate),r=G(),i=U(this.props.viewDate,r),a=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:i});return s.createElement(s.Fragment,null,this.isMonthView&&this.isHorizontal&&s.createElement("thead",{role:"rowgroup",className:"k-calendar-thead"},s.createElement("tr",{role:"row",className:"k-calendar-tr"},t.map((function(e,t){return s.createElement("th",{key:t,className:"k-calendar-th"},e)})))),s.createElement("tbody",{role:"rowgroup",className:"k-calendar-tbody"},!this.isHorizontal&&s.createElement("tr",{role:"presentation",className:"k-calendar-tr"},s.createElement("th",{scope:"col",colSpan:n,className:"k-calendar-caption"},o)),a.map((function(t,n){return s.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,m.weekInYear)(e,this.intl.firstDay()):null},t.propTypes={activeRangeEnd:c.oneOf(["start","end",null]),activeView:c.number.isRequired,cellUID:c.string.isRequired,direction:c.oneOf(["horizontal","vertical"]),focusedDate:c.instanceOf(Date).isRequired,max:c.instanceOf(Date).isRequired,min:c.instanceOf(Date).isRequired,onChange:c.func,selectedDate:c.oneOfType([c.instanceOf(Date),c.arrayOf(c.instanceOf(Date))]),showWeekNumbers:c.bool,viewDate:c.instanceOf(Date).isRequired},t.defaultProps={direction:"vertical",selectedDate:G(),showWeekNumbers:!1},t}(s.Component);(0,g.registerForIntl)(ae);var le,se=n(7037),ce=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),ue=function(){return ue=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},ue.apply(this,arguments)},pe=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return ce(t,e),t.prototype.render=function(){var e=this.props,t=(e.view,function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(e,["view"]));return s.createElement(se.z,ue({type:"button",fillMode:"flat"},t),this.props.children)},t}(s.PureComponent),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 o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),he=function(){return he=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},he.apply(this,arguments)},ve=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),o=t.props.service.addToDate(t.props.currentDate,e);return e<1||!t.props.service.isInRange(o,t.min,t.max)?n:"".concat(n," - ").concat(t.props.service.title(o))},t.handleTitleClick=function(e){t.canMoveUp&&t.props.bus.moveUp(t.props.activeView,e)},t}return de(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,v.A)("k-calendar-title"),n={children:e,value:e,view:this.props.activeView,className:t,onClick:this.handleTitleClick,disabled:!this.canMoveUp},o=this.props.headerTitle?s.createElement(this.props.headerTitle,he({},n),e):s.createElement(pe,he({},n),e);return s.createElement("div",{className:(0,v.A)("k-calendar-header",{"k-vstack":this.props.verticalView,"k-hstack":!this.props.verticalView})},o,s.createElement("span",{className:"k-spacer"}),s.createElement("span",{className:"k-calendar-nav k-hstack"},this.props.commands))},t.propTypes={activeView:c.number.isRequired,currentDate:c.instanceOf(Date).isRequired,max:c.instanceOf(Date).isRequired,min:c.instanceOf(Date).isRequired,rangeLength:c.number},t.defaultProps={rangeLength:1,min:j,max:q},t}(s.Component);(0,g.registerForLocalization)(ve);var fe="multiviewcalendar.prevView",me="multiviewcalendar.nextView",ge="dateinput.increment",be="dateinput.decrement",ye="calendar.today",we="datepicker.toggleCalendar",ze="daterangepicker.swapStartEnd",xe="daterangepicker.start",ke="daterangepicker.end",Ce="daterangepicker.separator",Ie="datetimepicker.toggleDateTimeSelector",Oe="timepicker.now",Me="timepicker.selectNow",Ee="timepicker.cancel",Ve="timepicker.set",He="timepicker.toggleTimeSelector",Se="timepicker.toggleClock",De="datetimepicker.date",Pe="datetimepicker.time",_e="datetimepicker.cancel",Le="datetimepicker.set",Be="daterangepicker.cancel",Ne="daterangepicker.set",Re=((le={})[ye]="TODAY",le[Oe]="NOW",le[Ve]="Set",le[Ee]="Cancel",le[De]="Date",le[Pe]="Time",le[_e]="Cancel",le[Le]="Set",le[Be]="Cancel",le[Ne]="Set",le[xe]="Start",le[ke]="End",le[Ce]=" ",le[Me]="Select Now",le[He]="Toggle TimeSelector",le[Se]="Toggle Clock",le[ge]="Increase value",le[be]="Decrease value",le[we]="Toggle calendar",le[fe]="Navigate to previous view",le[me]="Navigate to next view",le[ze]="Swap start and end values",le[Ie]="Toggle date-time selector",le),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 o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),Fe=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:ee(G(),t.min,t.max),target:t,isTodayClick:!0};t.props.onClick.call(void 0,n)}},t}return Te(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 Y(G(),(0,m.getDate)(this.min),(0,m.getDate)(this.max))},enumerable:!1,configurable:!0}),t.prototype.render=function(){this.localization=(0,g.provideLocalizationService)(this);var e=this.localization.toLanguageString(ye,Re[ye]),t=(0,v.A)("k-calendar-nav-today",{"k-disabled":this.props.disabled});return s.createElement(se.z,{className:t,onClick:this.handleClick,tabIndex:this.props.tabIndex,fillMode:"flat"},e)},t.propTypes={max:c.instanceOf(Date).isRequired,min:c.instanceOf(Date).isRequired,onClick:c.func,disabled:c.bool},t.defaultProps={min:j,max:q},t}(s.Component);(0,g.registerForLocalization)(Fe);var 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 o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),je=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=ee(n.props.focusedDate,n.props.min,n.props.max),o=n.props.service.skip(t,n.props.min);n.virtualization.scrollToIndex(o)}},n.buildMonthView=function(e,t){return s.createElement("table",{key:"calendar-view-list-weekdays",className:"k-calendar-table k-calendar-weekdays",role:"grid",tabIndex:n.props.tabIndex},s.createElement("colgroup",null,e.map((function(e,t){return s.createElement("col",{key:t})}))),s.createElement("thead",{className:"k-calendar-thead"},s.createElement("tr",{className:"k-calendar-tr"},t.map((function(e,t){return s.createElement("th",{key:t,className:"k-calendar-th"},e)})))))},n.buildDates=function(e,t){var o=n.props.cellUID;return s.createElement("table",{className:"k-calendar-table",ref:function(e){return n.table=e},role:"grid",tabIndex:n.props.tabIndex,"aria-activedescendant":o+n.props.focusedDate.getTime()},s.createElement("colgroup",null,e.map((function(e,t){return s.createElement("col",{key:t})}))),t.map((function(e){return s.createElement(ae,{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:o,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===O.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,o=e.scrollAction,r=e.pageAction,i=r?r.skip:n.state.skip;if(n.state.index===t&&n.state.skip===i||n.setState({index:t,skip:i}),n.table&&o){var a="translateY(".concat(o.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 o=n.props.onChange;if(o){var r={syntheticEvent:e.syntheticEvent,nativeEvent:e.nativeEvent,value:(0,m.cloneDate)(e.value),target:n,isTodayClick:t};o.call(void 0,r)}},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 Ae(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,g.provideIntlService)(this);var e=$(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===O.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 Y(G(),(0,m.getDate)(this.props.min),(0,m.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=ee(this.props.focusedDate,this.props.min,this.props.max),o=t?this.props.service.skip(n,this.props.min):this.state.skip,r=this.props.service.total(this.props.min,this.props.max),i=this.getTake(o,r),a=this.props.service.addToDate(this.props.min,o),l=this.props.service.addToDate(this.props.min,this.state.index),c=new Array(this.props.service.rowLength(this.weekNumber)).fill(""),u=this.props.activeView!==this.lastView;this.animateToIndex=!u,(u||!(0,m.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 p=(0,v.A)("k-calendar-view k-vstack",{"k-calendar-monthview":this.props.activeView===O.month,"k-calendar-yearview":this.props.activeView===O.year,"k-calendar-decadeview":this.props.activeView===O.decade,"k-calendar-centuryview":this.props.activeView===O.century}),d=this.buildDates(c,this.props.service.datesList(a,i)),h=s.createElement(s.Fragment,null,s.createElement(ve,{key:"calendar-view-list-header",currentDate:l,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:s.createElement(s.Fragment,null,s.createElement(Fe,{min:this.props.min,max:this.props.max,onClick:this.handleTodayClick,disabled:!this.todayIsInRange,tabIndex:this.props.tabIndex}))}),this.props.activeView===O.month&&this.buildMonthView(c,this.weekNames),s.createElement(H,{key:"calendar-view-list-content",skip:o,take:this.take,total:r,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:d,tabIndex:this.props.tabIndex}));return s.createElement("div",{ref:function(t){e._element=t},className:p},this.props.dom.didCalculate?h:null)},t.propTypes={activeView:c.number.isRequired,bottomOffset:c.number,cellUID:c.string.isRequired,focusedDate:c.instanceOf(Date).isRequired,max:c.instanceOf(Date).isRequired,min:c.instanceOf(Date).isRequired,onChange:c.func,showWeekNumbers:c.bool,smoothScroll:c.bool,take:c.number,value:c.instanceOf(Date),viewHeight:c.number,viewOffset:c.number,tabIndex:c.number},t.defaultProps={take:5,showWeekNumbers:!1,smoothScroll:!0},t}(s.Component);(0,g.registerForIntl)(je);var qe,Ke,We=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),Ue=function(){return Ue=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},Ue.apply(this,arguments)},Ge=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.handleClick=function(e){var n=t.props,o=n.onClick,r=n.value;o&&o.call(void 0,r,e)},t}return We(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 o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(e,["isRangeStart","value","text"]));return s.createElement("li",Ue({},n,{onClick:this.handleClick}),s.createElement("span",{className:(0,v.A)({"k-calendar-navigation-marker":t})},this.props.children))},t}(s.Component),Ye=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),Ze=function(){return Ze=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},Ze.apply(this,arguments)},Xe=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=ee(n.props.focusedDate,n.props.min,n.props.max),o=n.props.service.skip(t,n.props.min);n.virtualization.scrollToIndex(o)}},n.buildNavigationItem=function(e){var t=n.props.service.navigationTitle(e),o=n.props.service.isRangeStart(e),r="kendo-react-calendar-nav-item-".concat(e.getTime()),i={text:t,value:e,isRangeStart:o,view:n.props.activeView,onClick:n.handleDateChange};return n.props.navigationItem?s.createElement(n.props.navigationItem,Ze({},i,{key:r}),t):s.createElement(Ge,Ze({},i,{key:r}),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 o=n.props.onChange;if(o&&t){var r={value:(0,m.cloneDate)(e),target:n,nativeEvent:t&&t.nativeEvent,syntheticEvent:t};o.call(void 0,r)}},n.handleScrollAction=function(e){var t=e.scrollAction,o=e.pageAction,r=o?o.skip:n.state.skip;if(n.state.skip!==r&&n.setState({skip:r}),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 o=n.props.service.skip(n.props.focusedDate,n.props.min),r=n.props.service.total(n.props.min,n.props.max);return n.state={skip:o-n.getTake(o,r)>0?o:0},n}return Ye(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=ee(this.props.focusedDate,this.props.min,this.props.max),o=t?this.props.service.skip(n,this.props.min):this.state.skip,r=this.props.service.total(this.props.min,this.props.max),i=this.getTake(o,r),a=this.props.service.addToDate(this.props.min,o),l=this.props.service.datesList(a,i);this.props.activeView===this.lastView&&(0,m.isEqual)(n,this.lastFocus)||(this.indexToScroll=this.props.service.skip(n,this.props.min));var c=s.createElement(H,{skip:o,take:this.take,total:r,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},s.createElement("ul",{ref:function(t){e.list=t},className:"k-reset"},l.map((function(t){return e.buildNavigationItem(t)}))));return s.createElement("div",{className:"k-calendar-navigation"},s.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:c.number.isRequired,focusedDate:c.instanceOf(Date).isRequired,max:c.instanceOf(Date).isRequired,min:c.instanceOf(Date).isRequired,onChange:c.func,take:c.number,tabIndex:c.number},t.defaultProps={take:30},t}(s.Component),Qe=n(7827),Je=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(Qe.N){var n,o=te("div"),r=te("ul"),i=te("li"),a=te("td"),l=te("th"),s=te("tr"),c=te("tbody"),u=te("thead"),p=te("table"),d=function(){return o('\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")},h=function(e,t){return new Array(e).fill("1").map(t)},v=function(e){return o(e,"k-content k-scrollable")},f=function(e,t,n){var r,i=e.cells,f=e.rows;return function(){return Qe.N?(r||(r=function(e,t,n){return o(n?[d(),p([u([s([l("MO","k-calendar-th")],"k-calendar-tr")],"k-calendar-thead")],"k-calendar-table k-calendar-weekdays"),v([e,e])]:[d(),v([e,e])],t,{left:"-10000px",position:"absolute"})}(function(e,t){return void 0===t&&(t=1),p([c([s([a("1","k-calendar-td k-alt")])].concat(h(e,(function(){return s(h(t,(function(e){return a('<span class="k-link">'.concat(e,"</span>"),"k-calendar-td")})),"k-calendar-tr")}))),"k-calendar-tbody")],"k-calendar-table")}(f,i),t,n)),r):null}},m=function(e){return e.querySelector(".k-scrollable")},g=function(e){var t=m(e);return t.className="".concat(t.className," k-scrollable-horizontal"),e},b=f({cells:7,rows:6},"k-calendar-view k-calendar-monthview k-vstack",!0),y=f({cells:5,rows:3},"k-calendar-view k-calendar-yearview",!1),w=f({cells:5,rows:2},"k-calendar-view k-calendar-decadeview",!1),z=function(e){return parseFloat(window.getComputedStyle(e).height)||e.offsetHeight},x=function(e){var t=window.getComputedStyle(e);return parseFloat(t.width)+parseFloat(t.paddingLeft)+parseFloat(t.paddingRight)||e.offsetWidth},k=function(e){return e.querySelector("tbody")};this.didCalculate=!0,e&&(this.hostContainer=e),this.batch(b(),(function(e){var n=k(e);t.calendarHeight=z(e),t.monthViewHeight=z(n),t.headerHeight=z(n.children[0]),t.scrollableContentHeight=z(m(e))})),this.batch(g(b()),(function(e){var n=k(e);t.calendarWidth=x(e),t.monthViewWidth=x(n),t.scrollableContentWidth=x(m(e))})),this.batch(y(),(function(e){t.yearViewHeight=z(k(e)),t.scrollableYearContentHeight=z(m(e))})),this.batch(g(y()),(function(e){t.yearViewWidth=x(k(e))})),this.batch(w(),(function(e){t.decadeViewHeight=z(k(e)),t.centuryViewHeight=t.decadeViewHeight})),this.batch(g(w()),(function(e){t.decadeViewWidth=x(k(e)),t.centuryViewWidth=t.decadeViewWidth})),this.batch(Qe.N?(n||(n=o([v([r([i("<span>FEB</span>")])])],"k-calendar-navigation",{left:"0px",position:"absolute"})),n):null,(function(e){t.navigationItemHeight=z(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 O.month:return this["month".concat(n)];case O.year:return this["year".concat(n)];case O.decade:return this["decade".concat(n)];case O.century:return this["century".concat(n)];default:return 1}},e.prototype.batch=function(e,t){var n=this.hostContainer||document.body,o=n.appendChild(e);t(o),n.removeChild(o)},e}();!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"}(qe||(qe={}));var $e,et,tt,nt,ot=[[]],rt=((Ke={})[qe.Left]=function(e){return(0,m.addDecades)(e,-1)},Ke[qe.Up]=function(e){return(0,m.addDecades)(e,-5)},Ke[qe.Right]=function(e){return(0,m.addDecades)(e,1)},Ke[qe.Down]=function(e){return(0,m.addDecades)(e,5)},Ke[qe.PrevView]=function(e){return(0,m.addCenturies)(e,-1)},Ke[qe.NextView]=function(e){return(0,m.addCenturies)(e,1)},Ke[qe.FirstInView]=function(e){return(0,m.firstDecadeOfCentury)(e)},Ke[qe.LastInView]=function(e){return(0,m.lastDecadeOfCentury)(e)},Ke),it=function(){function e(){}return e.prototype.addToDate=function(e,t){return(0,m.addCenturies)(e,t)},e.prototype.datesList=function(e,t){return Q(0,t).map((function(t){return(0,m.addCenturies)(e,t)}))},e.prototype.data=function(e){var t=this,n=e.cellUID,o=e.focusedDate,r=e.isActiveView,i=e.max,a=e.min,l=e.selectedDate,s=e.selectionRange,c=void 0===s?R:s,u=e.viewDate;if(!u)return ot;var p=Q(0,4),d=(0,m.firstDecadeOfCentury)(u),h=(0,m.lastDecadeOfCentury)(u),v=G();return Q(0,3).map((function(e){var s=(0,m.addDecades)(d,4*e);return p.map((function(e){var u=t.normalize((0,m.addDecades)(s,e),a,i),p=t.isEqual(u,c.start),f=t.isEqual(u,c.end),g=!p&&!f&&X(u,c),b=r&&(Array.isArray(l)?t.isSelectedFromArray(u,l,a,i):Y(l,a,i)&&t.isEqual(u,l));return J(u,d,h)?{formattedValue:t.value(u),id:"".concat(n).concat(u.getTime()),isFocused:t.isEqual(u,o),isSelected:b,isWeekend:!1,isInRange:Y(u,a,i),isRangeStart:p,isRangeMid:g,isRangeEnd:f,isRangeSplitEnd:g&&t.isEqual(u,h),isRangeSplitStart:g&&t.isEqual(u,d),isToday:t.isEqual(u,v),title:t.cellTitle(u),value:u}:null}))}))},e.prototype.isSelectedFromArray=function(e,t,n,o){var r=this,i=!1;return t.forEach((function(t){Y(e,n,o)&&r.isEqual(e,t)&&(i=!0)})),i},e.prototype.isEqual=function(e,t){return!(!e||!t)&&(0,m.firstYearOfDecade)(e).getFullYear()===(0,m.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 o=(0,m.firstYearOfDecade)(e).getFullYear(),r=!t||(0,m.firstYearOfDecade)(t).getFullYear()<=o,i=!n||o<=(0,m.firstYearOfDecade)(n).getFullYear();return r&&i},e.prototype.isInSameView=function(e,t){return 0===(0,m.durationInCenturies)(e,t)},e.prototype.isRangeStart=function(e){return e.getFullYear()%1e3==0},e.prototype.move=function(e,t){var n=rt[t];return n?n(e):e},e.prototype.cellTitle=function(e){return(0,m.firstYearOfDecade)(e).getFullYear().toString()},e.prototype.navigationTitle=function(e){return e?(0,m.firstDecadeOfCentury)(e).getFullYear().toString():""},e.prototype.title=function(e){return e?"".concat((0,m.firstDecadeOfCentury)(e).getFullYear()," - ").concat((0,m.lastDecadeOfCentury)(e).getFullYear()):""},e.prototype.rowLength=function(e){return 4},e.prototype.skip=function(e,t){return(0,m.durationInCenturies)(t,e)},e.prototype.total=function(e,t){return(0,m.durationInCenturies)(e,t)+1},e.prototype.value=function(e){return e?(0,m.firstYearOfDecade)(e).getFullYear().toString():""},e.prototype.viewDate=function(e,t,n){return void 0===n&&(n=1),(0,m.durationInCenturies)(e,t)<n?(0,m.addCenturies)(e,-1):e},e.prototype.normalize=function(e,t,n){return e<t&&this.isEqual(e,t)?(0,m.cloneDate)(t):e>n&&this.isEqual(e,n)?(0,m.cloneDate)(n):e},e}(),at=[[]],lt=(($e={})[qe.Left]=function(e){return(0,m.addYears)(e,-1)},$e[qe.Up]=function(e){return(0,m.addYears)(e,-5)},$e[qe.Right]=function(e){return(0,m.addYears)(e,1)},$e[qe.Down]=function(e){return(0,m.addYears)(e,5)},$e[qe.PrevView]=function(e){return(0,m.addDecades)(e,-1)},$e[qe.NextView]=function(e){return(0,m.addDecades)(e,1)},$e[qe.FirstInView]=function(e){return(0,m.firstYearOfDecade)(e)},$e[qe.LastInView]=function(e){return(0,m.lastYearOfDecade)(e)},$e),st=function(){function e(){}return e.prototype.addToDate=function(e,t){return(0,m.addDecades)(e,t)},e.prototype.datesList=function(e,t){return Q(0,t).map((function(t){return(0,m.addDecades)(e,t)}))},e.prototype.data=function(e){var t=this,n=e.cellUID,o=e.focusedDate,r=e.isActiveView,i=e.max,a=e.min,l=e.selectedDate,s=e.selectionRange,c=void 0===s?R:s,u=e.viewDate;if(!u)return at;var p=Q(0,4),d=(0,m.firstYearOfDecade)(u),h=(0,m.lastYearOfDecade)(u),v=G();return Q(0,3).map((function(e){var s=(0,m.addYears)(d,4*e);return p.map((function(e){var u=t.normalize((0,m.addYears)(s,e),a,i),p=t.isEqual(u,c.start),f=t.isEqual(u,c.end),g=!p&&!f&&X(u,c),b=r&&(Array.isArray(l)?t.isSelectedFromArray(u,l,a,i):Y(l,a,i)&&t.isEqual(u,l));return J(u,d,h)?{formattedValue:t.value(u),id:"".concat(n).concat(u.getTime()),isFocused:t.isEqual(u,o),isSelected:b,isWeekend:!1,isInRange:Y(u,a,i),isRangeStart:p,isRangeMid:g,isRangeEnd:f,isRangeSplitEnd:g&&t.isEqual(u,h),isRangeSplitStart:g&&t.isEqual(u,d),isToday:t.isEqual(u,v),title:t.cellTitle(u),value:u}:null}))}))},e.prototype.isSelectedFromArray=function(e,t,n,o){var r=this,i=!1;return t.forEach((function(t){Y(e,n,o)&&r.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 o=e.getFullYear(),r=!t||t.getFullYear()<=o,i=!n||o<=n.getFullYear();return r&&i},e.prototype.isRangeStart=function(e){return e.getFullYear()%100==0},e.prototype.isInSameView=function(e,t){return 0===(0,m.durationInDecades)(e,t)},e.prototype.move=function(e,t){var n=lt[t];return n?n(e):e},e.prototype.cellTitle=function(e){return e.getFullYear().toString()},e.prototype.navigationTitle=function(e){return e?(0,m.firstYearOfDecade)(e).getFullYear().toString():""},e.prototype.title=function(e){return e?"".concat((0,m.firstYearOfDecade)(e).getFullYear()," - ").concat((0,m.lastYearOfDecade)(e).getFullYear()):""},e.prototype.rowLength=function(e){return 4},e.prototype.skip=function(e,t){return(0,m.durationInDecades)(t,e)},e.prototype.total=function(e,t){return(0,m.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,m.durationInDecades)(e,t)<n?(0,m.addDecades)(e,-1):e},e.prototype.normalize=function(e,t,n){return e<t&&this.isEqual(e,t)?(0,m.cloneDate)(t):e>n&&this.isEqual(e,n)?(0,m.cloneDate)(n):e},e}(),ct=[[]],ut=((et={})[qe.Left]=function(e){return(0,m.addDays)(e,-1)},et[qe.Up]=function(e){return(0,m.addWeeks)(e,-1)},et[qe.Right]=function(e){return(0,m.addDays)(e,1)},et[qe.Down]=function(e){return(0,m.addWeeks)(e,1)},et[qe.PrevView]=function(e){return(0,m.addMonths)(e,-1)},et[qe.NextView]=function(e){return(0,m.addMonths)(e,1)},et[qe.FirstInView]=function(e){return(0,m.firstDayOfMonth)(e)},et[qe.LastInView]=function(e){return(0,m.lastDayOfMonth)(e)},et),pt=function(){function e(e){this.intl=e}return e.prototype.addToDate=function(e,t){return(0,m.addMonths)(e,t)},e.prototype.datesList=function(e,t){return Q(0,t).map((function(t){return(0,m.addMonths)(e,t)}))},e.prototype.data=function(e){var t=this,n=e.cellUID,o=e.focusedDate,r=e.isActiveView,i=e.max,a=e.min,l=e.selectedDate,s=e.selectionRange,c=void 0===s?R:s,u=e.viewDate;if(!u)return ct;var p=(0,m.firstDayOfMonth)(u),d=(0,m.lastDayOfMonth)(u),h=(0,m.dayOfWeek)(p,this.intl.firstDay(),-1),v=Q(0,7),f=G();return Q(0,6).map((function(e){var s=(0,m.addDays)(h,7*e);return v.map((function(e){var u=t.normalize((0,m.addDays)(s,e),a,i);if(u<p||u>d)return null;var h=t.isEqual(u,c.start),v=t.isEqual(u,c.end),g=!h&&!v&&X(u,c),b=r&&(Array.isArray(l)?t.isSelectedFromArray(u,l,a,i):Y(l,a,i)&&t.isEqual(u,l));return{formattedValue:t.value(u),id:"".concat(n).concat(u.getTime()),isFocused:t.isEqual(u,o),isSelected:b,isInRange:Y(u,a,i),isWeekend:t.isWeekend(u),isRangeStart:h,isRangeMid:g,isRangeEnd:v,isRangeSplitStart:g&&t.isEqual(u,p),isRangeSplitEnd:g&&t.isEqual(u,d),isToday:t.isEqual(u,f),title:t.cellTitle(u),value:u}}))}))},e.prototype.isEqual=function(e,t){return!(!e||!t)&&(0,m.getDate)(e).getTime()===(0,m.getDate)(t).getTime()},e.prototype.isSelectedFromArray=function(e,t,n,o){var r=this,i=!1;return t.forEach((function(t){Y(e,n,o)&&r.isEqual(e,t)&&(i=!0)})),i},e.prototype.isInArray=function(e,t){return!!t.length&&(0,m.firstDayOfMonth)(t[0])<=e&&e<=(0,m.lastDayOfMonth)(t[t.length-1])},e.prototype.isInRange=function(e,t,n){var o=(0,m.getDate)(e),r=!t||(0,m.getDate)(t)<=o,i=!n||o<=(0,m.getDate)(n);return r&&i},e.prototype.isInSameView=function(e,t){return 0===(0,m.durationInMonths)(e,t)},e.prototype.isRangeStart=function(e){return!e.getMonth()},e.prototype.move=function(e,t){var n=ut[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,m.durationInMonths)(t,e)},e.prototype.total=function(e,t){return(0,m.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,m.durationInMonths)(e,t)<n?(0,m.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,m.getDate)(t):e>n&&this.isEqual(e,n)?(0,m.getDate)(n):e},e.prototype.wideMonthNames=function(){return this.intl.dateFormatNames({nameType:"wide",type:"months",standAlone:!0})},e}(),dt=[[]],ht=((tt={})[qe.Left]=function(e){return(0,m.addMonths)(e,-1)},tt[qe.Up]=function(e){return(0,m.addMonths)(e,(t=e.getMonth())>4?-5:t<2?-2:-7);var t},tt[qe.Right]=function(e){return(0,m.addMonths)(e,1)},tt[qe.Down]=function(e){return(0,m.addMonths)(e,(t=e.getMonth())<7?5:t<10?7:2);var t},tt[qe.PrevView]=function(e){return(0,m.addYears)(e,-1)},tt[qe.NextView]=function(e){return(0,m.addYears)(e,1)},tt[qe.FirstInView]=function(e){return(0,m.firstMonthOfYear)(e)},tt[qe.LastInView]=function(e){return(0,m.lastMonthOfYear)(e)},tt),vt=function(){function e(e){this._intl=e}return e.prototype.addToDate=function(e,t){return(0,m.addYears)(e,t)},e.prototype.datesList=function(e,t){return Q(0,t).map((function(t){return(0,m.addYears)(e,t)}))},e.prototype.data=function(e){var t=this,n=e.cellUID,o=e.focusedDate,r=e.isActiveView,i=e.max,a=e.min,l=e.selectedDate,s=e.selectionRange,c=void 0===s?R:s,u=e.viewDate;if(!u)return dt;var p=this.abbrMonthNames(),d=(0,m.firstMonthOfYear)(u),h=(0,m.lastMonthOfYear)(u),v=d.getFullYear(),f=Q(0,4),g=G();return Q(0,3).map((function(e){var s=(0,m.addMonths)(d,4*e);return f.map((function(e){var u=t.normalize((0,m.addMonths)(s,e),a,i);if(v<u.getFullYear())return null;var f=t.isEqual(u,c.start),b=t.isEqual(u,c.end),y=!f&&!b&&X(u,c),w=r&&(Array.isArray(l)?t.isSelectedFromArray(u,l,a,i):Y(l,a,i)&&t.isEqual(u,l));return{formattedValue:p[u.getMonth()],id:"".concat(n).concat(u.getTime()),isFocused:t.isEqual(u,o),isSelected:w,isInRange:Y(u,a,i),isWeekend:!1,isRangeStart:f,isRangeMid:y,isRangeEnd:b,isRangeSplitEnd:y&&t.isEqual(u,h),isRangeSplitStart:y&&t.isEqual(u,d),isToday:t.isEqual(u,g),title:t.cellTitle(u),value:u}}))}))},e.prototype.isSelectedFromArray=function(e,t,n,o){var r=this,i=!1;return t.forEach((function(t){Y(e,n,o)&&r.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 o=(0,m.createDate)(e.getFullYear(),e.getMonth(),1),r=!t||(0,m.createDate)(t.getFullYear(),t.getMonth(),1)<=o,i=!n||o<=(0,m.createDate)(n.getFullYear(),n.getMonth(),1);return r&&i},e.prototype.isInSameView=function(e,t){return 0===(0,m.durationInYears)(e,t)},e.prototype.isRangeStart=function(e){return e.getFullYear()%10==0},e.prototype.move=function(e,t){var n=ht[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,m.durationInYears)(t,e)},e.prototype.total=function(e,t){return(0,m.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,m.durationInYears)(e,t)<n?(0,m.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,m.cloneDate)(t):e>n&&this.isEqual(e,n)?(0,m.cloneDate)(n):e},e}(),ft=((nt={})[O.month]=pt,nt[O.year]=vt,nt[O.decade]=st,nt[O.century]=it,nt),mt=function(){function e(e){this.bottom=O.month,this.top=O.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(ft["".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 o=this.clamp(function(e,t){var n=O[O[e+t]];return void 0!==n?n:e}(e,t));o!==e&&this.onViewChanged({view:o},n)},e}(),gt={33:qe.PrevView,34:qe.NextView,35:qe.LastInView,36:qe.FirstInView,37:qe.Left,38:qe.Up,39:qe.Right,40:qe.Down,"meta+38":qe.UpperView,"meta+40":qe.LowerView},bt=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 gt[t]},e.prototype.move=function(e,t,n,o,r){return o?t===qe.UpperView&&this.bus.canMoveUp(n)?(this.bus.moveUp(n,r),e):t===qe.LowerView&&this.bus.canMoveDown(n)?(this.bus.moveDown(n,r),e):o.move(e,t):e},e}(),yt=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}(),wt=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),zt=function(e){return e?e.virtualization:null},xt=function(e,t,n,o){return void 0===e&&(e=kt.defaultProps.min),void 0===t&&(t=kt.defaultProps.max),void 0!==o?null!==o&&Y((0,m.getDate)(o),e,t)?o:null:null!==n&&Y((0,m.getDate)(n),e,t)?n:null},kt=function(e){function t(n){var o=e.call(this,n)||this;o.scrollSyncService=null,o.focusedDate=null,o.cellUID=(0,u.M)(),o.id=(0,u.M)(),o.Navigation=null,o.calendarViewList=null,o._element=null,o.intl=null,o.service=null,o.isActive=!1,o.didNavigationChange=!1,o.focus=function(){o._element&&o._element.focus()},o.shouldScroll=function(){return o.didNavigationChange},o.handleScroll=function(e){o.scrollSyncService&&o.scrollSyncService.sync(zt(o.Navigation),zt(o.calendarViewList),e)},o.handleNavigationChange=function(e){if(!o.props.disabled){o.didNavigationChange=!0;var t=(0,m.cloneDate)(e.value);o.setState({focusedDate:t})}},o.handleViewChange=function(e){var t=e.view;o.scrollSyncService&&o.scrollSyncService.configure(t),o.setState({activeView:t})},o.handleDateChange=function(e){var t=(0,m.cloneDate)(e.value),n=(0,m.cloneDate)(e.value),r=o.bus.canMoveDown(o.state.activeView);if(!o.props.disabled){if(r){if(!e.isTodayClick)return o.bus.moveDown(o.state.activeView,e.syntheticEvent),void o.setState({focusedDate:n});o.bus.moveToBottom(o.state.activeView)}o.setState({value:t,focusedDate:n}),o.valueDuringOnChange=t;var i=o.props.onChange;if(i){var a={syntheticEvent:e.syntheticEvent,nativeEvent:e.nativeEvent,value:t,target:o};i.call(void 0,a)}o.valueDuringOnChange=void 0}},o.handleFocus=function(e){if(o.isActive=!0,o.calendarViewList){o.calendarViewList.focusActiveDate();var t=o.props.onFocus;t&&t.call(void 0,e)}},o.handleBlur=function(e){if(o.isActive=!1,o.calendarViewList){o.calendarViewList.blurActiveDate();var t=o.props.onBlur;t&&t.call(void 0,e)}},o.handleKeyDown=function(e){var t=e.keyCode;if(o.focusedDate&&o.service){if(t===p.R.enter){if(null!==o.value&&(0,m.isEqualDate)(o.focusedDate,o.value)){var n=ee(o.focusedDate,o.min,o.max);zt(o.calendarViewList).scrollToIndex(o.service.skip(n,o.min))}var r={syntheticEvent:e,nativeEvent:e.nativeEvent,value:o.focusedDate,target:o};o.handleDateChange(r)}else{var i=ee(o.navigation.move(o.focusedDate,o.navigation.action(e),o.state.activeView,o.service,e),o.min,o.max);if((0,m.isEqualDate)(o.focusedDate,i))return;o.setState({focusedDate:i})}e.preventDefault()}},o.handleMouseDown=function(e){e.preventDefault()},o.handleClick=function(e){o._element&&o._element.focus({preventScroll:!0})},(0,d.s)(b);var r=xt(o.min,o.max,o.props.defaultValue||t.defaultProps.defaultValue,o.props.value);return o.state={value:r,activeView:F(O[n.defaultActiveView],o.bottomView,o.topView),focusedDate:ee(n.focusedDate||r||G(),o.min,o.max)},o.dom=new Je,o.bus=new mt(o.handleViewChange),o.navigation=new bt(o.bus),o.oldValue=r,o}return wt(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,m.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,m.getDate)(void 0!==this.props.max?this.props.max:t.defaultProps.max)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"bottomView",{get:function(){return O[void 0!==this.props.bottomView?this.props.bottomView:t.defaultProps.bottomView]},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"topView",{get:function(){return O[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,h.p)(),e._element&&(e.dom.calculateHeights(e._element),e.scrollSyncService=new yt(e.dom),e.scrollSyncService.configure(e.state.activeView),e.forceUpdate())}))},t.prototype.componentDidUpdate=function(e,t){(0,h.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,m.isEqualDate)(this.value,this.oldValue):this.value!==this.oldValue,o=F(this.state.activeView,O[void 0!==this.props.bottomView?this.props.bottomView:t.defaultProps.bottomView],O[void 0!==this.props.topView?this.props.topView:t.defaultProps.topView]),r=xt(this.min,this.max,this.value,this.value),i=r?(0,m.getDate)(r):null;this.focusedDate=(0,m.getDate)(ee(n&&null!==r?r:this.state.focusedDate,this.min,this.max)),this.intl=(0,g.provideIntlService)(this),this.bus.configure(this.bottomView,this.topView),this.service=this.bus.service(o,this.intl);var a=this.props.smoothScroll,l=void 0===a?Number.parseFloat(s.version)<18:a,c=(0,v.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),u=[this.props.navigation&&s.createElement(Xe,{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}),s.createElement(je,{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:l,showWeekNumbers:this.props.weekNumber,onChange:this.handleDateChange,value:i,cellUID:this.cellUID,headerTitle:this.props.headerTitle,tabIndex:this.props.tabIndex})];return s.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},u)},t.displayName="Calendar",t.propTypes={className:c.string,defaultActiveView:c.oneOf(["month","year","decade","century"]),defaultValue:c.instanceOf(Date),disabled:c.bool,focusedDate:c.instanceOf(Date),id:c.string,ariaLabelledBy:c.string,ariaDescribedBy:c.string,max:c.instanceOf(Date),min:c.instanceOf(Date),navigation:c.bool,smoothScroll:c.bool,onBlur:c.func,onChange:c.func,onFocus:c.func,tabIndex:c.number,value:c.instanceOf(Date),weekNumber:c.bool,topView:function(e,t,n){var o=e[t],r=e.bottomView;return o&&r&&O[o]<O[r]?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 o=e[t],r=e.topView;return o&&r&&O[o]>O[r]?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:j,max:q,navigation:!0,defaultActiveView:"month",defaultValue:null,topView:"century",bottomView:"month"},t}(s.Component),Ct=(0,f.Y)(),It=(0,f.u)(Ct,kt);It.displayName="KendoReactCalendar",(0,g.registerForIntl)(kt);const Ot={name:"caret-alt-up",content:'<path d="m256 160 128 192H128l128-192z" />',viewBox:"0 0 512 512"},Mt={name:"caret-alt-down",content:'<path d="M256 352 128 160h256L256 352z" />',viewBox:"0 0 512 512"},Et={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"},Vt={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"},Ht={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"},St={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"},Dt={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"},Pt={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 _t=function(){this.symbols="",this.partMap=[]},Lt=function(e,t){return e[t.pattern[0]]=t.type,e},Bt=["k-widget","k-dateinput"],Nt=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,m.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,m.isEqual)(e,this._value)||(this._value=(0,m.cloneDate)(e),this.modifyExisting(!0)):(this._value=(0,m.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,m.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,m.cloneDate)(this.value);switch(e){case"y":n.setFullYear(n.getFullYear()+t);break;case"M":n=(0,m.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 o=this.intl.formatDate(this.value,this.format),r=this.dateFormatString(this.value,this.format),i=r.symbols,a=!1,l="",s="",c="",u=0;u<o.length;u++)i[u]===e?(s+=this.getExisting(e)?o[u]:"0",a=!0):a?c+=o[u]:l+=o[u];for(var p=null,d=this.matchMonth(t);s.length>0&&"0"===s.charAt(0);)s=s.slice(1);for(s.length>=4&&(s=""),u=0;u<2;u++){var h=s+t,v=parseInt(h,10);if(!(p=this.intl.parseDate(l+h+c,this.format))&&!isNaN(v)&&!isNaN(parseInt(t,10))){if("M"===e&&!d){var f=v-1;f>-1&&f<12&&((p=(0,m.cloneDate)(this.value)).setMonth(f),p.getMonth()!==f&&(p=(0,m.lastDayOfMonth)((0,m.addMonths)(p,-1))))}"y"===e&&(p=(0,m.createDate)(parseInt(h,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&&p.getDate()!==this.value.getDate()&&(p=(0,m.lastDayOfMonth)((0,m.addMonths)(p,-1))))}if(p)return this._value=p,this.setExisting(e,!0),{value:this.value};s=""}return d&&(p=this.intl.parseDate(l+d+c,this.format))?(this._value=p,this.setExisting(e,!0),{value:this.value}):("0"===t&&(this.leadingZero=this.isAbbrMonth(r.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(Lt,{})[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),o=[],r=[],i=0;i<n.length;i++)for(var a=this.intl.formatDate(e,{pattern:n[i].pattern}).length;a>0;)o.push(this.symbols[n[i].pattern[0]]||"_"),r.push(n[i]),a--;var l=new _t;return l.symbols=o.join(""),l.partMap=r,l},e.prototype.merge=function(e,t){for(var n="",o="",r=t.symbols,i=r.length-1;i>=0;i--)if(-1===this.knownParts.indexOf(r[i])||this.getExisting(r[i]))n=e[i]+n,o=r[i]+o;else{for(var a=r[i];i>=0&&a===r[i];)i--;for(i++,n=this.leadingZero&&this.leadingZero[a]?"0"+n:this.dateFieldName(t.partMap[i])+n;o.length<n.length;)o=r[i]+o}return{text:n,format:o}},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}(),Rt=n(3769),Tt=n(493),Ft=n(2697),At=n(3228),jt=n(6097),qt="dayperiod",Kt="hour",Wt="minute",Ut="second",Gt=function(e){return function(t,n){var o=(0,m.cloneDate)(t);return o[e](n),o}},Yt=[{type:Kt,getter:function(e){return e.getHours()}},{type:Wt,getter:function(e){return e.getMinutes()}},{type:Ut,getter:function(e){return e.getSeconds()}},{type:"millisecond",getter:function(e){return e.getMilliseconds()}}],Zt=function(e){return function(t){return e.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}),{})}(t)))}}(Yt),Xt=function(e){return function(t,n){return e.map((function(e){var o=Math.floor(t[e.type]);return o?function(e,t,n,o){return function(r){var i=e(r),a=e(n);return"hour"===o?i-(i-a)%t:r.getTime()<=n.getTime()&&0!==i&&i<=a?Math.ceil(i/t)*t:i-i%t}}(e.getter,o,n,e.type):e.getter}))}}(Yt),Qt=function(e){return function(t){var n=(0,m.cloneDate)(t);return n.setHours.apply(n,e.map((function(e){return e(n)}))),n}},Jt=Gt("setHours"),$t=Gt("setMinutes"),en=Gt("setSeconds"),tn=function(){return new Date},nn=function(e,t,n){void 0===n&&(n=1);for(var o=[],r=e;r<t;r+=n)o.push(r);return o},on=function(e,t,n){return{candidateValue:U(A,e),maxValue:(0,m.addDays)(U(A,n),t.getHours()<n.getHours()?0:1),minValue:U(A,t)}},rn=function(e,t,n){if(!e||!t||!n)return!0;var o=on(e,t,n),r=o.candidateValue,i=o.minValue,a=o.maxValue;return i<=r&&r<=a},an=function(e,t){if(null===e||null===t)return!1;var n=U(A,e),o=U(A,t);return n.getTime()<o.getHours()},ln=function(e,t){if(null===e||null===t)return!1;var n=U(A,e);return U(A,t).getTime()<n.getHours()},sn=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),cn=function(){return cn=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},cn.apply(this,arguments)},un=function(e){function t(n){var o=e.call(this,n)||this;return o.kendoDate=null,o.currentFormat="",o.paste=!1,o._element=null,o._wrapper=null,o._inputId=(0,u.M)(),o._lastSelectedSymbol="",o.focus=function(){o._element&&o._element.focus()},o.setValidity=function(){o.element&&o.element.setCustomValidity&&o.element.setCustomValidity(o.validity.valid?"":o.props.validationMessage||t.defaultProps.validationMessage)},o.updateOnPaste=function(e){if(o.element&&o.kendoDate){var t=(0,g.provideIntlService)(o).parseDate(o.element.value,o.props.format)||o.value,n=o.value;o.kendoDate.setValue(t),o.triggerChange(e,n)}},o.spinnersMouseDown=function(e){e.preventDefault();var t=(0,Rt.v)(document);o.element&&t!==o.element&&o.element.focus({preventScroll:!0})},o.handlePaste=function(){o.paste=!0},o.elementChange=function(e){if(o.element&&o.kendoDate){if(o.paste)return o.updateOnPaste(e),void(o.paste=!1);var t=o.kendoDate.getTextAndFormat(),n=t.text,r=t.format;o.currentFormat=r;var i=o.value,a=function(e,t,n,o){var r=e[o+e.length-n.length],i=e.substring(0,o+e.length-n.length),a=n.substring(0,o),l=[];if(i===a&&o>0)return l.push([t[o-1],a[o-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[o-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[o-1]]]}return" "===a[a.length-1]||a[a.length-1]===r?[[t[o-1],"_"]]:[[t[o-1],a[o-1]]]}(n,o.currentFormat,o.element.value,o.selection.start),l=1===a.length&&"_"===a[0][1];if(!l)for(var s=0;s<a.length;s++)o.kendoDate.parsePart(a[s][0],a[s][1]);a.length&&"_"!==a[0][0]&&o.setSelection(o.selectionBySymbol(a[0][0])),l&&o.switchDateSegment(1),o.triggerChange(e,i)}},o.elementClick=function(e){o.setSelection(o.selectionByIndex(o.selection.start))},o.nativeWheel=function(e){(0,Rt.v)(document)===o.element&&e.preventDefault()},o.wheel=function(e){(0,Rt.v)(document)===o.element&&(e.nativeEvent.deltaY<0&&o.increasePart(e),e.nativeEvent.deltaY>0&&o.decreasePart(e))},o.increasePart=function(e){o.modifyDateSegmentValue(1,e)},o.decreasePart=function(e){o.modifyDateSegmentValue(-1,e)},o.elementKeyDown=function(e){if(!e.altKey){switch(e.keyCode){case 37:o.switchDateSegment(-1);break;case 38:o.modifyDateSegmentValue(1,e);break;case 39:o.switchDateSegment(1);break;case 40:o.modifyDateSegmentValue(-1,e);break;default:return}e.preventDefault()}},o.elementOnFocus=function(e){o.wrapper&&o.wrapper.classList.add("k-focus"),o.setState({focused:!0})},o.elementOnBlur=function(e){o.wrapper&&o.wrapper.classList.remove("k-focus"),o.setState({focused:!1})},(0,d.s)(b),o.state={focused:!1},o}return sn(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,o=n.size,r=void 0===o?t.defaultProps.size:o,i=n.fillMode,a=void 0===i?t.defaultProps.fillMode:i,l=n.rounded,c=void 0===l?t.defaultProps.rounded:l;this.props._ref&&(this.props._ref.current=this);var u=(0,g.provideLocalizationService)(this),p=cn(cn({},t.defaultProps),this.props),d=p.name,h=p.label,f=p.id,m=this.text,b=m===this.props.placeholder?"":m,y=m===this.props.placeholder?m:void 0,w=f||this._inputId,z=!this.validityStyles||this.validity.valid,x=function(e,t,n){if(n||2===arguments.length)for(var o,r=0,i=t.length;r<i;r++)!o&&r in t||(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))}([],Bt,!0);this.props.className&&x.push(this.props.className);var k=s.createElement(Tt.o,{onFocus:this.elementOnFocus,onBlur:this.elementOnBlur},(function(t){var n,o=t.onFocus,i=t.onBlur;return s.createElement("span",{ref:function(t){e._wrapper=t},style:h?void 0:{width:e.props.width},dir:e.props.dir,className:(0,v.A)("k-dateinput","k-input",(n={},n["k-input-".concat(Ft.G.sizeMap[r]||r)]=r,n["k-input-".concat(a)]=a,n["k-rounded-".concat(Ft.G.roundedMap[c]||c)]=c,n["k-invalid"]=!z,n["k-required"]=e.required,n["k-disabled"]=e.props.disabled,n),e.props.className),onFocus:o,onBlur:i},s.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:m,type:"text",spellCheck:!1,autoComplete:"off",autoCorrect:"off",className:"k-input-inner",id:w,"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:At.Z,value:b,placeholder:y,name:d,ref:function(t){return e._element=t}}),e.props.children,e.props.spinners&&s.createElement("span",{className:"k-input-spinner k-spin-button",onMouseDown:e.spinnersMouseDown},s.createElement(se.z,{tabIndex:-1,type:"button",rounded:null,className:"k-spinner-increase",icon:"caret-alt-up",svgIcon:Ot,"aria-label":u.toLanguageString(ge,Re[ge]),title:u.toLanguageString(ge,Re[ge]),onClick:e.increasePart}),s.createElement(se.z,{tabIndex:-1,type:"button",rounded:null,className:"k-spinner-decrease",icon:"caret-alt-down",svgIcon:Mt,"aria-label":u.toLanguageString(be,Re[be]),title:u.toLanguageString(be,Re[be]),onClick:e.decreasePart})))}));return h?s.createElement(jt._,{label:h,editorId:w,editorValue:m,editorValid:z,editorDisabled:this.props.disabled,children:k,style:{width:this.props.width}}):k},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=cn(cn({},dn.defaultProps),this.props),n=e.formatPlaceholder,o=void 0===n?t.defaultProps.formatPlaceholder:n,r=e.format,i=void 0===r?t.defaultProps.format:r,a=e.value,l=e.defaultValue;null===this.kendoDate?(this.kendoDate=new Nt(this.intl.bind(this),o,i),this.kendoDate.setValue(a||l||null)):(this.kendoDate.format=i,this.kendoDate.formatPlaceholder=o),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,o=(e=this.value,t=this.min,n=this.max,(null===e||!(t&&t>e||n&&n<e))&&rn(this.value,this.props.minTime,this.props.maxTime)),r=void 0!==this.props.validationMessage,i=(!this.required||null!==this.value)&&o,a=void 0!==this.props.valid?this.props.valid:i;return{customError:r,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,g.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,Rt.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,m.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,o=0;o<this.currentFormat.length;o++)this.currentFormat[o]===e&&(n=o+1,-1===t&&(t=o));return t<0&&(t=0),{start:t,end:n}},t.prototype.selectionByIndex=function(e){for(var t={start:e,end:e},n=e,o=e-1;n<this.currentFormat.length||o>=0;n++,o--){if(n<this.currentFormat.length&&"_"!==this.currentFormat[n]){t=this.selectionBySymbol(this.currentFormat[n]);break}if(o>=0&&"_"!==this.currentFormat[o]){t=this.selectionBySymbol(this.currentFormat[o]);break}}return t},t.prototype.switchDateSegment=function(e){var t=this.selection,n=t.start,o=t.end;if(n<o&&this.currentFormat[n]!==this.currentFormat[o-1])this.setSelection(this.selectionByIndex(e>0?n:o-1));else{for(var r=this.currentFormat[n],i=n+e;i>0&&i<this.currentFormat.length&&(this.currentFormat[i]===r||"_"===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!==o)?this.setSelection({start:a+1,end:i+1}):i<a&&(i!==n||a!==o)&&this.setSelection({start:i,end:a})}}},t.prototype.modifyDateSegmentValue=function(e,t){if(this.kendoDate){var n=this.value,o=this.currentFormat[this.selection.start],r=this.kendoDate.symbolMap(o),i=((this.props.steps||{})[r]||1)*e;this.kendoDate.modifyPart(o,i),this.triggerChange(t,n)}},t.displayName="DateInput",t.propTypes={value:c.instanceOf(Date),format:c.oneOfType([c.string,c.shape({skeleton:c.string,pattern:c.string,date:c.oneOf(["short","medium","long","full"]),time:c.oneOf(["short","medium","long","full"]),datetime:c.oneOf(["short","medium","long","full"]),era:c.oneOf(["narrow","short","long"]),year:c.oneOf(["numeric","2-digit"]),month:c.oneOf(["numeric","2-digit","narrow","short","long"]),day:c.oneOf(["numeric","2-digit"]),weekday:c.oneOf(["narrow","short","long"]),hour:c.oneOf(["numeric","2-digit"]),hour12:c.bool,minute:c.oneOf(["numeric","2-digit"]),second:c.oneOf(["numeric","2-digit"]),timeZoneName:c.oneOf(["short","long"])})]),formatPlaceholder:c.oneOfType([c.oneOf(["wide","narrow","short","formatPattern"]),c.shape({year:c.string,month:c.string,day:c.string,hour:c.string,minute:c.string,second:c.string})]),width:c.oneOfType([c.string,c.number]),tabIndex:c.number,title:c.string,steps:c.shape({year:c.number,month:c.number,day:c.number,hour:c.number,minute:c.number,second:c.number}),min:c.instanceOf(Date),max:c.instanceOf(Date),disabled:c.bool,spinners:c.bool,name:c.string,dir:c.string,label:c.string,id:c.string,ariaLabelledBy:c.string,ariaDescribedBy:c.string,ariaLabel:c.string,ariaRole:c.string,ariaHasPopup:c.oneOfType([c.bool,c.string]),ariaExpanded:c.oneOfType([c.bool]),onChange:c.func,validationMessage:c.string,required:c.bool,validate:c.bool,valid:c.bool,size:c.oneOf([null,"small","medium","large"]),rounded:c.oneOf([null,"small","medium","large","full"]),fillMode:c.oneOf([null,"solid","flat","outline"])},t.defaultProps={format:"d",size:"medium",rounded:"medium",fillMode:"solid",formatPlaceholder:"wide",spinners:!1,disabled:!1,max:(0,m.cloneDate)(q),min:(0,m.cloneDate)(j),minTime:(0,m.cloneDate)(K),maxTime:(0,m.cloneDate)(W),required:!1,validityStyles:!0,validationMessage:"Please enter a valid value!",placeholder:null,ariaHasPopup:"grid"},t}(s.Component),pn=(0,f.Y)(),dn=(0,f.u)(pn,un);dn.displayName="KendoReactDateInput",(0,g.registerForIntl)(un),(0,g.registerForLocalization)(un);var hn=n(1754),vn=se.z,fn=s.forwardRef((function(e,t){var n=e._ref,o=s.useRef(null);s.useImperativeHandle(t,(function(){return o.current})),s.useImperativeHandle(n,(function(){return o.current}));var r=s.useMemo((function(){return(0,v.A)(e.className,"k-picker-wrap")}),[e.className]);return s.createElement("span",{ref:o,id:e.id,style:e.style,className:r,tabIndex:e.tabIndex},e.children)})),mn=function(){return mn=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},mn.apply(this,arguments)},gn=function(e){var t=function(e){var t=s.useState(!1),n=t[0],o=t[1];return s.useEffect((function(){e.current&&o(Boolean(e.current.text))})),{editorValue:n}}(e.dateInput);return s.createElement(jt._,mn({},e,t))},bn=n(7999),yn=n(8574),wn=n(1205),zn=n(4390),xn=function(){return xn=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},xn.apply(this,arguments)},kn=function(e){var t=e.footer,n=e.children,o=e.windowWidth,r=void 0===o?0:o,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:r<=500?{top:0,width:"100%",height:"100%"}:void 0,className:r<=500?"k-adaptive-actionsheet k-actionsheet-fullscreen":"k-adaptive-actionsheet k-actionsheet-bottom"};return s.createElement(yn.V,xn({},h),s.createElement(wn.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(se.z,{tabIndex:0,"aria-label":"Cancel","aria-disabled":"false",type:"button",fillMode:"flat",icon:"x",svgIcon:Pt,onClick:u}))),d&&s.createElement("div",{className:"k-actionsheet-titlebar-group k-actionsheet-filter"},d)),n,t&&s.createElement(zn.K,{className:"k-actions k-actions-stretched"},s.createElement(se.z,{size:"large",tabIndex:0,"aria-label":t.cancelText,"aria-disabled":"false",type:"button",onClick:t.onCancel},t.cancelText),s.createElement(se.z,{tabIndex:0,themeColor:"primary",size:"large","aria-label":t.applyText,"aria-disabled":"false",type:"button",onClick:t.onApply},t.applyText)))},Cn=768,In=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),On=function(){return On=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},On.apply(this,arguments)},Mn=function(e){function t(n){var o=e.call(this,n)||this;return o._popupId=(0,u.M)(),o._element=null,o._dateInput=s.createRef(),o._calendar=null,o.shouldFocusDateInput=!1,o.prevShow=!1,o.focus=function(){o.dateInput&&o.dateInput.focus()},o.setCalendarRef=function(e){o._calendar=e},o.nextValue=function(e,t){return void 0!==e.value?e.value:t.value},o.nextShow=function(e,t){return void 0!==e.show?e.show:t.show},o.renderPopup=function(){var e=o.props,t=e.disabled,n=e.min,r=e.max,i=e.weekNumber,a=e.focusedDate,l=o.props.popupSettings,c=l.popupClass,u=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(l,["popupClass"]),p=o.show,d=o.value,h=d&&(0,m.getDate)(d),f=(0,v.A)("k-calendar-container k-group k-reset",c),g=On({popupClass:"k-datepicker-popup",show:p,anchor:o._element,className:f,id:o._popupId,anchorAlign:{horizontal:"left",vertical:"bottom"},popupAlign:{horizontal:"left",vertical:"top"}},u),b={disabled:t,value:h,min:n,max:r,weekNumber:i,focusedDate:a,className:o.mobileMode?"k-calendar-lg":"",navigation:!o.mobileMode,onChange:o.handleCalendarValueChange};return o.mobileMode?s.createElement(o.calendarComp,On({_ref:o.setCalendarRef},b)):s.createElement(o.popupComp,On({},g),s.createElement(o.calendarComp,On({_ref:o.setCalendarRef},b)))},o.renderAdaptivePopup=function(){var e=o.state.windowWidth,t=void 0===e?0:e,n={expand:o.show,onClose:o.handleBlur,adaptiveTitle:o.props.adaptiveTitle,windowWidth:t};return s.createElement(kn,On({},n),s.createElement(bn.M,{className:"!k-overflow-hidden"},o.renderPopup()))},o.handleInputValueChange=function(e){o.handleValueChange(e.value,e)},o.handleCalendarValueChange=function(e){var t=o.mergeTime(e.value);o.handleValueChange(t,e)},o.handleValueChange=function(e,t){o.setState({value:(0,m.cloneDate)(e||void 0)}),o.valueDuringOnChange=e,o.showDuringOnChange=!1,o.mobileMode||(o.shouldFocusDateInput=!0);var n=o.props.onChange;n&&n.call(void 0,{syntheticEvent:t.syntheticEvent,nativeEvent:t.nativeEvent,value:o.value,show:o.show,target:o}),o.valueDuringOnChange=void 0,o.showDuringOnChange=void 0,o.setShow(!1)},o.handleFocus=function(){o.setState({focused:!0})},o.handleBlur=function(){o.setState({focused:!1}),o.setShow(!1)},o.handleIconClick=function(){o.props.disabled||(o.shouldFocusDateInput=!0,o.setShow(!o.show))},o.handleIconMouseDown=function(e){e.preventDefault()},o.handleKeyDown=function(e){var t=e.altKey,n=e.keyCode;if(n===p.R.esc)return o.shouldFocusDateInput=!0,void o.setShow(!1);!t||n!==p.R.up&&n!==p.R.down||(e.preventDefault(),e.stopPropagation(),o.shouldFocusDateInput=n===p.R.up,o.setShow(n===p.R.down))},(0,d.s)(b),o.state={value:o.props.defaultValue||t.defaultProps.defaultValue,show:o.props.defaultShow||t.defaultProps.defaultShow,focused:!1},o}return In(t,e),Object.defineProperty(t.prototype,"document",{get:function(){if(Qe.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<=Cn&&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,m.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=Z(this.value,this.min,this.max),t=void 0!==this.props.validationMessage,n=(!this.required||null!==this.value)&&e,o=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:o,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=Qe.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,o=n.size,r=void 0===o?t.defaultProps.size:o,i=n.rounded,a=void 0===i?t.defaultProps.rounded:i,l=n.fillMode,c=void 0===l?t.defaultProps.fillMode:l,u=n.disabled,p=n.tabIndex,d=n.title,h=n.id,f=n.format,m=n.formatPlaceholder,b=n.min,y=n.max,w=n.className,z=n.width,x=n.name,k=n.validationMessage,C=n.required,I=n.validityStyles,O=n.ariaLabelledBy,M=n.ariaDescribedBy,E=n.ariaLabel,V=this.show,H=this.value,S=!this.validityStyles||this.validity.valid,D={disabled:u,format:f,formatPlaceholder:m,id:h,ariaLabelledBy:O,ariaDescribedBy:M,ariaLabel:E,max:y,min:b,name:x,onChange:this.handleInputValueChange,required:C,tabIndex:V?-1:p,title:d,valid:this.validity.valid,validationMessage:k,validityStyles:I,value:H,label:void 0,placeholder:this.state.focused?null:this.props.placeholder,ariaExpanded:this.show,size:null,fillMode:null,rounded:null},P=(0,g.provideLocalizationService)(this).toLanguageString(we,Re[we]),_=s.createElement(Tt.o,{onFocus:this.handleFocus,onBlur:this.mobileMode?void 0:this.handleBlur,onSyncBlur:this.props.onBlur,onSyncFocus:this.props.onFocus},(function(t){var n,o=t.onFocus,i=t.onBlur;return s.createElement(s.Fragment,null,s.createElement("span",{ref:function(t){e._element=t},className:(0,v.A)("k-input","k-datepicker",(n={},n["k-input-".concat(Ft.G.sizeMap[r]||r)]=r,n["k-rounded-".concat(Ft.G.roundedMap[a]||a)]=a,n["k-input-".concat(c)]=c,n["k-invalid"]=!S,n["k-required"]=e.required,n["k-disabled"]=e.props.disabled,n),w),onKeyDown:e.handleKeyDown,style:{width:z},onFocus:o,onBlur:i,onClick:e.mobileMode?e.handleIconClick:void 0},s.createElement(e.dateInputComp,On({_ref:e._dateInput,ariaRole:"combobox",readonly:e.mobileMode,ariaExpanded:e.show,ariaControls:e._popupId},D)),s.createElement(e.toggleButtonComp,{type:"button",icon:"calendar",svgIcon:Dt,title:P,className:"k-input-button",rounded:null,onClick:e.mobileMode?void 0:e.handleIconClick,"aria-label":P,onMouseDown:e.handleIconMouseDown}),!e.mobileMode&&e.renderPopup()),e.mobileMode&&e.renderAdaptivePopup())}));return this.props.label?s.createElement(gn,{dateInput:this._dateInput,label:this.props.label,editorId:h,editorValid:S,editorDisabled:this.props.disabled,children:_,style:{width:this.props.width}}):_},t.prototype.setShow=function(e){var t=this.props,n=t.onOpen,o=t.onClose;this.show!==e&&(this.setState({show:e}),e&&n&&n.call(void 0,{target:this}),!e&&o&&o.call(void 0,{target:this}))},t.prototype.mergeTime=function(e){return this.value&&e?U(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 o=n[t];this.setState({windowWidth:o.target.clientWidth})}},t.displayName="DatePicker",t.propTypes={className:c.string,defaultShow:c.bool,defaultValue:c.instanceOf(Date),disabled:c.bool,focusedDate:c.instanceOf(Date),format:c.oneOfType([c.string,c.shape({skeleton:c.string,pattern:c.string,date:c.oneOf(["short","medium","long","full"]),time:c.oneOf(["short","medium","long","full"]),datetime:c.oneOf(["short","medium","long","full"]),era:c.oneOf(["narrow","short","long"]),year:c.oneOf(["numeric","2-digit"]),month:c.oneOf(["numeric","2-digit","narrow","short","long"]),day:c.oneOf(["numeric","2-digit"]),weekday:c.oneOf(["narrow","short","long"]),hour:c.oneOf(["numeric","2-digit"]),hour12:c.bool,minute:c.oneOf(["numeric","2-digit"]),second:c.oneOf(["numeric","2-digit"]),timeZoneName:c.oneOf(["short","long"])})]),formatPlaceholder:c.oneOfType([c.oneOf(["wide","narrow","short","formatPattern"]),c.shape({year:c.string,month:c.string,day:c.string,hour:c.string,minute:c.string,second:c.string})]),id:c.string,ariaLabelledBy:c.string,ariaDescribedBy:c.string,ariaLabel:c.string,min:c.instanceOf(Date),max:c.instanceOf(Date),name:c.string,popupSettings:c.shape({animate:c.bool,appendTo:c.any,popupClass:c.string}),show:c.bool,tabIndex:c.number,title:c.string,value:c.instanceOf(Date),weekNumber:c.bool,width:c.oneOfType([c.number,c.string]),validationMessage:c.string,required:c.bool,validate:c.bool,valid:c.bool,size:c.oneOf([null,"small","medium","large"]),rounded:c.oneOf([null,"small","medium","large","full"]),fillMode:c.oneOf([null,"solid","flat","outline"]),adaptive:c.bool,adaptiveTitle:c.string},t.defaultProps={defaultShow:!1,defaultValue:null,dateInput:dn,calendar:It,toggleButton:vn,popup:hn.G,pickerWrap:fn,disabled:!1,format:"d",max:q,min:j,popupSettings:{},tabIndex:0,weekNumber:!1,required:!1,validityStyles:!0,size:"medium",rounded:"medium",fillMode:"solid"},t}(s.Component),En=(0,f.Y)(),Vn=(0,f.u)(En,Mn);Vn.displayName="KendoReactDatePicker",(0,g.registerForLocalization)(Mn);var Hn,Sn,Dn=function(e,t){var n=(0,m.cloneDate)(e);return n.setHours(t),n},Pn=function(e){return null!==e&&e<12},_n=function(e,t,n){return!t&&!n||e>=t&&e<=n},Ln=function(e,t,n){return!t&&!n||e>=t||e<=n},Bn=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(),o=Pn(n),r=Pn(t.getHours());if(o&&r||!o&&!r)return e;var i=this.normalizedRange(),a=i[0],l=i[1],s=void 0===l?24:l,c=n+(r?-12:12);return Dn(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,o=e.max,r=void 0===o?this.max:o,i=e.part,a=void 0===i?this.part:i;this.min=n,this.max=r,this.part=a},e.prototype.data=function(e){var t=this.part&&this.part.names;if(!t||!this.min)return[];var n,o=[],r=this.normalizedRange(),i=r[0],a=r[1],l=this.intl.dateFormatNames(t);return Pn(i)&&o.push({text:l.am,value:Dn(this.min,i)}),null!==(n=a)&&(!n||n>11)&&o.push({text:l.pm,value:Dn(this.min,Math.max(12,a))}),this.min.getHours()!==i?o.reverse():o},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]?Ln:_n)(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}(),Nn=(24,function(e){return e%24}),Rn=function(e,t){return Nn(24+e-t)},Tn=function(e){return function(t,n){return n&&(0,m.getDate)(t).getTime()!==(0,m.getDate)(n).getTime()?Jt(t,e):t}},Fn=Tn(0),An=Tn(23),jn=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 Jt(e,t.getHours())},e.prototype.configure=function(e){var t=this,n=e.boundRange,o=void 0===n?this.boundRange:n,r=e.insertUndividedMax,i=void 0===r?this.insertUndividedMax:r,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=o,this.insertUndividedMax=i,this.toListItem=function(e){var n=Jt(A,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=this,n=function(e,t){return function(n){return Nn(e+n*t)}}(this.range(e)[0],this.step),o=nn(0,this.countFromMin(e)).map((function(e){return t.toListItem&&t.toListItem(n(e))}));return this.addLast(o),e&&this.addMissing(o,e),o},e.prototype.isRangeChanged=function(e,t){return!(!this.min||!this.max||(0,m.isEqual)(this.min,e)&&(0,m.isEqual)(this.max,t))},e.prototype.limitRange=function(e,t,n){return this.boundRange?[Fn(e,n),An(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],o=t[1];return Math.floor(Rn(o,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(Jt(this.max,this.lastHour(e)))},e.prototype.divideByStep=function(e){return Rn(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],o=t[1];return[n.getHours(),o.getHours()]},e}(),qn=function(e){return e%60},Kn=function(e,t){return qn(60+e-t)},Wn=function(e){return function(t,n){return n&&t.getHours()!==n.getHours()?$t(t,e):t}},Un=Wn(0),Gn=Wn(59),Yn=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 $t(e,t.getMinutes())},e.prototype.configure=function(e){var t=this,n=e.insertUndividedMax,o=void 0===n?this.insertUndividedMax:n,r=e.min,i=void 0===r?this.min:r,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=o,this.toListItem=function(e){var n=$t(A,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=this,n=function(e,t){return function(n){return qn(e+n*t)}}(this.range(e)[0],this.step),o=nn(0,this.countFromMin(e)).map((function(e){return t.toListItem&&t.toListItem(n(e))}));return this.addLast(o),e&&this.addMissing(o,e),o},e.prototype.isRangeChanged=function(e,t){return!(null===this.min||null===this.max||(0,m.isEqual)(this.min,e)&&(0,m.isEqual)(this.max,t))},e.prototype.limitRange=function(e,t,n){return[Un(e,n),Gn(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],o=t[1];return Math.floor(Kn(o,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($t(this.max,this.lastMinute(e)))},e.prototype.divideByStep=function(e){return Kn(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],o=t[1];return[n.getMinutes(),o.getMinutes()]},e}(),Zn=function(e){return e%60},Xn=function(e,t){return Zn(60+e-t)},Qn=function(e){return function(t,n){return!n||t.getMinutes()===n.getMinutes()&&t.getHours()===n.getHours()?t:en(t,e)}},Jn=Qn(0),$n=Qn(59),eo=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 en(e,t.getSeconds())},e.prototype.configure=function(e){var t=this,n=e.insertUndividedMax,o=void 0===n?this.insertUndividedMax:n,r=e.min,i=void 0===r?this.min:r,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=o,this.toListItem=function(e){var n=en(A,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=this,n=function(e,t){return function(n){return Zn(e+n*t)}}(this.range(e)[0],this.step),o=nn(0,this.countFromMin(e)).map((function(e){return t.toListItem&&t.toListItem(n(e))}));return this.addLast(o),e&&this.addMissing(o,e),o},e.prototype.isRangeChanged=function(e,t){return!(null===this.min||null===this.max||(0,m.isEqual)(this.min,e)&&(0,m.isEqual)(this.max,t))},e.prototype.limitRange=function(e,t,n){return[Jn(e,n),$n(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 Xn(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],o=t[1];return Math.floor(Xn(o,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(en(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],o=t[1];return[n.getSeconds(),o.getSeconds()]},e}(),to=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(Qe.N){var t=te("div"),n=te("span"),o=te("ul"),r=te("li"),i=t([n("minute","k-title"),t([t([o([r("<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}(),no=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),oo=((Hn={})[p.R.end]=function(e,t){return e[e.length-1]},Hn[p.R.home]=function(e,t){return e[0]},Hn[p.R.up]=function(e,t){return e[t-1]},Hn[p.R.down]=function(e,t){return e[t+1]},Hn),ro=((Sn={})[qt]=Bn,Sn[Kt]=jn,Sn[Wt]=Yn,Sn[Ut]=eo,Sn),io=function(e){function t(n){var o=e.call(this,n)||this;return o.intl=null,o._element=null,o.service=null,o.virtualization=null,o.topOffset=0,o.bottomOffset=0,o.itemHeight=0,o.listHeight=0,o.topThreshold=0,o.bottomThreshold=0,o.animateToIndex=!1,o.focus=function(e){Promise.resolve().then((function(){o.element&&o.element.focus(e)}))},o.itemOffset=function(e){if(!o.virtualization||!o.service)return-1;var t=o.service.selectedIndex(o.props.value),n=o.virtualization.activeIndex(),r=o.virtualization.itemOffset(n),i=Math.abs(Math.ceil(e)-r);if(t===n&&i<2)return r;var a=t>n;return a&&i>=o.bottomThreshold||!a&&i>o.topThreshold?o.virtualization.itemOffset(n+1):r},o.calculateHeights=function(){o.dom.didCalculate&&(o.itemHeight=o.dom.itemHeight,o.listHeight=o.dom.timeListHeight,o.topOffset=(o.listHeight-o.itemHeight)/2,o.bottomOffset=o.listHeight-o.itemHeight,o.props.mobileMode&&(o.topOffset+=9,o.bottomOffset+=18),o.topThreshold=.05*o.itemHeight,o.bottomThreshold=.95*o.itemHeight)},o.configureServices=function(e){var t=void 0===e?o.props:e,n=t.min,r=t.max,i=t.value;if(o.service){var a=o.service.limitRange(n||o.min,r||o.max,i||o.props.value),l=a[0],s=a[1];o.service.configure(o.serviceSettings({min:l,max:s}))}},o.serviceSettings=function(e){var n={boundRange:o.props.boundRange||t.defaultProps.boundRange,insertUndividedMax:!1,min:(0,m.cloneDate)(o.min),max:(0,m.cloneDate)(o.max),part:o.props.part,step:o.step},r=Object.assign({},n,e);return r.boundRange="hour"!==r.part.type||o.props.boundRange||t.defaultProps.boundRange,r},o.handleScrollAction=function(e){var t=e.target,n=e.animationInProgress;if(o.virtualization&&o.service&&t&&!n){o.animateToIndex=!1;var r=o.virtualization.itemIndex(o.itemOffset(t.scrollTop)),i=o.service.data(o.props.value)[r];o.handleChange(i)}},o.handleFocus=function(e){var t=o.props.onFocus;t&&t.call(void 0,e)},o.handleBlur=function(e){var t=o.props.onBlur;t&&t.call(void 0,e)},o.handleMouseOver=function(){if(o._element){var e=(0,Rt.v)(document);document&&e!==o._element&&o.props.show&&o._element.focus({preventScroll:!0})}},o.handleKeyDown=function(e){if(o.service){var t=e.keyCode;t!==p.R.down&&t!==p.R.up&&t!==p.R.end&&t!==p.R.home||e.preventDefault();var n=(oo[e.keyCode]||At.Z)(o.service.data(o.props.value),o.service.selectedIndex(o.props.value));n&&o.handleChange(n)}},o.handleChange=function(e,t,n){var o,r;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=o,a=r;return o=r=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 b(e);a=f(g,function(e){var n=e-u,o=t-(e-l);return p?Math.min(o,s-n):o}(e))}function b(e){return a=void 0,d&&o?v(e):(o=r=void 0,i)}function y(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];var s=Date.now(),c=m(s);if(o=e,r=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,y.cancel=function(){void 0!==a&&function(e){if(h)return c.cancelAnimationFrame(e);clearTimeout(e)}(a),u=0,o=l=r=a=void 0},y.flush=function(){return void 0===a?i:b(Date.now())},y.pending=function(){return void 0!==a},y}((function(e){if(o.service){var t=o.service.apply(o.props.value,e.value);if(o.props.value.getTime()!==t.getTime()){var n=o.props.onChange;n&&n.call(void 0,t)}}}),100),o.dom=new to,o}return no(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&&ro[this.props.part.type]){this.calculateHeights(),this.intl=(0,g.provideIntlService)(this),this.service=new ro[this.props.part.type](this.intl),this.configureServices();var t=this.service.data(this.props.value),n="translateY("+this.topOffset+"px)",o=this.service.total(this.props.value),r=s.createElement("ul",{style:{transform:n,msTransform:n},className:"k-reset"},t.map((function(t,n){return s.createElement("li",{key:n,className:"k-item",onClick:function(){e.handleChange(t)}},s.createElement("span",null,t.text))})));return s.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?s.createElement(H,{bottomOffset:this.bottomOffset,children:r,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:o,topOffset:this.topOffset,total:o}):s.createElement("div",{className:"k-time-container"},r))}},t.propTypes={id:c.number,max:c.instanceOf(Date),min:c.instanceOf(Date),part:function(e,t,n){var o=e[t];if(!o||!ro[o.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 o=e[t];if(void 0!==o&&o<=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:c.instanceOf(Date),smoothScroll:c.bool,show:c.bool},t.defaultProps={boundRange:!1,max:W,min:A,step:1,smoothScroll:!0},t}(s.Component);(0,g.registerForIntl)(io);var ao,lo=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),so=function(){return so=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},so.apply(this,arguments)},co=new RegExp("".concat(Kt,"|").concat(Wt,"|").concat(Ut,"|").concat(qt,"|literal"));!function(e){e[e.Left=0]="Left",e[e.Right=1]="Right"}(ao||(ao={}));var uo=function(e){function t(n){var o=e.call(this,n)||this;return o._element=null,o._nowButton=null,o.dateFormatParts=[],o.timeLists=[],o.focus=function(e){Promise.resolve().then((function(){var t=o.timeLists[0];-1===o.state.activeListIndex&&!o.hasActiveButton()&&t&&t.element&&t.focus(e)}))},o.timeFormatReducer=function(e,t){return e+t.pattern},o.timeFormatFilter=function(e,t,n){var o=t>=1&&n[t-1];return o&&o&&"literal"===e.type?co.test(o.type||""):co.test(e.type||"")},o.focusList=function(e){o.timeLists.length&&o.timeLists.reduce(o.listReducer,[]).map((function(t){return e===ao.Right?t.next:t.prev})).map((function(e){return e&&e.element&&e.element.focus({preventScroll:!0})}))},o.listReducer=function(e,t,n,r){return e.length||t.props.id!==o.state.activeListIndex?e:[{next:r[n+1]||t,prev:r[n-1]||t}]},o.showNowButton=function(){return!o.hasSteps()&&o.props.nowButton&&rn(tn(),o.min,o.max)},o.handleKeyDown=function(e){switch(e.keyCode){case p.R.left:return e.preventDefault(),void o.focusList(ao.Left);case p.R.right:return e.preventDefault(),void o.focusList(ao.Right);default:return}},o.handleListBlur=function(){o.nextTick((function(){o.setState({activeListIndex:-1})}))},o.handleListFocus=function(e){clearTimeout(o.nextTickId),o.setState({activeListIndex:e})},o.handleChange=function(e){var t=o.props.onChange;t&&t.call(void 0,e)},o.snapTime=Qt(Xt(o.props.steps,o.props.min||t.defaultProps.min)),o.state={activeListIndex:-1},o.hasActiveButton=o.hasActiveButton.bind(o),o}return lo(t,e),Object.defineProperty(t.prototype,"element",{get:function(){return this._element},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"value",{get:function(){return function(e,t,n){if(!e||!t||!n)return e;var o=on(e,t,n),r=o.candidateValue,i=o.minValue,a=o.maxValue;return r<i?U(e,t):r>a?U(e,n):e}(this.snapTime((0,m.cloneDate)(this.props.value||A)),this.min,this.max)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"intl",{get:function(){return(0,g.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,o=n.format,r=n.smoothScroll,i=n.onNowClick,a=n.className,l=n.disabled,c=n.mobileMode,u=n.show;this.snapTime=Qt(Xt(this.steps,this.min)),this.dateFormatParts=this.intl.splitDateFormat(o||t.defaultProps.format).filter(this.timeFormatFilter);var p=(0,v.A)({"k-disabled":l,"k-time-part":c},a);this.timeLists=[];var d=(0,g.provideLocalizationService)(this),h=d.toLanguageString(Me,Re[Me]);return s.createElement("div",{className:p},s.createElement("div",{className:"k-time-header"},s.createElement("span",{className:"k-title"},this.intl.formatDate(this.value,this.dateFormatParts.reduce(this.timeFormatReducer,""))),this.showNowButton()&&s.createElement(se.z,so({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(Oe,Re[Oe]))),s.createElement("div",{className:"k-time-list-container",onKeyDown:this.handleKeyDown},s.createElement("span",{className:"k-time-highlight"}),this.dateFormatParts.map((function(t,n){return"literal"!==t.type?s.createElement("div",{key:n,className:(0,v.A)("k-time-list-wrapper",{"k-focus":n===e.state.activeListIndex}),role:"presentation",tabIndex:-1},s.createElement("span",{className:"k-title",onMouseDown:function(e){e.preventDefault()}},e.intl.dateFieldName(t)),s.createElement(io,{min:e.min,max:e.max,boundRange:e.boundRange,part:t,step:t.type?e.steps[t.type]:1,smoothScroll:r,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:c})):s.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,Rt.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:c.bool,disabled:c.bool,format:c.oneOfType([c.string,c.shape({skeleton:c.string,pattern:c.string,date:c.oneOf(["short","medium","long","full"]),time:c.oneOf(["short","medium","long","full"]),datetime:c.oneOf(["short","medium","long","full"]),era:c.oneOf(["narrow","short","long"]),year:c.oneOf(["numeric","2-digit"]),month:c.oneOf(["numeric","2-digit","narrow","short","long"]),day:c.oneOf(["numeric","2-digit"]),weekday:c.oneOf(["narrow","short","long"]),hour:c.oneOf(["numeric","2-digit"]),hour12:c.bool,minute:c.oneOf(["numeric","2-digit"]),second:c.oneOf(["numeric","2-digit"]),timeZoneName:c.oneOf(["short","long"])})]),max:c.instanceOf(Date),min:c.instanceOf(Date),nowButton:c.bool,steps:c.shape({hour:c.number,minute:c.number,second:c.number}),smoothScroll:c.bool,tabIndex:c.number,value:c.instanceOf(Date),show:c.bool},t.defaultProps={value:null,disabled:!1,nowButton:!0,cancelButton:!0,format:"hh:mm a",min:K,max:W,steps:{},boundRange:!1},t}(s.Component);(0,g.registerForIntl)(uo),(0,g.registerForLocalization)(uo);var po,ho=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),vo=function(){return vo=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},vo.apply(this,arguments)};!function(e){e[e.Left=0]="Left",e[e.Right=1]="Right"}(po||(po={}));var fo=function(e){function t(n){var o=e.call(this,n)||this;return o._element=null,o._cancelButton=null,o._acceptButton=null,o.timePart=null,o.focusActiveList=function(){o.timePart&&o.timePart.focus({preventScroll:!0})},o.handleKeyDown=function(e){e.keyCode!==p.R.enter||o.hasActiveButton()||o.handleAccept(e)},o.handleAccept=function(e){var t=o.mergeValue((0,m.cloneDate)(o.value||tn()),o.timePart?o.timePart.value:o.current);o.setState({value:t}),o.valueDuringOnChange=t;var n=o.props.onChange;n&&n.call(void 0,{syntheticEvent:e,nativeEvent:e.nativeEvent,value:o.value,target:o}),o.valueDuringOnChange=void 0},o.handleReject=function(e){o.setState({current:o.value});var t=o.props.onReject;t&&t.call(void 0,e)},o.handleNowClick=function(e){var t=o.mergeValue((0,m.cloneDate)(o.value||tn()),tn());o.setState({current:t,value:t}),o.valueDuringOnChange=t;var n=o.props.onChange;n&&n.call(void 0,{syntheticEvent:e,nativeEvent:e.nativeEvent,value:o.value,target:o}),o.valueDuringOnChange=void 0},o.handleChange=function(e){o.setState({current:e});var t=o.props.handleTimeChange;t&&t.call(void 0,{time:e})},o.dateFormatParts=o.intl.splitDateFormat(o.props.format||t.defaultProps.format),o.mergeValue=function(e){return function(t,n){return t.setHours.apply(t,e.map((function(e){return e(t,n)}))),t}}(Zt(o.dateFormatParts)),o.hasActiveButton=o.hasActiveButton.bind(o),o.state={current:o.props.value||A,value:o.props.value||t.defaultProps.value},o}return ho(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,m.cloneDate)(e):null},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"intl",{get:function(){return(0,g.provideIntlService)(this)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"current",{get:function(){return null!==this.state.current?(0,m.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,o=t.cancelButton,r=t.disabled,i=t.tabIndex,a=t.className,l=t.smoothScroll,c=t.min,u=t.max,p=t.boundRange,d=t.nowButton,h=t.steps,f=t.show,m=t.mobileMode,b=(0,g.provideLocalizationService)(this),y=b.toLanguageString(Ee,Re[Ee]),w=b.toLanguageString(Ve,Re[Ve]);return s.createElement("div",{ref:function(t){e._element=t},tabIndex:r?void 0:i||0,className:(0,v.A)("k-timeselector",a,{"k-disabled":r}),onKeyDown:this.handleKeyDown},s.createElement(uo,{ref:function(t){e.timePart=t},value:this.current,onChange:this.handleChange,onNowClick:this.handleNowClick,format:n,smoothScroll:l,min:c,max:u,boundRange:p,disabled:r,nowButton:d,steps:h,show:f,mobileMode:m}),this.props.footer&&s.createElement("div",{className:"k-time-footer k-actions k-actions-stretched"},o&&s.createElement(se.z,vo({type:"button",ref:function(t){e._cancelButton=t},className:"k-time-cancel",onClick:this.handleReject,title:y},{"aria-label":y}),y),s.createElement(se.z,vo({type:"button",ref:function(t){e._acceptButton=t},className:"k-time-accept",themeColor:"primary",onClick:this.handleAccept,title:w},{"aria-label":w}),w)))},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,Rt.v)(document);return this._acceptButton&&e===this._acceptButton.element||this._cancelButton&&e===this._cancelButton.element},t.propTypes={cancelButton:c.bool,className:c.string,disabled:c.bool,format:c.oneOfType([c.string,c.shape({skeleton:c.string,pattern:c.string,date:c.oneOf(["short","medium","long","full"]),time:c.oneOf(["short","medium","long","full"]),datetime:c.oneOf(["short","medium","long","full"]),era:c.oneOf(["narrow","short","long"]),year:c.oneOf(["numeric","2-digit"]),month:c.oneOf(["numeric","2-digit","narrow","short","long"]),day:c.oneOf(["numeric","2-digit"]),weekday:c.oneOf(["narrow","short","long"]),hour:c.oneOf(["numeric","2-digit"]),hour12:c.bool,minute:c.oneOf(["numeric","2-digit"]),second:c.oneOf(["numeric","2-digit"]),timeZoneName:c.oneOf(["short","long"])})]),max:c.instanceOf(Date),min:c.instanceOf(Date),nowButton:c.bool,steps:c.shape({hour:c.number,minute:c.number,second:c.number}),smoothScroll:c.bool,tabIndex:c.number,value:c.instanceOf(Date),show:c.bool},t.defaultProps={value:null,disabled:!1,cancelButton:!0,format:"t",min:K,max:W,boundRange:!1,footer:!0},t}(s.Component);(0,g.registerForIntl)(fo),(0,g.registerForLocalization)(fo);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 o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),go=function(){return go=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},go.apply(this,arguments)},bo=function(e){function t(n){var o=e.call(this,n)||this;return o._popupId=(0,u.M)(),o._element=null,o._dateInput=s.createRef(),o._timeSelector=null,o.shouldFocusDateInput=!1,o.prevShow=!1,o.focus=function(){o.dateInput&&o.dateInput.focus()},o.renderTimeSelector=function(){var e=o.props,t=e.smoothScroll,n=e.cancelButton,r=e.nowButton,i=e.disabled,a=e.format,l=e.steps;return s.createElement(fo,{ref:o.setTimeSelectorRef,className:o.mobileMode?"k-reset k-timeselector-lg":"",mobileMode:o.mobileMode,show:o.show,cancelButton:n,disabled:i,nowButton:r,format:a,min:o.min,max:o.max,steps:l,smoothScroll:t,value:o.value,footer:!o.mobileMode,handleTimeChange:o.mobileMode&&o.handleTimeChange,onChange:o.handleValueChange,onReject:o.handleValueReject})},o.renderPopup=function(){var e=o.popupSettings,t=e.popupClass,n=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(e,["popupClass"]),r=(0,v.A)("k-group k-reset",t),i=go({popupClass:"k-timepicker-popup",show:o.show,animate:null!==o.element,anchor:o.element,className:r,id:o._popupId,anchorAlign:{horizontal:"left",vertical:"bottom"},popupAlign:{horizontal:"left",vertical:"top"}},n);return o.props.popup?s.createElement(o.props.popup,go({},i),o.renderTimeSelector()):s.createElement(hn.G,go({},i),o.renderTimeSelector())},o.renderAdaptivePopup=function(){var e=o.state.windowWidth,t=void 0===e?0:e,n={expand:o.show,onClose:o.handleBlur,adaptiveTitle:o.props.adaptiveTitle,windowWidth:t,footer:{cancelText:o.localizationService.toLanguageString(Se,Re[Ee]),onCancel:o.handleValueReject,applyText:o.localizationService.toLanguageString(Ve,Re[Ve]),onApply:function(e){return o.handleValueChange(e)}}};return s.createElement(kn,go({},n),s.createElement(bn.M,{className:"!k-overflow-hidden"},o.renderTimeSelector()))},o.setTimeSelectorRef=function(e){o._timeSelector=e},o.nextValue=function(e,t){return void 0!==e.value?e.value:t.value},o.nextShow=function(e,t){return void 0!==e.show?e.show:t.show},o.handleInputValueChange=function(e){var t=o.mergeTime(e.value);o.handleValueChange(go(go({},e),{value:t}))},o.handleTimeChange=function(e){o.setState({candidate:e.time})},o.handleValueChange=function(e){o.setState({value:(0,m.cloneDate)(e.value||o.state.candidate)}),o.valueDuringOnChange=e.value,o.showDuringOnChange=!1,o.shouldFocusDateInput=!0;var t=o.props.onChange,n=o.value||o.state.candidate;t&&t.call(void 0,{syntheticEvent:e.syntheticEvent,nativeEvent:e.nativeEvent,value:n,show:o.show,target:o}),o.valueDuringOnChange=void 0,o.showDuringOnChange=void 0,o.setShow(!1)},o.handleFocus=function(){o.setState({focused:!0})},o.handleBlur=function(){o.setState({focused:!1}),o.setShow(!1)},o.handleValueReject=function(e){o.setShow(!1)},o.handleIconClick=function(e){o.props.disabled||(o.shouldFocusDateInput=!0,o.setShow(!o.show))},o.handleIconMouseDown=function(e){e.preventDefault()},o.handleKeyDown=function(e){var t=e.altKey,n=e.keyCode;if(n===p.R.esc)return o.shouldFocusDateInput=!0,void o.setShow(!1);!t||n!==p.R.up&&n!==p.R.down||(e.preventDefault(),e.stopPropagation(),o.shouldFocusDateInput=n===p.R.up,o.setShow(n===p.R.down))},(0,d.s)(b),o.state={value:o.props.defaultValue||t.defaultProps.defaultValue,show:o.props.defaultShow||t.defaultProps.defaultShow,focused:!1,candidate:null},o.normalizeTime=o.normalizeTime.bind(o),o.setShow=o.setShow.bind(o),o.mergeTime=o.mergeTime.bind(o),o}return mo(t,e),Object.defineProperty(t.prototype,"document",{get:function(){if(Qe.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,m.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),o=function(e,t,n){if(null===e)return!0;var o=on(e,t,n),r=o.candidateValue,i=o.minValue,a=o.maxValue;return i<=r&&r<=a}(e,t,n),r=void 0!==this.props.validationMessage,i=(!this.required||null!==this.value)&&o,a=void 0!==this.props.valid?this.props.valid:i;return{customError:r,rangeOverflow:ln(e,n),rangeUnderflow:an(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<=Cn&&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,g.provideLocalizationService)(this)},enumerable:!1,configurable:!0}),t.prototype.componentDidMount=function(){var e;this.observerResize=Qe.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,o=n.size,r=void 0===o?t.defaultProps.size:o,i=n.rounded,a=void 0===i?t.defaultProps.rounded:i,l=n.fillMode,c=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,g=n.formatPlaceholder,b=n.width,y=n.name,w=n.steps,z=n.validationMessage,x=n.required,k=n.validityStyles,C=n.ariaLabelledBy,I=n.ariaDescribedBy,O=!this.validityStyles||this.validity.valid,M={disabled:u,format:m,formatPlaceholder:g,id:h,ariaLabelledBy:C,ariaDescribedBy:I,max:this.normalizeTime(this.max),min:this.normalizeTime(this.min),name:y,onChange:this.handleInputValueChange,required:x,steps:w,tabIndex:this.show?-1:p,title:d,valid:this.validity.valid,validationMessage:z,validityStyles:k,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},E=this.localizationService.toLanguageString(Se,Re[Se]),V=this.localizationService.toLanguageString(He,Re[He]),H=s.createElement(Tt.o,{onFocus:this.handleFocus,onBlur:this.mobileMode?void 0:this.handleBlur,onSyncBlur:this.props.onBlur,onSyncFocus:this.props.onFocus},(function(t){var n,o=t.onFocus,i=t.onBlur;return s.createElement(s.Fragment,null,s.createElement("div",{ref:function(t){e._element=t},className:(0,v.A)("k-input","k-timepicker",(n={},n["k-input-".concat(Ft.G.sizeMap[r]||r)]=r,n["k-rounded-".concat(Ft.G.roundedMap[a]||a)]=a,n["k-input-".concat(c)]=c,n["k-invalid"]=!O,n["k-required"]=e.required,n["k-disabled"]=e.props.disabled,n),f),onKeyDown:e.handleKeyDown,style:{width:b},onFocus:o,onBlur:i,onClick:e.mobileMode?e.handleIconClick:void 0},s.createElement(e.dateInputComp,go({_ref:e._dateInput,ariaRole:"combobox",ariaControls:e._popupId},M)),s.createElement(se.z,go({tabIndex:-1,type:"button",icon:"clock",svgIcon:St,onMouseDown:e.handleIconMouseDown,onClick:e.mobileMode?void 0:e.handleIconClick,title:V,className:"k-input-button",rounded:null},{"aria-label":E})),!e.mobileMode&&e.renderPopup()),e.mobileMode&&e.renderAdaptivePopup())}));return this.props.label?s.createElement(gn,{dateInput:this._dateInput,label:this.props.label,editorId:h,editorValid:O,editorDisabled:this.props.disabled,children:H,style:{width:this.props.width}}):H},t.prototype.normalizeTime=function(e){return U(A,e)},t.prototype.setShow=function(e){var t=this.props,n=t.onOpen,o=t.onClose;this.show!==e&&(this.setState({show:e}),e&&n&&n.call(void 0,{target:this}),!e&&o&&o.call(void 0,{target:this}))},t.prototype.mergeTime=function(e){return this.value&&e?U(this.value,e):e},t.prototype.calculateMedia=function(e){for(var t=0,n=e;t<n.length;t++){var o=n[t];this.setState({windowWidth:o.target.clientWidth})}},t.displayName="TimePicker",t.propTypes={className:c.string,cancelButton:c.bool,nowButton:c.bool,defaultShow:c.bool,defaultValue:c.instanceOf(Date),disabled:c.bool,format:c.oneOfType([c.string,c.shape({skeleton:c.string,pattern:c.string,date:c.oneOf(["short","medium","long","full"]),time:c.oneOf(["short","medium","long","full"]),datetime:c.oneOf(["short","medium","long","full"]),era:c.oneOf(["narrow","short","long"]),year:c.oneOf(["numeric","2-digit"]),month:c.oneOf(["numeric","2-digit","narrow","short","long"]),day:c.oneOf(["numeric","2-digit"]),weekday:c.oneOf(["narrow","short","long"]),hour:c.oneOf(["numeric","2-digit"]),hour12:c.bool,minute:c.oneOf(["numeric","2-digit"]),second:c.oneOf(["numeric","2-digit"]),timeZoneName:c.oneOf(["short","long"])})]),formatPlaceholder:c.oneOfType([c.oneOf(["wide","narrow","short","formatPattern"]),c.shape({year:c.string,month:c.string,day:c.string,hour:c.string,minute:c.string,second:c.string})]),id:c.string,ariaLabelledBy:c.string,ariaDescribedBy:c.string,min:c.instanceOf(Date),max:c.instanceOf(Date),name:c.string,popupSettings:c.shape({animate:c.bool,appendTo:c.any,popupClass:c.string}),show:c.bool,steps:c.shape({hour:c.number,minute:c.number,second:c.number}),smoothScroll:c.bool,tabIndex:c.number,title:c.string,value:c.instanceOf(Date),width:c.oneOfType([c.number,c.string]),validationMessage:c.string,required:c.bool,validate:c.bool,valid:c.bool,size:c.oneOf([null,"small","medium","large"]),rounded:c.oneOf([null,"small","medium","large","full"]),fillMode:c.oneOf([null,"solid","flat","outline"])},t.defaultProps={defaultShow:!1,defaultValue:null,disabled:!1,format:"t",max:W,min:K,popupSettings:{},tabIndex:0,steps:{},required:!1,validityStyles:!0,dateInput:dn,size:"medium",rounded:"medium",fillMode:"solid"},t}(s.Component),yo=(0,f.Y)(),wo=(0,f.u)(yo,bo);wo.displayName="KendoReactTimePicker",(0,g.registerForLocalization)(bo);var zo=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),xo=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 o=n.props.onChange;if(o){var r={syntheticEvent:e.syntheticEvent,nativeEvent:e.nativeEvent,value:(0,m.cloneDate)(e.value),target:n,isTodayClick:t};o.call(void 0,r)}},n}return zo(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===O.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===O.month,"k-calendar-yearview":this.props.activeView===O.year,"k-calendar-decadeview":this.props.activeView===O.decade,"k-calendar-centuryview":this.props.activeView===O.century});return s.createElement("div",{ref:function(t){e._element=t},className:n},this.props.dates.map((function(n){return s.createElement("table",{className:"k-calendar-table k-content",key:n.getTime(),role:"grid"},s.createElement(ae,{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:j,max:q},t}(s.Component),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 o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),Co=function(){return Co=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},Co.apply(this,arguments)},Io=function(e,t,n){return void 0===e&&(e=Vo.defaultProps.min),void 0===t&&(t=Vo.defaultProps.max),n instanceof Date&&!Array.isArray(n)&&Y((0,m.getDate)(n),e,t)?(0,m.getDate)(n):null},Oo=function(e,t,n){return void 0===e&&(e=Vo.defaultProps.min),void 0===t&&(t=Vo.defaultProps.max),Array.isArray(n)?n.filter((function(n){return Y(n,e,t)})).map((function(e){return(0,m.getDate)(e)})):null},Mo=function(e){return"object"!=typeof e||e instanceof Date||null===e||Array.isArray(e)?R:e},Eo=function(e,t,n){return e||t&&t[0]||n&&n.start},Vo=function(e){function t(n){var o=e.call(this,n)||this;o.dates=[],o.selectedDate=null,o.selectedMultiple=null,o.selectedRange=R,o._focusedDate=new Date,o.cellUID=(0,u.M)(),o.activeRangeEnd="start",o._element=null,o.intl=null,o.localization=null,o.service=null,o.wrapperID=(0,u.M)(),o.calendarViewList=null,o.isActive=!1,o.calculateFocusFromValue=!0,o.focus=function(){o._element&&o._element.focus()},o.clampRange=function(e){return{start:e,end:null}},o.rangeWithFocused=function(e,t){return{start:e.start,end:null===e.end&&null!==e.start&&o.isActive?t:e.end}},o.generateRange=function(e,t){var n=t.end,r=t.start,i=null!==t.start&&e.getTime()<=t.start.getTime();return!o.props.allowReverse&&i?{start:e,end:o.selectedRange.start}:"end"!==o.activeRange?{start:e,end:n}:{start:r||o.selectedDate,end:e}},o.canNavigate=function(e){if(!o.service)return!1;var t=o.service.move(o.focusedDate,e);return o.min<=t&&t<=o.max||o.service.isInSameView(t,o.min)||o.service.isInSameView(t,o.max)},o.navigate=function(e,t){o.calculateFocusFromValue=!1;var n=o.move(e,t);o.setState({navigateDate:n,focusedDate:n})},o.move=function(e,t){return o.clampDate(o.service.move(t,e))},o.clampDate=function(e){return ee(e,o.min,o.max)},o.shouldAutoCorrect=function(e,t){var n=t.end,r=t.start;return"end"!==o.activeRange?null!==n&&e>n:null!==r&&e<r},o.handleCellEnter=function(e){"range"===o.props.mode&&(o.calculateFocusFromValue=!1,o.setState({focusedDate:e}))},o.handleMouseDown=function(e){e.preventDefault()},o.handleClick=function(e){o._element&&o._element.focus({preventScroll:!0})},o.handleFocus=function(e){if(o.isActive=!0,o.calendarViewList){o.calendarViewList.focusActiveDate();var t=o.props.onFocus;t&&t.call(void 0,e)}},o.handleBlur=function(e){if(o.isActive=!1,o.calendarViewList){o.calendarViewList.blurActiveDate();var t=o.props.onBlur;t&&t.call(void 0,e)}},o.handleTodayClick=function(e){o.todayIsInRange&&o.handleDateChange(e)},o.handlePrevButtonClick=function(){var e=qe.PrevView;if(o.state.activeView>0&&o.focusedDate.getFullYear()>o.dates[0].getFullYear())o.navigate(e,o.move(e,o.focusedDate));else{var t=o.isInMonth(o.focusedDate,o.dates[1])?o.move(e,o.focusedDate):o.focusedDate;o.navigate(e,t)}},o.handleNextButtonClick=function(){o.navigate(qe.NextView,o.focusedDate)},o.handleKeyDown=function(e){if(e.keyCode===p.R.enter){var t={syntheticEvent:e,nativeEvent:e.nativeEvent,value:o.focusedDate,target:o};o.handleDateChange(t)}else{var n=ee(o.navigation.move(o.focusedDate,o.navigation.action(e),o.state.activeView,o.service,e),o.min,o.max);if((0,m.isEqualDate)(o.focusedDate,n))return;o.dates&&o.service&&!o.service.isInArray(n,o.dates)&&o.setState({navigateDate:n}),o.calculateFocusFromValue=!1,o.setState({focusedDate:n})}e.preventDefault()},o.handleViewChange=function(e){var t=e.view;o.calculateFocusFromValue=!1,o.setState((function(e){return{activeView:t,navigateDate:e.focusedDate}}))},o.handleDateChange=function(e){var t=(0,m.cloneDate)(e.value),n=o.bus.canMoveDown(o.state.activeView);if(!o.props.disabled){if(n){if(!e.isTodayClick)return o.bus.moveDown(o.state.activeView,e.syntheticEvent),void o.setState({focusedDate:t});o.bus.moveToBottom(o.state.activeView)}var r;switch(o.calculateFocusFromValue=!0,o.props.mode){case"single":default:r=(0,m.cloneDate)(e.value);break;case"multiple":if(Array.isArray(o.selectedMultiple)){var i=o.selectedMultiple.slice(),a=-1;i.forEach((function(t,n){(0,m.isEqualDate)(t,e.value)&&(a=n)})),-1!==a?i.splice(a,1):i.push((0,m.cloneDate)(e.value)),r=i.slice()}else r=o.selectedDate?[(0,m.cloneDate)(o.selectedDate),(0,m.cloneDate)(e.value)]:[(0,m.cloneDate)(e.value)];break;case"range":r=null!==o.selectedRange.start&&null!==o.selectedRange.end&&"start"===o.activeRange?o.clampRange(e.value):o.generateRange(e.value,o.selectedRange),o.activeRangeEnd="end"!==o.activeRange?"end":"start"}o.valueDuringOnChange=r,e.isTodayClick&&o.setState({navigateDate:t}),o.setState({value:r,focusedDate:t}),o.valueDuringOnChange=r;var l=o.props.onChange;if(l){var s={syntheticEvent:e.syntheticEvent,nativeEvent:e.nativeEvent,value:r,target:o};l.call(void 0,s)}o.valueDuringOnChange=void 0}};var r=void 0!==n.value?n.value:n.defaultValue||t.defaultProps.defaultValue,i=Io(o.min,o.max,r),a=Oo(o.min,o.max,r),l=Mo(r),s=Eo(i,a,l),c=F(O[n.defaultActiveView],o.bottomView,o.topView),d=ee(n.focusedDate||s||G(),o.min,o.max);return o.state={value:r,activeView:c,focusedDate:d,navigateDate:d},o.activeRangeEnd=function(e,t){return null===e.start&&null===t?"start":null===e.end?"end":"start"}(l,i),o.bus=new mt(o.handleViewChange),o.navigation=new bt(o.bus),o.calculateFocusFromValue=!1,o.lastView=c,o.lastViewsCount=o.props.views||xo.defaultProps.views,o}return ko(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,m.cloneDate)(this._focusedDate)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"min",{get:function(){return(0,m.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,m.getDate)(void 0!==this.props.max?this.props.max:t.defaultProps.max)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"bottomView",{get:function(){return O[void 0!==this.props.bottomView?this.props.bottomView:t.defaultProps.bottomView]},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"topView",{get:function(){return O[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 Y(G(),(0,m.getDate)(this.min),(0,m.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=Io(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||xo.defaultProps.views},t.prototype.render=function(){var e=this;this.props._ref&&this.props._ref(this),this.intl=(0,g.provideIntlService)(this),this.localization=(0,g.provideLocalizationService)(this),this.bus.configure(this.bottomView,this.topView);var t=F(this.state.activeView,this.bottomView,this.topView);this.service=this.bus.service(t,this.intl),this.selectedDate=Io(this.min,this.max,this.value),this.selectedMultiple=Oo(this.min,this.max,this.value),this.selectedRange=Mo(this.value);var n=Eo(this.selectedDate,this.selectedMultiple,this.selectedRange);this._focusedDate=ee(this.calculateFocusFromValue&&null!==n?n:this.state.focusedDate,this.min,this.max);var o=(0,v.A)("k-widget k-calendar k-calendar-range",{"k-disabled":this.props.disabled},this.props.className),r=this.rangeWithFocused(this.selectedRange,this.focusedDate),i=this.localization.toLanguageString(fe,Re[fe]),a=this.localization.toLanguageString(me,Re[me]),l=!this.canNavigate(qe.PrevView),c=!this.canNavigate(qe.NextView),u={"aria-disabled":l},p={"aria-disabled":c},d=this.lastView!==t,h=this.dates&&this.isInMonth(this.state.navigateDate,this.dates[0]),f=this.lastViewsCount!==this.props.views;(!h||d||f)&&(this.dates=this.service.datesList(this.state.navigateDate,this.props.views||xo.defaultProps.views));var b=(0,m.cloneDate)(this.dates&&this.dates[0]?this.dates[0]:G());return s.createElement("div",{ref:function(t){e._element=t},className:o,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},s.createElement(ve,{key:".kendo.calendar.header.".concat(b.getTime()),activeView:t,currentDate:b,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:s.createElement(s.Fragment,null,s.createElement(se.z,Co({type:"button",className:"k-calendar-nav-prev",icon:this.isRtl?"chevron-right":"chevron-left",svgIcon:this.isRtl?Et:Vt,fillMode:"flat",title:i,disabled:l,onClick:this.handlePrevButtonClick},u)),s.createElement(Fe,{min:this.min,max:this.max,onClick:this.handleTodayClick,disabled:!this.todayIsInRange}),s.createElement(se.z,Co({type:"button",className:"k-calendar-nav-next",icon:this.isRtl?"chevron-left":"chevron-right",svgIcon:this.isRtl?Vt:Et,fillMode:"flat",title:a,disabled:c,onClick:this.handleNextButtonClick},p)))}),s.createElement(xo,{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:r,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,m.firstDayOfMonth)(t)<=e&&e<=(0,m.lastDayOfMonth)(t)},t.displayName="MultiViewCalendar",t.propTypes={activeRangeEnd:c.oneOf(["start","end"]),allowReverse:c.bool,bottomView:c.oneOf(["month","year","decade","century"]),className:c.string,defaultActiveView:c.oneOf(["month","year","decade","century"]),defaultValue:c.oneOfType([T(c.instanceOf(Date)),c.arrayOf(c.instanceOf(Date)),c.shape({start:T(c.instanceOf(Date)),end:T(c.instanceOf(Date))})]),disabled:c.bool,focusedDate:c.instanceOf(Date),id:c.string,ariaLabelledBy:c.string,ariaDescribedBy:c.string,max:c.instanceOf(Date),min:c.instanceOf(Date),mode:c.oneOf(["single","multiple","range"]),onBlur:c.func,onChange:c.func,onFocus:c.func,tabIndex:c.number,topView:c.oneOf(["month","year","decade","century"]),value:c.oneOfType([T(c.instanceOf(Date)),c.arrayOf(c.instanceOf(Date)),c.shape({start:T(c.instanceOf(Date).isRequired),end:T(c.instanceOf(Date).isRequired)})]),views:function(e,t,n){var o=e[t];return void 0!==o&&o<1?new Error("Invalid prop '".concat(t,"' supplied to")+"'".concat(n,"'. The '").concat(t,"' property cannot be less than 1'")):null},weekNumber:c.bool,dir:c.string},t.defaultProps={disabled:!1,min:j,max:q,navigation:!0,defaultActiveView:"month",defaultValue:null,topView:"century",tabIndex:0,bottomView:"month",views:2,allowReverse:!1},t}(s.Component),Ho=(0,f.Y)(),So=(0,f.u)(Ho,Vo);So.displayName="KendoReactMultiViewCalendar",(0,g.registerForIntl)(Vo),(0,g.registerForLocalization)(Vo);var Do=n(8130),Po=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),_o=function(){return _o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},_o.apply(this,arguments)},Lo=function(e){function t(n){var o=e.call(this,n)||this;return o._element=null,o._calendar=null,o._startDateInput=s.createRef(),o._endDateInput=s.createRef(),o._popupId=(0,u.M)(),o._startInputId=(0,u.M)(),o._endInputId=(0,u.M)(),o.shouldFocusDateInput=!1,o.shouldFocusCalendar=!1,o.focus=function(){o.startDateInput&&o.startDateInput.focus()},o.setCalendarRef=function(e){o._calendar=e},o.focusCalendarElement=function(){o._calendar&&o._calendar.element&&o._calendar.element.focus({preventScroll:!0})},o.calculateValue=function(e,t){return(void 0!==e.value?e.value:t.value)||R},o.calculateShow=function(e,t){return void 0!==e.show?e.show:t.show},o.renderCalendar=function(){var e=o.value||R,t=_o(_o({min:o.min,max:o.max,allowReverse:o.props.allowReverse,mode:"range",focusedDate:o.props.focusedDate,disabled:o.props.disabled,className:o.mobileMode?"k-calendar-lg":"",mobileMode:o.mobileMode},o.props.calendarSettings),{value:e,dir:o.props.dir,onChange:o.handleCalendarChange});return o.props.calendar?s.createElement(o.props.calendar,_o({},t)):s.createElement(So,_o({},t,{ref:o.setCalendarRef}))},o.renderPopup=function(){var e=_o(_o({popupClass:"k-daterangepicker-popup",animate:null!==o._element,anchor:o._element,id:o._popupId,anchorAlign:{horizontal:"left",vertical:"bottom"},popupAlign:{horizontal:"left",vertical:"top"}},o.props.popupSettings),{show:o.show});return o.props.popup?s.createElement(o.props.popup,_o({},e),o.renderCalendar()):s.createElement(hn.G,_o({},e),o.renderCalendar())},o.renderAdaptivePopup=function(){var e=o.state.windowWidth,t=void 0===e?0:e,n={expand:o.show,onClose:function(e){return o.handleCancel(e)},adaptiveTitle:o.props.adaptiveTitle,windowWidth:t,footer:{cancelText:o.localizationService.toLanguageString(Be,Re[Be]),onCancel:o.handleCancel,applyText:o.localizationService.toLanguageString(Ne,Re[Ne]),onApply:o.handleBlur}};return s.createElement(kn,_o({},n),s.createElement(bn.M,{className:"!k-overflow-hidden"},s.createElement("div",{className:"k-scrollable-wrap"},o.renderCalendar())))},o.handleReverseClick=function(e){var t={start:o.value.end,end:o.value.start},n={syntheticEvent:e,nativeEvent:e.nativeEvent};o.handleChange(t,n)},o.handleReverseMouseDown=function(e){e.preventDefault()},o.handleFocus=function(e){clearTimeout(o.nextTickId),o.shouldFocusDateInput||(o.setShow(!0),o.mobileMode&&o.setState({currentValue:o.value}));var t=o.props.onFocus;t&&t.call(void 0,e)},o.handleBlur=function(e){o.nextTick((function(){o.setShow(!1)}));var t=o.props.onBlur;t&&t.call(void 0,e)},o.handleCancel=function(e){o.nextTick((function(){o.setShow(!1),o.setState({currentValue:R})}));var t=o.props.onCancel;t&&t.call(void 0,e)},o.handleEndChange=function(e){var t={start:o.value.start,end:(0,m.cloneDate)(e.value||void 0)};o.handleChange(t,e)},o.handleStartChange=function(e){var t={start:(0,m.cloneDate)(e.value||void 0),end:o.value.end};o.handleChange(t,e)},o.extractRangeFromValue=function(e){if(!(Array.isArray(e.value)||e.value instanceof Date))return e.value||R;var t=Array.isArray(e.value)?e.value[0]:e.value;return{start:null!==o.value.end?t:o.value.start,end:null!==o.value.start?t:o.value.end}},o.handleCalendarChange=function(e){var t=o.extractRangeFromValue(e);o.handleChange(t,e)},o.handleKeyDown=function(e){var t=e.keyCode,n=e.altKey,r=(0,Rt.v)(document);t===p.R.esc?(e.preventDefault(),o.shouldFocusDateInput=!0,o.setShow(!1)):n&&t===p.R.down?(e.preventDefault(),o.shouldFocusCalendar=!0,o.setShow(!0)):t===p.R.tab&&o.show&&o._calendar&&o._calendar.element&&o.endDateInput&&o.endDateInput.element&&document&&r===o.endDateInput.element&&(e.preventDefault(),o.focusCalendarElement())},o.handleChange=function(e,t){o.setState({value:e}),o.valueDuringOnChange=e;var n=o.props.onChange;if(n){var r={syntheticEvent:t.syntheticEvent,nativeEvent:t.nativeEvent,value:o.value,show:o.show,target:o};n.call(void 0,r)}o.valueDuringOnChange=void 0},(0,d.s)(b),o.state={show:o.props.show||o.props.defaultShow||t.defaultProps.defaultShow,value:o.props.value||o.props.defaultValue||t.defaultProps.defaultValue,currentValue:R},o.nextTick=o.nextTick.bind(o),o.setShow=o.setShow.bind(o),o.focusCalendarElement=o.focusCalendarElement.bind(o),o.focusDateInputElement=o.focusDateInputElement.bind(o),o}return Po(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)||R},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(Qe.N)return this.element&&this.element.ownerDocument||document},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"localizationService",{get:function(){return(0,g.provideLocalizationService)(this)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"mobileMode",{get:function(){return!!(this.state.windowWidth&&this.state.windowWidth<=Cn&&this.props.adaptive)},enumerable:!1,configurable:!0}),t.prototype.componentDidMount=function(){var e;this.observerResize=Qe.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||R,n=this.mobileMode&&this.show?this.state.currentValue:t,o=(this.props.startDateInputSettings||{}).id||this._startInputId,r=(this.props.endDateInputSettings||{}).id||this._endInputId,i=(0,v.A)("k-daterangepicker",{"k-disabled":this.props.disabled},this.props.className),a=this.localizationService.toLanguageString(xe,Re[xe]),l=this.localizationService.toLanguageString(ke,Re[ke]),c=this.localizationService.toLanguageString(Ce,Re[Ce]),u=_o(_o({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}),p=_o(_o({disableSelection:this.mobileMode&&!0,label:l,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}),d=s.createElement(se.z,_o({type:"button",className:"k-select",fillMode:"flat",title:(0,g.provideLocalizationService)(this).toLanguageString(ze,Re[ze]),onMouseDown:this.handleReverseMouseDown,onClick:this.handleReverseClick},{"aria-controls":o+" "+r,"aria-label":(0,g.provideLocalizationService)(this).toLanguageString(ze,Re[ze])}),s.createElement(Do.a,{style:{transform:"rotate(90deg)"},name:"arrows-swap",icon:Ht}));return s.createElement(s.Fragment,null,s.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?s.createElement(this.props.startDateInput,_o({},u)):s.createElement(dn,_o({},u,{ref:this._startDateInput,ariaRole:"combobox",ariaControls:this._popupId,readonly:this.mobileMode})),(this.props.allowReverse||this.props.calendarSettings&&this.props.calendarSettings.allowReverse)&&this.props.swapButton?d:c,this.props.endDateInput?s.createElement(this.props.endDateInput,_o({},p)):s.createElement(dn,_o({},p,{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,Rt.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,o=t.onClose;this.show!==e&&(this.setState({show:e}),e&&n&&n.call(void 0,{target:this}),!e&&o&&o.call(void 0,{target:this}))},t.prototype.calculateMedia=function(e){for(var t=0,n=e;t<n.length;t++){var o=n[t];this.setState({windowWidth:o.target.clientWidth})}},t.displayName="DateRangePicker",t.propTypes={allowReverse:c.bool,calendarSettings:c.any,className:c.string,defaultShow:c.bool,defaultValue:c.shape({start:T(c.instanceOf(Date).isRequired),end:T(c.instanceOf(Date).isRequired)}),disabled:c.bool,endDateInputSettings:c.shape(un.propTypes),focusedDate:c.instanceOf(Date),format:c.oneOfType([c.string,c.shape({skeleton:c.string,pattern:c.string,date:c.oneOf(["short","medium","long","full"]),time:c.oneOf(["short","medium","long","full"]),datetime:c.oneOf(["short","medium","long","full"]),era:c.oneOf(["narrow","short","long"]),year:c.oneOf(["numeric","2-digit"]),month:c.oneOf(["numeric","2-digit","narrow","short","long"]),day:c.oneOf(["numeric","2-digit"]),weekday:c.oneOf(["narrow","short","long"]),hour:c.oneOf(["numeric","2-digit"]),hour12:c.bool,minute:c.oneOf(["numeric","2-digit"]),second:c.oneOf(["numeric","2-digit"]),timeZoneName:c.oneOf(["short","long"])})]),id:c.string,ariaLabelledBy:c.string,ariaDescribedBy:c.string,max:c.instanceOf(Date),min:c.instanceOf(Date),onBlur:c.func,onChange:c.func,onFocus:c.func,popupSettings:c.any,show:c.bool,startDateInputSettings:c.any,style:c.any,swapButton:c.any,tabIndex:c.number,dir:c.string,value:c.shape({start:T(c.instanceOf(Date).isRequired),end:T(c.instanceOf(Date).isRequired)})},t.defaultProps={allowReverse:!1,defaultShow:!1,defaultValue:R,disabled:!1,format:"d",max:q,min:j,swapButton:!1},t}(s.Component),Bo=(0,f.Y)(),No=(0,f.u)(Bo,Lo);No.displayName="KendoReactDateRangePicker",(0,g.registerForLocalization)(Lo);var Ro=n(7711),To=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),Fo=function(){return Fo=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},Fo.apply(this,arguments)},Ao=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(_e,Re[_e]),o=n.localizationService.toLanguageString(Le,Re[Le]);return s.createElement("div",{className:"k-datetime-footer k-actions k-actions-stretched "},e&&s.createElement(se.z,Fo({type:"button",ref:function(e){n._cancelButton=e},className:"k-time-cancel",onClick:n.handleReject,title:t},{"aria-label":t}),t),s.createElement(se.z,Fo({type:"button",themeColor:"primary",ref:function(e){n._acceptButton=e},className:"k-time-accept",disabled:!n.hasDateValue,onClick:n.handleAccept,title:o},{"aria-label":o}),o))},n.handleReject=function(e){n.setState({dateValue:n.props.value,timeValue:n.props.value||A});var t=n.mergeDate(n.props.value,n.props.value||A);if(n.props.onReject){var o={nativeEvent:e.nativeEvent,syntheticEvent:e,target:n,value:t};n.props.onReject.call(void 0,o)}},n.handleAccept=function(e,t){if(n.state.dateValue&&n.state.timeValue&&n.hasDateValue){var o=n.mergeDate(n.state.dateValue,t||n.state.timeValue);n.props.onChange.call(void 0,{syntheticEvent:e,nativeEvent:e.nativeEvent,value:o,target:n})}},n.handleNowClick=function(e){n.setState({timeValue:tn()}),n.handleAccept(e,tn())},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,o=e.altKey;switch(t){case p.R.enter:return void(!n.hasActiveButton()&&n.hasDateValue&&n.handleAccept(e));case p.R.left:if(!o)return;return void n.move("left");case p.R.right:if(!o)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||A},n}return To(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,g.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,o=t.min,r=t.max,i=t.weekNumber,a=t.focusedDate,l=t.format,c=t.mobileMode,u=t.footerActions,p=(0,v.A)({"k-date-tab":"date"===this.state.tab,"k-time-tab":"time"===this.state.tab,"k-disabled":n},"k-datetime-wrap"),d=this.localizationService.toLanguageString(De,Re[De]),h=this.localizationService.toLanguageString(Pe,Re[Pe]),f={min:o,max:r,weekNumber:i,focusedDate:a,disabled:n||"date"!==this.state.tab,value:this.state.dateValue,onChange:this.handleCalendarValueChange,navigation:!1,mobileMode:c};return s.createElement("div",{onKeyDown:this.handleKeyDown,className:p,tabIndex:-1},s.createElement("div",{className:"k-datetime-buttongroup"},s.createElement(Ro.h,{width:"100%"},s.createElement(se.z,{type:"button",selected:"date"===this.state.tab,togglable:!0,onClick:this.handleDateClick},d),s.createElement(se.z,{type:"button",selected:"time"===this.state.tab,togglable:!0,onClick:this.handleTimeClick},h))),s.createElement("div",{className:"k-datetime-selector"},s.createElement("div",{className:"k-datetime-calendar-wrap",ref:function(t){return e._calendarWrap=t}},this.props.calendar?s.createElement(this.props.calendar,Fo({},f)):s.createElement(It,Fo({ref:function(t){e._calendar=t}},f))),s.createElement("div",{className:"k-datetime-time-wrap"},s.createElement("div",{className:c?"k-reset k-timeselector-lg k-timeselector":""},s.createElement(uo,{key:1,onNowClick:this.handleNowClick,disabled:n||"time"!==this.state.tab,ref:function(t){e._timePart=t},min:this.minTime||K,max:this.maxTime||W,steps:this.props.steps,value:this.state.timeValue,format:l,onChange:this.handleTimeListContainerChange,onMount:this.handleTimePartMount,mobileMode:c})))),u&&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,m.isEqualDate)(e,t||G())?e:null},t.prototype.hasActiveButton=function(){if(!this._acceptButton)return!1;var e=(0,Rt.v)(document);return this._acceptButton&&e===this._acceptButton.element||this._cancelButton&&e===this._cancelButton.element},t.prototype.mergeTime=function(e,t){return e&&t?U(t,e):t},t.prototype.mergeDate=function(e,t){return e?U(e||G(),t):t},t.defaultProps={footerActions:!0},t}(s.Component);(0,g.registerForLocalization)(Ao);var jo=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),qo=function(){return qo=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},qo.apply(this,arguments)},Ko=function(e){function t(n){var o=e.call(this,n)||this;return o._popupId=(0,u.M)(),o._element=null,o._dateInput=s.createRef(),o._dateTimeSelector=null,o.shouldFocusDateInput=!1,o.prevShow=!1,o.focus=function(){var e=o.dateInputElement();e&&e.focus()},o.renderPicker=function(){var e=o.props,t=e.disabled,n=e.minTime,r=e.maxTime,i=e.format,a=e.calendar,l=e.cancelButton,c=e.weekNumber,u=e.focusedDate;return s.createElement(Ao,{ref:function(e){o._dateTimeSelector=e},cancelButton:l,steps:o.props.steps,value:o.value,onChange:o.handleValueChange,onReject:o.handleReject,disabled:t,weekNumber:c,min:o.min,max:o.max,minTime:n,maxTime:r,focusedDate:u,format:i,calendar:a,mobileMode:o.mobileMode,footerActions:!o.mobileMode})},o.renderAdaptivePopup=function(){var e=o.state.windowWidth,t=void 0===e?0:e,n=(0,g.provideLocalizationService)(o).toLanguageString(_e,Re[_e]),r=(0,g.provideLocalizationService)(o).toLanguageString(Le,Re[Le]),i={expand:o.show,onClose:o.handleBlur,adaptiveTitle:o.props.adaptiveTitle,windowWidth:t,footer:{cancelText:n,onCancel:function(e){var t;return null===(t=o._dateTimeSelector)||void 0===t?void 0:t.handleReject(e)},applyText:r,onApply:function(e){var t;return null===(t=o._dateTimeSelector)||void 0===t?void 0:t.handleAccept(e)}}};return s.createElement(kn,qo({},i),s.createElement(bn.M,{className:"!k-overflow-hidden"},o.renderPicker()))},o.handleReject=function(){o.shouldFocusDateInput=!0,o.setShow(!1)},o.handleValueChange=function(e){o.setState({value:(0,m.cloneDate)(e.value||void 0)}),o.valueDuringOnChange=e.value,o.showDuringOnChange=!1,o.mobileMode||(o.shouldFocusDateInput=!0);var t=o.props.onChange;t&&t.call(void 0,{syntheticEvent:e.syntheticEvent,nativeEvent:e.nativeEvent,value:o.value,show:o.show,target:o}),o.valueDuringOnChange=void 0,o.showDuringOnChange=void 0,o.setShow(!1)},o.handleFocus=function(){o.setState({focused:!0})},o.handleBlur=function(){o.setState({focused:!1}),o.setShow(!1)},o.handleDateIconClick=function(){o.props.disabled||(o.shouldFocusDateInput=!0,o.setShow(!o.show))},o.handleIconMouseDown=function(e){e.preventDefault()},o.handleKeyDown=function(e){var t=e.altKey,n=e.keyCode;if(n===p.R.esc)return o.shouldFocusDateInput=!0,void o.setShow(!1);!t||n!==p.R.up&&n!==p.R.down||(e.preventDefault(),e.stopPropagation(),o.shouldFocusDateInput=n===p.R.up,o.setShow(n===p.R.down))},o.dateInputElement=function(){return o.dateInput&&o.dateInput.element||o.element&&o.element.querySelector(".k-dateinput > input.k-input-inner")},(0,d.s)(b),o.state={value:o.props.defaultValue||t.defaultProps.defaultValue,show:o.props.defaultShow||t.defaultProps.defaultShow,focused:!1},o}return jo(t,e),Object.defineProperty(t.prototype,"document",{get:function(){if(Qe.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,m.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<=Cn&&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=Z(this.value,this.min,this.max)&&rn(this.value,this.props.minTime||K,this.props.maxTime||W),t=void 0!==this.props.validationMessage,n=(!this.required||null!==this.value)&&e,o=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:o,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=Qe.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,o=n.size,r=void 0===o?t.defaultProps.size:o,i=n.rounded,a=void 0===i?t.defaultProps.rounded:i,l=n.fillMode,c=void 0===l?t.defaultProps.fillMode:l,u=n.disabled,p=n.tabIndex,d=n.title,h=n.id,f=n.format,m=n.formatPlaceholder,b=n.min,y=n.max,w=n.className,z=n.width,x=n.name,k=n.validationMessage,C=n.required,I=n.validityStyles,O=n.minTime,M=n.maxTime,E=n.ariaLabelledBy,V=n.ariaDescribedBy,H=n.popup,S=void 0===H?hn.G:H,D=!this.validityStyles||this.validity.valid,P={id:h,ariaLabelledBy:E,ariaDescribedBy:V,format:f,formatPlaceholder:m,disabled:u,title:d,validityStyles:I,validationMessage:k,required:C,min:b,max:y,minTime:O,maxTime:M,name:x,tabIndex:this.show?-1:p,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},_=s.createElement(Tt.o,{onFocus:this.handleFocus,onBlur:this.handleBlur,onSyncFocus:this.props.onFocus,onSyncBlur:this.props.onBlur},(function(t){var n,o=t.onFocus,i=t.onBlur;return s.createElement(s.Fragment,null,s.createElement("div",{ref:function(t){e._element=t},className:(0,v.A)("k-input","k-datetimepicker",(n={},n["k-input-".concat(Ft.G.sizeMap[r]||r)]=r,n["k-rounded-".concat(Ft.G.roundedMap[a]||a)]=a,n["k-input-".concat(c)]=c,n["k-invalid"]=!D,n["k-required"]=e.required,n["k-disabled"]=e.props.disabled,n),w),onKeyDown:e.handleKeyDown,style:{width:z},onFocus:e.mobileMode?void 0:o,onBlur:i,onClick:e.mobileMode?e.handleDateIconClick:void 0},s.createElement(e.dateInputComp,qo({_ref:e._dateInput,ariaRole:"combobox",ariaControls:e._popupId,readonly:e.mobileMode},P)),s.createElement(se.z,qo({tabIndex:-1,type:"button",icon:"calendar",svgIcon:Dt,onMouseDown:e.handleIconMouseDown,onClick:e.mobileMode?void 0:e.handleDateIconClick,title:(0,g.provideLocalizationService)(e).toLanguageString(Ie,Re[Ie]),className:"k-input-button",rounded:null},{"aria-label":(0,g.provideLocalizationService)(e).toLanguageString(Ie,Re[Ie])})),s.createElement(S,{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?s.createElement(gn,{dateInput:this._dateInput,label:this.props.label,editorId:h,editorValid:D,editorDisabled:this.props.disabled,children:_,style:{width:this.props.width}}):_},t.prototype.setShow=function(e){var t=this.props,n=t.onOpen,o=t.onClose;this.show!==e&&(this.setState({show:e}),e&&n&&n.call(void 0,{target:this}),!e&&o&&o.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 o=n[t];this.setState({windowWidth:o.target.clientWidth})}},t.displayName="DateTimePicker",t.propTypes={className:c.string,defaultShow:c.bool,defaultValue:c.instanceOf(Date),disabled:c.bool,focusedDate:c.instanceOf(Date),format:c.oneOfType([c.string,c.shape({skeleton:c.string,pattern:c.string,date:c.oneOf(["short","medium","long","full"]),time:c.oneOf(["short","medium","long","full"]),datetime:c.oneOf(["short","medium","long","full"]),era:c.oneOf(["narrow","short","long"]),year:c.oneOf(["numeric","2-digit"]),month:c.oneOf(["numeric","2-digit","narrow","short","long"]),day:c.oneOf(["numeric","2-digit"]),weekday:c.oneOf(["narrow","short","long"]),hour:c.oneOf(["numeric","2-digit"]),hour12:c.bool,minute:c.oneOf(["numeric","2-digit"]),second:c.oneOf(["numeric","2-digit"]),timeZoneName:c.oneOf(["short","long"])})]),formatPlaceholder:c.oneOfType([c.oneOf(["wide","narrow","short","formatPattern"]),c.shape({year:c.string,month:c.string,day:c.string,hour:c.string,minute:c.string,second:c.string})]),id:c.string,ariaLabelledBy:c.string,ariaDescribedBy:c.string,min:c.instanceOf(Date),max:c.instanceOf(Date),name:c.string,popupSettings:c.shape({animate:c.bool,appendTo:c.any,popupClass:c.string}),show:c.bool,tabIndex:c.number,title:c.string,value:c.instanceOf(Date),weekNumber:c.bool,width:c.oneOfType([c.number,c.string]),validationMessage:c.string,required:c.bool,validate:c.bool,valid:c.bool,cancelButton:c.bool,size:c.oneOf([null,"small","medium","large"]),rounded:c.oneOf([null,"small","medium","large","full"]),fillMode:c.oneOf([null,"solid","flat","outline"])},t.defaultProps={defaultShow:!1,defaultValue:null,disabled:!1,format:"g",max:q,min:j,popupSettings:{},tabIndex:0,weekNumber:!1,required:!1,validityStyles:!0,cancelButton:!0,dateInput:dn,size:"medium",rounded:"medium",fillMode:"solid"},t}(s.Component),Wo=(0,f.Y)(),Uo=(0,f.u)(Wo,Ko);Uo.displayName="KendoReactDateTimePicker",(0,g.registerForLocalization)(Ko)},2831:(e,t,n)=>{n.r(t),n.d(t,{AutoComplete:()=>$e,AutoCompletePropsContext:()=>Je,AutoCompleteWithoutContext:()=>Qe,ComboBox:()=>Ue,ComboBoxPropsContext:()=>We,ComboBoxWithoutContext:()=>Ke,DropDownList:()=>De,DropDownListPropsContext:()=>Se,DropDownListWithoutContext:()=>He,DropDownTree:()=>hn,DropDownTreePropsContext:()=>dn,List:()=>pe,ListContainer:()=>k,ListFilter:()=>E,ListItem:()=>Z,MultiColumnComboBox:()=>Et,MultiColumnComboBoxPropsContext:()=>Mt,MultiSelect:()=>wt,MultiSelectPropsContext:()=>yt,MultiSelectTree:()=>zn,MultiSelectTreePropsContext:()=>wn,MultiSelectWithoutContext:()=>bt,SearchBar:()=>Be,TagList:()=>it,dropdownsMessages:()=>se,getMultiSelectTreeValue:()=>In,getValueMap:()=>Cn,nodata:()=>te,scrollToItem:()=>_});var o=n(3899),r=n(189),i=n(2697),a=n(3198),l=n(8047),s=n(3493),c=n(4703),u=n(8130),p=n(3218),d=n(848),h=n(6097);const v={name:"caret-alt-down",content:'<path d="M256 352 128 160h256L256 352z" />',viewBox:"0 0 512 512"},f={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"},m={name:"plus",content:'<path d="M288 224V96h-64v128H96v64h128v128h64V288h128v-64H288z" />',viewBox:"0 0 512 512"},g={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"};var b,y=n(1754),w=(b=function(e,t){return b=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])},b(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}b(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),z=function(){return z=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},z.apply(this,arguments)},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.children,n=e.width,r=e.dir,i=e.itemsCount,a=e.popupSettings;return o.createElement(y.G,z({style:{width:n,direction:r},contentKey:i&&i.join()},a),t)},t}(o.Component);const k=x;var C=n(4071),I=n(6183),O=function(){return O=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},O.apply(this,arguments)},M=o.forwardRef((function(e,t){var n=o.useRef(null);return o.useImperativeHandle(t,(function(){return n.current})),o.createElement("div",{className:"k-list-filter"},o.createElement(C.z,O({},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 o.createElement(I.Z,null,o.createElement(u.a,{name:"search",icon:g}))}})))}));M.propTypes={value:r.oneOfType([r.string,r.number,r.array]),tabIndex:r.number,onChange:r.func,onKeyDown:r.func,size:r.oneOf([null,"small","medium","large"]),rounded:r.oneOf([null,"small","medium","large","full"]),fillMode:r.oneOf([null,"solid","flat","outline"])},M.displayName="KendoReactListFilter";const E=M;var V=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),H=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.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 S=H;var D=function(e){return null!=e},P=function(e,t,n){if(!D(e))return!1;var o=String(e);return n&&(o=o.toLowerCase()),0===o.indexOf(t)},_=function(e,t,n,o,r){var i=e.offsetHeight,a=t.children.item(n),l=a.offsetTop+(r?o-e.scrollTop:0),s=a.offsetHeight;if(r){var c=0;l+s>i?c=l+s-i:l<0&&(c=l),0!==c?e.scrollTop+=c:0===e.scrollTop&&0!==o&&(e.scrollTop=o)}else l+s>i+e.scrollTop?e.scrollTop=l+s-i:l<e.scrollTop&&(e.scrollTop-=e.scrollTop-l)},L=function(e,t,n){var o=-1;if(t){t=t.toLowerCase();for(var r=0;r<e.length;r++){var i=(N(e[r],n)||"")+"";if(i&&i.toLowerCase().startsWith(t)){o=r;break}}}return o},B=function(e,t,n,o){void 0===o&&(o=!1);var r=function(e){return o?e:e.toLowerCase()};return e.findIndex((function(e){return n?r(N(e,n))===r(t):r(t)===r(e.toString())}))},N=function(e,t){if(t&&D(e)){var n=t.split("."),o=e;return n.forEach((function(e){o=o?o[e]:void 0})),o}return e},R=function(e,t,n){t.forEach((function(t){var o=e.findIndex((function(e){return T(e,t,n)}));-1!==o&&e.splice(o,1)}))},T=function(e,t,n){return e===t||D(e)===D(t)&&N(e,n)===N(t,n)},F=function(e,t,n){if(t){var o=B(e,t,n,!0);return-1!==o?e[o]:e[L(e,t,n)]}return e[0]},A=function(e){"INPUT"!==e.target.nodeName&&e.preventDefault()},j=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 o=0;o<e.length;o++)if(!T(e[o],t[o],n))return!1;return!0}(e.data,t.data,n))},q=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),K=function(e){return e.preventDefault()},W=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return q(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:K,style:{position:"unset"},className:(0,l.A)("k-list-optionlabel",{"k-selected":t})},N(n,r)||"")},t}(o.Component);const U=W;var G=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),Y=function(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 G(t,e),t.prototype.render=function(){var e=this.props,t=e.selected,n=e.group,r=e.dataItem,i=e.virtual,a=e.groupMode,s=e.disabled,c=e.render,u=o.createElement("li",{id:this.props.id,role:"option","aria-selected":t,"aria-disabled":!!s||void 0,className:(0,l.A)("k-list-item",{"k-selected":t,"k-focus":this.props.focused,"k-first":Boolean(n)&&"classic"===a,"k-disabled":s}),onClick:this.handleClick,style:{position:i?"relative":"unset"}},o.createElement("span",{className:"k-list-item-text"},N(r,this.props.textField).toString()),void 0!==n&&"classic"===a?o.createElement("div",{className:"k-list-item-group-label"},n):null);return void 0!==c?c.call(void 0,u,this.props):u},t}(o.Component);const Z=Y;var X=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),Q=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return X(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 J=Q;var $,ee=n(499),te="dropdowns.nodata",ne="dropdowns.clear",oe="dropdowns.comboArrowBtnAriaLabelExpand",re="dropdowns.comboArrowBtnAriaLabelCollapse",ie="dropdowns.dropDownListArrowBtnAriaLabel",ae="dropdowns.apply",le="dropdowns.cancel",se=(($={})[ne]="clear",$[te]="NO DATA FOUND.",$[oe]="expand combobox",$[re]="collapse combobox",$[ie]="select",$[ae]="Apply",$[le]="Cancel",$),ce=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),ue=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return ce(t,e),t.prototype.renderItems=function(){var e=this,t=this.props,n=t.textField,r=t.valueField,i=t.groupField,a=t.groupMode,l=t.isMultiColumn,s=t.optionsGuid,c=t.skip,u=void 0===c?0:c,p=t.virtual,d=t.focusedIndex,h=t.highlightSelected,v=void 0===h||h,f=t.value,m=t.data,g=t.itemRender,b=t.groupHeaderItemRender,y=Array.isArray(f),w=0;return m.map((function(t,c){var h,z,x=u+c,k=u+c+w,C=!t.disabled&&v&&(!y&&T(t,f,r)||y&&-1!==f.findIndex((function(e){return T(e,t,r)}))),I=void 0;return c>0&&void 0!==i&&(h=N(t,i),z=N(m[c-1],i),h&&z&&h!==z&&(I=h)),void 0!==I&&"modern"===a&&(w+=1),[void 0!==I&&"modern"===a&&o.createElement(J,{id:"option-".concat(s,"-").concat(k),virtual:p,key:x+"-group-item",group:I,isMultiColumn:l,render:b}),o.createElement(Z,{id:"option-".concat(s,"-").concat(void 0!==I&&"modern"===a?k+1:k),virtual:p,dataItem:t,groupMode:a,selected:C,focused:d===c,index:x,key:x,onClick:e.props.onClick,textField:n,group:I,render:g,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(te,se[te])));return t?t.call(void 0,n):n},t.prototype.render=function(){var e=(0,ee.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,u=t.listClassName,p=void 0===u?"k-list-ul":u,d=this.renderItems();return d.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:p,ref:s,style:l},d),this.props.scroller&&o.createElement("div",{className:"k-height-container"},this.props.scroller)):this.renderNoValueElement(e)},t}(o.Component);const pe=ue;(0,ee.registerForLocalization)(ue);const de=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,o=this.container.scrollTop,r=this.listTranslate,i=o-r;if(!(i>n)){for(t=0;t<this.skip&&!(r+n+i<=o);t++)r-=n;if(r=this.validateTranslate(r),this.skip-t<=0&&r>=o)return this.translateTo(0),this.changePage(0,e),void(this.container.scrollTop=0);r!==this.listTranslate&&(this.translateTo(r),this.changePage(this.skip-t,e))}},e.prototype.localScrollDown=function(e){var t,n=this.itemHeight,o=this.container.scrollTop,r=this.listTranslate,i=this.list.children.length;for(t=0;t<i&&!(r+n>=o);t++)r+=n;r=this.validateTranslate(r),t>=i&&this.skip+t>=this.total?(this.translateTo(r),this.changePage(this.total-1,e)):r!==this.listTranslate&&(this.translateTo(r),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),o=this.containerHeight*t/this.total;o=this.validateTranslate(o),this.translateTo(o),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 he=function(){function e(){}return e.prototype.navigate=function(e){var t=e.keyCode;return t===s.R.up||t===s.R.left?this.next({current:e.current,min:e.min,max:e.max,step:e.skipItems?e.skipItems:-1}):t===s.R.down||t===s.R.right?this.next({current:e.current,min:e.min,max:e.max,step:e.skipItems?e.skipItems:1}):t===s.R.home?0:t===s.R.end?e.max:void 0},e.prototype.next=function(e){return D(e.current)?Math.min(e.max,Math.max(e.current+e.step,e.min)):e.min},e}(),ve=function(){return ve=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},ve.apply(this,arguments)},fe=function(){function e(e){var t=this;this.wrapper=null,this.list=null,this.vs=new de,this.navigation=new he,this.handleItemClick=function(e,n){var o=t.initState();o.syntheticEvent=n,n.stopPropagation(),t.component.handleItemSelect(e,o),t.togglePopup(o),t.applyState(o)},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 o=t.component.props,r=o.textField;o.filterable&&n.events.push({type:"onFilterChange",filter:{field:r,operator:"contains",ignoreCase:!0,value:e}})},this.togglePopup=function(e){var n=t.component.props,o=void 0!==n.opened?n.opened:t.component.state.opened;void 0===n.opened&&(e.data.opened=!o),o?e.events.push({type:"onClose"}):(e.events.push({type:"onOpen"}),t.calculatePopupWidth())},this.pageChange=function(e,n){var o=t.initState();o.syntheticEvent=n,t.triggerOnPageChange(o,e.skip,e.take),t.applyState(o)},this.scrollToVirtualItem=function(e,n){var o=t.vs;if(o.enabled=!1,0===e.skip)o.reset();else if(e.skip+e.pageSize===e.total)o.scrollToEnd();else{var r=o.translate;0===r&&(o.calcScrollElementHeight(),r=o.itemHeight*e.skip,o.translateTo(r-o.itemHeight)),o.container&&(o.container.scrollTop=r),t.scrollToItem(n,!0)}window.setTimeout((function(){return o.enabled=!0}),10)},this.scrollPopupByPageSize=function(e){var n,o,r,i,a,l,s=t.vs,c=null===(o=null===(n=t.list)||void 0===n?void 0:n.parentElement)||void 0===o?void 0:o.scrollTop,u=s.enabled&&s.itemHeight?s.itemHeight:t.list?t.list.children[0].offsetHeight:0,p=null===(i=null===(r=t.list)||void 0===r?void 0:r.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&&o.createElement("div",{ref:function(t){return e.scrollElement=t},key:"scrollElementKey"})},this.resetGroupStickyHeader=function(e,t){e!==t.state.group&&t.setState(ve(ve({},t.state),{group:e}))},this.listBoxId=(0,a.M)(),this.guid=(0,a.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||{},o=t.width,r=!0===e.opened;void 0===o&&this.calculatePopupWidth(),void 0===e.dir&&void 0===n.direction&&(this.calculateDir(),r=!0),r&&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 o=this,r=this.list||this.vs.list;if(r||n||setTimeout((function(){o.scrollToItem(e,t,!0)}),10),r&&e>=0){var i=this.vs,a=i.container||r.parentNode,l=void 0!==t?t:i.enabled;_(a,r,e,i.translate,l)}},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 o=e.type;delete e.type;var r=o&&t.component.props[o];r&&r.call(void 0,ve(ve({},n),e))}))},e.prototype.triggerOnPageChange=function(e,t,n){var o=this.component.props.virtual;if(o){var r=Math.min(Math.max(0,t),Math.max(0,o.total-n));r!==o.skip&&e.events.push({type:"onPageChange",page:{skip:r,take:n}})}},e.prototype.triggerPageChangeCornerItems=function(e,t){var n=this.component.props,o=n.data,r=void 0===o?[]:o,i=n.dataItemKey,a=n.virtual,l=void 0!==n.opened?n.opened:this.component.state.opened;e&&a&&this.vs.enabled&&(a.skip>0&&T(e,r[0],i)?this.triggerOnPageChange(t,a.skip-1,a.pageSize):!l&&a.skip+a.pageSize<a.total&&T(e,r[r.length-1],i)&&this.triggerOnPageChange(t,a.skip+1,a.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(o,r){var i;e[r-1]&&o[t]!==e[r-1][t]?(n.push(((i={})[t]=o[t],i)),n.push(e[r])):n.push(e[r])})),n},e.basicPropTypes={opened:r.bool,disabled:r.bool,dir:r.string,tabIndex:r.number,accessKey:r.string,data:r.array,textField:r.string,className:r.string,label:r.string,loading:r.bool,popupSettings:r.shape({animate:r.oneOfType([r.bool,r.shape({openDuration:r.number,closeDuration:r.number})]),popupClass:r.string,className:r.string,appendTo:r.any,width:r.oneOfType([r.string,r.number]),height:r.oneOfType([r.string,r.number])}),onOpen:r.func,onClose:r.func,onFocus:r.func,onBlur:r.func,onChange:r.func,itemRender:r.func,listNoDataRender:r.func,focusedItemIndex:r.func,header:r.node,footer:r.node},e.propTypes=ve(ve({},e.basicPropTypes),{value:r.any,defaultValue:r.any,filterable:r.bool,filter:r.string,virtual:r.shape({pageSize:r.number.isRequired,skip:r.number.isRequired,total:r.number.isRequired}),onFilterChange:r.func,onPageChange:r.func}),e.defaultProps={popupSettings:{height:"200px"},required:!1,validityStyles:!0},e}();const me=fe;var ge=n(4006),be=n(7827),ye={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"},we=n(7037),ze=500,xe=768,ke=n(8574),Ce=n(1205),Ie=n(7999),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 o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),Me=function(){return Me=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},Me.apply(this,arguments)},Ee=i.G.sizeMap,Ve=i.G.roundedMap,He=function(e){function t(t){var n=e.call(this,t)||this;return n.state={},n._element=null,n.base=new me(n),n.searchState={word:"",last:""},n._select=null,n._skipFocusEvent=!1,n._filterInput=null,n._navigated=!1,n._lastKeypressIsFilter=!1,n._inputId=(0,a.M)(),n.itemHeight=0,n.focus=function(){n.base.wrapper&&n.base.wrapper.focus()},n.handleItemSelect=function(e,t){var o=n.props,r=o.data,i=void 0===r?[]:r,a=o.virtual,l=o.dataItemKey,s=o.defaultItem,c=a?a.skip:0,u=-1===e&&void 0!==s?s:i[e-c],p=!T(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,s=t.data,c=void 0===s?[]:s,u=t.size,p=t.groupField,d=t.groupStickyHeaderItemRender,h=t.list,v=n.base,f=v.getPopupSettings(),m=void 0!==n.props.opened?n.props.opened:n.state.opened,g=void 0!==f.width?f.width:v.popupWidth,b={dir:void 0!==a?a:v.dirCalculated,width:g,popupSettings:{popupClass:(0,l.A)(f.popupClass,"k-list-container","k-dropdownlist-popup"),className:f.className,animate:f.animate,anchor:n.element,show:m,onOpen:n.onPopupOpened,onClose:n.onPopupClosed,appendTo:f.appendTo},itemsCount:[c.length]},y=n.state.group;return void 0===y&&void 0!==p&&(y=N(c[0],p)),o.createElement(k,Me({},b),n.renderListFilter(),r&&o.createElement("div",{className:"k-list-header"},r),o.createElement("div",{className:(0,l.A)("k-list",(e={},e["k-list-".concat(Ee[u]||u)]=u,e["k-virtual-list"]=n.base.vs.enabled,e))},n.renderDefaultItem(),!h&&y&&0!==c.length&&o.createElement(S,{group:y,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(pe,{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,o=t.vs,r=t.list;o.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||(o.enabled?o.itemHeight:r?r.children[0].offsetHeight:0),c=e.target.scrollTop-o.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(E,{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(U,{defaultItem:r,textField:t,selected:T(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,o=n.props,r=o.data,i=void 0===r?[]:r,a=o.dataItemKey,l=i.map((function(e,t){return{item:e,itemIndex:t}})),s=n.searchState.word,c=n.searchState.last,u=function(e,t){for(var n=0;n<e.length;n++)if(e.charAt(n)!==t)return!1;return!0}(s,c),p=l.length,d=Math.max(0,i.findIndex((function(e){return T(e,n.value,a)})));n.props.defaultItem&&(t={item:n.props.defaultItem,itemIndex:-1},p+=1,d+=1),l=function(e,t,n){var o=e;return n&&(o=[n].concat(o)),o.slice(t).concat(o.slice(0,t))}(l,d+=u?1:0,t);for(var h,v,f,m=0,g=n.props,b=g.textField,y=g.ignoreCase;m<p;m++)if(h=N(l[m].item,b),v=u&&P(h,c,y),f=P(h,s,y),v||f){m=l[m].itemIndex;break}if(m!==p){var w=n.base.initState();w.syntheticEvent=e,n.handleItemSelect(m,w),n.applyState(w),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,o=t.data,r=void 0===o?[]:o,i=t.filterable,a=t.disabled,l=t.defaultItem,c=t.leftRightKeysNavigation,u=void 0===c||c,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,b=void 0===g||g,y=n.value,w=r.findIndex((function(e){return T(e,y,h)})),z=void 0!==n.props.opened?n.props.opened:n.state.opened,x=e.keyCode,k=x===s.R.home||x===s.R.end,C=x===s.R.up||x===s.R.down,I=!z&&(e.altKey&&x===s.R.down||x===s.R.enter||x===s.R.space),O=z&&(e.altKey&&x===s.R.up||x===s.R.esc),M=u&&(x===s.R.left||x===s.R.right),E=C||M&&!i||k,V=n.base.initState();if(V.syntheticEvent=e,!a){if(k&&n.base.vs.enabled)x===s.R.home?0!==d.skip?(n.base.triggerOnPageChange(V,0,d.pageSize),n._navigated=!0):n.triggerOnChange(r[0],V):d.skip<d.total-d.pageSize?(n.base.triggerOnPageChange(V,d.total-d.pageSize,d.pageSize),n._navigated=!0):n.triggerOnChange(r[r.length-1],V);else if(z&&x===s.R.pageUp)n.base.scrollPopupByPageSize(-1);else if(z&&x===s.R.pageDown)n.base.scrollPopupByPageSize(1);else if(z&&x===s.R.enter){var H=n.getFocusedIndex();n.haveFocusedItemAndDataNotEmpty(r,H)?(n.triggerOnChange(null,V),n.applyState(V)):n.handleItemSelect(H,V),n.base.togglePopup(V),e.preventDefault()}else if(I||O)O&&n.resetValueIfDisabledItem(),n.base.togglePopup(V),e.preventDefault();else if(E){if(n._lastKeypressIsFilter=!1,""!==f&&m)if(!b&&z)n.onNavigate(V,x);else{var S=void 0;if(x===s.R.down||x===s.R.right){var D=r.slice(w+1).find((function(e){return!e.disabled&&e[m]}));S=D&&r.findIndex((function(e){return e[m]===D[m]}))}else if(x===s.R.up||x===s.R.left){var P=void 0;if(0===w&&l)S=-1;else if(-1===w)P=r,S=r.findIndex((function(e){return!e.disabled&&e[m]}));else{for(var _=(P=r.slice(0,w)).pop();_&&_.disabled;)_=P.pop();S=_&&r.findIndex((function(e){return e[m]===_[m]}))}}if(void 0!==S){var L=S-w;n.onNavigate(V,x,L)}else void 0===S&&r.findIndex((function(e){return e[m]===y[m]}))===r.length-1&&n.onNavigate(V,x)}else if(!b&&z||k)n.onNavigate(V,x);else if(m){if(S=void 0,x===s.R.down||x===s.R.right){var B=r.slice(w+1).find((function(e){return!e.disabled&&e[m]}));S=B&&r.findIndex((function(e){return e[m]===B[m]}))}else if(x===s.R.up||x===s.R.left){var N=void 0;if(0===w&&l)S=-1;else if(-1===w)N=r,S=r.find((function(e){return!e.disabled&&e[m]}));else{for(var R=(N=r.slice(0,w)).pop();R&&R.disabled;)R=N.pop();S=R&&r.findIndex((function(e){return e[m]===R[m]}))}}void 0!==S?(L=S-w,n.onNavigate(V,x,L)):void 0===S&&r.findIndex((function(e){return e[m]===y[m]}))===r.length-1&&n.onNavigate(V,x)}else n.onNavigate(V,x);e.preventDefault()}n.applyState(V)}},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,o=n.props.adaptive,r=n.state.windowWidth,i=(void 0===r?0:r)<=xe&&o,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!==s.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,ge.s)(ye),n}return Oe(t,e),Object.defineProperty(t.prototype,"document",{get:function(){if(be.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),D(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,o=e.dataItemKey,r=this.value;return n.findIndex((function(e){return T(e,r,o)}))},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,o=this.props,r=o.dataItemKey,i=o.virtual,a=o.groupField,l=void 0===a?"":a,s=o.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 T(e,f,r)}));""!==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 b=!T(m,f,r);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&&b&&!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=be.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,ee.provideLocalizationService)(this).toLanguageString(ie,se[ie]),r=this.props,i=r.style,a=r.className,s=r.label,p=r.dir,d=r.virtual,f=r.size,m=r.rounded,g=r.fillMode,b=r.adaptive,y=this.state.windowWidth,w=void 0===y?0:y,z=void 0!==this.props.opened?this.props.opened:this.state.opened,x=this.value,k=N(x,this.props.textField),C=!this.validityStyles||this.validity.valid,I=this.base,O=I.vs,M=w<=xe&&b;O.enabled=void 0!==d,void 0!==d&&(I.vs.skip=d.skip,I.vs.total=d.total,I.vs.pageSize=d.pageSize);var E=this.props,V=E.dataItemKey,H=E.data,S=void 0===H?[]:H,D=E.disabled,P=E.tabIndex,_=E.loading,L=E.iconClassName,B=E.valueRender,R=this.state.focused,F=S.findIndex((function(e){return T(e,x,V)})),A=o.createElement("span",{id:this._inputId,className:"k-input-inner"},o.createElement("span",{className:"k-input-value-text"},k)),j=void 0!==B?B.call(void 0,A,x):A,q=o.createElement(o.Fragment,null,o.createElement("span",{ref:this.componentRef,className:(0,l.A)("k-dropdownlist k-picker",a,(e={},e["k-picker-".concat(Ee[f]||f)]=f,e["k-rounded-".concat(Ve[m]||m)]=m,e["k-picker-".concat(g)]=g,e["k-focus"]=R,e["k-disabled"]=D,e["k-invalid"]=!C,e["k-loading"]=_,e["k-required"]=this.required,e)),style:s?Me(Me({},i),{width:void 0}):i,dir:p,onMouseDown:z?function(e){"INPUT"!==e.target.nodeName&&(t.focusElement(t.base.wrapper),e.preventDefault())}:void 0,onFocus:this.handleFocus,onBlur:this.handleBlur,tabIndex:(0,c.p)(P,D),accessKey:this.props.accessKey,onKeyDown:this.handleKeyDown,onKeyPress:this.handleKeyPress,onClick:D?void 0:this.handleWrapperClick,role:"combobox","aria-required":this.required,"aria-disabled":D||void 0,"aria-haspopup":"listbox","aria-expanded":z||!1,"aria-owns":this.base.listBoxId,"aria-activedescendant":z?"option-"+this.base.guid+"-"+(F+(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},j,_&&o.createElement(u.a,{className:"k-input-loading-icon",name:"loading"}),o.createElement(we.z,{tabIndex:-1,type:"button","aria-label":n,"aria-hidden":!0,size:f,fillMode:g,iconClass:L,className:"k-input-button",rounded:null,themeColor:"base",icon:L?void 0:"caret-alt-down",svgIcon:L?this.props.svgIcon:v,onMouseDown:function(e){return t.state.focused&&e.preventDefault()}}),this.dummySelect(x),!M&&this.renderListContainer()),M&&this.renderAdaptiveListContainer());return s?o.createElement(h._,{label:s,editorValue:k,editorValid:C,editorDisabled:this.props.disabled,style:{width:i?i.width:void 0},children:q}):q},t.prototype.onNavigate=function(e,t,n){var o=this.props,r=o.data,i=void 0===r?[]:r,a=o.defaultItem,l=o.dataItemKey,s=o.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 T(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,s=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<=ze?{top:0,width:"100%",height:"100%"}:void 0,className:r<=ze?"k-adaptive-actionsheet k-actionsheet-fullscreen":"k-adaptive-actionsheet k-actionsheet-bottom"},b=this.state.group;return void 0===b&&void 0!==p&&(b=N(m[0],p)),o.createElement(o.Fragment,null,o.createElement(ke.V,Me({},g),o.createElement(Ce.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(we.z,{tabIndex:0,"aria-label":"Cancel","aria-disabled":"false",type:"button",fillMode:"flat",onClick:this.handleWrapperClick,icon:"x",svgIcon:f}))),o.createElement("div",{className:"k-actionsheet-titlebar-group k-actionsheet-filter"},this.renderListFilter())),o.createElement(Ie.M,{className:"!k-overflow-hidden"},a&&o.createElement("div",{className:"k-list-header"},a),o.createElement("div",{className:(0,l.A)("k-list",(e={},e["k-list-".concat(Ee[c]||c)]=c,e["k-virtual-list"]=this.base.vs.enabled,e))},this.renderDefaultItem(),!h&&b&&0!==m.length&&o.createElement(S,{group:b,groupMode:"modern",render:d}),this.renderList()),s&&o.createElement("div",{className:"k-list-footer"},s))))},t.prototype.getFocusedIndex=function(){var e=this.value,t=this.props,n=t.data,o=void 0===n?[]:n,r=t.textField,i=t.dataItemKey,a=t.virtual,l=void 0===a?{skip:0}:a,s=t.focusedItemIndex,c=void 0===s?L:s,u=t.filterable,p=t.skipDisabledItems,d=void 0===p||p,h=this.props.filter?this.props.filter:this.state.text;return d&&r&&!h&&!e?o.findIndex((function(e){return!e.disabled&&e[r]})):D(e)&&void 0===h||u&&""===h?o.findIndex((function(t){return T(t,e,i)})):h?this._lastKeypressIsFilter?c(o,h,r):o.findIndex((function(t){return T(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){T(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 o=n[t];this.setState({windowWidth:o.target.clientWidth})}},t.prototype.resetValueIfDisabledItem=function(){var e=this.props.data,t=void 0===e?[]:e,n=this.base.initState(),o=this.getFocusedIndex();this.haveFocusedItemAndDataNotEmpty(t,o)&&(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=Me({delay:r.number,ignoreCase:r.bool,iconClassName:r.string,svgIcon:p.wi,defaultItem:r.any,valueRender:r.func,valueMap:r.func,validationMessage:r.string,required:r.bool,id:r.string,ariaLabelledBy:r.string,ariaDescribedBy:r.string,ariaLabel:r.string,leftRightKeysNavigation:r.bool,title:r.string,groupField:r.string,list:r.any,skipDisabledItems:r.bool},me.propTypes),t.defaultProps=Me(Me({delay:500,tabIndex:0,ignoreCase:!0},me.defaultProps),{required:!1,size:"medium",rounded:"medium",fillMode:"solid",groupMode:"modern"}),t}(o.Component),Se=(0,d.Y)(),De=(0,d.u)(Se,He);De.displayName="KendoReactDropDownList";var Pe=n(3769),_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 o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),Le=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._input=null,t}return _e(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,o=this.props,r=o.value,i=o.suggestedText,a=o.focused,l=this.input,s=t!==r||i!==n,c=s&&t.startsWith(r)&&!(n&&i&&n.endsWith(i)),u=(0,Pe.v)(document);a&&l&&u!==l&&l.focus(),i&&s&&!c&&l&&l.setSelectionRange(r.length-i.length,r.length)},t.prototype.render=function(){var e=this,t=this.props,n=t.expanded,r=void 0!==n&&n,i=t.disabled,a=t.role,l=void 0===a?"listbox":a,s=t.render,c=o.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:l,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":i||void 0,disabled:i||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 s?s.call(void 0,c):c},t}(o.Component);const Be=Le;var Ne=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),Re=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.onMouseDown=function(e){return e.preventDefault()},t}return Ne(t,e),t.prototype.render=function(){var e=(0,ee.provideLocalizationService)(this).toLanguageString(ne,se[ne]);return o.createElement("span",{className:"k-clear-value",role:"button",onClick:this.props.onClick,onMouseDown:this.onMouseDown,tabIndex:-1,title:e,key:"clearbutton"},o.createElement(u.a,{name:"x",icon:f}))},t}(o.Component);const Te=Re;(0,ee.registerForLocalization)(Re);var Fe=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),Ae=function(){return Ae=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},Ae.apply(this,arguments)},je=i.G.sizeMap,qe=i.G.roundedMap,Ke=function(e){function t(t){var n=e.call(this,t)||this;return n.state={},n.base=new me(n),n._element=null,n._inputId=(0,a.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 o=n.props,r=o.data,i=void 0===r?[]:r,a=o.virtual,l=o.dataItemKey,s=i[e-(a?a.skip:0)],c=!T(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,o=t.data,r=void 0===o?[]:o,i=t.skipDisabledItems,a=t.textField,l=n.getFocusedIndex(),s=n.getCurrentValueDisabledStatus(a,r,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=N(n.value,n.props.textField),r=D(e)?e:t;return o.createElement(E,{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,o=t.vs,r=t.list;o.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||(o.enabled?o.itemHeight:r?r.children[0].offsetHeight:0),c=e.target.scrollTop-o.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(),o=n.props,r=o.textField,i=o.data,a=void 0===i?[]:i,l=n.getFocusedIndex(),s=!(-1===l)&&n.getCurrentValueDisabledStatus(r,a,l);t.data.focused=!1,t.events.push({type:"onBlur"}),t.syntheticEvent=e,r&&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,o=void 0!==n.props.adaptiveFilter?n.props.adaptiveFilter:n.state.text||null;if(!t&&n.mobileMode){var r=n.base.initState();r.syntheticEvent=e,n.base.togglePopup(r),n.base.filterChanged(o,r),n.applyState(r)}},n.onInputKeyDown=function(e){var t=n.props,o=t.data,r=void 0===o?[]:o,i=t.skipDisabledItems,a=t.textField,l=t.dataItemKey,c=t.groupField,u=n.value,p=Math.max(0,r.findIndex((function(e){return T(e,u,l)}))),d=e.keyCode,h=void 0!==n.props.opened?n.props.opened:n.state.opened,v=n.base.initState();if(v.syntheticEvent=e,!e.altKey&&(d===s.R.up||d===s.R.down)){if(e.preventDefault(),""!==c&&a)if(!n.props.skipDisabledItems&&h)n.onNavigate(v,d);else{var f=0;if(d===s.R.down||d===s.R.right){var m=r.slice(p+1).find((function(e){return!e.disabled&&e[a]}));f=m&&r.findIndex((function(e){return e[a]===m[a]}))}else if(d===s.R.up||d===s.R.left){var g=void 0;if(0===p)g=r,f=r.findIndex((function(e){return!e.disabled&&e[a]}));else{for(var b=(g=r.slice(0,p)).pop();b&&b.disabled;)b=g.pop();f=b&&r.findIndex((function(e){return e[a]===b[a]}))}}if(void 0!==f){var y=f-p;n.onNavigate(v,d,y)}else void 0===f&&r.findIndex((function(e){return e[a]===u[a]}))===r.length-1&&n.onNavigate(v,d)}else if(!n.props.skipDisabledItems&&h)n.onNavigate(v,d);else{if(f=null,d===s.R.down||d===s.R.right)f=r.slice(p+1).find((function(e){return!e.disabled}));else if(d===s.R.up||d===s.R.left){var w=r.slice(0,p);for(f=w.pop();f&&f.disabled;)f=w.pop()}f?(y=f.id-p-1,n.onNavigate(v,d,y)):n.onNavigate(v,d)}n.applyState(v)}var z=function(){e.preventDefault(),n.base.togglePopup(v),n.applyState(v)},x=n.getFocusedIndex(),k=-1===x,C=!k&&n.getCurrentValueDisabledStatus(a,r,x);h?d===s.R.pageUp?n.base.scrollPopupByPageSize(-1):d===s.R.pageDown?n.base.scrollPopupByPageSize(1):e.altKey&&d===s.R.up?z():d===s.R.enter?(e.preventDefault(),(a&&!k&&e.currentTarget.value?r[x][a]:void 0)?!i&&a&&C?n.clearValueOnEnterOrEsc(e):C||n.applyValueOnEnter(e.currentTarget.value,v):n.applyValueOnEnter(e.currentTarget.value,v)):d===s.R.esc&&(!i&&a&&C&&n.clearValueOnEnterOrEsc(e),n.applyValueOnRejectSuggestions(e.currentTarget.value,v)):h||d!==s.R.esc?e.altKey&&d===s.R.down&&z():n.clearValueOnEnterOrEsc(e)},n.inputOnChange=function(e){var t=n.base.initState();t.syntheticEvent=e;var o=void 0!==n.props.opened?n.props.opened:n.state.opened,r=e.currentTarget,i=r.value;if(n.props.suggest){var a=r.selectionEnd===i.length,l=void 0!==n.props.filter?n.props.filter:n.state.text;D(l)||(l=N(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),o||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,ge.s)(ye),n}return Fe(t,e),Object.defineProperty(t.prototype,"document",{get:function(){if(be.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<=xe&&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,o=e.dataItemKey,r=this.value;return n.findIndex((function(e){return T(e,r,o)}))},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,o=this.props,r=o.dataItemKey,i=o.virtual,a=o.groupField,l=void 0===a?"":a,s=o.data,c=void 0===s?[]:s,u=o.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,f=this.value;if(this._valueOnDidUpdate=f,i&&i.total!==p)this.base.vs.calcScrollElementHeight(),this.base.vs.reset();else{var m=void 0!==e.value?e.value:t.value,g=c.findIndex((function(e){return T(e,f,r)}));"modern"===this.props.groupMode&&u&&f&&(g=null===(n=this.base.getGroupedDataModernMode(c,l))||void 0===n?void 0:n.map((function(e){return e[u]})).indexOf(f[u]));var b=!T(m,f,r);v&&i?this.base.scrollToVirtualItem(i,g):v&&!i?(this.onPopupOpened(),c&&0!==c.length&&this.base.resetGroupStickyHeader(c[0][l],this),this.base.scrollToItem(g)):d&&h&&f&&b&&this.base.scrollToItem(g)}v&&this._input&&this._input.focus(),this.setValidity()},t.prototype.componentDidMount=function(){var e;this.observerResize=be.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,ee.provideLocalizationService)(this).toLanguageString(oe,se[oe]),r=(0,ee.provideLocalizationService)(this).toLanguageString(re,se[re]),i=this.props,a=i.dir,s=i.disabled,c=i.clearButton,p=void 0===c?t.defaultProps.clearButton:c,d=i.label,f=i.textField,m=i.adaptive,g=i.className,b=i.style,y=i.loading,w=i.iconClassName,z=i.virtual,x=i.size,k=i.rounded,C=i.fillMode,I=i.opened,O=void 0===I?this.state.opened:I,M=i.placeholder,E=this.state.windowWidth,V=void 0===E?0:E,H=!this.validityStyles||this.validity.valid,S=void 0!==this.props.filter?this.props.filter:this.state.text,P=N(this.value,f),_=D(S)?S:P,L=p&&(!!_||D(this.value)),B=this.base.vs,R=this.props.id||this._inputId,T=V<=xe&&m;B.enabled=void 0!==z,void 0!==z&&(B.skip=z.skip,B.total=z.total,B.pageSize=z.pageSize);var F=o.createElement(o.Fragment,null,o.createElement("span",{className:(0,l.A)("k-combobox k-input",(e={},e["k-input-".concat(je[x]||x)]=x,e["k-rounded-".concat(qe[k]||k)]=k,e["k-input-".concat(C)]=C,e["k-invalid"]=!H,e["k-loading"]=y,e["k-required"]=this.required,e["k-disabled"]=s,e),g),ref:this.componentRef,style:d?Ae(Ae({},b),{width:void 0}):b,dir:a},this.renderSearchBar(_||"",R,M),L&&!y&&o.createElement(Te,{onClick:this.clearButtonClick,key:"clearbutton"}),y&&o.createElement(u.a,{className:"k-input-loading-icon",name:"loading",key:"loading"}),o.createElement(we.z,{tabIndex:-1,type:"button","aria-label":O?r:n,icon:w?void 0:"caret-alt-down",svgIcon:w?this.props.svgIcon:v,iconClass:w,size:x,fillMode:C,rounded:null,themeColor:"base",className:"k-input-button",onClick:this.toggleBtnClick,onMouseDown:function(e){return e.preventDefault()}}),!T&&this.renderListContainer()),T&&this.renderAdaptiveListContainer());return d?o.createElement(h._,{label:d,editorId:R,editorValue:_,editorValid:H,editorDisabled:s,style:{width:b?b.width:void 0},children:F}):F},t.prototype.onNavigate=function(e,t,n){var o=this.props,r=o.data,i=void 0===r?[]:r,a=o.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||D(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,o=this.props,r=o.data,i=void 0===r?[]:r,a=o.textField,l=o.allowCustom,s=void 0!==this.props.opened?this.props.opened:this.state.opened,c=N(this.value,a)===e?this.index:B(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,o=this.props,r=o.data,i=void 0===r?[]:r,a=o.textField,l=o.allowCustom,s=void 0!==this.props.opened?this.props.opened:this.state.opened,c=N(this.value,a),u=this.state.windowWidth&&this.state.windowWidth<=xe;if(this._suggested="",e===c||""===e&&!D(c))return s&&!u&&this.base.togglePopup(t),this.applyState(t);var p=B(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,o=this.props,r=o.data,i=void 0===r?[]:r,a=o.textField,l=o.virtual,s=void 0===l?{skip:0}:l,c=o.focusedItemIndex,u=void 0===c?L: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,i=this.props,a=i.header,s=i.footer,c=i.size,u=i.data,p=void 0===u?[]:u,d=i.groupField,h=i.groupMode,v=i.list,m=i.virtual,g=i.adaptiveTitle,b=i.groupStickyHeaderItemRender,y=void 0!==this.props.opened?this.props.opened:this.state.opened,w=this.state.group;void 0===w&&void 0!==d&&(w=N(p[0],d));var z={navigatable:!1,navigatableElements:[],expand:y,animation:!0,onClose:function(e){return t.toggleBtnClick(e)},animationStyles:r<=ze?{top:0,width:"100%",height:"100%"}:void 0,className:r<=ze?"k-adaptive-actionsheet k-actionsheet-fullscreen":"k-adaptive-actionsheet k-actionsheet-bottom"};return o.createElement(o.Fragment,null,o.createElement(ke.V,Ae({},z),o.createElement(Ce.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,g)),o.createElement("div",{className:"k-actionsheet-actions"},o.createElement(we.z,{tabIndex:0,"aria-label":"Cancel","aria-disabled":"false",type:"button",fillMode:"flat",onClick:this.toggleBtnClick,icon:"x",svgIcon:f}))),o.createElement("div",{className:"k-actionsheet-titlebar-group k-actionsheet-filter"},this.renderMobileListFilter())),o.createElement(Ie.M,{className:"!k-overflow-hidden"},o.createElement("div",{className:"k-list-container"},o.createElement("div",{className:(0,l.A)((e={},e["k-list"]=!v,e["k-list-lg"]=!0,e["k-virtual-list"]=m,e["k-data-table"]=v,e["k-table-".concat(je[c]||c)]=v&&c,e))},a&&o.createElement("div",{className:"k-table-header"},a),!v&&w&&0!==p.length&&o.createElement(S,{group:w,groupMode:h,render:b}),this.renderList(),s&&o.createElement("div",{className:"k-list-footer"},s))))))},t.prototype.renderListContainer=function(){var e,t,n=this.base,r=this.props,i=r.dir,a=r.header,s=r.footer,c=r.data,u=void 0===c?[]:c,p=r.groupField,d=r.groupMode,h=r.size,v=r.list,f=r.virtual,m=r.groupStickyHeaderItemRender,g=void 0!==this.props.opened?this.props.opened:this.state.opened,b=n.getPopupSettings(),y=void 0!==b.width?b.width:n.popupWidth,w=this.state.group;return void 0===w&&void 0!==p&&(w=N(u[0],p)),o.createElement(k,{width:y,popupSettings:{animate:b.animate,anchor:this.element,show:g,popupClass:(0,l.A)(b.popupClass,"k-list-container","k-combobox-popup"),className:b.className,appendTo:b.appendTo},dir:void 0!==i?i:this.base.dirCalculated,itemsCount:[u.length]},o.createElement("div",{className:(0,l.A)((e={},e["k-list"]=!v,e["k-list-".concat(je[h]||h)]=!v&&h,e["k-virtual-list"]=f,e["k-data-table"]=v,e["k-table-".concat(je[h]||h)]=v&&h,e))},a&&o.createElement("div",{className:"k-table-header"},a),!v&&w&&0!==u.length&&o.createElement(S,{group:w,groupMode:d,render:m}),this.renderList(),s&&o.createElement("div",{className:(0,l.A)((t={},t["k-list-footer"]=!this.props.footerClassName,t),this.props.footerClassName)},s)))},t.prototype.renderList=function(){var e,t=this,n=this.base,r=this.props,i=r.textField,a=r.dataItemKey,s=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,f=n.getPopupSettings(),m=n.vs,g=v.skip,b=void 0!==this.props.opened?this.props.opened:this.state.opened,y="translateY(".concat(m.translate,"px)"),w=b?this.getFocusedIndex():void 0,z=void 0!==this.props.filter?this.props.filter:this.state.text,x=N(this.value,i),k=D(z)&&z!==x?null:this.value,C=this.props.list||pe;return o.createElement(C,{id:n.listBoxId,virtual:Boolean(v),show:b,data:d,focusedIndex:w,value:k,textField:i,valueField:a,groupField:this.props.groupField,groupMode:this.props.groupMode,isMultiColumn:this.props.isMultiColumn,optionsGuid:n.guid,listRef:function(e){m.list=t.base.list=e,t.itemHeight=0},wrapperStyle:this.state.windowWidth&&this.state.windowWidth>xe?{maxHeight:f.height}:{},wrapperCssClass:(0,l.A)("k-list-content",(e={},e["k-list-scroller"]=!v,e)),listStyle:m.enabled?{transform:y}:void 0,key:"listkey",skip:g,onClick:this.handleItemClick,itemRender:c,groupHeaderItemRender:u,noDataRender:s,onMouseDown:function(e){return e.preventDefault()},onScroll:this.onScroll,wrapperRef:m.scrollerRef,scroller:this.base.renderScrollElement()})},t.prototype.renderSearchBar=function(e,t,n){var r=this,i=this.props,a=i.tabIndex,l=i.disabled,s=i.data,c=void 0===s?[]:s,u=i.dataItemKey,p=i.virtual,d=void 0===p?{skip:0}:p,h=void 0!==this.props.opened?this.props.opened:this.state.opened,v=this.value,f=Math.max(0,c.findIndex((function(e){return T(e,v,u)})));return this._suggested&&!T(this._valueOnDidUpdate,v,u)&&(this._suggested=""),o.createElement(Be,{id:t,readOnly:h&&this.mobileMode,placeholder:n,tabIndex:a,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:l,expanded:h,owns:this.base.listBoxId,activedescendant:"option-".concat(this.base.guid,"-").concat(f+d.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;!D(n)&&!D(e)||T(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,o=void 0===n?[]:n,r=t.textField,i=t.dataItemKey,a=t.virtual,l=void 0===a?{skip:0}:a,s=t.focusedItemIndex,c=void 0===s?L:s,u=t.skipDisabledItems,p=this.props.filter?this.props.filter:this.state.text;return D(e)&&void 0===p?o.findIndex((function(t){return T(t,e,i)})):p?c(o,p,r):u&&r&&!p&&0===l.skip?o.findIndex((function(e){return!e.disabled&&e[r]})):0===l.skip?0:-1},t.prototype.suggestValue=function(e){var t=this.props,n=t.data,o=t.textField;this._suggested=function(e,t,n){void 0===t&&(t=[]);var o="";if(e){var r=t[L(t,e,n)];if(r){var i=N(r,n);e.toLowerCase()!==i.toLowerCase()&&(o=i.substring(e.length))}}return o}(e,n,o)},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 o=n[t];this.setState({windowWidth:o.target.clientWidth})}},t.displayName="ComboBox",t.propTypes=Ae(Ae({},me.propTypes),{size:r.oneOf([null,"small","medium","large"]),rounded:r.oneOf([null,"small","medium","large","full"]),fillMode:r.oneOf([null,"solid","flat","outline"]),dataItemKey:r.string,groupField:r.string,groupMode:r.oneOf([void 0,"classic","modern"]),isMultiColumn:r.bool,suggest:r.bool,placeholder:r.string,title:r.string,allowCustom:r.bool,clearButton:r.bool,iconClassName:r.string,svgIcon:p.wi,validationMessage:r.string,required:r.bool,id:r.string,ariaLabelledBy:r.string,ariaDescribedBy:r.string,list:r.any,valueRender:r.func,skipDisabledItems:r.bool}),t.defaultProps=Ae(Ae({},me.defaultProps),{size:"medium",rounded:"medium",fillMode:"solid",allowCustom:!1,clearButton:!0,required:!1,groupMode:"modern",isMultiColumn:!1,skipDisabledItems:!0}),t}(o.Component),We=(0,d.Y)(),Ue=(0,d.u)(We,Ke);Ue.displayName="KendoReactComboBox";var 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 o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),Ye=function(){return Ye=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},Ye.apply(this,arguments)},Ze=i.G.sizeMap,Xe=i.G.roundedMap,Qe=function(e){function t(t){var n=e.call(this,t)||this;return n.state={},n.base=new me(n),n._element=null,n._inputId=(0,a.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 o=n.props.data,r=N((void 0===o?[]:o)[e],n.props.textField);n.triggerOnChange(r,t)},n.itemFocus=function(e,t){var o=n.props,r=o.data,i=void 0===r?[]:r,a=o.textField,l=i[e];T(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,o=n.props.groupField,r=n.props.data,i=void 0===r?[]:r;if(o&&i.length){var a=n.itemHeight||(t?t.children[0].offsetHeight:0),l=e.target.scrollTop;o&&(i=n.base.getGroupedDataModernMode(i,o));for(var s=i[0][o],c=1;c<i.length&&!(a*c>l);c++)i[c]&&i[c][o]&&(s=i[c][o]);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(),o=e.currentTarget,r=o.value,i=o.selectionEnd===r.length;t.syntheticEvent=e;var a=n._suggested,l=n.value,s=l&&l.substring(0,l.length-a.length),c=s&&s===r,u=s&&s.length>r.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(r);var h=r+n._suggested,v={userInput:r,value:n._suggested};n.triggerOnChange(h,t,{suggestion:v})}else n._suggested="",n.triggerOnChange(r,t);(!d&&r||d&&!r)&&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(),o=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),o&&n.togglePopup(t),n.applyState(t)},n.onInputKeyDown=function(e){var t=n.props,o=t.data,r=void 0===o?[]:o,i=t.skipDisabledItems,a=t.groupField,l=t.textField;n._isScrolling&&(n._isScrolling=!1);var c=n.focusedIndex(),u=r[c],p=e.keyCode,d=e.altKey,h=void 0!==n.props.opened?n.props.opened:n.state.opened,v=n.base.initState();v.syntheticEvent=e;var f=function(){h&&e.preventDefault()};if(d&&p===s.R.down)n.setState({opened:!0});else if(d&&p===s.R.up)n.setState({opened:!1});else if(h&&p===s.R.pageUp)n.base.scrollPopupByPageSize(-1);else if(h&&p===s.R.pageDown)n.base.scrollPopupByPageSize(1);else if(!h||p!==s.R.enter&&p!==s.R.esc)if(h||p!==s.R.esc){if(p===s.R.up||p===s.R.down){if(""!==a&&l)if(!n.props.skipDisabledItems&&h)n.onNavigate(v,p);else{var m=0;if(p===s.R.down||p===s.R.right){var g=r.slice(c+1).find((function(e){return!e.disabled&&e[l]}));m=g&&r.findIndex((function(e){return e[l]===g[l]}))}else if(p===s.R.up||p===s.R.left){var b=void 0;if(-1===c)b=r,m=r.findIndex((function(e){return!e.disabled&&e[l]}));else{for(var y=(b=r.slice(0,c)).pop();y&&y.disabled;)y=b.pop();m=y&&r.findIndex((function(e){return e[l]===y[l]}))}}if(void 0!==m){var w=m-c;n.onNavigate(v,p,w)}else void 0===m&&r.findIndex((function(e){return e[l]}))===r.length-1&&n.onNavigate(v,p)}else if(!n.props.skipDisabledItems&&h)n.onNavigate(v,p);else{if(m=null,p===s.R.down||p===s.R.right)m=r.slice(c+1).find((function(e){return!e.disabled}));else if(p===s.R.up||p===s.R.left){var z=r.slice(0,c);for(m=z.pop();m&&m.disabled;)m=z.pop()}m?(w=m.id-c-1,n.onNavigate(v,p,w)):n.onNavigate(v,p)}n.applyState(v),f()}}else n._suggested="",n.triggerOnChange("",v),void 0!==n.state.focusedItem&&(v.data.focusedItem=void 0),n.applyState(v);else f(),!1===i&&u&&u.disabled?(h&&n.togglePopup(v),n.applyState(v)):n.applyInputValue(e.currentTarget.value,v,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,ge.s)(ye),n}return Ge(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,o=this.props,r=o.groupField,i=void 0===r?"":r,a=o.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,i=n.disabled,a=n.label,s=n.className,c=n.style,p=n.loading,d=n.suggest,v=n.size,f=n.rounded,m=n.fillMode,g=!this.validityStyles||this.validity.valid,b=this.base,y=this.value,w=!1!==this.props.clearButton&&!p&&!!y,z=this.props.id||this._inputId;"string"==typeof d&&(this._suggested=d);var x=o.createElement("span",{className:(0,l.A)("k-autocomplete k-input",s,(e={},e["k-input-".concat(Ze[v]||v)]=v,e["k-rounded-".concat(Xe[f]||f)]=f,e["k-input-".concat(m)]=m,e["k-invalid"]=!g,e["k-loading"]=p,e["k-required"]=this.required,e["k-disabled"]=i,e)),ref:function(e){t._element=e,b.wrapper=e},style:a?Ye(Ye({},c),{width:void 0}):c,dir:r},this.renderSearchBar(y||"",z),p&&o.createElement(u.a,{className:"k-input-loading-icon",name:"loading"}),w&&!p&&o.createElement(Te,{onClick:this.clearButtonClick,key:"clearbutton"}),this.renderListContainer());return a?o.createElement(h._,{label:a,editorId:z,editorValue:y,editorValid:g,editorDisabled:i,style:{width:c?c.width:void 0},children:x}):x},t.prototype.onNavigate=function(e,t,n){var o=this,r=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 T(e,o.state.focusedItem,s)})):c?c(l,r,s):l.indexOf(F(l,r,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 o=void 0!==this.props.opened?this.props.opened:this.state.opened,r=this.props,i=r.data,a=void 0===i?[]:i,l=r.textField,c=a[this.focusedIndex()];if(this._suggested="",o&&n===s.R.enter&&c&&!c.disabled){var u=N(a[this.focusedIndex(e)],l);this.triggerOnChange(u,t)}o&&this.togglePopup(t),this.applyState(t)},t.prototype.renderSearchBar=function(e,t){var n=this,r=this.base,i=this.props,a=i.placeholder,l=i.tabIndex,s=i.disabled,c=i.readonly,u=this.state.focused,p=void 0!==this.props.opened?this.props.opened:this.state.opened;return o.createElement(Be,{id:t,placeholder:a,tabIndex:l,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:s,readOnly:c,expanded:p,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,i=n.header,a=n.footer,s=n.data,c=void 0===s?[]:s,u=n.size,p=n.groupField,d=n.list,h=n.groupStickyHeaderItemRender,v=t.getPopupSettings(),f=void 0!==this.props.opened?this.props.opened:this.state.opened,m=void 0!==v.width?v.width:t.popupWidth,g=this.state.group;return void 0===g&&void 0!==p&&(g=N(c[0],p)),o.createElement(k,{width:m,popupSettings:{animate:v.animate,anchor:this.element,show:f,popupClass:(0,l.A)(v.popupClass,"k-list-container","k-autocomplete-popup"),className:v.className,appendTo:v.appendTo},dir:void 0!==r?r:this.base.dirCalculated,itemsCount:[c.length]},i&&o.createElement("div",{className:"k-list-header"},i),o.createElement("div",{className:(0,l.A)("k-list",(e={},e["k-list-".concat(Ze[u]||u)]=u,e))},!d&&g&&0!==c.length&&o.createElement(S,{group:g,groupMode:"modern",render:h}),this.renderList()),a&&o.createElement("div",{className:"k-list-footer"},a))},t.prototype.renderList=function(){var e=this.base,t=e.getPopupSettings(),n=this.props,r=n.textField,i=n.data,a=void 0===i?[]:i,l=n.listNoDataRender,s=n.itemRender,c=n.groupHeaderItemRender,u=this.value,p=void 0!==this.props.opened?this.props.opened:this.state.opened;return o.createElement(pe,{id:e.listBoxId,show:p,data:a.slice(),focusedIndex:this.focusedIndex(),value:u,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:s,groupHeaderItemRender:c,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(Ye({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,o=void 0===n?[]:n,r=t.textField,i=o[L(o,e,r)];if(i){var a=N(i,r);e.toLowerCase()!==a.toLowerCase()&&(this._suggested=a.substring(e.length))}}},t.prototype.focusedIndex=function(e){var t=this,n=this.props,o=n.data,r=void 0===o?[]:o,i=n.textField,a=n.focusedItemIndex,l=n.skipDisabledItems,s=void 0!==e?e:this.value;if(void 0!==this.state.focusedItem)return r.findIndex((function(e){return T(e,t.state.focusedItem,i)}));if(a)return a(r,s,i);var c=r.indexOf(F(r,s,i));return l&&i&&-1===c?r.findIndex((function(e){return!e.disabled&&e[i]})):Math.max(0,c)},t.displayName="AutoComplete",t.propTypes=Ye(Ye({},me.basicPropTypes),{size:r.oneOf([null,"small","medium","large"]),rounded:r.oneOf([null,"small","medium","large","full"]),fillMode:r.oneOf([null,"solid","flat","outline"]),groupField:r.string,suggest:r.oneOfType([r.bool,r.string]),placeholder:r.string,value:r.string,defaultValue:r.string,validationMessage:r.string,required:r.bool,readonly:r.bool,clearButton:r.bool,valueRender:r.func,id:r.string,ariaLabelledBy:r.string,ariaDescribedBy:r.string,list:r.any,skipDisabledItems:r.bool}),t.defaultProps=Ye(Ye({},me.defaultProps),{size:"medium",rounded:"medium",fillMode:"solid",skipDisabledItems:!0}),t}(o.Component),Je=(0,d.Y)(),$e=(0,d.u)(Je,Qe);$e.displayName="KendoReactAutoComplete";var et=n(1711),tt=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),nt=function(e){return e.syntheticEvent.preventDefault()},ot=function(e){return e.syntheticEvent.stopPropagation()},rt=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return tt(t,e),t.prototype.render=function(){var e=this.props,t=e.data,n=e.guid,r=e.focused,i=e.tagRender,a=e.tag,l=e.onTagDelete,s=e.size;return o.createElement(o.Fragment,null,t.map((function(e,c){var u=a?o.createElement(a,{key:e.text+c,tagData:e,guid:n,focusedTag:r,onTagDelete:l}):o.createElement(et.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 l.call(void 0,e.data,t.syntheticEvent)},onMouseDown:nt,onClick:ot,className:e===r?"k-focus":void 0,size:s});return i?i(e,u):u})),this.props.children)},t}(o.Component);const it=rt;var at;!function(e){e[e.PopupList=0]="PopupList",e[e.TagsList=1]="TagsList"}(at||(at={}));var lt,st=n(4390),ct=function(){return ct=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},ct.apply(this,arguments)},ut=function(e){var t=e.footer,n=e.children,r=e.windowWidth,i=void 0===r?0:r,a=e.navigatable,l=e.navigatableElements,s=e.expand,c=e.animation,u=e.onClose,p=e.adaptiveTitle,d=e.mobileFilter,h={navigatable:a||!1,navigatableElements:l||[],expand:s,animation:!1!==c,onClose:u,animationStyles:i<=500?{top:0,width:"100%",height:"100%"}:void 0,className:i<=500?"k-adaptive-actionsheet k-actionsheet-fullscreen":"k-adaptive-actionsheet k-actionsheet-bottom"};return o.createElement(ke.V,ct({},h),o.createElement(Ce.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,p)),o.createElement("div",{className:"k-actionsheet-actions"},o.createElement(we.z,{tabIndex:0,"aria-label":"Cancel","aria-disabled":"false",type:"button",fillMode:"flat",icon:"x",svgIcon:f,onClick:u}))),d&&o.createElement("div",{className:"k-actionsheet-titlebar-group k-actionsheet-filter"},d)),n,t&&o.createElement(st.K,{className:"k-actions k-actions-stretched"},o.createElement(we.z,{size:"large",tabIndex:0,"aria-label":t.cancelText,"aria-disabled":"false",type:"button",onClick:t.onCancel},t.cancelText),o.createElement(we.z,{tabIndex:0,themeColor:"primary",size:"large","aria-label":t.applyText,"aria-disabled":"false",type:"button",onClick:t.onApply},t.applyText)))},pt=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),dt=function(){return dt=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},dt.apply(this,arguments)},ht=function(e,t,n){if(n||2===arguments.length)for(var o,r=0,i=t.length;r<i;r++)!o&&r in t||(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))},vt=i.G.sizeMap,ft=i.G.roundedMap,mt=function(e){return e.preventDefault()},gt=function(e){return e===lt.CustomItem};!function(e){e[e.None=0]="None",e[e.ListItem=1]="ListItem",e[e.CustomItem=2]="CustomItem"}(lt||(lt={}));var bt=function(e){function t(t){var n=e.call(this,t)||this;return n.state={activedescendant:at.PopupList,currentValue:[]},n._element=null,n._valueItemsDuringOnChange=null,n._inputId=(0,a.M)(),n.base=new me(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 o=n.props,r=o.data,i=void 0===r?[]:r,a=o.dataItemKey,l=o.virtual,s=i[e-(l?l.skip:0)],c=n.value.findIndex((function(e){return T(e,s,a)}));n._lastSelectedOrDeslectedItemIndex=i.findIndex((function(e){return T(e,s,a)}));var u=[];-1!==c?(u=n.value).splice(c,1):u=ht(ht([],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 o=n.base.initState();o.syntheticEvent=t,n.opened&&n.base.togglePopup(o),n.state.focused||n.mobileMode||(o.data.focused=!0,n.focus());var r=n.value;R(r,e,n.props.dataItemKey),n.triggerOnChange(r,o),n.applyState(o)},n.itemFocus=function(e,t){var o=n.props,r=o.data,i=void 0===r?[]:r,a=o.allowCustom,l=o.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=at.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(),o=e.target.value;t.syntheticEvent=e,void 0===n.props.filter&&(t.data.text=o),t.data.focusedIndex=void 0,n.opened||(n.base.togglePopup(t),n.setState({currentValue:n.value})),n.base.filterChanged(o,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 o=void 0!==n.props.filter?n.props.filter:n.state.text;D(o)&&""!==o&&n.base.filterChanged("",t),n.state.text&&(t.data.text=""),n._lastSelectedOrDeslectedItemIndex=null,n.applyState(t)},n.onInputKeyDown=function(e){var t=n.props,o=t.data,r=void 0===o?[]:o,i=t.textField,a=t.groupField,l=e.keyCode,c=void 0!==n.props.filter?n.props.filter:n.state.text,u=void 0!==n.props.opened?n.props.opened:n.state.opened,p=n.getFocusedState(),d=p.focusedItem,h=p.focusedIndex,v=n.base.initState();if(v.syntheticEvent=e,!c&&n.value.length>0&&(l===s.R.left||l===s.R.right||l===s.R.home||l===s.R.end||l===s.R.delete||l===s.R.backspace)&&!e.shiftKey)return n.onTagsNavigate(e,v);var f=function(){e.preventDefault(),n.base.togglePopup(v),n.applyState(v)};if(n.opened)if(l===s.R.pageUp)n.base.scrollPopupByPageSize(-1);else if(l===s.R.pageDown)n.base.scrollPopupByPageSize(1);else if((e.ctrlKey||e.metaKey)&&"KeyA"===e.code){var m=(n.state.value&&n.state.value.length)===r.length?[]:r;n.updateStateOnKeyboardNavigation(m,v)}else if((e.ctrlKey||e.metaKey)&&e.shiftKey&&e.keyCode===s.R.end)m=r.slice(n.getFocusedState().focusedIndex),n.itemFocus(r.length-1,v),n.updateStateOnKeyboardNavigation(m,v);else if((e.ctrlKey||e.metaKey)&&e.shiftKey&&e.keyCode===s.R.home)m=r.slice(0,n.getFocusedState().focusedIndex+1),n.itemFocus(0,v),n.updateStateOnKeyboardNavigation(m,v);else if(e.shiftKey&&e.keyCode===s.R.up)m=void 0,null===(g=n.getLastSelectedOrDeselectedIndex(1,h))?m=0!==h?r.slice(h-1,h):[r[h]]:g===h?m=[r[g-1]]:h>=0&&(m=g>h?r.slice(h-1,g):r.slice(g-1,h)),m&&m.length>0&&(h>=1&&n.itemFocus(h-1,v),n.updateStateOnKeyboardNavigation(m,v));else if(e.shiftKey&&e.keyCode===s.R.down){var g;m=void 0,null===(g=n.getLastSelectedOrDeselectedIndex(0,h))?m=h!==r.length-1?r.slice(h,h+1):[r[h]]:g===h?m=r.slice(h,h+2):h>=0&&(m=g>h?r.slice(h+1,g+1):r.slice(g,h+2)),m&&m.length>=1&&(n.itemFocus(h+1,v),n.updateStateOnKeyboardNavigation(m,v))}else if(e.altKey&&l===s.R.up)f();else if(l===s.R.up||l===s.R.down){if(""!==a&&i)if(!n.props.skipDisabledItems&&u)n.onNavigate(v,l);else{var b=0;if(l===s.R.down||l===s.R.right){var y=r.slice(h+1).find((function(e){return!e.disabled&&e[i]}));b=y&&r.findIndex((function(e){return e[i]===y[i]}))}else if(l===s.R.up||l===s.R.left){var w=void 0;if(-1===h)w=r,b=r.findIndex((function(e){return!e.disabled&&e[i]}));else{for(var z=(w=r.slice(0,h)).pop();z&&z.disabled;)z=w.pop();b=z&&r.findIndex((function(e){return e[i]===z[i]}))}}if(b){var x=b-h;n.onNavigate(v,l,x)}else void 0!==b&&n.onNavigate(v,l)}else if(!n.props.skipDisabledItems&&u)n.onNavigate(v,l);else{if(b=null,l===s.R.down||l===s.R.right)b=r.slice(h+1).find((function(e){return!e.disabled}));else if(l===s.R.up||l===s.R.left){var k=r.slice(0,h);for(b=k.pop();b&&b.disabled;)b=k.pop()}b?(x=b.id-h-1,n.onNavigate(v,l,x)):n.onNavigate(v,l)}n.applyState(v),e.preventDefault()}else l===s.R.enter?(e.preventDefault(),n.props.allowCustom&&c&&null===d?n.customItemSelect(e):d&&d.disabled?f():n.selectFocusedItem(e)):l===s.R.esc&&f();else e.altKey&&l===s.R.down&&f()},n.listContainerContent=function(){var e,t,r=n.props,i=r.header,a=r.footer,s=r.allowCustom,c=r.size,p=r.data,d=void 0===p?[]:p,h=r.groupStickyHeaderItemRender,v=r.groupField,f=r.list,g=void 0!==n.props.filter?n.props.filter:n.state.text,b=n.getFocusedState().focusedType,y=s&&g&&o.createElement("div",{className:(0,l.A)("k-list",(e={},e["k-list-".concat(vt[c]||c)]=c,e)),key:"customitem",onClick:n.customItemSelect,onMouseDown:mt},o.createElement("div",{className:(0,l.A)("k-list-item k-custom-item",{"k-focus":gt(b)}),style:{fontStyle:"italic"}},g,o.createElement(u.a,{name:"plus",icon:m,style:{position:"absolute",right:"0.5em"}}))),w=n.state.group;return void 0===w&&void 0!==v&&(w=N(d[0],v)),o.createElement(o.Fragment,null,i&&o.createElement("div",{className:"k-list-header"},i),y,o.createElement("div",{className:(0,l.A)("k-list",(t={},t["k-list-".concat(n.mobileMode?"lg":vt[c]||c)]=c,t["k-virtual-list"]=n.base.vs.enabled,t))},!f&&w&&0!==d.length&&o.createElement(S,{group:w,groupMode:"modern",render:h}),n.renderList()),a&&o.createElement("div",{className:"k-list-footer"},a))},n.renderListContainer=function(){var e=n.base,t=n.props,r=t.dir,i=t.data,a=void 0===i?[]:i,s=n.base.getPopupSettings(),c=void 0!==s.width?s.width:e.popupWidth,u={dir:void 0!==r?r:e.dirCalculated,width:c,popupSettings:{popupClass:(0,l.A)(s.popupClass,"k-list-container","k-multiselect-popup"),className:s.className,animate:s.animate,anchor:n.element,show:n.opened,onOpen:n.onPopupOpened,onClose:n.onPopupClosed,appendTo:s.appendTo},itemsCount:[a.length,n.value.length]};return o.createElement(k,dt({},u),n.listContainerContent())},n.renderAdaptiveListContainer=function(){var e=n.props,t=e.adaptiveTitle,r=e.filterable,i=e.filter,a=n.state.windowWidth,l=void 0===a?0:a,s=void 0!==i?i:n.state.text;n.localization=(0,ee.provideLocalizationService)(n);var c=r?o.createElement(E,{value:s,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:l,mobileFilter:c,footer:{cancelText:n.localization.toLanguageString(le,se[le]),onCancel:n.onCancel,applyText:n.localization.toLanguageString(ae,se[ae]),onApply:n.closePopup}};return o.createElement(ut,dt({},u),o.createElement(Ie.M,{className:"!k-overflow-hidden"},o.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 o=void 0!==n.props.filter?n.props.filter:n.state.text;D(o)&&""!==o&&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 o=void 0!==n.props.filter?n.props.filter:n.state.text;D(o)&&""!==o&&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,i=e.textField,a=e.listNoDataRender,l=e.itemRender,s=e.groupHeaderItemRender,c=e.dataItemKey,u=e.virtual,p=n.base.vs,d=u?u.skip:0,h=n.getFocusedState().focusedIndex,v=n.base.getPopupSettings(),f="translateY(".concat(p.translate,"px)");return o.createElement(pe,{id:n.base.listBoxId,show:n.opened,data:r.slice(),focusedIndex:h-d,value:n.value,textField:i,valueField:c,optionsGuid:n.base.guid,groupField:n.props.groupField,groupMode:"modern",listRef:function(e){p.list=n.base.list=e},wrapperStyle:n.mobileMode?{}:{maxHeight:v.height},wrapperCssClass:"k-list-content",listStyle:p.enabled?{transform:f}:void 0,key:"listKey",skip:d,onClick:n.handleItemClick,itemRender:l,groupHeaderItemRender:s,noDataRender:a,onMouseDown:mt,onBlur:n.handleBlur,onScroll:n.onScroll,wrapperRef:p.scrollerRef,scroller:n.base.renderScrollElement()})},n.onScroll=function(e){var t=n.base,o=t.vs,r=t.list;o.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||(o.enabled?o.itemHeight:r?r.children[0].offsetHeight:0),c=e.target.scrollTop-o.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,o=void 0!==n.props.filter?n.props.filter:n.state.text,r=n.props.textField;if(o){var i=n.base.initState();i.syntheticEvent=e;var a=r?((t={})[r]=o,t):o;void 0!==n.state.text&&(i.data.text=""),i.data.focusedIndex=void 0,n.base.filterChanged("",i);var l=ht(ht([],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 o=n.base.initState();o.syntheticEvent=e,n.state.focused||n.mobileMode||(o.events.push({type:"onFocus"}),o.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(o),n.applyState(o)},n.handleItemClick=function(e,t){var o=n.base.initState();o.syntheticEvent=t,n.handleItemSelect(e,o),n.props.autoClose&&!n.mobileMode&&n.base.togglePopup(o),t.stopPropagation(),n.applyState(o)},n.handleBlur=function(e){if(n.state.focused&&!n._skipFocusEvent){var t=n.base.initState(),o=n.props,r=o.allowCustom,i=o.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"})),r||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,ge.s)(ye),n}return pt(t,e),Object.defineProperty(t.prototype,"document",{get:function(){if(be.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,o=[];return void 0===t?this.value.forEach((function(e){o.push({text:N(e,n),data:[e]})})):o.push.apply(o,t),o},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"mobileMode",{get:function(){return!!(this.state.windowWidth&&this.state.windowWidth<=xe&&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,o=this.props,r=o.virtual,i=o.groupField,a=void 0===i?"":i,l=o.data,s=void 0===l?[]:l,c=r?r.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(),r&&r.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&&r?this.base.scrollToVirtualItem(r,m-c):d&&!r?(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=be.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 o=this.props,r=o.allowCustom,i=o.data,a=void 0===i?[]:i,l=void 0!==this.props.filter?this.props.filter:this.state.text,c=this.getFocusedState(),u=c.focusedType,p=c.focusedIndex,d=r&&l,h=gt(u),v=this.base,f=v.vs;if(this.opened&&t===s.R.up&&h)void 0!==this.state.focusedIndex&&(e.data.focusedIndex=void 0);else{var m=v.navigation.navigate({keyCode:t,current:p,max:(f.enabled?f.total:a.length)-1,min:d?-1:0,skipItems:n||void 0});void 0!==m&&(this.itemFocus(m,e),this.scrollToFocused=!0)}this.applyState(e)},t.prototype.render=function(){var e,t,n=this.props,r=n.style,i=n.className,a=n.label,s=n.dir,c=n.disabled,p=n.textField,d=n.dataItemKey,v=n.virtual,f=n.size,m=n.rounded,g=n.fillMode,b=n.loading,y=n.filter,w=this.state,z=w.text,x=w.focused,k=w.focusedTag,C=w.currentValue,I=this.base.vs,O=this.props.id||this._inputId;I.enabled=void 0!==v,void 0!==v&&(I.skip=v.skip,I.total=v.total,I.pageSize=v.pageSize);var M=this.mobileMode&&this.opened?C:this.tagsToRender;this.setItems(this.tagsToRender,this._tags);var E=!this.validityStyles||this.validity.valid,V=Boolean(void 0!==y?y:z)||M&&M.length>0,H=o.createElement(o.Fragment,null,o.createElement("div",{ref:this.componentRef,className:(0,l.A)("k-multiselect k-input",i,(e={},e["k-input-".concat(vt[f]||f)]=f,e["k-rounded-".concat(ft[m]||m)]=m,e["k-input-".concat(g)]=g,e["k-focus"]=x&&!c,e["k-invalid"]=!E,e["k-disabled"]=c,e["k-loading"]=b,e["k-required"]=this.required,e)),style:a?dt(dt({},r),{width:void 0}):r,dir:s,onFocus:this.handleFocus,onBlur:this.handleBlur,onClick:this.handleWrapperClick,onMouseDown:A},o.createElement("div",{className:(0,l.A)("k-input-values")},o.createElement("div",{className:(0,l.A)("k-chip-list",(t={},t["k-chip-list-".concat(vt[f]||f)]=f,t)),role:"listbox",id:"tagslist-"+this.base.guid},M&&M.length>0&&o.createElement(it,{tagRender:this.props.tagRender,onTagDelete:this.onTagDelete,data:M,guid:this.base.guid,focused:k?M.find((function(e){return j(e,k,d)})):void 0,size:f})),this.renderSearchBar(O)),b&&o.createElement(u.a,{className:"k-input-loading-icon",name:"loading"}),V&&o.createElement(Te,{onClick:this.clearButtonClick}),!this.mobileMode&&this.renderListContainer()),this.mobileMode&&this.renderAdaptiveListContainer());return a?o.createElement(h._,{label:a,editorId:O,editorValue:z||N(this.value[0],p),editorValid:E,editorDisabled:c,style:{width:r?r.width:void 0},children:H}):H},t.prototype.renderSearchBar=function(e){var t=this.state,n=t.activedescendant,r=t.focusedTag,i=t.currentValue,a=this.props,l=a.disabled,s=a.placeholder,c=a.ariaDescribedBy,u=!this.mobileMode&&(void 0!==this.props.filter?this.props.filter:this.state.text)||"",p=this.getFocusedState().focusedIndex,d=0!==this.value.length||u?void 0:s,h=i&&i.length>0?void 0:s,v=n===at.TagsList&&void 0!==r?"tag-".concat(this.base.guid,"-").concat(r.text.replace(/\s+/g,"-")):"option-".concat(this.base.guid,"-").concat(p);return o.createElement(Be,{id:e,size:Math.max((d||"").length,u.length,1),tabIndex:this.props.tabIndex,accessKey:this.props.accessKey,placeholder:this.mobileMode&&this.opened?h:d,value:u,onChange:this.onChangeHandler,onKeyDown:this.onInputKeyDown,ref:this.searchbarRef,disabled:l,expanded:this.opened,owns:this.base.listBoxId,role:"combobox",activedescendant:v,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,o=this.state.focusedTag,r=this._tags,i=this.props.dataItemKey,a=o?r.findIndex((function(e){return j(e,o,i)})):-1,l=void 0,c=-1!==a;if(n===s.R.left)l=r[a=c?Math.max(0,a-1):r.length-1];else if(n===s.R.right)a===r.length-1?l=void 0:c&&(l=r[a=Math.min(r.length-1,a+1)]);else if(n!==s.R.home||e.shiftKey)if(n!==s.R.end||e.shiftKey){if(n===s.R.delete){if(c){var u=this.value;R(u,r[a].data,i),this.triggerOnChange(u,t)}}else if(n===s.R.backspace)if(u=this.value,c)R(u,r[a].data,i),this.triggerOnChange(u,t);else if(!c&&r.length){var p=r.pop();R(u,p.data,i),this.triggerOnChange(u,t)}}else l=r[r.length-1];else l=r[0];l!==o&&(t.data.focusedTag=l,t.data.activedescendant=at.TagsList),this.applyState(t)},t.prototype.triggerOnChange=function(e,t){void 0===this.props.value&&(t.data.value=ht([],e,!0)),this._valueItemsDuringOnChange=[],this.setItems(e,this._valueItemsDuringOnChange),t.events.push({type:"onChange"})},t.prototype.selectFocusedItem=function(e,t){var n=this.props,o=n.data,r=void 0===o?[]:o,i=n.virtual,a=(t||this.getFocusedState()).focusedIndex;void 0!==r[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,o=this.props,r=o.allowCustom,i=o.data,a=void 0===i?[]:i,l=o.dataItemKey,s=o.virtual,c=o.textField,u=o.focusedItemIndex,p=void 0===u?L:u,d=o.skipDisabledItems,h=s&&s.skip||0;if(void 0!==t)return{focusedIndex:t,focusedItem:a[t-h],focusedType:lt.ListItem};var v=this.value;if(r&&n)return{focusedItem:null,focusedIndex:-1,focusedType:lt.CustomItem};if(n)return{focusedItem:a[e=p(a,n,c)],focusedIndex:e+h,focusedType:lt.ListItem};if(v.length){var f=v[v.length-1];return e=a.findIndex((function(e){return T(e,f,l)})),void 0!==a[e]?{focusedIndex:e+h,focusedItem:a[e],focusedType:lt.ListItem}:{focusedType:lt.None,focusedIndex:-1}}if(d&&c&&!n&&0===h){var m=a.findIndex((function(e){return!e.disabled&&e[c]}));return{focusedIndex:m,focusedItem:a[m-h],focusedType:lt.ListItem}}return 0===h?{focusedItem:a[0],focusedIndex:0,focusedType:lt.ListItem}:{focusedType:lt.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 o=n[t];this.setState({windowWidth:o.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=dt(dt({},me.propTypes),{autoClose:r.bool,value:r.arrayOf(r.any),defaultValue:r.arrayOf(r.any),dataItemKey:r.string,placeholder:r.string,tags:r.arrayOf(r.shape({text:r.string,data:r.arrayOf(r.any)})),tagRender:r.func,id:r.string,ariaLabelledBy:r.string,ariaDescribedBy:r.string,groupField:r.string,list:r.any,adaptive:r.bool,adaptiveTitle:r.string,onCancel:r.func,skipDisabledItems:r.bool}),t.defaultProps=dt(dt({},me.defaultProps),{autoClose:!0,required:!1,size:"medium",rounded:"medium",fillMode:"solid",groupMode:"modern",skipDisabledItems:!0}),t}(o.Component),yt=(0,d.Y)(),wt=(0,d.u)(yt,bt);wt.displayName="KendoReactMultiSelect";var zt=function(){return zt=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},zt.apply(this,arguments)},xt=function(e){return o.createElement(pe,zt({},e,{wrapperCssClass:"k-table-body k-table-scroller",listClassName:(0,l.A)("k-table k-table-list",{"k-virtual-table":void 0!==e.virtual}),listStyle:zt({},e.listStyle)}))},kt=n(9656),Ct=n(2665),It=n(9659),Ot=function(){return Ot=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},Ot.apply(this,arguments)},Mt=(0,d.Y)(),Et=o.forwardRef((function(e,t){var n=(0,kt.Y)(Mt,e),r=o.useRef(null),i=o.useRef(null),a=(0,Ct.n)(),s=n.columns,c=void 0===s?Ht.columns:s,u=n.popupSettings,p=void 0===u?Ht.popupSettings:u,d=n.className,h=(n.size,n.onOpen),v=n.onClose,f=n.onFocus,m=n.onBlur,g=n.onChange,b=n.onFilterChange,w=n.onPageChange,z=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(n,["columns","popupSettings","className","size","onOpen","onClose","onFocus","onBlur","onChange","onFilterChange","onPageChange"]);o.useImperativeHandle(r,(function(){return{element:i.current&&i.current.element,focus:function(){i.current&&i.current.focus()},get value(){return i.current&&i.current.value},get name(){return i.current&&i.current.name},props:n}})),o.useImperativeHandle(t,(function(){return r.current}));var x=o.useMemo((function(){if(void 0!==n.groupField&&n.data)return N(n.data[0],n.groupField)}),[n.data,n.groupField]),k=o.useState(x),C=k[0],I=k[1],O=o.useState(!0),M=O[0],E=O[1],V=o.useMemo((function(){var e=o.createElement("th",{className:"k-table-th",colSpan:c.length},C);return o.createElement(o.Fragment,null,n.header,o.createElement("div",{className:"k-table-header-wrap"},o.createElement("table",{className:"k-table",role:"presentation"},o.createElement("colgroup",null,c.map((function(e,t){return o.createElement("col",{key:e.uniqueKey?e.uniqueKey:t,style:{width:e.width?e.width:Ht.width}})}))),o.createElement("thead",{className:"k-table-thead"},o.createElement("tr",{className:"k-table-row"},c.map((function(e,t){return o.createElement("th",{className:"k-table-th",key:e.uniqueKey?e.uniqueKey:t},e.header||" ")}))),C&&M&&o.createElement("tr",{className:"k-table-group-row"},n.groupStickyHeaderItemRender?n.groupStickyHeaderItemRender.call(void 0,e,{}):e)))))}),[n.header,c,C,M]),H=o.useMemo((function(){return"calc(".concat(c.map((function(e){return t=e.width,n=Ht.width,t?"number"==typeof t?t+"px":t:n;var t,n})).filter(Boolean).join(" + ")," + ").concat(a,"px + 4px)")}),[c,a]),S=n.virtual?n.virtual.skip:0,D=o.useCallback((function(e,t){var r,i,a,s=c.map((function(e,r){return o.createElement("span",{className:n.itemRender?void 0:"k-table-td",style:n.itemRender?void 0:{width:e.width?e.width:Ht.width},key:e.uniqueKey?e.uniqueKey:r},e.field?String((0,It.Y)(e.field)(t.dataItem)):"")})),u=void 0,p=n.data||[],d=t.index-S;void 0!==n.groupField&&(r=(a=(0,It.Y)(n.groupField))(p[d]),i=a(p[d-1]),r&&i&&r!==i&&(u=r)),u&&"classic"===n.groupMode&&s.push(o.createElement("div",{key:"group",className:"k-table-td k-table-group-td"},o.createElement("span",null,u)));var h=o.cloneElement(e,Ot(Ot({},e.props),{className:(0,l.A)("k-table-row",{"k-table-alt-row":t.index%2!=0,"k-focus":t.focused,"k-selected":t.selected,"k-first":Boolean(u),"k-disabled":t.dataItem.disabled})}),s);return n.itemRender?n.itemRender.call(void 0,h,t):h}),[c,n.groupField,n.itemRender,n.data,S]),P=o.useCallback((function(e,t){e&&e.call(void 0,Ot(Ot({},t),{target:r.current}))}),[]),_=o.useCallback((function(e){return n.virtual||I(x),P(h,e)}),[P,h,n.virtual,x]),L=o.useCallback((function(e){return P(v,e)}),[v]),B=o.useCallback((function(e){return P(f,e)}),[f]),R=o.useCallback((function(e){return P(m,e)}),[m]),T=o.useCallback((function(e){return P(g,e)}),[g]),F=o.useCallback((function(e){return P(w,e)}),[w]),A=o.useCallback((function(e){return I(x),P(b,Ot(Ot({},e),{mobileMode:e.target.mobileMode}))}),[b]),j=o.useCallback((function(e){I(e.group)}),[]);o.useEffect((function(){(0,Ct.p)()})),o.useEffect((function(){var e=n.data;I(x),e&&0!==e.length?E(!0):E(!1)}),[n.data]);var q=o.useCallback((function(e){return o.createElement(xt,Ot({},e))}),[]);return o.createElement(y.v.Provider,{value:function(e){return Ot(Ot({},e),{popupClass:"k-dropdowngrid-popup ".concat(p.popupClass)})}},o.createElement(Ue,Ot({},z,{list:q,popupSettings:Ot(Ot({width:H},p),{className:p.className}),ref:i,header:V,itemRender:D,groupHeaderItemRender:n.groupHeaderItemRender,size:n.size,rounded:n.rounded,fillMode:n.fillMode,groupMode:n.groupMode,groupField:n.groupField,isMultiColumn:!0,onOpen:_,onClose:L,onFocus:B,onBlur:R,onChange:T,onFilterChange:A,onPageChange:F,onGroupScroll:j,className:(0,l.A)("k-dropdowngrid",d),required:n.required,adaptive:n.adaptive,adaptiveFilter:n.adaptiveFilter,adaptiveTitle:n.adaptiveTitle,footer:n.footer,footerClassName:"k-table-footer"})))})),Vt=Ot(Ot({},Ke.propTypes),{columns:r.any.isRequired}),Ht={columns:[],popupSettings:{},width:"200px",size:"medium",rounded:"medium",fillMode:"solid"};Et.displayName="KendoMultiColumnComboBox",Et.propTypes=Vt,Et.defaultProps=Ht;var St=n(3228),Dt=n(1573),Pt=n(8006),_t=n(5098),Lt=n(4824),Bt=n(9519),Nt=n(5407);function Rt(e,t,n,o,r){switch(o){case s.R.left:return _t.isIdZeroLevel(t)||r.expanded(e)&&(0,Bt.hc)(t,n,r)?t:_t.getDirectParentId(t);case s.R.right:return(0,Bt.Cb)(e,r)?_t.getFirstChildId(t):t;case s.R.up:return i=Number(_t.getShortId(t)),a=_t.getDirectParentId(t),i?Ft(_t.createId(i-1,a),n,r):_t.isIdZeroLevel(t)?t:a;case s.R.down:return(0,Bt.Cb)(e,r)?_t.getFirstChildId(t):Tt(t,n,r)||t;case s.R.home:return _t.ZERO_LEVEL_ZERO_NODE_ID;case s.R.end:return function(){for(var e,t=(n.length-1).toString(),o=n[n.length-1];(0,Bt.Cb)(o,r);)e=o[r.getChildrenField()],t=_t.createId(e.length-1,t),o=e[e.length-1];return t}();default:return t}var i,a}function Tt(e,t,n){var o=_t.getDirectParentId(e),r=o?_t.getItemById(o,t,n.getChildrenField()):void 0,i=r?r[n.getChildrenField()]:t,a=Number(_t.getShortId(e));return a<i.length-1?_t.createId(a+1,o):r?Tt(o,t,n):void 0}function Ft(e,t,n){var o=_t.getItemById(e,t,n.getChildrenField());return(0,Bt.Cb)(o,n)?Ft(_t.createId(o[n.getChildrenField()].length-1,e),t,n):e}var At=n(1779);const jt={name:"caret-alt-right",content:'<path d="M352 256 160 384V128l192 128z" />',viewBox:"0 0 512 512"},qt={name:"caret-alt-down",content:'<path d="M256 352 128 160h256L256 352z" />',viewBox:"0 0 512 512"},Kt={name:"caret-alt-left",content:'<path d="m160 256 192-128v256L160 256z" />',viewBox:"0 0 512 512"};var Wt=n(8686),Ut="items",Gt=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),Yt=function(){return Yt=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},Yt.apply(this,arguments)},Zt=i.G.sizeMap,Xt=o.createContext((function(e){return e})),Qt=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.itemGuid=(0,a.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 Gt(t,e),t.prototype.render=function(){var e=this,t=this.renderSubitemsIfApplicable(),n=this.renderItemInPart();return o.createElement("li",{className:(0,l.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}},o.createElement("div",{className:"k-treeview-".concat(this.props.position),ref:this.assignDraggableMeta},this.renderExpandIcon(),this.renderCheckbox(),this.props.draggable?o.createElement(At._,{onPress:this.onPress,onDrag:this.onDrag,onRelease:this.onRelease},n):n),this.props.animate?o.createElement(Wt.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 o.createElement("div",{className:(0,l.A)("k-checkbox-wrap")},o.createElement("input",{type:"checkbox",className:(0,l.A)("k-checkbox k-rounded-md",(e={},e["k-checkbox-".concat(Zt[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}}),o.createElement("label",{className:"k-checkbox-label",htmlFor:this.itemGuid}))}},t.prototype.renderExpandIcon=function(){return this.props.expandIcons&&(this.fieldsSvc.hasChildren(this.item)||(0,Bt.g8)(this.item,this.fieldsSvc.getChildrenField()))&&o.createElement("span",{className:(0,l.A)("k-treeview-toggle",{"k-disabled":this.disabled}),onClick:this.onExpandChange},o.createElement(u.a,Yt({},this.getIconProps())))},t.prototype.renderSubitemsIfApplicable=function(){var e=this,t=this.fieldsSvc.children(this.item);return(0,Bt.Cb)(this.item,this.fieldsSvc)?o.createElement("ul",{className:"k-treeview-group",role:"group"},t.map((function(n,r){return o.createElement(Jt,{item:n,position:0===r?"top":r===t.length-1?"bot":"mid",itemId:_t.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 o.createElement("span",{className:(0,l.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},o.createElement("span",{className:"k-treeview-leaf-text"},this.props.itemUI?o.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,Bt.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,Bt.g8)(this.item,this.fieldsSvc.getChildrenField())?{name:"loading"}:e?{name:"caret-alt-down",icon:qt}:{name:this.props.isRtl?"caret-alt-left":"caret-alt-right",icon:this.props.isRtl?Kt:jt}},t.defaultProps={position:"top"},t}(o.Component),Jt=o.forwardRef((function(e,t){var n=o.useContext(Xt).call(void 0,e);return o.createElement(Qt,Yt({ref:t},n))}));Jt.displayName="TreeViewItem";var $t={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"},en=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),tn=i.G.sizeMap,nn=function(e){function t(t){var n=e.call(this,t)||this;return n.state={focusedItemId:void 0,focusedItemPublicId:void 0,tabbableItemId:_t.ZERO_LEVEL_ZERO_NODE_ID},n.fieldsSvc=null,n.allowExplicitFocus=!1,n.treeGuid=(0,a.M)(),n._element=null,n.onFocusDomElNeeded=function(e){n.allowExplicitFocus&&n.focusDomItem(e)},n.onCheckChange=function(e,t,o){n.setFocus(o),n.dispatchCheckChange(e,t,o)},n.onExpandChange=function(e,t,o){n.setFocus(o),n.dispatchExpandChange(e,t,o)},n.onPress=function(e,t,o){n.props.onItemDragStart&&n.props.onItemDragStart.call(void 0,{target:n,item:t,itemHierarchicalIndex:o})},n.onDrag=function(e,t,o){var r=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:o,pageX:r,pageY:i,clientX:a,clientY:l})},n.onRelease=function(e,t,o){var r=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:o,pageX:r,pageY:i,clientX:a,clientY:l})},n.onItemClick=function(e,t,o){n.setFocus(o),n.dispatchItemClick(e,t,o)},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 o=Rt(t,n.state.focusedItemId,n.data,e.keyCode,n.fieldsSvc);o!==n.state.focusedItemId&&(e.preventDefault(),n.allowExplicitFocus=!0,n.setFocus(o)),n.dispatchEventsOnKeyDown(e,t)}},n.onContextMenu=function(e,t,o){if(n.props.onContextMenu){var r={target:n,syntheticEvent:e,nativeEvent:e.nativeEvent,item:t,itemID:o};n.props.onContextMenu.call(void 0,r)}},(0,ge.s)($t),n}return en(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 Lt.U(this.props);var n=this.props,r=n.size,i=n.className;return o.createElement("div",{className:(0,l.A)("k-treeview",(e={},e["k-treeview-".concat(tn[r]||r)]=r,e["k-user-select-none"]=this.props.draggable,e["k-rtl"]="rtl"===this.props.dir,e),i),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},o.createElement("ul",{className:"k-treeview-lines k-treeview-group",role:"group"},this.data.map((function(e,n){return o.createElement(Jt,{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 o=function(){return n.fieldsSvc&&(0,Bt.hc)(n.state.focusedItemId,n.data,n.fieldsSvc)};e.keyCode===s.R.left&&this.fieldsSvc.expanded(t)&&o()||e.keyCode===s.R.right&&!this.fieldsSvc.expanded(t)&&(this.fieldsSvc.hasChildren(t)||(0,Bt.g8)(t,this.props.childrenField))&&o()?this.dispatchExpandChange(e,t,this.state.focusedItemId):e.keyCode===s.R.enter&&o()?this.dispatchItemClick(e,t,this.state.focusedItemId):e.keyCode===s.R.space&&o()&&(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 _t.getItemById(e,this.data,this.props.childrenField||Ut)},t.prototype.dispatchCheckChange=function(e,t,n){(0,Nt.N)(this.props.onCheckChange,e,this,{item:t,itemHierarchicalIndex:n})},t.prototype.dispatchExpandChange=function(e,t,n){(0,Nt.N)(this.props.onExpandChange,e,this,{item:t,itemHierarchicalIndex:n})},t.prototype.dispatchItemClick=function(e,t,n){(0,Nt.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,Bt.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:r.arrayOf(r.any),animate:r.bool,tabIndex:r.number,focusIdField:r.string,getHierarchicalIndexById:r.func,onExpandChange:r.func,onItemClick:r.func,expandField:r.string,selectField:r.string,childrenField:r.string,hasChildrenField:r.string,textField:r.string,disableField:r.string,item:r.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":r.string,"aria-labelledby":r.string,size:r.oneOf([null,"small","medium","large"]),dir:r.string},t.defaultProps={animate:!0,expandField:"expanded",selectField:"selected",hasChildrenField:"hasChildren",childrenField:Ut,textField:"text",disableField:"disabled",checkField:"checked",checkIndeterminateField:"checkIndeterminate",size:"medium"},t}(o.Component);function on(e,t,n){var r=o.useState(t),i=r[0],a=r[1];return o.useEffect((function(){void 0!==i&&e.current&&a(e.current.offsetWidth)}),n),i}var rn=function(e){return o.createElement("div",{className:"k-nodata"},o.createElement("div",null,e.children))},an=function(){return an=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},an.apply(this,arguments)},ln=i.G.sizeMap,sn=i.G.roundedMap,cn=function(e){return o.createElement("span",{className:"k-input-value-text"},e.children)},un=function(e){return e.split("_").map((function(e){return parseInt(e,10)}))},pn={selectField:"selected",subItemsField:"items",popupSettings:{animate:!0,width:"200px",height:"200px"},data:[],required:!1,style:{},validityStyles:!0,size:"medium",rounded:"medium",fillMode:"solid"},dn=(0,d.Y)(),hn=o.forwardRef((function(e,t){var n;(0,ge.s)(ye);var r=(0,kt.Y)(dn,e),i=an(an({},pn),r),p=o.useMemo((function(){return(0,a.M)()}),[]),d=i.id||p,m=i.data,g=i.dataItemKey,b=i.popupSettings,w=i.style,z=i.opened,x=i.disabled,k=i.onOpen,C=void 0===k?St.Z:k,I=i.onClose,O=void 0===I?St.Z:I,M=i.placeholder,V=i.label,H=i.name,S=i.selectField,P=i.subItemsField,_=i.validationMessage,L=i.valid,B=i.required,R=i.validityStyles,F=(0,c.p)(i.tabIndex,x),A=o.useRef(null),j=o.useRef(null),q=o.useRef(null),K=o.useRef(null),W=o.useRef(null),U=o.useRef(null),G=o.useRef(!1),Y=o.useState(void 0),Z=Y[0],X=Y[1],Q=void 0!==i.value,J=Q?i.value:void 0!==Z?Z:i.defaultValue,$=D(J),oe=$?N(J,i.textField):"",re=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:_,valid:L,required:B},$),ie=o.useCallback((function(){return j.current&&j.current.focus()}),[]);o.useImperativeHandle(A,(function(){return{props:i,element:j.current,focus:ie}})),o.useImperativeHandle(t,(function(){return A.current}));var ae=(0,Dt.V)(j,i.dir),le=void 0!==b.width?b.width:void 0!==w.width?w.width:pn.popupSettings.width,ce=on(j,le),ue=an({width:ce},void 0!==ae?{direction:ae}:{}),pe=o.useState(!1),de=pe[0],he=pe[1],ve=void 0!==z?z:de,fe=o.useState(!1),me=fe[0],ze=fe[1],ke=o.useState(),Ce=ke[0],Oe=ke[1],Me=!!(Ce&&Ce<=xe&&i.adaptive),Ee=o.useState(""),Ve=Ee[0],He=Ee[1],Se=o.useCallback((function(){W.current&&W.current.setCustomValidity&&W.current.setCustomValidity(re.valid?"":void 0===_?"Please select a value from the list!":_)}),[_,re]);o.useEffect(Se),o.useEffect((function(){var e=be.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 De,Pe,_e=o.useCallback((function(e){if(!ve){if(C){var t=an({},e);C.call(void 0,t)}void 0===z&&he(!0)}}),[ve,z,C]),Le=o.useCallback((function(e){if(ve){if(O){var t=an({},e);O.call(void 0,t)}void 0===z&&(he(!1),Me&&setTimeout((function(){var e;Fe(null===(e=K.current)||void 0===e?void 0:e.element)}),300))}}),[ve,z,O,Me]),Be=o.useCallback((function(e){if(!e.isDefaultPrevented()&&A.current){ze(!0);var t={syntheticEvent:e,nativeEvent:e.nativeEvent,target:A.current};(ve?Le:_e)(t)}}),[ve,z,C,O]),Ne=o.useCallback((function(e){G.current=!0,e(),window.setTimeout((function(){return G.current=!1}),0)}),[]),Re=o.useCallback((function(e){var t,n,o=e.keyCode,r=e.altKey,i=U.current&&U.current.element;if(A.current&&(!e.isDefaultPrevented()||(null===(t=q.current)||void 0===t?void 0:t.element)!==e.target)){var a={syntheticEvent:e,nativeEvent:e.nativeEvent,target:A.current};if(ve)if(o===s.R.esc||r&&o===s.R.up)e.preventDefault(),Le(a);else if(i&&i.querySelector(".k-focus")&&(o===s.R.up||o===s.R.down||o===s.R.left||o===s.R.right||o===s.R.home||o===s.R.end)){if(o===s.R.up&&(null===(n=q.current)||void 0===n?void 0:n.element)){var l=Array.from(i.querySelectorAll(".k-treeview-item")),c=function(e,t,n){if(n||2===arguments.length)for(var o,r=0,i=t.length;r<i;r++)!o&&r in t||(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))}([],l,!0).reverse().find((function(e){return Boolean(e&&e.querySelector(".k-focus"))}));if(c&&0===l.indexOf(c))return Ne((function(){var e;Fe(null===(e=q.current)||void 0===e?void 0:e.element)}))}Ne(St.Z)}else o===s.R.down&&Ne((function(){var e;Fe((null===(e=q.current)||void 0===e?void 0:e.element)||i)}));else r&&o===s.R.down?(e.preventDefault(),_e(a)):ve||o===s.R.esc&&Ye(e)}}),[ve,z,C,O]),Te=o.useCallback((function(e){var t=e.keyCode;e.altKey||t!==s.R.up&&t!==s.R.down||(e.preventDefault(),Ne(t===s.R.up?function(){Fe(j.current)}:function(){Fe(U.current&&U.current.element)}))}),[]),Fe=o.useCallback((function(e){e&&Ne((function(){return e.focus()}))}),[]),Ae=o.useCallback((function(){var e;me||!ve||z?r.filterable?Fe(null===(e=q.current)||void 0===e?void 0:e.element):Fe(U.current&&U.current.element):Le({target:A.current})}),[O,r.filterable,me,z,ve]),je=o.useCallback((function(){me&&Fe(j.current)}),[me]),qe=o.useCallback((function(e){if(!me&&!G.current&&(ze(!0),r.onFocus&&A.current)){var t={syntheticEvent:e,nativeEvent:e.nativeEvent,target:A.current};r.onFocus.call(void 0,t)}}),[me,r.onFocus]),Ke=o.useCallback((function(e){if(me&&!G.current&&A.current){ze(!1);var t={syntheticEvent:e,nativeEvent:e.nativeEvent,target:A.current};if(r.onBlur){var n=an({},t);r.onBlur.call(void 0,n)}Me||Le(t)}}),[me,r.onBlur,ve,z,O]),We=o.useCallback((function(){me&&Ne(St.Z),Me&&setTimeout((function(){var e;Fe(null===(e=K.current)||void 0===e?void 0:e.element)}),300)}),[me,Me]),Ue=o.useCallback((function(e,t,n){if(r.onChange){var o=an({value:t,level:n?un(n):[]},e);r.onChange.call(void 0,o)}Q||X(t)}),[r.onChange,Q]),Ge=o.useCallback((function(e){if(!T(e.item,J,g)&&A.current){var t=e.item,n=e.itemHierarchicalIndex,o=e.nativeEvent,r={syntheticEvent:e.syntheticEvent,nativeEvent:o,target:A.current};Ue(r,t,n),Le(r)}}),[Q,J,r.onChange,g,ve,z,O]),Ye=o.useCallback((function(e){if(A.current){var t={syntheticEvent:e,nativeEvent:e.nativeEvent,target:A.current};Ue(t,null),Le(t),e.preventDefault()}}),[Q,r.onChange,ve,z,O]),Ze=o.useCallback((function(e){if(e.syntheticEvent.stopPropagation(),r.onExpandChange&&A.current){var t=e.item,n=e.itemHierarchicalIndex,o=e.nativeEvent,i=e.syntheticEvent,a={level:un(n),item:t,nativeEvent:o,syntheticEvent:i,target:A.current};r.onExpandChange.call(void 0,a)}}),[r.onExpandChange]),Xe=o.useCallback((function(e){if(r.onFilterChange&&A.current){var t={filter:{field:r.textField,operator:"contains",value:e.target.value},syntheticEvent:e.syntheticEvent,nativeEvent:e.nativeEvent,target:A.current};r.onFilterChange.call(void 0,t),void 0===r.filter&&He(e.target.value)}}),[r.onFilterChange,r.filter,r.textField]),Qe=o.useCallback((function(e){for(var t=0,n=e;t<n.length;t++){var o=n[t];Oe(o.target.clientWidth)}}),[]),Je=o.useMemo((function(){return Q||!$?m:(0,Pt.Gy)(m,P,(function(e){var t;return(0,Pt.u5)(e,P,((t={})[S]=T(e,J,g),t))}))}),[m,J,Q,$,S,P]),$e=i.listNoData||rn,et=i.valueHolder||cn,tt=(0,ee.useLocalization)(),nt=!R||re.valid,ot=i.size,rt=i.rounded,it=i.fillMode,at=o.createElement(o.Fragment,null,o.createElement("span",{className:(0,l.A)("k-dropdowntree k-picker",i.className,(n={},n["k-picker-".concat(ln[ot]||ot)]=ot,n["k-rounded-".concat(sn[rt]||rt)]=rt,n["k-picker-".concat(it)]=it,n["k-focus"]=me,n["k-invalid"]=!nt,n["k-loading"]=i.loading,n["k-required"]=B,n["k-disabled"]=i.disabled,n)),tabIndex:F,accessKey:i.accessKey,id:d,style:V?an(an({},w),{width:void 0}):w,dir:ae,ref:j,onKeyDown:x?void 0:Re,onMouseDown:We,onClick:x?void 0:Be,onFocus:qe,onBlur:Ke,role:"combobox","aria-haspopup":"tree","aria-expanded":ve,"aria-disabled":x,"aria-label":V,"aria-labelledby":i.ariaLabelledBy,"aria-describedby":i.ariaDescribedBy,"aria-required":B},o.createElement("span",{className:"k-input-inner"},o.createElement(et,{item:J},oe||M)),i.loading&&o.createElement(u.a,{className:"k-input-loading-icon",name:"loading"}),$&&!x&&o.createElement("span",{onClick:Ye,className:"k-clear-value",title:tt.toLanguageString(ne,se[ne]),role:"button",tabIndex:-1,onMouseDown:function(e){return e.preventDefault()}},o.createElement(u.a,{name:"x",icon:f})),o.createElement(we.z,{tabIndex:-1,type:"button","aria-label":"select",className:"k-input-button",size:ot,fillMode:it,themeColor:"base",rounded:null,icon:"caret-alt-down",svgIcon:v}),o.createElement("select",{name:H,ref:W,tabIndex:-1,"aria-hidden":!0,title:V,style:{opacity:0,width:1,border:0,zIndex:-1,position:"absolute",left:"50%"}},o.createElement("option",{value:i.valueMap?i.valueMap.call(void 0,J):J})),!Me&&o.createElement(y.G,{className:(0,l.A)(b.className,{"k-rtl":"rtl"===ae}),popupClass:(0,l.A)(b.popupClass,"k-dropdowntree-popup"),style:ue,animate:b.animate,anchor:j.current,show:ve,onOpen:Ae,onClose:je,appendTo:b.appendTo},i.filterable&&o.createElement(E,{value:void 0===i.filter?Ve:i.filter,ref:q,onChange:Xe,onKeyDown:Te,size:ot,rounded:rt,fillMode:it}),m.length>0?o.createElement(nn,{ref:U,tabIndex:F,data:Je,focusIdField:g,textField:i.textField,selectField:S,expandField:i.expandField,childrenField:P,expandIcons:!0,onItemClick:Ge,onExpandChange:Ze,size:ot,item:i.item,dir:ae}):o.createElement($e,null,tt.toLanguageString(te,se[te])))),Me&&(De=i.filterable?o.createElement(E,{value:void 0===i.filter?Ve:i.filter,ref:K,onChange:Xe,onKeyDown:Te,size:ot,rounded:rt,fillMode:it}):null,Pe={adaptiveTitle:i.adaptiveTitle,expand:ve,onClose:function(e){return Le(e)},windowWidth:Ce,mobileFilter:De},o.createElement(ut,an({},Pe),o.createElement(Ie.M,{className:"!k-overflow-hidden"},o.createElement("div",{className:"k-list-container"},o.createElement("div",{className:"k-list k-list-lg"},m.length>0?o.createElement(nn,{ref:U,tabIndex:F,data:Je,focusIdField:g,textField:i.textField,selectField:S,expandField:i.expandField,childrenField:P,expandIcons:!0,onItemClick:Ge,onExpandChange:Ze,size:ot,item:i.item,dir:ae}):o.createElement($e,null,tt.toLanguageString(te,se[te]))))))));return V?o.createElement(h._,{label:V,editorValue:oe,editorPlaceholder:M,editorValid:nt,editorDisabled:x,editorId:d,style:{width:w?w.width:void 0},children:at,dir:ae}):at})),vn={opened:r.bool,disabled:r.bool,dir:r.string,tabIndex:r.number,accessKey:r.string,data:r.array,value:r.any,valueMap:r.func,placeholder:r.string,dataItemKey:r.string.isRequired,textField:r.string.isRequired,selectField:r.string,expandField:r.string,subItemsField:r.string,className:r.string,style:r.object,label:r.string,validationMessage:r.string,validityStyles:r.bool,valid:r.bool,required:r.bool,name:r.string,id:r.string,ariaLabelledBy:r.string,ariaDescribedBy:r.string,filterable:r.bool,filter:r.string,loading:r.bool,popupSettings:r.shape({animate:r.oneOfType([r.bool,r.shape({openDuration:r.number,closeDuration:r.number})]),popupClass:r.string,className:r.string,appendTo:r.any,width:r.oneOfType([r.string,r.number]),height:r.oneOfType([r.string,r.number])}),onOpen:r.func,onClose:r.func,onFocus:r.func,onBlur:r.func,onChange:r.func,onFilterChange:r.func,onExpandChange:r.func,item:r.func,valueHolder:r.func,listNoData:r.func,adaptiveTitle:r.string,adaptive:r.bool};hn.displayName="KendoReactDropDownTree",hn.propTypes=vn;var fn=function(){return fn=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},fn.apply(this,arguments)},mn=function(e,t,n){if(n||2===arguments.length)for(var o,r=0,i=t.length;r<i;r++)!o&&r in t||(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))},gn=i.G.sizeMap,bn=i.G.roundedMap,yn={checkField:"checkField",checkIndeterminateField:"checkIndeterminateField",subItemsField:"items",popupSettings:{animate:!0,width:"200px",height:"200px"},size:"medium",rounded:"medium",fillMode:"solid",required:!1,validityStyles:!0},wn=(0,d.Y)(),zn=o.forwardRef((function(e,t){var n,r,i=(0,kt.Y)(wn,e);(0,ge.s)(ye);var p=o.useMemo((function(){return(0,a.M)()}),[]),d=i.id||p,v=i.data,f=void 0===v?[]:v,m=i.dataItemKey,g=i.popupSettings,b=void 0===g?{}:g,w=i.style,z=void 0===w?{}:w,x=i.opened,k=i.disabled,C=i.onOpen,I=void 0===C?St.Z:C,O=i.onClose,M=void 0===O?St.Z:O,V=i.placeholder,H=i.label,S=i.name,D=i.checkField,P=void 0===D?yn.checkField:D,_=i.checkIndeterminateField,L=void 0===_?yn.checkIndeterminateField:_,B=i.subItemsField,R=void 0===B?yn.subItemsField:B,F=i.validationMessage,A=i.valid,q=i.tags,K=i.value,W=i.required,U=void 0===W?yn.required:W,G=i.validityStyles,Y=void 0===G?yn.validityStyles:G,Z=(0,c.p)(i.tabIndex,k),X=o.useRef(null),Q=o.useRef(null),J=o.useRef(null),$=o.useRef(null),ne=o.useRef(null),oe=o.useRef(null),re=o.useRef(!1),ie=o.useRef([]),ce=o.useRef(null),ue=o.useState(),pe=ue[0],de=ue[1],he=o.useState(!1),ve=he[0],fe=he[1],me=o.useState(!1),we=me[0],ze=me[1],ke=o.useState(),Ce=ke[0],Oe=ke[1],Me=o.useState([]),Ee=Me[0],Ve=Me[1],He=o.useState(""),Se=He[0],De=He[1],Pe=!!(Ce&&Ce<=xe&&i.adaptive),_e=void 0!==x?x:ve,Le=Boolean(Array.isArray(K)&&K.length),Be=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:F,valid:A,required:U},Le),Ne=(0,Dt.V)(Q,i.dir),Re=void 0!==b.width?b.width:void 0!==z.width?z.width:yn.popupSettings.width,Fe=on(Q,Re),Ae=fn({width:Fe},void 0!==Ne?{direction:Ne}:{}),je=o.useCallback((function(){return Q.current&&Q.current.focus()}),[]);ie.current=void 0===q?(K||[]).map((function(e){return{text:N(e,i.textField),data:[e]}})):mn([],q,!0),o.useImperativeHandle(X,(function(){return{props:i,element:Q.current,focus:je}})),o.useImperativeHandle(t,(function(){return X.current}));var qe=o.useCallback((function(){ne.current&&ne.current.setCustomValidity&&ne.current.setCustomValidity(Be.valid?"":void 0===F?"Please select a value from the list!":F)}),[F,Be]);o.useEffect(qe),o.useEffect((function(){var e=be.N&&window.ResizeObserver&&new window.ResizeObserver(ht.bind(void 0));return(null===document||void 0===document?void 0:document.body)&&e&&e.observe(document.body),function(){e&&e.disconnect()}}),[]),o.useEffect((function(){ce.current&&_e&&ce.current.setPosition(ce.current._popup)}),[K,_e]);var Ke,We,Ue=o.useCallback((function(e,t,n){if(i.onChange){var o=fn({items:t,operation:n},e);i.onChange.call(void 0,o)}}),[i.onChange]),Ge=o.useCallback((function(e){if(!T(e.item,K,m)&&X.current){var t=e.item,n=e.nativeEvent,o={syntheticEvent:e.syntheticEvent,nativeEvent:n,target:X.current};Ue(o,[t],"toggle")}}),[K,m,Ue]),Ye=o.useCallback((function(e){if(!_e){if(I){var t=fn({},e);I.call(void 0,t)}void 0===x&&(fe(!0),Ve(K||[]),Pe&&setTimeout((function(){var e;Qe(null===(e=$.current)||void 0===e?void 0:e.element)}),300))}}),[_e,x,I,Pe,$]),Ze=o.useCallback((function(e){if(_e){if(M){var t=fn({},e);M.call(void 0,t)}void 0===x&&fe(!1)}}),[_e,x,M]),Xe=o.useCallback((function(e){re.current=!0,e(),window.setTimeout((function(){return re.current=!1}),0)}),[]),Qe=o.useCallback((function(e){e&&Xe((function(){return e.focus()}))}),[Xe]),Je=o.useCallback((function(){var e;!we&&_e?Ze({target:X.current}):i.filterable?Qe(null===(e=J.current)||void 0===e?void 0:e.element):Qe(oe.current&&oe.current.element)}),[we,_e,Qe,Ze,i.filterable]),$e=o.useCallback((function(){we&&Qe(Q.current)}),[we,Qe]),et=o.useCallback((function(e){if(!we&&!re.current&&(ze(!0),i.onFocus&&X.current)){var t={syntheticEvent:e,nativeEvent:e.nativeEvent,target:X.current};i.onFocus.call(void 0,t)}}),[we,i.onFocus]),tt=o.useCallback((function(e){if(we&&!re.current&&X.current){ze(!1);var t={syntheticEvent:e,nativeEvent:e.nativeEvent,target:X.current};if(i.onBlur){var n=fn({},t);i.onBlur.call(void 0,n)}Pe||Ze(t)}}),[we,i.onBlur,_e,x,M]),nt=o.useCallback((function(){we&&Xe(St.Z)}),[we,Xe]),ot=o.useCallback((function(e){if(!e.isDefaultPrevented()&&X.current){ze(!0);var t={syntheticEvent:e,nativeEvent:e.nativeEvent,target:X.current};_e||Ye(t)}}),[_e,Ye]),rt=o.useCallback((function(e){var t,n,o=e.keyCode,r=e.altKey,i=oe.current&&oe.current.element;if(X.current&&(!e.isDefaultPrevented()||(null===(t=J.current)||void 0===t?void 0:t.element)!==e.target)){var a={syntheticEvent:e,nativeEvent:e.nativeEvent,target:X.current};if(K&&K.length>0&&(o===s.R.left||o===s.R.right||o===s.R.home||o===s.R.end||o===s.R.delete)){var l=ie.current,c=pe?l.findIndex((function(e){return j(e,pe,m)})):-1,u=void 0,p=-1!==c;o===s.R.left?u=l[c=p?Math.max(0,c-1):l.length-1]:o===s.R.right?c===l.length-1?u=void 0:p&&(u=l[c=Math.min(l.length-1,c+1)]):o===s.R.home?u=l[0]:o===s.R.end?u=l[l.length-1]:o===s.R.delete&&p&&Ue(a,l[c].data,"delete"),u!==pe&&de(u)}if(_e)if(o===s.R.esc||r&&o===s.R.up)e.preventDefault(),Ze(a);else if(i&&i.querySelector(".k-focus")&&(o===s.R.up||o===s.R.down||o===s.R.left||o===s.R.right||o===s.R.home||o===s.R.end)){if(o===s.R.up&&(null===(n=J.current)||void 0===n?void 0:n.element)){var d=Array.from(i.querySelectorAll(".k-treeview-item")),h=mn([],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=J.current)||void 0===e?void 0:e.element)}))}Xe(St.Z)}else o===s.R.down&&Xe((function(){var e;Qe((null===(e=J.current)||void 0===e?void 0:e.element)||i)}));else r&&o===s.R.down&&(e.preventDefault(),Ye(a))}}),[_e,Ze,Qe,Xe,Ye,pe,m,K,Ue]),at=o.useCallback((function(e){var t=e.keyCode;e.altKey||t!==s.R.up&&t!==s.R.down||(e.preventDefault(),Xe(t===s.R.up?function(){Qe(Q.current)}:function(){Qe(oe.current&&oe.current.element)}))}),[Qe,Xe]),lt=o.useCallback((function(e){if(X.current){var t={syntheticEvent:e,nativeEvent:e.nativeEvent,target:X.current};Ue(t,[],"clear"),Ze(t),e.preventDefault()}}),[Ue,Ze]),st=o.useCallback((function(e,t){var n;Ze({target:X.current}),we||Qe(null===(n=J.current)||void 0===n?void 0:n.element),Ue({syntheticEvent:t,nativeEvent:t.nativeEvent,target:X.current},e,"delete")}),[Ue,Ze,Qe,we]),ct=o.useCallback((function(e){if(i.onExpandChange&&X.current){var t=e.item,n=e.itemHierarchicalIndex,o=e.nativeEvent,r=e.syntheticEvent,a={level:(l=n,l.split("_").map((function(e){return parseInt(e,10)}))),item:t,nativeEvent:o,syntheticEvent:r,target:X.current};i.onExpandChange.call(void 0,a)}var l}),[i.onExpandChange]),pt=o.useCallback((function(e){if(i.onFilterChange&&X.current){var t={filter:{field:i.textField,operator:"contains",value:e.target.value},syntheticEvent:e.syntheticEvent,nativeEvent:e.nativeEvent,target:X.current};i.onFilterChange.call(void 0,t),void 0===i.filter&&De(e.target.value)}}),[i.onFilterChange,i.filter,i.textField]),dt=o.useCallback((function(e){if(X.current){var t={syntheticEvent:e,nativeEvent:e.nativeEvent,target:X.current};i.onCancel&&i.onCancel.call(void 0,t),Ze(t),e.preventDefault()}}),[i.onCancel,Ze]),ht=o.useCallback((function(e){for(var t=0,n=e;t<n.length;t++){var o=n[t];Oe(o.target.clientWidth)}}),[]),vt=i.listNoData||rn,ft=(0,ee.useLocalization)(),mt=!Y||Be.valid,gt=i.size,bt=i.rounded,yt=i.fillMode,wt=Pe&&_e?Ee:ie.current,zt=o.createElement(o.Fragment,null,o.createElement("span",{className:(0,l.A)("k-multiselecttree k-input",i.className,(n={},n["k-input-".concat(gn[gt]||gt)]=gt,n["k-rounded-".concat(bn[bt]||bt)]=bt,n["k-input-".concat(yt)]=yt,n["k-focus"]=we&&!k,n["k-invalid"]=!mt,n["k-disabled"]=k,n["k-loading"]=i.loading,n["k-required"]=U,n)),tabIndex:Z,accessKey:i.accessKey,id:d,style:H?fn(fn({},z),{width:void 0}):z,dir:Ne,ref:Q,onKeyDown:k?void 0:rt,onMouseDown:nt,onFocus:et,onBlur:tt,role:"combobox","aria-haspopup":"tree","aria-expanded":_e,"aria-disabled":k,"aria-label":H,"aria-labelledby":i.ariaLabelledBy,"aria-describedby":i.ariaDescribedBy?i.ariaDescribedBy:"tagslist-"+d,"aria-required":i.required,onClick:k?void 0:ot},o.createElement("div",{id:"tagslist-"+d,className:(0,l.A)("k-input-values k-chip-list k-selection-multiple",(r={},r["k-chip-list-".concat(gn[gt]||gt)]=gt,r))},wt.length>0?o.createElement(it,{tag:i.tag,onTagDelete:st,data:wt,guid:d,focused:pe?ie.current.find((function(e){return j(e,pe,m)})):void 0,size:gt}):V),o.createElement("span",{className:"k-input-inner"},o.createElement("span",{className:"k-input-value-text"}," ")),i.loading&&o.createElement(u.a,{className:"k-input-loading-icon",name:"loading"}),Le&&!k&&wt.length>0&&o.createElement(Te,{onClick:lt}),o.createElement("select",{name:S,ref:ne,tabIndex:-1,"aria-hidden":!0,title:H,style:{opacity:0,width:1,border:0,zIndex:-1,position:"absolute",left:"50%"}},o.createElement("option",{value:i.valueMap?i.valueMap.call(void 0,K):K})),!Pe&&o.createElement(y.G,{popupClass:(0,l.A)(b.popupClass,"k-multiselecttree-popup"),className:(0,l.A)(b.className,{"k-rtl":"rtl"===Ne}),style:Ae,animate:b.animate,anchor:Q.current,show:_e,onOpen:Je,onClose:$e,appendTo:b.appendTo,ref:ce},i.filterable&&o.createElement(E,{value:void 0===i.filter?Se:i.filter,ref:J,onChange:pt,onKeyDown:at,tabIndex:Z,size:gt,rounded:bt,fillMode:yt}),f.length>0?o.createElement(nn,{ref:oe,tabIndex:Z,data:f,focusIdField:m,textField:i.textField,checkField:P,checkIndeterminateField:L,expandField:i.expandField,childrenField:R,expandIcons:!0,onItemClick:Ge,onCheckChange:Ge,onExpandChange:ct,checkboxes:!0,size:gt,item:i.item,dir:Ne}):o.createElement(vt,null,ft.toLanguageString(te,se[te])))),Pe&&(Ke=i.filterable?o.createElement(E,{value:void 0===i.filter?Se:i.filter,ref:$,onChange:pt,onKeyDown:at,size:gt,rounded:bt,fillMode:yt}):null,We={adaptiveTitle:i.adaptiveTitle,expand:_e,onClose:function(e){return i.onCancel?dt(e):lt(e)},windowWidth:Ce,mobileFilter:Ke,footer:{cancelText:ft.toLanguageString(le,se[le]),onCancel:function(e){return i.onCancel?dt(e):lt(e)},applyText:ft.toLanguageString(ae,se[ae]),onApply:function(e){return Ze(e)}}},o.createElement(ut,fn({},We),o.createElement(Ie.M,{className:"!k-overflow-hidden"},o.createElement("div",{className:"k-list-container"},o.createElement("div",{className:"k-list k-list-lg"},f.length>0?o.createElement(nn,{ref:oe,tabIndex:Z,data:f,focusIdField:m,textField:i.textField,checkField:P,checkIndeterminateField:L,expandField:i.expandField,childrenField:R,expandIcons:!0,onItemClick:Ge,onCheckChange:Ge,onExpandChange:ct,checkboxes:!0,size:gt,item:i.item,dir:Ne}):o.createElement(vt,null,ft.toLanguageString(te,se[te]))))))));return H?o.createElement(h._,{label:H,editorValue:Le,editorPlaceholder:V,editorValid:mt,editorDisabled:k,editorId:d,style:{width:z?z.width:void 0},children:zt,dir:Ne}):zt})),xn={opened:r.bool,disabled:r.bool,dir:r.string,tabIndex:r.number,accessKey:r.string,data:r.array,value:r.any,valueMap:r.func,placeholder:r.string,dataItemKey:r.string.isRequired,textField:r.string.isRequired,checkField:r.string,checkIndeterminateField:r.string,expandField:r.string,subItemsField:r.string,className:r.string,style:r.object,label:r.string,validationMessage:r.string,validityStyles:r.bool,valid:r.bool,required:r.bool,name:r.string,id:r.string,ariaLabelledBy:r.string,ariaDescribedBy:r.string,filterable:r.bool,filter:r.string,loading:r.bool,tags:r.arrayOf(r.shape({text:r.string,data:r.arrayOf(r.any)})),popupSettings:r.shape({animate:r.oneOfType([r.bool,r.shape({openDuration:r.number,closeDuration:r.number})]),popupClass:r.string,className:r.string,appendTo:r.any,width:r.oneOfType([r.string,r.number]),height:r.oneOfType([r.string,r.number])}),onOpen:r.func,onClose:r.func,onFocus:r.func,onBlur:r.func,onChange:r.func,onFilterChange:r.func,onExpandChange:r.func,onCancel:r.func,item:r.func,listNoData:r.func,adaptiveTitle:r.string,adaptive:r.bool};zn.displayName="KendoReactMultiSelectTree",zn.defaultProps=yn,zn.propTypes=xn;var kn=function(e,t,n){if(n||2===arguments.length)for(var o,r=0,i=t.length;r<i;r++)!o&&r in t||(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))},Cn=function(e,t){var n={};return e&&e.length&&e.forEach((function(e){n[t(e)]=!0})),n},In=function(e,t){var n=t.items,o=t.dataItemKey,r=t.value,i=t.subItemsField,a=void 0===i?"items":i,l=t.operation,s=(0,It.Y)(o),c=Cn(r,s);if("clear"===l)return[];if("delete"===l){var u=Cn(n,s);return r.filter((function(e){return!u[s(e)]}))}for(var p,d=n[0],h=s(d),v=(0,It.Y)(a),f=kn([],e,!0),m=[],g=[];f.length;){var b=f.pop();if(h===s(b)){g=m.map((function(e){return e.item})),p=b;break}m&&m.length&&m[m.length-1].parentPosition===f.length&&m.pop(),(E=v(b))&&E.length&&(m.push({item:b,parentPosition:f.length}),f.push.apply(f,E))}for(var y=kn([],v(p)||[],!0),w=[];y.length;)b=y.pop(),w.push(b),(E=v(b))&&E.length&&y.push.apply(y,E);var z=[];if(c[h]){var x=s(p),k=Cn(w,s),C=Cn(g,s);z.push.apply(z,r.filter((function(e){var t=s(e);return!k[t]&&x!==t&&!C[t]})))}else{z.push.apply(z,r),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=Cn(z,s),M=I.length-1;M>-1;M--){var E,V=I[M];if((E=v(V)).filter((function(e){return O[s(e)]})).length<E.length)break;z.push(V),O[s(V)]=!0}}return z}},6183:(e,t,n)=>{n.d(t,{Z:()=>a});var o=n(8047),r=n(3899),i=function(){return i=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},i.apply(this,arguments)},a=r.forwardRef((function(e,t){var n=r.useRef(null),a=r.useRef(null);return r.useImperativeHandle(n,(function(){return{element:a.current}})),r.useImperativeHandle(t,(function(){return n.current})),r.createElement("span",i({},e,{className:(0,o.A)("k-input-prefix",e.className)}))}));a.displayName="KendoReactInputPrefix"},3062:(e,t,n)=>{n.r(t),n.d(t,{Checkbox:()=>Tn,CheckboxPropsContext:()=>Rn,ColorGradient:()=>Pt,ColorGradientPropsContext:()=>Dt,ColorGradientWithoutContext:()=>St,ColorInput:()=>st,ColorPalette:()=>Ft,ColorPalettePropsContext:()=>Tt,ColorPaletteWithoutContext:()=>Rt,ColorPicker:()=>Zt,ColorPickerPropsContext:()=>Yt,FlatColorPicker:()=>en,Input:()=>Je,InputClearValue:()=>tr,InputPrefix:()=>nr.Z,InputPropsContext:()=>Qe,InputSeparator:()=>rr,InputSuffix:()=>ar,InputValidationIcon:()=>sr,InputWithoutContext:()=>Xe,MaskedTextBox:()=>zn,MaskedTextBoxPropsContext:()=>wn,MaskedTextBoxWithoutContext:()=>yn,NumericTextBox:()=>Le,NumericTextBoxPropsContext:()=>_e,PALETTEPRESETS:()=>Lt,RANGE_ACTION:()=>xn,RATING_ACTION:()=>$n,RadioButton:()=>jn,RadioButtonPropsContext:()=>An,RadioGroup:()=>Un,RadioGroupPropsContext:()=>Wn,RangeSlider:()=>En,RangeSliderPropsContext:()=>Mn,Rating:()=>uo,RatingItem:()=>Qn,RatingPropsContext:()=>co,SLIDER_LABEL_ATTRIBUTE:()=>vt,Signature:()=>Jo,SignaturePropsContext:()=>Qo,Slider:()=>wt,SliderLabel:()=>ft,SliderPropsContext:()=>yt,SliderWithoutContext:()=>bt,Switch:()=>Bn,SwitchPropsContext:()=>Ln,SwitchWithoutContext:()=>_n,TextArea:()=>Xn,TextAreaPropsContext:()=>Zn,TextBox:()=>$o.z,inputsMessages:()=>ce,isCorrectValue:()=>ro,isHalf:()=>to,isSelected:()=>no,maskingChanged:()=>fn,numericDecreaseValue:()=>P,numericIncreaseValue:()=>D,rangeReducer:()=>Cn,ratingReducer:()=>ao,sanitizeNumber:()=>Se,toRound:()=>eo});var o=n(3899),r=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);const f={name:"caret-alt-up",content:'<path d="m256 160 128 192H128l128-192z" />',viewBox:"0 0 512 512"},m={name:"caret-alt-right",content:'<path d="M352 256 160 384V128l192 128z" />',viewBox:"0 0 512 512"},g={name:"caret-alt-down",content:'<path d="M256 352 128 160h256L256 352z" />',viewBox:"0 0 512 512"},b={name:"caret-alt-left",content:'<path d="m160 256 192-128v256L160 256z" />',viewBox:"0 0 512 512"},y={name:"caret-alt-expand",content:'<path d="M128 288h256L256 480 128 288zM256 32 128 224h256.001L256 32z" />',viewBox:"0 0 512 512"},w={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"},z={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"},x={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"},k={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"},C={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"},I={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"},O={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"},M={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"};var E,V=n(6097),H=n(4006),S=n(2009),D="numerictextbox.increment",P="numerictextbox.decrement",_="slider.increment",L="slider.decrement",B="slider.dragTitle",N="colorGradient.r",R="colorGradient.g",T="colorGradient.b",F="colorGradient.a",A="colorGradient.hex",j="colorGradient.contrastRatio",q="colorGradient.colorGradientAALevel",K="colorGradient.colorGradientAAALevel",W="colorGradient.colorGradientPass",U="colorGradient.colorGradientFail",G="colorGradient.hueSliderLabel",Y="colorGradient.alphaSliderLabel",Z="colorGradient.toggleInputsButton",X="flatColorPicker.cancelBtn",Q="flatColorPicker.applyBtn",J="flatColorPicker.colorGradientBtn",$="flatColorPicker.colorPaletteBtn",ee="flatColorPicker.clearBtn",te="checkbox.validation",ne="checkbox.optionalText",oe="switch.validation",re="colorPicker.dropdownButtonAriaLabel",ie="rating.ariaLabel",ae="signature.clear",le="signature.maximize",se="signature.minimize",ce=((E={})[D]="Increase value",E[P]="Decrease value",E[_]="Increase",E[L]="Decrease",E[B]="Drag",E[N]="r",E[R]="g",E[T]="b",E[F]="a",E[A]="hex",E[j]="Contrast ratio",E[q]="AA",E[K]="AAA",E[W]="Pass",E[U]="Fail",E[G]="Hue slider",E[Y]="Alpha slider",E[Z]="Toggle colorgradient inputs",E[X]="Cancel",E[Q]="Apply",E[J]="Color Gradient view",E[$]="Color Palette view",E[ee]="Clear color value",E[te]="Please check this box if you want to proceed!",E[ne]="(Optional)",E["radioButton.validation"]="Please select option if you want to proceed!",E[oe]="Please turn on if you want to proceed!",E[re]="Select",E[ie]="Rating",E[ae]="Clear",E[le]="Maximize",E[se]="Minimize",E),ue=function(){return ue=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},ue.apply(this,arguments)},pe=1111111.1111111,de=/\d/,he=function(e,t){return void 0!==e?e:t},ve=function(e,t,n){return null===e&&void 0===e?"":"string"==typeof e?e:n.formatNumber(e,t)},fe=function(e){return(String(e).split(".")[1]||"").length},me=function(e,t){return Math.max(fe(e),fe(t))},ge=function(e,t){var n=function(e){return Math.min(e,15)}(t);return parseFloat(e.toFixed(n))},be=function(e,t,n,o,r,i,a){var l=me(e||0,n||0),s=we(ge((e||0)+(n||0),l),o,r);t.eventValue=s,t.currentLooseValue=ve(s,i,a),t.selectionStart=t.selectionEnd=Ie(t.currentLooseValue,de)},ye=function(e,t,n,o,r,i,a){var l=me(e||0,n||0),s=we(ge((e||0)-(n||0),l),o,r);t.eventValue=s,t.currentLooseValue=ve(s,i,a),t.selectionStart=t.selectionEnd=Ie(t.currentLooseValue,de)},we=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},ze=function(e,t,n,o){e.selectionStart=e.selectionEnd=t,function(e,t,n){var o=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 o=t[n][1];return e.length-o.length}(e,t);if(-1!==o&&n.selectionStart>o)n.selectionStart=n.selectionEnd=o;else{n.selectionStart>e.length&&(n.selectionStart=n.selectionEnd=e.length);var r=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!==r&&n.selectionStart<r&&(n.selectionStart=n.selectionEnd=r),-1===n.selectionStart&&(n.selectionStart=n.selectionEnd=0)}}(n,o,e)},xe=function(e,t,n,o){e.eventValue=o.parseNumber(e.prevLooseValue,t),e.currentLooseValue=e.prevLooseValue,e.valueIsCorrected=!0,ze(e,e.selectionStart,e.currentLooseValue,n)},ke=function(e,t){var n=e.indexOf(t.decimal);return n>-1?n:Ie(e,de)},Ce=function(e){return e.split("").reverse().join("")},Ie=function(e,t){return e.length-Ce(e).search(t)},Oe=function(e){return e.split(e[e.search(de)])[0]},Me=function(e){var t=Ce(e);return Ce(t.split(t[t.search(de)])[0])},Ee=function(e,t){return e.search(t)},Ve=function(e,t){var n=e.indexOf(t);return n>-1?e.length-n-1:0},He=function(e,t,n,o,r){var i="0"===e.replace(r,"")[0],a="0"===t.replace(r,"")[0];if(i&&!a)return n-1;if(a&&o)return n+1;for(var l=0,s=0;s<n;s++)de.test(e.charAt(s))&&l++;for(var c=0;l>0&&t.length>c;)de.test(t.charAt(c))&&l--,c++;return c},Se=function(e,t,n){var o=ue({},e),r=o.prevLooseValue,i=n.numberSymbols(),a=function(e,t){var n=t.formatNumber(pe,e),o=t.formatNumber(-pe,e),r=t.formatNumber(0,e),i=t.formatNumber(1,e),a=t.numberSymbols(),l=new RegExp("[\\d\\".concat(a.decimal).concat(a.group,"]"),"g");return[n,o,r,i].map((function(e){return e.replace(l,"")})).join("").split("").filter((function(e,t,n){return n.indexOf(e)===t})).join("")}(t,n),l=String(o.currentLooseValue),s=String(r),c=new RegExp("[^\\d\\".concat(i.decimal,"]"),"g"),u=new RegExp("[^\\d\\".concat(i.decimal,"\\").concat(i.group,"]"),"g"),p=new RegExp("[\\d\\".concat(i.decimal,"\\").concat(i.group,"]")),d=l.replace(c,""),h=Ee(l,de),v=-1===h?-1:Ie(l,de),f=l.indexOf(i.decimal),m=(l.substring(0,h)+l.substring(h,v).replace(u,"")+l.substring(v,l.length)).split("").filter((function(e){return-1!==a.indexOf(e)||-1!==e.search(p)})).join(""),g=n.formatNumber(.31111111111111117,t).replace(c,""),b=g.indexOf(i.decimal),y=b>-1?g.length-b-1:0,w=n.formatNumber(1,t).replace(c,""),z=w.indexOf(i.decimal),x=z>-1?w.length-z-1:0,k=function(e,t){var n=t.formatNumber(pe,e),o=t.formatNumber(-pe,e),r=t.formatNumber(0,e),i=t.formatNumber(1,e),a=Oe(n),l=Oe(o),s=Oe(r),c=Oe(i);return{positiveInfo:[a,Me(n)],negativeInfo:[l,Me(o)],zeroInfo:[s,Me(r)],oneInfo:[c,Me(i)]}}(t,n),C=[k.positiveInfo,k.negativeInfo,k.zeroInfo,k.oneInfo],I=1!==C.findIndex((function(e){return-1!==e.findIndex((function(e){return Boolean(e)}))})),O=l.length>0&&l.length<s.length,M="string"==typeof t&&"p"===t[0]&&l&&-1===l.indexOf(i.percentSign);if(!o.isPaste){if(""===l)return o.eventValue=null,o.currentLooseValue="",o;if(o.currentLooseValue===i.minusSign&&n.formatNumber(-0,t)!==s)return o.eventValue=-0,o.currentLooseValue=ve(o.eventValue,t,n),ze(o,ke(o.currentLooseValue,i),o.currentLooseValue,C),o;if(o.currentLooseValue===i.decimal){o.eventValue=0;var E=ve(o.eventValue,t,n);if(0===x&&y>0){var V=Ie(E,de);o.currentLooseValue=E.substring(0,V)+i.decimal+E.substring(V)}else o.currentLooseValue=E;return ze(o,ke(o.currentLooseValue,i)+1,o.currentLooseValue,C),o}if(function(e,t){var n=String(e.currentLooseValue),o=String(e.prevLooseValue);return n.split(t.minusSign).length!==o.split(t.minusSign).length&&n.length===o.length+t.minusSign.length}(o,i)){var H=n.parseNumber(r,t);o.eventValue=-(null!==H?H:0),o.currentLooseValue=ve(o.eventValue,t,n);var S=Ee(o.currentLooseValue,de),D=Ee(s,de);return ze(o,o.selectionEnd-1+(S-D),o.currentLooseValue,C),o}if(function(e,t){var n=String(e.currentLooseValue),o=String(e.prevLooseValue);return-1===n.indexOf(t.minusSign)&&-1!==o.indexOf(t.minusSign)}(o,i))return o.eventValue=n.parseNumber(o.currentLooseValue,t),ze(o,o.selectionStart,o.currentLooseValue,C),o;if(function(e,t){return String(e.currentLooseValue).split(t.decimal).length>2}(o,i))return xe(o,t,C,n),o;if(M)return o.eventValue=n.parseNumber(l,t)/100,o.currentLooseValue=ve(o.eventValue,t,n),o;if(String(o.currentLooseValue).replace(/[^\d]/g,"").length>15)return xe(o,t,C,n),o;if(d!==l&&l&&I){var P=C.findIndex((function(e){var t=e[0],n=e[1],o=l.indexOf(t),r=l.indexOf(n),a=0===o,s=r===l.length-n.length,c=o+t.length!==h&&-1!==h&&l[o+t.length]!==i.decimal,u=r!==v&&-1!==v&&l[r-1]!==i.decimal;return t&&n?!c&&!u&&a&&s:t?!c&&a:!!n&&!u&&s}));if(-1===P)return xe(o,t,C,n),o}if(d[d.length-1]===i.decimal&&y>0)return o.eventValue=n.parseNumber(l,t),o.currentLooseValue=m,o;if(o.currentLooseValue&&r&&(a+i.decimal+i.group).split("").findIndex((function(e){return l.split("").filter((function(t){return t===e})).length<s.split("").filter((function(t){return t===e})).length&&l.length+1===s.length&&(e!==i.decimal||0!==Ve(s.replace(c,""),i.decimal))}))>-1)return o.eventValue=n.parseNumber(e.prevLooseValue,t),o.currentLooseValue=e.prevLooseValue,o;var _=Ve(d,i.decimal),L="0"===d[d.length-1];if(O&&L&&_<x)return o.eventValue=n.parseNumber(o.currentLooseValue,t),o.currentLooseValue=ve(o.eventValue,t,n),o;if(_>0){var B=l.substring(0,f);if(L&&(!B||0!==s.indexOf(B))){o.eventValue=n.parseNumber(o.currentLooseValue,t);var N=ve(o.eventValue,t,n);return ze(o,He(l,N,o.selectionEnd,O,c),N,C),o.currentLooseValue=N,o}if(_>y){var R=l.indexOf(i.decimal),T=l.substring(0,R)+l.substring(R,R+1+y)+l.substring(v,String(o.currentLooseValue).length);return o.eventValue=n.parseNumber(T,t),o.currentLooseValue=T,ze(o,o.selectionStart,T,C),o}if(x!==y&&_<=y&&L)return o.eventValue=n.parseNumber(o.currentLooseValue,t),o.currentLooseValue=m,o;if(_<x)return o.eventValue=n.parseNumber(o.currentLooseValue,t),o.currentLooseValue=ve(o.eventValue,t,n),o}}return o.eventValue=n.parseNumber(o.currentLooseValue,t),M&&(o.eventValue=o.eventValue/100),"number"==typeof o.eventValue?(N=ve(o.eventValue,t,n),1===l.length?ze(o,ke(N,i),N,C):ze(o,He(l,N,o.selectionEnd,O,c),N,C),o.currentLooseValue=N):o.currentLooseValue=ve(n.parseNumber(d),t,n),o},De=n(7037),Pe=function(){return Pe=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},Pe.apply(this,arguments)},_e=(0,a.Y)(),Le=o.forwardRef((function(e,t){var n;(0,H.s)(S.k);var r=(0,l.Y)(_e,e),a=o.useMemo((function(){return(0,s.M)()}),[]),m=r.id||a,b=(0,i.useInternationalization)(),y=(0,i.useLocalization)(),w=o.useRef(null),z=o.useRef(),x=o.useState(!1),k=x[0],C=x[1],I=o.useRef({eventValue:null,prevLooseValue:"",currentLooseValue:"",focused:!1,selectionStart:void 0,selectionEnd:void 0,decimalSelect:!1,valueIsCorrected:!1,valueIsOutOfRange:!1}),O=o.useRef(!1),M=o.useRef(),E=o.useRef(r.defaultValue),_=ve(I.current.focused&&!r.disabled?I.current.currentLooseValue:he(r.value,E.current),r.format,b);M.current=_;var L=(0,c.A)(r.prefix)[0],B=(0,c.A)(r.suffix)[0];o.useEffect((function(){w.current&&w.current.setCustomValidity&&w.current.setCustomValidity(A().valid?"":r.validationMessage||"Please enter a valid value!")}));var N=o.useCallback((function(){w.current&&w.current.focus()}),[]),R=o.useCallback((function(){return void 0!==z.current?z.current:he(r.value,E.current)}),[r.value]),T=o.useCallback((function(){return r.name}),[r.name]),F=o.useCallback((function(){return r.required}),[r.required]),A=o.useCallback((function(){var e=void 0!==r.validationMessage,t=R();return{customError:e,valid:void 0!==r.valid?r.valid:!(I.current.valueIsOutOfRange||F()&&null==t),valueMissing:null==t}}),[r.validationMessage,r.valid,R,F]),j=o.useCallback((function(){return r.validityStyles}),[r.validityStyles]),q=o.useCallback((function(){return r}),[r]),K=o.useCallback((function(){var e={element:w.current,focus:N};return Object.defineProperty(e,"name",{get:T}),Object.defineProperty(e,"value",{get:R}),Object.defineProperty(e,"validity",{get:A}),Object.defineProperty(e,"validityStyles",{get:j}),Object.defineProperty(e,"required",{get:F}),Object.defineProperty(e,"props",{get:q}),e}),[T,R,A,j,F,N,q]);o.useImperativeHandle(t,K);var W=o.useCallback((function(){return{eventValue:he(r.value,E.current),prevLooseValue:M.current,currentLooseValue:w.current.value,selectionStart:w.current.selectionStart,selectionEnd:w.current.selectionEnd,decimalSelect:!1,valueIsCorrected:!1,valueIsOutOfRange:!1,isPaste:O.current,focused:I.current.focused}}),[r.value]),U=o.useCallback((function(e,t){if(!r.disabled){z.current=t.eventValue,E.current=t.eventValue;var n=ve(we(t.eventValue,r.min,r.max),r.format,b),o=we(b.parseNumber(n,r.format),r.min,r.max);o!==t.eventValue&&(t.valueIsOutOfRange=!0,t.eventValue=o,E.current=o),r.value!==t.eventValue&&(0,u.N)(r.onChange,e,K(),{value:t.eventValue}),z.current=void 0,I.current=t,C((function(e){return!e}))}}),[r.value,r.onChange,r.disabled,C,K]),G=o.useCallback((function(e){var t=W();O.current=!1,U(e,Se(t,r.format,b))}),[r.format,r.onChange,b,U,W]),Y=o.useCallback((function(e){var t=W(),n=b.parseNumber(String(t.currentLooseValue),r.format);if(t.selectionEnd>t.selectionStart&&t.selectionEnd-t.selectionStart===String(t.currentLooseValue).length){var o=b.numberSymbols(),i=o&&e.key===o.minusSign,a=o&&e.key===o.decimal;O.current=!i&&!a}else{switch(e.keyCode){case 38:be(n,t,r.step,r.min,r.max,r.format,b);break;case 40:ye(n,t,r.step,r.min,r.max,r.format,b);break;case 13:if(!1===r.rangeOnEnter)return;var l=ve(we(n,r.min,r.max),r.format,b),s=we(b.parseNumber(l,r.format),r.min,r.max);t.eventValue=s,t.currentLooseValue=ve(s,r.format,b),t.selectionStart=t.selectionEnd=t.currentLooseValue.length;break;case 110:var c=w.current,u=b.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=Se(t,r.format,b));break;default:return}e.preventDefault(),U(e,t)}}),[r.format,r.min,r.max,r.step,r.onChange,r.rangeOnEnter,U,W]),Z=o.useCallback((function(){O.current=!0}),[]),X=o.useCallback((function(e){if(!r.readOnly&&!r.disabled){var t=W();be(b.parseNumber(String(t.currentLooseValue),r.format),t,r.step,r.min,r.max,r.format,b),U(e,t)}}),[r.format,r.min,r.max,r.step,r.onChange,r.readOnly,r.disabled,U,W]),Q=o.useCallback((function(e){if(!r.readOnly&&!r.disabled){var t=W();ye(b.parseNumber(String(t.currentLooseValue),r.format),t,r.step,r.min,r.max,r.format,b),U(e,t)}}),[r.format,r.min,r.max,r.step,r.onChange,r.readOnly,r.disabled,U,W]),J=o.useCallback((function(e){var t=(0,p.v)(document);document&&t===w.current&&w.current&&!r.readOnly&&!r.disabled&&(e.nativeEvent.deltaY<0&&X(e),e.nativeEvent.deltaY>0&&Q(e))}),[X,Q,r.disabled,r.readOnly]),$=o.useCallback((function(e){I.current.currentLooseValue=M.current,I.current.focused=!0,(0,u.N)(r.onFocus,e,K(),{}),C((function(e){return!e}))}),[r.onFocus,C,K]),ee=o.useCallback((function(e){I.current={eventValue:null,prevLooseValue:"",currentLooseValue:"",focused:!1,selectionStart:void 0,selectionEnd:void 0,decimalSelect:!1,valueIsCorrected:!1,valueIsOutOfRange:!1},(0,u.N)(r.onBlur,e,K(),{}),C((function(e){return!e}))}),[r.onBlur,C,K]),te=o.useCallback((function(e){if(document&&w.current){var t=(0,p.v)(document);e.preventDefault(),t!==w.current&&w.current.focus()}}),[]);o.useLayoutEffect((function(){w.current&&"number"!==w.current.type&&void 0!==I.current.selectionStart&&void 0!==I.current.selectionEnd&&(w.current.selectionStart=I.current.selectionStart,w.current.selectionEnd=I.current.selectionEnd,I.current.selectionStart=void 0,I.current.selectionEnd=void 0)}),[k]);var ne=!j()||A().valid,oe=o.createElement("span",{dir:r.dir,style:r.label?r.style:Pe({width:r.width},r.style),className:(0,d.A)("k-input","k-numerictextbox",(n={},n["k-input-".concat(h.G.sizeMap[r.size]||r.size)]=r.size,n["k-input-".concat(r.fillMode)]=r.fillMode,n["k-rounded-".concat(h.G.roundedMap[r.rounded]||r.rounded)]=r.rounded,n["k-invalid"]=!ne,n["k-required"]=r.required,n["k-disabled"]=r.disabled,n),r.className),"aria-disabled":r.disabled?"true":void 0},o.createElement(L,null),o.createElement("input",{role:"spinbutton",value:null===_?"":_,tabIndex:(0,v.p)(r.tabIndex,r.disabled),accessKey:r.accessKey,disabled:r.disabled,title:r.title,"aria-disabled":r.disabled?"true":void 0,"aria-valuemin":r.min,"aria-valuemax":r.max,"aria-label":r.ariaLabel,"aria-labelledby":r.ariaLabelledBy,"aria-describedby":r.ariaDescribedBy,placeholder:r.placeholder,spellCheck:!1,autoComplete:"off",autoCorrect:"off",type:r.inputType||"tel",className:"k-input-inner",id:m,name:r.name,readOnly:r.readOnly,style:r.inputStyle,onChange:G,onFocus:$,onBlur:ee,onKeyDown:Y,onPaste:Z,onWheel:J,ref:w}),o.createElement(B,null),r.children,r.spinners&&o.createElement("span",{className:"k-input-spinner k-spin-button",onMouseDown:te},o.createElement(De.z,{tabIndex:-1,type:"button",icon:"caret-alt-up",svgIcon:f,rounded:null,className:"k-spinner-increase","aria-label":y.toLanguageString(D,ce[D]),title:y.toLanguageString(D,ce[D]),onClick:X}),o.createElement(De.z,{tabIndex:-1,type:"button",icon:"caret-alt-down",svgIcon:g,rounded:null,className:"k-spinner-decrease","aria-label":y.toLanguageString(P,ce[P]),title:y.toLanguageString(P,ce[P]),onClick:Q})));return r.label?o.createElement(V._,{label:r.label,editorId:m,editorValue:null===_?"":_,editorValid:ne,editorDisabled:r.disabled,editorPlaceholder:r.placeholder,children:oe,style:{width:r.width},dir:r.dir}):oe}));Le.propTypes={value:r.number,defaultValue:r.number,step:r.number,format:r.oneOfType([r.string,r.shape({style:r.oneOf(["decimal","currency","percent","scientific","accounting"]),currency:r.string,currencyDisplay:r.oneOf(["symbol","code","name"]),useGrouping:r.bool,minimumIntegerDigits:r.number,minimumFractionDigits:r.number,maximumFractionDigits:r.number})]),width:r.oneOfType([r.string,r.number]),tabIndex:r.number,accessKey:r.string,title:r.string,placeholder:r.string,min:r.number,max:r.number,spinners:r.bool,disabled:r.bool,readOnly:r.bool,dir:r.string,name:r.string,label:r.string,validationMessage:r.string,required:r.bool,id:r.string,rangeOnEnter:r.bool,ariaLabelledBy:r.string,ariaDescribedBy:r.string,ariaLabel:r.string,onChange:r.func,onFocus:r.func,onBlur:r.func,size:r.oneOf([null,"small","medium","large"]),rounded:r.oneOf([null,"small","medium","large","full"]),fillMode:r.oneOf([null,"solid","flat","outline"])},Le.displayName="KendoNumericTextBox",Le.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"};var Be,Ne=n(4407),Re=function(e){return null!=e},Te=function(e,t,n){return!Re(e)||isNaN(e)||e<=t?t:e>=n?n:e},Fe=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(Re(e)){var o=(0,Ne.parseColor)(e.trim(),n);if(Re(o))return"hex"===t?o.toCss():o.toCssRgba()}},Ae=function(e,t){void 0===t&&(t=!0);var n=(0,Ne.parseColor)(e,t);return Re(n)?n.toHSV():{}},je=function(e,t){void 0===t&&(t=!0);var n=(0,Ne.parseColor)(e,t);return Re(n)?n.toBytes():{}},qe=function(e){var t=Te(e.h,0,359.9),n=Te(e.s,0,1),o=Te(e.v,0,1),r=Te(e.a,0,1);return Ne.Color.fromHSV(t,n,o,r).toCssRgba()},Ke=function(e){return qe({h:e,s:1,v:1,a:1})},We=function(e,t){var n=Te(e.r,0,255),o=Te(e.g,0,255),r=Te(e.b,0,255),i=Te(e.a,0,1),a=Te(t.r,0,255),l=Te(t.g,0,255),s=Te(t.b,0,255);return{r:Math.round((1-i)*a+i*n),g:Math.round((1-i)*l+i*o),b:Math.round((1-i)*s+i*r)}},Ue=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]},Ge=function(e,t){return n=Ue(We(e,t)),o=Ue(We(t,{r:0,g:0,b:0,a:1})),(Math.max(n,o)+.05)/(Math.min(n,o)+.05);var n,o},Ye=(Be=function(e,t){return Be=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])},Be(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}Be(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),Ze=function(){return Ze=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},Ze.apply(this,arguments)},Xe=function(e){function t(n){var o=e.call(this,n)||this;return o._input=null,o._inputId=(0,s.M)(),o.focus=function(){o._input&&o._input.focus()},o.isInvalid=function(e){var t=!1;for(var n in e)e.hasOwnProperty(n)&&(t=t||Boolean(e[n]));return t},o.setValidity=function(){o._input&&o._input.setCustomValidity&&(o.validity.valid||!o.validityStyles?o._input.classList.remove("k-invalid"):o._input.classList.add("k-invalid"),o._input.setCustomValidity(o.validity.valid?"":o.props.validationMessage||""))},o.handleChange=function(e){o.setState({value:e.target.value}),o.valueDuringOnChange=e.target.value,o.props.onChange&&o.props.onChange.call(void 0,{syntheticEvent:e,nativeEvent:e.nativeEvent,value:e.target.value,target:o}),o.valueDuringOnChange=void 0},o.handleAutoFill=function(e){if("autoFillStart"===e.animationName){var t=e.target.parentNode;t&&t.classList.contains("k-empty")&&t.classList.remove("k-empty")}},(0,H.s)(S.k),o.state={value:o.props.defaultValue||t.defaultProps.defaultValue},o}return Ye(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 Ze(Ze({},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,l=(t.validationMessage,t.defaultValue,t.valid,t.visited,t.touched,t.modified,t.ariaLabelledBy),s=t.ariaDescribedBy,c=(t.validityStyles,t.style),u=t.ariaLabel,p=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(t,["className","label","labelClassName","id","validationMessage","defaultValue","valid","visited","touched","modified","ariaLabelledBy","ariaDescribedBy","validityStyles","style","ariaLabel"]),h=a||this._inputId,v=!this.validityStyles||this.validity.valid,f=(0,d.A)(n,"k-input k-input-md k-rounded-md k-input-solid"),m=o.createElement("input",Ze({"aria-labelledby":l,"aria-describedby":s,"aria-disabled":this.props.disabled||void 0,"aria-invalid":!v||void 0,"aria-label":u||void 0},p,{style:r?void 0:c,value:this.value,id:h,className:f,onChange:this.handleChange,onAnimationStart:this.handleAutoFill,ref:function(t){e._input=t}}));return r?o.createElement(V._,{label:r,labelClassName:i,editorId:h,editorValue:String(this.value),editorValid:v,editorDisabled:p.disabled,editorPlaceholder:p.placeholder,children:m,style:c,dir:p.dir}):m},t.displayName="Input",t.propTypes={label:r.string,labelClassName:r.string,validationMessage:r.string,required:r.bool,validate:r.bool,id:r.string,ariaLabelledBy:r.string,ariaDescribedBy:r.string,ariaLabel:r.string},t.defaultProps={defaultValue:"",required:!1,validityStyles:!0},t}(o.Component),Qe=(0,a.Y)(),Je=(0,a.u)(Qe,Xe);Je.displayName="KendoReactInput";var $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 o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}();const et=function(e){function t(t){var n=e.call(this,t)||this;return n.onChange=function(e){var t=e.target.value,o=Fe(t,"rgba");n.setState({hex:t}),Re(o)&&n.props.onHexChange(t,o,e)},n.onBlur=function(){Re(Fe(n.state.hex,"rgba"))||n.setState({hex:n.state.originalHex})},n.state={hex:n.props.hex,originalHex:n.props.hex},n}return $e(t,e),t.prototype.render=function(){return o.createElement(Je,{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 tt=n(2609),nt=n(8011),ot=function(e){(0,H.s)(nt.k);var t=e.id,n=e.editorId,r=e.editorRef,a=e.editorDisabled,l=e.children,s=e.editorValid,c=e.style,u=e.className,p=e.optional,h=(0,i.useLocalization)(),v=p?h.toLanguageString(tt.y,tt.s[tt.y]):"",f=v&&o.createElement("span",{className:"k-label-optional"},v),m=o.useCallback((function(e){if(r&&r.current&&!a){r.current.focus&&(e.preventDefault(),r.current.focus());var t=r.current.actionElement;t&&(e.preventDefault(),t.click())}}),[r]),g=(0,d.A)({"k-label":!0,"k-label-empty":!l,"k-text-error":!1===s,"k-text-disabled":!0===a},u);return o.createElement("label",{id:t,htmlFor:n,onClick:m,style:c,className:g},l,f)};ot.propTypes={id:r.string,editorId:r.string,editorRef:r.oneOfType([r.func,r.shape({current:r.any})]),editorValid:r.bool,editorDisabled:r.bool,style:r.object,className:r.string,optional:r.bool},ot.displayName="KendoReactLabel";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 o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),it=function(){return it=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},it.apply(this,arguments)},at=["rgba","rgb","hex"],lt=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||at[1]},n}return rt(t,e),t.prototype.render=function(){var e=(0,i.provideLocalizationService)(this),t=e.toLanguageString(N,ce[A]),n=e.toLanguageString(N,ce[N]),r=e.toLanguageString(N,ce[R]),a=e.toLanguageString(N,ce[T]),l=e.toLanguageString(N,ce[F]),s=e.toLanguageString(Z,ce[Z]);return o.createElement("div",{className:"k-colorgradient-inputs k-hstack"},o.createElement("div",{className:"k-vstack"},o.createElement(De.z,{"aria-label":s,fillMode:"flat",icon:"caret-alt-expand",svgIcon:y,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(et,{hex:this.props.hex,onHexChange:this.props.onHexChange,disabled:this.props.disabled})),o.createElement(ot,{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(Le,{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(ot,{className:"k-colorgradient-input-label"},n)),o.createElement("div",{className:"k-vstack"},o.createElement(Le,{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(ot,{className:"k-colorgradient-input-label"},r)),o.createElement("div",{className:"k-vstack"},o.createElement(Le,{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(ot,{className:"k-colorgradient-input-label"},a))),"rgba"===this.state.inputMode&&o.createElement("div",{className:"k-vstack"},this.props.opacity&&o.createElement(Le,{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(ot,{className:"k-colorgradient-input-label"},l)))},t.prototype.dispatchRgbaChange=function(e,t){var n=it({},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=at.length-1===at.indexOf(this.state.inputMode)?0:at.indexOf(this.state.inputMode)+1;if(this.props.opacity)this.setState({inputMode:at[e]});else{var t="rgba"===at[e]?e+1:e;this.setState({inputMode:at[t]})}},t}(o.Component);const st=lt;(0,i.registerForIntl)(lt),(0,i.registerForLocalization)(lt);var ct=n(9124),ut=n(1779),pt=n(3493),dt=n(8199),ht=function(){return ht=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},ht.apply(this,arguments)},vt="data-slider-label",ft=function(e){var t,n,r=o.useRef(null),i=(0,dt.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:ht({zIndex:1,position:"absolute"},a)},e.children&&o.createElement("span",ht({},((n={})[vt]=!0,n),{className:"k-label",onClick:e.onClick}),e.children))},mt=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),gt=function(){return gt=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},gt.apply(this,arguments)},bt=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?f:b:n.props.vertical?f:m,r="rtl"===n.state.dir?n.props.vertical?g:m:n.props.vertical?g:b,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(De.z,{className:"k-button-decrease",rounded:"full",icon:a,svgIcon:r,title:e.decrementTitle,onClick:e.decrement}),e.children,o.createElement(De.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(vt)))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===pt.R.left||e.keyCode===pt.R.down?t=n.state.value-(n.props.step||0):e.keyCode===pt.R.right||e.keyCode===pt.R.up?t=n.state.value+(n.props.step||0):e.keyCode===pt.R.home?t=n.props.min:e.keyCode===pt.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(),o=(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+o*(n.props.max-n.props.min))},(0,H.s)(S.k),n}return mt(t,e),t.getDerivedStateFromProps=function(e,t){var n=void 0!==e.value?e.value:t.value,o=e.min,r=e.max;return void 0===n?null:{value:Math.min(Math.max(n,o),r)}},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,i.provideLocalizationService)(this),r=(this.state.value-this.props.min)/(this.props.max-this.props.min)*100,a=this.props.vertical?{marginTop:"0.5rem",marginBottom:"0.5rem"}:{marginLeft:"0.5rem",marginRight:"0.5rem"},l=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:gt({gap:0},this.props.style),onFocus:this.onFocus,onBlur:this.onBlur,onKeyDown:this.onKeyDown,className:(0,d.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(_,ce[_]),decrementTitle:n.toLanguageString(L,ce[L])},o.createElement(ut._,{onDrag:this.dragOver,onPress:this.dragStart},o.createElement("div",{className:"k-slider-track-wrap",style:gt({flexGrow:1,position:"relative",touchAction:"none"},a)},this.props.children&&o.createElement("ul",{className:"k-reset k-slider-items",style:gt({margin:0},l)},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,v.p)(this.props.tabIndex,this.props.disabled,void 0),className:"k-draghandle",title:n.toLanguageString(B,ce[B]),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,u.N)(this.props.onChange,e,this,{value:t})},t.displayName="Slider",t.propTypes={min:r.number.isRequired,max:r.number.isRequired,value:r.number,vertical:r.bool,id:r.string,ariaLabelledBy:r.string,ariaDescribedBy:r.string,ariaLabel:r.string},t}(o.Component),yt=(0,a.Y)(),wt=(0,a.u)(yt,bt);wt.displayName="KendoReactSlider",(0,i.registerForLocalization)(bt);var zt={},xt=n(8130),kt=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),Ct=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return kt(t,e),t.prototype.render=function(){var e=(0,i.provideLocalizationService)(this),t=e.toLanguageString(j,ce[j]),n=e.toLanguageString(q,ce[q]),r=e.toLanguageString(K,ce[K]),a=e.toLanguageString(W,ce[W]),l=e.toLanguageString(U,ce[U]),s=Ge(this.props.rgba,this.props.bgColor),c=4.5.toFixed(1),u=7..toFixed(1),p="".concat(t,": ").concat(s.toFixed(2)),d="".concat(n,": ").concat(c),h="".concat(r,": ").concat(u),v=o.createElement("span",{className:"k-contrast-validation k-text-success"},a," ",o.createElement(xt.a,{name:"check",icon:z})),f=o.createElement("span",{className:"k-contrast-validation k-text-error"},l," ",o.createElement(xt.a,{name:"x",icon:x}));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"},p),s>=4.5?o.createElement("span",{className:"k-contrast-validation k-text-success"},o.createElement(xt.a,{name:"check",icon:z}),s>=7&&o.createElement(xt.a,{name:"check",icon:z})):o.createElement("span",{className:"k-contrast-validation k-text-error"},o.createElement(xt.a,{name:"x",icon:x}))),o.createElement("div",null,o.createElement("span",null,d),s>=4.5?v:f),o.createElement("div",null,o.createElement("span",null,h),s>=7?v:f))},t}(o.Component);(0,i.registerForLocalization)(Ct);var It=function(e,t){if(0===e.length)return"";var n=e.reduce((function(e,n,o,r){return 0===o?"M ".concat(n[0],",").concat(n[1]):"".concat(e," ").concat(t(n,o,r))}),"");return'<path d="'.concat(n,'" fill="none" stroke="white" stroke-width="1"/>')},Ot=function(e,t){var n=t[0]-e[0],o=t[1]-e[1];return{length:Math.sqrt(Math.pow(n,2)+Math.pow(o,2)),angle:Math.atan2(o,n)}},Mt=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),Et=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Mt(t,e),t.prototype.renderSvgCurveLine=function(){var e,t,n=this,o=this.props.metrics,r=function(e,t,i,a,l){var s=(i+a)/2,c=Object.assign({},n.props.hsva,{s:t/o.width,v:1-s/o.height}),u=Ge(je(qe(c)),je(n.props.backgroundColor||""));return i+.5>a?u<e+1&&u>e-1?s:null:l(u,e)?r(e,t,i,a-(a-i)/2,l):r(e,t,i+(a-i)/2,a,l)},i=function(e,t,n){void 0===n&&(n=!1);for(var i=[],a=0;a<=o.width;a+=o.width/t){var l=r(e,a,0,o.height,n?function(e,t){return e<t}:function(e,t){return e>t});null!==l&&i.push([a,l])}return i},a=(t=Ot,e=function(e,n,o,r){var i=t(n||e,o||e),a=i.angle+(r?Math.PI:0),l=.1*i.length;return[e[0]+Math.cos(a)*l,e[1]+Math.sin(a)*l]},function(t,n,o){var r=e(o[n-1],o[n-2],t),i=r[0],a=r[1],l=e(t,o[n-1],o[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 It(i(4.5,16),a)+It(i(4.5,16,!0),a)+It(i(7,16),a)+It(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),Vt=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),Ht="rgba(255, 255, 255, 1)",St=function(e){function t(n){var o=e.call(this,n)||this;o.wrapper=null,o.onHexChange=function(e,t,n){if(o.isUncontrolled){var r=Ae(t);o.setState({hsva:r,backgroundColor:Ke(r.h),rgba:je(t),hex:e})}else!function(e,t,n){zt[e]={value:t,hex:n}}(o.state.guid,t,e);o.dispatchChangeEvent(t,n,n.nativeEvent)},o.onRgbaChange=function(e,t){var n=function(e){var t=Te(e.r,0,255),n=Te(e.g,0,255),o=Te(e.b,0,255),r=Te(e.a,0,1);return Ne.Color.fromBytes(t,n,o,r).toCssRgba()}(e);if(o.isUncontrolled){var r=Ae(n),i=Fe(n,"hex");o.setState({hsva:r,backgroundColor:Ke(r.h),rgba:e,hex:i})}else!function(e,t,n){zt[e]={value:t,rgba:n}}(o.state.guid,n,e);o.dispatchChangeEvent(n,t.syntheticEvent,t.nativeEvent)},o.onAlphaSliderChange=function(e){o.handleHsvaChange(Object.assign({},o.state.hsva,{a:e.value/100}),e.syntheticEvent,e.nativeEvent)},o.onHueSliderChange=function(e){o.handleHsvaChange(Object.assign({},o.state.hsva,{h:e.value}),e.syntheticEvent,e.nativeEvent)},o.onDrag=function(e){o.gradientWrapper.classList.add("k-dragging"),o.changePosition(e.event)},o.onRelease=function(){o.gradientWrapper.classList.remove("k-dragging")},o.onGradientWrapperClick=function(e){o.changePosition(e)},o.changePosition=function(e){var t=o.getGradientRectMetrics(),n=e.clientX-t.left,r=e.clientY-t.top,i=Te(n,0,t.width),a=Te(r,0,t.height),l=Object.assign({},o.state.hsva,{s:i/t.width,v:1-a/t.height});o.handleHsvaChange(l,e,e.nativeEvent)},o.onFocus=function(e){o.props.onFocus&&o.props.onFocus.call(void 0,{nativeEvent:e,target:o})},o.focus=function(){(0,ct.n)(o.wrapper)},(0,H.s)(S.k);var r=n.value||n.defaultValue||Fe(Ht,"rgba");return o.state=Object.assign({},t.getStateFromValue(r),{isFirstRender:!0,guid:(0,s.M)()}),o}return Vt(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 zt[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,v.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 o=qe(e);if(this.isUncontrolled){var r=Fe(o,"hex");this.setState({hsva:e,backgroundColor:Ke(e.h),rgba:je(o),hex:r})}else!function(e,t,n){zt[e]={value:t,hsva:n}}(this.state.guid,o,e);this.dispatchChangeEvent(o,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){Re(Fe(e,"hex"))||(e=Ht);var n=function(e,t){if(e){var n=zt[e];return n&&n.value===t?n.hsva:void 0}}(t,e)||Ae(e),o=function(e,t){if(e){var n=zt[e];return n&&n.value===t?n.rgba:void 0}}(t,e)||je(e),r=function(e,t){if(e){var n=zt[e];return n&&n.value===t?n.hex:void 0}}(t,e)||Fe(e,"hex");return{hsva:n,backgroundColor:Ke(n.h),rgba:o,hex:r}},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,i.provideLocalizationService)(this),n=(0,d.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,v.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(ut._,{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(Et,{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(wt,{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(G,ce[G])}),this.props.opacity&&o.createElement(wt,{value:Re(this.state.hsva.a)?100*this.state.hsva.a:100,buttons:!1,vertical:!0,min:0,max:100,step:1,ariaLabel:t.toLanguageString(Y,ce[Y]),onChange:this.onAlphaSliderChange,className:"k-alpha-slider k-colorgradient-slider",disabled:this.props.disabled,ref:function(t){return e.alphaSlider=t}}))),o.createElement(st,{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(Ct,{bgColor:je(this.props.backgroundColor),rgba:this.state.rgba}))},t.displayName="ColorGradient",t.propTypes={defaultValue:r.string,value:r.string,onChange:r.func,onFocus:r.func,opacity:r.bool,backgroundColor:r.string,format:r.any,disabled:r.bool,style:r.any,id:r.string,role:r.string,ariaLabel:r.string,ariaLabelledBy:r.string,ariaDescribedBy:r.string,className:r.string},t.defaultProps={opacity:!0,role:"textbox",format:"rgb"},t}(o.Component),Dt=(0,a.Y)(),Pt=(0,a.u)(Dt,St);Pt.displayName="KendoReactColorGradient";var _t=function(){function e(){this.colorRows=[]}return e.prototype.setColorMatrix=function(e,t){if(this.colorRows=[],Re(e)&&e.length){t=t||e.length;for(var n=0;n<e.length;n+=t){var o=e.slice(n,t+n);this.colorRows.push(o)}}},e.prototype.getCellCoordsFor=function(e){var t=this;if(Re(e)){var n=e?(0,Ne.parseColor)(e,!0):e,o=[e];Re(n)&&o.push(n.toCss(),n.toCssRgba());for(var r=function(e){for(var n=function(n){if(o.some((function(o){return o===t.colorRows[e][n]})))return{value:{row:e,col:n}}},r=0;r<i.colorRows[e].length;r++){var a=n(r);if("object"==typeof a)return a}},i=this,a=0;a<this.colorRows.length;a++){var l=r(a);if("object"==typeof l)return l.value}}},e.prototype.getColorAt=function(e){if(Re(e)&&Re(this.colorRows[e.row]))return this.colorRows[e.row][e.col]},e.prototype.getNextCell=function(e,t,n){if(!(Re(e)&&Re(e.row)&&Re(e.col)))return{row:0,col:0};var o=this.clampIndex(e.row+n,this.colorRows.length-1);return{row:o,col:this.clampIndex(e.col+t,this.colorRows[o].length-1)}},e.prototype.clampIndex=function(e,t){return e<0?0:e>t?t:e},e}(),Lt={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}},Bt=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),Nt="office",Rt=function(e){function t(t){var n=e.call(this,t)||this;return n.wrapper=null,n.paletteService=null,n.guid=(0,s.M)(),n.focus=function(){n.wrapper&&n.wrapper.focus()},n.onKeyDown=function(e){switch(e.keyCode){case pt.R.down:n.handleCellNavigation(0,1);break;case pt.R.up:n.handleCellNavigation(0,-1);break;case pt.R.right:n.handleCellNavigation(1,0);break;case pt.R.left:n.handleCellNavigation(-1,0);break;case pt.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,H.s)(S.k),n.state={selectedColor:void 0!==n.props.value?n.props.value:n.props.defaultValue,isFirstRender:!0},n}return Bt(t,e),t.prototype.render=function(){var e=this,t=this.getPaletteInfo(),n=this.paletteService=new _t;n.setColorMatrix(t.colors,t.columns);var r=n.getCellCoordsFor(this.state.selectedColor),i=n.getCellCoordsFor(this.state.focusedColor),a=(0,d.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,v.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,u.N)(this.props.onChange,t,this,{value:e,rgbaValue:Fe(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=Lt[this.props.palette];return Re(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",h=u.height+"px";return e.map((function(e,n){var r=a&&l===n,u=(0,d.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:h,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:r.oneOfType([r.arrayOf(r.string.isRequired),r.string]),columns:r.number,tileSize:r.any,defaultValue:r.string,value:r.string,disabled:r.bool,tabIndex:r.number,onChange:r.func,onFocus:r.func,id:r.string,ariaLabelledBy:r.string,ariaDescribedBy:r.string,className:r.string},t.defaultProps={palette:Nt,tileSize:24},t}(o.Component),Tt=(0,a.Y)(),Ft=(0,a.u)(Tt,Rt);Ft.displayName="KendoReactColorPalette";var At=n(3218),jt=n(1754),qt=function(){return qt=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},qt.apply(this,arguments)},Kt=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(jt.G,qt({style:qt(qt({},(t||{}).style),{direction:e.dir})},t,{anchor:e.popupAnchor,anchorAlign:r,popupAlign:i,show:e.open,onOpen:e.onOpen,onClose:e.onClose,className:(0,d.A)("k-reset",t.className)}),e.content))};Kt.displayName="KendoPickerComponent";var Wt=function(){return Wt=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},Wt.apply(this,arguments)},Ut={palette:Nt,tileSize:24},Gt=function(e){return void 0!==e},Yt=(0,a.Y)(),Zt=o.forwardRef((function(e,t){var n;(0,H.s)(S.k);var r=(0,l.Y)(Yt,e),a=(0,i.useLocalization)(),s=r.size,c=void 0===s?Xt.size:s,u=r.rounded,p=void 0===u?Xt.rounded:u,f=r.fillMode,m=void 0===f?Xt.fillMode:f,b=r.popupSettings,y=r.gradientSettings,w=r.paletteSettings,z=r.valid,x=r.disabled,k=r.tabIndex,C=r.view,I=r.icon,O=r.svgIcon,M=r.iconClassName,E=r.onChange,V=r.onFocus,D=r.onBlur,P=r.onActiveColorClick,_=r.className,L=o.useRef(null),B=o.useRef(null),N=o.useRef(null),R=o.useRef(),T=o.useRef(null),F=o.useState(!1),A=F[0],j=F[1],q=o.useState(r.defaultValue),K=q[0],W=q[1],U=o.useState(!1),G=U[0],Y=U[1],Z=Gt(r.value),X=Gt(r.open),Q=Z?r.value:K,J=X?r.open:G,$=o.useCallback((function(){L.current&&L.current.focus()}),[]);o.useImperativeHandle(t,(function(){return{element:L.current,actionElement:T.current,value:Q,focus:$}}),[Q,$]);var ee=o.useCallback((function(e,t){X||(!e&&!t&&L&&L.current&&L.current.focus(),Y(e))}),[X]),te=o.useCallback((function(e){var t=e.altKey,n=e.keyCode;if(n!==pt.R.esc)return n!==pt.R.enter||X?void(!t||n!==pt.R.up&&n!==pt.R.down||(e.preventDefault(),e.stopPropagation(),n===pt.R.up&&L&&L.current&&(L.current.focus(),ee(!1)),n===pt.R.down&&ee(!0))):(e.preventDefault(),e.stopPropagation(),void ee(!J));ee(!1)}),[J,X]),ne=o.useCallback((function(){X||(B.current?B.current.focus():N.current&&N.current.focus())}),[X]),oe=o.useCallback((function(){ee(!J,!0)}),[J]),ie=o.useCallback((function(e){P&&P.call(void 0,{syntheticEvent:e,nativeEvent:e.nativeEvent,value:Q})}),[P,Q]),ae=o.useCallback((function(e){R.current?(clearTimeout(R.current),R.current=void 0):j(!0),V&&V.call(void 0,{nativeEvent:e.nativeEvent,syntheticEvent:e})}),[V]),le=o.useCallback((function(){ee(!1,!0),j(!1),R.current=void 0}),[]),se=o.useCallback((function(e){clearTimeout(R.current),R.current=window.setTimeout(le),D&&D.call(void 0,{nativeEvent:e.nativeEvent,syntheticEvent:e})}),[D]),ue=o.useCallback((function(e,t){var n=t?e.rgbaValue:e.value;Z||W(n),t&&ee(!1),E&&E.call(void 0,{value:n,nativeEvent:e.nativeEvent,syntheticEvent:e.syntheticEvent})}),[Z,E]),pe=o.useCallback((function(e){return ue(e,!0)}),[Gt,ue]),de=(0,dt.n)(L,r.dir),he=!1!==z;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":J,"aria-disabled":x?"true":void 0,className:(0,d.A)("k-colorpicker","k-picker","k-icon-picker",(n={},n["k-picker-".concat(h.G.sizeMap[c]||c)]=c,n["k-picker-".concat(m)]=m,n["k-rounded-".concat(h.G.roundedMap[p]||p)]=p,n["k-invalid"]=!he,n["k-disabled"]=x,n["k-focus"]=A,n.className=_,n)),ref:L,tabIndex:(0,v.p)(k,x),title:r.title,onKeyDown:te,onFocus:ae,onBlur:se,dir:de},o.createElement(Kt,{dir:de,open:J,onOpen:ne,popupAnchor:L.current||void 0,popupSettings:Wt({},b),input:o.createElement("span",{onClick:ie,className:"k-input-inner"},o.createElement("span",{className:(0,d.A)("k-value-icon","k-color-preview",{"k-no-color":!Q,"k-icon-color-preview":I||O||M})},M&&o.createElement("span",{className:(0,d.A)("k-color-preview-icon",M)}),!M&&(I||O)&&o.createElement(xt.a,{name:I,icon:O}),o.createElement("span",{className:"k-color-preview-mask",style:{backgroundColor:Q}}))),button:o.createElement(De.z,{tabIndex:-1,type:"button",onClick:oe,className:"k-input-button",rounded:null,icon:"caret-alt-down",svgIcon:g,"aria-label":a.toLanguageString(re,ce[re])}),content:o.createElement(o.Fragment,null,("combo"===C||"gradient"===C)&&o.createElement(Pt,Wt({},y,{tabIndex:0,ref:B,value:Q,onChange:ue})),("combo"===C||"palette"===C)&&o.createElement(Ft,Wt({},w,{ref:N,value:Q,onChange:pe})))}))}));Zt.propTypes={value:r.string,defaultValue:r.string,disabled:r.bool,view:r.oneOf(["gradient","palette","combo"]),dir:r.string,id:r.string,icon:r.string,svgIcon:At.wi,ariaLabelledBy:r.string,ariaDescribedBy:r.string,size:r.oneOf([null,"small","medium","large"]),rounded:r.oneOf([null,"small","medium","large","full"]),fillMode:r.oneOf([null,"solid","flat","outline"]),className:r.string};var Xt={size:"medium",rounded:"medium",fillMode:"solid",view:"palette",gradientSettings:{opacity:!0},paletteSettings:Ut};Zt.defaultProps=Xt,Zt.displayName="KendoColorPicker";var Qt,Jt=n(7711),$t="rgba(255, 255, 255, 1)",en=o.forwardRef((function(e,t){(0,H.s)(S.k);var n=o.useRef(null),r=o.useRef(null),a=o.useRef(null),l=e.defaultValue,s=void 0===l?$t:l,c=e.showButtons,u=void 0===c||c,p=e.showPreview,h=void 0===p||p,f=e.showClearButton,m=void 0===f||f,g=o.useState("ColorGradient"===(e.view||"ColorGradient")),b=g[0],y=g[1],z=o.useState(e.value||s),x=z[0],k=z[1],C=o.useState(e.value||s),I=C[0],E=C[1],V=void 0!==e.value?e.value:I;o.useEffect((function(){k(e.value||s)}),[e.value,s]);var D=(0,i.useLocalization)(),P=o.useCallback((function(){n.current&&n.current.focus()}),[n]);o.useImperativeHandle(n,(function(){return{element:r.current,focus:P,props:e,value:V}}),[V,P,e]),o.useImperativeHandle(t,(function(){return n.current}));var _=o.useCallback((function(e){("ColorGradient"===e&&!b||"ColorPalette"===e&&b)&&y(!b)}),[b]),L=o.useCallback((function(t){if(k(s),e.onPreviewChange){var n={value:s,nativeEvent:t.nativeEvent,syntheticEvent:t};e.onPreviewChange.call(void 0,n)}}),[s,e.onPreviewChange]),B=o.useCallback((function(t){if(k(t.value),e.onPreviewChange){var n={value:t.value,nativeEvent:t.nativeEvent,syntheticEvent:t.syntheticEvent};e.onPreviewChange.call(void 0,n)}}),[e.onPreviewChange]),N=o.useCallback((function(t){if(E(x),e.onChange){var n={value:x,nativeEvent:t.nativeEvent,syntheticEvent:t};e.onChange.call(void 0,n)}}),[x,e.onChange]),R=o.useCallback((function(){E($t)}),[]),T=o.useCallback((function(t){if(k(I),e.onPreviewChange){var n={value:I,nativeEvent:t.nativeEvent,syntheticEvent:t};e.onPreviewChange.call(void 0,n)}}),[I,e.onPreviewChange]),F=o.useCallback((function(e){r.current&&e.nativeEvent.target instanceof HTMLInputElement==0&&r.current.focus()}),[r]),A=o.useCallback((function(t){var n;if((!t.relatedTarget||!(null===(n=r.current)||void 0===n?void 0:n.contains(t.relatedTarget)))&&(u||E(x),!u&&e.onChange)){var o={value:x,nativeEvent:t.nativeEvent,syntheticEvent:t};e.onChange.call(void 0,o)}}),[x,u,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,v.p)(e.tabIndex,e.disabled),className:(0,d.A)("k-flatcolorpicker k-coloreditor",{"k-disabled":e.disabled},e.className),onBlur:A},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(Jt.h,{className:"k-button-group-flat"},o.createElement(De.z,{type:"button","aria-label":D.toLanguageString(J,ce[J]),togglable:!0,fillMode:"flat",selected:b,onClick:function(){return _("ColorGradient")},icon:"droplet-slider",svgIcon:w}),o.createElement(De.z,{type:"button","aria-label":D.toLanguageString($,ce[$]),togglable:!0,fillMode:"flat",selected:!b,onClick:function(){return _("ColorPalette")},icon:"palette",svgIcon:O}))),o.createElement("div",{className:"k-spacer"}),o.createElement("div",{className:"k-coloreditor-header-actions k-hstack"},m&&o.createElement(De.z,{type:"button",fillMode:"flat",onClick:L,"aria-label":D.toLanguageString(ee,ce[ee]),icon:"droplet-slash",svgIcon:M}),h&&o.createElement("div",{className:"k-coloreditor-preview k-vstack"},o.createElement("span",{className:"k-coloreditor-preview-color k-color-preview",style:{background:x}}),o.createElement("span",{className:"k-coloreditor-current-color k-color-preview",style:{background:I},onClick:T})))),o.createElement("div",{className:"k-coloreditor-views k-vstack"},b?o.createElement(Pt,{ref:a,role:"none",tabIndex:-1,ariaLabel:void 0,value:x,onChange:B,onFocus:F,opacity:e.opacity,format:e.format}):o.createElement(Ft,{ariaDisabled:!0,ariaLabelledBy:"required_label",value:x,onChange:B,onFocus:F})),u&&o.createElement("div",{className:"k-coloreditor-footer k-actions k-actions-end"},o.createElement(De.z,{type:"button",className:"k-coloreditor-cancel",onClick:R},ce[X]),o.createElement(De.z,{type:"button",className:"k-coloreditor-apply k-primary",onClick:N},ce[Q]))))})),tn={id:r.string,style:r.any,className:r.string,value:r.string,defaultValue:r.string,onPreviewChange:r.func,onChange:r.func,opacity:r.bool,format:r.any,tabIndex:r.number,ariaLabel:r.string,ariaLabelledBy:r.string,disabled:r.bool,view:r.any,header:r.any,showClearButton:r.bool,showPreview:r.bool,showButtons:r.bool};en.displayName="KendoFlatColorPicker",en.propTypes=tn,function(e){e[e.Literal=0]="Literal",e[e.Mask=1]="Mask",e[e.Undefined=2]="Undefined"}(Qt||(Qt={}));var nn=function(){function e(e,t,n){void 0===n&&(n=Qt.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}(),on=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}(),rn=function(e){return(e||"").split("")},an=function(){function e(e){this.parse=e}return e.prototype.run=function(e,t){return void 0===t&&(t=""),e instanceof on?this.parse(e):this.parse(new on(rn(e),rn(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===Qt.Literal},e}(),ln=function(e,t){return new an((function(n){var o=n.next().char,r=e[o];return"\\"===o?(o=n.next().char,new nn(t.literal(o),n)):new nn(r?t.mask(r):t.literal(o),n)}))},sn=function(e){return new an((function(t){var n=e.prompt,o=e.promptPlaceholder,r=t.next().char;return new nn(r===n?o:r,t)}))},cn=function(e){return new an((function(t){var n=t.next().char;return new nn(e?n:"",t)}))},un=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 an((function(e){return new nn(t,e)}))));var t},pn=function(e){return new an((function(t){for(var n=new nn([],t);!t.eof();)n=n.concat(e.run(t));return n}))},dn=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,o=e.prompt,r=void 0===o?"":o,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=r,this.promptPlaceholder=a,this.rules=s,this.includeLiterals=u,this.tokenize()},e.prototype.validationValue=function(e){void 0===e&&(e="");var t=e;return un(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?(un(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?(un(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,o){var r="",i=o,a=t.split("").slice(0,n),l=t.split("").slice(o);return un(this.maskTokens.slice(n,o)).run(e).fold((function(e){r=a.concat(e).concat(l).join("")})),{selection:i,value:r}},e.prototype.maskRemoved=function(e,t,n){var o=this,r="",i=n,a=e.split("").slice(n),l=e.split("").slice(0,n).join(""),s=this.maskTokens.length-(e.length-n);return un(this.maskTokens.slice(0,s)).run(l,t).fold((function(e){i=o.adjustPosition(e,i),r=e.concat(a).join("")})),{selection:i,value:r}},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 o=this,r="",i=n,a=e.slice(0,n);return un(this.unmaskTokens).run(a,t).chain((function(e){i=e.join("").length;var n=t.slice(i);return un(o.maskTokens).run(e.join("")+n,t)})).fold((function(e){r=e.join("")})),{selection:i,value:r}},Object.defineProperty(e.prototype,"maskTokenCreator",{get:function(){var e=this.prompt,t=this.promptPlaceholder;return{literal:function(e){return t=e,new an((function(e){return e.peek().char===t?(e.eat(),new nn(t,e,Qt.Literal)):new nn(t,e,Qt.Literal)}));var t},mask:function(n){return(o={prompt:e,promptPlaceholder:t},function(e){return new an((function(t){for(var n=o.prompt,r=o.promptPlaceholder;!t.eof();){var i=t.peek(),a=i.char,l=i.control;if(a===l&&l===n)return t.eat(),new nn(n,t,Qt.Mask);if(e.test(a))return t.eat(),new nn(a,t,Qt.Mask);if(a===r)return t.eat(),new nn(n,t,Qt.Mask);t.eat_input()}return t.eat(),new nn(n,t,Qt.Mask)}))})(n);var o}}},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"unmaskTokenCreator",{get:function(){var e=this;return{literal:function(e){return t=e,new an((function(e){return e.eof()?new nn("",e):(e.peek().char===t&&e.eat(),new nn(t,e))}));var t},mask:function(t){return(n=e.prompt,function(e){return new an((function(t){for(;!t.eof();){var o=t.peek(),r=o.char,i=o.control;if(r===n&&i===n)return t.eat(),new nn(r,t);if(e.test(r))return t.eat(),new nn(r,t);t.eat_input()}return t.eat(),new nn("",t)}))})(t);var n}}},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"rawTokenCreator",{get:function(){var e=this,t=e.prompt,n=e.promptPlaceholder,o=e.includeLiterals;return{literal:function(e){return cn(o)},mask:function(e){return sn({prompt:t,promptPlaceholder:n})}}},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"validationTokenCreator",{get:function(){var e=this.prompt;return{literal:function(e){return cn(!1)},mask:function(t){return sn({prompt:e,promptPlaceholder:""})}}},enumerable:!1,configurable:!0}),e.prototype.tokenize=function(){var e=this;pn(ln(this.rules,this.maskTokenCreator)).run(this.mask).fold((function(t,n){e.maskTokens=t})),pn(ln(this.rules,this.unmaskTokenCreator)).run(this.mask).fold((function(t,n){e.unmaskTokens=t})),pn(ln(this.rules,this.rawTokenCreator)).run(this.mask).fold((function(t,n){e.rawTokens=t})),pn(ln(this.rules,this.validationTokenCreator)).run(this.mask).fold((function(t,n){e.validationTokens=t}))},e}(),hn={"#":/[\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]/},vn=function(){return!1},fn=function(e,t){return e.includeLiterals!==t.includeLiterals||e.mask!==t.mask||e.prompt!==t.prompt||e.promptPlaceholder!==t.promptPlaceholder||!mn(e.rules,t.rules)},mn=function(e,t){if(!!e!=!!t)return!1;if(e===t||!e||!t)return!0;var n=!0;for(var o in e)if(e[o]!==t[o]){n=!1;break}if(n)for(var o in t)if(!e.hasOwnProperty(o)){n=!1;break}return n},gn=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),bn=function(){return bn=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},bn.apply(this,arguments)},yn=function(e){function t(t){var n=e.call(this,t)||this;return n.state={},n._inputId="k-".concat((0,s.M)()),n._service=new dn,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,o=t.selectionStart,r=t.selectionEnd;r!==o&&(n._isPasted=!0,n._selection=[o||0,r||0])},n.onChangeHandler=function(e){var t=e.currentTarget,o=t.value,r=n._selection[0]||0,i=n._selection[1]||0;if(!n.props.mask)return n._isPasted=!1,n._selection=[null,null],void n.triggerOnChange(o,e);var a,l=n.value;if(n._isPasted){n._isPasted=!1;var s=l.length-i,c=o.length-s;a=n._service.maskInRange(o.slice(r,c),l,r,i)}else a=n._service.maskInput(o,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,H.s)(S.k),n}return gn(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,o=n[0],r=n[1],i=e.selection,a=this.props.selection;(!i&&a||i&&a&&(i.start!==a.start||i.end!==a.end))&&(o=a.start,r=a.end),null!==o&&null!==r&&this.element.setSelectionRange(o,r)}fn(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,u=r.rounded,p=void 0===u?t.defaultProps.rounded:u,f=this.props.id||this._inputId,m=!this.validityStyles||this.validity.valid,g=this.props.style||{},b=this.props,y=b.prefix,w=void 0===y?t.defaultProps.prefix:y,z=b.suffix,x=void 0===z?t.defaultProps.suffix:z,k=(0,c.A)(w)[0],C=(0,c.A)(x)[0],I=o.createElement("span",{dir:this.props.dir,className:(0,d.A)("k-maskedtextbox k-input",(e={},e["k-input-".concat(h.G.sizeMap[a]||a)]=a,e["k-input-".concat(s)]=s,e["k-rounded-".concat(h.G.roundedMap[p]||p)]=p,e["k-invalid"]=!m,e["k-required"]=this.required,e["k-disabled"]=this.props.disabled,e),this.props.className),style:this.props.label?g:bn({width:this.props.width},g)},o.createElement(k,null),o.createElement("input",{type:"text",autoComplete:"off",autoCorrect:"off",autoCapitalize:"off",spellCheck:!1,className:"k-input-inner",value:this.value,id:f,"aria-labelledby":this.props.ariaLabelledBy,"aria-describedby":this.props.ariaDescribedBy,"aria-placeholder":this.props.mask,name:this.props.name,tabIndex:(0,v.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:vn,onDrop:vn}),o.createElement(C,null));return this.props.label?o.createElement(V._,{label:this.props.label,editorId:f,editorValue:this.value,editorValid:m,editorDisabled:this.props.disabled,editorPlaceholder:this.props.placeholder,children:I,style:{width:this.props.width},dir:this.props.dir}):I},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({},hn,this.props.rules)},enumerable:!1,configurable:!0}),t.displayName="MaskedTextBox",t.propTypes={value:r.string,defaultValue:r.string,placeholder:r.string,title:r.string,dir:r.string,id:r.string,style:r.object,className:r.string,prefix:r.any,suffix:r.any,ariaLabelledBy:r.string,ariaDescribedBy:r.string,width:r.oneOfType([r.string,r.number]),tabIndex:r.number,accessKey:r.string,disabled:r.bool,readonly:r.bool,prompt:r.string,promptPlaceholder:r.string,includeLiterals:r.bool,maskValidation:r.bool,mask:r.string,rules:function(e,t,n){var o=e.rules;return void 0===o||Object.entries(o).some((function(e){return"string"!=typeof e||!(o[e]instanceof RegExp)}))?null:new Error("Invalid prop `"+t+"` supplied to `"+n+"`. Validation failed.")},selection:r.shape({start:r.number.isRequired,end:r.number.isRequired}),name:r.string,label:r.string,validationMessage:r.string,required:r.bool,valid:r.bool,validityStyles:r.bool,onChange:r.func,size:r.oneOf([null,"small","medium","large"]),rounded:r.oneOf([null,"small","medium","large","full"]),fillMode:r.oneOf([null,"solid","flat","outline"])},t.defaultProps={prompt:"_",promptPlaceholder:" ",includeLiterals:!1,maskValidation:!0,rules:hn,required:!1,validityStyles:!0,prefix:function(e){return null},suffix:function(e){return null},size:"medium",rounded:"medium",fillMode:"solid"},t}(o.Component),wn=(0,a.Y)(),zn=(0,a.u)(wn,yn);zn.displayName="KendoReactMaskedTextBox";var xn,kn=function(){return kn=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},kn.apply(this,arguments)};!function(e){e.start="start",e.end="end",e.min="min",e.max="max",e.increase="increase",e.decrease="decrease"}(xn||(xn={}));var Cn=function(e,t){var n,o;switch(t.type){case xn.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 xn.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 xn.min:n="start"===t.key?kn(kn({},e),{start:t.min}):kn(kn({},e),{end:Math.max(t.min,e.start)});break;case xn.max:n="start"===t.key?kn(kn({},e),{start:Math.min(t.max,e.end)}):kn(kn({},e),{end:t.max});break;case xn.increase:if(void 0===t.step||void 0===t.key)return e;o=e[t.key]+t.step,n="start"===t.key?o<t.min?kn(kn({},e),{start:t.min}):kn(kn({},e),{start:Math.min(o,e.end)}):o>t.max?kn(kn({},e),{end:t.max}):kn(kn({},e),{end:Math.max(o,e.start)});break;case xn.decrease:if(void 0===t.step||void 0===t.key)return e;o=e[t.key]-t.step,n="start"===t.key?o<t.min?kn(kn({},e),{start:t.min}):kn(kn({},e),{start:Math.min(o,e.end)}):o>t.max?kn(kn({},e),{end:t.max}):kn(kn({},e),{end:Math.max(o,e.start)});break;default:n=e}return n},In=n(9844),On=function(){return On=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},On.apply(this,arguments)},Mn=(0,a.Y)(),En=o.forwardRef((function(e,t){var n,r;(0,H.s)(S.k);var a=(0,l.Y)(Mn,e),s=o.useRef(null),c=o.useRef(null),u=o.useRef(null),p=o.useRef(null),h=o.useRef(null),f=o.useCallback((function(){p.current&&p.current.focus()}),[p]);o.useImperativeHandle(s,(function(){return{element:c.current,focus:f,props:a}})),o.useImperativeHandle(t,(function(){return s.current}));var m=o.useMemo((function(){return a.min}),[a.min]),g=o.useMemo((function(){return a.max}),[a.max]),b=o.useMemo((function(){return void 0!==a.step?a.step:Hn.step}),[a.step,Hn.step]),y=(0,dt.n)(c,a.dir),w=o.useState(""),z=w[0],x=w[1],k=function(e,t,n){var r=o.useState(e),i=r[0],a=r[1],l=o.useCallback((function(e){var o=Cn(t.state||i,On(On({},e),t));n&&n(o,e.event),a(o)}),[t,n]);return[i,l]}(a.defaultValue||Hn.defaultValue,{min:m,max:g,step:b,state:a.value},(function(e,t){a.onChange&&s.current&&a.onChange.call(void 0,{value:e,target:s.current,syntheticEvent:t})})),C=k[0],I=k[1],O=o.useMemo((function(){return a.value||C}),[a.value,C]),M=o.useRef(null),E=o.useRef(null),V=o.useMemo((function(){return(O.start-m)/(g-m)*100}),[O.start,m,g]),D=o.useMemo((function(){return(O.end-m)/(g-m)*100}),[O.end,m,g]),P=o.useMemo((function(){return a.vertical?{paddingTop:0,height:"100%"}:{}}),[a.vertical]),_=o.useMemo((function(){return a.vertical?{marginTop:"0.5rem",marginBottom:"0.5rem"}:{marginLeft:"0.5rem",marginRight:"0.5rem"}}),[a.vertical]),L=(0,i.useLocalization)(),N=o.useCallback((function(e){if(E.current){var t=E.current.getBoundingClientRect(),n=a.vertical?t.bottom-e.clientY:"rtl"===y?t.right-e.clientX:e.clientX-t.left,o=a.vertical?t.height:t.width;return m+n/o*(g-m)}}),[E,a.vertical,y,m,g,C.start,C.end,a.value&&a.value.start,a.value&&a.value.end]),R=o.useCallback((function(e){return e<=O.start?"start":e>=O.end?"end":2*e<O.end+O.start?"start":"end"}),[C.start,C.end,a.value&&a.value.start,a.value&&a.value.end]),T=o.useCallback((function(e){switch(e.keyCode){case pt.R.right:e.preventDefault(),I({type:"rtl"===y?xn.decrease:xn.increase,key:"start",event:e});break;case pt.R.up:e.preventDefault(),I({type:xn.increase,key:"start",event:e});break;case pt.R.left:e.preventDefault(),I({type:"rtl"===y?xn.increase:xn.decrease,key:"start",event:e});break;case pt.R.down:e.preventDefault(),I({type:xn.decrease,key:"start",event:e});break;case pt.R.home:e.preventDefault(),I({type:xn.min,key:"start",event:e});break;case pt.R.end:e.preventDefault(),I({type:xn.max,key:"start",event:e})}}),[I]),F=o.useCallback((function(e){switch(e.keyCode){case pt.R.right:e.preventDefault(),I({type:"rtl"===y?xn.decrease:xn.increase,key:"end",event:e});break;case pt.R.up:e.preventDefault(),I({type:xn.increase,key:"end",event:e});break;case pt.R.left:e.preventDefault(),I({type:"rtl"===y?xn.increase:xn.decrease,key:"end",event:e});break;case pt.R.down:e.preventDefault(),I({type:xn.decrease,key:"end",event:e});break;case pt.R.home:e.preventDefault(),I({type:xn.min,key:"end",event:e});break;case pt.R.end:e.preventDefault(),I({type:xn.max,key:"end",event:e})}}),[I,y]),A=o.useCallback((function(e){var t=N(e),n=R(t);x(n),"end"===n?h.current.focus():p.current.focus();var o="end"===n?xn.end:xn.start;I({type:o,payload:t,event:e})}),[a.vertical,m,g,I]);return(0,In.O)(E,{onPress:A,onDrag:function(e){var t=N(e),n="end"===z?xn.end:xn.start;I({type:n,payload:t,event:e})},onRelease:function(e){var t=N(e),n="end"===z?xn.end:xn.start;I({type:n,payload:t,event:e}),x("")}}),o.createElement("div",{id:a.id,style:a.style,ref:c,dir:y,className:(0,d.A)("k-slider",{"k-rtl":"rtl"===y,"k-disabled":a.disabled,"k-slider-vertical":a.vertical,"k-slider-horizontal":!a.vertical},a.className)},o.createElement("div",{ref:E,className:"k-slider-track-wrap",style:On({flexGrow:1,position:"relative",touchAction:"none"},_)},a.children&&o.createElement("ul",{className:"k-reset k-slider-items",style:On({},P)},o.Children.map(a.children,(function(e){return e&&o.cloneElement(e,{position:100*(e.props.position-a.min)/(a.max-a.min),vertical:a.vertical},e.props.children)}))),o.createElement("div",{ref:M,className:"k-slider-track",style:a.vertical?{bottom:0,height:"100%"}:(n={},n["rtl"===y?"right":"left"]=0,n.width="100%",n)},null!==V&&null!==D&&o.createElement("div",{"data-selection":!0,ref:u,title:"".concat(O.start," - ").concat(O.end),className:"k-slider-selection",style:a.vertical?{height:D-V+"%",bottom:V+"%"}:(r={},r["rtl"===y?"right":"left"]=V+"%",r.width=D-V+"%",r)}),o.createElement("span",{ref:p,role:"slider",tabIndex:(0,v.p)(a.startTabIndex,a.disabled,void 0),"aria-valuemin":m,"aria-valuemax":Math.max(g,O.end),"aria-valuenow":O.start,"aria-disabled":a.disabled?"true":void 0,"aria-valuetext":"".concat(O.start," - ").concat(O.end),className:"k-draghandle",title:L.toLanguageString(B,ce[B]),style:a.vertical?{bottom:"calc("+V+"%)",zIndex:1}:"rtl"===y?{right:"calc("+V+"% - 13px)",zIndex:1}:{left:"calc("+V+"%)",zIndex:1},onKeyDown:T}),o.createElement("span",{ref:h,role:"slider",tabIndex:(0,v.p)(a.endTabIndex,a.disabled,void 0),"aria-valuemin":Math.min(m,O.start),"aria-valuemax":g,"aria-valuenow":O.end,"aria-disabled":a.disabled?"true":void 0,"aria-valuetext":"".concat(O.start," - ").concat(O.end),className:"k-draghandle",title:L.toLanguageString(B,ce[B]),style:a.vertical?{bottom:"calc("+D+"%)",zIndex:1}:"rtl"===y?{right:"calc("+D+"% - 13px)",zIndex:1}:{left:"calc("+D+"%)",zIndex:1},onKeyDown:F}))))})),Vn={value:function(e,t,n){if(e.value){var o=e.value.start,r=e.value.end,i=e.min,a=e.max;if(o>r||o>a||o<i||r>a||r<i||r<o)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 o=e.defaultValue.start,r=e.defaultValue.end,i=e.min,a=e.max;if(o>r||o>a||o<i||r>a||r<i||r<o)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:r.func,step:r.number,min:function(e,t,n){var o=e[t],r=e.min,i=e.max;return void 0===r?new Error("Invalid prop + ".concat(t," supplied to ").concat(n,".\n ").concat(t," value can not be undefined.\n ")):o&&r>=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 o=e[t],r=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 ")):o&&i<=r?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:r.bool,disabled:r.bool,dir:r.oneOf(["ltr","rtl"])},Hn={step:1,defaultValue:{start:0,end:0},vertical:!1,disabled:!1};En.displayName="KendoReactRangeSlider",En.propTypes=Vn,En.defaultProps=Hn;var Sn=n(3228),Dn=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),Pn=function(){return Pn=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},Pn.apply(this,arguments)},_n=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(oe,ce[oe]))},r.limit=function(e,t,n){var o=n.offsetWidth,r=t.offsetWidth;return e<0?0:e>o-r?o-r:e},r.toggle=function(e,t){r.setState({checked:e}),r.valueDuringOnChange=e,(0,u.N)(r.props.onChange,t,r,{value:e}),r.valueDuringOnChange=void 0},r._element=null,r._wrapper=null,r._input=null,r._id=(0,s.M)(),r.defaultValidationMessage=(0,i.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:Sn.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!==pt.R.space&&t!==pt.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,H.s)(S.k),r.state={checked:n.defaultChecked||t.defaultProps.defaultChecked,focused:!1},r}return Dn(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,f=a.offLabel,m=a.onLabel,g=a.tabIndex;this.dir=l||this.element&&getComputedStyle(this.element).direction||void 0;var b=!this.validityStyles||this.validity.valid,y=(0,d.A)("k-switch",((e={})["k-switch-".concat(h.G.sizeMap[p]||p)]=p,e["k-rounded-".concat(h.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"]=!b,e),this.props.className),w={"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",Pn({ref:function(e){r._wrapper=e},role:"switch"},w,{className:y,dir:this.dir,onKeyDown:this.handleKeyDown,onClick:this.handleClick,onBlur:this.handleWrapperBlur,onFocus:this.handleWrapperFocus,tabIndex:(0,v.p)(g,s,void 0),accessKey:this.props.accessKey,id:this.props.id||this._id}),o.createElement("span",{className:(0,d.A)("k-switch-track",(t={},t["k-rounded-".concat(h.G.roundedMap[c]||c)]=c,t)),ref:function(e){r._element=e}},this.dummyInput(this.value),o.createElement("span",{className:"k-switch-label-on"},m),o.createElement("span",{className:"k-switch-label-off"},f)),o.createElement("span",{className:"k-switch-thumb-wrap"},o.createElement("span",{className:(0,d.A)("k-switch-thumb",(n={},n["k-rounded-".concat(u)]=u,n))})))},t.displayName="Switch",t.propTypes={accessKey:r.string,checked:r.bool,className:r.string,disabled:r.bool,defaultChecked:r.bool,size:r.oneOf([null,"small","medium","large"]),trackRounded:r.oneOf([null,"small","medium","large","full"]),thumbRounded:r.oneOf([null,"small","medium","large","full"]),dir:r.string,id:r.string,ariaLabelledBy:r.string,ariaDescribedBy:r.string,offLabel:r.string,required:r.bool,tabIndex:r.number,valid:r.bool,validate:r.bool,validationMessage:r.string,onBlur:r.any,onChange:r.any,onFocus:r.any,onLabel:r.string},t.defaultProps={disabled:!1,defaultChecked:!1,size:"medium",trackRounded:"full",thumbRounded:"full",offLabel:"OFF",onBlur:Sn.Z,onFocus:Sn.Z,onLabel:"ON",required:!1,validityStyles:!0},t}(o.Component),Ln=(0,a.Y)(),Bn=(0,a.u)(Ln,_n);Bn.displayName="KendoReactSwitch";var Nn=function(){return Nn=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},Nn.apply(this,arguments)},Rn=(0,a.Y)(),Tn=o.forwardRef((function(e,t){var n;(0,H.s)(S.k);var r=(0,l.Y)(Rn,e),a=r,c=a.ariaDescribedBy,p=a.ariaLabelledBy,f=a.checked,m=a.className,g=a.labelClassName,b=a.children,y=a.defaultChecked,w=a.disabled,z=a.defaultValue,x=a.id,k=a.size,C=a.rounded,I=a.label,O=a.labelPlacement,M=a.name,E=a.labelOptional,V=a.onChange,D=a.onFocus,P=a.onBlur,_=a.tabIndex,L=a.value,B=a.required,N=a.valid,R=a.validationMessage,T=a.validityStyles,F=(a.visited,a.touched,a.modified,function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(a,["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"])),A=o.useRef(null),j=o.useCallback((function(){A.current&&A.current.focus()}),[]),q=o.useCallback((function(){return{element:A.current,focus:j,get name(){return A.current&&A.current.name}}}),[j]);o.useImperativeHandle(t,q);var K=o.useState(y),W=K[0],U=K[1],G=o.useState(z),Y=G[0],Z=G[1],X="boolean"==typeof L||null===L,Q=void 0!==f,J=X,$=J?L:Y,ee=Q?f:J?void 0:W,oe=void 0===ee&&$,re=oe?$:ee,ie=oe||J?null===L?L:void 0:L||$,ae=null===re||null===ie,le=o.useMemo((function(){return(0,s.M)()}),[]),se=(0,i.useLocalization)(),ue=function(e){return se.toLanguageString(e,ce[e])},pe=ue(te),de=ue(ne),he=void 0!==N?N:!B||!!ee;o.useEffect((function(){A.current&&A.current.setCustomValidity&&A.current.setCustomValidity(he?"":R||pe)}),[he,R,pe]);var ve=o.useCallback((function(e,t){J||w||(Z(t),Q||w||U(t)),V&&!w&&(0,u.N)(V,e,Nn(Nn({},q()),{value:t}),{value:t})}),[Q,w,V,J,q]),fe=o.useCallback((function(e){var t=e.target.checked;ve(e,t)}),[ve,L]),me=o.useCallback((function(e){if(!w){var t=e.keyCode,n=e.currentTarget.checked;t===pt.R.space&&(e.preventDefault(),e.stopPropagation(),ve(e,!n))}}),[w,ve]),ge=o.useCallback((function(e){w||e.keyCode===pt.R.space&&e.preventDefault()}),[w]),be=o.useCallback((function(e){D&&!w&&(0,u.N)(D,e,q(),void 0)}),[D,w,q]),ye=o.useCallback((function(e){P&&!w&&(0,u.N)(P,e,q(),void 0)}),[P,w,q]),we=(0,dt.n)(A,r.dir),ze=(0,d.A)("k-checkbox-wrap",m),xe=Nn(Nn({type:"checkbox",className:(0,d.A)("k-checkbox",(n={},n["k-checkbox-".concat(h.G.sizeMap[k]||k)]=k,n["k-rounded-".concat(h.G.roundedMap[C]||C)]=C,n["k-indeterminate"]=ae,n["k-disabled"]=w,n["k-invalid k-invalid"]=!(he||void 0!==T||!0===T),n)),ref:A,name:M,id:x||le,"aria-labelledby":p,"aria-describedby":c,checked:Boolean(re),disabled:w,tabIndex:(0,v.p)(_,w),role:"checkbox",required:void 0!==B&&B,"aria-checked":!(!ee&&!re)||!!ae&&"mixed","aria-disabled":w||void 0},F),{onChange:fe,onKeyDown:me,onKeyUp:ge,onFocus:be,onBlur:ye}),ke=o.createElement(o.Fragment,null,void 0===ie?o.createElement("input",Nn({},xe)):o.createElement("input",Nn({},xe,{value:X?void 0:null===ie?"":ie}))),Ce=o.createElement(o.Fragment,null,void 0!==I?o.createElement("label",{className:(0,d.A)("k-checkbox-label",g),htmlFor:x||le,style:{userSelect:"none"}},I,E&&o.createElement("span",{className:"k-label-optional"},de)):null);return o.createElement(o.Fragment,null,"before"===O?o.createElement("span",{className:ze,dir:"rtl"},ke,Ce,b):o.createElement("span",{className:ze,dir:we},ke,Ce,b))}));Tn.propTypes={checked:r.bool,className:r.string,defaultChecked:r.bool,defaultValue:r.any,dir:r.string,disabled:r.bool,id:r.string,size:r.oneOf([null,"small","medium","large"]),rounded:r.oneOf([null,"small","medium","large"]),ariaLabelledBy:r.string,ariaDescribedBy:r.string,label:r.any,labelPlacement:r.string,labelOptional:r.bool,name:r.string,tabIndex:r.number,value:r.any,validationMessage:r.string,required:r.bool,validate:r.bool,valid:r.bool,onChange:r.func,onFocus:r.func,onBlur:r.func},Tn.defaultProps={size:"medium",rounded:"medium"},Tn.displayName="KendoCheckbox";var Fn=function(){return Fn=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},Fn.apply(this,arguments)},An=(0,a.Y)(),jn=o.forwardRef((function(e,t){var n;(0,H.s)(S.k);var r=(0,l.Y)(An,e),i=r.ariaDescribedBy,a=r.checked,c=r.children,p=r.className,f=r.disabled,m=r.id,g=r.size,b=r.label,y=r.labelPlacement,w=r.name,z=r.style,x=r.tabIndex,k=r.value,C=r.valid,I=r.onChange,O=r.onFocus,M=r.onBlur,E=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(r,["ariaDescribedBy","checked","children","className","disabled","id","size","label","labelPlacement","name","style","tabIndex","value","valid","onChange","onFocus","onBlur"]),V=o.useRef(null),D=o.useCallback((function(){V.current&&V.current.focus()}),[]),P=o.useCallback((function(){return{element:V.current,focus:D}}),[D]);o.useImperativeHandle(t,P);var _=o.useMemo((function(){return(0,s.M)()}),[]),L=o.useCallback((function(e){(0,u.N)(I,e,P(),{value:k})}),[I,k,f]),B=o.useCallback((function(e){O&&!f&&(0,u.N)(O,e,P(),void 0)}),[O,f]),N=o.useCallback((function(e){M&&!f&&(0,u.N)(M,e,P(),void 0)}),[M,f]),R=Fn({type:"radio",id:m||_,name:w,className:(0,d.A)("k-radio",(n={},n["k-radio-".concat(h.G.sizeMap[g]||g)]=g,n["k-invalid"]=!1===C,n),p),ref:V,disabled:f,tabIndex:(0,v.p)(x,f),checked:a,style:z,"aria-describedby":i,value:k,onChange:L,onFocus:B,onBlur:N},E),T=o.createElement(o.Fragment,null,void 0!==b?o.createElement("label",{className:"k-radio-label",htmlFor:m||_,style:{userSelect:"none"},"aria-label":b},b):null),F=o.createElement("input",Fn({},R));return"before"===y?o.createElement(o.Fragment,null,T,F,c):o.createElement(o.Fragment,null,F,T,c)}));jn.propTypes={ariaDescribedBy:r.string,checked:r.bool,className:r.string,disabled:r.bool,id:r.string,size:r.oneOf([null,"small","medium","large"]),label:r.string,labelPlacement:r.string,name:r.string,style:r.object,tabIndex:r.number,value:r.any,valid:r.bool,onChange:r.func,onFocus:r.func,onBlur:r.func},jn.displayName="KendoRadioButton",jn.defaultProps={size:"medium"};var qn=n(1573),Kn=function(){return Kn=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},Kn.apply(this,arguments)},Wn=(0,a.Y)(),Un=o.forwardRef((function(e,t){(0,H.s)(S.k);var n=(0,l.Y)(Wn,e),r=n.ariaLabelledBy,i=n.ariaDescribedBy,a=n.className,c=n.data,p=n.defaultValue,h=n.disabled,v=n.name,f=n.labelPlacement,m=n.layout,g=n.style,b=n.value,y=n.valid,w=n.item,z=void 0===w?Gn.item:w,x=n.onChange,k=n.onFocus,C=o.useRef(null),I=o.useCallback((function(){C.current&&(0,ct.n)(C.current)}),[]),O=o.useCallback((function(){return{element:C.current,focus:I}}),[I]);o.useImperativeHandle(t,O);var M=o.useState(p),E=M[0],V=M[1],D=void 0!==b,P=D?b:E,_=o.useCallback((function(e){var t=e.value;D||h||V(t),x&&!h&&(0,u.N)(x,e.syntheticEvent,O(),{value:t})}),[V,x,h]),L=o.useCallback((function(e){k&&!h&&(0,u.N)(k,e.syntheticEvent,O(),void 0)}),[k,h]),B=o.useMemo((function(){return(0,s.M)()}),[]),N=(0,d.A)("k-radio-list",{"k-list-horizontal":"horizontal"===m,"k-list-vertical":"vertical"===m||void 0===m},a),R=(0,qn.V)(C,n.dir),T=c&&c.map((function(e,t){var n=P===e.value,r=null==P,i=Kn(Kn({},e),{valid:y,checked:n,disabled:!(!e.disabled&&!h),labelPlacement:e.labelPlacement?e.labelPlacement:f,tabIndex:e.tabIndex?e.tabIndex:r&&0===t||n?0:-1,index:t,name:v||B,onChange:_,onFocus:L});return o.createElement(z,{className:(0,d.A)("k-radio-item",{"k-disabled":i.disabled||h}),key:t,role:"none"},o.createElement(jn,Kn({},i)))}));return o.createElement("ul",{role:"radiogroup",className:N,ref:C,dir:R,style:g,"aria-labelledby":r,"aria-describedby":i},T)})),Gn={item:function(e){return o.createElement("li",Kn({},e))}};Un.propTypes={ariaLabelledBy:r.string,ariaDescribedBy:r.string,className:r.string,data:r.arrayOf(r.object),defaultValue:r.any,dir:r.string,disabled:r.bool,labelPlacement:r.string,layout:r.string,name:r.string,style:r.object,value:r.any,onChange:r.func,onFocus:r.func},Un.defaultProps=Gn,Un.displayName="KendoRadioGroup";var Yn=function(){return Yn=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},Yn.apply(this,arguments)},Zn=(0,a.Y)(),Xn=o.forwardRef((function(e,t){var n,r=(0,l.Y)(Zn,e),i=r,a=i.size,c=i.rounded,p=i.fillMode,f=i.ariaDescribedBy,m=i.ariaLabelledBy,g=i.autoSize,b=i.className,y=i.defaultValue,w=i.disabled,z=i.readOnly,x=i.required,k=i.rows,C=i.id,I=i.name,O=i.placeholder,M=i.style,E=i.tabIndex,V=i.value,H=i.valid,S=i.validationMessage,D=i.validityStyles,P=i.onChange,_=i.onFocus,L=i.onBlur,B=(i.visited,i.touched,i.modified,function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(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"])),N=o.useRef(null),R=o.useCallback((function(){N.current&&N.current.focus()}),[]),T=o.useState(y),F=T[0],A=T[1],j=void 0!==V,q=j?V:F,K=o.useCallback((function(){return{element:N,focus:R,get value(){return q},get name(){return N.current&&N.current.name}}}),[R,q]);o.useImperativeHandle(t,K);var W=o.useState("auto"),U=W[0],G=W[1],Y=o.useMemo((function(){return(0,s.M)()}),[]),Z=(0,dt.n)(N,r.dir),X=void 0!==H?H:!x||!!q;o.useEffect((function(){N.current&&N.current.setCustomValidity&&N.current.setCustomValidity(X?"":S||"")}),[X,S]),o.useLayoutEffect((function(){N.current&&G("".concat(N.current.scrollHeight,"px"))}),[q]);var Q=o.useCallback((function(e){var t=e.target.value;G("auto"),j||w||A(t),P&&!w&&(0,u.N)(P,e,Yn(Yn({},K()),{value:t}),{value:t})}),[A,P,w,j]),J=o.useCallback((function(e){_&&!w&&(0,u.N)(_,e,K(),void 0)}),[_,w]),$=o.useCallback((function(e){L&&!w&&(0,u.N)(L,e,K(),void 0)}),[L,w]),ee=Yn(Yn({id:C||Y,role:"textbox",name:I,className:"k-input-inner !k-overflow-auto",ref:N,disabled:w,rows:k,placeholder:O,readOnly:z,required:x,tabIndex:(0,v.p)(E,w),style:g?{resize:"none",overflow:"hidden",height:U}:{},"aria-labelledby":m,"aria-describedby":f,"aria-multiline":!0,"aria-disabled":w||void 0,value:j?V:F},B),{onChange:Q,onFocus:J,onBlur:$});return o.createElement("span",{className:(0,d.A)("k-input","k-textarea",(n={},n["k-input-".concat(h.G.sizeMap[a]||a)]=a,n["k-input-".concat(p)]=p,n["k-rounded-".concat(h.G.roundedMap[c]||c)]=c,n["k-invalid"]=!(X||void 0!==D||!0===D),n["k-required"]=x,n["k-disabled"]=w,n),b),style:M,dir:Z},o.createElement("textarea",Yn({},ee)))}));Xn.propTypes={ariaDescribedBy:r.string,ariaLabelledBy:r.string,autoSize:r.bool,className:r.string,defaultValue:r.string,dir:r.string,disabled:r.bool,readOnly:r.bool,rows:r.number,id:r.string,name:r.string,placeholder:r.string,style:r.object,tabIndex:r.number,value:r.oneOfType([r.string,r.arrayOf(r.string),r.number]),onChange:r.func,onFocus:r.func,onBlur:r.func,size:r.oneOf([null,"small","medium","large"]),rounded:r.oneOf([null,"small","medium","large","full"]),fillMode:r.oneOf([null,"solid","flat","outline"])},Xn.displayName="KendoTextArea",Xn.defaultProps={size:"medium",rounded:"medium",fillMode:"solid"};var Qn=o.forwardRef((function(e,t){var n=o.useRef(null),r=o.useRef(null),i=(0,dt.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]),h=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,d.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:h,onMouseMove:u},e.children)})),Jn={id:r.string,icon:r.any,dir:r.oneOf(["ltr","rtl"]),title:r.string,value:r.number,half:r.bool,selected:r.bool,hovered:r.bool};Qn.displayName="KendoReactRatingItem",Qn.propTypes=Jn,Qn.defaultProps={dir:"ltr"};var $n,eo=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},to=function(e,t,n){return eo(e-n,n)<t&&t<e},no=function(e,t,n,o){return null!==t&&("continues"===o?to(e,t,n)?eo(e-n/2,n/2)<=t:e<=t:"single"===o&&(to(e,t,n)?eo(e-n/2,n/2)===t:e===t))},oo=function(e,t,n){return"ltr"===e?n<t.x+t.width/2:n>t.x+t.width/2},ro=function(e,t,n,o){for(var r=e;r<=t;r+=n)if(o===r)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"}($n||($n={}));var io,ao=function(e,t){switch(t.type){case $n.select:return void 0===t.payload||void 0===t.step?e:t.payload===e?null:t.payload>=t.min?t.payload<t.max?eo(t.payload,t.step):t.max:t.min;case $n.deselect:return null;case $n.increase:return void 0===t.step?e:e<t.min?t.min:e+t.step<t.max?eo(e+t.step,t.step):t.max;case $n.decrease:return void 0===t.step?e:eo(e-t.step,t.step)>=t.min?eo(e-t.step,t.step):t.min;case $n.min:return void 0===t.step?e:t.min;case $n.max:return t.max;case $n.reset:return null;default:return e}},lo=function(){return lo=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},lo.apply(this,arguments)},so=function(e,t,n){var r=o.useState(e),i=r[0],a=r[1];return[i,function(e){var o=ao(t.state||i,lo(lo({},e),t));n&&n(o,e.event),a(o)}]},co=(0,a.Y)(),uo=o.forwardRef((function(e,t){var n=(0,l.Y)(co,e),r=(0,i.useLocalization)(),a=o.useRef(null),s=o.useRef(null),c=(0,dt.n)(s,n.dir);o.useImperativeHandle(a,(function(){return{element:s.current,props:n}})),o.useImperativeHandle(t,(function(){return a.current}));for(var u,p,h=o.useCallback((function(e,t){n.onChange&&a.current&&n.onChange.call(void 0,{value:e,target:a.current,syntheticEvent:t})}),[n.onChange]),f=o.useMemo((function(){return void 0!==n.min?n.min:ho.min}),[n.min]),m=o.useMemo((function(){return void 0!==n.max?n.max:ho.max}),[n.max]),g=o.useMemo((function(){return n.precision||ho.precision}),[n.precision]),b=o.useMemo((function(){return void 0!==n.step?n.step:ho.step}),[n.step]),y=o.useMemo((function(){return n.readonly||ho.readonly}),[n.readonly]),w=o.useMemo((function(){return n.disabled||ho.disabled}),[n.disabled]),z=o.useMemo((function(){return n.item||ho.item}),[n.item]),x=so(void 0!==n.defaultValue?n.defaultValue:ho.defaultValue,{state:n.value,min:f,max:m,step:"half"===g?b/2:b},h),k=x[0],O=x[1],M=so(null,{state:n.value,min:f,max:m,step:"half"===g?b/2:b,precision:g}),E=M[0],V=M[1],H=o.useMemo((function(){return void 0!==n.value?n.value:k}),[n.value,k]),S=o.useMemo((function(){return E}),[E]),D=o.useMemo((function(){return n.selection||ho.selection}),[n.selection]),P=o.useMemo((function(){return b/("half"===g?2:1)}),[b,g]),_=o.useCallback((function(e){if(e.target&&e.target.element&&!y&&!w){if("half"===g){var t=e.target.element.getBoundingClientRect(),o=oo(c||"ltr",t,e.syntheticEvent.clientX)?eo(e.target.value-b/2,P):e.target.value;O({type:$n.select,payload:o,event:e.syntheticEvent})}else O({type:$n.select,payload:e.target.value,event:e.syntheticEvent});if(n.onClick){var r={value:H,target:a.current,syntheticEvent:e.syntheticEvent};n.onClick.call(void 0,r)}}}),[n.onClick,O,H]),L=o.useCallback((function(e){if(!y&&!w){switch(e.keyCode){case pt.R.right:e.preventDefault(),O({type:"rtl"===c?$n.decrease:$n.increase,event:e});break;case pt.R.left:e.preventDefault(),O({type:"rtl"===c?$n.increase:$n.decrease,event:e});break;case pt.R.home:e.preventDefault(),O({type:"rtl"===c?$n.min:$n.max,event:e});break;case pt.R.end:e.preventDefault(),O({type:"rtl"===c?$n.max:$n.min,event:e});break;case pt.R.esc:e.preventDefault(),O({type:$n.deselect,event:e})}n.onKeyDown&&n.onKeyDown.call(void 0,{value:H,target:a.current,syntheticEvent:e})}}),[n.onKeyDown,O,H]),B=o.useCallback((function(e){if(n.onFocus){var t={target:a.current,syntheticEvent:e};n.onFocus.call(void 0,t)}}),[n.onFocus]),N=o.useCallback((function(e){if(n.onBlur){var t={target:a.current,syntheticEvent:e};n.onBlur.call(void 0,t)}}),[n.onBlur]),R=o.useCallback((function(e){if(e.target&&e.target.element)if("half"===g){var t=e.target.element.getBoundingClientRect(),n=oo(c||"ltr",t,e.syntheticEvent.clientX)?e.target.value-b/2:e.target.value;V({type:$n.select,payload:n,event:e.syntheticEvent})}else V({type:$n.select,payload:e.target.value,event:e.syntheticEvent})}),[g,b,c]),T=o.useCallback((function(e){V({type:$n.reset,event:e.syntheticEvent})}),[]),F=[],A=(u=eo(m-f,P))-(p=b)*Math.floor(u/p),j=f;j<=m;j=eo(j+b,P)){var q=eo(j+A,P),K="half"===g&&to(q,null!==S?S:null!==H?H:0,b),W=no(q,H,b,D),U=no(q,null!==S?S:H,b,D),G=no(q,S,b,D);F.push(o.createElement(z,{key:q,value:q,dir:c,title:String(K?eo(q-b/2,P):q),icon:n.icon,svgIcon:n.svgIcon,half:K,selected:W||U,hovered:G,onClick:_,onMouseMove:R,onMouseLeave:T},K&&o.createElement("span",{className:"k-rating-precision-complement"},!(n.icon||n.svgIconOutline)&&o.createElement(xt.a,{name:"star-outline",icon:C,style:{clipPath:"".concat("rtl"===c?"inset(0 50% 0 0)":"inset(0 0 0 50%)")},size:"xlarge"}),(n.icon||n.svgIconOutline)&&o.createElement(xt.a,{name:(0,At.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(xt.a,{name:"star",icon:I,style:{clipPath:"".concat("rtl"===c?"inset(0 0 0 50%)":"inset(0 50% 0 0)")},size:"xlarge"}),(n.icon||n.svgIcon)&&o.createElement(xt.a,{name:n.icon?(0,At.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)&&(G||U&&!G)&&o.createElement(xt.a,{name:"star",icon:I,size:"xlarge"})||!(n.icon||n.svgIcon)&&!G&&!U&&o.createElement(xt.a,{name:"star-outline",icon:C,size:"xlarge"})||(n.icon||n.svgIcon)&&(G||U&&!G)&&o.createElement(xt.a,{name:n.icon,icon:n.svgIcon,size:"xlarge"})||(n.icon||n.svgIcon)&&!G&&o.createElement(xt.a,{name:(0,At.iJ)("".concat(n.icon,"-outline")),icon:n.svgIconOutline,size:"xlarge"})))}return o.createElement("span",{id:n.id,style:n.style,ref:s,role:"slider",dir:c,tabIndex:(0,v.p)(n.tabIndex,n.disabled,void 0),className:(0,d.A)("k-rating",{"k-rtl":"rtl"===c,"k-readonly":y,"k-disabled":w},n.className),onKeyDown:L,onFocus:B,onBlur:N,"aria-valuemin":f,"aria-valuemax":m,"aria-valuenow":null!==H?H:void 0,"aria-disabled":w?"true":void 0,"aria-label":r.toLanguageString(ie,ce[ie]),"aria-labelledby":n.ariaLabelledBy,"aria-describedby":n.ariaDescribedBy},o.createElement("input",{id:"rating",className:"k-hidden",readOnly:y,disabled:w}),o.createElement("span",{className:"k-rating-container"},F),n.label&&o.createElement("span",{className:"k-rating-label"},n.label))})),po={id:r.string,dir:r.oneOf(["ltr","rtl"]),selection:r.oneOf(["continues","single"]),precision:r.oneOf(["item","half"]),value:function(e,t,n){return e.value&&e.min&&e.max&&e.step&&!("half"===e.precision?ro(e.min,e.max,e.step/2,e.value):ro(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:r.number,min:r.number,max:r.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:r.number,label:r.string,readonly:r.bool,disabled:r.bool,half:r.bool,icon:r.string,svgIcon:At.wi,svgIconOutline:At.wi,ariaDescribedBy:r.string},ho={dir:"ltr",min:1,max:5,step:1,item:Qn,defaultValue:null,readonly:!1,disabled:!1,selection:"continues",precision:"item"};uo.displayName="KendoReactRating",uo.propTypes=po,uo.defaultProps=ho,function(e){e[e.Literal=0]="Literal",e[e.Mask=1]="Mask",e[e.Undefined=2]="Undefined"}(io||(io={}));var vo=function(){function e(e,t,n){void 0===n&&(n=io.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}(),fo=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}(),mo=function(e){return(e||"").split("")},go=function(){function e(e){this.parse=e}return e.prototype.run=function(e,t){return void 0===t&&(t=""),e instanceof fo?this.parse(e):this.parse(new fo(mo(e),mo(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===io.Literal},e}(),bo=function(e,t){return new go((function(n){var o=n.next().char,r=e[o];return"\\"===o?(o=n.next().char,new vo(t.literal(o),n)):new vo(r?t.mask(r):t.literal(o),n)}))},yo=function(e){var t=e.prompt,n=e.promptPlaceholder;return new go((function(e){var o=e.next().char;return new vo(o===t?n:o,e)}))},wo=function(e){return new go((function(t){var n=t.next().char;return new vo(e?n:"",t)}))},zo=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 go((function(e){return new vo(t,e)}))));var t},xo=function(e){return new go((function(t){for(var n=new vo([],t);!t.eof();)n=n.concat(e.run(t));return n}))},ko=(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,o=e.prompt,r=void 0===o?"":o,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=r,this.promptPlaceholder=a,this.rules=s,this.includeLiterals=u,this.tokenize()},e.prototype.validationValue=function(e){void 0===e&&(e="");var t=e;return zo(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?(zo(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?(zo(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,o){var r="",i=o,a=t.split("").slice(0,n),l=t.split("").slice(o);return zo(this.maskTokens.slice(n,o)).run(e).fold((function(e){r=a.concat(e).concat(l).join("")})),{selection:i,value:r}},e.prototype.maskRemoved=function(e,t,n){var o=this,r="",i=n,a=e.split("").slice(n),l=e.split("").slice(0,n).join(""),s=this.maskTokens.length-(e.length-n);return zo(this.maskTokens.slice(0,s)).run(l,t).fold((function(e){i=o.adjustPosition(e,i),r=e.concat(a).join("")})),{selection:i,value:r}},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 o=this,r="",i=n,a=e.slice(0,n);return zo(this.unmaskTokens).run(a,t).chain((function(e){i=e.join("").length;var n=t.slice(i);return zo(o.maskTokens).run(e.join("")+n,t)})).fold((function(e){r=e.join("")})),{selection:i,value:r}},Object.defineProperty(e.prototype,"maskTokenCreator",{get:function(){var e=this.prompt,t=this.promptPlaceholder;return{literal:function(e){return t=e,new go((function(e){return e.peek().char===t?(e.eat(),new vo(t,e,io.Literal)):new vo(t,e,io.Literal)}));var t},mask:function(n){return function(e){var t=e.prompt,n=e.promptPlaceholder;return function(e){return new go((function(o){for(;!o.eof();){var r=o.peek(),i=r.char,a=r.control;if(i===a&&a===t)return o.eat(),new vo(t,o,io.Mask);if(e.test(i))return o.eat(),new vo(i,o,io.Mask);if(i===n)return o.eat(),new vo(t,o,io.Mask);o.eat_input()}return o.eat(),new vo(t,o,io.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 go((function(e){return e.eof()?new vo("",e):(e.peek().char===t&&e.eat(),new vo(t,e))}));var t},mask:function(t){return(n=e.prompt,function(e){return new go((function(t){for(;!t.eof();){var o=t.peek(),r=o.char,i=o.control;if(r===n&&i===n)return t.eat(),new vo(r,t);if(e.test(r))return t.eat(),new vo(r,t);t.eat_input()}return t.eat(),new vo("",t)}))})(t);var n}}},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"rawTokenCreator",{get:function(){var e=this,t=e.prompt,n=e.promptPlaceholder,o=e.includeLiterals;return{literal:function(e){return wo(o)},mask:function(e){return yo({prompt:t,promptPlaceholder:n})}}},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"validationTokenCreator",{get:function(){var e=this.prompt;return{literal:function(e){return wo(!1)},mask:function(t){return yo({prompt:e,promptPlaceholder:""})}}},enumerable:!1,configurable:!0}),e.prototype.tokenize=function(){var e=this;xo(bo(this.rules,this.maskTokenCreator)).run(this.mask).fold((function(t,n){e.maskTokens=t})),xo(bo(this.rules,this.unmaskTokenCreator)).run(this.mask).fold((function(t,n){e.unmaskTokens=t})),xo(bo(this.rules,this.rawTokenCreator)).run(this.mask).fold((function(t,n){e.rawTokens=t})),xo(bo(this.rules,this.validationTokenCreator)).run(this.mask).fold((function(t,n){e.validationTokens=t}))}}(),Ne.drawing.util),Co=ko.elementOffset,Io=ko.limitValue,Oo=Ne.geometry.Point,Mo=Ne.geometry.Rect,Eo=Ne.geometry.transform,Vo=function(){},Ho=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:Vo,onDraw:Vo,onDrawEnd:Vo},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=Ne.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,o=n[0],r=n[1],i=o/this.options.scale,a=r/this.options.scale,l=t[0]||6*i,s=t[1]||6*a,c=i/l,u=a/s,p=Math.min(c,u),d=new Ne.Image(e,new Ne.geometry.Rect([0,0],[l,s]));d.transform(Eo().scale(p,p)),this.clear(),this.rootGroup.append(d)}else this.clear()},e.prototype.exportImage=function(e){var t,n=this.size,o=n[0],r=n[1],i=o/this.options.scale,a=r/this.options.scale,l=(null==e?void 0:e.width)||6*i,s=(null==e?void 0:e.height)||6*a,c=l/i,u=s/a,p=Math.min(c,u),d=new Mo([0,0],[l,s]),h=new Ne.Group({clip:Ne.Path.fromRect(d)}),v=new Ne.Group({transform:Eo().scale(p,p)}),f=Ne.Path.fromRect(d,{fill:{color:this.options.backgroundColor}});return h.append(f),h.append(v),(t=v.children).push.apply(t,this.rootGroup.children),(0,Ne.exportImage)(h,Object.assign({width:l,height:s},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=Ne.Surface.create(this.element,{type:"canvas"}),this.element.style.touchAction="none";var e=this.options.scale;this.rootGroup=new Ne.Group({transform:Eo().scale(e,e)});var t=this.element.offsetWidth||750,n=this.element.offsetHeight||250;this.size=[t,n],this.background=Ne.Path.fromRect(new Mo([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=Co(this.element),n=e.pageX,o=e.pageY,r=1/this.options.scale;return new Oo(n-t.left,o-t.top).scale(r,r)},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 Ne.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/Io(this.options.samplingRate,1,1e4))){this.lastMoveTime=t;var n=this.touchPoint(e),o=this.points[this.points.length-1],r=1/Io(this.options.precision,.01,100);n.distanceTo(o)<r||(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=Ne.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}(),So=n(994);const Do={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 Po=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(De.z,{role:"button","aria-label":"Close",onClick:n,icon:"x",svgIcon:Do,fillMode:"flat",className:"k-window-titlebar-action k-dialog-titlebar-action"})))},_o=function(){return _o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},_o.apply(this,arguments)},Lo=function(e){var t,n=_o({layout:"stretched"},e),r=n.layout,i=n.children,a=(0,d.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)};Lo.propTypes={children:r.any,layout:r.oneOf(["start","center","end","stretched"])};var Bo=n(8259),No=n(7827),Ro=n(2080),To={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"},Fo="data-windowid",Ao=function(e,t,n){var o=e;if(t&&t.defaultView){var r=t.querySelectorAll(".k-window:not(.k-dialog), .k-dialog-wrapper"),i=!1;return r.forEach((function(e){var r=t.defaultView.getComputedStyle(e,null);if(e.getAttribute(Fo)!==n&&null!==r.zIndex){var a=parseInt(r.zIndex,10);a>=o&&(o=a,i=!0)}})),i?o+2:o}return o},jo=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),qo=function(){return qo=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},qo.apply(this,arguments)},Ko=function(e){function t(t){var n=e.call(this,t)||this;return n.context=0,n._id=(0,s.M)(),n.titleId=n.generateTitleId(),n.contentId=n.generateContentId(),n.showLicenseWatermark=!1,n.onCloseDialog=function(e){e.preventDefault(),(0,u.N)(n.props.onClose,e,n,void 0)},n.onKeyDown=function(e){e.keyCode===pt.R.esc&&n.props.onClose&&(e.preventDefault(),n.onCloseDialog(e));var t=n.element;if(t&&e.keyCode===pt.R.tab){var o=t.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])'),r=o[0],i=o[o.length-1],a=n.getDocument(),l=(0,p.v)(a);e.shiftKey?(a&&l===r||a&&l===n.element)&&(i.focus(),e.preventDefault()):a&&l===i&&(r.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,H.s)(To),n.showLicenseWatermark=(0,H.G)(To),n.state={zIndex:Ao(n.getCurrentZIndex(),n.getDocument(),n._id)},n}return jo(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,h=i.style,v=i.contentStyle,f=o.Children.toArray(c),m=this.getContent(f),g=this.getActionBar(f),b=a?{"aria-labelledby":r}:null,y=void 0===this.props.closeIcon||this.props.closeIcon,w=this.getCurrentZIndex(),z=o.createElement(Bo.$.Provider,{value:w},o.createElement("div",qo({},((e={})[Fo]=this._id,e),{className:"k-dialog-wrapper"+(this.props.className?" "+this.props.className:""),onKeyDown:this.onKeyDown,tabIndex:0,dir:p,style:qo({zIndex:w},h),ref:function(e){return n.element=e}}),o.createElement("div",{className:"k-overlay"}),o.createElement("div",qo({},b,{className:(0,d.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(Po,{closeIcon:y,onCloseButtonClick:this.onCloseDialog,id:r},a),o.createElement("div",{className:"k-window-content k-dialog-content",style:v,id:this.contentId},m),g,this.showLicenseWatermark&&o.createElement(Ro.t,null))));return No.N?null!==this.props.appendTo?So.createPortal(z,this.props.appendTo||document.body):z:null},t.prototype.getActionBar=function(e){return e.filter((function(e){return e&&e.type===Lo}))},t.prototype.getContent=function(e){return e.filter((function(e){return e&&e.type!==Lo}))},t.prototype.generateTitleId=function(){return"dialog-title"+this._id},t.prototype.generateContentId=function(){return"dialog-content"+this._id},t.displayName="Dialog",t.propTypes={title:r.any,id:r.string,dir:r.string,style:r.object,closeIcon:r.bool,width:r.oneOfType([r.number,r.string]),height:r.oneOfType([r.number,r.string]),minWidth:r.oneOfType([r.number,r.string]),autoFocus:r.bool},t.defaultProps={autoFocus:!1},t.contextType=Bo.$,t}(o.Component),Wo=(0,a.Y)(),Uo=(0,a.u)(Wo,Ko);Uo.displayName="KendoReactDialog";var Go=function(){return Go=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},Go.apply(this,arguments)},Yo=function(e,t,n,o){return new(n||(n=Promise))((function(r,i){function a(e){try{s(o.next(e))}catch(e){i(e)}}function l(e){try{s(o.throw(e))}catch(e){i(e)}}function s(e){var t;e.done?r(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,l)}s((o=o.apply(e,t||[])).next())}))},Zo=function(e,t){var n,o,r,i,a={label:0,sent:function(){if(1&r[0])throw r[1];return r[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,o&&(r=2&i[0]?o.return:i[0]?o.throw||((r=o.return)&&r.call(o),0):o.next)&&!(r=r.call(o,i[1])).done)return r;switch(o=0,r&&(i=[2&i[0],r.value]),i[0]){case 0:case 1:r=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,o=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((r=(r=a.trys).length>0&&r[r.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!r||i[1]>r[0]&&i[1]<r[3])){a.label=i[1];break}if(6===i[0]&&a.label<r[1]){a.label=r[1],r=i;break}if(r&&a.label<r[2]){a.label=r[2],a.ops.push(i);break}r[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],o=0}finally{n=r=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,l])}}},Xo=function(e){return void 0!==e},Qo=(0,a.Y)(),Jo=o.forwardRef((function(e,t){var n;(0,H.s)(S.k);var r=(0,l.Y)(Qo,e),a=(0,i.useLocalization)(),s=o.useRef(null),c=o.useRef(null),p=o.useRef(null),f=o.useRef(null),m=o.useRef(null),g=o.useState(),b=g[0],y=g[1],w=o.useState(!1),z=w[0],C=w[1],I=o.useState(!1),O=I[0],M=I[1],E=o.useState(),V=E[0],D=E[1],P=o.useState(),_=P[0],L=P[1],B=Xo(r.value)?r.value:V,N=o.useState(!1),R=N[0],T=N[1],F=Xo(r.open),A=F?r.open:R,j=!(r.maximized||O||!r.maximizable||r.disabled),q=r.maximized&&!O,K=!(!r.value&&!V||O||r.readOnly||r.disabled),W=a.toLanguageString(le,ce[le]),U=a.toLanguageString(se,ce[se]),G=a.toLanguageString(ae,ce[ae]),Y=r.popupScale||3,Z=r.exportScale||2,X=function(e){D(e),r.onChange&&r.onChange({value:e})};o.useEffect((function(){r.value!==V&&(D(r.value),null==b||b.loadImage(r.value))}),[r.value]);var Q=o.useCallback((function(e){F||T(e)}),[F]),J=o.useCallback((function(){var e="#000000";return!r.color&&"undefined"!=typeof document&&s.current&&(e=getComputedStyle(s.current).color),r.color||e}),[r.color]),$=o.useCallback((function(){var e="#ffffff";return!r.backgroundColor&&"undefined"!=typeof document&&s.current&&(e=getComputedStyle(s.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 Yo(void 0,void 0,void 0,(function(){var t,n;return Zo(this,(function(o){switch(o.label){case 0:return t=e.width,n=e.height,[4,null==b?void 0:b.exportImage({width:t*Z,height:n*Z})];case 1:return[2,o.sent()]}}))}))};o.useEffect((function(){var e=c.current,t=new Ho(e,ee());return B&&t.loadImage(B),y(t),function(){return t.destroy()}}),[]),o.useEffect((function(){null==b||b.setOptions({onChange:function(){return Yo(void 0,void 0,void 0,(function(){var e;return Zo(this,(function(t){switch(t.label){case 0:return e=X,[4,te(be())];case 1:return[2,e.apply(void 0,[t.sent()])]}}))}))},onDraw:function(){return M(!0)},onDrawEnd:function(){return M(!1)}})}),[b]),o.useLayoutEffect((function(){return null==b?void 0:b.setOptions(ee())}),[r.readOnly,r.color,r.backgroundColor,r.strokeWidth,r.smooth]),o.useEffect((function(){var e,t,n=null===(t=null===(e=p.current)||void 0===e?void 0:e.element)||void 0===t?void 0:t.querySelector(".k-overlay");if(n){var o=function(){return Q(!1)};return n.addEventListener("click",o),function(){return n.removeEventListener("click",o)}}}),[A]),o.useEffect((function(){if(A&&"undefined"!=typeof document){var e=function(e){e.keyCode===pt.R.esc&&Q(!1)};return document.addEventListener("keydown",e),function(){return document.removeEventListener("keydown",e)}}}),[A]),o.useEffect((function(){var e,t;r.maximized&&(null===(t=null===(e=f.current)||void 0===e?void 0:e.element)||void 0===t||t.focus())}),[]);var ne=o.useCallback((function(){var e;return null===(e=c.current)||void 0===e?void 0:e.focus()}),[]),oe=o.useCallback((function(){return r.value}),[r.value]),re=o.useCallback((function(){return r.name}),[r.name]),ie=o.useCallback((function(){return r.required}),[r.required]),ue=o.useCallback((function(){var e=void 0!==r.validationMessage,t=!oe();return{customError:e,valid:void 0!==r.valid?r.valid:!ie()||!t,valueMissing:t}}),[r.validationMessage,r.valid,oe,ie]),pe=o.useCallback((function(){return r.validityStyles}),[r.validityStyles]),de=o.useCallback((function(){return r}),[r]),he=o.useCallback((function(){var e={element:s.current,focus:ne};return Object.defineProperty(e,"name",{get:re}),Object.defineProperty(e,"value",{get:oe}),Object.defineProperty(e,"validity",{get:ue}),Object.defineProperty(e,"validityStyles",{get:pe}),Object.defineProperty(e,"required",{get:ie}),Object.defineProperty(e,"props",{get:de}),Object.defineProperty(e,"color",{get:J}),Object.defineProperty(e,"backgroundColor",{get:$}),e}),[re,oe,ue,pe,ie,ne,de,J,$]);o.useImperativeHandle(t,he);var ve=o.useCallback((function(e){z||r.maximized||(C(!0),(0,u.N)(r.onFocus,e,he(),{}))}),[z,r.onFocus,he]),fe=o.useCallback((function(e){(function(e,t){for(var n=e;n&&n!==t;)n=n.parentNode;return!!n})(e.relatedTarget,s.current)||(C(!1),(0,u.N)(r.onBlur,e,he(),{}))}),[z,r.onBlur,he]),me=o.useCallback((function(e){return Yo(void 0,void 0,void 0,(function(){var t;return Zo(this,(function(n){switch(n.label){case 0:return t=L,[4,te(ye())];case 1:return t.apply(void 0,[n.sent()]),Q(!0),(0,u.N)(r.onOpen,e,he(),{}),[2]}}))}))}),[A,F,r.onOpen,r.value,V,he]),ge=o.useCallback((function(e){Q(!1),(0,u.N)(r.onClose,e,he(),{})}),[A,F,r.onClose,he]),be=function(){var e,t;return{width:r.width||(null===(e=s.current)||void 0===e?void 0:e.offsetWidth)||250,height:r.height||(null===(t=s.current)||void 0===t?void 0:t.offsetHeight)||84}},ye=function(){var e=be(),t=e.width,n=e.height;return{width:t*Y,height:n*Y}},we=!pe()||ue().valid;return o.createElement("div",{ref:s,dir:r.dir,style:Go({width:r.width,height:r.height},r.style),className:(0,d.A)("k-input","k-signature",(n={"k-signature-maximized":r.maximized},n["k-signature-".concat(h.G.sizeMap[r.size]||r.size)]=r.size,n["k-input-".concat(r.fillMode)]=r.fillMode,n["k-rounded-".concat(h.G.roundedMap[r.rounded]||r.rounded)]=r.rounded,n["k-invalid"]=!we,n["k-required"]=r.required,n["k-disabled"]=r.disabled,n["k-focus"]=z,n),r.className),onFocus:ve,onBlur:fe},o.createElement("div",{className:"k-signature-canvas",ref:c,tabIndex:(0,v.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"},j&&o.createElement(De.z,{className:"k-signature-action k-signature-maximize",ref:m,icon:"hyperlink-open",svgIcon:k,fillMode:"flat",size:r.size,onClick:me,"aria-label":W,title:W}),q&&o.createElement(De.z,{className:"k-signature-action k-signature-minimize k-rotate-180",ref:f,icon:"hyperlink-open",svgIcon:k,fillMode:"flat",size:r.size,onClick:ge,"aria-label":U,title:U})),!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"},K&&o.createElement(De.z,{className:"k-signature-action k-signature-clear",icon:"x",svgIcon:x,fillMode:"flat",size:r.size,onClick:function(){null==b||b.clear(),X(),ne()},"aria-label":G,title:G})),A&&o.createElement(Uo,{ref:p},o.createElement(Jo,Go({},r,ye(),{value:_,maximized:!0,exportScale:1/Y*Z,open:!1,onChange:function(e){null==b||b.loadImage(e.value),X(e.value)},onClose:function(e){var t,n;ge(e),null===(n=(null===(t=m.current)||void 0===t?void 0:t.element)||c.current)||void 0===n||n.focus()}}))))}));Jo.propTypes={value:r.string,width:r.number,height:r.number,tabIndex:r.number,dir:r.string,ariaDescribedBy:r.string,ariaLabelledBy:r.string,ariaLabel:r.string,readOnly:r.bool,disabled:r.bool,validationMessage:r.string,required:r.bool,onChange:r.func,onFocus:r.func,onBlur:r.func,onOpen:r.func,onClose:r.func,size:r.oneOf([null,"small","medium","large"]),rounded:r.oneOf([null,"small","medium","large"]),fillMode:r.oneOf([null,"solid","flat","outline"])},Jo.displayName="KendoSignature",Jo.defaultProps={strokeWidth:1,smooth:!1,popupScale:3,exportScale:2,maximizable:!0,disabled:!1,required:!1,validityStyles:!0,onChange:function(e){return Sn.Z},onFocus:function(e){return Sn.Z},onBlur:function(e){return Sn.Z},onOpen:function(e){return Sn.Z},onClose:function(e){return Sn.Z},size:"medium",rounded:"medium",fillMode:"solid"};var $o=n(4071),er=function(){return er=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},er.apply(this,arguments)},tr=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",er({},e,{className:(0,d.A)("k-clear-value",e.className)}))}));tr.displayName="KendoReactInputClearValue";var nr=n(6183),or=function(){return or=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},or.apply(this,arguments)},rr=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",or({},e,{className:(0,d.A)("k-input-separator",e.className)}))}));rr.displayName="KendoReactInputSeparator";var ir=function(){return ir=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},ir.apply(this,arguments)},ar=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",ir({},e,{className:(0,d.A)("k-input-suffix",e.className)}))}));ar.displayName="KendoReactInputSuffix";var lr=function(){return lr=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},lr.apply(this,arguments)},sr=o.forwardRef((function(e,t){return o.createElement(xt.a,lr({ref:t},e,{className:(0,d.A)("k-input-validation-icon",e.className)}))}));sr.displayName="KendoReactInputValidationIcon"},2009:(e,t,n)=>{n.d(t,{k:()=>o});var o={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 o=n(3899),r=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,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},p.apply(this,arguments)},d=o.forwardRef((function(e,t){var n;(0,i.s)(u.k);var r=o.useRef(null),d=o.useRef(null),v=o.useRef(),f=o.useCallback((function(){var e;return void 0!==v.current?v.current:null===(e=r.current)||void 0===e?void 0:e.value}),[]);o.useImperativeHandle(d,(function(){return{get element(){return r.current},get name(){return r.current&&r.current.name},get value(){return f()}}})),o.useImperativeHandle(t,(function(){return d.current}));var m=e,g=m.size,b=m.fillMode,y=m.rounded,w=m.className,z=m.dir,x=m.style,k=m.prefix,C=void 0===k?h.prefix:k,I=m.suffix,O=void 0===I?h.suffix:I,M=(m.valid,m.modified,m.touched,m.visited,function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(m,["size","fillMode","rounded","className","dir","style","prefix","suffix","valid","modified","touched","visited"])),E=(0,a.A)(C)[0],V=(0,a.A)(O)[0],H=o.useState(!1),S=H[0],D=H[1],P=o.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){D(!0)},onBlur:function(e){D(!1)},onSyncFocus:e.onFocus,onSyncBlur:e.onBlur}),L=_.onFocus,B=_.onBlur;return o.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(b)]=b,n["k-rounded-".concat(c.G.roundedMap[y]||y)]=y,n),{"k-focus":S,"k-required":e.required,"k-disabled":e.disabled,"k-invalid":!1===e.valid},w),onFocus:L,onBlur:B},o.createElement(E,null),o.createElement("input",p({ref:r,className:"k-input-inner"},M,{onChange:P})),o.createElement(V,null))})),h={prefix:function(e){return null},suffix:function(e){return null},size:"medium",rounded:"medium",fillMode:"solid"};d.propTypes={size:r.oneOf([null,"small","medium","large"]),rounded:r.oneOf([null,"small","medium","large","full"]),fillMode:r.oneOf([null,"solid","flat","outline"])},d.displayName="KendoReactTextBoxComponent",d.defaultProps=h},6097:(e,t,n)=>{n.d(t,{_:()=>d});var o,r=n(3899),i=n(189),a=n(8047),l=n(499),s=n(2609),c=n(4006),u=n(8011),p=(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)}),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,o=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]):"",b=g&&r.createElement("span",{className:"k-label-optional"},g),y=(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},o),w=(0,a.A)({"k-label":!0,"k-text-error":!1===p,"k-text-disabled":d},i);return r.createElement("span",{id:this.props.id,className:y,onFocus:this.handleFocus,onBlur:this.handleBlur,style:h,dir:this.props.dir},this.props.children,t?n?r.createElement("label",{id:v,htmlFor:n,className:w},t,b):r.createElement("span",{id:v,className:w},t,b):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}(r.Component);(0,l.registerForLocalization)(d)},2609:(e,t,n)=>{var o;n.d(t,{y:()=>r,s:()=>i});var r="labels.optional",i=((o={})[r]="(Optional)",o)},8011:(e,t,n)=>{n.d(t,{k:()=>o});var o={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 o=n(3899),r=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=o.useRef(null),n=o.useCallback((function(t){e.onClick&&e.onClick.call(void 0,{syntheticEvent:t,item:e.item,title:e.title})}),[e.item,e.title,e.onClick]);return o.useEffect((function(){t.current&&e.focused&&t.current.focus()}),[e.focused]),o.createElement("span",{style:e.style,tabIndex:e.tabIndex,className:(0,s.A)("k-actionsheet-item","k-cursor-pointer",e.disabled&&"k-disabled",e.className),ref:t,role:"button","aria-disabled":e.disabled,onClick:n},o.createElement("span",{className:"k-actionsheet-action"},e.icon&&o.createElement("span",{className:"k-icon-wrap"},e.icon),(e.title||e.description)&&o.createElement("span",{className:"k-actionsheet-item-text"},e.title&&o.createElement("span",{className:"k-actionsheet-item-title"},e.title),e.description&&o.createElement("span",{className:"k-actionsheet-item-description"},e.description))))};u.propTypes={className:r.string,style:r.object,description:r.string,disabled:r.bool,group:r.oneOf(["top","bottom"]),icon:r.element,title:r.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,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},m.apply(this,arguments)},g=function(e){function t(t){var n=e.call(this,t)||this;return n.actionSheetRef=o.createRef(),n.actionSheetTitleClass="k-actionsheet-title",n.ariaLabeledBy=n.actionSheetTitleClass+1,n.animationDuration=300,n.bottomPosition={bottom:"0",width:"100%"},n.handleKeyDown=function(e){n.props.navigatable&&n.navigation.triggerKeyboardEvent(e)},n.onTab=function(e,t,n){n.preventDefault(),n.shiftKey?t.focusPrevious(e):t.focusNext(e)},n.handleOverlayClick=function(e){n.props.onOverlayClick&&n.props.onOverlayClick.call(void 0,e),n.props.onClose&&n.props.onClose.call(void 0,e),n.props.animation||n.hideActionSheet()},n.handleItemClick=function(e){n.props.onItemClick&&n.props.onItemClick.call(void 0,e),n.props.onItemSelect&&n.props.onItemSelect.call(void 0,e),n.props.animation||n.hideActionSheet()},n.onEnter=function(e,t,o){if(!e.ariaDisabled){var r=!(!e.className||!e.className.indexOf)&&-1!==e.className.indexOf("k-actionsheet-item"),i=t.elements.filter((function(e){return-1!==e.className.indexOf("k-actionsheet-item")}));if(r&&n.props.onItemClick){o.preventDefault();var a=n.props.items[i.indexOf(e)];n.props.onItemClick.call(void 0,{syntheticEvent:o,item:a,title:a&&a.title})}r&&n.props.onItemSelect&&(o.preventDefault(),a=n.props.items[i.indexOf(e)],n.props.onItemSelect.call(void 0,{syntheticEvent:o,item:a,title:a&&a.title})),n.props.animation||n.hideActionSheet()}},n.onEscape=function(e,t,o){n.props.onOverlayClick&&(o.preventDefault(),n.props.onOverlayClick.call(void 0,o)),n.props.onClose&&(o.preventDefault(),n.props.onClose.call(void 0,o)),n.props.animation||n.hideActionSheet()},n.hideActionSheet=function(){n.setState({show:!1})},n.children=function(e){var t={};return o.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,o=this.actionSheetRef.current;if(this.props.expand&&!this.state.show&&this.setState({show:!0}),this.props.expand&&this.state.show&&!this.state.slide&&this.setState({slide:!0}),!this.props.expand&&this.state.show&&this.state.slide&&this.setState({slide:!1}),t!==this.state&&this.state.slide&&o&&!this.props.className&&(o.style.setProperty("--kendo-actionsheet-height","auto"),o.style.setProperty("--kendo-actionsheet-max-height","none")),o&&this.props.navigatable){var r=function(e,t,n){if(n||2===arguments.length)for(var o,r=0,i=t.length;r<i;r++)!o&&r in t||(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))}([".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:r,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,r=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})),b=null==f?void 0:f.filter((function(e){return"bottom"===e.group})),y=g&&g.length>0&&b&&b.length>0,w=this.children(this.props.children),z=this.props.animationDuration||this.animationDuration,x=this.state.slide&&o.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&&!r&&w[d.w],(n||r)&&o.createElement("div",{className:"k-actionsheet-titlebar k-text-center"},o.createElement("div",{className:"k-actionsheet-titlebar-group k-hbox"},o.createElement("div",{className:this.actionSheetTitleClass,id:this.ariaLabeledBy},n&&o.createElement("div",null,n),r&&o.createElement("div",{className:"k-actionsheet-subtitle"},r)))),w[v.y]||o.createElement("div",{className:"k-actionsheet-content"},o.createElement("div",{className:"k-list-ul",role:"group"},g&&g.map((function(t,n){return o.createElement(u,m({},t,{id:n,key:n,item:t,tabIndex:p||0,onClick:e.handleItemClick}))}))),y&&o.createElement("hr",{className:"k-hr"}),o.createElement("div",{className:"k-list-ul",role:"group"},b&&b.map((function(t,n){return o.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 o.createElement(o.Fragment,null,c||this.state.show?o.createElement(o.Fragment,null,o.createElement("div",{className:"k-actionsheet-container"},o.createElement("div",{className:"k-overlay",onClick:this.handleOverlayClick}),l?o.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:r.array,subTitle:r.string,title:r.string,navigatable:r.bool,navigatableElements:r.array},t.defaultProps={navigatable:!0,navigatableElements:[]},t}(o.Component)},7999:(e,t,n)=>{n.d(t,{y:()=>a,M:()=>l});var o=n(3899),r=n(189),i=n(8047),a="ActionSheetContent",l=function(e){return o.createElement("div",{className:(0,i.A)("k-actionsheet-content",e.className)},e.children)};l.propTypes={className:r.string},l.displayName=a,l.propTypes={children:r.any}},4390:(e,t,n)=>{n.d(t,{g:()=>a,K:()=>l});var o=n(3899),r=n(189),i=n(8047),a="ActionSheetFooter",l=function(e){return o.createElement("div",{className:(0,i.A)("k-actionsheet-footer",e.className)},e.children)};l.propTypes={className:r.string},l.displayName=a,l.propTypes={children:r.any}},1205:(e,t,n)=>{n.d(t,{w:()=>a,n:()=>l});var o=n(3899),r=n(189),i=n(8047),a="ActionSheetHeader",l=function(e){return o.createElement("div",{className:(0,i.A)("k-actionsheet-titlebar",e.className)},e.children)};l.propTypes={className:r.string},l.displayName=a,l.propTypes={children:r.any}},1754:(e,t,n)=>{n.d(t,{v:()=>a,G:()=>l});var o=n(3899),r=n(61),i=function(){return i=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},i.apply(this,arguments)},a=o.createContext((function(e){return e})),l=o.forwardRef((function(e,t){var n=o.useContext(a).call(void 0,e);return o.createElement(r.B,i({ref:t},n))}));l.displayName="Popup"},61:(e,t,n)=>{n.d(t,{B:()=>re});var o=n(3899),r=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",b="fit",y="flip",w="none";var z,x,k,C=function(e,t,n){var o=0;return e+t>n&&(o=n-(e+t)),e<0&&(o=-e),o},I=function(e){var t=e.offset,n=e.size,o=e.anchorSize,r=e.viewPortSize,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+o+s)+n>r&&(l=0):t>=0&&!c&&(t+n>r&&(l+=-(o+n+s)),t+l<0&&(l=0))}return l},O=(z=function(e){if(!M())return!1;var t=e?e.ownerDocument:document;if(!t||!t.body)return!1;var n=t.createElement("div");n.style.transform="matrix(10, 0, 0, 10, 0, 0)",n.innerHTML='<div style="position: fixed; top: 10px;">child</div>',t.body.appendChild(n);var o=10!==n.children[0].getBoundingClientRect().top;return t.body.removeChild(n),o},k=!1,function(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];return k||(x=z.apply(void 0,e),k=!0),x}),M=function(){return Boolean("undefined"!=typeof window&&window.document&&window.document.createElement)};const E={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:M};function V(e){return e.ownerDocument||e.document||e}const H=function(e){return V(e).defaultView},S=function(e){return V(e).documentElement};var D=0;function P(){if(!D&&"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),D=e.offsetWidth-e.scrollWidth,document.body.removeChild(e)}return D}function _(e){var t=H(e),n=S(e),o={height:t.innerHeight,width:t.innerWidth};return n.scrollHeight-n.clientHeight>0&&(o.width-=P()),o}function L(e){var t=S(e),n=H(e);return{x:n.pageXOffset||t.scrollLeft||0,y:n.pageYOffset||t.scrollTop||0}}const B=function(e){var t=e.getBoundingClientRect(),n=t.left,o=t.top;return t.height||t.width||(t=function(e){var t=e.style,n=t.display,o=t.left,r=t.position;e.style.display="",e.style.left="-10000px",e.style.position="absolute";var i=e.getBoundingClientRect();return e.style.display=n,e.style.left=o,e.style.position=r,i}(e)),{top:o,left:n,height:t.height,width:t.width}};function N(e){return e===(e.ownerDocument||{}).body?L(e):{x:e.scrollLeft,y:e.scrollTop}}const R=function(e){for(var t=e.offsetParent;t&&"static"===t.style.position;)t=t.offsetParent;return t||S(e)};function T(e,t){for(var n=[],o=e.parentNode;o&&(n.push(o),o!==t);)o=o.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 A=["font-size","font-family","font-stretch","font-style","font-weight","line-height"],j=function(){return E.canUseDOM()?window:null},q=/auto|scroll/,K=function(e){return function(e){return""+e.style.overflow+e.style.overflowX+e.style.overflowY}(e)||function(e){var t=window.getComputedStyle(e);return""+t.overflow+t.overflowX+t.overflowY}(e)},W=function(e){if(!e||!E.hasRelativeStackingContext())return null;for(var t=e.parentElement;t;){if("none"!==window.getComputedStyle(t).transform)return t;t=t.parentElement}return null},U=function(){return E.canUseDOM()&&parseFloat((document.documentElement.clientWidth/window.innerWidth).toFixed(2))||1},G={addOffset:function(e,t){return{left:e.left+t.left,top:e.top+t.top}},addScroll:function(e,t){return{top:e.top+t.y,left:e.left+t.x,height:e.height,width:e.width}},align:function(e){var t=e.anchorRect,n=e.anchorAlign,o=e.elementRect,r=e.elementAlign,i=e.margin;void 0===i&&(i={});var a=n.horizontal,l=n.vertical,s=r.horizontal,c=r.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-=o.height,p*=-1),c!==h&&c!==v||(f-=Math.round(o.height/2),p*=-1),a===m&&(g+=t.width),a!==h&&a!==v||(g+=Math.round(t.width/2)),s===m&&(g-=o.width,u*=-1),s!==h&&s!==v||(g-=Math.round(o.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=j();if(!t||!e)return[];var n=t.getComputedStyle(e);return A.map((function(e){return{key:e,value:n[e]}}))},getWindow:j,hasOffsetParent:function(e){return!!e&&Boolean(e.offsetParent)},offset:function(e){return e?B(e):null},offsetAtPoint:function(e,t){if(!e)return null;var n=e.style,o=n.left,r=n.top,i=n.transition;e.style.transition="none",e.style.left=t.left+"px",e.style.top=t.top+"px";var a=B(e);return e.style.left=o,e.style.top=r,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 o=t?R(t):null,r=function(e,t){var n=H(e),o=n.getComputedStyle(e),r=B(e),i=t||R(e),a=e.ownerDocument,l=i!==a.body&&i!==a.documentElement,s={top:0,left:0};if("fixed"!==o.position&&l){var c=n.getComputedStyle(i);(s=B(i)).top+=parseInt(c.borderTopWidth,10),s.left+=parseInt(c.borderLeftWidth,10)}return{top:r.top-s.top,left:r.left-s.left,height:r.height,width:r.width}}(e,o),i=r.top,a=r.left,l=r.height,s=r.width,c=function(e,t){return e?N(e):function(e){var t=R(e);return t?N(t):{x:0,y:0}}(t)}(o,e),u=c.x,p=c.y,d=e.ownerDocument,h=o===d.body||o===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,o=e.elementRect,r=e.elementAlign,i=e.collisions,a=e.viewPort,l=e.margin;void 0===l&&(l={});var s=o.top,c=o.left,u=o.height,p=o.width,d=a.height,h=a.width,v=l.horizontal||0,f=l.vertical||0,m=0,g=0,w=i.vertical===b,z=i.horizontal===b,x=i.vertical===y,k=i.horizontal===y;w&&(g+=C(s,u,d)),z&&(m+=C(c,p,h)),x&&(g+=I({margin:f,offset:s,size:u,anchorSize:t.height,viewPortSize:d,anchorAlignPoint:n.vertical,elementAlignPoint:r.vertical})),k&&(m+=I({margin:v,offset:c,size:p,anchorSize:t.width,viewPortSize:h,anchorAlignPoint:n.horizontal,elementAlignPoint:r.horizontal}));var O=x&&0!==g,M=k&&0!==m,E=w&&0!==g,V=z&&0!==m;return{flipped:M||O,fitted:E||V,flip:{horizontal:M,vertical:O},fit:{horizontal:V,vertical:E},offset:{left:m,top:g}}},scrollPosition:L,scrollableParents:function(e){var t=[];if(!E.canUseDOM())return t;for(var n=e.parentElement;n;)(q.test(K(n))||n.hasAttribute("data-scrollable"))&&t.push(n),n=n.parentElement;return t.push(window),t},getRelativeContextElement:W,stackingElementOffset:function(e){var t=W(e);return t?B(t):null},stackingElementScroll:function(e){var t=W(e);return t?{x:t.scrollLeft,y:t.scrollTop}:{x:0,y:0}},stackingElementViewPort:function(e){var t=W(e);return t?{height:t.scrollHeight,width:t.scrollWidth}:null},useRelativePosition:function(e){return Boolean(W(e))},windowViewPort:_,zoomLevel:U,isZoomed:function(){return U()>1},zIndex:function(e,t){if(!e||!E.canUseDOM())return null;var n=function(e,t){for(var n,o,r=T(e),i=t;i&&(n=F(i),!(o=r.reduce((function(e,t){return e.concat(n.filter((function(e){return e===t})))}),[])[0]));)i=i.parentElement;return o}(e,t);if(!n)return null;var o=[e].concat(T(e,n)).reduce((function(e,t){var n=t.style.zIndex||window.getComputedStyle(t).zIndex,o=parseInt(n,10);return o>e?o:e}),0);return o?o+1:null}};const Y=G;const Z=function(e){var t=e.anchor,n=e.element,o=e.anchorAlign,r=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,o){var r=E.eitherRect(Y.position(e,t,o),n);return E.scaleRect(r,o)}(t,n,a,s):function(e,t,n,o){var r=function(e,t){return e?{x:0,y:0}:Y.scrollPosition(t)}(e,t),i=E.eitherRect(Y.offset(e),n),a=2*o,l=Y.stackingElementScroll(t);1!==o&&l&&(l.x/=a,l.y/=a);var s=Y.stackingElementOffset(t);return 1!==o&&s&&(s.left/=a,s.top/=a),Y.removeScroll(Y.addScroll(E.removeStackingOffset(E.scaleRect(i,o),s),l),r)}(t,n,a,s),u=E.scaleRect(Y.offset(n),s);return Y.align({anchorAlign:o,anchorRect:c,elementAlign:r,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,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},$.apply(this,arguments)};function ee(e,t){if(e===t)return!0;if(!!e!=!!t)return!1;var n=Object.getOwnPropertyNames(e),o=Object.getOwnPropertyNames(t);if(n.length!==o.length)return!1;for(var r=0;r<n.length;r++){var i=n[r];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 oe="k-animation-container-shown",re=function(e){function t(t){var n=e.call(this,t)||this;return n.context=0,n.state={current:te.hidden,previous:te.hidden,props:{}},n._popup=null,n.show=function(e){n.setPosition(e),n.animate(e.firstChild,"enter",n.onOpened),n.setState({current:te.shown,previous:n.state.current})},n.setPosition=function(e){var t=n.props,o=t.anchorAlign,r=t.popupAlign,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,o=e.element,r=e.anchorAlign,i=e.elementAlign,a=e.collisions,l=e.margin,s=e.scale||1,c=Y.offsetAtPoint(o,n),u=E.scaleRect(c,s),p=E.scaleRect(Y.offset(t),s),d=E.eitherRect(p,n),h=e.viewPort||Y.windowViewPort(o);h.width=h.width/s,h.height=h.height/s;var v=Y.restrictToView({anchorAlign:r,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:o,element:e,elementAlign:r,collisions:i,currentLocation:Z({anchor:l,anchorAlign:o,element:e,elementAlign:r,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(oe),n.attachRepositionHandlers(e),n.props.onOpen&&n.props.onOpen.call(void 0,{target:n}))},n.animate=function(e,t,o){if(n.props.popupAlign){var r,i=n.props.popupAlign,s=i.horizontal,c=i.vertical;r="left"===s&&"center"===c?"right":"right"===s&&"center"===c?"left":"top"===c?"down":"up",n._collisions&&n._collisions.flipped&&(r={down:"up",up:"down",left:"right",right:"left"}[r]),function(e,t,n,o,r){if(0===n)return r();var i="k-slide-"+t+"-"+o,s=i+"-active",c=function(t){t.target===e&&(e.removeEventListener("transitionend",c),a(e),e.style.display="exit"===o?"none":"",r())};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,r,n.animationDuration[t],t,o)}},n.onClosing=function(e){n.props.show||e.classList.remove(oe),n.detachRepositionHandlers()},n.onClosed=function(){n.state.current===te.hiding&&n.state.previous===te.shown&&n.setState({current:te.hidden,previous:n.state.current}),n.props.onClose&&n.props.onClose.call(void 0,{target:n})},n.getCurrentZIndex=function(){return n.context?n.context+1:100},(0,s.s)(Q),n.reposition=function(e,t,n){var o,r,i,a;void 0===n&&(n={});var l=0;n=n||{};var s=function(){l=!1===n.leading?0:(new Date).getTime(),o=void 0,a=e.apply(r,i),o||(r=i=null)};return function(){var c=(new Date).getTime();l||!1!==n.leading||(l=c);var u=t-(c-l);return r=void 0,i=arguments,u<=0||u>t?(o&&(clearTimeout(o),o=void 0),l=c,a=e.apply(r,i),o||(r=i=null)):o||!1===n.trailing||(o=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,o=e.anchor,r=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:o,anchorAlign:r,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(r,t.props.anchorAlign)&&ee(i,t.props.appendTo)&&ee(a,t.props.collision)&&ee(l,t.props.popupAlign)&&ee(u,t.props.style)&&o===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=o.createElement(u.$.Provider,{value:m},o.createElement("div",{className:(0,p.A)("k-animation-container",i),id:s,ref:function(t){return e._popup=t},style:$({zIndex:m},v)},o.createElement("div",{className:(0,p.A)("k-child-animation-container"),style:{transitionDelay:"0ms"}},o.createElement("div",{role:this.props.role,className:(0,p.A)("k-popup",a)},n))));return null!==this.props.appendTo?r.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([b,y,w]),vertical:i.oneOf([b,y,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:b,vertical:y},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}(o.Component)},5362:(e,t,n)=>{n.r(t),n.d(t,{Popup:()=>o.G,PopupWithoutContext:()=>r.B,PopupPropsContext:()=>o.v});var o=n(1754),r=n(61)},1779:(e,t,n)=>{n.d(t,{_:()=>i});var o=n(3899),r=n(9844),i=o.forwardRef((function(e,t){var n=o.useRef(null),i=o.useRef(null),a=o.useCallback((function(){return n.current&&n.current.element?n.current.element:n.current}),[n]);o.useImperativeHandle(i,(function(){return{element:a()||null}})),o.useImperativeHandle(t,(function(){return i.current})),o.useImperativeHandle(e.childRef,(function(){return n.current}));var l=o.useCallback((function(t){e.onPress&&e.onPress({element:a(),target:i.current,event:t})}),[a,e.onPress]),s=o.useCallback((function(t){e.onRelease&&e.onRelease({element:a(),target:i.current,event:t})}),[a,e.onRelease]),c=o.useCallback((function(t){e.onDragStart&&e.onDragStart({element:a(),target:i.current,event:t})}),[e,a]),u=o.useCallback((function(t){e.onDrag&&e.onDrag({element:a(),target:i.current,event:t})}),[a,e.onDrag]),p=o.useCallback((function(t){e.onDragEnd&&e.onDragEnd({element:a(),target:i.current,event:t})}),[a,e.onDragEnd]);return(0,r.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?o.cloneElement(o.Children.only(e.children),{ref:n}):null}));i.displayName="KendoReactDraggable"},3503:(e,t,n)=>{n.d(t,{O:()=>r});var o=function(){return"undefined"!=typeof document?document:{}},r=function(){function e(){this.scrollbar=0}return Object.defineProperty(e.prototype,"scrollbarWidth",{get:function(){var e=o();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:()=>o});var o=Boolean("undefined"!=typeof window&&window.document&&window.document.createElement)},8047:(e,t,n)=>{n.d(t,{A:()=>o});var o=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n={},o=function(e){return e.filter((function(e){return!0!==e&&!!e})).map((function(e){return Array.isArray(e)?o(e):function(e){return"object"==typeof e?Object.keys(e).forEach((function(t){n[t]=e[t]})):n[e]=!0}(e)}))};return o(e),Object.keys(n).map((function(e){return n[e]&&e||null})).filter((function(e){return null!==e})).join(" ")}},8259:(e,t,n)=>{n.d(t,{$:()=>r,u:()=>i});var o=n(3899),r=o.createContext(0),i=function(){return o.useContext(r)};r.displayName="KendoReactZIndexContext"},2333:(e,t,n)=>{n.d(t,{Dg:()=>i,Gc:()=>a,Fg:()=>l,tk:()=>s});var o=n(3899),r=n(3228),i=o.createContext([void 0,r.Z]),a=o.createContext([void 0,r.Z]),l=o.createContext([[],r.Z,r.Z]),s=o.createContext([[],r.Z,r.Z])},5407:(e,t,n)=>{function o(e,t,n,o){if(e){var r={syntheticEvent:t,nativeEvent:t.nativeEvent,target:n};e.call(void 0,Object.assign(r,o))}}n.d(t,{N:()=>o})},4100:(e,t,n)=>{n.d(t,{E:()=>r});var o=/\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g;function r(e){var t=[];return e.replace(o,(function(e,n,o,r){t.push(void 0!==n?n:o||r)})),t}},9124:(e,t,n)=>{n.d(t,{n:()=>o});var o=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:()=>o,v:()=>r});var o=function(e){var t=e.shadowRoot,n=e.contentDocument;return t&&t.activeElement?o(t.activeElement):n&&n.activeElement?o(n.activeElement):e},r=function(e){if(e&&e.activeElement)return o(e.activeElement)}},4703:(e,t,n)=>{n.d(t,{p:()=>o});var o=function(e,t,n){var o="string"==typeof e?parseInt(e,void 0):e;if(NaN!==o)return void 0!==o?o:t?n?void 0:-1:0}},9659:(e,t,n)=>{n.d(t,{Y:()=>i});var o=n(4100),r={};function i(e){if(r[e])return r[e];var t=(0,o.E)(e);return r[e]=function(e){for(var n=e,o=0;o<t.length&&n;o++)n=n[t[o]];return n},r[e]}r.undefined=function(){}},3198:(e,t,n)=>{n.d(t,{M:()=>o});var o=function(){var e,t,n="";for(e=0;e<32;e++)t=16*Math.random()|0,8!==e&&12!==e&&16!==e&&20!==e||(n+="-"),n+=(12===e?4:16===e?3&t|8:t).toString(16);return n}},493:(e,t,n)=>{n.d(t,{o:()=>a});var o=n(3899),r=n(6059),i=function(){return i=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},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,r.U)({onFocus:n,onBlur:a,onSyncFocus:l,onSyncBlur:s});return o.createElement(o.Fragment,null,t.call(void 0,i({},c)))}},848:(e,t,n)=>{n.d(t,{Y:()=>a,u:()=>l});var o=n(3899),r=n(9656),i=function(){return i=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},i.apply(this,arguments)},a=function(){return o.createContext((function(e){return e}))},l=function(e,t){return o.forwardRef((function(n,a){var l=(0,r.Y)(e,n);return o.createElement(t,i({},l,{ref:a}))}))}},6059:(e,t,n)=>{n.d(t,{U:()=>i});var o=n(3899),r=function(e,t,n){if(n||2===arguments.length)for(var o,r=0,i=t.length;r<i;r++)!o&&r in t||(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))};function i(e){var t=e.onFocus,n=e.onBlur,i=e.onSyncFocus,a=e.onSyncBlur,l=o.useRef(!1),s=o.useRef(0),c=o.useCallback((function(e){clearTimeout(s.current),s.current=window.setTimeout((function(){return e()}))}),[s]),u=o.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,r([void 0],e,!1)))}),[l,t,i]),p=o.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,r([void 0],e,!1)))}))}),[l,c,n,a]);return o.useEffect((function(){return function(){clearTimeout(s.current)}}),[]),{onFocus:u,onBlur:p}}},9447:(e,t,n)=>{n.d(t,{A:()=>o});var o=function(e){return[e,{}]}},8199:(e,t,n)=>{n.d(t,{n:()=>r});var o=n(3899);function r(e,t,n){var r=o.useState(t),i=r[0],a=r[1];return o.useEffect((function(){if(!i&&window&&e.current){var t=window.getComputedStyle(e.current).direction;t&&a(t)}}),n),i}},9844:(e,t,n)=>{n.d(t,{O:()=>g});var o,r=n(3899),i=function(){var e=window&&window.navigator.userAgent;if(!e)return!1;var t=!1,n=[],o={edge:/(edge)[ \/]([\w.]+)/i,webkit:/(chrome|crios)[ \/]([\w.]+)/i,safari:/(webkit)[ \/]([\w.]+)/i,opera:/(opera)(?:.*version|)[ \/]([\w.]+)/i,msie:/(msie\s|trident.*? rv:)([\w.]+)/i,mozilla:/(mozilla)(?:.*? rv:([\w.]+)|)/i};for(var r in o)if(o.hasOwnProperty(r)&&(n=e.match(o[r]))){(t={})[r]=!0,t[n[1].toLowerCase().split(" ")[0].split("/")[0]]=!0,t.version=parseInt(document.DOCUMENT_NODE||n[2],10);break}return t},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"}(o||(o={}));var u=function(){},p=function(e,t,n){void 0===n&&(n={});var r,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,b=void 0===g?u:g,y=n.onOffsetChange,w=void 0===y?u:y,z=n.onPageOffsetChange,x=void 0===z?u:z,k=n.onClientOffsetChange,C=void 0===k?u:k,I=n.onScrollOffsetChange,O=void 0===I?u:I,M=n.onInitialScrollOffsetChange,E=void 0===M?u:M,V=t.payload,H=V.element,S=V.hint,D=e.autoScrollDirection,P=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 o.POINTER_DOWN:if(_.type===o.POINTER_DOWN&&(!_.originalEvent.isPrimary||0!==_.originalEvent.button))break;case o.MOUSE_DOWN:if(_.type===o.MOUSE_DOWN&&_.originalEvent.which&&_.originalEvent.which>1||e.ignoreMouse)break;case o.TOUCH_START:if(_.type===o.TOUCH_START&&1!==_.originalEvent.touches.length)break;case o.START:var L=P||c(t.payload.element);E(L instanceof Window?{x:L.scrollX,y:L.scrollY}:{x:L.scrollLeft,y:L.scrollTop}),C({x:_.clientX,y:_.clientY}),x({x:_.pageX,y:_.pageY}),w({x:_.offsetX,y:_.offsetY}),v(!0),V.onPress&&V.onPress(_);break;case o.SCROLL:if(_.type===o.SCROLL&&!e.pressed)break;var B=P||c(H),N=B instanceof Window?{x:B.scrollX,y:B.scrollY}:{x:B.scrollLeft,y:B.scrollTop};_.scrollX=N.x-e.initialScrollOffset.x,_.scrollY=N.y-e.initialScrollOffset.y,O({x:_.scrollX,y:_.scrollY});case o.POINTER_MOVE:if(_.type===o.POINTER_MOVE&&!_.originalEvent.isPrimary)break;case o.MOUSE_MOVE:case o.TOUCH_MOVE:if(_.type===o.TOUCH_MOVE&&1!==_.originalEvent.touches.length)break;case o.MOVE:if(e.pressed){if(e.autoScroll&&"scroll"!==_.originalEvent.type&&H){var R=a(H),T=P||c(R.elementFromPoint(_.clientX,_.clientY)),F=(r=_.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 o=e.getBoundingClientRect();return{bottom:o.top+o.height,right:o.left+o.width,left:o.left,top:o.top}}(T,function(e){var t=a(e);return t&&t.defaultView||window}(H)),p={x:0,y:0},d=50,r-s.left<d?p.x=-(d-(r-s.left)):s.right-r<d&&(p.x=d-(s.right-r)),i-s.top<d?p.y=-(d-(i-s.top)):s.bottom-i<d&&(p.y=d-(s.bottom-i)),p);b({x:D&&!1===D.horizontal?0:F.x,y:D&&!1===D.vertical?0:F.y}),m(0!==F.y||0!==F.x)}!e.drag&&V.onDragStart&&V.onDragStart(_),V.onDrag&&V.onDrag(_);var A=function(e,t){var n=0,o=null;return t.forEach((function(t){if(t&&e){var r=function(e,t){var n=e.getBoundingClientRect(),o=t.getBoundingClientRect(),r=Math.max(o.top,n.top),i=Math.max(o.left,n.left),a=Math.min(o.left+o.width,n.left+n.width),l=Math.min(o.top+o.height,n.top+n.height),s=a-i,c=l-r;if(i<a&&r<l){var u=o.width*o.height,p=n.width*n.height,d=s*c;return Number((d/(u+p-d)).toFixed(4))}return 0}(e,t);r>n&&(n=r,o=t)}})),o}(S||H,e.drops.map((function(e){return e&&e.element})).filter((function(e){return e!==(S||H)}))),j=e.drops.find((function(e){return e.element===A}));j&&A&&function(e,t,n){var o=n.getBoundingClientRect();return o.top<=t&&o.left<=e&&t<=o.bottom&&e<=o.right}(_.clientX,_.clientY,P||c(A))&&A!==H?(e.drop&&e.drop.element)!==A?(e.drop&&e.drop.onDragLeave&&e.drop.onDragLeave(_),j.onDragEnter&&j.onDragEnter(_)):j.onDragOver&&j.onDragOver(_):e.drop&&e.drop.onDragLeave&&e.drop.onDragLeave(_)}C({x:_.clientX,y:_.clientY}),x({x:_.pageX,y:_.pageY});break;case o.POINTER_UP:if(_.type===o.POINTER_UP&&!_.originalEvent.isPrimary)break;case o.MOUSE_UP:case o.TOUCH_END:if(_.type===o.TOUCH_END&&1!==_.originalEvent.touches.length)break;case o.END:v(!1),m(!1),O({x:0,y:0}),V.onRelease&&V.onRelease(_),e.drop&&e.drop.onDrop&&e.drop.onDrop(_),e.drag&&V.onDragEnd&&V.onDragEnd(_);break;case o.POINTER_CANCEL:case o.CONTEXT_MENU:case o.TOUCH_CANCEL:case o.CANCEL:v(!1),m(!1),O({x:0,y:0}),V.onDragEnd&&V.onDragEnd(_),e.drop&&e.drop.onDragLeave&&e.drop.onDragLeave(_)}},d=function(e,t){if(e){var n,o;e===l(e)?(n=document.body.scrollHeight>window.innerHeight,o=document.body.scrollWidth>window.innerWidth):(n=e.offsetHeight<=e.scrollHeight,o=e.offsetWidth<=e.scrollWidth);var r=e.scrollTop+t.y,i=n&&r>0&&r<e.scrollHeight,a=e.scrollLeft+t.x,s=o&&a>0&&a<e.scrollWidth;i?e.scrollTop+=t.y:n&&r<0&&(e.scrollTop=0),s?e.scrollLeft+=t.x:o&&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 o=t.onPress,i=void 0===o?h.Z:o,a=t.onRelease,l=void 0===a?h.Z:a,s=t.onDragStart,u=void 0===s?h.Z:s,g=t.onDrag,b=void 0===g?h.Z:g,y=t.onDragEnd,w=void 0===y?h.Z:y,z=n.hint,x=void 0===z?null:z,k=n.mouseOnly,C=void 0!==k&&k,I=n.autoScroll,O=void 0===I||I,M=n.scrollContainer,E=void 0===M?null:M,V=r.useState(!1),H=V[0],S=V[1],D=r.useState(!1),P=D[0],_=D[1],L=(0,v.W)(f.Gc)[0],B=(0,v.W)(f.Dg),N=B[0],R=B[1],T=r.useContext(f.tk)[0],F=r.useContext(f.Fg),A=F[0],j=F[1],q=F[2],K=r.useRef({x:0,y:0}),W=r.useRef(),U=r.useRef(!1),G=r.useRef(),Y=r.useRef(null),Z=r.useRef(!1),X=r.useRef({x:0,y:0}),Q=r.useRef({x:0,y:0}),J=r.useRef({x:0,y:0}),$=r.useRef({x:0,y:0}),ee=r.useRef({x:0,y:0}),te=r.useRef({x:0,y:0}),ne=Boolean("undefined"!=typeof window&&window.PointerEvent),oe=!C&&ne,re=r.useCallback((function(){return e.current&&e.current.element?e.current.element:e.current}),[e]),ie=r.useCallback((function(){return x&&x.current&&x.current.element?x.current.element:x?x.current:null}),[x]),ae=r.useCallback((function(){return E&&E.current&&E.current.element?E.current.element:E?E.current:null}),[E]),le=r.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=r.useRef(null);r.useImperativeHandle(se,(function(){return{element:re(),hint:ie(),onPress:ze,onDragStart:ke,onDrag:Ce,onDragEnd:Ie,onRelease:xe,data:e.current}}));var ce=r.useCallback((function(){var e=re();return e&&e.ownerDocument||document}),[re]),ue=r.useCallback((function(){var e=ce();return e&&e.defaultView||window}),[ce]),pe=r.useCallback((function(){return{drag:N?N.current:null,drop:L?L.current:null,drags:A.map((function(e){return e.current})),drops:T.map((function(e){return e.current})),pressed:H,ignoreMouse:U.current,scrollOffset:ee.current,offset:X.current,pageOffset:Q.current,initialScrollOffset:te.current,clientOffset:J.current,initialClientOffset:$.current,velocity:K.current,autoScroll:Boolean("object"==typeof O?!1!==O.enabled:O),scrollableParent:le(),autoScrollDirection:"object"==typeof O?O.direction:{horizontal:!0,vertical:!0},isScrolling:P}}),[N,L,A,T,H,O,le,P]),de=r.useCallback((function(e){S(e)}),[]),he=r.useCallback((function(e){_(e)}),[]),ve=r.useCallback((function(e){K.current=e}),[]),fe=r.useCallback((function(e){X.current=e}),[]),me=r.useCallback((function(e){J.current=e}),[]),ge=r.useCallback((function(e){Q.current=e}),[]),be=r.useCallback((function(e){$.current=e}),[]),ye=r.useCallback((function(e){ee.current=e}),[]),we=r.useCallback((function(e){te.current=e}),[]),ze=r.useCallback((function(e){i(e)}),[i]),xe=r.useCallback((function(e){l(e)}),[l]),ke=r.useCallback((function(t){R(se,{target:e.current,event:t}),u(t)}),[R,e,u]),Ce=r.useCallback((function(e){b(e)}),[b]),Ie=r.useCallback((function(t){Z.current||(R(null,{target:e.current,event:t}),w(t))}),[w,R,e]),Oe=r.useCallback((function(e){p(pe(),{event:e,payload:se.current},{onVelocityChange:ve,onOffsetChange:fe,onClientOffsetChange:me,onPageOffsetChange:ge,onInitialClientOffsetChange:be,onScrollOffsetChange:ye,onInitialScrollOffsetChange:we,onIsPressedChange:de,onIsScrollingChange:he})}),[pe,ve,fe,ge,me,be,we,de,ye,he]),Me=r.useCallback((function(e){Oe(e)}),[Oe]),Ee=r.useCallback((function(e){Oe(e)}),[Oe]),Ve=r.useCallback((function(e){Oe(e)}),[Oe]),He=r.useCallback((function(e){Oe(e)}),[Oe]),Se=r.useCallback((function(e){Oe(e)}),[Oe]),De=r.useCallback((function(e){Oe(e)}),[Oe]),Pe=r.useCallback((function(e){Oe(e)}),[Oe]),_e=r.useCallback((function(e){e.preventDefault(),Oe(e)}),[Oe]),Le=r.useCallback((function(e){e.preventDefault(),Oe(e)}),[Oe]),Be=r.useCallback((function(e){e.preventDefault(),Oe(e)}),[Oe]),Ne=r.useCallback((function(e){if(0===e.touches.length&&1===e.changedTouches.length){var t=ue();U.current=!0,G.current=t.setTimeout((function(){U.current=!1}),m)}Oe(e)}),[Oe,ue]),Re=r.useCallback((function(e){Oe(e)}),[Oe]),Te=r.useCallback((function(){var e=re();if(e){var t=e.style.touchAction;return e.style.touchAction="none",function(){e.style.touchAction=t}}}),[re]),Fe=r.useCallback((function(){return j(se),function(){q(se)}}),[q,j]);r.useEffect((function(){var e=ue();if(P){var t=ae()||c(document.elementFromPoint(J.current.x,J.current.y));e.clearInterval(W.current),W.current=e.setInterval((function(){d(t,{x:K.current.x,y:K.current.y})}),50)}return function(){e.clearInterval(W.current)}}),[re,ae,ue,P]),r.useEffect(Te,[Te]),r.useEffect((function(){var e=ue(),t=re(),n=ce();return oe?(t&&(Y.current=c(t),Y.current&&Y.current.addEventListener("scroll",Re,{passive:!0}),t.addEventListener("pointerdown",Me,{passive:!0})),H&&(n.addEventListener("pointermove",Ee),n.addEventListener("pointerup",He,!0),n.addEventListener("contextmenu",_e),n.addEventListener("pointercancel",Ve,{passive:!0}))):(e.addEventListener("touchmove",h.Z,{capture:!1,passive:!1}),t&&(t.addEventListener("mousedown",Se,{passive:!0}),C||(t.addEventListener("touchstart",Le,{passive:!0}),H&&(t.addEventListener("touchmove",Be,{passive:!0}),t.addEventListener("touchend",Ne,{passive:!0})))),H&&(n.addEventListener("mousemove",De,{passive:!0}),n.addEventListener("mouseup",Pe,{passive:!0}))),function(){Y.current&&Y.current.removeEventListener("scroll",Re),t&&(t.removeEventListener("pointerdown",Me),t.removeEventListener("mousedown",Se),t.removeEventListener("touchstart",Le),t.removeEventListener("touchmove",Be),t.removeEventListener("touchend",Ne)),n.removeEventListener("pointermove",Ee),n.removeEventListener("pointerup",He,!0),n.removeEventListener("contextmenu",_e),n.removeEventListener("pointercancel",Ve),n.removeEventListener("mousemove",De),n.removeEventListener("mouseup",Pe),e.removeEventListener("touchmove",h.Z),e.clearTimeout(G.current)}}),[H,ue,re,ce,C,oe,_e,Se,De,Pe,Ve,Me,Ee,He,Ne,Be,Le,Re]),r.useEffect((function(){return Z.current=!1,function(){Z.current=!0}}),[]),r.useLayoutEffect(Fe,[Fe])}},4912:(e,t,n)=>{n.d(t,{W:()=>r});var o=n(3899),r=function(e,t){var n=o.useContext(e),r=n[0],i=n[1],a=o.useState(t),l=a[0],s=a[1];return[void 0!==r?r:l,function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];void 0!==r?i.apply(void 0,e):s(e[0])}]}},3322:(e,t,n)=>{n.d(t,{i:()=>r});var o=n(3899),r=function(e,t,n){void 0===n&&(n={});var r=o.useCallback((function(o){n.onMouseDown&&n.onMouseDown.call(void 0,o),e.onMouseDown&&e.onMouseDown.call(void 0,{target:t.current,syntheticEvent:o})}),[n.onMouseDown,e.onMouseDown,t]),i=o.useCallback((function(o){n.onMouseUp&&n.onMouseUp.call(void 0,o),e.onMouseUp&&e.onMouseUp.call(void 0,{target:t.current,syntheticEvent:o})}),[n.onMouseUp,e.onMouseUp,t]);return{onClick:o.useCallback((function(o){n.onClick&&n.onClick.call(void 0,o),e.onClick&&e.onClick.call(void 0,{target:t.current,syntheticEvent:o})}),[n.onClick,e.onClick,t]),onMouseUp:i,onMouseDown:r,onDoubleClick:o.useCallback((function(o){n.onDoubleClick&&n.onDoubleClick.call(void 0,o),e.onDoubleClick&&e.onDoubleClick.call(void 0,{target:t.current,syntheticEvent:o})}),[n.onDoubleClick,e.onDoubleClick,t]),onMouseEnter:o.useCallback((function(o){n.onMouseEnter&&n.onMouseEnter.call(void 0,o),e.onMouseEnter&&e.onMouseEnter.call(void 0,{target:t.current,syntheticEvent:o})}),[n.onMouseEnter,e.onMouseEnter,t]),onMouseLeave:o.useCallback((function(o){n.onMouseLeave&&n.onMouseLeave.call(void 0,o),e.onMouseLeave&&e.onMouseLeave.call(void 0,{target:t.current,syntheticEvent:o})}),[n.onMouseLeave,e.onMouseLeave,t]),onMouseMove:o.useCallback((function(o){n.onMouseMove&&n.onMouseMove.call(void 0,o),e.onMouseMove&&e.onMouseMove.call(void 0,{target:t.current,syntheticEvent:o})}),[n.onMouseMove,e.onMouseMove,t]),onMouseOut:o.useCallback((function(o){n.onMouseOut&&n.onMouseOut.call(void 0,o),e.onMouseOut&&e.onMouseOut.call(void 0,{target:t.current,syntheticEvent:o})}),[n.onMouseOut,e.onMouseOut,t]),onMouseOver:o.useCallback((function(o){n.onMouseOver&&n.onMouseOver.call(void 0,o),e.onMouseOver&&e.onMouseOver.call(void 0,{target:t.current,syntheticEvent:o})}),[n.onMouseOver,e.onMouseOver,t])}}},9656:(e,t,n)=>{n.d(t,{Y:()=>r});var o=n(3899),r=function(e,t){return o.useContext(e)(t)}},1573:(e,t,n)=>{n.d(t,{V:()=>r});var o=n(3899);function r(e,t,n){var r=o.useState(t),i=r[0],a=r[1];return o.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 o=n(3899),r=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,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},c.apply(this,arguments)},u=o.forwardRef((function(e,t){var n=e.className,r=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 o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(e,["className","name","themeColor","size","flip","style","id","tabIndex"]),b=o.useRef(null),y=o.useRef(null);o.useImperativeHandle(b,(function(){return{element:y.current}})),o.useImperativeHandle(t,(function(){return b.current}));var w=o.useMemo((function(){return d||p.size}),[d]),z=o.useMemo((function(){return h||p.flip}),[h]),x=o.useMemo((function(){var e;return(0,i.A)("k-icon","k-font-icon",r&&(0,l._z)(r),((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)}),[r,u,w,z,n]),k=(0,s.i)(e,b);return o.createElement("span",c({ref:y},g,k,{className:x,id:f,tabIndex:m,style:v,role:"presentation"}))}));u.propTypes={style:r.object,classNames:r.string,name:r.string,themeColor:r.oneOf(["inherit","primary","secondary","tertiary","info","success","error","warning","dark","light","inverse"]),size:r.oneOf(["default","xsmall","small","medium","large","xlarge","xxlarge","xxxlarge"]),flip:r.oneOf(["default","horizontal","vertical","both"])};var p={size:"default",flip:"default"};u.displayName="KendoIcon"},8130:(e,t,n)=>{n.d(t,{a:()=>s});var o=n(3899),r=n(7681),i=n(6584),a=n(8300),l=function(){return l=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},l.apply(this,arguments)},s=o.forwardRef((function(e,t){var n,s,c=o.useContext(a.r),u=c.type,p=c.icons,d=e.icon,h=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(e,["icon"]),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?o.createElement(i.l,l({},e,{icon:f,ref:t})):o.createElement(r.J,l({},h,{name:v,ref:t}))}));s.displayName="KendoIconWrap"},8300:(e,t,n)=>{n.d(t,{r:()=>o});var o=n(3899).createContext({type:"svg"});o.displayName="KendoReactIconsContext"},6584:(e,t,n)=>{n.d(t,{l:()=>s});var o=n(3899),r=n(189),i=n(8047),a=n(698),l=function(){return l=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},l.apply(this,arguments)},s=o.forwardRef((function(e,t){var n=e.children,r=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,b=e.viewBox,y=(e.name,e.onClick),w=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(e,["children","className","svgClassName","icon","flip","id","tabIndex","size","style","svgStyle","themeColor","viewBox","name","onClick"]),z=o.useRef(null);o.useImperativeHandle(t,(function(){return{element:z.current}}));var x=o.useMemo((function(){return u?u.name:c.icon}),[u]),k=o.useMemo((function(){return v||c.size}),[v]),C=o.useMemo((function(){return p||c.flip}),[p]),I=o.useMemo((function(){return b||c.viewBox}),[b]),O=o.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"===C||"both"===C,e["k-flip-v"]="vertical"===C||"both"===C,e),a.w[k],r)}),[x,g,k,C,r]),M=o.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 o.createElement("span",{className:O,style:M,ref:z,onClick:y},o.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:r.object,classNames:r.string,children:r.any,icon:r.object,themeColor:r.oneOf(["inherit","primary","secondary","tertiary","info","success","error","warning","dark","light","inverse"]),size:r.oneOf(["default","xsmall","small","medium","large","xlarge","xxlarge","xxxlarge"]),flip:r.oneOf(["default","horizontal","vertical","both"])};var c={size:"default",flip:"default",icon:"",viewBox:"0 0 24 24"};s.displayName="KendoSvgIcon"},698:(e,t,n)=>{n.d(t,{w:()=>o});var o={default:"",xsmall:"k-icon-xs",small:"k-icon-sm",medium:"k-icon-md",large:"k-icon-lg",xlarge:"k-icon-xl",xxlarge:"k-icon-xxl",xxxlarge:"k-icon-xxxl"}},3218:(e,t,n)=>{n.d(t,{iJ:()=>r,_z:()=>i,wi:()=>a});var o=n(189),r=function(e){return e.replace(/^k-i-/,"")},i=function(e){return"k-i-"+e},a=o.shape({name:o.string.isRequired,content:o.string.isRequired,viewBox:o.string.isRequired})},3493:(e,t,n)=>{n.d(t,{R:()=>o});var o={backspace:8,tab:9,enter:13,shift:16,esc:27,space:32,pageUp:33,pageDown:34,end:35,home:36,left:37,up:38,right:39,down:40,delete:46}},6752:(e,t,n)=>{n.r(t),n.d(t,{AsyncFocusBlur:()=>D.o,BrowserSupportService:()=>r.O,COLLECTION_ACTION:()=>O,DragAndDrop:()=>ce,Draggable:()=>ue._,Droppable:()=>he,FOCUSABLE_ELEMENTS:()=>be.x,FormComponent:()=>f,Icon:()=>q.J,IconWrap:()=>W.a,IconsContext:()=>U.r,Keys:()=>y.R,Navigation:()=>be.W,SortedPublicItemIds:()=>ze.N,SvgIcon:()=>K.l,TreeFieldsService:()=>we.U,Typography:()=>ie,WatermarkOverlay:()=>H.t,ZIndexContext:()=>o.$,addItem:()=>ke.jX,areAllDirectChildrenChecked:()=>ke.YC,canUseDOM:()=>i.N,canUseRef:()=>a,classNames:()=>l.A,clone:()=>u,cloneArray:()=>h,cloneDate:()=>c,cloneObject:()=>p,cloneValue:()=>d,createPropsContext:()=>P.Y,dispatchEvent:()=>S.N,extendDataItem:()=>M.u5,focusFirstFocusableChild:()=>v.n,getActiveElement:()=>ye.v,getAllDirectIndirectChildrenIds:()=>ke.QG,getAllParents:()=>ke.z0,getInnerActiveElement:()=>ye.T,getItemPath:()=>M.ym,getNestedValue:()=>Ce.q,getScrollbarWidth:()=>z.n,getTabIndex:()=>m.p,getter:()=>g.Y,guid:()=>b.M,hasChildren:()=>ke.g8,hasRelativeStackingContext:()=>V,isArray:()=>Ce.k,isEnabledAndAllParentsEnabled:()=>ke.hc,isItemExpandedAndWithChildren:()=>ke.Cb,kendoThemeMaps:()=>fe.G,mapTree:()=>M.Gy,mapTreeItem:()=>M.eY,memoizeOne:()=>ge,noop:()=>w.Z,removeItem:()=>ke.cl,resolveItemId:()=>ke.kO,resolveItemsIds:()=>ke.Bx,setScrollbarWidth:()=>z.p,setter:()=>I,shouldShowValidationUI:()=>E.G,svgIconPropType:()=>G.wi,toIconClass:()=>G._z,toIconName:()=>G.iJ,treeIdUtils:()=>xe,updateItem:()=>ke.$G,useAsyncFocusBlur:()=>L.U,useCollection:()=>F,useCustomComponent:()=>R.A,useDir:()=>_.n,useDocument:()=>A,useDraggable:()=>ve.O,useDroppable:()=>de,useMouse:()=>N.i,usePropsContext:()=>T.Y,useRtl:()=>B.V,useWindow:()=>j,useZIndexContext:()=>o.u,validatePackage:()=>E.s,withPropsContext:()=>P.u});var o=n(8259),r=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 o=e[n];t[n]=d(o,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),b=n(3198),y=n(3493),w=n(3228),z=n(2665),x=n(4100),k={undefined:function(e){return e}},C=function(e,t){return t&&t.arrays&&!isNaN(Number(e))?[]:{}};function I(e){if(k[e])return k[e];var t=(0,x.E)(e);return k[e]=function(e,n,o){for(var r=e,i=t.length-1,a=0;a<i&&r;a++)r=r[t[a]]=r[t[a]]||C(t[a+1],o);r[t[i]]=n},k[e]}var O,M=n(8006),E=n(4006),V=function(e){if(!i.N)return!1;var t=e?e.ownerDocument:document;if(!t||!t.body)return!1;var n=t.createElement("div");n.style.transform="matrix(10, 0, 0, 10, 0, 0)";var o=t.createElement("div");o.appendChild(t.createTextNode("child")),o.style.position="fixed",o.style.top="10px",n.appendChild(o),t.body.appendChild(n);var r=10!==o.getBoundingClientRect().top;return t.body.removeChild(n),r},H=n(2080),S=n(5407),D=n(493),P=n(848),_=n(8199),L=n(6059),B=n(1573),N=n(3322),R=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]},A=function(e){var t=s.useCallback((function(){return e.current&&e.current.element?e.current.element:e.current}),[e]);return s.useCallback((function(){var e=t();return e&&e.ownerDocument||document}),[t])},j=function(e){var t=A(e);return s.useCallback((function(){var e=t();return e&&e.defaultView||window}),[t])},q=n(7681),K=n(6584),W=n(8130),U=n(8300),G=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"},oe=function(){return oe=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},oe.apply(this,arguments)},re=function(e){var t=s.forwardRef((function(t,n){var o=t.id,r=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 o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(t,["id","style","className","fontSize","fontWeight","textAlign","textTransform","themeColor","margin"]),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,oe({id:o,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,o,r;null!==d[t]&&void 0!==d[t]&&e.push((n=t,r="string"==typeof(o=d[t])?J[o]:o,"".concat($[n]).concat(r)))})),e.join(" ")}}}(),i].filter((function(e){return void 0!==e})).join(" "),style:r},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:re("h1"),h2:re("h2"),h3:re("h3"),h4:re("h4"),h5:re("h5"),h6:re("h6"),p:re("p"),code:re("code"),pre:re("pre")},ae=function(){return ae=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},ae.apply(this,arguments)},le=function(e,t,n){var o=s.useState(t||e),r=o[0],i=o[1];return[void 0!==t?t:r,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],o=t[1],r=le(null,void 0),i=r[0],a=r[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,o]},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,o=void 0===n?w.Z:n,r=t.onDragOver,i=void 0===r?w.Z:r,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:b,onDragLeave:y,onDrop:z,data:e.current}}));var g=s.useCallback((function(t){p(m,{target:e.current,event:t}),o(t)}),[p,e,o]),b=s.useCallback((function(e){i(e)}),[i]),y=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),o=s.useRef(null),r=s.useCallback((function(){return n.current&&n.current.element?n.current.element:n.current}),[n]);s.useImperativeHandle(o,(function(){return{element:r()||void 0}})),s.useImperativeHandle(t,(function(){return o.current})),s.useImperativeHandle(e.childRef,(function(){return n.current}));var i=s.useCallback((function(t){e.onDragEnter&&e.onDragEnter({element:r(),target:o.current,event:t})}),[e.onDragEnter,r]),a=s.useCallback((function(t){e.onDragOver&&e.onDragOver({element:r(),target:o.current,event:t})}),[r,e.onDragOver]),l=s.useCallback((function(t){e.onDragLeave&&e.onDragLeave({element:r(),target:o.current,event:t})}),[e.onDragLeave,r]),c=s.useCallback((function(t){e.onDrop&&e.onDrop({element:r(),target:o.current,event:t})}),[e.onDrop,r]);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(!((o=e[n])===(r=t[n])||Number.isNaN(o)&&Number.isNaN(r)))return!1;var o,r;return!0}function ge(e,t){void 0===t&&(t=me);var n=null;function o(){for(var o=[],r=0;r<arguments.length;r++)o[r]=arguments[r];if(n&&n.lastThis===this&&t(o,n.lastArgs))return n.lastResult;var i=e.apply(this,o);return n={lastResult:i,lastArgs:o,lastThis:this},i}return o.clear=function(){n=null},o}var be=n(6604),ye=n(3769),we=n(4824),ze=n(7013),xe=n(5098),ke=n(9519),Ce=n(5473)},6604:(e,t,n)=>{n.d(t,{x:()=>o,W:()=>r});var o=["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]"],r=function(){function e(e){var t=this;this.rovingTabIndex=!0,this.update=function(){},this.focusNextIndex=function(e,n){var o=t.elements,r=o.indexOf(e)+n,i=o[(r=r<0?o.length-1:r)%o.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(",")),o=" "===e.key?"Space":e.key,r=e.nativeEvent.type;n&&this.keyboardEvents[r][o]&&this.keyboardEvents[r][o].call(void 0,n,this,e,t)},e.prototype.triggerMouseEvent=function(e){var t=e.target instanceof Element&&e.target.closest(this.selectors.join(",")),n=e.nativeEvent.type;t&&this.mouseEvents[n].call(void 0,t,this,e)},e.prototype.focusElement=function(e,t){e&&(t&&(this.rovingTabIndex&&t.removeAttribute("tabindex"),t.classList.remove("k-focus")),this.rovingTabIndex&&e.setAttribute("tabindex",String(this.tabIndex)),e.focus(this.focusOptions))},e}()},3228:(e,t,n)=>{n.d(t,{Z:()=>o});var o=function(){}},2665:(e,t,n)=>{n.d(t,{n:()=>i,p:()=>a});var o=n(3503),r=n(7827),i=function(){return!(!r.N||!document.body)&&(new o.O).scrollbarWidth},a=function(){if(!r.N||!document.body)return!1;var e=(new o.O).scrollbarWidth;document.body.style.setProperty("--kendo-scrollbar-width","".concat(e,"px"))}},2697:(e,t,n)=>{n.d(t,{G:()=>o});var o={sizeMap:{small:"sm",medium:"md",large:"lg"},roundedMap:{small:"sm",medium:"md",large:"lg"},orientationMap:{vertical:"vstack",horizontal:"hstack"}}},4824:(e,t,n)=>{n.d(t,{U:()=>r});var o=n(5473),r=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,o.q)(this.expandField,e)},e.prototype.selected=function(e){return(0,o.q)(this.selectField,e)},e.prototype.text=function(e){return(0,o.q)(this.textField,e)},e.prototype.disabled=function(e){return(0,o.q)(this.disableField,e)},e.prototype.hasChildren=function(e){return(0,o.q)(this.hasChildrenField,e)},e.prototype.children=function(e){return(0,o.q)(this.childrenField,e)||[]},e.prototype.checked=function(e){return(0,o.q)(this.checkField,e)},e.prototype.checkIndeterminate=function(e){return(0,o.q)(this.checkIndeterminateField,e)},e.prototype.focusId=function(e){return this.focusIdField&&(0,o.q)(this.focusIdField,e)},e.prototype.getChildrenField=function(){return this.childrenField},e}()},7013:(e,t,n)=>{n.d(t,{N:()=>o});var o=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:()=>o,ZERO_LEVEL_ZERO_NODE_ID:()=>r,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 o="",r="0",i="_";function a(e,t,n){if(h(e))return t[Number(e)];var o=t[Number(l(e))],r=o&&o[n]||[];return r.length?a(s(e),r,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?o:e.substring(0,t)}function d(e){return e===o||e.indexOf(i)<0}function h(e){return e!==o&&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)===r}function g(e,t){var n=t;t="r"+i+t;var o=p(e="r"+i+e)+i;if(t.startsWith(o)){var r=t.substring(o.length);if(r){var a=l(r);if(Number(f(e))<Number(a))return s(o+(Number(a)-1).toString()+r.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 o=n(5098),r=n(7013),i=n(5473),a=function(){return a=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},a.apply(this,arguments)};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,o){var r=u([e],t,n,o);return r.length?r[0]:void 0}function u(e,t,n,i){var a=[],l=new r.N;return l.init(e),b(l,t,n,o.EMPTY_ID,a,i),a}function p(e,t,n,r,i){var a,l=Number((0,o.getRootParentId)(t));if(l>=e.length)return e;var s=e,c=e[l];return c[r]||(c=(s=e.slice())[l]=Object.assign({},c,((a={})[r]=!0,a))),(0,o.isIdZeroLevel)(t)?n(c):c[i]&&(c[i]=p(c[i],(0,o.getIdWithoutRootParentId)(t),n,r,i)),s}function d(e,t,n){for(var r=(0,o.getAllShortIds)(e),i=t,a=0;a<r.length;a++){var l=i[Number(r[a])];if(n.disabled(l))return!1;i=l[n.getChildrenField()]}return!0}function h(e,t,n,r){return r?function e(t){for(var o=[],a=t[n]||[],l=0;l<a.length;l++)o.push((0,i.q)(r,a[l])),o=o.concat(e(a[l]));return o}(e):function e(t,r){for(var i=[],a=t[n]||[],l=0;l<a.length;l++){var s=(0,o.createId)(l,r);i.push(s),i=i.concat(e(a[l],s))}return i}(e,t)}function v(e,t,n,r,a){return(e[r]||[]).every((function(e,r){return a.indexOf(n?(0,i.q)(n,e):(0,o.createId)(r,t))>-1}))}function f(e,t,n){for(var r=[],i=(0,o.getAllShortIds)(e),a=n,l=0;l<i.length-1&&a;l++){var s=a[Number(i[l])];r.push(s),a=s[t]}return r}function m(e,t,n){var r=n.slice();if((0,o.isIdZeroLevel)(e))r.splice(Number(e),1);else{var i=Number((0,o.getRootParentId)(e)),l=r[i]=a({},r[i]);l[t]=m((0,o.getIdWithoutRootParentId)(e),t,l[t])}return r}function g(e,t,n,r,i){var l=i.slice();if((0,o.isIdZeroLevel)(r))if("child"===t){var s=l[Number(r)]=a({},l[Number(r)]);s[n]?(s[n]=s[n].slice(),s[n].push(e)):s[n]=[e]}else l.splice(Number(r)+("after"===t?1:0),0,e);else{var c=Number((0,o.getRootParentId)(r)),u=l[c]=a({},l[c]);u[n]=g(e,t,n,(0,o.getIdWithoutRootParentId)(r),u[n])}return l}function b(e,t,n,r,a,s){for(var c=0;c<n.length;c++){var u=n[c],p=(0,o.createId)(c,r);e.hasId((0,i.q)(t,u))&&a.push(p),l(u,s)&&b(e,t,(0,i.q)(s,u),p,a,s)}}},5473:(e,t,n)=>{function o(e,t){var n=(e||"").split("."),o=t;return n.forEach((function(e){o=o?o[e]:void 0})),o}function r(e){return void 0!==e.length}n.d(t,{q:()=>o,k:()=>r})},8006:(e,t,n)=>{n.d(t,{Gy:()=>l,eY:()=>s,u5:()=>c,ym:()=>u});var o=function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)},r=function(e,t,n){if(n||2===arguments.length)for(var o,r=0,i=t.length;r<i;r++)!o&&r in t||(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))};function i(e,t,n){var i;return n?o(o({},e),((i={})[t]=n.length?r([],n,!0):void 0,i)):e&&e[t]?r([],e[t],!0):[]}function a(e,t,n){if(e[t]){var o=i(e,t).map((function(e){return a(e,t,n)}));return n(i(e,t,o))}return n(e)}var l=function(e,t,n){return r([],e.map((function(e){return a(e,t,n)})),!0)},s=function(e,t,n,o){for(var r=e,i=[],a=0;a<t.length;a++)r=r[t[a]],r=Array.isArray(r)?r:r[n],i.push(r);var l=i.length>1?i[i.length-2]:e,s=t[t.length-1],c=o(l[s]);l.splice(s,1,c)},c=function(e,t,n){var o;return Object.assign({},e,e[t]?((o={})[t]=e[t].slice(),o):{},n||{})},u=function(e,t,n){var o=[],i=r([],t,!0);if(i.length){var a=e[i.shift()||0];for(o.push(a);i.length&&n;)a=a[n][i.shift()||0],o.push(a)}return o}},4006:(e,t,n)=>{n.d(t,{s:()=>i,G:()=>a});var o=n(9302),r=["telerik.com","progress.com","stackblitz.io","csb.app"];function i(e){if(void 0!==o)o.validatePackage(e);else{var t="License activation failed for ".concat(e.name,"\n");t+="The @progress/kendo-licensing script is not loaded.\n",t+="See ".concat(e.licensingDocsUrl," for more information.\n"),console.warn(t)}}function a(e){return!r.some((function(e){var t;return null===(t=globalThis.document)||void 0===t?void 0:t.location.hostname.endsWith(e)}))&&!(null==o?void 0:o.validatePackage(e))}},2080:(e,t,n)=>{n.d(t,{t:()=>a});var o=n(3899),r=n(994),i=!1,a=function(){var e=o.useState(!0),t=e[0],n=e[1],a=o.useState(!1),l=a[0],s=a[1];o.useEffect((function(){i||(s(!0),i=!0)}),[]);var c=o.createElement(o.Fragment,null,t&&o.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}},o.createElement("span",{style:{display:"flex",alignSelf:"center",marginRight:"8px"}},o.createElement("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},o.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8 1L0 15H16L8 1ZM7 6V11H9V6H7ZM7 14V12H9V14H7Z",fill:"#1E1E1E"}))),o.createElement("span",null,"No valid license found for KendoReact. Learn how to activate your license."),o.createElement("div",{style:{display:"flex",alignItems:"center",marginLeft:"24px"}},o.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"}},o.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"}},o.createElement("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},o.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"})))),o.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)}},o.createElement("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},o.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 o.createElement(o.Fragment,null,o.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&&r.createPortal(c,document.body))}},619:e=>{e.exports=l},4407:e=>{e.exports=i},9302:e=>{e.exports=n},499:e=>{e.exports=r},189:e=>{e.exports=t},3899:t=>{t.exports=e},994:e=>{e.exports=o},6144:e=>{e.exports=a}},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)})()}));