@webitel/ui-sdk 2.0.5-6 → 2.0.5-7

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.
@@ -19539,8 +19539,8 @@ var wt_icon_btn_component = componentNormalizer_normalizeComponent(
19539
19539
  )
19540
19540
 
19541
19541
  /* harmony default export */ var wt_icon_btn = (wt_icon_btn_component.exports);
19542
- ;// 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-input/wt-input.vue?vue&type=template&id=6c8200b8&scoped=true&
19543
- var wt_inputvue_type_template_id_6c8200b8_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"wt-input",class:{
19542
+ ;// 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-input/wt-input.vue?vue&type=template&id=82db9ed0&scoped=true&
19543
+ var wt_inputvue_type_template_id_82db9ed0_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"wt-input",class:{
19544
19544
  'wt-input--outline': _vm.outline,
19545
19545
  'wt-input--disabled': _vm.disabled,
19546
19546
  'wt-input--invalid': _vm.invalid,
@@ -19550,7 +19550,7 @@ var wt_inputvue_type_template_id_6c8200b8_scoped_true_render = function () {var
19550
19550
  isPasswordVisible: _vm.isPasswordVisible,
19551
19551
  switchVisibilityPassword: _vm.switchVisibilityPassword,
19552
19552
  }):_vm._e()],2)]),(_vm.isValidation)?_c('wt-input-info',{attrs:{"invalid":_vm.invalid}},[_vm._v(_vm._s(_vm.validationText)+" ")]):_vm._e()],1)}
19553
- var wt_inputvue_type_template_id_6c8200b8_scoped_true_staticRenderFns = []
19553
+ var wt_inputvue_type_template_id_82db9ed0_scoped_true_staticRenderFns = []
19554
19554
 
19555
19555
 
19556
19556
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.symbol.async-iterator.js
@@ -20390,21 +20390,23 @@ function _createForOfIteratorHelper(o, allowArrayLike) {
20390
20390
  var _this = this;
20391
20391
 
20392
20392
  return _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
20393
+ var afterWrapperWidth, inputEl, defaultInputPadding;
20393
20394
  return _regeneratorRuntime().wrap(function _callee$(_context) {
20394
20395
  while (1) {
20395
20396
  switch (_context.prev = _context.next) {
20396
20397
  case 0:
20397
- wt_inputvue_type_script_lang_js_console.info(1);
20398
- setTimeout(function () {
20399
- // cant test this thing cause vue test utils doesnt render elements width :/
20400
- var afterWrapperWidth = _this.$refs['after-wrapper'].offsetWidth;
20401
- var inputEl = _this.$refs['wt-input'];
20402
- var defaultInputPadding = getComputedStyle(document.documentElement).getPropertyValue('--input-padding');
20403
- wt_inputvue_type_script_lang_js_console.info('ipnut:', defaultInputPadding, afterWrapperWidth, defaultInputPadding * 2 + afterWrapperWidth);
20404
- inputEl.style.paddingRight = "calc(".concat(defaultInputPadding, " * 2 + ").concat(afterWrapperWidth, "px)");
20405
- }, 100);
20398
+ _context.next = 2;
20399
+ return _this.$nextTick();
20406
20400
 
20407
20401
  case 2:
20402
+ // cant test this thing cause vue test utils doesnt render elements width :/
20403
+ afterWrapperWidth = _this.$refs['after-wrapper'].offsetWidth;
20404
+ inputEl = _this.$refs['wt-input'];
20405
+ defaultInputPadding = getComputedStyle(document.documentElement).getPropertyValue('--input-padding');
20406
+ wt_inputvue_type_script_lang_js_console.info('ipnut:', defaultInputPadding, afterWrapperWidth, defaultInputPadding * 2 + afterWrapperWidth);
20407
+ inputEl.style.paddingRight = "calc(".concat(defaultInputPadding, " * 2 + ").concat(afterWrapperWidth, "px)");
20408
+
20409
+ case 7:
20408
20410
  case "end":
20409
20411
  return _context.stop();
20410
20412
  }
@@ -20419,10 +20421,10 @@ function _createForOfIteratorHelper(o, allowArrayLike) {
20419
20421
  });
20420
20422
  ;// CONCATENATED MODULE: ./src/components/molecules/wt-input/wt-input.vue?vue&type=script&lang=js&
20421
20423
  /* harmony default export */ var wt_input_wt_inputvue_type_script_lang_js_ = (wt_inputvue_type_script_lang_js_);
20422
- ;// 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-input/wt-input.vue?vue&type=style&index=0&id=6c8200b8&lang=scss&scoped=true&
20424
+ ;// 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-input/wt-input.vue?vue&type=style&index=0&id=82db9ed0&lang=scss&scoped=true&
20423
20425
  // extracted by mini-css-extract-plugin
20424
20426
 
20425
- ;// CONCATENATED MODULE: ./src/components/molecules/wt-input/wt-input.vue?vue&type=style&index=0&id=6c8200b8&lang=scss&scoped=true&
20427
+ ;// CONCATENATED MODULE: ./src/components/molecules/wt-input/wt-input.vue?vue&type=style&index=0&id=82db9ed0&lang=scss&scoped=true&
20426
20428
 
20427
20429
  ;// CONCATENATED MODULE: ./src/components/molecules/wt-input/wt-input.vue
20428
20430
 
@@ -20435,11 +20437,11 @@ function _createForOfIteratorHelper(o, allowArrayLike) {
20435
20437
 
20436
20438
  var wt_input_component = componentNormalizer_normalizeComponent(
20437
20439
  wt_input_wt_inputvue_type_script_lang_js_,
20438
- wt_inputvue_type_template_id_6c8200b8_scoped_true_render,
20439
- wt_inputvue_type_template_id_6c8200b8_scoped_true_staticRenderFns,
20440
+ wt_inputvue_type_template_id_82db9ed0_scoped_true_render,
20441
+ wt_inputvue_type_template_id_82db9ed0_scoped_true_staticRenderFns,
20440
20442
  false,
20441
20443
  null,
20442
- "6c8200b8",
20444
+ "82db9ed0",
20443
20445
  null
20444
20446
 
20445
20447
  )