bromcom-ui 2.6.0 → 2.6.1-rc.0
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/bromcom-ui/bromcom-ui.css +1 -1
- package/dist/bromcom-ui/bromcom-ui.esm.js +1 -1
- package/dist/bromcom-ui/{p-7467b1e4.entry.js → p-0a2d2439.entry.js} +1 -1
- package/dist/bromcom-ui/{p-896e1a29.entry.js → p-0be153f0.entry.js} +1 -1
- package/dist/bromcom-ui/{p-82d0b82e.entry.js → p-0e85fc0b.entry.js} +1 -1
- package/dist/bromcom-ui/{p-e99f720c.entry.js → p-19b725ea.entry.js} +1 -1
- package/dist/bromcom-ui/{p-1d6283cc.entry.js → p-1d857ed5.entry.js} +1 -1
- package/dist/bromcom-ui/{p-086480c8.entry.js → p-1ebafd0d.entry.js} +1 -1
- package/dist/bromcom-ui/{p-4b16f50d.entry.js → p-2482639e.entry.js} +1 -1
- package/dist/bromcom-ui/{p-878dcaf3.entry.js → p-378a46d6.entry.js} +1 -1
- package/dist/bromcom-ui/{p-2e3678b6.entry.js → p-3b57a048.entry.js} +1 -1
- package/dist/bromcom-ui/{p-3d5afd5c.entry.js → p-3b7bc944.entry.js} +1 -1
- package/dist/bromcom-ui/p-4e6d4658.js +1 -0
- package/dist/bromcom-ui/{p-ca02ca51.entry.js → p-508b85d7.entry.js} +1 -1
- package/dist/bromcom-ui/{p-0dada2ef.entry.js → p-5348279f.entry.js} +1 -1
- package/dist/bromcom-ui/{p-ce39d425.entry.js → p-56c7cc2a.entry.js} +1 -1
- package/dist/bromcom-ui/{p-67fdd6ef.entry.js → p-6d2a288f.entry.js} +1 -1
- package/dist/bromcom-ui/{p-ffef5aef.entry.js → p-7eb204aa.entry.js} +1 -1
- package/dist/bromcom-ui/{p-0b450f3c.entry.js → p-8c388952.entry.js} +1 -1
- package/dist/bromcom-ui/{p-474ec4cc.js → p-938fde13.js} +1 -1
- package/dist/bromcom-ui/{p-968781bc.entry.js → p-9d13703d.entry.js} +1 -1
- package/dist/bromcom-ui/{p-1000817a.entry.js → p-a05b33fe.entry.js} +1 -1
- package/dist/bromcom-ui/{p-33931412.entry.js → p-b408e6e7.entry.js} +1 -1
- package/dist/bromcom-ui/{p-c078014c.entry.js → p-b725df90.entry.js} +1 -1
- package/dist/bromcom-ui/{p-04715e25.entry.js → p-c3bb0c90.entry.js} +1 -1
- package/dist/bromcom-ui/{p-d4758438.entry.js → p-ca5e9167.entry.js} +1 -1
- package/dist/bromcom-ui/{p-87f2312b.entry.js → p-d33e9abb.entry.js} +1 -1
- package/dist/bromcom-ui/{p-2301a2b6.entry.js → p-d9eaea7f.entry.js} +1 -1
- package/dist/bromcom-ui/{p-0e75b906.entry.js → p-e40b4645.entry.js} +1 -1
- package/dist/bromcom-ui/p-e899583f.entry.js +1 -0
- package/dist/bromcom-ui/{p-13c40d3e.entry.js → p-fc20cc8f.entry.js} +1 -1
- package/package.json +1 -1
- package/dist/bromcom-ui/p-124d8fc2.js +0 -1
- package/dist/bromcom-ui/p-1b42141b.entry.js +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as t,c as s,h as i,H as e}from"./p-9d960649.js";import{G as h}from"./p-
|
|
1
|
+
import{r as t,c as s,h as i,H as e}from"./p-9d960649.js";import{G as h}from"./p-4e6d4658.js";import{B as a}from"./p-7e73190d.js";import"./p-112455b1.js";import{c as r}from"./p-7294ec8e.js";import"./p-6d018a8f.js";import{d as n}from"./p-a80ff3e5.js";import{C as l}from"./p-b43213d3.js";import{I as c}from"./p-faaebe40.js";var o;!function(t){t.none="none",t.both="both",t.horizontal="horizontal",t.vertical="vertical",t.initial="initial",t.inherit="inherit"}(o||(o={}));const d=class{constructor(i){t(this,i),this.focus=s(this,"bcm-focus",7),this.blur=s(this,"bcm-blur",7),this.clear=s(this,"bcm-clear",7),this.change=s(this,"bcm-change",7),this.input=s(this,"bcm-input",7),this._id=h.UID(),this._internal_id=h.UID(),this.hidden=!1,this.required=!1,this.noCaption=!1,this.captionType=a.Status.default,this.rows=3,this.size=a.Size.medium,this.readonly=!1,this.resize=o.vertical,this.fullWidth=!1,this.focused=!1}connectedCallback(){this.captionCache=this.caption,this.captionTypeCache=this.captionType}async onBcmFocus(){this.textarea.focus()}async onBcmBlur(){this.textarea.blur()}async onBcmSelect(){this.textarea.select()}async set(t){await this.setValue(t)}async get(){return this.value||null}async setValue(t){return this.textarea.value=t,this.value=t,this.handleChange(),t}async setClear(){return this.textarea.value="",this.value="",await n(10),Promise.resolve()}async resetCaption(){this.caption=this.captionCache,this.captionType=this.captionTypeCache,this.captionError=null}async getValue(){return this.value}watchValue(){this.handleChange()}handleFocus(){this.focused=!0,this.focus.emit()}handleBlur(){this.focused=!1,this.blur.emit()}handleChange(){this.value=this.textarea.value,this.change.emit(this.value)}handleInput(){this.value=this.textarea.value,this.input.emit(this.value)}handleClear(t){this.textarea.value="",this.value="",this.clear.emit(),this.textarea.focus(),t.stopPropagation()}render(){const{_id:t,hidden:s,readonly:h,fullWidth:n,size:o,rows:d,disabled:p,clearable:u,label:m,focused:b,noCaption:f,caption:y,captionError:C,captionType:g,value:j,resize:w,maxLength:v,placeholder:B,required:x}=this,z=r("bcm-input",{hidden:s,"full-width":n});return i(e,{class:z},m&&i("bcm-label",{type:g,value:m,required:x,htmlFor:t}),i(c,{elementType:a.HtmlElementType.textarea,id:t,value:j,rows:d,disabled:p,maxLength:v,placeholder:B,clearable:u,resize:w,readonly:h,size:o,focused:b,handleFocus:()=>this.handleFocus(),handleBlur:()=>this.handleBlur(),handleChange:()=>this.handleChange(),handleInput:()=>this.handleInput(),handleClear:t=>this.handleClear(t),ref:t=>this.textarea=t}),i(l,{noCaption:f,captionType:g,captionError:C,caption:y,value:j,maxLength:v}))}static get watchers(){return{value:["watchValue"]}}};export{d as bcm_textarea}
|