@mittwald/flow-react-components 0.2.0-alpha.681 → 0.2.0-alpha.683
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 +8 -0
- package/dist/assets/doc-properties.json +1020 -1020
- package/dist/js/components/src/integrations/react-hook-form/components/Form/Form.mjs +2 -1
- package/dist/js/components/src/integrations/react-hook-form/components/Form/Form.mjs.map +1 -1
- package/dist/js/components/src/integrations/react-hook-form/flags.mjs +8 -0
- package/dist/js/components/src/integrations/react-hook-form/flags.mjs.map +1 -0
- package/dist/js/react-hook-form.mjs +1 -0
- package/dist/js/react-hook-form.mjs.map +1 -1
- package/dist/types/integrations/react-hook-form/components/Form/Form.d.ts.map +1 -1
- package/dist/types/integrations/react-hook-form/flags.d.ts +4 -0
- package/dist/types/integrations/react-hook-form/flags.d.ts.map +1 -0
- package/dist/types/integrations/react-hook-form/index.d.ts +1 -0
- package/dist/types/integrations/react-hook-form/index.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -184532,28 +184532,47 @@
|
|
|
184532
184532
|
},
|
|
184533
184533
|
{
|
|
184534
184534
|
"tags": {},
|
|
184535
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
184535
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CountryOptions/CountryOptions.tsx",
|
|
184536
184536
|
"description": "",
|
|
184537
|
-
"displayName": "
|
|
184537
|
+
"displayName": "CountryOptions",
|
|
184538
184538
|
"methods": [],
|
|
184539
184539
|
"props": {
|
|
184540
|
-
"
|
|
184540
|
+
"filterBy": {
|
|
184541
184541
|
"defaultValue": null,
|
|
184542
184542
|
"description": "",
|
|
184543
|
-
"name": "
|
|
184543
|
+
"name": "filterBy",
|
|
184544
184544
|
"parent": {
|
|
184545
|
-
"fileName": "components/src/components/
|
|
184546
|
-
"name": "
|
|
184545
|
+
"fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
|
|
184546
|
+
"name": "CountryOptionsProps"
|
|
184547
184547
|
},
|
|
184548
184548
|
"declarations": [
|
|
184549
184549
|
{
|
|
184550
|
-
"fileName": "components/src/components/
|
|
184551
|
-
"name": "
|
|
184550
|
+
"fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
|
|
184551
|
+
"name": "CountryOptionsProps"
|
|
184552
184552
|
}
|
|
184553
184553
|
],
|
|
184554
184554
|
"required": false,
|
|
184555
184555
|
"type": {
|
|
184556
|
-
"name": "
|
|
184556
|
+
"name": "CountryFilterFn"
|
|
184557
|
+
}
|
|
184558
|
+
},
|
|
184559
|
+
"sortBy": {
|
|
184560
|
+
"defaultValue": null,
|
|
184561
|
+
"description": "",
|
|
184562
|
+
"name": "sortBy",
|
|
184563
|
+
"parent": {
|
|
184564
|
+
"fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
|
|
184565
|
+
"name": "CountryOptionsProps"
|
|
184566
|
+
},
|
|
184567
|
+
"declarations": [
|
|
184568
|
+
{
|
|
184569
|
+
"fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
|
|
184570
|
+
"name": "CountryOptionsProps"
|
|
184571
|
+
}
|
|
184572
|
+
],
|
|
184573
|
+
"required": false,
|
|
184574
|
+
"type": {
|
|
184575
|
+
"name": "CountrySortFn"
|
|
184557
184576
|
}
|
|
184558
184577
|
},
|
|
184559
184578
|
"className": {
|
|
@@ -184577,6 +184596,82 @@
|
|
|
184577
184596
|
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
184578
184597
|
}
|
|
184579
184598
|
},
|
|
184599
|
+
"aria-label": {
|
|
184600
|
+
"defaultValue": null,
|
|
184601
|
+
"description": "Defines a string value that labels the current element.",
|
|
184602
|
+
"name": "aria-label",
|
|
184603
|
+
"parent": {
|
|
184604
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
184605
|
+
"name": "AriaLabelingProps"
|
|
184606
|
+
},
|
|
184607
|
+
"declarations": [
|
|
184608
|
+
{
|
|
184609
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
184610
|
+
"name": "AriaLabelingProps"
|
|
184611
|
+
}
|
|
184612
|
+
],
|
|
184613
|
+
"required": false,
|
|
184614
|
+
"type": {
|
|
184615
|
+
"name": "string"
|
|
184616
|
+
}
|
|
184617
|
+
},
|
|
184618
|
+
"aria-labelledby": {
|
|
184619
|
+
"defaultValue": null,
|
|
184620
|
+
"description": "Identifies the element (or elements) that labels the current element.",
|
|
184621
|
+
"name": "aria-labelledby",
|
|
184622
|
+
"parent": {
|
|
184623
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
184624
|
+
"name": "AriaLabelingProps"
|
|
184625
|
+
},
|
|
184626
|
+
"declarations": [
|
|
184627
|
+
{
|
|
184628
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
184629
|
+
"name": "AriaLabelingProps"
|
|
184630
|
+
}
|
|
184631
|
+
],
|
|
184632
|
+
"required": false,
|
|
184633
|
+
"type": {
|
|
184634
|
+
"name": "string"
|
|
184635
|
+
}
|
|
184636
|
+
},
|
|
184637
|
+
"aria-describedby": {
|
|
184638
|
+
"defaultValue": null,
|
|
184639
|
+
"description": "Identifies the element (or elements) that describes the object.",
|
|
184640
|
+
"name": "aria-describedby",
|
|
184641
|
+
"parent": {
|
|
184642
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
184643
|
+
"name": "AriaLabelingProps"
|
|
184644
|
+
},
|
|
184645
|
+
"declarations": [
|
|
184646
|
+
{
|
|
184647
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
184648
|
+
"name": "AriaLabelingProps"
|
|
184649
|
+
}
|
|
184650
|
+
],
|
|
184651
|
+
"required": false,
|
|
184652
|
+
"type": {
|
|
184653
|
+
"name": "string"
|
|
184654
|
+
}
|
|
184655
|
+
},
|
|
184656
|
+
"aria-details": {
|
|
184657
|
+
"defaultValue": null,
|
|
184658
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
|
|
184659
|
+
"name": "aria-details",
|
|
184660
|
+
"parent": {
|
|
184661
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
184662
|
+
"name": "AriaLabelingProps"
|
|
184663
|
+
},
|
|
184664
|
+
"declarations": [
|
|
184665
|
+
{
|
|
184666
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
184667
|
+
"name": "AriaLabelingProps"
|
|
184668
|
+
}
|
|
184669
|
+
],
|
|
184670
|
+
"required": false,
|
|
184671
|
+
"type": {
|
|
184672
|
+
"name": "string"
|
|
184673
|
+
}
|
|
184674
|
+
},
|
|
184580
184675
|
"style": {
|
|
184581
184676
|
"defaultValue": null,
|
|
184582
184677
|
"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.",
|
|
@@ -185907,6 +186002,101 @@
|
|
|
185907
186002
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
185908
186003
|
}
|
|
185909
186004
|
},
|
|
186005
|
+
"autoFocus": {
|
|
186006
|
+
"defaultValue": null,
|
|
186007
|
+
"description": "Whether to auto focus the listbox or an option.",
|
|
186008
|
+
"name": "autoFocus",
|
|
186009
|
+
"parent": {
|
|
186010
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
|
|
186011
|
+
"name": "ListBoxProps"
|
|
186012
|
+
},
|
|
186013
|
+
"declarations": [
|
|
186014
|
+
{
|
|
186015
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
|
|
186016
|
+
"name": "ListBoxProps"
|
|
186017
|
+
}
|
|
186018
|
+
],
|
|
186019
|
+
"required": false,
|
|
186020
|
+
"type": {
|
|
186021
|
+
"name": "boolean | FocusStrategy"
|
|
186022
|
+
}
|
|
186023
|
+
},
|
|
186024
|
+
"onFocus": {
|
|
186025
|
+
"defaultValue": null,
|
|
186026
|
+
"description": "Handler that is called when the element receives focus.",
|
|
186027
|
+
"name": "onFocus",
|
|
186028
|
+
"parent": {
|
|
186029
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
186030
|
+
"name": "FocusEvents"
|
|
186031
|
+
},
|
|
186032
|
+
"declarations": [
|
|
186033
|
+
{
|
|
186034
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
186035
|
+
"name": "FocusEvents"
|
|
186036
|
+
}
|
|
186037
|
+
],
|
|
186038
|
+
"required": false,
|
|
186039
|
+
"type": {
|
|
186040
|
+
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
186041
|
+
}
|
|
186042
|
+
},
|
|
186043
|
+
"onBlur": {
|
|
186044
|
+
"defaultValue": null,
|
|
186045
|
+
"description": "Handler that is called when the element loses focus.",
|
|
186046
|
+
"name": "onBlur",
|
|
186047
|
+
"parent": {
|
|
186048
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
186049
|
+
"name": "FocusEvents"
|
|
186050
|
+
},
|
|
186051
|
+
"declarations": [
|
|
186052
|
+
{
|
|
186053
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
186054
|
+
"name": "FocusEvents"
|
|
186055
|
+
}
|
|
186056
|
+
],
|
|
186057
|
+
"required": false,
|
|
186058
|
+
"type": {
|
|
186059
|
+
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
186060
|
+
}
|
|
186061
|
+
},
|
|
186062
|
+
"onFocusChange": {
|
|
186063
|
+
"defaultValue": null,
|
|
186064
|
+
"description": "Handler that is called when the element's focus status changes.",
|
|
186065
|
+
"name": "onFocusChange",
|
|
186066
|
+
"parent": {
|
|
186067
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
186068
|
+
"name": "FocusEvents"
|
|
186069
|
+
},
|
|
186070
|
+
"declarations": [
|
|
186071
|
+
{
|
|
186072
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
186073
|
+
"name": "FocusEvents"
|
|
186074
|
+
}
|
|
186075
|
+
],
|
|
186076
|
+
"required": false,
|
|
186077
|
+
"type": {
|
|
186078
|
+
"name": "((isFocused: boolean) => void)"
|
|
186079
|
+
}
|
|
186080
|
+
},
|
|
186081
|
+
"id": {
|
|
186082
|
+
"defaultValue": null,
|
|
186083
|
+
"description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
186084
|
+
"name": "id",
|
|
186085
|
+
"parent": {
|
|
186086
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
186087
|
+
"name": "DOMProps"
|
|
186088
|
+
},
|
|
186089
|
+
"declarations": [
|
|
186090
|
+
{
|
|
186091
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
186092
|
+
"name": "DOMProps"
|
|
186093
|
+
}
|
|
186094
|
+
],
|
|
186095
|
+
"required": false,
|
|
186096
|
+
"type": {
|
|
186097
|
+
"name": "string"
|
|
186098
|
+
}
|
|
186099
|
+
},
|
|
185910
186100
|
"slot": {
|
|
185911
186101
|
"defaultValue": null,
|
|
185912
186102
|
"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.",
|
|
@@ -185925,149 +186115,495 @@
|
|
|
185925
186115
|
"type": {
|
|
185926
186116
|
"name": "string | null"
|
|
185927
186117
|
}
|
|
185928
|
-
}
|
|
185929
|
-
|
|
185930
|
-
},
|
|
185931
|
-
{
|
|
185932
|
-
"tags": {},
|
|
185933
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CountryOptions/CountryOptions.tsx",
|
|
185934
|
-
"description": "",
|
|
185935
|
-
"displayName": "CountryOptions",
|
|
185936
|
-
"methods": [],
|
|
185937
|
-
"props": {
|
|
185938
|
-
"filterBy": {
|
|
186118
|
+
},
|
|
186119
|
+
"items": {
|
|
185939
186120
|
"defaultValue": null,
|
|
185940
|
-
"description": "",
|
|
185941
|
-
"name": "
|
|
186121
|
+
"description": "Item objects in the collection.",
|
|
186122
|
+
"name": "items",
|
|
185942
186123
|
"parent": {
|
|
185943
|
-
"fileName": "
|
|
185944
|
-
"name": "
|
|
186124
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
186125
|
+
"name": "CollectionBase"
|
|
185945
186126
|
},
|
|
185946
186127
|
"declarations": [
|
|
185947
186128
|
{
|
|
185948
|
-
"fileName": "
|
|
185949
|
-
"name": "
|
|
186129
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
186130
|
+
"name": "CollectionBase"
|
|
185950
186131
|
}
|
|
185951
186132
|
],
|
|
185952
186133
|
"required": false,
|
|
185953
186134
|
"type": {
|
|
185954
|
-
"name": "
|
|
186135
|
+
"name": "Iterable<object>"
|
|
185955
186136
|
}
|
|
185956
186137
|
},
|
|
185957
|
-
"
|
|
186138
|
+
"disallowEmptySelection": {
|
|
185958
186139
|
"defaultValue": null,
|
|
185959
|
-
"description": "",
|
|
185960
|
-
"name": "
|
|
186140
|
+
"description": "Whether the collection allows empty selection.",
|
|
186141
|
+
"name": "disallowEmptySelection",
|
|
185961
186142
|
"parent": {
|
|
185962
|
-
"fileName": "
|
|
185963
|
-
"name": "
|
|
186143
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
186144
|
+
"name": "MultipleSelection"
|
|
185964
186145
|
},
|
|
185965
186146
|
"declarations": [
|
|
185966
186147
|
{
|
|
185967
|
-
"fileName": "
|
|
185968
|
-
"name": "
|
|
186148
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
186149
|
+
"name": "MultipleSelection"
|
|
185969
186150
|
}
|
|
185970
186151
|
],
|
|
185971
186152
|
"required": false,
|
|
185972
186153
|
"type": {
|
|
185973
|
-
"name": "
|
|
186154
|
+
"name": "boolean"
|
|
185974
186155
|
}
|
|
185975
186156
|
},
|
|
185976
|
-
"
|
|
186157
|
+
"onSelectionChange": {
|
|
186158
|
+
"defaultValue": null,
|
|
186159
|
+
"description": "Handler that is called when the selection changes.",
|
|
186160
|
+
"name": "onSelectionChange",
|
|
186161
|
+
"parent": {
|
|
186162
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
186163
|
+
"name": "MultipleSelection"
|
|
186164
|
+
},
|
|
186165
|
+
"declarations": [
|
|
186166
|
+
{
|
|
186167
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
186168
|
+
"name": "MultipleSelection"
|
|
186169
|
+
}
|
|
186170
|
+
],
|
|
186171
|
+
"required": false,
|
|
186172
|
+
"type": {
|
|
186173
|
+
"name": "((keys: Selection) => void)"
|
|
186174
|
+
}
|
|
186175
|
+
},
|
|
186176
|
+
"disabledKeys": {
|
|
186177
|
+
"defaultValue": null,
|
|
186178
|
+
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
|
|
186179
|
+
"name": "disabledKeys",
|
|
186180
|
+
"parent": {
|
|
186181
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
186182
|
+
"name": "CollectionBase"
|
|
186183
|
+
},
|
|
186184
|
+
"declarations": [
|
|
186185
|
+
{
|
|
186186
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
186187
|
+
"name": "CollectionBase"
|
|
186188
|
+
}
|
|
186189
|
+
],
|
|
186190
|
+
"required": false,
|
|
186191
|
+
"type": {
|
|
186192
|
+
"name": "Iterable<Key>"
|
|
186193
|
+
}
|
|
186194
|
+
},
|
|
186195
|
+
"orientation": {
|
|
185977
186196
|
"defaultValue": {
|
|
185978
|
-
"value": "'
|
|
186197
|
+
"value": "'vertical'"
|
|
185979
186198
|
},
|
|
185980
|
-
"description": "The
|
|
185981
|
-
"name": "
|
|
186199
|
+
"description": "The primary orientation of the items. Usually this is the\ndirection that the collection scrolls.",
|
|
186200
|
+
"name": "orientation",
|
|
185982
186201
|
"parent": {
|
|
185983
186202
|
"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",
|
|
185984
|
-
"name": "
|
|
186203
|
+
"name": "ListBoxProps"
|
|
185985
186204
|
},
|
|
185986
186205
|
"declarations": [
|
|
185987
186206
|
{
|
|
185988
186207
|
"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",
|
|
185989
|
-
"name": "
|
|
186208
|
+
"name": "ListBoxProps"
|
|
185990
186209
|
}
|
|
185991
186210
|
],
|
|
185992
186211
|
"required": false,
|
|
185993
186212
|
"type": {
|
|
185994
|
-
"name": "
|
|
186213
|
+
"name": "Orientation"
|
|
185995
186214
|
}
|
|
185996
186215
|
},
|
|
185997
|
-
"
|
|
186216
|
+
"escapeKeyBehavior": {
|
|
186217
|
+
"defaultValue": {
|
|
186218
|
+
"value": "'clearSelection'"
|
|
186219
|
+
},
|
|
186220
|
+
"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.",
|
|
186221
|
+
"name": "escapeKeyBehavior",
|
|
186222
|
+
"parent": {
|
|
186223
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
|
|
186224
|
+
"name": "AriaListBoxPropsBase"
|
|
186225
|
+
},
|
|
186226
|
+
"declarations": [
|
|
186227
|
+
{
|
|
186228
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
|
|
186229
|
+
"name": "AriaListBoxPropsBase"
|
|
186230
|
+
}
|
|
186231
|
+
],
|
|
186232
|
+
"required": false,
|
|
186233
|
+
"type": {
|
|
186234
|
+
"name": "\"none\" | \"clearSelection\""
|
|
186235
|
+
}
|
|
186236
|
+
},
|
|
186237
|
+
"shouldSelectOnPressUp": {
|
|
185998
186238
|
"defaultValue": null,
|
|
185999
|
-
"description": "
|
|
186000
|
-
"name": "
|
|
186239
|
+
"description": "Whether selection should occur on press up instead of press down.",
|
|
186240
|
+
"name": "shouldSelectOnPressUp",
|
|
186001
186241
|
"parent": {
|
|
186002
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
186003
|
-
"name": "
|
|
186242
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
|
|
186243
|
+
"name": "AriaListBoxProps"
|
|
186004
186244
|
},
|
|
186005
186245
|
"declarations": [
|
|
186006
186246
|
{
|
|
186007
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
186008
|
-
"name": "
|
|
186247
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
|
|
186248
|
+
"name": "AriaListBoxProps"
|
|
186009
186249
|
}
|
|
186010
186250
|
],
|
|
186011
186251
|
"required": false,
|
|
186012
186252
|
"type": {
|
|
186013
|
-
"name": "
|
|
186253
|
+
"name": "boolean"
|
|
186014
186254
|
}
|
|
186015
186255
|
},
|
|
186016
|
-
"
|
|
186256
|
+
"selectionMode": {
|
|
186017
186257
|
"defaultValue": null,
|
|
186018
|
-
"description": "
|
|
186019
|
-
"name": "
|
|
186258
|
+
"description": "The type of selection that is allowed in the collection.",
|
|
186259
|
+
"name": "selectionMode",
|
|
186020
186260
|
"parent": {
|
|
186021
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
186022
|
-
"name": "
|
|
186261
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
186262
|
+
"name": "MultipleSelection"
|
|
186023
186263
|
},
|
|
186024
186264
|
"declarations": [
|
|
186025
186265
|
{
|
|
186026
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
186027
|
-
"name": "
|
|
186266
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
186267
|
+
"name": "MultipleSelection"
|
|
186028
186268
|
}
|
|
186029
186269
|
],
|
|
186030
186270
|
"required": false,
|
|
186031
186271
|
"type": {
|
|
186032
|
-
"name": "
|
|
186272
|
+
"name": "SelectionMode"
|
|
186033
186273
|
}
|
|
186034
186274
|
},
|
|
186035
|
-
"
|
|
186275
|
+
"selectedKeys": {
|
|
186036
186276
|
"defaultValue": null,
|
|
186037
|
-
"description": "
|
|
186038
|
-
"name": "
|
|
186277
|
+
"description": "The currently selected keys in the collection (controlled).",
|
|
186278
|
+
"name": "selectedKeys",
|
|
186039
186279
|
"parent": {
|
|
186040
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
186041
|
-
"name": "
|
|
186280
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
186281
|
+
"name": "MultipleSelection"
|
|
186042
186282
|
},
|
|
186043
186283
|
"declarations": [
|
|
186044
186284
|
{
|
|
186045
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
186046
|
-
"name": "
|
|
186285
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
186286
|
+
"name": "MultipleSelection"
|
|
186047
186287
|
}
|
|
186048
186288
|
],
|
|
186049
186289
|
"required": false,
|
|
186050
186290
|
"type": {
|
|
186051
|
-
"name": "
|
|
186291
|
+
"name": "\"all\" | Iterable<Key>"
|
|
186052
186292
|
}
|
|
186053
186293
|
},
|
|
186054
|
-
"
|
|
186294
|
+
"defaultSelectedKeys": {
|
|
186055
186295
|
"defaultValue": null,
|
|
186056
|
-
"description": "
|
|
186057
|
-
"name": "
|
|
186296
|
+
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
186297
|
+
"name": "defaultSelectedKeys",
|
|
186058
186298
|
"parent": {
|
|
186059
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
186060
|
-
"name": "
|
|
186299
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
186300
|
+
"name": "MultipleSelection"
|
|
186061
186301
|
},
|
|
186062
186302
|
"declarations": [
|
|
186063
186303
|
{
|
|
186064
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
186065
|
-
"name": "
|
|
186304
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
186305
|
+
"name": "MultipleSelection"
|
|
186066
186306
|
}
|
|
186067
186307
|
],
|
|
186068
186308
|
"required": false,
|
|
186069
186309
|
"type": {
|
|
186070
|
-
"name": "
|
|
186310
|
+
"name": "\"all\" | Iterable<Key>"
|
|
186311
|
+
}
|
|
186312
|
+
},
|
|
186313
|
+
"selectionBehavior": {
|
|
186314
|
+
"defaultValue": {
|
|
186315
|
+
"value": "\"toggle\""
|
|
186316
|
+
},
|
|
186317
|
+
"description": "How multiple selection should behave in the collection.",
|
|
186318
|
+
"name": "selectionBehavior",
|
|
186319
|
+
"parent": {
|
|
186320
|
+
"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",
|
|
186321
|
+
"name": "TableProps"
|
|
186322
|
+
},
|
|
186323
|
+
"declarations": [
|
|
186324
|
+
{
|
|
186325
|
+
"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",
|
|
186326
|
+
"name": "TableProps"
|
|
186327
|
+
}
|
|
186328
|
+
],
|
|
186329
|
+
"required": false,
|
|
186330
|
+
"type": {
|
|
186331
|
+
"name": "SelectionBehavior"
|
|
186332
|
+
}
|
|
186333
|
+
},
|
|
186334
|
+
"dragAndDropHooks": {
|
|
186335
|
+
"defaultValue": null,
|
|
186336
|
+
"description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for the Table.",
|
|
186337
|
+
"name": "dragAndDropHooks",
|
|
186338
|
+
"parent": {
|
|
186339
|
+
"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",
|
|
186340
|
+
"name": "TableProps"
|
|
186341
|
+
},
|
|
186342
|
+
"declarations": [
|
|
186343
|
+
{
|
|
186344
|
+
"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",
|
|
186345
|
+
"name": "TableProps"
|
|
186346
|
+
}
|
|
186347
|
+
],
|
|
186348
|
+
"required": false,
|
|
186349
|
+
"type": {
|
|
186350
|
+
"name": "DragAndDropHooks<object>"
|
|
186351
|
+
}
|
|
186352
|
+
},
|
|
186353
|
+
"layout": {
|
|
186354
|
+
"defaultValue": {
|
|
186355
|
+
"value": "'stack'"
|
|
186356
|
+
},
|
|
186357
|
+
"description": "Whether the items are arranged in a stack or grid.",
|
|
186358
|
+
"name": "layout",
|
|
186359
|
+
"parent": {
|
|
186360
|
+
"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",
|
|
186361
|
+
"name": "ListBoxProps"
|
|
186362
|
+
},
|
|
186363
|
+
"declarations": [
|
|
186364
|
+
{
|
|
186365
|
+
"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",
|
|
186366
|
+
"name": "ListBoxProps"
|
|
186367
|
+
}
|
|
186368
|
+
],
|
|
186369
|
+
"required": false,
|
|
186370
|
+
"type": {
|
|
186371
|
+
"name": "\"grid\" | \"stack\""
|
|
186372
|
+
}
|
|
186373
|
+
},
|
|
186374
|
+
"renderEmptyState": {
|
|
186375
|
+
"defaultValue": null,
|
|
186376
|
+
"description": "Provides content to display when there are no items in the list.",
|
|
186377
|
+
"name": "renderEmptyState",
|
|
186378
|
+
"parent": {
|
|
186379
|
+
"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",
|
|
186380
|
+
"name": "ListBoxProps"
|
|
186381
|
+
},
|
|
186382
|
+
"declarations": [
|
|
186383
|
+
{
|
|
186384
|
+
"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",
|
|
186385
|
+
"name": "ListBoxProps"
|
|
186386
|
+
}
|
|
186387
|
+
],
|
|
186388
|
+
"required": false,
|
|
186389
|
+
"type": {
|
|
186390
|
+
"name": "((props: ListBoxRenderProps) => ReactNode)"
|
|
186391
|
+
}
|
|
186392
|
+
},
|
|
186393
|
+
"onAction": {
|
|
186394
|
+
"defaultValue": null,
|
|
186395
|
+
"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.",
|
|
186396
|
+
"name": "onAction",
|
|
186397
|
+
"parent": {
|
|
186398
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
|
|
186399
|
+
"name": "AriaListBoxProps"
|
|
186400
|
+
},
|
|
186401
|
+
"declarations": [
|
|
186402
|
+
{
|
|
186403
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
|
|
186404
|
+
"name": "AriaListBoxProps"
|
|
186405
|
+
}
|
|
186406
|
+
],
|
|
186407
|
+
"required": false,
|
|
186408
|
+
"type": {
|
|
186409
|
+
"name": "((key: Key) => void)"
|
|
186410
|
+
}
|
|
186411
|
+
},
|
|
186412
|
+
"shouldFocusOnHover": {
|
|
186413
|
+
"defaultValue": null,
|
|
186414
|
+
"description": "Whether options should be focused when the user hovers over them.",
|
|
186415
|
+
"name": "shouldFocusOnHover",
|
|
186416
|
+
"parent": {
|
|
186417
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
|
|
186418
|
+
"name": "AriaListBoxProps"
|
|
186419
|
+
},
|
|
186420
|
+
"declarations": [
|
|
186421
|
+
{
|
|
186422
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
|
|
186423
|
+
"name": "AriaListBoxProps"
|
|
186424
|
+
}
|
|
186425
|
+
],
|
|
186426
|
+
"required": false,
|
|
186427
|
+
"type": {
|
|
186428
|
+
"name": "boolean"
|
|
186429
|
+
}
|
|
186430
|
+
},
|
|
186431
|
+
"shouldFocusWrap": {
|
|
186432
|
+
"defaultValue": null,
|
|
186433
|
+
"description": "Whether focus should wrap around when the end/start is reached.",
|
|
186434
|
+
"name": "shouldFocusWrap",
|
|
186435
|
+
"parent": {
|
|
186436
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
|
|
186437
|
+
"name": "ListBoxProps"
|
|
186438
|
+
},
|
|
186439
|
+
"declarations": [
|
|
186440
|
+
{
|
|
186441
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
|
|
186442
|
+
"name": "ListBoxProps"
|
|
186443
|
+
}
|
|
186444
|
+
],
|
|
186445
|
+
"required": false,
|
|
186446
|
+
"type": {
|
|
186447
|
+
"name": "boolean"
|
|
186448
|
+
}
|
|
186449
|
+
},
|
|
186450
|
+
"dependencies": {
|
|
186451
|
+
"defaultValue": null,
|
|
186452
|
+
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
186453
|
+
"name": "dependencies",
|
|
186454
|
+
"parent": {
|
|
186455
|
+
"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",
|
|
186456
|
+
"name": "CollectionProps"
|
|
186457
|
+
},
|
|
186458
|
+
"declarations": [
|
|
186459
|
+
{
|
|
186460
|
+
"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",
|
|
186461
|
+
"name": "CollectionProps"
|
|
186462
|
+
}
|
|
186463
|
+
],
|
|
186464
|
+
"required": false,
|
|
186465
|
+
"type": {
|
|
186466
|
+
"name": "readonly any[]"
|
|
186467
|
+
}
|
|
186468
|
+
},
|
|
186469
|
+
"children": {
|
|
186470
|
+
"defaultValue": null,
|
|
186471
|
+
"description": "",
|
|
186472
|
+
"name": "children",
|
|
186473
|
+
"declarations": [
|
|
186474
|
+
{
|
|
186475
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
186476
|
+
"name": "TypeLiteral"
|
|
186477
|
+
}
|
|
186478
|
+
],
|
|
186479
|
+
"required": false,
|
|
186480
|
+
"type": {
|
|
186481
|
+
"name": "ReactNode"
|
|
186482
|
+
}
|
|
186483
|
+
},
|
|
186484
|
+
"wrapWith": {
|
|
186485
|
+
"defaultValue": null,
|
|
186486
|
+
"description": "",
|
|
186487
|
+
"name": "wrapWith",
|
|
186488
|
+
"parent": {
|
|
186489
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
186490
|
+
"name": "FlowComponentProps"
|
|
186491
|
+
},
|
|
186492
|
+
"declarations": [
|
|
186493
|
+
{
|
|
186494
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
186495
|
+
"name": "FlowComponentProps"
|
|
186496
|
+
}
|
|
186497
|
+
],
|
|
186498
|
+
"required": false,
|
|
186499
|
+
"type": {
|
|
186500
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
186501
|
+
}
|
|
186502
|
+
},
|
|
186503
|
+
"tunnelId": {
|
|
186504
|
+
"defaultValue": null,
|
|
186505
|
+
"description": "@internal",
|
|
186506
|
+
"name": "tunnelId",
|
|
186507
|
+
"parent": {
|
|
186508
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
186509
|
+
"name": "PropsWithTunnel"
|
|
186510
|
+
},
|
|
186511
|
+
"declarations": [
|
|
186512
|
+
{
|
|
186513
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
186514
|
+
"name": "PropsWithTunnel"
|
|
186515
|
+
}
|
|
186516
|
+
],
|
|
186517
|
+
"required": false,
|
|
186518
|
+
"type": {
|
|
186519
|
+
"name": "string | null"
|
|
186520
|
+
}
|
|
186521
|
+
},
|
|
186522
|
+
"ref": {
|
|
186523
|
+
"defaultValue": null,
|
|
186524
|
+
"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}",
|
|
186525
|
+
"name": "ref",
|
|
186526
|
+
"parent": {
|
|
186527
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
186528
|
+
"name": "RefAttributes"
|
|
186529
|
+
},
|
|
186530
|
+
"declarations": [
|
|
186531
|
+
{
|
|
186532
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
186533
|
+
"name": "RefAttributes"
|
|
186534
|
+
}
|
|
186535
|
+
],
|
|
186536
|
+
"required": false,
|
|
186537
|
+
"type": {
|
|
186538
|
+
"name": "Ref<HTMLSpanElement>"
|
|
186539
|
+
}
|
|
186540
|
+
},
|
|
186541
|
+
"key": {
|
|
186542
|
+
"defaultValue": null,
|
|
186543
|
+
"description": "",
|
|
186544
|
+
"name": "key",
|
|
186545
|
+
"parent": {
|
|
186546
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
186547
|
+
"name": "Attributes"
|
|
186548
|
+
},
|
|
186549
|
+
"declarations": [
|
|
186550
|
+
{
|
|
186551
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
186552
|
+
"name": "Attributes"
|
|
186553
|
+
}
|
|
186554
|
+
],
|
|
186555
|
+
"required": false,
|
|
186556
|
+
"type": {
|
|
186557
|
+
"name": "Key | null"
|
|
186558
|
+
}
|
|
186559
|
+
}
|
|
186560
|
+
}
|
|
186561
|
+
},
|
|
186562
|
+
{
|
|
186563
|
+
"tags": {},
|
|
186564
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateInput/DateInput.tsx",
|
|
186565
|
+
"description": "",
|
|
186566
|
+
"displayName": "DateInput",
|
|
186567
|
+
"methods": [],
|
|
186568
|
+
"props": {
|
|
186569
|
+
"ref": {
|
|
186570
|
+
"defaultValue": null,
|
|
186571
|
+
"description": "",
|
|
186572
|
+
"name": "ref",
|
|
186573
|
+
"parent": {
|
|
186574
|
+
"fileName": "components/src/components/DateInput/DateInput.tsx",
|
|
186575
|
+
"name": "DateInputProps"
|
|
186576
|
+
},
|
|
186577
|
+
"declarations": [
|
|
186578
|
+
{
|
|
186579
|
+
"fileName": "components/src/components/DateInput/DateInput.tsx",
|
|
186580
|
+
"name": "DateInputProps"
|
|
186581
|
+
}
|
|
186582
|
+
],
|
|
186583
|
+
"required": false,
|
|
186584
|
+
"type": {
|
|
186585
|
+
"name": "Ref<HTMLSpanElement | null>"
|
|
186586
|
+
}
|
|
186587
|
+
},
|
|
186588
|
+
"className": {
|
|
186589
|
+
"defaultValue": {
|
|
186590
|
+
"value": "'react-aria-Tooltip'"
|
|
186591
|
+
},
|
|
186592
|
+
"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.",
|
|
186593
|
+
"name": "className",
|
|
186594
|
+
"parent": {
|
|
186595
|
+
"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",
|
|
186596
|
+
"name": "TooltipProps"
|
|
186597
|
+
},
|
|
186598
|
+
"declarations": [
|
|
186599
|
+
{
|
|
186600
|
+
"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",
|
|
186601
|
+
"name": "TooltipProps"
|
|
186602
|
+
}
|
|
186603
|
+
],
|
|
186604
|
+
"required": false,
|
|
186605
|
+
"type": {
|
|
186606
|
+
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
186071
186607
|
}
|
|
186072
186608
|
},
|
|
186073
186609
|
"style": {
|
|
@@ -187400,101 +187936,6 @@
|
|
|
187400
187936
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
187401
187937
|
}
|
|
187402
187938
|
},
|
|
187403
|
-
"autoFocus": {
|
|
187404
|
-
"defaultValue": null,
|
|
187405
|
-
"description": "Whether to auto focus the listbox or an option.",
|
|
187406
|
-
"name": "autoFocus",
|
|
187407
|
-
"parent": {
|
|
187408
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
|
|
187409
|
-
"name": "ListBoxProps"
|
|
187410
|
-
},
|
|
187411
|
-
"declarations": [
|
|
187412
|
-
{
|
|
187413
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
|
|
187414
|
-
"name": "ListBoxProps"
|
|
187415
|
-
}
|
|
187416
|
-
],
|
|
187417
|
-
"required": false,
|
|
187418
|
-
"type": {
|
|
187419
|
-
"name": "boolean | FocusStrategy"
|
|
187420
|
-
}
|
|
187421
|
-
},
|
|
187422
|
-
"onFocus": {
|
|
187423
|
-
"defaultValue": null,
|
|
187424
|
-
"description": "Handler that is called when the element receives focus.",
|
|
187425
|
-
"name": "onFocus",
|
|
187426
|
-
"parent": {
|
|
187427
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
187428
|
-
"name": "FocusEvents"
|
|
187429
|
-
},
|
|
187430
|
-
"declarations": [
|
|
187431
|
-
{
|
|
187432
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
187433
|
-
"name": "FocusEvents"
|
|
187434
|
-
}
|
|
187435
|
-
],
|
|
187436
|
-
"required": false,
|
|
187437
|
-
"type": {
|
|
187438
|
-
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
187439
|
-
}
|
|
187440
|
-
},
|
|
187441
|
-
"onBlur": {
|
|
187442
|
-
"defaultValue": null,
|
|
187443
|
-
"description": "Handler that is called when the element loses focus.",
|
|
187444
|
-
"name": "onBlur",
|
|
187445
|
-
"parent": {
|
|
187446
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
187447
|
-
"name": "FocusEvents"
|
|
187448
|
-
},
|
|
187449
|
-
"declarations": [
|
|
187450
|
-
{
|
|
187451
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
187452
|
-
"name": "FocusEvents"
|
|
187453
|
-
}
|
|
187454
|
-
],
|
|
187455
|
-
"required": false,
|
|
187456
|
-
"type": {
|
|
187457
|
-
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
187458
|
-
}
|
|
187459
|
-
},
|
|
187460
|
-
"onFocusChange": {
|
|
187461
|
-
"defaultValue": null,
|
|
187462
|
-
"description": "Handler that is called when the element's focus status changes.",
|
|
187463
|
-
"name": "onFocusChange",
|
|
187464
|
-
"parent": {
|
|
187465
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
187466
|
-
"name": "FocusEvents"
|
|
187467
|
-
},
|
|
187468
|
-
"declarations": [
|
|
187469
|
-
{
|
|
187470
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
187471
|
-
"name": "FocusEvents"
|
|
187472
|
-
}
|
|
187473
|
-
],
|
|
187474
|
-
"required": false,
|
|
187475
|
-
"type": {
|
|
187476
|
-
"name": "((isFocused: boolean) => void)"
|
|
187477
|
-
}
|
|
187478
|
-
},
|
|
187479
|
-
"id": {
|
|
187480
|
-
"defaultValue": null,
|
|
187481
|
-
"description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
187482
|
-
"name": "id",
|
|
187483
|
-
"parent": {
|
|
187484
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
187485
|
-
"name": "DOMProps"
|
|
187486
|
-
},
|
|
187487
|
-
"declarations": [
|
|
187488
|
-
{
|
|
187489
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
187490
|
-
"name": "DOMProps"
|
|
187491
|
-
}
|
|
187492
|
-
],
|
|
187493
|
-
"required": false,
|
|
187494
|
-
"type": {
|
|
187495
|
-
"name": "string"
|
|
187496
|
-
}
|
|
187497
|
-
},
|
|
187498
187939
|
"slot": {
|
|
187499
187940
|
"defaultValue": null,
|
|
187500
187941
|
"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.",
|
|
@@ -187513,447 +187954,6 @@
|
|
|
187513
187954
|
"type": {
|
|
187514
187955
|
"name": "string | null"
|
|
187515
187956
|
}
|
|
187516
|
-
},
|
|
187517
|
-
"items": {
|
|
187518
|
-
"defaultValue": null,
|
|
187519
|
-
"description": "Item objects in the collection.",
|
|
187520
|
-
"name": "items",
|
|
187521
|
-
"parent": {
|
|
187522
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
187523
|
-
"name": "CollectionBase"
|
|
187524
|
-
},
|
|
187525
|
-
"declarations": [
|
|
187526
|
-
{
|
|
187527
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
187528
|
-
"name": "CollectionBase"
|
|
187529
|
-
}
|
|
187530
|
-
],
|
|
187531
|
-
"required": false,
|
|
187532
|
-
"type": {
|
|
187533
|
-
"name": "Iterable<object>"
|
|
187534
|
-
}
|
|
187535
|
-
},
|
|
187536
|
-
"disallowEmptySelection": {
|
|
187537
|
-
"defaultValue": null,
|
|
187538
|
-
"description": "Whether the collection allows empty selection.",
|
|
187539
|
-
"name": "disallowEmptySelection",
|
|
187540
|
-
"parent": {
|
|
187541
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
187542
|
-
"name": "MultipleSelection"
|
|
187543
|
-
},
|
|
187544
|
-
"declarations": [
|
|
187545
|
-
{
|
|
187546
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
187547
|
-
"name": "MultipleSelection"
|
|
187548
|
-
}
|
|
187549
|
-
],
|
|
187550
|
-
"required": false,
|
|
187551
|
-
"type": {
|
|
187552
|
-
"name": "boolean"
|
|
187553
|
-
}
|
|
187554
|
-
},
|
|
187555
|
-
"onSelectionChange": {
|
|
187556
|
-
"defaultValue": null,
|
|
187557
|
-
"description": "Handler that is called when the selection changes.",
|
|
187558
|
-
"name": "onSelectionChange",
|
|
187559
|
-
"parent": {
|
|
187560
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
187561
|
-
"name": "MultipleSelection"
|
|
187562
|
-
},
|
|
187563
|
-
"declarations": [
|
|
187564
|
-
{
|
|
187565
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
187566
|
-
"name": "MultipleSelection"
|
|
187567
|
-
}
|
|
187568
|
-
],
|
|
187569
|
-
"required": false,
|
|
187570
|
-
"type": {
|
|
187571
|
-
"name": "((keys: Selection) => void)"
|
|
187572
|
-
}
|
|
187573
|
-
},
|
|
187574
|
-
"disabledKeys": {
|
|
187575
|
-
"defaultValue": null,
|
|
187576
|
-
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
|
|
187577
|
-
"name": "disabledKeys",
|
|
187578
|
-
"parent": {
|
|
187579
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
187580
|
-
"name": "CollectionBase"
|
|
187581
|
-
},
|
|
187582
|
-
"declarations": [
|
|
187583
|
-
{
|
|
187584
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
187585
|
-
"name": "CollectionBase"
|
|
187586
|
-
}
|
|
187587
|
-
],
|
|
187588
|
-
"required": false,
|
|
187589
|
-
"type": {
|
|
187590
|
-
"name": "Iterable<Key>"
|
|
187591
|
-
}
|
|
187592
|
-
},
|
|
187593
|
-
"orientation": {
|
|
187594
|
-
"defaultValue": {
|
|
187595
|
-
"value": "'vertical'"
|
|
187596
|
-
},
|
|
187597
|
-
"description": "The primary orientation of the items. Usually this is the\ndirection that the collection scrolls.",
|
|
187598
|
-
"name": "orientation",
|
|
187599
|
-
"parent": {
|
|
187600
|
-
"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",
|
|
187601
|
-
"name": "ListBoxProps"
|
|
187602
|
-
},
|
|
187603
|
-
"declarations": [
|
|
187604
|
-
{
|
|
187605
|
-
"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",
|
|
187606
|
-
"name": "ListBoxProps"
|
|
187607
|
-
}
|
|
187608
|
-
],
|
|
187609
|
-
"required": false,
|
|
187610
|
-
"type": {
|
|
187611
|
-
"name": "Orientation"
|
|
187612
|
-
}
|
|
187613
|
-
},
|
|
187614
|
-
"escapeKeyBehavior": {
|
|
187615
|
-
"defaultValue": {
|
|
187616
|
-
"value": "'clearSelection'"
|
|
187617
|
-
},
|
|
187618
|
-
"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.",
|
|
187619
|
-
"name": "escapeKeyBehavior",
|
|
187620
|
-
"parent": {
|
|
187621
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
|
|
187622
|
-
"name": "AriaListBoxPropsBase"
|
|
187623
|
-
},
|
|
187624
|
-
"declarations": [
|
|
187625
|
-
{
|
|
187626
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
|
|
187627
|
-
"name": "AriaListBoxPropsBase"
|
|
187628
|
-
}
|
|
187629
|
-
],
|
|
187630
|
-
"required": false,
|
|
187631
|
-
"type": {
|
|
187632
|
-
"name": "\"none\" | \"clearSelection\""
|
|
187633
|
-
}
|
|
187634
|
-
},
|
|
187635
|
-
"shouldSelectOnPressUp": {
|
|
187636
|
-
"defaultValue": null,
|
|
187637
|
-
"description": "Whether selection should occur on press up instead of press down.",
|
|
187638
|
-
"name": "shouldSelectOnPressUp",
|
|
187639
|
-
"parent": {
|
|
187640
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
|
|
187641
|
-
"name": "AriaListBoxProps"
|
|
187642
|
-
},
|
|
187643
|
-
"declarations": [
|
|
187644
|
-
{
|
|
187645
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
|
|
187646
|
-
"name": "AriaListBoxProps"
|
|
187647
|
-
}
|
|
187648
|
-
],
|
|
187649
|
-
"required": false,
|
|
187650
|
-
"type": {
|
|
187651
|
-
"name": "boolean"
|
|
187652
|
-
}
|
|
187653
|
-
},
|
|
187654
|
-
"selectionMode": {
|
|
187655
|
-
"defaultValue": null,
|
|
187656
|
-
"description": "The type of selection that is allowed in the collection.",
|
|
187657
|
-
"name": "selectionMode",
|
|
187658
|
-
"parent": {
|
|
187659
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
187660
|
-
"name": "MultipleSelection"
|
|
187661
|
-
},
|
|
187662
|
-
"declarations": [
|
|
187663
|
-
{
|
|
187664
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
187665
|
-
"name": "MultipleSelection"
|
|
187666
|
-
}
|
|
187667
|
-
],
|
|
187668
|
-
"required": false,
|
|
187669
|
-
"type": {
|
|
187670
|
-
"name": "SelectionMode"
|
|
187671
|
-
}
|
|
187672
|
-
},
|
|
187673
|
-
"selectedKeys": {
|
|
187674
|
-
"defaultValue": null,
|
|
187675
|
-
"description": "The currently selected keys in the collection (controlled).",
|
|
187676
|
-
"name": "selectedKeys",
|
|
187677
|
-
"parent": {
|
|
187678
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
187679
|
-
"name": "MultipleSelection"
|
|
187680
|
-
},
|
|
187681
|
-
"declarations": [
|
|
187682
|
-
{
|
|
187683
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
187684
|
-
"name": "MultipleSelection"
|
|
187685
|
-
}
|
|
187686
|
-
],
|
|
187687
|
-
"required": false,
|
|
187688
|
-
"type": {
|
|
187689
|
-
"name": "\"all\" | Iterable<Key>"
|
|
187690
|
-
}
|
|
187691
|
-
},
|
|
187692
|
-
"defaultSelectedKeys": {
|
|
187693
|
-
"defaultValue": null,
|
|
187694
|
-
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
187695
|
-
"name": "defaultSelectedKeys",
|
|
187696
|
-
"parent": {
|
|
187697
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
187698
|
-
"name": "MultipleSelection"
|
|
187699
|
-
},
|
|
187700
|
-
"declarations": [
|
|
187701
|
-
{
|
|
187702
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
187703
|
-
"name": "MultipleSelection"
|
|
187704
|
-
}
|
|
187705
|
-
],
|
|
187706
|
-
"required": false,
|
|
187707
|
-
"type": {
|
|
187708
|
-
"name": "\"all\" | Iterable<Key>"
|
|
187709
|
-
}
|
|
187710
|
-
},
|
|
187711
|
-
"selectionBehavior": {
|
|
187712
|
-
"defaultValue": {
|
|
187713
|
-
"value": "\"toggle\""
|
|
187714
|
-
},
|
|
187715
|
-
"description": "How multiple selection should behave in the collection.",
|
|
187716
|
-
"name": "selectionBehavior",
|
|
187717
|
-
"parent": {
|
|
187718
|
-
"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",
|
|
187719
|
-
"name": "TableProps"
|
|
187720
|
-
},
|
|
187721
|
-
"declarations": [
|
|
187722
|
-
{
|
|
187723
|
-
"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",
|
|
187724
|
-
"name": "TableProps"
|
|
187725
|
-
}
|
|
187726
|
-
],
|
|
187727
|
-
"required": false,
|
|
187728
|
-
"type": {
|
|
187729
|
-
"name": "SelectionBehavior"
|
|
187730
|
-
}
|
|
187731
|
-
},
|
|
187732
|
-
"dragAndDropHooks": {
|
|
187733
|
-
"defaultValue": null,
|
|
187734
|
-
"description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for the Table.",
|
|
187735
|
-
"name": "dragAndDropHooks",
|
|
187736
|
-
"parent": {
|
|
187737
|
-
"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",
|
|
187738
|
-
"name": "TableProps"
|
|
187739
|
-
},
|
|
187740
|
-
"declarations": [
|
|
187741
|
-
{
|
|
187742
|
-
"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",
|
|
187743
|
-
"name": "TableProps"
|
|
187744
|
-
}
|
|
187745
|
-
],
|
|
187746
|
-
"required": false,
|
|
187747
|
-
"type": {
|
|
187748
|
-
"name": "DragAndDropHooks<object>"
|
|
187749
|
-
}
|
|
187750
|
-
},
|
|
187751
|
-
"layout": {
|
|
187752
|
-
"defaultValue": {
|
|
187753
|
-
"value": "'stack'"
|
|
187754
|
-
},
|
|
187755
|
-
"description": "Whether the items are arranged in a stack or grid.",
|
|
187756
|
-
"name": "layout",
|
|
187757
|
-
"parent": {
|
|
187758
|
-
"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",
|
|
187759
|
-
"name": "ListBoxProps"
|
|
187760
|
-
},
|
|
187761
|
-
"declarations": [
|
|
187762
|
-
{
|
|
187763
|
-
"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",
|
|
187764
|
-
"name": "ListBoxProps"
|
|
187765
|
-
}
|
|
187766
|
-
],
|
|
187767
|
-
"required": false,
|
|
187768
|
-
"type": {
|
|
187769
|
-
"name": "\"grid\" | \"stack\""
|
|
187770
|
-
}
|
|
187771
|
-
},
|
|
187772
|
-
"renderEmptyState": {
|
|
187773
|
-
"defaultValue": null,
|
|
187774
|
-
"description": "Provides content to display when there are no items in the list.",
|
|
187775
|
-
"name": "renderEmptyState",
|
|
187776
|
-
"parent": {
|
|
187777
|
-
"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",
|
|
187778
|
-
"name": "ListBoxProps"
|
|
187779
|
-
},
|
|
187780
|
-
"declarations": [
|
|
187781
|
-
{
|
|
187782
|
-
"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",
|
|
187783
|
-
"name": "ListBoxProps"
|
|
187784
|
-
}
|
|
187785
|
-
],
|
|
187786
|
-
"required": false,
|
|
187787
|
-
"type": {
|
|
187788
|
-
"name": "((props: ListBoxRenderProps) => ReactNode)"
|
|
187789
|
-
}
|
|
187790
|
-
},
|
|
187791
|
-
"onAction": {
|
|
187792
|
-
"defaultValue": null,
|
|
187793
|
-
"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.",
|
|
187794
|
-
"name": "onAction",
|
|
187795
|
-
"parent": {
|
|
187796
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
|
|
187797
|
-
"name": "AriaListBoxProps"
|
|
187798
|
-
},
|
|
187799
|
-
"declarations": [
|
|
187800
|
-
{
|
|
187801
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
|
|
187802
|
-
"name": "AriaListBoxProps"
|
|
187803
|
-
}
|
|
187804
|
-
],
|
|
187805
|
-
"required": false,
|
|
187806
|
-
"type": {
|
|
187807
|
-
"name": "((key: Key) => void)"
|
|
187808
|
-
}
|
|
187809
|
-
},
|
|
187810
|
-
"shouldFocusOnHover": {
|
|
187811
|
-
"defaultValue": null,
|
|
187812
|
-
"description": "Whether options should be focused when the user hovers over them.",
|
|
187813
|
-
"name": "shouldFocusOnHover",
|
|
187814
|
-
"parent": {
|
|
187815
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
|
|
187816
|
-
"name": "AriaListBoxProps"
|
|
187817
|
-
},
|
|
187818
|
-
"declarations": [
|
|
187819
|
-
{
|
|
187820
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
|
|
187821
|
-
"name": "AriaListBoxProps"
|
|
187822
|
-
}
|
|
187823
|
-
],
|
|
187824
|
-
"required": false,
|
|
187825
|
-
"type": {
|
|
187826
|
-
"name": "boolean"
|
|
187827
|
-
}
|
|
187828
|
-
},
|
|
187829
|
-
"shouldFocusWrap": {
|
|
187830
|
-
"defaultValue": null,
|
|
187831
|
-
"description": "Whether focus should wrap around when the end/start is reached.",
|
|
187832
|
-
"name": "shouldFocusWrap",
|
|
187833
|
-
"parent": {
|
|
187834
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
|
|
187835
|
-
"name": "ListBoxProps"
|
|
187836
|
-
},
|
|
187837
|
-
"declarations": [
|
|
187838
|
-
{
|
|
187839
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
|
|
187840
|
-
"name": "ListBoxProps"
|
|
187841
|
-
}
|
|
187842
|
-
],
|
|
187843
|
-
"required": false,
|
|
187844
|
-
"type": {
|
|
187845
|
-
"name": "boolean"
|
|
187846
|
-
}
|
|
187847
|
-
},
|
|
187848
|
-
"dependencies": {
|
|
187849
|
-
"defaultValue": null,
|
|
187850
|
-
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
187851
|
-
"name": "dependencies",
|
|
187852
|
-
"parent": {
|
|
187853
|
-
"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",
|
|
187854
|
-
"name": "CollectionProps"
|
|
187855
|
-
},
|
|
187856
|
-
"declarations": [
|
|
187857
|
-
{
|
|
187858
|
-
"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",
|
|
187859
|
-
"name": "CollectionProps"
|
|
187860
|
-
}
|
|
187861
|
-
],
|
|
187862
|
-
"required": false,
|
|
187863
|
-
"type": {
|
|
187864
|
-
"name": "readonly any[]"
|
|
187865
|
-
}
|
|
187866
|
-
},
|
|
187867
|
-
"children": {
|
|
187868
|
-
"defaultValue": null,
|
|
187869
|
-
"description": "",
|
|
187870
|
-
"name": "children",
|
|
187871
|
-
"declarations": [
|
|
187872
|
-
{
|
|
187873
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
187874
|
-
"name": "TypeLiteral"
|
|
187875
|
-
}
|
|
187876
|
-
],
|
|
187877
|
-
"required": false,
|
|
187878
|
-
"type": {
|
|
187879
|
-
"name": "ReactNode"
|
|
187880
|
-
}
|
|
187881
|
-
},
|
|
187882
|
-
"wrapWith": {
|
|
187883
|
-
"defaultValue": null,
|
|
187884
|
-
"description": "",
|
|
187885
|
-
"name": "wrapWith",
|
|
187886
|
-
"parent": {
|
|
187887
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
187888
|
-
"name": "FlowComponentProps"
|
|
187889
|
-
},
|
|
187890
|
-
"declarations": [
|
|
187891
|
-
{
|
|
187892
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
187893
|
-
"name": "FlowComponentProps"
|
|
187894
|
-
}
|
|
187895
|
-
],
|
|
187896
|
-
"required": false,
|
|
187897
|
-
"type": {
|
|
187898
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
187899
|
-
}
|
|
187900
|
-
},
|
|
187901
|
-
"tunnelId": {
|
|
187902
|
-
"defaultValue": null,
|
|
187903
|
-
"description": "@internal",
|
|
187904
|
-
"name": "tunnelId",
|
|
187905
|
-
"parent": {
|
|
187906
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
187907
|
-
"name": "PropsWithTunnel"
|
|
187908
|
-
},
|
|
187909
|
-
"declarations": [
|
|
187910
|
-
{
|
|
187911
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
187912
|
-
"name": "PropsWithTunnel"
|
|
187913
|
-
}
|
|
187914
|
-
],
|
|
187915
|
-
"required": false,
|
|
187916
|
-
"type": {
|
|
187917
|
-
"name": "string | null"
|
|
187918
|
-
}
|
|
187919
|
-
},
|
|
187920
|
-
"ref": {
|
|
187921
|
-
"defaultValue": null,
|
|
187922
|
-
"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}",
|
|
187923
|
-
"name": "ref",
|
|
187924
|
-
"parent": {
|
|
187925
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
187926
|
-
"name": "RefAttributes"
|
|
187927
|
-
},
|
|
187928
|
-
"declarations": [
|
|
187929
|
-
{
|
|
187930
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
187931
|
-
"name": "RefAttributes"
|
|
187932
|
-
}
|
|
187933
|
-
],
|
|
187934
|
-
"required": false,
|
|
187935
|
-
"type": {
|
|
187936
|
-
"name": "Ref<HTMLSpanElement>"
|
|
187937
|
-
}
|
|
187938
|
-
},
|
|
187939
|
-
"key": {
|
|
187940
|
-
"defaultValue": null,
|
|
187941
|
-
"description": "",
|
|
187942
|
-
"name": "key",
|
|
187943
|
-
"parent": {
|
|
187944
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
187945
|
-
"name": "Attributes"
|
|
187946
|
-
},
|
|
187947
|
-
"declarations": [
|
|
187948
|
-
{
|
|
187949
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
187950
|
-
"name": "Attributes"
|
|
187951
|
-
}
|
|
187952
|
-
],
|
|
187953
|
-
"required": false,
|
|
187954
|
-
"type": {
|
|
187955
|
-
"name": "Key | null"
|
|
187956
|
-
}
|
|
187957
187957
|
}
|
|
187958
187958
|
}
|
|
187959
187959
|
},
|
|
@@ -283041,72 +283041,6 @@
|
|
|
283041
283041
|
}
|
|
283042
283042
|
}
|
|
283043
283043
|
},
|
|
283044
|
-
{
|
|
283045
|
-
"tags": {},
|
|
283046
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
283047
|
-
"description": "",
|
|
283048
|
-
"displayName": "TabList",
|
|
283049
|
-
"methods": [],
|
|
283050
|
-
"props": {
|
|
283051
|
-
"selection": {
|
|
283052
|
-
"defaultValue": null,
|
|
283053
|
-
"description": "",
|
|
283054
|
-
"name": "selection",
|
|
283055
|
-
"parent": {
|
|
283056
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
283057
|
-
"name": "Props"
|
|
283058
|
-
},
|
|
283059
|
-
"declarations": [
|
|
283060
|
-
{
|
|
283061
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
283062
|
-
"name": "Props"
|
|
283063
|
-
}
|
|
283064
|
-
],
|
|
283065
|
-
"required": true,
|
|
283066
|
-
"type": {
|
|
283067
|
-
"name": "Key | undefined"
|
|
283068
|
-
}
|
|
283069
|
-
},
|
|
283070
|
-
"onContextMenuSelectionChange": {
|
|
283071
|
-
"defaultValue": null,
|
|
283072
|
-
"description": "",
|
|
283073
|
-
"name": "onContextMenuSelectionChange",
|
|
283074
|
-
"parent": {
|
|
283075
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
283076
|
-
"name": "Props"
|
|
283077
|
-
},
|
|
283078
|
-
"declarations": [
|
|
283079
|
-
{
|
|
283080
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
283081
|
-
"name": "Props"
|
|
283082
|
-
}
|
|
283083
|
-
],
|
|
283084
|
-
"required": true,
|
|
283085
|
-
"type": {
|
|
283086
|
-
"name": "(key: Key) => void"
|
|
283087
|
-
}
|
|
283088
|
-
},
|
|
283089
|
-
"disabledKeys": {
|
|
283090
|
-
"defaultValue": null,
|
|
283091
|
-
"description": "",
|
|
283092
|
-
"name": "disabledKeys",
|
|
283093
|
-
"parent": {
|
|
283094
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
283095
|
-
"name": "Props"
|
|
283096
|
-
},
|
|
283097
|
-
"declarations": [
|
|
283098
|
-
{
|
|
283099
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
283100
|
-
"name": "Props"
|
|
283101
|
-
}
|
|
283102
|
-
],
|
|
283103
|
-
"required": false,
|
|
283104
|
-
"type": {
|
|
283105
|
-
"name": "Iterable<Key>"
|
|
283106
|
-
}
|
|
283107
|
-
}
|
|
283108
|
-
}
|
|
283109
|
-
},
|
|
283110
283044
|
{
|
|
283111
283045
|
"tags": {
|
|
283112
283046
|
"flr-generate": "all"
|
|
@@ -284600,6 +284534,72 @@
|
|
|
284600
284534
|
}
|
|
284601
284535
|
}
|
|
284602
284536
|
},
|
|
284537
|
+
{
|
|
284538
|
+
"tags": {},
|
|
284539
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
284540
|
+
"description": "",
|
|
284541
|
+
"displayName": "TabList",
|
|
284542
|
+
"methods": [],
|
|
284543
|
+
"props": {
|
|
284544
|
+
"selection": {
|
|
284545
|
+
"defaultValue": null,
|
|
284546
|
+
"description": "",
|
|
284547
|
+
"name": "selection",
|
|
284548
|
+
"parent": {
|
|
284549
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
284550
|
+
"name": "Props"
|
|
284551
|
+
},
|
|
284552
|
+
"declarations": [
|
|
284553
|
+
{
|
|
284554
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
284555
|
+
"name": "Props"
|
|
284556
|
+
}
|
|
284557
|
+
],
|
|
284558
|
+
"required": true,
|
|
284559
|
+
"type": {
|
|
284560
|
+
"name": "Key | undefined"
|
|
284561
|
+
}
|
|
284562
|
+
},
|
|
284563
|
+
"onContextMenuSelectionChange": {
|
|
284564
|
+
"defaultValue": null,
|
|
284565
|
+
"description": "",
|
|
284566
|
+
"name": "onContextMenuSelectionChange",
|
|
284567
|
+
"parent": {
|
|
284568
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
284569
|
+
"name": "Props"
|
|
284570
|
+
},
|
|
284571
|
+
"declarations": [
|
|
284572
|
+
{
|
|
284573
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
284574
|
+
"name": "Props"
|
|
284575
|
+
}
|
|
284576
|
+
],
|
|
284577
|
+
"required": true,
|
|
284578
|
+
"type": {
|
|
284579
|
+
"name": "(key: Key) => void"
|
|
284580
|
+
}
|
|
284581
|
+
},
|
|
284582
|
+
"disabledKeys": {
|
|
284583
|
+
"defaultValue": null,
|
|
284584
|
+
"description": "",
|
|
284585
|
+
"name": "disabledKeys",
|
|
284586
|
+
"parent": {
|
|
284587
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
284588
|
+
"name": "Props"
|
|
284589
|
+
},
|
|
284590
|
+
"declarations": [
|
|
284591
|
+
{
|
|
284592
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
284593
|
+
"name": "Props"
|
|
284594
|
+
}
|
|
284595
|
+
],
|
|
284596
|
+
"required": false,
|
|
284597
|
+
"type": {
|
|
284598
|
+
"name": "Iterable<Key>"
|
|
284599
|
+
}
|
|
284600
|
+
}
|
|
284601
|
+
}
|
|
284602
|
+
},
|
|
284603
284603
|
{
|
|
284604
284604
|
"tags": {
|
|
284605
284605
|
"flr-generate": "all"
|
|
@@ -312131,175 +312131,6 @@
|
|
|
312131
312131
|
}
|
|
312132
312132
|
}
|
|
312133
312133
|
},
|
|
312134
|
-
{
|
|
312135
|
-
"tags": {
|
|
312136
|
-
"flr-generate": "all"
|
|
312137
|
-
},
|
|
312138
|
-
"filePath": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
312139
|
-
"description": "",
|
|
312140
|
-
"displayName": "Line",
|
|
312141
|
-
"methods": [],
|
|
312142
|
-
"props": {
|
|
312143
|
-
"color": {
|
|
312144
|
-
"defaultValue": {
|
|
312145
|
-
"value": "\"sea-green\""
|
|
312146
|
-
},
|
|
312147
|
-
"description": "The color of the line.",
|
|
312148
|
-
"name": "color",
|
|
312149
|
-
"parent": {
|
|
312150
|
-
"fileName": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
312151
|
-
"name": "LineProps"
|
|
312152
|
-
},
|
|
312153
|
-
"declarations": [
|
|
312154
|
-
{
|
|
312155
|
-
"fileName": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
312156
|
-
"name": "LineProps"
|
|
312157
|
-
}
|
|
312158
|
-
],
|
|
312159
|
-
"required": false,
|
|
312160
|
-
"type": {
|
|
312161
|
-
"name": "CategoricalWithCustomColor"
|
|
312162
|
-
}
|
|
312163
|
-
},
|
|
312164
|
-
"className": {
|
|
312165
|
-
"defaultValue": null,
|
|
312166
|
-
"description": "",
|
|
312167
|
-
"name": "className",
|
|
312168
|
-
"parent": {
|
|
312169
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
312170
|
-
"name": "HTMLAttributes"
|
|
312171
|
-
},
|
|
312172
|
-
"declarations": [
|
|
312173
|
-
{
|
|
312174
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
312175
|
-
"name": "HTMLAttributes"
|
|
312176
|
-
}
|
|
312177
|
-
],
|
|
312178
|
-
"required": false,
|
|
312179
|
-
"type": {
|
|
312180
|
-
"name": "string"
|
|
312181
|
-
}
|
|
312182
|
-
},
|
|
312183
|
-
"key": {
|
|
312184
|
-
"defaultValue": null,
|
|
312185
|
-
"description": "",
|
|
312186
|
-
"name": "key",
|
|
312187
|
-
"parent": {
|
|
312188
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
312189
|
-
"name": "Attributes"
|
|
312190
|
-
},
|
|
312191
|
-
"declarations": [
|
|
312192
|
-
{
|
|
312193
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
312194
|
-
"name": "Attributes"
|
|
312195
|
-
}
|
|
312196
|
-
],
|
|
312197
|
-
"required": false,
|
|
312198
|
-
"type": {
|
|
312199
|
-
"name": "Key | null"
|
|
312200
|
-
}
|
|
312201
|
-
},
|
|
312202
|
-
"type": {
|
|
312203
|
-
"defaultValue": null,
|
|
312204
|
-
"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.}",
|
|
312205
|
-
"name": "type",
|
|
312206
|
-
"parent": {
|
|
312207
|
-
"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",
|
|
312208
|
-
"name": "CurveProps"
|
|
312209
|
-
},
|
|
312210
|
-
"declarations": [
|
|
312211
|
-
{
|
|
312212
|
-
"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",
|
|
312213
|
-
"name": "CurveProps"
|
|
312214
|
-
},
|
|
312215
|
-
{
|
|
312216
|
-
"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",
|
|
312217
|
-
"name": "LineProps"
|
|
312218
|
-
}
|
|
312219
|
-
],
|
|
312220
|
-
"required": false,
|
|
312221
|
-
"type": {
|
|
312222
|
-
"name": "CurveType"
|
|
312223
|
-
}
|
|
312224
|
-
},
|
|
312225
|
-
"dataKey": {
|
|
312226
|
-
"defaultValue": null,
|
|
312227
|
-
"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.",
|
|
312228
|
-
"name": "dataKey",
|
|
312229
|
-
"parent": {
|
|
312230
|
-
"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",
|
|
312231
|
-
"name": "LineProps"
|
|
312232
|
-
},
|
|
312233
|
-
"declarations": [
|
|
312234
|
-
{
|
|
312235
|
-
"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",
|
|
312236
|
-
"name": "LineProps"
|
|
312237
|
-
}
|
|
312238
|
-
],
|
|
312239
|
-
"required": false,
|
|
312240
|
-
"type": {
|
|
312241
|
-
"name": "DataKey<any>"
|
|
312242
|
-
}
|
|
312243
|
-
},
|
|
312244
|
-
"unit": {
|
|
312245
|
-
"defaultValue": null,
|
|
312246
|
-
"description": "The unit of data. This option will be used in tooltip.",
|
|
312247
|
-
"name": "unit",
|
|
312248
|
-
"parent": {
|
|
312249
|
-
"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",
|
|
312250
|
-
"name": "LineProps"
|
|
312251
|
-
},
|
|
312252
|
-
"declarations": [
|
|
312253
|
-
{
|
|
312254
|
-
"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",
|
|
312255
|
-
"name": "LineProps"
|
|
312256
|
-
}
|
|
312257
|
-
],
|
|
312258
|
-
"required": false,
|
|
312259
|
-
"type": {
|
|
312260
|
-
"name": "string | number | null"
|
|
312261
|
-
}
|
|
312262
|
-
},
|
|
312263
|
-
"xAxisId": {
|
|
312264
|
-
"defaultValue": null,
|
|
312265
|
-
"description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
|
|
312266
|
-
"name": "xAxisId",
|
|
312267
|
-
"parent": {
|
|
312268
|
-
"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",
|
|
312269
|
-
"name": "LineProps"
|
|
312270
|
-
},
|
|
312271
|
-
"declarations": [
|
|
312272
|
-
{
|
|
312273
|
-
"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",
|
|
312274
|
-
"name": "LineProps"
|
|
312275
|
-
}
|
|
312276
|
-
],
|
|
312277
|
-
"required": false,
|
|
312278
|
-
"type": {
|
|
312279
|
-
"name": "AxisId"
|
|
312280
|
-
}
|
|
312281
|
-
},
|
|
312282
|
-
"yAxisId": {
|
|
312283
|
-
"defaultValue": null,
|
|
312284
|
-
"description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
|
|
312285
|
-
"name": "yAxisId",
|
|
312286
|
-
"parent": {
|
|
312287
|
-
"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",
|
|
312288
|
-
"name": "LineProps"
|
|
312289
|
-
},
|
|
312290
|
-
"declarations": [
|
|
312291
|
-
{
|
|
312292
|
-
"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",
|
|
312293
|
-
"name": "LineProps"
|
|
312294
|
-
}
|
|
312295
|
-
],
|
|
312296
|
-
"required": false,
|
|
312297
|
-
"type": {
|
|
312298
|
-
"name": "AxisId"
|
|
312299
|
-
}
|
|
312300
|
-
}
|
|
312301
|
-
}
|
|
312302
|
-
},
|
|
312303
312134
|
{
|
|
312304
312135
|
"tags": {
|
|
312305
312136
|
"flr-generate": "all"
|
|
@@ -312558,6 +312389,175 @@
|
|
|
312558
312389
|
}
|
|
312559
312390
|
}
|
|
312560
312391
|
},
|
|
312392
|
+
{
|
|
312393
|
+
"tags": {
|
|
312394
|
+
"flr-generate": "all"
|
|
312395
|
+
},
|
|
312396
|
+
"filePath": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
312397
|
+
"description": "",
|
|
312398
|
+
"displayName": "Line",
|
|
312399
|
+
"methods": [],
|
|
312400
|
+
"props": {
|
|
312401
|
+
"color": {
|
|
312402
|
+
"defaultValue": {
|
|
312403
|
+
"value": "\"sea-green\""
|
|
312404
|
+
},
|
|
312405
|
+
"description": "The color of the line.",
|
|
312406
|
+
"name": "color",
|
|
312407
|
+
"parent": {
|
|
312408
|
+
"fileName": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
312409
|
+
"name": "LineProps"
|
|
312410
|
+
},
|
|
312411
|
+
"declarations": [
|
|
312412
|
+
{
|
|
312413
|
+
"fileName": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
312414
|
+
"name": "LineProps"
|
|
312415
|
+
}
|
|
312416
|
+
],
|
|
312417
|
+
"required": false,
|
|
312418
|
+
"type": {
|
|
312419
|
+
"name": "CategoricalWithCustomColor"
|
|
312420
|
+
}
|
|
312421
|
+
},
|
|
312422
|
+
"className": {
|
|
312423
|
+
"defaultValue": null,
|
|
312424
|
+
"description": "",
|
|
312425
|
+
"name": "className",
|
|
312426
|
+
"parent": {
|
|
312427
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
312428
|
+
"name": "HTMLAttributes"
|
|
312429
|
+
},
|
|
312430
|
+
"declarations": [
|
|
312431
|
+
{
|
|
312432
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
312433
|
+
"name": "HTMLAttributes"
|
|
312434
|
+
}
|
|
312435
|
+
],
|
|
312436
|
+
"required": false,
|
|
312437
|
+
"type": {
|
|
312438
|
+
"name": "string"
|
|
312439
|
+
}
|
|
312440
|
+
},
|
|
312441
|
+
"key": {
|
|
312442
|
+
"defaultValue": null,
|
|
312443
|
+
"description": "",
|
|
312444
|
+
"name": "key",
|
|
312445
|
+
"parent": {
|
|
312446
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
312447
|
+
"name": "Attributes"
|
|
312448
|
+
},
|
|
312449
|
+
"declarations": [
|
|
312450
|
+
{
|
|
312451
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
312452
|
+
"name": "Attributes"
|
|
312453
|
+
}
|
|
312454
|
+
],
|
|
312455
|
+
"required": false,
|
|
312456
|
+
"type": {
|
|
312457
|
+
"name": "Key | null"
|
|
312458
|
+
}
|
|
312459
|
+
},
|
|
312460
|
+
"type": {
|
|
312461
|
+
"defaultValue": null,
|
|
312462
|
+
"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.}",
|
|
312463
|
+
"name": "type",
|
|
312464
|
+
"parent": {
|
|
312465
|
+
"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",
|
|
312466
|
+
"name": "CurveProps"
|
|
312467
|
+
},
|
|
312468
|
+
"declarations": [
|
|
312469
|
+
{
|
|
312470
|
+
"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",
|
|
312471
|
+
"name": "CurveProps"
|
|
312472
|
+
},
|
|
312473
|
+
{
|
|
312474
|
+
"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",
|
|
312475
|
+
"name": "LineProps"
|
|
312476
|
+
}
|
|
312477
|
+
],
|
|
312478
|
+
"required": false,
|
|
312479
|
+
"type": {
|
|
312480
|
+
"name": "CurveType"
|
|
312481
|
+
}
|
|
312482
|
+
},
|
|
312483
|
+
"dataKey": {
|
|
312484
|
+
"defaultValue": null,
|
|
312485
|
+
"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.",
|
|
312486
|
+
"name": "dataKey",
|
|
312487
|
+
"parent": {
|
|
312488
|
+
"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",
|
|
312489
|
+
"name": "LineProps"
|
|
312490
|
+
},
|
|
312491
|
+
"declarations": [
|
|
312492
|
+
{
|
|
312493
|
+
"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",
|
|
312494
|
+
"name": "LineProps"
|
|
312495
|
+
}
|
|
312496
|
+
],
|
|
312497
|
+
"required": false,
|
|
312498
|
+
"type": {
|
|
312499
|
+
"name": "DataKey<any>"
|
|
312500
|
+
}
|
|
312501
|
+
},
|
|
312502
|
+
"unit": {
|
|
312503
|
+
"defaultValue": null,
|
|
312504
|
+
"description": "The unit of data. This option will be used in tooltip.",
|
|
312505
|
+
"name": "unit",
|
|
312506
|
+
"parent": {
|
|
312507
|
+
"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",
|
|
312508
|
+
"name": "LineProps"
|
|
312509
|
+
},
|
|
312510
|
+
"declarations": [
|
|
312511
|
+
{
|
|
312512
|
+
"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",
|
|
312513
|
+
"name": "LineProps"
|
|
312514
|
+
}
|
|
312515
|
+
],
|
|
312516
|
+
"required": false,
|
|
312517
|
+
"type": {
|
|
312518
|
+
"name": "string | number | null"
|
|
312519
|
+
}
|
|
312520
|
+
},
|
|
312521
|
+
"xAxisId": {
|
|
312522
|
+
"defaultValue": null,
|
|
312523
|
+
"description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
|
|
312524
|
+
"name": "xAxisId",
|
|
312525
|
+
"parent": {
|
|
312526
|
+
"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",
|
|
312527
|
+
"name": "LineProps"
|
|
312528
|
+
},
|
|
312529
|
+
"declarations": [
|
|
312530
|
+
{
|
|
312531
|
+
"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",
|
|
312532
|
+
"name": "LineProps"
|
|
312533
|
+
}
|
|
312534
|
+
],
|
|
312535
|
+
"required": false,
|
|
312536
|
+
"type": {
|
|
312537
|
+
"name": "AxisId"
|
|
312538
|
+
}
|
|
312539
|
+
},
|
|
312540
|
+
"yAxisId": {
|
|
312541
|
+
"defaultValue": null,
|
|
312542
|
+
"description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
|
|
312543
|
+
"name": "yAxisId",
|
|
312544
|
+
"parent": {
|
|
312545
|
+
"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",
|
|
312546
|
+
"name": "LineProps"
|
|
312547
|
+
},
|
|
312548
|
+
"declarations": [
|
|
312549
|
+
{
|
|
312550
|
+
"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",
|
|
312551
|
+
"name": "LineProps"
|
|
312552
|
+
}
|
|
312553
|
+
],
|
|
312554
|
+
"required": false,
|
|
312555
|
+
"type": {
|
|
312556
|
+
"name": "AxisId"
|
|
312557
|
+
}
|
|
312558
|
+
}
|
|
312559
|
+
}
|
|
312560
|
+
},
|
|
312561
312561
|
{
|
|
312562
312562
|
"tags": {
|
|
312563
312563
|
"internal": ""
|
|
@@ -333894,6 +333894,138 @@
|
|
|
333894
333894
|
}
|
|
333895
333895
|
}
|
|
333896
333896
|
},
|
|
333897
|
+
{
|
|
333898
|
+
"tags": {},
|
|
333899
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
333900
|
+
"description": "",
|
|
333901
|
+
"displayName": "Item",
|
|
333902
|
+
"methods": [],
|
|
333903
|
+
"props": {
|
|
333904
|
+
"id": {
|
|
333905
|
+
"defaultValue": null,
|
|
333906
|
+
"description": "",
|
|
333907
|
+
"name": "id",
|
|
333908
|
+
"parent": {
|
|
333909
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
333910
|
+
"name": "Props"
|
|
333911
|
+
},
|
|
333912
|
+
"declarations": [
|
|
333913
|
+
{
|
|
333914
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
333915
|
+
"name": "Props"
|
|
333916
|
+
}
|
|
333917
|
+
],
|
|
333918
|
+
"required": true,
|
|
333919
|
+
"type": {
|
|
333920
|
+
"name": "Key"
|
|
333921
|
+
}
|
|
333922
|
+
},
|
|
333923
|
+
"data": {
|
|
333924
|
+
"defaultValue": null,
|
|
333925
|
+
"description": "",
|
|
333926
|
+
"name": "data",
|
|
333927
|
+
"parent": {
|
|
333928
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
333929
|
+
"name": "Props"
|
|
333930
|
+
},
|
|
333931
|
+
"declarations": [
|
|
333932
|
+
{
|
|
333933
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
333934
|
+
"name": "Props"
|
|
333935
|
+
}
|
|
333936
|
+
],
|
|
333937
|
+
"required": true,
|
|
333938
|
+
"type": {
|
|
333939
|
+
"name": "never"
|
|
333940
|
+
}
|
|
333941
|
+
},
|
|
333942
|
+
"children": {
|
|
333943
|
+
"defaultValue": null,
|
|
333944
|
+
"description": "",
|
|
333945
|
+
"name": "children",
|
|
333946
|
+
"declarations": [
|
|
333947
|
+
{
|
|
333948
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
333949
|
+
"name": "TypeLiteral"
|
|
333950
|
+
}
|
|
333951
|
+
],
|
|
333952
|
+
"required": false,
|
|
333953
|
+
"type": {
|
|
333954
|
+
"name": "ReactNode"
|
|
333955
|
+
}
|
|
333956
|
+
}
|
|
333957
|
+
}
|
|
333958
|
+
},
|
|
333959
|
+
{
|
|
333960
|
+
"tags": {},
|
|
333961
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
333962
|
+
"description": "",
|
|
333963
|
+
"displayName": "ItemContainer",
|
|
333964
|
+
"methods": [],
|
|
333965
|
+
"props": {
|
|
333966
|
+
"id": {
|
|
333967
|
+
"defaultValue": null,
|
|
333968
|
+
"description": "",
|
|
333969
|
+
"name": "id",
|
|
333970
|
+
"parent": {
|
|
333971
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
333972
|
+
"name": "Props"
|
|
333973
|
+
},
|
|
333974
|
+
"declarations": [
|
|
333975
|
+
{
|
|
333976
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
333977
|
+
"name": "Props"
|
|
333978
|
+
}
|
|
333979
|
+
],
|
|
333980
|
+
"required": true,
|
|
333981
|
+
"type": {
|
|
333982
|
+
"name": "Key"
|
|
333983
|
+
}
|
|
333984
|
+
},
|
|
333985
|
+
"data": {
|
|
333986
|
+
"defaultValue": null,
|
|
333987
|
+
"description": "",
|
|
333988
|
+
"name": "data",
|
|
333989
|
+
"parent": {
|
|
333990
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
333991
|
+
"name": "Props"
|
|
333992
|
+
},
|
|
333993
|
+
"declarations": [
|
|
333994
|
+
{
|
|
333995
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
333996
|
+
"name": "Props"
|
|
333997
|
+
}
|
|
333998
|
+
],
|
|
333999
|
+
"required": true,
|
|
334000
|
+
"type": {
|
|
334001
|
+
"name": "never"
|
|
334002
|
+
}
|
|
334003
|
+
},
|
|
334004
|
+
"children": {
|
|
334005
|
+
"defaultValue": null,
|
|
334006
|
+
"description": "",
|
|
334007
|
+
"name": "children",
|
|
334008
|
+
"declarations": [
|
|
334009
|
+
{
|
|
334010
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
334011
|
+
"name": "TypeLiteral"
|
|
334012
|
+
}
|
|
334013
|
+
],
|
|
334014
|
+
"required": false,
|
|
334015
|
+
"type": {
|
|
334016
|
+
"name": "ReactNode"
|
|
334017
|
+
}
|
|
334018
|
+
}
|
|
334019
|
+
}
|
|
334020
|
+
},
|
|
334021
|
+
{
|
|
334022
|
+
"tags": {},
|
|
334023
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
|
|
334024
|
+
"description": "",
|
|
334025
|
+
"displayName": "FallbackItems",
|
|
334026
|
+
"methods": [],
|
|
334027
|
+
"props": {}
|
|
334028
|
+
},
|
|
333897
334029
|
{
|
|
333898
334030
|
"tags": {
|
|
333899
334031
|
"flr-generate": "all"
|
|
@@ -335777,138 +335909,6 @@
|
|
|
335777
335909
|
}
|
|
335778
335910
|
}
|
|
335779
335911
|
},
|
|
335780
|
-
{
|
|
335781
|
-
"tags": {},
|
|
335782
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
335783
|
-
"description": "",
|
|
335784
|
-
"displayName": "Item",
|
|
335785
|
-
"methods": [],
|
|
335786
|
-
"props": {
|
|
335787
|
-
"id": {
|
|
335788
|
-
"defaultValue": null,
|
|
335789
|
-
"description": "",
|
|
335790
|
-
"name": "id",
|
|
335791
|
-
"parent": {
|
|
335792
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
335793
|
-
"name": "Props"
|
|
335794
|
-
},
|
|
335795
|
-
"declarations": [
|
|
335796
|
-
{
|
|
335797
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
335798
|
-
"name": "Props"
|
|
335799
|
-
}
|
|
335800
|
-
],
|
|
335801
|
-
"required": true,
|
|
335802
|
-
"type": {
|
|
335803
|
-
"name": "Key"
|
|
335804
|
-
}
|
|
335805
|
-
},
|
|
335806
|
-
"data": {
|
|
335807
|
-
"defaultValue": null,
|
|
335808
|
-
"description": "",
|
|
335809
|
-
"name": "data",
|
|
335810
|
-
"parent": {
|
|
335811
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
335812
|
-
"name": "Props"
|
|
335813
|
-
},
|
|
335814
|
-
"declarations": [
|
|
335815
|
-
{
|
|
335816
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
335817
|
-
"name": "Props"
|
|
335818
|
-
}
|
|
335819
|
-
],
|
|
335820
|
-
"required": true,
|
|
335821
|
-
"type": {
|
|
335822
|
-
"name": "never"
|
|
335823
|
-
}
|
|
335824
|
-
},
|
|
335825
|
-
"children": {
|
|
335826
|
-
"defaultValue": null,
|
|
335827
|
-
"description": "",
|
|
335828
|
-
"name": "children",
|
|
335829
|
-
"declarations": [
|
|
335830
|
-
{
|
|
335831
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
335832
|
-
"name": "TypeLiteral"
|
|
335833
|
-
}
|
|
335834
|
-
],
|
|
335835
|
-
"required": false,
|
|
335836
|
-
"type": {
|
|
335837
|
-
"name": "ReactNode"
|
|
335838
|
-
}
|
|
335839
|
-
}
|
|
335840
|
-
}
|
|
335841
|
-
},
|
|
335842
|
-
{
|
|
335843
|
-
"tags": {},
|
|
335844
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
335845
|
-
"description": "",
|
|
335846
|
-
"displayName": "ItemContainer",
|
|
335847
|
-
"methods": [],
|
|
335848
|
-
"props": {
|
|
335849
|
-
"id": {
|
|
335850
|
-
"defaultValue": null,
|
|
335851
|
-
"description": "",
|
|
335852
|
-
"name": "id",
|
|
335853
|
-
"parent": {
|
|
335854
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
335855
|
-
"name": "Props"
|
|
335856
|
-
},
|
|
335857
|
-
"declarations": [
|
|
335858
|
-
{
|
|
335859
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
335860
|
-
"name": "Props"
|
|
335861
|
-
}
|
|
335862
|
-
],
|
|
335863
|
-
"required": true,
|
|
335864
|
-
"type": {
|
|
335865
|
-
"name": "Key"
|
|
335866
|
-
}
|
|
335867
|
-
},
|
|
335868
|
-
"data": {
|
|
335869
|
-
"defaultValue": null,
|
|
335870
|
-
"description": "",
|
|
335871
|
-
"name": "data",
|
|
335872
|
-
"parent": {
|
|
335873
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
335874
|
-
"name": "Props"
|
|
335875
|
-
},
|
|
335876
|
-
"declarations": [
|
|
335877
|
-
{
|
|
335878
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
335879
|
-
"name": "Props"
|
|
335880
|
-
}
|
|
335881
|
-
],
|
|
335882
|
-
"required": true,
|
|
335883
|
-
"type": {
|
|
335884
|
-
"name": "never"
|
|
335885
|
-
}
|
|
335886
|
-
},
|
|
335887
|
-
"children": {
|
|
335888
|
-
"defaultValue": null,
|
|
335889
|
-
"description": "",
|
|
335890
|
-
"name": "children",
|
|
335891
|
-
"declarations": [
|
|
335892
|
-
{
|
|
335893
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
335894
|
-
"name": "TypeLiteral"
|
|
335895
|
-
}
|
|
335896
|
-
],
|
|
335897
|
-
"required": false,
|
|
335898
|
-
"type": {
|
|
335899
|
-
"name": "ReactNode"
|
|
335900
|
-
}
|
|
335901
|
-
}
|
|
335902
|
-
}
|
|
335903
|
-
},
|
|
335904
|
-
{
|
|
335905
|
-
"tags": {},
|
|
335906
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
|
|
335907
|
-
"description": "",
|
|
335908
|
-
"displayName": "FallbackItems",
|
|
335909
|
-
"methods": [],
|
|
335910
|
-
"props": {}
|
|
335911
|
-
},
|
|
335912
335912
|
{
|
|
335913
335913
|
"tags": {},
|
|
335914
335914
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
@@ -343981,49 +343981,6 @@
|
|
|
343981
343981
|
}
|
|
343982
343982
|
}
|
|
343983
343983
|
},
|
|
343984
|
-
{
|
|
343985
|
-
"tags": {},
|
|
343986
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
343987
|
-
"description": "",
|
|
343988
|
-
"displayName": "useGridItemProps",
|
|
343989
|
-
"methods": [],
|
|
343990
|
-
"props": {
|
|
343991
|
-
"data": {
|
|
343992
|
-
"defaultValue": null,
|
|
343993
|
-
"description": "",
|
|
343994
|
-
"name": "data",
|
|
343995
|
-
"parent": {
|
|
343996
|
-
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
343997
|
-
"name": "P"
|
|
343998
|
-
},
|
|
343999
|
-
"declarations": [
|
|
344000
|
-
{
|
|
344001
|
-
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
344002
|
-
"name": "P"
|
|
344003
|
-
}
|
|
344004
|
-
],
|
|
344005
|
-
"required": true,
|
|
344006
|
-
"type": {
|
|
344007
|
-
"name": "never"
|
|
344008
|
-
}
|
|
344009
|
-
},
|
|
344010
|
-
"children": {
|
|
344011
|
-
"defaultValue": null,
|
|
344012
|
-
"description": "",
|
|
344013
|
-
"name": "children",
|
|
344014
|
-
"declarations": [
|
|
344015
|
-
{
|
|
344016
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
344017
|
-
"name": "TypeLiteral"
|
|
344018
|
-
}
|
|
344019
|
-
],
|
|
344020
|
-
"required": false,
|
|
344021
|
-
"type": {
|
|
344022
|
-
"name": "ReactNode"
|
|
344023
|
-
}
|
|
344024
|
-
}
|
|
344025
|
-
}
|
|
344026
|
-
},
|
|
344027
343984
|
{
|
|
344028
343985
|
"tags": {},
|
|
344029
343986
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
|
|
@@ -344105,6 +344062,49 @@
|
|
|
344105
344062
|
}
|
|
344106
344063
|
}
|
|
344107
344064
|
},
|
|
344065
|
+
{
|
|
344066
|
+
"tags": {},
|
|
344067
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
344068
|
+
"description": "",
|
|
344069
|
+
"displayName": "useGridItemProps",
|
|
344070
|
+
"methods": [],
|
|
344071
|
+
"props": {
|
|
344072
|
+
"data": {
|
|
344073
|
+
"defaultValue": null,
|
|
344074
|
+
"description": "",
|
|
344075
|
+
"name": "data",
|
|
344076
|
+
"parent": {
|
|
344077
|
+
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
344078
|
+
"name": "P"
|
|
344079
|
+
},
|
|
344080
|
+
"declarations": [
|
|
344081
|
+
{
|
|
344082
|
+
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
344083
|
+
"name": "P"
|
|
344084
|
+
}
|
|
344085
|
+
],
|
|
344086
|
+
"required": true,
|
|
344087
|
+
"type": {
|
|
344088
|
+
"name": "never"
|
|
344089
|
+
}
|
|
344090
|
+
},
|
|
344091
|
+
"children": {
|
|
344092
|
+
"defaultValue": null,
|
|
344093
|
+
"description": "",
|
|
344094
|
+
"name": "children",
|
|
344095
|
+
"declarations": [
|
|
344096
|
+
{
|
|
344097
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
344098
|
+
"name": "TypeLiteral"
|
|
344099
|
+
}
|
|
344100
|
+
],
|
|
344101
|
+
"required": false,
|
|
344102
|
+
"type": {
|
|
344103
|
+
"name": "ReactNode"
|
|
344104
|
+
}
|
|
344105
|
+
}
|
|
344106
|
+
}
|
|
344107
|
+
},
|
|
344108
344108
|
{
|
|
344109
344109
|
"tags": {},
|
|
344110
344110
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/index.tsx",
|