@webitel/ui-sdk 1.0.37 → 1.0.40
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/ui-sdk.common.js +10 -10
- package/dist/ui-sdk.common.js.map +1 -1
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.umd.js +10 -10
- package/dist/ui-sdk.umd.js.map +1 -1
- package/dist/ui-sdk.umd.min.js +1 -1
- package/dist/ui-sdk.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/molecules/wt-select/wt-select.vue +2 -2
- package/src/enums/WebitelApplications/AdminSections.enum.js +1 -0
- package/src/locale/en/en.js +1 -0
- package/src/locale/ru/ru.js +1 -0
- package/src/locale/ua/ua.js +1 -0
- package/src/modules/Userinfo/classes/ApplicationsAccess.js +4 -0
package/dist/ui-sdk.common.js
CHANGED
|
@@ -17611,8 +17611,8 @@ var wt_search_bar_component = normalizeComponent(
|
|
|
17611
17611
|
)
|
|
17612
17612
|
|
|
17613
17613
|
/* harmony default export */ var wt_search_bar = (wt_search_bar_component.exports);
|
|
17614
|
-
;// CONCATENATED MODULE: ./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/molecules/wt-select/wt-select.vue?vue&type=template&id=
|
|
17615
|
-
var
|
|
17614
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/molecules/wt-select/wt-select.vue?vue&type=template&id=5e1ce59d&scoped=true&
|
|
17615
|
+
var wt_selectvue_type_template_id_5e1ce59d_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"wt-select",class:{
|
|
17616
17616
|
'wt-select--disabled': _vm.disabled,
|
|
17617
17617
|
'wt-select--invalid': _vm.invalid,
|
|
17618
17618
|
'wt-select--clearable': _vm.clearable,
|
|
@@ -17621,12 +17621,12 @@ var wt_selectvue_type_template_id_e485e28e_scoped_true_render = function () {var
|
|
|
17621
17621
|
var option = ref.option;
|
|
17622
17622
|
return [_c('span',{staticClass:"multiselect__custom-tag"},[_vm._v(" "+_vm._s(option[_vm.optionLabel] || option)+" ")])]}},{key:"singleLabel",fn:function(ref){
|
|
17623
17623
|
var option = ref.option;
|
|
17624
|
-
return [_vm._t("singleLabel",function(){return [_c('span',{staticClass:"multiselect__single-label"},[_vm._v(" "+_vm._s(option[_vm.optionLabel] || option)+" ")])]},null,{ option: option, optionLabel: _vm.optionLabel })]}},{key:"option",fn:function(ref){
|
|
17624
|
+
return [_vm._t("singleLabel",function(){return [_c('span',{staticClass:"multiselect__single-label"},[_vm._v(" "+_vm._s(_vm.$te(option.locale) ? _vm.$t(option.locale) : (option[_vm.optionLabel] || option))+" ")])]},null,{ option: option, optionLabel: _vm.optionLabel })]}},{key:"option",fn:function(ref){
|
|
17625
17625
|
var option = ref.option;
|
|
17626
|
-
return [_vm._t("option",function(){return [_c('span',[_vm._v(" "+_vm._s(option[_vm.optionLabel] || option)+" ")])]},null,{ option: option, optionLabel: _vm.optionLabel })]}},{key:"caret",fn:function(ref){
|
|
17626
|
+
return [_vm._t("option",function(){return [_c('span',[_vm._v(" "+_vm._s(_vm.$te(option.locale) ? _vm.$t(option.locale) : (option[_vm.optionLabel] || option))+" ")])]},null,{ option: option, optionLabel: _vm.optionLabel })]}},{key:"caret",fn:function(ref){
|
|
17627
17627
|
var toggle = ref.toggle;
|
|
17628
17628
|
return [_c('wt-icon-btn',{staticClass:"wt-select__arrow-caret",attrs:{"icon":"arrow-down","disabled":_vm.disabled},nativeOn:{"mousedown":function($event){$event.preventDefault();$event.stopPropagation();return toggle.apply(null, arguments)}}})]}},{key:"clear",fn:function(ref){return [(_vm.clearable)?_c('wt-icon-btn',{staticClass:"wt-select__clear",class:{ 'hidden': !_vm.isValue },attrs:{"disabled":_vm.disabled,"icon":"close"},on:{"click":_vm.clearValue}}):_vm._e()]}}],null,true)},'vue-multiselect',_vm.$attrs,false),_vm.listeners),[_c('template',{slot:"beforeList"},[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.isLoading),expression:"isLoading"}],staticClass:"wt-select__loading-wrapper"},[_c('wt-loader',{attrs:{"size":"sm"}})],1)]),(_vm.showIntersectionObserver)?_c('template',{slot:"afterList"},[_c('div',{directives:[{name:"observe-visibility",rawName:"v-observe-visibility",value:(_vm.handleAfterListIntersect),expression:"handleAfterListIntersect"}]})]):_vm._e()],2),(_vm.isValidation)?_c('wt-input-info',{attrs:{"invalid":_vm.invalid}},[_vm._v(_vm._s(_vm.validationText)+" ")]):_vm._e()],1)}
|
|
17629
|
-
var
|
|
17629
|
+
var wt_selectvue_type_template_id_5e1ce59d_scoped_true_staticRenderFns = []
|
|
17630
17630
|
|
|
17631
17631
|
|
|
17632
17632
|
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
@@ -18310,10 +18310,10 @@ var isEmpty = function isEmpty(value) {
|
|
|
18310
18310
|
});
|
|
18311
18311
|
;// CONCATENATED MODULE: ./src/components/molecules/wt-select/wt-select.vue?vue&type=script&lang=js&
|
|
18312
18312
|
/* harmony default export */ var wt_select_wt_selectvue_type_script_lang_js_ = (wt_selectvue_type_script_lang_js_);
|
|
18313
|
-
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22[0].rules[0].use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22[0].rules[0].use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22[0].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22[0].rules[0].use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/molecules/wt-select/wt-select.vue?vue&type=style&index=0&id=
|
|
18313
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22[0].rules[0].use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22[0].rules[0].use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22[0].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22[0].rules[0].use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/molecules/wt-select/wt-select.vue?vue&type=style&index=0&id=5e1ce59d&lang=scss&scoped=true&
|
|
18314
18314
|
// extracted by mini-css-extract-plugin
|
|
18315
18315
|
|
|
18316
|
-
;// CONCATENATED MODULE: ./src/components/molecules/wt-select/wt-select.vue?vue&type=style&index=0&id=
|
|
18316
|
+
;// CONCATENATED MODULE: ./src/components/molecules/wt-select/wt-select.vue?vue&type=style&index=0&id=5e1ce59d&lang=scss&scoped=true&
|
|
18317
18317
|
|
|
18318
18318
|
;// CONCATENATED MODULE: ./src/components/molecules/wt-select/wt-select.vue
|
|
18319
18319
|
|
|
@@ -18326,11 +18326,11 @@ var isEmpty = function isEmpty(value) {
|
|
|
18326
18326
|
|
|
18327
18327
|
var wt_select_component = normalizeComponent(
|
|
18328
18328
|
wt_select_wt_selectvue_type_script_lang_js_,
|
|
18329
|
-
|
|
18330
|
-
|
|
18329
|
+
wt_selectvue_type_template_id_5e1ce59d_scoped_true_render,
|
|
18330
|
+
wt_selectvue_type_template_id_5e1ce59d_scoped_true_staticRenderFns,
|
|
18331
18331
|
false,
|
|
18332
18332
|
null,
|
|
18333
|
-
"
|
|
18333
|
+
"5e1ce59d",
|
|
18334
18334
|
null
|
|
18335
18335
|
|
|
18336
18336
|
)
|