@malloydata/malloy-explorer 0.0.264-dev250417011542 → 0.0.266-dev250421232431
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.
- package/@flowtypes/components/QueryPanel/QueryEditor.flow.js +0 -6
- package/@flowtypes/components/SourcePanel/SourcePanel.flow.js +6 -3
- package/dist/cjs/index.cjs +982 -632
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/index.js +983 -633
- package/dist/esm/index.js.map +1 -1
- package/dist/malloy-explorer.css +9 -4
- package/dist/types/components/DateInput.d.ts +19 -0
- package/dist/types/components/QueryPanel/AddMenu/ValueList.d.ts +3 -1
- package/dist/types/components/QueryPanel/LiteralValueEditor.d.ts +1 -1
- package/dist/types/components/QueryPanel/QueryEditor.d.ts +1 -12
- package/dist/types/components/QueryPanel/operations/hover.stylex.d.ts +3 -0
- package/dist/types/components/SourcePanel/SourcePanel.d.ts +4 -1
- package/dist/types/components/filters/BooleanFilterCore.d.ts +0 -1
- package/dist/types/components/filters/DateTimeFilterCore.d.ts +4 -3
- package/dist/types/components/filters/NumberFilterCore.d.ts +3 -3
- package/dist/types/components/filters/styles.d.ts +20 -0
- package/dist/types/components/primitives/DatePicker.d.ts +5 -3
- package/dist/types/components/primitives/tokens/styles.d.ts +3 -1
- package/dist/types/components/primitives/utils/icon.d.ts +12 -0
- package/dist/types/components/utils/icon.d.ts +2 -0
- package/package.json +7 -6
- package/dist/types/components/QueryPanel/VisualizationIcon.d.ts +0 -5
package/dist/malloy-explorer.css
CHANGED
|
@@ -71,7 +71,9 @@
|
|
|
71
71
|
.mlysu8s4a{background:var(--mly10mhzaa)}
|
|
72
72
|
.mly1np9qvj{background:var(--mly1eayp21)}
|
|
73
73
|
.mly1b4wx6v{background:var(--mly1mq821i)}
|
|
74
|
+
.mly1p5yd3t{background:var(--mly4a29vv)}
|
|
74
75
|
.mlyzkdzjc{border:1px solid #CCD3DB}
|
|
76
|
+
.mly2yh2zd{border:1px solid #e0e0e0}
|
|
75
77
|
.mly8fuzfi{border:1px solid #efefef}
|
|
76
78
|
.mly1dc9p4k{border:1px solid red}
|
|
77
79
|
.mly27xtdb{border:1px solid rgb(239,239,239)}
|
|
@@ -108,6 +110,7 @@
|
|
|
108
110
|
.mly92jh8x{padding:4px 0 8px 0}
|
|
109
111
|
.mlyztvwtv{padding:4px 0}
|
|
110
112
|
.mly1fut7tt{padding:4px 12px 12px 12px}
|
|
113
|
+
.mly9cpjcd{padding:4px 8px 4px 8px}
|
|
111
114
|
.mly1q44i06{padding:4px 8px 4px}
|
|
112
115
|
.mlydqdrvq{padding:4px 8px}
|
|
113
116
|
.mlyfawy5m{padding:4px}
|
|
@@ -174,6 +177,7 @@
|
|
|
174
177
|
|
|
175
178
|
@layer priority4{
|
|
176
179
|
.mly6s0dn4{align-items:center}
|
|
180
|
+
.mlypqajaz{align-items:end}
|
|
177
181
|
.mly1cy8zhl{align-items:flex-start}
|
|
178
182
|
.mly7a106z{align-items:start}
|
|
179
183
|
.mly7v9bd0{animation-duration:.75s}
|
|
@@ -184,6 +188,7 @@
|
|
|
184
188
|
.mlygmb8sa{background-color:#E6EBEF}
|
|
185
189
|
.mly1dr8pv1{background-color:#F1F4F7}
|
|
186
190
|
.mly83z2og{background-color:#fff}
|
|
191
|
+
.mly1vzefiq{background-color:rgb(240,246,255)}
|
|
187
192
|
.mlyy9rfsq{background-color:rgba(230,235,239,1)}
|
|
188
193
|
.mly1jmk7v{background-color:rgba(37,54,63,1)}
|
|
189
194
|
.mlyjbqb8w{background-color:transparent}
|
|
@@ -269,7 +274,6 @@ html[dir='rtl'] .mly17fq3gk{box-shadow:0 2px 12px 0 rgba(0,0,0,.1), 0 1px 2px 0
|
|
|
269
274
|
.mly1q0g3np{flex-direction:row}
|
|
270
275
|
.mly1iyjqo2{flex-grow:1}
|
|
271
276
|
.mly2lah0s{flex-shrink:0}
|
|
272
|
-
.mlyozqiw3{flex-wrap:nowrap}
|
|
273
277
|
.mly1a02dak{flex-wrap:wrap}
|
|
274
278
|
.mly6icuqf{font-family:sans-serif}
|
|
275
279
|
.mly1rj5sg5{font-family:SF Pro Text,-apple-system,system-ui,sans-serif}
|
|
@@ -286,6 +290,8 @@ html[dir='rtl'] .mly17fq3gk{box-shadow:0 2px 12px 0 rgba(0,0,0,.1), 0 1px 2px 0
|
|
|
286
290
|
.mly117nqv4{font-weight:bold}
|
|
287
291
|
.mly1fcty0u{font-weight:normal}
|
|
288
292
|
.mly1mt1orb{grid-auto-flow:column}
|
|
293
|
+
.mly15396mt{grid-template-columns:100px auto 100px}
|
|
294
|
+
.mly52fmzj{grid-template-columns:1fr auto}
|
|
289
295
|
.mly1g3yg12{grid-template-columns:auto 1fr auto}
|
|
290
296
|
.mlyl56j7k{justify-content:center}
|
|
291
297
|
.mly13a6bvl{justify-content:flex-end}
|
|
@@ -297,7 +303,6 @@ html[dir='rtl'] .mly17fq3gk{box-shadow:0 2px 12px 0 rgba(0,0,0,.1), 0 1px 2px 0
|
|
|
297
303
|
.mly11e9jwx{leading-trim:both}
|
|
298
304
|
.mly1gu5id8{letter-spacing:-0.24px}
|
|
299
305
|
.mly12oo3zp{letter-spacing:0}
|
|
300
|
-
.mlywxc2jc{line-height:1.8}
|
|
301
306
|
.mly1d3mw78{line-height:16px}
|
|
302
307
|
.mly1fc57z9{line-height:20px}
|
|
303
308
|
.mly1o2sk6j{line-height:24px}
|
|
@@ -383,9 +388,10 @@ html[dir='rtl'] .mly17fq3gk{box-shadow:0 2px 12px 0 rgba(0,0,0,.1), 0 1px 2px 0
|
|
|
383
388
|
.mlyqyhut4{max-width:16.5px}
|
|
384
389
|
.mlyaka53j{max-width:230px}
|
|
385
390
|
.mlyxc7z9f{max-width:360px}
|
|
391
|
+
.mly1j9u4d2{max-width:400px}
|
|
386
392
|
.mlymcgfsh{max-width:60px}
|
|
387
|
-
.mly1mnxie6{min-width:13.5px}
|
|
388
393
|
.mly4x6u8j{min-width:16.5px}
|
|
394
|
+
.mlygc0pbm{min-width:1px}
|
|
389
395
|
.mly1jzhcrs{min-width:200px}
|
|
390
396
|
.mlyt4ypqs{min-width:20px}
|
|
391
397
|
.mlyfvyar9{min-width:60px}
|
|
@@ -427,7 +433,6 @@ html[dir='rtl'] .mly17fq3gk{box-shadow:0 2px 12px 0 rgba(0,0,0,.1), 0 1px 2px 0
|
|
|
427
433
|
.mly10lvyaf{width:calc(100% - 12px)}
|
|
428
434
|
.mly1rxuhir{width:calc(100% - 22px)}
|
|
429
435
|
.mly112rgfc{width:calc(100% - 40)}
|
|
430
|
-
.mlynq0rdo{width:min-content}
|
|
431
436
|
.mly1g65f5b{width:var(--radix-tooltip-trigger-width)}
|
|
432
437
|
}
|
|
433
438
|
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { StyleXStyles } from '@stylexjs/stylex';
|
|
3
|
+
import { Moment, TemporalUnit } from '@malloydata/malloy-filter';
|
|
4
|
+
interface DateInputProps {
|
|
5
|
+
value: Date;
|
|
6
|
+
setValue: (value: Date) => void;
|
|
7
|
+
placeholder?: string;
|
|
8
|
+
label?: string;
|
|
9
|
+
autoFocus?: boolean;
|
|
10
|
+
units: TemporalUnit;
|
|
11
|
+
onFocus?: () => void;
|
|
12
|
+
onBlur?: () => void;
|
|
13
|
+
isActive?: boolean;
|
|
14
|
+
customStyle?: StyleXStyles;
|
|
15
|
+
}
|
|
16
|
+
export declare const formats: Record<TemporalUnit, string>;
|
|
17
|
+
export declare const DateInput: React.FC<DateInputProps>;
|
|
18
|
+
export declare function guessUnits(moment: Moment, isDateTime: boolean): TemporalUnit;
|
|
19
|
+
export {};
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
+
import { StyleXStyles } from '@stylexjs/stylex';
|
|
2
3
|
import { SearchIndexResult } from './hooks/useSearch';
|
|
3
4
|
export interface FieldListProps {
|
|
4
5
|
search: string;
|
|
5
6
|
onClick: (value: SearchIndexResult) => void;
|
|
6
7
|
fieldPath?: string;
|
|
7
8
|
ref?: React.RefObject<HTMLDivElement | null>;
|
|
9
|
+
customStyle?: StyleXStyles;
|
|
8
10
|
}
|
|
9
|
-
export declare function ValueList({ onClick, search, fieldPath, ref }: FieldListProps): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export declare function ValueList({ onClick, search, fieldPath, ref, customStyle, }: FieldListProps): import("react/jsx-runtime").JSX.Element;
|
|
10
12
|
export interface ValueProps {
|
|
11
13
|
value: SearchIndexResult;
|
|
12
14
|
}
|
|
@@ -6,4 +6,4 @@ export interface LiteralValueEditorProps {
|
|
|
6
6
|
setValue: (value: RawLiteralValue) => void;
|
|
7
7
|
customStyle?: StyleXStyles;
|
|
8
8
|
}
|
|
9
|
-
export declare function LiteralValueEditor({ value, setValue, customStyle, }: LiteralValueEditorProps): import("react/jsx-runtime").JSX.Element | null
|
|
9
|
+
export declare function LiteralValueEditor({ value, setValue, customStyle, }: LiteralValueEditorProps): import("react/jsx-runtime").JSX.Element | null;
|
|
@@ -1,15 +1,4 @@
|
|
|
1
|
-
import * as Malloy from '@malloydata/malloy-interfaces';
|
|
2
|
-
export interface QueryEditorProps {
|
|
3
|
-
source: Malloy.SourceInfo;
|
|
4
|
-
query?: Malloy.Query;
|
|
5
|
-
setQuery?: (query: Malloy.Query | undefined) => void;
|
|
6
|
-
}
|
|
7
1
|
/**
|
|
8
|
-
* The Query Viewing and Editing panel.
|
|
9
|
-
* and an optional `Query` object.
|
|
10
|
-
*
|
|
11
|
-
* @param source The source object to be used for query building.
|
|
12
|
-
* @param query A query to be edited. Omit for a new query.
|
|
13
|
-
* @returns
|
|
2
|
+
* The Query Viewing and Editing panel.
|
|
14
3
|
*/
|
|
15
4
|
export declare function QueryEditor(): import("react/jsx-runtime").JSX.Element | null;
|
|
@@ -14,4 +14,7 @@ export declare const hoverStyles: Readonly<{
|
|
|
14
14
|
readonly display: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"display", string>;
|
|
15
15
|
readonly flexShrink: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"flexShrink", 0>;
|
|
16
16
|
}>;
|
|
17
|
+
readonly hoverOpen: Readonly<{
|
|
18
|
+
readonly display: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"display", "inline-flex">;
|
|
19
|
+
}>;
|
|
17
20
|
}>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { BooleanFilter } from '@malloydata/malloy-filter';
|
|
2
|
-
export type BooleanFilterType = 'is_true' | 'is_false' | 'is_null' | 'is_not_null' | 'is_false_or_null';
|
|
3
2
|
export interface BooleanFilterDialogProps {
|
|
4
3
|
filter: BooleanFilter;
|
|
5
4
|
setFilter: (filter: BooleanFilter) => void;
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { TemporalFilter } from '@malloydata/malloy-filter';
|
|
3
|
-
type
|
|
2
|
+
import { TemporalFilter, TemporalUnit } from '@malloydata/malloy-filter';
|
|
3
|
+
type TemporalFilterOperator = TemporalFilter['operator'];
|
|
4
|
+
type TemporalFilterType = TemporalFilterOperator | '-null';
|
|
4
5
|
export interface DateTimeFilterCoreProps {
|
|
5
6
|
filter: TemporalFilter | null;
|
|
6
7
|
setFilter: (filter: TemporalFilter) => void;
|
|
7
8
|
isDateTime: boolean;
|
|
8
9
|
}
|
|
9
10
|
export declare const DateTimeFilterCore: React.FC<DateTimeFilterCoreProps>;
|
|
10
|
-
export declare function dateTimeFilterChangeType(filter: TemporalFilter, type:
|
|
11
|
+
export declare function dateTimeFilterChangeType(filter: TemporalFilter, type: TemporalFilterType, units: TemporalUnit): TemporalFilter;
|
|
11
12
|
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { Null, NumberCondition, NumberFilter } from '@malloydata/malloy-filter';
|
|
3
|
-
type NumberFilterType = 'is_equal_to' | 'is_greater_than' | 'is_less_than' | 'is_greater_than_or_equal_to' | 'is_less_than_or_equal_to' | 'is_null' | 'is_not_equal_to' | 'is_not_null';
|
|
4
|
-
type BasicNumberFilter = NumberCondition | Null;
|
|
2
|
+
import { Null, NumberCondition, NumberFilter, NumberRange } from '@malloydata/malloy-filter';
|
|
3
|
+
type NumberFilterType = 'is_equal_to' | 'is_greater_than' | 'is_less_than' | 'is_greater_than_or_equal_to' | 'is_less_than_or_equal_to' | 'is_null' | 'is_between' | 'is_not_equal_to' | 'is_not_null';
|
|
4
|
+
type BasicNumberFilter = NumberCondition | NumberRange | Null;
|
|
5
5
|
export interface NumberFilterCoreProps {
|
|
6
6
|
filter: NumberFilter | null;
|
|
7
7
|
setFilter: (filter: NumberFilter) => void;
|
|
@@ -7,6 +7,7 @@ export declare const filterStyles: Readonly<{
|
|
|
7
7
|
readonly borderRadius: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"borderRadius", 8>;
|
|
8
8
|
readonly padding: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"padding", 8>;
|
|
9
9
|
readonly minWidth: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"minWidth", 200>;
|
|
10
|
+
readonly maxWidth: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"maxWidth", 400>;
|
|
10
11
|
readonly gap: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"gap", 8>;
|
|
11
12
|
}>;
|
|
12
13
|
readonly filterDialogHeader: Readonly<{
|
|
@@ -19,4 +20,23 @@ export declare const filterStyles: Readonly<{
|
|
|
19
20
|
readonly display: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"display", "flex">;
|
|
20
21
|
readonly gap: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"gap", 8>;
|
|
21
22
|
}>;
|
|
23
|
+
readonly editor: Readonly<{
|
|
24
|
+
readonly width: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"width", 350>;
|
|
25
|
+
readonly display: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"display", "flex">;
|
|
26
|
+
readonly flexDirection: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"flexDirection", "column">;
|
|
27
|
+
readonly gap: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"gap", 8>;
|
|
28
|
+
}>;
|
|
29
|
+
readonly editorRow: Readonly<{
|
|
30
|
+
readonly display: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"display", "flex">;
|
|
31
|
+
readonly gap: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"gap", 8>;
|
|
32
|
+
}>;
|
|
33
|
+
readonly editorCell: Readonly<{
|
|
34
|
+
readonly flexGrow: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"flexGrow", 1>;
|
|
35
|
+
}>;
|
|
36
|
+
readonly input: Readonly<{
|
|
37
|
+
readonly border: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"border", "1px solid #e0e0e0">;
|
|
38
|
+
readonly color: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"color", "rgb(95, 99, 104)">;
|
|
39
|
+
readonly padding: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"padding", "4px 8px 4px 8px">;
|
|
40
|
+
readonly borderRadius: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"borderRadius", 5>;
|
|
41
|
+
}>;
|
|
22
42
|
}>;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { StyleXStyles } from '@stylexjs/stylex';
|
|
2
|
+
import { TemporalUnit } from '@malloydata/malloy-filter';
|
|
2
3
|
interface DatePickerProps {
|
|
3
4
|
value: Date;
|
|
4
5
|
setValue: (value: Date) => void;
|
|
5
|
-
|
|
6
|
-
|
|
6
|
+
units: TemporalUnit;
|
|
7
|
+
maxLevel: TemporalUnit;
|
|
8
|
+
customStyle?: StyleXStyles;
|
|
7
9
|
}
|
|
8
|
-
export default function DatePicker({ value, setValue, maxLevel,
|
|
10
|
+
export default function DatePicker({ value, setValue, units, maxLevel, customStyle, }: DatePickerProps): import("react/jsx-runtime").JSX.Element;
|
|
9
11
|
export {};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export declare const tokenStyles: Readonly<{
|
|
2
2
|
readonly main: Readonly<{
|
|
3
|
-
readonly display: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"display", "
|
|
3
|
+
readonly display: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"display", "inline-grid">;
|
|
4
|
+
readonly gridAutoFlow: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"gridAutoFlow", "column">;
|
|
4
5
|
readonly alignItems: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"alignItems", "center">;
|
|
5
6
|
readonly justifyContent: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"justifyContent", "center">;
|
|
6
7
|
readonly gap: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"gap", "8px">;
|
|
@@ -19,6 +20,7 @@ export declare const tokenStyles: Readonly<{
|
|
|
19
20
|
readonly color: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"color", null>;
|
|
20
21
|
readonly textOverflow: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"textOverflow", "ellipsis">;
|
|
21
22
|
readonly overflow: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"overflow", "hidden">;
|
|
23
|
+
readonly whiteSpace: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"whiteSpace", "nowrap">;
|
|
22
24
|
}>;
|
|
23
25
|
}>;
|
|
24
26
|
export declare const tokenColorVariants: Readonly<{
|
|
@@ -83,6 +83,18 @@ export declare const ICON_MAP: {
|
|
|
83
83
|
desc?: string;
|
|
84
84
|
descId?: string;
|
|
85
85
|
}>;
|
|
86
|
+
readonly refresh: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
87
|
+
title?: string;
|
|
88
|
+
titleId?: string;
|
|
89
|
+
desc?: string;
|
|
90
|
+
descId?: string;
|
|
91
|
+
}>;
|
|
92
|
+
readonly sidebarCollapse: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
93
|
+
title?: string;
|
|
94
|
+
titleId?: string;
|
|
95
|
+
desc?: string;
|
|
96
|
+
descId?: string;
|
|
97
|
+
}>;
|
|
86
98
|
readonly aggregate: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
87
99
|
title?: string;
|
|
88
100
|
titleId?: string;
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import * as Malloy from '@malloydata/malloy-interfaces';
|
|
2
2
|
import { AtomicTypeType, ParameterTypeType } from '@malloydata/malloy-interfaces';
|
|
3
3
|
import { IconType } from '../primitives';
|
|
4
|
+
import { ASTQuery, ASTView } from '@malloydata/malloy-query-builder';
|
|
4
5
|
export declare function atomicTypeToIcon(type: AtomicTypeType | ParameterTypeType): IconType;
|
|
5
6
|
export declare function fieldKindToColor(kind: 'dimension' | 'measure' | 'join' | 'view'): "purple" | "green" | "cyan" | undefined;
|
|
6
7
|
export declare function fieldToIcon(field: Malloy.FieldInfo): IconType;
|
|
7
8
|
export declare function relationshipToIcon(relationship: Malloy.Relationship): IconType;
|
|
9
|
+
export declare function viewToVisualizationIcon(view: ASTQuery | ASTView): IconType;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@malloydata/malloy-explorer",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.266-dev250421232431",
|
|
4
4
|
"description": "Malloy visual query builder",
|
|
5
5
|
"main": "dist/cjs/index.cjs",
|
|
6
6
|
"types": "dist/types/index.d.ts",
|
|
@@ -51,6 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
"homepage": "https://github.com/malloydata/malloy-explorer#readme",
|
|
53
53
|
"dependencies": {
|
|
54
|
+
"@floating-ui/react-dom": "2.1.2",
|
|
54
55
|
"@radix-ui/react-dialog": "^1.1.6",
|
|
55
56
|
"@radix-ui/react-dropdown-menu": "^2.1.6",
|
|
56
57
|
"@radix-ui/react-icons": "^1.3.2",
|
|
@@ -98,11 +99,11 @@
|
|
|
98
99
|
"vite-plugin-svgr": "^4.3.0"
|
|
99
100
|
},
|
|
100
101
|
"peerDependencies": {
|
|
101
|
-
"@malloydata/malloy-filter": ">=0.0.
|
|
102
|
-
"@malloydata/malloy-interfaces": ">=0.0.
|
|
103
|
-
"@malloydata/malloy-query-builder": ">=0.0.
|
|
104
|
-
"@malloydata/malloy-tag": ">=0.0.
|
|
105
|
-
"@malloydata/render": ">=0.0.
|
|
102
|
+
"@malloydata/malloy-filter": ">=0.0.266",
|
|
103
|
+
"@malloydata/malloy-interfaces": ">=0.0.266",
|
|
104
|
+
"@malloydata/malloy-query-builder": ">=0.0.266",
|
|
105
|
+
"@malloydata/malloy-tag": ">=0.0.266",
|
|
106
|
+
"@malloydata/render": ">=0.0.266",
|
|
106
107
|
"react": ">= 19.0.0",
|
|
107
108
|
"react-dom": ">= 19.0.0"
|
|
108
109
|
}
|