@mescius/wijmo.input 5.20261.45-nightly.d20260107.t034814 → 5.20261.45-nightly.d20260109.t183159

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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20261.45-nightly.d20260107.t034814
3
+ * Wijmo Library 5.20261.45-nightly.d20260109.t183159
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
package/es2015-esm.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20261.45-nightly.d20260107.t034814
3
+ * Wijmo Library 5.20261.45-nightly.d20260109.t183159
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
package/es5-esm.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20261.45-nightly.d20260107.t034814
3
+ * Wijmo Library 5.20261.45-nightly.d20260109.t183159
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
package/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20261.45-nightly.d20260107.t034814
3
+ * Wijmo Library 5.20261.45-nightly.d20260109.t183159
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -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.
package/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20261.45-nightly.d20260107.t034814
3
+ * Wijmo Library 5.20261.45-nightly.d20260109.t183159
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@mescius/wijmo.input",
3
- "version": "5.20261.45-nightly.d20260107.t034814",
3
+ "version": "5.20261.45-nightly.d20260109.t183159",
4
4
  "description": "UI library for pure JS, Angular, React, Vue and more...",
5
5
  "author": "MESCIUS inc",
6
6
  "license": "Commercial",
7
7
  "main": "./index.js",
8
8
  "types": "./index.d.ts",
9
9
  "dependencies": {
10
- "@mescius/wijmo": "5.20261.45-nightly.d20260107.t034814"
10
+ "@mescius/wijmo": "5.20261.45-nightly.d20260109.t183159"
11
11
  },
12
12
  "homepage": "https://developer.mescius.com/wijmo",
13
13
  "bugs": {