@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.
- package/README.md +1 -1
- package/calendar/components/Calendar.js +1 -1
- package/calendar/components/Calendar.mjs +1 -1
- package/calendar/components/CalendarCell.js +1 -1
- package/calendar/components/CalendarCell.mjs +1 -1
- package/calendar/components/CalendarHeaderTitle.js +1 -1
- package/calendar/components/CalendarHeaderTitle.mjs +1 -1
- package/calendar/components/CalendarWeekCell.js +1 -1
- package/calendar/components/CalendarWeekCell.mjs +1 -1
- package/calendar/components/Header.js +1 -1
- package/calendar/components/Header.mjs +1 -1
- package/calendar/components/View.js +1 -1
- package/calendar/components/View.mjs +1 -1
- package/calendar/components/ViewList.js +1 -1
- package/calendar/components/ViewList.mjs +1 -1
- package/calendar/models/CalendarViewEnum.js +1 -1
- package/calendar/models/CalendarViewEnum.mjs +1 -1
- package/calendar/models/NavigationAction.js +1 -1
- package/calendar/models/NavigationAction.mjs +1 -1
- package/calendar/models/SelectionRange.js +1 -1
- package/calendar/models/SelectionRange.mjs +1 -1
- package/calendar/services/BusViewService.js +1 -1
- package/calendar/services/BusViewService.mjs +1 -1
- package/calendar/services/CenturyViewService.js +1 -1
- package/calendar/services/CenturyViewService.mjs +1 -1
- package/calendar/services/DOMService.js +1 -1
- package/calendar/services/DOMService.mjs +1 -1
- package/calendar/services/DecadeViewService.js +1 -1
- package/calendar/services/DecadeViewService.mjs +1 -1
- package/calendar/services/MonthViewService.js +1 -1
- package/calendar/services/MonthViewService.mjs +1 -1
- package/calendar/services/NavigationService.js +1 -1
- package/calendar/services/NavigationService.mjs +1 -1
- package/calendar/services/WeekNamesService.js +1 -1
- package/calendar/services/WeekNamesService.mjs +1 -1
- package/calendar/services/YearViewService.js +1 -1
- package/calendar/services/YearViewService.mjs +1 -1
- package/calendar/utils/main.js +1 -1
- package/calendar/utils/main.mjs +1 -1
- package/common/PickerWrap.js +1 -1
- package/common/PickerWrap.mjs +1 -1
- package/dateinput/DateInput.js +2 -2
- package/dateinput/DateInput.mjs +83 -81
- package/dateinput/models/kendo-date.js +2 -2
- package/dateinput/models/kendo-date.mjs +30 -27
- package/dateinput/models/mask.js +1 -1
- package/dateinput/models/mask.mjs +1 -1
- package/dateinput/utils.js +1 -1
- package/dateinput/utils.mjs +1 -1
- package/datepicker/DatePicker.js +2 -2
- package/datepicker/DatePicker.mjs +67 -64
- package/datepicker/ToggleButton.js +1 -1
- package/datepicker/ToggleButton.mjs +1 -1
- package/daterangepicker/DateRangePicker.js +2 -2
- package/daterangepicker/DateRangePicker.mjs +30 -27
- package/datetimepicker/DateTimePicker.js +2 -2
- package/datetimepicker/DateTimePicker.mjs +60 -57
- package/datetimepicker/DateTimeSelector.js +1 -1
- package/datetimepicker/DateTimeSelector.mjs +1 -1
- package/defaults.js +1 -1
- package/defaults.mjs +1 -1
- package/dist/cdn/js/kendo-vue-dateinputs.js +2 -2
- package/index.d.mts +108 -76
- package/index.d.ts +108 -76
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/messages/main.js +1 -1
- package/messages/main.mjs +1 -1
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +7 -7
- package/timepicker/TimeList.js +1 -1
- package/timepicker/TimeList.mjs +1 -1
- package/timepicker/TimePart.js +1 -1
- package/timepicker/TimePart.mjs +1 -1
- package/timepicker/TimePicker.js +2 -2
- package/timepicker/TimePicker.mjs +63 -60
- package/timepicker/TimeSelector.js +1 -1
- package/timepicker/TimeSelector.mjs +1 -1
- package/timepicker/models/TimePart.js +1 -1
- package/timepicker/models/TimePart.mjs +1 -1
- package/timepicker/services/DOMService.js +1 -1
- package/timepicker/services/DOMService.mjs +1 -1
- package/timepicker/services/DayPeriodService.js +1 -1
- package/timepicker/services/DayPeriodService.mjs +1 -1
- package/timepicker/services/HoursService.js +1 -1
- package/timepicker/services/HoursService.mjs +1 -1
- package/timepicker/services/MinutesService.js +1 -1
- package/timepicker/services/MinutesService.mjs +1 -1
- package/timepicker/services/SecondsService.js +1 -1
- package/timepicker/services/SecondsService.mjs +1 -1
- package/timepicker/utils.js +1 -1
- package/timepicker/utils.mjs +1 -1
- package/utils.js +1 -1
- package/utils.mjs +1 -1
- package/virtualization/Virtualization.js +1 -1
- package/virtualization/Virtualization.mjs +1 -1
- package/virtualization/services/RowHeightService.js +1 -1
- package/virtualization/services/RowHeightService.mjs +1 -1
- package/virtualization/services/ScrollerService.js +1 -1
- package/virtualization/services/ScrollerService.mjs +1 -1
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
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
|
|
9
|
-
import { FloatingLabel as
|
|
10
|
-
import { Popup as
|
|
11
|
-
import { cloneDate as
|
|
12
|
-
import { guid as
|
|
13
|
-
import { provideLocalizationService as
|
|
14
|
-
import { Button as
|
|
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
|
|
17
|
-
import { TimeSelector as
|
|
18
|
-
import { MIN_TIME as
|
|
19
|
-
import { isInRange as
|
|
20
|
-
import { defaultFormatPlaceholder as
|
|
21
|
-
import { clockIcon as
|
|
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]" && !
|
|
23
|
+
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !ie(e);
|
|
24
24
|
}
|
|
25
|
-
const
|
|
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
|
|
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
|
|
117
|
+
return he;
|
|
118
118
|
}
|
|
119
119
|
},
|
|
120
120
|
max: {
|
|
121
121
|
type: Date,
|
|
122
122
|
default: function() {
|
|
123
|
-
return
|
|
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 =
|
|
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 ?
|
|
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 =
|
|
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 =
|
|
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:
|
|
248
|
-
required:
|
|
248
|
+
validationMessage: A,
|
|
249
|
+
required: j,
|
|
249
250
|
validityStyles: L,
|
|
250
|
-
ariaLabelledBy:
|
|
251
|
-
ariaDescribedBy:
|
|
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:
|
|
257
|
-
appendTo:
|
|
258
|
-
animate:
|
|
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
|
|
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:
|
|
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:
|
|
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(
|
|
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),
|
|
314
|
+
}, null), J = k.call(this, {
|
|
312
315
|
h: y,
|
|
313
|
-
template:
|
|
314
|
-
defaultRendering:
|
|
316
|
+
template: G,
|
|
317
|
+
defaultRendering: X,
|
|
315
318
|
additionalListeners: {
|
|
316
319
|
change: this.handleInputValueChange
|
|
317
320
|
}
|
|
318
|
-
}),
|
|
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:
|
|
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:
|
|
332
|
-
animate:
|
|
334
|
+
appendTo: K,
|
|
335
|
+
animate: N
|
|
333
336
|
}, g(a) ? a : {
|
|
334
337
|
default: () => [a]
|
|
335
|
-
}),
|
|
338
|
+
}), Y = k.call(this, {
|
|
336
339
|
h: y,
|
|
337
|
-
template:
|
|
338
|
-
defaultRendering:
|
|
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
|
-
}, [
|
|
362
|
+
}, [J, n(ue, {
|
|
360
363
|
type: "button",
|
|
361
364
|
tabIndex: -1,
|
|
362
365
|
icon: "clock",
|
|
363
|
-
svgIcon:
|
|
366
|
+
svgIcon: we,
|
|
364
367
|
onMousedown: this.handleIconMouseDown,
|
|
365
368
|
onClick: this.handleIconClick,
|
|
366
|
-
title:
|
|
369
|
+
title: H,
|
|
367
370
|
rounded: null,
|
|
368
371
|
class: "k-input-button",
|
|
369
372
|
"aria-controls": this._popupId,
|
|
370
|
-
"aria-label":
|
|
371
|
-
}, null),
|
|
372
|
-
return this.$props.label ? n(
|
|
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 =
|
|
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:
|
|
392
|
-
rangeUnderflow:
|
|
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(
|
|
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 =
|
|
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 &&
|
|
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
|
-
|
|
483
|
+
ze as TimePicker
|
|
481
484
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
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 ©
|
|
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 ©
|
|
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 ©
|
|
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 ©
|
|
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 ©
|
|
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 ©
|
|
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 ©
|
|
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 ©
|
|
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 ©
|
|
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 ©
|
|
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 ©
|
|
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 ©
|
|
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 ©
|
|
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/timepicker/utils.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
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/timepicker/utils.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
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 ©
|
|
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 ©
|
|
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 ©
|
|
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 ©
|
|
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 ©
|
|
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 ©
|
|
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 ©
|
|
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 ©
|
|
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
|
*/
|