@webitel/ui-sdk 25.8.31 → 25.8.32

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 (87) hide show
  1. package/dist/ui-sdk.css +1 -1
  2. package/dist/ui-sdk.js +6982 -7018
  3. package/dist/ui-sdk.umd.cjs +559 -559
  4. package/package.json +10 -1
  5. package/src/components/index.js +3 -0
  6. package/src/components/on-demand/wt-display-chip-items/wt-display-chip-items.vue +67 -0
  7. package/src/components/on-demand/wt-selection-popup/wt-selection-popup.vue +7 -10
  8. package/src/components/wt-app-header/wt-app-navigator.vue +7 -11
  9. package/src/components/wt-app-header/wt-header-actions.vue +8 -12
  10. package/src/components/wt-context-menu/wt-context-menu.vue +40 -36
  11. package/src/components/wt-copy-action/wt-copy-action.vue +7 -11
  12. package/src/components/wt-icon-action/wt-icon-action.vue +8 -12
  13. package/src/components/wt-label/wt-label.vue +2 -1
  14. package/src/components/wt-pagination/wt-pagination.vue +15 -22
  15. package/src/components/wt-popover/wt-popover.vue +36 -18
  16. package/src/components/wt-search-bar/wt-search-bar.vue +5 -9
  17. package/src/components/wt-select/wt-select.vue +16 -15
  18. package/src/components/wt-table-actions/wt-table-actions.vue +43 -55
  19. package/src/components/wt-table-column-select/wt-table-column-select.vue +6 -9
  20. package/src/locale/en/en.js +24 -3
  21. package/src/locale/es/es.js +23 -6
  22. package/src/locale/kz/kz.js +324 -294
  23. package/src/locale/pl/pl.js +23 -6
  24. package/src/locale/ro/ro.js +23 -6
  25. package/src/locale/ru/ru.js +28 -4
  26. package/src/locale/uk/uk.js +28 -4
  27. package/src/locale/uz/uz.js +23 -6
  28. package/src/locale/vi/vi.js +23 -6
  29. package/src/mixins/validationMixin/validationMixin.js +5 -3
  30. package/src/mixins/validationMixin/vuelidate/useVuelidateValidation.ts +5 -5
  31. package/src/modules/AuditForm/components/audit-form-question-write-wrapper.vue +12 -19
  32. package/src/modules/AuditForm/components/form-questions/options/audit-form-question-options-write-row.vue +7 -10
  33. package/src/utils/displayText.ts +3 -0
  34. package/src/utils/index.ts +1 -0
  35. package/src/validations/config/errors/customZodErrorsHandler.ts +19 -2
  36. package/types/components/index.d.ts +3 -1
  37. package/types/components/on-demand/wt-display-chip-items/wt-display-chip-items.vue.d.ts +38 -0
  38. package/types/components/on-demand/wt-navigation-menu/components/wt-navigation-menu.vue.d.ts +2 -2
  39. package/types/components/on-demand/wt-selection-popup/wt-selection-popup.vue.d.ts +2 -2
  40. package/types/components/wt-action-bar/WtActionBarActionsOrder.d.ts +2 -2
  41. package/types/components/wt-action-bar/wt-action-bar.vue.d.ts +15 -15
  42. package/types/components/wt-button-select/wt-button-select.vue.d.ts +2 -2
  43. package/types/components/wt-checkbox/wt-checkbox.vue.d.ts +5 -5
  44. package/types/components/wt-confirm-dialog/wt-confirm-dialog.vue.d.ts +2 -2
  45. package/types/components/wt-context-menu/wt-context-menu.vue.d.ts +4 -1
  46. package/types/components/wt-datepicker/wt-datepicker.vue.d.ts +2 -2
  47. package/types/components/wt-input/wt-input.vue.d.ts +2 -2
  48. package/types/components/wt-intersection-observer/wt-intersection-observer.vue.d.ts +2 -2
  49. package/types/components/wt-item-link/wt-item-link.vue.d.ts +2 -2
  50. package/types/components/wt-player/wt-player.vue.d.ts +3 -3
  51. package/types/components/wt-popover/wt-popover.vue.d.ts +32 -15
  52. package/types/components/wt-radio/wt-radio.vue.d.ts +6 -6
  53. package/types/components/wt-search-bar/wt-search-bar.vue.d.ts +6 -6
  54. package/types/components/wt-slider/wt-slider.vue.d.ts +2 -2
  55. package/types/components/wt-table/wt-table.vue.d.ts +1 -1
  56. package/types/components/wt-textarea/wt-textarea.vue.d.ts +2 -2
  57. package/types/components/wt-time-input/wt-time-input.vue.d.ts +1 -1
  58. package/types/components/wt-timepicker/wt-timepicker.vue.d.ts +2 -2
  59. package/types/components/wt-tooltip/_internals/wt-tooltip-floating.vue.d.ts +1 -1
  60. package/types/components/wt-tooltip/wt-tooltip.vue.d.ts +2 -2
  61. package/types/locale/en/en.d.ts +9 -3
  62. package/types/locale/es/es.d.ts +11 -5
  63. package/types/locale/i18n.d.ts +102 -36
  64. package/types/locale/index.d.ts +103 -37
  65. package/types/locale/kz/kz.d.ts +14 -0
  66. package/types/locale/pl/pl.d.ts +11 -5
  67. package/types/locale/ro/ro.d.ts +11 -5
  68. package/types/locale/ru/ru.d.ts +12 -4
  69. package/types/locale/uk/uk.d.ts +12 -4
  70. package/types/locale/uz/uz.d.ts +11 -5
  71. package/types/locale/vi/vi.d.ts +11 -5
  72. package/types/modules/Userinfo/api/userinfo.d.ts +1 -1
  73. package/types/modules/Userinfo/v2/api/UserinfoAPI.d.ts +1 -1
  74. package/types/scripts/caseConverters.d.ts +1 -1
  75. package/types/scripts/sortQueryAdapters.d.ts +1 -1
  76. package/types/utils/displayText.d.ts +2 -0
  77. package/types/utils/index.d.ts +1 -0
  78. package/types/api/history/index.d.ts +0 -2
  79. package/types/api/history/transcript/callTranscript.d.ts +0 -15
  80. package/types/components/wt-loader/_internals/wt-loader--md.vue.d.ts +0 -2
  81. package/types/components/wt-loader/_internals/wt-loader--sm.vue.d.ts +0 -16
  82. package/types/locale/ua/ua.d.ts +0 -911
  83. package/types/plugins/primevue/theme/semantic/color-scheme/color-schema.d.ts +0 -1189
  84. package/types/plugins/primevue/theme/semantic/color-scheme/dark-color.d.ts +0 -162
  85. package/types/plugins/primevue/theme/semantic/color-scheme/light-color.d.ts +0 -162
  86. package/types/plugins/primevue/theme/semantic/color-scheme/palette.d.ts +0 -435
  87. package/types/plugins/primevue/theme/semantic/semantic.d.ts +0 -5

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.