@copilotkit/a2ui-renderer 1.62.0 → 1.62.1
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/dist/web-components/catalog/minimal/button.d.cts +4 -4
- package/dist/web-components/catalog/minimal/button.d.cts.map +1 -1
- package/dist/web-components/catalog/minimal/button.d.mts +4 -4
- package/dist/web-components/catalog/minimal/button.d.mts.map +1 -1
- package/dist/web-components/catalog/minimal/column.d.cts +8 -8
- package/dist/web-components/catalog/minimal/column.d.mts +8 -8
- package/dist/web-components/catalog/minimal/row.d.cts +8 -8
- package/dist/web-components/catalog/minimal/row.d.mts +8 -8
- package/dist/web-components/catalog/minimal/text-field.d.cts +4 -4
- package/dist/web-components/catalog/minimal/text-field.d.mts +4 -4
- package/package.json +1 -1
|
@@ -97,7 +97,6 @@ declare const ButtonSchema: z.ZodObject<{
|
|
|
97
97
|
}>]>;
|
|
98
98
|
variant: z.ZodOptional<z.ZodEnum<["primary", "borderless"]>>;
|
|
99
99
|
}, "strip", z.ZodTypeAny, {
|
|
100
|
-
variant?: "primary" | "borderless";
|
|
101
100
|
child?: string;
|
|
102
101
|
action?: {
|
|
103
102
|
event: {
|
|
@@ -117,8 +116,8 @@ declare const ButtonSchema: z.ZodObject<{
|
|
|
117
116
|
returnType: "string" | "number" | "boolean" | "object" | "array" | "void" | "any";
|
|
118
117
|
};
|
|
119
118
|
};
|
|
120
|
-
}, {
|
|
121
119
|
variant?: "primary" | "borderless";
|
|
120
|
+
}, {
|
|
122
121
|
child?: string;
|
|
123
122
|
action?: {
|
|
124
123
|
event: {
|
|
@@ -138,6 +137,7 @@ declare const ButtonSchema: z.ZodObject<{
|
|
|
138
137
|
returnType?: "string" | "number" | "boolean" | "object" | "array" | "void" | "any" | undefined;
|
|
139
138
|
};
|
|
140
139
|
};
|
|
140
|
+
variant?: "primary" | "borderless";
|
|
141
141
|
}>;
|
|
142
142
|
declare const ButtonApiDef: {
|
|
143
143
|
name: string;
|
|
@@ -235,7 +235,6 @@ declare const ButtonApiDef: {
|
|
|
235
235
|
}>]>;
|
|
236
236
|
variant: z.ZodOptional<z.ZodEnum<["primary", "borderless"]>>;
|
|
237
237
|
}, "strip", z.ZodTypeAny, {
|
|
238
|
-
variant?: "primary" | "borderless";
|
|
239
238
|
child?: string;
|
|
240
239
|
action?: {
|
|
241
240
|
event: {
|
|
@@ -255,8 +254,8 @@ declare const ButtonApiDef: {
|
|
|
255
254
|
returnType: "string" | "number" | "boolean" | "object" | "array" | "void" | "any";
|
|
256
255
|
};
|
|
257
256
|
};
|
|
258
|
-
}, {
|
|
259
257
|
variant?: "primary" | "borderless";
|
|
258
|
+
}, {
|
|
260
259
|
child?: string;
|
|
261
260
|
action?: {
|
|
262
261
|
event: {
|
|
@@ -276,6 +275,7 @@ declare const ButtonApiDef: {
|
|
|
276
275
|
returnType?: "string" | "number" | "boolean" | "object" | "array" | "void" | "any" | undefined;
|
|
277
276
|
};
|
|
278
277
|
};
|
|
278
|
+
variant?: "primary" | "borderless";
|
|
279
279
|
}>;
|
|
280
280
|
};
|
|
281
281
|
declare const Button: LitComponentImplementation;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button.d.cts","names":[],"sources":["../../../../src/web-components/catalog/minimal/button.ts"],"mappings":";;;;;cAMa,YAAA,EAAY,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;gBA+BmuxB,MAAA;;;;;;;;;gBAA0W,MAAA;;;;;;;;;;;gBAAua,MAAA;;;;;;;;;;;gBAAkY,MAAA
|
|
1
|
+
{"version":3,"file":"button.d.cts","names":[],"sources":["../../../../src/web-components/catalog/minimal/button.ts"],"mappings":";;;;;cAMa,YAAA,EAAY,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;gBA+BmuxB,MAAA;;;;;;;;;gBAA0W,MAAA;;;;;;;;;;;gBAAua,MAAA;;;;;;;;;;;gBAAkY,MAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAAlY,MAAA;;;;;;;;;;;;;;;;;;;;;gBAAkY,MAAA;;;;;;;;;;;;;;;;;cAzBl4zB,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAyB+uxB,MAAA;;;;;;;;;kBAA0W,MAAA;;;;;;;;;;;kBAAua,MAAA;;;;;;;;;;;kBAAkY,MAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAAlY,MAAA;;;;;;;;;;;;;;;;;;;;;kBAAkY,MAAA;;;;;;;;;;;;;;;;;;cApBl4zB,MAAA,EAmBZ,0BAAA"}
|
|
@@ -97,7 +97,6 @@ declare const ButtonSchema: z.ZodObject<{
|
|
|
97
97
|
}>]>;
|
|
98
98
|
variant: z.ZodOptional<z.ZodEnum<["primary", "borderless"]>>;
|
|
99
99
|
}, "strip", z.ZodTypeAny, {
|
|
100
|
-
variant?: "primary" | "borderless";
|
|
101
100
|
child?: string;
|
|
102
101
|
action?: {
|
|
103
102
|
event: {
|
|
@@ -117,8 +116,8 @@ declare const ButtonSchema: z.ZodObject<{
|
|
|
117
116
|
returnType: "string" | "number" | "boolean" | "object" | "array" | "void" | "any";
|
|
118
117
|
};
|
|
119
118
|
};
|
|
120
|
-
}, {
|
|
121
119
|
variant?: "primary" | "borderless";
|
|
120
|
+
}, {
|
|
122
121
|
child?: string;
|
|
123
122
|
action?: {
|
|
124
123
|
event: {
|
|
@@ -138,6 +137,7 @@ declare const ButtonSchema: z.ZodObject<{
|
|
|
138
137
|
returnType?: "string" | "number" | "boolean" | "object" | "array" | "void" | "any" | undefined;
|
|
139
138
|
};
|
|
140
139
|
};
|
|
140
|
+
variant?: "primary" | "borderless";
|
|
141
141
|
}>;
|
|
142
142
|
declare const ButtonApiDef: {
|
|
143
143
|
name: string;
|
|
@@ -235,7 +235,6 @@ declare const ButtonApiDef: {
|
|
|
235
235
|
}>]>;
|
|
236
236
|
variant: z.ZodOptional<z.ZodEnum<["primary", "borderless"]>>;
|
|
237
237
|
}, "strip", z.ZodTypeAny, {
|
|
238
|
-
variant?: "primary" | "borderless";
|
|
239
238
|
child?: string;
|
|
240
239
|
action?: {
|
|
241
240
|
event: {
|
|
@@ -255,8 +254,8 @@ declare const ButtonApiDef: {
|
|
|
255
254
|
returnType: "string" | "number" | "boolean" | "object" | "array" | "void" | "any";
|
|
256
255
|
};
|
|
257
256
|
};
|
|
258
|
-
}, {
|
|
259
257
|
variant?: "primary" | "borderless";
|
|
258
|
+
}, {
|
|
260
259
|
child?: string;
|
|
261
260
|
action?: {
|
|
262
261
|
event: {
|
|
@@ -276,6 +275,7 @@ declare const ButtonApiDef: {
|
|
|
276
275
|
returnType?: "string" | "number" | "boolean" | "object" | "array" | "void" | "any" | undefined;
|
|
277
276
|
};
|
|
278
277
|
};
|
|
278
|
+
variant?: "primary" | "borderless";
|
|
279
279
|
}>;
|
|
280
280
|
};
|
|
281
281
|
declare const Button: LitComponentImplementation;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button.d.mts","names":[],"sources":["../../../../src/web-components/catalog/minimal/button.ts"],"mappings":";;;;;cAMa,YAAA,EAAY,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;gBA+BmuxB,MAAA;;;;;;;;;gBAA0W,MAAA;;;;;;;;;;;gBAAua,MAAA;;;;;;;;;;;gBAAkY,MAAA
|
|
1
|
+
{"version":3,"file":"button.d.mts","names":[],"sources":["../../../../src/web-components/catalog/minimal/button.ts"],"mappings":";;;;;cAMa,YAAA,EAAY,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;gBA+BmuxB,MAAA;;;;;;;;;gBAA0W,MAAA;;;;;;;;;;;gBAAua,MAAA;;;;;;;;;;;gBAAkY,MAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAAlY,MAAA;;;;;;;;;;;;;;;;;;;;;gBAAkY,MAAA;;;;;;;;;;;;;;;;;cAzBl4zB,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAyB+uxB,MAAA;;;;;;;;;kBAA0W,MAAA;;;;;;;;;;;kBAAua,MAAA;;;;;;;;;;;kBAAkY,MAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAAlY,MAAA;;;;;;;;;;;;;;;;;;;;;kBAAkY,MAAA;;;;;;;;;;;;;;;;;;cApBl4zB,MAAA,EAmBZ,0BAAA"}
|
|
@@ -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?: "center" | "start" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
|
|
25
|
+
align?: "center" | "start" | "end" | "stretch";
|
|
26
26
|
}, {
|
|
27
27
|
children?: string[] | {
|
|
28
28
|
componentId: string;
|
|
29
29
|
path: string;
|
|
30
30
|
};
|
|
31
|
-
justify?: "
|
|
32
|
-
align?: "
|
|
31
|
+
justify?: "center" | "start" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
|
|
32
|
+
align?: "center" | "start" | "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?: "center" | "start" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
|
|
55
|
+
align?: "center" | "start" | "end" | "stretch";
|
|
56
56
|
}, {
|
|
57
57
|
children?: string[] | {
|
|
58
58
|
componentId: string;
|
|
59
59
|
path: string;
|
|
60
60
|
};
|
|
61
|
-
justify?: "
|
|
62
|
-
align?: "
|
|
61
|
+
justify?: "center" | "start" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
|
|
62
|
+
align?: "center" | "start" | "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?: "center" | "start" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
|
|
25
|
+
align?: "center" | "start" | "end" | "stretch";
|
|
26
26
|
}, {
|
|
27
27
|
children?: string[] | {
|
|
28
28
|
componentId: string;
|
|
29
29
|
path: string;
|
|
30
30
|
};
|
|
31
|
-
justify?: "
|
|
32
|
-
align?: "
|
|
31
|
+
justify?: "center" | "start" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
|
|
32
|
+
align?: "center" | "start" | "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?: "center" | "start" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
|
|
55
|
+
align?: "center" | "start" | "end" | "stretch";
|
|
56
56
|
}, {
|
|
57
57
|
children?: string[] | {
|
|
58
58
|
componentId: string;
|
|
59
59
|
path: string;
|
|
60
60
|
};
|
|
61
|
-
justify?: "
|
|
62
|
-
align?: "
|
|
61
|
+
justify?: "center" | "start" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
|
|
62
|
+
align?: "center" | "start" | "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?: "center" | "start" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
|
|
25
|
+
align?: "center" | "start" | "end" | "stretch";
|
|
26
26
|
}, {
|
|
27
27
|
children?: string[] | {
|
|
28
28
|
componentId: string;
|
|
29
29
|
path: string;
|
|
30
30
|
};
|
|
31
|
-
justify?: "
|
|
32
|
-
align?: "
|
|
31
|
+
justify?: "center" | "start" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
|
|
32
|
+
align?: "center" | "start" | "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?: "center" | "start" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
|
|
55
|
+
align?: "center" | "start" | "end" | "stretch";
|
|
56
56
|
}, {
|
|
57
57
|
children?: string[] | {
|
|
58
58
|
componentId: string;
|
|
59
59
|
path: string;
|
|
60
60
|
};
|
|
61
|
-
justify?: "
|
|
62
|
-
align?: "
|
|
61
|
+
justify?: "center" | "start" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
|
|
62
|
+
align?: "center" | "start" | "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?: "center" | "start" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
|
|
25
|
+
align?: "center" | "start" | "end" | "stretch";
|
|
26
26
|
}, {
|
|
27
27
|
children?: string[] | {
|
|
28
28
|
componentId: string;
|
|
29
29
|
path: string;
|
|
30
30
|
};
|
|
31
|
-
justify?: "
|
|
32
|
-
align?: "
|
|
31
|
+
justify?: "center" | "start" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
|
|
32
|
+
align?: "center" | "start" | "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?: "center" | "start" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
|
|
55
|
+
align?: "center" | "start" | "end" | "stretch";
|
|
56
56
|
}, {
|
|
57
57
|
children?: string[] | {
|
|
58
58
|
componentId: string;
|
|
59
59
|
path: string;
|
|
60
60
|
};
|
|
61
|
-
justify?: "
|
|
62
|
-
align?: "
|
|
61
|
+
justify?: "center" | "start" | "end" | "spaceBetween" | "spaceAround" | "spaceEvenly" | "stretch";
|
|
62
|
+
align?: "center" | "start" | "end" | "stretch";
|
|
63
63
|
}>;
|
|
64
64
|
};
|
|
65
65
|
declare const Row: LitComponentImplementation;
|
|
@@ -52,6 +52,7 @@ declare const TextFieldSchema: z.ZodObject<{
|
|
|
52
52
|
args: Record<string, any>;
|
|
53
53
|
returnType: "string" | "number" | "boolean" | "object" | "array" | "void" | "any";
|
|
54
54
|
};
|
|
55
|
+
variant?: "number" | "longText" | "shortText" | "obscured";
|
|
55
56
|
label?: string | {
|
|
56
57
|
path: string;
|
|
57
58
|
} | {
|
|
@@ -59,7 +60,6 @@ declare const TextFieldSchema: z.ZodObject<{
|
|
|
59
60
|
args: Record<string, any>;
|
|
60
61
|
returnType: "string" | "number" | "boolean" | "object" | "array" | "void" | "any";
|
|
61
62
|
};
|
|
62
|
-
variant?: "number" | "longText" | "shortText" | "obscured";
|
|
63
63
|
validationRegexp?: string;
|
|
64
64
|
}, {
|
|
65
65
|
value?: string | {
|
|
@@ -69,6 +69,7 @@ declare const TextFieldSchema: z.ZodObject<{
|
|
|
69
69
|
args: Record<string, any>;
|
|
70
70
|
returnType?: "string" | "number" | "boolean" | "object" | "array" | "void" | "any" | undefined;
|
|
71
71
|
};
|
|
72
|
+
variant?: "number" | "longText" | "shortText" | "obscured";
|
|
72
73
|
label?: string | {
|
|
73
74
|
path: string;
|
|
74
75
|
} | {
|
|
@@ -76,7 +77,6 @@ declare const TextFieldSchema: z.ZodObject<{
|
|
|
76
77
|
args: Record<string, any>;
|
|
77
78
|
returnType?: "string" | "number" | "boolean" | "object" | "array" | "void" | "any" | undefined;
|
|
78
79
|
};
|
|
79
|
-
variant?: "number" | "longText" | "shortText" | "obscured";
|
|
80
80
|
validationRegexp?: string;
|
|
81
81
|
}>;
|
|
82
82
|
declare const TextFieldApiDef: {
|
|
@@ -130,6 +130,7 @@ declare const TextFieldApiDef: {
|
|
|
130
130
|
args: Record<string, any>;
|
|
131
131
|
returnType: "string" | "number" | "boolean" | "object" | "array" | "void" | "any";
|
|
132
132
|
};
|
|
133
|
+
variant?: "number" | "longText" | "shortText" | "obscured";
|
|
133
134
|
label?: string | {
|
|
134
135
|
path: string;
|
|
135
136
|
} | {
|
|
@@ -137,7 +138,6 @@ declare const TextFieldApiDef: {
|
|
|
137
138
|
args: Record<string, any>;
|
|
138
139
|
returnType: "string" | "number" | "boolean" | "object" | "array" | "void" | "any";
|
|
139
140
|
};
|
|
140
|
-
variant?: "number" | "longText" | "shortText" | "obscured";
|
|
141
141
|
validationRegexp?: string;
|
|
142
142
|
}, {
|
|
143
143
|
value?: string | {
|
|
@@ -147,6 +147,7 @@ declare const TextFieldApiDef: {
|
|
|
147
147
|
args: Record<string, any>;
|
|
148
148
|
returnType?: "string" | "number" | "boolean" | "object" | "array" | "void" | "any" | undefined;
|
|
149
149
|
};
|
|
150
|
+
variant?: "number" | "longText" | "shortText" | "obscured";
|
|
150
151
|
label?: string | {
|
|
151
152
|
path: string;
|
|
152
153
|
} | {
|
|
@@ -154,7 +155,6 @@ declare const TextFieldApiDef: {
|
|
|
154
155
|
args: Record<string, any>;
|
|
155
156
|
returnType?: "string" | "number" | "boolean" | "object" | "array" | "void" | "any" | undefined;
|
|
156
157
|
};
|
|
157
|
-
variant?: "number" | "longText" | "shortText" | "obscured";
|
|
158
158
|
validationRegexp?: string;
|
|
159
159
|
}>;
|
|
160
160
|
};
|
|
@@ -52,6 +52,7 @@ declare const TextFieldSchema: z.ZodObject<{
|
|
|
52
52
|
args: Record<string, any>;
|
|
53
53
|
returnType: "string" | "number" | "boolean" | "object" | "array" | "void" | "any";
|
|
54
54
|
};
|
|
55
|
+
variant?: "number" | "longText" | "shortText" | "obscured";
|
|
55
56
|
label?: string | {
|
|
56
57
|
path: string;
|
|
57
58
|
} | {
|
|
@@ -59,7 +60,6 @@ declare const TextFieldSchema: z.ZodObject<{
|
|
|
59
60
|
args: Record<string, any>;
|
|
60
61
|
returnType: "string" | "number" | "boolean" | "object" | "array" | "void" | "any";
|
|
61
62
|
};
|
|
62
|
-
variant?: "number" | "longText" | "shortText" | "obscured";
|
|
63
63
|
validationRegexp?: string;
|
|
64
64
|
}, {
|
|
65
65
|
value?: string | {
|
|
@@ -69,6 +69,7 @@ declare const TextFieldSchema: z.ZodObject<{
|
|
|
69
69
|
args: Record<string, any>;
|
|
70
70
|
returnType?: "string" | "number" | "boolean" | "object" | "array" | "void" | "any" | undefined;
|
|
71
71
|
};
|
|
72
|
+
variant?: "number" | "longText" | "shortText" | "obscured";
|
|
72
73
|
label?: string | {
|
|
73
74
|
path: string;
|
|
74
75
|
} | {
|
|
@@ -76,7 +77,6 @@ declare const TextFieldSchema: z.ZodObject<{
|
|
|
76
77
|
args: Record<string, any>;
|
|
77
78
|
returnType?: "string" | "number" | "boolean" | "object" | "array" | "void" | "any" | undefined;
|
|
78
79
|
};
|
|
79
|
-
variant?: "number" | "longText" | "shortText" | "obscured";
|
|
80
80
|
validationRegexp?: string;
|
|
81
81
|
}>;
|
|
82
82
|
declare const TextFieldApiDef: {
|
|
@@ -130,6 +130,7 @@ declare const TextFieldApiDef: {
|
|
|
130
130
|
args: Record<string, any>;
|
|
131
131
|
returnType: "string" | "number" | "boolean" | "object" | "array" | "void" | "any";
|
|
132
132
|
};
|
|
133
|
+
variant?: "number" | "longText" | "shortText" | "obscured";
|
|
133
134
|
label?: string | {
|
|
134
135
|
path: string;
|
|
135
136
|
} | {
|
|
@@ -137,7 +138,6 @@ declare const TextFieldApiDef: {
|
|
|
137
138
|
args: Record<string, any>;
|
|
138
139
|
returnType: "string" | "number" | "boolean" | "object" | "array" | "void" | "any";
|
|
139
140
|
};
|
|
140
|
-
variant?: "number" | "longText" | "shortText" | "obscured";
|
|
141
141
|
validationRegexp?: string;
|
|
142
142
|
}, {
|
|
143
143
|
value?: string | {
|
|
@@ -147,6 +147,7 @@ declare const TextFieldApiDef: {
|
|
|
147
147
|
args: Record<string, any>;
|
|
148
148
|
returnType?: "string" | "number" | "boolean" | "object" | "array" | "void" | "any" | undefined;
|
|
149
149
|
};
|
|
150
|
+
variant?: "number" | "longText" | "shortText" | "obscured";
|
|
150
151
|
label?: string | {
|
|
151
152
|
path: string;
|
|
152
153
|
} | {
|
|
@@ -154,7 +155,6 @@ declare const TextFieldApiDef: {
|
|
|
154
155
|
args: Record<string, any>;
|
|
155
156
|
returnType?: "string" | "number" | "boolean" | "object" | "array" | "void" | "any" | undefined;
|
|
156
157
|
};
|
|
157
|
-
variant?: "number" | "longText" | "shortText" | "obscured";
|
|
158
158
|
validationRegexp?: string;
|
|
159
159
|
}>;
|
|
160
160
|
};
|