{"version":3,"file":"index-D0mEznni.js","sources":["../../../node_modules/.pnpm/vuetify@2.7.2_vue@2.7.16/node_modules/vuetify/lib/mixins/bootable/index.js"],"sourcesContent":["// Utilities\nimport { removed } from '../../util/console'; // Types\n\nimport Vue from 'vue';\n/**\n * Bootable\n * @mixin\n *\n * Used to add lazy content functionality to components\n * Looks for change in \"isActive\" to automatically boot\n * Otherwise can be set manually\n */\n\n/* @vue/component */\n\nexport default Vue.extend().extend({\n name: 'bootable',\n props: {\n eager: Boolean\n },\n data: () => ({\n isBooted: false\n }),\n computed: {\n hasContent() {\n return this.isBooted || this.eager || this.isActive;\n }\n\n },\n watch: {\n isActive() {\n this.isBooted = true;\n }\n\n },\n\n created() {\n /* istanbul ignore next */\n if ('lazy' in this.$attrs) {\n removed('lazy', this);\n }\n },\n\n methods: {\n showLazyContent(content) {\n return this.hasContent && content ? content() : [this.$createElement()];\n }\n\n }\n});\n//# sourceMappingURL=index.js.map"],"names":["Bootable","Vue","removed","content"],"mappings":"kdAeA,MAAAA,EAAeC,EAAI,OAAQ,EAAC,OAAO,CACjC,KAAM,WACN,MAAO,CACL,MAAO,OACR,EACD,KAAM,KAAO,CACX,SAAU,EACd,GACE,SAAU,CACR,YAAa,CACX,OAAO,KAAK,UAAY,KAAK,OAAS,KAAK,QACjD,CAEG,EACD,MAAO,CACL,UAAW,CACT,KAAK,SAAW,EACtB,CAEG,EAED,SAAU,CAEJ,SAAU,KAAK,QACjBC,EAAQ,OAAQ,IAAI,CAEvB,EAED,QAAS,CACP,gBAAgBC,EAAS,CACvB,OAAO,KAAK,YAAcA,EAAUA,EAAO,EAAK,CAAC,KAAK,gBAAgB,CAC5E,CAEA,CACA,CAAC","x_google_ignoreList":[0]}