@wwtdev/bsds-components-vue3 1.13.0 → 1.13.1
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/lib/bsds-components.mjs +219 -165
- package/lib/bsds-components.umd.js +1 -1
- package/lib/components.d.ts +1 -0
- package/lib/components.js +25 -1
- package/lib/components.js.map +1 -1
- package/nuxt/bsds-components.mjs +314 -259
- package/nuxt/bsds-components.umd.js +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(s,t){typeof exports=="object"&&typeof module<"u"?t(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],t):(s=typeof globalThis<"u"?globalThis:s||self,t(s.BsdsComponents={},s.Vue))})(this,function(s,t){"use strict";const m=["controlled","icon","header-text","heading-level","open-item","open-item-id","stacked"],b={__name:"BsAccordion",props:{controlled:{default:!1},icon:{},headerText:{},headingLevel:{},openItem:{default:!1},openItemId:{},stacked:{default:!1}},emits:["toggled"],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-accordion",t.mergeProps(l.$attrs,{controlled:e.controlled,icon:e.icon,"header-text":e.headerText,"heading-level":e.headingLevel,"open-item":e.openItem,"open-item-id":e.openItemId,stacked:e.stacked,onToggled:a[0]||(a[0]=r=>n("toggled",r.detail))}),[t.renderSlot(l.$slots,"default")],16,m))}},h=["color","count","count-max","dot","label","position","show-zero"],g={__name:"BsBadge",props:{color:{},count:{},countMax:{default:99},dot:{},label:{default:"item"},position:{},showZero:{}},emits:[],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-badge",t.mergeProps(l.$attrs,{color:e.color,count:e.count,"count-max":e.countMax,dot:e.dot,label:e.label,position:e.position,"show-zero":e.showZero}),[t.renderSlot(l.$slots,"default")],16,h))}},B={__name:"BsBanner",props:{},emits:["dismiss"],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-banner",t.mergeProps(l.$attrs,{onDismiss:a[0]||(a[0]=r=>n("dismiss",r.detail))}),[t.renderSlot(l.$slots,"default")],16))}};function o(e){const n=t.computed(()=>{var r,i;return((i=(r=e.href)==null?void 0:r.startsWith)==null?void 0:i.call(r,"/"))||!1}),l=t.computed(()=>{var r,i;return n.value&&((r=e.router)==null?void 0:r.navigateTo)||((i=e.router)==null?void 0:i.push)||null});function a(r){var i,d,u,c,f;l.value&&((d=(i=r.target.href)==null?void 0:i.endsWith)!=null&&d.call(i,e.href)||(f=(c=(u=r.target.closest("a"))==null?void 0:u.href)==null?void 0:c.endsWith)!=null&&f.call(c,e.href))&&(r.preventDefault(),l.value(e.href))}return{onLinkClick:a}}const $=["variant","disabled","ghost-btn","href","pass-attrs","text-btn","size"],k={__name:"BsButton",props:{variant:{},disabled:{},ghostBtn:{},href:{},passAttrs:{default:""},textBtn:{},size:{},router:{}},emits:[],setup(e,{emit:n}){const l=e,{onLinkClick:a}=o(l);return(r,i)=>(t.openBlock(),t.createElementBlock("bs-button",t.mergeProps(r.$attrs,{variant:e.variant,disabled:e.disabled,"ghost-btn":e.ghostBtn,href:e.href,"pass-attrs":e.passAttrs,"text-btn":e.textBtn,size:e.size,onClick:i[0]||(i[0]=(...d)=>t.unref(a)&&t.unref(a)(...d))}),[t.renderSlot(r.$slots,"default")],16,$))}},T=["char-count","char-max"],P={__name:"BsCharacterCount",props:{charCount:{},charMax:{}},emits:[],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-character-count",t.mergeProps(l.$attrs,{"char-count":e.charCount,"char-max":e.charMax}),null,16,T))}},I=["chart-title","data","dataIdxLabels","show-legend","show-tooltips","show-x-grid","show-y-grid","stacked","x-label","y-label"],C={__name:"BsChartBar",props:{chartTitle:{},data:{},dataIdxLabels:{},showLegend:{default:!0},showTooltips:{default:!0},showXGrid:{default:!1},showYGrid:{default:!1},stacked:{default:!1},xLabel:{default:""},yLabel:{default:""}},emits:[],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-chart-bar",t.mergeProps(l.$attrs,{"chart-title":e.chartTitle,data:e.data,dataIdxLabels:e.dataIdxLabels,"show-legend":e.showLegend,"show-tooltips":e.showTooltips,"show-x-grid":e.showXGrid,"show-y-grid":e.showYGrid,stacked:e.stacked,"x-label":e.xLabel,"y-label":e.yLabel}),null,16,I))}},y=["data","dataIdxLabels","table-title"],E={__name:"BsChartTable",props:{data:{},dataIdxLabels:{},tableTitle:{default:""}},emits:[],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-chart-table",t.mergeProps(l.$attrs,{data:e.data,dataIdxLabels:e.dataIdxLabels,"table-title":e.tableTitle}),null,16,y))}},w=["label","checked","checked-partially","disabled","error","pass-attrs","required","size"],L={__name:"BsCheckbox",props:{label:{},checked:{default:!1},checkedPartially:{default:!1},disabled:{default:!1},error:{},passAttrs:{default:""},required:{},size:{},modelValue:{}},emits:["update:modelValue"],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-checkbox",t.mergeProps(l.$attrs,{label:e.label,checked:e.checked||e.modelValue,"checked-partially":e.checkedPartially,disabled:e.disabled,error:e.error,"pass-attrs":e.passAttrs,required:e.required,size:e.size,onChange:a[0]||(a[0]=r=>n("update:modelValue",r.target.checked))}),null,16,w))}},p=["disabled","ghost-btn","hover-effect","href","icon","icon-position","label","pass-attrs","text-btn","size"],V={__name:"BsCircleButton",props:{disabled:{},ghostBtn:{},hoverEffect:{default:!1},href:{},icon:{},iconPosition:{},label:{},passAttrs:{default:""},textBtn:{},size:{},router:{}},emits:[],setup(e,{emit:n}){const l=e,{onLinkClick:a}=o(l);return(r,i)=>(t.openBlock(),t.createElementBlock("bs-circle-button",t.mergeProps(r.$attrs,{disabled:e.disabled,"ghost-btn":e.ghostBtn,"hover-effect":e.hoverEffect,href:e.href,icon:e.icon,"icon-position":e.iconPosition,label:e.label,"pass-attrs":e.passAttrs,"text-btn":e.textBtn,size:e.size,onClick:i[0]||(i[0]=(...d)=>t.unref(a)&&t.unref(a)(...d))}),null,16,p))}},q=["width","top","center","toggle-id","container-id","helper-text","helper-description","enter-controlled","enter-trigger","leave-trigger"],A={__name:"BsDropdown",props:{width:{default:void 0},top:{default:!1},center:{default:!1},toggleId:{},containerId:{default:void 0},helperText:{},helperDescription:{},enterControlled:{default:!1},enterTrigger:{default:!1},leaveTrigger:{default:!1}},emits:["close","enterend","leaveend"],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-dropdown",t.mergeProps(l.$attrs,{width:e.width,top:e.top,center:e.center,"toggle-id":e.toggleId,"container-id":e.containerId,"helper-text":e.helperText,"helper-description":e.helperDescription,"enter-controlled":e.enterControlled,"enter-trigger":e.enterTrigger,"leave-trigger":e.leaveTrigger,onClose:a[0]||(a[0]=r=>n("close",r.detail)),onEnterend:a[1]||(a[1]=r=>n("enterend",r.detail)),onLeaveend:a[2]||(a[2]=r=>n("leaveend",r.detail))}),[t.renderSlot(l.$slots,"default")],16,q))}},S=["value","variant","options-id","selected","focused","index"],z={__name:"BsDropdownOption",props:{value:{},variant:{default:void 0},optionsId:{},selected:{default:!1},focused:{default:!1},index:{}},emits:["optmouseenter","optselect"],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-dropdown-option",t.mergeProps(l.$attrs,{value:e.value,variant:e.variant,"options-id":e.optionsId,selected:e.selected,focused:e.focused,index:e.index,onOptmouseenter:a[0]||(a[0]=r=>n("optmouseenter",r.detail)),onOptselect:a[1]||(a[1]=r=>n("optselect",r.detail))}),[t.renderSlot(l.$slots,"default")],16,S))}},x=["options-id","visible","focus-delay","label","selected-value"],D={__name:"BsDropdownOptionList",props:{optionsId:{},visible:{default:!1},focusDelay:{default:75},label:{},selectedValue:{}},emits:["optselected","close"],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-dropdown-option-list",t.mergeProps(l.$attrs,{"options-id":e.optionsId,visible:e.visible,"focus-delay":e.focusDelay,label:e.label,"selected-value":e.selectedValue,onOptselected:a[0]||(a[0]=r=>n("optselected",r.detail)),onClose:a[1]||(a[1]=r=>n("close",r.detail))}),[t.renderSlot(l.$slots,"default")],16,x))}},O=["toggle-id","container-id","options-id","width","top","center","label","selected-value","enter-controlled","enter-trigger","leave-trigger","helper-text","helper-description"],F={__name:"BsDropdownWithOptions",props:{toggleId:{},containerId:{default:void 0},optionsId:{},width:{default:void 0},top:{default:!1},center:{default:!1},label:{},selectedValue:{},enterControlled:{default:!1},enterTrigger:{default:!1},leaveTrigger:{default:!1},helperText:{},helperDescription:{}},emits:["optselected","close","enterend","leaveend"],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-dropdown-with-options",t.mergeProps(l.$attrs,{"toggle-id":e.toggleId,"container-id":e.containerId,"options-id":e.optionsId,width:e.width,top:e.top,center:e.center,label:e.label,"selected-value":e.selectedValue,"enter-controlled":e.enterControlled,"enter-trigger":e.enterTrigger,"leave-trigger":e.leaveTrigger,"helper-text":e.helperText,"helper-description":e.helperDescription,onOptselected:a[0]||(a[0]=r=>n("optselected",r.detail)),onClose:a[1]||(a[1]=r=>n("close",r.detail)),onEnterend:a[2]||(a[2]=r=>n("enterend",r.detail)),onLeaveend:a[3]||(a[3]=r=>n("leaveend",r.detail))}),[t.renderSlot(l.$slots,"default")],16,O))}},j=["char-count","char-max","disabled","error","hints","label","label-for","required","hint-id"],v={__name:"BsFieldLayout",props:{charCount:{},charMax:{},disabled:{default:!1},error:{},hints:{},label:{},labelFor:{},required:{},hintId:{}},emits:[],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-field-layout",t.mergeProps(l.$attrs,{"char-count":e.charCount,"char-max":e.charMax,disabled:e.disabled,error:e.error,hints:e.hints,label:e.label,"label-for":e.labelFor,required:e.required,"hint-id":e.hintId}),[t.renderSlot(l.$slots,"default")],16,j))}},M=["error","hint-id","hints"],R={__name:"BsHint",props:{error:{},hintId:{},hints:{}},emits:[],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-hint",t.mergeProps(l.$attrs,{error:e.error,"hint-id":e.hintId,hints:e.hints}),null,16,M))}},G=["disabled","error","pass-attrs","placeholder","required","type","value","hint-id"],H={__name:"BsInput",props:{disabled:{default:!1},error:{},passAttrs:{default:""},placeholder:{},required:{},type:{default:"text"},value:{},hintId:{},modelValue:{}},emits:["update:modelValue"],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-input",t.mergeProps(l.$attrs,{disabled:e.disabled,error:e.error,"pass-attrs":e.passAttrs,placeholder:e.placeholder,required:e.required,type:e.type,value:e.value||e.modelValue,"hint-id":e.hintId,onInput:a[0]||(a[0]=r=>n("update:modelValue",r.target.value))}),null,16,G))}},N=["disabled","error","multifocus","variant"],W={__name:"BsInputAddon",props:{disabled:{default:!1},error:{default:!1},multifocus:{default:!1},variant:{}},emits:[],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-input-addon",t.mergeProps(l.$attrs,{disabled:e.disabled,error:e.error,multifocus:e.multifocus,variant:e.variant}),[t.renderSlot(l.$slots,"default")],16,N))}},X=["disabled","error","hints","label","pass-attrs","placeholder","required","type","value"],Y={__name:"BsInputField",props:{disabled:{default:!1},error:{},hints:{},label:{},passAttrs:{default:""},placeholder:{},required:{},type:{default:"text"},value:{},modelValue:{}},emits:["update:modelValue"],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-input-field",t.mergeProps(l.$attrs,{disabled:e.disabled,error:e.error,hints:e.hints,label:e.label,"pass-attrs":e.passAttrs,placeholder:e.placeholder,required:e.required,type:e.type,value:e.value||e.modelValue,onInput:a[0]||(a[0]=r=>n("update:modelValue",r.target.value))}),null,16,X))}},Z=["disabled","pass-attrs","placeholder","hint-id","value"],J={__name:"BsInputSearch",props:{disabled:{default:!1},passAttrs:{default:""},placeholder:{default:"Search Items"},hintId:{},value:{default:""},modelValue:{}},emits:["clear","update:modelValue"],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-input-search",t.mergeProps(l.$attrs,{disabled:e.disabled,"pass-attrs":e.passAttrs,placeholder:e.placeholder,"hint-id":e.hintId,value:e.value||e.modelValue,onClear:a[0]||(a[0]=r=>n("clear",r.detail)),onInput:a[1]||(a[1]=r=>n("update:modelValue",r.target.value))}),null,16,Z))}},K=["disabled","for","hide","pass-attrs","required"],Q={__name:"BsLabel",props:{disabled:{},for:{},hide:{},passAttrs:{default:""},required:{}},emits:[],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-label",t.mergeProps(l.$attrs,{disabled:e.disabled,for:e.for,hide:e.hide,"pass-attrs":e.passAttrs,required:e.required}),[t.renderSlot(l.$slots,"default")],16,K))}},U=["size","variant"],_={__name:"BsLoader",props:{size:{},variant:{}},emits:[],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-loader",t.mergeProps(l.$attrs,{size:e.size,variant:e.variant}),null,16,U))}},ee=["alert","close-button","enter-controlled","enter-trigger","leave-trigger"],te={__name:"BsModal",props:{alert:{default:!1},closeButton:{default:!0},enterControlled:{default:!1},enterTrigger:{default:!1},leaveTrigger:{default:!1}},emits:["close","enterend","leaveend"],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-modal",t.mergeProps(l.$attrs,{alert:e.alert,"close-button":e.closeButton,"enter-controlled":e.enterControlled,"enter-trigger":e.enterTrigger,"leave-trigger":e.leaveTrigger,onClose:a[0]||(a[0]=r=>n("close",r.detail)),onEnterend:a[1]||(a[1]=r=>n("enterend",r.detail)),onLeaveend:a[2]||(a[2]=r=>n("leaveend",r.detail))}),[t.renderSlot(l.$slots,"default")],16,ee))}},ae=["enter-controlled","enter-trigger","leave-trigger"],le={__name:"BsOverlay",props:{enterControlled:{default:!1},enterTrigger:{default:!1},leaveTrigger:{default:!1}},emits:["enterend","leaveend"],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-overlay",t.mergeProps(l.$attrs,{"enter-controlled":e.enterControlled,"enter-trigger":e.enterTrigger,"leave-trigger":e.leaveTrigger,onEnterend:a[0]||(a[0]=r=>n("enterend",r.detail)),onLeaveend:a[1]||(a[1]=r=>n("leaveend",r.detail))}),null,16,ae))}},re=["show-first-last-buttons","prev-page-text","first-page-text","next-page-text","last-page-text","fixed","variant","selection","center-display","break-text","page-range","page-count","center-label","items-per-group","items-count","results-increments"],ne={__name:"BsPagination",props:{showFirstLastButtons:{default:!1},prevPageText:{},firstPageText:{},nextPageText:{},lastPageText:{},fixed:{default:!1},variant:{default:"base"},selection:{},centerDisplay:{default:"numbers"},breakText:{default:"…"},pageRange:{default:3},pageCount:{},centerLabel:{},itemsPerGroup:{default:25},itemsCount:{},resultsIncrements:{}},emits:["selchange"],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-pagination",t.mergeProps(l.$attrs,{"show-first-last-buttons":e.showFirstLastButtons,"prev-page-text":e.prevPageText,"first-page-text":e.firstPageText,"next-page-text":e.nextPageText,"last-page-text":e.lastPageText,fixed:e.fixed,variant:e.variant,selection:e.selection,"center-display":e.centerDisplay,"break-text":e.breakText,"page-range":e.pageRange,"page-count":e.pageCount,"center-label":e.centerLabel,"items-per-group":e.itemsPerGroup,"items-count":e.itemsCount,"results-increments":e.resultsIncrements,onSelchange:a[0]||(a[0]=r=>n("selchange",r.detail))}),null,16,re))}},se=["variant","status","href","active","disabled","pass-attrs"],ie={__name:"BsPill",props:{variant:{},status:{},href:{},active:{},disabled:{},passAttrs:{default:""},router:{}},emits:[],setup(e,{emit:n}){const l=e,{onLinkClick:a}=o(l);return(r,i)=>(t.openBlock(),t.createElementBlock("bs-pill",t.mergeProps(r.$attrs,{variant:e.variant,status:e.status,href:e.href,active:e.active,disabled:e.disabled,"pass-attrs":e.passAttrs,onClick:i[0]||(i[0]=(...d)=>t.unref(a)&&t.unref(a)(...d))}),[t.renderSlot(r.$slots,"default")],16,se))}},de=["layout","href","image-src","image-size","initials","profile-name","company","job-title","email"],oe={__name:"BsProfile",props:{layout:{},href:{},imageSrc:{},imageSize:{default:"lg"},initials:{},profileName:{},company:{},jobTitle:{},email:{},router:{}},emits:[],setup(e,{emit:n}){const l=e,{onLinkClick:a}=o(l);return(r,i)=>(t.openBlock(),t.createElementBlock("bs-profile",t.mergeProps(r.$attrs,{layout:e.layout,href:e.href,"image-src":e.imageSrc,"image-size":e.imageSize,initials:e.initials,"profile-name":e.profileName,company:e.company,"job-title":e.jobTitle,email:e.email,onClick:i[0]||(i[0]=(...d)=>t.unref(a)&&t.unref(a)(...d))}),null,16,de))}},ce=["profile-name","company","job-title","email"],ue={__name:"BsProfileDetails",props:{profileName:{},company:{},jobTitle:{},email:{}},emits:[],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-profile-details",t.mergeProps(l.$attrs,{"profile-name":e.profileName,company:e.company,"job-title":e.jobTitle,email:e.email}),null,16,ce))}},fe=["src","size","initials","profile-name"],me={__name:"BsProfileImg",props:{src:{},size:{},initials:{},profileName:{}},emits:[],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-profile-img",t.mergeProps(l.$attrs,{src:e.src,size:e.size,initials:e.initials,"profile-name":e.profileName}),null,16,fe))}},be=["layout","href","pass-attrs"],he={__name:"BsProfileLayout",props:{layout:{default:"vertical"},href:{},passAttrs:{default:""},router:{}},emits:[],setup(e,{emit:n}){const l=e,{onLinkClick:a}=o(l);return(r,i)=>(t.openBlock(),t.createElementBlock("bs-profile-layout",t.mergeProps(r.$attrs,{layout:e.layout,href:e.href,"pass-attrs":e.passAttrs,onClick:i[0]||(i[0]=(...d)=>t.unref(a)&&t.unref(a)(...d))}),[t.renderSlot(r.$slots,"default")],16,be))}},ge=["label","checked","disabled","error","pass-attrs","required","size","value"],Be={__name:"BsRadio",props:{label:{},checked:{default:!1},disabled:{default:!1},error:{},passAttrs:{default:""},required:{},size:{},value:{},modelValue:{}},emits:["update:modelValue"],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-radio",t.mergeProps(l.$attrs,{label:e.label,checked:e.checked||e.modelValue===e.value,disabled:e.disabled,error:e.error,"pass-attrs":e.passAttrs,required:e.required,size:e.size,value:e.value,onChange:a[0]||(a[0]=r=>n("update:modelValue",r.target.value))}),null,16,ge))}},$e=["disabled","required","error","hint-id","value","pass-attrs"],ke={__name:"BsSelect",props:{disabled:{default:!1},required:{},error:{},hintId:{},value:{},passAttrs:{default:""},modelValue:{}},emits:["update:modelValue"],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-select",t.mergeProps(l.$attrs,{disabled:e.disabled,required:e.required,error:e.error,"hint-id":e.hintId,value:e.value||e.modelValue,"pass-attrs":e.passAttrs,onChange:a[0]||(a[0]=r=>n("update:modelValue",r.target.value))}),[t.renderSlot(l.$slots,"default")],16,$e))}},Te=["disabled","error","required","label","hints","placeholder","value","pass-attrs","data"],Pe={__name:"BsSelectField",props:{disabled:{default:!1},error:{},required:{},label:{},hints:{},placeholder:{default:""},value:{},passAttrs:{default:""},data:{default:[]},modelValue:{}},emits:["update:modelValue"],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-select-field",t.mergeProps(l.$attrs,{disabled:e.disabled,error:e.error,required:e.required,label:e.label,hints:e.hints,placeholder:e.placeholder,value:e.value||e.modelValue,"pass-attrs":e.passAttrs,data:e.data,onChange:a[0]||(a[0]=r=>n("update:modelValue",r.target.value))}),null,16,Te))}},Ie=["checked","disabled","hide-label","inner-on-label","inner-off-label","label","pass-attrs","size"],Ce={__name:"BsSwitch",props:{checked:{default:!1},disabled:{default:!1},hideLabel:{default:!1},innerOnLabel:{},innerOffLabel:{},label:{},passAttrs:{default:""},size:{},modelValue:{}},emits:["update:modelValue"],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-switch",t.mergeProps(l.$attrs,{checked:e.checked||e.modelValue,disabled:e.disabled,"hide-label":e.hideLabel,"inner-on-label":e.innerOnLabel,"inner-off-label":e.innerOffLabel,label:e.label,"pass-attrs":e.passAttrs,size:e.size,onChange:a[0]||(a[0]=r=>n("update:modelValue",r.target.checked))}),null,16,Ie))}},ye=["active-tab-id","hidden","panel-id"],Ee={__name:"BsTab",props:{activeTabId:{},hidden:{default:!1},panelId:{}},emits:[],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-tab",t.mergeProps(l.$attrs,{"active-tab-id":e.activeTabId,hidden:e.hidden,"panel-id":e.panelId}),[t.renderSlot(l.$slots,"default")],16,ye))}},we=["active-tab-id","helper-text","helper-description"],Le={__name:"BsTabList",props:{activeTabId:{},helperText:{default:"Select a tab"},helperDescription:{},modelValue:{}},emits:["tabChange","update:modelValue"],setup(e,{emit:n}){const l=a=>{n("tabChange",a.detail),n("update:modelValue",a.detail)};return(a,r)=>(t.openBlock(),t.createElementBlock("bs-tab-list",t.mergeProps(a.$attrs,{"active-tab-id":e.activeTabId||e.modelValue,"helper-text":e.helperText,"helper-description":e.helperDescription,"on:tabChange":l}),[t.renderSlot(a.$slots,"default")],16,we))}},pe=["active-tab-id","tab-id"],Ve={__name:"BsTabPanel",props:{activeTabId:{},tabId:{}},emits:[],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-tab-panel",t.mergeProps(l.$attrs,{"active-tab-id":e.activeTabId,"tab-id":e.tabId}),[t.renderSlot(l.$slots,"default")],16,pe))}},qe=["disabled","error","pass-attrs","placeholder","required","value","hint-id"],Ae={__name:"BsTextarea",props:{disabled:{default:!1},error:{},passAttrs:{default:""},placeholder:{},required:{},value:{},hintId:{},modelValue:{}},emits:["update:modelValue"],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-textarea",t.mergeProps(l.$attrs,{disabled:e.disabled,error:e.error,"pass-attrs":e.passAttrs,placeholder:e.placeholder,required:e.required,value:e.value||e.modelValue,"hint-id":e.hintId,onInput:a[0]||(a[0]=r=>n("update:modelValue",r.target.value))}),null,16,qe))}},Se=["char-max","disabled","error","hints","label","placeholder","required","value","pass-attrs"],ze={__name:"BsTextareaField",props:{charMax:{},disabled:{default:!1},error:{},hints:{},label:{},placeholder:{},required:{},value:{default:""},passAttrs:{default:""},modelValue:{}},emits:["update:modelValue"],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-textarea-field",t.mergeProps(l.$attrs,{"char-max":e.charMax,disabled:e.disabled,error:e.error,hints:e.hints,label:e.label,placeholder:e.placeholder,required:e.required,value:e.value||e.modelValue,"pass-attrs":e.passAttrs,onInput:a[0]||(a[0]=r=>n("update:modelValue",r.target.value))}),null,16,Se))}},xe=["toast-id","variant","stacked","duration","enter-controlled","enter-trigger","leave-trigger"],De={__name:"BsToast",props:{toastId:{},variant:{},stacked:{default:!1},duration:{default:1e4},enterControlled:{default:!1},enterTrigger:{default:!1},leaveTrigger:{default:!1}},emits:["dismiss","enterend","leaveend"],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-toast",t.mergeProps(l.$attrs,{"toast-id":e.toastId,variant:e.variant,stacked:e.stacked,duration:e.duration,"enter-controlled":e.enterControlled,"enter-trigger":e.enterTrigger,"leave-trigger":e.leaveTrigger,onDismiss:a[0]||(a[0]=r=>n("dismiss",r.detail)),onEnterend:a[1]||(a[1]=r=>n("enterend",r.detail)),onLeaveend:a[2]||(a[2]=r=>n("leaveend",r.detail))}),[t.renderSlot(l.$slots,"default")],16,xe))}},Oe={__name:"BsToastActions",props:{},emits:["defaultDismiss"],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-toast-actions",t.mergeProps(l.$attrs,{"on:defaultDismiss":a[0]||(a[0]=r=>n("defaultDismiss",r.detail))}),[t.renderSlot(l.$slots,"default")],16))}},Fe={__name:"BsToastBody",props:{},emits:[],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-toast-body",t.normalizeProps(t.guardReactiveProps(l.$attrs)),[t.renderSlot(l.$slots,"default")],16))}},je=["variant"],ve={__name:"BsToastHeader",props:{variant:{}},emits:[],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-toast-header",t.mergeProps(l.$attrs,{variant:e.variant}),[t.renderSlot(l.$slots,"default")],16,je))}},Me={__name:"BsToaster",props:{},emits:[],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-toaster",t.normalizeProps(t.guardReactiveProps(l.$attrs)),[t.renderSlot(l.$slots,"default")],16))}},Re=["tooltip-id","content","position"],Ge={__name:"BsTooltip",props:{tooltipId:{},content:{},position:{}},emits:[],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-tooltip",t.mergeProps(l.$attrs,{"tooltip-id":e.tooltipId,content:e.content,position:e.position}),[t.renderSlot(l.$slots,"default")],16,Re))}},He=["enter-class","enter-attribute","enter-duration","leave-class","leave-attribute","leave-duration","enter-controlled","enter-trigger","leave-trigger"],Ne={__name:"BsTransition",props:{enterClass:{default:void 0},enterAttribute:{default:void 0},enterDuration:{},leaveClass:{default:void 0},leaveAttribute:{default:void 0},leaveDuration:{default:void 0},enterControlled:{default:!1},enterTrigger:{default:!1},leaveTrigger:{default:!1}},emits:["enterend","leaveend"],setup(e,{emit:n}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-transition",t.mergeProps(l.$attrs,{"enter-class":e.enterClass,"enter-attribute":e.enterAttribute,"enter-duration":e.enterDuration,"leave-class":e.leaveClass,"leave-attribute":e.leaveAttribute,"leave-duration":e.leaveDuration,"enter-controlled":e.enterControlled,"enter-trigger":e.enterTrigger,"leave-trigger":e.leaveTrigger,onEnterend:a[0]||(a[0]=r=>n("enterend",r.detail)),onLeaveend:a[1]||(a[1]=r=>n("leaveend",r.detail))}),[t.renderSlot(l.$slots,"default")],16,He))}};s.BsAccordion=b,s.BsBadge=g,s.BsBanner=B,s.BsButton=k,s.BsCharacterCount=P,s.BsChartBar=C,s.BsChartTable=E,s.BsCheckbox=L,s.BsCircleButton=V,s.BsDropdown=A,s.BsDropdownOption=z,s.BsDropdownOptionList=D,s.BsDropdownWithOptions=F,s.BsFieldLayout=v,s.BsHint=R,s.BsInput=H,s.BsInputAddon=W,s.BsInputField=Y,s.BsInputSearch=J,s.BsLabel=Q,s.BsLoader=_,s.BsModal=te,s.BsOverlay=le,s.BsPagination=ne,s.BsPill=ie,s.BsProfile=oe,s.BsProfileDetails=ue,s.BsProfileImg=me,s.BsProfileLayout=he,s.BsRadio=Be,s.BsSelect=ke,s.BsSelectField=Pe,s.BsSwitch=Ce,s.BsTab=Ee,s.BsTabList=Le,s.BsTabPanel=Ve,s.BsTextarea=Ae,s.BsTextareaField=ze,s.BsToast=De,s.BsToastActions=Oe,s.BsToastBody=Fe,s.BsToastHeader=ve,s.BsToaster=Me,s.BsTooltip=Ge,s.BsTransition=Ne,Object.defineProperty(s,Symbol.toStringTag,{value:"Module"})});
|
|
1
|
+
(function(s,t){typeof exports=="object"&&typeof module<"u"?t(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],t):(s=typeof globalThis<"u"?globalThis:s||self,t(s.BsdsComponents={},s.Vue))})(this,function(s,t){"use strict";const f=["controlled","icon","header-text","heading-level","open-item","open-item-id","stacked"],h={__name:"BsAccordion",props:{controlled:{default:!1},icon:{},headerText:{},headingLevel:{},openItem:{default:!1},openItemId:{},stacked:{default:!1}},emits:["toggled"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-accordion",t.mergeProps(l.$attrs,{controlled:e.controlled,icon:e.icon,"header-text":e.headerText,"heading-level":e.headingLevel,"open-item":e.openItem,"open-item-id":e.openItemId,stacked:e.stacked,onToggled:a[0]||(a[0]=n=>r("toggled",n.detail))}),[t.renderSlot(l.$slots,"default")],16,f))}},b=["color","count","count-max","dot","label","position","show-zero"],g={__name:"BsBadge",props:{color:{},count:{},countMax:{default:99},dot:{},label:{default:"item"},position:{},showZero:{}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-badge",t.mergeProps(l.$attrs,{color:e.color,count:e.count,"count-max":e.countMax,dot:e.dot,label:e.label,position:e.position,"show-zero":e.showZero}),[t.renderSlot(l.$slots,"default")],16,b))}},B={__name:"BsBanner",props:{},emits:["dismiss"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-banner",t.mergeProps(l.$attrs,{onDismiss:a[0]||(a[0]=n=>r("dismiss",n.detail))}),[t.renderSlot(l.$slots,"default")],16))}};function o(e){const r=t.computed(()=>{var n,i;return((i=(n=e.href)==null?void 0:n.startsWith)==null?void 0:i.call(n,"/"))||!1}),l=t.computed(()=>{var n,i;return r.value&&((n=e.router)==null?void 0:n.navigateTo)||((i=e.router)==null?void 0:i.push)||null});function a(n){var i,d,u,c,m;l.value&&((d=(i=n.target.href)==null?void 0:i.endsWith)!=null&&d.call(i,e.href)||(m=(c=(u=n.target.closest("a"))==null?void 0:u.href)==null?void 0:c.endsWith)!=null&&m.call(c,e.href))&&(n.preventDefault(),l.value(e.href))}return{onLinkClick:a}}const $=["variant","disabled","ghost-btn","href","pass-attrs","text-btn","size"],k={__name:"BsButton",props:{variant:{},disabled:{},ghostBtn:{},href:{},passAttrs:{default:""},textBtn:{},size:{},router:{}},emits:[],setup(e,{emit:r}){const l=e,{onLinkClick:a}=o(l);return(n,i)=>(t.openBlock(),t.createElementBlock("bs-button",t.mergeProps(n.$attrs,{variant:e.variant,disabled:e.disabled,"ghost-btn":e.ghostBtn,href:e.href,"pass-attrs":e.passAttrs,"text-btn":e.textBtn,size:e.size,onClick:i[0]||(i[0]=(...d)=>t.unref(a)&&t.unref(a)(...d))}),[t.renderSlot(n.$slots,"default")],16,$))}},I=["char-count","char-max"],T={__name:"BsCharacterCount",props:{charCount:{},charMax:{}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-character-count",t.mergeProps(l.$attrs,{"char-count":e.charCount,"char-max":e.charMax}),null,16,I))}},P=["chart-title","data","dataIdxLabels","show-legend","show-tooltips","show-x-grid","show-y-grid","stacked","x-label","y-label"],C={__name:"BsChartBar",props:{chartTitle:{},data:{},dataIdxLabels:{},showLegend:{default:!0},showTooltips:{default:!0},showXGrid:{default:!1},showYGrid:{default:!1},stacked:{default:!1},xLabel:{default:""},yLabel:{default:""}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-chart-bar",t.mergeProps(l.$attrs,{"chart-title":e.chartTitle,data:e.data,dataIdxLabels:e.dataIdxLabels,"show-legend":e.showLegend,"show-tooltips":e.showTooltips,"show-x-grid":e.showXGrid,"show-y-grid":e.showYGrid,stacked:e.stacked,"x-label":e.xLabel,"y-label":e.yLabel}),null,16,P))}},y=["data","dataIdxLabels","table-title"],E={__name:"BsChartTable",props:{data:{},dataIdxLabels:{},tableTitle:{default:""}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-chart-table",t.mergeProps(l.$attrs,{data:e.data,dataIdxLabels:e.dataIdxLabels,"table-title":e.tableTitle}),null,16,y))}},p=["label","checked","checked-partially","disabled","error","input-id","pass-attrs","required","size"],w={__name:"BsCheckbox",props:{label:{},checked:{default:!1},checkedPartially:{default:!1},disabled:{default:!1},error:{},inputId:{},passAttrs:{default:""},required:{},size:{},modelValue:{}},emits:["update:modelValue"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-checkbox",t.mergeProps(l.$attrs,{label:e.label,checked:e.checked||e.modelValue,"checked-partially":e.checkedPartially,disabled:e.disabled,error:e.error,"input-id":e.inputId,"pass-attrs":e.passAttrs,required:e.required,size:e.size,onChange:a[0]||(a[0]=n=>r("update:modelValue",n.target.checked))}),null,16,p))}},L=["disabled","ghost-btn","hover-effect","href","icon","icon-position","label","pass-attrs","text-btn","size"],V={__name:"BsCircleButton",props:{disabled:{},ghostBtn:{},hoverEffect:{default:!1},href:{},icon:{},iconPosition:{},label:{},passAttrs:{default:""},textBtn:{},size:{},router:{}},emits:[],setup(e,{emit:r}){const l=e,{onLinkClick:a}=o(l);return(n,i)=>(t.openBlock(),t.createElementBlock("bs-circle-button",t.mergeProps(n.$attrs,{disabled:e.disabled,"ghost-btn":e.ghostBtn,"hover-effect":e.hoverEffect,href:e.href,icon:e.icon,"icon-position":e.iconPosition,label:e.label,"pass-attrs":e.passAttrs,"text-btn":e.textBtn,size:e.size,onClick:i[0]||(i[0]=(...d)=>t.unref(a)&&t.unref(a)(...d))}),null,16,L))}},q=["width","top","center","toggle-id","container-id","helper-text","helper-description","enter-controlled","enter-trigger","leave-trigger"],A={__name:"BsDropdown",props:{width:{default:void 0},top:{default:!1},center:{default:!1},toggleId:{},containerId:{default:void 0},helperText:{},helperDescription:{},enterControlled:{default:!1},enterTrigger:{default:!1},leaveTrigger:{default:!1}},emits:["close","enterend","leaveend"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-dropdown",t.mergeProps(l.$attrs,{width:e.width,top:e.top,center:e.center,"toggle-id":e.toggleId,"container-id":e.containerId,"helper-text":e.helperText,"helper-description":e.helperDescription,"enter-controlled":e.enterControlled,"enter-trigger":e.enterTrigger,"leave-trigger":e.leaveTrigger,onClose:a[0]||(a[0]=n=>r("close",n.detail)),onEnterend:a[1]||(a[1]=n=>r("enterend",n.detail)),onLeaveend:a[2]||(a[2]=n=>r("leaveend",n.detail))}),[t.renderSlot(l.$slots,"default")],16,q))}},S=["value","variant","options-id","selected","focused","index"],z={__name:"BsDropdownOption",props:{value:{},variant:{default:void 0},optionsId:{},selected:{default:!1},focused:{default:!1},index:{}},emits:["optmouseenter","optselect"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-dropdown-option",t.mergeProps(l.$attrs,{value:e.value,variant:e.variant,"options-id":e.optionsId,selected:e.selected,focused:e.focused,index:e.index,onOptmouseenter:a[0]||(a[0]=n=>r("optmouseenter",n.detail)),onOptselect:a[1]||(a[1]=n=>r("optselect",n.detail))}),[t.renderSlot(l.$slots,"default")],16,S))}},x=["options-id","visible","focus-delay","label","selected-value"],D={__name:"BsDropdownOptionList",props:{optionsId:{},visible:{default:!1},focusDelay:{default:75},label:{},selectedValue:{}},emits:["optselected","close"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-dropdown-option-list",t.mergeProps(l.$attrs,{"options-id":e.optionsId,visible:e.visible,"focus-delay":e.focusDelay,label:e.label,"selected-value":e.selectedValue,onOptselected:a[0]||(a[0]=n=>r("optselected",n.detail)),onClose:a[1]||(a[1]=n=>r("close",n.detail))}),[t.renderSlot(l.$slots,"default")],16,x))}},M=["toggle-id","container-id","options-id","width","top","center","label","selected-value","enter-controlled","enter-trigger","leave-trigger","helper-text","helper-description"],O={__name:"BsDropdownWithOptions",props:{toggleId:{},containerId:{default:void 0},optionsId:{},width:{default:void 0},top:{default:!1},center:{default:!1},label:{},selectedValue:{},enterControlled:{default:!1},enterTrigger:{default:!1},leaveTrigger:{default:!1},helperText:{},helperDescription:{}},emits:["optselected","close","enterend","leaveend"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-dropdown-with-options",t.mergeProps(l.$attrs,{"toggle-id":e.toggleId,"container-id":e.containerId,"options-id":e.optionsId,width:e.width,top:e.top,center:e.center,label:e.label,"selected-value":e.selectedValue,"enter-controlled":e.enterControlled,"enter-trigger":e.enterTrigger,"leave-trigger":e.leaveTrigger,"helper-text":e.helperText,"helper-description":e.helperDescription,onOptselected:a[0]||(a[0]=n=>r("optselected",n.detail)),onClose:a[1]||(a[1]=n=>r("close",n.detail)),onEnterend:a[2]||(a[2]=n=>r("enterend",n.detail)),onLeaveend:a[3]||(a[3]=n=>r("leaveend",n.detail))}),[t.renderSlot(l.$slots,"default")],16,M))}},F=["char-count","char-max","error","error-msg","hint","hint-id"],j={__name:"BsFieldDetails",props:{charCount:{},charMax:{},error:{},errorMsg:{},hint:{},hintId:{}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-field-details",t.mergeProps(l.$attrs,{"char-count":e.charCount,"char-max":e.charMax,error:e.error,"error-msg":e.errorMsg,hint:e.hint,"hint-id":e.hintId}),null,16,F))}},v=["char-count","char-max","disabled","error","hints","label","label-for","required","hint-id"],R={__name:"BsFieldLayout",props:{charCount:{},charMax:{},disabled:{default:!1},error:{},hints:{},label:{},labelFor:{},required:{},hintId:{}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-field-layout",t.mergeProps(l.$attrs,{"char-count":e.charCount,"char-max":e.charMax,disabled:e.disabled,error:e.error,hints:e.hints,label:e.label,"label-for":e.labelFor,required:e.required,"hint-id":e.hintId}),[t.renderSlot(l.$slots,"default")],16,v))}},G=["error","hint-id","hints"],H={__name:"BsHint",props:{error:{},hintId:{},hints:{}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-hint",t.mergeProps(l.$attrs,{error:e.error,"hint-id":e.hintId,hints:e.hints}),null,16,G))}},N=["disabled","error","input-id","pass-attrs","placeholder","required","type","value","hint-id"],W={__name:"BsInput",props:{disabled:{default:!1},error:{},inputId:{},passAttrs:{default:""},placeholder:{},required:{},type:{default:"text"},value:{},hintId:{},modelValue:{}},emits:["update:modelValue"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-input",t.mergeProps(l.$attrs,{disabled:e.disabled,error:e.error,"input-id":e.inputId,"pass-attrs":e.passAttrs,placeholder:e.placeholder,required:e.required,type:e.type,value:e.value||e.modelValue,"hint-id":e.hintId,onInput:a[0]||(a[0]=n=>r("update:modelValue",n.target.value))}),null,16,N))}},X=["disabled","error","multifocus","variant"],Y={__name:"BsInputAddon",props:{disabled:{default:!1},error:{default:!1},multifocus:{default:!1},variant:{}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-input-addon",t.mergeProps(l.$attrs,{disabled:e.disabled,error:e.error,multifocus:e.multifocus,variant:e.variant}),[t.renderSlot(l.$slots,"default")],16,X))}},Z=["disabled","error","error-msg","hint","hints","input-id","label","pass-attrs","placeholder","required","type","value"],J={__name:"BsInputField",props:{disabled:{default:!1},error:{},errorMsg:{},hint:{},hints:{},inputId:{},label:{},passAttrs:{default:""},placeholder:{},required:{},type:{default:"text"},value:{},modelValue:{}},emits:["update:modelValue"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-input-field",t.mergeProps(l.$attrs,{disabled:e.disabled,error:e.error,"error-msg":e.errorMsg,hint:e.hint,hints:e.hints,"input-id":e.inputId,label:e.label,"pass-attrs":e.passAttrs,placeholder:e.placeholder,required:e.required,type:e.type,value:e.value||e.modelValue,onInput:a[0]||(a[0]=n=>r("update:modelValue",n.target.value))}),null,16,Z))}},K=["disabled","pass-attrs","placeholder","hint-id","input-id","value"],Q={__name:"BsInputSearch",props:{disabled:{default:!1},passAttrs:{default:""},placeholder:{default:"Search Items"},hintId:{},inputId:{},value:{default:""},modelValue:{}},emits:["clear","update:modelValue"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-input-search",t.mergeProps(l.$attrs,{disabled:e.disabled,"pass-attrs":e.passAttrs,placeholder:e.placeholder,"hint-id":e.hintId,"input-id":e.inputId,value:e.value||e.modelValue,onClear:a[0]||(a[0]=n=>r("clear",n.detail)),onInput:a[1]||(a[1]=n=>r("update:modelValue",n.target.value))}),null,16,K))}},U=["disabled","for","hide","pass-attrs","required"],_={__name:"BsLabel",props:{disabled:{},for:{},hide:{},passAttrs:{default:""},required:{}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-label",t.mergeProps(l.$attrs,{disabled:e.disabled,for:e.for,hide:e.hide,"pass-attrs":e.passAttrs,required:e.required}),[t.renderSlot(l.$slots,"default")],16,U))}},ee=["size","variant"],te={__name:"BsLoader",props:{size:{},variant:{}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-loader",t.mergeProps(l.$attrs,{size:e.size,variant:e.variant}),null,16,ee))}},ae=["alert","close-button","enter-controlled","enter-trigger","leave-trigger"],le={__name:"BsModal",props:{alert:{default:!1},closeButton:{default:!0},enterControlled:{default:!1},enterTrigger:{default:!1},leaveTrigger:{default:!1}},emits:["close","enterend","leaveend"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-modal",t.mergeProps(l.$attrs,{alert:e.alert,"close-button":e.closeButton,"enter-controlled":e.enterControlled,"enter-trigger":e.enterTrigger,"leave-trigger":e.leaveTrigger,onClose:a[0]||(a[0]=n=>r("close",n.detail)),onEnterend:a[1]||(a[1]=n=>r("enterend",n.detail)),onLeaveend:a[2]||(a[2]=n=>r("leaveend",n.detail))}),[t.renderSlot(l.$slots,"default")],16,ae))}},ne=["enter-controlled","enter-trigger","leave-trigger"],re={__name:"BsOverlay",props:{enterControlled:{default:!1},enterTrigger:{default:!1},leaveTrigger:{default:!1}},emits:["enterend","leaveend"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-overlay",t.mergeProps(l.$attrs,{"enter-controlled":e.enterControlled,"enter-trigger":e.enterTrigger,"leave-trigger":e.leaveTrigger,onEnterend:a[0]||(a[0]=n=>r("enterend",n.detail)),onLeaveend:a[1]||(a[1]=n=>r("leaveend",n.detail))}),null,16,ne))}},se=["show-first-last-buttons","prev-page-text","first-page-text","next-page-text","last-page-text","fixed","variant","selection","center-display","break-text","page-range","page-count","center-label","items-per-group","items-count","results-increments"],ie={__name:"BsPagination",props:{showFirstLastButtons:{default:!1},prevPageText:{},firstPageText:{},nextPageText:{},lastPageText:{},fixed:{default:!1},variant:{default:"base"},selection:{},centerDisplay:{default:"numbers"},breakText:{default:"…"},pageRange:{default:3},pageCount:{},centerLabel:{},itemsPerGroup:{default:25},itemsCount:{},resultsIncrements:{}},emits:["selchange"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-pagination",t.mergeProps(l.$attrs,{"show-first-last-buttons":e.showFirstLastButtons,"prev-page-text":e.prevPageText,"first-page-text":e.firstPageText,"next-page-text":e.nextPageText,"last-page-text":e.lastPageText,fixed:e.fixed,variant:e.variant,selection:e.selection,"center-display":e.centerDisplay,"break-text":e.breakText,"page-range":e.pageRange,"page-count":e.pageCount,"center-label":e.centerLabel,"items-per-group":e.itemsPerGroup,"items-count":e.itemsCount,"results-increments":e.resultsIncrements,onSelchange:a[0]||(a[0]=n=>r("selchange",n.detail))}),null,16,se))}},de=["variant","status","href","active","disabled","pass-attrs"],oe={__name:"BsPill",props:{variant:{},status:{},href:{},active:{},disabled:{},passAttrs:{default:""},router:{}},emits:[],setup(e,{emit:r}){const l=e,{onLinkClick:a}=o(l);return(n,i)=>(t.openBlock(),t.createElementBlock("bs-pill",t.mergeProps(n.$attrs,{variant:e.variant,status:e.status,href:e.href,active:e.active,disabled:e.disabled,"pass-attrs":e.passAttrs,onClick:i[0]||(i[0]=(...d)=>t.unref(a)&&t.unref(a)(...d))}),[t.renderSlot(n.$slots,"default")],16,de))}},ce=["layout","href","image-src","image-size","initials","profile-name","company","job-title","email"],ue={__name:"BsProfile",props:{layout:{},href:{},imageSrc:{},imageSize:{default:"lg"},initials:{},profileName:{},company:{},jobTitle:{},email:{},router:{}},emits:[],setup(e,{emit:r}){const l=e,{onLinkClick:a}=o(l);return(n,i)=>(t.openBlock(),t.createElementBlock("bs-profile",t.mergeProps(n.$attrs,{layout:e.layout,href:e.href,"image-src":e.imageSrc,"image-size":e.imageSize,initials:e.initials,"profile-name":e.profileName,company:e.company,"job-title":e.jobTitle,email:e.email,onClick:i[0]||(i[0]=(...d)=>t.unref(a)&&t.unref(a)(...d))}),null,16,ce))}},me=["profile-name","company","job-title","email"],fe={__name:"BsProfileDetails",props:{profileName:{},company:{},jobTitle:{},email:{}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-profile-details",t.mergeProps(l.$attrs,{"profile-name":e.profileName,company:e.company,"job-title":e.jobTitle,email:e.email}),null,16,me))}},he=["src","size","initials","profile-name"],be={__name:"BsProfileImg",props:{src:{},size:{},initials:{},profileName:{}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-profile-img",t.mergeProps(l.$attrs,{src:e.src,size:e.size,initials:e.initials,"profile-name":e.profileName}),null,16,he))}},ge=["layout","href","pass-attrs"],Be={__name:"BsProfileLayout",props:{layout:{default:"vertical"},href:{},passAttrs:{default:""},router:{}},emits:[],setup(e,{emit:r}){const l=e,{onLinkClick:a}=o(l);return(n,i)=>(t.openBlock(),t.createElementBlock("bs-profile-layout",t.mergeProps(n.$attrs,{layout:e.layout,href:e.href,"pass-attrs":e.passAttrs,onClick:i[0]||(i[0]=(...d)=>t.unref(a)&&t.unref(a)(...d))}),[t.renderSlot(n.$slots,"default")],16,ge))}},$e=["label","checked","disabled","error","input-id","pass-attrs","required","size","value"],ke={__name:"BsRadio",props:{label:{},checked:{default:!1},disabled:{default:!1},error:{},inputId:{},passAttrs:{default:""},required:{},size:{},value:{},modelValue:{}},emits:["update:modelValue"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-radio",t.mergeProps(l.$attrs,{label:e.label,checked:e.checked||e.modelValue===e.value,disabled:e.disabled,error:e.error,"input-id":e.inputId,"pass-attrs":e.passAttrs,required:e.required,size:e.size,value:e.value,onChange:a[0]||(a[0]=n=>r("update:modelValue",n.target.value))}),null,16,$e))}},Ie=["disabled","input-id","required","error","hint-id","value","pass-attrs"],Te={__name:"BsSelect",props:{disabled:{default:!1},inputId:{},required:{},error:{},hintId:{},value:{},passAttrs:{default:""},modelValue:{}},emits:["update:modelValue"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-select",t.mergeProps(l.$attrs,{disabled:e.disabled,"input-id":e.inputId,required:e.required,error:e.error,"hint-id":e.hintId,value:e.value||e.modelValue,"pass-attrs":e.passAttrs,onChange:a[0]||(a[0]=n=>r("update:modelValue",n.target.value))}),[t.renderSlot(l.$slots,"default")],16,Ie))}},Pe=["disabled","error","error-msg","input-id","label","hint","hints","placeholder","required","value","pass-attrs","data"],Ce={__name:"BsSelectField",props:{disabled:{default:!1},error:{},errorMsg:{},inputId:{},label:{},hint:{},hints:{},placeholder:{default:""},required:{},value:{},passAttrs:{default:""},data:{default:[]},modelValue:{}},emits:["update:modelValue"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-select-field",t.mergeProps(l.$attrs,{disabled:e.disabled,error:e.error,"error-msg":e.errorMsg,"input-id":e.inputId,label:e.label,hint:e.hint,hints:e.hints,placeholder:e.placeholder,required:e.required,value:e.value||e.modelValue,"pass-attrs":e.passAttrs,data:e.data,onChange:a[0]||(a[0]=n=>r("update:modelValue",n.target.value))}),null,16,Pe))}},ye=["checked","disabled","hide-label","input-id","inner-on-label","inner-off-label","label","pass-attrs","size"],Ee={__name:"BsSwitch",props:{checked:{default:!1},disabled:{default:!1},hideLabel:{default:!1},inputId:{},innerOnLabel:{},innerOffLabel:{},label:{},passAttrs:{default:""},size:{},modelValue:{}},emits:["update:modelValue"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-switch",t.mergeProps(l.$attrs,{checked:e.checked||e.modelValue,disabled:e.disabled,"hide-label":e.hideLabel,"input-id":e.inputId,"inner-on-label":e.innerOnLabel,"inner-off-label":e.innerOffLabel,label:e.label,"pass-attrs":e.passAttrs,size:e.size,onChange:a[0]||(a[0]=n=>r("update:modelValue",n.target.checked))}),null,16,ye))}},pe=["active-tab-id","hidden","panel-id"],we={__name:"BsTab",props:{activeTabId:{},hidden:{default:!1},panelId:{}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-tab",t.mergeProps(l.$attrs,{"active-tab-id":e.activeTabId,hidden:e.hidden,"panel-id":e.panelId}),[t.renderSlot(l.$slots,"default")],16,pe))}},Le=["active-tab-id","helper-text","helper-description"],Ve={__name:"BsTabList",props:{activeTabId:{},helperText:{default:"Select a tab"},helperDescription:{},modelValue:{}},emits:["tabChange","update:modelValue"],setup(e,{emit:r}){const l=a=>{r("tabChange",a.detail),r("update:modelValue",a.detail)};return(a,n)=>(t.openBlock(),t.createElementBlock("bs-tab-list",t.mergeProps(a.$attrs,{"active-tab-id":e.activeTabId||e.modelValue,"helper-text":e.helperText,"helper-description":e.helperDescription,"on:tabChange":l}),[t.renderSlot(a.$slots,"default")],16,Le))}},qe=["active-tab-id","tab-id"],Ae={__name:"BsTabPanel",props:{activeTabId:{},tabId:{}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-tab-panel",t.mergeProps(l.$attrs,{"active-tab-id":e.activeTabId,"tab-id":e.tabId}),[t.renderSlot(l.$slots,"default")],16,qe))}},Se=["disabled","error","input-id","pass-attrs","placeholder","required","value","hint-id"],ze={__name:"BsTextarea",props:{disabled:{default:!1},error:{},inputId:{},passAttrs:{default:""},placeholder:{},required:{},value:{},hintId:{},modelValue:{}},emits:["update:modelValue"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-textarea",t.mergeProps(l.$attrs,{disabled:e.disabled,error:e.error,"input-id":e.inputId,"pass-attrs":e.passAttrs,placeholder:e.placeholder,required:e.required,value:e.value||e.modelValue,"hint-id":e.hintId,onInput:a[0]||(a[0]=n=>r("update:modelValue",n.target.value))}),null,16,Se))}},xe=["char-max","disabled","error","error-msg","hint","hints","input-id","label","placeholder","required","value","pass-attrs"],De={__name:"BsTextareaField",props:{charMax:{},disabled:{default:!1},error:{},errorMsg:{},hint:{},hints:{},inputId:{},label:{},placeholder:{},required:{},value:{default:""},passAttrs:{default:""},modelValue:{}},emits:["update:modelValue"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-textarea-field",t.mergeProps(l.$attrs,{"char-max":e.charMax,disabled:e.disabled,error:e.error,"error-msg":e.errorMsg,hint:e.hint,hints:e.hints,"input-id":e.inputId,label:e.label,placeholder:e.placeholder,required:e.required,value:e.value||e.modelValue,"pass-attrs":e.passAttrs,onInput:a[0]||(a[0]=n=>r("update:modelValue",n.target.value))}),null,16,xe))}},Me=["toast-id","variant","stacked","duration","enter-controlled","enter-trigger","leave-trigger"],Oe={__name:"BsToast",props:{toastId:{},variant:{},stacked:{default:!1},duration:{default:1e4},enterControlled:{default:!1},enterTrigger:{default:!1},leaveTrigger:{default:!1}},emits:["dismiss","enterend","leaveend"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-toast",t.mergeProps(l.$attrs,{"toast-id":e.toastId,variant:e.variant,stacked:e.stacked,duration:e.duration,"enter-controlled":e.enterControlled,"enter-trigger":e.enterTrigger,"leave-trigger":e.leaveTrigger,onDismiss:a[0]||(a[0]=n=>r("dismiss",n.detail)),onEnterend:a[1]||(a[1]=n=>r("enterend",n.detail)),onLeaveend:a[2]||(a[2]=n=>r("leaveend",n.detail))}),[t.renderSlot(l.$slots,"default")],16,Me))}},Fe={__name:"BsToastActions",props:{},emits:["defaultDismiss"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-toast-actions",t.mergeProps(l.$attrs,{"on:defaultDismiss":a[0]||(a[0]=n=>r("defaultDismiss",n.detail))}),[t.renderSlot(l.$slots,"default")],16))}},je={__name:"BsToastBody",props:{},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-toast-body",t.normalizeProps(t.guardReactiveProps(l.$attrs)),[t.renderSlot(l.$slots,"default")],16))}},ve=["variant"],Re={__name:"BsToastHeader",props:{variant:{}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-toast-header",t.mergeProps(l.$attrs,{variant:e.variant}),[t.renderSlot(l.$slots,"default")],16,ve))}},Ge={__name:"BsToaster",props:{},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-toaster",t.normalizeProps(t.guardReactiveProps(l.$attrs)),[t.renderSlot(l.$slots,"default")],16))}},He=["tooltip-id","content","position"],Ne={__name:"BsTooltip",props:{tooltipId:{},content:{},position:{}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-tooltip",t.mergeProps(l.$attrs,{"tooltip-id":e.tooltipId,content:e.content,position:e.position}),[t.renderSlot(l.$slots,"default")],16,He))}},We=["enter-class","enter-attribute","enter-duration","leave-class","leave-attribute","leave-duration","enter-controlled","enter-trigger","leave-trigger"],Xe={__name:"BsTransition",props:{enterClass:{default:void 0},enterAttribute:{default:void 0},enterDuration:{},leaveClass:{default:void 0},leaveAttribute:{default:void 0},leaveDuration:{default:void 0},enterControlled:{default:!1},enterTrigger:{default:!1},leaveTrigger:{default:!1}},emits:["enterend","leaveend"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-transition",t.mergeProps(l.$attrs,{"enter-class":e.enterClass,"enter-attribute":e.enterAttribute,"enter-duration":e.enterDuration,"leave-class":e.leaveClass,"leave-attribute":e.leaveAttribute,"leave-duration":e.leaveDuration,"enter-controlled":e.enterControlled,"enter-trigger":e.enterTrigger,"leave-trigger":e.leaveTrigger,onEnterend:a[0]||(a[0]=n=>r("enterend",n.detail)),onLeaveend:a[1]||(a[1]=n=>r("leaveend",n.detail))}),[t.renderSlot(l.$slots,"default")],16,We))}};s.BsAccordion=h,s.BsBadge=g,s.BsBanner=B,s.BsButton=k,s.BsCharacterCount=T,s.BsChartBar=C,s.BsChartTable=E,s.BsCheckbox=w,s.BsCircleButton=V,s.BsDropdown=A,s.BsDropdownOption=z,s.BsDropdownOptionList=D,s.BsDropdownWithOptions=O,s.BsFieldDetails=j,s.BsFieldLayout=R,s.BsHint=H,s.BsInput=W,s.BsInputAddon=Y,s.BsInputField=J,s.BsInputSearch=Q,s.BsLabel=_,s.BsLoader=te,s.BsModal=le,s.BsOverlay=re,s.BsPagination=ie,s.BsPill=oe,s.BsProfile=ue,s.BsProfileDetails=fe,s.BsProfileImg=be,s.BsProfileLayout=Be,s.BsRadio=ke,s.BsSelect=Te,s.BsSelectField=Ce,s.BsSwitch=Ee,s.BsTab=we,s.BsTabList=Ve,s.BsTabPanel=Ae,s.BsTextarea=ze,s.BsTextareaField=De,s.BsToast=Oe,s.BsToastActions=Fe,s.BsToastBody=je,s.BsToastHeader=Re,s.BsToaster=Ge,s.BsTooltip=Ne,s.BsTransition=Xe,Object.defineProperty(s,Symbol.toStringTag,{value:"Module"})});
|
package/lib/components.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ export declare const BsDropdown: (props: JSX.BsDropdown & import("./vue-componen
|
|
|
12
12
|
export declare const BsDropdownOption: (props: JSX.BsDropdownOption & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
13
13
|
export declare const BsDropdownOptionList: (props: JSX.BsDropdownOptionList & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
14
14
|
export declare const BsDropdownWithOptions: (props: JSX.BsDropdownWithOptions & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
15
|
+
export declare const BsFieldDetails: (props: JSX.BsFieldDetails & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
15
16
|
export declare const BsFieldLayout: (props: JSX.BsFieldLayout & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
16
17
|
export declare const BsHint: (props: JSX.BsHint & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
17
18
|
export declare const BsInput: (props: JSX.BsInput & import("./vue-component-lib/utils").InputProps<string | number> & {}) => any;
|
package/lib/components.js
CHANGED
|
@@ -57,6 +57,7 @@ export const BsCheckbox = defineContainer('bs-checkbox', undefined, [
|
|
|
57
57
|
'checkedPartially',
|
|
58
58
|
'disabled',
|
|
59
59
|
'error',
|
|
60
|
+
'inputId',
|
|
60
61
|
'passAttrs',
|
|
61
62
|
'required',
|
|
62
63
|
'size'
|
|
@@ -126,6 +127,14 @@ export const BsDropdownWithOptions = defineContainer('bs-dropdown-with-options',
|
|
|
126
127
|
'enterend',
|
|
127
128
|
'leaveend'
|
|
128
129
|
]);
|
|
130
|
+
export const BsFieldDetails = defineContainer('bs-field-details', undefined, [
|
|
131
|
+
'charCount',
|
|
132
|
+
'charMax',
|
|
133
|
+
'error',
|
|
134
|
+
'errorMsg',
|
|
135
|
+
'hint',
|
|
136
|
+
'hintId'
|
|
137
|
+
]);
|
|
129
138
|
export const BsFieldLayout = defineContainer('bs-field-layout', undefined, [
|
|
130
139
|
'charCount',
|
|
131
140
|
'charMax',
|
|
@@ -145,6 +154,7 @@ export const BsHint = defineContainer('bs-hint', undefined, [
|
|
|
145
154
|
export const BsInput = defineContainer('bs-input', undefined, [
|
|
146
155
|
'disabled',
|
|
147
156
|
'error',
|
|
157
|
+
'inputId',
|
|
148
158
|
'passAttrs',
|
|
149
159
|
'placeholder',
|
|
150
160
|
'required',
|
|
@@ -161,7 +171,10 @@ export const BsInputAddon = defineContainer('bs-input-addon', undefined, [
|
|
|
161
171
|
export const BsInputField = defineContainer('bs-input-field', undefined, [
|
|
162
172
|
'disabled',
|
|
163
173
|
'error',
|
|
174
|
+
'errorMsg',
|
|
175
|
+
'hint',
|
|
164
176
|
'hints',
|
|
177
|
+
'inputId',
|
|
165
178
|
'label',
|
|
166
179
|
'passAttrs',
|
|
167
180
|
'placeholder',
|
|
@@ -174,6 +187,7 @@ export const BsInputSearch = defineContainer('bs-input-search', undefined, [
|
|
|
174
187
|
'passAttrs',
|
|
175
188
|
'placeholder',
|
|
176
189
|
'hintId',
|
|
190
|
+
'inputId',
|
|
177
191
|
'value',
|
|
178
192
|
'clear'
|
|
179
193
|
], 'value', 'input');
|
|
@@ -265,6 +279,7 @@ export const BsRadio = defineContainer('bs-radio', undefined, [
|
|
|
265
279
|
'checked',
|
|
266
280
|
'disabled',
|
|
267
281
|
'error',
|
|
282
|
+
'inputId',
|
|
268
283
|
'passAttrs',
|
|
269
284
|
'required',
|
|
270
285
|
'size',
|
|
@@ -272,6 +287,7 @@ export const BsRadio = defineContainer('bs-radio', undefined, [
|
|
|
272
287
|
], 'checked', 'change');
|
|
273
288
|
export const BsSelect = defineContainer('bs-select', undefined, [
|
|
274
289
|
'disabled',
|
|
290
|
+
'inputId',
|
|
275
291
|
'required',
|
|
276
292
|
'error',
|
|
277
293
|
'hintId',
|
|
@@ -281,10 +297,13 @@ export const BsSelect = defineContainer('bs-select', undefined, [
|
|
|
281
297
|
export const BsSelectField = defineContainer('bs-select-field', undefined, [
|
|
282
298
|
'disabled',
|
|
283
299
|
'error',
|
|
284
|
-
'
|
|
300
|
+
'errorMsg',
|
|
301
|
+
'inputId',
|
|
285
302
|
'label',
|
|
303
|
+
'hint',
|
|
286
304
|
'hints',
|
|
287
305
|
'placeholder',
|
|
306
|
+
'required',
|
|
288
307
|
'value',
|
|
289
308
|
'passAttrs',
|
|
290
309
|
'data'
|
|
@@ -293,6 +312,7 @@ export const BsSwitch = defineContainer('bs-switch', undefined, [
|
|
|
293
312
|
'checked',
|
|
294
313
|
'disabled',
|
|
295
314
|
'hideLabel',
|
|
315
|
+
'inputId',
|
|
296
316
|
'innerOnLabel',
|
|
297
317
|
'innerOffLabel',
|
|
298
318
|
'label',
|
|
@@ -317,6 +337,7 @@ export const BsTabPanel = defineContainer('bs-tab-panel', undefined, [
|
|
|
317
337
|
export const BsTextarea = defineContainer('bs-textarea', undefined, [
|
|
318
338
|
'disabled',
|
|
319
339
|
'error',
|
|
340
|
+
'inputId',
|
|
320
341
|
'passAttrs',
|
|
321
342
|
'placeholder',
|
|
322
343
|
'required',
|
|
@@ -327,7 +348,10 @@ export const BsTextareaField = defineContainer('bs-textarea-field', undefined, [
|
|
|
327
348
|
'charMax',
|
|
328
349
|
'disabled',
|
|
329
350
|
'error',
|
|
351
|
+
'errorMsg',
|
|
352
|
+
'hint',
|
|
330
353
|
'hints',
|
|
354
|
+
'inputId',
|
|
331
355
|
'label',
|
|
332
356
|
'placeholder',
|
|
333
357
|
'required',
|
package/lib/components.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"components.js","sourceRoot":"","sources":["../src/components.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"components.js","sourceRoot":"","sources":["../src/components.ts"],"names":[],"mappings":"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"}
|