@webitel/ui-sdk 3.2.105 → 3.2.107

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.
@@ -25787,6 +25787,45 @@ const wt_history_icon_action_exports_ = wt_history_icon_actionvue_type_script_se
25787
25787
  const wt_download_icon_action_exports_ = wt_download_icon_actionvue_type_script_setup_true_lang_js;
25788
25788
 
25789
25789
  /* harmony default export */ var wt_download_icon_action = (wt_download_icon_action_exports_);
25790
+ ;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-83.use[1]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/atoms/wt-icon-action/_internals/wt-refresh-icon-action.vue?vue&type=script&setup=true&lang=js
25791
+
25792
+ /* harmony default export */ var wt_refresh_icon_actionvue_type_script_setup_true_lang_js = ({
25793
+ __name: 'wt-refresh-icon-action',
25794
+ props: {
25795
+ disabled: {
25796
+ type: Boolean,
25797
+ default: false
25798
+ }
25799
+ },
25800
+ emits: ['click'],
25801
+ setup(__props, {
25802
+ emit
25803
+ }) {
25804
+ const props = __props;
25805
+ return (_ctx, _cache) => {
25806
+ const _component_wt_icon_btn = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.resolveComponent)("wt-icon-btn");
25807
+ const _component_wt_tooltip = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.resolveComponent)("wt-tooltip");
25808
+ return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createBlock)(_component_wt_tooltip, null, {
25809
+ activator: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createVNode)(_component_wt_icon_btn, {
25810
+ icon: "refresh",
25811
+ disabled: __props.disabled,
25812
+ onClick: _cache[0] || (_cache[0] = $event => emit('click'))
25813
+ }, null, 8, ["disabled"])]),
25814
+ default: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createTextVNode)(" " + (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(_ctx.$t('reusable.refresh')), 1)], undefined, true),
25815
+ _: 1
25816
+ });
25817
+ };
25818
+ }
25819
+ });
25820
+ ;// CONCATENATED MODULE: ./src/components/atoms/wt-icon-action/_internals/wt-refresh-icon-action.vue?vue&type=script&setup=true&lang=js
25821
+
25822
+ ;// CONCATENATED MODULE: ./src/components/atoms/wt-icon-action/_internals/wt-refresh-icon-action.vue
25823
+
25824
+
25825
+
25826
+ const wt_refresh_icon_action_exports_ = wt_refresh_icon_actionvue_type_script_setup_true_lang_js;
25827
+
25828
+ /* harmony default export */ var wt_refresh_icon_action = (wt_refresh_icon_action_exports_);
25790
25829
  ;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-83.use[1]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/atoms/wt-icon-action/wt-icon-action.vue?vue&type=script&setup=true&lang=js
25791
25830
 
25792
25831
 
@@ -25795,13 +25834,14 @@ const wt_download_icon_action_exports_ = wt_download_icon_actionvue_type_script_
25795
25834
 
25796
25835
 
25797
25836
 
25837
+
25798
25838
  /* harmony default export */ var wt_icon_actionvue_type_script_setup_true_lang_js = ({
25799
25839
  __name: 'wt-icon-action',
25800
25840
  props: {
25801
25841
  action: {
25802
25842
  type: String,
25803
25843
  required: true,
25804
- options: ['delete', 'edit', 'add', 'history', 'download']
25844
+ options: ['delete', 'edit', 'add', 'history', 'download', 'refresh']
25805
25845
  },
25806
25846
  disabled: {
25807
25847
  type: Boolean,
@@ -25825,6 +25865,8 @@ const wt_download_icon_action_exports_ = wt_download_icon_actionvue_type_script_
25825
25865
  return wt_history_icon_action;
25826
25866
  case 'download':
25827
25867
  return wt_download_icon_action;
25868
+ case 'refresh':
25869
+ return wt_refresh_icon_action;
25828
25870
  default:
25829
25871
  return wt_edit_icon_action;
25830
25872
  }