realmap 1.1.2 → 1.1.3-tp-test.0

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/band.js CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Band v1.1.2
3
+ * RealMap Band v1.1.3-tp-test.0
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/band.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Band v1.1.2
3
+ * RealMap Band v1.1.3-tp-test.0
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/chart.js CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Chart v1.1.2
3
+ * RealMap Chart v1.1.3-tp-test.0
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/chart.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Chart v1.1.2
3
+ * RealMap Chart v1.1.3-tp-test.0
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/editing.js CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Editing v1.1.2
3
+ * RealMap Editing v1.1.3-tp-test.0
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/editing.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Editing v1.1.2
3
+ * RealMap Editing v1.1.3-tp-test.0
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/export.js CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Export v1.1.2
3
+ * RealMap Export v1.1.3-tp-test.0
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/export.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Export v1.1.2
3
+ * RealMap Export v1.1.3-tp-test.0
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/feature.js CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Feature v1.1.2
3
+ * RealMap Feature v1.1.3-tp-test.0
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/feature.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Feature v1.1.2
3
+ * RealMap Feature v1.1.3-tp-test.0
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/gl.js CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Gl v1.1.2
3
+ * RealMap Gl v1.1.3-tp-test.0
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/gl.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Gl v1.1.2
3
+ * RealMap Gl v1.1.3-tp-test.0
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/heatmap.js CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Heatmap v1.1.2
3
+ * RealMap Heatmap v1.1.3-tp-test.0
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/heatmap.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Heatmap v1.1.2
3
+ * RealMap Heatmap v1.1.3-tp-test.0
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/index.d.ts CHANGED
@@ -2552,7 +2552,7 @@ declare class RmElement extends RmObject {
2552
2552
  getStyle(prop: string): string;
2553
2553
  hasStyle(className: string): boolean;
2554
2554
  containsDom(dom: Element): boolean;
2555
- addDom(dom: SVGElement | HTMLElement): SVGElement | HTMLElement;
2555
+ addDom(dom: SVGElement | HTMLElement): HTMLElement | SVGElement;
2556
2556
  add<T extends RmElement>(child: T): T;
2557
2557
  append<T extends RmElement>(child: T): T;
2558
2558
  addAll(...children: RmElement[]): void;
@@ -7906,7 +7906,7 @@ declare class ChartObject extends RmEventProvider<IMapChartEvents> implements IC
7906
7906
  selectionItemAdded(item: ISelectionSource[]): void;
7907
7907
  selectionItemRemoved(item: ISelectionSource[]): void;
7908
7908
  selectionCleared(): void;
7909
- get type(): "point" | "line" | "map" | "feature" | "pin" | "vector" | "bar" | "pie" | "figure" | "bubble" | "route" | "image" | "heatmap" | "panel" | "waffle" | "gauge" | "clock";
7909
+ get type(): "map" | "point" | "line" | "image" | "figure" | "bar" | "pie" | "waffle" | "bubble" | "route" | "feature" | "pin" | "vector" | "heatmap" | "panel" | "gauge" | "clock";
7910
7910
  get legend(): Legend;
7911
7911
  get credits(): Credits;
7912
7912
  /**