\n \n\n \n \n \n \n\n \n \n \n Context: {{ context }}\n \n \n \n\n\n\n`\n","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('b-card-code',{attrs:{\"title\":\"Default slot\"},scopedSlots:_vm._u([{key:\"code\",fn:function(){return [_vm._v(\" \"+_vm._s(_vm.codeSlot)+\" \")]},proxy:true}])},[_c('b-card-text',[_c('span',[_vm._v(\"Provide optional content at the bottom of the calendar interface via the use of default slot. The slot can be used to add buttons such as \")]),_c('code',[_vm._v(\"Select Today\")]),_c('span',[_vm._v(\" or \")]),_c('code',[_vm._v(\"Reset\")]),_c('span',[_vm._v(\", etc.\")])]),_c('div',{staticClass:\"d-flex align-items-center justify-content-center\"},[_c('b-calendar',{attrs:{\"value-as-date\":\"\",\"locale\":\"en\"},model:{value:(_vm.value),callback:function ($$v) {_vm.value=$$v},expression:\"value\"}},[_c('div',{staticClass:\"d-flex\",attrs:{\"dir\":\"ltr\"}},[(_vm.value)?_c('b-button',{attrs:{\"size\":\"sm\",\"variant\":\"outline-secondary\"},on:{\"click\":_vm.clearDate}},[_vm._v(\" Clear date \")]):_vm._e(),_c('b-button',{staticClass:\"ml-auto\",attrs:{\"size\":\"sm\",\"variant\":\"outline-primary\"},on:{\"click\":_vm.setToday}},[_vm._v(\" Set Today \")])],1)])],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n \n \n Provide optional content at the bottom of the calendar interface via the use of default slot. The slot can be\n used to add buttons such as\n \n Select Today\n or \n Reset\n , etc.\n \n\n
\n \n
\n \n Clear date\n \n \n Set Today\n \n
\n \n
\n\n \n {{ codeSlot }}\n \n \n\n\n\n","import mod from \"-!../../../../node_modules/cache-loader/dist/cjs.js??ref--13-0!../../../../node_modules/thread-loader/dist/cjs.js!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./CalendarSlot.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../node_modules/cache-loader/dist/cjs.js??ref--13-0!../../../../node_modules/thread-loader/dist/cjs.js!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./CalendarSlot.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./CalendarSlot.vue?vue&type=template&id=545d4d16&\"\nimport script from \"./CalendarSlot.vue?vue&type=script&lang=js&\"\nexport * from \"./CalendarSlot.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","import { Vue, mergeData } from '../../vue';\nimport { NAME_CARD_TEXT } from '../../constants/components';\nimport { PROP_TYPE_STRING } from '../../constants/props';\nimport { makeProp, makePropsConfigurable } from '../../utils/props'; // --- Props ---\n\nexport var props = makePropsConfigurable({\n textTag: makeProp(PROP_TYPE_STRING, 'p')\n}, NAME_CARD_TEXT); // --- Main component ---\n// @vue/component\n\nexport var BCardText = /*#__PURE__*/Vue.extend({\n name: NAME_CARD_TEXT,\n functional: true,\n props: props,\n render: function render(h, _ref) {\n var props = _ref.props,\n data = _ref.data,\n children = _ref.children;\n return h(props.textTag, mergeData(data, {\n staticClass: 'card-text'\n }), children);\n }\n});"],"sourceRoot":""}