(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-269ee386"],{2586:function(e,t,n){"use strict";var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"editor-accordion"},[e.$slots.title||e.$slots.toggle||e.$slots.device?n("Heading",{staticClass:"editor-accordion-heading",class:e.headingClasses,attrs:{icon:e.headingIcon},on:{click:e.toggle},scopedSlots:e._u([{key:"titleTrailing",fn:function(){return[e._t("device")]},proxy:!0},{key:"prependEnding",fn:function(){return[e._t("toggle")]},proxy:!0}],null,!0)},[e._t("title")],2):e._e(),n("div",{ref:"expandable",staticClass:"editor-accordion-content",class:e.contentClasses,style:{gap:e.gap}},[e._t("default"),e.$slots.moreOrLess?n("MoreOrLess",{attrs:{fix:e.fixOptions}},[e._t("moreOrLess")],2):e._e()],2)],1)},i=[],s=n("2ed2"),o=n("4671"),l=n("496a"),d={name:"EditorAccordion",components:{Heading:s["a"],MoreOrLess:o["a"]},mixins:[l["a"]],props:{fix:{type:Boolean,default:!1},fixOptions:{type:Boolean,default:!1},gap:{type:String,default:"12px"}},data:function(){return{expanded:!1}},computed:{headingClasses:function(){if(!this.fix)return"cursor-pointer"},headingIcon:function(){if(!this.fix)return this.expanded?"angle-up":"angle-down"},contentClasses:function(){return this.fix?"h-100":""}},methods:{toggle:function(){this.fix||(this.expanded=!this.expanded,this.$emit("toggle",this))}}},r=d,c=(n("9a68"),n("d802")),p=Object(c["a"])(r,a,i,!1,null,null,null);t["a"]=p.exports},"2ed2":function(e,t,n){"use strict";var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",[n("div",{staticClass:"editor-heading d-flex",on:{click:function(t){return e.$emit("click")}}},[n("div",{staticClass:"editor-heading-title d-flex align-items-center",class:{label:e.label}},[e._t("default"),e.$slots.titleTrailing?n("div",{staticClass:"editor-heading-title-trailing"},[e._t("titleTrailing")],2):e._e()],2),e.icon||e.$slots.prependEnding?n("div",{staticClass:"editor-heading-end"},[e._t("prependEnding"),e._t("toggler",[e.icon?n(e.iconComponent,{tag:"component",attrs:{size:e.iconSize}}):e._e()])],2):e._e()]),e.$slots.expandableContent?n("div",{staticClass:"editor-heading-content"},[n("div",{ref:"expandable",staticClass:"editor-heading-content-inner",class:e.expandableClasses},[e._t("expandableContent")],2)]):e._e(),e.$slots.help?n("div",{staticClass:"editor-heading-help"},[n("div",{staticClass:"editor-heading-help-inner"},[e._t("help")],2)]):e._e()])},i=[],s=(n("8d0d"),n("9a04")),o=n("95b0"),l=n("2c36"),d=n("496a"),r=n("f1a9"),c={name:"EditorHeading",components:{OmHeading:r["OmHeading"],UilAngleDown:s["a"],UilAngleUp:o["a"]},mixins:[l["a"],d["a"]],props:{icon:{type:String,default:null,validator:function(e){return["angle-down","angle-up"].includes(e)}},label:{type:Boolean,default:!1},expandableGap:{type:String}},computed:{expandableClasses:function(){if(this.expandableGap)return"d-flex flex-column gap-12"}}},p=c,u=(n("a27f"),n("d802")),f=Object(u["a"])(p,a,i,!1,null,null,null);t["a"]=f.exports},4671:function(e,t,n){"use strict";var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"more-or-less"},[n("div",{ref:"expandable",staticClass:"more-or-less-content",class:e.contentClasses},[e._t("default")],2),e.hideToggler||e.fix?e._e():n("div",{staticClass:"more-or-less-bottom d-flex justify-content-center"},[n("div",{staticClass:"d-flex cursor-pointer align-items-center"},[n(e.iconName,{tag:"component",attrs:{size:"2em"}}),n("div",{staticClass:"more-or-less-bottom-text",on:{click:e.toggle}},[e._v(e._s(e.expanded?e.$t("lessOptions"):e.$t("moreOptions")))])],1)])])},i=[],s=n("9a04"),o=n("95b0"),l=n("496a"),d={name:"MoreOrLess",components:{UilAngleDown:s["a"],UilAngleUp:o["a"]},mixins:[l["a"]],props:{parentExpanded:{type:Boolean,default:null},hideToggler:{type:Boolean,default:!1}},data:function(){return{expanded:!1}},computed:{iconName:function(){return this.expanded?"uil-angle-up":"uil-angle-down"},contentClasses:function(){return this.fix?"h-100":""}},methods:{toggle:function(){this.fix||(this.expanded=!this.expanded)}}},r=d,c=(n("8cb3"),n("d802")),p=Object(c["a"])(r,a,i,!1,null,null,null);t["a"]=p.exports},"496a":function(e,t,n){"use strict";n("8f0b"),n("8423"),n("f3b8"),n("fa8c");var a="expand--opened",i="expand--closed",s=function(e){e.classList.add(a),e.classList.remove(i),e.style.overflow="",e.style.opacity=1,e.style.height="fit-content"},o=function(e){e.classList.add(i),e.classList.remove(a),e.style.overflow="hidden",e.style.opacity=0,e.style.height=0},l={open:s,close:o};t["a"]={data:function(){return{expandRef:"expandable",expandState:"expanded",expandWatcher:null,expanded:!1}},props:{fix:{type:Boolean,default:!1},open:{type:Boolean,default:!1}},watch:{open:{handler:function(e){this.expanded=e},immediate:!0},expandRef:{handler:function(e){e?this._expandWatch():this._expandUnwatch()},immediate:!0}},mounted:function(){this.fix||(this._hideExpand(),this._expandWatch())},methods:{_hideExpand:function(){if(this.expandRef){var e=this[this.expandState]?"open":"close",t=this.$refs[this.expandRef];Array.isArray(t)?Array.from(t).forEach((function(t){return t&&l[e](t)})):t&&l[e](t)}},_expandWatch:function(){var e=this;this._expandWatcher=this.$watch((function(){return this[this.expandState]}),(function(t){var n=t?"open":"close",a=e.$refs[e.expandRef];Array.isArray(a)?Array.from(a).forEach((function(e){return e&&l[n](e)})):a&&l[n](a)}))},_expandUnwatch:function(){this._expandWatcher&&this._expandWatcher()}}}},"5f5a":function(e,t,n){},"8cb3":function(e,t,n){"use strict";n("e355")},"9a68":function(e,t,n){"use strict";n("5f5a")},a27f:function(e,t,n){"use strict";n("baac")},baac:function(e,t,n){},e355:function(e,t,n){}}]);
//# sourceMappingURL=chunk-269ee386.5b3c8701.js.map