@luzmo/dashboard-contents-types 1.0.3 → 1.0.4

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 (193) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/README.md +40 -62
  3. package/assets/json-schemas/area-chart-options.schema.json.d.ts +9 -10
  4. package/assets/json-schemas/area-chart-slots.schema.json.d.ts +14 -14
  5. package/assets/json-schemas/area-chart.schema.json.d.ts +3 -3
  6. package/assets/json-schemas/bar-chart-options.schema.json.d.ts +9 -10
  7. package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +14 -14
  8. package/assets/json-schemas/bar-chart.schema.json.d.ts +3 -3
  9. package/assets/json-schemas/box-plot-options.schema.json.d.ts +10 -11
  10. package/assets/json-schemas/box-plot-slots.schema.json.d.ts +8 -8
  11. package/assets/json-schemas/box-plot.schema.json.d.ts +3 -3
  12. package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +20 -10
  13. package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +14 -14
  14. package/assets/json-schemas/bubble-chart.schema.json.d.ts +3 -3
  15. package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +10 -11
  16. package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +14 -14
  17. package/assets/json-schemas/bullet-chart.schema.json.d.ts +3 -3
  18. package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +226 -27
  19. package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +11 -11
  20. package/assets/json-schemas/choropleth-map.schema.json.d.ts +3 -3
  21. package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +10 -11
  22. package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +10 -10
  23. package/assets/json-schemas/circular-gauge.schema.json.d.ts +3 -3
  24. package/assets/json-schemas/column-chart-options.schema.json.d.ts +9 -10
  25. package/assets/json-schemas/column-chart-slots.schema.json.d.ts +14 -14
  26. package/assets/json-schemas/column-chart.schema.json.d.ts +3 -3
  27. package/assets/json-schemas/combination-chart-options.schema.json.d.ts +9 -10
  28. package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +10 -10
  29. package/assets/json-schemas/combination-chart.schema.json.d.ts +3 -3
  30. package/assets/json-schemas/date-filter-options.schema.json.d.ts +9 -10
  31. package/assets/json-schemas/date-filter-slots.schema.json.d.ts +3 -3
  32. package/assets/json-schemas/date-filter.schema.json.d.ts +3 -3
  33. package/assets/json-schemas/donut-chart-options.schema.json.d.ts +9 -10
  34. package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +10 -10
  35. package/assets/json-schemas/donut-chart.schema.json.d.ts +3 -3
  36. package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +9 -10
  37. package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +6 -6
  38. package/assets/json-schemas/dropdown-filter.schema.json.d.ts +3 -3
  39. package/assets/json-schemas/evolution-number-options.schema.json.d.ts +8 -9
  40. package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +8 -8
  41. package/assets/json-schemas/evolution-number.schema.json.d.ts +3 -3
  42. package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +9 -10
  43. package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +9 -9
  44. package/assets/json-schemas/funnel-chart.schema.json.d.ts +3 -3
  45. package/assets/json-schemas/heat-map-options.schema.json.d.ts +1472 -0
  46. package/assets/json-schemas/heat-map-slots.schema.json.d.ts +566 -0
  47. package/assets/json-schemas/heat-map.schema.json.d.ts +23 -0
  48. package/assets/json-schemas/hexbin-map-options.schema.json.d.ts +1588 -0
  49. package/assets/json-schemas/hexbin-map-slots.schema.json.d.ts +566 -0
  50. package/assets/json-schemas/hexbin-map.schema.json.d.ts +23 -0
  51. package/assets/json-schemas/image-options.schema.json.d.ts +7 -2
  52. package/assets/json-schemas/image.schema.json.d.ts +2 -2
  53. package/assets/json-schemas/line-chart-options.schema.json.d.ts +9 -10
  54. package/assets/json-schemas/line-chart-slots.schema.json.d.ts +14 -14
  55. package/assets/json-schemas/line-chart.schema.json.d.ts +3 -3
  56. package/assets/json-schemas/marker-map-options.schema.json.d.ts +1486 -0
  57. package/assets/json-schemas/marker-map-slots.schema.json.d.ts +566 -0
  58. package/assets/json-schemas/marker-map.schema.json.d.ts +23 -0
  59. package/assets/json-schemas/options.schema.json.d.ts +49 -25
  60. package/assets/json-schemas/pivot-table-options.schema.json.d.ts +9 -10
  61. package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +14 -14
  62. package/assets/json-schemas/pivot-table.schema.json.d.ts +3 -3
  63. package/assets/json-schemas/regular-table-options.schema.json.d.ts +10 -11
  64. package/assets/json-schemas/regular-table-slots.schema.json.d.ts +6 -6
  65. package/assets/json-schemas/regular-table.schema.json.d.ts +3 -3
  66. package/assets/json-schemas/route-map-options.schema.json.d.ts +1506 -0
  67. package/assets/json-schemas/route-map-slots.schema.json.d.ts +627 -0
  68. package/assets/json-schemas/route-map.schema.json.d.ts +23 -0
  69. package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +9 -10
  70. package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +18 -18
  71. package/assets/json-schemas/sankey-diagram.schema.json.d.ts +3 -3
  72. package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +9 -10
  73. package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +22 -22
  74. package/assets/json-schemas/scatter-plot.schema.json.d.ts +3 -3
  75. package/assets/json-schemas/search-filter-options.schema.json.d.ts +9 -10
  76. package/assets/json-schemas/search-filter-slots.schema.json.d.ts +6 -6
  77. package/assets/json-schemas/search-filter.schema.json.d.ts +3 -3
  78. package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +9 -10
  79. package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +10 -10
  80. package/assets/json-schemas/slicer-filter.schema.json.d.ts +3 -3
  81. package/assets/json-schemas/slider-filter-options.schema.json.d.ts +9 -10
  82. package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +5 -5
  83. package/assets/json-schemas/slider-filter.schema.json.d.ts +3 -3
  84. package/assets/json-schemas/slots.schema.json.d.ts +44 -23
  85. package/assets/json-schemas/spike-map-options.schema.json.d.ts +1686 -0
  86. package/assets/json-schemas/spike-map-slots.schema.json.d.ts +598 -0
  87. package/assets/json-schemas/spike-map.schema.json.d.ts +23 -0
  88. package/assets/json-schemas/symbol-map-options.schema.json.d.ts +1567 -0
  89. package/assets/json-schemas/symbol-map-slots.schema.json.d.ts +595 -0
  90. package/assets/json-schemas/symbol-map.schema.json.d.ts +23 -0
  91. package/assets/json-schemas/text-options.schema.json.d.ts +8 -8
  92. package/assets/json-schemas/text.schema.json.d.ts +2 -2
  93. package/assets/json-schemas/video-options.schema.json.d.ts +318 -0
  94. package/assets/json-schemas/video.schema.json.d.ts +19 -0
  95. package/assets/json-schemas/viz-item-type.schema.json.d.ts +1 -1
  96. package/assets/json-schemas/wordcloud-chart-options.schema.json.d.ts +3428 -0
  97. package/assets/json-schemas/wordcloud-chart-slots.schema.json.d.ts +543 -0
  98. package/assets/json-schemas/wordcloud-chart.schema.json.d.ts +23 -0
  99. package/index.d.ts +1 -1
  100. package/index.d.ts.map +1 -1
  101. package/index.js +231 -74
  102. package/index.mjs +24040 -6310
  103. package/json-schemas.d.ts +16081 -2533
  104. package/json-schemas.d.ts.map +1 -1
  105. package/package.json +1 -1
  106. package/src/index.d.ts +9 -0
  107. package/src/index.d.ts.map +1 -1
  108. package/src/lib/bubble-chart/bubble-chart-options.d.ts +3 -0
  109. package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -1
  110. package/src/lib/choropleth-map/choropleth-map-options.d.ts +17 -12
  111. package/src/lib/choropleth-map/choropleth-map-options.d.ts.map +1 -1
  112. package/src/lib/heat-map/heat-map-options.d.ts +103 -0
  113. package/src/lib/heat-map/heat-map-options.d.ts.map +1 -0
  114. package/src/lib/heat-map/heat-map-slots.d.ts +29 -0
  115. package/src/lib/heat-map/heat-map-slots.d.ts.map +1 -0
  116. package/src/lib/heat-map/heat-map.d.ts +23 -0
  117. package/src/lib/heat-map/heat-map.d.ts.map +1 -0
  118. package/src/lib/heat-map/index.d.ts +3 -0
  119. package/src/lib/heat-map/index.d.ts.map +1 -0
  120. package/src/lib/hexbin-map/hexbin-map-options.d.ts +116 -0
  121. package/src/lib/hexbin-map/hexbin-map-options.d.ts.map +1 -0
  122. package/src/lib/hexbin-map/hexbin-map-slots.d.ts +29 -0
  123. package/src/lib/hexbin-map/hexbin-map-slots.d.ts.map +1 -0
  124. package/src/lib/hexbin-map/hexbin-map.d.ts +23 -0
  125. package/src/lib/hexbin-map/hexbin-map.d.ts.map +1 -0
  126. package/src/lib/hexbin-map/index.d.ts +3 -0
  127. package/src/lib/hexbin-map/index.d.ts.map +1 -0
  128. package/src/lib/marker-map/index.d.ts +3 -0
  129. package/src/lib/marker-map/index.d.ts.map +1 -0
  130. package/src/lib/marker-map/marker-map-options.d.ts +61 -0
  131. package/src/lib/marker-map/marker-map-options.d.ts.map +1 -0
  132. package/src/lib/marker-map/marker-map-slots.d.ts +29 -0
  133. package/src/lib/marker-map/marker-map-slots.d.ts.map +1 -0
  134. package/src/lib/marker-map/marker-map.d.ts +23 -0
  135. package/src/lib/marker-map/marker-map.d.ts.map +1 -0
  136. package/src/lib/route-map/index.d.ts +3 -0
  137. package/src/lib/route-map/index.d.ts.map +1 -0
  138. package/src/lib/route-map/route-map-options.d.ts +94 -0
  139. package/src/lib/route-map/route-map-options.d.ts.map +1 -0
  140. package/src/lib/route-map/route-map-slots.d.ts +51 -0
  141. package/src/lib/route-map/route-map-slots.d.ts.map +1 -0
  142. package/src/lib/route-map/route-map.d.ts +23 -0
  143. package/src/lib/route-map/route-map.d.ts.map +1 -0
  144. package/src/lib/shared/drop-object-view-options.d.ts +1 -1
  145. package/src/lib/shared/map-object-view-options.d.ts +100 -1
  146. package/src/lib/shared/map-object-view-options.d.ts.map +1 -1
  147. package/src/lib/shared/ranges.d.ts +1 -1
  148. package/src/lib/shared/slots.d.ts +82 -16
  149. package/src/lib/shared/slots.d.ts.map +1 -1
  150. package/src/lib/shared/theme.d.ts +1 -2
  151. package/src/lib/shared/theme.d.ts.map +1 -1
  152. package/src/lib/shared/title.d.ts +1 -1
  153. package/src/lib/shared/viz-item.d.ts +5 -0
  154. package/src/lib/shared/viz-item.d.ts.map +1 -1
  155. package/src/lib/spike-map/index.d.ts +3 -0
  156. package/src/lib/spike-map/index.d.ts.map +1 -0
  157. package/src/lib/spike-map/spike-map-options.d.ts +126 -0
  158. package/src/lib/spike-map/spike-map-options.d.ts.map +1 -0
  159. package/src/lib/spike-map/spike-map-slots.d.ts +40 -0
  160. package/src/lib/spike-map/spike-map-slots.d.ts.map +1 -0
  161. package/src/lib/spike-map/spike-map.d.ts +23 -0
  162. package/src/lib/spike-map/spike-map.d.ts.map +1 -0
  163. package/src/lib/symbol-map/index.d.ts +3 -0
  164. package/src/lib/symbol-map/index.d.ts.map +1 -0
  165. package/src/lib/symbol-map/symbol-map-options.d.ts +93 -0
  166. package/src/lib/symbol-map/symbol-map-options.d.ts.map +1 -0
  167. package/src/lib/symbol-map/symbol-map-slots.d.ts +40 -0
  168. package/src/lib/symbol-map/symbol-map-slots.d.ts.map +1 -0
  169. package/src/lib/symbol-map/symbol-map.d.ts +23 -0
  170. package/src/lib/symbol-map/symbol-map.d.ts.map +1 -0
  171. package/src/lib/video/index.d.ts +2 -0
  172. package/src/lib/video/index.d.ts.map +1 -0
  173. package/src/lib/video/video-options.d.ts +86 -0
  174. package/src/lib/video/video-options.d.ts.map +1 -0
  175. package/src/lib/video/video.d.ts +16 -0
  176. package/src/lib/video/video.d.ts.map +1 -0
  177. package/src/lib/visual-item/index.d.ts +1 -0
  178. package/src/lib/visual-item/index.d.ts.map +1 -0
  179. package/src/lib/visual-item/visual-item.d.ts +28 -0
  180. package/src/lib/visual-item/visual-item.d.ts.map +1 -0
  181. package/src/lib/wordcloud-chart/index.d.ts +3 -0
  182. package/src/lib/wordcloud-chart/index.d.ts.map +1 -0
  183. package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts +117 -0
  184. package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts.map +1 -0
  185. package/src/lib/wordcloud-chart/wordcloud-chart-slots.d.ts +41 -0
  186. package/src/lib/wordcloud-chart/wordcloud-chart-slots.d.ts.map +1 -0
  187. package/src/lib/wordcloud-chart/wordcloud-chart.d.ts +23 -0
  188. package/src/lib/wordcloud-chart/wordcloud-chart.d.ts.map +1 -0
  189. package/src/options.d.ts +10 -1
  190. package/src/options.d.ts.map +1 -1
  191. package/src/slots.d.ts +9 -1
  192. package/src/slots.d.ts.map +1 -1
  193. package/vite.config.d.ts.map +1 -1
@@ -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.89/text.schema.json",
3
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/text.schema.json",
4
4
  "type": "object",
5
5
  "description": "Text item",
6
6
  "properties": {
@@ -11,7 +11,7 @@ declare const _default: {
11
11
  },
12
12
  "options": {
13
13
  "description": "Options of the Text item",
14
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/text-options.schema.json"
14
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/text-options.schema.json"
15
15
  }
16
16
  }
17
17
  };
@@ -0,0 +1,318 @@
1
+ declare const _default: {
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/video-options.schema.json",
3
+ "$schema": "http://json-schema.org/draft-07/schema#",
4
+ "properties": {
5
+ "autoHide": {
6
+ "default": true,
7
+ "description": "Auto-hide the controls",
8
+ "type": "boolean"
9
+ },
10
+ "autoPlay": {
11
+ "default": false,
12
+ "description": "Autoplay the video when the page loads",
13
+ "type": "boolean"
14
+ },
15
+ "backdropColor": {
16
+ "default": "#000000",
17
+ "description": "Backdrop color of the video",
18
+ "type": "string"
19
+ },
20
+ "loader": {
21
+ "description": "The loader configuration",
22
+ "properties": {
23
+ "background": {
24
+ "default": "#f9f9f9",
25
+ "description": "Background color of the chart loader element",
26
+ "type": "string"
27
+ },
28
+ "fontColor": {
29
+ "default": "#5a5a5a",
30
+ "description": "Font color of the text of the chart loaders",
31
+ "type": "string"
32
+ },
33
+ "locale": {
34
+ "default": "en",
35
+ "description": "Locale to be used if \"msg\" is set",
36
+ "examples": [
37
+ "en",
38
+ "fr"
39
+ ],
40
+ "type": "string"
41
+ },
42
+ "mode": {
43
+ "default": "light",
44
+ "description": "Light or dark loader",
45
+ "type": "string"
46
+ },
47
+ "msg": {
48
+ "description": "Loading message",
49
+ "examples": [
50
+ "Loading dashboard..."
51
+ ],
52
+ "type": "string"
53
+ },
54
+ "showBranded": {
55
+ "default": false,
56
+ "description": "Shows the branded \"powered by\" information",
57
+ "type": "boolean"
58
+ },
59
+ "spinnerBackground": {
60
+ "default": "rgba(169, 169, 169, 0.14)",
61
+ "description": "Background color of the spinner",
62
+ "type": "string"
63
+ },
64
+ "spinnerColor": {
65
+ "default": "rgba(255, 165, 0, 0.7)",
66
+ "description": "Spinner color of the loader",
67
+ "type": "string"
68
+ }
69
+ },
70
+ "type": "object"
71
+ },
72
+ "locale": {
73
+ "default": "en",
74
+ "description": "Locale to be used",
75
+ "examples": [
76
+ "en",
77
+ "fr"
78
+ ],
79
+ "type": "string"
80
+ },
81
+ "lookupFiltering": {
82
+ "default": false,
83
+ "description": "Allow interactive filtering of charts with linked datasets",
84
+ "type": "boolean"
85
+ },
86
+ "loop": {
87
+ "default": false,
88
+ "description": "Whether to loop the video",
89
+ "type": "boolean"
90
+ },
91
+ "poster": {
92
+ "description": "Whether to show a placeholder poster, clicking on the object will play the video",
93
+ "properties": {
94
+ "show": {
95
+ "default": false,
96
+ "description": "Show or hide the poster",
97
+ "type": "boolean"
98
+ },
99
+ "url": {
100
+ "default": "",
101
+ "description": "URL of the poster to show, url to a png, jpeg file",
102
+ "type": "string"
103
+ }
104
+ },
105
+ "type": "object"
106
+ },
107
+ "showControls": {
108
+ "default": true,
109
+ "description": "To hide or show controls",
110
+ "type": "boolean"
111
+ },
112
+ "sources": {
113
+ "default": "{ \"en\" : [{ \"src\": \"https://cdn.luzmo.com/luzmo_overview.mp4\", type: \"video/mp4\" }] }",
114
+ "description": "Use sources, if you wish to embed a video from web links.\nA key-value object, where the value is a list of objects with \"src\" property.\nA Key is a locale, a value is the video source.",
115
+ "type": "object"
116
+ },
117
+ "theme": {
118
+ "description": "Theme configuration",
119
+ "properties": {
120
+ "borders": {
121
+ "description": "Custom border styling",
122
+ "properties": {
123
+ "border-bottom-width": {
124
+ "description": "Border bottom width",
125
+ "examples": [
126
+ "0px",
127
+ "1px",
128
+ "3px"
129
+ ],
130
+ "type": "string"
131
+ },
132
+ "border-color": {
133
+ "description": "Border color",
134
+ "examples": [
135
+ "rgba(216, 216, 216, 1)",
136
+ "rgb(147, 146, 148)"
137
+ ],
138
+ "type": "string"
139
+ },
140
+ "border-left-width": {
141
+ "description": "Border left width",
142
+ "examples": [
143
+ "0px",
144
+ "1px",
145
+ "3px"
146
+ ],
147
+ "type": "string"
148
+ },
149
+ "border-radius": {
150
+ "description": "Border radius",
151
+ "examples": [
152
+ "0",
153
+ "12px",
154
+ "20px"
155
+ ],
156
+ "type": "string"
157
+ },
158
+ "border-right-width": {
159
+ "description": "Border right width",
160
+ "examples": [
161
+ "0px",
162
+ "1px",
163
+ "3px"
164
+ ],
165
+ "type": "string"
166
+ },
167
+ "border-style": {
168
+ "description": "Border style",
169
+ "examples": [
170
+ "none",
171
+ "solid",
172
+ "dotted",
173
+ "dashed"
174
+ ],
175
+ "type": "string"
176
+ },
177
+ "border-top-width": {
178
+ "description": "Border top width",
179
+ "examples": [
180
+ "0px",
181
+ "1px",
182
+ "3px"
183
+ ],
184
+ "type": "string"
185
+ }
186
+ },
187
+ "type": "object"
188
+ },
189
+ "boxShadow": {
190
+ "description": "Custom shadow styling",
191
+ "properties": {
192
+ "color": {
193
+ "description": "Shadow color",
194
+ "examples": [
195
+ "rgb(0, 0, 0)",
196
+ "rgb(100, 100, 103)"
197
+ ],
198
+ "type": "string"
199
+ },
200
+ "size": {
201
+ "description": "Shadow size",
202
+ "enum": [
203
+ "L",
204
+ "M",
205
+ "S",
206
+ "none"
207
+ ],
208
+ "examples": [
209
+ "none",
210
+ "S",
211
+ "M",
212
+ "L"
213
+ ],
214
+ "type": "string"
215
+ }
216
+ },
217
+ "type": "object"
218
+ },
219
+ "font": {
220
+ "description": "Custom font styling",
221
+ "properties": {
222
+ "font-style": {
223
+ "const": "normal",
224
+ "description": "Use it to reset the font style to \"normal\"",
225
+ "type": "string"
226
+ },
227
+ "font-weight": {
228
+ "description": "Font weight",
229
+ "examples": [
230
+ 400,
231
+ 700
232
+ ],
233
+ "type": "number"
234
+ },
235
+ "fontFamily": {
236
+ "description": "Font family",
237
+ "examples": [
238
+ "Lato",
239
+ "Montserrat",
240
+ "Roboto Mono",
241
+ "Arial",
242
+ "Times New Roman"
243
+ ],
244
+ "type": "string"
245
+ },
246
+ "fontSize": {
247
+ "description": "Font size in px",
248
+ "examples": [
249
+ 10,
250
+ 15,
251
+ 18
252
+ ],
253
+ "type": "number"
254
+ }
255
+ },
256
+ "type": "object"
257
+ },
258
+ "id": {
259
+ "description": "Id of the theme, for example, \"seasonal\", \"urban\" or custom theme uuid. If you just pass custom theme options, it have to be skipped.",
260
+ "examples": [
261
+ "seasonal",
262
+ "urban"
263
+ ],
264
+ "type": "string"
265
+ },
266
+ "itemsBackground": {
267
+ "description": "Custom item background color",
268
+ "examples": [
269
+ "rgb(255, 255, 255)",
270
+ "rgb(71, 69, 69)",
271
+ "rgb(195, 191, 191)"
272
+ ],
273
+ "type": "string"
274
+ },
275
+ "type": {
276
+ "description": "It should be \"custom\" if custom theme id is specified or if you specify custom theme options to set the theme. Skip it otherwise.",
277
+ "examples": [
278
+ "custom"
279
+ ],
280
+ "type": "string"
281
+ }
282
+ },
283
+ "type": "object"
284
+ },
285
+ "timezoneId": {
286
+ "description": "The timezone that will be used in the dashboard. This timezone id needs to be a valid id that is available in the IANA timezone database",
287
+ "examples": [
288
+ "Europe/Brussels",
289
+ "America/New_York"
290
+ ],
291
+ "type": "string"
292
+ },
293
+ "type": {
294
+ "description": "Whether the URL is a YouTube or web link",
295
+ "enum": [
296
+ "web",
297
+ "youtube"
298
+ ],
299
+ "type": "string"
300
+ },
301
+ "youtube": {
302
+ "default": {
303
+ "en": [
304
+ {
305
+ "src": "youtube_url"
306
+ }
307
+ ]
308
+ },
309
+ "description": "A key-value object, where the value is a list of objects with \"src\" property.\nuse YouTube, if you wish to embed a YouTube video",
310
+ "type": "object"
311
+ }
312
+ },
313
+ "type": "object"
314
+ }
315
+
316
+ ;
317
+
318
+ export default _default;
@@ -0,0 +1,19 @@
1
+ declare const _default: {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/video.schema.json",
4
+ "type": "object",
5
+ "description": "Video item",
6
+ "properties": {
7
+ "type": {
8
+ "description": "Type of the item",
9
+ "type": "string",
10
+ "const": "video"
11
+ },
12
+ "options": {
13
+ "description": "Options of the Video item",
14
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/video-options.schema.json"
15
+ }
16
+ }
17
+ };
18
+
19
+ export default _default;
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/viz-item-type.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/viz-item-type.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "enum": [
5
5
  "area-chart",