@progress/kendo-vue-dateinputs 6.0.2-develop.1 → 6.1.0-develop.2

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.
Files changed (101) hide show
  1. package/README.md +1 -1
  2. package/calendar/components/Calendar.js +1 -1
  3. package/calendar/components/Calendar.mjs +1 -1
  4. package/calendar/components/CalendarCell.js +1 -1
  5. package/calendar/components/CalendarCell.mjs +1 -1
  6. package/calendar/components/CalendarHeaderTitle.js +1 -1
  7. package/calendar/components/CalendarHeaderTitle.mjs +1 -1
  8. package/calendar/components/CalendarWeekCell.js +1 -1
  9. package/calendar/components/CalendarWeekCell.mjs +1 -1
  10. package/calendar/components/Header.js +1 -1
  11. package/calendar/components/Header.mjs +1 -1
  12. package/calendar/components/View.js +1 -1
  13. package/calendar/components/View.mjs +1 -1
  14. package/calendar/components/ViewList.js +1 -1
  15. package/calendar/components/ViewList.mjs +1 -1
  16. package/calendar/models/CalendarViewEnum.js +1 -1
  17. package/calendar/models/CalendarViewEnum.mjs +1 -1
  18. package/calendar/models/NavigationAction.js +1 -1
  19. package/calendar/models/NavigationAction.mjs +1 -1
  20. package/calendar/models/SelectionRange.js +1 -1
  21. package/calendar/models/SelectionRange.mjs +1 -1
  22. package/calendar/services/BusViewService.js +1 -1
  23. package/calendar/services/BusViewService.mjs +1 -1
  24. package/calendar/services/CenturyViewService.js +1 -1
  25. package/calendar/services/CenturyViewService.mjs +1 -1
  26. package/calendar/services/DOMService.js +1 -1
  27. package/calendar/services/DOMService.mjs +1 -1
  28. package/calendar/services/DecadeViewService.js +1 -1
  29. package/calendar/services/DecadeViewService.mjs +1 -1
  30. package/calendar/services/MonthViewService.js +1 -1
  31. package/calendar/services/MonthViewService.mjs +1 -1
  32. package/calendar/services/NavigationService.js +1 -1
  33. package/calendar/services/NavigationService.mjs +1 -1
  34. package/calendar/services/WeekNamesService.js +1 -1
  35. package/calendar/services/WeekNamesService.mjs +1 -1
  36. package/calendar/services/YearViewService.js +1 -1
  37. package/calendar/services/YearViewService.mjs +1 -1
  38. package/calendar/utils/main.js +1 -1
  39. package/calendar/utils/main.mjs +1 -1
  40. package/common/PickerWrap.js +1 -1
  41. package/common/PickerWrap.mjs +1 -1
  42. package/dateinput/DateInput.js +2 -2
  43. package/dateinput/DateInput.mjs +83 -81
  44. package/dateinput/models/kendo-date.js +2 -2
  45. package/dateinput/models/kendo-date.mjs +30 -27
  46. package/dateinput/models/mask.js +1 -1
  47. package/dateinput/models/mask.mjs +1 -1
  48. package/dateinput/utils.js +1 -1
  49. package/dateinput/utils.mjs +1 -1
  50. package/datepicker/DatePicker.js +2 -2
  51. package/datepicker/DatePicker.mjs +67 -64
  52. package/datepicker/ToggleButton.js +1 -1
  53. package/datepicker/ToggleButton.mjs +1 -1
  54. package/daterangepicker/DateRangePicker.js +2 -2
  55. package/daterangepicker/DateRangePicker.mjs +30 -27
  56. package/datetimepicker/DateTimePicker.js +2 -2
  57. package/datetimepicker/DateTimePicker.mjs +60 -57
  58. package/datetimepicker/DateTimeSelector.js +1 -1
  59. package/datetimepicker/DateTimeSelector.mjs +1 -1
  60. package/defaults.js +1 -1
  61. package/defaults.mjs +1 -1
  62. package/dist/cdn/js/kendo-vue-dateinputs.js +2 -2
  63. package/index.d.mts +108 -76
  64. package/index.d.ts +108 -76
  65. package/index.js +1 -1
  66. package/index.mjs +1 -1
  67. package/messages/main.js +1 -1
  68. package/messages/main.mjs +1 -1
  69. package/package-metadata.js +1 -1
  70. package/package-metadata.mjs +2 -2
  71. package/package.json +7 -7
  72. package/timepicker/TimeList.js +1 -1
  73. package/timepicker/TimeList.mjs +1 -1
  74. package/timepicker/TimePart.js +1 -1
  75. package/timepicker/TimePart.mjs +1 -1
  76. package/timepicker/TimePicker.js +2 -2
  77. package/timepicker/TimePicker.mjs +63 -60
  78. package/timepicker/TimeSelector.js +1 -1
  79. package/timepicker/TimeSelector.mjs +1 -1
  80. package/timepicker/models/TimePart.js +1 -1
  81. package/timepicker/models/TimePart.mjs +1 -1
  82. package/timepicker/services/DOMService.js +1 -1
  83. package/timepicker/services/DOMService.mjs +1 -1
  84. package/timepicker/services/DayPeriodService.js +1 -1
  85. package/timepicker/services/DayPeriodService.mjs +1 -1
  86. package/timepicker/services/HoursService.js +1 -1
  87. package/timepicker/services/HoursService.mjs +1 -1
  88. package/timepicker/services/MinutesService.js +1 -1
  89. package/timepicker/services/MinutesService.mjs +1 -1
  90. package/timepicker/services/SecondsService.js +1 -1
  91. package/timepicker/services/SecondsService.mjs +1 -1
  92. package/timepicker/utils.js +1 -1
  93. package/timepicker/utils.mjs +1 -1
  94. package/utils.js +1 -1
  95. package/utils.mjs +1 -1
  96. package/virtualization/Virtualization.js +1 -1
  97. package/virtualization/Virtualization.mjs +1 -1
  98. package/virtualization/services/RowHeightService.js +1 -1
  99. package/virtualization/services/RowHeightService.mjs +1 -1
  100. package/virtualization/services/ScrollerService.js +1 -1
  101. package/virtualization/services/ScrollerService.mjs +1 -1
@@ -1,28 +1,28 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- import { defineComponent as Y, ref as Z, inject as ee, createVNode as n, h as y, isVNode as te } from "vue";
9
- import { FloatingLabel as ie } from "@progress/kendo-vue-labels";
10
- import { Popup as ne } from "@progress/kendo-vue-popup";
11
- import { cloneDate as _ } from "@progress/kendo-date-math";
12
- import { guid as $, getDefaultSlots as oe, classNames as f, templateRendering as b, getListeners as D, getTemplate as k, kendoThemeMaps as V, canUseDOM as le, Keys as o } from "@progress/kendo-vue-common";
13
- import { provideLocalizationService as se } from "@progress/kendo-vue-intl";
14
- import { Button as ae } from "@progress/kendo-vue-buttons";
8
+ import { defineComponent as Z, ref as ee, inject as te, createVNode as n, h as y, isVNode as ie } from "vue";
9
+ import { FloatingLabel as ne } from "@progress/kendo-vue-labels";
10
+ import { Popup as oe } from "@progress/kendo-vue-popup";
11
+ import { cloneDate as b } from "@progress/kendo-date-math";
12
+ import { guid as _, getDefaultSlots as le, classNames as f, templateRendering as $, getListeners as D, getTemplate as k, kendoThemeMaps as V, canUseDOM as se, Keys as o } from "@progress/kendo-vue-common";
13
+ import { provideLocalizationService as ae } from "@progress/kendo-vue-intl";
14
+ import { Button as ue } from "@progress/kendo-vue-buttons";
15
15
  import { toggleClock as T, messages as B, toggleTimeSelector as C } from "../messages/main.mjs";
16
- import { DateInput as ue } from "../dateinput/DateInput.mjs";
17
- import { TimeSelector as re } from "./TimeSelector.mjs";
18
- import { MIN_TIME as de, MAX_TIME as he, setTime as F, MIDNIGHT_DATE as pe } from "../utils.mjs";
19
- import { isInRange as ce, isBiggerThanMax as me, isSmallerThanMin as fe } from "./utils.mjs";
20
- import { defaultFormatPlaceholder as ge } from "../dateinput/utils.mjs";
21
- import { clockIcon as Se } from "@progress/kendo-svg-icons";
16
+ import { DateInput as re } from "../dateinput/DateInput.mjs";
17
+ import { TimeSelector as de } from "./TimeSelector.mjs";
18
+ import { MIN_TIME as he, MAX_TIME as pe, setTime as F, MIDNIGHT_DATE as ce } from "../utils.mjs";
19
+ import { isInRange as me, isBiggerThanMax as fe, isSmallerThanMin as ge } from "./utils.mjs";
20
+ import { defaultFormatPlaceholder as Se } from "../dateinput/utils.mjs";
21
+ import { clockIcon as we } from "@progress/kendo-svg-icons";
22
22
  function g(e) {
23
- return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !te(e);
23
+ return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !ie(e);
24
24
  }
25
- const Re = /* @__PURE__ */ Y({
25
+ const ze = /* @__PURE__ */ Z({
26
26
  name: "KendoTimePicker",
27
27
  emits: {
28
28
  changemodel: null,
@@ -84,7 +84,7 @@ const Re = /* @__PURE__ */ Y({
84
84
  formatPlaceholder: {
85
85
  type: [String, Object],
86
86
  default: function() {
87
- return ge;
87
+ return Se;
88
88
  }
89
89
  },
90
90
  rounded: {
@@ -114,13 +114,13 @@ const Re = /* @__PURE__ */ Y({
114
114
  min: {
115
115
  type: Date,
116
116
  default: function() {
117
- return de;
117
+ return he;
118
118
  }
119
119
  },
120
120
  max: {
121
121
  type: Date,
122
122
  default: function() {
123
- return he;
123
+ return pe;
124
124
  }
125
125
  },
126
126
  name: String,
@@ -175,10 +175,11 @@ const Re = /* @__PURE__ */ Y({
175
175
  valid: {
176
176
  type: Boolean,
177
177
  default: void 0
178
- }
178
+ },
179
+ inputAttributes: Object
179
180
  },
180
181
  created() {
181
- this._anchor = $(), this._popupId = "popup" + $(), this._element = null, this._wrapper = null, this._dateInput = null, this._timeSelector = null, this.shouldFocusDateInput = !1, this.currentValue = this.$props.defaultValue, this.currentShow = this.$props.defaultShow;
182
+ this._anchor = _(), this._popupId = "popup" + _(), this._element = null, this._wrapper = null, this._dateInput = null, this._timeSelector = null, this.shouldFocusDateInput = !1, this.currentValue = this.$props.defaultValue, this.currentShow = this.$props.defaultShow;
182
183
  },
183
184
  inject: {
184
185
  kendoLocalizationService: {
@@ -200,7 +201,7 @@ const Re = /* @__PURE__ */ Y({
200
201
  },
201
202
  computedValue() {
202
203
  const e = this.valueDuringOnChange !== void 0 ? this.valueDuringOnChange : this.$props.value !== void 0 ? this.$props.value : this.$props.modelValue !== void 0 ? this.$props.modelValue : this.$data.currentValue;
203
- return e !== null ? _(e) : null;
204
+ return e !== null ? b(e) : null;
204
205
  },
205
206
  computedShow() {
206
207
  return this.showDuringOnChange !== void 0 ? this.showDuringOnChange : this.$props.show !== void 0 ? this.$props.show : this.currentShow;
@@ -223,14 +224,14 @@ const Re = /* @__PURE__ */ Y({
223
224
  }), this.shouldFocusDateInput = !1;
224
225
  },
225
226
  setup() {
226
- const e = Z(null), t = ee("kendoLocalizationService", {});
227
+ const e = ee(null), t = te("kendoLocalizationService", {});
227
228
  return {
228
229
  kendoAnchorRef: e,
229
230
  kendoLocalizationService: t
230
231
  };
231
232
  },
232
233
  render() {
233
- const e = oe(this), {
234
+ const e = le(this), {
234
235
  disabled: t,
235
236
  tabIndex: i,
236
237
  title: r,
@@ -244,25 +245,26 @@ const Re = /* @__PURE__ */ Y({
244
245
  steps: w,
245
246
  cancelButton: z,
246
247
  nowButton: x,
247
- validationMessage: j,
248
- required: A,
248
+ validationMessage: A,
249
+ required: j,
249
250
  validityStyles: L,
250
- ariaLabelledBy: we,
251
- ariaDescribedBy: Ie,
251
+ ariaLabelledBy: Ie,
252
+ ariaDescribedBy: ve,
252
253
  size: h,
253
254
  rounded: p,
254
- fillMode: I
255
+ fillMode: I,
256
+ inputAttributes: P
255
257
  } = this.$props, {
256
- popupClass: P,
257
- appendTo: E,
258
- animate: K
258
+ popupClass: E,
259
+ appendTo: K,
260
+ animate: N
259
261
  } = this.$props.popupSettings, c = !this.$props.validityStyles || this.validity().valid;
260
262
  f("k-picker-wrap", {
261
263
  "k-invalid": !c,
262
264
  "k-disabled": t,
263
265
  "k-focus": this.isFocused
264
266
  });
265
- const N = f("k-group k-reset", P), v = se(this), q = v.toLanguageString(T, B[T]), U = v.toLanguageString(C, B[C]), H = this.$props.dateInput ? b.call(this, this.$props.dateInput, D.call(this)) : void 0, G = n(ue, {
267
+ const q = f("k-group k-reset", E), v = ae(this), U = v.toLanguageString(T, B[T]), H = v.toLanguageString(C, B[C]), G = this.$props.dateInput ? $.call(this, this.$props.dateInput, D.call(this)) : void 0, X = n(re, {
266
268
  ref: (m) => {
267
269
  this.dateInputRef = m;
268
270
  },
@@ -278,21 +280,22 @@ const Re = /* @__PURE__ */ Y({
278
280
  min: this.normalizeTime(this.$props.min),
279
281
  name: R,
280
282
  onChange: this.handleInputValueChange,
281
- required: A,
283
+ required: j,
282
284
  steps: w,
283
285
  tabIndex: this.computedShow ? -1 : i,
284
286
  title: r,
285
287
  valid: this.validity().valid,
286
- validationMessage: j,
288
+ validationMessage: A,
287
289
  validityStyles: L,
288
290
  value: this.computedValue && this.normalizeTime(this.computedValue),
289
291
  ariaHasPopup: "grid",
290
292
  ariaExpanded: this.computedShow,
291
293
  ariaRole: "combobox",
292
- ariaControls: this._popupId
294
+ ariaControls: this._popupId,
295
+ inputAttributes: P
293
296
  }, g(e) ? e : {
294
297
  default: () => [e]
295
- }), a = n(re, {
298
+ }), a = n(de, {
296
299
  ref: "timeSelector",
297
300
  cancelButton: z,
298
301
  disabled: t,
@@ -308,17 +311,17 @@ const Re = /* @__PURE__ */ Y({
308
311
  onFocus: this.timeFocus,
309
312
  onBlur: this.timeBlur,
310
313
  onKeydown: this.handleKeyDown
311
- }, null), X = k.call(this, {
314
+ }, null), J = k.call(this, {
312
315
  h: y,
313
- template: H,
314
- defaultRendering: G,
316
+ template: G,
317
+ defaultRendering: X,
315
318
  additionalListeners: {
316
319
  change: this.handleInputValueChange
317
320
  }
318
- }), J = this.$props.popup ? b.call(this, this.$props.popup, D.call(this)) : void 0, Q = n(ne, {
321
+ }), Q = this.$props.popup ? $.call(this, this.$props.popup, D.call(this)) : void 0, W = n(oe, {
319
322
  show: this.computedShow,
320
323
  anchor: this._anchor,
321
- class: N,
324
+ class: q,
322
325
  id: this._popupId,
323
326
  anchorAlign: {
324
327
  horizontal: "left",
@@ -328,14 +331,14 @@ const Re = /* @__PURE__ */ Y({
328
331
  horizontal: "left",
329
332
  vertical: "top"
330
333
  },
331
- appendTo: E,
332
- animate: K
334
+ appendTo: K,
335
+ animate: N
333
336
  }, g(a) ? a : {
334
337
  default: () => [a]
335
- }), W = k.call(this, {
338
+ }), Y = k.call(this, {
336
339
  h: y,
337
- template: J,
338
- defaultRendering: Q,
340
+ template: Q,
341
+ defaultRendering: W,
339
342
  defaultSlots: a
340
343
  }), u = n("div", {
341
344
  class: f("k-input", "k-timepicker", {
@@ -356,20 +359,20 @@ const Re = /* @__PURE__ */ Y({
356
359
  ref: (m) => {
357
360
  this.kendoAnchorRef = m;
358
361
  }
359
- }, [X, n(ae, {
362
+ }, [J, n(ue, {
360
363
  type: "button",
361
364
  tabIndex: -1,
362
365
  icon: "clock",
363
- svgIcon: Se,
366
+ svgIcon: we,
364
367
  onMousedown: this.handleIconMouseDown,
365
368
  onClick: this.handleIconClick,
366
- title: U,
369
+ title: H,
367
370
  rounded: null,
368
371
  class: "k-input-button",
369
372
  "aria-controls": this._popupId,
370
- "aria-label": q
371
- }, null), W]);
372
- return this.$props.label ? n(ie, {
373
+ "aria-label": U
374
+ }, null), Y]);
375
+ return this.$props.label ? n(ne, {
373
376
  label: this.$props.label,
374
377
  editorId: l,
375
378
  editorValid: c,
@@ -385,11 +388,11 @@ const Re = /* @__PURE__ */ Y({
385
388
  },
386
389
  methods: {
387
390
  validity() {
388
- const e = this.computedValue && this.normalizeTime(this.computedValue), t = this.normalizeTime(this.$props.min), i = this.normalizeTime(this.$props.max), r = ce(e, t, i), l = this.$props.validationMessage !== void 0, d = (!this.$props.required || this.computedValue !== null) && r, s = this.$props.valid !== void 0 ? this.$props.valid : d;
391
+ const e = this.computedValue && this.normalizeTime(this.computedValue), t = this.normalizeTime(this.$props.min), i = this.normalizeTime(this.$props.max), r = me(e, t, i), l = this.$props.validationMessage !== void 0, d = (!this.$props.required || this.computedValue !== null) && r, s = this.$props.valid !== void 0 ? this.$props.valid : d;
389
392
  return {
390
393
  customError: l,
391
- rangeOverflow: me(e, i),
392
- rangeUnderflow: fe(e, t),
394
+ rangeOverflow: fe(e, i),
395
+ rangeUnderflow: ge(e, t),
393
396
  valid: s,
394
397
  valueMissing: this.computedValue === null
395
398
  };
@@ -401,7 +404,7 @@ const Re = /* @__PURE__ */ Y({
401
404
  this._dateInput && this._dateInput.focus();
402
405
  },
403
406
  normalizeTime(e) {
404
- return F(pe, e);
407
+ return F(ce, e);
405
408
  },
406
409
  setShow(e) {
407
410
  this.computedShow !== e && (this.currentShow = e, this.$emit(e ? "open" : "close", {
@@ -419,7 +422,7 @@ const Re = /* @__PURE__ */ Y({
419
422
  });
420
423
  },
421
424
  handleValueChange(e) {
422
- this.currentValue = _(e.value), this.valueDuringOnChange = e.value, this.showDuringOnChange = !1, this.shouldFocusDateInput = !0, this.$emit("changemodel", this.computedValue), this.$emit("update:modelValue", this.computedValue), this.$emit("change", {
425
+ this.currentValue = b(e.value), this.valueDuringOnChange = e.value, this.showDuringOnChange = !1, this.shouldFocusDateInput = !0, this.$emit("changemodel", this.computedValue), this.$emit("update:modelValue", this.computedValue), this.$emit("change", {
423
426
  event: e.event,
424
427
  value: this.computedValue,
425
428
  show: this.computedShow,
@@ -447,7 +450,7 @@ const Re = /* @__PURE__ */ Y({
447
450
  this._blurTimeout = setTimeout(() => {
448
451
  this.isFocused = !1;
449
452
  const e = document.activeElement && document.activeElement.closest(`#${this._popupId}`);
450
- this._dateInput && le && document.activeElement !== this._dateInput.element() && !e && this.setShow(!1);
453
+ this._dateInput && se && document.activeElement !== this._dateInput.element() && !e && this.setShow(!1);
451
454
  }, 200);
452
455
  },
453
456
  handleValueReject(e) {
@@ -477,5 +480,5 @@ const Re = /* @__PURE__ */ Y({
477
480
  }
478
481
  });
479
482
  export {
480
- Re as TimePicker
483
+ ze as TimePicker
481
484
  };
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
package/utils.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
package/utils.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */