UNPKG

accessibleprimevue

Version:

Note: This is the forked version of the Primefaces/PrimeVue repository. Since V3 has reached its EOL this is use to fix identified accessibility bugs in the v3 version of primevue. PrimeVue is an open source UI library for Vue featuring a rich set of 80+

39 lines (30 loc) 1.19 kB
this.primevue = this.primevue || {}; this.primevue.floatlabel = (function (BaseComponent, FloatLabelStyle, vue) { 'use strict'; function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } var BaseComponent__default = /*#__PURE__*/_interopDefaultLegacy(BaseComponent); var FloatLabelStyle__default = /*#__PURE__*/_interopDefaultLegacy(FloatLabelStyle); var script$1 = { name: 'BaseFloatLabel', "extends": BaseComponent__default["default"], props: {}, style: FloatLabelStyle__default["default"], provide: function provide() { return { $parentInstance: this }; } }; var script = { name: 'FloatLabel', "extends": script$1, inheritAttrs: false }; function render(_ctx, _cache, $props, $setup, $data, $options) { return vue.openBlock(), vue.createElementBlock("span", vue.mergeProps({ "class": _ctx.cx('root') }, _ctx.ptmi('root')), [vue.renderSlot(_ctx.$slots, "default")], 16); } script.render = render; return script; })(primevue.basecomponent, primevue.floatlabel.style, Vue);