@prismiq/react 0.1.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 (82) hide show
  1. package/README.md +88 -0
  2. package/dist/CustomSQLEditor-BXB4rf1q.d.cts +1297 -0
  3. package/dist/CustomSQLEditor-DYeId0Gp.d.ts +1297 -0
  4. package/dist/DashboardDialog-B3vYC5Gs.d.ts +1106 -0
  5. package/dist/DashboardDialog-LHmrtNQU.d.cts +1106 -0
  6. package/dist/accessibility-2yy5yqRR.d.cts +145 -0
  7. package/dist/accessibility-2yy5yqRR.d.ts +145 -0
  8. package/dist/charts/index.cjs +110 -0
  9. package/dist/charts/index.cjs.map +1 -0
  10. package/dist/charts/index.d.cts +2 -0
  11. package/dist/charts/index.d.ts +2 -0
  12. package/dist/charts/index.js +5 -0
  13. package/dist/charts/index.js.map +1 -0
  14. package/dist/chunk-2H5WTH4K.js +2409 -0
  15. package/dist/chunk-2H5WTH4K.js.map +1 -0
  16. package/dist/chunk-4AVL6GQK.cjs +470 -0
  17. package/dist/chunk-4AVL6GQK.cjs.map +1 -0
  18. package/dist/chunk-EX74SI67.js +455 -0
  19. package/dist/chunk-EX74SI67.js.map +1 -0
  20. package/dist/chunk-FEABEF3J.cjs +7543 -0
  21. package/dist/chunk-FEABEF3J.cjs.map +1 -0
  22. package/dist/chunk-JTCBZDHY.js +126 -0
  23. package/dist/chunk-JTCBZDHY.js.map +1 -0
  24. package/dist/chunk-LMTG3LRC.cjs +326 -0
  25. package/dist/chunk-LMTG3LRC.cjs.map +1 -0
  26. package/dist/chunk-MDXGGZSW.cjs +273 -0
  27. package/dist/chunk-MDXGGZSW.cjs.map +1 -0
  28. package/dist/chunk-MOAEEF5P.js +7510 -0
  29. package/dist/chunk-MOAEEF5P.js.map +1 -0
  30. package/dist/chunk-NK7HKX2J.cjs +2459 -0
  31. package/dist/chunk-NK7HKX2J.cjs.map +1 -0
  32. package/dist/chunk-NY6TZLST.cjs +8781 -0
  33. package/dist/chunk-NY6TZLST.cjs.map +1 -0
  34. package/dist/chunk-T6STUE7E.js +321 -0
  35. package/dist/chunk-T6STUE7E.js.map +1 -0
  36. package/dist/chunk-TRW7DKLP.cjs +141 -0
  37. package/dist/chunk-TRW7DKLP.cjs.map +1 -0
  38. package/dist/chunk-UPYINBZU.js +8706 -0
  39. package/dist/chunk-UPYINBZU.js.map +1 -0
  40. package/dist/chunk-WWTT2OJ5.js +246 -0
  41. package/dist/chunk-WWTT2OJ5.js.map +1 -0
  42. package/dist/components/index.cjs +222 -0
  43. package/dist/components/index.cjs.map +1 -0
  44. package/dist/components/index.d.cts +207 -0
  45. package/dist/components/index.d.ts +207 -0
  46. package/dist/components/index.js +5 -0
  47. package/dist/components/index.js.map +1 -0
  48. package/dist/dashboard/index.cjs +140 -0
  49. package/dist/dashboard/index.cjs.map +1 -0
  50. package/dist/dashboard/index.d.cts +302 -0
  51. package/dist/dashboard/index.d.ts +302 -0
  52. package/dist/dashboard/index.js +7 -0
  53. package/dist/dashboard/index.js.map +1 -0
  54. package/dist/export/index.cjs +32 -0
  55. package/dist/export/index.cjs.map +1 -0
  56. package/dist/export/index.d.cts +197 -0
  57. package/dist/export/index.d.ts +197 -0
  58. package/dist/export/index.js +3 -0
  59. package/dist/export/index.js.map +1 -0
  60. package/dist/index-C-Qcuu4Y.d.cts +821 -0
  61. package/dist/index-rPc7ijt8.d.ts +821 -0
  62. package/dist/index.cjs +1486 -0
  63. package/dist/index.cjs.map +1 -0
  64. package/dist/index.d.cts +1435 -0
  65. package/dist/index.d.ts +1435 -0
  66. package/dist/index.js +926 -0
  67. package/dist/index.js.map +1 -0
  68. package/dist/ssr/index.cjs +64 -0
  69. package/dist/ssr/index.cjs.map +1 -0
  70. package/dist/ssr/index.d.cts +213 -0
  71. package/dist/ssr/index.d.ts +213 -0
  72. package/dist/ssr/index.js +3 -0
  73. package/dist/ssr/index.js.map +1 -0
  74. package/dist/types-WrCbOeAV.d.cts +569 -0
  75. package/dist/types-WrCbOeAV.d.ts +569 -0
  76. package/dist/utils/index.cjs +64 -0
  77. package/dist/utils/index.cjs.map +1 -0
  78. package/dist/utils/index.d.cts +112 -0
  79. package/dist/utils/index.d.ts +112 -0
  80. package/dist/utils/index.js +3 -0
  81. package/dist/utils/index.js.map +1 -0
  82. package/package.json +110 -0
@@ -0,0 +1,569 @@
1
+ /**
2
+ * Prismiq TypeScript type definitions.
3
+ *
4
+ * These types match the Python backend exactly (snake_case field names).
5
+ * Keep in sync with packages/python/prismiq/types.py
6
+ */
7
+ /**
8
+ * Schema information for a single database column.
9
+ */
10
+ interface ColumnSchema {
11
+ /** Column name. */
12
+ name: string;
13
+ /** PostgreSQL data type (e.g., 'integer', 'character varying'). */
14
+ data_type: string;
15
+ /** Whether the column allows NULL values. */
16
+ is_nullable: boolean;
17
+ /** Whether this column is part of the primary key. */
18
+ is_primary_key: boolean;
19
+ /** Default value expression, if any. */
20
+ default_value: string | null;
21
+ }
22
+ /**
23
+ * Schema information for a database table.
24
+ */
25
+ interface TableSchema {
26
+ /** Table name. */
27
+ name: string;
28
+ /** Database schema (namespace) containing the table. */
29
+ schema_name: string;
30
+ /** List of columns in the table. */
31
+ columns: ColumnSchema[];
32
+ /** Approximate row count (from pg_class.reltuples). Undefined if not fetched. */
33
+ row_count?: number;
34
+ }
35
+ /**
36
+ * Foreign key relationship between two tables.
37
+ */
38
+ interface Relationship {
39
+ /** Name of the table containing the foreign key. */
40
+ from_table: string;
41
+ /** Column name in the from_table. */
42
+ from_column: string;
43
+ /** Name of the referenced table. */
44
+ to_table: string;
45
+ /** Column name in the to_table (usually primary key). */
46
+ to_column: string;
47
+ }
48
+ /**
49
+ * Complete schema for an exposed database.
50
+ */
51
+ interface DatabaseSchema {
52
+ /** List of exposed tables. */
53
+ tables: TableSchema[];
54
+ /** Foreign key relationships between tables. */
55
+ relationships: Relationship[];
56
+ }
57
+ /**
58
+ * A table reference in a query.
59
+ */
60
+ interface QueryTable {
61
+ /** Unique identifier for this table in the query (e.g., 't1', 't2'). */
62
+ id: string;
63
+ /** Actual table name in the database. */
64
+ name: string;
65
+ /** Optional alias for the table in the query. */
66
+ alias?: string;
67
+ }
68
+ /**
69
+ * SQL join types.
70
+ */
71
+ type JoinType = 'INNER' | 'LEFT' | 'RIGHT' | 'FULL';
72
+ /**
73
+ * Definition of a join between two tables.
74
+ */
75
+ interface JoinDefinition {
76
+ /** ID of the left table in the join. */
77
+ from_table_id: string;
78
+ /** Column name in the left table. */
79
+ from_column: string;
80
+ /** ID of the right table in the join. */
81
+ to_table_id: string;
82
+ /** Column name in the right table. */
83
+ to_column: string;
84
+ /** Type of join to perform. */
85
+ join_type: JoinType;
86
+ }
87
+ /**
88
+ * SQL aggregation functions.
89
+ */
90
+ type AggregationType = 'none' | 'sum' | 'avg' | 'count' | 'count_distinct' | 'min' | 'max';
91
+ /**
92
+ * Date truncation intervals for date/timestamp columns.
93
+ */
94
+ type DateTruncInterval = 'year' | 'quarter' | 'month' | 'week' | 'day';
95
+ /**
96
+ * A column to select in a query.
97
+ */
98
+ interface ColumnSelection {
99
+ /** ID of the table containing the column. */
100
+ table_id: string;
101
+ /** Column name. */
102
+ column: string;
103
+ /** Aggregation function to apply. */
104
+ aggregation: AggregationType;
105
+ /** Optional alias for the result column. */
106
+ alias?: string;
107
+ /** Date truncation unit for date/timestamp columns. */
108
+ date_trunc?: DateTruncInterval;
109
+ }
110
+ /**
111
+ * SQL filter operators.
112
+ */
113
+ type FilterOperator = 'eq' | 'neq' | 'gt' | 'gte' | 'lt' | 'lte' | 'in_' | 'not_in' | 'in_or_null' | 'like' | 'ilike' | 'not_like' | 'not_ilike' | 'between' | 'is_null' | 'is_not_null';
114
+ /**
115
+ * A filter condition in a query.
116
+ *
117
+ * Value types:
118
+ * - Single value for eq, neq, gt, gte, lt, lte, like, ilike, not_like, not_ilike
119
+ * - Array for in_, not_in, in_or_null
120
+ * - [min, max] tuple for between
121
+ * - null/undefined for is_null, is_not_null
122
+ */
123
+ interface FilterDefinition {
124
+ /** ID of the table containing the column to filter. */
125
+ table_id: string;
126
+ /** Column name to filter on. */
127
+ column: string;
128
+ /** Filter operator. */
129
+ operator: FilterOperator;
130
+ /** Value(s) for the filter. */
131
+ value?: unknown;
132
+ }
133
+ /**
134
+ * SQL sort directions.
135
+ */
136
+ type SortDirection = 'ASC' | 'DESC';
137
+ /**
138
+ * A sort order definition.
139
+ */
140
+ interface SortDefinition {
141
+ /** ID of the table containing the column to sort by. */
142
+ table_id: string;
143
+ /** Column name to sort by. */
144
+ column: string;
145
+ /** Sort direction. */
146
+ direction: SortDirection;
147
+ }
148
+ /**
149
+ * A group by column definition.
150
+ */
151
+ interface GroupByDefinition {
152
+ /** ID of the table containing the column. */
153
+ table_id: string;
154
+ /** Column name to group by. */
155
+ column: string;
156
+ }
157
+ /**
158
+ * A calculated field definition with an expression.
159
+ *
160
+ * Calculated fields allow defining computed columns using expressions
161
+ * that can reference other columns and calculated fields.
162
+ */
163
+ interface CalculatedField {
164
+ /** Name of the calculated field. */
165
+ name: string;
166
+ /**
167
+ * Expression defining the calculation.
168
+ * Uses a SQL-like expression language with functions like:
169
+ * - if(condition, true_val, false_val)
170
+ * - sum(expr), avg(expr), count(expr)
171
+ * - year(date), month(date), today()
172
+ * - Field references: [field_name]
173
+ */
174
+ expression: string;
175
+ /** Data type of the result: 'number', 'string', 'date', 'boolean'. */
176
+ data_type?: string;
177
+ }
178
+ /**
179
+ * Time series interval options for date bucketing.
180
+ * Reuses DateTruncInterval since both represent the same concept.
181
+ */
182
+ type TimeSeriesInterval = DateTruncInterval;
183
+ /**
184
+ * Time series configuration for date-based charts.
185
+ *
186
+ * Enables automatic date bucketing and gap filling for continuous
187
+ * time series data visualization.
188
+ */
189
+ interface TimeSeriesConfig {
190
+ /** ID of the table containing the date column. */
191
+ table_id: string;
192
+ /** Column name of the date/timestamp field. */
193
+ date_column: string;
194
+ /** Time bucket interval for grouping. */
195
+ interval: TimeSeriesInterval;
196
+ /** Whether to fill missing time buckets with a default value. */
197
+ fill_missing?: boolean;
198
+ /** Value to use when filling missing buckets (default: 0). */
199
+ fill_value?: number;
200
+ /** Optional alias for the bucketed date column. */
201
+ alias?: string;
202
+ }
203
+ /**
204
+ * Complete query definition.
205
+ */
206
+ interface QueryDefinition {
207
+ /** Tables used in the query. */
208
+ tables: QueryTable[];
209
+ /** Join definitions between tables. */
210
+ joins?: JoinDefinition[];
211
+ /** Columns to select. */
212
+ columns: ColumnSelection[];
213
+ /** Filter conditions. */
214
+ filters?: FilterDefinition[];
215
+ /** Explicit group by columns. If empty and aggregations are present, will be auto-derived. */
216
+ group_by?: GroupByDefinition[];
217
+ /** Sort order. */
218
+ order_by?: SortDefinition[];
219
+ /** Maximum number of rows to return. */
220
+ limit?: number;
221
+ /** Number of rows to skip. */
222
+ offset?: number;
223
+ /** Calculated field definitions. These fields can be referenced in columns, filters, etc. */
224
+ calculated_fields?: CalculatedField[];
225
+ /** Time series configuration for automatic date bucketing and gap filling. */
226
+ time_series?: TimeSeriesConfig;
227
+ }
228
+ /**
229
+ * Result of executing a query.
230
+ */
231
+ interface QueryResult {
232
+ /** Column names in the result. */
233
+ columns: string[];
234
+ /** PostgreSQL data types for each column. */
235
+ column_types: string[];
236
+ /** Result rows as a list of lists. */
237
+ rows: unknown[][];
238
+ /** Number of rows returned. */
239
+ row_count: number;
240
+ /** Whether the result was truncated due to row limit. */
241
+ truncated: boolean;
242
+ /** Query execution time in milliseconds. */
243
+ execution_time_ms: number;
244
+ /** Unix timestamp when result was cached (undefined if not from cache). */
245
+ cached_at?: number;
246
+ /** Whether this result came from cache. */
247
+ is_from_cache?: boolean;
248
+ }
249
+ /**
250
+ * Result of query validation.
251
+ */
252
+ interface ValidationResult {
253
+ /** Whether the query is valid. */
254
+ valid: boolean;
255
+ /** List of validation errors, if any. */
256
+ errors: string[];
257
+ }
258
+ /**
259
+ * Widget types available in Prismiq.
260
+ */
261
+ declare enum WidgetType {
262
+ METRIC = "metric",
263
+ BAR_CHART = "bar_chart",
264
+ LINE_CHART = "line_chart",
265
+ AREA_CHART = "area_chart",
266
+ PIE_CHART = "pie_chart",
267
+ SCATTER_CHART = "scatter_chart",
268
+ TABLE = "table",
269
+ TEXT = "text"
270
+ }
271
+ /**
272
+ * Widget position on the dashboard grid.
273
+ */
274
+ interface WidgetPosition {
275
+ /** X coordinate (column). */
276
+ x: number;
277
+ /** Y coordinate (row). */
278
+ y: number;
279
+ /** Width in columns. */
280
+ w: number;
281
+ /** Height in rows. */
282
+ h: number;
283
+ }
284
+ /**
285
+ * Widget display configuration.
286
+ */
287
+ interface WidgetConfig {
288
+ /** X-axis column for charts. */
289
+ xAxis?: string;
290
+ /** Y-axis column for charts. */
291
+ yAxis?: string;
292
+ /** Value column for metrics. */
293
+ valueColumn?: string;
294
+ /** Number format for metrics. */
295
+ format?: 'number' | 'currency' | 'percent' | 'compact';
296
+ /** Show trend indicator for metrics. */
297
+ showTrend?: boolean;
298
+ /** Chart orientation. */
299
+ orientation?: 'vertical' | 'horizontal';
300
+ /** Stack bars. */
301
+ stacked?: boolean;
302
+ /** Show data points. */
303
+ showPoints?: boolean;
304
+ /** Donut style for pie charts. */
305
+ donut?: boolean;
306
+ /** Striped rows for tables. */
307
+ striped?: boolean;
308
+ /** Allow column sorting for tables. */
309
+ sortable?: boolean;
310
+ /** Rows per page for tables. */
311
+ pageSize?: number;
312
+ /** Text content for text widgets. */
313
+ content?: string;
314
+ /** Additional config options. */
315
+ [key: string]: unknown;
316
+ }
317
+ /**
318
+ * A widget on a dashboard.
319
+ */
320
+ interface Widget {
321
+ /** Unique widget ID. */
322
+ id: string;
323
+ /** Widget type. */
324
+ type: WidgetType;
325
+ /** Widget title. */
326
+ title: string;
327
+ /** Query definition for data widgets. */
328
+ query: QueryDefinition | null;
329
+ /** Position on the dashboard grid. */
330
+ position: WidgetPosition;
331
+ /** Display configuration. */
332
+ config: WidgetConfig;
333
+ /** Creation timestamp. */
334
+ created_at: string;
335
+ /** Last update timestamp. */
336
+ updated_at: string;
337
+ }
338
+ /**
339
+ * Data for creating a new widget.
340
+ */
341
+ interface WidgetCreate {
342
+ /** Widget type. */
343
+ type: WidgetType;
344
+ /** Widget title. */
345
+ title: string;
346
+ /** Query definition for data widgets. */
347
+ query?: QueryDefinition | null;
348
+ /** Position on the dashboard grid. */
349
+ position: WidgetPosition;
350
+ /** Display configuration. */
351
+ config?: WidgetConfig;
352
+ }
353
+ /**
354
+ * Data for updating a widget.
355
+ */
356
+ interface WidgetUpdate {
357
+ /** Widget title. */
358
+ title?: string;
359
+ /** Query definition. */
360
+ query?: QueryDefinition | null;
361
+ /** Position on the grid. */
362
+ position?: WidgetPosition;
363
+ /** Display configuration. */
364
+ config?: WidgetConfig;
365
+ }
366
+ /**
367
+ * Dashboard filter types.
368
+ */
369
+ declare enum DashboardFilterType {
370
+ TEXT = "text",
371
+ SELECT = "select",
372
+ MULTI_SELECT = "multi_select",
373
+ DATE = "date",
374
+ DATE_RANGE = "date_range",
375
+ NUMBER = "number",
376
+ NUMBER_RANGE = "number_range"
377
+ }
378
+ /**
379
+ * A filter on a dashboard.
380
+ */
381
+ interface DashboardFilter {
382
+ /** Unique filter ID. */
383
+ id: string;
384
+ /** Filter type. */
385
+ type: DashboardFilterType;
386
+ /** Filter label. */
387
+ label: string;
388
+ /** Column to filter on. */
389
+ column: string;
390
+ /** Table containing the column. */
391
+ table_id: string;
392
+ /** Default value. */
393
+ default_value?: unknown;
394
+ }
395
+ /**
396
+ * Dashboard layout options.
397
+ */
398
+ interface DashboardLayout {
399
+ /** Number of columns in the grid. */
400
+ columns?: number;
401
+ /** Row height in pixels. */
402
+ row_height?: number;
403
+ }
404
+ /**
405
+ * A dashboard.
406
+ */
407
+ interface Dashboard {
408
+ /** Unique dashboard ID. */
409
+ id: string;
410
+ /** Dashboard name. */
411
+ name: string;
412
+ /** Dashboard description. */
413
+ description: string | null;
414
+ /** Owner user ID. */
415
+ owner_id: string | null;
416
+ /** Whether the dashboard is public. */
417
+ is_public: boolean;
418
+ /** List of user IDs with view access. */
419
+ allowed_viewers: string[];
420
+ /** Widgets on the dashboard. */
421
+ widgets: Widget[];
422
+ /** Dashboard filters. */
423
+ filters: DashboardFilter[];
424
+ /** Layout configuration. */
425
+ layout: DashboardLayout;
426
+ /** Creation timestamp. */
427
+ created_at: string;
428
+ /** Last update timestamp. */
429
+ updated_at: string;
430
+ }
431
+ /**
432
+ * Data for creating a new dashboard.
433
+ */
434
+ interface DashboardCreate {
435
+ /** Dashboard name. */
436
+ name: string;
437
+ /** Dashboard description. */
438
+ description?: string;
439
+ /** Layout configuration. */
440
+ layout?: DashboardLayout;
441
+ }
442
+ /**
443
+ * Data for updating a dashboard.
444
+ */
445
+ interface DashboardUpdate {
446
+ /** Dashboard name. */
447
+ name?: string;
448
+ /** Dashboard description. */
449
+ description?: string | null;
450
+ /** Whether the dashboard is public. */
451
+ is_public?: boolean;
452
+ /** List of user IDs with view access. */
453
+ allowed_viewers?: string[];
454
+ /** Dashboard filters. */
455
+ filters?: DashboardFilter[];
456
+ /** Layout configuration. */
457
+ layout?: DashboardLayout;
458
+ }
459
+ /**
460
+ * Position update for a widget.
461
+ */
462
+ interface WidgetPositionUpdate {
463
+ /** Widget ID. */
464
+ widget_id: string;
465
+ /** New position. */
466
+ position: WidgetPosition;
467
+ }
468
+ /**
469
+ * A saved query for reuse across dashboards.
470
+ */
471
+ interface SavedQuery {
472
+ /** Unique saved query ID. */
473
+ id: string;
474
+ /** Query name. */
475
+ name: string;
476
+ /** Query description. */
477
+ description: string | null;
478
+ /** The query definition. */
479
+ query: QueryDefinition;
480
+ /** Tenant ID for multi-tenancy. */
481
+ tenant_id: string;
482
+ /** Owner user ID. */
483
+ owner_id: string | null;
484
+ /** Whether the query is shared with all users. */
485
+ is_shared: boolean;
486
+ /** Creation timestamp. */
487
+ created_at: string | null;
488
+ /** Last update timestamp. */
489
+ updated_at: string | null;
490
+ }
491
+ /**
492
+ * Data for creating a saved query.
493
+ */
494
+ interface SavedQueryCreate {
495
+ /** Query name. */
496
+ name: string;
497
+ /** Query description. */
498
+ description?: string | null;
499
+ /** The query definition. */
500
+ query: QueryDefinition;
501
+ /** Whether to share with all users. */
502
+ is_shared?: boolean;
503
+ }
504
+ /**
505
+ * Data for updating a saved query.
506
+ */
507
+ interface SavedQueryUpdate {
508
+ /** Query name. */
509
+ name?: string;
510
+ /** Query description. */
511
+ description?: string | null;
512
+ /** The query definition. */
513
+ query?: QueryDefinition;
514
+ /** Whether to share with all users. */
515
+ is_shared?: boolean;
516
+ }
517
+ /**
518
+ * Request for executing raw SQL.
519
+ */
520
+ interface ExecuteSQLRequest {
521
+ /** Raw SQL query (SELECT only). */
522
+ sql: string;
523
+ /** Optional named parameters for the query. */
524
+ params?: Record<string, unknown>;
525
+ }
526
+ /**
527
+ * Result of SQL validation.
528
+ */
529
+ interface SQLValidationResult {
530
+ /** Whether the SQL is valid. */
531
+ valid: boolean;
532
+ /** List of validation errors (empty if valid). */
533
+ errors: string[];
534
+ /** List of tables referenced in the query. */
535
+ tables: string[];
536
+ }
537
+ /**
538
+ * A pinned dashboard entry.
539
+ */
540
+ interface PinnedDashboard {
541
+ /** Unique pin ID. */
542
+ id: string;
543
+ /** Dashboard ID that is pinned. */
544
+ dashboard_id: string;
545
+ /** Context the dashboard is pinned to (e.g., "accounts", "dashboard"). */
546
+ context: string;
547
+ /** Position in the pinned list (0-based). */
548
+ position: number;
549
+ /** Timestamp when the dashboard was pinned. */
550
+ pinned_at: string;
551
+ }
552
+ /**
553
+ * Response from getting pinned dashboards for a context.
554
+ */
555
+ interface PinnedDashboardsResponse {
556
+ /** List of pinned dashboards, ordered by position. */
557
+ dashboards: Dashboard[];
558
+ /** Pin metadata for each dashboard. */
559
+ pins: PinnedDashboard[];
560
+ }
561
+ /**
562
+ * Response from getting contexts where a dashboard is pinned.
563
+ */
564
+ interface DashboardPinContextsResponse {
565
+ /** List of context names where the dashboard is pinned. */
566
+ contexts: string[];
567
+ }
568
+
569
+ export type { AggregationType as A, CalculatedField as C, DatabaseSchema as D, ExecuteSQLRequest as E, FilterOperator as F, GroupByDefinition as G, JoinDefinition as J, PinnedDashboard as P, QueryResult as Q, Relationship as R, SQLValidationResult as S, TimeSeriesConfig as T, ValidationResult as V, WidgetCreate as W, QueryDefinition as a, QueryTable as b, TableSchema as c, Dashboard as d, DashboardCreate as e, DashboardUpdate as f, Widget as g, WidgetUpdate as h, WidgetPositionUpdate as i, SavedQuery as j, SavedQueryCreate as k, SavedQueryUpdate as l, PinnedDashboardsResponse as m, WidgetPosition as n, ColumnSchema as o, JoinType as p, ColumnSelection as q, FilterDefinition as r, SortDirection as s, SortDefinition as t, DashboardPinContextsResponse as u };
@@ -0,0 +1,64 @@
1
+ 'use strict';
2
+
3
+ var chunk4AVL6GQK_cjs = require('../chunk-4AVL6GQK.cjs');
4
+
5
+
6
+
7
+ Object.defineProperty(exports, "announceToScreenReader", {
8
+ enumerable: true,
9
+ get: function () { return chunk4AVL6GQK_cjs.announceToScreenReader; }
10
+ });
11
+ Object.defineProperty(exports, "createDateFormatter", {
12
+ enumerable: true,
13
+ get: function () { return chunk4AVL6GQK_cjs.createDateFormatter; }
14
+ });
15
+ Object.defineProperty(exports, "createDateFormatters", {
16
+ enumerable: true,
17
+ get: function () { return chunk4AVL6GQK_cjs.createDateFormatters; }
18
+ });
19
+ Object.defineProperty(exports, "focusVisibleStyles", {
20
+ enumerable: true,
21
+ get: function () { return chunk4AVL6GQK_cjs.focusVisibleStyles; }
22
+ });
23
+ Object.defineProperty(exports, "formatRelativeTime", {
24
+ enumerable: true,
25
+ get: function () { return chunk4AVL6GQK_cjs.formatRelativeTime; }
26
+ });
27
+ Object.defineProperty(exports, "parseColumnRef", {
28
+ enumerable: true,
29
+ get: function () { return chunk4AVL6GQK_cjs.parseColumnRef; }
30
+ });
31
+ Object.defineProperty(exports, "parseMarkdownSafe", {
32
+ enumerable: true,
33
+ get: function () { return chunk4AVL6GQK_cjs.parseMarkdownSafe; }
34
+ });
35
+ Object.defineProperty(exports, "pivotQueryResult", {
36
+ enumerable: true,
37
+ get: function () { return chunk4AVL6GQK_cjs.pivotQueryResult; }
38
+ });
39
+ Object.defineProperty(exports, "skipLinkFocusStyles", {
40
+ enumerable: true,
41
+ get: function () { return chunk4AVL6GQK_cjs.skipLinkFocusStyles; }
42
+ });
43
+ Object.defineProperty(exports, "skipLinkStyles", {
44
+ enumerable: true,
45
+ get: function () { return chunk4AVL6GQK_cjs.skipLinkStyles; }
46
+ });
47
+ Object.defineProperty(exports, "useArrowNavigation", {
48
+ enumerable: true,
49
+ get: function () { return chunk4AVL6GQK_cjs.useArrowNavigation; }
50
+ });
51
+ Object.defineProperty(exports, "useFocusTrap", {
52
+ enumerable: true,
53
+ get: function () { return chunk4AVL6GQK_cjs.useFocusTrap; }
54
+ });
55
+ Object.defineProperty(exports, "useFocusVisible", {
56
+ enumerable: true,
57
+ get: function () { return chunk4AVL6GQK_cjs.useFocusVisible; }
58
+ });
59
+ Object.defineProperty(exports, "useRovingTabIndex", {
60
+ enumerable: true,
61
+ get: function () { return chunk4AVL6GQK_cjs.useRovingTabIndex; }
62
+ });
63
+ //# sourceMappingURL=index.cjs.map
64
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.cjs"}