@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
|
@@ -161,37 +161,8 @@ declare const _default: {
|
|
|
161
161
|
"theme": {
|
|
162
162
|
"description": "Theme configuration",
|
|
163
163
|
"properties": {
|
|
164
|
-
"axis": {
|
|
165
|
-
"description": "Axis styling",
|
|
166
|
-
"examples": [
|
|
167
|
-
{
|
|
168
|
-
"fontSize": 12
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
"fontSize": 10
|
|
172
|
-
}
|
|
173
|
-
],
|
|
174
|
-
"type": "object"
|
|
175
|
-
},
|
|
176
|
-
"background": {
|
|
177
|
-
"description": "Background color",
|
|
178
|
-
"examples": [
|
|
179
|
-
"rgb(245, 245, 245)",
|
|
180
|
-
"rgb(61, 61, 61)"
|
|
181
|
-
],
|
|
182
|
-
"type": "string"
|
|
183
|
-
},
|
|
184
|
-
"baseFontSize": {
|
|
185
|
-
"description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
186
|
-
"examples": [
|
|
187
|
-
13,
|
|
188
|
-
16,
|
|
189
|
-
20
|
|
190
|
-
],
|
|
191
|
-
"type": "number"
|
|
192
|
-
},
|
|
193
164
|
"borders": {
|
|
194
|
-
"description": "
|
|
165
|
+
"description": "Custom border styling",
|
|
195
166
|
"properties": {
|
|
196
167
|
"border-bottom-width": {
|
|
197
168
|
"description": "Border bottom width",
|
|
@@ -260,7 +231,7 @@ declare const _default: {
|
|
|
260
231
|
"type": "object"
|
|
261
232
|
},
|
|
262
233
|
"boxShadow": {
|
|
263
|
-
"description": "
|
|
234
|
+
"description": "Custom shadow styling",
|
|
264
235
|
"properties": {
|
|
265
236
|
"color": {
|
|
266
237
|
"description": "Shadow color",
|
|
@@ -289,132 +260,16 @@ declare const _default: {
|
|
|
289
260
|
},
|
|
290
261
|
"type": "object"
|
|
291
262
|
},
|
|
292
|
-
"colors": {
|
|
293
|
-
"description": "A list of theme colors",
|
|
294
|
-
"examples": [
|
|
295
|
-
[
|
|
296
|
-
"rgb(122, 112, 112)",
|
|
297
|
-
"rgb(175, 169, 169)",
|
|
298
|
-
"rgb(228, 226, 226)"
|
|
299
|
-
],
|
|
300
|
-
[
|
|
301
|
-
"rgb(48, 36, 179)",
|
|
302
|
-
"rgb(105, 93, 255)",
|
|
303
|
-
"rgb(199, 194, 255)",
|
|
304
|
-
"rgb(134, 4, 129)",
|
|
305
|
-
"rgb(204, 55, 198)",
|
|
306
|
-
"rgb(236, 180, 234)",
|
|
307
|
-
"rgb(220, 141, 0)",
|
|
308
|
-
"rgb(249, 206, 61)",
|
|
309
|
-
"rgb(253, 237, 182)",
|
|
310
|
-
"rgb(6, 142, 84)",
|
|
311
|
-
"rgb(58, 213, 147)",
|
|
312
|
-
"rgb(181, 239, 215)",
|
|
313
|
-
"rgb(85, 78, 78)",
|
|
314
|
-
"rgb(149, 141, 141)",
|
|
315
|
-
"rgb(215, 212, 212)"
|
|
316
|
-
]
|
|
317
|
-
],
|
|
318
|
-
"items": {
|
|
319
|
-
"type": "string"
|
|
320
|
-
},
|
|
321
|
-
"type": "array"
|
|
322
|
-
},
|
|
323
|
-
"editBackground": {
|
|
324
|
-
"description": "Edit background",
|
|
325
|
-
"examples": [
|
|
326
|
-
"rgb(228, 228, 228)",
|
|
327
|
-
"rgb(245, 245, 245)",
|
|
328
|
-
"rgb(61, 61, 61)"
|
|
329
|
-
],
|
|
330
|
-
"type": "string"
|
|
331
|
-
},
|
|
332
|
-
"editModeBackground": {
|
|
333
|
-
"description": "Edit mode background",
|
|
334
|
-
"examples": [
|
|
335
|
-
"rgb(245, 245, 245)"
|
|
336
|
-
],
|
|
337
|
-
"type": "string"
|
|
338
|
-
},
|
|
339
|
-
"font": {
|
|
340
|
-
"description": "Font styling",
|
|
341
|
-
"properties": {
|
|
342
|
-
"font-style": {
|
|
343
|
-
"const": "normal",
|
|
344
|
-
"description": "Font style",
|
|
345
|
-
"examples": [
|
|
346
|
-
"normal",
|
|
347
|
-
"italic",
|
|
348
|
-
"oblique"
|
|
349
|
-
],
|
|
350
|
-
"type": "string"
|
|
351
|
-
},
|
|
352
|
-
"font-weight": {
|
|
353
|
-
"description": "Font weight",
|
|
354
|
-
"examples": [
|
|
355
|
-
400,
|
|
356
|
-
700
|
|
357
|
-
],
|
|
358
|
-
"type": "number"
|
|
359
|
-
},
|
|
360
|
-
"fontFamily": {
|
|
361
|
-
"description": "Font family",
|
|
362
|
-
"examples": [
|
|
363
|
-
"Lato",
|
|
364
|
-
"Montserrat",
|
|
365
|
-
"Roboto Mono",
|
|
366
|
-
"Arial",
|
|
367
|
-
"Times New Roman"
|
|
368
|
-
],
|
|
369
|
-
"type": "string"
|
|
370
|
-
},
|
|
371
|
-
"fontSize": {
|
|
372
|
-
"description": "Font size in px",
|
|
373
|
-
"examples": [
|
|
374
|
-
10,
|
|
375
|
-
15,
|
|
376
|
-
18
|
|
377
|
-
],
|
|
378
|
-
"type": "number"
|
|
379
|
-
}
|
|
380
|
-
},
|
|
381
|
-
"type": "object"
|
|
382
|
-
},
|
|
383
263
|
"id": {
|
|
384
|
-
"description": "Id of the theme,
|
|
264
|
+
"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.",
|
|
385
265
|
"examples": [
|
|
386
266
|
"seasonal",
|
|
387
267
|
"urban"
|
|
388
268
|
],
|
|
389
269
|
"type": "string"
|
|
390
270
|
},
|
|
391
|
-
"itemSpecific": {
|
|
392
|
-
"description": "Item specific styling",
|
|
393
|
-
"properties": {
|
|
394
|
-
"padding": {
|
|
395
|
-
"description": "Padding of the item",
|
|
396
|
-
"examples": [
|
|
397
|
-
0,
|
|
398
|
-
4,
|
|
399
|
-
8,
|
|
400
|
-
10
|
|
401
|
-
],
|
|
402
|
-
"type": "number"
|
|
403
|
-
},
|
|
404
|
-
"rounding": {
|
|
405
|
-
"description": "Rounding of the item",
|
|
406
|
-
"examples": [
|
|
407
|
-
0,
|
|
408
|
-
8,
|
|
409
|
-
12
|
|
410
|
-
],
|
|
411
|
-
"type": "number"
|
|
412
|
-
}
|
|
413
|
-
},
|
|
414
|
-
"type": "object"
|
|
415
|
-
},
|
|
416
271
|
"itemsBackground": {
|
|
417
|
-
"description": "
|
|
272
|
+
"description": "Custom item background color",
|
|
418
273
|
"examples": [
|
|
419
274
|
"rgb(255, 255, 255)",
|
|
420
275
|
"rgb(71, 69, 69)",
|
|
@@ -422,197 +277,8 @@ declare const _default: {
|
|
|
422
277
|
],
|
|
423
278
|
"type": "string"
|
|
424
279
|
},
|
|
425
|
-
"legend": {
|
|
426
|
-
"description": "Legend styling",
|
|
427
|
-
"properties": {
|
|
428
|
-
"fontSize": {
|
|
429
|
-
"description": "Legend font size in px",
|
|
430
|
-
"examples": [
|
|
431
|
-
12,
|
|
432
|
-
16
|
|
433
|
-
],
|
|
434
|
-
"type": "number"
|
|
435
|
-
},
|
|
436
|
-
"lineHeight": {
|
|
437
|
-
"description": "Legend line height in px",
|
|
438
|
-
"examples": [
|
|
439
|
-
12,
|
|
440
|
-
16,
|
|
441
|
-
20
|
|
442
|
-
],
|
|
443
|
-
"type": "number"
|
|
444
|
-
},
|
|
445
|
-
"type": {
|
|
446
|
-
"description": "Legend type",
|
|
447
|
-
"enum": [
|
|
448
|
-
"circle",
|
|
449
|
-
"line",
|
|
450
|
-
"normal"
|
|
451
|
-
],
|
|
452
|
-
"examples": [
|
|
453
|
-
"normal",
|
|
454
|
-
"line",
|
|
455
|
-
"circle"
|
|
456
|
-
],
|
|
457
|
-
"type": "string"
|
|
458
|
-
}
|
|
459
|
-
},
|
|
460
|
-
"type": "object"
|
|
461
|
-
},
|
|
462
|
-
"mainColor": {
|
|
463
|
-
"description": "Theme main color",
|
|
464
|
-
"examples": [
|
|
465
|
-
"rgb(123, 144, 255)",
|
|
466
|
-
"rgb(255, 174, 52)",
|
|
467
|
-
"rgb(123, 144, 255)"
|
|
468
|
-
],
|
|
469
|
-
"type": "string"
|
|
470
|
-
},
|
|
471
|
-
"margins": {
|
|
472
|
-
"description": "Dashboard vertical and horizontal margins",
|
|
473
|
-
"examples": [
|
|
474
|
-
[
|
|
475
|
-
16,
|
|
476
|
-
16
|
|
477
|
-
],
|
|
478
|
-
[
|
|
479
|
-
20,
|
|
480
|
-
20
|
|
481
|
-
]
|
|
482
|
-
],
|
|
483
|
-
"items": [
|
|
484
|
-
{
|
|
485
|
-
"type": "number"
|
|
486
|
-
},
|
|
487
|
-
{
|
|
488
|
-
"type": "number"
|
|
489
|
-
}
|
|
490
|
-
],
|
|
491
|
-
"maxItems": 2,
|
|
492
|
-
"minItems": 2,
|
|
493
|
-
"type": "array"
|
|
494
|
-
},
|
|
495
|
-
"name": {
|
|
496
|
-
"description": "Theme name",
|
|
497
|
-
"examples": [
|
|
498
|
-
"manual"
|
|
499
|
-
],
|
|
500
|
-
"type": "string"
|
|
501
|
-
},
|
|
502
|
-
"title": {
|
|
503
|
-
"description": "Title styling",
|
|
504
|
-
"properties": {
|
|
505
|
-
"align": {
|
|
506
|
-
"description": "Title align",
|
|
507
|
-
"enum": [
|
|
508
|
-
"center",
|
|
509
|
-
"left",
|
|
510
|
-
"right"
|
|
511
|
-
],
|
|
512
|
-
"examples": [
|
|
513
|
-
"left",
|
|
514
|
-
"center",
|
|
515
|
-
"right"
|
|
516
|
-
],
|
|
517
|
-
"type": "string"
|
|
518
|
-
},
|
|
519
|
-
"bold": {
|
|
520
|
-
"description": "Is title bold",
|
|
521
|
-
"examples": [
|
|
522
|
-
true,
|
|
523
|
-
false
|
|
524
|
-
],
|
|
525
|
-
"type": "boolean"
|
|
526
|
-
},
|
|
527
|
-
"border": {
|
|
528
|
-
"description": "Is title a border",
|
|
529
|
-
"examples": [
|
|
530
|
-
true,
|
|
531
|
-
false
|
|
532
|
-
],
|
|
533
|
-
"type": "boolean"
|
|
534
|
-
},
|
|
535
|
-
"fontSize": {
|
|
536
|
-
"description": "Title's font size in px",
|
|
537
|
-
"examples": [
|
|
538
|
-
16,
|
|
539
|
-
20
|
|
540
|
-
],
|
|
541
|
-
"type": "number"
|
|
542
|
-
},
|
|
543
|
-
"italic": {
|
|
544
|
-
"description": "Is title italic",
|
|
545
|
-
"examples": [
|
|
546
|
-
true,
|
|
547
|
-
false
|
|
548
|
-
],
|
|
549
|
-
"type": "boolean"
|
|
550
|
-
},
|
|
551
|
-
"lineHeight": {
|
|
552
|
-
"description": "Title's line height in px",
|
|
553
|
-
"examples": [
|
|
554
|
-
30,
|
|
555
|
-
42,
|
|
556
|
-
50
|
|
557
|
-
],
|
|
558
|
-
"type": "number"
|
|
559
|
-
},
|
|
560
|
-
"underline": {
|
|
561
|
-
"description": "Is title underline",
|
|
562
|
-
"examples": [
|
|
563
|
-
true,
|
|
564
|
-
false
|
|
565
|
-
],
|
|
566
|
-
"type": "boolean"
|
|
567
|
-
}
|
|
568
|
-
},
|
|
569
|
-
"type": "object"
|
|
570
|
-
},
|
|
571
|
-
"tooltip": {
|
|
572
|
-
"description": "Tooltip styling",
|
|
573
|
-
"properties": {
|
|
574
|
-
"background": {
|
|
575
|
-
"description": "Tooltip's background",
|
|
576
|
-
"examples": [
|
|
577
|
-
"rgb(248, 248, 248)",
|
|
578
|
-
"rgb(248, 248, 248)",
|
|
579
|
-
"rgb(130, 128, 128)",
|
|
580
|
-
"rgb(61, 61, 61)"
|
|
581
|
-
],
|
|
582
|
-
"type": "string"
|
|
583
|
-
},
|
|
584
|
-
"fontSize": {
|
|
585
|
-
"description": "Tooltip's font size in px",
|
|
586
|
-
"examples": [
|
|
587
|
-
12,
|
|
588
|
-
16,
|
|
589
|
-
20
|
|
590
|
-
],
|
|
591
|
-
"type": "number"
|
|
592
|
-
},
|
|
593
|
-
"lineHeight": {
|
|
594
|
-
"description": "Tooltip's line height in px",
|
|
595
|
-
"examples": [
|
|
596
|
-
12,
|
|
597
|
-
16,
|
|
598
|
-
20
|
|
599
|
-
],
|
|
600
|
-
"type": "number"
|
|
601
|
-
},
|
|
602
|
-
"opacity": {
|
|
603
|
-
"description": "Tooltip's opacity",
|
|
604
|
-
"examples": [
|
|
605
|
-
0.5,
|
|
606
|
-
0.8,
|
|
607
|
-
1
|
|
608
|
-
],
|
|
609
|
-
"type": "number"
|
|
610
|
-
}
|
|
611
|
-
},
|
|
612
|
-
"type": "object"
|
|
613
|
-
},
|
|
614
280
|
"type": {
|
|
615
|
-
"description": "
|
|
281
|
+
"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.",
|
|
616
282
|
"examples": [
|
|
617
283
|
"custom"
|
|
618
284
|
],
|
|
@@ -669,6 +669,9 @@ declare const _default: {
|
|
|
669
669
|
"currency_id": {
|
|
670
670
|
"type": "string"
|
|
671
671
|
},
|
|
672
|
+
"description": {
|
|
673
|
+
"type": "object"
|
|
674
|
+
},
|
|
672
675
|
"duration_format": {
|
|
673
676
|
"enum": [
|
|
674
677
|
"long",
|
|
@@ -1470,7 +1473,7 @@ declare const _default: {
|
|
|
1470
1473
|
"description": "Theme configuration",
|
|
1471
1474
|
"properties": {
|
|
1472
1475
|
"axis": {
|
|
1473
|
-
"description": "
|
|
1476
|
+
"description": "Custom axis styling",
|
|
1474
1477
|
"examples": [
|
|
1475
1478
|
{
|
|
1476
1479
|
"fontSize": 12
|
|
@@ -1481,25 +1484,8 @@ declare const _default: {
|
|
|
1481
1484
|
],
|
|
1482
1485
|
"type": "object"
|
|
1483
1486
|
},
|
|
1484
|
-
"background": {
|
|
1485
|
-
"description": "Background color",
|
|
1486
|
-
"examples": [
|
|
1487
|
-
"rgb(245, 245, 245)",
|
|
1488
|
-
"rgb(61, 61, 61)"
|
|
1489
|
-
],
|
|
1490
|
-
"type": "string"
|
|
1491
|
-
},
|
|
1492
|
-
"baseFontSize": {
|
|
1493
|
-
"description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
1494
|
-
"examples": [
|
|
1495
|
-
13,
|
|
1496
|
-
16,
|
|
1497
|
-
20
|
|
1498
|
-
],
|
|
1499
|
-
"type": "number"
|
|
1500
|
-
},
|
|
1501
1487
|
"borders": {
|
|
1502
|
-
"description": "
|
|
1488
|
+
"description": "Custom border styling",
|
|
1503
1489
|
"properties": {
|
|
1504
1490
|
"border-bottom-width": {
|
|
1505
1491
|
"description": "Border bottom width",
|
|
@@ -1568,7 +1554,7 @@ declare const _default: {
|
|
|
1568
1554
|
"type": "object"
|
|
1569
1555
|
},
|
|
1570
1556
|
"boxShadow": {
|
|
1571
|
-
"description": "
|
|
1557
|
+
"description": "Custom shadow styling",
|
|
1572
1558
|
"properties": {
|
|
1573
1559
|
"color": {
|
|
1574
1560
|
"description": "Shadow color",
|
|
@@ -1598,29 +1584,12 @@ declare const _default: {
|
|
|
1598
1584
|
"type": "object"
|
|
1599
1585
|
},
|
|
1600
1586
|
"colors": {
|
|
1601
|
-
"description": "
|
|
1587
|
+
"description": "Custom color palette",
|
|
1602
1588
|
"examples": [
|
|
1603
1589
|
[
|
|
1604
|
-
"rgb(
|
|
1605
|
-
"rgb(
|
|
1606
|
-
"rgb(
|
|
1607
|
-
],
|
|
1608
|
-
[
|
|
1609
|
-
"rgb(48, 36, 179)",
|
|
1610
|
-
"rgb(105, 93, 255)",
|
|
1611
|
-
"rgb(199, 194, 255)",
|
|
1612
|
-
"rgb(134, 4, 129)",
|
|
1613
|
-
"rgb(204, 55, 198)",
|
|
1614
|
-
"rgb(236, 180, 234)",
|
|
1615
|
-
"rgb(220, 141, 0)",
|
|
1616
|
-
"rgb(249, 206, 61)",
|
|
1617
|
-
"rgb(253, 237, 182)",
|
|
1618
|
-
"rgb(6, 142, 84)",
|
|
1619
|
-
"rgb(58, 213, 147)",
|
|
1620
|
-
"rgb(181, 239, 215)",
|
|
1621
|
-
"rgb(85, 78, 78)",
|
|
1622
|
-
"rgb(149, 141, 141)",
|
|
1623
|
-
"rgb(215, 212, 212)"
|
|
1590
|
+
"rgb(68, 52, 255)",
|
|
1591
|
+
"rgb(68, 52, 255)",
|
|
1592
|
+
"rgb(218, 214, 255)"
|
|
1624
1593
|
]
|
|
1625
1594
|
],
|
|
1626
1595
|
"items": {
|
|
@@ -1628,24 +1597,8 @@ declare const _default: {
|
|
|
1628
1597
|
},
|
|
1629
1598
|
"type": "array"
|
|
1630
1599
|
},
|
|
1631
|
-
"editBackground": {
|
|
1632
|
-
"description": "Edit background",
|
|
1633
|
-
"examples": [
|
|
1634
|
-
"rgb(228, 228, 228)",
|
|
1635
|
-
"rgb(245, 245, 245)",
|
|
1636
|
-
"rgb(61, 61, 61)"
|
|
1637
|
-
],
|
|
1638
|
-
"type": "string"
|
|
1639
|
-
},
|
|
1640
|
-
"editModeBackground": {
|
|
1641
|
-
"description": "Edit mode background",
|
|
1642
|
-
"examples": [
|
|
1643
|
-
"rgb(245, 245, 245)"
|
|
1644
|
-
],
|
|
1645
|
-
"type": "string"
|
|
1646
|
-
},
|
|
1647
1600
|
"font": {
|
|
1648
|
-
"description": "
|
|
1601
|
+
"description": "Custom font styling",
|
|
1649
1602
|
"properties": {
|
|
1650
1603
|
"font-style": {
|
|
1651
1604
|
"const": "normal",
|
|
@@ -1689,40 +1642,15 @@ declare const _default: {
|
|
|
1689
1642
|
"type": "object"
|
|
1690
1643
|
},
|
|
1691
1644
|
"id": {
|
|
1692
|
-
"description": "Id of the theme,
|
|
1645
|
+
"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.",
|
|
1693
1646
|
"examples": [
|
|
1694
1647
|
"seasonal",
|
|
1695
1648
|
"urban"
|
|
1696
1649
|
],
|
|
1697
1650
|
"type": "string"
|
|
1698
1651
|
},
|
|
1699
|
-
"itemSpecific": {
|
|
1700
|
-
"description": "Item specific styling",
|
|
1701
|
-
"properties": {
|
|
1702
|
-
"padding": {
|
|
1703
|
-
"description": "Padding of the item",
|
|
1704
|
-
"examples": [
|
|
1705
|
-
0,
|
|
1706
|
-
4,
|
|
1707
|
-
8,
|
|
1708
|
-
10
|
|
1709
|
-
],
|
|
1710
|
-
"type": "number"
|
|
1711
|
-
},
|
|
1712
|
-
"rounding": {
|
|
1713
|
-
"description": "Rounding of the item",
|
|
1714
|
-
"examples": [
|
|
1715
|
-
0,
|
|
1716
|
-
8,
|
|
1717
|
-
12
|
|
1718
|
-
],
|
|
1719
|
-
"type": "number"
|
|
1720
|
-
}
|
|
1721
|
-
},
|
|
1722
|
-
"type": "object"
|
|
1723
|
-
},
|
|
1724
1652
|
"itemsBackground": {
|
|
1725
|
-
"description": "
|
|
1653
|
+
"description": "Custom item background color",
|
|
1726
1654
|
"examples": [
|
|
1727
1655
|
"rgb(255, 255, 255)",
|
|
1728
1656
|
"rgb(71, 69, 69)",
|
|
@@ -1731,7 +1659,7 @@ declare const _default: {
|
|
|
1731
1659
|
"type": "string"
|
|
1732
1660
|
},
|
|
1733
1661
|
"legend": {
|
|
1734
|
-
"description": "
|
|
1662
|
+
"description": "Custom legend styling",
|
|
1735
1663
|
"properties": {
|
|
1736
1664
|
"fontSize": {
|
|
1737
1665
|
"description": "Legend font size in px",
|
|
@@ -1767,48 +1695,8 @@ declare const _default: {
|
|
|
1767
1695
|
},
|
|
1768
1696
|
"type": "object"
|
|
1769
1697
|
},
|
|
1770
|
-
"mainColor": {
|
|
1771
|
-
"description": "Theme main color",
|
|
1772
|
-
"examples": [
|
|
1773
|
-
"rgb(123, 144, 255)",
|
|
1774
|
-
"rgb(255, 174, 52)",
|
|
1775
|
-
"rgb(123, 144, 255)"
|
|
1776
|
-
],
|
|
1777
|
-
"type": "string"
|
|
1778
|
-
},
|
|
1779
|
-
"margins": {
|
|
1780
|
-
"description": "Dashboard vertical and horizontal margins",
|
|
1781
|
-
"examples": [
|
|
1782
|
-
[
|
|
1783
|
-
16,
|
|
1784
|
-
16
|
|
1785
|
-
],
|
|
1786
|
-
[
|
|
1787
|
-
20,
|
|
1788
|
-
20
|
|
1789
|
-
]
|
|
1790
|
-
],
|
|
1791
|
-
"items": [
|
|
1792
|
-
{
|
|
1793
|
-
"type": "number"
|
|
1794
|
-
},
|
|
1795
|
-
{
|
|
1796
|
-
"type": "number"
|
|
1797
|
-
}
|
|
1798
|
-
],
|
|
1799
|
-
"maxItems": 2,
|
|
1800
|
-
"minItems": 2,
|
|
1801
|
-
"type": "array"
|
|
1802
|
-
},
|
|
1803
|
-
"name": {
|
|
1804
|
-
"description": "Theme name",
|
|
1805
|
-
"examples": [
|
|
1806
|
-
"manual"
|
|
1807
|
-
],
|
|
1808
|
-
"type": "string"
|
|
1809
|
-
},
|
|
1810
1698
|
"title": {
|
|
1811
|
-
"description": "
|
|
1699
|
+
"description": "Custom title styling",
|
|
1812
1700
|
"properties": {
|
|
1813
1701
|
"align": {
|
|
1814
1702
|
"description": "Title align",
|
|
@@ -1877,7 +1765,7 @@ declare const _default: {
|
|
|
1877
1765
|
"type": "object"
|
|
1878
1766
|
},
|
|
1879
1767
|
"tooltip": {
|
|
1880
|
-
"description": "
|
|
1768
|
+
"description": "Custom tooltip styling",
|
|
1881
1769
|
"properties": {
|
|
1882
1770
|
"background": {
|
|
1883
1771
|
"description": "Tooltip's background",
|
|
@@ -1920,7 +1808,7 @@ declare const _default: {
|
|
|
1920
1808
|
"type": "object"
|
|
1921
1809
|
},
|
|
1922
1810
|
"type": {
|
|
1923
|
-
"description": "
|
|
1811
|
+
"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.",
|
|
1924
1812
|
"examples": [
|
|
1925
1813
|
"custom"
|
|
1926
1814
|
],
|