@webitel/ui-sdk 26.8.9 → 26.8.11

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.
Files changed (36) hide show
  1. package/dist/{components-BEEq6Fvq.js → components-BLEJ4Oo8.js} +12 -8
  2. package/dist/ui-sdk.css +1 -1
  3. package/dist/ui-sdk.js +3 -2
  4. package/dist/ui-sdk.umd.cjs +4 -3
  5. package/dist/{wt-chat-emoji-D9v1fWl2.js → wt-chat-emoji-_A9gvxUy.js} +1 -1
  6. package/dist/{wt-display-chip-items-DviuzYP0.js → wt-display-chip-items-CiUuothL.js} +1 -1
  7. package/dist/{wt-player-zWCh3Ozp.js → wt-player-xBVVmERg.js} +1 -1
  8. package/dist/{wt-send-message-popup-oYdzmm4y.js → wt-send-message-popup-ClhwtLh1.js} +1 -1
  9. package/dist/{wt-timepicker-Dj0y9-U_.js → wt-timepicker-Bmyt8-Tx.js} +1 -1
  10. package/dist/{wt-type-extension-value-input-wpaNQiRx.js → wt-type-extension-value-input-CnIycAjD.js} +1 -1
  11. package/dist/{wt-vidstack-player-DQH5QOAU.js → wt-vidstack-player-C9oh23wo.js} +1 -1
  12. package/package.json +1 -1
  13. package/src/components/wt-empty/wt-empty.vue +2 -0
  14. package/src/components/wt-input-number/wt-input-number.vue +2 -2
  15. package/src/components/wt-input-text/wt-input-text.vue +2 -2
  16. package/src/components/wt-multi-select/wt-multi-select.vue +2 -1
  17. package/src/components/wt-password/wt-password.vue +2 -2
  18. package/src/components/wt-player/wt-player.vue +4 -4
  19. package/src/components/wt-single-select/wt-single-select.vue +2 -1
  20. package/src/components/wt-time-input/wt-time-input.vue +2 -2
  21. package/src/components/wt-timepicker/wt-timepicker.vue +2 -3
  22. package/src/mixins/validationMixin/regle/WtRegleFieldValidation.ts +14 -0
  23. package/src/mixins/validationMixin/regle/useRegleValidation.ts +4 -2
  24. package/src/plugins/primevue/theme/components/tooltip/tooltip.js +2 -1
  25. package/types/.tsbuildinfo +1 -1
  26. package/types/components/wt-empty/wt-empty.vue.d.ts +2 -2
  27. package/types/components/wt-input-number/wt-input-number.vue.d.ts +3 -3
  28. package/types/components/wt-input-text/wt-input-text.vue.d.ts +3 -3
  29. package/types/components/wt-multi-select/wt-multi-select.vue.d.ts +2 -1
  30. package/types/components/wt-password/wt-password.vue.d.ts +3 -3
  31. package/types/components/wt-player/wt-player.vue.d.ts +4 -4
  32. package/types/components/wt-single-select/wt-single-select.vue.d.ts +2 -1
  33. package/types/components/wt-time-input/wt-time-input.vue.d.ts +5 -5
  34. package/types/components/wt-timepicker/wt-timepicker.vue.d.ts +3 -3
  35. package/types/mixins/validationMixin/regle/WtRegleFieldValidation.d.ts +10 -0
  36. package/types/mixins/validationMixin/regle/useRegleValidation.d.ts +3 -2
package/dist/ui-sdk.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { t as e } from "./generateInstance-C9d7J_TX.js";
2
2
  import { n as t } from "./wt-icon-DvONu3WD.js";
3
- import { S as n, _ as r, b as i, c as a, d as o, f as s, g as c, h as l, l as u, m as d, p as f, t as p, u as m, v as h, x as g, y as _ } from "./components-BEEq6Fvq.js";
3
+ import { S as n, _ as r, b as i, c as a, d as o, f as s, g as c, h as l, l as u, m as d, p as f, t as p, u as m, v as h, x as g, y as _ } from "./components-BLEJ4Oo8.js";
4
4
  import { i as v, l as y } from "./enums-De8CDKZ1.js";
5
5
  import { computed as b, reactive as x, shallowRef as S, watch as C } from "vue";
6
6
  import w from "primevue/autocomplete";
@@ -22655,7 +22655,8 @@ var W = {
22655
22655
  typo: K.Body2
22656
22656
  })}
22657
22657
  white-space: pre-line;
22658
- word-break: break-word;
22658
+ word-break: normal;
22659
+ overflow-wrap: break-word;
22659
22660
  background: ${e("tooltip.background")};
22660
22661
  color: ${e("tooltip.color")};
22661
22662
  padding: ${e("tooltip.padding")};