@mittwald/flow-react-components 0.2.0-alpha.760 → 0.2.0-alpha.761
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 +6 -0
- package/dist/assets/doc-properties.json +1666 -1647
- package/dist/js/packages/components/src/components/List/model/List.mjs +3 -0
- package/dist/js/packages/components/src/components/List/model/List.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/model/ListViewMode.mjs +4 -1
- package/dist/js/packages/components/src/components/List/model/ListViewMode.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/model/filter/Filter.mjs +2 -2
- package/dist/js/packages/components/src/components/List/model/filter/Filter.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/model/search/Search.mjs +5 -1
- package/dist/js/packages/components/src/components/List/model/search/Search.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/model/sorting/Sorting.mjs +1 -1
- package/dist/js/packages/components/src/components/List/model/sorting/Sorting.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/model/types.mjs.map +1 -1
- package/dist/types/components/List/model/List.d.ts +2 -1
- package/dist/types/components/List/model/List.d.ts.map +1 -1
- package/dist/types/components/List/model/ListViewMode.d.ts.map +1 -1
- package/dist/types/components/List/model/search/Search.d.ts.map +1 -1
- package/dist/types/components/List/model/types.d.ts +16 -0
- package/dist/types/components/List/model/types.d.ts.map +1 -1
- package/package.json +6 -6
|
@@ -93791,6 +93791,25 @@
|
|
|
93791
93791
|
"type": {
|
|
93792
93792
|
"name": "ListViewMode"
|
|
93793
93793
|
}
|
|
93794
|
+
},
|
|
93795
|
+
"settingsStorageDefaults": {
|
|
93796
|
+
"defaultValue": null,
|
|
93797
|
+
"description": "",
|
|
93798
|
+
"name": "settingsStorageDefaults",
|
|
93799
|
+
"parent": {
|
|
93800
|
+
"fileName": "components/src/components/List/model/types.ts",
|
|
93801
|
+
"name": "ListShape"
|
|
93802
|
+
},
|
|
93803
|
+
"declarations": [
|
|
93804
|
+
{
|
|
93805
|
+
"fileName": "components/src/components/List/model/types.ts",
|
|
93806
|
+
"name": "ListShape"
|
|
93807
|
+
}
|
|
93808
|
+
],
|
|
93809
|
+
"required": false,
|
|
93810
|
+
"type": {
|
|
93811
|
+
"name": "ListSettingsStorageDefaults"
|
|
93812
|
+
}
|
|
93794
93813
|
}
|
|
93795
93814
|
}
|
|
93796
93815
|
},
|
|
@@ -225615,6 +225634,70 @@
|
|
|
225615
225634
|
}
|
|
225616
225635
|
}
|
|
225617
225636
|
},
|
|
225637
|
+
{
|
|
225638
|
+
"tags": {
|
|
225639
|
+
"flr-generate": "all"
|
|
225640
|
+
},
|
|
225641
|
+
"filePath": "src/components/Chat/Chat.tsx",
|
|
225642
|
+
"description": "",
|
|
225643
|
+
"displayName": "Chat",
|
|
225644
|
+
"methods": [],
|
|
225645
|
+
"props": {
|
|
225646
|
+
"height": {
|
|
225647
|
+
"defaultValue": null,
|
|
225648
|
+
"description": "",
|
|
225649
|
+
"name": "height",
|
|
225650
|
+
"parent": {
|
|
225651
|
+
"fileName": "src/components/Chat/Chat.tsx",
|
|
225652
|
+
"name": "ChatProps"
|
|
225653
|
+
},
|
|
225654
|
+
"declarations": [
|
|
225655
|
+
{
|
|
225656
|
+
"fileName": "src/components/Chat/Chat.tsx",
|
|
225657
|
+
"name": "ChatProps"
|
|
225658
|
+
}
|
|
225659
|
+
],
|
|
225660
|
+
"required": false,
|
|
225661
|
+
"type": {
|
|
225662
|
+
"name": "Height<string | number>"
|
|
225663
|
+
}
|
|
225664
|
+
},
|
|
225665
|
+
"children": {
|
|
225666
|
+
"defaultValue": null,
|
|
225667
|
+
"description": "",
|
|
225668
|
+
"name": "children",
|
|
225669
|
+
"declarations": [
|
|
225670
|
+
{
|
|
225671
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
225672
|
+
"name": "TypeLiteral"
|
|
225673
|
+
}
|
|
225674
|
+
],
|
|
225675
|
+
"required": false,
|
|
225676
|
+
"type": {
|
|
225677
|
+
"name": "ReactNode"
|
|
225678
|
+
}
|
|
225679
|
+
},
|
|
225680
|
+
"className": {
|
|
225681
|
+
"defaultValue": null,
|
|
225682
|
+
"description": "The elements class name.",
|
|
225683
|
+
"name": "className",
|
|
225684
|
+
"parent": {
|
|
225685
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
225686
|
+
"name": "PropsWithClassName"
|
|
225687
|
+
},
|
|
225688
|
+
"declarations": [
|
|
225689
|
+
{
|
|
225690
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
225691
|
+
"name": "PropsWithClassName"
|
|
225692
|
+
}
|
|
225693
|
+
],
|
|
225694
|
+
"required": false,
|
|
225695
|
+
"type": {
|
|
225696
|
+
"name": "string"
|
|
225697
|
+
}
|
|
225698
|
+
}
|
|
225699
|
+
}
|
|
225700
|
+
},
|
|
225618
225701
|
{
|
|
225619
225702
|
"tags": {
|
|
225620
225703
|
"flr-generate": "all"
|
|
@@ -225774,70 +225857,6 @@
|
|
|
225774
225857
|
}
|
|
225775
225858
|
}
|
|
225776
225859
|
},
|
|
225777
|
-
{
|
|
225778
|
-
"tags": {
|
|
225779
|
-
"flr-generate": "all"
|
|
225780
|
-
},
|
|
225781
|
-
"filePath": "src/components/Chat/Chat.tsx",
|
|
225782
|
-
"description": "",
|
|
225783
|
-
"displayName": "Chat",
|
|
225784
|
-
"methods": [],
|
|
225785
|
-
"props": {
|
|
225786
|
-
"height": {
|
|
225787
|
-
"defaultValue": null,
|
|
225788
|
-
"description": "",
|
|
225789
|
-
"name": "height",
|
|
225790
|
-
"parent": {
|
|
225791
|
-
"fileName": "src/components/Chat/Chat.tsx",
|
|
225792
|
-
"name": "ChatProps"
|
|
225793
|
-
},
|
|
225794
|
-
"declarations": [
|
|
225795
|
-
{
|
|
225796
|
-
"fileName": "src/components/Chat/Chat.tsx",
|
|
225797
|
-
"name": "ChatProps"
|
|
225798
|
-
}
|
|
225799
|
-
],
|
|
225800
|
-
"required": false,
|
|
225801
|
-
"type": {
|
|
225802
|
-
"name": "Height<string | number>"
|
|
225803
|
-
}
|
|
225804
|
-
},
|
|
225805
|
-
"children": {
|
|
225806
|
-
"defaultValue": null,
|
|
225807
|
-
"description": "",
|
|
225808
|
-
"name": "children",
|
|
225809
|
-
"declarations": [
|
|
225810
|
-
{
|
|
225811
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
225812
|
-
"name": "TypeLiteral"
|
|
225813
|
-
}
|
|
225814
|
-
],
|
|
225815
|
-
"required": false,
|
|
225816
|
-
"type": {
|
|
225817
|
-
"name": "ReactNode"
|
|
225818
|
-
}
|
|
225819
|
-
},
|
|
225820
|
-
"className": {
|
|
225821
|
-
"defaultValue": null,
|
|
225822
|
-
"description": "The elements class name.",
|
|
225823
|
-
"name": "className",
|
|
225824
|
-
"parent": {
|
|
225825
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
225826
|
-
"name": "PropsWithClassName"
|
|
225827
|
-
},
|
|
225828
|
-
"declarations": [
|
|
225829
|
-
{
|
|
225830
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
225831
|
-
"name": "PropsWithClassName"
|
|
225832
|
-
}
|
|
225833
|
-
],
|
|
225834
|
-
"required": false,
|
|
225835
|
-
"type": {
|
|
225836
|
-
"name": "string"
|
|
225837
|
-
}
|
|
225838
|
-
}
|
|
225839
|
-
}
|
|
225840
|
-
},
|
|
225841
225860
|
{
|
|
225842
225861
|
"tags": {},
|
|
225843
225862
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/RangeCalendar.tsx",
|
|
@@ -229845,6 +229864,51 @@
|
|
|
229845
229864
|
}
|
|
229846
229865
|
}
|
|
229847
229866
|
},
|
|
229867
|
+
{
|
|
229868
|
+
"tags": {
|
|
229869
|
+
"flr-generate": "all"
|
|
229870
|
+
},
|
|
229871
|
+
"filePath": "src/components/BigNumber/BigNumber.tsx",
|
|
229872
|
+
"description": "",
|
|
229873
|
+
"displayName": "BigNumber",
|
|
229874
|
+
"methods": [],
|
|
229875
|
+
"props": {
|
|
229876
|
+
"children": {
|
|
229877
|
+
"defaultValue": null,
|
|
229878
|
+
"description": "",
|
|
229879
|
+
"name": "children",
|
|
229880
|
+
"declarations": [
|
|
229881
|
+
{
|
|
229882
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
229883
|
+
"name": "TypeLiteral"
|
|
229884
|
+
}
|
|
229885
|
+
],
|
|
229886
|
+
"required": false,
|
|
229887
|
+
"type": {
|
|
229888
|
+
"name": "ReactNode"
|
|
229889
|
+
}
|
|
229890
|
+
},
|
|
229891
|
+
"className": {
|
|
229892
|
+
"defaultValue": null,
|
|
229893
|
+
"description": "The elements class name.",
|
|
229894
|
+
"name": "className",
|
|
229895
|
+
"parent": {
|
|
229896
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
229897
|
+
"name": "PropsWithClassName"
|
|
229898
|
+
},
|
|
229899
|
+
"declarations": [
|
|
229900
|
+
{
|
|
229901
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
229902
|
+
"name": "PropsWithClassName"
|
|
229903
|
+
}
|
|
229904
|
+
],
|
|
229905
|
+
"required": false,
|
|
229906
|
+
"type": {
|
|
229907
|
+
"name": "string"
|
|
229908
|
+
}
|
|
229909
|
+
}
|
|
229910
|
+
}
|
|
229911
|
+
},
|
|
229848
229912
|
{
|
|
229849
229913
|
"tags": {
|
|
229850
229914
|
"flr-generate": "all"
|
|
@@ -230048,113 +230112,83 @@
|
|
|
230048
230112
|
"tags": {
|
|
230049
230113
|
"flr-generate": "all"
|
|
230050
230114
|
},
|
|
230051
|
-
"filePath": "src/components/
|
|
230115
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Avatar/Avatar.tsx",
|
|
230052
230116
|
"description": "",
|
|
230053
|
-
"displayName": "
|
|
230117
|
+
"displayName": "Avatar",
|
|
230054
230118
|
"methods": [],
|
|
230055
230119
|
"props": {
|
|
230056
|
-
"
|
|
230057
|
-
"defaultValue":
|
|
230058
|
-
|
|
230059
|
-
|
|
230060
|
-
"
|
|
230061
|
-
|
|
230062
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
230063
|
-
"name": "TypeLiteral"
|
|
230064
|
-
}
|
|
230065
|
-
],
|
|
230066
|
-
"required": false,
|
|
230067
|
-
"type": {
|
|
230068
|
-
"name": "ReactNode"
|
|
230069
|
-
}
|
|
230070
|
-
},
|
|
230071
|
-
"className": {
|
|
230072
|
-
"defaultValue": null,
|
|
230073
|
-
"description": "The elements class name.",
|
|
230074
|
-
"name": "className",
|
|
230120
|
+
"size": {
|
|
230121
|
+
"defaultValue": {
|
|
230122
|
+
"value": "\"m\""
|
|
230123
|
+
},
|
|
230124
|
+
"description": "The size of the avatar.",
|
|
230125
|
+
"name": "size",
|
|
230075
230126
|
"parent": {
|
|
230076
|
-
"fileName": "components/src/
|
|
230077
|
-
"name": "
|
|
230127
|
+
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
230128
|
+
"name": "AvatarProps"
|
|
230078
230129
|
},
|
|
230079
230130
|
"declarations": [
|
|
230080
230131
|
{
|
|
230081
|
-
"fileName": "components/src/
|
|
230082
|
-
"name": "
|
|
230132
|
+
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
230133
|
+
"name": "AvatarProps"
|
|
230083
230134
|
}
|
|
230084
230135
|
],
|
|
230085
230136
|
"required": false,
|
|
230086
230137
|
"type": {
|
|
230087
|
-
"name": "
|
|
230138
|
+
"name": "\"s\" | \"xs\" | \"m\" | \"l\""
|
|
230088
230139
|
}
|
|
230089
|
-
}
|
|
230090
|
-
|
|
230091
|
-
},
|
|
230092
|
-
{
|
|
230093
|
-
"tags": {
|
|
230094
|
-
"flr-generate": "all"
|
|
230095
|
-
},
|
|
230096
|
-
"filePath": "src/components/AvatarStack/AvatarStack.tsx",
|
|
230097
|
-
"description": "",
|
|
230098
|
-
"displayName": "AvatarStack",
|
|
230099
|
-
"methods": [],
|
|
230100
|
-
"props": {
|
|
230101
|
-
"totalCount": {
|
|
230140
|
+
},
|
|
230141
|
+
"color": {
|
|
230102
230142
|
"defaultValue": null,
|
|
230103
|
-
"description": "The
|
|
230104
|
-
"name": "
|
|
230143
|
+
"description": "The color of icons and initials inside the avatar.",
|
|
230144
|
+
"name": "color",
|
|
230105
230145
|
"parent": {
|
|
230106
|
-
"fileName": "src/components/
|
|
230107
|
-
"name": "
|
|
230146
|
+
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
230147
|
+
"name": "AvatarProps"
|
|
230108
230148
|
},
|
|
230109
230149
|
"declarations": [
|
|
230110
230150
|
{
|
|
230111
|
-
"fileName": "src/components/
|
|
230112
|
-
"name": "
|
|
230151
|
+
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
230152
|
+
"name": "AvatarProps"
|
|
230113
230153
|
}
|
|
230114
230154
|
],
|
|
230115
230155
|
"required": false,
|
|
230116
230156
|
"type": {
|
|
230117
|
-
"name": "
|
|
230157
|
+
"name": "\"violet\" | \"green\" | \"blue\" | \"teal\" | \"lilac\""
|
|
230118
230158
|
}
|
|
230119
230159
|
},
|
|
230120
|
-
"
|
|
230160
|
+
"status": {
|
|
230121
230161
|
"defaultValue": null,
|
|
230122
|
-
"description": "
|
|
230123
|
-
"name": "
|
|
230162
|
+
"description": "Adds status icon and color to the avatar. May only be used if the status is\nexplained by an element (like text or label) nearby.",
|
|
230163
|
+
"name": "status",
|
|
230124
230164
|
"parent": {
|
|
230125
|
-
"fileName": "src/components/
|
|
230126
|
-
"name": "
|
|
230165
|
+
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
230166
|
+
"name": "AvatarProps"
|
|
230127
230167
|
},
|
|
230128
230168
|
"declarations": [
|
|
230129
230169
|
{
|
|
230130
|
-
"fileName": "src/components/
|
|
230131
|
-
"name": "
|
|
230170
|
+
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
230171
|
+
"name": "AvatarProps"
|
|
230132
230172
|
}
|
|
230133
230173
|
],
|
|
230134
230174
|
"required": false,
|
|
230135
230175
|
"type": {
|
|
230136
|
-
"name": "
|
|
230176
|
+
"name": "Status"
|
|
230137
230177
|
}
|
|
230138
230178
|
},
|
|
230139
|
-
"
|
|
230140
|
-
"defaultValue":
|
|
230141
|
-
|
|
230142
|
-
|
|
230143
|
-
"description": "The size of the avatars inside the stack.",
|
|
230144
|
-
"name": "size",
|
|
230145
|
-
"parent": {
|
|
230146
|
-
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
230147
|
-
"name": "AvatarStackProps"
|
|
230148
|
-
},
|
|
230179
|
+
"children": {
|
|
230180
|
+
"defaultValue": null,
|
|
230181
|
+
"description": "",
|
|
230182
|
+
"name": "children",
|
|
230149
230183
|
"declarations": [
|
|
230150
230184
|
{
|
|
230151
|
-
"fileName": "
|
|
230152
|
-
"name": "
|
|
230185
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
230186
|
+
"name": "TypeLiteral"
|
|
230153
230187
|
}
|
|
230154
230188
|
],
|
|
230155
230189
|
"required": false,
|
|
230156
230190
|
"type": {
|
|
230157
|
-
"name": "
|
|
230191
|
+
"name": "ReactNode"
|
|
230158
230192
|
}
|
|
230159
230193
|
},
|
|
230160
230194
|
"className": {
|
|
@@ -230176,199 +230210,184 @@
|
|
|
230176
230210
|
"name": "string"
|
|
230177
230211
|
}
|
|
230178
230212
|
},
|
|
230179
|
-
"
|
|
230213
|
+
"wrapWith": {
|
|
230180
230214
|
"defaultValue": null,
|
|
230181
230215
|
"description": "",
|
|
230182
|
-
"name": "
|
|
230183
|
-
"declarations": [
|
|
230184
|
-
{
|
|
230185
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
230186
|
-
"name": "TypeLiteral"
|
|
230187
|
-
}
|
|
230188
|
-
],
|
|
230189
|
-
"required": false,
|
|
230190
|
-
"type": {
|
|
230191
|
-
"name": "ReactNode"
|
|
230192
|
-
}
|
|
230193
|
-
}
|
|
230194
|
-
}
|
|
230195
|
-
},
|
|
230196
|
-
{
|
|
230197
|
-
"tags": {
|
|
230198
|
-
"flr-generate": "all"
|
|
230199
|
-
},
|
|
230200
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Avatar/Avatar.tsx",
|
|
230201
|
-
"description": "",
|
|
230202
|
-
"displayName": "Avatar",
|
|
230203
|
-
"methods": [],
|
|
230204
|
-
"props": {
|
|
230205
|
-
"size": {
|
|
230206
|
-
"defaultValue": {
|
|
230207
|
-
"value": "\"m\""
|
|
230208
|
-
},
|
|
230209
|
-
"description": "The size of the avatar.",
|
|
230210
|
-
"name": "size",
|
|
230216
|
+
"name": "wrapWith",
|
|
230211
230217
|
"parent": {
|
|
230212
|
-
"fileName": "components/src/
|
|
230213
|
-
"name": "
|
|
230218
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
230219
|
+
"name": "FlowComponentProps"
|
|
230214
230220
|
},
|
|
230215
230221
|
"declarations": [
|
|
230216
230222
|
{
|
|
230217
|
-
"fileName": "components/src/
|
|
230218
|
-
"name": "
|
|
230223
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
230224
|
+
"name": "FlowComponentProps"
|
|
230219
230225
|
}
|
|
230220
230226
|
],
|
|
230221
230227
|
"required": false,
|
|
230222
230228
|
"type": {
|
|
230223
|
-
"name": "
|
|
230229
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
230224
230230
|
}
|
|
230225
230231
|
},
|
|
230226
|
-
"
|
|
230232
|
+
"tunnelId": {
|
|
230227
230233
|
"defaultValue": null,
|
|
230228
|
-
"description": "
|
|
230229
|
-
"name": "
|
|
230234
|
+
"description": "@internal",
|
|
230235
|
+
"name": "tunnelId",
|
|
230230
230236
|
"parent": {
|
|
230231
|
-
"fileName": "components/src/
|
|
230232
|
-
"name": "
|
|
230237
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
230238
|
+
"name": "PropsWithTunnel"
|
|
230233
230239
|
},
|
|
230234
230240
|
"declarations": [
|
|
230235
230241
|
{
|
|
230236
|
-
"fileName": "components/src/
|
|
230237
|
-
"name": "
|
|
230242
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
230243
|
+
"name": "PropsWithTunnel"
|
|
230238
230244
|
}
|
|
230239
230245
|
],
|
|
230240
230246
|
"required": false,
|
|
230241
230247
|
"type": {
|
|
230242
|
-
"name": "
|
|
230248
|
+
"name": "string | null"
|
|
230243
230249
|
}
|
|
230244
230250
|
},
|
|
230245
|
-
"
|
|
230251
|
+
"ref": {
|
|
230246
230252
|
"defaultValue": null,
|
|
230247
|
-
"description": "
|
|
230248
|
-
"name": "
|
|
230253
|
+
"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}",
|
|
230254
|
+
"name": "ref",
|
|
230249
230255
|
"parent": {
|
|
230250
|
-
"fileName": "
|
|
230251
|
-
"name": "
|
|
230256
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
230257
|
+
"name": "RefAttributes"
|
|
230252
230258
|
},
|
|
230253
230259
|
"declarations": [
|
|
230254
230260
|
{
|
|
230255
|
-
"fileName": "
|
|
230256
|
-
"name": "
|
|
230261
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
230262
|
+
"name": "RefAttributes"
|
|
230257
230263
|
}
|
|
230258
230264
|
],
|
|
230259
230265
|
"required": false,
|
|
230260
230266
|
"type": {
|
|
230261
|
-
"name": "
|
|
230267
|
+
"name": "Ref<HTMLSpanElement>"
|
|
230262
230268
|
}
|
|
230263
230269
|
},
|
|
230264
|
-
"
|
|
230270
|
+
"key": {
|
|
230265
230271
|
"defaultValue": null,
|
|
230266
230272
|
"description": "",
|
|
230267
|
-
"name": "
|
|
230273
|
+
"name": "key",
|
|
230274
|
+
"parent": {
|
|
230275
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
230276
|
+
"name": "Attributes"
|
|
230277
|
+
},
|
|
230268
230278
|
"declarations": [
|
|
230269
230279
|
{
|
|
230270
230280
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
230271
|
-
"name": "
|
|
230281
|
+
"name": "Attributes"
|
|
230272
230282
|
}
|
|
230273
230283
|
],
|
|
230274
230284
|
"required": false,
|
|
230275
230285
|
"type": {
|
|
230276
|
-
"name": "
|
|
230286
|
+
"name": "Key | null"
|
|
230277
230287
|
}
|
|
230278
|
-
}
|
|
230279
|
-
|
|
230288
|
+
}
|
|
230289
|
+
}
|
|
230290
|
+
},
|
|
230291
|
+
{
|
|
230292
|
+
"tags": {
|
|
230293
|
+
"flr-generate": "all"
|
|
230294
|
+
},
|
|
230295
|
+
"filePath": "src/components/AvatarStack/AvatarStack.tsx",
|
|
230296
|
+
"description": "",
|
|
230297
|
+
"displayName": "AvatarStack",
|
|
230298
|
+
"methods": [],
|
|
230299
|
+
"props": {
|
|
230300
|
+
"totalCount": {
|
|
230280
230301
|
"defaultValue": null,
|
|
230281
|
-
"description": "The
|
|
230282
|
-
"name": "
|
|
230302
|
+
"description": "The total count of items, as avatars should only be displayed for the first\nview",
|
|
230303
|
+
"name": "totalCount",
|
|
230283
230304
|
"parent": {
|
|
230284
|
-
"fileName": "
|
|
230285
|
-
"name": "
|
|
230305
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
230306
|
+
"name": "AvatarStackProps"
|
|
230286
230307
|
},
|
|
230287
230308
|
"declarations": [
|
|
230288
230309
|
{
|
|
230289
|
-
"fileName": "
|
|
230290
|
-
"name": "
|
|
230310
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
230311
|
+
"name": "AvatarStackProps"
|
|
230291
230312
|
}
|
|
230292
230313
|
],
|
|
230293
230314
|
"required": false,
|
|
230294
230315
|
"type": {
|
|
230295
|
-
"name": "
|
|
230316
|
+
"name": "number"
|
|
230296
230317
|
}
|
|
230297
230318
|
},
|
|
230298
|
-
"
|
|
230319
|
+
"onCountPress": {
|
|
230299
230320
|
"defaultValue": null,
|
|
230300
|
-
"description": "",
|
|
230301
|
-
"name": "
|
|
230321
|
+
"description": "The onPress action of the additional items count element",
|
|
230322
|
+
"name": "onCountPress",
|
|
230302
230323
|
"parent": {
|
|
230303
|
-
"fileName": "
|
|
230304
|
-
"name": "
|
|
230324
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
230325
|
+
"name": "AvatarStackProps"
|
|
230305
230326
|
},
|
|
230306
230327
|
"declarations": [
|
|
230307
230328
|
{
|
|
230308
|
-
"fileName": "
|
|
230309
|
-
"name": "
|
|
230329
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
230330
|
+
"name": "AvatarStackProps"
|
|
230310
230331
|
}
|
|
230311
230332
|
],
|
|
230312
230333
|
"required": false,
|
|
230313
230334
|
"type": {
|
|
230314
|
-
"name": "
|
|
230335
|
+
"name": "(() => void)"
|
|
230315
230336
|
}
|
|
230316
230337
|
},
|
|
230317
|
-
"
|
|
230318
|
-
"defaultValue":
|
|
230319
|
-
|
|
230320
|
-
|
|
230338
|
+
"size": {
|
|
230339
|
+
"defaultValue": {
|
|
230340
|
+
"value": "\"m\""
|
|
230341
|
+
},
|
|
230342
|
+
"description": "The size of the avatars inside the stack.",
|
|
230343
|
+
"name": "size",
|
|
230321
230344
|
"parent": {
|
|
230322
|
-
"fileName": "
|
|
230323
|
-
"name": "
|
|
230345
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
230346
|
+
"name": "AvatarStackProps"
|
|
230324
230347
|
},
|
|
230325
230348
|
"declarations": [
|
|
230326
230349
|
{
|
|
230327
|
-
"fileName": "
|
|
230328
|
-
"name": "
|
|
230350
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
230351
|
+
"name": "AvatarStackProps"
|
|
230329
230352
|
}
|
|
230330
230353
|
],
|
|
230331
230354
|
"required": false,
|
|
230332
230355
|
"type": {
|
|
230333
|
-
"name": "
|
|
230356
|
+
"name": "\"s\" | \"xs\" | \"m\" | \"l\""
|
|
230334
230357
|
}
|
|
230335
230358
|
},
|
|
230336
|
-
"
|
|
230359
|
+
"className": {
|
|
230337
230360
|
"defaultValue": null,
|
|
230338
|
-
"description": "
|
|
230339
|
-
"name": "
|
|
230361
|
+
"description": "The elements class name.",
|
|
230362
|
+
"name": "className",
|
|
230340
230363
|
"parent": {
|
|
230341
|
-
"fileName": "
|
|
230342
|
-
"name": "
|
|
230364
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
230365
|
+
"name": "PropsWithClassName"
|
|
230343
230366
|
},
|
|
230344
230367
|
"declarations": [
|
|
230345
230368
|
{
|
|
230346
|
-
"fileName": "
|
|
230347
|
-
"name": "
|
|
230369
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
230370
|
+
"name": "PropsWithClassName"
|
|
230348
230371
|
}
|
|
230349
230372
|
],
|
|
230350
230373
|
"required": false,
|
|
230351
230374
|
"type": {
|
|
230352
|
-
"name": "
|
|
230375
|
+
"name": "string"
|
|
230353
230376
|
}
|
|
230354
230377
|
},
|
|
230355
|
-
"
|
|
230378
|
+
"children": {
|
|
230356
230379
|
"defaultValue": null,
|
|
230357
230380
|
"description": "",
|
|
230358
|
-
"name": "
|
|
230359
|
-
"parent": {
|
|
230360
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
230361
|
-
"name": "Attributes"
|
|
230362
|
-
},
|
|
230381
|
+
"name": "children",
|
|
230363
230382
|
"declarations": [
|
|
230364
230383
|
{
|
|
230365
230384
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
230366
|
-
"name": "
|
|
230385
|
+
"name": "TypeLiteral"
|
|
230367
230386
|
}
|
|
230368
230387
|
],
|
|
230369
230388
|
"required": false,
|
|
230370
230389
|
"type": {
|
|
230371
|
-
"name": "
|
|
230390
|
+
"name": "ReactNode"
|
|
230372
230391
|
}
|
|
230373
230392
|
}
|
|
230374
230393
|
}
|
|
@@ -230835,142 +230854,6 @@
|
|
|
230835
230854
|
}
|
|
230836
230855
|
}
|
|
230837
230856
|
},
|
|
230838
|
-
{
|
|
230839
|
-
"tags": {
|
|
230840
|
-
"flr-generate": "all"
|
|
230841
|
-
},
|
|
230842
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/AlertBadge/AlertBadge.tsx",
|
|
230843
|
-
"description": "",
|
|
230844
|
-
"displayName": "AlertBadge",
|
|
230845
|
-
"methods": [],
|
|
230846
|
-
"props": {
|
|
230847
|
-
"children": {
|
|
230848
|
-
"defaultValue": null,
|
|
230849
|
-
"description": "",
|
|
230850
|
-
"name": "children",
|
|
230851
|
-
"declarations": [
|
|
230852
|
-
{
|
|
230853
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
230854
|
-
"name": "TypeLiteral"
|
|
230855
|
-
}
|
|
230856
|
-
],
|
|
230857
|
-
"required": false,
|
|
230858
|
-
"type": {
|
|
230859
|
-
"name": "ReactNode"
|
|
230860
|
-
}
|
|
230861
|
-
},
|
|
230862
|
-
"status": {
|
|
230863
|
-
"defaultValue": null,
|
|
230864
|
-
"description": "The elements status",
|
|
230865
|
-
"name": "status",
|
|
230866
|
-
"declarations": [
|
|
230867
|
-
{
|
|
230868
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
230869
|
-
"name": "TypeLiteral"
|
|
230870
|
-
}
|
|
230871
|
-
],
|
|
230872
|
-
"required": false,
|
|
230873
|
-
"type": {
|
|
230874
|
-
"name": "Status"
|
|
230875
|
-
}
|
|
230876
|
-
},
|
|
230877
|
-
"wrapWith": {
|
|
230878
|
-
"defaultValue": null,
|
|
230879
|
-
"description": "",
|
|
230880
|
-
"name": "wrapWith",
|
|
230881
|
-
"parent": {
|
|
230882
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
230883
|
-
"name": "FlowComponentProps"
|
|
230884
|
-
},
|
|
230885
|
-
"declarations": [
|
|
230886
|
-
{
|
|
230887
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
230888
|
-
"name": "FlowComponentProps"
|
|
230889
|
-
}
|
|
230890
|
-
],
|
|
230891
|
-
"required": false,
|
|
230892
|
-
"type": {
|
|
230893
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
230894
|
-
}
|
|
230895
|
-
},
|
|
230896
|
-
"tunnelId": {
|
|
230897
|
-
"defaultValue": null,
|
|
230898
|
-
"description": "@internal",
|
|
230899
|
-
"name": "tunnelId",
|
|
230900
|
-
"parent": {
|
|
230901
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
230902
|
-
"name": "PropsWithTunnel"
|
|
230903
|
-
},
|
|
230904
|
-
"declarations": [
|
|
230905
|
-
{
|
|
230906
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
230907
|
-
"name": "PropsWithTunnel"
|
|
230908
|
-
}
|
|
230909
|
-
],
|
|
230910
|
-
"required": false,
|
|
230911
|
-
"type": {
|
|
230912
|
-
"name": "string | null"
|
|
230913
|
-
}
|
|
230914
|
-
},
|
|
230915
|
-
"ref": {
|
|
230916
|
-
"defaultValue": null,
|
|
230917
|
-
"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}",
|
|
230918
|
-
"name": "ref",
|
|
230919
|
-
"parent": {
|
|
230920
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
230921
|
-
"name": "RefAttributes"
|
|
230922
|
-
},
|
|
230923
|
-
"declarations": [
|
|
230924
|
-
{
|
|
230925
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
230926
|
-
"name": "RefAttributes"
|
|
230927
|
-
}
|
|
230928
|
-
],
|
|
230929
|
-
"required": false,
|
|
230930
|
-
"type": {
|
|
230931
|
-
"name": "Ref<HTMLSpanElement>"
|
|
230932
|
-
}
|
|
230933
|
-
},
|
|
230934
|
-
"key": {
|
|
230935
|
-
"defaultValue": null,
|
|
230936
|
-
"description": "",
|
|
230937
|
-
"name": "key",
|
|
230938
|
-
"parent": {
|
|
230939
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
230940
|
-
"name": "Attributes"
|
|
230941
|
-
},
|
|
230942
|
-
"declarations": [
|
|
230943
|
-
{
|
|
230944
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
230945
|
-
"name": "Attributes"
|
|
230946
|
-
}
|
|
230947
|
-
],
|
|
230948
|
-
"required": false,
|
|
230949
|
-
"type": {
|
|
230950
|
-
"name": "Key | null"
|
|
230951
|
-
}
|
|
230952
|
-
},
|
|
230953
|
-
"className": {
|
|
230954
|
-
"defaultValue": null,
|
|
230955
|
-
"description": "The elements class name.",
|
|
230956
|
-
"name": "className",
|
|
230957
|
-
"parent": {
|
|
230958
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
230959
|
-
"name": "PropsWithClassName"
|
|
230960
|
-
},
|
|
230961
|
-
"declarations": [
|
|
230962
|
-
{
|
|
230963
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
230964
|
-
"name": "PropsWithClassName"
|
|
230965
|
-
}
|
|
230966
|
-
],
|
|
230967
|
-
"required": false,
|
|
230968
|
-
"type": {
|
|
230969
|
-
"name": "string"
|
|
230970
|
-
}
|
|
230971
|
-
}
|
|
230972
|
-
}
|
|
230973
|
-
},
|
|
230974
230857
|
{
|
|
230975
230858
|
"tags": {
|
|
230976
230859
|
"flr-generate": "all"
|
|
@@ -240313,6 +240196,142 @@
|
|
|
240313
240196
|
}
|
|
240314
240197
|
}
|
|
240315
240198
|
},
|
|
240199
|
+
{
|
|
240200
|
+
"tags": {
|
|
240201
|
+
"flr-generate": "all"
|
|
240202
|
+
},
|
|
240203
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/AlertBadge/AlertBadge.tsx",
|
|
240204
|
+
"description": "",
|
|
240205
|
+
"displayName": "AlertBadge",
|
|
240206
|
+
"methods": [],
|
|
240207
|
+
"props": {
|
|
240208
|
+
"children": {
|
|
240209
|
+
"defaultValue": null,
|
|
240210
|
+
"description": "",
|
|
240211
|
+
"name": "children",
|
|
240212
|
+
"declarations": [
|
|
240213
|
+
{
|
|
240214
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
240215
|
+
"name": "TypeLiteral"
|
|
240216
|
+
}
|
|
240217
|
+
],
|
|
240218
|
+
"required": false,
|
|
240219
|
+
"type": {
|
|
240220
|
+
"name": "ReactNode"
|
|
240221
|
+
}
|
|
240222
|
+
},
|
|
240223
|
+
"status": {
|
|
240224
|
+
"defaultValue": null,
|
|
240225
|
+
"description": "The elements status",
|
|
240226
|
+
"name": "status",
|
|
240227
|
+
"declarations": [
|
|
240228
|
+
{
|
|
240229
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
240230
|
+
"name": "TypeLiteral"
|
|
240231
|
+
}
|
|
240232
|
+
],
|
|
240233
|
+
"required": false,
|
|
240234
|
+
"type": {
|
|
240235
|
+
"name": "Status"
|
|
240236
|
+
}
|
|
240237
|
+
},
|
|
240238
|
+
"wrapWith": {
|
|
240239
|
+
"defaultValue": null,
|
|
240240
|
+
"description": "",
|
|
240241
|
+
"name": "wrapWith",
|
|
240242
|
+
"parent": {
|
|
240243
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
240244
|
+
"name": "FlowComponentProps"
|
|
240245
|
+
},
|
|
240246
|
+
"declarations": [
|
|
240247
|
+
{
|
|
240248
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
240249
|
+
"name": "FlowComponentProps"
|
|
240250
|
+
}
|
|
240251
|
+
],
|
|
240252
|
+
"required": false,
|
|
240253
|
+
"type": {
|
|
240254
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
240255
|
+
}
|
|
240256
|
+
},
|
|
240257
|
+
"tunnelId": {
|
|
240258
|
+
"defaultValue": null,
|
|
240259
|
+
"description": "@internal",
|
|
240260
|
+
"name": "tunnelId",
|
|
240261
|
+
"parent": {
|
|
240262
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
240263
|
+
"name": "PropsWithTunnel"
|
|
240264
|
+
},
|
|
240265
|
+
"declarations": [
|
|
240266
|
+
{
|
|
240267
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
240268
|
+
"name": "PropsWithTunnel"
|
|
240269
|
+
}
|
|
240270
|
+
],
|
|
240271
|
+
"required": false,
|
|
240272
|
+
"type": {
|
|
240273
|
+
"name": "string | null"
|
|
240274
|
+
}
|
|
240275
|
+
},
|
|
240276
|
+
"ref": {
|
|
240277
|
+
"defaultValue": null,
|
|
240278
|
+
"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}",
|
|
240279
|
+
"name": "ref",
|
|
240280
|
+
"parent": {
|
|
240281
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
240282
|
+
"name": "RefAttributes"
|
|
240283
|
+
},
|
|
240284
|
+
"declarations": [
|
|
240285
|
+
{
|
|
240286
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
240287
|
+
"name": "RefAttributes"
|
|
240288
|
+
}
|
|
240289
|
+
],
|
|
240290
|
+
"required": false,
|
|
240291
|
+
"type": {
|
|
240292
|
+
"name": "Ref<HTMLSpanElement>"
|
|
240293
|
+
}
|
|
240294
|
+
},
|
|
240295
|
+
"key": {
|
|
240296
|
+
"defaultValue": null,
|
|
240297
|
+
"description": "",
|
|
240298
|
+
"name": "key",
|
|
240299
|
+
"parent": {
|
|
240300
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
240301
|
+
"name": "Attributes"
|
|
240302
|
+
},
|
|
240303
|
+
"declarations": [
|
|
240304
|
+
{
|
|
240305
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
240306
|
+
"name": "Attributes"
|
|
240307
|
+
}
|
|
240308
|
+
],
|
|
240309
|
+
"required": false,
|
|
240310
|
+
"type": {
|
|
240311
|
+
"name": "Key | null"
|
|
240312
|
+
}
|
|
240313
|
+
},
|
|
240314
|
+
"className": {
|
|
240315
|
+
"defaultValue": null,
|
|
240316
|
+
"description": "The elements class name.",
|
|
240317
|
+
"name": "className",
|
|
240318
|
+
"parent": {
|
|
240319
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
240320
|
+
"name": "PropsWithClassName"
|
|
240321
|
+
},
|
|
240322
|
+
"declarations": [
|
|
240323
|
+
{
|
|
240324
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
240325
|
+
"name": "PropsWithClassName"
|
|
240326
|
+
}
|
|
240327
|
+
],
|
|
240328
|
+
"required": false,
|
|
240329
|
+
"type": {
|
|
240330
|
+
"name": "string"
|
|
240331
|
+
}
|
|
240332
|
+
}
|
|
240333
|
+
}
|
|
240334
|
+
},
|
|
240316
240335
|
{
|
|
240317
240336
|
"tags": {
|
|
240318
240337
|
"flr-generate": "all"
|
|
@@ -274750,49 +274769,6 @@
|
|
|
274750
274769
|
}
|
|
274751
274770
|
}
|
|
274752
274771
|
},
|
|
274753
|
-
{
|
|
274754
|
-
"tags": {},
|
|
274755
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
274756
|
-
"description": "",
|
|
274757
|
-
"displayName": "FormSettingsProvider",
|
|
274758
|
-
"methods": [],
|
|
274759
|
-
"props": {
|
|
274760
|
-
"submitInterceptor": {
|
|
274761
|
-
"defaultValue": null,
|
|
274762
|
-
"description": "",
|
|
274763
|
-
"name": "submitInterceptor",
|
|
274764
|
-
"parent": {
|
|
274765
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
274766
|
-
"name": "Context"
|
|
274767
|
-
},
|
|
274768
|
-
"declarations": [
|
|
274769
|
-
{
|
|
274770
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
274771
|
-
"name": "Context"
|
|
274772
|
-
}
|
|
274773
|
-
],
|
|
274774
|
-
"required": false,
|
|
274775
|
-
"type": {
|
|
274776
|
-
"name": "SubmitInterceptor"
|
|
274777
|
-
}
|
|
274778
|
-
},
|
|
274779
|
-
"children": {
|
|
274780
|
-
"defaultValue": null,
|
|
274781
|
-
"description": "",
|
|
274782
|
-
"name": "children",
|
|
274783
|
-
"declarations": [
|
|
274784
|
-
{
|
|
274785
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
274786
|
-
"name": "TypeLiteral"
|
|
274787
|
-
}
|
|
274788
|
-
],
|
|
274789
|
-
"required": false,
|
|
274790
|
-
"type": {
|
|
274791
|
-
"name": "ReactNode"
|
|
274792
|
-
}
|
|
274793
|
-
}
|
|
274794
|
-
}
|
|
274795
|
-
},
|
|
274796
274772
|
{
|
|
274797
274773
|
"tags": {},
|
|
274798
274774
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/ResetButton/ResetButton.tsx",
|
|
@@ -277149,6 +277125,49 @@
|
|
|
277149
277125
|
}
|
|
277150
277126
|
}
|
|
277151
277127
|
},
|
|
277128
|
+
{
|
|
277129
|
+
"tags": {},
|
|
277130
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
277131
|
+
"description": "",
|
|
277132
|
+
"displayName": "FormSettingsProvider",
|
|
277133
|
+
"methods": [],
|
|
277134
|
+
"props": {
|
|
277135
|
+
"submitInterceptor": {
|
|
277136
|
+
"defaultValue": null,
|
|
277137
|
+
"description": "",
|
|
277138
|
+
"name": "submitInterceptor",
|
|
277139
|
+
"parent": {
|
|
277140
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
277141
|
+
"name": "Context"
|
|
277142
|
+
},
|
|
277143
|
+
"declarations": [
|
|
277144
|
+
{
|
|
277145
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
277146
|
+
"name": "Context"
|
|
277147
|
+
}
|
|
277148
|
+
],
|
|
277149
|
+
"required": false,
|
|
277150
|
+
"type": {
|
|
277151
|
+
"name": "SubmitInterceptor"
|
|
277152
|
+
}
|
|
277153
|
+
},
|
|
277154
|
+
"children": {
|
|
277155
|
+
"defaultValue": null,
|
|
277156
|
+
"description": "",
|
|
277157
|
+
"name": "children",
|
|
277158
|
+
"declarations": [
|
|
277159
|
+
{
|
|
277160
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
277161
|
+
"name": "TypeLiteral"
|
|
277162
|
+
}
|
|
277163
|
+
],
|
|
277164
|
+
"required": false,
|
|
277165
|
+
"type": {
|
|
277166
|
+
"name": "ReactNode"
|
|
277167
|
+
}
|
|
277168
|
+
}
|
|
277169
|
+
}
|
|
277170
|
+
},
|
|
277152
277171
|
{
|
|
277153
277172
|
"tags": {},
|
|
277154
277173
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormRootError/FormRootError.tsx",
|
|
@@ -289562,72 +289581,6 @@
|
|
|
289562
289581
|
}
|
|
289563
289582
|
}
|
|
289564
289583
|
},
|
|
289565
|
-
{
|
|
289566
|
-
"tags": {},
|
|
289567
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
289568
|
-
"description": "",
|
|
289569
|
-
"displayName": "TabList",
|
|
289570
|
-
"methods": [],
|
|
289571
|
-
"props": {
|
|
289572
|
-
"selection": {
|
|
289573
|
-
"defaultValue": null,
|
|
289574
|
-
"description": "",
|
|
289575
|
-
"name": "selection",
|
|
289576
|
-
"parent": {
|
|
289577
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
289578
|
-
"name": "Props"
|
|
289579
|
-
},
|
|
289580
|
-
"declarations": [
|
|
289581
|
-
{
|
|
289582
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
289583
|
-
"name": "Props"
|
|
289584
|
-
}
|
|
289585
|
-
],
|
|
289586
|
-
"required": true,
|
|
289587
|
-
"type": {
|
|
289588
|
-
"name": "Key | undefined"
|
|
289589
|
-
}
|
|
289590
|
-
},
|
|
289591
|
-
"onContextMenuSelectionChange": {
|
|
289592
|
-
"defaultValue": null,
|
|
289593
|
-
"description": "",
|
|
289594
|
-
"name": "onContextMenuSelectionChange",
|
|
289595
|
-
"parent": {
|
|
289596
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
289597
|
-
"name": "Props"
|
|
289598
|
-
},
|
|
289599
|
-
"declarations": [
|
|
289600
|
-
{
|
|
289601
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
289602
|
-
"name": "Props"
|
|
289603
|
-
}
|
|
289604
|
-
],
|
|
289605
|
-
"required": true,
|
|
289606
|
-
"type": {
|
|
289607
|
-
"name": "(key: Key) => void"
|
|
289608
|
-
}
|
|
289609
|
-
},
|
|
289610
|
-
"disabledKeys": {
|
|
289611
|
-
"defaultValue": null,
|
|
289612
|
-
"description": "",
|
|
289613
|
-
"name": "disabledKeys",
|
|
289614
|
-
"parent": {
|
|
289615
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
289616
|
-
"name": "Props"
|
|
289617
|
-
},
|
|
289618
|
-
"declarations": [
|
|
289619
|
-
{
|
|
289620
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
289621
|
-
"name": "Props"
|
|
289622
|
-
}
|
|
289623
|
-
],
|
|
289624
|
-
"required": false,
|
|
289625
|
-
"type": {
|
|
289626
|
-
"name": "Iterable<Key>"
|
|
289627
|
-
}
|
|
289628
|
-
}
|
|
289629
|
-
}
|
|
289630
|
-
},
|
|
289631
289584
|
{
|
|
289632
289585
|
"tags": {
|
|
289633
289586
|
"flr-generate": "all"
|
|
@@ -291385,6 +291338,72 @@
|
|
|
291385
291338
|
}
|
|
291386
291339
|
}
|
|
291387
291340
|
},
|
|
291341
|
+
{
|
|
291342
|
+
"tags": {},
|
|
291343
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
291344
|
+
"description": "",
|
|
291345
|
+
"displayName": "TabList",
|
|
291346
|
+
"methods": [],
|
|
291347
|
+
"props": {
|
|
291348
|
+
"selection": {
|
|
291349
|
+
"defaultValue": null,
|
|
291350
|
+
"description": "",
|
|
291351
|
+
"name": "selection",
|
|
291352
|
+
"parent": {
|
|
291353
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
291354
|
+
"name": "Props"
|
|
291355
|
+
},
|
|
291356
|
+
"declarations": [
|
|
291357
|
+
{
|
|
291358
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
291359
|
+
"name": "Props"
|
|
291360
|
+
}
|
|
291361
|
+
],
|
|
291362
|
+
"required": true,
|
|
291363
|
+
"type": {
|
|
291364
|
+
"name": "Key | undefined"
|
|
291365
|
+
}
|
|
291366
|
+
},
|
|
291367
|
+
"onContextMenuSelectionChange": {
|
|
291368
|
+
"defaultValue": null,
|
|
291369
|
+
"description": "",
|
|
291370
|
+
"name": "onContextMenuSelectionChange",
|
|
291371
|
+
"parent": {
|
|
291372
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
291373
|
+
"name": "Props"
|
|
291374
|
+
},
|
|
291375
|
+
"declarations": [
|
|
291376
|
+
{
|
|
291377
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
291378
|
+
"name": "Props"
|
|
291379
|
+
}
|
|
291380
|
+
],
|
|
291381
|
+
"required": true,
|
|
291382
|
+
"type": {
|
|
291383
|
+
"name": "(key: Key) => void"
|
|
291384
|
+
}
|
|
291385
|
+
},
|
|
291386
|
+
"disabledKeys": {
|
|
291387
|
+
"defaultValue": null,
|
|
291388
|
+
"description": "",
|
|
291389
|
+
"name": "disabledKeys",
|
|
291390
|
+
"parent": {
|
|
291391
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
291392
|
+
"name": "Props"
|
|
291393
|
+
},
|
|
291394
|
+
"declarations": [
|
|
291395
|
+
{
|
|
291396
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
291397
|
+
"name": "Props"
|
|
291398
|
+
}
|
|
291399
|
+
],
|
|
291400
|
+
"required": false,
|
|
291401
|
+
"type": {
|
|
291402
|
+
"name": "Iterable<Key>"
|
|
291403
|
+
}
|
|
291404
|
+
}
|
|
291405
|
+
}
|
|
291406
|
+
},
|
|
291388
291407
|
{
|
|
291389
291408
|
"tags": {
|
|
291390
291409
|
"flr-generate": "all"
|
|
@@ -294715,9 +294734,9 @@
|
|
|
294715
294734
|
"tags": {
|
|
294716
294735
|
"flr-generate": "all"
|
|
294717
294736
|
},
|
|
294718
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
294737
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableFooterRow/TableFooterRow.tsx",
|
|
294719
294738
|
"description": "",
|
|
294720
|
-
"displayName": "
|
|
294739
|
+
"displayName": "TableFooterRow",
|
|
294721
294740
|
"methods": [],
|
|
294722
294741
|
"props": {
|
|
294723
294742
|
"className": {
|
|
@@ -294779,6 +294798,25 @@
|
|
|
294779
294798
|
"name": "ReactNode"
|
|
294780
294799
|
}
|
|
294781
294800
|
},
|
|
294801
|
+
"value": {
|
|
294802
|
+
"defaultValue": null,
|
|
294803
|
+
"description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
|
|
294804
|
+
"name": "value",
|
|
294805
|
+
"parent": {
|
|
294806
|
+
"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",
|
|
294807
|
+
"name": "MenuItemProps"
|
|
294808
|
+
},
|
|
294809
|
+
"declarations": [
|
|
294810
|
+
{
|
|
294811
|
+
"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",
|
|
294812
|
+
"name": "MenuItemProps"
|
|
294813
|
+
}
|
|
294814
|
+
],
|
|
294815
|
+
"required": false,
|
|
294816
|
+
"type": {
|
|
294817
|
+
"name": "object"
|
|
294818
|
+
}
|
|
294819
|
+
},
|
|
294782
294820
|
"dependencies": {
|
|
294783
294821
|
"defaultValue": null,
|
|
294784
294822
|
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
@@ -294798,6 +294836,82 @@
|
|
|
294798
294836
|
"name": "readonly any[]"
|
|
294799
294837
|
}
|
|
294800
294838
|
},
|
|
294839
|
+
"textValue": {
|
|
294840
|
+
"defaultValue": null,
|
|
294841
|
+
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
294842
|
+
"name": "textValue",
|
|
294843
|
+
"parent": {
|
|
294844
|
+
"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",
|
|
294845
|
+
"name": "ListBoxItemProps"
|
|
294846
|
+
},
|
|
294847
|
+
"declarations": [
|
|
294848
|
+
{
|
|
294849
|
+
"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",
|
|
294850
|
+
"name": "ListBoxItemProps"
|
|
294851
|
+
}
|
|
294852
|
+
],
|
|
294853
|
+
"required": false,
|
|
294854
|
+
"type": {
|
|
294855
|
+
"name": "string"
|
|
294856
|
+
}
|
|
294857
|
+
},
|
|
294858
|
+
"isDisabled": {
|
|
294859
|
+
"defaultValue": null,
|
|
294860
|
+
"description": "Whether the item is disabled.",
|
|
294861
|
+
"name": "isDisabled",
|
|
294862
|
+
"parent": {
|
|
294863
|
+
"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",
|
|
294864
|
+
"name": "ListBoxItemProps"
|
|
294865
|
+
},
|
|
294866
|
+
"declarations": [
|
|
294867
|
+
{
|
|
294868
|
+
"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",
|
|
294869
|
+
"name": "ListBoxItemProps"
|
|
294870
|
+
}
|
|
294871
|
+
],
|
|
294872
|
+
"required": false,
|
|
294873
|
+
"type": {
|
|
294874
|
+
"name": "boolean"
|
|
294875
|
+
}
|
|
294876
|
+
},
|
|
294877
|
+
"onAction": {
|
|
294878
|
+
"defaultValue": null,
|
|
294879
|
+
"description": "Handler that is called when a user performs an action on the item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
|
|
294880
|
+
"name": "onAction",
|
|
294881
|
+
"parent": {
|
|
294882
|
+
"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",
|
|
294883
|
+
"name": "ListBoxItemProps"
|
|
294884
|
+
},
|
|
294885
|
+
"declarations": [
|
|
294886
|
+
{
|
|
294887
|
+
"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",
|
|
294888
|
+
"name": "ListBoxItemProps"
|
|
294889
|
+
}
|
|
294890
|
+
],
|
|
294891
|
+
"required": false,
|
|
294892
|
+
"type": {
|
|
294893
|
+
"name": "(() => void)"
|
|
294894
|
+
}
|
|
294895
|
+
},
|
|
294896
|
+
"id": {
|
|
294897
|
+
"defaultValue": null,
|
|
294898
|
+
"description": "The unique id of the item.",
|
|
294899
|
+
"name": "id",
|
|
294900
|
+
"parent": {
|
|
294901
|
+
"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",
|
|
294902
|
+
"name": "MenuItemProps"
|
|
294903
|
+
},
|
|
294904
|
+
"declarations": [
|
|
294905
|
+
{
|
|
294906
|
+
"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",
|
|
294907
|
+
"name": "MenuItemProps"
|
|
294908
|
+
}
|
|
294909
|
+
],
|
|
294910
|
+
"required": false,
|
|
294911
|
+
"type": {
|
|
294912
|
+
"name": "Key"
|
|
294913
|
+
}
|
|
294914
|
+
},
|
|
294801
294915
|
"style": {
|
|
294802
294916
|
"defaultValue": null,
|
|
294803
294917
|
"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.",
|
|
@@ -294817,6 +294931,158 @@
|
|
|
294817
294931
|
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
294818
294932
|
}
|
|
294819
294933
|
},
|
|
294934
|
+
"href": {
|
|
294935
|
+
"defaultValue": null,
|
|
294936
|
+
"description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
|
|
294937
|
+
"name": "href",
|
|
294938
|
+
"parent": {
|
|
294939
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
294940
|
+
"name": "LinkDOMProps"
|
|
294941
|
+
},
|
|
294942
|
+
"declarations": [
|
|
294943
|
+
{
|
|
294944
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
294945
|
+
"name": "LinkDOMProps"
|
|
294946
|
+
}
|
|
294947
|
+
],
|
|
294948
|
+
"required": false,
|
|
294949
|
+
"type": {
|
|
294950
|
+
"name": "string"
|
|
294951
|
+
}
|
|
294952
|
+
},
|
|
294953
|
+
"hrefLang": {
|
|
294954
|
+
"defaultValue": null,
|
|
294955
|
+
"description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
294956
|
+
"name": "hrefLang",
|
|
294957
|
+
"parent": {
|
|
294958
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
294959
|
+
"name": "LinkDOMProps"
|
|
294960
|
+
},
|
|
294961
|
+
"declarations": [
|
|
294962
|
+
{
|
|
294963
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
294964
|
+
"name": "LinkDOMProps"
|
|
294965
|
+
}
|
|
294966
|
+
],
|
|
294967
|
+
"required": false,
|
|
294968
|
+
"type": {
|
|
294969
|
+
"name": "string"
|
|
294970
|
+
}
|
|
294971
|
+
},
|
|
294972
|
+
"target": {
|
|
294973
|
+
"defaultValue": null,
|
|
294974
|
+
"description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
294975
|
+
"name": "target",
|
|
294976
|
+
"parent": {
|
|
294977
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
294978
|
+
"name": "LinkDOMProps"
|
|
294979
|
+
},
|
|
294980
|
+
"declarations": [
|
|
294981
|
+
{
|
|
294982
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
294983
|
+
"name": "LinkDOMProps"
|
|
294984
|
+
}
|
|
294985
|
+
],
|
|
294986
|
+
"required": false,
|
|
294987
|
+
"type": {
|
|
294988
|
+
"name": "HTMLAttributeAnchorTarget"
|
|
294989
|
+
}
|
|
294990
|
+
},
|
|
294991
|
+
"rel": {
|
|
294992
|
+
"defaultValue": null,
|
|
294993
|
+
"description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
294994
|
+
"name": "rel",
|
|
294995
|
+
"parent": {
|
|
294996
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
294997
|
+
"name": "LinkDOMProps"
|
|
294998
|
+
},
|
|
294999
|
+
"declarations": [
|
|
295000
|
+
{
|
|
295001
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
295002
|
+
"name": "LinkDOMProps"
|
|
295003
|
+
}
|
|
295004
|
+
],
|
|
295005
|
+
"required": false,
|
|
295006
|
+
"type": {
|
|
295007
|
+
"name": "string"
|
|
295008
|
+
}
|
|
295009
|
+
},
|
|
295010
|
+
"download": {
|
|
295011
|
+
"defaultValue": null,
|
|
295012
|
+
"description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
|
|
295013
|
+
"name": "download",
|
|
295014
|
+
"parent": {
|
|
295015
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
295016
|
+
"name": "LinkDOMProps"
|
|
295017
|
+
},
|
|
295018
|
+
"declarations": [
|
|
295019
|
+
{
|
|
295020
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
295021
|
+
"name": "LinkDOMProps"
|
|
295022
|
+
}
|
|
295023
|
+
],
|
|
295024
|
+
"required": false,
|
|
295025
|
+
"type": {
|
|
295026
|
+
"name": "string | boolean"
|
|
295027
|
+
}
|
|
295028
|
+
},
|
|
295029
|
+
"ping": {
|
|
295030
|
+
"defaultValue": null,
|
|
295031
|
+
"description": "A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
|
|
295032
|
+
"name": "ping",
|
|
295033
|
+
"parent": {
|
|
295034
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
295035
|
+
"name": "LinkDOMProps"
|
|
295036
|
+
},
|
|
295037
|
+
"declarations": [
|
|
295038
|
+
{
|
|
295039
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
295040
|
+
"name": "LinkDOMProps"
|
|
295041
|
+
}
|
|
295042
|
+
],
|
|
295043
|
+
"required": false,
|
|
295044
|
+
"type": {
|
|
295045
|
+
"name": "string"
|
|
295046
|
+
}
|
|
295047
|
+
},
|
|
295048
|
+
"referrerPolicy": {
|
|
295049
|
+
"defaultValue": null,
|
|
295050
|
+
"description": "How much of the referrer to send when following the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
|
|
295051
|
+
"name": "referrerPolicy",
|
|
295052
|
+
"parent": {
|
|
295053
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
295054
|
+
"name": "LinkDOMProps"
|
|
295055
|
+
},
|
|
295056
|
+
"declarations": [
|
|
295057
|
+
{
|
|
295058
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
295059
|
+
"name": "LinkDOMProps"
|
|
295060
|
+
}
|
|
295061
|
+
],
|
|
295062
|
+
"required": false,
|
|
295063
|
+
"type": {
|
|
295064
|
+
"name": "HTMLAttributeReferrerPolicy"
|
|
295065
|
+
}
|
|
295066
|
+
},
|
|
295067
|
+
"routerOptions": {
|
|
295068
|
+
"defaultValue": null,
|
|
295069
|
+
"description": "Options for the configured client side router.",
|
|
295070
|
+
"name": "routerOptions",
|
|
295071
|
+
"parent": {
|
|
295072
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
295073
|
+
"name": "LinkDOMProps"
|
|
295074
|
+
},
|
|
295075
|
+
"declarations": [
|
|
295076
|
+
{
|
|
295077
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
295078
|
+
"name": "LinkDOMProps"
|
|
295079
|
+
}
|
|
295080
|
+
],
|
|
295081
|
+
"required": false,
|
|
295082
|
+
"type": {
|
|
295083
|
+
"name": "undefined"
|
|
295084
|
+
}
|
|
295085
|
+
},
|
|
294820
295086
|
"onHoverStart": {
|
|
294821
295087
|
"defaultValue": null,
|
|
294822
295088
|
"description": "Handler that is called when a hover interaction starts.",
|
|
@@ -294874,6 +295140,120 @@
|
|
|
294874
295140
|
"name": "((isHovering: boolean) => void)"
|
|
294875
295141
|
}
|
|
294876
295142
|
},
|
|
295143
|
+
"onPress": {
|
|
295144
|
+
"defaultValue": null,
|
|
295145
|
+
"description": "Handler that is called when the press is released over the target.",
|
|
295146
|
+
"name": "onPress",
|
|
295147
|
+
"parent": {
|
|
295148
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
295149
|
+
"name": "PressEvents"
|
|
295150
|
+
},
|
|
295151
|
+
"declarations": [
|
|
295152
|
+
{
|
|
295153
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
295154
|
+
"name": "PressEvents"
|
|
295155
|
+
}
|
|
295156
|
+
],
|
|
295157
|
+
"required": false,
|
|
295158
|
+
"type": {
|
|
295159
|
+
"name": "((e: PressEvent) => void)"
|
|
295160
|
+
}
|
|
295161
|
+
},
|
|
295162
|
+
"onPressStart": {
|
|
295163
|
+
"defaultValue": null,
|
|
295164
|
+
"description": "Handler that is called when a press interaction starts.",
|
|
295165
|
+
"name": "onPressStart",
|
|
295166
|
+
"parent": {
|
|
295167
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
295168
|
+
"name": "PressEvents"
|
|
295169
|
+
},
|
|
295170
|
+
"declarations": [
|
|
295171
|
+
{
|
|
295172
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
295173
|
+
"name": "PressEvents"
|
|
295174
|
+
}
|
|
295175
|
+
],
|
|
295176
|
+
"required": false,
|
|
295177
|
+
"type": {
|
|
295178
|
+
"name": "((e: PressEvent) => void)"
|
|
295179
|
+
}
|
|
295180
|
+
},
|
|
295181
|
+
"onPressEnd": {
|
|
295182
|
+
"defaultValue": null,
|
|
295183
|
+
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
295184
|
+
"name": "onPressEnd",
|
|
295185
|
+
"parent": {
|
|
295186
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
295187
|
+
"name": "PressEvents"
|
|
295188
|
+
},
|
|
295189
|
+
"declarations": [
|
|
295190
|
+
{
|
|
295191
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
295192
|
+
"name": "PressEvents"
|
|
295193
|
+
}
|
|
295194
|
+
],
|
|
295195
|
+
"required": false,
|
|
295196
|
+
"type": {
|
|
295197
|
+
"name": "((e: PressEvent) => void)"
|
|
295198
|
+
}
|
|
295199
|
+
},
|
|
295200
|
+
"onPressChange": {
|
|
295201
|
+
"defaultValue": null,
|
|
295202
|
+
"description": "Handler that is called when the press state changes.",
|
|
295203
|
+
"name": "onPressChange",
|
|
295204
|
+
"parent": {
|
|
295205
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
295206
|
+
"name": "PressEvents"
|
|
295207
|
+
},
|
|
295208
|
+
"declarations": [
|
|
295209
|
+
{
|
|
295210
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
295211
|
+
"name": "PressEvents"
|
|
295212
|
+
}
|
|
295213
|
+
],
|
|
295214
|
+
"required": false,
|
|
295215
|
+
"type": {
|
|
295216
|
+
"name": "((isPressed: boolean) => void)"
|
|
295217
|
+
}
|
|
295218
|
+
},
|
|
295219
|
+
"onPressUp": {
|
|
295220
|
+
"defaultValue": null,
|
|
295221
|
+
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
295222
|
+
"name": "onPressUp",
|
|
295223
|
+
"parent": {
|
|
295224
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
295225
|
+
"name": "PressEvents"
|
|
295226
|
+
},
|
|
295227
|
+
"declarations": [
|
|
295228
|
+
{
|
|
295229
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
295230
|
+
"name": "PressEvents"
|
|
295231
|
+
}
|
|
295232
|
+
],
|
|
295233
|
+
"required": false,
|
|
295234
|
+
"type": {
|
|
295235
|
+
"name": "((e: PressEvent) => void)"
|
|
295236
|
+
}
|
|
295237
|
+
},
|
|
295238
|
+
"onClick": {
|
|
295239
|
+
"defaultValue": null,
|
|
295240
|
+
"description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides \nadditional event details for non-mouse interactions.",
|
|
295241
|
+
"name": "onClick",
|
|
295242
|
+
"parent": {
|
|
295243
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
295244
|
+
"name": "PressEvents"
|
|
295245
|
+
},
|
|
295246
|
+
"declarations": [
|
|
295247
|
+
{
|
|
295248
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
295249
|
+
"name": "PressEvents"
|
|
295250
|
+
}
|
|
295251
|
+
],
|
|
295252
|
+
"required": false,
|
|
295253
|
+
"type": {
|
|
295254
|
+
"name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
|
|
295255
|
+
}
|
|
295256
|
+
},
|
|
294877
295257
|
"dir": {
|
|
294878
295258
|
"defaultValue": null,
|
|
294879
295259
|
"description": "",
|
|
@@ -294969,25 +295349,6 @@
|
|
|
294969
295349
|
"name": "\"yes\" | \"no\""
|
|
294970
295350
|
}
|
|
294971
295351
|
},
|
|
294972
|
-
"onClick": {
|
|
294973
|
-
"defaultValue": null,
|
|
294974
|
-
"description": "",
|
|
294975
|
-
"name": "onClick",
|
|
294976
|
-
"parent": {
|
|
294977
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
294978
|
-
"name": "GlobalDOMEvents"
|
|
294979
|
-
},
|
|
294980
|
-
"declarations": [
|
|
294981
|
-
{
|
|
294982
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
294983
|
-
"name": "GlobalDOMEvents"
|
|
294984
|
-
}
|
|
294985
|
-
],
|
|
294986
|
-
"required": false,
|
|
294987
|
-
"type": {
|
|
294988
|
-
"name": "MouseEventHandler<HTMLDivElement>"
|
|
294989
|
-
}
|
|
294990
|
-
},
|
|
294991
295352
|
"onClickCapture": {
|
|
294992
295353
|
"defaultValue": null,
|
|
294993
295354
|
"description": "",
|
|
@@ -296184,6 +296545,21 @@
|
|
|
296184
296545
|
"type": {
|
|
296185
296546
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
296186
296547
|
}
|
|
296548
|
+
},
|
|
296549
|
+
"footer": {
|
|
296550
|
+
"defaultValue": null,
|
|
296551
|
+
"description": "@internal",
|
|
296552
|
+
"name": "footer",
|
|
296553
|
+
"declarations": [
|
|
296554
|
+
{
|
|
296555
|
+
"fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
|
|
296556
|
+
"name": "TypeLiteral"
|
|
296557
|
+
}
|
|
296558
|
+
],
|
|
296559
|
+
"required": false,
|
|
296560
|
+
"type": {
|
|
296561
|
+
"name": "boolean"
|
|
296562
|
+
}
|
|
296187
296563
|
}
|
|
296188
296564
|
}
|
|
296189
296565
|
},
|
|
@@ -296191,182 +296567,70 @@
|
|
|
296191
296567
|
"tags": {
|
|
296192
296568
|
"flr-generate": "all"
|
|
296193
296569
|
},
|
|
296194
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
296570
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableColumn/TableColumn.tsx",
|
|
296195
296571
|
"description": "",
|
|
296196
|
-
"displayName": "
|
|
296572
|
+
"displayName": "TableColumn",
|
|
296197
296573
|
"methods": [],
|
|
296198
296574
|
"props": {
|
|
296199
|
-
"
|
|
296575
|
+
"horizontalAlign": {
|
|
296200
296576
|
"defaultValue": {
|
|
296201
|
-
"value": "
|
|
296202
|
-
},
|
|
296203
|
-
"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.",
|
|
296204
|
-
"name": "className",
|
|
296205
|
-
"parent": {
|
|
296206
|
-
"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",
|
|
296207
|
-
"name": "TooltipProps"
|
|
296208
|
-
},
|
|
296209
|
-
"declarations": [
|
|
296210
|
-
{
|
|
296211
|
-
"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",
|
|
296212
|
-
"name": "TooltipProps"
|
|
296213
|
-
}
|
|
296214
|
-
],
|
|
296215
|
-
"required": false,
|
|
296216
|
-
"type": {
|
|
296217
|
-
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
296218
|
-
}
|
|
296219
|
-
},
|
|
296220
|
-
"columns": {
|
|
296221
|
-
"defaultValue": null,
|
|
296222
|
-
"description": "A list of columns used when dynamically rendering cells.",
|
|
296223
|
-
"name": "columns",
|
|
296224
|
-
"parent": {
|
|
296225
|
-
"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",
|
|
296226
|
-
"name": "RowProps"
|
|
296227
|
-
},
|
|
296228
|
-
"declarations": [
|
|
296229
|
-
{
|
|
296230
|
-
"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",
|
|
296231
|
-
"name": "RowProps"
|
|
296232
|
-
}
|
|
296233
|
-
],
|
|
296234
|
-
"required": false,
|
|
296235
|
-
"type": {
|
|
296236
|
-
"name": "Iterable<never>"
|
|
296237
|
-
}
|
|
296238
|
-
},
|
|
296239
|
-
"children": {
|
|
296240
|
-
"defaultValue": null,
|
|
296241
|
-
"description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
|
|
296242
|
-
"name": "children",
|
|
296243
|
-
"parent": {
|
|
296244
|
-
"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",
|
|
296245
|
-
"name": "TableProps"
|
|
296246
|
-
},
|
|
296247
|
-
"declarations": [
|
|
296248
|
-
{
|
|
296249
|
-
"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",
|
|
296250
|
-
"name": "TableProps"
|
|
296251
|
-
}
|
|
296252
|
-
],
|
|
296253
|
-
"required": false,
|
|
296254
|
-
"type": {
|
|
296255
|
-
"name": "ReactNode"
|
|
296256
|
-
}
|
|
296257
|
-
},
|
|
296258
|
-
"value": {
|
|
296259
|
-
"defaultValue": null,
|
|
296260
|
-
"description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
|
|
296261
|
-
"name": "value",
|
|
296262
|
-
"parent": {
|
|
296263
|
-
"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",
|
|
296264
|
-
"name": "MenuItemProps"
|
|
296265
|
-
},
|
|
296266
|
-
"declarations": [
|
|
296267
|
-
{
|
|
296268
|
-
"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",
|
|
296269
|
-
"name": "MenuItemProps"
|
|
296270
|
-
}
|
|
296271
|
-
],
|
|
296272
|
-
"required": false,
|
|
296273
|
-
"type": {
|
|
296274
|
-
"name": "object"
|
|
296275
|
-
}
|
|
296276
|
-
},
|
|
296277
|
-
"dependencies": {
|
|
296278
|
-
"defaultValue": null,
|
|
296279
|
-
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
296280
|
-
"name": "dependencies",
|
|
296281
|
-
"parent": {
|
|
296282
|
-
"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",
|
|
296283
|
-
"name": "CollectionProps"
|
|
296577
|
+
"value": "\"start\""
|
|
296284
296578
|
},
|
|
296285
|
-
"
|
|
296286
|
-
|
|
296287
|
-
"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",
|
|
296288
|
-
"name": "CollectionProps"
|
|
296289
|
-
}
|
|
296290
|
-
],
|
|
296291
|
-
"required": false,
|
|
296292
|
-
"type": {
|
|
296293
|
-
"name": "readonly any[]"
|
|
296294
|
-
}
|
|
296295
|
-
},
|
|
296296
|
-
"textValue": {
|
|
296297
|
-
"defaultValue": null,
|
|
296298
|
-
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
296299
|
-
"name": "textValue",
|
|
296579
|
+
"description": "Horizontal alignment of the cell content",
|
|
296580
|
+
"name": "horizontalAlign",
|
|
296300
296581
|
"parent": {
|
|
296301
|
-
"fileName": "
|
|
296302
|
-
"name": "
|
|
296582
|
+
"fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
|
|
296583
|
+
"name": "TableColumnProps"
|
|
296303
296584
|
},
|
|
296304
296585
|
"declarations": [
|
|
296305
296586
|
{
|
|
296306
|
-
"fileName": "
|
|
296307
|
-
"name": "
|
|
296587
|
+
"fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
|
|
296588
|
+
"name": "TableColumnProps"
|
|
296308
296589
|
}
|
|
296309
296590
|
],
|
|
296310
296591
|
"required": false,
|
|
296311
296592
|
"type": {
|
|
296312
|
-
"name": "
|
|
296593
|
+
"name": "\"start\" | \"end\" | \"center\""
|
|
296313
296594
|
}
|
|
296314
296595
|
},
|
|
296315
|
-
"
|
|
296596
|
+
"width": {
|
|
296316
296597
|
"defaultValue": null,
|
|
296317
|
-
"description": "
|
|
296318
|
-
"name": "
|
|
296598
|
+
"description": "The width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
|
|
296599
|
+
"name": "width",
|
|
296319
296600
|
"parent": {
|
|
296320
296601
|
"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",
|
|
296321
|
-
"name": "
|
|
296602
|
+
"name": "ColumnProps"
|
|
296322
296603
|
},
|
|
296323
296604
|
"declarations": [
|
|
296324
296605
|
{
|
|
296325
296606
|
"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",
|
|
296326
|
-
"name": "
|
|
296607
|
+
"name": "ColumnProps"
|
|
296327
296608
|
}
|
|
296328
296609
|
],
|
|
296329
296610
|
"required": false,
|
|
296330
296611
|
"type": {
|
|
296331
|
-
"name": "
|
|
296612
|
+
"name": "ColumnSize | null"
|
|
296332
296613
|
}
|
|
296333
296614
|
},
|
|
296334
|
-
"
|
|
296335
|
-
"defaultValue":
|
|
296336
|
-
|
|
296337
|
-
"name": "onAction",
|
|
296338
|
-
"parent": {
|
|
296339
|
-
"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",
|
|
296340
|
-
"name": "ListBoxItemProps"
|
|
296615
|
+
"className": {
|
|
296616
|
+
"defaultValue": {
|
|
296617
|
+
"value": "'react-aria-Tooltip'"
|
|
296341
296618
|
},
|
|
296342
|
-
"
|
|
296343
|
-
|
|
296344
|
-
"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",
|
|
296345
|
-
"name": "ListBoxItemProps"
|
|
296346
|
-
}
|
|
296347
|
-
],
|
|
296348
|
-
"required": false,
|
|
296349
|
-
"type": {
|
|
296350
|
-
"name": "(() => void)"
|
|
296351
|
-
}
|
|
296352
|
-
},
|
|
296353
|
-
"id": {
|
|
296354
|
-
"defaultValue": null,
|
|
296355
|
-
"description": "The unique id of the item.",
|
|
296356
|
-
"name": "id",
|
|
296619
|
+
"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.",
|
|
296620
|
+
"name": "className",
|
|
296357
296621
|
"parent": {
|
|
296358
296622
|
"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",
|
|
296359
|
-
"name": "
|
|
296623
|
+
"name": "TooltipProps"
|
|
296360
296624
|
},
|
|
296361
296625
|
"declarations": [
|
|
296362
296626
|
{
|
|
296363
296627
|
"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",
|
|
296364
|
-
"name": "
|
|
296628
|
+
"name": "TooltipProps"
|
|
296365
296629
|
}
|
|
296366
296630
|
],
|
|
296367
296631
|
"required": false,
|
|
296368
296632
|
"type": {
|
|
296369
|
-
"name": "
|
|
296633
|
+
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
296370
296634
|
}
|
|
296371
296635
|
},
|
|
296372
296636
|
"style": {
|
|
@@ -296388,329 +296652,6 @@
|
|
|
296388
296652
|
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
296389
296653
|
}
|
|
296390
296654
|
},
|
|
296391
|
-
"href": {
|
|
296392
|
-
"defaultValue": null,
|
|
296393
|
-
"description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
|
|
296394
|
-
"name": "href",
|
|
296395
|
-
"parent": {
|
|
296396
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
296397
|
-
"name": "LinkDOMProps"
|
|
296398
|
-
},
|
|
296399
|
-
"declarations": [
|
|
296400
|
-
{
|
|
296401
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
296402
|
-
"name": "LinkDOMProps"
|
|
296403
|
-
}
|
|
296404
|
-
],
|
|
296405
|
-
"required": false,
|
|
296406
|
-
"type": {
|
|
296407
|
-
"name": "string"
|
|
296408
|
-
}
|
|
296409
|
-
},
|
|
296410
|
-
"hrefLang": {
|
|
296411
|
-
"defaultValue": null,
|
|
296412
|
-
"description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
296413
|
-
"name": "hrefLang",
|
|
296414
|
-
"parent": {
|
|
296415
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
296416
|
-
"name": "LinkDOMProps"
|
|
296417
|
-
},
|
|
296418
|
-
"declarations": [
|
|
296419
|
-
{
|
|
296420
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
296421
|
-
"name": "LinkDOMProps"
|
|
296422
|
-
}
|
|
296423
|
-
],
|
|
296424
|
-
"required": false,
|
|
296425
|
-
"type": {
|
|
296426
|
-
"name": "string"
|
|
296427
|
-
}
|
|
296428
|
-
},
|
|
296429
|
-
"target": {
|
|
296430
|
-
"defaultValue": null,
|
|
296431
|
-
"description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
296432
|
-
"name": "target",
|
|
296433
|
-
"parent": {
|
|
296434
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
296435
|
-
"name": "LinkDOMProps"
|
|
296436
|
-
},
|
|
296437
|
-
"declarations": [
|
|
296438
|
-
{
|
|
296439
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
296440
|
-
"name": "LinkDOMProps"
|
|
296441
|
-
}
|
|
296442
|
-
],
|
|
296443
|
-
"required": false,
|
|
296444
|
-
"type": {
|
|
296445
|
-
"name": "HTMLAttributeAnchorTarget"
|
|
296446
|
-
}
|
|
296447
|
-
},
|
|
296448
|
-
"rel": {
|
|
296449
|
-
"defaultValue": null,
|
|
296450
|
-
"description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
296451
|
-
"name": "rel",
|
|
296452
|
-
"parent": {
|
|
296453
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
296454
|
-
"name": "LinkDOMProps"
|
|
296455
|
-
},
|
|
296456
|
-
"declarations": [
|
|
296457
|
-
{
|
|
296458
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
296459
|
-
"name": "LinkDOMProps"
|
|
296460
|
-
}
|
|
296461
|
-
],
|
|
296462
|
-
"required": false,
|
|
296463
|
-
"type": {
|
|
296464
|
-
"name": "string"
|
|
296465
|
-
}
|
|
296466
|
-
},
|
|
296467
|
-
"download": {
|
|
296468
|
-
"defaultValue": null,
|
|
296469
|
-
"description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
|
|
296470
|
-
"name": "download",
|
|
296471
|
-
"parent": {
|
|
296472
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
296473
|
-
"name": "LinkDOMProps"
|
|
296474
|
-
},
|
|
296475
|
-
"declarations": [
|
|
296476
|
-
{
|
|
296477
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
296478
|
-
"name": "LinkDOMProps"
|
|
296479
|
-
}
|
|
296480
|
-
],
|
|
296481
|
-
"required": false,
|
|
296482
|
-
"type": {
|
|
296483
|
-
"name": "string | boolean"
|
|
296484
|
-
}
|
|
296485
|
-
},
|
|
296486
|
-
"ping": {
|
|
296487
|
-
"defaultValue": null,
|
|
296488
|
-
"description": "A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
|
|
296489
|
-
"name": "ping",
|
|
296490
|
-
"parent": {
|
|
296491
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
296492
|
-
"name": "LinkDOMProps"
|
|
296493
|
-
},
|
|
296494
|
-
"declarations": [
|
|
296495
|
-
{
|
|
296496
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
296497
|
-
"name": "LinkDOMProps"
|
|
296498
|
-
}
|
|
296499
|
-
],
|
|
296500
|
-
"required": false,
|
|
296501
|
-
"type": {
|
|
296502
|
-
"name": "string"
|
|
296503
|
-
}
|
|
296504
|
-
},
|
|
296505
|
-
"referrerPolicy": {
|
|
296506
|
-
"defaultValue": null,
|
|
296507
|
-
"description": "How much of the referrer to send when following the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
|
|
296508
|
-
"name": "referrerPolicy",
|
|
296509
|
-
"parent": {
|
|
296510
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
296511
|
-
"name": "LinkDOMProps"
|
|
296512
|
-
},
|
|
296513
|
-
"declarations": [
|
|
296514
|
-
{
|
|
296515
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
296516
|
-
"name": "LinkDOMProps"
|
|
296517
|
-
}
|
|
296518
|
-
],
|
|
296519
|
-
"required": false,
|
|
296520
|
-
"type": {
|
|
296521
|
-
"name": "HTMLAttributeReferrerPolicy"
|
|
296522
|
-
}
|
|
296523
|
-
},
|
|
296524
|
-
"routerOptions": {
|
|
296525
|
-
"defaultValue": null,
|
|
296526
|
-
"description": "Options for the configured client side router.",
|
|
296527
|
-
"name": "routerOptions",
|
|
296528
|
-
"parent": {
|
|
296529
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
296530
|
-
"name": "LinkDOMProps"
|
|
296531
|
-
},
|
|
296532
|
-
"declarations": [
|
|
296533
|
-
{
|
|
296534
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
296535
|
-
"name": "LinkDOMProps"
|
|
296536
|
-
}
|
|
296537
|
-
],
|
|
296538
|
-
"required": false,
|
|
296539
|
-
"type": {
|
|
296540
|
-
"name": "undefined"
|
|
296541
|
-
}
|
|
296542
|
-
},
|
|
296543
|
-
"onHoverStart": {
|
|
296544
|
-
"defaultValue": null,
|
|
296545
|
-
"description": "Handler that is called when a hover interaction starts.",
|
|
296546
|
-
"name": "onHoverStart",
|
|
296547
|
-
"parent": {
|
|
296548
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
296549
|
-
"name": "HoverEvents"
|
|
296550
|
-
},
|
|
296551
|
-
"declarations": [
|
|
296552
|
-
{
|
|
296553
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
296554
|
-
"name": "HoverEvents"
|
|
296555
|
-
}
|
|
296556
|
-
],
|
|
296557
|
-
"required": false,
|
|
296558
|
-
"type": {
|
|
296559
|
-
"name": "((e: HoverEvent) => void)"
|
|
296560
|
-
}
|
|
296561
|
-
},
|
|
296562
|
-
"onHoverEnd": {
|
|
296563
|
-
"defaultValue": null,
|
|
296564
|
-
"description": "Handler that is called when a hover interaction ends.",
|
|
296565
|
-
"name": "onHoverEnd",
|
|
296566
|
-
"parent": {
|
|
296567
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
296568
|
-
"name": "HoverEvents"
|
|
296569
|
-
},
|
|
296570
|
-
"declarations": [
|
|
296571
|
-
{
|
|
296572
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
296573
|
-
"name": "HoverEvents"
|
|
296574
|
-
}
|
|
296575
|
-
],
|
|
296576
|
-
"required": false,
|
|
296577
|
-
"type": {
|
|
296578
|
-
"name": "((e: HoverEvent) => void)"
|
|
296579
|
-
}
|
|
296580
|
-
},
|
|
296581
|
-
"onHoverChange": {
|
|
296582
|
-
"defaultValue": null,
|
|
296583
|
-
"description": "Handler that is called when the hover state changes.",
|
|
296584
|
-
"name": "onHoverChange",
|
|
296585
|
-
"parent": {
|
|
296586
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
296587
|
-
"name": "HoverEvents"
|
|
296588
|
-
},
|
|
296589
|
-
"declarations": [
|
|
296590
|
-
{
|
|
296591
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
296592
|
-
"name": "HoverEvents"
|
|
296593
|
-
}
|
|
296594
|
-
],
|
|
296595
|
-
"required": false,
|
|
296596
|
-
"type": {
|
|
296597
|
-
"name": "((isHovering: boolean) => void)"
|
|
296598
|
-
}
|
|
296599
|
-
},
|
|
296600
|
-
"onPress": {
|
|
296601
|
-
"defaultValue": null,
|
|
296602
|
-
"description": "Handler that is called when the press is released over the target.",
|
|
296603
|
-
"name": "onPress",
|
|
296604
|
-
"parent": {
|
|
296605
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
296606
|
-
"name": "PressEvents"
|
|
296607
|
-
},
|
|
296608
|
-
"declarations": [
|
|
296609
|
-
{
|
|
296610
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
296611
|
-
"name": "PressEvents"
|
|
296612
|
-
}
|
|
296613
|
-
],
|
|
296614
|
-
"required": false,
|
|
296615
|
-
"type": {
|
|
296616
|
-
"name": "((e: PressEvent) => void)"
|
|
296617
|
-
}
|
|
296618
|
-
},
|
|
296619
|
-
"onPressStart": {
|
|
296620
|
-
"defaultValue": null,
|
|
296621
|
-
"description": "Handler that is called when a press interaction starts.",
|
|
296622
|
-
"name": "onPressStart",
|
|
296623
|
-
"parent": {
|
|
296624
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
296625
|
-
"name": "PressEvents"
|
|
296626
|
-
},
|
|
296627
|
-
"declarations": [
|
|
296628
|
-
{
|
|
296629
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
296630
|
-
"name": "PressEvents"
|
|
296631
|
-
}
|
|
296632
|
-
],
|
|
296633
|
-
"required": false,
|
|
296634
|
-
"type": {
|
|
296635
|
-
"name": "((e: PressEvent) => void)"
|
|
296636
|
-
}
|
|
296637
|
-
},
|
|
296638
|
-
"onPressEnd": {
|
|
296639
|
-
"defaultValue": null,
|
|
296640
|
-
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
296641
|
-
"name": "onPressEnd",
|
|
296642
|
-
"parent": {
|
|
296643
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
296644
|
-
"name": "PressEvents"
|
|
296645
|
-
},
|
|
296646
|
-
"declarations": [
|
|
296647
|
-
{
|
|
296648
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
296649
|
-
"name": "PressEvents"
|
|
296650
|
-
}
|
|
296651
|
-
],
|
|
296652
|
-
"required": false,
|
|
296653
|
-
"type": {
|
|
296654
|
-
"name": "((e: PressEvent) => void)"
|
|
296655
|
-
}
|
|
296656
|
-
},
|
|
296657
|
-
"onPressChange": {
|
|
296658
|
-
"defaultValue": null,
|
|
296659
|
-
"description": "Handler that is called when the press state changes.",
|
|
296660
|
-
"name": "onPressChange",
|
|
296661
|
-
"parent": {
|
|
296662
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
296663
|
-
"name": "PressEvents"
|
|
296664
|
-
},
|
|
296665
|
-
"declarations": [
|
|
296666
|
-
{
|
|
296667
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
296668
|
-
"name": "PressEvents"
|
|
296669
|
-
}
|
|
296670
|
-
],
|
|
296671
|
-
"required": false,
|
|
296672
|
-
"type": {
|
|
296673
|
-
"name": "((isPressed: boolean) => void)"
|
|
296674
|
-
}
|
|
296675
|
-
},
|
|
296676
|
-
"onPressUp": {
|
|
296677
|
-
"defaultValue": null,
|
|
296678
|
-
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
296679
|
-
"name": "onPressUp",
|
|
296680
|
-
"parent": {
|
|
296681
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
296682
|
-
"name": "PressEvents"
|
|
296683
|
-
},
|
|
296684
|
-
"declarations": [
|
|
296685
|
-
{
|
|
296686
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
296687
|
-
"name": "PressEvents"
|
|
296688
|
-
}
|
|
296689
|
-
],
|
|
296690
|
-
"required": false,
|
|
296691
|
-
"type": {
|
|
296692
|
-
"name": "((e: PressEvent) => void)"
|
|
296693
|
-
}
|
|
296694
|
-
},
|
|
296695
|
-
"onClick": {
|
|
296696
|
-
"defaultValue": null,
|
|
296697
|
-
"description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides \nadditional event details for non-mouse interactions.",
|
|
296698
|
-
"name": "onClick",
|
|
296699
|
-
"parent": {
|
|
296700
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
296701
|
-
"name": "PressEvents"
|
|
296702
|
-
},
|
|
296703
|
-
"declarations": [
|
|
296704
|
-
{
|
|
296705
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
296706
|
-
"name": "PressEvents"
|
|
296707
|
-
}
|
|
296708
|
-
],
|
|
296709
|
-
"required": false,
|
|
296710
|
-
"type": {
|
|
296711
|
-
"name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
|
|
296712
|
-
}
|
|
296713
|
-
},
|
|
296714
296655
|
"dir": {
|
|
296715
296656
|
"defaultValue": null,
|
|
296716
296657
|
"description": "",
|
|
@@ -296806,6 +296747,25 @@
|
|
|
296806
296747
|
"name": "\"yes\" | \"no\""
|
|
296807
296748
|
}
|
|
296808
296749
|
},
|
|
296750
|
+
"onClick": {
|
|
296751
|
+
"defaultValue": null,
|
|
296752
|
+
"description": "",
|
|
296753
|
+
"name": "onClick",
|
|
296754
|
+
"parent": {
|
|
296755
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
296756
|
+
"name": "GlobalDOMEvents"
|
|
296757
|
+
},
|
|
296758
|
+
"declarations": [
|
|
296759
|
+
{
|
|
296760
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
296761
|
+
"name": "GlobalDOMEvents"
|
|
296762
|
+
}
|
|
296763
|
+
],
|
|
296764
|
+
"required": false,
|
|
296765
|
+
"type": {
|
|
296766
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
296767
|
+
}
|
|
296768
|
+
},
|
|
296809
296769
|
"onClickCapture": {
|
|
296810
296770
|
"defaultValue": null,
|
|
296811
296771
|
"description": "",
|
|
@@ -298003,57 +297963,67 @@
|
|
|
298003
297963
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
298004
297964
|
}
|
|
298005
297965
|
},
|
|
298006
|
-
"
|
|
297966
|
+
"id": {
|
|
298007
297967
|
"defaultValue": null,
|
|
298008
|
-
"description": "
|
|
298009
|
-
"name": "
|
|
297968
|
+
"description": "The unique id of the item.",
|
|
297969
|
+
"name": "id",
|
|
297970
|
+
"parent": {
|
|
297971
|
+
"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",
|
|
297972
|
+
"name": "MenuItemProps"
|
|
297973
|
+
},
|
|
298010
297974
|
"declarations": [
|
|
298011
297975
|
{
|
|
298012
|
-
"fileName": "
|
|
298013
|
-
"name": "
|
|
297976
|
+
"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",
|
|
297977
|
+
"name": "MenuItemProps"
|
|
298014
297978
|
}
|
|
298015
297979
|
],
|
|
298016
297980
|
"required": false,
|
|
298017
297981
|
"type": {
|
|
298018
|
-
"name": "
|
|
297982
|
+
"name": "Key"
|
|
298019
297983
|
}
|
|
298020
|
-
}
|
|
298021
|
-
|
|
298022
|
-
|
|
298023
|
-
|
|
298024
|
-
|
|
298025
|
-
|
|
298026
|
-
|
|
298027
|
-
|
|
298028
|
-
"description": "",
|
|
298029
|
-
"displayName": "TableColumn",
|
|
298030
|
-
"methods": [],
|
|
298031
|
-
"props": {
|
|
298032
|
-
"horizontalAlign": {
|
|
298033
|
-
"defaultValue": {
|
|
298034
|
-
"value": "\"start\""
|
|
297984
|
+
},
|
|
297985
|
+
"textValue": {
|
|
297986
|
+
"defaultValue": null,
|
|
297987
|
+
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
297988
|
+
"name": "textValue",
|
|
297989
|
+
"parent": {
|
|
297990
|
+
"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",
|
|
297991
|
+
"name": "ListBoxItemProps"
|
|
298035
297992
|
},
|
|
298036
|
-
"
|
|
298037
|
-
|
|
297993
|
+
"declarations": [
|
|
297994
|
+
{
|
|
297995
|
+
"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",
|
|
297996
|
+
"name": "ListBoxItemProps"
|
|
297997
|
+
}
|
|
297998
|
+
],
|
|
297999
|
+
"required": false,
|
|
298000
|
+
"type": {
|
|
298001
|
+
"name": "string"
|
|
298002
|
+
}
|
|
298003
|
+
},
|
|
298004
|
+
"minWidth": {
|
|
298005
|
+
"defaultValue": null,
|
|
298006
|
+
"description": "The minimum width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
|
|
298007
|
+
"name": "minWidth",
|
|
298038
298008
|
"parent": {
|
|
298039
|
-
"fileName": "
|
|
298040
|
-
"name": "
|
|
298009
|
+
"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",
|
|
298010
|
+
"name": "ColumnProps"
|
|
298041
298011
|
},
|
|
298042
298012
|
"declarations": [
|
|
298043
298013
|
{
|
|
298044
|
-
"fileName": "
|
|
298045
|
-
"name": "
|
|
298014
|
+
"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",
|
|
298015
|
+
"name": "ColumnProps"
|
|
298046
298016
|
}
|
|
298047
298017
|
],
|
|
298048
298018
|
"required": false,
|
|
298049
298019
|
"type": {
|
|
298050
|
-
"name": "
|
|
298020
|
+
"name": "ColumnStaticSize | null"
|
|
298051
298021
|
}
|
|
298052
298022
|
},
|
|
298053
|
-
"
|
|
298023
|
+
"maxWidth": {
|
|
298054
298024
|
"defaultValue": null,
|
|
298055
|
-
"description": "The width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
|
|
298056
|
-
"name": "
|
|
298025
|
+
"description": "The maximum width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
|
|
298026
|
+
"name": "maxWidth",
|
|
298057
298027
|
"parent": {
|
|
298058
298028
|
"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",
|
|
298059
298029
|
"name": "ColumnProps"
|
|
@@ -298066,47 +298036,151 @@
|
|
|
298066
298036
|
],
|
|
298067
298037
|
"required": false,
|
|
298068
298038
|
"type": {
|
|
298069
|
-
"name": "
|
|
298039
|
+
"name": "ColumnStaticSize | null"
|
|
298070
298040
|
}
|
|
298071
298041
|
},
|
|
298072
|
-
"
|
|
298073
|
-
"defaultValue":
|
|
298074
|
-
|
|
298042
|
+
"allowsSorting": {
|
|
298043
|
+
"defaultValue": null,
|
|
298044
|
+
"description": "Whether the column allows sorting.",
|
|
298045
|
+
"name": "allowsSorting",
|
|
298046
|
+
"parent": {
|
|
298047
|
+
"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",
|
|
298048
|
+
"name": "ColumnProps"
|
|
298075
298049
|
},
|
|
298076
|
-
"
|
|
298077
|
-
|
|
298050
|
+
"declarations": [
|
|
298051
|
+
{
|
|
298052
|
+
"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",
|
|
298053
|
+
"name": "ColumnProps"
|
|
298054
|
+
}
|
|
298055
|
+
],
|
|
298056
|
+
"required": false,
|
|
298057
|
+
"type": {
|
|
298058
|
+
"name": "boolean"
|
|
298059
|
+
}
|
|
298060
|
+
},
|
|
298061
|
+
"isRowHeader": {
|
|
298062
|
+
"defaultValue": null,
|
|
298063
|
+
"description": "Whether a column is a [row header](https://www.w3.org/TR/wai-aria-1.1/#rowheader) and should be announced by assistive technology during row navigation.",
|
|
298064
|
+
"name": "isRowHeader",
|
|
298078
298065
|
"parent": {
|
|
298079
298066
|
"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",
|
|
298080
|
-
"name": "
|
|
298067
|
+
"name": "ColumnProps"
|
|
298081
298068
|
},
|
|
298082
298069
|
"declarations": [
|
|
298083
298070
|
{
|
|
298084
298071
|
"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",
|
|
298085
|
-
"name": "
|
|
298072
|
+
"name": "ColumnProps"
|
|
298086
298073
|
}
|
|
298087
298074
|
],
|
|
298088
298075
|
"required": false,
|
|
298089
298076
|
"type": {
|
|
298090
|
-
"name": "
|
|
298077
|
+
"name": "boolean"
|
|
298091
298078
|
}
|
|
298092
298079
|
},
|
|
298093
|
-
"
|
|
298080
|
+
"defaultWidth": {
|
|
298094
298081
|
"defaultValue": null,
|
|
298095
|
-
"description": "The
|
|
298096
|
-
"name": "
|
|
298082
|
+
"description": "The default width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
|
|
298083
|
+
"name": "defaultWidth",
|
|
298097
298084
|
"parent": {
|
|
298098
298085
|
"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",
|
|
298099
|
-
"name": "
|
|
298086
|
+
"name": "ColumnProps"
|
|
298100
298087
|
},
|
|
298101
298088
|
"declarations": [
|
|
298102
298089
|
{
|
|
298103
298090
|
"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",
|
|
298104
|
-
"name": "
|
|
298091
|
+
"name": "ColumnProps"
|
|
298105
298092
|
}
|
|
298106
298093
|
],
|
|
298107
298094
|
"required": false,
|
|
298108
298095
|
"type": {
|
|
298109
|
-
"name": "
|
|
298096
|
+
"name": "ColumnSize | null"
|
|
298097
|
+
}
|
|
298098
|
+
},
|
|
298099
|
+
"children": {
|
|
298100
|
+
"defaultValue": null,
|
|
298101
|
+
"description": "",
|
|
298102
|
+
"name": "children",
|
|
298103
|
+
"declarations": [
|
|
298104
|
+
{
|
|
298105
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
298106
|
+
"name": "TypeLiteral"
|
|
298107
|
+
}
|
|
298108
|
+
],
|
|
298109
|
+
"required": false,
|
|
298110
|
+
"type": {
|
|
298111
|
+
"name": "ReactNode"
|
|
298112
|
+
}
|
|
298113
|
+
}
|
|
298114
|
+
}
|
|
298115
|
+
},
|
|
298116
|
+
{
|
|
298117
|
+
"tags": {
|
|
298118
|
+
"flr-generate": "all"
|
|
298119
|
+
},
|
|
298120
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
298121
|
+
"description": "",
|
|
298122
|
+
"displayName": "TableCell",
|
|
298123
|
+
"methods": [],
|
|
298124
|
+
"props": {
|
|
298125
|
+
"rowHeader": {
|
|
298126
|
+
"defaultValue": null,
|
|
298127
|
+
"description": "Use cell as row header",
|
|
298128
|
+
"name": "rowHeader",
|
|
298129
|
+
"parent": {
|
|
298130
|
+
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
298131
|
+
"name": "TableCellProps"
|
|
298132
|
+
},
|
|
298133
|
+
"declarations": [
|
|
298134
|
+
{
|
|
298135
|
+
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
298136
|
+
"name": "TableCellProps"
|
|
298137
|
+
}
|
|
298138
|
+
],
|
|
298139
|
+
"required": false,
|
|
298140
|
+
"type": {
|
|
298141
|
+
"name": "boolean"
|
|
298142
|
+
}
|
|
298143
|
+
},
|
|
298144
|
+
"horizontalAlign": {
|
|
298145
|
+
"defaultValue": {
|
|
298146
|
+
"value": "\"start\""
|
|
298147
|
+
},
|
|
298148
|
+
"description": "Horizontal alignment of the cell content",
|
|
298149
|
+
"name": "horizontalAlign",
|
|
298150
|
+
"parent": {
|
|
298151
|
+
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
298152
|
+
"name": "TableCellProps"
|
|
298153
|
+
},
|
|
298154
|
+
"declarations": [
|
|
298155
|
+
{
|
|
298156
|
+
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
298157
|
+
"name": "TableCellProps"
|
|
298158
|
+
}
|
|
298159
|
+
],
|
|
298160
|
+
"required": false,
|
|
298161
|
+
"type": {
|
|
298162
|
+
"name": "\"start\" | \"end\" | \"center\""
|
|
298163
|
+
}
|
|
298164
|
+
},
|
|
298165
|
+
"className": {
|
|
298166
|
+
"defaultValue": {
|
|
298167
|
+
"value": "'react-aria-Tooltip'"
|
|
298168
|
+
},
|
|
298169
|
+
"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.",
|
|
298170
|
+
"name": "className",
|
|
298171
|
+
"parent": {
|
|
298172
|
+
"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",
|
|
298173
|
+
"name": "TooltipProps"
|
|
298174
|
+
},
|
|
298175
|
+
"declarations": [
|
|
298176
|
+
{
|
|
298177
|
+
"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",
|
|
298178
|
+
"name": "TooltipProps"
|
|
298179
|
+
}
|
|
298180
|
+
],
|
|
298181
|
+
"required": false,
|
|
298182
|
+
"type": {
|
|
298183
|
+
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
298110
298184
|
}
|
|
298111
298185
|
},
|
|
298112
298186
|
"dir": {
|
|
@@ -299458,99 +299532,23 @@
|
|
|
299458
299532
|
"name": "string"
|
|
299459
299533
|
}
|
|
299460
299534
|
},
|
|
299461
|
-
"
|
|
299462
|
-
"defaultValue": null,
|
|
299463
|
-
"description": "The minimum width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
|
|
299464
|
-
"name": "minWidth",
|
|
299465
|
-
"parent": {
|
|
299466
|
-
"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",
|
|
299467
|
-
"name": "ColumnProps"
|
|
299468
|
-
},
|
|
299469
|
-
"declarations": [
|
|
299470
|
-
{
|
|
299471
|
-
"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",
|
|
299472
|
-
"name": "ColumnProps"
|
|
299473
|
-
}
|
|
299474
|
-
],
|
|
299475
|
-
"required": false,
|
|
299476
|
-
"type": {
|
|
299477
|
-
"name": "ColumnStaticSize | null"
|
|
299478
|
-
}
|
|
299479
|
-
},
|
|
299480
|
-
"maxWidth": {
|
|
299481
|
-
"defaultValue": null,
|
|
299482
|
-
"description": "The maximum width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
|
|
299483
|
-
"name": "maxWidth",
|
|
299484
|
-
"parent": {
|
|
299485
|
-
"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",
|
|
299486
|
-
"name": "ColumnProps"
|
|
299487
|
-
},
|
|
299488
|
-
"declarations": [
|
|
299489
|
-
{
|
|
299490
|
-
"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",
|
|
299491
|
-
"name": "ColumnProps"
|
|
299492
|
-
}
|
|
299493
|
-
],
|
|
299494
|
-
"required": false,
|
|
299495
|
-
"type": {
|
|
299496
|
-
"name": "ColumnStaticSize | null"
|
|
299497
|
-
}
|
|
299498
|
-
},
|
|
299499
|
-
"allowsSorting": {
|
|
299500
|
-
"defaultValue": null,
|
|
299501
|
-
"description": "Whether the column allows sorting.",
|
|
299502
|
-
"name": "allowsSorting",
|
|
299503
|
-
"parent": {
|
|
299504
|
-
"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",
|
|
299505
|
-
"name": "ColumnProps"
|
|
299506
|
-
},
|
|
299507
|
-
"declarations": [
|
|
299508
|
-
{
|
|
299509
|
-
"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",
|
|
299510
|
-
"name": "ColumnProps"
|
|
299511
|
-
}
|
|
299512
|
-
],
|
|
299513
|
-
"required": false,
|
|
299514
|
-
"type": {
|
|
299515
|
-
"name": "boolean"
|
|
299516
|
-
}
|
|
299517
|
-
},
|
|
299518
|
-
"isRowHeader": {
|
|
299519
|
-
"defaultValue": null,
|
|
299520
|
-
"description": "Whether a column is a [row header](https://www.w3.org/TR/wai-aria-1.1/#rowheader) and should be announced by assistive technology during row navigation.",
|
|
299521
|
-
"name": "isRowHeader",
|
|
299522
|
-
"parent": {
|
|
299523
|
-
"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",
|
|
299524
|
-
"name": "ColumnProps"
|
|
299525
|
-
},
|
|
299526
|
-
"declarations": [
|
|
299527
|
-
{
|
|
299528
|
-
"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",
|
|
299529
|
-
"name": "ColumnProps"
|
|
299530
|
-
}
|
|
299531
|
-
],
|
|
299532
|
-
"required": false,
|
|
299533
|
-
"type": {
|
|
299534
|
-
"name": "boolean"
|
|
299535
|
-
}
|
|
299536
|
-
},
|
|
299537
|
-
"defaultWidth": {
|
|
299535
|
+
"colSpan": {
|
|
299538
299536
|
"defaultValue": null,
|
|
299539
|
-
"description": "
|
|
299540
|
-
"name": "
|
|
299537
|
+
"description": "Indicates how many columns the data cell spans.",
|
|
299538
|
+
"name": "colSpan",
|
|
299541
299539
|
"parent": {
|
|
299542
299540
|
"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",
|
|
299543
|
-
"name": "
|
|
299541
|
+
"name": "CellProps"
|
|
299544
299542
|
},
|
|
299545
299543
|
"declarations": [
|
|
299546
299544
|
{
|
|
299547
299545
|
"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",
|
|
299548
|
-
"name": "
|
|
299546
|
+
"name": "CellProps"
|
|
299549
299547
|
}
|
|
299550
299548
|
],
|
|
299551
299549
|
"required": false,
|
|
299552
299550
|
"type": {
|
|
299553
|
-
"name": "
|
|
299551
|
+
"name": "number"
|
|
299554
299552
|
}
|
|
299555
299553
|
},
|
|
299556
299554
|
"children": {
|
|
@@ -299574,70 +299572,125 @@
|
|
|
299574
299572
|
"tags": {
|
|
299575
299573
|
"flr-generate": "all"
|
|
299576
299574
|
},
|
|
299577
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
299575
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableBody/TableBody.tsx",
|
|
299578
299576
|
"description": "",
|
|
299579
|
-
"displayName": "
|
|
299577
|
+
"displayName": "TableBody",
|
|
299580
299578
|
"methods": [],
|
|
299581
299579
|
"props": {
|
|
299582
|
-
"
|
|
299580
|
+
"className": {
|
|
299581
|
+
"defaultValue": {
|
|
299582
|
+
"value": "'react-aria-Tooltip'"
|
|
299583
|
+
},
|
|
299584
|
+
"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.",
|
|
299585
|
+
"name": "className",
|
|
299586
|
+
"parent": {
|
|
299587
|
+
"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",
|
|
299588
|
+
"name": "TooltipProps"
|
|
299589
|
+
},
|
|
299590
|
+
"declarations": [
|
|
299591
|
+
{
|
|
299592
|
+
"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",
|
|
299593
|
+
"name": "TooltipProps"
|
|
299594
|
+
}
|
|
299595
|
+
],
|
|
299596
|
+
"required": false,
|
|
299597
|
+
"type": {
|
|
299598
|
+
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
299599
|
+
}
|
|
299600
|
+
},
|
|
299601
|
+
"renderEmptyState": {
|
|
299583
299602
|
"defaultValue": null,
|
|
299584
|
-
"description": "
|
|
299585
|
-
"name": "
|
|
299603
|
+
"description": "Provides content to display when there are no items in the list.",
|
|
299604
|
+
"name": "renderEmptyState",
|
|
299586
299605
|
"parent": {
|
|
299587
|
-
"fileName": "
|
|
299588
|
-
"name": "
|
|
299606
|
+
"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",
|
|
299607
|
+
"name": "ListBoxProps"
|
|
299589
299608
|
},
|
|
299590
299609
|
"declarations": [
|
|
299591
299610
|
{
|
|
299592
|
-
"fileName": "
|
|
299593
|
-
"name": "
|
|
299611
|
+
"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",
|
|
299612
|
+
"name": "ListBoxProps"
|
|
299594
299613
|
}
|
|
299595
299614
|
],
|
|
299596
299615
|
"required": false,
|
|
299597
299616
|
"type": {
|
|
299598
|
-
"name": "
|
|
299617
|
+
"name": "((props: ListBoxRenderProps) => ReactNode)"
|
|
299599
299618
|
}
|
|
299600
299619
|
},
|
|
299601
|
-
"
|
|
299602
|
-
"defaultValue":
|
|
299603
|
-
|
|
299620
|
+
"children": {
|
|
299621
|
+
"defaultValue": null,
|
|
299622
|
+
"description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
|
|
299623
|
+
"name": "children",
|
|
299624
|
+
"parent": {
|
|
299625
|
+
"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",
|
|
299626
|
+
"name": "TableProps"
|
|
299604
299627
|
},
|
|
299605
|
-
"
|
|
299606
|
-
|
|
299628
|
+
"declarations": [
|
|
299629
|
+
{
|
|
299630
|
+
"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",
|
|
299631
|
+
"name": "TableProps"
|
|
299632
|
+
}
|
|
299633
|
+
],
|
|
299634
|
+
"required": false,
|
|
299635
|
+
"type": {
|
|
299636
|
+
"name": "ReactNode"
|
|
299637
|
+
}
|
|
299638
|
+
},
|
|
299639
|
+
"items": {
|
|
299640
|
+
"defaultValue": null,
|
|
299641
|
+
"description": "Item objects in the collection.",
|
|
299642
|
+
"name": "items",
|
|
299607
299643
|
"parent": {
|
|
299608
|
-
"fileName": "
|
|
299609
|
-
"name": "
|
|
299644
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
299645
|
+
"name": "CollectionBase"
|
|
299610
299646
|
},
|
|
299611
299647
|
"declarations": [
|
|
299612
299648
|
{
|
|
299613
|
-
"fileName": "
|
|
299614
|
-
"name": "
|
|
299649
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
299650
|
+
"name": "CollectionBase"
|
|
299615
299651
|
}
|
|
299616
299652
|
],
|
|
299617
299653
|
"required": false,
|
|
299618
299654
|
"type": {
|
|
299619
|
-
"name": "
|
|
299655
|
+
"name": "Iterable<object>"
|
|
299620
299656
|
}
|
|
299621
299657
|
},
|
|
299622
|
-
"
|
|
299623
|
-
"defaultValue":
|
|
299624
|
-
|
|
299658
|
+
"dependencies": {
|
|
299659
|
+
"defaultValue": null,
|
|
299660
|
+
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
299661
|
+
"name": "dependencies",
|
|
299662
|
+
"parent": {
|
|
299663
|
+
"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",
|
|
299664
|
+
"name": "CollectionProps"
|
|
299625
299665
|
},
|
|
299626
|
-
"
|
|
299627
|
-
|
|
299666
|
+
"declarations": [
|
|
299667
|
+
{
|
|
299668
|
+
"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",
|
|
299669
|
+
"name": "CollectionProps"
|
|
299670
|
+
}
|
|
299671
|
+
],
|
|
299672
|
+
"required": false,
|
|
299673
|
+
"type": {
|
|
299674
|
+
"name": "readonly any[]"
|
|
299675
|
+
}
|
|
299676
|
+
},
|
|
299677
|
+
"style": {
|
|
299678
|
+
"defaultValue": null,
|
|
299679
|
+
"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.",
|
|
299680
|
+
"name": "style",
|
|
299628
299681
|
"parent": {
|
|
299629
299682
|
"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",
|
|
299630
|
-
"name": "
|
|
299683
|
+
"name": "StyleRenderProps"
|
|
299631
299684
|
},
|
|
299632
299685
|
"declarations": [
|
|
299633
299686
|
{
|
|
299634
299687
|
"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",
|
|
299635
|
-
"name": "
|
|
299688
|
+
"name": "StyleRenderProps"
|
|
299636
299689
|
}
|
|
299637
299690
|
],
|
|
299638
299691
|
"required": false,
|
|
299639
299692
|
"type": {
|
|
299640
|
-
"name": "
|
|
299693
|
+
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
299641
299694
|
}
|
|
299642
299695
|
},
|
|
299643
299696
|
"dir": {
|
|
@@ -300950,78 +301003,6 @@
|
|
|
300950
301003
|
"type": {
|
|
300951
301004
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
300952
301005
|
}
|
|
300953
|
-
},
|
|
300954
|
-
"id": {
|
|
300955
|
-
"defaultValue": null,
|
|
300956
|
-
"description": "The unique id of the item.",
|
|
300957
|
-
"name": "id",
|
|
300958
|
-
"parent": {
|
|
300959
|
-
"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",
|
|
300960
|
-
"name": "MenuItemProps"
|
|
300961
|
-
},
|
|
300962
|
-
"declarations": [
|
|
300963
|
-
{
|
|
300964
|
-
"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",
|
|
300965
|
-
"name": "MenuItemProps"
|
|
300966
|
-
}
|
|
300967
|
-
],
|
|
300968
|
-
"required": false,
|
|
300969
|
-
"type": {
|
|
300970
|
-
"name": "Key"
|
|
300971
|
-
}
|
|
300972
|
-
},
|
|
300973
|
-
"textValue": {
|
|
300974
|
-
"defaultValue": null,
|
|
300975
|
-
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
300976
|
-
"name": "textValue",
|
|
300977
|
-
"parent": {
|
|
300978
|
-
"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",
|
|
300979
|
-
"name": "ListBoxItemProps"
|
|
300980
|
-
},
|
|
300981
|
-
"declarations": [
|
|
300982
|
-
{
|
|
300983
|
-
"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",
|
|
300984
|
-
"name": "ListBoxItemProps"
|
|
300985
|
-
}
|
|
300986
|
-
],
|
|
300987
|
-
"required": false,
|
|
300988
|
-
"type": {
|
|
300989
|
-
"name": "string"
|
|
300990
|
-
}
|
|
300991
|
-
},
|
|
300992
|
-
"colSpan": {
|
|
300993
|
-
"defaultValue": null,
|
|
300994
|
-
"description": "Indicates how many columns the data cell spans.",
|
|
300995
|
-
"name": "colSpan",
|
|
300996
|
-
"parent": {
|
|
300997
|
-
"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",
|
|
300998
|
-
"name": "CellProps"
|
|
300999
|
-
},
|
|
301000
|
-
"declarations": [
|
|
301001
|
-
{
|
|
301002
|
-
"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",
|
|
301003
|
-
"name": "CellProps"
|
|
301004
|
-
}
|
|
301005
|
-
],
|
|
301006
|
-
"required": false,
|
|
301007
|
-
"type": {
|
|
301008
|
-
"name": "number"
|
|
301009
|
-
}
|
|
301010
|
-
},
|
|
301011
|
-
"children": {
|
|
301012
|
-
"defaultValue": null,
|
|
301013
|
-
"description": "",
|
|
301014
|
-
"name": "children",
|
|
301015
|
-
"declarations": [
|
|
301016
|
-
{
|
|
301017
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
301018
|
-
"name": "TypeLiteral"
|
|
301019
|
-
}
|
|
301020
|
-
],
|
|
301021
|
-
"required": false,
|
|
301022
|
-
"type": {
|
|
301023
|
-
"name": "ReactNode"
|
|
301024
|
-
}
|
|
301025
301006
|
}
|
|
301026
301007
|
}
|
|
301027
301008
|
},
|
|
@@ -301029,9 +301010,9 @@
|
|
|
301029
301010
|
"tags": {
|
|
301030
301011
|
"flr-generate": "all"
|
|
301031
301012
|
},
|
|
301032
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
301013
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableHeader/TableHeader.tsx",
|
|
301033
301014
|
"description": "",
|
|
301034
|
-
"displayName": "
|
|
301015
|
+
"displayName": "TableHeader",
|
|
301035
301016
|
"methods": [],
|
|
301036
301017
|
"props": {
|
|
301037
301018
|
"className": {
|
|
@@ -301055,23 +301036,23 @@
|
|
|
301055
301036
|
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
301056
301037
|
}
|
|
301057
301038
|
},
|
|
301058
|
-
"
|
|
301039
|
+
"columns": {
|
|
301059
301040
|
"defaultValue": null,
|
|
301060
|
-
"description": "
|
|
301061
|
-
"name": "
|
|
301041
|
+
"description": "A list of columns used when dynamically rendering cells.",
|
|
301042
|
+
"name": "columns",
|
|
301062
301043
|
"parent": {
|
|
301063
301044
|
"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",
|
|
301064
|
-
"name": "
|
|
301045
|
+
"name": "RowProps"
|
|
301065
301046
|
},
|
|
301066
301047
|
"declarations": [
|
|
301067
301048
|
{
|
|
301068
301049
|
"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",
|
|
301069
|
-
"name": "
|
|
301050
|
+
"name": "RowProps"
|
|
301070
301051
|
}
|
|
301071
301052
|
],
|
|
301072
301053
|
"required": false,
|
|
301073
301054
|
"type": {
|
|
301074
|
-
"name": "
|
|
301055
|
+
"name": "Iterable<never>"
|
|
301075
301056
|
}
|
|
301076
301057
|
},
|
|
301077
301058
|
"children": {
|
|
@@ -301093,25 +301074,6 @@
|
|
|
301093
301074
|
"name": "ReactNode"
|
|
301094
301075
|
}
|
|
301095
301076
|
},
|
|
301096
|
-
"items": {
|
|
301097
|
-
"defaultValue": null,
|
|
301098
|
-
"description": "Item objects in the collection.",
|
|
301099
|
-
"name": "items",
|
|
301100
|
-
"parent": {
|
|
301101
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
301102
|
-
"name": "CollectionBase"
|
|
301103
|
-
},
|
|
301104
|
-
"declarations": [
|
|
301105
|
-
{
|
|
301106
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
301107
|
-
"name": "CollectionBase"
|
|
301108
|
-
}
|
|
301109
|
-
],
|
|
301110
|
-
"required": false,
|
|
301111
|
-
"type": {
|
|
301112
|
-
"name": "Iterable<object>"
|
|
301113
|
-
}
|
|
301114
|
-
},
|
|
301115
301077
|
"dependencies": {
|
|
301116
301078
|
"defaultValue": null,
|
|
301117
301079
|
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
@@ -301150,6 +301112,63 @@
|
|
|
301150
301112
|
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
301151
301113
|
}
|
|
301152
301114
|
},
|
|
301115
|
+
"onHoverStart": {
|
|
301116
|
+
"defaultValue": null,
|
|
301117
|
+
"description": "Handler that is called when a hover interaction starts.",
|
|
301118
|
+
"name": "onHoverStart",
|
|
301119
|
+
"parent": {
|
|
301120
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
301121
|
+
"name": "HoverEvents"
|
|
301122
|
+
},
|
|
301123
|
+
"declarations": [
|
|
301124
|
+
{
|
|
301125
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
301126
|
+
"name": "HoverEvents"
|
|
301127
|
+
}
|
|
301128
|
+
],
|
|
301129
|
+
"required": false,
|
|
301130
|
+
"type": {
|
|
301131
|
+
"name": "((e: HoverEvent) => void)"
|
|
301132
|
+
}
|
|
301133
|
+
},
|
|
301134
|
+
"onHoverEnd": {
|
|
301135
|
+
"defaultValue": null,
|
|
301136
|
+
"description": "Handler that is called when a hover interaction ends.",
|
|
301137
|
+
"name": "onHoverEnd",
|
|
301138
|
+
"parent": {
|
|
301139
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
301140
|
+
"name": "HoverEvents"
|
|
301141
|
+
},
|
|
301142
|
+
"declarations": [
|
|
301143
|
+
{
|
|
301144
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
301145
|
+
"name": "HoverEvents"
|
|
301146
|
+
}
|
|
301147
|
+
],
|
|
301148
|
+
"required": false,
|
|
301149
|
+
"type": {
|
|
301150
|
+
"name": "((e: HoverEvent) => void)"
|
|
301151
|
+
}
|
|
301152
|
+
},
|
|
301153
|
+
"onHoverChange": {
|
|
301154
|
+
"defaultValue": null,
|
|
301155
|
+
"description": "Handler that is called when the hover state changes.",
|
|
301156
|
+
"name": "onHoverChange",
|
|
301157
|
+
"parent": {
|
|
301158
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
301159
|
+
"name": "HoverEvents"
|
|
301160
|
+
},
|
|
301161
|
+
"declarations": [
|
|
301162
|
+
{
|
|
301163
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
301164
|
+
"name": "HoverEvents"
|
|
301165
|
+
}
|
|
301166
|
+
],
|
|
301167
|
+
"required": false,
|
|
301168
|
+
"type": {
|
|
301169
|
+
"name": "((isHovering: boolean) => void)"
|
|
301170
|
+
}
|
|
301171
|
+
},
|
|
301153
301172
|
"dir": {
|
|
301154
301173
|
"defaultValue": null,
|
|
301155
301174
|
"description": "",
|
|
@@ -308474,6 +308493,34 @@
|
|
|
308474
308493
|
}
|
|
308475
308494
|
}
|
|
308476
308495
|
},
|
|
308496
|
+
{
|
|
308497
|
+
"tags": {},
|
|
308498
|
+
"filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
|
|
308499
|
+
"description": "",
|
|
308500
|
+
"displayName": "PopoverTip",
|
|
308501
|
+
"methods": [],
|
|
308502
|
+
"props": {
|
|
308503
|
+
"className": {
|
|
308504
|
+
"defaultValue": null,
|
|
308505
|
+
"description": "The elements class name.",
|
|
308506
|
+
"name": "className",
|
|
308507
|
+
"parent": {
|
|
308508
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
308509
|
+
"name": "PropsWithClassName"
|
|
308510
|
+
},
|
|
308511
|
+
"declarations": [
|
|
308512
|
+
{
|
|
308513
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
308514
|
+
"name": "PropsWithClassName"
|
|
308515
|
+
}
|
|
308516
|
+
],
|
|
308517
|
+
"required": false,
|
|
308518
|
+
"type": {
|
|
308519
|
+
"name": "string"
|
|
308520
|
+
}
|
|
308521
|
+
}
|
|
308522
|
+
}
|
|
308523
|
+
},
|
|
308477
308524
|
{
|
|
308478
308525
|
"tags": {
|
|
308479
308526
|
"flr-generate": "all"
|
|
@@ -308654,11 +308701,68 @@
|
|
|
308654
308701
|
},
|
|
308655
308702
|
{
|
|
308656
308703
|
"tags": {},
|
|
308657
|
-
"filePath": "src/components/
|
|
308704
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
308658
308705
|
"description": "",
|
|
308659
|
-
"displayName": "
|
|
308706
|
+
"displayName": "ValidationResultButton",
|
|
308660
308707
|
"methods": [],
|
|
308661
308708
|
"props": {
|
|
308709
|
+
"policyValidationResult": {
|
|
308710
|
+
"defaultValue": null,
|
|
308711
|
+
"description": "",
|
|
308712
|
+
"name": "policyValidationResult",
|
|
308713
|
+
"parent": {
|
|
308714
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
308715
|
+
"name": "Props"
|
|
308716
|
+
},
|
|
308717
|
+
"declarations": [
|
|
308718
|
+
{
|
|
308719
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
308720
|
+
"name": "Props"
|
|
308721
|
+
}
|
|
308722
|
+
],
|
|
308723
|
+
"required": false,
|
|
308724
|
+
"type": {
|
|
308725
|
+
"name": "ResolvedPolicyValidationResult"
|
|
308726
|
+
}
|
|
308727
|
+
},
|
|
308728
|
+
"isDisabled": {
|
|
308729
|
+
"defaultValue": null,
|
|
308730
|
+
"description": "",
|
|
308731
|
+
"name": "isDisabled",
|
|
308732
|
+
"parent": {
|
|
308733
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
308734
|
+
"name": "Props"
|
|
308735
|
+
},
|
|
308736
|
+
"declarations": [
|
|
308737
|
+
{
|
|
308738
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
308739
|
+
"name": "Props"
|
|
308740
|
+
}
|
|
308741
|
+
],
|
|
308742
|
+
"required": false,
|
|
308743
|
+
"type": {
|
|
308744
|
+
"name": "boolean"
|
|
308745
|
+
}
|
|
308746
|
+
},
|
|
308747
|
+
"isEmptyValue": {
|
|
308748
|
+
"defaultValue": null,
|
|
308749
|
+
"description": "",
|
|
308750
|
+
"name": "isEmptyValue",
|
|
308751
|
+
"parent": {
|
|
308752
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
308753
|
+
"name": "Props"
|
|
308754
|
+
},
|
|
308755
|
+
"declarations": [
|
|
308756
|
+
{
|
|
308757
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
308758
|
+
"name": "Props"
|
|
308759
|
+
}
|
|
308760
|
+
],
|
|
308761
|
+
"required": true,
|
|
308762
|
+
"type": {
|
|
308763
|
+
"name": "boolean"
|
|
308764
|
+
}
|
|
308765
|
+
},
|
|
308662
308766
|
"className": {
|
|
308663
308767
|
"defaultValue": null,
|
|
308664
308768
|
"description": "The elements class name.",
|
|
@@ -308729,91 +308833,6 @@
|
|
|
308729
308833
|
}
|
|
308730
308834
|
}
|
|
308731
308835
|
},
|
|
308732
|
-
{
|
|
308733
|
-
"tags": {},
|
|
308734
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
308735
|
-
"description": "",
|
|
308736
|
-
"displayName": "ValidationResultButton",
|
|
308737
|
-
"methods": [],
|
|
308738
|
-
"props": {
|
|
308739
|
-
"policyValidationResult": {
|
|
308740
|
-
"defaultValue": null,
|
|
308741
|
-
"description": "",
|
|
308742
|
-
"name": "policyValidationResult",
|
|
308743
|
-
"parent": {
|
|
308744
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
308745
|
-
"name": "Props"
|
|
308746
|
-
},
|
|
308747
|
-
"declarations": [
|
|
308748
|
-
{
|
|
308749
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
308750
|
-
"name": "Props"
|
|
308751
|
-
}
|
|
308752
|
-
],
|
|
308753
|
-
"required": false,
|
|
308754
|
-
"type": {
|
|
308755
|
-
"name": "ResolvedPolicyValidationResult"
|
|
308756
|
-
}
|
|
308757
|
-
},
|
|
308758
|
-
"isDisabled": {
|
|
308759
|
-
"defaultValue": null,
|
|
308760
|
-
"description": "",
|
|
308761
|
-
"name": "isDisabled",
|
|
308762
|
-
"parent": {
|
|
308763
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
308764
|
-
"name": "Props"
|
|
308765
|
-
},
|
|
308766
|
-
"declarations": [
|
|
308767
|
-
{
|
|
308768
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
308769
|
-
"name": "Props"
|
|
308770
|
-
}
|
|
308771
|
-
],
|
|
308772
|
-
"required": false,
|
|
308773
|
-
"type": {
|
|
308774
|
-
"name": "boolean"
|
|
308775
|
-
}
|
|
308776
|
-
},
|
|
308777
|
-
"isEmptyValue": {
|
|
308778
|
-
"defaultValue": null,
|
|
308779
|
-
"description": "",
|
|
308780
|
-
"name": "isEmptyValue",
|
|
308781
|
-
"parent": {
|
|
308782
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
308783
|
-
"name": "Props"
|
|
308784
|
-
},
|
|
308785
|
-
"declarations": [
|
|
308786
|
-
{
|
|
308787
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
308788
|
-
"name": "Props"
|
|
308789
|
-
}
|
|
308790
|
-
],
|
|
308791
|
-
"required": true,
|
|
308792
|
-
"type": {
|
|
308793
|
-
"name": "boolean"
|
|
308794
|
-
}
|
|
308795
|
-
},
|
|
308796
|
-
"className": {
|
|
308797
|
-
"defaultValue": null,
|
|
308798
|
-
"description": "The elements class name.",
|
|
308799
|
-
"name": "className",
|
|
308800
|
-
"parent": {
|
|
308801
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
308802
|
-
"name": "PropsWithClassName"
|
|
308803
|
-
},
|
|
308804
|
-
"declarations": [
|
|
308805
|
-
{
|
|
308806
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
308807
|
-
"name": "PropsWithClassName"
|
|
308808
|
-
}
|
|
308809
|
-
],
|
|
308810
|
-
"required": false,
|
|
308811
|
-
"type": {
|
|
308812
|
-
"name": "string"
|
|
308813
|
-
}
|
|
308814
|
-
}
|
|
308815
|
-
}
|
|
308816
|
-
},
|
|
308817
308836
|
{
|
|
308818
308837
|
"tags": {
|
|
308819
308838
|
"internal": ""
|
|
@@ -315205,6 +315224,87 @@
|
|
|
315205
315224
|
"methods": [],
|
|
315206
315225
|
"props": {}
|
|
315207
315226
|
},
|
|
315227
|
+
{
|
|
315228
|
+
"tags": {},
|
|
315229
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
|
|
315230
|
+
"description": "",
|
|
315231
|
+
"displayName": "ListItemView",
|
|
315232
|
+
"methods": [],
|
|
315233
|
+
"props": {
|
|
315234
|
+
"children": {
|
|
315235
|
+
"defaultValue": null,
|
|
315236
|
+
"description": "",
|
|
315237
|
+
"name": "children",
|
|
315238
|
+
"declarations": [
|
|
315239
|
+
{
|
|
315240
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
315241
|
+
"name": "TypeLiteral"
|
|
315242
|
+
}
|
|
315243
|
+
],
|
|
315244
|
+
"required": false,
|
|
315245
|
+
"type": {
|
|
315246
|
+
"name": "ReactNode"
|
|
315247
|
+
}
|
|
315248
|
+
},
|
|
315249
|
+
"s": {
|
|
315250
|
+
"defaultValue": null,
|
|
315251
|
+
"description": "Column layout for container size s.",
|
|
315252
|
+
"name": "s",
|
|
315253
|
+
"parent": {
|
|
315254
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
315255
|
+
"name": "ColumnLayoutProps"
|
|
315256
|
+
},
|
|
315257
|
+
"declarations": [
|
|
315258
|
+
{
|
|
315259
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
315260
|
+
"name": "ColumnLayoutProps"
|
|
315261
|
+
}
|
|
315262
|
+
],
|
|
315263
|
+
"required": false,
|
|
315264
|
+
"type": {
|
|
315265
|
+
"name": "(number | null)[]"
|
|
315266
|
+
}
|
|
315267
|
+
},
|
|
315268
|
+
"m": {
|
|
315269
|
+
"defaultValue": null,
|
|
315270
|
+
"description": "Column layout for container size m.",
|
|
315271
|
+
"name": "m",
|
|
315272
|
+
"parent": {
|
|
315273
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
315274
|
+
"name": "ColumnLayoutProps"
|
|
315275
|
+
},
|
|
315276
|
+
"declarations": [
|
|
315277
|
+
{
|
|
315278
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
315279
|
+
"name": "ColumnLayoutProps"
|
|
315280
|
+
}
|
|
315281
|
+
],
|
|
315282
|
+
"required": false,
|
|
315283
|
+
"type": {
|
|
315284
|
+
"name": "(number | null)[]"
|
|
315285
|
+
}
|
|
315286
|
+
},
|
|
315287
|
+
"l": {
|
|
315288
|
+
"defaultValue": null,
|
|
315289
|
+
"description": "Column layout for container size l.",
|
|
315290
|
+
"name": "l",
|
|
315291
|
+
"parent": {
|
|
315292
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
315293
|
+
"name": "ColumnLayoutProps"
|
|
315294
|
+
},
|
|
315295
|
+
"declarations": [
|
|
315296
|
+
{
|
|
315297
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
315298
|
+
"name": "ColumnLayoutProps"
|
|
315299
|
+
}
|
|
315300
|
+
],
|
|
315301
|
+
"required": false,
|
|
315302
|
+
"type": {
|
|
315303
|
+
"name": "(number | null)[]"
|
|
315304
|
+
}
|
|
315305
|
+
}
|
|
315306
|
+
}
|
|
315307
|
+
},
|
|
315208
315308
|
{
|
|
315209
315309
|
"tags": {
|
|
315210
315310
|
"flr-generate": "all"
|
|
@@ -315328,95 +315428,6 @@
|
|
|
315328
315428
|
}
|
|
315329
315429
|
}
|
|
315330
315430
|
},
|
|
315331
|
-
{
|
|
315332
|
-
"tags": {},
|
|
315333
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
|
|
315334
|
-
"description": "",
|
|
315335
|
-
"displayName": "ListItemView",
|
|
315336
|
-
"methods": [],
|
|
315337
|
-
"props": {
|
|
315338
|
-
"children": {
|
|
315339
|
-
"defaultValue": null,
|
|
315340
|
-
"description": "",
|
|
315341
|
-
"name": "children",
|
|
315342
|
-
"declarations": [
|
|
315343
|
-
{
|
|
315344
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
315345
|
-
"name": "TypeLiteral"
|
|
315346
|
-
}
|
|
315347
|
-
],
|
|
315348
|
-
"required": false,
|
|
315349
|
-
"type": {
|
|
315350
|
-
"name": "ReactNode"
|
|
315351
|
-
}
|
|
315352
|
-
},
|
|
315353
|
-
"s": {
|
|
315354
|
-
"defaultValue": null,
|
|
315355
|
-
"description": "Column layout for container size s.",
|
|
315356
|
-
"name": "s",
|
|
315357
|
-
"parent": {
|
|
315358
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
315359
|
-
"name": "ColumnLayoutProps"
|
|
315360
|
-
},
|
|
315361
|
-
"declarations": [
|
|
315362
|
-
{
|
|
315363
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
315364
|
-
"name": "ColumnLayoutProps"
|
|
315365
|
-
}
|
|
315366
|
-
],
|
|
315367
|
-
"required": false,
|
|
315368
|
-
"type": {
|
|
315369
|
-
"name": "(number | null)[]"
|
|
315370
|
-
}
|
|
315371
|
-
},
|
|
315372
|
-
"m": {
|
|
315373
|
-
"defaultValue": null,
|
|
315374
|
-
"description": "Column layout for container size m.",
|
|
315375
|
-
"name": "m",
|
|
315376
|
-
"parent": {
|
|
315377
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
315378
|
-
"name": "ColumnLayoutProps"
|
|
315379
|
-
},
|
|
315380
|
-
"declarations": [
|
|
315381
|
-
{
|
|
315382
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
315383
|
-
"name": "ColumnLayoutProps"
|
|
315384
|
-
}
|
|
315385
|
-
],
|
|
315386
|
-
"required": false,
|
|
315387
|
-
"type": {
|
|
315388
|
-
"name": "(number | null)[]"
|
|
315389
|
-
}
|
|
315390
|
-
},
|
|
315391
|
-
"l": {
|
|
315392
|
-
"defaultValue": null,
|
|
315393
|
-
"description": "Column layout for container size l.",
|
|
315394
|
-
"name": "l",
|
|
315395
|
-
"parent": {
|
|
315396
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
315397
|
-
"name": "ColumnLayoutProps"
|
|
315398
|
-
},
|
|
315399
|
-
"declarations": [
|
|
315400
|
-
{
|
|
315401
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
315402
|
-
"name": "ColumnLayoutProps"
|
|
315403
|
-
}
|
|
315404
|
-
],
|
|
315405
|
-
"required": false,
|
|
315406
|
-
"type": {
|
|
315407
|
-
"name": "(number | null)[]"
|
|
315408
|
-
}
|
|
315409
|
-
}
|
|
315410
|
-
}
|
|
315411
|
-
},
|
|
315412
|
-
{
|
|
315413
|
-
"tags": {},
|
|
315414
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
|
|
315415
|
-
"description": "",
|
|
315416
|
-
"displayName": "Items",
|
|
315417
|
-
"methods": [],
|
|
315418
|
-
"props": {}
|
|
315419
|
-
},
|
|
315420
315431
|
{
|
|
315421
315432
|
"tags": {},
|
|
315422
315433
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/Header.tsx",
|
|
@@ -315445,6 +315456,14 @@
|
|
|
315445
315456
|
}
|
|
315446
315457
|
}
|
|
315447
315458
|
},
|
|
315459
|
+
{
|
|
315460
|
+
"tags": {},
|
|
315461
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
|
|
315462
|
+
"description": "",
|
|
315463
|
+
"displayName": "Items",
|
|
315464
|
+
"methods": [],
|
|
315465
|
+
"props": {}
|
|
315466
|
+
},
|
|
315448
315467
|
{
|
|
315449
315468
|
"tags": {},
|
|
315450
315469
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
|
|
@@ -341488,6 +341507,268 @@
|
|
|
341488
341507
|
}
|
|
341489
341508
|
}
|
|
341490
341509
|
},
|
|
341510
|
+
{
|
|
341511
|
+
"tags": {},
|
|
341512
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
341513
|
+
"description": "",
|
|
341514
|
+
"displayName": "ViewModeMenuItem",
|
|
341515
|
+
"methods": [],
|
|
341516
|
+
"props": {
|
|
341517
|
+
"viewMode": {
|
|
341518
|
+
"defaultValue": null,
|
|
341519
|
+
"description": "",
|
|
341520
|
+
"name": "viewMode",
|
|
341521
|
+
"parent": {
|
|
341522
|
+
"fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
341523
|
+
"name": "Props"
|
|
341524
|
+
},
|
|
341525
|
+
"declarations": [
|
|
341526
|
+
{
|
|
341527
|
+
"fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
341528
|
+
"name": "Props"
|
|
341529
|
+
}
|
|
341530
|
+
],
|
|
341531
|
+
"required": true,
|
|
341532
|
+
"type": {
|
|
341533
|
+
"name": "ListViewMode"
|
|
341534
|
+
}
|
|
341535
|
+
}
|
|
341536
|
+
}
|
|
341537
|
+
},
|
|
341538
|
+
{
|
|
341539
|
+
"tags": {},
|
|
341540
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
|
|
341541
|
+
"description": "",
|
|
341542
|
+
"displayName": "ViewModeContextMenu",
|
|
341543
|
+
"methods": [],
|
|
341544
|
+
"props": {}
|
|
341545
|
+
},
|
|
341546
|
+
{
|
|
341547
|
+
"tags": {},
|
|
341548
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
341549
|
+
"description": "",
|
|
341550
|
+
"displayName": "SortingMenuItem",
|
|
341551
|
+
"methods": [],
|
|
341552
|
+
"props": {
|
|
341553
|
+
"sorting": {
|
|
341554
|
+
"defaultValue": null,
|
|
341555
|
+
"description": "",
|
|
341556
|
+
"name": "sorting",
|
|
341557
|
+
"parent": {
|
|
341558
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
341559
|
+
"name": "Props"
|
|
341560
|
+
},
|
|
341561
|
+
"declarations": [
|
|
341562
|
+
{
|
|
341563
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
341564
|
+
"name": "Props"
|
|
341565
|
+
}
|
|
341566
|
+
],
|
|
341567
|
+
"required": true,
|
|
341568
|
+
"type": {
|
|
341569
|
+
"name": "Sorting<never>"
|
|
341570
|
+
}
|
|
341571
|
+
}
|
|
341572
|
+
}
|
|
341573
|
+
},
|
|
341574
|
+
{
|
|
341575
|
+
"tags": {},
|
|
341576
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
341577
|
+
"description": "",
|
|
341578
|
+
"displayName": "SortingContextMenu",
|
|
341579
|
+
"methods": [],
|
|
341580
|
+
"props": {}
|
|
341581
|
+
},
|
|
341582
|
+
{
|
|
341583
|
+
"tags": {},
|
|
341584
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
341585
|
+
"description": "",
|
|
341586
|
+
"displayName": "SearchField",
|
|
341587
|
+
"methods": [],
|
|
341588
|
+
"props": {
|
|
341589
|
+
"search": {
|
|
341590
|
+
"defaultValue": null,
|
|
341591
|
+
"description": "",
|
|
341592
|
+
"name": "search",
|
|
341593
|
+
"parent": {
|
|
341594
|
+
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
341595
|
+
"name": "Props"
|
|
341596
|
+
},
|
|
341597
|
+
"declarations": [
|
|
341598
|
+
{
|
|
341599
|
+
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
341600
|
+
"name": "Props"
|
|
341601
|
+
}
|
|
341602
|
+
],
|
|
341603
|
+
"required": true,
|
|
341604
|
+
"type": {
|
|
341605
|
+
"name": "Search<never>"
|
|
341606
|
+
}
|
|
341607
|
+
},
|
|
341608
|
+
"className": {
|
|
341609
|
+
"defaultValue": null,
|
|
341610
|
+
"description": "The elements class name.",
|
|
341611
|
+
"name": "className",
|
|
341612
|
+
"parent": {
|
|
341613
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
341614
|
+
"name": "PropsWithClassName"
|
|
341615
|
+
},
|
|
341616
|
+
"declarations": [
|
|
341617
|
+
{
|
|
341618
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
341619
|
+
"name": "PropsWithClassName"
|
|
341620
|
+
}
|
|
341621
|
+
],
|
|
341622
|
+
"required": false,
|
|
341623
|
+
"type": {
|
|
341624
|
+
"name": "string"
|
|
341625
|
+
}
|
|
341626
|
+
}
|
|
341627
|
+
}
|
|
341628
|
+
},
|
|
341629
|
+
{
|
|
341630
|
+
"tags": {},
|
|
341631
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
341632
|
+
"description": "",
|
|
341633
|
+
"displayName": "FilterMenuItem",
|
|
341634
|
+
"methods": [],
|
|
341635
|
+
"props": {
|
|
341636
|
+
"filterValue": {
|
|
341637
|
+
"defaultValue": null,
|
|
341638
|
+
"description": "",
|
|
341639
|
+
"name": "filterValue",
|
|
341640
|
+
"parent": {
|
|
341641
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
341642
|
+
"name": "Props"
|
|
341643
|
+
},
|
|
341644
|
+
"declarations": [
|
|
341645
|
+
{
|
|
341646
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
341647
|
+
"name": "Props"
|
|
341648
|
+
}
|
|
341649
|
+
],
|
|
341650
|
+
"required": true,
|
|
341651
|
+
"type": {
|
|
341652
|
+
"name": "FilterValue"
|
|
341653
|
+
}
|
|
341654
|
+
},
|
|
341655
|
+
"selectionMode": {
|
|
341656
|
+
"defaultValue": null,
|
|
341657
|
+
"description": "",
|
|
341658
|
+
"name": "selectionMode",
|
|
341659
|
+
"parent": {
|
|
341660
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
341661
|
+
"name": "Props"
|
|
341662
|
+
},
|
|
341663
|
+
"declarations": [
|
|
341664
|
+
{
|
|
341665
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
341666
|
+
"name": "Props"
|
|
341667
|
+
}
|
|
341668
|
+
],
|
|
341669
|
+
"required": false,
|
|
341670
|
+
"type": {
|
|
341671
|
+
"name": "ContextMenuSelectionMode"
|
|
341672
|
+
}
|
|
341673
|
+
}
|
|
341674
|
+
}
|
|
341675
|
+
},
|
|
341676
|
+
{
|
|
341677
|
+
"tags": {},
|
|
341678
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
|
|
341679
|
+
"description": "",
|
|
341680
|
+
"displayName": "FilterContextMenus",
|
|
341681
|
+
"methods": [],
|
|
341682
|
+
"props": {}
|
|
341683
|
+
},
|
|
341684
|
+
{
|
|
341685
|
+
"tags": {},
|
|
341686
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
|
|
341687
|
+
"description": "",
|
|
341688
|
+
"displayName": "FilterContextMenu",
|
|
341689
|
+
"methods": [],
|
|
341690
|
+
"props": {
|
|
341691
|
+
"filter": {
|
|
341692
|
+
"defaultValue": null,
|
|
341693
|
+
"description": "",
|
|
341694
|
+
"name": "filter",
|
|
341695
|
+
"parent": {
|
|
341696
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
|
|
341697
|
+
"name": "Props"
|
|
341698
|
+
},
|
|
341699
|
+
"declarations": [
|
|
341700
|
+
{
|
|
341701
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
|
|
341702
|
+
"name": "Props"
|
|
341703
|
+
}
|
|
341704
|
+
],
|
|
341705
|
+
"required": true,
|
|
341706
|
+
"type": {
|
|
341707
|
+
"name": "Filter<never, never, never>"
|
|
341708
|
+
}
|
|
341709
|
+
}
|
|
341710
|
+
}
|
|
341711
|
+
},
|
|
341712
|
+
{
|
|
341713
|
+
"tags": {},
|
|
341714
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
|
|
341715
|
+
"description": "",
|
|
341716
|
+
"displayName": "ViewModeAccordion",
|
|
341717
|
+
"methods": [],
|
|
341718
|
+
"props": {}
|
|
341719
|
+
},
|
|
341720
|
+
{
|
|
341721
|
+
"tags": {},
|
|
341722
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
|
|
341723
|
+
"description": "",
|
|
341724
|
+
"displayName": "SortingAccordion",
|
|
341725
|
+
"methods": [],
|
|
341726
|
+
"props": {}
|
|
341727
|
+
},
|
|
341728
|
+
{
|
|
341729
|
+
"tags": {},
|
|
341730
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
|
|
341731
|
+
"description": "",
|
|
341732
|
+
"displayName": "FilterAccordion",
|
|
341733
|
+
"methods": [],
|
|
341734
|
+
"props": {
|
|
341735
|
+
"filter": {
|
|
341736
|
+
"defaultValue": null,
|
|
341737
|
+
"description": "",
|
|
341738
|
+
"name": "filter",
|
|
341739
|
+
"parent": {
|
|
341740
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
|
|
341741
|
+
"name": "Props"
|
|
341742
|
+
},
|
|
341743
|
+
"declarations": [
|
|
341744
|
+
{
|
|
341745
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
|
|
341746
|
+
"name": "Props"
|
|
341747
|
+
}
|
|
341748
|
+
],
|
|
341749
|
+
"required": true,
|
|
341750
|
+
"type": {
|
|
341751
|
+
"name": "Filter<never, never, never>"
|
|
341752
|
+
}
|
|
341753
|
+
}
|
|
341754
|
+
}
|
|
341755
|
+
},
|
|
341756
|
+
{
|
|
341757
|
+
"tags": {},
|
|
341758
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
|
|
341759
|
+
"description": "",
|
|
341760
|
+
"displayName": "AllFiltersModal",
|
|
341761
|
+
"methods": [],
|
|
341762
|
+
"props": {}
|
|
341763
|
+
},
|
|
341764
|
+
{
|
|
341765
|
+
"tags": {},
|
|
341766
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
341767
|
+
"description": "",
|
|
341768
|
+
"displayName": "ActiveFilters",
|
|
341769
|
+
"methods": [],
|
|
341770
|
+
"props": {}
|
|
341771
|
+
},
|
|
341491
341772
|
{
|
|
341492
341773
|
"tags": {
|
|
341493
341774
|
"flr-generate": "all"
|
|
@@ -345313,268 +345594,6 @@
|
|
|
345313
345594
|
"methods": [],
|
|
345314
345595
|
"props": {}
|
|
345315
345596
|
},
|
|
345316
|
-
{
|
|
345317
|
-
"tags": {},
|
|
345318
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
345319
|
-
"description": "",
|
|
345320
|
-
"displayName": "ViewModeMenuItem",
|
|
345321
|
-
"methods": [],
|
|
345322
|
-
"props": {
|
|
345323
|
-
"viewMode": {
|
|
345324
|
-
"defaultValue": null,
|
|
345325
|
-
"description": "",
|
|
345326
|
-
"name": "viewMode",
|
|
345327
|
-
"parent": {
|
|
345328
|
-
"fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
345329
|
-
"name": "Props"
|
|
345330
|
-
},
|
|
345331
|
-
"declarations": [
|
|
345332
|
-
{
|
|
345333
|
-
"fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
345334
|
-
"name": "Props"
|
|
345335
|
-
}
|
|
345336
|
-
],
|
|
345337
|
-
"required": true,
|
|
345338
|
-
"type": {
|
|
345339
|
-
"name": "ListViewMode"
|
|
345340
|
-
}
|
|
345341
|
-
}
|
|
345342
|
-
}
|
|
345343
|
-
},
|
|
345344
|
-
{
|
|
345345
|
-
"tags": {},
|
|
345346
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
|
|
345347
|
-
"description": "",
|
|
345348
|
-
"displayName": "ViewModeContextMenu",
|
|
345349
|
-
"methods": [],
|
|
345350
|
-
"props": {}
|
|
345351
|
-
},
|
|
345352
|
-
{
|
|
345353
|
-
"tags": {},
|
|
345354
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
345355
|
-
"description": "",
|
|
345356
|
-
"displayName": "SortingMenuItem",
|
|
345357
|
-
"methods": [],
|
|
345358
|
-
"props": {
|
|
345359
|
-
"sorting": {
|
|
345360
|
-
"defaultValue": null,
|
|
345361
|
-
"description": "",
|
|
345362
|
-
"name": "sorting",
|
|
345363
|
-
"parent": {
|
|
345364
|
-
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
345365
|
-
"name": "Props"
|
|
345366
|
-
},
|
|
345367
|
-
"declarations": [
|
|
345368
|
-
{
|
|
345369
|
-
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
345370
|
-
"name": "Props"
|
|
345371
|
-
}
|
|
345372
|
-
],
|
|
345373
|
-
"required": true,
|
|
345374
|
-
"type": {
|
|
345375
|
-
"name": "Sorting<never>"
|
|
345376
|
-
}
|
|
345377
|
-
}
|
|
345378
|
-
}
|
|
345379
|
-
},
|
|
345380
|
-
{
|
|
345381
|
-
"tags": {},
|
|
345382
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
345383
|
-
"description": "",
|
|
345384
|
-
"displayName": "SortingContextMenu",
|
|
345385
|
-
"methods": [],
|
|
345386
|
-
"props": {}
|
|
345387
|
-
},
|
|
345388
|
-
{
|
|
345389
|
-
"tags": {},
|
|
345390
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
345391
|
-
"description": "",
|
|
345392
|
-
"displayName": "SearchField",
|
|
345393
|
-
"methods": [],
|
|
345394
|
-
"props": {
|
|
345395
|
-
"search": {
|
|
345396
|
-
"defaultValue": null,
|
|
345397
|
-
"description": "",
|
|
345398
|
-
"name": "search",
|
|
345399
|
-
"parent": {
|
|
345400
|
-
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
345401
|
-
"name": "Props"
|
|
345402
|
-
},
|
|
345403
|
-
"declarations": [
|
|
345404
|
-
{
|
|
345405
|
-
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
345406
|
-
"name": "Props"
|
|
345407
|
-
}
|
|
345408
|
-
],
|
|
345409
|
-
"required": true,
|
|
345410
|
-
"type": {
|
|
345411
|
-
"name": "Search<never>"
|
|
345412
|
-
}
|
|
345413
|
-
},
|
|
345414
|
-
"className": {
|
|
345415
|
-
"defaultValue": null,
|
|
345416
|
-
"description": "The elements class name.",
|
|
345417
|
-
"name": "className",
|
|
345418
|
-
"parent": {
|
|
345419
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
345420
|
-
"name": "PropsWithClassName"
|
|
345421
|
-
},
|
|
345422
|
-
"declarations": [
|
|
345423
|
-
{
|
|
345424
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
345425
|
-
"name": "PropsWithClassName"
|
|
345426
|
-
}
|
|
345427
|
-
],
|
|
345428
|
-
"required": false,
|
|
345429
|
-
"type": {
|
|
345430
|
-
"name": "string"
|
|
345431
|
-
}
|
|
345432
|
-
}
|
|
345433
|
-
}
|
|
345434
|
-
},
|
|
345435
|
-
{
|
|
345436
|
-
"tags": {},
|
|
345437
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
345438
|
-
"description": "",
|
|
345439
|
-
"displayName": "FilterMenuItem",
|
|
345440
|
-
"methods": [],
|
|
345441
|
-
"props": {
|
|
345442
|
-
"filterValue": {
|
|
345443
|
-
"defaultValue": null,
|
|
345444
|
-
"description": "",
|
|
345445
|
-
"name": "filterValue",
|
|
345446
|
-
"parent": {
|
|
345447
|
-
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
345448
|
-
"name": "Props"
|
|
345449
|
-
},
|
|
345450
|
-
"declarations": [
|
|
345451
|
-
{
|
|
345452
|
-
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
345453
|
-
"name": "Props"
|
|
345454
|
-
}
|
|
345455
|
-
],
|
|
345456
|
-
"required": true,
|
|
345457
|
-
"type": {
|
|
345458
|
-
"name": "FilterValue"
|
|
345459
|
-
}
|
|
345460
|
-
},
|
|
345461
|
-
"selectionMode": {
|
|
345462
|
-
"defaultValue": null,
|
|
345463
|
-
"description": "",
|
|
345464
|
-
"name": "selectionMode",
|
|
345465
|
-
"parent": {
|
|
345466
|
-
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
345467
|
-
"name": "Props"
|
|
345468
|
-
},
|
|
345469
|
-
"declarations": [
|
|
345470
|
-
{
|
|
345471
|
-
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
345472
|
-
"name": "Props"
|
|
345473
|
-
}
|
|
345474
|
-
],
|
|
345475
|
-
"required": false,
|
|
345476
|
-
"type": {
|
|
345477
|
-
"name": "ContextMenuSelectionMode"
|
|
345478
|
-
}
|
|
345479
|
-
}
|
|
345480
|
-
}
|
|
345481
|
-
},
|
|
345482
|
-
{
|
|
345483
|
-
"tags": {},
|
|
345484
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
|
|
345485
|
-
"description": "",
|
|
345486
|
-
"displayName": "FilterContextMenus",
|
|
345487
|
-
"methods": [],
|
|
345488
|
-
"props": {}
|
|
345489
|
-
},
|
|
345490
|
-
{
|
|
345491
|
-
"tags": {},
|
|
345492
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
|
|
345493
|
-
"description": "",
|
|
345494
|
-
"displayName": "FilterContextMenu",
|
|
345495
|
-
"methods": [],
|
|
345496
|
-
"props": {
|
|
345497
|
-
"filter": {
|
|
345498
|
-
"defaultValue": null,
|
|
345499
|
-
"description": "",
|
|
345500
|
-
"name": "filter",
|
|
345501
|
-
"parent": {
|
|
345502
|
-
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
|
|
345503
|
-
"name": "Props"
|
|
345504
|
-
},
|
|
345505
|
-
"declarations": [
|
|
345506
|
-
{
|
|
345507
|
-
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
|
|
345508
|
-
"name": "Props"
|
|
345509
|
-
}
|
|
345510
|
-
],
|
|
345511
|
-
"required": true,
|
|
345512
|
-
"type": {
|
|
345513
|
-
"name": "Filter<never, never, never>"
|
|
345514
|
-
}
|
|
345515
|
-
}
|
|
345516
|
-
}
|
|
345517
|
-
},
|
|
345518
|
-
{
|
|
345519
|
-
"tags": {},
|
|
345520
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
|
|
345521
|
-
"description": "",
|
|
345522
|
-
"displayName": "ViewModeAccordion",
|
|
345523
|
-
"methods": [],
|
|
345524
|
-
"props": {}
|
|
345525
|
-
},
|
|
345526
|
-
{
|
|
345527
|
-
"tags": {},
|
|
345528
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
|
|
345529
|
-
"description": "",
|
|
345530
|
-
"displayName": "SortingAccordion",
|
|
345531
|
-
"methods": [],
|
|
345532
|
-
"props": {}
|
|
345533
|
-
},
|
|
345534
|
-
{
|
|
345535
|
-
"tags": {},
|
|
345536
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
|
|
345537
|
-
"description": "",
|
|
345538
|
-
"displayName": "FilterAccordion",
|
|
345539
|
-
"methods": [],
|
|
345540
|
-
"props": {
|
|
345541
|
-
"filter": {
|
|
345542
|
-
"defaultValue": null,
|
|
345543
|
-
"description": "",
|
|
345544
|
-
"name": "filter",
|
|
345545
|
-
"parent": {
|
|
345546
|
-
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
|
|
345547
|
-
"name": "Props"
|
|
345548
|
-
},
|
|
345549
|
-
"declarations": [
|
|
345550
|
-
{
|
|
345551
|
-
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
|
|
345552
|
-
"name": "Props"
|
|
345553
|
-
}
|
|
345554
|
-
],
|
|
345555
|
-
"required": true,
|
|
345556
|
-
"type": {
|
|
345557
|
-
"name": "Filter<never, never, never>"
|
|
345558
|
-
}
|
|
345559
|
-
}
|
|
345560
|
-
}
|
|
345561
|
-
},
|
|
345562
|
-
{
|
|
345563
|
-
"tags": {},
|
|
345564
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
|
|
345565
|
-
"description": "",
|
|
345566
|
-
"displayName": "AllFiltersModal",
|
|
345567
|
-
"methods": [],
|
|
345568
|
-
"props": {}
|
|
345569
|
-
},
|
|
345570
|
-
{
|
|
345571
|
-
"tags": {},
|
|
345572
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
345573
|
-
"description": "",
|
|
345574
|
-
"displayName": "ActiveFilters",
|
|
345575
|
-
"methods": [],
|
|
345576
|
-
"props": {}
|
|
345577
|
-
},
|
|
345578
345597
|
{
|
|
345579
345598
|
"tags": {},
|
|
345580
345599
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",
|