@progress/kendo-vue-dateinputs 3.13.0-dev.202308171358 → 3.13.0-dev.202308240911

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.
@@ -341,7 +341,7 @@ var DateTimePickerVue2 = {
341
341
  validationMessage: validationMessage,
342
342
  validityStyles: validityStyles,
343
343
  value: this.computedValue,
344
- ariaHasPopup: 'grid',
344
+ ariaHasPopup: 'dialog',
345
345
  ariaExpanded: this.computedShow,
346
346
  ariaRole: "combobox",
347
347
  ariaControls: this._popupId
@@ -372,7 +372,7 @@ var DateTimePickerVue2 = {
372
372
  validationMessage: validationMessage,
373
373
  validityStyles: validityStyles,
374
374
  value: this.computedValue,
375
- ariaHasPopup: 'grid',
375
+ ariaHasPopup: 'dialog',
376
376
  ariaExpanded: this.computedShow,
377
377
  ariaRole: "combobox",
378
378
  ariaControls: this._popupId
@@ -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: 1692280137,
8
+ publishDate: 1692867859,
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
  };
@@ -341,7 +341,7 @@ var DateTimePickerVue2 = {
341
341
  validationMessage: validationMessage,
342
342
  validityStyles: validityStyles,
343
343
  value: this.computedValue,
344
- ariaHasPopup: 'grid',
344
+ ariaHasPopup: 'dialog',
345
345
  ariaExpanded: this.computedShow,
346
346
  ariaRole: "combobox",
347
347
  ariaControls: this._popupId
@@ -372,7 +372,7 @@ var DateTimePickerVue2 = {
372
372
  validationMessage: validationMessage,
373
373
  validityStyles: validityStyles,
374
374
  value: this.computedValue,
375
- ariaHasPopup: 'grid',
375
+ ariaHasPopup: 'dialog',
376
376
  ariaExpanded: this.computedShow,
377
377
  ariaRole: "combobox",
378
378
  ariaControls: this._popupId
@@ -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: 1692280137,
8
+ publishDate: 1692867859,
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
  };
@@ -347,7 +347,7 @@ var DateTimePickerVue2 = {
347
347
  validationMessage: validationMessage,
348
348
  validityStyles: validityStyles,
349
349
  value: this.computedValue,
350
- ariaHasPopup: 'grid',
350
+ ariaHasPopup: 'dialog',
351
351
  ariaExpanded: this.computedShow,
352
352
  ariaRole: "combobox",
353
353
  ariaControls: this._popupId
@@ -378,7 +378,7 @@ var DateTimePickerVue2 = {
378
378
  validationMessage: validationMessage,
379
379
  validityStyles: validityStyles,
380
380
  value: this.computedValue,
381
- ariaHasPopup: 'grid',
381
+ ariaHasPopup: 'dialog',
382
382
  ariaExpanded: this.computedShow,
383
383
  ariaRole: "combobox",
384
384
  ariaControls: this._popupId
@@ -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: 1692280137,
11
+ publishDate: 1692867859,
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": "3.13.0-dev.202308171358",
4
+ "version": "3.13.0-dev.202308240911",
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.1",
57
- "@progress/kendo-vue-buttons": "3.13.0-dev.202308171358",
58
- "@progress/kendo-vue-common": "3.13.0-dev.202308171358",
59
- "@progress/kendo-vue-labels": "3.13.0-dev.202308171358",
60
- "@progress/kendo-vue-popup": "3.13.0-dev.202308171358"
57
+ "@progress/kendo-vue-buttons": "3.13.0-dev.202308240911",
58
+ "@progress/kendo-vue-common": "3.13.0-dev.202308240911",
59
+ "@progress/kendo-vue-labels": "3.13.0-dev.202308240911",
60
+ "@progress/kendo-vue-popup": "3.13.0-dev.202308240911"
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": "^1.0.0",
66
- "@progress/kendo-vue-dropdowns": "3.13.0-dev.202308171358",
67
- "@progress/kendo-vue-intl": "3.13.0-dev.202308171358"
66
+ "@progress/kendo-vue-dropdowns": "3.13.0-dev.202308240911",
67
+ "@progress/kendo-vue-intl": "3.13.0-dev.202308240911"
68
68
  },
69
69
  "author": "Progress",
70
70
  "license": "SEE LICENSE IN LICENSE.md",