@luzmo/dashboard-contents-types 0.1.88-beta.4 → 0.1.88-beta.6
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/assets/json-schemas/area-chart.schema.json +2 -2
- package/assets/json-schemas/bar-chart.schema.json +2 -2
- package/assets/json-schemas/box-plot.schema.json +2 -2
- package/assets/json-schemas/bubble-chart.schema.json +2 -2
- package/assets/json-schemas/bullet-chart.schema.json +2 -2
- package/assets/json-schemas/choropleth-map.schema.json +2 -2
- package/assets/json-schemas/circular-gauge.schema.json +2 -2
- package/assets/json-schemas/column-chart.schema.json +2 -2
- package/assets/json-schemas/combination-chart.schema.json +2 -2
- package/assets/json-schemas/date-filter.schema.json +2 -2
- package/assets/json-schemas/donut-chart.schema.json +2 -2
- package/assets/json-schemas/dropdown-filter.schema.json +2 -2
- package/assets/json-schemas/evolution-number.schema.json +2 -2
- package/assets/json-schemas/funnel-chart.schema.json +2 -2
- package/assets/json-schemas/image.schema.json +1 -1
- package/assets/json-schemas/line-chart.schema.json +2 -2
- package/assets/json-schemas/pivot-table.schema.json +2 -2
- package/assets/json-schemas/regular-table.schema.json +2 -2
- package/assets/json-schemas/sankey-diagram.schema.json +2 -2
- package/assets/json-schemas/scatter-plot.schema.json +2 -2
- package/assets/json-schemas/slicer-filter.schema.json +2 -2
- package/assets/json-schemas/slider-filter.schema.json +2 -2
- package/assets/json-schemas/text.schema.json +1 -1
- package/index.d.ts +2 -1
- package/index.d.ts.map +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/json-schemas.d.ts +42018 -1
- package/json-schemas.d.ts.map +1 -1
- package/json-schemas.js +1 -2
- package/json-schemas.js.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 +1 -0
- package/src/lib/area-chart/area-chart-slots.d.ts +1 -0
- package/src/lib/area-chart/area-chart.d.ts +1 -0
- package/src/lib/area-chart/index.d.ts +1 -0
- package/src/lib/bar-chart/bar-chart-options.d.ts +1 -0
- package/src/lib/bar-chart/bar-chart.d.ts +1 -0
- package/src/lib/bar-chart/bar-chart.slots.d.ts +1 -0
- package/src/lib/bar-chart/index.d.ts +1 -0
- package/src/lib/box-plot/box-plot-options.d.ts +1 -0
- package/src/lib/box-plot/box-plot-slots.d.ts +1 -0
- package/src/lib/box-plot/box-plot.d.ts +1 -0
- package/src/lib/box-plot/index.d.ts +1 -0
- package/src/lib/bubble-chart/bubble-chart-options.d.ts +1 -0
- package/src/lib/bubble-chart/bubble-chart-slots.d.ts +1 -0
- package/src/lib/bubble-chart/bubble-chart.d.ts +1 -0
- package/src/lib/bubble-chart/index.d.ts +1 -0
- package/src/lib/bullet-chart/bullet-chart-options.d.ts +1 -0
- package/src/lib/bullet-chart/bullet-chart-slots.d.ts +1 -0
- package/src/lib/bullet-chart/bullet-chart.d.ts +1 -0
- package/src/lib/bullet-chart/index.d.ts +1 -0
- package/src/lib/choropleth-map/choropleth-map-options.d.ts +1 -0
- package/src/lib/choropleth-map/choropleth-map-slots.d.ts +1 -0
- package/src/lib/choropleth-map/choropleth-map.d.ts +1 -0
- package/src/lib/choropleth-map/index.d.ts +1 -0
- package/src/lib/circular-gauge/circular-gauge-options.d.ts +1 -0
- package/src/lib/circular-gauge/circular-gauge-slots.d.ts +1 -0
- package/src/lib/circular-gauge/circular-gauge.d.ts +1 -0
- package/src/lib/circular-gauge/index.d.ts +1 -0
- package/src/lib/column-chart/column-chart-options.d.ts +1 -0
- package/src/lib/column-chart/column-chart-slots.d.ts +1 -0
- package/src/lib/column-chart/column-chart.d.ts +1 -0
- package/src/lib/column-chart/index.d.ts +1 -0
- package/src/lib/combination-chart/combination-chart-options.d.ts +1 -0
- package/src/lib/combination-chart/combination-chart-slots.d.ts +1 -0
- package/src/lib/combination-chart/combination-chart.d.ts +1 -0
- package/src/lib/combination-chart/index.d.ts +1 -0
- package/src/lib/conditional-number/conditional-number-options.d.ts +1 -0
- package/src/lib/conditional-number/conditional-number-slots.d.ts +1 -0
- package/src/lib/conditional-number/conditional-number.d.ts +1 -0
- package/src/lib/conditional-number/index.d.ts +1 -0
- package/src/lib/date-filter/date-filter-options.d.ts +1 -0
- package/src/lib/date-filter/date-filter-slots.d.ts +1 -0
- package/src/lib/date-filter/date-filter.d.ts +1 -0
- package/src/lib/date-filter/index.d.ts +1 -0
- package/src/lib/donut-chart/donut-chart-options.d.ts +1 -0
- package/src/lib/donut-chart/donut-chart-slots.d.ts +1 -0
- package/src/lib/donut-chart/donut-chart.d.ts +1 -0
- package/src/lib/donut-chart/index.d.ts +1 -0
- package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +1 -0
- package/src/lib/dropdown-filter/dropdown-filter-slots.d.ts +1 -0
- package/src/lib/dropdown-filter/dropdown-filter.d.ts +1 -0
- package/src/lib/dropdown-filter/index.d.ts +1 -0
- package/src/lib/evolution-number/evolution-number-options.d.ts +1 -0
- package/src/lib/evolution-number/evolution-number-slots.d.ts +1 -0
- package/src/lib/evolution-number/evolution-number.d.ts +1 -0
- package/src/lib/evolution-number/index.d.ts +1 -0
- package/src/lib/funnel-chart/funnel-chart-options.d.ts +1 -0
- package/src/lib/funnel-chart/funnel-chart-slots.d.ts +1 -0
- package/src/lib/funnel-chart/funnel-chart.d.ts +1 -0
- package/src/lib/funnel-chart/index.d.ts +1 -0
- package/src/lib/image/image-options.d.ts +1 -0
- package/src/lib/image/image.d.ts +1 -0
- 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 +1 -0
- package/src/lib/line-chart/line-chart-slots.d.ts +1 -0
- package/src/lib/line-chart/line-chart.d.ts +1 -0
- package/src/lib/pivot-table/index.d.ts +1 -0
- package/src/lib/pivot-table/pivot-table-options.d.ts +1 -0
- package/src/lib/pivot-table/pivot-table-slots.d.ts +1 -0
- package/src/lib/pivot-table/pivot-table.d.ts +1 -0
- package/src/lib/regular-table/index.d.ts +1 -0
- package/src/lib/regular-table/regular-table-options.d.ts +1 -0
- package/src/lib/regular-table/regular-table-slots.d.ts +1 -0
- package/src/lib/regular-table/regular-table.d.ts +1 -0
- package/src/lib/sankey-diagram/index.d.ts +1 -0
- package/src/lib/sankey-diagram/sankey-diagram-options.d.ts +1 -0
- package/src/lib/sankey-diagram/sankey-diagram-slots.d.ts +1 -0
- package/src/lib/sankey-diagram/sankey-diagram.d.ts +1 -0
- package/src/lib/scatter-plot/index.d.ts +1 -0
- package/src/lib/scatter-plot/scatter-plot-options.d.ts +1 -0
- package/src/lib/scatter-plot/scatter-plot-slots.d.ts +1 -0
- package/src/lib/scatter-plot/scatter-plot.d.ts +1 -0
- package/src/lib/shared/axes.d.ts +1 -0
- package/src/lib/shared/axis-view-options.d.ts +1 -0
- package/src/lib/shared/common.d.ts +1 -0
- package/src/lib/shared/drop-object-view-options.d.ts +1 -0
- package/src/lib/shared/filters.d.ts +1 -0
- package/src/lib/shared/formula.d.ts +1 -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 +1 -0
- package/src/lib/shared/interactivity-custom-tooltip.d.ts +1 -0
- package/src/lib/shared/interactivity-drilldown.d.ts +1 -0
- package/src/lib/shared/interactivity-export.d.ts +1 -0
- 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 +1 -0
- 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 +1 -0
- package/src/lib/shared/map-object-view-options.d.ts +1 -0
- package/src/lib/shared/object-view-options.d.ts +1 -0
- 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 +1 -0
- package/src/lib/shared/sort.d.ts +1 -0
- package/src/lib/shared/theme.d.ts +1 -0
- 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 +1 -0
- package/src/lib/slicer-filter/slicer-filter-slots.d.ts +1 -0
- package/src/lib/slicer-filter/slicer-filter.d.ts +1 -0
- package/src/lib/slider-filter/index.d.ts +1 -0
- package/src/lib/slider-filter/slider-filter-options.d.ts +1 -0
- package/src/lib/slider-filter/slider-filter-slots.d.ts +1 -0
- package/src/lib/slider-filter/slider-filter.d.ts +1 -0
- package/src/lib/text/index.d.ts +1 -0
- package/src/lib/text/text-options.d.ts +1 -0
- package/src/lib/text/text.d.ts +1 -0
- package/src/options.d.ts +1 -0
- package/src/slots.d.ts +1 -0
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Area Chart item",
|
|
14
|
-
"$ref": "area-chart-options.schema.json"
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/area-chart-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Area Chart item",
|
|
18
|
-
"$ref": "area-chart-slots.schema.json"
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/area-chart-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Bar Chart item",
|
|
14
|
-
"$ref": "bar-chart-options.schema.json"
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/bar-chart-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Bar Chart item",
|
|
18
|
-
"$ref": "bar-chart-slots.schema.json"
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/bar-chart-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Box Plot item",
|
|
14
|
-
"$ref": "box-plot-options.schema.json"
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/box-plot-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Box Plot item",
|
|
18
|
-
"$ref": "box-plot-slots.schema.json"
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/box-plot-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Bubble Chart item",
|
|
14
|
-
"$ref": "bubble-chart-options.schema.json"
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/bubble-chart-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Bubble Chart item",
|
|
18
|
-
"$ref": "bubble-chart-slots.schema.json"
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/bubble-chart-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Bullet Chart item",
|
|
14
|
-
"$ref": "bullet-chart-options.schema.json"
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/bullet-chart-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Bullet Chart item",
|
|
18
|
-
"$ref": "bullet-chart-slots.schema.json"
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/bullet-chart-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Choropleth Map item",
|
|
14
|
-
"$ref": "choropleth-map-options.schema.json"
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/choropleth-map-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Choropleth Map item",
|
|
18
|
-
"$ref": "choropleth-map-slots.schema.json"
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/choropleth-map-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Circular Gauge item",
|
|
14
|
-
"$ref": "circular-gauge-options.schema.json"
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/circular-gauge-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Circular Gauge item",
|
|
18
|
-
"$ref": "circular-gauge-slots.schema.json"
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/circular-gauge-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Column Chart item",
|
|
14
|
-
"$ref": "column-chart-options.schema.json"
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/column-chart-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Column Chart item",
|
|
18
|
-
"$ref": "column-chart-slots.schema.json"
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/column-chart-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Combination Chart item",
|
|
14
|
-
"$ref": "combination-chart-options.schema.json"
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/combination-chart-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Combination Chart item",
|
|
18
|
-
"$ref": "combination-chart-slots.schema.json"
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/combination-chart-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Date Filter item",
|
|
14
|
-
"$ref": "date-filter-options.schema.json"
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/date-filter-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Date Filter item",
|
|
18
|
-
"$ref": "date-filter-slots.schema.json"
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/date-filter-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Donut Chart item",
|
|
14
|
-
"$ref": "donut-chart-options.schema.json"
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/donut-chart-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Donut Chart item",
|
|
18
|
-
"$ref": "donut-chart-slots.schema.json"
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/donut-chart-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Dropdown Filter item",
|
|
14
|
-
"$ref": "dropdown-filter-options.schema.json"
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/dropdown-filter-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Dropdown Filter item",
|
|
18
|
-
"$ref": "dropdown-filter-slots.schema.json"
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/dropdown-filter-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Evolution Number item",
|
|
14
|
-
"$ref": "evolution-number-options.schema.json"
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/evolution-number-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Evolution Number item",
|
|
18
|
-
"$ref": "evolution-number-slots.schema.json"
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/evolution-number-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Funnel Chart item",
|
|
14
|
-
"$ref": "funnel-chart-options.schema.json"
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/funnel-chart-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Funnel Chart item",
|
|
18
|
-
"$ref": "funnel-chart-slots.schema.json"
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/funnel-chart-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Line Chart item",
|
|
14
|
-
"$ref": "line-chart-options.schema.json"
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/line-chart-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Line Chart item",
|
|
18
|
-
"$ref": "line-chart-slots.schema.json"
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/line-chart-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Pivot Table item",
|
|
14
|
-
"$ref": "pivot-table-options.schema.json"
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/pivot-table-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Pivot Table item",
|
|
18
|
-
"$ref": "pivot-table-slots.schema.json"
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/pivot-table-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Regular Table item",
|
|
14
|
-
"$ref": "regular-table-options.schema.json"
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/regular-table-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Regular Table item",
|
|
18
|
-
"$ref": "regular-table-slots.schema.json"
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/regular-table-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Sankey Diagram item",
|
|
14
|
-
"$ref": "sankey-diagram-options.schema.json"
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/sankey-diagram-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Sankey Diagram item",
|
|
18
|
-
"$ref": "sankey-diagram-slots.schema.json"
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/sankey-diagram-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Scatter Plot item",
|
|
14
|
-
"$ref": "scatter-plot-options.schema.json"
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/scatter-plot-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Scatter Plot item",
|
|
18
|
-
"$ref": "scatter-plot-slots.schema.json"
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/scatter-plot-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Slicer Filter item",
|
|
14
|
-
"$ref": "slicer-filter-options.schema.json"
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/slicer-filter-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Slicer Filter item",
|
|
18
|
-
"$ref": "slicer-filter-slots.schema.json"
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/slicer-filter-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Slider Filter item",
|
|
14
|
-
"$ref": "slider-filter-options.schema.json"
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/slider-filter-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Slider Filter item",
|
|
18
|
-
"$ref": "slider-filter-slots.schema.json"
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/slider-filter-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
}
|
package/index.d.ts
CHANGED
package/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../libs/dashboard-contents-types/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../libs/dashboard-contents-types/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAE5B,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC"}
|
package/index.js
CHANGED
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../libs/dashboard-contents-types/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../libs/dashboard-contents-types/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAE5B,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC","sourcesContent":["export * from './src/index';\n\nexport { default as JSON_SCHEMAS } from './json-schemas';\n"]}
|