@luzmo/analytics-components-kit 1.0.1-alpha.25 → 1.0.1-alpha.27

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 (123) hide show
  1. package/components/{button-base-B7v4eeRh-BKKUK3x0.cjs → button-base-DSHx7XO8-Cixrr9aG.cjs} +3 -3
  2. package/components/{button-base-B7v4eeRh-D3-GH03o.js → button-base-DSHx7XO8-VB_BBSqq.js} +27 -27
  3. package/components/display-settings/index.cjs +1 -1
  4. package/components/display-settings/index.js +7 -7
  5. package/components/display-settings-binning/index.cjs +1 -1
  6. package/components/display-settings-binning/index.js +5 -5
  7. package/components/display-settings-datetime/index.cjs +1 -1
  8. package/components/display-settings-datetime/index.js +8 -8
  9. package/components/display-settings-grand-totals/index.cjs +1 -1
  10. package/components/display-settings-grand-totals/index.js +4 -4
  11. package/components/display-settings-numeric/index.cjs +1 -1
  12. package/components/display-settings-numeric/index.js +9 -9
  13. package/components/display-settings-period-over-period/index.cjs +2 -2
  14. package/components/display-settings-period-over-period/index.js +7 -7
  15. package/components/draggable-data-item-level/index.cjs +4 -4
  16. package/components/draggable-data-item-level/index.js +4 -4
  17. package/components/droppable-slot/droppable-slot.d.ts +2 -2
  18. package/components/droppable-slot/index.cjs +1 -1
  19. package/components/droppable-slot/index.js +2 -2
  20. package/components/edit-item/edit-item.d.ts +1 -0
  21. package/components/edit-item/index.cjs +5 -4
  22. package/components/edit-item/index.js +26 -12
  23. package/components/edit-option-action-button-group/index.cjs +1 -1
  24. package/components/edit-option-action-button-group/index.js +5 -5
  25. package/components/{edit-option-base-qePiIQWd.js → edit-option-base-CPLI5-oZ.js} +2 -2
  26. package/components/{edit-option-base-Boz7TNRZ.cjs → edit-option-base-ChZvMFLr.cjs} +1 -1
  27. package/components/edit-option-color-picker/index.cjs +10 -10
  28. package/components/edit-option-color-picker/index.js +16 -16
  29. package/components/edit-option-multi-language-field/index.cjs +1 -1
  30. package/components/edit-option-multi-language-field/index.js +2 -2
  31. package/components/edit-option-number-field/index.cjs +1 -1
  32. package/components/edit-option-number-field/index.js +2 -2
  33. package/components/edit-option-picker/index.cjs +1 -1
  34. package/components/edit-option-picker/index.js +3 -3
  35. package/components/edit-option-position-picker/index.cjs +1 -1
  36. package/components/edit-option-position-picker/index.js +2 -2
  37. package/components/edit-option-positions-number-field/index.cjs +1 -1
  38. package/components/edit-option-positions-number-field/index.js +3 -3
  39. package/components/edit-option-radio-button-group/index.cjs +1 -1
  40. package/components/edit-option-radio-button-group/index.js +3 -3
  41. package/components/edit-option-slider/index.cjs +2 -2
  42. package/components/edit-option-slider/index.js +2 -2
  43. package/components/edit-option-switch/index.cjs +2 -2
  44. package/components/edit-option-switch/index.js +3 -3
  45. package/components/edit-option-text-field/index.cjs +1 -1
  46. package/components/edit-option-text-field/index.js +2 -2
  47. package/components/filter-data-item-picker/filter-data-item-picker.d.ts +80 -0
  48. package/components/filter-data-item-picker/index.d.ts +7 -0
  49. package/components/filter-expression-picker/filter-expression-picker.d.ts +60 -0
  50. package/components/filter-expression-picker/index.d.ts +7 -0
  51. package/components/filter-group/filter-group.d.ts +39 -0
  52. package/components/filter-group/index.d.ts +7 -0
  53. package/components/filter-item/filter-item.d.ts +64 -0
  54. package/components/filter-item/index.d.ts +7 -0
  55. package/components/filter-item/stories/dataset-data-items.const.d.ts +15 -0
  56. package/components/filter-parameter-picker/filter-parameter-picker.d.ts +26 -0
  57. package/components/filter-parameter-picker/index.d.ts +7 -0
  58. package/components/filter-value-picker/filter-value-picker.d.ts +65 -0
  59. package/components/filter-value-picker/index.d.ts +7 -0
  60. package/components/filter-value-picker-datetime/filter-value-picker-datetime.d.ts +43 -0
  61. package/components/filter-value-picker-datetime/index.d.ts +7 -0
  62. package/components/filter-value-picker-hierarchy/filter-value-picker-hierarchy.d.ts +71 -0
  63. package/components/filter-value-picker-hierarchy/index.d.ts +7 -0
  64. package/components/filter-value-picker-numeric/filter-value-picker-numeric.d.ts +72 -0
  65. package/components/filter-value-picker-numeric/index.d.ts +7 -0
  66. package/components/index-B6Os866t.cjs +127 -0
  67. package/components/index-BgR4fBCA.cjs +42 -0
  68. package/components/{index-CdUTqQ3L.cjs → index-BnOOdgQZ.cjs} +3 -3
  69. package/components/{index-BH9W0QLt-DBxyzKWK.js → index-Brne8JKA.js} +84 -51
  70. package/components/{index-CXIT0cYY.js → index-Bsn3jtgt.js} +2 -2
  71. package/components/index-CAG4u31N.cjs +117 -0
  72. package/components/{index-DUO13KGl.cjs → index-CDUZyVS8.cjs} +1 -1
  73. package/components/{index-BYfDERr7.js → index-CJtXD_RI.js} +1 -1
  74. package/components/{index-Dc9c_dq-.cjs → index-CMvCwUvn.cjs} +1 -1
  75. package/components/{index-ymMEPngt.js → index-CPdcj1Bo.js} +22 -22
  76. package/components/{index-ByjLd3bT.cjs → index-CT2P9cSY.cjs} +2 -2
  77. package/components/{index-BUSWsm5N.js → index-CTxrSfyd.js} +4 -4
  78. package/components/{index-B3ve6cAj.js → index-CX0ynTHR.js} +135 -101
  79. package/components/{index-i8GaIN7i.cjs → index-CY1zprJk.cjs} +1 -1
  80. package/components/{index-CfEn3fIT.js → index-CdZDTZcN.js} +1 -1
  81. package/components/{index-aYcu00GB.js → index-DDm8p09D.js} +1 -1
  82. package/components/{index-h9T5DPIm.cjs → index-DFt-aKCN.cjs} +2 -2
  83. package/components/{index-C8IL2IZ6.js → index-DOnHTKUs.js} +2 -2
  84. package/components/{index-86cIx1Ql.cjs → index-DULisWB3.cjs} +2 -2
  85. package/components/index-DW3LXQ5Z.js +779 -0
  86. package/components/{index-CdCtJpK9.js → index-Dk2zOgvd.js} +4 -4
  87. package/components/index-DoZEESMk.cjs +217 -0
  88. package/components/{index-BVX_ozT9.js → index-Dpt_Qqgy.js} +1 -1
  89. package/components/{index-Bt5nP_6w.cjs → index-Dv1aV79F.cjs} +1 -1
  90. package/components/{index-BJVxTeoi.cjs → index-E6HaIK_Z.cjs} +2 -2
  91. package/components/{index-DEVOZNSc.cjs → index-NFKXlEm1.cjs} +1 -1
  92. package/components/{index-Bee1uunR.js → index-OuAMpMdS.js} +1 -1
  93. package/components/{index-DVAsMiOm.js → index-nP-SGD7o.js} +3 -3
  94. package/components/index.cjs +1 -1
  95. package/components/index.js +457 -54
  96. package/components/{language-resolution-8yZa5r_P-FqQChUDW.cjs → language-resolution-8yZa5r_P-CYK1IIrs.cjs} +2 -2
  97. package/components/{language-resolution-8yZa5r_P-Bn0bYosv.js → language-resolution-8yZa5r_P-Chn3SFme.js} +7 -7
  98. package/components/{luzmo-icons-BE2T8vWu.js → luzmo-icons-DxZo8BWX.js} +15 -15
  99. package/components/slot-menu/index.cjs +1 -1
  100. package/components/slot-menu/index.js +2 -2
  101. package/components/slot-menu-list/index.js +1 -1
  102. package/components/text-field-BTnBJoP9-Cwm3XQ88.cjs +147 -0
  103. package/components/text-field-BTnBJoP9-jo797Hka.js +430 -0
  104. package/components/utils.cjs +1 -1
  105. package/components/utils.js +472 -54
  106. package/custom-elements.json +4 -4
  107. package/index.d.ts +1 -0
  108. package/item-definitions/marker-map/marker-map-options.config.d.ts +1 -1
  109. package/package.json +1 -1
  110. package/utils/data-broker/index.d.ts +173 -0
  111. package/utils/data-item-types/calculate-data-item-icon.d.ts +3 -0
  112. package/utils/expressions/index.d.ts +13 -0
  113. package/utils/index.d.ts +1 -0
  114. package/utils/themes/index.d.ts +507 -0
  115. package/components/index-BH9W0QLt-Cy2sUVJ_.cjs +0 -95
  116. package/components/index-D5LI0odG.js +0 -44
  117. package/components/index-DM_2d78G.js +0 -744
  118. package/components/index-DrLPC6eG.cjs +0 -185
  119. package/components/index-iYpAy-Kg.cjs +0 -95
  120. package/components/index-w3j1USKK.cjs +0 -36
  121. package/components/index-zuArOtOt.cjs +0 -42
  122. package/components/text-field-CvKSS59x-Dn0_1HO7.js +0 -412
  123. package/components/text-field-CvKSS59x-E9LQElL4.cjs +0 -131
@@ -0,0 +1,173 @@
1
+ /**
2
+ * Configuration options for the DataBroker
3
+ */
4
+ export interface DataBrokerConfig {
5
+ apiVersion?: string;
6
+ apiUrl?: string;
7
+ authKey?: string;
8
+ authToken?: string;
9
+ staleTime?: number;
10
+ gcTime?: number;
11
+ retry?: number;
12
+ retryDelay?: (attempt: number) => number;
13
+ }
14
+ /**
15
+ * Pagination parameters for list requests
16
+ */
17
+ export interface PaginationOptions {
18
+ offset?: number;
19
+ limit?: number;
20
+ }
21
+ /**
22
+ * Pagination result metadata
23
+ */
24
+ export interface PaginationResult {
25
+ offset: number;
26
+ limit: number;
27
+ total: number;
28
+ pages: number;
29
+ }
30
+ /**
31
+ * Dataset query parameters
32
+ */
33
+ export interface DatasetQueryParams {
34
+ filter?: Record<string, any>;
35
+ sort?: Record<string, 'asc' | 'desc'>;
36
+ page?: number;
37
+ limit?: number;
38
+ columns?: string[];
39
+ }
40
+ /**
41
+ * Dataset resource
42
+ */
43
+ export interface Dataset {
44
+ id: string;
45
+ name: string;
46
+ description?: string;
47
+ createdAt?: string;
48
+ updatedAt?: string;
49
+ [key: string]: any;
50
+ }
51
+ /**
52
+ * Dataset column
53
+ */
54
+ export interface Column {
55
+ id: string;
56
+ name: string;
57
+ description?: string;
58
+ dataType: string;
59
+ category?: string;
60
+ hidden?: boolean;
61
+ [key: string]: any;
62
+ }
63
+ /**
64
+ * Performance metrics
65
+ */
66
+ export interface PerformanceMetrics {
67
+ validating: number;
68
+ preparing: number;
69
+ queuing: number;
70
+ querying: number;
71
+ processing: number;
72
+ rows: number;
73
+ }
74
+ /**
75
+ * DataBroker service for Luzmo API
76
+ * Provides methods to fetch and manipulate data from Luzmo REST API
77
+ */
78
+ export declare class DataBroker {
79
+ private apiUrl;
80
+ private apiVersion;
81
+ private authKey;
82
+ private authToken;
83
+ private queryClient;
84
+ private static instance;
85
+ constructor(config?: DataBrokerConfig);
86
+ /**
87
+ * Set API configuration
88
+ * @param config - API configuration
89
+ */
90
+ configure(config?: DataBrokerConfig): void;
91
+ /**
92
+ * Initialize network status listeners
93
+ */
94
+ private initNetworkListeners;
95
+ /**
96
+ * Get API headers
97
+ * @param additionalHeaders - Additional headers to include
98
+ * @returns Headers for API requests
99
+ */
100
+ getHeaders(additionalHeaders?: Record<string, string>): Record<string, string>;
101
+ /**
102
+ * Make API request with advanced error handling
103
+ * Default method is POST and supports an optional JSON body
104
+ * @param endpoint - API endpoint
105
+ * @param jsonBody - Optional JSON body to send with request
106
+ * @param options - Additional fetch options
107
+ * @returns API response
108
+ * @throws {Error} If API request fails
109
+ */
110
+ fetchApi<T>(endpoint: string, jsonBody?: Record<string, any> | any[], options?: RequestInit): Promise<T>;
111
+ /**
112
+ * Fetch all available datasets with pagination support
113
+ * @param options - Pagination options
114
+ * @returns Paginated list of datasets
115
+ */
116
+ fetchDatasets(options?: PaginationOptions): Promise<{
117
+ data: Dataset[];
118
+ pagination: PaginationResult;
119
+ }>;
120
+ /**
121
+ * Search datasets by name or description
122
+ * @param query - Search query
123
+ * @returns List of matching datasets
124
+ */
125
+ searchDatasets(query: string, options?: PaginationOptions): Promise<Dataset[]>;
126
+ /**
127
+ * Fetch a specific dataset by ID
128
+ * @param datasetId - Dataset ID
129
+ * @returns Dataset details
130
+ */
131
+ fetchDataset(datasetId: string): Promise<Dataset | null>;
132
+ /**
133
+ * Fetch data from a dataset with filtering
134
+ * @param datasetId - Dataset ID
135
+ * @param queryParams - Query parameters (filters, sort, etc.)
136
+ * @returns Dataset data
137
+ */
138
+ fetchData(query: {
139
+ dimensions?: any[];
140
+ measures?: any[];
141
+ where?: any[];
142
+ order?: any[];
143
+ limit?: {
144
+ by: number;
145
+ offset: number;
146
+ };
147
+ options?: any;
148
+ }): Promise<{
149
+ data: any[][];
150
+ performance: PerformanceMetrics;
151
+ }>;
152
+ /**
153
+ * Refresh all queries
154
+ */
155
+ refreshAll(): void;
156
+ /**
157
+ * Invalidate cached data for a dataset
158
+ * @param datasetId - Dataset ID (optional)
159
+ */
160
+ invalidateDatasetData(datasetId?: string): void;
161
+ /**
162
+ * Invalidate all cached data
163
+ */
164
+ invalidateAll(): void;
165
+ /**
166
+ * Create a singleton instance
167
+ * @param config - API configuration
168
+ * @returns Singleton instance
169
+ */
170
+ static getInstance(config?: DataBrokerConfig): DataBroker;
171
+ }
172
+ export declare const dataBroker: DataBroker;
173
+ export default DataBroker;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '@luzmo/icons';
2
+ import { ElementSize } from '@luzmo/lucero';
3
+ export declare const calculateDataItemIcon: (data: any, size?: ElementSize) => IconDefinition;
@@ -0,0 +1,13 @@
1
+ import { ColumnSubtype, ColumnType } from '../types/column.types';
2
+ export type RichFilterExpression = {
3
+ key: FilterExpressionKey;
4
+ name: string;
5
+ description: string;
6
+ tiny: string;
7
+ type: ColumnType[];
8
+ subtype?: ColumnSubtype[];
9
+ unit?: number;
10
+ };
11
+ export type FilterExpressionKey = '? = ?' | '? != ?' | '? in ?' | '? not in ?' | '? like ?' | '? not like ?' | '? starts with ?' | '? not starts with ?' | '? ends with ?' | '? not ends with ?' | '? < ?' | '? <= ?' | '? > ?' | '? >= ?' | '? between ?' | 'last_now' | 'last_available' | 'last_completed' | 'next_now' | 'next_full' | 'WTD' | 'MTD' | 'QTD' | 'YTD' | '? is null' | '? is not null';
12
+ export declare const filterExpressionsConfigurations: () => RichFilterExpression[];
13
+ export declare const getValidExpressions: (type?: ColumnType, subtype?: ColumnSubtype, isFormula?: boolean) => RichFilterExpression[];
package/utils/index.d.ts CHANGED
@@ -2,3 +2,4 @@ export { decomposeNumericFormat } from './formatter/decompose-numeric-format';
2
2
  export { formatter } from './formatter/formatter';
3
3
  export { localize } from './formatter/localize';
4
4
  export { switchItem } from './switch-item';
5
+ export { themes } from './themes';
@@ -0,0 +1,507 @@
1
+ export declare const themes: {
2
+ default: {
3
+ name: string;
4
+ type: string;
5
+ background: string;
6
+ itemsBackground: string;
7
+ boxShadow: {
8
+ size: string;
9
+ color: string;
10
+ };
11
+ title: {
12
+ align: string;
13
+ bold: boolean;
14
+ italic: boolean;
15
+ underline: boolean;
16
+ border: boolean;
17
+ };
18
+ font: {
19
+ fontFamily: string;
20
+ 'font-style': string;
21
+ 'font-weight': number;
22
+ fontSize: number;
23
+ };
24
+ colors: string[];
25
+ borders: {
26
+ 'border-color': string;
27
+ 'border-style': string;
28
+ 'border-radius': string;
29
+ 'border-top-width': string;
30
+ 'border-left-width': string;
31
+ 'border-right-width': string;
32
+ 'border-bottom-width': string;
33
+ };
34
+ margins: number[];
35
+ mainColor: string;
36
+ axis: {};
37
+ legend: {
38
+ type: string;
39
+ };
40
+ tooltip: {
41
+ background: string;
42
+ };
43
+ itemSpecific: {
44
+ rounding: number;
45
+ padding: number;
46
+ };
47
+ };
48
+ default_dark: {
49
+ name: string;
50
+ background: string;
51
+ itemsBackground: string;
52
+ colors: string[];
53
+ mainColor: string;
54
+ tooltip: {
55
+ background: string;
56
+ };
57
+ type: string;
58
+ boxShadow: {
59
+ size: string;
60
+ color: string;
61
+ };
62
+ title: {
63
+ align: string;
64
+ bold: boolean;
65
+ italic: boolean;
66
+ underline: boolean;
67
+ border: boolean;
68
+ };
69
+ font: {
70
+ fontFamily: string;
71
+ 'font-style': string;
72
+ 'font-weight': number;
73
+ fontSize: number;
74
+ };
75
+ borders: {
76
+ 'border-color': string;
77
+ 'border-style': string;
78
+ 'border-radius': string;
79
+ 'border-top-width': string;
80
+ 'border-left-width': string;
81
+ 'border-right-width': string;
82
+ 'border-bottom-width': string;
83
+ };
84
+ margins: number[];
85
+ axis: {};
86
+ legend: {
87
+ type: string;
88
+ };
89
+ itemSpecific: {
90
+ rounding: number;
91
+ padding: number;
92
+ };
93
+ };
94
+ vivid: {
95
+ name: string;
96
+ background: string;
97
+ itemsBackground: string;
98
+ title: {
99
+ align: string;
100
+ bold: boolean;
101
+ italic: boolean;
102
+ underline: boolean;
103
+ border: boolean;
104
+ };
105
+ margins: number[];
106
+ mainColor: string;
107
+ legend: {
108
+ type: string;
109
+ };
110
+ tooltip: {};
111
+ colors: string[];
112
+ font: {
113
+ fontFamily: string;
114
+ fontSize: number;
115
+ };
116
+ type: string;
117
+ boxShadow: {
118
+ size: string;
119
+ color: string;
120
+ };
121
+ borders: {
122
+ 'border-color': string;
123
+ 'border-style': string;
124
+ 'border-radius': string;
125
+ 'border-top-width': string;
126
+ 'border-left-width': string;
127
+ 'border-right-width': string;
128
+ 'border-bottom-width': string;
129
+ };
130
+ axis: {};
131
+ itemSpecific: {
132
+ rounding: number;
133
+ padding: number;
134
+ };
135
+ };
136
+ seasonal: {
137
+ name: string;
138
+ background: string;
139
+ itemsBackground: string;
140
+ title: {
141
+ align: string;
142
+ bold: boolean;
143
+ italic: boolean;
144
+ underline: boolean;
145
+ border: boolean;
146
+ };
147
+ editModeBackground: string;
148
+ borders: {
149
+ 'border-color': string;
150
+ 'border-style': string;
151
+ 'border-radius': string;
152
+ 'border-top-width': string;
153
+ 'border-left-width': string;
154
+ 'border-right-width': string;
155
+ 'border-bottom-width': string;
156
+ };
157
+ margins: number[];
158
+ mainColor: string;
159
+ tooltip: {};
160
+ colors: string[];
161
+ font: {
162
+ fontFamily: string;
163
+ fontSize: number;
164
+ };
165
+ type: string;
166
+ boxShadow: {
167
+ size: string;
168
+ color: string;
169
+ };
170
+ axis: {};
171
+ legend: {
172
+ type: string;
173
+ };
174
+ itemSpecific: {
175
+ rounding: number;
176
+ padding: number;
177
+ };
178
+ };
179
+ orion: {
180
+ name: string;
181
+ background: string;
182
+ itemsBackground: string;
183
+ boxShadow: {
184
+ size: string;
185
+ color: string;
186
+ };
187
+ title: {
188
+ align: string;
189
+ bold: boolean;
190
+ italic: boolean;
191
+ underline: boolean;
192
+ border: boolean;
193
+ };
194
+ borders: {
195
+ 'border-color': string;
196
+ 'border-style': string;
197
+ 'border-radius': string;
198
+ 'border-top-width': string;
199
+ 'border-left-width': string;
200
+ 'border-right-width': string;
201
+ 'border-bottom-width': string;
202
+ };
203
+ mainColor: string;
204
+ legend: {
205
+ type: string;
206
+ };
207
+ colors: string[];
208
+ font: {
209
+ fontFamily: string;
210
+ fontSize: number;
211
+ };
212
+ type: string;
213
+ margins: number[];
214
+ axis: {};
215
+ tooltip: {
216
+ background: string;
217
+ };
218
+ itemSpecific: {
219
+ rounding: number;
220
+ padding: number;
221
+ };
222
+ };
223
+ royale: {
224
+ name: string;
225
+ background: string;
226
+ itemsBackground: string;
227
+ boxShadow: {
228
+ size: string;
229
+ color: string;
230
+ };
231
+ title: {
232
+ align: string;
233
+ bold: boolean;
234
+ italic: boolean;
235
+ underline: boolean;
236
+ border: boolean;
237
+ };
238
+ borders: {
239
+ 'border-radius': string;
240
+ };
241
+ margins: number[];
242
+ mainColor: string;
243
+ legend: {
244
+ type: string;
245
+ };
246
+ tooltip: {};
247
+ colors: string[];
248
+ font: {
249
+ fontFamily: string;
250
+ fontSize: number;
251
+ };
252
+ type: string;
253
+ axis: {};
254
+ itemSpecific: {
255
+ rounding: number;
256
+ padding: number;
257
+ };
258
+ };
259
+ urban: {
260
+ name: string;
261
+ background: string;
262
+ itemsBackground: string;
263
+ title: {
264
+ align: string;
265
+ bold: boolean;
266
+ italic: boolean;
267
+ underline: boolean;
268
+ border: boolean;
269
+ };
270
+ margins: number[];
271
+ mainColor: string;
272
+ legend: {
273
+ type: string;
274
+ };
275
+ colors: string[];
276
+ font: {
277
+ fontFamily: string;
278
+ fontSize: number;
279
+ };
280
+ type: string;
281
+ boxShadow: {
282
+ size: string;
283
+ color: string;
284
+ };
285
+ borders: {
286
+ 'border-color': string;
287
+ 'border-style': string;
288
+ 'border-radius': string;
289
+ 'border-top-width': string;
290
+ 'border-left-width': string;
291
+ 'border-right-width': string;
292
+ 'border-bottom-width': string;
293
+ };
294
+ axis: {};
295
+ tooltip: {
296
+ background: string;
297
+ };
298
+ itemSpecific: {
299
+ rounding: number;
300
+ padding: number;
301
+ };
302
+ };
303
+ pinky: {
304
+ name: string;
305
+ background: string;
306
+ itemsBackground: string;
307
+ title: {
308
+ align: string;
309
+ bold: boolean;
310
+ italic: boolean;
311
+ underline: boolean;
312
+ border: boolean;
313
+ };
314
+ borders: {
315
+ 'border-color': string;
316
+ 'border-style': string;
317
+ 'border-radius': string;
318
+ 'border-top-width': string;
319
+ 'border-left-width': string;
320
+ 'border-right-width': string;
321
+ 'border-bottom-width': string;
322
+ };
323
+ margins: number[];
324
+ mainColor: string;
325
+ legend: {
326
+ type: string;
327
+ };
328
+ tooltip: {};
329
+ colors: string[];
330
+ font: {
331
+ fontFamily: string;
332
+ fontSize: number;
333
+ };
334
+ type: string;
335
+ boxShadow: {
336
+ size: string;
337
+ color: string;
338
+ };
339
+ axis: {};
340
+ itemSpecific: {
341
+ rounding: number;
342
+ padding: number;
343
+ };
344
+ };
345
+ bliss: {
346
+ name: string;
347
+ background: string;
348
+ itemsBackground: string;
349
+ boxShadow: {
350
+ size: string;
351
+ color: string;
352
+ };
353
+ title: {
354
+ align: string;
355
+ bold: boolean;
356
+ italic: boolean;
357
+ underline: boolean;
358
+ border: boolean;
359
+ };
360
+ editModeBackground: string;
361
+ borders: {
362
+ 'border-color': string;
363
+ 'border-style': string;
364
+ 'border-radius': string;
365
+ 'border-top-width': string;
366
+ 'border-left-width': string;
367
+ 'border-right-width': string;
368
+ 'border-bottom-width': string;
369
+ };
370
+ margins: number[];
371
+ mainColor: string;
372
+ axis: {};
373
+ legend: {
374
+ type: string;
375
+ };
376
+ tooltip: {};
377
+ colors: string[];
378
+ font: {
379
+ fontFamily: string;
380
+ fontSize: number;
381
+ };
382
+ type: string;
383
+ itemSpecific: {
384
+ rounding: number;
385
+ padding: number;
386
+ };
387
+ };
388
+ radiant: {
389
+ name: string;
390
+ background: string;
391
+ itemsBackground: string;
392
+ title: {
393
+ align: string;
394
+ bold: boolean;
395
+ italic: boolean;
396
+ underline: boolean;
397
+ border: boolean;
398
+ };
399
+ borders: {
400
+ 'border-color': string;
401
+ 'border-style': string;
402
+ 'border-radius': string;
403
+ 'border-top-width': string;
404
+ 'border-left-width': string;
405
+ 'border-right-width': string;
406
+ 'border-bottom-width': string;
407
+ };
408
+ margins: number[];
409
+ mainColor: string;
410
+ legend: {
411
+ type: string;
412
+ };
413
+ tooltip: {};
414
+ colors: string[];
415
+ font: {
416
+ fontFamily: string;
417
+ fontSize: number;
418
+ };
419
+ type: string;
420
+ boxShadow: {
421
+ size: string;
422
+ color: string;
423
+ };
424
+ axis: {};
425
+ itemSpecific: {
426
+ rounding: number;
427
+ padding: number;
428
+ };
429
+ };
430
+ classic: {
431
+ name: string;
432
+ background: string;
433
+ itemsBackground: string;
434
+ title: {
435
+ align: string;
436
+ bold: boolean;
437
+ italic: boolean;
438
+ underline: boolean;
439
+ border: boolean;
440
+ };
441
+ editModeBackground: string;
442
+ borders: {
443
+ 'border-color': string;
444
+ 'border-style': string;
445
+ 'border-radius': string;
446
+ 'border-top-width': string;
447
+ 'border-left-width': string;
448
+ 'border-right-width': string;
449
+ 'border-bottom-width': string;
450
+ };
451
+ margins: number[];
452
+ mainColor: string;
453
+ legend: {
454
+ type: string;
455
+ };
456
+ tooltip: {};
457
+ colors: string[];
458
+ font: {
459
+ fontFamily: string;
460
+ fontSize: number;
461
+ };
462
+ type: string;
463
+ boxShadow: {
464
+ size: string;
465
+ color: string;
466
+ };
467
+ axis: {};
468
+ itemSpecific: {
469
+ rounding: number;
470
+ padding: number;
471
+ };
472
+ };
473
+ classic_dark: {
474
+ name: string;
475
+ background: string;
476
+ itemsBackground: string;
477
+ title: {
478
+ align: string;
479
+ bold: boolean;
480
+ italic: boolean;
481
+ underline: boolean;
482
+ border: boolean;
483
+ };
484
+ borders: {};
485
+ margins: number[];
486
+ mainColor: string;
487
+ legend: {
488
+ type: string;
489
+ };
490
+ tooltip: {};
491
+ colors: string[];
492
+ font: {
493
+ fontFamily: string;
494
+ fontSize: number;
495
+ };
496
+ type: string;
497
+ boxShadow: {
498
+ size: string;
499
+ color: string;
500
+ };
501
+ axis: {};
502
+ itemSpecific: {
503
+ rounding: number;
504
+ padding: number;
505
+ };
506
+ };
507
+ };