@copilotkit/a2ui-renderer 1.61.1 → 1.62.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.
|
@@ -21,15 +21,15 @@ declare const ColumnSchema: z.ZodObject<{
|
|
|
21
21
|
componentId: string;
|
|
22
22
|
path: string;
|
|
23
23
|
};
|
|
24
|
-
justify?: "
|
|
25
|
-
align?: "
|
|
24
|
+
justify?: "start" | "center" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
|
|
25
|
+
align?: "start" | "center" | "end" | "stretch";
|
|
26
26
|
}, {
|
|
27
27
|
children?: string[] | {
|
|
28
28
|
componentId: string;
|
|
29
29
|
path: string;
|
|
30
30
|
};
|
|
31
|
-
justify?: "
|
|
32
|
-
align?: "
|
|
31
|
+
justify?: "start" | "center" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
|
|
32
|
+
align?: "start" | "center" | "end" | "stretch";
|
|
33
33
|
}>;
|
|
34
34
|
declare const ColumnApiDef: {
|
|
35
35
|
name: string;
|
|
@@ -51,15 +51,15 @@ declare const ColumnApiDef: {
|
|
|
51
51
|
componentId: string;
|
|
52
52
|
path: string;
|
|
53
53
|
};
|
|
54
|
-
justify?: "
|
|
55
|
-
align?: "
|
|
54
|
+
justify?: "start" | "center" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
|
|
55
|
+
align?: "start" | "center" | "end" | "stretch";
|
|
56
56
|
}, {
|
|
57
57
|
children?: string[] | {
|
|
58
58
|
componentId: string;
|
|
59
59
|
path: string;
|
|
60
60
|
};
|
|
61
|
-
justify?: "
|
|
62
|
-
align?: "
|
|
61
|
+
justify?: "start" | "center" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
|
|
62
|
+
align?: "start" | "center" | "end" | "stretch";
|
|
63
63
|
}>;
|
|
64
64
|
};
|
|
65
65
|
declare const Column: LitComponentImplementation;
|
|
@@ -21,15 +21,15 @@ declare const ColumnSchema: z.ZodObject<{
|
|
|
21
21
|
componentId: string;
|
|
22
22
|
path: string;
|
|
23
23
|
};
|
|
24
|
-
justify?: "
|
|
25
|
-
align?: "
|
|
24
|
+
justify?: "start" | "center" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
|
|
25
|
+
align?: "start" | "center" | "end" | "stretch";
|
|
26
26
|
}, {
|
|
27
27
|
children?: string[] | {
|
|
28
28
|
componentId: string;
|
|
29
29
|
path: string;
|
|
30
30
|
};
|
|
31
|
-
justify?: "
|
|
32
|
-
align?: "
|
|
31
|
+
justify?: "start" | "center" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
|
|
32
|
+
align?: "start" | "center" | "end" | "stretch";
|
|
33
33
|
}>;
|
|
34
34
|
declare const ColumnApiDef: {
|
|
35
35
|
name: string;
|
|
@@ -51,15 +51,15 @@ declare const ColumnApiDef: {
|
|
|
51
51
|
componentId: string;
|
|
52
52
|
path: string;
|
|
53
53
|
};
|
|
54
|
-
justify?: "
|
|
55
|
-
align?: "
|
|
54
|
+
justify?: "start" | "center" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
|
|
55
|
+
align?: "start" | "center" | "end" | "stretch";
|
|
56
56
|
}, {
|
|
57
57
|
children?: string[] | {
|
|
58
58
|
componentId: string;
|
|
59
59
|
path: string;
|
|
60
60
|
};
|
|
61
|
-
justify?: "
|
|
62
|
-
align?: "
|
|
61
|
+
justify?: "start" | "center" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
|
|
62
|
+
align?: "start" | "center" | "end" | "stretch";
|
|
63
63
|
}>;
|
|
64
64
|
};
|
|
65
65
|
declare const Column: LitComponentImplementation;
|
|
@@ -21,15 +21,15 @@ declare const RowSchema: z.ZodObject<{
|
|
|
21
21
|
componentId: string;
|
|
22
22
|
path: string;
|
|
23
23
|
};
|
|
24
|
-
justify?: "
|
|
25
|
-
align?: "
|
|
24
|
+
justify?: "start" | "center" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
|
|
25
|
+
align?: "start" | "center" | "end" | "stretch";
|
|
26
26
|
}, {
|
|
27
27
|
children?: string[] | {
|
|
28
28
|
componentId: string;
|
|
29
29
|
path: string;
|
|
30
30
|
};
|
|
31
|
-
justify?: "
|
|
32
|
-
align?: "
|
|
31
|
+
justify?: "start" | "center" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
|
|
32
|
+
align?: "start" | "center" | "end" | "stretch";
|
|
33
33
|
}>;
|
|
34
34
|
declare const RowApiDef: {
|
|
35
35
|
name: string;
|
|
@@ -51,15 +51,15 @@ declare const RowApiDef: {
|
|
|
51
51
|
componentId: string;
|
|
52
52
|
path: string;
|
|
53
53
|
};
|
|
54
|
-
justify?: "
|
|
55
|
-
align?: "
|
|
54
|
+
justify?: "start" | "center" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
|
|
55
|
+
align?: "start" | "center" | "end" | "stretch";
|
|
56
56
|
}, {
|
|
57
57
|
children?: string[] | {
|
|
58
58
|
componentId: string;
|
|
59
59
|
path: string;
|
|
60
60
|
};
|
|
61
|
-
justify?: "
|
|
62
|
-
align?: "
|
|
61
|
+
justify?: "start" | "center" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
|
|
62
|
+
align?: "start" | "center" | "end" | "stretch";
|
|
63
63
|
}>;
|
|
64
64
|
};
|
|
65
65
|
declare const Row: LitComponentImplementation;
|
|
@@ -21,15 +21,15 @@ declare const RowSchema: z.ZodObject<{
|
|
|
21
21
|
componentId: string;
|
|
22
22
|
path: string;
|
|
23
23
|
};
|
|
24
|
-
justify?: "
|
|
25
|
-
align?: "
|
|
24
|
+
justify?: "start" | "center" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
|
|
25
|
+
align?: "start" | "center" | "end" | "stretch";
|
|
26
26
|
}, {
|
|
27
27
|
children?: string[] | {
|
|
28
28
|
componentId: string;
|
|
29
29
|
path: string;
|
|
30
30
|
};
|
|
31
|
-
justify?: "
|
|
32
|
-
align?: "
|
|
31
|
+
justify?: "start" | "center" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
|
|
32
|
+
align?: "start" | "center" | "end" | "stretch";
|
|
33
33
|
}>;
|
|
34
34
|
declare const RowApiDef: {
|
|
35
35
|
name: string;
|
|
@@ -51,15 +51,15 @@ declare const RowApiDef: {
|
|
|
51
51
|
componentId: string;
|
|
52
52
|
path: string;
|
|
53
53
|
};
|
|
54
|
-
justify?: "
|
|
55
|
-
align?: "
|
|
54
|
+
justify?: "start" | "center" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
|
|
55
|
+
align?: "start" | "center" | "end" | "stretch";
|
|
56
56
|
}, {
|
|
57
57
|
children?: string[] | {
|
|
58
58
|
componentId: string;
|
|
59
59
|
path: string;
|
|
60
60
|
};
|
|
61
|
-
justify?: "
|
|
62
|
-
align?: "
|
|
61
|
+
justify?: "start" | "center" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
|
|
62
|
+
align?: "start" | "center" | "end" | "stretch";
|
|
63
63
|
}>;
|
|
64
64
|
};
|
|
65
65
|
declare const Row: LitComponentImplementation;
|