@avakhula/ui 0.0.505-alpha-spa.18 → 0.0.505-alpha-spa.19

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.
package/dist/index.js CHANGED
@@ -21503,6 +21503,10 @@ const mp = {
21503
21503
  characterLimitErrorMessage: {
21504
21504
  type: String,
21505
21505
  default: ""
21506
+ },
21507
+ hiddenElements: {
21508
+ type: Array,
21509
+ default: () => ["font-size", "image"]
21506
21510
  }
21507
21511
  },
21508
21512
  emits: ["onOverLimitHandler", "update:modelValue", "change", "blur"],
@@ -21660,12 +21664,12 @@ function bp(t, n, e, r, o, i) {
21660
21664
  ref: "toolbar",
21661
21665
  placeholders: e.placeholders,
21662
21666
  uid: i.uid,
21663
- "hidden-elements": ["font-size"]
21664
- }, null, 8, ["placeholders", "uid"])
21667
+ "hidden-elements": e.hiddenElements
21668
+ }, null, 8, ["placeholders", "uid", "hidden-elements"])
21665
21669
  ], 2)
21666
21670
  ], 2);
21667
21671
  }
21668
- const ig = /* @__PURE__ */ Te(mp, [["render", bp], ["__scopeId", "data-v-ea6b930a"]]);
21672
+ const ig = /* @__PURE__ */ Te(mp, [["render", bp], ["__scopeId", "data-v-63cccc32"]]);
21669
21673
  const _p = {
21670
21674
  name: "IbTable",
21671
21675
  computed: {
@@ -233,4 +233,4 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
233
233
  <path d="M13.125 8.125C13.8154 8.125 14.375 7.56536 14.375 6.875C14.375 6.18464 13.8154 5.625 13.125 5.625C12.4346 5.625 11.875 6.18464 11.875 6.875C11.875 7.56536 12.4346 8.125 13.125 8.125Z" stroke="#1A1A1A" stroke-width="1.25" stroke-miterlimit="10"/>
234
234
  <path d="M8.75 16.8741L13.568 12.0561C13.7883 11.8353 14.0832 11.7049 14.3948 11.6904C14.7064 11.676 15.0121 11.7785 15.252 11.978L18.125 14.3741M11.875 13.1159L8.33359 9.58111C8.10824 9.35581 7.80535 9.22508 7.48684 9.21564C7.16832 9.2062 6.85822 9.31876 6.61992 9.53032L1.875 13.7491L11.875 13.1159Z" stroke="#1A1A1A" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
235
235
  </svg>
236
- `,La=Ee.import("attributors/class/size");La.whitelist=["12px","14px","16px","20px","24px","36px","48px"];const Ra=Ee.import("attributors/style/size");Ra.whitelist=["12px","14px","16px","20px","24px","36px","48px"];function F0(){Ee.register(Ee.import("attributors/attribute/direction"),!0),Ee.register(Ee.import("attributors/class/align"),!0),Ee.register(Ee.import("attributors/class/direction"),!0),Ee.register(Ee.import("attributors/class/font"),!0),Ee.register(La,!0),Ee.register(Ee.import("attributors/style/align"),!0),Ee.register(Ee.import("attributors/style/background"),!0),Ee.register(Ee.import("attributors/style/color"),!0),Ee.register(Ee.import("attributors/style/direction"),!0),Ee.register(Ee.import("attributors/style/font"),!0),Ee.register(Ra,!0),H0(),z0()}function H0(){const t=Ee.import("ui/icons");t.bold=x0,t.italic=T0,t.underline=N0,t.strike=A0,t["code-block"]=B0,t.link=D0,t.align[""]=P0,t.align.center=I0,t.align.right=M0,t.align.justify=L0,t.list.ordered=R0,t.list.bullet=j0,t["alphabet-list"]=V0,t.image=q0,Ee.register(t)}function z0(){Ee.register({"formats/alphabet-list":Yt,"formats/alphabet-list/item":_r,"formats/custom-image":yi})}const fm="";Ee.register("modules/placeholder",k0(Ee,{className:"ql-placeholder-content"})),Ee.debug("error"),F0();const U0={name:"IbTextEditor",props:{name:{type:String,required:!0},placeholder:{type:String,default:""},placeholders:{type:Array,default:()=>[]},modelValue:{type:String},content:{type:String,default:""},readOnly:{type:Boolean,default:!1},enable:{type:Boolean,default:!0},modules:{type:[Object,Array],default:()=>{}},options:{type:Object,default:()=>{}},characterLimit:{type:[String,Number],default:null},error:{type:Boolean,default:!1},disable:{type:Boolean,default:!1},errorMessage:{type:String,default:""},characterLimitErrorMessage:{type:String,default:""}},emits:["onOverLimitHandler","update:modelValue","change","blur"],mounted(){const t=this.$refs.wrapper.querySelector("input[data-link]");t.dataset.link="Enter Link",this.updateCharacterLength()},data(){return{data:this.modelValue?this.modelValue:this.content,characterLength:0,isFocus:!1}},watch:{content(t){this.data=t},data(t){const n=this.cleanPlaceholderSpans(t);this.$emit("update:modelValue",n)},characterOverLimit(t){this.$emit("onOverLimitHandler",t)}},methods:{onChange(){let t=this.cleanPlaceholderSpans(this.data);this.data=this.patchListStylePosition(t),this.updateCharacterLength(),this.$emit("change",this.data)},onBlur(t){this.$emit("blur",this.cleanPlaceholderSpans(this.data),t),this.isFocus=!1},onFocus(){this.isFocus=!0},updateCharacterLength(){this.characterLength=$0(this.data).length},cleanPlaceholderSpans(t){if(!t)return t;let n;do n=t,t=t.replace(/<span contenteditable="false">([\s\S]*?)<\/span>/g,(e,o)=>o.replace(/[\u200B-\u200F\uFEFF]/g,""));while(n!==t);return t},patchListStylePosition(t){const n=document.createElement("div");return n.innerHTML=t,n.querySelectorAll('ul[style*="text-align"], ol[style*="text-align"], li[style*="text-align"]').forEach(e=>{const o=e.getAttribute("style")??"";if(!/list-style-position\s*:\s*inside/i.test(o)){const a=(o.trim().endsWith(";")||o.trim()===""?o:o+";")+" list-style-position: inside;";e.setAttribute("style",a)}}),n.innerHTML}},computed:{config(){const t={placeholder:this.data.length?"":this.placeholder,readOnly:this.readOnly?this.readOnly:this.disable,enable:this.enable,modules:{toolbar:{container:"#toolbar",handlers:{image:this.imageButtonClickHandler}},placeholder:{delimiters:["{{","}}"],placeholders:this.placeholders}}};return Object.assign(t,this.options)},characterOverLimit(){return!!this.characterLimit&&this.characterLength>this.characterLimit},uid(){return Math.random().toString(36).substr(2,9)}},components:{QuillEditor:W1,IbIconButton:at,IbAlert:qt,IbCharacterCount:Hr,Toolbar:Ia}},K0=["name","disabled","value"],G0={class:"ib-text-editor",ref:"wrapper"};function W0(t,n,e,o,a,i){const l=r.resolveComponent("ib-character-count"),s=r.resolveComponent("ib-alert"),u=r.resolveComponent("QuillEditor"),d=r.resolveComponent("Toolbar");return r.openBlock(),r.createElementBlock("div",{class:r.normalizeClass(["textarea-wrapper",{error:i.characterOverLimit||e.error||e.errorMessage.length,focus:a.isFocus,disable:e.disable}])},[e.characterLimit?(r.openBlock(),r.createBlock(l,{key:0,"character-limit":e.characterLimit,"character-length":a.characterLength},null,8,["character-limit","character-length"])):r.createCommentVNode("",!0),e.errorMessage.length?(r.openBlock(),r.createBlock(s,{key:1,class:"error-message"},{default:r.withCtx(()=>[r.createTextVNode(r.toDisplayString(e.errorMessage),1)]),_:1})):r.createCommentVNode("",!0),r.withDirectives(r.createVNode(s,{class:"error-message"},{default:r.withCtx(()=>[r.createTextVNode(r.toDisplayString(e.characterLimitErrorMessage),1)]),_:1},512),[[r.vShow,e.characterLimitErrorMessage.length&&i.characterOverLimit]]),r.createElementVNode("input",{name:e.name,type:"hidden",disabled:e.disable,value:a.data},null,8,K0),r.createElementVNode("div",{class:r.normalizeClass(["ib-text-editor-wrapper",{disable:e.disable}])},[r.createElementVNode("div",G0,[r.createVNode(u,{"aria-label":"text-editor",onTextChange:i.onChange,onBlur:i.onBlur,onFocus:i.onFocus,ref:"quill",content:a.data,"onUpdate:content":n[0]||(n[0]=p=>a.data=p),contentType:"html",options:i.config,modules:e.modules},null,8,["onTextChange","onBlur","onFocus","content","options","modules"])],512),r.createVNode(d,{id:"toolbar",class:"toolbar",ref:"toolbar",placeholders:e.placeholders,uid:i.uid,"hidden-elements":["font-size"]},null,8,["placeholders","uid"])],2)],2)}const Y0=be(U0,[["render",W0],["__scopeId","data-v-ea6b930a"]]),hm="",Z0={name:"IbTable",computed:{hasThead(){return!!this.$slots.thead}}},J0={class:"ib-table-wrapper"},X0={class:"ib-table"};function Q0(t,n,e,o,a,i){return r.openBlock(),r.createElementBlock("div",J0,[r.createElementVNode("table",X0,[i.hasThead?r.renderSlot(t.$slots,"thead",{key:0},void 0,!0):r.createCommentVNode("",!0),r.createElementVNode("tbody",null,[r.renderSlot(t.$slots,"tbody",{},void 0,!0)])])])}const ep=be(Z0,[["render",Q0],["__scopeId","data-v-5dceb760"]]),pm="",tp={name:"IbRow"},np={class:"ib-tr"};function rp(t,n,e,o,a,i){return r.openBlock(),r.createElementBlock("tr",np,[r.renderSlot(t.$slots,"default",{ref:"row"})])}const ip=be(tp,[["render",rp]]),mm="",op={name:"IbCell",props:{fixed:{type:Boolean,default:!1}},data(){return{attr:{}}},mounted(){this.fixed&&this.freezeCol()},methods:{freezeCol(){const t=this.$el.getBoundingClientRect(),n=this.$el.closest("tr").getBoundingClientRect();this.attr.style||(this.attr.style={}),this.attr.style.minWidth=`${t.width}px`,this.attr.style.left=`${t.left-n.left}px`,this.attr.class+=" fixed"}}},ap={class:"cell"};function lp(t,n,e,o,a,i){return r.openBlock(),r.createElementBlock("td",r.mergeProps({onResize:n[0]||(n[0]=(...l)=>i.freezeCol&&i.freezeCol(...l)),class:"ib-cell"},this.attr),[r.createElementVNode("div",ap,[r.renderSlot(t.$slots,"default",{},void 0,!0)])],16)}const ja=be(op,[["render",lp],["__scopeId","data-v-e74bb0f3"]]),gm="",sp={name:"IbCheckboxCell",props:{isChecked:{type:Boolean,default:!1},fixed:{type:Boolean,default:!1}},components:{IbCell:ja,IbCheckbox:qr}};function cp(t,n,e,o,a,i){const l=r.resolveComponent("ib-checkbox"),s=r.resolveComponent("ib-cell");return r.openBlock(),r.createBlock(s,{fixed:e.fixed,class:"ib-checkbox-cell"},{default:r.withCtx(()=>[r.createVNode(l,{"is-checked":e.isChecked},null,8,["is-checked"])]),_:1},8,["fixed"])}const dp=be(sp,[["render",cp]]),bi=new ko,Va=(t,n)=>{if(So(t)){const e=Object.keys(n.modifiers)[0]||n.arg,o={title:n.value.title||"",text:typeof n.value=="object"?n.value.text:n.value};bi.createTooltip(t,o,e)}},qa=()=>{bi.destroyTooltip()},up={mounted(t,n){t.addEventListener("mouseenter",()=>Va(t,n)),t.addEventListener("mouseleave",qa)},beforeUnmount(t,n){bi.destroyTooltip(),t.removeEventListener("mouseenter",()=>Va(t,n)),t.removeEventListener("mouseleave",qa)}};he.IbAccordion=Ja,he.IbAlert=qt,he.IbAvatar=es,he.IbBadge=rs,he.IbBreadcrumbs=Ac,he.IbButton=Hi,he.IbButtonGroup=ls,he.IbCell=ja,he.IbCharactersCount=Hr,he.IbCheckbox=qr,he.IbCheckboxCell=dp,he.IbCheckboxGroup=yu,he.IbChips=du,he.IbDatePicker=sf,he.IbDropdown=ir,he.IbDropdownItem=Rr,he.IbDropdownList=wn,he.IbFormGroup=pu,he.IbIcon=Le,he.IbIconButton=at,he.IbInput=Vr,he.IbLabel=kn,he.IbLimitSelector=Ao,he.IbModal=Qs,he.IbPagination=Ld,he.IbPanel=iu,he.IbPhoneInput=D1,he.IbPopover=fo,he.IbProgressBar=zd,he.IbRadio=Ou,he.IbRow=ip,he.IbSorting=kc,he.IbSplitButton=Us,he.IbSplitButtonItem=Ws,he.IbStatusIndicator=Zd,he.IbTab=hc,he.IbTabDropdown=$o,he.IbTable=ep,he.IbTabs=dc,he.IbTagPill=ds,he.IbTextEditor=Y0,he.IbTextEditorToolbar=Ia,he.IbTextarea=Lu,he.IbToggle=Eo,he.IbToggleTip=mo,he.IbTooltip=an,he.IbTreeSelect=No,he.OutsideDirective=nr,he.TextOverflowTooltipDirective=up,he.TooltipDirective=Gt,Object.defineProperty(he,Symbol.toStringTag,{value:"Module"})});
236
+ `,La=Ee.import("attributors/class/size");La.whitelist=["12px","14px","16px","20px","24px","36px","48px"];const Ra=Ee.import("attributors/style/size");Ra.whitelist=["12px","14px","16px","20px","24px","36px","48px"];function F0(){Ee.register(Ee.import("attributors/attribute/direction"),!0),Ee.register(Ee.import("attributors/class/align"),!0),Ee.register(Ee.import("attributors/class/direction"),!0),Ee.register(Ee.import("attributors/class/font"),!0),Ee.register(La,!0),Ee.register(Ee.import("attributors/style/align"),!0),Ee.register(Ee.import("attributors/style/background"),!0),Ee.register(Ee.import("attributors/style/color"),!0),Ee.register(Ee.import("attributors/style/direction"),!0),Ee.register(Ee.import("attributors/style/font"),!0),Ee.register(Ra,!0),H0(),z0()}function H0(){const t=Ee.import("ui/icons");t.bold=x0,t.italic=T0,t.underline=N0,t.strike=A0,t["code-block"]=B0,t.link=D0,t.align[""]=P0,t.align.center=I0,t.align.right=M0,t.align.justify=L0,t.list.ordered=R0,t.list.bullet=j0,t["alphabet-list"]=V0,t.image=q0,Ee.register(t)}function z0(){Ee.register({"formats/alphabet-list":Yt,"formats/alphabet-list/item":_r,"formats/custom-image":yi})}const fm="";Ee.register("modules/placeholder",k0(Ee,{className:"ql-placeholder-content"})),Ee.debug("error"),F0();const U0={name:"IbTextEditor",props:{name:{type:String,required:!0},placeholder:{type:String,default:""},placeholders:{type:Array,default:()=>[]},modelValue:{type:String},content:{type:String,default:""},readOnly:{type:Boolean,default:!1},enable:{type:Boolean,default:!0},modules:{type:[Object,Array],default:()=>{}},options:{type:Object,default:()=>{}},characterLimit:{type:[String,Number],default:null},error:{type:Boolean,default:!1},disable:{type:Boolean,default:!1},errorMessage:{type:String,default:""},characterLimitErrorMessage:{type:String,default:""},hiddenElements:{type:Array,default:()=>["font-size","image"]}},emits:["onOverLimitHandler","update:modelValue","change","blur"],mounted(){const t=this.$refs.wrapper.querySelector("input[data-link]");t.dataset.link="Enter Link",this.updateCharacterLength()},data(){return{data:this.modelValue?this.modelValue:this.content,characterLength:0,isFocus:!1}},watch:{content(t){this.data=t},data(t){const n=this.cleanPlaceholderSpans(t);this.$emit("update:modelValue",n)},characterOverLimit(t){this.$emit("onOverLimitHandler",t)}},methods:{onChange(){let t=this.cleanPlaceholderSpans(this.data);this.data=this.patchListStylePosition(t),this.updateCharacterLength(),this.$emit("change",this.data)},onBlur(t){this.$emit("blur",this.cleanPlaceholderSpans(this.data),t),this.isFocus=!1},onFocus(){this.isFocus=!0},updateCharacterLength(){this.characterLength=$0(this.data).length},cleanPlaceholderSpans(t){if(!t)return t;let n;do n=t,t=t.replace(/<span contenteditable="false">([\s\S]*?)<\/span>/g,(e,o)=>o.replace(/[\u200B-\u200F\uFEFF]/g,""));while(n!==t);return t},patchListStylePosition(t){const n=document.createElement("div");return n.innerHTML=t,n.querySelectorAll('ul[style*="text-align"], ol[style*="text-align"], li[style*="text-align"]').forEach(e=>{const o=e.getAttribute("style")??"";if(!/list-style-position\s*:\s*inside/i.test(o)){const a=(o.trim().endsWith(";")||o.trim()===""?o:o+";")+" list-style-position: inside;";e.setAttribute("style",a)}}),n.innerHTML}},computed:{config(){const t={placeholder:this.data.length?"":this.placeholder,readOnly:this.readOnly?this.readOnly:this.disable,enable:this.enable,modules:{toolbar:{container:"#toolbar",handlers:{image:this.imageButtonClickHandler}},placeholder:{delimiters:["{{","}}"],placeholders:this.placeholders}}};return Object.assign(t,this.options)},characterOverLimit(){return!!this.characterLimit&&this.characterLength>this.characterLimit},uid(){return Math.random().toString(36).substr(2,9)}},components:{QuillEditor:W1,IbIconButton:at,IbAlert:qt,IbCharacterCount:Hr,Toolbar:Ia}},K0=["name","disabled","value"],G0={class:"ib-text-editor",ref:"wrapper"};function W0(t,n,e,o,a,i){const l=r.resolveComponent("ib-character-count"),s=r.resolveComponent("ib-alert"),u=r.resolveComponent("QuillEditor"),d=r.resolveComponent("Toolbar");return r.openBlock(),r.createElementBlock("div",{class:r.normalizeClass(["textarea-wrapper",{error:i.characterOverLimit||e.error||e.errorMessage.length,focus:a.isFocus,disable:e.disable}])},[e.characterLimit?(r.openBlock(),r.createBlock(l,{key:0,"character-limit":e.characterLimit,"character-length":a.characterLength},null,8,["character-limit","character-length"])):r.createCommentVNode("",!0),e.errorMessage.length?(r.openBlock(),r.createBlock(s,{key:1,class:"error-message"},{default:r.withCtx(()=>[r.createTextVNode(r.toDisplayString(e.errorMessage),1)]),_:1})):r.createCommentVNode("",!0),r.withDirectives(r.createVNode(s,{class:"error-message"},{default:r.withCtx(()=>[r.createTextVNode(r.toDisplayString(e.characterLimitErrorMessage),1)]),_:1},512),[[r.vShow,e.characterLimitErrorMessage.length&&i.characterOverLimit]]),r.createElementVNode("input",{name:e.name,type:"hidden",disabled:e.disable,value:a.data},null,8,K0),r.createElementVNode("div",{class:r.normalizeClass(["ib-text-editor-wrapper",{disable:e.disable}])},[r.createElementVNode("div",G0,[r.createVNode(u,{"aria-label":"text-editor",onTextChange:i.onChange,onBlur:i.onBlur,onFocus:i.onFocus,ref:"quill",content:a.data,"onUpdate:content":n[0]||(n[0]=p=>a.data=p),contentType:"html",options:i.config,modules:e.modules},null,8,["onTextChange","onBlur","onFocus","content","options","modules"])],512),r.createVNode(d,{id:"toolbar",class:"toolbar",ref:"toolbar",placeholders:e.placeholders,uid:i.uid,"hidden-elements":e.hiddenElements},null,8,["placeholders","uid","hidden-elements"])],2)],2)}const Y0=be(U0,[["render",W0],["__scopeId","data-v-63cccc32"]]),hm="",Z0={name:"IbTable",computed:{hasThead(){return!!this.$slots.thead}}},J0={class:"ib-table-wrapper"},X0={class:"ib-table"};function Q0(t,n,e,o,a,i){return r.openBlock(),r.createElementBlock("div",J0,[r.createElementVNode("table",X0,[i.hasThead?r.renderSlot(t.$slots,"thead",{key:0},void 0,!0):r.createCommentVNode("",!0),r.createElementVNode("tbody",null,[r.renderSlot(t.$slots,"tbody",{},void 0,!0)])])])}const ep=be(Z0,[["render",Q0],["__scopeId","data-v-5dceb760"]]),pm="",tp={name:"IbRow"},np={class:"ib-tr"};function rp(t,n,e,o,a,i){return r.openBlock(),r.createElementBlock("tr",np,[r.renderSlot(t.$slots,"default",{ref:"row"})])}const ip=be(tp,[["render",rp]]),mm="",op={name:"IbCell",props:{fixed:{type:Boolean,default:!1}},data(){return{attr:{}}},mounted(){this.fixed&&this.freezeCol()},methods:{freezeCol(){const t=this.$el.getBoundingClientRect(),n=this.$el.closest("tr").getBoundingClientRect();this.attr.style||(this.attr.style={}),this.attr.style.minWidth=`${t.width}px`,this.attr.style.left=`${t.left-n.left}px`,this.attr.class+=" fixed"}}},ap={class:"cell"};function lp(t,n,e,o,a,i){return r.openBlock(),r.createElementBlock("td",r.mergeProps({onResize:n[0]||(n[0]=(...l)=>i.freezeCol&&i.freezeCol(...l)),class:"ib-cell"},this.attr),[r.createElementVNode("div",ap,[r.renderSlot(t.$slots,"default",{},void 0,!0)])],16)}const ja=be(op,[["render",lp],["__scopeId","data-v-e74bb0f3"]]),gm="",sp={name:"IbCheckboxCell",props:{isChecked:{type:Boolean,default:!1},fixed:{type:Boolean,default:!1}},components:{IbCell:ja,IbCheckbox:qr}};function cp(t,n,e,o,a,i){const l=r.resolveComponent("ib-checkbox"),s=r.resolveComponent("ib-cell");return r.openBlock(),r.createBlock(s,{fixed:e.fixed,class:"ib-checkbox-cell"},{default:r.withCtx(()=>[r.createVNode(l,{"is-checked":e.isChecked},null,8,["is-checked"])]),_:1},8,["fixed"])}const dp=be(sp,[["render",cp]]),bi=new ko,Va=(t,n)=>{if(So(t)){const e=Object.keys(n.modifiers)[0]||n.arg,o={title:n.value.title||"",text:typeof n.value=="object"?n.value.text:n.value};bi.createTooltip(t,o,e)}},qa=()=>{bi.destroyTooltip()},up={mounted(t,n){t.addEventListener("mouseenter",()=>Va(t,n)),t.addEventListener("mouseleave",qa)},beforeUnmount(t,n){bi.destroyTooltip(),t.removeEventListener("mouseenter",()=>Va(t,n)),t.removeEventListener("mouseleave",qa)}};he.IbAccordion=Ja,he.IbAlert=qt,he.IbAvatar=es,he.IbBadge=rs,he.IbBreadcrumbs=Ac,he.IbButton=Hi,he.IbButtonGroup=ls,he.IbCell=ja,he.IbCharactersCount=Hr,he.IbCheckbox=qr,he.IbCheckboxCell=dp,he.IbCheckboxGroup=yu,he.IbChips=du,he.IbDatePicker=sf,he.IbDropdown=ir,he.IbDropdownItem=Rr,he.IbDropdownList=wn,he.IbFormGroup=pu,he.IbIcon=Le,he.IbIconButton=at,he.IbInput=Vr,he.IbLabel=kn,he.IbLimitSelector=Ao,he.IbModal=Qs,he.IbPagination=Ld,he.IbPanel=iu,he.IbPhoneInput=D1,he.IbPopover=fo,he.IbProgressBar=zd,he.IbRadio=Ou,he.IbRow=ip,he.IbSorting=kc,he.IbSplitButton=Us,he.IbSplitButtonItem=Ws,he.IbStatusIndicator=Zd,he.IbTab=hc,he.IbTabDropdown=$o,he.IbTable=ep,he.IbTabs=dc,he.IbTagPill=ds,he.IbTextEditor=Y0,he.IbTextEditorToolbar=Ia,he.IbTextarea=Lu,he.IbToggle=Eo,he.IbToggleTip=mo,he.IbTooltip=an,he.IbTreeSelect=No,he.OutsideDirective=nr,he.TextOverflowTooltipDirective=up,he.TooltipDirective=Gt,Object.defineProperty(he,Symbol.toStringTag,{value:"Module"})});