realmap 1.1.12 → 1.1.13

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.12
3
+ * RealMap Band v1.1.13
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.12
3
+ * RealMap Band v1.1.13
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.12
3
+ * RealMap Chart v1.1.13
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.12
3
+ * RealMap Chart v1.1.13
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.12
3
+ * RealMap Design v1.1.13
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.12
3
+ * RealMap Design v1.1.13
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.12
3
+ * RealMap Editing v1.1.13
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.12
3
+ * RealMap Editing v1.1.13
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.12
3
+ * RealMap Export v1.1.13
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.12
3
+ * RealMap Export v1.1.13
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.12
3
+ * RealMap Feature v1.1.13
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.12
3
+ * RealMap Feature v1.1.13
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.12
3
+ * RealMap Gl v1.1.13
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.12
3
+ * RealMap Gl v1.1.13
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.12
3
+ * RealMap Heatmap v1.1.13
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.12
3
+ * RealMap Heatmap v1.1.13
4
4
  * Copyright (C) 2023-2026 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/index.d.ts CHANGED
@@ -2457,6 +2457,12 @@ interface OrthogonalSparkSeriesOptions extends SparkSeriesOptions {
2457
2457
  baseValue?: number;
2458
2458
  belowStyle?: SVGStyleOrClass;
2459
2459
  /**
2460
+ * 바 높이 계산에 사용할 값 범위(min/max)의 산출 방식을 지정한다.<br/>
2461
+ * - `'series'`: 시리즈의 **모든 데이터포인트** 값 전체를 대상으로 min/max를 계산하여,
2462
+ * 각 데이터포인트 차트의 스케일이 동일하게 표시된다.
2463
+ * - `'point'`: **각 데이터포인트** 자신의 값들만으로 min/max를 계산하여,
2464
+ * 데이터포인트마다 스케일이 독립적으로 결정된다.
2465
+ *
2460
2466
  * @default 'series'
2461
2467
  */
2462
2468
  valueDomain?: DataPointValueDomain;
@@ -6233,7 +6239,9 @@ declare class SparkSeriesPoint extends ValuePoint {
6233
6239
  getPoints(values: number[], minimum: number, maximum: number): number[];
6234
6240
  getBasePoint(minimum: number, maximum: number, base: number): number;
6235
6241
  getSum(): number;
6242
+ protected _readArray(series: ISeries, v: any[]): void;
6236
6243
  protected _readObject(series: ISeries, v: any): void;
6244
+ private $_initValues;
6237
6245
  getParam(param: string): any;
6238
6246
  }
6239
6247
  declare class SparkCategoryImpl implements ILegendSource {