@a2ui/web_core 0.9.1 → 0.10.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.
- package/.tsbuildinfo +1 -1
- package/LICENSE +25 -1
- package/README.md +1 -1
- package/package.json +1 -1
- package/src/v0_8/data/guards.d.ts +1 -1
- package/src/v0_8/data/guards.d.ts.map +1 -1
- package/src/v0_8/data/guards.js +37 -41
- package/src/v0_8/data/guards.js.map +1 -1
- package/src/v0_8/data/guards.test.js +51 -51
- package/src/v0_8/data/guards.test.js.map +1 -1
- package/src/v0_8/data/model-processor.d.ts +1 -1
- package/src/v0_8/data/model-processor.d.ts.map +1 -1
- package/src/v0_8/data/model-processor.js +85 -88
- package/src/v0_8/data/model-processor.js.map +1 -1
- package/src/v0_8/data/model-processor.test.js +288 -323
- package/src/v0_8/data/model-processor.test.js.map +1 -1
- package/src/v0_8/errors.js +5 -5
- package/src/v0_8/events/index.d.ts +2 -2
- package/src/v0_8/events/index.js +2 -2
- package/src/v0_8/events/validation-event.d.ts +4 -4
- package/src/v0_8/events/validation-event.d.ts.map +1 -1
- package/src/v0_8/events/validation-event.js +1 -1
- package/src/v0_8/events/validation-event.js.map +1 -1
- package/src/v0_8/index.d.ts +8 -8
- package/src/v0_8/index.js +9 -9
- package/src/v0_8/index.js.map +1 -1
- package/src/v0_8/schema/common-types.d.ts +4 -4
- package/src/v0_8/schema/common-types.d.ts.map +1 -1
- package/src/v0_8/schema/common-types.js +36 -84
- package/src/v0_8/schema/common-types.js.map +1 -1
- package/src/v0_8/schema/server-to-client.d.ts +562 -562
- package/src/v0_8/schema/server-to-client.d.ts.map +1 -1
- package/src/v0_8/schema/server-to-client.js +28 -38
- package/src/v0_8/schema/server-to-client.js.map +1 -1
- package/src/v0_8/schema/verify-schema.test.js +31 -43
- package/src/v0_8/schema/verify-schema.test.js.map +1 -1
- package/src/v0_8/schemas/catalog_description_schema.json +1 -5
- package/src/v0_8/schemas/client_to_server.json +2 -11
- package/src/v0_8/schemas/server_to_client_with_standard_catalog.json +3 -23
- package/src/v0_8/schemas/standard_catalog_definition.json +36 -159
- package/src/v0_8/styles/behavior.js +1 -1
- package/src/v0_8/styles/border.js +2 -2
- package/src/v0_8/styles/border.js.map +1 -1
- package/src/v0_8/styles/colors.js +13 -13
- package/src/v0_8/styles/colors.js.map +1 -1
- package/src/v0_8/styles/index.d.ts +1 -1
- package/src/v0_8/styles/index.d.ts.map +1 -1
- package/src/v0_8/styles/index.js +10 -18
- package/src/v0_8/styles/index.js.map +1 -1
- package/src/v0_8/styles/layout.d.ts.map +1 -1
- package/src/v0_8/styles/layout.js +10 -12
- package/src/v0_8/styles/layout.js.map +1 -1
- package/src/v0_8/styles/opacity.js +1 -1
- package/src/v0_8/styles/styles.test.js +43 -43
- package/src/v0_8/styles/styles.test.js.map +1 -1
- package/src/v0_8/styles/type.js +1 -1
- package/src/v0_8/styles/utils.d.ts +1 -1
- package/src/v0_8/styles/utils.d.ts.map +1 -1
- package/src/v0_8/styles/utils.js +4 -4
- package/src/v0_8/styles/utils.js.map +1 -1
- package/src/v0_8/types/client-event.d.ts.map +1 -1
- package/src/v0_8/types/colors.d.ts +13 -13
- package/src/v0_8/types/colors.d.ts.map +1 -1
- package/src/v0_8/types/components.d.ts +2 -2
- package/src/v0_8/types/components.d.ts.map +1 -1
- package/src/v0_8/types/primitives.d.ts +2 -2
- package/src/v0_8/types/primitives.d.ts.map +1 -1
- package/src/v0_8/types/types.d.ts +32 -32
- package/src/v0_8/types/types.d.ts.map +1 -1
- package/src/v0_9/basic_catalog/components/basic_components.d.ts +84 -68
- package/src/v0_9/basic_catalog/components/basic_components.d.ts.map +1 -1
- package/src/v0_9/basic_catalog/components/basic_components.js +17 -46
- package/src/v0_9/basic_catalog/components/basic_components.js.map +1 -1
- package/src/v0_9/basic_catalog/expressions/expression_parser.d.ts.map +1 -1
- package/src/v0_9/basic_catalog/expressions/expression_parser.js +5 -11
- package/src/v0_9/basic_catalog/expressions/expression_parser.js.map +1 -1
- package/src/v0_9/basic_catalog/expressions/expression_parser.test.js +6 -26
- package/src/v0_9/basic_catalog/expressions/expression_parser.test.js.map +1 -1
- package/src/v0_9/basic_catalog/functions/basic_functions.d.ts.map +1 -1
- package/src/v0_9/basic_catalog/functions/basic_functions.js.map +1 -1
- package/src/v0_9/basic_catalog/functions/basic_functions.test.js +1 -3
- package/src/v0_9/basic_catalog/functions/basic_functions.test.js.map +1 -1
- package/src/v0_9/basic_catalog/functions/basic_functions_api.d.ts.map +1 -1
- package/src/v0_9/basic_catalog/functions/basic_functions_api.js.map +1 -1
- package/src/v0_9/basic_catalog/index.d.ts +2 -1
- package/src/v0_9/basic_catalog/index.d.ts.map +1 -1
- package/src/v0_9/basic_catalog/index.js +1 -1
- package/src/v0_9/basic_catalog/index.js.map +1 -1
- package/src/v0_9/basic_catalog/styles/default.d.ts +34 -0
- package/src/v0_9/basic_catalog/styles/default.d.ts.map +1 -1
- package/src/v0_9/basic_catalog/styles/default.js +29 -6
- package/src/v0_9/basic_catalog/styles/default.js.map +1 -1
- package/src/v0_9/catalog/types.d.ts.map +1 -1
- package/src/v0_9/catalog/types.js.map +1 -1
- package/src/v0_9/catalog/types.test.js.map +1 -1
- package/src/v0_9/processing/message-processor.d.ts.map +1 -1
- package/src/v0_9/processing/message-processor.js +1 -2
- package/src/v0_9/processing/message-processor.js.map +1 -1
- package/src/v0_9/processing/message-processor.test.js +7 -19
- package/src/v0_9/processing/message-processor.test.js.map +1 -1
- package/src/v0_9/reactivity/signals.test.d.ts.map +1 -1
- package/src/v0_9/reactivity/signals.test.js +1 -1
- package/src/v0_9/reactivity/signals.test.js.map +1 -1
- package/src/v0_9/rendering/component-context.d.ts.map +1 -1
- package/src/v0_9/rendering/component-context.js.map +1 -1
- package/src/v0_9/rendering/data-context.d.ts.map +1 -1
- package/src/v0_9/rendering/data-context.js.map +1 -1
- package/src/v0_9/rendering/data-context.test.js +1 -4
- package/src/v0_9/rendering/data-context.test.js.map +1 -1
- package/src/v0_9/rendering/generic-binder.d.ts.map +1 -1
- package/src/v0_9/rendering/generic-binder.js +9 -17
- package/src/v0_9/rendering/generic-binder.js.map +1 -1
- package/src/v0_9/rendering/generic-binder.test.js +3 -9
- package/src/v0_9/rendering/generic-binder.test.js.map +1 -1
- package/src/v0_9/schema/client-capabilities.d.ts.map +1 -1
- package/src/v0_9/schema/client-to-server.d.ts +52 -52
- package/src/v0_9/schema/client-to-server.d.ts.map +1 -1
- package/src/v0_9/schema/client-to-server.js +7 -24
- package/src/v0_9/schema/client-to-server.js.map +1 -1
- package/src/v0_9/schema/client-to-server.test.js +1 -1
- package/src/v0_9/schema/client-to-server.test.js.map +1 -1
- package/src/v0_9/schema/common-types.d.ts +2 -0
- package/src/v0_9/schema/common-types.d.ts.map +1 -1
- package/src/v0_9/schema/common-types.js +4 -13
- package/src/v0_9/schema/common-types.js.map +1 -1
- package/src/v0_9/schema/server-to-client.d.ts +28 -28
- package/src/v0_9/schema/server-to-client.d.ts.map +1 -1
- package/src/v0_9/schema/server-to-client.js +6 -19
- package/src/v0_9/schema/server-to-client.js.map +1 -1
- package/src/v0_9/schema/verify-schema.test.js +4 -16
- package/src/v0_9/schema/verify-schema.test.js.map +1 -1
- package/src/v0_9/schemas/basic_catalog.json +6 -10
- package/src/v0_9/schemas/client_capabilities.json +1 -9
- package/src/v0_9/schemas/client_to_server.json +1 -7
- package/src/v0_9/schemas/client_to_server_list_wrapper.json +1 -3
- package/src/v0_9/schemas/common_types.json +2 -12
- package/src/v0_9/schemas/server_to_client.json +1 -1
- package/src/v0_9/schemas/server_to_client_list_wrapper.json +1 -3
- package/src/v0_9/state/data-model.d.ts.map +1 -1
- package/src/v0_9/state/data-model.js +1 -2
- package/src/v0_9/state/data-model.js.map +1 -1
- package/src/v0_9/state/data-model.test.js.map +1 -1
- package/src/v0_9/state/surface-components-model.d.ts.map +1 -1
- package/src/v0_9/state/surface-components-model.js.map +1 -1
- package/src/v0_9/state/surface-group-model.d.ts.map +1 -1
- package/src/v0_9/state/surface-group-model.js.map +1 -1
- package/src/v0_9/state/surface-model.d.ts +1 -1
- package/src/v0_9/state/surface-model.d.ts.map +1 -1
- package/src/v0_9/state/surface-model.js +2 -5
- package/src/v0_9/state/surface-model.js.map +1 -1
- package/src/v0_9/state/surface-model.test.js.map +1 -1
- package/src/v0_9/test/function_execution.spec.js.map +1 -1
- package/src/v0_9/test/test-utils.d.ts.map +1 -1
- package/src/v0_9/test/test-utils.js.map +1 -1
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
import { z } from
|
|
16
|
+
import { z } from 'zod';
|
|
17
17
|
export declare const ValueMapSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
18
18
|
key: z.ZodString;
|
|
19
19
|
valueString: z.ZodOptional<z.ZodString>;
|
|
@@ -778,7 +778,7 @@ export declare const AnyComponentSchema: z.ZodObject<{
|
|
|
778
778
|
literalString?: string | undefined;
|
|
779
779
|
literal?: string | undefined;
|
|
780
780
|
}>;
|
|
781
|
-
textFieldType: z.ZodOptional<z.ZodEnum<["shortText", "number", "date", "longText"]>>;
|
|
781
|
+
textFieldType: z.ZodOptional<z.ZodEnum<["shortText", "number", "date", "longText", "obscured"]>>;
|
|
782
782
|
validationRegexp: z.ZodOptional<z.ZodString>;
|
|
783
783
|
}, "strip", z.ZodTypeAny, {
|
|
784
784
|
label: {
|
|
@@ -791,7 +791,7 @@ export declare const AnyComponentSchema: z.ZodObject<{
|
|
|
791
791
|
literalString?: string | undefined;
|
|
792
792
|
literal?: string | undefined;
|
|
793
793
|
} | undefined;
|
|
794
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
794
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
795
795
|
validationRegexp?: string | undefined;
|
|
796
796
|
}, {
|
|
797
797
|
label: {
|
|
@@ -804,7 +804,7 @@ export declare const AnyComponentSchema: z.ZodObject<{
|
|
|
804
804
|
literalString?: string | undefined;
|
|
805
805
|
literal?: string | undefined;
|
|
806
806
|
} | undefined;
|
|
807
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
807
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
808
808
|
validationRegexp?: string | undefined;
|
|
809
809
|
}>>;
|
|
810
810
|
DateTimeInput: z.ZodOptional<z.ZodObject<{
|
|
@@ -1719,7 +1719,7 @@ export declare const AnyComponentSchema: z.ZodObject<{
|
|
|
1719
1719
|
literalString?: string | undefined;
|
|
1720
1720
|
literal?: string | undefined;
|
|
1721
1721
|
}>;
|
|
1722
|
-
textFieldType: z.ZodOptional<z.ZodEnum<["shortText", "number", "date", "longText"]>>;
|
|
1722
|
+
textFieldType: z.ZodOptional<z.ZodEnum<["shortText", "number", "date", "longText", "obscured"]>>;
|
|
1723
1723
|
validationRegexp: z.ZodOptional<z.ZodString>;
|
|
1724
1724
|
}, "strip", z.ZodTypeAny, {
|
|
1725
1725
|
label: {
|
|
@@ -1732,7 +1732,7 @@ export declare const AnyComponentSchema: z.ZodObject<{
|
|
|
1732
1732
|
literalString?: string | undefined;
|
|
1733
1733
|
literal?: string | undefined;
|
|
1734
1734
|
} | undefined;
|
|
1735
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
1735
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
1736
1736
|
validationRegexp?: string | undefined;
|
|
1737
1737
|
}, {
|
|
1738
1738
|
label: {
|
|
@@ -1745,7 +1745,7 @@ export declare const AnyComponentSchema: z.ZodObject<{
|
|
|
1745
1745
|
literalString?: string | undefined;
|
|
1746
1746
|
literal?: string | undefined;
|
|
1747
1747
|
} | undefined;
|
|
1748
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
1748
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
1749
1749
|
validationRegexp?: string | undefined;
|
|
1750
1750
|
}>>;
|
|
1751
1751
|
DateTimeInput: z.ZodOptional<z.ZodObject<{
|
|
@@ -2660,7 +2660,7 @@ export declare const AnyComponentSchema: z.ZodObject<{
|
|
|
2660
2660
|
literalString?: string | undefined;
|
|
2661
2661
|
literal?: string | undefined;
|
|
2662
2662
|
}>;
|
|
2663
|
-
textFieldType: z.ZodOptional<z.ZodEnum<["shortText", "number", "date", "longText"]>>;
|
|
2663
|
+
textFieldType: z.ZodOptional<z.ZodEnum<["shortText", "number", "date", "longText", "obscured"]>>;
|
|
2664
2664
|
validationRegexp: z.ZodOptional<z.ZodString>;
|
|
2665
2665
|
}, "strip", z.ZodTypeAny, {
|
|
2666
2666
|
label: {
|
|
@@ -2673,7 +2673,7 @@ export declare const AnyComponentSchema: z.ZodObject<{
|
|
|
2673
2673
|
literalString?: string | undefined;
|
|
2674
2674
|
literal?: string | undefined;
|
|
2675
2675
|
} | undefined;
|
|
2676
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
2676
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
2677
2677
|
validationRegexp?: string | undefined;
|
|
2678
2678
|
}, {
|
|
2679
2679
|
label: {
|
|
@@ -2686,7 +2686,7 @@ export declare const AnyComponentSchema: z.ZodObject<{
|
|
|
2686
2686
|
literalString?: string | undefined;
|
|
2687
2687
|
literal?: string | undefined;
|
|
2688
2688
|
} | undefined;
|
|
2689
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
2689
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
2690
2690
|
validationRegexp?: string | undefined;
|
|
2691
2691
|
}>>;
|
|
2692
2692
|
DateTimeInput: z.ZodOptional<z.ZodObject<{
|
|
@@ -3602,7 +3602,7 @@ export declare const ComponentPropertiesSchema: z.ZodObject<{
|
|
|
3602
3602
|
literalString?: string | undefined;
|
|
3603
3603
|
literal?: string | undefined;
|
|
3604
3604
|
}>;
|
|
3605
|
-
textFieldType: z.ZodOptional<z.ZodEnum<["shortText", "number", "date", "longText"]>>;
|
|
3605
|
+
textFieldType: z.ZodOptional<z.ZodEnum<["shortText", "number", "date", "longText", "obscured"]>>;
|
|
3606
3606
|
validationRegexp: z.ZodOptional<z.ZodString>;
|
|
3607
3607
|
}, "strip", z.ZodTypeAny, {
|
|
3608
3608
|
label: {
|
|
@@ -3615,7 +3615,7 @@ export declare const ComponentPropertiesSchema: z.ZodObject<{
|
|
|
3615
3615
|
literalString?: string | undefined;
|
|
3616
3616
|
literal?: string | undefined;
|
|
3617
3617
|
} | undefined;
|
|
3618
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
3618
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
3619
3619
|
validationRegexp?: string | undefined;
|
|
3620
3620
|
}, {
|
|
3621
3621
|
label: {
|
|
@@ -3628,7 +3628,7 @@ export declare const ComponentPropertiesSchema: z.ZodObject<{
|
|
|
3628
3628
|
literalString?: string | undefined;
|
|
3629
3629
|
literal?: string | undefined;
|
|
3630
3630
|
} | undefined;
|
|
3631
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
3631
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
3632
3632
|
validationRegexp?: string | undefined;
|
|
3633
3633
|
}>>;
|
|
3634
3634
|
DateTimeInput: z.ZodOptional<z.ZodObject<{
|
|
@@ -4543,7 +4543,7 @@ export declare const ComponentPropertiesSchema: z.ZodObject<{
|
|
|
4543
4543
|
literalString?: string | undefined;
|
|
4544
4544
|
literal?: string | undefined;
|
|
4545
4545
|
}>;
|
|
4546
|
-
textFieldType: z.ZodOptional<z.ZodEnum<["shortText", "number", "date", "longText"]>>;
|
|
4546
|
+
textFieldType: z.ZodOptional<z.ZodEnum<["shortText", "number", "date", "longText", "obscured"]>>;
|
|
4547
4547
|
validationRegexp: z.ZodOptional<z.ZodString>;
|
|
4548
4548
|
}, "strip", z.ZodTypeAny, {
|
|
4549
4549
|
label: {
|
|
@@ -4556,7 +4556,7 @@ export declare const ComponentPropertiesSchema: z.ZodObject<{
|
|
|
4556
4556
|
literalString?: string | undefined;
|
|
4557
4557
|
literal?: string | undefined;
|
|
4558
4558
|
} | undefined;
|
|
4559
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
4559
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
4560
4560
|
validationRegexp?: string | undefined;
|
|
4561
4561
|
}, {
|
|
4562
4562
|
label: {
|
|
@@ -4569,7 +4569,7 @@ export declare const ComponentPropertiesSchema: z.ZodObject<{
|
|
|
4569
4569
|
literalString?: string | undefined;
|
|
4570
4570
|
literal?: string | undefined;
|
|
4571
4571
|
} | undefined;
|
|
4572
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
4572
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
4573
4573
|
validationRegexp?: string | undefined;
|
|
4574
4574
|
}>>;
|
|
4575
4575
|
DateTimeInput: z.ZodOptional<z.ZodObject<{
|
|
@@ -5484,7 +5484,7 @@ export declare const ComponentPropertiesSchema: z.ZodObject<{
|
|
|
5484
5484
|
literalString?: string | undefined;
|
|
5485
5485
|
literal?: string | undefined;
|
|
5486
5486
|
}>;
|
|
5487
|
-
textFieldType: z.ZodOptional<z.ZodEnum<["shortText", "number", "date", "longText"]>>;
|
|
5487
|
+
textFieldType: z.ZodOptional<z.ZodEnum<["shortText", "number", "date", "longText", "obscured"]>>;
|
|
5488
5488
|
validationRegexp: z.ZodOptional<z.ZodString>;
|
|
5489
5489
|
}, "strip", z.ZodTypeAny, {
|
|
5490
5490
|
label: {
|
|
@@ -5497,7 +5497,7 @@ export declare const ComponentPropertiesSchema: z.ZodObject<{
|
|
|
5497
5497
|
literalString?: string | undefined;
|
|
5498
5498
|
literal?: string | undefined;
|
|
5499
5499
|
} | undefined;
|
|
5500
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
5500
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
5501
5501
|
validationRegexp?: string | undefined;
|
|
5502
5502
|
}, {
|
|
5503
5503
|
label: {
|
|
@@ -5510,7 +5510,7 @@ export declare const ComponentPropertiesSchema: z.ZodObject<{
|
|
|
5510
5510
|
literalString?: string | undefined;
|
|
5511
5511
|
literal?: string | undefined;
|
|
5512
5512
|
} | undefined;
|
|
5513
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
5513
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
5514
5514
|
validationRegexp?: string | undefined;
|
|
5515
5515
|
}>>;
|
|
5516
5516
|
DateTimeInput: z.ZodOptional<z.ZodObject<{
|
|
@@ -6429,7 +6429,7 @@ export declare const ComponentInstanceSchema: z.ZodObject<{
|
|
|
6429
6429
|
literalString?: string | undefined;
|
|
6430
6430
|
literal?: string | undefined;
|
|
6431
6431
|
}>;
|
|
6432
|
-
textFieldType: z.ZodOptional<z.ZodEnum<["shortText", "number", "date", "longText"]>>;
|
|
6432
|
+
textFieldType: z.ZodOptional<z.ZodEnum<["shortText", "number", "date", "longText", "obscured"]>>;
|
|
6433
6433
|
validationRegexp: z.ZodOptional<z.ZodString>;
|
|
6434
6434
|
}, "strip", z.ZodTypeAny, {
|
|
6435
6435
|
label: {
|
|
@@ -6442,7 +6442,7 @@ export declare const ComponentInstanceSchema: z.ZodObject<{
|
|
|
6442
6442
|
literalString?: string | undefined;
|
|
6443
6443
|
literal?: string | undefined;
|
|
6444
6444
|
} | undefined;
|
|
6445
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
6445
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
6446
6446
|
validationRegexp?: string | undefined;
|
|
6447
6447
|
}, {
|
|
6448
6448
|
label: {
|
|
@@ -6455,7 +6455,7 @@ export declare const ComponentInstanceSchema: z.ZodObject<{
|
|
|
6455
6455
|
literalString?: string | undefined;
|
|
6456
6456
|
literal?: string | undefined;
|
|
6457
6457
|
} | undefined;
|
|
6458
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
6458
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
6459
6459
|
validationRegexp?: string | undefined;
|
|
6460
6460
|
}>>;
|
|
6461
6461
|
DateTimeInput: z.ZodOptional<z.ZodObject<{
|
|
@@ -7370,7 +7370,7 @@ export declare const ComponentInstanceSchema: z.ZodObject<{
|
|
|
7370
7370
|
literalString?: string | undefined;
|
|
7371
7371
|
literal?: string | undefined;
|
|
7372
7372
|
}>;
|
|
7373
|
-
textFieldType: z.ZodOptional<z.ZodEnum<["shortText", "number", "date", "longText"]>>;
|
|
7373
|
+
textFieldType: z.ZodOptional<z.ZodEnum<["shortText", "number", "date", "longText", "obscured"]>>;
|
|
7374
7374
|
validationRegexp: z.ZodOptional<z.ZodString>;
|
|
7375
7375
|
}, "strip", z.ZodTypeAny, {
|
|
7376
7376
|
label: {
|
|
@@ -7383,7 +7383,7 @@ export declare const ComponentInstanceSchema: z.ZodObject<{
|
|
|
7383
7383
|
literalString?: string | undefined;
|
|
7384
7384
|
literal?: string | undefined;
|
|
7385
7385
|
} | undefined;
|
|
7386
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
7386
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
7387
7387
|
validationRegexp?: string | undefined;
|
|
7388
7388
|
}, {
|
|
7389
7389
|
label: {
|
|
@@ -7396,7 +7396,7 @@ export declare const ComponentInstanceSchema: z.ZodObject<{
|
|
|
7396
7396
|
literalString?: string | undefined;
|
|
7397
7397
|
literal?: string | undefined;
|
|
7398
7398
|
} | undefined;
|
|
7399
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
7399
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
7400
7400
|
validationRegexp?: string | undefined;
|
|
7401
7401
|
}>>;
|
|
7402
7402
|
DateTimeInput: z.ZodOptional<z.ZodObject<{
|
|
@@ -8311,7 +8311,7 @@ export declare const ComponentInstanceSchema: z.ZodObject<{
|
|
|
8311
8311
|
literalString?: string | undefined;
|
|
8312
8312
|
literal?: string | undefined;
|
|
8313
8313
|
}>;
|
|
8314
|
-
textFieldType: z.ZodOptional<z.ZodEnum<["shortText", "number", "date", "longText"]>>;
|
|
8314
|
+
textFieldType: z.ZodOptional<z.ZodEnum<["shortText", "number", "date", "longText", "obscured"]>>;
|
|
8315
8315
|
validationRegexp: z.ZodOptional<z.ZodString>;
|
|
8316
8316
|
}, "strip", z.ZodTypeAny, {
|
|
8317
8317
|
label: {
|
|
@@ -8324,7 +8324,7 @@ export declare const ComponentInstanceSchema: z.ZodObject<{
|
|
|
8324
8324
|
literalString?: string | undefined;
|
|
8325
8325
|
literal?: string | undefined;
|
|
8326
8326
|
} | undefined;
|
|
8327
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
8327
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
8328
8328
|
validationRegexp?: string | undefined;
|
|
8329
8329
|
}, {
|
|
8330
8330
|
label: {
|
|
@@ -8337,7 +8337,7 @@ export declare const ComponentInstanceSchema: z.ZodObject<{
|
|
|
8337
8337
|
literalString?: string | undefined;
|
|
8338
8338
|
literal?: string | undefined;
|
|
8339
8339
|
} | undefined;
|
|
8340
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
8340
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
8341
8341
|
validationRegexp?: string | undefined;
|
|
8342
8342
|
}>>;
|
|
8343
8343
|
DateTimeInput: z.ZodOptional<z.ZodObject<{
|
|
@@ -8628,15 +8628,15 @@ export declare const ComponentInstanceSchema: z.ZodObject<{
|
|
|
8628
8628
|
child: string;
|
|
8629
8629
|
}[];
|
|
8630
8630
|
} | undefined;
|
|
8631
|
-
Modal?: {
|
|
8632
|
-
entryPointChild: string;
|
|
8633
|
-
contentChild: string;
|
|
8634
|
-
} | undefined;
|
|
8635
8631
|
Divider?: {
|
|
8636
8632
|
axis?: "horizontal" | "vertical" | undefined;
|
|
8637
8633
|
color?: string | undefined;
|
|
8638
8634
|
thickness?: number | undefined;
|
|
8639
8635
|
} | undefined;
|
|
8636
|
+
Modal?: {
|
|
8637
|
+
entryPointChild: string;
|
|
8638
|
+
contentChild: string;
|
|
8639
|
+
} | undefined;
|
|
8640
8640
|
Button?: {
|
|
8641
8641
|
child: string;
|
|
8642
8642
|
action: {
|
|
@@ -8653,32 +8653,30 @@ export declare const ComponentInstanceSchema: z.ZodObject<{
|
|
|
8653
8653
|
};
|
|
8654
8654
|
primary?: boolean | undefined;
|
|
8655
8655
|
} | undefined;
|
|
8656
|
-
|
|
8656
|
+
Checkbox?: {
|
|
8657
|
+
value: {
|
|
8658
|
+
path?: string | undefined;
|
|
8659
|
+
literalBoolean?: boolean | undefined;
|
|
8660
|
+
};
|
|
8657
8661
|
label: {
|
|
8658
8662
|
path?: string | undefined;
|
|
8659
8663
|
literalString?: string | undefined;
|
|
8660
8664
|
literal?: string | undefined;
|
|
8661
8665
|
};
|
|
8662
|
-
|
|
8666
|
+
} | undefined;
|
|
8667
|
+
TextField?: {
|
|
8668
|
+
label: {
|
|
8663
8669
|
path?: string | undefined;
|
|
8664
8670
|
literalString?: string | undefined;
|
|
8665
8671
|
literal?: string | undefined;
|
|
8666
|
-
} | undefined;
|
|
8667
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
8668
|
-
validationRegexp?: string | undefined;
|
|
8669
|
-
} | undefined;
|
|
8670
|
-
Slider?: {
|
|
8671
|
-
value: {
|
|
8672
|
-
path?: string | undefined;
|
|
8673
|
-
literalNumber?: number | undefined;
|
|
8674
8672
|
};
|
|
8675
|
-
|
|
8673
|
+
text?: {
|
|
8676
8674
|
path?: string | undefined;
|
|
8677
8675
|
literalString?: string | undefined;
|
|
8678
8676
|
literal?: string | undefined;
|
|
8679
8677
|
} | undefined;
|
|
8680
|
-
|
|
8681
|
-
|
|
8678
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
8679
|
+
validationRegexp?: string | undefined;
|
|
8682
8680
|
} | undefined;
|
|
8683
8681
|
DateTimeInput?: {
|
|
8684
8682
|
value: {
|
|
@@ -8690,17 +8688,6 @@ export declare const ComponentInstanceSchema: z.ZodObject<{
|
|
|
8690
8688
|
enableTime?: boolean | undefined;
|
|
8691
8689
|
outputFormat?: string | undefined;
|
|
8692
8690
|
} | undefined;
|
|
8693
|
-
Checkbox?: {
|
|
8694
|
-
value: {
|
|
8695
|
-
path?: string | undefined;
|
|
8696
|
-
literalBoolean?: boolean | undefined;
|
|
8697
|
-
};
|
|
8698
|
-
label: {
|
|
8699
|
-
path?: string | undefined;
|
|
8700
|
-
literalString?: string | undefined;
|
|
8701
|
-
literal?: string | undefined;
|
|
8702
|
-
};
|
|
8703
|
-
} | undefined;
|
|
8704
8691
|
MultipleChoice?: {
|
|
8705
8692
|
selections: {
|
|
8706
8693
|
path?: string | undefined;
|
|
@@ -8717,6 +8704,19 @@ export declare const ComponentInstanceSchema: z.ZodObject<{
|
|
|
8717
8704
|
maxAllowedSelections?: number | undefined;
|
|
8718
8705
|
filterable?: boolean | undefined;
|
|
8719
8706
|
} | undefined;
|
|
8707
|
+
Slider?: {
|
|
8708
|
+
value: {
|
|
8709
|
+
path?: string | undefined;
|
|
8710
|
+
literalNumber?: number | undefined;
|
|
8711
|
+
};
|
|
8712
|
+
label?: {
|
|
8713
|
+
path?: string | undefined;
|
|
8714
|
+
literalString?: string | undefined;
|
|
8715
|
+
literal?: string | undefined;
|
|
8716
|
+
} | undefined;
|
|
8717
|
+
minValue?: number | undefined;
|
|
8718
|
+
maxValue?: number | undefined;
|
|
8719
|
+
} | undefined;
|
|
8720
8720
|
} & {
|
|
8721
8721
|
[k: string]: any;
|
|
8722
8722
|
};
|
|
@@ -8817,15 +8817,15 @@ export declare const ComponentInstanceSchema: z.ZodObject<{
|
|
|
8817
8817
|
child: string;
|
|
8818
8818
|
}[];
|
|
8819
8819
|
} | undefined;
|
|
8820
|
-
Modal?: {
|
|
8821
|
-
entryPointChild: string;
|
|
8822
|
-
contentChild: string;
|
|
8823
|
-
} | undefined;
|
|
8824
8820
|
Divider?: {
|
|
8825
8821
|
axis?: "horizontal" | "vertical" | undefined;
|
|
8826
8822
|
color?: string | undefined;
|
|
8827
8823
|
thickness?: number | undefined;
|
|
8828
8824
|
} | undefined;
|
|
8825
|
+
Modal?: {
|
|
8826
|
+
entryPointChild: string;
|
|
8827
|
+
contentChild: string;
|
|
8828
|
+
} | undefined;
|
|
8829
8829
|
Button?: {
|
|
8830
8830
|
child: string;
|
|
8831
8831
|
action: {
|
|
@@ -8842,32 +8842,30 @@ export declare const ComponentInstanceSchema: z.ZodObject<{
|
|
|
8842
8842
|
};
|
|
8843
8843
|
primary?: boolean | undefined;
|
|
8844
8844
|
} | undefined;
|
|
8845
|
-
|
|
8845
|
+
Checkbox?: {
|
|
8846
|
+
value: {
|
|
8847
|
+
path?: string | undefined;
|
|
8848
|
+
literalBoolean?: boolean | undefined;
|
|
8849
|
+
};
|
|
8846
8850
|
label: {
|
|
8847
8851
|
path?: string | undefined;
|
|
8848
8852
|
literalString?: string | undefined;
|
|
8849
8853
|
literal?: string | undefined;
|
|
8850
8854
|
};
|
|
8851
|
-
|
|
8855
|
+
} | undefined;
|
|
8856
|
+
TextField?: {
|
|
8857
|
+
label: {
|
|
8852
8858
|
path?: string | undefined;
|
|
8853
8859
|
literalString?: string | undefined;
|
|
8854
8860
|
literal?: string | undefined;
|
|
8855
|
-
} | undefined;
|
|
8856
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
8857
|
-
validationRegexp?: string | undefined;
|
|
8858
|
-
} | undefined;
|
|
8859
|
-
Slider?: {
|
|
8860
|
-
value: {
|
|
8861
|
-
path?: string | undefined;
|
|
8862
|
-
literalNumber?: number | undefined;
|
|
8863
8861
|
};
|
|
8864
|
-
|
|
8862
|
+
text?: {
|
|
8865
8863
|
path?: string | undefined;
|
|
8866
8864
|
literalString?: string | undefined;
|
|
8867
8865
|
literal?: string | undefined;
|
|
8868
8866
|
} | undefined;
|
|
8869
|
-
|
|
8870
|
-
|
|
8867
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
8868
|
+
validationRegexp?: string | undefined;
|
|
8871
8869
|
} | undefined;
|
|
8872
8870
|
DateTimeInput?: {
|
|
8873
8871
|
value: {
|
|
@@ -8879,17 +8877,6 @@ export declare const ComponentInstanceSchema: z.ZodObject<{
|
|
|
8879
8877
|
enableTime?: boolean | undefined;
|
|
8880
8878
|
outputFormat?: string | undefined;
|
|
8881
8879
|
} | undefined;
|
|
8882
|
-
Checkbox?: {
|
|
8883
|
-
value: {
|
|
8884
|
-
path?: string | undefined;
|
|
8885
|
-
literalBoolean?: boolean | undefined;
|
|
8886
|
-
};
|
|
8887
|
-
label: {
|
|
8888
|
-
path?: string | undefined;
|
|
8889
|
-
literalString?: string | undefined;
|
|
8890
|
-
literal?: string | undefined;
|
|
8891
|
-
};
|
|
8892
|
-
} | undefined;
|
|
8893
8880
|
MultipleChoice?: {
|
|
8894
8881
|
selections: {
|
|
8895
8882
|
path?: string | undefined;
|
|
@@ -8906,6 +8893,19 @@ export declare const ComponentInstanceSchema: z.ZodObject<{
|
|
|
8906
8893
|
maxAllowedSelections?: number | undefined;
|
|
8907
8894
|
filterable?: boolean | undefined;
|
|
8908
8895
|
} | undefined;
|
|
8896
|
+
Slider?: {
|
|
8897
|
+
value: {
|
|
8898
|
+
path?: string | undefined;
|
|
8899
|
+
literalNumber?: number | undefined;
|
|
8900
|
+
};
|
|
8901
|
+
label?: {
|
|
8902
|
+
path?: string | undefined;
|
|
8903
|
+
literalString?: string | undefined;
|
|
8904
|
+
literal?: string | undefined;
|
|
8905
|
+
} | undefined;
|
|
8906
|
+
minValue?: number | undefined;
|
|
8907
|
+
maxValue?: number | undefined;
|
|
8908
|
+
} | undefined;
|
|
8909
8909
|
} & {
|
|
8910
8910
|
[k: string]: any;
|
|
8911
8911
|
};
|
|
@@ -8926,16 +8926,16 @@ export declare const BeginRenderingMessageSchema: z.ZodObject<{
|
|
|
8926
8926
|
primaryColor?: string | undefined;
|
|
8927
8927
|
}>>;
|
|
8928
8928
|
}, "strict", z.ZodTypeAny, {
|
|
8929
|
-
root: string;
|
|
8930
8929
|
surfaceId: string;
|
|
8930
|
+
root: string;
|
|
8931
8931
|
catalogId?: string | undefined;
|
|
8932
8932
|
styles?: {
|
|
8933
8933
|
font?: string | undefined;
|
|
8934
8934
|
primaryColor?: string | undefined;
|
|
8935
8935
|
} | undefined;
|
|
8936
8936
|
}, {
|
|
8937
|
-
root: string;
|
|
8938
8937
|
surfaceId: string;
|
|
8938
|
+
root: string;
|
|
8939
8939
|
catalogId?: string | undefined;
|
|
8940
8940
|
styles?: {
|
|
8941
8941
|
font?: string | undefined;
|
|
@@ -9668,7 +9668,7 @@ export declare const SurfaceUpdateMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
9668
9668
|
literalString?: string | undefined;
|
|
9669
9669
|
literal?: string | undefined;
|
|
9670
9670
|
}>;
|
|
9671
|
-
textFieldType: z.ZodOptional<z.ZodEnum<["shortText", "number", "date", "longText"]>>;
|
|
9671
|
+
textFieldType: z.ZodOptional<z.ZodEnum<["shortText", "number", "date", "longText", "obscured"]>>;
|
|
9672
9672
|
validationRegexp: z.ZodOptional<z.ZodString>;
|
|
9673
9673
|
}, "strip", z.ZodTypeAny, {
|
|
9674
9674
|
label: {
|
|
@@ -9681,7 +9681,7 @@ export declare const SurfaceUpdateMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
9681
9681
|
literalString?: string | undefined;
|
|
9682
9682
|
literal?: string | undefined;
|
|
9683
9683
|
} | undefined;
|
|
9684
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
9684
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
9685
9685
|
validationRegexp?: string | undefined;
|
|
9686
9686
|
}, {
|
|
9687
9687
|
label: {
|
|
@@ -9694,7 +9694,7 @@ export declare const SurfaceUpdateMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
9694
9694
|
literalString?: string | undefined;
|
|
9695
9695
|
literal?: string | undefined;
|
|
9696
9696
|
} | undefined;
|
|
9697
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
9697
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
9698
9698
|
validationRegexp?: string | undefined;
|
|
9699
9699
|
}>>;
|
|
9700
9700
|
DateTimeInput: z.ZodOptional<z.ZodObject<{
|
|
@@ -10609,7 +10609,7 @@ export declare const SurfaceUpdateMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
10609
10609
|
literalString?: string | undefined;
|
|
10610
10610
|
literal?: string | undefined;
|
|
10611
10611
|
}>;
|
|
10612
|
-
textFieldType: z.ZodOptional<z.ZodEnum<["shortText", "number", "date", "longText"]>>;
|
|
10612
|
+
textFieldType: z.ZodOptional<z.ZodEnum<["shortText", "number", "date", "longText", "obscured"]>>;
|
|
10613
10613
|
validationRegexp: z.ZodOptional<z.ZodString>;
|
|
10614
10614
|
}, "strip", z.ZodTypeAny, {
|
|
10615
10615
|
label: {
|
|
@@ -10622,7 +10622,7 @@ export declare const SurfaceUpdateMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
10622
10622
|
literalString?: string | undefined;
|
|
10623
10623
|
literal?: string | undefined;
|
|
10624
10624
|
} | undefined;
|
|
10625
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
10625
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
10626
10626
|
validationRegexp?: string | undefined;
|
|
10627
10627
|
}, {
|
|
10628
10628
|
label: {
|
|
@@ -10635,7 +10635,7 @@ export declare const SurfaceUpdateMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
10635
10635
|
literalString?: string | undefined;
|
|
10636
10636
|
literal?: string | undefined;
|
|
10637
10637
|
} | undefined;
|
|
10638
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
10638
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
10639
10639
|
validationRegexp?: string | undefined;
|
|
10640
10640
|
}>>;
|
|
10641
10641
|
DateTimeInput: z.ZodOptional<z.ZodObject<{
|
|
@@ -11550,7 +11550,7 @@ export declare const SurfaceUpdateMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
11550
11550
|
literalString?: string | undefined;
|
|
11551
11551
|
literal?: string | undefined;
|
|
11552
11552
|
}>;
|
|
11553
|
-
textFieldType: z.ZodOptional<z.ZodEnum<["shortText", "number", "date", "longText"]>>;
|
|
11553
|
+
textFieldType: z.ZodOptional<z.ZodEnum<["shortText", "number", "date", "longText", "obscured"]>>;
|
|
11554
11554
|
validationRegexp: z.ZodOptional<z.ZodString>;
|
|
11555
11555
|
}, "strip", z.ZodTypeAny, {
|
|
11556
11556
|
label: {
|
|
@@ -11563,7 +11563,7 @@ export declare const SurfaceUpdateMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
11563
11563
|
literalString?: string | undefined;
|
|
11564
11564
|
literal?: string | undefined;
|
|
11565
11565
|
} | undefined;
|
|
11566
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
11566
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
11567
11567
|
validationRegexp?: string | undefined;
|
|
11568
11568
|
}, {
|
|
11569
11569
|
label: {
|
|
@@ -11576,7 +11576,7 @@ export declare const SurfaceUpdateMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
11576
11576
|
literalString?: string | undefined;
|
|
11577
11577
|
literal?: string | undefined;
|
|
11578
11578
|
} | undefined;
|
|
11579
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
11579
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
11580
11580
|
validationRegexp?: string | undefined;
|
|
11581
11581
|
}>>;
|
|
11582
11582
|
DateTimeInput: z.ZodOptional<z.ZodObject<{
|
|
@@ -11867,15 +11867,15 @@ export declare const SurfaceUpdateMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
11867
11867
|
child: string;
|
|
11868
11868
|
}[];
|
|
11869
11869
|
} | undefined;
|
|
11870
|
-
Modal?: {
|
|
11871
|
-
entryPointChild: string;
|
|
11872
|
-
contentChild: string;
|
|
11873
|
-
} | undefined;
|
|
11874
11870
|
Divider?: {
|
|
11875
11871
|
axis?: "horizontal" | "vertical" | undefined;
|
|
11876
11872
|
color?: string | undefined;
|
|
11877
11873
|
thickness?: number | undefined;
|
|
11878
11874
|
} | undefined;
|
|
11875
|
+
Modal?: {
|
|
11876
|
+
entryPointChild: string;
|
|
11877
|
+
contentChild: string;
|
|
11878
|
+
} | undefined;
|
|
11879
11879
|
Button?: {
|
|
11880
11880
|
child: string;
|
|
11881
11881
|
action: {
|
|
@@ -11892,32 +11892,30 @@ export declare const SurfaceUpdateMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
11892
11892
|
};
|
|
11893
11893
|
primary?: boolean | undefined;
|
|
11894
11894
|
} | undefined;
|
|
11895
|
-
|
|
11895
|
+
Checkbox?: {
|
|
11896
|
+
value: {
|
|
11897
|
+
path?: string | undefined;
|
|
11898
|
+
literalBoolean?: boolean | undefined;
|
|
11899
|
+
};
|
|
11896
11900
|
label: {
|
|
11897
11901
|
path?: string | undefined;
|
|
11898
11902
|
literalString?: string | undefined;
|
|
11899
11903
|
literal?: string | undefined;
|
|
11900
11904
|
};
|
|
11901
|
-
|
|
11905
|
+
} | undefined;
|
|
11906
|
+
TextField?: {
|
|
11907
|
+
label: {
|
|
11902
11908
|
path?: string | undefined;
|
|
11903
11909
|
literalString?: string | undefined;
|
|
11904
11910
|
literal?: string | undefined;
|
|
11905
|
-
} | undefined;
|
|
11906
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
11907
|
-
validationRegexp?: string | undefined;
|
|
11908
|
-
} | undefined;
|
|
11909
|
-
Slider?: {
|
|
11910
|
-
value: {
|
|
11911
|
-
path?: string | undefined;
|
|
11912
|
-
literalNumber?: number | undefined;
|
|
11913
11911
|
};
|
|
11914
|
-
|
|
11912
|
+
text?: {
|
|
11915
11913
|
path?: string | undefined;
|
|
11916
11914
|
literalString?: string | undefined;
|
|
11917
11915
|
literal?: string | undefined;
|
|
11918
11916
|
} | undefined;
|
|
11919
|
-
|
|
11920
|
-
|
|
11917
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
11918
|
+
validationRegexp?: string | undefined;
|
|
11921
11919
|
} | undefined;
|
|
11922
11920
|
DateTimeInput?: {
|
|
11923
11921
|
value: {
|
|
@@ -11929,17 +11927,6 @@ export declare const SurfaceUpdateMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
11929
11927
|
enableTime?: boolean | undefined;
|
|
11930
11928
|
outputFormat?: string | undefined;
|
|
11931
11929
|
} | undefined;
|
|
11932
|
-
Checkbox?: {
|
|
11933
|
-
value: {
|
|
11934
|
-
path?: string | undefined;
|
|
11935
|
-
literalBoolean?: boolean | undefined;
|
|
11936
|
-
};
|
|
11937
|
-
label: {
|
|
11938
|
-
path?: string | undefined;
|
|
11939
|
-
literalString?: string | undefined;
|
|
11940
|
-
literal?: string | undefined;
|
|
11941
|
-
};
|
|
11942
|
-
} | undefined;
|
|
11943
11930
|
MultipleChoice?: {
|
|
11944
11931
|
selections: {
|
|
11945
11932
|
path?: string | undefined;
|
|
@@ -11956,6 +11943,19 @@ export declare const SurfaceUpdateMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
11956
11943
|
maxAllowedSelections?: number | undefined;
|
|
11957
11944
|
filterable?: boolean | undefined;
|
|
11958
11945
|
} | undefined;
|
|
11946
|
+
Slider?: {
|
|
11947
|
+
value: {
|
|
11948
|
+
path?: string | undefined;
|
|
11949
|
+
literalNumber?: number | undefined;
|
|
11950
|
+
};
|
|
11951
|
+
label?: {
|
|
11952
|
+
path?: string | undefined;
|
|
11953
|
+
literalString?: string | undefined;
|
|
11954
|
+
literal?: string | undefined;
|
|
11955
|
+
} | undefined;
|
|
11956
|
+
minValue?: number | undefined;
|
|
11957
|
+
maxValue?: number | undefined;
|
|
11958
|
+
} | undefined;
|
|
11959
11959
|
} & {
|
|
11960
11960
|
[k: string]: any;
|
|
11961
11961
|
};
|
|
@@ -12056,15 +12056,15 @@ export declare const SurfaceUpdateMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
12056
12056
|
child: string;
|
|
12057
12057
|
}[];
|
|
12058
12058
|
} | undefined;
|
|
12059
|
-
Modal?: {
|
|
12060
|
-
entryPointChild: string;
|
|
12061
|
-
contentChild: string;
|
|
12062
|
-
} | undefined;
|
|
12063
12059
|
Divider?: {
|
|
12064
12060
|
axis?: "horizontal" | "vertical" | undefined;
|
|
12065
12061
|
color?: string | undefined;
|
|
12066
12062
|
thickness?: number | undefined;
|
|
12067
12063
|
} | undefined;
|
|
12064
|
+
Modal?: {
|
|
12065
|
+
entryPointChild: string;
|
|
12066
|
+
contentChild: string;
|
|
12067
|
+
} | undefined;
|
|
12068
12068
|
Button?: {
|
|
12069
12069
|
child: string;
|
|
12070
12070
|
action: {
|
|
@@ -12081,32 +12081,30 @@ export declare const SurfaceUpdateMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
12081
12081
|
};
|
|
12082
12082
|
primary?: boolean | undefined;
|
|
12083
12083
|
} | undefined;
|
|
12084
|
-
|
|
12084
|
+
Checkbox?: {
|
|
12085
|
+
value: {
|
|
12086
|
+
path?: string | undefined;
|
|
12087
|
+
literalBoolean?: boolean | undefined;
|
|
12088
|
+
};
|
|
12085
12089
|
label: {
|
|
12086
12090
|
path?: string | undefined;
|
|
12087
12091
|
literalString?: string | undefined;
|
|
12088
12092
|
literal?: string | undefined;
|
|
12089
12093
|
};
|
|
12090
|
-
|
|
12094
|
+
} | undefined;
|
|
12095
|
+
TextField?: {
|
|
12096
|
+
label: {
|
|
12091
12097
|
path?: string | undefined;
|
|
12092
12098
|
literalString?: string | undefined;
|
|
12093
12099
|
literal?: string | undefined;
|
|
12094
|
-
} | undefined;
|
|
12095
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
12096
|
-
validationRegexp?: string | undefined;
|
|
12097
|
-
} | undefined;
|
|
12098
|
-
Slider?: {
|
|
12099
|
-
value: {
|
|
12100
|
-
path?: string | undefined;
|
|
12101
|
-
literalNumber?: number | undefined;
|
|
12102
12100
|
};
|
|
12103
|
-
|
|
12101
|
+
text?: {
|
|
12104
12102
|
path?: string | undefined;
|
|
12105
12103
|
literalString?: string | undefined;
|
|
12106
12104
|
literal?: string | undefined;
|
|
12107
12105
|
} | undefined;
|
|
12108
|
-
|
|
12109
|
-
|
|
12106
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
12107
|
+
validationRegexp?: string | undefined;
|
|
12110
12108
|
} | undefined;
|
|
12111
12109
|
DateTimeInput?: {
|
|
12112
12110
|
value: {
|
|
@@ -12118,17 +12116,6 @@ export declare const SurfaceUpdateMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
12118
12116
|
enableTime?: boolean | undefined;
|
|
12119
12117
|
outputFormat?: string | undefined;
|
|
12120
12118
|
} | undefined;
|
|
12121
|
-
Checkbox?: {
|
|
12122
|
-
value: {
|
|
12123
|
-
path?: string | undefined;
|
|
12124
|
-
literalBoolean?: boolean | undefined;
|
|
12125
|
-
};
|
|
12126
|
-
label: {
|
|
12127
|
-
path?: string | undefined;
|
|
12128
|
-
literalString?: string | undefined;
|
|
12129
|
-
literal?: string | undefined;
|
|
12130
|
-
};
|
|
12131
|
-
} | undefined;
|
|
12132
12119
|
MultipleChoice?: {
|
|
12133
12120
|
selections: {
|
|
12134
12121
|
path?: string | undefined;
|
|
@@ -12145,6 +12132,19 @@ export declare const SurfaceUpdateMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
12145
12132
|
maxAllowedSelections?: number | undefined;
|
|
12146
12133
|
filterable?: boolean | undefined;
|
|
12147
12134
|
} | undefined;
|
|
12135
|
+
Slider?: {
|
|
12136
|
+
value: {
|
|
12137
|
+
path?: string | undefined;
|
|
12138
|
+
literalNumber?: number | undefined;
|
|
12139
|
+
};
|
|
12140
|
+
label?: {
|
|
12141
|
+
path?: string | undefined;
|
|
12142
|
+
literalString?: string | undefined;
|
|
12143
|
+
literal?: string | undefined;
|
|
12144
|
+
} | undefined;
|
|
12145
|
+
minValue?: number | undefined;
|
|
12146
|
+
maxValue?: number | undefined;
|
|
12147
|
+
} | undefined;
|
|
12148
12148
|
} & {
|
|
12149
12149
|
[k: string]: any;
|
|
12150
12150
|
};
|
|
@@ -12248,15 +12248,15 @@ export declare const SurfaceUpdateMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
12248
12248
|
child: string;
|
|
12249
12249
|
}[];
|
|
12250
12250
|
} | undefined;
|
|
12251
|
-
Modal?: {
|
|
12252
|
-
entryPointChild: string;
|
|
12253
|
-
contentChild: string;
|
|
12254
|
-
} | undefined;
|
|
12255
12251
|
Divider?: {
|
|
12256
12252
|
axis?: "horizontal" | "vertical" | undefined;
|
|
12257
12253
|
color?: string | undefined;
|
|
12258
12254
|
thickness?: number | undefined;
|
|
12259
12255
|
} | undefined;
|
|
12256
|
+
Modal?: {
|
|
12257
|
+
entryPointChild: string;
|
|
12258
|
+
contentChild: string;
|
|
12259
|
+
} | undefined;
|
|
12260
12260
|
Button?: {
|
|
12261
12261
|
child: string;
|
|
12262
12262
|
action: {
|
|
@@ -12273,32 +12273,30 @@ export declare const SurfaceUpdateMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
12273
12273
|
};
|
|
12274
12274
|
primary?: boolean | undefined;
|
|
12275
12275
|
} | undefined;
|
|
12276
|
-
|
|
12276
|
+
Checkbox?: {
|
|
12277
|
+
value: {
|
|
12278
|
+
path?: string | undefined;
|
|
12279
|
+
literalBoolean?: boolean | undefined;
|
|
12280
|
+
};
|
|
12277
12281
|
label: {
|
|
12278
12282
|
path?: string | undefined;
|
|
12279
12283
|
literalString?: string | undefined;
|
|
12280
12284
|
literal?: string | undefined;
|
|
12281
12285
|
};
|
|
12282
|
-
|
|
12286
|
+
} | undefined;
|
|
12287
|
+
TextField?: {
|
|
12288
|
+
label: {
|
|
12283
12289
|
path?: string | undefined;
|
|
12284
12290
|
literalString?: string | undefined;
|
|
12285
12291
|
literal?: string | undefined;
|
|
12286
|
-
} | undefined;
|
|
12287
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
12288
|
-
validationRegexp?: string | undefined;
|
|
12289
|
-
} | undefined;
|
|
12290
|
-
Slider?: {
|
|
12291
|
-
value: {
|
|
12292
|
-
path?: string | undefined;
|
|
12293
|
-
literalNumber?: number | undefined;
|
|
12294
12292
|
};
|
|
12295
|
-
|
|
12293
|
+
text?: {
|
|
12296
12294
|
path?: string | undefined;
|
|
12297
12295
|
literalString?: string | undefined;
|
|
12298
12296
|
literal?: string | undefined;
|
|
12299
12297
|
} | undefined;
|
|
12300
|
-
|
|
12301
|
-
|
|
12298
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
12299
|
+
validationRegexp?: string | undefined;
|
|
12302
12300
|
} | undefined;
|
|
12303
12301
|
DateTimeInput?: {
|
|
12304
12302
|
value: {
|
|
@@ -12310,21 +12308,10 @@ export declare const SurfaceUpdateMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
12310
12308
|
enableTime?: boolean | undefined;
|
|
12311
12309
|
outputFormat?: string | undefined;
|
|
12312
12310
|
} | undefined;
|
|
12313
|
-
|
|
12314
|
-
|
|
12311
|
+
MultipleChoice?: {
|
|
12312
|
+
selections: {
|
|
12315
12313
|
path?: string | undefined;
|
|
12316
|
-
|
|
12317
|
-
};
|
|
12318
|
-
label: {
|
|
12319
|
-
path?: string | undefined;
|
|
12320
|
-
literalString?: string | undefined;
|
|
12321
|
-
literal?: string | undefined;
|
|
12322
|
-
};
|
|
12323
|
-
} | undefined;
|
|
12324
|
-
MultipleChoice?: {
|
|
12325
|
-
selections: {
|
|
12326
|
-
path?: string | undefined;
|
|
12327
|
-
literalArray?: string[] | undefined;
|
|
12314
|
+
literalArray?: string[] | undefined;
|
|
12328
12315
|
};
|
|
12329
12316
|
options?: {
|
|
12330
12317
|
value: string;
|
|
@@ -12337,6 +12324,19 @@ export declare const SurfaceUpdateMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
12337
12324
|
maxAllowedSelections?: number | undefined;
|
|
12338
12325
|
filterable?: boolean | undefined;
|
|
12339
12326
|
} | undefined;
|
|
12327
|
+
Slider?: {
|
|
12328
|
+
value: {
|
|
12329
|
+
path?: string | undefined;
|
|
12330
|
+
literalNumber?: number | undefined;
|
|
12331
|
+
};
|
|
12332
|
+
label?: {
|
|
12333
|
+
path?: string | undefined;
|
|
12334
|
+
literalString?: string | undefined;
|
|
12335
|
+
literal?: string | undefined;
|
|
12336
|
+
} | undefined;
|
|
12337
|
+
minValue?: number | undefined;
|
|
12338
|
+
maxValue?: number | undefined;
|
|
12339
|
+
} | undefined;
|
|
12340
12340
|
} & {
|
|
12341
12341
|
[k: string]: any;
|
|
12342
12342
|
};
|
|
@@ -12440,15 +12440,15 @@ export declare const SurfaceUpdateMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
12440
12440
|
child: string;
|
|
12441
12441
|
}[];
|
|
12442
12442
|
} | undefined;
|
|
12443
|
-
Modal?: {
|
|
12444
|
-
entryPointChild: string;
|
|
12445
|
-
contentChild: string;
|
|
12446
|
-
} | undefined;
|
|
12447
12443
|
Divider?: {
|
|
12448
12444
|
axis?: "horizontal" | "vertical" | undefined;
|
|
12449
12445
|
color?: string | undefined;
|
|
12450
12446
|
thickness?: number | undefined;
|
|
12451
12447
|
} | undefined;
|
|
12448
|
+
Modal?: {
|
|
12449
|
+
entryPointChild: string;
|
|
12450
|
+
contentChild: string;
|
|
12451
|
+
} | undefined;
|
|
12452
12452
|
Button?: {
|
|
12453
12453
|
child: string;
|
|
12454
12454
|
action: {
|
|
@@ -12465,32 +12465,30 @@ export declare const SurfaceUpdateMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
12465
12465
|
};
|
|
12466
12466
|
primary?: boolean | undefined;
|
|
12467
12467
|
} | undefined;
|
|
12468
|
-
|
|
12468
|
+
Checkbox?: {
|
|
12469
|
+
value: {
|
|
12470
|
+
path?: string | undefined;
|
|
12471
|
+
literalBoolean?: boolean | undefined;
|
|
12472
|
+
};
|
|
12469
12473
|
label: {
|
|
12470
12474
|
path?: string | undefined;
|
|
12471
12475
|
literalString?: string | undefined;
|
|
12472
12476
|
literal?: string | undefined;
|
|
12473
12477
|
};
|
|
12474
|
-
|
|
12478
|
+
} | undefined;
|
|
12479
|
+
TextField?: {
|
|
12480
|
+
label: {
|
|
12475
12481
|
path?: string | undefined;
|
|
12476
12482
|
literalString?: string | undefined;
|
|
12477
12483
|
literal?: string | undefined;
|
|
12478
|
-
} | undefined;
|
|
12479
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
12480
|
-
validationRegexp?: string | undefined;
|
|
12481
|
-
} | undefined;
|
|
12482
|
-
Slider?: {
|
|
12483
|
-
value: {
|
|
12484
|
-
path?: string | undefined;
|
|
12485
|
-
literalNumber?: number | undefined;
|
|
12486
12484
|
};
|
|
12487
|
-
|
|
12485
|
+
text?: {
|
|
12488
12486
|
path?: string | undefined;
|
|
12489
12487
|
literalString?: string | undefined;
|
|
12490
12488
|
literal?: string | undefined;
|
|
12491
12489
|
} | undefined;
|
|
12492
|
-
|
|
12493
|
-
|
|
12490
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
12491
|
+
validationRegexp?: string | undefined;
|
|
12494
12492
|
} | undefined;
|
|
12495
12493
|
DateTimeInput?: {
|
|
12496
12494
|
value: {
|
|
@@ -12502,17 +12500,6 @@ export declare const SurfaceUpdateMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
12502
12500
|
enableTime?: boolean | undefined;
|
|
12503
12501
|
outputFormat?: string | undefined;
|
|
12504
12502
|
} | undefined;
|
|
12505
|
-
Checkbox?: {
|
|
12506
|
-
value: {
|
|
12507
|
-
path?: string | undefined;
|
|
12508
|
-
literalBoolean?: boolean | undefined;
|
|
12509
|
-
};
|
|
12510
|
-
label: {
|
|
12511
|
-
path?: string | undefined;
|
|
12512
|
-
literalString?: string | undefined;
|
|
12513
|
-
literal?: string | undefined;
|
|
12514
|
-
};
|
|
12515
|
-
} | undefined;
|
|
12516
12503
|
MultipleChoice?: {
|
|
12517
12504
|
selections: {
|
|
12518
12505
|
path?: string | undefined;
|
|
@@ -12529,6 +12516,19 @@ export declare const SurfaceUpdateMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
12529
12516
|
maxAllowedSelections?: number | undefined;
|
|
12530
12517
|
filterable?: boolean | undefined;
|
|
12531
12518
|
} | undefined;
|
|
12519
|
+
Slider?: {
|
|
12520
|
+
value: {
|
|
12521
|
+
path?: string | undefined;
|
|
12522
|
+
literalNumber?: number | undefined;
|
|
12523
|
+
};
|
|
12524
|
+
label?: {
|
|
12525
|
+
path?: string | undefined;
|
|
12526
|
+
literalString?: string | undefined;
|
|
12527
|
+
literal?: string | undefined;
|
|
12528
|
+
} | undefined;
|
|
12529
|
+
minValue?: number | undefined;
|
|
12530
|
+
maxValue?: number | undefined;
|
|
12531
|
+
} | undefined;
|
|
12532
12532
|
} & {
|
|
12533
12533
|
[k: string]: any;
|
|
12534
12534
|
};
|
|
@@ -12632,15 +12632,15 @@ export declare const SurfaceUpdateMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
12632
12632
|
child: string;
|
|
12633
12633
|
}[];
|
|
12634
12634
|
} | undefined;
|
|
12635
|
-
Modal?: {
|
|
12636
|
-
entryPointChild: string;
|
|
12637
|
-
contentChild: string;
|
|
12638
|
-
} | undefined;
|
|
12639
12635
|
Divider?: {
|
|
12640
12636
|
axis?: "horizontal" | "vertical" | undefined;
|
|
12641
12637
|
color?: string | undefined;
|
|
12642
12638
|
thickness?: number | undefined;
|
|
12643
12639
|
} | undefined;
|
|
12640
|
+
Modal?: {
|
|
12641
|
+
entryPointChild: string;
|
|
12642
|
+
contentChild: string;
|
|
12643
|
+
} | undefined;
|
|
12644
12644
|
Button?: {
|
|
12645
12645
|
child: string;
|
|
12646
12646
|
action: {
|
|
@@ -12657,32 +12657,30 @@ export declare const SurfaceUpdateMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
12657
12657
|
};
|
|
12658
12658
|
primary?: boolean | undefined;
|
|
12659
12659
|
} | undefined;
|
|
12660
|
-
|
|
12660
|
+
Checkbox?: {
|
|
12661
|
+
value: {
|
|
12662
|
+
path?: string | undefined;
|
|
12663
|
+
literalBoolean?: boolean | undefined;
|
|
12664
|
+
};
|
|
12661
12665
|
label: {
|
|
12662
12666
|
path?: string | undefined;
|
|
12663
12667
|
literalString?: string | undefined;
|
|
12664
12668
|
literal?: string | undefined;
|
|
12665
12669
|
};
|
|
12666
|
-
|
|
12670
|
+
} | undefined;
|
|
12671
|
+
TextField?: {
|
|
12672
|
+
label: {
|
|
12667
12673
|
path?: string | undefined;
|
|
12668
12674
|
literalString?: string | undefined;
|
|
12669
12675
|
literal?: string | undefined;
|
|
12670
|
-
} | undefined;
|
|
12671
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
12672
|
-
validationRegexp?: string | undefined;
|
|
12673
|
-
} | undefined;
|
|
12674
|
-
Slider?: {
|
|
12675
|
-
value: {
|
|
12676
|
-
path?: string | undefined;
|
|
12677
|
-
literalNumber?: number | undefined;
|
|
12678
12676
|
};
|
|
12679
|
-
|
|
12677
|
+
text?: {
|
|
12680
12678
|
path?: string | undefined;
|
|
12681
12679
|
literalString?: string | undefined;
|
|
12682
12680
|
literal?: string | undefined;
|
|
12683
12681
|
} | undefined;
|
|
12684
|
-
|
|
12685
|
-
|
|
12682
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
12683
|
+
validationRegexp?: string | undefined;
|
|
12686
12684
|
} | undefined;
|
|
12687
12685
|
DateTimeInput?: {
|
|
12688
12686
|
value: {
|
|
@@ -12694,17 +12692,6 @@ export declare const SurfaceUpdateMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
12694
12692
|
enableTime?: boolean | undefined;
|
|
12695
12693
|
outputFormat?: string | undefined;
|
|
12696
12694
|
} | undefined;
|
|
12697
|
-
Checkbox?: {
|
|
12698
|
-
value: {
|
|
12699
|
-
path?: string | undefined;
|
|
12700
|
-
literalBoolean?: boolean | undefined;
|
|
12701
|
-
};
|
|
12702
|
-
label: {
|
|
12703
|
-
path?: string | undefined;
|
|
12704
|
-
literalString?: string | undefined;
|
|
12705
|
-
literal?: string | undefined;
|
|
12706
|
-
};
|
|
12707
|
-
} | undefined;
|
|
12708
12695
|
MultipleChoice?: {
|
|
12709
12696
|
selections: {
|
|
12710
12697
|
path?: string | undefined;
|
|
@@ -12721,6 +12708,19 @@ export declare const SurfaceUpdateMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
12721
12708
|
maxAllowedSelections?: number | undefined;
|
|
12722
12709
|
filterable?: boolean | undefined;
|
|
12723
12710
|
} | undefined;
|
|
12711
|
+
Slider?: {
|
|
12712
|
+
value: {
|
|
12713
|
+
path?: string | undefined;
|
|
12714
|
+
literalNumber?: number | undefined;
|
|
12715
|
+
};
|
|
12716
|
+
label?: {
|
|
12717
|
+
path?: string | undefined;
|
|
12718
|
+
literalString?: string | undefined;
|
|
12719
|
+
literal?: string | undefined;
|
|
12720
|
+
} | undefined;
|
|
12721
|
+
minValue?: number | undefined;
|
|
12722
|
+
maxValue?: number | undefined;
|
|
12723
|
+
} | undefined;
|
|
12724
12724
|
} & {
|
|
12725
12725
|
[k: string]: any;
|
|
12726
12726
|
};
|
|
@@ -12824,15 +12824,15 @@ export declare const SurfaceUpdateMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
12824
12824
|
child: string;
|
|
12825
12825
|
}[];
|
|
12826
12826
|
} | undefined;
|
|
12827
|
-
Modal?: {
|
|
12828
|
-
entryPointChild: string;
|
|
12829
|
-
contentChild: string;
|
|
12830
|
-
} | undefined;
|
|
12831
12827
|
Divider?: {
|
|
12832
12828
|
axis?: "horizontal" | "vertical" | undefined;
|
|
12833
12829
|
color?: string | undefined;
|
|
12834
12830
|
thickness?: number | undefined;
|
|
12835
12831
|
} | undefined;
|
|
12832
|
+
Modal?: {
|
|
12833
|
+
entryPointChild: string;
|
|
12834
|
+
contentChild: string;
|
|
12835
|
+
} | undefined;
|
|
12836
12836
|
Button?: {
|
|
12837
12837
|
child: string;
|
|
12838
12838
|
action: {
|
|
@@ -12849,32 +12849,30 @@ export declare const SurfaceUpdateMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
12849
12849
|
};
|
|
12850
12850
|
primary?: boolean | undefined;
|
|
12851
12851
|
} | undefined;
|
|
12852
|
-
|
|
12852
|
+
Checkbox?: {
|
|
12853
|
+
value: {
|
|
12854
|
+
path?: string | undefined;
|
|
12855
|
+
literalBoolean?: boolean | undefined;
|
|
12856
|
+
};
|
|
12853
12857
|
label: {
|
|
12854
12858
|
path?: string | undefined;
|
|
12855
12859
|
literalString?: string | undefined;
|
|
12856
12860
|
literal?: string | undefined;
|
|
12857
12861
|
};
|
|
12858
|
-
|
|
12862
|
+
} | undefined;
|
|
12863
|
+
TextField?: {
|
|
12864
|
+
label: {
|
|
12859
12865
|
path?: string | undefined;
|
|
12860
12866
|
literalString?: string | undefined;
|
|
12861
12867
|
literal?: string | undefined;
|
|
12862
|
-
} | undefined;
|
|
12863
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
12864
|
-
validationRegexp?: string | undefined;
|
|
12865
|
-
} | undefined;
|
|
12866
|
-
Slider?: {
|
|
12867
|
-
value: {
|
|
12868
|
-
path?: string | undefined;
|
|
12869
|
-
literalNumber?: number | undefined;
|
|
12870
12868
|
};
|
|
12871
|
-
|
|
12869
|
+
text?: {
|
|
12872
12870
|
path?: string | undefined;
|
|
12873
12871
|
literalString?: string | undefined;
|
|
12874
12872
|
literal?: string | undefined;
|
|
12875
12873
|
} | undefined;
|
|
12876
|
-
|
|
12877
|
-
|
|
12874
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
12875
|
+
validationRegexp?: string | undefined;
|
|
12878
12876
|
} | undefined;
|
|
12879
12877
|
DateTimeInput?: {
|
|
12880
12878
|
value: {
|
|
@@ -12886,17 +12884,6 @@ export declare const SurfaceUpdateMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
12886
12884
|
enableTime?: boolean | undefined;
|
|
12887
12885
|
outputFormat?: string | undefined;
|
|
12888
12886
|
} | undefined;
|
|
12889
|
-
Checkbox?: {
|
|
12890
|
-
value: {
|
|
12891
|
-
path?: string | undefined;
|
|
12892
|
-
literalBoolean?: boolean | undefined;
|
|
12893
|
-
};
|
|
12894
|
-
label: {
|
|
12895
|
-
path?: string | undefined;
|
|
12896
|
-
literalString?: string | undefined;
|
|
12897
|
-
literal?: string | undefined;
|
|
12898
|
-
};
|
|
12899
|
-
} | undefined;
|
|
12900
12887
|
MultipleChoice?: {
|
|
12901
12888
|
selections: {
|
|
12902
12889
|
path?: string | undefined;
|
|
@@ -12913,6 +12900,19 @@ export declare const SurfaceUpdateMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
12913
12900
|
maxAllowedSelections?: number | undefined;
|
|
12914
12901
|
filterable?: boolean | undefined;
|
|
12915
12902
|
} | undefined;
|
|
12903
|
+
Slider?: {
|
|
12904
|
+
value: {
|
|
12905
|
+
path?: string | undefined;
|
|
12906
|
+
literalNumber?: number | undefined;
|
|
12907
|
+
};
|
|
12908
|
+
label?: {
|
|
12909
|
+
path?: string | undefined;
|
|
12910
|
+
literalString?: string | undefined;
|
|
12911
|
+
literal?: string | undefined;
|
|
12912
|
+
} | undefined;
|
|
12913
|
+
minValue?: number | undefined;
|
|
12914
|
+
maxValue?: number | undefined;
|
|
12915
|
+
} | undefined;
|
|
12916
12916
|
} & {
|
|
12917
12917
|
[k: string]: any;
|
|
12918
12918
|
};
|
|
@@ -13009,16 +13009,16 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
13009
13009
|
primaryColor?: string | undefined;
|
|
13010
13010
|
}>>;
|
|
13011
13011
|
}, "strict", z.ZodTypeAny, {
|
|
13012
|
-
root: string;
|
|
13013
13012
|
surfaceId: string;
|
|
13013
|
+
root: string;
|
|
13014
13014
|
catalogId?: string | undefined;
|
|
13015
13015
|
styles?: {
|
|
13016
13016
|
font?: string | undefined;
|
|
13017
13017
|
primaryColor?: string | undefined;
|
|
13018
13018
|
} | undefined;
|
|
13019
13019
|
}, {
|
|
13020
|
-
root: string;
|
|
13021
13020
|
surfaceId: string;
|
|
13021
|
+
root: string;
|
|
13022
13022
|
catalogId?: string | undefined;
|
|
13023
13023
|
styles?: {
|
|
13024
13024
|
font?: string | undefined;
|
|
@@ -13751,7 +13751,7 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
13751
13751
|
literalString?: string | undefined;
|
|
13752
13752
|
literal?: string | undefined;
|
|
13753
13753
|
}>;
|
|
13754
|
-
textFieldType: z.ZodOptional<z.ZodEnum<["shortText", "number", "date", "longText"]>>;
|
|
13754
|
+
textFieldType: z.ZodOptional<z.ZodEnum<["shortText", "number", "date", "longText", "obscured"]>>;
|
|
13755
13755
|
validationRegexp: z.ZodOptional<z.ZodString>;
|
|
13756
13756
|
}, "strip", z.ZodTypeAny, {
|
|
13757
13757
|
label: {
|
|
@@ -13764,7 +13764,7 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
13764
13764
|
literalString?: string | undefined;
|
|
13765
13765
|
literal?: string | undefined;
|
|
13766
13766
|
} | undefined;
|
|
13767
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
13767
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
13768
13768
|
validationRegexp?: string | undefined;
|
|
13769
13769
|
}, {
|
|
13770
13770
|
label: {
|
|
@@ -13777,7 +13777,7 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
13777
13777
|
literalString?: string | undefined;
|
|
13778
13778
|
literal?: string | undefined;
|
|
13779
13779
|
} | undefined;
|
|
13780
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
13780
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
13781
13781
|
validationRegexp?: string | undefined;
|
|
13782
13782
|
}>>;
|
|
13783
13783
|
DateTimeInput: z.ZodOptional<z.ZodObject<{
|
|
@@ -14692,7 +14692,7 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
14692
14692
|
literalString?: string | undefined;
|
|
14693
14693
|
literal?: string | undefined;
|
|
14694
14694
|
}>;
|
|
14695
|
-
textFieldType: z.ZodOptional<z.ZodEnum<["shortText", "number", "date", "longText"]>>;
|
|
14695
|
+
textFieldType: z.ZodOptional<z.ZodEnum<["shortText", "number", "date", "longText", "obscured"]>>;
|
|
14696
14696
|
validationRegexp: z.ZodOptional<z.ZodString>;
|
|
14697
14697
|
}, "strip", z.ZodTypeAny, {
|
|
14698
14698
|
label: {
|
|
@@ -14705,7 +14705,7 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
14705
14705
|
literalString?: string | undefined;
|
|
14706
14706
|
literal?: string | undefined;
|
|
14707
14707
|
} | undefined;
|
|
14708
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
14708
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
14709
14709
|
validationRegexp?: string | undefined;
|
|
14710
14710
|
}, {
|
|
14711
14711
|
label: {
|
|
@@ -14718,7 +14718,7 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
14718
14718
|
literalString?: string | undefined;
|
|
14719
14719
|
literal?: string | undefined;
|
|
14720
14720
|
} | undefined;
|
|
14721
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
14721
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
14722
14722
|
validationRegexp?: string | undefined;
|
|
14723
14723
|
}>>;
|
|
14724
14724
|
DateTimeInput: z.ZodOptional<z.ZodObject<{
|
|
@@ -15633,7 +15633,7 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
15633
15633
|
literalString?: string | undefined;
|
|
15634
15634
|
literal?: string | undefined;
|
|
15635
15635
|
}>;
|
|
15636
|
-
textFieldType: z.ZodOptional<z.ZodEnum<["shortText", "number", "date", "longText"]>>;
|
|
15636
|
+
textFieldType: z.ZodOptional<z.ZodEnum<["shortText", "number", "date", "longText", "obscured"]>>;
|
|
15637
15637
|
validationRegexp: z.ZodOptional<z.ZodString>;
|
|
15638
15638
|
}, "strip", z.ZodTypeAny, {
|
|
15639
15639
|
label: {
|
|
@@ -15646,7 +15646,7 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
15646
15646
|
literalString?: string | undefined;
|
|
15647
15647
|
literal?: string | undefined;
|
|
15648
15648
|
} | undefined;
|
|
15649
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
15649
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
15650
15650
|
validationRegexp?: string | undefined;
|
|
15651
15651
|
}, {
|
|
15652
15652
|
label: {
|
|
@@ -15659,7 +15659,7 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
15659
15659
|
literalString?: string | undefined;
|
|
15660
15660
|
literal?: string | undefined;
|
|
15661
15661
|
} | undefined;
|
|
15662
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
15662
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
15663
15663
|
validationRegexp?: string | undefined;
|
|
15664
15664
|
}>>;
|
|
15665
15665
|
DateTimeInput: z.ZodOptional<z.ZodObject<{
|
|
@@ -15950,15 +15950,15 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
15950
15950
|
child: string;
|
|
15951
15951
|
}[];
|
|
15952
15952
|
} | undefined;
|
|
15953
|
-
Modal?: {
|
|
15954
|
-
entryPointChild: string;
|
|
15955
|
-
contentChild: string;
|
|
15956
|
-
} | undefined;
|
|
15957
15953
|
Divider?: {
|
|
15958
15954
|
axis?: "horizontal" | "vertical" | undefined;
|
|
15959
15955
|
color?: string | undefined;
|
|
15960
15956
|
thickness?: number | undefined;
|
|
15961
15957
|
} | undefined;
|
|
15958
|
+
Modal?: {
|
|
15959
|
+
entryPointChild: string;
|
|
15960
|
+
contentChild: string;
|
|
15961
|
+
} | undefined;
|
|
15962
15962
|
Button?: {
|
|
15963
15963
|
child: string;
|
|
15964
15964
|
action: {
|
|
@@ -15975,32 +15975,30 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
15975
15975
|
};
|
|
15976
15976
|
primary?: boolean | undefined;
|
|
15977
15977
|
} | undefined;
|
|
15978
|
-
|
|
15978
|
+
Checkbox?: {
|
|
15979
|
+
value: {
|
|
15980
|
+
path?: string | undefined;
|
|
15981
|
+
literalBoolean?: boolean | undefined;
|
|
15982
|
+
};
|
|
15979
15983
|
label: {
|
|
15980
15984
|
path?: string | undefined;
|
|
15981
15985
|
literalString?: string | undefined;
|
|
15982
15986
|
literal?: string | undefined;
|
|
15983
15987
|
};
|
|
15984
|
-
|
|
15988
|
+
} | undefined;
|
|
15989
|
+
TextField?: {
|
|
15990
|
+
label: {
|
|
15985
15991
|
path?: string | undefined;
|
|
15986
15992
|
literalString?: string | undefined;
|
|
15987
15993
|
literal?: string | undefined;
|
|
15988
|
-
} | undefined;
|
|
15989
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
15990
|
-
validationRegexp?: string | undefined;
|
|
15991
|
-
} | undefined;
|
|
15992
|
-
Slider?: {
|
|
15993
|
-
value: {
|
|
15994
|
-
path?: string | undefined;
|
|
15995
|
-
literalNumber?: number | undefined;
|
|
15996
15994
|
};
|
|
15997
|
-
|
|
15995
|
+
text?: {
|
|
15998
15996
|
path?: string | undefined;
|
|
15999
15997
|
literalString?: string | undefined;
|
|
16000
15998
|
literal?: string | undefined;
|
|
16001
15999
|
} | undefined;
|
|
16002
|
-
|
|
16003
|
-
|
|
16000
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
16001
|
+
validationRegexp?: string | undefined;
|
|
16004
16002
|
} | undefined;
|
|
16005
16003
|
DateTimeInput?: {
|
|
16006
16004
|
value: {
|
|
@@ -16012,17 +16010,6 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
16012
16010
|
enableTime?: boolean | undefined;
|
|
16013
16011
|
outputFormat?: string | undefined;
|
|
16014
16012
|
} | undefined;
|
|
16015
|
-
Checkbox?: {
|
|
16016
|
-
value: {
|
|
16017
|
-
path?: string | undefined;
|
|
16018
|
-
literalBoolean?: boolean | undefined;
|
|
16019
|
-
};
|
|
16020
|
-
label: {
|
|
16021
|
-
path?: string | undefined;
|
|
16022
|
-
literalString?: string | undefined;
|
|
16023
|
-
literal?: string | undefined;
|
|
16024
|
-
};
|
|
16025
|
-
} | undefined;
|
|
16026
16013
|
MultipleChoice?: {
|
|
16027
16014
|
selections: {
|
|
16028
16015
|
path?: string | undefined;
|
|
@@ -16039,6 +16026,19 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
16039
16026
|
maxAllowedSelections?: number | undefined;
|
|
16040
16027
|
filterable?: boolean | undefined;
|
|
16041
16028
|
} | undefined;
|
|
16029
|
+
Slider?: {
|
|
16030
|
+
value: {
|
|
16031
|
+
path?: string | undefined;
|
|
16032
|
+
literalNumber?: number | undefined;
|
|
16033
|
+
};
|
|
16034
|
+
label?: {
|
|
16035
|
+
path?: string | undefined;
|
|
16036
|
+
literalString?: string | undefined;
|
|
16037
|
+
literal?: string | undefined;
|
|
16038
|
+
} | undefined;
|
|
16039
|
+
minValue?: number | undefined;
|
|
16040
|
+
maxValue?: number | undefined;
|
|
16041
|
+
} | undefined;
|
|
16042
16042
|
} & {
|
|
16043
16043
|
[k: string]: any;
|
|
16044
16044
|
};
|
|
@@ -16139,15 +16139,15 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
16139
16139
|
child: string;
|
|
16140
16140
|
}[];
|
|
16141
16141
|
} | undefined;
|
|
16142
|
-
Modal?: {
|
|
16143
|
-
entryPointChild: string;
|
|
16144
|
-
contentChild: string;
|
|
16145
|
-
} | undefined;
|
|
16146
16142
|
Divider?: {
|
|
16147
16143
|
axis?: "horizontal" | "vertical" | undefined;
|
|
16148
16144
|
color?: string | undefined;
|
|
16149
16145
|
thickness?: number | undefined;
|
|
16150
16146
|
} | undefined;
|
|
16147
|
+
Modal?: {
|
|
16148
|
+
entryPointChild: string;
|
|
16149
|
+
contentChild: string;
|
|
16150
|
+
} | undefined;
|
|
16151
16151
|
Button?: {
|
|
16152
16152
|
child: string;
|
|
16153
16153
|
action: {
|
|
@@ -16164,32 +16164,30 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
16164
16164
|
};
|
|
16165
16165
|
primary?: boolean | undefined;
|
|
16166
16166
|
} | undefined;
|
|
16167
|
-
|
|
16168
|
-
|
|
16167
|
+
Checkbox?: {
|
|
16168
|
+
value: {
|
|
16169
16169
|
path?: string | undefined;
|
|
16170
|
-
|
|
16171
|
-
literal?: string | undefined;
|
|
16170
|
+
literalBoolean?: boolean | undefined;
|
|
16172
16171
|
};
|
|
16173
|
-
|
|
16172
|
+
label: {
|
|
16174
16173
|
path?: string | undefined;
|
|
16175
16174
|
literalString?: string | undefined;
|
|
16176
16175
|
literal?: string | undefined;
|
|
16177
|
-
}
|
|
16178
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
16179
|
-
validationRegexp?: string | undefined;
|
|
16176
|
+
};
|
|
16180
16177
|
} | undefined;
|
|
16181
|
-
|
|
16182
|
-
|
|
16178
|
+
TextField?: {
|
|
16179
|
+
label: {
|
|
16183
16180
|
path?: string | undefined;
|
|
16184
|
-
|
|
16181
|
+
literalString?: string | undefined;
|
|
16182
|
+
literal?: string | undefined;
|
|
16185
16183
|
};
|
|
16186
|
-
|
|
16184
|
+
text?: {
|
|
16187
16185
|
path?: string | undefined;
|
|
16188
16186
|
literalString?: string | undefined;
|
|
16189
16187
|
literal?: string | undefined;
|
|
16190
16188
|
} | undefined;
|
|
16191
|
-
|
|
16192
|
-
|
|
16189
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
16190
|
+
validationRegexp?: string | undefined;
|
|
16193
16191
|
} | undefined;
|
|
16194
16192
|
DateTimeInput?: {
|
|
16195
16193
|
value: {
|
|
@@ -16201,17 +16199,6 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
16201
16199
|
enableTime?: boolean | undefined;
|
|
16202
16200
|
outputFormat?: string | undefined;
|
|
16203
16201
|
} | undefined;
|
|
16204
|
-
Checkbox?: {
|
|
16205
|
-
value: {
|
|
16206
|
-
path?: string | undefined;
|
|
16207
|
-
literalBoolean?: boolean | undefined;
|
|
16208
|
-
};
|
|
16209
|
-
label: {
|
|
16210
|
-
path?: string | undefined;
|
|
16211
|
-
literalString?: string | undefined;
|
|
16212
|
-
literal?: string | undefined;
|
|
16213
|
-
};
|
|
16214
|
-
} | undefined;
|
|
16215
16202
|
MultipleChoice?: {
|
|
16216
16203
|
selections: {
|
|
16217
16204
|
path?: string | undefined;
|
|
@@ -16228,6 +16215,19 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
16228
16215
|
maxAllowedSelections?: number | undefined;
|
|
16229
16216
|
filterable?: boolean | undefined;
|
|
16230
16217
|
} | undefined;
|
|
16218
|
+
Slider?: {
|
|
16219
|
+
value: {
|
|
16220
|
+
path?: string | undefined;
|
|
16221
|
+
literalNumber?: number | undefined;
|
|
16222
|
+
};
|
|
16223
|
+
label?: {
|
|
16224
|
+
path?: string | undefined;
|
|
16225
|
+
literalString?: string | undefined;
|
|
16226
|
+
literal?: string | undefined;
|
|
16227
|
+
} | undefined;
|
|
16228
|
+
minValue?: number | undefined;
|
|
16229
|
+
maxValue?: number | undefined;
|
|
16230
|
+
} | undefined;
|
|
16231
16231
|
} & {
|
|
16232
16232
|
[k: string]: any;
|
|
16233
16233
|
};
|
|
@@ -16331,15 +16331,15 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
16331
16331
|
child: string;
|
|
16332
16332
|
}[];
|
|
16333
16333
|
} | undefined;
|
|
16334
|
-
Modal?: {
|
|
16335
|
-
entryPointChild: string;
|
|
16336
|
-
contentChild: string;
|
|
16337
|
-
} | undefined;
|
|
16338
16334
|
Divider?: {
|
|
16339
16335
|
axis?: "horizontal" | "vertical" | undefined;
|
|
16340
16336
|
color?: string | undefined;
|
|
16341
16337
|
thickness?: number | undefined;
|
|
16342
16338
|
} | undefined;
|
|
16339
|
+
Modal?: {
|
|
16340
|
+
entryPointChild: string;
|
|
16341
|
+
contentChild: string;
|
|
16342
|
+
} | undefined;
|
|
16343
16343
|
Button?: {
|
|
16344
16344
|
child: string;
|
|
16345
16345
|
action: {
|
|
@@ -16356,32 +16356,30 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
16356
16356
|
};
|
|
16357
16357
|
primary?: boolean | undefined;
|
|
16358
16358
|
} | undefined;
|
|
16359
|
-
|
|
16359
|
+
Checkbox?: {
|
|
16360
|
+
value: {
|
|
16361
|
+
path?: string | undefined;
|
|
16362
|
+
literalBoolean?: boolean | undefined;
|
|
16363
|
+
};
|
|
16360
16364
|
label: {
|
|
16361
16365
|
path?: string | undefined;
|
|
16362
16366
|
literalString?: string | undefined;
|
|
16363
16367
|
literal?: string | undefined;
|
|
16364
16368
|
};
|
|
16365
|
-
|
|
16369
|
+
} | undefined;
|
|
16370
|
+
TextField?: {
|
|
16371
|
+
label: {
|
|
16366
16372
|
path?: string | undefined;
|
|
16367
16373
|
literalString?: string | undefined;
|
|
16368
16374
|
literal?: string | undefined;
|
|
16369
|
-
} | undefined;
|
|
16370
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
16371
|
-
validationRegexp?: string | undefined;
|
|
16372
|
-
} | undefined;
|
|
16373
|
-
Slider?: {
|
|
16374
|
-
value: {
|
|
16375
|
-
path?: string | undefined;
|
|
16376
|
-
literalNumber?: number | undefined;
|
|
16377
16375
|
};
|
|
16378
|
-
|
|
16376
|
+
text?: {
|
|
16379
16377
|
path?: string | undefined;
|
|
16380
16378
|
literalString?: string | undefined;
|
|
16381
16379
|
literal?: string | undefined;
|
|
16382
16380
|
} | undefined;
|
|
16383
|
-
|
|
16384
|
-
|
|
16381
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
16382
|
+
validationRegexp?: string | undefined;
|
|
16385
16383
|
} | undefined;
|
|
16386
16384
|
DateTimeInput?: {
|
|
16387
16385
|
value: {
|
|
@@ -16393,17 +16391,6 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
16393
16391
|
enableTime?: boolean | undefined;
|
|
16394
16392
|
outputFormat?: string | undefined;
|
|
16395
16393
|
} | undefined;
|
|
16396
|
-
Checkbox?: {
|
|
16397
|
-
value: {
|
|
16398
|
-
path?: string | undefined;
|
|
16399
|
-
literalBoolean?: boolean | undefined;
|
|
16400
|
-
};
|
|
16401
|
-
label: {
|
|
16402
|
-
path?: string | undefined;
|
|
16403
|
-
literalString?: string | undefined;
|
|
16404
|
-
literal?: string | undefined;
|
|
16405
|
-
};
|
|
16406
|
-
} | undefined;
|
|
16407
16394
|
MultipleChoice?: {
|
|
16408
16395
|
selections: {
|
|
16409
16396
|
path?: string | undefined;
|
|
@@ -16420,6 +16407,19 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
16420
16407
|
maxAllowedSelections?: number | undefined;
|
|
16421
16408
|
filterable?: boolean | undefined;
|
|
16422
16409
|
} | undefined;
|
|
16410
|
+
Slider?: {
|
|
16411
|
+
value: {
|
|
16412
|
+
path?: string | undefined;
|
|
16413
|
+
literalNumber?: number | undefined;
|
|
16414
|
+
};
|
|
16415
|
+
label?: {
|
|
16416
|
+
path?: string | undefined;
|
|
16417
|
+
literalString?: string | undefined;
|
|
16418
|
+
literal?: string | undefined;
|
|
16419
|
+
} | undefined;
|
|
16420
|
+
minValue?: number | undefined;
|
|
16421
|
+
maxValue?: number | undefined;
|
|
16422
|
+
} | undefined;
|
|
16423
16423
|
} & {
|
|
16424
16424
|
[k: string]: any;
|
|
16425
16425
|
};
|
|
@@ -16523,15 +16523,15 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
16523
16523
|
child: string;
|
|
16524
16524
|
}[];
|
|
16525
16525
|
} | undefined;
|
|
16526
|
-
Modal?: {
|
|
16527
|
-
entryPointChild: string;
|
|
16528
|
-
contentChild: string;
|
|
16529
|
-
} | undefined;
|
|
16530
16526
|
Divider?: {
|
|
16531
16527
|
axis?: "horizontal" | "vertical" | undefined;
|
|
16532
16528
|
color?: string | undefined;
|
|
16533
16529
|
thickness?: number | undefined;
|
|
16534
16530
|
} | undefined;
|
|
16531
|
+
Modal?: {
|
|
16532
|
+
entryPointChild: string;
|
|
16533
|
+
contentChild: string;
|
|
16534
|
+
} | undefined;
|
|
16535
16535
|
Button?: {
|
|
16536
16536
|
child: string;
|
|
16537
16537
|
action: {
|
|
@@ -16548,32 +16548,30 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
16548
16548
|
};
|
|
16549
16549
|
primary?: boolean | undefined;
|
|
16550
16550
|
} | undefined;
|
|
16551
|
-
|
|
16551
|
+
Checkbox?: {
|
|
16552
|
+
value: {
|
|
16553
|
+
path?: string | undefined;
|
|
16554
|
+
literalBoolean?: boolean | undefined;
|
|
16555
|
+
};
|
|
16552
16556
|
label: {
|
|
16553
16557
|
path?: string | undefined;
|
|
16554
16558
|
literalString?: string | undefined;
|
|
16555
16559
|
literal?: string | undefined;
|
|
16556
16560
|
};
|
|
16557
|
-
|
|
16561
|
+
} | undefined;
|
|
16562
|
+
TextField?: {
|
|
16563
|
+
label: {
|
|
16558
16564
|
path?: string | undefined;
|
|
16559
16565
|
literalString?: string | undefined;
|
|
16560
16566
|
literal?: string | undefined;
|
|
16561
|
-
} | undefined;
|
|
16562
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
16563
|
-
validationRegexp?: string | undefined;
|
|
16564
|
-
} | undefined;
|
|
16565
|
-
Slider?: {
|
|
16566
|
-
value: {
|
|
16567
|
-
path?: string | undefined;
|
|
16568
|
-
literalNumber?: number | undefined;
|
|
16569
16567
|
};
|
|
16570
|
-
|
|
16568
|
+
text?: {
|
|
16571
16569
|
path?: string | undefined;
|
|
16572
16570
|
literalString?: string | undefined;
|
|
16573
16571
|
literal?: string | undefined;
|
|
16574
16572
|
} | undefined;
|
|
16575
|
-
|
|
16576
|
-
|
|
16573
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
16574
|
+
validationRegexp?: string | undefined;
|
|
16577
16575
|
} | undefined;
|
|
16578
16576
|
DateTimeInput?: {
|
|
16579
16577
|
value: {
|
|
@@ -16585,17 +16583,6 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
16585
16583
|
enableTime?: boolean | undefined;
|
|
16586
16584
|
outputFormat?: string | undefined;
|
|
16587
16585
|
} | undefined;
|
|
16588
|
-
Checkbox?: {
|
|
16589
|
-
value: {
|
|
16590
|
-
path?: string | undefined;
|
|
16591
|
-
literalBoolean?: boolean | undefined;
|
|
16592
|
-
};
|
|
16593
|
-
label: {
|
|
16594
|
-
path?: string | undefined;
|
|
16595
|
-
literalString?: string | undefined;
|
|
16596
|
-
literal?: string | undefined;
|
|
16597
|
-
};
|
|
16598
|
-
} | undefined;
|
|
16599
16586
|
MultipleChoice?: {
|
|
16600
16587
|
selections: {
|
|
16601
16588
|
path?: string | undefined;
|
|
@@ -16612,6 +16599,19 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
16612
16599
|
maxAllowedSelections?: number | undefined;
|
|
16613
16600
|
filterable?: boolean | undefined;
|
|
16614
16601
|
} | undefined;
|
|
16602
|
+
Slider?: {
|
|
16603
|
+
value: {
|
|
16604
|
+
path?: string | undefined;
|
|
16605
|
+
literalNumber?: number | undefined;
|
|
16606
|
+
};
|
|
16607
|
+
label?: {
|
|
16608
|
+
path?: string | undefined;
|
|
16609
|
+
literalString?: string | undefined;
|
|
16610
|
+
literal?: string | undefined;
|
|
16611
|
+
} | undefined;
|
|
16612
|
+
minValue?: number | undefined;
|
|
16613
|
+
maxValue?: number | undefined;
|
|
16614
|
+
} | undefined;
|
|
16615
16615
|
} & {
|
|
16616
16616
|
[k: string]: any;
|
|
16617
16617
|
};
|
|
@@ -16715,15 +16715,15 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
16715
16715
|
child: string;
|
|
16716
16716
|
}[];
|
|
16717
16717
|
} | undefined;
|
|
16718
|
-
Modal?: {
|
|
16719
|
-
entryPointChild: string;
|
|
16720
|
-
contentChild: string;
|
|
16721
|
-
} | undefined;
|
|
16722
16718
|
Divider?: {
|
|
16723
16719
|
axis?: "horizontal" | "vertical" | undefined;
|
|
16724
16720
|
color?: string | undefined;
|
|
16725
16721
|
thickness?: number | undefined;
|
|
16726
16722
|
} | undefined;
|
|
16723
|
+
Modal?: {
|
|
16724
|
+
entryPointChild: string;
|
|
16725
|
+
contentChild: string;
|
|
16726
|
+
} | undefined;
|
|
16727
16727
|
Button?: {
|
|
16728
16728
|
child: string;
|
|
16729
16729
|
action: {
|
|
@@ -16740,32 +16740,30 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
16740
16740
|
};
|
|
16741
16741
|
primary?: boolean | undefined;
|
|
16742
16742
|
} | undefined;
|
|
16743
|
-
|
|
16743
|
+
Checkbox?: {
|
|
16744
|
+
value: {
|
|
16745
|
+
path?: string | undefined;
|
|
16746
|
+
literalBoolean?: boolean | undefined;
|
|
16747
|
+
};
|
|
16744
16748
|
label: {
|
|
16745
16749
|
path?: string | undefined;
|
|
16746
16750
|
literalString?: string | undefined;
|
|
16747
16751
|
literal?: string | undefined;
|
|
16748
16752
|
};
|
|
16749
|
-
|
|
16753
|
+
} | undefined;
|
|
16754
|
+
TextField?: {
|
|
16755
|
+
label: {
|
|
16750
16756
|
path?: string | undefined;
|
|
16751
16757
|
literalString?: string | undefined;
|
|
16752
16758
|
literal?: string | undefined;
|
|
16753
|
-
} | undefined;
|
|
16754
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
16755
|
-
validationRegexp?: string | undefined;
|
|
16756
|
-
} | undefined;
|
|
16757
|
-
Slider?: {
|
|
16758
|
-
value: {
|
|
16759
|
-
path?: string | undefined;
|
|
16760
|
-
literalNumber?: number | undefined;
|
|
16761
16759
|
};
|
|
16762
|
-
|
|
16760
|
+
text?: {
|
|
16763
16761
|
path?: string | undefined;
|
|
16764
16762
|
literalString?: string | undefined;
|
|
16765
16763
|
literal?: string | undefined;
|
|
16766
16764
|
} | undefined;
|
|
16767
|
-
|
|
16768
|
-
|
|
16765
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
16766
|
+
validationRegexp?: string | undefined;
|
|
16769
16767
|
} | undefined;
|
|
16770
16768
|
DateTimeInput?: {
|
|
16771
16769
|
value: {
|
|
@@ -16777,17 +16775,6 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
16777
16775
|
enableTime?: boolean | undefined;
|
|
16778
16776
|
outputFormat?: string | undefined;
|
|
16779
16777
|
} | undefined;
|
|
16780
|
-
Checkbox?: {
|
|
16781
|
-
value: {
|
|
16782
|
-
path?: string | undefined;
|
|
16783
|
-
literalBoolean?: boolean | undefined;
|
|
16784
|
-
};
|
|
16785
|
-
label: {
|
|
16786
|
-
path?: string | undefined;
|
|
16787
|
-
literalString?: string | undefined;
|
|
16788
|
-
literal?: string | undefined;
|
|
16789
|
-
};
|
|
16790
|
-
} | undefined;
|
|
16791
16778
|
MultipleChoice?: {
|
|
16792
16779
|
selections: {
|
|
16793
16780
|
path?: string | undefined;
|
|
@@ -16804,6 +16791,19 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
16804
16791
|
maxAllowedSelections?: number | undefined;
|
|
16805
16792
|
filterable?: boolean | undefined;
|
|
16806
16793
|
} | undefined;
|
|
16794
|
+
Slider?: {
|
|
16795
|
+
value: {
|
|
16796
|
+
path?: string | undefined;
|
|
16797
|
+
literalNumber?: number | undefined;
|
|
16798
|
+
};
|
|
16799
|
+
label?: {
|
|
16800
|
+
path?: string | undefined;
|
|
16801
|
+
literalString?: string | undefined;
|
|
16802
|
+
literal?: string | undefined;
|
|
16803
|
+
} | undefined;
|
|
16804
|
+
minValue?: number | undefined;
|
|
16805
|
+
maxValue?: number | undefined;
|
|
16806
|
+
} | undefined;
|
|
16807
16807
|
} & {
|
|
16808
16808
|
[k: string]: any;
|
|
16809
16809
|
};
|
|
@@ -16907,15 +16907,15 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
16907
16907
|
child: string;
|
|
16908
16908
|
}[];
|
|
16909
16909
|
} | undefined;
|
|
16910
|
-
Modal?: {
|
|
16911
|
-
entryPointChild: string;
|
|
16912
|
-
contentChild: string;
|
|
16913
|
-
} | undefined;
|
|
16914
16910
|
Divider?: {
|
|
16915
16911
|
axis?: "horizontal" | "vertical" | undefined;
|
|
16916
16912
|
color?: string | undefined;
|
|
16917
16913
|
thickness?: number | undefined;
|
|
16918
16914
|
} | undefined;
|
|
16915
|
+
Modal?: {
|
|
16916
|
+
entryPointChild: string;
|
|
16917
|
+
contentChild: string;
|
|
16918
|
+
} | undefined;
|
|
16919
16919
|
Button?: {
|
|
16920
16920
|
child: string;
|
|
16921
16921
|
action: {
|
|
@@ -16932,32 +16932,30 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
16932
16932
|
};
|
|
16933
16933
|
primary?: boolean | undefined;
|
|
16934
16934
|
} | undefined;
|
|
16935
|
-
|
|
16935
|
+
Checkbox?: {
|
|
16936
|
+
value: {
|
|
16937
|
+
path?: string | undefined;
|
|
16938
|
+
literalBoolean?: boolean | undefined;
|
|
16939
|
+
};
|
|
16936
16940
|
label: {
|
|
16937
16941
|
path?: string | undefined;
|
|
16938
16942
|
literalString?: string | undefined;
|
|
16939
16943
|
literal?: string | undefined;
|
|
16940
16944
|
};
|
|
16941
|
-
|
|
16945
|
+
} | undefined;
|
|
16946
|
+
TextField?: {
|
|
16947
|
+
label: {
|
|
16942
16948
|
path?: string | undefined;
|
|
16943
16949
|
literalString?: string | undefined;
|
|
16944
16950
|
literal?: string | undefined;
|
|
16945
|
-
} | undefined;
|
|
16946
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
16947
|
-
validationRegexp?: string | undefined;
|
|
16948
|
-
} | undefined;
|
|
16949
|
-
Slider?: {
|
|
16950
|
-
value: {
|
|
16951
|
-
path?: string | undefined;
|
|
16952
|
-
literalNumber?: number | undefined;
|
|
16953
16951
|
};
|
|
16954
|
-
|
|
16952
|
+
text?: {
|
|
16955
16953
|
path?: string | undefined;
|
|
16956
16954
|
literalString?: string | undefined;
|
|
16957
16955
|
literal?: string | undefined;
|
|
16958
16956
|
} | undefined;
|
|
16959
|
-
|
|
16960
|
-
|
|
16957
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
16958
|
+
validationRegexp?: string | undefined;
|
|
16961
16959
|
} | undefined;
|
|
16962
16960
|
DateTimeInput?: {
|
|
16963
16961
|
value: {
|
|
@@ -16969,17 +16967,6 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
16969
16967
|
enableTime?: boolean | undefined;
|
|
16970
16968
|
outputFormat?: string | undefined;
|
|
16971
16969
|
} | undefined;
|
|
16972
|
-
Checkbox?: {
|
|
16973
|
-
value: {
|
|
16974
|
-
path?: string | undefined;
|
|
16975
|
-
literalBoolean?: boolean | undefined;
|
|
16976
|
-
};
|
|
16977
|
-
label: {
|
|
16978
|
-
path?: string | undefined;
|
|
16979
|
-
literalString?: string | undefined;
|
|
16980
|
-
literal?: string | undefined;
|
|
16981
|
-
};
|
|
16982
|
-
} | undefined;
|
|
16983
16970
|
MultipleChoice?: {
|
|
16984
16971
|
selections: {
|
|
16985
16972
|
path?: string | undefined;
|
|
@@ -16996,6 +16983,19 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
16996
16983
|
maxAllowedSelections?: number | undefined;
|
|
16997
16984
|
filterable?: boolean | undefined;
|
|
16998
16985
|
} | undefined;
|
|
16986
|
+
Slider?: {
|
|
16987
|
+
value: {
|
|
16988
|
+
path?: string | undefined;
|
|
16989
|
+
literalNumber?: number | undefined;
|
|
16990
|
+
};
|
|
16991
|
+
label?: {
|
|
16992
|
+
path?: string | undefined;
|
|
16993
|
+
literalString?: string | undefined;
|
|
16994
|
+
literal?: string | undefined;
|
|
16995
|
+
} | undefined;
|
|
16996
|
+
minValue?: number | undefined;
|
|
16997
|
+
maxValue?: number | undefined;
|
|
16998
|
+
} | undefined;
|
|
16999
16999
|
} & {
|
|
17000
17000
|
[k: string]: any;
|
|
17001
17001
|
};
|
|
@@ -17078,8 +17078,8 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
17078
17078
|
}>>;
|
|
17079
17079
|
}, "strict", z.ZodTypeAny, {
|
|
17080
17080
|
beginRendering?: {
|
|
17081
|
-
root: string;
|
|
17082
17081
|
surfaceId: string;
|
|
17082
|
+
root: string;
|
|
17083
17083
|
catalogId?: string | undefined;
|
|
17084
17084
|
styles?: {
|
|
17085
17085
|
font?: string | undefined;
|
|
@@ -17184,15 +17184,15 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
17184
17184
|
child: string;
|
|
17185
17185
|
}[];
|
|
17186
17186
|
} | undefined;
|
|
17187
|
-
Modal?: {
|
|
17188
|
-
entryPointChild: string;
|
|
17189
|
-
contentChild: string;
|
|
17190
|
-
} | undefined;
|
|
17191
17187
|
Divider?: {
|
|
17192
17188
|
axis?: "horizontal" | "vertical" | undefined;
|
|
17193
17189
|
color?: string | undefined;
|
|
17194
17190
|
thickness?: number | undefined;
|
|
17195
17191
|
} | undefined;
|
|
17192
|
+
Modal?: {
|
|
17193
|
+
entryPointChild: string;
|
|
17194
|
+
contentChild: string;
|
|
17195
|
+
} | undefined;
|
|
17196
17196
|
Button?: {
|
|
17197
17197
|
child: string;
|
|
17198
17198
|
action: {
|
|
@@ -17209,32 +17209,30 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
17209
17209
|
};
|
|
17210
17210
|
primary?: boolean | undefined;
|
|
17211
17211
|
} | undefined;
|
|
17212
|
-
|
|
17212
|
+
Checkbox?: {
|
|
17213
|
+
value: {
|
|
17214
|
+
path?: string | undefined;
|
|
17215
|
+
literalBoolean?: boolean | undefined;
|
|
17216
|
+
};
|
|
17213
17217
|
label: {
|
|
17214
17218
|
path?: string | undefined;
|
|
17215
17219
|
literalString?: string | undefined;
|
|
17216
17220
|
literal?: string | undefined;
|
|
17217
17221
|
};
|
|
17218
|
-
|
|
17222
|
+
} | undefined;
|
|
17223
|
+
TextField?: {
|
|
17224
|
+
label: {
|
|
17219
17225
|
path?: string | undefined;
|
|
17220
17226
|
literalString?: string | undefined;
|
|
17221
17227
|
literal?: string | undefined;
|
|
17222
|
-
} | undefined;
|
|
17223
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
17224
|
-
validationRegexp?: string | undefined;
|
|
17225
|
-
} | undefined;
|
|
17226
|
-
Slider?: {
|
|
17227
|
-
value: {
|
|
17228
|
-
path?: string | undefined;
|
|
17229
|
-
literalNumber?: number | undefined;
|
|
17230
17228
|
};
|
|
17231
|
-
|
|
17229
|
+
text?: {
|
|
17232
17230
|
path?: string | undefined;
|
|
17233
17231
|
literalString?: string | undefined;
|
|
17234
17232
|
literal?: string | undefined;
|
|
17235
17233
|
} | undefined;
|
|
17236
|
-
|
|
17237
|
-
|
|
17234
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
17235
|
+
validationRegexp?: string | undefined;
|
|
17238
17236
|
} | undefined;
|
|
17239
17237
|
DateTimeInput?: {
|
|
17240
17238
|
value: {
|
|
@@ -17246,17 +17244,6 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
17246
17244
|
enableTime?: boolean | undefined;
|
|
17247
17245
|
outputFormat?: string | undefined;
|
|
17248
17246
|
} | undefined;
|
|
17249
|
-
Checkbox?: {
|
|
17250
|
-
value: {
|
|
17251
|
-
path?: string | undefined;
|
|
17252
|
-
literalBoolean?: boolean | undefined;
|
|
17253
|
-
};
|
|
17254
|
-
label: {
|
|
17255
|
-
path?: string | undefined;
|
|
17256
|
-
literalString?: string | undefined;
|
|
17257
|
-
literal?: string | undefined;
|
|
17258
|
-
};
|
|
17259
|
-
} | undefined;
|
|
17260
17247
|
MultipleChoice?: {
|
|
17261
17248
|
selections: {
|
|
17262
17249
|
path?: string | undefined;
|
|
@@ -17273,6 +17260,19 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
17273
17260
|
maxAllowedSelections?: number | undefined;
|
|
17274
17261
|
filterable?: boolean | undefined;
|
|
17275
17262
|
} | undefined;
|
|
17263
|
+
Slider?: {
|
|
17264
|
+
value: {
|
|
17265
|
+
path?: string | undefined;
|
|
17266
|
+
literalNumber?: number | undefined;
|
|
17267
|
+
};
|
|
17268
|
+
label?: {
|
|
17269
|
+
path?: string | undefined;
|
|
17270
|
+
literalString?: string | undefined;
|
|
17271
|
+
literal?: string | undefined;
|
|
17272
|
+
} | undefined;
|
|
17273
|
+
minValue?: number | undefined;
|
|
17274
|
+
maxValue?: number | undefined;
|
|
17275
|
+
} | undefined;
|
|
17276
17276
|
} & {
|
|
17277
17277
|
[k: string]: any;
|
|
17278
17278
|
};
|
|
@@ -17295,8 +17295,8 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
17295
17295
|
} | undefined;
|
|
17296
17296
|
}, {
|
|
17297
17297
|
beginRendering?: {
|
|
17298
|
-
root: string;
|
|
17299
17298
|
surfaceId: string;
|
|
17299
|
+
root: string;
|
|
17300
17300
|
catalogId?: string | undefined;
|
|
17301
17301
|
styles?: {
|
|
17302
17302
|
font?: string | undefined;
|
|
@@ -17401,15 +17401,15 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
17401
17401
|
child: string;
|
|
17402
17402
|
}[];
|
|
17403
17403
|
} | undefined;
|
|
17404
|
-
Modal?: {
|
|
17405
|
-
entryPointChild: string;
|
|
17406
|
-
contentChild: string;
|
|
17407
|
-
} | undefined;
|
|
17408
17404
|
Divider?: {
|
|
17409
17405
|
axis?: "horizontal" | "vertical" | undefined;
|
|
17410
17406
|
color?: string | undefined;
|
|
17411
17407
|
thickness?: number | undefined;
|
|
17412
17408
|
} | undefined;
|
|
17409
|
+
Modal?: {
|
|
17410
|
+
entryPointChild: string;
|
|
17411
|
+
contentChild: string;
|
|
17412
|
+
} | undefined;
|
|
17413
17413
|
Button?: {
|
|
17414
17414
|
child: string;
|
|
17415
17415
|
action: {
|
|
@@ -17426,32 +17426,30 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
17426
17426
|
};
|
|
17427
17427
|
primary?: boolean | undefined;
|
|
17428
17428
|
} | undefined;
|
|
17429
|
-
|
|
17429
|
+
Checkbox?: {
|
|
17430
|
+
value: {
|
|
17431
|
+
path?: string | undefined;
|
|
17432
|
+
literalBoolean?: boolean | undefined;
|
|
17433
|
+
};
|
|
17430
17434
|
label: {
|
|
17431
17435
|
path?: string | undefined;
|
|
17432
17436
|
literalString?: string | undefined;
|
|
17433
17437
|
literal?: string | undefined;
|
|
17434
17438
|
};
|
|
17435
|
-
|
|
17439
|
+
} | undefined;
|
|
17440
|
+
TextField?: {
|
|
17441
|
+
label: {
|
|
17436
17442
|
path?: string | undefined;
|
|
17437
17443
|
literalString?: string | undefined;
|
|
17438
17444
|
literal?: string | undefined;
|
|
17439
|
-
} | undefined;
|
|
17440
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
17441
|
-
validationRegexp?: string | undefined;
|
|
17442
|
-
} | undefined;
|
|
17443
|
-
Slider?: {
|
|
17444
|
-
value: {
|
|
17445
|
-
path?: string | undefined;
|
|
17446
|
-
literalNumber?: number | undefined;
|
|
17447
17445
|
};
|
|
17448
|
-
|
|
17446
|
+
text?: {
|
|
17449
17447
|
path?: string | undefined;
|
|
17450
17448
|
literalString?: string | undefined;
|
|
17451
17449
|
literal?: string | undefined;
|
|
17452
17450
|
} | undefined;
|
|
17453
|
-
|
|
17454
|
-
|
|
17451
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
17452
|
+
validationRegexp?: string | undefined;
|
|
17455
17453
|
} | undefined;
|
|
17456
17454
|
DateTimeInput?: {
|
|
17457
17455
|
value: {
|
|
@@ -17463,17 +17461,6 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
17463
17461
|
enableTime?: boolean | undefined;
|
|
17464
17462
|
outputFormat?: string | undefined;
|
|
17465
17463
|
} | undefined;
|
|
17466
|
-
Checkbox?: {
|
|
17467
|
-
value: {
|
|
17468
|
-
path?: string | undefined;
|
|
17469
|
-
literalBoolean?: boolean | undefined;
|
|
17470
|
-
};
|
|
17471
|
-
label: {
|
|
17472
|
-
path?: string | undefined;
|
|
17473
|
-
literalString?: string | undefined;
|
|
17474
|
-
literal?: string | undefined;
|
|
17475
|
-
};
|
|
17476
|
-
} | undefined;
|
|
17477
17464
|
MultipleChoice?: {
|
|
17478
17465
|
selections: {
|
|
17479
17466
|
path?: string | undefined;
|
|
@@ -17490,6 +17477,19 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
17490
17477
|
maxAllowedSelections?: number | undefined;
|
|
17491
17478
|
filterable?: boolean | undefined;
|
|
17492
17479
|
} | undefined;
|
|
17480
|
+
Slider?: {
|
|
17481
|
+
value: {
|
|
17482
|
+
path?: string | undefined;
|
|
17483
|
+
literalNumber?: number | undefined;
|
|
17484
|
+
};
|
|
17485
|
+
label?: {
|
|
17486
|
+
path?: string | undefined;
|
|
17487
|
+
literalString?: string | undefined;
|
|
17488
|
+
literal?: string | undefined;
|
|
17489
|
+
} | undefined;
|
|
17490
|
+
minValue?: number | undefined;
|
|
17491
|
+
maxValue?: number | undefined;
|
|
17492
|
+
} | undefined;
|
|
17493
17493
|
} & {
|
|
17494
17494
|
[k: string]: any;
|
|
17495
17495
|
};
|
|
@@ -17512,8 +17512,8 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
17512
17512
|
} | undefined;
|
|
17513
17513
|
}>, {
|
|
17514
17514
|
beginRendering?: {
|
|
17515
|
-
root: string;
|
|
17516
17515
|
surfaceId: string;
|
|
17516
|
+
root: string;
|
|
17517
17517
|
catalogId?: string | undefined;
|
|
17518
17518
|
styles?: {
|
|
17519
17519
|
font?: string | undefined;
|
|
@@ -17618,15 +17618,15 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
17618
17618
|
child: string;
|
|
17619
17619
|
}[];
|
|
17620
17620
|
} | undefined;
|
|
17621
|
-
Modal?: {
|
|
17622
|
-
entryPointChild: string;
|
|
17623
|
-
contentChild: string;
|
|
17624
|
-
} | undefined;
|
|
17625
17621
|
Divider?: {
|
|
17626
17622
|
axis?: "horizontal" | "vertical" | undefined;
|
|
17627
17623
|
color?: string | undefined;
|
|
17628
17624
|
thickness?: number | undefined;
|
|
17629
17625
|
} | undefined;
|
|
17626
|
+
Modal?: {
|
|
17627
|
+
entryPointChild: string;
|
|
17628
|
+
contentChild: string;
|
|
17629
|
+
} | undefined;
|
|
17630
17630
|
Button?: {
|
|
17631
17631
|
child: string;
|
|
17632
17632
|
action: {
|
|
@@ -17643,32 +17643,30 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
17643
17643
|
};
|
|
17644
17644
|
primary?: boolean | undefined;
|
|
17645
17645
|
} | undefined;
|
|
17646
|
-
|
|
17646
|
+
Checkbox?: {
|
|
17647
|
+
value: {
|
|
17648
|
+
path?: string | undefined;
|
|
17649
|
+
literalBoolean?: boolean | undefined;
|
|
17650
|
+
};
|
|
17647
17651
|
label: {
|
|
17648
17652
|
path?: string | undefined;
|
|
17649
17653
|
literalString?: string | undefined;
|
|
17650
17654
|
literal?: string | undefined;
|
|
17651
17655
|
};
|
|
17652
|
-
|
|
17656
|
+
} | undefined;
|
|
17657
|
+
TextField?: {
|
|
17658
|
+
label: {
|
|
17653
17659
|
path?: string | undefined;
|
|
17654
17660
|
literalString?: string | undefined;
|
|
17655
17661
|
literal?: string | undefined;
|
|
17656
|
-
} | undefined;
|
|
17657
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
17658
|
-
validationRegexp?: string | undefined;
|
|
17659
|
-
} | undefined;
|
|
17660
|
-
Slider?: {
|
|
17661
|
-
value: {
|
|
17662
|
-
path?: string | undefined;
|
|
17663
|
-
literalNumber?: number | undefined;
|
|
17664
17662
|
};
|
|
17665
|
-
|
|
17663
|
+
text?: {
|
|
17666
17664
|
path?: string | undefined;
|
|
17667
17665
|
literalString?: string | undefined;
|
|
17668
17666
|
literal?: string | undefined;
|
|
17669
17667
|
} | undefined;
|
|
17670
|
-
|
|
17671
|
-
|
|
17668
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
17669
|
+
validationRegexp?: string | undefined;
|
|
17672
17670
|
} | undefined;
|
|
17673
17671
|
DateTimeInput?: {
|
|
17674
17672
|
value: {
|
|
@@ -17680,17 +17678,6 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
17680
17678
|
enableTime?: boolean | undefined;
|
|
17681
17679
|
outputFormat?: string | undefined;
|
|
17682
17680
|
} | undefined;
|
|
17683
|
-
Checkbox?: {
|
|
17684
|
-
value: {
|
|
17685
|
-
path?: string | undefined;
|
|
17686
|
-
literalBoolean?: boolean | undefined;
|
|
17687
|
-
};
|
|
17688
|
-
label: {
|
|
17689
|
-
path?: string | undefined;
|
|
17690
|
-
literalString?: string | undefined;
|
|
17691
|
-
literal?: string | undefined;
|
|
17692
|
-
};
|
|
17693
|
-
} | undefined;
|
|
17694
17681
|
MultipleChoice?: {
|
|
17695
17682
|
selections: {
|
|
17696
17683
|
path?: string | undefined;
|
|
@@ -17707,6 +17694,19 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
17707
17694
|
maxAllowedSelections?: number | undefined;
|
|
17708
17695
|
filterable?: boolean | undefined;
|
|
17709
17696
|
} | undefined;
|
|
17697
|
+
Slider?: {
|
|
17698
|
+
value: {
|
|
17699
|
+
path?: string | undefined;
|
|
17700
|
+
literalNumber?: number | undefined;
|
|
17701
|
+
};
|
|
17702
|
+
label?: {
|
|
17703
|
+
path?: string | undefined;
|
|
17704
|
+
literalString?: string | undefined;
|
|
17705
|
+
literal?: string | undefined;
|
|
17706
|
+
} | undefined;
|
|
17707
|
+
minValue?: number | undefined;
|
|
17708
|
+
maxValue?: number | undefined;
|
|
17709
|
+
} | undefined;
|
|
17710
17710
|
} & {
|
|
17711
17711
|
[k: string]: any;
|
|
17712
17712
|
};
|
|
@@ -17729,8 +17729,8 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
17729
17729
|
} | undefined;
|
|
17730
17730
|
}, {
|
|
17731
17731
|
beginRendering?: {
|
|
17732
|
-
root: string;
|
|
17733
17732
|
surfaceId: string;
|
|
17733
|
+
root: string;
|
|
17734
17734
|
catalogId?: string | undefined;
|
|
17735
17735
|
styles?: {
|
|
17736
17736
|
font?: string | undefined;
|
|
@@ -17835,15 +17835,15 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
17835
17835
|
child: string;
|
|
17836
17836
|
}[];
|
|
17837
17837
|
} | undefined;
|
|
17838
|
-
Modal?: {
|
|
17839
|
-
entryPointChild: string;
|
|
17840
|
-
contentChild: string;
|
|
17841
|
-
} | undefined;
|
|
17842
17838
|
Divider?: {
|
|
17843
17839
|
axis?: "horizontal" | "vertical" | undefined;
|
|
17844
17840
|
color?: string | undefined;
|
|
17845
17841
|
thickness?: number | undefined;
|
|
17846
17842
|
} | undefined;
|
|
17843
|
+
Modal?: {
|
|
17844
|
+
entryPointChild: string;
|
|
17845
|
+
contentChild: string;
|
|
17846
|
+
} | undefined;
|
|
17847
17847
|
Button?: {
|
|
17848
17848
|
child: string;
|
|
17849
17849
|
action: {
|
|
@@ -17860,32 +17860,30 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
17860
17860
|
};
|
|
17861
17861
|
primary?: boolean | undefined;
|
|
17862
17862
|
} | undefined;
|
|
17863
|
-
|
|
17863
|
+
Checkbox?: {
|
|
17864
|
+
value: {
|
|
17865
|
+
path?: string | undefined;
|
|
17866
|
+
literalBoolean?: boolean | undefined;
|
|
17867
|
+
};
|
|
17864
17868
|
label: {
|
|
17865
17869
|
path?: string | undefined;
|
|
17866
17870
|
literalString?: string | undefined;
|
|
17867
17871
|
literal?: string | undefined;
|
|
17868
17872
|
};
|
|
17869
|
-
|
|
17873
|
+
} | undefined;
|
|
17874
|
+
TextField?: {
|
|
17875
|
+
label: {
|
|
17870
17876
|
path?: string | undefined;
|
|
17871
17877
|
literalString?: string | undefined;
|
|
17872
17878
|
literal?: string | undefined;
|
|
17873
|
-
} | undefined;
|
|
17874
|
-
textFieldType?: "number" | "date" | "shortText" | "longText" | undefined;
|
|
17875
|
-
validationRegexp?: string | undefined;
|
|
17876
|
-
} | undefined;
|
|
17877
|
-
Slider?: {
|
|
17878
|
-
value: {
|
|
17879
|
-
path?: string | undefined;
|
|
17880
|
-
literalNumber?: number | undefined;
|
|
17881
17879
|
};
|
|
17882
|
-
|
|
17880
|
+
text?: {
|
|
17883
17881
|
path?: string | undefined;
|
|
17884
17882
|
literalString?: string | undefined;
|
|
17885
17883
|
literal?: string | undefined;
|
|
17886
17884
|
} | undefined;
|
|
17887
|
-
|
|
17888
|
-
|
|
17885
|
+
textFieldType?: "number" | "date" | "shortText" | "longText" | "obscured" | undefined;
|
|
17886
|
+
validationRegexp?: string | undefined;
|
|
17889
17887
|
} | undefined;
|
|
17890
17888
|
DateTimeInput?: {
|
|
17891
17889
|
value: {
|
|
@@ -17897,17 +17895,6 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
17897
17895
|
enableTime?: boolean | undefined;
|
|
17898
17896
|
outputFormat?: string | undefined;
|
|
17899
17897
|
} | undefined;
|
|
17900
|
-
Checkbox?: {
|
|
17901
|
-
value: {
|
|
17902
|
-
path?: string | undefined;
|
|
17903
|
-
literalBoolean?: boolean | undefined;
|
|
17904
|
-
};
|
|
17905
|
-
label: {
|
|
17906
|
-
path?: string | undefined;
|
|
17907
|
-
literalString?: string | undefined;
|
|
17908
|
-
literal?: string | undefined;
|
|
17909
|
-
};
|
|
17910
|
-
} | undefined;
|
|
17911
17898
|
MultipleChoice?: {
|
|
17912
17899
|
selections: {
|
|
17913
17900
|
path?: string | undefined;
|
|
@@ -17924,6 +17911,19 @@ export declare const A2uiMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
17924
17911
|
maxAllowedSelections?: number | undefined;
|
|
17925
17912
|
filterable?: boolean | undefined;
|
|
17926
17913
|
} | undefined;
|
|
17914
|
+
Slider?: {
|
|
17915
|
+
value: {
|
|
17916
|
+
path?: string | undefined;
|
|
17917
|
+
literalNumber?: number | undefined;
|
|
17918
|
+
};
|
|
17919
|
+
label?: {
|
|
17920
|
+
path?: string | undefined;
|
|
17921
|
+
literalString?: string | undefined;
|
|
17922
|
+
literal?: string | undefined;
|
|
17923
|
+
} | undefined;
|
|
17924
|
+
minValue?: number | undefined;
|
|
17925
|
+
maxValue?: number | undefined;
|
|
17926
|
+
} | undefined;
|
|
17927
17927
|
} & {
|
|
17928
17928
|
[k: string]: any;
|
|
17929
17929
|
};
|