realmap 1.1.4 → 1.1.6

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.4
3
+ * RealMap Band v1.1.6
4
4
  * Copyright (C) 2023-2026 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.4
3
+ * RealMap Band v1.1.6
4
4
  * Copyright (C) 2023-2026 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.4
3
+ * RealMap Chart v1.1.6
4
4
  * Copyright (C) 2023-2026 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.4
3
+ * RealMap Chart v1.1.6
4
4
  * Copyright (C) 2023-2026 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/design.js CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Design v1.1.4
3
+ * RealMap Design v1.1.6
4
4
  * Copyright (C) 2023-2026 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/design.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Design v1.1.4
3
+ * RealMap Design v1.1.6
4
4
  * Copyright (C) 2023-2026 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.4
3
+ * RealMap Editing v1.1.6
4
4
  * Copyright (C) 2023-2026 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.4
3
+ * RealMap Editing v1.1.6
4
4
  * Copyright (C) 2023-2026 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.4
3
+ * RealMap Export v1.1.6
4
4
  * Copyright (C) 2023-2026 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.4
3
+ * RealMap Export v1.1.6
4
4
  * Copyright (C) 2023-2026 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.4
3
+ * RealMap Feature v1.1.6
4
4
  * Copyright (C) 2023-2026 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.4
3
+ * RealMap Feature v1.1.6
4
4
  * Copyright (C) 2023-2026 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.4
3
+ * RealMap Gl v1.1.6
4
4
  * Copyright (C) 2023-2026 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.4
3
+ * RealMap Gl v1.1.6
4
4
  * Copyright (C) 2023-2026 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.4
3
+ * RealMap Heatmap v1.1.6
4
4
  * Copyright (C) 2023-2026 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.4
3
+ * RealMap Heatmap v1.1.6
4
4
  * Copyright (C) 2023-2026 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/index.d.ts CHANGED
@@ -1039,6 +1039,13 @@ interface ChartGlobalOptions extends ChartItemOptions {
1039
1039
  * @default 50 밀리초
1040
1040
  */
1041
1041
  resizeDelay?: number;
1042
+ /**
1043
+ * 마우스 휠을 통한 줌인/아웃을 비활성화할지 여부.<br/>
1044
+ * true로 설정하면 줌 패널 버튼은 사용할 수 있지만 마우스 휠로는 줌 조절이 불가능하다.<br/>
1045
+ *
1046
+ * @default false
1047
+ */
1048
+ wheelDisabled?: boolean;
1042
1049
  /**
1043
1050
  * 마우스 포인터가 클릭됐을 때 호출되는 콜백.<br/>
1044
1051
  */
@@ -1933,7 +1940,7 @@ declare abstract class RmControl extends RmObject {
1933
1940
  protected _doPointerCancel(event: PointerEvent): void;
1934
1941
  protected _doPointerLeave(event: PointerEvent): void;
1935
1942
  protected _doKeyPress(event: KeyboardEvent): void;
1936
- protected _doWheel(event: WheelEvent): void;
1943
+ protected _doWheel(event: WheelEvent): boolean;
1937
1944
  protected _windowResizeHandler: (event: Event) => void;
1938
1945
  protected _domResizeHandler: (event: Event) => void;
1939
1946
  protected _domResized(): void;
@@ -7893,6 +7900,7 @@ declare class Body extends ChartItem<BodyOptions> implements IAnnotationOwner {
7893
7900
  */
7894
7901
  private $_prepareLayout_world;
7895
7902
  private $_prepareLayout;
7903
+ private $_calculateRate;
7896
7904
  getPoint(id: string): MapCoord;
7897
7905
  /**
7898
7906
  * coord는 projection 하지 않은 값.
@@ -8716,6 +8724,7 @@ declare class MapChart {
8716
8724
  pointToMap(x: number, y: number): MapCoord;
8717
8725
  drilldown(series?: number | string | MapSeries, area?: string): Promise<void>;
8718
8726
  drillup(series?: number | string | MapSeries): Promise<void>;
8727
+ destroy(): void;
8719
8728
  }
8720
8729
 
8721
8730
  /**
@@ -9724,6 +9733,7 @@ declare class ChartControl extends RmControl implements IMapChartEvents {
9724
9733
  protected _doRender(bounds: IRect): void;
9725
9734
  protected _doAfterRender(): void;
9726
9735
  isLoading(): boolean;
9736
+ protected _doWheel(ev: WheelEvent): boolean;
9727
9737
  private $_loadModules;
9728
9738
  private $_export;
9729
9739
  }