@mescius/wijmo 5.20252.43-nightly.d20251208.t163143 → 5.20252.43-nightly.d20251210.t163204
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 -2
- 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.20252.43-nightly.
|
|
3
|
+
* Wijmo Library 5.20252.43-nightly.d20251210.t163204
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -866,6 +866,10 @@ export declare class _FocusService {
|
|
|
866
866
|
}
|
|
867
867
|
export declare function _getCalculatedArray(arr: any[], calculatedFields: any, newItem?: any): any[];
|
|
868
868
|
export declare function _getTargetObject(item: any): any;
|
|
869
|
+
export declare class _ENV_TOOLS {
|
|
870
|
+
static isSameInstance: (value1: any, value2: any) => boolean;
|
|
871
|
+
static indexOf: (array: any[], value: any) => number;
|
|
872
|
+
}
|
|
869
873
|
export declare const _CLS_STATE_DISABLED: string;
|
|
870
874
|
/**
|
|
871
875
|
* Gets the version of the Wijmo library that is currently loaded.
|
|
@@ -3934,7 +3938,7 @@ export declare class Control extends ControlBase {
|
|
|
3934
3938
|
protected _szObserver: any;
|
|
3935
3939
|
protected _e: HTMLElement;
|
|
3936
3940
|
protected _orgTabIndex: number;
|
|
3937
|
-
|
|
3941
|
+
disposed: boolean;
|
|
3938
3942
|
_orgAttributes: {
|
|
3939
3943
|
name: string;
|
|
3940
3944
|
value: string;
|