@mescius/wijmo.input 5.20251.41-nightly.d20250905.t181259 → 5.20251.41-nightly.d20250909.t180711
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/es2015-commonjs.js +2 -2
- package/es2015-esm.js +2 -2
- package/es5-esm.js +2 -2
- package/index.d.ts +6 -4
- package/index.js +2 -2
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.20251.41-nightly.
|
|
3
|
+
* Wijmo Library 5.20251.41-nightly.d20250909.t180711
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -73,6 +73,7 @@ export declare const InputColorClsNames: {
|
|
|
73
73
|
export declare const InputDateClsNames: {
|
|
74
74
|
hostElement: string;
|
|
75
75
|
inputDateDropDown: string;
|
|
76
|
+
inputDateDropDownContainer: string;
|
|
76
77
|
};
|
|
77
78
|
export declare const InputDateRangeClsNames: {
|
|
78
79
|
hostElement: string;
|
|
@@ -1574,10 +1575,10 @@ export declare class Calendar extends Control {
|
|
|
1574
1575
|
private _spMth;
|
|
1575
1576
|
private _btnPrv;
|
|
1576
1577
|
private _btnTdy;
|
|
1577
|
-
_btnNxt
|
|
1578
|
+
private _btnNxt;
|
|
1578
1579
|
private _confirmationButtonContainer;
|
|
1579
|
-
_btnOK
|
|
1580
|
-
_btnCancel
|
|
1580
|
+
private _btnOK;
|
|
1581
|
+
private _btnCancel;
|
|
1581
1582
|
private _lbYears;
|
|
1582
1583
|
private _rptUp;
|
|
1583
1584
|
private _rptDn;
|
|
@@ -2036,6 +2037,7 @@ export declare class Calendar extends Control {
|
|
|
2036
2037
|
private updateCalendarsTabindex;
|
|
2037
2038
|
private setFocusModeValue;
|
|
2038
2039
|
private _getCalendarsHostElements;
|
|
2040
|
+
updateConfirmationButtons(hostElement: HTMLElement): void;
|
|
2039
2041
|
}
|
|
2040
2042
|
/**
|
|
2041
2043
|
* Specifies constants that define the action to perform when the
|