@webitel/ui-sdk 3.1.15 → 3.1.16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "3.1.15",
3
+ "version": "3.1.16",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve-lib": "vue-cli-service serve",
@@ -35,6 +35,7 @@
35
35
  :label="$t('webitelUI.auditForm.question')"
36
36
  :v="v.question.question"
37
37
  required
38
+ prevent-trim
38
39
  @input="updateQuestion({ path: 'question', value: $event })"
39
40
  ></wt-input>
40
41
  <wt-select