@webitel/ui-sdk 2.0.14-3 → 2.0.15-2

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": "2.0.14-3",
3
+ "version": "2.0.15-2",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve-lib": "vue-cli-service serve",
@@ -19,7 +19,9 @@
19
19
  href="#"
20
20
  @click.prevent="handleOptionClick({ option, index, hide })"
21
21
  >
22
- {{ option.text || option }}
22
+ <slot name="option" v-bind="option">
23
+ {{ option.text || option }}
24
+ </slot>
23
25
  </a>
24
26
  </li>
25
27
  </ul>
@@ -45,6 +45,8 @@ export default {
45
45
  voice: 'Voice',
46
46
  format: 'Format',
47
47
  text: 'Text',
48
+ yes: 'Yes',
49
+ no: 'No',
48
50
  },
49
51
  // date-related texts
50
52
  date: {
@@ -44,6 +44,8 @@ export default {
44
44
  voice: 'Голос',
45
45
  format: 'Формат',
46
46
  text: 'Текст',
47
+ yes: 'Да',
48
+ no: 'Нет',
47
49
  },
48
50
  // date-related texts
49
51
  date: {
@@ -44,6 +44,8 @@ export default {
44
44
  voice: 'Голос',
45
45
  format: 'Формат',
46
46
  text: 'Текст',
47
+ yes: 'Так',
48
+ no: 'Ні',
47
49
  },
48
50
  // date-related texts
49
51
  date: {