@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.
Files changed (158) hide show
  1. package/assets/json-schemas/area-chart.schema.json +2 -2
  2. package/assets/json-schemas/bar-chart.schema.json +2 -2
  3. package/assets/json-schemas/box-plot.schema.json +2 -2
  4. package/assets/json-schemas/bubble-chart.schema.json +2 -2
  5. package/assets/json-schemas/bullet-chart.schema.json +2 -2
  6. package/assets/json-schemas/choropleth-map.schema.json +2 -2
  7. package/assets/json-schemas/circular-gauge.schema.json +2 -2
  8. package/assets/json-schemas/column-chart.schema.json +2 -2
  9. package/assets/json-schemas/combination-chart.schema.json +2 -2
  10. package/assets/json-schemas/date-filter.schema.json +2 -2
  11. package/assets/json-schemas/donut-chart.schema.json +2 -2
  12. package/assets/json-schemas/dropdown-filter.schema.json +2 -2
  13. package/assets/json-schemas/evolution-number.schema.json +2 -2
  14. package/assets/json-schemas/funnel-chart.schema.json +2 -2
  15. package/assets/json-schemas/image.schema.json +1 -1
  16. package/assets/json-schemas/line-chart.schema.json +2 -2
  17. package/assets/json-schemas/pivot-table.schema.json +2 -2
  18. package/assets/json-schemas/regular-table.schema.json +2 -2
  19. package/assets/json-schemas/sankey-diagram.schema.json +2 -2
  20. package/assets/json-schemas/scatter-plot.schema.json +2 -2
  21. package/assets/json-schemas/slicer-filter.schema.json +2 -2
  22. package/assets/json-schemas/slider-filter.schema.json +2 -2
  23. package/assets/json-schemas/text.schema.json +1 -1
  24. package/index.d.ts +2 -1
  25. package/index.d.ts.map +1 -1
  26. package/index.js +1 -1
  27. package/index.js.map +1 -1
  28. package/json-schemas.d.ts +42018 -1
  29. package/json-schemas.d.ts.map +1 -1
  30. package/json-schemas.js +1 -2
  31. package/json-schemas.js.map +1 -1
  32. package/package.json +1 -1
  33. package/src/index.d.ts +1 -0
  34. package/src/lib/area-chart/area-chart-options.d.ts +1 -0
  35. package/src/lib/area-chart/area-chart-slots.d.ts +1 -0
  36. package/src/lib/area-chart/area-chart.d.ts +1 -0
  37. package/src/lib/area-chart/index.d.ts +1 -0
  38. package/src/lib/bar-chart/bar-chart-options.d.ts +1 -0
  39. package/src/lib/bar-chart/bar-chart.d.ts +1 -0
  40. package/src/lib/bar-chart/bar-chart.slots.d.ts +1 -0
  41. package/src/lib/bar-chart/index.d.ts +1 -0
  42. package/src/lib/box-plot/box-plot-options.d.ts +1 -0
  43. package/src/lib/box-plot/box-plot-slots.d.ts +1 -0
  44. package/src/lib/box-plot/box-plot.d.ts +1 -0
  45. package/src/lib/box-plot/index.d.ts +1 -0
  46. package/src/lib/bubble-chart/bubble-chart-options.d.ts +1 -0
  47. package/src/lib/bubble-chart/bubble-chart-slots.d.ts +1 -0
  48. package/src/lib/bubble-chart/bubble-chart.d.ts +1 -0
  49. package/src/lib/bubble-chart/index.d.ts +1 -0
  50. package/src/lib/bullet-chart/bullet-chart-options.d.ts +1 -0
  51. package/src/lib/bullet-chart/bullet-chart-slots.d.ts +1 -0
  52. package/src/lib/bullet-chart/bullet-chart.d.ts +1 -0
  53. package/src/lib/bullet-chart/index.d.ts +1 -0
  54. package/src/lib/choropleth-map/choropleth-map-options.d.ts +1 -0
  55. package/src/lib/choropleth-map/choropleth-map-slots.d.ts +1 -0
  56. package/src/lib/choropleth-map/choropleth-map.d.ts +1 -0
  57. package/src/lib/choropleth-map/index.d.ts +1 -0
  58. package/src/lib/circular-gauge/circular-gauge-options.d.ts +1 -0
  59. package/src/lib/circular-gauge/circular-gauge-slots.d.ts +1 -0
  60. package/src/lib/circular-gauge/circular-gauge.d.ts +1 -0
  61. package/src/lib/circular-gauge/index.d.ts +1 -0
  62. package/src/lib/column-chart/column-chart-options.d.ts +1 -0
  63. package/src/lib/column-chart/column-chart-slots.d.ts +1 -0
  64. package/src/lib/column-chart/column-chart.d.ts +1 -0
  65. package/src/lib/column-chart/index.d.ts +1 -0
  66. package/src/lib/combination-chart/combination-chart-options.d.ts +1 -0
  67. package/src/lib/combination-chart/combination-chart-slots.d.ts +1 -0
  68. package/src/lib/combination-chart/combination-chart.d.ts +1 -0
  69. package/src/lib/combination-chart/index.d.ts +1 -0
  70. package/src/lib/conditional-number/conditional-number-options.d.ts +1 -0
  71. package/src/lib/conditional-number/conditional-number-slots.d.ts +1 -0
  72. package/src/lib/conditional-number/conditional-number.d.ts +1 -0
  73. package/src/lib/conditional-number/index.d.ts +1 -0
  74. package/src/lib/date-filter/date-filter-options.d.ts +1 -0
  75. package/src/lib/date-filter/date-filter-slots.d.ts +1 -0
  76. package/src/lib/date-filter/date-filter.d.ts +1 -0
  77. package/src/lib/date-filter/index.d.ts +1 -0
  78. package/src/lib/donut-chart/donut-chart-options.d.ts +1 -0
  79. package/src/lib/donut-chart/donut-chart-slots.d.ts +1 -0
  80. package/src/lib/donut-chart/donut-chart.d.ts +1 -0
  81. package/src/lib/donut-chart/index.d.ts +1 -0
  82. package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +1 -0
  83. package/src/lib/dropdown-filter/dropdown-filter-slots.d.ts +1 -0
  84. package/src/lib/dropdown-filter/dropdown-filter.d.ts +1 -0
  85. package/src/lib/dropdown-filter/index.d.ts +1 -0
  86. package/src/lib/evolution-number/evolution-number-options.d.ts +1 -0
  87. package/src/lib/evolution-number/evolution-number-slots.d.ts +1 -0
  88. package/src/lib/evolution-number/evolution-number.d.ts +1 -0
  89. package/src/lib/evolution-number/index.d.ts +1 -0
  90. package/src/lib/funnel-chart/funnel-chart-options.d.ts +1 -0
  91. package/src/lib/funnel-chart/funnel-chart-slots.d.ts +1 -0
  92. package/src/lib/funnel-chart/funnel-chart.d.ts +1 -0
  93. package/src/lib/funnel-chart/index.d.ts +1 -0
  94. package/src/lib/image/image-options.d.ts +1 -0
  95. package/src/lib/image/image.d.ts +1 -0
  96. package/src/lib/image/index.d.ts +1 -0
  97. package/src/lib/line-chart/index.d.ts +1 -0
  98. package/src/lib/line-chart/line-chart-options.d.ts +1 -0
  99. package/src/lib/line-chart/line-chart-slots.d.ts +1 -0
  100. package/src/lib/line-chart/line-chart.d.ts +1 -0
  101. package/src/lib/pivot-table/index.d.ts +1 -0
  102. package/src/lib/pivot-table/pivot-table-options.d.ts +1 -0
  103. package/src/lib/pivot-table/pivot-table-slots.d.ts +1 -0
  104. package/src/lib/pivot-table/pivot-table.d.ts +1 -0
  105. package/src/lib/regular-table/index.d.ts +1 -0
  106. package/src/lib/regular-table/regular-table-options.d.ts +1 -0
  107. package/src/lib/regular-table/regular-table-slots.d.ts +1 -0
  108. package/src/lib/regular-table/regular-table.d.ts +1 -0
  109. package/src/lib/sankey-diagram/index.d.ts +1 -0
  110. package/src/lib/sankey-diagram/sankey-diagram-options.d.ts +1 -0
  111. package/src/lib/sankey-diagram/sankey-diagram-slots.d.ts +1 -0
  112. package/src/lib/sankey-diagram/sankey-diagram.d.ts +1 -0
  113. package/src/lib/scatter-plot/index.d.ts +1 -0
  114. package/src/lib/scatter-plot/scatter-plot-options.d.ts +1 -0
  115. package/src/lib/scatter-plot/scatter-plot-slots.d.ts +1 -0
  116. package/src/lib/scatter-plot/scatter-plot.d.ts +1 -0
  117. package/src/lib/shared/axes.d.ts +1 -0
  118. package/src/lib/shared/axis-view-options.d.ts +1 -0
  119. package/src/lib/shared/common.d.ts +1 -0
  120. package/src/lib/shared/drop-object-view-options.d.ts +1 -0
  121. package/src/lib/shared/filters.d.ts +1 -0
  122. package/src/lib/shared/formula.d.ts +1 -0
  123. package/src/lib/shared/index.d.ts +1 -0
  124. package/src/lib/shared/info-tooltip-options.d.ts +1 -0
  125. package/src/lib/shared/interactivity-brush.d.ts +1 -0
  126. package/src/lib/shared/interactivity-custom-events.d.ts +1 -0
  127. package/src/lib/shared/interactivity-custom-tooltip.d.ts +1 -0
  128. package/src/lib/shared/interactivity-drilldown.d.ts +1 -0
  129. package/src/lib/shared/interactivity-export.d.ts +1 -0
  130. package/src/lib/shared/interactivity-filter.d.ts +1 -0
  131. package/src/lib/shared/interactivity-go-to-url.d.ts +1 -0
  132. package/src/lib/shared/interactivity-measure-dimension-picker.d.ts +1 -0
  133. package/src/lib/shared/interactivity-target.d.ts +1 -0
  134. package/src/lib/shared/interpolation.d.ts +1 -0
  135. package/src/lib/shared/item-filter-group.d.ts +1 -0
  136. package/src/lib/shared/legend.d.ts +1 -0
  137. package/src/lib/shared/map-object-view-options.d.ts +1 -0
  138. package/src/lib/shared/object-view-options.d.ts +1 -0
  139. package/src/lib/shared/placeholder.d.ts +1 -0
  140. package/src/lib/shared/query.d.ts +1 -0
  141. package/src/lib/shared/ranges.d.ts +1 -0
  142. package/src/lib/shared/slots.d.ts +1 -0
  143. package/src/lib/shared/sort.d.ts +1 -0
  144. package/src/lib/shared/theme.d.ts +1 -0
  145. package/src/lib/shared/title.d.ts +1 -0
  146. package/src/lib/slicer-filter/index.d.ts +1 -0
  147. package/src/lib/slicer-filter/slicer-filter-options.d.ts +1 -0
  148. package/src/lib/slicer-filter/slicer-filter-slots.d.ts +1 -0
  149. package/src/lib/slicer-filter/slicer-filter.d.ts +1 -0
  150. package/src/lib/slider-filter/index.d.ts +1 -0
  151. package/src/lib/slider-filter/slider-filter-options.d.ts +1 -0
  152. package/src/lib/slider-filter/slider-filter-slots.d.ts +1 -0
  153. package/src/lib/slider-filter/slider-filter.d.ts +1 -0
  154. package/src/lib/text/index.d.ts +1 -0
  155. package/src/lib/text/text-options.d.ts +1 -0
  156. package/src/lib/text/text.d.ts +1 -0
  157. package/src/options.d.ts +1 -0
  158. 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,7 +11,7 @@
11
11
  },
12
12
  "options": {
13
13
  "description": "Options of the Image item",
14
- "$ref": "image-options.schema.json"
14
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/image-options.schema.json"
15
15
  }
16
16
  }
17
17
  }
@@ -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
  }
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "options": {
13
13
  "description": "Options of the Text item",
14
- "$ref": "text-options.schema.json"
14
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.88/text-options.schema.json"
15
15
  }
16
16
  }
17
17
  }
package/index.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  export * from './src/index';
2
- export * from './json-schemas';
2
+ export { default as JSON_SCHEMAS } from './json-schemas';
3
+ //# sourceMappingURL=index.d.ts.map
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;AAC5B,cAAc,gBAAgB,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
@@ -1,3 +1,3 @@
1
1
  export * from './src/index';
2
- export * from './json-schemas';
2
+ export { default as JSON_SCHEMAS } from './json-schemas';
3
3
  //# sourceMappingURL=index.js.map
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;AAC5B,cAAc,gBAAgB,CAAC","sourcesContent":["export * from './src/index';\nexport * from './json-schemas';\n"]}
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"]}