@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.
@@ -19557,8 +19557,8 @@ var wt_icon_btn_component = componentNormalizer_normalizeComponent(
19557
19557
  )
19558
19558
 
19559
19559
  /* harmony default export */ var wt_icon_btn = (wt_icon_btn_component.exports);
19560
- ;// 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&
19561
- 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:{
19560
+ ;// 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&
19561
+ 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:{
19562
19562
  'wt-input--outline': _vm.outline,
19563
19563
  'wt-input--disabled': _vm.disabled,
19564
19564
  'wt-input--invalid': _vm.invalid,
@@ -19568,7 +19568,7 @@ var wt_inputvue_type_template_id_6c8200b8_scoped_true_render = function () {var
19568
19568
  isPasswordVisible: _vm.isPasswordVisible,
19569
19569
  switchVisibilityPassword: _vm.switchVisibilityPassword,
19570
19570
  }):_vm._e()],2)]),(_vm.isValidation)?_c('wt-input-info',{attrs:{"invalid":_vm.invalid}},[_vm._v(_vm._s(_vm.validationText)+" ")]):_vm._e()],1)}
19571
- var wt_inputvue_type_template_id_6c8200b8_scoped_true_staticRenderFns = []
19571
+ var wt_inputvue_type_template_id_82db9ed0_scoped_true_staticRenderFns = []
19572
19572
 
19573
19573
 
19574
19574
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.symbol.async-iterator.js
@@ -20408,21 +20408,23 @@ function _createForOfIteratorHelper(o, allowArrayLike) {
20408
20408
  var _this = this;
20409
20409
 
20410
20410
  return _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
20411
+ var afterWrapperWidth, inputEl, defaultInputPadding;
20411
20412
  return _regeneratorRuntime().wrap(function _callee$(_context) {
20412
20413
  while (1) {
20413
20414
  switch (_context.prev = _context.next) {
20414
20415
  case 0:
20415
- wt_inputvue_type_script_lang_js_console.info(1);
20416
- setTimeout(function () {
20417
- // cant test this thing cause vue test utils doesnt render elements width :/
20418
- var afterWrapperWidth = _this.$refs['after-wrapper'].offsetWidth;
20419
- var inputEl = _this.$refs['wt-input'];
20420
- var defaultInputPadding = getComputedStyle(document.documentElement).getPropertyValue('--input-padding');
20421
- wt_inputvue_type_script_lang_js_console.info('ipnut:', defaultInputPadding, afterWrapperWidth, defaultInputPadding * 2 + afterWrapperWidth);
20422
- inputEl.style.paddingRight = "calc(".concat(defaultInputPadding, " * 2 + ").concat(afterWrapperWidth, "px)");
20423
- }, 100);
20416
+ _context.next = 2;
20417
+ return _this.$nextTick();
20424
20418
 
20425
20419
  case 2:
20420
+ // cant test this thing cause vue test utils doesnt render elements width :/
20421
+ afterWrapperWidth = _this.$refs['after-wrapper'].offsetWidth;
20422
+ inputEl = _this.$refs['wt-input'];
20423
+ defaultInputPadding = getComputedStyle(document.documentElement).getPropertyValue('--input-padding');
20424
+ wt_inputvue_type_script_lang_js_console.info('ipnut:', defaultInputPadding, afterWrapperWidth, defaultInputPadding * 2 + afterWrapperWidth);
20425
+ inputEl.style.paddingRight = "calc(".concat(defaultInputPadding, " * 2 + ").concat(afterWrapperWidth, "px)");
20426
+
20427
+ case 7:
20426
20428
  case "end":
20427
20429
  return _context.stop();
20428
20430
  }
@@ -20437,10 +20439,10 @@ function _createForOfIteratorHelper(o, allowArrayLike) {
20437
20439
  });
20438
20440
  ;// CONCATENATED MODULE: ./src/components/molecules/wt-input/wt-input.vue?vue&type=script&lang=js&
20439
20441
  /* harmony default export */ var wt_input_wt_inputvue_type_script_lang_js_ = (wt_inputvue_type_script_lang_js_);
20440
- ;// 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/molecules/wt-input/wt-input.vue?vue&type=style&index=0&id=6c8200b8&lang=scss&scoped=true&
20442
+ ;// 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/molecules/wt-input/wt-input.vue?vue&type=style&index=0&id=82db9ed0&lang=scss&scoped=true&
20441
20443
  // extracted by mini-css-extract-plugin
20442
20444
 
20443
- ;// CONCATENATED MODULE: ./src/components/molecules/wt-input/wt-input.vue?vue&type=style&index=0&id=6c8200b8&lang=scss&scoped=true&
20445
+ ;// CONCATENATED MODULE: ./src/components/molecules/wt-input/wt-input.vue?vue&type=style&index=0&id=82db9ed0&lang=scss&scoped=true&
20444
20446
 
20445
20447
  ;// CONCATENATED MODULE: ./src/components/molecules/wt-input/wt-input.vue
20446
20448
 
@@ -20453,11 +20455,11 @@ function _createForOfIteratorHelper(o, allowArrayLike) {
20453
20455
 
20454
20456
  var wt_input_component = componentNormalizer_normalizeComponent(
20455
20457
  wt_input_wt_inputvue_type_script_lang_js_,
20456
- wt_inputvue_type_template_id_6c8200b8_scoped_true_render,
20457
- wt_inputvue_type_template_id_6c8200b8_scoped_true_staticRenderFns,
20458
+ wt_inputvue_type_template_id_82db9ed0_scoped_true_render,
20459
+ wt_inputvue_type_template_id_82db9ed0_scoped_true_staticRenderFns,
20458
20460
  false,
20459
20461
  null,
20460
- "6c8200b8",
20462
+ "82db9ed0",
20461
20463
  null
20462
20464
 
20463
20465
  )