@almadar/core 10.76.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/{effect-wTKhHDhB.d.ts → effect-BHaHSAvM.d.ts} +1 -1
- package/dist/{entityAccess-DWkf9MFx.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/{index-BBBFTgQp.d.ts → index-B8ZQ8lo5.d.ts} +4 -4
- package/dist/index.d.ts +19 -11
- package/dist/index.js +115 -41
- 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 +126 -74
- package/dist/patterns/index.js +52 -36
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/patterns-registry.json +50 -34
- package/dist/patterns/registry.json +50 -34
- package/dist/{schema-ZPExOj0F.d.ts → schema-Czlrw3bA.d.ts} +2 -2
- package/dist/{trait-B9VCCiUM.d.ts → trait-DCmf5iRN.d.ts} +1 -1
- package/dist/types/index.d.ts +5 -5
- package/dist/types/index.js.map +1 -1
- package/dist/{types-BxiymBBS.d.ts → types-Cb51Jqxe.d.ts} +2 -2
- package/package.json +1 -1
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"
|
|
@@ -1889,6 +1882,8 @@ var patterns = {
|
|
|
1889
1882
|
"array"
|
|
1890
1883
|
],
|
|
1891
1884
|
description: "Actions array - first action with variant='primary' (or first action) is the main action",
|
|
1885
|
+
kind: "event-list",
|
|
1886
|
+
eventField: "event",
|
|
1892
1887
|
items: {
|
|
1893
1888
|
types: [
|
|
1894
1889
|
"object"
|
|
@@ -4099,6 +4094,8 @@ var patterns = {
|
|
|
4099
4094
|
"array"
|
|
4100
4095
|
],
|
|
4101
4096
|
description: "Tab items",
|
|
4097
|
+
kind: "event-list",
|
|
4098
|
+
eventField: "event",
|
|
4102
4099
|
items: {
|
|
4103
4100
|
types: [
|
|
4104
4101
|
"object"
|
|
@@ -4256,6 +4253,8 @@ var patterns = {
|
|
|
4256
4253
|
"array"
|
|
4257
4254
|
],
|
|
4258
4255
|
description: "Tab items (alias for items - used by generated code)",
|
|
4256
|
+
kind: "event-list",
|
|
4257
|
+
eventField: "event",
|
|
4259
4258
|
items: {
|
|
4260
4259
|
types: [
|
|
4261
4260
|
"object"
|
|
@@ -9009,6 +9008,8 @@ var patterns = {
|
|
|
9009
9008
|
],
|
|
9010
9009
|
description: "Menu items",
|
|
9011
9010
|
required: true,
|
|
9011
|
+
kind: "event-list",
|
|
9012
|
+
eventField: "event",
|
|
9012
9013
|
items: {
|
|
9013
9014
|
types: [
|
|
9014
9015
|
"object"
|
|
@@ -10409,6 +10410,8 @@ var patterns = {
|
|
|
10409
10410
|
"array"
|
|
10410
10411
|
],
|
|
10411
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",
|
|
10412
10415
|
items: {
|
|
10413
10416
|
types: [
|
|
10414
10417
|
"object"
|
|
@@ -10743,6 +10746,8 @@ var patterns = {
|
|
|
10743
10746
|
"array"
|
|
10744
10747
|
],
|
|
10745
10748
|
description: "Multiple actions. When provided, the button expands to show all of them.",
|
|
10749
|
+
kind: "event-list",
|
|
10750
|
+
eventField: "event",
|
|
10746
10751
|
items: {
|
|
10747
10752
|
types: [
|
|
10748
10753
|
"object"
|
|
@@ -13992,6 +13997,8 @@ var patterns = {
|
|
|
13992
13997
|
"array"
|
|
13993
13998
|
],
|
|
13994
13999
|
description: "Top-level chart actions (export, refresh, etc.)",
|
|
14000
|
+
kind: "event-list",
|
|
14001
|
+
eventField: "event",
|
|
13995
14002
|
items: {
|
|
13996
14003
|
types: [
|
|
13997
14004
|
"object"
|
|
@@ -14196,6 +14203,8 @@ var patterns = {
|
|
|
14196
14203
|
"array"
|
|
14197
14204
|
],
|
|
14198
14205
|
description: "Actions",
|
|
14206
|
+
kind: "event-list",
|
|
14207
|
+
eventField: "event",
|
|
14199
14208
|
items: {
|
|
14200
14209
|
types: [
|
|
14201
14210
|
"object"
|
|
@@ -14734,6 +14743,8 @@ var patterns = {
|
|
|
14734
14743
|
"array"
|
|
14735
14744
|
],
|
|
14736
14745
|
description: "Actions",
|
|
14746
|
+
kind: "event-list",
|
|
14747
|
+
eventField: "event",
|
|
14737
14748
|
items: {
|
|
14738
14749
|
types: [
|
|
14739
14750
|
"object"
|
|
@@ -15017,6 +15028,8 @@ var patterns = {
|
|
|
15017
15028
|
"array"
|
|
15018
15029
|
],
|
|
15019
15030
|
description: "Actions",
|
|
15031
|
+
kind: "event-list",
|
|
15032
|
+
eventField: "event",
|
|
15020
15033
|
items: {
|
|
15021
15034
|
types: [
|
|
15022
15035
|
"object"
|
|
@@ -15388,6 +15401,8 @@ var patterns = {
|
|
|
15388
15401
|
"array"
|
|
15389
15402
|
],
|
|
15390
15403
|
description: "Actions",
|
|
15404
|
+
kind: "event-list",
|
|
15405
|
+
eventField: "event",
|
|
15391
15406
|
items: {
|
|
15392
15407
|
types: [
|
|
15393
15408
|
"object"
|
|
@@ -16301,6 +16316,8 @@ var patterns = {
|
|
|
16301
16316
|
"array"
|
|
16302
16317
|
],
|
|
16303
16318
|
description: "Action badges in the toolbar",
|
|
16319
|
+
kind: "event-list",
|
|
16320
|
+
eventField: "event",
|
|
16304
16321
|
items: {
|
|
16305
16322
|
types: [
|
|
16306
16323
|
"object"
|
|
@@ -25983,9 +26000,19 @@ var patterns = {
|
|
|
25983
26000
|
kind: "event-ref",
|
|
25984
26001
|
emitPayloadSchema: [
|
|
25985
26002
|
{
|
|
25986
|
-
name: "
|
|
25987
|
-
type: "
|
|
25988
|
-
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
|
|
25989
26016
|
}
|
|
25990
26017
|
]
|
|
25991
26018
|
},
|
|
@@ -30043,6 +30070,8 @@ var patterns = {
|
|
|
30043
30070
|
"array"
|
|
30044
30071
|
],
|
|
30045
30072
|
description: "Menu options - accepts readonly for compatibility with generated const arrays",
|
|
30073
|
+
kind: "event-list",
|
|
30074
|
+
eventField: "event",
|
|
30046
30075
|
items: {
|
|
30047
30076
|
types: [
|
|
30048
30077
|
"object"
|
|
@@ -30087,11 +30116,6 @@ var patterns = {
|
|
|
30087
30116
|
types: [
|
|
30088
30117
|
"string"
|
|
30089
30118
|
]
|
|
30090
|
-
},
|
|
30091
|
-
action: {
|
|
30092
|
-
types: [
|
|
30093
|
-
"string"
|
|
30094
|
-
]
|
|
30095
30119
|
}
|
|
30096
30120
|
},
|
|
30097
30121
|
required: [
|
|
@@ -30104,6 +30128,8 @@ var patterns = {
|
|
|
30104
30128
|
"array"
|
|
30105
30129
|
],
|
|
30106
30130
|
description: "Alias for options (schema compatibility)",
|
|
30131
|
+
kind: "event-list",
|
|
30132
|
+
eventField: "event",
|
|
30107
30133
|
items: {
|
|
30108
30134
|
types: [
|
|
30109
30135
|
"object"
|
|
@@ -30148,11 +30174,6 @@ var patterns = {
|
|
|
30148
30174
|
types: [
|
|
30149
30175
|
"string"
|
|
30150
30176
|
]
|
|
30151
|
-
},
|
|
30152
|
-
action: {
|
|
30153
|
-
types: [
|
|
30154
|
-
"string"
|
|
30155
|
-
]
|
|
30156
30177
|
}
|
|
30157
30178
|
},
|
|
30158
30179
|
required: [
|
|
@@ -30214,11 +30235,6 @@ var patterns = {
|
|
|
30214
30235
|
types: [
|
|
30215
30236
|
"string"
|
|
30216
30237
|
]
|
|
30217
|
-
},
|
|
30218
|
-
action: {
|
|
30219
|
-
types: [
|
|
30220
|
-
"string"
|
|
30221
|
-
]
|
|
30222
30238
|
}
|
|
30223
30239
|
},
|
|
30224
30240
|
required: [
|
|
@@ -51238,7 +51254,7 @@ var integratorsRegistry = {
|
|
|
51238
51254
|
};
|
|
51239
51255
|
|
|
51240
51256
|
var version$1 = "1.0.0";
|
|
51241
|
-
var exportedAt$1 = "2026-08-
|
|
51257
|
+
var exportedAt$1 = "2026-08-31T09:49:17.624Z";
|
|
51242
51258
|
var mappings = {
|
|
51243
51259
|
"page-header": {
|
|
51244
51260
|
component: "PageHeader",
|
|
@@ -52660,7 +52676,7 @@ var componentMapping = {
|
|
|
52660
52676
|
};
|
|
52661
52677
|
|
|
52662
52678
|
var version = "1.0.0";
|
|
52663
|
-
var exportedAt = "2026-08-
|
|
52679
|
+
var exportedAt = "2026-08-31T09:49:17.624Z";
|
|
52664
52680
|
var contracts = {
|
|
52665
52681
|
form: {
|
|
52666
52682
|
emits: [
|
|
@@ -54550,6 +54566,8 @@ declare const registry: {
|
|
|
54550
54566
|
itemActions: {
|
|
54551
54567
|
types: string[];
|
|
54552
54568
|
description: string;
|
|
54569
|
+
kind: string;
|
|
54570
|
+
eventField: string;
|
|
54553
54571
|
items: {
|
|
54554
54572
|
types: string[];
|
|
54555
54573
|
properties: {
|
|
@@ -54562,9 +54580,6 @@ declare const registry: {
|
|
|
54562
54580
|
navigatesTo: {
|
|
54563
54581
|
types: string[];
|
|
54564
54582
|
};
|
|
54565
|
-
action: {
|
|
54566
|
-
types: string[];
|
|
54567
|
-
};
|
|
54568
54583
|
placement: {
|
|
54569
54584
|
types: string[];
|
|
54570
54585
|
enumValues: string[];
|
|
@@ -54625,6 +54640,8 @@ declare const registry: {
|
|
|
54625
54640
|
rowActions: {
|
|
54626
54641
|
types: string[];
|
|
54627
54642
|
description: string;
|
|
54643
|
+
kind: string;
|
|
54644
|
+
eventField: string;
|
|
54628
54645
|
items: {
|
|
54629
54646
|
types: string[];
|
|
54630
54647
|
properties: {
|
|
@@ -54654,6 +54671,8 @@ declare const registry: {
|
|
|
54654
54671
|
bulkActions: {
|
|
54655
54672
|
types: string[];
|
|
54656
54673
|
description: string;
|
|
54674
|
+
kind: string;
|
|
54675
|
+
eventField: string;
|
|
54657
54676
|
items: {
|
|
54658
54677
|
types: string[];
|
|
54659
54678
|
properties: {
|
|
@@ -54789,6 +54808,8 @@ declare const registry: {
|
|
|
54789
54808
|
itemActions: {
|
|
54790
54809
|
types: string[];
|
|
54791
54810
|
description: string;
|
|
54811
|
+
kind: string;
|
|
54812
|
+
eventField: string;
|
|
54792
54813
|
items: {
|
|
54793
54814
|
types: string[];
|
|
54794
54815
|
properties: {
|
|
@@ -54805,9 +54826,6 @@ declare const registry: {
|
|
|
54805
54826
|
types: string[];
|
|
54806
54827
|
enumValues: string[];
|
|
54807
54828
|
};
|
|
54808
|
-
action: {
|
|
54809
|
-
types: string[];
|
|
54810
|
-
};
|
|
54811
54829
|
variant: {
|
|
54812
54830
|
types: string[];
|
|
54813
54831
|
enumValues: string[];
|
|
@@ -55113,9 +55131,6 @@ declare const registry: {
|
|
|
55113
55131
|
onClick: {
|
|
55114
55132
|
types: string[];
|
|
55115
55133
|
};
|
|
55116
|
-
action: {
|
|
55117
|
-
types: string[];
|
|
55118
|
-
};
|
|
55119
55134
|
placement: {
|
|
55120
55135
|
types: string[];
|
|
55121
55136
|
enumValues: string[];
|
|
@@ -55537,6 +55552,8 @@ declare const registry: {
|
|
|
55537
55552
|
actions: {
|
|
55538
55553
|
types: string[];
|
|
55539
55554
|
description: string;
|
|
55555
|
+
kind: string;
|
|
55556
|
+
eventField: string;
|
|
55540
55557
|
items: {
|
|
55541
55558
|
types: string[];
|
|
55542
55559
|
properties: {
|
|
@@ -56867,6 +56884,8 @@ declare const registry: {
|
|
|
56867
56884
|
items: {
|
|
56868
56885
|
types: string[];
|
|
56869
56886
|
description: string;
|
|
56887
|
+
kind: string;
|
|
56888
|
+
eventField: string;
|
|
56870
56889
|
items: {
|
|
56871
56890
|
types: string[];
|
|
56872
56891
|
properties: {
|
|
@@ -56952,6 +56971,8 @@ declare const registry: {
|
|
|
56952
56971
|
tabs: {
|
|
56953
56972
|
types: string[];
|
|
56954
56973
|
description: string;
|
|
56974
|
+
kind: string;
|
|
56975
|
+
eventField: string;
|
|
56955
56976
|
items: {
|
|
56956
56977
|
types: string[];
|
|
56957
56978
|
properties: {
|
|
@@ -59846,6 +59867,8 @@ declare const registry: {
|
|
|
59846
59867
|
types: string[];
|
|
59847
59868
|
description: string;
|
|
59848
59869
|
required: boolean;
|
|
59870
|
+
kind: string;
|
|
59871
|
+
eventField: string;
|
|
59849
59872
|
items: {
|
|
59850
59873
|
types: string[];
|
|
59851
59874
|
properties: {
|
|
@@ -60689,6 +60712,8 @@ declare const registry: {
|
|
|
60689
60712
|
secondary: {
|
|
60690
60713
|
types: string[];
|
|
60691
60714
|
description: string;
|
|
60715
|
+
kind: string;
|
|
60716
|
+
eventField: string;
|
|
60692
60717
|
items: {
|
|
60693
60718
|
types: string[];
|
|
60694
60719
|
properties: {
|
|
@@ -60871,6 +60896,8 @@ declare const registry: {
|
|
|
60871
60896
|
actions: {
|
|
60872
60897
|
types: string[];
|
|
60873
60898
|
description: string;
|
|
60899
|
+
kind: string;
|
|
60900
|
+
eventField: string;
|
|
60874
60901
|
items: {
|
|
60875
60902
|
types: string[];
|
|
60876
60903
|
properties: {
|
|
@@ -62882,6 +62909,8 @@ declare const registry: {
|
|
|
62882
62909
|
actions: {
|
|
62883
62910
|
types: string[];
|
|
62884
62911
|
description: string;
|
|
62912
|
+
kind: string;
|
|
62913
|
+
eventField: string;
|
|
62885
62914
|
items: {
|
|
62886
62915
|
types: string[];
|
|
62887
62916
|
properties: {
|
|
@@ -63008,6 +63037,8 @@ declare const registry: {
|
|
|
63008
63037
|
actions: {
|
|
63009
63038
|
types: string[];
|
|
63010
63039
|
description: string;
|
|
63040
|
+
kind: string;
|
|
63041
|
+
eventField: string;
|
|
63011
63042
|
items: {
|
|
63012
63043
|
types: string[];
|
|
63013
63044
|
properties: {
|
|
@@ -63336,6 +63367,8 @@ declare const registry: {
|
|
|
63336
63367
|
actions: {
|
|
63337
63368
|
types: string[];
|
|
63338
63369
|
description: string;
|
|
63370
|
+
kind: string;
|
|
63371
|
+
eventField: string;
|
|
63339
63372
|
items: {
|
|
63340
63373
|
types: string[];
|
|
63341
63374
|
properties: {
|
|
@@ -63518,6 +63551,8 @@ declare const registry: {
|
|
|
63518
63551
|
actions: {
|
|
63519
63552
|
types: string[];
|
|
63520
63553
|
description: string;
|
|
63554
|
+
kind: string;
|
|
63555
|
+
eventField: string;
|
|
63521
63556
|
items: {
|
|
63522
63557
|
types: string[];
|
|
63523
63558
|
properties: {
|
|
@@ -63742,6 +63777,8 @@ declare const registry: {
|
|
|
63742
63777
|
actions: {
|
|
63743
63778
|
types: string[];
|
|
63744
63779
|
description: string;
|
|
63780
|
+
kind: string;
|
|
63781
|
+
eventField: string;
|
|
63745
63782
|
items: {
|
|
63746
63783
|
types: string[];
|
|
63747
63784
|
properties: {
|
|
@@ -64266,6 +64303,8 @@ declare const registry: {
|
|
|
64266
64303
|
actions: {
|
|
64267
64304
|
types: string[];
|
|
64268
64305
|
description: string;
|
|
64306
|
+
kind: string;
|
|
64307
|
+
eventField: string;
|
|
64269
64308
|
items: {
|
|
64270
64309
|
types: string[];
|
|
64271
64310
|
properties: {
|
|
@@ -72832,6 +72871,8 @@ declare const registry: {
|
|
|
72832
72871
|
options: {
|
|
72833
72872
|
types: string[];
|
|
72834
72873
|
description: string;
|
|
72874
|
+
kind: string;
|
|
72875
|
+
eventField: string;
|
|
72835
72876
|
items: {
|
|
72836
72877
|
types: string[];
|
|
72837
72878
|
properties: {
|
|
@@ -72857,9 +72898,6 @@ declare const registry: {
|
|
|
72857
72898
|
subLabel: {
|
|
72858
72899
|
types: string[];
|
|
72859
72900
|
};
|
|
72860
|
-
action: {
|
|
72861
|
-
types: string[];
|
|
72862
|
-
};
|
|
72863
72901
|
};
|
|
72864
72902
|
required: string[];
|
|
72865
72903
|
};
|
|
@@ -72867,6 +72905,8 @@ declare const registry: {
|
|
|
72867
72905
|
menuItems: {
|
|
72868
72906
|
types: string[];
|
|
72869
72907
|
description: string;
|
|
72908
|
+
kind: string;
|
|
72909
|
+
eventField: string;
|
|
72870
72910
|
items: {
|
|
72871
72911
|
types: string[];
|
|
72872
72912
|
properties: {
|
|
@@ -72892,9 +72932,6 @@ declare const registry: {
|
|
|
72892
72932
|
subLabel: {
|
|
72893
72933
|
types: string[];
|
|
72894
72934
|
};
|
|
72895
|
-
action: {
|
|
72896
|
-
types: string[];
|
|
72897
|
-
};
|
|
72898
72935
|
};
|
|
72899
72936
|
required: string[];
|
|
72900
72937
|
};
|
|
@@ -72931,9 +72968,6 @@ declare const registry: {
|
|
|
72931
72968
|
subLabel: {
|
|
72932
72969
|
types: string[];
|
|
72933
72970
|
};
|
|
72934
|
-
action: {
|
|
72935
|
-
types: string[];
|
|
72936
|
-
};
|
|
72937
72971
|
};
|
|
72938
72972
|
required: string[];
|
|
72939
72973
|
};
|
|
@@ -83813,6 +83847,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
83813
83847
|
itemActions: {
|
|
83814
83848
|
types: string[];
|
|
83815
83849
|
description: string;
|
|
83850
|
+
kind: string;
|
|
83851
|
+
eventField: string;
|
|
83816
83852
|
items: {
|
|
83817
83853
|
types: string[];
|
|
83818
83854
|
properties: {
|
|
@@ -83825,9 +83861,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
83825
83861
|
navigatesTo: {
|
|
83826
83862
|
types: string[];
|
|
83827
83863
|
};
|
|
83828
|
-
action: {
|
|
83829
|
-
types: string[];
|
|
83830
|
-
};
|
|
83831
83864
|
placement: {
|
|
83832
83865
|
types: string[];
|
|
83833
83866
|
enumValues: string[];
|
|
@@ -83888,6 +83921,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
83888
83921
|
rowActions: {
|
|
83889
83922
|
types: string[];
|
|
83890
83923
|
description: string;
|
|
83924
|
+
kind: string;
|
|
83925
|
+
eventField: string;
|
|
83891
83926
|
items: {
|
|
83892
83927
|
types: string[];
|
|
83893
83928
|
properties: {
|
|
@@ -83917,6 +83952,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
83917
83952
|
bulkActions: {
|
|
83918
83953
|
types: string[];
|
|
83919
83954
|
description: string;
|
|
83955
|
+
kind: string;
|
|
83956
|
+
eventField: string;
|
|
83920
83957
|
items: {
|
|
83921
83958
|
types: string[];
|
|
83922
83959
|
properties: {
|
|
@@ -84052,6 +84089,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
84052
84089
|
itemActions: {
|
|
84053
84090
|
types: string[];
|
|
84054
84091
|
description: string;
|
|
84092
|
+
kind: string;
|
|
84093
|
+
eventField: string;
|
|
84055
84094
|
items: {
|
|
84056
84095
|
types: string[];
|
|
84057
84096
|
properties: {
|
|
@@ -84068,9 +84107,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
84068
84107
|
types: string[];
|
|
84069
84108
|
enumValues: string[];
|
|
84070
84109
|
};
|
|
84071
|
-
action: {
|
|
84072
|
-
types: string[];
|
|
84073
|
-
};
|
|
84074
84110
|
variant: {
|
|
84075
84111
|
types: string[];
|
|
84076
84112
|
enumValues: string[];
|
|
@@ -84376,9 +84412,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
84376
84412
|
onClick: {
|
|
84377
84413
|
types: string[];
|
|
84378
84414
|
};
|
|
84379
|
-
action: {
|
|
84380
|
-
types: string[];
|
|
84381
|
-
};
|
|
84382
84415
|
placement: {
|
|
84383
84416
|
types: string[];
|
|
84384
84417
|
enumValues: string[];
|
|
@@ -84800,6 +84833,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
84800
84833
|
actions: {
|
|
84801
84834
|
types: string[];
|
|
84802
84835
|
description: string;
|
|
84836
|
+
kind: string;
|
|
84837
|
+
eventField: string;
|
|
84803
84838
|
items: {
|
|
84804
84839
|
types: string[];
|
|
84805
84840
|
properties: {
|
|
@@ -86130,6 +86165,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
86130
86165
|
items: {
|
|
86131
86166
|
types: string[];
|
|
86132
86167
|
description: string;
|
|
86168
|
+
kind: string;
|
|
86169
|
+
eventField: string;
|
|
86133
86170
|
items: {
|
|
86134
86171
|
types: string[];
|
|
86135
86172
|
properties: {
|
|
@@ -86215,6 +86252,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
86215
86252
|
tabs: {
|
|
86216
86253
|
types: string[];
|
|
86217
86254
|
description: string;
|
|
86255
|
+
kind: string;
|
|
86256
|
+
eventField: string;
|
|
86218
86257
|
items: {
|
|
86219
86258
|
types: string[];
|
|
86220
86259
|
properties: {
|
|
@@ -89109,6 +89148,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
89109
89148
|
types: string[];
|
|
89110
89149
|
description: string;
|
|
89111
89150
|
required: boolean;
|
|
89151
|
+
kind: string;
|
|
89152
|
+
eventField: string;
|
|
89112
89153
|
items: {
|
|
89113
89154
|
types: string[];
|
|
89114
89155
|
properties: {
|
|
@@ -89952,6 +89993,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
89952
89993
|
secondary: {
|
|
89953
89994
|
types: string[];
|
|
89954
89995
|
description: string;
|
|
89996
|
+
kind: string;
|
|
89997
|
+
eventField: string;
|
|
89955
89998
|
items: {
|
|
89956
89999
|
types: string[];
|
|
89957
90000
|
properties: {
|
|
@@ -90134,6 +90177,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
90134
90177
|
actions: {
|
|
90135
90178
|
types: string[];
|
|
90136
90179
|
description: string;
|
|
90180
|
+
kind: string;
|
|
90181
|
+
eventField: string;
|
|
90137
90182
|
items: {
|
|
90138
90183
|
types: string[];
|
|
90139
90184
|
properties: {
|
|
@@ -92145,6 +92190,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
92145
92190
|
actions: {
|
|
92146
92191
|
types: string[];
|
|
92147
92192
|
description: string;
|
|
92193
|
+
kind: string;
|
|
92194
|
+
eventField: string;
|
|
92148
92195
|
items: {
|
|
92149
92196
|
types: string[];
|
|
92150
92197
|
properties: {
|
|
@@ -92271,6 +92318,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
92271
92318
|
actions: {
|
|
92272
92319
|
types: string[];
|
|
92273
92320
|
description: string;
|
|
92321
|
+
kind: string;
|
|
92322
|
+
eventField: string;
|
|
92274
92323
|
items: {
|
|
92275
92324
|
types: string[];
|
|
92276
92325
|
properties: {
|
|
@@ -92599,6 +92648,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
92599
92648
|
actions: {
|
|
92600
92649
|
types: string[];
|
|
92601
92650
|
description: string;
|
|
92651
|
+
kind: string;
|
|
92652
|
+
eventField: string;
|
|
92602
92653
|
items: {
|
|
92603
92654
|
types: string[];
|
|
92604
92655
|
properties: {
|
|
@@ -92781,6 +92832,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
92781
92832
|
actions: {
|
|
92782
92833
|
types: string[];
|
|
92783
92834
|
description: string;
|
|
92835
|
+
kind: string;
|
|
92836
|
+
eventField: string;
|
|
92784
92837
|
items: {
|
|
92785
92838
|
types: string[];
|
|
92786
92839
|
properties: {
|
|
@@ -93005,6 +93058,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
93005
93058
|
actions: {
|
|
93006
93059
|
types: string[];
|
|
93007
93060
|
description: string;
|
|
93061
|
+
kind: string;
|
|
93062
|
+
eventField: string;
|
|
93008
93063
|
items: {
|
|
93009
93064
|
types: string[];
|
|
93010
93065
|
properties: {
|
|
@@ -93529,6 +93584,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
93529
93584
|
actions: {
|
|
93530
93585
|
types: string[];
|
|
93531
93586
|
description: string;
|
|
93587
|
+
kind: string;
|
|
93588
|
+
eventField: string;
|
|
93532
93589
|
items: {
|
|
93533
93590
|
types: string[];
|
|
93534
93591
|
properties: {
|
|
@@ -102095,6 +102152,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
102095
102152
|
options: {
|
|
102096
102153
|
types: string[];
|
|
102097
102154
|
description: string;
|
|
102155
|
+
kind: string;
|
|
102156
|
+
eventField: string;
|
|
102098
102157
|
items: {
|
|
102099
102158
|
types: string[];
|
|
102100
102159
|
properties: {
|
|
@@ -102120,9 +102179,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
102120
102179
|
subLabel: {
|
|
102121
102180
|
types: string[];
|
|
102122
102181
|
};
|
|
102123
|
-
action: {
|
|
102124
|
-
types: string[];
|
|
102125
|
-
};
|
|
102126
102182
|
};
|
|
102127
102183
|
required: string[];
|
|
102128
102184
|
};
|
|
@@ -102130,6 +102186,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
102130
102186
|
menuItems: {
|
|
102131
102187
|
types: string[];
|
|
102132
102188
|
description: string;
|
|
102189
|
+
kind: string;
|
|
102190
|
+
eventField: string;
|
|
102133
102191
|
items: {
|
|
102134
102192
|
types: string[];
|
|
102135
102193
|
properties: {
|
|
@@ -102155,9 +102213,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
102155
102213
|
subLabel: {
|
|
102156
102214
|
types: string[];
|
|
102157
102215
|
};
|
|
102158
|
-
action: {
|
|
102159
|
-
types: string[];
|
|
102160
|
-
};
|
|
102161
102216
|
};
|
|
102162
102217
|
required: string[];
|
|
102163
102218
|
};
|
|
@@ -102194,9 +102249,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
102194
102249
|
subLabel: {
|
|
102195
102250
|
types: string[];
|
|
102196
102251
|
};
|
|
102197
|
-
action: {
|
|
102198
|
-
types: string[];
|
|
102199
|
-
};
|
|
102200
102252
|
};
|
|
102201
102253
|
required: string[];
|
|
102202
102254
|
};
|