@progress/kendo-vue-inputs 3.8.0 → 3.8.1-dev.202301190855

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.
@@ -204,10 +204,6 @@ var ColorGradientVue2 = {
204
204
  "class": "k-hsv-rectangle",
205
205
  style: {
206
206
  background: this.computedBgColor
207
- },
208
- ontouchstart: 'return false',
209
- attrs: this.v3 ? undefined : {
210
- ontouchstart: 'return false'
211
207
  }
212
208
  }, [
213
209
  // @ts-ignore function children
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-inputs',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1674028015,
8
+ publishDate: 1674117658,
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
  };
@@ -166,8 +166,7 @@ var RangeSliderVue2 = {
166
166
  id: id,
167
167
  dir: this.currentDir,
168
168
  "aria-labelledby": this.$props.ariaLabelledBy,
169
- "aria-describedby": this.$props.ariaDescribedBy,
170
- ontouchstart: 'return false'
169
+ "aria-describedby": this.$props.ariaDescribedBy
171
170
  },
172
171
  dir: this.currentDir,
173
172
  "class": classNames('k-widget k-slider', {
@@ -177,8 +176,7 @@ var RangeSliderVue2 = {
177
176
  'k-slider-horizontal': !this.$props.vertical
178
177
  }, this.$props.class),
179
178
  "aria-labelledby": this.$props.ariaLabelledBy,
180
- "aria-describedby": this.$props.ariaDescribedBy,
181
- ontouchstart: 'return false'
179
+ "aria-describedby": this.$props.ariaDescribedBy
182
180
  }, [
183
181
  // @ts-ignore function children
184
182
  h(Draggable, {
@@ -161,11 +161,7 @@ var SliderVue2 = {
161
161
  'k-slider-vertical': this.$props.vertical
162
162
  }, this.$props.className)
163
163
  }, [h("div", {
164
- "class": classNames('k-slider-wrap'),
165
- ontouchstart: 'return false',
166
- attrs: this.v3 ? undefined : {
167
- ontouchstart: 'return false'
168
- }
164
+ "class": classNames('k-slider-wrap')
169
165
  }, [this.$props.buttons &&
170
166
  // @ts-ignore
171
167
  h(Button, {
@@ -204,10 +204,6 @@ var ColorGradientVue2 = {
204
204
  "class": "k-hsv-rectangle",
205
205
  style: {
206
206
  background: this.computedBgColor
207
- },
208
- ontouchstart: 'return false',
209
- attrs: this.v3 ? undefined : {
210
- ontouchstart: 'return false'
211
207
  }
212
208
  }, [
213
209
  // @ts-ignore function children
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-inputs',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1674028015,
8
+ publishDate: 1674117658,
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
  };
@@ -166,8 +166,7 @@ var RangeSliderVue2 = {
166
166
  id: id,
167
167
  dir: this.currentDir,
168
168
  "aria-labelledby": this.$props.ariaLabelledBy,
169
- "aria-describedby": this.$props.ariaDescribedBy,
170
- ontouchstart: 'return false'
169
+ "aria-describedby": this.$props.ariaDescribedBy
171
170
  },
172
171
  dir: this.currentDir,
173
172
  "class": classNames('k-widget k-slider', {
@@ -177,8 +176,7 @@ var RangeSliderVue2 = {
177
176
  'k-slider-horizontal': !this.$props.vertical
178
177
  }, this.$props.class),
179
178
  "aria-labelledby": this.$props.ariaLabelledBy,
180
- "aria-describedby": this.$props.ariaDescribedBy,
181
- ontouchstart: 'return false'
179
+ "aria-describedby": this.$props.ariaDescribedBy
182
180
  }, [
183
181
  // @ts-ignore function children
184
182
  h(Draggable, {
@@ -161,11 +161,7 @@ var SliderVue2 = {
161
161
  'k-slider-vertical': this.$props.vertical
162
162
  }, this.$props.className)
163
163
  }, [h("div", {
164
- "class": classNames('k-slider-wrap'),
165
- ontouchstart: 'return false',
166
- attrs: this.v3 ? undefined : {
167
- ontouchstart: 'return false'
168
- }
164
+ "class": classNames('k-slider-wrap')
169
165
  }, [this.$props.buttons &&
170
166
  // @ts-ignore
171
167
  h(Button, {
@@ -210,10 +210,6 @@ var ColorGradientVue2 = {
210
210
  "class": "k-hsv-rectangle",
211
211
  style: {
212
212
  background: this.computedBgColor
213
- },
214
- ontouchstart: 'return false',
215
- attrs: this.v3 ? undefined : {
216
- ontouchstart: 'return false'
217
213
  }
218
214
  }, [
219
215
  // @ts-ignore function children
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-vue-inputs',
9
9
  productName: 'Kendo UI for Vue',
10
10
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
11
- publishDate: 1674028015,
11
+ publishDate: 1674117658,
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
  };
@@ -170,8 +170,7 @@ var RangeSliderVue2 = {
170
170
  id: id,
171
171
  dir: this.currentDir,
172
172
  "aria-labelledby": this.$props.ariaLabelledBy,
173
- "aria-describedby": this.$props.ariaDescribedBy,
174
- ontouchstart: 'return false'
173
+ "aria-describedby": this.$props.ariaDescribedBy
175
174
  },
176
175
  dir: this.currentDir,
177
176
  "class": (0, kendo_vue_common_1.classNames)('k-widget k-slider', {
@@ -181,8 +180,7 @@ var RangeSliderVue2 = {
181
180
  'k-slider-horizontal': !this.$props.vertical
182
181
  }, this.$props.class),
183
182
  "aria-labelledby": this.$props.ariaLabelledBy,
184
- "aria-describedby": this.$props.ariaDescribedBy,
185
- ontouchstart: 'return false'
183
+ "aria-describedby": this.$props.ariaDescribedBy
186
184
  }, [
187
185
  // @ts-ignore function children
188
186
  h(kendo_vue_common_1.Draggable, {
@@ -167,11 +167,7 @@ var SliderVue2 = {
167
167
  'k-slider-vertical': this.$props.vertical
168
168
  }, this.$props.className)
169
169
  }, [h("div", {
170
- "class": (0, kendo_vue_common_1.classNames)('k-slider-wrap'),
171
- ontouchstart: 'return false',
172
- attrs: this.v3 ? undefined : {
173
- ontouchstart: 'return false'
174
- }
170
+ "class": (0, kendo_vue_common_1.classNames)('k-slider-wrap')
175
171
  }, [this.$props.buttons &&
176
172
  // @ts-ignore
177
173
  h(kendo_vue_buttons_1.Button, {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-vue-inputs",
3
3
  "description": "Kendo UI for Vue Input package",
4
- "version": "3.8.0",
4
+ "version": "3.8.1-dev.202301190855",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -46,11 +46,11 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "@progress/kendo-inputs-common": "^3.1.0",
49
- "@progress/kendo-vue-buttons": "3.8.0",
50
- "@progress/kendo-vue-common": "3.8.0",
51
- "@progress/kendo-vue-dialogs": "3.8.0",
52
- "@progress/kendo-vue-labels": "3.8.0",
53
- "@progress/kendo-vue-popup": "3.8.0"
49
+ "@progress/kendo-vue-buttons": "3.8.1-dev.202301190855",
50
+ "@progress/kendo-vue-common": "3.8.1-dev.202301190855",
51
+ "@progress/kendo-vue-dialogs": "3.8.1-dev.202301190855",
52
+ "@progress/kendo-vue-labels": "3.8.1-dev.202301190855",
53
+ "@progress/kendo-vue-popup": "3.8.1-dev.202301190855"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@progress/kendo-data-query": "^1.5.5",
@@ -59,13 +59,13 @@
59
59
  "@progress/kendo-file-saver": "^1.1.1",
60
60
  "@progress/kendo-licensing": "^1.3.0",
61
61
  "@progress/kendo-svg-icons": "^1.0.0",
62
- "@progress/kendo-vue-buttons": "3.8.0",
63
- "@progress/kendo-vue-dropdowns": "3.8.0",
64
- "@progress/kendo-vue-form": "3.8.0",
65
- "@progress/kendo-vue-intl": "3.8.0",
66
- "@progress/kendo-vue-labels": "3.8.0",
67
- "@progress/kendo-vue-tooltip": "3.8.0",
68
- "@progress/kendo-vue-upload": "3.8.0",
62
+ "@progress/kendo-vue-buttons": "3.8.1-dev.202301190855",
63
+ "@progress/kendo-vue-dropdowns": "3.8.1-dev.202301190855",
64
+ "@progress/kendo-vue-form": "3.8.1-dev.202301190855",
65
+ "@progress/kendo-vue-intl": "3.8.1-dev.202301190855",
66
+ "@progress/kendo-vue-labels": "3.8.1-dev.202301190855",
67
+ "@progress/kendo-vue-tooltip": "3.8.1-dev.202301190855",
68
+ "@progress/kendo-vue-upload": "3.8.1-dev.202301190855",
69
69
  "cldr-core": "^41.0.0",
70
70
  "cldr-dates-full": "^41.0.0",
71
71
  "cldr-numbers-full": "^41.0.0"