@webitel/ui-sdk 25.4.71 → 25.4.73
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/CHANGELOG.md +33 -0
- package/dist/types/components/wt-rounded-action/wt-rounded-action.vue.d.ts +2 -0
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +11 -2
- package/dist/ui-sdk.umd.cjs +1 -1
- package/package.json +1 -1
- package/src/api/clients/contactGroups/contactGroups.js +0 -1
- package/src/components/wt-rounded-action/wt-rounded-action.vue +9 -0
package/dist/ui-sdk.js
CHANGED
|
@@ -20356,6 +20356,14 @@ const mB = /* @__PURE__ */ k0(dB, [["render", pB], ["__scopeId", "data-v-e4e0f83
|
|
|
20356
20356
|
type: String,
|
|
20357
20357
|
required: !0
|
|
20358
20358
|
},
|
|
20359
|
+
/**
|
|
20360
|
+
* inserts icon name prefix between "icon" and actual icon name ("icon" prop).
|
|
20361
|
+
* Useful for library icons extension with project-level icons with this prefix in name
|
|
20362
|
+
*/
|
|
20363
|
+
iconPrefix: {
|
|
20364
|
+
type: String,
|
|
20365
|
+
default: ""
|
|
20366
|
+
},
|
|
20359
20367
|
/**
|
|
20360
20368
|
* @values 'primary', 'secondary', 'success', 'error', 'transfer'
|
|
20361
20369
|
*/
|
|
@@ -20427,12 +20435,13 @@ const mB = /* @__PURE__ */ k0(dB, [["render", pB], ["__scopeId", "data-v-e4e0f83
|
|
|
20427
20435
|
key: 1,
|
|
20428
20436
|
color: i.value,
|
|
20429
20437
|
icon: e.icon,
|
|
20438
|
+
"icon-prefix": e.iconPrefix,
|
|
20430
20439
|
size: e.size
|
|
20431
|
-
}, null, 8, ["color", "icon", "size"]))
|
|
20440
|
+
}, null, 8, ["color", "icon", "icon-prefix", "size"]))
|
|
20432
20441
|
], 2);
|
|
20433
20442
|
};
|
|
20434
20443
|
}
|
|
20435
|
-
}, vB = /* @__PURE__ */ k0(yB, [["__scopeId", "data-v-
|
|
20444
|
+
}, vB = /* @__PURE__ */ k0(yB, [["__scopeId", "data-v-fb0e96e3"]]), gB = { class: "wt-search-bar__wrapper" }, wB = { class: "wt-search-bar__search-icon" }, CB = ["placeholder", "value"], bB = { class: "wt-search-bar__icon-controls" }, _B = /* @__PURE__ */ E2({
|
|
20436
20445
|
__name: "wt-search-bar",
|
|
20437
20446
|
props: {
|
|
20438
20447
|
v: {
|