/*! For license information please see vendors-2b5e39bb.401654db2e2c1e43d720.bundle.js.LICENSE.txt */
"use strict";(self.webpackChunklernplattform_frontend=self.webpackChunklernplattform_frontend||[]).push([[37151],{914100:function(t,e,n){n.d(e,{P$:function(){return i},Y7:function(){return r},nL:function(){return o}});var r={ACTIVATED:"mdc-select--activated",DISABLED:"mdc-select--disabled",FOCUSED:"mdc-select--focused",INVALID:"mdc-select--invalid",OUTLINED:"mdc-select--outlined",REQUIRED:"mdc-select--required",ROOT:"mdc-select",SELECTED_ITEM_CLASS:"mdc-list-item--selected",WITH_LEADING_ICON:"mdc-select--with-leading-icon"},i={ARIA_CONTROLS:"aria-controls",ARIA_SELECTED_ATTR:"aria-selected",CHANGE_EVENT:"MDCSelect:change",LABEL_SELECTOR:".mdc-floating-label",LEADING_ICON_SELECTOR:".mdc-select__icon",LINE_RIPPLE_SELECTOR:".mdc-line-ripple",MENU_SELECTOR:".mdc-select__menu",OUTLINE_SELECTOR:".mdc-notched-outline",SELECTED_ITEM_SELECTOR:"."+r.SELECTED_ITEM_CLASS,SELECTED_TEXT_SELECTOR:".mdc-select__selected-text",SELECT_ANCHOR_SELECTOR:".mdc-select__anchor",VALUE_ATTR:"data-value"},o={LABEL_SCALE:.75,UNSET_INDEX:-1}},439169:function(t,e,n){n.d(e,{y:function(){return u}});var r=n(15215),i=n(340361),o=n(512673),u=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r.__extends(e,t),e.attachTo=function(t){return new e(t)},Object.defineProperty(e.prototype,"foundation",{get:function(){return this.foundation_},enumerable:!0,configurable:!0}),e.prototype.getDefaultFoundation=function(){var t=this,e={addClass:function(e){return t.root_.classList.add(e)},removeClass:function(e){return t.root_.classList.remove(e)},hasClass:function(e){return t.root_.classList.contains(e)},setAttr:function(e,n){return t.root_.setAttribute(e,n)},removeAttr:function(e){return t.root_.removeAttribute(e)},setContent:function(e){t.root_.textContent=e}};return new o.r(e)},e}(i.O)},962427:function(t,e,n){n.d(e,{P:function(){return r},Y:function(){return i}});var r={ARIA_HIDDEN:"aria-hidden",ROLE:"role"},i={HELPER_TEXT_PERSISTENT:"mdc-select-helper-text--persistent",HELPER_TEXT_VALIDATION_MSG:"mdc-select-helper-text--validation-msg"}},512673:function(t,e,n){n.d(e,{r:function(){return u}});var r=n(15215),i=n(686009),o=n(962427),u=function(t){function e(n){return t.call(this,r.__assign({},e.defaultAdapter,n))||this}return r.__extends(e,t),Object.defineProperty(e,"cssClasses",{get:function(){return o.Y},enumerable:!0,configurable:!0}),Object.defineProperty(e,"strings",{get:function(){return o.P},enumerable:!0,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{addClass:function(){},removeClass:function(){},hasClass:function(){return!1},setAttr:function(){},removeAttr:function(){},setContent:function(){}}},enumerable:!0,configurable:!0}),e.prototype.setContent=function(t){this.adapter_.setContent(t)},e.prototype.setPersistent=function(t){t?this.adapter_.addClass(o.Y.HELPER_TEXT_PERSISTENT):this.adapter_.removeClass(o.Y.HELPER_TEXT_PERSISTENT)},e.prototype.setValidation=function(t){t?this.adapter_.addClass(o.Y.HELPER_TEXT_VALIDATION_MSG):this.adapter_.removeClass(o.Y.HELPER_TEXT_VALIDATION_MSG)},e.prototype.showToScreenReader=function(){this.adapter_.removeAttr(o.P.ARIA_HIDDEN)},e.prototype.setValidity=function(t){var e=this.adapter_.hasClass(o.Y.HELPER_TEXT_PERSISTENT),n=this.adapter_.hasClass(o.Y.HELPER_TEXT_VALIDATION_MSG)&&!t;n?this.adapter_.setAttr(o.P.ROLE,"alert"):this.adapter_.removeAttr(o.P.ROLE),e||n||this.hide_()},e.prototype.hide_=function(){this.adapter_.setAttr(o.P.ARIA_HIDDEN,"true")},e}(i.I)},237640:function(t,e,n){n.d(e,{k:function(){return u}});var r=n(15215),i=n(340361),o=n(13798),u=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r.__extends(e,t),e.attachTo=function(t){return new e(t)},Object.defineProperty(e.prototype,"foundation",{get:function(){return this.foundation_},enumerable:!0,configurable:!0}),e.prototype.getDefaultFoundation=function(){var t=this,e={getAttr:function(e){return t.root_.getAttribute(e)},setAttr:function(e,n){return t.root_.setAttribute(e,n)},removeAttr:function(e){return t.root_.removeAttribute(e)},setContent:function(e){t.root_.textContent=e},registerInteractionHandler:function(e,n){return t.listen(e,n)},deregisterInteractionHandler:function(e,n){return t.unlisten(e,n)},notifyIconAction:function(){return t.emit(o.T.strings.ICON_EVENT,{},!0)}};return new o.T(e)},e}(i.O)},235842:function(t,e,n){n.d(e,{P:function(){return r}});var r={ICON_EVENT:"MDCSelect:icon",ICON_ROLE:"button"}},13798:function(t,e,n){n.d(e,{T:function(){return a}});var r=n(15215),i=n(686009),o=n(235842),u=["click","keydown"],a=function(t){function e(n){var i=t.call(this,r.__assign({},e.defaultAdapter,n))||this;return i.savedTabIndex_=null,i.interactionHandler_=function(t){return i.handleInteraction(t)},i}return r.__extends(e,t),Object.defineProperty(e,"strings",{get:function(){return o.P},enumerable:!0,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{getAttr:function(){return null},setAttr:function(){},removeAttr:function(){},setContent:function(){},registerInteractionHandler:function(){},deregisterInteractionHandler:function(){},notifyIconAction:function(){}}},enumerable:!0,configurable:!0}),e.prototype.init=function(){var t=this;this.savedTabIndex_=this.adapter_.getAttr("tabindex"),u.forEach((function(e){t.adapter_.registerInteractionHandler(e,t.interactionHandler_)}))},e.prototype.destroy=function(){var t=this;u.forEach((function(e){t.adapter_.deregisterInteractionHandler(e,t.interactionHandler_)}))},e.prototype.setDisabled=function(t){this.savedTabIndex_&&(t?(this.adapter_.setAttr("tabindex","-1"),this.adapter_.removeAttr("role")):(this.adapter_.setAttr("tabindex",this.savedTabIndex_),this.adapter_.setAttr("role",o.P.ICON_ROLE)))},e.prototype.setAriaLabel=function(t){this.adapter_.setAttr("aria-label",t)},e.prototype.setContent=function(t){this.adapter_.setContent(t)},e.prototype.handleInteraction=function(t){var e="Enter"===t.key||13===t.keyCode;("click"===t.type||e)&&this.adapter_.notifyIconAction()},e}(i.I)},601850:function(t,e,n){n.r(e),n.d(e,{MDCSelect:function(){return r.R},MDCSelectFoundation:function(){return o.A},MDCSelectHelperText:function(){return u.y},MDCSelectHelperTextFoundation:function(){return a.r},MDCSelectIcon:function(){return c.k},MDCSelectIconFoundation:function(){return d.T},cssClasses:function(){return i.Y7},helperTextCssClasses:function(){return s.Y},helperTextStrings:function(){return s.P},iconStrings:function(){return l.P},numbers:function(){return i.nL},strings:function(){return i.P$}});var r=n(939446),i=n(914100),o=n(661528),u=n(439169),a=n(512673),s=n(962427),c=n(237640),d=n(13798),l=n(235842)},727721:function(t,e,n){n.d(e,{P$:function(){return i},Y7:function(){return r},nL:function(){return o}});var r={ACTIVE:"mdc-slider--active",DISABLED:"mdc-slider--disabled",DISCRETE:"mdc-slider--discrete",FOCUS:"mdc-slider--focus",HAS_TRACK_MARKER:"mdc-slider--display-markers",IN_TRANSIT:"mdc-slider--in-transit",IS_DISCRETE:"mdc-slider--discrete"},i={ARIA_DISABLED:"aria-disabled",ARIA_VALUEMAX:"aria-valuemax",ARIA_VALUEMIN:"aria-valuemin",ARIA_VALUENOW:"aria-valuenow",CHANGE_EVENT:"MDCSlider:change",INPUT_EVENT:"MDCSlider:input",PIN_VALUE_MARKER_SELECTOR:".mdc-slider__pin-value-marker",STEP_DATA_ATTR:"data-step",THUMB_CONTAINER_SELECTOR:".mdc-slider__thumb-container",TRACK_MARKER_CONTAINER_SELECTOR:".mdc-slider__track-marker-container",TRACK_SELECTOR:".mdc-slider__track"},o={PAGE_FACTOR:4}},128474:function(t,e,n){n.r(e),n.d(e,{MDCSlider:function(){return s},MDCSliderFoundation:function(){return a.$},cssClasses:function(){return u.Y7},numbers:function(){return u.nL},strings:function(){return u.P$}});var r=n(15215),i=n(340361),o=n(45700),u=n(727721),a=n(302719),s=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r.__extends(e,t),e.attachTo=function(t){return new e(t)},Object.defineProperty(e.prototype,"value",{get:function(){return this.foundation_.getValue()},set:function(t){this.foundation_.setValue(t)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"min",{get:function(){return this.foundation_.getMin()},set:function(t){this.foundation_.setMin(t)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"max",{get:function(){return this.foundation_.getMax()},set:function(t){this.foundation_.setMax(t)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"step",{get:function(){return this.foundation_.getStep()},set:function(t){this.foundation_.setStep(t)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"disabled",{get:function(){return this.foundation_.isDisabled()},set:function(t){this.foundation_.setDisabled(t)},enumerable:!0,configurable:!0}),e.prototype.initialize=function(){this.thumbContainer_=this.root_.querySelector(u.P$.THUMB_CONTAINER_SELECTOR),this.track_=this.root_.querySelector(u.P$.TRACK_SELECTOR),this.pinValueMarker_=this.root_.querySelector(u.P$.PIN_VALUE_MARKER_SELECTOR),this.trackMarkerContainer_=this.root_.querySelector(u.P$.TRACK_MARKER_CONTAINER_SELECTOR)},e.prototype.getDefaultFoundation=function(){var t=this,e={hasClass:function(e){return t.root_.classList.contains(e)},addClass:function(e){return t.root_.classList.add(e)},removeClass:function(e){return t.root_.classList.remove(e)},getAttribute:function(e){return t.root_.getAttribute(e)},setAttribute:function(e,n){return t.root_.setAttribute(e,n)},removeAttribute:function(e){return t.root_.removeAttribute(e)},computeBoundingRect:function(){return t.root_.getBoundingClientRect()},getTabIndex:function(){return t.root_.tabIndex},registerInteractionHandler:function(e,n){return t.listen(e,n,(0,o.E)())},deregisterInteractionHandler:function(e,n){return t.unlisten(e,n,(0,o.E)())},registerThumbContainerInteractionHandler:function(e,n){t.thumbContainer_.addEventListener(e,n,(0,o.E)())},deregisterThumbContainerInteractionHandler:function(e,n){t.thumbContainer_.removeEventListener(e,n,(0,o.E)())},registerBodyInteractionHandler:function(t,e){return document.body.addEventListener(t,e)},deregisterBodyInteractionHandler:function(t,e){return document.body.removeEventListener(t,e)},registerResizeHandler:function(t){return window.addEventListener("resize",t)},deregisterResizeHandler:function(t){return window.removeEventListener("resize",t)},notifyInput:function(){return t.emit(u.P$.INPUT_EVENT,t)},notifyChange:function(){return t.emit(u.P$.CHANGE_EVENT,t)},setThumbContainerStyleProperty:function(e,n){t.thumbContainer_.style.setProperty(e,n)},setTrackStyleProperty:function(e,n){return t.track_.style.setProperty(e,n)},setMarkerValue:function(e){return t.pinValueMarker_.innerText=e.toLocaleString()},setTrackMarkers:function(e,n,r){var i=e.toLocaleString(),o="linear-gradient(to right, currentColor 2px, transparent 0) 0 center / calc((100% - 2px) / (("+n.toLocaleString()+" - "+r.toLocaleString()+") / "+i+")) 100% repeat-x";t.trackMarkerContainer_.style.setProperty("background",o)},isRTL:function(){return"rtl"===getComputedStyle(t.root_).direction}};return new a.$(e)},e.prototype.initialSyncWithDOM=function(){var t=this.parseFloat_(this.root_.getAttribute(u.P$.ARIA_VALUENOW),this.value),e=this.parseFloat_(this.root_.getAttribute(u.P$.ARIA_VALUEMIN),this.min),n=this.parseFloat_(this.root_.getAttribute(u.P$.ARIA_VALUEMAX),this.max);e>=this.max?(this.max=n,this.min=e):(this.min=e,this.max=n),this.step=this.parseFloat_(this.root_.getAttribute(u.P$.STEP_DATA_ATTR),this.step),this.value=t,this.disabled=this.root_.hasAttribute(u.P$.ARIA_DISABLED)&&"false"!==this.root_.getAttribute(u.P$.ARIA_DISABLED),this.foundation_.setupTrackMarker()},e.prototype.layout=function(){this.foundation_.layout()},e.prototype.stepUp=function(t){void 0===t&&(t=this.step||1),this.value+=t},e.prototype.stepDown=function(t){void 0===t&&(t=this.step||1),this.value-=t},e.prototype.parseFloat_=function(t,e){var n=parseFloat(t);return"number"==typeof n&&isFinite(n)?n:e},e}(i.O)}}]);