@luzmo/dashboard-contents-types 1.0.5 → 1.0.7
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 +47 -0
- package/README.md +132 -0
- package/assets/json-schemas/area-chart-options.schema.json.d.ts +129 -532
- package/assets/json-schemas/area-chart-slots.schema.json.d.ts +23 -19
- package/assets/json-schemas/area-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/bar-chart-options.schema.json.d.ts +125 -2594
- package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +23 -19
- package/assets/json-schemas/bar-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/box-plot-options.schema.json.d.ts +121 -525
- package/assets/json-schemas/box-plot-slots.schema.json.d.ts +17 -13
- package/assets/json-schemas/box-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +126 -2595
- package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +23 -19
- package/assets/json-schemas/bubble-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +114 -521
- package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +23 -19
- package/assets/json-schemas/bullet-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +117 -524
- package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +21 -16
- package/assets/json-schemas/choropleth-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/circle-pack-chart-options.schema.json.d.ts +857 -0
- package/assets/json-schemas/circle-pack-chart-slots.schema.json.d.ts +485 -0
- package/assets/json-schemas/circle-pack-chart.schema.json.d.ts +23 -0
- package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +116 -523
- package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +19 -15
- package/assets/json-schemas/circular-gauge.schema.json.d.ts +3 -3
- package/assets/json-schemas/column-chart-options.schema.json.d.ts +125 -2594
- package/assets/json-schemas/column-chart-slots.schema.json.d.ts +23 -19
- package/assets/json-schemas/column-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/combination-chart-options.schema.json.d.ts +42 -456
- package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +19 -15
- package/assets/json-schemas/combination-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/date-filter-options.schema.json.d.ts +27 -415
- package/assets/json-schemas/date-filter-slots.schema.json.d.ts +7 -6
- package/assets/json-schemas/date-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/donut-chart-options.schema.json.d.ts +161 -2623
- package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +19 -15
- package/assets/json-schemas/donut-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +29 -417
- package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +15 -11
- package/assets/json-schemas/dropdown-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/evolution-number-options.schema.json.d.ts +119 -525
- package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +17 -13
- package/assets/json-schemas/evolution-number.schema.json.d.ts +3 -3
- package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +125 -2594
- package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +18 -14
- package/assets/json-schemas/funnel-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/heat-map-options.schema.json.d.ts +32 -449
- package/assets/json-schemas/heat-map-slots.schema.json.d.ts +18 -13
- package/assets/json-schemas/heat-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/heat-table-options.schema.json.d.ts +1119 -0
- package/assets/json-schemas/heat-table-slots.schema.json.d.ts +518 -0
- package/assets/json-schemas/heat-table.schema.json.d.ts +23 -0
- package/assets/json-schemas/hexbin-map-options.schema.json.d.ts +39 -453
- package/assets/json-schemas/hexbin-map-slots.schema.json.d.ts +18 -13
- package/assets/json-schemas/hexbin-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/image-options.schema.json.d.ts +8 -8
- package/assets/json-schemas/image.schema.json.d.ts +2 -2
- package/assets/json-schemas/line-chart-options.schema.json.d.ts +131 -536
- package/assets/json-schemas/line-chart-slots.schema.json.d.ts +23 -19
- package/assets/json-schemas/line-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/marker-map-options.schema.json.d.ts +32 -449
- package/assets/json-schemas/marker-map-slots.schema.json.d.ts +18 -13
- package/assets/json-schemas/marker-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/ohlc-chart-options.schema.json.d.ts +1173 -0
- package/assets/json-schemas/ohlc-chart-slots.schema.json.d.ts +582 -0
- package/assets/json-schemas/ohlc-chart.schema.json.d.ts +23 -0
- package/assets/json-schemas/options.schema.json.d.ts +59 -35
- package/assets/json-schemas/parallel-coordinates-plot-options.schema.json.d.ts +729 -0
- package/assets/json-schemas/parallel-coordinates-plot-slots.schema.json.d.ts +482 -0
- package/assets/json-schemas/parallel-coordinates-plot.schema.json.d.ts +23 -0
- package/assets/json-schemas/pivot-table-options.schema.json.d.ts +114 -523
- package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +23 -19
- package/assets/json-schemas/pivot-table.schema.json.d.ts +3 -3
- package/assets/json-schemas/pyramid-chart-options.schema.json.d.ts +1191 -0
- package/assets/json-schemas/pyramid-chart-slots.schema.json.d.ts +517 -0
- package/assets/json-schemas/pyramid-chart.schema.json.d.ts +23 -0
- package/assets/json-schemas/radar-chart-options.schema.json.d.ts +866 -0
- package/assets/json-schemas/radar-chart-slots.schema.json.d.ts +518 -0
- package/assets/json-schemas/radar-chart.schema.json.d.ts +23 -0
- package/assets/json-schemas/regular-table-options.schema.json.d.ts +110 -520
- package/assets/json-schemas/regular-table-slots.schema.json.d.ts +15 -11
- package/assets/json-schemas/regular-table.schema.json.d.ts +3 -3
- package/assets/json-schemas/route-map-options.schema.json.d.ts +32 -449
- package/assets/json-schemas/route-map-slots.schema.json.d.ts +25 -20
- package/assets/json-schemas/route-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +117 -524
- package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +27 -23
- package/assets/json-schemas/sankey-diagram.schema.json.d.ts +3 -3
- package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +124 -528
- package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +31 -27
- package/assets/json-schemas/scatter-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/search-filter-options.schema.json.d.ts +27 -415
- package/assets/json-schemas/search-filter-slots.schema.json.d.ts +15 -11
- package/assets/json-schemas/search-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +28 -416
- package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +19 -15
- package/assets/json-schemas/slicer-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/slider-filter-options.schema.json.d.ts +28 -416
- package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +12 -9
- package/assets/json-schemas/slider-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/slots.schema.json.d.ts +56 -32
- package/assets/json-schemas/speedometer-chart-options.schema.json.d.ts +28 -436
- package/assets/json-schemas/speedometer-chart-slots.schema.json.d.ts +24 -19
- package/assets/json-schemas/speedometer-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/spike-map-options.schema.json.d.ts +39 -453
- package/assets/json-schemas/spike-map-slots.schema.json.d.ts +22 -17
- package/assets/json-schemas/spike-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/strip-plot-options.schema.json.d.ts +723 -0
- package/assets/json-schemas/strip-plot-slots.schema.json.d.ts +485 -0
- package/assets/json-schemas/strip-plot.schema.json.d.ts +23 -0
- package/assets/json-schemas/sunburst-chart-options.schema.json.d.ts +1024 -0
- package/assets/json-schemas/sunburst-chart-slots.schema.json.d.ts +485 -0
- package/assets/json-schemas/sunburst-chart.schema.json.d.ts +23 -0
- package/assets/json-schemas/symbol-map-options.schema.json.d.ts +39 -453
- package/assets/json-schemas/symbol-map-slots.schema.json.d.ts +21 -16
- package/assets/json-schemas/symbol-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/text-options.schema.json.d.ts +9 -22
- package/assets/json-schemas/text.schema.json.d.ts +2 -2
- package/assets/json-schemas/treemap-chart-options.schema.json.d.ts +125 -2604
- package/assets/json-schemas/treemap-chart-slots.schema.json.d.ts +29 -24
- package/assets/json-schemas/treemap-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/video-options.schema.json.d.ts +8 -21
- package/assets/json-schemas/video.schema.json.d.ts +2 -2
- package/assets/json-schemas/viz-item-type.schema.json.d.ts +1 -1
- package/assets/json-schemas/wordcloud-chart-options.schema.json.d.ts +124 -2603
- package/assets/json-schemas/wordcloud-chart-slots.schema.json.d.ts +21 -17
- package/assets/json-schemas/wordcloud-chart.schema.json.d.ts +3 -3
- package/index.js +407 -325
- package/index.mjs +27332 -42237
- package/json-schemas.d.ts +16188 -33824
- package/json-schemas.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/index.d.ts +1 -1
- package/src/index.d.ts.map +1 -1
- package/src/lib/area-chart/area-chart-options.d.ts +33 -11
- package/src/lib/area-chart/area-chart-options.d.ts.map +1 -1
- package/src/lib/bar-chart/bar-chart-options.d.ts +13 -11
- package/src/lib/bar-chart/bar-chart-options.d.ts.map +1 -1
- package/src/lib/box-plot/box-plot-options.d.ts +9 -8
- package/src/lib/box-plot/box-plot-options.d.ts.map +1 -1
- package/src/lib/bubble-chart/bubble-chart-options.d.ts +13 -11
- package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -1
- package/src/lib/bullet-chart/bullet-chart-options.d.ts +9 -8
- package/src/lib/bullet-chart/bullet-chart-options.d.ts.map +1 -1
- package/src/lib/choropleth-map/choropleth-map-options.d.ts +11 -10
- package/src/lib/choropleth-map/choropleth-map-options.d.ts.map +1 -1
- package/src/lib/circle-pack-chart/circle-pack-chart-options.d.ts +84 -0
- package/src/lib/circle-pack-chart/circle-pack-chart-options.d.ts.map +1 -0
- package/src/lib/circle-pack-chart/circle-pack-chart-slots.d.ts +29 -0
- package/src/lib/circle-pack-chart/circle-pack-chart-slots.d.ts.map +1 -0
- package/src/lib/circle-pack-chart/circle-pack-chart.d.ts +24 -0
- package/src/lib/circle-pack-chart/circle-pack-chart.d.ts.map +1 -0
- package/src/lib/circle-pack-chart/index.d.ts +3 -0
- package/src/lib/circle-pack-chart/index.d.ts.map +1 -1
- package/src/lib/circular-gauge/circular-gauge-options.d.ts +8 -7
- package/src/lib/circular-gauge/circular-gauge-options.d.ts.map +1 -1
- package/src/lib/column-chart/column-chart-options.d.ts +13 -11
- package/src/lib/column-chart/column-chart-options.d.ts.map +1 -1
- package/src/lib/combination-chart/combination-chart-options.d.ts +4 -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 -5
- package/src/lib/conditional-number/conditional-number-options.d.ts.map +1 -1
- package/src/lib/date-filter/date-filter-options.d.ts +1 -1
- package/src/lib/date-filter/date-filter-options.d.ts.map +1 -1
- package/src/lib/donut-chart/donut-chart-options.d.ts +16 -12
- package/src/lib/donut-chart/donut-chart-options.d.ts.map +1 -1
- package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +2 -2
- package/src/lib/dropdown-filter/dropdown-filter-options.d.ts.map +1 -1
- package/src/lib/evolution-number/evolution-number-options.d.ts +20 -4
- package/src/lib/evolution-number/evolution-number-options.d.ts.map +1 -1
- package/src/lib/funnel-chart/funnel-chart-options.d.ts +13 -11
- package/src/lib/funnel-chart/funnel-chart-options.d.ts.map +1 -1
- package/src/lib/heat-map/heat-map-options.d.ts +3 -2
- package/src/lib/heat-map/heat-map-options.d.ts.map +1 -1
- package/src/lib/heat-table/heat-table-options.d.ts +187 -0
- package/src/lib/heat-table/heat-table-options.d.ts.map +1 -0
- package/src/lib/heat-table/heat-table-slots.d.ts +41 -0
- package/src/lib/heat-table/heat-table-slots.d.ts.map +1 -0
- package/src/lib/heat-table/heat-table.d.ts +24 -0
- package/src/lib/heat-table/heat-table.d.ts.map +1 -0
- package/src/lib/heat-table/index.d.ts +3 -0
- package/src/lib/heat-table/index.d.ts.map +1 -1
- package/src/lib/hexbin-map/hexbin-map-options.d.ts +5 -4
- package/src/lib/hexbin-map/hexbin-map-options.d.ts.map +1 -1
- package/src/lib/line-chart/line-chart-options.d.ts +30 -12
- package/src/lib/line-chart/line-chart-options.d.ts.map +1 -1
- package/src/lib/marker-map/marker-map-options.d.ts +5 -4
- package/src/lib/marker-map/marker-map-options.d.ts.map +1 -1
- package/src/lib/ohlc-chart/index.d.ts +3 -0
- package/src/lib/ohlc-chart/index.d.ts.map +1 -1
- package/src/lib/ohlc-chart/ohlc-chart-options.d.ts +202 -0
- package/src/lib/ohlc-chart/ohlc-chart-options.d.ts.map +1 -0
- package/src/lib/ohlc-chart/ohlc-chart-slots.d.ts +63 -0
- package/src/lib/ohlc-chart/ohlc-chart-slots.d.ts.map +1 -0
- package/src/lib/ohlc-chart/ohlc-chart.d.ts +24 -0
- package/src/lib/ohlc-chart/ohlc-chart.d.ts.map +1 -0
- package/src/lib/parallel-coordinates-plot/index.d.ts +3 -0
- package/src/lib/parallel-coordinates-plot/index.d.ts.map +1 -1
- package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-options.d.ts +60 -0
- package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-options.d.ts.map +1 -0
- package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-slots.d.ts +29 -0
- package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-slots.d.ts.map +1 -0
- package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot.d.ts +24 -0
- package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot.d.ts.map +1 -0
- package/src/lib/pivot-table/pivot-table-options.d.ts +9 -8
- package/src/lib/pivot-table/pivot-table-options.d.ts.map +1 -1
- package/src/lib/pyramid-chart/index.d.ts +3 -0
- package/src/lib/pyramid-chart/index.d.ts.map +1 -1
- package/src/lib/pyramid-chart/pyramid-chart-options.d.ts +177 -0
- package/src/lib/pyramid-chart/pyramid-chart-options.d.ts.map +1 -0
- package/src/lib/pyramid-chart/pyramid-chart-slots.d.ts +40 -0
- package/src/lib/pyramid-chart/pyramid-chart-slots.d.ts.map +1 -0
- package/src/lib/pyramid-chart/pyramid-chart.d.ts +24 -0
- package/src/lib/pyramid-chart/pyramid-chart.d.ts.map +1 -0
- package/src/lib/radar-chart/index.d.ts +3 -0
- package/src/lib/radar-chart/index.d.ts.map +1 -1
- package/src/lib/radar-chart/radar-chart-options.d.ts +79 -0
- package/src/lib/radar-chart/radar-chart-options.d.ts.map +1 -0
- package/src/lib/radar-chart/radar-chart-slots.d.ts +41 -0
- package/src/lib/radar-chart/radar-chart-slots.d.ts.map +1 -0
- package/src/lib/radar-chart/radar-chart.d.ts +24 -0
- package/src/lib/radar-chart/radar-chart.d.ts.map +1 -0
- package/src/lib/regular-table/regular-table-options.d.ts +6 -5
- package/src/lib/regular-table/regular-table-options.d.ts.map +1 -1
- package/src/lib/route-map/route-map-options.d.ts +3 -2
- package/src/lib/route-map/route-map-options.d.ts.map +1 -1
- package/src/lib/sankey-diagram/sankey-diagram-options.d.ts +8 -7
- package/src/lib/sankey-diagram/sankey-diagram-options.d.ts.map +1 -1
- package/src/lib/scatter-plot/scatter-plot-options.d.ts +11 -10
- package/src/lib/scatter-plot/scatter-plot-options.d.ts.map +1 -1
- package/src/lib/search-filter/search-filter-options.d.ts +2 -2
- package/src/lib/search-filter/search-filter-options.d.ts.map +1 -1
- package/src/lib/shared/common.d.ts +1 -1
- package/src/lib/shared/interactivity-export.d.ts +2 -1
- package/src/lib/shared/interactivity-export.d.ts.map +1 -1
- package/src/lib/shared/interactivity-measure-dimension-picker.d.ts +36 -7
- package/src/lib/shared/interactivity-measure-dimension-picker.d.ts.map +1 -1
- package/src/lib/shared/legend.d.ts +1 -1
- package/src/lib/shared/period-over-period.d.ts +2 -0
- package/src/lib/shared/period-over-period.d.ts.map +1 -1
- package/src/lib/shared/slots.d.ts +2 -1
- package/src/lib/shared/slots.d.ts.map +1 -1
- package/src/lib/shared/theme.d.ts +21 -19
- package/src/lib/shared/theme.d.ts.map +1 -1
- package/src/lib/shared/title.d.ts +1 -1
- package/src/lib/slicer-filter/slicer-filter-options.d.ts +1 -1
- package/src/lib/slicer-filter/slicer-filter-options.d.ts.map +1 -1
- package/src/lib/speedometer-chart/speedometer-chart-options.d.ts +2 -1
- package/src/lib/speedometer-chart/speedometer-chart-options.d.ts.map +1 -1
- package/src/lib/spike-map/spike-map-options.d.ts +3 -2
- package/src/lib/spike-map/spike-map-options.d.ts.map +1 -1
- package/src/lib/strip-plot/index.d.ts +3 -0
- package/src/lib/strip-plot/index.d.ts.map +1 -1
- package/src/lib/strip-plot/strip-plot-options.d.ts +51 -0
- package/src/lib/strip-plot/strip-plot-options.d.ts.map +1 -0
- package/src/lib/strip-plot/strip-plot-slots.d.ts +29 -0
- package/src/lib/strip-plot/strip-plot-slots.d.ts.map +1 -0
- package/src/lib/strip-plot/strip-plot.d.ts +24 -0
- package/src/lib/strip-plot/strip-plot.d.ts.map +1 -0
- package/src/lib/sunburst-chart/index.d.ts +3 -0
- package/src/lib/sunburst-chart/index.d.ts.map +1 -1
- package/src/lib/sunburst-chart/sunburst-chart-options.d.ts +89 -0
- package/src/lib/sunburst-chart/sunburst-chart-options.d.ts.map +1 -0
- package/src/lib/sunburst-chart/sunburst-chart-slots.d.ts +29 -0
- package/src/lib/sunburst-chart/sunburst-chart-slots.d.ts.map +1 -0
- package/src/lib/sunburst-chart/sunburst-chart.d.ts +24 -0
- package/src/lib/sunburst-chart/sunburst-chart.d.ts.map +1 -0
- package/src/lib/symbol-map/symbol-map-options.d.ts +4 -3
- package/src/lib/symbol-map/symbol-map-options.d.ts.map +1 -1
- package/src/lib/text/text-options.d.ts +1 -1
- package/src/lib/text/text-options.d.ts.map +1 -1
- package/src/lib/treemap-chart/treemap-chart-options.d.ts +4 -2
- package/src/lib/treemap-chart/treemap-chart-options.d.ts.map +1 -1
- package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts +3 -1
- package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts.map +1 -1
- package/src/options.d.ts +9 -1
- package/src/options.d.ts.map +1 -1
- package/src/slots.d.ts +0 -35
- package/src/slots.d.ts.map +0 -1
|
@@ -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.92/date-filter-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"color": {
|
|
@@ -142,364 +142,25 @@ declare const _default: {
|
|
|
142
142
|
"items": {
|
|
143
143
|
"description": "Measure dimension picker configuration",
|
|
144
144
|
"properties": {
|
|
145
|
-
"acceptFormula": {
|
|
146
|
-
"type": "boolean"
|
|
147
|
-
},
|
|
148
|
-
"allAvailableColumns": {
|
|
149
|
-
"items": {
|
|
150
|
-
"properties": {
|
|
151
|
-
"columns": {
|
|
152
|
-
"items": {
|
|
153
|
-
"properties": {
|
|
154
|
-
"cardinality": {
|
|
155
|
-
"type": "number"
|
|
156
|
-
},
|
|
157
|
-
"color": {
|
|
158
|
-
"type": "string"
|
|
159
|
-
},
|
|
160
|
-
"columnHierarchies": {
|
|
161
|
-
"anyOf": [
|
|
162
|
-
{
|
|
163
|
-
"items": {
|
|
164
|
-
"type": "string"
|
|
165
|
-
},
|
|
166
|
-
"type": "array"
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
"items": {
|
|
170
|
-
"properties": {
|
|
171
|
-
"color": {
|
|
172
|
-
"type": "string"
|
|
173
|
-
},
|
|
174
|
-
"id": {
|
|
175
|
-
"type": "string"
|
|
176
|
-
},
|
|
177
|
-
"level": {
|
|
178
|
-
"type": "number"
|
|
179
|
-
},
|
|
180
|
-
"name": {
|
|
181
|
-
"type": "object"
|
|
182
|
-
}
|
|
183
|
-
},
|
|
184
|
-
"type": "object"
|
|
185
|
-
},
|
|
186
|
-
"type": "array"
|
|
187
|
-
}
|
|
188
|
-
]
|
|
189
|
-
},
|
|
190
|
-
"currency": {
|
|
191
|
-
"properties": {
|
|
192
|
-
"id": {
|
|
193
|
-
"type": "string"
|
|
194
|
-
},
|
|
195
|
-
"name": {
|
|
196
|
-
"type": "string"
|
|
197
|
-
},
|
|
198
|
-
"symbol": {
|
|
199
|
-
"type": "string"
|
|
200
|
-
}
|
|
201
|
-
},
|
|
202
|
-
"type": "object"
|
|
203
|
-
},
|
|
204
|
-
"currency_id": {
|
|
205
|
-
"type": "string"
|
|
206
|
-
},
|
|
207
|
-
"description": {
|
|
208
|
-
"type": "object"
|
|
209
|
-
},
|
|
210
|
-
"duration_format": {
|
|
211
|
-
"enum": [
|
|
212
|
-
"long",
|
|
213
|
-
"short",
|
|
214
|
-
"time"
|
|
215
|
-
],
|
|
216
|
-
"type": "string"
|
|
217
|
-
},
|
|
218
|
-
"duration_levels": {
|
|
219
|
-
"items": {
|
|
220
|
-
"type": "number"
|
|
221
|
-
},
|
|
222
|
-
"type": "array"
|
|
223
|
-
},
|
|
224
|
-
"expression": {
|
|
225
|
-
"type": "string"
|
|
226
|
-
},
|
|
227
|
-
"format": {
|
|
228
|
-
"type": "string"
|
|
229
|
-
},
|
|
230
|
-
"hierarchyLevels": {
|
|
231
|
-
"items": {
|
|
232
|
-
"properties": {
|
|
233
|
-
"color": {
|
|
234
|
-
"type": "string"
|
|
235
|
-
},
|
|
236
|
-
"id": {
|
|
237
|
-
"type": "string"
|
|
238
|
-
},
|
|
239
|
-
"level": {
|
|
240
|
-
"type": "number"
|
|
241
|
-
},
|
|
242
|
-
"name": {
|
|
243
|
-
"type": "object"
|
|
244
|
-
}
|
|
245
|
-
},
|
|
246
|
-
"type": "object"
|
|
247
|
-
},
|
|
248
|
-
"type": "array"
|
|
249
|
-
},
|
|
250
|
-
"hierarchy_enabled": {
|
|
251
|
-
"type": "boolean"
|
|
252
|
-
},
|
|
253
|
-
"highestLevel": {
|
|
254
|
-
"type": "number"
|
|
255
|
-
},
|
|
256
|
-
"id": {
|
|
257
|
-
"type": "string"
|
|
258
|
-
},
|
|
259
|
-
"informat": {
|
|
260
|
-
"type": "string"
|
|
261
|
-
},
|
|
262
|
-
"isFormula": {
|
|
263
|
-
"type": "boolean"
|
|
264
|
-
},
|
|
265
|
-
"isLabel": {
|
|
266
|
-
"type": "boolean"
|
|
267
|
-
},
|
|
268
|
-
"joins": {
|
|
269
|
-
"items": {
|
|
270
|
-
"properties": {
|
|
271
|
-
"currency_id": {
|
|
272
|
-
"type": [
|
|
273
|
-
"null",
|
|
274
|
-
"string"
|
|
275
|
-
]
|
|
276
|
-
},
|
|
277
|
-
"hierarchy_enabled": {
|
|
278
|
-
"type": "boolean"
|
|
279
|
-
},
|
|
280
|
-
"id": {
|
|
281
|
-
"type": "string"
|
|
282
|
-
},
|
|
283
|
-
"join": {
|
|
284
|
-
"properties": {
|
|
285
|
-
"column_id": {
|
|
286
|
-
"type": "string"
|
|
287
|
-
},
|
|
288
|
-
"created_at": {
|
|
289
|
-
"type": "string"
|
|
290
|
-
},
|
|
291
|
-
"joins_id": {
|
|
292
|
-
"type": "string"
|
|
293
|
-
},
|
|
294
|
-
"subtype": {
|
|
295
|
-
"type": "string"
|
|
296
|
-
},
|
|
297
|
-
"type": {
|
|
298
|
-
"enum": [
|
|
299
|
-
"exact",
|
|
300
|
-
"lookup"
|
|
301
|
-
],
|
|
302
|
-
"type": "string"
|
|
303
|
-
},
|
|
304
|
-
"update_at": {
|
|
305
|
-
"type": "string"
|
|
306
|
-
},
|
|
307
|
-
"updated_at": {
|
|
308
|
-
"type": "string"
|
|
309
|
-
}
|
|
310
|
-
},
|
|
311
|
-
"type": "object"
|
|
312
|
-
},
|
|
313
|
-
"securable_id": {
|
|
314
|
-
"type": "string"
|
|
315
|
-
}
|
|
316
|
-
},
|
|
317
|
-
"type": "object"
|
|
318
|
-
},
|
|
319
|
-
"type": "array"
|
|
320
|
-
},
|
|
321
|
-
"level": {
|
|
322
|
-
"type": "number"
|
|
323
|
-
},
|
|
324
|
-
"lowestLevel": {
|
|
325
|
-
"type": "number"
|
|
326
|
-
},
|
|
327
|
-
"name": {
|
|
328
|
-
"type": "object"
|
|
329
|
-
},
|
|
330
|
-
"order": {
|
|
331
|
-
"type": "number"
|
|
332
|
-
},
|
|
333
|
-
"securable_id": {
|
|
334
|
-
"type": "string"
|
|
335
|
-
},
|
|
336
|
-
"source_name": {
|
|
337
|
-
"type": "string"
|
|
338
|
-
},
|
|
339
|
-
"subtype": {
|
|
340
|
-
"enum": [
|
|
341
|
-
"coordinates",
|
|
342
|
-
"currency",
|
|
343
|
-
"duration",
|
|
344
|
-
"hierarchy_element_expression",
|
|
345
|
-
"topography"
|
|
346
|
-
],
|
|
347
|
-
"type": "string"
|
|
348
|
-
},
|
|
349
|
-
"type": {
|
|
350
|
-
"enum": [
|
|
351
|
-
"datetime",
|
|
352
|
-
"hierarchy",
|
|
353
|
-
"numeric",
|
|
354
|
-
"spatial"
|
|
355
|
-
],
|
|
356
|
-
"type": "string"
|
|
357
|
-
},
|
|
358
|
-
"version": {
|
|
359
|
-
"type": "number"
|
|
360
|
-
},
|
|
361
|
-
"width": {
|
|
362
|
-
"type": "number"
|
|
363
|
-
}
|
|
364
|
-
},
|
|
365
|
-
"type": "object"
|
|
366
|
-
},
|
|
367
|
-
"type": "array"
|
|
368
|
-
},
|
|
369
|
-
"datasetId": {
|
|
370
|
-
"format": "uuid",
|
|
371
|
-
"type": "string"
|
|
372
|
-
},
|
|
373
|
-
"datasetName": {
|
|
374
|
-
"type": "object"
|
|
375
|
-
},
|
|
376
|
-
"formulas": {
|
|
377
|
-
"items": {
|
|
378
|
-
"properties": {
|
|
379
|
-
"color": {
|
|
380
|
-
"type": "string"
|
|
381
|
-
},
|
|
382
|
-
"currency": {
|
|
383
|
-
"properties": {
|
|
384
|
-
"id": {
|
|
385
|
-
"type": "string"
|
|
386
|
-
},
|
|
387
|
-
"name": {
|
|
388
|
-
"type": "string"
|
|
389
|
-
},
|
|
390
|
-
"symbol": {
|
|
391
|
-
"type": "string"
|
|
392
|
-
}
|
|
393
|
-
},
|
|
394
|
-
"type": "object"
|
|
395
|
-
},
|
|
396
|
-
"currency_id": {
|
|
397
|
-
"type": "string"
|
|
398
|
-
},
|
|
399
|
-
"duration_format": {
|
|
400
|
-
"enum": [
|
|
401
|
-
"long",
|
|
402
|
-
"short",
|
|
403
|
-
"time"
|
|
404
|
-
],
|
|
405
|
-
"type": "string"
|
|
406
|
-
},
|
|
407
|
-
"duration_levels": {
|
|
408
|
-
"items": {
|
|
409
|
-
"type": "number"
|
|
410
|
-
},
|
|
411
|
-
"type": "array"
|
|
412
|
-
},
|
|
413
|
-
"expression": {
|
|
414
|
-
"type": "string"
|
|
415
|
-
},
|
|
416
|
-
"format": {
|
|
417
|
-
"type": "string"
|
|
418
|
-
},
|
|
419
|
-
"id": {
|
|
420
|
-
"type": "string"
|
|
421
|
-
},
|
|
422
|
-
"informat": {
|
|
423
|
-
"enum": [
|
|
424
|
-
"DD-MM-YYYY HH:mm:ss.SSS",
|
|
425
|
-
"DD-MM-YYYY HH:mm:ss.SSS ZZ",
|
|
426
|
-
"MM-DD-YYYY HH:mm:ss.SSS",
|
|
427
|
-
"MM-DD-YYYY HH:mm:ss.SSS ZZ",
|
|
428
|
-
"X",
|
|
429
|
-
"YYYY-MM-DD HH:mm:ss.SSS",
|
|
430
|
-
"YYYY-MM-DD HH:mm:ss.SSS ZZ",
|
|
431
|
-
"hierarchy",
|
|
432
|
-
"numeric",
|
|
433
|
-
"x"
|
|
434
|
-
],
|
|
435
|
-
"type": "string"
|
|
436
|
-
},
|
|
437
|
-
"isFormula": {
|
|
438
|
-
"type": "boolean"
|
|
439
|
-
},
|
|
440
|
-
"level": {
|
|
441
|
-
"type": "number"
|
|
442
|
-
},
|
|
443
|
-
"lowestLevel": {
|
|
444
|
-
"type": "number"
|
|
445
|
-
},
|
|
446
|
-
"name": {
|
|
447
|
-
"type": "object"
|
|
448
|
-
},
|
|
449
|
-
"securableFormula": {
|
|
450
|
-
"properties": {
|
|
451
|
-
"formula_id": {
|
|
452
|
-
"type": "string"
|
|
453
|
-
},
|
|
454
|
-
"securable_id": {
|
|
455
|
-
"type": "string"
|
|
456
|
-
}
|
|
457
|
-
},
|
|
458
|
-
"type": "object"
|
|
459
|
-
},
|
|
460
|
-
"securable_id": {
|
|
461
|
-
"type": "string"
|
|
462
|
-
},
|
|
463
|
-
"subtype": {
|
|
464
|
-
"enum": [
|
|
465
|
-
"currency",
|
|
466
|
-
"date",
|
|
467
|
-
"datetime",
|
|
468
|
-
"duration"
|
|
469
|
-
],
|
|
470
|
-
"type": "string"
|
|
471
|
-
},
|
|
472
|
-
"type": {
|
|
473
|
-
"enum": [
|
|
474
|
-
"datetime",
|
|
475
|
-
"hierarchy",
|
|
476
|
-
"numeric"
|
|
477
|
-
],
|
|
478
|
-
"type": "string"
|
|
479
|
-
}
|
|
480
|
-
},
|
|
481
|
-
"type": "object"
|
|
482
|
-
},
|
|
483
|
-
"type": "array"
|
|
484
|
-
}
|
|
485
|
-
},
|
|
486
|
-
"type": "object"
|
|
487
|
-
},
|
|
488
|
-
"type": "array"
|
|
489
|
-
},
|
|
490
|
-
"allowMultiple": {
|
|
491
|
-
"type": "boolean"
|
|
492
|
-
},
|
|
493
|
-
"description": {
|
|
494
|
-
"type": "string"
|
|
495
|
-
},
|
|
496
145
|
"order": {
|
|
146
|
+
"description": "Order",
|
|
147
|
+
"examples": [
|
|
148
|
+
0,
|
|
149
|
+
9999
|
|
150
|
+
],
|
|
497
151
|
"type": "number"
|
|
498
152
|
},
|
|
499
153
|
"slot": {
|
|
154
|
+
"description": "Slot name",
|
|
155
|
+
"examples": [
|
|
156
|
+
"measure",
|
|
157
|
+
"dimension",
|
|
158
|
+
"legend"
|
|
159
|
+
],
|
|
500
160
|
"type": "string"
|
|
501
161
|
},
|
|
502
162
|
"values": {
|
|
163
|
+
"description": "An array of columns for the current picker",
|
|
503
164
|
"items": {
|
|
504
165
|
"properties": {
|
|
505
166
|
"aggregationFunc": {
|
|
@@ -535,6 +196,7 @@ declare const _default: {
|
|
|
535
196
|
"currency",
|
|
536
197
|
"duration",
|
|
537
198
|
"hierarchy_element_expression",
|
|
199
|
+
"ip_address",
|
|
538
200
|
"topography"
|
|
539
201
|
],
|
|
540
202
|
"type": "string"
|
|
@@ -568,36 +230,6 @@ declare const _default: {
|
|
|
568
230
|
"string"
|
|
569
231
|
]
|
|
570
232
|
},
|
|
571
|
-
"columnHierarchies": {
|
|
572
|
-
"anyOf": [
|
|
573
|
-
{
|
|
574
|
-
"items": {
|
|
575
|
-
"type": "string"
|
|
576
|
-
},
|
|
577
|
-
"type": "array"
|
|
578
|
-
},
|
|
579
|
-
{
|
|
580
|
-
"items": {
|
|
581
|
-
"properties": {
|
|
582
|
-
"color": {
|
|
583
|
-
"type": "string"
|
|
584
|
-
},
|
|
585
|
-
"id": {
|
|
586
|
-
"type": "string"
|
|
587
|
-
},
|
|
588
|
-
"level": {
|
|
589
|
-
"type": "number"
|
|
590
|
-
},
|
|
591
|
-
"name": {
|
|
592
|
-
"type": "object"
|
|
593
|
-
}
|
|
594
|
-
},
|
|
595
|
-
"type": "object"
|
|
596
|
-
},
|
|
597
|
-
"type": "array"
|
|
598
|
-
}
|
|
599
|
-
]
|
|
600
|
-
},
|
|
601
233
|
"columnId": {
|
|
602
234
|
"description": "Column id",
|
|
603
235
|
"format": "uuid",
|
|
@@ -672,13 +304,6 @@ declare const _default: {
|
|
|
672
304
|
},
|
|
673
305
|
"type": "object"
|
|
674
306
|
},
|
|
675
|
-
"hidden": {
|
|
676
|
-
"type": "boolean"
|
|
677
|
-
},
|
|
678
|
-
"include_nonoccurring": {
|
|
679
|
-
"description": "Shows empty areas for geo slots (with the name \"geo\" and content type 'spacial).\nAlso, it can be set in the options' advanced settings of the Choropleth map.",
|
|
680
|
-
"type": "boolean"
|
|
681
|
-
},
|
|
682
307
|
"label": {
|
|
683
308
|
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
684
309
|
"type": "object"
|
|
@@ -726,6 +351,7 @@ declare const _default: {
|
|
|
726
351
|
"enum": [
|
|
727
352
|
"none",
|
|
728
353
|
"past",
|
|
354
|
+
"absoluteChange",
|
|
729
355
|
"percentageChange"
|
|
730
356
|
],
|
|
731
357
|
"type": "string"
|
|
@@ -733,10 +359,8 @@ declare const _default: {
|
|
|
733
359
|
},
|
|
734
360
|
"type": "object"
|
|
735
361
|
},
|
|
736
|
-
"readonly": {
|
|
737
|
-
"type": "boolean"
|
|
738
|
-
},
|
|
739
362
|
"selected": {
|
|
363
|
+
"description": "Selected item",
|
|
740
364
|
"type": "boolean"
|
|
741
365
|
},
|
|
742
366
|
"subtype": {
|
|
@@ -749,6 +373,7 @@ declare const _default: {
|
|
|
749
373
|
"datetime",
|
|
750
374
|
"duration",
|
|
751
375
|
"hierarchy_element_expression",
|
|
376
|
+
"ip_address",
|
|
752
377
|
"topography"
|
|
753
378
|
],
|
|
754
379
|
"type": "string"
|
|
@@ -888,7 +513,7 @@ declare const _default: {
|
|
|
888
513
|
"description": "Custom border styling",
|
|
889
514
|
"properties": {
|
|
890
515
|
"border-bottom-width": {
|
|
891
|
-
"description": "Border bottom width",
|
|
516
|
+
"description": "Border bottom width, it is visible when a border style and color are set",
|
|
892
517
|
"examples": [
|
|
893
518
|
"0px",
|
|
894
519
|
"1px",
|
|
@@ -897,7 +522,7 @@ declare const _default: {
|
|
|
897
522
|
"type": "string"
|
|
898
523
|
},
|
|
899
524
|
"border-color": {
|
|
900
|
-
"description": "Border color",
|
|
525
|
+
"description": "Border color, it is visible when a border style and width are set",
|
|
901
526
|
"examples": [
|
|
902
527
|
"rgba(216, 216, 216, 1)",
|
|
903
528
|
"rgb(147, 146, 148)"
|
|
@@ -905,7 +530,7 @@ declare const _default: {
|
|
|
905
530
|
"type": "string"
|
|
906
531
|
},
|
|
907
532
|
"border-left-width": {
|
|
908
|
-
"description": "Border left width",
|
|
533
|
+
"description": "Border left width, it is visible when a border style and color are set",
|
|
909
534
|
"examples": [
|
|
910
535
|
"0px",
|
|
911
536
|
"1px",
|
|
@@ -923,7 +548,7 @@ declare const _default: {
|
|
|
923
548
|
"type": "string"
|
|
924
549
|
},
|
|
925
550
|
"border-right-width": {
|
|
926
|
-
"description": "Border right width",
|
|
551
|
+
"description": "Border right width, it is visible when a border style and color are set",
|
|
927
552
|
"examples": [
|
|
928
553
|
"0px",
|
|
929
554
|
"1px",
|
|
@@ -932,7 +557,7 @@ declare const _default: {
|
|
|
932
557
|
"type": "string"
|
|
933
558
|
},
|
|
934
559
|
"border-style": {
|
|
935
|
-
"description": "Border style",
|
|
560
|
+
"description": "Border style, it is visible when a border color and width are set",
|
|
936
561
|
"examples": [
|
|
937
562
|
"none",
|
|
938
563
|
"solid",
|
|
@@ -942,7 +567,7 @@ declare const _default: {
|
|
|
942
567
|
"type": "string"
|
|
943
568
|
},
|
|
944
569
|
"border-top-width": {
|
|
945
|
-
"description": "Border top width",
|
|
570
|
+
"description": "Border top width, it is visible when a border style and color are set",
|
|
946
571
|
"examples": [
|
|
947
572
|
"0px",
|
|
948
573
|
"1px",
|
|
@@ -986,19 +611,6 @@ declare const _default: {
|
|
|
986
611
|
"font": {
|
|
987
612
|
"description": "Custom font styling",
|
|
988
613
|
"properties": {
|
|
989
|
-
"font-style": {
|
|
990
|
-
"const": "normal",
|
|
991
|
-
"description": "Use it to reset the font style to \"normal\"",
|
|
992
|
-
"type": "string"
|
|
993
|
-
},
|
|
994
|
-
"font-weight": {
|
|
995
|
-
"description": "Font weight",
|
|
996
|
-
"examples": [
|
|
997
|
-
400,
|
|
998
|
-
700
|
|
999
|
-
],
|
|
1000
|
-
"type": "number"
|
|
1001
|
-
},
|
|
1002
614
|
"fontFamily": {
|
|
1003
615
|
"description": "Font family",
|
|
1004
616
|
"examples": [
|
|
@@ -1011,7 +623,7 @@ declare const _default: {
|
|
|
1011
623
|
"type": "string"
|
|
1012
624
|
},
|
|
1013
625
|
"fontSize": {
|
|
1014
|
-
"description": "Font size in px",
|
|
626
|
+
"description": "Font size in px, if not set, it will be inherited from the theme. It can be overridden if more specific \"fontSize\" is set, for example, \"fontSize\" inside options like \"title\", \"axis\", \"legend\", \"tooltip\", etc.",
|
|
1015
627
|
"examples": [
|
|
1016
628
|
10,
|
|
1017
629
|
15,
|
|
@@ -1040,7 +652,7 @@ declare const _default: {
|
|
|
1040
652
|
"type": "string"
|
|
1041
653
|
},
|
|
1042
654
|
"title": {
|
|
1043
|
-
"description": "Custom title styling",
|
|
655
|
+
"description": "Custom title styling, it's applied if the title is displayed",
|
|
1044
656
|
"properties": {
|
|
1045
657
|
"align": {
|
|
1046
658
|
"description": "Title align",
|
|
@@ -1073,7 +685,7 @@ declare const _default: {
|
|
|
1073
685
|
"type": "boolean"
|
|
1074
686
|
},
|
|
1075
687
|
"fontSize": {
|
|
1076
|
-
"description": "Title's font size in px",
|
|
688
|
+
"description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1077
689
|
"examples": [
|
|
1078
690
|
16,
|
|
1079
691
|
20
|
|
@@ -1127,7 +739,7 @@ declare const _default: {
|
|
|
1127
739
|
"type": "string"
|
|
1128
740
|
},
|
|
1129
741
|
"title": {
|
|
1130
|
-
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
|
|
742
|
+
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
|
|
1131
743
|
"examples": [
|
|
1132
744
|
{
|
|
1133
745
|
"en": "Title"
|
|
@@ -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.92/date-filter-slots.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"DateTimeSlotContent": {
|
|
@@ -88,7 +88,7 @@ declare const _default: {
|
|
|
88
88
|
"type": "string"
|
|
89
89
|
},
|
|
90
90
|
"periodOverPeriod": {
|
|
91
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
91
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.92/date-filter-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
92
92
|
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
93
93
|
},
|
|
94
94
|
"subtype": {
|
|
@@ -135,17 +135,18 @@ declare const _default: {
|
|
|
135
135
|
"type": "number"
|
|
136
136
|
},
|
|
137
137
|
"type": {
|
|
138
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
138
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.92/date-filter-slots.schema.json#/definitions/PeriodOverPeriodType",
|
|
139
139
|
"description": "Period over period comparison type"
|
|
140
140
|
}
|
|
141
141
|
},
|
|
142
142
|
"type": "object"
|
|
143
143
|
},
|
|
144
144
|
"PeriodOverPeriodType": {
|
|
145
|
-
"description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'percentageChange' - percentage change comparison to the past",
|
|
145
|
+
"description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'absoluteChange' - absolute change comparison to the past,\n'percentageChange' - percentage change comparison to the past",
|
|
146
146
|
"enum": [
|
|
147
147
|
"none",
|
|
148
148
|
"past",
|
|
149
|
+
"absoluteChange",
|
|
149
150
|
"percentageChange"
|
|
150
151
|
],
|
|
151
152
|
"type": "string"
|
|
@@ -156,7 +157,7 @@ declare const _default: {
|
|
|
156
157
|
"content": {
|
|
157
158
|
"description": "Time slot definition",
|
|
158
159
|
"items": {
|
|
159
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
160
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.92/date-filter-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
160
161
|
},
|
|
161
162
|
"type": "array"
|
|
162
163
|
},
|
|
@@ -171,7 +172,7 @@ declare const _default: {
|
|
|
171
172
|
},
|
|
172
173
|
"description": "Data definition of the Date filter",
|
|
173
174
|
"items": {
|
|
174
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
175
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.92/date-filter-slots.schema.json#/definitions/TimeSlot"
|
|
175
176
|
},
|
|
176
177
|
"maxItems": 1,
|
|
177
178
|
"type": "array"
|