@mittwald/flow-react-components 0.2.0-alpha.666 → 0.2.0-alpha.668
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/CHANGELOG.md +10 -0
- package/dist/assets/doc-properties.json +1379 -1337
- package/dist/css/all.css +1 -1
- package/dist/js/components/src/components/CartesianChart/CartesianChart.mjs +1 -0
- package/dist/js/components/src/components/CartesianChart/CartesianChart.mjs.map +1 -1
- package/dist/js/components/src/components/Truncate/Truncate.mjs +10 -2
- package/dist/js/components/src/components/Truncate/Truncate.mjs.map +1 -1
- package/dist/js/components/src/components/Truncate/Truncate.module.scss.mjs +4 -2
- package/dist/js/components/src/components/Truncate/Truncate.module.scss.mjs.map +1 -1
- package/dist/js/flr-universal.mjs +1 -0
- package/dist/js/flr-universal.mjs.map +1 -1
- package/dist/types/components/Truncate/Truncate.d.ts +2 -1
- package/dist/types/components/Truncate/Truncate.d.ts.map +1 -1
- package/dist/types/components/Truncate/stories/Default.stories.d.ts +2 -0
- package/dist/types/components/Truncate/stories/Default.stories.d.ts.map +1 -1
- package/package.json +5 -4
|
@@ -175,6 +175,48 @@
|
|
|
175
175
|
"type": {
|
|
176
176
|
"name": "string"
|
|
177
177
|
}
|
|
178
|
+
},
|
|
179
|
+
"offset": {
|
|
180
|
+
"defaultValue": {
|
|
181
|
+
"value": "8"
|
|
182
|
+
},
|
|
183
|
+
"description": "the position(from the end) of the ellipsis that shows in text",
|
|
184
|
+
"name": "offset",
|
|
185
|
+
"parent": {
|
|
186
|
+
"fileName": "flow/node_modules/.pnpm/react-truncate-inside@1.0.3_react@19.2.3/node_modules/react-truncate-inside/es/index.d.ts",
|
|
187
|
+
"name": "TruncateProps"
|
|
188
|
+
},
|
|
189
|
+
"declarations": [
|
|
190
|
+
{
|
|
191
|
+
"fileName": "flow/node_modules/.pnpm/react-truncate-inside@1.0.3_react@19.2.3/node_modules/react-truncate-inside/es/index.d.ts",
|
|
192
|
+
"name": "TruncateProps"
|
|
193
|
+
}
|
|
194
|
+
],
|
|
195
|
+
"required": false,
|
|
196
|
+
"type": {
|
|
197
|
+
"name": "number"
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
"ellipsis": {
|
|
201
|
+
"defaultValue": {
|
|
202
|
+
"value": "..."
|
|
203
|
+
},
|
|
204
|
+
"description": "Ellipsis that is added into the text in case it is truncated",
|
|
205
|
+
"name": "ellipsis",
|
|
206
|
+
"parent": {
|
|
207
|
+
"fileName": "flow/node_modules/.pnpm/react-truncate-inside@1.0.3_react@19.2.3/node_modules/react-truncate-inside/es/index.d.ts",
|
|
208
|
+
"name": "TruncateProps"
|
|
209
|
+
},
|
|
210
|
+
"declarations": [
|
|
211
|
+
{
|
|
212
|
+
"fileName": "flow/node_modules/.pnpm/react-truncate-inside@1.0.3_react@19.2.3/node_modules/react-truncate-inside/es/index.d.ts",
|
|
213
|
+
"name": "TruncateProps"
|
|
214
|
+
}
|
|
215
|
+
],
|
|
216
|
+
"required": false,
|
|
217
|
+
"type": {
|
|
218
|
+
"name": "string"
|
|
219
|
+
}
|
|
178
220
|
}
|
|
179
221
|
}
|
|
180
222
|
},
|
|
@@ -226,6 +268,27 @@
|
|
|
226
268
|
"displayName": "Tooltip",
|
|
227
269
|
"methods": [],
|
|
228
270
|
"props": {
|
|
271
|
+
"offset": {
|
|
272
|
+
"defaultValue": {
|
|
273
|
+
"value": "0"
|
|
274
|
+
},
|
|
275
|
+
"description": "The additional offset applied along the main axis between the element and its\nanchor element.",
|
|
276
|
+
"name": "offset",
|
|
277
|
+
"parent": {
|
|
278
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.3/node_modules/@react-types/overlays/src/index.d.ts",
|
|
279
|
+
"name": "PositionProps"
|
|
280
|
+
},
|
|
281
|
+
"declarations": [
|
|
282
|
+
{
|
|
283
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.3/node_modules/@react-types/overlays/src/index.d.ts",
|
|
284
|
+
"name": "PositionProps"
|
|
285
|
+
}
|
|
286
|
+
],
|
|
287
|
+
"required": false,
|
|
288
|
+
"type": {
|
|
289
|
+
"name": "number"
|
|
290
|
+
}
|
|
291
|
+
},
|
|
229
292
|
"arrowBoundaryOffset": {
|
|
230
293
|
"defaultValue": {
|
|
231
294
|
"value": "0"
|
|
@@ -388,27 +451,6 @@
|
|
|
388
451
|
"name": "number"
|
|
389
452
|
}
|
|
390
453
|
},
|
|
391
|
-
"offset": {
|
|
392
|
-
"defaultValue": {
|
|
393
|
-
"value": "0"
|
|
394
|
-
},
|
|
395
|
-
"description": "The additional offset applied along the main axis between the element and its\nanchor element.",
|
|
396
|
-
"name": "offset",
|
|
397
|
-
"parent": {
|
|
398
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.3/node_modules/@react-types/overlays/src/index.d.ts",
|
|
399
|
-
"name": "PositionProps"
|
|
400
|
-
},
|
|
401
|
-
"declarations": [
|
|
402
|
-
{
|
|
403
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.3/node_modules/@react-types/overlays/src/index.d.ts",
|
|
404
|
-
"name": "PositionProps"
|
|
405
|
-
}
|
|
406
|
-
],
|
|
407
|
-
"required": false,
|
|
408
|
-
"type": {
|
|
409
|
-
"name": "number"
|
|
410
|
-
}
|
|
411
|
-
},
|
|
412
454
|
"crossOffset": {
|
|
413
455
|
"defaultValue": {
|
|
414
456
|
"value": "0"
|
|
@@ -5984,7 +6026,7 @@
|
|
|
5984
6026
|
],
|
|
5985
6027
|
"required": false,
|
|
5986
6028
|
"type": {
|
|
5987
|
-
"name": "\"
|
|
6029
|
+
"name": "\"text\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"password\" | (string & {})"
|
|
5988
6030
|
}
|
|
5989
6031
|
},
|
|
5990
6032
|
"inputMode": {
|
|
@@ -6003,7 +6045,7 @@
|
|
|
6003
6045
|
],
|
|
6004
6046
|
"required": false,
|
|
6005
6047
|
"type": {
|
|
6006
|
-
"name": "\"
|
|
6048
|
+
"name": "\"text\" | \"none\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
6007
6049
|
}
|
|
6008
6050
|
},
|
|
6009
6051
|
"autoCorrect": {
|
|
@@ -8448,7 +8490,7 @@
|
|
|
8448
8490
|
],
|
|
8449
8491
|
"required": false,
|
|
8450
8492
|
"type": {
|
|
8451
|
-
"name": "\"
|
|
8493
|
+
"name": "\"text\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"password\" | (string & {})"
|
|
8452
8494
|
}
|
|
8453
8495
|
},
|
|
8454
8496
|
"inputMode": {
|
|
@@ -8467,7 +8509,7 @@
|
|
|
8467
8509
|
],
|
|
8468
8510
|
"required": false,
|
|
8469
8511
|
"type": {
|
|
8470
|
-
"name": "\"
|
|
8512
|
+
"name": "\"text\" | \"none\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
8471
8513
|
}
|
|
8472
8514
|
},
|
|
8473
8515
|
"autoCorrect": {
|
|
@@ -10693,7 +10735,7 @@
|
|
|
10693
10735
|
],
|
|
10694
10736
|
"required": false,
|
|
10695
10737
|
"type": {
|
|
10696
|
-
"name": "\"
|
|
10738
|
+
"name": "\"text\" | \"none\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
10697
10739
|
}
|
|
10698
10740
|
},
|
|
10699
10741
|
"autoCorrect": {
|
|
@@ -22644,7 +22686,7 @@
|
|
|
22644
22686
|
],
|
|
22645
22687
|
"required": false,
|
|
22646
22688
|
"type": {
|
|
22647
|
-
"name": "\"
|
|
22689
|
+
"name": "\"text\" | \"none\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
22648
22690
|
}
|
|
22649
22691
|
},
|
|
22650
22692
|
"is": {
|
|
@@ -28013,7 +28055,7 @@
|
|
|
28013
28055
|
],
|
|
28014
28056
|
"required": false,
|
|
28015
28057
|
"type": {
|
|
28016
|
-
"name": "\"
|
|
28058
|
+
"name": "\"text\" | \"none\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
28017
28059
|
}
|
|
28018
28060
|
},
|
|
28019
28061
|
"is": {
|
|
@@ -38991,7 +39033,7 @@
|
|
|
38991
39033
|
],
|
|
38992
39034
|
"required": false,
|
|
38993
39035
|
"type": {
|
|
38994
|
-
"name": "\"
|
|
39036
|
+
"name": "\"text\" | \"none\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
38995
39037
|
}
|
|
38996
39038
|
},
|
|
38997
39039
|
"is": {
|
|
@@ -45335,7 +45377,7 @@
|
|
|
45335
45377
|
],
|
|
45336
45378
|
"required": false,
|
|
45337
45379
|
"type": {
|
|
45338
|
-
"name": "\"
|
|
45380
|
+
"name": "\"text\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"password\" | (string & {})"
|
|
45339
45381
|
}
|
|
45340
45382
|
},
|
|
45341
45383
|
"inputMode": {
|
|
@@ -45354,7 +45396,7 @@
|
|
|
45354
45396
|
],
|
|
45355
45397
|
"required": false,
|
|
45356
45398
|
"type": {
|
|
45357
|
-
"name": "\"
|
|
45399
|
+
"name": "\"text\" | \"none\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
45358
45400
|
}
|
|
45359
45401
|
},
|
|
45360
45402
|
"autoCorrect": {
|
|
@@ -51415,6 +51457,27 @@
|
|
|
51415
51457
|
"name": "string | number"
|
|
51416
51458
|
}
|
|
51417
51459
|
},
|
|
51460
|
+
"offset": {
|
|
51461
|
+
"defaultValue": {
|
|
51462
|
+
"value": "8"
|
|
51463
|
+
},
|
|
51464
|
+
"description": "The additional offset applied along the main axis between the element and its\nanchor element.",
|
|
51465
|
+
"name": "offset",
|
|
51466
|
+
"parent": {
|
|
51467
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
51468
|
+
"name": "PopoverProps"
|
|
51469
|
+
},
|
|
51470
|
+
"declarations": [
|
|
51471
|
+
{
|
|
51472
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
51473
|
+
"name": "PopoverProps"
|
|
51474
|
+
}
|
|
51475
|
+
],
|
|
51476
|
+
"required": false,
|
|
51477
|
+
"type": {
|
|
51478
|
+
"name": "number"
|
|
51479
|
+
}
|
|
51480
|
+
},
|
|
51418
51481
|
"arrowBoundaryOffset": {
|
|
51419
51482
|
"defaultValue": {
|
|
51420
51483
|
"value": "0"
|
|
@@ -51577,27 +51640,6 @@
|
|
|
51577
51640
|
"name": "number"
|
|
51578
51641
|
}
|
|
51579
51642
|
},
|
|
51580
|
-
"offset": {
|
|
51581
|
-
"defaultValue": {
|
|
51582
|
-
"value": "8"
|
|
51583
|
-
},
|
|
51584
|
-
"description": "The additional offset applied along the main axis between the element and its\nanchor element.",
|
|
51585
|
-
"name": "offset",
|
|
51586
|
-
"parent": {
|
|
51587
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
51588
|
-
"name": "PopoverProps"
|
|
51589
|
-
},
|
|
51590
|
-
"declarations": [
|
|
51591
|
-
{
|
|
51592
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
51593
|
-
"name": "PopoverProps"
|
|
51594
|
-
}
|
|
51595
|
-
],
|
|
51596
|
-
"required": false,
|
|
51597
|
-
"type": {
|
|
51598
|
-
"name": "number"
|
|
51599
|
-
}
|
|
51600
|
-
},
|
|
51601
51643
|
"crossOffset": {
|
|
51602
51644
|
"defaultValue": {
|
|
51603
51645
|
"value": "0"
|
|
@@ -55458,7 +55500,7 @@
|
|
|
55458
55500
|
],
|
|
55459
55501
|
"required": false,
|
|
55460
55502
|
"type": {
|
|
55461
|
-
"name": "\"
|
|
55503
|
+
"name": "\"text\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"password\" | (string & {})"
|
|
55462
55504
|
}
|
|
55463
55505
|
},
|
|
55464
55506
|
"inputMode": {
|
|
@@ -55477,7 +55519,7 @@
|
|
|
55477
55519
|
],
|
|
55478
55520
|
"required": false,
|
|
55479
55521
|
"type": {
|
|
55480
|
-
"name": "\"
|
|
55522
|
+
"name": "\"text\" | \"none\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
55481
55523
|
}
|
|
55482
55524
|
},
|
|
55483
55525
|
"autoCorrect": {
|
|
@@ -56255,6 +56297,27 @@
|
|
|
56255
56297
|
"name": "string | number"
|
|
56256
56298
|
}
|
|
56257
56299
|
},
|
|
56300
|
+
"offset": {
|
|
56301
|
+
"defaultValue": {
|
|
56302
|
+
"value": "8"
|
|
56303
|
+
},
|
|
56304
|
+
"description": "The additional offset applied along the main axis between the element and its\nanchor element.",
|
|
56305
|
+
"name": "offset",
|
|
56306
|
+
"parent": {
|
|
56307
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
56308
|
+
"name": "PopoverProps"
|
|
56309
|
+
},
|
|
56310
|
+
"declarations": [
|
|
56311
|
+
{
|
|
56312
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
56313
|
+
"name": "PopoverProps"
|
|
56314
|
+
}
|
|
56315
|
+
],
|
|
56316
|
+
"required": false,
|
|
56317
|
+
"type": {
|
|
56318
|
+
"name": "number"
|
|
56319
|
+
}
|
|
56320
|
+
},
|
|
56258
56321
|
"arrowBoundaryOffset": {
|
|
56259
56322
|
"defaultValue": {
|
|
56260
56323
|
"value": "0"
|
|
@@ -56417,27 +56480,6 @@
|
|
|
56417
56480
|
"name": "number"
|
|
56418
56481
|
}
|
|
56419
56482
|
},
|
|
56420
|
-
"offset": {
|
|
56421
|
-
"defaultValue": {
|
|
56422
|
-
"value": "8"
|
|
56423
|
-
},
|
|
56424
|
-
"description": "The additional offset applied along the main axis between the element and its\nanchor element.",
|
|
56425
|
-
"name": "offset",
|
|
56426
|
-
"parent": {
|
|
56427
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
56428
|
-
"name": "PopoverProps"
|
|
56429
|
-
},
|
|
56430
|
-
"declarations": [
|
|
56431
|
-
{
|
|
56432
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
56433
|
-
"name": "PopoverProps"
|
|
56434
|
-
}
|
|
56435
|
-
],
|
|
56436
|
-
"required": false,
|
|
56437
|
-
"type": {
|
|
56438
|
-
"name": "number"
|
|
56439
|
-
}
|
|
56440
|
-
},
|
|
56441
56483
|
"crossOffset": {
|
|
56442
56484
|
"defaultValue": {
|
|
56443
56485
|
"value": "0"
|
|
@@ -63369,7 +63411,7 @@
|
|
|
63369
63411
|
],
|
|
63370
63412
|
"required": false,
|
|
63371
63413
|
"type": {
|
|
63372
|
-
"name": "\"
|
|
63414
|
+
"name": "\"text\" | \"none\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
63373
63415
|
}
|
|
63374
63416
|
},
|
|
63375
63417
|
"is": {
|
|
@@ -68823,7 +68865,7 @@
|
|
|
68823
68865
|
],
|
|
68824
68866
|
"required": false,
|
|
68825
68867
|
"type": {
|
|
68826
|
-
"name": "\"
|
|
68868
|
+
"name": "\"text\" | \"none\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
68827
68869
|
}
|
|
68828
68870
|
},
|
|
68829
68871
|
"is": {
|
|
@@ -74150,7 +74192,7 @@
|
|
|
74150
74192
|
],
|
|
74151
74193
|
"required": false,
|
|
74152
74194
|
"type": {
|
|
74153
|
-
"name": "\"
|
|
74195
|
+
"name": "\"text\" | \"none\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
74154
74196
|
}
|
|
74155
74197
|
},
|
|
74156
74198
|
"is": {
|
|
@@ -83074,7 +83116,7 @@
|
|
|
83074
83116
|
],
|
|
83075
83117
|
"required": false,
|
|
83076
83118
|
"type": {
|
|
83077
|
-
"name": "\"
|
|
83119
|
+
"name": "\"text\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"password\" | (string & {})"
|
|
83078
83120
|
}
|
|
83079
83121
|
},
|
|
83080
83122
|
"inputMode": {
|
|
@@ -83093,7 +83135,7 @@
|
|
|
83093
83135
|
],
|
|
83094
83136
|
"required": false,
|
|
83095
83137
|
"type": {
|
|
83096
|
-
"name": "\"
|
|
83138
|
+
"name": "\"text\" | \"none\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
83097
83139
|
}
|
|
83098
83140
|
},
|
|
83099
83141
|
"autoCorrect": {
|
|
@@ -83842,61 +83884,80 @@
|
|
|
83842
83884
|
"name": "string | number"
|
|
83843
83885
|
}
|
|
83844
83886
|
},
|
|
83845
|
-
"
|
|
83887
|
+
"width": {
|
|
83846
83888
|
"defaultValue": null,
|
|
83847
83889
|
"description": "",
|
|
83848
|
-
"name": "
|
|
83890
|
+
"name": "width",
|
|
83849
83891
|
"parent": {
|
|
83850
83892
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
83851
|
-
"name": "
|
|
83893
|
+
"name": "SVGAttributes"
|
|
83852
83894
|
},
|
|
83853
83895
|
"declarations": [
|
|
83854
83896
|
{
|
|
83855
83897
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
83856
|
-
"name": "
|
|
83898
|
+
"name": "SVGAttributes"
|
|
83857
83899
|
}
|
|
83858
83900
|
],
|
|
83859
83901
|
"required": false,
|
|
83860
83902
|
"type": {
|
|
83861
|
-
"name": "
|
|
83903
|
+
"name": "string | number"
|
|
83862
83904
|
}
|
|
83863
83905
|
},
|
|
83864
|
-
"
|
|
83906
|
+
"offset": {
|
|
83865
83907
|
"defaultValue": null,
|
|
83866
83908
|
"description": "",
|
|
83867
|
-
"name": "
|
|
83909
|
+
"name": "offset",
|
|
83868
83910
|
"parent": {
|
|
83869
83911
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
83870
|
-
"name": "
|
|
83912
|
+
"name": "SVGAttributes"
|
|
83871
83913
|
},
|
|
83872
83914
|
"declarations": [
|
|
83873
83915
|
{
|
|
83874
83916
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
83875
|
-
"name": "
|
|
83917
|
+
"name": "SVGAttributes"
|
|
83876
83918
|
}
|
|
83877
83919
|
],
|
|
83878
83920
|
"required": false,
|
|
83879
83921
|
"type": {
|
|
83880
|
-
"name": "string"
|
|
83922
|
+
"name": "string | number"
|
|
83881
83923
|
}
|
|
83882
83924
|
},
|
|
83883
|
-
"
|
|
83925
|
+
"children": {
|
|
83884
83926
|
"defaultValue": null,
|
|
83885
83927
|
"description": "",
|
|
83886
|
-
"name": "
|
|
83928
|
+
"name": "children",
|
|
83887
83929
|
"parent": {
|
|
83888
83930
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
83889
|
-
"name": "
|
|
83931
|
+
"name": "DOMAttributes"
|
|
83890
83932
|
},
|
|
83891
83933
|
"declarations": [
|
|
83892
83934
|
{
|
|
83893
83935
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
83894
|
-
"name": "
|
|
83936
|
+
"name": "DOMAttributes"
|
|
83895
83937
|
}
|
|
83896
83938
|
],
|
|
83897
83939
|
"required": false,
|
|
83898
83940
|
"type": {
|
|
83899
|
-
"name": "
|
|
83941
|
+
"name": "ReactNode"
|
|
83942
|
+
}
|
|
83943
|
+
},
|
|
83944
|
+
"className": {
|
|
83945
|
+
"defaultValue": null,
|
|
83946
|
+
"description": "",
|
|
83947
|
+
"name": "className",
|
|
83948
|
+
"parent": {
|
|
83949
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
83950
|
+
"name": "HTMLAttributes"
|
|
83951
|
+
},
|
|
83952
|
+
"declarations": [
|
|
83953
|
+
{
|
|
83954
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
83955
|
+
"name": "HTMLAttributes"
|
|
83956
|
+
}
|
|
83957
|
+
],
|
|
83958
|
+
"required": false,
|
|
83959
|
+
"type": {
|
|
83960
|
+
"name": "string"
|
|
83900
83961
|
}
|
|
83901
83962
|
},
|
|
83902
83963
|
"aria-label": {
|
|
@@ -85723,25 +85784,6 @@
|
|
|
85723
85784
|
"name": "string | number"
|
|
85724
85785
|
}
|
|
85725
85786
|
},
|
|
85726
|
-
"width": {
|
|
85727
|
-
"defaultValue": null,
|
|
85728
|
-
"description": "",
|
|
85729
|
-
"name": "width",
|
|
85730
|
-
"parent": {
|
|
85731
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
85732
|
-
"name": "SVGAttributes"
|
|
85733
|
-
},
|
|
85734
|
-
"declarations": [
|
|
85735
|
-
{
|
|
85736
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
85737
|
-
"name": "SVGAttributes"
|
|
85738
|
-
}
|
|
85739
|
-
],
|
|
85740
|
-
"required": false,
|
|
85741
|
-
"type": {
|
|
85742
|
-
"name": "string | number"
|
|
85743
|
-
}
|
|
85744
|
-
},
|
|
85745
85787
|
"suppressHydrationWarning": {
|
|
85746
85788
|
"defaultValue": null,
|
|
85747
85789
|
"description": "",
|
|
@@ -96851,7 +96893,7 @@
|
|
|
96851
96893
|
],
|
|
96852
96894
|
"required": false,
|
|
96853
96895
|
"type": {
|
|
96854
|
-
"name": "\"
|
|
96896
|
+
"name": "\"text\" | \"none\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
96855
96897
|
}
|
|
96856
96898
|
},
|
|
96857
96899
|
"is": {
|
|
@@ -103059,7 +103101,7 @@
|
|
|
103059
103101
|
],
|
|
103060
103102
|
"required": false,
|
|
103061
103103
|
"type": {
|
|
103062
|
-
"name": "\"
|
|
103104
|
+
"name": "\"text\" | \"none\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
103063
103105
|
}
|
|
103064
103106
|
},
|
|
103065
103107
|
"autoCorrect": {
|
|
@@ -107778,7 +107820,7 @@
|
|
|
107778
107820
|
],
|
|
107779
107821
|
"required": false,
|
|
107780
107822
|
"type": {
|
|
107781
|
-
"name": "\"
|
|
107823
|
+
"name": "\"text\" | \"none\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
107782
107824
|
}
|
|
107783
107825
|
},
|
|
107784
107826
|
"is": {
|
|
@@ -112283,6 +112325,25 @@
|
|
|
112283
112325
|
"name": "number"
|
|
112284
112326
|
}
|
|
112285
112327
|
},
|
|
112328
|
+
"width": {
|
|
112329
|
+
"defaultValue": null,
|
|
112330
|
+
"description": "",
|
|
112331
|
+
"name": "width",
|
|
112332
|
+
"parent": {
|
|
112333
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
112334
|
+
"name": "SVGAttributes"
|
|
112335
|
+
},
|
|
112336
|
+
"declarations": [
|
|
112337
|
+
{
|
|
112338
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
112339
|
+
"name": "SVGAttributes"
|
|
112340
|
+
}
|
|
112341
|
+
],
|
|
112342
|
+
"required": false,
|
|
112343
|
+
"type": {
|
|
112344
|
+
"name": "string | number"
|
|
112345
|
+
}
|
|
112346
|
+
},
|
|
112286
112347
|
"children": {
|
|
112287
112348
|
"defaultValue": null,
|
|
112288
112349
|
"description": "",
|
|
@@ -114028,7 +114089,7 @@
|
|
|
114028
114089
|
],
|
|
114029
114090
|
"required": false,
|
|
114030
114091
|
"type": {
|
|
114031
|
-
"name": "\"
|
|
114092
|
+
"name": "\"text\" | \"none\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
114032
114093
|
}
|
|
114033
114094
|
},
|
|
114034
114095
|
"autoCorrect": {
|
|
@@ -114316,25 +114377,6 @@
|
|
|
114316
114377
|
"name": "string | Blob"
|
|
114317
114378
|
}
|
|
114318
114379
|
},
|
|
114319
|
-
"width": {
|
|
114320
|
-
"defaultValue": null,
|
|
114321
|
-
"description": "",
|
|
114322
|
-
"name": "width",
|
|
114323
|
-
"parent": {
|
|
114324
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
114325
|
-
"name": "SVGAttributes"
|
|
114326
|
-
},
|
|
114327
|
-
"declarations": [
|
|
114328
|
-
{
|
|
114329
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
114330
|
-
"name": "SVGAttributes"
|
|
114331
|
-
}
|
|
114332
|
-
],
|
|
114333
|
-
"required": false,
|
|
114334
|
-
"type": {
|
|
114335
|
-
"name": "string | number"
|
|
114336
|
-
}
|
|
114337
|
-
},
|
|
114338
114380
|
"defaultChecked": {
|
|
114339
114381
|
"defaultValue": null,
|
|
114340
114382
|
"description": "",
|
|
@@ -118909,7 +118951,7 @@
|
|
|
118909
118951
|
],
|
|
118910
118952
|
"required": false,
|
|
118911
118953
|
"type": {
|
|
118912
|
-
"name": "\"
|
|
118954
|
+
"name": "\"text\" | \"none\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
118913
118955
|
}
|
|
118914
118956
|
},
|
|
118915
118957
|
"is": {
|
|
@@ -123314,61 +123356,80 @@
|
|
|
123314
123356
|
"name": "string | number"
|
|
123315
123357
|
}
|
|
123316
123358
|
},
|
|
123317
|
-
"
|
|
123359
|
+
"width": {
|
|
123318
123360
|
"defaultValue": null,
|
|
123319
123361
|
"description": "",
|
|
123320
|
-
"name": "
|
|
123362
|
+
"name": "width",
|
|
123321
123363
|
"parent": {
|
|
123322
123364
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
123323
|
-
"name": "
|
|
123365
|
+
"name": "SVGAttributes"
|
|
123324
123366
|
},
|
|
123325
123367
|
"declarations": [
|
|
123326
123368
|
{
|
|
123327
123369
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
123328
|
-
"name": "
|
|
123370
|
+
"name": "SVGAttributes"
|
|
123329
123371
|
}
|
|
123330
123372
|
],
|
|
123331
123373
|
"required": false,
|
|
123332
123374
|
"type": {
|
|
123333
|
-
"name": "
|
|
123375
|
+
"name": "string | number"
|
|
123334
123376
|
}
|
|
123335
123377
|
},
|
|
123336
|
-
"
|
|
123378
|
+
"offset": {
|
|
123337
123379
|
"defaultValue": null,
|
|
123338
123380
|
"description": "",
|
|
123339
|
-
"name": "
|
|
123381
|
+
"name": "offset",
|
|
123340
123382
|
"parent": {
|
|
123341
123383
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
123342
|
-
"name": "
|
|
123384
|
+
"name": "SVGAttributes"
|
|
123343
123385
|
},
|
|
123344
123386
|
"declarations": [
|
|
123345
123387
|
{
|
|
123346
123388
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
123347
|
-
"name": "
|
|
123389
|
+
"name": "SVGAttributes"
|
|
123348
123390
|
}
|
|
123349
123391
|
],
|
|
123350
123392
|
"required": false,
|
|
123351
123393
|
"type": {
|
|
123352
|
-
"name": "string"
|
|
123394
|
+
"name": "string | number"
|
|
123353
123395
|
}
|
|
123354
123396
|
},
|
|
123355
|
-
"
|
|
123397
|
+
"children": {
|
|
123356
123398
|
"defaultValue": null,
|
|
123357
123399
|
"description": "",
|
|
123358
|
-
"name": "
|
|
123400
|
+
"name": "children",
|
|
123359
123401
|
"parent": {
|
|
123360
123402
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
123361
|
-
"name": "
|
|
123403
|
+
"name": "DOMAttributes"
|
|
123362
123404
|
},
|
|
123363
123405
|
"declarations": [
|
|
123364
123406
|
{
|
|
123365
123407
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
123366
|
-
"name": "
|
|
123408
|
+
"name": "DOMAttributes"
|
|
123367
123409
|
}
|
|
123368
123410
|
],
|
|
123369
123411
|
"required": false,
|
|
123370
123412
|
"type": {
|
|
123371
|
-
"name": "
|
|
123413
|
+
"name": "ReactNode"
|
|
123414
|
+
}
|
|
123415
|
+
},
|
|
123416
|
+
"className": {
|
|
123417
|
+
"defaultValue": null,
|
|
123418
|
+
"description": "",
|
|
123419
|
+
"name": "className",
|
|
123420
|
+
"parent": {
|
|
123421
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
123422
|
+
"name": "HTMLAttributes"
|
|
123423
|
+
},
|
|
123424
|
+
"declarations": [
|
|
123425
|
+
{
|
|
123426
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
123427
|
+
"name": "HTMLAttributes"
|
|
123428
|
+
}
|
|
123429
|
+
],
|
|
123430
|
+
"required": false,
|
|
123431
|
+
"type": {
|
|
123432
|
+
"name": "string"
|
|
123372
123433
|
}
|
|
123373
123434
|
},
|
|
123374
123435
|
"aria-label": {
|
|
@@ -125195,25 +125256,6 @@
|
|
|
125195
125256
|
"name": "string | number"
|
|
125196
125257
|
}
|
|
125197
125258
|
},
|
|
125198
|
-
"width": {
|
|
125199
|
-
"defaultValue": null,
|
|
125200
|
-
"description": "",
|
|
125201
|
-
"name": "width",
|
|
125202
|
-
"parent": {
|
|
125203
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
125204
|
-
"name": "SVGAttributes"
|
|
125205
|
-
},
|
|
125206
|
-
"declarations": [
|
|
125207
|
-
{
|
|
125208
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
125209
|
-
"name": "SVGAttributes"
|
|
125210
|
-
}
|
|
125211
|
-
],
|
|
125212
|
-
"required": false,
|
|
125213
|
-
"type": {
|
|
125214
|
-
"name": "string | number"
|
|
125215
|
-
}
|
|
125216
|
-
},
|
|
125217
125259
|
"suppressHydrationWarning": {
|
|
125218
125260
|
"defaultValue": null,
|
|
125219
125261
|
"description": "",
|
|
@@ -133643,7 +133685,7 @@
|
|
|
133643
133685
|
],
|
|
133644
133686
|
"required": false,
|
|
133645
133687
|
"type": {
|
|
133646
|
-
"name": "\"
|
|
133688
|
+
"name": "\"text\" | \"none\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
133647
133689
|
}
|
|
133648
133690
|
},
|
|
133649
133691
|
"is": {
|
|
@@ -139052,7 +139094,7 @@
|
|
|
139052
139094
|
],
|
|
139053
139095
|
"required": false,
|
|
139054
139096
|
"type": {
|
|
139055
|
-
"name": "\"
|
|
139097
|
+
"name": "\"text\" | \"none\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
139056
139098
|
}
|
|
139057
139099
|
},
|
|
139058
139100
|
"is": {
|
|
@@ -144379,7 +144421,7 @@
|
|
|
144379
144421
|
],
|
|
144380
144422
|
"required": false,
|
|
144381
144423
|
"type": {
|
|
144382
|
-
"name": "\"
|
|
144424
|
+
"name": "\"text\" | \"none\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
144383
144425
|
}
|
|
144384
144426
|
},
|
|
144385
144427
|
"is": {
|
|
@@ -150014,7 +150056,7 @@
|
|
|
150014
150056
|
],
|
|
150015
150057
|
"required": false,
|
|
150016
150058
|
"type": {
|
|
150017
|
-
"name": "\"
|
|
150059
|
+
"name": "\"text\" | \"none\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
150018
150060
|
}
|
|
150019
150061
|
},
|
|
150020
150062
|
"is": {
|
|
@@ -156634,7 +156676,7 @@
|
|
|
156634
156676
|
],
|
|
156635
156677
|
"required": false,
|
|
156636
156678
|
"type": {
|
|
156637
|
-
"name": "\"
|
|
156679
|
+
"name": "\"text\" | \"none\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
156638
156680
|
}
|
|
156639
156681
|
},
|
|
156640
156682
|
"autoCorrect": {
|
|
@@ -161492,7 +161534,7 @@
|
|
|
161492
161534
|
],
|
|
161493
161535
|
"required": false,
|
|
161494
161536
|
"type": {
|
|
161495
|
-
"name": "\"
|
|
161537
|
+
"name": "\"text\" | \"none\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
161496
161538
|
}
|
|
161497
161539
|
},
|
|
161498
161540
|
"is": {
|
|
@@ -169199,7 +169241,7 @@
|
|
|
169199
169241
|
],
|
|
169200
169242
|
"required": false,
|
|
169201
169243
|
"type": {
|
|
169202
|
-
"name": "\"
|
|
169244
|
+
"name": "\"text\" | \"none\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
169203
169245
|
}
|
|
169204
169246
|
},
|
|
169205
169247
|
"autoCorrect": {
|
|
@@ -173859,7 +173901,7 @@
|
|
|
173859
173901
|
],
|
|
173860
173902
|
"required": false,
|
|
173861
173903
|
"type": {
|
|
173862
|
-
"name": "\"
|
|
173904
|
+
"name": "\"text\" | \"none\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
173863
173905
|
}
|
|
173864
173906
|
},
|
|
173865
173907
|
"is": {
|
|
@@ -188757,7 +188799,7 @@
|
|
|
188757
188799
|
],
|
|
188758
188800
|
"required": false,
|
|
188759
188801
|
"type": {
|
|
188760
|
-
"name": "\"
|
|
188802
|
+
"name": "\"text\" | \"none\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
188761
188803
|
}
|
|
188762
188804
|
},
|
|
188763
188805
|
"is": {
|
|
@@ -195495,6 +195537,46 @@
|
|
|
195495
195537
|
"displayName": "ContextualHelp",
|
|
195496
195538
|
"methods": [],
|
|
195497
195539
|
"props": {
|
|
195540
|
+
"width": {
|
|
195541
|
+
"defaultValue": null,
|
|
195542
|
+
"description": "A fixed width for the popover.",
|
|
195543
|
+
"name": "width",
|
|
195544
|
+
"parent": {
|
|
195545
|
+
"fileName": "components/src/components/Popover/Popover.tsx",
|
|
195546
|
+
"name": "PopoverProps"
|
|
195547
|
+
},
|
|
195548
|
+
"declarations": [
|
|
195549
|
+
{
|
|
195550
|
+
"fileName": "components/src/components/Popover/Popover.tsx",
|
|
195551
|
+
"name": "PopoverProps"
|
|
195552
|
+
}
|
|
195553
|
+
],
|
|
195554
|
+
"required": false,
|
|
195555
|
+
"type": {
|
|
195556
|
+
"name": "string | number"
|
|
195557
|
+
}
|
|
195558
|
+
},
|
|
195559
|
+
"offset": {
|
|
195560
|
+
"defaultValue": {
|
|
195561
|
+
"value": "8"
|
|
195562
|
+
},
|
|
195563
|
+
"description": "The additional offset applied along the main axis between the element and its\nanchor element.",
|
|
195564
|
+
"name": "offset",
|
|
195565
|
+
"parent": {
|
|
195566
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
195567
|
+
"name": "PopoverProps"
|
|
195568
|
+
},
|
|
195569
|
+
"declarations": [
|
|
195570
|
+
{
|
|
195571
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
195572
|
+
"name": "PopoverProps"
|
|
195573
|
+
}
|
|
195574
|
+
],
|
|
195575
|
+
"required": false,
|
|
195576
|
+
"type": {
|
|
195577
|
+
"name": "number"
|
|
195578
|
+
}
|
|
195579
|
+
},
|
|
195498
195580
|
"children": {
|
|
195499
195581
|
"defaultValue": null,
|
|
195500
195582
|
"description": "",
|
|
@@ -195672,27 +195754,6 @@
|
|
|
195672
195754
|
"name": "number"
|
|
195673
195755
|
}
|
|
195674
195756
|
},
|
|
195675
|
-
"offset": {
|
|
195676
|
-
"defaultValue": {
|
|
195677
|
-
"value": "8"
|
|
195678
|
-
},
|
|
195679
|
-
"description": "The additional offset applied along the main axis between the element and its\nanchor element.",
|
|
195680
|
-
"name": "offset",
|
|
195681
|
-
"parent": {
|
|
195682
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
195683
|
-
"name": "PopoverProps"
|
|
195684
|
-
},
|
|
195685
|
-
"declarations": [
|
|
195686
|
-
{
|
|
195687
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
195688
|
-
"name": "PopoverProps"
|
|
195689
|
-
}
|
|
195690
|
-
],
|
|
195691
|
-
"required": false,
|
|
195692
|
-
"type": {
|
|
195693
|
-
"name": "number"
|
|
195694
|
-
}
|
|
195695
|
-
},
|
|
195696
195757
|
"crossOffset": {
|
|
195697
195758
|
"defaultValue": {
|
|
195698
195759
|
"value": "0"
|
|
@@ -197293,25 +197354,6 @@
|
|
|
197293
197354
|
"name": "string | null"
|
|
197294
197355
|
}
|
|
197295
197356
|
},
|
|
197296
|
-
"width": {
|
|
197297
|
-
"defaultValue": null,
|
|
197298
|
-
"description": "A fixed width for the popover.",
|
|
197299
|
-
"name": "width",
|
|
197300
|
-
"parent": {
|
|
197301
|
-
"fileName": "components/src/components/Popover/Popover.tsx",
|
|
197302
|
-
"name": "PopoverProps"
|
|
197303
|
-
},
|
|
197304
|
-
"declarations": [
|
|
197305
|
-
{
|
|
197306
|
-
"fileName": "components/src/components/Popover/Popover.tsx",
|
|
197307
|
-
"name": "PopoverProps"
|
|
197308
|
-
}
|
|
197309
|
-
],
|
|
197310
|
-
"required": false,
|
|
197311
|
-
"type": {
|
|
197312
|
-
"name": "string | number"
|
|
197313
|
-
}
|
|
197314
|
-
},
|
|
197315
197357
|
"boundaryElement": {
|
|
197316
197358
|
"defaultValue": {
|
|
197317
197359
|
"value": "document.body"
|
|
@@ -197578,6 +197620,27 @@
|
|
|
197578
197620
|
"name": "string | number"
|
|
197579
197621
|
}
|
|
197580
197622
|
},
|
|
197623
|
+
"offset": {
|
|
197624
|
+
"defaultValue": {
|
|
197625
|
+
"value": "8"
|
|
197626
|
+
},
|
|
197627
|
+
"description": "The additional offset applied along the main axis between the element and its\nanchor element.",
|
|
197628
|
+
"name": "offset",
|
|
197629
|
+
"parent": {
|
|
197630
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
197631
|
+
"name": "PopoverProps"
|
|
197632
|
+
},
|
|
197633
|
+
"declarations": [
|
|
197634
|
+
{
|
|
197635
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
197636
|
+
"name": "PopoverProps"
|
|
197637
|
+
}
|
|
197638
|
+
],
|
|
197639
|
+
"required": false,
|
|
197640
|
+
"type": {
|
|
197641
|
+
"name": "number"
|
|
197642
|
+
}
|
|
197643
|
+
},
|
|
197581
197644
|
"children": {
|
|
197582
197645
|
"defaultValue": null,
|
|
197583
197646
|
"description": "",
|
|
@@ -197755,27 +197818,6 @@
|
|
|
197755
197818
|
"name": "number"
|
|
197756
197819
|
}
|
|
197757
197820
|
},
|
|
197758
|
-
"offset": {
|
|
197759
|
-
"defaultValue": {
|
|
197760
|
-
"value": "8"
|
|
197761
|
-
},
|
|
197762
|
-
"description": "The additional offset applied along the main axis between the element and its\nanchor element.",
|
|
197763
|
-
"name": "offset",
|
|
197764
|
-
"parent": {
|
|
197765
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
197766
|
-
"name": "PopoverProps"
|
|
197767
|
-
},
|
|
197768
|
-
"declarations": [
|
|
197769
|
-
{
|
|
197770
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
197771
|
-
"name": "PopoverProps"
|
|
197772
|
-
}
|
|
197773
|
-
],
|
|
197774
|
-
"required": false,
|
|
197775
|
-
"type": {
|
|
197776
|
-
"name": "number"
|
|
197777
|
-
}
|
|
197778
|
-
},
|
|
197779
197821
|
"crossOffset": {
|
|
197780
197822
|
"defaultValue": {
|
|
197781
197823
|
"value": "0"
|
|
@@ -200718,7 +200760,7 @@
|
|
|
200718
200760
|
],
|
|
200719
200761
|
"required": false,
|
|
200720
200762
|
"type": {
|
|
200721
|
-
"name": "\"
|
|
200763
|
+
"name": "\"text\" | \"none\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
200722
200764
|
}
|
|
200723
200765
|
},
|
|
200724
200766
|
"is": {
|
|
@@ -207201,7 +207243,7 @@
|
|
|
207201
207243
|
],
|
|
207202
207244
|
"required": false,
|
|
207203
207245
|
"type": {
|
|
207204
|
-
"name": "\"
|
|
207246
|
+
"name": "\"text\" | \"key\""
|
|
207205
207247
|
}
|
|
207206
207248
|
},
|
|
207207
207249
|
"placeholder": {
|
|
@@ -208460,7 +208502,7 @@
|
|
|
208460
208502
|
],
|
|
208461
208503
|
"required": false,
|
|
208462
208504
|
"type": {
|
|
208463
|
-
"name": "\"
|
|
208505
|
+
"name": "\"text\" | \"none\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
208464
208506
|
}
|
|
208465
208507
|
},
|
|
208466
208508
|
"is": {
|
|
@@ -222160,6 +222202,51 @@
|
|
|
222160
222202
|
}
|
|
222161
222203
|
}
|
|
222162
222204
|
},
|
|
222205
|
+
{
|
|
222206
|
+
"tags": {
|
|
222207
|
+
"flr-generate": "all"
|
|
222208
|
+
},
|
|
222209
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/BigNumber/BigNumber.tsx",
|
|
222210
|
+
"description": "",
|
|
222211
|
+
"displayName": "BigNumber",
|
|
222212
|
+
"methods": [],
|
|
222213
|
+
"props": {
|
|
222214
|
+
"children": {
|
|
222215
|
+
"defaultValue": null,
|
|
222216
|
+
"description": "",
|
|
222217
|
+
"name": "children",
|
|
222218
|
+
"declarations": [
|
|
222219
|
+
{
|
|
222220
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
222221
|
+
"name": "TypeLiteral"
|
|
222222
|
+
}
|
|
222223
|
+
],
|
|
222224
|
+
"required": false,
|
|
222225
|
+
"type": {
|
|
222226
|
+
"name": "ReactNode"
|
|
222227
|
+
}
|
|
222228
|
+
},
|
|
222229
|
+
"className": {
|
|
222230
|
+
"defaultValue": null,
|
|
222231
|
+
"description": "The elements class name.",
|
|
222232
|
+
"name": "className",
|
|
222233
|
+
"parent": {
|
|
222234
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
222235
|
+
"name": "PropsWithClassName"
|
|
222236
|
+
},
|
|
222237
|
+
"declarations": [
|
|
222238
|
+
{
|
|
222239
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
222240
|
+
"name": "PropsWithClassName"
|
|
222241
|
+
}
|
|
222242
|
+
],
|
|
222243
|
+
"required": false,
|
|
222244
|
+
"type": {
|
|
222245
|
+
"name": "string"
|
|
222246
|
+
}
|
|
222247
|
+
}
|
|
222248
|
+
}
|
|
222249
|
+
},
|
|
222163
222250
|
{
|
|
222164
222251
|
"tags": {
|
|
222165
222252
|
"flr-generate": "all"
|
|
@@ -223748,51 +223835,6 @@
|
|
|
223748
223835
|
}
|
|
223749
223836
|
}
|
|
223750
223837
|
},
|
|
223751
|
-
{
|
|
223752
|
-
"tags": {
|
|
223753
|
-
"flr-generate": "all"
|
|
223754
|
-
},
|
|
223755
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/BigNumber/BigNumber.tsx",
|
|
223756
|
-
"description": "",
|
|
223757
|
-
"displayName": "BigNumber",
|
|
223758
|
-
"methods": [],
|
|
223759
|
-
"props": {
|
|
223760
|
-
"children": {
|
|
223761
|
-
"defaultValue": null,
|
|
223762
|
-
"description": "",
|
|
223763
|
-
"name": "children",
|
|
223764
|
-
"declarations": [
|
|
223765
|
-
{
|
|
223766
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
223767
|
-
"name": "TypeLiteral"
|
|
223768
|
-
}
|
|
223769
|
-
],
|
|
223770
|
-
"required": false,
|
|
223771
|
-
"type": {
|
|
223772
|
-
"name": "ReactNode"
|
|
223773
|
-
}
|
|
223774
|
-
},
|
|
223775
|
-
"className": {
|
|
223776
|
-
"defaultValue": null,
|
|
223777
|
-
"description": "The elements class name.",
|
|
223778
|
-
"name": "className",
|
|
223779
|
-
"parent": {
|
|
223780
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
223781
|
-
"name": "PropsWithClassName"
|
|
223782
|
-
},
|
|
223783
|
-
"declarations": [
|
|
223784
|
-
{
|
|
223785
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
223786
|
-
"name": "PropsWithClassName"
|
|
223787
|
-
}
|
|
223788
|
-
],
|
|
223789
|
-
"required": false,
|
|
223790
|
-
"type": {
|
|
223791
|
-
"name": "string"
|
|
223792
|
-
}
|
|
223793
|
-
}
|
|
223794
|
-
}
|
|
223795
|
-
},
|
|
223796
223838
|
{
|
|
223797
223839
|
"tags": {
|
|
223798
223840
|
"flr-generate": "all"
|
|
@@ -224806,61 +224848,80 @@
|
|
|
224806
224848
|
"name": "string | number"
|
|
224807
224849
|
}
|
|
224808
224850
|
},
|
|
224809
|
-
"
|
|
224851
|
+
"width": {
|
|
224810
224852
|
"defaultValue": null,
|
|
224811
224853
|
"description": "",
|
|
224812
|
-
"name": "
|
|
224854
|
+
"name": "width",
|
|
224813
224855
|
"parent": {
|
|
224814
224856
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
224815
|
-
"name": "
|
|
224857
|
+
"name": "SVGAttributes"
|
|
224816
224858
|
},
|
|
224817
224859
|
"declarations": [
|
|
224818
224860
|
{
|
|
224819
224861
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
224820
|
-
"name": "
|
|
224862
|
+
"name": "SVGAttributes"
|
|
224821
224863
|
}
|
|
224822
224864
|
],
|
|
224823
224865
|
"required": false,
|
|
224824
224866
|
"type": {
|
|
224825
|
-
"name": "
|
|
224867
|
+
"name": "string | number"
|
|
224826
224868
|
}
|
|
224827
224869
|
},
|
|
224828
|
-
"
|
|
224870
|
+
"offset": {
|
|
224829
224871
|
"defaultValue": null,
|
|
224830
224872
|
"description": "",
|
|
224831
|
-
"name": "
|
|
224873
|
+
"name": "offset",
|
|
224832
224874
|
"parent": {
|
|
224833
224875
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
224834
|
-
"name": "
|
|
224876
|
+
"name": "SVGAttributes"
|
|
224835
224877
|
},
|
|
224836
224878
|
"declarations": [
|
|
224837
224879
|
{
|
|
224838
224880
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
224839
|
-
"name": "
|
|
224881
|
+
"name": "SVGAttributes"
|
|
224840
224882
|
}
|
|
224841
224883
|
],
|
|
224842
224884
|
"required": false,
|
|
224843
224885
|
"type": {
|
|
224844
|
-
"name": "string"
|
|
224886
|
+
"name": "string | number"
|
|
224845
224887
|
}
|
|
224846
224888
|
},
|
|
224847
|
-
"
|
|
224889
|
+
"children": {
|
|
224848
224890
|
"defaultValue": null,
|
|
224849
224891
|
"description": "",
|
|
224850
|
-
"name": "
|
|
224892
|
+
"name": "children",
|
|
224851
224893
|
"parent": {
|
|
224852
224894
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
224853
|
-
"name": "
|
|
224895
|
+
"name": "DOMAttributes"
|
|
224854
224896
|
},
|
|
224855
224897
|
"declarations": [
|
|
224856
224898
|
{
|
|
224857
224899
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
224858
|
-
"name": "
|
|
224900
|
+
"name": "DOMAttributes"
|
|
224859
224901
|
}
|
|
224860
224902
|
],
|
|
224861
224903
|
"required": false,
|
|
224862
224904
|
"type": {
|
|
224863
|
-
"name": "
|
|
224905
|
+
"name": "ReactNode"
|
|
224906
|
+
}
|
|
224907
|
+
},
|
|
224908
|
+
"className": {
|
|
224909
|
+
"defaultValue": null,
|
|
224910
|
+
"description": "",
|
|
224911
|
+
"name": "className",
|
|
224912
|
+
"parent": {
|
|
224913
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
224914
|
+
"name": "HTMLAttributes"
|
|
224915
|
+
},
|
|
224916
|
+
"declarations": [
|
|
224917
|
+
{
|
|
224918
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
224919
|
+
"name": "HTMLAttributes"
|
|
224920
|
+
}
|
|
224921
|
+
],
|
|
224922
|
+
"required": false,
|
|
224923
|
+
"type": {
|
|
224924
|
+
"name": "string"
|
|
224864
224925
|
}
|
|
224865
224926
|
},
|
|
224866
224927
|
"aria-label": {
|
|
@@ -226687,25 +226748,6 @@
|
|
|
226687
226748
|
"name": "string | number"
|
|
226688
226749
|
}
|
|
226689
226750
|
},
|
|
226690
|
-
"width": {
|
|
226691
|
-
"defaultValue": null,
|
|
226692
|
-
"description": "",
|
|
226693
|
-
"name": "width",
|
|
226694
|
-
"parent": {
|
|
226695
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
226696
|
-
"name": "SVGAttributes"
|
|
226697
|
-
},
|
|
226698
|
-
"declarations": [
|
|
226699
|
-
{
|
|
226700
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
226701
|
-
"name": "SVGAttributes"
|
|
226702
|
-
}
|
|
226703
|
-
],
|
|
226704
|
-
"required": false,
|
|
226705
|
-
"type": {
|
|
226706
|
-
"name": "string | number"
|
|
226707
|
-
}
|
|
226708
|
-
},
|
|
226709
226751
|
"suppressHydrationWarning": {
|
|
226710
226752
|
"defaultValue": null,
|
|
226711
226753
|
"description": "",
|
|
@@ -235248,7 +235290,7 @@
|
|
|
235248
235290
|
],
|
|
235249
235291
|
"required": false,
|
|
235250
235292
|
"type": {
|
|
235251
|
-
"name": "\"
|
|
235293
|
+
"name": "\"text\" | \"none\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
235252
235294
|
}
|
|
235253
235295
|
},
|
|
235254
235296
|
"is": {
|
|
@@ -241147,7 +241189,7 @@
|
|
|
241147
241189
|
],
|
|
241148
241190
|
"required": false,
|
|
241149
241191
|
"type": {
|
|
241150
|
-
"name": "\"
|
|
241192
|
+
"name": "\"text\" | \"none\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
241151
241193
|
}
|
|
241152
241194
|
},
|
|
241153
241195
|
"is": {
|
|
@@ -246455,7 +246497,7 @@
|
|
|
246455
246497
|
],
|
|
246456
246498
|
"required": false,
|
|
246457
246499
|
"type": {
|
|
246458
|
-
"name": "\"
|
|
246500
|
+
"name": "\"text\" | \"none\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
246459
246501
|
}
|
|
246460
246502
|
},
|
|
246461
246503
|
"is": {
|
|
@@ -252340,7 +252382,7 @@
|
|
|
252340
252382
|
],
|
|
252341
252383
|
"required": false,
|
|
252342
252384
|
"type": {
|
|
252343
|
-
"name": "\"
|
|
252385
|
+
"name": "\"text\" | \"none\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
252344
252386
|
}
|
|
252345
252387
|
},
|
|
252346
252388
|
"is": {
|
|
@@ -258119,10 +258161,10 @@
|
|
|
258119
258161
|
"name": "() => ArrayIterator<any>"
|
|
258120
258162
|
}
|
|
258121
258163
|
},
|
|
258122
|
-
"__@unscopables@
|
|
258164
|
+
"__@unscopables@3208": {
|
|
258123
258165
|
"defaultValue": null,
|
|
258124
258166
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
258125
|
-
"name": "__@unscopables@
|
|
258167
|
+
"name": "__@unscopables@3208",
|
|
258126
258168
|
"parent": {
|
|
258127
258169
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
258128
258170
|
"name": "Array"
|
|
@@ -258955,10 +258997,10 @@
|
|
|
258955
258997
|
"name": "() => ArrayIterator<any>"
|
|
258956
258998
|
}
|
|
258957
258999
|
},
|
|
258958
|
-
"__@unscopables@
|
|
259000
|
+
"__@unscopables@3208": {
|
|
258959
259001
|
"defaultValue": null,
|
|
258960
259002
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
258961
|
-
"name": "__@unscopables@
|
|
259003
|
+
"name": "__@unscopables@3208",
|
|
258962
259004
|
"parent": {
|
|
258963
259005
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
258964
259006
|
"name": "Array"
|
|
@@ -259791,10 +259833,10 @@
|
|
|
259791
259833
|
"name": "() => ArrayIterator<any>"
|
|
259792
259834
|
}
|
|
259793
259835
|
},
|
|
259794
|
-
"__@unscopables@
|
|
259836
|
+
"__@unscopables@3208": {
|
|
259795
259837
|
"defaultValue": null,
|
|
259796
259838
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
259797
|
-
"name": "__@unscopables@
|
|
259839
|
+
"name": "__@unscopables@3208",
|
|
259798
259840
|
"parent": {
|
|
259799
259841
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
259800
259842
|
"name": "Array"
|
|
@@ -260627,10 +260669,10 @@
|
|
|
260627
260669
|
"name": "() => ArrayIterator<any>"
|
|
260628
260670
|
}
|
|
260629
260671
|
},
|
|
260630
|
-
"__@unscopables@
|
|
260672
|
+
"__@unscopables@3208": {
|
|
260631
260673
|
"defaultValue": null,
|
|
260632
260674
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
260633
|
-
"name": "__@unscopables@
|
|
260675
|
+
"name": "__@unscopables@3208",
|
|
260634
260676
|
"parent": {
|
|
260635
260677
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
260636
260678
|
"name": "Array"
|
|
@@ -261463,10 +261505,10 @@
|
|
|
261463
261505
|
"name": "() => ArrayIterator<any>"
|
|
261464
261506
|
}
|
|
261465
261507
|
},
|
|
261466
|
-
"__@unscopables@
|
|
261508
|
+
"__@unscopables@3208": {
|
|
261467
261509
|
"defaultValue": null,
|
|
261468
261510
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
261469
|
-
"name": "__@unscopables@
|
|
261511
|
+
"name": "__@unscopables@3208",
|
|
261470
261512
|
"parent": {
|
|
261471
261513
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
261472
261514
|
"name": "Array"
|
|
@@ -270632,7 +270674,7 @@
|
|
|
270632
270674
|
],
|
|
270633
270675
|
"required": false,
|
|
270634
270676
|
"type": {
|
|
270635
|
-
"name": "\"
|
|
270677
|
+
"name": "\"text\" | \"none\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
270636
270678
|
}
|
|
270637
270679
|
},
|
|
270638
270680
|
"autoCorrect": {
|
|
@@ -276904,7 +276946,7 @@
|
|
|
276904
276946
|
],
|
|
276905
276947
|
"required": false,
|
|
276906
276948
|
"type": {
|
|
276907
|
-
"name": "\"
|
|
276949
|
+
"name": "\"text\" | \"none\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
276908
276950
|
}
|
|
276909
276951
|
},
|
|
276910
276952
|
"autoCorrect": {
|
|
@@ -287457,182 +287499,70 @@
|
|
|
287457
287499
|
"tags": {
|
|
287458
287500
|
"flr-generate": "all"
|
|
287459
287501
|
},
|
|
287460
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
287502
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableColumn/TableColumn.tsx",
|
|
287461
287503
|
"description": "",
|
|
287462
|
-
"displayName": "
|
|
287504
|
+
"displayName": "TableColumn",
|
|
287463
287505
|
"methods": [],
|
|
287464
287506
|
"props": {
|
|
287465
|
-
"
|
|
287507
|
+
"horizontalAlign": {
|
|
287466
287508
|
"defaultValue": {
|
|
287467
|
-
"value": "
|
|
287468
|
-
},
|
|
287469
|
-
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
|
|
287470
|
-
"name": "className",
|
|
287471
|
-
"parent": {
|
|
287472
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
287473
|
-
"name": "TooltipProps"
|
|
287474
|
-
},
|
|
287475
|
-
"declarations": [
|
|
287476
|
-
{
|
|
287477
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
287478
|
-
"name": "TooltipProps"
|
|
287479
|
-
}
|
|
287480
|
-
],
|
|
287481
|
-
"required": false,
|
|
287482
|
-
"type": {
|
|
287483
|
-
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
287484
|
-
}
|
|
287485
|
-
},
|
|
287486
|
-
"columns": {
|
|
287487
|
-
"defaultValue": null,
|
|
287488
|
-
"description": "A list of columns used when dynamically rendering cells.",
|
|
287489
|
-
"name": "columns",
|
|
287490
|
-
"parent": {
|
|
287491
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
287492
|
-
"name": "RowProps"
|
|
287493
|
-
},
|
|
287494
|
-
"declarations": [
|
|
287495
|
-
{
|
|
287496
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
287497
|
-
"name": "RowProps"
|
|
287498
|
-
}
|
|
287499
|
-
],
|
|
287500
|
-
"required": false,
|
|
287501
|
-
"type": {
|
|
287502
|
-
"name": "Iterable<never>"
|
|
287503
|
-
}
|
|
287504
|
-
},
|
|
287505
|
-
"children": {
|
|
287506
|
-
"defaultValue": null,
|
|
287507
|
-
"description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
|
|
287508
|
-
"name": "children",
|
|
287509
|
-
"parent": {
|
|
287510
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
287511
|
-
"name": "TableProps"
|
|
287512
|
-
},
|
|
287513
|
-
"declarations": [
|
|
287514
|
-
{
|
|
287515
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
287516
|
-
"name": "TableProps"
|
|
287517
|
-
}
|
|
287518
|
-
],
|
|
287519
|
-
"required": false,
|
|
287520
|
-
"type": {
|
|
287521
|
-
"name": "ReactNode"
|
|
287522
|
-
}
|
|
287523
|
-
},
|
|
287524
|
-
"value": {
|
|
287525
|
-
"defaultValue": null,
|
|
287526
|
-
"description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
|
|
287527
|
-
"name": "value",
|
|
287528
|
-
"parent": {
|
|
287529
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
287530
|
-
"name": "MenuItemProps"
|
|
287531
|
-
},
|
|
287532
|
-
"declarations": [
|
|
287533
|
-
{
|
|
287534
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
287535
|
-
"name": "MenuItemProps"
|
|
287536
|
-
}
|
|
287537
|
-
],
|
|
287538
|
-
"required": false,
|
|
287539
|
-
"type": {
|
|
287540
|
-
"name": "object"
|
|
287541
|
-
}
|
|
287542
|
-
},
|
|
287543
|
-
"dependencies": {
|
|
287544
|
-
"defaultValue": null,
|
|
287545
|
-
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
287546
|
-
"name": "dependencies",
|
|
287547
|
-
"parent": {
|
|
287548
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
287549
|
-
"name": "CollectionProps"
|
|
287509
|
+
"value": "\"start\""
|
|
287550
287510
|
},
|
|
287551
|
-
"
|
|
287552
|
-
|
|
287553
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
287554
|
-
"name": "CollectionProps"
|
|
287555
|
-
}
|
|
287556
|
-
],
|
|
287557
|
-
"required": false,
|
|
287558
|
-
"type": {
|
|
287559
|
-
"name": "readonly any[]"
|
|
287560
|
-
}
|
|
287561
|
-
},
|
|
287562
|
-
"textValue": {
|
|
287563
|
-
"defaultValue": null,
|
|
287564
|
-
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
287565
|
-
"name": "textValue",
|
|
287511
|
+
"description": "Horizontal alignment of the cell content",
|
|
287512
|
+
"name": "horizontalAlign",
|
|
287566
287513
|
"parent": {
|
|
287567
|
-
"fileName": "
|
|
287568
|
-
"name": "
|
|
287514
|
+
"fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
|
|
287515
|
+
"name": "TableColumnProps"
|
|
287569
287516
|
},
|
|
287570
287517
|
"declarations": [
|
|
287571
287518
|
{
|
|
287572
|
-
"fileName": "
|
|
287573
|
-
"name": "
|
|
287519
|
+
"fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
|
|
287520
|
+
"name": "TableColumnProps"
|
|
287574
287521
|
}
|
|
287575
287522
|
],
|
|
287576
287523
|
"required": false,
|
|
287577
287524
|
"type": {
|
|
287578
|
-
"name": "
|
|
287525
|
+
"name": "\"start\" | \"end\" | \"center\""
|
|
287579
287526
|
}
|
|
287580
287527
|
},
|
|
287581
|
-
"
|
|
287528
|
+
"width": {
|
|
287582
287529
|
"defaultValue": null,
|
|
287583
|
-
"description": "
|
|
287584
|
-
"name": "
|
|
287530
|
+
"description": "The width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
|
|
287531
|
+
"name": "width",
|
|
287585
287532
|
"parent": {
|
|
287586
287533
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
287587
|
-
"name": "
|
|
287534
|
+
"name": "ColumnProps"
|
|
287588
287535
|
},
|
|
287589
287536
|
"declarations": [
|
|
287590
287537
|
{
|
|
287591
287538
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
287592
|
-
"name": "
|
|
287539
|
+
"name": "ColumnProps"
|
|
287593
287540
|
}
|
|
287594
287541
|
],
|
|
287595
287542
|
"required": false,
|
|
287596
287543
|
"type": {
|
|
287597
|
-
"name": "
|
|
287544
|
+
"name": "ColumnSize | null"
|
|
287598
287545
|
}
|
|
287599
287546
|
},
|
|
287600
|
-
"
|
|
287601
|
-
"defaultValue":
|
|
287602
|
-
|
|
287603
|
-
"name": "onAction",
|
|
287604
|
-
"parent": {
|
|
287605
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
287606
|
-
"name": "ListBoxItemProps"
|
|
287547
|
+
"className": {
|
|
287548
|
+
"defaultValue": {
|
|
287549
|
+
"value": "'react-aria-Tooltip'"
|
|
287607
287550
|
},
|
|
287608
|
-
"
|
|
287609
|
-
|
|
287610
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
287611
|
-
"name": "ListBoxItemProps"
|
|
287612
|
-
}
|
|
287613
|
-
],
|
|
287614
|
-
"required": false,
|
|
287615
|
-
"type": {
|
|
287616
|
-
"name": "(() => void)"
|
|
287617
|
-
}
|
|
287618
|
-
},
|
|
287619
|
-
"id": {
|
|
287620
|
-
"defaultValue": null,
|
|
287621
|
-
"description": "The unique id of the item.",
|
|
287622
|
-
"name": "id",
|
|
287551
|
+
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
|
|
287552
|
+
"name": "className",
|
|
287623
287553
|
"parent": {
|
|
287624
287554
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
287625
|
-
"name": "
|
|
287555
|
+
"name": "TooltipProps"
|
|
287626
287556
|
},
|
|
287627
287557
|
"declarations": [
|
|
287628
287558
|
{
|
|
287629
287559
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
287630
|
-
"name": "
|
|
287560
|
+
"name": "TooltipProps"
|
|
287631
287561
|
}
|
|
287632
287562
|
],
|
|
287633
287563
|
"required": false,
|
|
287634
287564
|
"type": {
|
|
287635
|
-
"name": "
|
|
287565
|
+
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
287636
287566
|
}
|
|
287637
287567
|
},
|
|
287638
287568
|
"style": {
|
|
@@ -287654,329 +287584,6 @@
|
|
|
287654
287584
|
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
287655
287585
|
}
|
|
287656
287586
|
},
|
|
287657
|
-
"href": {
|
|
287658
|
-
"defaultValue": null,
|
|
287659
|
-
"description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
|
|
287660
|
-
"name": "href",
|
|
287661
|
-
"parent": {
|
|
287662
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287663
|
-
"name": "LinkDOMProps"
|
|
287664
|
-
},
|
|
287665
|
-
"declarations": [
|
|
287666
|
-
{
|
|
287667
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287668
|
-
"name": "LinkDOMProps"
|
|
287669
|
-
}
|
|
287670
|
-
],
|
|
287671
|
-
"required": false,
|
|
287672
|
-
"type": {
|
|
287673
|
-
"name": "string"
|
|
287674
|
-
}
|
|
287675
|
-
},
|
|
287676
|
-
"hrefLang": {
|
|
287677
|
-
"defaultValue": null,
|
|
287678
|
-
"description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
287679
|
-
"name": "hrefLang",
|
|
287680
|
-
"parent": {
|
|
287681
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287682
|
-
"name": "LinkDOMProps"
|
|
287683
|
-
},
|
|
287684
|
-
"declarations": [
|
|
287685
|
-
{
|
|
287686
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287687
|
-
"name": "LinkDOMProps"
|
|
287688
|
-
}
|
|
287689
|
-
],
|
|
287690
|
-
"required": false,
|
|
287691
|
-
"type": {
|
|
287692
|
-
"name": "string"
|
|
287693
|
-
}
|
|
287694
|
-
},
|
|
287695
|
-
"target": {
|
|
287696
|
-
"defaultValue": null,
|
|
287697
|
-
"description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
287698
|
-
"name": "target",
|
|
287699
|
-
"parent": {
|
|
287700
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287701
|
-
"name": "LinkDOMProps"
|
|
287702
|
-
},
|
|
287703
|
-
"declarations": [
|
|
287704
|
-
{
|
|
287705
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287706
|
-
"name": "LinkDOMProps"
|
|
287707
|
-
}
|
|
287708
|
-
],
|
|
287709
|
-
"required": false,
|
|
287710
|
-
"type": {
|
|
287711
|
-
"name": "HTMLAttributeAnchorTarget"
|
|
287712
|
-
}
|
|
287713
|
-
},
|
|
287714
|
-
"rel": {
|
|
287715
|
-
"defaultValue": null,
|
|
287716
|
-
"description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
287717
|
-
"name": "rel",
|
|
287718
|
-
"parent": {
|
|
287719
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287720
|
-
"name": "LinkDOMProps"
|
|
287721
|
-
},
|
|
287722
|
-
"declarations": [
|
|
287723
|
-
{
|
|
287724
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287725
|
-
"name": "LinkDOMProps"
|
|
287726
|
-
}
|
|
287727
|
-
],
|
|
287728
|
-
"required": false,
|
|
287729
|
-
"type": {
|
|
287730
|
-
"name": "string"
|
|
287731
|
-
}
|
|
287732
|
-
},
|
|
287733
|
-
"download": {
|
|
287734
|
-
"defaultValue": null,
|
|
287735
|
-
"description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
|
|
287736
|
-
"name": "download",
|
|
287737
|
-
"parent": {
|
|
287738
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287739
|
-
"name": "LinkDOMProps"
|
|
287740
|
-
},
|
|
287741
|
-
"declarations": [
|
|
287742
|
-
{
|
|
287743
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287744
|
-
"name": "LinkDOMProps"
|
|
287745
|
-
}
|
|
287746
|
-
],
|
|
287747
|
-
"required": false,
|
|
287748
|
-
"type": {
|
|
287749
|
-
"name": "string | boolean"
|
|
287750
|
-
}
|
|
287751
|
-
},
|
|
287752
|
-
"ping": {
|
|
287753
|
-
"defaultValue": null,
|
|
287754
|
-
"description": "A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
|
|
287755
|
-
"name": "ping",
|
|
287756
|
-
"parent": {
|
|
287757
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287758
|
-
"name": "LinkDOMProps"
|
|
287759
|
-
},
|
|
287760
|
-
"declarations": [
|
|
287761
|
-
{
|
|
287762
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287763
|
-
"name": "LinkDOMProps"
|
|
287764
|
-
}
|
|
287765
|
-
],
|
|
287766
|
-
"required": false,
|
|
287767
|
-
"type": {
|
|
287768
|
-
"name": "string"
|
|
287769
|
-
}
|
|
287770
|
-
},
|
|
287771
|
-
"referrerPolicy": {
|
|
287772
|
-
"defaultValue": null,
|
|
287773
|
-
"description": "How much of the referrer to send when following the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
|
|
287774
|
-
"name": "referrerPolicy",
|
|
287775
|
-
"parent": {
|
|
287776
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287777
|
-
"name": "LinkDOMProps"
|
|
287778
|
-
},
|
|
287779
|
-
"declarations": [
|
|
287780
|
-
{
|
|
287781
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287782
|
-
"name": "LinkDOMProps"
|
|
287783
|
-
}
|
|
287784
|
-
],
|
|
287785
|
-
"required": false,
|
|
287786
|
-
"type": {
|
|
287787
|
-
"name": "HTMLAttributeReferrerPolicy"
|
|
287788
|
-
}
|
|
287789
|
-
},
|
|
287790
|
-
"routerOptions": {
|
|
287791
|
-
"defaultValue": null,
|
|
287792
|
-
"description": "Options for the configured client side router.",
|
|
287793
|
-
"name": "routerOptions",
|
|
287794
|
-
"parent": {
|
|
287795
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287796
|
-
"name": "LinkDOMProps"
|
|
287797
|
-
},
|
|
287798
|
-
"declarations": [
|
|
287799
|
-
{
|
|
287800
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287801
|
-
"name": "LinkDOMProps"
|
|
287802
|
-
}
|
|
287803
|
-
],
|
|
287804
|
-
"required": false,
|
|
287805
|
-
"type": {
|
|
287806
|
-
"name": "undefined"
|
|
287807
|
-
}
|
|
287808
|
-
},
|
|
287809
|
-
"onHoverStart": {
|
|
287810
|
-
"defaultValue": null,
|
|
287811
|
-
"description": "Handler that is called when a hover interaction starts.",
|
|
287812
|
-
"name": "onHoverStart",
|
|
287813
|
-
"parent": {
|
|
287814
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
|
|
287815
|
-
"name": "HoverEvents"
|
|
287816
|
-
},
|
|
287817
|
-
"declarations": [
|
|
287818
|
-
{
|
|
287819
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
|
|
287820
|
-
"name": "HoverEvents"
|
|
287821
|
-
}
|
|
287822
|
-
],
|
|
287823
|
-
"required": false,
|
|
287824
|
-
"type": {
|
|
287825
|
-
"name": "((e: HoverEvent) => void)"
|
|
287826
|
-
}
|
|
287827
|
-
},
|
|
287828
|
-
"onHoverEnd": {
|
|
287829
|
-
"defaultValue": null,
|
|
287830
|
-
"description": "Handler that is called when a hover interaction ends.",
|
|
287831
|
-
"name": "onHoverEnd",
|
|
287832
|
-
"parent": {
|
|
287833
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
|
|
287834
|
-
"name": "HoverEvents"
|
|
287835
|
-
},
|
|
287836
|
-
"declarations": [
|
|
287837
|
-
{
|
|
287838
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
|
|
287839
|
-
"name": "HoverEvents"
|
|
287840
|
-
}
|
|
287841
|
-
],
|
|
287842
|
-
"required": false,
|
|
287843
|
-
"type": {
|
|
287844
|
-
"name": "((e: HoverEvent) => void)"
|
|
287845
|
-
}
|
|
287846
|
-
},
|
|
287847
|
-
"onHoverChange": {
|
|
287848
|
-
"defaultValue": null,
|
|
287849
|
-
"description": "Handler that is called when the hover state changes.",
|
|
287850
|
-
"name": "onHoverChange",
|
|
287851
|
-
"parent": {
|
|
287852
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
|
|
287853
|
-
"name": "HoverEvents"
|
|
287854
|
-
},
|
|
287855
|
-
"declarations": [
|
|
287856
|
-
{
|
|
287857
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
|
|
287858
|
-
"name": "HoverEvents"
|
|
287859
|
-
}
|
|
287860
|
-
],
|
|
287861
|
-
"required": false,
|
|
287862
|
-
"type": {
|
|
287863
|
-
"name": "((isHovering: boolean) => void)"
|
|
287864
|
-
}
|
|
287865
|
-
},
|
|
287866
|
-
"onPress": {
|
|
287867
|
-
"defaultValue": null,
|
|
287868
|
-
"description": "Handler that is called when the press is released over the target.",
|
|
287869
|
-
"name": "onPress",
|
|
287870
|
-
"parent": {
|
|
287871
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
|
|
287872
|
-
"name": "PressEvents"
|
|
287873
|
-
},
|
|
287874
|
-
"declarations": [
|
|
287875
|
-
{
|
|
287876
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
|
|
287877
|
-
"name": "PressEvents"
|
|
287878
|
-
}
|
|
287879
|
-
],
|
|
287880
|
-
"required": false,
|
|
287881
|
-
"type": {
|
|
287882
|
-
"name": "((e: PressEvent) => void)"
|
|
287883
|
-
}
|
|
287884
|
-
},
|
|
287885
|
-
"onPressStart": {
|
|
287886
|
-
"defaultValue": null,
|
|
287887
|
-
"description": "Handler that is called when a press interaction starts.",
|
|
287888
|
-
"name": "onPressStart",
|
|
287889
|
-
"parent": {
|
|
287890
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
|
|
287891
|
-
"name": "PressEvents"
|
|
287892
|
-
},
|
|
287893
|
-
"declarations": [
|
|
287894
|
-
{
|
|
287895
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
|
|
287896
|
-
"name": "PressEvents"
|
|
287897
|
-
}
|
|
287898
|
-
],
|
|
287899
|
-
"required": false,
|
|
287900
|
-
"type": {
|
|
287901
|
-
"name": "((e: PressEvent) => void)"
|
|
287902
|
-
}
|
|
287903
|
-
},
|
|
287904
|
-
"onPressEnd": {
|
|
287905
|
-
"defaultValue": null,
|
|
287906
|
-
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
287907
|
-
"name": "onPressEnd",
|
|
287908
|
-
"parent": {
|
|
287909
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
|
|
287910
|
-
"name": "PressEvents"
|
|
287911
|
-
},
|
|
287912
|
-
"declarations": [
|
|
287913
|
-
{
|
|
287914
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
|
|
287915
|
-
"name": "PressEvents"
|
|
287916
|
-
}
|
|
287917
|
-
],
|
|
287918
|
-
"required": false,
|
|
287919
|
-
"type": {
|
|
287920
|
-
"name": "((e: PressEvent) => void)"
|
|
287921
|
-
}
|
|
287922
|
-
},
|
|
287923
|
-
"onPressChange": {
|
|
287924
|
-
"defaultValue": null,
|
|
287925
|
-
"description": "Handler that is called when the press state changes.",
|
|
287926
|
-
"name": "onPressChange",
|
|
287927
|
-
"parent": {
|
|
287928
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
|
|
287929
|
-
"name": "PressEvents"
|
|
287930
|
-
},
|
|
287931
|
-
"declarations": [
|
|
287932
|
-
{
|
|
287933
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
|
|
287934
|
-
"name": "PressEvents"
|
|
287935
|
-
}
|
|
287936
|
-
],
|
|
287937
|
-
"required": false,
|
|
287938
|
-
"type": {
|
|
287939
|
-
"name": "((isPressed: boolean) => void)"
|
|
287940
|
-
}
|
|
287941
|
-
},
|
|
287942
|
-
"onPressUp": {
|
|
287943
|
-
"defaultValue": null,
|
|
287944
|
-
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
287945
|
-
"name": "onPressUp",
|
|
287946
|
-
"parent": {
|
|
287947
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
|
|
287948
|
-
"name": "PressEvents"
|
|
287949
|
-
},
|
|
287950
|
-
"declarations": [
|
|
287951
|
-
{
|
|
287952
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
|
|
287953
|
-
"name": "PressEvents"
|
|
287954
|
-
}
|
|
287955
|
-
],
|
|
287956
|
-
"required": false,
|
|
287957
|
-
"type": {
|
|
287958
|
-
"name": "((e: PressEvent) => void)"
|
|
287959
|
-
}
|
|
287960
|
-
},
|
|
287961
|
-
"onClick": {
|
|
287962
|
-
"defaultValue": null,
|
|
287963
|
-
"description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides \nadditional event details for non-mouse interactions.",
|
|
287964
|
-
"name": "onClick",
|
|
287965
|
-
"parent": {
|
|
287966
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
|
|
287967
|
-
"name": "PressEvents"
|
|
287968
|
-
},
|
|
287969
|
-
"declarations": [
|
|
287970
|
-
{
|
|
287971
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
|
|
287972
|
-
"name": "PressEvents"
|
|
287973
|
-
}
|
|
287974
|
-
],
|
|
287975
|
-
"required": false,
|
|
287976
|
-
"type": {
|
|
287977
|
-
"name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
|
|
287978
|
-
}
|
|
287979
|
-
},
|
|
287980
287587
|
"dir": {
|
|
287981
287588
|
"defaultValue": null,
|
|
287982
287589
|
"description": "",
|
|
@@ -288072,6 +287679,25 @@
|
|
|
288072
287679
|
"name": "\"yes\" | \"no\""
|
|
288073
287680
|
}
|
|
288074
287681
|
},
|
|
287682
|
+
"onClick": {
|
|
287683
|
+
"defaultValue": null,
|
|
287684
|
+
"description": "",
|
|
287685
|
+
"name": "onClick",
|
|
287686
|
+
"parent": {
|
|
287687
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287688
|
+
"name": "GlobalDOMEvents"
|
|
287689
|
+
},
|
|
287690
|
+
"declarations": [
|
|
287691
|
+
{
|
|
287692
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287693
|
+
"name": "GlobalDOMEvents"
|
|
287694
|
+
}
|
|
287695
|
+
],
|
|
287696
|
+
"required": false,
|
|
287697
|
+
"type": {
|
|
287698
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
287699
|
+
}
|
|
287700
|
+
},
|
|
288075
287701
|
"onClickCapture": {
|
|
288076
287702
|
"defaultValue": null,
|
|
288077
287703
|
"description": "",
|
|
@@ -289269,20 +288895,153 @@
|
|
|
289269
288895
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
289270
288896
|
}
|
|
289271
288897
|
},
|
|
289272
|
-
"
|
|
288898
|
+
"id": {
|
|
289273
288899
|
"defaultValue": null,
|
|
289274
|
-
"description": "
|
|
289275
|
-
"name": "
|
|
288900
|
+
"description": "The unique id of the item.",
|
|
288901
|
+
"name": "id",
|
|
288902
|
+
"parent": {
|
|
288903
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
288904
|
+
"name": "MenuItemProps"
|
|
288905
|
+
},
|
|
289276
288906
|
"declarations": [
|
|
289277
288907
|
{
|
|
289278
|
-
"fileName": "
|
|
289279
|
-
"name": "
|
|
288908
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
288909
|
+
"name": "MenuItemProps"
|
|
288910
|
+
}
|
|
288911
|
+
],
|
|
288912
|
+
"required": false,
|
|
288913
|
+
"type": {
|
|
288914
|
+
"name": "Key"
|
|
288915
|
+
}
|
|
288916
|
+
},
|
|
288917
|
+
"textValue": {
|
|
288918
|
+
"defaultValue": null,
|
|
288919
|
+
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
288920
|
+
"name": "textValue",
|
|
288921
|
+
"parent": {
|
|
288922
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
288923
|
+
"name": "ListBoxItemProps"
|
|
288924
|
+
},
|
|
288925
|
+
"declarations": [
|
|
288926
|
+
{
|
|
288927
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
288928
|
+
"name": "ListBoxItemProps"
|
|
288929
|
+
}
|
|
288930
|
+
],
|
|
288931
|
+
"required": false,
|
|
288932
|
+
"type": {
|
|
288933
|
+
"name": "string"
|
|
288934
|
+
}
|
|
288935
|
+
},
|
|
288936
|
+
"allowsSorting": {
|
|
288937
|
+
"defaultValue": null,
|
|
288938
|
+
"description": "Whether the column allows sorting.",
|
|
288939
|
+
"name": "allowsSorting",
|
|
288940
|
+
"parent": {
|
|
288941
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
288942
|
+
"name": "ColumnProps"
|
|
288943
|
+
},
|
|
288944
|
+
"declarations": [
|
|
288945
|
+
{
|
|
288946
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
288947
|
+
"name": "ColumnProps"
|
|
288948
|
+
}
|
|
288949
|
+
],
|
|
288950
|
+
"required": false,
|
|
288951
|
+
"type": {
|
|
288952
|
+
"name": "boolean"
|
|
288953
|
+
}
|
|
288954
|
+
},
|
|
288955
|
+
"isRowHeader": {
|
|
288956
|
+
"defaultValue": null,
|
|
288957
|
+
"description": "Whether a column is a [row header](https://www.w3.org/TR/wai-aria-1.1/#rowheader) and should be announced by assistive technology during row navigation.",
|
|
288958
|
+
"name": "isRowHeader",
|
|
288959
|
+
"parent": {
|
|
288960
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
288961
|
+
"name": "ColumnProps"
|
|
288962
|
+
},
|
|
288963
|
+
"declarations": [
|
|
288964
|
+
{
|
|
288965
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
288966
|
+
"name": "ColumnProps"
|
|
289280
288967
|
}
|
|
289281
288968
|
],
|
|
289282
288969
|
"required": false,
|
|
289283
288970
|
"type": {
|
|
289284
288971
|
"name": "boolean"
|
|
289285
288972
|
}
|
|
288973
|
+
},
|
|
288974
|
+
"defaultWidth": {
|
|
288975
|
+
"defaultValue": null,
|
|
288976
|
+
"description": "The default width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
|
|
288977
|
+
"name": "defaultWidth",
|
|
288978
|
+
"parent": {
|
|
288979
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
288980
|
+
"name": "ColumnProps"
|
|
288981
|
+
},
|
|
288982
|
+
"declarations": [
|
|
288983
|
+
{
|
|
288984
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
288985
|
+
"name": "ColumnProps"
|
|
288986
|
+
}
|
|
288987
|
+
],
|
|
288988
|
+
"required": false,
|
|
288989
|
+
"type": {
|
|
288990
|
+
"name": "ColumnSize | null"
|
|
288991
|
+
}
|
|
288992
|
+
},
|
|
288993
|
+
"minWidth": {
|
|
288994
|
+
"defaultValue": null,
|
|
288995
|
+
"description": "The minimum width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
|
|
288996
|
+
"name": "minWidth",
|
|
288997
|
+
"parent": {
|
|
288998
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
288999
|
+
"name": "ColumnProps"
|
|
289000
|
+
},
|
|
289001
|
+
"declarations": [
|
|
289002
|
+
{
|
|
289003
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
289004
|
+
"name": "ColumnProps"
|
|
289005
|
+
}
|
|
289006
|
+
],
|
|
289007
|
+
"required": false,
|
|
289008
|
+
"type": {
|
|
289009
|
+
"name": "ColumnStaticSize | null"
|
|
289010
|
+
}
|
|
289011
|
+
},
|
|
289012
|
+
"maxWidth": {
|
|
289013
|
+
"defaultValue": null,
|
|
289014
|
+
"description": "The maximum width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
|
|
289015
|
+
"name": "maxWidth",
|
|
289016
|
+
"parent": {
|
|
289017
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
289018
|
+
"name": "ColumnProps"
|
|
289019
|
+
},
|
|
289020
|
+
"declarations": [
|
|
289021
|
+
{
|
|
289022
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
289023
|
+
"name": "ColumnProps"
|
|
289024
|
+
}
|
|
289025
|
+
],
|
|
289026
|
+
"required": false,
|
|
289027
|
+
"type": {
|
|
289028
|
+
"name": "ColumnStaticSize | null"
|
|
289029
|
+
}
|
|
289030
|
+
},
|
|
289031
|
+
"children": {
|
|
289032
|
+
"defaultValue": null,
|
|
289033
|
+
"description": "",
|
|
289034
|
+
"name": "children",
|
|
289035
|
+
"declarations": [
|
|
289036
|
+
{
|
|
289037
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
289038
|
+
"name": "TypeLiteral"
|
|
289039
|
+
}
|
|
289040
|
+
],
|
|
289041
|
+
"required": false,
|
|
289042
|
+
"type": {
|
|
289043
|
+
"name": "ReactNode"
|
|
289044
|
+
}
|
|
289286
289045
|
}
|
|
289287
289046
|
}
|
|
289288
289047
|
},
|
|
@@ -289290,11 +289049,30 @@
|
|
|
289290
289049
|
"tags": {
|
|
289291
289050
|
"flr-generate": "all"
|
|
289292
289051
|
},
|
|
289293
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
289052
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
289294
289053
|
"description": "",
|
|
289295
|
-
"displayName": "
|
|
289054
|
+
"displayName": "TableCell",
|
|
289296
289055
|
"methods": [],
|
|
289297
289056
|
"props": {
|
|
289057
|
+
"rowHeader": {
|
|
289058
|
+
"defaultValue": null,
|
|
289059
|
+
"description": "Use cell as row header",
|
|
289060
|
+
"name": "rowHeader",
|
|
289061
|
+
"parent": {
|
|
289062
|
+
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
289063
|
+
"name": "TableCellProps"
|
|
289064
|
+
},
|
|
289065
|
+
"declarations": [
|
|
289066
|
+
{
|
|
289067
|
+
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
289068
|
+
"name": "TableCellProps"
|
|
289069
|
+
}
|
|
289070
|
+
],
|
|
289071
|
+
"required": false,
|
|
289072
|
+
"type": {
|
|
289073
|
+
"name": "boolean"
|
|
289074
|
+
}
|
|
289075
|
+
},
|
|
289298
289076
|
"horizontalAlign": {
|
|
289299
289077
|
"defaultValue": {
|
|
289300
289078
|
"value": "\"start\""
|
|
@@ -289302,13 +289080,13 @@
|
|
|
289302
289080
|
"description": "Horizontal alignment of the cell content",
|
|
289303
289081
|
"name": "horizontalAlign",
|
|
289304
289082
|
"parent": {
|
|
289305
|
-
"fileName": "components/src/components/Table/components/
|
|
289306
|
-
"name": "
|
|
289083
|
+
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
289084
|
+
"name": "TableCellProps"
|
|
289307
289085
|
},
|
|
289308
289086
|
"declarations": [
|
|
289309
289087
|
{
|
|
289310
|
-
"fileName": "components/src/components/Table/components/
|
|
289311
|
-
"name": "
|
|
289088
|
+
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
289089
|
+
"name": "TableCellProps"
|
|
289312
289090
|
}
|
|
289313
289091
|
],
|
|
289314
289092
|
"required": false,
|
|
@@ -289337,25 +289115,6 @@
|
|
|
289337
289115
|
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
289338
289116
|
}
|
|
289339
289117
|
},
|
|
289340
|
-
"style": {
|
|
289341
|
-
"defaultValue": null,
|
|
289342
|
-
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
|
|
289343
|
-
"name": "style",
|
|
289344
|
-
"parent": {
|
|
289345
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
289346
|
-
"name": "StyleRenderProps"
|
|
289347
|
-
},
|
|
289348
|
-
"declarations": [
|
|
289349
|
-
{
|
|
289350
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
289351
|
-
"name": "StyleRenderProps"
|
|
289352
|
-
}
|
|
289353
|
-
],
|
|
289354
|
-
"required": false,
|
|
289355
|
-
"type": {
|
|
289356
|
-
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
289357
|
-
}
|
|
289358
|
-
},
|
|
289359
289118
|
"dir": {
|
|
289360
289119
|
"defaultValue": null,
|
|
289361
289120
|
"description": "",
|
|
@@ -290686,23 +290445,165 @@
|
|
|
290686
290445
|
"name": "Key"
|
|
290687
290446
|
}
|
|
290688
290447
|
},
|
|
290689
|
-
"
|
|
290448
|
+
"textValue": {
|
|
290690
290449
|
"defaultValue": null,
|
|
290691
|
-
"description": "
|
|
290692
|
-
"name": "
|
|
290450
|
+
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
290451
|
+
"name": "textValue",
|
|
290693
290452
|
"parent": {
|
|
290694
290453
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
290695
|
-
"name": "
|
|
290454
|
+
"name": "ListBoxItemProps"
|
|
290696
290455
|
},
|
|
290697
290456
|
"declarations": [
|
|
290698
290457
|
{
|
|
290699
290458
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
290700
|
-
"name": "
|
|
290459
|
+
"name": "ListBoxItemProps"
|
|
290701
290460
|
}
|
|
290702
290461
|
],
|
|
290703
290462
|
"required": false,
|
|
290704
290463
|
"type": {
|
|
290705
|
-
"name": "
|
|
290464
|
+
"name": "string"
|
|
290465
|
+
}
|
|
290466
|
+
},
|
|
290467
|
+
"colSpan": {
|
|
290468
|
+
"defaultValue": null,
|
|
290469
|
+
"description": "Indicates how many columns the data cell spans.",
|
|
290470
|
+
"name": "colSpan",
|
|
290471
|
+
"parent": {
|
|
290472
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
290473
|
+
"name": "CellProps"
|
|
290474
|
+
},
|
|
290475
|
+
"declarations": [
|
|
290476
|
+
{
|
|
290477
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
290478
|
+
"name": "CellProps"
|
|
290479
|
+
}
|
|
290480
|
+
],
|
|
290481
|
+
"required": false,
|
|
290482
|
+
"type": {
|
|
290483
|
+
"name": "number"
|
|
290484
|
+
}
|
|
290485
|
+
},
|
|
290486
|
+
"children": {
|
|
290487
|
+
"defaultValue": null,
|
|
290488
|
+
"description": "",
|
|
290489
|
+
"name": "children",
|
|
290490
|
+
"declarations": [
|
|
290491
|
+
{
|
|
290492
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
290493
|
+
"name": "TypeLiteral"
|
|
290494
|
+
}
|
|
290495
|
+
],
|
|
290496
|
+
"required": false,
|
|
290497
|
+
"type": {
|
|
290498
|
+
"name": "ReactNode"
|
|
290499
|
+
}
|
|
290500
|
+
}
|
|
290501
|
+
}
|
|
290502
|
+
},
|
|
290503
|
+
{
|
|
290504
|
+
"tags": {
|
|
290505
|
+
"flr-generate": "all"
|
|
290506
|
+
},
|
|
290507
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableFooterRow/TableFooterRow.tsx",
|
|
290508
|
+
"description": "",
|
|
290509
|
+
"displayName": "TableFooterRow",
|
|
290510
|
+
"methods": [],
|
|
290511
|
+
"props": {
|
|
290512
|
+
"className": {
|
|
290513
|
+
"defaultValue": {
|
|
290514
|
+
"value": "'react-aria-Tooltip'"
|
|
290515
|
+
},
|
|
290516
|
+
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
|
|
290517
|
+
"name": "className",
|
|
290518
|
+
"parent": {
|
|
290519
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
290520
|
+
"name": "TooltipProps"
|
|
290521
|
+
},
|
|
290522
|
+
"declarations": [
|
|
290523
|
+
{
|
|
290524
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
290525
|
+
"name": "TooltipProps"
|
|
290526
|
+
}
|
|
290527
|
+
],
|
|
290528
|
+
"required": false,
|
|
290529
|
+
"type": {
|
|
290530
|
+
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
290531
|
+
}
|
|
290532
|
+
},
|
|
290533
|
+
"columns": {
|
|
290534
|
+
"defaultValue": null,
|
|
290535
|
+
"description": "A list of columns used when dynamically rendering cells.",
|
|
290536
|
+
"name": "columns",
|
|
290537
|
+
"parent": {
|
|
290538
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
290539
|
+
"name": "RowProps"
|
|
290540
|
+
},
|
|
290541
|
+
"declarations": [
|
|
290542
|
+
{
|
|
290543
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
290544
|
+
"name": "RowProps"
|
|
290545
|
+
}
|
|
290546
|
+
],
|
|
290547
|
+
"required": false,
|
|
290548
|
+
"type": {
|
|
290549
|
+
"name": "Iterable<never>"
|
|
290550
|
+
}
|
|
290551
|
+
},
|
|
290552
|
+
"children": {
|
|
290553
|
+
"defaultValue": null,
|
|
290554
|
+
"description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
|
|
290555
|
+
"name": "children",
|
|
290556
|
+
"parent": {
|
|
290557
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
290558
|
+
"name": "TableProps"
|
|
290559
|
+
},
|
|
290560
|
+
"declarations": [
|
|
290561
|
+
{
|
|
290562
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
290563
|
+
"name": "TableProps"
|
|
290564
|
+
}
|
|
290565
|
+
],
|
|
290566
|
+
"required": false,
|
|
290567
|
+
"type": {
|
|
290568
|
+
"name": "ReactNode"
|
|
290569
|
+
}
|
|
290570
|
+
},
|
|
290571
|
+
"value": {
|
|
290572
|
+
"defaultValue": null,
|
|
290573
|
+
"description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
|
|
290574
|
+
"name": "value",
|
|
290575
|
+
"parent": {
|
|
290576
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
290577
|
+
"name": "MenuItemProps"
|
|
290578
|
+
},
|
|
290579
|
+
"declarations": [
|
|
290580
|
+
{
|
|
290581
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
290582
|
+
"name": "MenuItemProps"
|
|
290583
|
+
}
|
|
290584
|
+
],
|
|
290585
|
+
"required": false,
|
|
290586
|
+
"type": {
|
|
290587
|
+
"name": "object"
|
|
290588
|
+
}
|
|
290589
|
+
},
|
|
290590
|
+
"dependencies": {
|
|
290591
|
+
"defaultValue": null,
|
|
290592
|
+
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
290593
|
+
"name": "dependencies",
|
|
290594
|
+
"parent": {
|
|
290595
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
290596
|
+
"name": "CollectionProps"
|
|
290597
|
+
},
|
|
290598
|
+
"declarations": [
|
|
290599
|
+
{
|
|
290600
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
290601
|
+
"name": "CollectionProps"
|
|
290602
|
+
}
|
|
290603
|
+
],
|
|
290604
|
+
"required": false,
|
|
290605
|
+
"type": {
|
|
290606
|
+
"name": "readonly any[]"
|
|
290706
290607
|
}
|
|
290707
290608
|
},
|
|
290708
290609
|
"textValue": {
|
|
@@ -290724,18 +290625,18 @@
|
|
|
290724
290625
|
"name": "string"
|
|
290725
290626
|
}
|
|
290726
290627
|
},
|
|
290727
|
-
"
|
|
290628
|
+
"isDisabled": {
|
|
290728
290629
|
"defaultValue": null,
|
|
290729
|
-
"description": "Whether the
|
|
290730
|
-
"name": "
|
|
290630
|
+
"description": "Whether the item is disabled.",
|
|
290631
|
+
"name": "isDisabled",
|
|
290731
290632
|
"parent": {
|
|
290732
290633
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
290733
|
-
"name": "
|
|
290634
|
+
"name": "ListBoxItemProps"
|
|
290734
290635
|
},
|
|
290735
290636
|
"declarations": [
|
|
290736
290637
|
{
|
|
290737
290638
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
290738
|
-
"name": "
|
|
290639
|
+
"name": "ListBoxItemProps"
|
|
290739
290640
|
}
|
|
290740
290641
|
],
|
|
290741
290642
|
"required": false,
|
|
@@ -290743,167 +290644,384 @@
|
|
|
290743
290644
|
"name": "boolean"
|
|
290744
290645
|
}
|
|
290745
290646
|
},
|
|
290746
|
-
"
|
|
290647
|
+
"onAction": {
|
|
290747
290648
|
"defaultValue": null,
|
|
290748
|
-
"description": "
|
|
290749
|
-
"name": "
|
|
290649
|
+
"description": "Handler that is called when a user performs an action on the item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
|
|
290650
|
+
"name": "onAction",
|
|
290750
290651
|
"parent": {
|
|
290751
290652
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
290752
|
-
"name": "
|
|
290653
|
+
"name": "ListBoxItemProps"
|
|
290753
290654
|
},
|
|
290754
290655
|
"declarations": [
|
|
290755
290656
|
{
|
|
290756
290657
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
290757
|
-
"name": "
|
|
290658
|
+
"name": "ListBoxItemProps"
|
|
290758
290659
|
}
|
|
290759
290660
|
],
|
|
290760
290661
|
"required": false,
|
|
290761
290662
|
"type": {
|
|
290762
|
-
"name": "
|
|
290663
|
+
"name": "(() => void)"
|
|
290763
290664
|
}
|
|
290764
290665
|
},
|
|
290765
|
-
"
|
|
290666
|
+
"id": {
|
|
290766
290667
|
"defaultValue": null,
|
|
290767
|
-
"description": "The
|
|
290768
|
-
"name": "
|
|
290668
|
+
"description": "The unique id of the item.",
|
|
290669
|
+
"name": "id",
|
|
290769
290670
|
"parent": {
|
|
290770
290671
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
290771
|
-
"name": "
|
|
290672
|
+
"name": "MenuItemProps"
|
|
290772
290673
|
},
|
|
290773
290674
|
"declarations": [
|
|
290774
290675
|
{
|
|
290775
290676
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
290776
|
-
"name": "
|
|
290677
|
+
"name": "MenuItemProps"
|
|
290777
290678
|
}
|
|
290778
290679
|
],
|
|
290779
290680
|
"required": false,
|
|
290780
290681
|
"type": {
|
|
290781
|
-
"name": "
|
|
290682
|
+
"name": "Key"
|
|
290782
290683
|
}
|
|
290783
290684
|
},
|
|
290784
|
-
"
|
|
290685
|
+
"style": {
|
|
290785
290686
|
"defaultValue": null,
|
|
290786
|
-
"description": "The
|
|
290787
|
-
"name": "
|
|
290687
|
+
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
|
|
290688
|
+
"name": "style",
|
|
290788
290689
|
"parent": {
|
|
290789
290690
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
290790
|
-
"name": "
|
|
290691
|
+
"name": "StyleRenderProps"
|
|
290791
290692
|
},
|
|
290792
290693
|
"declarations": [
|
|
290793
290694
|
{
|
|
290794
290695
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
290795
|
-
"name": "
|
|
290696
|
+
"name": "StyleRenderProps"
|
|
290796
290697
|
}
|
|
290797
290698
|
],
|
|
290798
290699
|
"required": false,
|
|
290799
290700
|
"type": {
|
|
290800
|
-
"name": "
|
|
290701
|
+
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
290801
290702
|
}
|
|
290802
290703
|
},
|
|
290803
|
-
"
|
|
290704
|
+
"href": {
|
|
290804
290705
|
"defaultValue": null,
|
|
290805
|
-
"description": "
|
|
290806
|
-
"name": "
|
|
290706
|
+
"description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
|
|
290707
|
+
"name": "href",
|
|
290807
290708
|
"parent": {
|
|
290808
|
-
"fileName": "flow/node_modules/.pnpm
|
|
290809
|
-
"name": "
|
|
290709
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
|
|
290710
|
+
"name": "LinkDOMProps"
|
|
290810
290711
|
},
|
|
290811
290712
|
"declarations": [
|
|
290812
290713
|
{
|
|
290813
|
-
"fileName": "flow/node_modules/.pnpm
|
|
290814
|
-
"name": "
|
|
290714
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
|
|
290715
|
+
"name": "LinkDOMProps"
|
|
290815
290716
|
}
|
|
290816
290717
|
],
|
|
290817
290718
|
"required": false,
|
|
290818
290719
|
"type": {
|
|
290819
|
-
"name": "
|
|
290720
|
+
"name": "string"
|
|
290820
290721
|
}
|
|
290821
290722
|
},
|
|
290822
|
-
"
|
|
290723
|
+
"hrefLang": {
|
|
290823
290724
|
"defaultValue": null,
|
|
290824
|
-
"description": "",
|
|
290825
|
-
"name": "
|
|
290725
|
+
"description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
290726
|
+
"name": "hrefLang",
|
|
290727
|
+
"parent": {
|
|
290728
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
|
|
290729
|
+
"name": "LinkDOMProps"
|
|
290730
|
+
},
|
|
290826
290731
|
"declarations": [
|
|
290827
290732
|
{
|
|
290828
|
-
"fileName": "flow/node_modules/.pnpm/@types+
|
|
290829
|
-
"name": "
|
|
290733
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
|
|
290734
|
+
"name": "LinkDOMProps"
|
|
290830
290735
|
}
|
|
290831
290736
|
],
|
|
290832
290737
|
"required": false,
|
|
290833
290738
|
"type": {
|
|
290834
|
-
"name": "
|
|
290739
|
+
"name": "string"
|
|
290835
290740
|
}
|
|
290836
|
-
}
|
|
290837
|
-
|
|
290838
|
-
},
|
|
290839
|
-
{
|
|
290840
|
-
"tags": {
|
|
290841
|
-
"flr-generate": "all"
|
|
290842
|
-
},
|
|
290843
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
290844
|
-
"description": "",
|
|
290845
|
-
"displayName": "TableCell",
|
|
290846
|
-
"methods": [],
|
|
290847
|
-
"props": {
|
|
290848
|
-
"rowHeader": {
|
|
290741
|
+
},
|
|
290742
|
+
"target": {
|
|
290849
290743
|
"defaultValue": null,
|
|
290850
|
-
"description": "
|
|
290851
|
-
"name": "
|
|
290744
|
+
"description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
290745
|
+
"name": "target",
|
|
290852
290746
|
"parent": {
|
|
290853
|
-
"fileName": "
|
|
290854
|
-
"name": "
|
|
290747
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
|
|
290748
|
+
"name": "LinkDOMProps"
|
|
290855
290749
|
},
|
|
290856
290750
|
"declarations": [
|
|
290857
290751
|
{
|
|
290858
|
-
"fileName": "
|
|
290859
|
-
"name": "
|
|
290752
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
|
|
290753
|
+
"name": "LinkDOMProps"
|
|
290860
290754
|
}
|
|
290861
290755
|
],
|
|
290862
290756
|
"required": false,
|
|
290863
290757
|
"type": {
|
|
290864
|
-
"name": "
|
|
290758
|
+
"name": "HTMLAttributeAnchorTarget"
|
|
290865
290759
|
}
|
|
290866
290760
|
},
|
|
290867
|
-
"
|
|
290868
|
-
"defaultValue":
|
|
290869
|
-
|
|
290761
|
+
"rel": {
|
|
290762
|
+
"defaultValue": null,
|
|
290763
|
+
"description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
290764
|
+
"name": "rel",
|
|
290765
|
+
"parent": {
|
|
290766
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
|
|
290767
|
+
"name": "LinkDOMProps"
|
|
290870
290768
|
},
|
|
290871
|
-
"
|
|
290872
|
-
|
|
290769
|
+
"declarations": [
|
|
290770
|
+
{
|
|
290771
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
|
|
290772
|
+
"name": "LinkDOMProps"
|
|
290773
|
+
}
|
|
290774
|
+
],
|
|
290775
|
+
"required": false,
|
|
290776
|
+
"type": {
|
|
290777
|
+
"name": "string"
|
|
290778
|
+
}
|
|
290779
|
+
},
|
|
290780
|
+
"download": {
|
|
290781
|
+
"defaultValue": null,
|
|
290782
|
+
"description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
|
|
290783
|
+
"name": "download",
|
|
290873
290784
|
"parent": {
|
|
290874
|
-
"fileName": "
|
|
290875
|
-
"name": "
|
|
290785
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
|
|
290786
|
+
"name": "LinkDOMProps"
|
|
290876
290787
|
},
|
|
290877
290788
|
"declarations": [
|
|
290878
290789
|
{
|
|
290879
|
-
"fileName": "
|
|
290880
|
-
"name": "
|
|
290790
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
|
|
290791
|
+
"name": "LinkDOMProps"
|
|
290881
290792
|
}
|
|
290882
290793
|
],
|
|
290883
290794
|
"required": false,
|
|
290884
290795
|
"type": {
|
|
290885
|
-
"name": "
|
|
290796
|
+
"name": "string | boolean"
|
|
290886
290797
|
}
|
|
290887
290798
|
},
|
|
290888
|
-
"
|
|
290889
|
-
"defaultValue":
|
|
290890
|
-
|
|
290799
|
+
"ping": {
|
|
290800
|
+
"defaultValue": null,
|
|
290801
|
+
"description": "A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
|
|
290802
|
+
"name": "ping",
|
|
290803
|
+
"parent": {
|
|
290804
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
|
|
290805
|
+
"name": "LinkDOMProps"
|
|
290891
290806
|
},
|
|
290892
|
-
"
|
|
290893
|
-
|
|
290807
|
+
"declarations": [
|
|
290808
|
+
{
|
|
290809
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
|
|
290810
|
+
"name": "LinkDOMProps"
|
|
290811
|
+
}
|
|
290812
|
+
],
|
|
290813
|
+
"required": false,
|
|
290814
|
+
"type": {
|
|
290815
|
+
"name": "string"
|
|
290816
|
+
}
|
|
290817
|
+
},
|
|
290818
|
+
"referrerPolicy": {
|
|
290819
|
+
"defaultValue": null,
|
|
290820
|
+
"description": "How much of the referrer to send when following the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
|
|
290821
|
+
"name": "referrerPolicy",
|
|
290894
290822
|
"parent": {
|
|
290895
|
-
"fileName": "flow/node_modules/.pnpm
|
|
290896
|
-
"name": "
|
|
290823
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
|
|
290824
|
+
"name": "LinkDOMProps"
|
|
290897
290825
|
},
|
|
290898
290826
|
"declarations": [
|
|
290899
290827
|
{
|
|
290900
|
-
"fileName": "flow/node_modules/.pnpm
|
|
290901
|
-
"name": "
|
|
290828
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
|
|
290829
|
+
"name": "LinkDOMProps"
|
|
290902
290830
|
}
|
|
290903
290831
|
],
|
|
290904
290832
|
"required": false,
|
|
290905
290833
|
"type": {
|
|
290906
|
-
"name": "
|
|
290834
|
+
"name": "HTMLAttributeReferrerPolicy"
|
|
290835
|
+
}
|
|
290836
|
+
},
|
|
290837
|
+
"routerOptions": {
|
|
290838
|
+
"defaultValue": null,
|
|
290839
|
+
"description": "Options for the configured client side router.",
|
|
290840
|
+
"name": "routerOptions",
|
|
290841
|
+
"parent": {
|
|
290842
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
|
|
290843
|
+
"name": "LinkDOMProps"
|
|
290844
|
+
},
|
|
290845
|
+
"declarations": [
|
|
290846
|
+
{
|
|
290847
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
|
|
290848
|
+
"name": "LinkDOMProps"
|
|
290849
|
+
}
|
|
290850
|
+
],
|
|
290851
|
+
"required": false,
|
|
290852
|
+
"type": {
|
|
290853
|
+
"name": "undefined"
|
|
290854
|
+
}
|
|
290855
|
+
},
|
|
290856
|
+
"onHoverStart": {
|
|
290857
|
+
"defaultValue": null,
|
|
290858
|
+
"description": "Handler that is called when a hover interaction starts.",
|
|
290859
|
+
"name": "onHoverStart",
|
|
290860
|
+
"parent": {
|
|
290861
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
|
|
290862
|
+
"name": "HoverEvents"
|
|
290863
|
+
},
|
|
290864
|
+
"declarations": [
|
|
290865
|
+
{
|
|
290866
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
|
|
290867
|
+
"name": "HoverEvents"
|
|
290868
|
+
}
|
|
290869
|
+
],
|
|
290870
|
+
"required": false,
|
|
290871
|
+
"type": {
|
|
290872
|
+
"name": "((e: HoverEvent) => void)"
|
|
290873
|
+
}
|
|
290874
|
+
},
|
|
290875
|
+
"onHoverEnd": {
|
|
290876
|
+
"defaultValue": null,
|
|
290877
|
+
"description": "Handler that is called when a hover interaction ends.",
|
|
290878
|
+
"name": "onHoverEnd",
|
|
290879
|
+
"parent": {
|
|
290880
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
|
|
290881
|
+
"name": "HoverEvents"
|
|
290882
|
+
},
|
|
290883
|
+
"declarations": [
|
|
290884
|
+
{
|
|
290885
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
|
|
290886
|
+
"name": "HoverEvents"
|
|
290887
|
+
}
|
|
290888
|
+
],
|
|
290889
|
+
"required": false,
|
|
290890
|
+
"type": {
|
|
290891
|
+
"name": "((e: HoverEvent) => void)"
|
|
290892
|
+
}
|
|
290893
|
+
},
|
|
290894
|
+
"onHoverChange": {
|
|
290895
|
+
"defaultValue": null,
|
|
290896
|
+
"description": "Handler that is called when the hover state changes.",
|
|
290897
|
+
"name": "onHoverChange",
|
|
290898
|
+
"parent": {
|
|
290899
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
|
|
290900
|
+
"name": "HoverEvents"
|
|
290901
|
+
},
|
|
290902
|
+
"declarations": [
|
|
290903
|
+
{
|
|
290904
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
|
|
290905
|
+
"name": "HoverEvents"
|
|
290906
|
+
}
|
|
290907
|
+
],
|
|
290908
|
+
"required": false,
|
|
290909
|
+
"type": {
|
|
290910
|
+
"name": "((isHovering: boolean) => void)"
|
|
290911
|
+
}
|
|
290912
|
+
},
|
|
290913
|
+
"onPress": {
|
|
290914
|
+
"defaultValue": null,
|
|
290915
|
+
"description": "Handler that is called when the press is released over the target.",
|
|
290916
|
+
"name": "onPress",
|
|
290917
|
+
"parent": {
|
|
290918
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
|
|
290919
|
+
"name": "PressEvents"
|
|
290920
|
+
},
|
|
290921
|
+
"declarations": [
|
|
290922
|
+
{
|
|
290923
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
|
|
290924
|
+
"name": "PressEvents"
|
|
290925
|
+
}
|
|
290926
|
+
],
|
|
290927
|
+
"required": false,
|
|
290928
|
+
"type": {
|
|
290929
|
+
"name": "((e: PressEvent) => void)"
|
|
290930
|
+
}
|
|
290931
|
+
},
|
|
290932
|
+
"onPressStart": {
|
|
290933
|
+
"defaultValue": null,
|
|
290934
|
+
"description": "Handler that is called when a press interaction starts.",
|
|
290935
|
+
"name": "onPressStart",
|
|
290936
|
+
"parent": {
|
|
290937
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
|
|
290938
|
+
"name": "PressEvents"
|
|
290939
|
+
},
|
|
290940
|
+
"declarations": [
|
|
290941
|
+
{
|
|
290942
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
|
|
290943
|
+
"name": "PressEvents"
|
|
290944
|
+
}
|
|
290945
|
+
],
|
|
290946
|
+
"required": false,
|
|
290947
|
+
"type": {
|
|
290948
|
+
"name": "((e: PressEvent) => void)"
|
|
290949
|
+
}
|
|
290950
|
+
},
|
|
290951
|
+
"onPressEnd": {
|
|
290952
|
+
"defaultValue": null,
|
|
290953
|
+
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
290954
|
+
"name": "onPressEnd",
|
|
290955
|
+
"parent": {
|
|
290956
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
|
|
290957
|
+
"name": "PressEvents"
|
|
290958
|
+
},
|
|
290959
|
+
"declarations": [
|
|
290960
|
+
{
|
|
290961
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
|
|
290962
|
+
"name": "PressEvents"
|
|
290963
|
+
}
|
|
290964
|
+
],
|
|
290965
|
+
"required": false,
|
|
290966
|
+
"type": {
|
|
290967
|
+
"name": "((e: PressEvent) => void)"
|
|
290968
|
+
}
|
|
290969
|
+
},
|
|
290970
|
+
"onPressChange": {
|
|
290971
|
+
"defaultValue": null,
|
|
290972
|
+
"description": "Handler that is called when the press state changes.",
|
|
290973
|
+
"name": "onPressChange",
|
|
290974
|
+
"parent": {
|
|
290975
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
|
|
290976
|
+
"name": "PressEvents"
|
|
290977
|
+
},
|
|
290978
|
+
"declarations": [
|
|
290979
|
+
{
|
|
290980
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
|
|
290981
|
+
"name": "PressEvents"
|
|
290982
|
+
}
|
|
290983
|
+
],
|
|
290984
|
+
"required": false,
|
|
290985
|
+
"type": {
|
|
290986
|
+
"name": "((isPressed: boolean) => void)"
|
|
290987
|
+
}
|
|
290988
|
+
},
|
|
290989
|
+
"onPressUp": {
|
|
290990
|
+
"defaultValue": null,
|
|
290991
|
+
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
290992
|
+
"name": "onPressUp",
|
|
290993
|
+
"parent": {
|
|
290994
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
|
|
290995
|
+
"name": "PressEvents"
|
|
290996
|
+
},
|
|
290997
|
+
"declarations": [
|
|
290998
|
+
{
|
|
290999
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
|
|
291000
|
+
"name": "PressEvents"
|
|
291001
|
+
}
|
|
291002
|
+
],
|
|
291003
|
+
"required": false,
|
|
291004
|
+
"type": {
|
|
291005
|
+
"name": "((e: PressEvent) => void)"
|
|
291006
|
+
}
|
|
291007
|
+
},
|
|
291008
|
+
"onClick": {
|
|
291009
|
+
"defaultValue": null,
|
|
291010
|
+
"description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides \nadditional event details for non-mouse interactions.",
|
|
291011
|
+
"name": "onClick",
|
|
291012
|
+
"parent": {
|
|
291013
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
|
|
291014
|
+
"name": "PressEvents"
|
|
291015
|
+
},
|
|
291016
|
+
"declarations": [
|
|
291017
|
+
{
|
|
291018
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/events.d.ts",
|
|
291019
|
+
"name": "PressEvents"
|
|
291020
|
+
}
|
|
291021
|
+
],
|
|
291022
|
+
"required": false,
|
|
291023
|
+
"type": {
|
|
291024
|
+
"name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
|
|
290907
291025
|
}
|
|
290908
291026
|
},
|
|
290909
291027
|
"dir": {
|
|
@@ -291001,25 +291119,6 @@
|
|
|
291001
291119
|
"name": "\"yes\" | \"no\""
|
|
291002
291120
|
}
|
|
291003
291121
|
},
|
|
291004
|
-
"onClick": {
|
|
291005
|
-
"defaultValue": null,
|
|
291006
|
-
"description": "",
|
|
291007
|
-
"name": "onClick",
|
|
291008
|
-
"parent": {
|
|
291009
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
|
|
291010
|
-
"name": "GlobalDOMEvents"
|
|
291011
|
-
},
|
|
291012
|
-
"declarations": [
|
|
291013
|
-
{
|
|
291014
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.3/node_modules/@react-types/shared/src/dom.d.ts",
|
|
291015
|
-
"name": "GlobalDOMEvents"
|
|
291016
|
-
}
|
|
291017
|
-
],
|
|
291018
|
-
"required": false,
|
|
291019
|
-
"type": {
|
|
291020
|
-
"name": "MouseEventHandler<HTMLDivElement>"
|
|
291021
|
-
}
|
|
291022
|
-
},
|
|
291023
291122
|
"onClickCapture": {
|
|
291024
291123
|
"defaultValue": null,
|
|
291025
291124
|
"description": "",
|
|
@@ -292217,76 +292316,19 @@
|
|
|
292217
292316
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
292218
292317
|
}
|
|
292219
292318
|
},
|
|
292220
|
-
"
|
|
292221
|
-
"defaultValue": null,
|
|
292222
|
-
"description": "The unique id of the item.",
|
|
292223
|
-
"name": "id",
|
|
292224
|
-
"parent": {
|
|
292225
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
292226
|
-
"name": "MenuItemProps"
|
|
292227
|
-
},
|
|
292228
|
-
"declarations": [
|
|
292229
|
-
{
|
|
292230
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
292231
|
-
"name": "MenuItemProps"
|
|
292232
|
-
}
|
|
292233
|
-
],
|
|
292234
|
-
"required": false,
|
|
292235
|
-
"type": {
|
|
292236
|
-
"name": "Key"
|
|
292237
|
-
}
|
|
292238
|
-
},
|
|
292239
|
-
"textValue": {
|
|
292240
|
-
"defaultValue": null,
|
|
292241
|
-
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
292242
|
-
"name": "textValue",
|
|
292243
|
-
"parent": {
|
|
292244
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
292245
|
-
"name": "ListBoxItemProps"
|
|
292246
|
-
},
|
|
292247
|
-
"declarations": [
|
|
292248
|
-
{
|
|
292249
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
292250
|
-
"name": "ListBoxItemProps"
|
|
292251
|
-
}
|
|
292252
|
-
],
|
|
292253
|
-
"required": false,
|
|
292254
|
-
"type": {
|
|
292255
|
-
"name": "string"
|
|
292256
|
-
}
|
|
292257
|
-
},
|
|
292258
|
-
"colSpan": {
|
|
292259
|
-
"defaultValue": null,
|
|
292260
|
-
"description": "Indicates how many columns the data cell spans.",
|
|
292261
|
-
"name": "colSpan",
|
|
292262
|
-
"parent": {
|
|
292263
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
292264
|
-
"name": "CellProps"
|
|
292265
|
-
},
|
|
292266
|
-
"declarations": [
|
|
292267
|
-
{
|
|
292268
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-aria-components/dist/types.d.ts",
|
|
292269
|
-
"name": "CellProps"
|
|
292270
|
-
}
|
|
292271
|
-
],
|
|
292272
|
-
"required": false,
|
|
292273
|
-
"type": {
|
|
292274
|
-
"name": "number"
|
|
292275
|
-
}
|
|
292276
|
-
},
|
|
292277
|
-
"children": {
|
|
292319
|
+
"footer": {
|
|
292278
292320
|
"defaultValue": null,
|
|
292279
|
-
"description": "",
|
|
292280
|
-
"name": "
|
|
292321
|
+
"description": "@internal",
|
|
292322
|
+
"name": "footer",
|
|
292281
292323
|
"declarations": [
|
|
292282
292324
|
{
|
|
292283
|
-
"fileName": "
|
|
292325
|
+
"fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
|
|
292284
292326
|
"name": "TypeLiteral"
|
|
292285
292327
|
}
|
|
292286
292328
|
],
|
|
292287
292329
|
"required": false,
|
|
292288
292330
|
"type": {
|
|
292289
|
-
"name": "
|
|
292331
|
+
"name": "boolean"
|
|
292290
292332
|
}
|
|
292291
292333
|
}
|
|
292292
292334
|
}
|
|
@@ -295770,9 +295812,9 @@
|
|
|
295770
295812
|
"tags": {
|
|
295771
295813
|
"flr-generate": "all"
|
|
295772
295814
|
},
|
|
295773
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/
|
|
295815
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
|
|
295774
295816
|
"description": "",
|
|
295775
|
-
"displayName": "
|
|
295817
|
+
"displayName": "Radio",
|
|
295776
295818
|
"methods": [],
|
|
295777
295819
|
"props": {
|
|
295778
295820
|
"className": {
|
|
@@ -297660,9 +297702,9 @@
|
|
|
297660
297702
|
"tags": {
|
|
297661
297703
|
"flr-generate": "all"
|
|
297662
297704
|
},
|
|
297663
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/
|
|
297705
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
|
|
297664
297706
|
"description": "",
|
|
297665
|
-
"displayName": "
|
|
297707
|
+
"displayName": "RadioButton",
|
|
297666
297708
|
"methods": [],
|
|
297667
297709
|
"props": {
|
|
297668
297710
|
"className": {
|
|
@@ -299684,6 +299726,34 @@
|
|
|
299684
299726
|
}
|
|
299685
299727
|
}
|
|
299686
299728
|
},
|
|
299729
|
+
{
|
|
299730
|
+
"tags": {},
|
|
299731
|
+
"filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
|
|
299732
|
+
"description": "",
|
|
299733
|
+
"displayName": "PopoverTip",
|
|
299734
|
+
"methods": [],
|
|
299735
|
+
"props": {
|
|
299736
|
+
"className": {
|
|
299737
|
+
"defaultValue": null,
|
|
299738
|
+
"description": "The elements class name.",
|
|
299739
|
+
"name": "className",
|
|
299740
|
+
"parent": {
|
|
299741
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
299742
|
+
"name": "PropsWithClassName"
|
|
299743
|
+
},
|
|
299744
|
+
"declarations": [
|
|
299745
|
+
{
|
|
299746
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
299747
|
+
"name": "PropsWithClassName"
|
|
299748
|
+
}
|
|
299749
|
+
],
|
|
299750
|
+
"required": false,
|
|
299751
|
+
"type": {
|
|
299752
|
+
"name": "string"
|
|
299753
|
+
}
|
|
299754
|
+
}
|
|
299755
|
+
}
|
|
299756
|
+
},
|
|
299687
299757
|
{
|
|
299688
299758
|
"tags": {
|
|
299689
299759
|
"flr-generate": "all"
|
|
@@ -299862,34 +299932,6 @@
|
|
|
299862
299932
|
}
|
|
299863
299933
|
}
|
|
299864
299934
|
},
|
|
299865
|
-
{
|
|
299866
|
-
"tags": {},
|
|
299867
|
-
"filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
|
|
299868
|
-
"description": "",
|
|
299869
|
-
"displayName": "PopoverTip",
|
|
299870
|
-
"methods": [],
|
|
299871
|
-
"props": {
|
|
299872
|
-
"className": {
|
|
299873
|
-
"defaultValue": null,
|
|
299874
|
-
"description": "The elements class name.",
|
|
299875
|
-
"name": "className",
|
|
299876
|
-
"parent": {
|
|
299877
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
299878
|
-
"name": "PropsWithClassName"
|
|
299879
|
-
},
|
|
299880
|
-
"declarations": [
|
|
299881
|
-
{
|
|
299882
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
299883
|
-
"name": "PropsWithClassName"
|
|
299884
|
-
}
|
|
299885
|
-
],
|
|
299886
|
-
"required": false,
|
|
299887
|
-
"type": {
|
|
299888
|
-
"name": "string"
|
|
299889
|
-
}
|
|
299890
|
-
}
|
|
299891
|
-
}
|
|
299892
|
-
},
|
|
299893
299935
|
{
|
|
299894
299936
|
"tags": {
|
|
299895
299937
|
"internal": ""
|
|
@@ -301569,7 +301611,7 @@
|
|
|
301569
301611
|
],
|
|
301570
301612
|
"required": false,
|
|
301571
301613
|
"type": {
|
|
301572
|
-
"name": "\"
|
|
301614
|
+
"name": "\"text\" | \"none\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
301573
301615
|
}
|
|
301574
301616
|
},
|
|
301575
301617
|
"is": {
|
|
@@ -306611,14 +306653,6 @@
|
|
|
306611
306653
|
}
|
|
306612
306654
|
}
|
|
306613
306655
|
},
|
|
306614
|
-
{
|
|
306615
|
-
"tags": {},
|
|
306616
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
|
|
306617
|
-
"description": "",
|
|
306618
|
-
"displayName": "Items",
|
|
306619
|
-
"methods": [],
|
|
306620
|
-
"props": {}
|
|
306621
|
-
},
|
|
306622
306656
|
{
|
|
306623
306657
|
"tags": {},
|
|
306624
306658
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/Header.tsx",
|
|
@@ -306647,6 +306681,14 @@
|
|
|
306647
306681
|
}
|
|
306648
306682
|
}
|
|
306649
306683
|
},
|
|
306684
|
+
{
|
|
306685
|
+
"tags": {},
|
|
306686
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
|
|
306687
|
+
"description": "",
|
|
306688
|
+
"displayName": "Items",
|
|
306689
|
+
"methods": [],
|
|
306690
|
+
"props": {}
|
|
306691
|
+
},
|
|
306650
306692
|
{
|
|
306651
306693
|
"tags": {},
|
|
306652
306694
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
|
|
@@ -312875,57 +312917,76 @@
|
|
|
312875
312917
|
"name": "string | number"
|
|
312876
312918
|
}
|
|
312877
312919
|
},
|
|
312878
|
-
"
|
|
312920
|
+
"width": {
|
|
312879
312921
|
"defaultValue": null,
|
|
312880
312922
|
"description": "",
|
|
312881
|
-
"name": "
|
|
312923
|
+
"name": "width",
|
|
312924
|
+
"parent": {
|
|
312925
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
312926
|
+
"name": "SVGAttributes"
|
|
312927
|
+
},
|
|
312882
312928
|
"declarations": [
|
|
312883
312929
|
{
|
|
312884
|
-
"fileName": "flow/node_modules/.pnpm
|
|
312885
|
-
"name": "
|
|
312930
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
312931
|
+
"name": "SVGAttributes"
|
|
312886
312932
|
}
|
|
312887
312933
|
],
|
|
312888
312934
|
"required": false,
|
|
312889
312935
|
"type": {
|
|
312890
|
-
"name": "
|
|
312936
|
+
"name": "string | number"
|
|
312891
312937
|
}
|
|
312892
312938
|
},
|
|
312893
|
-
"
|
|
312939
|
+
"offset": {
|
|
312894
312940
|
"defaultValue": null,
|
|
312895
312941
|
"description": "",
|
|
312896
|
-
"name": "
|
|
312942
|
+
"name": "offset",
|
|
312897
312943
|
"parent": {
|
|
312898
312944
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
312899
|
-
"name": "
|
|
312945
|
+
"name": "SVGAttributes"
|
|
312900
312946
|
},
|
|
312901
312947
|
"declarations": [
|
|
312902
312948
|
{
|
|
312903
312949
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
312904
|
-
"name": "
|
|
312950
|
+
"name": "SVGAttributes"
|
|
312905
312951
|
}
|
|
312906
312952
|
],
|
|
312907
312953
|
"required": false,
|
|
312908
312954
|
"type": {
|
|
312909
|
-
"name": "string"
|
|
312955
|
+
"name": "string | number"
|
|
312910
312956
|
}
|
|
312911
312957
|
},
|
|
312912
|
-
"
|
|
312958
|
+
"children": {
|
|
312913
312959
|
"defaultValue": null,
|
|
312914
312960
|
"description": "",
|
|
312915
|
-
"name": "
|
|
312961
|
+
"name": "children",
|
|
312962
|
+
"declarations": [
|
|
312963
|
+
{
|
|
312964
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.8_react-dom@19.2.3_react@19.2.3__react-is@19.2.0_react@19.2.3_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
312965
|
+
"name": "TypeLiteral"
|
|
312966
|
+
}
|
|
312967
|
+
],
|
|
312968
|
+
"required": false,
|
|
312969
|
+
"type": {
|
|
312970
|
+
"name": "ReactNode"
|
|
312971
|
+
}
|
|
312972
|
+
},
|
|
312973
|
+
"className": {
|
|
312974
|
+
"defaultValue": null,
|
|
312975
|
+
"description": "",
|
|
312976
|
+
"name": "className",
|
|
312916
312977
|
"parent": {
|
|
312917
312978
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
312918
|
-
"name": "
|
|
312979
|
+
"name": "HTMLAttributes"
|
|
312919
312980
|
},
|
|
312920
312981
|
"declarations": [
|
|
312921
312982
|
{
|
|
312922
312983
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
312923
|
-
"name": "
|
|
312984
|
+
"name": "HTMLAttributes"
|
|
312924
312985
|
}
|
|
312925
312986
|
],
|
|
312926
312987
|
"required": false,
|
|
312927
312988
|
"type": {
|
|
312928
|
-
"name": "string
|
|
312989
|
+
"name": "string"
|
|
312929
312990
|
}
|
|
312930
312991
|
},
|
|
312931
312992
|
"aria-label": {
|
|
@@ -314533,25 +314594,6 @@
|
|
|
314533
314594
|
"name": "string | number"
|
|
314534
314595
|
}
|
|
314535
314596
|
},
|
|
314536
|
-
"width": {
|
|
314537
|
-
"defaultValue": null,
|
|
314538
|
-
"description": "",
|
|
314539
|
-
"name": "width",
|
|
314540
|
-
"parent": {
|
|
314541
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
314542
|
-
"name": "SVGAttributes"
|
|
314543
|
-
},
|
|
314544
|
-
"declarations": [
|
|
314545
|
-
{
|
|
314546
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
314547
|
-
"name": "SVGAttributes"
|
|
314548
|
-
}
|
|
314549
|
-
],
|
|
314550
|
-
"required": false,
|
|
314551
|
-
"type": {
|
|
314552
|
-
"name": "string | number"
|
|
314553
|
-
}
|
|
314554
|
-
},
|
|
314555
314597
|
"suppressHydrationWarning": {
|
|
314556
314598
|
"defaultValue": null,
|
|
314557
314599
|
"description": "",
|
|
@@ -325950,23 +325992,23 @@
|
|
|
325950
325992
|
"name": "string | number"
|
|
325951
325993
|
}
|
|
325952
325994
|
},
|
|
325953
|
-
"
|
|
325995
|
+
"width": {
|
|
325954
325996
|
"defaultValue": null,
|
|
325955
325997
|
"description": "",
|
|
325956
|
-
"name": "
|
|
325998
|
+
"name": "width",
|
|
325957
325999
|
"parent": {
|
|
325958
326000
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
325959
|
-
"name": "
|
|
326001
|
+
"name": "SVGAttributes"
|
|
325960
326002
|
},
|
|
325961
326003
|
"declarations": [
|
|
325962
326004
|
{
|
|
325963
326005
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
325964
|
-
"name": "
|
|
326006
|
+
"name": "SVGAttributes"
|
|
325965
326007
|
}
|
|
325966
326008
|
],
|
|
325967
326009
|
"required": false,
|
|
325968
326010
|
"type": {
|
|
325969
|
-
"name": "string"
|
|
326011
|
+
"name": "string | number"
|
|
325970
326012
|
}
|
|
325971
326013
|
},
|
|
325972
326014
|
"offset": {
|
|
@@ -325988,6 +326030,25 @@
|
|
|
325988
326030
|
"name": "string | number"
|
|
325989
326031
|
}
|
|
325990
326032
|
},
|
|
326033
|
+
"className": {
|
|
326034
|
+
"defaultValue": null,
|
|
326035
|
+
"description": "",
|
|
326036
|
+
"name": "className",
|
|
326037
|
+
"parent": {
|
|
326038
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
326039
|
+
"name": "HTMLAttributes"
|
|
326040
|
+
},
|
|
326041
|
+
"declarations": [
|
|
326042
|
+
{
|
|
326043
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
326044
|
+
"name": "HTMLAttributes"
|
|
326045
|
+
}
|
|
326046
|
+
],
|
|
326047
|
+
"required": false,
|
|
326048
|
+
"type": {
|
|
326049
|
+
"name": "string"
|
|
326050
|
+
}
|
|
326051
|
+
},
|
|
325991
326052
|
"style": {
|
|
325992
326053
|
"defaultValue": null,
|
|
325993
326054
|
"description": "",
|
|
@@ -326330,25 +326391,6 @@
|
|
|
326330
326391
|
"name": "string | number"
|
|
326331
326392
|
}
|
|
326332
326393
|
},
|
|
326333
|
-
"width": {
|
|
326334
|
-
"defaultValue": null,
|
|
326335
|
-
"description": "",
|
|
326336
|
-
"name": "width",
|
|
326337
|
-
"parent": {
|
|
326338
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
326339
|
-
"name": "SVGAttributes"
|
|
326340
|
-
},
|
|
326341
|
-
"declarations": [
|
|
326342
|
-
{
|
|
326343
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.8/node_modules/@types/react/index.d.ts",
|
|
326344
|
-
"name": "SVGAttributes"
|
|
326345
|
-
}
|
|
326346
|
-
],
|
|
326347
|
-
"required": false,
|
|
326348
|
-
"type": {
|
|
326349
|
-
"name": "string | number"
|
|
326350
|
-
}
|
|
326351
|
-
},
|
|
326352
326394
|
"suppressHydrationWarning": {
|
|
326353
326395
|
"defaultValue": null,
|
|
326354
326396
|
"description": "",
|
|
@@ -331620,6 +331662,249 @@
|
|
|
331620
331662
|
}
|
|
331621
331663
|
}
|
|
331622
331664
|
},
|
|
331665
|
+
{
|
|
331666
|
+
"tags": {},
|
|
331667
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
331668
|
+
"description": "",
|
|
331669
|
+
"displayName": "ViewModeMenuItem",
|
|
331670
|
+
"methods": [],
|
|
331671
|
+
"props": {
|
|
331672
|
+
"viewMode": {
|
|
331673
|
+
"defaultValue": null,
|
|
331674
|
+
"description": "",
|
|
331675
|
+
"name": "viewMode",
|
|
331676
|
+
"parent": {
|
|
331677
|
+
"fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
331678
|
+
"name": "Props"
|
|
331679
|
+
},
|
|
331680
|
+
"declarations": [
|
|
331681
|
+
{
|
|
331682
|
+
"fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
331683
|
+
"name": "Props"
|
|
331684
|
+
}
|
|
331685
|
+
],
|
|
331686
|
+
"required": true,
|
|
331687
|
+
"type": {
|
|
331688
|
+
"name": "ListViewMode"
|
|
331689
|
+
}
|
|
331690
|
+
}
|
|
331691
|
+
}
|
|
331692
|
+
},
|
|
331693
|
+
{
|
|
331694
|
+
"tags": {},
|
|
331695
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
|
|
331696
|
+
"description": "",
|
|
331697
|
+
"displayName": "ViewModeContextMenu",
|
|
331698
|
+
"methods": [],
|
|
331699
|
+
"props": {}
|
|
331700
|
+
},
|
|
331701
|
+
{
|
|
331702
|
+
"tags": {},
|
|
331703
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
331704
|
+
"description": "",
|
|
331705
|
+
"displayName": "SortingMenuItem",
|
|
331706
|
+
"methods": [],
|
|
331707
|
+
"props": {
|
|
331708
|
+
"sorting": {
|
|
331709
|
+
"defaultValue": null,
|
|
331710
|
+
"description": "",
|
|
331711
|
+
"name": "sorting",
|
|
331712
|
+
"parent": {
|
|
331713
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
331714
|
+
"name": "Props"
|
|
331715
|
+
},
|
|
331716
|
+
"declarations": [
|
|
331717
|
+
{
|
|
331718
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
331719
|
+
"name": "Props"
|
|
331720
|
+
}
|
|
331721
|
+
],
|
|
331722
|
+
"required": true,
|
|
331723
|
+
"type": {
|
|
331724
|
+
"name": "Sorting<never>"
|
|
331725
|
+
}
|
|
331726
|
+
}
|
|
331727
|
+
}
|
|
331728
|
+
},
|
|
331729
|
+
{
|
|
331730
|
+
"tags": {},
|
|
331731
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
331732
|
+
"description": "",
|
|
331733
|
+
"displayName": "SortingContextMenu",
|
|
331734
|
+
"methods": [],
|
|
331735
|
+
"props": {}
|
|
331736
|
+
},
|
|
331737
|
+
{
|
|
331738
|
+
"tags": {},
|
|
331739
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
331740
|
+
"description": "",
|
|
331741
|
+
"displayName": "SearchField",
|
|
331742
|
+
"methods": [],
|
|
331743
|
+
"props": {
|
|
331744
|
+
"search": {
|
|
331745
|
+
"defaultValue": null,
|
|
331746
|
+
"description": "",
|
|
331747
|
+
"name": "search",
|
|
331748
|
+
"parent": {
|
|
331749
|
+
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
331750
|
+
"name": "Props"
|
|
331751
|
+
},
|
|
331752
|
+
"declarations": [
|
|
331753
|
+
{
|
|
331754
|
+
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
331755
|
+
"name": "Props"
|
|
331756
|
+
}
|
|
331757
|
+
],
|
|
331758
|
+
"required": true,
|
|
331759
|
+
"type": {
|
|
331760
|
+
"name": "Search<never>"
|
|
331761
|
+
}
|
|
331762
|
+
},
|
|
331763
|
+
"className": {
|
|
331764
|
+
"defaultValue": null,
|
|
331765
|
+
"description": "The elements class name.",
|
|
331766
|
+
"name": "className",
|
|
331767
|
+
"parent": {
|
|
331768
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
331769
|
+
"name": "PropsWithClassName"
|
|
331770
|
+
},
|
|
331771
|
+
"declarations": [
|
|
331772
|
+
{
|
|
331773
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
331774
|
+
"name": "PropsWithClassName"
|
|
331775
|
+
}
|
|
331776
|
+
],
|
|
331777
|
+
"required": false,
|
|
331778
|
+
"type": {
|
|
331779
|
+
"name": "string"
|
|
331780
|
+
}
|
|
331781
|
+
}
|
|
331782
|
+
}
|
|
331783
|
+
},
|
|
331784
|
+
{
|
|
331785
|
+
"tags": {},
|
|
331786
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
331787
|
+
"description": "",
|
|
331788
|
+
"displayName": "FilterMenuItem",
|
|
331789
|
+
"methods": [],
|
|
331790
|
+
"props": {
|
|
331791
|
+
"filterValue": {
|
|
331792
|
+
"defaultValue": null,
|
|
331793
|
+
"description": "",
|
|
331794
|
+
"name": "filterValue",
|
|
331795
|
+
"parent": {
|
|
331796
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
331797
|
+
"name": "Props"
|
|
331798
|
+
},
|
|
331799
|
+
"declarations": [
|
|
331800
|
+
{
|
|
331801
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
331802
|
+
"name": "Props"
|
|
331803
|
+
}
|
|
331804
|
+
],
|
|
331805
|
+
"required": true,
|
|
331806
|
+
"type": {
|
|
331807
|
+
"name": "FilterValue"
|
|
331808
|
+
}
|
|
331809
|
+
}
|
|
331810
|
+
}
|
|
331811
|
+
},
|
|
331812
|
+
{
|
|
331813
|
+
"tags": {},
|
|
331814
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
|
|
331815
|
+
"description": "",
|
|
331816
|
+
"displayName": "FilterContextMenus",
|
|
331817
|
+
"methods": [],
|
|
331818
|
+
"props": {}
|
|
331819
|
+
},
|
|
331820
|
+
{
|
|
331821
|
+
"tags": {},
|
|
331822
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
|
|
331823
|
+
"description": "",
|
|
331824
|
+
"displayName": "FilterContextMenu",
|
|
331825
|
+
"methods": [],
|
|
331826
|
+
"props": {
|
|
331827
|
+
"filter": {
|
|
331828
|
+
"defaultValue": null,
|
|
331829
|
+
"description": "",
|
|
331830
|
+
"name": "filter",
|
|
331831
|
+
"parent": {
|
|
331832
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
|
|
331833
|
+
"name": "Props"
|
|
331834
|
+
},
|
|
331835
|
+
"declarations": [
|
|
331836
|
+
{
|
|
331837
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
|
|
331838
|
+
"name": "Props"
|
|
331839
|
+
}
|
|
331840
|
+
],
|
|
331841
|
+
"required": true,
|
|
331842
|
+
"type": {
|
|
331843
|
+
"name": "Filter<never, never, never>"
|
|
331844
|
+
}
|
|
331845
|
+
}
|
|
331846
|
+
}
|
|
331847
|
+
},
|
|
331848
|
+
{
|
|
331849
|
+
"tags": {},
|
|
331850
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
|
|
331851
|
+
"description": "",
|
|
331852
|
+
"displayName": "ViewModeAccordion",
|
|
331853
|
+
"methods": [],
|
|
331854
|
+
"props": {}
|
|
331855
|
+
},
|
|
331856
|
+
{
|
|
331857
|
+
"tags": {},
|
|
331858
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
|
|
331859
|
+
"description": "",
|
|
331860
|
+
"displayName": "SortingAccordion",
|
|
331861
|
+
"methods": [],
|
|
331862
|
+
"props": {}
|
|
331863
|
+
},
|
|
331864
|
+
{
|
|
331865
|
+
"tags": {},
|
|
331866
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
|
|
331867
|
+
"description": "",
|
|
331868
|
+
"displayName": "FilterAccordion",
|
|
331869
|
+
"methods": [],
|
|
331870
|
+
"props": {
|
|
331871
|
+
"filter": {
|
|
331872
|
+
"defaultValue": null,
|
|
331873
|
+
"description": "",
|
|
331874
|
+
"name": "filter",
|
|
331875
|
+
"parent": {
|
|
331876
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
|
|
331877
|
+
"name": "Props"
|
|
331878
|
+
},
|
|
331879
|
+
"declarations": [
|
|
331880
|
+
{
|
|
331881
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
|
|
331882
|
+
"name": "Props"
|
|
331883
|
+
}
|
|
331884
|
+
],
|
|
331885
|
+
"required": true,
|
|
331886
|
+
"type": {
|
|
331887
|
+
"name": "Filter<never, never, never>"
|
|
331888
|
+
}
|
|
331889
|
+
}
|
|
331890
|
+
}
|
|
331891
|
+
},
|
|
331892
|
+
{
|
|
331893
|
+
"tags": {},
|
|
331894
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
|
|
331895
|
+
"description": "",
|
|
331896
|
+
"displayName": "AllFiltersModal",
|
|
331897
|
+
"methods": [],
|
|
331898
|
+
"props": {}
|
|
331899
|
+
},
|
|
331900
|
+
{
|
|
331901
|
+
"tags": {},
|
|
331902
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
331903
|
+
"description": "",
|
|
331904
|
+
"displayName": "ActiveFilters",
|
|
331905
|
+
"methods": [],
|
|
331906
|
+
"props": {}
|
|
331907
|
+
},
|
|
331623
331908
|
{
|
|
331624
331909
|
"tags": {
|
|
331625
331910
|
"flr-generate": "all"
|
|
@@ -335445,249 +335730,6 @@
|
|
|
335445
335730
|
"methods": [],
|
|
335446
335731
|
"props": {}
|
|
335447
335732
|
},
|
|
335448
|
-
{
|
|
335449
|
-
"tags": {},
|
|
335450
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
335451
|
-
"description": "",
|
|
335452
|
-
"displayName": "ViewModeMenuItem",
|
|
335453
|
-
"methods": [],
|
|
335454
|
-
"props": {
|
|
335455
|
-
"viewMode": {
|
|
335456
|
-
"defaultValue": null,
|
|
335457
|
-
"description": "",
|
|
335458
|
-
"name": "viewMode",
|
|
335459
|
-
"parent": {
|
|
335460
|
-
"fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
335461
|
-
"name": "Props"
|
|
335462
|
-
},
|
|
335463
|
-
"declarations": [
|
|
335464
|
-
{
|
|
335465
|
-
"fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
335466
|
-
"name": "Props"
|
|
335467
|
-
}
|
|
335468
|
-
],
|
|
335469
|
-
"required": true,
|
|
335470
|
-
"type": {
|
|
335471
|
-
"name": "ListViewMode"
|
|
335472
|
-
}
|
|
335473
|
-
}
|
|
335474
|
-
}
|
|
335475
|
-
},
|
|
335476
|
-
{
|
|
335477
|
-
"tags": {},
|
|
335478
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
|
|
335479
|
-
"description": "",
|
|
335480
|
-
"displayName": "ViewModeContextMenu",
|
|
335481
|
-
"methods": [],
|
|
335482
|
-
"props": {}
|
|
335483
|
-
},
|
|
335484
|
-
{
|
|
335485
|
-
"tags": {},
|
|
335486
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
335487
|
-
"description": "",
|
|
335488
|
-
"displayName": "SortingMenuItem",
|
|
335489
|
-
"methods": [],
|
|
335490
|
-
"props": {
|
|
335491
|
-
"sorting": {
|
|
335492
|
-
"defaultValue": null,
|
|
335493
|
-
"description": "",
|
|
335494
|
-
"name": "sorting",
|
|
335495
|
-
"parent": {
|
|
335496
|
-
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
335497
|
-
"name": "Props"
|
|
335498
|
-
},
|
|
335499
|
-
"declarations": [
|
|
335500
|
-
{
|
|
335501
|
-
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
335502
|
-
"name": "Props"
|
|
335503
|
-
}
|
|
335504
|
-
],
|
|
335505
|
-
"required": true,
|
|
335506
|
-
"type": {
|
|
335507
|
-
"name": "Sorting<never>"
|
|
335508
|
-
}
|
|
335509
|
-
}
|
|
335510
|
-
}
|
|
335511
|
-
},
|
|
335512
|
-
{
|
|
335513
|
-
"tags": {},
|
|
335514
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
335515
|
-
"description": "",
|
|
335516
|
-
"displayName": "SortingContextMenu",
|
|
335517
|
-
"methods": [],
|
|
335518
|
-
"props": {}
|
|
335519
|
-
},
|
|
335520
|
-
{
|
|
335521
|
-
"tags": {},
|
|
335522
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
335523
|
-
"description": "",
|
|
335524
|
-
"displayName": "SearchField",
|
|
335525
|
-
"methods": [],
|
|
335526
|
-
"props": {
|
|
335527
|
-
"search": {
|
|
335528
|
-
"defaultValue": null,
|
|
335529
|
-
"description": "",
|
|
335530
|
-
"name": "search",
|
|
335531
|
-
"parent": {
|
|
335532
|
-
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
335533
|
-
"name": "Props"
|
|
335534
|
-
},
|
|
335535
|
-
"declarations": [
|
|
335536
|
-
{
|
|
335537
|
-
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
335538
|
-
"name": "Props"
|
|
335539
|
-
}
|
|
335540
|
-
],
|
|
335541
|
-
"required": true,
|
|
335542
|
-
"type": {
|
|
335543
|
-
"name": "Search<never>"
|
|
335544
|
-
}
|
|
335545
|
-
},
|
|
335546
|
-
"className": {
|
|
335547
|
-
"defaultValue": null,
|
|
335548
|
-
"description": "The elements class name.",
|
|
335549
|
-
"name": "className",
|
|
335550
|
-
"parent": {
|
|
335551
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
335552
|
-
"name": "PropsWithClassName"
|
|
335553
|
-
},
|
|
335554
|
-
"declarations": [
|
|
335555
|
-
{
|
|
335556
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
335557
|
-
"name": "PropsWithClassName"
|
|
335558
|
-
}
|
|
335559
|
-
],
|
|
335560
|
-
"required": false,
|
|
335561
|
-
"type": {
|
|
335562
|
-
"name": "string"
|
|
335563
|
-
}
|
|
335564
|
-
}
|
|
335565
|
-
}
|
|
335566
|
-
},
|
|
335567
|
-
{
|
|
335568
|
-
"tags": {},
|
|
335569
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
335570
|
-
"description": "",
|
|
335571
|
-
"displayName": "FilterMenuItem",
|
|
335572
|
-
"methods": [],
|
|
335573
|
-
"props": {
|
|
335574
|
-
"filterValue": {
|
|
335575
|
-
"defaultValue": null,
|
|
335576
|
-
"description": "",
|
|
335577
|
-
"name": "filterValue",
|
|
335578
|
-
"parent": {
|
|
335579
|
-
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
335580
|
-
"name": "Props"
|
|
335581
|
-
},
|
|
335582
|
-
"declarations": [
|
|
335583
|
-
{
|
|
335584
|
-
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
335585
|
-
"name": "Props"
|
|
335586
|
-
}
|
|
335587
|
-
],
|
|
335588
|
-
"required": true,
|
|
335589
|
-
"type": {
|
|
335590
|
-
"name": "FilterValue"
|
|
335591
|
-
}
|
|
335592
|
-
}
|
|
335593
|
-
}
|
|
335594
|
-
},
|
|
335595
|
-
{
|
|
335596
|
-
"tags": {},
|
|
335597
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
|
|
335598
|
-
"description": "",
|
|
335599
|
-
"displayName": "FilterContextMenus",
|
|
335600
|
-
"methods": [],
|
|
335601
|
-
"props": {}
|
|
335602
|
-
},
|
|
335603
|
-
{
|
|
335604
|
-
"tags": {},
|
|
335605
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
|
|
335606
|
-
"description": "",
|
|
335607
|
-
"displayName": "FilterContextMenu",
|
|
335608
|
-
"methods": [],
|
|
335609
|
-
"props": {
|
|
335610
|
-
"filter": {
|
|
335611
|
-
"defaultValue": null,
|
|
335612
|
-
"description": "",
|
|
335613
|
-
"name": "filter",
|
|
335614
|
-
"parent": {
|
|
335615
|
-
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
|
|
335616
|
-
"name": "Props"
|
|
335617
|
-
},
|
|
335618
|
-
"declarations": [
|
|
335619
|
-
{
|
|
335620
|
-
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
|
|
335621
|
-
"name": "Props"
|
|
335622
|
-
}
|
|
335623
|
-
],
|
|
335624
|
-
"required": true,
|
|
335625
|
-
"type": {
|
|
335626
|
-
"name": "Filter<never, never, never>"
|
|
335627
|
-
}
|
|
335628
|
-
}
|
|
335629
|
-
}
|
|
335630
|
-
},
|
|
335631
|
-
{
|
|
335632
|
-
"tags": {},
|
|
335633
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
|
|
335634
|
-
"description": "",
|
|
335635
|
-
"displayName": "ViewModeAccordion",
|
|
335636
|
-
"methods": [],
|
|
335637
|
-
"props": {}
|
|
335638
|
-
},
|
|
335639
|
-
{
|
|
335640
|
-
"tags": {},
|
|
335641
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
|
|
335642
|
-
"description": "",
|
|
335643
|
-
"displayName": "SortingAccordion",
|
|
335644
|
-
"methods": [],
|
|
335645
|
-
"props": {}
|
|
335646
|
-
},
|
|
335647
|
-
{
|
|
335648
|
-
"tags": {},
|
|
335649
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
|
|
335650
|
-
"description": "",
|
|
335651
|
-
"displayName": "FilterAccordion",
|
|
335652
|
-
"methods": [],
|
|
335653
|
-
"props": {
|
|
335654
|
-
"filter": {
|
|
335655
|
-
"defaultValue": null,
|
|
335656
|
-
"description": "",
|
|
335657
|
-
"name": "filter",
|
|
335658
|
-
"parent": {
|
|
335659
|
-
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
|
|
335660
|
-
"name": "Props"
|
|
335661
|
-
},
|
|
335662
|
-
"declarations": [
|
|
335663
|
-
{
|
|
335664
|
-
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
|
|
335665
|
-
"name": "Props"
|
|
335666
|
-
}
|
|
335667
|
-
],
|
|
335668
|
-
"required": true,
|
|
335669
|
-
"type": {
|
|
335670
|
-
"name": "Filter<never, never, never>"
|
|
335671
|
-
}
|
|
335672
|
-
}
|
|
335673
|
-
}
|
|
335674
|
-
},
|
|
335675
|
-
{
|
|
335676
|
-
"tags": {},
|
|
335677
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
|
|
335678
|
-
"description": "",
|
|
335679
|
-
"displayName": "AllFiltersModal",
|
|
335680
|
-
"methods": [],
|
|
335681
|
-
"props": {}
|
|
335682
|
-
},
|
|
335683
|
-
{
|
|
335684
|
-
"tags": {},
|
|
335685
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
335686
|
-
"description": "",
|
|
335687
|
-
"displayName": "ActiveFilters",
|
|
335688
|
-
"methods": [],
|
|
335689
|
-
"props": {}
|
|
335690
|
-
},
|
|
335691
335733
|
{
|
|
335692
335734
|
"tags": {},
|
|
335693
335735
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",
|
|
@@ -339887,7 +339929,7 @@
|
|
|
339887
339929
|
],
|
|
339888
339930
|
"required": false,
|
|
339889
339931
|
"type": {
|
|
339890
|
-
"name": "\"
|
|
339932
|
+
"name": "\"text\" | \"none\" | \"search\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
|
|
339891
339933
|
}
|
|
339892
339934
|
},
|
|
339893
339935
|
"autoCorrect": {
|