@webitel/ui-sdk 26.6.35 → 26.6.37

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.js CHANGED
@@ -1,6 +1,6 @@
1
- import { t as e } from "./generateInstance-ppTIeLX4.js";
1
+ import { t as e } from "./generateInstance-BD4pC4PS.js";
2
2
  import { n as t } from "./wt-icon-pxO7IjwV.js";
3
- import { t as n } from "./components-B4aAS7wB.js";
3
+ import { t as n } from "./components-uwwlHgGa.js";
4
4
  import { c as r, i } from "./enums-pbYAJNeb.js";
5
5
  import { r as a, t as o } from "./dist-Dz55hlwp.js";
6
6
  import { Fragment as s, Teleport as c, Transition as l, createBlock as u, createCommentVNode as d, createElementBlock as f, createElementVNode as p, createSlots as m, createTextVNode as h, createVNode as g, getCurrentInstance as _, guardReactiveProps as v, mergeProps as y, nextTick as b, normalizeClass as x, normalizeProps as S, normalizeStyle as ee, onMounted as te, openBlock as C, reactive as ne, readonly as re, ref as ie, renderList as w, renderSlot as T, resolveComponent as E, resolveDirective as D, resolveDynamicComponent as O, shallowRef as ae, toDisplayString as k, toHandlers as oe, useId as se, watch as ce, withCtx as A, withDirectives as j, withKeys as le, withModifiers as ue } from "vue";
@@ -32736,6 +32736,7 @@ var Rb = Db.extend("tooltip", {
32736
32736
  hoverBorderColor: "{form.field.hover.border.color}",
32737
32737
  focusBorderColor: "{form.field.focus.border.color}",
32738
32738
  invalidBorderColor: "{form.field.invalid.border.color}",
32739
+ invalidHoverBorderColor: "{form.field.invalid.hover.border.color}",
32739
32740
  color: "{form.field.color}",
32740
32741
  disabledColor: "{form.field.disabled.color}",
32741
32742
  placeholderColor: "{form.field.placeholder.color}",
@@ -32779,6 +32780,7 @@ var Rb = Db.extend("tooltip", {
32779
32780
  hoverBorderColor: "{form.field.hover.border.color}",
32780
32781
  focusBorderColor: "{form.field.focus.border.color}",
32781
32782
  invalidBorderColor: "{form.field.invalid.border.color}",
32783
+ invalidHoverBorderColor: "{form.field.invalid.hover.border.color}",
32782
32784
  color: "{form.field.color}",
32783
32785
  disabledColor: "{form.field.disabled.color}",
32784
32786
  placeholderColor: "{form.field.placeholder.color}",
@@ -33014,6 +33016,7 @@ var Rb = Db.extend("tooltip", {
33014
33016
  hoverBorderColor: "{form.field.hover.border.color}",
33015
33017
  focusBorderColor: "{form.field.focus.border.color}",
33016
33018
  invalidBorderColor: "{form.field.invalid.border.color}",
33019
+ invalidHoverBorderColor: "{form.field.invalid.hover.border.color}",
33017
33020
  color: "{form.field.color}",
33018
33021
  disabledColor: "{form.field.disabled.color}",
33019
33022
  placeholderColor: "{form.field.placeholder.color}",
@@ -33058,6 +33061,7 @@ var Rb = Db.extend("tooltip", {
33058
33061
  hoverBorderColor: "{form.field.hover.border.color}",
33059
33062
  focusBorderColor: "{form.field.focus.border.color}",
33060
33063
  invalidBorderColor: "{form.field.invalid.border.color}",
33064
+ invalidHoverBorderColor: "{form.field.invalid.hover.border.color}",
33061
33065
  color: "{form.field.color}",
33062
33066
  disabledColor: "{form.field.disabled.color}",
33063
33067
  placeholderColor: "{form.field.placeholder.color}",
@@ -34266,6 +34270,10 @@ var Rb = Db.extend("tooltip", {
34266
34270
  .p-multiselect-chip-item {
34267
34271
  display: flex;
34268
34272
  }
34273
+
34274
+ .p-multiselect.p-invalid:not(.p-disabled):hover {
34275
+ border-color: ${e("multiselect.invalidHoverBorderColor")};
34276
+ }
34269
34277
  `
34270
34278
  }, nw = {
34271
34279
  ...vC.sizes,
@@ -34304,7 +34312,25 @@ var Rb = Db.extend("tooltip", {
34304
34312
  }, aw = {
34305
34313
  ...xC.sizes,
34306
34314
  colorScheme: xC.colorScheme,
34307
- css: ({ dt: e }) => "\n /* @author @HlukhovYe\n https://github.com/primefaces/primevue/issues/7820#issuecomment-3436544795\n only possible way to make dropdown width as select's\n */\n .p-select-overlay {\n width: 0;\n }\n\n .p-select-option-label {\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n "
34315
+ css: ({ dt: e }) => `
34316
+ /* @author @HlukhovYe
34317
+ https://github.com/primefaces/primevue/issues/7820#issuecomment-3436544795
34318
+ only possible way to make dropdown width as select's
34319
+ */
34320
+ .p-select-overlay {
34321
+ width: 0;
34322
+ }
34323
+
34324
+ .p-select-option-label {
34325
+ min-width: 0;
34326
+ overflow: hidden;
34327
+ text-overflow: ellipsis;
34328
+ }
34329
+
34330
+ .p-select.p-invalid:not(.p-disabled):hover {
34331
+ border-color: ${e("select.invalidHoverBorderColor")};
34332
+ }
34333
+ `
34308
34334
  }, ow = {
34309
34335
  root: SC.sizes,
34310
34336
  colorScheme: SC.colorScheme