@embeddable.com/sdk-react 2.2.16 → 2.2.17
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.
|
@@ -34,6 +34,7 @@ export declare const componentMetaSchema: z.ZodEffects<z.ZodObject<{
|
|
|
34
34
|
};
|
|
35
35
|
}>, z.ZodEnum<["string", "number", "boolean", "time", "timeRange", "granularity", "dataset", "measure", "dimension", "dimensionOrMeasure"]>]>;
|
|
36
36
|
array: z.ZodOptional<z.ZodBoolean>;
|
|
37
|
+
category: z.ZodOptional<z.ZodString>;
|
|
37
38
|
}, "strict", z.ZodTypeAny, {
|
|
38
39
|
type: ("string" | "number" | "boolean" | {
|
|
39
40
|
typeConfig: {
|
|
@@ -52,6 +53,7 @@ export declare const componentMetaSchema: z.ZodEffects<z.ZodObject<{
|
|
|
52
53
|
defaultValue?: any;
|
|
53
54
|
config?: Record<string, any> | undefined;
|
|
54
55
|
array?: boolean | undefined;
|
|
56
|
+
category?: string | undefined;
|
|
55
57
|
}, {
|
|
56
58
|
type: ("string" | "number" | "boolean" | {
|
|
57
59
|
typeConfig: {
|
|
@@ -70,6 +72,7 @@ export declare const componentMetaSchema: z.ZodEffects<z.ZodObject<{
|
|
|
70
72
|
defaultValue?: any;
|
|
71
73
|
config?: Record<string, any> | undefined;
|
|
72
74
|
array?: boolean | undefined;
|
|
75
|
+
category?: string | undefined;
|
|
73
76
|
}>, "many">, {
|
|
74
77
|
type: ("string" | "number" | "boolean" | {
|
|
75
78
|
typeConfig: {
|
|
@@ -88,6 +91,7 @@ export declare const componentMetaSchema: z.ZodEffects<z.ZodObject<{
|
|
|
88
91
|
defaultValue?: any;
|
|
89
92
|
config?: Record<string, any> | undefined;
|
|
90
93
|
array?: boolean | undefined;
|
|
94
|
+
category?: string | undefined;
|
|
91
95
|
}[], {
|
|
92
96
|
type: ("string" | "number" | "boolean" | {
|
|
93
97
|
typeConfig: {
|
|
@@ -106,6 +110,7 @@ export declare const componentMetaSchema: z.ZodEffects<z.ZodObject<{
|
|
|
106
110
|
defaultValue?: any;
|
|
107
111
|
config?: Record<string, any> | undefined;
|
|
108
112
|
array?: boolean | undefined;
|
|
113
|
+
category?: string | undefined;
|
|
109
114
|
}[]>>;
|
|
110
115
|
events: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
111
116
|
name: z.ZodString;
|
|
@@ -308,6 +313,7 @@ export declare const componentMetaSchema: z.ZodEffects<z.ZodObject<{
|
|
|
308
313
|
defaultValue?: any;
|
|
309
314
|
config?: Record<string, any> | undefined;
|
|
310
315
|
array?: boolean | undefined;
|
|
316
|
+
category?: string | undefined;
|
|
311
317
|
}[] | undefined;
|
|
312
318
|
events?: {
|
|
313
319
|
label: string;
|
|
@@ -374,6 +380,7 @@ export declare const componentMetaSchema: z.ZodEffects<z.ZodObject<{
|
|
|
374
380
|
defaultValue?: any;
|
|
375
381
|
config?: Record<string, any> | undefined;
|
|
376
382
|
array?: boolean | undefined;
|
|
383
|
+
category?: string | undefined;
|
|
377
384
|
}[] | undefined;
|
|
378
385
|
events?: {
|
|
379
386
|
label: string;
|
|
@@ -440,6 +447,7 @@ export declare const componentMetaSchema: z.ZodEffects<z.ZodObject<{
|
|
|
440
447
|
defaultValue?: any;
|
|
441
448
|
config?: Record<string, any> | undefined;
|
|
442
449
|
array?: boolean | undefined;
|
|
450
|
+
category?: string | undefined;
|
|
443
451
|
}[] | undefined;
|
|
444
452
|
events?: {
|
|
445
453
|
label: string;
|
|
@@ -506,6 +514,7 @@ export declare const componentMetaSchema: z.ZodEffects<z.ZodObject<{
|
|
|
506
514
|
defaultValue?: any;
|
|
507
515
|
config?: Record<string, any> | undefined;
|
|
508
516
|
array?: boolean | undefined;
|
|
517
|
+
category?: string | undefined;
|
|
509
518
|
}[] | undefined;
|
|
510
519
|
events?: {
|
|
511
520
|
label: string;
|