@luzmo/dashboard-contents-types 0.1.88-beta.7 → 0.1.89
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/README.md +154 -0
- package/assets/json-schemas/area-chart-options.schema.json.d.ts +32 -5
- package/assets/json-schemas/area-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/area-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/bar-chart-options.schema.json.d.ts +32 -11
- package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/bar-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/box-plot-options.schema.json.d.ts +27 -6
- package/assets/json-schemas/box-plot-slots.schema.json.d.ts +8 -8
- package/assets/json-schemas/box-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +27 -6
- package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/bubble-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +37 -6
- package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/bullet-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +37 -10
- package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +11 -11
- package/assets/json-schemas/choropleth-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +30 -9
- package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +10 -10
- package/assets/json-schemas/circular-gauge.schema.json.d.ts +3 -3
- package/assets/json-schemas/column-chart-options.schema.json.d.ts +32 -11
- package/assets/json-schemas/column-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/column-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/combination-chart-options.schema.json.d.ts +34 -7
- package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +10 -10
- package/assets/json-schemas/combination-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/date-filter-options.schema.json.d.ts +13 -3
- package/assets/json-schemas/date-filter-slots.schema.json.d.ts +3 -3
- package/assets/json-schemas/date-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/donut-chart-options.schema.json.d.ts +28 -7
- package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +10 -10
- package/assets/json-schemas/donut-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +13 -3
- package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +6 -6
- package/assets/json-schemas/dropdown-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/evolution-number-options.schema.json.d.ts +51 -28
- package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +8 -8
- package/assets/json-schemas/evolution-number.schema.json.d.ts +3 -3
- package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +28 -7
- package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +9 -9
- package/assets/json-schemas/funnel-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/image-options.schema.json.d.ts +7 -3
- package/assets/json-schemas/image.schema.json.d.ts +2 -2
- package/assets/json-schemas/line-chart-options.schema.json.d.ts +29 -6
- package/assets/json-schemas/line-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/line-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/options.schema.json.d.ts +24 -24
- package/assets/json-schemas/pivot-table-options.schema.json.d.ts +37 -12
- package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/pivot-table.schema.json.d.ts +3 -3
- package/assets/json-schemas/regular-table-options.schema.json.d.ts +33 -8
- package/assets/json-schemas/regular-table-slots.schema.json.d.ts +6 -6
- package/assets/json-schemas/regular-table.schema.json.d.ts +3 -3
- package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +32 -8
- package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +18 -18
- package/assets/json-schemas/sankey-diagram.schema.json.d.ts +3 -3
- package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +39 -6
- package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +22 -22
- package/assets/json-schemas/scatter-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +18 -8
- package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +10 -10
- package/assets/json-schemas/slicer-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/slider-filter-options.schema.json.d.ts +13 -3
- package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +5 -5
- package/assets/json-schemas/slider-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/slots.schema.json.d.ts +22 -22
- package/assets/json-schemas/text-options.schema.json.d.ts +7 -3
- package/assets/json-schemas/text.schema.json.d.ts +2 -2
- package/assets/json-schemas/viz-item-type.schema.json.d.ts +1 -1
- package/index.d.ts +1 -0
- package/index.js +71 -71
- package/index.mjs +1038 -578
- package/json-schemas.d.ts +278 -122
- package/json-schemas.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/index.d.ts +1 -0
- package/src/lib/area-chart/area-chart-options.d.ts +18 -16
- package/src/lib/area-chart/area-chart-slots.d.ts +2 -0
- package/src/lib/area-chart/area-chart.d.ts +4 -2
- package/src/lib/area-chart/index.d.ts +1 -0
- package/src/lib/bar-chart/bar-chart-options.d.ts +23 -21
- package/src/lib/bar-chart/bar-chart.d.ts +4 -2
- package/src/lib/bar-chart/bar-chart.slots.d.ts +2 -0
- package/src/lib/bar-chart/index.d.ts +1 -0
- package/src/lib/box-plot/box-plot-options.d.ts +17 -15
- package/src/lib/box-plot/box-plot-slots.d.ts +2 -0
- package/src/lib/box-plot/box-plot.d.ts +4 -2
- package/src/lib/box-plot/index.d.ts +1 -0
- package/src/lib/bubble-chart/bubble-chart-options.d.ts +16 -14
- package/src/lib/bubble-chart/bubble-chart-slots.d.ts +2 -0
- package/src/lib/bubble-chart/bubble-chart.d.ts +4 -2
- package/src/lib/bubble-chart/index.d.ts +1 -0
- package/src/lib/bullet-chart/bullet-chart-options.d.ts +17 -15
- package/src/lib/bullet-chart/bullet-chart-slots.d.ts +2 -0
- package/src/lib/bullet-chart/bullet-chart.d.ts +4 -2
- package/src/lib/bullet-chart/index.d.ts +1 -0
- package/src/lib/choropleth-map/choropleth-map-options.d.ts +22 -20
- package/src/lib/choropleth-map/choropleth-map-slots.d.ts +2 -0
- package/src/lib/choropleth-map/choropleth-map.d.ts +4 -2
- package/src/lib/choropleth-map/index.d.ts +1 -0
- package/src/lib/circular-gauge/circular-gauge-options.d.ts +15 -13
- package/src/lib/circular-gauge/circular-gauge-slots.d.ts +2 -0
- package/src/lib/circular-gauge/circular-gauge.d.ts +4 -2
- package/src/lib/circular-gauge/index.d.ts +1 -0
- package/src/lib/column-chart/column-chart-options.d.ts +23 -21
- package/src/lib/column-chart/column-chart-slots.d.ts +2 -0
- package/src/lib/column-chart/column-chart.d.ts +4 -2
- package/src/lib/column-chart/index.d.ts +1 -0
- package/src/lib/combination-chart/combination-chart-options.d.ts +19 -17
- package/src/lib/combination-chart/combination-chart-slots.d.ts +2 -0
- package/src/lib/combination-chart/combination-chart.d.ts +4 -2
- package/src/lib/combination-chart/index.d.ts +1 -0
- package/src/lib/conditional-number/conditional-number-options.d.ts +16 -14
- package/src/lib/conditional-number/conditional-number-slots.d.ts +2 -0
- package/src/lib/conditional-number/conditional-number.d.ts +4 -2
- package/src/lib/conditional-number/index.d.ts +1 -0
- package/src/lib/date-filter/date-filter-options.d.ts +6 -4
- package/src/lib/date-filter/date-filter-slots.d.ts +2 -0
- package/src/lib/date-filter/date-filter.d.ts +4 -2
- package/src/lib/date-filter/index.d.ts +1 -0
- package/src/lib/donut-chart/donut-chart-options.d.ts +18 -16
- package/src/lib/donut-chart/donut-chart-slots.d.ts +2 -0
- package/src/lib/donut-chart/donut-chart.d.ts +4 -2
- package/src/lib/donut-chart/index.d.ts +1 -0
- package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +8 -6
- package/src/lib/dropdown-filter/dropdown-filter-slots.d.ts +2 -0
- package/src/lib/dropdown-filter/dropdown-filter.d.ts +4 -2
- package/src/lib/dropdown-filter/index.d.ts +1 -0
- package/src/lib/evolution-number/evolution-number-options.d.ts +31 -14
- package/src/lib/evolution-number/evolution-number-options.d.ts.map +1 -1
- package/src/lib/evolution-number/evolution-number-slots.d.ts +2 -0
- package/src/lib/evolution-number/evolution-number.d.ts +4 -2
- package/src/lib/evolution-number/index.d.ts +1 -0
- package/src/lib/funnel-chart/funnel-chart-options.d.ts +18 -16
- package/src/lib/funnel-chart/funnel-chart-slots.d.ts +2 -0
- package/src/lib/funnel-chart/funnel-chart.d.ts +4 -2
- package/src/lib/funnel-chart/index.d.ts +1 -0
- package/src/lib/image/image-options.d.ts +5 -3
- package/src/lib/image/image.d.ts +3 -1
- package/src/lib/image/index.d.ts +1 -0
- package/src/lib/line-chart/index.d.ts +1 -0
- package/src/lib/line-chart/line-chart-options.d.ts +17 -15
- package/src/lib/line-chart/line-chart-slots.d.ts +2 -0
- package/src/lib/line-chart/line-chart.d.ts +4 -2
- package/src/lib/pivot-table/index.d.ts +1 -0
- package/src/lib/pivot-table/pivot-table-options.d.ts +21 -19
- package/src/lib/pivot-table/pivot-table-slots.d.ts +2 -0
- package/src/lib/pivot-table/pivot-table.d.ts +4 -2
- package/src/lib/regular-table/index.d.ts +1 -0
- package/src/lib/regular-table/regular-table-options.d.ts +16 -14
- package/src/lib/regular-table/regular-table-slots.d.ts +2 -0
- package/src/lib/regular-table/regular-table.d.ts +4 -2
- package/src/lib/sankey-diagram/index.d.ts +1 -0
- package/src/lib/sankey-diagram/sankey-diagram-options.d.ts +17 -15
- package/src/lib/sankey-diagram/sankey-diagram-slots.d.ts +2 -0
- package/src/lib/sankey-diagram/sankey-diagram.d.ts +4 -2
- package/src/lib/scatter-plot/index.d.ts +1 -0
- package/src/lib/scatter-plot/scatter-plot-options.d.ts +18 -16
- package/src/lib/scatter-plot/scatter-plot-slots.d.ts +2 -0
- package/src/lib/scatter-plot/scatter-plot.d.ts +4 -2
- package/src/lib/shared/axes.d.ts +1 -0
- package/src/lib/shared/axis-view-options.d.ts +2 -0
- package/src/lib/shared/common.d.ts +7 -5
- package/src/lib/shared/common.d.ts.map +1 -1
- package/src/lib/shared/drop-object-view-options.d.ts +4 -0
- package/src/lib/shared/drop-object-view-options.d.ts.map +1 -1
- package/src/lib/shared/filters.d.ts +1 -0
- package/src/lib/shared/formula.d.ts +2 -0
- package/src/lib/shared/index.d.ts +1 -0
- package/src/lib/shared/info-tooltip-options.d.ts +1 -0
- package/src/lib/shared/interactivity-brush.d.ts +1 -0
- package/src/lib/shared/interactivity-custom-events.d.ts +2 -0
- package/src/lib/shared/interactivity-custom-tooltip.d.ts +1 -0
- package/src/lib/shared/interactivity-drilldown.d.ts +2 -0
- package/src/lib/shared/interactivity-export.d.ts +3 -2
- package/src/lib/shared/interactivity-filter.d.ts +1 -0
- package/src/lib/shared/interactivity-go-to-url.d.ts +1 -0
- package/src/lib/shared/interactivity-measure-dimension-picker.d.ts +3 -1
- package/src/lib/shared/interactivity-target.d.ts +1 -0
- package/src/lib/shared/interpolation.d.ts +1 -0
- package/src/lib/shared/item-filter-group.d.ts +1 -0
- package/src/lib/shared/legend.d.ts +2 -0
- package/src/lib/shared/map-object-view-options.d.ts +4 -2
- package/src/lib/shared/object-view-options.d.ts +4 -2
- package/src/lib/shared/placeholder.d.ts +1 -0
- package/src/lib/shared/query.d.ts +1 -0
- package/src/lib/shared/ranges.d.ts +1 -0
- package/src/lib/shared/slots.d.ts +4 -2
- package/src/lib/shared/sort.d.ts +2 -0
- package/src/lib/shared/theme.d.ts +6 -1
- package/src/lib/shared/theme.d.ts.map +1 -1
- package/src/lib/shared/title.d.ts +1 -0
- package/src/lib/slicer-filter/index.d.ts +1 -0
- package/src/lib/slicer-filter/slicer-filter-options.d.ts +15 -13
- package/src/lib/slicer-filter/slicer-filter-slots.d.ts +2 -0
- package/src/lib/slicer-filter/slicer-filter.d.ts +4 -2
- package/src/lib/slider-filter/index.d.ts +1 -0
- package/src/lib/slider-filter/slider-filter-options.d.ts +7 -5
- package/src/lib/slider-filter/slider-filter-slots.d.ts +2 -0
- package/src/lib/slider-filter/slider-filter.d.ts +4 -2
- package/src/lib/text/index.d.ts +1 -0
- package/src/lib/text/text-options.d.ts +3 -1
- package/src/lib/text/text.d.ts +3 -1
- package/src/options.d.ts +25 -23
- package/src/slots.d.ts +23 -21
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"CategorySlot": {
|
|
@@ -10,13 +10,13 @@ declare const _default: {
|
|
|
10
10
|
"items": {
|
|
11
11
|
"anyOf": [
|
|
12
12
|
{
|
|
13
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
13
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/NumericSlotContent"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
16
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/HierarchySlotContent"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
19
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
20
20
|
}
|
|
21
21
|
]
|
|
22
22
|
},
|
|
@@ -162,13 +162,13 @@ declare const _default: {
|
|
|
162
162
|
"items": {
|
|
163
163
|
"anyOf": [
|
|
164
164
|
{
|
|
165
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
165
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/NumericSlotContent"
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
168
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/HierarchySlotContent"
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
171
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
172
172
|
}
|
|
173
173
|
]
|
|
174
174
|
},
|
|
@@ -277,13 +277,13 @@ declare const _default: {
|
|
|
277
277
|
"items": {
|
|
278
278
|
"anyOf": [
|
|
279
279
|
{
|
|
280
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
280
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/NumericSlotContent"
|
|
281
281
|
},
|
|
282
282
|
{
|
|
283
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
283
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/HierarchySlotContent"
|
|
284
284
|
},
|
|
285
285
|
{
|
|
286
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
286
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
287
287
|
}
|
|
288
288
|
]
|
|
289
289
|
},
|
|
@@ -327,7 +327,7 @@ declare const _default: {
|
|
|
327
327
|
"type": "string"
|
|
328
328
|
},
|
|
329
329
|
"columnSubType": {
|
|
330
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
330
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/ColumnSubtype",
|
|
331
331
|
"description": "Column subtype"
|
|
332
332
|
},
|
|
333
333
|
"set": {
|
|
@@ -456,13 +456,13 @@ declare const _default: {
|
|
|
456
456
|
"items": {
|
|
457
457
|
"anyOf": [
|
|
458
458
|
{
|
|
459
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
459
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/NumericSlotContent"
|
|
460
460
|
},
|
|
461
461
|
{
|
|
462
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
462
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/HierarchySlotContent"
|
|
463
463
|
},
|
|
464
464
|
{
|
|
465
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
465
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
466
466
|
}
|
|
467
467
|
]
|
|
468
468
|
},
|
|
@@ -482,16 +482,16 @@ declare const _default: {
|
|
|
482
482
|
"items": {
|
|
483
483
|
"anyOf": [
|
|
484
484
|
{
|
|
485
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
485
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/SourceSlot"
|
|
486
486
|
},
|
|
487
487
|
{
|
|
488
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
488
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/CategorySlot"
|
|
489
489
|
},
|
|
490
490
|
{
|
|
491
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
491
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/MeasureSlot"
|
|
492
492
|
},
|
|
493
493
|
{
|
|
494
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
494
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json#/definitions/DestinationSlot"
|
|
495
495
|
}
|
|
496
496
|
]
|
|
497
497
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
3
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram.schema.json",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Sankey Diagram item",
|
|
6
6
|
"properties": {
|
|
@@ -11,11 +11,11 @@ declare const _default: {
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Sankey Diagram item",
|
|
14
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Sankey Diagram item",
|
|
18
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/sankey-diagram-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"axis": {
|
|
@@ -248,7 +248,13 @@ declare const _default: {
|
|
|
248
248
|
"type": "object"
|
|
249
249
|
},
|
|
250
250
|
"color": {
|
|
251
|
+
"default": "",
|
|
251
252
|
"description": "The main color for the item, if omitted the default color from the theme will be used.",
|
|
253
|
+
"examples": [
|
|
254
|
+
"#FF5733",
|
|
255
|
+
"#33FF57",
|
|
256
|
+
"#5733FF"
|
|
257
|
+
],
|
|
252
258
|
"type": "string"
|
|
253
259
|
},
|
|
254
260
|
"display": {
|
|
@@ -335,7 +341,11 @@ declare const _default: {
|
|
|
335
341
|
"description": "Interactivity options",
|
|
336
342
|
"properties": {
|
|
337
343
|
"availableExportTypes": {
|
|
338
|
-
"default":
|
|
344
|
+
"default": [
|
|
345
|
+
"xlsx",
|
|
346
|
+
"csv",
|
|
347
|
+
"png"
|
|
348
|
+
],
|
|
339
349
|
"description": "Available export types interactivity option",
|
|
340
350
|
"items": {
|
|
341
351
|
"description": "Export types",
|
|
@@ -440,7 +450,11 @@ declare const _default: {
|
|
|
440
450
|
"type": "object"
|
|
441
451
|
},
|
|
442
452
|
"exportTypes": {
|
|
443
|
-
"default":
|
|
453
|
+
"default": [
|
|
454
|
+
"xlsx",
|
|
455
|
+
"csv",
|
|
456
|
+
"png"
|
|
457
|
+
],
|
|
444
458
|
"description": "Export types interactivity option",
|
|
445
459
|
"items": {
|
|
446
460
|
"description": "Export types",
|
|
@@ -1089,7 +1103,10 @@ declare const _default: {
|
|
|
1089
1103
|
"type": "array"
|
|
1090
1104
|
},
|
|
1091
1105
|
"urlConfig": {
|
|
1092
|
-
"default":
|
|
1106
|
+
"default": {
|
|
1107
|
+
"target": "_blank",
|
|
1108
|
+
"url": null
|
|
1109
|
+
},
|
|
1093
1110
|
"description": "Go to URL interactivity option",
|
|
1094
1111
|
"properties": {
|
|
1095
1112
|
"target": {
|
|
@@ -1165,6 +1182,12 @@ declare const _default: {
|
|
|
1165
1182
|
"properties": {
|
|
1166
1183
|
"x": {
|
|
1167
1184
|
"description": "Manual axes range for X axis",
|
|
1185
|
+
"examples": [
|
|
1186
|
+
[
|
|
1187
|
+
0,
|
|
1188
|
+
100
|
|
1189
|
+
]
|
|
1190
|
+
],
|
|
1168
1191
|
"items": [
|
|
1169
1192
|
{
|
|
1170
1193
|
"type": "number"
|
|
@@ -1179,6 +1202,12 @@ declare const _default: {
|
|
|
1179
1202
|
},
|
|
1180
1203
|
"y": {
|
|
1181
1204
|
"description": "Manual axes range for Y axis",
|
|
1205
|
+
"examples": [
|
|
1206
|
+
[
|
|
1207
|
+
0,
|
|
1208
|
+
100
|
|
1209
|
+
]
|
|
1210
|
+
],
|
|
1182
1211
|
"items": [
|
|
1183
1212
|
{
|
|
1184
1213
|
"type": "number"
|
|
@@ -1212,14 +1241,18 @@ declare const _default: {
|
|
|
1212
1241
|
"background": {
|
|
1213
1242
|
"description": "Background color",
|
|
1214
1243
|
"examples": [
|
|
1215
|
-
"dark",
|
|
1216
|
-
"light",
|
|
1217
1244
|
"rgb(245, 245, 245)",
|
|
1218
1245
|
"rgb(61, 61, 61)"
|
|
1219
1246
|
],
|
|
1220
1247
|
"type": "string"
|
|
1221
1248
|
},
|
|
1222
1249
|
"baseFontSize": {
|
|
1250
|
+
"description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
1251
|
+
"examples": [
|
|
1252
|
+
13,
|
|
1253
|
+
16,
|
|
1254
|
+
20
|
|
1255
|
+
],
|
|
1223
1256
|
"type": "number"
|
|
1224
1257
|
},
|
|
1225
1258
|
"borders": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"ColorSlot": {
|
|
@@ -10,13 +10,13 @@ declare const _default: {
|
|
|
10
10
|
"items": {
|
|
11
11
|
"anyOf": [
|
|
12
12
|
{
|
|
13
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
13
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/NumericSlotContent"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
16
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/HierarchySlotContent"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
19
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
20
20
|
}
|
|
21
21
|
]
|
|
22
22
|
},
|
|
@@ -249,13 +249,13 @@ declare const _default: {
|
|
|
249
249
|
"items": {
|
|
250
250
|
"anyOf": [
|
|
251
251
|
{
|
|
252
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
252
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/NumericSlotContent"
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
255
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/HierarchySlotContent"
|
|
256
256
|
},
|
|
257
257
|
{
|
|
258
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
258
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
259
259
|
}
|
|
260
260
|
]
|
|
261
261
|
},
|
|
@@ -298,7 +298,7 @@ declare const _default: {
|
|
|
298
298
|
"type": "string"
|
|
299
299
|
},
|
|
300
300
|
"columnSubType": {
|
|
301
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
301
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/ColumnSubtype",
|
|
302
302
|
"description": "Column subtype"
|
|
303
303
|
},
|
|
304
304
|
"set": {
|
|
@@ -427,13 +427,13 @@ declare const _default: {
|
|
|
427
427
|
"items": {
|
|
428
428
|
"anyOf": [
|
|
429
429
|
{
|
|
430
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
430
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/NumericSlotContent"
|
|
431
431
|
},
|
|
432
432
|
{
|
|
433
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
433
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/HierarchySlotContent"
|
|
434
434
|
},
|
|
435
435
|
{
|
|
436
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
436
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
437
437
|
}
|
|
438
438
|
]
|
|
439
439
|
},
|
|
@@ -456,13 +456,13 @@ declare const _default: {
|
|
|
456
456
|
"items": {
|
|
457
457
|
"anyOf": [
|
|
458
458
|
{
|
|
459
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
459
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/NumericSlotContent"
|
|
460
460
|
},
|
|
461
461
|
{
|
|
462
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
462
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/HierarchySlotContent"
|
|
463
463
|
},
|
|
464
464
|
{
|
|
465
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
465
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
466
466
|
}
|
|
467
467
|
]
|
|
468
468
|
},
|
|
@@ -485,13 +485,13 @@ declare const _default: {
|
|
|
485
485
|
"items": {
|
|
486
486
|
"anyOf": [
|
|
487
487
|
{
|
|
488
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
488
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/NumericSlotContent"
|
|
489
489
|
},
|
|
490
490
|
{
|
|
491
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
491
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/HierarchySlotContent"
|
|
492
492
|
},
|
|
493
493
|
{
|
|
494
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
494
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
495
495
|
}
|
|
496
496
|
]
|
|
497
497
|
},
|
|
@@ -511,19 +511,19 @@ declare const _default: {
|
|
|
511
511
|
"items": {
|
|
512
512
|
"anyOf": [
|
|
513
513
|
{
|
|
514
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
514
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/YAxisSlot"
|
|
515
515
|
},
|
|
516
516
|
{
|
|
517
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
517
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/NameSlot"
|
|
518
518
|
},
|
|
519
519
|
{
|
|
520
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
520
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/SizeSlot"
|
|
521
521
|
},
|
|
522
522
|
{
|
|
523
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
523
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/XAxisSlot"
|
|
524
524
|
},
|
|
525
525
|
{
|
|
526
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
526
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json#/definitions/ColorSlot"
|
|
527
527
|
}
|
|
528
528
|
]
|
|
529
529
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
3
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot.schema.json",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Scatter Plot item",
|
|
6
6
|
"properties": {
|
|
@@ -11,11 +11,11 @@ declare const _default: {
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Scatter Plot item",
|
|
14
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Scatter Plot item",
|
|
18
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/scatter-plot-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"applyFiltersWithButton": {
|
|
@@ -8,7 +8,13 @@ declare const _default: {
|
|
|
8
8
|
"type": "boolean"
|
|
9
9
|
},
|
|
10
10
|
"color": {
|
|
11
|
+
"default": "",
|
|
11
12
|
"description": "The main color for the item, if omitted the default color from the theme will be used.",
|
|
13
|
+
"examples": [
|
|
14
|
+
"#FF5733",
|
|
15
|
+
"#33FF57",
|
|
16
|
+
"#5733FF"
|
|
17
|
+
],
|
|
12
18
|
"type": "string"
|
|
13
19
|
},
|
|
14
20
|
"display": {
|
|
@@ -693,7 +699,7 @@ declare const _default: {
|
|
|
693
699
|
"description": "Layout",
|
|
694
700
|
"properties": {
|
|
695
701
|
"alignment": {
|
|
696
|
-
"default": "
|
|
702
|
+
"default": "vertical",
|
|
697
703
|
"description": "Layout alignment",
|
|
698
704
|
"enum": [
|
|
699
705
|
"horizontal",
|
|
@@ -731,7 +737,7 @@ declare const _default: {
|
|
|
731
737
|
"description": "Measure",
|
|
732
738
|
"properties": {
|
|
733
739
|
"color": {
|
|
734
|
-
"default": "
|
|
740
|
+
"default": "#5A5A5A",
|
|
735
741
|
"description": "Measure color",
|
|
736
742
|
"type": "string"
|
|
737
743
|
},
|
|
@@ -749,7 +755,7 @@ declare const _default: {
|
|
|
749
755
|
"type": "object"
|
|
750
756
|
},
|
|
751
757
|
"mode": {
|
|
752
|
-
"default": "
|
|
758
|
+
"default": "check",
|
|
753
759
|
"description": "Mode",
|
|
754
760
|
"enum": [
|
|
755
761
|
"button",
|
|
@@ -792,7 +798,7 @@ declare const _default: {
|
|
|
792
798
|
"description": "Range",
|
|
793
799
|
"properties": {
|
|
794
800
|
"type": {
|
|
795
|
-
"default": "
|
|
801
|
+
"default": "default",
|
|
796
802
|
"description": "Range type",
|
|
797
803
|
"enum": [
|
|
798
804
|
"default",
|
|
@@ -817,7 +823,7 @@ declare const _default: {
|
|
|
817
823
|
"type": "number"
|
|
818
824
|
},
|
|
819
825
|
"position": {
|
|
820
|
-
"default": "
|
|
826
|
+
"default": "bottom",
|
|
821
827
|
"description": "Rank Bar position",
|
|
822
828
|
"enum": [
|
|
823
829
|
"background",
|
|
@@ -985,14 +991,18 @@ declare const _default: {
|
|
|
985
991
|
"background": {
|
|
986
992
|
"description": "Background color",
|
|
987
993
|
"examples": [
|
|
988
|
-
"dark",
|
|
989
|
-
"light",
|
|
990
994
|
"rgb(245, 245, 245)",
|
|
991
995
|
"rgb(61, 61, 61)"
|
|
992
996
|
],
|
|
993
997
|
"type": "string"
|
|
994
998
|
},
|
|
995
999
|
"baseFontSize": {
|
|
1000
|
+
"description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
1001
|
+
"examples": [
|
|
1002
|
+
13,
|
|
1003
|
+
16,
|
|
1004
|
+
20
|
|
1005
|
+
],
|
|
996
1006
|
"type": "number"
|
|
997
1007
|
},
|
|
998
1008
|
"borders": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-slots.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"ColumnSubtype": {
|
|
@@ -134,13 +134,13 @@ declare const _default: {
|
|
|
134
134
|
"items": {
|
|
135
135
|
"anyOf": [
|
|
136
136
|
{
|
|
137
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
137
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-slots.schema.json#/definitions/NumericSlotContent"
|
|
138
138
|
},
|
|
139
139
|
{
|
|
140
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
140
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-slots.schema.json#/definitions/HierarchySlotContent"
|
|
141
141
|
},
|
|
142
142
|
{
|
|
143
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
143
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
144
144
|
}
|
|
145
145
|
]
|
|
146
146
|
},
|
|
@@ -248,13 +248,13 @@ declare const _default: {
|
|
|
248
248
|
"items": {
|
|
249
249
|
"anyOf": [
|
|
250
250
|
{
|
|
251
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
251
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-slots.schema.json#/definitions/NumericSlotContent"
|
|
252
252
|
},
|
|
253
253
|
{
|
|
254
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
254
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-slots.schema.json#/definitions/HierarchySlotContent"
|
|
255
255
|
},
|
|
256
256
|
{
|
|
257
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
257
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
258
258
|
}
|
|
259
259
|
]
|
|
260
260
|
},
|
|
@@ -298,7 +298,7 @@ declare const _default: {
|
|
|
298
298
|
"type": "string"
|
|
299
299
|
},
|
|
300
300
|
"columnSubType": {
|
|
301
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
301
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-slots.schema.json#/definitions/ColumnSubtype",
|
|
302
302
|
"description": "Column subtype"
|
|
303
303
|
},
|
|
304
304
|
"set": {
|
|
@@ -424,10 +424,10 @@ declare const _default: {
|
|
|
424
424
|
"items": {
|
|
425
425
|
"anyOf": [
|
|
426
426
|
{
|
|
427
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
427
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-slots.schema.json#/definitions/MeasureSlot"
|
|
428
428
|
},
|
|
429
429
|
{
|
|
430
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
430
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-slots.schema.json#/definitions/DimensionSlot"
|
|
431
431
|
}
|
|
432
432
|
]
|
|
433
433
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
3
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter.schema.json",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Slicer Filter item",
|
|
6
6
|
"properties": {
|
|
@@ -11,11 +11,11 @@ declare const _default: {
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Slicer Filter item",
|
|
14
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Slicer Filter item",
|
|
18
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slicer-filter-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
};
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slider-filter-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"color": {
|
|
6
|
+
"default": "",
|
|
6
7
|
"description": "The main color for the item, if omitted the default color from the theme will be used.",
|
|
8
|
+
"examples": [
|
|
9
|
+
"#FF5733",
|
|
10
|
+
"#33FF57",
|
|
11
|
+
"#5733FF"
|
|
12
|
+
],
|
|
7
13
|
"type": "string"
|
|
8
14
|
},
|
|
9
15
|
"display": {
|
|
@@ -697,14 +703,18 @@ declare const _default: {
|
|
|
697
703
|
"background": {
|
|
698
704
|
"description": "Background color",
|
|
699
705
|
"examples": [
|
|
700
|
-
"dark",
|
|
701
|
-
"light",
|
|
702
706
|
"rgb(245, 245, 245)",
|
|
703
707
|
"rgb(61, 61, 61)"
|
|
704
708
|
],
|
|
705
709
|
"type": "string"
|
|
706
710
|
},
|
|
707
711
|
"baseFontSize": {
|
|
712
|
+
"description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
713
|
+
"examples": [
|
|
714
|
+
13,
|
|
715
|
+
16,
|
|
716
|
+
20
|
|
717
|
+
],
|
|
708
718
|
"type": "number"
|
|
709
719
|
},
|
|
710
720
|
"borders": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slider-filter-slots.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"ColumnSubtype": {
|
|
@@ -155,7 +155,7 @@ declare const _default: {
|
|
|
155
155
|
"type": "string"
|
|
156
156
|
},
|
|
157
157
|
"columnSubType": {
|
|
158
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
158
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slider-filter-slots.schema.json#/definitions/ColumnSubtype",
|
|
159
159
|
"description": "Column subtype"
|
|
160
160
|
},
|
|
161
161
|
"set": {
|
|
@@ -284,10 +284,10 @@ declare const _default: {
|
|
|
284
284
|
"items": {
|
|
285
285
|
"anyOf": [
|
|
286
286
|
{
|
|
287
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
287
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slider-filter-slots.schema.json#/definitions/NumericSlotContent"
|
|
288
288
|
},
|
|
289
289
|
{
|
|
290
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
290
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slider-filter-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
291
291
|
}
|
|
292
292
|
]
|
|
293
293
|
},
|
|
@@ -304,7 +304,7 @@ declare const _default: {
|
|
|
304
304
|
},
|
|
305
305
|
"description": "Data definition of the Slider filter",
|
|
306
306
|
"items": {
|
|
307
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
307
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/slider-filter-slots.schema.json#/definitions/SliderMetricSlot"
|
|
308
308
|
},
|
|
309
309
|
"maxItems": 1,
|
|
310
310
|
"type": "array"
|