@luzmo/dashboard-contents-types 1.0.1 → 1.0.3
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/CHANGELOG.md +12 -0
- package/assets/json-schemas/area-chart-options.schema.json.d.ts +17 -129
- package/assets/json-schemas/bar-chart-options.schema.json.d.ts +17 -129
- package/assets/json-schemas/box-plot-options.schema.json.d.ts +16 -165
- package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +17 -129
- package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +12 -175
- package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +12 -150
- package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +15 -176
- package/assets/json-schemas/column-chart-options.schema.json.d.ts +17 -129
- package/assets/json-schemas/combination-chart-options.schema.json.d.ts +17 -129
- package/assets/json-schemas/date-filter-options.schema.json.d.ts +10 -228
- package/assets/json-schemas/donut-chart-options.schema.json.d.ts +16 -140
- package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +10 -228
- package/assets/json-schemas/evolution-number-options.schema.json.d.ts +15 -176
- package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +16 -140
- package/assets/json-schemas/image-options.schema.json.d.ts +5 -339
- package/assets/json-schemas/line-chart-options.schema.json.d.ts +17 -129
- package/assets/json-schemas/pivot-table-options.schema.json.d.ts +11 -186
- package/assets/json-schemas/regular-table-options.schema.json.d.ts +11 -186
- package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +15 -176
- package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +17 -129
- package/assets/json-schemas/search-filter-options.schema.json.d.ts +1051 -0
- package/assets/json-schemas/search-filter-slots.schema.json.d.ts +484 -0
- package/assets/json-schemas/search-filter.schema.json.d.ts +23 -0
- package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +10 -228
- package/assets/json-schemas/slider-filter-options.schema.json.d.ts +10 -228
- package/assets/json-schemas/text-options.schema.json.d.ts +6 -296
- package/index.js +66 -45
- package/index.mjs +2025 -4267
- package/json-schemas.d.ts +1173 -1938
- package/json-schemas.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/lib/area-chart/area-chart-options.d.ts +6 -3
- package/src/lib/area-chart/area-chart-options.d.ts.map +1 -1
- package/src/lib/bar-chart/bar-chart-options.d.ts +6 -3
- package/src/lib/bar-chart/bar-chart-options.d.ts.map +1 -1
- package/src/lib/box-plot/box-plot-options.d.ts +6 -3
- package/src/lib/box-plot/box-plot-options.d.ts.map +1 -1
- package/src/lib/bubble-chart/bubble-chart-options.d.ts +6 -3
- package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -1
- package/src/lib/bullet-chart/bullet-chart-options.d.ts +6 -1
- package/src/lib/bullet-chart/bullet-chart-options.d.ts.map +1 -1
- package/src/lib/choropleth-map/choropleth-map-options.d.ts +6 -2
- package/src/lib/choropleth-map/choropleth-map-options.d.ts.map +1 -1
- package/src/lib/circular-gauge/circular-gauge-options.d.ts +6 -1
- package/src/lib/circular-gauge/circular-gauge-options.d.ts.map +1 -1
- package/src/lib/column-chart/column-chart-options.d.ts +6 -3
- package/src/lib/column-chart/column-chart-options.d.ts.map +1 -1
- package/src/lib/combination-chart/combination-chart-options.d.ts +6 -3
- package/src/lib/combination-chart/combination-chart-options.d.ts.map +1 -1
- package/src/lib/conditional-number/conditional-number-options.d.ts +6 -1
- package/src/lib/conditional-number/conditional-number-options.d.ts.map +1 -1
- package/src/lib/date-filter/date-filter-options.d.ts +6 -2
- package/src/lib/date-filter/date-filter-options.d.ts.map +1 -1
- package/src/lib/donut-chart/donut-chart-options.d.ts +6 -2
- package/src/lib/donut-chart/donut-chart-options.d.ts.map +1 -1
- package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +6 -1
- package/src/lib/dropdown-filter/dropdown-filter-options.d.ts.map +1 -1
- package/src/lib/evolution-number/evolution-number-options.d.ts +6 -1
- package/src/lib/evolution-number/evolution-number-options.d.ts.map +1 -1
- package/src/lib/funnel-chart/funnel-chart-options.d.ts +6 -2
- package/src/lib/funnel-chart/funnel-chart-options.d.ts.map +1 -1
- package/src/lib/image/image-options.d.ts +6 -1
- package/src/lib/image/image-options.d.ts.map +1 -1
- package/src/lib/line-chart/line-chart-options.d.ts +6 -3
- package/src/lib/line-chart/line-chart-options.d.ts.map +1 -1
- package/src/lib/pivot-table/pivot-table-options.d.ts +6 -2
- package/src/lib/pivot-table/pivot-table-options.d.ts.map +1 -1
- package/src/lib/regular-table/regular-table-options.d.ts +6 -1
- package/src/lib/regular-table/regular-table-options.d.ts.map +1 -1
- package/src/lib/sankey-diagram/sankey-diagram-options.d.ts +6 -2
- package/src/lib/sankey-diagram/sankey-diagram-options.d.ts.map +1 -1
- package/src/lib/scatter-plot/scatter-plot-options.d.ts +6 -3
- package/src/lib/scatter-plot/scatter-plot-options.d.ts.map +1 -1
- package/src/lib/search-filter/search-filter-options.d.ts +12 -2
- package/src/lib/search-filter/search-filter-options.d.ts.map +1 -1
- package/src/lib/shared/index.d.ts +1 -3
- package/src/lib/shared/index.d.ts.map +1 -1
- package/src/lib/shared/slots.d.ts +1 -0
- package/src/lib/shared/slots.d.ts.map +1 -1
- package/src/lib/shared/theme.d.ts +87 -81
- package/src/lib/shared/theme.d.ts.map +1 -1
- package/src/lib/slicer-filter/slicer-filter-options.d.ts +6 -2
- package/src/lib/slicer-filter/slicer-filter-options.d.ts.map +1 -1
- package/src/lib/slider-filter/slider-filter-options.d.ts +6 -2
- package/src/lib/slider-filter/slider-filter-options.d.ts.map +1 -1
- package/src/lib/text/text-options.d.ts +6 -1
- package/src/lib/text/text-options.d.ts.map +1 -1
- package/src/lib/shared/axis-view-options.d.ts +0 -3
- package/src/lib/shared/axis-view-options.d.ts.map +0 -1
|
@@ -473,6 +473,9 @@ declare const _default: {
|
|
|
473
473
|
"currency_id": {
|
|
474
474
|
"type": "string"
|
|
475
475
|
},
|
|
476
|
+
"description": {
|
|
477
|
+
"type": "object"
|
|
478
|
+
},
|
|
476
479
|
"duration_format": {
|
|
477
480
|
"enum": [
|
|
478
481
|
"long",
|
|
@@ -1303,7 +1306,7 @@ declare const _default: {
|
|
|
1303
1306
|
"description": "Theme configuration",
|
|
1304
1307
|
"properties": {
|
|
1305
1308
|
"axis": {
|
|
1306
|
-
"description": "
|
|
1309
|
+
"description": "Custom axis styling",
|
|
1307
1310
|
"examples": [
|
|
1308
1311
|
{
|
|
1309
1312
|
"fontSize": 12
|
|
@@ -1314,25 +1317,8 @@ declare const _default: {
|
|
|
1314
1317
|
],
|
|
1315
1318
|
"type": "object"
|
|
1316
1319
|
},
|
|
1317
|
-
"background": {
|
|
1318
|
-
"description": "Background color",
|
|
1319
|
-
"examples": [
|
|
1320
|
-
"rgb(245, 245, 245)",
|
|
1321
|
-
"rgb(61, 61, 61)"
|
|
1322
|
-
],
|
|
1323
|
-
"type": "string"
|
|
1324
|
-
},
|
|
1325
|
-
"baseFontSize": {
|
|
1326
|
-
"description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
1327
|
-
"examples": [
|
|
1328
|
-
13,
|
|
1329
|
-
16,
|
|
1330
|
-
20
|
|
1331
|
-
],
|
|
1332
|
-
"type": "number"
|
|
1333
|
-
},
|
|
1334
1320
|
"borders": {
|
|
1335
|
-
"description": "
|
|
1321
|
+
"description": "Custom border styling",
|
|
1336
1322
|
"properties": {
|
|
1337
1323
|
"border-bottom-width": {
|
|
1338
1324
|
"description": "Border bottom width",
|
|
@@ -1401,7 +1387,7 @@ declare const _default: {
|
|
|
1401
1387
|
"type": "object"
|
|
1402
1388
|
},
|
|
1403
1389
|
"boxShadow": {
|
|
1404
|
-
"description": "
|
|
1390
|
+
"description": "Custom shadow styling",
|
|
1405
1391
|
"properties": {
|
|
1406
1392
|
"color": {
|
|
1407
1393
|
"description": "Shadow color",
|
|
@@ -1431,29 +1417,12 @@ declare const _default: {
|
|
|
1431
1417
|
"type": "object"
|
|
1432
1418
|
},
|
|
1433
1419
|
"colors": {
|
|
1434
|
-
"description": "
|
|
1420
|
+
"description": "Custom color palette",
|
|
1435
1421
|
"examples": [
|
|
1436
1422
|
[
|
|
1437
|
-
"rgb(
|
|
1438
|
-
"rgb(
|
|
1439
|
-
"rgb(
|
|
1440
|
-
],
|
|
1441
|
-
[
|
|
1442
|
-
"rgb(48, 36, 179)",
|
|
1443
|
-
"rgb(105, 93, 255)",
|
|
1444
|
-
"rgb(199, 194, 255)",
|
|
1445
|
-
"rgb(134, 4, 129)",
|
|
1446
|
-
"rgb(204, 55, 198)",
|
|
1447
|
-
"rgb(236, 180, 234)",
|
|
1448
|
-
"rgb(220, 141, 0)",
|
|
1449
|
-
"rgb(249, 206, 61)",
|
|
1450
|
-
"rgb(253, 237, 182)",
|
|
1451
|
-
"rgb(6, 142, 84)",
|
|
1452
|
-
"rgb(58, 213, 147)",
|
|
1453
|
-
"rgb(181, 239, 215)",
|
|
1454
|
-
"rgb(85, 78, 78)",
|
|
1455
|
-
"rgb(149, 141, 141)",
|
|
1456
|
-
"rgb(215, 212, 212)"
|
|
1423
|
+
"rgb(68, 52, 255)",
|
|
1424
|
+
"rgb(68, 52, 255)",
|
|
1425
|
+
"rgb(218, 214, 255)"
|
|
1457
1426
|
]
|
|
1458
1427
|
],
|
|
1459
1428
|
"items": {
|
|
@@ -1461,24 +1430,8 @@ declare const _default: {
|
|
|
1461
1430
|
},
|
|
1462
1431
|
"type": "array"
|
|
1463
1432
|
},
|
|
1464
|
-
"editBackground": {
|
|
1465
|
-
"description": "Edit background",
|
|
1466
|
-
"examples": [
|
|
1467
|
-
"rgb(228, 228, 228)",
|
|
1468
|
-
"rgb(245, 245, 245)",
|
|
1469
|
-
"rgb(61, 61, 61)"
|
|
1470
|
-
],
|
|
1471
|
-
"type": "string"
|
|
1472
|
-
},
|
|
1473
|
-
"editModeBackground": {
|
|
1474
|
-
"description": "Edit mode background",
|
|
1475
|
-
"examples": [
|
|
1476
|
-
"rgb(245, 245, 245)"
|
|
1477
|
-
],
|
|
1478
|
-
"type": "string"
|
|
1479
|
-
},
|
|
1480
1433
|
"font": {
|
|
1481
|
-
"description": "
|
|
1434
|
+
"description": "Custom font styling",
|
|
1482
1435
|
"properties": {
|
|
1483
1436
|
"font-style": {
|
|
1484
1437
|
"const": "normal",
|
|
@@ -1522,40 +1475,15 @@ declare const _default: {
|
|
|
1522
1475
|
"type": "object"
|
|
1523
1476
|
},
|
|
1524
1477
|
"id": {
|
|
1525
|
-
"description": "Id of the theme,
|
|
1478
|
+
"description": "Id of the theme, for example, \"seasonal\", \"urban\" or custom theme uuid. If you just pass custom theme options, it have to be skipped.",
|
|
1526
1479
|
"examples": [
|
|
1527
1480
|
"seasonal",
|
|
1528
1481
|
"urban"
|
|
1529
1482
|
],
|
|
1530
1483
|
"type": "string"
|
|
1531
1484
|
},
|
|
1532
|
-
"itemSpecific": {
|
|
1533
|
-
"description": "Item specific styling",
|
|
1534
|
-
"properties": {
|
|
1535
|
-
"padding": {
|
|
1536
|
-
"description": "Padding of the item",
|
|
1537
|
-
"examples": [
|
|
1538
|
-
0,
|
|
1539
|
-
4,
|
|
1540
|
-
8,
|
|
1541
|
-
10
|
|
1542
|
-
],
|
|
1543
|
-
"type": "number"
|
|
1544
|
-
},
|
|
1545
|
-
"rounding": {
|
|
1546
|
-
"description": "Rounding of the item",
|
|
1547
|
-
"examples": [
|
|
1548
|
-
0,
|
|
1549
|
-
8,
|
|
1550
|
-
12
|
|
1551
|
-
],
|
|
1552
|
-
"type": "number"
|
|
1553
|
-
}
|
|
1554
|
-
},
|
|
1555
|
-
"type": "object"
|
|
1556
|
-
},
|
|
1557
1485
|
"itemsBackground": {
|
|
1558
|
-
"description": "
|
|
1486
|
+
"description": "Custom item background color",
|
|
1559
1487
|
"examples": [
|
|
1560
1488
|
"rgb(255, 255, 255)",
|
|
1561
1489
|
"rgb(71, 69, 69)",
|
|
@@ -1563,85 +1491,8 @@ declare const _default: {
|
|
|
1563
1491
|
],
|
|
1564
1492
|
"type": "string"
|
|
1565
1493
|
},
|
|
1566
|
-
"legend": {
|
|
1567
|
-
"description": "Legend styling",
|
|
1568
|
-
"properties": {
|
|
1569
|
-
"fontSize": {
|
|
1570
|
-
"description": "Legend font size in px",
|
|
1571
|
-
"examples": [
|
|
1572
|
-
12,
|
|
1573
|
-
16
|
|
1574
|
-
],
|
|
1575
|
-
"type": "number"
|
|
1576
|
-
},
|
|
1577
|
-
"lineHeight": {
|
|
1578
|
-
"description": "Legend line height in px",
|
|
1579
|
-
"examples": [
|
|
1580
|
-
12,
|
|
1581
|
-
16,
|
|
1582
|
-
20
|
|
1583
|
-
],
|
|
1584
|
-
"type": "number"
|
|
1585
|
-
},
|
|
1586
|
-
"type": {
|
|
1587
|
-
"description": "Legend type",
|
|
1588
|
-
"enum": [
|
|
1589
|
-
"circle",
|
|
1590
|
-
"line",
|
|
1591
|
-
"normal"
|
|
1592
|
-
],
|
|
1593
|
-
"examples": [
|
|
1594
|
-
"normal",
|
|
1595
|
-
"line",
|
|
1596
|
-
"circle"
|
|
1597
|
-
],
|
|
1598
|
-
"type": "string"
|
|
1599
|
-
}
|
|
1600
|
-
},
|
|
1601
|
-
"type": "object"
|
|
1602
|
-
},
|
|
1603
|
-
"mainColor": {
|
|
1604
|
-
"description": "Theme main color",
|
|
1605
|
-
"examples": [
|
|
1606
|
-
"rgb(123, 144, 255)",
|
|
1607
|
-
"rgb(255, 174, 52)",
|
|
1608
|
-
"rgb(123, 144, 255)"
|
|
1609
|
-
],
|
|
1610
|
-
"type": "string"
|
|
1611
|
-
},
|
|
1612
|
-
"margins": {
|
|
1613
|
-
"description": "Dashboard vertical and horizontal margins",
|
|
1614
|
-
"examples": [
|
|
1615
|
-
[
|
|
1616
|
-
16,
|
|
1617
|
-
16
|
|
1618
|
-
],
|
|
1619
|
-
[
|
|
1620
|
-
20,
|
|
1621
|
-
20
|
|
1622
|
-
]
|
|
1623
|
-
],
|
|
1624
|
-
"items": [
|
|
1625
|
-
{
|
|
1626
|
-
"type": "number"
|
|
1627
|
-
},
|
|
1628
|
-
{
|
|
1629
|
-
"type": "number"
|
|
1630
|
-
}
|
|
1631
|
-
],
|
|
1632
|
-
"maxItems": 2,
|
|
1633
|
-
"minItems": 2,
|
|
1634
|
-
"type": "array"
|
|
1635
|
-
},
|
|
1636
|
-
"name": {
|
|
1637
|
-
"description": "Theme name",
|
|
1638
|
-
"examples": [
|
|
1639
|
-
"manual"
|
|
1640
|
-
],
|
|
1641
|
-
"type": "string"
|
|
1642
|
-
},
|
|
1643
1494
|
"title": {
|
|
1644
|
-
"description": "
|
|
1495
|
+
"description": "Custom title styling",
|
|
1645
1496
|
"properties": {
|
|
1646
1497
|
"align": {
|
|
1647
1498
|
"description": "Title align",
|
|
@@ -1710,7 +1561,7 @@ declare const _default: {
|
|
|
1710
1561
|
"type": "object"
|
|
1711
1562
|
},
|
|
1712
1563
|
"tooltip": {
|
|
1713
|
-
"description": "
|
|
1564
|
+
"description": "Custom tooltip styling",
|
|
1714
1565
|
"properties": {
|
|
1715
1566
|
"background": {
|
|
1716
1567
|
"description": "Tooltip's background",
|
|
@@ -1753,7 +1604,7 @@ declare const _default: {
|
|
|
1753
1604
|
"type": "object"
|
|
1754
1605
|
},
|
|
1755
1606
|
"type": {
|
|
1756
|
-
"description": "
|
|
1607
|
+
"description": "It should be \"custom\" if custom theme id is specified or if you specify custom theme options to set the theme. Skip it otherwise.",
|
|
1757
1608
|
"examples": [
|
|
1758
1609
|
"custom"
|
|
1759
1610
|
],
|
|
@@ -2316,6 +2316,9 @@ declare const _default: {
|
|
|
2316
2316
|
"currency_id": {
|
|
2317
2317
|
"type": "string"
|
|
2318
2318
|
},
|
|
2319
|
+
"description": {
|
|
2320
|
+
"type": "object"
|
|
2321
|
+
},
|
|
2319
2322
|
"duration_format": {
|
|
2320
2323
|
"enum": [
|
|
2321
2324
|
"long",
|
|
@@ -3050,7 +3053,7 @@ declare const _default: {
|
|
|
3050
3053
|
"description": "Theme configuration",
|
|
3051
3054
|
"properties": {
|
|
3052
3055
|
"axis": {
|
|
3053
|
-
"description": "
|
|
3056
|
+
"description": "Custom axis styling",
|
|
3054
3057
|
"examples": [
|
|
3055
3058
|
{
|
|
3056
3059
|
"fontSize": 12
|
|
@@ -3061,25 +3064,8 @@ declare const _default: {
|
|
|
3061
3064
|
],
|
|
3062
3065
|
"type": "object"
|
|
3063
3066
|
},
|
|
3064
|
-
"background": {
|
|
3065
|
-
"description": "Background color",
|
|
3066
|
-
"examples": [
|
|
3067
|
-
"rgb(245, 245, 245)",
|
|
3068
|
-
"rgb(61, 61, 61)"
|
|
3069
|
-
],
|
|
3070
|
-
"type": "string"
|
|
3071
|
-
},
|
|
3072
|
-
"baseFontSize": {
|
|
3073
|
-
"description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
3074
|
-
"examples": [
|
|
3075
|
-
13,
|
|
3076
|
-
16,
|
|
3077
|
-
20
|
|
3078
|
-
],
|
|
3079
|
-
"type": "number"
|
|
3080
|
-
},
|
|
3081
3067
|
"borders": {
|
|
3082
|
-
"description": "
|
|
3068
|
+
"description": "Custom border styling",
|
|
3083
3069
|
"properties": {
|
|
3084
3070
|
"border-bottom-width": {
|
|
3085
3071
|
"description": "Border bottom width",
|
|
@@ -3148,7 +3134,7 @@ declare const _default: {
|
|
|
3148
3134
|
"type": "object"
|
|
3149
3135
|
},
|
|
3150
3136
|
"boxShadow": {
|
|
3151
|
-
"description": "
|
|
3137
|
+
"description": "Custom shadow styling",
|
|
3152
3138
|
"properties": {
|
|
3153
3139
|
"color": {
|
|
3154
3140
|
"description": "Shadow color",
|
|
@@ -3178,29 +3164,12 @@ declare const _default: {
|
|
|
3178
3164
|
"type": "object"
|
|
3179
3165
|
},
|
|
3180
3166
|
"colors": {
|
|
3181
|
-
"description": "
|
|
3167
|
+
"description": "Custom color palette",
|
|
3182
3168
|
"examples": [
|
|
3183
3169
|
[
|
|
3184
|
-
"rgb(
|
|
3185
|
-
"rgb(
|
|
3186
|
-
"rgb(
|
|
3187
|
-
],
|
|
3188
|
-
[
|
|
3189
|
-
"rgb(48, 36, 179)",
|
|
3190
|
-
"rgb(105, 93, 255)",
|
|
3191
|
-
"rgb(199, 194, 255)",
|
|
3192
|
-
"rgb(134, 4, 129)",
|
|
3193
|
-
"rgb(204, 55, 198)",
|
|
3194
|
-
"rgb(236, 180, 234)",
|
|
3195
|
-
"rgb(220, 141, 0)",
|
|
3196
|
-
"rgb(249, 206, 61)",
|
|
3197
|
-
"rgb(253, 237, 182)",
|
|
3198
|
-
"rgb(6, 142, 84)",
|
|
3199
|
-
"rgb(58, 213, 147)",
|
|
3200
|
-
"rgb(181, 239, 215)",
|
|
3201
|
-
"rgb(85, 78, 78)",
|
|
3202
|
-
"rgb(149, 141, 141)",
|
|
3203
|
-
"rgb(215, 212, 212)"
|
|
3170
|
+
"rgb(68, 52, 255)",
|
|
3171
|
+
"rgb(68, 52, 255)",
|
|
3172
|
+
"rgb(218, 214, 255)"
|
|
3204
3173
|
]
|
|
3205
3174
|
],
|
|
3206
3175
|
"items": {
|
|
@@ -3208,24 +3177,8 @@ declare const _default: {
|
|
|
3208
3177
|
},
|
|
3209
3178
|
"type": "array"
|
|
3210
3179
|
},
|
|
3211
|
-
"editBackground": {
|
|
3212
|
-
"description": "Edit background",
|
|
3213
|
-
"examples": [
|
|
3214
|
-
"rgb(228, 228, 228)",
|
|
3215
|
-
"rgb(245, 245, 245)",
|
|
3216
|
-
"rgb(61, 61, 61)"
|
|
3217
|
-
],
|
|
3218
|
-
"type": "string"
|
|
3219
|
-
},
|
|
3220
|
-
"editModeBackground": {
|
|
3221
|
-
"description": "Edit mode background",
|
|
3222
|
-
"examples": [
|
|
3223
|
-
"rgb(245, 245, 245)"
|
|
3224
|
-
],
|
|
3225
|
-
"type": "string"
|
|
3226
|
-
},
|
|
3227
3180
|
"font": {
|
|
3228
|
-
"description": "
|
|
3181
|
+
"description": "Custom font styling",
|
|
3229
3182
|
"properties": {
|
|
3230
3183
|
"font-style": {
|
|
3231
3184
|
"const": "normal",
|
|
@@ -3269,40 +3222,15 @@ declare const _default: {
|
|
|
3269
3222
|
"type": "object"
|
|
3270
3223
|
},
|
|
3271
3224
|
"id": {
|
|
3272
|
-
"description": "Id of the theme,
|
|
3225
|
+
"description": "Id of the theme, for example, \"seasonal\", \"urban\" or custom theme uuid. If you just pass custom theme options, it have to be skipped.",
|
|
3273
3226
|
"examples": [
|
|
3274
3227
|
"seasonal",
|
|
3275
3228
|
"urban"
|
|
3276
3229
|
],
|
|
3277
3230
|
"type": "string"
|
|
3278
3231
|
},
|
|
3279
|
-
"itemSpecific": {
|
|
3280
|
-
"description": "Item specific styling",
|
|
3281
|
-
"properties": {
|
|
3282
|
-
"padding": {
|
|
3283
|
-
"description": "Padding of the item",
|
|
3284
|
-
"examples": [
|
|
3285
|
-
0,
|
|
3286
|
-
4,
|
|
3287
|
-
8,
|
|
3288
|
-
10
|
|
3289
|
-
],
|
|
3290
|
-
"type": "number"
|
|
3291
|
-
},
|
|
3292
|
-
"rounding": {
|
|
3293
|
-
"description": "Rounding of the item",
|
|
3294
|
-
"examples": [
|
|
3295
|
-
0,
|
|
3296
|
-
8,
|
|
3297
|
-
12
|
|
3298
|
-
],
|
|
3299
|
-
"type": "number"
|
|
3300
|
-
}
|
|
3301
|
-
},
|
|
3302
|
-
"type": "object"
|
|
3303
|
-
},
|
|
3304
3232
|
"itemsBackground": {
|
|
3305
|
-
"description": "
|
|
3233
|
+
"description": "Custom item background color",
|
|
3306
3234
|
"examples": [
|
|
3307
3235
|
"rgb(255, 255, 255)",
|
|
3308
3236
|
"rgb(71, 69, 69)",
|
|
@@ -3311,7 +3239,7 @@ declare const _default: {
|
|
|
3311
3239
|
"type": "string"
|
|
3312
3240
|
},
|
|
3313
3241
|
"legend": {
|
|
3314
|
-
"description": "
|
|
3242
|
+
"description": "Custom legend styling",
|
|
3315
3243
|
"properties": {
|
|
3316
3244
|
"fontSize": {
|
|
3317
3245
|
"description": "Legend font size in px",
|
|
@@ -3347,48 +3275,8 @@ declare const _default: {
|
|
|
3347
3275
|
},
|
|
3348
3276
|
"type": "object"
|
|
3349
3277
|
},
|
|
3350
|
-
"mainColor": {
|
|
3351
|
-
"description": "Theme main color",
|
|
3352
|
-
"examples": [
|
|
3353
|
-
"rgb(123, 144, 255)",
|
|
3354
|
-
"rgb(255, 174, 52)",
|
|
3355
|
-
"rgb(123, 144, 255)"
|
|
3356
|
-
],
|
|
3357
|
-
"type": "string"
|
|
3358
|
-
},
|
|
3359
|
-
"margins": {
|
|
3360
|
-
"description": "Dashboard vertical and horizontal margins",
|
|
3361
|
-
"examples": [
|
|
3362
|
-
[
|
|
3363
|
-
16,
|
|
3364
|
-
16
|
|
3365
|
-
],
|
|
3366
|
-
[
|
|
3367
|
-
20,
|
|
3368
|
-
20
|
|
3369
|
-
]
|
|
3370
|
-
],
|
|
3371
|
-
"items": [
|
|
3372
|
-
{
|
|
3373
|
-
"type": "number"
|
|
3374
|
-
},
|
|
3375
|
-
{
|
|
3376
|
-
"type": "number"
|
|
3377
|
-
}
|
|
3378
|
-
],
|
|
3379
|
-
"maxItems": 2,
|
|
3380
|
-
"minItems": 2,
|
|
3381
|
-
"type": "array"
|
|
3382
|
-
},
|
|
3383
|
-
"name": {
|
|
3384
|
-
"description": "Theme name",
|
|
3385
|
-
"examples": [
|
|
3386
|
-
"manual"
|
|
3387
|
-
],
|
|
3388
|
-
"type": "string"
|
|
3389
|
-
},
|
|
3390
3278
|
"title": {
|
|
3391
|
-
"description": "
|
|
3279
|
+
"description": "Custom title styling",
|
|
3392
3280
|
"properties": {
|
|
3393
3281
|
"align": {
|
|
3394
3282
|
"description": "Title align",
|
|
@@ -3457,7 +3345,7 @@ declare const _default: {
|
|
|
3457
3345
|
"type": "object"
|
|
3458
3346
|
},
|
|
3459
3347
|
"tooltip": {
|
|
3460
|
-
"description": "
|
|
3348
|
+
"description": "Custom tooltip styling",
|
|
3461
3349
|
"properties": {
|
|
3462
3350
|
"background": {
|
|
3463
3351
|
"description": "Tooltip's background",
|
|
@@ -3500,7 +3388,7 @@ declare const _default: {
|
|
|
3500
3388
|
"type": "object"
|
|
3501
3389
|
},
|
|
3502
3390
|
"type": {
|
|
3503
|
-
"description": "
|
|
3391
|
+
"description": "It should be \"custom\" if custom theme id is specified or if you specify custom theme options to set the theme. Skip it otherwise.",
|
|
3504
3392
|
"examples": [
|
|
3505
3393
|
"custom"
|
|
3506
3394
|
],
|