@progress/kendo-vue-scrollview 3.12.0 → 3.12.1-dev.202308170413
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/dist/cdn/js/kendo-vue-scrollview.js +1 -1
- package/dist/es/ScrollView.js +2 -2
- package/dist/es/package-metadata.js +1 -1
- package/dist/esm/ScrollView.js +2 -2
- package/dist/esm/package-metadata.js +1 -1
- package/dist/npm/ScrollView.js +2 -2
- package/dist/npm/package-metadata.js +1 -1
- package/package.json +6 -6
package/dist/es/ScrollView.js
CHANGED
|
@@ -151,7 +151,7 @@ var ScrollViewVue2 = {
|
|
|
151
151
|
ref: setRef(this, 'wrapElement')
|
|
152
152
|
}, [allContent]), h("div", {
|
|
153
153
|
"class": "k-scrollview-elements"
|
|
154
|
-
}, [arrows && [this.displayLeftArrow && h("
|
|
154
|
+
}, [arrows && [this.displayLeftArrow && h("span", {
|
|
155
155
|
"class": "k-scrollview-prev",
|
|
156
156
|
"aria-label": "previous",
|
|
157
157
|
attrs: this.v3 ? undefined : {
|
|
@@ -170,7 +170,7 @@ var ScrollViewVue2 = {
|
|
|
170
170
|
},
|
|
171
171
|
icon: this.isRtl ? chevronRightIcon : chevronLeftIcon,
|
|
172
172
|
size: 'xxxlarge'
|
|
173
|
-
})]), this.displayRightArrow && h("
|
|
173
|
+
})]), this.displayRightArrow && h("span", {
|
|
174
174
|
"class": "k-scrollview-next",
|
|
175
175
|
"aria-label": "next",
|
|
176
176
|
attrs: this.v3 ? undefined : {
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-vue-scrollview',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1692245402,
|
|
9
9
|
version: '',
|
|
10
10
|
licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
|
|
11
11
|
};
|
package/dist/esm/ScrollView.js
CHANGED
|
@@ -151,7 +151,7 @@ var ScrollViewVue2 = {
|
|
|
151
151
|
ref: setRef(this, 'wrapElement')
|
|
152
152
|
}, [allContent]), h("div", {
|
|
153
153
|
"class": "k-scrollview-elements"
|
|
154
|
-
}, [arrows && [this.displayLeftArrow && h("
|
|
154
|
+
}, [arrows && [this.displayLeftArrow && h("span", {
|
|
155
155
|
"class": "k-scrollview-prev",
|
|
156
156
|
"aria-label": "previous",
|
|
157
157
|
attrs: this.v3 ? undefined : {
|
|
@@ -170,7 +170,7 @@ var ScrollViewVue2 = {
|
|
|
170
170
|
},
|
|
171
171
|
icon: this.isRtl ? chevronRightIcon : chevronLeftIcon,
|
|
172
172
|
size: 'xxxlarge'
|
|
173
|
-
})]), this.displayRightArrow && h("
|
|
173
|
+
})]), this.displayRightArrow && h("span", {
|
|
174
174
|
"class": "k-scrollview-next",
|
|
175
175
|
"aria-label": "next",
|
|
176
176
|
attrs: this.v3 ? undefined : {
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-vue-scrollview',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1692245402,
|
|
9
9
|
version: '',
|
|
10
10
|
licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
|
|
11
11
|
};
|
package/dist/npm/ScrollView.js
CHANGED
|
@@ -157,7 +157,7 @@ var ScrollViewVue2 = {
|
|
|
157
157
|
ref: (0, kendo_vue_common_1.setRef)(this, 'wrapElement')
|
|
158
158
|
}, [allContent]), h("div", {
|
|
159
159
|
"class": "k-scrollview-elements"
|
|
160
|
-
}, [arrows && [this.displayLeftArrow && h("
|
|
160
|
+
}, [arrows && [this.displayLeftArrow && h("span", {
|
|
161
161
|
"class": "k-scrollview-prev",
|
|
162
162
|
"aria-label": "previous",
|
|
163
163
|
attrs: this.v3 ? undefined : {
|
|
@@ -176,7 +176,7 @@ var ScrollViewVue2 = {
|
|
|
176
176
|
},
|
|
177
177
|
icon: this.isRtl ? kendo_svg_icons_1.chevronRightIcon : kendo_svg_icons_1.chevronLeftIcon,
|
|
178
178
|
size: 'xxxlarge'
|
|
179
|
-
})]), this.displayRightArrow && h("
|
|
179
|
+
})]), this.displayRightArrow && h("span", {
|
|
180
180
|
"class": "k-scrollview-next",
|
|
181
181
|
"aria-label": "next",
|
|
182
182
|
attrs: this.v3 ? undefined : {
|
|
@@ -8,7 +8,7 @@ exports.packageMetadata = {
|
|
|
8
8
|
name: '@progress/kendo-vue-scrollview',
|
|
9
9
|
productName: 'Kendo UI for Vue',
|
|
10
10
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
11
|
-
publishDate:
|
|
11
|
+
publishDate: 1692245402,
|
|
12
12
|
version: '',
|
|
13
13
|
licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
|
|
14
14
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-vue-scrollview",
|
|
3
3
|
"description": "Kendo UI for Vue ScrollView package",
|
|
4
|
-
"version": "3.12.
|
|
4
|
+
"version": "3.12.1-dev.202308170413",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/telerik/kendo-vue.git"
|
|
@@ -43,13 +43,13 @@
|
|
|
43
43
|
"@progress/kendo-drawing": "^1.8.0",
|
|
44
44
|
"@progress/kendo-licensing": "^1.3.0",
|
|
45
45
|
"@progress/kendo-svg-icons": "^1.0.0",
|
|
46
|
-
"@progress/kendo-vue-animation": "3.12.
|
|
47
|
-
"@progress/kendo-vue-buttons": "3.12.
|
|
48
|
-
"@progress/kendo-vue-inputs": "3.12.
|
|
49
|
-
"@progress/kendo-vue-intl": "3.12.
|
|
46
|
+
"@progress/kendo-vue-animation": "3.12.1-dev.202308170413",
|
|
47
|
+
"@progress/kendo-vue-buttons": "3.12.1-dev.202308170413",
|
|
48
|
+
"@progress/kendo-vue-inputs": "3.12.1-dev.202308170413",
|
|
49
|
+
"@progress/kendo-vue-intl": "3.12.1-dev.202308170413"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@progress/kendo-vue-common": "3.12.
|
|
52
|
+
"@progress/kendo-vue-common": "3.12.1-dev.202308170413"
|
|
53
53
|
},
|
|
54
54
|
"@progress": {
|
|
55
55
|
"friendlyName": "ScrollView",
|