@webitel/ui-sdk 3.2.106 → 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.
- package/dist/ui-sdk.common.js +43 -1
- package/dist/ui-sdk.common.js.map +1 -1
- package/dist/ui-sdk.umd.js +43 -1
- 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/atoms/wt-icon-action/_internals/__tests__/WtRefreshIconAction.spec.js +9 -0
- package/src/components/atoms/wt-icon-action/_internals/wt-refresh-icon-action.vue +27 -0
- package/src/components/atoms/wt-icon-action/wt-icon-action.vue +4 -1
- 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/dist/ui-sdk.common.js
CHANGED
|
@@ -25769,6 +25769,45 @@ const wt_history_icon_action_exports_ = wt_history_icon_actionvue_type_script_se
|
|
|
25769
25769
|
const wt_download_icon_action_exports_ = wt_download_icon_actionvue_type_script_setup_true_lang_js;
|
|
25770
25770
|
|
|
25771
25771
|
/* harmony default export */ var wt_download_icon_action = (wt_download_icon_action_exports_);
|
|
25772
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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
|
|
25773
|
+
|
|
25774
|
+
/* harmony default export */ var wt_refresh_icon_actionvue_type_script_setup_true_lang_js = ({
|
|
25775
|
+
__name: 'wt-refresh-icon-action',
|
|
25776
|
+
props: {
|
|
25777
|
+
disabled: {
|
|
25778
|
+
type: Boolean,
|
|
25779
|
+
default: false
|
|
25780
|
+
}
|
|
25781
|
+
},
|
|
25782
|
+
emits: ['click'],
|
|
25783
|
+
setup(__props, {
|
|
25784
|
+
emit
|
|
25785
|
+
}) {
|
|
25786
|
+
const props = __props;
|
|
25787
|
+
return (_ctx, _cache) => {
|
|
25788
|
+
const _component_wt_icon_btn = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("wt-icon-btn");
|
|
25789
|
+
const _component_wt_tooltip = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("wt-tooltip");
|
|
25790
|
+
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createBlock)(_component_wt_tooltip, null, {
|
|
25791
|
+
activator: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createVNode)(_component_wt_icon_btn, {
|
|
25792
|
+
icon: "refresh",
|
|
25793
|
+
disabled: __props.disabled,
|
|
25794
|
+
onClick: _cache[0] || (_cache[0] = $event => emit('click'))
|
|
25795
|
+
}, null, 8, ["disabled"])]),
|
|
25796
|
+
default: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createTextVNode)(" " + (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.$t('reusable.refresh')), 1)], undefined, true),
|
|
25797
|
+
_: 1
|
|
25798
|
+
});
|
|
25799
|
+
};
|
|
25800
|
+
}
|
|
25801
|
+
});
|
|
25802
|
+
;// CONCATENATED MODULE: ./src/components/atoms/wt-icon-action/_internals/wt-refresh-icon-action.vue?vue&type=script&setup=true&lang=js
|
|
25803
|
+
|
|
25804
|
+
;// CONCATENATED MODULE: ./src/components/atoms/wt-icon-action/_internals/wt-refresh-icon-action.vue
|
|
25805
|
+
|
|
25806
|
+
|
|
25807
|
+
|
|
25808
|
+
const wt_refresh_icon_action_exports_ = wt_refresh_icon_actionvue_type_script_setup_true_lang_js;
|
|
25809
|
+
|
|
25810
|
+
/* harmony default export */ var wt_refresh_icon_action = (wt_refresh_icon_action_exports_);
|
|
25772
25811
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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
|
|
25773
25812
|
|
|
25774
25813
|
|
|
@@ -25777,13 +25816,14 @@ const wt_download_icon_action_exports_ = wt_download_icon_actionvue_type_script_
|
|
|
25777
25816
|
|
|
25778
25817
|
|
|
25779
25818
|
|
|
25819
|
+
|
|
25780
25820
|
/* harmony default export */ var wt_icon_actionvue_type_script_setup_true_lang_js = ({
|
|
25781
25821
|
__name: 'wt-icon-action',
|
|
25782
25822
|
props: {
|
|
25783
25823
|
action: {
|
|
25784
25824
|
type: String,
|
|
25785
25825
|
required: true,
|
|
25786
|
-
options: ['delete', 'edit', 'add', 'history', 'download']
|
|
25826
|
+
options: ['delete', 'edit', 'add', 'history', 'download', 'refresh']
|
|
25787
25827
|
},
|
|
25788
25828
|
disabled: {
|
|
25789
25829
|
type: Boolean,
|
|
@@ -25807,6 +25847,8 @@ const wt_download_icon_action_exports_ = wt_download_icon_actionvue_type_script_
|
|
|
25807
25847
|
return wt_history_icon_action;
|
|
25808
25848
|
case 'download':
|
|
25809
25849
|
return wt_download_icon_action;
|
|
25850
|
+
case 'refresh':
|
|
25851
|
+
return wt_refresh_icon_action;
|
|
25810
25852
|
default:
|
|
25811
25853
|
return wt_edit_icon_action;
|
|
25812
25854
|
}
|