@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
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
All notable changes to this project will be documented in this file.
|
|
2
2
|
|
|
3
|
+
## [1.0.3] - 2024-10-22
|
|
4
|
+
|
|
5
|
+
### Updates
|
|
6
|
+
|
|
7
|
+
- Fix displaying Search Filter in Flex
|
|
8
|
+
|
|
9
|
+
## [1.0.2] - 2024-10-21
|
|
10
|
+
|
|
11
|
+
### Updates
|
|
12
|
+
|
|
13
|
+
- Changes related to theme options
|
|
14
|
+
|
|
3
15
|
## [1.0.1] - 2024-10-14
|
|
4
16
|
|
|
5
17
|
### Updates
|
|
@@ -538,6 +538,9 @@ declare const _default: {
|
|
|
538
538
|
"currency_id": {
|
|
539
539
|
"type": "string"
|
|
540
540
|
},
|
|
541
|
+
"description": {
|
|
542
|
+
"type": "object"
|
|
543
|
+
},
|
|
541
544
|
"duration_format": {
|
|
542
545
|
"enum": [
|
|
543
546
|
"long",
|
|
@@ -1314,7 +1317,7 @@ declare const _default: {
|
|
|
1314
1317
|
"description": "Theme configuration",
|
|
1315
1318
|
"properties": {
|
|
1316
1319
|
"axis": {
|
|
1317
|
-
"description": "
|
|
1320
|
+
"description": "Custom axis styling",
|
|
1318
1321
|
"examples": [
|
|
1319
1322
|
{
|
|
1320
1323
|
"fontSize": 12
|
|
@@ -1325,25 +1328,8 @@ declare const _default: {
|
|
|
1325
1328
|
],
|
|
1326
1329
|
"type": "object"
|
|
1327
1330
|
},
|
|
1328
|
-
"background": {
|
|
1329
|
-
"description": "Background color",
|
|
1330
|
-
"examples": [
|
|
1331
|
-
"rgb(245, 245, 245)",
|
|
1332
|
-
"rgb(61, 61, 61)"
|
|
1333
|
-
],
|
|
1334
|
-
"type": "string"
|
|
1335
|
-
},
|
|
1336
|
-
"baseFontSize": {
|
|
1337
|
-
"description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
1338
|
-
"examples": [
|
|
1339
|
-
13,
|
|
1340
|
-
16,
|
|
1341
|
-
20
|
|
1342
|
-
],
|
|
1343
|
-
"type": "number"
|
|
1344
|
-
},
|
|
1345
1331
|
"borders": {
|
|
1346
|
-
"description": "
|
|
1332
|
+
"description": "Custom border styling",
|
|
1347
1333
|
"properties": {
|
|
1348
1334
|
"border-bottom-width": {
|
|
1349
1335
|
"description": "Border bottom width",
|
|
@@ -1412,7 +1398,7 @@ declare const _default: {
|
|
|
1412
1398
|
"type": "object"
|
|
1413
1399
|
},
|
|
1414
1400
|
"boxShadow": {
|
|
1415
|
-
"description": "
|
|
1401
|
+
"description": "Custom shadow styling",
|
|
1416
1402
|
"properties": {
|
|
1417
1403
|
"color": {
|
|
1418
1404
|
"description": "Shadow color",
|
|
@@ -1442,29 +1428,12 @@ declare const _default: {
|
|
|
1442
1428
|
"type": "object"
|
|
1443
1429
|
},
|
|
1444
1430
|
"colors": {
|
|
1445
|
-
"description": "
|
|
1431
|
+
"description": "Custom color palette",
|
|
1446
1432
|
"examples": [
|
|
1447
1433
|
[
|
|
1448
|
-
"rgb(
|
|
1449
|
-
"rgb(
|
|
1450
|
-
"rgb(
|
|
1451
|
-
],
|
|
1452
|
-
[
|
|
1453
|
-
"rgb(48, 36, 179)",
|
|
1454
|
-
"rgb(105, 93, 255)",
|
|
1455
|
-
"rgb(199, 194, 255)",
|
|
1456
|
-
"rgb(134, 4, 129)",
|
|
1457
|
-
"rgb(204, 55, 198)",
|
|
1458
|
-
"rgb(236, 180, 234)",
|
|
1459
|
-
"rgb(220, 141, 0)",
|
|
1460
|
-
"rgb(249, 206, 61)",
|
|
1461
|
-
"rgb(253, 237, 182)",
|
|
1462
|
-
"rgb(6, 142, 84)",
|
|
1463
|
-
"rgb(58, 213, 147)",
|
|
1464
|
-
"rgb(181, 239, 215)",
|
|
1465
|
-
"rgb(85, 78, 78)",
|
|
1466
|
-
"rgb(149, 141, 141)",
|
|
1467
|
-
"rgb(215, 212, 212)"
|
|
1434
|
+
"rgb(68, 52, 255)",
|
|
1435
|
+
"rgb(68, 52, 255)",
|
|
1436
|
+
"rgb(218, 214, 255)"
|
|
1468
1437
|
]
|
|
1469
1438
|
],
|
|
1470
1439
|
"items": {
|
|
@@ -1472,24 +1441,8 @@ declare const _default: {
|
|
|
1472
1441
|
},
|
|
1473
1442
|
"type": "array"
|
|
1474
1443
|
},
|
|
1475
|
-
"editBackground": {
|
|
1476
|
-
"description": "Edit background",
|
|
1477
|
-
"examples": [
|
|
1478
|
-
"rgb(228, 228, 228)",
|
|
1479
|
-
"rgb(245, 245, 245)",
|
|
1480
|
-
"rgb(61, 61, 61)"
|
|
1481
|
-
],
|
|
1482
|
-
"type": "string"
|
|
1483
|
-
},
|
|
1484
|
-
"editModeBackground": {
|
|
1485
|
-
"description": "Edit mode background",
|
|
1486
|
-
"examples": [
|
|
1487
|
-
"rgb(245, 245, 245)"
|
|
1488
|
-
],
|
|
1489
|
-
"type": "string"
|
|
1490
|
-
},
|
|
1491
1444
|
"font": {
|
|
1492
|
-
"description": "
|
|
1445
|
+
"description": "Custom font styling",
|
|
1493
1446
|
"properties": {
|
|
1494
1447
|
"font-style": {
|
|
1495
1448
|
"const": "normal",
|
|
@@ -1533,40 +1486,15 @@ declare const _default: {
|
|
|
1533
1486
|
"type": "object"
|
|
1534
1487
|
},
|
|
1535
1488
|
"id": {
|
|
1536
|
-
"description": "Id of the theme,
|
|
1489
|
+
"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.",
|
|
1537
1490
|
"examples": [
|
|
1538
1491
|
"seasonal",
|
|
1539
1492
|
"urban"
|
|
1540
1493
|
],
|
|
1541
1494
|
"type": "string"
|
|
1542
1495
|
},
|
|
1543
|
-
"itemSpecific": {
|
|
1544
|
-
"description": "Item specific styling",
|
|
1545
|
-
"properties": {
|
|
1546
|
-
"padding": {
|
|
1547
|
-
"description": "Padding of the item",
|
|
1548
|
-
"examples": [
|
|
1549
|
-
0,
|
|
1550
|
-
4,
|
|
1551
|
-
8,
|
|
1552
|
-
10
|
|
1553
|
-
],
|
|
1554
|
-
"type": "number"
|
|
1555
|
-
},
|
|
1556
|
-
"rounding": {
|
|
1557
|
-
"description": "Rounding of the item",
|
|
1558
|
-
"examples": [
|
|
1559
|
-
0,
|
|
1560
|
-
8,
|
|
1561
|
-
12
|
|
1562
|
-
],
|
|
1563
|
-
"type": "number"
|
|
1564
|
-
}
|
|
1565
|
-
},
|
|
1566
|
-
"type": "object"
|
|
1567
|
-
},
|
|
1568
1496
|
"itemsBackground": {
|
|
1569
|
-
"description": "
|
|
1497
|
+
"description": "Custom item background color",
|
|
1570
1498
|
"examples": [
|
|
1571
1499
|
"rgb(255, 255, 255)",
|
|
1572
1500
|
"rgb(71, 69, 69)",
|
|
@@ -1575,7 +1503,7 @@ declare const _default: {
|
|
|
1575
1503
|
"type": "string"
|
|
1576
1504
|
},
|
|
1577
1505
|
"legend": {
|
|
1578
|
-
"description": "
|
|
1506
|
+
"description": "Custom legend styling",
|
|
1579
1507
|
"properties": {
|
|
1580
1508
|
"fontSize": {
|
|
1581
1509
|
"description": "Legend font size in px",
|
|
@@ -1611,48 +1539,8 @@ declare const _default: {
|
|
|
1611
1539
|
},
|
|
1612
1540
|
"type": "object"
|
|
1613
1541
|
},
|
|
1614
|
-
"mainColor": {
|
|
1615
|
-
"description": "Theme main color",
|
|
1616
|
-
"examples": [
|
|
1617
|
-
"rgb(123, 144, 255)",
|
|
1618
|
-
"rgb(255, 174, 52)",
|
|
1619
|
-
"rgb(123, 144, 255)"
|
|
1620
|
-
],
|
|
1621
|
-
"type": "string"
|
|
1622
|
-
},
|
|
1623
|
-
"margins": {
|
|
1624
|
-
"description": "Dashboard vertical and horizontal margins",
|
|
1625
|
-
"examples": [
|
|
1626
|
-
[
|
|
1627
|
-
16,
|
|
1628
|
-
16
|
|
1629
|
-
],
|
|
1630
|
-
[
|
|
1631
|
-
20,
|
|
1632
|
-
20
|
|
1633
|
-
]
|
|
1634
|
-
],
|
|
1635
|
-
"items": [
|
|
1636
|
-
{
|
|
1637
|
-
"type": "number"
|
|
1638
|
-
},
|
|
1639
|
-
{
|
|
1640
|
-
"type": "number"
|
|
1641
|
-
}
|
|
1642
|
-
],
|
|
1643
|
-
"maxItems": 2,
|
|
1644
|
-
"minItems": 2,
|
|
1645
|
-
"type": "array"
|
|
1646
|
-
},
|
|
1647
|
-
"name": {
|
|
1648
|
-
"description": "Theme name",
|
|
1649
|
-
"examples": [
|
|
1650
|
-
"manual"
|
|
1651
|
-
],
|
|
1652
|
-
"type": "string"
|
|
1653
|
-
},
|
|
1654
1542
|
"title": {
|
|
1655
|
-
"description": "
|
|
1543
|
+
"description": "Custom title styling",
|
|
1656
1544
|
"properties": {
|
|
1657
1545
|
"align": {
|
|
1658
1546
|
"description": "Title align",
|
|
@@ -1721,7 +1609,7 @@ declare const _default: {
|
|
|
1721
1609
|
"type": "object"
|
|
1722
1610
|
},
|
|
1723
1611
|
"tooltip": {
|
|
1724
|
-
"description": "
|
|
1612
|
+
"description": "Custom tooltip styling",
|
|
1725
1613
|
"properties": {
|
|
1726
1614
|
"background": {
|
|
1727
1615
|
"description": "Tooltip's background",
|
|
@@ -1764,7 +1652,7 @@ declare const _default: {
|
|
|
1764
1652
|
"type": "object"
|
|
1765
1653
|
},
|
|
1766
1654
|
"type": {
|
|
1767
|
-
"description": "
|
|
1655
|
+
"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.",
|
|
1768
1656
|
"examples": [
|
|
1769
1657
|
"custom"
|
|
1770
1658
|
],
|
|
@@ -2598,6 +2598,9 @@ declare const _default: {
|
|
|
2598
2598
|
"currency_id": {
|
|
2599
2599
|
"type": "string"
|
|
2600
2600
|
},
|
|
2601
|
+
"description": {
|
|
2602
|
+
"type": "object"
|
|
2603
|
+
},
|
|
2601
2604
|
"duration_format": {
|
|
2602
2605
|
"enum": [
|
|
2603
2606
|
"long",
|
|
@@ -3458,7 +3461,7 @@ declare const _default: {
|
|
|
3458
3461
|
"description": "Theme configuration",
|
|
3459
3462
|
"properties": {
|
|
3460
3463
|
"axis": {
|
|
3461
|
-
"description": "
|
|
3464
|
+
"description": "Custom axis styling",
|
|
3462
3465
|
"examples": [
|
|
3463
3466
|
{
|
|
3464
3467
|
"fontSize": 12
|
|
@@ -3469,25 +3472,8 @@ declare const _default: {
|
|
|
3469
3472
|
],
|
|
3470
3473
|
"type": "object"
|
|
3471
3474
|
},
|
|
3472
|
-
"background": {
|
|
3473
|
-
"description": "Background color",
|
|
3474
|
-
"examples": [
|
|
3475
|
-
"rgb(245, 245, 245)",
|
|
3476
|
-
"rgb(61, 61, 61)"
|
|
3477
|
-
],
|
|
3478
|
-
"type": "string"
|
|
3479
|
-
},
|
|
3480
|
-
"baseFontSize": {
|
|
3481
|
-
"description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
3482
|
-
"examples": [
|
|
3483
|
-
13,
|
|
3484
|
-
16,
|
|
3485
|
-
20
|
|
3486
|
-
],
|
|
3487
|
-
"type": "number"
|
|
3488
|
-
},
|
|
3489
3475
|
"borders": {
|
|
3490
|
-
"description": "
|
|
3476
|
+
"description": "Custom border styling",
|
|
3491
3477
|
"properties": {
|
|
3492
3478
|
"border-bottom-width": {
|
|
3493
3479
|
"description": "Border bottom width",
|
|
@@ -3556,7 +3542,7 @@ declare const _default: {
|
|
|
3556
3542
|
"type": "object"
|
|
3557
3543
|
},
|
|
3558
3544
|
"boxShadow": {
|
|
3559
|
-
"description": "
|
|
3545
|
+
"description": "Custom shadow styling",
|
|
3560
3546
|
"properties": {
|
|
3561
3547
|
"color": {
|
|
3562
3548
|
"description": "Shadow color",
|
|
@@ -3586,29 +3572,12 @@ declare const _default: {
|
|
|
3586
3572
|
"type": "object"
|
|
3587
3573
|
},
|
|
3588
3574
|
"colors": {
|
|
3589
|
-
"description": "
|
|
3575
|
+
"description": "Custom color palette",
|
|
3590
3576
|
"examples": [
|
|
3591
3577
|
[
|
|
3592
|
-
"rgb(
|
|
3593
|
-
"rgb(
|
|
3594
|
-
"rgb(
|
|
3595
|
-
],
|
|
3596
|
-
[
|
|
3597
|
-
"rgb(48, 36, 179)",
|
|
3598
|
-
"rgb(105, 93, 255)",
|
|
3599
|
-
"rgb(199, 194, 255)",
|
|
3600
|
-
"rgb(134, 4, 129)",
|
|
3601
|
-
"rgb(204, 55, 198)",
|
|
3602
|
-
"rgb(236, 180, 234)",
|
|
3603
|
-
"rgb(220, 141, 0)",
|
|
3604
|
-
"rgb(249, 206, 61)",
|
|
3605
|
-
"rgb(253, 237, 182)",
|
|
3606
|
-
"rgb(6, 142, 84)",
|
|
3607
|
-
"rgb(58, 213, 147)",
|
|
3608
|
-
"rgb(181, 239, 215)",
|
|
3609
|
-
"rgb(85, 78, 78)",
|
|
3610
|
-
"rgb(149, 141, 141)",
|
|
3611
|
-
"rgb(215, 212, 212)"
|
|
3578
|
+
"rgb(68, 52, 255)",
|
|
3579
|
+
"rgb(68, 52, 255)",
|
|
3580
|
+
"rgb(218, 214, 255)"
|
|
3612
3581
|
]
|
|
3613
3582
|
],
|
|
3614
3583
|
"items": {
|
|
@@ -3616,24 +3585,8 @@ declare const _default: {
|
|
|
3616
3585
|
},
|
|
3617
3586
|
"type": "array"
|
|
3618
3587
|
},
|
|
3619
|
-
"editBackground": {
|
|
3620
|
-
"description": "Edit background",
|
|
3621
|
-
"examples": [
|
|
3622
|
-
"rgb(228, 228, 228)",
|
|
3623
|
-
"rgb(245, 245, 245)",
|
|
3624
|
-
"rgb(61, 61, 61)"
|
|
3625
|
-
],
|
|
3626
|
-
"type": "string"
|
|
3627
|
-
},
|
|
3628
|
-
"editModeBackground": {
|
|
3629
|
-
"description": "Edit mode background",
|
|
3630
|
-
"examples": [
|
|
3631
|
-
"rgb(245, 245, 245)"
|
|
3632
|
-
],
|
|
3633
|
-
"type": "string"
|
|
3634
|
-
},
|
|
3635
3588
|
"font": {
|
|
3636
|
-
"description": "
|
|
3589
|
+
"description": "Custom font styling",
|
|
3637
3590
|
"properties": {
|
|
3638
3591
|
"font-style": {
|
|
3639
3592
|
"const": "normal",
|
|
@@ -3677,40 +3630,15 @@ declare const _default: {
|
|
|
3677
3630
|
"type": "object"
|
|
3678
3631
|
},
|
|
3679
3632
|
"id": {
|
|
3680
|
-
"description": "Id of the theme,
|
|
3633
|
+
"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.",
|
|
3681
3634
|
"examples": [
|
|
3682
3635
|
"seasonal",
|
|
3683
3636
|
"urban"
|
|
3684
3637
|
],
|
|
3685
3638
|
"type": "string"
|
|
3686
3639
|
},
|
|
3687
|
-
"itemSpecific": {
|
|
3688
|
-
"description": "Item specific styling",
|
|
3689
|
-
"properties": {
|
|
3690
|
-
"padding": {
|
|
3691
|
-
"description": "Padding of the item",
|
|
3692
|
-
"examples": [
|
|
3693
|
-
0,
|
|
3694
|
-
4,
|
|
3695
|
-
8,
|
|
3696
|
-
10
|
|
3697
|
-
],
|
|
3698
|
-
"type": "number"
|
|
3699
|
-
},
|
|
3700
|
-
"rounding": {
|
|
3701
|
-
"description": "Rounding of the item",
|
|
3702
|
-
"examples": [
|
|
3703
|
-
0,
|
|
3704
|
-
8,
|
|
3705
|
-
12
|
|
3706
|
-
],
|
|
3707
|
-
"type": "number"
|
|
3708
|
-
}
|
|
3709
|
-
},
|
|
3710
|
-
"type": "object"
|
|
3711
|
-
},
|
|
3712
3640
|
"itemsBackground": {
|
|
3713
|
-
"description": "
|
|
3641
|
+
"description": "Custom item background color",
|
|
3714
3642
|
"examples": [
|
|
3715
3643
|
"rgb(255, 255, 255)",
|
|
3716
3644
|
"rgb(71, 69, 69)",
|
|
@@ -3719,7 +3647,7 @@ declare const _default: {
|
|
|
3719
3647
|
"type": "string"
|
|
3720
3648
|
},
|
|
3721
3649
|
"legend": {
|
|
3722
|
-
"description": "
|
|
3650
|
+
"description": "Custom legend styling",
|
|
3723
3651
|
"properties": {
|
|
3724
3652
|
"fontSize": {
|
|
3725
3653
|
"description": "Legend font size in px",
|
|
@@ -3755,48 +3683,8 @@ declare const _default: {
|
|
|
3755
3683
|
},
|
|
3756
3684
|
"type": "object"
|
|
3757
3685
|
},
|
|
3758
|
-
"mainColor": {
|
|
3759
|
-
"description": "Theme main color",
|
|
3760
|
-
"examples": [
|
|
3761
|
-
"rgb(123, 144, 255)",
|
|
3762
|
-
"rgb(255, 174, 52)",
|
|
3763
|
-
"rgb(123, 144, 255)"
|
|
3764
|
-
],
|
|
3765
|
-
"type": "string"
|
|
3766
|
-
},
|
|
3767
|
-
"margins": {
|
|
3768
|
-
"description": "Dashboard vertical and horizontal margins",
|
|
3769
|
-
"examples": [
|
|
3770
|
-
[
|
|
3771
|
-
16,
|
|
3772
|
-
16
|
|
3773
|
-
],
|
|
3774
|
-
[
|
|
3775
|
-
20,
|
|
3776
|
-
20
|
|
3777
|
-
]
|
|
3778
|
-
],
|
|
3779
|
-
"items": [
|
|
3780
|
-
{
|
|
3781
|
-
"type": "number"
|
|
3782
|
-
},
|
|
3783
|
-
{
|
|
3784
|
-
"type": "number"
|
|
3785
|
-
}
|
|
3786
|
-
],
|
|
3787
|
-
"maxItems": 2,
|
|
3788
|
-
"minItems": 2,
|
|
3789
|
-
"type": "array"
|
|
3790
|
-
},
|
|
3791
|
-
"name": {
|
|
3792
|
-
"description": "Theme name",
|
|
3793
|
-
"examples": [
|
|
3794
|
-
"manual"
|
|
3795
|
-
],
|
|
3796
|
-
"type": "string"
|
|
3797
|
-
},
|
|
3798
3686
|
"title": {
|
|
3799
|
-
"description": "
|
|
3687
|
+
"description": "Custom title styling",
|
|
3800
3688
|
"properties": {
|
|
3801
3689
|
"align": {
|
|
3802
3690
|
"description": "Title align",
|
|
@@ -3865,7 +3753,7 @@ declare const _default: {
|
|
|
3865
3753
|
"type": "object"
|
|
3866
3754
|
},
|
|
3867
3755
|
"tooltip": {
|
|
3868
|
-
"description": "
|
|
3756
|
+
"description": "Custom tooltip styling",
|
|
3869
3757
|
"properties": {
|
|
3870
3758
|
"background": {
|
|
3871
3759
|
"description": "Tooltip's background",
|
|
@@ -3908,7 +3796,7 @@ declare const _default: {
|
|
|
3908
3796
|
"type": "object"
|
|
3909
3797
|
},
|
|
3910
3798
|
"type": {
|
|
3911
|
-
"description": "
|
|
3799
|
+
"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.",
|
|
3912
3800
|
"examples": [
|
|
3913
3801
|
"custom"
|
|
3914
3802
|
],
|