realmap 1.1.1 → 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.1
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.1
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.1
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.1
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.1
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.1
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.1
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.1
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.1
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.1
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.1
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.1
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.1
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.1
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
@@ -1038,11 +1038,12 @@ interface ChartGlobalOptions extends ChartItemOptions {
1038
1038
  */
1039
1039
  widgetGap?: number;
1040
1040
  /**
1041
- * div 크기가 변경될 때, 맵차트를 해당 크기에 맞게 조정할지 여부
1041
+ * 차트 div 크기가 변경됐을 지정한 시간(밀리초) 이후에 다시 그린다.<br>
1042
+ * 0 이하면 대기 없이 바로 다시 그리기를 요청한다.<br>
1042
1043
  *
1043
- * @default false
1044
+ * @default 50 밀리초
1044
1045
  */
1045
- domResize?: boolean;
1046
+ resizeDelay?: number;
1046
1047
  /**
1047
1048
  * 마우스 포인터가 클릭됐을 때 호출되는 콜백.<br/>
1048
1049
  */
@@ -2387,7 +2388,10 @@ declare abstract class RmControl extends RmObject {
2387
2388
  private _lockDirty;
2388
2389
  private _cssVars;
2389
2390
  private _resizeObserver;
2390
- private _domResize;
2391
+ private _wSave;
2392
+ private _hSave;
2393
+ private _resizeTimer;
2394
+ private _resizeDelay;
2391
2395
  loaded: boolean;
2392
2396
  _padding: ISides;
2393
2397
  _scrolling: boolean;
@@ -2415,7 +2419,7 @@ declare abstract class RmControl extends RmObject {
2415
2419
  releaseLock(validate?: boolean): void;
2416
2420
  lock(func: (control: RmControl) => void): void;
2417
2421
  silentLock(func: (control: RmControl) => void): void;
2418
- setDomResize(value: boolean): void;
2422
+ setResizeDelay(value: number): void;
2419
2423
  getBounds(): DOMRect;
2420
2424
  setAnimation(to?: number): void;
2421
2425
  fling(distance: number, duration: number): void;
@@ -2634,6 +2638,8 @@ declare class RmElement extends RmObject {
2634
2638
  }): T;
2635
2639
  onScrollStart(): void;
2636
2640
  onScrollEnd(): void;
2641
+ onRotationStart(): void;
2642
+ onRotationEnd(): void;
2637
2643
  protected _testing(): boolean;
2638
2644
  protected _doAttached(parent: RmElement): void;
2639
2645
  protected _doDetached(parent: RmElement): void;
@@ -8113,6 +8119,7 @@ declare class ChartItem<OP extends ChartItemOptions = ChartItemOptions> extends
8113
8119
  clearStyle(render?: boolean): this;
8114
8120
  /**
8115
8121
  * 모델 css style 값을 변경한다.<br/>
8122
+ * value에 undefined나 null, ''을 지정하면 기존에 설정됐던 스타일 항목이 제거된다.<br/>
8116
8123
  *
8117
8124
  * @param prop css 스타일 항목 이름.
8118
8125
  * @param value 적용할 스타일 값.
@@ -8122,12 +8129,13 @@ declare class ChartItem<OP extends ChartItemOptions = ChartItemOptions> extends
8122
8129
  setStyle(prop: string, value: any, render?: boolean): this;
8123
8130
  /**
8124
8131
  * 여러 항목의 모델 css style 값들을 json 객체로 지정해서 동시에 변경한다.<br/>
8132
+ * value에 undefined나 null, ''을 지정하면 기존에 설정됐던 스타일 항목이 제거된다.<br/>
8125
8133
  *
8126
- * @param styles 스타일 항목들과 값들이 설정된 json 객체
8134
+ * @param props 스타일 항목들과 값들이 설정된 json 객체
8135
+ * @param clear true로 지정하면 기존 스타일 값을 모두 제거한다. 기본값 false
8127
8136
  * @param render true로 지정하면 옵션 변경 시 맵차트를 다시 그린다. 기본값 true
8128
- * @returns
8129
8137
  */
8130
- setStyles(styles: any, render?: boolean): this;
8138
+ setStyles(props: object, clear?: boolean, render?: boolean): this;
8131
8139
  _prepareRender(): void;
8132
8140
  _afterRender(): void;
8133
8141
  _optionChanged(tag?: any): void;
@@ -8592,7 +8600,7 @@ declare class Globals {
8592
8600
  */
8593
8601
  static getVersion(): string;
8594
8602
  /**
8595
- * RealChart의 licenseKey를 등록한다.
8603
+ * RealMap의 licenseKey를 등록한다.
8596
8604
  */
8597
8605
  static setLicenseKey(key: string): void;
8598
8606
  /**
@@ -9259,6 +9267,8 @@ declare class MapSeriesView extends SeriesView<MapSeries> {
9259
9267
  protected _doViewRateChanged(rate: number): void;
9260
9268
  onScrollStart(): void;
9261
9269
  onScrollEnd(): void;
9270
+ onRotationStart(): void;
9271
+ onRotationEnd(): void;
9262
9272
  private $_layoutAreas;
9263
9273
  private getPointLabel;
9264
9274
  private setHoverStyle;
@@ -9317,6 +9327,8 @@ declare class BodyView extends ChartElement<Body> implements IAnnotationAnchorOw
9317
9327
  zoomChanged(zoom: number, oldZoom: number): void;
9318
9328
  onScrollStart(): void;
9319
9329
  onScrollEnd(): void;
9330
+ onRotationStart(): void;
9331
+ onRotationEnd(): void;
9320
9332
  protected _doMeasure(doc: Document, model: Body, hintWidth: number, hintHeight: number): ISize;
9321
9333
  protected _doLayout(param: any): void;
9322
9334
  /**
@@ -9479,6 +9491,7 @@ declare class ChartView extends LayerElement implements IAnnotationAnchorOwner {
9479
9491
  zoomChanged(zoom: number, oldZoom: number): void;
9480
9492
  isAnimating(): void;
9481
9493
  onScrollStart(): void;
9494
+ onRotationStart(): void;
9482
9495
  private $_prepareAnnotations;
9483
9496
  private $_layoutAnnotations;
9484
9497
  private $_prepareMapRegions;