@progress/kendo-vue-dateinputs 3.1.3 → 3.1.5-dev.202204110939

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.
@@ -162,7 +162,7 @@ var MonthViewService = /** @class */ (function () {
162
162
  return cellDate;
163
163
  };
164
164
  MonthViewService.prototype.wideMonthNames = function () {
165
- return this.intl.dateFormatNames({ nameType: 'wide', type: 'months' });
165
+ return this.intl.dateFormatNames({ nameType: 'wide', type: 'months', standAlone: true });
166
166
  };
167
167
  return MonthViewService;
168
168
  }());
@@ -441,7 +441,8 @@ var DatePicker = {
441
441
  tabIndex: -1,
442
442
  icon: "calendar",
443
443
  title: provideLocalizationService(this).toLanguageString(toggleCalendar, messages[toggleCalendar]),
444
- "aria-label": provideLocalizationService(this).toLanguageString(toggleCalendar, messages[toggleCalendar])
444
+ "aria-label": provideLocalizationService(this).toLanguageString(toggleCalendar, messages[toggleCalendar]),
445
+ rounded: null
445
446
  },
446
447
  icon: "calendar",
447
448
  onMousedown: this.handleIconMouseDown,
@@ -452,6 +453,7 @@ var DatePicker = {
452
453
  onClick: this.handleIconClick,
453
454
  title: provideLocalizationService(this).toLanguageString(toggleCalendar, messages[toggleCalendar]),
454
455
  "aria-label": provideLocalizationService(this).toLanguageString(toggleCalendar, messages[toggleCalendar]),
456
+ rounded: null,
455
457
  "class": "k-input-button"
456
458
  });
457
459
  var toggleButtonRendering = getTemplate.call(this, {
@@ -606,7 +608,7 @@ var DatePicker = {
606
608
  "aria-expanded": this.computedShow
607
609
  },
608
610
  "aria-expanded": this.computedShow,
609
- "class": classNames('k-input', 'k-datepicker', (_a = {}, _a["k-input-" + (kendoThemeMaps.sizeMap[size] || size)] = size, _a["k-input-" + fillMode] = fillMode, _a["k-rounded-" + (kendoThemeMaps.roundedMap[rounded] || rounded)] = rounded, _a['k-valid'] = isValid, _a['k-invalid'] = !isValid, _a['k-required'] = this.required, _a['k-disabled'] = this.$props.disabled, _a['k-focus'] = this.$data.isFocused, _a)),
611
+ "class": classNames('k-input', 'k-datepicker', (_a = {}, _a["k-input-" + (kendoThemeMaps.sizeMap[size] || size)] = size, _a["k-input-" + fillMode] = fillMode, _a["k-rounded-" + (kendoThemeMaps.roundedMap[rounded] || rounded)] = rounded, _a['k-invalid'] = !isValid, _a['k-required'] = this.required, _a['k-disabled'] = this.$props.disabled, _a['k-focus'] = this.$data.isFocused, _a)),
610
612
  onKeydown: this.handleKeyDown,
611
613
  on: this.v3 ? undefined : {
612
614
  "keydown": this.handleKeyDown,
@@ -467,7 +467,7 @@ var DateTimePicker = {
467
467
  defaultSlots: dataTimeSelector
468
468
  });
469
469
  var dateTimePicker = h("div", {
470
- "class": classNames('k-input', 'k-datetimepicker', (_a = {}, _a["k-input-" + (kendoThemeMaps.sizeMap[size] || size)] = size, _a["k-input-" + fillMode] = fillMode, _a["k-rounded-" + (kendoThemeMaps.roundedMap[rounded] || rounded)] = rounded, _a['k-valid'] = isValid, _a['k-invalid'] = !isValid, _a['k-required'] = this.required, _a['k-disabled'] = this.$props.disabled, _a['k-focus'] = this.isFocused, _a)),
470
+ "class": classNames('k-input', 'k-datetimepicker', (_a = {}, _a["k-input-" + (kendoThemeMaps.sizeMap[size] || size)] = size, _a["k-input-" + fillMode] = fillMode, _a["k-rounded-" + (kendoThemeMaps.roundedMap[rounded] || rounded)] = rounded, _a['k-invalid'] = !isValid, _a['k-required'] = this.required, _a['k-disabled'] = this.$props.disabled, _a['k-focus'] = this.isFocused, _a)),
471
471
  ref: this.v3 ? function (el) {
472
472
  _this.kendoAnchorRef = el;
473
473
  } : this._anchor,
@@ -490,6 +490,7 @@ var DateTimePicker = {
490
490
  tabIndex: -1,
491
491
  icon: 'calendar',
492
492
  title: provideLocalizationService(this).toLanguageString(toggleDateTimeSelector, messages[toggleDateTimeSelector]),
493
+ rounded: null,
493
494
  "aria-controls": this._popupId,
494
495
  "aria-label": provideLocalizationService(this).toLanguageString(toggleDateTimeSelector, messages[toggleDateTimeSelector])
495
496
  },
@@ -502,6 +503,7 @@ var DateTimePicker = {
502
503
  },
503
504
  onClick: this.handleDateIconClick,
504
505
  title: provideLocalizationService(this).toLanguageString(toggleDateTimeSelector, messages[toggleDateTimeSelector]),
506
+ rounded: null,
505
507
  "class": "k-input-button",
506
508
  "aria-controls": this._popupId,
507
509
  "aria-label": provideLocalizationService(this).toLanguageString(toggleDateTimeSelector, messages[toggleDateTimeSelector])
@@ -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: 1648787956,
8
+ publishDate: 1649669610,
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
  };
@@ -467,7 +467,7 @@ var TimePicker = {
467
467
  defaultSlots: timeSelector
468
468
  });
469
469
  var timePicker = h("div", {
470
- "class": classNames('k-input', 'k-timepicker', (_a = {}, _a["k-input-" + (kendoThemeMaps.sizeMap[size] || size)] = size, _a["k-input-" + fillMode] = fillMode, _a["k-rounded-" + (kendoThemeMaps.roundedMap[rounded] || rounded)] = rounded, _a['k-valid'] = isValid, _a['k-invalid'] = !isValid, _a['k-required'] = this.required, _a['k-disabled'] = this.$props.disabled, _a['k-focus'] = this.isFocused, _a)),
470
+ "class": classNames('k-input', 'k-timepicker', (_a = {}, _a["k-input-" + (kendoThemeMaps.sizeMap[size] || size)] = size, _a["k-input-" + fillMode] = fillMode, _a["k-rounded-" + (kendoThemeMaps.roundedMap[rounded] || rounded)] = rounded, _a['k-invalid'] = !isValid, _a['k-required'] = this.required, _a['k-disabled'] = this.$props.disabled, _a['k-focus'] = this.isFocused, _a)),
471
471
  onKeydown: this.handleKeyDown,
472
472
  on: this.v3 ? undefined : {
473
473
  "keydown": this.handleKeyDown,
@@ -490,6 +490,7 @@ var TimePicker = {
490
490
  tabIndex: -1,
491
491
  icon: 'clock',
492
492
  title: toggleTimeMessage,
493
+ rounded: null,
493
494
  "aria-controls": this._popupId,
494
495
  "aria-label": toggleClockMessage
495
496
  },
@@ -502,6 +503,7 @@ var TimePicker = {
502
503
  },
503
504
  onClick: this.handleIconClick,
504
505
  title: toggleTimeMessage,
506
+ rounded: null,
505
507
  "class": "k-input-button",
506
508
  "aria-controls": this._popupId,
507
509
  "aria-label": toggleClockMessage
@@ -165,7 +165,7 @@ var MonthViewService = /** @class */ (function () {
165
165
  return cellDate;
166
166
  };
167
167
  MonthViewService.prototype.wideMonthNames = function () {
168
- return this.intl.dateFormatNames({ nameType: 'wide', type: 'months' });
168
+ return this.intl.dateFormatNames({ nameType: 'wide', type: 'months', standAlone: true });
169
169
  };
170
170
  return MonthViewService;
171
171
  }());
@@ -461,7 +461,8 @@ var DatePicker = {
461
461
  tabIndex: -1,
462
462
  icon: "calendar",
463
463
  title: kendo_vue_intl_1.provideLocalizationService(this).toLanguageString(messages_1.toggleCalendar, messages_1.messages[messages_1.toggleCalendar]),
464
- "aria-label": kendo_vue_intl_1.provideLocalizationService(this).toLanguageString(messages_1.toggleCalendar, messages_1.messages[messages_1.toggleCalendar])
464
+ "aria-label": kendo_vue_intl_1.provideLocalizationService(this).toLanguageString(messages_1.toggleCalendar, messages_1.messages[messages_1.toggleCalendar]),
465
+ rounded: null
465
466
  },
466
467
  icon: "calendar",
467
468
  onMousedown: this.handleIconMouseDown,
@@ -472,6 +473,7 @@ var DatePicker = {
472
473
  onClick: this.handleIconClick,
473
474
  title: kendo_vue_intl_1.provideLocalizationService(this).toLanguageString(messages_1.toggleCalendar, messages_1.messages[messages_1.toggleCalendar]),
474
475
  "aria-label": kendo_vue_intl_1.provideLocalizationService(this).toLanguageString(messages_1.toggleCalendar, messages_1.messages[messages_1.toggleCalendar]),
476
+ rounded: null,
475
477
  "class": "k-input-button"
476
478
  });
477
479
  var toggleButtonRendering = kendo_vue_common_1.getTemplate.call(this, {
@@ -626,7 +628,7 @@ var DatePicker = {
626
628
  "aria-expanded": this.computedShow
627
629
  },
628
630
  "aria-expanded": this.computedShow,
629
- "class": kendo_vue_common_1.classNames('k-input', 'k-datepicker', (_a = {}, _a["k-input-" + (kendo_vue_common_1.kendoThemeMaps.sizeMap[size] || size)] = size, _a["k-input-" + fillMode] = fillMode, _a["k-rounded-" + (kendo_vue_common_1.kendoThemeMaps.roundedMap[rounded] || rounded)] = rounded, _a['k-valid'] = isValid, _a['k-invalid'] = !isValid, _a['k-required'] = this.required, _a['k-disabled'] = this.$props.disabled, _a['k-focus'] = this.$data.isFocused, _a)),
631
+ "class": kendo_vue_common_1.classNames('k-input', 'k-datepicker', (_a = {}, _a["k-input-" + (kendo_vue_common_1.kendoThemeMaps.sizeMap[size] || size)] = size, _a["k-input-" + fillMode] = fillMode, _a["k-rounded-" + (kendo_vue_common_1.kendoThemeMaps.roundedMap[rounded] || rounded)] = rounded, _a['k-invalid'] = !isValid, _a['k-required'] = this.required, _a['k-disabled'] = this.$props.disabled, _a['k-focus'] = this.$data.isFocused, _a)),
630
632
  onKeydown: this.handleKeyDown,
631
633
  on: this.v3 ? undefined : {
632
634
  "keydown": this.handleKeyDown,
@@ -489,7 +489,7 @@ var DateTimePicker = {
489
489
  defaultSlots: dataTimeSelector
490
490
  });
491
491
  var dateTimePicker = h("div", {
492
- "class": kendo_vue_common_1.classNames('k-input', 'k-datetimepicker', (_a = {}, _a["k-input-" + (kendo_vue_common_1.kendoThemeMaps.sizeMap[size] || size)] = size, _a["k-input-" + fillMode] = fillMode, _a["k-rounded-" + (kendo_vue_common_1.kendoThemeMaps.roundedMap[rounded] || rounded)] = rounded, _a['k-valid'] = isValid, _a['k-invalid'] = !isValid, _a['k-required'] = this.required, _a['k-disabled'] = this.$props.disabled, _a['k-focus'] = this.isFocused, _a)),
492
+ "class": kendo_vue_common_1.classNames('k-input', 'k-datetimepicker', (_a = {}, _a["k-input-" + (kendo_vue_common_1.kendoThemeMaps.sizeMap[size] || size)] = size, _a["k-input-" + fillMode] = fillMode, _a["k-rounded-" + (kendo_vue_common_1.kendoThemeMaps.roundedMap[rounded] || rounded)] = rounded, _a['k-invalid'] = !isValid, _a['k-required'] = this.required, _a['k-disabled'] = this.$props.disabled, _a['k-focus'] = this.isFocused, _a)),
493
493
  ref: this.v3 ? function (el) {
494
494
  _this.kendoAnchorRef = el;
495
495
  } : this._anchor,
@@ -512,6 +512,7 @@ var DateTimePicker = {
512
512
  tabIndex: -1,
513
513
  icon: 'calendar',
514
514
  title: kendo_vue_intl_1.provideLocalizationService(this).toLanguageString(messages_1.toggleDateTimeSelector, messages_1.messages[messages_1.toggleDateTimeSelector]),
515
+ rounded: null,
515
516
  "aria-controls": this._popupId,
516
517
  "aria-label": kendo_vue_intl_1.provideLocalizationService(this).toLanguageString(messages_1.toggleDateTimeSelector, messages_1.messages[messages_1.toggleDateTimeSelector])
517
518
  },
@@ -524,6 +525,7 @@ var DateTimePicker = {
524
525
  },
525
526
  onClick: this.handleDateIconClick,
526
527
  title: kendo_vue_intl_1.provideLocalizationService(this).toLanguageString(messages_1.toggleDateTimeSelector, messages_1.messages[messages_1.toggleDateTimeSelector]),
528
+ rounded: null,
527
529
  "class": "k-input-button",
528
530
  "aria-controls": this._popupId,
529
531
  "aria-label": kendo_vue_intl_1.provideLocalizationService(this).toLanguageString(messages_1.toggleDateTimeSelector, messages_1.messages[messages_1.toggleDateTimeSelector])
@@ -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: 1648787956,
11
+ publishDate: 1649669610,
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
  };
@@ -487,7 +487,7 @@ var TimePicker = {
487
487
  defaultSlots: timeSelector
488
488
  });
489
489
  var timePicker = h("div", {
490
- "class": kendo_vue_common_1.classNames('k-input', 'k-timepicker', (_a = {}, _a["k-input-" + (kendo_vue_common_1.kendoThemeMaps.sizeMap[size] || size)] = size, _a["k-input-" + fillMode] = fillMode, _a["k-rounded-" + (kendo_vue_common_1.kendoThemeMaps.roundedMap[rounded] || rounded)] = rounded, _a['k-valid'] = isValid, _a['k-invalid'] = !isValid, _a['k-required'] = this.required, _a['k-disabled'] = this.$props.disabled, _a['k-focus'] = this.isFocused, _a)),
490
+ "class": kendo_vue_common_1.classNames('k-input', 'k-timepicker', (_a = {}, _a["k-input-" + (kendo_vue_common_1.kendoThemeMaps.sizeMap[size] || size)] = size, _a["k-input-" + fillMode] = fillMode, _a["k-rounded-" + (kendo_vue_common_1.kendoThemeMaps.roundedMap[rounded] || rounded)] = rounded, _a['k-invalid'] = !isValid, _a['k-required'] = this.required, _a['k-disabled'] = this.$props.disabled, _a['k-focus'] = this.isFocused, _a)),
491
491
  onKeydown: this.handleKeyDown,
492
492
  on: this.v3 ? undefined : {
493
493
  "keydown": this.handleKeyDown,
@@ -510,6 +510,7 @@ var TimePicker = {
510
510
  tabIndex: -1,
511
511
  icon: 'clock',
512
512
  title: toggleTimeMessage,
513
+ rounded: null,
513
514
  "aria-controls": this._popupId,
514
515
  "aria-label": toggleClockMessage
515
516
  },
@@ -522,6 +523,7 @@ var TimePicker = {
522
523
  },
523
524
  onClick: this.handleIconClick,
524
525
  title: toggleTimeMessage,
526
+ rounded: null,
525
527
  "class": "k-input-button",
526
528
  "aria-controls": this._popupId,
527
529
  "aria-label": toggleClockMessage
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.1.3",
4
+ "version": "3.1.5-dev.202204110939",
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": "3.1.3",
50
- "@progress/kendo-vue-common": "3.1.3",
51
- "@progress/kendo-vue-labels": "3.1.3",
52
- "@progress/kendo-vue-popup": "3.1.3"
49
+ "@progress/kendo-vue-buttons": "3.1.5-dev.202204110939",
50
+ "@progress/kendo-vue-common": "3.1.5-dev.202204110939",
51
+ "@progress/kendo-vue-labels": "3.1.5-dev.202204110939",
52
+ "@progress/kendo-vue-popup": "3.1.5-dev.202204110939"
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": "3.1.3",
58
- "@progress/kendo-vue-intl": "3.1.3"
57
+ "@progress/kendo-vue-dropdowns": "3.1.5-dev.202204110939",
58
+ "@progress/kendo-vue-intl": "3.1.5-dev.202204110939"
59
59
  },
60
60
  "author": "Progress",
61
61
  "license": "SEE LICENSE IN LICENSE.md",