@progress/kendo-react-dropdowns 5.10.0-dev.202301092204 → 5.10.0-dev.202301111405

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.
@@ -1 +1 @@
1
- !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("react"),require("prop-types"),require("@progress/kendo-licensing"),require("@progress/kendo-react-intl"),require("react-dom"),require("react-transition-group")):"function"==typeof define&&define.amd?define(["react","prop-types","@progress/kendo-licensing","@progress/kendo-react-intl","react-dom","react-transition-group"],t):"object"==typeof exports?exports.KendoReactDropdowns=t(require("react"),require("prop-types"),require("@progress/kendo-licensing"),require("@progress/kendo-react-intl"),require("react-dom"),require("react-transition-group")):e.KendoReactDropdowns=t(e.React,e.PropTypes,e.KendoLicensing,e.KendoReactIntl,e.ReactDOM,e.ReactTransitionGroup)}(self,(function(e,t,n,o,r,i){return(()=>{"use strict";var a={6068: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.AutoComplete=t.AutoCompletePropsContext=t.AutoCompleteWithoutContext=void 0;var a=n(3899),s=n(189),l=n(4250),u=n(9189),c=n(790),p=n(3117),d=n(4669),f=n(4146),h=n(5935),v=n(4146),m=n(7363),g=n(6475),y=f.kendoThemeMaps.sizeMap,b=f.kendoThemeMaps.roundedMap,k=function(e){function t(t){var n=e.call(this,t)||this;return n.state={},n.base=new p.default(n),n._element=null,n._inputId=(0,f.guid)(),n._suggested="",n._input=null,n.focus=function(){n._input&&n._input.focus()},n.handleItemSelect=function(e,t){var o=n.props.data,r=void 0===o?[]:o,i=(0,d.getItemValue)(r[e],n.props.textField);n.triggerOnChange(i,t)},n.itemFocus=function(e,t){var o=n.props,r=o.data,i=void 0===r?[]:r,a=o.textField,s=i[e];(0,d.areSame)(n.state.focusedItem,s,a)||(t.data.focusedItem=s)},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.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,s=n.value,l=s&&s.substring(0,s.length-a.length),u=l&&l===r,c=l&&l.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){u||c||!i?n._suggested="":n.suggestValue(r);var f=r+n._suggested,h={userInput:r,value:n._suggested};n.triggerOnChange(f,t,{suggestion:h})}else n._suggested="",n.triggerOnChange(r,t);(!d&&r||d&&!r)&&n.togglePopup(t),t.data.focusedItem=void 0,n.applyState(t)},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=e.keyCode,o=void 0!==n.props.opened?n.props.opened:n.state.opened,r=n.base.initState();r.syntheticEvent=e;var i=function(){o&&e.preventDefault()};t===f.Keys.enter||t===f.Keys.esc?(i(),n.applyInputValue(e.currentTarget.value,r,e.keyCode)):t!==f.Keys.up&&t!==f.Keys.down||(i(),n.onNavigate(r,t))},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,v.validatePackage)(m.packageMetadata),n}return r(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=this.props.data,o=void 0===n?[]:n,r=e.data,i=void 0===r?[]:r,a=this.focusedIndex(),s=o[a],l=i!==o,u=void 0!==s&&t.focusedItem!==s,c=void 0!==this.props.opened?this.props.opened:this.state.opened,p=void 0!==e.opened?e.opened:t.opened;(c&&(u||l)||!p&&c)&&this.base.scrollToItem(a),this.setValidity()},t.prototype.componentDidMount=function(){this.base.didMount(),this.setValidity()},t.prototype.render=function(){var e,t=this,n=this.props,o=n.dir,r=n.disabled,s=n.label,l=n.className,u=n.style,c=n.loading,p=n.suggest,d=n.size,v=n.rounded,m=n.fillMode,k=!this.validityStyles||this.validity.valid,x=this.base,C=this.value,w=!1!==this.props.clearButton&&!c&&!!C,O=this.props.id||this._inputId;"string"==typeof p&&(this._suggested=p);var E=a.createElement("span",{className:(0,f.classNames)("k-autocomplete k-input",l,(e={},e["k-input-".concat(y[d]||d)]=d,e["k-rounded-".concat(b[v]||v)]=v,e["k-input-".concat(m)]=m,e["k-invalid"]=!k,e["k-loading"]=c,e["k-required"]=this.required,e["k-disabled"]=r,e)),ref:function(e){t._element=e,x.wrapper=e},style:s?i(i({},u),{width:void 0}):u,dir:o},this.renderSearchBar(C||"",O),c&&a.createElement("span",{className:"k-icon k-i-loading k-input-loading-icon"}),w&&!c&&a.createElement(g.default,{onClick:this.clearButtonClick,key:"clearbutton"}),this.renderListContainer());return s?a.createElement(h.FloatingLabel,{label:s,editorId:O,editorValue:C,editorValid:k,editorDisabled:r,style:{width:u?u.width:void 0},children:E}):E},t.prototype.onNavigate=function(e,t){var n=this,o=this.value,r=this.props,i=r.data,a=void 0===i?[]:i,s=r.textField,l=r.focusedItemIndex,u=void 0!==this.state.focusedItem?a.findIndex((function(e){return(0,d.areSame)(e,n.state.focusedItem,s)})):l?l(a,o,s):a.indexOf((0,d.getFocusedItem)(a,o,s)),c=this.base.navigation.navigate({keyCode:t,current:u,max:a.length-1,min:0});void 0!==c&&this.itemFocus(c,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,s=r.textField;if(this._suggested="",o&&n===f.Keys.enter){var l=(0,d.getItemValue)(a[this.focusedIndex(e)],s);this.triggerOnChange(l,t)}o&&this.togglePopup(t),this.applyState(t)},t.prototype.renderSearchBar=function(e,t){var n=this,o=this.base,r=this.props,i=r.placeholder,s=r.tabIndex,u=r.disabled,c=r.readonly,p=this.state.focused,d=void 0!==this.props.opened?this.props.opened:this.state.opened;return a.createElement(l.default,{id:t,placeholder:i,tabIndex:s||void 0,accessKey:this.props.accessKey,value:e,suggestedText:this._suggested,focused:p,name:this.props.name,ref:function(e){return n._input=e&&e.input},onKeyDown:this.onInputKeyDown,onChange:this.onChangeHandler,onFocus:o.handleFocus,onBlur:this.handleBlur,disabled:u,readOnly:c,expanded:d,owns:o.listBoxId,activedescendant:"option-"+o.guid+"-"+this.focusedIndex(),role:"combobox",ariaLabelledBy:this.props.ariaLabelledBy,ariaDescribedBy:this.props.ariaDescribedBy,render:this.props.valueRender})},t.prototype.renderListContainer=function(){var e,t=this.base,n=this.props,o=n.dir,r=n.header,i=n.footer,s=n.data,l=void 0===s?[]:s,c=n.size,p=t.getPopupSettings(),d=void 0!==this.props.opened?this.props.opened:this.state.opened,h=void 0!==p.width?p.width:t.popupWidth;return a.createElement(u.default,{width:h,popupSettings:{animate:p.animate,anchor:this.element,show:d,popupClass:(0,f.classNames)(p.popupClass,"k-list-container","k-autocomplete-popup"),className:p.className,appendTo:p.appendTo},dir:void 0!==o?o:this.base.dirCalculated,itemsCount:[l.length]},r&&a.createElement("div",{className:"k-list-header"},r),a.createElement("div",{className:(0,f.classNames)("k-list",(e={},e["k-list-".concat(y[c]||c)]=c,e))},this.renderList()),i&&a.createElement("div",{className:"k-list-footer"},i))},t.prototype.renderList=function(){var e=this.base,t=e.getPopupSettings(),n=this.props,o=n.textField,r=n.data,i=void 0===r?[]:r,s=n.listNoDataRender,l=n.itemRender,u=this.value,p=void 0!==this.props.opened?this.props.opened:this.state.opened;return a.createElement(c.default,{id:e.listBoxId,show:p,data:i.slice(),focusedIndex:this.focusedIndex(),value:u,textField:o,valueField:o,highlightSelected:!1,optionsGuid:e.guid,listRef:function(t){return e.list=t},wrapperStyle:{maxHeight:t.height},wrapperCssClass:"k-list-content",onClick:this.handleItemClick,itemRender:l,noDataRender:s,onMouseDown:function(e){return e.preventDefault()}})},t.prototype.triggerOnChange=function(e,t,n){(this.value!==e||n)&&(t.data.value=e,this._valueDuringOnChange=e,t.events.push(i({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[(0,d.itemIndexStartsWith)(o,e,r)];if(i){var a=(0,d.getItemValue)(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,s=void 0!==e?e:this.value;return void 0!==this.state.focusedItem?r.findIndex((function(e){return(0,d.areSame)(e,t.state.focusedItem,i)})):a?a(r,s,i):Math.max(0,r.indexOf((0,d.getFocusedItem)(r,s,i)))},t.displayName="AutoComplete",t.propTypes=i(i({},p.default.basicPropTypes),{size:s.oneOf([null,"small","medium","large"]),rounded:s.oneOf([null,"small","medium","large","full"]),fillMode:s.oneOf([null,"solid","flat","outline"]),suggest:s.oneOfType([s.bool,s.string]),placeholder:s.string,value:s.string,defaultValue:s.string,validationMessage:s.string,required:s.bool,readonly:s.bool,clearButton:s.bool,valueRender:s.func,id:s.string,ariaLabelledBy:s.string,ariaDescribedBy:s.string}),t.defaultProps=i(i({},p.default.defaultProps),{size:"medium",rounded:"medium",fillMode:"solid"}),t}(a.Component);t.AutoCompleteWithoutContext=k,t.AutoCompletePropsContext=(0,f.createPropsContext)(),t.AutoComplete=(0,f.withPropsContext)(t.AutoCompletePropsContext,k),t.AutoComplete.displayName="KendoReactAutoComplete"},7969: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.ComboBox=t.ComboBoxPropsContext=t.ComboBoxWithoutContext=void 0;var a=n(3899),s=n(189),l=n(3117),u=n(4146),c=n(5935),p=n(4669),d=n(4250),f=n(9189),h=n(790),v=n(4146),m=n(7363),g=n(6475),y=n(784),b=u.kendoThemeMaps.sizeMap,k=u.kendoThemeMaps.roundedMap,x=function(e){function t(t){var n=e.call(this,t)||this;return n.state={},n.base=new l.default(n),n._element=null,n._inputId=(0,u.guid)(),n._suggested="",n._input=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,s=o.dataItemKey,l=i[e-(a?a.skip:0)],u=!(0,p.areSame)(l,n.value,s);n.triggerOnChange(l,t),void 0!==n.state.text&&(t.data.text=void 0),u&&n.base.triggerPageChangeCornerItems(l,t)},n.componentRef=function(e){n._element=e,n.base.wrapper=e},n.toggleBtnClick=function(e){var t=n.base.initState();t.syntheticEvent=e,n.base.togglePopup(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,a=i.data,s=void 0===a?[]:a,l=i.groupField;if(l&&s.length){for(var u=n.itemHeight=n.itemHeight||(o.enabled?o.itemHeight:r?r.children[0].offsetHeight:0),c=e.target.scrollTop-o.skip*u,p=s[0][l],d=1;d<s.length&&!(u*d>c);d++)s[d]&&s[d][l]&&(p=s[d][l]);p!==n.state.group&&(n.setState({group:p}),n.props.onGroupScroll&&n.props.onGroupScroll.call(void 0,{group:p}))}},n.handleItemClick=function(e,t){n.base.handleItemClick(e,t),n._valueDuringOnChange=void 0},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.applyValueOnRejectSuggestions(e.currentTarget.value,t)}},n.onInputKeyDown=function(e){var t=e.keyCode,o=void 0!==n.props.opened?n.props.opened:n.state.opened,r=n.base.initState();if(r.syntheticEvent=e,!e.altKey&&(t===u.Keys.up||t===u.Keys.down))return e.preventDefault(),n.onNavigate(r,t),void n.applyState(r);var i=function(){e.preventDefault(),n.base.togglePopup(r),n.applyState(r)};o?e.altKey&&t===u.Keys.up?i():t===u.Keys.enter?(e.preventDefault(),n.applyValueOnEnter(e.currentTarget.value,r)):t===u.Keys.esc&&n.applyValueOnRejectSuggestions(e.currentTarget.value,r):e.altKey&&t===u.Keys.down&&i()},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,s=void 0!==n.props.filter?n.props.filter:n.state.text;(0,p.isPresent)(s)||(s=(0,p.getItemValue)(n.value,n.props.textField)||"");var l=s&&s===i,u=s&&s.length>i.length;l||u||!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.clearButtonClick=function(e){var t=n.base.initState();t.syntheticEvent=e,e.stopPropagation(),n._suggested="",n.base.filterChanged("",t),void 0===n.props.filter&&void 0!==n.state.text&&(t.data.text=void 0),n.triggerOnChange(null,t),(void 0!==n.props.opened?n.props.opened:n.state.opened)&&n.base.togglePopup(t),n.applyState(t)},n.setValidity=function(){n._input&&n._input.setCustomValidity&&n._input.setCustomValidity(n.validity.valid?"":n.props.validationMessage||"Please enter a valid value!")},(0,v.validatePackage)(m.packageMetadata),n}return r(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: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(0,p.areSame)(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=this.props,o=n.data,r=void 0===o?[]:o,i=n.dataItemKey,a=n.virtual,s=e.virtual?e.virtual.total:0,l=void 0!==this.props.opened?this.props.opened:this.state.opened,u=void 0!==e.opened?e.opened:t.opened,c=!u&&l,d=this.value;if(this._valueOnDidUpdate=d,a&&a.total!==s)this.base.vs.calcScrollElementHeight(),this.base.vs.reset();else{var f=void 0!==e.value?e.value:t.value,h=r.findIndex((function(e){return(0,p.areSame)(e,d,i)})),v=!(0,p.areSame)(f,d,i);c&&a?this.base.scrollToVirtualItem(a,h):(c&&!a||l&&u&&d&&v)&&this.base.scrollToItem(h)}c&&this._input&&this._input.focus(),this.setValidity()},t.prototype.componentDidMount=function(){this.base.didMount(),this.setValidity()},t.prototype.render=function(){var e,n=this.props,o=n.dir,r=n.disabled,s=n.clearButton,l=void 0===s?t.defaultProps.clearButton:s,d=n.label,f=n.textField,h=n.className,v=n.style,m=n.loading,x=n.iconClassName,C=n.virtual,w=n.size,O=n.rounded,E=n.fillMode,I=!this.validityStyles||this.validity.valid,S=void 0!==this.props.filter?this.props.filter:this.state.text,P=(0,p.getItemValue)(this.value,f),D=(0,p.isPresent)(S)?S:P,_=l&&(!!D||(0,p.isPresent)(this.value)),N=this.base.vs,T=this.props.id||this._inputId;N.enabled=void 0!==C,void 0!==C&&(N.skip=C.skip,N.total=C.total,N.pageSize=C.pageSize);var M=a.createElement("span",{className:(0,u.classNames)("k-combobox k-input",(e={},e["k-input-".concat(b[w]||w)]=w,e["k-rounded-".concat(k[O]||O)]=O,e["k-input-".concat(E)]=E,e["k-invalid"]=!I,e["k-loading"]=m,e["k-required"]=this.required,e["k-disabled"]=r,e),h),ref:this.componentRef,style:d?i(i({},v),{width:void 0}):v,dir:o},this.renderSearchBar(D||"",T),_&&!m&&a.createElement(g.default,{onClick:this.clearButtonClick,key:"clearbutton"}),m&&a.createElement("span",{className:"k-icon k-i-loading k-input-loading-icon",key:"loading"}),a.createElement(y.Button,{tabIndex:-1,type:"button",icon:x?void 0:"caret-alt-down",iconClass:x,size:w,fillMode:E,rounded:null,themeColor:"base",className:"k-input-button",onClick:this.toggleBtnClick,onMouseDown:function(e){return e.preventDefault()}}),this.renderListContainer());return d?a.createElement(c.FloatingLabel,{label:d,editorId:T,editorValue:D,editorValid:I,editorDisabled:r,style:{width:v?v.width:void 0},children:M}):M},t.prototype.onNavigate=function(e,t){var n=this.props,o=n.data,r=void 0===o?[]:o,i=n.virtual,a=void 0===i?{skip:0}:i,s=this.props.filter?this.props.filter:this.state.text,l=this.getFocusedIndex(),u=this.base.vs,c=this.value;if(this._suggested="",-1===l||(0,p.isPresent)(c))if(""===s)this.handleItemSelect(0,e);else{var d=a.skip+l,f=this.base.navigation.navigate({keyCode:t,current:d,max:(u.enabled?u.total:r.length)-1,min:0});void 0!==f&&this.handleItemSelect(f,e)}else this.handleItemSelect(l,e)},t.prototype.applyValueOnEnter=function(e,t){var n,o=this.props,r=o.data,i=void 0===r?[]:r,a=o.textField,s=o.allowCustom,l=void 0!==this.props.opened?this.props.opened:this.state.opened,u=(0,p.getItemValue)(this.value,a)===e?this.index:(0,p.getItemIndexByText)(i,e,a),c=-1!==u,d=void 0;if(this._suggested="",c)d=i[u];else{if(!s)return this.selectFocusedItem(e,t);d=void 0!==a?((n={})[a]=e,n):e}this.triggerOnChange(d,t),l&&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,s=o.allowCustom,l=void 0!==this.props.opened?this.props.opened:this.state.opened,u=(0,p.getItemValue)(this.value,a);if(this._suggested="",e===u||""===e&&!(0,p.isPresent)(u))return l&&this.base.togglePopup(t),this.applyState(t);var c=(0,p.getItemIndexByText)(i,e,a,!0),d=null;-1!==c?d=i[c]:s&&(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)),l&&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,s=o.virtual,l=void 0===s?{skip:0}:s,u=o.focusedItemIndex,c=void 0===u?p.itemIndexStartsWith:u,d=l.skip,f=""===e&&0===d?0:c(i,e,a);return-1!==f?this.handleItemSelect(f+d,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.renderListContainer=function(){var e,t=this.base,n=this.props,o=n.dir,r=n.header,i=n.footer,s=n.data,l=void 0===s?[]:s,c=n.groupField,d=n.size,h=n.list,v=n.virtual,m=void 0!==this.props.opened?this.props.opened:this.state.opened,g=t.getPopupSettings(),y=void 0!==g.width?g.width:t.popupWidth,k=this.state.group;return void 0===k&&void 0!==c&&(k=(0,p.getItemValue)(l[0],c)),a.createElement(f.default,{width:y,popupSettings:{animate:g.animate,anchor:this.element,show:m,popupClass:(0,u.classNames)(g.popupClass,"k-list-container","k-combobox-popup"),className:g.className,appendTo:g.appendTo},dir:void 0!==o?o:this.base.dirCalculated,itemsCount:[l.length]},a.createElement("div",{className:(0,u.classNames)((e={},e["k-list"]=!h,e["k-list-".concat(b[d]||d)]=!h&&d,e["k-virtual-list"]=v,e["k-data-table"]=h,e["k-table-".concat(b[d]||d)]=h&&d,e))},r&&a.createElement("div",{className:"k-table-header"},r),!h&&k&&a.createElement("div",{className:"k-list-group-sticky-header"},k),this.renderList(),i&&a.createElement("div",{className:"k-list-footer"},i)))},t.prototype.renderList=function(){var e,t=this,n=this.base,o=this.props,r=o.textField,i=o.dataItemKey,s=o.listNoDataRender,l=o.itemRender,c=o.data,d=void 0===c?[]:c,f=o.virtual,v=void 0===f?{skip:0}:f,m=n.getPopupSettings(),g=n.vs,y=v.skip,b=void 0!==this.props.opened?this.props.opened:this.state.opened,k="translateY(".concat(g.translate,"px)"),x=b?this.getFocusedIndex():void 0,C=void 0!==this.props.filter?this.props.filter:this.state.text,w=(0,p.getItemValue)(this.value,r),O=(0,p.isPresent)(C)&&C!==w?null:this.value,E=this.props.list||h.default;return a.createElement(E,{id:n.listBoxId,virtual:Boolean(v),show:b,data:d,focusedIndex:x,value:O,textField:r,valueField:i,groupField:this.props.groupField,optionsGuid:n.guid,listRef:function(e){g.list=t.base.list=e,t.itemHeight=0},wrapperStyle:{maxHeight:m.height},wrapperCssClass:(0,u.classNames)("k-list-content",(e={},e["k-list-scroller"]=!v,e)),listStyle:g.enabled?{transform:k}:void 0,key:"listkey",skip:y,onClick:this.handleItemClick,itemRender:l,noDataRender:s,onMouseDown:function(e){return e.preventDefault()},onScroll:this.onScroll,wrapperRef:g.scrollerRef,scroller:this.base.renderScrollElement()})},t.prototype.renderSearchBar=function(e,t){var n=this,o=this.props,r=o.placeholder,i=o.tabIndex,s=o.disabled,l=o.data,u=void 0===l?[]:l,c=o.dataItemKey,f=o.virtual,h=void 0===f?{skip:0}:f,v=void 0!==this.props.opened?this.props.opened:this.state.opened,m=this.value,g=Math.max(0,u.findIndex((function(e){return(0,p.areSame)(e,m,c)})));return this._suggested&&!(0,p.areSame)(this._valueOnDidUpdate,m,c)&&(this._suggested=""),a.createElement(d.default,{id:t,placeholder:r,tabIndex:i||void 0,accessKey:this.props.accessKey,value:e+this._suggested,suggestedText:this._suggested,ref:function(e){return n._input=e&&e.input},onKeyDown:this.onInputKeyDown,onChange:this.inputOnChange,onFocus:this.base.handleFocus,onBlur:this.handleBlur,disabled:s,expanded:v,owns:this.base.listBoxId,activedescendant:"option-".concat(this.base.guid,"-").concat(g+h.skip),role:"combobox",ariaLabelledBy:this.props.ariaLabelledBy,ariaDescribedBy:this.props.ariaDescribedBy,render:this.props.valueRender})},t.prototype.triggerOnChange=function(e,t){var n=this.value;!(0,p.isPresent)(n)&&!(0,p.isPresent)(e)||(0,p.areSame)(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,s=void 0===a?{skip:0}:a,l=t.focusedItemIndex,u=void 0===l?p.itemIndexStartsWith:l,c=this.props.filter?this.props.filter:this.state.text;return(0,p.isPresent)(e)&&void 0===c?o.findIndex((function(t){return(0,p.areSame)(t,e,i)})):c?u(o,c,r):0===s.skip?0:-1},t.prototype.suggestValue=function(e){var t=this.props,n=t.data,o=t.textField;this._suggested=(0,p.suggestValue)(e,n,o)},t.prototype.applyState=function(e){this.base.applyState(e),this._valueDuringOnChange=void 0},t.displayName="ComboBox",t.propTypes=i(i({},l.default.propTypes),{size:s.oneOf([null,"small","medium","large"]),rounded:s.oneOf([null,"small","medium","large","full"]),fillMode:s.oneOf([null,"solid","flat","outline"]),dataItemKey:s.string,groupField:s.string,suggest:s.bool,placeholder:s.string,allowCustom:s.bool,clearButton:s.bool,iconClassName:s.string,validationMessage:s.string,required:s.bool,id:s.string,ariaLabelledBy:s.string,ariaDescribedBy:s.string,list:s.any,valueRender:s.func}),t.defaultProps=i(i({},l.default.defaultProps),{size:"medium",rounded:"medium",fillMode:"solid",allowCustom:!1,clearButton:!0,required:!1}),t}(a.Component);t.ComboBoxWithoutContext=x,t.ComboBoxPropsContext=(0,u.createPropsContext)(),t.ComboBox=(0,u.withPropsContext)(t.ComboBoxPropsContext,x),t.ComboBox.displayName="KendoReactComboBox"},8283: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.DropDownList=t.DropDownListPropsContext=t.DropDownListWithoutContext=void 0;var a=n(3899),s=n(189),l=n(4146),u=n(5935),c=n(9189),p=n(126),d=n(3485),f=n(790),h=n(3117),v=n(4669),m=n(4146),g=n(7363),y=n(784),b=l.kendoThemeMaps.sizeMap,k=l.kendoThemeMaps.roundedMap,x=function(e){function t(t){var n=e.call(this,t)||this;return n.state={},n._element=null,n.base=new h.default(n),n.searchState={word:"",last:""},n._select=null,n._skipFocusEvent=!1,n._filterInput=null,n._navigated=!1,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,s=o.dataItemKey,l=o.defaultItem,u=a?a.skip:0,c=-1===e&&void 0!==l?l:i[e-u],p=!(0,v.areSame)(c,n.value,s);n.triggerOnChange(c,t),p&&n.base.triggerPageChangeCornerItems(c,t)},n.componentRef=function(e){n._element=e,n.base.wrapper=e},n.dummySelect=function(e){return a.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%"}},a.createElement("option",{value:n.props.valueMap?n.props.valueMap.call(void 0,e):e}))},n.renderListContainer=function(){var e,t=n.props,o=t.header,r=t.footer,s=t.dir,u=t.data,p=void 0===u?[]:u,d=t.size,f=n.base,h=f.getPopupSettings(),v=void 0!==n.props.opened?n.props.opened:n.state.opened,m=void 0!==h.width?h.width:f.popupWidth,g={dir:void 0!==s?s:f.dirCalculated,width:m,popupSettings:{popupClass:(0,l.classNames)(h.popupClass,"k-list-container","k-dropdownlist-popup"),className:h.className,animate:h.animate,anchor:n.element,show:v,onOpen:n.onPopupOpened,onClose:n.onPopupClosed,appendTo:h.appendTo},itemsCount:[p.length]};return a.createElement(c.default,i({},g),n.renderListFilter(),o&&a.createElement("div",{className:"k-list-header"},o),a.createElement("div",{className:(0,l.classNames)("k-list",(e={},e["k-list-".concat(b[d]||d)]=d,e["k-virtual-list"]=n.base.vs.enabled,e))},n.renderDefaultItem(),n.renderList()),r&&a.createElement("div",{className:"k-list-footer"},r))},n.renderList=function(){var e=n.props,t=e.data,o=void 0===t?[]:t,r=e.textField,i=e.dataItemKey,s=e.virtual,l=void 0===s?{skip:0}:s,u=e.listNoDataRender,c=e.itemRender,p=n.base.vs,d=l.skip,h=void 0!==n.props.opened?n.props.opened:n.state.opened,v=n.base.getPopupSettings(),m="translateY(".concat(p.translate,"px)");return a.createElement(f.default,{id:n.base.listBoxId,show:h,data:o.slice(),focusedIndex:n.focusedIndex(),value:n.value,textField:r,valueField:i,optionsGuid:n.base.guid,listRef:function(e){return p.list=n.base.list=e},wrapperStyle:{maxHeight:v.height},wrapperCssClass:"k-list-content",listStyle:p.enabled?{transform:m}:void 0,key:"listkey",skip:d,onClick:n.handleItemClick,itemRender:c,noDataRender:u,onScroll:function(e){p.scrollHandler(e)},wrapperRef:p.scrollerRef,scroller:n.base.renderScrollElement()})},n.renderListFilter=function(){var e=void 0!==n.props.filter?n.props.filter:n.state.text;return n.props.filterable&&a.createElement(p.default,{value:e,ref:function(e){return n._filterInput=e&&e.input},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,o=e.defaultItem,r=e.dataItemKey;return void 0!==o&&a.createElement(d.default,{defaultItem:o,textField:t,selected:(0,v.areSame)(n.value,o,r),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,s=i.map((function(e,t){return{item:e,itemIndex:t}})),l=n.searchState.word,u=n.searchState.last,c=(0,v.sameCharsOnly)(l,u),p=s.length,d=Math.max(0,i.findIndex((function(e){return(0,v.areSame)(e,n.value,a)})));n.props.defaultItem&&(t={item:n.props.defaultItem,itemIndex:-1},p+=1,d+=1),d+=c?1:0,s=(0,v.shuffleData)(s,d,t);for(var f,h,m,g=0,y=n.props,b=y.textField,k=y.ignoreCase;g<p;g++)if(f=(0,v.getItemValue)(s[g].item,b),h=c&&(0,v.matchText)(f,u,k),m=(0,v.matchText)(f,l,k),h||m){g=s[g].itemIndex;break}if(g!==p){var x=n.base.initState();x.syntheticEvent=e,n.handleItemSelect(g,x),n.applyState(x),n._valueDuringOnChange=void 0}},n.handleKeyDown=function(e){var t=n.props,o=t.data,r=void 0===o?[]:o,i=t.filterable,a=t.disabled,s=t.leftRightKeysNavigation,u=void 0===s||s,c=t.virtual,p=void 0===c?{skip:0,total:0,pageSize:0}:c,d=void 0!==n.props.opened?n.props.opened:n.state.opened,f=e.keyCode,h=f===l.Keys.home||f===l.Keys.end,v=f===l.Keys.up||f===l.Keys.down,m=!d&&(e.altKey&&f===l.Keys.down||f===l.Keys.enter||f===l.Keys.space),g=d&&(e.altKey&&f===l.Keys.up||f===l.Keys.esc),y=u&&(f===l.Keys.left||f===l.Keys.right),b=v||!i&&(y||h),k=n.base.initState();if(k.syntheticEvent=e,!a){if(h&&n.base.vs.enabled)f===l.Keys.home?0!==p.skip?(n.base.triggerOnPageChange(k,0,p.pageSize),n._navigated=!0):n.triggerOnChange(r[0],k):p.skip<p.total-p.pageSize?(n.base.triggerOnPageChange(k,p.total-p.pageSize,p.pageSize),n._navigated=!0):n.triggerOnChange(r[r.length-1],k);else if(d&&f===l.Keys.enter){var x=n.focusedIndex();void 0!==x&&n.handleItemSelect(x,k),n.base.togglePopup(k),e.preventDefault()}else m||g?(n.base.togglePopup(k),e.preventDefault()):b&&(n.onNavigate(k,f),e.preventDefault());n.applyState(k)}},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.base.initState();o.syntheticEvent=e,o.data.focused=!1,o.events.push({type:"onBlur"}),t&&n.base.togglePopup(o),n.applyState(o)}},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.base.togglePopup(t),n.applyState(t)}},n.handleKeyPress=function(e){if(!n.props.filterable&&0!==e.which&&e.keyCode!==l.Keys.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,void 0===n.props.filter&&(t.data.text=e.target.value),n.base.filterChanged(e.target.value,t),n.applyState(t)},n.onPopupOpened=function(){n._filterInput&&n.focusElement(n._filterInput)},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,m.validatePackage)(g.packageMetadata),n}return r(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;return void 0!==this._valueDuringOnChange?e=this._valueDuringOnChange:void 0!==this.props.value?e=this.props.value:void 0!==this.state.value?e=this.state.value:void 0!==this.props.defaultValue&&(e=this.props.defaultValue),(0,v.isPresent)(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(0,v.areSame)(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=this.props,o=n.data,r=void 0===o?[]:o,i=n.dataItemKey,a=n.virtual,s=e.virtual?e.virtual.total:0,l=void 0!==this.props.opened?this.props.opened:this.state.opened,u=void 0!==e.opened?e.opened:t.opened,c=!u&&l;if(this.base.getPopupSettings().animate||c&&this.onPopupOpened(),a&&a.total!==s)this.base.vs.calcScrollElementHeight(),this.base.vs.reset();else{var p=this.value,d=void 0!==e.value?e.value:t.value,f=r.findIndex((function(e){return(0,v.areSame)(e,p,i)})),h=!(0,v.areSame)(d,p,i);c&&a?this.base.scrollToVirtualItem(a,f):c&&!a||l&&u&&p&&h&&!this._navigated?this.base.scrollToItem(f):l&&u&&this._navigated&&(this._navigated&&a&&0===a.skip?this.base.vs.reset():this._navigated&&a&&a.skip===a.total-a.pageSize&&this.base.vs.scrollToEnd())}this._navigated=!1,this.setValidity()},t.prototype.componentDidMount=function(){this.base.didMount(),this.setValidity()},t.prototype.render=function(){var e,t=this,n=this.props,o=n.style,r=n.className,s=n.label,c=n.dir,p=n.virtual,d=n.size,f=n.rounded,h=n.fillMode,m=void 0!==this.props.opened?this.props.opened:this.state.opened,g=this.value,x=(0,v.getItemValue)(g,this.props.textField),C=!this.validityStyles||this.validity.valid,w=this.base;w.vs.enabled=void 0!==p,void 0!==p&&(w.vs.skip=p.skip,w.vs.total=p.total,w.vs.pageSize=p.pageSize);var O=this.props,E=O.dataItemKey,I=O.data,S=void 0===I?[]:I,P=O.disabled,D=O.tabIndex,_=O.loading,N=O.iconClassName,T=O.valueRender,M=this.state.focused,F=S.findIndex((function(e){return(0,v.areSame)(e,g,E)})),R=a.createElement("span",{className:"k-input-inner"},a.createElement("span",{className:"k-input-value-text"},x)),j=void 0!==T?T.call(void 0,R,g):R,K=a.createElement("span",{ref:this.componentRef,className:(0,l.classNames)("k-dropdownlist k-picker",r,(e={},e["k-picker-".concat(b[d]||d)]=d,e["k-rounded-".concat(k[f]||f)]=f,e["k-picker-".concat(h)]=h,e["k-focus"]=M,e["k-disabled"]=P,e["k-invalid"]=!C,e["k-loading"]=_,e["k-required"]=this.required,e)),style:s?i(i({},o),{width:void 0}):o,dir:c,onMouseDown:m?v.preventDefaultNonInputs:void 0,onFocus:this.handleFocus,onBlur:this.handleBlur,tabIndex:(0,l.getTabIndex)(D,P),accessKey:this.props.accessKey,onKeyDown:this.handleKeyDown,onKeyPress:this.handleKeyPress,onClick:P?void 0:this.handleWrapperClick,role:"combobox","aria-required":this.required,"aria-disabled":P||void 0,"aria-haspopup":"listbox","aria-expanded":m||!1,"aria-owns":this.base.listBoxId,"aria-activedescendant":m?"option-"+this.base.guid+"-"+(F+(p?p.skip:0)):void 0,"aria-label":this.props.ariaLabel||this.props.label,"aria-labelledby":this.props.ariaLabelledBy,"aria-describedby":this.props.ariaDescribedBy,id:this.props.id,title:this.props.title},j,_&&a.createElement("span",{className:"k-icon k-i-loading k-input-loading-icon",key:"loading"}),a.createElement(y.Button,{tabIndex:-1,type:"button","aria-hidden":!0,size:d,fillMode:h,iconClass:N,className:"k-input-button",themeColor:"base",icon:N?void 0:"caret-alt-down",onMouseDown:function(e){return t.state.focused&&e.preventDefault()}}),this.dummySelect(g),this.renderListContainer());return s?a.createElement(u.FloatingLabel,{label:s,editorValue:x,editorValid:C,editorDisabled:this.props.disabled,style:{width:o?o.width:void 0},children:K}):K},t.prototype.onNavigate=function(e,t){var n=this.props,o=n.data,r=void 0===o?[]:o,i=n.defaultItem,a=n.dataItemKey,s=n.virtual,l=void 0===s?{skip:0,total:0,pageSize:0}:s,u=this.base.vs,c=this.value,p=r.findIndex((function(e){return(0,v.areSame)(e,c,a)})),d=this.base.navigation.navigate({current:l.skip+p,max:(u.enabled?l.total:r.length)-1,min:void 0!==i?-1:0,keyCode:t});void 0!==d&&this.handleItemSelect(d,e),this.applyState(e)},t.prototype.focusedIndex=function(){var e=(0,v.isPresent)(this.props.filter)?this.props.filter:this.state.text,t=this.props,n=t.data,o=void 0===n?[]:n,r=t.virtual,i=void 0===r?{skip:0}:r,a=t.dataItemKey,s=t.textField,l=t.focusedItemIndex,u=this.value,c=!(o.findIndex((function(e){return(0,v.areSame)(e,u,a)}))<0&&!this.props.defaultItem);return!c&&e&&0===i.skip?l?l(o,e,s):o.indexOf((0,v.getFocusedItem)(o,e,s)):c||0!==i.skip?void 0:0},t.prototype.focusElement=function(e){var t=this;this._skipFocusEvent=!0,e.focus(),window.setTimeout((function(){return t._skipFocusEvent=!1}),30)},t.prototype.triggerOnChange=function(e,t){(0,v.areSame)(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.displayName="DropDownList",t.propTypes=i({delay:s.number,ignoreCase:s.bool,iconClassName:s.string,defaultItem:s.any,valueRender:s.func,valueMap:s.func,validationMessage:s.string,required:s.bool,id:s.string,ariaLabelledBy:s.string,ariaDescribedBy:s.string,ariaLabel:s.string,leftRightKeysNavigation:s.bool,title:s.string},h.default.propTypes),t.defaultProps=i(i({delay:500,tabIndex:0,ignoreCase:!0},h.default.defaultProps),{required:!1,size:"medium",rounded:"medium",fillMode:"solid"}),t}(a.Component);t.DropDownListWithoutContext=x,t.DropDownListPropsContext=(0,l.createPropsContext)(),t.DropDownList=(0,l.withPropsContext)(t.DropDownListPropsContext,x),t.DropDownList.displayName="KendoReactDropDownList"},8293: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.DropDownTree=t.DropDownTreePropsContext=void 0;var i=n(3899),a=n(189),s=n(4146),l=n(5362),u=n(499),c=n(2872),p=n(4146),d=n(7363),f=n(4669),h=n(5308),v=n(3677),m=n(3364),g=n(5935),y=n(126),b=n(784),k=s.kendoThemeMaps.sizeMap,x=s.kendoThemeMaps.roundedMap,C=function(e){return i.createElement("span",{className:"k-input-value-text"},e.children)},w=function(e){return e.split("_").map((function(e){return parseInt(e,10)}))},O={selectField:"selected",subItemsField:"items",popupSettings:{animate:!0,width:"200px",height:"200px"},required:!1,validityStyles:!0,size:"medium",rounded:"medium",fillMode:"solid"};t.DropDownTreePropsContext=(0,s.createPropsContext)(),t.DropDownTree=i.forwardRef((function(e,n){var a;(0,p.validatePackage)(d.packageMetadata);var E=(0,s.usePropsContext)(t.DropDownTreePropsContext,e),I=i.useMemo((function(){return(0,s.guid)()}),[]),S=E.id||I,P=E.data,D=void 0===P?[]:P,_=E.dataItemKey,N=E.popupSettings,T=void 0===N?{}:N,M=E.style,F=void 0===M?{}:M,R=E.opened,j=E.disabled,K=E.onOpen,z=void 0===K?s.noop:K,A=E.onClose,B=void 0===A?s.noop:A,L=E.placeholder,V=E.label,H=E.name,W=E.selectField,U=void 0===W?O.selectField:W,q=E.subItemsField,G=void 0===q?O.subItemsField:q,Y=E.validationMessage,X=E.valid,Z=E.required,$=E.validityStyles,J=(0,s.getTabIndex)(E.tabIndex,j),Q=i.useRef(null),ee=i.useRef(null),te=i.useRef(null),ne=i.useRef(null),oe=i.useRef(null),re=i.useRef(!1),ie=i.useState(void 0),ae=ie[0],se=ie[1],le=void 0!==E.value,ue=le?E.value:void 0!==ae?ae:E.defaultValue,ce=(0,f.isPresent)(ue),pe=ce?(0,f.getItemValue)(ue,E.textField):"",de=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:Y,valid:X,required:Z},ce),fe=i.useCallback((function(){return ee.current&&ee.current.focus()}),[]);i.useImperativeHandle(Q,(function(){return{props:E,element:ee.current,focus:fe}})),i.useImperativeHandle(n,(function(){return Q.current}));var he=(0,s.useRtl)(ee,E.dir),ve=void 0!==T.width?T.width:void 0!==F.width?F.width:O.popupSettings.width,me=(0,h.useDropdownWidth)(ee,ve),ge=o({width:me},void 0!==he?{direction:he}:{}),ye=i.useState(!1),be=ye[0],ke=ye[1],xe=void 0!==R?R:be,Ce=i.useState(!1),we=Ce[0],Oe=Ce[1],Ee=i.useState(""),Ie=Ee[0],Se=Ee[1],Pe=i.useCallback((function(){ne.current&&ne.current.setCustomValidity&&ne.current.setCustomValidity(de.valid?"":void 0===Y?"Please select a value from the list!":Y)}),[Y,de]);i.useEffect(Pe);var De=i.useCallback((function(e){if(!xe){if(z){var t=o({},e);z.call(void 0,t)}void 0===R&&ke(!0)}}),[xe,R,z]),_e=i.useCallback((function(e){if(xe){if(B){var t=o({},e);B.call(void 0,t)}void 0===R&&ke(!1)}}),[xe,R,B]),Ne=i.useCallback((function(e){if(!e.isDefaultPrevented()&&Q.current){Oe(!0);var t={syntheticEvent:e,nativeEvent:e.nativeEvent,target:Q.current};(xe?_e:De)(t)}}),[xe,R,z,B]),Te=i.useCallback((function(e){re.current=!0,e(),window.setTimeout((function(){return re.current=!1}),0)}),[]),Me=i.useCallback((function(e){var t=e.keyCode,n=e.altKey,o=oe.current&&oe.current.element;if(Q.current&&(!e.isDefaultPrevented()||te.current!==e.target)){var i={syntheticEvent:e,nativeEvent:e.nativeEvent,target:Q.current};if(xe)if(t===s.Keys.esc||n&&t===s.Keys.up)e.preventDefault(),_e(i);else if(o&&o.querySelector(".k-focus")&&(t===s.Keys.up||t===s.Keys.down||t===s.Keys.left||t===s.Keys.right||t===s.Keys.home||t===s.Keys.end)){if(t===s.Keys.up&&te.current){var a=Array.from(o.querySelectorAll(".k-treeview-item")),l=r([],a,!0).reverse().find((function(e){return Boolean(e&&e.querySelector(".k-focus"))}));if(l&&0===a.indexOf(l))return Te((function(){Re(te.current)}))}Te(s.noop)}else t===s.Keys.down&&Te((function(){Re(te.current||o)}));else n&&t===s.Keys.down&&(e.preventDefault(),De(i))}}),[xe,R,z,B]),Fe=i.useCallback((function(e){var t=e.keyCode;e.altKey||t!==s.Keys.up&&t!==s.Keys.down||(e.preventDefault(),Te(t===s.Keys.up?function(){Re(ee.current)}:function(){Re(oe.current&&oe.current.element)}))}),[]),Re=i.useCallback((function(e){e&&Te((function(){return e.focus()}))}),[]),je=i.useCallback((function(){we||!xe||R?E.filterable?Re(te.current):Re(oe.current&&oe.current.element):_e({target:Q.current})}),[B,E.filterable,we,R,xe]),Ke=i.useCallback((function(){we&&Re(ee.current)}),[we]),ze=i.useCallback((function(e){if(!we&&!re.current&&(Oe(!0),E.onFocus&&Q.current)){var t={syntheticEvent:e,nativeEvent:e.nativeEvent,target:Q.current};E.onFocus.call(void 0,t)}}),[we,E.onFocus]),Ae=i.useCallback((function(e){if(we&&!re.current&&Q.current){Oe(!1);var t={syntheticEvent:e,nativeEvent:e.nativeEvent,target:Q.current};if(E.onBlur){var n=o({},t);E.onBlur.call(void 0,n)}_e(t)}}),[we,E.onBlur,xe,R,B]),Be=i.useCallback((function(){we&&Te(s.noop)}),[we]),Le=i.useCallback((function(e,t,n){if(E.onChange){var r=o({value:t,level:n?w(n):[]},e);E.onChange.call(void 0,r)}le||se(t)}),[E.onChange,le]),Ve=i.useCallback((function(e){if(!(0,f.areSame)(e.item,ue,_)&&Q.current){var t=e.item,n=e.itemHierarchicalIndex,o=e.nativeEvent,r={syntheticEvent:e.syntheticEvent,nativeEvent:o,target:Q.current};Le(r,t,n),_e(r)}}),[le,ue,E.onChange,_,xe,R,B]),He=i.useCallback((function(e){if(Q.current){var t={syntheticEvent:e,nativeEvent:e.nativeEvent,target:Q.current};Le(t,null),_e(t),e.preventDefault()}}),[le,E.onChange,xe,R,B]),We=i.useCallback((function(e){if(e.syntheticEvent.stopPropagation(),E.onExpandChange&&Q.current){var t=e.item,n=e.itemHierarchicalIndex,o=e.nativeEvent,r=e.syntheticEvent,i={level:w(n),item:t,nativeEvent:o,syntheticEvent:r,target:Q.current};E.onExpandChange.call(void 0,i)}}),[E.onExpandChange]),Ue=i.useCallback((function(e){if(E.onFilterChange&&Q.current){var t={filter:{field:E.textField,operator:"contains",value:e.target.value},syntheticEvent:e,nativeEvent:e.nativeEvent,target:Q.current};E.onFilterChange.call(void 0,t),void 0===E.filter&&Se(e.target.value)}}),[E.onFilterChange,E.filter,E.textField]),qe=i.useMemo((function(){return le||!ce?D:(0,s.mapTree)(D,G,(function(e){var t;return(0,s.extendDataItem)(e,G,((t={})[U]=(0,f.areSame)(e,ue,_),t))}))}),[D,ue,le,ce,U,G]),Ge=E.listNoData||v.ListNoData,Ye=E.valueHolder||C,Xe=(0,u.useLocalization)(),Ze=!$||de.valid,$e=E.size,Je=E.rounded,Qe=E.fillMode,et=i.createElement("span",{className:(0,s.classNames)("k-dropdowntree k-picker",E.className,(a={},a["k-picker-".concat(k[$e]||$e)]=$e,a["k-rounded-".concat(x[Je]||Je)]=Je,a["k-picker-".concat(Qe)]=Qe,a["k-focus"]=we,a["k-invalid"]=!Ze,a["k-loading"]=E.loading,a["k-required"]=Z,a["k-disabled"]=E.disabled,a)),tabIndex:J,accessKey:E.accessKey,id:S,style:V?o(o({},F),{width:void 0}):F,dir:he,ref:ee,onKeyDown:j?void 0:Me,onMouseDown:Be,onClick:j?void 0:Ne,onFocus:ze,onBlur:Ae,role:"combobox","aria-haspopup":"tree","aria-expanded":xe,"aria-disabled":j,"aria-label":V,"aria-labelledby":E.ariaLabelledBy,"aria-describedby":E.ariaDescribedBy},i.createElement("span",{className:"k-input-inner"},i.createElement(Ye,{item:ue},pe||L)),E.loading&&i.createElement("span",{className:"k-icon k-i-loading k-input-loading-icon"}),ce&&!j&&i.createElement("span",{onClick:He,className:"k-clear-value",title:Xe.toLanguageString(m.clear,m.messages[m.clear]),role:"button",tabIndex:-1,onMouseDown:function(e){return e.preventDefault()}},i.createElement("span",{className:"k-icon k-i-x"})),i.createElement(b.Button,{tabIndex:-1,type:"button","aria-label":"select",className:"k-input-button",size:$e,fillMode:Qe,themeColor:"base",rounded:null,icon:"caret-alt-down"}),i.createElement("select",{name:H,ref:ne,tabIndex:-1,"aria-hidden":!0,title:V,style:{opacity:0,width:1,border:0,zIndex:-1,position:"absolute",left:"50%"}},i.createElement("option",{value:E.valueMap?E.valueMap.call(void 0,ue):ue})),i.createElement(l.Popup,{className:(0,s.classNames)(T.className,{"k-rtl":"rtl"===he}),popupClass:(0,s.classNames)(T.popupClass,"k-list-container","k-dropdowntree-popup"),style:ge,animate:T.animate,anchor:ee.current,show:xe,onOpen:je,onClose:Ke,appendTo:T.appendTo},E.filterable&&i.createElement(y.default,{value:void 0===E.filter?Ie:E.filter,inputRef:te,onChange:Ue,onKeyDown:Fe,size:$e,rounded:Je,fillMode:Qe}),D.length>0?i.createElement(c.TreeView,{ref:oe,tabIndex:J,data:qe,focusIdField:_,textField:E.textField,selectField:U,expandField:E.expandField,childrenField:G,expandIcons:!0,onItemClick:Ve,onExpandChange:We,size:$e,item:E.item}):i.createElement(Ge,null,Xe.toLanguageString(m.nodata,m.messages[m.nodata]))));return V?i.createElement(g.FloatingLabel,{label:V,editorValue:pe,editorPlaceholder:L,editorValid:Ze,editorDisabled:j,editorId:S,style:{width:F?F.width:void 0},children:et,dir:he}):et}));var E={opened:a.bool,disabled:a.bool,dir:a.string,tabIndex:a.number,accessKey:a.string,data:a.array,value:a.any,valueMap:a.func,placeholder:a.string,dataItemKey:a.string.isRequired,textField:a.string.isRequired,selectField:a.string,expandField:a.string,subItemsField:a.string,className:a.string,style:a.object,label:a.string,validationMessage:a.string,validityStyles:a.bool,valid:a.bool,required:a.bool,name:a.string,id:a.string,ariaLabelledBy:a.string,ariaDescribedBy:a.string,filterable:a.bool,filter:a.string,loading:a.bool,popupSettings:a.shape({animate:a.oneOfType([a.bool,a.shape({openDuration:a.number,closeDuration:a.number})]),popupClass:a.string,className:a.string,appendTo:a.any,width:a.oneOfType([a.string,a.number]),height:a.oneOfType([a.string,a.number])}),onOpen:a.func,onClose:a.func,onFocus:a.func,onBlur:a.func,onChange:a.func,onFilterChange:a.func,onExpandChange:a.func,item:a.func,valueHolder:a.func,listNoData:a.func};t.DropDownTree.displayName="KendoReactDropDownTree",t.DropDownTree.defaultProps=O,t.DropDownTree.propTypes=E},6798:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},3677:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ListNoData=void 0;var o=n(3899);t.ListNoData=function(e){return o.createElement("div",{className:"k-nodata"},o.createElement("div",null,e.children))}},5308:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useDropdownWidth=void 0;var o=n(3899);t.useDropdownWidth=function(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}},416:function(e,t,n){var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)},r=this&&this.__rest||function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.MultiColumnComboBox=t.MultiColumnComboBoxPropsContext=void 0;var i=n(3899),a=n(189),s=n(1478),l=n(4146),u=n(7969),c=n(4669);t.MultiColumnComboBoxPropsContext=(0,l.createPropsContext)(),t.MultiColumnComboBox=i.forwardRef((function(e,n){var a=(0,l.usePropsContext)(t.MultiColumnComboBoxPropsContext,e),p=i.useRef(null),f=i.useRef(null),h=(0,l.getScrollbarWidth)(),v=a.columns,m=void 0===v?d.columns:v,g=a.popupSettings,y=void 0===g?d.popupSettings:g,b=a.className,k=(a.size,a.onOpen),x=a.onClose,C=a.onFocus,w=a.onBlur,O=a.onChange,E=a.onFilterChange,I=a.onPageChange,S=r(a,["columns","popupSettings","className","size","onOpen","onClose","onFocus","onBlur","onChange","onFilterChange","onPageChange"]);i.useImperativeHandle(p,(function(){return{element:f.current&&f.current.element,focus:function(){f.current&&f.current.focus()},get value(){return f.current&&f.current.value},get name(){return f.current&&f.current.name},props:a}})),i.useImperativeHandle(n,(function(){return p.current}));var P=i.useMemo((function(){if(void 0===P&&void 0!==a.groupField&&a.data)return(0,c.getItemValue)(a.data[0],a.groupField)}),[a.data,a.groupField]),D=i.useState(P),_=D[0],N=D[1],T=i.useMemo((function(){return i.createElement(i.Fragment,null,a.header,i.createElement("div",{className:"k-table-header-wrap"},i.createElement("table",{className:"k-table",role:"presentation"},i.createElement("colgroup",null,m.map((function(e,t){return i.createElement("col",{key:e.uniqueKey?e.uniqueKey:t,style:{width:e.width?e.width:d.width}})}))),i.createElement("thead",{className:"k-table-thead"},i.createElement("tr",{className:"k-table-row"},m.map((function(e,t){return i.createElement("th",{className:"k-table-th",key:e.uniqueKey?e.uniqueKey:t},e.header||" ")}))),_&&i.createElement("tr",{className:"k-table-group-row"},i.createElement("th",{className:"k-table-th",colSpan:m.length},_))))))}),[a.header,m,_]),M=i.useMemo((function(){return"calc(".concat(m.map((function(e){return t=e.width,n=d.width,t?"number"==typeof t?t+"px":t:n;var t,n})).filter(Boolean).join(" + ")," + ").concat(h,"px + 4px)")}),[m,h]),F=a.virtual?a.virtual.skip:0,R=i.useCallback((function(e,t){var n,r,s,u=m.map((function(e,n){return i.createElement("span",{className:"k-table-td",style:{width:e.width?e.width:d.width},key:e.uniqueKey?e.uniqueKey:n},e.field?(0,l.getter)(e.field)(t.dataItem):"")})),c=void 0,p=a.data||[],f=t.index-F;void 0!==a.groupField&&(n=(s=(0,l.getter)(a.groupField))(p[f]),r=s(p[f-1]),n&&r&&n!==r&&(c=n)),c&&u.push(i.createElement("div",{key:"group",className:"k-table-td k-table-group-td"},i.createElement("span",null,c)));var h=i.cloneElement(e,o(o({},e.props),{className:(0,l.classNames)("k-table-row",{"k-table-alt-row":t.index%2!=0,"k-focus":t.focused,"k-selected":t.selected,"k-first":Boolean(c)})}),u);return a.itemRender?a.itemRender.call(void 0,h,t):h}),[m,a.groupField,a.itemRender,a.data,F]),j=i.useCallback((function(e,t){e&&e.call(void 0,o(o({},t),{target:p.current}))}),[]),K=i.useCallback((function(e){return j(k,e)}),[k]),z=i.useCallback((function(e){return j(x,e)}),[x]),A=i.useCallback((function(e){return j(C,e)}),[C]),B=i.useCallback((function(e){return j(w,e)}),[w]),L=i.useCallback((function(e){return j(O,e)}),[O]),V=i.useCallback((function(e){return j(E,e)}),[E]),H=i.useCallback((function(e){return j(I,e)}),[I]),W=i.useCallback((function(e){N(e.group)}),[]);i.useEffect((function(){(0,l.setScrollbarWidth)()}));var U=i.useCallback((function(e){return i.createElement(s.MultiColumnList,o({},e))}),[]);return i.createElement(u.ComboBox,o({},S,{list:U,popupSettings:o(o({width:M},y),{popupClass:"k-dropdowngrid-popup k-reset",className:y.className}),ref:f,header:T,itemRender:R,size:a.size,rounded:a.rounded,fillMode:a.fillMode,onOpen:K,onClose:z,onFocus:A,onBlur:B,onChange:L,onFilterChange:V,onPageChange:H,onGroupScroll:W,className:(0,l.classNames)("k-dropdowngrid",b)}))}));var p=o(o({},u.ComboBoxWithoutContext.propTypes),{columns:a.any.isRequired}),d={columns:[],popupSettings:{},width:"200px",size:"medium",rounded:"medium",fillMode:"solid"};t.MultiColumnComboBox.displayName="KendoMultiColumnComboBox",t.MultiColumnComboBox.propTypes=p,t.MultiColumnComboBox.defaultProps=d},2790: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.MultiSelect=t.MultiSelectPropsContext=t.MultiSelectWithoutContext=void 0;var s,l=n(3899),u=n(189),c=n(4146),p=n(5935),d=n(9189),f=n(790),h=n(6400),v=n(4250),m=n(3117),g=n(7749),y=n(4669),b=n(4146),k=n(7363),x=n(6475),C=c.kendoThemeMaps.sizeMap,w=c.kendoThemeMaps.roundedMap,O=function(e){return e.preventDefault()},E=function(e){return e===s.CustomItem};!function(e){e[e.None=0]="None",e[e.ListItem=1]="ListItem",e[e.CustomItem=2]="CustomItem"}(s||(s={}));var I=function(e){function t(t){var n=e.call(this,t)||this;return n.state={activedescendant:g.ActiveDescendant.PopupList},n._element=null,n._valueItemsDuringOnChange=null,n._inputId=(0,c.guid)(),n.base=new m.default(n),n._tags=[],n._input=null,n._skipFocusEvent=!1,n.scrollToFocused=!1,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,s=o.dataItemKey,l=o.virtual,u=i[e-(l?l.skip:0)],c=n.value.findIndex((function(e){return(0,y.areSame)(e,u,s)})),p=[];-1!==c?(p=n.value).splice(c,1):p=a(a([],n.value,!0),[u],!1),(void 0!==n.props.filter?n.props.filter:n.state.text)&&(n.state.text&&(t.data.text=""),n.base.filterChanged("",t)),void 0!==n.state.focusedIndex&&(t.data.focusedIndex=void 0),n.triggerOnChange(p,t),n.base.triggerPageChangeCornerItems(u,t)},n.onTagDelete=function(e,t){var o=void 0!==n.props.opened?n.props.opened:n.state.opened,r=n.base.initState();r.syntheticEvent=t,o&&n.base.togglePopup(r),n.state.focused||(r.data.focused=!0,n.focus());var i=n.value;(0,y.removeDataItems)(i,e,n.props.dataItemKey),n.triggerOnChange(i,r),n.applyState(r)},n.itemFocus=function(e,t){var o=n.props,r=o.data,i=void 0===r?[]:r,a=o.allowCustom,s=o.virtual,l=s?s.skip:0,u=void 0!==n.props.filter?n.props.filter:n.state.text,c=n.getFocusedState().focusedIndex,p=a&&u,d=i[e-l];d&&c!==e?n.state.focusedIndex!==e&&(t.data.focusedIndex=e,t.data.activedescendant=g.ActiveDescendant.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.currentTarget.value,r=void 0!==n.props.opened?n.props.opened:n.state.opened;t.syntheticEvent=e,void 0===n.props.filter&&(t.data.text=o),t.data.focusedIndex=void 0,r||n.base.togglePopup(t),n.base.filterChanged(o,t),n.applyState(t)},n.clearButtonClick=function(e){var t=void 0!==n.props.opened?n.props.opened:n.state.opened,o=n.base.initState();o.syntheticEvent=e,e.stopPropagation(),n.value.length>0&&n.triggerOnChange([],o),void 0!==n.state.focusedIndex&&(o.data.focusedIndex=void 0),t&&n.base.togglePopup(o);var r=void 0!==n.props.filter?n.props.filter:n.state.text;(0,y.isPresent)(r)&&""!==r&&n.base.filterChanged("",o),n.state.text&&(o.data.text=""),n.applyState(o)},n.onInputKeyDown=function(e){var t=e.keyCode,o=void 0!==n.props.filter?n.props.filter:n.state.text,r=void 0!==n.props.opened?n.props.opened:n.state.opened,i=n.getFocusedState().focusedItem,a=n.base.initState();if(a.syntheticEvent=e,!o&&n.value.length>0&&(t===c.Keys.left||t===c.Keys.right||t===c.Keys.home||t===c.Keys.end||t===c.Keys.delete||t===c.Keys.backspace))return n.onTagsNavigate(e,a);var s=function(){e.preventDefault(),n.base.togglePopup(a),n.applyState(a)};r?e.altKey&&t===c.Keys.up?s():t===c.Keys.up||t===c.Keys.down?(e.preventDefault(),n.onNavigate(a,t)):t===c.Keys.enter?(e.preventDefault(),n.props.allowCustom&&o&&null===i?n.customItemSelect(e):n.selectFocusedItem(e)):t===c.Keys.esc&&s():e.altKey&&t===c.Keys.down&&s()},n.renderListContainer=function(){var e,t,o=n.base,r=n.props,a=r.header,s=r.footer,u=r.allowCustom,p=r.dir,f=r.data,h=void 0===f?[]:f,v=r.size,m=n.base.getPopupSettings(),g=void 0!==n.props.opened?n.props.opened:n.state.opened,y=void 0!==n.props.filter?n.props.filter:n.state.text,b=void 0!==m.width?m.width:o.popupWidth,k={dir:void 0!==p?p:o.dirCalculated,width:b,popupSettings:{popupClass:(0,c.classNames)(m.popupClass,"k-list-container","k-multiselect-popup"),className:m.className,animate:m.animate,anchor:n.element,show:g,onOpen:n.onPopupOpened,onClose:n.onPopupClosed,appendTo:m.appendTo},itemsCount:[h.length,n.value.length]},x=n.getFocusedState().focusedType,w=u&&y&&l.createElement("div",{className:(0,c.classNames)("k-list",(e={},e["k-list-".concat(C[v]||v)]=v,e)),key:"customitem",onClick:n.customItemSelect,onMouseDown:O},l.createElement("div",{className:(0,c.classNames)("k-list-item k-custom-item",{"k-focus":E(x)}),style:{fontStyle:"italic"}},y,l.createElement("span",{className:"k-icon k-i-plus",style:{position:"absolute",right:"0.5em"}})));return l.createElement(d.default,i({},k),a&&l.createElement("div",{className:"k-list-header"},a),w,l.createElement("div",{className:(0,c.classNames)("k-list",(t={},t["k-list-".concat(C[v]||v)]=v,t["k-virtual-list"]=n.base.vs.enabled,t))},n.renderList()),s&&l.createElement("div",{className:"k-list-footer"},s))},n.renderList=function(){var e=n.props,t=e.data,o=void 0===t?[]:t,r=e.textField,i=e.listNoDataRender,a=e.itemRender,s=e.dataItemKey,u=e.virtual,c=n.base.vs,p=u?u.skip:0,d=void 0!==n.props.opened?n.props.opened:n.state.opened,h=n.getFocusedState().focusedIndex,v=n.base.getPopupSettings(),m="translateY(".concat(c.translate,"px)");return l.createElement(f.default,{id:n.base.listBoxId,show:d,data:o.slice(),focusedIndex:h-p,value:n.value,textField:r,valueField:s,optionsGuid:n.base.guid,listRef:function(e){c.list=n.base.list=e},wrapperStyle:{maxHeight:v.height},wrapperCssClass:"k-list-content",listStyle:c.enabled?{transform:m}:void 0,key:"listKey",skip:p,onClick:n.handleItemClick,itemRender:a,noDataRender:i,onMouseDown:O,onBlur:n.handleBlur,onScroll:function(e){c.scrollHandler(e)},wrapperRef:c.scrollerRef,scroller:n.base.renderScrollElement()})},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 s=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=a(a([],n.value,!0),[s],!1);n.triggerOnChange(l,i),n.base.togglePopup(i),n.applyState(i)}},n.handleWrapperClick=function(e){var t=void 0!==n.props.opened?n.props.opened:n.state.opened,o=n._input;!t&&o&&n.focusElement(o);var r=n.base.initState();r.syntheticEvent=e,n.state.focused||(r.events.push({type:"onFocus"}),r.data.focused=!0),n.base.togglePopup(r),n.applyState(r)},n.handleItemClick=function(e,t){var o=n.base.initState();o.syntheticEvent=t,n.handleItemSelect(e,o),n.props.autoClose&&n.base.togglePopup(o),t.stopPropagation(),n.applyState(o)},n.handleBlur=function(e){if(n.state.focused&&!n._skipFocusEvent){var t=void 0!==n.props.opened?n.props.opened:n.state.opened,o=n.base.initState(),r=n.props,i=r.allowCustom,a=r.filterable;o.syntheticEvent=e,o.data.focused=!1,o.events.push({type:"onBlur"}),t&&(n.state.opened&&(o.data.opened=!1),o.events.push({type:"onClose"})),i||a||!n.state.text||(o.data.text=""),n.applyState(o)}},n.handleFocus=function(e){n._skipFocusEvent||n.base.handleFocus(e)},n.onPopupOpened=function(){n._input&&n.state.focused&&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,b.validatePackage)(k.packageMetadata),n}return r(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=[];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=this.props.virtual,o=n?n.skip:0,r=e.virtual?e.virtual.total:0,i=void 0!==this.props.opened?this.props.opened:this.state.opened,a=void 0!==e.opened?e.opened:t.opened,s=!a&&i,l=a&&!i;if(!this.base.getPopupSettings().animate&&l&&this.onPopupClosed(),n&&n.total!==r)this.base.vs.calcScrollElementHeight(),this.base.vs.reset();else{var u=this.getFocusedState(),c=u.focusedItem,p=u.focusedIndex;s&&n?this.base.scrollToVirtualItem(n,p-o):s&&!n?this.base.scrollToItem(p):i&&a&&c&&this.scrollToFocused&&this.base.scrollToItem(p-o)}this.scrollToFocused=!1,this.setValidity()},t.prototype.componentDidMount=function(){this.base.didMount(),this.setValidity()},t.prototype.onNavigate=function(e,t){var n=this.props,o=n.allowCustom,r=n.data,i=void 0===r?[]:r,a=void 0!==this.props.opened?this.props.opened:this.state.opened,s=void 0!==this.props.filter?this.props.filter:this.state.text,l=this.getFocusedState(),u=l.focusedType,p=l.focusedIndex,d=o&&s,f=E(u),h=this.base,v=h.vs;if(a&&t===c.Keys.up&&f)void 0!==this.state.focusedIndex&&(e.data.focusedIndex=void 0);else{var m=h.navigation.navigate({keyCode:t,current:p,max:(v.enabled?v.total:i.length)-1,min:d?-1:0});void 0!==m&&(this.itemFocus(m,e),this.scrollToFocused=!0)}this.applyState(e)},t.prototype.render=function(){var e,t,n=this.props,o=n.style,r=n.className,a=n.label,s=n.dir,u=n.disabled,d=n.tags,f=n.textField,v=n.dataItemKey,m=n.virtual,g=n.size,b=n.rounded,k=n.fillMode,O=n.loading,E=n.filter,I=this.state,S=I.text,P=I.focused,D=I.focusedTag,_=this.base.vs,N=this.props.id||this._inputId;_.enabled=void 0!==m,void 0!==m&&(_.skip=m.skip,_.total=m.total,_.pageSize=m.pageSize);var T=[];void 0===d?this.value.forEach((function(e){T.push({text:(0,y.getItemValue)(e,f),data:[e]})})):T.push.apply(T,d),this.setItems(T,this._tags);var M=!this.validityStyles||this.validity.valid,F=Boolean(void 0!==E?E:S)||this.value.length>0,R=l.createElement("div",{ref:this.componentRef,className:(0,c.classNames)("k-multiselect k-input",r,(e={},e["k-input-".concat(C[g]||g)]=g,e["k-rounded-".concat(w[b]||b)]=b,e["k-input-".concat(k)]=k,e["k-focus"]=P&&!u,e["k-invalid"]=!M,e["k-disabled"]=u,e["k-loading"]=O,e["k-required"]=this.required,e)),style:a?i(i({},o),{width:void 0}):o,dir:s,onFocus:this.handleFocus,onBlur:this.handleBlur,onClick:this.handleWrapperClick,onMouseDown:y.preventDefaultNonInputs},l.createElement("div",{className:(0,c.classNames)("k-input-values")},l.createElement("div",{className:(0,c.classNames)("k-chip-list",(t={},t["k-chip-list-".concat(C[g]||g)]=g,t)),role:"listbox",id:"tagslist-"+this.base.guid},T.length>0&&l.createElement(h.default,{tagRender:this.props.tagRender,onTagDelete:this.onTagDelete,data:T,guid:this.base.guid,focused:D?T.find((function(e){return(0,y.matchTags)(e,D,v)})):void 0,size:g})),this.renderSearchbar(N)),O&&l.createElement("span",{className:"k-icon k-i-loading k-input-loading-icon"}),F&&l.createElement(x.default,{onClick:this.clearButtonClick}),this.renderListContainer());return a?l.createElement(p.FloatingLabel,{label:a,editorId:N,editorValue:S||(0,y.getItemValue)(this.value[0],f),editorValid:M,editorDisabled:u,style:{width:o?o.width:void 0},children:R}):R},t.prototype.renderSearchbar=function(e){var t=this.state,n=t.activedescendant,o=t.focusedTag,r=this.props,i=r.disabled,a=r.placeholder,s=r.ariaDescribedBy,u=(void 0!==this.props.filter?this.props.filter:this.state.text)||"",c=void 0!==this.props.opened?this.props.opened:this.state.opened,p=this.getFocusedState().focusedIndex,d=0!==this.value.length||u?void 0:a,f=n===g.ActiveDescendant.TagsList&&void 0!==o?"tag-".concat(this.base.guid,"-").concat(o.text.replace(/\s+/g,"-")):"option-".concat(this.base.guid,"-").concat(p);return l.createElement(v.default,{id:e,size:Math.max((d||"").length,u.length,1),tabIndex:this.props.tabIndex,accessKey:this.props.accessKey,placeholder:d,value:u,onChange:this.onChangeHandler,onKeyDown:this.onInputKeyDown,ref:this.searchbarRef,disabled:i,expanded:c,owns:this.base.listBoxId,role:"combobox",activedescendant:f,ariaDescribedBy:"tagslist-".concat(this.base.guid).concat(s?" "+s:""),ariaLabelledBy:this.props.ariaLabelledBy})},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(0,y.matchTags)(e,o,i)})):-1,s=void 0,l=-1!==a;if(n===c.Keys.left)s=r[a=l?Math.max(0,a-1):r.length-1];else if(n===c.Keys.right)a===r.length-1?s=void 0:l&&(s=r[a=Math.min(r.length-1,a+1)]);else if(n===c.Keys.home)s=r[0];else if(n===c.Keys.end)s=r[r.length-1];else if(n===c.Keys.delete){if(l){var u=this.value;(0,y.removeDataItems)(u,r[a].data,i),this.triggerOnChange(u,t)}}else if(n===c.Keys.backspace)if(u=this.value,l)(0,y.removeDataItems)(u,r[a].data,i),this.triggerOnChange(u,t);else if(!l&&r.length){var p=r.pop();(0,y.removeDataItems)(u,p.data,i),this.triggerOnChange(u,t)}s!==o&&(t.data.focusedTag=s,t.data.activedescendant=g.ActiveDescendant.TagsList),this.applyState(t)},t.prototype.triggerOnChange=function(e,t){void 0===this.props.value&&(t.data.value=a([],e,!0)),this._valueItemsDuringOnChange=[],this.setItems(e,this._valueItemsDuringOnChange),t.events.push({type:"onChange"})},t.prototype.selectFocusedItem=function(e){var t=this.props,n=t.data,o=void 0===n?[]:n,r=t.virtual,i=this.getFocusedState().focusedIndex;void 0!==o[i-(r?r.skip:0)]&&this.handleItemClick(i,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,u=o.virtual,c=o.textField,p=o.focusedItemIndex,d=void 0===p?y.itemIndexStartsWith:p,f=u&&u.skip||0;if(void 0!==t)return{focusedIndex:t,focusedItem:a[t-f],focusedType:s.ListItem};var h=this.value;if(r&&n)return{focusedItem:null,focusedIndex:-1,focusedType:s.CustomItem};if(n)return{focusedItem:a[e=d(a,n,c)],focusedIndex:e+f,focusedType:s.ListItem};if(h.length){var v=h[h.length-1];return e=a.findIndex((function(e){return(0,y.areSame)(e,v,l)})),void 0!==a[e]?{focusedIndex:e+f,focusedItem:a[e],focusedType:s.ListItem}:{focusedType:s.None,focusedIndex:-1}}return 0===f?{focusedItem:a[0],focusedIndex:0,focusedType:s.ListItem}:{focusedType:s.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.displayName="MultiSelect",t.propTypes=i(i({},m.default.propTypes),{autoClose:u.bool,value:u.arrayOf(u.any),defaultValue:u.arrayOf(u.any),dataItemKey:u.string,placeholder:u.string,tags:u.arrayOf(u.shape({text:u.string,data:u.arrayOf(u.any)})),tagRender:u.func,id:u.string,ariaLabelledBy:u.string,ariaDescribedBy:u.string}),t.defaultProps=i(i({},m.default.defaultProps),{autoClose:!0,required:!1,size:"medium",rounded:"medium",fillMode:"solid"}),t}(l.Component);t.MultiSelectWithoutContext=I,t.MultiSelectPropsContext=(0,c.createPropsContext)(),t.MultiSelect=(0,c.withPropsContext)(t.MultiSelectPropsContext,I),t.MultiSelect.displayName="KendoReactMultiSelect"},6400: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});var i=n(3899),a=n(784),s=function(e){return e.syntheticEvent.preventDefault()},l=function(e){return e.syntheticEvent.stopPropagation()},u=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.prototype.render=function(){var e=this.props,t=e.data,n=e.guid,o=e.focused,r=e.tagRender,u=e.tag,c=e.onTagDelete,p=e.size;return i.createElement(i.Fragment,null,t.map((function(e,d){var f=u?i.createElement(u,{key:e.text+d,tagData:e,guid:n,focusedTag:o,onTagDelete:c}):i.createElement(a.Chip,{id:"tag-".concat(n,"-").concat(e.text.replace(/\s+/g,"-")),"aria-selected":!0,role:"option","aria-setsize":t.length,key:e.text+d,text:e.text,removable:!0,onRemove:function(t){return c.call(void 0,e.data,t.syntheticEvent)},onMouseDown:s,onClick:l,className:e===o?"k-focus":void 0,size:p});return r?r(e,f):f})),this.props.children)},t}(i.Component);t.default=u},1286: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.MultiSelectTree=t.MultiSelectTreePropsContext=void 0;var i=n(3899),a=n(189),s=n(4146),l=n(5362),u=n(499),c=n(2872),p=n(4146),d=n(7363),f=n(4669),h=n(5308),v=n(3677),m=n(3364),g=n(5935),y=n(6400),b=n(6475),k=n(126),x=s.kendoThemeMaps.sizeMap,C=s.kendoThemeMaps.roundedMap,w={checkField:"checkField",checkIndeterminateField:"checkIndeterminateField",subItemsField:"items",popupSettings:{animate:!0,width:"200px",height:"200px"},size:"medium",rounded:"medium",fillMode:"solid",required:!1,validityStyles:!0};t.MultiSelectTreePropsContext=(0,s.createPropsContext)(),t.MultiSelectTree=i.forwardRef((function(e,n){var a,O,E=(0,s.usePropsContext)(t.MultiSelectTreePropsContext,e);(0,p.validatePackage)(d.packageMetadata);var I=i.useMemo((function(){return(0,s.guid)()}),[]),S=E.id||I,P=E.data,D=void 0===P?[]:P,_=E.dataItemKey,N=E.popupSettings,T=void 0===N?{}:N,M=E.style,F=void 0===M?{}:M,R=E.opened,j=E.disabled,K=E.onOpen,z=void 0===K?s.noop:K,A=E.onClose,B=void 0===A?s.noop:A,L=E.placeholder,V=E.label,H=E.name,W=E.checkField,U=void 0===W?w.checkField:W,q=E.checkIndeterminateField,G=void 0===q?w.checkIndeterminateField:q,Y=E.subItemsField,X=void 0===Y?w.subItemsField:Y,Z=E.validationMessage,$=E.valid,J=E.tags,Q=E.value,ee=E.required,te=void 0===ee?w.required:ee,ne=E.validityStyles,oe=void 0===ne?w.validityStyles:ne,re=(0,s.getTabIndex)(E.tabIndex,j),ie=i.useRef(null),ae=i.useRef(null),se=i.useRef(null),le=i.useRef(null),ue=i.useRef(null),ce=i.useRef(!1),pe=i.useRef([]),de=i.useRef(null),fe=i.useState(),he=fe[0],ve=fe[1],me=i.useState(!1),ge=me[0],ye=me[1],be=i.useState(!1),ke=be[0],xe=be[1],Ce=i.useState(""),we=Ce[0],Oe=Ce[1],Ee=void 0!==R?R:ge,Ie=Boolean(Array.isArray(Q)&&Q.length),Se=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:Z,valid:$,required:te},Ie),Pe=(0,s.useRtl)(ae,E.dir),De=void 0!==T.width?T.width:void 0!==F.width?F.width:w.popupSettings.width,_e=(0,h.useDropdownWidth)(ae,De),Ne=o({width:_e},void 0!==Pe?{direction:Pe}:{}),Te=i.useCallback((function(){return ae.current&&ae.current.focus()}),[]);pe.current=void 0===J?(Q||[]).map((function(e){return{text:(0,f.getItemValue)(e,E.textField),data:[e]}})):r([],J,!0),i.useImperativeHandle(ie,(function(){return{props:E,element:ae.current,focus:Te}})),i.useImperativeHandle(n,(function(){return ie.current}));var Me=i.useCallback((function(){le.current&&le.current.setCustomValidity&&le.current.setCustomValidity(Se.valid?"":void 0===Z?"Please select a value from the list!":Z)}),[Z,Se]);i.useEffect(Me),i.useEffect((function(){de.current&&Ee&&de.current.setPosition(de.current._popup)}),[Q,Ee]);var Fe=i.useCallback((function(e,t,n){if(E.onChange){var r=o({items:t,operation:n},e);E.onChange.call(void 0,r)}}),[E.onChange]),Re=i.useCallback((function(e){if(!(0,f.areSame)(e.item,Q,_)&&ie.current){var t=e.item,n=e.nativeEvent,o={syntheticEvent:e.syntheticEvent,nativeEvent:n,target:ie.current};Fe(o,[t],"toggle")}}),[Q,_,Fe]),je=i.useCallback((function(e){if(!Ee){if(z){var t=o({},e);z.call(void 0,t)}void 0===R&&ye(!0)}}),[Ee,R,z]),Ke=i.useCallback((function(e){if(Ee){if(B){var t=o({},e);B.call(void 0,t)}void 0===R&&ye(!1)}}),[Ee,R,B]),ze=i.useCallback((function(e){ce.current=!0,e(),window.setTimeout((function(){return ce.current=!1}),0)}),[]),Ae=i.useCallback((function(e){e&&ze((function(){return e.focus()}))}),[ze]),Be=i.useCallback((function(){!ke&&Ee?Ke({target:ie.current}):E.filterable?Ae(se.current):Ae(ue.current&&ue.current.element)}),[ke,Ee,Ae,Ke,E.filterable]),Le=i.useCallback((function(){ke&&Ae(ae.current)}),[ke,Ae]),Ve=i.useCallback((function(e){if(!ke&&!ce.current&&(xe(!0),E.onFocus&&ie.current)){var t={syntheticEvent:e,nativeEvent:e.nativeEvent,target:ie.current};E.onFocus.call(void 0,t)}}),[ke,E.onFocus]),He=i.useCallback((function(e){if(ke&&!ce.current&&ie.current){xe(!1);var t={syntheticEvent:e,nativeEvent:e.nativeEvent,target:ie.current};if(E.onBlur){var n=o({},t);E.onBlur.call(void 0,n)}Ke(t)}}),[ke,E.onBlur,Ee,R,B]),We=i.useCallback((function(){ke&&ze(s.noop)}),[ke,ze]),Ue=i.useCallback((function(e){if(!e.isDefaultPrevented()&&ie.current){xe(!0);var t={syntheticEvent:e,nativeEvent:e.nativeEvent,target:ie.current};Ee||je(t)}}),[Ee,je]),qe=i.useCallback((function(e){var t=e.keyCode,n=e.altKey,o=ue.current&&ue.current.element;if(ie.current&&(!e.isDefaultPrevented()||se.current!==e.target)){var i={syntheticEvent:e,nativeEvent:e.nativeEvent,target:ie.current};if(Q&&Q.length>0&&(t===s.Keys.left||t===s.Keys.right||t===s.Keys.home||t===s.Keys.end||t===s.Keys.delete)){var a=pe.current,l=he?a.findIndex((function(e){return(0,f.matchTags)(e,he,_)})):-1,u=void 0,c=-1!==l;t===s.Keys.left?u=a[l=c?Math.max(0,l-1):a.length-1]:t===s.Keys.right?l===a.length-1?u=void 0:c&&(u=a[l=Math.min(a.length-1,l+1)]):t===s.Keys.home?u=a[0]:t===s.Keys.end?u=a[a.length-1]:t===s.Keys.delete&&c&&Fe(i,a[l].data,"delete"),u!==he&&ve(u)}if(Ee)if(t===s.Keys.esc||n&&t===s.Keys.up)e.preventDefault(),Ke(i);else if(o&&o.querySelector(".k-focus")&&(t===s.Keys.up||t===s.Keys.down||t===s.Keys.left||t===s.Keys.right||t===s.Keys.home||t===s.Keys.end)){if(t===s.Keys.up&&se.current){var p=Array.from(o.querySelectorAll(".k-treeview-item")),d=r([],p,!0).reverse().find((function(e){return Boolean(e&&e.querySelector(".k-focus"))}));if(d&&0===p.indexOf(d))return ze((function(){Ae(se.current)}))}ze(s.noop)}else t===s.Keys.down&&ze((function(){Ae(se.current||o)}));else n&&t===s.Keys.down&&(e.preventDefault(),je(i))}}),[Ee,Ke,Ae,ze,je,he,_,Q,Fe]),Ge=i.useCallback((function(e){var t=e.keyCode;e.altKey||t!==s.Keys.up&&t!==s.Keys.down||(e.preventDefault(),ze(t===s.Keys.up?function(){Ae(ae.current)}:function(){Ae(ue.current&&ue.current.element)}))}),[Ae,ze]),Ye=i.useCallback((function(e){if(ie.current){var t={syntheticEvent:e,nativeEvent:e.nativeEvent,target:ie.current};Fe(t,[],"clear"),Ke(t),e.preventDefault()}}),[Fe,Ke]),Xe=i.useCallback((function(e,t){Ke({target:ie.current}),ke||Ae(se.current),Fe({syntheticEvent:t,nativeEvent:t.nativeEvent,target:ie.current},e,"delete")}),[Fe,Ke,Ae,ke]),Ze=i.useCallback((function(e){if(E.onExpandChange&&ie.current){var t=e.item,n=e.itemHierarchicalIndex,o=e.nativeEvent,r=e.syntheticEvent,i={level:(a=n,a.split("_").map((function(e){return parseInt(e,10)}))),item:t,nativeEvent:o,syntheticEvent:r,target:ie.current};E.onExpandChange.call(void 0,i)}var a}),[E.onExpandChange]),$e=i.useCallback((function(e){if(E.onFilterChange&&ie.current){var t={filter:{field:E.textField,operator:"contains",value:e.target.value},syntheticEvent:e,nativeEvent:e.nativeEvent,target:ie.current};E.onFilterChange.call(void 0,t),void 0===E.filter&&Oe(e.target.value)}}),[E.onFilterChange,E.filter,E.textField]),Je=E.listNoData||v.ListNoData,Qe=(0,u.useLocalization)(),et=!oe||Se.valid,tt=E.size,nt=E.rounded,ot=E.fillMode,rt=i.createElement("span",{className:(0,s.classNames)("k-multiselect k-input",E.className,(a={},a["k-input-".concat(x[tt]||tt)]=tt,a["k-rounded-".concat(C[nt]||nt)]=nt,a["k-input-".concat(ot)]=ot,a["k-focus"]=ke&&!j,a["k-invalid"]=!et,a["k-disabled"]=j,a["k-loading"]=E.loading,a["k-required"]=te,a)),tabIndex:re,accessKey:E.accessKey,id:S,style:V?o(o({},F),{width:void 0}):F,dir:Pe,ref:ae,onKeyDown:j?void 0:qe,onMouseDown:We,onFocus:Ve,onBlur:He,role:"combobox","aria-haspopup":"true","aria-expanded":Ee,"aria-disabled":j,"aria-label":V,"aria-labelledby":E.ariaLabelledBy,"aria-describedby":E.ariaDescribedBy,onClick:j?void 0:Ue},pe.current.length>0&&i.createElement("div",{className:(0,s.classNames)("k-input-values k-chip-list k-selection-multiple",(O={},O["k-chip-list-".concat(x[tt]||tt)]=tt,O)),role:"listbox",id:"tagslist-"+S},i.createElement(y.default,{tag:E.tag,onTagDelete:Xe,data:pe.current,guid:S,focused:he?pe.current.find((function(e){return(0,f.matchTags)(e,he,_)})):void 0,size:tt})),!Ie&&i.createElement("span",{className:"k-input-inner"},i.createElement("span",{className:"k-input-value-text"}," ")),E.loading&&i.createElement("span",{className:"k-icon k-i-loading k-input-loading-icon"}),Ie&&!j&&i.createElement(b.default,{onClick:Ye}),i.createElement("select",{name:H,ref:le,tabIndex:-1,"aria-hidden":!0,title:V,style:{opacity:0,width:1,border:0,zIndex:-1,position:"absolute",left:"50%"}},i.createElement("option",{value:E.valueMap?E.valueMap.call(void 0,Q):Q})),i.createElement(l.Popup,{popupClass:(0,s.classNames)(T.popupClass,"k-list-container","k-multiselecttree-popup"),className:(0,s.classNames)(T.className,{"k-rtl":"rtl"===Pe}),style:Ne,animate:T.animate,anchor:ae.current,show:Ee,onOpen:Be,onClose:Le,appendTo:T.appendTo,ref:de},E.filterable&&i.createElement(k.default,{value:void 0===E.filter?we:E.filter,inputRef:se,onChange:$e,onKeyDown:Ge,tabIndex:re,size:tt,rounded:nt,fillMode:ot}),D.length>0?i.createElement(c.TreeView,{ref:ue,tabIndex:re,data:D,focusIdField:_,textField:E.textField,checkField:U,checkIndeterminateField:G,expandField:E.expandField,childrenField:X,expandIcons:!0,onItemClick:Re,onCheckChange:Re,onExpandChange:Ze,checkboxes:!0,size:tt,item:E.item}):i.createElement(Je,null,Qe.toLanguageString(m.nodata,m.messages[m.nodata]))));return V?i.createElement(g.FloatingLabel,{label:V,editorValue:Ie,editorPlaceholder:L,editorValid:et,editorDisabled:j,editorId:S,style:{width:F?F.width:void 0},children:rt,dir:Pe}):rt}));var O={opened:a.bool,disabled:a.bool,dir:a.string,tabIndex:a.number,accessKey:a.string,data:a.array,value:a.any,valueMap:a.func,placeholder:a.string,dataItemKey:a.string.isRequired,textField:a.string.isRequired,checkField:a.string,checkIndeterminateField:a.string,expandField:a.string,subItemsField:a.string,className:a.string,style:a.object,label:a.string,validationMessage:a.string,validityStyles:a.bool,valid:a.bool,required:a.bool,name:a.string,id:a.string,ariaLabelledBy:a.string,ariaDescribedBy:a.string,filterable:a.bool,filter:a.string,loading:a.bool,tags:a.arrayOf(a.shape({text:a.string,data:a.arrayOf(a.any)})),popupSettings:a.shape({animate:a.oneOfType([a.bool,a.shape({openDuration:a.number,closeDuration:a.number})]),popupClass:a.string,className:a.string,appendTo:a.any,width:a.oneOfType([a.string,a.number]),height:a.oneOfType([a.string,a.number])}),onOpen:a.func,onClose:a.func,onFocus:a.func,onBlur:a.func,onChange:a.func,onFilterChange:a.func,onExpandChange:a.func,item:a.func,listNoData:a.func};t.MultiSelectTree.displayName="KendoReactMultiSelectTree",t.MultiSelectTree.defaultProps=w,t.MultiSelectTree.propTypes=O},3804:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},444: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.getMultiSelectTreeValue=t.getValueMap=void 0;var r=n(4146);t.getValueMap=function(e,t){var n={};return e&&e.length&&e.forEach((function(e){n[t(e)]=!0})),n},t.getMultiSelectTreeValue=function(e,n){var i=n.items,a=n.dataItemKey,s=n.value,l=n.subItemsField,u=void 0===l?"items":l,c=n.operation,p=(0,r.getter)(a),d=(0,t.getValueMap)(s,p);if("clear"===c)return[];if("delete"===c){var f=(0,t.getValueMap)(i,p);return s.filter((function(e){return!f[p(e)]}))}for(var h,v=i[0],m=p(v),g=(0,r.getter)(u),y=o([],e,!0),b=[],k=[];y.length;){var x=y.pop();if(m===p(x)){k=b.map((function(e){return e.item})),h=x;break}b&&b.length&&b[b.length-1].parentPosition===y.length&&b.pop(),(N=g(x))&&N.length&&(b.push({item:x,parentPosition:y.length}),y.push.apply(y,N))}for(var C=o([],g(h)||[],!0),w=[];C.length;)x=C.pop(),w.push(x),(N=g(x))&&N.length&&C.push.apply(C,N);var O=[];if(d[m]){var E=p(h),I=(0,t.getValueMap)(w,p),S=(0,t.getValueMap)(k,p);O.push.apply(O,s.filter((function(e){var t=p(e);return!I[t]&&E!==t&&!S[t]})))}else{O.push.apply(O,s),O.push(h),O.push.apply(O,w.filter((function(e){return!d[p(e)]})));for(var P=k.filter((function(e){return!d[p(e)]})),D=(0,t.getValueMap)(O,p),_=P.length-1;_>-1;_--){var N,T=P[_];if((N=g(T)).filter((function(e){return D[p(e)]})).length<N.length)break;O.push(T),D[p(T)]=!0}}return O}},6475: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});var i=n(3899),a=n(499),s=n(3364),l=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.onMouseDown=function(e){return e.preventDefault()},t}return r(t,e),t.prototype.render=function(){var e=(0,a.provideLocalizationService)(this).toLanguageString(s.clear,s.messages[s.clear]);return i.createElement("span",{className:"k-clear-value",role:"button",onClick:this.props.onClick,onMouseDown:this.onMouseDown,tabIndex:-1,title:e,key:"clearbutton"},i.createElement("span",{className:"k-icon k-i-x"}))},t}(i.Component);t.default=l,(0,a.registerForLocalization)(l)},3117: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});var r=n(3899),i=n(189),a=n(1309),s=n(7758),l=n(4669),u=n(4146),c=function(){function e(e){var t=this;this.wrapper=null,this.list=null,this.vs=new a.default,this.navigation=new s.Navigation,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.renderScrollElement=function(){var e=t.vs;return e.enabled&&r.createElement("div",{ref:function(t){return e.scrollElement=t},key:"scrollElementKey"})},this.listBoxId=(0,u.guid)(),this.guid=(0,u.guid)(),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){var n=this.list||this.vs.list;if(n&&e>=0){var o=this.vs,r=o.container||n.parentNode,i=void 0!==t?t:o.enabled;(0,l.scrollToItem)(r,n,e,o.translate,i)}},e.prototype.initState=function(){return{data:{},events:[],syntheticEvent:void 0}},e.prototype.applyState=function(e){var t=this;Object.keys(e.data).length>0&&this.component.setState(e.data);var n={syntheticEvent:e.syntheticEvent,nativeEvent:e.syntheticEvent?e.syntheticEvent.nativeEvent:void 0,target:this.component,value:this.component.value};e.events.forEach((function(e){var r=e.type;delete e.type;var i=r&&t.component.props[r];i&&i.call(void 0,o(o({},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,s=void 0!==n.opened?n.opened:this.component.state.opened;e&&a&&this.vs.enabled&&(a.skip>0&&(0,l.areSame)(e,r[0],i)?this.triggerOnPageChange(t,a.skip-1,a.pageSize):!s&&a.skip+a.pageSize<a.total&&(0,l.areSame)(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.basicPropTypes={opened:i.bool,disabled:i.bool,dir:i.string,tabIndex:i.number,accessKey:i.string,data:i.array,textField:i.string,className:i.string,label:i.string,loading:i.bool,popupSettings:i.shape({animate:i.oneOfType([i.bool,i.shape({openDuration:i.number,closeDuration:i.number})]),popupClass:i.string,className:i.string,appendTo:i.any,width:i.oneOfType([i.string,i.number]),height:i.oneOfType([i.string,i.number])}),onOpen:i.func,onClose:i.func,onFocus:i.func,onBlur:i.func,onChange:i.func,itemRender:i.func,listNoDataRender:i.func,focusedItemIndex:i.func,header:i.node,footer:i.node},e.propTypes=o(o({},e.basicPropTypes),{value:i.any,defaultValue:i.any,filterable:i.bool,filter:i.string,virtual:i.shape({pageSize:i.number.isRequired,skip:i.number.isRequired,total:i.number.isRequired}),onFilterChange:i.func,onPageChange:i.func}),e.defaultProps={popupSettings:{height:"200px"},required:!1,validityStyles:!0},e}();t.default=c},790: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});var i=n(3899),a=n(9174),s=n(4669),l=n(499),u=n(3364),c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.prototype.renderItems=function(){var e=this,t=this.props,n=t.textField,o=t.valueField,r=t.groupField,l=t.optionsGuid,u=t.skip,c=void 0===u?0:u,p=t.virtual,d=t.focusedIndex,f=t.highlightSelected,h=void 0===f||f,v=t.value,m=t.data,g=t.itemRender,y=Array.isArray(v);return m.map((function(t,u){var f,b,k=c+u,x=h&&(!y&&(0,s.areSame)(t,v,o)||y&&-1!==v.findIndex((function(e){return(0,s.areSame)(e,t,o)}))),C=void 0;return u>0&&void 0!==r&&(f=(0,s.getItemValue)(t,r),b=(0,s.getItemValue)(m[u-1],r),f&&b&&f!==b&&(C=f)),i.createElement(a.default,{id:"option-".concat(l,"-").concat(k),virtual:p,dataItem:t,selected:x,focused:d===u,index:k,key:k,onClick:e.props.onClick,textField:n,group:C,render:g})}))},t.prototype.renderNoValueElement=function(e){var t=this.props.noDataRender,n=i.createElement("div",{className:"k-nodata"},i.createElement("div",null,e.toLanguageString(u.nodata,u.messages[u.nodata])));return t?t.call(void 0,n):n},t.prototype.render=function(){var e=(0,l.provideLocalizationService)(this),t=this.props,n=t.id,o=t.show,r=t.wrapperCssClass,a=t.wrapperStyle,s=t.listStyle,u=t.listRef,c=t.wrapperRef,p=t.listClassName,d=void 0===p?"k-list-ul":p,f=this.renderItems();return f.length?i.createElement("div",{className:r,style:a,ref:c,onMouseDown:this.props.onMouseDown,onBlur:this.props.onBlur,onScroll:this.props.onScroll,unselectable:"on"},i.createElement("ul",{id:n,role:"listbox","aria-hidden":!o||void 0,className:d,ref:u,style:s},f),this.props.scroller&&i.createElement("div",{className:"k-height-container"},this.props.scroller)):this.renderNoValueElement(e)},t}(i.Component);t.default=c,(0,l.registerForLocalization)(c)},9189: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});var a=n(3899),s=n(5362),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.prototype.render=function(){var e=this.props,t=e.children,n=e.width,o=e.dir,r=e.itemsCount,l=e.popupSettings;return a.createElement(s.Popup,i({style:{width:n,direction:o},contentKey:r&&r.join()},l),t)},t}(a.Component);t.default=l},3485: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});var i=n(3899),a=n(4146),s=n(4669),l=function(e){return e.preventDefault()},u=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.prototype.render=function(){var e=this.props,t=e.selected,n=e.defaultItem,o=e.textField;return i.createElement("div",{onClick:this.props.onClick,onMouseDown:l,style:{position:"unset"},className:(0,a.classNames)("k-list-optionlabel",{"k-selected":t})},(0,s.getItemValue)(n,o)||"")},t}(i.Component);t.default=u},126: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});var i=n(3899),a=n(4146),s=a.kendoThemeMaps.sizeMap,l=a.kendoThemeMaps.roundedMap,u=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.input=null,t}return r(t,e),t.prototype.render=function(){var e,t=this,n=this.props,o=n.size,r=n.rounded,u=n.fillMode,c=n.inputRef;return i.createElement("div",{className:"k-list-filter"},i.createElement("span",{className:(0,a.classNames)("k-searchbox k-input",(e={},e["k-input-".concat(s[o]||o)]=o,e["k-rounded-".concat(l[r]||r)]=r,e["k-input-".concat(u)]=u,e))},i.createElement("span",{className:"k-input-icon k-icon k-i-search"}),i.createElement("input",{ref:c||function(e){return t.input=e},value:this.props.value||"",className:"k-input-inner",onChange:this.props.onChange,onKeyDown:this.props.onKeyDown,tabIndex:this.props.tabIndex,onClick:function(e){return e.stopPropagation()}})))},t}(i.Component);t.default=u},9174: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});var i=n(3899),a=n(4146),s=n(4669),l=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 r(t,e),t.prototype.render=function(){var e=this.props,t=e.selected,n=e.group,o=e.dataItem,r=e.virtual,l=e.render,u=i.createElement("li",{id:this.props.id,role:"option","aria-selected":t,className:(0,a.classNames)("k-list-item",{"k-selected":t,"k-focus":this.props.focused,"k-first":Boolean(n)}),onClick:this.handleClick,style:{position:r?"relative":"unset"}},i.createElement("span",{className:"k-list-item-text"},(0,s.getItemValue)(o,this.props.textField).toString()),void 0!==n?i.createElement("div",{className:"k-list-item-group-label"},n):null);return void 0!==l?l.call(void 0,u,this.props):u},t}(i.Component);t.default=l},1478: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.MultiColumnList=void 0;var r=n(3899),i=n(790);t.MultiColumnList=function(e){return r.createElement(i.default,o({},e,{wrapperCssClass:"k-table-body k-table-scroller",listClassName:"k-table k-table-list",listStyle:o({},e.listStyle)}))}},7758:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Navigation=void 0;var o=n(4669),r=n(4146),i=function(){function e(){}return e.prototype.navigate=function(e){var t=e.keyCode;return t===r.Keys.up||t===r.Keys.left?this.next({current:e.current,min:e.min,max:e.max,step:-1}):t===r.Keys.down||t===r.Keys.right?this.next({current:e.current,min:e.min,max:e.max,step:1}):t===r.Keys.home?0:t===r.Keys.end?e.max:void 0},e.prototype.next=function(e){return(0,o.isPresent)(e.current)?Math.min(e.max,Math.max(e.current+e.step,e.min)):e.min},e}();t.Navigation=i},4250: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});var i=n(3899),a=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._input=null,t}return r(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,s=this.input,l=t!==r||i!==n,u=l&&t.startsWith(r)&&!(n&&i&&n.endsWith(i));a&&s&&document.activeElement!==s&&s.focus(),i&&l&&!u&&s&&s.setSelectionRange(r.length-i.length,r.length)},t.prototype.render=function(){var e=this,t=this.props,n=t.expanded,o=void 0!==n&&n,r=t.disabled,a=t.role,s=void 0===a?"listbox":a,l=t.render,u=i.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:s,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,"aria-disabled":r||void 0,disabled:r||void 0,readOnly:this.props.readOnly||void 0,"aria-haspopup":"listbox","aria-expanded":o,"aria-owns":this.props.owns,"aria-activedescendant":o?this.props.activedescendant:void 0,"aria-describedby":this.props.ariaDescribedBy,"aria-labelledby":this.props.ariaLabelledBy});return l?l.call(void 0,u):u},t}(i.Component);t.default=a},1309:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0});var n=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}();t.default=n},7749:(e,t)=>{var n;Object.defineProperty(t,"__esModule",{value:!0}),t.ActiveDescendant=void 0,(n=t.ActiveDescendant||(t.ActiveDescendant={}))[n.PopupList=0]="PopupList",n[n.TagsList=1]="TagsList"},4669:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.matchTags=t.suggestValue=t.preventDefaultNonInputs=t.getFocusedItem=t.areSame=t.removeDataItems=t.matchDataCollections=t.getItemValue=t.getItemIndexByText=t.itemIndexStartsWith=t.scrollToItem=t.matchText=t.shuffleData=t.sameCharsOnly=t.isPresent=void 0;var n=function(e){return null!=e};t.isPresent=n,t.sameCharsOnly=function(e,t){for(var n=0;n<e.length;n++)if(e.charAt(n)!==t)return!1;return!0},t.shuffleData=function(e,t,n){var o=e;return n&&(o=[n].concat(o)),o.slice(t).concat(o.slice(0,t))},t.matchText=function(e,t,o){if(!n(e))return!1;var r=String(e);return o&&(r=r.toLowerCase()),0===r.indexOf(t)},t.scrollToItem=function(e,t,n,o,r){var i=e.offsetHeight,a=t.children.item(n),s=a.offsetTop+(r?o-e.scrollTop:0),l=a.offsetHeight;if(r){var u=0;s+l>i?u=s+l-i:s<0&&(u=s),0!==u?e.scrollTop+=u:0===e.scrollTop&&0!==o&&(e.scrollTop=o)}else s+l>i+e.scrollTop?e.scrollTop=s+l-i:s<e.scrollTop&&(e.scrollTop-=e.scrollTop-s)};var o=function(e,t,n){var o=-1;if(t){t=t.toLowerCase();for(var r=0;r<e.length;r++){var a=(i(e[r],n)||"")+"";if(a&&a.toLowerCase().startsWith(t)){o=r;break}}}return o};t.itemIndexStartsWith=o;var r=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(i(e,n))===r(t):r(t)===r(e.toString())}))};t.getItemIndexByText=r;var i=function(e,t){if(t&&n(e)){var o=t.split("."),r=e;return o.forEach((function(e){r=r?r[e]:void 0})),r}return e};t.getItemValue=i;var a=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(!s(e[o],t[o],n))return!1;return!0};t.matchDataCollections=a,t.removeDataItems=function(e,t,n){t.forEach((function(t){var o=e.findIndex((function(e){return s(e,t,n)}));-1!==o&&e.splice(o,1)}))};var s=function(e,t,o){return e===t||n(e)===n(t)&&i(e,o)===i(t,o)};t.areSame=s,t.getFocusedItem=function(e,t,n){if(t){var i=r(e,t,n,!0);return-1!==i?e[i]:e[o(e,t,n)]}return e[0]},t.suggestValue=function(e,t,n){void 0===t&&(t=[]);var r="";if(e){var a=t[o(t,e,n)];if(a){var s=i(a,n);e.toLowerCase()!==s.toLowerCase()&&(r=s.substring(e.length))}}return r},t.preventDefaultNonInputs=function(e){"INPUT"!==e.target.nodeName&&e.preventDefault()},t.matchTags=function(e,t,n){return!!e==!!t&&e.text===t.text&&(e===t||a(e.data,t.data,n))}},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.MultiSelectTreePropsContext=t.MultiSelectTree=t.DropDownTreePropsContext=t.DropDownTree=t.MultiColumnComboBoxPropsContext=t.MultiColumnComboBox=t.MultiSelectPropsContext=t.MultiSelect=t.ComboBoxPropsContext=t.ComboBox=t.DropDownListPropsContext=t.DropDownList=t.AutoCompletePropsContext=t.AutoComplete=void 0;var i=n(8283);Object.defineProperty(t,"DropDownList",{enumerable:!0,get:function(){return i.DropDownList}}),Object.defineProperty(t,"DropDownListPropsContext",{enumerable:!0,get:function(){return i.DropDownListPropsContext}});var a=n(7969);Object.defineProperty(t,"ComboBox",{enumerable:!0,get:function(){return a.ComboBox}}),Object.defineProperty(t,"ComboBoxPropsContext",{enumerable:!0,get:function(){return a.ComboBoxPropsContext}});var s=n(6068);Object.defineProperty(t,"AutoComplete",{enumerable:!0,get:function(){return s.AutoComplete}}),Object.defineProperty(t,"AutoCompletePropsContext",{enumerable:!0,get:function(){return s.AutoCompletePropsContext}});var l=n(2790);Object.defineProperty(t,"MultiSelect",{enumerable:!0,get:function(){return l.MultiSelect}}),Object.defineProperty(t,"MultiSelectPropsContext",{enumerable:!0,get:function(){return l.MultiSelectPropsContext}});var u=n(416);Object.defineProperty(t,"MultiColumnComboBox",{enumerable:!0,get:function(){return u.MultiColumnComboBox}}),Object.defineProperty(t,"MultiColumnComboBoxPropsContext",{enumerable:!0,get:function(){return u.MultiColumnComboBoxPropsContext}});var c=n(8293);Object.defineProperty(t,"DropDownTree",{enumerable:!0,get:function(){return c.DropDownTree}}),Object.defineProperty(t,"DropDownTreePropsContext",{enumerable:!0,get:function(){return c.DropDownTreePropsContext}}),r(n(6798),t);var p=n(1286);Object.defineProperty(t,"MultiSelectTree",{enumerable:!0,get:function(){return p.MultiSelectTree}}),Object.defineProperty(t,"MultiSelectTreePropsContext",{enumerable:!0,get:function(){return p.MultiSelectTreePropsContext}}),r(n(3804),t),r(n(444),t)},3364:(e,t)=>{var n;Object.defineProperty(t,"__esModule",{value:!0}),t.messages=t.clear=t.nodata=void 0,t.nodata="dropdowns.nodata",t.clear="dropdowns.clear",t.messages=((n={})[t.clear]="clear",n[t.nodata]="NO DATA FOUND.",n)},7363:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.packageMetadata=void 0,t.packageMetadata={name:"@progress/kendo-react-dropdowns",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:1673300612,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"}},784:(e,t,n)=>{n.r(t),n.d(t,{Button:()=>d,ButtonGroup:()=>y,Chip:()=>se,ChipList:()=>oe,DropDownButton:()=>R,DropDownButtonItem:()=>T,FloatingActionButton:()=>ge,FloatingActionButtonItem:()=>pe,SplitButton:()=>_,SplitButtonItem:()=>O,Toolbar:()=>z,ToolbarItem:()=>B,ToolbarSeparator:()=>V,ToolbarSpacer:()=>H,toolbarButtons:()=>h});var o,r=n(3899),i=n(189),a=n(8047),s=n(2697),l=n(4006),u={name:"@progress/kendo-react-buttons",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:1673300411,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"},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)}),p=function(){return p=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},p.apply(this,arguments)},d=function(e){function t(t){var n=e.call(this,t)||this;return n._element=null,n.handleClick=function(e){n.toggleIfApplicable(),n.props.onClick&&n.props.onClick.call(void 0,e)},(0,l.s)(u),n.state={selected:!0===n.props.togglable&&!0===n.props.selected},n}return c(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,l=o.togglable,u=o.icon,c=o.iconClass,d=o.imageUrl,f=o.imageAlt,h=(o.className,o.onClick,o.size),v=void 0===h?t.defaultProps.size:h,m=o.rounded,g=void 0===m?t.defaultProps.rounded:m,y=o.fillMode,b=void 0===y?t.defaultProps.fillMode:y,k=o.themeColor,x=void 0===k?t.defaultProps.themeColor:k,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","imageUrl","imageAlt","className","onClick","size","rounded","fillMode","themeColor"]),w=void 0!==u||void 0!==c||void 0!==d,O=void 0!==i,E=function(e){var t=e.imageUrl,n=e.icon,o=e.iconClass,i=e.imageAlt;if(t)return r.createElement("img",{role:"presentation",className:"k-button-icon",alt:i,src:t});if(n){var s=(0,a.A)("k-button-icon k-icon","k-i-"+n);return r.createElement("span",{role:"presentation",className:s})}return o?r.createElement("span",{role:"presentation",className:(0,a.A)("k-button-icon",o)}):null}({icon:u,iconClass:c,imageUrl:d,imageAlt:f});return r.createElement("button",p({ref:function(e){return n._element=e},"aria-pressed":l?this.state.selected:void 0},C,{onClick:this.handleClick,className:(0,a.A)("k-button",(e={},e["k-button-".concat(s.G.sizeMap[v]||v)]=v,e["k-button-".concat(b)]=b,e["k-button-".concat(b,"-").concat(x)]=Boolean(b&&x),e["k-rounded-".concat(s.G.roundedMap[g]||g)]=g,e["k-icon-button"]=!O&&w,e["k-disabled"]=this.props.disabled,e["k-selected"]=this.state.selected,e["k-rtl"]="rtl"===this.props.dir,e),this.props.className)}),E,i&&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,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),f=":not(.k-dropdownlist button):not(.k-colorpicker button):not(.k-split-button .k-split-button-arrow)",h=["button"+f,".k-button-group > button"+f,".k-dropdownlist",".k-colorpicker"];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)}}(),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={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"},y=function(e){function t(t){var n=e.call(this,t)||this;return n._element=null,(0,l.s)(u),n}return v(t,e),t.prototype.render=function(){var e,t=this,n=this.mapButtons(this.props.children),o=(0,a.A)([g["button-group"]],((e={})["k-disabled"]=this.props.disabled,e[g["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",m({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,s=(0,a.A)(e.props.className,((i={})[g["group-start"]]=o?n:0===t,i[g["group-end"]]=o?0===t:n,i)),l=m(m({},this.props.width?{width:this.props.width}:{}),e.props.style||{}),u=this.props.disabled||e.props.disabled,c=m(m(m(m({},e.props),s?{className:s}:{}),Object.keys(l).length?{style:l}:{}),void 0!==u?{disabled:u}:{});return r.Children.count(e.props.children)>0?r.cloneElement(e,c,e.props.children):r.cloneElement(e,c)},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),b=n(3198),k=n(3493),x=n(5407),C=function(e){var t,n=r.useCallback((function(t){e.onClick(t,e.index)}),[e]),o=e.dataItem.render||e.item||(void 0===e.item?e.render:null),i=void 0!==e.dataItem.text?e.dataItem.text:e.textField?e.dataItem[e.textField]:e.dataItem,s=r.createElement("li",{id:e.id,className:(0,a.A)("k-item",e.className,{"k-focus":e.focused}),tabIndex:-1,onClick:n,onMouseDown:e.onDown,onPointerDown:e.onDown,role:"menuitem","aria-disabled":e.dataItem.disabled||void 0},r.createElement("span",{tabIndex:-1,className:(0,a.A)("k-link k-menu-link",{"k-selected":e.dataItem.selected,"k-disabled":e.dataItem.disabled}),key:"icon"},o?r.createElement(o,{item:e.dataItem,itemIndex:e.index}):r.createElement(r.Fragment,null,(e.dataItem.icon||e.dataItem.iconClass)&&r.createElement("span",{className:(0,a.A)("k-icon",(t={},t["k-i-".concat(e.dataItem.icon)]=e.dataItem.icon,t["".concat(e.dataItem.iconClass)]=e.dataItem.iconClass,t))}),e.dataItem.imageUrl&&r.createElement("img",{role:"presentation",alt:"",src:e.dataItem.imageUrl,className:"k-icon"}),i&&r.createElement("span",{className:"k-menu-link-text"},i))));return void 0!==e.item&&void 0!==e.render?e.render.call(void 0,s,e):s};C.displayName="KendoReactButtonItem";var w=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),O=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return w(t,e),t.prototype.render=function(){return null},t.propTypes={text:i.string,icon:i.string,iconClass:i.string,imageUrl:i.string,disabled:i.bool,render:i.any},t}(r.Component),E=function(e,t,n,o){if(n)return e;var r=Math.min(o-1,Math.max(0,e));switch(t){case k.R.enter:case k.R.space:case k.R.esc:return-1;case k.R.up:case k.R.left:return r-1<0?o-1:r-1;case k.R.down:case k.R.right:return r+1>=o?0:r+1;case k.R.home:return 0;case k.R.end:return o-1;default:return e}},I=n(9222);function S(e){var t={horizontal:"left",vertical:"bottom"};return e&&(t.horizontal="right"),t}function P(e){var t={horizontal:"left",vertical:"top"};return e&&(t.horizontal="right"),t}var D=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),_=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,b.M)(),n.skipFocus=!1,n.buttonsData=[],n.onKeyDown=function(e){var t=n.state.focusedIndex;if(e.altKey)n.opened||e.keyCode!==k.R.down?n.opened&&e.keyCode===k.R.up&&(n.dispatchPopupEvent(e,!1),n.setState({focusedIndex:-1,opened:!1})):(n.dispatchPopupEvent(e,!0),n.setState({focusedIndex:0,opened:!0}));else{var o=void 0;if(e.keyCode===k.R.enter||e.keyCode===k.R.space?(e.preventDefault(),n.dispatchClickEvent(e,t),t>=0&&(o={focusedIndex:n.opened?-1:0,opened:!n.opened},n.dispatchPopupEvent(e,o.opened))):n.opened&&e.keyCode===k.R.esc&&(o={focusedIndex:-1,opened:!1},n.dispatchPopupEvent(e,o.opened)),n.opened){var r=E(t,e.keyCode,e.altKey,n.buttonsData.length);r!==t&&((o=o||{}).focusedIndex=r);var i=e.keyCode===k.R.up||e.keyCode===k.R.down||e.keyCode===k.R.left||e.keyCode===k.R.right;e.altKey||!i&&e.keyCode!==k.R.home&&e.keyCode!==k.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,x.N)(n.props.onFocus,e,n,void 0),n.setState({focused:!0}))},n.onItemClick=function(e,t){var o=n.opened;o&&n.setState({focusedIndex:0,opened:!1}),n.dispatchClickEvent(e,t),o&&n.dispatchPopupEvent(e,!1)},n.onBlur=function(e){n.skipFocus||(n.setState({focused:!1,focusedIndex:-1,opened:!1}),(0,x.N)(n.props.onBlur,e,n,void 0),n.opened&&n.dispatchPopupEvent(e,!1))},n.onPopupClose=function(){n.state.focused&&n.switchFocus((function(){n.element&&(n.element.removeAttribute("tabindex"),n.element.focus({preventScroll:!0}))}))},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;n.dispatchPopupEvent(e,t),n.setState({focusedIndex:t?0:-1,opened:t,focused:!0})}},n.onDownSplitPart=function(e){e.preventDefault(),n.element&&document.activeElement!==n.element&&document.activeElement!==n.list&&n.element.focus()},n.onItemDown=function(e){document.activeElement===n.list&&e.preventDefault()},n.dispatchPopupEvent=function(e,t){(0,x.N)(t?n.props.onOpen:n.props.onClose,e,n,void 0)},(0,l.s)(u),n}return D(t,e),Object.defineProperty(t.prototype,"opened",{get:function(){return void 0===this.props.opened?this.state.opened:this.props.opened},enumerable:!1,configurable:!0}),t.prototype.render=function(){var e=this;this.buttonsData=this.props.items||r.Children.toArray(this.props.children).filter((function(e){return e&&e.type===O})).map((function(e){return e.props}));var t=this.isRtl(),n=t?"rtl":void 0,o=this.props,i=o.id,l=o.style,u=o.tabIndex,c=o.disabled;return r.createElement("div",{id:i,style:l,className:(0,a.A)("k-split-button","k-button-group",{"k-focus":this.state.focused},"k-rounded-".concat(s.G.roundedMap[this.props.rounded||"medium"]),this.props.className),onKeyDown:this.onKeyDown,onFocus:this.onFocus,onBlur:this.onBlur,dir:n,ref:function(t){return e.wrapper=t}},r.createElement(d,{ref:function(t){return e.mainButton=t&&t.element},type:"button",size:this.props.size,rounded:this.props.rounded,fillMode:this.props.fillMode,themeColor:this.props.themeColor,onClick:function(t){return e.onItemClick(t,-1)},disabled:c||void 0,tabIndex:u,accessKey:this.props.accessKey,className:this.props.buttonClass,icon:this.props.icon,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),r.createElement(d,{type:"button",size:this.props.size,rounded:this.props.rounded,fillMode:this.props.fillMode,themeColor:this.props.themeColor,icon:"caret-alt-down",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,x.N)(this.props.onButtonClick,e,this,void 0):(0,x.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,i=this.state.focusedIndex;return r.createElement(I.G,{anchor:this.wrapper,show:this.opened,animate:o.animate,popupClass:(0,a.A)("k-menu-popup",o.popupClass),anchorAlign:o.anchorAlign||S(e),popupAlign:o.popupAlign||P(e),style:e?{direction:"rtl"}:void 0,onClose:this.onPopupClose},r.createElement("ul",{role:"menu",id:this.guid,"aria-labelledby":"button-"+this.guid,tabIndex:-1,ref:this.listRef,"aria-activedescendant":i>=0?"".concat(this.guid,"-").concat(i):void 0,className:(0,a.A)("k-group k-menu-group k-reset",(t={},t["k-menu-group-".concat(s.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,i=t.textField;return this.buttonsData.length>0?this.buttonsData.map((function(t,a){return r.createElement(C,{className:"k-menu-item",dataItem:t,textField:i,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:i.string,ariaLabel:i.string,title:i.string,onButtonClick:i.func,onFocus:i.func,onBlur:i.func,onItemClick:i.func,onOpen:i.func,onClose:i.func,text:i.string,items:i.arrayOf(i.any),textField:i.string,tabIndex:i.number,disabled:i.bool,icon:i.string,iconClass:i.string,imageUrl:i.string,popupSettings:i.object,itemRender:i.any,item:i.func,className:i.string,buttonClass:i.string,dir:i.string},t.defaultProps={size:"medium",rounded:"medium",fillMode:"solid",themeColor:"base"},t}(r.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)}}(),T=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return N(t,e),t.prototype.render=function(){return null},t.propTypes={text:i.string,icon:i.string,iconClass:i.string,imageUrl:i.string,selected:i.bool,disabled:i.bool,render:i.any},t}(r.Component),M=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function 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)},R=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,b.M)(),n.buttonsData=[],n.onKeyDown=function(e){var t=n.state.focusedIndex;if(e.altKey)n.opened||e.keyCode!==k.R.down?n.opened&&e.keyCode===k.R.up&&(n.dispatchPopupEvent(e,!1),n.setState({focusedIndex:-1,opened:!1})):(n.dispatchPopupEvent(e,!0),n.setState({focusedIndex:0,opened:!0}));else{var o=F({},n.state);if(e.keyCode===k.R.enter||e.keyCode===k.R.space?(t>=0&&n.dispatchClickEvent(e,t),e.preventDefault(),o.focusedIndex=n.opened?-1:0,o.opened=!n.opened,n.dispatchPopupEvent(e,o.opened)):n.opened&&e.keyCode===k.R.esc&&(o.focusedIndex=-1,o.opened=!1,n.dispatchPopupEvent(e,o.opened)),n.opened){var r=E(t,e.keyCode,e.altKey,n.buttonsData.length);o.focusedIndex=r;var i=e.keyCode===k.R.up||e.keyCode===k.R.down||e.keyCode===k.R.left||e.keyCode===k.R.right;e.altKey||!i&&e.keyCode!==k.R.home&&e.keyCode!==k.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,x.N)(n.props.onFocus,e,n,void 0))},n.handleBlur=function(e){n.skipFocus||(n.setState({focused:!1,opened:!1,focusedIndex:-1}),(0,x.N)(n.props.onBlur,e,n,void 0),n.opened&&n.dispatchPopupEvent(e,!1))},n.onItemClick=function(e,t){n.setState({focusedIndex:-1,opened:!1}),n.dispatchClickEvent(e,t),n.dispatchPopupEvent(e,!1)},n.onItemDown=function(e){document.activeElement===n.list&&e.preventDefault()},n.mouseDown=function(e){e.preventDefault(),n.element&&document.activeElement!==n.element&&document.activeElement!==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.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({opened:t,focused:!0,focusedIndex:t?0:-1}),n.dispatchPopupEvent(e,t)}},n.dispatchPopupEvent=function(e,t){(0,x.N)(t?n.props.onOpen:n.props.onClose,e,n,void 0)},(0,l.s)(u),n}return M(t,e),Object.defineProperty(t.prototype,"opened",{get:function(){return void 0===this.props.opened?this.state.opened:this.props.opened},enumerable:!1,configurable:!0}),t.prototype.render=function(){var e=this,t=this.isRtl(),n=t?"rtl":void 0,o=this.props,i=o.id,s=o.style,l=o.tabIndex,u=o.disabled;return this.buttonsData=this.props.items||r.Children.toArray(this.props.children).filter((function(e){return e&&e.type===T})).map((function(e){return e.props})),r.createElement("div",{id:i,style:s,className:(0,a.A)("k-dropdown-button",{"k-focus":this.state.focused},this.props.className),onKeyDown:this.onKeyDown,onFocus:this.handleFocus,onBlur:this.handleBlur,dir:n,ref:function(t){return e.wrapper=t}},r.createElement(d,{size:this.props.size,rounded:this.props.rounded,fillMode:this.props.fillMode,themeColor:this.props.themeColor,onClick:this.onClickMainButton,onMouseDown:this.mouseDown,disabled:u||void 0,tabIndex:l,accessKey:this.props.accessKey,icon:this.props.icon,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,x.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,i=this.state.focusedIndex;return r.createElement(I.G,{anchor:this.wrapper,show:this.opened,animate:o.animate,popupClass:(0,a.A)("k-menu-popup",o.popupClass),anchorAlign:o.anchorAlign||S(e),popupAlign:o.popupAlign||P(e),style:e?{direction:"rtl"}:void 0,onClose:this.onPopupClose},r.createElement("ul",{role:"menu",id:this.guid,"aria-labelledby":"button-"+this.guid,tabIndex:-1,"aria-activedescendant":i>=0?"".concat(this.guid,"-").concat(i):void 0,ref:this.listRef,className:(0,a.A)("k-group k-menu-group k-reset",(t={},t["k-menu-group-".concat(s.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,i=t.textField;return this.buttonsData.length>0?this.buttonsData.map((function(t,a){return r.createElement(C,{className:"k-menu-item",dataItem:t,textField:i,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:i.string,ariaLabel:i.string,title:i.string,onFocus:i.func,onBlur:i.func,onItemClick:i.func,onOpen:i.func,onClose:i.func,items:i.arrayOf(i.any),textField:i.string,tabIndex:i.number,disabled:i.bool,icon:i.string,iconClass:i.string,imageUrl:i.string,popupSettings:i.object,itemRender:i.func,item:i.func,className:i.string,buttonClass:i.string,dir:i.string},t.defaultProps={size:"medium",rounded:"medium",fillMode:"solid",themeColor:"base"},t}(r.Component),j=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),K=function(){return K=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},K.apply(this,arguments)},z=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===k.R.left||e.keyCode===k.R.right)&&!e.defaultPrevented&&-1!==o.buttons.findIndex((function(e){return e===t}))){var n=o.focusedIndex;e.keyCode===k.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,K(K({target:o},i),{nativeEvent:e}))}}},(0,l.s)(u),o}return j(t,e),Object.defineProperty(t.prototype,"selectors",{get:function(){return this.props.buttons||h},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"focusedIndex",{get:function(){var e=this.element&&this.element.querySelector(this.focusedSelector);return Math.max(0,this.buttons.findIndex((function(t){return t===e})))},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"element",{get:function(){return this._element},enumerable:!1,configurable:!0}),t.prototype.componentDidMount=function(){window.addEventListener("resize",this.onWindowResize);var e=this.element;e&&(this.offsetWidth=e.offsetWidth,this.offsetHeight=e.offsetHeight,!1!==this.props.keyboardNavigation&&(this.buttons=Array.from(e.querySelectorAll(this.selectors.join(","))),this.setTabIndex(0)))},t.prototype.componentDidUpdate=function(){var e=this.element;e&&!1!==this.props.keyboardNavigation&&(this.buttons=Array.from(e.querySelectorAll(this.selectors.join(","))),this.setTabIndex(this.focusedIndex))},t.prototype.componentWillUnmount=function(){window.removeEventListener("resize",this.onWindowResize),this.buttons.length=0},t.prototype.render=function(){var e,t=this;return r.createElement("div",{id:this.props.id,className:(0,a.A)("k-toolbar",(e={},e["k-toolbar-".concat(s.G.sizeMap[this.props.size]||this.props.size)]=this.props.size,e),this.props.className),style:this.props.style,role:void 0!==this.props.role?this.props.role||void 0:"toolbar",dir:this.props.dir,ref:function(e){return t._element=e},onKeyDown:!1!==this.props.keyboardNavigation?this.onKeyDown:void 0},this.props.children)},t.prototype.focusButton=function(e,n){var 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:i.number,dir:i.string,keyboardNavigation:i.bool,style:i.object,className:i.string,role:i.string,onResize:i.func,buttons:i.arrayOf(i.string),size:i.oneOf([null,"small","medium","large"])},t.defaultProps={tabIndex:0,size:"medium"},t}(r.Component),A=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),B=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._element=null,t}return A(t,e),Object.defineProperty(t.prototype,"element",{get:function(){return this._element},enumerable:!1,configurable:!0}),t.prototype.render=function(){var e=this;return r.createElement("div",{id:this.props.id,className:(0,a.A)("k-toolbar-item",this.props.className),style:this.props.style,ref:function(t){return e._element=t}},this.props.children)},t.propTypes={className:i.string},t}(r.PureComponent),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)}}(),V=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return L(t,e),t.prototype.render=function(){return r.createElement("div",{className:(0,a.A)("k-separator",this.props.className)})},t}(r.PureComponent),H=r.forwardRef((function(e,t){var n=r.useRef(null),o=r.useRef(null);r.useImperativeHandle(o,(function(){return{element:n.current}})),r.useImperativeHandle(t,(function(){return{element:n.current}}));var i=r.useMemo((function(){return(0,a.A)("k-spacer",e.className)}),[e.className]);return r.createElement("span",{ref:n,className:i})}));H.displayName="KendoReactToolbarSpacer",H.propTypes={className:i.string};var W,U,q,G,Y=n(8199),X=n(9659),Z=n(3322),$=n(4703),J=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"}(W||(W={})),function(e){e.toggle="toggle",e.remove="remove"}(U||(U={})),function(e){e.next="next",e.prev="prev",e.current="current",e.reset="reset"}(q||(q={})),function(e){e.remove="remove",e.add="add",e.reorder="reorder"}(G||(G={}));var Q=function(){return Q=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},Q.apply(this,arguments)},ee=r.createContext([null,function(e){}]),te=r.createContext([null,function(e){}]),ne=r.createContext([null,function(e){}]),oe=r.forwardRef((function(e,t){var n;(0,l.s)(u);var o=r.useRef(null),i=r.useRef(null),c=(0,Y.n)(i,e.dir),p=e.chip,d=e.id,f=e.style,h=e.tabIndex,v=e.disabled,m=e.size,g=e.className,y=e.ariaDescribedBy,b=e.ariaLabelledBy,k=e.selection,x=void 0===k?ie.selection:k,C=e.value,w=void 0===C?ie.defaultValue:C,O=e.defaultData,E=void 0===O?ie.defaultData:O,I=e.valueField,S=void 0===I?ie.valueField:I,P=e.textField,D=void 0===P?ie.textField:P,_=e.onChange,N=e.onDataChange,T=r.useMemo((function(){return p||se}),[p,se]);r.useImperativeHandle(o,(function(){return{element:i.current,props:e}})),r.useImperativeHandle(t,(function(){return o.current}));var M=r.useCallback((function(e,t){_&&o.current&&_.call(void 0,{value:e,target:o.current,syntheticEvent:t})}),[_]),F=function(e,t,n){var o=r.useState(e),i=o[0],a=o[1];return[i,function(e){var o=function(e,t){switch(t.selection){case W.single:switch(t.type){case U.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 U.remove:return t.payload===e?null:e;default:return e}case W.multiple:switch(t.type){case U.toggle:if(Array.isArray(e))return e.some((function(e){return e===t.payload}))?e.filter((function(e){return e!==t.payload})):J(J([],e,!0),[t.payload],!1);if(null===e)return[t.payload];throw new Error("State cannot be non-array in multiple selection");case U.remove:return Array.isArray(e)?e.some((function(e){return e===t.payload}))?e.filter((function(e){return e!==t.payload})):J(J([],e,!0),[t.payload],!1):e;default:return e}case W.none:return null;default:return e}}(t.state||i,Q(Q({},e),t));n&&n(o,e.event),a(o)}]}(w,{selection:x,state:w},M),R=F[0],j=F[1],K=r.useCallback((function(e,t){N&&o.current&&N.call(void 0,{value:e,target:o.current,syntheticEvent:t})}),[N]),z=function(e,t,n){var o=r.useState(e),i=o[0],a=o[1];return[i,function(e){var o=function(e,t){switch(t.type){case G.add:break;case G.remove:return e.filter((function(e){return e[t.valueField]!==t.payload}));case G.reorder:break;default:return e}}(t.state||i,Q(Q({},e),t));n&&n(o,e.event),a(o)}]}(e.data||E,{state:e.data,valueField:S},K),A=z[0],B=z[1],L=r.useCallback((function(e,t){return e.push(t[S]),e}),[S]),V=r.useMemo((function(){return e.data||A}),[e.data,A]),H=r.useMemo((function(){return w||R}),[w,R]),oe=r.useMemo((function(){return V.reduce(L,[])}),[V,L]),re=r.useCallback((function(e){return(0,X.Y)(S)(e)}),[S]),ae=r.useCallback((function(e){return(0,X.Y)(D)(e)}),[D]),le=function(e){var t=r.useState(null),n=t[0],o=t[1];return[n,function(t){var n=function(e,t){var n=t.items.findIndex((function(t){return t===e}));switch(t.type){case q.next:return n===t.items.length-1?e:t.items[n+1];case q.prev:return 0===n?e:t.items[n-1];case q.current:return t.payload;case q.reset:return null;default:return e}}(t.payload,Q(Q({},t),e));o(n)}]}({items:oe}),ue=le[0],ce=le[1],pe=(0,Z.i)(e,o);return r.createElement(ee.Provider,{value:[H,j]},r.createElement(te.Provider,{value:[ue,ce]},r.createElement(ne.Provider,{value:[V,B]},r.createElement("div",Q({ref:i},pe,{role:"listbox",id:d,dir:c,style:f,tabIndex:(0,$.p)(h,v,void 0),className:(0,a.A)("k-chip-list",(n={"k-rtl":"rtl"===c,"k-disabled":v},n["k-chip-list-".concat(s.G.sizeMap[m]||m)]=m,n),g),"aria-labelledby":b,"aria-describedby":y}),V.map((function(e,t){return r.createElement(T,{role:"option",dataItem:e,size:m,key:[re(e),t].join("-"),text:ae(e),value:re(e)})}))))))})),re={id:i.string,className:i.string,tabIndex:i.number,data:i.any,defaultData:i.arrayOf(i.any),onDataChange:i.func,value:i.oneOfType([i.any,i.arrayOf(i.any)]),defaultValue:i.oneOfType([i.any,i.arrayOf(i.any)]),onChange:i.func,selection:i.oneOf(["single","none","multiple"]),textField:i.string,valueField:i.string,disabled:i.bool,dir:i.oneOf(["ltr","rtl"]),ariaLabelledBy:i.string,ariaDescribedBy:i.string,size:i.oneOf([null,"small","medium","large"])},ie={chip:se,size:"medium",disabled:!1,defaultValue:null,defaultData:[],dir:"ltr",selection:"none",textField:"text",valueField:"value",removable:"removable"};oe.displayName="KendoReactChipList",oe.propTypes=re,oe.defaultProps=ie;var 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)},se=r.forwardRef((function(e,t){var n;(0,l.s)(u);var o=r.useRef(null),i=r.useRef(null),c=(0,Y.n)(i,e.dir);r.useImperativeHandle(o,(function(){return{element:i.current,props:e}})),r.useImperativeHandle(t,(function(){return o.current}));var p=r.useContext(ee),d=p[0],f=p[1],h=r.useContext(te),v=h[0],m=h[1],g=r.useContext(ne)[1],y=r.useMemo((function(){return e.selected||(Array.isArray(d)?d.some((function(t){return t===e.value})):d===e.value)}),[e.selected,e.value,d]),b=r.useMemo((function(){return v===e.value}),[e.value,v]);r.useEffect((function(){b&&i.current&&i.current.focus()}),[b]);var x=r.useCallback((function(t){f({type:U.toggle,payload:e.value,event:t})}),[f,e.value]),C=r.useCallback((function(t){e.removable&&(g({type:G.remove,payload:e.value,event:t}),m({type:q.reset,payload:e.value,event:t}),f({type:U.remove,payload:e.value,event:t}),e.onRemove&&e.onRemove.call(void 0,{target:o.current,syntheticEvent:t}))}),[e.onRemove,e.value,e.removable,g,m,f]),w=r.useCallback((function(t){switch(t.keyCode){case k.R.left:m({type:q.prev,payload:e.value,event:t});break;case k.R.right:m({type:q.next,payload:e.value,event:t});break;case k.R.enter:f({type:U.toggle,payload:e.value,event:t});break;case k.R.delete:C(t)}e.onKeyDown&&e.onKeyDown.call(void 0,{target:o.current,syntheticEvent:t})}),[e.onKeyDown,e.value,m,f,C]),O=r.useCallback((function(t){m({payload:e.value,type:q.current,event:t}),e.onFocus&&e.onFocus.call(void 0,{target:o.current,syntheticEvent:t})}),[e.onFocus,e.value,m]),E=r.useCallback((function(t){e.onBlur&&e.onBlur.call(void 0,{target:o.current,syntheticEvent:t})}),[e.onBlur]),I=(0,Z.i)(e,o,{onClick:x});return r.createElement("div",ae({},I,{role:e.role,id:e.value,style:e.style,ref:i,dir:c,tabIndex:(0,$.p)(e.tabIndex,e.disabled,void 0),className:(0,a.A)("k-chip",(n={"k-rtl":"rtl"===c,"k-disabled":e.disabled,"k-selected":y,"k-focus":b},n["k-chip-".concat(s.G.sizeMap[e.size]||e.size)]=e.size,n["k-rounded-".concat(s.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":y,"aria-disabled":e.disabled,"aria-describedby":e.ariaDescribedBy,onFocus:O,onBlur:E,onKeyDown:w}),y&&e.selectedIcon&&r.createElement("span",{className:(0,a.A)("k-chip-icon","k-icon",e.selectedIcon)}),e.icon&&r.createElement("span",{className:(0,a.A)("k-chip-icon","k-icon",e.icon)}),r.createElement("span",{className:"k-chip-content"},void 0!==e.children?e.children:e.text&&r.createElement("span",{"aria-label":e.text,className:"k-chip-label"},e.text)),e.removable&&r.createElement("span",{className:"k-chip-actions"},r.createElement("span",{className:(0,a.A)("k-chip-action","k-chip-remove-action")},r.createElement("span",{className:(0,a.A)("k-icon",e.removeIcon),onClick:C}))))})),le={id:i.string,text:i.string,value:i.any,dir:i.oneOf(["ltr","rtl"]),removable:i.bool,removeIcon:i.string,disabled:i.bool,icon:i.string,selectedIcon:i.string,onRemove:i.func,dataItem:i.any,selected:i.bool,ariaDescribedBy:i.string,size:i.oneOf([null,"small","medium","large"]),rounded:i.oneOf([null,"small","medium","large","full"]),fillMode:i.oneOf([null,"outline","solid"]),themeColor:i.oneOf([null,"base","info","success","warning","error"])};se.displayName="KendoReactChip",se.propTypes=le,se.defaultProps={disabled:!1,removable:!1,removeIcon:"k-i-x-circle",dir:"ltr",size:"medium",rounded:"medium",fillMode:"solid",themeColor:"base"};var ue=n(8259),ce=function(){return ce=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},ce.apply(this,arguments)},pe=r.forwardRef((function(e,t){var n=e.className,o=e.disabled,i=e.text,s=e.icon,l=e.style,u=e.id,c=e.focused,p=e.tabIndex,d=e.index,f=e.dataItem,h=e.item,v=e.onDown,m=e.onClick,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","disabled","text","icon","style","id","focused","tabIndex","index","dataItem","item","onDown","onClick"]),y=r.useRef(null),b=r.useCallback((function(){y.current&&y.current.focus()}),[]),k=r.useCallback((function(){return{element:y.current,focus:b}}),[b]);r.useImperativeHandle(t,k);var x=r.useCallback((function(e){m&&void 0!==d&&!o&&m(e,d)}),[m,d]),C=r.useMemo((function(){return(0,a.A)("k-fab-item",{"k-focus":c,"k-disabled":o},n)}),[n,o,c]),w=h;return r.createElement("li",ce({ref:y,id:u,className:C,style:l,role:"menuitem",tabIndex:(0,$.p)(p,o),"aria-disabled":o,"aria-label":"".concat(i||""," floatingactionbutton item"),onClick:x,onMouseDown:v,onPointerDown:v},g),w?r.createElement(w,{itemIndex:d,item:f}):r.createElement(r.Fragment,null,i&&r.createElement("span",{className:"k-fab-item-text"},i),s&&r.createElement("span",{className:(0,a.A)("k-fab-item-icon k-icon k-i-".concat(s))})))}));pe.propTypes={className:i.string,style:i.object,children:i.any,disabled:i.bool,focused:i.bool,index:i.number,icon:i.string,text:i.string,tabIndex:i.number,customProp:i.any},pe.displayName="KendoFloatingActionButtonItem";var de="16px",fe=function(e){return"number"==typeof e?e+"px":e},he=function(e,t){var n={horizontal:t?"right":"left",vertical:"bottom"};return"end"===e.horizontal&&(n.horizontal=t?"left":"right"),n},ve=function(e,t){var n={horizontal:t?"right":"left",vertical:"top"};return"end"===e.horizontal&&(n.horizontal=t?"left":"right"),n},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)},ge=r.forwardRef((function(e,t){(0,l.s)(u);var n=e.align,o=void 0===n?ye.align:n,i=e.alignOffset,c=e.className,p=e.disabled,d=e.icon,f=e.iconClass,h=e.id,v=e.items,m=e.item,g=e.text,y=e.positionMode,C=void 0===y?ye.positionMode:y,w=e.size,O=void 0===w?ye.size:w,E=e.style,S=e.rounded,P=void 0===S?ye.rounded:S,D=e.themeColor,_=void 0===D?ye.themeColor:D,N=e.overlayStyle,T=e.tabIndex,M=e.accessKey,F=e.popupSettings,R=void 0===F?{}:F,j=e.modal,K=e.onClick,z=e.onItemClick,A=e.onFocus,B=e.onBlur,L=e.onKeyDown,V=e.onOpen,H=e.onClose,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,["align","alignOffset","className","disabled","icon","iconClass","id","items","item","text","positionMode","size","style","rounded","themeColor","overlayStyle","tabIndex","accessKey","popupSettings","modal","onClick","onItemClick","onFocus","onBlur","onKeyDown","onOpen","onClose"]),U=(0,ue.u)(),q=U?U+2:100,G=r.useRef(null),X=r.useRef(null),Z=r.useRef(null),J=r.useRef(null),Q=r.useCallback((function(){X.current&&X.current.focus()}),[]),ee=r.useCallback((function(){return{element:X.current,focus:Q}}),[Q]);r.useImperativeHandle(G,ee),r.useImperativeHandle(t,(function(){return G.current}));var te=r.useState(!1),ne=te[0],oe=te[1],re=r.useState(!1),ie=re[0],ae=re[1],se=r.useState(-1),le=se[0],ce=se[1],ge=r.useMemo((function(){return(0,b.M)()}),[]),be=(0,Y.n)(X,e.dir),ke="rtl"===be,xe=r.useMemo((function(){return(0,b.M)()}),[]);r.useEffect((function(){!function(e,t,n,o){var r=t.horizontal,i=t.vertical;if(e.current){var a=n&&void 0!==n.x?fe(n.x):de,s=n&&void 0!==n.x?"calc(50% + ".concat(fe(n.x),")"):"50%",l=n&&void 0!==n.y?fe(n.y):de,u=n&&void 0!==n.y?"calc(50% + ".concat(fe(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?s:a),e.current.style.setProperty(function(e){return{top:"top",middle:"top",bottom:"bottom"}[e.vertical||"bottom"]}(t),"middle"===i?u:l),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"))}}(X,o,i,ke)}),[X,o,i,ke]),r.useEffect((function(){ie&&X&&X.current&&X.current.focus()}),[ie,X]);var Ce=r.useCallback((function(e,t){v&&(0,x.N)(t?V:H,e,ee(),void 0)}),[V,H,v]),we=r.useCallback((function(e){e.target&&!p&&(!v&&K?(0,x.N)(K,e,ee(),void 0):(oe(!ne),ae(!0),ce(ne?-1:0),Ce(e,!ne)))}),[oe,ae,ce,K,Ce,ne,v,p]),Oe=r.useCallback((function(e){ae(!0),ce(ne?0:-1),A&&(0,x.N)(A,e,ee(),void 0)}),[A,ae,ce]),Ee=r.useCallback((function(e){ae(!1),oe(!1),ce(-1),(0,x.N)(B,e,ee(),void 0),ne&&Ce(e,!1)}),[B,ae,oe,ce,Ce]),Ie=r.useCallback((function(e){e.preventDefault()}),[]),Se=r.useCallback((function(e,t){v&&(v[t].disabled||(0,x.N)(z,e,ee(),{itemProps:v[t],itemIndex:t}))}),[z]),Pe=r.useCallback((function(e,t){e.target&&v&&(ce(t),oe(!1),Se(e,t),Ce(e,!1))}),[ce,oe,Se,Ce]),De=r.useCallback((function(e){document.activeElement===X.current&&e.preventDefault()}),[X,document.activeElement]),_e=r.useCallback((function(e){var t=le,n=v?v.length-1:-1,r="bottom"===o.vertical;switch(e.keyCode){case k.R.enter:case k.R.space:t>=0&&Se(e,t),e.preventDefault(),oe(!ne),ce(ne?-1:0);break;case k.R.esc:e.preventDefault(),oe(!1),ce(-1);break;case k.R.home:e.preventDefault(),ce(0);break;case k.R.end:e.preventDefault(),ce(n);break;case k.R.down:case k.R.right:e.preventDefault(),t<n&&!r&&ce(t+1),t>0&&r&&ce(t-1);break;case k.R.up:case k.R.left:e.preventDefault(),t>0&&!r&&ce(t-1),t<n&&r&&ce(t+1)}(0,x.N)(L,e,ee(),void 0)}),[L,le,ce,ke,oe]),Ne=r.useMemo((function(){var e;return(0,a.A)("k-fab k-fab-solid",((e={"k-fab-sm":"small"===O,"k-fab-md":"medium"===O,"k-fab-lg":"large"===O,"k-disabled":p,"k-pos-absolute":"absolute"===C,"k-pos-fixed":"fixed"===C,"k-focus":ie})["k-rounded-".concat(s.G.roundedMap[P]||P)]=P,e["k-fab-solid-".concat(_)]=_,e),"k-".concat(o.vertical,"-").concat(o.horizontal),c)}),[_,O,P,p,C,o,ie,c]),Te=v&&v.map((function(e,t){return r.createElement(pe,me({},e,{key:t,index:t,id:"".concat(xe,"-").concat(t),disabled:p||e.disabled,focused:le===t,dataItem:e,item:m,className:(0,a.A)(e.className,(n=be||"ltr",i=o.horizontal,{rtl:{end:"k-text-left",start:"k-text-right"},ltr:{start:"k-text-left",end:"k-text-right"}}[n]["end"===i?"end":"start"])),onClick:Pe,onDown:De}));var n,i})),Me=d&&!g,Fe=(X.current?X.current.offsetWidth:0)/2-16;return r.createElement(ue.$.Provider,{value:q},r.createElement(r.Fragment,null,r.createElement("button",me({ref:X,id:h||ge,role:v?"menubutton":"button",type:"button","aria-disabled":p,"aria-expanded":v?ne:void 0,"aria-haspopup":!!v,"aria-label":"".concat(g||""," floatingactionbutton"),"aria-owns":v?xe:void 0,"aria-activedescendant":le>=0&&v?"".concat(xe,"-").concat(le):void 0,tabIndex:(0,$.p)(T,p),accessKey:M,dir:be,disabled:p,className:Ne,style:E,onClick:we,onMouseDown:Ie,onFocus:Oe,onBlur:Ee,onKeyDown:_e},W),d?r.createElement("span",{role:"presentation",className:(0,a.A)("k-fab-icon k-icon k-i-".concat(d))}):f?r.createElement("span",{role:"presentation",className:f}):null,g&&r.createElement("span",{className:"k-fab-text"},g)),j&&ne&&r.createElement("div",{className:"k-overlay",style:me({zIndex:q},N)}),r.createElement(I.G,{ref:J,anchor:X.current,show:ne,animate:R.animate,popupClass:(0,a.A)("k-popup-transparent k-fab-popup",R.popupClass),anchorAlign:R.anchorAlign||he(o,ke),popupAlign:R.popupAlign||ve(o,ke),style:{boxShadow:"none"}},r.createElement("ul",{ref:Z,role:"menu","aria-labelledby":h,id:xe,className:(0,a.A)("k-fab-items",{"k-fab-items-bottom":"bottom"!==o.vertical,"k-fab-items-top":"bottom"===o.vertical}),style:{paddingLeft:Me?Fe:void 0,paddingRight:Me?Fe:void 0}},Te))))}));ge.propTypes={className:i.string,style:i.object,id:i.string,dir:i.string,tabIndex:i.number,accessKey:i.string,disabled:i.bool,icon:i.string,iconClass:i.string,text:i.string,alignOffset:i.shape({x:i.oneOfType([i.number,i.string]),y:i.oneOfType([i.number,i.string])}),align:i.shape({vertical:i.oneOf(["top","middle","bottom"]),horizontal:i.oneOf(["start","center","end"])}),positionMode:i.oneOf(["absolute","fixed"]),size:i.oneOf([null,"small","medium","large"]),rounded:i.oneOf([null,"small","medium","large","full"]),themeColor:i.oneOf([null,"primary","secondary","tertiary","info","success","warning","error","dark","light","inverse"]),modal:i.bool,overlayStyle:i.object};var ye={align:{vertical:"bottom",horizontal:"end"},size:"medium",rounded:"full",themeColor:"primary",positionMode:"fixed"};ge.displayName="KendoFloatingActionButton"},5935:(e,t,n)=>{n.r(t),n.d(t,{Error:()=>f,FloatingLabel:()=>g,Hint:()=>h,Label:()=>d});var o,r=n(3899),i=n(189),a=n(8047),s="labels.optional",l=((o={})[s]="(Optional)",o),u=n(499),c=n(4006),p={name:"@progress/kendo-react-labels",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:1673300517,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"},d=function(e){(0,c.s)(p);var t=e.id,n=e.editorId,o=e.editorRef,i=e.editorDisabled,d=e.children,f=e.editorValid,h=e.style,v=e.className,m=e.optional,g=(0,u.useLocalization)(),y=m?g.toLanguageString(s,l[s]):"",b=y&&r.createElement("span",{className:"k-label-optional"},y),k=r.useCallback((function(e){if(o&&o.current&&!i){o.current.focus&&(e.preventDefault(),o.current.focus());var t=o.current.actionElement;t&&(e.preventDefault(),t.click())}}),[o]),x=(0,a.A)({"k-label":!0,"k-label-empty":!d,"k-text-error":!1===f,"k-text-disabled":!0===i},v);return r.createElement("label",{id:t,htmlFor:n,onClick:k,style:h,className:x},d,b)};d.propTypes={id:i.string,editorId:i.string,editorRef:i.oneOfType([i.func,i.shape({current:i.any})]),editorValid:i.bool,editorDisabled:i.bool,style:i.object,className:i.string,optional:i.bool},d.displayName="KendoReactLabel";var f=function(e){(0,c.s)(p);var t=(0,a.A)({"k-form-error":!0,"k-text-start":"start"===e.direction,"k-text-end":"end"===e.direction},e.className);return r.createElement("div",{id:e.id,role:"alert",style:e.style,className:t},e.children)};f.propTypes={id:i.string,direction:i.oneOf(["start","end"]),children:i.oneOfType([i.element,i.node]),style:i.object,className:i.string},f.defaultProps={direction:"start"},f.displayName="KendoReactError";var h=function(e){(0,c.s)(p);var t=(0,a.A)({"k-form-hint":!0,"k-text-start":"start"===e.direction,"k-text-end":"end"===e.direction,"k-text-disabled":!0===e.editorDisabled},e.className);return r.createElement("div",{id:e.id,style:e.style,className:t},e.children)};h.propTypes={id:i.string,direction:i.oneOf(["start","end"]),children:i.oneOfType([i.element,i.node]),style:i.object,className:i.string,editorDisabled:i.bool},h.defaultProps={direction:"start"},h.displayName="KendoReactHint";var v,m=(v=function(e,t){return v=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},v(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}v(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),g=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)(p),n}return m(t,e),t.prototype.render=function(){var e=this.props,t=e.label,n=e.editorId,o=e.className,i=e.editorValue,c=e.editorPlaceholder,p=e.editorValid,d=e.editorDisabled,f=e.style,h=e.id,v=e.optional,m=(0,u.provideLocalizationService)(this),g=v?m.toLanguageString(s,l[s]):"",y=g&&r.createElement("span",{className:"k-label-optional"},g),b=(0,a.A)({"k-floating-label-container":!0,"k-focus":this.state.focused,"k-empty":!c&&!i&&0!==i,"k-text-disabled":d,"k-rtl":"rtl"===this.props.dir},o),k=(0,a.A)({"k-label":!0,"k-text-error":!1===p,"k-text-disabled":d});return r.createElement("span",{id:this.props.id,className:b,onFocus:this.handleFocus,onBlur:this.handleBlur,style:f,dir:this.props.dir},this.props.children,t?n?r.createElement("label",{id:h,htmlFor:n,className:k},t,y):r.createElement("span",{id:h,className:k},t,y):null)},t.propTypes={label:i.string,editorId:i.string,editorValue:i.oneOfType([i.string,i.bool,i.number]),editorPlaceholder:i.string,editorValid:i.bool,editorDisabled:i.bool,id:i.string,style:i.object,className:i.string,optional:i.bool},t}(r.Component);(0,u.registerForLocalization)(g)},9222:(e,t,n)=>{n.d(t,{G:()=>se,v:()=>ae});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)}))},s="undefined"!=typeof window&&/Firefox/.test(window.navigator.userAgent),l=n(4006),u=n(7827),c=n(8259),p=n(8047);const d="bottom",f="center",h="middle",v="left",m="right",g="top",y="fit",b="flip",k="none";var x,C,w,O=function(e,t,n){var o=0;return e+t>n&&(o=n-(e+t)),e<0&&(o=-e),o},E=function(e){var t=e.offset,n=e.size,o=e.anchorSize,r=e.viewPortSize,i=e.anchorAlignPoint,a=e.elementAlignPoint,s=0,l=2*e.margin;if(a!==i&&a!==f&&a!==h&&i!==f&&i!==h){var u=i===g||i===v;t<0&&u?t+(s=n+o+l)+n>r&&(s=0):t>=0&&!u&&(t+n>r&&(s+=-(o+n+l)),t+s<0&&(s=0))}return s},I=(x=function(e){if(!S())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},w=!1,function(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];return w||(C=x.apply(void 0,e),w=!0),C}),S=function(){return Boolean("undefined"!=typeof window&&window.document&&window.document.createElement)};const P={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:I,canUseDOM:S};function D(e){return e.ownerDocument||e.document||e}const _=function(e){return D(e).defaultView},N=function(e){return D(e).documentElement};var T=0;function M(){if(!T&&"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),T=e.offsetWidth-e.scrollWidth,document.body.removeChild(e)}return T}function F(e){var t=_(e),n=N(e),o={height:t.innerHeight,width:t.innerWidth};return n.scrollHeight-n.clientHeight>0&&(o.width-=M()),o}function R(e){var t=N(e),n=_(e);return{x:n.pageXOffset||t.scrollLeft||0,y:n.pageYOffset||t.scrollTop||0}}const j=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 K(e){return e===(e.ownerDocument||{}).body?R(e):{x:e.scrollLeft,y:e.scrollTop}}const z=function(e){for(var t=e.offsetParent;t&&"static"===t.style.position;)t=t.offsetParent;return t||N(e)};function A(e,t){for(var n=[],o=e.parentNode;o&&(n.push(o),o!==t);)o=o.parentNode;return n}function B(e){for(var t=[],n=e.parentNode.firstElementChild;n;)n!==e&&t.push(n),n=n.nextElementSibling;return t}var L=["font-size","font-family","font-stretch","font-style","font-weight","line-height"],V=function(){return P.canUseDOM()?window:null},H=/auto|scroll/,W=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)},U=function(e){if(!e||!P.hasRelativeStackingContext())return null;for(var t=e.parentElement;t;){if("none"!==window.getComputedStyle(t).transform)return t;t=t.parentElement}return null},q=function(){return P.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,s=n.vertical,l=r.horizontal,u=r.vertical,c=i.horizontal||0,p=i.vertical||0,v=t.top,g=t.left;return s===d&&(v+=t.height),s!==f&&s!==h||(v+=Math.round(t.height/2)),u===d&&(v-=o.height,p*=-1),u!==f&&u!==h||(v-=Math.round(o.height/2),p*=-1),a===m&&(g+=t.width),a!==f&&a!==h||(g+=Math.round(t.width/2)),l===m&&(g-=o.width,c*=-1),l!==f&&l!==h||(g-=Math.round(o.width/2),c*=-1),{top:v+p,left:g+c}},boundingOffset:function(e){if(!e.getBoundingClientRect){var t=F(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=V();if(!t||!e)return[];var n=t.getComputedStyle(e);return L.map((function(e){return{key:e,value:n[e]}}))},getWindow:V,hasOffsetParent:function(e){return!!e&&Boolean(e.offsetParent)},offset:function(e){return e?j(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=j(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?z(t):null,r=function(e,t){var n=_(e),o=n.getComputedStyle(e),r=j(e),i=t||z(e),a=e.ownerDocument,s=i!==a.body&&i!==a.documentElement,l={top:0,left:0};if("fixed"!==o.position&&s){var u=n.getComputedStyle(i);(l=j(i)).top+=parseInt(u.borderTopWidth,10),l.left+=parseInt(u.borderLeftWidth,10)}return{top:r.top-l.top,left:r.left-l.left,height:r.height,width:r.width}}(e,o),i=r.top,a=r.left,s=r.height,l=r.width,u=function(e,t){return e?K(e):function(e){var t=z(e);return t?K(t):{x:0,y:0}}(t)}(o,e),c=u.x,p=u.y,d=e.ownerDocument,f=o===d.body||o===d.documentElement?1:n;return{top:i+p*f,left:a+c*f,height:s,width:l}}(e,t,n||1):null},removeScroll:function(e,t){return{top:e.top-t.y,left:e.left-t.x,height:e.height,width:e.width}},restrictToView:function(e){var t=e.anchorRect,n=e.anchorAlign,o=e.elementRect,r=e.elementAlign,i=e.collisions,a=e.viewPort,s=e.margin;void 0===s&&(s={});var l=o.top,u=o.left,c=o.height,p=o.width,d=a.height,f=a.width,h=s.horizontal||0,v=s.vertical||0,m=0,g=0,k=i.vertical===y,x=i.horizontal===y,C=i.vertical===b,w=i.horizontal===b;k&&(g+=O(l,c,d)),x&&(m+=O(u,p,f)),C&&(g+=E({margin:v,offset:l,size:c,anchorSize:t.height,viewPortSize:d,anchorAlignPoint:n.vertical,elementAlignPoint:r.vertical})),w&&(m+=E({margin:h,offset:u,size:p,anchorSize:t.width,viewPortSize:f,anchorAlignPoint:n.horizontal,elementAlignPoint:r.horizontal}));var I=C&&0!==g,S=w&&0!==m,P=k&&0!==g,D=x&&0!==m;return{flipped:S||I,fitted:P||D,flip:{horizontal:S,vertical:I},fit:{horizontal:D,vertical:P},offset:{left:m,top:g}}},scrollPosition:R,scrollableParents:function(e){var t=[];if(!P.canUseDOM())return t;for(var n=e.parentElement;n;)(H.test(W(n))||n.hasAttribute("data-scrollable"))&&t.push(n),n=n.parentElement;return t.push(window),t},getRelativeContextElement:U,stackingElementOffset:function(e){var t=U(e);return t?j(t):null},stackingElementScroll:function(e){var t=U(e);return t?{x:t.scrollLeft,y:t.scrollTop}:{x:0,y:0}},stackingElementViewPort:function(e){var t=U(e);return t?{height:t.scrollHeight,width:t.scrollWidth}:null},useRelativePosition:function(e){return Boolean(U(e))},windowViewPort:F,zoomLevel:q,isZoomed:function(){return q()>1},zIndex:function(e,t){if(!e||!P.canUseDOM())return null;var n=function(e,t){for(var n,o,r=A(e),i=t;i&&(n=B(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(A(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 X=function(e){var t=e.anchor,n=e.element,o=e.anchorAlign,r=e.elementAlign,i=e.margin,a=e.offset,s=e.positionMode,l=e.scale||1,u="fixed"!==s&&Y.hasOffsetParent(n)?function(e,t,n,o){var r=P.eitherRect(Y.position(e,t,o),n);return P.scaleRect(r,o)}(t,n,a,l):function(e,t,n,o){var r=function(e,t){return e?{x:0,y:0}:Y.scrollPosition(t)}(e,t),i=P.eitherRect(Y.offset(e),n),a=2*o,s=Y.stackingElementScroll(t);1!==o&&s&&(s.x/=a,s.y/=a);var l=Y.stackingElementOffset(t);return 1!==o&&l&&(l.left/=a,l.top/=a),Y.removeScroll(Y.addScroll(P.removeStackingOffset(P.scaleRect(i,o),l),s),r)}(t,n,a,l),c=P.scaleRect(Y.offset(n),l);return Y.align({anchorAlign:o,anchorRect:u,elementAlign:r,elementRect:c,margin:i})};var Z,$={name:"@progress/kendo-react-popup",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:1673300388,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=(Z=function(e,t){return Z=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])},Z(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}Z(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),Q=function(){return Q=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},Q.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,s=t.anchor,l=t.margin,u=t.scale,c=t.positionMode,p=e.style,d=p.width,f=p.height;e.style.width=e.offsetWidth+"px",e.style.height=e.offsetHeight+"px";var h=function(e){var t=e.anchor,n=e.currentLocation,o=e.element,r=e.anchorAlign,i=e.elementAlign,a=e.collisions,s=e.margin,l=e.scale||1,u=Y.offsetAtPoint(o,n),c=P.scaleRect(u,l),p=P.scaleRect(Y.offset(t),l),d=P.eitherRect(p,n),f=e.viewPort||Y.windowViewPort(o);f.width=f.width/l,f.height=f.height/l;var h=Y.restrictToView({anchorAlign:r,anchorRect:d,collisions:a,elementAlign:i,elementRect:c,margin:s,viewPort:f}),v=Y.addOffset(n,h.offset);return{flip:h.flip,flipped:h.flipped,offset:v}}({anchor:s,anchorAlign:o,element:e,elementAlign:r,collisions:i,currentLocation:X({anchor:s,anchorAlign:o,element:e,elementAlign:r,offset:a,margin:l,positionMode:c,scale:u}),margin:n.props.margin});if(e.style.top=h.offset.top+"px",e.style.left=h.offset.left+"px",e.style.width=d,e.style.height=f,n._collisions={fit:h.fit,fitted:h.fitted,flip:h.flip,flipped:h.flipped},n.props.onPosition){var v={target:n,flipped:h.flipped,fitted:h.fitted};n.props.onPosition.call(void 0,v)}},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,l=i.horizontal,u=i.vertical;r="left"===l&&"center"===u?"right":"right"===l&&"center"===u?"left":"top"===u?"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,l=i+"-active",u=function(t){t.target===e&&(e.removeEventListener("transitionend",u),a(e),e.style.display="exit"===o?"none":"",r())};e.addEventListener("transitionend",u);var c=e.ownerDocument;if(c){var p=c.defaultView;if(p){var d=function(){a(e),e.classList.add(i),p.requestAnimationFrame((function(){e.style.transitionDuration=n+"ms",e.classList.add(l)}))};s?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,l.s)($),n.reposition=function(e,t,n){var o,r,i,a;void 0===n&&(n={});var s=0;n=n||{};var l=function(){s=!1===n.leading?0:(new Date).getTime(),o=void 0,a=e.apply(r,i),o||(r=i=null)};return function(){var u=(new Date).getTime();s||!1!==n.leading||(s=u);var c=t-(u-s);return r=void 0,i=arguments,c<=0||c>t?(o&&(clearTimeout(o),o=void 0),s=u,a=e.apply(r,i),o||(r=i=null)):o||!1===n.trailing||(o=window.setTimeout(l,c)),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,s=e.popupAlign,l=e.className,u=e.popupClass,c=e.style,p=e.offset,d=e.contentKey,f=Q(Q({},t),{props:{show:n,anchor:o,anchorAlign:r,appendTo:i,collision:a,popupAlign:s,className:l,popupClass:u,style:c,offset:p,contentKey:d}});return e.show?t.current===te.hidden||t.current===te.hiding?Q(Q({},f),{current:te.showing,previous:t.current}):t.current===te.showing?Q(Q({},f),{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(s,t.props.popupAlign)&&ee(c,t.props.style)&&o===t.props.anchor&&u===t.props.popupClass&&l===t.props.className?f:Q(Q({},f),{current:te.reposition,previous:t.current}):t.current===te.hiding||t.current===te.hidden?Q(Q({},f),{current:te.hidden,previous:t.current}):Q(Q({},f),{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,s=t.show,l=t.id,d=t.positionMode,f=this.props.appendTo?this.props.appendTo:u.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 h=Object.assign({},{position:d,top:0,left:-1e4},this.props.style||{}),v=this.state.current===te.hiding;if((s||v)&&f){var m=this.getCurrentZIndex(),g=o.createElement(c.$.Provider,{value:m},o.createElement("div",{className:(0,p.A)("k-animation-container","k-animation-container-relative",i),id:l,ref:function(t){return e._popup=t},style:Q({zIndex:m},h)},o.createElement("div",{className:(0,p.A)("k-popup",a,"k-child-animation-container"),style:{transitionDelay:"0ms"}},n)));return null!==this.props.appendTo?r.createPortal(g,f):g}return null},Object.defineProperty(t.prototype,"animationDuration",{get:function(){var e=this.props.animate,t=0,n=0;return e&&(!0===e?t=n=300:(t=e.openDuration||0,n=e.closeDuration||0)),{enter:t,exit:n}},enumerable:!1,configurable:!0}),t.prototype.attachRepositionHandlers=function(e){var t=this;this.detachRepositionHandlers(),this._scrollableParents=Y.scrollableParents(this.props.anchor||e),this._scrollableParents&&this._scrollableParents.map((function(e){return e.addEventListener("scroll",t.reposition)})),window.addEventListener("resize",this.reposition)},t.prototype.detachRepositionHandlers=function(){var e=this;this._scrollableParents&&(this._scrollableParents.map((function(t){return t.removeEventListener("scroll",e.reposition)})),this._scrollableParents=void 0),window.removeEventListener("resize",this.reposition)},t.prototype.reposition=function(){this.setState({current:te.reposition,previous:this.state.current})},t.propTypes={anchor:function(e){var t=e.anchor;return t&&"number"!=typeof t.nodeType?new Error("Invalid prop `anchor` supplied to `Kendo React Popup`. Validation failed."):null},appendTo:function(e){var t=e.appendTo;return t&&"number"!=typeof t.nodeType?new Error("Invalid prop `appendTo` supplied to `Kendo React Popup`. Validation failed."):null},className:i.oneOfType([i.string,i.arrayOf(i.string),i.object]),id:i.string,popupClass:i.oneOfType([i.string,i.arrayOf(i.string),i.object]),collision:i.shape({horizontal:i.oneOf([y,b,k]),vertical:i.oneOf([y,b,k])}),anchorAlign:i.shape({horizontal:i.oneOf([v,f,m]),vertical:i.oneOf([g,f,d])}),popupAlign:i.shape({horizontal:i.oneOf([v,f,m]),vertical:i.oneOf([g,f,d])}),offset:i.shape({left:i.number,top:i.number}),children:i.oneOfType([i.element,i.node]),show:i.bool,animate:i.oneOfType([i.bool,i.shape({openDuration:i.number,closeDuration:i.number})]),margin:i.shape({horizontal:i.number,vertical:i.number}),positionMode:i.oneOf(["fixed","absolute"]),scale:i.number,style:i.object,onClose:i.func,onPosition:i.func,onOpen:i.func},t.defaultProps={collision:{horizontal:y,vertical:b},anchorAlign:{horizontal:v,vertical:d},popupAlign:{horizontal:v,vertical:g},offset:ne,animate:!0,show:!1,margin:{horizontal:0,vertical:0},positionMode:"absolute"},t.contextType=c.$,t.displayName="PopupComponent",t}(o.Component),ie=function(){return ie=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},ie.apply(this,arguments)},ae=o.createContext((function(e){return e})),se=o.forwardRef((function(e,t){var n=o.useContext(ae).call(void 0,e);return o.createElement(re,ie({ref:t},n))}));se.displayName="Popup"},5362:(e,t,n)=>{n.r(t),n.d(t,{Popup:()=>o.G,PopupPropsContext:()=>o.v});var o=n(9222)},2872:(e,t,n)=>{n.r(t),n.d(t,{TreeView:()=>ye,TreeViewDragAnalyzer:()=>_e,TreeViewDragClue:()=>De,TreeViewItemPropsContext:()=>pe,handleTreeViewCheckChange:()=>Ie,moveTreeViewItem:()=>Ee,processTreeViewItems:()=>ke});var o=n(3899),r=n(189),i=n(2697),a=n(3198),s=n(8047),l=n(3493),u=n(5407),c="_";function p(e,t,n){if(y(e))return t[Number(e)];var o=t[Number(d(e))],r=o&&o[n]||[];return r.length?p(f(e),r,n):void 0}function d(e){return g(e)?e:e.split(c)[0]}function f(e){if(g(e))return e;var t=e.indexOf(c);return e.substring(t+1)}function h(e){return v("0",e)}function v(e,t){return e=e.toString(),t?t+c+e:e}function m(e){var t=e.lastIndexOf(c);return t<0?"":e.substring(0,t)}function g(e){return""===e||e.indexOf(c)<0}function y(e){return""!==e&&e.indexOf(c)<0}function b(e){return e.split(c)}function k(e){var t=e.lastIndexOf(c);return t<0?e:e.substring(t+1)}const x=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}();function C(e,t){var n=(e||"").split("."),o=t;return n.forEach((function(e){o=o?o[e]:void 0})),o}function w(e){return void 0!==e.length}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)};function E(e,t){var n=C(t,e);return Boolean(n&&n.length)}function I(e,t){return t.expanded(e)&&E(e,t.getChildrenField())}function S(e,t,n,o){var r=[],i=new x;return i.init(e),M(i,t,n,"",r,o),r}function P(e,t,n,o,r){var i,a=Number(d(t));if(a>=e.length)return e;var s=e,l=e[a];return l[o]||(l=(s=e.slice())[a]=Object.assign({},l,((i={})[o]=!0,i))),y(t)?n(l):l[r]&&(l[r]=P(l[r],f(t),n,o,r)),s}function D(e,t,n){for(var o=b(e),r=t,i=0;i<o.length;i++){var a=r[Number(o[i])];if(n.disabled(a))return!1;r=a[n.getChildrenField()]}return!0}function _(e,t,n,o,r){return(e[o]||[]).every((function(e,o){return r.indexOf(n?C(n,e):v(o,t))>-1}))}function N(e,t,n){var o=n.slice();if(y(e))o.splice(Number(e),1);else{var r=Number(d(e)),i=o[r]=O({},o[r]);i[t]=N(f(e),t,i[t])}return o}function T(e,t,n,o,r){var i=r.slice();if(y(o))if("child"===t){var a=i[Number(o)]=O({},i[Number(o)]);a[n]?(a[n]=a[n].slice(),a[n].push(e)):a[n]=[e]}else i.splice(Number(o)+("after"===t?1:0),0,e);else{var s=Number(d(o)),l=i[s]=O({},i[s]);l[n]=T(e,t,n,f(o),l[n])}return i}function M(e,t,n,o,r,i){for(var a=0;a<n.length;a++){var s=n[a],l=v(a,o);e.hasId(C(t,s))&&r.push(l),E(s,i)&&M(e,t,C(i,s),l,r,i)}}function F(e,t,n,o,r){switch(o){case l.R.left:return y(t)||r.expanded(e)&&D(t,n,r)?t:m(t);case l.R.right:return I(e,r)?h(t):t;case l.R.up:return i=Number(k(t)),a=m(t),i?j(v(i-1,a),n,r):y(t)?t:a;case l.R.down:return I(e,r)?h(t):R(t,n,r)||t;case l.R.home:return"0";case l.R.end:return function(){for(var e,t=(n.length-1).toString(),o=n[n.length-1];I(o,r);)t=v((e=o[r.getChildrenField()]).length-1,t),o=e[e.length-1];return t}();default:return t}var i,a}function R(e,t,n){var o=m(e),r=o?p(o,t,n.getChildrenField()):void 0,i=r?r[n.getChildrenField()]:t,a=Number(k(e));return a<i.length-1?v(a+1,o):r?R(o,t,n):void 0}function j(e,t,n){var o=p(e,t,n.getChildrenField());return I(o,n)?j(v(o[n.getChildrenField()].length-1,e),t,n):e}var K=n(1779),z=n(3228),A=n(6144);const B=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},L=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},V={"animation-container":"k-animation-container","animation-container-relative":"k-animation-container-relative","animation-container-fixed":"k-animation-container-fixed","push-right-enter":"k-push-right-enter","push-right-appear":"k-push-right-appear","push-right-enter-active":"k-push-right-enter-active","push-right-appear-active":"k-push-right-appear-active","push-right-exit":"k-push-right-exit","push-right-exit-active":"k-push-right-exit-active","push-left-enter":"k-push-left-enter","push-left-appear":"k-push-left-appear","push-left-enter-active":"k-push-left-enter-active","push-left-appear-active":"k-push-left-appear-active","push-left-exit":"k-push-left-exit","push-left-exit-active":"k-push-left-exit-active","push-down-enter":"k-push-down-enter","push-down-appear":"k-push-down-appear","push-down-enter-active":"k-push-down-enter-active","push-down-appear-active":"k-push-down-appear-active","push-down-exit":"k-push-down-exit","push-down-exit-active":"k-push-down-exit-active","push-up-enter":"k-push-up-enter","push-up-appear":"k-push-up-appear","push-up-enter-active":"k-push-up-enter-active","push-up-appear-active":"k-push-up-appear-active","push-up-exit":"k-push-up-exit","push-up-exit-active":"k-push-up-exit-active",expand:"k-expand","expand-vertical-enter":"k-expand-vertical-enter","expand-vertical-appear":"k-expand-vertical-appear","expand-vertical-enter-active":"k-expand-vertical-enter-active","expand-vertical-appear-active":"k-expand-vertical-appear-active","expand-vertical-exit":"k-expand-vertical-exit","expand-vertical-exit-active":"k-expand-vertical-exit-active","expand-horizontal-enter":"k-expand-horizontal-enter","expand-horizontal-appear":"k-expand-horizontal-appear","expand-horizontal-enter-active":"k-expand-horizontal-enter-active","expand-horizontal-appear-active":"k-expand-horizontal-appear-active","expand-horizontal-exit":"k-expand-horizontal-exit","expand-horizontal-exit-active":"k-expand-horizontal-exit-active","child-animation-container":"k-child-animation-container","fade-enter":"k-fade-enter","fade-appear":"k-fade-appear","fade-enter-active":"k-fade-enter-active","fade-appear-active":"k-fade-appear-active","fade-exit":"k-fade-exit","fade-exit-active":"k-fade-exit-active","zoom-in-enter":"k-zoom-in-enter","zoom-in-appear":"k-zoom-in-appear","zoom-in-enter-active":"k-zoom-in-enter-active","zoom-in-appear-active":"k-zoom-in-appear-active","zoom-in-exit":"k-zoom-in-exit","zoom-in-exit-active":"k-zoom-in-exit-active","zoom-out-enter":"k-zoom-out-enter","zoom-out-appear":"k-zoom-out-appear","zoom-out-enter-active":"k-zoom-out-enter-active","zoom-out-appear-active":"k-zoom-out-appear-active","zoom-out-exit":"k-zoom-out-exit","zoom-out-exit-active":"k-zoom-out-exit-active","slide-in-appear":"k-slide-in-appear",centered:"k-centered","slide-in-appear-active":"k-slide-in-appear-active","slide-down-enter":"k-slide-down-enter","slide-down-appear":"k-slide-down-appear","slide-down-enter-active":"k-slide-down-enter-active","slide-down-appear-active":"k-slide-down-appear-active","slide-down-exit":"k-slide-down-exit","slide-down-exit-active":"k-slide-down-exit-active","slide-up-enter":"k-slide-up-enter","slide-up-appear":"k-slide-up-appear","slide-up-enter-active":"k-slide-up-enter-active","slide-up-appear-active":"k-slide-up-appear-active","slide-up-exit":"k-slide-up-exit","slide-up-exit-active":"k-slide-up-exit-active","slide-right-enter":"k-slide-right-enter","slide-right-appear":"k-slide-right-appear","slide-right-enter-active":"k-slide-right-enter-active","slide-right-appear-active":"k-slide-right-appear-active","slide-right-exit":"k-slide-right-exit","slide-right-exit-active":"k-slide-right-exit-active","slide-left-enter":"k-slide-left-enter","slide-left-appear":"k-slide-left-appear","slide-left-enter-active":"k-slide-left-enter-active","slide-left-appear-active":"k-slide-left-appear-active","slide-left-exit":"k-slide-left-exit","slide-left-exit-active":"k-slide-left-exit-active","reveal-vertical-enter":"k-reveal-vertical-enter","reveal-vertical-appear":"k-reveal-vertical-appear","reveal-vertical-enter-active":"k-reveal-vertical-enter-active","reveal-vertical-appear-active":"k-reveal-vertical-appear-active","reveal-vertical-exit":"k-reveal-vertical-exit","reveal-vertical-exit-active":"k-reveal-vertical-exit-active","reveal-horizontal-enter":"k-reveal-horizontal-enter","reveal-horizontal-appear":"k-reveal-horizontal-appear","reveal-horizontal-enter-active":"k-reveal-horizontal-enter-active","reveal-horizontal-appear-active":"k-reveal-horizontal-appear-active","reveal-horizontal-exit":"k-reveal-horizontal-exit","reveal-horizontal-exit-active":"k-reveal-horizontal-exit-active"};var H,W=(H=function(e,t){return H=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])},H(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}H(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)},q=V,G=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.elementRef=o.createRef(),t}return W(t,e),Object.defineProperty(t.prototype,"element",{get:function(){return this.elementRef.current},enumerable:!1,configurable:!0}),t.prototype.render=function(){var e=this,t=this.props,n=t.children,r=t.style,i=t.appear,a=t.enter,l=t.exit,u=t.transitionName,c=t.transitionEnterDuration,p=t.transitionExitDuration,d=t.className,f=t.onEnter,h=t.onEntering,v=t.onEntered,m=t.onExit,g=t.onExiting,y=t.onExited,b=t.onAfterExited,k=t.mountOnEnter,x=t.unmountOnExit,C=t.animationEnteringStyle,w=t.animationEnteredStyle,O=t.animationExitingStyle,E=t.animationExitedStyle,I=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(t,["children","style","appear","enter","exit","transitionName","transitionEnterDuration","transitionExitDuration","className","onEnter","onEntering","onEntered","onExit","onExiting","onExited","onAfterExited","mountOnEnter","unmountOnExit","animationEnteringStyle","animationEnteredStyle","animationExitingStyle","animationExitedStyle"]),S=(0,s.A)(d,q["child-animation-container"]),P=U({transitionDelay:"0ms"},r),D={entering:U({transitionDuration:"".concat(c,"ms")},C),entered:U({},w),exiting:U({transitionDuration:"".concat(p,"ms")},O),exited:U({},E)},_={in:this.props.in,appear:i,enter:a,exit:l,mountOnEnter:k,unmountOnExit:x,timeout:{enter:c,exit:p},onEnter:function(){f&&f.call(void 0,{animatedElement:e.element,target:e})},onEntering:function(){h&&h.call(void 0,{animatedElement:e.element,target:e})},onEntered:function(){v&&v.call(void 0,{animatedElement:e.element,target:e})},onExit:function(){m&&m.call(void 0,{animatedElement:e.element,target:e})},onExiting:function(){g&&g.call(void 0,{animatedElement:e.element,target:e})},onExited:function(){b&&b.call(void 0,{animatedElement:e.element,target:e}),y&&y.call(void 0,{animatedElement:e.element,target:e})},classNames:{appear:q["".concat(u,"-appear")]||"".concat(u,"-appear"),appearActive:q["".concat(u,"-appear-active")]||"".concat(u,"-appear-active"),enter:q["".concat(u,"-enter")]||"".concat(u,"-enter"),enterActive:q["".concat(u,"-enter-active")]||"".concat(u,"-enter-active"),exit:q["".concat(u,"-exit")]||"".concat(u,"-exit"),exitActive:q["".concat(u,"-exit-active")]||"".concat(u,"-exit-active")}};return o.createElement(A.CSSTransition,U({},_,I,{nodeRef:this.elementRef}),(function(t){return o.createElement("div",{style:U(U({},P),D[t]),className:S,ref:e.elementRef},n)}))},t.propTypes={in:r.bool,children:r.oneOfType([r.arrayOf(r.node),r.node]),transitionName:r.string.isRequired,className:r.string,appear:r.bool,enter:r.bool,exit:r.bool,transitionEnterDuration:r.number.isRequired,transitionExitDuration:r.number.isRequired,mountOnEnter:r.bool,unmountOnExit:r.bool,animationEnteringStyle:r.object,animationEnteredStyle:r.object,animationExitingStyle:r.object,animationExitedStyle:r.object},t.defaultProps={mountOnEnter:!0,unmountOnExit:!1,onEnter:z.Z,onEntering:z.Z,onEntered:z.Z,onExit:z.Z,onExiting:z.Z,onExited:z.Z,onAfterExited:z.Z,animationEnteringStyle:{},animationEnteredStyle:{},animationExitingStyle:{},animationExitedStyle:{}},t}(o.Component),Y=n(4006),X={name:"@progress/kendo-react-animation",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:1673300312,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"},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)}}(),$=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)},J=V,Q=function(e){function t(t){var n=e.call(this,t)||this;return(0,Y.s)(X),n}return Z(t,e),t.prototype.render=function(){var e=this.props,t=e.id,n=e.style,r=e.children,i=e.component,a=e.className,l=e.childFactory,u=(e.stackChildren,e.componentChildStyle),c=e.componentChildClassName,p=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(e,["id","style","children","component","className","childFactory","stackChildren","componentChildStyle","componentChildClassName"]),d={id:t,style:n,component:i,childFactory:l,className:(0,s.A)(J["animation-container"],J["animation-container-relative"],a)},f=o.Children.map(r||null,(function(e){return o.createElement(G,$({},p,{style:u,className:c}),e)}));return o.createElement(A.TransitionGroup,$({},d),f)},t.propTypes={children:r.oneOfType([r.arrayOf(r.node),r.node]),childFactory:r.any,className:r.string,component:r.string,id:r.string,style:r.any,transitionName:r.string.isRequired,appear:r.bool.isRequired,enter:r.bool.isRequired,exit:r.bool.isRequired,transitionEnterDuration:r.number.isRequired,transitionExitDuration:r.number.isRequired},t.defaultProps={component:"div"},t}(o.Component),ee=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),te=function(){return te=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},te.apply(this,arguments)},ne=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=z.Z);var o=e.firstChild;if(o){var r=B(o),i=L(o);t.setState({maxHeight:r,maxWidth:i},n)}},t}return ee(t,e),t.prototype.render=function(){var e,t=this.props,n=t.direction,r=t.children,i=t.childFactory,a=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,l=s.maxHeight,u=s.maxWidth,c={maxHeight:(e="vertical"===n?{maxHeight:l?"".concat(l,"px"):""}:{maxWidth:u?"".concat(u,"px"):""}).maxHeight,maxWidth:e.maxWidth};return o.createElement(Q,te({},a,{childFactory:function(t){var n=i?i(t):t;return n.props.in?n:o.cloneElement(n,te(te({},n.props),{style:te(te({},n.props.style),{maxHeight:e.maxHeight,maxWidth:e.maxWidth})}))},onEnter:this.componentWillEnter,onEntering:this.componentIsEntering,onExit:this.componentWillExit,animationEnteringStyle:c,transitionName:"reveal-".concat(n)}),r)},t.propTypes={children:r.oneOfType([r.arrayOf(r.node),r.node]),childFactory:r.any,className:r.string,direction:r.oneOf(["horizontal","vertical"]),component:r.string,id:r.string,style:r.any},t.defaultProps={appear:!1,enter:!0,exit:!0,transitionEnterDuration:300,transitionExitDuration:300,direction:"vertical"},t}(o.Component),oe="expanded",re="items",ie="selected",ae="checked",se="checkIndeterminate",le=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function 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)},ce=i.G.sizeMap,pe=o.createContext((function(e){return e})),de=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.assignDraggableMeta=function(e){e&&(e._kendoItemId=t.props.itemId,e._kendoTreeViewGuid=t.props.treeGuid)},t}return le(t,e),t.prototype.render=function(){var e=this,t=this.renderSubitemsIfApplicable(),n=this.renderItemInPart();return o.createElement("li",{className:(0,s.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(K._,{onPress:this.onPress,onDrag:this.onDrag,onRelease:this.onRelease},n):n),this.props.animate?o.createElement(ne,{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,s.A)("k-checkbox-wrap")},o.createElement("input",{type:"checkbox",className:(0,s.A)("k-checkbox k-rounded-md",(e={},e["k-checkbox-".concat(ce[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)||E(this.item,this.fieldsSvc.getChildrenField()))&&o.createElement("span",{className:(0,s.A)("k-treeview-toggle",{"k-disabled":this.disabled})},o.createElement("span",{className:this.getIconClassName(),onClick:this.onExpandChange}))},t.prototype.renderSubitemsIfApplicable=function(){var e=this,t=this.fieldsSvc.children(this.item);return I(this.item,this.fieldsSvc)?o.createElement("ul",{className:"k-treeview-group",role:"group"},t.map((function(n,r){return o.createElement(fe,{item:n,position:0===r?"top":r===t.length-1?"bot":"mid",itemId:v(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,key:r,size:e.props.size,disabled:e.disabled})}))):void 0},t.prototype.renderItemInPart=function(){return o.createElement("span",{className:(0,s.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},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)||E(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.getIconClassName=function(){var e=this.fieldsSvc.expanded(this.item);return(0,s.A)("k-icon",{"k-i-caret-alt-right":!e,"k-i-caret-alt-down":e,"k-i-loading":e&&!E(this.item,this.fieldsSvc.getChildrenField())})},t.defaultProps={position:"top"},t}(o.Component),fe=o.forwardRef((function(e,t){var n=o.useContext(pe).call(void 0,e);return o.createElement(de,ue({ref:t},n))}));fe.displayName="TreeViewItem";const he=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 C(this.expandField,e)},e.prototype.selected=function(e){return C(this.selectField,e)},e.prototype.text=function(e){return C(this.textField,e)},e.prototype.disabled=function(e){return C(this.disableField,e)},e.prototype.hasChildren=function(e){return C(this.hasChildrenField,e)},e.prototype.children=function(e){return C(this.childrenField,e)||[]},e.prototype.checked=function(e){return C(this.checkField,e)},e.prototype.checkIndeterminate=function(e){return C(this.checkIndeterminateField,e)},e.prototype.focusId=function(e){return this.focusIdField&&C(this.focusIdField,e)},e.prototype.getChildrenField=function(){return this.childrenField},e}();var ve={name:"@progress/kendo-react-treeview",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:1673300585,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"},me=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)}}(),ge=i.G.sizeMap,ye=function(e){function t(t){var n=e.call(this,t)||this;return n.state={focusedItemId:void 0,focusedItemPublicId:void 0,tabbableItemId:"0"},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,s=e.clientY;n.props.onItemDragOver&&n.props.onItemDragOver.call(void 0,{target:n,item:t,itemHierarchicalIndex:o,pageX:r,pageY:i,clientX:a,clientY:s})},n.onRelease=function(e,t,o){var r=e.pageX,i=e.pageY,a=e.clientX,s=e.clientY;n.props.onItemDragEnd&&n.props.onItemDragEnd.call(void 0,{target:n,item:t,itemHierarchicalIndex:o,pageX:r,pageY:i,clientX:a,clientY:s})},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=F(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)}},(0,Y.s)(ve),n}return me(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 he(this.props);var n=this.props,r=n.size,i=n.className;return o.createElement("div",{className:(0,s.A)("k-treeview",(e={},e["k-treeview-".concat(ge[r]||r)]=r,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(fe,{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,key:n,size:r})}))))},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&&D(n.state.focusedItemId,n.data,n.fieldsSvc)};e.keyCode===l.R.left&&this.fieldsSvc.expanded(t)&&o()||e.keyCode===l.R.right&&!this.fieldsSvc.expanded(t)&&(this.fieldsSvc.hasChildren(t)||E(t,this.props.childrenField))&&o()?this.dispatchExpandChange(e,t,this.state.focusedItemId):e.keyCode===l.R.enter&&o()?this.dispatchItemClick(e,t,this.state.focusedItemId):e.keyCode===l.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 p(e,this.data,this.props.childrenField||re)},t.prototype.dispatchCheckChange=function(e,t,n){(0,u.N)(this.props.onCheckChange,e,this,{item:t,itemHierarchicalIndex:n})},t.prototype.dispatchExpandChange=function(e,t,n){(0,u.N)(this.props.onExpandChange,e,this,{item:t,itemHierarchicalIndex:n})},t.prototype.dispatchItemClick=function(e,t,n){(0,u.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):(n=S([e],this.fieldsSvc.focusIdField,this.data,this.props.childrenField)).length?n[0]:void 0;t!==this.state.focusedItemId&&(this.allowExplicitFocus=!0,this.setState({focusedItemId:t}))}}var n},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"])},t.defaultProps={animate:!0,expandField:oe,selectField:ie,hasChildrenField:"hasChildren",childrenField:re,textField:"text",disableField:"disabled",checkField:ae,checkIndeterminateField:se,size:"medium"},t}(o.Component),be=function(){return be=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},be.apply(this,arguments)};function ke(e,t){if(!e||!e.length)return[];var n=e,o=t.cloneField||"cloned",r=t.expandField||oe,i=t.selectField||ie,a=t.checkField||ae,s=t.childrenField||re;return n=xe(n,r,t.expand,o,s),n=xe(n,i,t.select,o,s),function(e,t,n){if(n&&!w(n)&&n.applyCheckIndeterminate)for(var o=Ce(n,ae).field,r=n.checkIndeterminateField||se,i=0;i<e.length;i++){var a=e[i],s=a[t];s&&Oe(s,C(o,a)?[]:[a],t,o,r)}}(n=xe(n,a,t.check,o,s),s,t.check),n}function xe(e,t,n,o,r){if(n){var i=Ce(n,t),a=i.ids,s=i.field;return function(e,t,n,o,r){var i=e;return t.forEach((function(e){i=P(i,e,(function(e){return we(n,e)}),o,r)})),i}(e,!w(n)&&n.idField?S(a,n.idField,e,r):a,s,o,r)}return e}function Ce(e,t){var n,o;return w(e)?(n=e,o=t):(n=e.ids||[],o=e.operationField||t),{ids:n,field:o}}function we(e,t){for(var n=(e||"").split("."),o=t,r=0;r<n.length;r++){var i=n[r];if(r===n.length-1)o[i]=!0;else{if(void 0===o[i])return;o[i]=be({},o[i]),o=o[i]}}}function Oe(e,t,n,o,r){for(var i=!1,a=0;a<e.length;a++){var s=e[a];if(C(o,s)){if(!i)for(var l=0;l<t.length;l++)we(r,t[l]);i=!0,s[n]&&Oe(s[n],[],n,o,r)}else s[n]&&Oe(s[n],i?[s]:t.concat([s]),n,o,r)}}function Ee(e,t,n,o,r,i){var a=i||re;if(!(t&&t.length&&e&&o)||r&&!r.length||!p(o,r&&r!==t?r:t,a))return h();var s=p(e,t,a);if(!s)return h();if(r&&r!==t)return{sourceData:N(e,a,t),targetData:T(s,n,a,o,r)};if("".concat(o,"_").startsWith("".concat(e,"_")))return h();var l=N(e,a,t),u=T(s,n,a,function(e,t){var n=t;t="r_"+t;var o=m(e="r_"+e)+c;if(t.startsWith(o)){var r=t.substring(o.length);if(r){var i=d(r);if(Number(k(e))<Number(i))return f(o+(Number(i)-1).toString()+r.substring(i.length))}}return n}(e,o),l);return r?{sourceData:u,targetData:u}:u;function h(){return r?{sourceData:t,targetData:r}:t}}function Ie(e,t,n,o,r){if(void 0===o&&(o={}),!n||!n.length)return[];var i,a=function(e){var t,n=void 0;return w(e)?t=e:(t=e.ids||[],n=e.idField),{ids:t,idField:n}}(t),s=a.ids,l=a.idField,u=l?C(l,e.item):e.itemHierarchicalIndex,c=s.indexOf(u),d=-1===c,f=r||re;return o.singleMode?i=d?[u]:[]:(i=s.slice(),d?i.push(u):i.splice(c,1),o.checkChildren&&function(e,t,n,o,r,i){(function(e,t,n,o){return o?function e(t){for(var r=[],i=t[n]||[],a=0;a<i.length;a++)r.push(C(o,i[a])),r=r.concat(e(i[a]));return r}(e):function e(t,o){for(var r=[],i=t[n]||[],a=0;a<i.length;a++){var s=v(a,o);r.push(s),r=r.concat(e(i[a],s))}return r}(e,t)})(e,t,r,o).forEach((function(e){n&&-1===i.indexOf(e)?i.push(e):!n&&i.indexOf(e)>-1&&i.splice(i.indexOf(e),1)}))}(e.item,e.itemHierarchicalIndex,d,l,f,i),o.checkParents&&function(e,t,n,o,r,i){var a=function(){var r,a,s;return 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:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){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,s])}}}(this,(function(l){switch(l.label){case 0:if(!n)return[3,5];r=function(e,t,n){for(var o=[],r=b(e),i=n,a=0;a<r.length-1&&i;a++){var s=i[Number(r[a])];o.push(s),i=s[t]}return o}(e,o,i),a=r.length-1,l.label=1;case 1:return a>-1?[4,{id:C(n,r[a]),item:t?r[a]:void 0}]:[3,4];case 2:l.sent(),l.label=3;case 3:return a--,[3,1];case 4:return[3,8];case 5:s=m(e),l.label=6;case 6:return s?[4,{id:s,item:t?p(s,i,o):void 0}]:[3,8];case 7:return l.sent(),s=m(s),[3,6];case 8:return[2]}}))}(),s=a.next();t?function(){for(;!s.done;){var e=s.value,t=e.id,i=e.item;if(-1!==r.indexOf(t)||!_(i,t,n,o,r))break;r.push(t),s=a.next()}}():function(){for(;!s.done;){var e=s.value.id,t=r.indexOf(e);if(!(t>-1))break;r.splice(t,1),s=a.next()}}()}(e.itemHierarchicalIndex,d,l,f,i,n)),w(t)?i:Object.assign({},t,{ids:i})}var Se=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)}}(),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)},De=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={visible:!1,top:0,left:0,text:"",operationClassName:"k-i-cancel"},t}return Se(t,e),t.prototype.render=function(){var e={top:this.state.top+"px",left:this.state.left+"px"};return this.state.visible&&o.createElement("div",{className:"k-header k-drag-clue",style:Pe(Pe({},this.props.style),e)},o.createElement("span",{className:(0,s.A)("k-icon k-drag-status k-icon-with-modifier",this.state.operationClassName)},o.createElement("span",{className:"k-icon k-icon-modifier"})),this.state.text)},t.prototype.show=function(e,t,n,o){this.setState({visible:!0,top:e,left:t,text:n,operationClassName:o})},t.prototype.hide=function(){this.setState({visible:!1})},t.defaultProps={style:{display:"block",position:"absolute",zIndex:2e4,padding:"4px 6px"}},t}(o.PureComponent),_e=function(){function e(e){this.event=e,this.initialized=!1,this.destItemId="",this.destTreeViewGuid="",this.itemId=e.itemHierarchicalIndex,this.treeViewGuid=e.target.guid}return e.prototype.init=function(){return this.initialized||(this.setDestimationMeta(document.elementFromPoint(this.event.clientX,this.event.clientY)),this.initialized=!0),this},Object.defineProperty(e.prototype,"isDropAllowed",{get:function(){return!!(this.initialized&&this.destItemId&&this.destTreeViewGuid)&&!"".concat(this.destTreeViewGuid,"_").concat(this.destItemId,"_").startsWith("".concat(this.treeViewGuid,"_").concat(this.itemId,"_"))},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"destinationMeta",{get:function(){return{itemHierarchicalIndex:this.destItemId,treeViewGuid:this.destTreeViewGuid}},enumerable:!1,configurable:!0}),e.prototype.getDropOperation=function(){if(this.initialized&&this.isDropAllowed){var e=this.destDomNodeWithMeta.getBoundingClientRect(),t=e.top;return t+e.height-this.event.clientY<6?"after":this.event.clientY-t<6?"before":"child"}},e.prototype.setDestimationMeta=function(e){for(var t=e;t&&!t._kendoItemId;)t=t.parentNode;t&&t._kendoItemId&&(this.destDomNodeWithMeta=t,this.destItemId=t._kendoItemId,this.destTreeViewGuid=t._kendoTreeViewGuid)},e}()},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 s=o.useCallback((function(t){e.onPress&&e.onPress({element:a(),target:i.current,event:t})}),[a,e.onPress]),l=o.useCallback((function(t){e.onRelease&&e.onRelease({element:a(),target:i.current,event:t})}),[a,e.onRelease]),u=o.useCallback((function(t){e.onDragStart&&e.onDragStart({element:a(),target:i.current,event:t})}),[e,a]),c=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:s,onRelease:l,onDragStart:u,onDrag:c,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"},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"object"==typeof e?Object.keys(e).forEach((function(t){n[t]=e[t]})):n[e]=!0},r=function(e){return e.filter((function(e){return!0!==e&&!!e})).map((function(e){return Array.isArray(e)?r(e):o(e)}))};return r(e),Object.keys(n).map((function(e){return n[e]&&e||null})).filter((function(e){return null!==e})).join(" ")}},8259:(e,t,n)=>{n.d(t,{$:()=>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:()=>s,tk:()=>l});var o=n(3899),r=n(3228),i=o.createContext([void 0,r.Z]),a=o.createContext([void 0,r.Z]),s=o.createContext([[],r.Z,r.Z]),l=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}},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}},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:()=>m});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},s=function(e){var t=i(),n=a(e);return t.edge||t.safari?n.body:n.documentElement},l=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},u=function(e){var t=s(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&&!l(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 c=function(){},p=function(e,t,n){void 0===n&&(n={});var r,i,l,p,d,f=n.onIsPressedChange,h=void 0===f?c:f,v=n.onIsScrollingChange,m=void 0===v?c:v,g=n.onVelocityChange,y=void 0===g?c:g,b=n.onOffsetChange,k=void 0===b?c:b,x=n.onPageOffsetChange,C=void 0===x?c:x,w=n.onClientOffsetChange,O=void 0===w?c:w,E=n.onScrollOffsetChange,I=void 0===E?c:E,S=n.onInitialScrollOffsetChange,P=void 0===S?c:S,D=t.payload,_=D.element,N=D.hint,T=e.autoScrollDirection,M=e.scrollableParent,F=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(F.type){case o.POINTER_DOWN:if(F.type===o.POINTER_DOWN&&(!F.originalEvent.isPrimary||0!==F.originalEvent.button))break;case o.MOUSE_DOWN:if(F.type===o.MOUSE_DOWN&&F.originalEvent.which&&F.originalEvent.which>1||e.ignoreMouse)break;case o.TOUCH_START:if(F.type===o.TOUCH_START&&1!==F.originalEvent.touches.length)break;case o.START:var R=M||u(t.payload.element);P(R instanceof Window?{x:R.scrollX,y:R.scrollY}:{x:R.scrollLeft,y:R.scrollTop}),O({x:F.clientX,y:F.clientY}),C({x:F.pageX,y:F.pageY}),k({x:F.offsetX,y:F.offsetY}),h(!0),D.onPress&&D.onPress(F);break;case o.SCROLL:if(F.type===o.SCROLL&&!e.pressed)break;var j=M||u(_),K=j instanceof Window?{x:j.scrollX,y:j.scrollY}:{x:j.scrollLeft,y:j.scrollTop};F.scrollX=K.x-e.initialScrollOffset.x,F.scrollY=K.y-e.initialScrollOffset.y,I({x:F.scrollX,y:F.scrollY});case o.POINTER_MOVE:if(F.type===o.POINTER_MOVE&&!F.originalEvent.isPrimary)break;case o.MOUSE_MOVE:case o.TOUCH_MOVE:if(F.type===o.TOUCH_MOVE&&1!==F.originalEvent.touches.length)break;case o.MOVE:if(e.pressed){if(e.autoScroll&&"scroll"!==F.originalEvent.type&&_){var z=a(_),A=M||u(z.elementFromPoint(F.clientX,F.clientY)),B=(r=F.clientX,i=F.clientY,l=function(e,t){var n=s(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}}(A,function(e){var t=a(e);return t&&t.defaultView||window}(_)),p={x:0,y:0},d=50,r-l.left<d?p.x=-(d-(r-l.left)):l.right-r<d&&(p.x=d-(l.right-r)),i-l.top<d?p.y=-(d-(i-l.top)):l.bottom-i<d&&(p.y=d-(l.bottom-i)),p);y({x:T&&!1===T.horizontal?0:B.x,y:T&&!1===T.vertical?0:B.y}),m(0!==B.y||0!==B.x)}!e.drag&&D.onDragStart&&D.onDragStart(F),D.onDrag&&D.onDrag(F);var L=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),s=Math.min(o.top+o.height,n.top+n.height),l=a-i,u=s-r;if(i<a&&r<s){var c=o.width*o.height,p=n.width*n.height,d=l*u;return Number((d/(c+p-d)).toFixed(4))}return 0}(e,t);r>n&&(n=r,o=t)}})),o}(N||_,e.drops.map((function(e){return e&&e.element})).filter((function(e){return e!==(N||_)}))),V=e.drops.find((function(e){return e.element===L}));V&&L&&function(e,t,n){var o=n.getBoundingClientRect();return o.top<=t&&o.left<=e&&t<=o.bottom&&e<=o.right}(F.clientX,F.clientY,M||u(L))&&L!==_?(e.drop&&e.drop.element)!==L?(e.drop&&e.drop.onDragLeave&&e.drop.onDragLeave(F),V.onDragEnter&&V.onDragEnter(F)):V.onDragOver&&V.onDragOver(F):e.drop&&e.drop.onDragLeave&&e.drop.onDragLeave(F)}O({x:F.clientX,y:F.clientY}),C({x:F.pageX,y:F.pageY});break;case o.POINTER_UP:if(F.type===o.POINTER_UP&&!F.originalEvent.isPrimary)break;case o.MOUSE_UP:case o.TOUCH_END:if(F.type===o.TOUCH_END&&1!==F.originalEvent.touches.length)break;case o.END:h(!1),m(!1),I({x:0,y:0}),D.onRelease&&D.onRelease(F),e.drop&&e.drop.onDrop&&e.drop.onDrop(F),e.drag&&D.onDragEnd&&D.onDragEnd(F);break;case o.POINTER_CANCEL:case o.CONTEXT_MENU:case o.TOUCH_CANCEL:case o.CANCEL:h(!1),m(!1),I({x:0,y:0}),D.onDragEnd&&D.onDragEnd(F),e.drop&&e.drop.onDragLeave&&e.drop.onDragLeave(F)}},d=function(e,t){if(e){var n,o;e===s(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,l=o&&a>0&&a<e.scrollWidth;i?e.scrollTop+=t.y:n&&r<0&&(e.scrollTop=0),l?e.scrollLeft+=t.x:o&&a<0&&(e.scrollLeft=0)}},f=n(3228),h=n(4912),v=n(2333);function m(e,t,n){void 0===n&&(n={});var o=t.onPress,i=void 0===o?f.Z:o,a=t.onRelease,s=void 0===a?f.Z:a,l=t.onDragStart,c=void 0===l?f.Z:l,m=t.onDrag,g=void 0===m?f.Z:m,y=t.onDragEnd,b=void 0===y?f.Z:y,k=n.hint,x=void 0===k?null:k,C=n.mouseOnly,w=void 0!==C&&C,O=n.autoScroll,E=void 0===O||O,I=n.scrollContainer,S=void 0===I?null:I,P=r.useState(!1),D=P[0],_=P[1],N=r.useState(!1),T=N[0],M=N[1],F=(0,h.W)(v.Gc)[0],R=(0,h.W)(v.Dg),j=R[0],K=R[1],z=r.useContext(v.tk)[0],A=r.useContext(v.Fg),B=A[0],L=A[1],V=A[2],H=r.useRef({x:0,y:0}),W=r.useRef(),U=r.useRef(!1),q=r.useRef(),G=r.useRef(null),Y=r.useRef(!1),X=r.useRef({x:0,y:0}),Z=r.useRef({x:0,y:0}),$=r.useRef({x:0,y:0}),J=r.useRef({x:0,y:0}),Q=r.useRef({x:0,y:0}),ee=r.useRef({x:0,y:0}),te=Boolean("undefined"!=typeof window&&window.PointerEvent),ne=!w&&te,oe=r.useCallback((function(){return e.current&&e.current.element?e.current.element:e.current}),[e]),re=r.useCallback((function(){return x&&x.current&&x.current.element?x.current.element:x?x.current:null}),[x]),ie=r.useCallback((function(){return S&&S.current&&S.current.element?S.current.element:S?S.current:null}),[S]),ae=r.useCallback((function(){return"object"==typeof E&&E.boundaryElementRef&&E.boundaryElementRef.current&&E.boundaryElementRef.current.element?E.boundaryElementRef.current.element:"object"==typeof E&&E.boundaryElementRef&&E.boundaryElementRef.current?E.boundaryElementRef.current:null}),[E]),se=r.useRef(null);r.useImperativeHandle(se,(function(){return{element:oe(),hint:re(),onPress:ke,onDragStart:Ce,onDrag:we,onDragEnd:Oe,onRelease:xe,data:e.current}}));var le=r.useCallback((function(){var e=oe();return e&&e.ownerDocument||document}),[oe]),ue=r.useCallback((function(){var e=le();return e&&e.defaultView||window}),[le]),ce=r.useCallback((function(){return{drag:j?j.current:null,drop:F?F.current:null,drags:B.map((function(e){return e.current})),drops:z.map((function(e){return e.current})),pressed:D,ignoreMouse:U.current,scrollOffset:Q.current,offset:X.current,pageOffset:Z.current,initialScrollOffset:ee.current,clientOffset:$.current,initialClientOffset:J.current,velocity:H.current,autoScroll:Boolean("object"==typeof E?!1!==E.enabled:E),scrollableParent:ae(),autoScrollDirection:"object"==typeof E?E.direction:{horizontal:!0,vertical:!0},isScrolling:T}}),[j,F,B,z,D,E,ae,T]),pe=r.useCallback((function(e){_(e)}),[]),de=r.useCallback((function(e){M(e)}),[]),fe=r.useCallback((function(e){H.current=e}),[]),he=r.useCallback((function(e){X.current=e}),[]),ve=r.useCallback((function(e){$.current=e}),[]),me=r.useCallback((function(e){Z.current=e}),[]),ge=r.useCallback((function(e){J.current=e}),[]),ye=r.useCallback((function(e){Q.current=e}),[]),be=r.useCallback((function(e){ee.current=e}),[]),ke=r.useCallback((function(e){i(e)}),[i]),xe=r.useCallback((function(e){s(e)}),[s]),Ce=r.useCallback((function(t){K(se,{target:e.current,event:t}),c(t)}),[K,e,c]),we=r.useCallback((function(e){g(e)}),[g]),Oe=r.useCallback((function(t){Y.current||(K(null,{target:e.current,event:t}),b(t))}),[b,K,e]),Ee=r.useCallback((function(e){p(ce(),{event:e,payload:se.current},{onVelocityChange:fe,onOffsetChange:he,onClientOffsetChange:ve,onPageOffsetChange:me,onInitialClientOffsetChange:ge,onScrollOffsetChange:ye,onInitialScrollOffsetChange:be,onIsPressedChange:pe,onIsScrollingChange:de})}),[ce,fe,he,me,ve,ge,be,pe,ye,de]),Ie=r.useCallback((function(e){Ee(e)}),[Ee]),Se=r.useCallback((function(e){Ee(e)}),[Ee]),Pe=r.useCallback((function(e){Ee(e)}),[Ee]),De=r.useCallback((function(e){Ee(e)}),[Ee]),_e=r.useCallback((function(e){Ee(e)}),[Ee]),Ne=r.useCallback((function(e){Ee(e)}),[Ee]),Te=r.useCallback((function(e){Ee(e)}),[Ee]),Me=r.useCallback((function(e){e.preventDefault(),Ee(e)}),[Ee]),Fe=r.useCallback((function(e){e.preventDefault(),Ee(e)}),[Ee]),Re=r.useCallback((function(e){e.preventDefault(),Ee(e)}),[Ee]),je=r.useCallback((function(e){if(0===e.touches.length&&1===e.changedTouches.length){var t=ue();U.current=!0,q.current=t.setTimeout((function(){U.current=!1}),2e3)}Ee(e)}),[Ee,ue]),Ke=r.useCallback((function(e){Ee(e)}),[Ee]),ze=r.useCallback((function(){var e=oe();if(e){var t=e.style.touchAction;return e.style.touchAction="none",function(){e.style.touchAction=t}}}),[oe]),Ae=r.useCallback((function(){return L(se),function(){V(se)}}),[V,L]);r.useEffect((function(){var e=ue();if(T){var t=ie()||u(document.elementFromPoint($.current.x,$.current.y));e.clearInterval(W.current),W.current=e.setInterval((function(){d(t,{x:H.current.x,y:H.current.y})}),50)}return function(){e.clearInterval(W.current)}}),[oe,ie,ue,T]),r.useEffect(ze,[ze]),r.useEffect((function(){var e=ue(),t=oe(),n=le();return ne?(t&&(G.current=u(t),G.current&&G.current.addEventListener("scroll",Ke,{passive:!0}),t.addEventListener("pointerdown",Ie,{passive:!0})),D&&(n.addEventListener("pointermove",Se),n.addEventListener("pointerup",De,!0),n.addEventListener("contextmenu",Me),n.addEventListener("pointercancel",Pe,{passive:!0}))):(e.addEventListener("touchmove",f.Z,{capture:!1,passive:!1}),t&&(t.addEventListener("mousedown",_e,{passive:!0}),w||(t.addEventListener("touchstart",Fe,{passive:!0}),D&&(t.addEventListener("touchmove",Re,{passive:!0}),t.addEventListener("touchend",je,{passive:!0})))),D&&(n.addEventListener("mousemove",Ne,{passive:!0}),n.addEventListener("mouseup",Te,{passive:!0}))),function(){G.current&&G.current.removeEventListener("scroll",Ke),t&&(t.removeEventListener("pointerdown",Ie),t.removeEventListener("mousedown",_e),t.removeEventListener("touchstart",Fe),t.removeEventListener("touchmove",Re),t.removeEventListener("touchend",je)),n.removeEventListener("pointermove",Se),n.removeEventListener("pointerup",De,!0),n.removeEventListener("contextmenu",Me),n.removeEventListener("pointercancel",Pe),n.removeEventListener("mousemove",Ne),n.removeEventListener("mouseup",Te),e.removeEventListener("touchmove",f.Z),e.clearTimeout(q.current)}}),[D,ue,oe,le,w,ne,Me,_e,Ne,Te,Pe,Ie,Se,De,je,Re,Fe,Ke]),r.useEffect((function(){return function(){Y.current=!0}}),[]),r.useLayoutEffect(Ae,[Ae])}},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),s=a[0],l=a[1];return[void 0!==r?r:s,function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];void 0!==r?i.apply(void 0,e):l(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])}}},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}},4146:(e,t,n)=>{n.r(t),n.d(t,{AsyncFocusBlur:()=>V,BrowserSupportService:()=>i,COLLECTION_ACTION:()=>X,DragAndDrop:()=>we,Draggable:()=>Oe._,Droppable:()=>Se,FormComponent:()=>m,Icon:()=>re,Keys:()=>k.R,SvgIcon:()=>se,Typography:()=>be,ZIndexContext:()=>o.$,canUseDOM:()=>a.N,canUseRef:()=>s,classNames:()=>l.A,clone:()=>p,cloneArray:()=>h,cloneDate:()=>c,cloneObject:()=>d,cloneValue:()=>f,createPropsContext:()=>U,dispatchEvent:()=>z.N,extendDataItem:()=>F,focusFirstFocusableChild:()=>v,getItemPath:()=>R,getScrollbarWidth:()=>C,getTabIndex:()=>g.p,getter:()=>y.Y,guid:()=>b.M,hasRelativeStackingContext:()=>K,kendoThemeMaps:()=>De.G,mapTree:()=>T,mapTreeItem:()=>M,memoizeOne:()=>Ne,noop:()=>x.Z,setScrollbarWidth:()=>w,setter:()=>S,useAsyncFocusBlur:()=>B,useCollection:()=>J,useCustomComponent:()=>$,useDir:()=>G.n,useDocument:()=>Q,useDraggable:()=>Pe.O,useDroppable:()=>Ie,useMouse:()=>Z.i,usePropsContext:()=>H,useRtl:()=>Y,useWindow:()=>ee,useZIndexContext:()=>o.u,validatePackage:()=>j.s,withPropsContext:()=>q});var o=n(8259),r=function(){return"undefined"!=typeof document?document:{}},i=function(){function e(){this.scrollbar=0}return Object.defineProperty(e.prototype,"scrollbarWidth",{get:function(){var e=r();if(!this.scrollbar&&e&&e.createElement){var t=e.createElement("div");t.style.cssText="overflow:scroll;overflow-x:hidden;zoom:1;clear:both;display:block",t.innerHTML="&nbsp;",e.body.appendChild(t),this.scrollbar=t.offsetWidth-t.scrollWidth,e.body.removeChild(t)}return this.scrollbar},enumerable:!1,configurable:!0}),e}(),a=n(7827),s=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),u=n(3899),c=function(e){return e?new Date(e.getTime()):null};function p(e){var t={};return d(e,t),t}function d(e,t){for(var n in e)if(e.hasOwnProperty(n)){var o=e[n];t[n]=f(o,t[n])}}function f(e,t){if(Array.isArray(e))return h(e);if(e instanceof Date)return c(e);if(u.isValidElement(e))return u.cloneElement(e,e.props);if(e&&"object"==typeof e){var n=t||{};return d(e,n),n}return e}function h(e){return e.map((function(e){return f(e,void 0)}))}var v=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()}},m=function(){},g=n(4703),y=n(9659),b=n(3198),k=n(3493),x=n(3228),C=function(){return!(!a.N||!document.body)&&(new i).scrollbarWidth},w=function(){if(!a.N||!document.body)return!1;var e=(new i).scrollbarWidth;document.body.style.setProperty("--kendo-scrollbar-width","".concat(e,"px"))},O=n(4100),E={undefined:function(e){return e}},I=function(e,t){return t&&t.arrays&&!isNaN(Number(e))?[]:{}};function S(e){if(E[e])return E[e];var t=(0,O.E)(e);return E[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]]||I(t[a+1],o);r[t[i]]=n},E[e]}var P=function(){return P=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},P.apply(this,arguments)},D=function(e,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,t,n){var o;return n?P(P({},e),((o={})[t]=n.length?D([],n,!0):void 0,o)):e&&e[t]?D([],e[t],!0):[]}function N(e,t,n){if(e[t]){var o=_(e,t).map((function(e){return N(e,t,n)}));return n(_(e,t,o))}return n(e)}var T=function(e,t,n){return D([],e.map((function(e){return N(e,t,n)})),!0)},M=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 s=i.length>1?i[i.length-2]:e,l=t[t.length-1],u=o(s[l]);s.splice(l,1,u)},F=function(e,t,n){var o;return Object.assign({},e,e[t]?((o={})[t]=e[t].slice(),o):{},n||{})},R=function(e,t,n){var o=[],r=D([],t,!0);if(r.length){var i=e[r.shift()||0];for(o.push(i);r.length&&n;)i=i[n][r.shift()||0],o.push(i)}return o},j=n(4006),K=function(e){if(!a.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},z=n(5407),A=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 B(e){var t=e.onFocus,n=e.onBlur,o=e.onSyncFocus,r=e.onSyncBlur,i=u.useRef(!1),a=u.useRef(0),s=u.useCallback((function(e){clearTimeout(a.current),a.current=window.setTimeout((function(){return e()}))}),[a]),l=u.useCallback((function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];clearTimeout(a.current),o&&o.call(void 0,e[0]),i.current||(i.current=!0,t&&t.call.apply(t,A([void 0],e,!1)))}),[i,t,o]),c=u.useCallback((function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];r&&r.call(void 0,e[0]),s((function(){i.current&&n&&(i.current=!1,n.call.apply(n,A([void 0],e,!1)))}))}),[i,s,n,r]);return u.useEffect((function(){return function(){clearTimeout(a.current)}}),[]),{onFocus:l,onBlur:c}}var 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)},V=function(e){var t=e.children,n=B({onFocus:e.onFocus,onBlur:e.onBlur,onSyncFocus:e.onSyncFocus,onSyncBlur:e.onSyncBlur});return u.createElement(u.Fragment,null,t.call(void 0,L({},n)))},H=function(e,t){return u.useContext(e)(t)},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)},U=function(){return u.createContext((function(e){return e}))},q=function(e,t){return u.forwardRef((function(n,o){var r=H(e,n);return u.createElement(t,W({},r,{ref:o}))}))},G=n(8199);function Y(e,t,n){var o=u.useState(t),r=o[0],i=o[1];return u.useEffect((function(){if(!r&&window&&e.current){var t=window.getComputedStyle(e.current).direction;t&&i(t)}}),n),r}var X,Z=n(3322),$=function(e){return[e,{}]};!function(e){e[e.add=0]="add",e[e.remove=1]="remove"}(X||(X={}));var J=function(e){void 0===e&&(e=[]);var t=u.useRef(e),n=u.useCallback((function(e){switch(e.type){case X.add:t.current.push(e.item);break;case X.remove:var n=t.current.indexOf(e.item);t.current.splice(n,1)}}),[]);return[t.current,n]},Q=function(e){var t=u.useCallback((function(){return e.current&&e.current.element?e.current.element:e.current}),[e]);return u.useCallback((function(){var e=t();return e&&e.ownerDocument||document}),[t])},ee=function(e){var t=Q(e);return u.useCallback((function(){var e=t();return e&&e.defaultView||window}),[t])},te=n(189),ne={default:"",xsmall:"k-icon-xs",small:"k-icon-sm",medium:"k-icon-md",large:"k-icon-lg",xlarge:"k-icon-xl"},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=u.forwardRef((function(e,t){var n=e.className,o=e.name,r=e.themeColor,i=e.size,a=e.flip,s=e.style,c=e.id,p=e.tabIndex,d=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"]),f=u.useRef(null),h=u.useRef(null);u.useImperativeHandle(f,(function(){return{element:h.current}})),u.useImperativeHandle(t,(function(){return f.current}));var v=u.useMemo((function(){return i||ie.size}),[i]),m=u.useMemo((function(){return a||ie.flip}),[a]),g=u.useMemo((function(){var e;return(0,l.A)("k-icon","k-i-"+o,((e={})["k-color-".concat(r)]=r,e["k-flip-h"]="horizontal"===m||"both"===m,e["k-flip-v"]="vertical"===m||"both"===m,e),ne[v],n)}),[o,r,v,m,n]),y=(0,Z.i)(e,f);return u.createElement("span",oe({ref:h},d,y,{className:g,id:c,tabIndex:p,style:s,role:"presentation"}))}));re.propTypes={style:te.object,classNames:te.string,name:te.string,themeColor:te.oneOf(["inherit","primary","secondary","tertiary","info","success","error","warning","dark","light","inverse"]),size:te.oneOf(["default","xsmall","small","medium","large","xlarge"]),flip:te.oneOf(["default","horizontal","vertical","both"])};var ie={size:"default",flip:"default"};re.displayName="KendoIcon";var 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)},se=u.forwardRef((function(e,t){var n=e.children,o=e.className,r=e.svgClassName,i=e.icon,a=e.flip,s=e.id,c=e.tabIndex,p=e.size,d=e.style,f=e.svgStyle,h=e.themeColor,v=e.viewBox,m=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(e,["children","className","svgClassName","icon","flip","id","tabIndex","size","style","svgStyle","themeColor","viewBox"]),g=u.useRef(null);u.useImperativeHandle(t,(function(){return{element:g.current}}));var y=u.useMemo((function(){return i?i.name:le.icon}),[i]),b=u.useMemo((function(){return p||le.size}),[p]),k=u.useMemo((function(){return a||le.flip}),[a]),x=u.useMemo((function(){return v||le.viewBox}),[v]),C=u.useMemo((function(){var e;return(0,l.A)("k-svg-icon","k-svg-i-"+y,((e={})["k-color-".concat(h)]=h,e["k-flip-h"]="horizontal"===k||"both"===k,e["k-flip-v"]="vertical"===k||"both"===k,e),ne[b],o)}),[y,h,b,k,o]),w=u.useMemo((function(){return e.width&&e.height?ae({width:e.width,height:e.height},d):e.width?ae({width:e.width,height:e.width},d):e.height?ae({width:e.height,height:e.height},d):ae({},d)}),[e.width,e.height,d]);return u.createElement("span",{className:C,style:w,ref:g},u.createElement("svg",ae({id:s,className:r,style:f,"aria-hidden":!0,tabIndex:c,focusable:"false",xmlns:"http://www.w3.org/2000/svg",viewBox:i?i.viewBox:x,dangerouslySetInnerHTML:i?{__html:i.content}:void 0},m),i?void 0:n))}));se.propTypes={style:te.object,classNames:te.string,children:te.any,icon:te.object,themeColor:te.oneOf(["inherit","primary","secondary","tertiary","info","success","error","warning","dark","light","inverse"]),size:te.oneOf(["default","xsmall","small","medium","large","xlarge"]),flip:te.oneOf(["default","horizontal","vertical","both"])};var le={size:"default",flip:"default",icon:"",viewBox:"0 0 24 24"};se.displayName="KendoSvgIcon";var ue={xsmall:"k-fs-xs",small:"k-fs-sm",medium:"k-fs-md",large:"k-fs-lg",xlarge:"k-fs-xl"},ce={light:"k-font-weight-light",normal:"k-font-weight-normal",bold:"k-font-weight-bold"},pe={xsmall:"k-m-xs",small:"k-m-sm",medium:"k-m-md",large:"k-m-lg",xlarge:"k-m-xl",thin:"k-m-thin",hair:"k-m-hair"},de={xsmall:"xs",small:"sm",medium:"md",large:"lg",xlarge:"xl",thin:"thin",hair:"hair"},fe={top:"k-mt-",right:"k-mr-",bottom:"k-mb-",left:"k-ml-"},he={left:"k-text-left",right:"k-text-right",center:"k-text-center",justify:"k-text-justify"},ve={lowercase:"k-text-lowercase",uppercase:"k-text-uppercase",capitalize:"k-text-capitalize"},me={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"},ge=function(){return ge=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},ge.apply(this,arguments)},ye=function(e){var t=u.forwardRef((function(t,n){var o=t.id,r=t.style,i=t.className,a=t.fontSize,s=t.fontWeight,l=t.textAlign,c=t.textTransform,p=t.themeColor,d=t.margin,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}(t,["id","style","className","fontSize","fontWeight","textAlign","textTransform","themeColor","margin"]),h=u.useRef(null),v=u.useRef(null);u.useImperativeHandle(h,(function(){return{element:v.current,props:t}})),u.useImperativeHandle(n,(function(){return h.current}));var m=e;return u.createElement(m,ge({id:o,ref:v,className:["k-".concat("p"===e?"paragraph":e),ue[a],ce[s],he[l],ve[c],me[p],function(){if(void 0!==d){if("string"==typeof d)return[pe[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])?de[o]:o,"".concat(fe[n]).concat(r)))})),e.join(" ")}}}(),i].filter((function(e){return void 0!==e})).join(" "),style:r},f),t.children)}));return t.propTypes={style:te.object,className:te.string,fontSize:te.oneOf(["xsmall","small","medium","large","xlarge"]),fontWeight:te.oneOf(["light","normal","bold"]),margin:te.oneOfType([te.number,te.object,te.oneOf(["xsmall","small","medium","large","xlarge","thin","hair"])]),textAlign:te.oneOf(["left","right","center","justify"]),textTransform:te.oneOf(["lowercase","uppercase","capitalize"]),themeColor:te.oneOf(["inherit","primary","secondary","tertiary","info","success","error","warning","dark","light","inverse"])},t.displayName="KendoReactTypography".concat(e.toUpperCase()),t},be={h1:ye("h1"),h2:ye("h2"),h3:ye("h3"),h4:ye("h4"),h5:ye("h5"),h6:ye("h6"),p:ye("p"),code:ye("code"),pre:ye("pre")},ke=function(){return ke=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},ke.apply(this,arguments)},xe=function(e,t,n){var o=u.useState(t||e),r=o[0],i=o[1];return[void 0!==t?t:r,u.useCallback((function(e,t){i(e),n&&n.call(void 0,ke(ke({},t),{value:e}))}),[n,i])]},Ce=n(2333),we=function(e){var t=xe(null,void 0),n=t[0],o=t[1],r=xe(null,void 0),i=r[0],a=r[1],s=J([]),l=s[0],c=s[1],p=J([]),d=p[0],f=p[1];return u.createElement(Ce.Dg.Provider,{value:[n,o]},u.createElement(Ce.Gc.Provider,{value:[i,a]},u.createElement(Ce.Fg.Provider,{value:[l,function(e){c({type:X.add,item:e})},function(e){c({type:X.remove,item:e})}]},u.createElement(Ce.tk.Provider,{value:[d,function(e){f({type:X.add,item:e})},function(e){f({type:X.remove,item:e})}]},e.children))))};we.displayName="KendoReactDragAndDrop";var Oe=n(1779),Ee=n(4912);function Ie(e,t){void 0===t&&(t={onDragEnter:x.Z,onDragOver:x.Z,onDragLeave:x.Z,onDrop:x.Z});var n=t.onDragEnter,o=void 0===n?x.Z:n,r=t.onDragOver,i=void 0===r?x.Z:r,a=t.onDragLeave,s=void 0===a?x.Z:a,l=t.onDrop,c=void 0===l?x.Z:l,p=(0,Ee.W)(Ce.Gc)[1],d=u.useContext(Ce.tk),f=d[1],h=d[2],v=u.useCallback((function(){return e.current&&e.current.element?e.current.element:e.current}),[e]),m=u.useRef(null);u.useImperativeHandle(m,(function(){return{element:v(),onDragEnter:g,onDragOver:y,onDragLeave:b,onDrop:k,data:e.current}}));var g=u.useCallback((function(t){p(m,{target:e.current,event:t}),o(t)}),[p,e,o]),y=u.useCallback((function(e){i(e)}),[i]),b=u.useCallback((function(t){p(null,{target:e.current,event:t}),s(t)}),[p,e,s]),k=u.useCallback((function(t){p(null,{target:e.current,event:t}),c(t)}),[p,e,c]),C=u.useCallback((function(){return f(m),function(){h(m)}}),[h,f]);u.useLayoutEffect(C,[C])}var Se=u.forwardRef((function(e,t){var n=u.useRef(null),o=u.useRef(null),r=u.useCallback((function(){return n.current&&n.current.element?n.current.element:n.current}),[n]);u.useImperativeHandle(o,(function(){return{element:r()||void 0}})),u.useImperativeHandle(t,(function(){return o.current})),u.useImperativeHandle(e.childRef,(function(){return n.current}));var i=u.useCallback((function(t){e.onDragEnter&&e.onDragEnter({element:r(),target:o.current,event:t})}),[e.onDragEnter,r]),a=u.useCallback((function(t){e.onDragOver&&e.onDragOver({element:r(),target:o.current,event:t})}),[r,e.onDragOver]),s=u.useCallback((function(t){e.onDragLeave&&e.onDragLeave({element:r(),target:o.current,event:t})}),[e.onDragLeave,r]),l=u.useCallback((function(t){e.onDrop&&e.onDrop({element:r(),target:o.current,event:t})}),[e.onDrop,r]);return Ie(n,{onDragEnter:i,onDragOver:a,onDragLeave:s,onDrop:l}),e.children?u.cloneElement(u.Children.only(e.children),{ref:n}):null}));Se.displayName="KendoReactDroppable";var Pe=n(9844),De=n(2697);function _e(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 Ne(e,t){void 0===t&&(t=_e);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}},3228:(e,t,n)=>{n.d(t,{Z:()=>o});var o=function(){}},2697:(e,t,n)=>{n.d(t,{G:()=>o});var o={sizeMap:{small:"sm",medium:"md",large:"lg"},roundedMap:{small:"sm",medium:"md",large:"lg"}}},4006:(e,t,n)=>{n.d(t,{s:()=>r});var o=n(9302);function r(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)}}},9302:e=>{e.exports=n},499:e=>{e.exports=o},189:e=>{e.exports=t},3899:t=>{t.exports=e},994:e=>{e.exports=r},6144:e=>{e.exports=i}},s={};function l(e){var t=s[e];if(void 0!==t)return t.exports;var n=s[e]={exports:{}};return a[e].call(n.exports,n,n.exports,l),n.exports}return l.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return l.d(t,{a:t}),t},l.d=(e,t)=>{for(var n in t)l.o(t,n)&&!l.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},l.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),l.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l(468)})()}));
1
+ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("react"),require("prop-types"),require("@progress/kendo-licensing"),require("@progress/kendo-react-intl"),require("react-dom"),require("react-transition-group")):"function"==typeof define&&define.amd?define(["react","prop-types","@progress/kendo-licensing","@progress/kendo-react-intl","react-dom","react-transition-group"],t):"object"==typeof exports?exports.KendoReactDropdowns=t(require("react"),require("prop-types"),require("@progress/kendo-licensing"),require("@progress/kendo-react-intl"),require("react-dom"),require("react-transition-group")):e.KendoReactDropdowns=t(e.React,e.PropTypes,e.KendoLicensing,e.KendoReactIntl,e.ReactDOM,e.ReactTransitionGroup)}(self,(function(e,t,n,o,i,a){return(()=>{"use strict";var r={6068:function(e,t,n){var o,i=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),a=this&&this.__assign||function(){return a=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},a.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.AutoComplete=t.AutoCompletePropsContext=t.AutoCompleteWithoutContext=void 0;var r=n(3899),c=n(189),l=n(4250),s=n(9189),h=n(790),v=n(3117),u=n(4669),p=n(4468),d=n(5935),m=n(4468),f=n(7363),z=n(6475),g=p.kendoThemeMaps.sizeMap,y=p.kendoThemeMaps.roundedMap,b=function(e){function t(t){var n=e.call(this,t)||this;return n.state={},n.base=new v.default(n),n._element=null,n._inputId=(0,p.guid)(),n._suggested="",n._input=null,n.focus=function(){n._input&&n._input.focus()},n.handleItemSelect=function(e,t){var o=n.props.data,i=void 0===o?[]:o,a=(0,u.getItemValue)(i[e],n.props.textField);n.triggerOnChange(a,t)},n.itemFocus=function(e,t){var o=n.props,i=o.data,a=void 0===i?[]:i,r=o.textField,c=a[e];(0,u.areSame)(n.state.focusedItem,c,r)||(t.data.focusedItem=c)},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.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,i=o.value,a=o.selectionEnd===i.length;t.syntheticEvent=e;var r=n._suggested,c=n.value,l=c&&c.substring(0,c.length-r.length),s=l&&l===i,h=l&&l.length>i.length,v=n.props.suggest,u=void 0!==n.props.opened?n.props.opened:n.state.opened;if(void 0!==v&&!1!==v){s||h||!a?n._suggested="":n.suggestValue(i);var p=i+n._suggested,d={userInput:i,value:n._suggested};n.triggerOnChange(p,t,{suggestion:d})}else n._suggested="",n.triggerOnChange(i,t);(!u&&i||u&&!i)&&n.togglePopup(t),t.data.focusedItem=void 0,n.applyState(t)},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=e.keyCode,o=void 0!==n.props.opened?n.props.opened:n.state.opened,i=n.base.initState();i.syntheticEvent=e;var a=function(){o&&e.preventDefault()};t===p.Keys.enter||t===p.Keys.esc?(a(),n.applyInputValue(e.currentTarget.value,i,e.keyCode)):t!==p.Keys.up&&t!==p.Keys.down||(a(),n.onNavigate(i,t))},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,m.validatePackage)(f.packageMetadata),n}return i(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=this.props.data,o=void 0===n?[]:n,i=e.data,a=void 0===i?[]:i,r=this.focusedIndex(),c=o[r],l=a!==o,s=void 0!==c&&t.focusedItem!==c,h=void 0!==this.props.opened?this.props.opened:this.state.opened,v=void 0!==e.opened?e.opened:t.opened;(h&&(s||l)||!v&&h)&&this.base.scrollToItem(r),this.setValidity()},t.prototype.componentDidMount=function(){this.base.didMount(),this.setValidity()},t.prototype.render=function(){var e,t=this,n=this.props,o=n.dir,i=n.disabled,c=n.label,l=n.className,s=n.style,h=n.loading,v=n.suggest,u=n.size,m=n.rounded,f=n.fillMode,b=!this.validityStyles||this.validity.valid,x=this.base,H=this.value,w=!1!==this.props.clearButton&&!h&&!!H,V=this.props.id||this._inputId;"string"==typeof v&&(this._suggested=v);var M=r.createElement("span",{className:(0,p.classNames)("k-autocomplete k-input",l,(e={},e["k-input-".concat(g[u]||u)]=u,e["k-rounded-".concat(y[m]||m)]=m,e["k-input-".concat(f)]=f,e["k-invalid"]=!b,e["k-loading"]=h,e["k-required"]=this.required,e["k-disabled"]=i,e)),ref:function(e){t._element=e,x.wrapper=e},style:c?a(a({},s),{width:void 0}):s,dir:o},this.renderSearchBar(H||"",V),h&&r.createElement(p.IconWrap,{className:"k-input-loading-icon",name:"loading"}),w&&!h&&r.createElement(z.default,{onClick:this.clearButtonClick,key:"clearbutton"}),this.renderListContainer());return c?r.createElement(d.FloatingLabel,{label:c,editorId:V,editorValue:H,editorValid:b,editorDisabled:i,style:{width:s?s.width:void 0},children:M}):M},t.prototype.onNavigate=function(e,t){var n=this,o=this.value,i=this.props,a=i.data,r=void 0===a?[]:a,c=i.textField,l=i.focusedItemIndex,s=void 0!==this.state.focusedItem?r.findIndex((function(e){return(0,u.areSame)(e,n.state.focusedItem,c)})):l?l(r,o,c):r.indexOf((0,u.getFocusedItem)(r,o,c)),h=this.base.navigation.navigate({keyCode:t,current:s,max:r.length-1,min:0});void 0!==h&&this.itemFocus(h,e),this.applyState(e)},t.prototype.applyInputValue=function(e,t,n){var o=void 0!==this.props.opened?this.props.opened:this.state.opened,i=this.props,a=i.data,r=void 0===a?[]:a,c=i.textField;if(this._suggested="",o&&n===p.Keys.enter){var l=(0,u.getItemValue)(r[this.focusedIndex(e)],c);this.triggerOnChange(l,t)}o&&this.togglePopup(t),this.applyState(t)},t.prototype.renderSearchBar=function(e,t){var n=this,o=this.base,i=this.props,a=i.placeholder,c=i.tabIndex,s=i.disabled,h=i.readonly,v=this.state.focused,u=void 0!==this.props.opened?this.props.opened:this.state.opened;return r.createElement(l.default,{id:t,placeholder:a,tabIndex:c||void 0,accessKey:this.props.accessKey,value:e,suggestedText:this._suggested,focused:v,name:this.props.name,ref:function(e){return n._input=e&&e.input},onKeyDown:this.onInputKeyDown,onChange:this.onChangeHandler,onFocus:o.handleFocus,onBlur:this.handleBlur,disabled:s,readOnly:h,expanded:u,owns:o.listBoxId,activedescendant:"option-"+o.guid+"-"+this.focusedIndex(),role:"combobox",ariaLabelledBy:this.props.ariaLabelledBy,ariaDescribedBy:this.props.ariaDescribedBy,render:this.props.valueRender})},t.prototype.renderListContainer=function(){var e,t=this.base,n=this.props,o=n.dir,i=n.header,a=n.footer,c=n.data,l=void 0===c?[]:c,h=n.size,v=t.getPopupSettings(),u=void 0!==this.props.opened?this.props.opened:this.state.opened,d=void 0!==v.width?v.width:t.popupWidth;return r.createElement(s.default,{width:d,popupSettings:{animate:v.animate,anchor:this.element,show:u,popupClass:(0,p.classNames)(v.popupClass,"k-list-container","k-autocomplete-popup"),className:v.className,appendTo:v.appendTo},dir:void 0!==o?o:this.base.dirCalculated,itemsCount:[l.length]},i&&r.createElement("div",{className:"k-list-header"},i),r.createElement("div",{className:(0,p.classNames)("k-list",(e={},e["k-list-".concat(g[h]||h)]=h,e))},this.renderList()),a&&r.createElement("div",{className:"k-list-footer"},a))},t.prototype.renderList=function(){var e=this.base,t=e.getPopupSettings(),n=this.props,o=n.textField,i=n.data,a=void 0===i?[]:i,c=n.listNoDataRender,l=n.itemRender,s=this.value,v=void 0!==this.props.opened?this.props.opened:this.state.opened;return r.createElement(h.default,{id:e.listBoxId,show:v,data:a.slice(),focusedIndex:this.focusedIndex(),value:s,textField:o,valueField:o,highlightSelected:!1,optionsGuid:e.guid,listRef:function(t){return e.list=t},wrapperStyle:{maxHeight:t.height},wrapperCssClass:"k-list-content",onClick:this.handleItemClick,itemRender:l,noDataRender:c,onMouseDown:function(e){return e.preventDefault()}})},t.prototype.triggerOnChange=function(e,t,n){(this.value!==e||n)&&(t.data.value=e,this._valueDuringOnChange=e,t.events.push(a({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,i=t.textField,a=o[(0,u.itemIndexStartsWith)(o,e,i)];if(a){var r=(0,u.getItemValue)(a,i);e.toLowerCase()!==r.toLowerCase()&&(this._suggested=r.substring(e.length))}}},t.prototype.focusedIndex=function(e){var t=this,n=this.props,o=n.data,i=void 0===o?[]:o,a=n.textField,r=n.focusedItemIndex,c=void 0!==e?e:this.value;return void 0!==this.state.focusedItem?i.findIndex((function(e){return(0,u.areSame)(e,t.state.focusedItem,a)})):r?r(i,c,a):Math.max(0,i.indexOf((0,u.getFocusedItem)(i,c,a)))},t.displayName="AutoComplete",t.propTypes=a(a({},v.default.basicPropTypes),{size:c.oneOf([null,"small","medium","large"]),rounded:c.oneOf([null,"small","medium","large","full"]),fillMode:c.oneOf([null,"solid","flat","outline"]),suggest:c.oneOfType([c.bool,c.string]),placeholder:c.string,value:c.string,defaultValue:c.string,validationMessage:c.string,required:c.bool,readonly:c.bool,clearButton:c.bool,valueRender:c.func,id:c.string,ariaLabelledBy:c.string,ariaDescribedBy:c.string}),t.defaultProps=a(a({},v.default.defaultProps),{size:"medium",rounded:"medium",fillMode:"solid"}),t}(r.Component);t.AutoCompleteWithoutContext=b,t.AutoCompletePropsContext=(0,p.createPropsContext)(),t.AutoComplete=(0,p.withPropsContext)(t.AutoCompletePropsContext,b),t.AutoComplete.displayName="KendoReactAutoComplete"},7969:function(e,t,n){var o,i=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),a=this&&this.__assign||function(){return a=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},a.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.ComboBox=t.ComboBoxPropsContext=t.ComboBoxWithoutContext=void 0;var r=n(3899),c=n(189),l=n(3117),s=n(4468),h=n(5935),v=n(4669),u=n(4250),p=n(9189),d=n(790),m=n(4468),f=n(7363),z=n(6475),g=n(7774),y=n(8696),b=s.kendoThemeMaps.sizeMap,x=s.kendoThemeMaps.roundedMap,H=function(e){function t(t){var n=e.call(this,t)||this;return n.state={},n.base=new l.default(n),n._element=null,n._inputId=(0,s.guid)(),n._suggested="",n._input=null,n.itemHeight=0,n.focus=function(){n._input&&n._input.focus()},n.handleItemSelect=function(e,t){var o=n.props,i=o.data,a=void 0===i?[]:i,r=o.virtual,c=o.dataItemKey,l=a[e-(r?r.skip:0)],s=!(0,v.areSame)(l,n.value,c);n.triggerOnChange(l,t),void 0!==n.state.text&&(t.data.text=void 0),s&&n.base.triggerPageChangeCornerItems(l,t)},n.componentRef=function(e){n._element=e,n.base.wrapper=e},n.toggleBtnClick=function(e){var t=n.base.initState();t.syntheticEvent=e,n.base.togglePopup(t),n.applyState(t)},n.onScroll=function(e){var t=n.base,o=t.vs,i=t.list;o.scrollHandler(e);var a=n.props,r=a.data,c=void 0===r?[]:r,l=a.groupField;if(l&&c.length){for(var s=n.itemHeight=n.itemHeight||(o.enabled?o.itemHeight:i?i.children[0].offsetHeight:0),h=e.target.scrollTop-o.skip*s,v=c[0][l],u=1;u<c.length&&!(s*u>h);u++)c[u]&&c[u][l]&&(v=c[u][l]);v!==n.state.group&&(n.setState({group:v}),n.props.onGroupScroll&&n.props.onGroupScroll.call(void 0,{group:v}))}},n.handleItemClick=function(e,t){n.base.handleItemClick(e,t),n._valueDuringOnChange=void 0},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.applyValueOnRejectSuggestions(e.currentTarget.value,t)}},n.onInputKeyDown=function(e){var t=e.keyCode,o=void 0!==n.props.opened?n.props.opened:n.state.opened,i=n.base.initState();if(i.syntheticEvent=e,!e.altKey&&(t===s.Keys.up||t===s.Keys.down))return e.preventDefault(),n.onNavigate(i,t),void n.applyState(i);var a=function(){e.preventDefault(),n.base.togglePopup(i),n.applyState(i)};o?e.altKey&&t===s.Keys.up?a():t===s.Keys.enter?(e.preventDefault(),n.applyValueOnEnter(e.currentTarget.value,i)):t===s.Keys.esc&&n.applyValueOnRejectSuggestions(e.currentTarget.value,i):e.altKey&&t===s.Keys.down&&a()},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,i=e.currentTarget,a=i.value;if(n.props.suggest){var r=i.selectionEnd===a.length,c=void 0!==n.props.filter?n.props.filter:n.state.text;(0,v.isPresent)(c)||(c=(0,v.getItemValue)(n.value,n.props.textField)||"");var l=c&&c===a,s=c&&c.length>a.length;l||s||!r?n._suggested="":n.suggestValue(a)}void 0===n.props.filter&&(t.data.text=a),void 0!==n.state.focusedItem&&(t.data.focusedItem=void 0),o||n.base.togglePopup(t),n.base.filterChanged(a,t),n.applyState(t)},n.clearButtonClick=function(e){var t=n.base.initState();t.syntheticEvent=e,e.stopPropagation(),n._suggested="",n.base.filterChanged("",t),void 0===n.props.filter&&void 0!==n.state.text&&(t.data.text=void 0),n.triggerOnChange(null,t),(void 0!==n.props.opened?n.props.opened:n.state.opened)&&n.base.togglePopup(t),n.applyState(t)},n.setValidity=function(){n._input&&n._input.setCustomValidity&&n._input.setCustomValidity(n.validity.valid?"":n.props.validationMessage||"Please enter a valid value!")},(0,m.validatePackage)(f.packageMetadata),n}return i(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: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,i=this.value;return n.findIndex((function(e){return(0,v.areSame)(e,i,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=this.props,o=n.data,i=void 0===o?[]:o,a=n.dataItemKey,r=n.virtual,c=e.virtual?e.virtual.total:0,l=void 0!==this.props.opened?this.props.opened:this.state.opened,s=void 0!==e.opened?e.opened:t.opened,h=!s&&l,u=this.value;if(this._valueOnDidUpdate=u,r&&r.total!==c)this.base.vs.calcScrollElementHeight(),this.base.vs.reset();else{var p=void 0!==e.value?e.value:t.value,d=i.findIndex((function(e){return(0,v.areSame)(e,u,a)})),m=!(0,v.areSame)(p,u,a);h&&r?this.base.scrollToVirtualItem(r,d):(h&&!r||l&&s&&u&&m)&&this.base.scrollToItem(d)}h&&this._input&&this._input.focus(),this.setValidity()},t.prototype.componentDidMount=function(){this.base.didMount(),this.setValidity()},t.prototype.render=function(){var e,n=this.props,o=n.dir,i=n.disabled,c=n.clearButton,l=void 0===c?t.defaultProps.clearButton:c,u=n.label,p=n.textField,d=n.className,m=n.style,f=n.loading,H=n.iconClassName,w=n.virtual,V=n.size,M=n.rounded,I=n.fillMode,C=!this.validityStyles||this.validity.valid,k=void 0!==this.props.filter?this.props.filter:this.state.text,B=(0,v.getItemValue)(this.value,p),O=(0,v.isPresent)(k)?k:B,E=l&&(!!O||(0,v.isPresent)(this.value)),S=this.base.vs,L=this.props.id||this._inputId;S.enabled=void 0!==w,void 0!==w&&(S.skip=w.skip,S.total=w.total,S.pageSize=w.pageSize);var D=r.createElement("span",{className:(0,s.classNames)("k-combobox k-input",(e={},e["k-input-".concat(b[V]||V)]=V,e["k-rounded-".concat(x[M]||M)]=M,e["k-input-".concat(I)]=I,e["k-invalid"]=!C,e["k-loading"]=f,e["k-required"]=this.required,e["k-disabled"]=i,e),d),ref:this.componentRef,style:u?a(a({},m),{width:void 0}):m,dir:o},this.renderSearchBar(O||"",L),E&&!f&&r.createElement(z.default,{onClick:this.clearButtonClick,key:"clearbutton"}),f&&r.createElement("span",{className:"k-icon k-i-loading k-input-loading-icon",key:"loading"}),r.createElement(g.Button,{tabIndex:-1,type:"button",icon:H?void 0:"caret-alt-down",svgIcon:H?this.props.svgIcon:y.caretAltDownIcon,iconClass:H,size:V,fillMode:I,rounded:null,themeColor:"base",className:"k-input-button",onClick:this.toggleBtnClick,onMouseDown:function(e){return e.preventDefault()}}),this.renderListContainer());return u?r.createElement(h.FloatingLabel,{label:u,editorId:L,editorValue:O,editorValid:C,editorDisabled:i,style:{width:m?m.width:void 0},children:D}):D},t.prototype.onNavigate=function(e,t){var n=this.props,o=n.data,i=void 0===o?[]:o,a=n.virtual,r=void 0===a?{skip:0}:a,c=this.props.filter?this.props.filter:this.state.text,l=this.getFocusedIndex(),s=this.base.vs,h=this.value;if(this._suggested="",-1===l||(0,v.isPresent)(h))if(""===c)this.handleItemSelect(0,e);else{var u=r.skip+l,p=this.base.navigation.navigate({keyCode:t,current:u,max:(s.enabled?s.total:i.length)-1,min:0});void 0!==p&&this.handleItemSelect(p,e)}else this.handleItemSelect(l,e)},t.prototype.applyValueOnEnter=function(e,t){var n,o=this.props,i=o.data,a=void 0===i?[]:i,r=o.textField,c=o.allowCustom,l=void 0!==this.props.opened?this.props.opened:this.state.opened,s=(0,v.getItemValue)(this.value,r)===e?this.index:(0,v.getItemIndexByText)(a,e,r),h=-1!==s,u=void 0;if(this._suggested="",h)u=a[s];else{if(!c)return this.selectFocusedItem(e,t);u=void 0!==r?((n={})[r]=e,n):e}this.triggerOnChange(u,t),l&&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,i=o.data,a=void 0===i?[]:i,r=o.textField,c=o.allowCustom,l=void 0!==this.props.opened?this.props.opened:this.state.opened,s=(0,v.getItemValue)(this.value,r);if(this._suggested="",e===s||""===e&&!(0,v.isPresent)(s))return l&&this.base.togglePopup(t),this.applyState(t);var h=(0,v.getItemIndexByText)(a,e,r,!0),u=null;-1!==h?u=a[h]:c&&(u=e?r?((n={})[r]=e,n):e:null),this.triggerOnChange(u,t),void 0!==this.state.text&&(t.data.text=void 0,this.base.filterChanged("",t)),l&&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,i=o.data,a=void 0===i?[]:i,r=o.textField,c=o.virtual,l=void 0===c?{skip:0}:c,s=o.focusedItemIndex,h=void 0===s?v.itemIndexStartsWith:s,u=l.skip,p=""===e&&0===u?0:h(a,e,r);return-1!==p?this.handleItemSelect(p+u,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.renderListContainer=function(){var e,t=this.base,n=this.props,o=n.dir,i=n.header,a=n.footer,c=n.data,l=void 0===c?[]:c,h=n.groupField,u=n.size,d=n.list,m=n.virtual,f=void 0!==this.props.opened?this.props.opened:this.state.opened,z=t.getPopupSettings(),g=void 0!==z.width?z.width:t.popupWidth,y=this.state.group;return void 0===y&&void 0!==h&&(y=(0,v.getItemValue)(l[0],h)),r.createElement(p.default,{width:g,popupSettings:{animate:z.animate,anchor:this.element,show:f,popupClass:(0,s.classNames)(z.popupClass,"k-list-container","k-combobox-popup"),className:z.className,appendTo:z.appendTo},dir:void 0!==o?o:this.base.dirCalculated,itemsCount:[l.length]},r.createElement("div",{className:(0,s.classNames)((e={},e["k-list"]=!d,e["k-list-".concat(b[u]||u)]=!d&&u,e["k-virtual-list"]=m,e["k-data-table"]=d,e["k-table-".concat(b[u]||u)]=d&&u,e))},i&&r.createElement("div",{className:"k-table-header"},i),!d&&y&&r.createElement("div",{className:"k-list-group-sticky-header"},y),this.renderList(),a&&r.createElement("div",{className:"k-list-footer"},a)))},t.prototype.renderList=function(){var e,t=this,n=this.base,o=this.props,i=o.textField,a=o.dataItemKey,c=o.listNoDataRender,l=o.itemRender,h=o.data,u=void 0===h?[]:h,p=o.virtual,m=void 0===p?{skip:0}:p,f=n.getPopupSettings(),z=n.vs,g=m.skip,y=void 0!==this.props.opened?this.props.opened:this.state.opened,b="translateY(".concat(z.translate,"px)"),x=y?this.getFocusedIndex():void 0,H=void 0!==this.props.filter?this.props.filter:this.state.text,w=(0,v.getItemValue)(this.value,i),V=(0,v.isPresent)(H)&&H!==w?null:this.value,M=this.props.list||d.default;return r.createElement(M,{id:n.listBoxId,virtual:Boolean(m),show:y,data:u,focusedIndex:x,value:V,textField:i,valueField:a,groupField:this.props.groupField,optionsGuid:n.guid,listRef:function(e){z.list=t.base.list=e,t.itemHeight=0},wrapperStyle:{maxHeight:f.height},wrapperCssClass:(0,s.classNames)("k-list-content",(e={},e["k-list-scroller"]=!m,e)),listStyle:z.enabled?{transform:b}:void 0,key:"listkey",skip:g,onClick:this.handleItemClick,itemRender:l,noDataRender:c,onMouseDown:function(e){return e.preventDefault()},onScroll:this.onScroll,wrapperRef:z.scrollerRef,scroller:this.base.renderScrollElement()})},t.prototype.renderSearchBar=function(e,t){var n=this,o=this.props,i=o.placeholder,a=o.tabIndex,c=o.disabled,l=o.data,s=void 0===l?[]:l,h=o.dataItemKey,p=o.virtual,d=void 0===p?{skip:0}:p,m=void 0!==this.props.opened?this.props.opened:this.state.opened,f=this.value,z=Math.max(0,s.findIndex((function(e){return(0,v.areSame)(e,f,h)})));return this._suggested&&!(0,v.areSame)(this._valueOnDidUpdate,f,h)&&(this._suggested=""),r.createElement(u.default,{id:t,placeholder:i,tabIndex:a||void 0,accessKey:this.props.accessKey,value:e+this._suggested,suggestedText:this._suggested,ref:function(e){return n._input=e&&e.input},onKeyDown:this.onInputKeyDown,onChange:this.inputOnChange,onFocus:this.base.handleFocus,onBlur:this.handleBlur,disabled:c,expanded:m,owns:this.base.listBoxId,activedescendant:"option-".concat(this.base.guid,"-").concat(z+d.skip),role:"combobox",ariaLabelledBy:this.props.ariaLabelledBy,ariaDescribedBy:this.props.ariaDescribedBy,render:this.props.valueRender})},t.prototype.triggerOnChange=function(e,t){var n=this.value;!(0,v.isPresent)(n)&&!(0,v.isPresent)(e)||(0,v.areSame)(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,i=t.textField,a=t.dataItemKey,r=t.virtual,c=void 0===r?{skip:0}:r,l=t.focusedItemIndex,s=void 0===l?v.itemIndexStartsWith:l,h=this.props.filter?this.props.filter:this.state.text;return(0,v.isPresent)(e)&&void 0===h?o.findIndex((function(t){return(0,v.areSame)(t,e,a)})):h?s(o,h,i):0===c.skip?0:-1},t.prototype.suggestValue=function(e){var t=this.props,n=t.data,o=t.textField;this._suggested=(0,v.suggestValue)(e,n,o)},t.prototype.applyState=function(e){this.base.applyState(e),this._valueDuringOnChange=void 0},t.displayName="ComboBox",t.propTypes=a(a({},l.default.propTypes),{size:c.oneOf([null,"small","medium","large"]),rounded:c.oneOf([null,"small","medium","large","full"]),fillMode:c.oneOf([null,"solid","flat","outline"]),dataItemKey:c.string,groupField:c.string,suggest:c.bool,placeholder:c.string,allowCustom:c.bool,clearButton:c.bool,iconClassName:c.string,svgIcon:s.svgIconPropType,validationMessage:c.string,required:c.bool,id:c.string,ariaLabelledBy:c.string,ariaDescribedBy:c.string,list:c.any,valueRender:c.func}),t.defaultProps=a(a({},l.default.defaultProps),{size:"medium",rounded:"medium",fillMode:"solid",allowCustom:!1,clearButton:!0,required:!1}),t}(r.Component);t.ComboBoxWithoutContext=H,t.ComboBoxPropsContext=(0,s.createPropsContext)(),t.ComboBox=(0,s.withPropsContext)(t.ComboBoxPropsContext,H),t.ComboBox.displayName="KendoReactComboBox"},8283:function(e,t,n){var o,i=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),a=this&&this.__assign||function(){return a=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},a.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.DropDownList=t.DropDownListPropsContext=t.DropDownListWithoutContext=void 0;var r=n(3899),c=n(189),l=n(4468),s=n(5935),h=n(8696),v=n(9189),u=n(126),p=n(3485),d=n(790),m=n(3117),f=n(4669),z=n(4468),g=n(7363),y=n(7774),b=l.kendoThemeMaps.sizeMap,x=l.kendoThemeMaps.roundedMap,H=function(e){function t(t){var n=e.call(this,t)||this;return n.state={},n._element=null,n.base=new m.default(n),n.searchState={word:"",last:""},n._select=null,n._skipFocusEvent=!1,n._filterInput=null,n._navigated=!1,n.focus=function(){n.base.wrapper&&n.base.wrapper.focus()},n.handleItemSelect=function(e,t){var o=n.props,i=o.data,a=void 0===i?[]:i,r=o.virtual,c=o.dataItemKey,l=o.defaultItem,s=r?r.skip:0,h=-1===e&&void 0!==l?l:a[e-s],v=!(0,f.areSame)(h,n.value,c);n.triggerOnChange(h,t),v&&n.base.triggerPageChangeCornerItems(h,t)},n.componentRef=function(e){n._element=e,n.base.wrapper=e},n.dummySelect=function(e){return r.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%"}},r.createElement("option",{value:n.props.valueMap?n.props.valueMap.call(void 0,e):e}))},n.renderListContainer=function(){var e,t=n.props,o=t.header,i=t.footer,c=t.dir,s=t.data,h=void 0===s?[]:s,u=t.size,p=n.base,d=p.getPopupSettings(),m=void 0!==n.props.opened?n.props.opened:n.state.opened,f=void 0!==d.width?d.width:p.popupWidth,z={dir:void 0!==c?c:p.dirCalculated,width:f,popupSettings:{popupClass:(0,l.classNames)(d.popupClass,"k-list-container","k-dropdownlist-popup"),className:d.className,animate:d.animate,anchor:n.element,show:m,onOpen:n.onPopupOpened,onClose:n.onPopupClosed,appendTo:d.appendTo},itemsCount:[h.length]};return r.createElement(v.default,a({},z),n.renderListFilter(),o&&r.createElement("div",{className:"k-list-header"},o),r.createElement("div",{className:(0,l.classNames)("k-list",(e={},e["k-list-".concat(b[u]||u)]=u,e["k-virtual-list"]=n.base.vs.enabled,e))},n.renderDefaultItem(),n.renderList()),i&&r.createElement("div",{className:"k-list-footer"},i))},n.renderList=function(){var e=n.props,t=e.data,o=void 0===t?[]:t,i=e.textField,a=e.dataItemKey,c=e.virtual,l=void 0===c?{skip:0}:c,s=e.listNoDataRender,h=e.itemRender,v=n.base.vs,u=l.skip,p=void 0!==n.props.opened?n.props.opened:n.state.opened,m=n.base.getPopupSettings(),f="translateY(".concat(v.translate,"px)");return r.createElement(d.default,{id:n.base.listBoxId,show:p,data:o.slice(),focusedIndex:n.focusedIndex(),value:n.value,textField:i,valueField:a,optionsGuid:n.base.guid,listRef:function(e){return v.list=n.base.list=e},wrapperStyle:{maxHeight:m.height},wrapperCssClass:"k-list-content",listStyle:v.enabled?{transform:f}:void 0,key:"listkey",skip:u,onClick:n.handleItemClick,itemRender:h,noDataRender:s,onScroll:function(e){v.scrollHandler(e)},wrapperRef:v.scrollerRef,scroller:n.base.renderScrollElement()})},n.renderListFilter=function(){var e=void 0!==n.props.filter?n.props.filter:n.state.text;return n.props.filterable&&r.createElement(u.default,{value:e,ref:function(e){return n._filterInput=e&&e.input},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,o=e.defaultItem,i=e.dataItemKey;return void 0!==o&&r.createElement(p.default,{defaultItem:o,textField:t,selected:(0,f.areSame)(n.value,o,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,i=o.data,a=void 0===i?[]:i,r=o.dataItemKey,c=a.map((function(e,t){return{item:e,itemIndex:t}})),l=n.searchState.word,s=n.searchState.last,h=(0,f.sameCharsOnly)(l,s),v=c.length,u=Math.max(0,a.findIndex((function(e){return(0,f.areSame)(e,n.value,r)})));n.props.defaultItem&&(t={item:n.props.defaultItem,itemIndex:-1},v+=1,u+=1),u+=h?1:0,c=(0,f.shuffleData)(c,u,t);for(var p,d,m,z=0,g=n.props,y=g.textField,b=g.ignoreCase;z<v;z++)if(p=(0,f.getItemValue)(c[z].item,y),d=h&&(0,f.matchText)(p,s,b),m=(0,f.matchText)(p,l,b),d||m){z=c[z].itemIndex;break}if(z!==v){var x=n.base.initState();x.syntheticEvent=e,n.handleItemSelect(z,x),n.applyState(x),n._valueDuringOnChange=void 0}},n.handleKeyDown=function(e){var t=n.props,o=t.data,i=void 0===o?[]:o,a=t.filterable,r=t.disabled,c=t.leftRightKeysNavigation,s=void 0===c||c,h=t.virtual,v=void 0===h?{skip:0,total:0,pageSize:0}:h,u=void 0!==n.props.opened?n.props.opened:n.state.opened,p=e.keyCode,d=p===l.Keys.home||p===l.Keys.end,m=p===l.Keys.up||p===l.Keys.down,f=!u&&(e.altKey&&p===l.Keys.down||p===l.Keys.enter||p===l.Keys.space),z=u&&(e.altKey&&p===l.Keys.up||p===l.Keys.esc),g=s&&(p===l.Keys.left||p===l.Keys.right),y=m||!a&&(g||d),b=n.base.initState();if(b.syntheticEvent=e,!r){if(d&&n.base.vs.enabled)p===l.Keys.home?0!==v.skip?(n.base.triggerOnPageChange(b,0,v.pageSize),n._navigated=!0):n.triggerOnChange(i[0],b):v.skip<v.total-v.pageSize?(n.base.triggerOnPageChange(b,v.total-v.pageSize,v.pageSize),n._navigated=!0):n.triggerOnChange(i[i.length-1],b);else if(u&&p===l.Keys.enter){var x=n.focusedIndex();void 0!==x&&n.handleItemSelect(x,b),n.base.togglePopup(b),e.preventDefault()}else f||z?(n.base.togglePopup(b),e.preventDefault()):y&&(n.onNavigate(b,p),e.preventDefault());n.applyState(b)}},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.base.initState();o.syntheticEvent=e,o.data.focused=!1,o.events.push({type:"onBlur"}),t&&n.base.togglePopup(o),n.applyState(o)}},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.base.togglePopup(t),n.applyState(t)}},n.handleKeyPress=function(e){if(!n.props.filterable&&0!==e.which&&e.keyCode!==l.Keys.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,void 0===n.props.filter&&(t.data.text=e.target.value),n.base.filterChanged(e.target.value,t),n.applyState(t)},n.onPopupOpened=function(){n._filterInput&&n.focusElement(n._filterInput)},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,z.validatePackage)(g.packageMetadata),n}return i(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;return void 0!==this._valueDuringOnChange?e=this._valueDuringOnChange:void 0!==this.props.value?e=this.props.value:void 0!==this.state.value?e=this.state.value:void 0!==this.props.defaultValue&&(e=this.props.defaultValue),(0,f.isPresent)(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,i=this.value;return n.findIndex((function(e){return(0,f.areSame)(e,i,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=this.props,o=n.data,i=void 0===o?[]:o,a=n.dataItemKey,r=n.virtual,c=e.virtual?e.virtual.total:0,l=void 0!==this.props.opened?this.props.opened:this.state.opened,s=void 0!==e.opened?e.opened:t.opened,h=!s&&l;if(this.base.getPopupSettings().animate||h&&this.onPopupOpened(),r&&r.total!==c)this.base.vs.calcScrollElementHeight(),this.base.vs.reset();else{var v=this.value,u=void 0!==e.value?e.value:t.value,p=i.findIndex((function(e){return(0,f.areSame)(e,v,a)})),d=!(0,f.areSame)(u,v,a);h&&r?this.base.scrollToVirtualItem(r,p):h&&!r||l&&s&&v&&d&&!this._navigated?this.base.scrollToItem(p):l&&s&&this._navigated&&(this._navigated&&r&&0===r.skip?this.base.vs.reset():this._navigated&&r&&r.skip===r.total-r.pageSize&&this.base.vs.scrollToEnd())}this._navigated=!1,this.setValidity()},t.prototype.componentDidMount=function(){this.base.didMount(),this.setValidity()},t.prototype.render=function(){var e,t=this,n=this.props,o=n.style,i=n.className,c=n.label,v=n.dir,u=n.virtual,p=n.size,d=n.rounded,m=n.fillMode,z=void 0!==this.props.opened?this.props.opened:this.state.opened,g=this.value,H=(0,f.getItemValue)(g,this.props.textField),w=!this.validityStyles||this.validity.valid,V=this.base;V.vs.enabled=void 0!==u,void 0!==u&&(V.vs.skip=u.skip,V.vs.total=u.total,V.vs.pageSize=u.pageSize);var M=this.props,I=M.dataItemKey,C=M.data,k=void 0===C?[]:C,B=M.disabled,O=M.tabIndex,E=M.loading,S=M.iconClassName,L=M.valueRender,D=this.state.focused,P=k.findIndex((function(e){return(0,f.areSame)(e,g,I)})),_=r.createElement("span",{className:"k-input-inner"},r.createElement("span",{className:"k-input-value-text"},H)),N=void 0!==L?L.call(void 0,_,g):_,T=r.createElement("span",{ref:this.componentRef,className:(0,l.classNames)("k-dropdownlist k-picker",i,(e={},e["k-picker-".concat(b[p]||p)]=p,e["k-rounded-".concat(x[d]||d)]=d,e["k-picker-".concat(m)]=m,e["k-focus"]=D,e["k-disabled"]=B,e["k-invalid"]=!w,e["k-loading"]=E,e["k-required"]=this.required,e)),style:c?a(a({},o),{width:void 0}):o,dir:v,onMouseDown:z?f.preventDefaultNonInputs:void 0,onFocus:this.handleFocus,onBlur:this.handleBlur,tabIndex:(0,l.getTabIndex)(O,B),accessKey:this.props.accessKey,onKeyDown:this.handleKeyDown,onKeyPress:this.handleKeyPress,onClick:B?void 0:this.handleWrapperClick,role:"combobox","aria-required":this.required,"aria-disabled":B||void 0,"aria-haspopup":"listbox","aria-expanded":z||!1,"aria-owns":this.base.listBoxId,"aria-activedescendant":z?"option-"+this.base.guid+"-"+(P+(u?u.skip:0)):void 0,"aria-label":this.props.ariaLabel||this.props.label,"aria-labelledby":this.props.ariaLabelledBy,"aria-describedby":this.props.ariaDescribedBy,id:this.props.id,title:this.props.title},N,E&&r.createElement(l.IconWrap,{className:"k-input-loading-icon",name:"loading"}),r.createElement(y.Button,{tabIndex:-1,type:"button","aria-hidden":!0,size:p,fillMode:m,iconClass:S,className:"k-input-button",themeColor:"base",icon:S?void 0:"caret-alt-down",svgIcon:S?this.props.svgIcon:h.caretAltDownIcon,onMouseDown:function(e){return t.state.focused&&e.preventDefault()}}),this.dummySelect(g),this.renderListContainer());return c?r.createElement(s.FloatingLabel,{label:c,editorValue:H,editorValid:w,editorDisabled:this.props.disabled,style:{width:o?o.width:void 0},children:T}):T},t.prototype.onNavigate=function(e,t){var n=this.props,o=n.data,i=void 0===o?[]:o,a=n.defaultItem,r=n.dataItemKey,c=n.virtual,l=void 0===c?{skip:0,total:0,pageSize:0}:c,s=this.base.vs,h=this.value,v=i.findIndex((function(e){return(0,f.areSame)(e,h,r)})),u=this.base.navigation.navigate({current:l.skip+v,max:(s.enabled?l.total:i.length)-1,min:void 0!==a?-1:0,keyCode:t});void 0!==u&&this.handleItemSelect(u,e),this.applyState(e)},t.prototype.focusedIndex=function(){var e=(0,f.isPresent)(this.props.filter)?this.props.filter:this.state.text,t=this.props,n=t.data,o=void 0===n?[]:n,i=t.virtual,a=void 0===i?{skip:0}:i,r=t.dataItemKey,c=t.textField,l=t.focusedItemIndex,s=this.value,h=!(o.findIndex((function(e){return(0,f.areSame)(e,s,r)}))<0&&!this.props.defaultItem);return!h&&e&&0===a.skip?l?l(o,e,c):o.indexOf((0,f.getFocusedItem)(o,e,c)):h||0!==a.skip?void 0:0},t.prototype.focusElement=function(e){var t=this;this._skipFocusEvent=!0,e.focus(),window.setTimeout((function(){return t._skipFocusEvent=!1}),30)},t.prototype.triggerOnChange=function(e,t){(0,f.areSame)(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.displayName="DropDownList",t.propTypes=a({delay:c.number,ignoreCase:c.bool,iconClassName:c.string,svgIcon:l.svgIconPropType,defaultItem:c.any,valueRender:c.func,valueMap:c.func,validationMessage:c.string,required:c.bool,id:c.string,ariaLabelledBy:c.string,ariaDescribedBy:c.string,ariaLabel:c.string,leftRightKeysNavigation:c.bool,title:c.string},m.default.propTypes),t.defaultProps=a(a({delay:500,tabIndex:0,ignoreCase:!0},m.default.defaultProps),{required:!1,size:"medium",rounded:"medium",fillMode:"solid"}),t}(r.Component);t.DropDownListWithoutContext=H,t.DropDownListPropsContext=(0,l.createPropsContext)(),t.DropDownList=(0,l.withPropsContext)(t.DropDownListPropsContext,H),t.DropDownList.displayName="KendoReactDropDownList"},8293: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 i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},o.apply(this,arguments)},i=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var o,i=0,a=t.length;i<a;i++)!o&&i in t||(o||(o=Array.prototype.slice.call(t,0,i)),o[i]=t[i]);return e.concat(o||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.DropDownTree=t.DropDownTreePropsContext=void 0;var a=n(3899),r=n(189),c=n(4468),l=n(5362),s=n(499),h=n(4682),v=n(4468),u=n(7363),p=n(4669),d=n(5308),m=n(3677),f=n(3364),z=n(5935),g=n(126),y=n(7774),b=n(8696),x=c.kendoThemeMaps.sizeMap,H=c.kendoThemeMaps.roundedMap,w=function(e){return a.createElement("span",{className:"k-input-value-text"},e.children)},V=function(e){return e.split("_").map((function(e){return parseInt(e,10)}))},M={selectField:"selected",subItemsField:"items",popupSettings:{animate:!0,width:"200px",height:"200px"},required:!1,validityStyles:!0,size:"medium",rounded:"medium",fillMode:"solid"};t.DropDownTreePropsContext=(0,c.createPropsContext)(),t.DropDownTree=a.forwardRef((function(e,n){var r;(0,v.validatePackage)(u.packageMetadata);var I=(0,c.usePropsContext)(t.DropDownTreePropsContext,e),C=a.useMemo((function(){return(0,c.guid)()}),[]),k=I.id||C,B=I.data,O=void 0===B?[]:B,E=I.dataItemKey,S=I.popupSettings,L=void 0===S?{}:S,D=I.style,P=void 0===D?{}:D,_=I.opened,N=I.disabled,T=I.onOpen,R=void 0===T?c.noop:T,F=I.onClose,j=void 0===F?c.noop:F,A=I.placeholder,K=I.label,q=I.name,W=I.selectField,U=void 0===W?M.selectField:W,G=I.subItemsField,Z=void 0===G?M.subItemsField:G,Y=I.validationMessage,X=I.valid,J=I.required,$=I.validityStyles,Q=(0,c.getTabIndex)(I.tabIndex,N),ee=a.useRef(null),te=a.useRef(null),ne=a.useRef(null),oe=a.useRef(null),ie=a.useRef(null),ae=a.useRef(!1),re=a.useState(void 0),ce=re[0],le=re[1],se=void 0!==I.value,he=se?I.value:void 0!==ce?ce:I.defaultValue,ve=(0,p.isPresent)(he),ue=ve?(0,p.getItemValue)(he,I.textField):"",pe=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:Y,valid:X,required:J},ve),de=a.useCallback((function(){return te.current&&te.current.focus()}),[]);a.useImperativeHandle(ee,(function(){return{props:I,element:te.current,focus:de}})),a.useImperativeHandle(n,(function(){return ee.current}));var me=(0,c.useRtl)(te,I.dir),fe=void 0!==L.width?L.width:void 0!==P.width?P.width:M.popupSettings.width,ze=(0,d.useDropdownWidth)(te,fe),ge=o({width:ze},void 0!==me?{direction:me}:{}),ye=a.useState(!1),be=ye[0],xe=ye[1],He=void 0!==_?_:be,we=a.useState(!1),Ve=we[0],Me=we[1],Ie=a.useState(""),Ce=Ie[0],ke=Ie[1],Be=a.useCallback((function(){oe.current&&oe.current.setCustomValidity&&oe.current.setCustomValidity(pe.valid?"":void 0===Y?"Please select a value from the list!":Y)}),[Y,pe]);a.useEffect(Be);var Oe=a.useCallback((function(e){if(!He){if(R){var t=o({},e);R.call(void 0,t)}void 0===_&&xe(!0)}}),[He,_,R]),Ee=a.useCallback((function(e){if(He){if(j){var t=o({},e);j.call(void 0,t)}void 0===_&&xe(!1)}}),[He,_,j]),Se=a.useCallback((function(e){if(!e.isDefaultPrevented()&&ee.current){Me(!0);var t={syntheticEvent:e,nativeEvent:e.nativeEvent,target:ee.current};(He?Ee:Oe)(t)}}),[He,_,R,j]),Le=a.useCallback((function(e){ae.current=!0,e(),window.setTimeout((function(){return ae.current=!1}),0)}),[]),De=a.useCallback((function(e){var t=e.keyCode,n=e.altKey,o=ie.current&&ie.current.element;if(ee.current&&(!e.isDefaultPrevented()||ne.current!==e.target)){var a={syntheticEvent:e,nativeEvent:e.nativeEvent,target:ee.current};if(He)if(t===c.Keys.esc||n&&t===c.Keys.up)e.preventDefault(),Ee(a);else if(o&&o.querySelector(".k-focus")&&(t===c.Keys.up||t===c.Keys.down||t===c.Keys.left||t===c.Keys.right||t===c.Keys.home||t===c.Keys.end)){if(t===c.Keys.up&&ne.current){var r=Array.from(o.querySelectorAll(".k-treeview-item")),l=i([],r,!0).reverse().find((function(e){return Boolean(e&&e.querySelector(".k-focus"))}));if(l&&0===r.indexOf(l))return Le((function(){_e(ne.current)}))}Le(c.noop)}else t===c.Keys.down&&Le((function(){_e(ne.current||o)}));else n&&t===c.Keys.down&&(e.preventDefault(),Oe(a))}}),[He,_,R,j]),Pe=a.useCallback((function(e){var t=e.keyCode;e.altKey||t!==c.Keys.up&&t!==c.Keys.down||(e.preventDefault(),Le(t===c.Keys.up?function(){_e(te.current)}:function(){_e(ie.current&&ie.current.element)}))}),[]),_e=a.useCallback((function(e){e&&Le((function(){return e.focus()}))}),[]),Ne=a.useCallback((function(){Ve||!He||_?I.filterable?_e(ne.current):_e(ie.current&&ie.current.element):Ee({target:ee.current})}),[j,I.filterable,Ve,_,He]),Te=a.useCallback((function(){Ve&&_e(te.current)}),[Ve]),Re=a.useCallback((function(e){if(!Ve&&!ae.current&&(Me(!0),I.onFocus&&ee.current)){var t={syntheticEvent:e,nativeEvent:e.nativeEvent,target:ee.current};I.onFocus.call(void 0,t)}}),[Ve,I.onFocus]),Fe=a.useCallback((function(e){if(Ve&&!ae.current&&ee.current){Me(!1);var t={syntheticEvent:e,nativeEvent:e.nativeEvent,target:ee.current};if(I.onBlur){var n=o({},t);I.onBlur.call(void 0,n)}Ee(t)}}),[Ve,I.onBlur,He,_,j]),je=a.useCallback((function(){Ve&&Le(c.noop)}),[Ve]),Ae=a.useCallback((function(e,t,n){if(I.onChange){var i=o({value:t,level:n?V(n):[]},e);I.onChange.call(void 0,i)}se||le(t)}),[I.onChange,se]),Ke=a.useCallback((function(e){if(!(0,p.areSame)(e.item,he,E)&&ee.current){var t=e.item,n=e.itemHierarchicalIndex,o=e.nativeEvent,i={syntheticEvent:e.syntheticEvent,nativeEvent:o,target:ee.current};Ae(i,t,n),Ee(i)}}),[se,he,I.onChange,E,He,_,j]),qe=a.useCallback((function(e){if(ee.current){var t={syntheticEvent:e,nativeEvent:e.nativeEvent,target:ee.current};Ae(t,null),Ee(t),e.preventDefault()}}),[se,I.onChange,He,_,j]),We=a.useCallback((function(e){if(e.syntheticEvent.stopPropagation(),I.onExpandChange&&ee.current){var t=e.item,n=e.itemHierarchicalIndex,o=e.nativeEvent,i=e.syntheticEvent,a={level:V(n),item:t,nativeEvent:o,syntheticEvent:i,target:ee.current};I.onExpandChange.call(void 0,a)}}),[I.onExpandChange]),Ue=a.useCallback((function(e){if(I.onFilterChange&&ee.current){var t={filter:{field:I.textField,operator:"contains",value:e.target.value},syntheticEvent:e,nativeEvent:e.nativeEvent,target:ee.current};I.onFilterChange.call(void 0,t),void 0===I.filter&&ke(e.target.value)}}),[I.onFilterChange,I.filter,I.textField]),Ge=a.useMemo((function(){return se||!ve?O:(0,c.mapTree)(O,Z,(function(e){var t;return(0,c.extendDataItem)(e,Z,((t={})[U]=(0,p.areSame)(e,he,E),t))}))}),[O,he,se,ve,U,Z]),Ze=I.listNoData||m.ListNoData,Ye=I.valueHolder||w,Xe=(0,s.useLocalization)(),Je=!$||pe.valid,$e=I.size,Qe=I.rounded,et=I.fillMode,tt=a.createElement("span",{className:(0,c.classNames)("k-dropdowntree k-picker",I.className,(r={},r["k-picker-".concat(x[$e]||$e)]=$e,r["k-rounded-".concat(H[Qe]||Qe)]=Qe,r["k-picker-".concat(et)]=et,r["k-focus"]=Ve,r["k-invalid"]=!Je,r["k-loading"]=I.loading,r["k-required"]=J,r["k-disabled"]=I.disabled,r)),tabIndex:Q,accessKey:I.accessKey,id:k,style:K?o(o({},P),{width:void 0}):P,dir:me,ref:te,onKeyDown:N?void 0:De,onMouseDown:je,onClick:N?void 0:Se,onFocus:Re,onBlur:Fe,role:"combobox","aria-haspopup":"tree","aria-expanded":He,"aria-disabled":N,"aria-label":K,"aria-labelledby":I.ariaLabelledBy,"aria-describedby":I.ariaDescribedBy},a.createElement("span",{className:"k-input-inner"},a.createElement(Ye,{item:he},ue||A)),I.loading&&a.createElement(c.IconWrap,{className:"k-input-loading-icon",name:"loading"}),ve&&!N&&a.createElement("span",{onClick:qe,className:"k-clear-value",title:Xe.toLanguageString(f.clear,f.messages[f.clear]),role:"button",tabIndex:-1,onMouseDown:function(e){return e.preventDefault()}},a.createElement(c.IconWrap,{name:"x",icon:b.xIcon})),a.createElement(y.Button,{tabIndex:-1,type:"button","aria-label":"select",className:"k-input-button",size:$e,fillMode:et,themeColor:"base",rounded:null,icon:"caret-alt-down",svgIcon:b.caretAltDownIcon}),a.createElement("select",{name:q,ref:oe,tabIndex:-1,"aria-hidden":!0,title:K,style:{opacity:0,width:1,border:0,zIndex:-1,position:"absolute",left:"50%"}},a.createElement("option",{value:I.valueMap?I.valueMap.call(void 0,he):he})),a.createElement(l.Popup,{className:(0,c.classNames)(L.className,{"k-rtl":"rtl"===me}),popupClass:(0,c.classNames)(L.popupClass,"k-list-container","k-dropdowntree-popup"),style:ge,animate:L.animate,anchor:te.current,show:He,onOpen:Ne,onClose:Te,appendTo:L.appendTo},I.filterable&&a.createElement(g.default,{value:void 0===I.filter?Ce:I.filter,inputRef:ne,onChange:Ue,onKeyDown:Pe,size:$e,rounded:Qe,fillMode:et}),O.length>0?a.createElement(h.TreeView,{ref:ie,tabIndex:Q,data:Ge,focusIdField:E,textField:I.textField,selectField:U,expandField:I.expandField,childrenField:Z,expandIcons:!0,onItemClick:Ke,onExpandChange:We,size:$e,item:I.item}):a.createElement(Ze,null,Xe.toLanguageString(f.nodata,f.messages[f.nodata]))));return K?a.createElement(z.FloatingLabel,{label:K,editorValue:ue,editorPlaceholder:A,editorValid:Je,editorDisabled:N,editorId:k,style:{width:P?P.width:void 0},children:tt,dir:me}):tt}));var I={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};t.DropDownTree.displayName="KendoReactDropDownTree",t.DropDownTree.defaultProps=M,t.DropDownTree.propTypes=I},6798:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},3677:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ListNoData=void 0;var o=n(3899);t.ListNoData=function(e){return o.createElement("div",{className:"k-nodata"},o.createElement("div",null,e.children))}},5308:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useDropdownWidth=void 0;var o=n(3899);t.useDropdownWidth=function(e,t,n){var i=o.useState(t),a=i[0],r=i[1];return o.useEffect((function(){void 0!==a&&e.current&&r(e.current.offsetWidth)}),n),a}},416: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 i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},o.apply(this,arguments)},i=this&&this.__rest||function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(o=Object.getOwnPropertySymbols(e);i<o.length;i++)t.indexOf(o[i])<0&&Object.prototype.propertyIsEnumerable.call(e,o[i])&&(n[o[i]]=e[o[i]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.MultiColumnComboBox=t.MultiColumnComboBoxPropsContext=void 0;var a=n(3899),r=n(189),c=n(1478),l=n(4468),s=n(7969),h=n(4669);t.MultiColumnComboBoxPropsContext=(0,l.createPropsContext)(),t.MultiColumnComboBox=a.forwardRef((function(e,n){var r=(0,l.usePropsContext)(t.MultiColumnComboBoxPropsContext,e),v=a.useRef(null),p=a.useRef(null),d=(0,l.getScrollbarWidth)(),m=r.columns,f=void 0===m?u.columns:m,z=r.popupSettings,g=void 0===z?u.popupSettings:z,y=r.className,b=(r.size,r.onOpen),x=r.onClose,H=r.onFocus,w=r.onBlur,V=r.onChange,M=r.onFilterChange,I=r.onPageChange,C=i(r,["columns","popupSettings","className","size","onOpen","onClose","onFocus","onBlur","onChange","onFilterChange","onPageChange"]);a.useImperativeHandle(v,(function(){return{element:p.current&&p.current.element,focus:function(){p.current&&p.current.focus()},get value(){return p.current&&p.current.value},get name(){return p.current&&p.current.name},props:r}})),a.useImperativeHandle(n,(function(){return v.current}));var k=a.useMemo((function(){if(void 0===k&&void 0!==r.groupField&&r.data)return(0,h.getItemValue)(r.data[0],r.groupField)}),[r.data,r.groupField]),B=a.useState(k),O=B[0],E=B[1],S=a.useMemo((function(){return a.createElement(a.Fragment,null,r.header,a.createElement("div",{className:"k-table-header-wrap"},a.createElement("table",{className:"k-table",role:"presentation"},a.createElement("colgroup",null,f.map((function(e,t){return a.createElement("col",{key:e.uniqueKey?e.uniqueKey:t,style:{width:e.width?e.width:u.width}})}))),a.createElement("thead",{className:"k-table-thead"},a.createElement("tr",{className:"k-table-row"},f.map((function(e,t){return a.createElement("th",{className:"k-table-th",key:e.uniqueKey?e.uniqueKey:t},e.header||" ")}))),O&&a.createElement("tr",{className:"k-table-group-row"},a.createElement("th",{className:"k-table-th",colSpan:f.length},O))))))}),[r.header,f,O]),L=a.useMemo((function(){return"calc(".concat(f.map((function(e){return t=e.width,n=u.width,t?"number"==typeof t?t+"px":t:n;var t,n})).filter(Boolean).join(" + ")," + ").concat(d,"px + 4px)")}),[f,d]),D=r.virtual?r.virtual.skip:0,P=a.useCallback((function(e,t){var n,i,c,s=f.map((function(e,n){return a.createElement("span",{className:"k-table-td",style:{width:e.width?e.width:u.width},key:e.uniqueKey?e.uniqueKey:n},e.field?(0,l.getter)(e.field)(t.dataItem):"")})),h=void 0,v=r.data||[],p=t.index-D;void 0!==r.groupField&&(n=(c=(0,l.getter)(r.groupField))(v[p]),i=c(v[p-1]),n&&i&&n!==i&&(h=n)),h&&s.push(a.createElement("div",{key:"group",className:"k-table-td k-table-group-td"},a.createElement("span",null,h)));var d=a.cloneElement(e,o(o({},e.props),{className:(0,l.classNames)("k-table-row",{"k-table-alt-row":t.index%2!=0,"k-focus":t.focused,"k-selected":t.selected,"k-first":Boolean(h)})}),s);return r.itemRender?r.itemRender.call(void 0,d,t):d}),[f,r.groupField,r.itemRender,r.data,D]),_=a.useCallback((function(e,t){e&&e.call(void 0,o(o({},t),{target:v.current}))}),[]),N=a.useCallback((function(e){return _(b,e)}),[b]),T=a.useCallback((function(e){return _(x,e)}),[x]),R=a.useCallback((function(e){return _(H,e)}),[H]),F=a.useCallback((function(e){return _(w,e)}),[w]),j=a.useCallback((function(e){return _(V,e)}),[V]),A=a.useCallback((function(e){return _(M,e)}),[M]),K=a.useCallback((function(e){return _(I,e)}),[I]),q=a.useCallback((function(e){E(e.group)}),[]);a.useEffect((function(){(0,l.setScrollbarWidth)()}));var W=a.useCallback((function(e){return a.createElement(c.MultiColumnList,o({},e))}),[]);return a.createElement(s.ComboBox,o({},C,{list:W,popupSettings:o(o({width:L},g),{popupClass:"k-dropdowngrid-popup k-reset",className:g.className}),ref:p,header:S,itemRender:P,size:r.size,rounded:r.rounded,fillMode:r.fillMode,onOpen:N,onClose:T,onFocus:R,onBlur:F,onChange:j,onFilterChange:A,onPageChange:K,onGroupScroll:q,className:(0,l.classNames)("k-dropdowngrid",y)}))}));var v=o(o({},s.ComboBoxWithoutContext.propTypes),{columns:r.any.isRequired}),u={columns:[],popupSettings:{},width:"200px",size:"medium",rounded:"medium",fillMode:"solid"};t.MultiColumnComboBox.displayName="KendoMultiColumnComboBox",t.MultiColumnComboBox.propTypes=v,t.MultiColumnComboBox.defaultProps=u},2790:function(e,t,n){var o,i=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),a=this&&this.__assign||function(){return a=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},a.apply(this,arguments)},r=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var o,i=0,a=t.length;i<a;i++)!o&&i in t||(o||(o=Array.prototype.slice.call(t,0,i)),o[i]=t[i]);return e.concat(o||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.MultiSelect=t.MultiSelectPropsContext=t.MultiSelectWithoutContext=void 0;var c,l=n(3899),s=n(189),h=n(4468),v=n(8696),u=n(5935),p=n(9189),d=n(790),m=n(6400),f=n(4250),z=n(3117),g=n(7749),y=n(4669),b=n(4468),x=n(7363),H=n(6475),w=h.kendoThemeMaps.sizeMap,V=h.kendoThemeMaps.roundedMap,M=function(e){return e.preventDefault()},I=function(e){return e===c.CustomItem};!function(e){e[e.None=0]="None",e[e.ListItem=1]="ListItem",e[e.CustomItem=2]="CustomItem"}(c||(c={}));var C=function(e){function t(t){var n=e.call(this,t)||this;return n.state={activedescendant:g.ActiveDescendant.PopupList},n._element=null,n._valueItemsDuringOnChange=null,n._inputId=(0,h.guid)(),n.base=new z.default(n),n._tags=[],n._input=null,n._skipFocusEvent=!1,n.scrollToFocused=!1,n.focus=function(){n._input&&n._input.focus()},n.handleItemSelect=function(e,t){var o=n.props,i=o.data,a=void 0===i?[]:i,c=o.dataItemKey,l=o.virtual,s=a[e-(l?l.skip:0)],h=n.value.findIndex((function(e){return(0,y.areSame)(e,s,c)})),v=[];-1!==h?(v=n.value).splice(h,1):v=r(r([],n.value,!0),[s],!1),(void 0!==n.props.filter?n.props.filter:n.state.text)&&(n.state.text&&(t.data.text=""),n.base.filterChanged("",t)),void 0!==n.state.focusedIndex&&(t.data.focusedIndex=void 0),n.triggerOnChange(v,t),n.base.triggerPageChangeCornerItems(s,t)},n.onTagDelete=function(e,t){var o=void 0!==n.props.opened?n.props.opened:n.state.opened,i=n.base.initState();i.syntheticEvent=t,o&&n.base.togglePopup(i),n.state.focused||(i.data.focused=!0,n.focus());var a=n.value;(0,y.removeDataItems)(a,e,n.props.dataItemKey),n.triggerOnChange(a,i),n.applyState(i)},n.itemFocus=function(e,t){var o=n.props,i=o.data,a=void 0===i?[]:i,r=o.allowCustom,c=o.virtual,l=c?c.skip:0,s=void 0!==n.props.filter?n.props.filter:n.state.text,h=n.getFocusedState().focusedIndex,v=r&&s,u=a[e-l];u&&h!==e?n.state.focusedIndex!==e&&(t.data.focusedIndex=e,t.data.activedescendant=g.ActiveDescendant.PopupList):v&&-1===e&&void 0!==n.state.focusedIndex&&(t.data.focusedIndex=void 0),n.base.triggerPageChangeCornerItems(u,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.currentTarget.value,i=void 0!==n.props.opened?n.props.opened:n.state.opened;t.syntheticEvent=e,void 0===n.props.filter&&(t.data.text=o),t.data.focusedIndex=void 0,i||n.base.togglePopup(t),n.base.filterChanged(o,t),n.applyState(t)},n.clearButtonClick=function(e){var t=void 0!==n.props.opened?n.props.opened:n.state.opened,o=n.base.initState();o.syntheticEvent=e,e.stopPropagation(),n.value.length>0&&n.triggerOnChange([],o),void 0!==n.state.focusedIndex&&(o.data.focusedIndex=void 0),t&&n.base.togglePopup(o);var i=void 0!==n.props.filter?n.props.filter:n.state.text;(0,y.isPresent)(i)&&""!==i&&n.base.filterChanged("",o),n.state.text&&(o.data.text=""),n.applyState(o)},n.onInputKeyDown=function(e){var t=e.keyCode,o=void 0!==n.props.filter?n.props.filter:n.state.text,i=void 0!==n.props.opened?n.props.opened:n.state.opened,a=n.getFocusedState().focusedItem,r=n.base.initState();if(r.syntheticEvent=e,!o&&n.value.length>0&&(t===h.Keys.left||t===h.Keys.right||t===h.Keys.home||t===h.Keys.end||t===h.Keys.delete||t===h.Keys.backspace))return n.onTagsNavigate(e,r);var c=function(){e.preventDefault(),n.base.togglePopup(r),n.applyState(r)};i?e.altKey&&t===h.Keys.up?c():t===h.Keys.up||t===h.Keys.down?(e.preventDefault(),n.onNavigate(r,t)):t===h.Keys.enter?(e.preventDefault(),n.props.allowCustom&&o&&null===a?n.customItemSelect(e):n.selectFocusedItem(e)):t===h.Keys.esc&&c():e.altKey&&t===h.Keys.down&&c()},n.renderListContainer=function(){var e,t,o=n.base,i=n.props,r=i.header,c=i.footer,s=i.allowCustom,u=i.dir,d=i.data,m=void 0===d?[]:d,f=i.size,z=n.base.getPopupSettings(),g=void 0!==n.props.opened?n.props.opened:n.state.opened,y=void 0!==n.props.filter?n.props.filter:n.state.text,b=void 0!==z.width?z.width:o.popupWidth,x={dir:void 0!==u?u:o.dirCalculated,width:b,popupSettings:{popupClass:(0,h.classNames)(z.popupClass,"k-list-container","k-multiselect-popup"),className:z.className,animate:z.animate,anchor:n.element,show:g,onOpen:n.onPopupOpened,onClose:n.onPopupClosed,appendTo:z.appendTo},itemsCount:[m.length,n.value.length]},H=n.getFocusedState().focusedType,V=s&&y&&l.createElement("div",{className:(0,h.classNames)("k-list",(e={},e["k-list-".concat(w[f]||f)]=f,e)),key:"customitem",onClick:n.customItemSelect,onMouseDown:M},l.createElement("div",{className:(0,h.classNames)("k-list-item k-custom-item",{"k-focus":I(H)}),style:{fontStyle:"italic"}},y,l.createElement(h.IconWrap,{name:"plus",icon:v.plusIcon,style:{position:"absolute",right:"0.5em"}})));return l.createElement(p.default,a({},x),r&&l.createElement("div",{className:"k-list-header"},r),V,l.createElement("div",{className:(0,h.classNames)("k-list",(t={},t["k-list-".concat(w[f]||f)]=f,t["k-virtual-list"]=n.base.vs.enabled,t))},n.renderList()),c&&l.createElement("div",{className:"k-list-footer"},c))},n.renderList=function(){var e=n.props,t=e.data,o=void 0===t?[]:t,i=e.textField,a=e.listNoDataRender,r=e.itemRender,c=e.dataItemKey,s=e.virtual,h=n.base.vs,v=s?s.skip:0,u=void 0!==n.props.opened?n.props.opened:n.state.opened,p=n.getFocusedState().focusedIndex,m=n.base.getPopupSettings(),f="translateY(".concat(h.translate,"px)");return l.createElement(d.default,{id:n.base.listBoxId,show:u,data:o.slice(),focusedIndex:p-v,value:n.value,textField:i,valueField:c,optionsGuid:n.base.guid,listRef:function(e){h.list=n.base.list=e},wrapperStyle:{maxHeight:m.height},wrapperCssClass:"k-list-content",listStyle:h.enabled?{transform:f}:void 0,key:"listKey",skip:v,onClick:n.handleItemClick,itemRender:r,noDataRender:a,onMouseDown:M,onBlur:n.handleBlur,onScroll:function(e){h.scrollHandler(e)},wrapperRef:h.scrollerRef,scroller:n.base.renderScrollElement()})},n.customItemSelect=function(e){var t,o=void 0!==n.props.filter?n.props.filter:n.state.text,i=n.props.textField;if(o){var a=n.base.initState();a.syntheticEvent=e;var c=i?((t={})[i]=o,t):o;void 0!==n.state.text&&(a.data.text=""),a.data.focusedIndex=void 0,n.base.filterChanged("",a);var l=r(r([],n.value,!0),[c],!1);n.triggerOnChange(l,a),n.base.togglePopup(a),n.applyState(a)}},n.handleWrapperClick=function(e){var t=void 0!==n.props.opened?n.props.opened:n.state.opened,o=n._input;!t&&o&&n.focusElement(o);var i=n.base.initState();i.syntheticEvent=e,n.state.focused||(i.events.push({type:"onFocus"}),i.data.focused=!0),n.base.togglePopup(i),n.applyState(i)},n.handleItemClick=function(e,t){var o=n.base.initState();o.syntheticEvent=t,n.handleItemSelect(e,o),n.props.autoClose&&n.base.togglePopup(o),t.stopPropagation(),n.applyState(o)},n.handleBlur=function(e){if(n.state.focused&&!n._skipFocusEvent){var t=void 0!==n.props.opened?n.props.opened:n.state.opened,o=n.base.initState(),i=n.props,a=i.allowCustom,r=i.filterable;o.syntheticEvent=e,o.data.focused=!1,o.events.push({type:"onBlur"}),t&&(n.state.opened&&(o.data.opened=!1),o.events.push({type:"onClose"})),a||r||!n.state.text||(o.data.text=""),n.applyState(o)}},n.handleFocus=function(e){n._skipFocusEvent||n.base.handleFocus(e)},n.onPopupOpened=function(){n._input&&n.state.focused&&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,b.validatePackage)(x.packageMetadata),n}return i(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=[];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=this.props.virtual,o=n?n.skip:0,i=e.virtual?e.virtual.total:0,a=void 0!==this.props.opened?this.props.opened:this.state.opened,r=void 0!==e.opened?e.opened:t.opened,c=!r&&a,l=r&&!a;if(!this.base.getPopupSettings().animate&&l&&this.onPopupClosed(),n&&n.total!==i)this.base.vs.calcScrollElementHeight(),this.base.vs.reset();else{var s=this.getFocusedState(),h=s.focusedItem,v=s.focusedIndex;c&&n?this.base.scrollToVirtualItem(n,v-o):c&&!n?this.base.scrollToItem(v):a&&r&&h&&this.scrollToFocused&&this.base.scrollToItem(v-o)}this.scrollToFocused=!1,this.setValidity()},t.prototype.componentDidMount=function(){this.base.didMount(),this.setValidity()},t.prototype.onNavigate=function(e,t){var n=this.props,o=n.allowCustom,i=n.data,a=void 0===i?[]:i,r=void 0!==this.props.opened?this.props.opened:this.state.opened,c=void 0!==this.props.filter?this.props.filter:this.state.text,l=this.getFocusedState(),s=l.focusedType,v=l.focusedIndex,u=o&&c,p=I(s),d=this.base,m=d.vs;if(r&&t===h.Keys.up&&p)void 0!==this.state.focusedIndex&&(e.data.focusedIndex=void 0);else{var f=d.navigation.navigate({keyCode:t,current:v,max:(m.enabled?m.total:a.length)-1,min:u?-1:0});void 0!==f&&(this.itemFocus(f,e),this.scrollToFocused=!0)}this.applyState(e)},t.prototype.render=function(){var e,t,n=this.props,o=n.style,i=n.className,r=n.label,c=n.dir,s=n.disabled,v=n.tags,p=n.textField,d=n.dataItemKey,f=n.virtual,z=n.size,g=n.rounded,b=n.fillMode,x=n.loading,M=n.filter,I=this.state,C=I.text,k=I.focused,B=I.focusedTag,O=this.base.vs,E=this.props.id||this._inputId;O.enabled=void 0!==f,void 0!==f&&(O.skip=f.skip,O.total=f.total,O.pageSize=f.pageSize);var S=[];void 0===v?this.value.forEach((function(e){S.push({text:(0,y.getItemValue)(e,p),data:[e]})})):S.push.apply(S,v),this.setItems(S,this._tags);var L=!this.validityStyles||this.validity.valid,D=Boolean(void 0!==M?M:C)||this.value.length>0,P=l.createElement("div",{ref:this.componentRef,className:(0,h.classNames)("k-multiselect k-input",i,(e={},e["k-input-".concat(w[z]||z)]=z,e["k-rounded-".concat(V[g]||g)]=g,e["k-input-".concat(b)]=b,e["k-focus"]=k&&!s,e["k-invalid"]=!L,e["k-disabled"]=s,e["k-loading"]=x,e["k-required"]=this.required,e)),style:r?a(a({},o),{width:void 0}):o,dir:c,onFocus:this.handleFocus,onBlur:this.handleBlur,onClick:this.handleWrapperClick,onMouseDown:y.preventDefaultNonInputs},l.createElement("div",{className:(0,h.classNames)("k-input-values")},l.createElement("div",{className:(0,h.classNames)("k-chip-list",(t={},t["k-chip-list-".concat(w[z]||z)]=z,t)),role:"listbox",id:"tagslist-"+this.base.guid},S.length>0&&l.createElement(m.default,{tagRender:this.props.tagRender,onTagDelete:this.onTagDelete,data:S,guid:this.base.guid,focused:B?S.find((function(e){return(0,y.matchTags)(e,B,d)})):void 0,size:z})),this.renderSearchbar(E)),x&&l.createElement(h.IconWrap,{className:"k-input-loading-icon",name:"loading"}),D&&l.createElement(H.default,{onClick:this.clearButtonClick}),this.renderListContainer());return r?l.createElement(u.FloatingLabel,{label:r,editorId:E,editorValue:C||(0,y.getItemValue)(this.value[0],p),editorValid:L,editorDisabled:s,style:{width:o?o.width:void 0},children:P}):P},t.prototype.renderSearchbar=function(e){var t=this.state,n=t.activedescendant,o=t.focusedTag,i=this.props,a=i.disabled,r=i.placeholder,c=i.ariaDescribedBy,s=(void 0!==this.props.filter?this.props.filter:this.state.text)||"",h=void 0!==this.props.opened?this.props.opened:this.state.opened,v=this.getFocusedState().focusedIndex,u=0!==this.value.length||s?void 0:r,p=n===g.ActiveDescendant.TagsList&&void 0!==o?"tag-".concat(this.base.guid,"-").concat(o.text.replace(/\s+/g,"-")):"option-".concat(this.base.guid,"-").concat(v);return l.createElement(f.default,{id:e,size:Math.max((u||"").length,s.length,1),tabIndex:this.props.tabIndex,accessKey:this.props.accessKey,placeholder:u,value:s,onChange:this.onChangeHandler,onKeyDown:this.onInputKeyDown,ref:this.searchbarRef,disabled:a,expanded:h,owns:this.base.listBoxId,role:"combobox",activedescendant:p,ariaDescribedBy:"tagslist-".concat(this.base.guid).concat(c?" "+c:""),ariaLabelledBy:this.props.ariaLabelledBy})},t.prototype.onTagsNavigate=function(e,t){var n=e.keyCode,o=this.state.focusedTag,i=this._tags,a=this.props.dataItemKey,r=o?i.findIndex((function(e){return(0,y.matchTags)(e,o,a)})):-1,c=void 0,l=-1!==r;if(n===h.Keys.left)c=i[r=l?Math.max(0,r-1):i.length-1];else if(n===h.Keys.right)r===i.length-1?c=void 0:l&&(c=i[r=Math.min(i.length-1,r+1)]);else if(n===h.Keys.home)c=i[0];else if(n===h.Keys.end)c=i[i.length-1];else if(n===h.Keys.delete){if(l){var s=this.value;(0,y.removeDataItems)(s,i[r].data,a),this.triggerOnChange(s,t)}}else if(n===h.Keys.backspace)if(s=this.value,l)(0,y.removeDataItems)(s,i[r].data,a),this.triggerOnChange(s,t);else if(!l&&i.length){var v=i.pop();(0,y.removeDataItems)(s,v.data,a),this.triggerOnChange(s,t)}c!==o&&(t.data.focusedTag=c,t.data.activedescendant=g.ActiveDescendant.TagsList),this.applyState(t)},t.prototype.triggerOnChange=function(e,t){void 0===this.props.value&&(t.data.value=r([],e,!0)),this._valueItemsDuringOnChange=[],this.setItems(e,this._valueItemsDuringOnChange),t.events.push({type:"onChange"})},t.prototype.selectFocusedItem=function(e){var t=this.props,n=t.data,o=void 0===n?[]:n,i=t.virtual,a=this.getFocusedState().focusedIndex;void 0!==o[a-(i?i.skip:0)]&&this.handleItemClick(a,e)},t.prototype.setItems=function(e,t){t.length=0,t.push.apply(t,e)},t.prototype.getFocusedState=function(){var e,t=this.state.focusedIndex,n=void 0!==this.props.filter?this.props.filter:this.state.text,o=this.props,i=o.allowCustom,a=o.data,r=void 0===a?[]:a,l=o.dataItemKey,s=o.virtual,h=o.textField,v=o.focusedItemIndex,u=void 0===v?y.itemIndexStartsWith:v,p=s&&s.skip||0;if(void 0!==t)return{focusedIndex:t,focusedItem:r[t-p],focusedType:c.ListItem};var d=this.value;if(i&&n)return{focusedItem:null,focusedIndex:-1,focusedType:c.CustomItem};if(n)return{focusedItem:r[e=u(r,n,h)],focusedIndex:e+p,focusedType:c.ListItem};if(d.length){var m=d[d.length-1];return e=r.findIndex((function(e){return(0,y.areSame)(e,m,l)})),void 0!==r[e]?{focusedIndex:e+p,focusedItem:r[e],focusedType:c.ListItem}:{focusedType:c.None,focusedIndex:-1}}return 0===p?{focusedItem:r[0],focusedIndex:0,focusedType:c.ListItem}:{focusedType:c.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.displayName="MultiSelect",t.propTypes=a(a({},z.default.propTypes),{autoClose:s.bool,value:s.arrayOf(s.any),defaultValue:s.arrayOf(s.any),dataItemKey:s.string,placeholder:s.string,tags:s.arrayOf(s.shape({text:s.string,data:s.arrayOf(s.any)})),tagRender:s.func,id:s.string,ariaLabelledBy:s.string,ariaDescribedBy:s.string}),t.defaultProps=a(a({},z.default.defaultProps),{autoClose:!0,required:!1,size:"medium",rounded:"medium",fillMode:"solid"}),t}(l.Component);t.MultiSelectWithoutContext=C,t.MultiSelectPropsContext=(0,h.createPropsContext)(),t.MultiSelect=(0,h.withPropsContext)(t.MultiSelectPropsContext,C),t.MultiSelect.displayName="KendoReactMultiSelect"},6400:function(e,t,n){var o,i=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});var a=n(3899),r=n(7774),c=function(e){return e.syntheticEvent.preventDefault()},l=function(e){return e.syntheticEvent.stopPropagation()},s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return i(t,e),t.prototype.render=function(){var e=this.props,t=e.data,n=e.guid,o=e.focused,i=e.tagRender,s=e.tag,h=e.onTagDelete,v=e.size;return a.createElement(a.Fragment,null,t.map((function(e,u){var p=s?a.createElement(s,{key:e.text+u,tagData:e,guid:n,focusedTag:o,onTagDelete:h}):a.createElement(r.Chip,{id:"tag-".concat(n,"-").concat(e.text.replace(/\s+/g,"-")),"aria-selected":!0,role:"option","aria-setsize":t.length,key:e.text+u,text:e.text,removable:!0,onRemove:function(t){return h.call(void 0,e.data,t.syntheticEvent)},onMouseDown:c,onClick:l,className:e===o?"k-focus":void 0,size:v});return i?i(e,p):p})),this.props.children)},t}(a.Component);t.default=s},1286: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 i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},o.apply(this,arguments)},i=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var o,i=0,a=t.length;i<a;i++)!o&&i in t||(o||(o=Array.prototype.slice.call(t,0,i)),o[i]=t[i]);return e.concat(o||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.MultiSelectTree=t.MultiSelectTreePropsContext=void 0;var a=n(3899),r=n(189),c=n(4468),l=n(5362),s=n(499),h=n(4682),v=n(4468),u=n(7363),p=n(4669),d=n(5308),m=n(3677),f=n(3364),z=n(5935),g=n(6400),y=n(6475),b=n(126),x=c.kendoThemeMaps.sizeMap,H=c.kendoThemeMaps.roundedMap,w={checkField:"checkField",checkIndeterminateField:"checkIndeterminateField",subItemsField:"items",popupSettings:{animate:!0,width:"200px",height:"200px"},size:"medium",rounded:"medium",fillMode:"solid",required:!1,validityStyles:!0};t.MultiSelectTreePropsContext=(0,c.createPropsContext)(),t.MultiSelectTree=a.forwardRef((function(e,n){var r,V,M=(0,c.usePropsContext)(t.MultiSelectTreePropsContext,e);(0,v.validatePackage)(u.packageMetadata);var I=a.useMemo((function(){return(0,c.guid)()}),[]),C=M.id||I,k=M.data,B=void 0===k?[]:k,O=M.dataItemKey,E=M.popupSettings,S=void 0===E?{}:E,L=M.style,D=void 0===L?{}:L,P=M.opened,_=M.disabled,N=M.onOpen,T=void 0===N?c.noop:N,R=M.onClose,F=void 0===R?c.noop:R,j=M.placeholder,A=M.label,K=M.name,q=M.checkField,W=void 0===q?w.checkField:q,U=M.checkIndeterminateField,G=void 0===U?w.checkIndeterminateField:U,Z=M.subItemsField,Y=void 0===Z?w.subItemsField:Z,X=M.validationMessage,J=M.valid,$=M.tags,Q=M.value,ee=M.required,te=void 0===ee?w.required:ee,ne=M.validityStyles,oe=void 0===ne?w.validityStyles:ne,ie=(0,c.getTabIndex)(M.tabIndex,_),ae=a.useRef(null),re=a.useRef(null),ce=a.useRef(null),le=a.useRef(null),se=a.useRef(null),he=a.useRef(!1),ve=a.useRef([]),ue=a.useRef(null),pe=a.useState(),de=pe[0],me=pe[1],fe=a.useState(!1),ze=fe[0],ge=fe[1],ye=a.useState(!1),be=ye[0],xe=ye[1],He=a.useState(""),we=He[0],Ve=He[1],Me=void 0!==P?P:ze,Ie=Boolean(Array.isArray(Q)&&Q.length),Ce=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:X,valid:J,required:te},Ie),ke=(0,c.useRtl)(re,M.dir),Be=void 0!==S.width?S.width:void 0!==D.width?D.width:w.popupSettings.width,Oe=(0,d.useDropdownWidth)(re,Be),Ee=o({width:Oe},void 0!==ke?{direction:ke}:{}),Se=a.useCallback((function(){return re.current&&re.current.focus()}),[]);ve.current=void 0===$?(Q||[]).map((function(e){return{text:(0,p.getItemValue)(e,M.textField),data:[e]}})):i([],$,!0),a.useImperativeHandle(ae,(function(){return{props:M,element:re.current,focus:Se}})),a.useImperativeHandle(n,(function(){return ae.current}));var Le=a.useCallback((function(){le.current&&le.current.setCustomValidity&&le.current.setCustomValidity(Ce.valid?"":void 0===X?"Please select a value from the list!":X)}),[X,Ce]);a.useEffect(Le),a.useEffect((function(){ue.current&&Me&&ue.current.setPosition(ue.current._popup)}),[Q,Me]);var De=a.useCallback((function(e,t,n){if(M.onChange){var i=o({items:t,operation:n},e);M.onChange.call(void 0,i)}}),[M.onChange]),Pe=a.useCallback((function(e){if(!(0,p.areSame)(e.item,Q,O)&&ae.current){var t=e.item,n=e.nativeEvent,o={syntheticEvent:e.syntheticEvent,nativeEvent:n,target:ae.current};De(o,[t],"toggle")}}),[Q,O,De]),_e=a.useCallback((function(e){if(!Me){if(T){var t=o({},e);T.call(void 0,t)}void 0===P&&ge(!0)}}),[Me,P,T]),Ne=a.useCallback((function(e){if(Me){if(F){var t=o({},e);F.call(void 0,t)}void 0===P&&ge(!1)}}),[Me,P,F]),Te=a.useCallback((function(e){he.current=!0,e(),window.setTimeout((function(){return he.current=!1}),0)}),[]),Re=a.useCallback((function(e){e&&Te((function(){return e.focus()}))}),[Te]),Fe=a.useCallback((function(){!be&&Me?Ne({target:ae.current}):M.filterable?Re(ce.current):Re(se.current&&se.current.element)}),[be,Me,Re,Ne,M.filterable]),je=a.useCallback((function(){be&&Re(re.current)}),[be,Re]),Ae=a.useCallback((function(e){if(!be&&!he.current&&(xe(!0),M.onFocus&&ae.current)){var t={syntheticEvent:e,nativeEvent:e.nativeEvent,target:ae.current};M.onFocus.call(void 0,t)}}),[be,M.onFocus]),Ke=a.useCallback((function(e){if(be&&!he.current&&ae.current){xe(!1);var t={syntheticEvent:e,nativeEvent:e.nativeEvent,target:ae.current};if(M.onBlur){var n=o({},t);M.onBlur.call(void 0,n)}Ne(t)}}),[be,M.onBlur,Me,P,F]),qe=a.useCallback((function(){be&&Te(c.noop)}),[be,Te]),We=a.useCallback((function(e){if(!e.isDefaultPrevented()&&ae.current){xe(!0);var t={syntheticEvent:e,nativeEvent:e.nativeEvent,target:ae.current};Me||_e(t)}}),[Me,_e]),Ue=a.useCallback((function(e){var t=e.keyCode,n=e.altKey,o=se.current&&se.current.element;if(ae.current&&(!e.isDefaultPrevented()||ce.current!==e.target)){var a={syntheticEvent:e,nativeEvent:e.nativeEvent,target:ae.current};if(Q&&Q.length>0&&(t===c.Keys.left||t===c.Keys.right||t===c.Keys.home||t===c.Keys.end||t===c.Keys.delete)){var r=ve.current,l=de?r.findIndex((function(e){return(0,p.matchTags)(e,de,O)})):-1,s=void 0,h=-1!==l;t===c.Keys.left?s=r[l=h?Math.max(0,l-1):r.length-1]:t===c.Keys.right?l===r.length-1?s=void 0:h&&(s=r[l=Math.min(r.length-1,l+1)]):t===c.Keys.home?s=r[0]:t===c.Keys.end?s=r[r.length-1]:t===c.Keys.delete&&h&&De(a,r[l].data,"delete"),s!==de&&me(s)}if(Me)if(t===c.Keys.esc||n&&t===c.Keys.up)e.preventDefault(),Ne(a);else if(o&&o.querySelector(".k-focus")&&(t===c.Keys.up||t===c.Keys.down||t===c.Keys.left||t===c.Keys.right||t===c.Keys.home||t===c.Keys.end)){if(t===c.Keys.up&&ce.current){var v=Array.from(o.querySelectorAll(".k-treeview-item")),u=i([],v,!0).reverse().find((function(e){return Boolean(e&&e.querySelector(".k-focus"))}));if(u&&0===v.indexOf(u))return Te((function(){Re(ce.current)}))}Te(c.noop)}else t===c.Keys.down&&Te((function(){Re(ce.current||o)}));else n&&t===c.Keys.down&&(e.preventDefault(),_e(a))}}),[Me,Ne,Re,Te,_e,de,O,Q,De]),Ge=a.useCallback((function(e){var t=e.keyCode;e.altKey||t!==c.Keys.up&&t!==c.Keys.down||(e.preventDefault(),Te(t===c.Keys.up?function(){Re(re.current)}:function(){Re(se.current&&se.current.element)}))}),[Re,Te]),Ze=a.useCallback((function(e){if(ae.current){var t={syntheticEvent:e,nativeEvent:e.nativeEvent,target:ae.current};De(t,[],"clear"),Ne(t),e.preventDefault()}}),[De,Ne]),Ye=a.useCallback((function(e,t){Ne({target:ae.current}),be||Re(ce.current),De({syntheticEvent:t,nativeEvent:t.nativeEvent,target:ae.current},e,"delete")}),[De,Ne,Re,be]),Xe=a.useCallback((function(e){if(M.onExpandChange&&ae.current){var t=e.item,n=e.itemHierarchicalIndex,o=e.nativeEvent,i=e.syntheticEvent,a={level:(r=n,r.split("_").map((function(e){return parseInt(e,10)}))),item:t,nativeEvent:o,syntheticEvent:i,target:ae.current};M.onExpandChange.call(void 0,a)}var r}),[M.onExpandChange]),Je=a.useCallback((function(e){if(M.onFilterChange&&ae.current){var t={filter:{field:M.textField,operator:"contains",value:e.target.value},syntheticEvent:e,nativeEvent:e.nativeEvent,target:ae.current};M.onFilterChange.call(void 0,t),void 0===M.filter&&Ve(e.target.value)}}),[M.onFilterChange,M.filter,M.textField]),$e=M.listNoData||m.ListNoData,Qe=(0,s.useLocalization)(),et=!oe||Ce.valid,tt=M.size,nt=M.rounded,ot=M.fillMode,it=a.createElement("span",{className:(0,c.classNames)("k-multiselect k-input",M.className,(r={},r["k-input-".concat(x[tt]||tt)]=tt,r["k-rounded-".concat(H[nt]||nt)]=nt,r["k-input-".concat(ot)]=ot,r["k-focus"]=be&&!_,r["k-invalid"]=!et,r["k-disabled"]=_,r["k-loading"]=M.loading,r["k-required"]=te,r)),tabIndex:ie,accessKey:M.accessKey,id:C,style:A?o(o({},D),{width:void 0}):D,dir:ke,ref:re,onKeyDown:_?void 0:Ue,onMouseDown:qe,onFocus:Ae,onBlur:Ke,role:"combobox","aria-haspopup":"true","aria-expanded":Me,"aria-disabled":_,"aria-label":A,"aria-labelledby":M.ariaLabelledBy,"aria-describedby":M.ariaDescribedBy,onClick:_?void 0:We},ve.current.length>0&&a.createElement("div",{className:(0,c.classNames)("k-input-values k-chip-list k-selection-multiple",(V={},V["k-chip-list-".concat(x[tt]||tt)]=tt,V)),role:"listbox",id:"tagslist-"+C},a.createElement(g.default,{tag:M.tag,onTagDelete:Ye,data:ve.current,guid:C,focused:de?ve.current.find((function(e){return(0,p.matchTags)(e,de,O)})):void 0,size:tt})),!Ie&&a.createElement("span",{className:"k-input-inner"},a.createElement("span",{className:"k-input-value-text"}," ")),M.loading&&a.createElement(c.IconWrap,{className:"k-input-loading-icon",name:"loading"}),Ie&&!_&&a.createElement(y.default,{onClick:Ze}),a.createElement("select",{name:K,ref:le,tabIndex:-1,"aria-hidden":!0,title:A,style:{opacity:0,width:1,border:0,zIndex:-1,position:"absolute",left:"50%"}},a.createElement("option",{value:M.valueMap?M.valueMap.call(void 0,Q):Q})),a.createElement(l.Popup,{popupClass:(0,c.classNames)(S.popupClass,"k-list-container","k-multiselecttree-popup"),className:(0,c.classNames)(S.className,{"k-rtl":"rtl"===ke}),style:Ee,animate:S.animate,anchor:re.current,show:Me,onOpen:Fe,onClose:je,appendTo:S.appendTo,ref:ue},M.filterable&&a.createElement(b.default,{value:void 0===M.filter?we:M.filter,inputRef:ce,onChange:Je,onKeyDown:Ge,tabIndex:ie,size:tt,rounded:nt,fillMode:ot}),B.length>0?a.createElement(h.TreeView,{ref:se,tabIndex:ie,data:B,focusIdField:O,textField:M.textField,checkField:W,checkIndeterminateField:G,expandField:M.expandField,childrenField:Y,expandIcons:!0,onItemClick:Pe,onCheckChange:Pe,onExpandChange:Xe,checkboxes:!0,size:tt,item:M.item}):a.createElement($e,null,Qe.toLanguageString(f.nodata,f.messages[f.nodata]))));return A?a.createElement(z.FloatingLabel,{label:A,editorValue:Ie,editorPlaceholder:j,editorValid:et,editorDisabled:_,editorId:C,style:{width:D?D.width:void 0},children:it,dir:ke}):it}));var V={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,item:r.func,listNoData:r.func};t.MultiSelectTree.displayName="KendoReactMultiSelectTree",t.MultiSelectTree.defaultProps=w,t.MultiSelectTree.propTypes=V},3804:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},444:function(e,t,n){var o=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var o,i=0,a=t.length;i<a;i++)!o&&i in t||(o||(o=Array.prototype.slice.call(t,0,i)),o[i]=t[i]);return e.concat(o||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.getMultiSelectTreeValue=t.getValueMap=void 0;var i=n(4468);t.getValueMap=function(e,t){var n={};return e&&e.length&&e.forEach((function(e){n[t(e)]=!0})),n},t.getMultiSelectTreeValue=function(e,n){var a=n.items,r=n.dataItemKey,c=n.value,l=n.subItemsField,s=void 0===l?"items":l,h=n.operation,v=(0,i.getter)(r),u=(0,t.getValueMap)(c,v);if("clear"===h)return[];if("delete"===h){var p=(0,t.getValueMap)(a,v);return c.filter((function(e){return!p[v(e)]}))}for(var d,m=a[0],f=v(m),z=(0,i.getter)(s),g=o([],e,!0),y=[],b=[];g.length;){var x=g.pop();if(f===v(x)){b=y.map((function(e){return e.item})),d=x;break}y&&y.length&&y[y.length-1].parentPosition===g.length&&y.pop(),(E=z(x))&&E.length&&(y.push({item:x,parentPosition:g.length}),g.push.apply(g,E))}for(var H=o([],z(d)||[],!0),w=[];H.length;)x=H.pop(),w.push(x),(E=z(x))&&E.length&&H.push.apply(H,E);var V=[];if(u[f]){var M=v(d),I=(0,t.getValueMap)(w,v),C=(0,t.getValueMap)(b,v);V.push.apply(V,c.filter((function(e){var t=v(e);return!I[t]&&M!==t&&!C[t]})))}else{V.push.apply(V,c),V.push(d),V.push.apply(V,w.filter((function(e){return!u[v(e)]})));for(var k=b.filter((function(e){return!u[v(e)]})),B=(0,t.getValueMap)(V,v),O=k.length-1;O>-1;O--){var E,S=k[O];if((E=z(S)).filter((function(e){return B[v(e)]})).length<E.length)break;V.push(S),B[v(S)]=!0}}return V}},6475:function(e,t,n){var o,i=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});var a=n(3899),r=n(499),c=n(3364),l=n(4468),s=n(8696),h=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.onMouseDown=function(e){return e.preventDefault()},t}return i(t,e),t.prototype.render=function(){var e=(0,r.provideLocalizationService)(this).toLanguageString(c.clear,c.messages[c.clear]);return a.createElement("span",{className:"k-clear-value",role:"button",onClick:this.props.onClick,onMouseDown:this.onMouseDown,tabIndex:-1,title:e,key:"clearbutton"},a.createElement(l.IconWrap,{name:"x",icon:s.xIcon}))},t}(a.Component);t.default=h,(0,r.registerForLocalization)(h)},3117: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 i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var i=n(3899),a=n(189),r=n(1309),c=n(7758),l=n(4669),s=n(4468),h=function(){function e(e){var t=this;this.wrapper=null,this.list=null,this.vs=new r.default,this.navigation=new c.Navigation,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,i=o.textField;o.filterable&&n.events.push({type:"onFilterChange",filter:{field:i,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 i=o.translate;0===i&&(o.calcScrollElementHeight(),i=o.itemHeight*e.skip,o.translateTo(i-o.itemHeight)),o.container&&(o.container.scrollTop=i),t.scrollToItem(n,!0)}window.setTimeout((function(){return o.enabled=!0}),10)},this.renderScrollElement=function(){var e=t.vs;return e.enabled&&i.createElement("div",{ref:function(t){return e.scrollElement=t},key:"scrollElementKey"})},this.listBoxId=(0,s.guid)(),this.guid=(0,s.guid)(),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,i=!0===e.opened;void 0===o&&this.calculatePopupWidth(),void 0===e.dir&&void 0===n.direction&&(this.calculateDir(),i=!0),i&&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){var n=this.list||this.vs.list;if(n&&e>=0){var o=this.vs,i=o.container||n.parentNode,a=void 0!==t?t:o.enabled;(0,l.scrollToItem)(i,n,e,o.translate,a)}},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 i=e.type;delete e.type;var a=i&&t.component.props[i];a&&a.call(void 0,o(o({},n),e))}))},e.prototype.triggerOnPageChange=function(e,t,n){var o=this.component.props.virtual;if(o){var i=Math.min(Math.max(0,t),Math.max(0,o.total-n));i!==o.skip&&e.events.push({type:"onPageChange",page:{skip:i,take:n}})}},e.prototype.triggerPageChangeCornerItems=function(e,t){var n=this.component.props,o=n.data,i=void 0===o?[]:o,a=n.dataItemKey,r=n.virtual,c=void 0!==n.opened?n.opened:this.component.state.opened;e&&r&&this.vs.enabled&&(r.skip>0&&(0,l.areSame)(e,i[0],a)?this.triggerOnPageChange(t,r.skip-1,r.pageSize):!c&&r.skip+r.pageSize<r.total&&(0,l.areSame)(e,i[i.length-1],a)&&this.triggerOnPageChange(t,r.skip+1,r.pageSize))},e.prototype.getPopupSettings=function(){return Object.assign({},e.defaultProps.popupSettings,this.component.props.popupSettings)},e.basicPropTypes={opened:a.bool,disabled:a.bool,dir:a.string,tabIndex:a.number,accessKey:a.string,data:a.array,textField:a.string,className:a.string,label:a.string,loading:a.bool,popupSettings:a.shape({animate:a.oneOfType([a.bool,a.shape({openDuration:a.number,closeDuration:a.number})]),popupClass:a.string,className:a.string,appendTo:a.any,width:a.oneOfType([a.string,a.number]),height:a.oneOfType([a.string,a.number])}),onOpen:a.func,onClose:a.func,onFocus:a.func,onBlur:a.func,onChange:a.func,itemRender:a.func,listNoDataRender:a.func,focusedItemIndex:a.func,header:a.node,footer:a.node},e.propTypes=o(o({},e.basicPropTypes),{value:a.any,defaultValue:a.any,filterable:a.bool,filter:a.string,virtual:a.shape({pageSize:a.number.isRequired,skip:a.number.isRequired,total:a.number.isRequired}),onFilterChange:a.func,onPageChange:a.func}),e.defaultProps={popupSettings:{height:"200px"},required:!1,validityStyles:!0},e}();t.default=h},790:function(e,t,n){var o,i=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});var a=n(3899),r=n(9174),c=n(4669),l=n(499),s=n(3364),h=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return i(t,e),t.prototype.renderItems=function(){var e=this,t=this.props,n=t.textField,o=t.valueField,i=t.groupField,l=t.optionsGuid,s=t.skip,h=void 0===s?0:s,v=t.virtual,u=t.focusedIndex,p=t.highlightSelected,d=void 0===p||p,m=t.value,f=t.data,z=t.itemRender,g=Array.isArray(m);return f.map((function(t,s){var p,y,b=h+s,x=d&&(!g&&(0,c.areSame)(t,m,o)||g&&-1!==m.findIndex((function(e){return(0,c.areSame)(e,t,o)}))),H=void 0;return s>0&&void 0!==i&&(p=(0,c.getItemValue)(t,i),y=(0,c.getItemValue)(f[s-1],i),p&&y&&p!==y&&(H=p)),a.createElement(r.default,{id:"option-".concat(l,"-").concat(b),virtual:v,dataItem:t,selected:x,focused:u===s,index:b,key:b,onClick:e.props.onClick,textField:n,group:H,render:z})}))},t.prototype.renderNoValueElement=function(e){var t=this.props.noDataRender,n=a.createElement("div",{className:"k-nodata"},a.createElement("div",null,e.toLanguageString(s.nodata,s.messages[s.nodata])));return t?t.call(void 0,n):n},t.prototype.render=function(){var e=(0,l.provideLocalizationService)(this),t=this.props,n=t.id,o=t.show,i=t.wrapperCssClass,r=t.wrapperStyle,c=t.listStyle,s=t.listRef,h=t.wrapperRef,v=t.listClassName,u=void 0===v?"k-list-ul":v,p=this.renderItems();return p.length?a.createElement("div",{className:i,style:r,ref:h,onMouseDown:this.props.onMouseDown,onBlur:this.props.onBlur,onScroll:this.props.onScroll,unselectable:"on"},a.createElement("ul",{id:n,role:"listbox","aria-hidden":!o||void 0,className:u,ref:s,style:c},p),this.props.scroller&&a.createElement("div",{className:"k-height-container"},this.props.scroller)):this.renderNoValueElement(e)},t}(a.Component);t.default=h,(0,l.registerForLocalization)(h)},9189:function(e,t,n){var o,i=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),a=this&&this.__assign||function(){return a=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},a.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var r=n(3899),c=n(5362),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return i(t,e),t.prototype.render=function(){var e=this.props,t=e.children,n=e.width,o=e.dir,i=e.itemsCount,l=e.popupSettings;return r.createElement(c.Popup,a({style:{width:n,direction:o},contentKey:i&&i.join()},l),t)},t}(r.Component);t.default=l},3485:function(e,t,n){var o,i=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});var a=n(3899),r=n(4468),c=n(4669),l=function(e){return e.preventDefault()},s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return i(t,e),t.prototype.render=function(){var e=this.props,t=e.selected,n=e.defaultItem,o=e.textField;return a.createElement("div",{onClick:this.props.onClick,onMouseDown:l,style:{position:"unset"},className:(0,r.classNames)("k-list-optionlabel",{"k-selected":t})},(0,c.getItemValue)(n,o)||"")},t}(a.Component);t.default=s},126:function(e,t,n){var o,i=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});var a=n(3899),r=n(8696),c=n(4468),l=c.kendoThemeMaps.sizeMap,s=c.kendoThemeMaps.roundedMap,h=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.input=null,t}return i(t,e),t.prototype.render=function(){var e,t=this,n=this.props,o=n.size,i=n.rounded,h=n.fillMode,v=n.inputRef;return a.createElement("div",{className:"k-list-filter"},a.createElement("span",{className:(0,c.classNames)("k-searchbox k-input",(e={},e["k-input-".concat(l[o]||o)]=o,e["k-rounded-".concat(s[i]||i)]=i,e["k-input-".concat(h)]=h,e))},a.createElement(c.IconWrap,{className:"k-input-icon",name:"search",icon:r.searchIcon}),a.createElement("input",{ref:v||function(e){return t.input=e},value:this.props.value||"",className:"k-input-inner",onChange:this.props.onChange,onKeyDown:this.props.onKeyDown,tabIndex:this.props.tabIndex,onClick:function(e){return e.stopPropagation()}})))},t}(a.Component);t.default=h},9174:function(e,t,n){var o,i=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});var a=n(3899),r=n(4468),c=n(4669),l=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 i(t,e),t.prototype.render=function(){var e=this.props,t=e.selected,n=e.group,o=e.dataItem,i=e.virtual,l=e.render,s=a.createElement("li",{id:this.props.id,role:"option","aria-selected":t,className:(0,r.classNames)("k-list-item",{"k-selected":t,"k-focus":this.props.focused,"k-first":Boolean(n)}),onClick:this.handleClick,style:{position:i?"relative":"unset"}},a.createElement("span",{className:"k-list-item-text"},(0,c.getItemValue)(o,this.props.textField).toString()),void 0!==n?a.createElement("div",{className:"k-list-item-group-label"},n):null);return void 0!==l?l.call(void 0,s,this.props):s},t}(a.Component);t.default=l},1478: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 i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.MultiColumnList=void 0;var i=n(3899),a=n(790);t.MultiColumnList=function(e){return i.createElement(a.default,o({},e,{wrapperCssClass:"k-table-body k-table-scroller",listClassName:"k-table k-table-list",listStyle:o({},e.listStyle)}))}},7758:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Navigation=void 0;var o=n(4669),i=n(4468),a=function(){function e(){}return e.prototype.navigate=function(e){var t=e.keyCode;return t===i.Keys.up||t===i.Keys.left?this.next({current:e.current,min:e.min,max:e.max,step:-1}):t===i.Keys.down||t===i.Keys.right?this.next({current:e.current,min:e.min,max:e.max,step:1}):t===i.Keys.home?0:t===i.Keys.end?e.max:void 0},e.prototype.next=function(e){return(0,o.isPresent)(e.current)?Math.min(e.max,Math.max(e.current+e.step,e.min)):e.min},e}();t.Navigation=a},4250:function(e,t,n){var o,i=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});var a=n(3899),r=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._input=null,t}return i(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,i=o.value,a=o.suggestedText,r=o.focused,c=this.input,l=t!==i||a!==n,s=l&&t.startsWith(i)&&!(n&&a&&n.endsWith(a));r&&c&&document.activeElement!==c&&c.focus(),a&&l&&!s&&c&&c.setSelectionRange(i.length-a.length,i.length)},t.prototype.render=function(){var e=this,t=this.props,n=t.expanded,o=void 0!==n&&n,i=t.disabled,r=t.role,c=void 0===r?"listbox":r,l=t.render,s=a.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:c,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,"aria-disabled":i||void 0,disabled:i||void 0,readOnly:this.props.readOnly||void 0,"aria-haspopup":"listbox","aria-expanded":o,"aria-owns":this.props.owns,"aria-activedescendant":o?this.props.activedescendant:void 0,"aria-describedby":this.props.ariaDescribedBy,"aria-labelledby":this.props.ariaLabelledBy});return l?l.call(void 0,s):s},t}(a.Component);t.default=r},1309:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0});var n=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,i=this.listTranslate,a=o-i;if(!(a>n)){for(t=0;t<this.skip&&!(i+n+a<=o);t++)i-=n;if(i=this.validateTranslate(i),this.skip-t<=0&&i>=o)return this.translateTo(0),this.changePage(0,e),void(this.container.scrollTop=0);i!==this.listTranslate&&(this.translateTo(i),this.changePage(this.skip-t,e))}},e.prototype.localScrollDown=function(e){var t,n=this.itemHeight,o=this.container.scrollTop,i=this.listTranslate,a=this.list.children.length;for(t=0;t<a&&!(i+n>=o);t++)i+=n;i=this.validateTranslate(i),t>=a&&this.skip+t>=this.total?(this.translateTo(i),this.changePage(this.total-1,e)):i!==this.listTranslate&&(this.translateTo(i),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}();t.default=n},7749:(e,t)=>{var n;Object.defineProperty(t,"__esModule",{value:!0}),t.ActiveDescendant=void 0,(n=t.ActiveDescendant||(t.ActiveDescendant={}))[n.PopupList=0]="PopupList",n[n.TagsList=1]="TagsList"},4669:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.matchTags=t.suggestValue=t.preventDefaultNonInputs=t.getFocusedItem=t.areSame=t.removeDataItems=t.matchDataCollections=t.getItemValue=t.getItemIndexByText=t.itemIndexStartsWith=t.scrollToItem=t.matchText=t.shuffleData=t.sameCharsOnly=t.isPresent=void 0;var n=function(e){return null!=e};t.isPresent=n,t.sameCharsOnly=function(e,t){for(var n=0;n<e.length;n++)if(e.charAt(n)!==t)return!1;return!0},t.shuffleData=function(e,t,n){var o=e;return n&&(o=[n].concat(o)),o.slice(t).concat(o.slice(0,t))},t.matchText=function(e,t,o){if(!n(e))return!1;var i=String(e);return o&&(i=i.toLowerCase()),0===i.indexOf(t)},t.scrollToItem=function(e,t,n,o,i){var a=e.offsetHeight,r=t.children.item(n),c=r.offsetTop+(i?o-e.scrollTop:0),l=r.offsetHeight;if(i){var s=0;c+l>a?s=c+l-a:c<0&&(s=c),0!==s?e.scrollTop+=s:0===e.scrollTop&&0!==o&&(e.scrollTop=o)}else c+l>a+e.scrollTop?e.scrollTop=c+l-a:c<e.scrollTop&&(e.scrollTop-=e.scrollTop-c)};var o=function(e,t,n){var o=-1;if(t){t=t.toLowerCase();for(var i=0;i<e.length;i++){var r=(a(e[i],n)||"")+"";if(r&&r.toLowerCase().startsWith(t)){o=i;break}}}return o};t.itemIndexStartsWith=o;var i=function(e,t,n,o){void 0===o&&(o=!1);var i=function(e){return o?e:e.toLowerCase()};return e.findIndex((function(e){return n?i(a(e,n))===i(t):i(t)===i(e.toString())}))};t.getItemIndexByText=i;var a=function(e,t){if(t&&n(e)){var o=t.split("."),i=e;return o.forEach((function(e){i=i?i[e]:void 0})),i}return e};t.getItemValue=a;var r=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(!c(e[o],t[o],n))return!1;return!0};t.matchDataCollections=r,t.removeDataItems=function(e,t,n){t.forEach((function(t){var o=e.findIndex((function(e){return c(e,t,n)}));-1!==o&&e.splice(o,1)}))};var c=function(e,t,o){return e===t||n(e)===n(t)&&a(e,o)===a(t,o)};t.areSame=c,t.getFocusedItem=function(e,t,n){if(t){var a=i(e,t,n,!0);return-1!==a?e[a]:e[o(e,t,n)]}return e[0]},t.suggestValue=function(e,t,n){void 0===t&&(t=[]);var i="";if(e){var r=t[o(t,e,n)];if(r){var c=a(r,n);e.toLowerCase()!==c.toLowerCase()&&(i=c.substring(e.length))}}return i},t.preventDefaultNonInputs=function(e){"INPUT"!==e.target.nodeName&&e.preventDefault()},t.matchTags=function(e,t,n){return!!e==!!t&&e.text===t.text&&(e===t||r(e.data,t.data,n))}},468:function(e,t,n){var o=this&&this.__createBinding||(Object.create?function(e,t,n,o){void 0===o&&(o=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,o,i)}:function(e,t,n,o){void 0===o&&(o=n),e[o]=t[n]}),i=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.MultiSelectTreePropsContext=t.MultiSelectTree=t.DropDownTreePropsContext=t.DropDownTree=t.MultiColumnComboBoxPropsContext=t.MultiColumnComboBox=t.MultiSelectPropsContext=t.MultiSelect=t.ComboBoxPropsContext=t.ComboBox=t.DropDownListPropsContext=t.DropDownList=t.AutoCompletePropsContext=t.AutoComplete=void 0;var a=n(8283);Object.defineProperty(t,"DropDownList",{enumerable:!0,get:function(){return a.DropDownList}}),Object.defineProperty(t,"DropDownListPropsContext",{enumerable:!0,get:function(){return a.DropDownListPropsContext}});var r=n(7969);Object.defineProperty(t,"ComboBox",{enumerable:!0,get:function(){return r.ComboBox}}),Object.defineProperty(t,"ComboBoxPropsContext",{enumerable:!0,get:function(){return r.ComboBoxPropsContext}});var c=n(6068);Object.defineProperty(t,"AutoComplete",{enumerable:!0,get:function(){return c.AutoComplete}}),Object.defineProperty(t,"AutoCompletePropsContext",{enumerable:!0,get:function(){return c.AutoCompletePropsContext}});var l=n(2790);Object.defineProperty(t,"MultiSelect",{enumerable:!0,get:function(){return l.MultiSelect}}),Object.defineProperty(t,"MultiSelectPropsContext",{enumerable:!0,get:function(){return l.MultiSelectPropsContext}});var s=n(416);Object.defineProperty(t,"MultiColumnComboBox",{enumerable:!0,get:function(){return s.MultiColumnComboBox}}),Object.defineProperty(t,"MultiColumnComboBoxPropsContext",{enumerable:!0,get:function(){return s.MultiColumnComboBoxPropsContext}});var h=n(8293);Object.defineProperty(t,"DropDownTree",{enumerable:!0,get:function(){return h.DropDownTree}}),Object.defineProperty(t,"DropDownTreePropsContext",{enumerable:!0,get:function(){return h.DropDownTreePropsContext}}),i(n(6798),t);var v=n(1286);Object.defineProperty(t,"MultiSelectTree",{enumerable:!0,get:function(){return v.MultiSelectTree}}),Object.defineProperty(t,"MultiSelectTreePropsContext",{enumerable:!0,get:function(){return v.MultiSelectTreePropsContext}}),i(n(3804),t),i(n(444),t)},3364:(e,t)=>{var n;Object.defineProperty(t,"__esModule",{value:!0}),t.messages=t.clear=t.nodata=void 0,t.nodata="dropdowns.nodata",t.clear="dropdowns.clear",t.messages=((n={})[t.clear]="clear",n[t.nodata]="NO DATA FOUND.",n)},7363:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.packageMetadata=void 0,t.packageMetadata={name:"@progress/kendo-react-dropdowns",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:1673444656,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"}},7774:(e,t,n)=>{n.r(t),n.d(t,{Button:()=>d,ButtonGroup:()=>b,Chip:()=>he,ChipList:()=>re,DropDownButton:()=>T,DropDownButtonItem:()=>P,FloatingActionButton:()=>be,FloatingActionButtonItem:()=>de,SplitButton:()=>L,SplitButtonItem:()=>I,Toolbar:()=>j,ToolbarItem:()=>K,ToolbarSeparator:()=>W,ToolbarSpacer:()=>U,toolbarButtons:()=>f});var o,i=n(3899),a=n(189),r=n(8130),c=n(8047),l=n(2697),s=n(3218),h=n(4006),v={name:"@progress/kendo-react-buttons",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:1673444453,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"},u=(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),p=function(){return p=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},p.apply(this,arguments)},d=function(e){function t(t){var n=e.call(this,t)||this;return n._element=null,n.handleClick=function(e){n.toggleIfApplicable(),n.props.onClick&&n.props.onClick.call(void 0,e)},(0,h.s)(v),n.state={selected:!0===n.props.togglable&&!0===n.props.selected},n}return u(t,e),Object.defineProperty(t.prototype,"element",{get:function(){return this._element},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"selected",{get:function(){return void 0!==this._selectedTemp?this._selectedTemp:this.state.selected},enumerable:!1,configurable:!0}),t.getDerivedStateFromProps=function(e,t){return e.togglable&&void 0!==e.selected&&e.selected!==t.selected?{selected:e.selected}:null},t.prototype.render=function(){var e,n=this,o=this.props,a=o.children,s=o.togglable,h=o.icon,v=o.iconClass,u=o.svgIcon,d=o.imageUrl,m=o.imageAlt,f=(o.className,o.onClick,o.size),z=void 0===f?t.defaultProps.size:f,g=o.rounded,y=void 0===g?t.defaultProps.rounded:g,b=o.fillMode,x=void 0===b?t.defaultProps.fillMode:b,H=o.themeColor,w=void 0===H?t.defaultProps.themeColor:H,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 i=0;for(o=Object.getOwnPropertySymbols(e);i<o.length;i++)t.indexOf(o[i])<0&&Object.prototype.propertyIsEnumerable.call(e,o[i])&&(n[o[i]]=e[o[i]])}return n}(o,["children","togglable","icon","iconClass","svgIcon","imageUrl","imageAlt","className","onClick","size","rounded","fillMode","themeColor"]),M=void 0!==h||void 0!==v||void 0!==d,I=void 0!==a,C=function(e){var t=e.imageUrl,n=e.name,o=e.iconClass,a=e.svgIcon,l=e.imageAlt;return t?i.createElement("img",{role:"presentation",className:"k-button-icon",alt:l,src:t}):n||a?i.createElement(r.a,{className:"k-button-icon",name:n,icon:a}):o?i.createElement("span",{role:"presentation",className:(0,c.A)("k-button-icon",o)}):null}({name:h,svgIcon:u,iconClass:v,imageUrl:d,imageAlt:m});return i.createElement("button",p({ref:function(e){return n._element=e},"aria-pressed":s?this.state.selected:void 0},V,{onClick:this.handleClick,className:(0,c.A)("k-button",(e={},e["k-button-".concat(l.G.sizeMap[z]||z)]=z,e["k-button-".concat(x)]=x,e["k-button-".concat(x,"-").concat(w)]=Boolean(x&&w),e["k-rounded-".concat(l.G.roundedMap[y]||y)]=y,e["k-icon-button"]=!I&&M,e["k-disabled"]=this.props.disabled,e["k-selected"]=this.state.selected,e["k-rtl"]="rtl"===this.props.dir,e),this.props.className)}),C,a&&i.createElement("span",{className:"k-button-text"},a))},t.prototype.toggleIfApplicable=function(){var e=this;if(this.props.togglable&&void 0===this.props.selected){var t=!this.state.selected;this._selectedTemp=t,this.setState({selected:t},(function(){return e._selectedTemp=void 0}))}},t.propTypes={children:a.node,selected:a.bool,togglable:a.bool,icon:a.string,svgIcon:s.wi,iconClass:a.string,imageUrl:a.string,imageAlt:a.string,size:a.oneOf([null,"small","medium","large"]),rounded:a.oneOf([null,"small","medium","large","full"]),fillMode:a.oneOf([null,"flat","link","outline","solid"]),themeColor:a.oneOf([null,"base","primary","secondary","tertiary","info","success","warning","error","dark","light","inverse"])},t.defaultProps={togglable:!1,size:"medium",rounded:"medium",fillMode:"solid",themeColor:"base"},t}(i.Component),m=":not(.k-dropdownlist button):not(.k-colorpicker button):not(.k-split-button .k-split-button-arrow)",f=["button"+m,".k-button-group > button"+m,".k-dropdownlist",".k-colorpicker"];var z=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),g=function(){return g=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},g.apply(this,arguments)},y={button:"k-button",flat:"k-flat",outline:"k-outline",clear:"k-button-clear",primary:"k-primary","state-selected":"k-selected","button-icon":"k-button-icon","button-icontext":"k-button-icontext","state-disabled":"k-disabled","group-start":"k-group-start","group-end":"k-group-end","button-group":"k-button-group","button-group-stretched":"k-button-group-stretched",ltr:"k-ltr",rtl:"k-rtl"},b=function(e){function t(t){var n=e.call(this,t)||this;return n._element=null,(0,h.s)(v),n}return z(t,e),t.prototype.render=function(){var e,t=this,n=this.mapButtons(this.props.children),o=(0,c.A)([y["button-group"]],((e={})["k-disabled"]=this.props.disabled,e[y["button-group-stretched"]]=!!this.props.width,e),this.props.className),a={className:o,style:{width:"".concat(this.props.width)},dir:this.props.dir,role:"group","aria-disabled":this.props.disabled};return i.createElement("div",g({ref:function(e){t._element=e}},a,{className:o}),n)},t.prototype.mapButtons=function(e){var t=this,n=i.Children.count(e),o=void 0!==this.props.dir?"rtl"===this.props.dir:this._element&&"rtl"===getComputedStyle(this._element).direction||!1;return i.Children.map(e,(function(e,a){return i.isValidElement(e)?t.renderButton(e,a,a===n-1,o):e}))},t.prototype.renderButton=function(e,t,n,o){var a,r=(0,c.A)(e.props.className,((a={})[y["group-start"]]=o?n:0===t,a[y["group-end"]]=o?0===t:n,a)),l=g(g({},this.props.width?{width:this.props.width}:{}),e.props.style||{}),s=this.props.disabled||e.props.disabled,h=g(g(g(g({},e.props),r?{className:r}:{}),Object.keys(l).length?{style:l}:{}),void 0!==s?{disabled:s}:{});return i.Children.count(e.props.children)>0?i.cloneElement(e,h,e.props.children):i.cloneElement(e,h)},t.propTypes={children:a.oneOfType([a.arrayOf(a.element),a.element]),className:a.string,disabled:a.bool,width:a.string,dir:a.string},t}(i.Component),x=n(3198),H=n(3493),w=n(5407),V=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,a=i.createElement("li",{id:e.id,className:(0,c.A)("k-item",e.className,{"k-focus":e.focused}),tabIndex:-1,onClick:t,onMouseDown:e.onDown,onPointerDown:e.onDown,role:"menuitem","aria-disabled":e.dataItem.disabled||void 0},i.createElement("span",{tabIndex:-1,className:(0,c.A)("k-link k-menu-link",{"k-selected":e.dataItem.selected,"k-disabled":e.dataItem.disabled}),key:"icon"},n?i.createElement(n,{item:e.dataItem,itemIndex:e.index}):i.createElement(i.Fragment,null,(e.dataItem.icon||e.dataItem.iconClass)&&i.createElement(r.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,a,e):a};V.displayName="KendoReactButtonItem";var M=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),I=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return M(t,e),t.prototype.render=function(){return null},t.propTypes={text:a.string,icon:a.string,iconClass:a.string,imageUrl:a.string,disabled:a.bool,render:a.any},t}(i.Component),C=function(e,t,n,o){if(n)return e;var i=Math.min(o-1,Math.max(0,e));switch(t){case H.R.enter:case H.R.space:case H.R.esc:return-1;case H.R.up:case H.R.left:return i-1<0?o-1:i-1;case H.R.down:case H.R.right:return i+1>=o?0:i+1;case H.R.home:return 0;case H.R.end:return o-1;default:return e}},k=n(9222);function B(e){var t={horizontal:"left",vertical:"bottom"};return e&&(t.horizontal="right"),t}function O(e){var t={horizontal:"left",vertical:"top"};return e&&(t.horizontal="right"),t}const E={name:"caret-alt-down",content:'<path d="M256 352 128 160h256L256 352z" />',viewBox:"0 0 512 512"};var 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)}}(),L=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,x.M)(),n.skipFocus=!1,n.buttonsData=[],n.onKeyDown=function(e){var t=n.state.focusedIndex;if(e.altKey)n.opened||e.keyCode!==H.R.down?n.opened&&e.keyCode===H.R.up&&(n.dispatchPopupEvent(e,!1),n.setState({focusedIndex:-1,opened:!1})):(n.dispatchPopupEvent(e,!0),n.setState({focusedIndex:0,opened:!0}));else{var o=void 0;if(e.keyCode===H.R.enter||e.keyCode===H.R.space?(e.preventDefault(),n.dispatchClickEvent(e,t),t>=0&&(o={focusedIndex:n.opened?-1:0,opened:!n.opened},n.dispatchPopupEvent(e,o.opened))):n.opened&&e.keyCode===H.R.esc&&(o={focusedIndex:-1,opened:!1},n.dispatchPopupEvent(e,o.opened)),n.opened){var i=C(t,e.keyCode,e.altKey,n.buttonsData.length);i!==t&&((o=o||{}).focusedIndex=i);var a=e.keyCode===H.R.up||e.keyCode===H.R.down||e.keyCode===H.R.left||e.keyCode===H.R.right;e.altKey||!a&&e.keyCode!==H.R.home&&e.keyCode!==H.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,w.N)(n.props.onFocus,e,n,void 0),n.setState({focused:!0}))},n.onItemClick=function(e,t){var o=n.opened;o&&n.setState({focusedIndex:0,opened:!1}),n.dispatchClickEvent(e,t),o&&n.dispatchPopupEvent(e,!1)},n.onBlur=function(e){n.skipFocus||(n.setState({focused:!1,focusedIndex:-1,opened:!1}),(0,w.N)(n.props.onBlur,e,n,void 0),n.opened&&n.dispatchPopupEvent(e,!1))},n.onPopupClose=function(){n.state.focused&&n.switchFocus((function(){n.element&&(n.element.removeAttribute("tabindex"),n.element.focus({preventScroll:!0}))}))},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;n.dispatchPopupEvent(e,t),n.setState({focusedIndex:t?0:-1,opened:t,focused:!0})}},n.onDownSplitPart=function(e){e.preventDefault(),n.element&&document.activeElement!==n.element&&document.activeElement!==n.list&&n.element.focus()},n.onItemDown=function(e){document.activeElement===n.list&&e.preventDefault()},n.dispatchPopupEvent=function(e,t){(0,w.N)(t?n.props.onOpen:n.props.onClose,e,n,void 0)},(0,h.s)(v),n}return S(t,e),Object.defineProperty(t.prototype,"opened",{get:function(){return 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===I})).map((function(e){return e.props}));var t=this.isRtl(),n=t?"rtl":void 0,o=this.props,a=o.id,r=o.style,s=o.tabIndex,h=o.disabled;return i.createElement("div",{id:a,style:r,className:(0,c.A)("k-split-button","k-button-group",{"k-focus":this.state.focused},"k-rounded-".concat(l.G.roundedMap[this.props.rounded||"medium"]),this.props.className),onKeyDown:this.onKeyDown,onFocus:this.onFocus,onBlur:this.onBlur,dir:n,ref:function(t){return e.wrapper=t}},i.createElement(d,{ref:function(t){return e.mainButton=t&&t.element},type:"button",size:this.props.size,rounded:this.props.rounded,fillMode:this.props.fillMode,themeColor:this.props.themeColor,onClick:function(t){return e.onItemClick(t,-1)},disabled:h||void 0,tabIndex:s,accessKey:this.props.accessKey,className:this.props.buttonClass,icon:this.props.icon,svgIcon:this.props.svgIcon,iconClass:this.props.iconClass,imageUrl:this.props.imageUrl,dir:n,"aria-disabled":h,"aria-haspopup":!0,"aria-expanded":this.opened||void 0,"aria-label":this.props.ariaLabel,"aria-controls":this.opened?this.guid:void 0,id:"button-"+this.guid,title:this.props.title},this.props.text),i.createElement(d,{type:"button",size:this.props.size,rounded:this.props.rounded,fillMode:this.props.fillMode,themeColor:this.props.themeColor,icon:"caret-alt-down",svgIcon:E,className:"k-split-button-arrow",disabled:h||void 0,tabIndex:-1,onClick:this.onSplitPartClick,onMouseDown:this.onDownSplitPart,onPointerDown:this.onDownSplitPart,dir:n,"aria-label":"menu toggling button"}),this.renderPopup(t))},t.prototype.componentDidMount=function(){(void 0===this.props.dir&&this.isRtl()||this.opened)&&this.forceUpdate()},Object.defineProperty(t.prototype,"element",{get:function(){return this.mainButton},enumerable:!1,configurable:!0}),t.prototype.dispatchClickEvent=function(e,t){this.isItemDisabled(t)||(-1===t?(0,w.N)(this.props.onButtonClick,e,this,void 0):(0,w.N)(this.props.onItemClick,e,this,{item:this.buttonsData[t],itemIndex:t}))},t.prototype.renderPopup=function(e){var t,n=this.props.popupSettings,o=void 0===n?{}:n,a=this.state.focusedIndex;return i.createElement(k.G,{anchor:this.wrapper,show:this.opened,animate:o.animate,popupClass:(0,c.A)("k-menu-popup",o.popupClass),anchorAlign:o.anchorAlign||B(e),popupAlign:o.popupAlign||O(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":a>=0?"".concat(this.guid,"-").concat(a):void 0,className:(0,c.A)("k-group k-menu-group k-reset",(t={},t["k-menu-group-".concat(l.G.sizeMap[this.props.size]||this.props.size)]=this.props.size,t))},this.renderChildItems()))},t.prototype.renderChildItems=function(){var e=this,t=this.props,n=t.item,o=t.itemRender,a=t.textField;return this.buttonsData.length>0?this.buttonsData.map((function(t,r){return i.createElement(V,{className:"k-menu-item",dataItem:t,textField:a,focused:e.state.focusedIndex===r,onClick:e.onItemClick,onDown:e.onItemDown,render:o,item:n,key:r,index:r,id:"".concat(e.guid,"-").concat(r)})})):null},t.prototype.isItemDisabled=function(e){return this.buttonsData[e]?this.buttonsData[e].disabled:this.props.disabled},t.prototype.isRtl=function(){return void 0!==this.props.dir?"rtl"===this.props.dir:!!this.wrapper&&"rtl"===getComputedStyle(this.wrapper).direction},t.propTypes={accessKey:a.string,ariaLabel:a.string,title:a.string,onButtonClick:a.func,onFocus:a.func,onBlur:a.func,onItemClick:a.func,onOpen:a.func,onClose:a.func,text:a.string,items:a.arrayOf(a.any),textField:a.string,tabIndex:a.number,disabled:a.bool,icon:a.string,svgIcon:s.wi,iconClass:a.string,imageUrl:a.string,popupSettings:a.object,itemRender:a.any,item:a.func,className:a.string,buttonClass:a.string,dir:a.string},t.defaultProps={size:"medium",rounded:"medium",fillMode:"solid",themeColor:"base"},t}(i.Component),D=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),P=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return D(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),_=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),N=function(){return N=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},N.apply(this,arguments)},T=function(e){function t(t){var n=e.call(this,t)||this;return n.state={opened:!1,focused:!1,focusedIndex:-1},n.wrapper=null,n.mainButton=null,n.list=null,n.skipFocus=!1,n.guid=(0,x.M)(),n.buttonsData=[],n.onKeyDown=function(e){var t=n.state.focusedIndex;if(e.altKey)n.opened||e.keyCode!==H.R.down?n.opened&&e.keyCode===H.R.up&&(n.dispatchPopupEvent(e,!1),n.setState({focusedIndex:-1,opened:!1})):(n.dispatchPopupEvent(e,!0),n.setState({focusedIndex:0,opened:!0}));else{var o=N({},n.state);if(e.keyCode===H.R.enter||e.keyCode===H.R.space?(t>=0&&n.dispatchClickEvent(e,t),e.preventDefault(),o.focusedIndex=n.opened?-1:0,o.opened=!n.opened,n.dispatchPopupEvent(e,o.opened)):n.opened&&e.keyCode===H.R.esc&&(o.focusedIndex=-1,o.opened=!1,n.dispatchPopupEvent(e,o.opened)),n.opened){var i=C(t,e.keyCode,e.altKey,n.buttonsData.length);o.focusedIndex=i;var a=e.keyCode===H.R.up||e.keyCode===H.R.down||e.keyCode===H.R.left||e.keyCode===H.R.right;e.altKey||!a&&e.keyCode!==H.R.home&&e.keyCode!==H.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,w.N)(n.props.onFocus,e,n,void 0))},n.handleBlur=function(e){n.skipFocus||(n.setState({focused:!1,opened:!1,focusedIndex:-1}),(0,w.N)(n.props.onBlur,e,n,void 0),n.opened&&n.dispatchPopupEvent(e,!1))},n.onItemClick=function(e,t){n.setState({focusedIndex:-1,opened:!1}),n.dispatchClickEvent(e,t),n.dispatchPopupEvent(e,!1)},n.onItemDown=function(e){document.activeElement===n.list&&e.preventDefault()},n.mouseDown=function(e){e.preventDefault(),n.element&&document.activeElement!==n.element&&document.activeElement!==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.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({opened:t,focused:!0,focusedIndex:t?0:-1}),n.dispatchPopupEvent(e,t)}},n.dispatchPopupEvent=function(e,t){(0,w.N)(t?n.props.onOpen:n.props.onClose,e,n,void 0)},(0,h.s)(v),n}return _(t,e),Object.defineProperty(t.prototype,"opened",{get:function(){return void 0===this.props.opened?this.state.opened:this.props.opened},enumerable:!1,configurable:!0}),t.prototype.render=function(){var e=this,t=this.isRtl(),n=t?"rtl":void 0,o=this.props,a=o.id,r=o.style,l=o.tabIndex,s=o.disabled;return this.buttonsData=this.props.items||i.Children.toArray(this.props.children).filter((function(e){return e&&e.type===P})).map((function(e){return e.props})),i.createElement("div",{id:a,style:r,className:(0,c.A)("k-dropdown-button",{"k-focus":this.state.focused},this.props.className),onKeyDown:this.onKeyDown,onFocus:this.handleFocus,onBlur:this.handleBlur,dir:n,ref:function(t){return e.wrapper=t}},i.createElement(d,{size:this.props.size,rounded:this.props.rounded,fillMode:this.props.fillMode,themeColor:this.props.themeColor,onClick:this.onClickMainButton,onMouseDown:this.mouseDown,disabled:s||void 0,tabIndex:l,accessKey:this.props.accessKey,icon:this.props.icon,svgIcon:this.props.svgIcon,iconClass:this.props.iconClass,className:this.props.buttonClass,imageUrl:this.props.imageUrl,dir:n,ref:function(t){return e.mainButton=t&&t.element},type:"button","aria-haspopup":!0,"aria-expanded":this.opened||void 0,"aria-label":this.props.ariaLabel,"aria-controls":this.opened?this.guid:void 0,id:"button-"+this.guid,title:this.props.title},this.props.text),this.renderPopup(t))},t.prototype.componentDidMount=function(){(void 0===this.props.dir&&this.isRtl()||this.opened)&&this.forceUpdate()},Object.defineProperty(t.prototype,"element",{get:function(){return this.mainButton},enumerable:!1,configurable:!0}),t.prototype.dispatchClickEvent=function(e,t){this.isItemDisabled(t)||(0,w.N)(this.props.onItemClick,e,this,{item:this.buttonsData[t],itemIndex:t})},t.prototype.renderPopup=function(e){var t,n=this.props.popupSettings,o=void 0===n?{}:n,a=this.state.focusedIndex;return i.createElement(k.G,{anchor:this.wrapper,show:this.opened,animate:o.animate,popupClass:(0,c.A)("k-menu-popup",o.popupClass),anchorAlign:o.anchorAlign||B(e),popupAlign:o.popupAlign||O(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":a>=0?"".concat(this.guid,"-").concat(a):void 0,ref:this.listRef,className:(0,c.A)("k-group k-menu-group k-reset",(t={},t["k-menu-group-".concat(l.G.sizeMap[this.props.size]||this.props.size)]=this.props.size,t))},this.renderChildItems()))},t.prototype.renderChildItems=function(){var e=this,t=this.props,n=t.item,o=t.itemRender,a=t.textField;return this.buttonsData.length>0?this.buttonsData.map((function(t,r){return i.createElement(V,{className:"k-menu-item",dataItem:t,textField:a,focused:e.state.focusedIndex===r,onClick:e.onItemClick,onDown:e.onItemDown,render:o,item:n,index:r,key:r,id:"".concat(e.guid,"-").concat(r)})})):null},t.prototype.isItemDisabled=function(e){return this.buttonsData[e]?this.buttonsData[e].disabled:this.props.disabled},t.prototype.isRtl=function(){return void 0!==this.props.dir?"rtl"===this.props.dir:!!this.wrapper&&"rtl"===getComputedStyle(this.wrapper).direction},t.propTypes={accessKey:a.string,ariaLabel:a.string,title:a.string,onFocus:a.func,onBlur:a.func,onItemClick:a.func,onOpen:a.func,onClose:a.func,items:a.arrayOf(a.any),textField:a.string,tabIndex:a.number,disabled:a.bool,icon:a.string,svgIcon:s.wi,iconClass:a.string,imageUrl:a.string,popupSettings:a.object,itemRender:a.func,item:a.func,className:a.string,buttonClass:a.string,dir:a.string},t.defaultProps={size:"medium",rounded:"medium",fillMode:"solid",themeColor:"base"},t}(i.Component),R=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),F=function(){return F=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},F.apply(this,arguments)},j=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,i=void 0===n?t.defaultProps.tabIndex:n;o.buttons.forEach((function(t,n){t.tabIndex=n===e?i:-1}))},o.onKeyDown=function(e){var t=e.target;if((e.keyCode===H.R.left||e.keyCode===H.R.right)&&!e.defaultPrevented&&-1!==o.buttons.findIndex((function(e){return e===t}))){var n=o.focusedIndex;e.keyCode===H.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,i=t.offsetHeight;if(o.offsetWidth!==n||o.offsetHeight!==i){o.offsetWidth=n,o.offsetHeight=i;var a={offsetWidth:o.offsetWidth,offsetHeight:o.offsetHeight};o.props.onResize&&o.props.onResize.call(void 0,F(F({target:o},a),{nativeEvent:e}))}}},(0,h.s)(v),o}return R(t,e),Object.defineProperty(t.prototype,"selectors",{get:function(){return this.props.buttons||f},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"focusedIndex",{get:function(){var e=this.element&&this.element.querySelector(this.focusedSelector);return Math.max(0,this.buttons.findIndex((function(t){return t===e})))},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"element",{get:function(){return this._element},enumerable:!1,configurable:!0}),t.prototype.componentDidMount=function(){window.addEventListener("resize",this.onWindowResize);var e=this.element;e&&(this.offsetWidth=e.offsetWidth,this.offsetHeight=e.offsetHeight,!1!==this.props.keyboardNavigation&&(this.buttons=Array.from(e.querySelectorAll(this.selectors.join(","))),this.setTabIndex(0)))},t.prototype.componentDidUpdate=function(){var e=this.element;e&&!1!==this.props.keyboardNavigation&&(this.buttons=Array.from(e.querySelectorAll(this.selectors.join(","))),this.setTabIndex(this.focusedIndex))},t.prototype.componentWillUnmount=function(){window.removeEventListener("resize",this.onWindowResize),this.buttons.length=0},t.prototype.render=function(){var e,t=this;return i.createElement("div",{id:this.props.id,className:(0,c.A)("k-toolbar",(e={},e["k-toolbar-".concat(l.G.sizeMap[this.props.size]||this.props.size)]=this.props.size,e),this.props.className),style:this.props.style,role:void 0!==this.props.role?this.props.role||void 0:"toolbar",dir:this.props.dir,ref:function(e){return t._element=e},onKeyDown:!1!==this.props.keyboardNavigation?this.onKeyDown:void 0},this.props.children)},t.prototype.focusButton=function(e,n){var o=this.props.tabIndex,i=void 0===o?t.defaultProps.tabIndex:o,a=this.buttons[n];if(a){a.tabIndex=i,a.focus();var r=this.buttons[e];r&&(r.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),A=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),K=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._element=null,t}return A(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,c.A)("k-toolbar-item",this.props.className),style:this.props.style,ref:function(t){return e._element=t}},this.props.children)},t.propTypes={className:a.string},t}(i.PureComponent),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)}}(),W=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return q(t,e),t.prototype.render=function(){return i.createElement("div",{className:(0,c.A)("k-separator",this.props.className)})},t}(i.PureComponent),U=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 a=i.useMemo((function(){return(0,c.A)("k-spacer",e.className)}),[e.className]);return i.createElement("span",{ref:n,className:a})}));U.displayName="KendoReactToolbarSpacer",U.propTypes={className:a.string};var G,Z,Y,X,J=n(8199),$=n(9659),Q=n(3322),ee=n(4703),te=function(e,t,n){if(n||2===arguments.length)for(var o,i=0,a=t.length;i<a;i++)!o&&i in t||(o||(o=Array.prototype.slice.call(t,0,i)),o[i]=t[i]);return e.concat(o||Array.prototype.slice.call(t))};!function(e){e.single="single",e.multiple="multiple",e.none="none"}(G||(G={})),function(e){e.toggle="toggle",e.remove="remove"}(Z||(Z={})),function(e){e.next="next",e.prev="prev",e.current="current",e.reset="reset"}(Y||(Y={})),function(e){e.remove="remove",e.add="add",e.reorder="reorder"}(X||(X={}));var ne=function(){return ne=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},ne.apply(this,arguments)},oe=i.createContext([null,function(e){}]),ie=i.createContext([null,function(e){}]),ae=i.createContext([null,function(e){}]),re=i.forwardRef((function(e,t){var n;(0,h.s)(v);var o=i.useRef(null),a=i.useRef(null),r=(0,J.n)(a,e.dir),s=e.chip,u=e.id,p=e.style,d=e.tabIndex,m=e.disabled,f=e.size,z=e.className,g=e.ariaDescribedBy,y=e.ariaLabelledBy,b=e.selection,x=void 0===b?le.selection:b,H=e.value,w=void 0===H?le.defaultValue:H,V=e.defaultData,M=void 0===V?le.defaultData:V,I=e.valueField,C=void 0===I?le.valueField:I,k=e.textField,B=void 0===k?le.textField:k,O=e.onChange,E=e.onDataChange,S=i.useMemo((function(){return s||he}),[s,he]);i.useImperativeHandle(o,(function(){return{element:a.current,props:e}})),i.useImperativeHandle(t,(function(){return o.current}));var L=i.useCallback((function(e,t){O&&o.current&&O.call(void 0,{value:e,target:o.current,syntheticEvent:t})}),[O]),D=function(e,t,n){var o=i.useState(e),a=o[0],r=o[1];return[a,function(e){var o=function(e,t){switch(t.selection){case G.single:switch(t.type){case Z.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 Z.remove:return t.payload===e?null:e;default:return e}case G.multiple:switch(t.type){case Z.toggle:if(Array.isArray(e))return e.some((function(e){return e===t.payload}))?e.filter((function(e){return e!==t.payload})):te(te([],e,!0),[t.payload],!1);if(null===e)return[t.payload];throw new Error("State cannot be non-array in multiple selection");case Z.remove:return Array.isArray(e)?e.some((function(e){return e===t.payload}))?e.filter((function(e){return e!==t.payload})):te(te([],e,!0),[t.payload],!1):e;default:return e}case G.none:return null;default:return e}}(t.state||a,ne(ne({},e),t));n&&n(o,e.event),r(o)}]}(w,{selection:x,state:w},L),P=D[0],_=D[1],N=i.useCallback((function(e,t){E&&o.current&&E.call(void 0,{value:e,target:o.current,syntheticEvent:t})}),[E]),T=function(e,t,n){var o=i.useState(e),a=o[0],r=o[1];return[a,function(e){var o=function(e,t){switch(t.type){case X.add:break;case X.remove:return e.filter((function(e){return e[t.valueField]!==t.payload}));case X.reorder:break;default:return e}}(t.state||a,ne(ne({},e),t));n&&n(o,e.event),r(o)}]}(e.data||M,{state:e.data,valueField:C},N),R=T[0],F=T[1],j=i.useCallback((function(e,t){return e.push(t[C]),e}),[C]),A=i.useMemo((function(){return e.data||R}),[e.data,R]),K=i.useMemo((function(){return w||P}),[w,P]),q=i.useMemo((function(){return A.reduce(j,[])}),[A,j]),W=i.useCallback((function(e){return(0,$.Y)(C)(e)}),[C]),U=i.useCallback((function(e){return(0,$.Y)(B)(e)}),[B]),re=function(e){var t=i.useState(null),n=t[0],o=t[1];return[n,function(t){var n=function(e,t){var n=t.items.findIndex((function(t){return t===e}));switch(t.type){case Y.next:return n===t.items.length-1?e:t.items[n+1];case Y.prev:return 0===n?e:t.items[n-1];case Y.current:return t.payload;case Y.reset:return null;default:return e}}(t.payload,ne(ne({},t),e));o(n)}]}({items:q}),ce=re[0],se=re[1],ve=(0,Q.i)(e,o);return i.createElement(oe.Provider,{value:[K,_]},i.createElement(ie.Provider,{value:[ce,se]},i.createElement(ae.Provider,{value:[A,F]},i.createElement("div",ne({ref:a},ve,{role:"listbox",id:u,dir:r,style:p,tabIndex:(0,ee.p)(d,m,void 0),className:(0,c.A)("k-chip-list",(n={"k-rtl":"rtl"===r,"k-disabled":m},n["k-chip-list-".concat(l.G.sizeMap[f]||f)]=f,n),z),"aria-labelledby":y,"aria-describedby":g}),A.map((function(e,t){return i.createElement(S,{role:"option",dataItem:e,size:f,key:[W(e),t].join("-"),text:U(e),value:W(e)})}))))))})),ce={id:a.string,className:a.string,tabIndex:a.number,data:a.any,defaultData:a.arrayOf(a.any),onDataChange:a.func,value:a.oneOfType([a.any,a.arrayOf(a.any)]),defaultValue:a.oneOfType([a.any,a.arrayOf(a.any)]),onChange:a.func,selection:a.oneOf(["single","none","multiple"]),textField:a.string,valueField:a.string,disabled:a.bool,dir:a.oneOf(["ltr","rtl"]),ariaLabelledBy:a.string,ariaDescribedBy:a.string,size:a.oneOf([null,"small","medium","large"])},le={chip:he,size:"medium",disabled:!1,defaultValue:null,defaultData:[],dir:"ltr",selection:"none",textField:"text",valueField:"value",removable:"removable"};re.displayName="KendoReactChipList",re.propTypes=ce,re.defaultProps=le;var se=function(){return se=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},se.apply(this,arguments)},he=i.forwardRef((function(e,t){var n;(0,h.s)(v);var o=i.useRef(null),a=i.useRef(null),u=(0,J.n)(a,e.dir);i.useImperativeHandle(o,(function(){return{element:a.current,props:e}})),i.useImperativeHandle(t,(function(){return o.current}));var p=i.useContext(oe),d=p[0],m=p[1],f=i.useContext(ie),z=f[0],g=f[1],y=i.useContext(ae)[1],b=i.useMemo((function(){return e.selected||(Array.isArray(d)?d.some((function(t){return t===e.value})):d===e.value)}),[e.selected,e.value,d]),x=i.useMemo((function(){return z===e.value}),[e.value,z]);i.useEffect((function(){x&&a.current&&a.current.focus()}),[x]);var w=i.useCallback((function(t){m({type:Z.toggle,payload:e.value,event:t})}),[m,e.value]),V=i.useCallback((function(t){e.removable&&(y({type:X.remove,payload:e.value,event:t}),g({type:Y.reset,payload:e.value,event:t}),m({type:Z.remove,payload:e.value,event:t}),e.onRemove&&e.onRemove.call(void 0,{target:o.current,syntheticEvent:t}))}),[e.onRemove,e.value,e.removable,y,g,m]),M=i.useCallback((function(t){switch(t.keyCode){case H.R.left:g({type:Y.prev,payload:e.value,event:t});break;case H.R.right:g({type:Y.next,payload:e.value,event:t});break;case H.R.enter:m({type:Z.toggle,payload:e.value,event:t});break;case H.R.delete:V(t)}e.onKeyDown&&e.onKeyDown.call(void 0,{target:o.current,syntheticEvent:t})}),[e.onKeyDown,e.value,g,m,V]),I=i.useCallback((function(t){g({payload:e.value,type:Y.current,event:t}),e.onFocus&&e.onFocus.call(void 0,{target:o.current,syntheticEvent:t})}),[e.onFocus,e.value,g]),C=i.useCallback((function(t){e.onBlur&&e.onBlur.call(void 0,{target:o.current,syntheticEvent:t})}),[e.onBlur]),k=(0,Q.i)(e,o,{onClick:w});return i.createElement("div",se({},k,{role:e.role,id:e.value,style:e.style,ref:a,dir:u,tabIndex:(0,ee.p)(e.tabIndex,e.disabled,void 0),className:(0,c.A)("k-chip",(n={"k-rtl":"rtl"===u,"k-disabled":e.disabled,"k-selected":b,"k-focus":x},n["k-chip-".concat(l.G.sizeMap[e.size]||e.size)]=e.size,n["k-rounded-".concat(l.G.roundedMap[e.rounded]||e.rounded)]=e.rounded,n["k-chip-".concat(e.fillMode)]=e.fillMode,n["k-chip-".concat(e.fillMode,"-").concat(e.themeColor)]=Boolean(e.fillMode&&e.themeColor),n),e.className),"aria-checked":b,"aria-disabled":e.disabled,"aria-describedby":e.ariaDescribedBy,onFocus:I,onBlur:C,onKeyDown:M}),b&&(e.selectedIcon||e.selectedSvgIcon)&&i.createElement(r.a,{className:"k-chip-icon",name:e.selectedIcon?(0,s.iJ)(e.selectedIcon):void 0,icon:e.selectedSvgIcon}),(e.icon||e.svgIcon)&&i.createElement(r.a,{className:"k-chip-icon",name:e.icon?(0,s.iJ)(e.icon):void 0,icon:e.svgIcon}),i.createElement("span",{className:"k-chip-content"},void 0!==e.children?e.children:e.text&&i.createElement("span",{"aria-label":e.text,className:"k-chip-label"},e.text)),e.removable&&i.createElement("span",{className:"k-chip-actions"},i.createElement("span",{className:(0,c.A)("k-chip-action","k-chip-remove-action"),onClick:V},i.createElement(r.a,{name:e.removeIcon?(0,s.iJ)(e.removeIcon):void 0,icon:e.removeSvgIcon}))))})),ve={id:a.string,text:a.string,value:a.any,dir:a.oneOf(["ltr","rtl"]),removable:a.bool,removeIcon:a.string,removeIconSvg:s.wi,disabled:a.bool,icon:a.string,svgIcon:s.wi,selectedIcon:a.string,selectedIconSvg:s.wi,onRemove:a.func,dataItem:a.any,selected:a.bool,ariaDescribedBy:a.string,size:a.oneOf([null,"small","medium","large"]),rounded:a.oneOf([null,"small","medium","large","full"]),fillMode:a.oneOf([null,"outline","solid"]),themeColor:a.oneOf([null,"base","info","success","warning","error"])};he.displayName="KendoReactChip",he.propTypes=ve,he.defaultProps={disabled:!1,removable:!1,removeIcon:"k-i-x-circle",dir:"ltr",size:"medium",rounded:"medium",fillMode:"solid",themeColor:"base"};var ue=n(8259),pe=function(){return pe=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},pe.apply(this,arguments)},de=i.forwardRef((function(e,t){var n=e.className,o=e.disabled,a=e.text,r=e.icon,l=e.style,s=e.id,h=e.focused,v=e.tabIndex,u=e.index,p=e.dataItem,d=e.item,m=e.onDown,f=e.onClick,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 i=0;for(o=Object.getOwnPropertySymbols(e);i<o.length;i++)t.indexOf(o[i])<0&&Object.prototype.propertyIsEnumerable.call(e,o[i])&&(n[o[i]]=e[o[i]])}return n}(e,["className","disabled","text","icon","style","id","focused","tabIndex","index","dataItem","item","onDown","onClick"]),g=i.useRef(null),y=i.useCallback((function(){g.current&&g.current.focus()}),[]),b=i.useCallback((function(){return{element:g.current,focus:y}}),[y]);i.useImperativeHandle(t,b);var x=i.useCallback((function(e){f&&void 0!==u&&!o&&f(e,u)}),[f,u]),H=i.useMemo((function(){return(0,c.A)("k-fab-item",{"k-focus":h,"k-disabled":o},n)}),[n,o,h]),w=d;return i.createElement("li",pe({ref:g,id:s,className:H,style:l,role:"menuitem",tabIndex:(0,ee.p)(v,o),"aria-disabled":o,"aria-label":"".concat(a||""," floatingactionbutton item"),onClick:x,onMouseDown:m,onPointerDown:m},z),w?i.createElement(w,{itemIndex:u,item:p}):i.createElement(i.Fragment,null,a&&i.createElement("span",{className:"k-fab-item-text"},a),r&&i.createElement("span",{className:(0,c.A)("k-fab-item-icon k-icon k-i-".concat(r))})))}));de.propTypes={className:a.string,style:a.object,children:a.any,disabled:a.bool,focused:a.bool,index:a.number,icon:a.string,text:a.string,tabIndex:a.number,customProp:a.any},de.displayName="KendoFloatingActionButtonItem";var me="16px",fe=function(e){return"number"==typeof e?e+"px":e},ze=function(e,t){var n={horizontal:t?"right":"left",vertical:"bottom"};return"end"===e.horizontal&&(n.horizontal=t?"left":"right"),n},ge=function(e,t){var n={horizontal:t?"right":"left",vertical:"top"};return"end"===e.horizontal&&(n.horizontal=t?"left":"right"),n},ye=function(){return ye=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},ye.apply(this,arguments)},be=i.forwardRef((function(e,t){(0,h.s)(v);var n=e.align,o=void 0===n?xe.align:n,a=e.alignOffset,s=e.className,u=e.disabled,p=e.icon,d=e.svgIcon,m=e.iconClass,f=e.id,z=e.items,g=e.item,y=e.text,b=e.positionMode,V=void 0===b?xe.positionMode:b,M=e.size,I=void 0===M?xe.size:M,C=e.style,B=e.rounded,O=void 0===B?xe.rounded:B,E=e.themeColor,S=void 0===E?xe.themeColor:E,L=e.overlayStyle,D=e.tabIndex,P=e.accessKey,_=e.popupSettings,N=void 0===_?{}:_,T=e.modal,R=e.onClick,F=e.onItemClick,j=e.onFocus,A=e.onBlur,K=e.onKeyDown,q=e.onOpen,W=e.onClose,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 i=0;for(o=Object.getOwnPropertySymbols(e);i<o.length;i++)t.indexOf(o[i])<0&&Object.prototype.propertyIsEnumerable.call(e,o[i])&&(n[o[i]]=e[o[i]])}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"]),G=(0,ue.u)(),Z=G?G+2:100,Y=i.useRef(null),X=i.useRef(null),$=i.useRef(null),Q=i.useRef(null),te=i.useCallback((function(){X.current&&X.current.focus()}),[]),ne=i.useCallback((function(){return{element:X.current,focus:te}}),[te]);i.useImperativeHandle(Y,ne),i.useImperativeHandle(t,(function(){return Y.current}));var oe=i.useState(!1),ie=oe[0],ae=oe[1],re=i.useState(!1),ce=re[0],le=re[1],se=i.useState(-1),he=se[0],ve=se[1],pe=i.useMemo((function(){return(0,x.M)()}),[]),be=(0,J.n)(X,e.dir),He="rtl"===be,we=i.useMemo((function(){return(0,x.M)()}),[]);i.useEffect((function(){!function(e,t,n,o){var i=t.horizontal,a=t.vertical;if(e.current){var r=n&&void 0!==n.x?fe(n.x):me,c=n&&void 0!==n.x?"calc(50% + ".concat(fe(n.x),")"):"50%",l=n&&void 0!==n.y?fe(n.y):me,s=n&&void 0!==n.y?"calc(50% + ".concat(fe(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"===i?c:r),e.current.style.setProperty(function(e){return{top:"top",middle:"top",bottom:"bottom"}[e.vertical||"bottom"]}(t),"middle"===a?s:l),o&&("top"!==a&&"bottom"!==a||"start"!==i||e.current.style.setProperty("left","unset"),"middle"===a&&"end"===i&&e.current.style.setProperty("right","unset"),"middle"===a&&"start"===i&&e.current.style.setProperty("left","unset"))}}(X,o,a,He)}),[X,o,a,He]),i.useEffect((function(){ce&&X&&X.current&&X.current.focus()}),[ce,X]);var Ve=i.useCallback((function(e,t){z&&(0,w.N)(t?q:W,e,ne(),void 0)}),[q,W,z]),Me=i.useCallback((function(e){e.target&&!u&&(!z&&R?(0,w.N)(R,e,ne(),void 0):(ae(!ie),le(!0),ve(ie?-1:0),Ve(e,!ie)))}),[ae,le,ve,R,Ve,ie,z,u]),Ie=i.useCallback((function(e){le(!0),ve(ie?0:-1),j&&(0,w.N)(j,e,ne(),void 0)}),[j,le,ve]),Ce=i.useCallback((function(e){le(!1),ae(!1),ve(-1),(0,w.N)(A,e,ne(),void 0),ie&&Ve(e,!1)}),[A,le,ae,ve,Ve]),ke=i.useCallback((function(e){e.preventDefault()}),[]),Be=i.useCallback((function(e,t){z&&(z[t].disabled||(0,w.N)(F,e,ne(),{itemProps:z[t],itemIndex:t}))}),[F]),Oe=i.useCallback((function(e,t){e.target&&z&&(ve(t),ae(!1),Be(e,t),Ve(e,!1))}),[ve,ae,Be,Ve]),Ee=i.useCallback((function(e){document.activeElement===X.current&&e.preventDefault()}),[X,document.activeElement]),Se=i.useCallback((function(e){var t=he,n=z?z.length-1:-1,i="bottom"===o.vertical;switch(e.keyCode){case H.R.enter:case H.R.space:t>=0&&Be(e,t),e.preventDefault(),ae(!ie),ve(ie?-1:0);break;case H.R.esc:e.preventDefault(),ae(!1),ve(-1);break;case H.R.home:e.preventDefault(),ve(0);break;case H.R.end:e.preventDefault(),ve(n);break;case H.R.down:case H.R.right:e.preventDefault(),t<n&&!i&&ve(t+1),t>0&&i&&ve(t-1);break;case H.R.up:case H.R.left:e.preventDefault(),t>0&&!i&&ve(t-1),t<n&&i&&ve(t+1)}(0,w.N)(K,e,ne(),void 0)}),[K,he,ve,He,ae]),Le=i.useMemo((function(){var e;return(0,c.A)("k-fab k-fab-solid",((e={"k-fab-sm":"small"===I,"k-fab-md":"medium"===I,"k-fab-lg":"large"===I,"k-disabled":u,"k-pos-absolute":"absolute"===V,"k-pos-fixed":"fixed"===V,"k-focus":ce})["k-rounded-".concat(l.G.roundedMap[O]||O)]=O,e["k-fab-solid-".concat(S)]=S,e),"k-".concat(o.vertical,"-").concat(o.horizontal),s)}),[S,I,O,u,V,o,ce,s]),De=z&&z.map((function(e,t){return i.createElement(de,ye({},e,{key:t,index:t,id:"".concat(we,"-").concat(t),disabled:u||e.disabled,focused:he===t,dataItem:e,item:g,className:(0,c.A)(e.className,(n=be||"ltr",a=o.horizontal,{rtl:{end:"k-text-left",start:"k-text-right"},ltr:{start:"k-text-left",end:"k-text-right"}}[n]["end"===a?"end":"start"])),onClick:Oe,onDown:Ee}));var n,a})),Pe=Boolean((p||d)&&!y),_e=(X.current?X.current.offsetWidth:0)/2-16;return i.createElement(ue.$.Provider,{value:Z},i.createElement(i.Fragment,null,i.createElement("button",ye({ref:X,id:f||pe,role:z?"menubutton":"button",type:"button","aria-disabled":u,"aria-expanded":z?ie:void 0,"aria-haspopup":!!z,"aria-label":"".concat(y||""," floatingactionbutton"),"aria-owns":z?we:void 0,"aria-activedescendant":he>=0&&z?"".concat(we,"-").concat(he):void 0,tabIndex:(0,ee.p)(D,u),accessKey:P,dir:be,disabled:u,className:Le,style:C,onClick:Me,onMouseDown:ke,onFocus:Ie,onBlur:Ce,onKeyDown:Se},U),p||d?i.createElement(r.a,{className:"k-fab-icon",name:p,icon:d}):m?i.createElement("span",{role:"presentation",className:m}):null,y&&i.createElement("span",{className:"k-fab-text"},y)),T&&ie&&i.createElement("div",{className:"k-overlay",style:ye({zIndex:Z},L)}),i.createElement(k.G,{ref:Q,anchor:X.current,show:ie,animate:N.animate,popupClass:(0,c.A)("k-popup-transparent k-fab-popup",N.popupClass),anchorAlign:N.anchorAlign||ze(o,He),popupAlign:N.popupAlign||ge(o,He),style:{boxShadow:"none"}},i.createElement("ul",{ref:$,role:"menu","aria-labelledby":f,id:we,className:(0,c.A)("k-fab-items",{"k-fab-items-bottom":"bottom"!==o.vertical,"k-fab-items-top":"bottom"===o.vertical}),style:{paddingLeft:Pe?_e:void 0,paddingRight:Pe?_e:void 0}},De))))}));be.propTypes={className:a.string,style:a.object,id:a.string,dir:a.string,tabIndex:a.number,accessKey:a.string,disabled:a.bool,icon:a.string,svgIcon:s.wi,iconClass:a.string,text:a.string,alignOffset:a.shape({x:a.oneOfType([a.number,a.string]),y:a.oneOfType([a.number,a.string])}),align:a.shape({vertical:a.oneOf(["top","middle","bottom"]),horizontal:a.oneOf(["start","center","end"])}),positionMode:a.oneOf(["absolute","fixed"]),size:a.oneOf([null,"small","medium","large"]),rounded:a.oneOf([null,"small","medium","large","full"]),themeColor:a.oneOf([null,"primary","secondary","tertiary","info","success","warning","error","dark","light","inverse"]),modal:a.bool,overlayStyle:a.object};var xe={align:{vertical:"bottom",horizontal:"end"},size:"medium",rounded:"full",themeColor:"primary",positionMode:"fixed"};be.displayName="KendoFloatingActionButton"},8696:(e,t,n)=>{n.r(t),n.d(t,{accessibilityIcon:()=>Sn,aggregateFieldsIcon:()=>ns,alignBottomIcon:()=>ka,alignCenterIcon:()=>Oa,alignItemsBaselineAltIcon:()=>Ki,alignItemsBaselineIcon:()=>Ti,alignItemsCenterAltIcon:()=>Fi,alignItemsCenterIcon:()=>Pi,alignItemsEndAltIcon:()=>ji,alignItemsEndIcon:()=>_i,alignItemsStartAltIcon:()=>Ri,alignItemsStartIcon:()=>Di,alignItemsStretchAltIcon:()=>Ai,alignItemsStretchIcon:()=>Ni,alignJustifyIcon:()=>Sa,alignLeftIcon:()=>Ba,alignMiddleIcon:()=>Ca,alignRemoveIcon:()=>La,alignRightIcon:()=>Ea,alignSelfCenterAltIcon:()=>ii,alignSelfCenterIcon:()=>ti,alignSelfEndAltIcon:()=>ai,alignSelfEndIcon:()=>ni,alignSelfStartAltIcon:()=>oi,alignSelfStartIcon:()=>ei,alignSelfStretchAltIcon:()=>Li,alignSelfStretchIcon:()=>Si,alignToGridIcon:()=>di,alignTopIcon:()=>Ia,allIcon:()=>ua,anchorIcon:()=>sc,applyFormatIcon:()=>Zr,arrowDownIcon:()=>k,arrowLeftIcon:()=>B,arrowOverflowDownIcon:()=>x,arrowRightIcon:()=>C,arrowRotateCcwIcon:()=>lt,arrowRotateCcwSmallIcon:()=>vt,arrowRotateCwIcon:()=>st,arrowRotateCwSmallIcon:()=>ut,arrowUpIcon:()=>I,arrowsAxesIcon:()=>D,arrowsLeftRightIcon:()=>ne,arrowsMoveIcon:()=>gn,arrowsNoChangeIcon:()=>b,arrowsNoRepeatIcon:()=>ht,arrowsSwapIcon:()=>P,arrowsTopBottomIcon:()=>oe,barcodeIcon:()=>Dn,barcodeOutlineIcon:()=>Ln,barcodeQrCodeScannerIcon:()=>Rn,barcodeScannerIcon:()=>Pn,behanceBoxIcon:()=>Al,behanceIcon:()=>jl,bellIcon:()=>bo,binocularsIcon:()=>Tr,bloggerBoxIcon:()=>hl,bloggerIcon:()=>sl,blurIcon:()=>Uo,boldIcon:()=>ta,bookIcon:()=>Cr,borderBottomIcon:()=>$a,borderLeftIcon:()=>Qa,borderRadiusBottomLeftIcon:()=>ie,borderRadiusBottomRightIcon:()=>ae,borderRadiusIcon:()=>le,borderRadiusTopLeftIcon:()=>re,borderRadiusTopRightIcon:()=>ce,borderRightIcon:()=>er,borderStyleBottomIcon:()=>se,borderStyleIcon:()=>pe,borderStyleLeftIcon:()=>he,borderStyleRightIcon:()=>ve,borderStyleTopIcon:()=>ue,borderTopIcon:()=>Ja,bordersAllIcon:()=>Ua,bordersInsideHorizontalIcon:()=>Ya,bordersInsideIcon:()=>Za,bordersInsideVerticalIcon:()=>Xa,bordersNoneIcon:()=>tr,bordersOutsideIcon:()=>Ga,bordersShowHideIcon:()=>nr,boxSizingIcon:()=>de,brightnessContrastIcon:()=>jo,bringBackwardIcon:()=>Qo,bringForwardIcon:()=>$o,bringToBackIcon:()=>Jo,bringToFrontIcon:()=>Xo,brushIcon:()=>No,buildingBlocksIcon:()=>oc,buttonIcon:()=>cr,calculatorIcon:()=>yn,calendarDateIcon:()=>sr,calendarIcon:()=>dt,cameraIcon:()=>Vo,cancelCircleIcon:()=>Bt,cancelIcon:()=>Ct,cancelOutlineIcon:()=>kt,caretAltDownIcon:()=>s,caretAltExpandIcon:()=>y,caretAltLeftIcon:()=>h,caretAltRightIcon:()=>l,caretAltToBottomIcon:()=>p,caretAltToLeftIcon:()=>d,caretAltToRightIcon:()=>u,caretAltToTopIcon:()=>v,caretAltUpIcon:()=>c,caretBlIcon:()=>a,caretBrIcon:()=>i,caretDoubleAltDownIcon:()=>z,caretDoubleAltLeftIcon:()=>g,caretDoubleAltRightIcon:()=>f,caretDoubleAltUpIcon:()=>m,caretTlIcon:()=>r,caretTrIcon:()=>o,cartIcon:()=>bn,categorizeIcon:()=>N,cellSplitHorizontallyIcon:()=>Ic,cellSplitVerticallyIcon:()=>Cc,cellsMergeHorizontallyIcon:()=>Vc,cellsMergeIcon:()=>wc,cellsMergeVerticallyIcon:()=>Mc,changeManuallyIcon:()=>gr,chartAreaClusteredIcon:()=>Eh,chartAreaRangeIcon:()=>Dh,chartAreaStacked100Icon:()=>Lh,chartAreaStackedIcon:()=>Sh,chartBarClusteredIcon:()=>Ch,chartBarRangeIcon:()=>Oh,chartBarStacked100Icon:()=>Bh,chartBarStackedIcon:()=>kh,chartBubbleIcon:()=>Zh,chartCandlestickIcon:()=>Yh,chartChoroplethIcon:()=>tv,chartColumnClusteredIcon:()=>wh,chartColumnRangeIcon:()=>Ih,chartColumnStacked100Icon:()=>Mh,chartColumnStackedIcon:()=>Vh,chartDoughnutIcon:()=>Ah,chartLineIcon:()=>Ph,chartLineMarkersIcon:()=>Th,chartLineStacked100Icon:()=>Nh,chartLineStacked100MarkersIcon:()=>Fh,chartLineStackedIcon:()=>_h,chartLineStackedMarkersIcon:()=>Rh,chartOhlcIcon:()=>Xh,chartPieIcon:()=>jh,chartRadarFilledIcon:()=>Qh,chartRadarIcon:()=>Jh,chartRadarMarkersIcon:()=>$h,chartRoseIcon:()=>ev,chartScatterIcon:()=>Kh,chartScatterSmoothLinesIcon:()=>Wh,chartScatterSmoothLinesMarkersIcon:()=>qh,chartScatterStraightLinesIcon:()=>Gh,chartScatterStraightLinesMarkersIcon:()=>Uh,checkCircleIcon:()=>St,checkIcon:()=>Ot,checkOutlineIcon:()=>Et,checkboxCheckedIcon:()=>po,checkboxIcon:()=>uo,checkboxIndeterminateIcon:()=>mo,checkboxNullIcon:()=>fo,chevronDoubleDownIcon:()=>me,chevronDoubleLeftIcon:()=>fe,chevronDoubleRightIcon:()=>ze,chevronDoubleUpIcon:()=>ge,chevronDownIcon:()=>V,chevronLeftIcon:()=>M,chevronRightIcon:()=>w,chevronUpIcon:()=>H,circleIcon:()=>zo,clearCssIcon:()=>Yr,clipboardCodeIcon:()=>Ar,clipboardHtmlIcon:()=>Wr,clipboardIcon:()=>jr,clipboardMarkdownIcon:()=>Ur,clipboardTextIcon:()=>Gr,clipboardWordAltIcon:()=>qr,clipboardWordIcon:()=>Kr,clockArrowRotateIcon:()=>Un,clockIcon:()=>pt,closedCaptionsIcon:()=>no,cloudIcon:()=>Os,codeIcon:()=>xs,codeSnippetIcon:()=>ar,colResizeIcon:()=>L,columnFreezeIcon:()=>Ec,columnsIcon:()=>Z,commentIcon:()=>Er,commentRemoveIcon:()=>Sr,commentsRemoveIcon:()=>Lr,connectorIcon:()=>xn,convertLowercaseIcon:()=>ra,convertUppercaseIcon:()=>ca,copyFormatIcon:()=>Xr,copyIcon:()=>Rr,cropIcon:()=>Oo,crosstabIcon:()=>Zc,crosstabWizardIcon:()=>Yc,csIcon:()=>Cs,csprojIcon:()=>Ms,css3Icon:()=>ys,cssIcon:()=>Hs,customFormatIcon:()=>Ac,customIconIcon:()=>Ir,cutIcon:()=>Fr,dataCsvIcon:()=>qs,dataIcon:()=>Ls,dataJsonIcon:()=>Ws,dataOdsIcon:()=>ye,dataRestIcon:()=>ph,dataSqlIcon:()=>Us,dataWebIcon:()=>Gs,decimalDecreaseIcon:()=>qc,decimalIncreaseIcon:()=>Kc,decreaseHorizontalSpacingIcon:()=>xi,decreaseVerticalSpacingIcon:()=>Mi,deliciousBoxIcon:()=>ul,deliciousIcon:()=>vl,detailSectionIcon:()=>Fs,diggBoxIcon:()=>dl,diggIcon:()=>pl,dimensionsIcon:()=>Ei,displayBlockIcon:()=>xe,displayFlexIcon:()=>He,displayInlineBlockIcon:()=>be,displayInlineFlexIcon:()=>we,divIcon:()=>va,divideIcon:()=>En,documentManagerIcon:()=>Mr,dollarIcon:()=>Fc,downloadIcon:()=>nn,dragAndDropIcon:()=>_,dribbbleBoxIcon:()=>ql,dribbbleIcon:()=>Kl,dropletIcon:()=>Ro,dropletSlashIcon:()=>ui,dropletSliderIcon:()=>Ve,editToolsIcon:()=>fr,envelopBoxIcon:()=>fl,envelopIcon:()=>ml,envelopLinkIcon:()=>lc,equalIcon:()=>Cn,exclamationCircleIcon:()=>wo,exeIcon:()=>Vs,exportIcon:()=>xh,eyeIcon:()=>dn,eyedropperIcon:()=>Ci,facebookBoxIcon:()=>gl,facebookIcon:()=>zl,fileAddIcon:()=>is,fileAscxIcon:()=>ms,fileAudioIcon:()=>oh,fileBacIcon:()=>fs,fileConfigIcon:()=>ds,fileCsvIcon:()=>rs,fileDataIcon:()=>rh,fileDiscImageIcon:()=>ch,fileErrorIcon:()=>vh,fileExcelIcon:()=>cs,fileFlashIcon:()=>ps,fileFooterIcon:()=>Ps,fileHeaderIcon:()=>Ds,fileHorizontalIcon:()=>Es,fileIcon:()=>os,fileImageIcon:()=>ih,fileMdbIcon:()=>ss,filePdfIcon:()=>vs,filePptIcon:()=>hs,filePresentationIcon:()=>ah,fileProgrammingIcon:()=>lh,filePsdIcon:()=>us,fileReportIcon:()=>Me,fileTxtIcon:()=>as,fileTypescriptIcon:()=>dh,fileVideoIcon:()=>nh,fileWordIcon:()=>ls,fileWrenchIcon:()=>ea,fileZipIcon:()=>zs,filesErrorIcon:()=>uh,filmIcon:()=>gs,filterAddExpressionIcon:()=>$t,filterAddGroupIcon:()=>Qt,filterClearIcon:()=>Zt,filterIcon:()=>Gt,filterSmallIcon:()=>Yt,filterSortAscSmallIcon:()=>Xt,filterSortDescSmallIcon:()=>Jt,flashManagerIcon:()=>Nr,flipHorizontalIcon:()=>So,flipVerticalIcon:()=>Lo,folderAddIcon:()=>Ql,folderIcon:()=>Jl,folderMoreIcon:()=>ts,folderOpenIcon:()=>$l,folderUpIcon:()=>es,fontFamilyIcon:()=>ia,fontSizeIcon:()=>Wc,foregroundColorIcon:()=>aa,formElementIcon:()=>ir,formIcon:()=>or,formatCodeBlockIcon:()=>nc,formulaFxIcon:()=>Nc,forwardIcon:()=>Jn,fullscreenExitIcon:()=>vi,fullscreenIcon:()=>hi,gapColumnIcon:()=>Ie,gapRowIcon:()=>Ce,gearIcon:()=>vn,gearsIcon:()=>un,globeIcon:()=>tl,globeLinkIcon:()=>rc,globeOutlineIcon:()=>el,globeUnlinkIcon:()=>cc,googleBoxIcon:()=>bl,googleIcon:()=>yl,googlePlusBoxIcon:()=>Hl,googlePlusIcon:()=>xl,graphIcon:()=>Hh,grayscaleIcon:()=>Wo,greaterOrEqualIcon:()=>On,gridIcon:()=>T,gridLayoutIcon:()=>R,groupBoxIcon:()=>hr,groupCollectionIcon:()=>Zs,groupFooterSectionIcon:()=>Ns,groupHeaderSectionIcon:()=>_s,groupIcon:()=>F,groupSectionIcon:()=>As,h1Icon:()=>pa,h2Icon:()=>da,h3Icon:()=>ma,h4Icon:()=>fa,h5Icon:()=>za,h6Icon:()=>ga,handIcon:()=>jn,handleDragIcon:()=>A,handleResizeAltIcon:()=>ke,handleResizeIcon:()=>Be,hdIcon:()=>to,heartIcon:()=>so,heartOutlineIcon:()=>lo,homeIcon:()=>te,horizontalRuleIcon:()=>Pa,html5Icon:()=>bs,hyperlinkOpenIcon:()=>an,hyperlinkOpenSmIcon:()=>rn,imageAbsolutePositionIcon:()=>Uc,imageAddIcon:()=>kr,imageEditIcon:()=>Br,imageExportIcon:()=>Io,imageIcon:()=>Mo,imageMapEditorIcon:()=>Or,imageResizeIcon:()=>Bo,imagesIcon:()=>Oe,importIcon:()=>bh,inboxIcon:()=>ll,increaseHorizontalSpacingIcon:()=>bi,increaseVerticalSpacingIcon:()=>Vi,indentIcon:()=>xa,infoCircleIcon:()=>xo,inheritedIcon:()=>th,insertBottomIcon:()=>Ma,insertMiddleIcon:()=>Va,insertTopIcon:()=>wa,invertColorsIcon:()=>Ko,italicIcon:()=>na,jsIcon:()=>ws,justifyContentAroundAltIcon:()=>Qi,justifyContentAroundIcon:()=>Zi,justifyContentBetweenAltIcon:()=>$i,justifyContentBetweenIcon:()=>Gi,justifyContentCenterAltIcon:()=>Xi,justifyContentCenterIcon:()=>Wi,justifyContentEndAltIcon:()=>Ji,justifyContentEndIcon:()=>Ui,justifyContentStartAltIcon:()=>Yi,justifyContentStartIcon:()=>qi,kpiStatusDenyIcon:()=>Vn,kpiStatusHoldIcon:()=>Mn,kpiStatusOpenIcon:()=>In,launchIcon:()=>cn,layout1By4Icon:()=>q,layout2By2Icon:()=>W,layoutIcon:()=>K,layoutSideBySideIcon:()=>U,layoutStackedIcon:()=>G,lessOrEqualIcon:()=>Bn,letterSpaceIcon:()=>Ee,levelDownIcon:()=>O,levelToTopIcon:()=>S,levelUpIcon:()=>E,lineHeightIcon:()=>Se,linkAddIcon:()=>ac,linkIcon:()=>xt,linkVerticalIcon:()=>wt,linkedinBoxIcon:()=>Vl,linkedinIcon:()=>wl,listLatinBigIcon:()=>Le,listLatinSmallIcon:()=>De,listOrderedIcon:()=>ya,listRomanBigIcon:()=>Pe,listRomanLowerIcon:()=>yh,listRomanSmallIcon:()=>_e,listRomanUpperIcon:()=>gh,listUnorderedIcon:()=>ba,listUnorderedOutlineIcon:()=>Ne,listUnorderedSquareIcon:()=>Te,lockIcon:()=>Mt,loginIcon:()=>en,logoutIcon:()=>tn,makeHorizontalSpacingEqualIcon:()=>yi,makeSameHeightIcon:()=>gi,makeSameSizeIcon:()=>fi,makeSameWidthIcon:()=>zi,makeVerticalSpacingEqualIcon:()=>wi,mapMarkerIcon:()=>nl,mapMarkerTargetIcon:()=>ol,maxHeightIcon:()=>Re,maxWidthIcon:()=>Fe,mediaManagerIcon:()=>Pr,menuIcon:()=>J,minHeightIcon:()=>je,minWidthIcon:()=>Ae,minusCircleIcon:()=>jt,minusIcon:()=>Rt,minusOutlineIcon:()=>Ft,minusSmIcon:()=>wn,mirrorIcon:()=>Eo,moreHorizontalIcon:()=>Q,moreVerticalIcon:()=>$,musicNotesIcon:()=>io,myspaceBoxIcon:()=>Il,myspaceIcon:()=>Ml,notEqualIcon:()=>kn,outdentIcon:()=>Ha,outlineOffsetIcon:()=>Ke,outlineWidthIcon:()=>qe,overlapIcon:()=>ee,paddingBottomIcon:()=>We,paddingIcon:()=>Ye,paddingLeftIcon:()=>Ue,paddingRightIcon:()=>Ge,paddingTopIcon:()=>Ze,pageFooterSectionIcon:()=>Rs,pageHeaderSectionIcon:()=>Ts,paletteIcon:()=>To,paneFreezeIcon:()=>Bc,paperclipAltIcon:()=>bt,paperclipIcon:()=>yt,paragraphAddIcon:()=>mr,parameterBooleanIcon:()=>Ys,parameterDateTimeIcon:()=>Xs,parameterFloatIcon:()=>Js,parameterIntegerIcon:()=>$s,parameterStringIcon:()=>Qs,parametersByteArrayIcon:()=>sh,parametersIcon:()=>Ks,parametersUnknownIcon:()=>hh,passwordIcon:()=>dr,pauseIcon:()=>Zn,pauseSmIcon:()=>ro,pencilIcon:()=>zt,percentIcon:()=>jc,photosIcon:()=>pi,pinIcon:()=>il,pinterestBoxIcon:()=>kl,pinterestIcon:()=>Cl,playIcon:()=>Gn,playSmIcon:()=>ao,playlistIcon:()=>oo,plusCircleIcon:()=>Tt,plusIcon:()=>_t,plusOutlineIcon:()=>Nt,plusSmIcon:()=>Hn,pointerIcon:()=>An,positionBottomIcon:()=>Xe,positionLeftIcon:()=>Je,positionRightIcon:()=>$e,positionTopIcon:()=>Qe,printIcon:()=>ft,puzzlePieceIcon:()=>ic,qrCodeIcon:()=>Nn,qrCodeOutlineIcon:()=>_n,qrCodeScannerIcon:()=>Tn,questionCircleIcon:()=>Ho,radiobuttonCheckedIcon:()=>yo,radiobuttonIcon:()=>go,redditBoxIcon:()=>Ol,redditIcon:()=>Bl,redoIcon:()=>ct,regularExpressionIcon:()=>et,removeHorizontalSpacingIcon:()=>Hi,removeVerticalSpacingIcon:()=>Ii,reorderIcon:()=>X,replaceAllIcon:()=>tt,replaceSingleIcon:()=>nt,reportElementIcon:()=>ot,rewindIcon:()=>Xn,rightDoubleQuotesIcon:()=>it,rotateIcon:()=>Do,rotateLeftIcon:()=>_o,rotateRightIcon:()=>Po,roundCornersIcon:()=>Yo,rowFreezeIcon:()=>Oc,rowsIcon:()=>Y,rssBoxIcon:()=>Ul,rssIcon:()=>Wl,saveIcon:()=>mt,searchIcon:()=>mn,selectAllIcon:()=>rr,selectBoxIcon:()=>lr,setColumnPositionIcon:()=>Wn,shapeLineIcon:()=>Fo,shapesIcon:()=>Zo,shareIcon:()=>rl,sharpenIcon:()=>Go,signatureIcon:()=>Fn,silverlightIcon:()=>Dr,sizeToGridIcon:()=>mi,slidersIcon:()=>Ao,slnIcon:()=>Bs,snapGridIcon:()=>ki,snapToGridlinesIcon:()=>Bi,snapToSnaplinesIcon:()=>Oi,sortAscIcon:()=>At,sortAscSmallIcon:()=>Wt,sortClearIcon:()=>qt,sortDescIcon:()=>Kt,sortDescSmallIcon:()=>Ut,spellCheckerIcon:()=>Lc,starIcon:()=>vo,starOutlineIcon:()=>ho,stickIcon:()=>Kn,stopIcon:()=>Yn,stopSmIcon:()=>co,strikethroughIcon:()=>la,stripAllFormattingIcon:()=>Jr,stripCssFormatIcon:()=>$r,stripFontElementsIcon:()=>Qr,stripSpanElementsIcon:()=>ec,stripWordFormattingIcon:()=>tc,stumbleUponBoxIcon:()=>Sl,stumbleUponIcon:()=>El,subreportIcon:()=>Ss,subscriptIcon:()=>sa,sumIcon:()=>Tc,supscriptIcon:()=>ha,symbolIcon:()=>Rc,tableAddIcon:()=>hc,tableAlignBottomCenterIcon:()=>Ka,tableAlignBottomLeftIcon:()=>Aa,tableAlignBottomRightIcon:()=>qa,tableAlignMiddleCenterIcon:()=>Fa,tableAlignMiddleLeftIcon:()=>Ra,tableAlignMiddleRightIcon:()=>ja,tableAlignRemoveIcon:()=>Wa,tableAlignTopCenterIcon:()=>Na,tableAlignTopLeftIcon:()=>_a,tableAlignTopRightIcon:()=>Ta,tableBodyIcon:()=>Xc,tableCellDeleteIcon:()=>xc,tableCellIcon:()=>pc,tableCellPropertiesIcon:()=>dc,tableColumnDeleteIcon:()=>yc,tableColumnGroupsIcon:()=>Jc,tableColumnInsertLeftIcon:()=>mc,tableColumnInsertRightIcon:()=>fc,tableCornerIcon:()=>$c,tableDeleteIcon:()=>Hc,tableIcon:()=>vc,tablePositionCenterIcon:()=>fh,tablePositionEndIcon:()=>zh,tablePositionStartIcon:()=>mh,tablePropertiesIcon:()=>uc,tableRowDeleteIcon:()=>bc,tableRowGroupsIcon:()=>Qc,tableRowInsertAboveIcon:()=>zc,tableRowInsertBelowIcon:()=>gc,tableUnmergeIcon:()=>kc,tableWizardIcon:()=>Gc,tellAFriendBoxIcon:()=>Dl,tellAFriendIcon:()=>Ll,templateManagerIcon:()=>zr,textWrapIcon:()=>Da,textareaIcon:()=>vr,textboxHiddenIcon:()=>pr,textboxIcon:()=>ur,thumbnailsDownIcon:()=>li,thumbnailsLeftIcon:()=>si,thumbnailsRightIcon:()=>ci,thumbnailsUpIcon:()=>ri,tocSectionIcon:()=>js,tocSectionLevelIcon:()=>eh,toggleFullScreenModeIcon:()=>_c,toolbarFloatIcon:()=>Sc,trackChangesAcceptAllIcon:()=>Hr,trackChangesAcceptIcon:()=>xr,trackChangesEnableIcon:()=>br,trackChangesIcon:()=>yr,trackChangesRejectAllIcon:()=>Vr,trackChangesRejectIcon:()=>wr,transparencyIcon:()=>qo,trashIcon:()=>gt,tumblrBoxIcon:()=>_l,tumblrIcon:()=>Pl,twitterBoxIcon:()=>Tl,twitterIcon:()=>Nl,underlineIcon:()=>oa,undoIcon:()=>rt,ungroupIcon:()=>j,unlinkIcon:()=>Ht,unlinkVerticalIcon:()=>Vt,unlockIcon:()=>It,unpinIcon:()=>al,unstickIcon:()=>qn,uploadIcon:()=>on,userIcon:()=>cl,validationDataIcon:()=>Pc,validationXhtmlIcon:()=>Dc,vbIcon:()=>ks,vbprojIcon:()=>Is,videoExternalIcon:()=>_r,vimeoBoxIcon:()=>Zl,vimeoIcon:()=>Gl,volumeDownIcon:()=>$n,volumeMuteIcon:()=>eo,volumeUpIcon:()=>Qn,wholeWordIcon:()=>at,windowIcon:()=>ln,windowMinimizeIcon:()=>hn,windowRestoreIcon:()=>sn,wrenchIcon:()=>pn,xCircleIcon:()=>Pt,xIcon:()=>Lt,xOutlineIcon:()=>Dt,yammerBoxIcon:()=>Fl,yammerIcon:()=>Rl,youtubeBoxIcon:()=>Xl,youtubeIcon:()=>Yl,zoomActualSizeIcon:()=>Co,zoomBestFitIcon:()=>ko,zoomInIcon:()=>fn,zoomOutIcon:()=>zn});const o={name:"caret-tr",content:'<path d="M352 160v192L160 160h192z" />',viewBox:"0 0 512 512"},i={name:"caret-br",content:'<path d="M352 352H160l192-192v192z" />',viewBox:"0 0 512 512"},a={name:"caret-bl",content:'<path d="M160 352V160l192 192H160z" />',viewBox:"0 0 512 512"},r={name:"caret-tl",content:'<path d="M160 160h192L160 352V160z" />',viewBox:"0 0 512 512"},c={name:"caret-alt-up",content:'<path d="m256 160 128 192H128l128-192z" />',viewBox:"0 0 512 512"},l={name:"caret-alt-right",content:'<path d="M352 256 160 384V128l192 128z" />',viewBox:"0 0 512 512"},s={name:"caret-alt-down",content:'<path d="M256 352 128 160h256L256 352z" />',viewBox:"0 0 512 512"},h={name:"caret-alt-left",content:'<path d="m160 256 192-128v256L160 256z" />',viewBox:"0 0 512 512"},v={name:"caret-alt-to-top",content:'<path d="m128 352 128-192 128 192H128zm256-224H128v32h256v-32z" />',viewBox:"0 0 512 512"},u={name:"caret-alt-to-right",content:'<path d="m128 128 192 128-192 128V128zm224 256V128h-32v256h32z" />',viewBox:"0 0 512 512"},p={name:"caret-alt-to-bottom",content:'<path d="M384 128 256 320 128 128h256zM128 352h256v-32H128v32z" />',viewBox:"0 0 512 512"},d={name:"caret-alt-to-left",content:'<path d="M352 384 160 256l192-128v256zM128 128v256h32V128h-32z" />',viewBox:"0 0 512 512"},m={name:"caret-double-alt-up",content:'<path d="m128 448 128-192 128 192H128zM256 64 128 256h256L256 64z" />',viewBox:"0 0 512 512"},f={name:"caret-double-alt-right",content:'<path d="m64 128 192 128L64 384V128zm384 128L256 128v256l192-128z" />',viewBox:"0 0 512 512"},z={name:"caret-double-alt-down",content:'<path d="M384 64 256 256 128 64h256zM256 448l128-192-128 1H128l128 191z" />',viewBox:"0 0 512 512"},g={name:"caret-double-alt-left",content:'<path d="M448 384 256 256.001l192-128V384zM64 256.001 256 384V128L64 256.001z" />',viewBox:"0 0 512 512"},y={name:"caret-alt-expand",content:'<path d="M128 288h256L256 480 128 288zM256 32 128 224h256.001L256 32z" />',viewBox:"0 0 512 512"},b={name:"arrows-no-change",content:'<path d="M256 160 128 352 0 160h256zm96 0L224 352h256.001L352 160z" />',viewBox:"0 0 512 512"},x={name:"arrow-overflow-down",content:'<path d="M384 160 256 352 128 160h256zM128 96v32h256V96H128z" />',viewBox:"0 0 512 512"},H={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"},w={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"},V={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"},M={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"},I={name:"arrow-up",content:'<path d="M384 288h-96v128h-64l-.001-128H128L255.999 96 384 288z" />',viewBox:"0 0 512 512"},C={name:"arrow-right",content:'<path d="M224 384v-96H96v-64h128v-96l192 128-192 128z" />',viewBox:"0 0 512 512"},k={name:"arrow-down",content:'<path d="M128 224h96V96h64l.001 128H384L256.001 416 128 224z" />',viewBox:"0 0 512 512"},B={name:"arrow-left",content:'<path d="M288 128v96h128v64l-128 .001V384L96 256.001 288 128z" />',viewBox:"0 0 512 512"},O={name:"level-down",content:'<path d="M288 192v64h64l-80 128-80-128h64v-64H128v-32h288v32H288z" />',viewBox:"0 0 512 512"},E={name:"level-up",content:'<path d="m128 288 80-128 80 128h-64v64h192v32H192v-96h-64z" />',viewBox:"0 0 512 512"},S={name:"level-to-top",content:'<path d="m128 288 80-128 80 128h-64v64h192v32H192v-96h-64zm288-160H96v32h320v-32z" />',viewBox:"0 0 512 512"},L={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"},D={name:"arrows-axes",content:'<path d="M352 480v-64H128v64H96v-64H32v-32h64V160H32l80-128 80 128h-64v224h224v-64l128 80-128 80z" />',viewBox:"0 0 512 512"},P={name:"arrows-swap",content:'<path d="M256 160h-64v224h-32V160H96l80-128 80 128zm96 192V128h-32v224h-64l80 128 80-128h-64z" />',viewBox:"0 0 512 512"},_={name:"drag-and-drop",content:'<path d="m32 128 192 112L32 352V128zm224 96v32h224v-32H256z" />',viewBox:"0 0 512 512"},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"},T={name:"grid",content:'<path d="M32 32h128v128H32V32zm160 448h128V352H192v128zm-160 0h128V352H32v128zm0-160h128V192H32v128zm160 0h128V192H192v128zM352 32v128h128V32H352zm0 288h128V192H352v128zM192 160h128V32H192v128zm160 320h128V352H352v128z" />',viewBox:"0 0 512 512"},R={name:"grid-layout",content:'<path d="M32 32h96v96H32V32zm128 0v96h320V32H160zM32 288h96v-96H32v96zm128 0h320v-96H160v96zM32 448h96v-96H32v96zm128 0h320v-96H160v96z" />',viewBox:"0 0 512 512"},F={name:"group",content:'<path d="M32 256h192v192H32V256zm0-32h192V32H32v192zm224 224h192V256H256v192zm0-416v192h192V32H256z" />',viewBox:"0 0 512 512"},j={name:"ungroup",content:'<path d="M32 256h192v192H32V256zm32-64h128V64H64v128zm224 224h128V288H288v128zM256 32v192h192V32H256z" />',viewBox:"0 0 512 512"},A={name:"handle-drag",content:'<path d="M160 64h64v384h-64V64zm96 0v384h64V64h-64z" />',viewBox:"0 0 512 512"},K={name:"layout",content:'<path d="M192 416h256v64H192v-64zm0-32h256v-64H192v64zM32 480h128V128H32v352zm160-288h256v-64H192v64zm0 96h256v-64H192v64zM32 0v96h416V0H32z" />',viewBox:"0 0 512 512"},q={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"},Z={name:"columns",content:'<path d="M64 32h96v448H64V32zm128 448h96V32h-96v448zM320 32v448h96V32h-96z" />',viewBox:"0 0 512 512"},Y={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"},J={name:"menu",content:'<path d="M480 32v96H32V32h448zM32 192v96h448v-96H32zm448 160H32v96h448v-96z" />',viewBox:"0 0 512 512"},$={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"},Q={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"},ie={name:"border-radius-bottom-left",content:'<path d="M384 368c0 8.8-7.2 16-16 16h-64c-97 0-176-79-176-176v-64c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 79.4 64.6 144 144 144h64c8.8 0 16 7.2 16 16z" />',viewBox:"0 0 512 512"},ae={name:"border-radius-bottom-right",content:'<path d="M368 128c8.8 0 16 7.2 16 16v64c0 97-79 176-176 176h-64c-8.8 0-16-7.2-16-16s7.2-16 16-16h64c79.4 0 144-64.6 144-144v-64c0-8.8 7.2-16 16-16z" />',viewBox:"0 0 512 512"},re={name:"border-radius-top-left",content:'<path d="M144 384c-8.8 0-16-7.2-16-16v-64c0-97 79-176 176-176h64c8.8 0 16 7.2 16 16s-7.2 16-16 16h-64c-79.4 0-144 64.6-144 144v64c0 8.8-7.2 16-16 16z" />',viewBox:"0 0 512 512"},ce={name:"border-radius-top-right",content:'<path d="M128 144c0-8.8 7.2-16 16-16h64c97 0 176 79 176 176v64c0 8.8-7.2 16-16 16s-16-7.2-16-16v-64c0-79.4-64.6-144-144-144h-64c-8.8 0-16-7.2-16-16z" />',viewBox:"0 0 512 512"},le={name:"border-radius",content:'<path d="M64 32h96v32H64v96H32V32h32zm384 416h-96v32h128V352h-32v96zM352 32v32h96v96h32V32H352zM64 352H32v128h128v-32H64v-96z" />',viewBox:"0 0 512 512"},se={name:"border-style-bottom",content:'<path d="M96 480v-64h320v64H96zm1-416h320V32H97v32zM64 416V96H32v320h32zm416 0V96h-32v320h32z" />',viewBox:"0 0 512 512"},he={name:"border-style-left",content:'<path d="M32 96h64v320H32V96zm416 1v320h32V97h-32zM96 64h320V32H96v32zm0 416h320v-32H96v32z" />',viewBox:"0 0 512 512"},ve={name:"border-style-right",content:'<path d="M480 416h-64V96h64v320zm-416-1V95H32v320h32zm352 33H96v32h320v-32zm0-416H96v32h320V32z" />',viewBox:"0 0 512 512"},ue={name:"border-style-top",content:'<path d="M416 32v64H96V32h320zm-1 416H95v32h320v-32zm33-352v320h32V96h-32zM32 96v320h32V96H32z" />',viewBox:"0 0 512 512"},pe={name:"border-style",content:'<path d="M32 96h32v320H32zM448 97h32v320h-32zM96 32h320v32H96zM96 448h320v32H96z" />',viewBox:"0 0 512 512"},de={name:"box-sizing",content:'<path d="M32 0H0v480h480V0H32zm416 448H32V32h416v416zm-96-320h-32V96h32v32zM96 192H64v-32h32v32zm0-64H64V96h32v32zm64 0h-32V96h32v32zm64 0h-32V96h32v32zm64 0h-32V96h32v32zM96 256H64v-32h32v32zm320-128h-32V96h32v32zm0 128h-32v-32h32v32zm0-64h-32v-32h32v32zM96 384H64v-32h32v32zm256 0h-32v-32h32v32zm-192 0h-32v-32h32v32zm64 0h-32v-32h32v32zm64 0h-32v-32h32v32zm128 0h-32v-32h32v32zM96 320H64v-32h32v32zm320 0h-32v-32h32v32z" />',viewBox:"0 0 512 512"},me={name:"chevron-double-down",content:'<path d="M382.1 224 256 350.1 129.9 224 96 257.9l160 160 160-160-33.9-33.9zm0-128L256 222.1 129.9 96 96 129.9l160 160 160-160L382.1 96z" />',viewBox:"0 0 512 512"},fe={name:"chevron-double-left",content:'<path d="M289 383 162.9 257 289 130.9 255 97 95 257l160 160 34-34zm128 0L290.9 257 417 130.9 383 97 223 257l160 160 34-34z" />',viewBox:"0 0 512 512"},ze={name:"chevron-double-right",content:'<path d="M223 130.9 349.1 257 223 383l34 34 160-160L257 97l-34 33.9zm-128 0L221.1 257 95 383l34 34 160-160L129 97l-34 33.9z" />',viewBox:"0 0 512 512"},ge={name:"chevron-double-up",content:'<path d="m129.9 289.9 126.1-126L382.1 290l33.9-34L256 96 96 256l33.9 33.9zm0 128 126.1-126L382.1 418l33.9-34-160-160L96 384l33.9 33.9z" />',viewBox:"0 0 512 512"},ye={name:"data-ods",content:'<path d="M415.94 93.61v.33c-.53 33.88-86.26 61.29-191.93 61.29S32.6 127.82 32.07 93.94v-.33C32.06 59.59 118 32 224 32s191.94 27.59 191.94 61.61Zm-.06 46.39v.32c-.53 33.88-86.26 61.29-191.93 61.29S32.54 174.2 32 140.32V140l.12 86.81v.32c.53 33.88 86.26 61.29 191.93 61.29S415.46 261 416 227.13v-.32Zm.12 180-.07-52v.32c-.34 21.73-35.73 40.8-88.93 51.68Zm-256 6.11C85.73 317.69 32.43 295 32 268.32V268l.12 86.81v.32C32.55 381.8 85.8 404.47 160 412.9Zm73.5 123.55q-22.26 0-36.28-14.49t-14-37.76q0-24.57 14.24-39.74t37.72-15.18q22.18 0 35.88 14.53t13.69 38.3q0 24.42-14.2 39.38t-37.05 14.96Zm1-87.08q-12.28 0-19.51 9.22t-7.23 24.39q0 15.39 7.23 24.35a23.15 23.15 0 0 0 18.93 9q12.07 0 19.15-8.71t7.08-24.17q0-16.11-6.86-25.08t-18.78-9Zm68.9 85.28V344.23h36.71q55.22 0 55.21 50.51 0 24.21-15.06 38.66t-40.15 14.46Zm23.34-84.63v65.69h11.57q15.17 0 23.81-9.1t8.64-24.82q0-14.82-8.56-23.31t-24-8.49Zm82.49 80.65v-23.12a44.75 44.75 0 0 0 13.66 7.91 43.91 43.91 0 0 0 14.89 2.64 33.06 33.06 0 0 0 7.7-.8 18 18 0 0 0 5.49-2.2 9.67 9.67 0 0 0 3.29-3.33 8.29 8.29 0 0 0 1.08-4.15 9 9 0 0 0-1.73-5.42 18.77 18.77 0 0 0-4.74-4.41 49 49 0 0 0-7.12-3.9q-4.11-1.87-8.89-3.83-12.14-5.06-18.1-12.36a27 27 0 0 1-6-17.63 28.05 28.05 0 0 1 3.25-13.91 27.71 27.71 0 0 1 8.85-9.58 39.85 39.85 0 0 1 13-5.53 66.6 66.6 0 0 1 15.61-1.77 93.91 93.91 0 0 1 14.34 1 56.36 56.36 0 0 1 11.53 3v21.6a35.76 35.76 0 0 0-5.68-3.18 44.84 44.84 0 0 0-6.32-2.27 48.64 48.64 0 0 0-6.47-1.34 45.54 45.54 0 0 0-6.1-.43 31.65 31.65 0 0 0-7.23.76 18.18 18.18 0 0 0-5.49 2.13 10.47 10.47 0 0 0-3.47 3.29 7.77 7.77 0 0 0-1.23 4.3 8.27 8.27 0 0 0 1.37 4.66 15.88 15.88 0 0 0 3.91 3.9 40.85 40.85 0 0 0 6.14 3.61q3.61 1.77 8.16 3.65a91.56 91.56 0 0 1 11.17 5.53 39.85 39.85 0 0 1 8.49 6.61 25.82 25.82 0 0 1 5.42 8.42 29.82 29.82 0 0 1 1.88 11q0 8.67-3.29 14.56a26.68 26.68 0 0 1-8.92 9.54 38.57 38.57 0 0 1-13.12 5.24 75.82 75.82 0 0 1-15.79 1.59 88.11 88.11 0 0 1-16.22-1.44 49.18 49.18 0 0 1-13.31-4.34Z" />',viewBox:"0 0 512 512"},be={name:"display-Inline-block",content:'<path d="M448 32h32v448h-32zM32 32h32v448H32zM96 384h320V128H96v256zm64-192h192v128H160V192z" />',viewBox:"0 0 512 512"},xe={name:"display-block",content:'<path d="M32 32h448v32H32zM32 448h448v32H32zM32 384h448V128H32v256zm64-192h320v128H96V192z" />',viewBox:"0 0 512 512"},He={name:"display-flex",content:'<path d="M32 32v448h448V32H32zm416 416H64V64h384v384z" />',viewBox:"0 0 512 512"},we={name:"display-inline-flex",content:'<path d="M96 416h320V96H96v320zm32-288h256v256H128V128z" />',viewBox:"0 0 512 512"},Ve={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"},Me={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"},Ie={name:"gap-column",content:'<path d="M32 32v448h448V32H32zm416 416H64V64h384v384z" />',viewBox:"0 0 512 512"},Ce={name:"gap-row",content:'<path d="M480 32H32v448h448V32zM64 448V64h384v384H64z" />',viewBox:"0 0 512 512"},ke={name:"handle-resize-alt",content:'<path d="M480 224v256H224v-64h192V224h64z" />',viewBox:"0 0 512 512"},Be={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"},Oe={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"},Ee={name:"letter-space",content:'<path d="m310 336 26 80h48L280 96h-48L128 416h48l26-80h108zm-54-166.2L294.4 288h-76.8L256 169.8zM448 32h32v448h-32zM32 32h32v448H32z" />',viewBox:"0 0 512 512"},Se={name:"line-height",content:'<path d="m310 336 26 80h48L280 96h-48L128 416h48l26-80h108zm-54-166.2L294.4 288h-76.8L256 169.8zM32 32h448v32H32zM32 448h448v32H32z" />',viewBox:"0 0 512 512"},Le={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"},De={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"},Pe={name:"list-roman-big",content:'<path d="M32 32h32v128H32V32zm0 288h32V192H32v128zm64 0h32V192H96v128zM32 480h32V352H32v128zm64 0h32V352H96v128zm64 0h32V352h-32v128zM128 96h352v32H128V96zm64 160h288v32H192v-32zm64 160h224v32H256v-32zM96 152c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm64 160c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm64 160c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8z" />',viewBox:"0 0 512 512"},_e={name:"list-roman-small",content:'<path d="M32 64h16v96H32V64zm0 256h16v-96H32v96zm32 0h16v-96H64v96zM32 480h16v-96H32v96zm32 0h16v-96H64v96zm32 0h16v-96H96v96zM48 40c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm32 112c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm32 160c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zM48 200c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm32 0c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zM48 360c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm32 0c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm32 0c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm32 112c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zM128 96h352v32H128V96zm32 160h320v32H160v-32zm32 160h288v32H192v-32z" />',viewBox:"0 0 512 512"},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"},Te={name:"list-unordered-square",content:'<path d="M128 160H32V64h96v96zm0 64H32v96h96v-96zm0 160H32v96h96v-96zm64-256h288V96H192v32zm0 160h288v-32H192v32zm0 160h288v-32H192v32z" />',viewBox:"0 0 512 512"},Re={name:"max-height",content:'<path d="M384 0H96v32h288zM384 479H240.6L320 352h-64V160h64L240 32l-80 128h64v192h-64l79.4 127H96v32h288z" />',viewBox:"0 0 512 512"},Fe={name:"max-width",content:'<path d="M0 96v288h32V96zM479 96v143.4L352 160v64H160v-64L32 240l128 80v-64h192v64l127-79.4V384h32V96z" />',viewBox:"0 0 512 512"},je={name:"min-height",content:'<path d="M240 192H96v32h288v-32zM384 288H96v32h288zM160 448h160l-80-128zM224 448h32v64h-32zM256 64V0h-32v64h-64l80 128 80-128z" />',viewBox:"0 0 512 512"},Ae={name:"min-width",content:'<path d="M192 240v144h32V96h-32zM288 96v288h32V96zM448 320V160l-128 80zM448 224h64v32h-64zM64 224H0v32h64v64l128-80-128-80z" />',viewBox:"0 0 512 512"},Ke={name:"outline-offset",content:'<path d="M448 32H32v448h448V32h-32zm0 416H64V64h384v384z" />',viewBox:"0 0 512 512"},qe={name:"outline-width",content:'<path d="M416 32H32v448h448V32h-64zm0 384H96V96h320v320z" />',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"},Ze={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"},Ye={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 0v384H64V64h384z" />',viewBox:"0 0 512 512"},Je={name:"position-left",content:'<path d="M448 32H32v448h448V32h-32zm0 416H64V64h384v384z" />',viewBox:"0 0 512 512"},$e={name:"position-right",content:'<path d="M64 480h416V32H32v448h32zm0-416h384v384H64V64z" />',viewBox:"0 0 512 512"},Qe={name:"position-top",content:'<path d="M480 448V32H32v448h448v-32zm-416 0V64h384v384H64z" />',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"},it={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.9zM480 204.2c0-57.4-46.6-104-104-104s-104 46.6-104 104 46.6 104 104 104c20.1 0 38.9-5.7 54.8-15.6-14.2 30.5-37.4 55.2-69.2 73.7-44 25.6-89.1 29.6-89.6 29.6l2.6 31.9c2.1-.2 51.8-4.4 102-33.2 47.1-27 103.3-81.3 103.3-186.1.1-1.4.1-2.8.1-4.3z" />',viewBox:"0 0 512 512"},at={name:"whole-word",content:'<path d="M379 243.6c-2.7-9.3-6.5-17.2-11.7-23.8-5-6.4-11.4-11.4-18.6-15-7.4-3.5-15.9-5.2-25.3-5.2-16.3 0-30 6.9-41.4 20.5V160h-26v192h26v-14.8c10.8 9.8 24.1 14.8 39.7 14.8 8.7 0 16.9-1.8 24.3-5.4 7.5-3.8 14-8.9 19.5-15.5 5.5-6.8 9.7-14.9 12.9-24.4 3-9.6 4.6-20.3 4.6-32.1 0-11.5-1.3-21.8-4-31zm-31.8 73.7c-6.6 9.5-15.6 14.2-26.8 14.2-14.5 0-27.3-5.9-38.4-17.8v-69.1c11.9-16.6 25-24.9 39.4-24.9 11.4 0 20 4.6 26.2 13.9 6.1 9.2 9.3 22.9 9.3 41 0 18.9-3.3 33.3-9.7 42.7zm-139-107.8c-10.6-7.5-25.2-11.1-44.1-11.1-40.5 0-61.7 15-63.6 44.6h26.1c.7-16.2 12.8-24.4 36-24.4 11 0 19.2 1.6 24.4 4.8 2.6 1.6 4.6 3.4 6.2 5.1 1.5 1.8 2.5 4 3.2 6.6s1.1 5.6 1.4 9.4c.1 3.6.1 8.3.1 13.5h-12.8c-59.3.1-89.1 17.3-89.1 51.5 0 6.4 1.3 12 3.8 17.2 2.4 5.3 5.9 9.6 10.4 13.4 4.4 3.8 9.8 6.7 16 8.7 6.1 2.2 12.7 3.2 20 3.2 20.9 0 51.8-18.6 51.8-18.6V351h26v-97.5c0-22-5.4-36.6-15.8-44zm-10.2 100c-2.3 3.4-5.1 6.3-8.4 9-3.2 2.6-6.8 4.9-10.7 6.8-3.9 1.8-8 3.3-12.2 4.3s-8.6 1.4-12.8 1.4c-9.6 0-17-2-22.5-5.9-5.5-4.1-8.3-9.8-8.3-17.2 0-20.6 18.9-30.9 56.9-30.9h18v32.5zM448 96h-32v320h32V96zm0-32H64V32h384v32zm0 415.6H64v-32h384v32z" />',viewBox:"0 0 512 512"},rt={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"},ct={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"},lt={name:"arrow-rotate-ccw",content:'<path d="m62 176 55.5 32C103.8 231.6 96 258.9 96 288c0 88.2 71.8 160 160 160s160-71.8 160-160-71.8-160-160-160v64L96 96 256 0v64c123.7 0 224 100.3 224 224S379.7 512 256 512 32 411.7 32 288c0-40.8 10.9-79.1 30-112z" />',viewBox:"0 0 512 512"},st={name:"arrow-rotate-cw",content:'<path d="M480 288c0 123.7-100.3 224-224 224S32 411.7 32 288 132.3 64 256 64V0l160 96-160 96v-64c-88.2 0-160 71.8-160 160s71.8 160 160 160 160-71.8 160-160c0-29.1-7.8-56.4-21.5-80l55.5-32c19.1 32.9 30 71.2 30 112z" />',viewBox:"0 0 512 512"},ht={name:"arrows-no-repeat",content:'<path d="m321 434.2 47.5 47.5C335.5 501 297 512 256 512 132.3 512 32 411.7 32 288c0-41 11-79.5 30.3-112.6l47.5 47.5c-8.9 19.9-13.8 41.9-13.8 65 0 88.2 71.8 160 160 160 23.1.1 45.2-4.8 65-13.7zm118.3-17.5c12.9-18.3 23.1-38.7 30.1-60.4 6.9-21.5 10.6-44.5 10.6-68.3 0-40.8-10.9-79.1-30-112l-55.5 32c13.6 23.5 21.5 50.9 21.5 80 0 4.8-.2 9.5-.6 14.2-2.2 24.8-10.1 47.9-22.3 68.2L173.6 150.9c20.3-12.2 43.4-20.1 68.2-22.3 4.7-.4 9.4-.6 14.2-.6v64l160-96L256 0v64c-23.8 0-46.7 3.7-68.3 10.6-21.8 7-42.1 17.2-60.4 30.1L22.6 0 0 22.6 489.4 512l22.6-22.6-72.7-72.7z" />',viewBox:"0 0 512 512"},vt={name:"arrow-rotate-ccw-small",content:'<path d="m101.4 238.6 46.4 12.4c-2.5 9.3-3.8 19-3.8 29 0 61.8 50.2 112 112 112s112-50.2 112-112-50.2-112-112-112v56l-128-80 128-80v56c88.4 0 160 71.6 160 160s-71.6 160-160 160S96 368.4 96 280c0-14.3 1.9-28.2 5.4-41.4z" />',viewBox:"0 0 512 512"},ut={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"},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"},mt={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"},ft={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"},zt={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"},gt={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"},yt={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"},bt={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"},xt={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"},Ht={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"},wt={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"},Vt={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"},Mt={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"},It={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"},Ct={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"},kt={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"},Bt={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"},Ot={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"},Et={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"},St={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"},Lt={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"},Dt={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"},Pt={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"},_t={name:"plus",content:'<path d="M288 224V96h-64v128H96v64h128v128h64V288h128v-64H288z" />',viewBox:"0 0 512 512"},Nt={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"},Tt={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"},Rt={name:"minus",content:'<path d="M96 224v64h320v-64H96z" />',viewBox:"0 0 512 512"},Ft={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"},jt={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"},At={name:"sort-asc",content:'<path d="M96 352h320v64H96v-64zm0-128h224v64H96v-64zm0-128h128v64H96V96z" />',viewBox:"0 0 512 512"},Kt={name:"sort-desc",content:'<path d="M96 96h320v64H96V96zm0 128h224v64H96v-64zm0 128h128v64H96v-64z" />',viewBox:"0 0 512 512"},qt={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"},Wt={name:"sort-asc-small",content:'<path d="M256 192v224h-32V192h-96L240 64l112 128h-96z" />',viewBox:"0 0 512 512"},Ut={name:"sort-desc-small",content:'<path d="M352 288 240 416 128 288h96V64h32v224h96z" />',viewBox:"0 0 512 512"},Gt={name:"filter",content:'<path d="M64 64v32l160 160v224l64-64V256L448 96V64H64z" />',viewBox:"0 0 512 512"},Zt={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"},Yt={name:"filter-small",content:'<path d="M128 128h256v32l-96 96v96l-64 64V256l-96-96v-32z" />',viewBox:"0 0 512 512"},Xt={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"},Jt={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"},$t={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"},Qt={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"},en={name:"login",content:'<path d="M384 480h96V32h-96v448zM32 224v64h128v96l160-128-160-128v96H32z" />',viewBox:"0 0 512 512"},tn={name:"logout",content:'<path d="M128 32H32v448h96V32zm64 192v64h128v96l160-128-160-128v96H192z" />',viewBox:"0 0 512 512"},nn={name:"download",content:'<path d="M32 384v96h448v-96H32zM288 32h-64v128h-96l128 160 128-160h-96V32z" />',viewBox:"0 0 512 512"},on={name:"upload",content:'<path d="M32 384v96h448v-96H32zm192-64h64V192h96L256 32 128 192h96v128z" />',viewBox:"0 0 512 512"},an={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"},rn={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"},cn={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"},ln={name:"window",content:'<path d="M96 96v320h320V96H96zm288 288H128V192h256v192z" />',viewBox:"0 0 512 512"},sn={name:"window-restore",content:'<path d="M448 32v288h-32V128H160V32h288zM64 192h288v288H64V192zm32 256h224V288H96v160z" />',viewBox:"0 0 512 512"},hn={name:"window-minimize",content:'<path d="M416 288v64H96v-64h320z" />',viewBox:"0 0 512 512"},vn={name:"gear",content:'<path d="m462.7 317.9-41.5-31.4c1.8-9.9 2.8-20.1 2.8-30.5 0-10.4-1-20.6-2.8-30.5l41.5-31.4c6.4-4.9 8.2-13.8 4.2-20.8L433 114.6c-4-7-12.6-9.9-20.1-6.7l-48 20.2c-15.4-13.2-33.3-23.6-52.8-30.5L305.8 46c-1-8-7.8-14-15.9-14h-67.8c-8.1 0-14.9 6-15.9 14l-6.5 51.6c-19.5 6.9-37.4 17.3-52.8 30.5l-48-20.2c-7.4-3.1-16-.2-20.1 6.7l-33.9 58.7c-4 7-2.2 15.9 4.2 20.8l41.5 31.4C89 235.4 88 245.6 88 256c0 10.4 1 20.6 2.8 30.5l-41.5 31.4c-6.4 4.9-8.2 13.8-4.2 20.8L79 397.4c4 7 12.6 9.9 20.1 6.7l48-20.2c15.4 13.2 33.3 23.6 52.8 30.5l6.5 51.6c1 8 7.8 14 15.9 14h67.8c8.1 0 14.9-6 15.9-14l6.5-51.6c19.5-6.9 37.4-17.3 52.8-30.5l48 20.2c7.4 3.1 16 .2 20.1-6.7l33.9-58.7c3.7-7 1.9-15.9-4.6-20.8zM256 340c-46.4 0-84-37.6-84-84s37.6-84 84-84 84 37.6 84 84-37.6 84-84 84z" />',viewBox:"0 0 512 512"},un={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"},dn={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"},mn={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"},fn={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"},zn={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"},gn={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"},yn={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"},bn={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"},xn={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"},Hn={name:"plus-sm",content:'<path d="M352 224v64h-64v64h-64v-64h-64v-64h64v-64h64v64h64z" />',viewBox:"0 0 512 512"},wn={name:"minus-sm",content:'<path d="M352 224v64H160v-64h192z" />',viewBox:"0 0 512 512"},Vn={name:"kpi-status-deny",content:'<path d="M480 256 256 480 32 256 256 32l224 224z" />',viewBox:"0 0 512 512"},Mn={name:"kpi-status-hold",content:'<path d="M256 64 32 448h448L256 64z" />',viewBox:"0 0 512 512"},In={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"},Cn={name:"equal",content:'<path d="M96 288h320v64H96v-64zm0-128v64h320v-64H96z" />',viewBox:"0 0 512 512"},kn={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"},Bn={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"},On={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"},En={name:"divide",content:'<path d="M416 64 192 448h-64L352 64h64z" />',viewBox:"0 0 512 512"},Sn={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"},Ln={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"},Dn={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"},Pn={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"},_n={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"},Nn={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"},Tn={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"},Rn={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"},Fn={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"},jn={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"},An={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"},Kn={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"},qn={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"},Wn={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"},Un={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"},Gn={name:"play",content:'<path d="M0 512V0l512 256L0 512z" />',viewBox:"0 0 512 512"},Zn={name:"pause",content:'<path d="M320 0h160v512H320V0zM32 512h160V0H32v512z" />',viewBox:"0 0 512 512"},Yn={name:"stop",content:'<path d="M512 512H0V0h512v512z" />',viewBox:"0 0 512 512"},Xn={name:"rewind",content:'<path d="M256 256 512 96v320L256 256zm0 160V96L0 256l256 160z" />',viewBox:"0 0 512 512"},Jn={name:"forward",content:'<path d="M0 416V96l256 160L0 416zm512-160L256 96v320l256-160z" />',viewBox:"0 0 512 512"},$n={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"},Qn={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"},eo={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"},to={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"},no={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"},oo={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"},ao={name:"play-sm",content:'<path d="M96 416V96l320 160L96 416z" />',viewBox:"0 0 512 512"},ro={name:"pause-sm",content:'<path d="M288 96h96v320h-96V96zM96 416h96V96H96v320z" />',viewBox:"0 0 512 512"},co={name:"stop-sm",content:'<path d="M416 416H96V96h320v320z" />',viewBox:"0 0 512 512"},lo={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"},so={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"},ho={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"},vo={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"},uo={name:"checkbox",content:'<path d="M64 64v384h384V64H64zm352 352H96V96h320v320z" />',viewBox:"0 0 512 512"},po={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"},mo={name:"checkbox-indeterminate",content:'<path d="M128 128h256v256H128V128zM64 64v384h384V64H64zm352 352H96V96h320v320z" />',viewBox:"0 0 512 512"},fo={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"},zo={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"},go={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"},yo={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"},bo={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"},xo={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"},Ho={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"},wo={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"},Vo={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"},Mo={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 32H448c17.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"},Io={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"},Co={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"},ko={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"},Bo={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"},Oo={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"},Eo={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"},So={name:"flip-horizontal",content:'<path d="M448 448H288V64l160 384zm-384 0L224 64v384H64zm128-224-80 192h80V224z" />',viewBox:"0 0 512 512"},Lo={name:"flip-vertical",content:'<path d="M64 288h384L64 448V288zm0-224v160h384L64 64zm32 128v-80l192 80H96z" />',viewBox:"0 0 512 512"},Do={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"},Po={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"},_o={name:"rotate-left",content:'<path d="M32 448 192 64v384H32zm192-160 256 160H224V288zm32 128h112.4L256 345.7V416zm64-256V96l-96 80 96 80v-64h96v96h32V160H320z" />',viewBox:"0 0 512 512"},No={name:"brush",content:'<path d="M32 480s46.4-5.6 96-16c22.3-4.7 46.9-14 70.7-37.7 56.9-56.9.2-112.9.2-112.9s-56.7-56.9-113.3-.2c-23.4 23.4-20.1 57.1-19.7 89.8.8 59.7-33.9 77-33.9 77zM470.7 64 448 41.3c-12.4-12.4-32.8-12.4-45.3 0L204.3 239.8c11.5 5.8 20.8 12.2 27.7 17.6 5.3 4.2 9.2 7.7 11.3 9.8l.8.8.8.8c2.1 2.1 5.6 5.9 9.7 11.1 5.4 6.8 11.8 16.2 17.6 27.6l23.5-23.5 174.9-174.9c12.5-12.3 12.5-32.7.1-45.1zM448 86.6 277.4 257.3c-4.8-5.8-8.6-9.9-10.6-11.9-2.3-2.3-6.3-6.1-12-10.7L425.4 64h.1L448 86.6z" />',viewBox:"0 0 512 512"},To={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"},Ro={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"},Fo={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"},jo={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"},Ao={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"},Ko={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"},qo={name:"transparency",content:'<path d="M64 64v352h352V64H64zm32 32h96v96h96V96h96v96h-96v96h96v96h-96v-96h-96v96H96v-96h96v-96H96V96z" />',viewBox:"0 0 512 512"},Wo={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"},Uo={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"},Go={name:"sharpen",content:'<path d="M256 32 128 480h256L256 32zm0 116.5L341.6 448H170.4L256 148.5z" />',viewBox:"0 0 512 512"},Zo={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"},Yo={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"},Xo={name:"bring-to-front",content:'<path d="M96 128V96h96V64H64v128h32v-64zm224 256h64V128H128v256h192zm96-64v96h-96v32h128V320h-32z" />',viewBox:"0 0 512 512"},Jo={name:"bring-to-back",content:'<path d="M128 192h64V64H64v128h64zM96 96h64v64H96V96zm192 192h96V128H224v96h-96v160h160v-96zm128 32h-96v128h128V320h-32zm0 96h-64v-64h64v64z" />',viewBox:"0 0 512 512"},$o={name:"bring-forward",content:'<path d="M448 192v256H192V320H64V64h256v128h128zm-32 32h-96v96h-96v96h192V224z" />',viewBox:"0 0 512 512"},Qo={name:"bring-backward",content:'<path d="M192 192v256h256V192H192zm224 224H224V224h192v192zM320 64H64v256h96V160h160V64z" />',viewBox:"0 0 512 512"},ei={name:"align-self-start",content:'<path d="M31 32h32v448H31V32zm288 64H95v128h224V96zm128 192v128H95V288h352zm-32 32H127v64h288v-64z" />',viewBox:"0 0 512 512"},ti={name:"align-self-center",content:'<path d="M255 288v-64h96V96h-96V32h-32v64h-96v128h96v64H63v128h160v64h32v-64h160V288H255zm128 96H95v-64h288v64z" />',viewBox:"0 0 512 512"},ni={name:"align-self-end",content:'<path d="M64 416h352V288H64v128zm32-96h288v64H96v-64zm96-224h224v128H192V96zm288-64v448h-32V32h32z" />',viewBox:"0 0 512 512"},oi={name:"align-self-start-alt",content:'<path d="M95 96h128v224H95V96zm192 0h128v352H287V96zm32 320h64V128h-64v288zM31 32v32h448V32H31z" />',viewBox:"0 0 512 512"},ii={name:"align-self-center-alt",content:'<path d="M415 224V64H287v160h-64v-96H95v96H31v32h64v96h128v-96h64v160h128V256h64v-32h-64zm-32 0v160h-64V96h64v128z" />',viewBox:"0 0 512 512"},ai={name:"align-self-end-alt",content:'<path d="M479 449v32H31v-32h448zM223 193H95v224h128V193zm192 224H287V65h128v352zM383 97h-64v288h64V97z" />',viewBox:"0 0 512 512"},ri={name:"thumbnails-up",content:'<path d="M352 32h96v96h-96V32zm-160 0h96v96h-96V32zM32 32h96v96H32V32zm0 160h416v256H32V192z" />',viewBox:"0 0 512 512"},ci={name:"thumbnails-right",content:'<path d="M352 352h96v96h-96v-96zm0-160h96v96h-96v-96zm0-160h96v96h-96V32zM32 32h256v416H32V32z" />',viewBox:"0 0 512 512"},li={name:"thumbnails-down",content:'<path d="M352 352h96v96h-96v-96zm-160 0h96v96h-96v-96zm-160 0h96v96H32v-96zm0-320h416v256H32V32z" />',viewBox:"0 0 512 512"},si={name:"thumbnails-left",content:'<path d="M32 32v96h96V32H32zm160 0v416h256V32H192zM32 192v96h96v-96H32zm0 160v96h96v-96H32z" />',viewBox:"0 0 512 512"},hi={name:"fullscreen",content:'<path d="M0 32h160v64H64v96H0V32zm64 288H0v160h160v-64H64v-96zM352 32v64h96v96h64V32H352zm96 384h-96v64h160V320h-64v96z" />',viewBox:"0 0 512 512"},vi={name:"fullscreen-exit",content:'<path d="M160 32H96v96H0v64h160V32zM96 480h64V320H0v64h96v96zm416-288v-64h-96V32h-64v160h160zm-96 192h96v-64H352v160h64v-96z" />',viewBox:"0 0 512 512"},ui={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"},pi={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"},di={name:"align-to-grid",content:'<path d="M320 320H128V128h192v192zM96 0H64v512h32V0zm352 0h-32v512h32V0zm64 64H0v32h512V64zm0 352H0v32h512v-32z" />',viewBox:"0 0 512 512"},mi={name:"size-to-grid",content:'<path d="M384 384H128V128h256v256zM96 0H64v512h32V0zm352 0h-32v512h32V0zm64 64H0v32h512V64zm0 352H0v32h512v-32z" />',viewBox:"0 0 512 512"},fi={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"},zi={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"},gi={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"},yi={name:"make-horizontal-spacing-equal",content:'<path d="M480 160v160h-96v-64h-96v160h-96V256H96v96H32V128h64v96h96V64h96v160h96v-64h96z" />',viewBox:"0 0 512 512"},bi={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"},xi={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"},Hi={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"},wi={name:"make-vertical-spacing-equal",content:'<path d="M256 320v96h96v64H128v-64h96v-96H64v-96h160v-96h-64V32h160v96h-64v96h160v96H256z" />',viewBox:"0 0 512 512"},Vi={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"},Mi={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"},Ii={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"},Ci={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"},ki={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"},Bi={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"},Oi={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"},Ei={name:"dimensions",content:'<path d="M320 0H0v512h128V128h384V0H320zM32 32h64v64H32V32zm64 352H64v32h32v64H32V320h64v64zm0-192H64v32h32v64H32V128h64v64zm128-96V64h-32v32h-64V32h160v64h-64zm256 0h-64V64h-32v32h-64V32h160v64z" />',viewBox:"0 0 512 512"},Si={name:"align-self-stretch",content:'<path d="M95 96h320v128H95V96zM31 480h32V32H31v448zm64-192h320v128H95V288zm32 96h256v-64H127v64zM447 32v448h32V32h-32z" />',viewBox:"0 0 512 512"},Li={name:"align-self-stretch-alt",content:'<path d="M223 96v320H95V96h128zM31 480h448v-32H31v32zM415 96v320H287V96h128zm-32 32h-64v256h64V128zM31 32v32h448V32H31z" />',viewBox:"0 0 512 512"},Di={name:"align-items-start",content:'<path d="M319 224H95V96h224v128zM31 480h32V32H31v448zm64-192v128h352V288H95z" />',viewBox:"0 0 512 512"},Pi={name:"align-items-center",content:'<path d="M415 416H255v64h-32v-64H63V288h160v-64h-96V96h96V32h32v64h96v128h-96v64h160v128z" />',viewBox:"0 0 512 512"},_i={name:"align-items-end",content:'<path d="M192 96h224v128H192V96zm256-64v448h32V32h-32zM64 416h352V288H64v128z" />',viewBox:"0 0 512 512"},Ni={name:"align-items-stretch",content:'<path d="M415 224H95V96h320v128zM31 480h32V32H31v448zM447 32v448h32V32h-32zM96 416h320V288H96v128z" />',viewBox:"0 0 512 512"},Ti={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"},Ri={name:"align-items-start-alt",content:'<path d="M96 96h128v224H96V96zM32 32v32h448V32H32zm256 416h128V96H288v352z" />',viewBox:"0 0 512 512"},Fi={name:"align-items-center-alt",content:'<path d="M479 256h-64v160H287V256h-64v96H95v-96H31v-32h64v-96h128v96h64V64h128v160h64v32z" />',viewBox:"0 0 512 512"},ji={name:"align-items-end-alt",content:'<path d="M223 417H95V193h128v224zM31 449v32h448v-32H31zM415 65H287v352h128V65z" />',viewBox:"0 0 512 512"},Ai={name:"align-items-stretch-alt",content:'<path d="M223 96v320H95V96h128zM31 480h448v-32H31v32zm0-448v32h448V32H31zm256 63v320h128V95H287z" />',viewBox:"0 0 512 512"},Ki={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"},qi={name:"justify-content-start",content:'<path d="M95 96h128v320H95V96zM31 480h32V32H31v448zM255 95v320h128V95H255z" />',viewBox:"0 0 512 512"},Wi={name:"justify-content-center",content:'<path d="M63 96h128v320H63V96zm160 384h32V32h-32v448zm64-385v320h128V95H287z" />',viewBox:"0 0 512 512"},Ui={name:"justify-content-end",content:'<path d="M128 96h128v320H128V96zm320-64v448h32V32h-32zM288 415h128V95H288v320z" />',viewBox:"0 0 512 512"},Gi={name:"justify-content-between",content:'<path d="M63 96h128v320H63V96zm416-64v448h32V32h-32zM319 415h128V95H319v320zM-1 480h32V32H-1v448z" />',viewBox:"0 0 512 512"},Zi={name:"justify-content-around",content:'<path d="M95 96h128v320H95V96zm384-64v448h32V32h-32zM287 415h128V95H287v320zM-1 480h32V32H-1v448z" />',viewBox:"0 0 512 512"},Yi={name:"justify-content-start-alt",content:'<path d="M415 224H95V96h320v128zM31 32v32h448V32H31zm65 352h320V256H96v128z" />',viewBox:"0 0 512 512"},Xi={name:"justify-content-center-alt",content:'<path d="M415 192H95V64h320v128zM31 224v32h448v-32H31zm65 192h320V288H96v128z" />',viewBox:"0 0 512 512"},Ji={name:"justify-content-end-alt",content:'<path d="M415 257H95V129h320v128zM31 449v32h448v-32H31zm65-32h320V289H96v128z" />',viewBox:"0 0 512 512"},$i={name:"justify-content-between-alt",content:'<path d="M95 64h320v128H95V64zM31 512h448v-32H31v32zm65-64h320V320H96v128zM31 0v32h448V0H31z" />',viewBox:"0 0 512 512"},Qi={name:"justify-content-around-alt",content:'<path d="M95 96h320v128H95V96zM31 512h448v-32H31v32zm65-96h320V288H96v128zM31 0v32h448V0H31z" />',viewBox:"0 0 512 512"},ea={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"},ta={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"},na={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"},oa={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"},ia={name:"font-family",content:'<path d="M224 416V160h-95l-.8-64H384v64h-96v256h-64z" />',viewBox:"0 0 512 512"},aa={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"},ra={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"},ca={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"},la={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"},sa={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"},ha={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"},va={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"},ua={name:"all",content:'<path d="M120.1 343H52l-12 34.4c-2.9 8.5-4.4 14.8-4.4 19 0 3.3 1.3 6.2 3.8 8.8s8.1 4.2 16.5 4.9v5.9H0v-6c7.4-1.6 12.2-3.7 14.4-6.3 4.4-5.2 9.4-15.7 14.8-31.5L91.4 192H96l61.6 182.2c5 14.6 9.5 24.1 13.5 28.5 4 4.4 9.7 6.8 16.9 7.3v6h-70v-5.9c7-.4 11.7-1.9 14.2-4.3 2.5-2.5 3.7-5.5 3.7-9 0-4.7-1.7-12.2-5.2-22.3L120.1 343zm-3.5-12-30-88.5L55.8 331h60.8zm227.7 23.1 4.3 1.2-15.1 60.7H197v-6h6.5c7.4 0 12.6-3.1 15.8-9.3 1.8-3.5 2.7-11.7 2.7-24.5V222.7c0-14-1.2-13.9-3.6-17.5-3.3-4.9-8.3-7.3-14.9-7.3H196v-6h80v6.1s-15.4 1-19.2 3.3c-3.8 2.3-6.4 5.2-7.8 8.8-1.4 3.5-2.1 3.1-2 16.5v149.6c-.1 9.1.6 15.4 2 18.8 1 2.3 2.7 4 4.8 5.1 2.2 1.1 9 1.7 20.4 1.9h12.9c13.6-.2 23.1-1.5 28.6-4s10.5-7 15-13.5 9.1-16.6 13.6-30.4zm163.4 0 4.3 1.2-15.1 60.7H360v-6h6.5c7.4 0 12.6-3.1 15.8-9.3 1.8-3.5 2.7-11.7 2.7-24.5V222.7c0-14-1.2-13.9-3.6-17.5-3.3-4.9-8.3-7.3-14.9-7.3H360v-6h80v6.1s-16.1 1-19.9 3.3-6.4 5.2-7.8 8.8c-1.4 3.5-2.1 3.1-2.4 16.5v149.6c.3 9.1 1 15.4 2.4 18.8 1 2.3 2.7 4 4.8 5.1s9 1.7 20.4 1.9h12.9c13.6-.2 23.1-1.5 28.6-4s10.5-7 15-13.5 9.2-16.6 13.7-30.4zM512 96H0v32h512V96z" />',viewBox:"0 0 512 512"},pa={name:"h1",content:'<path d="M128 288h96v-57c0-11.2-.7-18.6-2.1-22.2-1.1-2.7-3.3-5-6.8-7-4.6-2.6-10.1-3.9-15.3-3.9H192v-6h96v6h-7.7c-5.1 0-10 1.2-14.5 3.7-3.4 1.7-5.7 4.3-7 7.8-1.2 3.5-1.8 10.7-1.8 28.3V384c0 4.3.7 11.6 2.1 15.2 1.1 2.7 3.2 5 6.6 7 4.7 2.6 9.6 3.9 14.7 3.9h7.7v6h-96v-6h7.7c9 0 16.2-2.6 20.3-7.9 2.7-3.5 4.1-11.8 4.1-24.9V304h-96v73.1c0 11.1.7 18.4 2.1 22 1.1 2.7 3.4 5 6.8 7 4.7 2.6 9.6 3.9 14.8 3.9h8.3v6H64v-6h7.8c9.1 0 16.2-2.6 20.3-7.9 2.6-3.5 3.9-11.8 3.9-18.1V237.9c0-18.1-.7-25.5-2.1-29-1.1-2.7-3.3-5-6.6-7-4.8-2.6-10.3-3.9-15.5-3.9H64v-6h96v6h-8c-5.3 0-10.2 1.2-14.9 3.7-3.4 1.7-5.7 4.3-7.1 7.8-1.3 3.5-2 10.7-2 21.4V288zm192-69.9 63-26.1h1v185.3c0 12.3.5 20 1.5 23s3.2 5.3 6.4 7 14.1 2.5 24.1 2.8v6h-96v-6c10.4-.2 20.9-1.1 23.9-2.7s5.1-3.7 6.3-6.3c1.2-2.6 1.8-10.5 1.8-23.7V258.8c0-16-.5-26.2-1.6-30.8-.8-3.5-2.1-6-4.1-7.6-2-1.6-4.4-2.4-7.2-2.4-4 0-9.5 1.7-16.7 5l-2.4-4.9zM512 96H0v32h512V96z" />',viewBox:"0 0 512 512"},da={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"},ma={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"},fa={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"},za={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"},ga={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"},ya={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"},ba={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"},xa={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"},Ha={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"},wa={name:"insert-top",content:'<path d="M192 320h192v32H192v-32zm0-128h288v-32H192v32zm192 64H192v32h192v-32zM32 64v224l96-112L32 64z" />',viewBox:"0 0 512 512"},Va={name:"insert-middle",content:'<path d="M192 128h192v32H192v-32zm0 128h288v-32H192v32zm192 64H192v32h192v-32zM32 128v224l96-112-96-112z" />',viewBox:"0 0 512 512"},Ma={name:"insert-bottom",content:'<path d="M192 224h192v32H192v-32zm0 128h288v-32H192v32zm192-192H192v32h192v-32zM32 224v224l96-112-96-112z" />',viewBox:"0 0 512 512"},Ia={name:"align-top",content:'<path d="M480 64H32V32h448v32zm-64 32H96v32h320V96zm64 64H32v32h448v-32z" />',viewBox:"0 0 512 512"},Ca={name:"align-middle",content:'<path d="M480 192H32v-32h448v32zm-64 32H96v32h320v-32zm64 64H32v32h448v-32z" />',viewBox:"0 0 512 512"},ka={name:"align-bottom",content:'<path d="M480 352H32v-32h448v32zm-64 32H96v32h320v-32zm64 64H32v32h448v-32z" />',viewBox:"0 0 512 512"},Ba={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"},Oa={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"},Ea={name:"align-right",content:'<path d="M64 192h384v32H64v-32zm384-96V64H64v32h384zm-288 64h288v-32H160v32zM64 320v32h384v-32H64zm96-32h288v-32H160v32zm0 96v32h288v-32H160z" />',viewBox:"0 0 512 512"},Sa={name:"align-justify",content:'<path d="M448 160H64v-32h384v32zm0-96H64v32h384V64zM64 352h384v-32H64v32zm0-64h384v-32H64v32zm0-64h384v-32H64v32zm0 192h384v-32H64v32z" />',viewBox:"0 0 512 512"},La={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"},Da={name:"text-wrap",content:'<path d="M480 96v32H96V96h384zM352 256v224H32V256h320zm-32 32H64v160h256V288zm-32 32H96v32h192v-32zm0 96v-32H96v32h192zM64 64h288V32H32v160h320v-32H64V64z" />',viewBox:"0 0 512 512"},Pa={name:"horizontal-rule",content:'<path d="M320 96H32V64h288v32zm96 32H32v32h384v-32zm64 96H32v64h448v-64zM320 352H32v32h288v-32zm96 64H32v32h384v-32z" />',viewBox:"0 0 512 512"},_a={name:"table-align-top-left",content:'<path d="M32 480V0h448v480H32zM64 32v416h384V32H64zm32 64h192V64H96v32zm0 64h320v-32H96v32zm0 64h192v-32H96v32z" />',viewBox:"0 0 512 512"},Na={name:"table-align-top-center",content:'<path d="M32 480V0h448v480H32zM64 32v416h384V32H64zm288 32H160v32h192V64zm64 64H96v32h320v-32zm-64 64H160v32h192v-32z" />',viewBox:"0 0 512 512"},Ta={name:"table-align-top-right",content:'<path d="M32 480V0h448v480H32zM64 32v416h384V32H64zm352 32H224v32h192V64zm0 64H96v32h320v-32zm0 64H224v32h192v-32z" />',viewBox:"0 0 512 512"},Ra={name:"table-align-middle-left",content:'<path d="M32 480V0h448v480H32zM64 32v416h384V32H64zm32 160h192v-32H96v32zm0 64h320v-32H96v32zm0 64h192v-32H96v32z" />',viewBox:"0 0 512 512"},Fa={name:"table-align-middle-center",content:'<path d="M32 480V0h448v480H32zM64 32v416h384V32H64zm288 128H160v32h192v-32zm64 64H96v32h320v-32zm-64 64H160v32h192v-32z" />',viewBox:"0 0 512 512"},ja={name:"table-align-middle-right",content:'<path d="M32 480V0h448v480H32zM64 32v416h384V32H64zm352 128H224v32h192v-32zm0 64H96v32h320v-32zm0 64H224v32h192v-32z" />',viewBox:"0 0 512 512"},Aa={name:"table-align-bottom-left",content:'<path d="M32 480V0h448v480H32zM64 32v416h384V32H64zm32 256h192v-32H96v32zm0 64h320v-32H96v32zm0 64h192v-32H96v32z" />',viewBox:"0 0 512 512"},Ka={name:"table-align-bottom-center",content:'<path d="M32 480V0h448v480H32zM64 32v416h384V32H64zm288 224H160v32h192v-32zm64 64H96v32h320v-32zm-64 64H160v32h192v-32z" />',viewBox:"0 0 512 512"},qa={name:"table-align-bottom-right",content:'<path d="M32 480V0h448v480H32zM64 32v416h384V32H64zm352 224H224v32h192v-32zm0 64H96v32h320v-32zm0 64H224v32h192v-32z" />',viewBox:"0 0 512 512"},Wa={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"},Ua={name:"borders-all",content:'<path d="M32 32v416h416V32H32zm32 32h160v160H64V64zm0 352V256h160v160H64zm352 0H256V256h160v160zm0-192H256V64h160v160z" />',viewBox:"0 0 512 512"},Ga={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"},Za={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"},Ya={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"},Xa={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"},Ja={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"},$a={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"},Qa={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"},er={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"},tr={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"},nr={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"},or={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"},ir={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"},ar={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"},rr={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"},cr={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"},lr={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"},sr={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"},hr={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"},vr={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"},ur={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"},pr={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"},dr={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"},mr={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"},fr={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"},zr={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"},gr={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"},yr={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"},br={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"},xr={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"},Hr={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"},wr={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"},Vr={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"},Mr={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"},Ir={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"},Cr={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"},kr={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"},Br={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"},Or={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"},Er={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"},Sr={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"},Lr={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"},Dr={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"},Pr={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"},_r={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"},Nr={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"},Tr={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"},Rr={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"},Fr={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"},jr={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"},Ar={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"},Kr={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"},qr={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"},Wr={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"},Ur={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"},Gr={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"},Zr={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"},Yr={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"},Xr={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"},Jr={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"},$r={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"},Qr={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"},ec={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"},tc={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"},nc={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"},oc={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"},ic={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"},ac={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"},rc={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"},cc={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"},lc={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"},sc={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"},hc={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"},vc={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"},uc={name:"table-properties",content:'<path d="m502.666 77.216-22.627 22.627-67.882-67.882 22.627-22.627c12.445-12.445 32.81-12.445 45.255 0l22.627 22.627c12.445 12.445 12.445 32.81 0 45.255zM392.483 51.635l67.882 67.882L290.66 288H224v-66.66L392.483 51.635zm22.627 67.882L392.483 96.89 256.719 232.654l22.627 22.627L415.11 119.517zM384 256l32-32v288H0V96h288l-32 32h-96v224h224v-96zM128 384H32v96h96v-96zm0-128H32v96h96v-96zm0-128H32v96h96v-96zm128 256h-96v96h96v-96zm128 0h-96v96h96v-96z" />',viewBox:"0 0 512 512"},pc={name:"table-cell",content:'<path d="M32 32v416h416V32H32zm128 384H64v-96h96v96zm0-128H64v-96h96v96zm0-128H64V64h96v96zm128 256h-96v-96h96v96zm0-256h-96V64h96v96zm128 256h-96v-96h96v96zm0-128h-96v-96h96v96zm0-128h-96V64h96v96z" />',viewBox:"0 0 512 512"},dc={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"},mc={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"},fc={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"},zc={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"},gc={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"},yc={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"},bc={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"},xc={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"},Hc={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"},wc={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"},Vc={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"},Mc={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"},Ic={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"},Cc={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"},kc={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"},Bc={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"},Oc={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"},Ec={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"},Sc={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.255zM63.961 131.844l90.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"},Lc={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"},Dc={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"},Pc={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"},_c={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"},Nc={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"},Tc={name:"sum",content:'<path d="M416 64v128l-64-64H160l128 128-128 128h192l64-64v128H96v-64l128-128L96 128V64h320z" />',viewBox:"0 0 512 512"},Rc={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"},Fc={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"},jc={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"},Ac={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"},Kc={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"},qc={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"},Wc={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"},Uc={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"},Gc={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"},Zc={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"},Yc={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"},Xc={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"},Jc={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"},$c={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"},Qc={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"},el={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"},tl={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"},nl={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"},ol={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"},il={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"},al={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"},rl={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"},cl={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"},ll={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"},sl={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"},hl={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"},vl={name:"delicious",content:'<path d="M256 32h224v224H256V32zM32 256h224v224H32V256z" />',viewBox:"0 0 512 512"},ul={name:"delicious-box",content:'<path d="M480 448V64c0-17.7-14.3-32-32-32H64c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32zm-224-32V256H96V96h160v160h160v160H256z" />',viewBox:"0 0 512 512"},pl={name:"digg",content:'<path d="M96 96v64H32v160h96V96H96zm64 0v32h32V96h-32zm0 64v160h32V160h-32zm64 0v160h64v32h-64v32h96V160h-96zm128 0v160h64v32h-64v32h96V160h-96zM64 192h32v96H64v-96zm192 0h32v96h-32v-96zm128 0h32v96h-32v-96z" />',viewBox:"0 0 512 512"},dl={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"},ml={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"},fl={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"},zl={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"},gl={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"},yl={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"},bl={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"},xl={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"},Hl={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"},wl={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"},Vl={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"},Ml={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"},Il={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"},Cl={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"},kl={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"},Bl={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"},Ol={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"},El={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"},Sl={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"},Ll={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"},Dl={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"},Pl={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"},_l={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"},Nl={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"},Tl={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"},Rl={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"},Fl={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"},jl={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"},Al={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"},Kl={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"},ql={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"},Wl={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"},Ul={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"},Gl={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"},Zl={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"},Yl={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"},Xl={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"},Jl={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"},$l={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"},Ql={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"},es={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"},ts={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"},ns={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"},os={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"},is={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"},as={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"},rs={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"},cs={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"},ls={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"},ss={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"},hs={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"},vs={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"},us={name:"file-psd",content:'<path d="M128 160v256h45v-91h21.4c24.2 0 43.5-7.8 57.9-23.4 14.4-15.6 21.6-36.1 21.6-61.3 0-53.4-25.2-80.2-75.5-80.2H128zm45 44h17.5c23.7 0 35.5 12.8 35.5 38.6 0 26.3-11.8 39.4-35.5 39.4H173v-78zm164.6 51.7c-8.1 0-15.9.9-23.4 2.8-7.5 1.9-14.2 4.7-20 8.6-5.8 3.9-10.4 9-14 15.2-3.5 6.2-5.2 13.6-5.2 22.1 0 6.2.8 11.7 2.3 16.3 1.5 4.5 3.7 8.6 6.7 12.1 2.9 3.5 6.5 6.5 10.8 9.2 4.3 2.7 9.3 5.1 15 7.4 3.5 1.5 7.2 2.8 11 4 3.8 1.2 7.3 2.5 10.5 4s5.8 3.2 7.8 5.2 3 4.5 3 7.5c0 4.7-2.2 8.2-6.7 10.4-4.5 2.3-10.6 3.4-18.5 3.4-6.4 0-13.3-1.2-20.5-3.4s-14.5-5.8-21.7-10.4v38.3c13.4 5.2 27.9 7.7 43.7 7.7 8.5 0 16.8-.9 24.7-2.8 7.9-1.8 15-4.8 21.1-8.8s10.9-9.2 14.7-15.7 5.5-14.2 5.5-23.3c0-6.5-.9-12-2.7-16.8-1.8-4.7-4.4-8.7-7.8-12.2-3.4-3.5-7.4-6.5-12.2-9.1-4.7-2.6-10-5-15.9-7.1-3.2-1.2-6.5-2.4-9.8-3.5s-6.3-2.4-9-3.9-4.9-3.1-6.5-5.2c-1.6-2.1-2.5-4.4-2.5-7.1 0-2.1.5-3.9 1.7-5.6 1.1-1.7 2.6-3 4.6-4 2-1 4.2-1.8 6.7-2.4s5.2-.8 8.1-.8c6.1 0 12.3.9 18.8 2.6 6.4 1.7 12.3 4.4 18 7.8v-36.4c-6.3-2-12.8-3.5-19.3-4.5s-13-1.6-19.3-1.6h.3zM352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288z" />',viewBox:"0 0 512 512"},ps={name:"file-flash",content:'<path d="M352 191.3V237c-21 .2-46.6-3.2-69.6 45H320v45h-47.9s-37.4 91.1-111.9 90.1c-.6-10 0-30.8 0-45 49.3-7.6 65.4-62.1 76.8-89.4 26.5-82.8 73.9-92 93.4-92.1 5.6 0 21.6.7 21.6.7zm96-63.3v320c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V64c0-17.7 14.3-32 32-32h256l96 96zm-32 32h-96V64H96v384h320V160z" />',viewBox:"0 0 512 512"},ds={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"},ms={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"},fs={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"},zs={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"},gs={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"},ys={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"},bs={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"},xs={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"},Hs={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"},ws={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"},Vs={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"},Ms={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"},Is={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"},Cs={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"},ks={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"},Bs={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"},Os={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"},Es={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"},Ss={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"},Ls={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"},Ds={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"},Ps={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"},_s={name:"group-header-section",content:'<path d="m128 448 32 32H32V32h128l-32 32H64v384h64zm320-320H128v96h320v-96zm0 160H128v32h320v-32zm0 64H128v32h320v-32z" />',viewBox:"0 0 512 512"},Ns={name:"group-footer-section",content:'<path d="m128 448 32 32H32V32h128l-32 32H64v384h64zm320-160H128v96h320v-96zm0-160H128v32h320v-32zm0 64H128v32h320v-32z" />',viewBox:"0 0 512 512"},Ts={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"},Rs={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"},Fs={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"},js={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"},As={name:"group-section",content:'<path d="m128 416 32 32H32V32h128l-32 32H64v352h64zm320-288H128v32h320v-32zm0 192H128v32h320v-32zm0-96H128v32h320v-32z" />',viewBox:"0 0 512 512"},Ks={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"},qs={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"},Ws={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"},Us={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"},Gs={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"},Zs={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"},Ys={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"},Xs={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"},Js={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"},$s={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"},Qs={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"},eh={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"},th={name:"inherited",content:'<path d="M448 320v128H320V320h30.4L256 244.5 161.6 320H192v128H64V320h46.4l120-96H176V64h160v160h-54.4l120 96H448z" />',viewBox:"0 0 512 512"},nh={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"},oh={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"},ih={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"},ah={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"},rh={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"},ch={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"},lh={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"},sh={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"},hh={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"},vh={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"},uh={name:"files-error",content:'<path d="M64 64h224l-32-32H64c-17.7 0-32 14.3-32 32v320c0 17.7 14.3 32 32 32h64v-32H64V64zm208 320c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zM384 96H192c-17.7 0-32 14.3-32 32v320c0 17.7 14.3 32 32 32h256c17.7 0 32-14.3 32-32V192l-96-96zm64 352H192V128h160v96h96v224zm-192-96h32V192h-32v160z" />',viewBox:"0 0 512 512"},ph={name:"data-rest",content:'<path d="M32 268v.33-.33zm0 .33.12 86.48v.32c.29 18.1 24.9 34.34 63.87 45.56l.01-86.77c-38.99-11.22-63.7-27.48-64-45.59zm192.01-113.1c105.67 0 191.4-27.41 191.93-61.29v-.33C415.94 59.59 330 32 224 32S32.06 59.59 32.07 93.61v.33c.53 33.88 86.27 61.29 191.94 61.29zM32 140.32s0 .01 0 0V140v.32zm384 86.81v-.32l-.12-86.81v.32c-.53 33.88-86.26 61.29-191.93 61.29-105.66 0-191.4-27.41-191.95-61.28l.12 86.48v.32c.53 33.88 86.26 61.29 191.93 61.29S415.46 261 416 227.13zM327 320h89l-.07-52v.32c-.34 21.73-35.73 40.8-88.93 51.68zm-130.74 96.93 19.85 31.05h-27.17l-16.33-27.03c-1.22-2.05-2.39-3.88-3.52-5.49-1.12-1.61-2.26-2.99-3.41-4.14-1.15-1.15-2.34-2.03-3.59-2.64-1.25-.61-2.6-.92-4.06-.92h-6.37v40.21H128V342.95h37.5c25.49 0 38.23 9.52 38.23 28.56 0 3.66-.56 7.04-1.68 10.14-1.12 3.1-2.71 5.9-4.76 8.39s-4.53 4.64-7.43 6.45c-2.91 1.81-6.14 3.22-9.7 4.25v.29c1.56.49 3.08 1.28 4.54 2.38 1.46 1.1 2.88 2.38 4.25 3.85 1.37 1.46 2.67 3.04 3.92 4.72 1.23 1.69 2.37 3.34 3.39 4.95zm-17.43-42.48c0-9.18-5.49-13.77-16.48-13.77h-10.69v29.22h10.25c5.08 0 9.16-1.46 12.23-4.39 3.13-2.98 4.69-6.67 4.69-11.06zm70.75 30.32h34.35v-19.19h-34.35v-23.36h36.91v-19.26h-60.57v105.03h62.99V428.8h-39.33v-24.03zm115.58-6.01c-2.39-2.49-5.26-4.72-8.61-6.7-3.34-1.98-7.12-3.85-11.32-5.6-3.08-1.27-5.84-2.5-8.28-3.7-2.44-1.2-4.52-2.42-6.23-3.66-1.71-1.24-3.03-2.56-3.96-3.96-.93-1.39-1.39-2.97-1.39-4.72 0-1.61.41-3.06 1.25-4.36.83-1.29 2-2.4 3.52-3.33 1.51-.93 3.37-1.65 5.57-2.16 2.2-.51 4.64-.77 7.32-.77 1.95 0 4.02.15 6.19.44s4.36.75 6.56 1.36 4.33 1.38 6.41 2.31c2.07.93 3.99 2 5.75 3.22v-21.9c-3.56-1.37-7.46-2.38-11.68-3.04-4.22-.66-9.07-.99-14.54-.99-5.57 0-10.84.6-15.82 1.79s-9.36 3.06-13.15 5.6c-3.78 2.54-6.77 5.77-8.97 9.7-2.2 3.93-3.3 8.63-3.3 14.1 0 6.98 2.01 12.94 6.04 17.87 4.03 4.93 10.14 9.11 18.35 12.52 3.22 1.32 6.23 2.61 9.01 3.88 2.78 1.27 5.19 2.59 7.21 3.96 2.03 1.37 3.63 2.86 4.8 4.47s1.76 3.44 1.76 5.49c0 1.51-.37 2.92-1.1 4.21-.73 1.29-1.84 2.42-3.33 3.37-1.49.95-3.34 1.7-5.57 2.23-2.22.54-4.82.81-7.8.81-5.08 0-10.11-.89-15.09-2.67s-9.59-4.46-13.84-8.02v23.44c3.81 1.95 8.31 3.42 13.51 4.39s10.68 1.46 16.44 1.46c5.61 0 10.95-.54 16-1.61 5.05-1.07 9.49-2.84 13.29-5.31s6.82-5.69 9.05-9.67c2.22-3.98 3.33-8.9 3.33-14.76 0-4.25-.63-7.97-1.9-11.17a26.091 26.091 0 0 0-5.48-8.52zm14.94-55.81v19.26h29.81v85.77h23.73v-85.77h29.96v-19.26h-83.5z" />',viewBox:"0 0 512 512"},dh={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"},mh={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"},fh={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"},zh={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"},gh={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"},yh={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"},bh={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"},xh={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"},Hh={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"},wh={name:"chart-column-clustered",content:'<path d="M320 96v352h-32V288H128v160H64V32H32v448h448V96H320zm-64 352h-96V320h96v128z" />',viewBox:"0 0 512 512"},Vh={name:"chart-column-stacked",content:'<path d="M320 192v256h-32V96H128v352H64V32H32v448h448V192H320zM160 448V256h96v192h-96zm192 0v-96h96v96h-96z" />',viewBox:"0 0 512 512"},Mh={name:"chart-column-stacked100",content:'<path d="M320 32v416h-32V32H128v416H64V32H32v448h448V32H320zM160 448V192h96v256h-96zm192 0V288h96v160h-96z" />',viewBox:"0 0 512 512"},Ih={name:"chart-column-range",content:'<path d="M480 448v32H32V32h32v416h416zM256 128h-96v224h96V128m32-32v288H128V96h160zm192-64H320v224h160V32z" />',viewBox:"0 0 512 512"},Ch={name:"chart-bar-clustered",content:'<path d="M64 448v-64h160V224H64v-32h352V32H32v448h448v-32H64zm128-192v96H64v-96h128z" />',viewBox:"0 0 512 512"},kh={name:"chart-bar-stacked",content:'<path d="M64 448v-64h352V224H64v-32h256V32H32v448h448v-32H64zm0-384h96v96H64V64zm192 192v96H64v-96h192z" />',viewBox:"0 0 512 512"},Bh={name:"chart-bar-stacked100",content:'<path d="M480 192V32H32v448h448v-32H64v-64h416V224H64v-32h416zm-160 64v96H64v-96h256zM64 64h160v96H64V64z" />',viewBox:"0 0 512 512"},Oh={name:"chart-bar-range",content:'<path d="M480 448v32H32V32h32v416h416zm-96-192H160v96h224v-96m32-32v160H128V224h288zm64-192H256v160h224V32z" />',viewBox:"0 0 512 512"},Eh={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"},Sh={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"},Lh={name:"chart-area-stacked100",content:'<path d="M32 32v448h448V32H32zm416 108.8L320 320 192 192 64 345.6V64h384v76.8z" />',viewBox:"0 0 512 512"},Dh={name:"chart-area-range",content:'<path d="M64 416v32h416v32H32V32h32v224l128-128 128 64L480 32v192L320 384l-127-64-129 96z" />',viewBox:"0 0 512 512"},Ph={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"},_h={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"},Nh={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"},Th={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"},Rh={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"},Fh={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"},jh={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"},Ah={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"},Kh={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"},qh={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"},Wh={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"},Uh={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"},Gh={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"},Zh={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"},Yh={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"},Xh={name:"chart-ohlc",content:'<path d="M480 448v32H32V32h32v416h416zM224 320V96h-32v32h-64v32h64v256h32v-64h64v-32h-64zM416 96V32h-32v160h-64v32h64v96h32V128h64V96h-64z" />',viewBox:"0 0 512 512"},Jh={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"},$h={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"},Qh={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"},ev={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"},tv={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"}},5935:(e,t,n)=>{n.r(t),n.d(t,{Error:()=>p,FloatingLabel:()=>z,Hint:()=>d,Label:()=>u});var o,i=n(3899),a=n(189),r=n(8047),c="labels.optional",l=((o={})[c]="(Optional)",o),s=n(499),h=n(4006),v={name:"@progress/kendo-react-labels",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:1673444559,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){(0,h.s)(v);var t=e.id,n=e.editorId,o=e.editorRef,a=e.editorDisabled,u=e.children,p=e.editorValid,d=e.style,m=e.className,f=e.optional,z=(0,s.useLocalization)(),g=f?z.toLanguageString(c,l[c]):"",y=g&&i.createElement("span",{className:"k-label-optional"},g),b=i.useCallback((function(e){if(o&&o.current&&!a){o.current.focus&&(e.preventDefault(),o.current.focus());var t=o.current.actionElement;t&&(e.preventDefault(),t.click())}}),[o]),x=(0,r.A)({"k-label":!0,"k-label-empty":!u,"k-text-error":!1===p,"k-text-disabled":!0===a},m);return i.createElement("label",{id:t,htmlFor:n,onClick:b,style:d,className:x},u,y)};u.propTypes={id:a.string,editorId:a.string,editorRef:a.oneOfType([a.func,a.shape({current:a.any})]),editorValid:a.bool,editorDisabled:a.bool,style:a.object,className:a.string,optional:a.bool},u.displayName="KendoReactLabel";var p=function(e){(0,h.s)(v);var t=(0,r.A)({"k-form-error":!0,"k-text-start":"start"===e.direction,"k-text-end":"end"===e.direction},e.className);return i.createElement("div",{id:e.id,role:"alert",style:e.style,className:t},e.children)};p.propTypes={id:a.string,direction:a.oneOf(["start","end"]),children:a.oneOfType([a.element,a.node]),style:a.object,className:a.string},p.defaultProps={direction:"start"},p.displayName="KendoReactError";var d=function(e){(0,h.s)(v);var t=(0,r.A)({"k-form-hint":!0,"k-text-start":"start"===e.direction,"k-text-end":"end"===e.direction,"k-text-disabled":!0===e.editorDisabled},e.className);return i.createElement("div",{id:e.id,style:e.style,className:t},e.children)};d.propTypes={id:a.string,direction:a.oneOf(["start","end"]),children:a.oneOfType([a.element,a.node]),style:a.object,className:a.string,editorDisabled:a.bool},d.defaultProps={direction:"start"},d.displayName="KendoReactHint";var m,f=(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)}),z=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,h.s)(v),n}return f(t,e),t.prototype.render=function(){var e=this.props,t=e.label,n=e.editorId,o=e.className,a=e.editorValue,h=e.editorPlaceholder,v=e.editorValid,u=e.editorDisabled,p=e.style,d=e.id,m=e.optional,f=(0,s.provideLocalizationService)(this),z=m?f.toLanguageString(c,l[c]):"",g=z&&i.createElement("span",{className:"k-label-optional"},z),y=(0,r.A)({"k-floating-label-container":!0,"k-focus":this.state.focused,"k-empty":!h&&!a&&0!==a,"k-text-disabled":u,"k-rtl":"rtl"===this.props.dir},o),b=(0,r.A)({"k-label":!0,"k-text-error":!1===v,"k-text-disabled":u});return i.createElement("span",{id:this.props.id,className:y,onFocus:this.handleFocus,onBlur:this.handleBlur,style:p,dir:this.props.dir},this.props.children,t?n?i.createElement("label",{id:d,htmlFor:n,className:b},t,g):i.createElement("span",{id:d,className:b},t,g):null)},t.propTypes={label:a.string,editorId:a.string,editorValue:a.oneOfType([a.string,a.bool,a.number]),editorPlaceholder:a.string,editorValid:a.bool,editorDisabled:a.bool,id:a.string,style:a.object,className:a.string,optional:a.bool},t}(i.Component);(0,s.registerForLocalization)(z)},9222:(e,t,n)=>{n.d(t,{G:()=>ce,v:()=>re});var o=n(3899),i=n(994),a=n(189),r=function(e){e.style.transitionDuration="",Array.from(e.classList).forEach((function(t){t.startsWith("k-slide-")&&e.classList.remove(t)}))},c="undefined"!=typeof window&&/Firefox/.test(window.navigator.userAgent),l=n(4006),s=n(7827),h=n(8259),v=n(8047);const u="bottom",p="center",d="middle",m="left",f="right",z="top",g="fit",y="flip",b="none";var x,H,w,V=function(e,t,n){var o=0;return e+t>n&&(o=n-(e+t)),e<0&&(o=-e),o},M=function(e){var t=e.offset,n=e.size,o=e.anchorSize,i=e.viewPortSize,a=e.anchorAlignPoint,r=e.elementAlignPoint,c=0,l=2*e.margin;if(r!==a&&r!==p&&r!==d&&a!==p&&a!==d){var s=a===z||a===m;t<0&&s?t+(c=n+o+l)+n>i&&(c=0):t>=0&&!s&&(t+n>i&&(c+=-(o+n+l)),t+c<0&&(c=0))}return c},I=(x=function(e){if(!C())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},w=!1,function(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];return w||(H=x.apply(void 0,e),w=!0),H}),C=function(){return Boolean("undefined"!=typeof window&&window.document&&window.document.createElement)};const k={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:I,canUseDOM:C};function B(e){return e.ownerDocument||e.document||e}const O=function(e){return B(e).defaultView},E=function(e){return B(e).documentElement};var S=0;function L(){if(!S&&"undefined"!=typeof document){var e=document.createElement("div");e.style.cssText="overflow:scroll;overflow-x:hidden;zoom:1;clear:both;display:block",e.innerHTML="&nbsp;",document.body.appendChild(e),S=e.offsetWidth-e.scrollWidth,document.body.removeChild(e)}return S}function D(e){var t=O(e),n=E(e),o={height:t.innerHeight,width:t.innerWidth};return n.scrollHeight-n.clientHeight>0&&(o.width-=L()),o}function P(e){var t=E(e),n=O(e);return{x:n.pageXOffset||t.scrollLeft||0,y:n.pageYOffset||t.scrollTop||0}}const _=function(e){var t=e.getBoundingClientRect(),n=t.left,o=t.top;return t.height||t.width||(t=function(e){var t=e.style,n=t.display,o=t.left,i=t.position;e.style.display="",e.style.left="-10000px",e.style.position="absolute";var a=e.getBoundingClientRect();return e.style.display=n,e.style.left=o,e.style.position=i,a}(e)),{top:o,left:n,height:t.height,width:t.width}};function N(e){return e===(e.ownerDocument||{}).body?P(e):{x:e.scrollLeft,y:e.scrollTop}}const T=function(e){for(var t=e.offsetParent;t&&"static"===t.style.position;)t=t.offsetParent;return t||E(e)};function R(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 j=["font-size","font-family","font-stretch","font-style","font-weight","line-height"],A=function(){return k.canUseDOM()?window:null},K=/auto|scroll/,q=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||!k.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 k.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,i=e.elementAlign,a=e.margin;void 0===a&&(a={});var r=n.horizontal,c=n.vertical,l=i.horizontal,s=i.vertical,h=a.horizontal||0,v=a.vertical||0,m=t.top,z=t.left;return c===u&&(m+=t.height),c!==p&&c!==d||(m+=Math.round(t.height/2)),s===u&&(m-=o.height,v*=-1),s!==p&&s!==d||(m-=Math.round(o.height/2),v*=-1),r===f&&(z+=t.width),r!==p&&r!==d||(z+=Math.round(t.width/2)),l===f&&(z-=o.width,h*=-1),l!==p&&l!==d||(z-=Math.round(o.width/2),h*=-1),{top:m+v,left:z+h}},boundingOffset:function(e){if(!e.getBoundingClientRect){var t=D(e);return{bottom:t.height,left:0,right:t.width,top:0}}var n=e.getBoundingClientRect();return{bottom:n.bottom,left:n.left,right:n.right,top:n.top}},getFontStyles:function(e){var t=A();if(!t||!e)return[];var n=t.getComputedStyle(e);return j.map((function(e){return{key:e,value:n[e]}}))},getWindow:A,hasOffsetParent:function(e){return!!e&&Boolean(e.offsetParent)},offset:function(e){return e?_(e):null},offsetAtPoint:function(e,t){if(!e)return null;var n=e.style,o=n.left,i=n.top,a=n.transition;e.style.transition="none",e.style.left=t.left+"px",e.style.top=t.top+"px";var r=_(e);return e.style.left=o,e.style.top=i,e.offsetHeight,e.style.transition=a,r},position:function(e,t,n){return e&&t?function(e,t,n){void 0===n&&(n=1);var o=t?T(t):null,i=function(e,t){var n=O(e),o=n.getComputedStyle(e),i=_(e),a=t||T(e),r=e.ownerDocument,c=a!==r.body&&a!==r.documentElement,l={top:0,left:0};if("fixed"!==o.position&&c){var s=n.getComputedStyle(a);(l=_(a)).top+=parseInt(s.borderTopWidth,10),l.left+=parseInt(s.borderLeftWidth,10)}return{top:i.top-l.top,left:i.left-l.left,height:i.height,width:i.width}}(e,o),a=i.top,r=i.left,c=i.height,l=i.width,s=function(e,t){return e?N(e):function(e){var t=T(e);return t?N(t):{x:0,y:0}}(t)}(o,e),h=s.x,v=s.y,u=e.ownerDocument,p=o===u.body||o===u.documentElement?1:n;return{top:a+v*p,left:r+h*p,height:c,width:l}}(e,t,n||1):null},removeScroll:function(e,t){return{top:e.top-t.y,left:e.left-t.x,height:e.height,width:e.width}},restrictToView:function(e){var t=e.anchorRect,n=e.anchorAlign,o=e.elementRect,i=e.elementAlign,a=e.collisions,r=e.viewPort,c=e.margin;void 0===c&&(c={});var l=o.top,s=o.left,h=o.height,v=o.width,u=r.height,p=r.width,d=c.horizontal||0,m=c.vertical||0,f=0,z=0,b=a.vertical===g,x=a.horizontal===g,H=a.vertical===y,w=a.horizontal===y;b&&(z+=V(l,h,u)),x&&(f+=V(s,v,p)),H&&(z+=M({margin:m,offset:l,size:h,anchorSize:t.height,viewPortSize:u,anchorAlignPoint:n.vertical,elementAlignPoint:i.vertical})),w&&(f+=M({margin:d,offset:s,size:v,anchorSize:t.width,viewPortSize:p,anchorAlignPoint:n.horizontal,elementAlignPoint:i.horizontal}));var I=H&&0!==z,C=w&&0!==f,k=b&&0!==z,B=x&&0!==f;return{flipped:C||I,fitted:k||B,flip:{horizontal:C,vertical:I},fit:{horizontal:B,vertical:k},offset:{left:f,top:z}}},scrollPosition:P,scrollableParents:function(e){var t=[];if(!k.canUseDOM())return t;for(var n=e.parentElement;n;)(K.test(q(n))||n.hasAttribute("data-scrollable"))&&t.push(n),n=n.parentElement;return t.push(window),t},getRelativeContextElement:W,stackingElementOffset:function(e){var t=W(e);return t?_(t):null},stackingElementScroll:function(e){var t=W(e);return t?{x:t.scrollLeft,y:t.scrollTop}:{x:0,y:0}},stackingElementViewPort:function(e){var t=W(e);return t?{height:t.scrollHeight,width:t.scrollWidth}:null},useRelativePosition:function(e){return Boolean(W(e))},windowViewPort:D,zoomLevel:U,isZoomed:function(){return U()>1},zIndex:function(e,t){if(!e||!k.canUseDOM())return null;var n=function(e,t){for(var n,o,i=R(e),a=t;a&&(n=F(a),!(o=i.reduce((function(e,t){return e.concat(n.filter((function(e){return e===t})))}),[])[0]));)a=a.parentElement;return o}(e,t);if(!n)return null;var o=[e].concat(R(e,n)).reduce((function(e,t){var n=t.style.zIndex||window.getComputedStyle(t).zIndex,o=parseInt(n,10);return o>e?o:e}),0);return o?o+1:null}};const Z=G;const Y=function(e){var t=e.anchor,n=e.element,o=e.anchorAlign,i=e.elementAlign,a=e.margin,r=e.offset,c=e.positionMode,l=e.scale||1,s="fixed"!==c&&Z.hasOffsetParent(n)?function(e,t,n,o){var i=k.eitherRect(Z.position(e,t,o),n);return k.scaleRect(i,o)}(t,n,r,l):function(e,t,n,o){var i=function(e,t){return e?{x:0,y:0}:Z.scrollPosition(t)}(e,t),a=k.eitherRect(Z.offset(e),n),r=2*o,c=Z.stackingElementScroll(t);1!==o&&c&&(c.x/=r,c.y/=r);var l=Z.stackingElementOffset(t);return 1!==o&&l&&(l.left/=r,l.top/=r),Z.removeScroll(Z.addScroll(k.removeStackingOffset(k.scaleRect(a,o),l),c),i)}(t,n,r,l),h=k.scaleRect(Z.offset(n),l);return Z.align({anchorAlign:o,anchorRect:s,elementAlign:i,elementRect:h,margin:a})};var X,J={name:"@progress/kendo-react-popup",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:1673444430,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"},$=(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)}),Q=function(){return Q=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},Q.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 i=0;i<n.length;i++){var a=n[i];if(e[a]!==t[a])return!1}return!0}var te,ne={left:-1e3,top:0};!function(e){e.hiding="hiding",e.hidden="hidden",e.showing="showing",e.shown="shown",e.reposition="reposition"}(te||(te={}));var oe="k-animation-container-shown",ie=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,i=t.popupAlign,a=t.collision,r=t.offset,c=t.anchor,l=t.margin,s=t.scale,h=t.positionMode,v=e.style,u=v.width,p=v.height;e.style.width=e.offsetWidth+"px",e.style.height=e.offsetHeight+"px";var d=function(e){var t=e.anchor,n=e.currentLocation,o=e.element,i=e.anchorAlign,a=e.elementAlign,r=e.collisions,c=e.margin,l=e.scale||1,s=Z.offsetAtPoint(o,n),h=k.scaleRect(s,l),v=k.scaleRect(Z.offset(t),l),u=k.eitherRect(v,n),p=e.viewPort||Z.windowViewPort(o);p.width=p.width/l,p.height=p.height/l;var d=Z.restrictToView({anchorAlign:i,anchorRect:u,collisions:r,elementAlign:a,elementRect:h,margin:c,viewPort:p}),m=Z.addOffset(n,d.offset);return{flip:d.flip,flipped:d.flipped,offset:m}}({anchor:c,anchorAlign:o,element:e,elementAlign:i,collisions:a,currentLocation:Y({anchor:c,anchorAlign:o,element:e,elementAlign:i,offset:r,margin:l,positionMode:h,scale:s}),margin:n.props.margin});if(e.style.top=d.offset.top+"px",e.style.left=d.offset.left+"px",e.style.width=u,e.style.height=p,n._collisions={fit:d.fit,fitted:d.fitted,flip:d.flip,flipped:d.flipped},n.props.onPosition){var m={target:n,flipped:d.flipped,fitted:d.fitted};n.props.onPosition.call(void 0,m)}},n.onOpened=function(){var e=n._popup;e&&(n.props.show&&e.classList.add(oe),n.attachRepositionHandlers(e),n.props.onOpen&&n.props.onOpen.call(void 0,{target:n}))},n.animate=function(e,t,o){if(n.props.popupAlign){var i,a=n.props.popupAlign,l=a.horizontal,s=a.vertical;i="left"===l&&"center"===s?"right":"right"===l&&"center"===s?"left":"top"===s?"down":"up",n._collisions&&n._collisions.flipped&&(i={down:"up",up:"down",left:"right",right:"left"}[i]),function(e,t,n,o,i){if(0===n)return i();var a="k-slide-"+t+"-"+o,l=a+"-active",s=function(t){t.target===e&&(e.removeEventListener("transitionend",s),r(e),e.style.display="exit"===o?"none":"",i())};e.addEventListener("transitionend",s);var h=e.ownerDocument;if(h){var v=h.defaultView;if(v){var u=function(){r(e),e.classList.add(a),v.requestAnimationFrame((function(){e.style.transitionDuration=n+"ms",e.classList.add(l)}))};c?v.requestAnimationFrame(u):u()}}}(e,i,n.animationDuration[t],t,o)}},n.onClosing=function(e){n.props.show||e.classList.remove(oe),n.detachRepositionHandlers()},n.onClosed=function(){n.state.current===te.hiding&&n.state.previous===te.shown&&n.setState({current:te.hidden,previous:n.state.current}),n.props.onClose&&n.props.onClose.call(void 0,{target:n})},n.getCurrentZIndex=function(){return n.context?n.context+1:100},(0,l.s)(J),n.reposition=function(e,t,n){var o,i,a,r;void 0===n&&(n={});var c=0;n=n||{};var l=function(){c=!1===n.leading?0:(new Date).getTime(),o=void 0,r=e.apply(i,a),o||(i=a=null)};return function(){var s=(new Date).getTime();c||!1!==n.leading||(c=s);var h=t-(s-c);return i=void 0,a=arguments,h<=0||h>t?(o&&(clearTimeout(o),o=void 0),c=s,r=e.apply(i,a),o||(i=a=null)):o||!1===n.trailing||(o=window.setTimeout(l,h)),r}}(n.reposition.bind(n),16.666666666666668),n}return $(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,i=e.anchorAlign,a=e.appendTo,r=e.collision,c=e.popupAlign,l=e.className,s=e.popupClass,h=e.style,v=e.offset,u=e.contentKey,p=Q(Q({},t),{props:{show:n,anchor:o,anchorAlign:i,appendTo:a,collision:r,popupAlign:c,className:l,popupClass:s,style:h,offset:v,contentKey:u}});return e.show?t.current===te.hidden||t.current===te.hiding?Q(Q({},p),{current:te.showing,previous:t.current}):t.current===te.showing?Q(Q({},p),{current:te.shown,previous:t.current}):t.current!==te.shown||ee(v,t.props.offset)&&ee(i,t.props.anchorAlign)&&ee(a,t.props.appendTo)&&ee(r,t.props.collision)&&ee(c,t.props.popupAlign)&&ee(h,t.props.style)&&o===t.props.anchor&&s===t.props.popupClass&&l===t.props.className?p:Q(Q({},p),{current:te.reposition,previous:t.current}):t.current===te.hiding||t.current===te.hidden?Q(Q({},p),{current:te.hidden,previous:t.current}):Q(Q({},p),{current:te.hiding,previous:t.current})},t.prototype.componentDidUpdate=function(e){this.state.current===te.showing&&this._popup?this.show(this._popup):this.state.current===te.hiding&&this._popup?(this.onClosing(this._popup),this.animate(this._popup.firstChild,"exit",this.onClosed)):this.state.current===te.reposition&&this.state.previous===te.shown?this.setState({current:te.shown,previous:this.state.current}):this.state.current===te.shown&&e.contentKey!==this.props.contentKey&&this._popup&&this.setPosition(this._popup)},t.prototype.componentDidMount=function(){this.state.current===te.showing&&this._popup&&this.show(this._popup)},t.prototype.componentWillUnmount=function(){this.detachRepositionHandlers()},t.prototype.render=function(){var e=this,t=this.props,n=t.children,a=t.className,r=t.popupClass,c=t.show,l=t.id,u=t.positionMode,p=this.props.appendTo?this.props.appendTo:s.N?this.props.anchor&&this.props.anchor.ownerDocument?this.props.anchor.ownerDocument.body:document.body:void 0;this.state.current===te.reposition&&this.state.previous===te.shown&&this._popup&&this.setPosition(this._popup);var d=Object.assign({},{position:u,top:0,left:-1e4},this.props.style||{}),m=this.state.current===te.hiding;if((c||m)&&p){var f=this.getCurrentZIndex(),z=o.createElement(h.$.Provider,{value:f},o.createElement("div",{className:(0,v.A)("k-animation-container","k-animation-container-relative",a),id:l,ref:function(t){return e._popup=t},style:Q({zIndex:f},d)},o.createElement("div",{className:(0,v.A)("k-popup",r,"k-child-animation-container"),style:{transitionDelay:"0ms"}},n)));return null!==this.props.appendTo?i.createPortal(z,p):z}return null},Object.defineProperty(t.prototype,"animationDuration",{get:function(){var e=this.props.animate,t=0,n=0;return e&&(!0===e?t=n=300:(t=e.openDuration||0,n=e.closeDuration||0)),{enter:t,exit:n}},enumerable:!1,configurable:!0}),t.prototype.attachRepositionHandlers=function(e){var t=this;this.detachRepositionHandlers(),this._scrollableParents=Z.scrollableParents(this.props.anchor||e),this._scrollableParents&&this._scrollableParents.map((function(e){return e.addEventListener("scroll",t.reposition)})),window.addEventListener("resize",this.reposition)},t.prototype.detachRepositionHandlers=function(){var e=this;this._scrollableParents&&(this._scrollableParents.map((function(t){return t.removeEventListener("scroll",e.reposition)})),this._scrollableParents=void 0),window.removeEventListener("resize",this.reposition)},t.prototype.reposition=function(){this.setState({current:te.reposition,previous:this.state.current})},t.propTypes={anchor:function(e){var t=e.anchor;return t&&"number"!=typeof t.nodeType?new Error("Invalid prop `anchor` supplied to `Kendo React Popup`. Validation failed."):null},appendTo:function(e){var t=e.appendTo;return t&&"number"!=typeof t.nodeType?new Error("Invalid prop `appendTo` supplied to `Kendo React Popup`. Validation failed."):null},className:a.oneOfType([a.string,a.arrayOf(a.string),a.object]),id:a.string,popupClass:a.oneOfType([a.string,a.arrayOf(a.string),a.object]),collision:a.shape({horizontal:a.oneOf([g,y,b]),vertical:a.oneOf([g,y,b])}),anchorAlign:a.shape({horizontal:a.oneOf([m,p,f]),vertical:a.oneOf([z,p,u])}),popupAlign:a.shape({horizontal:a.oneOf([m,p,f]),vertical:a.oneOf([z,p,u])}),offset:a.shape({left:a.number,top:a.number}),children:a.oneOfType([a.element,a.node]),show:a.bool,animate:a.oneOfType([a.bool,a.shape({openDuration:a.number,closeDuration:a.number})]),margin:a.shape({horizontal:a.number,vertical:a.number}),positionMode:a.oneOf(["fixed","absolute"]),scale:a.number,style:a.object,onClose:a.func,onPosition:a.func,onOpen:a.func},t.defaultProps={collision:{horizontal:g,vertical:y},anchorAlign:{horizontal:m,vertical:u},popupAlign:{horizontal:m,vertical:z},offset:ne,animate:!0,show:!1,margin:{horizontal:0,vertical:0},positionMode:"absolute"},t.contextType=h.$,t.displayName="PopupComponent",t}(o.Component),ae=function(){return ae=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},ae.apply(this,arguments)},re=o.createContext((function(e){return e})),ce=o.forwardRef((function(e,t){var n=o.useContext(re).call(void 0,e);return o.createElement(ie,ae({ref:t},n))}));ce.displayName="Popup"},5362:(e,t,n)=>{n.r(t),n.d(t,{Popup:()=>o.G,PopupPropsContext:()=>o.v});var o=n(9222)},4682:(e,t,n)=>{n.r(t),n.d(t,{TreeView:()=>xe,TreeViewDragAnalyzer:()=>Le,TreeViewDragClue:()=>Se,TreeViewItemPropsContext:()=>de,handleTreeViewCheckChange:()=>Be,moveTreeViewItem:()=>ke,processTreeViewItems:()=>we});var o=n(3899),i=n(189),a=n(2697),r=n(3198),c=n(8047),l=n(3493),s=n(5407),h="_";function v(e,t,n){if(g(e))return t[Number(e)];var o=t[Number(u(e))],i=o&&o[n]||[];return i.length?v(p(e),i,n):void 0}function u(e){return z(e)?e:e.split(h)[0]}function p(e){if(z(e))return e;var t=e.indexOf(h);return e.substring(t+1)}function d(e){return m("0",e)}function m(e,t){return e=e.toString(),t?t+h+e:e}function f(e){var t=e.lastIndexOf(h);return t<0?"":e.substring(0,t)}function z(e){return""===e||e.indexOf(h)<0}function g(e){return""!==e&&e.indexOf(h)<0}function y(e){return e.split(h)}function b(e){var t=e.lastIndexOf(h);return t<0?e:e.substring(t+1)}const x=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}();function H(e,t){var n=(e||"").split("."),o=t;return n.forEach((function(e){o=o?o[e]:void 0})),o}function w(e){return void 0!==e.length}var V=function(){return V=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},V.apply(this,arguments)};function M(e,t){var n=H(t,e);return Boolean(n&&n.length)}function I(e,t){return t.expanded(e)&&M(e,t.getChildrenField())}function C(e,t,n,o){var i=[],a=new x;return a.init(e),L(a,t,n,"",i,o),i}function k(e,t,n,o,i){var a,r=Number(u(t));if(r>=e.length)return e;var c=e,l=e[r];return l[o]||(l=(c=e.slice())[r]=Object.assign({},l,((a={})[o]=!0,a))),g(t)?n(l):l[i]&&(l[i]=k(l[i],p(t),n,o,i)),c}function B(e,t,n){for(var o=y(e),i=t,a=0;a<o.length;a++){var r=i[Number(o[a])];if(n.disabled(r))return!1;i=r[n.getChildrenField()]}return!0}function O(e,t,n,o,i){return(e[o]||[]).every((function(e,o){return i.indexOf(n?H(n,e):m(o,t))>-1}))}function E(e,t,n){var o=n.slice();if(g(e))o.splice(Number(e),1);else{var i=Number(u(e)),a=o[i]=V({},o[i]);a[t]=E(p(e),t,a[t])}return o}function S(e,t,n,o,i){var a=i.slice();if(g(o))if("child"===t){var r=a[Number(o)]=V({},a[Number(o)]);r[n]?(r[n]=r[n].slice(),r[n].push(e)):r[n]=[e]}else a.splice(Number(o)+("after"===t?1:0),0,e);else{var c=Number(u(o)),l=a[c]=V({},a[c]);l[n]=S(e,t,n,p(o),l[n])}return a}function L(e,t,n,o,i,a){for(var r=0;r<n.length;r++){var c=n[r],l=m(r,o);e.hasId(H(t,c))&&i.push(l),M(c,a)&&L(e,t,H(a,c),l,i,a)}}function D(e,t,n,o,i){switch(o){case l.R.left:return g(t)||i.expanded(e)&&B(t,n,i)?t:f(t);case l.R.right:return I(e,i)?d(t):t;case l.R.up:return a=Number(b(t)),r=f(t),a?_(m(a-1,r),n,i):g(t)?t:r;case l.R.down:return I(e,i)?d(t):P(t,n,i)||t;case l.R.home:return"0";case l.R.end:return function(){for(var e,t=(n.length-1).toString(),o=n[n.length-1];I(o,i);)t=m((e=o[i.getChildrenField()]).length-1,t),o=e[e.length-1];return t}();default:return t}var a,r}function P(e,t,n){var o=f(e),i=o?v(o,t,n.getChildrenField()):void 0,a=i?i[n.getChildrenField()]:t,r=Number(b(e));return r<a.length-1?m(r+1,o):i?P(o,t,n):void 0}function _(e,t,n){var o=v(e,t,n.getChildrenField());return I(o,n)?_(m(o[n.getChildrenField()].length-1,e),t,n):e}var N=n(1779),T=n(8130);const R={name:"caret-alt-right",content:'<path d="M352 256 160 384V128l192 128z" />',viewBox:"0 0 512 512"},F={name:"caret-alt-down",content:'<path d="M256 352 128 160h256L256 352z" />',viewBox:"0 0 512 512"};var j=n(3228),A=n(6144);const K=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},q=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},W={"animation-container":"k-animation-container","animation-container-relative":"k-animation-container-relative","animation-container-fixed":"k-animation-container-fixed","push-right-enter":"k-push-right-enter","push-right-appear":"k-push-right-appear","push-right-enter-active":"k-push-right-enter-active","push-right-appear-active":"k-push-right-appear-active","push-right-exit":"k-push-right-exit","push-right-exit-active":"k-push-right-exit-active","push-left-enter":"k-push-left-enter","push-left-appear":"k-push-left-appear","push-left-enter-active":"k-push-left-enter-active","push-left-appear-active":"k-push-left-appear-active","push-left-exit":"k-push-left-exit","push-left-exit-active":"k-push-left-exit-active","push-down-enter":"k-push-down-enter","push-down-appear":"k-push-down-appear","push-down-enter-active":"k-push-down-enter-active","push-down-appear-active":"k-push-down-appear-active","push-down-exit":"k-push-down-exit","push-down-exit-active":"k-push-down-exit-active","push-up-enter":"k-push-up-enter","push-up-appear":"k-push-up-appear","push-up-enter-active":"k-push-up-enter-active","push-up-appear-active":"k-push-up-appear-active","push-up-exit":"k-push-up-exit","push-up-exit-active":"k-push-up-exit-active",expand:"k-expand","expand-vertical-enter":"k-expand-vertical-enter","expand-vertical-appear":"k-expand-vertical-appear","expand-vertical-enter-active":"k-expand-vertical-enter-active","expand-vertical-appear-active":"k-expand-vertical-appear-active","expand-vertical-exit":"k-expand-vertical-exit","expand-vertical-exit-active":"k-expand-vertical-exit-active","expand-horizontal-enter":"k-expand-horizontal-enter","expand-horizontal-appear":"k-expand-horizontal-appear","expand-horizontal-enter-active":"k-expand-horizontal-enter-active","expand-horizontal-appear-active":"k-expand-horizontal-appear-active","expand-horizontal-exit":"k-expand-horizontal-exit","expand-horizontal-exit-active":"k-expand-horizontal-exit-active","child-animation-container":"k-child-animation-container","fade-enter":"k-fade-enter","fade-appear":"k-fade-appear","fade-enter-active":"k-fade-enter-active","fade-appear-active":"k-fade-appear-active","fade-exit":"k-fade-exit","fade-exit-active":"k-fade-exit-active","zoom-in-enter":"k-zoom-in-enter","zoom-in-appear":"k-zoom-in-appear","zoom-in-enter-active":"k-zoom-in-enter-active","zoom-in-appear-active":"k-zoom-in-appear-active","zoom-in-exit":"k-zoom-in-exit","zoom-in-exit-active":"k-zoom-in-exit-active","zoom-out-enter":"k-zoom-out-enter","zoom-out-appear":"k-zoom-out-appear","zoom-out-enter-active":"k-zoom-out-enter-active","zoom-out-appear-active":"k-zoom-out-appear-active","zoom-out-exit":"k-zoom-out-exit","zoom-out-exit-active":"k-zoom-out-exit-active","slide-in-appear":"k-slide-in-appear",centered:"k-centered","slide-in-appear-active":"k-slide-in-appear-active","slide-down-enter":"k-slide-down-enter","slide-down-appear":"k-slide-down-appear","slide-down-enter-active":"k-slide-down-enter-active","slide-down-appear-active":"k-slide-down-appear-active","slide-down-exit":"k-slide-down-exit","slide-down-exit-active":"k-slide-down-exit-active","slide-up-enter":"k-slide-up-enter","slide-up-appear":"k-slide-up-appear","slide-up-enter-active":"k-slide-up-enter-active","slide-up-appear-active":"k-slide-up-appear-active","slide-up-exit":"k-slide-up-exit","slide-up-exit-active":"k-slide-up-exit-active","slide-right-enter":"k-slide-right-enter","slide-right-appear":"k-slide-right-appear","slide-right-enter-active":"k-slide-right-enter-active","slide-right-appear-active":"k-slide-right-appear-active","slide-right-exit":"k-slide-right-exit","slide-right-exit-active":"k-slide-right-exit-active","slide-left-enter":"k-slide-left-enter","slide-left-appear":"k-slide-left-appear","slide-left-enter-active":"k-slide-left-enter-active","slide-left-appear-active":"k-slide-left-appear-active","slide-left-exit":"k-slide-left-exit","slide-left-exit-active":"k-slide-left-exit-active","reveal-vertical-enter":"k-reveal-vertical-enter","reveal-vertical-appear":"k-reveal-vertical-appear","reveal-vertical-enter-active":"k-reveal-vertical-enter-active","reveal-vertical-appear-active":"k-reveal-vertical-appear-active","reveal-vertical-exit":"k-reveal-vertical-exit","reveal-vertical-exit-active":"k-reveal-vertical-exit-active","reveal-horizontal-enter":"k-reveal-horizontal-enter","reveal-horizontal-appear":"k-reveal-horizontal-appear","reveal-horizontal-enter-active":"k-reveal-horizontal-enter-active","reveal-horizontal-appear-active":"k-reveal-horizontal-appear-active","reveal-horizontal-exit":"k-reveal-horizontal-exit","reveal-horizontal-exit-active":"k-reveal-horizontal-exit-active"};var U,G=(U=function(e,t){return U=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])},U(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}U(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 i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},Z.apply(this,arguments)},Y=W,X=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.elementRef=o.createRef(),t}return G(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,i=t.style,a=t.appear,r=t.enter,l=t.exit,s=t.transitionName,h=t.transitionEnterDuration,v=t.transitionExitDuration,u=t.className,p=t.onEnter,d=t.onEntering,m=t.onEntered,f=t.onExit,z=t.onExiting,g=t.onExited,y=t.onAfterExited,b=t.mountOnEnter,x=t.unmountOnExit,H=t.animationEnteringStyle,w=t.animationEnteredStyle,V=t.animationExitingStyle,M=t.animationExitedStyle,I=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(o=Object.getOwnPropertySymbols(e);i<o.length;i++)t.indexOf(o[i])<0&&Object.prototype.propertyIsEnumerable.call(e,o[i])&&(n[o[i]]=e[o[i]])}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"]),C=(0,c.A)(u,Y["child-animation-container"]),k=Z({transitionDelay:"0ms"},i),B={entering:Z({transitionDuration:"".concat(h,"ms")},H),entered:Z({},w),exiting:Z({transitionDuration:"".concat(v,"ms")},V),exited:Z({},M)},O={in:this.props.in,appear:a,enter:r,exit:l,mountOnEnter:b,unmountOnExit:x,timeout:{enter:h,exit:v},onEnter:function(){p&&p.call(void 0,{animatedElement:e.element,target:e})},onEntering:function(){d&&d.call(void 0,{animatedElement:e.element,target:e})},onEntered:function(){m&&m.call(void 0,{animatedElement:e.element,target:e})},onExit:function(){f&&f.call(void 0,{animatedElement:e.element,target:e})},onExiting:function(){z&&z.call(void 0,{animatedElement:e.element,target:e})},onExited:function(){y&&y.call(void 0,{animatedElement:e.element,target:e}),g&&g.call(void 0,{animatedElement:e.element,target:e})},classNames:{appear:Y["".concat(s,"-appear")]||"".concat(s,"-appear"),appearActive:Y["".concat(s,"-appear-active")]||"".concat(s,"-appear-active"),enter:Y["".concat(s,"-enter")]||"".concat(s,"-enter"),enterActive:Y["".concat(s,"-enter-active")]||"".concat(s,"-enter-active"),exit:Y["".concat(s,"-exit")]||"".concat(s,"-exit"),exitActive:Y["".concat(s,"-exit-active")]||"".concat(s,"-exit-active")}};return o.createElement(A.CSSTransition,Z({},O,I,{nodeRef:this.elementRef}),(function(t){return o.createElement("div",{style:Z(Z({},k),B[t]),className:C,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:j.Z,onEntering:j.Z,onEntered:j.Z,onExit:j.Z,onExiting:j.Z,onExited:j.Z,onAfterExited:j.Z,animationEnteringStyle:{},animationEnteredStyle:{},animationExitingStyle:{},animationExitedStyle:{}},t}(o.Component),J=n(4006),$={name:"@progress/kendo-react-animation",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:1673444356,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"},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)}}(),ee=function(){return ee=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},ee.apply(this,arguments)},te=W,ne=function(e){function t(t){var n=e.call(this,t)||this;return(0,J.s)($),n}return Q(t,e),t.prototype.render=function(){var e=this.props,t=e.id,n=e.style,i=e.children,a=e.component,r=e.className,l=e.childFactory,s=(e.stackChildren,e.componentChildStyle),h=e.componentChildClassName,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 i=0;for(o=Object.getOwnPropertySymbols(e);i<o.length;i++)t.indexOf(o[i])<0&&Object.prototype.propertyIsEnumerable.call(e,o[i])&&(n[o[i]]=e[o[i]])}return n}(e,["id","style","children","component","className","childFactory","stackChildren","componentChildStyle","componentChildClassName"]),u={id:t,style:n,component:a,childFactory:l,className:(0,c.A)(te["animation-container"],te["animation-container-relative"],r)},p=o.Children.map(i||null,(function(e){return o.createElement(X,ee({},v,{style:s,className:h}),e)}));return o.createElement(A.TransitionGroup,ee({},u),p)},t.propTypes={children:i.oneOfType([i.arrayOf(i.node),i.node]),childFactory:i.any,className:i.string,component:i.string,id:i.string,style:i.any,transitionName:i.string.isRequired,appear:i.bool.isRequired,enter:i.bool.isRequired,exit:i.bool.isRequired,transitionEnterDuration:i.number.isRequired,transitionExitDuration:i.number.isRequired},t.defaultProps={component:"div"},t}(o.Component),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)}}(),ie=function(){return ie=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},ie.apply(this,arguments)},ae=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,i=n.onBeforeEnter;i&&i.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=j.Z);var o=e.firstChild;if(o){var i=K(o),a=q(o);t.setState({maxHeight:i,maxWidth:a},n)}},t}return oe(t,e),t.prototype.render=function(){var e,t=this.props,n=t.direction,i=t.children,a=t.childFactory,r=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(o=Object.getOwnPropertySymbols(e);i<o.length;i++)t.indexOf(o[i])<0&&Object.prototype.propertyIsEnumerable.call(e,o[i])&&(n[o[i]]=e[o[i]])}return n}(t,["direction","children","childFactory"]),c=this.state,l=c.maxHeight,s=c.maxWidth,h={maxHeight:(e="vertical"===n?{maxHeight:l?"".concat(l,"px"):""}:{maxWidth:s?"".concat(s,"px"):""}).maxHeight,maxWidth:e.maxWidth};return o.createElement(ne,ie({},r,{childFactory:function(t){var n=a?a(t):t;return n.props.in?n:o.cloneElement(n,ie(ie({},n.props),{style:ie(ie({},n.props.style),{maxHeight:e.maxHeight,maxWidth:e.maxWidth})}))},onEnter:this.componentWillEnter,onEntering:this.componentIsEntering,onExit:this.componentWillExit,animationEnteringStyle:h,transitionName:"reveal-".concat(n)}),i)},t.propTypes={children:i.oneOfType([i.arrayOf(i.node),i.node]),childFactory:i.any,className:i.string,direction:i.oneOf(["horizontal","vertical"]),component:i.string,id:i.string,style:i.any},t.defaultProps={appear:!1,enter:!0,exit:!0,transitionEnterDuration:300,transitionExitDuration:300,direction:"vertical"},t}(o.Component),re="expanded",ce="items",le="selected",se="checked",he="checkIndeterminate",ve=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function 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 i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},ue.apply(this,arguments)},pe=a.G.sizeMap,de=o.createContext((function(e){return e})),me=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.itemGuid=(0,r.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.assignDraggableMeta=function(e){e&&(e._kendoItemId=t.props.itemId,e._kendoTreeViewGuid=t.props.treeGuid)},t}return ve(t,e),t.prototype.render=function(){var e=this,t=this.renderSubitemsIfApplicable(),n=this.renderItemInPart();return o.createElement("li",{className:(0,c.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(N._,{onPress:this.onPress,onDrag:this.onDrag,onRelease:this.onRelease},n):n),this.props.animate?o.createElement(ae,{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,c.A)("k-checkbox-wrap")},o.createElement("input",{type:"checkbox",className:(0,c.A)("k-checkbox k-rounded-md",(e={},e["k-checkbox-".concat(pe[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)||M(this.item,this.fieldsSvc.getChildrenField()))&&o.createElement("span",{className:(0,c.A)("k-treeview-toggle",{"k-disabled":this.disabled}),onClick:this.onExpandChange},o.createElement(T.a,ue({},this.getIconProps())))},t.prototype.renderSubitemsIfApplicable=function(){var e=this,t=this.fieldsSvc.children(this.item);return I(this.item,this.fieldsSvc)?o.createElement("ul",{className:"k-treeview-group",role:"group"},t.map((function(n,i){return o.createElement(fe,{item:n,position:0===i?"top":i===t.length-1?"bot":"mid",itemId:m(i,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,key:i,size:e.props.size,disabled:e.disabled})}))):void 0},t.prototype.renderItemInPart=function(){return o.createElement("span",{className:(0,c.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},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)||M(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&&!M(this.item,this.fieldsSvc.getChildrenField())?{name:"loading"}:e?{name:"caret-alt-down",icon:F}:{name:"caret-alt-right",icon:R}},t.defaultProps={position:"top"},t}(o.Component),fe=o.forwardRef((function(e,t){var n=o.useContext(de).call(void 0,e);return o.createElement(me,ue({ref:t},n))}));fe.displayName="TreeViewItem";const ze=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 H(this.expandField,e)},e.prototype.selected=function(e){return H(this.selectField,e)},e.prototype.text=function(e){return H(this.textField,e)},e.prototype.disabled=function(e){return H(this.disableField,e)},e.prototype.hasChildren=function(e){return H(this.hasChildrenField,e)},e.prototype.children=function(e){return H(this.childrenField,e)||[]},e.prototype.checked=function(e){return H(this.checkField,e)},e.prototype.checkIndeterminate=function(e){return H(this.checkIndeterminateField,e)},e.prototype.focusId=function(e){return this.focusIdField&&H(this.focusIdField,e)},e.prototype.getChildrenField=function(){return this.childrenField},e}();var ge={name:"@progress/kendo-react-treeview",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:1673444628,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"},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)}}(),be=a.G.sizeMap,xe=function(e){function t(t){var n=e.call(this,t)||this;return n.state={focusedItemId:void 0,focusedItemPublicId:void 0,tabbableItemId:"0"},n.fieldsSvc=null,n.allowExplicitFocus=!1,n.treeGuid=(0,r.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 i=e.pageX,a=e.pageY,r=e.clientX,c=e.clientY;n.props.onItemDragOver&&n.props.onItemDragOver.call(void 0,{target:n,item:t,itemHierarchicalIndex:o,pageX:i,pageY:a,clientX:r,clientY:c})},n.onRelease=function(e,t,o){var i=e.pageX,a=e.pageY,r=e.clientX,c=e.clientY;n.props.onItemDragEnd&&n.props.onItemDragEnd.call(void 0,{target:n,item:t,itemHierarchicalIndex:o,pageX:i,pageY:a,clientX:r,clientY:c})},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=D(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)}},(0,J.s)(ge),n}return ye(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 ze(this.props);var n=this.props,i=n.size,a=n.className;return o.createElement("div",{className:(0,c.A)("k-treeview",(e={},e["k-treeview-".concat(be[i]||i)]=i,e),a),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(fe,{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,key:n,size:i})}))))},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&&B(n.state.focusedItemId,n.data,n.fieldsSvc)};e.keyCode===l.R.left&&this.fieldsSvc.expanded(t)&&o()||e.keyCode===l.R.right&&!this.fieldsSvc.expanded(t)&&(this.fieldsSvc.hasChildren(t)||M(t,this.props.childrenField))&&o()?this.dispatchExpandChange(e,t,this.state.focusedItemId):e.keyCode===l.R.enter&&o()?this.dispatchItemClick(e,t,this.state.focusedItemId):e.keyCode===l.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 v(e,this.data,this.props.childrenField||ce)},t.prototype.dispatchCheckChange=function(e,t,n){(0,s.N)(this.props.onCheckChange,e,this,{item:t,itemHierarchicalIndex:n})},t.prototype.dispatchExpandChange=function(e,t,n){(0,s.N)(this.props.onExpandChange,e,this,{item:t,itemHierarchicalIndex:n})},t.prototype.dispatchItemClick=function(e,t,n){(0,s.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):(n=C([e],this.fieldsSvc.focusIdField,this.data,this.props.childrenField)).length?n[0]:void 0;t!==this.state.focusedItemId&&(this.allowExplicitFocus=!0,this.setState({focusedItemId:t}))}}var n},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:i.arrayOf(i.any),animate:i.bool,tabIndex:i.number,focusIdField:i.string,getHierarchicalIndexById:i.func,onExpandChange:i.func,onItemClick:i.func,expandField:i.string,selectField:i.string,childrenField:i.string,hasChildrenField:i.string,textField:i.string,disableField:i.string,item:i.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":i.string,"aria-labelledby":i.string,size:i.oneOf([null,"small","medium","large"])},t.defaultProps={animate:!0,expandField:re,selectField:le,hasChildrenField:"hasChildren",childrenField:ce,textField:"text",disableField:"disabled",checkField:se,checkIndeterminateField:he,size:"medium"},t}(o.Component),He=function(){return He=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},He.apply(this,arguments)};function we(e,t){if(!e||!e.length)return[];var n=e,o=t.cloneField||"cloned",i=t.expandField||re,a=t.selectField||le,r=t.checkField||se,c=t.childrenField||ce;return n=Ve(n,i,t.expand,o,c),n=Ve(n,a,t.select,o,c),function(e,t,n){if(n&&!w(n)&&n.applyCheckIndeterminate)for(var o=Me(n,se).field,i=n.checkIndeterminateField||he,a=0;a<e.length;a++){var r=e[a],c=r[t];c&&Ce(c,H(o,r)?[]:[r],t,o,i)}}(n=Ve(n,r,t.check,o,c),c,t.check),n}function Ve(e,t,n,o,i){if(n){var a=Me(n,t),r=a.ids,c=a.field;return function(e,t,n,o,i){var a=e;return t.forEach((function(e){a=k(a,e,(function(e){return Ie(n,e)}),o,i)})),a}(e,!w(n)&&n.idField?C(r,n.idField,e,i):r,c,o,i)}return e}function Me(e,t){var n,o;return w(e)?(n=e,o=t):(n=e.ids||[],o=e.operationField||t),{ids:n,field:o}}function Ie(e,t){for(var n=(e||"").split("."),o=t,i=0;i<n.length;i++){var a=n[i];if(i===n.length-1)o[a]=!0;else{if(void 0===o[a])return;o[a]=He({},o[a]),o=o[a]}}}function Ce(e,t,n,o,i){for(var a=!1,r=0;r<e.length;r++){var c=e[r];if(H(o,c)){if(!a)for(var l=0;l<t.length;l++)Ie(i,t[l]);a=!0,c[n]&&Ce(c[n],[],n,o,i)}else c[n]&&Ce(c[n],a?[c]:t.concat([c]),n,o,i)}}function ke(e,t,n,o,i,a){var r=a||ce;if(!(t&&t.length&&e&&o)||i&&!i.length||!v(o,i&&i!==t?i:t,r))return d();var c=v(e,t,r);if(!c)return d();if(i&&i!==t)return{sourceData:E(e,r,t),targetData:S(c,n,r,o,i)};if("".concat(o,"_").startsWith("".concat(e,"_")))return d();var l=E(e,r,t),s=S(c,n,r,function(e,t){var n=t;t="r_"+t;var o=f(e="r_"+e)+h;if(t.startsWith(o)){var i=t.substring(o.length);if(i){var a=u(i);if(Number(b(e))<Number(a))return p(o+(Number(a)-1).toString()+i.substring(a.length))}}return n}(e,o),l);return i?{sourceData:s,targetData:s}:s;function d(){return i?{sourceData:t,targetData:i}:t}}function Be(e,t,n,o,i){if(void 0===o&&(o={}),!n||!n.length)return[];var a,r=function(e){var t,n=void 0;return w(e)?t=e:(t=e.ids||[],n=e.idField),{ids:t,idField:n}}(t),c=r.ids,l=r.idField,s=l?H(l,e.item):e.itemHierarchicalIndex,h=c.indexOf(s),u=-1===h,p=i||ce;return o.singleMode?a=u?[s]:[]:(a=c.slice(),u?a.push(s):a.splice(h,1),o.checkChildren&&function(e,t,n,o,i,a){(function(e,t,n,o){return o?function e(t){for(var i=[],a=t[n]||[],r=0;r<a.length;r++)i.push(H(o,a[r])),i=i.concat(e(a[r]));return i}(e):function e(t,o){for(var i=[],a=t[n]||[],r=0;r<a.length;r++){var c=m(r,o);i.push(c),i=i.concat(e(a[r],c))}return i}(e,t)})(e,t,i,o).forEach((function(e){n&&-1===a.indexOf(e)?a.push(e):!n&&a.indexOf(e)>-1&&a.splice(a.indexOf(e),1)}))}(e.item,e.itemHierarchicalIndex,u,l,p,a),o.checkParents&&function(e,t,n,o,i,a){var r=function(){var i,r,c;return function(e,t){var n,o,i,a,r={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return a={next:c(0),throw:c(1),return:c(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function c(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,o&&(i=2&a[0]?o.return:a[0]?o.throw||((i=o.return)&&i.call(o),0):o.next)&&!(i=i.call(o,a[1])).done)return i;switch(o=0,i&&(a=[2&a[0],i.value]),a[0]){case 0:case 1:i=a;break;case 4:return r.label++,{value:a[1],done:!1};case 5:r.label++,o=a[1],a=[0];continue;case 7:a=r.ops.pop(),r.trys.pop();continue;default:if(!((i=(i=r.trys).length>0&&i[i.length-1])||6!==a[0]&&2!==a[0])){r=0;continue}if(3===a[0]&&(!i||a[1]>i[0]&&a[1]<i[3])){r.label=a[1];break}if(6===a[0]&&r.label<i[1]){r.label=i[1],i=a;break}if(i&&r.label<i[2]){r.label=i[2],r.ops.push(a);break}i[2]&&r.ops.pop(),r.trys.pop();continue}a=t.call(e,r)}catch(e){a=[6,e],o=0}finally{n=i=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}}(this,(function(l){switch(l.label){case 0:if(!n)return[3,5];i=function(e,t,n){for(var o=[],i=y(e),a=n,r=0;r<i.length-1&&a;r++){var c=a[Number(i[r])];o.push(c),a=c[t]}return o}(e,o,a),r=i.length-1,l.label=1;case 1:return r>-1?[4,{id:H(n,i[r]),item:t?i[r]:void 0}]:[3,4];case 2:l.sent(),l.label=3;case 3:return r--,[3,1];case 4:return[3,8];case 5:c=f(e),l.label=6;case 6:return c?[4,{id:c,item:t?v(c,a,o):void 0}]:[3,8];case 7:return l.sent(),c=f(c),[3,6];case 8:return[2]}}))}(),c=r.next();t?function(){for(;!c.done;){var e=c.value,t=e.id,a=e.item;if(-1!==i.indexOf(t)||!O(a,t,n,o,i))break;i.push(t),c=r.next()}}():function(){for(;!c.done;){var e=c.value.id,t=i.indexOf(e);if(!(t>-1))break;i.splice(t,1),c=r.next()}}()}(e.itemHierarchicalIndex,u,l,p,a,n)),w(t)?a:Object.assign({},t,{ids:a})}var 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)}}(),Ee=function(){return Ee=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},Ee.apply(this,arguments)},Se=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={visible:!1,top:0,left:0,text:"",operationClassName:"k-i-cancel"},t}return Oe(t,e),t.prototype.render=function(){var e={top:this.state.top+"px",left:this.state.left+"px"};return this.state.visible&&o.createElement("div",{className:"k-header k-drag-clue",style:Ee(Ee({},this.props.style),e)},o.createElement("span",{className:(0,c.A)("k-icon k-drag-status k-icon-with-modifier",this.state.operationClassName)},o.createElement("span",{className:"k-icon k-icon-modifier"})),this.state.text)},t.prototype.show=function(e,t,n,o){this.setState({visible:!0,top:e,left:t,text:n,operationClassName:o})},t.prototype.hide=function(){this.setState({visible:!1})},t.defaultProps={style:{display:"block",position:"absolute",zIndex:2e4,padding:"4px 6px"}},t}(o.PureComponent),Le=function(){function e(e){this.event=e,this.initialized=!1,this.destItemId="",this.destTreeViewGuid="",this.itemId=e.itemHierarchicalIndex,this.treeViewGuid=e.target.guid}return e.prototype.init=function(){return this.initialized||(this.setDestimationMeta(document.elementFromPoint(this.event.clientX,this.event.clientY)),this.initialized=!0),this},Object.defineProperty(e.prototype,"isDropAllowed",{get:function(){return!!(this.initialized&&this.destItemId&&this.destTreeViewGuid)&&!"".concat(this.destTreeViewGuid,"_").concat(this.destItemId,"_").startsWith("".concat(this.treeViewGuid,"_").concat(this.itemId,"_"))},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"destinationMeta",{get:function(){return{itemHierarchicalIndex:this.destItemId,treeViewGuid:this.destTreeViewGuid}},enumerable:!1,configurable:!0}),e.prototype.getDropOperation=function(){if(this.initialized&&this.isDropAllowed){var e=this.destDomNodeWithMeta.getBoundingClientRect(),t=e.top;return t+e.height-this.event.clientY<6?"after":this.event.clientY-t<6?"before":"child"}},e.prototype.setDestimationMeta=function(e){for(var t=e;t&&!t._kendoItemId;)t=t.parentNode;t&&t._kendoItemId&&(this.destDomNodeWithMeta=t,this.destItemId=t._kendoItemId,this.destTreeViewGuid=t._kendoTreeViewGuid)},e}()},1779:(e,t,n)=>{n.d(t,{_:()=>a});var o=n(3899),i=n(9844),a=o.forwardRef((function(e,t){var n=o.useRef(null),a=o.useRef(null),r=o.useCallback((function(){return n.current&&n.current.element?n.current.element:n.current}),[n]);o.useImperativeHandle(a,(function(){return{element:r()||null}})),o.useImperativeHandle(t,(function(){return a.current})),o.useImperativeHandle(e.childRef,(function(){return n.current}));var c=o.useCallback((function(t){e.onPress&&e.onPress({element:r(),target:a.current,event:t})}),[r,e.onPress]),l=o.useCallback((function(t){e.onRelease&&e.onRelease({element:r(),target:a.current,event:t})}),[r,e.onRelease]),s=o.useCallback((function(t){e.onDragStart&&e.onDragStart({element:r(),target:a.current,event:t})}),[e,r]),h=o.useCallback((function(t){e.onDrag&&e.onDrag({element:r(),target:a.current,event:t})}),[r,e.onDrag]),v=o.useCallback((function(t){e.onDragEnd&&e.onDragEnd({element:r(),target:a.current,event:t})}),[r,e.onDragEnd]);return(0,i.O)(n,{onPress:c,onRelease:l,onDragStart:s,onDrag:h,onDragEnd:v},{mouseOnly:e.mouseOnly,autoScroll:e.autoScroll,hint:e.hint,scrollContainer:e.scrollContainer}),e.children?o.cloneElement(o.Children.only(e.children),{ref:n}):null}));a.displayName="KendoReactDraggable"},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"object"==typeof e?Object.keys(e).forEach((function(t){n[t]=e[t]})):n[e]=!0},i=function(e){return e.filter((function(e){return!0!==e&&!!e})).map((function(e){return Array.isArray(e)?i(e):o(e)}))};return i(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,{$:()=>i,u:()=>a});var o=n(3899),i=o.createContext(0),a=function(){return o.useContext(i)};i.displayName="KendoReactZIndexContext"},2333:(e,t,n)=>{n.d(t,{Dg:()=>a,Gc:()=>r,Fg:()=>c,tk:()=>l});var o=n(3899),i=n(3228),a=o.createContext([void 0,i.Z]),r=o.createContext([void 0,i.Z]),c=o.createContext([[],i.Z,i.Z]),l=o.createContext([[],i.Z,i.Z])},5407:(e,t,n)=>{function o(e,t,n,o){if(e){var i={syntheticEvent:t,nativeEvent:t.nativeEvent,target:n};e.call(void 0,Object.assign(i,o))}}n.d(t,{N:()=>o})},4100:(e,t,n)=>{n.d(t,{E:()=>i});var o=/\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g;function i(e){var t=[];return e.replace(o,(function(e,n,o,i){t.push(void 0!==n?n:o||i)})),t}},4703:(e,t,n)=>{n.d(t,{p:()=>o});var o=function(e,t,n){var o="string"==typeof e?parseInt(e,void 0):e;if(NaN!==o)return void 0!==o?o:t?n?void 0:-1:0}},9659:(e,t,n)=>{n.d(t,{Y:()=>a});var o=n(4100),i={};function a(e){if(i[e])return i[e];var t=(0,o.E)(e);return i[e]=function(e){for(var n=e,o=0;o<t.length&&n;o++)n=n[t[o]];return n},i[e]}i.undefined=function(){}},3198:(e,t,n)=>{n.d(t,{M:()=>o});var o=function(){var e,t,n="";for(e=0;e<32;e++)t=16*Math.random()|0,8!==e&&12!==e&&16!==e&&20!==e||(n+="-"),n+=(12===e?4:16===e?3&t|8:t).toString(16);return n}},8199:(e,t,n)=>{n.d(t,{n:()=>i});var o=n(3899);function i(e,t,n){var i=o.useState(t),a=i[0],r=i[1];return o.useEffect((function(){if(!a&&window&&e.current){var t=window.getComputedStyle(e.current).direction;t&&r(t)}}),n),a}},9844:(e,t,n)=>{n.d(t,{O:()=>f});var o,i=n(3899),a=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 i in o)if(o.hasOwnProperty(i)&&(n=e.match(o[i]))){(t={})[i]=!0,t[n[1].toLowerCase().split(" ")[0].split("/")[0]]=!0,t.version=parseInt(document.DOCUMENT_NODE||n[2],10);break}return t},r=function(e){return e&&e.ownerDocument||window.document},c=function(e){var t=a(),n=r(e);return t.edge||t.safari?n.body:n.documentElement},l=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},s=function(e){var t=c(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&&!l(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 h=function(){},v=function(e,t,n){void 0===n&&(n={});var i,a,l,v,u,p=n.onIsPressedChange,d=void 0===p?h:p,m=n.onIsScrollingChange,f=void 0===m?h:m,z=n.onVelocityChange,g=void 0===z?h:z,y=n.onOffsetChange,b=void 0===y?h:y,x=n.onPageOffsetChange,H=void 0===x?h:x,w=n.onClientOffsetChange,V=void 0===w?h:w,M=n.onScrollOffsetChange,I=void 0===M?h:M,C=n.onInitialScrollOffsetChange,k=void 0===C?h:C,B=t.payload,O=B.element,E=B.hint,S=e.autoScrollDirection,L=e.scrollableParent,D=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(D.type){case o.POINTER_DOWN:if(D.type===o.POINTER_DOWN&&(!D.originalEvent.isPrimary||0!==D.originalEvent.button))break;case o.MOUSE_DOWN:if(D.type===o.MOUSE_DOWN&&D.originalEvent.which&&D.originalEvent.which>1||e.ignoreMouse)break;case o.TOUCH_START:if(D.type===o.TOUCH_START&&1!==D.originalEvent.touches.length)break;case o.START:var P=L||s(t.payload.element);k(P instanceof Window?{x:P.scrollX,y:P.scrollY}:{x:P.scrollLeft,y:P.scrollTop}),V({x:D.clientX,y:D.clientY}),H({x:D.pageX,y:D.pageY}),b({x:D.offsetX,y:D.offsetY}),d(!0),B.onPress&&B.onPress(D);break;case o.SCROLL:if(D.type===o.SCROLL&&!e.pressed)break;var _=L||s(O),N=_ instanceof Window?{x:_.scrollX,y:_.scrollY}:{x:_.scrollLeft,y:_.scrollTop};D.scrollX=N.x-e.initialScrollOffset.x,D.scrollY=N.y-e.initialScrollOffset.y,I({x:D.scrollX,y:D.scrollY});case o.POINTER_MOVE:if(D.type===o.POINTER_MOVE&&!D.originalEvent.isPrimary)break;case o.MOUSE_MOVE:case o.TOUCH_MOVE:if(D.type===o.TOUCH_MOVE&&1!==D.originalEvent.touches.length)break;case o.MOVE:if(e.pressed){if(e.autoScroll&&"scroll"!==D.originalEvent.type&&O){var T=r(O),R=L||s(T.elementFromPoint(D.clientX,D.clientY)),F=(i=D.clientX,a=D.clientY,l=function(e,t){var n=c(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}}(R,function(e){var t=r(e);return t&&t.defaultView||window}(O)),v={x:0,y:0},u=50,i-l.left<u?v.x=-(u-(i-l.left)):l.right-i<u&&(v.x=u-(l.right-i)),a-l.top<u?v.y=-(u-(a-l.top)):l.bottom-a<u&&(v.y=u-(l.bottom-a)),v);g({x:S&&!1===S.horizontal?0:F.x,y:S&&!1===S.vertical?0:F.y}),f(0!==F.y||0!==F.x)}!e.drag&&B.onDragStart&&B.onDragStart(D),B.onDrag&&B.onDrag(D);var j=function(e,t){var n=0,o=null;return t.forEach((function(t){if(t&&e){var i=function(e,t){var n=e.getBoundingClientRect(),o=t.getBoundingClientRect(),i=Math.max(o.top,n.top),a=Math.max(o.left,n.left),r=Math.min(o.left+o.width,n.left+n.width),c=Math.min(o.top+o.height,n.top+n.height),l=r-a,s=c-i;if(a<r&&i<c){var h=o.width*o.height,v=n.width*n.height,u=l*s;return Number((u/(h+v-u)).toFixed(4))}return 0}(e,t);i>n&&(n=i,o=t)}})),o}(E||O,e.drops.map((function(e){return e&&e.element})).filter((function(e){return e!==(E||O)}))),A=e.drops.find((function(e){return e.element===j}));A&&j&&function(e,t,n){var o=n.getBoundingClientRect();return o.top<=t&&o.left<=e&&t<=o.bottom&&e<=o.right}(D.clientX,D.clientY,L||s(j))&&j!==O?(e.drop&&e.drop.element)!==j?(e.drop&&e.drop.onDragLeave&&e.drop.onDragLeave(D),A.onDragEnter&&A.onDragEnter(D)):A.onDragOver&&A.onDragOver(D):e.drop&&e.drop.onDragLeave&&e.drop.onDragLeave(D)}V({x:D.clientX,y:D.clientY}),H({x:D.pageX,y:D.pageY});break;case o.POINTER_UP:if(D.type===o.POINTER_UP&&!D.originalEvent.isPrimary)break;case o.MOUSE_UP:case o.TOUCH_END:if(D.type===o.TOUCH_END&&1!==D.originalEvent.touches.length)break;case o.END:d(!1),f(!1),I({x:0,y:0}),B.onRelease&&B.onRelease(D),e.drop&&e.drop.onDrop&&e.drop.onDrop(D),e.drag&&B.onDragEnd&&B.onDragEnd(D);break;case o.POINTER_CANCEL:case o.CONTEXT_MENU:case o.TOUCH_CANCEL:case o.CANCEL:d(!1),f(!1),I({x:0,y:0}),B.onDragEnd&&B.onDragEnd(D),e.drop&&e.drop.onDragLeave&&e.drop.onDragLeave(D)}},u=function(e,t){if(e){var n,o;e===c(e)?(n=document.body.scrollHeight>window.innerHeight,o=document.body.scrollWidth>window.innerWidth):(n=e.offsetHeight<=e.scrollHeight,o=e.offsetWidth<=e.scrollWidth);var i=e.scrollTop+t.y,a=n&&i>0&&i<e.scrollHeight,r=e.scrollLeft+t.x,l=o&&r>0&&r<e.scrollWidth;a?e.scrollTop+=t.y:n&&i<0&&(e.scrollTop=0),l?e.scrollLeft+=t.x:o&&r<0&&(e.scrollLeft=0)}},p=n(3228),d=n(4912),m=n(2333);function f(e,t,n){void 0===n&&(n={});var o=t.onPress,a=void 0===o?p.Z:o,r=t.onRelease,c=void 0===r?p.Z:r,l=t.onDragStart,h=void 0===l?p.Z:l,f=t.onDrag,z=void 0===f?p.Z:f,g=t.onDragEnd,y=void 0===g?p.Z:g,b=n.hint,x=void 0===b?null:b,H=n.mouseOnly,w=void 0!==H&&H,V=n.autoScroll,M=void 0===V||V,I=n.scrollContainer,C=void 0===I?null:I,k=i.useState(!1),B=k[0],O=k[1],E=i.useState(!1),S=E[0],L=E[1],D=(0,d.W)(m.Gc)[0],P=(0,d.W)(m.Dg),_=P[0],N=P[1],T=i.useContext(m.tk)[0],R=i.useContext(m.Fg),F=R[0],j=R[1],A=R[2],K=i.useRef({x:0,y:0}),q=i.useRef(),W=i.useRef(!1),U=i.useRef(),G=i.useRef(null),Z=i.useRef(!1),Y=i.useRef({x:0,y:0}),X=i.useRef({x:0,y:0}),J=i.useRef({x:0,y:0}),$=i.useRef({x:0,y:0}),Q=i.useRef({x:0,y:0}),ee=i.useRef({x:0,y:0}),te=Boolean("undefined"!=typeof window&&window.PointerEvent),ne=!w&&te,oe=i.useCallback((function(){return e.current&&e.current.element?e.current.element:e.current}),[e]),ie=i.useCallback((function(){return x&&x.current&&x.current.element?x.current.element:x?x.current:null}),[x]),ae=i.useCallback((function(){return C&&C.current&&C.current.element?C.current.element:C?C.current:null}),[C]),re=i.useCallback((function(){return"object"==typeof M&&M.boundaryElementRef&&M.boundaryElementRef.current&&M.boundaryElementRef.current.element?M.boundaryElementRef.current.element:"object"==typeof M&&M.boundaryElementRef&&M.boundaryElementRef.current?M.boundaryElementRef.current:null}),[M]),ce=i.useRef(null);i.useImperativeHandle(ce,(function(){return{element:oe(),hint:ie(),onPress:be,onDragStart:He,onDrag:we,onDragEnd:Ve,onRelease:xe,data:e.current}}));var le=i.useCallback((function(){var e=oe();return e&&e.ownerDocument||document}),[oe]),se=i.useCallback((function(){var e=le();return e&&e.defaultView||window}),[le]),he=i.useCallback((function(){return{drag:_?_.current:null,drop:D?D.current:null,drags:F.map((function(e){return e.current})),drops:T.map((function(e){return e.current})),pressed:B,ignoreMouse:W.current,scrollOffset:Q.current,offset:Y.current,pageOffset:X.current,initialScrollOffset:ee.current,clientOffset:J.current,initialClientOffset:$.current,velocity:K.current,autoScroll:Boolean("object"==typeof M?!1!==M.enabled:M),scrollableParent:re(),autoScrollDirection:"object"==typeof M?M.direction:{horizontal:!0,vertical:!0},isScrolling:S}}),[_,D,F,T,B,M,re,S]),ve=i.useCallback((function(e){O(e)}),[]),ue=i.useCallback((function(e){L(e)}),[]),pe=i.useCallback((function(e){K.current=e}),[]),de=i.useCallback((function(e){Y.current=e}),[]),me=i.useCallback((function(e){J.current=e}),[]),fe=i.useCallback((function(e){X.current=e}),[]),ze=i.useCallback((function(e){$.current=e}),[]),ge=i.useCallback((function(e){Q.current=e}),[]),ye=i.useCallback((function(e){ee.current=e}),[]),be=i.useCallback((function(e){a(e)}),[a]),xe=i.useCallback((function(e){c(e)}),[c]),He=i.useCallback((function(t){N(ce,{target:e.current,event:t}),h(t)}),[N,e,h]),we=i.useCallback((function(e){z(e)}),[z]),Ve=i.useCallback((function(t){Z.current||(N(null,{target:e.current,event:t}),y(t))}),[y,N,e]),Me=i.useCallback((function(e){v(he(),{event:e,payload:ce.current},{onVelocityChange:pe,onOffsetChange:de,onClientOffsetChange:me,onPageOffsetChange:fe,onInitialClientOffsetChange:ze,onScrollOffsetChange:ge,onInitialScrollOffsetChange:ye,onIsPressedChange:ve,onIsScrollingChange:ue})}),[he,pe,de,fe,me,ze,ye,ve,ge,ue]),Ie=i.useCallback((function(e){Me(e)}),[Me]),Ce=i.useCallback((function(e){Me(e)}),[Me]),ke=i.useCallback((function(e){Me(e)}),[Me]),Be=i.useCallback((function(e){Me(e)}),[Me]),Oe=i.useCallback((function(e){Me(e)}),[Me]),Ee=i.useCallback((function(e){Me(e)}),[Me]),Se=i.useCallback((function(e){Me(e)}),[Me]),Le=i.useCallback((function(e){e.preventDefault(),Me(e)}),[Me]),De=i.useCallback((function(e){e.preventDefault(),Me(e)}),[Me]),Pe=i.useCallback((function(e){e.preventDefault(),Me(e)}),[Me]),_e=i.useCallback((function(e){if(0===e.touches.length&&1===e.changedTouches.length){var t=se();W.current=!0,U.current=t.setTimeout((function(){W.current=!1}),2e3)}Me(e)}),[Me,se]),Ne=i.useCallback((function(e){Me(e)}),[Me]),Te=i.useCallback((function(){var e=oe();if(e){var t=e.style.touchAction;return e.style.touchAction="none",function(){e.style.touchAction=t}}}),[oe]),Re=i.useCallback((function(){return j(ce),function(){A(ce)}}),[A,j]);i.useEffect((function(){var e=se();if(S){var t=ae()||s(document.elementFromPoint(J.current.x,J.current.y));e.clearInterval(q.current),q.current=e.setInterval((function(){u(t,{x:K.current.x,y:K.current.y})}),50)}return function(){e.clearInterval(q.current)}}),[oe,ae,se,S]),i.useEffect(Te,[Te]),i.useEffect((function(){var e=se(),t=oe(),n=le();return ne?(t&&(G.current=s(t),G.current&&G.current.addEventListener("scroll",Ne,{passive:!0}),t.addEventListener("pointerdown",Ie,{passive:!0})),B&&(n.addEventListener("pointermove",Ce),n.addEventListener("pointerup",Be,!0),n.addEventListener("contextmenu",Le),n.addEventListener("pointercancel",ke,{passive:!0}))):(e.addEventListener("touchmove",p.Z,{capture:!1,passive:!1}),t&&(t.addEventListener("mousedown",Oe,{passive:!0}),w||(t.addEventListener("touchstart",De,{passive:!0}),B&&(t.addEventListener("touchmove",Pe,{passive:!0}),t.addEventListener("touchend",_e,{passive:!0})))),B&&(n.addEventListener("mousemove",Ee,{passive:!0}),n.addEventListener("mouseup",Se,{passive:!0}))),function(){G.current&&G.current.removeEventListener("scroll",Ne),t&&(t.removeEventListener("pointerdown",Ie),t.removeEventListener("mousedown",Oe),t.removeEventListener("touchstart",De),t.removeEventListener("touchmove",Pe),t.removeEventListener("touchend",_e)),n.removeEventListener("pointermove",Ce),n.removeEventListener("pointerup",Be,!0),n.removeEventListener("contextmenu",Le),n.removeEventListener("pointercancel",ke),n.removeEventListener("mousemove",Ee),n.removeEventListener("mouseup",Se),e.removeEventListener("touchmove",p.Z),e.clearTimeout(U.current)}}),[B,se,oe,le,w,ne,Le,Oe,Ee,Se,ke,Ie,Ce,Be,_e,Pe,De,Ne]),i.useEffect((function(){return function(){Z.current=!0}}),[]),i.useLayoutEffect(Re,[Re])}},4912:(e,t,n)=>{n.d(t,{W:()=>i});var o=n(3899),i=function(e,t){var n=o.useContext(e),i=n[0],a=n[1],r=o.useState(t),c=r[0],l=r[1];return[void 0!==i?i:c,function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];void 0!==i?a.apply(void 0,e):l(e[0])}]}},3322:(e,t,n)=>{n.d(t,{i:()=>i});var o=n(3899),i=function(e,t,n){void 0===n&&(n={});var i=o.useCallback((function(o){n.onMouseDown&&n.onMouseDown.call(void 0,o),e.onMouseDown&&e.onMouseDown.call(void 0,{target:t.current,syntheticEvent:o})}),[n.onMouseDown,e.onMouseDown,t]),a=o.useCallback((function(o){n.onMouseUp&&n.onMouseUp.call(void 0,o),e.onMouseUp&&e.onMouseUp.call(void 0,{target:t.current,syntheticEvent:o})}),[n.onMouseUp,e.onMouseUp,t]);return{onClick:o.useCallback((function(o){n.onClick&&n.onClick.call(void 0,o),e.onClick&&e.onClick.call(void 0,{target:t.current,syntheticEvent:o})}),[n.onClick,e.onClick,t]),onMouseUp:a,onMouseDown:i,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])}}},7681:(e,t,n)=>{n.d(t,{J:()=>h});var o=n(3899),i=n(189),a=n(8047),r=n(698),c=n(3218),l=n(3322),s=function(){return s=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},s.apply(this,arguments)},h=o.forwardRef((function(e,t){var n=e.className,i=e.name,h=e.themeColor,u=e.size,p=e.flip,d=e.style,m=e.id,f=e.tabIndex,z=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(o=Object.getOwnPropertySymbols(e);i<o.length;i++)t.indexOf(o[i])<0&&Object.prototype.propertyIsEnumerable.call(e,o[i])&&(n[o[i]]=e[o[i]])}return n}(e,["className","name","themeColor","size","flip","style","id","tabIndex"]),g=o.useRef(null),y=o.useRef(null);o.useImperativeHandle(g,(function(){return{element:y.current}})),o.useImperativeHandle(t,(function(){return g.current}));var b=o.useMemo((function(){return u||v.size}),[u]),x=o.useMemo((function(){return p||v.flip}),[p]),H=o.useMemo((function(){var e;return(0,a.A)("k-icon",i&&(0,c._z)(i),((e={})["k-color-".concat(h)]=h,e["k-flip-h"]="horizontal"===x||"both"===x,e["k-flip-v"]="vertical"===x||"both"===x,e),r.w[b],n)}),[i,h,b,x,n]),w=(0,l.i)(e,g);return o.createElement("span",s({ref:y},z,w,{className:H,id:m,tabIndex:f,style:d,role:"presentation"}))}));h.propTypes={style:i.object,classNames:i.string,name:i.string,themeColor:i.oneOf(["inherit","primary","secondary","tertiary","info","success","error","warning","dark","light","inverse"]),size:i.oneOf(["default","xsmall","small","medium","large","xlarge"]),flip:i.oneOf(["default","horizontal","vertical","both"])};var v={size:"default",flip:"default"};h.displayName="KendoIcon"},8130:(e,t,n)=>{n.d(t,{a:()=>l});var o=n(3899),i=n(7681),a=n(6584),r=n(8300),c=function(){return c=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},c.apply(this,arguments)},l=o.forwardRef((function(e,t){var n,l=o.useContext(r.r),s=l.type,h=l.icons,v=(e.icon,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 i=0;for(o=Object.getOwnPropertySymbols(e);i<o.length;i++)t.indexOf(o[i])<0&&Object.prototype.propertyIsEnumerable.call(e,o[i])&&(n[o[i]]=e[o[i]])}return n}(e,["icon"])),u=(null===(n=e.icon)||void 0===n?void 0:n.name)||e.name,p=u&&h&&h[u]&&"string"!=typeof h[u]?h[u]:void 0;return o.createElement(o.Fragment,null,"svg"===s&&p?o.createElement(a.l,c({},e,{icon:p,ref:t})):o.createElement(i.J,c({},v,{name:u,ref:t})))}));l.displayName="KendoIconWrap"},8300:(e,t,n)=>{n.d(t,{r:()=>o});var o=n(3899).createContext({type:"font"});o.displayName="KendoReactIconsContext"},6584:(e,t,n)=>{n.d(t,{l:()=>l});var o=n(3899),i=n(189),a=n(8047),r=n(698),c=function(){return c=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},c.apply(this,arguments)},l=o.forwardRef((function(e,t){var n=e.children,i=e.className,l=e.svgClassName,h=e.icon,v=e.flip,u=e.id,p=e.tabIndex,d=e.size,m=e.style,f=e.svgStyle,z=e.themeColor,g=e.viewBox,y=(e.name,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 i=0;for(o=Object.getOwnPropertySymbols(e);i<o.length;i++)t.indexOf(o[i])<0&&Object.prototype.propertyIsEnumerable.call(e,o[i])&&(n[o[i]]=e[o[i]])}return n}(e,["children","className","svgClassName","icon","flip","id","tabIndex","size","style","svgStyle","themeColor","viewBox","name"])),b=o.useRef(null);o.useImperativeHandle(t,(function(){return{element:b.current}}));var x=o.useMemo((function(){return h?h.name:s.icon}),[h]),H=o.useMemo((function(){return d||s.size}),[d]),w=o.useMemo((function(){return v||s.flip}),[v]),V=o.useMemo((function(){return g||s.viewBox}),[g]),M=o.useMemo((function(){var e;return(0,a.A)("k-svg-icon","k-svg-i-"+x,((e={})["k-color-".concat(z)]=z,e["k-flip-h"]="horizontal"===w||"both"===w,e["k-flip-v"]="vertical"===w||"both"===w,e),r.w[H],i)}),[x,z,H,w,i]),I=o.useMemo((function(){return e.width&&e.height?c({width:e.width,height:e.height},m):e.width?c({width:e.width,height:e.width},m):e.height?c({width:e.height,height:e.height},m):c({},m)}),[e.width,e.height,m]);return o.createElement("span",{className:M,style:I,ref:b},o.createElement("svg",c({id:u,className:l,style:f,"aria-hidden":!0,tabIndex:p,focusable:!1,xmlns:"http://www.w3.org/2000/svg",viewBox:h?h.viewBox:V,dangerouslySetInnerHTML:h?{__html:h.content}:void 0},y),h?void 0:n))}));l.propTypes={style:i.object,classNames:i.string,children:i.any,icon:i.object,themeColor:i.oneOf(["inherit","primary","secondary","tertiary","info","success","error","warning","dark","light","inverse"]),size:i.oneOf(["default","xsmall","small","medium","large","xlarge"]),flip:i.oneOf(["default","horizontal","vertical","both"])};var s={size:"default",flip:"default",icon:"",viewBox:"0 0 24 24"};l.displayName="KendoSvgIcon"},698:(e,t,n)=>{n.d(t,{w:()=>o});var o={default:"",xsmall:"k-icon-xs",small:"k-icon-sm",medium:"k-icon-md",large:"k-icon-lg",xlarge:"k-icon-xl"}},3218:(e,t,n)=>{n.d(t,{iJ:()=>i,_z:()=>a,wi:()=>r});var o=n(189),i=function(e){return e.replace(/^k-i-/,"")},a=function(e){return"k-i-"+e},r=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}},4468:(e,t,n)=>{n.r(t),n.d(t,{AsyncFocusBlur:()=>A,BrowserSupportService:()=>a,COLLECTION_ACTION:()=>Y,DragAndDrop:()=>xe,Draggable:()=>He._,Droppable:()=>Me,FormComponent:()=>f,Icon:()=>te.J,IconWrap:()=>oe.a,IconsContext:()=>ie.r,Keys:()=>b.R,SvgIcon:()=>ne.l,Typography:()=>ze,ZIndexContext:()=>o.$,canUseDOM:()=>r.N,canUseRef:()=>c,classNames:()=>l.A,clone:()=>v,cloneArray:()=>d,cloneDate:()=>h,cloneObject:()=>u,cloneValue:()=>p,createPropsContext:()=>W,dispatchEvent:()=>T.N,extendDataItem:()=>D,focusFirstFocusableChild:()=>m,getItemPath:()=>P,getScrollbarWidth:()=>H,getTabIndex:()=>z.p,getter:()=>g.Y,guid:()=>y.M,hasRelativeStackingContext:()=>N,kendoThemeMaps:()=>Ce.G,mapTree:()=>S,mapTreeItem:()=>L,memoizeOne:()=>Be,noop:()=>x.Z,setScrollbarWidth:()=>w,setter:()=>C,svgIconPropType:()=>ae.wi,toIconClass:()=>ae._z,toIconName:()=>ae.iJ,useAsyncFocusBlur:()=>F,useCollection:()=>$,useCustomComponent:()=>J,useDir:()=>G.n,useDocument:()=>Q,useDraggable:()=>Ie.O,useDroppable:()=>Ve,useMouse:()=>X.i,usePropsContext:()=>K,useRtl:()=>Z,useWindow:()=>ee,useZIndexContext:()=>o.u,validatePackage:()=>_.s,withPropsContext:()=>U});var o=n(8259),i=function(){return"undefined"!=typeof document?document:{}},a=function(){function e(){this.scrollbar=0}return Object.defineProperty(e.prototype,"scrollbarWidth",{get:function(){var e=i();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}(),r=n(7827),c=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),h=function(e){return e?new Date(e.getTime()):null};function v(e){var t={};return u(e,t),t}function u(e,t){for(var n in e)if(e.hasOwnProperty(n)){var o=e[n];t[n]=p(o,t[n])}}function p(e,t){if(Array.isArray(e))return d(e);if(e instanceof Date)return h(e);if(s.isValidElement(e))return s.cloneElement(e,e.props);if(e&&"object"==typeof e){var n=t||{};return u(e,n),n}return e}function d(e){return e.map((function(e){return p(e,void 0)}))}var m=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()}},f=function(){},z=n(4703),g=n(9659),y=n(3198),b=n(3493),x=n(3228),H=function(){return!(!r.N||!document.body)&&(new a).scrollbarWidth},w=function(){if(!r.N||!document.body)return!1;var e=(new a).scrollbarWidth;document.body.style.setProperty("--kendo-scrollbar-width","".concat(e,"px"))},V=n(4100),M={undefined:function(e){return e}},I=function(e,t){return t&&t.arrays&&!isNaN(Number(e))?[]:{}};function C(e){if(M[e])return M[e];var t=(0,V.E)(e);return M[e]=function(e,n,o){for(var i=e,a=t.length-1,r=0;r<a&&i;r++)i=i[t[r]]=i[t[r]]||I(t[r+1],o);i[t[a]]=n},M[e]}var k=function(){return k=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},k.apply(this,arguments)},B=function(e,t,n){if(n||2===arguments.length)for(var o,i=0,a=t.length;i<a;i++)!o&&i in t||(o||(o=Array.prototype.slice.call(t,0,i)),o[i]=t[i]);return e.concat(o||Array.prototype.slice.call(t))};function O(e,t,n){var o;return n?k(k({},e),((o={})[t]=n.length?B([],n,!0):void 0,o)):e&&e[t]?B([],e[t],!0):[]}function E(e,t,n){if(e[t]){var o=O(e,t).map((function(e){return E(e,t,n)}));return n(O(e,t,o))}return n(e)}var S=function(e,t,n){return B([],e.map((function(e){return E(e,t,n)})),!0)},L=function(e,t,n,o){for(var i=e,a=[],r=0;r<t.length;r++)i=i[t[r]],i=Array.isArray(i)?i:i[n],a.push(i);var c=a.length>1?a[a.length-2]:e,l=t[t.length-1],s=o(c[l]);c.splice(l,1,s)},D=function(e,t,n){var o;return Object.assign({},e,e[t]?((o={})[t]=e[t].slice(),o):{},n||{})},P=function(e,t,n){var o=[],i=B([],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},_=n(4006),N=function(e){if(!r.N)return!1;var t=e?e.ownerDocument:document;if(!t||!t.body)return!1;var n=t.createElement("div");n.style.transform="matrix(10, 0, 0, 10, 0, 0)";var o=t.createElement("div");o.appendChild(t.createTextNode("child")),o.style.position="fixed",o.style.top="10px",n.appendChild(o),t.body.appendChild(n);var i=10!==o.getBoundingClientRect().top;return t.body.removeChild(n),i},T=n(5407),R=function(e,t,n){if(n||2===arguments.length)for(var o,i=0,a=t.length;i<a;i++)!o&&i in t||(o||(o=Array.prototype.slice.call(t,0,i)),o[i]=t[i]);return e.concat(o||Array.prototype.slice.call(t))};function F(e){var t=e.onFocus,n=e.onBlur,o=e.onSyncFocus,i=e.onSyncBlur,a=s.useRef(!1),r=s.useRef(0),c=s.useCallback((function(e){clearTimeout(r.current),r.current=window.setTimeout((function(){return e()}))}),[r]),l=s.useCallback((function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];clearTimeout(r.current),o&&o.call(void 0,e[0]),a.current||(a.current=!0,t&&t.call.apply(t,R([void 0],e,!1)))}),[a,t,o]),h=s.useCallback((function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];i&&i.call(void 0,e[0]),c((function(){a.current&&n&&(a.current=!1,n.call.apply(n,R([void 0],e,!1)))}))}),[a,c,n,i]);return s.useEffect((function(){return function(){clearTimeout(r.current)}}),[]),{onFocus:l,onBlur:h}}var j=function(){return j=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},j.apply(this,arguments)},A=function(e){var t=e.children,n=F({onFocus:e.onFocus,onBlur:e.onBlur,onSyncFocus:e.onSyncFocus,onSyncBlur:e.onSyncBlur});return s.createElement(s.Fragment,null,t.call(void 0,j({},n)))},K=function(e,t){return s.useContext(e)(t)},q=function(){return q=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},q.apply(this,arguments)},W=function(){return s.createContext((function(e){return e}))},U=function(e,t){return s.forwardRef((function(n,o){var i=K(e,n);return s.createElement(t,q({},i,{ref:o}))}))},G=n(8199);function Z(e,t,n){var o=s.useState(t),i=o[0],a=o[1];return s.useEffect((function(){if(!i&&window&&e.current){var t=window.getComputedStyle(e.current).direction;t&&a(t)}}),n),i}var Y,X=n(3322),J=function(e){return[e,{}]};!function(e){e[e.add=0]="add",e[e.remove=1]="remove"}(Y||(Y={}));var $=function(e){void 0===e&&(e=[]);var t=s.useRef(e),n=s.useCallback((function(e){switch(e.type){case Y.add:t.current.push(e.item);break;case Y.remove:var n=t.current.indexOf(e.item);t.current.splice(n,1)}}),[]);return[t.current,n]},Q=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])},ee=function(e){var t=Q(e);return s.useCallback((function(){var e=t();return e&&e.defaultView||window}),[t])},te=n(7681),ne=n(6584),oe=n(8130),ie=n(8300),ae=n(3218),re=n(189),ce={xsmall:"k-fs-xs",small:"k-fs-sm",medium:"k-fs-md",large:"k-fs-lg",xlarge:"k-fs-xl"},le={light:"k-font-weight-light",normal:"k-font-weight-normal",bold:"k-font-weight-bold"},se={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"},he={xsmall:"xs",small:"sm",medium:"md",large:"lg",xlarge:"xl",thin:"thin",hair:"hair"},ve={top:"k-mt-",right:"k-mr-",bottom:"k-mb-",left:"k-ml-"},ue={left:"k-text-left",right:"k-text-right",center:"k-text-center",justify:"k-text-justify"},pe={lowercase:"k-text-lowercase",uppercase:"k-text-uppercase",capitalize:"k-text-capitalize"},de={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"},me=function(){return me=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},me.apply(this,arguments)},fe=function(e){var t=s.forwardRef((function(t,n){var o=t.id,i=t.style,a=t.className,r=t.fontSize,c=t.fontWeight,l=t.textAlign,h=t.textTransform,v=t.themeColor,u=t.margin,p=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(o=Object.getOwnPropertySymbols(e);i<o.length;i++)t.indexOf(o[i])<0&&Object.prototype.propertyIsEnumerable.call(e,o[i])&&(n[o[i]]=e[o[i]])}return n}(t,["id","style","className","fontSize","fontWeight","textAlign","textTransform","themeColor","margin"]),d=s.useRef(null),m=s.useRef(null);s.useImperativeHandle(d,(function(){return{element:m.current,props:t}})),s.useImperativeHandle(n,(function(){return d.current}));var f=e;return s.createElement(f,me({id:o,ref:m,className:["k-".concat("p"===e?"paragraph":e),ce[r],le[c],ue[l],pe[h],de[v],function(){if(void 0!==u){if("string"==typeof u)return[se[u]];if("number"==typeof u&&u>=0&&u<=24)return["k-m-".concat(u)];if("object"==typeof u){var e=[];return Object.keys(u).forEach((function(t){var n,o,i;null!==u[t]&&void 0!==u[t]&&e.push((n=t,i="string"==typeof(o=u[t])?he[o]:o,"".concat(ve[n]).concat(i)))})),e.join(" ")}}}(),a].filter((function(e){return void 0!==e})).join(" "),style:i},p),t.children)}));return t.propTypes={style:re.object,className:re.string,fontSize:re.oneOf(["xsmall","small","medium","large","xlarge"]),fontWeight:re.oneOf(["light","normal","bold"]),margin:re.oneOfType([re.number,re.object,re.oneOf(["xsmall","small","medium","large","xlarge","thin","hair"])]),textAlign:re.oneOf(["left","right","center","justify"]),textTransform:re.oneOf(["lowercase","uppercase","capitalize"]),themeColor:re.oneOf(["inherit","primary","secondary","tertiary","info","success","error","warning","dark","light","inverse"])},t.displayName="KendoReactTypography".concat(e.toUpperCase()),t},ze={h1:fe("h1"),h2:fe("h2"),h3:fe("h3"),h4:fe("h4"),h5:fe("h5"),h6:fe("h6"),p:fe("p"),code:fe("code"),pre:fe("pre")},ge=function(){return ge=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},ge.apply(this,arguments)},ye=function(e,t,n){var o=s.useState(t||e),i=o[0],a=o[1];return[void 0!==t?t:i,s.useCallback((function(e,t){a(e),n&&n.call(void 0,ge(ge({},t),{value:e}))}),[n,a])]},be=n(2333),xe=function(e){var t=ye(null,void 0),n=t[0],o=t[1],i=ye(null,void 0),a=i[0],r=i[1],c=$([]),l=c[0],h=c[1],v=$([]),u=v[0],p=v[1];return s.createElement(be.Dg.Provider,{value:[n,o]},s.createElement(be.Gc.Provider,{value:[a,r]},s.createElement(be.Fg.Provider,{value:[l,function(e){h({type:Y.add,item:e})},function(e){h({type:Y.remove,item:e})}]},s.createElement(be.tk.Provider,{value:[u,function(e){p({type:Y.add,item:e})},function(e){p({type:Y.remove,item:e})}]},e.children))))};xe.displayName="KendoReactDragAndDrop";var He=n(1779),we=n(4912);function Ve(e,t){void 0===t&&(t={onDragEnter:x.Z,onDragOver:x.Z,onDragLeave:x.Z,onDrop:x.Z});var n=t.onDragEnter,o=void 0===n?x.Z:n,i=t.onDragOver,a=void 0===i?x.Z:i,r=t.onDragLeave,c=void 0===r?x.Z:r,l=t.onDrop,h=void 0===l?x.Z:l,v=(0,we.W)(be.Gc)[1],u=s.useContext(be.tk),p=u[1],d=u[2],m=s.useCallback((function(){return e.current&&e.current.element?e.current.element:e.current}),[e]),f=s.useRef(null);s.useImperativeHandle(f,(function(){return{element:m(),onDragEnter:z,onDragOver:g,onDragLeave:y,onDrop:b,data:e.current}}));var z=s.useCallback((function(t){v(f,{target:e.current,event:t}),o(t)}),[v,e,o]),g=s.useCallback((function(e){a(e)}),[a]),y=s.useCallback((function(t){v(null,{target:e.current,event:t}),c(t)}),[v,e,c]),b=s.useCallback((function(t){v(null,{target:e.current,event:t}),h(t)}),[v,e,h]),H=s.useCallback((function(){return p(f),function(){d(f)}}),[d,p]);s.useLayoutEffect(H,[H])}var Me=s.forwardRef((function(e,t){var n=s.useRef(null),o=s.useRef(null),i=s.useCallback((function(){return n.current&&n.current.element?n.current.element:n.current}),[n]);s.useImperativeHandle(o,(function(){return{element:i()||void 0}})),s.useImperativeHandle(t,(function(){return o.current})),s.useImperativeHandle(e.childRef,(function(){return n.current}));var a=s.useCallback((function(t){e.onDragEnter&&e.onDragEnter({element:i(),target:o.current,event:t})}),[e.onDragEnter,i]),r=s.useCallback((function(t){e.onDragOver&&e.onDragOver({element:i(),target:o.current,event:t})}),[i,e.onDragOver]),c=s.useCallback((function(t){e.onDragLeave&&e.onDragLeave({element:i(),target:o.current,event:t})}),[e.onDragLeave,i]),l=s.useCallback((function(t){e.onDrop&&e.onDrop({element:i(),target:o.current,event:t})}),[e.onDrop,i]);return Ve(n,{onDragEnter:a,onDragOver:r,onDragLeave:c,onDrop:l}),e.children?s.cloneElement(s.Children.only(e.children),{ref:n}):null}));Me.displayName="KendoReactDroppable";var Ie=n(9844),Ce=n(2697);function ke(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(!((o=e[n])===(i=t[n])||Number.isNaN(o)&&Number.isNaN(i)))return!1;var o,i;return!0}function Be(e,t){void 0===t&&(t=ke);var n=null;function o(){for(var o=[],i=0;i<arguments.length;i++)o[i]=arguments[i];if(n&&n.lastThis===this&&t(o,n.lastArgs))return n.lastResult;var a=e.apply(this,o);return n={lastResult:a,lastArgs:o,lastThis:this},a}return o.clear=function(){n=null},o}},3228:(e,t,n)=>{n.d(t,{Z:()=>o});var o=function(){}},2697:(e,t,n)=>{n.d(t,{G:()=>o});var o={sizeMap:{small:"sm",medium:"md",large:"lg"},roundedMap:{small:"sm",medium:"md",large:"lg"}}},4006:(e,t,n)=>{n.d(t,{s:()=>i});var o=n(9302);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)}}},9302:e=>{e.exports=n},499:e=>{e.exports=o},189:e=>{e.exports=t},3899:t=>{t.exports=e},994:e=>{e.exports=i},6144:e=>{e.exports=a}},c={};function l(e){var t=c[e];if(void 0!==t)return t.exports;var n=c[e]={exports:{}};return r[e].call(n.exports,n,n.exports,l),n.exports}return l.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return l.d(t,{a:t}),t},l.d=(e,t)=>{for(var n in t)l.o(t,n)&&!l.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},l.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),l.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l(468)})()}));