@webitel/ui-sdk 2.0.14-2 → 2.0.14
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 -8
- package/dist/ui-sdk.common.js.map +1 -1
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.umd.js +10 -8
- package/dist/ui-sdk.umd.js.map +1 -1
- package/dist/ui-sdk.umd.min.js +2 -2
- package/dist/ui-sdk.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/organisms/wt-app-header/wt-header-actions.vue +1 -0
- package/src/modules/Userinfo/store/UserinfoStoreModule.js +0 -1
package/dist/ui-sdk.umd.js
CHANGED
|
@@ -23289,12 +23289,13 @@ var wt_filters_panel_wrapper_component = componentNormalizer_normalizeComponent(
|
|
|
23289
23289
|
)
|
|
23290
23290
|
|
|
23291
23291
|
/* harmony default export */ var wt_filters_panel_wrapper = (wt_filters_panel_wrapper_component.exports);
|
|
23292
|
-
;// 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/organisms/wt-app-header/wt-header-actions.vue?vue&type=template&id=
|
|
23293
|
-
var
|
|
23294
|
-
var
|
|
23292
|
+
;// 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/organisms/wt-app-header/wt-header-actions.vue?vue&type=template&id=59c12978&scoped=true&
|
|
23293
|
+
var wt_header_actionsvue_type_template_id_59c12978_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"wt-header-actions"},[_c('wt-tooltip',{scopedSlots:_vm._u([{key:"activator",fn:function(){return [_c('wt-icon-btn',{directives:[{name:"clickaway",rawName:"v-clickaway",value:(_vm.close),expression:"close"}],staticClass:"wt-header-actions__btn",class:{'active': _vm.isOpened},attrs:{"icon":"account"},on:{"click":function($event){_vm.isOpened = !_vm.isOpened}}})]},proxy:true}])},[_vm._v(" "+_vm._s(_vm.$t('webitelUI.headerActions.account'))+" ")]),_c('transition',{attrs:{"name":"fade"}},[_c('section',{directives:[{name:"show",rawName:"v-show",value:(_vm.isOpened),expression:"isOpened"}],staticClass:"wt-header-actions__panel-wrapper"},[(_vm.isHeader)?_c('header',{staticClass:"wt-header-actions__header"},[_c('h3',{staticClass:"wt-header-actions__name"},[_vm._v(_vm._s(_vm.userName))]),_c('p',{staticClass:"wt-header-actions__account"},[_vm._v(_vm._s(_vm.userAccount))])]):_vm._e(),_c('ul',{staticClass:"wt-header-actions__actions-wrapper"},[_c('li',{staticClass:"wt-header-actions__action"},[_c('a',{staticClass:"wt-header-actions__action__link",attrs:{"href":"https://docs.webitel.com/display/WEP/Webitel+Elastic+Platform","target":"_blank"},on:{"click":_vm.close}},[_c('wt-icon',{attrs:{"icon":"docs"}}),_c('span',[_vm._v(_vm._s(_vm.$t('webitelUI.headerActions.docs')))])],1)]),_c('li',{staticClass:"wt-header-actions__action"},[_c('a',{staticClass:"wt-header-actions__action__link",on:{"click":function($event){$event.preventDefault();return _vm.settings.apply(null, arguments)}}},[_c('wt-icon',{attrs:{"icon":"settings"}}),_c('span',[_vm._v(_vm._s(_vm.$t('webitelUI.headerActions.settings')))])],1)]),_c('li',{staticClass:"wt-header-actions__action wt-header-actions__action--logout"},[_c('a',{staticClass:"wt-header-actions__action__link",on:{"click":function($event){$event.preventDefault();return _vm.logout.apply(null, arguments)}}},[_c('wt-icon',{attrs:{"color":"danger","icon":"logout"}}),_c('span',[_vm._v(_vm._s(_vm.$t('webitelUI.headerActions.logout')))])],1)])]),(_vm.isFooter)?_c('footer',{staticClass:"wt-header-actions__footer"},[_c('p',{staticClass:"wt-header-actions__build__version"},[_vm._v(" "+_vm._s(_vm.buildVersion)+" ")])]):_vm._e()])])],1)}
|
|
23294
|
+
var wt_header_actionsvue_type_template_id_59c12978_scoped_true_staticRenderFns = []
|
|
23295
23295
|
|
|
23296
23296
|
|
|
23297
23297
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-81[0].rules[0].use[1]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/organisms/wt-app-header/wt-header-actions.vue?vue&type=script&lang=js&
|
|
23298
|
+
/* provided dependency */ var wt_header_actionsvue_type_script_lang_js_console = __webpack_require__(5108);
|
|
23298
23299
|
|
|
23299
23300
|
|
|
23300
23301
|
//
|
|
@@ -23392,6 +23393,7 @@ var wt_header_actionsvue_type_template_id_3df075f8_scoped_true_staticRenderFns =
|
|
|
23392
23393
|
return this.user.name || this.user.username;
|
|
23393
23394
|
},
|
|
23394
23395
|
userAccount: function userAccount() {
|
|
23396
|
+
wt_header_actionsvue_type_script_lang_js_console.info(this.user, this.user.preferredUsername);
|
|
23395
23397
|
return this.user.preferredUsername || this.user.account;
|
|
23396
23398
|
},
|
|
23397
23399
|
buildVersion: function buildVersion() {
|
|
@@ -23414,10 +23416,10 @@ var wt_header_actionsvue_type_template_id_3df075f8_scoped_true_staticRenderFns =
|
|
|
23414
23416
|
});
|
|
23415
23417
|
;// CONCATENATED MODULE: ./src/components/organisms/wt-app-header/wt-header-actions.vue?vue&type=script&lang=js&
|
|
23416
23418
|
/* harmony default export */ var wt_app_header_wt_header_actionsvue_type_script_lang_js_ = (wt_header_actionsvue_type_script_lang_js_);
|
|
23417
|
-
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-63[0].rules[0].use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-63[0].rules[0].use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-63[0].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-63[0].rules[0].use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/organisms/wt-app-header/wt-header-actions.vue?vue&type=style&index=0&id=
|
|
23419
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-63[0].rules[0].use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-63[0].rules[0].use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-63[0].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-63[0].rules[0].use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/organisms/wt-app-header/wt-header-actions.vue?vue&type=style&index=0&id=59c12978&lang=scss&scoped=true&
|
|
23418
23420
|
// extracted by mini-css-extract-plugin
|
|
23419
23421
|
|
|
23420
|
-
;// CONCATENATED MODULE: ./src/components/organisms/wt-app-header/wt-header-actions.vue?vue&type=style&index=0&id=
|
|
23422
|
+
;// CONCATENATED MODULE: ./src/components/organisms/wt-app-header/wt-header-actions.vue?vue&type=style&index=0&id=59c12978&lang=scss&scoped=true&
|
|
23421
23423
|
|
|
23422
23424
|
;// CONCATENATED MODULE: ./src/components/organisms/wt-app-header/wt-header-actions.vue
|
|
23423
23425
|
|
|
@@ -23430,11 +23432,11 @@ var wt_header_actionsvue_type_template_id_3df075f8_scoped_true_staticRenderFns =
|
|
|
23430
23432
|
|
|
23431
23433
|
var wt_header_actions_component = componentNormalizer_normalizeComponent(
|
|
23432
23434
|
wt_app_header_wt_header_actionsvue_type_script_lang_js_,
|
|
23433
|
-
|
|
23434
|
-
|
|
23435
|
+
wt_header_actionsvue_type_template_id_59c12978_scoped_true_render,
|
|
23436
|
+
wt_header_actionsvue_type_template_id_59c12978_scoped_true_staticRenderFns,
|
|
23435
23437
|
false,
|
|
23436
23438
|
null,
|
|
23437
|
-
"
|
|
23439
|
+
"59c12978",
|
|
23438
23440
|
null
|
|
23439
23441
|
|
|
23440
23442
|
)
|