@phoenix-cg/v-tabs 0.1.30 → 0.1.32

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.css CHANGED
@@ -1 +1 @@
1
- .v-tabs-wrap{display:inline-flex}.v-tabs,.v-tabs-wrap{position:relative}.v-tabs_inner{display:flex}.v-tabs_tab{padding:10px 20px;background:#ddd;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-tabs_tab.__active{background:#b6b5b5}.v-tabs.__disabled{pointer-events:none;opacity:.5}.v-tabs_slider{position:absolute;height:2px;background:#000;left:0;bottom:0;transition:all .2s ease-in-out}.v-tabs-hint{transition:opacity .3s ease-in-out;opacity:0;pointer-events:none}.v-tabs-hint.__visible{opacity:1}
1
+ .v-tabs-wrap{display:inline-flex;max-width:100%}.v-tabs,.v-tabs-wrap{position:relative}.v-tabs_inner{display:flex}.v-tabs_tab{padding:10px 20px;background:#ddd;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-tabs_tab.__active{background:#b6b5b5}.v-tabs.__disabled{pointer-events:none;opacity:.5}.v-tabs_slider{position:absolute;height:2px;background:#000;left:0;bottom:0;transition:all .2s ease-in-out}.v-tabs-hint{transition:opacity .3s ease-in-out;opacity:0;pointer-events:none}.v-tabs-hint.__visible{opacity:1}
@@ -5821,7 +5821,7 @@ if (typeof window !== 'undefined') {
5821
5821
  // Indicate to webpack that this file can be concatenated
5822
5822
  /* harmony default export */ var setPublicPath = (null);
5823
5823
 
5824
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"787d784e-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=ab2b88e2&
5824
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"3c2a0523-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=2f7c9911&
5825
5825
  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:{
5826
5826
  __active: _vm.value && _vm.value[_vm.trackBy] === tab[_vm.trackBy],
5827
5827
  _disabled: tab && tab._disabled
@@ -5829,7 +5829,7 @@ var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._sel
5829
5829
  var staticRenderFns = []
5830
5830
 
5831
5831
 
5832
- // CONCATENATED MODULE: ./src/components/VTabs.vue?vue&type=template&id=ab2b88e2&
5832
+ // CONCATENATED MODULE: ./src/components/VTabs.vue?vue&type=template&id=2f7c9911&
5833
5833
 
5834
5834
  // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
5835
5835
  function _arrayWithHoles(arr) {
@@ -6111,6 +6111,9 @@ var web_dom_collections_for_each = __webpack_require__("159b");
6111
6111
  },
6112
6112
  uid: function uid() {
6113
6113
  return this._uid;
6114
+ },
6115
+ hintShowCondition: function hintShowCondition() {
6116
+ this.createHintObserver();
6114
6117
  }
6115
6118
  },
6116
6119
  computed: {