hyperprop-charting-library 0.1.155 → 0.1.156
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.
|
@@ -3339,7 +3339,17 @@ var DRAWING_TOOL_ICONS = {
|
|
|
3339
3339
|
path("M9.5 11.5h9"),
|
|
3340
3340
|
path("M5 14.5a9 9 0 0 0 18 0")
|
|
3341
3341
|
],
|
|
3342
|
-
indicators: [path("M4 19.5l5.5-6.5 4.5 4.5 9.5-11")]
|
|
3342
|
+
indicators: [path("M4 19.5l5.5-6.5 4.5 4.5 9.5-11")],
|
|
3343
|
+
camera: [
|
|
3344
|
+
path("M10 8.5 11.6 6h4.8L18 8.5"),
|
|
3345
|
+
{ kind: "rect", x: 4, y: 8.5, width: 20, height: 13.5 },
|
|
3346
|
+
{ kind: "circle", cx: 14, cy: 15, r: 4.2 }
|
|
3347
|
+
],
|
|
3348
|
+
undo: [path("M6.5 10.5H16a6 6 0 0 1 0 12h-4"), path("M10.5 6.5 6.5 10.5l4 4")],
|
|
3349
|
+
redo: [path("M21.5 10.5H12a6 6 0 0 0 0 12h4"), path("M17.5 6.5l4 4-4 4")],
|
|
3350
|
+
maximize: [path("M4.5 10V4.5H10M18 4.5h5.5V10M23.5 18v5.5H18M10 23.5H4.5V18")],
|
|
3351
|
+
minimize: [path("M10 4.5V10H4.5M18 4.5V10h5.5M23.5 18H18v5.5M4.5 18H10v5.5")],
|
|
3352
|
+
compare: [path("M4 20l5-5.5 4 3.5 6.5-7.5"), path("M21 4.5v6M18 7.5h6")]
|
|
3343
3353
|
};
|
|
3344
3354
|
|
|
3345
3355
|
// src/themes.ts
|
|
@@ -1475,7 +1475,7 @@ type DrawingIconShape = {
|
|
|
1475
1475
|
width: number;
|
|
1476
1476
|
height: number;
|
|
1477
1477
|
};
|
|
1478
|
-
type DrawingIconName = "cursor-cross" | "cursor-dot" | "cursor-arrow" | "trendline" | "horizontal-line" | "vertical-line" | "ray" | "arrow" | "parallel-channel" | "fib-retracement" | "fib-extension" | "long-position" | "short-position" | "price-range" | "fixed-range-volume-profile" | "measure" | "rectangle" | "ellipse" | "brush" | "text" | "note" | "callout" | "magnet" | "trash" | "pencil" | "eye-off" | "lock" | "unlock" | "clone" | "settings" | "source-code" | "go-to-realtime" | "fit-bars" | "reset" | "log-scale" | "percent-scale" | "invert-scale" | "arrow-up" | "arrow-down" | "replay" | "play" | "pause" | "skip-back" | "skip-forward" | "alert" | "anchor" | "indicators";
|
|
1478
|
+
type DrawingIconName = "cursor-cross" | "cursor-dot" | "cursor-arrow" | "trendline" | "horizontal-line" | "vertical-line" | "ray" | "arrow" | "parallel-channel" | "fib-retracement" | "fib-extension" | "long-position" | "short-position" | "price-range" | "fixed-range-volume-profile" | "measure" | "rectangle" | "ellipse" | "brush" | "text" | "note" | "callout" | "magnet" | "trash" | "pencil" | "eye-off" | "lock" | "unlock" | "clone" | "settings" | "source-code" | "go-to-realtime" | "fit-bars" | "reset" | "log-scale" | "percent-scale" | "invert-scale" | "arrow-up" | "arrow-down" | "replay" | "play" | "pause" | "skip-back" | "skip-forward" | "alert" | "anchor" | "indicators" | "camera" | "undo" | "redo" | "maximize" | "minimize" | "compare";
|
|
1479
1479
|
declare const DRAWING_ICON_VIEWBOX = 28;
|
|
1480
1480
|
declare const DRAWING_ICON_STROKE_WIDTH = 1.6;
|
|
1481
1481
|
declare const DRAWING_TOOL_ICONS: Record<DrawingIconName, DrawingIconShape[]>;
|
|
@@ -3300,7 +3300,17 @@ var DRAWING_TOOL_ICONS = {
|
|
|
3300
3300
|
path("M9.5 11.5h9"),
|
|
3301
3301
|
path("M5 14.5a9 9 0 0 0 18 0")
|
|
3302
3302
|
],
|
|
3303
|
-
indicators: [path("M4 19.5l5.5-6.5 4.5 4.5 9.5-11")]
|
|
3303
|
+
indicators: [path("M4 19.5l5.5-6.5 4.5 4.5 9.5-11")],
|
|
3304
|
+
camera: [
|
|
3305
|
+
path("M10 8.5 11.6 6h4.8L18 8.5"),
|
|
3306
|
+
{ kind: "rect", x: 4, y: 8.5, width: 20, height: 13.5 },
|
|
3307
|
+
{ kind: "circle", cx: 14, cy: 15, r: 4.2 }
|
|
3308
|
+
],
|
|
3309
|
+
undo: [path("M6.5 10.5H16a6 6 0 0 1 0 12h-4"), path("M10.5 6.5 6.5 10.5l4 4")],
|
|
3310
|
+
redo: [path("M21.5 10.5H12a6 6 0 0 0 0 12h4"), path("M17.5 6.5l4 4-4 4")],
|
|
3311
|
+
maximize: [path("M4.5 10V4.5H10M18 4.5h5.5V10M23.5 18v5.5H18M10 23.5H4.5V18")],
|
|
3312
|
+
minimize: [path("M10 4.5V10H4.5M18 4.5V10h5.5M23.5 18H18v5.5M4.5 18H10v5.5")],
|
|
3313
|
+
compare: [path("M4 20l5-5.5 4 3.5 6.5-7.5"), path("M21 4.5v6M18 7.5h6")]
|
|
3304
3314
|
};
|
|
3305
3315
|
|
|
3306
3316
|
// src/themes.ts
|
package/dist/index.cjs
CHANGED
|
@@ -3339,7 +3339,17 @@ var DRAWING_TOOL_ICONS = {
|
|
|
3339
3339
|
path("M9.5 11.5h9"),
|
|
3340
3340
|
path("M5 14.5a9 9 0 0 0 18 0")
|
|
3341
3341
|
],
|
|
3342
|
-
indicators: [path("M4 19.5l5.5-6.5 4.5 4.5 9.5-11")]
|
|
3342
|
+
indicators: [path("M4 19.5l5.5-6.5 4.5 4.5 9.5-11")],
|
|
3343
|
+
camera: [
|
|
3344
|
+
path("M10 8.5 11.6 6h4.8L18 8.5"),
|
|
3345
|
+
{ kind: "rect", x: 4, y: 8.5, width: 20, height: 13.5 },
|
|
3346
|
+
{ kind: "circle", cx: 14, cy: 15, r: 4.2 }
|
|
3347
|
+
],
|
|
3348
|
+
undo: [path("M6.5 10.5H16a6 6 0 0 1 0 12h-4"), path("M10.5 6.5 6.5 10.5l4 4")],
|
|
3349
|
+
redo: [path("M21.5 10.5H12a6 6 0 0 0 0 12h4"), path("M17.5 6.5l4 4-4 4")],
|
|
3350
|
+
maximize: [path("M4.5 10V4.5H10M18 4.5h5.5V10M23.5 18v5.5H18M10 23.5H4.5V18")],
|
|
3351
|
+
minimize: [path("M10 4.5V10H4.5M18 4.5V10h5.5M23.5 18H18v5.5M4.5 18H10v5.5")],
|
|
3352
|
+
compare: [path("M4 20l5-5.5 4 3.5 6.5-7.5"), path("M21 4.5v6M18 7.5h6")]
|
|
3343
3353
|
};
|
|
3344
3354
|
|
|
3345
3355
|
// src/themes.ts
|
package/dist/index.d.cts
CHANGED
|
@@ -1475,7 +1475,7 @@ type DrawingIconShape = {
|
|
|
1475
1475
|
width: number;
|
|
1476
1476
|
height: number;
|
|
1477
1477
|
};
|
|
1478
|
-
type DrawingIconName = "cursor-cross" | "cursor-dot" | "cursor-arrow" | "trendline" | "horizontal-line" | "vertical-line" | "ray" | "arrow" | "parallel-channel" | "fib-retracement" | "fib-extension" | "long-position" | "short-position" | "price-range" | "fixed-range-volume-profile" | "measure" | "rectangle" | "ellipse" | "brush" | "text" | "note" | "callout" | "magnet" | "trash" | "pencil" | "eye-off" | "lock" | "unlock" | "clone" | "settings" | "source-code" | "go-to-realtime" | "fit-bars" | "reset" | "log-scale" | "percent-scale" | "invert-scale" | "arrow-up" | "arrow-down" | "replay" | "play" | "pause" | "skip-back" | "skip-forward" | "alert" | "anchor" | "indicators";
|
|
1478
|
+
type DrawingIconName = "cursor-cross" | "cursor-dot" | "cursor-arrow" | "trendline" | "horizontal-line" | "vertical-line" | "ray" | "arrow" | "parallel-channel" | "fib-retracement" | "fib-extension" | "long-position" | "short-position" | "price-range" | "fixed-range-volume-profile" | "measure" | "rectangle" | "ellipse" | "brush" | "text" | "note" | "callout" | "magnet" | "trash" | "pencil" | "eye-off" | "lock" | "unlock" | "clone" | "settings" | "source-code" | "go-to-realtime" | "fit-bars" | "reset" | "log-scale" | "percent-scale" | "invert-scale" | "arrow-up" | "arrow-down" | "replay" | "play" | "pause" | "skip-back" | "skip-forward" | "alert" | "anchor" | "indicators" | "camera" | "undo" | "redo" | "maximize" | "minimize" | "compare";
|
|
1479
1479
|
declare const DRAWING_ICON_VIEWBOX = 28;
|
|
1480
1480
|
declare const DRAWING_ICON_STROKE_WIDTH = 1.6;
|
|
1481
1481
|
declare const DRAWING_TOOL_ICONS: Record<DrawingIconName, DrawingIconShape[]>;
|
package/dist/index.d.ts
CHANGED
|
@@ -1475,7 +1475,7 @@ type DrawingIconShape = {
|
|
|
1475
1475
|
width: number;
|
|
1476
1476
|
height: number;
|
|
1477
1477
|
};
|
|
1478
|
-
type DrawingIconName = "cursor-cross" | "cursor-dot" | "cursor-arrow" | "trendline" | "horizontal-line" | "vertical-line" | "ray" | "arrow" | "parallel-channel" | "fib-retracement" | "fib-extension" | "long-position" | "short-position" | "price-range" | "fixed-range-volume-profile" | "measure" | "rectangle" | "ellipse" | "brush" | "text" | "note" | "callout" | "magnet" | "trash" | "pencil" | "eye-off" | "lock" | "unlock" | "clone" | "settings" | "source-code" | "go-to-realtime" | "fit-bars" | "reset" | "log-scale" | "percent-scale" | "invert-scale" | "arrow-up" | "arrow-down" | "replay" | "play" | "pause" | "skip-back" | "skip-forward" | "alert" | "anchor" | "indicators";
|
|
1478
|
+
type DrawingIconName = "cursor-cross" | "cursor-dot" | "cursor-arrow" | "trendline" | "horizontal-line" | "vertical-line" | "ray" | "arrow" | "parallel-channel" | "fib-retracement" | "fib-extension" | "long-position" | "short-position" | "price-range" | "fixed-range-volume-profile" | "measure" | "rectangle" | "ellipse" | "brush" | "text" | "note" | "callout" | "magnet" | "trash" | "pencil" | "eye-off" | "lock" | "unlock" | "clone" | "settings" | "source-code" | "go-to-realtime" | "fit-bars" | "reset" | "log-scale" | "percent-scale" | "invert-scale" | "arrow-up" | "arrow-down" | "replay" | "play" | "pause" | "skip-back" | "skip-forward" | "alert" | "anchor" | "indicators" | "camera" | "undo" | "redo" | "maximize" | "minimize" | "compare";
|
|
1479
1479
|
declare const DRAWING_ICON_VIEWBOX = 28;
|
|
1480
1480
|
declare const DRAWING_ICON_STROKE_WIDTH = 1.6;
|
|
1481
1481
|
declare const DRAWING_TOOL_ICONS: Record<DrawingIconName, DrawingIconShape[]>;
|
package/dist/index.js
CHANGED
|
@@ -3300,7 +3300,17 @@ var DRAWING_TOOL_ICONS = {
|
|
|
3300
3300
|
path("M9.5 11.5h9"),
|
|
3301
3301
|
path("M5 14.5a9 9 0 0 0 18 0")
|
|
3302
3302
|
],
|
|
3303
|
-
indicators: [path("M4 19.5l5.5-6.5 4.5 4.5 9.5-11")]
|
|
3303
|
+
indicators: [path("M4 19.5l5.5-6.5 4.5 4.5 9.5-11")],
|
|
3304
|
+
camera: [
|
|
3305
|
+
path("M10 8.5 11.6 6h4.8L18 8.5"),
|
|
3306
|
+
{ kind: "rect", x: 4, y: 8.5, width: 20, height: 13.5 },
|
|
3307
|
+
{ kind: "circle", cx: 14, cy: 15, r: 4.2 }
|
|
3308
|
+
],
|
|
3309
|
+
undo: [path("M6.5 10.5H16a6 6 0 0 1 0 12h-4"), path("M10.5 6.5 6.5 10.5l4 4")],
|
|
3310
|
+
redo: [path("M21.5 10.5H12a6 6 0 0 0 0 12h4"), path("M17.5 6.5l4 4-4 4")],
|
|
3311
|
+
maximize: [path("M4.5 10V4.5H10M18 4.5h5.5V10M23.5 18v5.5H18M10 23.5H4.5V18")],
|
|
3312
|
+
minimize: [path("M10 4.5V10H4.5M18 4.5V10h5.5M23.5 18H18v5.5M4.5 18H10v5.5")],
|
|
3313
|
+
compare: [path("M4 20l5-5.5 4 3.5 6.5-7.5"), path("M21 4.5v6M18 7.5h6")]
|
|
3304
3314
|
};
|
|
3305
3315
|
|
|
3306
3316
|
// src/themes.ts
|