@mescius/wijmo.input 5.20261.45-nightly.d20251218.t163151 → 5.20261.45-nightly.d20260105.t014601

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.20261.45-nightly.d20251218.t163151
3
+ * Wijmo Library 5.20261.45-nightly.d20260105.t014601
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -643,7 +643,7 @@ export declare class ColorPicker extends Control {
643
643
  onValueChanged(e?: EventArgs): void;
644
644
  protected _mouseDown(e: MouseEvent): void;
645
645
  protected _mouseMove(e: MouseEvent): void;
646
- protected _mouseUp(e: MouseEvent): void;
646
+ protected _mouseUp(_e: MouseEvent): void;
647
647
  private _updateColor;
648
648
  private _updatePalette;
649
649
  private _makePalEntry;
@@ -752,11 +752,11 @@ export declare class CollectionViewNavigator<T = any> extends Control {
752
752
  * Gets or sets a value that determines whether the control is disabled.
753
753
  *
754
754
  * Disabled controls cannot get mouse or keyboard events.
755
- */
755
+ */
756
756
  isDisabled: boolean;
757
757
  /**
758
758
  * Sets the focus to this control.
759
- */
759
+ */
760
760
  focus(): void;
761
761
  _update(): void;
762
762
  _currentChanged(): void;
@@ -2125,7 +2125,7 @@ export declare class DropDown extends Control {
2125
2125
  * @param element The DOM element that hosts the control, or a selector for the host element (e.g. '#theCtrl').
2126
2126
  * @param options The JavaScript object containing initialization data for the control.
2127
2127
  */
2128
- constructor(element: any, options?: any);
2128
+ constructor(element: any, _options?: any);
2129
2129
  _isTouchMoved(): boolean;
2130
2130
  /**
2131
2131
  * Gets or sets the text shown on the control.
@@ -2308,16 +2308,16 @@ export declare class DropDown extends Control {
2308
2308
  private isHostVisible;
2309
2309
  protected _isHiddenEditor(): boolean;
2310
2310
  protected _keypress(e: KeyboardEvent): void;
2311
- protected _input(e: Event): void;
2311
+ protected _input(_e: Event): void;
2312
2312
  protected _btnclick(e: MouseEvent): void;
2313
- protected _setText(text: string, fullMatch: boolean, forceRevertInvalid?: boolean, clearTbxVal?: boolean): void;
2313
+ protected _setText(text: string, _fullMatch: boolean, forceRevertInvalid?: boolean, clearTbxVal?: boolean): void;
2314
2314
  protected _updateBtn(): void;
2315
2315
  _updateBtnAria(): void;
2316
2316
  protected _updateTbx(): void;
2317
2317
  _updateTbxAria(): void;
2318
2318
  _updateTbxAriaHaspopup(): void;
2319
2319
  protected _createDropDown(): void;
2320
- protected _commitText(noFocus?: boolean, shouldInvalid?: boolean): void;
2320
+ protected _commitText(_noFocus?: boolean, _shouldInvalid?: boolean): void;
2321
2321
  _updateDropDown(): void;
2322
2322
  _shouldRaiseInvalidInput(shouldInvalid: boolean): boolean;
2323
2323
  }
@@ -3891,7 +3891,7 @@ export declare class ComboBox<T = any> extends DropDown {
3891
3891
  _findNextWhenIsEditableFalse(search: string, step: number, start?: number): number;
3892
3892
  protected _keydown(e: KeyboardEvent): void;
3893
3893
  _afterOpenDropdownByDownArrow(): void;
3894
- _input(e: Event): void;
3894
+ _input(_e: Event): void;
3895
3895
  _handleDragTextState(): void;
3896
3896
  _shouldOpenDropdown(): boolean;
3897
3897
  _handleIsEditableFalseInput(): void;
@@ -4086,7 +4086,7 @@ export declare class MultiSelect extends ComboBox {
4086
4086
  _updateTbxAria(): void;
4087
4087
  isReadOnly: boolean;
4088
4088
  refresh(fullUpdate?: boolean): void;
4089
- protected _setText(text: string, fullMatch: boolean): void;
4089
+ protected _setText(_text: string, _fullMatch: boolean): void;
4090
4090
  protected _keydown(e: KeyboardEvent): void;
4091
4091
  protected _hasItems(): boolean;
4092
4092
  private _updateHeader;
@@ -4399,7 +4399,7 @@ export declare class Menu extends ComboBox {
4399
4399
  private _restoreSelectedItem;
4400
4400
  _updateHoverEvents(): void;
4401
4401
  _getSubItems(item: any): any[];
4402
- _formatMenuItem(s: ListBox, e: FormatItemEventArgs): void;
4402
+ _formatMenuItem(_s: ListBox, e: FormatItemEventArgs): void;
4403
4403
  protected _keydown(e: KeyboardEvent): void;
4404
4404
  _afterOpenDropdownByDownArrow(): void;
4405
4405
  protected _dropDownClick(e: MouseEvent): void;
@@ -4571,10 +4571,10 @@ export declare class InputTime extends ComboBox {
4571
4571
  protected _keydown(e: KeyboardEvent): void;
4572
4572
  protected _updateTimeValue(step: number, specialChars: any, actualFormat: string): void;
4573
4573
  private _reselectText;
4574
- protected _commitText(noFocus?: boolean, shouldInvalid?: boolean): void;
4574
+ protected _commitText(_noFocus?: boolean, shouldInvalid?: boolean): void;
4575
4575
  protected _copy(key: string, value: any): boolean;
4576
4576
  getAriaLabelForScreenReader(): any;
4577
- _input(e: Event): void;
4577
+ _input(_e: Event): void;
4578
4578
  }
4579
4579
  /**
4580
4580
  * The {@link InputDateTime} control extends the {@link InputDate} control to allows users
@@ -4854,12 +4854,12 @@ export declare class AutoComplete extends ComboBox {
4854
4854
  */
4855
4855
  cssMatch: string;
4856
4856
  /**
4857
- * Raises the {@link selectedIndexChanged} event.
4858
- */
4857
+ * Raises the {@link selectedIndexChanged} event.
4858
+ */
4859
4859
  onSelectedIndexChanged(e?: EventArgs): void;
4860
4860
  _updateTbxAria(): void;
4861
4861
  _keydown(e: KeyboardEvent): void;
4862
- _input(e: Event): void;
4862
+ _input(_e: Event): void;
4863
4863
  private _isBlurInput;
4864
4864
  protected _commitText(noFocus?: boolean): void;
4865
4865
  _setText(text: string | null): void;
@@ -4871,7 +4871,7 @@ export declare class AutoComplete extends ComboBox {
4871
4871
  protected _updateItems(): void;
4872
4872
  protected _filter(item: any): boolean;
4873
4873
  protected _getItemText(item: any, header: boolean): string;
4874
- protected _formatListItem(sender: any, e: FormatItemEventArgs): void;
4874
+ protected _formatListItem(_sender: any, e: FormatItemEventArgs): void;
4875
4875
  private _enclosed;
4876
4876
  protected _wheel(e: WheelEvent): void;
4877
4877
  getAriaLabelForScreenReader(): any;