@weni/unnnic-system 1.16.36 → 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.
- package/dist/unnnic.common.js +7 -6
- package/dist/unnnic.common.js.map +1 -1
- package/dist/unnnic.umd.js +7 -6
- package/dist/unnnic.umd.js.map +1 -1
- package/dist/unnnic.umd.min.js +1 -1
- package/dist/unnnic.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/SelectSmart/SelectSmart.vue +3 -1
package/dist/unnnic.common.js
CHANGED
|
@@ -37806,8 +37806,8 @@ var Alert_component = normalizeComponent(
|
|
|
37806
37806
|
document.body.appendChild(instance.$el);
|
|
37807
37807
|
}
|
|
37808
37808
|
});
|
|
37809
|
-
// 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=
|
|
37810
|
-
var
|
|
37809
|
+
// 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&
|
|
37810
|
+
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:{
|
|
37811
37811
|
'unnnic-select-smart__options': true,
|
|
37812
37812
|
active: _vm.active,
|
|
37813
37813
|
inactive: !_vm.active,
|
|
@@ -37817,10 +37817,10 @@ var SelectSmartvue_type_template_id_bd191c4c_render = function () {var _vm=this;
|
|
|
37817
37817
|
{
|
|
37818
37818
|
'with-descriptions': _vm.hasDescriptionOptions,
|
|
37819
37819
|
} ]},[_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)}
|
|
37820
|
-
var
|
|
37820
|
+
var SelectSmartvue_type_template_id_94eb67fa_staticRenderFns = []
|
|
37821
37821
|
|
|
37822
37822
|
|
|
37823
|
-
// CONCATENATED MODULE: ./src/components/SelectSmart/SelectSmart.vue?vue&type=template&id=
|
|
37823
|
+
// CONCATENATED MODULE: ./src/components/SelectSmart/SelectSmart.vue?vue&type=template&id=94eb67fa&
|
|
37824
37824
|
|
|
37825
37825
|
// 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&
|
|
37826
37826
|
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:{
|
|
@@ -38374,6 +38374,7 @@ var DropdownSkeleton_component = normalizeComponent(
|
|
|
38374
38374
|
},
|
|
38375
38375
|
watch: {
|
|
38376
38376
|
active(newValue) {
|
|
38377
|
+
this.$refs['dropdown-skeleton'].calculatePosition();
|
|
38377
38378
|
this.$nextTick(() => {
|
|
38378
38379
|
if (newValue && !this.multiple) {
|
|
38379
38380
|
const activeOptionIndex = this.getOptionIndex('active');
|
|
@@ -38633,8 +38634,8 @@ var SelectSmartvue_type_style_index_0_lang_scss_ = __webpack_require__("1f90");
|
|
|
38633
38634
|
|
|
38634
38635
|
var SelectSmart_component = normalizeComponent(
|
|
38635
38636
|
SelectSmart_SelectSmartvue_type_script_lang_js_,
|
|
38636
|
-
|
|
38637
|
-
|
|
38637
|
+
SelectSmartvue_type_template_id_94eb67fa_render,
|
|
38638
|
+
SelectSmartvue_type_template_id_94eb67fa_staticRenderFns,
|
|
38638
38639
|
false,
|
|
38639
38640
|
null,
|
|
38640
38641
|
null,
|