@progress/kendo-vue-dateinputs 2.5.2-dev.202110121006 → 2.5.2-dev.202110150637

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.
@@ -211,7 +211,7 @@ var DateTimePicker = {
211
211
 
212
212
  var dateInputElement = this.dateInputElement();
213
213
  this._dateTimeSelector = this.$refs.dateTimeSelector;
214
- this._wrapper = this.$refs[this._anchor];
214
+ this._wrapper = this.v3 ? this.kendoAnchorRef : this.$refs[this._anchor];
215
215
  this._dateInput = this.v3 ? this.dateInputRef : this.$refs.dateInput;
216
216
 
217
217
  if (dateInputElement) {
@@ -222,7 +222,7 @@ var DateTimePicker = {
222
222
  updated: function updated() {
223
223
  var dateInputElement = this.dateInputElement();
224
224
  this._dateTimeSelector = this.$refs.dateTimeSelector;
225
- this._wrapper = this.$refs[this._anchor];
225
+ this._wrapper = this.v3 ? this.kendoAnchorRef : this.$refs[this._anchor];
226
226
 
227
227
  if (dateInputElement) {
228
228
  dateInputElement.setAttribute('aria-expanded', "" + this.computedShow);
@@ -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: 1634032896,
8
+ publishDate: 1634279548,
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
  };
@@ -219,7 +219,7 @@ var TimePicker = {
219
219
 
220
220
  this._dateInput = this.v3 ? this.dateInputRef : this.$refs.dateInput;
221
221
  this._timeSelector = this.$refs.timeSelector;
222
- this._wrapper = this.$refs[this._anchor];
222
+ this._wrapper = this.v3 ? this.kendoAnchorRef : this.$refs[this._anchor];
223
223
 
224
224
  if (this._dateInput && this._dateInput.element()) {
225
225
  this._dateInput.element().setAttribute('aria-haspopup', 'true');
@@ -230,7 +230,7 @@ var TimePicker = {
230
230
  updated: function updated() {
231
231
  this._dateInput = this.v3 ? this.dateInputRef : this.$refs.dateInput;
232
232
  this._timeSelector = this.$refs.timeSelector;
233
- this._wrapper = this.$refs[this._anchor];
233
+ this._wrapper = this.v3 ? this.kendoAnchorRef : this.$refs[this._anchor];
234
234
 
235
235
  if (this._dateInput && this._dateInput.element()) {
236
236
  this._dateInput.element().setAttribute('aria-expanded', "" + this.computedShow);
@@ -232,7 +232,7 @@ var DateTimePicker = {
232
232
 
233
233
  var dateInputElement = this.dateInputElement();
234
234
  this._dateTimeSelector = this.$refs.dateTimeSelector;
235
- this._wrapper = this.$refs[this._anchor];
235
+ this._wrapper = this.v3 ? this.kendoAnchorRef : this.$refs[this._anchor];
236
236
  this._dateInput = this.v3 ? this.dateInputRef : this.$refs.dateInput;
237
237
 
238
238
  if (dateInputElement) {
@@ -243,7 +243,7 @@ var DateTimePicker = {
243
243
  updated: function updated() {
244
244
  var dateInputElement = this.dateInputElement();
245
245
  this._dateTimeSelector = this.$refs.dateTimeSelector;
246
- this._wrapper = this.$refs[this._anchor];
246
+ this._wrapper = this.v3 ? this.kendoAnchorRef : this.$refs[this._anchor];
247
247
 
248
248
  if (dateInputElement) {
249
249
  dateInputElement.setAttribute('aria-expanded', "" + this.computedShow);
@@ -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: 1634032896,
11
+ publishDate: 1634279548,
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
  };
@@ -238,7 +238,7 @@ var TimePicker = {
238
238
 
239
239
  this._dateInput = this.v3 ? this.dateInputRef : this.$refs.dateInput;
240
240
  this._timeSelector = this.$refs.timeSelector;
241
- this._wrapper = this.$refs[this._anchor];
241
+ this._wrapper = this.v3 ? this.kendoAnchorRef : this.$refs[this._anchor];
242
242
 
243
243
  if (this._dateInput && this._dateInput.element()) {
244
244
  this._dateInput.element().setAttribute('aria-haspopup', 'true');
@@ -249,7 +249,7 @@ var TimePicker = {
249
249
  updated: function updated() {
250
250
  this._dateInput = this.v3 ? this.dateInputRef : this.$refs.dateInput;
251
251
  this._timeSelector = this.$refs.timeSelector;
252
- this._wrapper = this.$refs[this._anchor];
252
+ this._wrapper = this.v3 ? this.kendoAnchorRef : this.$refs[this._anchor];
253
253
 
254
254
  if (this._dateInput && this._dateInput.element()) {
255
255
  this._dateInput.element().setAttribute('aria-expanded', "" + this.computedShow);
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": "2.5.2-dev.202110121006",
4
+ "version": "2.5.2-dev.202110150637",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -46,16 +46,16 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "@progress/kendo-date-math": "1.5.1",
49
- "@progress/kendo-vue-buttons": "2.5.2-dev.202110121006",
50
- "@progress/kendo-vue-common": "2.5.2-dev.202110121006",
51
- "@progress/kendo-vue-labels": "2.5.2-dev.202110121006",
52
- "@progress/kendo-vue-popup": "2.5.2-dev.202110121006"
49
+ "@progress/kendo-vue-buttons": "2.5.2-dev.202110150637",
50
+ "@progress/kendo-vue-common": "2.5.2-dev.202110150637",
51
+ "@progress/kendo-vue-labels": "2.5.2-dev.202110150637",
52
+ "@progress/kendo-vue-popup": "2.5.2-dev.202110150637"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@progress/kendo-data-query": "^1.5.4",
56
56
  "@progress/kendo-licensing": "^1.1.0",
57
- "@progress/kendo-vue-dropdowns": "2.5.2-dev.202110121006",
58
- "@progress/kendo-vue-intl": "2.5.2-dev.202110121006"
57
+ "@progress/kendo-vue-dropdowns": "2.5.2-dev.202110150637",
58
+ "@progress/kendo-vue-intl": "2.5.2-dev.202110150637"
59
59
  },
60
60
  "author": "Progress",
61
61
  "license": "SEE LICENSE IN LICENSE.md",