@weni/unnnic-system 1.16.36-develop.0 → 1.16.37-develop.0

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.
@@ -37815,8 +37815,8 @@ var Alert_component = normalizeComponent(
37815
37815
  document.body.appendChild(instance.$el);
37816
37816
  }
37817
37817
  });
37818
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"3be1353e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/SelectSmart/SelectSmart.vue?vue&type=template&id=bd191c4c&
37819
- var SelectSmartvue_type_template_id_bd191c4c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"click-outside",rawName:"v-click-outside",value:(_vm.onClickOutside),expression:"onClickOutside"}],staticClass:"unnnic-select-smart",on:{"keydown":_vm.onKeyDownSelect}},[_c('dropdown-skeleton',{attrs:{"type":"manual","value":_vm.active,"position":"bottom"},scopedSlots:_vm._u([{key:"inside",fn:function(props){return [(_vm.active)?_c('div',{class:{
37818
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"3be1353e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/SelectSmart/SelectSmart.vue?vue&type=template&id=94eb67fa&
37819
+ var SelectSmartvue_type_template_id_94eb67fa_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"click-outside",rawName:"v-click-outside",value:(_vm.onClickOutside),expression:"onClickOutside"}],staticClass:"unnnic-select-smart",on:{"keydown":_vm.onKeyDownSelect}},[_c('dropdown-skeleton',{ref:"dropdown-skeleton",attrs:{"type":"manual","value":_vm.active,"position":"bottom"},scopedSlots:_vm._u([{key:"inside",fn:function(props){return [(_vm.active)?_c('div',{class:{
37820
37820
  'unnnic-select-smart__options': true,
37821
37821
  active: _vm.active,
37822
37822
  inactive: !_vm.active,
@@ -37826,10 +37826,10 @@ var SelectSmartvue_type_template_id_bd191c4c_render = function () {var _vm=this;
37826
37826
  {
37827
37827
  'with-descriptions': _vm.hasDescriptionOptions,
37828
37828
  } ]},[_vm._l((_vm.filterOptions(_vm.options)),function(option,index){return _c('select-smart-option',{key:option.value,attrs:{"label":option.label,"description":option.description,"tabindex":index,"size":_vm.size,"active":option.value === _vm.value || _vm.optionIsSelected(option),"focused":_vm.focusedOption && _vm.focusedOption.value === option.value,"allowCheckbox":!!_vm.multiple},on:{"click":function($event){return _vm.handleSelect(option)}}})}),(_vm.filterOptions(_vm.options).length === 0)?_c('p',{staticClass:"unnnic-select-smart__options--no-results"},[_vm._v(" "+_vm._s(_vm.$t('select_smart.without_results'))+" ")]):_vm._e()],2)],1)]):_vm._e()]}}])},[_c('text-input',{ref:"selectSmartInput",staticClass:"unnnic-select-smart__input",attrs:{"value":_vm.inputValue,"placeholder":_vm.autocompletePlaceholder || _vm.selectedLabel,"type":_vm.type,"size":_vm.size,"disabled":_vm.disabled,"readonly":!_vm.isAutocompleteAllowed,"icon-left":_vm.isAutocompleteAllowed && _vm.autocompleteIconLeft ? 'search-1' : '',"icon-right":_vm.active ? 'arrow-button-up-1' : 'arrow-button-down-1',"icon-right-clickable":!_vm.disabled},on:{"icon-right-click":_vm.handleClickInput,"click":_vm.handleClickInput,"input":function($event){_vm.searchValue = $event}}})],1)],1)}
37829
- var SelectSmartvue_type_template_id_bd191c4c_staticRenderFns = []
37829
+ var SelectSmartvue_type_template_id_94eb67fa_staticRenderFns = []
37830
37830
 
37831
37831
 
37832
- // CONCATENATED MODULE: ./src/components/SelectSmart/SelectSmart.vue?vue&type=template&id=bd191c4c&
37832
+ // CONCATENATED MODULE: ./src/components/SelectSmart/SelectSmart.vue?vue&type=template&id=94eb67fa&
37833
37833
 
37834
37834
  // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"3be1353e-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/SelectSmart/SelectSmartOption.vue?vue&type=template&id=7963bbce&
37835
37835
  var SelectSmartOptionvue_type_template_id_7963bbce_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:{
@@ -38383,6 +38383,7 @@ var DropdownSkeleton_component = normalizeComponent(
38383
38383
  },
38384
38384
  watch: {
38385
38385
  active(newValue) {
38386
+ this.$refs['dropdown-skeleton'].calculatePosition();
38386
38387
  this.$nextTick(() => {
38387
38388
  if (newValue && !this.multiple) {
38388
38389
  const activeOptionIndex = this.getOptionIndex('active');
@@ -38642,8 +38643,8 @@ var SelectSmartvue_type_style_index_0_lang_scss_ = __webpack_require__("1f90");
38642
38643
 
38643
38644
  var SelectSmart_component = normalizeComponent(
38644
38645
  SelectSmart_SelectSmartvue_type_script_lang_js_,
38645
- SelectSmartvue_type_template_id_bd191c4c_render,
38646
- SelectSmartvue_type_template_id_bd191c4c_staticRenderFns,
38646
+ SelectSmartvue_type_template_id_94eb67fa_render,
38647
+ SelectSmartvue_type_template_id_94eb67fa_staticRenderFns,
38647
38648
  false,
38648
38649
  null,
38649
38650
  null,