@mittwald/flow-react-components 0.2.0-alpha.883 → 0.2.0-alpha.885
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/assets/doc-properties.json +1281 -1281
- package/dist/js/default.mjs +1 -0
- package/dist/js/default.mjs.map +1 -1
- package/dist/js/flr-universal.mjs +1 -0
- package/dist/js/flr-universal.mjs.map +1 -1
- package/dist/types/components/Icon/index.d.ts +1 -0
- package/dist/types/components/Icon/index.d.ts.map +1 -1
- package/package.json +6 -6
|
@@ -247935,6 +247935,339 @@
|
|
|
247935
247935
|
}
|
|
247936
247936
|
}
|
|
247937
247937
|
},
|
|
247938
|
+
{
|
|
247939
|
+
"tags": {},
|
|
247940
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Action/ActionBatch.tsx",
|
|
247941
|
+
"description": "Batches multiple actions together and shows feedback when all actions have\ncompleted.\n\nBy default function actions are automatically batched. You can use this\ncomponent to split function actions into multiple batches with separate\nfeedback.",
|
|
247942
|
+
"displayName": "ActionBatch",
|
|
247943
|
+
"methods": [],
|
|
247944
|
+
"props": {
|
|
247945
|
+
"children": {
|
|
247946
|
+
"defaultValue": null,
|
|
247947
|
+
"description": "",
|
|
247948
|
+
"name": "children",
|
|
247949
|
+
"declarations": [
|
|
247950
|
+
{
|
|
247951
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
247952
|
+
"name": "TypeLiteral"
|
|
247953
|
+
}
|
|
247954
|
+
],
|
|
247955
|
+
"required": false,
|
|
247956
|
+
"type": {
|
|
247957
|
+
"name": "ReactNode"
|
|
247958
|
+
}
|
|
247959
|
+
}
|
|
247960
|
+
}
|
|
247961
|
+
},
|
|
247962
|
+
{
|
|
247963
|
+
"tags": {},
|
|
247964
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Action/Action.tsx",
|
|
247965
|
+
"description": "",
|
|
247966
|
+
"displayName": "Action",
|
|
247967
|
+
"methods": [],
|
|
247968
|
+
"props": {
|
|
247969
|
+
"onAction": {
|
|
247970
|
+
"defaultValue": null,
|
|
247971
|
+
"description": "",
|
|
247972
|
+
"name": "onAction",
|
|
247973
|
+
"parent": {
|
|
247974
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
247975
|
+
"name": "ActionProps"
|
|
247976
|
+
},
|
|
247977
|
+
"declarations": [
|
|
247978
|
+
{
|
|
247979
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
247980
|
+
"name": "ActionProps"
|
|
247981
|
+
}
|
|
247982
|
+
],
|
|
247983
|
+
"required": false,
|
|
247984
|
+
"type": {
|
|
247985
|
+
"name": "ActionFn"
|
|
247986
|
+
}
|
|
247987
|
+
},
|
|
247988
|
+
"actionModel": {
|
|
247989
|
+
"defaultValue": null,
|
|
247990
|
+
"description": "",
|
|
247991
|
+
"name": "actionModel",
|
|
247992
|
+
"parent": {
|
|
247993
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
247994
|
+
"name": "ActionProps"
|
|
247995
|
+
},
|
|
247996
|
+
"declarations": [
|
|
247997
|
+
{
|
|
247998
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
247999
|
+
"name": "ActionProps"
|
|
248000
|
+
}
|
|
248001
|
+
],
|
|
248002
|
+
"required": false,
|
|
248003
|
+
"type": {
|
|
248004
|
+
"name": "ActionModel"
|
|
248005
|
+
}
|
|
248006
|
+
},
|
|
248007
|
+
"closeOverlay": {
|
|
248008
|
+
"defaultValue": null,
|
|
248009
|
+
"description": "",
|
|
248010
|
+
"name": "closeOverlay",
|
|
248011
|
+
"parent": {
|
|
248012
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
248013
|
+
"name": "ActionProps"
|
|
248014
|
+
},
|
|
248015
|
+
"declarations": [
|
|
248016
|
+
{
|
|
248017
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
248018
|
+
"name": "ActionProps"
|
|
248019
|
+
}
|
|
248020
|
+
],
|
|
248021
|
+
"required": false,
|
|
248022
|
+
"type": {
|
|
248023
|
+
"name": "keyof FlowComponentPropsTypes | OverlayController | CloseOverlayOptions"
|
|
248024
|
+
}
|
|
248025
|
+
},
|
|
248026
|
+
"openOverlay": {
|
|
248027
|
+
"defaultValue": null,
|
|
248028
|
+
"description": "",
|
|
248029
|
+
"name": "openOverlay",
|
|
248030
|
+
"parent": {
|
|
248031
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
248032
|
+
"name": "ActionProps"
|
|
248033
|
+
},
|
|
248034
|
+
"declarations": [
|
|
248035
|
+
{
|
|
248036
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
248037
|
+
"name": "ActionProps"
|
|
248038
|
+
}
|
|
248039
|
+
],
|
|
248040
|
+
"required": false,
|
|
248041
|
+
"type": {
|
|
248042
|
+
"name": "keyof FlowComponentPropsTypes | OverlayController"
|
|
248043
|
+
}
|
|
248044
|
+
},
|
|
248045
|
+
"toggleOverlay": {
|
|
248046
|
+
"defaultValue": null,
|
|
248047
|
+
"description": "",
|
|
248048
|
+
"name": "toggleOverlay",
|
|
248049
|
+
"parent": {
|
|
248050
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
248051
|
+
"name": "ActionProps"
|
|
248052
|
+
},
|
|
248053
|
+
"declarations": [
|
|
248054
|
+
{
|
|
248055
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
248056
|
+
"name": "ActionProps"
|
|
248057
|
+
}
|
|
248058
|
+
],
|
|
248059
|
+
"required": false,
|
|
248060
|
+
"type": {
|
|
248061
|
+
"name": "keyof FlowComponentPropsTypes | OverlayController"
|
|
248062
|
+
}
|
|
248063
|
+
},
|
|
248064
|
+
"closeModal": {
|
|
248065
|
+
"defaultValue": null,
|
|
248066
|
+
"description": "",
|
|
248067
|
+
"name": "closeModal",
|
|
248068
|
+
"parent": {
|
|
248069
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
248070
|
+
"name": "ActionProps"
|
|
248071
|
+
},
|
|
248072
|
+
"declarations": [
|
|
248073
|
+
{
|
|
248074
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
248075
|
+
"name": "ActionProps"
|
|
248076
|
+
}
|
|
248077
|
+
],
|
|
248078
|
+
"required": false,
|
|
248079
|
+
"type": {
|
|
248080
|
+
"name": "boolean | CloseModalOptions"
|
|
248081
|
+
}
|
|
248082
|
+
},
|
|
248083
|
+
"openModal": {
|
|
248084
|
+
"defaultValue": null,
|
|
248085
|
+
"description": "",
|
|
248086
|
+
"name": "openModal",
|
|
248087
|
+
"parent": {
|
|
248088
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
248089
|
+
"name": "ActionProps"
|
|
248090
|
+
},
|
|
248091
|
+
"declarations": [
|
|
248092
|
+
{
|
|
248093
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
248094
|
+
"name": "ActionProps"
|
|
248095
|
+
}
|
|
248096
|
+
],
|
|
248097
|
+
"required": false,
|
|
248098
|
+
"type": {
|
|
248099
|
+
"name": "boolean"
|
|
248100
|
+
}
|
|
248101
|
+
},
|
|
248102
|
+
"toggleModal": {
|
|
248103
|
+
"defaultValue": null,
|
|
248104
|
+
"description": "",
|
|
248105
|
+
"name": "toggleModal",
|
|
248106
|
+
"parent": {
|
|
248107
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
248108
|
+
"name": "ActionProps"
|
|
248109
|
+
},
|
|
248110
|
+
"declarations": [
|
|
248111
|
+
{
|
|
248112
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
248113
|
+
"name": "ActionProps"
|
|
248114
|
+
}
|
|
248115
|
+
],
|
|
248116
|
+
"required": false,
|
|
248117
|
+
"type": {
|
|
248118
|
+
"name": "boolean"
|
|
248119
|
+
}
|
|
248120
|
+
},
|
|
248121
|
+
"break": {
|
|
248122
|
+
"defaultValue": null,
|
|
248123
|
+
"description": "",
|
|
248124
|
+
"name": "break",
|
|
248125
|
+
"parent": {
|
|
248126
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
248127
|
+
"name": "ActionProps"
|
|
248128
|
+
},
|
|
248129
|
+
"declarations": [
|
|
248130
|
+
{
|
|
248131
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
248132
|
+
"name": "ActionProps"
|
|
248133
|
+
}
|
|
248134
|
+
],
|
|
248135
|
+
"required": false,
|
|
248136
|
+
"type": {
|
|
248137
|
+
"name": "boolean"
|
|
248138
|
+
}
|
|
248139
|
+
},
|
|
248140
|
+
"skip": {
|
|
248141
|
+
"defaultValue": null,
|
|
248142
|
+
"description": "",
|
|
248143
|
+
"name": "skip",
|
|
248144
|
+
"parent": {
|
|
248145
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
248146
|
+
"name": "ActionProps"
|
|
248147
|
+
},
|
|
248148
|
+
"declarations": [
|
|
248149
|
+
{
|
|
248150
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
248151
|
+
"name": "ActionProps"
|
|
248152
|
+
}
|
|
248153
|
+
],
|
|
248154
|
+
"required": false,
|
|
248155
|
+
"type": {
|
|
248156
|
+
"name": "number | boolean"
|
|
248157
|
+
}
|
|
248158
|
+
},
|
|
248159
|
+
"showFeedback": {
|
|
248160
|
+
"defaultValue": null,
|
|
248161
|
+
"description": "",
|
|
248162
|
+
"name": "showFeedback",
|
|
248163
|
+
"parent": {
|
|
248164
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
248165
|
+
"name": "ActionProps"
|
|
248166
|
+
},
|
|
248167
|
+
"declarations": [
|
|
248168
|
+
{
|
|
248169
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
248170
|
+
"name": "ActionProps"
|
|
248171
|
+
}
|
|
248172
|
+
],
|
|
248173
|
+
"required": false,
|
|
248174
|
+
"type": {
|
|
248175
|
+
"name": "boolean"
|
|
248176
|
+
}
|
|
248177
|
+
},
|
|
248178
|
+
"children": {
|
|
248179
|
+
"defaultValue": null,
|
|
248180
|
+
"description": "",
|
|
248181
|
+
"name": "children",
|
|
248182
|
+
"declarations": [
|
|
248183
|
+
{
|
|
248184
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
248185
|
+
"name": "TypeLiteral"
|
|
248186
|
+
}
|
|
248187
|
+
],
|
|
248188
|
+
"required": false,
|
|
248189
|
+
"type": {
|
|
248190
|
+
"name": "ReactNode"
|
|
248191
|
+
}
|
|
248192
|
+
},
|
|
248193
|
+
"wrapWith": {
|
|
248194
|
+
"defaultValue": null,
|
|
248195
|
+
"description": "",
|
|
248196
|
+
"name": "wrapWith",
|
|
248197
|
+
"parent": {
|
|
248198
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
248199
|
+
"name": "FlowComponentProps"
|
|
248200
|
+
},
|
|
248201
|
+
"declarations": [
|
|
248202
|
+
{
|
|
248203
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
248204
|
+
"name": "FlowComponentProps"
|
|
248205
|
+
}
|
|
248206
|
+
],
|
|
248207
|
+
"required": false,
|
|
248208
|
+
"type": {
|
|
248209
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
248210
|
+
}
|
|
248211
|
+
},
|
|
248212
|
+
"tunnel": {
|
|
248213
|
+
"defaultValue": null,
|
|
248214
|
+
"description": "@internal",
|
|
248215
|
+
"name": "tunnel",
|
|
248216
|
+
"parent": {
|
|
248217
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
248218
|
+
"name": "PropsWithTunnel"
|
|
248219
|
+
},
|
|
248220
|
+
"declarations": [
|
|
248221
|
+
{
|
|
248222
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
248223
|
+
"name": "PropsWithTunnel"
|
|
248224
|
+
}
|
|
248225
|
+
],
|
|
248226
|
+
"required": false,
|
|
248227
|
+
"type": {
|
|
248228
|
+
"name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
|
|
248229
|
+
}
|
|
248230
|
+
},
|
|
248231
|
+
"ref": {
|
|
248232
|
+
"defaultValue": null,
|
|
248233
|
+
"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}",
|
|
248234
|
+
"name": "ref",
|
|
248235
|
+
"parent": {
|
|
248236
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
248237
|
+
"name": "RefAttributes"
|
|
248238
|
+
},
|
|
248239
|
+
"declarations": [
|
|
248240
|
+
{
|
|
248241
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
248242
|
+
"name": "RefAttributes"
|
|
248243
|
+
}
|
|
248244
|
+
],
|
|
248245
|
+
"required": false,
|
|
248246
|
+
"type": {
|
|
248247
|
+
"name": "Ref<HTMLSpanElement>"
|
|
248248
|
+
}
|
|
248249
|
+
},
|
|
248250
|
+
"key": {
|
|
248251
|
+
"defaultValue": null,
|
|
248252
|
+
"description": "",
|
|
248253
|
+
"name": "key",
|
|
248254
|
+
"parent": {
|
|
248255
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
248256
|
+
"name": "Attributes"
|
|
248257
|
+
},
|
|
248258
|
+
"declarations": [
|
|
248259
|
+
{
|
|
248260
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
248261
|
+
"name": "Attributes"
|
|
248262
|
+
}
|
|
248263
|
+
],
|
|
248264
|
+
"required": false,
|
|
248265
|
+
"type": {
|
|
248266
|
+
"name": "Key | null"
|
|
248267
|
+
}
|
|
248268
|
+
}
|
|
248269
|
+
}
|
|
248270
|
+
},
|
|
247938
248271
|
{
|
|
247939
248272
|
"tags": {
|
|
247940
248273
|
"flr-generate": "all"
|
|
@@ -253306,339 +253639,6 @@
|
|
|
253306
253639
|
}
|
|
253307
253640
|
}
|
|
253308
253641
|
},
|
|
253309
|
-
{
|
|
253310
|
-
"tags": {},
|
|
253311
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Action/ActionBatch.tsx",
|
|
253312
|
-
"description": "Batches multiple actions together and shows feedback when all actions have\ncompleted.\n\nBy default function actions are automatically batched. You can use this\ncomponent to split function actions into multiple batches with separate\nfeedback.",
|
|
253313
|
-
"displayName": "ActionBatch",
|
|
253314
|
-
"methods": [],
|
|
253315
|
-
"props": {
|
|
253316
|
-
"children": {
|
|
253317
|
-
"defaultValue": null,
|
|
253318
|
-
"description": "",
|
|
253319
|
-
"name": "children",
|
|
253320
|
-
"declarations": [
|
|
253321
|
-
{
|
|
253322
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
253323
|
-
"name": "TypeLiteral"
|
|
253324
|
-
}
|
|
253325
|
-
],
|
|
253326
|
-
"required": false,
|
|
253327
|
-
"type": {
|
|
253328
|
-
"name": "ReactNode"
|
|
253329
|
-
}
|
|
253330
|
-
}
|
|
253331
|
-
}
|
|
253332
|
-
},
|
|
253333
|
-
{
|
|
253334
|
-
"tags": {},
|
|
253335
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Action/Action.tsx",
|
|
253336
|
-
"description": "",
|
|
253337
|
-
"displayName": "Action",
|
|
253338
|
-
"methods": [],
|
|
253339
|
-
"props": {
|
|
253340
|
-
"onAction": {
|
|
253341
|
-
"defaultValue": null,
|
|
253342
|
-
"description": "",
|
|
253343
|
-
"name": "onAction",
|
|
253344
|
-
"parent": {
|
|
253345
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
253346
|
-
"name": "ActionProps"
|
|
253347
|
-
},
|
|
253348
|
-
"declarations": [
|
|
253349
|
-
{
|
|
253350
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
253351
|
-
"name": "ActionProps"
|
|
253352
|
-
}
|
|
253353
|
-
],
|
|
253354
|
-
"required": false,
|
|
253355
|
-
"type": {
|
|
253356
|
-
"name": "ActionFn"
|
|
253357
|
-
}
|
|
253358
|
-
},
|
|
253359
|
-
"actionModel": {
|
|
253360
|
-
"defaultValue": null,
|
|
253361
|
-
"description": "",
|
|
253362
|
-
"name": "actionModel",
|
|
253363
|
-
"parent": {
|
|
253364
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
253365
|
-
"name": "ActionProps"
|
|
253366
|
-
},
|
|
253367
|
-
"declarations": [
|
|
253368
|
-
{
|
|
253369
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
253370
|
-
"name": "ActionProps"
|
|
253371
|
-
}
|
|
253372
|
-
],
|
|
253373
|
-
"required": false,
|
|
253374
|
-
"type": {
|
|
253375
|
-
"name": "ActionModel"
|
|
253376
|
-
}
|
|
253377
|
-
},
|
|
253378
|
-
"closeOverlay": {
|
|
253379
|
-
"defaultValue": null,
|
|
253380
|
-
"description": "",
|
|
253381
|
-
"name": "closeOverlay",
|
|
253382
|
-
"parent": {
|
|
253383
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
253384
|
-
"name": "ActionProps"
|
|
253385
|
-
},
|
|
253386
|
-
"declarations": [
|
|
253387
|
-
{
|
|
253388
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
253389
|
-
"name": "ActionProps"
|
|
253390
|
-
}
|
|
253391
|
-
],
|
|
253392
|
-
"required": false,
|
|
253393
|
-
"type": {
|
|
253394
|
-
"name": "keyof FlowComponentPropsTypes | OverlayController | CloseOverlayOptions"
|
|
253395
|
-
}
|
|
253396
|
-
},
|
|
253397
|
-
"openOverlay": {
|
|
253398
|
-
"defaultValue": null,
|
|
253399
|
-
"description": "",
|
|
253400
|
-
"name": "openOverlay",
|
|
253401
|
-
"parent": {
|
|
253402
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
253403
|
-
"name": "ActionProps"
|
|
253404
|
-
},
|
|
253405
|
-
"declarations": [
|
|
253406
|
-
{
|
|
253407
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
253408
|
-
"name": "ActionProps"
|
|
253409
|
-
}
|
|
253410
|
-
],
|
|
253411
|
-
"required": false,
|
|
253412
|
-
"type": {
|
|
253413
|
-
"name": "keyof FlowComponentPropsTypes | OverlayController"
|
|
253414
|
-
}
|
|
253415
|
-
},
|
|
253416
|
-
"toggleOverlay": {
|
|
253417
|
-
"defaultValue": null,
|
|
253418
|
-
"description": "",
|
|
253419
|
-
"name": "toggleOverlay",
|
|
253420
|
-
"parent": {
|
|
253421
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
253422
|
-
"name": "ActionProps"
|
|
253423
|
-
},
|
|
253424
|
-
"declarations": [
|
|
253425
|
-
{
|
|
253426
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
253427
|
-
"name": "ActionProps"
|
|
253428
|
-
}
|
|
253429
|
-
],
|
|
253430
|
-
"required": false,
|
|
253431
|
-
"type": {
|
|
253432
|
-
"name": "keyof FlowComponentPropsTypes | OverlayController"
|
|
253433
|
-
}
|
|
253434
|
-
},
|
|
253435
|
-
"closeModal": {
|
|
253436
|
-
"defaultValue": null,
|
|
253437
|
-
"description": "",
|
|
253438
|
-
"name": "closeModal",
|
|
253439
|
-
"parent": {
|
|
253440
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
253441
|
-
"name": "ActionProps"
|
|
253442
|
-
},
|
|
253443
|
-
"declarations": [
|
|
253444
|
-
{
|
|
253445
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
253446
|
-
"name": "ActionProps"
|
|
253447
|
-
}
|
|
253448
|
-
],
|
|
253449
|
-
"required": false,
|
|
253450
|
-
"type": {
|
|
253451
|
-
"name": "boolean | CloseModalOptions"
|
|
253452
|
-
}
|
|
253453
|
-
},
|
|
253454
|
-
"openModal": {
|
|
253455
|
-
"defaultValue": null,
|
|
253456
|
-
"description": "",
|
|
253457
|
-
"name": "openModal",
|
|
253458
|
-
"parent": {
|
|
253459
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
253460
|
-
"name": "ActionProps"
|
|
253461
|
-
},
|
|
253462
|
-
"declarations": [
|
|
253463
|
-
{
|
|
253464
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
253465
|
-
"name": "ActionProps"
|
|
253466
|
-
}
|
|
253467
|
-
],
|
|
253468
|
-
"required": false,
|
|
253469
|
-
"type": {
|
|
253470
|
-
"name": "boolean"
|
|
253471
|
-
}
|
|
253472
|
-
},
|
|
253473
|
-
"toggleModal": {
|
|
253474
|
-
"defaultValue": null,
|
|
253475
|
-
"description": "",
|
|
253476
|
-
"name": "toggleModal",
|
|
253477
|
-
"parent": {
|
|
253478
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
253479
|
-
"name": "ActionProps"
|
|
253480
|
-
},
|
|
253481
|
-
"declarations": [
|
|
253482
|
-
{
|
|
253483
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
253484
|
-
"name": "ActionProps"
|
|
253485
|
-
}
|
|
253486
|
-
],
|
|
253487
|
-
"required": false,
|
|
253488
|
-
"type": {
|
|
253489
|
-
"name": "boolean"
|
|
253490
|
-
}
|
|
253491
|
-
},
|
|
253492
|
-
"break": {
|
|
253493
|
-
"defaultValue": null,
|
|
253494
|
-
"description": "",
|
|
253495
|
-
"name": "break",
|
|
253496
|
-
"parent": {
|
|
253497
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
253498
|
-
"name": "ActionProps"
|
|
253499
|
-
},
|
|
253500
|
-
"declarations": [
|
|
253501
|
-
{
|
|
253502
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
253503
|
-
"name": "ActionProps"
|
|
253504
|
-
}
|
|
253505
|
-
],
|
|
253506
|
-
"required": false,
|
|
253507
|
-
"type": {
|
|
253508
|
-
"name": "boolean"
|
|
253509
|
-
}
|
|
253510
|
-
},
|
|
253511
|
-
"skip": {
|
|
253512
|
-
"defaultValue": null,
|
|
253513
|
-
"description": "",
|
|
253514
|
-
"name": "skip",
|
|
253515
|
-
"parent": {
|
|
253516
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
253517
|
-
"name": "ActionProps"
|
|
253518
|
-
},
|
|
253519
|
-
"declarations": [
|
|
253520
|
-
{
|
|
253521
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
253522
|
-
"name": "ActionProps"
|
|
253523
|
-
}
|
|
253524
|
-
],
|
|
253525
|
-
"required": false,
|
|
253526
|
-
"type": {
|
|
253527
|
-
"name": "number | boolean"
|
|
253528
|
-
}
|
|
253529
|
-
},
|
|
253530
|
-
"showFeedback": {
|
|
253531
|
-
"defaultValue": null,
|
|
253532
|
-
"description": "",
|
|
253533
|
-
"name": "showFeedback",
|
|
253534
|
-
"parent": {
|
|
253535
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
253536
|
-
"name": "ActionProps"
|
|
253537
|
-
},
|
|
253538
|
-
"declarations": [
|
|
253539
|
-
{
|
|
253540
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
253541
|
-
"name": "ActionProps"
|
|
253542
|
-
}
|
|
253543
|
-
],
|
|
253544
|
-
"required": false,
|
|
253545
|
-
"type": {
|
|
253546
|
-
"name": "boolean"
|
|
253547
|
-
}
|
|
253548
|
-
},
|
|
253549
|
-
"children": {
|
|
253550
|
-
"defaultValue": null,
|
|
253551
|
-
"description": "",
|
|
253552
|
-
"name": "children",
|
|
253553
|
-
"declarations": [
|
|
253554
|
-
{
|
|
253555
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
253556
|
-
"name": "TypeLiteral"
|
|
253557
|
-
}
|
|
253558
|
-
],
|
|
253559
|
-
"required": false,
|
|
253560
|
-
"type": {
|
|
253561
|
-
"name": "ReactNode"
|
|
253562
|
-
}
|
|
253563
|
-
},
|
|
253564
|
-
"wrapWith": {
|
|
253565
|
-
"defaultValue": null,
|
|
253566
|
-
"description": "",
|
|
253567
|
-
"name": "wrapWith",
|
|
253568
|
-
"parent": {
|
|
253569
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
253570
|
-
"name": "FlowComponentProps"
|
|
253571
|
-
},
|
|
253572
|
-
"declarations": [
|
|
253573
|
-
{
|
|
253574
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
253575
|
-
"name": "FlowComponentProps"
|
|
253576
|
-
}
|
|
253577
|
-
],
|
|
253578
|
-
"required": false,
|
|
253579
|
-
"type": {
|
|
253580
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
253581
|
-
}
|
|
253582
|
-
},
|
|
253583
|
-
"tunnel": {
|
|
253584
|
-
"defaultValue": null,
|
|
253585
|
-
"description": "@internal",
|
|
253586
|
-
"name": "tunnel",
|
|
253587
|
-
"parent": {
|
|
253588
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
253589
|
-
"name": "PropsWithTunnel"
|
|
253590
|
-
},
|
|
253591
|
-
"declarations": [
|
|
253592
|
-
{
|
|
253593
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
253594
|
-
"name": "PropsWithTunnel"
|
|
253595
|
-
}
|
|
253596
|
-
],
|
|
253597
|
-
"required": false,
|
|
253598
|
-
"type": {
|
|
253599
|
-
"name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
|
|
253600
|
-
}
|
|
253601
|
-
},
|
|
253602
|
-
"ref": {
|
|
253603
|
-
"defaultValue": null,
|
|
253604
|
-
"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}",
|
|
253605
|
-
"name": "ref",
|
|
253606
|
-
"parent": {
|
|
253607
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
253608
|
-
"name": "RefAttributes"
|
|
253609
|
-
},
|
|
253610
|
-
"declarations": [
|
|
253611
|
-
{
|
|
253612
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
253613
|
-
"name": "RefAttributes"
|
|
253614
|
-
}
|
|
253615
|
-
],
|
|
253616
|
-
"required": false,
|
|
253617
|
-
"type": {
|
|
253618
|
-
"name": "Ref<HTMLSpanElement>"
|
|
253619
|
-
}
|
|
253620
|
-
},
|
|
253621
|
-
"key": {
|
|
253622
|
-
"defaultValue": null,
|
|
253623
|
-
"description": "",
|
|
253624
|
-
"name": "key",
|
|
253625
|
-
"parent": {
|
|
253626
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
253627
|
-
"name": "Attributes"
|
|
253628
|
-
},
|
|
253629
|
-
"declarations": [
|
|
253630
|
-
{
|
|
253631
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
253632
|
-
"name": "Attributes"
|
|
253633
|
-
}
|
|
253634
|
-
],
|
|
253635
|
-
"required": false,
|
|
253636
|
-
"type": {
|
|
253637
|
-
"name": "Key | null"
|
|
253638
|
-
}
|
|
253639
|
-
}
|
|
253640
|
-
}
|
|
253641
|
-
},
|
|
253642
253642
|
{
|
|
253643
253643
|
"tags": {
|
|
253644
253644
|
"flr-generate": "all"
|
|
@@ -279384,172 +279384,6 @@
|
|
|
279384
279384
|
"methods": [],
|
|
279385
279385
|
"props": {}
|
|
279386
279386
|
},
|
|
279387
|
-
{
|
|
279388
|
-
"tags": {},
|
|
279389
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
279390
|
-
"description": "",
|
|
279391
|
-
"displayName": "FormContext",
|
|
279392
|
-
"methods": [],
|
|
279393
|
-
"props": {
|
|
279394
|
-
"value": {
|
|
279395
|
-
"defaultValue": null,
|
|
279396
|
-
"description": "",
|
|
279397
|
-
"name": "value",
|
|
279398
|
-
"parent": {
|
|
279399
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
279400
|
-
"name": "ProviderProps"
|
|
279401
|
-
},
|
|
279402
|
-
"declarations": [
|
|
279403
|
-
{
|
|
279404
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
279405
|
-
"name": "ProviderProps"
|
|
279406
|
-
}
|
|
279407
|
-
],
|
|
279408
|
-
"required": true,
|
|
279409
|
-
"type": {
|
|
279410
|
-
"name": "FormContext<FieldValues> | undefined"
|
|
279411
|
-
}
|
|
279412
|
-
},
|
|
279413
|
-
"children": {
|
|
279414
|
-
"defaultValue": null,
|
|
279415
|
-
"description": "",
|
|
279416
|
-
"name": "children",
|
|
279417
|
-
"parent": {
|
|
279418
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
279419
|
-
"name": "DOMAttributes"
|
|
279420
|
-
},
|
|
279421
|
-
"declarations": [
|
|
279422
|
-
{
|
|
279423
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
279424
|
-
"name": "DOMAttributes"
|
|
279425
|
-
}
|
|
279426
|
-
],
|
|
279427
|
-
"required": false,
|
|
279428
|
-
"type": {
|
|
279429
|
-
"name": "ReactNode"
|
|
279430
|
-
}
|
|
279431
|
-
}
|
|
279432
|
-
}
|
|
279433
|
-
},
|
|
279434
|
-
{
|
|
279435
|
-
"tags": {},
|
|
279436
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
279437
|
-
"description": "",
|
|
279438
|
-
"displayName": "FormContextProvider",
|
|
279439
|
-
"methods": [],
|
|
279440
|
-
"props": {
|
|
279441
|
-
"form": {
|
|
279442
|
-
"defaultValue": null,
|
|
279443
|
-
"description": "",
|
|
279444
|
-
"name": "form",
|
|
279445
|
-
"parent": {
|
|
279446
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
279447
|
-
"name": "FormContextProviderProps"
|
|
279448
|
-
},
|
|
279449
|
-
"declarations": [
|
|
279450
|
-
{
|
|
279451
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
279452
|
-
"name": "FormContextProviderProps"
|
|
279453
|
-
}
|
|
279454
|
-
],
|
|
279455
|
-
"required": true,
|
|
279456
|
-
"type": {
|
|
279457
|
-
"name": "UseFormReturn"
|
|
279458
|
-
}
|
|
279459
|
-
},
|
|
279460
|
-
"id": {
|
|
279461
|
-
"defaultValue": null,
|
|
279462
|
-
"description": "",
|
|
279463
|
-
"name": "id",
|
|
279464
|
-
"parent": {
|
|
279465
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
279466
|
-
"name": "FormContextProviderProps"
|
|
279467
|
-
},
|
|
279468
|
-
"declarations": [
|
|
279469
|
-
{
|
|
279470
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
279471
|
-
"name": "FormContextProviderProps"
|
|
279472
|
-
}
|
|
279473
|
-
],
|
|
279474
|
-
"required": true,
|
|
279475
|
-
"type": {
|
|
279476
|
-
"name": "string"
|
|
279477
|
-
}
|
|
279478
|
-
},
|
|
279479
|
-
"isReadOnly": {
|
|
279480
|
-
"defaultValue": null,
|
|
279481
|
-
"description": "",
|
|
279482
|
-
"name": "isReadOnly",
|
|
279483
|
-
"parent": {
|
|
279484
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
279485
|
-
"name": "FormContextProviderProps"
|
|
279486
|
-
},
|
|
279487
|
-
"declarations": [
|
|
279488
|
-
{
|
|
279489
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
279490
|
-
"name": "FormContextProviderProps"
|
|
279491
|
-
}
|
|
279492
|
-
],
|
|
279493
|
-
"required": false,
|
|
279494
|
-
"type": {
|
|
279495
|
-
"name": "boolean"
|
|
279496
|
-
}
|
|
279497
|
-
},
|
|
279498
|
-
"onAfterSuccessFeedback": {
|
|
279499
|
-
"defaultValue": null,
|
|
279500
|
-
"description": "",
|
|
279501
|
-
"name": "onAfterSuccessFeedback",
|
|
279502
|
-
"parent": {
|
|
279503
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
279504
|
-
"name": "FormContextProviderProps"
|
|
279505
|
-
},
|
|
279506
|
-
"declarations": [
|
|
279507
|
-
{
|
|
279508
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
279509
|
-
"name": "FormContextProviderProps"
|
|
279510
|
-
}
|
|
279511
|
-
],
|
|
279512
|
-
"required": false,
|
|
279513
|
-
"type": {
|
|
279514
|
-
"name": "AfterFormSubmitCallback"
|
|
279515
|
-
}
|
|
279516
|
-
},
|
|
279517
|
-
"rootErrorController": {
|
|
279518
|
-
"defaultValue": null,
|
|
279519
|
-
"description": "",
|
|
279520
|
-
"name": "rootErrorController",
|
|
279521
|
-
"parent": {
|
|
279522
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
279523
|
-
"name": "FormContextProviderProps"
|
|
279524
|
-
},
|
|
279525
|
-
"declarations": [
|
|
279526
|
-
{
|
|
279527
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
279528
|
-
"name": "FormContextProviderProps"
|
|
279529
|
-
}
|
|
279530
|
-
],
|
|
279531
|
-
"required": true,
|
|
279532
|
-
"type": {
|
|
279533
|
-
"name": "FormRootErrorController"
|
|
279534
|
-
}
|
|
279535
|
-
},
|
|
279536
|
-
"children": {
|
|
279537
|
-
"defaultValue": null,
|
|
279538
|
-
"description": "",
|
|
279539
|
-
"name": "children",
|
|
279540
|
-
"declarations": [
|
|
279541
|
-
{
|
|
279542
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
279543
|
-
"name": "TypeLiteral"
|
|
279544
|
-
}
|
|
279545
|
-
],
|
|
279546
|
-
"required": false,
|
|
279547
|
-
"type": {
|
|
279548
|
-
"name": "ReactNode"
|
|
279549
|
-
}
|
|
279550
|
-
}
|
|
279551
|
-
}
|
|
279552
|
-
},
|
|
279553
279387
|
{
|
|
279554
279388
|
"tags": {},
|
|
279555
279389
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormSubmitAction.tsx",
|
|
@@ -286081,6 +285915,172 @@
|
|
|
286081
285915
|
}
|
|
286082
285916
|
}
|
|
286083
285917
|
},
|
|
285918
|
+
{
|
|
285919
|
+
"tags": {},
|
|
285920
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
285921
|
+
"description": "",
|
|
285922
|
+
"displayName": "FormContext",
|
|
285923
|
+
"methods": [],
|
|
285924
|
+
"props": {
|
|
285925
|
+
"value": {
|
|
285926
|
+
"defaultValue": null,
|
|
285927
|
+
"description": "",
|
|
285928
|
+
"name": "value",
|
|
285929
|
+
"parent": {
|
|
285930
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
285931
|
+
"name": "ProviderProps"
|
|
285932
|
+
},
|
|
285933
|
+
"declarations": [
|
|
285934
|
+
{
|
|
285935
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
285936
|
+
"name": "ProviderProps"
|
|
285937
|
+
}
|
|
285938
|
+
],
|
|
285939
|
+
"required": true,
|
|
285940
|
+
"type": {
|
|
285941
|
+
"name": "FormContext<FieldValues> | undefined"
|
|
285942
|
+
}
|
|
285943
|
+
},
|
|
285944
|
+
"children": {
|
|
285945
|
+
"defaultValue": null,
|
|
285946
|
+
"description": "",
|
|
285947
|
+
"name": "children",
|
|
285948
|
+
"parent": {
|
|
285949
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
285950
|
+
"name": "DOMAttributes"
|
|
285951
|
+
},
|
|
285952
|
+
"declarations": [
|
|
285953
|
+
{
|
|
285954
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
285955
|
+
"name": "DOMAttributes"
|
|
285956
|
+
}
|
|
285957
|
+
],
|
|
285958
|
+
"required": false,
|
|
285959
|
+
"type": {
|
|
285960
|
+
"name": "ReactNode"
|
|
285961
|
+
}
|
|
285962
|
+
}
|
|
285963
|
+
}
|
|
285964
|
+
},
|
|
285965
|
+
{
|
|
285966
|
+
"tags": {},
|
|
285967
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
285968
|
+
"description": "",
|
|
285969
|
+
"displayName": "FormContextProvider",
|
|
285970
|
+
"methods": [],
|
|
285971
|
+
"props": {
|
|
285972
|
+
"form": {
|
|
285973
|
+
"defaultValue": null,
|
|
285974
|
+
"description": "",
|
|
285975
|
+
"name": "form",
|
|
285976
|
+
"parent": {
|
|
285977
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
285978
|
+
"name": "FormContextProviderProps"
|
|
285979
|
+
},
|
|
285980
|
+
"declarations": [
|
|
285981
|
+
{
|
|
285982
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
285983
|
+
"name": "FormContextProviderProps"
|
|
285984
|
+
}
|
|
285985
|
+
],
|
|
285986
|
+
"required": true,
|
|
285987
|
+
"type": {
|
|
285988
|
+
"name": "UseFormReturn"
|
|
285989
|
+
}
|
|
285990
|
+
},
|
|
285991
|
+
"id": {
|
|
285992
|
+
"defaultValue": null,
|
|
285993
|
+
"description": "",
|
|
285994
|
+
"name": "id",
|
|
285995
|
+
"parent": {
|
|
285996
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
285997
|
+
"name": "FormContextProviderProps"
|
|
285998
|
+
},
|
|
285999
|
+
"declarations": [
|
|
286000
|
+
{
|
|
286001
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
286002
|
+
"name": "FormContextProviderProps"
|
|
286003
|
+
}
|
|
286004
|
+
],
|
|
286005
|
+
"required": true,
|
|
286006
|
+
"type": {
|
|
286007
|
+
"name": "string"
|
|
286008
|
+
}
|
|
286009
|
+
},
|
|
286010
|
+
"isReadOnly": {
|
|
286011
|
+
"defaultValue": null,
|
|
286012
|
+
"description": "",
|
|
286013
|
+
"name": "isReadOnly",
|
|
286014
|
+
"parent": {
|
|
286015
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
286016
|
+
"name": "FormContextProviderProps"
|
|
286017
|
+
},
|
|
286018
|
+
"declarations": [
|
|
286019
|
+
{
|
|
286020
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
286021
|
+
"name": "FormContextProviderProps"
|
|
286022
|
+
}
|
|
286023
|
+
],
|
|
286024
|
+
"required": false,
|
|
286025
|
+
"type": {
|
|
286026
|
+
"name": "boolean"
|
|
286027
|
+
}
|
|
286028
|
+
},
|
|
286029
|
+
"onAfterSuccessFeedback": {
|
|
286030
|
+
"defaultValue": null,
|
|
286031
|
+
"description": "",
|
|
286032
|
+
"name": "onAfterSuccessFeedback",
|
|
286033
|
+
"parent": {
|
|
286034
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
286035
|
+
"name": "FormContextProviderProps"
|
|
286036
|
+
},
|
|
286037
|
+
"declarations": [
|
|
286038
|
+
{
|
|
286039
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
286040
|
+
"name": "FormContextProviderProps"
|
|
286041
|
+
}
|
|
286042
|
+
],
|
|
286043
|
+
"required": false,
|
|
286044
|
+
"type": {
|
|
286045
|
+
"name": "AfterFormSubmitCallback"
|
|
286046
|
+
}
|
|
286047
|
+
},
|
|
286048
|
+
"rootErrorController": {
|
|
286049
|
+
"defaultValue": null,
|
|
286050
|
+
"description": "",
|
|
286051
|
+
"name": "rootErrorController",
|
|
286052
|
+
"parent": {
|
|
286053
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
286054
|
+
"name": "FormContextProviderProps"
|
|
286055
|
+
},
|
|
286056
|
+
"declarations": [
|
|
286057
|
+
{
|
|
286058
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
286059
|
+
"name": "FormContextProviderProps"
|
|
286060
|
+
}
|
|
286061
|
+
],
|
|
286062
|
+
"required": true,
|
|
286063
|
+
"type": {
|
|
286064
|
+
"name": "FormRootErrorController"
|
|
286065
|
+
}
|
|
286066
|
+
},
|
|
286067
|
+
"children": {
|
|
286068
|
+
"defaultValue": null,
|
|
286069
|
+
"description": "",
|
|
286070
|
+
"name": "children",
|
|
286071
|
+
"declarations": [
|
|
286072
|
+
{
|
|
286073
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
286074
|
+
"name": "TypeLiteral"
|
|
286075
|
+
}
|
|
286076
|
+
],
|
|
286077
|
+
"required": false,
|
|
286078
|
+
"type": {
|
|
286079
|
+
"name": "ReactNode"
|
|
286080
|
+
}
|
|
286081
|
+
}
|
|
286082
|
+
}
|
|
286083
|
+
},
|
|
286084
286084
|
{
|
|
286085
286085
|
"tags": {},
|
|
286086
286086
|
"filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
|
|
@@ -311056,171 +311056,143 @@
|
|
|
311056
311056
|
"type": {
|
|
311057
311057
|
"name": "Key | null"
|
|
311058
311058
|
}
|
|
311059
|
-
}
|
|
311060
|
-
}
|
|
311061
|
-
},
|
|
311062
|
-
{
|
|
311063
|
-
"tags": {},
|
|
311064
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Popover/components/PopoverTrigger/PopoverTrigger.tsx",
|
|
311065
|
-
"description": "",
|
|
311066
|
-
"displayName": "PopoverTrigger",
|
|
311067
|
-
"methods": [],
|
|
311068
|
-
"props": {
|
|
311069
|
-
"isDefaultOpen": {
|
|
311070
|
-
"defaultValue": null,
|
|
311071
|
-
"description": "Whether the overlay should be open initially.",
|
|
311072
|
-
"name": "isDefaultOpen",
|
|
311073
|
-
"parent": {
|
|
311074
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
311075
|
-
"name": "OverlayTriggerProps"
|
|
311076
|
-
},
|
|
311077
|
-
"declarations": [
|
|
311078
|
-
{
|
|
311079
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
311080
|
-
"name": "OverlayTriggerProps"
|
|
311081
|
-
}
|
|
311082
|
-
],
|
|
311083
|
-
"required": false,
|
|
311084
|
-
"type": {
|
|
311085
|
-
"name": "boolean"
|
|
311086
|
-
}
|
|
311087
|
-
},
|
|
311088
|
-
"controller": {
|
|
311089
|
-
"defaultValue": null,
|
|
311090
|
-
"description": "A controller to control the state of the overlay.",
|
|
311091
|
-
"name": "controller",
|
|
311092
|
-
"parent": {
|
|
311093
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
311094
|
-
"name": "OverlayTriggerProps"
|
|
311095
|
-
},
|
|
311096
|
-
"declarations": [
|
|
311097
|
-
{
|
|
311098
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
311099
|
-
"name": "OverlayTriggerProps"
|
|
311100
|
-
}
|
|
311101
|
-
],
|
|
311102
|
-
"required": false,
|
|
311103
|
-
"type": {
|
|
311104
|
-
"name": "OverlayController"
|
|
311105
|
-
}
|
|
311106
|
-
},
|
|
311107
|
-
"wrapWith": {
|
|
311108
|
-
"defaultValue": null,
|
|
311109
|
-
"description": "",
|
|
311110
|
-
"name": "wrapWith",
|
|
311111
|
-
"parent": {
|
|
311112
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
311113
|
-
"name": "FlowComponentProps"
|
|
311114
|
-
},
|
|
311115
|
-
"declarations": [
|
|
311116
|
-
{
|
|
311117
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
311118
|
-
"name": "FlowComponentProps"
|
|
311119
|
-
}
|
|
311120
|
-
],
|
|
311121
|
-
"required": false,
|
|
311122
|
-
"type": {
|
|
311123
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
311124
|
-
}
|
|
311125
|
-
},
|
|
311126
|
-
"tunnel": {
|
|
311127
|
-
"defaultValue": null,
|
|
311128
|
-
"description": "@internal",
|
|
311129
|
-
"name": "tunnel",
|
|
311130
|
-
"parent": {
|
|
311131
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
311132
|
-
"name": "PropsWithTunnel"
|
|
311133
|
-
},
|
|
311134
|
-
"declarations": [
|
|
311135
|
-
{
|
|
311136
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
311137
|
-
"name": "PropsWithTunnel"
|
|
311138
|
-
}
|
|
311139
|
-
],
|
|
311140
|
-
"required": false,
|
|
311141
|
-
"type": {
|
|
311142
|
-
"name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
|
|
311143
|
-
}
|
|
311144
|
-
},
|
|
311145
|
-
"ref": {
|
|
311146
|
-
"defaultValue": null,
|
|
311147
|
-
"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}",
|
|
311148
|
-
"name": "ref",
|
|
311149
|
-
"parent": {
|
|
311150
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
311151
|
-
"name": "RefAttributes"
|
|
311152
|
-
},
|
|
311153
|
-
"declarations": [
|
|
311154
|
-
{
|
|
311155
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
311156
|
-
"name": "RefAttributes"
|
|
311157
|
-
}
|
|
311158
|
-
],
|
|
311159
|
-
"required": false,
|
|
311160
|
-
"type": {
|
|
311161
|
-
"name": "Ref<HTMLSpanElement>"
|
|
311162
|
-
}
|
|
311163
|
-
},
|
|
311164
|
-
"key": {
|
|
311165
|
-
"defaultValue": null,
|
|
311166
|
-
"description": "",
|
|
311167
|
-
"name": "key",
|
|
311168
|
-
"parent": {
|
|
311169
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
311170
|
-
"name": "Attributes"
|
|
311171
|
-
},
|
|
311172
|
-
"declarations": [
|
|
311173
|
-
{
|
|
311174
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
311175
|
-
"name": "Attributes"
|
|
311176
|
-
}
|
|
311177
|
-
],
|
|
311178
|
-
"required": false,
|
|
311179
|
-
"type": {
|
|
311180
|
-
"name": "Key | null"
|
|
311181
|
-
}
|
|
311059
|
+
}
|
|
311060
|
+
}
|
|
311061
|
+
},
|
|
311062
|
+
{
|
|
311063
|
+
"tags": {},
|
|
311064
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Popover/components/PopoverTrigger/PopoverTrigger.tsx",
|
|
311065
|
+
"description": "",
|
|
311066
|
+
"displayName": "PopoverTrigger",
|
|
311067
|
+
"methods": [],
|
|
311068
|
+
"props": {
|
|
311069
|
+
"isDefaultOpen": {
|
|
311070
|
+
"defaultValue": null,
|
|
311071
|
+
"description": "Whether the overlay should be open initially.",
|
|
311072
|
+
"name": "isDefaultOpen",
|
|
311073
|
+
"parent": {
|
|
311074
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
311075
|
+
"name": "OverlayTriggerProps"
|
|
311076
|
+
},
|
|
311077
|
+
"declarations": [
|
|
311078
|
+
{
|
|
311079
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
311080
|
+
"name": "OverlayTriggerProps"
|
|
311081
|
+
}
|
|
311082
|
+
],
|
|
311083
|
+
"required": false,
|
|
311084
|
+
"type": {
|
|
311085
|
+
"name": "boolean"
|
|
311086
|
+
}
|
|
311182
311087
|
},
|
|
311183
|
-
"
|
|
311088
|
+
"controller": {
|
|
311089
|
+
"defaultValue": null,
|
|
311090
|
+
"description": "A controller to control the state of the overlay.",
|
|
311091
|
+
"name": "controller",
|
|
311092
|
+
"parent": {
|
|
311093
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
311094
|
+
"name": "OverlayTriggerProps"
|
|
311095
|
+
},
|
|
311096
|
+
"declarations": [
|
|
311097
|
+
{
|
|
311098
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
311099
|
+
"name": "OverlayTriggerProps"
|
|
311100
|
+
}
|
|
311101
|
+
],
|
|
311102
|
+
"required": false,
|
|
311103
|
+
"type": {
|
|
311104
|
+
"name": "OverlayController"
|
|
311105
|
+
}
|
|
311106
|
+
},
|
|
311107
|
+
"wrapWith": {
|
|
311184
311108
|
"defaultValue": null,
|
|
311185
311109
|
"description": "",
|
|
311186
|
-
"name": "
|
|
311110
|
+
"name": "wrapWith",
|
|
311111
|
+
"parent": {
|
|
311112
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
311113
|
+
"name": "FlowComponentProps"
|
|
311114
|
+
},
|
|
311187
311115
|
"declarations": [
|
|
311188
311116
|
{
|
|
311189
|
-
"fileName": "
|
|
311190
|
-
"name": "
|
|
311117
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
311118
|
+
"name": "FlowComponentProps"
|
|
311191
311119
|
}
|
|
311192
311120
|
],
|
|
311193
311121
|
"required": false,
|
|
311194
311122
|
"type": {
|
|
311195
|
-
"name": "
|
|
311123
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
311196
311124
|
}
|
|
311197
|
-
}
|
|
311198
|
-
|
|
311199
|
-
},
|
|
311200
|
-
{
|
|
311201
|
-
"tags": {},
|
|
311202
|
-
"filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
|
|
311203
|
-
"description": "",
|
|
311204
|
-
"displayName": "PopoverTip",
|
|
311205
|
-
"methods": [],
|
|
311206
|
-
"props": {
|
|
311207
|
-
"className": {
|
|
311125
|
+
},
|
|
311126
|
+
"tunnel": {
|
|
311208
311127
|
"defaultValue": null,
|
|
311209
|
-
"description": "
|
|
311210
|
-
"name": "
|
|
311128
|
+
"description": "@internal",
|
|
311129
|
+
"name": "tunnel",
|
|
311211
311130
|
"parent": {
|
|
311212
311131
|
"fileName": "components/src/lib/types/props.ts",
|
|
311213
|
-
"name": "
|
|
311132
|
+
"name": "PropsWithTunnel"
|
|
311214
311133
|
},
|
|
311215
311134
|
"declarations": [
|
|
311216
311135
|
{
|
|
311217
311136
|
"fileName": "components/src/lib/types/props.ts",
|
|
311218
|
-
"name": "
|
|
311137
|
+
"name": "PropsWithTunnel"
|
|
311219
311138
|
}
|
|
311220
311139
|
],
|
|
311221
311140
|
"required": false,
|
|
311222
311141
|
"type": {
|
|
311223
|
-
"name": "string"
|
|
311142
|
+
"name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
|
|
311143
|
+
}
|
|
311144
|
+
},
|
|
311145
|
+
"ref": {
|
|
311146
|
+
"defaultValue": null,
|
|
311147
|
+
"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}",
|
|
311148
|
+
"name": "ref",
|
|
311149
|
+
"parent": {
|
|
311150
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
311151
|
+
"name": "RefAttributes"
|
|
311152
|
+
},
|
|
311153
|
+
"declarations": [
|
|
311154
|
+
{
|
|
311155
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
311156
|
+
"name": "RefAttributes"
|
|
311157
|
+
}
|
|
311158
|
+
],
|
|
311159
|
+
"required": false,
|
|
311160
|
+
"type": {
|
|
311161
|
+
"name": "Ref<HTMLSpanElement>"
|
|
311162
|
+
}
|
|
311163
|
+
},
|
|
311164
|
+
"key": {
|
|
311165
|
+
"defaultValue": null,
|
|
311166
|
+
"description": "",
|
|
311167
|
+
"name": "key",
|
|
311168
|
+
"parent": {
|
|
311169
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
311170
|
+
"name": "Attributes"
|
|
311171
|
+
},
|
|
311172
|
+
"declarations": [
|
|
311173
|
+
{
|
|
311174
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
311175
|
+
"name": "Attributes"
|
|
311176
|
+
}
|
|
311177
|
+
],
|
|
311178
|
+
"required": false,
|
|
311179
|
+
"type": {
|
|
311180
|
+
"name": "Key | null"
|
|
311181
|
+
}
|
|
311182
|
+
},
|
|
311183
|
+
"children": {
|
|
311184
|
+
"defaultValue": null,
|
|
311185
|
+
"description": "",
|
|
311186
|
+
"name": "children",
|
|
311187
|
+
"declarations": [
|
|
311188
|
+
{
|
|
311189
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
311190
|
+
"name": "TypeLiteral"
|
|
311191
|
+
}
|
|
311192
|
+
],
|
|
311193
|
+
"required": false,
|
|
311194
|
+
"type": {
|
|
311195
|
+
"name": "ReactNode"
|
|
311224
311196
|
}
|
|
311225
311197
|
}
|
|
311226
311198
|
}
|
|
@@ -311403,6 +311375,83 @@
|
|
|
311403
311375
|
}
|
|
311404
311376
|
}
|
|
311405
311377
|
},
|
|
311378
|
+
{
|
|
311379
|
+
"tags": {},
|
|
311380
|
+
"filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
|
|
311381
|
+
"description": "",
|
|
311382
|
+
"displayName": "PopoverTip",
|
|
311383
|
+
"methods": [],
|
|
311384
|
+
"props": {
|
|
311385
|
+
"className": {
|
|
311386
|
+
"defaultValue": null,
|
|
311387
|
+
"description": "The elements class name.",
|
|
311388
|
+
"name": "className",
|
|
311389
|
+
"parent": {
|
|
311390
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
311391
|
+
"name": "PropsWithClassName"
|
|
311392
|
+
},
|
|
311393
|
+
"declarations": [
|
|
311394
|
+
{
|
|
311395
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
311396
|
+
"name": "PropsWithClassName"
|
|
311397
|
+
}
|
|
311398
|
+
],
|
|
311399
|
+
"required": false,
|
|
311400
|
+
"type": {
|
|
311401
|
+
"name": "string"
|
|
311402
|
+
}
|
|
311403
|
+
}
|
|
311404
|
+
}
|
|
311405
|
+
},
|
|
311406
|
+
{
|
|
311407
|
+
"tags": {
|
|
311408
|
+
"internal": ""
|
|
311409
|
+
},
|
|
311410
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
311411
|
+
"description": "",
|
|
311412
|
+
"displayName": "ValidationResultEntry",
|
|
311413
|
+
"methods": [],
|
|
311414
|
+
"props": {
|
|
311415
|
+
"result": {
|
|
311416
|
+
"defaultValue": null,
|
|
311417
|
+
"description": "",
|
|
311418
|
+
"name": "result",
|
|
311419
|
+
"parent": {
|
|
311420
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
311421
|
+
"name": "Props"
|
|
311422
|
+
},
|
|
311423
|
+
"declarations": [
|
|
311424
|
+
{
|
|
311425
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
311426
|
+
"name": "Props"
|
|
311427
|
+
}
|
|
311428
|
+
],
|
|
311429
|
+
"required": true,
|
|
311430
|
+
"type": {
|
|
311431
|
+
"name": "Partial<RuleValidationResult>"
|
|
311432
|
+
}
|
|
311433
|
+
},
|
|
311434
|
+
"unspecifiedRules": {
|
|
311435
|
+
"defaultValue": null,
|
|
311436
|
+
"description": "",
|
|
311437
|
+
"name": "unspecifiedRules",
|
|
311438
|
+
"parent": {
|
|
311439
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
311440
|
+
"name": "Props"
|
|
311441
|
+
},
|
|
311442
|
+
"declarations": [
|
|
311443
|
+
{
|
|
311444
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
311445
|
+
"name": "Props"
|
|
311446
|
+
}
|
|
311447
|
+
],
|
|
311448
|
+
"required": false,
|
|
311449
|
+
"type": {
|
|
311450
|
+
"name": "boolean"
|
|
311451
|
+
}
|
|
311452
|
+
}
|
|
311453
|
+
}
|
|
311454
|
+
},
|
|
311406
311455
|
{
|
|
311407
311456
|
"tags": {},
|
|
311408
311457
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
@@ -311488,55 +311537,6 @@
|
|
|
311488
311537
|
}
|
|
311489
311538
|
}
|
|
311490
311539
|
},
|
|
311491
|
-
{
|
|
311492
|
-
"tags": {
|
|
311493
|
-
"internal": ""
|
|
311494
|
-
},
|
|
311495
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
311496
|
-
"description": "",
|
|
311497
|
-
"displayName": "ValidationResultEntry",
|
|
311498
|
-
"methods": [],
|
|
311499
|
-
"props": {
|
|
311500
|
-
"result": {
|
|
311501
|
-
"defaultValue": null,
|
|
311502
|
-
"description": "",
|
|
311503
|
-
"name": "result",
|
|
311504
|
-
"parent": {
|
|
311505
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
311506
|
-
"name": "Props"
|
|
311507
|
-
},
|
|
311508
|
-
"declarations": [
|
|
311509
|
-
{
|
|
311510
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
311511
|
-
"name": "Props"
|
|
311512
|
-
}
|
|
311513
|
-
],
|
|
311514
|
-
"required": true,
|
|
311515
|
-
"type": {
|
|
311516
|
-
"name": "Partial<RuleValidationResult>"
|
|
311517
|
-
}
|
|
311518
|
-
},
|
|
311519
|
-
"unspecifiedRules": {
|
|
311520
|
-
"defaultValue": null,
|
|
311521
|
-
"description": "",
|
|
311522
|
-
"name": "unspecifiedRules",
|
|
311523
|
-
"parent": {
|
|
311524
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
311525
|
-
"name": "Props"
|
|
311526
|
-
},
|
|
311527
|
-
"declarations": [
|
|
311528
|
-
{
|
|
311529
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
311530
|
-
"name": "Props"
|
|
311531
|
-
}
|
|
311532
|
-
],
|
|
311533
|
-
"required": false,
|
|
311534
|
-
"type": {
|
|
311535
|
-
"name": "boolean"
|
|
311536
|
-
}
|
|
311537
|
-
}
|
|
311538
|
-
}
|
|
311539
|
-
},
|
|
311540
311540
|
{
|
|
311541
311541
|
"tags": {
|
|
311542
311542
|
"internal": ""
|
|
@@ -311764,9 +311764,9 @@
|
|
|
311764
311764
|
"tags": {
|
|
311765
311765
|
"flr-generate": "all"
|
|
311766
311766
|
},
|
|
311767
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/
|
|
311767
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/MenuTrigger/MenuTrigger.tsx",
|
|
311768
311768
|
"description": "",
|
|
311769
|
-
"displayName": "
|
|
311769
|
+
"displayName": "MenuTrigger",
|
|
311770
311770
|
"methods": [],
|
|
311771
311771
|
"props": {
|
|
311772
311772
|
"children": {
|
|
@@ -311774,13 +311774,13 @@
|
|
|
311774
311774
|
"description": "",
|
|
311775
311775
|
"name": "children",
|
|
311776
311776
|
"parent": {
|
|
311777
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/
|
|
311778
|
-
"name": "
|
|
311777
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Menu.d.ts",
|
|
311778
|
+
"name": "MenuTriggerProps"
|
|
311779
311779
|
},
|
|
311780
311780
|
"declarations": [
|
|
311781
311781
|
{
|
|
311782
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/
|
|
311783
|
-
"name": "
|
|
311782
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Menu.d.ts",
|
|
311783
|
+
"name": "MenuTriggerProps"
|
|
311784
311784
|
}
|
|
311785
311785
|
],
|
|
311786
311786
|
"required": true,
|
|
@@ -311788,6 +311788,27 @@
|
|
|
311788
311788
|
"name": "ReactNode"
|
|
311789
311789
|
}
|
|
311790
311790
|
},
|
|
311791
|
+
"trigger": {
|
|
311792
|
+
"defaultValue": {
|
|
311793
|
+
"value": "'press'"
|
|
311794
|
+
},
|
|
311795
|
+
"description": "How the menu is triggered.",
|
|
311796
|
+
"name": "trigger",
|
|
311797
|
+
"parent": {
|
|
311798
|
+
"fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/menu/useMenuTriggerState.d.ts",
|
|
311799
|
+
"name": "MenuTriggerProps"
|
|
311800
|
+
},
|
|
311801
|
+
"declarations": [
|
|
311802
|
+
{
|
|
311803
|
+
"fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/menu/useMenuTriggerState.d.ts",
|
|
311804
|
+
"name": "MenuTriggerProps"
|
|
311805
|
+
}
|
|
311806
|
+
],
|
|
311807
|
+
"required": false,
|
|
311808
|
+
"type": {
|
|
311809
|
+
"name": "MenuTriggerType"
|
|
311810
|
+
}
|
|
311811
|
+
},
|
|
311791
311812
|
"isOpen": {
|
|
311792
311813
|
"defaultValue": null,
|
|
311793
311814
|
"description": "Whether the overlay is open by default (controlled).",
|
|
@@ -311844,189 +311865,168 @@
|
|
|
311844
311865
|
"type": {
|
|
311845
311866
|
"name": "((isOpen: boolean) => void)"
|
|
311846
311867
|
}
|
|
311847
|
-
}
|
|
311848
|
-
|
|
311849
|
-
},
|
|
311850
|
-
{
|
|
311851
|
-
"tags": {
|
|
311852
|
-
"flr-generate": "all"
|
|
311853
|
-
},
|
|
311854
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/MenuTrigger/MenuTrigger.tsx",
|
|
311855
|
-
"description": "",
|
|
311856
|
-
"displayName": "MenuTrigger",
|
|
311857
|
-
"methods": [],
|
|
311858
|
-
"props": {
|
|
311859
|
-
"children": {
|
|
311868
|
+
},
|
|
311869
|
+
"wrapWith": {
|
|
311860
311870
|
"defaultValue": null,
|
|
311861
311871
|
"description": "",
|
|
311862
|
-
"name": "
|
|
311863
|
-
"parent": {
|
|
311864
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Menu.d.ts",
|
|
311865
|
-
"name": "MenuTriggerProps"
|
|
311866
|
-
},
|
|
311867
|
-
"declarations": [
|
|
311868
|
-
{
|
|
311869
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Menu.d.ts",
|
|
311870
|
-
"name": "MenuTriggerProps"
|
|
311871
|
-
}
|
|
311872
|
-
],
|
|
311873
|
-
"required": true,
|
|
311874
|
-
"type": {
|
|
311875
|
-
"name": "ReactNode"
|
|
311876
|
-
}
|
|
311877
|
-
},
|
|
311878
|
-
"trigger": {
|
|
311879
|
-
"defaultValue": {
|
|
311880
|
-
"value": "'press'"
|
|
311881
|
-
},
|
|
311882
|
-
"description": "How the menu is triggered.",
|
|
311883
|
-
"name": "trigger",
|
|
311872
|
+
"name": "wrapWith",
|
|
311884
311873
|
"parent": {
|
|
311885
|
-
"fileName": "
|
|
311886
|
-
"name": "
|
|
311874
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
311875
|
+
"name": "FlowComponentProps"
|
|
311887
311876
|
},
|
|
311888
311877
|
"declarations": [
|
|
311889
311878
|
{
|
|
311890
|
-
"fileName": "
|
|
311891
|
-
"name": "
|
|
311879
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
311880
|
+
"name": "FlowComponentProps"
|
|
311892
311881
|
}
|
|
311893
311882
|
],
|
|
311894
311883
|
"required": false,
|
|
311895
311884
|
"type": {
|
|
311896
|
-
"name": "
|
|
311885
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
311897
311886
|
}
|
|
311898
311887
|
},
|
|
311899
|
-
"
|
|
311888
|
+
"tunnel": {
|
|
311900
311889
|
"defaultValue": null,
|
|
311901
|
-
"description": "
|
|
311902
|
-
"name": "
|
|
311890
|
+
"description": "@internal",
|
|
311891
|
+
"name": "tunnel",
|
|
311903
311892
|
"parent": {
|
|
311904
|
-
"fileName": "
|
|
311905
|
-
"name": "
|
|
311893
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
311894
|
+
"name": "PropsWithTunnel"
|
|
311906
311895
|
},
|
|
311907
311896
|
"declarations": [
|
|
311908
311897
|
{
|
|
311909
|
-
"fileName": "
|
|
311910
|
-
"name": "
|
|
311898
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
311899
|
+
"name": "PropsWithTunnel"
|
|
311911
311900
|
}
|
|
311912
311901
|
],
|
|
311913
311902
|
"required": false,
|
|
311914
311903
|
"type": {
|
|
311915
|
-
"name": "
|
|
311904
|
+
"name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
|
|
311916
311905
|
}
|
|
311917
311906
|
},
|
|
311918
|
-
"
|
|
311907
|
+
"ref": {
|
|
311919
311908
|
"defaultValue": null,
|
|
311920
|
-
"description": "
|
|
311921
|
-
"name": "
|
|
311909
|
+
"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}",
|
|
311910
|
+
"name": "ref",
|
|
311922
311911
|
"parent": {
|
|
311923
|
-
"fileName": "flow/node_modules/.pnpm
|
|
311924
|
-
"name": "
|
|
311912
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
311913
|
+
"name": "RefAttributes"
|
|
311925
311914
|
},
|
|
311926
311915
|
"declarations": [
|
|
311927
311916
|
{
|
|
311928
|
-
"fileName": "flow/node_modules/.pnpm
|
|
311929
|
-
"name": "
|
|
311917
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
311918
|
+
"name": "RefAttributes"
|
|
311930
311919
|
}
|
|
311931
311920
|
],
|
|
311932
311921
|
"required": false,
|
|
311933
311922
|
"type": {
|
|
311934
|
-
"name": "
|
|
311923
|
+
"name": "Ref<HTMLSpanElement>"
|
|
311935
311924
|
}
|
|
311936
311925
|
},
|
|
311937
|
-
"
|
|
311926
|
+
"key": {
|
|
311938
311927
|
"defaultValue": null,
|
|
311939
|
-
"description": "
|
|
311940
|
-
"name": "
|
|
311928
|
+
"description": "",
|
|
311929
|
+
"name": "key",
|
|
311941
311930
|
"parent": {
|
|
311942
|
-
"fileName": "flow/node_modules/.pnpm
|
|
311943
|
-
"name": "
|
|
311931
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
311932
|
+
"name": "Attributes"
|
|
311944
311933
|
},
|
|
311945
311934
|
"declarations": [
|
|
311946
311935
|
{
|
|
311947
|
-
"fileName": "flow/node_modules/.pnpm
|
|
311948
|
-
"name": "
|
|
311936
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
311937
|
+
"name": "Attributes"
|
|
311949
311938
|
}
|
|
311950
311939
|
],
|
|
311951
311940
|
"required": false,
|
|
311952
311941
|
"type": {
|
|
311953
|
-
"name": "
|
|
311942
|
+
"name": "Key | null"
|
|
311954
311943
|
}
|
|
311955
|
-
}
|
|
311956
|
-
|
|
311944
|
+
}
|
|
311945
|
+
}
|
|
311946
|
+
},
|
|
311947
|
+
{
|
|
311948
|
+
"tags": {
|
|
311949
|
+
"flr-generate": "all"
|
|
311950
|
+
},
|
|
311951
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
|
|
311952
|
+
"description": "",
|
|
311953
|
+
"displayName": "DialogTrigger",
|
|
311954
|
+
"methods": [],
|
|
311955
|
+
"props": {
|
|
311956
|
+
"children": {
|
|
311957
311957
|
"defaultValue": null,
|
|
311958
311958
|
"description": "",
|
|
311959
|
-
"name": "
|
|
311959
|
+
"name": "children",
|
|
311960
311960
|
"parent": {
|
|
311961
|
-
"fileName": "components/
|
|
311962
|
-
"name": "
|
|
311961
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Dialog.d.ts",
|
|
311962
|
+
"name": "DialogTriggerProps"
|
|
311963
311963
|
},
|
|
311964
311964
|
"declarations": [
|
|
311965
311965
|
{
|
|
311966
|
-
"fileName": "components/
|
|
311967
|
-
"name": "
|
|
311966
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Dialog.d.ts",
|
|
311967
|
+
"name": "DialogTriggerProps"
|
|
311968
311968
|
}
|
|
311969
311969
|
],
|
|
311970
|
-
"required":
|
|
311970
|
+
"required": true,
|
|
311971
311971
|
"type": {
|
|
311972
|
-
"name": "
|
|
311972
|
+
"name": "ReactNode"
|
|
311973
311973
|
}
|
|
311974
311974
|
},
|
|
311975
|
-
"
|
|
311975
|
+
"isOpen": {
|
|
311976
311976
|
"defaultValue": null,
|
|
311977
|
-
"description": "
|
|
311978
|
-
"name": "
|
|
311977
|
+
"description": "Whether the overlay is open by default (controlled).",
|
|
311978
|
+
"name": "isOpen",
|
|
311979
311979
|
"parent": {
|
|
311980
|
-
"fileName": "
|
|
311981
|
-
"name": "
|
|
311980
|
+
"fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
|
|
311981
|
+
"name": "OverlayTriggerProps"
|
|
311982
311982
|
},
|
|
311983
311983
|
"declarations": [
|
|
311984
311984
|
{
|
|
311985
|
-
"fileName": "
|
|
311986
|
-
"name": "
|
|
311985
|
+
"fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
|
|
311986
|
+
"name": "OverlayTriggerProps"
|
|
311987
311987
|
}
|
|
311988
311988
|
],
|
|
311989
311989
|
"required": false,
|
|
311990
311990
|
"type": {
|
|
311991
|
-
"name": "
|
|
311991
|
+
"name": "boolean"
|
|
311992
311992
|
}
|
|
311993
311993
|
},
|
|
311994
|
-
"
|
|
311994
|
+
"defaultOpen": {
|
|
311995
311995
|
"defaultValue": null,
|
|
311996
|
-
"description": "
|
|
311997
|
-
"name": "
|
|
311996
|
+
"description": "Whether the overlay is open by default (uncontrolled).",
|
|
311997
|
+
"name": "defaultOpen",
|
|
311998
311998
|
"parent": {
|
|
311999
|
-
"fileName": "flow/node_modules/.pnpm
|
|
312000
|
-
"name": "
|
|
311999
|
+
"fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
|
|
312000
|
+
"name": "OverlayTriggerProps"
|
|
312001
312001
|
},
|
|
312002
312002
|
"declarations": [
|
|
312003
312003
|
{
|
|
312004
|
-
"fileName": "flow/node_modules/.pnpm
|
|
312005
|
-
"name": "
|
|
312004
|
+
"fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
|
|
312005
|
+
"name": "OverlayTriggerProps"
|
|
312006
312006
|
}
|
|
312007
312007
|
],
|
|
312008
312008
|
"required": false,
|
|
312009
312009
|
"type": {
|
|
312010
|
-
"name": "
|
|
312010
|
+
"name": "boolean"
|
|
312011
312011
|
}
|
|
312012
312012
|
},
|
|
312013
|
-
"
|
|
312013
|
+
"onOpenChange": {
|
|
312014
312014
|
"defaultValue": null,
|
|
312015
|
-
"description": "",
|
|
312016
|
-
"name": "
|
|
312015
|
+
"description": "Handler that is called when the overlay's open state changes.",
|
|
312016
|
+
"name": "onOpenChange",
|
|
312017
312017
|
"parent": {
|
|
312018
|
-
"fileName": "flow/node_modules/.pnpm
|
|
312019
|
-
"name": "
|
|
312018
|
+
"fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
|
|
312019
|
+
"name": "OverlayTriggerProps"
|
|
312020
312020
|
},
|
|
312021
312021
|
"declarations": [
|
|
312022
312022
|
{
|
|
312023
|
-
"fileName": "flow/node_modules/.pnpm
|
|
312024
|
-
"name": "
|
|
312023
|
+
"fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
|
|
312024
|
+
"name": "OverlayTriggerProps"
|
|
312025
312025
|
}
|
|
312026
312026
|
],
|
|
312027
312027
|
"required": false,
|
|
312028
312028
|
"type": {
|
|
312029
|
-
"name": "
|
|
312029
|
+
"name": "((isOpen: boolean) => void)"
|
|
312030
312030
|
}
|
|
312031
312031
|
}
|
|
312032
312032
|
}
|
|
@@ -318056,129 +318056,6 @@
|
|
|
318056
318056
|
"methods": [],
|
|
318057
318057
|
"props": {}
|
|
318058
318058
|
},
|
|
318059
|
-
{
|
|
318060
|
-
"tags": {
|
|
318061
|
-
"flr-generate": "all"
|
|
318062
|
-
},
|
|
318063
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListSummary/ListSummary.tsx",
|
|
318064
|
-
"description": "",
|
|
318065
|
-
"displayName": "ListSummary",
|
|
318066
|
-
"methods": [],
|
|
318067
|
-
"props": {
|
|
318068
|
-
"position": {
|
|
318069
|
-
"defaultValue": {
|
|
318070
|
-
"value": ": \"top\""
|
|
318071
|
-
},
|
|
318072
|
-
"description": "Whether the summary is placed above or underneath the list",
|
|
318073
|
-
"name": "position",
|
|
318074
|
-
"parent": {
|
|
318075
|
-
"fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
|
|
318076
|
-
"name": "ListSummaryProps"
|
|
318077
|
-
},
|
|
318078
|
-
"declarations": [
|
|
318079
|
-
{
|
|
318080
|
-
"fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
|
|
318081
|
-
"name": "ListSummaryProps"
|
|
318082
|
-
}
|
|
318083
|
-
],
|
|
318084
|
-
"required": false,
|
|
318085
|
-
"type": {
|
|
318086
|
-
"name": "\"bottom\" | \"top\""
|
|
318087
|
-
}
|
|
318088
|
-
},
|
|
318089
|
-
"wrapWith": {
|
|
318090
|
-
"defaultValue": null,
|
|
318091
|
-
"description": "",
|
|
318092
|
-
"name": "wrapWith",
|
|
318093
|
-
"parent": {
|
|
318094
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
318095
|
-
"name": "FlowComponentProps"
|
|
318096
|
-
},
|
|
318097
|
-
"declarations": [
|
|
318098
|
-
{
|
|
318099
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
318100
|
-
"name": "FlowComponentProps"
|
|
318101
|
-
}
|
|
318102
|
-
],
|
|
318103
|
-
"required": false,
|
|
318104
|
-
"type": {
|
|
318105
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
318106
|
-
}
|
|
318107
|
-
},
|
|
318108
|
-
"tunnel": {
|
|
318109
|
-
"defaultValue": null,
|
|
318110
|
-
"description": "@internal",
|
|
318111
|
-
"name": "tunnel",
|
|
318112
|
-
"parent": {
|
|
318113
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
318114
|
-
"name": "PropsWithTunnel"
|
|
318115
|
-
},
|
|
318116
|
-
"declarations": [
|
|
318117
|
-
{
|
|
318118
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
318119
|
-
"name": "PropsWithTunnel"
|
|
318120
|
-
}
|
|
318121
|
-
],
|
|
318122
|
-
"required": false,
|
|
318123
|
-
"type": {
|
|
318124
|
-
"name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
|
|
318125
|
-
}
|
|
318126
|
-
},
|
|
318127
|
-
"ref": {
|
|
318128
|
-
"defaultValue": null,
|
|
318129
|
-
"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}",
|
|
318130
|
-
"name": "ref",
|
|
318131
|
-
"parent": {
|
|
318132
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
318133
|
-
"name": "RefAttributes"
|
|
318134
|
-
},
|
|
318135
|
-
"declarations": [
|
|
318136
|
-
{
|
|
318137
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
318138
|
-
"name": "RefAttributes"
|
|
318139
|
-
}
|
|
318140
|
-
],
|
|
318141
|
-
"required": false,
|
|
318142
|
-
"type": {
|
|
318143
|
-
"name": "Ref<HTMLSpanElement>"
|
|
318144
|
-
}
|
|
318145
|
-
},
|
|
318146
|
-
"key": {
|
|
318147
|
-
"defaultValue": null,
|
|
318148
|
-
"description": "",
|
|
318149
|
-
"name": "key",
|
|
318150
|
-
"parent": {
|
|
318151
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
318152
|
-
"name": "Attributes"
|
|
318153
|
-
},
|
|
318154
|
-
"declarations": [
|
|
318155
|
-
{
|
|
318156
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
318157
|
-
"name": "Attributes"
|
|
318158
|
-
}
|
|
318159
|
-
],
|
|
318160
|
-
"required": false,
|
|
318161
|
-
"type": {
|
|
318162
|
-
"name": "Key | null"
|
|
318163
|
-
}
|
|
318164
|
-
},
|
|
318165
|
-
"children": {
|
|
318166
|
-
"defaultValue": null,
|
|
318167
|
-
"description": "",
|
|
318168
|
-
"name": "children",
|
|
318169
|
-
"declarations": [
|
|
318170
|
-
{
|
|
318171
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
318172
|
-
"name": "TypeLiteral"
|
|
318173
|
-
}
|
|
318174
|
-
],
|
|
318175
|
-
"required": false,
|
|
318176
|
-
"type": {
|
|
318177
|
-
"name": "ReactNode"
|
|
318178
|
-
}
|
|
318179
|
-
}
|
|
318180
|
-
}
|
|
318181
|
-
},
|
|
318182
318059
|
{
|
|
318183
318060
|
"tags": {},
|
|
318184
318061
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
|
|
@@ -318403,6 +318280,129 @@
|
|
|
318403
318280
|
}
|
|
318404
318281
|
}
|
|
318405
318282
|
},
|
|
318283
|
+
{
|
|
318284
|
+
"tags": {
|
|
318285
|
+
"flr-generate": "all"
|
|
318286
|
+
},
|
|
318287
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListSummary/ListSummary.tsx",
|
|
318288
|
+
"description": "",
|
|
318289
|
+
"displayName": "ListSummary",
|
|
318290
|
+
"methods": [],
|
|
318291
|
+
"props": {
|
|
318292
|
+
"position": {
|
|
318293
|
+
"defaultValue": {
|
|
318294
|
+
"value": ": \"top\""
|
|
318295
|
+
},
|
|
318296
|
+
"description": "Whether the summary is placed above or underneath the list",
|
|
318297
|
+
"name": "position",
|
|
318298
|
+
"parent": {
|
|
318299
|
+
"fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
|
|
318300
|
+
"name": "ListSummaryProps"
|
|
318301
|
+
},
|
|
318302
|
+
"declarations": [
|
|
318303
|
+
{
|
|
318304
|
+
"fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
|
|
318305
|
+
"name": "ListSummaryProps"
|
|
318306
|
+
}
|
|
318307
|
+
],
|
|
318308
|
+
"required": false,
|
|
318309
|
+
"type": {
|
|
318310
|
+
"name": "\"bottom\" | \"top\""
|
|
318311
|
+
}
|
|
318312
|
+
},
|
|
318313
|
+
"wrapWith": {
|
|
318314
|
+
"defaultValue": null,
|
|
318315
|
+
"description": "",
|
|
318316
|
+
"name": "wrapWith",
|
|
318317
|
+
"parent": {
|
|
318318
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
318319
|
+
"name": "FlowComponentProps"
|
|
318320
|
+
},
|
|
318321
|
+
"declarations": [
|
|
318322
|
+
{
|
|
318323
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
318324
|
+
"name": "FlowComponentProps"
|
|
318325
|
+
}
|
|
318326
|
+
],
|
|
318327
|
+
"required": false,
|
|
318328
|
+
"type": {
|
|
318329
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
318330
|
+
}
|
|
318331
|
+
},
|
|
318332
|
+
"tunnel": {
|
|
318333
|
+
"defaultValue": null,
|
|
318334
|
+
"description": "@internal",
|
|
318335
|
+
"name": "tunnel",
|
|
318336
|
+
"parent": {
|
|
318337
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
318338
|
+
"name": "PropsWithTunnel"
|
|
318339
|
+
},
|
|
318340
|
+
"declarations": [
|
|
318341
|
+
{
|
|
318342
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
318343
|
+
"name": "PropsWithTunnel"
|
|
318344
|
+
}
|
|
318345
|
+
],
|
|
318346
|
+
"required": false,
|
|
318347
|
+
"type": {
|
|
318348
|
+
"name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
|
|
318349
|
+
}
|
|
318350
|
+
},
|
|
318351
|
+
"ref": {
|
|
318352
|
+
"defaultValue": null,
|
|
318353
|
+
"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}",
|
|
318354
|
+
"name": "ref",
|
|
318355
|
+
"parent": {
|
|
318356
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
318357
|
+
"name": "RefAttributes"
|
|
318358
|
+
},
|
|
318359
|
+
"declarations": [
|
|
318360
|
+
{
|
|
318361
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
318362
|
+
"name": "RefAttributes"
|
|
318363
|
+
}
|
|
318364
|
+
],
|
|
318365
|
+
"required": false,
|
|
318366
|
+
"type": {
|
|
318367
|
+
"name": "Ref<HTMLSpanElement>"
|
|
318368
|
+
}
|
|
318369
|
+
},
|
|
318370
|
+
"key": {
|
|
318371
|
+
"defaultValue": null,
|
|
318372
|
+
"description": "",
|
|
318373
|
+
"name": "key",
|
|
318374
|
+
"parent": {
|
|
318375
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
318376
|
+
"name": "Attributes"
|
|
318377
|
+
},
|
|
318378
|
+
"declarations": [
|
|
318379
|
+
{
|
|
318380
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
318381
|
+
"name": "Attributes"
|
|
318382
|
+
}
|
|
318383
|
+
],
|
|
318384
|
+
"required": false,
|
|
318385
|
+
"type": {
|
|
318386
|
+
"name": "Key | null"
|
|
318387
|
+
}
|
|
318388
|
+
},
|
|
318389
|
+
"children": {
|
|
318390
|
+
"defaultValue": null,
|
|
318391
|
+
"description": "",
|
|
318392
|
+
"name": "children",
|
|
318393
|
+
"declarations": [
|
|
318394
|
+
{
|
|
318395
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
318396
|
+
"name": "TypeLiteral"
|
|
318397
|
+
}
|
|
318398
|
+
],
|
|
318399
|
+
"required": false,
|
|
318400
|
+
"type": {
|
|
318401
|
+
"name": "ReactNode"
|
|
318402
|
+
}
|
|
318403
|
+
}
|
|
318404
|
+
}
|
|
318405
|
+
},
|
|
318406
318406
|
{
|
|
318407
318407
|
"tags": {},
|
|
318408
318408
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
|
|
@@ -321439,164 +321439,47 @@
|
|
|
321439
321439
|
"tags": {
|
|
321440
321440
|
"flr-generate": "all"
|
|
321441
321441
|
},
|
|
321442
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
|
|
321443
|
-
"description": "",
|
|
321444
|
-
"displayName": "ContextMenuTrigger",
|
|
321445
|
-
"methods": [],
|
|
321446
|
-
"props": {
|
|
321447
|
-
"isDefaultOpen": {
|
|
321448
|
-
"defaultValue": null,
|
|
321449
|
-
"description": "Whether the overlay should be open initially.",
|
|
321450
|
-
"name": "isDefaultOpen",
|
|
321451
|
-
"parent": {
|
|
321452
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
321453
|
-
"name": "OverlayTriggerProps"
|
|
321454
|
-
},
|
|
321455
|
-
"declarations": [
|
|
321456
|
-
{
|
|
321457
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
321458
|
-
"name": "OverlayTriggerProps"
|
|
321459
|
-
}
|
|
321460
|
-
],
|
|
321461
|
-
"required": false,
|
|
321462
|
-
"type": {
|
|
321463
|
-
"name": "boolean"
|
|
321464
|
-
}
|
|
321465
|
-
},
|
|
321466
|
-
"controller": {
|
|
321467
|
-
"defaultValue": null,
|
|
321468
|
-
"description": "A controller to control the state of the overlay.",
|
|
321469
|
-
"name": "controller",
|
|
321470
|
-
"parent": {
|
|
321471
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
321472
|
-
"name": "OverlayTriggerProps"
|
|
321473
|
-
},
|
|
321474
|
-
"declarations": [
|
|
321475
|
-
{
|
|
321476
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
321477
|
-
"name": "OverlayTriggerProps"
|
|
321478
|
-
}
|
|
321479
|
-
],
|
|
321480
|
-
"required": false,
|
|
321481
|
-
"type": {
|
|
321482
|
-
"name": "OverlayController"
|
|
321483
|
-
}
|
|
321484
|
-
},
|
|
321485
|
-
"wrapWith": {
|
|
321486
|
-
"defaultValue": null,
|
|
321487
|
-
"description": "",
|
|
321488
|
-
"name": "wrapWith",
|
|
321489
|
-
"parent": {
|
|
321490
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
321491
|
-
"name": "FlowComponentProps"
|
|
321492
|
-
},
|
|
321493
|
-
"declarations": [
|
|
321494
|
-
{
|
|
321495
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
321496
|
-
"name": "FlowComponentProps"
|
|
321497
|
-
}
|
|
321498
|
-
],
|
|
321499
|
-
"required": false,
|
|
321500
|
-
"type": {
|
|
321501
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
321502
|
-
}
|
|
321503
|
-
},
|
|
321504
|
-
"tunnel": {
|
|
321505
|
-
"defaultValue": null,
|
|
321506
|
-
"description": "@internal",
|
|
321507
|
-
"name": "tunnel",
|
|
321508
|
-
"parent": {
|
|
321509
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
321510
|
-
"name": "PropsWithTunnel"
|
|
321511
|
-
},
|
|
321512
|
-
"declarations": [
|
|
321513
|
-
{
|
|
321514
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
321515
|
-
"name": "PropsWithTunnel"
|
|
321516
|
-
}
|
|
321517
|
-
],
|
|
321518
|
-
"required": false,
|
|
321519
|
-
"type": {
|
|
321520
|
-
"name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
|
|
321521
|
-
}
|
|
321522
|
-
},
|
|
321523
|
-
"ref": {
|
|
321524
|
-
"defaultValue": null,
|
|
321525
|
-
"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}",
|
|
321526
|
-
"name": "ref",
|
|
321527
|
-
"parent": {
|
|
321528
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
321529
|
-
"name": "RefAttributes"
|
|
321530
|
-
},
|
|
321531
|
-
"declarations": [
|
|
321532
|
-
{
|
|
321533
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
321534
|
-
"name": "RefAttributes"
|
|
321535
|
-
}
|
|
321536
|
-
],
|
|
321537
|
-
"required": false,
|
|
321538
|
-
"type": {
|
|
321539
|
-
"name": "Ref<HTMLSpanElement>"
|
|
321540
|
-
}
|
|
321541
|
-
},
|
|
321542
|
-
"key": {
|
|
321543
|
-
"defaultValue": null,
|
|
321544
|
-
"description": "",
|
|
321545
|
-
"name": "key",
|
|
321546
|
-
"parent": {
|
|
321547
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
321548
|
-
"name": "Attributes"
|
|
321549
|
-
},
|
|
321550
|
-
"declarations": [
|
|
321551
|
-
{
|
|
321552
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
321553
|
-
"name": "Attributes"
|
|
321554
|
-
}
|
|
321555
|
-
],
|
|
321556
|
-
"required": false,
|
|
321557
|
-
"type": {
|
|
321558
|
-
"name": "Key | null"
|
|
321559
|
-
}
|
|
321560
|
-
},
|
|
321561
|
-
"children": {
|
|
321562
|
-
"defaultValue": null,
|
|
321563
|
-
"description": "",
|
|
321564
|
-
"name": "children",
|
|
321565
|
-
"declarations": [
|
|
321566
|
-
{
|
|
321567
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
321568
|
-
"name": "TypeLiteral"
|
|
321569
|
-
}
|
|
321570
|
-
],
|
|
321571
|
-
"required": false,
|
|
321572
|
-
"type": {
|
|
321573
|
-
"name": "ReactNode"
|
|
321574
|
-
}
|
|
321575
|
-
}
|
|
321576
|
-
}
|
|
321577
|
-
},
|
|
321578
|
-
{
|
|
321579
|
-
"tags": {
|
|
321580
|
-
"flr-generate": "all"
|
|
321581
|
-
},
|
|
321582
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
321442
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
|
|
321583
321443
|
"description": "",
|
|
321584
|
-
"displayName": "
|
|
321444
|
+
"displayName": "ContextMenuTrigger",
|
|
321585
321445
|
"methods": [],
|
|
321586
321446
|
"props": {
|
|
321587
|
-
"
|
|
321447
|
+
"isDefaultOpen": {
|
|
321588
321448
|
"defaultValue": null,
|
|
321589
|
-
"description": "",
|
|
321590
|
-
"name": "
|
|
321449
|
+
"description": "Whether the overlay should be open initially.",
|
|
321450
|
+
"name": "isDefaultOpen",
|
|
321451
|
+
"parent": {
|
|
321452
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
321453
|
+
"name": "OverlayTriggerProps"
|
|
321454
|
+
},
|
|
321591
321455
|
"declarations": [
|
|
321592
321456
|
{
|
|
321593
|
-
"fileName": "
|
|
321594
|
-
"name": "
|
|
321457
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
321458
|
+
"name": "OverlayTriggerProps"
|
|
321595
321459
|
}
|
|
321596
321460
|
],
|
|
321597
321461
|
"required": false,
|
|
321598
321462
|
"type": {
|
|
321599
|
-
"name": "
|
|
321463
|
+
"name": "boolean"
|
|
321464
|
+
}
|
|
321465
|
+
},
|
|
321466
|
+
"controller": {
|
|
321467
|
+
"defaultValue": null,
|
|
321468
|
+
"description": "A controller to control the state of the overlay.",
|
|
321469
|
+
"name": "controller",
|
|
321470
|
+
"parent": {
|
|
321471
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
321472
|
+
"name": "OverlayTriggerProps"
|
|
321473
|
+
},
|
|
321474
|
+
"declarations": [
|
|
321475
|
+
{
|
|
321476
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
321477
|
+
"name": "OverlayTriggerProps"
|
|
321478
|
+
}
|
|
321479
|
+
],
|
|
321480
|
+
"required": false,
|
|
321481
|
+
"type": {
|
|
321482
|
+
"name": "OverlayController"
|
|
321600
321483
|
}
|
|
321601
321484
|
},
|
|
321602
321485
|
"wrapWith": {
|
|
@@ -321675,57 +321558,19 @@
|
|
|
321675
321558
|
"name": "Key | null"
|
|
321676
321559
|
}
|
|
321677
321560
|
},
|
|
321678
|
-
"
|
|
321679
|
-
"defaultValue": null,
|
|
321680
|
-
"description": "The currently selected keys in the collection (controlled).",
|
|
321681
|
-
"name": "selectedKeys",
|
|
321682
|
-
"parent": {
|
|
321683
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/selection.d.ts",
|
|
321684
|
-
"name": "MultipleSelection"
|
|
321685
|
-
},
|
|
321686
|
-
"declarations": [
|
|
321687
|
-
{
|
|
321688
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/selection.d.ts",
|
|
321689
|
-
"name": "MultipleSelection"
|
|
321690
|
-
}
|
|
321691
|
-
],
|
|
321692
|
-
"required": false,
|
|
321693
|
-
"type": {
|
|
321694
|
-
"name": "\"all\" | Iterable<Key>"
|
|
321695
|
-
}
|
|
321696
|
-
},
|
|
321697
|
-
"defaultSelectedKeys": {
|
|
321698
|
-
"defaultValue": null,
|
|
321699
|
-
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
321700
|
-
"name": "defaultSelectedKeys",
|
|
321701
|
-
"parent": {
|
|
321702
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/selection.d.ts",
|
|
321703
|
-
"name": "MultipleSelection"
|
|
321704
|
-
},
|
|
321705
|
-
"declarations": [
|
|
321706
|
-
{
|
|
321707
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/selection.d.ts",
|
|
321708
|
-
"name": "MultipleSelection"
|
|
321709
|
-
}
|
|
321710
|
-
],
|
|
321711
|
-
"required": false,
|
|
321712
|
-
"type": {
|
|
321713
|
-
"name": "\"all\" | Iterable<Key>"
|
|
321714
|
-
}
|
|
321715
|
-
},
|
|
321716
|
-
"selectionMode": {
|
|
321561
|
+
"children": {
|
|
321717
321562
|
"defaultValue": null,
|
|
321718
321563
|
"description": "",
|
|
321719
|
-
"name": "
|
|
321564
|
+
"name": "children",
|
|
321720
321565
|
"declarations": [
|
|
321721
321566
|
{
|
|
321722
|
-
"fileName": "
|
|
321567
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
321723
321568
|
"name": "TypeLiteral"
|
|
321724
321569
|
}
|
|
321725
321570
|
],
|
|
321726
321571
|
"required": false,
|
|
321727
321572
|
"type": {
|
|
321728
|
-
"name": "
|
|
321573
|
+
"name": "ReactNode"
|
|
321729
321574
|
}
|
|
321730
321575
|
}
|
|
321731
321576
|
}
|
|
@@ -323569,6 +323414,161 @@
|
|
|
323569
323414
|
}
|
|
323570
323415
|
}
|
|
323571
323416
|
},
|
|
323417
|
+
{
|
|
323418
|
+
"tags": {
|
|
323419
|
+
"flr-generate": "all"
|
|
323420
|
+
},
|
|
323421
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
323422
|
+
"description": "",
|
|
323423
|
+
"displayName": "ContextMenuSection",
|
|
323424
|
+
"methods": [],
|
|
323425
|
+
"props": {
|
|
323426
|
+
"children": {
|
|
323427
|
+
"defaultValue": null,
|
|
323428
|
+
"description": "",
|
|
323429
|
+
"name": "children",
|
|
323430
|
+
"declarations": [
|
|
323431
|
+
{
|
|
323432
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
323433
|
+
"name": "TypeLiteral"
|
|
323434
|
+
}
|
|
323435
|
+
],
|
|
323436
|
+
"required": false,
|
|
323437
|
+
"type": {
|
|
323438
|
+
"name": "ReactNode"
|
|
323439
|
+
}
|
|
323440
|
+
},
|
|
323441
|
+
"wrapWith": {
|
|
323442
|
+
"defaultValue": null,
|
|
323443
|
+
"description": "",
|
|
323444
|
+
"name": "wrapWith",
|
|
323445
|
+
"parent": {
|
|
323446
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
323447
|
+
"name": "FlowComponentProps"
|
|
323448
|
+
},
|
|
323449
|
+
"declarations": [
|
|
323450
|
+
{
|
|
323451
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
323452
|
+
"name": "FlowComponentProps"
|
|
323453
|
+
}
|
|
323454
|
+
],
|
|
323455
|
+
"required": false,
|
|
323456
|
+
"type": {
|
|
323457
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
323458
|
+
}
|
|
323459
|
+
},
|
|
323460
|
+
"tunnel": {
|
|
323461
|
+
"defaultValue": null,
|
|
323462
|
+
"description": "@internal",
|
|
323463
|
+
"name": "tunnel",
|
|
323464
|
+
"parent": {
|
|
323465
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
323466
|
+
"name": "PropsWithTunnel"
|
|
323467
|
+
},
|
|
323468
|
+
"declarations": [
|
|
323469
|
+
{
|
|
323470
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
323471
|
+
"name": "PropsWithTunnel"
|
|
323472
|
+
}
|
|
323473
|
+
],
|
|
323474
|
+
"required": false,
|
|
323475
|
+
"type": {
|
|
323476
|
+
"name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
|
|
323477
|
+
}
|
|
323478
|
+
},
|
|
323479
|
+
"ref": {
|
|
323480
|
+
"defaultValue": null,
|
|
323481
|
+
"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}",
|
|
323482
|
+
"name": "ref",
|
|
323483
|
+
"parent": {
|
|
323484
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
323485
|
+
"name": "RefAttributes"
|
|
323486
|
+
},
|
|
323487
|
+
"declarations": [
|
|
323488
|
+
{
|
|
323489
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
323490
|
+
"name": "RefAttributes"
|
|
323491
|
+
}
|
|
323492
|
+
],
|
|
323493
|
+
"required": false,
|
|
323494
|
+
"type": {
|
|
323495
|
+
"name": "Ref<HTMLSpanElement>"
|
|
323496
|
+
}
|
|
323497
|
+
},
|
|
323498
|
+
"key": {
|
|
323499
|
+
"defaultValue": null,
|
|
323500
|
+
"description": "",
|
|
323501
|
+
"name": "key",
|
|
323502
|
+
"parent": {
|
|
323503
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
323504
|
+
"name": "Attributes"
|
|
323505
|
+
},
|
|
323506
|
+
"declarations": [
|
|
323507
|
+
{
|
|
323508
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
323509
|
+
"name": "Attributes"
|
|
323510
|
+
}
|
|
323511
|
+
],
|
|
323512
|
+
"required": false,
|
|
323513
|
+
"type": {
|
|
323514
|
+
"name": "Key | null"
|
|
323515
|
+
}
|
|
323516
|
+
},
|
|
323517
|
+
"selectedKeys": {
|
|
323518
|
+
"defaultValue": null,
|
|
323519
|
+
"description": "The currently selected keys in the collection (controlled).",
|
|
323520
|
+
"name": "selectedKeys",
|
|
323521
|
+
"parent": {
|
|
323522
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/selection.d.ts",
|
|
323523
|
+
"name": "MultipleSelection"
|
|
323524
|
+
},
|
|
323525
|
+
"declarations": [
|
|
323526
|
+
{
|
|
323527
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/selection.d.ts",
|
|
323528
|
+
"name": "MultipleSelection"
|
|
323529
|
+
}
|
|
323530
|
+
],
|
|
323531
|
+
"required": false,
|
|
323532
|
+
"type": {
|
|
323533
|
+
"name": "\"all\" | Iterable<Key>"
|
|
323534
|
+
}
|
|
323535
|
+
},
|
|
323536
|
+
"defaultSelectedKeys": {
|
|
323537
|
+
"defaultValue": null,
|
|
323538
|
+
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
323539
|
+
"name": "defaultSelectedKeys",
|
|
323540
|
+
"parent": {
|
|
323541
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/selection.d.ts",
|
|
323542
|
+
"name": "MultipleSelection"
|
|
323543
|
+
},
|
|
323544
|
+
"declarations": [
|
|
323545
|
+
{
|
|
323546
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/selection.d.ts",
|
|
323547
|
+
"name": "MultipleSelection"
|
|
323548
|
+
}
|
|
323549
|
+
],
|
|
323550
|
+
"required": false,
|
|
323551
|
+
"type": {
|
|
323552
|
+
"name": "\"all\" | Iterable<Key>"
|
|
323553
|
+
}
|
|
323554
|
+
},
|
|
323555
|
+
"selectionMode": {
|
|
323556
|
+
"defaultValue": null,
|
|
323557
|
+
"description": "",
|
|
323558
|
+
"name": "selectionMode",
|
|
323559
|
+
"declarations": [
|
|
323560
|
+
{
|
|
323561
|
+
"fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
323562
|
+
"name": "TypeLiteral"
|
|
323563
|
+
}
|
|
323564
|
+
],
|
|
323565
|
+
"required": false,
|
|
323566
|
+
"type": {
|
|
323567
|
+
"name": "ContextMenuSelectionMode"
|
|
323568
|
+
}
|
|
323569
|
+
}
|
|
323570
|
+
}
|
|
323571
|
+
},
|
|
323572
323572
|
{
|
|
323573
323573
|
"tags": {},
|
|
323574
323574
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CodeEditor/languages/dotEnv/index.tsx",
|
|
@@ -325566,10 +325566,10 @@
|
|
|
325566
325566
|
"name": "CursorDefinition"
|
|
325567
325567
|
}
|
|
325568
325568
|
},
|
|
325569
|
-
"
|
|
325569
|
+
"defaultIndex": {
|
|
325570
325570
|
"defaultValue": null,
|
|
325571
|
-
"description": "
|
|
325572
|
-
"name": "
|
|
325571
|
+
"description": "",
|
|
325572
|
+
"name": "defaultIndex",
|
|
325573
325573
|
"declarations": [
|
|
325574
325574
|
{
|
|
325575
325575
|
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
|
|
@@ -325578,13 +325578,13 @@
|
|
|
325578
325578
|
],
|
|
325579
325579
|
"required": false,
|
|
325580
325580
|
"type": {
|
|
325581
|
-
"name": "
|
|
325581
|
+
"name": "number | TooltipIndex"
|
|
325582
325582
|
}
|
|
325583
325583
|
},
|
|
325584
|
-
"
|
|
325584
|
+
"position": {
|
|
325585
325585
|
"defaultValue": null,
|
|
325586
|
-
"description": "",
|
|
325587
|
-
"name": "
|
|
325586
|
+
"description": "If this field is set, the tooltip will be displayed at the specified position\nregardless of the mouse position.\n\nYou can set a single field (x or y) and let the other field be calculated automatically based\non the mouse position.",
|
|
325587
|
+
"name": "position",
|
|
325588
325588
|
"declarations": [
|
|
325589
325589
|
{
|
|
325590
325590
|
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
|
|
@@ -325593,7 +325593,7 @@
|
|
|
325593
325593
|
],
|
|
325594
325594
|
"required": false,
|
|
325595
325595
|
"type": {
|
|
325596
|
-
"name": "
|
|
325596
|
+
"name": "Partial<Coordinate>"
|
|
325597
325597
|
}
|
|
325598
325598
|
},
|
|
325599
325599
|
"includeHidden": {
|
|
@@ -344790,14 +344790,6 @@
|
|
|
344790
344790
|
}
|
|
344791
344791
|
}
|
|
344792
344792
|
},
|
|
344793
|
-
{
|
|
344794
|
-
"tags": {},
|
|
344795
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/components/CalendarHeader/CalendarHeader.tsx",
|
|
344796
|
-
"description": "",
|
|
344797
|
-
"displayName": "CalendarHeader",
|
|
344798
|
-
"methods": [],
|
|
344799
|
-
"props": {}
|
|
344800
|
-
},
|
|
344801
344793
|
{
|
|
344802
344794
|
"tags": {
|
|
344803
344795
|
"flr-generate": "all"
|
|
@@ -346725,6 +346717,14 @@
|
|
|
346725
346717
|
}
|
|
346726
346718
|
}
|
|
346727
346719
|
},
|
|
346720
|
+
{
|
|
346721
|
+
"tags": {},
|
|
346722
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/components/CalendarHeader/CalendarHeader.tsx",
|
|
346723
|
+
"description": "",
|
|
346724
|
+
"displayName": "CalendarHeader",
|
|
346725
|
+
"methods": [],
|
|
346726
|
+
"props": {}
|
|
346727
|
+
},
|
|
346728
346728
|
{
|
|
346729
346729
|
"tags": {},
|
|
346730
346730
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Breadcrumb/components/BreadcrumbItem/BreadcrumbItem.tsx",
|
|
@@ -350931,62 +350931,6 @@
|
|
|
350931
350931
|
}
|
|
350932
350932
|
}
|
|
350933
350933
|
},
|
|
350934
|
-
{
|
|
350935
|
-
"tags": {},
|
|
350936
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
350937
|
-
"description": "",
|
|
350938
|
-
"displayName": "SortingMenuItem",
|
|
350939
|
-
"methods": [],
|
|
350940
|
-
"props": {
|
|
350941
|
-
"sorting": {
|
|
350942
|
-
"defaultValue": null,
|
|
350943
|
-
"description": "",
|
|
350944
|
-
"name": "sorting",
|
|
350945
|
-
"parent": {
|
|
350946
|
-
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
350947
|
-
"name": "Props"
|
|
350948
|
-
},
|
|
350949
|
-
"declarations": [
|
|
350950
|
-
{
|
|
350951
|
-
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
350952
|
-
"name": "Props"
|
|
350953
|
-
}
|
|
350954
|
-
],
|
|
350955
|
-
"required": true,
|
|
350956
|
-
"type": {
|
|
350957
|
-
"name": "Sorting<never>"
|
|
350958
|
-
}
|
|
350959
|
-
}
|
|
350960
|
-
}
|
|
350961
|
-
},
|
|
350962
|
-
{
|
|
350963
|
-
"tags": {},
|
|
350964
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
350965
|
-
"description": "",
|
|
350966
|
-
"displayName": "SortingContextMenu",
|
|
350967
|
-
"methods": [],
|
|
350968
|
-
"props": {
|
|
350969
|
-
"isDisabled": {
|
|
350970
|
-
"defaultValue": null,
|
|
350971
|
-
"description": "",
|
|
350972
|
-
"name": "isDisabled",
|
|
350973
|
-
"parent": {
|
|
350974
|
-
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
350975
|
-
"name": "Props"
|
|
350976
|
-
},
|
|
350977
|
-
"declarations": [
|
|
350978
|
-
{
|
|
350979
|
-
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
350980
|
-
"name": "Props"
|
|
350981
|
-
}
|
|
350982
|
-
],
|
|
350983
|
-
"required": false,
|
|
350984
|
-
"type": {
|
|
350985
|
-
"name": "boolean"
|
|
350986
|
-
}
|
|
350987
|
-
}
|
|
350988
|
-
}
|
|
350989
|
-
},
|
|
350990
350934
|
{
|
|
350991
350935
|
"tags": {},
|
|
350992
350936
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
@@ -351055,73 +350999,82 @@
|
|
|
351055
350999
|
},
|
|
351056
351000
|
{
|
|
351057
351001
|
"tags": {},
|
|
351058
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
351002
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
351059
351003
|
"description": "",
|
|
351060
|
-
"displayName": "
|
|
351004
|
+
"displayName": "SortingMenuItem",
|
|
351061
351005
|
"methods": [],
|
|
351062
351006
|
"props": {
|
|
351063
|
-
"
|
|
351007
|
+
"sorting": {
|
|
351064
351008
|
"defaultValue": null,
|
|
351065
351009
|
"description": "",
|
|
351066
|
-
"name": "
|
|
351010
|
+
"name": "sorting",
|
|
351067
351011
|
"parent": {
|
|
351068
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
351012
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
351069
351013
|
"name": "Props"
|
|
351070
351014
|
},
|
|
351071
351015
|
"declarations": [
|
|
351072
351016
|
{
|
|
351073
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
351017
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
351074
351018
|
"name": "Props"
|
|
351075
351019
|
}
|
|
351076
351020
|
],
|
|
351077
351021
|
"required": true,
|
|
351078
351022
|
"type": {
|
|
351079
|
-
"name": "
|
|
351023
|
+
"name": "Sorting<never>"
|
|
351080
351024
|
}
|
|
351081
|
-
}
|
|
351082
|
-
|
|
351025
|
+
}
|
|
351026
|
+
}
|
|
351027
|
+
},
|
|
351028
|
+
{
|
|
351029
|
+
"tags": {},
|
|
351030
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
351031
|
+
"description": "",
|
|
351032
|
+
"displayName": "SortingContextMenu",
|
|
351033
|
+
"methods": [],
|
|
351034
|
+
"props": {
|
|
351035
|
+
"isDisabled": {
|
|
351083
351036
|
"defaultValue": null,
|
|
351084
351037
|
"description": "",
|
|
351085
|
-
"name": "
|
|
351038
|
+
"name": "isDisabled",
|
|
351086
351039
|
"parent": {
|
|
351087
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
351040
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
351088
351041
|
"name": "Props"
|
|
351089
351042
|
},
|
|
351090
351043
|
"declarations": [
|
|
351091
351044
|
{
|
|
351092
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
351045
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
351093
351046
|
"name": "Props"
|
|
351094
351047
|
}
|
|
351095
351048
|
],
|
|
351096
351049
|
"required": false,
|
|
351097
351050
|
"type": {
|
|
351098
|
-
"name": "
|
|
351051
|
+
"name": "boolean"
|
|
351099
351052
|
}
|
|
351100
351053
|
}
|
|
351101
351054
|
}
|
|
351102
351055
|
},
|
|
351103
351056
|
{
|
|
351104
351057
|
"tags": {},
|
|
351105
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
351058
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
|
|
351106
351059
|
"description": "",
|
|
351107
|
-
"displayName": "
|
|
351060
|
+
"displayName": "ViewModeAccordion",
|
|
351108
351061
|
"methods": [],
|
|
351109
351062
|
"props": {
|
|
351110
|
-
"
|
|
351063
|
+
"expandAccordions": {
|
|
351111
351064
|
"defaultValue": null,
|
|
351112
351065
|
"description": "",
|
|
351113
|
-
"name": "
|
|
351066
|
+
"name": "expandAccordions",
|
|
351114
351067
|
"parent": {
|
|
351115
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
351068
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
|
|
351116
351069
|
"name": "Props"
|
|
351117
351070
|
},
|
|
351118
351071
|
"declarations": [
|
|
351119
351072
|
{
|
|
351120
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
351073
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
|
|
351121
351074
|
"name": "Props"
|
|
351122
351075
|
}
|
|
351123
351076
|
],
|
|
351124
|
-
"required":
|
|
351077
|
+
"required": true,
|
|
351125
351078
|
"type": {
|
|
351126
351079
|
"name": "boolean"
|
|
351127
351080
|
}
|
|
@@ -351130,56 +351083,65 @@
|
|
|
351130
351083
|
},
|
|
351131
351084
|
{
|
|
351132
351085
|
"tags": {},
|
|
351133
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
351086
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
|
|
351134
351087
|
"description": "",
|
|
351135
|
-
"displayName": "
|
|
351088
|
+
"displayName": "SortingAccordion",
|
|
351136
351089
|
"methods": [],
|
|
351137
351090
|
"props": {
|
|
351138
|
-
"
|
|
351091
|
+
"expandAccordions": {
|
|
351139
351092
|
"defaultValue": null,
|
|
351140
351093
|
"description": "",
|
|
351141
|
-
"name": "
|
|
351094
|
+
"name": "expandAccordions",
|
|
351142
351095
|
"parent": {
|
|
351143
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
351096
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
|
|
351144
351097
|
"name": "Props"
|
|
351145
351098
|
},
|
|
351146
351099
|
"declarations": [
|
|
351147
351100
|
{
|
|
351148
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
351101
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
|
|
351149
351102
|
"name": "Props"
|
|
351150
351103
|
}
|
|
351151
351104
|
],
|
|
351152
351105
|
"required": true,
|
|
351153
351106
|
"type": {
|
|
351154
|
-
"name": "
|
|
351107
|
+
"name": "boolean"
|
|
351155
351108
|
}
|
|
351156
|
-
}
|
|
351157
|
-
|
|
351109
|
+
}
|
|
351110
|
+
}
|
|
351111
|
+
},
|
|
351112
|
+
{
|
|
351113
|
+
"tags": {},
|
|
351114
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
|
|
351115
|
+
"description": "",
|
|
351116
|
+
"displayName": "FilterAccordionRadioGroup",
|
|
351117
|
+
"methods": [],
|
|
351118
|
+
"props": {
|
|
351119
|
+
"filter": {
|
|
351158
351120
|
"defaultValue": null,
|
|
351159
351121
|
"description": "",
|
|
351160
|
-
"name": "
|
|
351122
|
+
"name": "filter",
|
|
351161
351123
|
"parent": {
|
|
351162
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
351124
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
|
|
351163
351125
|
"name": "Props"
|
|
351164
351126
|
},
|
|
351165
351127
|
"declarations": [
|
|
351166
351128
|
{
|
|
351167
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
351129
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
|
|
351168
351130
|
"name": "Props"
|
|
351169
351131
|
}
|
|
351170
351132
|
],
|
|
351171
|
-
"required":
|
|
351133
|
+
"required": true,
|
|
351172
351134
|
"type": {
|
|
351173
|
-
"name": "
|
|
351135
|
+
"name": "Filter<never, never, never>"
|
|
351174
351136
|
}
|
|
351175
351137
|
}
|
|
351176
351138
|
}
|
|
351177
351139
|
},
|
|
351178
351140
|
{
|
|
351179
351141
|
"tags": {},
|
|
351180
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
351142
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
|
|
351181
351143
|
"description": "",
|
|
351182
|
-
"displayName": "
|
|
351144
|
+
"displayName": "FilterAccordionDateRange",
|
|
351183
351145
|
"methods": [],
|
|
351184
351146
|
"props": {
|
|
351185
351147
|
"filter": {
|
|
@@ -351187,12 +351149,12 @@
|
|
|
351187
351149
|
"description": "",
|
|
351188
351150
|
"name": "filter",
|
|
351189
351151
|
"parent": {
|
|
351190
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
351152
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
|
|
351191
351153
|
"name": "Props"
|
|
351192
351154
|
},
|
|
351193
351155
|
"declarations": [
|
|
351194
351156
|
{
|
|
351195
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
351157
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
|
|
351196
351158
|
"name": "Props"
|
|
351197
351159
|
}
|
|
351198
351160
|
],
|
|
@@ -351200,74 +351162,74 @@
|
|
|
351200
351162
|
"type": {
|
|
351201
351163
|
"name": "AnyDateRangeFilter"
|
|
351202
351164
|
}
|
|
351203
|
-
}
|
|
351204
|
-
|
|
351165
|
+
}
|
|
351166
|
+
}
|
|
351167
|
+
},
|
|
351168
|
+
{
|
|
351169
|
+
"tags": {},
|
|
351170
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
|
|
351171
|
+
"description": "",
|
|
351172
|
+
"displayName": "FilterAccordionCheckboxGroup",
|
|
351173
|
+
"methods": [],
|
|
351174
|
+
"props": {
|
|
351175
|
+
"filter": {
|
|
351205
351176
|
"defaultValue": null,
|
|
351206
351177
|
"description": "",
|
|
351207
|
-
"name": "
|
|
351178
|
+
"name": "filter",
|
|
351208
351179
|
"parent": {
|
|
351209
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
351180
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
|
|
351210
351181
|
"name": "Props"
|
|
351211
351182
|
},
|
|
351212
351183
|
"declarations": [
|
|
351213
351184
|
{
|
|
351214
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
351185
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
|
|
351215
351186
|
"name": "Props"
|
|
351216
351187
|
}
|
|
351217
351188
|
],
|
|
351218
|
-
"required":
|
|
351189
|
+
"required": true,
|
|
351219
351190
|
"type": {
|
|
351220
|
-
"name": "
|
|
351191
|
+
"name": "Filter<never, never, never>"
|
|
351221
351192
|
}
|
|
351222
351193
|
}
|
|
351223
351194
|
}
|
|
351224
351195
|
},
|
|
351225
351196
|
{
|
|
351226
351197
|
"tags": {},
|
|
351227
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/
|
|
351198
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
|
|
351228
351199
|
"description": "",
|
|
351229
|
-
"displayName": "
|
|
351200
|
+
"displayName": "FilterAccordion",
|
|
351230
351201
|
"methods": [],
|
|
351231
351202
|
"props": {
|
|
351232
|
-
"
|
|
351203
|
+
"filter": {
|
|
351233
351204
|
"defaultValue": null,
|
|
351234
351205
|
"description": "",
|
|
351235
|
-
"name": "
|
|
351206
|
+
"name": "filter",
|
|
351236
351207
|
"parent": {
|
|
351237
|
-
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/
|
|
351208
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
|
|
351238
351209
|
"name": "Props"
|
|
351239
351210
|
},
|
|
351240
351211
|
"declarations": [
|
|
351241
351212
|
{
|
|
351242
|
-
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/
|
|
351213
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
|
|
351243
351214
|
"name": "Props"
|
|
351244
351215
|
}
|
|
351245
351216
|
],
|
|
351246
351217
|
"required": true,
|
|
351247
351218
|
"type": {
|
|
351248
|
-
"name": "
|
|
351219
|
+
"name": "Filter<never, never, never> | DateRangeFilter<never, never>"
|
|
351249
351220
|
}
|
|
351250
|
-
}
|
|
351251
|
-
}
|
|
351252
|
-
},
|
|
351253
|
-
{
|
|
351254
|
-
"tags": {},
|
|
351255
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
|
|
351256
|
-
"description": "",
|
|
351257
|
-
"displayName": "SortingAccordion",
|
|
351258
|
-
"methods": [],
|
|
351259
|
-
"props": {
|
|
351221
|
+
},
|
|
351260
351222
|
"expandAccordions": {
|
|
351261
351223
|
"defaultValue": null,
|
|
351262
351224
|
"description": "",
|
|
351263
351225
|
"name": "expandAccordions",
|
|
351264
351226
|
"parent": {
|
|
351265
|
-
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/
|
|
351227
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
|
|
351266
351228
|
"name": "Props"
|
|
351267
351229
|
},
|
|
351268
351230
|
"declarations": [
|
|
351269
351231
|
{
|
|
351270
|
-
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/
|
|
351232
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
|
|
351271
351233
|
"name": "Props"
|
|
351272
351234
|
}
|
|
351273
351235
|
],
|
|
@@ -351280,93 +351242,112 @@
|
|
|
351280
351242
|
},
|
|
351281
351243
|
{
|
|
351282
351244
|
"tags": {},
|
|
351283
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/
|
|
351245
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
|
|
351284
351246
|
"description": "",
|
|
351285
|
-
"displayName": "
|
|
351247
|
+
"displayName": "AllFiltersModal",
|
|
351286
351248
|
"methods": [],
|
|
351287
351249
|
"props": {
|
|
351288
|
-
"
|
|
351250
|
+
"isDisabled": {
|
|
351289
351251
|
"defaultValue": null,
|
|
351290
351252
|
"description": "",
|
|
351291
|
-
"name": "
|
|
351253
|
+
"name": "isDisabled",
|
|
351292
351254
|
"parent": {
|
|
351293
|
-
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/
|
|
351255
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
|
|
351294
351256
|
"name": "Props"
|
|
351295
351257
|
},
|
|
351296
351258
|
"declarations": [
|
|
351297
351259
|
{
|
|
351298
|
-
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/
|
|
351260
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
|
|
351299
351261
|
"name": "Props"
|
|
351300
351262
|
}
|
|
351301
351263
|
],
|
|
351302
|
-
"required":
|
|
351264
|
+
"required": false,
|
|
351303
351265
|
"type": {
|
|
351304
|
-
"name": "
|
|
351266
|
+
"name": "boolean"
|
|
351305
351267
|
}
|
|
351306
351268
|
}
|
|
351307
351269
|
}
|
|
351308
351270
|
},
|
|
351309
351271
|
{
|
|
351310
351272
|
"tags": {},
|
|
351311
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
351273
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
351312
351274
|
"description": "",
|
|
351313
|
-
"displayName": "
|
|
351275
|
+
"displayName": "FilterMenuItem",
|
|
351314
351276
|
"methods": [],
|
|
351315
351277
|
"props": {
|
|
351316
|
-
"
|
|
351278
|
+
"filterValue": {
|
|
351317
351279
|
"defaultValue": null,
|
|
351318
351280
|
"description": "",
|
|
351319
|
-
"name": "
|
|
351281
|
+
"name": "filterValue",
|
|
351320
351282
|
"parent": {
|
|
351321
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
351283
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
351322
351284
|
"name": "Props"
|
|
351323
351285
|
},
|
|
351324
351286
|
"declarations": [
|
|
351325
351287
|
{
|
|
351326
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
351288
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
351327
351289
|
"name": "Props"
|
|
351328
351290
|
}
|
|
351329
351291
|
],
|
|
351330
351292
|
"required": true,
|
|
351331
351293
|
"type": {
|
|
351332
|
-
"name": "
|
|
351294
|
+
"name": "FilterValue"
|
|
351295
|
+
}
|
|
351296
|
+
},
|
|
351297
|
+
"selectionMode": {
|
|
351298
|
+
"defaultValue": null,
|
|
351299
|
+
"description": "",
|
|
351300
|
+
"name": "selectionMode",
|
|
351301
|
+
"parent": {
|
|
351302
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
351303
|
+
"name": "Props"
|
|
351304
|
+
},
|
|
351305
|
+
"declarations": [
|
|
351306
|
+
{
|
|
351307
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
351308
|
+
"name": "Props"
|
|
351309
|
+
}
|
|
351310
|
+
],
|
|
351311
|
+
"required": false,
|
|
351312
|
+
"type": {
|
|
351313
|
+
"name": "ContextMenuSelectionMode"
|
|
351333
351314
|
}
|
|
351334
351315
|
}
|
|
351335
351316
|
}
|
|
351336
351317
|
},
|
|
351337
351318
|
{
|
|
351338
351319
|
"tags": {},
|
|
351339
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
351320
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
|
|
351340
351321
|
"description": "",
|
|
351341
|
-
"displayName": "
|
|
351322
|
+
"displayName": "FilterContextMenus",
|
|
351342
351323
|
"methods": [],
|
|
351343
351324
|
"props": {
|
|
351344
|
-
"
|
|
351325
|
+
"isDisabled": {
|
|
351345
351326
|
"defaultValue": null,
|
|
351346
351327
|
"description": "",
|
|
351347
|
-
"name": "
|
|
351328
|
+
"name": "isDisabled",
|
|
351348
351329
|
"parent": {
|
|
351349
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
351330
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
|
|
351350
351331
|
"name": "Props"
|
|
351351
351332
|
},
|
|
351352
351333
|
"declarations": [
|
|
351353
351334
|
{
|
|
351354
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
351335
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
|
|
351355
351336
|
"name": "Props"
|
|
351356
351337
|
}
|
|
351357
351338
|
],
|
|
351358
|
-
"required":
|
|
351339
|
+
"required": false,
|
|
351359
351340
|
"type": {
|
|
351360
|
-
"name": "
|
|
351341
|
+
"name": "boolean"
|
|
351361
351342
|
}
|
|
351362
351343
|
}
|
|
351363
351344
|
}
|
|
351364
351345
|
},
|
|
351365
351346
|
{
|
|
351366
351347
|
"tags": {},
|
|
351367
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
351348
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
|
|
351368
351349
|
"description": "",
|
|
351369
|
-
"displayName": "
|
|
351350
|
+
"displayName": "FilterContextMenu",
|
|
351370
351351
|
"methods": [],
|
|
351371
351352
|
"props": {
|
|
351372
351353
|
"filter": {
|
|
@@ -351374,35 +351355,35 @@
|
|
|
351374
351355
|
"description": "",
|
|
351375
351356
|
"name": "filter",
|
|
351376
351357
|
"parent": {
|
|
351377
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
351358
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
|
|
351378
351359
|
"name": "Props"
|
|
351379
351360
|
},
|
|
351380
351361
|
"declarations": [
|
|
351381
351362
|
{
|
|
351382
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
351363
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
|
|
351383
351364
|
"name": "Props"
|
|
351384
351365
|
}
|
|
351385
351366
|
],
|
|
351386
351367
|
"required": true,
|
|
351387
351368
|
"type": {
|
|
351388
|
-
"name": "Filter<never, never, never>
|
|
351369
|
+
"name": "Filter<never, never, never>"
|
|
351389
351370
|
}
|
|
351390
351371
|
},
|
|
351391
|
-
"
|
|
351372
|
+
"isDisabled": {
|
|
351392
351373
|
"defaultValue": null,
|
|
351393
351374
|
"description": "",
|
|
351394
|
-
"name": "
|
|
351375
|
+
"name": "isDisabled",
|
|
351395
351376
|
"parent": {
|
|
351396
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
351377
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
|
|
351397
351378
|
"name": "Props"
|
|
351398
351379
|
},
|
|
351399
351380
|
"declarations": [
|
|
351400
351381
|
{
|
|
351401
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
351382
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
|
|
351402
351383
|
"name": "Props"
|
|
351403
351384
|
}
|
|
351404
351385
|
],
|
|
351405
|
-
"required":
|
|
351386
|
+
"required": false,
|
|
351406
351387
|
"type": {
|
|
351407
351388
|
"name": "boolean"
|
|
351408
351389
|
}
|
|
@@ -351411,22 +351392,41 @@
|
|
|
351411
351392
|
},
|
|
351412
351393
|
{
|
|
351413
351394
|
"tags": {},
|
|
351414
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
351395
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
|
|
351415
351396
|
"description": "",
|
|
351416
|
-
"displayName": "
|
|
351397
|
+
"displayName": "DateRangeFilterPopover",
|
|
351417
351398
|
"methods": [],
|
|
351418
351399
|
"props": {
|
|
351400
|
+
"filter": {
|
|
351401
|
+
"defaultValue": null,
|
|
351402
|
+
"description": "",
|
|
351403
|
+
"name": "filter",
|
|
351404
|
+
"parent": {
|
|
351405
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
|
|
351406
|
+
"name": "Props"
|
|
351407
|
+
},
|
|
351408
|
+
"declarations": [
|
|
351409
|
+
{
|
|
351410
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
|
|
351411
|
+
"name": "Props"
|
|
351412
|
+
}
|
|
351413
|
+
],
|
|
351414
|
+
"required": true,
|
|
351415
|
+
"type": {
|
|
351416
|
+
"name": "AnyDateRangeFilter"
|
|
351417
|
+
}
|
|
351418
|
+
},
|
|
351419
351419
|
"isDisabled": {
|
|
351420
351420
|
"defaultValue": null,
|
|
351421
351421
|
"description": "",
|
|
351422
351422
|
"name": "isDisabled",
|
|
351423
351423
|
"parent": {
|
|
351424
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
351424
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
|
|
351425
351425
|
"name": "Props"
|
|
351426
351426
|
},
|
|
351427
351427
|
"declarations": [
|
|
351428
351428
|
{
|
|
351429
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
351429
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
|
|
351430
351430
|
"name": "Props"
|
|
351431
351431
|
}
|
|
351432
351432
|
],
|