@almadar/core 10.79.0 → 10.80.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/dist/builders.d.ts +3 -3
- package/dist/builders.js +11 -3
- package/dist/builders.js.map +1 -1
- package/dist/{effect-Mx_niZdY.d.ts → effect-C4uehm-r.d.ts} +1 -1
- package/dist/{entityAccess-C3_cjLNi.d.ts → entityAccess-BMKFgmsc.d.ts} +1 -1
- package/dist/factory/index.d.ts +4 -4
- package/dist/factory/index.js +50 -164
- package/dist/factory/index.js.map +1 -1
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/factory-runtime/index.js +11 -3
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/{index-B1N3gjT0.d.ts → index-DqUnw2Oo.d.ts} +4 -4
- package/dist/index.d.ts +10 -10
- package/dist/index.js +66 -172
- package/dist/index.js.map +1 -1
- package/dist/mock/index.d.ts +4 -4
- package/dist/patterns/component-mapping.json +1 -1
- package/dist/patterns/event-contracts.json +1 -1
- package/dist/patterns/index.d.ts +101 -219
- package/dist/patterns/index.js +53 -167
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/patterns-registry.json +51 -165
- package/dist/patterns/registry.json +51 -165
- package/dist/{schema-CkTuSx6F.d.ts → schema-Cma07_18.d.ts} +38 -38
- package/dist/{trait-B1fI0lTU.d.ts → trait-BXkQKZbO.d.ts} +32 -2
- package/dist/types/index.d.ts +5 -5
- package/dist/types/index.js +12 -4
- package/dist/types/index.js.map +1 -1
- package/dist/{types-B53Myv7U.d.ts → types-DoAKLgCZ.d.ts} +2 -2
- package/package.json +1 -1
|
@@ -2501,7 +2501,7 @@ type EntityData = Record<string, EntityRow[]>;
|
|
|
2501
2501
|
*
|
|
2502
2502
|
* DO NOT EDIT MANUALLY — regenerated by almadar-pattern-sync `patterns` command.
|
|
2503
2503
|
*
|
|
2504
|
-
* Generated: 2026-09-
|
|
2504
|
+
* Generated: 2026-09-02T20:03:03.936Z
|
|
2505
2505
|
* Pattern count: 274
|
|
2506
2506
|
*/
|
|
2507
2507
|
|
package/dist/factory/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { k as FactorySignatureCatalog, h as FactoryParamValue, c as FactoryConfigTier, b as FactoryConfigParam, F as FactoryCallSite, j as FactorySignature, R as RuleOverlay, p as RuleOverlayEntry, o as PresentationOverlay, T as TraitOverlay, J as JsonSchema } from '../types-
|
|
2
|
-
export { a as FactoryCallSiteParams, d as FactoryEntitySignature, e as FactoryEventSignature, f as FactoryExposure, g as FactoryPageSignature, i as FactoryProvenance, l as FactorySignatureEntityField, m as FactoryTraitSignature, n as JsonSchemaType, O as OwnershipOverlayEntry, P as PresentationNavItem, S as SchemaFieldType, q as TraitOverlayEntry, r as TraitOverlayListener } from '../types-
|
|
3
|
-
import { a as EntityPersistence, E as EntityField } from '../effect-
|
|
4
|
-
import { a as TraitReference } from '../trait-
|
|
1
|
+
import { k as FactorySignatureCatalog, h as FactoryParamValue, c as FactoryConfigTier, b as FactoryConfigParam, F as FactoryCallSite, j as FactorySignature, R as RuleOverlay, p as RuleOverlayEntry, o as PresentationOverlay, T as TraitOverlay, J as JsonSchema } from '../types-DoAKLgCZ.js';
|
|
2
|
+
export { a as FactoryCallSiteParams, d as FactoryEntitySignature, e as FactoryEventSignature, f as FactoryExposure, g as FactoryPageSignature, i as FactoryProvenance, l as FactorySignatureEntityField, m as FactoryTraitSignature, n as JsonSchemaType, O as OwnershipOverlayEntry, P as PresentationNavItem, S as SchemaFieldType, q as TraitOverlayEntry, r as TraitOverlayListener } from '../types-DoAKLgCZ.js';
|
|
3
|
+
import { a as EntityPersistence, E as EntityField } from '../effect-C4uehm-r.js';
|
|
4
|
+
import { a as TraitReference } from '../trait-BXkQKZbO.js';
|
|
5
5
|
export { J as JsonValue } from '../expression-Fk8bQWef.js';
|
|
6
6
|
import 'zod';
|
|
7
7
|
|
package/dist/factory/index.js
CHANGED
|
@@ -1171,10 +1171,6 @@ var patterns_registry_default = {
|
|
|
1171
1171
|
placement: {
|
|
1172
1172
|
types: [
|
|
1173
1173
|
"string"
|
|
1174
|
-
],
|
|
1175
|
-
enumValues: [
|
|
1176
|
-
"row",
|
|
1177
|
-
"bulk"
|
|
1178
1174
|
]
|
|
1179
1175
|
},
|
|
1180
1176
|
icon: {
|
|
@@ -1186,13 +1182,6 @@ var patterns_registry_default = {
|
|
|
1186
1182
|
variant: {
|
|
1187
1183
|
types: [
|
|
1188
1184
|
"string"
|
|
1189
|
-
],
|
|
1190
|
-
enumValues: [
|
|
1191
|
-
"default",
|
|
1192
|
-
"primary",
|
|
1193
|
-
"secondary",
|
|
1194
|
-
"ghost",
|
|
1195
|
-
"danger"
|
|
1196
1185
|
]
|
|
1197
1186
|
},
|
|
1198
1187
|
onClick: {
|
|
@@ -1569,12 +1558,6 @@ var patterns_registry_default = {
|
|
|
1569
1558
|
placement: {
|
|
1570
1559
|
types: [
|
|
1571
1560
|
"string"
|
|
1572
|
-
],
|
|
1573
|
-
enumValues: [
|
|
1574
|
-
"row",
|
|
1575
|
-
"bulk",
|
|
1576
|
-
"card",
|
|
1577
|
-
"footer"
|
|
1578
1561
|
]
|
|
1579
1562
|
},
|
|
1580
1563
|
variant: {
|
|
@@ -2084,22 +2067,11 @@ var patterns_registry_default = {
|
|
|
2084
2067
|
placement: {
|
|
2085
2068
|
types: [
|
|
2086
2069
|
"string"
|
|
2087
|
-
],
|
|
2088
|
-
enumValues: [
|
|
2089
|
-
"card",
|
|
2090
|
-
"footer",
|
|
2091
|
-
"row"
|
|
2092
2070
|
]
|
|
2093
2071
|
},
|
|
2094
2072
|
variant: {
|
|
2095
2073
|
types: [
|
|
2096
2074
|
"string"
|
|
2097
|
-
],
|
|
2098
|
-
enumValues: [
|
|
2099
|
-
"primary",
|
|
2100
|
-
"secondary",
|
|
2101
|
-
"ghost",
|
|
2102
|
-
"danger"
|
|
2103
2075
|
]
|
|
2104
2076
|
}
|
|
2105
2077
|
},
|
|
@@ -3024,11 +2996,7 @@ var patterns_registry_default = {
|
|
|
3024
2996
|
types: [
|
|
3025
2997
|
"string"
|
|
3026
2998
|
],
|
|
3027
|
-
description: "Form mode \u2014 'create' for new records, 'edit' for updating existing. Accepts `string` so schema-driven callers (whose `config.mode` is typed as `string` per the trait's declared config block) compile cleanly. The runtime treats anything other than 'edit' as 'create'."
|
|
3028
|
-
enumValues: [
|
|
3029
|
-
"create",
|
|
3030
|
-
"edit"
|
|
3031
|
-
]
|
|
2999
|
+
description: "Form mode \u2014 'create' for new records, 'edit' for updating existing. Accepts `string` so schema-driven callers (whose `config.mode` is typed as `string` per the trait's declared config block) compile cleanly. The runtime treats anything other than 'edit' as 'create'."
|
|
3032
3000
|
},
|
|
3033
3001
|
fields: {
|
|
3034
3002
|
types: [
|
|
@@ -3951,11 +3919,7 @@ var patterns_registry_default = {
|
|
|
3951
3919
|
types: [
|
|
3952
3920
|
"string"
|
|
3953
3921
|
],
|
|
3954
|
-
description: "Form mode \u2014 'create' for new records, 'edit' for updating existing. Accepts `string` so schema-driven callers (whose `config.mode` is typed as `string` per the trait's declared config block) compile cleanly. The runtime treats anything other than 'edit' as 'create'."
|
|
3955
|
-
enumValues: [
|
|
3956
|
-
"create",
|
|
3957
|
-
"edit"
|
|
3958
|
-
]
|
|
3922
|
+
description: "Form mode \u2014 'create' for new records, 'edit' for updating existing. Accepts `string` so schema-driven callers (whose `config.mode` is typed as `string` per the trait's declared config block) compile cleanly. The runtime treats anything other than 'edit' as 'create'."
|
|
3959
3923
|
},
|
|
3960
3924
|
fields: {
|
|
3961
3925
|
types: [
|
|
@@ -6509,12 +6473,6 @@ var patterns_registry_default = {
|
|
|
6509
6473
|
mode: {
|
|
6510
6474
|
types: [
|
|
6511
6475
|
"string"
|
|
6512
|
-
],
|
|
6513
|
-
enumValues: [
|
|
6514
|
-
"search_or_create",
|
|
6515
|
-
"create_multiple",
|
|
6516
|
-
"select_one",
|
|
6517
|
-
"update"
|
|
6518
6476
|
]
|
|
6519
6477
|
},
|
|
6520
6478
|
parentField: {
|
|
@@ -7368,13 +7326,6 @@ var patterns_registry_default = {
|
|
|
7368
7326
|
"string"
|
|
7369
7327
|
],
|
|
7370
7328
|
description: "Width (CSS value or preset size)",
|
|
7371
|
-
enumValues: [
|
|
7372
|
-
"sm",
|
|
7373
|
-
"md",
|
|
7374
|
-
"lg",
|
|
7375
|
-
"xl",
|
|
7376
|
-
"full"
|
|
7377
|
-
],
|
|
7378
7329
|
default: "md"
|
|
7379
7330
|
},
|
|
7380
7331
|
showCloseButton: {
|
|
@@ -8996,15 +8947,7 @@ var patterns_registry_default = {
|
|
|
8996
8947
|
types: [
|
|
8997
8948
|
"string"
|
|
8998
8949
|
],
|
|
8999
|
-
description: "Semantic palette token or an arbitrary Tailwind color class."
|
|
9000
|
-
enumValues: [
|
|
9001
|
-
"primary",
|
|
9002
|
-
"secondary",
|
|
9003
|
-
"success",
|
|
9004
|
-
"warning",
|
|
9005
|
-
"error",
|
|
9006
|
-
"muted"
|
|
9007
|
-
]
|
|
8950
|
+
description: "Semantic palette token or an arbitrary Tailwind color class."
|
|
9008
8951
|
},
|
|
9009
8952
|
animation: {
|
|
9010
8953
|
types: [
|
|
@@ -9345,13 +9288,20 @@ var patterns_registry_default = {
|
|
|
9345
9288
|
types: [
|
|
9346
9289
|
"string"
|
|
9347
9290
|
],
|
|
9348
|
-
description: "Declarative event name for trait dispatch",
|
|
9291
|
+
description: "Declarative event name for trait dispatch.",
|
|
9349
9292
|
kind: "event-ref",
|
|
9350
9293
|
emitPayloadSchema: [
|
|
9351
9294
|
{
|
|
9352
9295
|
name: "value",
|
|
9353
9296
|
type: "string",
|
|
9354
|
-
required: true
|
|
9297
|
+
required: true,
|
|
9298
|
+
typeWhen: [
|
|
9299
|
+
{
|
|
9300
|
+
knob: "inputType",
|
|
9301
|
+
equals: "number",
|
|
9302
|
+
type: "number"
|
|
9303
|
+
}
|
|
9304
|
+
]
|
|
9355
9305
|
}
|
|
9356
9306
|
]
|
|
9357
9307
|
},
|
|
@@ -9640,8 +9590,26 @@ var patterns_registry_default = {
|
|
|
9640
9590
|
types: [
|
|
9641
9591
|
"string"
|
|
9642
9592
|
],
|
|
9643
|
-
description: "Declarative event name for trait dispatch",
|
|
9644
|
-
kind: "event"
|
|
9593
|
+
description: "Declarative event name for trait dispatch \u2014 emits `{ value }` on selection commit (same gestures as `onChange`).",
|
|
9594
|
+
kind: "event-ref",
|
|
9595
|
+
emitPayloadSchema: [
|
|
9596
|
+
{
|
|
9597
|
+
name: "value",
|
|
9598
|
+
type: "string",
|
|
9599
|
+
required: true,
|
|
9600
|
+
schema: {
|
|
9601
|
+
types: [
|
|
9602
|
+
"string",
|
|
9603
|
+
"array"
|
|
9604
|
+
],
|
|
9605
|
+
items: {
|
|
9606
|
+
types: [
|
|
9607
|
+
"string"
|
|
9608
|
+
]
|
|
9609
|
+
}
|
|
9610
|
+
}
|
|
9611
|
+
}
|
|
9612
|
+
]
|
|
9645
9613
|
},
|
|
9646
9614
|
error: {
|
|
9647
9615
|
types: [
|
|
@@ -11961,7 +11929,8 @@ var patterns_registry_default = {
|
|
|
11961
11929
|
],
|
|
11962
11930
|
description: "Payload to include with the dispatched action event.",
|
|
11963
11931
|
payloadFor: "action",
|
|
11964
|
-
freeform: true
|
|
11932
|
+
freeform: true,
|
|
11933
|
+
eventPayloadBrand: true
|
|
11965
11934
|
},
|
|
11966
11935
|
actions: {
|
|
11967
11936
|
types: [
|
|
@@ -12060,14 +12029,6 @@ var patterns_registry_default = {
|
|
|
12060
12029
|
"string"
|
|
12061
12030
|
],
|
|
12062
12031
|
description: "Button position",
|
|
12063
|
-
enumValues: [
|
|
12064
|
-
"bottom-right",
|
|
12065
|
-
"bottom-left",
|
|
12066
|
-
"bottom-center",
|
|
12067
|
-
"top-right",
|
|
12068
|
-
"top-left",
|
|
12069
|
-
"top-center"
|
|
12070
|
-
],
|
|
12071
12032
|
default: "bottom-right"
|
|
12072
12033
|
},
|
|
12073
12034
|
className: {
|
|
@@ -12264,13 +12225,20 @@ var patterns_registry_default = {
|
|
|
12264
12225
|
types: [
|
|
12265
12226
|
"string"
|
|
12266
12227
|
],
|
|
12267
|
-
description: "Declarative event name for trait dispatch",
|
|
12228
|
+
description: "Declarative event name for trait dispatch.",
|
|
12268
12229
|
kind: "event-ref",
|
|
12269
12230
|
emitPayloadSchema: [
|
|
12270
12231
|
{
|
|
12271
12232
|
name: "value",
|
|
12272
12233
|
type: "string",
|
|
12273
|
-
required: true
|
|
12234
|
+
required: true,
|
|
12235
|
+
typeWhen: [
|
|
12236
|
+
{
|
|
12237
|
+
knob: "inputType",
|
|
12238
|
+
equals: "number",
|
|
12239
|
+
type: "number"
|
|
12240
|
+
}
|
|
12241
|
+
]
|
|
12274
12242
|
}
|
|
12275
12243
|
]
|
|
12276
12244
|
},
|
|
@@ -26532,14 +26500,6 @@ var patterns_registry_default = {
|
|
|
26532
26500
|
"string"
|
|
26533
26501
|
],
|
|
26534
26502
|
description: "Semantic palette token or a raw CSS color value for the stroke.",
|
|
26535
|
-
enumValues: [
|
|
26536
|
-
"primary",
|
|
26537
|
-
"secondary",
|
|
26538
|
-
"success",
|
|
26539
|
-
"warning",
|
|
26540
|
-
"error",
|
|
26541
|
-
"muted"
|
|
26542
|
-
],
|
|
26543
26503
|
default: "primary"
|
|
26544
26504
|
},
|
|
26545
26505
|
strokeWidth: {
|
|
@@ -27827,8 +27787,7 @@ var patterns_registry_default = {
|
|
|
27827
27787
|
},
|
|
27828
27788
|
targetQuestionId: {
|
|
27829
27789
|
types: [
|
|
27830
|
-
"string"
|
|
27831
|
-
"unknown"
|
|
27790
|
+
"string"
|
|
27832
27791
|
]
|
|
27833
27792
|
}
|
|
27834
27793
|
},
|
|
@@ -27894,8 +27853,7 @@ var patterns_registry_default = {
|
|
|
27894
27853
|
},
|
|
27895
27854
|
targetQuestionId: {
|
|
27896
27855
|
types: [
|
|
27897
|
-
"string"
|
|
27898
|
-
"unknown"
|
|
27856
|
+
"string"
|
|
27899
27857
|
]
|
|
27900
27858
|
}
|
|
27901
27859
|
},
|
|
@@ -27965,8 +27923,7 @@ var patterns_registry_default = {
|
|
|
27965
27923
|
},
|
|
27966
27924
|
targetQuestionId: {
|
|
27967
27925
|
types: [
|
|
27968
|
-
"string"
|
|
27969
|
-
"unknown"
|
|
27926
|
+
"string"
|
|
27970
27927
|
]
|
|
27971
27928
|
}
|
|
27972
27929
|
},
|
|
@@ -28068,7 +28025,8 @@ var patterns_registry_default = {
|
|
|
28068
28025
|
types: [
|
|
28069
28026
|
"object",
|
|
28070
28027
|
"array"
|
|
28071
|
-
]
|
|
28028
|
+
],
|
|
28029
|
+
cyclic: true
|
|
28072
28030
|
}
|
|
28073
28031
|
}
|
|
28074
28032
|
},
|
|
@@ -29071,12 +29029,6 @@ var patterns_registry_default = {
|
|
|
29071
29029
|
"string"
|
|
29072
29030
|
],
|
|
29073
29031
|
description: "Size variant",
|
|
29074
|
-
enumValues: [
|
|
29075
|
-
"sm",
|
|
29076
|
-
"md",
|
|
29077
|
-
"lg",
|
|
29078
|
-
"xl"
|
|
29079
|
-
],
|
|
29080
29032
|
default: "md"
|
|
29081
29033
|
},
|
|
29082
29034
|
shape: {
|
|
@@ -29084,11 +29036,6 @@ var patterns_registry_default = {
|
|
|
29084
29036
|
"string"
|
|
29085
29037
|
],
|
|
29086
29038
|
description: "Shape variant",
|
|
29087
|
-
enumValues: [
|
|
29088
|
-
"circle",
|
|
29089
|
-
"rounded",
|
|
29090
|
-
"square"
|
|
29091
|
-
],
|
|
29092
29039
|
default: "circle"
|
|
29093
29040
|
},
|
|
29094
29041
|
variant: {
|
|
@@ -29096,11 +29043,6 @@ var patterns_registry_default = {
|
|
|
29096
29043
|
"string"
|
|
29097
29044
|
],
|
|
29098
29045
|
description: "Visual variant",
|
|
29099
|
-
enumValues: [
|
|
29100
|
-
"primary",
|
|
29101
|
-
"secondary",
|
|
29102
|
-
"ghost"
|
|
29103
|
-
],
|
|
29104
29046
|
default: "secondary"
|
|
29105
29047
|
},
|
|
29106
29048
|
onPress: {
|
|
@@ -31371,15 +31313,7 @@ var patterns_registry_default = {
|
|
|
31371
31313
|
types: [
|
|
31372
31314
|
"string"
|
|
31373
31315
|
],
|
|
31374
|
-
description: "Semantic palette token or a raw CSS color value. Defaults to 'primary'."
|
|
31375
|
-
enumValues: [
|
|
31376
|
-
"primary",
|
|
31377
|
-
"secondary",
|
|
31378
|
-
"success",
|
|
31379
|
-
"warning",
|
|
31380
|
-
"error",
|
|
31381
|
-
"muted"
|
|
31382
|
-
]
|
|
31316
|
+
description: "Semantic palette token or a raw CSS color value. Defaults to 'primary'."
|
|
31383
31317
|
},
|
|
31384
31318
|
className: {
|
|
31385
31319
|
types: [
|
|
@@ -32173,12 +32107,7 @@ var patterns_registry_default = {
|
|
|
32173
32107
|
types: [
|
|
32174
32108
|
"string"
|
|
32175
32109
|
],
|
|
32176
|
-
description: "Position of the HUD"
|
|
32177
|
-
enumValues: [
|
|
32178
|
-
"top",
|
|
32179
|
-
"bottom",
|
|
32180
|
-
"corners"
|
|
32181
|
-
]
|
|
32110
|
+
description: "Position of the HUD"
|
|
32182
32111
|
},
|
|
32183
32112
|
stats: {
|
|
32184
32113
|
types: [
|
|
@@ -32475,11 +32404,6 @@ var patterns_registry_default = {
|
|
|
32475
32404
|
variant: {
|
|
32476
32405
|
types: [
|
|
32477
32406
|
"string"
|
|
32478
|
-
],
|
|
32479
|
-
enumValues: [
|
|
32480
|
-
"primary",
|
|
32481
|
-
"secondary",
|
|
32482
|
-
"ghost"
|
|
32483
32407
|
]
|
|
32484
32408
|
},
|
|
32485
32409
|
disabled: {
|
|
@@ -32533,11 +32457,6 @@ var patterns_registry_default = {
|
|
|
32533
32457
|
variant: {
|
|
32534
32458
|
types: [
|
|
32535
32459
|
"string"
|
|
32536
|
-
],
|
|
32537
|
-
enumValues: [
|
|
32538
|
-
"primary",
|
|
32539
|
-
"secondary",
|
|
32540
|
-
"ghost"
|
|
32541
32460
|
]
|
|
32542
32461
|
},
|
|
32543
32462
|
disabled: {
|
|
@@ -32594,11 +32513,6 @@ var patterns_registry_default = {
|
|
|
32594
32513
|
variant: {
|
|
32595
32514
|
types: [
|
|
32596
32515
|
"string"
|
|
32597
|
-
],
|
|
32598
|
-
enumValues: [
|
|
32599
|
-
"primary",
|
|
32600
|
-
"secondary",
|
|
32601
|
-
"ghost"
|
|
32602
32516
|
]
|
|
32603
32517
|
},
|
|
32604
32518
|
disabled: {
|
|
@@ -32968,12 +32882,6 @@ var patterns_registry_default = {
|
|
|
32968
32882
|
"string"
|
|
32969
32883
|
],
|
|
32970
32884
|
description: "Display format",
|
|
32971
|
-
enumValues: [
|
|
32972
|
-
"number",
|
|
32973
|
-
"hearts",
|
|
32974
|
-
"bar",
|
|
32975
|
-
"text"
|
|
32976
|
-
],
|
|
32977
32885
|
default: "number"
|
|
32978
32886
|
},
|
|
32979
32887
|
icon: {
|
|
@@ -32988,11 +32896,6 @@ var patterns_registry_default = {
|
|
|
32988
32896
|
"string"
|
|
32989
32897
|
],
|
|
32990
32898
|
description: "Size variant",
|
|
32991
|
-
enumValues: [
|
|
32992
|
-
"sm",
|
|
32993
|
-
"md",
|
|
32994
|
-
"lg"
|
|
32995
|
-
],
|
|
32996
32899
|
default: "md"
|
|
32997
32900
|
},
|
|
32998
32901
|
variant: {
|
|
@@ -33000,13 +32903,6 @@ var patterns_registry_default = {
|
|
|
33000
32903
|
"string"
|
|
33001
32904
|
],
|
|
33002
32905
|
description: "Visual variant",
|
|
33003
|
-
enumValues: [
|
|
33004
|
-
"default",
|
|
33005
|
-
"primary",
|
|
33006
|
-
"success",
|
|
33007
|
-
"warning",
|
|
33008
|
-
"danger"
|
|
33009
|
-
],
|
|
33010
32906
|
default: "default"
|
|
33011
32907
|
},
|
|
33012
32908
|
className: {
|
|
@@ -37756,11 +37652,6 @@ var patterns_registry_default = {
|
|
|
37756
37652
|
format: {
|
|
37757
37653
|
types: [
|
|
37758
37654
|
"string"
|
|
37759
|
-
],
|
|
37760
|
-
enumValues: [
|
|
37761
|
-
"currency",
|
|
37762
|
-
"percent",
|
|
37763
|
-
"number"
|
|
37764
37655
|
]
|
|
37765
37656
|
}
|
|
37766
37657
|
},
|
|
@@ -39052,11 +38943,6 @@ var patterns_registry_default = {
|
|
|
39052
38943
|
variant: {
|
|
39053
38944
|
types: [
|
|
39054
38945
|
"string"
|
|
39055
|
-
],
|
|
39056
|
-
enumValues: [
|
|
39057
|
-
"primary",
|
|
39058
|
-
"secondary",
|
|
39059
|
-
"ghost"
|
|
39060
38946
|
]
|
|
39061
38947
|
}
|
|
39062
38948
|
},
|