{"version":3,"file":"index.mjs","sources":["../../src/floatlabel/BaseFloatLabel.vue","../../src/floatlabel/FloatLabel.vue","../../src/floatlabel/FloatLabel.vue?vue&type=template&id=5d118b2b&lang.js"],"sourcesContent":["<script>\nimport BaseComponent from '@primevue/core/basecomponent';\nimport FloatLabelStyle from 'primevue/floatlabel/style';\n\nexport default {\n    name: 'BaseFloatLabel',\n    extends: BaseComponent,\n    props: {\n        variant: {\n            type: String,\n            default: 'over'\n        }\n    },\n    style: FloatLabelStyle,\n    provide() {\n        return {\n            $pcFloatLabel: this,\n            $parentInstance: this\n        };\n    }\n};\n</script>\n","<template>\n    <span :class=\"cx('root')\" v-bind=\"ptmi('root')\">\n        <slot />\n    </span>\n</template>\n\n<script>\nimport BaseFloatLabel from './BaseFloatLabel.vue';\n\nexport default {\n    name: 'FloatLabel',\n    extends: BaseFloatLabel,\n    inheritAttrs: false\n};\n</script>\n","<template>\n    <span :class=\"cx('root')\" v-bind=\"ptmi('root')\">\n        <slot />\n    </span>\n</template>\n\n<script>\nimport BaseFloatLabel from './BaseFloatLabel.vue';\n\nexport default {\n    name: 'FloatLabel',\n    extends: BaseFloatLabel,\n    inheritAttrs: false\n};\n</script>\n"],"names":["name","BaseComponent","props","variant","type","String","style","FloatLabelStyle","provide","$pcFloatLabel","$parentInstance","BaseFloatLabel","inheritAttrs","_openBlock","_createElementBlock","_mergeProps","_ctx","cx","ptmi","_renderSlot","$slots"],"mappings":";;;;AAIA,eAAe;AACXA,EAAAA,IAAI,EAAE,gBAAgB;AACtB,EAAA,SAAA,EAASC,aAAa;AACtBC,EAAAA,KAAK,EAAE;AACHC,IAAAA,OAAO,EAAE;AACLC,MAAAA,IAAI,EAAEC,MAAM;MACZ,SAAS,EAAA;AACb;GACH;AACDC,EAAAA,KAAK,EAAEC,eAAe;EACtBC,OAAO,EAAA,SAAPA,OAAOA,GAAG;IACN,OAAO;AACHC,MAAAA,aAAa,EAAE,IAAI;AACnBC,MAAAA,eAAe,EAAE;KACpB;AACL;AACJ,CAAC;;ACXD,aAAe;AACXV,EAAAA,IAAI,EAAE,YAAY;AAClB,EAAA,SAAA,EAASW,QAAc;AACvBC,EAAAA,YAAY,EAAE;AAClB,CAAC;;;ECZG,OAAAC,SAAA,EAAA,EAAAC,kBAAA,CAEM,QAFNC,UAEM,CAAA;AAFC,IAAA,OAAA,EAAOC,IAAE,CAAAC,EAAA,CAAA,MAAA;KAAkBD,IAAI,CAAAE,IAAA,CAAA,MAAA,CAAA,CAAA,EAAA,CAClCC,UAAO,CAAAH,IAAA,CAAAI,MAAA,EAAA,SAAA,CAAA;;;;;;;"}