realreport-designer 1.9.3 → 1.9.5
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/dist/realreport-designer.cjs +260 -234
- package/dist/realreport-designer.d.ts +100 -9
- package/dist/realreport-designer.js +46314 -42218
- package/dist/realreport-designer.umd.js +260 -234
- package/dist/styles/realreport-designer.css +161 -73
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
RealReport Designer v1.9.
|
|
2
|
+
RealReport Designer v1.9.5
|
|
3
3
|
Copyright (C) 2013-2024 WooriTech Inc.
|
|
4
4
|
All Rights Reserved.
|
|
5
5
|
*/
|
|
@@ -1146,7 +1146,7 @@ All Rights Reserved.
|
|
|
1146
1146
|
font-family: var(--rct-font-family);
|
|
1147
1147
|
font-size: var(--rct-font-size);
|
|
1148
1148
|
color: #000;
|
|
1149
|
-
/* background-color:
|
|
1149
|
+
/* background-color: #fff; */
|
|
1150
1150
|
/* word-break: break-all;
|
|
1151
1151
|
word-wrap: break-word; */
|
|
1152
1152
|
-webkit-touch-callout: default;
|
|
@@ -1168,7 +1168,7 @@ All Rights Reserved.
|
|
|
1168
1168
|
}
|
|
1169
1169
|
|
|
1170
1170
|
/** palette */
|
|
1171
|
-
.rct-root {
|
|
1171
|
+
:root, .rct-root {
|
|
1172
1172
|
--color-1: #0098ff;
|
|
1173
1173
|
--color-2: #66d0ff;
|
|
1174
1174
|
--color-3: #ff5c35;
|
|
@@ -1278,11 +1278,11 @@ All Rights Reserved.
|
|
|
1278
1278
|
.rct-control[data-theme='real'] {
|
|
1279
1279
|
--rct-background: #264653;
|
|
1280
1280
|
}
|
|
1281
|
-
.rct-root {
|
|
1281
|
+
:root, .rct-root {
|
|
1282
1282
|
--rct-font-family: AppleSDGothicNeo-Light, "HelveticaNeue", "Malgun Gothic", "맑은 고딕", sans-serif;
|
|
1283
1283
|
--rct-font-size: 16px;
|
|
1284
1284
|
|
|
1285
|
-
--rct-focus-stroke:
|
|
1285
|
+
--rct-focus-stroke: #000;
|
|
1286
1286
|
--rct-focus-stroke-width: 2px;
|
|
1287
1287
|
--rct-text-fill: #333;
|
|
1288
1288
|
|
|
@@ -1295,14 +1295,14 @@ All Rights Reserved.
|
|
|
1295
1295
|
--rct-axis-line-stroke: #aaa;
|
|
1296
1296
|
--rct-axis-baseline-stroke: #333;
|
|
1297
1297
|
--rct-axis-tick-stroke: #555;
|
|
1298
|
-
--rct-axis-label-fill: #
|
|
1298
|
+
--rct-axis-label-fill: #333;
|
|
1299
1299
|
--rct-axis-grid-line-stroke: #ddd;
|
|
1300
1300
|
--rct-axis-grid-line-stroke-start: none;
|
|
1301
1301
|
--rct-axis-grid-line-stroke-end: none;
|
|
1302
1302
|
--rct-axis-grid-line-stroke-width: 1px;
|
|
1303
1303
|
--rct-axis-scrollbar-track-fill: #fdfdfd;
|
|
1304
1304
|
--rct-axis-scrollbar-track-stroke: #aaa;
|
|
1305
|
-
--rct-axis-scrollbar-thumb-fill:
|
|
1305
|
+
--rct-axis-scrollbar-thumb-fill: #d3d3d3;
|
|
1306
1306
|
--rct-axis-scrollbar-rx: 4px;
|
|
1307
1307
|
|
|
1308
1308
|
--rct-legend-background: none;
|
|
@@ -1317,6 +1317,9 @@ All Rights Reserved.
|
|
|
1317
1317
|
--rct-point-label-stroke: none;
|
|
1318
1318
|
--rct-point-label-fill: #333;
|
|
1319
1319
|
|
|
1320
|
+
--rct-point-label-line-stroke-width: 1px;
|
|
1321
|
+
--rct-point-label-line-stroke: #55855560;
|
|
1322
|
+
|
|
1320
1323
|
--rct-credits-fill: #777;
|
|
1321
1324
|
|
|
1322
1325
|
/* polar */
|
|
@@ -1326,7 +1329,7 @@ All Rights Reserved.
|
|
|
1326
1329
|
|
|
1327
1330
|
/* linear gauge */
|
|
1328
1331
|
--rct-linear-gauge-background-fill: #eee;
|
|
1329
|
-
--rct-linear-gauge-value-fill:
|
|
1332
|
+
--rct-linear-gauge-value-fill: #008000;
|
|
1330
1333
|
--rct-linear-gauge-band-tick-labels-stroke: #333;
|
|
1331
1334
|
--rct-linear-gauge-group-label-fill: #333;
|
|
1332
1335
|
/** bullet gauge */
|
|
@@ -1345,9 +1348,9 @@ All Rights Reserved.
|
|
|
1345
1348
|
--rct-gauge-scale-tick: #555;
|
|
1346
1349
|
--rct-gauge-scale-tick-labels-stroke: #333;
|
|
1347
1350
|
/* clock gauge */
|
|
1348
|
-
--rct-clock-gauge-face-fill:
|
|
1351
|
+
--rct-clock-gauge-face-fill: #fff;
|
|
1349
1352
|
--rct-clock-gauge-rim-fill: #eee;
|
|
1350
|
-
--rct-clock-gauge-rim-stroke:
|
|
1353
|
+
--rct-clock-gauge-rim-stroke: #808080;
|
|
1351
1354
|
--rct-clock-gauge-tick-stroke: #333;
|
|
1352
1355
|
--rct-clock-gauge-minor-tick-stroke: #555;
|
|
1353
1356
|
--rct-clock-gauge-tick-label-fill: #333;
|
|
@@ -1357,11 +1360,11 @@ All Rights Reserved.
|
|
|
1357
1360
|
/** series navigator */
|
|
1358
1361
|
--rct-navigator-handle-color: #0098ff;
|
|
1359
1362
|
--rct-navigator-handle-hover-color: #55c;
|
|
1360
|
-
--rct-navigator-track-fill:
|
|
1363
|
+
--rct-navigator-track-fill: #d3d3d3;
|
|
1361
1364
|
--rct-navigator-thumb-fill:#0098ff;
|
|
1362
1365
|
}
|
|
1363
1366
|
.rct-root[data-theme='dark'] {
|
|
1364
|
-
--rct-focus-stroke:
|
|
1367
|
+
--rct-focus-stroke: #ccc;
|
|
1365
1368
|
--rct-text-fill: #fff;
|
|
1366
1369
|
|
|
1367
1370
|
--rct-title-fill: #fff;
|
|
@@ -1471,13 +1474,13 @@ All Rights Reserved.
|
|
|
1471
1474
|
|
|
1472
1475
|
/** label */
|
|
1473
1476
|
.rct-label-dark {
|
|
1474
|
-
fill:
|
|
1477
|
+
fill: #000;
|
|
1475
1478
|
}
|
|
1476
1479
|
.rct-label-light {
|
|
1477
|
-
fill:
|
|
1480
|
+
fill: #fff;
|
|
1478
1481
|
}
|
|
1479
1482
|
.rct-label-background {
|
|
1480
|
-
fill:
|
|
1483
|
+
fill: #d3d3d3;
|
|
1481
1484
|
}
|
|
1482
1485
|
|
|
1483
1486
|
/** button */
|
|
@@ -1506,7 +1509,7 @@ All Rights Reserved.
|
|
|
1506
1509
|
/** title */
|
|
1507
1510
|
.rct-title {
|
|
1508
1511
|
margin-bottom: 10px;
|
|
1509
|
-
font-size:
|
|
1512
|
+
font-size: 22px;
|
|
1510
1513
|
fill: var(--rct-title-fill);
|
|
1511
1514
|
}
|
|
1512
1515
|
.rct-title-background {
|
|
@@ -1514,7 +1517,7 @@ All Rights Reserved.
|
|
|
1514
1517
|
}
|
|
1515
1518
|
.rct-subtitle {
|
|
1516
1519
|
margin-bottom: 10px;
|
|
1517
|
-
font-size:
|
|
1520
|
+
font-size: 15px;
|
|
1518
1521
|
fill: var(--rct-subtitle-fill);
|
|
1519
1522
|
}
|
|
1520
1523
|
.rct-subtitle-background {
|
|
@@ -1526,6 +1529,7 @@ All Rights Reserved.
|
|
|
1526
1529
|
fill: var(--rct-legend-fill);
|
|
1527
1530
|
stroke: none;
|
|
1528
1531
|
padding: 3px 6px;
|
|
1532
|
+
font-size: 14px;
|
|
1529
1533
|
}
|
|
1530
1534
|
.rct-legend-background {
|
|
1531
1535
|
fill: var(--rct-legend-background);
|
|
@@ -1534,28 +1538,47 @@ All Rights Reserved.
|
|
|
1534
1538
|
}
|
|
1535
1539
|
.rct-legend-item-label[data-hidden] {
|
|
1536
1540
|
fill: var(--rct-legend-item-disabled);
|
|
1537
|
-
text-decoration: var(--rct-legend-item-disabled-decoration)
|
|
1541
|
+
text-decoration: var(--rct-legend-item-disabled-decoration);
|
|
1542
|
+
}
|
|
1543
|
+
.rct-legend-item-label[data-empty] {
|
|
1544
|
+
fill: var(--rct-legend-item-disabled);
|
|
1538
1545
|
}
|
|
1539
|
-
/* .rct-legend-item-marker {
|
|
1540
|
-
stroke: none;
|
|
1541
|
-
} */
|
|
1542
1546
|
.rct-legend-item-marker[data-hidden] {
|
|
1543
1547
|
fill: #aaa !important;
|
|
1544
1548
|
stroke: #aaa !important;
|
|
1545
1549
|
}
|
|
1550
|
+
.rct-legend-item-marker[data-hidden] path[data-fill] {
|
|
1551
|
+
fill: #aaa !important;
|
|
1552
|
+
}
|
|
1553
|
+
.rct-legend-item-marker[data-empty] {
|
|
1554
|
+
fill: #aaa !important;
|
|
1555
|
+
stroke: #aaa !important;
|
|
1556
|
+
}
|
|
1557
|
+
.rct-legend-item-marker[data-empty] path[data-fill] {
|
|
1558
|
+
fill: #aaa !important;
|
|
1559
|
+
}
|
|
1546
1560
|
|
|
1547
|
-
/**
|
|
1561
|
+
/** body */
|
|
1548
1562
|
.rct-body-background {
|
|
1549
1563
|
stroke: var(--rct-body-background-stroke);
|
|
1550
1564
|
fill: none;
|
|
1565
|
+
shape-rendering: crispEdges;
|
|
1551
1566
|
}
|
|
1552
1567
|
.rct-body-background[data-polar] {
|
|
1553
1568
|
stroke: none;
|
|
1554
1569
|
}
|
|
1570
|
+
.rct-empty-view {
|
|
1571
|
+
fill: #fcfcff;
|
|
1572
|
+
stroke: #eee;
|
|
1573
|
+
}
|
|
1574
|
+
.rct-empty-view-label {
|
|
1575
|
+
fill: #777;
|
|
1576
|
+
font-size: 1.4em;
|
|
1577
|
+
}
|
|
1555
1578
|
|
|
1556
1579
|
/** axis */
|
|
1557
1580
|
.rct-axis-title {
|
|
1558
|
-
font-size:
|
|
1581
|
+
font-size: 15px;
|
|
1559
1582
|
fill: var(--rct-axis-title-fill);
|
|
1560
1583
|
}
|
|
1561
1584
|
.rct-axis-title-background {
|
|
@@ -1564,30 +1587,33 @@ All Rights Reserved.
|
|
|
1564
1587
|
.rct-axis-line {
|
|
1565
1588
|
stroke: var(--rct-axis-line-stroke);
|
|
1566
1589
|
stroke-width: 1px;
|
|
1590
|
+
shape-rendering: crispEdges;
|
|
1567
1591
|
}
|
|
1568
1592
|
.rct-axis-baseline {
|
|
1569
1593
|
stroke: var(--rct-axis-baseline-stroke);
|
|
1570
1594
|
stroke-width: 1px;
|
|
1595
|
+
shape-rendering: crispEdges;
|
|
1571
1596
|
}
|
|
1572
1597
|
.rct-axis-tick {
|
|
1573
1598
|
stroke: var(--rct-axis-tick-stroke);
|
|
1574
1599
|
stroke-width: 1px;
|
|
1600
|
+
shape-rendering: crispEdges;
|
|
1575
1601
|
}
|
|
1576
1602
|
.rct-axis-labels {
|
|
1577
1603
|
font-size: 14px;
|
|
1578
1604
|
fill: var(--rct-axis-label-fill);
|
|
1579
1605
|
}
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
} */
|
|
1606
|
+
.rct-axis-grid {
|
|
1607
|
+
fill: none;
|
|
1608
|
+
}
|
|
1584
1609
|
.rct-axis-grid-line {
|
|
1585
1610
|
stroke: var(--rct-axis-grid-line-stroke);
|
|
1586
1611
|
stroke-width: var(--rct-axis-grid-line-stroke-width);
|
|
1612
|
+
shape-rendering: crispEdges;
|
|
1587
1613
|
}
|
|
1588
1614
|
.rct-axis-break {
|
|
1589
1615
|
stroke: #aaa;
|
|
1590
|
-
fill:
|
|
1616
|
+
fill: #fff;
|
|
1591
1617
|
fill-opacity: 0.9;
|
|
1592
1618
|
}
|
|
1593
1619
|
.rct-axis-guide-label {
|
|
@@ -1596,11 +1622,13 @@ All Rights Reserved.
|
|
|
1596
1622
|
.rct-axis-guide-line {
|
|
1597
1623
|
stroke: #555;
|
|
1598
1624
|
stroke-width: 2px;
|
|
1625
|
+
shape-rendering: crispEdges;
|
|
1599
1626
|
}
|
|
1600
1627
|
.rct-axis-guide-range {
|
|
1601
1628
|
stroke: none;
|
|
1602
1629
|
fill: #0088ff;
|
|
1603
1630
|
fill-opacity: 0.2;
|
|
1631
|
+
shape-rendering: crispEdges;
|
|
1604
1632
|
}
|
|
1605
1633
|
.rct-axis-scrollbar-track {
|
|
1606
1634
|
fill: var(--rct-axis-scrollbar-track-fill);
|
|
@@ -1619,6 +1647,9 @@ All Rights Reserved.
|
|
|
1619
1647
|
.rct-polar-xaxis-sector-line {
|
|
1620
1648
|
stroke: #555;
|
|
1621
1649
|
}
|
|
1650
|
+
.rct-polar-axis-grids {
|
|
1651
|
+
fill: none;
|
|
1652
|
+
}
|
|
1622
1653
|
.rct-polar-xaxis-grid-line {
|
|
1623
1654
|
stroke: var(--rct-polar-xaxis-grid-line-stroke)
|
|
1624
1655
|
}
|
|
@@ -1683,7 +1714,7 @@ All Rights Reserved.
|
|
|
1683
1714
|
}
|
|
1684
1715
|
|
|
1685
1716
|
.rct-series-trendline {
|
|
1686
|
-
stroke:
|
|
1717
|
+
stroke: #ff0000;
|
|
1687
1718
|
stroke-width: 2px;
|
|
1688
1719
|
stroke-linejoin: round;
|
|
1689
1720
|
fill: none;
|
|
@@ -1782,21 +1813,34 @@ All Rights Reserved.
|
|
|
1782
1813
|
transition-property: opacity;
|
|
1783
1814
|
transition-duration: 0.7s;
|
|
1784
1815
|
}
|
|
1785
|
-
.rct-series[data-
|
|
1786
|
-
opacity: 0.2;
|
|
1816
|
+
.rct-series[data-unhover] {
|
|
1817
|
+
opacity: 0.2 !important;
|
|
1787
1818
|
}
|
|
1788
|
-
.rct-
|
|
1819
|
+
.rct-point[data-unhover] {
|
|
1820
|
+
opacity: 0.2 !important;
|
|
1821
|
+
}
|
|
1822
|
+
.rct-series .rct-point[data-focus], .rct-point[data-unfocus] {
|
|
1789
1823
|
stroke: var(--rct-focus-stroke) !important;
|
|
1790
|
-
stroke-width: var(--rct-focus-stroke-width);
|
|
1791
|
-
filter: brightness(115%);
|
|
1824
|
+
stroke-width: var(--rct-focus-stroke-width) !important;
|
|
1825
|
+
filter: brightness(115%) !important;
|
|
1826
|
+
opacity: 1 !important;
|
|
1827
|
+
}
|
|
1828
|
+
/** data point hover */
|
|
1829
|
+
.rct-point-unhover {
|
|
1830
|
+
opacity: 0.3;
|
|
1831
|
+
transition: opacity 0.7s;
|
|
1832
|
+
}
|
|
1833
|
+
.rct-point-hover {
|
|
1834
|
+
opacity: inherit;
|
|
1835
|
+
transition: opacity 0.7s;
|
|
1792
1836
|
}
|
|
1793
1837
|
.rct-point-labels {
|
|
1794
1838
|
opacity: inherit;
|
|
1795
1839
|
transition-property: opacity;
|
|
1796
1840
|
transition-duration: 0.7s;
|
|
1797
1841
|
}
|
|
1798
|
-
.rct-point-labels[data-
|
|
1799
|
-
opacity: 0.3;
|
|
1842
|
+
.rct-point-labels[data-unhover] {
|
|
1843
|
+
opacity: 0.3 !important;
|
|
1800
1844
|
}
|
|
1801
1845
|
|
|
1802
1846
|
/** rct-point 대신 여기에 지정해야 outline에 반영된다. */
|
|
@@ -1811,7 +1855,8 @@ All Rights Reserved.
|
|
|
1811
1855
|
opacity: 1;
|
|
1812
1856
|
}
|
|
1813
1857
|
.rct-point-label-lines {
|
|
1814
|
-
stroke:
|
|
1858
|
+
stroke-width: var(--rct-point-label-line-stroke-width);
|
|
1859
|
+
stroke: var(--rct-point-label-line-stroke);
|
|
1815
1860
|
fill: none;
|
|
1816
1861
|
}
|
|
1817
1862
|
|
|
@@ -1822,7 +1867,7 @@ All Rights Reserved.
|
|
|
1822
1867
|
|
|
1823
1868
|
/** circlebar series */
|
|
1824
1869
|
.rct-circlebar-series .rct-point {
|
|
1825
|
-
stroke:
|
|
1870
|
+
stroke: #fff;
|
|
1826
1871
|
}
|
|
1827
1872
|
|
|
1828
1873
|
/** barrange series */
|
|
@@ -1837,14 +1882,6 @@ All Rights Reserved.
|
|
|
1837
1882
|
.rct-line-series .rct-point {
|
|
1838
1883
|
stroke-dasharray: none;
|
|
1839
1884
|
}
|
|
1840
|
-
.rct-line-series .rct-point[data-focus] {
|
|
1841
|
-
stroke: #0088ff20 !important;
|
|
1842
|
-
stroke-width: 9px !important;
|
|
1843
|
-
opacity: inherit !important;
|
|
1844
|
-
/** TODO: 아래가 적용되지 않고 있다 */
|
|
1845
|
-
transition-property: opacity;
|
|
1846
|
-
transition-duration: 0.7s;
|
|
1847
|
-
}
|
|
1848
1885
|
.rct-line-series-flag {
|
|
1849
1886
|
font-weight: bold;
|
|
1850
1887
|
font-size: 0.9em;
|
|
@@ -1882,6 +1919,9 @@ All Rights Reserved.
|
|
|
1882
1919
|
.rct-scatter-series {
|
|
1883
1920
|
fill-opacity: 0.7;
|
|
1884
1921
|
}
|
|
1922
|
+
.rct-scatter-series .rct-point[data-focus] {
|
|
1923
|
+
fill-opacity: 0.9;
|
|
1924
|
+
}
|
|
1885
1925
|
|
|
1886
1926
|
/** boxplot series */
|
|
1887
1927
|
.rct-boxplot-series {
|
|
@@ -1904,7 +1944,7 @@ All Rights Reserved.
|
|
|
1904
1944
|
stroke-dasharray: 2;
|
|
1905
1945
|
}
|
|
1906
1946
|
.rct-boxplot-series .rct-point[data-focus] .rct-boxplot-point-stem {
|
|
1907
|
-
stroke:
|
|
1947
|
+
stroke: #000;
|
|
1908
1948
|
stroke-dasharray: none;
|
|
1909
1949
|
stroke-width: 2px;
|
|
1910
1950
|
}
|
|
@@ -1973,6 +2013,9 @@ All Rights Reserved.
|
|
|
1973
2013
|
.rct-lollipop-series {
|
|
1974
2014
|
stroke-width: 3px;
|
|
1975
2015
|
}
|
|
2016
|
+
.rct-lollipop-point-bar {
|
|
2017
|
+
shape-rendering: crispEdges;
|
|
2018
|
+
}
|
|
1976
2019
|
.rct-lollipop-point-marker {
|
|
1977
2020
|
stroke: none;
|
|
1978
2021
|
}
|
|
@@ -1989,6 +2032,9 @@ All Rights Reserved.
|
|
|
1989
2032
|
.rct-dumbbell-series {
|
|
1990
2033
|
stroke-width: 3px;
|
|
1991
2034
|
}
|
|
2035
|
+
.rct-dumbbell-point-bar {
|
|
2036
|
+
shape-rendering: crispEdges;
|
|
2037
|
+
}
|
|
1992
2038
|
.rct-dumbbell-point-marker {
|
|
1993
2039
|
stroke: none;
|
|
1994
2040
|
}
|
|
@@ -2011,7 +2057,7 @@ All Rights Reserved.
|
|
|
2011
2057
|
|
|
2012
2058
|
/** histogram */
|
|
2013
2059
|
.rct-histogram-series .rct-point {
|
|
2014
|
-
stroke:
|
|
2060
|
+
stroke: #fff;
|
|
2015
2061
|
}
|
|
2016
2062
|
|
|
2017
2063
|
/** vector series */
|
|
@@ -2029,12 +2075,12 @@ All Rights Reserved.
|
|
|
2029
2075
|
|
|
2030
2076
|
/** treemap series */
|
|
2031
2077
|
.rct-treemap-series .rct-point {
|
|
2032
|
-
stroke:
|
|
2078
|
+
stroke: #fff;
|
|
2033
2079
|
}
|
|
2034
2080
|
|
|
2035
2081
|
/** pie series */
|
|
2036
2082
|
.rct-pie-series .rct-point {
|
|
2037
|
-
stroke:
|
|
2083
|
+
stroke: #fff;
|
|
2038
2084
|
}
|
|
2039
2085
|
.rct-pie-series-inner {
|
|
2040
2086
|
font-size: 20px;
|
|
@@ -2043,10 +2089,10 @@ All Rights Reserved.
|
|
|
2043
2089
|
|
|
2044
2090
|
/** funnel series */
|
|
2045
2091
|
.rct-funnel-series .rct-point {
|
|
2046
|
-
stroke:
|
|
2092
|
+
stroke: #fff;
|
|
2047
2093
|
}
|
|
2048
2094
|
.rct-funnel-series .rct-point[data-focus] {
|
|
2049
|
-
stroke:
|
|
2095
|
+
stroke: #000;
|
|
2050
2096
|
stroke-width: 2px;
|
|
2051
2097
|
}
|
|
2052
2098
|
|
|
@@ -2082,7 +2128,7 @@ All Rights Reserved.
|
|
|
2082
2128
|
font-size: 20px;
|
|
2083
2129
|
}
|
|
2084
2130
|
.rct-circle-gauge-pin {
|
|
2085
|
-
fill:
|
|
2131
|
+
fill: #fff;
|
|
2086
2132
|
stroke: #333;
|
|
2087
2133
|
stroke-width: 3px;
|
|
2088
2134
|
}
|
|
@@ -2114,7 +2160,7 @@ All Rights Reserved.
|
|
|
2114
2160
|
font-size: 1em;
|
|
2115
2161
|
}
|
|
2116
2162
|
.rct-clock-gauge-pin {
|
|
2117
|
-
fill:
|
|
2163
|
+
fill: #fff;
|
|
2118
2164
|
stroke: #333;
|
|
2119
2165
|
stroke-width: 3px;
|
|
2120
2166
|
}
|
|
@@ -2203,10 +2249,10 @@ All Rights Reserved.
|
|
|
2203
2249
|
opacity: 0.9;
|
|
2204
2250
|
}
|
|
2205
2251
|
.rct-tooltip-back {
|
|
2206
|
-
fill:
|
|
2252
|
+
fill: #fff;
|
|
2207
2253
|
}
|
|
2208
2254
|
.rct-tooltip-tail {
|
|
2209
|
-
fill:
|
|
2255
|
+
fill: #fff;
|
|
2210
2256
|
}
|
|
2211
2257
|
.rct-tooltip-text {
|
|
2212
2258
|
fill: #333;
|
|
@@ -2229,6 +2275,7 @@ All Rights Reserved.
|
|
|
2229
2275
|
fill: none;
|
|
2230
2276
|
stroke-width: 1;
|
|
2231
2277
|
stroke: #80808080;
|
|
2278
|
+
shape-rendering: crispEdges;
|
|
2232
2279
|
}
|
|
2233
2280
|
.rct-crosshair-bar {
|
|
2234
2281
|
stroke: none;
|
|
@@ -2253,8 +2300,9 @@ All Rights Reserved.
|
|
|
2253
2300
|
display: none;
|
|
2254
2301
|
}
|
|
2255
2302
|
.rct-navigator-back {
|
|
2256
|
-
fill:
|
|
2303
|
+
fill: #fff;
|
|
2257
2304
|
stroke: #f0f0f0;
|
|
2305
|
+
shape-rendering: crispEdges;
|
|
2258
2306
|
}
|
|
2259
2307
|
.rct-navigator-mask {
|
|
2260
2308
|
fill: #4488cc20;
|
|
@@ -2268,7 +2316,6 @@ All Rights Reserved.
|
|
|
2268
2316
|
fill: var(--rct-navigator-handle-hover-color);
|
|
2269
2317
|
stroke: var(--rct-navigator-handle-hover-color);
|
|
2270
2318
|
}
|
|
2271
|
-
|
|
2272
2319
|
.rct-navigator-track {
|
|
2273
2320
|
fill: var(--rct-navigator-track-fill);
|
|
2274
2321
|
stroke: var(--rct-navigator-track-fill);
|
|
@@ -2392,7 +2439,7 @@ All Rights Reserved.
|
|
|
2392
2439
|
}
|
|
2393
2440
|
|
|
2394
2441
|
.rp-root input[type=checkbox] {
|
|
2395
|
-
margin
|
|
2442
|
+
margin: 0px;
|
|
2396
2443
|
}
|
|
2397
2444
|
|
|
2398
2445
|
.rp-root input::placeholder,
|
|
@@ -2521,11 +2568,18 @@ All Rights Reserved.
|
|
|
2521
2568
|
}
|
|
2522
2569
|
|
|
2523
2570
|
.rr-property-row-focus {
|
|
2524
|
-
/* background: rgba(0, 127, 255, 0.4); */
|
|
2525
2571
|
background: #101010;
|
|
2526
2572
|
color: white;
|
|
2527
2573
|
}
|
|
2528
2574
|
|
|
2575
|
+
.rr-property-row-focus svg {
|
|
2576
|
+
fill: white;
|
|
2577
|
+
}
|
|
2578
|
+
|
|
2579
|
+
.rr-property-row select {
|
|
2580
|
+
min-width: 20px;
|
|
2581
|
+
}
|
|
2582
|
+
|
|
2529
2583
|
.rr-property-row-select {
|
|
2530
2584
|
background: rgba(0, 127, 255, 0.5);
|
|
2531
2585
|
color: white;
|
|
@@ -2559,6 +2613,7 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
2559
2613
|
|
|
2560
2614
|
.rr-property-select {
|
|
2561
2615
|
flex: 1 1 0;
|
|
2616
|
+
min-height: 20px;
|
|
2562
2617
|
}
|
|
2563
2618
|
|
|
2564
2619
|
.rr-property-select[data-empty="true"] {
|
|
@@ -2655,7 +2710,6 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
2655
2710
|
width: 13px;
|
|
2656
2711
|
text-align: center;
|
|
2657
2712
|
background-color: #555;
|
|
2658
|
-
padding: 2px;
|
|
2659
2713
|
margin-left: 4px;
|
|
2660
2714
|
color: lightgray;
|
|
2661
2715
|
border-radius: 2px;
|
|
@@ -3196,11 +3250,14 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
3196
3250
|
background-color: #00000020;
|
|
3197
3251
|
}
|
|
3198
3252
|
|
|
3253
|
+
.rrd-report-designer button {
|
|
3254
|
+
cursor: pointer;
|
|
3255
|
+
}
|
|
3256
|
+
|
|
3199
3257
|
/* parent font 스타일을 상속받지 않으므로 별도로 지정해야한다. */
|
|
3200
3258
|
.rrd-report-designer button,
|
|
3201
3259
|
.rrd-report-designer input {
|
|
3202
3260
|
font-family: var(--rrd-font-family);
|
|
3203
|
-
cursor: pointer;
|
|
3204
3261
|
}
|
|
3205
3262
|
|
|
3206
3263
|
/* 디자이너 global 기본 전체 설정 스타일 */
|
|
@@ -3590,6 +3647,13 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
3590
3647
|
background-color: var(--rrd-light-theme-primary-color-2);
|
|
3591
3648
|
z-index: 220;
|
|
3592
3649
|
}
|
|
3650
|
+
.rrd-property-path {
|
|
3651
|
+
display: -webkit-box;
|
|
3652
|
+
word-break: break-word;
|
|
3653
|
+
-webkit-line-clamp: 2;
|
|
3654
|
+
-webkit-box-orient: vertical;
|
|
3655
|
+
text-overflow: ellipsis;
|
|
3656
|
+
}
|
|
3593
3657
|
|
|
3594
3658
|
/* 패널 */
|
|
3595
3659
|
/** panel resizer */
|
|
@@ -3931,7 +3995,7 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
3931
3995
|
scrollbar-width: none;
|
|
3932
3996
|
gap: 2px;
|
|
3933
3997
|
}
|
|
3934
|
-
.rrd-band-field-table-header >
|
|
3998
|
+
.rrd-band-field-table-header > span,
|
|
3935
3999
|
.rrd-simple-field-table-header > span {
|
|
3936
4000
|
max-width: fit-content;
|
|
3937
4001
|
white-space: nowrap;
|
|
@@ -3967,6 +4031,8 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
3967
4031
|
.rrd-simple-field-table tr td:nth-child(2) {
|
|
3968
4032
|
min-width: 20px;
|
|
3969
4033
|
text-align: center;
|
|
4034
|
+
position: sticky;
|
|
4035
|
+
left: 0;
|
|
3970
4036
|
}
|
|
3971
4037
|
.rrd-band-field-table tr td:nth-child(3),
|
|
3972
4038
|
.rrd-simple-field-table tr td:nth-child(3) {
|
|
@@ -4029,7 +4095,6 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
4029
4095
|
|
|
4030
4096
|
.rrd-band-field-table th,
|
|
4031
4097
|
.rrd-simple-field-table th {
|
|
4032
|
-
position: sticky;
|
|
4033
4098
|
top: 0;
|
|
4034
4099
|
z-index: 100;
|
|
4035
4100
|
background-color: var(--rrd-light-theme-primary-color-3);
|
|
@@ -4175,11 +4240,16 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
4175
4240
|
.rrd-band-data-sample th {
|
|
4176
4241
|
position: sticky;
|
|
4177
4242
|
top: 0;
|
|
4243
|
+
left: 0;
|
|
4178
4244
|
z-index: 100;
|
|
4179
4245
|
background-color: var(--rrd-light-theme-primary-color-3);
|
|
4180
4246
|
text-align: center;
|
|
4181
4247
|
padding: 0px;
|
|
4182
4248
|
}
|
|
4249
|
+
.rrd-band-field-table tr td:first-child {
|
|
4250
|
+
position: sticky;
|
|
4251
|
+
left: 0;
|
|
4252
|
+
}
|
|
4183
4253
|
.rrd-band-data-sample thead tr th:first-child {
|
|
4184
4254
|
z-index: 101;
|
|
4185
4255
|
text-align: center;
|
|
@@ -4193,6 +4263,12 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
4193
4263
|
position: sticky;
|
|
4194
4264
|
left: 0;
|
|
4195
4265
|
}
|
|
4266
|
+
.rrd-band-data-sample tr td:first-child {
|
|
4267
|
+
background-color: var(--rrd-light-theme-primary-color-2);
|
|
4268
|
+
}
|
|
4269
|
+
.rrd-band-data-sample tr:nth-child(2n + 1) td:first-child {
|
|
4270
|
+
background-color: var(--rrd-light-theme-primary-color-1);
|
|
4271
|
+
}
|
|
4196
4272
|
.rrd-band-data-sample tr td span {
|
|
4197
4273
|
display: inline-block;
|
|
4198
4274
|
width: 100%;
|
|
@@ -4421,8 +4497,8 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
4421
4497
|
.rrd-language-field-table tr:nth-child(2n) {
|
|
4422
4498
|
background-color: var(--rrd-light-theme-primary-color-2);
|
|
4423
4499
|
}
|
|
4424
|
-
.rrd-language-field-table
|
|
4425
|
-
|
|
4500
|
+
.rrd-language-field-table th,
|
|
4501
|
+
.rrd-language-field-table td {
|
|
4426
4502
|
border-right: 1px solid #c0c0c0;
|
|
4427
4503
|
border-bottom: 1px solid #c0c0c0;
|
|
4428
4504
|
padding: 0 4px;
|
|
@@ -5223,7 +5299,7 @@ th {
|
|
|
5223
5299
|
background-color: var(--rrd-light-theme-primary-color-3);
|
|
5224
5300
|
border-top: none;
|
|
5225
5301
|
border-bottom: none;
|
|
5226
|
-
height:
|
|
5302
|
+
height: 20px;
|
|
5227
5303
|
}
|
|
5228
5304
|
.rp-text-expander {
|
|
5229
5305
|
background-color: transparent;
|
|
@@ -5235,15 +5311,20 @@ th {
|
|
|
5235
5311
|
font-weight: bold;
|
|
5236
5312
|
}
|
|
5237
5313
|
.rr-property-row {
|
|
5238
|
-
height:
|
|
5314
|
+
min-height: 26px;
|
|
5239
5315
|
}
|
|
5240
5316
|
.rr-property-row-focus {
|
|
5317
|
+
color: var(--rrd-light-theme-primary-color-9);
|
|
5241
5318
|
background: var(--rrd-light-theme-primary-color-3);
|
|
5242
5319
|
}
|
|
5243
5320
|
.rr-property-row:hover {
|
|
5244
5321
|
background: var(--rrd-light-theme-primary-color-2);
|
|
5245
5322
|
}
|
|
5323
|
+
.rr-property-row-focus svg {
|
|
5324
|
+
fill: var(--rrd-light-theme-primary-color-7);
|
|
5325
|
+
}
|
|
5246
5326
|
.rr-property-row-label {
|
|
5327
|
+
word-break: break-word;
|
|
5247
5328
|
color: var(--light-theme-dark-text-color);
|
|
5248
5329
|
}
|
|
5249
5330
|
.rr-property-edit-button {
|
|
@@ -5261,8 +5342,13 @@ th {
|
|
|
5261
5342
|
min-width: 10px;
|
|
5262
5343
|
}
|
|
5263
5344
|
.rr-property-indent-mark {
|
|
5264
|
-
background
|
|
5265
|
-
|
|
5345
|
+
background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMzIiIGN5PSIzMiIgcj0iMTIiIGZpbGw9IiM4Njg2QjkiLz4KPC9zdmc+Cg==") no-repeat center / contain;
|
|
5346
|
+
}
|
|
5347
|
+
.rr-property-row-content input[type="checkbox"] {
|
|
5348
|
+
display: flex;
|
|
5349
|
+
align-items: center;
|
|
5350
|
+
padding: 0;
|
|
5351
|
+
margin: 0;
|
|
5266
5352
|
}
|
|
5267
5353
|
|
|
5268
5354
|
/* 인스펙터 컬러피커 아이콘 */
|
|
@@ -5468,9 +5554,12 @@ th {
|
|
|
5468
5554
|
}
|
|
5469
5555
|
|
|
5470
5556
|
/* edit layer 영역 */
|
|
5471
|
-
.rr-edit-marquee-item:not([style*="left: 0"]):not([style*="top: 0"])
|
|
5557
|
+
.rr-edit-marquee-item:not([style*="left: 0"]):not([style*="top: 0"]):not(
|
|
5558
|
+
[data-target^="series"]
|
|
5559
|
+
) {
|
|
5472
5560
|
display: none;
|
|
5473
5561
|
}
|
|
5562
|
+
|
|
5474
5563
|
.rr-edit-marquee.rr-bandgroup-marquee
|
|
5475
5564
|
> .rr-edit-marquee-item[style*="left: 0"]:not([style*="top: 0"]) {
|
|
5476
5565
|
display: none;
|
|
@@ -5588,8 +5677,7 @@ th {
|
|
|
5588
5677
|
}
|
|
5589
5678
|
.rr-property-row-content input:focus,
|
|
5590
5679
|
.rr-property-row-content select:focus {
|
|
5591
|
-
outline:
|
|
5592
|
-
border: 2px solid var(--rrd-light-theme-primary-color-8);
|
|
5680
|
+
outline: 2px solid var(--rrd-light-theme-primary-color-8);
|
|
5593
5681
|
border-radius: 3px;
|
|
5594
5682
|
}
|
|
5595
5683
|
/** 체크박스 */
|