@webitel/ui-sdk 3.0.3 → 3.0.4

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.0.3",
3
+ "version": "3.0.4",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve-lib": "vue-cli-service serve",
@@ -17,7 +17,7 @@
17
17
  monday-first
18
18
  @input="$emit('change', $event.getTime())"
19
19
  >
20
- <template slot="afterDateInput">
20
+ <template v-slot:afterDateInput>
21
21
  <wt-icon
22
22
  :color="disabled ? 'disabled' : 'default'"
23
23
  class="wt-datepicker__calendar-icon"
@@ -29,7 +29,7 @@
29
29
  icon="arrow-down"
30
30
  ></wt-icon>
31
31
  </template>
32
- <template slot="beforeCalendarHeader">
32
+ <template v-slot:beforeCalendarHeader>
33
33
  <wt-icon
34
34
  class="wt-datepicker__month-arrow wt-datepicker__month-arrow--left"
35
35
  icon="arrow-left"
@@ -94,7 +94,7 @@
94
94
  </div>
95
95
  </template>
96
96
 
97
- <template v-if="showIntersectionObserver" slot="afterList">
97
+ <template v-if="showIntersectionObserver" v-slot:afterList>
98
98
  <div v-observe-visibility="handleAfterListIntersect"></div>
99
99
  </template>
100
100
  </vue-multiselect>
@@ -14,10 +14,10 @@
14
14
  class="wt-table-column-select__popup"
15
15
  @close="close"
16
16
  >
17
- <template slot="title">
17
+ <template v-slot:title>
18
18
  {{ $t('webitelUI.tableColumnSelect.title') }}
19
19
  </template>
20
- <template slot="main">
20
+ <template v-slot:main>
21
21
  <ul class="wt-table-column-select__popup__list">
22
22
  <li
23
23
  v-for="(col, key) of changeableDraft"
@@ -29,7 +29,7 @@
29
29
  </li>
30
30
  </ul>
31
31
  </template>
32
- <template slot="actions">
32
+ <template v-slot:actions>
33
33
  <wt-button
34
34
  @click="setShownColumns"
35
35
  >{{ $t('reusable.add') }}