@phoenix-cg/v-tabs 0.1.30 → 0.1.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/v-tabs.common.js
CHANGED
|
@@ -5812,7 +5812,7 @@ if (typeof window !== 'undefined') {
|
|
|
5812
5812
|
// Indicate to webpack that this file can be concatenated
|
|
5813
5813
|
/* harmony default export */ var setPublicPath = (null);
|
|
5814
5814
|
|
|
5815
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
5815
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"15e1c0b2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/VTabs.vue?vue&type=template&id=70fd6f76&
|
|
5816
5816
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"v-tabs-wrap"},[_c('div',{ref:"tabsEl",staticClass:"v-tabs",class:[("__" + _vm.direction)]},[_c('div',{staticClass:"v-tabs_inner"},_vm._l((_vm.list),function(tab){return _c('div',{key:tab[_vm.trackBy],ref:"tabs",refInFor:true,staticClass:"v-tabs_tab",class:{
|
|
5817
5817
|
__active: _vm.value && _vm.value[_vm.trackBy] === tab[_vm.trackBy],
|
|
5818
5818
|
_disabled: tab && tab._disabled
|
|
@@ -5820,7 +5820,7 @@ var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._sel
|
|
|
5820
5820
|
var staticRenderFns = []
|
|
5821
5821
|
|
|
5822
5822
|
|
|
5823
|
-
// CONCATENATED MODULE: ./src/components/VTabs.vue?vue&type=template&id=
|
|
5823
|
+
// CONCATENATED MODULE: ./src/components/VTabs.vue?vue&type=template&id=70fd6f76&
|
|
5824
5824
|
|
|
5825
5825
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
|
|
5826
5826
|
function _arrayWithHoles(arr) {
|
|
@@ -6102,6 +6102,9 @@ var web_dom_collections_for_each = __webpack_require__("159b");
|
|
|
6102
6102
|
},
|
|
6103
6103
|
uid: function uid() {
|
|
6104
6104
|
return this._uid;
|
|
6105
|
+
},
|
|
6106
|
+
hintShowCondition: function hintShowCondition() {
|
|
6107
|
+
this.createHintObserver();
|
|
6105
6108
|
}
|
|
6106
6109
|
},
|
|
6107
6110
|
computed: {
|