@mittwald/flow-react-components 0.2.0-alpha.790 → 0.2.0-alpha.792
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 +14 -0
- package/dist/assets/doc-properties.json +1248 -1687
- package/dist/css/all.css +1 -1
- package/dist/js/packages/components/src/components/AccentBox/AccentBox.mjs +6 -2
- package/dist/js/packages/components/src/components/AccentBox/AccentBox.mjs.map +1 -1
- package/dist/js/packages/components/src/components/AccentBox/AccentBox.module.scss.mjs +4 -2
- package/dist/js/packages/components/src/components/AccentBox/AccentBox.module.scss.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Text/Text.mjs +7 -1
- package/dist/js/packages/components/src/components/Text/Text.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Text/Text.module.scss.mjs +2 -1
- package/dist/js/packages/components/src/components/Text/Text.module.scss.mjs.map +1 -1
- package/dist/js/packages/components/src/components/TranslationProvider/TranslationProvider.mjs +4 -8
- package/dist/js/packages/components/src/components/TranslationProvider/TranslationProvider.mjs.map +1 -1
- package/dist/js/packages/components/src/components/propTypes/index.mjs +1 -2
- package/dist/js/packages/components/src/components/propTypes/index.mjs.map +1 -1
- package/dist/types/components/AccentBox/AccentBox.d.ts +2 -2
- package/dist/types/components/AccentBox/AccentBox.d.ts.map +1 -1
- package/dist/types/components/Text/Text.d.ts +1 -0
- package/dist/types/components/Text/Text.d.ts.map +1 -1
- package/dist/types/components/TranslationProvider/TranslationProvider.d.ts +3 -6
- package/dist/types/components/TranslationProvider/TranslationProvider.d.ts.map +1 -1
- package/dist/types/components/propTypes/index.d.ts +0 -2
- package/dist/types/components/propTypes/index.d.ts.map +1 -1
- package/package.json +6 -6
|
@@ -281,86 +281,6 @@
|
|
|
281
281
|
"type": {
|
|
282
282
|
"name": "TranslationFunction"
|
|
283
283
|
}
|
|
284
|
-
},
|
|
285
|
-
"wrapWith": {
|
|
286
|
-
"defaultValue": null,
|
|
287
|
-
"description": "",
|
|
288
|
-
"name": "wrapWith",
|
|
289
|
-
"parent": {
|
|
290
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
291
|
-
"name": "FlowComponentProps"
|
|
292
|
-
},
|
|
293
|
-
"declarations": [
|
|
294
|
-
{
|
|
295
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
296
|
-
"name": "FlowComponentProps"
|
|
297
|
-
}
|
|
298
|
-
],
|
|
299
|
-
"required": false,
|
|
300
|
-
"type": {
|
|
301
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
302
|
-
}
|
|
303
|
-
},
|
|
304
|
-
"tunnelId": {
|
|
305
|
-
"defaultValue": null,
|
|
306
|
-
"description": "@internal",
|
|
307
|
-
"name": "tunnelId",
|
|
308
|
-
"parent": {
|
|
309
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
310
|
-
"name": "PropsWithTunnel"
|
|
311
|
-
},
|
|
312
|
-
"declarations": [
|
|
313
|
-
{
|
|
314
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
315
|
-
"name": "PropsWithTunnel"
|
|
316
|
-
}
|
|
317
|
-
],
|
|
318
|
-
"required": false,
|
|
319
|
-
"type": {
|
|
320
|
-
"name": "string | null"
|
|
321
|
-
}
|
|
322
|
-
},
|
|
323
|
-
"ref": {
|
|
324
|
-
"defaultValue": null,
|
|
325
|
-
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
326
|
-
"name": "ref",
|
|
327
|
-
"parent": {
|
|
328
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
329
|
-
"name": "RefAttributes"
|
|
330
|
-
},
|
|
331
|
-
"declarations": [
|
|
332
|
-
{
|
|
333
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
334
|
-
"name": "RefAttributes"
|
|
335
|
-
},
|
|
336
|
-
{
|
|
337
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
338
|
-
"name": "RefAttributes"
|
|
339
|
-
}
|
|
340
|
-
],
|
|
341
|
-
"required": false,
|
|
342
|
-
"type": {
|
|
343
|
-
"name": "((instance: null) => void | (() => VoidOrUndefinedOnly)) | RefObject<null> | ((instance: null) => void | (() => VoidOrUndefinedOnly)) | null"
|
|
344
|
-
}
|
|
345
|
-
},
|
|
346
|
-
"key": {
|
|
347
|
-
"defaultValue": null,
|
|
348
|
-
"description": "",
|
|
349
|
-
"name": "key",
|
|
350
|
-
"parent": {
|
|
351
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
352
|
-
"name": "Attributes"
|
|
353
|
-
},
|
|
354
|
-
"declarations": [
|
|
355
|
-
{
|
|
356
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
357
|
-
"name": "Attributes"
|
|
358
|
-
}
|
|
359
|
-
],
|
|
360
|
-
"required": false,
|
|
361
|
-
"type": {
|
|
362
|
-
"name": "Key | null"
|
|
363
|
-
}
|
|
364
284
|
}
|
|
365
285
|
}
|
|
366
286
|
},
|
|
@@ -4074,10 +3994,6 @@
|
|
|
4074
3994
|
"name": "RefAttributes"
|
|
4075
3995
|
},
|
|
4076
3996
|
"declarations": [
|
|
4077
|
-
{
|
|
4078
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
4079
|
-
"name": "RefAttributes"
|
|
4080
|
-
},
|
|
4081
3997
|
{
|
|
4082
3998
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
4083
3999
|
"name": "RefAttributes"
|
|
@@ -4085,7 +4001,7 @@
|
|
|
4085
4001
|
],
|
|
4086
4002
|
"required": false,
|
|
4087
4003
|
"type": {
|
|
4088
|
-
"name": "
|
|
4004
|
+
"name": "Ref<HTMLSpanElement>"
|
|
4089
4005
|
}
|
|
4090
4006
|
},
|
|
4091
4007
|
"key": {
|
|
@@ -6466,10 +6382,6 @@
|
|
|
6466
6382
|
"name": "RefAttributes"
|
|
6467
6383
|
},
|
|
6468
6384
|
"declarations": [
|
|
6469
|
-
{
|
|
6470
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
6471
|
-
"name": "RefAttributes"
|
|
6472
|
-
},
|
|
6473
6385
|
{
|
|
6474
6386
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
6475
6387
|
"name": "RefAttributes"
|
|
@@ -6477,7 +6389,7 @@
|
|
|
6477
6389
|
],
|
|
6478
6390
|
"required": false,
|
|
6479
6391
|
"type": {
|
|
6480
|
-
"name": "
|
|
6392
|
+
"name": "Ref<HTMLSpanElement>"
|
|
6481
6393
|
}
|
|
6482
6394
|
},
|
|
6483
6395
|
"key": {
|
|
@@ -8972,10 +8884,6 @@
|
|
|
8972
8884
|
"name": "RefAttributes"
|
|
8973
8885
|
},
|
|
8974
8886
|
"declarations": [
|
|
8975
|
-
{
|
|
8976
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
8977
|
-
"name": "RefAttributes"
|
|
8978
|
-
},
|
|
8979
8887
|
{
|
|
8980
8888
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
8981
8889
|
"name": "RefAttributes"
|
|
@@ -8983,7 +8891,7 @@
|
|
|
8983
8891
|
],
|
|
8984
8892
|
"required": false,
|
|
8985
8893
|
"type": {
|
|
8986
|
-
"name": "
|
|
8894
|
+
"name": "Ref<HTMLSpanElement>"
|
|
8987
8895
|
}
|
|
8988
8896
|
},
|
|
8989
8897
|
"key": {
|
|
@@ -9130,6 +9038,25 @@
|
|
|
9130
9038
|
"name": "WordBreak"
|
|
9131
9039
|
}
|
|
9132
9040
|
},
|
|
9041
|
+
"noLigatures": {
|
|
9042
|
+
"defaultValue": null,
|
|
9043
|
+
"description": "",
|
|
9044
|
+
"name": "noLigatures",
|
|
9045
|
+
"parent": {
|
|
9046
|
+
"fileName": "components/src/components/Text/Text.tsx",
|
|
9047
|
+
"name": "TextProps"
|
|
9048
|
+
},
|
|
9049
|
+
"declarations": [
|
|
9050
|
+
{
|
|
9051
|
+
"fileName": "components/src/components/Text/Text.tsx",
|
|
9052
|
+
"name": "TextProps"
|
|
9053
|
+
}
|
|
9054
|
+
],
|
|
9055
|
+
"required": false,
|
|
9056
|
+
"type": {
|
|
9057
|
+
"name": "boolean"
|
|
9058
|
+
}
|
|
9059
|
+
},
|
|
9133
9060
|
"children": {
|
|
9134
9061
|
"defaultValue": null,
|
|
9135
9062
|
"description": "",
|
|
@@ -14451,10 +14378,6 @@
|
|
|
14451
14378
|
"name": "RefAttributes"
|
|
14452
14379
|
},
|
|
14453
14380
|
"declarations": [
|
|
14454
|
-
{
|
|
14455
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
14456
|
-
"name": "RefAttributes"
|
|
14457
|
-
},
|
|
14458
14381
|
{
|
|
14459
14382
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
14460
14383
|
"name": "RefAttributes"
|
|
@@ -14462,7 +14385,7 @@
|
|
|
14462
14385
|
],
|
|
14463
14386
|
"required": false,
|
|
14464
14387
|
"type": {
|
|
14465
|
-
"name": "
|
|
14388
|
+
"name": "Ref<HTMLSpanElement>"
|
|
14466
14389
|
}
|
|
14467
14390
|
},
|
|
14468
14391
|
"key": {
|
|
@@ -16159,10 +16082,6 @@
|
|
|
16159
16082
|
"name": "RefAttributes"
|
|
16160
16083
|
},
|
|
16161
16084
|
"declarations": [
|
|
16162
|
-
{
|
|
16163
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
16164
|
-
"name": "RefAttributes"
|
|
16165
|
-
},
|
|
16166
16085
|
{
|
|
16167
16086
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
16168
16087
|
"name": "RefAttributes"
|
|
@@ -16170,7 +16089,7 @@
|
|
|
16170
16089
|
],
|
|
16171
16090
|
"required": false,
|
|
16172
16091
|
"type": {
|
|
16173
|
-
"name": "
|
|
16092
|
+
"name": "Ref<HTMLSpanElement>"
|
|
16174
16093
|
}
|
|
16175
16094
|
},
|
|
16176
16095
|
"key": {
|
|
@@ -19856,10 +19775,6 @@
|
|
|
19856
19775
|
"name": "RefAttributes"
|
|
19857
19776
|
},
|
|
19858
19777
|
"declarations": [
|
|
19859
|
-
{
|
|
19860
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
19861
|
-
"name": "RefAttributes"
|
|
19862
|
-
},
|
|
19863
19778
|
{
|
|
19864
19779
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
19865
19780
|
"name": "RefAttributes"
|
|
@@ -19867,7 +19782,7 @@
|
|
|
19867
19782
|
],
|
|
19868
19783
|
"required": false,
|
|
19869
19784
|
"type": {
|
|
19870
|
-
"name": "
|
|
19785
|
+
"name": "Ref<HTMLSpanElement>"
|
|
19871
19786
|
}
|
|
19872
19787
|
},
|
|
19873
19788
|
"key": {
|
|
@@ -20051,10 +19966,6 @@
|
|
|
20051
19966
|
"name": "RefAttributes"
|
|
20052
19967
|
},
|
|
20053
19968
|
"declarations": [
|
|
20054
|
-
{
|
|
20055
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
20056
|
-
"name": "RefAttributes"
|
|
20057
|
-
},
|
|
20058
19969
|
{
|
|
20059
19970
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
20060
19971
|
"name": "RefAttributes"
|
|
@@ -20062,7 +19973,7 @@
|
|
|
20062
19973
|
],
|
|
20063
19974
|
"required": false,
|
|
20064
19975
|
"type": {
|
|
20065
|
-
"name": "
|
|
19976
|
+
"name": "Ref<HTMLSpanElement>"
|
|
20066
19977
|
}
|
|
20067
19978
|
},
|
|
20068
19979
|
"key": {
|
|
@@ -21824,10 +21735,6 @@
|
|
|
21824
21735
|
"name": "RefAttributes"
|
|
21825
21736
|
},
|
|
21826
21737
|
"declarations": [
|
|
21827
|
-
{
|
|
21828
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
21829
|
-
"name": "RefAttributes"
|
|
21830
|
-
},
|
|
21831
21738
|
{
|
|
21832
21739
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
21833
21740
|
"name": "RefAttributes"
|
|
@@ -21835,7 +21742,7 @@
|
|
|
21835
21742
|
],
|
|
21836
21743
|
"required": false,
|
|
21837
21744
|
"type": {
|
|
21838
|
-
"name": "
|
|
21745
|
+
"name": "Ref<HTMLSpanElement>"
|
|
21839
21746
|
}
|
|
21840
21747
|
},
|
|
21841
21748
|
"key": {
|
|
@@ -27197,10 +27104,6 @@
|
|
|
27197
27104
|
"name": "RefAttributes"
|
|
27198
27105
|
},
|
|
27199
27106
|
"declarations": [
|
|
27200
|
-
{
|
|
27201
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
27202
|
-
"name": "RefAttributes"
|
|
27203
|
-
},
|
|
27204
27107
|
{
|
|
27205
27108
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
27206
27109
|
"name": "RefAttributes"
|
|
@@ -27208,7 +27111,7 @@
|
|
|
27208
27111
|
],
|
|
27209
27112
|
"required": false,
|
|
27210
27113
|
"type": {
|
|
27211
|
-
"name": "
|
|
27114
|
+
"name": "Ref<HTMLSpanElement>"
|
|
27212
27115
|
}
|
|
27213
27116
|
},
|
|
27214
27117
|
"key": {
|
|
@@ -36219,10 +36122,6 @@
|
|
|
36219
36122
|
"name": "RefAttributes"
|
|
36220
36123
|
},
|
|
36221
36124
|
"declarations": [
|
|
36222
|
-
{
|
|
36223
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
36224
|
-
"name": "RefAttributes"
|
|
36225
|
-
},
|
|
36226
36125
|
{
|
|
36227
36126
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
36228
36127
|
"name": "RefAttributes"
|
|
@@ -36230,7 +36129,7 @@
|
|
|
36230
36129
|
],
|
|
36231
36130
|
"required": false,
|
|
36232
36131
|
"type": {
|
|
36233
|
-
"name": "
|
|
36132
|
+
"name": "Ref<HTMLSpanElement>"
|
|
36234
36133
|
}
|
|
36235
36134
|
},
|
|
36236
36135
|
"key": {
|
|
@@ -38117,10 +38016,6 @@
|
|
|
38117
38016
|
"name": "RefAttributes"
|
|
38118
38017
|
},
|
|
38119
38018
|
"declarations": [
|
|
38120
|
-
{
|
|
38121
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
38122
|
-
"name": "RefAttributes"
|
|
38123
|
-
},
|
|
38124
38019
|
{
|
|
38125
38020
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
38126
38021
|
"name": "RefAttributes"
|
|
@@ -38128,7 +38023,7 @@
|
|
|
38128
38023
|
],
|
|
38129
38024
|
"required": false,
|
|
38130
38025
|
"type": {
|
|
38131
|
-
"name": "
|
|
38026
|
+
"name": "Ref<HTMLSpanElement>"
|
|
38132
38027
|
}
|
|
38133
38028
|
},
|
|
38134
38029
|
"key": {
|
|
@@ -38227,10 +38122,6 @@
|
|
|
38227
38122
|
"name": "RefAttributes"
|
|
38228
38123
|
},
|
|
38229
38124
|
"declarations": [
|
|
38230
|
-
{
|
|
38231
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
38232
|
-
"name": "RefAttributes"
|
|
38233
|
-
},
|
|
38234
38125
|
{
|
|
38235
38126
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
38236
38127
|
"name": "RefAttributes"
|
|
@@ -38238,7 +38129,7 @@
|
|
|
38238
38129
|
],
|
|
38239
38130
|
"required": false,
|
|
38240
38131
|
"type": {
|
|
38241
|
-
"name": "
|
|
38132
|
+
"name": "Ref<HTMLSpanElement>"
|
|
38242
38133
|
}
|
|
38243
38134
|
},
|
|
38244
38135
|
"key": {
|
|
@@ -45939,10 +45830,6 @@
|
|
|
45939
45830
|
"name": "RefAttributes"
|
|
45940
45831
|
},
|
|
45941
45832
|
"declarations": [
|
|
45942
|
-
{
|
|
45943
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
45944
|
-
"name": "RefAttributes"
|
|
45945
|
-
},
|
|
45946
45833
|
{
|
|
45947
45834
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
45948
45835
|
"name": "RefAttributes"
|
|
@@ -45950,7 +45837,7 @@
|
|
|
45950
45837
|
],
|
|
45951
45838
|
"required": false,
|
|
45952
45839
|
"type": {
|
|
45953
|
-
"name": "
|
|
45840
|
+
"name": "Ref<HTMLSpanElement>"
|
|
45954
45841
|
}
|
|
45955
45842
|
},
|
|
45956
45843
|
"key": {
|
|
@@ -46093,10 +45980,6 @@
|
|
|
46093
45980
|
"name": "RefAttributes"
|
|
46094
45981
|
},
|
|
46095
45982
|
"declarations": [
|
|
46096
|
-
{
|
|
46097
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
46098
|
-
"name": "RefAttributes"
|
|
46099
|
-
},
|
|
46100
45983
|
{
|
|
46101
45984
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
46102
45985
|
"name": "RefAttributes"
|
|
@@ -46104,7 +45987,7 @@
|
|
|
46104
45987
|
],
|
|
46105
45988
|
"required": false,
|
|
46106
45989
|
"type": {
|
|
46107
|
-
"name": "
|
|
45990
|
+
"name": "Ref<HTMLSpanElement>"
|
|
46108
45991
|
}
|
|
46109
45992
|
},
|
|
46110
45993
|
"key": {
|
|
@@ -49722,10 +49605,6 @@
|
|
|
49722
49605
|
"name": "RefAttributes"
|
|
49723
49606
|
},
|
|
49724
49607
|
"declarations": [
|
|
49725
|
-
{
|
|
49726
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
49727
|
-
"name": "RefAttributes"
|
|
49728
|
-
},
|
|
49729
49608
|
{
|
|
49730
49609
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
49731
49610
|
"name": "RefAttributes"
|
|
@@ -49733,7 +49612,7 @@
|
|
|
49733
49612
|
],
|
|
49734
49613
|
"required": false,
|
|
49735
49614
|
"type": {
|
|
49736
|
-
"name": "
|
|
49615
|
+
"name": "Ref<HTMLSpanElement>"
|
|
49737
49616
|
}
|
|
49738
49617
|
},
|
|
49739
49618
|
"key": {
|
|
@@ -51571,10 +51450,6 @@
|
|
|
51571
51450
|
"name": "RefAttributes"
|
|
51572
51451
|
},
|
|
51573
51452
|
"declarations": [
|
|
51574
|
-
{
|
|
51575
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
51576
|
-
"name": "RefAttributes"
|
|
51577
|
-
},
|
|
51578
51453
|
{
|
|
51579
51454
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
51580
51455
|
"name": "RefAttributes"
|
|
@@ -51582,7 +51457,7 @@
|
|
|
51582
51457
|
],
|
|
51583
51458
|
"required": false,
|
|
51584
51459
|
"type": {
|
|
51585
|
-
"name": "
|
|
51460
|
+
"name": "Ref<HTMLSpanElement>"
|
|
51586
51461
|
}
|
|
51587
51462
|
},
|
|
51588
51463
|
"key": {
|
|
@@ -53637,10 +53512,6 @@
|
|
|
53637
53512
|
"name": "RefAttributes"
|
|
53638
53513
|
},
|
|
53639
53514
|
"declarations": [
|
|
53640
|
-
{
|
|
53641
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
53642
|
-
"name": "RefAttributes"
|
|
53643
|
-
},
|
|
53644
53515
|
{
|
|
53645
53516
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
53646
53517
|
"name": "RefAttributes"
|
|
@@ -53648,7 +53519,7 @@
|
|
|
53648
53519
|
],
|
|
53649
53520
|
"required": false,
|
|
53650
53521
|
"type": {
|
|
53651
|
-
"name": "
|
|
53522
|
+
"name": "Ref<HTMLSpanElement>"
|
|
53652
53523
|
}
|
|
53653
53524
|
},
|
|
53654
53525
|
"key": {
|
|
@@ -56067,10 +55938,6 @@
|
|
|
56067
55938
|
"name": "RefAttributes"
|
|
56068
55939
|
},
|
|
56069
55940
|
"declarations": [
|
|
56070
|
-
{
|
|
56071
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
56072
|
-
"name": "RefAttributes"
|
|
56073
|
-
},
|
|
56074
55941
|
{
|
|
56075
55942
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
56076
55943
|
"name": "RefAttributes"
|
|
@@ -56078,7 +55945,7 @@
|
|
|
56078
55945
|
],
|
|
56079
55946
|
"required": false,
|
|
56080
55947
|
"type": {
|
|
56081
|
-
"name": "
|
|
55948
|
+
"name": "Ref<HTMLSpanElement>"
|
|
56082
55949
|
}
|
|
56083
55950
|
},
|
|
56084
55951
|
"key": {
|
|
@@ -56232,10 +56099,6 @@
|
|
|
56232
56099
|
"name": "RefAttributes"
|
|
56233
56100
|
},
|
|
56234
56101
|
"declarations": [
|
|
56235
|
-
{
|
|
56236
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
56237
|
-
"name": "RefAttributes"
|
|
56238
|
-
},
|
|
56239
56102
|
{
|
|
56240
56103
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
56241
56104
|
"name": "RefAttributes"
|
|
@@ -56243,7 +56106,7 @@
|
|
|
56243
56106
|
],
|
|
56244
56107
|
"required": false,
|
|
56245
56108
|
"type": {
|
|
56246
|
-
"name": "
|
|
56109
|
+
"name": "Ref<HTMLSpanElement>"
|
|
56247
56110
|
}
|
|
56248
56111
|
},
|
|
56249
56112
|
"key": {
|
|
@@ -58565,10 +58428,6 @@
|
|
|
58565
58428
|
"name": "RefAttributes"
|
|
58566
58429
|
},
|
|
58567
58430
|
"declarations": [
|
|
58568
|
-
{
|
|
58569
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
58570
|
-
"name": "RefAttributes"
|
|
58571
|
-
},
|
|
58572
58431
|
{
|
|
58573
58432
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
58574
58433
|
"name": "RefAttributes"
|
|
@@ -58576,7 +58435,7 @@
|
|
|
58576
58435
|
],
|
|
58577
58436
|
"required": false,
|
|
58578
58437
|
"type": {
|
|
58579
|
-
"name": "
|
|
58438
|
+
"name": "Ref<HTMLSpanElement>"
|
|
58580
58439
|
}
|
|
58581
58440
|
},
|
|
58582
58441
|
"key": {
|
|
@@ -60478,10 +60337,6 @@
|
|
|
60478
60337
|
"name": "RefAttributes"
|
|
60479
60338
|
},
|
|
60480
60339
|
"declarations": [
|
|
60481
|
-
{
|
|
60482
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
60483
|
-
"name": "RefAttributes"
|
|
60484
|
-
},
|
|
60485
60340
|
{
|
|
60486
60341
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
60487
60342
|
"name": "RefAttributes"
|
|
@@ -60489,7 +60344,7 @@
|
|
|
60489
60344
|
],
|
|
60490
60345
|
"required": false,
|
|
60491
60346
|
"type": {
|
|
60492
|
-
"name": "
|
|
60347
|
+
"name": "Ref<HTMLSpanElement>"
|
|
60493
60348
|
}
|
|
60494
60349
|
},
|
|
60495
60350
|
"key": {
|
|
@@ -62678,10 +62533,6 @@
|
|
|
62678
62533
|
"name": "RefAttributes"
|
|
62679
62534
|
},
|
|
62680
62535
|
"declarations": [
|
|
62681
|
-
{
|
|
62682
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
62683
|
-
"name": "RefAttributes"
|
|
62684
|
-
},
|
|
62685
62536
|
{
|
|
62686
62537
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
62687
62538
|
"name": "RefAttributes"
|
|
@@ -62689,7 +62540,7 @@
|
|
|
62689
62540
|
],
|
|
62690
62541
|
"required": false,
|
|
62691
62542
|
"type": {
|
|
62692
|
-
"name": "
|
|
62543
|
+
"name": "Ref<HTMLSpanElement>"
|
|
62693
62544
|
}
|
|
62694
62545
|
},
|
|
62695
62546
|
"key": {
|
|
@@ -62729,10 +62580,6 @@
|
|
|
62729
62580
|
"name": "RefAttributes"
|
|
62730
62581
|
},
|
|
62731
62582
|
"declarations": [
|
|
62732
|
-
{
|
|
62733
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
62734
|
-
"name": "RefAttributes"
|
|
62735
|
-
},
|
|
62736
62583
|
{
|
|
62737
62584
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
62738
62585
|
"name": "RefAttributes"
|
|
@@ -62740,7 +62587,7 @@
|
|
|
62740
62587
|
],
|
|
62741
62588
|
"required": false,
|
|
62742
62589
|
"type": {
|
|
62743
|
-
"name": "
|
|
62590
|
+
"name": "Ref<HTMLSpanElement>"
|
|
62744
62591
|
}
|
|
62745
62592
|
},
|
|
62746
62593
|
"key": {
|
|
@@ -68187,10 +68034,6 @@
|
|
|
68187
68034
|
"name": "RefAttributes"
|
|
68188
68035
|
},
|
|
68189
68036
|
"declarations": [
|
|
68190
|
-
{
|
|
68191
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
68192
|
-
"name": "RefAttributes"
|
|
68193
|
-
},
|
|
68194
68037
|
{
|
|
68195
68038
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
68196
68039
|
"name": "RefAttributes"
|
|
@@ -68198,7 +68041,7 @@
|
|
|
68198
68041
|
],
|
|
68199
68042
|
"required": false,
|
|
68200
68043
|
"type": {
|
|
68201
|
-
"name": "
|
|
68044
|
+
"name": "Ref<HTMLSpanElement>"
|
|
68202
68045
|
}
|
|
68203
68046
|
},
|
|
68204
68047
|
"key": {
|
|
@@ -73518,10 +73361,6 @@
|
|
|
73518
73361
|
"name": "RefAttributes"
|
|
73519
73362
|
},
|
|
73520
73363
|
"declarations": [
|
|
73521
|
-
{
|
|
73522
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
73523
|
-
"name": "RefAttributes"
|
|
73524
|
-
},
|
|
73525
73364
|
{
|
|
73526
73365
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
73527
73366
|
"name": "RefAttributes"
|
|
@@ -73529,7 +73368,7 @@
|
|
|
73529
73368
|
],
|
|
73530
73369
|
"required": false,
|
|
73531
73370
|
"type": {
|
|
73532
|
-
"name": "
|
|
73371
|
+
"name": "Ref<HTMLSpanElement>"
|
|
73533
73372
|
}
|
|
73534
73373
|
},
|
|
73535
73374
|
"key": {
|
|
@@ -79060,10 +78899,6 @@
|
|
|
79060
78899
|
"name": "RefAttributes"
|
|
79061
78900
|
},
|
|
79062
78901
|
"declarations": [
|
|
79063
|
-
{
|
|
79064
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
79065
|
-
"name": "RefAttributes"
|
|
79066
|
-
},
|
|
79067
78902
|
{
|
|
79068
78903
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
79069
78904
|
"name": "RefAttributes"
|
|
@@ -79071,7 +78906,7 @@
|
|
|
79071
78906
|
],
|
|
79072
78907
|
"required": false,
|
|
79073
78908
|
"type": {
|
|
79074
|
-
"name": "
|
|
78909
|
+
"name": "Ref<HTMLSpanElement>"
|
|
79075
78910
|
}
|
|
79076
78911
|
},
|
|
79077
78912
|
"key": {
|
|
@@ -79299,10 +79134,6 @@
|
|
|
79299
79134
|
"name": "RefAttributes"
|
|
79300
79135
|
},
|
|
79301
79136
|
"declarations": [
|
|
79302
|
-
{
|
|
79303
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
79304
|
-
"name": "RefAttributes"
|
|
79305
|
-
},
|
|
79306
79137
|
{
|
|
79307
79138
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
79308
79139
|
"name": "RefAttributes"
|
|
@@ -79310,7 +79141,7 @@
|
|
|
79310
79141
|
],
|
|
79311
79142
|
"required": false,
|
|
79312
79143
|
"type": {
|
|
79313
|
-
"name": "
|
|
79144
|
+
"name": "Ref<HTMLSpanElement>"
|
|
79314
79145
|
}
|
|
79315
79146
|
},
|
|
79316
79147
|
"key": {
|
|
@@ -79464,10 +79295,6 @@
|
|
|
79464
79295
|
"name": "RefAttributes"
|
|
79465
79296
|
},
|
|
79466
79297
|
"declarations": [
|
|
79467
|
-
{
|
|
79468
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
79469
|
-
"name": "RefAttributes"
|
|
79470
|
-
},
|
|
79471
79298
|
{
|
|
79472
79299
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
79473
79300
|
"name": "RefAttributes"
|
|
@@ -79475,7 +79302,7 @@
|
|
|
79475
79302
|
],
|
|
79476
79303
|
"required": false,
|
|
79477
79304
|
"type": {
|
|
79478
|
-
"name": "
|
|
79305
|
+
"name": "Ref<HTMLSpanElement>"
|
|
79479
79306
|
}
|
|
79480
79307
|
},
|
|
79481
79308
|
"key": {
|
|
@@ -81434,10 +81261,6 @@
|
|
|
81434
81261
|
"name": "RefAttributes"
|
|
81435
81262
|
},
|
|
81436
81263
|
"declarations": [
|
|
81437
|
-
{
|
|
81438
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
81439
|
-
"name": "RefAttributes"
|
|
81440
|
-
},
|
|
81441
81264
|
{
|
|
81442
81265
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
81443
81266
|
"name": "RefAttributes"
|
|
@@ -81445,7 +81268,7 @@
|
|
|
81445
81268
|
],
|
|
81446
81269
|
"required": false,
|
|
81447
81270
|
"type": {
|
|
81448
|
-
"name": "
|
|
81271
|
+
"name": "Ref<HTMLSpanElement>"
|
|
81449
81272
|
}
|
|
81450
81273
|
},
|
|
81451
81274
|
"key": {
|
|
@@ -83940,10 +83763,6 @@
|
|
|
83940
83763
|
"name": "RefAttributes"
|
|
83941
83764
|
},
|
|
83942
83765
|
"declarations": [
|
|
83943
|
-
{
|
|
83944
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
83945
|
-
"name": "RefAttributes"
|
|
83946
|
-
},
|
|
83947
83766
|
{
|
|
83948
83767
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
83949
83768
|
"name": "RefAttributes"
|
|
@@ -83951,7 +83770,7 @@
|
|
|
83951
83770
|
],
|
|
83952
83771
|
"required": false,
|
|
83953
83772
|
"type": {
|
|
83954
|
-
"name": "
|
|
83773
|
+
"name": "Ref<HTMLSpanElement>"
|
|
83955
83774
|
}
|
|
83956
83775
|
},
|
|
83957
83776
|
"key": {
|
|
@@ -93550,10 +93369,6 @@
|
|
|
93550
93369
|
"name": "RefAttributes"
|
|
93551
93370
|
},
|
|
93552
93371
|
"declarations": [
|
|
93553
|
-
{
|
|
93554
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
93555
|
-
"name": "RefAttributes"
|
|
93556
|
-
},
|
|
93557
93372
|
{
|
|
93558
93373
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
93559
93374
|
"name": "RefAttributes"
|
|
@@ -93561,7 +93376,7 @@
|
|
|
93561
93376
|
],
|
|
93562
93377
|
"required": false,
|
|
93563
93378
|
"type": {
|
|
93564
|
-
"name": "
|
|
93379
|
+
"name": "Ref<HTMLSpanElement>"
|
|
93565
93380
|
}
|
|
93566
93381
|
},
|
|
93567
93382
|
"key": {
|
|
@@ -93707,10 +93522,6 @@
|
|
|
93707
93522
|
"name": "RefAttributes"
|
|
93708
93523
|
},
|
|
93709
93524
|
"declarations": [
|
|
93710
|
-
{
|
|
93711
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
93712
|
-
"name": "RefAttributes"
|
|
93713
|
-
},
|
|
93714
93525
|
{
|
|
93715
93526
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
93716
93527
|
"name": "RefAttributes"
|
|
@@ -93718,7 +93529,7 @@
|
|
|
93718
93529
|
],
|
|
93719
93530
|
"required": false,
|
|
93720
93531
|
"type": {
|
|
93721
|
-
"name": "
|
|
93532
|
+
"name": "Ref<HTMLSpanElement>"
|
|
93722
93533
|
}
|
|
93723
93534
|
},
|
|
93724
93535
|
"key": {
|
|
@@ -96135,10 +95946,6 @@
|
|
|
96135
95946
|
"name": "RefAttributes"
|
|
96136
95947
|
},
|
|
96137
95948
|
"declarations": [
|
|
96138
|
-
{
|
|
96139
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
96140
|
-
"name": "RefAttributes"
|
|
96141
|
-
},
|
|
96142
95949
|
{
|
|
96143
95950
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
96144
95951
|
"name": "RefAttributes"
|
|
@@ -96146,7 +95953,7 @@
|
|
|
96146
95953
|
],
|
|
96147
95954
|
"required": false,
|
|
96148
95955
|
"type": {
|
|
96149
|
-
"name": "
|
|
95956
|
+
"name": "Ref<HTMLSpanElement>"
|
|
96150
95957
|
}
|
|
96151
95958
|
},
|
|
96152
95959
|
"key": {
|
|
@@ -96298,10 +96105,6 @@
|
|
|
96298
96105
|
"name": "RefAttributes"
|
|
96299
96106
|
},
|
|
96300
96107
|
"declarations": [
|
|
96301
|
-
{
|
|
96302
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
96303
|
-
"name": "RefAttributes"
|
|
96304
|
-
},
|
|
96305
96108
|
{
|
|
96306
96109
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
96307
96110
|
"name": "RefAttributes"
|
|
@@ -96309,7 +96112,7 @@
|
|
|
96309
96112
|
],
|
|
96310
96113
|
"required": false,
|
|
96311
96114
|
"type": {
|
|
96312
|
-
"name": "
|
|
96115
|
+
"name": "Ref<HTMLSpanElement>"
|
|
96313
96116
|
}
|
|
96314
96117
|
},
|
|
96315
96118
|
"key": {
|
|
@@ -101746,10 +101549,6 @@
|
|
|
101746
101549
|
"name": "RefAttributes"
|
|
101747
101550
|
},
|
|
101748
101551
|
"declarations": [
|
|
101749
|
-
{
|
|
101750
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
101751
|
-
"name": "RefAttributes"
|
|
101752
|
-
},
|
|
101753
101552
|
{
|
|
101754
101553
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
101755
101554
|
"name": "RefAttributes"
|
|
@@ -101757,7 +101556,7 @@
|
|
|
101757
101556
|
],
|
|
101758
101557
|
"required": false,
|
|
101759
101558
|
"type": {
|
|
101760
|
-
"name": "
|
|
101559
|
+
"name": "Ref<HTMLSpanElement>"
|
|
101761
101560
|
}
|
|
101762
101561
|
},
|
|
101763
101562
|
"key": {
|
|
@@ -107274,10 +107073,6 @@
|
|
|
107274
107073
|
"name": "RefAttributes"
|
|
107275
107074
|
},
|
|
107276
107075
|
"declarations": [
|
|
107277
|
-
{
|
|
107278
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
107279
|
-
"name": "RefAttributes"
|
|
107280
|
-
},
|
|
107281
107076
|
{
|
|
107282
107077
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
107283
107078
|
"name": "RefAttributes"
|
|
@@ -107285,7 +107080,7 @@
|
|
|
107285
107080
|
],
|
|
107286
107081
|
"required": false,
|
|
107287
107082
|
"type": {
|
|
107288
|
-
"name": "
|
|
107083
|
+
"name": "Ref<HTMLSpanElement>"
|
|
107289
107084
|
}
|
|
107290
107085
|
},
|
|
107291
107086
|
"key": {
|
|
@@ -107443,10 +107238,6 @@
|
|
|
107443
107238
|
"name": "RefAttributes"
|
|
107444
107239
|
},
|
|
107445
107240
|
"declarations": [
|
|
107446
|
-
{
|
|
107447
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
107448
|
-
"name": "RefAttributes"
|
|
107449
|
-
},
|
|
107450
107241
|
{
|
|
107451
107242
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
107452
107243
|
"name": "RefAttributes"
|
|
@@ -107454,7 +107245,7 @@
|
|
|
107454
107245
|
],
|
|
107455
107246
|
"required": false,
|
|
107456
107247
|
"type": {
|
|
107457
|
-
"name": "
|
|
107248
|
+
"name": "Ref<HTMLSpanElement>"
|
|
107458
107249
|
}
|
|
107459
107250
|
},
|
|
107460
107251
|
"key": {
|
|
@@ -107532,10 +107323,6 @@
|
|
|
107532
107323
|
"name": "RefAttributes"
|
|
107533
107324
|
},
|
|
107534
107325
|
"declarations": [
|
|
107535
|
-
{
|
|
107536
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
107537
|
-
"name": "RefAttributes"
|
|
107538
|
-
},
|
|
107539
107326
|
{
|
|
107540
107327
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
107541
107328
|
"name": "RefAttributes"
|
|
@@ -107543,7 +107330,7 @@
|
|
|
107543
107330
|
],
|
|
107544
107331
|
"required": false,
|
|
107545
107332
|
"type": {
|
|
107546
|
-
"name": "
|
|
107333
|
+
"name": "Ref<HTMLSpanElement>"
|
|
107547
107334
|
}
|
|
107548
107335
|
},
|
|
107549
107336
|
"key": {
|
|
@@ -112958,10 +112745,6 @@
|
|
|
112958
112745
|
"name": "RefAttributes"
|
|
112959
112746
|
},
|
|
112960
112747
|
"declarations": [
|
|
112961
|
-
{
|
|
112962
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
112963
|
-
"name": "RefAttributes"
|
|
112964
|
-
},
|
|
112965
112748
|
{
|
|
112966
112749
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
112967
112750
|
"name": "RefAttributes"
|
|
@@ -112969,7 +112752,7 @@
|
|
|
112969
112752
|
],
|
|
112970
112753
|
"required": false,
|
|
112971
112754
|
"type": {
|
|
112972
|
-
"name": "
|
|
112755
|
+
"name": "Ref<HTMLSpanElement>"
|
|
112973
112756
|
}
|
|
112974
112757
|
},
|
|
112975
112758
|
"key": {
|
|
@@ -113203,25 +112986,6 @@
|
|
|
113203
112986
|
"name": "string | number"
|
|
113204
112987
|
}
|
|
113205
112988
|
},
|
|
113206
|
-
"key": {
|
|
113207
|
-
"defaultValue": null,
|
|
113208
|
-
"description": "",
|
|
113209
|
-
"name": "key",
|
|
113210
|
-
"parent": {
|
|
113211
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
113212
|
-
"name": "Attributes"
|
|
113213
|
-
},
|
|
113214
|
-
"declarations": [
|
|
113215
|
-
{
|
|
113216
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
113217
|
-
"name": "Attributes"
|
|
113218
|
-
}
|
|
113219
|
-
],
|
|
113220
|
-
"required": false,
|
|
113221
|
-
"type": {
|
|
113222
|
-
"name": "Key | null"
|
|
113223
|
-
}
|
|
113224
|
-
},
|
|
113225
112989
|
"children": {
|
|
113226
112990
|
"defaultValue": null,
|
|
113227
112991
|
"description": "",
|
|
@@ -114666,6 +114430,25 @@
|
|
|
114666
114430
|
"name": "TransitionEventHandler<HTMLElement>"
|
|
114667
114431
|
}
|
|
114668
114432
|
},
|
|
114433
|
+
"key": {
|
|
114434
|
+
"defaultValue": null,
|
|
114435
|
+
"description": "",
|
|
114436
|
+
"name": "key",
|
|
114437
|
+
"parent": {
|
|
114438
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
114439
|
+
"name": "Attributes"
|
|
114440
|
+
},
|
|
114441
|
+
"declarations": [
|
|
114442
|
+
{
|
|
114443
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
114444
|
+
"name": "Attributes"
|
|
114445
|
+
}
|
|
114446
|
+
],
|
|
114447
|
+
"required": false,
|
|
114448
|
+
"type": {
|
|
114449
|
+
"name": "Key | null"
|
|
114450
|
+
}
|
|
114451
|
+
},
|
|
114669
114452
|
"autoFocus": {
|
|
114670
114453
|
"defaultValue": null,
|
|
114671
114454
|
"description": "",
|
|
@@ -118764,10 +118547,6 @@
|
|
|
118764
118547
|
"name": "RefAttributes"
|
|
118765
118548
|
},
|
|
118766
118549
|
"declarations": [
|
|
118767
|
-
{
|
|
118768
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
118769
|
-
"name": "RefAttributes"
|
|
118770
|
-
},
|
|
118771
118550
|
{
|
|
118772
118551
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
118773
118552
|
"name": "RefAttributes"
|
|
@@ -118775,7 +118554,7 @@
|
|
|
118775
118554
|
],
|
|
118776
118555
|
"required": false,
|
|
118777
118556
|
"type": {
|
|
118778
|
-
"name": "
|
|
118557
|
+
"name": "Ref<HTMLSpanElement>"
|
|
118779
118558
|
}
|
|
118780
118559
|
}
|
|
118781
118560
|
}
|
|
@@ -118819,10 +118598,6 @@
|
|
|
118819
118598
|
"name": "RefAttributes"
|
|
118820
118599
|
},
|
|
118821
118600
|
"declarations": [
|
|
118822
|
-
{
|
|
118823
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
118824
|
-
"name": "RefAttributes"
|
|
118825
|
-
},
|
|
118826
118601
|
{
|
|
118827
118602
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
118828
118603
|
"name": "RefAttributes"
|
|
@@ -118830,7 +118605,7 @@
|
|
|
118830
118605
|
],
|
|
118831
118606
|
"required": false,
|
|
118832
118607
|
"type": {
|
|
118833
|
-
"name": "
|
|
118608
|
+
"name": "Ref<HTMLSpanElement>"
|
|
118834
118609
|
}
|
|
118835
118610
|
},
|
|
118836
118611
|
"key": {
|
|
@@ -133447,10 +133222,6 @@
|
|
|
133447
133222
|
"name": "RefAttributes"
|
|
133448
133223
|
},
|
|
133449
133224
|
"declarations": [
|
|
133450
|
-
{
|
|
133451
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
133452
|
-
"name": "RefAttributes"
|
|
133453
|
-
},
|
|
133454
133225
|
{
|
|
133455
133226
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
133456
133227
|
"name": "RefAttributes"
|
|
@@ -133458,7 +133229,7 @@
|
|
|
133458
133229
|
],
|
|
133459
133230
|
"required": false,
|
|
133460
133231
|
"type": {
|
|
133461
|
-
"name": "
|
|
133232
|
+
"name": "Ref<HTMLSpanElement>"
|
|
133462
133233
|
}
|
|
133463
133234
|
},
|
|
133464
133235
|
"key": {
|
|
@@ -138896,10 +138667,6 @@
|
|
|
138896
138667
|
"name": "RefAttributes"
|
|
138897
138668
|
},
|
|
138898
138669
|
"declarations": [
|
|
138899
|
-
{
|
|
138900
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
138901
|
-
"name": "RefAttributes"
|
|
138902
|
-
},
|
|
138903
138670
|
{
|
|
138904
138671
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
138905
138672
|
"name": "RefAttributes"
|
|
@@ -138907,7 +138674,7 @@
|
|
|
138907
138674
|
],
|
|
138908
138675
|
"required": false,
|
|
138909
138676
|
"type": {
|
|
138910
|
-
"name": "
|
|
138677
|
+
"name": "Ref<HTMLSpanElement>"
|
|
138911
138678
|
}
|
|
138912
138679
|
},
|
|
138913
138680
|
"key": {
|
|
@@ -138970,10 +138737,6 @@
|
|
|
138970
138737
|
"name": "RefAttributes"
|
|
138971
138738
|
},
|
|
138972
138739
|
"declarations": [
|
|
138973
|
-
{
|
|
138974
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
138975
|
-
"name": "RefAttributes"
|
|
138976
|
-
},
|
|
138977
138740
|
{
|
|
138978
138741
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
138979
138742
|
"name": "RefAttributes"
|
|
@@ -138981,7 +138744,7 @@
|
|
|
138981
138744
|
],
|
|
138982
138745
|
"required": false,
|
|
138983
138746
|
"type": {
|
|
138984
|
-
"name": "
|
|
138747
|
+
"name": "Ref<HTMLSpanElement>"
|
|
138985
138748
|
}
|
|
138986
138749
|
},
|
|
138987
138750
|
"key": {
|
|
@@ -149636,10 +149399,6 @@
|
|
|
149636
149399
|
"name": "RefAttributes"
|
|
149637
149400
|
},
|
|
149638
149401
|
"declarations": [
|
|
149639
|
-
{
|
|
149640
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
149641
|
-
"name": "RefAttributes"
|
|
149642
|
-
},
|
|
149643
149402
|
{
|
|
149644
149403
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
149645
149404
|
"name": "RefAttributes"
|
|
@@ -149647,7 +149406,7 @@
|
|
|
149647
149406
|
],
|
|
149648
149407
|
"required": false,
|
|
149649
149408
|
"type": {
|
|
149650
|
-
"name": "
|
|
149409
|
+
"name": "Ref<HTMLSpanElement>"
|
|
149651
149410
|
}
|
|
149652
149411
|
},
|
|
149653
149412
|
"key": {
|
|
@@ -155339,10 +155098,6 @@
|
|
|
155339
155098
|
"name": "RefAttributes"
|
|
155340
155099
|
},
|
|
155341
155100
|
"declarations": [
|
|
155342
|
-
{
|
|
155343
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
155344
|
-
"name": "RefAttributes"
|
|
155345
|
-
},
|
|
155346
155101
|
{
|
|
155347
155102
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
155348
155103
|
"name": "RefAttributes"
|
|
@@ -155350,7 +155105,7 @@
|
|
|
155350
155105
|
],
|
|
155351
155106
|
"required": false,
|
|
155352
155107
|
"type": {
|
|
155353
|
-
"name": "
|
|
155108
|
+
"name": "Ref<HTMLSpanElement>"
|
|
155354
155109
|
}
|
|
155355
155110
|
},
|
|
155356
155111
|
"key": {
|
|
@@ -155622,10 +155377,6 @@
|
|
|
155622
155377
|
"name": "RefAttributes"
|
|
155623
155378
|
},
|
|
155624
155379
|
"declarations": [
|
|
155625
|
-
{
|
|
155626
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
155627
|
-
"name": "RefAttributes"
|
|
155628
|
-
},
|
|
155629
155380
|
{
|
|
155630
155381
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
155631
155382
|
"name": "RefAttributes"
|
|
@@ -155633,7 +155384,7 @@
|
|
|
155633
155384
|
],
|
|
155634
155385
|
"required": false,
|
|
155635
155386
|
"type": {
|
|
155636
|
-
"name": "
|
|
155387
|
+
"name": "Ref<HTMLSpanElement>"
|
|
155637
155388
|
}
|
|
155638
155389
|
},
|
|
155639
155390
|
"key": {
|
|
@@ -155757,94 +155508,6 @@
|
|
|
155757
155508
|
"displayName": "FileCardList",
|
|
155758
155509
|
"methods": [],
|
|
155759
155510
|
"props": {
|
|
155760
|
-
"wrapWith": {
|
|
155761
|
-
"defaultValue": null,
|
|
155762
|
-
"description": "",
|
|
155763
|
-
"name": "wrapWith",
|
|
155764
|
-
"parent": {
|
|
155765
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
155766
|
-
"name": "FlowComponentProps"
|
|
155767
|
-
},
|
|
155768
|
-
"declarations": [
|
|
155769
|
-
{
|
|
155770
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
155771
|
-
"name": "FlowComponentProps"
|
|
155772
|
-
},
|
|
155773
|
-
{
|
|
155774
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
155775
|
-
"name": "FlowComponentProps"
|
|
155776
|
-
}
|
|
155777
|
-
],
|
|
155778
|
-
"required": false,
|
|
155779
|
-
"type": {
|
|
155780
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
155781
|
-
}
|
|
155782
|
-
},
|
|
155783
|
-
"tunnelId": {
|
|
155784
|
-
"defaultValue": null,
|
|
155785
|
-
"description": "@internal",
|
|
155786
|
-
"name": "tunnelId",
|
|
155787
|
-
"parent": {
|
|
155788
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
155789
|
-
"name": "PropsWithTunnel"
|
|
155790
|
-
},
|
|
155791
|
-
"declarations": [
|
|
155792
|
-
{
|
|
155793
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
155794
|
-
"name": "PropsWithTunnel"
|
|
155795
|
-
},
|
|
155796
|
-
{
|
|
155797
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
155798
|
-
"name": "PropsWithTunnel"
|
|
155799
|
-
}
|
|
155800
|
-
],
|
|
155801
|
-
"required": false,
|
|
155802
|
-
"type": {
|
|
155803
|
-
"name": "string | null"
|
|
155804
|
-
}
|
|
155805
|
-
},
|
|
155806
|
-
"ref": {
|
|
155807
|
-
"defaultValue": null,
|
|
155808
|
-
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
155809
|
-
"name": "ref",
|
|
155810
|
-
"parent": {
|
|
155811
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
155812
|
-
"name": "RefAttributes"
|
|
155813
|
-
},
|
|
155814
|
-
"declarations": [
|
|
155815
|
-
{
|
|
155816
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
155817
|
-
"name": "RefAttributes"
|
|
155818
|
-
},
|
|
155819
|
-
{
|
|
155820
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
155821
|
-
"name": "RefAttributes"
|
|
155822
|
-
}
|
|
155823
|
-
],
|
|
155824
|
-
"required": false,
|
|
155825
|
-
"type": {
|
|
155826
|
-
"name": "((instance: null) => void | (() => VoidOrUndefinedOnly)) | RefObject<null> | ((instance: null) => void | (() => VoidOrUndefinedOnly)) | null"
|
|
155827
|
-
}
|
|
155828
|
-
},
|
|
155829
|
-
"key": {
|
|
155830
|
-
"defaultValue": null,
|
|
155831
|
-
"description": "",
|
|
155832
|
-
"name": "key",
|
|
155833
|
-
"parent": {
|
|
155834
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
155835
|
-
"name": "Attributes"
|
|
155836
|
-
},
|
|
155837
|
-
"declarations": [
|
|
155838
|
-
{
|
|
155839
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
155840
|
-
"name": "Attributes"
|
|
155841
|
-
}
|
|
155842
|
-
],
|
|
155843
|
-
"required": false,
|
|
155844
|
-
"type": {
|
|
155845
|
-
"name": "Key | null"
|
|
155846
|
-
}
|
|
155847
|
-
},
|
|
155848
155511
|
"children": {
|
|
155849
155512
|
"defaultValue": null,
|
|
155850
155513
|
"description": "",
|
|
@@ -157285,6 +156948,90 @@
|
|
|
157285
156948
|
"name": "TransitionEventHandler<HTMLElement>"
|
|
157286
156949
|
}
|
|
157287
156950
|
},
|
|
156951
|
+
"wrapWith": {
|
|
156952
|
+
"defaultValue": null,
|
|
156953
|
+
"description": "",
|
|
156954
|
+
"name": "wrapWith",
|
|
156955
|
+
"parent": {
|
|
156956
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
156957
|
+
"name": "FlowComponentProps"
|
|
156958
|
+
},
|
|
156959
|
+
"declarations": [
|
|
156960
|
+
{
|
|
156961
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
156962
|
+
"name": "FlowComponentProps"
|
|
156963
|
+
},
|
|
156964
|
+
{
|
|
156965
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
156966
|
+
"name": "FlowComponentProps"
|
|
156967
|
+
}
|
|
156968
|
+
],
|
|
156969
|
+
"required": false,
|
|
156970
|
+
"type": {
|
|
156971
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
156972
|
+
}
|
|
156973
|
+
},
|
|
156974
|
+
"tunnelId": {
|
|
156975
|
+
"defaultValue": null,
|
|
156976
|
+
"description": "@internal",
|
|
156977
|
+
"name": "tunnelId",
|
|
156978
|
+
"parent": {
|
|
156979
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
156980
|
+
"name": "PropsWithTunnel"
|
|
156981
|
+
},
|
|
156982
|
+
"declarations": [
|
|
156983
|
+
{
|
|
156984
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
156985
|
+
"name": "PropsWithTunnel"
|
|
156986
|
+
},
|
|
156987
|
+
{
|
|
156988
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
156989
|
+
"name": "PropsWithTunnel"
|
|
156990
|
+
}
|
|
156991
|
+
],
|
|
156992
|
+
"required": false,
|
|
156993
|
+
"type": {
|
|
156994
|
+
"name": "string | null"
|
|
156995
|
+
}
|
|
156996
|
+
},
|
|
156997
|
+
"ref": {
|
|
156998
|
+
"defaultValue": null,
|
|
156999
|
+
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
157000
|
+
"name": "ref",
|
|
157001
|
+
"parent": {
|
|
157002
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
157003
|
+
"name": "RefAttributes"
|
|
157004
|
+
},
|
|
157005
|
+
"declarations": [
|
|
157006
|
+
{
|
|
157007
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
157008
|
+
"name": "RefAttributes"
|
|
157009
|
+
}
|
|
157010
|
+
],
|
|
157011
|
+
"required": false,
|
|
157012
|
+
"type": {
|
|
157013
|
+
"name": "Ref<HTMLSpanElement>"
|
|
157014
|
+
}
|
|
157015
|
+
},
|
|
157016
|
+
"key": {
|
|
157017
|
+
"defaultValue": null,
|
|
157018
|
+
"description": "",
|
|
157019
|
+
"name": "key",
|
|
157020
|
+
"parent": {
|
|
157021
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
157022
|
+
"name": "Attributes"
|
|
157023
|
+
},
|
|
157024
|
+
"declarations": [
|
|
157025
|
+
{
|
|
157026
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
157027
|
+
"name": "Attributes"
|
|
157028
|
+
}
|
|
157029
|
+
],
|
|
157030
|
+
"required": false,
|
|
157031
|
+
"type": {
|
|
157032
|
+
"name": "Key | null"
|
|
157033
|
+
}
|
|
157034
|
+
},
|
|
157288
157035
|
"autoFocus": {
|
|
157289
157036
|
"defaultValue": null,
|
|
157290
157037
|
"description": "",
|
|
@@ -161411,10 +161158,6 @@
|
|
|
161411
161158
|
"name": "RefAttributes"
|
|
161412
161159
|
},
|
|
161413
161160
|
"declarations": [
|
|
161414
|
-
{
|
|
161415
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
161416
|
-
"name": "RefAttributes"
|
|
161417
|
-
},
|
|
161418
161161
|
{
|
|
161419
161162
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
161420
161163
|
"name": "RefAttributes"
|
|
@@ -161422,7 +161165,7 @@
|
|
|
161422
161165
|
],
|
|
161423
161166
|
"required": false,
|
|
161424
161167
|
"type": {
|
|
161425
|
-
"name": "
|
|
161168
|
+
"name": "Ref<HTMLSpanElement>"
|
|
161426
161169
|
}
|
|
161427
161170
|
},
|
|
161428
161171
|
"key": {
|
|
@@ -168279,10 +168022,6 @@
|
|
|
168279
168022
|
"name": "RefAttributes"
|
|
168280
168023
|
},
|
|
168281
168024
|
"declarations": [
|
|
168282
|
-
{
|
|
168283
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
168284
|
-
"name": "RefAttributes"
|
|
168285
|
-
},
|
|
168286
168025
|
{
|
|
168287
168026
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
168288
168027
|
"name": "RefAttributes"
|
|
@@ -168290,7 +168029,7 @@
|
|
|
168290
168029
|
],
|
|
168291
168030
|
"required": false,
|
|
168292
168031
|
"type": {
|
|
168293
|
-
"name": "
|
|
168032
|
+
"name": "Ref<HTMLSpanElement>"
|
|
168294
168033
|
}
|
|
168295
168034
|
},
|
|
168296
168035
|
"key": {
|
|
@@ -168437,6 +168176,25 @@
|
|
|
168437
168176
|
"name": "WordBreak"
|
|
168438
168177
|
}
|
|
168439
168178
|
},
|
|
168179
|
+
"noLigatures": {
|
|
168180
|
+
"defaultValue": null,
|
|
168181
|
+
"description": "",
|
|
168182
|
+
"name": "noLigatures",
|
|
168183
|
+
"parent": {
|
|
168184
|
+
"fileName": "components/src/components/Text/Text.tsx",
|
|
168185
|
+
"name": "TextProps"
|
|
168186
|
+
},
|
|
168187
|
+
"declarations": [
|
|
168188
|
+
{
|
|
168189
|
+
"fileName": "components/src/components/Text/Text.tsx",
|
|
168190
|
+
"name": "TextProps"
|
|
168191
|
+
}
|
|
168192
|
+
],
|
|
168193
|
+
"required": false,
|
|
168194
|
+
"type": {
|
|
168195
|
+
"name": "boolean"
|
|
168196
|
+
}
|
|
168197
|
+
},
|
|
168440
168198
|
"children": {
|
|
168441
168199
|
"defaultValue": null,
|
|
168442
168200
|
"description": "",
|
|
@@ -173758,10 +173516,6 @@
|
|
|
173758
173516
|
"name": "RefAttributes"
|
|
173759
173517
|
},
|
|
173760
173518
|
"declarations": [
|
|
173761
|
-
{
|
|
173762
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
173763
|
-
"name": "RefAttributes"
|
|
173764
|
-
},
|
|
173765
173519
|
{
|
|
173766
173520
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
173767
173521
|
"name": "RefAttributes"
|
|
@@ -173769,7 +173523,7 @@
|
|
|
173769
173523
|
],
|
|
173770
173524
|
"required": false,
|
|
173771
173525
|
"type": {
|
|
173772
|
-
"name": "
|
|
173526
|
+
"name": "Ref<HTMLSpanElement>"
|
|
173773
173527
|
}
|
|
173774
173528
|
},
|
|
173775
173529
|
"key": {
|
|
@@ -173809,10 +173563,6 @@
|
|
|
173809
173563
|
"name": "RefAttributes"
|
|
173810
173564
|
},
|
|
173811
173565
|
"declarations": [
|
|
173812
|
-
{
|
|
173813
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
173814
|
-
"name": "RefAttributes"
|
|
173815
|
-
},
|
|
173816
173566
|
{
|
|
173817
173567
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
173818
173568
|
"name": "RefAttributes"
|
|
@@ -173820,7 +173570,7 @@
|
|
|
173820
173570
|
],
|
|
173821
173571
|
"required": false,
|
|
173822
173572
|
"type": {
|
|
173823
|
-
"name": "
|
|
173573
|
+
"name": "Ref<HTMLSpanElement>"
|
|
173824
173574
|
}
|
|
173825
173575
|
},
|
|
173826
173576
|
"key": {
|
|
@@ -180873,10 +180623,6 @@
|
|
|
180873
180623
|
"name": "RefAttributes"
|
|
180874
180624
|
},
|
|
180875
180625
|
"declarations": [
|
|
180876
|
-
{
|
|
180877
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
180878
|
-
"name": "RefAttributes"
|
|
180879
|
-
},
|
|
180880
180626
|
{
|
|
180881
180627
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
180882
180628
|
"name": "RefAttributes"
|
|
@@ -180884,7 +180630,7 @@
|
|
|
180884
180630
|
],
|
|
180885
180631
|
"required": false,
|
|
180886
180632
|
"type": {
|
|
180887
|
-
"name": "
|
|
180633
|
+
"name": "Ref<HTMLSpanElement>"
|
|
180888
180634
|
}
|
|
180889
180635
|
},
|
|
180890
180636
|
"key": {
|
|
@@ -183079,10 +182825,6 @@
|
|
|
183079
182825
|
"name": "RefAttributes"
|
|
183080
182826
|
},
|
|
183081
182827
|
"declarations": [
|
|
183082
|
-
{
|
|
183083
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
183084
|
-
"name": "RefAttributes"
|
|
183085
|
-
},
|
|
183086
182828
|
{
|
|
183087
182829
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
183088
182830
|
"name": "RefAttributes"
|
|
@@ -183090,7 +182832,7 @@
|
|
|
183090
182832
|
],
|
|
183091
182833
|
"required": false,
|
|
183092
182834
|
"type": {
|
|
183093
|
-
"name": "
|
|
182835
|
+
"name": "Ref<HTMLSpanElement>"
|
|
183094
182836
|
}
|
|
183095
182837
|
},
|
|
183096
182838
|
"key": {
|
|
@@ -185266,10 +185008,6 @@
|
|
|
185266
185008
|
"name": "RefAttributes"
|
|
185267
185009
|
},
|
|
185268
185010
|
"declarations": [
|
|
185269
|
-
{
|
|
185270
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
185271
|
-
"name": "RefAttributes"
|
|
185272
|
-
},
|
|
185273
185011
|
{
|
|
185274
185012
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
185275
185013
|
"name": "RefAttributes"
|
|
@@ -185277,7 +185015,7 @@
|
|
|
185277
185015
|
],
|
|
185278
185016
|
"required": false,
|
|
185279
185017
|
"type": {
|
|
185280
|
-
"name": "
|
|
185018
|
+
"name": "Ref<HTMLSpanElement>"
|
|
185281
185019
|
}
|
|
185282
185020
|
},
|
|
185283
185021
|
"key": {
|
|
@@ -188697,10 +188435,6 @@
|
|
|
188697
188435
|
"name": "RefAttributes"
|
|
188698
188436
|
},
|
|
188699
188437
|
"declarations": [
|
|
188700
|
-
{
|
|
188701
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
188702
|
-
"name": "RefAttributes"
|
|
188703
|
-
},
|
|
188704
188438
|
{
|
|
188705
188439
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
188706
188440
|
"name": "RefAttributes"
|
|
@@ -188708,7 +188442,7 @@
|
|
|
188708
188442
|
],
|
|
188709
188443
|
"required": false,
|
|
188710
188444
|
"type": {
|
|
188711
|
-
"name": "
|
|
188445
|
+
"name": "Ref<HTMLSpanElement>"
|
|
188712
188446
|
}
|
|
188713
188447
|
},
|
|
188714
188448
|
"key": {
|
|
@@ -194104,10 +193838,6 @@
|
|
|
194104
193838
|
"name": "RefAttributes"
|
|
194105
193839
|
},
|
|
194106
193840
|
"declarations": [
|
|
194107
|
-
{
|
|
194108
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
194109
|
-
"name": "RefAttributes"
|
|
194110
|
-
},
|
|
194111
193841
|
{
|
|
194112
193842
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
194113
193843
|
"name": "RefAttributes"
|
|
@@ -194115,7 +193845,7 @@
|
|
|
194115
193845
|
],
|
|
194116
193846
|
"required": false,
|
|
194117
193847
|
"type": {
|
|
194118
|
-
"name": "
|
|
193848
|
+
"name": "Ref<HTMLSpanElement>"
|
|
194119
193849
|
}
|
|
194120
193850
|
},
|
|
194121
193851
|
"key": {
|
|
@@ -194167,86 +193897,6 @@
|
|
|
194167
193897
|
"name": "string"
|
|
194168
193898
|
}
|
|
194169
193899
|
},
|
|
194170
|
-
"wrapWith": {
|
|
194171
|
-
"defaultValue": null,
|
|
194172
|
-
"description": "",
|
|
194173
|
-
"name": "wrapWith",
|
|
194174
|
-
"parent": {
|
|
194175
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
194176
|
-
"name": "FlowComponentProps"
|
|
194177
|
-
},
|
|
194178
|
-
"declarations": [
|
|
194179
|
-
{
|
|
194180
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
194181
|
-
"name": "FlowComponentProps"
|
|
194182
|
-
}
|
|
194183
|
-
],
|
|
194184
|
-
"required": false,
|
|
194185
|
-
"type": {
|
|
194186
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
194187
|
-
}
|
|
194188
|
-
},
|
|
194189
|
-
"tunnelId": {
|
|
194190
|
-
"defaultValue": null,
|
|
194191
|
-
"description": "@internal",
|
|
194192
|
-
"name": "tunnelId",
|
|
194193
|
-
"parent": {
|
|
194194
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
194195
|
-
"name": "PropsWithTunnel"
|
|
194196
|
-
},
|
|
194197
|
-
"declarations": [
|
|
194198
|
-
{
|
|
194199
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
194200
|
-
"name": "PropsWithTunnel"
|
|
194201
|
-
}
|
|
194202
|
-
],
|
|
194203
|
-
"required": false,
|
|
194204
|
-
"type": {
|
|
194205
|
-
"name": "string | null"
|
|
194206
|
-
}
|
|
194207
|
-
},
|
|
194208
|
-
"ref": {
|
|
194209
|
-
"defaultValue": null,
|
|
194210
|
-
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
194211
|
-
"name": "ref",
|
|
194212
|
-
"parent": {
|
|
194213
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
194214
|
-
"name": "RefAttributes"
|
|
194215
|
-
},
|
|
194216
|
-
"declarations": [
|
|
194217
|
-
{
|
|
194218
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
194219
|
-
"name": "RefAttributes"
|
|
194220
|
-
},
|
|
194221
|
-
{
|
|
194222
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
194223
|
-
"name": "RefAttributes"
|
|
194224
|
-
}
|
|
194225
|
-
],
|
|
194226
|
-
"required": false,
|
|
194227
|
-
"type": {
|
|
194228
|
-
"name": "((instance: null) => void | (() => VoidOrUndefinedOnly)) | RefObject<null> | ((instance: null) => void | (() => VoidOrUndefinedOnly)) | null"
|
|
194229
|
-
}
|
|
194230
|
-
},
|
|
194231
|
-
"key": {
|
|
194232
|
-
"defaultValue": null,
|
|
194233
|
-
"description": "",
|
|
194234
|
-
"name": "key",
|
|
194235
|
-
"parent": {
|
|
194236
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
194237
|
-
"name": "Attributes"
|
|
194238
|
-
},
|
|
194239
|
-
"declarations": [
|
|
194240
|
-
{
|
|
194241
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
194242
|
-
"name": "Attributes"
|
|
194243
|
-
}
|
|
194244
|
-
],
|
|
194245
|
-
"required": false,
|
|
194246
|
-
"type": {
|
|
194247
|
-
"name": "Key | null"
|
|
194248
|
-
}
|
|
194249
|
-
},
|
|
194250
193900
|
"children": {
|
|
194251
193901
|
"defaultValue": null,
|
|
194252
193902
|
"description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
|
|
@@ -195674,6 +195324,82 @@
|
|
|
195674
195324
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
195675
195325
|
}
|
|
195676
195326
|
},
|
|
195327
|
+
"wrapWith": {
|
|
195328
|
+
"defaultValue": null,
|
|
195329
|
+
"description": "",
|
|
195330
|
+
"name": "wrapWith",
|
|
195331
|
+
"parent": {
|
|
195332
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
195333
|
+
"name": "FlowComponentProps"
|
|
195334
|
+
},
|
|
195335
|
+
"declarations": [
|
|
195336
|
+
{
|
|
195337
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
195338
|
+
"name": "FlowComponentProps"
|
|
195339
|
+
}
|
|
195340
|
+
],
|
|
195341
|
+
"required": false,
|
|
195342
|
+
"type": {
|
|
195343
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
195344
|
+
}
|
|
195345
|
+
},
|
|
195346
|
+
"tunnelId": {
|
|
195347
|
+
"defaultValue": null,
|
|
195348
|
+
"description": "@internal",
|
|
195349
|
+
"name": "tunnelId",
|
|
195350
|
+
"parent": {
|
|
195351
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
195352
|
+
"name": "PropsWithTunnel"
|
|
195353
|
+
},
|
|
195354
|
+
"declarations": [
|
|
195355
|
+
{
|
|
195356
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
195357
|
+
"name": "PropsWithTunnel"
|
|
195358
|
+
}
|
|
195359
|
+
],
|
|
195360
|
+
"required": false,
|
|
195361
|
+
"type": {
|
|
195362
|
+
"name": "string | null"
|
|
195363
|
+
}
|
|
195364
|
+
},
|
|
195365
|
+
"ref": {
|
|
195366
|
+
"defaultValue": null,
|
|
195367
|
+
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
195368
|
+
"name": "ref",
|
|
195369
|
+
"parent": {
|
|
195370
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
195371
|
+
"name": "RefAttributes"
|
|
195372
|
+
},
|
|
195373
|
+
"declarations": [
|
|
195374
|
+
{
|
|
195375
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
195376
|
+
"name": "RefAttributes"
|
|
195377
|
+
}
|
|
195378
|
+
],
|
|
195379
|
+
"required": false,
|
|
195380
|
+
"type": {
|
|
195381
|
+
"name": "Ref<HTMLSpanElement>"
|
|
195382
|
+
}
|
|
195383
|
+
},
|
|
195384
|
+
"key": {
|
|
195385
|
+
"defaultValue": null,
|
|
195386
|
+
"description": "",
|
|
195387
|
+
"name": "key",
|
|
195388
|
+
"parent": {
|
|
195389
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
195390
|
+
"name": "Attributes"
|
|
195391
|
+
},
|
|
195392
|
+
"declarations": [
|
|
195393
|
+
{
|
|
195394
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
195395
|
+
"name": "Attributes"
|
|
195396
|
+
}
|
|
195397
|
+
],
|
|
195398
|
+
"required": false,
|
|
195399
|
+
"type": {
|
|
195400
|
+
"name": "Key | null"
|
|
195401
|
+
}
|
|
195402
|
+
},
|
|
195677
195403
|
"isDisabled": {
|
|
195678
195404
|
"defaultValue": null,
|
|
195679
195405
|
"description": "Whether the button is disabled.",
|
|
@@ -196531,86 +196257,6 @@
|
|
|
196531
196257
|
"name": "number"
|
|
196532
196258
|
}
|
|
196533
196259
|
},
|
|
196534
|
-
"wrapWith": {
|
|
196535
|
-
"defaultValue": null,
|
|
196536
|
-
"description": "",
|
|
196537
|
-
"name": "wrapWith",
|
|
196538
|
-
"parent": {
|
|
196539
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
196540
|
-
"name": "FlowComponentProps"
|
|
196541
|
-
},
|
|
196542
|
-
"declarations": [
|
|
196543
|
-
{
|
|
196544
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
196545
|
-
"name": "FlowComponentProps"
|
|
196546
|
-
}
|
|
196547
|
-
],
|
|
196548
|
-
"required": false,
|
|
196549
|
-
"type": {
|
|
196550
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
196551
|
-
}
|
|
196552
|
-
},
|
|
196553
|
-
"tunnelId": {
|
|
196554
|
-
"defaultValue": null,
|
|
196555
|
-
"description": "@internal",
|
|
196556
|
-
"name": "tunnelId",
|
|
196557
|
-
"parent": {
|
|
196558
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
196559
|
-
"name": "PropsWithTunnel"
|
|
196560
|
-
},
|
|
196561
|
-
"declarations": [
|
|
196562
|
-
{
|
|
196563
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
196564
|
-
"name": "PropsWithTunnel"
|
|
196565
|
-
}
|
|
196566
|
-
],
|
|
196567
|
-
"required": false,
|
|
196568
|
-
"type": {
|
|
196569
|
-
"name": "string | null"
|
|
196570
|
-
}
|
|
196571
|
-
},
|
|
196572
|
-
"ref": {
|
|
196573
|
-
"defaultValue": null,
|
|
196574
|
-
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
196575
|
-
"name": "ref",
|
|
196576
|
-
"parent": {
|
|
196577
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
196578
|
-
"name": "RefAttributes"
|
|
196579
|
-
},
|
|
196580
|
-
"declarations": [
|
|
196581
|
-
{
|
|
196582
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
196583
|
-
"name": "RefAttributes"
|
|
196584
|
-
},
|
|
196585
|
-
{
|
|
196586
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
196587
|
-
"name": "RefAttributes"
|
|
196588
|
-
}
|
|
196589
|
-
],
|
|
196590
|
-
"required": false,
|
|
196591
|
-
"type": {
|
|
196592
|
-
"name": "((instance: null) => void | (() => VoidOrUndefinedOnly)) | RefObject<null> | ((instance: null) => void | (() => VoidOrUndefinedOnly)) | null"
|
|
196593
|
-
}
|
|
196594
|
-
},
|
|
196595
|
-
"key": {
|
|
196596
|
-
"defaultValue": null,
|
|
196597
|
-
"description": "",
|
|
196598
|
-
"name": "key",
|
|
196599
|
-
"parent": {
|
|
196600
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
196601
|
-
"name": "Attributes"
|
|
196602
|
-
},
|
|
196603
|
-
"declarations": [
|
|
196604
|
-
{
|
|
196605
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
196606
|
-
"name": "Attributes"
|
|
196607
|
-
}
|
|
196608
|
-
],
|
|
196609
|
-
"required": false,
|
|
196610
|
-
"type": {
|
|
196611
|
-
"name": "Key | null"
|
|
196612
|
-
}
|
|
196613
|
-
},
|
|
196614
196260
|
"children": {
|
|
196615
196261
|
"defaultValue": null,
|
|
196616
196262
|
"description": "",
|
|
@@ -198293,6 +197939,82 @@
|
|
|
198293
197939
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
198294
197940
|
}
|
|
198295
197941
|
},
|
|
197942
|
+
"wrapWith": {
|
|
197943
|
+
"defaultValue": null,
|
|
197944
|
+
"description": "",
|
|
197945
|
+
"name": "wrapWith",
|
|
197946
|
+
"parent": {
|
|
197947
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
197948
|
+
"name": "FlowComponentProps"
|
|
197949
|
+
},
|
|
197950
|
+
"declarations": [
|
|
197951
|
+
{
|
|
197952
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
197953
|
+
"name": "FlowComponentProps"
|
|
197954
|
+
}
|
|
197955
|
+
],
|
|
197956
|
+
"required": false,
|
|
197957
|
+
"type": {
|
|
197958
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
197959
|
+
}
|
|
197960
|
+
},
|
|
197961
|
+
"tunnelId": {
|
|
197962
|
+
"defaultValue": null,
|
|
197963
|
+
"description": "@internal",
|
|
197964
|
+
"name": "tunnelId",
|
|
197965
|
+
"parent": {
|
|
197966
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
197967
|
+
"name": "PropsWithTunnel"
|
|
197968
|
+
},
|
|
197969
|
+
"declarations": [
|
|
197970
|
+
{
|
|
197971
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
197972
|
+
"name": "PropsWithTunnel"
|
|
197973
|
+
}
|
|
197974
|
+
],
|
|
197975
|
+
"required": false,
|
|
197976
|
+
"type": {
|
|
197977
|
+
"name": "string | null"
|
|
197978
|
+
}
|
|
197979
|
+
},
|
|
197980
|
+
"ref": {
|
|
197981
|
+
"defaultValue": null,
|
|
197982
|
+
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
197983
|
+
"name": "ref",
|
|
197984
|
+
"parent": {
|
|
197985
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
197986
|
+
"name": "RefAttributes"
|
|
197987
|
+
},
|
|
197988
|
+
"declarations": [
|
|
197989
|
+
{
|
|
197990
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
197991
|
+
"name": "RefAttributes"
|
|
197992
|
+
}
|
|
197993
|
+
],
|
|
197994
|
+
"required": false,
|
|
197995
|
+
"type": {
|
|
197996
|
+
"name": "Ref<HTMLSpanElement>"
|
|
197997
|
+
}
|
|
197998
|
+
},
|
|
197999
|
+
"key": {
|
|
198000
|
+
"defaultValue": null,
|
|
198001
|
+
"description": "",
|
|
198002
|
+
"name": "key",
|
|
198003
|
+
"parent": {
|
|
198004
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
198005
|
+
"name": "Attributes"
|
|
198006
|
+
},
|
|
198007
|
+
"declarations": [
|
|
198008
|
+
{
|
|
198009
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
198010
|
+
"name": "Attributes"
|
|
198011
|
+
}
|
|
198012
|
+
],
|
|
198013
|
+
"required": false,
|
|
198014
|
+
"type": {
|
|
198015
|
+
"name": "Key | null"
|
|
198016
|
+
}
|
|
198017
|
+
},
|
|
198296
198018
|
"slot": {
|
|
198297
198019
|
"defaultValue": null,
|
|
198298
198020
|
"description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
|
|
@@ -198599,86 +198321,6 @@
|
|
|
198599
198321
|
"name": "number"
|
|
198600
198322
|
}
|
|
198601
198323
|
},
|
|
198602
|
-
"wrapWith": {
|
|
198603
|
-
"defaultValue": null,
|
|
198604
|
-
"description": "",
|
|
198605
|
-
"name": "wrapWith",
|
|
198606
|
-
"parent": {
|
|
198607
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
198608
|
-
"name": "FlowComponentProps"
|
|
198609
|
-
},
|
|
198610
|
-
"declarations": [
|
|
198611
|
-
{
|
|
198612
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
198613
|
-
"name": "FlowComponentProps"
|
|
198614
|
-
}
|
|
198615
|
-
],
|
|
198616
|
-
"required": false,
|
|
198617
|
-
"type": {
|
|
198618
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
198619
|
-
}
|
|
198620
|
-
},
|
|
198621
|
-
"tunnelId": {
|
|
198622
|
-
"defaultValue": null,
|
|
198623
|
-
"description": "@internal",
|
|
198624
|
-
"name": "tunnelId",
|
|
198625
|
-
"parent": {
|
|
198626
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
198627
|
-
"name": "PropsWithTunnel"
|
|
198628
|
-
},
|
|
198629
|
-
"declarations": [
|
|
198630
|
-
{
|
|
198631
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
198632
|
-
"name": "PropsWithTunnel"
|
|
198633
|
-
}
|
|
198634
|
-
],
|
|
198635
|
-
"required": false,
|
|
198636
|
-
"type": {
|
|
198637
|
-
"name": "string | null"
|
|
198638
|
-
}
|
|
198639
|
-
},
|
|
198640
|
-
"ref": {
|
|
198641
|
-
"defaultValue": null,
|
|
198642
|
-
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
198643
|
-
"name": "ref",
|
|
198644
|
-
"parent": {
|
|
198645
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
198646
|
-
"name": "RefAttributes"
|
|
198647
|
-
},
|
|
198648
|
-
"declarations": [
|
|
198649
|
-
{
|
|
198650
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
198651
|
-
"name": "RefAttributes"
|
|
198652
|
-
},
|
|
198653
|
-
{
|
|
198654
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
198655
|
-
"name": "RefAttributes"
|
|
198656
|
-
}
|
|
198657
|
-
],
|
|
198658
|
-
"required": false,
|
|
198659
|
-
"type": {
|
|
198660
|
-
"name": "((instance: null) => void | (() => VoidOrUndefinedOnly)) | RefObject<null> | ((instance: null) => void | (() => VoidOrUndefinedOnly)) | null"
|
|
198661
|
-
}
|
|
198662
|
-
},
|
|
198663
|
-
"key": {
|
|
198664
|
-
"defaultValue": null,
|
|
198665
|
-
"description": "",
|
|
198666
|
-
"name": "key",
|
|
198667
|
-
"parent": {
|
|
198668
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
198669
|
-
"name": "Attributes"
|
|
198670
|
-
},
|
|
198671
|
-
"declarations": [
|
|
198672
|
-
{
|
|
198673
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
198674
|
-
"name": "Attributes"
|
|
198675
|
-
}
|
|
198676
|
-
],
|
|
198677
|
-
"required": false,
|
|
198678
|
-
"type": {
|
|
198679
|
-
"name": "Key | null"
|
|
198680
|
-
}
|
|
198681
|
-
},
|
|
198682
198324
|
"children": {
|
|
198683
198325
|
"defaultValue": null,
|
|
198684
198326
|
"description": "",
|
|
@@ -200361,6 +200003,82 @@
|
|
|
200361
200003
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
200362
200004
|
}
|
|
200363
200005
|
},
|
|
200006
|
+
"wrapWith": {
|
|
200007
|
+
"defaultValue": null,
|
|
200008
|
+
"description": "",
|
|
200009
|
+
"name": "wrapWith",
|
|
200010
|
+
"parent": {
|
|
200011
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
200012
|
+
"name": "FlowComponentProps"
|
|
200013
|
+
},
|
|
200014
|
+
"declarations": [
|
|
200015
|
+
{
|
|
200016
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
200017
|
+
"name": "FlowComponentProps"
|
|
200018
|
+
}
|
|
200019
|
+
],
|
|
200020
|
+
"required": false,
|
|
200021
|
+
"type": {
|
|
200022
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
200023
|
+
}
|
|
200024
|
+
},
|
|
200025
|
+
"tunnelId": {
|
|
200026
|
+
"defaultValue": null,
|
|
200027
|
+
"description": "@internal",
|
|
200028
|
+
"name": "tunnelId",
|
|
200029
|
+
"parent": {
|
|
200030
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
200031
|
+
"name": "PropsWithTunnel"
|
|
200032
|
+
},
|
|
200033
|
+
"declarations": [
|
|
200034
|
+
{
|
|
200035
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
200036
|
+
"name": "PropsWithTunnel"
|
|
200037
|
+
}
|
|
200038
|
+
],
|
|
200039
|
+
"required": false,
|
|
200040
|
+
"type": {
|
|
200041
|
+
"name": "string | null"
|
|
200042
|
+
}
|
|
200043
|
+
},
|
|
200044
|
+
"ref": {
|
|
200045
|
+
"defaultValue": null,
|
|
200046
|
+
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
200047
|
+
"name": "ref",
|
|
200048
|
+
"parent": {
|
|
200049
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
200050
|
+
"name": "RefAttributes"
|
|
200051
|
+
},
|
|
200052
|
+
"declarations": [
|
|
200053
|
+
{
|
|
200054
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
200055
|
+
"name": "RefAttributes"
|
|
200056
|
+
}
|
|
200057
|
+
],
|
|
200058
|
+
"required": false,
|
|
200059
|
+
"type": {
|
|
200060
|
+
"name": "Ref<HTMLSpanElement>"
|
|
200061
|
+
}
|
|
200062
|
+
},
|
|
200063
|
+
"key": {
|
|
200064
|
+
"defaultValue": null,
|
|
200065
|
+
"description": "",
|
|
200066
|
+
"name": "key",
|
|
200067
|
+
"parent": {
|
|
200068
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
200069
|
+
"name": "Attributes"
|
|
200070
|
+
},
|
|
200071
|
+
"declarations": [
|
|
200072
|
+
{
|
|
200073
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
200074
|
+
"name": "Attributes"
|
|
200075
|
+
}
|
|
200076
|
+
],
|
|
200077
|
+
"required": false,
|
|
200078
|
+
"type": {
|
|
200079
|
+
"name": "Key | null"
|
|
200080
|
+
}
|
|
200081
|
+
},
|
|
200364
200082
|
"slot": {
|
|
200365
200083
|
"defaultValue": null,
|
|
200366
200084
|
"description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
|
|
@@ -206062,10 +205780,6 @@
|
|
|
206062
205780
|
"name": "RefAttributes"
|
|
206063
205781
|
},
|
|
206064
205782
|
"declarations": [
|
|
206065
|
-
{
|
|
206066
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
206067
|
-
"name": "RefAttributes"
|
|
206068
|
-
},
|
|
206069
205783
|
{
|
|
206070
205784
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
206071
205785
|
"name": "RefAttributes"
|
|
@@ -206073,7 +205787,7 @@
|
|
|
206073
205787
|
],
|
|
206074
205788
|
"required": false,
|
|
206075
205789
|
"type": {
|
|
206076
|
-
"name": "
|
|
205790
|
+
"name": "Ref<HTMLSpanElement>"
|
|
206077
205791
|
}
|
|
206078
205792
|
},
|
|
206079
205793
|
"key": {
|
|
@@ -208312,10 +208026,6 @@
|
|
|
208312
208026
|
"name": "RefAttributes"
|
|
208313
208027
|
},
|
|
208314
208028
|
"declarations": [
|
|
208315
|
-
{
|
|
208316
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
208317
|
-
"name": "RefAttributes"
|
|
208318
|
-
},
|
|
208319
208029
|
{
|
|
208320
208030
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
208321
208031
|
"name": "RefAttributes"
|
|
@@ -208323,7 +208033,7 @@
|
|
|
208323
208033
|
],
|
|
208324
208034
|
"required": false,
|
|
208325
208035
|
"type": {
|
|
208326
|
-
"name": "
|
|
208036
|
+
"name": "Ref<HTMLSpanElement>"
|
|
208327
208037
|
}
|
|
208328
208038
|
},
|
|
208329
208039
|
"key": {
|
|
@@ -213812,10 +213522,6 @@
|
|
|
213812
213522
|
"name": "RefAttributes"
|
|
213813
213523
|
},
|
|
213814
213524
|
"declarations": [
|
|
213815
|
-
{
|
|
213816
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
213817
|
-
"name": "RefAttributes"
|
|
213818
|
-
},
|
|
213819
213525
|
{
|
|
213820
213526
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
213821
213527
|
"name": "RefAttributes"
|
|
@@ -213823,7 +213529,7 @@
|
|
|
213823
213529
|
],
|
|
213824
213530
|
"required": false,
|
|
213825
213531
|
"type": {
|
|
213826
|
-
"name": "
|
|
213532
|
+
"name": "Ref<HTMLSpanElement>"
|
|
213827
213533
|
}
|
|
213828
213534
|
},
|
|
213829
213535
|
"key": {
|
|
@@ -219749,10 +219455,6 @@
|
|
|
219749
219455
|
"name": "RefAttributes"
|
|
219750
219456
|
},
|
|
219751
219457
|
"declarations": [
|
|
219752
|
-
{
|
|
219753
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
219754
|
-
"name": "RefAttributes"
|
|
219755
|
-
},
|
|
219756
219458
|
{
|
|
219757
219459
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
219758
219460
|
"name": "RefAttributes"
|
|
@@ -219760,7 +219462,7 @@
|
|
|
219760
219462
|
],
|
|
219761
219463
|
"required": false,
|
|
219762
219464
|
"type": {
|
|
219763
|
-
"name": "
|
|
219465
|
+
"name": "Ref<HTMLSpanElement>"
|
|
219764
219466
|
}
|
|
219765
219467
|
},
|
|
219766
219468
|
"key": {
|
|
@@ -221811,10 +221513,6 @@
|
|
|
221811
221513
|
"name": "RefAttributes"
|
|
221812
221514
|
},
|
|
221813
221515
|
"declarations": [
|
|
221814
|
-
{
|
|
221815
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
221816
|
-
"name": "RefAttributes"
|
|
221817
|
-
},
|
|
221818
221516
|
{
|
|
221819
221517
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
221820
221518
|
"name": "RefAttributes"
|
|
@@ -221822,7 +221520,7 @@
|
|
|
221822
221520
|
],
|
|
221823
221521
|
"required": false,
|
|
221824
221522
|
"type": {
|
|
221825
|
-
"name": "
|
|
221523
|
+
"name": "Ref<HTMLSpanElement>"
|
|
221826
221524
|
}
|
|
221827
221525
|
},
|
|
221828
221526
|
"key": {
|
|
@@ -223973,10 +223671,6 @@
|
|
|
223973
223671
|
"name": "RefAttributes"
|
|
223974
223672
|
},
|
|
223975
223673
|
"declarations": [
|
|
223976
|
-
{
|
|
223977
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
223978
|
-
"name": "RefAttributes"
|
|
223979
|
-
},
|
|
223980
223674
|
{
|
|
223981
223675
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
223982
223676
|
"name": "RefAttributes"
|
|
@@ -223984,7 +223678,7 @@
|
|
|
223984
223678
|
],
|
|
223985
223679
|
"required": false,
|
|
223986
223680
|
"type": {
|
|
223987
|
-
"name": "
|
|
223681
|
+
"name": "Ref<HTMLSpanElement>"
|
|
223988
223682
|
}
|
|
223989
223683
|
},
|
|
223990
223684
|
"key": {
|
|
@@ -226135,10 +225829,6 @@
|
|
|
226135
225829
|
"name": "RefAttributes"
|
|
226136
225830
|
},
|
|
226137
225831
|
"declarations": [
|
|
226138
|
-
{
|
|
226139
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
226140
|
-
"name": "RefAttributes"
|
|
226141
|
-
},
|
|
226142
225832
|
{
|
|
226143
225833
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
226144
225834
|
"name": "RefAttributes"
|
|
@@ -226146,7 +225836,7 @@
|
|
|
226146
225836
|
],
|
|
226147
225837
|
"required": false,
|
|
226148
225838
|
"type": {
|
|
226149
|
-
"name": "
|
|
225839
|
+
"name": "Ref<HTMLSpanElement>"
|
|
226150
225840
|
}
|
|
226151
225841
|
},
|
|
226152
225842
|
"key": {
|
|
@@ -228748,10 +228438,6 @@
|
|
|
228748
228438
|
"name": "RefAttributes"
|
|
228749
228439
|
},
|
|
228750
228440
|
"declarations": [
|
|
228751
|
-
{
|
|
228752
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
228753
|
-
"name": "RefAttributes"
|
|
228754
|
-
},
|
|
228755
228441
|
{
|
|
228756
228442
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
228757
228443
|
"name": "RefAttributes"
|
|
@@ -228759,7 +228445,7 @@
|
|
|
228759
228445
|
],
|
|
228760
228446
|
"required": false,
|
|
228761
228447
|
"type": {
|
|
228762
|
-
"name": "
|
|
228448
|
+
"name": "Ref<HTMLSpanElement>"
|
|
228763
228449
|
}
|
|
228764
228450
|
},
|
|
228765
228451
|
"key": {
|
|
@@ -230610,10 +230296,6 @@
|
|
|
230610
230296
|
"name": "RefAttributes"
|
|
230611
230297
|
},
|
|
230612
230298
|
"declarations": [
|
|
230613
|
-
{
|
|
230614
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
230615
|
-
"name": "RefAttributes"
|
|
230616
|
-
},
|
|
230617
230299
|
{
|
|
230618
230300
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
230619
230301
|
"name": "RefAttributes"
|
|
@@ -230621,7 +230303,7 @@
|
|
|
230621
230303
|
],
|
|
230622
230304
|
"required": false,
|
|
230623
230305
|
"type": {
|
|
230624
|
-
"name": "
|
|
230306
|
+
"name": "Ref<HTMLSpanElement>"
|
|
230625
230307
|
}
|
|
230626
230308
|
},
|
|
230627
230309
|
"key": {
|
|
@@ -230917,10 +230599,6 @@
|
|
|
230917
230599
|
"name": "RefAttributes"
|
|
230918
230600
|
},
|
|
230919
230601
|
"declarations": [
|
|
230920
|
-
{
|
|
230921
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
230922
|
-
"name": "RefAttributes"
|
|
230923
|
-
},
|
|
230924
230602
|
{
|
|
230925
230603
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
230926
230604
|
"name": "RefAttributes"
|
|
@@ -230928,7 +230606,7 @@
|
|
|
230928
230606
|
],
|
|
230929
230607
|
"required": false,
|
|
230930
230608
|
"type": {
|
|
230931
|
-
"name": "
|
|
230609
|
+
"name": "Ref<HTMLSpanElement>"
|
|
230932
230610
|
}
|
|
230933
230611
|
},
|
|
230934
230612
|
"key": {
|
|
@@ -231042,10 +230720,6 @@
|
|
|
231042
230720
|
"name": "RefAttributes"
|
|
231043
230721
|
},
|
|
231044
230722
|
"declarations": [
|
|
231045
|
-
{
|
|
231046
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
231047
|
-
"name": "RefAttributes"
|
|
231048
|
-
},
|
|
231049
230723
|
{
|
|
231050
230724
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
231051
230725
|
"name": "RefAttributes"
|
|
@@ -231053,7 +230727,7 @@
|
|
|
231053
230727
|
],
|
|
231054
230728
|
"required": false,
|
|
231055
230729
|
"type": {
|
|
231056
|
-
"name": "
|
|
230730
|
+
"name": "Ref<HTMLSpanElement>"
|
|
231057
230731
|
}
|
|
231058
230732
|
},
|
|
231059
230733
|
"key": {
|
|
@@ -231247,10 +230921,6 @@
|
|
|
231247
230921
|
"name": "RefAttributes"
|
|
231248
230922
|
},
|
|
231249
230923
|
"declarations": [
|
|
231250
|
-
{
|
|
231251
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
231252
|
-
"name": "RefAttributes"
|
|
231253
|
-
},
|
|
231254
230924
|
{
|
|
231255
230925
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
231256
230926
|
"name": "RefAttributes"
|
|
@@ -231258,7 +230928,7 @@
|
|
|
231258
230928
|
],
|
|
231259
230929
|
"required": false,
|
|
231260
230930
|
"type": {
|
|
231261
|
-
"name": "
|
|
230931
|
+
"name": "Ref<HTMLSpanElement>"
|
|
231262
230932
|
}
|
|
231263
230933
|
},
|
|
231264
230934
|
"key": {
|
|
@@ -231372,10 +231042,6 @@
|
|
|
231372
231042
|
"name": "RefAttributes"
|
|
231373
231043
|
},
|
|
231374
231044
|
"declarations": [
|
|
231375
|
-
{
|
|
231376
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
231377
|
-
"name": "RefAttributes"
|
|
231378
|
-
},
|
|
231379
231045
|
{
|
|
231380
231046
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
231381
231047
|
"name": "RefAttributes"
|
|
@@ -231383,7 +231049,7 @@
|
|
|
231383
231049
|
],
|
|
231384
231050
|
"required": false,
|
|
231385
231051
|
"type": {
|
|
231386
|
-
"name": "
|
|
231052
|
+
"name": "Ref<HTMLSpanElement>"
|
|
231387
231053
|
}
|
|
231388
231054
|
},
|
|
231389
231055
|
"key": {
|
|
@@ -240714,10 +240380,6 @@
|
|
|
240714
240380
|
"name": "RefAttributes"
|
|
240715
240381
|
},
|
|
240716
240382
|
"declarations": [
|
|
240717
|
-
{
|
|
240718
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
240719
|
-
"name": "RefAttributes"
|
|
240720
|
-
},
|
|
240721
240383
|
{
|
|
240722
240384
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
240723
240385
|
"name": "RefAttributes"
|
|
@@ -240725,7 +240387,7 @@
|
|
|
240725
240387
|
],
|
|
240726
240388
|
"required": false,
|
|
240727
240389
|
"type": {
|
|
240728
|
-
"name": "
|
|
240390
|
+
"name": "Ref<HTMLSpanElement>"
|
|
240729
240391
|
}
|
|
240730
240392
|
},
|
|
240731
240393
|
"key": {
|
|
@@ -240850,10 +240512,6 @@
|
|
|
240850
240512
|
"name": "RefAttributes"
|
|
240851
240513
|
},
|
|
240852
240514
|
"declarations": [
|
|
240853
|
-
{
|
|
240854
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
240855
|
-
"name": "RefAttributes"
|
|
240856
|
-
},
|
|
240857
240515
|
{
|
|
240858
240516
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
240859
240517
|
"name": "RefAttributes"
|
|
@@ -240861,7 +240519,7 @@
|
|
|
240861
240519
|
],
|
|
240862
240520
|
"required": false,
|
|
240863
240521
|
"type": {
|
|
240864
|
-
"name": "
|
|
240522
|
+
"name": "Ref<HTMLSpanElement>"
|
|
240865
240523
|
}
|
|
240866
240524
|
},
|
|
240867
240525
|
"key": {
|
|
@@ -240922,10 +240580,6 @@
|
|
|
240922
240580
|
"name": "RefAttributes"
|
|
240923
240581
|
},
|
|
240924
240582
|
"declarations": [
|
|
240925
|
-
{
|
|
240926
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
240927
|
-
"name": "RefAttributes"
|
|
240928
|
-
},
|
|
240929
240583
|
{
|
|
240930
240584
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
240931
240585
|
"name": "RefAttributes"
|
|
@@ -240933,7 +240587,7 @@
|
|
|
240933
240587
|
],
|
|
240934
240588
|
"required": false,
|
|
240935
240589
|
"type": {
|
|
240936
|
-
"name": "
|
|
240590
|
+
"name": "Ref<HTMLSpanElement>"
|
|
240937
240591
|
}
|
|
240938
240592
|
},
|
|
240939
240593
|
"key": {
|
|
@@ -246465,10 +246119,6 @@
|
|
|
246465
246119
|
"name": "RefAttributes"
|
|
246466
246120
|
},
|
|
246467
246121
|
"declarations": [
|
|
246468
|
-
{
|
|
246469
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
246470
|
-
"name": "RefAttributes"
|
|
246471
|
-
},
|
|
246472
246122
|
{
|
|
246473
246123
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
246474
246124
|
"name": "RefAttributes"
|
|
@@ -246476,7 +246126,7 @@
|
|
|
246476
246126
|
],
|
|
246477
246127
|
"required": false,
|
|
246478
246128
|
"type": {
|
|
246479
|
-
"name": "
|
|
246129
|
+
"name": "Ref<HTMLSpanElement>"
|
|
246480
246130
|
}
|
|
246481
246131
|
},
|
|
246482
246132
|
"key": {
|
|
@@ -246821,10 +246471,6 @@
|
|
|
246821
246471
|
"name": "RefAttributes"
|
|
246822
246472
|
},
|
|
246823
246473
|
"declarations": [
|
|
246824
|
-
{
|
|
246825
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
246826
|
-
"name": "RefAttributes"
|
|
246827
|
-
},
|
|
246828
246474
|
{
|
|
246829
246475
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
246830
246476
|
"name": "RefAttributes"
|
|
@@ -246832,7 +246478,7 @@
|
|
|
246832
246478
|
],
|
|
246833
246479
|
"required": false,
|
|
246834
246480
|
"type": {
|
|
246835
|
-
"name": "
|
|
246481
|
+
"name": "Ref<HTMLSpanElement>"
|
|
246836
246482
|
}
|
|
246837
246483
|
},
|
|
246838
246484
|
"key": {
|
|
@@ -246914,10 +246560,6 @@
|
|
|
246914
246560
|
"name": "RefAttributes"
|
|
246915
246561
|
},
|
|
246916
246562
|
"declarations": [
|
|
246917
|
-
{
|
|
246918
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
246919
|
-
"name": "RefAttributes"
|
|
246920
|
-
},
|
|
246921
246563
|
{
|
|
246922
246564
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
246923
246565
|
"name": "RefAttributes"
|
|
@@ -246925,7 +246567,7 @@
|
|
|
246925
246567
|
],
|
|
246926
246568
|
"required": false,
|
|
246927
246569
|
"type": {
|
|
246928
|
-
"name": "
|
|
246570
|
+
"name": "Ref<HTMLSpanElement>"
|
|
246929
246571
|
}
|
|
246930
246572
|
},
|
|
246931
246573
|
"key": {
|
|
@@ -252242,7 +251884,7 @@
|
|
|
252242
251884
|
"props": {
|
|
252243
251885
|
"backgroundColor": {
|
|
252244
251886
|
"defaultValue": {
|
|
252245
|
-
"value": "\"
|
|
251887
|
+
"value": "\"blue\""
|
|
252246
251888
|
},
|
|
252247
251889
|
"description": "The background color of the accent box.",
|
|
252248
251890
|
"name": "backgroundColor",
|
|
@@ -252265,7 +251907,7 @@
|
|
|
252265
251907
|
"defaultValue": {
|
|
252266
251908
|
"value": "\"default\""
|
|
252267
251909
|
},
|
|
252268
|
-
"description": "The
|
|
251910
|
+
"description": "The content color of the accent box.",
|
|
252269
251911
|
"name": "color",
|
|
252270
251912
|
"parent": {
|
|
252271
251913
|
"fileName": "components/src/components/AccentBox/AccentBox.tsx",
|
|
@@ -257641,10 +257283,6 @@
|
|
|
257641
257283
|
"name": "RefAttributes"
|
|
257642
257284
|
},
|
|
257643
257285
|
"declarations": [
|
|
257644
|
-
{
|
|
257645
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
257646
|
-
"name": "RefAttributes"
|
|
257647
|
-
},
|
|
257648
257286
|
{
|
|
257649
257287
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
257650
257288
|
"name": "RefAttributes"
|
|
@@ -257652,7 +257290,7 @@
|
|
|
257652
257290
|
],
|
|
257653
257291
|
"required": false,
|
|
257654
257292
|
"type": {
|
|
257655
|
-
"name": "
|
|
257293
|
+
"name": "Ref<HTMLSpanElement>"
|
|
257656
257294
|
}
|
|
257657
257295
|
},
|
|
257658
257296
|
"key": {
|
|
@@ -258176,10 +257814,6 @@
|
|
|
258176
257814
|
"name": "RefAttributes"
|
|
258177
257815
|
},
|
|
258178
257816
|
"declarations": [
|
|
258179
|
-
{
|
|
258180
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
258181
|
-
"name": "RefAttributes"
|
|
258182
|
-
},
|
|
258183
257817
|
{
|
|
258184
257818
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
258185
257819
|
"name": "RefAttributes"
|
|
@@ -258187,7 +257821,7 @@
|
|
|
258187
257821
|
],
|
|
258188
257822
|
"required": false,
|
|
258189
257823
|
"type": {
|
|
258190
|
-
"name": "
|
|
257824
|
+
"name": "Ref<HTMLSpanElement>"
|
|
258191
257825
|
}
|
|
258192
257826
|
},
|
|
258193
257827
|
"key": {
|
|
@@ -266061,10 +265695,10 @@
|
|
|
266061
265695
|
"name": "() => StringIterator<string>"
|
|
266062
265696
|
}
|
|
266063
265697
|
},
|
|
266064
|
-
"__@unscopables@
|
|
265698
|
+
"__@unscopables@1489": {
|
|
266065
265699
|
"defaultValue": null,
|
|
266066
265700
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
266067
|
-
"name": "__@unscopables@
|
|
265701
|
+
"name": "__@unscopables@1489",
|
|
266068
265702
|
"parent": {
|
|
266069
265703
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
266070
265704
|
"name": "Array"
|
|
@@ -266893,10 +266527,10 @@
|
|
|
266893
266527
|
"name": "() => StringIterator<string>"
|
|
266894
266528
|
}
|
|
266895
266529
|
},
|
|
266896
|
-
"__@unscopables@
|
|
266530
|
+
"__@unscopables@1489": {
|
|
266897
266531
|
"defaultValue": null,
|
|
266898
266532
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
266899
|
-
"name": "__@unscopables@
|
|
266533
|
+
"name": "__@unscopables@1489",
|
|
266900
266534
|
"parent": {
|
|
266901
266535
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
266902
266536
|
"name": "Array"
|
|
@@ -267725,10 +267359,10 @@
|
|
|
267725
267359
|
"name": "() => StringIterator<string>"
|
|
267726
267360
|
}
|
|
267727
267361
|
},
|
|
267728
|
-
"__@unscopables@
|
|
267362
|
+
"__@unscopables@1489": {
|
|
267729
267363
|
"defaultValue": null,
|
|
267730
267364
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
267731
|
-
"name": "__@unscopables@
|
|
267365
|
+
"name": "__@unscopables@1489",
|
|
267732
267366
|
"parent": {
|
|
267733
267367
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
267734
267368
|
"name": "Array"
|
|
@@ -268557,10 +268191,10 @@
|
|
|
268557
268191
|
"name": "() => StringIterator<string>"
|
|
268558
268192
|
}
|
|
268559
268193
|
},
|
|
268560
|
-
"__@unscopables@
|
|
268194
|
+
"__@unscopables@1489": {
|
|
268561
268195
|
"defaultValue": null,
|
|
268562
268196
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
268563
|
-
"name": "__@unscopables@
|
|
268197
|
+
"name": "__@unscopables@1489",
|
|
268564
268198
|
"parent": {
|
|
268565
268199
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
268566
268200
|
"name": "Array"
|
|
@@ -269389,10 +269023,10 @@
|
|
|
269389
269023
|
"name": "() => StringIterator<string>"
|
|
269390
269024
|
}
|
|
269391
269025
|
},
|
|
269392
|
-
"__@unscopables@
|
|
269026
|
+
"__@unscopables@1489": {
|
|
269393
269027
|
"defaultValue": null,
|
|
269394
269028
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
269395
|
-
"name": "__@unscopables@
|
|
269029
|
+
"name": "__@unscopables@1489",
|
|
269396
269030
|
"parent": {
|
|
269397
269031
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
269398
269032
|
"name": "Array"
|
|
@@ -271735,10 +271369,6 @@
|
|
|
271735
271369
|
"name": "RefAttributes"
|
|
271736
271370
|
},
|
|
271737
271371
|
"declarations": [
|
|
271738
|
-
{
|
|
271739
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
271740
|
-
"name": "RefAttributes"
|
|
271741
|
-
},
|
|
271742
271372
|
{
|
|
271743
271373
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
271744
271374
|
"name": "RefAttributes"
|
|
@@ -271746,7 +271376,7 @@
|
|
|
271746
271376
|
],
|
|
271747
271377
|
"required": false,
|
|
271748
271378
|
"type": {
|
|
271749
|
-
"name": "
|
|
271379
|
+
"name": "Ref<HTMLSpanElement>"
|
|
271750
271380
|
}
|
|
271751
271381
|
},
|
|
271752
271382
|
"key": {
|
|
@@ -275380,10 +275010,6 @@
|
|
|
275380
275010
|
"name": "RefAttributes"
|
|
275381
275011
|
},
|
|
275382
275012
|
"declarations": [
|
|
275383
|
-
{
|
|
275384
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
275385
|
-
"name": "RefAttributes"
|
|
275386
|
-
},
|
|
275387
275013
|
{
|
|
275388
275014
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
275389
275015
|
"name": "RefAttributes"
|
|
@@ -275391,7 +275017,7 @@
|
|
|
275391
275017
|
],
|
|
275392
275018
|
"required": false,
|
|
275393
275019
|
"type": {
|
|
275394
|
-
"name": "
|
|
275020
|
+
"name": "Ref<HTMLSpanElement>"
|
|
275395
275021
|
}
|
|
275396
275022
|
},
|
|
275397
275023
|
"key": {
|
|
@@ -277759,10 +277385,6 @@
|
|
|
277759
277385
|
"name": "RefAttributes"
|
|
277760
277386
|
},
|
|
277761
277387
|
"declarations": [
|
|
277762
|
-
{
|
|
277763
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
277764
|
-
"name": "RefAttributes"
|
|
277765
|
-
},
|
|
277766
277388
|
{
|
|
277767
277389
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
277768
277390
|
"name": "RefAttributes"
|
|
@@ -277770,7 +277392,7 @@
|
|
|
277770
277392
|
],
|
|
277771
277393
|
"required": false,
|
|
277772
277394
|
"type": {
|
|
277773
|
-
"name": "
|
|
277395
|
+
"name": "Ref<HTMLSpanElement>"
|
|
277774
277396
|
}
|
|
277775
277397
|
},
|
|
277776
277398
|
"key": {
|
|
@@ -278280,48 +277902,6 @@
|
|
|
278280
277902
|
"name": "boolean | FormAutoResetOptions"
|
|
278281
277903
|
}
|
|
278282
277904
|
},
|
|
278283
|
-
"ref": {
|
|
278284
|
-
"defaultValue": null,
|
|
278285
|
-
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
278286
|
-
"name": "ref",
|
|
278287
|
-
"parent": {
|
|
278288
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
278289
|
-
"name": "RefAttributes"
|
|
278290
|
-
},
|
|
278291
|
-
"declarations": [
|
|
278292
|
-
{
|
|
278293
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
278294
|
-
"name": "RefAttributes"
|
|
278295
|
-
},
|
|
278296
|
-
{
|
|
278297
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
278298
|
-
"name": "RefAttributes"
|
|
278299
|
-
}
|
|
278300
|
-
],
|
|
278301
|
-
"required": false,
|
|
278302
|
-
"type": {
|
|
278303
|
-
"name": "((instance: null) => void | (() => VoidOrUndefinedOnly)) | RefObject<null> | ((instance: null) => void | (() => VoidOrUndefinedOnly)) | null"
|
|
278304
|
-
}
|
|
278305
|
-
},
|
|
278306
|
-
"key": {
|
|
278307
|
-
"defaultValue": null,
|
|
278308
|
-
"description": "",
|
|
278309
|
-
"name": "key",
|
|
278310
|
-
"parent": {
|
|
278311
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
278312
|
-
"name": "Attributes"
|
|
278313
|
-
},
|
|
278314
|
-
"declarations": [
|
|
278315
|
-
{
|
|
278316
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
278317
|
-
"name": "Attributes"
|
|
278318
|
-
}
|
|
278319
|
-
],
|
|
278320
|
-
"required": false,
|
|
278321
|
-
"type": {
|
|
278322
|
-
"name": "Key | null"
|
|
278323
|
-
}
|
|
278324
|
-
},
|
|
278325
277905
|
"children": {
|
|
278326
277906
|
"defaultValue": null,
|
|
278327
277907
|
"description": "",
|
|
@@ -279766,6 +279346,44 @@
|
|
|
279766
279346
|
"name": "TransitionEventHandler<HTMLElement>"
|
|
279767
279347
|
}
|
|
279768
279348
|
},
|
|
279349
|
+
"ref": {
|
|
279350
|
+
"defaultValue": null,
|
|
279351
|
+
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
279352
|
+
"name": "ref",
|
|
279353
|
+
"parent": {
|
|
279354
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
279355
|
+
"name": "RefAttributes"
|
|
279356
|
+
},
|
|
279357
|
+
"declarations": [
|
|
279358
|
+
{
|
|
279359
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
279360
|
+
"name": "RefAttributes"
|
|
279361
|
+
}
|
|
279362
|
+
],
|
|
279363
|
+
"required": false,
|
|
279364
|
+
"type": {
|
|
279365
|
+
"name": "Ref<HTMLSpanElement>"
|
|
279366
|
+
}
|
|
279367
|
+
},
|
|
279368
|
+
"key": {
|
|
279369
|
+
"defaultValue": null,
|
|
279370
|
+
"description": "",
|
|
279371
|
+
"name": "key",
|
|
279372
|
+
"parent": {
|
|
279373
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
279374
|
+
"name": "Attributes"
|
|
279375
|
+
},
|
|
279376
|
+
"declarations": [
|
|
279377
|
+
{
|
|
279378
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
279379
|
+
"name": "Attributes"
|
|
279380
|
+
}
|
|
279381
|
+
],
|
|
279382
|
+
"required": false,
|
|
279383
|
+
"type": {
|
|
279384
|
+
"name": "Key | null"
|
|
279385
|
+
}
|
|
279386
|
+
},
|
|
279769
279387
|
"autoFocus": {
|
|
279770
279388
|
"defaultValue": null,
|
|
279771
279389
|
"description": "",
|
|
@@ -284613,25 +284231,6 @@
|
|
|
284613
284231
|
"name": "boolean"
|
|
284614
284232
|
}
|
|
284615
284233
|
},
|
|
284616
|
-
"key": {
|
|
284617
|
-
"defaultValue": null,
|
|
284618
|
-
"description": "",
|
|
284619
|
-
"name": "key",
|
|
284620
|
-
"parent": {
|
|
284621
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
284622
|
-
"name": "Attributes"
|
|
284623
|
-
},
|
|
284624
|
-
"declarations": [
|
|
284625
|
-
{
|
|
284626
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
284627
|
-
"name": "Attributes"
|
|
284628
|
-
}
|
|
284629
|
-
],
|
|
284630
|
-
"required": false,
|
|
284631
|
-
"type": {
|
|
284632
|
-
"name": "Key | null"
|
|
284633
|
-
}
|
|
284634
|
-
},
|
|
284635
284234
|
"children": {
|
|
284636
284235
|
"defaultValue": null,
|
|
284637
284236
|
"description": "",
|
|
@@ -286076,6 +285675,25 @@
|
|
|
286076
285675
|
"name": "TransitionEventHandler<HTMLElement>"
|
|
286077
285676
|
}
|
|
286078
285677
|
},
|
|
285678
|
+
"key": {
|
|
285679
|
+
"defaultValue": null,
|
|
285680
|
+
"description": "",
|
|
285681
|
+
"name": "key",
|
|
285682
|
+
"parent": {
|
|
285683
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
285684
|
+
"name": "Attributes"
|
|
285685
|
+
},
|
|
285686
|
+
"declarations": [
|
|
285687
|
+
{
|
|
285688
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
285689
|
+
"name": "Attributes"
|
|
285690
|
+
}
|
|
285691
|
+
],
|
|
285692
|
+
"required": false,
|
|
285693
|
+
"type": {
|
|
285694
|
+
"name": "Key | null"
|
|
285695
|
+
}
|
|
285696
|
+
},
|
|
286079
285697
|
"autoFocus": {
|
|
286080
285698
|
"defaultValue": null,
|
|
286081
285699
|
"description": "",
|
|
@@ -300266,11 +299884,70 @@
|
|
|
300266
299884
|
"tags": {
|
|
300267
299885
|
"flr-generate": "all"
|
|
300268
299886
|
},
|
|
300269
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
299887
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
300270
299888
|
"description": "",
|
|
300271
|
-
"displayName": "
|
|
299889
|
+
"displayName": "TableCell",
|
|
300272
299890
|
"methods": [],
|
|
300273
299891
|
"props": {
|
|
299892
|
+
"rowHeader": {
|
|
299893
|
+
"defaultValue": null,
|
|
299894
|
+
"description": "Use cell as row header",
|
|
299895
|
+
"name": "rowHeader",
|
|
299896
|
+
"parent": {
|
|
299897
|
+
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
299898
|
+
"name": "TableCellProps"
|
|
299899
|
+
},
|
|
299900
|
+
"declarations": [
|
|
299901
|
+
{
|
|
299902
|
+
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
299903
|
+
"name": "TableCellProps"
|
|
299904
|
+
}
|
|
299905
|
+
],
|
|
299906
|
+
"required": false,
|
|
299907
|
+
"type": {
|
|
299908
|
+
"name": "boolean"
|
|
299909
|
+
}
|
|
299910
|
+
},
|
|
299911
|
+
"horizontalAlign": {
|
|
299912
|
+
"defaultValue": {
|
|
299913
|
+
"value": "\"start\""
|
|
299914
|
+
},
|
|
299915
|
+
"description": "Horizontal alignment of the cell content",
|
|
299916
|
+
"name": "horizontalAlign",
|
|
299917
|
+
"parent": {
|
|
299918
|
+
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
299919
|
+
"name": "TableCellProps"
|
|
299920
|
+
},
|
|
299921
|
+
"declarations": [
|
|
299922
|
+
{
|
|
299923
|
+
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
299924
|
+
"name": "TableCellProps"
|
|
299925
|
+
}
|
|
299926
|
+
],
|
|
299927
|
+
"required": false,
|
|
299928
|
+
"type": {
|
|
299929
|
+
"name": "\"start\" | \"end\" | \"center\""
|
|
299930
|
+
}
|
|
299931
|
+
},
|
|
299932
|
+
"translate": {
|
|
299933
|
+
"defaultValue": null,
|
|
299934
|
+
"description": "",
|
|
299935
|
+
"name": "translate",
|
|
299936
|
+
"parent": {
|
|
299937
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
299938
|
+
"name": "GlobalDOMAttributes"
|
|
299939
|
+
},
|
|
299940
|
+
"declarations": [
|
|
299941
|
+
{
|
|
299942
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
299943
|
+
"name": "GlobalDOMAttributes"
|
|
299944
|
+
}
|
|
299945
|
+
],
|
|
299946
|
+
"required": false,
|
|
299947
|
+
"type": {
|
|
299948
|
+
"name": "\"yes\" | \"no\""
|
|
299949
|
+
}
|
|
299950
|
+
},
|
|
300274
299951
|
"className": {
|
|
300275
299952
|
"defaultValue": {
|
|
300276
299953
|
"value": "'react-aria-Tooltip'"
|
|
@@ -300292,101 +299969,6 @@
|
|
|
300292
299969
|
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
300293
299970
|
}
|
|
300294
299971
|
},
|
|
300295
|
-
"renderEmptyState": {
|
|
300296
|
-
"defaultValue": null,
|
|
300297
|
-
"description": "Provides content to display when there are no items in the list.",
|
|
300298
|
-
"name": "renderEmptyState",
|
|
300299
|
-
"parent": {
|
|
300300
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
300301
|
-
"name": "ListBoxProps"
|
|
300302
|
-
},
|
|
300303
|
-
"declarations": [
|
|
300304
|
-
{
|
|
300305
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
300306
|
-
"name": "ListBoxProps"
|
|
300307
|
-
}
|
|
300308
|
-
],
|
|
300309
|
-
"required": false,
|
|
300310
|
-
"type": {
|
|
300311
|
-
"name": "((props: ListBoxRenderProps) => ReactNode)"
|
|
300312
|
-
}
|
|
300313
|
-
},
|
|
300314
|
-
"children": {
|
|
300315
|
-
"defaultValue": null,
|
|
300316
|
-
"description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
|
|
300317
|
-
"name": "children",
|
|
300318
|
-
"parent": {
|
|
300319
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
300320
|
-
"name": "TableProps"
|
|
300321
|
-
},
|
|
300322
|
-
"declarations": [
|
|
300323
|
-
{
|
|
300324
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
300325
|
-
"name": "TableProps"
|
|
300326
|
-
}
|
|
300327
|
-
],
|
|
300328
|
-
"required": false,
|
|
300329
|
-
"type": {
|
|
300330
|
-
"name": "ReactNode"
|
|
300331
|
-
}
|
|
300332
|
-
},
|
|
300333
|
-
"items": {
|
|
300334
|
-
"defaultValue": null,
|
|
300335
|
-
"description": "Item objects in the collection.",
|
|
300336
|
-
"name": "items",
|
|
300337
|
-
"parent": {
|
|
300338
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
300339
|
-
"name": "CollectionBase"
|
|
300340
|
-
},
|
|
300341
|
-
"declarations": [
|
|
300342
|
-
{
|
|
300343
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
300344
|
-
"name": "CollectionBase"
|
|
300345
|
-
}
|
|
300346
|
-
],
|
|
300347
|
-
"required": false,
|
|
300348
|
-
"type": {
|
|
300349
|
-
"name": "Iterable<object>"
|
|
300350
|
-
}
|
|
300351
|
-
},
|
|
300352
|
-
"dependencies": {
|
|
300353
|
-
"defaultValue": null,
|
|
300354
|
-
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
300355
|
-
"name": "dependencies",
|
|
300356
|
-
"parent": {
|
|
300357
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
300358
|
-
"name": "CollectionProps"
|
|
300359
|
-
},
|
|
300360
|
-
"declarations": [
|
|
300361
|
-
{
|
|
300362
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
300363
|
-
"name": "CollectionProps"
|
|
300364
|
-
}
|
|
300365
|
-
],
|
|
300366
|
-
"required": false,
|
|
300367
|
-
"type": {
|
|
300368
|
-
"name": "readonly any[]"
|
|
300369
|
-
}
|
|
300370
|
-
},
|
|
300371
|
-
"style": {
|
|
300372
|
-
"defaultValue": null,
|
|
300373
|
-
"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.",
|
|
300374
|
-
"name": "style",
|
|
300375
|
-
"parent": {
|
|
300376
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
300377
|
-
"name": "StyleRenderProps"
|
|
300378
|
-
},
|
|
300379
|
-
"declarations": [
|
|
300380
|
-
{
|
|
300381
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
300382
|
-
"name": "StyleRenderProps"
|
|
300383
|
-
}
|
|
300384
|
-
],
|
|
300385
|
-
"required": false,
|
|
300386
|
-
"type": {
|
|
300387
|
-
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
300388
|
-
}
|
|
300389
|
-
},
|
|
300390
299972
|
"dir": {
|
|
300391
299973
|
"defaultValue": null,
|
|
300392
299974
|
"description": "",
|
|
@@ -300463,25 +300045,6 @@
|
|
|
300463
300045
|
"name": "boolean"
|
|
300464
300046
|
}
|
|
300465
300047
|
},
|
|
300466
|
-
"translate": {
|
|
300467
|
-
"defaultValue": null,
|
|
300468
|
-
"description": "",
|
|
300469
|
-
"name": "translate",
|
|
300470
|
-
"parent": {
|
|
300471
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
300472
|
-
"name": "GlobalDOMAttributes"
|
|
300473
|
-
},
|
|
300474
|
-
"declarations": [
|
|
300475
|
-
{
|
|
300476
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
300477
|
-
"name": "GlobalDOMAttributes"
|
|
300478
|
-
}
|
|
300479
|
-
],
|
|
300480
|
-
"required": false,
|
|
300481
|
-
"type": {
|
|
300482
|
-
"name": "\"yes\" | \"no\""
|
|
300483
|
-
}
|
|
300484
|
-
},
|
|
300485
300048
|
"onClick": {
|
|
300486
300049
|
"defaultValue": null,
|
|
300487
300050
|
"description": "",
|
|
@@ -301697,6 +301260,78 @@
|
|
|
301697
301260
|
"type": {
|
|
301698
301261
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
301699
301262
|
}
|
|
301263
|
+
},
|
|
301264
|
+
"id": {
|
|
301265
|
+
"defaultValue": null,
|
|
301266
|
+
"description": "The unique id of the item.",
|
|
301267
|
+
"name": "id",
|
|
301268
|
+
"parent": {
|
|
301269
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
301270
|
+
"name": "MenuItemProps"
|
|
301271
|
+
},
|
|
301272
|
+
"declarations": [
|
|
301273
|
+
{
|
|
301274
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
301275
|
+
"name": "MenuItemProps"
|
|
301276
|
+
}
|
|
301277
|
+
],
|
|
301278
|
+
"required": false,
|
|
301279
|
+
"type": {
|
|
301280
|
+
"name": "Key"
|
|
301281
|
+
}
|
|
301282
|
+
},
|
|
301283
|
+
"textValue": {
|
|
301284
|
+
"defaultValue": null,
|
|
301285
|
+
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
301286
|
+
"name": "textValue",
|
|
301287
|
+
"parent": {
|
|
301288
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
301289
|
+
"name": "ListBoxItemProps"
|
|
301290
|
+
},
|
|
301291
|
+
"declarations": [
|
|
301292
|
+
{
|
|
301293
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
301294
|
+
"name": "ListBoxItemProps"
|
|
301295
|
+
}
|
|
301296
|
+
],
|
|
301297
|
+
"required": false,
|
|
301298
|
+
"type": {
|
|
301299
|
+
"name": "string"
|
|
301300
|
+
}
|
|
301301
|
+
},
|
|
301302
|
+
"colSpan": {
|
|
301303
|
+
"defaultValue": null,
|
|
301304
|
+
"description": "Indicates how many columns the data cell spans.",
|
|
301305
|
+
"name": "colSpan",
|
|
301306
|
+
"parent": {
|
|
301307
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
301308
|
+
"name": "CellProps"
|
|
301309
|
+
},
|
|
301310
|
+
"declarations": [
|
|
301311
|
+
{
|
|
301312
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
301313
|
+
"name": "CellProps"
|
|
301314
|
+
}
|
|
301315
|
+
],
|
|
301316
|
+
"required": false,
|
|
301317
|
+
"type": {
|
|
301318
|
+
"name": "number"
|
|
301319
|
+
}
|
|
301320
|
+
},
|
|
301321
|
+
"children": {
|
|
301322
|
+
"defaultValue": null,
|
|
301323
|
+
"description": "",
|
|
301324
|
+
"name": "children",
|
|
301325
|
+
"declarations": [
|
|
301326
|
+
{
|
|
301327
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
301328
|
+
"name": "TypeLiteral"
|
|
301329
|
+
}
|
|
301330
|
+
],
|
|
301331
|
+
"required": false,
|
|
301332
|
+
"type": {
|
|
301333
|
+
"name": "ReactNode"
|
|
301334
|
+
}
|
|
301700
301335
|
}
|
|
301701
301336
|
}
|
|
301702
301337
|
},
|
|
@@ -301704,89 +301339,125 @@
|
|
|
301704
301339
|
"tags": {
|
|
301705
301340
|
"flr-generate": "all"
|
|
301706
301341
|
},
|
|
301707
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
301342
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableBody/TableBody.tsx",
|
|
301708
301343
|
"description": "",
|
|
301709
|
-
"displayName": "
|
|
301344
|
+
"displayName": "TableBody",
|
|
301710
301345
|
"methods": [],
|
|
301711
301346
|
"props": {
|
|
301712
|
-
"
|
|
301713
|
-
"defaultValue":
|
|
301714
|
-
|
|
301715
|
-
|
|
301347
|
+
"className": {
|
|
301348
|
+
"defaultValue": {
|
|
301349
|
+
"value": "'react-aria-Tooltip'"
|
|
301350
|
+
},
|
|
301351
|
+
"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.",
|
|
301352
|
+
"name": "className",
|
|
301716
301353
|
"parent": {
|
|
301717
|
-
"fileName": "
|
|
301718
|
-
"name": "
|
|
301354
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
301355
|
+
"name": "TooltipProps"
|
|
301719
301356
|
},
|
|
301720
301357
|
"declarations": [
|
|
301721
301358
|
{
|
|
301722
|
-
"fileName": "
|
|
301723
|
-
"name": "
|
|
301359
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
301360
|
+
"name": "TooltipProps"
|
|
301724
301361
|
}
|
|
301725
301362
|
],
|
|
301726
301363
|
"required": false,
|
|
301727
301364
|
"type": {
|
|
301728
|
-
"name": "
|
|
301365
|
+
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
301729
301366
|
}
|
|
301730
301367
|
},
|
|
301731
|
-
"
|
|
301732
|
-
"defaultValue":
|
|
301733
|
-
|
|
301368
|
+
"renderEmptyState": {
|
|
301369
|
+
"defaultValue": null,
|
|
301370
|
+
"description": "Provides content to display when there are no items in the list.",
|
|
301371
|
+
"name": "renderEmptyState",
|
|
301372
|
+
"parent": {
|
|
301373
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
301374
|
+
"name": "ListBoxProps"
|
|
301734
301375
|
},
|
|
301735
|
-
"
|
|
301736
|
-
|
|
301376
|
+
"declarations": [
|
|
301377
|
+
{
|
|
301378
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
301379
|
+
"name": "ListBoxProps"
|
|
301380
|
+
}
|
|
301381
|
+
],
|
|
301382
|
+
"required": false,
|
|
301383
|
+
"type": {
|
|
301384
|
+
"name": "((props: ListBoxRenderProps) => ReactNode)"
|
|
301385
|
+
}
|
|
301386
|
+
},
|
|
301387
|
+
"children": {
|
|
301388
|
+
"defaultValue": null,
|
|
301389
|
+
"description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
|
|
301390
|
+
"name": "children",
|
|
301737
301391
|
"parent": {
|
|
301738
|
-
"fileName": "
|
|
301739
|
-
"name": "
|
|
301392
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
301393
|
+
"name": "TableProps"
|
|
301740
301394
|
},
|
|
301741
301395
|
"declarations": [
|
|
301742
301396
|
{
|
|
301743
|
-
"fileName": "
|
|
301744
|
-
"name": "
|
|
301397
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
301398
|
+
"name": "TableProps"
|
|
301745
301399
|
}
|
|
301746
301400
|
],
|
|
301747
301401
|
"required": false,
|
|
301748
301402
|
"type": {
|
|
301749
|
-
"name": "
|
|
301403
|
+
"name": "ReactNode"
|
|
301750
301404
|
}
|
|
301751
301405
|
},
|
|
301752
|
-
"
|
|
301406
|
+
"items": {
|
|
301753
301407
|
"defaultValue": null,
|
|
301754
|
-
"description": "",
|
|
301755
|
-
"name": "
|
|
301408
|
+
"description": "Item objects in the collection.",
|
|
301409
|
+
"name": "items",
|
|
301756
301410
|
"parent": {
|
|
301757
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
301758
|
-
"name": "
|
|
301411
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
301412
|
+
"name": "CollectionBase"
|
|
301759
301413
|
},
|
|
301760
301414
|
"declarations": [
|
|
301761
301415
|
{
|
|
301762
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
301763
|
-
"name": "
|
|
301416
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
301417
|
+
"name": "CollectionBase"
|
|
301764
301418
|
}
|
|
301765
301419
|
],
|
|
301766
301420
|
"required": false,
|
|
301767
301421
|
"type": {
|
|
301768
|
-
"name": "
|
|
301422
|
+
"name": "Iterable<object>"
|
|
301769
301423
|
}
|
|
301770
301424
|
},
|
|
301771
|
-
"
|
|
301772
|
-
"defaultValue":
|
|
301773
|
-
|
|
301425
|
+
"dependencies": {
|
|
301426
|
+
"defaultValue": null,
|
|
301427
|
+
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
301428
|
+
"name": "dependencies",
|
|
301429
|
+
"parent": {
|
|
301430
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
301431
|
+
"name": "CollectionProps"
|
|
301774
301432
|
},
|
|
301775
|
-
"
|
|
301776
|
-
|
|
301433
|
+
"declarations": [
|
|
301434
|
+
{
|
|
301435
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
301436
|
+
"name": "CollectionProps"
|
|
301437
|
+
}
|
|
301438
|
+
],
|
|
301439
|
+
"required": false,
|
|
301440
|
+
"type": {
|
|
301441
|
+
"name": "readonly any[]"
|
|
301442
|
+
}
|
|
301443
|
+
},
|
|
301444
|
+
"style": {
|
|
301445
|
+
"defaultValue": null,
|
|
301446
|
+
"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.",
|
|
301447
|
+
"name": "style",
|
|
301777
301448
|
"parent": {
|
|
301778
301449
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
301779
|
-
"name": "
|
|
301450
|
+
"name": "StyleRenderProps"
|
|
301780
301451
|
},
|
|
301781
301452
|
"declarations": [
|
|
301782
301453
|
{
|
|
301783
301454
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
301784
|
-
"name": "
|
|
301455
|
+
"name": "StyleRenderProps"
|
|
301785
301456
|
}
|
|
301786
301457
|
],
|
|
301787
301458
|
"required": false,
|
|
301788
301459
|
"type": {
|
|
301789
|
-
"name": "
|
|
301460
|
+
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
301790
301461
|
}
|
|
301791
301462
|
},
|
|
301792
301463
|
"dir": {
|
|
@@ -301865,6 +301536,25 @@
|
|
|
301865
301536
|
"name": "boolean"
|
|
301866
301537
|
}
|
|
301867
301538
|
},
|
|
301539
|
+
"translate": {
|
|
301540
|
+
"defaultValue": null,
|
|
301541
|
+
"description": "",
|
|
301542
|
+
"name": "translate",
|
|
301543
|
+
"parent": {
|
|
301544
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
301545
|
+
"name": "GlobalDOMAttributes"
|
|
301546
|
+
},
|
|
301547
|
+
"declarations": [
|
|
301548
|
+
{
|
|
301549
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
301550
|
+
"name": "GlobalDOMAttributes"
|
|
301551
|
+
}
|
|
301552
|
+
],
|
|
301553
|
+
"required": false,
|
|
301554
|
+
"type": {
|
|
301555
|
+
"name": "\"yes\" | \"no\""
|
|
301556
|
+
}
|
|
301557
|
+
},
|
|
301868
301558
|
"onClick": {
|
|
301869
301559
|
"defaultValue": null,
|
|
301870
301560
|
"description": "",
|
|
@@ -303080,78 +302770,6 @@
|
|
|
303080
302770
|
"type": {
|
|
303081
302771
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
303082
302772
|
}
|
|
303083
|
-
},
|
|
303084
|
-
"id": {
|
|
303085
|
-
"defaultValue": null,
|
|
303086
|
-
"description": "The unique id of the item.",
|
|
303087
|
-
"name": "id",
|
|
303088
|
-
"parent": {
|
|
303089
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
303090
|
-
"name": "MenuItemProps"
|
|
303091
|
-
},
|
|
303092
|
-
"declarations": [
|
|
303093
|
-
{
|
|
303094
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
303095
|
-
"name": "MenuItemProps"
|
|
303096
|
-
}
|
|
303097
|
-
],
|
|
303098
|
-
"required": false,
|
|
303099
|
-
"type": {
|
|
303100
|
-
"name": "Key"
|
|
303101
|
-
}
|
|
303102
|
-
},
|
|
303103
|
-
"textValue": {
|
|
303104
|
-
"defaultValue": null,
|
|
303105
|
-
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
303106
|
-
"name": "textValue",
|
|
303107
|
-
"parent": {
|
|
303108
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
303109
|
-
"name": "ListBoxItemProps"
|
|
303110
|
-
},
|
|
303111
|
-
"declarations": [
|
|
303112
|
-
{
|
|
303113
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
303114
|
-
"name": "ListBoxItemProps"
|
|
303115
|
-
}
|
|
303116
|
-
],
|
|
303117
|
-
"required": false,
|
|
303118
|
-
"type": {
|
|
303119
|
-
"name": "string"
|
|
303120
|
-
}
|
|
303121
|
-
},
|
|
303122
|
-
"colSpan": {
|
|
303123
|
-
"defaultValue": null,
|
|
303124
|
-
"description": "Indicates how many columns the data cell spans.",
|
|
303125
|
-
"name": "colSpan",
|
|
303126
|
-
"parent": {
|
|
303127
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
303128
|
-
"name": "CellProps"
|
|
303129
|
-
},
|
|
303130
|
-
"declarations": [
|
|
303131
|
-
{
|
|
303132
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
303133
|
-
"name": "CellProps"
|
|
303134
|
-
}
|
|
303135
|
-
],
|
|
303136
|
-
"required": false,
|
|
303137
|
-
"type": {
|
|
303138
|
-
"name": "number"
|
|
303139
|
-
}
|
|
303140
|
-
},
|
|
303141
|
-
"children": {
|
|
303142
|
-
"defaultValue": null,
|
|
303143
|
-
"description": "",
|
|
303144
|
-
"name": "children",
|
|
303145
|
-
"declarations": [
|
|
303146
|
-
{
|
|
303147
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
303148
|
-
"name": "TypeLiteral"
|
|
303149
|
-
}
|
|
303150
|
-
],
|
|
303151
|
-
"required": false,
|
|
303152
|
-
"type": {
|
|
303153
|
-
"name": "ReactNode"
|
|
303154
|
-
}
|
|
303155
302773
|
}
|
|
303156
302774
|
}
|
|
303157
302775
|
},
|
|
@@ -305014,10 +304632,6 @@
|
|
|
305014
304632
|
"name": "RefAttributes"
|
|
305015
304633
|
},
|
|
305016
304634
|
"declarations": [
|
|
305017
|
-
{
|
|
305018
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
305019
|
-
"name": "RefAttributes"
|
|
305020
|
-
},
|
|
305021
304635
|
{
|
|
305022
304636
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
305023
304637
|
"name": "RefAttributes"
|
|
@@ -305025,7 +304639,7 @@
|
|
|
305025
304639
|
],
|
|
305026
304640
|
"required": false,
|
|
305027
304641
|
"type": {
|
|
305028
|
-
"name": "
|
|
304642
|
+
"name": "Ref<HTMLSpanElement>"
|
|
305029
304643
|
}
|
|
305030
304644
|
},
|
|
305031
304645
|
"key": {
|
|
@@ -305099,10 +304713,6 @@
|
|
|
305099
304713
|
"name": "RefAttributes"
|
|
305100
304714
|
},
|
|
305101
304715
|
"declarations": [
|
|
305102
|
-
{
|
|
305103
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
305104
|
-
"name": "RefAttributes"
|
|
305105
|
-
},
|
|
305106
304716
|
{
|
|
305107
304717
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
305108
304718
|
"name": "RefAttributes"
|
|
@@ -305110,7 +304720,7 @@
|
|
|
305110
304720
|
],
|
|
305111
304721
|
"required": false,
|
|
305112
304722
|
"type": {
|
|
305113
|
-
"name": "
|
|
304723
|
+
"name": "Ref<HTMLSpanElement>"
|
|
305114
304724
|
}
|
|
305115
304725
|
},
|
|
305116
304726
|
"key": {
|
|
@@ -305260,9 +304870,9 @@
|
|
|
305260
304870
|
"tags": {
|
|
305261
304871
|
"flr-generate": "all"
|
|
305262
304872
|
},
|
|
305263
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/
|
|
304873
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
|
|
305264
304874
|
"description": "",
|
|
305265
|
-
"displayName": "
|
|
304875
|
+
"displayName": "RadioButton",
|
|
305266
304876
|
"methods": [],
|
|
305267
304877
|
"props": {
|
|
305268
304878
|
"translate": {
|
|
@@ -307115,10 +306725,6 @@
|
|
|
307115
306725
|
"name": "RefAttributes"
|
|
307116
306726
|
},
|
|
307117
306727
|
"declarations": [
|
|
307118
|
-
{
|
|
307119
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
307120
|
-
"name": "RefAttributes"
|
|
307121
|
-
},
|
|
307122
306728
|
{
|
|
307123
306729
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
307124
306730
|
"name": "RefAttributes"
|
|
@@ -307126,7 +306732,7 @@
|
|
|
307126
306732
|
],
|
|
307127
306733
|
"required": false,
|
|
307128
306734
|
"type": {
|
|
307129
|
-
"name": "
|
|
306735
|
+
"name": "Ref<HTMLSpanElement>"
|
|
307130
306736
|
}
|
|
307131
306737
|
},
|
|
307132
306738
|
"key": {
|
|
@@ -307154,9 +306760,9 @@
|
|
|
307154
306760
|
"tags": {
|
|
307155
306761
|
"flr-generate": "all"
|
|
307156
306762
|
},
|
|
307157
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/
|
|
306763
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
|
|
307158
306764
|
"description": "",
|
|
307159
|
-
"displayName": "
|
|
306765
|
+
"displayName": "Radio",
|
|
307160
306766
|
"methods": [],
|
|
307161
306767
|
"props": {
|
|
307162
306768
|
"translate": {
|
|
@@ -309009,10 +308615,6 @@
|
|
|
309009
308615
|
"name": "RefAttributes"
|
|
309010
308616
|
},
|
|
309011
308617
|
"declarations": [
|
|
309012
|
-
{
|
|
309013
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
309014
|
-
"name": "RefAttributes"
|
|
309015
|
-
},
|
|
309016
308618
|
{
|
|
309017
308619
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
309018
308620
|
"name": "RefAttributes"
|
|
@@ -309020,7 +308622,7 @@
|
|
|
309020
308622
|
],
|
|
309021
308623
|
"required": false,
|
|
309022
308624
|
"type": {
|
|
309023
|
-
"name": "
|
|
308625
|
+
"name": "Ref<HTMLSpanElement>"
|
|
309024
308626
|
}
|
|
309025
308627
|
},
|
|
309026
308628
|
"key": {
|
|
@@ -309136,10 +308738,6 @@
|
|
|
309136
308738
|
"name": "RefAttributes"
|
|
309137
308739
|
},
|
|
309138
308740
|
"declarations": [
|
|
309139
|
-
{
|
|
309140
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
309141
|
-
"name": "RefAttributes"
|
|
309142
|
-
},
|
|
309143
308741
|
{
|
|
309144
308742
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
309145
308743
|
"name": "RefAttributes"
|
|
@@ -309147,7 +308745,7 @@
|
|
|
309147
308745
|
],
|
|
309148
308746
|
"required": false,
|
|
309149
308747
|
"type": {
|
|
309150
|
-
"name": "
|
|
308748
|
+
"name": "Ref<HTMLSpanElement>"
|
|
309151
308749
|
}
|
|
309152
308750
|
},
|
|
309153
308751
|
"key": {
|
|
@@ -309749,6 +309347,93 @@
|
|
|
309749
309347
|
}
|
|
309750
309348
|
}
|
|
309751
309349
|
},
|
|
309350
|
+
{
|
|
309351
|
+
"tags": {
|
|
309352
|
+
"flr-generate": "all"
|
|
309353
|
+
},
|
|
309354
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
|
|
309355
|
+
"description": "",
|
|
309356
|
+
"displayName": "DialogTrigger",
|
|
309357
|
+
"methods": [],
|
|
309358
|
+
"props": {
|
|
309359
|
+
"children": {
|
|
309360
|
+
"defaultValue": null,
|
|
309361
|
+
"description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
|
|
309362
|
+
"name": "children",
|
|
309363
|
+
"parent": {
|
|
309364
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
309365
|
+
"name": "TableProps"
|
|
309366
|
+
},
|
|
309367
|
+
"declarations": [
|
|
309368
|
+
{
|
|
309369
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
309370
|
+
"name": "TableProps"
|
|
309371
|
+
}
|
|
309372
|
+
],
|
|
309373
|
+
"required": false,
|
|
309374
|
+
"type": {
|
|
309375
|
+
"name": "ReactNode"
|
|
309376
|
+
}
|
|
309377
|
+
},
|
|
309378
|
+
"isOpen": {
|
|
309379
|
+
"defaultValue": null,
|
|
309380
|
+
"description": "Whether the element is rendered.",
|
|
309381
|
+
"name": "isOpen",
|
|
309382
|
+
"parent": {
|
|
309383
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309384
|
+
"name": "PositionProps"
|
|
309385
|
+
},
|
|
309386
|
+
"declarations": [
|
|
309387
|
+
{
|
|
309388
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309389
|
+
"name": "PositionProps"
|
|
309390
|
+
}
|
|
309391
|
+
],
|
|
309392
|
+
"required": false,
|
|
309393
|
+
"type": {
|
|
309394
|
+
"name": "boolean"
|
|
309395
|
+
}
|
|
309396
|
+
},
|
|
309397
|
+
"defaultOpen": {
|
|
309398
|
+
"defaultValue": null,
|
|
309399
|
+
"description": "Whether the overlay is open by default (uncontrolled).",
|
|
309400
|
+
"name": "defaultOpen",
|
|
309401
|
+
"parent": {
|
|
309402
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309403
|
+
"name": "OverlayTriggerProps"
|
|
309404
|
+
},
|
|
309405
|
+
"declarations": [
|
|
309406
|
+
{
|
|
309407
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309408
|
+
"name": "OverlayTriggerProps"
|
|
309409
|
+
}
|
|
309410
|
+
],
|
|
309411
|
+
"required": false,
|
|
309412
|
+
"type": {
|
|
309413
|
+
"name": "boolean"
|
|
309414
|
+
}
|
|
309415
|
+
},
|
|
309416
|
+
"onOpenChange": {
|
|
309417
|
+
"defaultValue": null,
|
|
309418
|
+
"description": "Handler that is called when the overlay's open state changes.",
|
|
309419
|
+
"name": "onOpenChange",
|
|
309420
|
+
"parent": {
|
|
309421
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309422
|
+
"name": "OverlayTriggerProps"
|
|
309423
|
+
},
|
|
309424
|
+
"declarations": [
|
|
309425
|
+
{
|
|
309426
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309427
|
+
"name": "OverlayTriggerProps"
|
|
309428
|
+
}
|
|
309429
|
+
],
|
|
309430
|
+
"required": false,
|
|
309431
|
+
"type": {
|
|
309432
|
+
"name": "((isOpen: boolean) => void)"
|
|
309433
|
+
}
|
|
309434
|
+
}
|
|
309435
|
+
}
|
|
309436
|
+
},
|
|
309752
309437
|
{
|
|
309753
309438
|
"tags": {
|
|
309754
309439
|
"flr-generate": "all"
|
|
@@ -309902,10 +309587,6 @@
|
|
|
309902
309587
|
"name": "RefAttributes"
|
|
309903
309588
|
},
|
|
309904
309589
|
"declarations": [
|
|
309905
|
-
{
|
|
309906
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
309907
|
-
"name": "RefAttributes"
|
|
309908
|
-
},
|
|
309909
309590
|
{
|
|
309910
309591
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
309911
309592
|
"name": "RefAttributes"
|
|
@@ -309913,7 +309594,7 @@
|
|
|
309913
309594
|
],
|
|
309914
309595
|
"required": false,
|
|
309915
309596
|
"type": {
|
|
309916
|
-
"name": "
|
|
309597
|
+
"name": "Ref<HTMLSpanElement>"
|
|
309917
309598
|
}
|
|
309918
309599
|
},
|
|
309919
309600
|
"key": {
|
|
@@ -309937,93 +309618,6 @@
|
|
|
309937
309618
|
}
|
|
309938
309619
|
}
|
|
309939
309620
|
},
|
|
309940
|
-
{
|
|
309941
|
-
"tags": {
|
|
309942
|
-
"flr-generate": "all"
|
|
309943
|
-
},
|
|
309944
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
|
|
309945
|
-
"description": "",
|
|
309946
|
-
"displayName": "DialogTrigger",
|
|
309947
|
-
"methods": [],
|
|
309948
|
-
"props": {
|
|
309949
|
-
"children": {
|
|
309950
|
-
"defaultValue": null,
|
|
309951
|
-
"description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
|
|
309952
|
-
"name": "children",
|
|
309953
|
-
"parent": {
|
|
309954
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
309955
|
-
"name": "TableProps"
|
|
309956
|
-
},
|
|
309957
|
-
"declarations": [
|
|
309958
|
-
{
|
|
309959
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
309960
|
-
"name": "TableProps"
|
|
309961
|
-
}
|
|
309962
|
-
],
|
|
309963
|
-
"required": false,
|
|
309964
|
-
"type": {
|
|
309965
|
-
"name": "ReactNode"
|
|
309966
|
-
}
|
|
309967
|
-
},
|
|
309968
|
-
"isOpen": {
|
|
309969
|
-
"defaultValue": null,
|
|
309970
|
-
"description": "Whether the element is rendered.",
|
|
309971
|
-
"name": "isOpen",
|
|
309972
|
-
"parent": {
|
|
309973
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309974
|
-
"name": "PositionProps"
|
|
309975
|
-
},
|
|
309976
|
-
"declarations": [
|
|
309977
|
-
{
|
|
309978
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309979
|
-
"name": "PositionProps"
|
|
309980
|
-
}
|
|
309981
|
-
],
|
|
309982
|
-
"required": false,
|
|
309983
|
-
"type": {
|
|
309984
|
-
"name": "boolean"
|
|
309985
|
-
}
|
|
309986
|
-
},
|
|
309987
|
-
"defaultOpen": {
|
|
309988
|
-
"defaultValue": null,
|
|
309989
|
-
"description": "Whether the overlay is open by default (uncontrolled).",
|
|
309990
|
-
"name": "defaultOpen",
|
|
309991
|
-
"parent": {
|
|
309992
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309993
|
-
"name": "OverlayTriggerProps"
|
|
309994
|
-
},
|
|
309995
|
-
"declarations": [
|
|
309996
|
-
{
|
|
309997
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309998
|
-
"name": "OverlayTriggerProps"
|
|
309999
|
-
}
|
|
310000
|
-
],
|
|
310001
|
-
"required": false,
|
|
310002
|
-
"type": {
|
|
310003
|
-
"name": "boolean"
|
|
310004
|
-
}
|
|
310005
|
-
},
|
|
310006
|
-
"onOpenChange": {
|
|
310007
|
-
"defaultValue": null,
|
|
310008
|
-
"description": "Handler that is called when the overlay's open state changes.",
|
|
310009
|
-
"name": "onOpenChange",
|
|
310010
|
-
"parent": {
|
|
310011
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
310012
|
-
"name": "OverlayTriggerProps"
|
|
310013
|
-
},
|
|
310014
|
-
"declarations": [
|
|
310015
|
-
{
|
|
310016
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
310017
|
-
"name": "OverlayTriggerProps"
|
|
310018
|
-
}
|
|
310019
|
-
],
|
|
310020
|
-
"required": false,
|
|
310021
|
-
"type": {
|
|
310022
|
-
"name": "((isOpen: boolean) => void)"
|
|
310023
|
-
}
|
|
310024
|
-
}
|
|
310025
|
-
}
|
|
310026
|
-
},
|
|
310027
309621
|
{
|
|
310028
309622
|
"tags": {
|
|
310029
309623
|
"flr-generate": "all"
|
|
@@ -310061,10 +309655,6 @@
|
|
|
310061
309655
|
"name": "RefAttributes"
|
|
310062
309656
|
},
|
|
310063
309657
|
"declarations": [
|
|
310064
|
-
{
|
|
310065
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
310066
|
-
"name": "RefAttributes"
|
|
310067
|
-
},
|
|
310068
309658
|
{
|
|
310069
309659
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
310070
309660
|
"name": "RefAttributes"
|
|
@@ -310072,7 +309662,7 @@
|
|
|
310072
309662
|
],
|
|
310073
309663
|
"required": false,
|
|
310074
309664
|
"type": {
|
|
310075
|
-
"name": "
|
|
309665
|
+
"name": "Ref<HTMLSpanElement>"
|
|
310076
309666
|
}
|
|
310077
309667
|
},
|
|
310078
309668
|
"key": {
|
|
@@ -315416,14 +315006,6 @@
|
|
|
315416
315006
|
}
|
|
315417
315007
|
}
|
|
315418
315008
|
},
|
|
315419
|
-
{
|
|
315420
|
-
"tags": {},
|
|
315421
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.tsx",
|
|
315422
|
-
"description": "",
|
|
315423
|
-
"displayName": "OffCanvasSuspenseFallback",
|
|
315424
|
-
"methods": [],
|
|
315425
|
-
"props": {}
|
|
315426
|
-
},
|
|
315427
315009
|
{
|
|
315428
315010
|
"tags": {},
|
|
315429
315011
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
|
|
@@ -315516,10 +315098,6 @@
|
|
|
315516
315098
|
"name": "RefAttributes"
|
|
315517
315099
|
},
|
|
315518
315100
|
"declarations": [
|
|
315519
|
-
{
|
|
315520
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
315521
|
-
"name": "RefAttributes"
|
|
315522
|
-
},
|
|
315523
315101
|
{
|
|
315524
315102
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
315525
315103
|
"name": "RefAttributes"
|
|
@@ -315527,7 +315105,7 @@
|
|
|
315527
315105
|
],
|
|
315528
315106
|
"required": false,
|
|
315529
315107
|
"type": {
|
|
315530
|
-
"name": "
|
|
315108
|
+
"name": "Ref<HTMLSpanElement>"
|
|
315531
315109
|
}
|
|
315532
315110
|
},
|
|
315533
315111
|
"key": {
|
|
@@ -315566,6 +315144,14 @@
|
|
|
315566
315144
|
}
|
|
315567
315145
|
}
|
|
315568
315146
|
},
|
|
315147
|
+
{
|
|
315148
|
+
"tags": {},
|
|
315149
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.tsx",
|
|
315150
|
+
"description": "",
|
|
315151
|
+
"displayName": "OffCanvasSuspenseFallback",
|
|
315152
|
+
"methods": [],
|
|
315153
|
+
"props": {}
|
|
315154
|
+
},
|
|
315569
315155
|
{
|
|
315570
315156
|
"tags": {},
|
|
315571
315157
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
|
|
@@ -316006,10 +315592,6 @@
|
|
|
316006
315592
|
"name": "RefAttributes"
|
|
316007
315593
|
},
|
|
316008
315594
|
"declarations": [
|
|
316009
|
-
{
|
|
316010
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
316011
|
-
"name": "RefAttributes"
|
|
316012
|
-
},
|
|
316013
315595
|
{
|
|
316014
315596
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
316015
315597
|
"name": "RefAttributes"
|
|
@@ -316017,7 +315599,7 @@
|
|
|
316017
315599
|
],
|
|
316018
315600
|
"required": false,
|
|
316019
315601
|
"type": {
|
|
316020
|
-
"name": "
|
|
315602
|
+
"name": "Ref<HTMLSpanElement>"
|
|
316021
315603
|
}
|
|
316022
315604
|
},
|
|
316023
315605
|
"key": {
|
|
@@ -318292,10 +317874,6 @@
|
|
|
318292
317874
|
"name": "RefAttributes"
|
|
318293
317875
|
},
|
|
318294
317876
|
"declarations": [
|
|
318295
|
-
{
|
|
318296
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318297
|
-
"name": "RefAttributes"
|
|
318298
|
-
},
|
|
318299
317877
|
{
|
|
318300
317878
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318301
317879
|
"name": "RefAttributes"
|
|
@@ -318303,7 +317881,7 @@
|
|
|
318303
317881
|
],
|
|
318304
317882
|
"required": false,
|
|
318305
317883
|
"type": {
|
|
318306
|
-
"name": "
|
|
317884
|
+
"name": "Ref<HTMLSpanElement>"
|
|
318307
317885
|
}
|
|
318308
317886
|
},
|
|
318309
317887
|
"key": {
|
|
@@ -318438,10 +318016,6 @@
|
|
|
318438
318016
|
"name": "RefAttributes"
|
|
318439
318017
|
},
|
|
318440
318018
|
"declarations": [
|
|
318441
|
-
{
|
|
318442
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318443
|
-
"name": "RefAttributes"
|
|
318444
|
-
},
|
|
318445
318019
|
{
|
|
318446
318020
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318447
318021
|
"name": "RefAttributes"
|
|
@@ -318449,7 +318023,7 @@
|
|
|
318449
318023
|
],
|
|
318450
318024
|
"required": false,
|
|
318451
318025
|
"type": {
|
|
318452
|
-
"name": "
|
|
318026
|
+
"name": "Ref<HTMLSpanElement>"
|
|
318453
318027
|
}
|
|
318454
318028
|
},
|
|
318455
318029
|
"key": {
|
|
@@ -318559,34 +318133,6 @@
|
|
|
318559
318133
|
}
|
|
318560
318134
|
}
|
|
318561
318135
|
},
|
|
318562
|
-
{
|
|
318563
|
-
"tags": {},
|
|
318564
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
318565
|
-
"description": "",
|
|
318566
|
-
"displayName": "DeleteButton",
|
|
318567
|
-
"methods": [],
|
|
318568
|
-
"props": {
|
|
318569
|
-
"onDelete": {
|
|
318570
|
-
"defaultValue": null,
|
|
318571
|
-
"description": "",
|
|
318572
|
-
"name": "onDelete",
|
|
318573
|
-
"parent": {
|
|
318574
|
-
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
318575
|
-
"name": "Props"
|
|
318576
|
-
},
|
|
318577
|
-
"declarations": [
|
|
318578
|
-
{
|
|
318579
|
-
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
318580
|
-
"name": "Props"
|
|
318581
|
-
}
|
|
318582
|
-
],
|
|
318583
|
-
"required": true,
|
|
318584
|
-
"type": {
|
|
318585
|
-
"name": "() => void"
|
|
318586
|
-
}
|
|
318587
|
-
}
|
|
318588
|
-
}
|
|
318589
|
-
},
|
|
318590
318136
|
{
|
|
318591
318137
|
"tags": {},
|
|
318592
318138
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/Avatar/Avatar.tsx",
|
|
@@ -318653,6 +318199,34 @@
|
|
|
318653
318199
|
}
|
|
318654
318200
|
}
|
|
318655
318201
|
},
|
|
318202
|
+
{
|
|
318203
|
+
"tags": {},
|
|
318204
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
318205
|
+
"description": "",
|
|
318206
|
+
"displayName": "DeleteButton",
|
|
318207
|
+
"methods": [],
|
|
318208
|
+
"props": {
|
|
318209
|
+
"onDelete": {
|
|
318210
|
+
"defaultValue": null,
|
|
318211
|
+
"description": "",
|
|
318212
|
+
"name": "onDelete",
|
|
318213
|
+
"parent": {
|
|
318214
|
+
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
318215
|
+
"name": "Props"
|
|
318216
|
+
},
|
|
318217
|
+
"declarations": [
|
|
318218
|
+
{
|
|
318219
|
+
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
318220
|
+
"name": "Props"
|
|
318221
|
+
}
|
|
318222
|
+
],
|
|
318223
|
+
"required": true,
|
|
318224
|
+
"type": {
|
|
318225
|
+
"name": "() => void"
|
|
318226
|
+
}
|
|
318227
|
+
}
|
|
318228
|
+
}
|
|
318229
|
+
},
|
|
318656
318230
|
{
|
|
318657
318231
|
"tags": {},
|
|
318658
318232
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
|
|
@@ -318841,10 +318415,6 @@
|
|
|
318841
318415
|
"name": "RefAttributes"
|
|
318842
318416
|
},
|
|
318843
318417
|
"declarations": [
|
|
318844
|
-
{
|
|
318845
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318846
|
-
"name": "RefAttributes"
|
|
318847
|
-
},
|
|
318848
318418
|
{
|
|
318849
318419
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318850
318420
|
"name": "RefAttributes"
|
|
@@ -318852,7 +318422,7 @@
|
|
|
318852
318422
|
],
|
|
318853
318423
|
"required": false,
|
|
318854
318424
|
"type": {
|
|
318855
|
-
"name": "
|
|
318425
|
+
"name": "Ref<HTMLSpanElement>"
|
|
318856
318426
|
}
|
|
318857
318427
|
},
|
|
318858
318428
|
"key": {
|
|
@@ -318985,10 +318555,6 @@
|
|
|
318985
318555
|
"name": "RefAttributes"
|
|
318986
318556
|
},
|
|
318987
318557
|
"declarations": [
|
|
318988
|
-
{
|
|
318989
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318990
|
-
"name": "RefAttributes"
|
|
318991
|
-
},
|
|
318992
318558
|
{
|
|
318993
318559
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318994
318560
|
"name": "RefAttributes"
|
|
@@ -318996,7 +318562,7 @@
|
|
|
318996
318562
|
],
|
|
318997
318563
|
"required": false,
|
|
318998
318564
|
"type": {
|
|
318999
|
-
"name": "
|
|
318565
|
+
"name": "Ref<HTMLSpanElement>"
|
|
319000
318566
|
}
|
|
319001
318567
|
},
|
|
319002
318568
|
"key": {
|
|
@@ -319106,10 +318672,6 @@
|
|
|
319106
318672
|
"name": "RefAttributes"
|
|
319107
318673
|
},
|
|
319108
318674
|
"declarations": [
|
|
319109
|
-
{
|
|
319110
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
319111
|
-
"name": "RefAttributes"
|
|
319112
|
-
},
|
|
319113
318675
|
{
|
|
319114
318676
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
319115
318677
|
"name": "RefAttributes"
|
|
@@ -319117,7 +318679,7 @@
|
|
|
319117
318679
|
],
|
|
319118
318680
|
"required": false,
|
|
319119
318681
|
"type": {
|
|
319120
|
-
"name": "
|
|
318682
|
+
"name": "Ref<HTMLSpanElement>"
|
|
319121
318683
|
}
|
|
319122
318684
|
},
|
|
319123
318685
|
"key": {
|
|
@@ -320964,10 +320526,6 @@
|
|
|
320964
320526
|
"name": "RefAttributes"
|
|
320965
320527
|
},
|
|
320966
320528
|
"declarations": [
|
|
320967
|
-
{
|
|
320968
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
320969
|
-
"name": "RefAttributes"
|
|
320970
|
-
},
|
|
320971
320529
|
{
|
|
320972
320530
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
320973
320531
|
"name": "RefAttributes"
|
|
@@ -320975,7 +320533,7 @@
|
|
|
320975
320533
|
],
|
|
320976
320534
|
"required": false,
|
|
320977
320535
|
"type": {
|
|
320978
|
-
"name": "
|
|
320536
|
+
"name": "Ref<HTMLSpanElement>"
|
|
320979
320537
|
}
|
|
320980
320538
|
},
|
|
320981
320539
|
"key": {
|
|
@@ -322287,6 +321845,175 @@
|
|
|
322287
321845
|
}
|
|
322288
321846
|
}
|
|
322289
321847
|
},
|
|
321848
|
+
{
|
|
321849
|
+
"tags": {
|
|
321850
|
+
"flr-generate": "all"
|
|
321851
|
+
},
|
|
321852
|
+
"filePath": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
321853
|
+
"description": "",
|
|
321854
|
+
"displayName": "Line",
|
|
321855
|
+
"methods": [],
|
|
321856
|
+
"props": {
|
|
321857
|
+
"color": {
|
|
321858
|
+
"defaultValue": {
|
|
321859
|
+
"value": "\"sea-green\""
|
|
321860
|
+
},
|
|
321861
|
+
"description": "The color of the line.",
|
|
321862
|
+
"name": "color",
|
|
321863
|
+
"parent": {
|
|
321864
|
+
"fileName": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
321865
|
+
"name": "LineProps"
|
|
321866
|
+
},
|
|
321867
|
+
"declarations": [
|
|
321868
|
+
{
|
|
321869
|
+
"fileName": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
321870
|
+
"name": "LineProps"
|
|
321871
|
+
}
|
|
321872
|
+
],
|
|
321873
|
+
"required": false,
|
|
321874
|
+
"type": {
|
|
321875
|
+
"name": "CategoricalWithCustomColor"
|
|
321876
|
+
}
|
|
321877
|
+
},
|
|
321878
|
+
"className": {
|
|
321879
|
+
"defaultValue": null,
|
|
321880
|
+
"description": "",
|
|
321881
|
+
"name": "className",
|
|
321882
|
+
"parent": {
|
|
321883
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
321884
|
+
"name": "HTMLAttributes"
|
|
321885
|
+
},
|
|
321886
|
+
"declarations": [
|
|
321887
|
+
{
|
|
321888
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
321889
|
+
"name": "HTMLAttributes"
|
|
321890
|
+
}
|
|
321891
|
+
],
|
|
321892
|
+
"required": false,
|
|
321893
|
+
"type": {
|
|
321894
|
+
"name": "string"
|
|
321895
|
+
}
|
|
321896
|
+
},
|
|
321897
|
+
"key": {
|
|
321898
|
+
"defaultValue": null,
|
|
321899
|
+
"description": "",
|
|
321900
|
+
"name": "key",
|
|
321901
|
+
"parent": {
|
|
321902
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
321903
|
+
"name": "Attributes"
|
|
321904
|
+
},
|
|
321905
|
+
"declarations": [
|
|
321906
|
+
{
|
|
321907
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
321908
|
+
"name": "Attributes"
|
|
321909
|
+
}
|
|
321910
|
+
],
|
|
321911
|
+
"required": false,
|
|
321912
|
+
"type": {
|
|
321913
|
+
"name": "Key | null"
|
|
321914
|
+
}
|
|
321915
|
+
},
|
|
321916
|
+
"type": {
|
|
321917
|
+
"defaultValue": null,
|
|
321918
|
+
"description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
|
|
321919
|
+
"name": "type",
|
|
321920
|
+
"parent": {
|
|
321921
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
|
|
321922
|
+
"name": "CurveProps"
|
|
321923
|
+
},
|
|
321924
|
+
"declarations": [
|
|
321925
|
+
{
|
|
321926
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
|
|
321927
|
+
"name": "CurveProps"
|
|
321928
|
+
},
|
|
321929
|
+
{
|
|
321930
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
321931
|
+
"name": "LineProps"
|
|
321932
|
+
}
|
|
321933
|
+
],
|
|
321934
|
+
"required": false,
|
|
321935
|
+
"type": {
|
|
321936
|
+
"name": "CurveType"
|
|
321937
|
+
}
|
|
321938
|
+
},
|
|
321939
|
+
"dataKey": {
|
|
321940
|
+
"defaultValue": null,
|
|
321941
|
+
"description": "Decides how to extract the value of this Line from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Line.",
|
|
321942
|
+
"name": "dataKey",
|
|
321943
|
+
"parent": {
|
|
321944
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
321945
|
+
"name": "LineProps"
|
|
321946
|
+
},
|
|
321947
|
+
"declarations": [
|
|
321948
|
+
{
|
|
321949
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
321950
|
+
"name": "LineProps"
|
|
321951
|
+
}
|
|
321952
|
+
],
|
|
321953
|
+
"required": false,
|
|
321954
|
+
"type": {
|
|
321955
|
+
"name": "DataKey<any>"
|
|
321956
|
+
}
|
|
321957
|
+
},
|
|
321958
|
+
"unit": {
|
|
321959
|
+
"defaultValue": null,
|
|
321960
|
+
"description": "The unit of data. This option will be used in tooltip.",
|
|
321961
|
+
"name": "unit",
|
|
321962
|
+
"parent": {
|
|
321963
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
321964
|
+
"name": "LineProps"
|
|
321965
|
+
},
|
|
321966
|
+
"declarations": [
|
|
321967
|
+
{
|
|
321968
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
321969
|
+
"name": "LineProps"
|
|
321970
|
+
}
|
|
321971
|
+
],
|
|
321972
|
+
"required": false,
|
|
321973
|
+
"type": {
|
|
321974
|
+
"name": "string | number | null"
|
|
321975
|
+
}
|
|
321976
|
+
},
|
|
321977
|
+
"xAxisId": {
|
|
321978
|
+
"defaultValue": null,
|
|
321979
|
+
"description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
|
|
321980
|
+
"name": "xAxisId",
|
|
321981
|
+
"parent": {
|
|
321982
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
321983
|
+
"name": "LineProps"
|
|
321984
|
+
},
|
|
321985
|
+
"declarations": [
|
|
321986
|
+
{
|
|
321987
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
321988
|
+
"name": "LineProps"
|
|
321989
|
+
}
|
|
321990
|
+
],
|
|
321991
|
+
"required": false,
|
|
321992
|
+
"type": {
|
|
321993
|
+
"name": "AxisId"
|
|
321994
|
+
}
|
|
321995
|
+
},
|
|
321996
|
+
"yAxisId": {
|
|
321997
|
+
"defaultValue": null,
|
|
321998
|
+
"description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
|
|
321999
|
+
"name": "yAxisId",
|
|
322000
|
+
"parent": {
|
|
322001
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
322002
|
+
"name": "LineProps"
|
|
322003
|
+
},
|
|
322004
|
+
"declarations": [
|
|
322005
|
+
{
|
|
322006
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
322007
|
+
"name": "LineProps"
|
|
322008
|
+
}
|
|
322009
|
+
],
|
|
322010
|
+
"required": false,
|
|
322011
|
+
"type": {
|
|
322012
|
+
"name": "AxisId"
|
|
322013
|
+
}
|
|
322014
|
+
}
|
|
322015
|
+
}
|
|
322016
|
+
},
|
|
322290
322017
|
{
|
|
322291
322018
|
"tags": {
|
|
322292
322019
|
"flr-generate": "all"
|
|
@@ -322545,175 +322272,6 @@
|
|
|
322545
322272
|
}
|
|
322546
322273
|
}
|
|
322547
322274
|
},
|
|
322548
|
-
{
|
|
322549
|
-
"tags": {
|
|
322550
|
-
"flr-generate": "all"
|
|
322551
|
-
},
|
|
322552
|
-
"filePath": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
322553
|
-
"description": "",
|
|
322554
|
-
"displayName": "Line",
|
|
322555
|
-
"methods": [],
|
|
322556
|
-
"props": {
|
|
322557
|
-
"color": {
|
|
322558
|
-
"defaultValue": {
|
|
322559
|
-
"value": "\"sea-green\""
|
|
322560
|
-
},
|
|
322561
|
-
"description": "The color of the line.",
|
|
322562
|
-
"name": "color",
|
|
322563
|
-
"parent": {
|
|
322564
|
-
"fileName": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
322565
|
-
"name": "LineProps"
|
|
322566
|
-
},
|
|
322567
|
-
"declarations": [
|
|
322568
|
-
{
|
|
322569
|
-
"fileName": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
322570
|
-
"name": "LineProps"
|
|
322571
|
-
}
|
|
322572
|
-
],
|
|
322573
|
-
"required": false,
|
|
322574
|
-
"type": {
|
|
322575
|
-
"name": "CategoricalWithCustomColor"
|
|
322576
|
-
}
|
|
322577
|
-
},
|
|
322578
|
-
"key": {
|
|
322579
|
-
"defaultValue": null,
|
|
322580
|
-
"description": "",
|
|
322581
|
-
"name": "key",
|
|
322582
|
-
"parent": {
|
|
322583
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
322584
|
-
"name": "Attributes"
|
|
322585
|
-
},
|
|
322586
|
-
"declarations": [
|
|
322587
|
-
{
|
|
322588
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
322589
|
-
"name": "Attributes"
|
|
322590
|
-
}
|
|
322591
|
-
],
|
|
322592
|
-
"required": false,
|
|
322593
|
-
"type": {
|
|
322594
|
-
"name": "Key | null"
|
|
322595
|
-
}
|
|
322596
|
-
},
|
|
322597
|
-
"className": {
|
|
322598
|
-
"defaultValue": null,
|
|
322599
|
-
"description": "",
|
|
322600
|
-
"name": "className",
|
|
322601
|
-
"parent": {
|
|
322602
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
322603
|
-
"name": "HTMLAttributes"
|
|
322604
|
-
},
|
|
322605
|
-
"declarations": [
|
|
322606
|
-
{
|
|
322607
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
322608
|
-
"name": "HTMLAttributes"
|
|
322609
|
-
}
|
|
322610
|
-
],
|
|
322611
|
-
"required": false,
|
|
322612
|
-
"type": {
|
|
322613
|
-
"name": "string"
|
|
322614
|
-
}
|
|
322615
|
-
},
|
|
322616
|
-
"type": {
|
|
322617
|
-
"defaultValue": null,
|
|
322618
|
-
"description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
|
|
322619
|
-
"name": "type",
|
|
322620
|
-
"parent": {
|
|
322621
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
|
|
322622
|
-
"name": "CurveProps"
|
|
322623
|
-
},
|
|
322624
|
-
"declarations": [
|
|
322625
|
-
{
|
|
322626
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
|
|
322627
|
-
"name": "CurveProps"
|
|
322628
|
-
},
|
|
322629
|
-
{
|
|
322630
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
322631
|
-
"name": "LineProps"
|
|
322632
|
-
}
|
|
322633
|
-
],
|
|
322634
|
-
"required": false,
|
|
322635
|
-
"type": {
|
|
322636
|
-
"name": "CurveType"
|
|
322637
|
-
}
|
|
322638
|
-
},
|
|
322639
|
-
"dataKey": {
|
|
322640
|
-
"defaultValue": null,
|
|
322641
|
-
"description": "Decides how to extract the value of this Line from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Line.",
|
|
322642
|
-
"name": "dataKey",
|
|
322643
|
-
"parent": {
|
|
322644
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
322645
|
-
"name": "LineProps"
|
|
322646
|
-
},
|
|
322647
|
-
"declarations": [
|
|
322648
|
-
{
|
|
322649
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
322650
|
-
"name": "LineProps"
|
|
322651
|
-
}
|
|
322652
|
-
],
|
|
322653
|
-
"required": false,
|
|
322654
|
-
"type": {
|
|
322655
|
-
"name": "DataKey<any>"
|
|
322656
|
-
}
|
|
322657
|
-
},
|
|
322658
|
-
"unit": {
|
|
322659
|
-
"defaultValue": null,
|
|
322660
|
-
"description": "The unit of data. This option will be used in tooltip.",
|
|
322661
|
-
"name": "unit",
|
|
322662
|
-
"parent": {
|
|
322663
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
322664
|
-
"name": "LineProps"
|
|
322665
|
-
},
|
|
322666
|
-
"declarations": [
|
|
322667
|
-
{
|
|
322668
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
322669
|
-
"name": "LineProps"
|
|
322670
|
-
}
|
|
322671
|
-
],
|
|
322672
|
-
"required": false,
|
|
322673
|
-
"type": {
|
|
322674
|
-
"name": "string | number | null"
|
|
322675
|
-
}
|
|
322676
|
-
},
|
|
322677
|
-
"xAxisId": {
|
|
322678
|
-
"defaultValue": null,
|
|
322679
|
-
"description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
|
|
322680
|
-
"name": "xAxisId",
|
|
322681
|
-
"parent": {
|
|
322682
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
322683
|
-
"name": "LineProps"
|
|
322684
|
-
},
|
|
322685
|
-
"declarations": [
|
|
322686
|
-
{
|
|
322687
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
322688
|
-
"name": "LineProps"
|
|
322689
|
-
}
|
|
322690
|
-
],
|
|
322691
|
-
"required": false,
|
|
322692
|
-
"type": {
|
|
322693
|
-
"name": "AxisId"
|
|
322694
|
-
}
|
|
322695
|
-
},
|
|
322696
|
-
"yAxisId": {
|
|
322697
|
-
"defaultValue": null,
|
|
322698
|
-
"description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
|
|
322699
|
-
"name": "yAxisId",
|
|
322700
|
-
"parent": {
|
|
322701
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
322702
|
-
"name": "LineProps"
|
|
322703
|
-
},
|
|
322704
|
-
"declarations": [
|
|
322705
|
-
{
|
|
322706
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
322707
|
-
"name": "LineProps"
|
|
322708
|
-
}
|
|
322709
|
-
],
|
|
322710
|
-
"required": false,
|
|
322711
|
-
"type": {
|
|
322712
|
-
"name": "AxisId"
|
|
322713
|
-
}
|
|
322714
|
-
}
|
|
322715
|
-
}
|
|
322716
|
-
},
|
|
322717
322275
|
{
|
|
322718
322276
|
"tags": {},
|
|
322719
322277
|
"filePath": "src/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.tsx",
|
|
@@ -323597,48 +323155,6 @@
|
|
|
323597
323155
|
"name": "string | number"
|
|
323598
323156
|
}
|
|
323599
323157
|
},
|
|
323600
|
-
"ref": {
|
|
323601
|
-
"defaultValue": null,
|
|
323602
|
-
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
323603
|
-
"name": "ref",
|
|
323604
|
-
"parent": {
|
|
323605
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
323606
|
-
"name": "RefAttributes"
|
|
323607
|
-
},
|
|
323608
|
-
"declarations": [
|
|
323609
|
-
{
|
|
323610
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
323611
|
-
"name": "RefAttributes"
|
|
323612
|
-
},
|
|
323613
|
-
{
|
|
323614
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
323615
|
-
"name": "RefAttributes"
|
|
323616
|
-
}
|
|
323617
|
-
],
|
|
323618
|
-
"required": false,
|
|
323619
|
-
"type": {
|
|
323620
|
-
"name": "((instance: null) => void | (() => VoidOrUndefinedOnly)) | RefObject<null> | ((instance: null) => void | (() => VoidOrUndefinedOnly)) | null"
|
|
323621
|
-
}
|
|
323622
|
-
},
|
|
323623
|
-
"key": {
|
|
323624
|
-
"defaultValue": null,
|
|
323625
|
-
"description": "",
|
|
323626
|
-
"name": "key",
|
|
323627
|
-
"parent": {
|
|
323628
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
323629
|
-
"name": "Attributes"
|
|
323630
|
-
},
|
|
323631
|
-
"declarations": [
|
|
323632
|
-
{
|
|
323633
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
323634
|
-
"name": "Attributes"
|
|
323635
|
-
}
|
|
323636
|
-
],
|
|
323637
|
-
"required": false,
|
|
323638
|
-
"type": {
|
|
323639
|
-
"name": "Key | null"
|
|
323640
|
-
}
|
|
323641
|
-
},
|
|
323642
323158
|
"children": {
|
|
323643
323159
|
"defaultValue": null,
|
|
323644
323160
|
"description": "",
|
|
@@ -324802,6 +324318,44 @@
|
|
|
324802
324318
|
"name": "string | number"
|
|
324803
324319
|
}
|
|
324804
324320
|
},
|
|
324321
|
+
"ref": {
|
|
324322
|
+
"defaultValue": null,
|
|
324323
|
+
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
324324
|
+
"name": "ref",
|
|
324325
|
+
"parent": {
|
|
324326
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
324327
|
+
"name": "RefAttributes"
|
|
324328
|
+
},
|
|
324329
|
+
"declarations": [
|
|
324330
|
+
{
|
|
324331
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
324332
|
+
"name": "RefAttributes"
|
|
324333
|
+
}
|
|
324334
|
+
],
|
|
324335
|
+
"required": false,
|
|
324336
|
+
"type": {
|
|
324337
|
+
"name": "Ref<HTMLSpanElement>"
|
|
324338
|
+
}
|
|
324339
|
+
},
|
|
324340
|
+
"key": {
|
|
324341
|
+
"defaultValue": null,
|
|
324342
|
+
"description": "",
|
|
324343
|
+
"name": "key",
|
|
324344
|
+
"parent": {
|
|
324345
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
324346
|
+
"name": "Attributes"
|
|
324347
|
+
},
|
|
324348
|
+
"declarations": [
|
|
324349
|
+
{
|
|
324350
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
324351
|
+
"name": "Attributes"
|
|
324352
|
+
}
|
|
324353
|
+
],
|
|
324354
|
+
"required": false,
|
|
324355
|
+
"type": {
|
|
324356
|
+
"name": "Key | null"
|
|
324357
|
+
}
|
|
324358
|
+
},
|
|
324805
324359
|
"onFocus": {
|
|
324806
324360
|
"defaultValue": null,
|
|
324807
324361
|
"description": "",
|
|
@@ -336676,48 +336230,6 @@
|
|
|
336676
336230
|
"name": "string | number"
|
|
336677
336231
|
}
|
|
336678
336232
|
},
|
|
336679
|
-
"ref": {
|
|
336680
|
-
"defaultValue": null,
|
|
336681
|
-
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
336682
|
-
"name": "ref",
|
|
336683
|
-
"parent": {
|
|
336684
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
336685
|
-
"name": "RefAttributes"
|
|
336686
|
-
},
|
|
336687
|
-
"declarations": [
|
|
336688
|
-
{
|
|
336689
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
336690
|
-
"name": "RefAttributes"
|
|
336691
|
-
},
|
|
336692
|
-
{
|
|
336693
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
336694
|
-
"name": "RefAttributes"
|
|
336695
|
-
}
|
|
336696
|
-
],
|
|
336697
|
-
"required": false,
|
|
336698
|
-
"type": {
|
|
336699
|
-
"name": "((instance: null) => void | (() => VoidOrUndefinedOnly)) | RefObject<null> | ((instance: null) => void | (() => VoidOrUndefinedOnly)) | null"
|
|
336700
|
-
}
|
|
336701
|
-
},
|
|
336702
|
-
"key": {
|
|
336703
|
-
"defaultValue": null,
|
|
336704
|
-
"description": "",
|
|
336705
|
-
"name": "key",
|
|
336706
|
-
"parent": {
|
|
336707
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
336708
|
-
"name": "Attributes"
|
|
336709
|
-
},
|
|
336710
|
-
"declarations": [
|
|
336711
|
-
{
|
|
336712
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
336713
|
-
"name": "Attributes"
|
|
336714
|
-
}
|
|
336715
|
-
],
|
|
336716
|
-
"required": false,
|
|
336717
|
-
"type": {
|
|
336718
|
-
"name": "Key | null"
|
|
336719
|
-
}
|
|
336720
|
-
},
|
|
336721
336233
|
"className": {
|
|
336722
336234
|
"defaultValue": null,
|
|
336723
336235
|
"description": "",
|
|
@@ -336908,6 +336420,44 @@
|
|
|
336908
336420
|
"name": "string | number"
|
|
336909
336421
|
}
|
|
336910
336422
|
},
|
|
336423
|
+
"ref": {
|
|
336424
|
+
"defaultValue": null,
|
|
336425
|
+
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
336426
|
+
"name": "ref",
|
|
336427
|
+
"parent": {
|
|
336428
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
336429
|
+
"name": "RefAttributes"
|
|
336430
|
+
},
|
|
336431
|
+
"declarations": [
|
|
336432
|
+
{
|
|
336433
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
336434
|
+
"name": "RefAttributes"
|
|
336435
|
+
}
|
|
336436
|
+
],
|
|
336437
|
+
"required": false,
|
|
336438
|
+
"type": {
|
|
336439
|
+
"name": "Ref<HTMLSpanElement>"
|
|
336440
|
+
}
|
|
336441
|
+
},
|
|
336442
|
+
"key": {
|
|
336443
|
+
"defaultValue": null,
|
|
336444
|
+
"description": "",
|
|
336445
|
+
"name": "key",
|
|
336446
|
+
"parent": {
|
|
336447
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
336448
|
+
"name": "Attributes"
|
|
336449
|
+
},
|
|
336450
|
+
"declarations": [
|
|
336451
|
+
{
|
|
336452
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
336453
|
+
"name": "Attributes"
|
|
336454
|
+
}
|
|
336455
|
+
],
|
|
336456
|
+
"required": false,
|
|
336457
|
+
"type": {
|
|
336458
|
+
"name": "Key | null"
|
|
336459
|
+
}
|
|
336460
|
+
},
|
|
336911
336461
|
"id": {
|
|
336912
336462
|
"defaultValue": null,
|
|
336913
336463
|
"description": "",
|
|
@@ -341899,42 +341449,42 @@
|
|
|
341899
341449
|
"name": "CategoricalWithCustomColor"
|
|
341900
341450
|
}
|
|
341901
341451
|
},
|
|
341902
|
-
"
|
|
341452
|
+
"className": {
|
|
341903
341453
|
"defaultValue": null,
|
|
341904
341454
|
"description": "",
|
|
341905
|
-
"name": "
|
|
341455
|
+
"name": "className",
|
|
341906
341456
|
"parent": {
|
|
341907
341457
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
341908
|
-
"name": "
|
|
341458
|
+
"name": "HTMLAttributes"
|
|
341909
341459
|
},
|
|
341910
341460
|
"declarations": [
|
|
341911
341461
|
{
|
|
341912
341462
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
341913
|
-
"name": "
|
|
341463
|
+
"name": "HTMLAttributes"
|
|
341914
341464
|
}
|
|
341915
341465
|
],
|
|
341916
341466
|
"required": false,
|
|
341917
341467
|
"type": {
|
|
341918
|
-
"name": "
|
|
341468
|
+
"name": "string"
|
|
341919
341469
|
}
|
|
341920
341470
|
},
|
|
341921
|
-
"
|
|
341471
|
+
"key": {
|
|
341922
341472
|
"defaultValue": null,
|
|
341923
341473
|
"description": "",
|
|
341924
|
-
"name": "
|
|
341474
|
+
"name": "key",
|
|
341925
341475
|
"parent": {
|
|
341926
341476
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
341927
|
-
"name": "
|
|
341477
|
+
"name": "Attributes"
|
|
341928
341478
|
},
|
|
341929
341479
|
"declarations": [
|
|
341930
341480
|
{
|
|
341931
341481
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
341932
|
-
"name": "
|
|
341482
|
+
"name": "Attributes"
|
|
341933
341483
|
}
|
|
341934
341484
|
],
|
|
341935
341485
|
"required": false,
|
|
341936
341486
|
"type": {
|
|
341937
|
-
"name": "
|
|
341487
|
+
"name": "Key | null"
|
|
341938
341488
|
}
|
|
341939
341489
|
},
|
|
341940
341490
|
"type": {
|
|
@@ -347854,14 +347404,6 @@
|
|
|
347854
347404
|
}
|
|
347855
347405
|
}
|
|
347856
347406
|
},
|
|
347857
|
-
{
|
|
347858
|
-
"tags": {},
|
|
347859
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
|
|
347860
|
-
"description": "",
|
|
347861
|
-
"displayName": "FallbackItems",
|
|
347862
|
-
"methods": [],
|
|
347863
|
-
"props": {}
|
|
347864
|
-
},
|
|
347865
347407
|
{
|
|
347866
347408
|
"tags": {},
|
|
347867
347409
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
@@ -347986,6 +347528,14 @@
|
|
|
347986
347528
|
}
|
|
347987
347529
|
}
|
|
347988
347530
|
},
|
|
347531
|
+
{
|
|
347532
|
+
"tags": {},
|
|
347533
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
|
|
347534
|
+
"description": "",
|
|
347535
|
+
"displayName": "FallbackItems",
|
|
347536
|
+
"methods": [],
|
|
347537
|
+
"props": {}
|
|
347538
|
+
},
|
|
347989
347539
|
{
|
|
347990
347540
|
"tags": {},
|
|
347991
347541
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
@@ -348022,6 +347572,42 @@
|
|
|
348022
347572
|
"methods": [],
|
|
348023
347573
|
"props": {}
|
|
348024
347574
|
},
|
|
347575
|
+
{
|
|
347576
|
+
"tags": {},
|
|
347577
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
347578
|
+
"description": "",
|
|
347579
|
+
"displayName": "SortingMenuItem",
|
|
347580
|
+
"methods": [],
|
|
347581
|
+
"props": {
|
|
347582
|
+
"sorting": {
|
|
347583
|
+
"defaultValue": null,
|
|
347584
|
+
"description": "",
|
|
347585
|
+
"name": "sorting",
|
|
347586
|
+
"parent": {
|
|
347587
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
347588
|
+
"name": "Props"
|
|
347589
|
+
},
|
|
347590
|
+
"declarations": [
|
|
347591
|
+
{
|
|
347592
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
347593
|
+
"name": "Props"
|
|
347594
|
+
}
|
|
347595
|
+
],
|
|
347596
|
+
"required": true,
|
|
347597
|
+
"type": {
|
|
347598
|
+
"name": "Sorting<never>"
|
|
347599
|
+
}
|
|
347600
|
+
}
|
|
347601
|
+
}
|
|
347602
|
+
},
|
|
347603
|
+
{
|
|
347604
|
+
"tags": {},
|
|
347605
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
347606
|
+
"description": "",
|
|
347607
|
+
"displayName": "SortingContextMenu",
|
|
347608
|
+
"methods": [],
|
|
347609
|
+
"props": {}
|
|
347610
|
+
},
|
|
348025
347611
|
{
|
|
348026
347612
|
"tags": {},
|
|
348027
347613
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
@@ -348180,42 +347766,6 @@
|
|
|
348180
347766
|
}
|
|
348181
347767
|
}
|
|
348182
347768
|
},
|
|
348183
|
-
{
|
|
348184
|
-
"tags": {},
|
|
348185
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
348186
|
-
"description": "",
|
|
348187
|
-
"displayName": "SortingMenuItem",
|
|
348188
|
-
"methods": [],
|
|
348189
|
-
"props": {
|
|
348190
|
-
"sorting": {
|
|
348191
|
-
"defaultValue": null,
|
|
348192
|
-
"description": "",
|
|
348193
|
-
"name": "sorting",
|
|
348194
|
-
"parent": {
|
|
348195
|
-
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
348196
|
-
"name": "Props"
|
|
348197
|
-
},
|
|
348198
|
-
"declarations": [
|
|
348199
|
-
{
|
|
348200
|
-
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
348201
|
-
"name": "Props"
|
|
348202
|
-
}
|
|
348203
|
-
],
|
|
348204
|
-
"required": true,
|
|
348205
|
-
"type": {
|
|
348206
|
-
"name": "Sorting<never>"
|
|
348207
|
-
}
|
|
348208
|
-
}
|
|
348209
|
-
}
|
|
348210
|
-
},
|
|
348211
|
-
{
|
|
348212
|
-
"tags": {},
|
|
348213
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
348214
|
-
"description": "",
|
|
348215
|
-
"displayName": "SortingContextMenu",
|
|
348216
|
-
"methods": [],
|
|
348217
|
-
"props": {}
|
|
348218
|
-
},
|
|
348219
347769
|
{
|
|
348220
347770
|
"tags": {},
|
|
348221
347771
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
|
|
@@ -350685,10 +350235,6 @@
|
|
|
350685
350235
|
"name": "RefAttributes"
|
|
350686
350236
|
},
|
|
350687
350237
|
"declarations": [
|
|
350688
|
-
{
|
|
350689
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
350690
|
-
"name": "RefAttributes"
|
|
350691
|
-
},
|
|
350692
350238
|
{
|
|
350693
350239
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
350694
350240
|
"name": "RefAttributes"
|
|
@@ -350696,7 +350242,7 @@
|
|
|
350696
350242
|
],
|
|
350697
350243
|
"required": false,
|
|
350698
350244
|
"type": {
|
|
350699
|
-
"name": "
|
|
350245
|
+
"name": "Ref<HTMLSpanElement>"
|
|
350700
350246
|
}
|
|
350701
350247
|
},
|
|
350702
350248
|
"key": {
|
|
@@ -350841,6 +350387,25 @@
|
|
|
350841
350387
|
"name": "WordBreak"
|
|
350842
350388
|
}
|
|
350843
350389
|
},
|
|
350390
|
+
"noLigatures": {
|
|
350391
|
+
"defaultValue": null,
|
|
350392
|
+
"description": "",
|
|
350393
|
+
"name": "noLigatures",
|
|
350394
|
+
"parent": {
|
|
350395
|
+
"fileName": "components/src/components/Text/Text.tsx",
|
|
350396
|
+
"name": "TextProps"
|
|
350397
|
+
},
|
|
350398
|
+
"declarations": [
|
|
350399
|
+
{
|
|
350400
|
+
"fileName": "components/src/components/Text/Text.tsx",
|
|
350401
|
+
"name": "TextProps"
|
|
350402
|
+
}
|
|
350403
|
+
],
|
|
350404
|
+
"required": false,
|
|
350405
|
+
"type": {
|
|
350406
|
+
"name": "boolean"
|
|
350407
|
+
}
|
|
350408
|
+
},
|
|
350844
350409
|
"children": {
|
|
350845
350410
|
"defaultValue": null,
|
|
350846
350411
|
"description": "",
|
|
@@ -356162,10 +355727,6 @@
|
|
|
356162
355727
|
"name": "RefAttributes"
|
|
356163
355728
|
},
|
|
356164
355729
|
"declarations": [
|
|
356165
|
-
{
|
|
356166
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
356167
|
-
"name": "RefAttributes"
|
|
356168
|
-
},
|
|
356169
355730
|
{
|
|
356170
355731
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
356171
355732
|
"name": "RefAttributes"
|
|
@@ -356173,7 +355734,7 @@
|
|
|
356173
355734
|
],
|
|
356174
355735
|
"required": false,
|
|
356175
355736
|
"type": {
|
|
356176
|
-
"name": "
|
|
355737
|
+
"name": "Ref<HTMLSpanElement>"
|
|
356177
355738
|
}
|
|
356178
355739
|
},
|
|
356179
355740
|
"key": {
|
|
@@ -356197,49 +355758,6 @@
|
|
|
356197
355758
|
}
|
|
356198
355759
|
}
|
|
356199
355760
|
},
|
|
356200
|
-
{
|
|
356201
|
-
"tags": {},
|
|
356202
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
356203
|
-
"description": "",
|
|
356204
|
-
"displayName": "useGridItemProps",
|
|
356205
|
-
"methods": [],
|
|
356206
|
-
"props": {
|
|
356207
|
-
"data": {
|
|
356208
|
-
"defaultValue": null,
|
|
356209
|
-
"description": "",
|
|
356210
|
-
"name": "data",
|
|
356211
|
-
"parent": {
|
|
356212
|
-
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
356213
|
-
"name": "P"
|
|
356214
|
-
},
|
|
356215
|
-
"declarations": [
|
|
356216
|
-
{
|
|
356217
|
-
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
356218
|
-
"name": "P"
|
|
356219
|
-
}
|
|
356220
|
-
],
|
|
356221
|
-
"required": true,
|
|
356222
|
-
"type": {
|
|
356223
|
-
"name": "never"
|
|
356224
|
-
}
|
|
356225
|
-
},
|
|
356226
|
-
"children": {
|
|
356227
|
-
"defaultValue": null,
|
|
356228
|
-
"description": "",
|
|
356229
|
-
"name": "children",
|
|
356230
|
-
"declarations": [
|
|
356231
|
-
{
|
|
356232
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
356233
|
-
"name": "TypeLiteral"
|
|
356234
|
-
}
|
|
356235
|
-
],
|
|
356236
|
-
"required": false,
|
|
356237
|
-
"type": {
|
|
356238
|
-
"name": "ReactNode"
|
|
356239
|
-
}
|
|
356240
|
-
}
|
|
356241
|
-
}
|
|
356242
|
-
},
|
|
356243
355761
|
{
|
|
356244
355762
|
"tags": {},
|
|
356245
355763
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
|
|
@@ -356321,6 +355839,49 @@
|
|
|
356321
355839
|
}
|
|
356322
355840
|
}
|
|
356323
355841
|
},
|
|
355842
|
+
{
|
|
355843
|
+
"tags": {},
|
|
355844
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
355845
|
+
"description": "",
|
|
355846
|
+
"displayName": "useGridItemProps",
|
|
355847
|
+
"methods": [],
|
|
355848
|
+
"props": {
|
|
355849
|
+
"data": {
|
|
355850
|
+
"defaultValue": null,
|
|
355851
|
+
"description": "",
|
|
355852
|
+
"name": "data",
|
|
355853
|
+
"parent": {
|
|
355854
|
+
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
355855
|
+
"name": "P"
|
|
355856
|
+
},
|
|
355857
|
+
"declarations": [
|
|
355858
|
+
{
|
|
355859
|
+
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
355860
|
+
"name": "P"
|
|
355861
|
+
}
|
|
355862
|
+
],
|
|
355863
|
+
"required": true,
|
|
355864
|
+
"type": {
|
|
355865
|
+
"name": "never"
|
|
355866
|
+
}
|
|
355867
|
+
},
|
|
355868
|
+
"children": {
|
|
355869
|
+
"defaultValue": null,
|
|
355870
|
+
"description": "",
|
|
355871
|
+
"name": "children",
|
|
355872
|
+
"declarations": [
|
|
355873
|
+
{
|
|
355874
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
355875
|
+
"name": "TypeLiteral"
|
|
355876
|
+
}
|
|
355877
|
+
],
|
|
355878
|
+
"required": false,
|
|
355879
|
+
"type": {
|
|
355880
|
+
"name": "ReactNode"
|
|
355881
|
+
}
|
|
355882
|
+
}
|
|
355883
|
+
}
|
|
355884
|
+
},
|
|
356324
355885
|
{
|
|
356325
355886
|
"tags": {},
|
|
356326
355887
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/index.tsx",
|