@webitel/ui-sdk 25.8.39 → 25.8.41
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.css +1 -1
- package/dist/ui-sdk.js +5 -4
- package/dist/ui-sdk.umd.cjs +1 -1
- package/package.json +1 -1
- package/src/components/wt-search-bar/wt-search-bar.vue +3 -1
- package/src/css/main.scss +1 -0
- package/src/locale/kz/kz.js +556 -301
- package/src/modules/AgentStatusSelect/components/_internals/wt-cc-pause-cause-popup.vue +2 -0
- package/src/modules/QueryFilters/mixins/enumFilterMixin.js +2 -4
- package/src/plugins/primevue/primevue.scss +1 -0
- package/src/plugins/primevue/theme/components/tooltip/tooltip.scss +5 -0
- package/types/components/wt-search-bar/wt-search-bar.vue.d.ts +2 -2
- package/types/locale/i18n.d.ts +676 -289
- package/types/locale/index.d.ts +676 -289
- package/types/locale/kz/kz.d.ts +762 -331
package/dist/ui-sdk.js
CHANGED
|
@@ -64377,11 +64377,12 @@ const iz = /* @__PURE__ */ Me(JU, [["render", oz], ["__scopeId", "data-v-e4e0f83
|
|
|
64377
64377
|
options: o.searchModeOptions,
|
|
64378
64378
|
onClick: y
|
|
64379
64379
|
}, {
|
|
64380
|
-
activator: re(() => [
|
|
64380
|
+
activator: re(({ toggle: S }) => [
|
|
64381
64381
|
st(Ce(_, {
|
|
64382
64382
|
color: X(p) ? "error" : "default",
|
|
64383
|
-
icon: "filter"
|
|
64384
|
-
|
|
64383
|
+
icon: "filter",
|
|
64384
|
+
onClick: S
|
|
64385
|
+
}, null, 8, ["color", "onClick"]), [
|
|
64385
64386
|
[T, g.$t("webitelUI.searchBar.settingsHint")]
|
|
64386
64387
|
])
|
|
64387
64388
|
]),
|
|
@@ -64400,7 +64401,7 @@ const iz = /* @__PURE__ */ Me(JU, [["render", oz], ["__scopeId", "data-v-e4e0f83
|
|
|
64400
64401
|
], 2);
|
|
64401
64402
|
};
|
|
64402
64403
|
}
|
|
64403
|
-
}), pz = /* @__PURE__ */ Me(cz, [["__scopeId", "data-v-
|
|
64404
|
+
}), pz = /* @__PURE__ */ Me(cz, [["__scopeId", "data-v-8fed34cf"]]), Bh = (o) => Array.isArray(o) ? !o.length : typeof o == "object" ? !o || !Object.keys(o).length : !o, qh = {
|
|
64404
64405
|
methods: {
|
|
64405
64406
|
// TODO: WHAT IS "ID" PARAM?!
|
|
64406
64407
|
// this functionality allows you to add custom values to the list of values
|