@mescius/wijmo 5.20252.43-nightly.d20251113.t172845 → 5.20252.43-nightly.d20251118.t040636

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.20252.43-nightly.d20251113.t172845
3
+ * Wijmo Library 5.20252.43-nightly.d20251118.t040636
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -20,6 +20,7 @@
20
20
  */
21
21
  export declare var ___keepComment: any;
22
22
  import * as selfModule from '@mescius/wijmo';
23
+ export declare const ipaddr: any;
23
24
  /**
24
25
  * Provides binding to complex properties (e.g. 'customer.address.city')
25
26
  */
@@ -2104,6 +2105,7 @@ export declare function roundTo(value: number, digits: number): number;
2104
2105
  export declare function addAttributeValueToElement(element: Element, attribute: string, value: any): void;
2105
2106
  export declare function removeAttributeValueFromElement(element: any, attribute: any, value: any): void;
2106
2107
  export declare function replaceItems(base: any, override: any): any;
2108
+ export declare function _getTextDecorations(font: any): string;
2107
2109
  interface _IMap<K, V> {
2108
2110
  clear(): void;
2109
2111
  delete(key: K): any;
@@ -4779,4 +4781,5 @@ export declare class TooltipEventArgs extends CancelEventArgs {
4779
4781
  content: string;
4780
4782
  }
4781
4783
  export declare function _updateWme(ctl: Control, key: string): void;
4784
+ export declare function _ckHT(host: any, domain: any): any;
4782
4785
  export {};