@mittwald/flow-react-components 0.2.0-alpha.622 → 0.2.0-alpha.624
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/assets/doc-properties.json +851 -813
- package/dist/js/components/src/components/CartesianChart/CartesianChart.mjs +1 -0
- package/dist/js/components/src/components/CartesianChart/CartesianChart.mjs.map +1 -1
- package/dist/js/components/src/components/FileDropZone/FileDropZone.mjs +17 -15
- package/dist/js/components/src/components/FileDropZone/FileDropZone.mjs.map +1 -1
- package/dist/js/components/src/components/IllustratedMessage/IllustratedMessage.mjs +35 -31
- package/dist/js/components/src/components/IllustratedMessage/IllustratedMessage.mjs.map +1 -1
- package/dist/js/components/src/components/List/components/Header/components/Filters/CombinedFilterMenu.mjs +4 -3
- package/dist/js/components/src/components/List/components/Header/components/Filters/CombinedFilterMenu.mjs.map +1 -1
- package/dist/js/components/src/components/List/components/Header/components/Filters/FilterMenuList.mjs +4 -3
- package/dist/js/components/src/components/List/components/Header/components/Filters/FilterMenuList.mjs.map +1 -1
- package/dist/js/components/src/components/List/components/Header/components/Settings/SortingMenuItem.mjs +4 -3
- package/dist/js/components/src/components/List/components/Header/components/Settings/SortingMenuItem.mjs.map +1 -1
- package/dist/js/components/src/components/List/components/Header/components/Settings/ViewModeMenu.mjs +4 -3
- package/dist/js/components/src/components/List/components/Header/components/Settings/ViewModeMenu.mjs.map +1 -1
- package/dist/js/components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.mjs +4 -3
- package/dist/js/components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.mjs.map +1 -1
- package/dist/js/components/src/components/List/components/Header/lib.mjs +4 -3
- package/dist/js/components/src/components/List/components/Header/lib.mjs.map +1 -1
- package/dist/js/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.mjs +5 -4
- package/dist/js/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.mjs.map +1 -1
- package/dist/js/components/src/components/List/components/ListItemView/ListItemView.mjs +2 -1
- package/dist/js/components/src/components/List/components/ListItemView/ListItemView.mjs.map +1 -1
- package/dist/js/components/src/components/List/components/Table/Table.mjs +4 -3
- package/dist/js/components/src/components/List/components/Table/Table.mjs.map +1 -1
- package/dist/js/components/src/components/propTypes/index.mjs +1 -0
- package/dist/js/components/src/components/propTypes/index.mjs.map +1 -1
- package/dist/js/flr-universal.mjs +1 -0
- package/dist/js/flr-universal.mjs.map +1 -1
- package/dist/types/components/FileDropZone/FileDropZone.d.ts.map +1 -1
- package/dist/types/components/IllustratedMessage/IllustratedMessage.d.ts +4 -3
- package/dist/types/components/IllustratedMessage/IllustratedMessage.d.ts.map +1 -1
- package/dist/types/components/IllustratedMessage/stories/Default.stories.d.ts +1 -0
- package/dist/types/components/IllustratedMessage/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/propTypes/index.d.ts +2 -0
- package/dist/types/components/propTypes/index.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -123425,6 +123425,44 @@
|
|
|
123425
123425
|
"type": {
|
|
123426
123426
|
"name": "TransitionEventHandler<HTMLElement>"
|
|
123427
123427
|
}
|
|
123428
|
+
},
|
|
123429
|
+
"wrapWith": {
|
|
123430
|
+
"defaultValue": null,
|
|
123431
|
+
"description": "",
|
|
123432
|
+
"name": "wrapWith",
|
|
123433
|
+
"parent": {
|
|
123434
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
123435
|
+
"name": "FlowComponentProps"
|
|
123436
|
+
},
|
|
123437
|
+
"declarations": [
|
|
123438
|
+
{
|
|
123439
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
123440
|
+
"name": "FlowComponentProps"
|
|
123441
|
+
}
|
|
123442
|
+
],
|
|
123443
|
+
"required": false,
|
|
123444
|
+
"type": {
|
|
123445
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
123446
|
+
}
|
|
123447
|
+
},
|
|
123448
|
+
"tunnelId": {
|
|
123449
|
+
"defaultValue": null,
|
|
123450
|
+
"description": "@internal",
|
|
123451
|
+
"name": "tunnelId",
|
|
123452
|
+
"parent": {
|
|
123453
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
123454
|
+
"name": "PropsWithTunnel"
|
|
123455
|
+
},
|
|
123456
|
+
"declarations": [
|
|
123457
|
+
{
|
|
123458
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
123459
|
+
"name": "PropsWithTunnel"
|
|
123460
|
+
}
|
|
123461
|
+
],
|
|
123462
|
+
"required": false,
|
|
123463
|
+
"type": {
|
|
123464
|
+
"name": "string | null"
|
|
123465
|
+
}
|
|
123428
123466
|
}
|
|
123429
123467
|
}
|
|
123430
123468
|
},
|
|
@@ -184432,28 +184470,123 @@
|
|
|
184432
184470
|
},
|
|
184433
184471
|
{
|
|
184434
184472
|
"tags": {},
|
|
184435
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
184473
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CountryOptions/CountryOptions.tsx",
|
|
184436
184474
|
"description": "",
|
|
184437
|
-
"displayName": "
|
|
184475
|
+
"displayName": "CountryOptions",
|
|
184438
184476
|
"methods": [],
|
|
184439
184477
|
"props": {
|
|
184440
|
-
"
|
|
184478
|
+
"filterBy": {
|
|
184441
184479
|
"defaultValue": null,
|
|
184442
184480
|
"description": "",
|
|
184443
|
-
"name": "
|
|
184481
|
+
"name": "filterBy",
|
|
184444
184482
|
"parent": {
|
|
184445
|
-
"fileName": "components/src/components/
|
|
184446
|
-
"name": "
|
|
184483
|
+
"fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
|
|
184484
|
+
"name": "CountryOptionsProps"
|
|
184447
184485
|
},
|
|
184448
184486
|
"declarations": [
|
|
184449
184487
|
{
|
|
184450
|
-
"fileName": "components/src/components/
|
|
184451
|
-
"name": "
|
|
184488
|
+
"fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
|
|
184489
|
+
"name": "CountryOptionsProps"
|
|
184452
184490
|
}
|
|
184453
184491
|
],
|
|
184454
184492
|
"required": false,
|
|
184455
184493
|
"type": {
|
|
184456
|
-
"name": "
|
|
184494
|
+
"name": "CountryFilterFn"
|
|
184495
|
+
}
|
|
184496
|
+
},
|
|
184497
|
+
"sortBy": {
|
|
184498
|
+
"defaultValue": null,
|
|
184499
|
+
"description": "",
|
|
184500
|
+
"name": "sortBy",
|
|
184501
|
+
"parent": {
|
|
184502
|
+
"fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
|
|
184503
|
+
"name": "CountryOptionsProps"
|
|
184504
|
+
},
|
|
184505
|
+
"declarations": [
|
|
184506
|
+
{
|
|
184507
|
+
"fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
|
|
184508
|
+
"name": "CountryOptionsProps"
|
|
184509
|
+
}
|
|
184510
|
+
],
|
|
184511
|
+
"required": false,
|
|
184512
|
+
"type": {
|
|
184513
|
+
"name": "CountrySortFn"
|
|
184514
|
+
}
|
|
184515
|
+
},
|
|
184516
|
+
"aria-label": {
|
|
184517
|
+
"defaultValue": null,
|
|
184518
|
+
"description": "Defines a string value that labels the current element.",
|
|
184519
|
+
"name": "aria-label",
|
|
184520
|
+
"parent": {
|
|
184521
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
184522
|
+
"name": "AriaLabelingProps"
|
|
184523
|
+
},
|
|
184524
|
+
"declarations": [
|
|
184525
|
+
{
|
|
184526
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
184527
|
+
"name": "AriaLabelingProps"
|
|
184528
|
+
}
|
|
184529
|
+
],
|
|
184530
|
+
"required": false,
|
|
184531
|
+
"type": {
|
|
184532
|
+
"name": "string"
|
|
184533
|
+
}
|
|
184534
|
+
},
|
|
184535
|
+
"aria-labelledby": {
|
|
184536
|
+
"defaultValue": null,
|
|
184537
|
+
"description": "Identifies the element (or elements) that labels the current element.",
|
|
184538
|
+
"name": "aria-labelledby",
|
|
184539
|
+
"parent": {
|
|
184540
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
184541
|
+
"name": "AriaLabelingProps"
|
|
184542
|
+
},
|
|
184543
|
+
"declarations": [
|
|
184544
|
+
{
|
|
184545
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
184546
|
+
"name": "AriaLabelingProps"
|
|
184547
|
+
}
|
|
184548
|
+
],
|
|
184549
|
+
"required": false,
|
|
184550
|
+
"type": {
|
|
184551
|
+
"name": "string"
|
|
184552
|
+
}
|
|
184553
|
+
},
|
|
184554
|
+
"aria-describedby": {
|
|
184555
|
+
"defaultValue": null,
|
|
184556
|
+
"description": "Identifies the element (or elements) that describes the object.",
|
|
184557
|
+
"name": "aria-describedby",
|
|
184558
|
+
"parent": {
|
|
184559
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
184560
|
+
"name": "AriaLabelingProps"
|
|
184561
|
+
},
|
|
184562
|
+
"declarations": [
|
|
184563
|
+
{
|
|
184564
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
184565
|
+
"name": "AriaLabelingProps"
|
|
184566
|
+
}
|
|
184567
|
+
],
|
|
184568
|
+
"required": false,
|
|
184569
|
+
"type": {
|
|
184570
|
+
"name": "string"
|
|
184571
|
+
}
|
|
184572
|
+
},
|
|
184573
|
+
"aria-details": {
|
|
184574
|
+
"defaultValue": null,
|
|
184575
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
|
|
184576
|
+
"name": "aria-details",
|
|
184577
|
+
"parent": {
|
|
184578
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
184579
|
+
"name": "AriaLabelingProps"
|
|
184580
|
+
},
|
|
184581
|
+
"declarations": [
|
|
184582
|
+
{
|
|
184583
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
184584
|
+
"name": "AriaLabelingProps"
|
|
184585
|
+
}
|
|
184586
|
+
],
|
|
184587
|
+
"required": false,
|
|
184588
|
+
"type": {
|
|
184589
|
+
"name": "string"
|
|
184457
184590
|
}
|
|
184458
184591
|
},
|
|
184459
184592
|
"className": {
|
|
@@ -185805,6 +185938,101 @@
|
|
|
185805
185938
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
185806
185939
|
}
|
|
185807
185940
|
},
|
|
185941
|
+
"autoFocus": {
|
|
185942
|
+
"defaultValue": null,
|
|
185943
|
+
"description": "Whether to auto focus the listbox or an option.",
|
|
185944
|
+
"name": "autoFocus",
|
|
185945
|
+
"parent": {
|
|
185946
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
|
|
185947
|
+
"name": "ListBoxProps"
|
|
185948
|
+
},
|
|
185949
|
+
"declarations": [
|
|
185950
|
+
{
|
|
185951
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
|
|
185952
|
+
"name": "ListBoxProps"
|
|
185953
|
+
}
|
|
185954
|
+
],
|
|
185955
|
+
"required": false,
|
|
185956
|
+
"type": {
|
|
185957
|
+
"name": "boolean | FocusStrategy"
|
|
185958
|
+
}
|
|
185959
|
+
},
|
|
185960
|
+
"onFocus": {
|
|
185961
|
+
"defaultValue": null,
|
|
185962
|
+
"description": "Handler that is called when the element receives focus.",
|
|
185963
|
+
"name": "onFocus",
|
|
185964
|
+
"parent": {
|
|
185965
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
185966
|
+
"name": "FocusEvents"
|
|
185967
|
+
},
|
|
185968
|
+
"declarations": [
|
|
185969
|
+
{
|
|
185970
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
185971
|
+
"name": "FocusEvents"
|
|
185972
|
+
}
|
|
185973
|
+
],
|
|
185974
|
+
"required": false,
|
|
185975
|
+
"type": {
|
|
185976
|
+
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
185977
|
+
}
|
|
185978
|
+
},
|
|
185979
|
+
"onBlur": {
|
|
185980
|
+
"defaultValue": null,
|
|
185981
|
+
"description": "Handler that is called when the element loses focus.",
|
|
185982
|
+
"name": "onBlur",
|
|
185983
|
+
"parent": {
|
|
185984
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
185985
|
+
"name": "FocusEvents"
|
|
185986
|
+
},
|
|
185987
|
+
"declarations": [
|
|
185988
|
+
{
|
|
185989
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
185990
|
+
"name": "FocusEvents"
|
|
185991
|
+
}
|
|
185992
|
+
],
|
|
185993
|
+
"required": false,
|
|
185994
|
+
"type": {
|
|
185995
|
+
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
185996
|
+
}
|
|
185997
|
+
},
|
|
185998
|
+
"onFocusChange": {
|
|
185999
|
+
"defaultValue": null,
|
|
186000
|
+
"description": "Handler that is called when the element's focus status changes.",
|
|
186001
|
+
"name": "onFocusChange",
|
|
186002
|
+
"parent": {
|
|
186003
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
186004
|
+
"name": "FocusEvents"
|
|
186005
|
+
},
|
|
186006
|
+
"declarations": [
|
|
186007
|
+
{
|
|
186008
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
186009
|
+
"name": "FocusEvents"
|
|
186010
|
+
}
|
|
186011
|
+
],
|
|
186012
|
+
"required": false,
|
|
186013
|
+
"type": {
|
|
186014
|
+
"name": "((isFocused: boolean) => void)"
|
|
186015
|
+
}
|
|
186016
|
+
},
|
|
186017
|
+
"id": {
|
|
186018
|
+
"defaultValue": null,
|
|
186019
|
+
"description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
186020
|
+
"name": "id",
|
|
186021
|
+
"parent": {
|
|
186022
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
186023
|
+
"name": "DOMProps"
|
|
186024
|
+
},
|
|
186025
|
+
"declarations": [
|
|
186026
|
+
{
|
|
186027
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
186028
|
+
"name": "DOMProps"
|
|
186029
|
+
}
|
|
186030
|
+
],
|
|
186031
|
+
"required": false,
|
|
186032
|
+
"type": {
|
|
186033
|
+
"name": "string"
|
|
186034
|
+
}
|
|
186035
|
+
},
|
|
185808
186036
|
"slot": {
|
|
185809
186037
|
"defaultValue": null,
|
|
185810
186038
|
"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.",
|
|
@@ -185823,128 +186051,474 @@
|
|
|
185823
186051
|
"type": {
|
|
185824
186052
|
"name": "string | null"
|
|
185825
186053
|
}
|
|
185826
|
-
}
|
|
185827
|
-
|
|
185828
|
-
},
|
|
185829
|
-
{
|
|
185830
|
-
"tags": {},
|
|
185831
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CountryOptions/CountryOptions.tsx",
|
|
185832
|
-
"description": "",
|
|
185833
|
-
"displayName": "CountryOptions",
|
|
185834
|
-
"methods": [],
|
|
185835
|
-
"props": {
|
|
185836
|
-
"filterBy": {
|
|
186054
|
+
},
|
|
186055
|
+
"items": {
|
|
185837
186056
|
"defaultValue": null,
|
|
185838
|
-
"description": "",
|
|
185839
|
-
"name": "
|
|
186057
|
+
"description": "Item objects in the collection.",
|
|
186058
|
+
"name": "items",
|
|
185840
186059
|
"parent": {
|
|
185841
|
-
"fileName": "
|
|
185842
|
-
"name": "
|
|
186060
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/collections.d.ts",
|
|
186061
|
+
"name": "CollectionBase"
|
|
185843
186062
|
},
|
|
185844
186063
|
"declarations": [
|
|
185845
186064
|
{
|
|
185846
|
-
"fileName": "
|
|
185847
|
-
"name": "
|
|
186065
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/collections.d.ts",
|
|
186066
|
+
"name": "CollectionBase"
|
|
185848
186067
|
}
|
|
185849
186068
|
],
|
|
185850
186069
|
"required": false,
|
|
185851
186070
|
"type": {
|
|
185852
|
-
"name": "
|
|
186071
|
+
"name": "Iterable<object>"
|
|
185853
186072
|
}
|
|
185854
186073
|
},
|
|
185855
|
-
"
|
|
186074
|
+
"disallowEmptySelection": {
|
|
185856
186075
|
"defaultValue": null,
|
|
185857
|
-
"description": "",
|
|
185858
|
-
"name": "
|
|
186076
|
+
"description": "Whether the collection allows empty selection.",
|
|
186077
|
+
"name": "disallowEmptySelection",
|
|
185859
186078
|
"parent": {
|
|
185860
|
-
"fileName": "
|
|
185861
|
-
"name": "
|
|
186079
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
|
|
186080
|
+
"name": "MultipleSelection"
|
|
185862
186081
|
},
|
|
185863
186082
|
"declarations": [
|
|
185864
186083
|
{
|
|
185865
|
-
"fileName": "
|
|
185866
|
-
"name": "
|
|
186084
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
|
|
186085
|
+
"name": "MultipleSelection"
|
|
185867
186086
|
}
|
|
185868
186087
|
],
|
|
185869
186088
|
"required": false,
|
|
185870
186089
|
"type": {
|
|
185871
|
-
"name": "
|
|
186090
|
+
"name": "boolean"
|
|
185872
186091
|
}
|
|
185873
186092
|
},
|
|
185874
|
-
"
|
|
186093
|
+
"onSelectionChange": {
|
|
185875
186094
|
"defaultValue": null,
|
|
185876
|
-
"description": "
|
|
185877
|
-
"name": "
|
|
186095
|
+
"description": "Handler that is called when the selection changes.",
|
|
186096
|
+
"name": "onSelectionChange",
|
|
185878
186097
|
"parent": {
|
|
185879
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/
|
|
185880
|
-
"name": "
|
|
186098
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
|
|
186099
|
+
"name": "MultipleSelection"
|
|
185881
186100
|
},
|
|
185882
186101
|
"declarations": [
|
|
185883
186102
|
{
|
|
185884
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/
|
|
185885
|
-
"name": "
|
|
186103
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
|
|
186104
|
+
"name": "MultipleSelection"
|
|
185886
186105
|
}
|
|
185887
186106
|
],
|
|
185888
186107
|
"required": false,
|
|
185889
186108
|
"type": {
|
|
185890
|
-
"name": "
|
|
186109
|
+
"name": "((keys: Selection) => void)"
|
|
185891
186110
|
}
|
|
185892
186111
|
},
|
|
185893
|
-
"
|
|
186112
|
+
"disabledKeys": {
|
|
185894
186113
|
"defaultValue": null,
|
|
185895
|
-
"description": "
|
|
185896
|
-
"name": "
|
|
186114
|
+
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
|
|
186115
|
+
"name": "disabledKeys",
|
|
185897
186116
|
"parent": {
|
|
185898
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/
|
|
185899
|
-
"name": "
|
|
186117
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/collections.d.ts",
|
|
186118
|
+
"name": "CollectionBase"
|
|
185900
186119
|
},
|
|
185901
186120
|
"declarations": [
|
|
185902
186121
|
{
|
|
185903
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/
|
|
185904
|
-
"name": "
|
|
186122
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/collections.d.ts",
|
|
186123
|
+
"name": "CollectionBase"
|
|
185905
186124
|
}
|
|
185906
186125
|
],
|
|
185907
186126
|
"required": false,
|
|
185908
186127
|
"type": {
|
|
185909
|
-
"name": "
|
|
186128
|
+
"name": "Iterable<Key>"
|
|
185910
186129
|
}
|
|
185911
186130
|
},
|
|
185912
|
-
"
|
|
186131
|
+
"orientation": {
|
|
186132
|
+
"defaultValue": {
|
|
186133
|
+
"value": "'vertical'"
|
|
186134
|
+
},
|
|
186135
|
+
"description": "The primary orientation of the items. Usually this is the\ndirection that the collection scrolls.",
|
|
186136
|
+
"name": "orientation",
|
|
186137
|
+
"parent": {
|
|
186138
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
186139
|
+
"name": "ListBoxProps"
|
|
186140
|
+
},
|
|
186141
|
+
"declarations": [
|
|
186142
|
+
{
|
|
186143
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
186144
|
+
"name": "ListBoxProps"
|
|
186145
|
+
}
|
|
186146
|
+
],
|
|
186147
|
+
"required": false,
|
|
186148
|
+
"type": {
|
|
186149
|
+
"name": "Orientation"
|
|
186150
|
+
}
|
|
186151
|
+
},
|
|
186152
|
+
"escapeKeyBehavior": {
|
|
186153
|
+
"defaultValue": {
|
|
186154
|
+
"value": "'clearSelection'"
|
|
186155
|
+
},
|
|
186156
|
+
"description": "Whether pressing the escape key should clear selection in the listbox or not.\n\nMost experiences should not modify this option as it eliminates a keyboard user's ability to\neasily clear selection. Only use if the escape key is being handled externally or should not\ntrigger selection clearing contextually.",
|
|
186157
|
+
"name": "escapeKeyBehavior",
|
|
186158
|
+
"parent": {
|
|
186159
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
|
|
186160
|
+
"name": "AriaListBoxPropsBase"
|
|
186161
|
+
},
|
|
186162
|
+
"declarations": [
|
|
186163
|
+
{
|
|
186164
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
|
|
186165
|
+
"name": "AriaListBoxPropsBase"
|
|
186166
|
+
}
|
|
186167
|
+
],
|
|
186168
|
+
"required": false,
|
|
186169
|
+
"type": {
|
|
186170
|
+
"name": "\"none\" | \"clearSelection\""
|
|
186171
|
+
}
|
|
186172
|
+
},
|
|
186173
|
+
"shouldSelectOnPressUp": {
|
|
185913
186174
|
"defaultValue": null,
|
|
185914
|
-
"description": "
|
|
185915
|
-
"name": "
|
|
186175
|
+
"description": "Whether selection should occur on press up instead of press down.",
|
|
186176
|
+
"name": "shouldSelectOnPressUp",
|
|
185916
186177
|
"parent": {
|
|
185917
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
185918
|
-
"name": "
|
|
186178
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
|
|
186179
|
+
"name": "AriaListBoxProps"
|
|
185919
186180
|
},
|
|
185920
186181
|
"declarations": [
|
|
185921
186182
|
{
|
|
185922
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
185923
|
-
"name": "
|
|
186183
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
|
|
186184
|
+
"name": "AriaListBoxProps"
|
|
185924
186185
|
}
|
|
185925
186186
|
],
|
|
185926
186187
|
"required": false,
|
|
185927
186188
|
"type": {
|
|
185928
|
-
"name": "
|
|
186189
|
+
"name": "boolean"
|
|
185929
186190
|
}
|
|
185930
186191
|
},
|
|
185931
|
-
"
|
|
186192
|
+
"selectionMode": {
|
|
185932
186193
|
"defaultValue": null,
|
|
185933
|
-
"description": "
|
|
185934
|
-
"name": "
|
|
186194
|
+
"description": "The type of selection that is allowed in the collection.",
|
|
186195
|
+
"name": "selectionMode",
|
|
185935
186196
|
"parent": {
|
|
185936
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/
|
|
185937
|
-
"name": "
|
|
186197
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
|
|
186198
|
+
"name": "MultipleSelection"
|
|
185938
186199
|
},
|
|
185939
186200
|
"declarations": [
|
|
185940
186201
|
{
|
|
185941
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/
|
|
185942
|
-
"name": "
|
|
186202
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
|
|
186203
|
+
"name": "MultipleSelection"
|
|
185943
186204
|
}
|
|
185944
186205
|
],
|
|
185945
186206
|
"required": false,
|
|
185946
186207
|
"type": {
|
|
185947
|
-
"name": "
|
|
186208
|
+
"name": "SelectionMode"
|
|
186209
|
+
}
|
|
186210
|
+
},
|
|
186211
|
+
"selectedKeys": {
|
|
186212
|
+
"defaultValue": null,
|
|
186213
|
+
"description": "The currently selected keys in the collection (controlled).",
|
|
186214
|
+
"name": "selectedKeys",
|
|
186215
|
+
"parent": {
|
|
186216
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
|
|
186217
|
+
"name": "MultipleSelection"
|
|
186218
|
+
},
|
|
186219
|
+
"declarations": [
|
|
186220
|
+
{
|
|
186221
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
|
|
186222
|
+
"name": "MultipleSelection"
|
|
186223
|
+
}
|
|
186224
|
+
],
|
|
186225
|
+
"required": false,
|
|
186226
|
+
"type": {
|
|
186227
|
+
"name": "\"all\" | Iterable<Key>"
|
|
186228
|
+
}
|
|
186229
|
+
},
|
|
186230
|
+
"defaultSelectedKeys": {
|
|
186231
|
+
"defaultValue": null,
|
|
186232
|
+
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
186233
|
+
"name": "defaultSelectedKeys",
|
|
186234
|
+
"parent": {
|
|
186235
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
|
|
186236
|
+
"name": "MultipleSelection"
|
|
186237
|
+
},
|
|
186238
|
+
"declarations": [
|
|
186239
|
+
{
|
|
186240
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
|
|
186241
|
+
"name": "MultipleSelection"
|
|
186242
|
+
}
|
|
186243
|
+
],
|
|
186244
|
+
"required": false,
|
|
186245
|
+
"type": {
|
|
186246
|
+
"name": "\"all\" | Iterable<Key>"
|
|
186247
|
+
}
|
|
186248
|
+
},
|
|
186249
|
+
"selectionBehavior": {
|
|
186250
|
+
"defaultValue": {
|
|
186251
|
+
"value": "\"toggle\""
|
|
186252
|
+
},
|
|
186253
|
+
"description": "How multiple selection should behave in the collection.",
|
|
186254
|
+
"name": "selectionBehavior",
|
|
186255
|
+
"parent": {
|
|
186256
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
186257
|
+
"name": "TableProps"
|
|
186258
|
+
},
|
|
186259
|
+
"declarations": [
|
|
186260
|
+
{
|
|
186261
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
186262
|
+
"name": "TableProps"
|
|
186263
|
+
}
|
|
186264
|
+
],
|
|
186265
|
+
"required": false,
|
|
186266
|
+
"type": {
|
|
186267
|
+
"name": "SelectionBehavior"
|
|
186268
|
+
}
|
|
186269
|
+
},
|
|
186270
|
+
"dragAndDropHooks": {
|
|
186271
|
+
"defaultValue": null,
|
|
186272
|
+
"description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for the Table.",
|
|
186273
|
+
"name": "dragAndDropHooks",
|
|
186274
|
+
"parent": {
|
|
186275
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
186276
|
+
"name": "TableProps"
|
|
186277
|
+
},
|
|
186278
|
+
"declarations": [
|
|
186279
|
+
{
|
|
186280
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
186281
|
+
"name": "TableProps"
|
|
186282
|
+
}
|
|
186283
|
+
],
|
|
186284
|
+
"required": false,
|
|
186285
|
+
"type": {
|
|
186286
|
+
"name": "DragAndDropHooks<object>"
|
|
186287
|
+
}
|
|
186288
|
+
},
|
|
186289
|
+
"layout": {
|
|
186290
|
+
"defaultValue": {
|
|
186291
|
+
"value": "'stack'"
|
|
186292
|
+
},
|
|
186293
|
+
"description": "Whether the items are arranged in a stack or grid.",
|
|
186294
|
+
"name": "layout",
|
|
186295
|
+
"parent": {
|
|
186296
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
186297
|
+
"name": "ListBoxProps"
|
|
186298
|
+
},
|
|
186299
|
+
"declarations": [
|
|
186300
|
+
{
|
|
186301
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
186302
|
+
"name": "ListBoxProps"
|
|
186303
|
+
}
|
|
186304
|
+
],
|
|
186305
|
+
"required": false,
|
|
186306
|
+
"type": {
|
|
186307
|
+
"name": "\"grid\" | \"stack\""
|
|
186308
|
+
}
|
|
186309
|
+
},
|
|
186310
|
+
"renderEmptyState": {
|
|
186311
|
+
"defaultValue": null,
|
|
186312
|
+
"description": "Provides content to display when there are no items in the list.",
|
|
186313
|
+
"name": "renderEmptyState",
|
|
186314
|
+
"parent": {
|
|
186315
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
186316
|
+
"name": "ListBoxProps"
|
|
186317
|
+
},
|
|
186318
|
+
"declarations": [
|
|
186319
|
+
{
|
|
186320
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
186321
|
+
"name": "ListBoxProps"
|
|
186322
|
+
}
|
|
186323
|
+
],
|
|
186324
|
+
"required": false,
|
|
186325
|
+
"type": {
|
|
186326
|
+
"name": "((props: ListBoxRenderProps) => ReactNode)"
|
|
186327
|
+
}
|
|
186328
|
+
},
|
|
186329
|
+
"onAction": {
|
|
186330
|
+
"defaultValue": null,
|
|
186331
|
+
"description": "Handler that is called when a user performs an action on an item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
|
|
186332
|
+
"name": "onAction",
|
|
186333
|
+
"parent": {
|
|
186334
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
|
|
186335
|
+
"name": "AriaListBoxProps"
|
|
186336
|
+
},
|
|
186337
|
+
"declarations": [
|
|
186338
|
+
{
|
|
186339
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
|
|
186340
|
+
"name": "AriaListBoxProps"
|
|
186341
|
+
}
|
|
186342
|
+
],
|
|
186343
|
+
"required": false,
|
|
186344
|
+
"type": {
|
|
186345
|
+
"name": "((key: Key) => void)"
|
|
186346
|
+
}
|
|
186347
|
+
},
|
|
186348
|
+
"shouldFocusOnHover": {
|
|
186349
|
+
"defaultValue": null,
|
|
186350
|
+
"description": "Whether options should be focused when the user hovers over them.",
|
|
186351
|
+
"name": "shouldFocusOnHover",
|
|
186352
|
+
"parent": {
|
|
186353
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
|
|
186354
|
+
"name": "AriaListBoxProps"
|
|
186355
|
+
},
|
|
186356
|
+
"declarations": [
|
|
186357
|
+
{
|
|
186358
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
|
|
186359
|
+
"name": "AriaListBoxProps"
|
|
186360
|
+
}
|
|
186361
|
+
],
|
|
186362
|
+
"required": false,
|
|
186363
|
+
"type": {
|
|
186364
|
+
"name": "boolean"
|
|
186365
|
+
}
|
|
186366
|
+
},
|
|
186367
|
+
"shouldFocusWrap": {
|
|
186368
|
+
"defaultValue": null,
|
|
186369
|
+
"description": "Whether focus should wrap around when the end/start is reached.",
|
|
186370
|
+
"name": "shouldFocusWrap",
|
|
186371
|
+
"parent": {
|
|
186372
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
|
|
186373
|
+
"name": "ListBoxProps"
|
|
186374
|
+
},
|
|
186375
|
+
"declarations": [
|
|
186376
|
+
{
|
|
186377
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
|
|
186378
|
+
"name": "ListBoxProps"
|
|
186379
|
+
}
|
|
186380
|
+
],
|
|
186381
|
+
"required": false,
|
|
186382
|
+
"type": {
|
|
186383
|
+
"name": "boolean"
|
|
186384
|
+
}
|
|
186385
|
+
},
|
|
186386
|
+
"dependencies": {
|
|
186387
|
+
"defaultValue": null,
|
|
186388
|
+
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
186389
|
+
"name": "dependencies",
|
|
186390
|
+
"parent": {
|
|
186391
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
186392
|
+
"name": "CollectionProps"
|
|
186393
|
+
},
|
|
186394
|
+
"declarations": [
|
|
186395
|
+
{
|
|
186396
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
186397
|
+
"name": "CollectionProps"
|
|
186398
|
+
}
|
|
186399
|
+
],
|
|
186400
|
+
"required": false,
|
|
186401
|
+
"type": {
|
|
186402
|
+
"name": "readonly any[]"
|
|
186403
|
+
}
|
|
186404
|
+
},
|
|
186405
|
+
"children": {
|
|
186406
|
+
"defaultValue": null,
|
|
186407
|
+
"description": "",
|
|
186408
|
+
"name": "children",
|
|
186409
|
+
"declarations": [
|
|
186410
|
+
{
|
|
186411
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
186412
|
+
"name": "TypeLiteral"
|
|
186413
|
+
}
|
|
186414
|
+
],
|
|
186415
|
+
"required": false,
|
|
186416
|
+
"type": {
|
|
186417
|
+
"name": "ReactNode"
|
|
186418
|
+
}
|
|
186419
|
+
},
|
|
186420
|
+
"wrapWith": {
|
|
186421
|
+
"defaultValue": null,
|
|
186422
|
+
"description": "",
|
|
186423
|
+
"name": "wrapWith",
|
|
186424
|
+
"parent": {
|
|
186425
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
186426
|
+
"name": "FlowComponentProps"
|
|
186427
|
+
},
|
|
186428
|
+
"declarations": [
|
|
186429
|
+
{
|
|
186430
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
186431
|
+
"name": "FlowComponentProps"
|
|
186432
|
+
}
|
|
186433
|
+
],
|
|
186434
|
+
"required": false,
|
|
186435
|
+
"type": {
|
|
186436
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
186437
|
+
}
|
|
186438
|
+
},
|
|
186439
|
+
"tunnelId": {
|
|
186440
|
+
"defaultValue": null,
|
|
186441
|
+
"description": "@internal",
|
|
186442
|
+
"name": "tunnelId",
|
|
186443
|
+
"parent": {
|
|
186444
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
186445
|
+
"name": "PropsWithTunnel"
|
|
186446
|
+
},
|
|
186447
|
+
"declarations": [
|
|
186448
|
+
{
|
|
186449
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
186450
|
+
"name": "PropsWithTunnel"
|
|
186451
|
+
}
|
|
186452
|
+
],
|
|
186453
|
+
"required": false,
|
|
186454
|
+
"type": {
|
|
186455
|
+
"name": "string | null"
|
|
186456
|
+
}
|
|
186457
|
+
},
|
|
186458
|
+
"ref": {
|
|
186459
|
+
"defaultValue": null,
|
|
186460
|
+
"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}",
|
|
186461
|
+
"name": "ref",
|
|
186462
|
+
"parent": {
|
|
186463
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
186464
|
+
"name": "RefAttributes"
|
|
186465
|
+
},
|
|
186466
|
+
"declarations": [
|
|
186467
|
+
{
|
|
186468
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
186469
|
+
"name": "RefAttributes"
|
|
186470
|
+
}
|
|
186471
|
+
],
|
|
186472
|
+
"required": false,
|
|
186473
|
+
"type": {
|
|
186474
|
+
"name": "Ref<HTMLSpanElement>"
|
|
186475
|
+
}
|
|
186476
|
+
},
|
|
186477
|
+
"key": {
|
|
186478
|
+
"defaultValue": null,
|
|
186479
|
+
"description": "",
|
|
186480
|
+
"name": "key",
|
|
186481
|
+
"parent": {
|
|
186482
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
186483
|
+
"name": "Attributes"
|
|
186484
|
+
},
|
|
186485
|
+
"declarations": [
|
|
186486
|
+
{
|
|
186487
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
186488
|
+
"name": "Attributes"
|
|
186489
|
+
}
|
|
186490
|
+
],
|
|
186491
|
+
"required": false,
|
|
186492
|
+
"type": {
|
|
186493
|
+
"name": "Key | null"
|
|
186494
|
+
}
|
|
186495
|
+
}
|
|
186496
|
+
}
|
|
186497
|
+
},
|
|
186498
|
+
{
|
|
186499
|
+
"tags": {},
|
|
186500
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateInput/DateInput.tsx",
|
|
186501
|
+
"description": "",
|
|
186502
|
+
"displayName": "DateInput",
|
|
186503
|
+
"methods": [],
|
|
186504
|
+
"props": {
|
|
186505
|
+
"ref": {
|
|
186506
|
+
"defaultValue": null,
|
|
186507
|
+
"description": "",
|
|
186508
|
+
"name": "ref",
|
|
186509
|
+
"parent": {
|
|
186510
|
+
"fileName": "components/src/components/DateInput/DateInput.tsx",
|
|
186511
|
+
"name": "DateInputProps"
|
|
186512
|
+
},
|
|
186513
|
+
"declarations": [
|
|
186514
|
+
{
|
|
186515
|
+
"fileName": "components/src/components/DateInput/DateInput.tsx",
|
|
186516
|
+
"name": "DateInputProps"
|
|
186517
|
+
}
|
|
186518
|
+
],
|
|
186519
|
+
"required": false,
|
|
186520
|
+
"type": {
|
|
186521
|
+
"name": "Ref<HTMLSpanElement | null>"
|
|
185948
186522
|
}
|
|
185949
186523
|
},
|
|
185950
186524
|
"className": {
|
|
@@ -187296,101 +187870,6 @@
|
|
|
187296
187870
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
187297
187871
|
}
|
|
187298
187872
|
},
|
|
187299
|
-
"autoFocus": {
|
|
187300
|
-
"defaultValue": null,
|
|
187301
|
-
"description": "Whether to auto focus the listbox or an option.",
|
|
187302
|
-
"name": "autoFocus",
|
|
187303
|
-
"parent": {
|
|
187304
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
|
|
187305
|
-
"name": "ListBoxProps"
|
|
187306
|
-
},
|
|
187307
|
-
"declarations": [
|
|
187308
|
-
{
|
|
187309
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
|
|
187310
|
-
"name": "ListBoxProps"
|
|
187311
|
-
}
|
|
187312
|
-
],
|
|
187313
|
-
"required": false,
|
|
187314
|
-
"type": {
|
|
187315
|
-
"name": "boolean | FocusStrategy"
|
|
187316
|
-
}
|
|
187317
|
-
},
|
|
187318
|
-
"onFocus": {
|
|
187319
|
-
"defaultValue": null,
|
|
187320
|
-
"description": "Handler that is called when the element receives focus.",
|
|
187321
|
-
"name": "onFocus",
|
|
187322
|
-
"parent": {
|
|
187323
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
187324
|
-
"name": "FocusEvents"
|
|
187325
|
-
},
|
|
187326
|
-
"declarations": [
|
|
187327
|
-
{
|
|
187328
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
187329
|
-
"name": "FocusEvents"
|
|
187330
|
-
}
|
|
187331
|
-
],
|
|
187332
|
-
"required": false,
|
|
187333
|
-
"type": {
|
|
187334
|
-
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
187335
|
-
}
|
|
187336
|
-
},
|
|
187337
|
-
"onBlur": {
|
|
187338
|
-
"defaultValue": null,
|
|
187339
|
-
"description": "Handler that is called when the element loses focus.",
|
|
187340
|
-
"name": "onBlur",
|
|
187341
|
-
"parent": {
|
|
187342
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
187343
|
-
"name": "FocusEvents"
|
|
187344
|
-
},
|
|
187345
|
-
"declarations": [
|
|
187346
|
-
{
|
|
187347
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
187348
|
-
"name": "FocusEvents"
|
|
187349
|
-
}
|
|
187350
|
-
],
|
|
187351
|
-
"required": false,
|
|
187352
|
-
"type": {
|
|
187353
|
-
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
187354
|
-
}
|
|
187355
|
-
},
|
|
187356
|
-
"onFocusChange": {
|
|
187357
|
-
"defaultValue": null,
|
|
187358
|
-
"description": "Handler that is called when the element's focus status changes.",
|
|
187359
|
-
"name": "onFocusChange",
|
|
187360
|
-
"parent": {
|
|
187361
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
187362
|
-
"name": "FocusEvents"
|
|
187363
|
-
},
|
|
187364
|
-
"declarations": [
|
|
187365
|
-
{
|
|
187366
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
187367
|
-
"name": "FocusEvents"
|
|
187368
|
-
}
|
|
187369
|
-
],
|
|
187370
|
-
"required": false,
|
|
187371
|
-
"type": {
|
|
187372
|
-
"name": "((isFocused: boolean) => void)"
|
|
187373
|
-
}
|
|
187374
|
-
},
|
|
187375
|
-
"id": {
|
|
187376
|
-
"defaultValue": null,
|
|
187377
|
-
"description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
187378
|
-
"name": "id",
|
|
187379
|
-
"parent": {
|
|
187380
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
187381
|
-
"name": "DOMProps"
|
|
187382
|
-
},
|
|
187383
|
-
"declarations": [
|
|
187384
|
-
{
|
|
187385
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
187386
|
-
"name": "DOMProps"
|
|
187387
|
-
}
|
|
187388
|
-
],
|
|
187389
|
-
"required": false,
|
|
187390
|
-
"type": {
|
|
187391
|
-
"name": "string"
|
|
187392
|
-
}
|
|
187393
|
-
},
|
|
187394
187873
|
"slot": {
|
|
187395
187874
|
"defaultValue": null,
|
|
187396
187875
|
"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.",
|
|
@@ -187409,447 +187888,6 @@
|
|
|
187409
187888
|
"type": {
|
|
187410
187889
|
"name": "string | null"
|
|
187411
187890
|
}
|
|
187412
|
-
},
|
|
187413
|
-
"items": {
|
|
187414
|
-
"defaultValue": null,
|
|
187415
|
-
"description": "Item objects in the collection.",
|
|
187416
|
-
"name": "items",
|
|
187417
|
-
"parent": {
|
|
187418
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/collections.d.ts",
|
|
187419
|
-
"name": "CollectionBase"
|
|
187420
|
-
},
|
|
187421
|
-
"declarations": [
|
|
187422
|
-
{
|
|
187423
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/collections.d.ts",
|
|
187424
|
-
"name": "CollectionBase"
|
|
187425
|
-
}
|
|
187426
|
-
],
|
|
187427
|
-
"required": false,
|
|
187428
|
-
"type": {
|
|
187429
|
-
"name": "Iterable<object>"
|
|
187430
|
-
}
|
|
187431
|
-
},
|
|
187432
|
-
"disallowEmptySelection": {
|
|
187433
|
-
"defaultValue": null,
|
|
187434
|
-
"description": "Whether the collection allows empty selection.",
|
|
187435
|
-
"name": "disallowEmptySelection",
|
|
187436
|
-
"parent": {
|
|
187437
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
|
|
187438
|
-
"name": "MultipleSelection"
|
|
187439
|
-
},
|
|
187440
|
-
"declarations": [
|
|
187441
|
-
{
|
|
187442
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
|
|
187443
|
-
"name": "MultipleSelection"
|
|
187444
|
-
}
|
|
187445
|
-
],
|
|
187446
|
-
"required": false,
|
|
187447
|
-
"type": {
|
|
187448
|
-
"name": "boolean"
|
|
187449
|
-
}
|
|
187450
|
-
},
|
|
187451
|
-
"onSelectionChange": {
|
|
187452
|
-
"defaultValue": null,
|
|
187453
|
-
"description": "Handler that is called when the selection changes.",
|
|
187454
|
-
"name": "onSelectionChange",
|
|
187455
|
-
"parent": {
|
|
187456
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
|
|
187457
|
-
"name": "MultipleSelection"
|
|
187458
|
-
},
|
|
187459
|
-
"declarations": [
|
|
187460
|
-
{
|
|
187461
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
|
|
187462
|
-
"name": "MultipleSelection"
|
|
187463
|
-
}
|
|
187464
|
-
],
|
|
187465
|
-
"required": false,
|
|
187466
|
-
"type": {
|
|
187467
|
-
"name": "((keys: Selection) => void)"
|
|
187468
|
-
}
|
|
187469
|
-
},
|
|
187470
|
-
"disabledKeys": {
|
|
187471
|
-
"defaultValue": null,
|
|
187472
|
-
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
|
|
187473
|
-
"name": "disabledKeys",
|
|
187474
|
-
"parent": {
|
|
187475
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/collections.d.ts",
|
|
187476
|
-
"name": "CollectionBase"
|
|
187477
|
-
},
|
|
187478
|
-
"declarations": [
|
|
187479
|
-
{
|
|
187480
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/collections.d.ts",
|
|
187481
|
-
"name": "CollectionBase"
|
|
187482
|
-
}
|
|
187483
|
-
],
|
|
187484
|
-
"required": false,
|
|
187485
|
-
"type": {
|
|
187486
|
-
"name": "Iterable<Key>"
|
|
187487
|
-
}
|
|
187488
|
-
},
|
|
187489
|
-
"orientation": {
|
|
187490
|
-
"defaultValue": {
|
|
187491
|
-
"value": "'vertical'"
|
|
187492
|
-
},
|
|
187493
|
-
"description": "The primary orientation of the items. Usually this is the\ndirection that the collection scrolls.",
|
|
187494
|
-
"name": "orientation",
|
|
187495
|
-
"parent": {
|
|
187496
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
187497
|
-
"name": "ListBoxProps"
|
|
187498
|
-
},
|
|
187499
|
-
"declarations": [
|
|
187500
|
-
{
|
|
187501
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
187502
|
-
"name": "ListBoxProps"
|
|
187503
|
-
}
|
|
187504
|
-
],
|
|
187505
|
-
"required": false,
|
|
187506
|
-
"type": {
|
|
187507
|
-
"name": "Orientation"
|
|
187508
|
-
}
|
|
187509
|
-
},
|
|
187510
|
-
"escapeKeyBehavior": {
|
|
187511
|
-
"defaultValue": {
|
|
187512
|
-
"value": "'clearSelection'"
|
|
187513
|
-
},
|
|
187514
|
-
"description": "Whether pressing the escape key should clear selection in the listbox or not.\n\nMost experiences should not modify this option as it eliminates a keyboard user's ability to\neasily clear selection. Only use if the escape key is being handled externally or should not\ntrigger selection clearing contextually.",
|
|
187515
|
-
"name": "escapeKeyBehavior",
|
|
187516
|
-
"parent": {
|
|
187517
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
|
|
187518
|
-
"name": "AriaListBoxPropsBase"
|
|
187519
|
-
},
|
|
187520
|
-
"declarations": [
|
|
187521
|
-
{
|
|
187522
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
|
|
187523
|
-
"name": "AriaListBoxPropsBase"
|
|
187524
|
-
}
|
|
187525
|
-
],
|
|
187526
|
-
"required": false,
|
|
187527
|
-
"type": {
|
|
187528
|
-
"name": "\"none\" | \"clearSelection\""
|
|
187529
|
-
}
|
|
187530
|
-
},
|
|
187531
|
-
"shouldSelectOnPressUp": {
|
|
187532
|
-
"defaultValue": null,
|
|
187533
|
-
"description": "Whether selection should occur on press up instead of press down.",
|
|
187534
|
-
"name": "shouldSelectOnPressUp",
|
|
187535
|
-
"parent": {
|
|
187536
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
|
|
187537
|
-
"name": "AriaListBoxProps"
|
|
187538
|
-
},
|
|
187539
|
-
"declarations": [
|
|
187540
|
-
{
|
|
187541
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
|
|
187542
|
-
"name": "AriaListBoxProps"
|
|
187543
|
-
}
|
|
187544
|
-
],
|
|
187545
|
-
"required": false,
|
|
187546
|
-
"type": {
|
|
187547
|
-
"name": "boolean"
|
|
187548
|
-
}
|
|
187549
|
-
},
|
|
187550
|
-
"selectionMode": {
|
|
187551
|
-
"defaultValue": null,
|
|
187552
|
-
"description": "The type of selection that is allowed in the collection.",
|
|
187553
|
-
"name": "selectionMode",
|
|
187554
|
-
"parent": {
|
|
187555
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
|
|
187556
|
-
"name": "MultipleSelection"
|
|
187557
|
-
},
|
|
187558
|
-
"declarations": [
|
|
187559
|
-
{
|
|
187560
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
|
|
187561
|
-
"name": "MultipleSelection"
|
|
187562
|
-
}
|
|
187563
|
-
],
|
|
187564
|
-
"required": false,
|
|
187565
|
-
"type": {
|
|
187566
|
-
"name": "SelectionMode"
|
|
187567
|
-
}
|
|
187568
|
-
},
|
|
187569
|
-
"selectedKeys": {
|
|
187570
|
-
"defaultValue": null,
|
|
187571
|
-
"description": "The currently selected keys in the collection (controlled).",
|
|
187572
|
-
"name": "selectedKeys",
|
|
187573
|
-
"parent": {
|
|
187574
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
|
|
187575
|
-
"name": "MultipleSelection"
|
|
187576
|
-
},
|
|
187577
|
-
"declarations": [
|
|
187578
|
-
{
|
|
187579
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
|
|
187580
|
-
"name": "MultipleSelection"
|
|
187581
|
-
}
|
|
187582
|
-
],
|
|
187583
|
-
"required": false,
|
|
187584
|
-
"type": {
|
|
187585
|
-
"name": "\"all\" | Iterable<Key>"
|
|
187586
|
-
}
|
|
187587
|
-
},
|
|
187588
|
-
"defaultSelectedKeys": {
|
|
187589
|
-
"defaultValue": null,
|
|
187590
|
-
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
187591
|
-
"name": "defaultSelectedKeys",
|
|
187592
|
-
"parent": {
|
|
187593
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
|
|
187594
|
-
"name": "MultipleSelection"
|
|
187595
|
-
},
|
|
187596
|
-
"declarations": [
|
|
187597
|
-
{
|
|
187598
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
|
|
187599
|
-
"name": "MultipleSelection"
|
|
187600
|
-
}
|
|
187601
|
-
],
|
|
187602
|
-
"required": false,
|
|
187603
|
-
"type": {
|
|
187604
|
-
"name": "\"all\" | Iterable<Key>"
|
|
187605
|
-
}
|
|
187606
|
-
},
|
|
187607
|
-
"selectionBehavior": {
|
|
187608
|
-
"defaultValue": {
|
|
187609
|
-
"value": "\"toggle\""
|
|
187610
|
-
},
|
|
187611
|
-
"description": "How multiple selection should behave in the collection.",
|
|
187612
|
-
"name": "selectionBehavior",
|
|
187613
|
-
"parent": {
|
|
187614
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
187615
|
-
"name": "TableProps"
|
|
187616
|
-
},
|
|
187617
|
-
"declarations": [
|
|
187618
|
-
{
|
|
187619
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
187620
|
-
"name": "TableProps"
|
|
187621
|
-
}
|
|
187622
|
-
],
|
|
187623
|
-
"required": false,
|
|
187624
|
-
"type": {
|
|
187625
|
-
"name": "SelectionBehavior"
|
|
187626
|
-
}
|
|
187627
|
-
},
|
|
187628
|
-
"dragAndDropHooks": {
|
|
187629
|
-
"defaultValue": null,
|
|
187630
|
-
"description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for the Table.",
|
|
187631
|
-
"name": "dragAndDropHooks",
|
|
187632
|
-
"parent": {
|
|
187633
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
187634
|
-
"name": "TableProps"
|
|
187635
|
-
},
|
|
187636
|
-
"declarations": [
|
|
187637
|
-
{
|
|
187638
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
187639
|
-
"name": "TableProps"
|
|
187640
|
-
}
|
|
187641
|
-
],
|
|
187642
|
-
"required": false,
|
|
187643
|
-
"type": {
|
|
187644
|
-
"name": "DragAndDropHooks<object>"
|
|
187645
|
-
}
|
|
187646
|
-
},
|
|
187647
|
-
"layout": {
|
|
187648
|
-
"defaultValue": {
|
|
187649
|
-
"value": "'stack'"
|
|
187650
|
-
},
|
|
187651
|
-
"description": "Whether the items are arranged in a stack or grid.",
|
|
187652
|
-
"name": "layout",
|
|
187653
|
-
"parent": {
|
|
187654
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
187655
|
-
"name": "ListBoxProps"
|
|
187656
|
-
},
|
|
187657
|
-
"declarations": [
|
|
187658
|
-
{
|
|
187659
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
187660
|
-
"name": "ListBoxProps"
|
|
187661
|
-
}
|
|
187662
|
-
],
|
|
187663
|
-
"required": false,
|
|
187664
|
-
"type": {
|
|
187665
|
-
"name": "\"grid\" | \"stack\""
|
|
187666
|
-
}
|
|
187667
|
-
},
|
|
187668
|
-
"renderEmptyState": {
|
|
187669
|
-
"defaultValue": null,
|
|
187670
|
-
"description": "Provides content to display when there are no items in the list.",
|
|
187671
|
-
"name": "renderEmptyState",
|
|
187672
|
-
"parent": {
|
|
187673
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
187674
|
-
"name": "ListBoxProps"
|
|
187675
|
-
},
|
|
187676
|
-
"declarations": [
|
|
187677
|
-
{
|
|
187678
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
187679
|
-
"name": "ListBoxProps"
|
|
187680
|
-
}
|
|
187681
|
-
],
|
|
187682
|
-
"required": false,
|
|
187683
|
-
"type": {
|
|
187684
|
-
"name": "((props: ListBoxRenderProps) => ReactNode)"
|
|
187685
|
-
}
|
|
187686
|
-
},
|
|
187687
|
-
"onAction": {
|
|
187688
|
-
"defaultValue": null,
|
|
187689
|
-
"description": "Handler that is called when a user performs an action on an item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
|
|
187690
|
-
"name": "onAction",
|
|
187691
|
-
"parent": {
|
|
187692
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
|
|
187693
|
-
"name": "AriaListBoxProps"
|
|
187694
|
-
},
|
|
187695
|
-
"declarations": [
|
|
187696
|
-
{
|
|
187697
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
|
|
187698
|
-
"name": "AriaListBoxProps"
|
|
187699
|
-
}
|
|
187700
|
-
],
|
|
187701
|
-
"required": false,
|
|
187702
|
-
"type": {
|
|
187703
|
-
"name": "((key: Key) => void)"
|
|
187704
|
-
}
|
|
187705
|
-
},
|
|
187706
|
-
"shouldFocusOnHover": {
|
|
187707
|
-
"defaultValue": null,
|
|
187708
|
-
"description": "Whether options should be focused when the user hovers over them.",
|
|
187709
|
-
"name": "shouldFocusOnHover",
|
|
187710
|
-
"parent": {
|
|
187711
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
|
|
187712
|
-
"name": "AriaListBoxProps"
|
|
187713
|
-
},
|
|
187714
|
-
"declarations": [
|
|
187715
|
-
{
|
|
187716
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
|
|
187717
|
-
"name": "AriaListBoxProps"
|
|
187718
|
-
}
|
|
187719
|
-
],
|
|
187720
|
-
"required": false,
|
|
187721
|
-
"type": {
|
|
187722
|
-
"name": "boolean"
|
|
187723
|
-
}
|
|
187724
|
-
},
|
|
187725
|
-
"shouldFocusWrap": {
|
|
187726
|
-
"defaultValue": null,
|
|
187727
|
-
"description": "Whether focus should wrap around when the end/start is reached.",
|
|
187728
|
-
"name": "shouldFocusWrap",
|
|
187729
|
-
"parent": {
|
|
187730
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
|
|
187731
|
-
"name": "ListBoxProps"
|
|
187732
|
-
},
|
|
187733
|
-
"declarations": [
|
|
187734
|
-
{
|
|
187735
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
|
|
187736
|
-
"name": "ListBoxProps"
|
|
187737
|
-
}
|
|
187738
|
-
],
|
|
187739
|
-
"required": false,
|
|
187740
|
-
"type": {
|
|
187741
|
-
"name": "boolean"
|
|
187742
|
-
}
|
|
187743
|
-
},
|
|
187744
|
-
"dependencies": {
|
|
187745
|
-
"defaultValue": null,
|
|
187746
|
-
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
187747
|
-
"name": "dependencies",
|
|
187748
|
-
"parent": {
|
|
187749
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
187750
|
-
"name": "CollectionProps"
|
|
187751
|
-
},
|
|
187752
|
-
"declarations": [
|
|
187753
|
-
{
|
|
187754
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
187755
|
-
"name": "CollectionProps"
|
|
187756
|
-
}
|
|
187757
|
-
],
|
|
187758
|
-
"required": false,
|
|
187759
|
-
"type": {
|
|
187760
|
-
"name": "readonly any[]"
|
|
187761
|
-
}
|
|
187762
|
-
},
|
|
187763
|
-
"children": {
|
|
187764
|
-
"defaultValue": null,
|
|
187765
|
-
"description": "",
|
|
187766
|
-
"name": "children",
|
|
187767
|
-
"declarations": [
|
|
187768
|
-
{
|
|
187769
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
187770
|
-
"name": "TypeLiteral"
|
|
187771
|
-
}
|
|
187772
|
-
],
|
|
187773
|
-
"required": false,
|
|
187774
|
-
"type": {
|
|
187775
|
-
"name": "ReactNode"
|
|
187776
|
-
}
|
|
187777
|
-
},
|
|
187778
|
-
"wrapWith": {
|
|
187779
|
-
"defaultValue": null,
|
|
187780
|
-
"description": "",
|
|
187781
|
-
"name": "wrapWith",
|
|
187782
|
-
"parent": {
|
|
187783
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
187784
|
-
"name": "FlowComponentProps"
|
|
187785
|
-
},
|
|
187786
|
-
"declarations": [
|
|
187787
|
-
{
|
|
187788
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
187789
|
-
"name": "FlowComponentProps"
|
|
187790
|
-
}
|
|
187791
|
-
],
|
|
187792
|
-
"required": false,
|
|
187793
|
-
"type": {
|
|
187794
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
187795
|
-
}
|
|
187796
|
-
},
|
|
187797
|
-
"tunnelId": {
|
|
187798
|
-
"defaultValue": null,
|
|
187799
|
-
"description": "@internal",
|
|
187800
|
-
"name": "tunnelId",
|
|
187801
|
-
"parent": {
|
|
187802
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
187803
|
-
"name": "PropsWithTunnel"
|
|
187804
|
-
},
|
|
187805
|
-
"declarations": [
|
|
187806
|
-
{
|
|
187807
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
187808
|
-
"name": "PropsWithTunnel"
|
|
187809
|
-
}
|
|
187810
|
-
],
|
|
187811
|
-
"required": false,
|
|
187812
|
-
"type": {
|
|
187813
|
-
"name": "string | null"
|
|
187814
|
-
}
|
|
187815
|
-
},
|
|
187816
|
-
"ref": {
|
|
187817
|
-
"defaultValue": null,
|
|
187818
|
-
"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}",
|
|
187819
|
-
"name": "ref",
|
|
187820
|
-
"parent": {
|
|
187821
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
187822
|
-
"name": "RefAttributes"
|
|
187823
|
-
},
|
|
187824
|
-
"declarations": [
|
|
187825
|
-
{
|
|
187826
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
187827
|
-
"name": "RefAttributes"
|
|
187828
|
-
}
|
|
187829
|
-
],
|
|
187830
|
-
"required": false,
|
|
187831
|
-
"type": {
|
|
187832
|
-
"name": "Ref<HTMLSpanElement>"
|
|
187833
|
-
}
|
|
187834
|
-
},
|
|
187835
|
-
"key": {
|
|
187836
|
-
"defaultValue": null,
|
|
187837
|
-
"description": "",
|
|
187838
|
-
"name": "key",
|
|
187839
|
-
"parent": {
|
|
187840
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
187841
|
-
"name": "Attributes"
|
|
187842
|
-
},
|
|
187843
|
-
"declarations": [
|
|
187844
|
-
{
|
|
187845
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
187846
|
-
"name": "Attributes"
|
|
187847
|
-
}
|
|
187848
|
-
],
|
|
187849
|
-
"required": false,
|
|
187850
|
-
"type": {
|
|
187851
|
-
"name": "Key | null"
|
|
187852
|
-
}
|
|
187853
187891
|
}
|
|
187854
187892
|
}
|
|
187855
187893
|
},
|
|
@@ -258013,10 +258051,10 @@
|
|
|
258013
258051
|
"name": "() => ArrayIterator<any>"
|
|
258014
258052
|
}
|
|
258015
258053
|
},
|
|
258016
|
-
"__@unscopables@
|
|
258054
|
+
"__@unscopables@3171": {
|
|
258017
258055
|
"defaultValue": null,
|
|
258018
258056
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
258019
|
-
"name": "__@unscopables@
|
|
258057
|
+
"name": "__@unscopables@3171",
|
|
258020
258058
|
"parent": {
|
|
258021
258059
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
258022
258060
|
"name": "Array"
|
|
@@ -258849,10 +258887,10 @@
|
|
|
258849
258887
|
"name": "() => ArrayIterator<any>"
|
|
258850
258888
|
}
|
|
258851
258889
|
},
|
|
258852
|
-
"__@unscopables@
|
|
258890
|
+
"__@unscopables@3171": {
|
|
258853
258891
|
"defaultValue": null,
|
|
258854
258892
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
258855
|
-
"name": "__@unscopables@
|
|
258893
|
+
"name": "__@unscopables@3171",
|
|
258856
258894
|
"parent": {
|
|
258857
258895
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
258858
258896
|
"name": "Array"
|
|
@@ -259685,10 +259723,10 @@
|
|
|
259685
259723
|
"name": "() => ArrayIterator<any>"
|
|
259686
259724
|
}
|
|
259687
259725
|
},
|
|
259688
|
-
"__@unscopables@
|
|
259726
|
+
"__@unscopables@3171": {
|
|
259689
259727
|
"defaultValue": null,
|
|
259690
259728
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
259691
|
-
"name": "__@unscopables@
|
|
259729
|
+
"name": "__@unscopables@3171",
|
|
259692
259730
|
"parent": {
|
|
259693
259731
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
259694
259732
|
"name": "Array"
|
|
@@ -287110,11 +287148,30 @@
|
|
|
287110
287148
|
"tags": {
|
|
287111
287149
|
"flr-generate": "all"
|
|
287112
287150
|
},
|
|
287113
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
287151
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
287114
287152
|
"description": "",
|
|
287115
|
-
"displayName": "
|
|
287153
|
+
"displayName": "TableCell",
|
|
287116
287154
|
"methods": [],
|
|
287117
287155
|
"props": {
|
|
287156
|
+
"rowHeader": {
|
|
287157
|
+
"defaultValue": null,
|
|
287158
|
+
"description": "Use cell as row header",
|
|
287159
|
+
"name": "rowHeader",
|
|
287160
|
+
"parent": {
|
|
287161
|
+
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
287162
|
+
"name": "TableCellProps"
|
|
287163
|
+
},
|
|
287164
|
+
"declarations": [
|
|
287165
|
+
{
|
|
287166
|
+
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
287167
|
+
"name": "TableCellProps"
|
|
287168
|
+
}
|
|
287169
|
+
],
|
|
287170
|
+
"required": false,
|
|
287171
|
+
"type": {
|
|
287172
|
+
"name": "boolean"
|
|
287173
|
+
}
|
|
287174
|
+
},
|
|
287118
287175
|
"horizontalAlign": {
|
|
287119
287176
|
"defaultValue": {
|
|
287120
287177
|
"value": "\"start\""
|
|
@@ -287122,13 +287179,13 @@
|
|
|
287122
287179
|
"description": "Horizontal alignment of the cell content",
|
|
287123
287180
|
"name": "horizontalAlign",
|
|
287124
287181
|
"parent": {
|
|
287125
|
-
"fileName": "components/src/components/Table/components/
|
|
287126
|
-
"name": "
|
|
287182
|
+
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
287183
|
+
"name": "TableCellProps"
|
|
287127
287184
|
},
|
|
287128
287185
|
"declarations": [
|
|
287129
287186
|
{
|
|
287130
|
-
"fileName": "components/src/components/Table/components/
|
|
287131
|
-
"name": "
|
|
287187
|
+
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
287188
|
+
"name": "TableCellProps"
|
|
287132
287189
|
}
|
|
287133
287190
|
],
|
|
287134
287191
|
"required": false,
|
|
@@ -287155,25 +287212,6 @@
|
|
|
287155
287212
|
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
287156
287213
|
}
|
|
287157
287214
|
},
|
|
287158
|
-
"style": {
|
|
287159
|
-
"defaultValue": null,
|
|
287160
|
-
"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.",
|
|
287161
|
-
"name": "style",
|
|
287162
|
-
"parent": {
|
|
287163
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
287164
|
-
"name": "StyleRenderProps"
|
|
287165
|
-
},
|
|
287166
|
-
"declarations": [
|
|
287167
|
-
{
|
|
287168
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
287169
|
-
"name": "StyleRenderProps"
|
|
287170
|
-
}
|
|
287171
|
-
],
|
|
287172
|
-
"required": false,
|
|
287173
|
-
"type": {
|
|
287174
|
-
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
287175
|
-
}
|
|
287176
|
-
},
|
|
287177
287215
|
"dir": {
|
|
287178
287216
|
"defaultValue": null,
|
|
287179
287217
|
"description": "",
|
|
@@ -288504,25 +288542,6 @@
|
|
|
288504
288542
|
"name": "Key"
|
|
288505
288543
|
}
|
|
288506
288544
|
},
|
|
288507
|
-
"width": {
|
|
288508
|
-
"defaultValue": null,
|
|
288509
|
-
"description": "The width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
|
|
288510
|
-
"name": "width",
|
|
288511
|
-
"parent": {
|
|
288512
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
288513
|
-
"name": "ColumnProps"
|
|
288514
|
-
},
|
|
288515
|
-
"declarations": [
|
|
288516
|
-
{
|
|
288517
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
288518
|
-
"name": "ColumnProps"
|
|
288519
|
-
}
|
|
288520
|
-
],
|
|
288521
|
-
"required": false,
|
|
288522
|
-
"type": {
|
|
288523
|
-
"name": "ColumnSize | null"
|
|
288524
|
-
}
|
|
288525
|
-
},
|
|
288526
288545
|
"textValue": {
|
|
288527
288546
|
"defaultValue": null,
|
|
288528
288547
|
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
@@ -288542,99 +288561,23 @@
|
|
|
288542
288561
|
"name": "string"
|
|
288543
288562
|
}
|
|
288544
288563
|
},
|
|
288545
|
-
"
|
|
288546
|
-
"defaultValue": null,
|
|
288547
|
-
"description": "Whether the column allows sorting.",
|
|
288548
|
-
"name": "allowsSorting",
|
|
288549
|
-
"parent": {
|
|
288550
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
288551
|
-
"name": "ColumnProps"
|
|
288552
|
-
},
|
|
288553
|
-
"declarations": [
|
|
288554
|
-
{
|
|
288555
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
288556
|
-
"name": "ColumnProps"
|
|
288557
|
-
}
|
|
288558
|
-
],
|
|
288559
|
-
"required": false,
|
|
288560
|
-
"type": {
|
|
288561
|
-
"name": "boolean"
|
|
288562
|
-
}
|
|
288563
|
-
},
|
|
288564
|
-
"isRowHeader": {
|
|
288565
|
-
"defaultValue": null,
|
|
288566
|
-
"description": "Whether a column is a [row header](https://www.w3.org/TR/wai-aria-1.1/#rowheader) and should be announced by assistive technology during row navigation.",
|
|
288567
|
-
"name": "isRowHeader",
|
|
288568
|
-
"parent": {
|
|
288569
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
288570
|
-
"name": "ColumnProps"
|
|
288571
|
-
},
|
|
288572
|
-
"declarations": [
|
|
288573
|
-
{
|
|
288574
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
288575
|
-
"name": "ColumnProps"
|
|
288576
|
-
}
|
|
288577
|
-
],
|
|
288578
|
-
"required": false,
|
|
288579
|
-
"type": {
|
|
288580
|
-
"name": "boolean"
|
|
288581
|
-
}
|
|
288582
|
-
},
|
|
288583
|
-
"defaultWidth": {
|
|
288584
|
-
"defaultValue": null,
|
|
288585
|
-
"description": "The default width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
|
|
288586
|
-
"name": "defaultWidth",
|
|
288587
|
-
"parent": {
|
|
288588
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
288589
|
-
"name": "ColumnProps"
|
|
288590
|
-
},
|
|
288591
|
-
"declarations": [
|
|
288592
|
-
{
|
|
288593
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
288594
|
-
"name": "ColumnProps"
|
|
288595
|
-
}
|
|
288596
|
-
],
|
|
288597
|
-
"required": false,
|
|
288598
|
-
"type": {
|
|
288599
|
-
"name": "ColumnSize | null"
|
|
288600
|
-
}
|
|
288601
|
-
},
|
|
288602
|
-
"minWidth": {
|
|
288603
|
-
"defaultValue": null,
|
|
288604
|
-
"description": "The minimum width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
|
|
288605
|
-
"name": "minWidth",
|
|
288606
|
-
"parent": {
|
|
288607
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
288608
|
-
"name": "ColumnProps"
|
|
288609
|
-
},
|
|
288610
|
-
"declarations": [
|
|
288611
|
-
{
|
|
288612
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
288613
|
-
"name": "ColumnProps"
|
|
288614
|
-
}
|
|
288615
|
-
],
|
|
288616
|
-
"required": false,
|
|
288617
|
-
"type": {
|
|
288618
|
-
"name": "ColumnStaticSize | null"
|
|
288619
|
-
}
|
|
288620
|
-
},
|
|
288621
|
-
"maxWidth": {
|
|
288564
|
+
"colSpan": {
|
|
288622
288565
|
"defaultValue": null,
|
|
288623
|
-
"description": "
|
|
288624
|
-
"name": "
|
|
288566
|
+
"description": "Indicates how many columns the data cell spans.",
|
|
288567
|
+
"name": "colSpan",
|
|
288625
288568
|
"parent": {
|
|
288626
288569
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
288627
|
-
"name": "
|
|
288570
|
+
"name": "CellProps"
|
|
288628
288571
|
},
|
|
288629
288572
|
"declarations": [
|
|
288630
288573
|
{
|
|
288631
288574
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
288632
|
-
"name": "
|
|
288575
|
+
"name": "CellProps"
|
|
288633
288576
|
}
|
|
288634
288577
|
],
|
|
288635
288578
|
"required": false,
|
|
288636
288579
|
"type": {
|
|
288637
|
-
"name": "
|
|
288580
|
+
"name": "number"
|
|
288638
288581
|
}
|
|
288639
288582
|
},
|
|
288640
288583
|
"children": {
|
|
@@ -288658,30 +288601,11 @@
|
|
|
288658
288601
|
"tags": {
|
|
288659
288602
|
"flr-generate": "all"
|
|
288660
288603
|
},
|
|
288661
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
288604
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableColumn/TableColumn.tsx",
|
|
288662
288605
|
"description": "",
|
|
288663
|
-
"displayName": "
|
|
288606
|
+
"displayName": "TableColumn",
|
|
288664
288607
|
"methods": [],
|
|
288665
288608
|
"props": {
|
|
288666
|
-
"rowHeader": {
|
|
288667
|
-
"defaultValue": null,
|
|
288668
|
-
"description": "Use cell as row header",
|
|
288669
|
-
"name": "rowHeader",
|
|
288670
|
-
"parent": {
|
|
288671
|
-
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
288672
|
-
"name": "TableCellProps"
|
|
288673
|
-
},
|
|
288674
|
-
"declarations": [
|
|
288675
|
-
{
|
|
288676
|
-
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
288677
|
-
"name": "TableCellProps"
|
|
288678
|
-
}
|
|
288679
|
-
],
|
|
288680
|
-
"required": false,
|
|
288681
|
-
"type": {
|
|
288682
|
-
"name": "boolean"
|
|
288683
|
-
}
|
|
288684
|
-
},
|
|
288685
288609
|
"horizontalAlign": {
|
|
288686
288610
|
"defaultValue": {
|
|
288687
288611
|
"value": "\"start\""
|
|
@@ -288689,13 +288613,13 @@
|
|
|
288689
288613
|
"description": "Horizontal alignment of the cell content",
|
|
288690
288614
|
"name": "horizontalAlign",
|
|
288691
288615
|
"parent": {
|
|
288692
|
-
"fileName": "components/src/components/Table/components/
|
|
288693
|
-
"name": "
|
|
288616
|
+
"fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
|
|
288617
|
+
"name": "TableColumnProps"
|
|
288694
288618
|
},
|
|
288695
288619
|
"declarations": [
|
|
288696
288620
|
{
|
|
288697
|
-
"fileName": "components/src/components/Table/components/
|
|
288698
|
-
"name": "
|
|
288621
|
+
"fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
|
|
288622
|
+
"name": "TableColumnProps"
|
|
288699
288623
|
}
|
|
288700
288624
|
],
|
|
288701
288625
|
"required": false,
|
|
@@ -288722,6 +288646,25 @@
|
|
|
288722
288646
|
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
288723
288647
|
}
|
|
288724
288648
|
},
|
|
288649
|
+
"style": {
|
|
288650
|
+
"defaultValue": null,
|
|
288651
|
+
"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.",
|
|
288652
|
+
"name": "style",
|
|
288653
|
+
"parent": {
|
|
288654
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
288655
|
+
"name": "StyleRenderProps"
|
|
288656
|
+
},
|
|
288657
|
+
"declarations": [
|
|
288658
|
+
{
|
|
288659
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
288660
|
+
"name": "StyleRenderProps"
|
|
288661
|
+
}
|
|
288662
|
+
],
|
|
288663
|
+
"required": false,
|
|
288664
|
+
"type": {
|
|
288665
|
+
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
288666
|
+
}
|
|
288667
|
+
},
|
|
288725
288668
|
"dir": {
|
|
288726
288669
|
"defaultValue": null,
|
|
288727
288670
|
"description": "",
|
|
@@ -290052,6 +289995,25 @@
|
|
|
290052
289995
|
"name": "Key"
|
|
290053
289996
|
}
|
|
290054
289997
|
},
|
|
289998
|
+
"width": {
|
|
289999
|
+
"defaultValue": null,
|
|
290000
|
+
"description": "The width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
|
|
290001
|
+
"name": "width",
|
|
290002
|
+
"parent": {
|
|
290003
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
290004
|
+
"name": "ColumnProps"
|
|
290005
|
+
},
|
|
290006
|
+
"declarations": [
|
|
290007
|
+
{
|
|
290008
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
290009
|
+
"name": "ColumnProps"
|
|
290010
|
+
}
|
|
290011
|
+
],
|
|
290012
|
+
"required": false,
|
|
290013
|
+
"type": {
|
|
290014
|
+
"name": "ColumnSize | null"
|
|
290015
|
+
}
|
|
290016
|
+
},
|
|
290055
290017
|
"textValue": {
|
|
290056
290018
|
"defaultValue": null,
|
|
290057
290019
|
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
@@ -290071,23 +290033,99 @@
|
|
|
290071
290033
|
"name": "string"
|
|
290072
290034
|
}
|
|
290073
290035
|
},
|
|
290074
|
-
"
|
|
290036
|
+
"allowsSorting": {
|
|
290075
290037
|
"defaultValue": null,
|
|
290076
|
-
"description": "
|
|
290077
|
-
"name": "
|
|
290038
|
+
"description": "Whether the column allows sorting.",
|
|
290039
|
+
"name": "allowsSorting",
|
|
290078
290040
|
"parent": {
|
|
290079
290041
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
290080
|
-
"name": "
|
|
290042
|
+
"name": "ColumnProps"
|
|
290081
290043
|
},
|
|
290082
290044
|
"declarations": [
|
|
290083
290045
|
{
|
|
290084
290046
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
290085
|
-
"name": "
|
|
290047
|
+
"name": "ColumnProps"
|
|
290086
290048
|
}
|
|
290087
290049
|
],
|
|
290088
290050
|
"required": false,
|
|
290089
290051
|
"type": {
|
|
290090
|
-
"name": "
|
|
290052
|
+
"name": "boolean"
|
|
290053
|
+
}
|
|
290054
|
+
},
|
|
290055
|
+
"isRowHeader": {
|
|
290056
|
+
"defaultValue": null,
|
|
290057
|
+
"description": "Whether a column is a [row header](https://www.w3.org/TR/wai-aria-1.1/#rowheader) and should be announced by assistive technology during row navigation.",
|
|
290058
|
+
"name": "isRowHeader",
|
|
290059
|
+
"parent": {
|
|
290060
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
290061
|
+
"name": "ColumnProps"
|
|
290062
|
+
},
|
|
290063
|
+
"declarations": [
|
|
290064
|
+
{
|
|
290065
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
290066
|
+
"name": "ColumnProps"
|
|
290067
|
+
}
|
|
290068
|
+
],
|
|
290069
|
+
"required": false,
|
|
290070
|
+
"type": {
|
|
290071
|
+
"name": "boolean"
|
|
290072
|
+
}
|
|
290073
|
+
},
|
|
290074
|
+
"defaultWidth": {
|
|
290075
|
+
"defaultValue": null,
|
|
290076
|
+
"description": "The default width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
|
|
290077
|
+
"name": "defaultWidth",
|
|
290078
|
+
"parent": {
|
|
290079
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
290080
|
+
"name": "ColumnProps"
|
|
290081
|
+
},
|
|
290082
|
+
"declarations": [
|
|
290083
|
+
{
|
|
290084
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
290085
|
+
"name": "ColumnProps"
|
|
290086
|
+
}
|
|
290087
|
+
],
|
|
290088
|
+
"required": false,
|
|
290089
|
+
"type": {
|
|
290090
|
+
"name": "ColumnSize | null"
|
|
290091
|
+
}
|
|
290092
|
+
},
|
|
290093
|
+
"minWidth": {
|
|
290094
|
+
"defaultValue": null,
|
|
290095
|
+
"description": "The minimum width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
|
|
290096
|
+
"name": "minWidth",
|
|
290097
|
+
"parent": {
|
|
290098
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
290099
|
+
"name": "ColumnProps"
|
|
290100
|
+
},
|
|
290101
|
+
"declarations": [
|
|
290102
|
+
{
|
|
290103
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
290104
|
+
"name": "ColumnProps"
|
|
290105
|
+
}
|
|
290106
|
+
],
|
|
290107
|
+
"required": false,
|
|
290108
|
+
"type": {
|
|
290109
|
+
"name": "ColumnStaticSize | null"
|
|
290110
|
+
}
|
|
290111
|
+
},
|
|
290112
|
+
"maxWidth": {
|
|
290113
|
+
"defaultValue": null,
|
|
290114
|
+
"description": "The maximum width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
|
|
290115
|
+
"name": "maxWidth",
|
|
290116
|
+
"parent": {
|
|
290117
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
290118
|
+
"name": "ColumnProps"
|
|
290119
|
+
},
|
|
290120
|
+
"declarations": [
|
|
290121
|
+
{
|
|
290122
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
290123
|
+
"name": "ColumnProps"
|
|
290124
|
+
}
|
|
290125
|
+
],
|
|
290126
|
+
"required": false,
|
|
290127
|
+
"type": {
|
|
290128
|
+
"name": "ColumnStaticSize | null"
|
|
290091
290129
|
}
|
|
290092
290130
|
},
|
|
290093
290131
|
"children": {
|
|
@@ -297766,53 +297804,6 @@
|
|
|
297766
297804
|
}
|
|
297767
297805
|
}
|
|
297768
297806
|
},
|
|
297769
|
-
{
|
|
297770
|
-
"tags": {},
|
|
297771
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
297772
|
-
"description": "",
|
|
297773
|
-
"displayName": "PasswordGenerateButton",
|
|
297774
|
-
"methods": [],
|
|
297775
|
-
"props": {
|
|
297776
|
-
"isDisabled": {
|
|
297777
|
-
"defaultValue": null,
|
|
297778
|
-
"description": "",
|
|
297779
|
-
"name": "isDisabled",
|
|
297780
|
-
"parent": {
|
|
297781
|
-
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
297782
|
-
"name": "Props"
|
|
297783
|
-
},
|
|
297784
|
-
"declarations": [
|
|
297785
|
-
{
|
|
297786
|
-
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
297787
|
-
"name": "Props"
|
|
297788
|
-
}
|
|
297789
|
-
],
|
|
297790
|
-
"required": false,
|
|
297791
|
-
"type": {
|
|
297792
|
-
"name": "boolean"
|
|
297793
|
-
}
|
|
297794
|
-
},
|
|
297795
|
-
"onGeneratePasswordAction": {
|
|
297796
|
-
"defaultValue": null,
|
|
297797
|
-
"description": "",
|
|
297798
|
-
"name": "onGeneratePasswordAction",
|
|
297799
|
-
"parent": {
|
|
297800
|
-
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
297801
|
-
"name": "Props"
|
|
297802
|
-
},
|
|
297803
|
-
"declarations": [
|
|
297804
|
-
{
|
|
297805
|
-
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
297806
|
-
"name": "Props"
|
|
297807
|
-
}
|
|
297808
|
-
],
|
|
297809
|
-
"required": false,
|
|
297810
|
-
"type": {
|
|
297811
|
-
"name": "ActionFn"
|
|
297812
|
-
}
|
|
297813
|
-
}
|
|
297814
|
-
}
|
|
297815
|
-
},
|
|
297816
297807
|
{
|
|
297817
297808
|
"tags": {
|
|
297818
297809
|
"internal": ""
|
|
@@ -297902,6 +297893,53 @@
|
|
|
297902
297893
|
}
|
|
297903
297894
|
}
|
|
297904
297895
|
},
|
|
297896
|
+
{
|
|
297897
|
+
"tags": {},
|
|
297898
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
297899
|
+
"description": "",
|
|
297900
|
+
"displayName": "PasswordGenerateButton",
|
|
297901
|
+
"methods": [],
|
|
297902
|
+
"props": {
|
|
297903
|
+
"isDisabled": {
|
|
297904
|
+
"defaultValue": null,
|
|
297905
|
+
"description": "",
|
|
297906
|
+
"name": "isDisabled",
|
|
297907
|
+
"parent": {
|
|
297908
|
+
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
297909
|
+
"name": "Props"
|
|
297910
|
+
},
|
|
297911
|
+
"declarations": [
|
|
297912
|
+
{
|
|
297913
|
+
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
297914
|
+
"name": "Props"
|
|
297915
|
+
}
|
|
297916
|
+
],
|
|
297917
|
+
"required": false,
|
|
297918
|
+
"type": {
|
|
297919
|
+
"name": "boolean"
|
|
297920
|
+
}
|
|
297921
|
+
},
|
|
297922
|
+
"onGeneratePasswordAction": {
|
|
297923
|
+
"defaultValue": null,
|
|
297924
|
+
"description": "",
|
|
297925
|
+
"name": "onGeneratePasswordAction",
|
|
297926
|
+
"parent": {
|
|
297927
|
+
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
297928
|
+
"name": "Props"
|
|
297929
|
+
},
|
|
297930
|
+
"declarations": [
|
|
297931
|
+
{
|
|
297932
|
+
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
297933
|
+
"name": "Props"
|
|
297934
|
+
}
|
|
297935
|
+
],
|
|
297936
|
+
"required": false,
|
|
297937
|
+
"type": {
|
|
297938
|
+
"name": "ActionFn"
|
|
297939
|
+
}
|
|
297940
|
+
}
|
|
297941
|
+
}
|
|
297942
|
+
},
|
|
297905
297943
|
{
|
|
297906
297944
|
"tags": {
|
|
297907
297945
|
"internal": ""
|