@almadar/core 10.75.0 → 10.77.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 +4 -0
- package/dist/builders.js.map +1 -1
- package/dist/{effect-CK1NMWES.d.ts → effect-BHaHSAvM.d.ts} +1 -1
- package/dist/{entityAccess-B-de_0a8.d.ts → entityAccess-CqqGrG-7.d.ts} +1 -1
- package/dist/factory/index.d.ts +4 -4
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/factory-runtime/index.js +4 -0
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/{index-CBxIR1yy.d.ts → index-B8ZQ8lo5.d.ts} +4 -4
- package/dist/index.d.ts +21 -12
- package/dist/index.js +189 -42
- 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 +132 -74
- package/dist/patterns/index.js +54 -36
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/patterns-registry.json +52 -34
- package/dist/patterns/registry.json +52 -34
- package/dist/{schema-DlTrByoG.d.ts → schema-Czlrw3bA.d.ts} +106 -3
- package/dist/{trait-Cm9H3lHN.d.ts → trait-DCmf5iRN.d.ts} +1 -1
- package/dist/types/index.d.ts +5 -5
- package/dist/types/index.js +16 -1
- package/dist/types/index.js.map +1 -1
- package/dist/{types-cCAU_Z-5.d.ts → types-Cb51Jqxe.d.ts} +2 -2
- package/package.json +2 -2
package/dist/patterns/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { A as AnyPatternConfig, h as RenderBinding, F as FieldValue, b0 as PatternType } from '../effect-
|
|
2
|
-
export { aV as PATTERN_TYPES, aZ as PatternConfig, a_ as PatternProps, a$ as PatternPropsMap, cT as isValidPatternType } from '../effect-
|
|
1
|
+
import { A as AnyPatternConfig, h as RenderBinding, F as FieldValue, b0 as PatternType } from '../effect-BHaHSAvM.js';
|
|
2
|
+
export { aV as PATTERN_TYPES, aZ as PatternConfig, a_ as PatternProps, a$ as PatternPropsMap, cT as isValidPatternType } from '../effect-BHaHSAvM.js';
|
|
3
3
|
import { d as EventPayloadValue, a as EventPayload, J as JsonValue } from '../expression-Fk8bQWef.js';
|
|
4
4
|
import 'zod';
|
|
5
5
|
|
|
6
6
|
var version$3 = "1.0.0";
|
|
7
|
-
var exportedAt$3 = "2026-08-
|
|
7
|
+
var exportedAt$3 = "2026-08-31T09:49:17.624Z";
|
|
8
8
|
var patterns = {
|
|
9
9
|
"entity-table": {
|
|
10
10
|
type: "entity-table",
|
|
@@ -241,6 +241,8 @@ var patterns = {
|
|
|
241
241
|
"array"
|
|
242
242
|
],
|
|
243
243
|
description: "Item actions from generated code - maps to rowActions",
|
|
244
|
+
kind: "event-list",
|
|
245
|
+
eventField: "event",
|
|
244
246
|
items: {
|
|
245
247
|
types: [
|
|
246
248
|
"object"
|
|
@@ -261,11 +263,6 @@ var patterns = {
|
|
|
261
263
|
"string"
|
|
262
264
|
]
|
|
263
265
|
},
|
|
264
|
-
action: {
|
|
265
|
-
types: [
|
|
266
|
-
"string"
|
|
267
|
-
]
|
|
268
|
-
},
|
|
269
266
|
placement: {
|
|
270
267
|
types: [
|
|
271
268
|
"string"
|
|
@@ -369,6 +366,8 @@ var patterns = {
|
|
|
369
366
|
"array"
|
|
370
367
|
],
|
|
371
368
|
description: "Row actions",
|
|
369
|
+
kind: "event-list",
|
|
370
|
+
eventField: "event",
|
|
372
371
|
items: {
|
|
373
372
|
types: [
|
|
374
373
|
"object"
|
|
@@ -420,6 +419,8 @@ var patterns = {
|
|
|
420
419
|
"array"
|
|
421
420
|
],
|
|
422
421
|
description: "Bulk actions",
|
|
422
|
+
kind: "event-list",
|
|
423
|
+
eventField: "event",
|
|
423
424
|
items: {
|
|
424
425
|
types: [
|
|
425
426
|
"object"
|
|
@@ -639,6 +640,8 @@ var patterns = {
|
|
|
639
640
|
"array"
|
|
640
641
|
],
|
|
641
642
|
description: "Item actions - schema-driven or function-based",
|
|
643
|
+
kind: "event-list",
|
|
644
|
+
eventField: "event",
|
|
642
645
|
items: {
|
|
643
646
|
types: [
|
|
644
647
|
"object"
|
|
@@ -670,11 +673,6 @@ var patterns = {
|
|
|
670
673
|
"footer"
|
|
671
674
|
]
|
|
672
675
|
},
|
|
673
|
-
action: {
|
|
674
|
-
types: [
|
|
675
|
-
"string"
|
|
676
|
-
]
|
|
677
|
-
},
|
|
678
676
|
variant: {
|
|
679
677
|
types: [
|
|
680
678
|
"string"
|
|
@@ -1177,11 +1175,6 @@ var patterns = {
|
|
|
1177
1175
|
"function"
|
|
1178
1176
|
]
|
|
1179
1177
|
},
|
|
1180
|
-
action: {
|
|
1181
|
-
types: [
|
|
1182
|
-
"string"
|
|
1183
|
-
]
|
|
1184
|
-
},
|
|
1185
1178
|
placement: {
|
|
1186
1179
|
types: [
|
|
1187
1180
|
"string"
|
|
@@ -1494,6 +1487,8 @@ var patterns = {
|
|
|
1494
1487
|
"array"
|
|
1495
1488
|
],
|
|
1496
1489
|
description: "Unified actions array - first action with variant='primary' is the main action",
|
|
1490
|
+
kind: "event-list",
|
|
1491
|
+
eventField: "event",
|
|
1497
1492
|
items: {
|
|
1498
1493
|
types: [
|
|
1499
1494
|
"object"
|
|
@@ -1887,6 +1882,8 @@ var patterns = {
|
|
|
1887
1882
|
"array"
|
|
1888
1883
|
],
|
|
1889
1884
|
description: "Actions array - first action with variant='primary' (or first action) is the main action",
|
|
1885
|
+
kind: "event-list",
|
|
1886
|
+
eventField: "event",
|
|
1890
1887
|
items: {
|
|
1891
1888
|
types: [
|
|
1892
1889
|
"object"
|
|
@@ -4097,6 +4094,8 @@ var patterns = {
|
|
|
4097
4094
|
"array"
|
|
4098
4095
|
],
|
|
4099
4096
|
description: "Tab items",
|
|
4097
|
+
kind: "event-list",
|
|
4098
|
+
eventField: "event",
|
|
4100
4099
|
items: {
|
|
4101
4100
|
types: [
|
|
4102
4101
|
"object"
|
|
@@ -4254,6 +4253,8 @@ var patterns = {
|
|
|
4254
4253
|
"array"
|
|
4255
4254
|
],
|
|
4256
4255
|
description: "Tab items (alias for items - used by generated code)",
|
|
4256
|
+
kind: "event-list",
|
|
4257
|
+
eventField: "event",
|
|
4257
4258
|
items: {
|
|
4258
4259
|
types: [
|
|
4259
4260
|
"object"
|
|
@@ -9007,6 +9008,8 @@ var patterns = {
|
|
|
9007
9008
|
],
|
|
9008
9009
|
description: "Menu items",
|
|
9009
9010
|
required: true,
|
|
9011
|
+
kind: "event-list",
|
|
9012
|
+
eventField: "event",
|
|
9010
9013
|
items: {
|
|
9011
9014
|
types: [
|
|
9012
9015
|
"object"
|
|
@@ -10407,6 +10410,8 @@ var patterns = {
|
|
|
10407
10410
|
"array"
|
|
10408
10411
|
],
|
|
10409
10412
|
description: "Secondary action buttons config (for form-actions pattern) Accepts readonly array for compatibility with generated const arrays",
|
|
10413
|
+
kind: "event-list",
|
|
10414
|
+
eventField: "event",
|
|
10410
10415
|
items: {
|
|
10411
10416
|
types: [
|
|
10412
10417
|
"object"
|
|
@@ -10741,6 +10746,8 @@ var patterns = {
|
|
|
10741
10746
|
"array"
|
|
10742
10747
|
],
|
|
10743
10748
|
description: "Multiple actions. When provided, the button expands to show all of them.",
|
|
10749
|
+
kind: "event-list",
|
|
10750
|
+
eventField: "event",
|
|
10744
10751
|
items: {
|
|
10745
10752
|
types: [
|
|
10746
10753
|
"object"
|
|
@@ -13990,6 +13997,8 @@ var patterns = {
|
|
|
13990
13997
|
"array"
|
|
13991
13998
|
],
|
|
13992
13999
|
description: "Top-level chart actions (export, refresh, etc.)",
|
|
14000
|
+
kind: "event-list",
|
|
14001
|
+
eventField: "event",
|
|
13993
14002
|
items: {
|
|
13994
14003
|
types: [
|
|
13995
14004
|
"object"
|
|
@@ -14194,6 +14203,8 @@ var patterns = {
|
|
|
14194
14203
|
"array"
|
|
14195
14204
|
],
|
|
14196
14205
|
description: "Actions",
|
|
14206
|
+
kind: "event-list",
|
|
14207
|
+
eventField: "event",
|
|
14197
14208
|
items: {
|
|
14198
14209
|
types: [
|
|
14199
14210
|
"object"
|
|
@@ -14732,6 +14743,8 @@ var patterns = {
|
|
|
14732
14743
|
"array"
|
|
14733
14744
|
],
|
|
14734
14745
|
description: "Actions",
|
|
14746
|
+
kind: "event-list",
|
|
14747
|
+
eventField: "event",
|
|
14735
14748
|
items: {
|
|
14736
14749
|
types: [
|
|
14737
14750
|
"object"
|
|
@@ -15015,6 +15028,8 @@ var patterns = {
|
|
|
15015
15028
|
"array"
|
|
15016
15029
|
],
|
|
15017
15030
|
description: "Actions",
|
|
15031
|
+
kind: "event-list",
|
|
15032
|
+
eventField: "event",
|
|
15018
15033
|
items: {
|
|
15019
15034
|
types: [
|
|
15020
15035
|
"object"
|
|
@@ -15386,6 +15401,8 @@ var patterns = {
|
|
|
15386
15401
|
"array"
|
|
15387
15402
|
],
|
|
15388
15403
|
description: "Actions",
|
|
15404
|
+
kind: "event-list",
|
|
15405
|
+
eventField: "event",
|
|
15389
15406
|
items: {
|
|
15390
15407
|
types: [
|
|
15391
15408
|
"object"
|
|
@@ -16299,6 +16316,8 @@ var patterns = {
|
|
|
16299
16316
|
"array"
|
|
16300
16317
|
],
|
|
16301
16318
|
description: "Action badges in the toolbar",
|
|
16319
|
+
kind: "event-list",
|
|
16320
|
+
eventField: "event",
|
|
16302
16321
|
items: {
|
|
16303
16322
|
types: [
|
|
16304
16323
|
"object"
|
|
@@ -25981,9 +26000,19 @@ var patterns = {
|
|
|
25981
26000
|
kind: "event-ref",
|
|
25982
26001
|
emitPayloadSchema: [
|
|
25983
26002
|
{
|
|
25984
|
-
name: "
|
|
25985
|
-
type: "
|
|
25986
|
-
required:
|
|
26003
|
+
name: "text",
|
|
26004
|
+
type: "string",
|
|
26005
|
+
required: true
|
|
26006
|
+
},
|
|
26007
|
+
{
|
|
26008
|
+
name: "format",
|
|
26009
|
+
type: "string",
|
|
26010
|
+
required: true
|
|
26011
|
+
},
|
|
26012
|
+
{
|
|
26013
|
+
name: "timestamp",
|
|
26014
|
+
type: "number",
|
|
26015
|
+
required: true
|
|
25987
26016
|
}
|
|
25988
26017
|
]
|
|
25989
26018
|
},
|
|
@@ -30041,6 +30070,8 @@ var patterns = {
|
|
|
30041
30070
|
"array"
|
|
30042
30071
|
],
|
|
30043
30072
|
description: "Menu options - accepts readonly for compatibility with generated const arrays",
|
|
30073
|
+
kind: "event-list",
|
|
30074
|
+
eventField: "event",
|
|
30044
30075
|
items: {
|
|
30045
30076
|
types: [
|
|
30046
30077
|
"object"
|
|
@@ -30085,11 +30116,6 @@ var patterns = {
|
|
|
30085
30116
|
types: [
|
|
30086
30117
|
"string"
|
|
30087
30118
|
]
|
|
30088
|
-
},
|
|
30089
|
-
action: {
|
|
30090
|
-
types: [
|
|
30091
|
-
"string"
|
|
30092
|
-
]
|
|
30093
30119
|
}
|
|
30094
30120
|
},
|
|
30095
30121
|
required: [
|
|
@@ -30102,6 +30128,8 @@ var patterns = {
|
|
|
30102
30128
|
"array"
|
|
30103
30129
|
],
|
|
30104
30130
|
description: "Alias for options (schema compatibility)",
|
|
30131
|
+
kind: "event-list",
|
|
30132
|
+
eventField: "event",
|
|
30105
30133
|
items: {
|
|
30106
30134
|
types: [
|
|
30107
30135
|
"object"
|
|
@@ -30146,11 +30174,6 @@ var patterns = {
|
|
|
30146
30174
|
types: [
|
|
30147
30175
|
"string"
|
|
30148
30176
|
]
|
|
30149
|
-
},
|
|
30150
|
-
action: {
|
|
30151
|
-
types: [
|
|
30152
|
-
"string"
|
|
30153
|
-
]
|
|
30154
30177
|
}
|
|
30155
30178
|
},
|
|
30156
30179
|
required: [
|
|
@@ -30212,11 +30235,6 @@ var patterns = {
|
|
|
30212
30235
|
types: [
|
|
30213
30236
|
"string"
|
|
30214
30237
|
]
|
|
30215
|
-
},
|
|
30216
|
-
action: {
|
|
30217
|
-
types: [
|
|
30218
|
-
"string"
|
|
30219
|
-
]
|
|
30220
30238
|
}
|
|
30221
30239
|
},
|
|
30222
30240
|
required: [
|
|
@@ -51236,7 +51254,7 @@ var integratorsRegistry = {
|
|
|
51236
51254
|
};
|
|
51237
51255
|
|
|
51238
51256
|
var version$1 = "1.0.0";
|
|
51239
|
-
var exportedAt$1 = "2026-08-
|
|
51257
|
+
var exportedAt$1 = "2026-08-31T09:49:17.624Z";
|
|
51240
51258
|
var mappings = {
|
|
51241
51259
|
"page-header": {
|
|
51242
51260
|
component: "PageHeader",
|
|
@@ -52658,7 +52676,7 @@ var componentMapping = {
|
|
|
52658
52676
|
};
|
|
52659
52677
|
|
|
52660
52678
|
var version = "1.0.0";
|
|
52661
|
-
var exportedAt = "2026-08-
|
|
52679
|
+
var exportedAt = "2026-08-31T09:49:17.624Z";
|
|
52662
52680
|
var contracts = {
|
|
52663
52681
|
form: {
|
|
52664
52682
|
emits: [
|
|
@@ -54548,6 +54566,8 @@ declare const registry: {
|
|
|
54548
54566
|
itemActions: {
|
|
54549
54567
|
types: string[];
|
|
54550
54568
|
description: string;
|
|
54569
|
+
kind: string;
|
|
54570
|
+
eventField: string;
|
|
54551
54571
|
items: {
|
|
54552
54572
|
types: string[];
|
|
54553
54573
|
properties: {
|
|
@@ -54560,9 +54580,6 @@ declare const registry: {
|
|
|
54560
54580
|
navigatesTo: {
|
|
54561
54581
|
types: string[];
|
|
54562
54582
|
};
|
|
54563
|
-
action: {
|
|
54564
|
-
types: string[];
|
|
54565
|
-
};
|
|
54566
54583
|
placement: {
|
|
54567
54584
|
types: string[];
|
|
54568
54585
|
enumValues: string[];
|
|
@@ -54623,6 +54640,8 @@ declare const registry: {
|
|
|
54623
54640
|
rowActions: {
|
|
54624
54641
|
types: string[];
|
|
54625
54642
|
description: string;
|
|
54643
|
+
kind: string;
|
|
54644
|
+
eventField: string;
|
|
54626
54645
|
items: {
|
|
54627
54646
|
types: string[];
|
|
54628
54647
|
properties: {
|
|
@@ -54652,6 +54671,8 @@ declare const registry: {
|
|
|
54652
54671
|
bulkActions: {
|
|
54653
54672
|
types: string[];
|
|
54654
54673
|
description: string;
|
|
54674
|
+
kind: string;
|
|
54675
|
+
eventField: string;
|
|
54655
54676
|
items: {
|
|
54656
54677
|
types: string[];
|
|
54657
54678
|
properties: {
|
|
@@ -54787,6 +54808,8 @@ declare const registry: {
|
|
|
54787
54808
|
itemActions: {
|
|
54788
54809
|
types: string[];
|
|
54789
54810
|
description: string;
|
|
54811
|
+
kind: string;
|
|
54812
|
+
eventField: string;
|
|
54790
54813
|
items: {
|
|
54791
54814
|
types: string[];
|
|
54792
54815
|
properties: {
|
|
@@ -54803,9 +54826,6 @@ declare const registry: {
|
|
|
54803
54826
|
types: string[];
|
|
54804
54827
|
enumValues: string[];
|
|
54805
54828
|
};
|
|
54806
|
-
action: {
|
|
54807
|
-
types: string[];
|
|
54808
|
-
};
|
|
54809
54829
|
variant: {
|
|
54810
54830
|
types: string[];
|
|
54811
54831
|
enumValues: string[];
|
|
@@ -55111,9 +55131,6 @@ declare const registry: {
|
|
|
55111
55131
|
onClick: {
|
|
55112
55132
|
types: string[];
|
|
55113
55133
|
};
|
|
55114
|
-
action: {
|
|
55115
|
-
types: string[];
|
|
55116
|
-
};
|
|
55117
55134
|
placement: {
|
|
55118
55135
|
types: string[];
|
|
55119
55136
|
enumValues: string[];
|
|
@@ -55301,6 +55318,8 @@ declare const registry: {
|
|
|
55301
55318
|
actions: {
|
|
55302
55319
|
types: string[];
|
|
55303
55320
|
description: string;
|
|
55321
|
+
kind: string;
|
|
55322
|
+
eventField: string;
|
|
55304
55323
|
items: {
|
|
55305
55324
|
types: string[];
|
|
55306
55325
|
properties: {
|
|
@@ -55533,6 +55552,8 @@ declare const registry: {
|
|
|
55533
55552
|
actions: {
|
|
55534
55553
|
types: string[];
|
|
55535
55554
|
description: string;
|
|
55555
|
+
kind: string;
|
|
55556
|
+
eventField: string;
|
|
55536
55557
|
items: {
|
|
55537
55558
|
types: string[];
|
|
55538
55559
|
properties: {
|
|
@@ -56863,6 +56884,8 @@ declare const registry: {
|
|
|
56863
56884
|
items: {
|
|
56864
56885
|
types: string[];
|
|
56865
56886
|
description: string;
|
|
56887
|
+
kind: string;
|
|
56888
|
+
eventField: string;
|
|
56866
56889
|
items: {
|
|
56867
56890
|
types: string[];
|
|
56868
56891
|
properties: {
|
|
@@ -56948,6 +56971,8 @@ declare const registry: {
|
|
|
56948
56971
|
tabs: {
|
|
56949
56972
|
types: string[];
|
|
56950
56973
|
description: string;
|
|
56974
|
+
kind: string;
|
|
56975
|
+
eventField: string;
|
|
56951
56976
|
items: {
|
|
56952
56977
|
types: string[];
|
|
56953
56978
|
properties: {
|
|
@@ -59842,6 +59867,8 @@ declare const registry: {
|
|
|
59842
59867
|
types: string[];
|
|
59843
59868
|
description: string;
|
|
59844
59869
|
required: boolean;
|
|
59870
|
+
kind: string;
|
|
59871
|
+
eventField: string;
|
|
59845
59872
|
items: {
|
|
59846
59873
|
types: string[];
|
|
59847
59874
|
properties: {
|
|
@@ -60685,6 +60712,8 @@ declare const registry: {
|
|
|
60685
60712
|
secondary: {
|
|
60686
60713
|
types: string[];
|
|
60687
60714
|
description: string;
|
|
60715
|
+
kind: string;
|
|
60716
|
+
eventField: string;
|
|
60688
60717
|
items: {
|
|
60689
60718
|
types: string[];
|
|
60690
60719
|
properties: {
|
|
@@ -60867,6 +60896,8 @@ declare const registry: {
|
|
|
60867
60896
|
actions: {
|
|
60868
60897
|
types: string[];
|
|
60869
60898
|
description: string;
|
|
60899
|
+
kind: string;
|
|
60900
|
+
eventField: string;
|
|
60870
60901
|
items: {
|
|
60871
60902
|
types: string[];
|
|
60872
60903
|
properties: {
|
|
@@ -62878,6 +62909,8 @@ declare const registry: {
|
|
|
62878
62909
|
actions: {
|
|
62879
62910
|
types: string[];
|
|
62880
62911
|
description: string;
|
|
62912
|
+
kind: string;
|
|
62913
|
+
eventField: string;
|
|
62881
62914
|
items: {
|
|
62882
62915
|
types: string[];
|
|
62883
62916
|
properties: {
|
|
@@ -63004,6 +63037,8 @@ declare const registry: {
|
|
|
63004
63037
|
actions: {
|
|
63005
63038
|
types: string[];
|
|
63006
63039
|
description: string;
|
|
63040
|
+
kind: string;
|
|
63041
|
+
eventField: string;
|
|
63007
63042
|
items: {
|
|
63008
63043
|
types: string[];
|
|
63009
63044
|
properties: {
|
|
@@ -63332,6 +63367,8 @@ declare const registry: {
|
|
|
63332
63367
|
actions: {
|
|
63333
63368
|
types: string[];
|
|
63334
63369
|
description: string;
|
|
63370
|
+
kind: string;
|
|
63371
|
+
eventField: string;
|
|
63335
63372
|
items: {
|
|
63336
63373
|
types: string[];
|
|
63337
63374
|
properties: {
|
|
@@ -63514,6 +63551,8 @@ declare const registry: {
|
|
|
63514
63551
|
actions: {
|
|
63515
63552
|
types: string[];
|
|
63516
63553
|
description: string;
|
|
63554
|
+
kind: string;
|
|
63555
|
+
eventField: string;
|
|
63517
63556
|
items: {
|
|
63518
63557
|
types: string[];
|
|
63519
63558
|
properties: {
|
|
@@ -63738,6 +63777,8 @@ declare const registry: {
|
|
|
63738
63777
|
actions: {
|
|
63739
63778
|
types: string[];
|
|
63740
63779
|
description: string;
|
|
63780
|
+
kind: string;
|
|
63781
|
+
eventField: string;
|
|
63741
63782
|
items: {
|
|
63742
63783
|
types: string[];
|
|
63743
63784
|
properties: {
|
|
@@ -64262,6 +64303,8 @@ declare const registry: {
|
|
|
64262
64303
|
actions: {
|
|
64263
64304
|
types: string[];
|
|
64264
64305
|
description: string;
|
|
64306
|
+
kind: string;
|
|
64307
|
+
eventField: string;
|
|
64265
64308
|
items: {
|
|
64266
64309
|
types: string[];
|
|
64267
64310
|
properties: {
|
|
@@ -72828,6 +72871,8 @@ declare const registry: {
|
|
|
72828
72871
|
options: {
|
|
72829
72872
|
types: string[];
|
|
72830
72873
|
description: string;
|
|
72874
|
+
kind: string;
|
|
72875
|
+
eventField: string;
|
|
72831
72876
|
items: {
|
|
72832
72877
|
types: string[];
|
|
72833
72878
|
properties: {
|
|
@@ -72853,9 +72898,6 @@ declare const registry: {
|
|
|
72853
72898
|
subLabel: {
|
|
72854
72899
|
types: string[];
|
|
72855
72900
|
};
|
|
72856
|
-
action: {
|
|
72857
|
-
types: string[];
|
|
72858
|
-
};
|
|
72859
72901
|
};
|
|
72860
72902
|
required: string[];
|
|
72861
72903
|
};
|
|
@@ -72863,6 +72905,8 @@ declare const registry: {
|
|
|
72863
72905
|
menuItems: {
|
|
72864
72906
|
types: string[];
|
|
72865
72907
|
description: string;
|
|
72908
|
+
kind: string;
|
|
72909
|
+
eventField: string;
|
|
72866
72910
|
items: {
|
|
72867
72911
|
types: string[];
|
|
72868
72912
|
properties: {
|
|
@@ -72888,9 +72932,6 @@ declare const registry: {
|
|
|
72888
72932
|
subLabel: {
|
|
72889
72933
|
types: string[];
|
|
72890
72934
|
};
|
|
72891
|
-
action: {
|
|
72892
|
-
types: string[];
|
|
72893
|
-
};
|
|
72894
72935
|
};
|
|
72895
72936
|
required: string[];
|
|
72896
72937
|
};
|
|
@@ -72927,9 +72968,6 @@ declare const registry: {
|
|
|
72927
72968
|
subLabel: {
|
|
72928
72969
|
types: string[];
|
|
72929
72970
|
};
|
|
72930
|
-
action: {
|
|
72931
|
-
types: string[];
|
|
72932
|
-
};
|
|
72933
72971
|
};
|
|
72934
72972
|
required: string[];
|
|
72935
72973
|
};
|
|
@@ -83809,6 +83847,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
83809
83847
|
itemActions: {
|
|
83810
83848
|
types: string[];
|
|
83811
83849
|
description: string;
|
|
83850
|
+
kind: string;
|
|
83851
|
+
eventField: string;
|
|
83812
83852
|
items: {
|
|
83813
83853
|
types: string[];
|
|
83814
83854
|
properties: {
|
|
@@ -83821,9 +83861,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
83821
83861
|
navigatesTo: {
|
|
83822
83862
|
types: string[];
|
|
83823
83863
|
};
|
|
83824
|
-
action: {
|
|
83825
|
-
types: string[];
|
|
83826
|
-
};
|
|
83827
83864
|
placement: {
|
|
83828
83865
|
types: string[];
|
|
83829
83866
|
enumValues: string[];
|
|
@@ -83884,6 +83921,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
83884
83921
|
rowActions: {
|
|
83885
83922
|
types: string[];
|
|
83886
83923
|
description: string;
|
|
83924
|
+
kind: string;
|
|
83925
|
+
eventField: string;
|
|
83887
83926
|
items: {
|
|
83888
83927
|
types: string[];
|
|
83889
83928
|
properties: {
|
|
@@ -83913,6 +83952,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
83913
83952
|
bulkActions: {
|
|
83914
83953
|
types: string[];
|
|
83915
83954
|
description: string;
|
|
83955
|
+
kind: string;
|
|
83956
|
+
eventField: string;
|
|
83916
83957
|
items: {
|
|
83917
83958
|
types: string[];
|
|
83918
83959
|
properties: {
|
|
@@ -84048,6 +84089,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
84048
84089
|
itemActions: {
|
|
84049
84090
|
types: string[];
|
|
84050
84091
|
description: string;
|
|
84092
|
+
kind: string;
|
|
84093
|
+
eventField: string;
|
|
84051
84094
|
items: {
|
|
84052
84095
|
types: string[];
|
|
84053
84096
|
properties: {
|
|
@@ -84064,9 +84107,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
84064
84107
|
types: string[];
|
|
84065
84108
|
enumValues: string[];
|
|
84066
84109
|
};
|
|
84067
|
-
action: {
|
|
84068
|
-
types: string[];
|
|
84069
|
-
};
|
|
84070
84110
|
variant: {
|
|
84071
84111
|
types: string[];
|
|
84072
84112
|
enumValues: string[];
|
|
@@ -84372,9 +84412,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
84372
84412
|
onClick: {
|
|
84373
84413
|
types: string[];
|
|
84374
84414
|
};
|
|
84375
|
-
action: {
|
|
84376
|
-
types: string[];
|
|
84377
|
-
};
|
|
84378
84415
|
placement: {
|
|
84379
84416
|
types: string[];
|
|
84380
84417
|
enumValues: string[];
|
|
@@ -84562,6 +84599,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
84562
84599
|
actions: {
|
|
84563
84600
|
types: string[];
|
|
84564
84601
|
description: string;
|
|
84602
|
+
kind: string;
|
|
84603
|
+
eventField: string;
|
|
84565
84604
|
items: {
|
|
84566
84605
|
types: string[];
|
|
84567
84606
|
properties: {
|
|
@@ -84794,6 +84833,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
84794
84833
|
actions: {
|
|
84795
84834
|
types: string[];
|
|
84796
84835
|
description: string;
|
|
84836
|
+
kind: string;
|
|
84837
|
+
eventField: string;
|
|
84797
84838
|
items: {
|
|
84798
84839
|
types: string[];
|
|
84799
84840
|
properties: {
|
|
@@ -86124,6 +86165,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
86124
86165
|
items: {
|
|
86125
86166
|
types: string[];
|
|
86126
86167
|
description: string;
|
|
86168
|
+
kind: string;
|
|
86169
|
+
eventField: string;
|
|
86127
86170
|
items: {
|
|
86128
86171
|
types: string[];
|
|
86129
86172
|
properties: {
|
|
@@ -86209,6 +86252,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
86209
86252
|
tabs: {
|
|
86210
86253
|
types: string[];
|
|
86211
86254
|
description: string;
|
|
86255
|
+
kind: string;
|
|
86256
|
+
eventField: string;
|
|
86212
86257
|
items: {
|
|
86213
86258
|
types: string[];
|
|
86214
86259
|
properties: {
|
|
@@ -89103,6 +89148,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
89103
89148
|
types: string[];
|
|
89104
89149
|
description: string;
|
|
89105
89150
|
required: boolean;
|
|
89151
|
+
kind: string;
|
|
89152
|
+
eventField: string;
|
|
89106
89153
|
items: {
|
|
89107
89154
|
types: string[];
|
|
89108
89155
|
properties: {
|
|
@@ -89946,6 +89993,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
89946
89993
|
secondary: {
|
|
89947
89994
|
types: string[];
|
|
89948
89995
|
description: string;
|
|
89996
|
+
kind: string;
|
|
89997
|
+
eventField: string;
|
|
89949
89998
|
items: {
|
|
89950
89999
|
types: string[];
|
|
89951
90000
|
properties: {
|
|
@@ -90128,6 +90177,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
90128
90177
|
actions: {
|
|
90129
90178
|
types: string[];
|
|
90130
90179
|
description: string;
|
|
90180
|
+
kind: string;
|
|
90181
|
+
eventField: string;
|
|
90131
90182
|
items: {
|
|
90132
90183
|
types: string[];
|
|
90133
90184
|
properties: {
|
|
@@ -92139,6 +92190,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
92139
92190
|
actions: {
|
|
92140
92191
|
types: string[];
|
|
92141
92192
|
description: string;
|
|
92193
|
+
kind: string;
|
|
92194
|
+
eventField: string;
|
|
92142
92195
|
items: {
|
|
92143
92196
|
types: string[];
|
|
92144
92197
|
properties: {
|
|
@@ -92265,6 +92318,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
92265
92318
|
actions: {
|
|
92266
92319
|
types: string[];
|
|
92267
92320
|
description: string;
|
|
92321
|
+
kind: string;
|
|
92322
|
+
eventField: string;
|
|
92268
92323
|
items: {
|
|
92269
92324
|
types: string[];
|
|
92270
92325
|
properties: {
|
|
@@ -92593,6 +92648,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
92593
92648
|
actions: {
|
|
92594
92649
|
types: string[];
|
|
92595
92650
|
description: string;
|
|
92651
|
+
kind: string;
|
|
92652
|
+
eventField: string;
|
|
92596
92653
|
items: {
|
|
92597
92654
|
types: string[];
|
|
92598
92655
|
properties: {
|
|
@@ -92775,6 +92832,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
92775
92832
|
actions: {
|
|
92776
92833
|
types: string[];
|
|
92777
92834
|
description: string;
|
|
92835
|
+
kind: string;
|
|
92836
|
+
eventField: string;
|
|
92778
92837
|
items: {
|
|
92779
92838
|
types: string[];
|
|
92780
92839
|
properties: {
|
|
@@ -92999,6 +93058,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
92999
93058
|
actions: {
|
|
93000
93059
|
types: string[];
|
|
93001
93060
|
description: string;
|
|
93061
|
+
kind: string;
|
|
93062
|
+
eventField: string;
|
|
93002
93063
|
items: {
|
|
93003
93064
|
types: string[];
|
|
93004
93065
|
properties: {
|
|
@@ -93523,6 +93584,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
93523
93584
|
actions: {
|
|
93524
93585
|
types: string[];
|
|
93525
93586
|
description: string;
|
|
93587
|
+
kind: string;
|
|
93588
|
+
eventField: string;
|
|
93526
93589
|
items: {
|
|
93527
93590
|
types: string[];
|
|
93528
93591
|
properties: {
|
|
@@ -102089,6 +102152,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
102089
102152
|
options: {
|
|
102090
102153
|
types: string[];
|
|
102091
102154
|
description: string;
|
|
102155
|
+
kind: string;
|
|
102156
|
+
eventField: string;
|
|
102092
102157
|
items: {
|
|
102093
102158
|
types: string[];
|
|
102094
102159
|
properties: {
|
|
@@ -102114,9 +102179,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
102114
102179
|
subLabel: {
|
|
102115
102180
|
types: string[];
|
|
102116
102181
|
};
|
|
102117
|
-
action: {
|
|
102118
|
-
types: string[];
|
|
102119
|
-
};
|
|
102120
102182
|
};
|
|
102121
102183
|
required: string[];
|
|
102122
102184
|
};
|
|
@@ -102124,6 +102186,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
102124
102186
|
menuItems: {
|
|
102125
102187
|
types: string[];
|
|
102126
102188
|
description: string;
|
|
102189
|
+
kind: string;
|
|
102190
|
+
eventField: string;
|
|
102127
102191
|
items: {
|
|
102128
102192
|
types: string[];
|
|
102129
102193
|
properties: {
|
|
@@ -102149,9 +102213,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
102149
102213
|
subLabel: {
|
|
102150
102214
|
types: string[];
|
|
102151
102215
|
};
|
|
102152
|
-
action: {
|
|
102153
|
-
types: string[];
|
|
102154
|
-
};
|
|
102155
102216
|
};
|
|
102156
102217
|
required: string[];
|
|
102157
102218
|
};
|
|
@@ -102188,9 +102249,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
102188
102249
|
subLabel: {
|
|
102189
102250
|
types: string[];
|
|
102190
102251
|
};
|
|
102191
|
-
action: {
|
|
102192
|
-
types: string[];
|
|
102193
|
-
};
|
|
102194
102252
|
};
|
|
102195
102253
|
required: string[];
|
|
102196
102254
|
};
|