bromcom-ui 2.6.2-rc.3 → 2.6.2-rc.4
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.esm.js +1 -1
- package/dist/bromcom-ui/p-016b55b6.entry.js +1 -0
- package/dist/bromcom-ui/{p-1ddba813.entry.js → p-050a804f.entry.js} +1 -1
- package/dist/bromcom-ui/{p-14c30877.entry.js → p-0e2a6011.entry.js} +1 -1
- package/dist/bromcom-ui/{p-0220611b.entry.js → p-14a01c99.entry.js} +1 -1
- package/dist/bromcom-ui/{p-4e961948.entry.js → p-3d40f551.entry.js} +1 -1
- package/dist/bromcom-ui/{p-29df787b.entry.js → p-419460c7.entry.js} +1 -1
- package/dist/bromcom-ui/{p-f5446a3d.entry.js → p-4308e76a.entry.js} +1 -1
- package/dist/bromcom-ui/{p-d20a38dc.entry.js → p-4c4c041a.entry.js} +1 -1
- package/dist/bromcom-ui/{p-cfb6de84.entry.js → p-4e1cc302.entry.js} +1 -1
- package/dist/bromcom-ui/{p-f6a319ea.entry.js → p-5421ac6c.entry.js} +1 -1
- package/dist/bromcom-ui/{p-a87a2060.entry.js → p-559a8618.entry.js} +1 -1
- package/dist/bromcom-ui/{p-212eeb7e.entry.js → p-599d3d84.entry.js} +1 -1
- package/dist/bromcom-ui/{p-c628f0fa.entry.js → p-5f329991.entry.js} +1 -1
- package/dist/bromcom-ui/{p-88473044.entry.js → p-60ad80b9.entry.js} +1 -1
- package/dist/bromcom-ui/{p-c64621d0.js → p-69bccbbc.js} +1 -1
- package/dist/bromcom-ui/p-80d10b1b.entry.js +1 -0
- package/dist/bromcom-ui/{p-d94e6ea5.entry.js → p-9d1353f5.entry.js} +1 -1
- package/dist/bromcom-ui/{p-58dda925.entry.js → p-9d1fb4ad.entry.js} +1 -1
- package/dist/bromcom-ui/{p-b5cecd46.entry.js → p-9e837d41.entry.js} +1 -1
- package/dist/bromcom-ui/{p-ce8f7600.entry.js → p-a2c8f6a9.entry.js} +1 -1
- package/dist/bromcom-ui/{p-0312ba23.entry.js → p-b1f64013.entry.js} +1 -1
- package/dist/bromcom-ui/{p-73ab1590.entry.js → p-ba062e32.entry.js} +1 -1
- package/dist/bromcom-ui/{p-ab0abbe7.entry.js → p-bca6ad80.entry.js} +1 -1
- package/dist/bromcom-ui/{p-5aa7028e.entry.js → p-c8c705d8.entry.js} +1 -1
- package/dist/bromcom-ui/{p-9ce31b1b.entry.js → p-cc15d4c3.entry.js} +1 -1
- package/dist/bromcom-ui/{p-be1965d1.entry.js → p-d15e29c8.entry.js} +1 -1
- package/dist/bromcom-ui/{p-2d7b82f4.js → p-e3137520.js} +1 -1
- package/dist/bromcom-ui/{p-640b5b0a.entry.js → p-eff1e78e.entry.js} +1 -1
- package/dist/bromcom-ui/{p-15350dd6.entry.js → p-f06fe023.entry.js} +1 -1
- package/dist/bromcom-ui/{p-cc306139.entry.js → p-f6c14afb.entry.js} +1 -1
- package/package.json +1 -1
- package/dist/bromcom-ui/p-7aaf6b3c.entry.js +0 -1
- package/dist/bromcom-ui/p-81b43acb.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-69bccbbc.js";import{B as a}from"./p-60271ed7.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 c}from"./p-b43213d3.js";import{I as l}from"./p-b7e75cee.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 p=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(){return await n(10),this.caption=this.captionCache,this.captionType=this.captionTypeCache,this.captionError=null,await n(10),Promise.resolve()}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:p,disabled:u,clearable:d,label:m,focused:b,noCaption:f,caption:y,captionError:w,captionType:C,value:g,resize:j,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:C,value:m,required:x,htmlFor:t}),i(l,{elementType:a.HtmlElementType.textarea,id:t,value:g,rows:p,disabled:u,maxLength:v,placeholder:B,clearable:d,resize:j,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(c,{noCaption:f,captionType:C,captionError:w,caption:y,value:g,maxLength:v}))}static get watchers(){return{value:["watchValue"]}}};export{p as bcm_textarea}
|