@progress/kendo-vue-dateinputs 4.3.1-dev.202402051124 → 4.3.1-dev.202402201046

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.
@@ -275,9 +275,9 @@ var DateRangePickerVue2 = {
275
275
  } : 'startDateInput',
276
276
  attrs: this.v3 ? undefined : startSettings
277
277
  }, startSettings), {
278
- onChange: this.handleEndChange,
278
+ onChange: this.handleStartChange,
279
279
  on: this.v3 ? undefined : {
280
- 'change': this.handleEndChange
280
+ 'change': this.handleStartChange
281
281
  }
282
282
  }));
283
283
  var startDateInputRendering = getTemplate.call(this, {
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-dateinputs',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1707131889,
8
+ publishDate: 1708425598,
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
  };
@@ -275,9 +275,9 @@ var DateRangePickerVue2 = {
275
275
  } : 'startDateInput',
276
276
  attrs: this.v3 ? undefined : startSettings
277
277
  }, startSettings), {
278
- onChange: this.handleEndChange,
278
+ onChange: this.handleStartChange,
279
279
  on: this.v3 ? undefined : {
280
- 'change': this.handleEndChange
280
+ 'change': this.handleStartChange
281
281
  }
282
282
  }));
283
283
  var startDateInputRendering = getTemplate.call(this, {
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-dateinputs',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1707131889,
8
+ publishDate: 1708425598,
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
  };
@@ -281,9 +281,9 @@ var DateRangePickerVue2 = {
281
281
  } : 'startDateInput',
282
282
  attrs: this.v3 ? undefined : startSettings
283
283
  }, startSettings), {
284
- onChange: this.handleEndChange,
284
+ onChange: this.handleStartChange,
285
285
  on: this.v3 ? undefined : {
286
- 'change': this.handleEndChange
286
+ 'change': this.handleStartChange
287
287
  }
288
288
  }));
289
289
  var startDateInputRendering = kendo_vue_common_2.getTemplate.call(this, {
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-vue-dateinputs',
9
9
  productName: 'Kendo UI for Vue',
10
10
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
11
- publishDate: 1707131889,
11
+ publishDate: 1708425598,
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-dateinputs",
3
3
  "description": "Kendo UI for Vue Date Inputs package",
4
- "version": "4.3.1-dev.202402051124",
4
+ "version": "4.3.1-dev.202402201046",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -54,17 +54,17 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@progress/kendo-date-math": "1.5.12",
57
- "@progress/kendo-vue-buttons": "4.3.1-dev.202402051124",
58
- "@progress/kendo-vue-common": "4.3.1-dev.202402051124",
59
- "@progress/kendo-vue-labels": "4.3.1-dev.202402051124",
60
- "@progress/kendo-vue-popup": "4.3.1-dev.202402051124"
57
+ "@progress/kendo-vue-buttons": "4.3.1-dev.202402201046",
58
+ "@progress/kendo-vue-common": "4.3.1-dev.202402201046",
59
+ "@progress/kendo-vue-labels": "4.3.1-dev.202402201046",
60
+ "@progress/kendo-vue-popup": "4.3.1-dev.202402201046"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@progress/kendo-data-query": "^1.5.4",
64
64
  "@progress/kendo-licensing": "^1.3.0",
65
65
  "@progress/kendo-svg-icons": "^2.0.0",
66
- "@progress/kendo-vue-dropdowns": "4.3.1-dev.202402051124",
67
- "@progress/kendo-vue-intl": "4.3.1-dev.202402051124"
66
+ "@progress/kendo-vue-dropdowns": "4.3.1-dev.202402201046",
67
+ "@progress/kendo-vue-intl": "4.3.1-dev.202402201046"
68
68
  },
69
69
  "author": "Progress",
70
70
  "license": "SEE LICENSE IN LICENSE.md",