@luzmo/dashboard-contents-types 1.0.2 → 1.0.4-beta.0

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 (199) hide show
  1. package/assets/json-schemas/area-chart-options.schema.json.d.ts +9 -10
  2. package/assets/json-schemas/area-chart-slots.schema.json.d.ts +14 -14
  3. package/assets/json-schemas/area-chart.schema.json.d.ts +3 -3
  4. package/assets/json-schemas/bar-chart-options.schema.json.d.ts +9 -10
  5. package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +14 -14
  6. package/assets/json-schemas/bar-chart.schema.json.d.ts +3 -3
  7. package/assets/json-schemas/box-plot-options.schema.json.d.ts +10 -11
  8. package/assets/json-schemas/box-plot-slots.schema.json.d.ts +8 -8
  9. package/assets/json-schemas/box-plot.schema.json.d.ts +3 -3
  10. package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +20 -10
  11. package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +14 -14
  12. package/assets/json-schemas/bubble-chart.schema.json.d.ts +3 -3
  13. package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +10 -11
  14. package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +14 -14
  15. package/assets/json-schemas/bullet-chart.schema.json.d.ts +3 -3
  16. package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +226 -27
  17. package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +11 -11
  18. package/assets/json-schemas/choropleth-map.schema.json.d.ts +3 -3
  19. package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +10 -11
  20. package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +10 -10
  21. package/assets/json-schemas/circular-gauge.schema.json.d.ts +3 -3
  22. package/assets/json-schemas/column-chart-options.schema.json.d.ts +9 -10
  23. package/assets/json-schemas/column-chart-slots.schema.json.d.ts +14 -14
  24. package/assets/json-schemas/column-chart.schema.json.d.ts +3 -3
  25. package/assets/json-schemas/combination-chart-options.schema.json.d.ts +9 -10
  26. package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +10 -10
  27. package/assets/json-schemas/combination-chart.schema.json.d.ts +3 -3
  28. package/assets/json-schemas/date-filter-options.schema.json.d.ts +9 -10
  29. package/assets/json-schemas/date-filter-slots.schema.json.d.ts +3 -3
  30. package/assets/json-schemas/date-filter.schema.json.d.ts +3 -3
  31. package/assets/json-schemas/donut-chart-options.schema.json.d.ts +9 -10
  32. package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +10 -10
  33. package/assets/json-schemas/donut-chart.schema.json.d.ts +3 -3
  34. package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +9 -10
  35. package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +6 -6
  36. package/assets/json-schemas/dropdown-filter.schema.json.d.ts +3 -3
  37. package/assets/json-schemas/evolution-number-options.schema.json.d.ts +8 -9
  38. package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +8 -8
  39. package/assets/json-schemas/evolution-number.schema.json.d.ts +3 -3
  40. package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +9 -10
  41. package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +9 -9
  42. package/assets/json-schemas/funnel-chart.schema.json.d.ts +3 -3
  43. package/assets/json-schemas/heat-map-options.schema.json.d.ts +1472 -0
  44. package/assets/json-schemas/heat-map-slots.schema.json.d.ts +566 -0
  45. package/assets/json-schemas/heat-map.schema.json.d.ts +23 -0
  46. package/assets/json-schemas/hexbin-map-options.schema.json.d.ts +1588 -0
  47. package/assets/json-schemas/hexbin-map-slots.schema.json.d.ts +566 -0
  48. package/assets/json-schemas/hexbin-map.schema.json.d.ts +23 -0
  49. package/assets/json-schemas/image-options.schema.json.d.ts +7 -2
  50. package/assets/json-schemas/image.schema.json.d.ts +2 -2
  51. package/assets/json-schemas/line-chart-options.schema.json.d.ts +9 -10
  52. package/assets/json-schemas/line-chart-slots.schema.json.d.ts +14 -14
  53. package/assets/json-schemas/line-chart.schema.json.d.ts +3 -3
  54. package/assets/json-schemas/marker-map-options.schema.json.d.ts +1486 -0
  55. package/assets/json-schemas/marker-map-slots.schema.json.d.ts +566 -0
  56. package/assets/json-schemas/marker-map.schema.json.d.ts +23 -0
  57. package/assets/json-schemas/options.schema.json.d.ts +49 -25
  58. package/assets/json-schemas/pivot-table-options.schema.json.d.ts +9 -10
  59. package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +14 -14
  60. package/assets/json-schemas/pivot-table.schema.json.d.ts +3 -3
  61. package/assets/json-schemas/regular-table-options.schema.json.d.ts +10 -11
  62. package/assets/json-schemas/regular-table-slots.schema.json.d.ts +6 -6
  63. package/assets/json-schemas/regular-table.schema.json.d.ts +3 -3
  64. package/assets/json-schemas/route-map-options.schema.json.d.ts +1506 -0
  65. package/assets/json-schemas/route-map-slots.schema.json.d.ts +627 -0
  66. package/assets/json-schemas/route-map.schema.json.d.ts +23 -0
  67. package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +9 -10
  68. package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +18 -18
  69. package/assets/json-schemas/sankey-diagram.schema.json.d.ts +3 -3
  70. package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +9 -10
  71. package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +22 -22
  72. package/assets/json-schemas/scatter-plot.schema.json.d.ts +3 -3
  73. package/assets/json-schemas/search-filter-options.schema.json.d.ts +1050 -0
  74. package/assets/json-schemas/search-filter-slots.schema.json.d.ts +484 -0
  75. package/assets/json-schemas/search-filter.schema.json.d.ts +23 -0
  76. package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +9 -10
  77. package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +10 -10
  78. package/assets/json-schemas/slicer-filter.schema.json.d.ts +3 -3
  79. package/assets/json-schemas/slider-filter-options.schema.json.d.ts +9 -10
  80. package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +5 -5
  81. package/assets/json-schemas/slider-filter.schema.json.d.ts +3 -3
  82. package/assets/json-schemas/slots.schema.json.d.ts +44 -23
  83. package/assets/json-schemas/spike-map-options.schema.json.d.ts +1686 -0
  84. package/assets/json-schemas/spike-map-slots.schema.json.d.ts +598 -0
  85. package/assets/json-schemas/spike-map.schema.json.d.ts +23 -0
  86. package/assets/json-schemas/symbol-map-options.schema.json.d.ts +1567 -0
  87. package/assets/json-schemas/symbol-map-slots.schema.json.d.ts +595 -0
  88. package/assets/json-schemas/symbol-map.schema.json.d.ts +23 -0
  89. package/assets/json-schemas/text-options.schema.json.d.ts +8 -8
  90. package/assets/json-schemas/text.schema.json.d.ts +2 -2
  91. package/assets/json-schemas/video-options.schema.json.d.ts +318 -0
  92. package/assets/json-schemas/video.schema.json.d.ts +19 -0
  93. package/assets/json-schemas/viz-item-type.schema.json.d.ts +1 -1
  94. package/assets/json-schemas/wordcloud-chart-options.schema.json.d.ts +3428 -0
  95. package/assets/json-schemas/wordcloud-chart-slots.schema.json.d.ts +543 -0
  96. package/assets/json-schemas/wordcloud-chart.schema.json.d.ts +23 -0
  97. package/index.d.ts +1 -1
  98. package/index.d.ts.map +1 -1
  99. package/index.js +248 -70
  100. package/index.mjs +25636 -6337
  101. package/json-schemas.d.ts +17363 -2624
  102. package/json-schemas.d.ts.map +1 -1
  103. package/package.json +1 -1
  104. package/src/index.d.ts +9 -0
  105. package/src/index.d.ts.map +1 -1
  106. package/src/lib/bubble-chart/bubble-chart-options.d.ts +3 -0
  107. package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -1
  108. package/src/lib/choropleth-map/choropleth-map-options.d.ts +17 -12
  109. package/src/lib/choropleth-map/choropleth-map-options.d.ts.map +1 -1
  110. package/src/lib/heat-map/heat-map-options.d.ts +103 -0
  111. package/src/lib/heat-map/heat-map-options.d.ts.map +1 -0
  112. package/src/lib/heat-map/heat-map-slots.d.ts +29 -0
  113. package/src/lib/heat-map/heat-map-slots.d.ts.map +1 -0
  114. package/src/lib/heat-map/heat-map.d.ts +23 -0
  115. package/src/lib/heat-map/heat-map.d.ts.map +1 -0
  116. package/src/lib/heat-map/index.d.ts +3 -0
  117. package/src/lib/heat-map/index.d.ts.map +1 -0
  118. package/src/lib/hexbin-map/hexbin-map-options.d.ts +116 -0
  119. package/src/lib/hexbin-map/hexbin-map-options.d.ts.map +1 -0
  120. package/src/lib/hexbin-map/hexbin-map-slots.d.ts +29 -0
  121. package/src/lib/hexbin-map/hexbin-map-slots.d.ts.map +1 -0
  122. package/src/lib/hexbin-map/hexbin-map.d.ts +23 -0
  123. package/src/lib/hexbin-map/hexbin-map.d.ts.map +1 -0
  124. package/src/lib/hexbin-map/index.d.ts +3 -0
  125. package/src/lib/hexbin-map/index.d.ts.map +1 -0
  126. package/src/lib/marker-map/index.d.ts +3 -0
  127. package/src/lib/marker-map/index.d.ts.map +1 -0
  128. package/src/lib/marker-map/marker-map-options.d.ts +61 -0
  129. package/src/lib/marker-map/marker-map-options.d.ts.map +1 -0
  130. package/src/lib/marker-map/marker-map-slots.d.ts +29 -0
  131. package/src/lib/marker-map/marker-map-slots.d.ts.map +1 -0
  132. package/src/lib/marker-map/marker-map.d.ts +23 -0
  133. package/src/lib/marker-map/marker-map.d.ts.map +1 -0
  134. package/src/lib/route-map/index.d.ts +3 -0
  135. package/src/lib/route-map/index.d.ts.map +1 -0
  136. package/src/lib/route-map/route-map-options.d.ts +94 -0
  137. package/src/lib/route-map/route-map-options.d.ts.map +1 -0
  138. package/src/lib/route-map/route-map-slots.d.ts +51 -0
  139. package/src/lib/route-map/route-map-slots.d.ts.map +1 -0
  140. package/src/lib/route-map/route-map.d.ts +23 -0
  141. package/src/lib/route-map/route-map.d.ts.map +1 -0
  142. package/src/lib/search-filter/search-filter-options.d.ts +6 -0
  143. package/src/lib/search-filter/search-filter-options.d.ts.map +1 -1
  144. package/src/lib/shared/drop-object-view-options.d.ts +1 -1
  145. package/src/lib/shared/index.d.ts +1 -0
  146. package/src/lib/shared/index.d.ts.map +1 -1
  147. package/src/lib/shared/iq-components.d.ts +95 -0
  148. package/src/lib/shared/iq-components.d.ts.map +1 -0
  149. package/src/lib/shared/map-object-view-options.d.ts +100 -1
  150. package/src/lib/shared/map-object-view-options.d.ts.map +1 -1
  151. package/src/lib/shared/ranges.d.ts +1 -1
  152. package/src/lib/shared/slots.d.ts +82 -16
  153. package/src/lib/shared/slots.d.ts.map +1 -1
  154. package/src/lib/shared/theme.d.ts +1 -2
  155. package/src/lib/shared/theme.d.ts.map +1 -1
  156. package/src/lib/shared/title.d.ts +1 -1
  157. package/src/lib/shared/viz-item.d.ts +5 -0
  158. package/src/lib/shared/viz-item.d.ts.map +1 -1
  159. package/src/lib/spike-map/index.d.ts +3 -0
  160. package/src/lib/spike-map/index.d.ts.map +1 -0
  161. package/src/lib/spike-map/spike-map-options.d.ts +126 -0
  162. package/src/lib/spike-map/spike-map-options.d.ts.map +1 -0
  163. package/src/lib/spike-map/spike-map-slots.d.ts +40 -0
  164. package/src/lib/spike-map/spike-map-slots.d.ts.map +1 -0
  165. package/src/lib/spike-map/spike-map.d.ts +23 -0
  166. package/src/lib/spike-map/spike-map.d.ts.map +1 -0
  167. package/src/lib/symbol-map/index.d.ts +3 -0
  168. package/src/lib/symbol-map/index.d.ts.map +1 -0
  169. package/src/lib/symbol-map/symbol-map-options.d.ts +93 -0
  170. package/src/lib/symbol-map/symbol-map-options.d.ts.map +1 -0
  171. package/src/lib/symbol-map/symbol-map-slots.d.ts +40 -0
  172. package/src/lib/symbol-map/symbol-map-slots.d.ts.map +1 -0
  173. package/src/lib/symbol-map/symbol-map.d.ts +23 -0
  174. package/src/lib/symbol-map/symbol-map.d.ts.map +1 -0
  175. package/src/lib/video/index.d.ts +2 -0
  176. package/src/lib/video/index.d.ts.map +1 -0
  177. package/src/lib/video/video-options.d.ts +86 -0
  178. package/src/lib/video/video-options.d.ts.map +1 -0
  179. package/src/lib/video/video.d.ts +16 -0
  180. package/src/lib/video/video.d.ts.map +1 -0
  181. package/src/lib/visual-item/index.d.ts +1 -0
  182. package/src/lib/visual-item/index.d.ts.map +1 -0
  183. package/src/lib/visual-item/visual-item.d.ts +28 -0
  184. package/src/lib/visual-item/visual-item.d.ts.map +1 -0
  185. package/src/lib/wordcloud-chart/index.d.ts +3 -0
  186. package/src/lib/wordcloud-chart/index.d.ts.map +1 -0
  187. package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts +117 -0
  188. package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts.map +1 -0
  189. package/src/lib/wordcloud-chart/wordcloud-chart-slots.d.ts +41 -0
  190. package/src/lib/wordcloud-chart/wordcloud-chart-slots.d.ts.map +1 -0
  191. package/src/lib/wordcloud-chart/wordcloud-chart.d.ts +23 -0
  192. package/src/lib/wordcloud-chart/wordcloud-chart.d.ts.map +1 -0
  193. package/src/options.d.ts +10 -1
  194. package/src/options.d.ts.map +1 -1
  195. package/src/slots.d.ts +9 -1
  196. package/src/slots.d.ts.map +1 -1
  197. package/vite.config.d.ts.map +1 -1
  198. package/CHANGELOG.md +0 -17
  199. package/README.md +0 -154
@@ -1,10 +1,10 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/choropleth-map-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "classification": {
6
6
  "default": "quantile",
7
- "description": "Classification options: quantile, interval, continuous or manual",
7
+ "description": "Classification method",
8
8
  "enum": [
9
9
  "continuous",
10
10
  "interval",
@@ -15,7 +15,7 @@ declare const _default: {
15
15
  },
16
16
  "color": {
17
17
  "default": "",
18
- "description": "The main color for the item, if omitted the default color from the theme will be used.",
18
+ "description": "The main color for the item, if omitted the default color from the theme will be used",
19
19
  "examples": [
20
20
  "#FF5733",
21
21
  "#33FF57",
@@ -25,10 +25,54 @@ declare const _default: {
25
25
  },
26
26
  "colorsClass": {
27
27
  "default": "PuBu",
28
- "description": "Set classes on the colors",
28
+ "description": "A color class, use \"manual\" to specify custom colors in the manualValues option",
29
+ "examples": [
30
+ "manual",
31
+ "Spectral",
32
+ "RdYlBu",
33
+ "PdBu",
34
+ "PiYG",
35
+ "PRGn",
36
+ "RdYlGn",
37
+ "BrBG",
38
+ "RdGy",
39
+ "PuOr",
40
+ "Paired",
41
+ "Set1",
42
+ "Set3",
43
+ "OrRd",
44
+ "PuBu",
45
+ "BuPu",
46
+ "Oranges",
47
+ "BuGn",
48
+ "YlOrBr",
49
+ "YlGn",
50
+ "Reds",
51
+ "RdPu",
52
+ "Greens",
53
+ "YlGnBu",
54
+ "Purples",
55
+ "GnBu",
56
+ "Greys",
57
+ "YlOrRd",
58
+ "PuRd",
59
+ "Blues",
60
+ "PuBuGn",
61
+ "Spectrum",
62
+ "BlueRed",
63
+ "Plasma",
64
+ "Viris",
65
+ "Incan",
66
+ "Fire",
67
+ "Inferno",
68
+ "Ocean",
69
+ "Sunrise"
70
+ ],
29
71
  "type": "string"
30
72
  },
31
73
  "disableWebgl": {
74
+ "default": false,
75
+ "description": "Disable or enable WebGL rendering",
32
76
  "type": "boolean"
33
77
  },
34
78
  "display": {
@@ -48,35 +92,45 @@ declare const _default: {
48
92
  "type": "object"
49
93
  },
50
94
  "enabled": {
95
+ "description": "Options to enable or disable different map features",
51
96
  "properties": {
52
97
  "pan": {
98
+ "default": true,
99
+ "description": "Enable or disable pan",
53
100
  "type": "boolean"
54
101
  },
55
102
  "pitchBearing": {
103
+ "default": false,
104
+ "description": "Enable or disable \"Pitch & Rotate\" (allows using Ctrl + drag)",
56
105
  "type": "boolean"
57
106
  },
58
107
  "repositionOnRefresh": {
108
+ "default": true,
109
+ "description": "Enable or disable reposition on Data Refresh",
59
110
  "type": "boolean"
60
111
  },
61
112
  "zoom": {
113
+ "default": true,
114
+ "description": "Enable or disable zoom",
62
115
  "type": "boolean"
63
116
  }
64
117
  },
65
118
  "type": "object"
66
119
  },
67
120
  "highlights": {
68
- "description": "Highlight options",
121
+ "description": "Highlight dominance options, it's applied only when a category is set",
69
122
  "properties": {
70
123
  "active": {
71
124
  "default": true,
72
- "description": "enable or disable highlight",
125
+ "description": "Enable or disable highlight",
73
126
  "type": "boolean"
74
127
  },
75
128
  "color": {
76
129
  "default": "rgb(255,255,255)",
77
130
  "description": "If enabled, color of the highlight",
78
131
  "examples": [
79
- "#000000"
132
+ "rgb(0,0,0)",
133
+ "rgb(255,255,255)"
80
134
  ],
81
135
  "type": "string"
82
136
  }
@@ -1013,18 +1067,24 @@ declare const _default: {
1013
1067
  ],
1014
1068
  "type": "string"
1015
1069
  },
1070
+ "lookupFiltering": {
1071
+ "default": false,
1072
+ "description": "Allow interactive filtering of charts with linked datasets",
1073
+ "type": "boolean"
1074
+ },
1016
1075
  "manualValues": {
1017
- "default": [
1018
- []
1019
- ],
1020
- "description": "Manual values configuration",
1076
+ "default": {
1077
+ "manualValues": []
1078
+ },
1079
+ "description": "Manually specified classification and colors",
1021
1080
  "properties": {
1022
1081
  "ranges": {
1082
+ "description": "Ranges of values and colors",
1023
1083
  "items": {
1024
1084
  "description": "Values range options that are configured manually",
1025
1085
  "properties": {
1026
1086
  "color": {
1027
- "description": "Color of the range",
1087
+ "description": "Color of the range, it can be a hex or rgb(a) color",
1028
1088
  "type": "string"
1029
1089
  },
1030
1090
  "isNegativeInfinityRange": {
@@ -1045,7 +1105,16 @@ declare const _default: {
1045
1105
  },
1046
1106
  "numberClasses": {
1047
1107
  "default": 5,
1048
- "description": "Number of classes",
1108
+ "description": "Number of classes for classification",
1109
+ "examples": [
1110
+ 3,
1111
+ 4,
1112
+ 5,
1113
+ 6,
1114
+ 7,
1115
+ 8,
1116
+ 9
1117
+ ],
1049
1118
  "type": "number"
1050
1119
  },
1051
1120
  "opacity": {
@@ -1053,19 +1122,35 @@ declare const _default: {
1053
1122
  "description": "Opacity of the map",
1054
1123
  "type": "number"
1055
1124
  },
1056
- "overlays": {
1057
- "items": {},
1058
- "type": "array"
1059
- },
1060
1125
  "pin": {
1126
+ "description": "Pin options",
1061
1127
  "properties": {
1062
1128
  "auto": {
1129
+ "default": true,
1130
+ "description": "Automatically pin the map",
1063
1131
  "type": "boolean"
1064
1132
  },
1065
1133
  "bearing": {
1134
+ "default": 0,
1135
+ "description": "The map's initial bearing (rotation), measured in degrees counter-clockwise from north. If unspecified in options or style, it defaults to `0`.",
1066
1136
  "type": "number"
1067
1137
  },
1068
1138
  "center": {
1139
+ "default": [
1140
+ 0,
1141
+ 0
1142
+ ],
1143
+ "description": "The map's initial centerpoint. If unspecified in options or style, it defaults to [0, 0]. Note: MapLibre GL JS uses longitude-latitude order to match GeoJSON.",
1144
+ "examples": [
1145
+ [
1146
+ 0,
1147
+ 0
1148
+ ],
1149
+ [
1150
+ 50.870978137947134,
1151
+ 4.344406127929688
1152
+ ]
1153
+ ],
1069
1154
  "items": [
1070
1155
  {
1071
1156
  "type": "number"
@@ -1079,9 +1164,18 @@ declare const _default: {
1079
1164
  "type": "array"
1080
1165
  },
1081
1166
  "pitch": {
1167
+ "default": 0,
1168
+ "description": "The map's initial pitch (tilt), measured in degrees from the screen plane (0-85). If unspecified in options or the style, it defaults to 0.",
1082
1169
  "type": "number"
1083
1170
  },
1084
1171
  "zoom": {
1172
+ "default": 2,
1173
+ "description": "The map's initial zoom level. If unspecified in options or style, it defaults to 0.",
1174
+ "examples": [
1175
+ 2,
1176
+ 5,
1177
+ 11
1178
+ ],
1085
1179
  "type": "number"
1086
1180
  }
1087
1181
  },
@@ -1089,9 +1183,10 @@ declare const _default: {
1089
1183
  },
1090
1184
  "strokeColor": {
1091
1185
  "default": "rgba(0,0,0,.3)",
1092
- "description": "Stroke color of the map",
1186
+ "description": "Border color, it's applied only when a category is set",
1093
1187
  "examples": [
1094
- "#000000"
1188
+ "#000000",
1189
+ "rgb(227,150,150)"
1095
1190
  ],
1096
1191
  "type": "string"
1097
1192
  },
@@ -1202,12 +1297,7 @@ declare const _default: {
1202
1297
  "properties": {
1203
1298
  "font-style": {
1204
1299
  "const": "normal",
1205
- "description": "Font style",
1206
- "examples": [
1207
- "normal",
1208
- "italic",
1209
- "oblique"
1210
- ],
1300
+ "description": "Use it to reset the font style to \"normal\"",
1211
1301
  "type": "string"
1212
1302
  },
1213
1303
  "font-weight": {
@@ -1418,8 +1508,23 @@ declare const _default: {
1418
1508
  "type": "object"
1419
1509
  },
1420
1510
  "tileProvider": {
1511
+ "default": {
1512
+ "attribution": "&copy; <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a>",
1513
+ "name": "OpenStreetMap",
1514
+ "url": "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
1515
+ },
1516
+ "description": "Map style when WebGL rendering is disabled",
1421
1517
  "properties": {
1422
1518
  "attribution": {
1519
+ "description": "Attribution",
1520
+ "examples": [
1521
+ "",
1522
+ "&copy; <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a>",
1523
+ "&copy; Openstreetmap France | &copy; <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a>",
1524
+ "&copy; <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a>, Tiles courtesy of <a href=\"http://hot.openstreetmap.org/\" target=\"_blank\">Humanitarian OpenStreetMap Team</a>",
1525
+ "<a id=\"home-link\" target=\"_top\" href=\"../\">Map tiles</a> by <a target=\"_top\" href=\"http://stamen.com\">Stamen Design</a>, under <a target=\"_top\" href=\"http://creativecommons.org/licenses/by/3.0\">CC BY 3.0</a>, &copy; <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a>",
1526
+ "&copy; <a href=\"http://www.antwerpen.be\">Stad Antwerpen</a>"
1527
+ ],
1423
1528
  "type": "string"
1424
1529
  },
1425
1530
  "bounds": {
@@ -1446,15 +1551,57 @@ declare const _default: {
1446
1551
  {
1447
1552
  "type": "object"
1448
1553
  }
1554
+ ],
1555
+ "description": "Bounds",
1556
+ "examples": [
1557
+ [
1558
+ [
1559
+ 51.1,
1560
+ 4.1
1561
+ ],
1562
+ [
1563
+ 51.45,
1564
+ 4.5
1565
+ ]
1566
+ ]
1449
1567
  ]
1450
1568
  },
1451
1569
  "name": {
1570
+ "description": "Name",
1571
+ "examples": [
1572
+ "No Tiles",
1573
+ "OpenStreetMap",
1574
+ "OpenStreetMap France",
1575
+ "OpenStreetMap Hot",
1576
+ "Stamen Toner",
1577
+ "Stamen Watercolor",
1578
+ "Stamen Terrain",
1579
+ "Cityplan Antwerp"
1580
+ ],
1452
1581
  "type": "string"
1453
1582
  },
1454
1583
  "url": {
1584
+ "description": "URL",
1585
+ "examples": [
1586
+ "",
1587
+ "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
1588
+ "https://{s}.tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png",
1589
+ "https://tile-{s}.openstreetmap.fr/hot/{z}/{x}/{y}.png",
1590
+ "https://stamen-tiles-{s}.a.ssl.fastly.net/toner/{z}/{x}/{y}.png",
1591
+ "https://stamen-tiles-{s}.a.ssl.fastly.net/watercolor/{z}/{x}/{y}.png",
1592
+ "https://stamen-tiles-{s}.a.ssl.fastly.net/terrain/{z}/{x}/{y}.png",
1593
+ "https://tiles.arcgis.com/tiles/1KSVSmnHT2Lw9ea6/arcgis/rest/services/basemap_stadsplan_v5/MapServer/tile/{z}/{y}/{x}"
1594
+ ],
1455
1595
  "type": "string"
1456
1596
  },
1457
1597
  "vectorId": {
1598
+ "description": "Vector ID",
1599
+ "examples": [
1600
+ "no-tiles",
1601
+ "osm-bright",
1602
+ "toner",
1603
+ "osm-liberty"
1604
+ ],
1458
1605
  "type": "string"
1459
1606
  }
1460
1607
  },
@@ -1469,7 +1616,7 @@ declare const _default: {
1469
1616
  "type": "string"
1470
1617
  },
1471
1618
  "title": {
1472
- "description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
1619
+ "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
1473
1620
  "examples": [
1474
1621
  {
1475
1622
  "en": "Title"
@@ -1494,26 +1641,79 @@ declare const _default: {
1494
1641
  "type": "object"
1495
1642
  },
1496
1643
  "vectorTileProvider": {
1644
+ "default": {
1645
+ "attribution": "&copy; <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a>",
1646
+ "id": "klokantech-basic",
1647
+ "name": "Basic"
1648
+ },
1649
+ "description": "Map style when WebGL rendering is enabled",
1497
1650
  "properties": {
1498
1651
  "attribution": {
1652
+ "description": "Attribution",
1653
+ "examples": [
1654
+ "&copy; <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a>"
1655
+ ],
1499
1656
  "type": "string"
1500
1657
  },
1501
1658
  "id": {
1659
+ "description": "ID",
1660
+ "examples": [
1661
+ "no-tiles",
1662
+ "klokantech-basic",
1663
+ "osm-bright",
1664
+ "dark-matter",
1665
+ "fiord-color",
1666
+ "osm-liberty",
1667
+ "pastel",
1668
+ "positron"
1669
+ ],
1502
1670
  "type": "string"
1503
1671
  },
1504
1672
  "name": {
1673
+ "description": "Name",
1674
+ "examples": [
1675
+ "No Tiles",
1676
+ "Basic",
1677
+ "Bright",
1678
+ "Dark",
1679
+ "Fiord",
1680
+ "Liberty",
1681
+ "Pastel",
1682
+ "Positron",
1683
+ "Streets"
1684
+ ],
1505
1685
  "type": "string"
1506
1686
  },
1507
1687
  "rasterName": {
1688
+ "description": "Raster name",
1689
+ "examples": [
1690
+ "No Tiles",
1691
+ "OpenStreetMap"
1692
+ ],
1508
1693
  "type": "string"
1509
1694
  },
1510
1695
  "url": {
1696
+ "description": "URL",
1697
+ "examples": [
1698
+ "https://openmaptiles.github.io/klokantech-basic-gl-style/style-cdn.json",
1699
+ "https://openmaptiles.github.io/osm-bright-gl-style/style-cdn.json",
1700
+ "https://openmaptiles.github.io/dark-matter-gl-style/style-cdn.json",
1701
+ "https://openmaptiles.github.io/fiord-color-gl-style/style-cdn.json",
1702
+ "https://rawgit.com/lukasmartinelli/osm-liberty/gh-pages/style.json",
1703
+ "https://api.maptiler.com/maps/pastel/style.json",
1704
+ "https://openmaptiles.github.io/positron-gl-style/style-cdn.json"
1705
+ ],
1511
1706
  "type": "string"
1512
1707
  }
1513
1708
  },
1514
1709
  "type": "object"
1515
1710
  },
1516
1711
  "zoomRange": {
1712
+ "default": [
1713
+ 0,
1714
+ 25
1715
+ ],
1716
+ "description": "Zoom range",
1517
1717
  "items": [
1518
1718
  {
1519
1719
  "type": "number"
@@ -1529,7 +1729,6 @@ declare const _default: {
1529
1729
  },
1530
1730
  "type": "object"
1531
1731
  }
1532
-
1533
1732
  ;
1534
1733
 
1535
1734
  export default _default;
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/choropleth-map-slots.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "definitions": {
5
5
  "CategorySlot": {
@@ -10,10 +10,10 @@ declare const _default: {
10
10
  "items": {
11
11
  "anyOf": [
12
12
  {
13
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/HierarchySlotContent"
13
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/choropleth-map-slots.schema.json#/definitions/HierarchySlotContent"
14
14
  },
15
15
  {
16
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/DateTimeSlotContent"
16
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/choropleth-map-slots.schema.json#/definitions/DateTimeSlotContent"
17
17
  }
18
18
  ]
19
19
  },
@@ -185,7 +185,7 @@ declare const _default: {
185
185
  "content": {
186
186
  "description": "Geo slot definition",
187
187
  "items": {
188
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/SpatialSlotContent"
188
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/choropleth-map-slots.schema.json#/definitions/SpatialSlotContent"
189
189
  },
190
190
  "maxItems": 1,
191
191
  "type": "array"
@@ -319,13 +319,13 @@ declare const _default: {
319
319
  "items": {
320
320
  "anyOf": [
321
321
  {
322
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/NumericSlotContent"
322
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/choropleth-map-slots.schema.json#/definitions/NumericSlotContent"
323
323
  },
324
324
  {
325
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/HierarchySlotContent"
325
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/choropleth-map-slots.schema.json#/definitions/HierarchySlotContent"
326
326
  },
327
327
  {
328
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/DateTimeSlotContent"
328
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/choropleth-map-slots.schema.json#/definitions/DateTimeSlotContent"
329
329
  }
330
330
  ]
331
331
  },
@@ -369,7 +369,7 @@ declare const _default: {
369
369
  "type": "string"
370
370
  },
371
371
  "columnSubType": {
372
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/ColumnSubtype",
372
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/choropleth-map-slots.schema.json#/definitions/ColumnSubtype",
373
373
  "description": "Column subtype"
374
374
  },
375
375
  "datasetId": {
@@ -576,13 +576,13 @@ declare const _default: {
576
576
  "items": {
577
577
  "anyOf": [
578
578
  {
579
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/GeoSlot"
579
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/choropleth-map-slots.schema.json#/definitions/GeoSlot"
580
580
  },
581
581
  {
582
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/MeasureSlot"
582
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/choropleth-map-slots.schema.json#/definitions/MeasureSlot"
583
583
  },
584
584
  {
585
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json#/definitions/CategorySlot"
585
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/choropleth-map-slots.schema.json#/definitions/CategorySlot"
586
586
  }
587
587
  ]
588
588
  },
@@ -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/choropleth-map.schema.json",
3
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/choropleth-map.schema.json",
4
4
  "type": "object",
5
5
  "description": "Choropleth Map item",
6
6
  "properties": {
@@ -11,11 +11,11 @@ declare const _default: {
11
11
  },
12
12
  "options": {
13
13
  "description": "Options of the Choropleth Map item",
14
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-options.schema.json"
14
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/choropleth-map-options.schema.json"
15
15
  },
16
16
  "slots": {
17
17
  "description": "Data definition of the Choropleth Map item",
18
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/choropleth-map-slots.schema.json"
18
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/choropleth-map-slots.schema.json"
19
19
  }
20
20
  }
21
21
  };
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/circular-gauge-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/circular-gauge-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "circle": {
@@ -46,7 +46,7 @@ declare const _default: {
46
46
  },
47
47
  "color": {
48
48
  "default": "",
49
- "description": "The main color for the item, if omitted the default color from the theme will be used.",
49
+ "description": "The main color for the item, if omitted the default color from the theme will be used",
50
50
  "examples": [
51
51
  "#FF5733",
52
52
  "#33FF57",
@@ -956,6 +956,11 @@ declare const _default: {
956
956
  ],
957
957
  "type": "string"
958
958
  },
959
+ "lookupFiltering": {
960
+ "default": false,
961
+ "description": "Allow interactive filtering of charts with linked datasets",
962
+ "type": "boolean"
963
+ },
959
964
  "manualValues": {
960
965
  "default": {},
961
966
  "description": "Manual values configuration of the Circular Gauge",
@@ -965,7 +970,7 @@ declare const _default: {
965
970
  "description": "Values range options that are configured manually",
966
971
  "properties": {
967
972
  "color": {
968
- "description": "Color of the range",
973
+ "description": "Color of the range, it can be a hex or rgb(a) color",
969
974
  "type": "string"
970
975
  },
971
976
  "isNegativeInfinityRange": {
@@ -1118,12 +1123,7 @@ declare const _default: {
1118
1123
  "properties": {
1119
1124
  "font-style": {
1120
1125
  "const": "normal",
1121
- "description": "Font style",
1122
- "examples": [
1123
- "normal",
1124
- "italic",
1125
- "oblique"
1126
- ],
1126
+ "description": "Use it to reset the font style to \"normal\"",
1127
1127
  "type": "string"
1128
1128
  },
1129
1129
  "font-weight": {
@@ -1305,7 +1305,7 @@ declare const _default: {
1305
1305
  "type": "string"
1306
1306
  },
1307
1307
  "title": {
1308
- "description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
1308
+ "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
1309
1309
  "examples": [
1310
1310
  {
1311
1311
  "en": "Title"
@@ -1316,7 +1316,6 @@ declare const _default: {
1316
1316
  },
1317
1317
  "type": "object"
1318
1318
  }
1319
-
1320
1319
  ;
1321
1320
 
1322
1321
  export default _default;