@volverjs/ui-vue 0.0.4 → 0.0.5-beta.2

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.
Files changed (215) hide show
  1. package/README.md +2 -2
  2. package/auto-imports.d.ts +12 -3
  3. package/bin/icons.cjs +1 -73
  4. package/dist/Volver.d.ts +19 -11
  5. package/dist/components/VvAccordion/VvAccordion.es.js +165 -106
  6. package/dist/components/VvAccordion/VvAccordion.umd.js +1 -1
  7. package/dist/components/VvAccordion/VvAccordion.vue.d.ts +4 -1
  8. package/dist/components/VvAccordion/index.d.ts +8 -3
  9. package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +264 -164
  10. package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
  11. package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +15 -12
  12. package/dist/components/VvAccordionGroup/index.d.ts +8 -0
  13. package/dist/components/VvAction/VvAction.es.js +276 -98
  14. package/dist/components/VvAction/VvAction.umd.js +1 -1
  15. package/dist/components/VvAction/VvAction.vue.d.ts +12 -12
  16. package/dist/components/VvAction/index.d.ts +2 -2
  17. package/dist/components/VvBadge/VvBadge.es.js +213 -44
  18. package/dist/components/VvBadge/VvBadge.umd.js +1 -1
  19. package/dist/components/VvBadge/VvBadge.vue.d.ts +2 -2
  20. package/dist/components/VvBadge/index.d.ts +1 -1
  21. package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +247 -75
  22. package/dist/components/VvBreadcrumb/VvBreadcrumb.umd.js +1 -1
  23. package/dist/components/VvBreadcrumb/VvBreadcrumb.vue.d.ts +11 -11
  24. package/dist/components/VvBreadcrumb/index.d.ts +1 -1
  25. package/dist/components/VvButton/VvButton.es.js +646 -360
  26. package/dist/components/VvButton/VvButton.umd.js +1 -1
  27. package/dist/components/VvButton/VvButton.vue.d.ts +18 -18
  28. package/dist/components/VvButton/index.d.ts +13 -13
  29. package/dist/components/VvButtonGroup/VvButtonGroup.es.js +261 -79
  30. package/dist/components/VvButtonGroup/VvButtonGroup.umd.js +1 -1
  31. package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +2 -2
  32. package/dist/components/VvButtonGroup/index.d.ts +1 -1
  33. package/dist/components/VvCard/VvCard.es.js +57 -38
  34. package/dist/components/VvCard/VvCard.umd.js +1 -1
  35. package/dist/components/VvCheckbox/VvCheckbox.es.js +562 -274
  36. package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
  37. package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +2 -2
  38. package/dist/components/VvCheckbox/index.d.ts +5 -5
  39. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +661 -340
  40. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
  41. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +7 -7
  42. package/dist/components/VvCheckboxGroup/index.d.ts +3 -3
  43. package/dist/components/VvCombobox/VvCombobox.es.js +1546 -983
  44. package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
  45. package/dist/components/VvCombobox/VvCombobox.vue.d.ts +138 -51
  46. package/dist/components/VvCombobox/index.d.ts +41 -10
  47. package/dist/components/VvDialog/VvDialog.es.js +387 -141
  48. package/dist/components/VvDialog/VvDialog.umd.js +1 -1
  49. package/dist/components/VvDialog/VvDialog.vue.d.ts +12 -3
  50. package/dist/components/VvDialog/index.d.ts +4 -1
  51. package/dist/components/VvDropdown/VvDropdown.es.js +452 -244
  52. package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
  53. package/dist/components/VvDropdown/VvDropdown.vue.d.ts +130 -42
  54. package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +13 -13
  55. package/dist/components/VvDropdown/VvDropdownOption.vue.d.ts +2 -2
  56. package/dist/components/VvDropdown/index.d.ts +40 -11
  57. package/dist/components/VvDropdownAction/VvDropdownAction.es.js +373 -160
  58. package/dist/components/VvDropdownAction/VvDropdownAction.umd.js +1 -1
  59. package/dist/components/VvDropdownItem/VvDropdownItem.es.js +43 -28
  60. package/dist/components/VvDropdownItem/VvDropdownItem.umd.js +1 -1
  61. package/dist/components/VvDropdownOption/VvDropdownOption.es.js +285 -90
  62. package/dist/components/VvDropdownOption/VvDropdownOption.umd.js +1 -1
  63. package/dist/components/VvIcon/VvIcon.es.js +113 -65
  64. package/dist/components/VvIcon/VvIcon.umd.js +1 -1
  65. package/dist/components/VvIcon/VvIcon.vue.d.ts +7 -7
  66. package/dist/components/VvIcon/index.d.ts +2 -2
  67. package/dist/components/VvInputText/VvInputPasswordAction.d.ts +2 -2
  68. package/dist/components/VvInputText/VvInputStepAction.d.ts +1 -1
  69. package/dist/components/VvInputText/VvInputText.es.js +986 -462
  70. package/dist/components/VvInputText/VvInputText.umd.js +1 -1
  71. package/dist/components/VvInputText/VvInputText.vue.d.ts +100 -20
  72. package/dist/components/VvInputText/VvInputTextActions.d.ts +1 -1
  73. package/dist/components/VvInputText/index.d.ts +66 -13
  74. package/dist/components/VvProgress/VvProgress.es.js +216 -45
  75. package/dist/components/VvProgress/VvProgress.umd.js +1 -1
  76. package/dist/components/VvProgress/VvProgress.vue.d.ts +2 -2
  77. package/dist/components/VvProgress/index.d.ts +1 -1
  78. package/dist/components/VvRadio/VvRadio.es.js +499 -238
  79. package/dist/components/VvRadio/VvRadio.umd.js +1 -1
  80. package/dist/components/VvRadio/VvRadio.vue.d.ts +2 -2
  81. package/dist/components/VvRadio/index.d.ts +5 -5
  82. package/dist/components/VvRadioGroup/VvRadioGroup.es.js +598 -304
  83. package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
  84. package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +7 -7
  85. package/dist/components/VvRadioGroup/index.d.ts +3 -3
  86. package/dist/components/VvSelect/VvSelect.es.js +631 -324
  87. package/dist/components/VvSelect/VvSelect.umd.js +1 -1
  88. package/dist/components/VvSelect/VvSelect.vue.d.ts +13 -13
  89. package/dist/components/VvSelect/index.d.ts +3 -3
  90. package/dist/components/VvTextarea/VvTextarea.es.js +676 -355
  91. package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
  92. package/dist/components/VvTextarea/VvTextarea.vue.d.ts +20 -20
  93. package/dist/components/VvTextarea/index.d.ts +4 -4
  94. package/dist/components/VvTooltip/VvTooltip.es.js +215 -47
  95. package/dist/components/VvTooltip/VvTooltip.umd.js +1 -1
  96. package/dist/components/VvTooltip/VvTooltip.vue.d.ts +7 -7
  97. package/dist/components/VvTooltip/index.d.ts +2 -2
  98. package/dist/components/index.es.js +3522 -2231
  99. package/dist/components/index.umd.js +1 -1
  100. package/dist/composables/dropdown/useInjectDropdown.d.ts +1 -1
  101. package/dist/composables/dropdown/useProvideDropdown.d.ts +3 -3
  102. package/dist/composables/group/useInjectedGroupState.d.ts +2 -2
  103. package/dist/composables/group/useProvideGroupState.d.ts +1 -1
  104. package/dist/composables/useComponentFocus.d.ts +1 -1
  105. package/dist/composables/useComponentIcon.d.ts +7 -7
  106. package/dist/composables/useDebouncedInput.d.ts +4 -1
  107. package/dist/composables/useDefaults.d.ts +2 -0
  108. package/dist/composables/useModifiers.d.ts +1 -1
  109. package/dist/composables/useOptions.d.ts +2 -2
  110. package/dist/composables/useTextCount.d.ts +3 -3
  111. package/dist/composables/useUniqueId.d.ts +1 -1
  112. package/dist/composables/useVolver.d.ts +1 -1
  113. package/dist/directives/index.d.ts +1 -0
  114. package/dist/directives/index.es.js +264 -55
  115. package/dist/directives/index.umd.js +1 -1
  116. package/dist/directives/v-contextmenu.d.ts +3 -0
  117. package/dist/directives/v-contextmenu.es.js +42 -0
  118. package/dist/directives/v-contextmenu.umd.js +1 -0
  119. package/dist/directives/v-tooltip.es.js +222 -53
  120. package/dist/directives/v-tooltip.umd.js +1 -1
  121. package/dist/icons.d.ts +3 -1
  122. package/dist/icons.es.js +40 -23
  123. package/dist/icons.umd.js +1 -1
  124. package/dist/index.d.ts +0 -1
  125. package/dist/index.es.js +112 -3607
  126. package/dist/index.umd.js +1 -1
  127. package/dist/props/index.d.ts +50 -18
  128. package/dist/resolvers/unplugin.d.ts +7 -1
  129. package/dist/resolvers/unplugin.es.js +77 -37
  130. package/dist/resolvers/unplugin.umd.js +1 -1
  131. package/dist/stories/Combobox/Combobox.settings.d.ts +12 -0
  132. package/dist/stories/Dropdown/Dropdown.settings.d.ts +12 -0
  133. package/dist/stories/InputText/InputText.settings.d.ts +53 -0
  134. package/dist/stories/argTypes.d.ts +13 -1
  135. package/package.json +126 -40
  136. package/src/Volver.ts +49 -22
  137. package/src/assets/icons/detailed.json +1 -1
  138. package/src/assets/icons/normal.json +1 -1
  139. package/src/assets/icons/simple.json +1 -1
  140. package/src/components/VvAccordion/VvAccordion.vue +19 -22
  141. package/src/components/VvAccordion/index.ts +12 -4
  142. package/src/components/VvAccordionGroup/VvAccordionGroup.vue +19 -10
  143. package/src/components/VvAccordionGroup/index.ts +8 -0
  144. package/src/components/VvAction/VvAction.vue +7 -7
  145. package/src/components/VvAction/index.ts +1 -1
  146. package/src/components/VvBadge/VvBadge.vue +2 -2
  147. package/src/components/VvBadge/index.ts +1 -1
  148. package/src/components/VvBreadcrumb/VvBreadcrumb.vue +3 -3
  149. package/src/components/VvButton/VvButton.vue +11 -11
  150. package/src/components/VvButton/index.ts +10 -9
  151. package/src/components/VvButtonGroup/VvButtonGroup.vue +4 -7
  152. package/src/components/VvButtonGroup/index.ts +1 -1
  153. package/src/components/VvCard/VvCard.vue +2 -2
  154. package/src/components/VvCheckbox/VvCheckbox.vue +3 -7
  155. package/src/components/VvCheckbox/index.ts +11 -7
  156. package/src/components/VvCheckboxGroup/VvCheckboxGroup.vue +7 -10
  157. package/src/components/VvCheckboxGroup/index.ts +1 -1
  158. package/src/components/VvCombobox/VvCombobox.vue +44 -26
  159. package/src/components/VvCombobox/index.ts +1 -1
  160. package/src/components/VvDialog/VvDialog.vue +28 -11
  161. package/src/components/VvDialog/index.ts +5 -2
  162. package/src/components/VvDropdown/VvDropdown.vue +7 -5
  163. package/src/components/VvDropdown/VvDropdownAction.vue +7 -5
  164. package/src/components/VvDropdown/VvDropdownOption.vue +17 -10
  165. package/src/components/VvDropdown/index.ts +3 -3
  166. package/src/components/VvIcon/VvIcon.vue +3 -3
  167. package/src/components/VvIcon/index.ts +3 -3
  168. package/src/components/VvInputText/VvInputClearAction.ts +2 -2
  169. package/src/components/VvInputText/VvInputPasswordAction.ts +3 -4
  170. package/src/components/VvInputText/VvInputStepAction.ts +3 -2
  171. package/src/components/VvInputText/VvInputText.vue +130 -37
  172. package/src/components/VvInputText/VvInputTextActions.ts +5 -8
  173. package/src/components/VvInputText/index.ts +62 -1
  174. package/src/components/VvProgress/VvProgress.vue +2 -2
  175. package/src/components/VvProgress/index.ts +1 -1
  176. package/src/components/VvRadio/VvRadio.vue +3 -7
  177. package/src/components/VvRadio/index.ts +11 -7
  178. package/src/components/VvRadioGroup/VvRadioGroup.vue +7 -10
  179. package/src/components/VvRadioGroup/index.ts +1 -1
  180. package/src/components/VvSelect/VvSelect.vue +4 -4
  181. package/src/components/VvSelect/index.ts +1 -1
  182. package/src/components/VvTextarea/VvTextarea.vue +6 -6
  183. package/src/components/VvTextarea/index.ts +1 -1
  184. package/src/components/VvTooltip/VvTooltip.vue +2 -2
  185. package/src/components/VvTooltip/index.ts +3 -3
  186. package/src/composables/dropdown/useInjectDropdown.ts +2 -2
  187. package/src/composables/dropdown/useProvideDropdown.ts +2 -2
  188. package/src/composables/group/useInjectedGroupState.ts +1 -1
  189. package/src/composables/group/useProvideGroupState.ts +1 -1
  190. package/src/composables/useComponentIcon.ts +1 -1
  191. package/src/composables/useDebouncedInput.ts +10 -3
  192. package/src/composables/useDefaults.ts +89 -0
  193. package/src/composables/useModifiers.ts +4 -2
  194. package/src/composables/useOptions.ts +1 -1
  195. package/src/composables/useVolver.ts +2 -2
  196. package/src/directives/index.ts +3 -1
  197. package/src/directives/v-contextmenu.ts +40 -0
  198. package/src/directives/v-tooltip.ts +2 -2
  199. package/src/icons.ts +1 -1
  200. package/src/index.ts +0 -2
  201. package/src/props/index.ts +20 -10
  202. package/src/resolvers/unplugin.ts +15 -1
  203. package/src/stories/Accordion/Accordion.stories.mdx +8 -2
  204. package/src/stories/Accordion/Accordion.test.ts +21 -15
  205. package/src/stories/Accordion/AccordionSlots.stories.mdx +8 -8
  206. package/src/stories/AccordionGroup/AccordionGroup.stories.mdx +17 -1
  207. package/src/stories/AccordionGroup/AccordionGroup.test.ts +18 -12
  208. package/src/stories/AccordionGroup/AccordionGroupSlots.stories.mdx +1 -1
  209. package/src/stories/Dropdown/DropdownContextmenuDirective.stories.mdx +41 -0
  210. package/src/stories/InputText/InputText.settings.ts +53 -0
  211. package/src/stories/InputText/InputText.stories.mdx +40 -0
  212. package/src/stories/InputText/InputText.test.ts +5 -2
  213. package/src/stories/Tooltip/TooltipDirective.stories.mdx +1 -1
  214. package/src/stories/argTypes.ts +12 -2
  215. package/src/types/group.d.ts +5 -0
@@ -1 +1 @@
1
- (function(e,y){typeof exports=="object"&&typeof module<"u"?module.exports=y(require("vue"),require("@vueuse/core"),require("@iconify/vue"),require("nanoid")):typeof define=="function"&&define.amd?define(["vue","@vueuse/core","@iconify/vue","nanoid"],y):(e=typeof globalThis<"u"?globalThis:e||self,e.VvTextarea=y(e.vue,e.core,e.vue$1,e.nanoid))})(this,function(e,y,_,H){"use strict";function A(t,r){if(t&&Object.keys(t).length&&r){if(r.indexOf(".")===-1)return t[r];{const n=r.split(".");let o=t;for(let i=0,u=n.length;i<u;++i){if(t==null)return null;o=o[n[i]]}return o}}else return null}function V(t){return(r=>r==null||r===""||Array.isArray(r)&&r.length===0||!(r instanceof Date)&&typeof r=="object"&&Object.keys(r).length===0)(e.unref(t))}function M(t){return typeof t=="string"||t instanceof String}function x(t){return Array.isArray(t)?t.filter(r=>M(r)).join(" "):t}function K(t,r){const{invalid:n,valid:o,hint:i,loading:u}=r,{hintLabel:s,modelValue:S,valid:f,validLabel:d,invalid:a,invalidLabel:l,...p}=e.toRefs(t),c=A(p,"loading"),m=A(p,"loadingLabel"),g=e.computed(()=>a.value?!!(a.value&&n||l!=null&&l.value&&Array.isArray(l.value)&&l.value.length>0||l!=null&&l.value&&!V(l)):!1),w=e.computed(()=>!!(s&&s.value||i)),k=e.computed(()=>!!(d&&d.value||o)),h=e.computed(()=>!!(c!=null&&c.value&&u||c!=null&&c.value&&(m!=null&&m.value))),I=e.computed(()=>w.value||k.value||g.value||h.value);return{hasInvalid:g,hasHint:w,hasValid:k,hasLoading:h,HintSlot:{name:"HintSlot",props:{params:{type:Object,default:()=>({})}},setup(N){const C=e.computed(()=>{const v=y.toReactive({hintLabel:s,modelValue:S,valid:f,validLabel:d,invalid:a,invalidLabel:l,loading:c,loadingLabel:m,...N.params});return a!=null&&a.value?(n==null?void 0:n(v))||x(l==null?void 0:l.value)||(s==null?void 0:s.value):f!=null&&f.value?(o==null?void 0:o(v))||x(d==null?void 0:d.value)||(s==null?void 0:s.value):c!=null&&c.value?(u==null?void 0:u(v))||x(m==null?void 0:m.value)||(s==null?void 0:s.value):(i==null?void 0:i(v))||x(s==null?void 0:s.value)||(s==null?void 0:s.value)});return{isVisible:I,hasInvalid:g,hasValid:k,hintContent:C}},render(){if(this.isVisible)return e.h("small",{role:this.hasInvalid?"alert":this.hasValid?"status":void 0},this.hintContent)}}}}const J={color:String,width:{type:[String,Number]},height:{type:[String,Number]},name:{type:String,required:!0},provider:{type:String},prefix:{type:String,default:"normal"},src:String,horizontalFlip:Boolean,verticalFlip:Boolean,flip:String,mode:String,inline:Boolean,rotate:[Number,String],onLoad:Function,svg:String,modifiers:{type:[String,Array]}};var b=(t=>(t.left="left",t.right="right",t.top="top",t.bottom="bottom",t))(b||{}),D=(t=>(t.topStart="top-start",t.topEnd="top-end",t.bottomStart="bottom-start",t.bottomEnd="bottom-end",t.leftStart="left-start",t.leftEnd="left-end",t.rightStart="right-start",t.rightEnd="right-end",t))(D||{}),P=(t=>(t.before="before",t.after="after",t))(P||{}),$=(t=>(t.button="button",t.submit="submit",t.reset="reset",t))($||{}),F=(t=>(t._blank="_blank",t._self="_self",t._parent="_parent",t._top="_top",t))(F||{});const U=Symbol.for("volver");function W(){return e.inject(U)}function L(t,r,n){return e.computed(()=>{const o={[t]:!0},i=typeof(r==null?void 0:r.value)=="string"?r.value.split(" "):r==null?void 0:r.value;return i&&Array.isArray(i)&&i.forEach(u=>{o[`${t}--${u}`]=!0}),n&&Object.keys(n.value).forEach(u=>{o[`${t}--${u}`]=e.unref(n.value[u])}),o})}const Y={name:"VvIcon"},q=e.defineComponent({...Y,props:J,setup(t){const r=t,n=e.ref(!0),o=W(),{modifiers:i}=e.toRefs(r),u=L("vv-icon",i),s=e.computed(()=>r.provider||(o==null?void 0:o.provider)),S=e.computed(()=>{const a=r.name??"",l=`@${s.value}:${r.prefix}:${r.name}`;return _.iconExists(a)?a:_.iconExists(l)?l:(o==null?void 0:o.iconsCollections.find(p=>{const c=`@${s.value}:${p.prefix}:${a}`;if(_.iconExists(c))return c}))||a});function f(a){let l=null;if(typeof window>"u"){const{JSDOM:g}=require("jsdom");l=new g().window}return(l?new l.DOMParser:new window.DOMParser).parseFromString(a,"text/html").querySelector("svg")}function d(a){const l=f(a),p=(l==null?void 0:l.innerHTML.trim())||"";l&&p&&_.addIcon(`@${s.value}:${r.prefix}:${r.name}`,{body:p,height:l.viewBox.baseVal.height,width:l.viewBox.baseVal.width})}return o&&(r.src&&!_.iconExists(`@${s.value}:${r.prefix}:${r.name}`)?(n.value=!1,o.fetchIcon(r.src).then(a=>{a&&(d(a),n.value=!0)}).catch(a=>{throw new Error(`During fetch icon: ${a==null?void 0:a.message}`)})):r.svg&&d(r.svg)),(a,l)=>e.unref(n)?(e.openBlock(),e.createBlock(e.unref(_.Icon),e.mergeProps({key:0,class:e.unref(u)},{inline:a.inline,width:a.width,height:a.height,horizontalFlip:a.horizontalFlip,verticalFlip:a.verticalFlip,flip:a.flip,rotate:a.rotate,color:a.color,onLoad:a.onLoad,icon:e.unref(S)}),null,16,["class"])):e.createCommentVNode("",!0)}}),G={to:{type:[String,Object]},href:String,target:{type:String,validator:t=>Object.values(F).includes(t)},rel:{type:String,default:"noopener noreferrer"}},Q={valid:Boolean,validLabel:[String,Array]},X={invalid:Boolean,invalidLabel:[String,Array]},Z={loading:Boolean,loadingLabel:{type:String,default:"Loading..."}},R={disabled:Boolean},ee={active:Boolean},te={pressed:Boolean},z={label:[String,Number]},re={readonly:Boolean},ne={modifiers:[String,Array]},oe={hintLabel:{type:String,default:""}},ae={count:{type:[Boolean,String],default:!1,validator:t=>[!0,!1,"limit","countdown"].includes(t)}},le={debounce:[Number,String]},se={icon:{type:[String,Object]},iconPosition:{type:String,default:P.before,validation:t=>Object.values(P).includes(t)}},ie={tabindex:{type:[String,Number],default:0}},ue={floating:Boolean},ce={id:[String,Number]};b.bottom;const de={...{...ce,name:{type:String,required:!0}},...{autofocus:Boolean},...{autocomplete:{type:String,default:"off"}},...ie,...R,...re,...Q,...X,...oe,...Z,...ne,...ae,...le,...se,...ue,...z,minlength:Number,maxlength:Number,placeholder:String,required:Boolean};({...R,...z,...te,...ee,...G,type:$.button});const fe={hard:"hard",soft:"soft"},pe={true:!0,false:!1,default:"default"},me=["update:modelValue","focus","blur","keyup"],ge={...de,modelValue:String,cols:{type:[String,Number],default:20},rows:{type:[String,Number],default:2},wrap:{type:String,default:fe.soft},spellcheck:{type:[Boolean,String],default:pe.default},resizable:Boolean},he=t=>e.computed(()=>String((t==null?void 0:t.value)||H.nanoid()));function ye(t,r,n=0){let o;return typeof n=="string"&&(n=parseInt(n)),e.computed({get:()=>t==null?void 0:t.value,set:i=>{o&&clearTimeout(o),o=setTimeout(()=>{r("update:modelValue",i)},n)}})}function be(t,r){const n=e.computed(()=>Boolean((t==null?void 0:t.value)&&r.value===P.before)),o=e.computed(()=>Boolean((t==null?void 0:t.value)&&r.value===P.after)),i=e.computed(()=>Boolean((t==null?void 0:t.value)&&r.value===b.left)),u=e.computed(()=>Boolean((t==null?void 0:t.value)&&r.value===b.right)),s=e.computed(()=>Boolean((t==null?void 0:t.value)&&r.value===b.top)),S=e.computed(()=>Boolean((t==null?void 0:t.value)&&r.value===b.bottom));return{hasIcon:e.computed(()=>typeof(t==null?void 0:t.value)=="string"?{name:t==null?void 0:t.value}:t==null?void 0:t.value),hasIconLeft:i,hasIconRight:u,hasIconTop:s,hasIconBottom:S,hasIconBefore:n,hasIconAfter:o}}function Se(t,r){const{focused:n}=y.useFocus(t);return e.watch(n,o=>{r(o?"focus":"blur",e.unref(t))}),{focused:n}}function ve(t,r){const n=e.computed(()=>(e.unref(t)??"").length),o=e.computed(()=>(r==null?void 0:r.lowerLimit)!==void 0&&n.value<(r==null?void 0:r.lowerLimit)?n.value-r.lowerLimit:(r==null?void 0:r.upperLimit)!==void 0&&n.value<(r==null?void 0:r.upperLimit)?r.upperLimit-n.value:0),i=e.computed(()=>(r==null?void 0:r.mode)===!1?"":(r==null?void 0:r.mode)==="limit"&&(r!=null&&r.upperLimit)?`${n.value} / ${r.lowerLimit?`${r.lowerLimit}-`:""}${r.upperLimit}`:(r==null?void 0:r.mode)==="countdown"?o.value===0?void 0:o:n.value);return{length:n,gap:o,formatted:i}}const Be=["for"],_e={class:"vv-textarea__wrapper"},we={key:0,class:"vv-textarea__input-before"},Pe={class:"vv-textarea__inner"},ke=["id"],Ve={key:1,class:"vv-textarea__input-after"},xe={key:2,class:"vv-textarea__limit"},Ie={name:"VvTextarea"};return e.defineComponent({...Ie,props:ge,emits:me,setup(t,{emit:r}){const n=t,o=e.useSlots(),i=e.ref(),{id:u,icon:s,iconPosition:S,label:f,modelValue:d,count:a,valid:l,invalid:p,loading:c,modifiers:m}=e.toRefs(n),g=he(u),w=e.computed(()=>`${g.value}-hint`),k=e.computed(()=>n.floating&&V(n.placeholder)?" ":n.placeholder),h=ye(d,r,n.debounce),{hasIcon:I,hasIconBefore:N,hasIconAfter:C}=be(s,S),{focused:v}=Se(i,r),Ne=y.useElementVisibility(i);e.watch(Ne,B=>{B&&n.autofocus&&(v.value=!0)});const{formatted:Ce}=ve(h,{mode:n.count,upperLimit:n.maxlength,lowerLimit:n.minlength}),Ee=e.computed(()=>!n.disabled&&!n.readonly),$e=e.computed(()=>Ee.value?n.tabindex:-1),je=e.computed(()=>!V(d)),Oe=e.computed(()=>{if(n.invalid===!0)return!0;if(n.valid===!0)return!1}),{HintSlot:Ae,hasHint:De,hasInvalid:T}=K(n,o),Fe=L("vv-textarea",m,e.computed(()=>({valid:l.value,invalid:p.value,loading:c.value,disabled:n.disabled,readonly:n.readonly,"icon-before":N.value,"icon-after":C.value,floating:n.floating&&!V(n.label),dirty:je.value,focused:v.value,resizable:n.resizable}))),Le=e.computed(()=>({name:n.name,placeholder:k.value,tabindex:$e.value,disabled:n.disabled,readonly:n.readonly,required:n.required,autocomplete:n.autocomplete,minlength:n.minlength,maxlength:n.maxlength,cols:n.cols,rows:n.rows,wrap:n.wrap,spellcheck:n.spellcheck,"aria-invalid":Oe.value,"aria-describedby":!T.value&&De.value?w.value:void 0,"aria-errormessage":T.value?w.value:void 0})),j=e.computed(()=>({valid:n.valid,invalid:n.invalid,modelValue:n.modelValue,hintLabel:n.hintLabel,maxlength:n.maxlength,minlength:n.minlength,clear:qe})),qe=()=>{h.value=void 0};return(B,E)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(e.unref(Fe))},[e.unref(f)?(e.openBlock(),e.createElementBlock("label",{key:0,for:e.unref(g),class:"vv-textarea__label"},e.toDisplayString(e.unref(f)),9,Be)):e.createCommentVNode("",!0),e.createElementVNode("div",_e,[B.$slots.before?(e.openBlock(),e.createElementBlock("div",we,[e.renderSlot(B.$slots,"before",e.normalizeProps(e.guardReactiveProps(e.unref(j))))])):e.createCommentVNode("",!0),e.createElementVNode("div",Pe,[e.unref(N)?(e.openBlock(),e.createBlock(q,e.mergeProps({key:0,class:"vv-textarea__icon"},e.unref(I)),null,16)):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("textarea",e.mergeProps({id:e.unref(g),ref_key:"textarea",ref:i,"onUpdate:modelValue":E[0]||(E[0]=O=>e.isRef(h)?h.value=O:null)},e.unref(Le),{onKeyup:E[1]||(E[1]=O=>r("keyup",O))}),null,16,ke),[[e.vModelText,e.unref(h)]]),e.unref(C)?(e.openBlock(),e.createBlock(q,e.mergeProps({key:1,class:"vv-textarea__icon vv-textarea__icon-after"},e.unref(I)),null,16)):e.createCommentVNode("",!0)]),B.$slots.after?(e.openBlock(),e.createElementBlock("div",Ve,[e.renderSlot(B.$slots,"after",e.normalizeProps(e.guardReactiveProps(e.unref(j))))])):e.createCommentVNode("",!0),e.unref(a)?(e.openBlock(),e.createElementBlock("span",xe,[e.renderSlot(B.$slots,"count",e.normalizeProps(e.guardReactiveProps(e.unref(j))),()=>[e.createTextVNode(e.toDisplayString(e.unref(Ce)),1)])])):e.createCommentVNode("",!0)]),e.createVNode(e.unref(Ae),{id:e.unref(w),class:"vv-textarea__hint"},null,8,["id"])],2))}})});
1
+ !function(e,l){"object"==typeof exports&&"undefined"!=typeof module?module.exports=l(require("vue"),require("@vueuse/core"),require("@iconify/vue"),require("nanoid")):"function"==typeof define&&define.amd?define(["vue","@vueuse/core","@iconify/vue","nanoid"],l):(e="undefined"!=typeof globalThis?globalThis:e||self).VvTextarea=l(e.vue,e.core,e.vue$1,e.nanoid)}(this,(function(e,l,o,t){"use strict";function n(e,l){if(e&&Object.keys(e).length&&l){if(-1===l.indexOf("."))return e[l];{const o=l.split(".");let t=e;for(let l=0,n=o.length;l<n;++l){if(null==e)return null;t=t[o[l]]}return t}}return null}function a(l){return null==(o=e.unref(l))||""===o||Array.isArray(o)&&0===o.length||!(o instanceof Date)&&"object"==typeof o&&0===Object.keys(o).length;var o}function i(e){return Array.isArray(e)?e.filter((e=>{return"string"==typeof(l=e)||l instanceof String;var l})).join(" "):e}const r={color:String,width:{type:[String,Number]},height:{type:[String,Number]},name:{type:String,required:!0},provider:{type:String},prefix:{type:String,default:"normal"},src:String,horizontalFlip:Boolean,verticalFlip:Boolean,flip:String,mode:String,inline:Boolean,rotate:[Number,String],onLoad:Function,svg:String,modifiers:{type:[String,Array]}};var u=(e=>(e.left="left",e.right="right",e.top="top",e.bottom="bottom",e))(u||{}),d=(e=>(e.before="before",e.after="after",e))(d||{}),v=(e=>(e.button="button",e.submit="submit",e.reset="reset",e))(v||{});const c=Symbol.for("volver");function s(l,o,t){return e.computed((()=>{const n={[l]:!0},a="string"==typeof(null==o?void 0:o.value)?o.value.split(" "):null==o?void 0:o.value;return a&&Array.isArray(a)&&a.forEach((e=>{e&&(n[`${l}--${e}`]=!0)})),t&&Object.keys(t.value).forEach((o=>{n[`${l}--${o}`]=e.unref(t.value[o])})),n}))}const m=e.defineComponent({name:"VvIcon",props:r,setup(l){const t=l,n=e.ref(!0),a=e.inject(c),{modifiers:i}=e.toRefs(t),r=s("vv-icon",i),u=e.computed((()=>t.provider||(null==a?void 0:a.iconsProvider))),d=e.computed((()=>{const e=t.name??"",l=`@${u.value}:${t.prefix}:${t.name}`;return o.iconExists(e)?e:o.iconExists(l)?l:(null==a?void 0:a.iconsCollections.find((l=>{const t=`@${u.value}:${l.prefix}:${e}`;if(o.iconExists(t))return t})))||e}));function v(e){const l=function(e){let l=null;if("undefined"==typeof window){const{JSDOM:e}=require("jsdom");l=(new e).window}return(l?new l.DOMParser:new window.DOMParser).parseFromString(e,"text/html").querySelector("svg")}(e),n=(null==l?void 0:l.innerHTML.trim())||"";l&&n&&o.addIcon(`@${u.value}:${t.prefix}:${t.name}`,{body:n,height:l.viewBox.baseVal.height,width:l.viewBox.baseVal.width})}return a&&(t.src&&!o.iconExists(`@${u.value}:${t.prefix}:${t.name}`)?(n.value=!1,a.fetchIcon(t.src).then((e=>{e&&(v(e),n.value=!0)})).catch((e=>{throw new Error(`During fetch icon: ${null==e?void 0:e.message}`)}))):t.svg&&v(t.svg)),(l,t)=>e.unref(n)?(e.openBlock(),e.createBlock(e.unref(o.Icon),e.mergeProps({key:0,class:e.unref(r)},{inline:l.inline,width:l.width,height:l.height,horizontalFlip:l.horizontalFlip,verticalFlip:l.verticalFlip,flip:l.flip,rotate:l.rotate,color:l.color,onLoad:l.onLoad,icon:e.unref(d)}),null,16,["class"])):e.createCommentVNode("",!0)}}),f={valid:Boolean,validLabel:[String,Array]},p={invalid:Boolean,invalidLabel:[String,Array]},g={loading:Boolean,loadingLabel:{type:String,default:"Loading..."}},h={disabled:Boolean},b=(Boolean,Boolean,{label:[String,Number]}),y={readonly:Boolean},B={modifiers:[String,Array]},S={hintLabel:{type:String,default:""}},x={count:{type:[Boolean,String],default:!1,validator:e=>[!0,!1,"limit","countdown"].includes(e)}},w={debounce:[Number,String]},L={icon:{type:[String,Object]},iconPosition:{type:String,default:d.before,validation:e=>Object.values(d).includes(e)}},k={tabindex:{type:[String,Number],default:0}},V={floating:Boolean},$={id:[String,Number]};u.bottom,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean;const N={...{...$,name:{type:String,required:!0}},...{autofocus:Boolean},...{autocomplete:{type:String,default:"off"}},...k,...h,...y,...f,...p,...S,...g,...B,...x,...w,...L,...V,...b,minlength:[String,Number],maxlength:[String,Number],placeholder:String,required:Boolean};v.button;const _={...N,modelValue:String,cols:{type:[String,Number],default:20},rows:{type:[String,Number],default:2},wrap:{type:String,default:"soft"},spellcheck:{type:[Boolean,String],default:"default"},resizable:Boolean};const I=["for"],E={class:"vv-textarea__wrapper"},P={key:0,class:"vv-textarea__input-before"},A={class:"vv-textarea__inner"},C=["id"],j={key:1,class:"vv-textarea__input-after"},q={key:2,class:"vv-textarea__limit"};return e.defineComponent({name:"VvTextarea",props:_,emits:["update:modelValue","focus","blur","keyup"],setup(o,{emit:r}){const v=o,c=e.useSlots(),f=e.ref(),{id:p,icon:g,iconPosition:h,label:b,modelValue:y,count:B,valid:S,invalid:x,loading:w,modifiers:L}=e.toRefs(v),k=(l=>e.computed((()=>String((null==l?void 0:l.value)||t.nanoid()))))(p),V=e.computed((()=>`${k.value}-hint`)),$=e.computed((()=>v.floating&&a(v.placeholder)?" ":v.placeholder)),N=function(l,o,t=0,{getter:n=(e=>e),setter:a=(e=>e)}={}){let i;return"string"==typeof t&&(t=parseInt(t)),e.computed({get:()=>n(null==l?void 0:l.value),set:e=>{i&&clearTimeout(i),i=setTimeout((()=>{o("update:modelValue",a(e))}),t)}})}(y,r,v.debounce),{hasIcon:_,hasIconBefore:z,hasIconAfter:O}=function(l,o){const t=e.computed((()=>Boolean((null==l?void 0:l.value)&&o.value===d.before))),n=e.computed((()=>Boolean((null==l?void 0:l.value)&&o.value===d.after))),a=e.computed((()=>Boolean((null==l?void 0:l.value)&&o.value===u.left))),i=e.computed((()=>Boolean((null==l?void 0:l.value)&&o.value===u.right))),r=e.computed((()=>Boolean((null==l?void 0:l.value)&&o.value===u.top))),v=e.computed((()=>Boolean((null==l?void 0:l.value)&&o.value===u.bottom)));return{hasIcon:e.computed((()=>"string"==typeof(null==l?void 0:l.value)?{name:null==l?void 0:l.value}:null==l?void 0:l.value)),hasIconLeft:a,hasIconRight:i,hasIconTop:r,hasIconBottom:v,hasIconBefore:t,hasIconAfter:n}}(g,h),{focused:T}=function(o,t){const{focused:n}=l.useFocus(o);return e.watch(n,(l=>{t(l?"focus":"blur",e.unref(o))})),{focused:n}}(f,r),F=l.useElementVisibility(f);e.watch(F,(e=>{e&&v.autofocus&&(T.value=!0)}));const{formatted:R}=function(l,o){const t=e.computed((()=>(e.unref(l)??"").length)),n=e.computed((()=>void 0!==(null==o?void 0:o.lowerLimit)&&t.value<(null==o?void 0:o.lowerLimit)?t.value-o.lowerLimit:void 0!==(null==o?void 0:o.upperLimit)&&t.value<(null==o?void 0:o.upperLimit)?o.upperLimit-t.value:0)),a=e.computed((()=>{if(!1===(null==o?void 0:o.mode))return"";if("limit"===(null==o?void 0:o.mode)&&(null==o?void 0:o.upperLimit))return`${t.value} / ${o.lowerLimit?`${o.lowerLimit}-`:""}${o.upperLimit}`;if("countdown"===(null==o?void 0:o.mode)){if(0===n.value)return;return n}return t.value}));return{length:t,gap:n,formatted:a}}(N,{mode:v.count,upperLimit:Number(v.maxlength),lowerLimit:Number(v.minlength)}),D=e.computed((()=>!v.disabled&&!v.readonly)),H=e.computed((()=>D.value?v.tabindex:-1)),M=e.computed((()=>!a(y))),J=e.computed((()=>!0===v.invalid||!0!==v.valid&&void 0)),{HintSlot:K,hasHint:U,hasInvalid:G}=function(o,t){const{invalid:r,valid:u,hint:d,loading:v}=t,{hintLabel:c,modelValue:s,valid:m,validLabel:f,invalid:p,invalidLabel:g,...h}=e.toRefs(o),b=n(h,"loading"),y=n(h,"loadingLabel"),B=e.computed((()=>!(!p.value||(!p.value||!r)&&!((null==g?void 0:g.value)&&Array.isArray(g.value)&&g.value.length>0)&&(!(null==g?void 0:g.value)||a(g))))),S=e.computed((()=>!!(c&&c.value||d))),x=e.computed((()=>!!(f&&f.value||u))),w=e.computed((()=>!!((null==b?void 0:b.value)&&v||(null==b?void 0:b.value)&&(null==y?void 0:y.value)))),L=e.computed((()=>S.value||x.value||B.value||w.value));return{hasInvalid:B,hasHint:S,hasValid:x,hasLoading:w,HintSlot:{name:"HintSlot",props:{params:{type:Object,default:()=>({})}},setup(o){const t=e.computed((()=>{const e=l.toReactive({hintLabel:c,modelValue:s,valid:m,validLabel:f,invalid:p,invalidLabel:g,loading:b,loadingLabel:y,...o.params});return(null==p?void 0:p.value)?(null==r?void 0:r(e))||i(null==g?void 0:g.value)||(null==c?void 0:c.value):(null==m?void 0:m.value)?(null==u?void 0:u(e))||i(null==f?void 0:f.value)||(null==c?void 0:c.value):(null==b?void 0:b.value)?(null==v?void 0:v(e))||i(null==y?void 0:y.value)||(null==c?void 0:c.value):(null==d?void 0:d(e))||i(null==c?void 0:c.value)||(null==c?void 0:c.value)}));return{isVisible:L,hasInvalid:B,hasValid:x,hintContent:t}},render(){if(this.isVisible)return e.h("small",{role:this.hasInvalid?"alert":this.hasValid?"status":void 0},this.hintContent)}}}}(v,c),Q=s("vv-textarea",L,e.computed((()=>({valid:S.value,invalid:x.value,loading:w.value,disabled:v.disabled,readonly:v.readonly,"icon-before":z.value,"icon-after":O.value,floating:v.floating&&!a(v.label),dirty:M.value,focused:T.value,resizable:v.resizable})))),W=e.computed((()=>({name:v.name,placeholder:$.value,tabindex:H.value,disabled:v.disabled,readonly:v.readonly,required:v.required,autocomplete:v.autocomplete,minlength:v.minlength,maxlength:v.maxlength,cols:v.cols,rows:v.rows,wrap:v.wrap,spellcheck:v.spellcheck,"aria-invalid":J.value,"aria-describedby":!G.value&&U.value?V.value:void 0,"aria-errormessage":G.value?V.value:void 0}))),X=e.computed((()=>({valid:v.valid,invalid:v.invalid,modelValue:v.modelValue,hintLabel:v.hintLabel,maxlength:v.maxlength,minlength:v.minlength,clear:Y}))),Y=()=>{N.value=void 0};return(l,o)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(e.unref(Q))},[e.unref(b)?(e.openBlock(),e.createElementBlock("label",{key:0,for:e.unref(k),class:"vv-textarea__label"},e.toDisplayString(e.unref(b)),9,I)):e.createCommentVNode("",!0),e.createElementVNode("div",E,[l.$slots.before?(e.openBlock(),e.createElementBlock("div",P,[e.renderSlot(l.$slots,"before",e.normalizeProps(e.guardReactiveProps(e.unref(X))))])):e.createCommentVNode("",!0),e.createElementVNode("div",A,[e.unref(z)?(e.openBlock(),e.createBlock(m,e.mergeProps({key:0,class:"vv-textarea__icon"},e.unref(_)),null,16)):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("textarea",e.mergeProps({id:e.unref(k),ref_key:"textarea",ref:f,"onUpdate:modelValue":o[0]||(o[0]=l=>e.isRef(N)?N.value=l:null)},e.unref(W),{onKeyup:o[1]||(o[1]=e=>r("keyup",e))}),null,16,C),[[e.vModelText,e.unref(N)]]),e.unref(O)?(e.openBlock(),e.createBlock(m,e.mergeProps({key:1,class:"vv-textarea__icon vv-textarea__icon-after"},e.unref(_)),null,16)):e.createCommentVNode("",!0)]),l.$slots.after?(e.openBlock(),e.createElementBlock("div",j,[e.renderSlot(l.$slots,"after",e.normalizeProps(e.guardReactiveProps(e.unref(X))))])):e.createCommentVNode("",!0),e.unref(B)?(e.openBlock(),e.createElementBlock("span",q,[e.renderSlot(l.$slots,"count",e.normalizeProps(e.guardReactiveProps(e.unref(X))),(()=>[e.createTextVNode(e.toDisplayString(e.unref(R)),1)]))])):e.createCommentVNode("",!0)]),e.createVNode(e.unref(K),{id:e.unref(V),class:"vv-textarea__hint"},null,8,["id"])],2))}})}));
@@ -17,8 +17,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
17
17
  default: string;
18
18
  };
19
19
  resizable: BooleanConstructor;
20
- minlength: NumberConstructor;
21
- maxlength: NumberConstructor;
20
+ minlength: (StringConstructor | NumberConstructor)[];
21
+ maxlength: (StringConstructor | NumberConstructor)[];
22
22
  placeholder: StringConstructor;
23
23
  required: BooleanConstructor;
24
24
  label: (StringConstructor | NumberConstructor)[];
@@ -27,9 +27,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
27
27
  type: (StringConstructor | ObjectConstructor)[];
28
28
  };
29
29
  iconPosition: {
30
- type: import("vue").PropType<import("../../constants.js").Position>;
31
- default: import("../../constants.js").Position;
32
- validation: (value: import("../../constants.js").Position) => boolean;
30
+ type: globalThis.PropType<"before" | "after">;
31
+ default: import("../../constants").Position;
32
+ validation: (value: import("../../constants").Position) => boolean;
33
33
  };
34
34
  debounce: (StringConstructor | NumberConstructor)[];
35
35
  count: {
@@ -37,7 +37,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
37
37
  default: boolean;
38
38
  validator: (value: string) => boolean;
39
39
  };
40
- modifiers: import("vue").PropType<string | string[]>;
40
+ modifiers: globalThis.PropType<string | string[]>;
41
41
  loading: BooleanConstructor;
42
42
  loadingLabel: {
43
43
  type: StringConstructor;
@@ -86,8 +86,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
86
86
  default: string;
87
87
  };
88
88
  resizable: BooleanConstructor;
89
- minlength: NumberConstructor;
90
- maxlength: NumberConstructor;
89
+ minlength: (StringConstructor | NumberConstructor)[];
90
+ maxlength: (StringConstructor | NumberConstructor)[];
91
91
  placeholder: StringConstructor;
92
92
  required: BooleanConstructor;
93
93
  label: (StringConstructor | NumberConstructor)[];
@@ -96,9 +96,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
96
96
  type: (StringConstructor | ObjectConstructor)[];
97
97
  };
98
98
  iconPosition: {
99
- type: import("vue").PropType<import("../../constants.js").Position>;
100
- default: import("../../constants.js").Position;
101
- validation: (value: import("../../constants.js").Position) => boolean;
99
+ type: globalThis.PropType<"before" | "after">;
100
+ default: import("../../constants").Position;
101
+ validation: (value: import("../../constants").Position) => boolean;
102
102
  };
103
103
  debounce: (StringConstructor | NumberConstructor)[];
104
104
  count: {
@@ -106,7 +106,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
106
106
  default: boolean;
107
107
  validator: (value: string) => boolean;
108
108
  };
109
- modifiers: import("vue").PropType<string | string[]>;
109
+ modifiers: globalThis.PropType<string | string[]>;
110
110
  loading: BooleanConstructor;
111
111
  loadingLabel: {
112
112
  type: StringConstructor;
@@ -140,8 +140,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
140
140
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
141
141
  }, {
142
142
  disabled: boolean;
143
+ floating: boolean;
143
144
  required: boolean;
144
- iconPosition: import("../../constants.js").Position;
145
+ iconPosition: "before" | "after";
145
146
  loading: boolean;
146
147
  loadingLabel: string;
147
148
  readonly: boolean;
@@ -149,7 +150,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
149
150
  invalid: boolean;
150
151
  valid: boolean;
151
152
  tabindex: string | number;
152
- floating: boolean;
153
153
  autocomplete: string;
154
154
  autofocus: boolean;
155
155
  count: string | boolean;
@@ -164,8 +164,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
164
164
  invalid: boolean;
165
165
  modelValue: string | undefined;
166
166
  hintLabel: string;
167
- maxlength: number | undefined;
168
- minlength: number | undefined;
167
+ maxlength: string | number | undefined;
168
+ minlength: string | number | undefined;
169
169
  clear: () => void;
170
170
  }) => any;
171
171
  after: (_: {
@@ -173,8 +173,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
173
173
  invalid: boolean;
174
174
  modelValue: string | undefined;
175
175
  hintLabel: string;
176
- maxlength: number | undefined;
177
- minlength: number | undefined;
176
+ maxlength: string | number | undefined;
177
+ minlength: string | number | undefined;
178
178
  clear: () => void;
179
179
  }) => any;
180
180
  count: (_: {
@@ -182,8 +182,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
182
182
  invalid: boolean;
183
183
  modelValue: string | undefined;
184
184
  hintLabel: string;
185
- maxlength: number | undefined;
186
- minlength: number | undefined;
185
+ maxlength: string | number | undefined;
186
+ minlength: string | number | undefined;
187
187
  clear: () => void;
188
188
  }) => any;
189
189
  }>;
@@ -51,8 +51,8 @@ export declare const VvTextareaProps: {
51
51
  * If true, the textarea will be resizable
52
52
  */
53
53
  resizable: BooleanConstructor;
54
- minlength: NumberConstructor;
55
- maxlength: NumberConstructor;
54
+ minlength: (StringConstructor | NumberConstructor)[];
55
+ maxlength: (StringConstructor | NumberConstructor)[];
56
56
  placeholder: StringConstructor;
57
57
  required: BooleanConstructor;
58
58
  label: (StringConstructor | NumberConstructor)[];
@@ -61,7 +61,7 @@ export declare const VvTextareaProps: {
61
61
  type: (StringConstructor | ObjectConstructor)[];
62
62
  };
63
63
  iconPosition: {
64
- type: import("vue").PropType<import("../../constants").Position>;
64
+ type: globalThis.PropType<"before" | "after">;
65
65
  default: import("../../constants").Position;
66
66
  validation: (value: import("../../constants").Position) => boolean;
67
67
  };
@@ -71,7 +71,7 @@ export declare const VvTextareaProps: {
71
71
  default: boolean;
72
72
  validator: (value: string) => boolean;
73
73
  };
74
- modifiers: import("vue").PropType<string | string[]>;
74
+ modifiers: globalThis.PropType<string | string[]>;
75
75
  loading: BooleanConstructor;
76
76
  loadingLabel: {
77
77
  type: StringConstructor;
@@ -1,6 +1,41 @@
1
- import { computed as p, unref as i, defineComponent as b, toRefs as d, openBlock as v, createElementBlock as y, normalizeClass as g, renderSlot as S, createTextVNode as j, toDisplayString as O } from "vue";
2
- var l = /* @__PURE__ */ ((t) => (t.left = "left", t.right = "right", t.top = "top", t.bottom = "bottom", t))(l || {}), f = /* @__PURE__ */ ((t) => (t.topStart = "top-start", t.topEnd = "top-end", t.bottomStart = "bottom-start", t.bottomEnd = "bottom-end", t.leftStart = "left-start", t.leftEnd = "left-end", t.rightStart = "right-start", t.rightEnd = "right-end", t))(f || {}), s = /* @__PURE__ */ ((t) => (t.before = "before", t.after = "after", t))(s || {}), u = /* @__PURE__ */ ((t) => (t.button = "button", t.submit = "submit", t.reset = "reset", t))(u || {}), c = /* @__PURE__ */ ((t) => (t._blank = "_blank", t._self = "_self", t._parent = "_parent", t._top = "_top", t))(c || {});
3
- const B = {
1
+ import { computed, unref, defineComponent, toRefs, openBlock, createElementBlock, normalizeClass, renderSlot, createTextVNode, toDisplayString } from "vue";
2
+ var Side = /* @__PURE__ */ ((Side2) => {
3
+ Side2["left"] = "left";
4
+ Side2["right"] = "right";
5
+ Side2["top"] = "top";
6
+ Side2["bottom"] = "bottom";
7
+ return Side2;
8
+ })(Side || {});
9
+ var Placement = /* @__PURE__ */ ((Placement2) => {
10
+ Placement2["topStart"] = "top-start";
11
+ Placement2["topEnd"] = "top-end";
12
+ Placement2["bottomStart"] = "bottom-start";
13
+ Placement2["bottomEnd"] = "bottom-end";
14
+ Placement2["leftStart"] = "left-start";
15
+ Placement2["leftEnd"] = "left-end";
16
+ Placement2["rightStart"] = "right-start";
17
+ Placement2["rightEnd"] = "right-end";
18
+ return Placement2;
19
+ })(Placement || {});
20
+ var Position = /* @__PURE__ */ ((Position2) => {
21
+ Position2["before"] = "before";
22
+ Position2["after"] = "after";
23
+ return Position2;
24
+ })(Position || {});
25
+ var ButtonType = /* @__PURE__ */ ((ButtonType2) => {
26
+ ButtonType2["button"] = "button";
27
+ ButtonType2["submit"] = "submit";
28
+ ButtonType2["reset"] = "reset";
29
+ return ButtonType2;
30
+ })(ButtonType || {});
31
+ var AnchorTarget = /* @__PURE__ */ ((AnchorTarget2) => {
32
+ AnchorTarget2["_blank"] = "_blank";
33
+ AnchorTarget2["_self"] = "_self";
34
+ AnchorTarget2["_parent"] = "_parent";
35
+ AnchorTarget2["_top"] = "_top";
36
+ return AnchorTarget2;
37
+ })(AnchorTarget || {});
38
+ const LinkProps = {
4
39
  /**
5
40
  * The router-link/nuxt-link property, if it is defined the button is rendered as a ruouter-link or nuxt-link.
6
41
  * @see Documentation of [router-link](https://router.vuejs.org/api/#router-link) and [nuxt-link](https://nuxtjs.org/api/components-nuxt-link/)
@@ -17,7 +52,7 @@ const B = {
17
52
  */
18
53
  target: {
19
54
  type: String,
20
- validator: (t) => Object.values(c).includes(t)
55
+ validator: (value) => Object.values(AnchorTarget).includes(value)
21
56
  },
22
57
  /**
23
58
  * Anchor rel
@@ -26,93 +61,226 @@ const B = {
26
61
  type: String,
27
62
  default: "noopener noreferrer"
28
63
  }
29
- }, _ = {
64
+ };
65
+ const DisabledProps = {
30
66
  /**
31
67
  * Whether the form control is disabled
32
68
  */
33
69
  disabled: Boolean
34
- }, m = {
70
+ };
71
+ const ActiveProps = {
35
72
  /**
36
73
  * Whether the item is active
37
74
  */
38
75
  active: Boolean
39
- }, h = {
76
+ };
77
+ const PressedProps = {
40
78
  /**
41
79
  * Whether the item is pressed
42
80
  */
43
81
  pressed: Boolean
44
- }, E = {
82
+ };
83
+ const LabelProps = {
45
84
  /**
46
85
  * The item label
47
86
  */
48
87
  label: [String, Number]
49
- }, k = {
88
+ };
89
+ const ModifiersProps = {
50
90
  /**
51
91
  * Component BEM modifiers
52
92
  */
53
93
  modifiers: [String, Array]
54
94
  };
55
- s.before;
56
- l.bottom;
57
95
  ({
58
- ..._,
59
- ...E,
60
- ...h,
61
- ...m,
62
- ...B,
96
+ /**
97
+ * VvIcon name or props
98
+ * @see VVIcon
99
+ */
100
+ icon: { type: [String, Object] },
101
+ /**
102
+ * VvIcon position
103
+ */
104
+ iconPosition: {
105
+ type: String,
106
+ default: Position.before,
107
+ validation: (value) => Object.values(Position).includes(value)
108
+ }
109
+ });
110
+ ({
111
+ /**
112
+ * Dropdown placement
113
+ */
114
+ placement: {
115
+ type: String,
116
+ default: Side.bottom,
117
+ validator: (value) => {
118
+ return Object.values(Side).includes(value) || Object.values(Placement).includes(value);
119
+ }
120
+ },
121
+ /**
122
+ * Dropdown strategy
123
+ */
124
+ strategy: {
125
+ type: String,
126
+ default: "absolute",
127
+ validator: (value) => {
128
+ return ["fixed", "absolute"].includes(value);
129
+ }
130
+ },
131
+ /**
132
+ * Dropdown show / hide transition name
133
+ */
134
+ transitionName: {
135
+ type: String
136
+ },
137
+ /**
138
+ * Offset of the dropdown from the trigger
139
+ * @see https://floating-ui.com/docs/offset
140
+ */
141
+ offset: {
142
+ type: [Number, String, Object],
143
+ default: 0
144
+ },
145
+ /**
146
+ * Move dropdown to the side if there is no space in the default position
147
+ * @see https://floating-ui.com/docs/shift
148
+ */
149
+ shift: {
150
+ type: [Boolean, Object],
151
+ default: false
152
+ },
153
+ /**
154
+ * Flip dropdown position if there is no space in the default position
155
+ * @see https://floating-ui.com/docs/flip
156
+ */
157
+ flip: {
158
+ type: [Boolean, Object],
159
+ default: true
160
+ },
161
+ /**
162
+ * Size of the dropdown
163
+ * @see https://floating-ui.com/docs/size
164
+ */
165
+ size: {
166
+ type: [Boolean, Object],
167
+ default: () => ({ padding: 10 })
168
+ },
169
+ /**
170
+ * Automatically change the position of the dropdown
171
+ * @see https://floating-ui.com/docs/autoPlacement
172
+ */
173
+ autoPlacement: {
174
+ type: [Boolean, Object],
175
+ default: false
176
+ },
177
+ /**
178
+ * Add arrow to the dropdown
179
+ * @see https://floating-ui.com/docs/arrow
180
+ */
181
+ arrow: {
182
+ type: Boolean,
183
+ default: false
184
+ },
185
+ /**
186
+ * Close dropdown on click outside
187
+ */
188
+ autoClose: {
189
+ type: Boolean,
190
+ default: true
191
+ },
192
+ /**
193
+ * Autofocus first item on dropdown open
194
+ */
195
+ autofocusFirst: {
196
+ type: Boolean,
197
+ default: true
198
+ },
199
+ /**
200
+ * Set dropdown width to the same as the trigger
201
+ */
202
+ triggerWidth: {
203
+ type: Boolean
204
+ }
205
+ });
206
+ ({
207
+ ...DisabledProps,
208
+ ...LabelProps,
209
+ ...PressedProps,
210
+ ...ActiveProps,
211
+ ...LinkProps,
63
212
  /**
64
213
  * Button type
65
214
  */
66
- type: u.button
215
+ type: {
216
+ type: String,
217
+ default: ButtonType.button,
218
+ validator: (value) => Object.values(ButtonType).includes(value)
219
+ }
67
220
  });
68
- const C = {
69
- ...k,
221
+ const VvTooltipProps = {
222
+ ...ModifiersProps,
70
223
  /**
71
224
  * Define the tooltip position
72
225
  * @default Side.bottom
73
226
  */
74
227
  position: {
75
228
  type: String,
76
- default: l.bottom
229
+ default: Side.bottom
77
230
  },
78
231
  value: {
79
232
  type: String
80
233
  }
81
234
  };
82
- function $(t, e, r) {
83
- return p(() => {
84
- const a = {
85
- [t]: !0
86
- }, o = typeof (e == null ? void 0 : e.value) == "string" ? e.value.split(" ") : e == null ? void 0 : e.value;
87
- return o && Array.isArray(o) && o.forEach((n) => {
88
- a[`${t}--${n}`] = !0;
89
- }), r && Object.keys(r.value).forEach((n) => {
90
- a[`${t}--${n}`] = i(r.value[n]);
91
- }), a;
235
+ function useModifiers(prefix, modifiers, others) {
236
+ return computed(() => {
237
+ const toReturn = {
238
+ [prefix]: true
239
+ };
240
+ const modifiersArray = typeof (modifiers == null ? void 0 : modifiers.value) === "string" ? modifiers.value.split(" ") : modifiers == null ? void 0 : modifiers.value;
241
+ if (modifiersArray) {
242
+ if (Array.isArray(modifiersArray)) {
243
+ modifiersArray.forEach((modifier) => {
244
+ if (modifier) {
245
+ toReturn[`${prefix}--${modifier}`] = true;
246
+ }
247
+ });
248
+ }
249
+ }
250
+ if (others) {
251
+ Object.keys(others.value).forEach((key) => {
252
+ toReturn[`${prefix}--${key}`] = unref(others.value[key]);
253
+ });
254
+ }
255
+ return toReturn;
92
256
  });
93
257
  }
94
- const V = /* @__PURE__ */ b({
258
+ const _sfc_main = /* @__PURE__ */ defineComponent({
95
259
  __name: "VvTooltip",
96
- props: C,
97
- setup(t) {
98
- const e = t, { modifiers: r } = d(e), a = $(
260
+ props: VvTooltipProps,
261
+ setup(__props) {
262
+ const props = __props;
263
+ const { modifiers } = toRefs(props);
264
+ const bemCssClasses = useModifiers(
99
265
  "vv-tooltip",
100
- r,
101
- p(() => ({
102
- [e.position]: !0
266
+ modifiers,
267
+ computed(() => ({
268
+ [props.position]: true
103
269
  }))
104
270
  );
105
- return (o, n) => (v(), y("span", {
106
- class: g(i(a)),
107
- role: "tooltip",
108
- inert: ""
109
- }, [
110
- S(o.$slots, "default", {}, () => [
111
- j(O(o.value), 1)
112
- ])
113
- ], 2));
271
+ return (_ctx, _cache) => {
272
+ return openBlock(), createElementBlock("span", {
273
+ class: normalizeClass(unref(bemCssClasses)),
274
+ role: "tooltip",
275
+ inert: ""
276
+ }, [
277
+ renderSlot(_ctx.$slots, "default", {}, () => [
278
+ createTextVNode(toDisplayString(_ctx.value), 1)
279
+ ])
280
+ ], 2);
281
+ };
114
282
  }
115
283
  });
116
284
  export {
117
- V as default
285
+ _sfc_main as default
118
286
  };
@@ -1 +1 @@
1
- (function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("vue")):typeof define=="function"&&define.amd?define(["vue"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.VvTooltip=r(e.vue))})(this,function(e){"use strict";var r=(t=>(t.left="left",t.right="right",t.top="top",t.bottom="bottom",t))(r||{}),p=(t=>(t.topStart="top-start",t.topEnd="top-end",t.bottomStart="bottom-start",t.bottomEnd="bottom-end",t.leftStart="left-start",t.leftEnd="left-end",t.rightStart="right-start",t.rightEnd="right-end",t))(p||{}),i=(t=>(t.before="before",t.after="after",t))(i||{}),u=(t=>(t.button="button",t.submit="submit",t.reset="reset",t))(u||{}),f=(t=>(t._blank="_blank",t._self="_self",t._parent="_parent",t._top="_top",t))(f||{});const d={to:{type:[String,Object]},href:String,target:{type:String,validator:t=>Object.values(f).includes(t)},rel:{type:String,default:"noopener noreferrer"}},c={disabled:Boolean},b={active:Boolean},y={pressed:Boolean},g={label:[String,Number]},v={modifiers:[String,Array]};i.before,r.bottom,{...c,...g,...y,...b,...d,type:u.button};const S={...v,position:{type:String,default:r.bottom},value:{type:String}};function j(t,o,a){return e.computed(()=>{const s={[t]:!0},n=typeof(o==null?void 0:o.value)=="string"?o.value.split(" "):o==null?void 0:o.value;return n&&Array.isArray(n)&&n.forEach(l=>{s[`${t}--${l}`]=!0}),a&&Object.keys(a.value).forEach(l=>{s[`${t}--${l}`]=e.unref(a.value[l])}),s})}return e.defineComponent({__name:"VvTooltip",props:S,setup(t){const o=t,{modifiers:a}=e.toRefs(o),s=j("vv-tooltip",a,e.computed(()=>({[o.position]:!0})));return(n,l)=>(e.openBlock(),e.createElementBlock("span",{class:e.normalizeClass(e.unref(s)),role:"tooltip",inert:""},[e.renderSlot(n.$slots,"default",{},()=>[e.createTextVNode(e.toDisplayString(n.value),1)])],2))}})});
1
+ !function(e,o){"object"==typeof exports&&"undefined"!=typeof module?module.exports=o(require("vue")):"function"==typeof define&&define.amd?define(["vue"],o):(e="undefined"!=typeof globalThis?globalThis:e||self).VvTooltip=o(e.vue)}(this,(function(e){"use strict";var o=(e=>(e.left="left",e.right="right",e.top="top",e.bottom="bottom",e))(o||{}),t=(e=>(e.before="before",e.after="after",e))(t||{}),n=(e=>(e.button="button",e.submit="submit",e.reset="reset",e))(n||{});Boolean,Boolean,Boolean;const l={modifiers:[String,Array]};t.before,o.bottom,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,n.button;const r={...l,position:{type:String,default:o.bottom},value:{type:String}};return e.defineComponent({__name:"VvTooltip",props:r,setup(o){const t=o,{modifiers:n}=e.toRefs(t),l=function(o,t,n){return e.computed((()=>{const l={[o]:!0},r="string"==typeof(null==t?void 0:t.value)?t.value.split(" "):null==t?void 0:t.value;return r&&Array.isArray(r)&&r.forEach((e=>{e&&(l[`${o}--${e}`]=!0)})),n&&Object.keys(n.value).forEach((t=>{l[`${o}--${t}`]=e.unref(n.value[t])})),l}))}("vv-tooltip",n,e.computed((()=>({[t.position]:!0}))));return(o,t)=>(e.openBlock(),e.createElementBlock("span",{class:e.normalizeClass(e.unref(l)),role:"tooltip",inert:""},[e.renderSlot(o.$slots,"default",{},(()=>[e.createTextVNode(e.toDisplayString(o.value),1)]))],2))}})}));
@@ -1,23 +1,23 @@
1
1
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
2
  position: {
3
- type: import("vue").PropType<import("../../constants.js").Side>;
4
- default: import("../../constants.js").Side;
3
+ type: globalThis.PropType<"left" | "right" | "top" | "bottom">;
4
+ default: import("../../constants").Side;
5
5
  };
6
6
  value: {
7
7
  type: StringConstructor;
8
8
  };
9
- modifiers: import("vue").PropType<string | string[]>;
9
+ modifiers: globalThis.PropType<string | string[]>;
10
10
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
11
11
  position: {
12
- type: import("vue").PropType<import("../../constants.js").Side>;
13
- default: import("../../constants.js").Side;
12
+ type: globalThis.PropType<"left" | "right" | "top" | "bottom">;
13
+ default: import("../../constants").Side;
14
14
  };
15
15
  value: {
16
16
  type: StringConstructor;
17
17
  };
18
- modifiers: import("vue").PropType<string | string[]>;
18
+ modifiers: globalThis.PropType<string | string[]>;
19
19
  }>>, {
20
- position: import("../../constants.js").Side;
20
+ position: "left" | "right" | "top" | "bottom";
21
21
  }>, {
22
22
  default: (_: {}) => any;
23
23
  }>;
@@ -1,12 +1,12 @@
1
- import { Side } from '@/constants';
2
1
  import type { PropType } from 'vue';
2
+ import { Side } from '../../constants';
3
3
  export declare const VvTooltipProps: {
4
4
  /**
5
5
  * Define the tooltip position
6
6
  * @default Side.bottom
7
7
  */
8
8
  position: {
9
- type: PropType<Side>;
9
+ type: PropType<"left" | "right" | "top" | "bottom">;
10
10
  default: Side;
11
11
  };
12
12
  value: {