@webitel/ui-sdk 24.2.57 → 24.2.58

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": "24.2.57",
3
+ "version": "24.2.58",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -31,12 +31,12 @@
31
31
  :label="selectOptionLabel"
32
32
  :loading="false"
33
33
  :model-value="selectValue"
34
+ :multiple="multiple"
34
35
  :options="selectOptions"
35
36
  :placeholder="placeholder || label"
36
37
  :taggable="taggable"
37
38
  :track-by="trackBy"
38
39
  class="wt-tags-input__select"
39
- multiple
40
40
  v-bind="$attrs"
41
41
  v-on="listeners"
42
42
  >
@@ -138,6 +138,7 @@ export default {
138
138
  emits: ['input', 'tag', 'search-change', 'closed'],
139
139
  data: () => ({
140
140
  defaultOptionLabel: 'label',
141
+ multiple: true,
141
142
  }),
142
143
  methods: {
143
144
  getTagOptionLabel({ optionLabel, option }) {
@@ -1,5 +0,0 @@
1
- <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <circle cx="12" cy="12" r="10" fill="#D9D9D9"/>
3
- <path d="M11 6H8V18H11V6Z" fill="#312B41"/>
4
- <path d="M16 6H13V18H16V6Z" fill="#312B41"/>
5
- </svg>
@@ -1,7 +0,0 @@
1
- <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="24" height="24" fill="#F6F7F9"/>
3
- <rect x="2" y="2" width="9" height="9" fill="#EE4F2B"/>
4
- <rect x="13" y="2" width="9" height="9" fill="#84BE1F"/>
5
- <rect x="2" y="13" width="9" height="9" fill="#2BA8EE"/>
6
- <rect x="13" y="13" width="9" height="9" fill="#FCBB28"/>
7
- </svg>