@mescius/wijmo.input 5.20251.41-nightly.d20250903.t180832 → 5.20251.41-nightly.d20250905.t181259

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/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20251.41-nightly.d20250903.t180832
3
+ * Wijmo Library 5.20251.41-nightly.d20250905.t181259
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -1574,10 +1574,10 @@ export declare class Calendar extends Control {
1574
1574
  private _spMth;
1575
1575
  private _btnPrv;
1576
1576
  private _btnTdy;
1577
- private _btnNxt;
1577
+ _btnNxt: HTMLButtonElement;
1578
1578
  private _confirmationButtonContainer;
1579
- private _btnOK;
1580
- private _btnCancel;
1579
+ _btnOK: HTMLButtonElement;
1580
+ _btnCancel: HTMLButtonElement;
1581
1581
  private _lbYears;
1582
1582
  private _rptUp;
1583
1583
  private _rptDn;
@@ -1604,6 +1604,7 @@ export declare class Calendar extends Control {
1604
1604
  private _keyActionTab;
1605
1605
  private _ariaLabel;
1606
1606
  private _showConfirmationButtons;
1607
+ private _isSpaceDownForSetValue;
1607
1608
  private _tmYrHidden;
1608
1609
  private _syncing;
1609
1610
  private _cals;
@@ -2013,7 +2014,6 @@ export declare class Calendar extends Control {
2013
2014
  */
2014
2015
  keyActionTab: CalendarTabKeyAction;
2015
2016
  private _isButtonFocused;
2016
- private _isSameDay;
2017
2017
  private _isSameMonth;
2018
2018
  private _dateViewContainsFocus;
2019
2019
  private _updateMonthButtonAria;