@fintatech/fintachart 3.1.12 → 3.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.
@@ -11,6 +11,11 @@
11
11
  data-id="tcdIndicatorDialog_tab_parameters"
12
12
  data-i18n="indicator.all.dialog.parameters"
13
13
  ></li>
14
+ <li
15
+ class="tcdTabItem properties-tab"
16
+ data-id="tcdIndicatorDialog_tab_properties"
17
+ data-i18n="indicator.all.dialog.properties"
18
+ ></li>
14
19
  <li
15
20
  class="tcdTabItem styles-tab"
16
21
  data-id="tcdIndicatorDialog_tab_style"
@@ -28,6 +33,14 @@
28
33
  <div class="tcdDialog-body-content"></div>
29
34
  </div>
30
35
  </div>
36
+ <div
37
+ class="tcdTabPane"
38
+ data-id="tcdIndicatorDialog_tab_properties"
39
+ >
40
+ <div id="tcdIndicatorDialog_pane_properties">
41
+ <div class="tcdDialog-body-content"></div>
42
+ </div>
43
+ </div>
31
44
  <div class="tcdTabPane" data-id="tcdIndicatorDialog_tab_style">
32
45
  <div id="tcdIndicatorDialog_pane_figure">
33
46
  <div class="tcdDialog-body-content"></div>
@@ -256,7 +256,7 @@
256
256
  <div class="tcdDialog-content-items tcdFullWidthContent">
257
257
  <div class="tcdDialog-right-part">
258
258
  <div class="tcdDialog-content-item">
259
- <textarea id="tcdShapeDialog_input_text"></textarea>
259
+ <textarea id="tcdShapeDialog_input_text" data-i18n="[placeholder]shape.barMarker.placeholder"></textarea>
260
260
  </div>
261
261
  </div>
262
262
  </div>
@@ -1367,7 +1367,17 @@
1367
1367
  </div>
1368
1368
  </li>
1369
1369
 
1370
-
1370
+ <li class="tcdToolbarDivider"></li>
1371
+
1372
+ <li class="tcdToolbarButton tcdToolbarCanToggle tcdToolbar-btn-barMarker toolbar-title"
1373
+ data-i18n="[title]shape.barMarker.name">
1374
+ <div class="tcdToolbarButton-buttonWrapper">
1375
+ <button class="tcdToolbarButton-activateBtn" data-tcdvalue="barMarker">
1376
+ <span class="tcdToolbarButton-dropdownElement-image tcdSVGIcon" tcdSVGData="bar-marker"></span>
1377
+ </button>
1378
+ </div>
1379
+ </li>
1380
+
1371
1381
  <li class="tcdToolbarDivider"></li>
1372
1382
 
1373
1383
  <li class="tcdToolbarButton tcdToolbarCanToggle tcdToolbar-btn-stayInShapeBalloonMode tcdToolbar-btn-continuedShapeMode toolbar-title drop hidden"
@@ -1797,7 +1807,6 @@
1797
1807
  <div class="tcdToolbarSession_label">SESSIONS</div>
1798
1808
  <li><a>Regular Trading Hours<span class="tcdToolbarSession_value">RTH</span></a></li>
1799
1809
  <li><a>Electronic Trading Hours<span class="tcdToolbarSession_value">ETH</span></a></li>
1800
- <li><a>Hide Trading Hours<span class="tcdToolbarSession_value">HTH</span></a></li>
1801
1810
  </ul>
1802
1811
  </div>
1803
1812
  </div>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 26 26"><title>bar-marker</title><path d="M8.5 7 A4.5 4.5 0 1 0 17.5 7 A4.5 4.5 0 1 0 8.5 7 Z M9.5 7 A3.5 3.5 0 1 0 16.5 7 A3.5 3.5 0 1 0 9.5 7 Z M11.8 11.5 H14.2 V20 H11.8 Z M12.4 12.1 H13.6 V19.4 H12.4 Z M8 20 H18 V22.5 H8 Z M8.6 20.6 H17.4 V21.9 H8.6 Z" fill="currentColor" fill-rule="evenodd"/></svg>
@@ -228,6 +228,10 @@
228
228
  "note": {
229
229
  "name": "Note"
230
230
  },
231
+ "barMarker": {
232
+ "name": "Bar marker",
233
+ "placeholder": "Enter marker text (default: E)"
234
+ },
231
235
  "lineSegment": {
232
236
  "name": "Trend line"
233
237
  },
@@ -891,6 +895,7 @@
891
895
  "Moving Average": "Moving Average",
892
896
  "indicator": "Indicator",
893
897
  "parameters": "Parameters",
898
+ "properties": "Properties",
894
899
  "color": "Color",
895
900
  "color1": "Color 1",
896
901
  "color2": "Color 2",
@@ -225,6 +225,10 @@
225
225
  "note": {
226
226
  "name": "Примітка"
227
227
  },
228
+ "barMarker": {
229
+ "name": "Маркер бара",
230
+ "placeholder": "Введіть текст маркера (за замовчуванням: E)"
231
+ },
228
232
  "lineSegment": {
229
233
  "name": "Відрізок"
230
234
  },
@@ -852,6 +856,7 @@
852
856
  "Moving Average": "Рухоме середнє",
853
857
  "indicator": "Індикатор",
854
858
  "parameters": "Параметри",
859
+ "properties": "Властивості",
855
860
  "color": "Колір",
856
861
  "color1": "Колір 1",
857
862
  "color2": "Колір 2",
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fintatech/fintachart",
3
3
  "description": "FintaChart financial charting component",
4
4
  "homepage": "https://fintatech.com",
5
- "version": "3.1.12",
5
+ "version": "3.1.13",
6
6
  "types": "./d.ts/FintaChart.d.ts",
7
7
  "license": "SEE LICENSE IN LICENSE.md",
8
8
  "repository": {