@sprucelabs/heartwood-view-controllers 112.3.29 → 113.0.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/build/esm/schemas/v2021_02_11/addressInput.builder.d.ts +4 -4
- package/build/esm/schemas/v2021_02_11/autocompleteInput.builder.d.ts +4 -4
- package/build/esm/schemas/v2021_02_11/cards/card.builder.d.ts +96 -96
- package/build/esm/schemas/v2021_02_11/cards/cardBody.builder.d.ts +72 -72
- package/build/esm/schemas/v2021_02_11/cards/cardHeader.builder.d.ts +24 -24
- package/build/esm/schemas/v2021_02_11/cards/cardSection.builder.d.ts +72 -72
- package/build/esm/schemas/v2021_02_11/dialog.builder.d.ts +96 -96
- package/build/esm/schemas/v2021_02_11/formSection.builder.d.ts +24 -24
- package/build/esm/schemas/v2021_02_11/forms/bigForm.builder.d.ts +24 -24
- package/build/esm/schemas/v2021_02_11/forms/form.builder.d.ts +24 -24
- package/build/esm/schemas/v2021_02_11/forms/input.builder.d.ts +4 -4
- package/build/esm/schemas/v2021_02_11/forms/phoneInput.builder.d.ts +4 -4
- package/build/esm/schemas/v2021_02_11/forms/ratingsInput.builder.d.ts +4 -4
- package/build/esm/schemas/v2021_02_11/forms/textInput.builder.d.ts +4 -4
- package/build/esm/schemas/v2021_02_11/forms/toggleInput.builder.d.ts +4 -4
- package/build/esm/schemas/v2021_02_11/layout.builder.d.ts +96 -96
- package/build/esm/schemas/v2021_02_11/list.builder.d.ts +24 -24
- package/build/esm/schemas/v2021_02_11/listCell.builder.d.ts +24 -24
- package/build/esm/schemas/v2021_02_11/lockScreen.builder.d.ts +96 -96
- package/build/esm/schemas/v2021_02_11/navigation.builder.d.ts +2 -2
- package/build/esm/schemas/v2021_02_11/navigationButton.builder.d.ts +2 -2
- package/build/esm/schemas/v2021_02_11/progressNavigator.builder.d.ts +2 -2
- package/build/esm/schemas/v2021_02_11/selectInput.builder.d.ts +4 -4
- package/build/esm/schemas/v2021_02_11/skillView.builder.d.ts +96 -96
- package/build/esm/schemas/v2021_02_11/toolBelt.builder.d.ts +96 -96
- package/build/esm/tests/utilities/interactor.js +2 -4
- package/build/esm/tests/utilities/navigationAssert.d.ts +1 -0
- package/build/esm/tests/utilities/navigationAssert.js +1 -1
- package/build/schemas/v2021_02_11/addressInput.builder.d.ts +4 -4
- package/build/schemas/v2021_02_11/autocompleteInput.builder.d.ts +4 -4
- package/build/schemas/v2021_02_11/cards/card.builder.d.ts +96 -96
- package/build/schemas/v2021_02_11/cards/cardBody.builder.d.ts +72 -72
- package/build/schemas/v2021_02_11/cards/cardHeader.builder.d.ts +24 -24
- package/build/schemas/v2021_02_11/cards/cardSection.builder.d.ts +72 -72
- package/build/schemas/v2021_02_11/dialog.builder.d.ts +96 -96
- package/build/schemas/v2021_02_11/formSection.builder.d.ts +24 -24
- package/build/schemas/v2021_02_11/forms/bigForm.builder.d.ts +24 -24
- package/build/schemas/v2021_02_11/forms/form.builder.d.ts +24 -24
- package/build/schemas/v2021_02_11/forms/input.builder.d.ts +4 -4
- package/build/schemas/v2021_02_11/forms/phoneInput.builder.d.ts +4 -4
- package/build/schemas/v2021_02_11/forms/ratingsInput.builder.d.ts +4 -4
- package/build/schemas/v2021_02_11/forms/textInput.builder.d.ts +4 -4
- package/build/schemas/v2021_02_11/forms/toggleInput.builder.d.ts +4 -4
- package/build/schemas/v2021_02_11/layout.builder.d.ts +96 -96
- package/build/schemas/v2021_02_11/list.builder.d.ts +24 -24
- package/build/schemas/v2021_02_11/listCell.builder.d.ts +24 -24
- package/build/schemas/v2021_02_11/lockScreen.builder.d.ts +96 -96
- package/build/schemas/v2021_02_11/navigation.builder.d.ts +2 -2
- package/build/schemas/v2021_02_11/navigationButton.builder.d.ts +2 -2
- package/build/schemas/v2021_02_11/progressNavigator.builder.d.ts +2 -2
- package/build/schemas/v2021_02_11/selectInput.builder.d.ts +4 -4
- package/build/schemas/v2021_02_11/skillView.builder.d.ts +96 -96
- package/build/schemas/v2021_02_11/toolBelt.builder.d.ts +96 -96
- package/build/tests/utilities/interactor.js +35 -4
- package/build/tests/utilities/navigationAssert.d.ts +1 -0
- package/build/tests/utilities/navigationAssert.js +1 -0
- package/package.json +11 -11
|
@@ -1435,8 +1435,8 @@ declare const _default: {
|
|
|
1435
1435
|
hint?: string;
|
|
1436
1436
|
minArrayLength?: number;
|
|
1437
1437
|
isArray: true;
|
|
1438
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
1439
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
1438
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
1439
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
1440
1440
|
} | {
|
|
1441
1441
|
isRequired: true;
|
|
1442
1442
|
type: "schema";
|
|
@@ -1828,8 +1828,8 @@ declare const _default: {
|
|
|
1828
1828
|
hint?: string;
|
|
1829
1829
|
minArrayLength?: number;
|
|
1830
1830
|
isArray: true;
|
|
1831
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
1832
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
1831
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
1832
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
1833
1833
|
} | {
|
|
1834
1834
|
isRequired: true;
|
|
1835
1835
|
type: "schema";
|
|
@@ -2321,8 +2321,8 @@ declare const _default: {
|
|
|
2321
2321
|
hint?: string;
|
|
2322
2322
|
minArrayLength?: number;
|
|
2323
2323
|
isArray: true;
|
|
2324
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2325
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2324
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2325
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2326
2326
|
} | {
|
|
2327
2327
|
isRequired: true;
|
|
2328
2328
|
type: "schema";
|
|
@@ -2714,8 +2714,8 @@ declare const _default: {
|
|
|
2714
2714
|
hint?: string;
|
|
2715
2715
|
minArrayLength?: number;
|
|
2716
2716
|
isArray: true;
|
|
2717
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2718
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2717
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2718
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2719
2719
|
} | {
|
|
2720
2720
|
isRequired: true;
|
|
2721
2721
|
type: "schema";
|
|
@@ -3230,8 +3230,8 @@ declare const _default: {
|
|
|
3230
3230
|
hint?: string;
|
|
3231
3231
|
minArrayLength?: number;
|
|
3232
3232
|
isArray: true;
|
|
3233
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3234
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3233
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3234
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3235
3235
|
} | {
|
|
3236
3236
|
isRequired: true;
|
|
3237
3237
|
type: "schema";
|
|
@@ -3623,8 +3623,8 @@ declare const _default: {
|
|
|
3623
3623
|
hint?: string;
|
|
3624
3624
|
minArrayLength?: number;
|
|
3625
3625
|
isArray: true;
|
|
3626
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3627
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3626
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3627
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3628
3628
|
} | {
|
|
3629
3629
|
isRequired: true;
|
|
3630
3630
|
type: "schema";
|
|
@@ -4113,8 +4113,8 @@ declare const _default: {
|
|
|
4113
4113
|
hint?: string;
|
|
4114
4114
|
minArrayLength?: number;
|
|
4115
4115
|
isArray: true;
|
|
4116
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4117
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4116
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4117
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4118
4118
|
} | {
|
|
4119
4119
|
isRequired: true;
|
|
4120
4120
|
type: "schema";
|
|
@@ -4506,8 +4506,8 @@ declare const _default: {
|
|
|
4506
4506
|
hint?: string;
|
|
4507
4507
|
minArrayLength?: number;
|
|
4508
4508
|
isArray: true;
|
|
4509
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4510
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4509
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4510
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4511
4511
|
} | {
|
|
4512
4512
|
isRequired: true;
|
|
4513
4513
|
type: "schema";
|
|
@@ -4996,8 +4996,8 @@ declare const _default: {
|
|
|
4996
4996
|
hint?: string;
|
|
4997
4997
|
minArrayLength?: number;
|
|
4998
4998
|
isArray: true;
|
|
4999
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5000
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4999
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5000
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5001
5001
|
} | {
|
|
5002
5002
|
isRequired: true;
|
|
5003
5003
|
type: "schema";
|
|
@@ -5389,8 +5389,8 @@ declare const _default: {
|
|
|
5389
5389
|
hint?: string;
|
|
5390
5390
|
minArrayLength?: number;
|
|
5391
5391
|
isArray: true;
|
|
5392
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5393
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5392
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5393
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5394
5394
|
} | {
|
|
5395
5395
|
isRequired: true;
|
|
5396
5396
|
type: "schema";
|
|
@@ -5920,8 +5920,8 @@ declare const _default: {
|
|
|
5920
5920
|
hint?: string;
|
|
5921
5921
|
minArrayLength?: number;
|
|
5922
5922
|
isArray: true;
|
|
5923
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5924
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5923
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5924
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5925
5925
|
} | {
|
|
5926
5926
|
isRequired: true;
|
|
5927
5927
|
type: "schema";
|
|
@@ -6313,8 +6313,8 @@ declare const _default: {
|
|
|
6313
6313
|
hint?: string;
|
|
6314
6314
|
minArrayLength?: number;
|
|
6315
6315
|
isArray: true;
|
|
6316
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6317
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6316
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6317
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6318
6318
|
} | {
|
|
6319
6319
|
isRequired: true;
|
|
6320
6320
|
type: "schema";
|
|
@@ -1357,8 +1357,8 @@ declare const _default: {
|
|
|
1357
1357
|
hint?: string;
|
|
1358
1358
|
minArrayLength?: number;
|
|
1359
1359
|
isArray: true;
|
|
1360
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
1361
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
1360
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
1361
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
1362
1362
|
} | {
|
|
1363
1363
|
isRequired: true;
|
|
1364
1364
|
type: "schema";
|
|
@@ -1750,8 +1750,8 @@ declare const _default: {
|
|
|
1750
1750
|
hint?: string;
|
|
1751
1751
|
minArrayLength?: number;
|
|
1752
1752
|
isArray: true;
|
|
1753
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
1754
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
1753
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
1754
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
1755
1755
|
} | {
|
|
1756
1756
|
isRequired: true;
|
|
1757
1757
|
type: "schema";
|
|
@@ -2243,8 +2243,8 @@ declare const _default: {
|
|
|
2243
2243
|
hint?: string;
|
|
2244
2244
|
minArrayLength?: number;
|
|
2245
2245
|
isArray: true;
|
|
2246
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2247
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2246
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2247
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2248
2248
|
} | {
|
|
2249
2249
|
isRequired: true;
|
|
2250
2250
|
type: "schema";
|
|
@@ -2636,8 +2636,8 @@ declare const _default: {
|
|
|
2636
2636
|
hint?: string;
|
|
2637
2637
|
minArrayLength?: number;
|
|
2638
2638
|
isArray: true;
|
|
2639
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2640
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2639
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2640
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2641
2641
|
} | {
|
|
2642
2642
|
isRequired: true;
|
|
2643
2643
|
type: "schema";
|
|
@@ -3152,8 +3152,8 @@ declare const _default: {
|
|
|
3152
3152
|
hint?: string;
|
|
3153
3153
|
minArrayLength?: number;
|
|
3154
3154
|
isArray: true;
|
|
3155
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3156
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3155
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3156
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3157
3157
|
} | {
|
|
3158
3158
|
isRequired: true;
|
|
3159
3159
|
type: "schema";
|
|
@@ -3545,8 +3545,8 @@ declare const _default: {
|
|
|
3545
3545
|
hint?: string;
|
|
3546
3546
|
minArrayLength?: number;
|
|
3547
3547
|
isArray: true;
|
|
3548
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3549
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3548
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3549
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3550
3550
|
} | {
|
|
3551
3551
|
isRequired: true;
|
|
3552
3552
|
type: "schema";
|
|
@@ -4035,8 +4035,8 @@ declare const _default: {
|
|
|
4035
4035
|
hint?: string;
|
|
4036
4036
|
minArrayLength?: number;
|
|
4037
4037
|
isArray: true;
|
|
4038
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4039
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4038
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4039
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4040
4040
|
} | {
|
|
4041
4041
|
isRequired: true;
|
|
4042
4042
|
type: "schema";
|
|
@@ -4428,8 +4428,8 @@ declare const _default: {
|
|
|
4428
4428
|
hint?: string;
|
|
4429
4429
|
minArrayLength?: number;
|
|
4430
4430
|
isArray: true;
|
|
4431
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4432
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4431
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4432
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4433
4433
|
} | {
|
|
4434
4434
|
isRequired: true;
|
|
4435
4435
|
type: "schema";
|
|
@@ -4918,8 +4918,8 @@ declare const _default: {
|
|
|
4918
4918
|
hint?: string;
|
|
4919
4919
|
minArrayLength?: number;
|
|
4920
4920
|
isArray: true;
|
|
4921
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4922
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4921
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4922
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4923
4923
|
} | {
|
|
4924
4924
|
isRequired: true;
|
|
4925
4925
|
type: "schema";
|
|
@@ -5311,8 +5311,8 @@ declare const _default: {
|
|
|
5311
5311
|
hint?: string;
|
|
5312
5312
|
minArrayLength?: number;
|
|
5313
5313
|
isArray: true;
|
|
5314
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5315
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5314
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5315
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5316
5316
|
} | {
|
|
5317
5317
|
isRequired: true;
|
|
5318
5318
|
type: "schema";
|
|
@@ -5842,8 +5842,8 @@ declare const _default: {
|
|
|
5842
5842
|
hint?: string;
|
|
5843
5843
|
minArrayLength?: number;
|
|
5844
5844
|
isArray: true;
|
|
5845
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5846
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5845
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5846
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5847
5847
|
} | {
|
|
5848
5848
|
isRequired: true;
|
|
5849
5849
|
type: "schema";
|
|
@@ -6235,8 +6235,8 @@ declare const _default: {
|
|
|
6235
6235
|
hint?: string;
|
|
6236
6236
|
minArrayLength?: number;
|
|
6237
6237
|
isArray: true;
|
|
6238
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6239
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6238
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6239
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6240
6240
|
} | {
|
|
6241
6241
|
isRequired: true;
|
|
6242
6242
|
type: "schema";
|