framework7-vue
Advanced tools
Comparing version 8.0.5 to 8.1.0
@@ -174,3 +174,3 @@ import { h, computed, ref, onMounted, onBeforeUnmount, watch, onUpdated } from 'vue'; | ||
}, [slotsBeforeArea && slotsBeforeArea(), messagebarAttachmentsEl, h(Input, { | ||
id: props.textareaId, | ||
inputId: props.textareaId, | ||
ref: areaElRef, | ||
@@ -177,0 +177,0 @@ type: 'textarea', |
@@ -1,5 +0,6 @@ | ||
import { createElementVNode as _createElementVNode, renderSlot as _renderSlot, normalizeClass as _normalizeClass, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue"; | ||
const _hoisted_1 = /*#__PURE__*/_createElementVNode("div", { | ||
import { openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, renderSlot as _renderSlot, createElementVNode as _createElementVNode, normalizeClass as _normalizeClass } from "vue"; | ||
const _hoisted_1 = { | ||
key: 0, | ||
class: "popover-arrow" | ||
}, null, -1); | ||
}; | ||
const _hoisted_2 = { | ||
@@ -12,3 +13,3 @@ class: "popover-inner" | ||
class: _normalizeClass(_ctx.classes) | ||
}, [_hoisted_1, _createElementVNode("div", _hoisted_2, [_renderSlot(_ctx.$slots, "default")])], 2); | ||
}, [_ctx.arrow !== false ? (_openBlock(), _createElementBlock("div", _hoisted_1)) : _createCommentVNode("", true), _createElementVNode("div", _hoisted_2, [_renderSlot(_ctx.$slots, "default")])], 2); | ||
} | ||
@@ -15,0 +16,0 @@ import { computed, ref, watch, onMounted, onBeforeUnmount } from 'vue'; |
/** | ||
* Framework7 Vue 8.0.5 | ||
* Framework7 Vue 8.1.0 | ||
* Build full featured iOS & Android apps using Framework7 & Vue | ||
@@ -10,3 +10,3 @@ * https://framework7.io/vue/ | ||
* | ||
* Released on: May 8, 2023 | ||
* Released on: June 12, 2023 | ||
*/ | ||
@@ -13,0 +13,0 @@ import Framework7Vue from './shared/plugin.js'; |
{ | ||
"name": "framework7-vue", | ||
"version": "8.0.5", | ||
"version": "8.1.0", | ||
"description": "Build full featured iOS & Android apps using Framework7 & Vue", | ||
@@ -58,3 +58,3 @@ "type": "module", | ||
}, | ||
"releaseDate": "May 8, 2023" | ||
"releaseDate": "June 12, 2023" | ||
} |
Sorry, the diff of this file is too big to display
841705
31094