@mittwald/flow-react-components 0.2.0-alpha.610 → 0.2.0-alpha.611
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/assets/doc-properties.json +619 -619
- package/dist/css/all.css +1 -1
- package/dist/js/components/src/components/Navigation/Navigation.mjs +3 -1
- package/dist/js/components/src/components/Navigation/Navigation.mjs.map +1 -1
- package/dist/js/components/src/components/Navigation/Navigation.module.scss.mjs +5 -2
- package/dist/js/components/src/components/Navigation/Navigation.module.scss.mjs.map +1 -1
- package/dist/types/components/Navigation/Navigation.d.ts.map +1 -1
- package/dist/types/components/Navigation/stories/Default.stories.d.ts +1 -0
- package/dist/types/components/Navigation/stories/Default.stories.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -3891,48 +3891,27 @@
|
|
|
3891
3891
|
}
|
|
3892
3892
|
},
|
|
3893
3893
|
{
|
|
3894
|
-
"tags": {
|
|
3895
|
-
|
|
3894
|
+
"tags": {
|
|
3895
|
+
"flr-generate": "all"
|
|
3896
|
+
},
|
|
3897
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/TextField/TextField.tsx",
|
|
3896
3898
|
"description": "",
|
|
3897
|
-
"displayName": "
|
|
3899
|
+
"displayName": "TextField",
|
|
3898
3900
|
"methods": [],
|
|
3899
3901
|
"props": {
|
|
3900
|
-
"
|
|
3901
|
-
"defaultValue": null,
|
|
3902
|
-
"description": "The input element",
|
|
3903
|
-
"name": "input",
|
|
3904
|
-
"parent": {
|
|
3905
|
-
"fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
|
|
3906
|
-
"name": "TextFieldBaseProps"
|
|
3907
|
-
},
|
|
3908
|
-
"declarations": [
|
|
3909
|
-
{
|
|
3910
|
-
"fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
|
|
3911
|
-
"name": "TextFieldBaseProps"
|
|
3912
|
-
}
|
|
3913
|
-
],
|
|
3914
|
-
"required": true,
|
|
3915
|
-
"type": {
|
|
3916
|
-
"name": "ReactNode"
|
|
3917
|
-
}
|
|
3918
|
-
},
|
|
3919
|
-
"showCharacterCount": {
|
|
3902
|
+
"children": {
|
|
3920
3903
|
"defaultValue": null,
|
|
3921
|
-
"description": "
|
|
3922
|
-
"name": "
|
|
3923
|
-
"parent": {
|
|
3924
|
-
"fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
|
|
3925
|
-
"name": "TextFieldBaseProps"
|
|
3926
|
-
},
|
|
3904
|
+
"description": "",
|
|
3905
|
+
"name": "children",
|
|
3927
3906
|
"declarations": [
|
|
3928
3907
|
{
|
|
3929
|
-
"fileName": "
|
|
3930
|
-
"name": "
|
|
3908
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
3909
|
+
"name": "TypeLiteral"
|
|
3931
3910
|
}
|
|
3932
3911
|
],
|
|
3933
3912
|
"required": false,
|
|
3934
3913
|
"type": {
|
|
3935
|
-
"name": "
|
|
3914
|
+
"name": "ReactNode"
|
|
3936
3915
|
}
|
|
3937
3916
|
},
|
|
3938
3917
|
"aria-label": {
|
|
@@ -4011,25 +3990,6 @@
|
|
|
4011
3990
|
"name": "string"
|
|
4012
3991
|
}
|
|
4013
3992
|
},
|
|
4014
|
-
"className": {
|
|
4015
|
-
"defaultValue": null,
|
|
4016
|
-
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
|
|
4017
|
-
"name": "className",
|
|
4018
|
-
"parent": {
|
|
4019
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
4020
|
-
"name": "StyleRenderProps"
|
|
4021
|
-
},
|
|
4022
|
-
"declarations": [
|
|
4023
|
-
{
|
|
4024
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
4025
|
-
"name": "StyleRenderProps"
|
|
4026
|
-
}
|
|
4027
|
-
],
|
|
4028
|
-
"required": false,
|
|
4029
|
-
"type": {
|
|
4030
|
-
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
4031
|
-
}
|
|
4032
|
-
},
|
|
4033
3993
|
"style": {
|
|
4034
3994
|
"defaultValue": null,
|
|
4035
3995
|
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
|
|
@@ -5360,6 +5320,25 @@
|
|
|
5360
5320
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
5361
5321
|
}
|
|
5362
5322
|
},
|
|
5323
|
+
"ref": {
|
|
5324
|
+
"defaultValue": null,
|
|
5325
|
+
"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}",
|
|
5326
|
+
"name": "ref",
|
|
5327
|
+
"parent": {
|
|
5328
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
5329
|
+
"name": "RefAttributes"
|
|
5330
|
+
},
|
|
5331
|
+
"declarations": [
|
|
5332
|
+
{
|
|
5333
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
5334
|
+
"name": "RefAttributes"
|
|
5335
|
+
}
|
|
5336
|
+
],
|
|
5337
|
+
"required": false,
|
|
5338
|
+
"type": {
|
|
5339
|
+
"name": "Ref<HTMLSpanElement>"
|
|
5340
|
+
}
|
|
5341
|
+
},
|
|
5363
5342
|
"validationBehavior": {
|
|
5364
5343
|
"defaultValue": {
|
|
5365
5344
|
"value": "'native'"
|
|
@@ -5758,7 +5737,7 @@
|
|
|
5758
5737
|
],
|
|
5759
5738
|
"required": false,
|
|
5760
5739
|
"type": {
|
|
5761
|
-
"name": "\"
|
|
5740
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
5762
5741
|
}
|
|
5763
5742
|
},
|
|
5764
5743
|
"aria-haspopup": {
|
|
@@ -6181,104 +6160,167 @@
|
|
|
6181
6160
|
"name": "string"
|
|
6182
6161
|
}
|
|
6183
6162
|
},
|
|
6184
|
-
"
|
|
6163
|
+
"showCharacterCount": {
|
|
6185
6164
|
"defaultValue": null,
|
|
6186
|
-
"description": "",
|
|
6187
|
-
"name": "
|
|
6165
|
+
"description": "Whether a character count should be displayed inside the field description.",
|
|
6166
|
+
"name": "showCharacterCount",
|
|
6167
|
+
"parent": {
|
|
6168
|
+
"fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
|
|
6169
|
+
"name": "TextFieldBaseProps"
|
|
6170
|
+
},
|
|
6188
6171
|
"declarations": [
|
|
6189
6172
|
{
|
|
6190
|
-
"fileName": "
|
|
6191
|
-
"name": "
|
|
6173
|
+
"fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
|
|
6174
|
+
"name": "TextFieldBaseProps"
|
|
6192
6175
|
}
|
|
6193
6176
|
],
|
|
6194
6177
|
"required": false,
|
|
6195
6178
|
"type": {
|
|
6196
|
-
"name": "
|
|
6179
|
+
"name": "boolean"
|
|
6197
6180
|
}
|
|
6198
6181
|
},
|
|
6199
|
-
"
|
|
6182
|
+
"placeholder": {
|
|
6200
6183
|
"defaultValue": null,
|
|
6201
|
-
"description": "
|
|
6202
|
-
"name": "
|
|
6184
|
+
"description": "Temporary text that occupies the text input when it is empty.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/placeholder).",
|
|
6185
|
+
"name": "placeholder",
|
|
6203
6186
|
"parent": {
|
|
6204
|
-
"fileName": "flow/node_modules/.pnpm
|
|
6205
|
-
"name": "
|
|
6187
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
6188
|
+
"name": "InputProps"
|
|
6206
6189
|
},
|
|
6207
6190
|
"declarations": [
|
|
6208
6191
|
{
|
|
6209
|
-
"fileName": "flow/node_modules/.pnpm
|
|
6210
|
-
"name": "
|
|
6192
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
6193
|
+
"name": "InputProps"
|
|
6211
6194
|
}
|
|
6212
6195
|
],
|
|
6213
6196
|
"required": false,
|
|
6214
6197
|
"type": {
|
|
6215
|
-
"name": "
|
|
6198
|
+
"name": "string"
|
|
6216
6199
|
}
|
|
6217
6200
|
},
|
|
6218
|
-
"
|
|
6201
|
+
"className": {
|
|
6202
|
+
"defaultValue": null,
|
|
6203
|
+
"description": "The elements class name.",
|
|
6204
|
+
"name": "className",
|
|
6205
|
+
"parent": {
|
|
6206
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
6207
|
+
"name": "PropsWithClassName"
|
|
6208
|
+
},
|
|
6209
|
+
"declarations": [
|
|
6210
|
+
{
|
|
6211
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
6212
|
+
"name": "PropsWithClassName"
|
|
6213
|
+
}
|
|
6214
|
+
],
|
|
6215
|
+
"required": false,
|
|
6216
|
+
"type": {
|
|
6217
|
+
"name": "string"
|
|
6218
|
+
}
|
|
6219
|
+
},
|
|
6220
|
+
"wrapWith": {
|
|
6219
6221
|
"defaultValue": null,
|
|
6220
6222
|
"description": "",
|
|
6221
|
-
"name": "
|
|
6223
|
+
"name": "wrapWith",
|
|
6222
6224
|
"parent": {
|
|
6223
|
-
"fileName": "components/src/lib/
|
|
6224
|
-
"name": "
|
|
6225
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
6226
|
+
"name": "FlowComponentProps"
|
|
6225
6227
|
},
|
|
6226
6228
|
"declarations": [
|
|
6227
6229
|
{
|
|
6228
|
-
"fileName": "components/src/lib/
|
|
6229
|
-
"name": "
|
|
6230
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
6231
|
+
"name": "FlowComponentProps"
|
|
6230
6232
|
}
|
|
6231
6233
|
],
|
|
6232
|
-
"required":
|
|
6234
|
+
"required": false,
|
|
6233
6235
|
"type": {
|
|
6234
|
-
"name": "
|
|
6236
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
6235
6237
|
}
|
|
6236
6238
|
},
|
|
6237
|
-
"
|
|
6239
|
+
"tunnelId": {
|
|
6240
|
+
"defaultValue": null,
|
|
6241
|
+
"description": "@internal",
|
|
6242
|
+
"name": "tunnelId",
|
|
6243
|
+
"parent": {
|
|
6244
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
6245
|
+
"name": "PropsWithTunnel"
|
|
6246
|
+
},
|
|
6247
|
+
"declarations": [
|
|
6248
|
+
{
|
|
6249
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
6250
|
+
"name": "PropsWithTunnel"
|
|
6251
|
+
}
|
|
6252
|
+
],
|
|
6253
|
+
"required": false,
|
|
6254
|
+
"type": {
|
|
6255
|
+
"name": "string | null"
|
|
6256
|
+
}
|
|
6257
|
+
},
|
|
6258
|
+
"key": {
|
|
6238
6259
|
"defaultValue": null,
|
|
6239
6260
|
"description": "",
|
|
6240
|
-
"name": "
|
|
6261
|
+
"name": "key",
|
|
6241
6262
|
"parent": {
|
|
6242
|
-
"fileName": "
|
|
6243
|
-
"name": "
|
|
6263
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
6264
|
+
"name": "Attributes"
|
|
6244
6265
|
},
|
|
6245
6266
|
"declarations": [
|
|
6246
6267
|
{
|
|
6247
|
-
"fileName": "
|
|
6248
|
-
"name": "
|
|
6268
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
6269
|
+
"name": "Attributes"
|
|
6249
6270
|
}
|
|
6250
6271
|
],
|
|
6251
|
-
"required":
|
|
6272
|
+
"required": false,
|
|
6252
6273
|
"type": {
|
|
6253
|
-
"name": "
|
|
6274
|
+
"name": "Key | null"
|
|
6254
6275
|
}
|
|
6255
6276
|
}
|
|
6256
6277
|
}
|
|
6257
6278
|
},
|
|
6258
6279
|
{
|
|
6259
|
-
"tags": {
|
|
6260
|
-
|
|
6261
|
-
},
|
|
6262
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/TextField/TextField.tsx",
|
|
6280
|
+
"tags": {},
|
|
6281
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/TextFieldBase/TextFieldBase.tsx",
|
|
6263
6282
|
"description": "",
|
|
6264
|
-
"displayName": "
|
|
6283
|
+
"displayName": "TextFieldBase",
|
|
6265
6284
|
"methods": [],
|
|
6266
6285
|
"props": {
|
|
6267
|
-
"
|
|
6286
|
+
"input": {
|
|
6268
6287
|
"defaultValue": null,
|
|
6269
|
-
"description": "",
|
|
6270
|
-
"name": "
|
|
6288
|
+
"description": "The input element",
|
|
6289
|
+
"name": "input",
|
|
6290
|
+
"parent": {
|
|
6291
|
+
"fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
|
|
6292
|
+
"name": "TextFieldBaseProps"
|
|
6293
|
+
},
|
|
6271
6294
|
"declarations": [
|
|
6272
6295
|
{
|
|
6273
|
-
"fileName": "
|
|
6274
|
-
"name": "
|
|
6296
|
+
"fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
|
|
6297
|
+
"name": "TextFieldBaseProps"
|
|
6275
6298
|
}
|
|
6276
6299
|
],
|
|
6277
|
-
"required":
|
|
6300
|
+
"required": true,
|
|
6278
6301
|
"type": {
|
|
6279
6302
|
"name": "ReactNode"
|
|
6280
6303
|
}
|
|
6281
6304
|
},
|
|
6305
|
+
"showCharacterCount": {
|
|
6306
|
+
"defaultValue": null,
|
|
6307
|
+
"description": "Whether a character count should be displayed inside the field description.",
|
|
6308
|
+
"name": "showCharacterCount",
|
|
6309
|
+
"parent": {
|
|
6310
|
+
"fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
|
|
6311
|
+
"name": "TextFieldBaseProps"
|
|
6312
|
+
},
|
|
6313
|
+
"declarations": [
|
|
6314
|
+
{
|
|
6315
|
+
"fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
|
|
6316
|
+
"name": "TextFieldBaseProps"
|
|
6317
|
+
}
|
|
6318
|
+
],
|
|
6319
|
+
"required": false,
|
|
6320
|
+
"type": {
|
|
6321
|
+
"name": "boolean"
|
|
6322
|
+
}
|
|
6323
|
+
},
|
|
6282
6324
|
"aria-label": {
|
|
6283
6325
|
"defaultValue": null,
|
|
6284
6326
|
"description": "Defines a string value that labels the current element.",
|
|
@@ -6355,6 +6397,25 @@
|
|
|
6355
6397
|
"name": "string"
|
|
6356
6398
|
}
|
|
6357
6399
|
},
|
|
6400
|
+
"className": {
|
|
6401
|
+
"defaultValue": null,
|
|
6402
|
+
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
|
|
6403
|
+
"name": "className",
|
|
6404
|
+
"parent": {
|
|
6405
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
6406
|
+
"name": "StyleRenderProps"
|
|
6407
|
+
},
|
|
6408
|
+
"declarations": [
|
|
6409
|
+
{
|
|
6410
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
6411
|
+
"name": "StyleRenderProps"
|
|
6412
|
+
}
|
|
6413
|
+
],
|
|
6414
|
+
"required": false,
|
|
6415
|
+
"type": {
|
|
6416
|
+
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
6417
|
+
}
|
|
6418
|
+
},
|
|
6358
6419
|
"style": {
|
|
6359
6420
|
"defaultValue": null,
|
|
6360
6421
|
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
|
|
@@ -7685,25 +7746,6 @@
|
|
|
7685
7746
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
7686
7747
|
}
|
|
7687
7748
|
},
|
|
7688
|
-
"ref": {
|
|
7689
|
-
"defaultValue": null,
|
|
7690
|
-
"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}",
|
|
7691
|
-
"name": "ref",
|
|
7692
|
-
"parent": {
|
|
7693
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
7694
|
-
"name": "RefAttributes"
|
|
7695
|
-
},
|
|
7696
|
-
"declarations": [
|
|
7697
|
-
{
|
|
7698
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
7699
|
-
"name": "RefAttributes"
|
|
7700
|
-
}
|
|
7701
|
-
],
|
|
7702
|
-
"required": false,
|
|
7703
|
-
"type": {
|
|
7704
|
-
"name": "Ref<HTMLSpanElement>"
|
|
7705
|
-
}
|
|
7706
|
-
},
|
|
7707
7749
|
"validationBehavior": {
|
|
7708
7750
|
"defaultValue": {
|
|
7709
7751
|
"value": "'native'"
|
|
@@ -8102,7 +8144,7 @@
|
|
|
8102
8144
|
],
|
|
8103
8145
|
"required": false,
|
|
8104
8146
|
"type": {
|
|
8105
|
-
"name": "\"
|
|
8147
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
8106
8148
|
}
|
|
8107
8149
|
},
|
|
8108
8150
|
"aria-haspopup": {
|
|
@@ -8525,118 +8567,76 @@
|
|
|
8525
8567
|
"name": "string"
|
|
8526
8568
|
}
|
|
8527
8569
|
},
|
|
8528
|
-
"
|
|
8529
|
-
"defaultValue": null,
|
|
8530
|
-
"description": "Whether a character count should be displayed inside the field description.",
|
|
8531
|
-
"name": "showCharacterCount",
|
|
8532
|
-
"parent": {
|
|
8533
|
-
"fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
|
|
8534
|
-
"name": "TextFieldBaseProps"
|
|
8535
|
-
},
|
|
8536
|
-
"declarations": [
|
|
8537
|
-
{
|
|
8538
|
-
"fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
|
|
8539
|
-
"name": "TextFieldBaseProps"
|
|
8540
|
-
}
|
|
8541
|
-
],
|
|
8542
|
-
"required": false,
|
|
8543
|
-
"type": {
|
|
8544
|
-
"name": "boolean"
|
|
8545
|
-
}
|
|
8546
|
-
},
|
|
8547
|
-
"placeholder": {
|
|
8570
|
+
"children": {
|
|
8548
8571
|
"defaultValue": null,
|
|
8549
|
-
"description": "
|
|
8550
|
-
"name": "
|
|
8551
|
-
"parent": {
|
|
8552
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
8553
|
-
"name": "InputProps"
|
|
8554
|
-
},
|
|
8572
|
+
"description": "",
|
|
8573
|
+
"name": "children",
|
|
8555
8574
|
"declarations": [
|
|
8556
8575
|
{
|
|
8557
|
-
"fileName": "flow/node_modules/.pnpm
|
|
8558
|
-
"name": "
|
|
8576
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
8577
|
+
"name": "TypeLiteral"
|
|
8559
8578
|
}
|
|
8560
8579
|
],
|
|
8561
8580
|
"required": false,
|
|
8562
8581
|
"type": {
|
|
8563
|
-
"name": "
|
|
8582
|
+
"name": "ReactNode"
|
|
8564
8583
|
}
|
|
8565
8584
|
},
|
|
8566
|
-
"
|
|
8585
|
+
"ref": {
|
|
8567
8586
|
"defaultValue": null,
|
|
8568
|
-
"description": "
|
|
8569
|
-
"name": "
|
|
8587
|
+
"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}",
|
|
8588
|
+
"name": "ref",
|
|
8570
8589
|
"parent": {
|
|
8571
|
-
"fileName": "
|
|
8572
|
-
"name": "
|
|
8590
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
8591
|
+
"name": "RefAttributes"
|
|
8573
8592
|
},
|
|
8574
8593
|
"declarations": [
|
|
8575
8594
|
{
|
|
8576
|
-
"fileName": "
|
|
8577
|
-
"name": "
|
|
8595
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
8596
|
+
"name": "RefAttributes"
|
|
8578
8597
|
}
|
|
8579
8598
|
],
|
|
8580
8599
|
"required": false,
|
|
8581
8600
|
"type": {
|
|
8582
|
-
"name": "
|
|
8601
|
+
"name": "Ref<HTMLSpanElement>"
|
|
8583
8602
|
}
|
|
8584
8603
|
},
|
|
8585
|
-
"
|
|
8604
|
+
"FieldErrorView": {
|
|
8586
8605
|
"defaultValue": null,
|
|
8587
8606
|
"description": "",
|
|
8588
|
-
"name": "
|
|
8589
|
-
"parent": {
|
|
8590
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
8591
|
-
"name": "FlowComponentProps"
|
|
8592
|
-
},
|
|
8593
|
-
"declarations": [
|
|
8594
|
-
{
|
|
8595
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
8596
|
-
"name": "FlowComponentProps"
|
|
8597
|
-
}
|
|
8598
|
-
],
|
|
8599
|
-
"required": false,
|
|
8600
|
-
"type": {
|
|
8601
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
8602
|
-
}
|
|
8603
|
-
},
|
|
8604
|
-
"tunnelId": {
|
|
8605
|
-
"defaultValue": null,
|
|
8606
|
-
"description": "@internal",
|
|
8607
|
-
"name": "tunnelId",
|
|
8607
|
+
"name": "FieldErrorView",
|
|
8608
8608
|
"parent": {
|
|
8609
|
-
"fileName": "components/src/lib/
|
|
8610
|
-
"name": "
|
|
8609
|
+
"fileName": "components/src/lib/hooks/useFieldComponent.tsx",
|
|
8610
|
+
"name": "UseFieldComponent"
|
|
8611
8611
|
},
|
|
8612
8612
|
"declarations": [
|
|
8613
8613
|
{
|
|
8614
|
-
"fileName": "components/src/lib/
|
|
8615
|
-
"name": "
|
|
8614
|
+
"fileName": "components/src/lib/hooks/useFieldComponent.tsx",
|
|
8615
|
+
"name": "UseFieldComponent"
|
|
8616
8616
|
}
|
|
8617
8617
|
],
|
|
8618
|
-
"required":
|
|
8618
|
+
"required": true,
|
|
8619
8619
|
"type": {
|
|
8620
|
-
"name": "
|
|
8620
|
+
"name": "FC"
|
|
8621
8621
|
}
|
|
8622
8622
|
},
|
|
8623
|
-
"
|
|
8623
|
+
"FieldErrorCaptureContext": {
|
|
8624
8624
|
"defaultValue": null,
|
|
8625
8625
|
"description": "",
|
|
8626
|
-
"name": "
|
|
8626
|
+
"name": "FieldErrorCaptureContext",
|
|
8627
8627
|
"parent": {
|
|
8628
|
-
"fileName": "
|
|
8629
|
-
"name": "
|
|
8628
|
+
"fileName": "components/src/lib/hooks/useFieldComponent.tsx",
|
|
8629
|
+
"name": "UseFieldComponent"
|
|
8630
8630
|
},
|
|
8631
8631
|
"declarations": [
|
|
8632
8632
|
{
|
|
8633
|
-
"fileName": "
|
|
8634
|
-
"name": "
|
|
8633
|
+
"fileName": "components/src/lib/hooks/useFieldComponent.tsx",
|
|
8634
|
+
"name": "UseFieldComponent"
|
|
8635
8635
|
}
|
|
8636
8636
|
],
|
|
8637
|
-
"required":
|
|
8637
|
+
"required": true,
|
|
8638
8638
|
"type": {
|
|
8639
|
-
"name": "
|
|
8639
|
+
"name": "FC<{ children?: ReactNode; }>"
|
|
8640
8640
|
}
|
|
8641
8641
|
}
|
|
8642
8642
|
}
|
|
@@ -10564,7 +10564,7 @@
|
|
|
10564
10564
|
],
|
|
10565
10565
|
"required": false,
|
|
10566
10566
|
"type": {
|
|
10567
|
-
"name": "\"
|
|
10567
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
10568
10568
|
}
|
|
10569
10569
|
},
|
|
10570
10570
|
"aria-haspopup": {
|
|
@@ -12910,7 +12910,7 @@
|
|
|
12910
12910
|
],
|
|
12911
12911
|
"required": false,
|
|
12912
12912
|
"type": {
|
|
12913
|
-
"name": "\"
|
|
12913
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
12914
12914
|
}
|
|
12915
12915
|
},
|
|
12916
12916
|
"aria-haspopup": {
|
|
@@ -14145,7 +14145,7 @@
|
|
|
14145
14145
|
],
|
|
14146
14146
|
"required": false,
|
|
14147
14147
|
"type": {
|
|
14148
|
-
"name": "boolean | \"
|
|
14148
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
14149
14149
|
}
|
|
14150
14150
|
},
|
|
14151
14151
|
"aria-description": {
|
|
@@ -25043,7 +25043,7 @@
|
|
|
25043
25043
|
],
|
|
25044
25044
|
"required": false,
|
|
25045
25045
|
"type": {
|
|
25046
|
-
"name": "\"
|
|
25046
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
25047
25047
|
}
|
|
25048
25048
|
},
|
|
25049
25049
|
"aria-braillelabel": {
|
|
@@ -25233,7 +25233,7 @@
|
|
|
25233
25233
|
],
|
|
25234
25234
|
"required": false,
|
|
25235
25235
|
"type": {
|
|
25236
|
-
"name": "boolean | \"
|
|
25236
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
25237
25237
|
}
|
|
25238
25238
|
},
|
|
25239
25239
|
"aria-describedby": {
|
|
@@ -30412,7 +30412,7 @@
|
|
|
30412
30412
|
],
|
|
30413
30413
|
"required": false,
|
|
30414
30414
|
"type": {
|
|
30415
|
-
"name": "\"
|
|
30415
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
30416
30416
|
}
|
|
30417
30417
|
},
|
|
30418
30418
|
"aria-braillelabel": {
|
|
@@ -30602,7 +30602,7 @@
|
|
|
30602
30602
|
],
|
|
30603
30603
|
"required": false,
|
|
30604
30604
|
"type": {
|
|
30605
|
-
"name": "boolean | \"
|
|
30605
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
30606
30606
|
}
|
|
30607
30607
|
},
|
|
30608
30608
|
"aria-describedby": {
|
|
@@ -41367,7 +41367,7 @@
|
|
|
41367
41367
|
],
|
|
41368
41368
|
"required": false,
|
|
41369
41369
|
"type": {
|
|
41370
|
-
"name": "\"
|
|
41370
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
41371
41371
|
}
|
|
41372
41372
|
},
|
|
41373
41373
|
"aria-braillelabel": {
|
|
@@ -41557,7 +41557,7 @@
|
|
|
41557
41557
|
],
|
|
41558
41558
|
"required": false,
|
|
41559
41559
|
"type": {
|
|
41560
|
-
"name": "boolean | \"
|
|
41560
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
41561
41561
|
}
|
|
41562
41562
|
},
|
|
41563
41563
|
"aria-describedby": {
|
|
@@ -47422,7 +47422,7 @@
|
|
|
47422
47422
|
],
|
|
47423
47423
|
"required": false,
|
|
47424
47424
|
"type": {
|
|
47425
|
-
"name": "\"
|
|
47425
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
47426
47426
|
}
|
|
47427
47427
|
},
|
|
47428
47428
|
"aria-haspopup": {
|
|
@@ -55709,7 +55709,7 @@
|
|
|
55709
55709
|
],
|
|
55710
55710
|
"required": false,
|
|
55711
55711
|
"type": {
|
|
55712
|
-
"name": "\"
|
|
55712
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
55713
55713
|
}
|
|
55714
55714
|
},
|
|
55715
55715
|
"aria-haspopup": {
|
|
@@ -63844,7 +63844,7 @@
|
|
|
63844
63844
|
],
|
|
63845
63845
|
"required": false,
|
|
63846
63846
|
"type": {
|
|
63847
|
-
"name": "\"
|
|
63847
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
63848
63848
|
}
|
|
63849
63849
|
},
|
|
63850
63850
|
"aria-braillelabel": {
|
|
@@ -64034,7 +64034,7 @@
|
|
|
64034
64034
|
],
|
|
64035
64035
|
"required": false,
|
|
64036
64036
|
"type": {
|
|
64037
|
-
"name": "boolean | \"
|
|
64037
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
64038
64038
|
}
|
|
64039
64039
|
},
|
|
64040
64040
|
"aria-describedby": {
|
|
@@ -69298,7 +69298,7 @@
|
|
|
69298
69298
|
],
|
|
69299
69299
|
"required": false,
|
|
69300
69300
|
"type": {
|
|
69301
|
-
"name": "\"
|
|
69301
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
69302
69302
|
}
|
|
69303
69303
|
},
|
|
69304
69304
|
"aria-braillelabel": {
|
|
@@ -69488,7 +69488,7 @@
|
|
|
69488
69488
|
],
|
|
69489
69489
|
"required": false,
|
|
69490
69490
|
"type": {
|
|
69491
|
-
"name": "boolean | \"
|
|
69491
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
69492
69492
|
}
|
|
69493
69493
|
},
|
|
69494
69494
|
"aria-describedby": {
|
|
@@ -74625,7 +74625,7 @@
|
|
|
74625
74625
|
],
|
|
74626
74626
|
"required": false,
|
|
74627
74627
|
"type": {
|
|
74628
|
-
"name": "\"
|
|
74628
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
74629
74629
|
}
|
|
74630
74630
|
},
|
|
74631
74631
|
"aria-braillelabel": {
|
|
@@ -74815,7 +74815,7 @@
|
|
|
74815
74815
|
],
|
|
74816
74816
|
"required": false,
|
|
74817
74817
|
"type": {
|
|
74818
|
-
"name": "boolean | \"
|
|
74818
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
74819
74819
|
}
|
|
74820
74820
|
},
|
|
74821
74821
|
"aria-describedby": {
|
|
@@ -83178,7 +83178,7 @@
|
|
|
83178
83178
|
],
|
|
83179
83179
|
"required": false,
|
|
83180
83180
|
"type": {
|
|
83181
|
-
"name": "\"
|
|
83181
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
83182
83182
|
}
|
|
83183
83183
|
},
|
|
83184
83184
|
"aria-haspopup": {
|
|
@@ -85659,7 +85659,7 @@
|
|
|
85659
85659
|
],
|
|
85660
85660
|
"required": false,
|
|
85661
85661
|
"type": {
|
|
85662
|
-
"name": "\"
|
|
85662
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
85663
85663
|
}
|
|
85664
85664
|
},
|
|
85665
85665
|
"aria-haspopup": {
|
|
@@ -86229,7 +86229,7 @@
|
|
|
86229
86229
|
],
|
|
86230
86230
|
"required": false,
|
|
86231
86231
|
"type": {
|
|
86232
|
-
"name": "boolean | \"
|
|
86232
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
86233
86233
|
}
|
|
86234
86234
|
},
|
|
86235
86235
|
"aria-description": {
|
|
@@ -97185,7 +97185,7 @@
|
|
|
97185
97185
|
],
|
|
97186
97186
|
"required": false,
|
|
97187
97187
|
"type": {
|
|
97188
|
-
"name": "\"
|
|
97188
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
97189
97189
|
}
|
|
97190
97190
|
},
|
|
97191
97191
|
"aria-braillelabel": {
|
|
@@ -97375,7 +97375,7 @@
|
|
|
97375
97375
|
],
|
|
97376
97376
|
"required": false,
|
|
97377
97377
|
"type": {
|
|
97378
|
-
"name": "boolean | \"
|
|
97378
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
97379
97379
|
}
|
|
97380
97380
|
},
|
|
97381
97381
|
"aria-describedby": {
|
|
@@ -103203,7 +103203,7 @@
|
|
|
103203
103203
|
],
|
|
103204
103204
|
"required": false,
|
|
103205
103205
|
"type": {
|
|
103206
|
-
"name": "\"
|
|
103206
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
103207
103207
|
}
|
|
103208
103208
|
},
|
|
103209
103209
|
"aria-haspopup": {
|
|
@@ -104457,7 +104457,7 @@
|
|
|
104457
104457
|
],
|
|
104458
104458
|
"required": false,
|
|
104459
104459
|
"type": {
|
|
104460
|
-
"name": "boolean | \"
|
|
104460
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
104461
104461
|
}
|
|
104462
104462
|
},
|
|
104463
104463
|
"aria-description": {
|
|
@@ -108112,7 +108112,7 @@
|
|
|
108112
108112
|
],
|
|
108113
108113
|
"required": false,
|
|
108114
108114
|
"type": {
|
|
108115
|
-
"name": "\"
|
|
108115
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
108116
108116
|
}
|
|
108117
108117
|
},
|
|
108118
108118
|
"aria-braillelabel": {
|
|
@@ -108302,7 +108302,7 @@
|
|
|
108302
108302
|
],
|
|
108303
108303
|
"required": false,
|
|
108304
108304
|
"type": {
|
|
108305
|
-
"name": "boolean | \"
|
|
108305
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
108306
108306
|
}
|
|
108307
108307
|
},
|
|
108308
108308
|
"aria-describedby": {
|
|
@@ -114172,7 +114172,7 @@
|
|
|
114172
114172
|
],
|
|
114173
114173
|
"required": false,
|
|
114174
114174
|
"type": {
|
|
114175
|
-
"name": "\"
|
|
114175
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
114176
114176
|
}
|
|
114177
114177
|
},
|
|
114178
114178
|
"aria-haspopup": {
|
|
@@ -115502,7 +115502,7 @@
|
|
|
115502
115502
|
],
|
|
115503
115503
|
"required": false,
|
|
115504
115504
|
"type": {
|
|
115505
|
-
"name": "boolean | \"
|
|
115505
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
115506
115506
|
}
|
|
115507
115507
|
},
|
|
115508
115508
|
"aria-description": {
|
|
@@ -119243,7 +119243,7 @@
|
|
|
119243
119243
|
],
|
|
119244
119244
|
"required": false,
|
|
119245
119245
|
"type": {
|
|
119246
|
-
"name": "\"
|
|
119246
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
119247
119247
|
}
|
|
119248
119248
|
},
|
|
119249
119249
|
"aria-braillelabel": {
|
|
@@ -119433,7 +119433,7 @@
|
|
|
119433
119433
|
],
|
|
119434
119434
|
"required": false,
|
|
119435
119435
|
"type": {
|
|
119436
|
-
"name": "boolean | \"
|
|
119436
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
119437
119437
|
}
|
|
119438
119438
|
},
|
|
119439
119439
|
"aria-describedby": {
|
|
@@ -125032,7 +125032,7 @@
|
|
|
125032
125032
|
],
|
|
125033
125033
|
"required": false,
|
|
125034
125034
|
"type": {
|
|
125035
|
-
"name": "\"
|
|
125035
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
125036
125036
|
}
|
|
125037
125037
|
},
|
|
125038
125038
|
"aria-haspopup": {
|
|
@@ -125621,7 +125621,7 @@
|
|
|
125621
125621
|
],
|
|
125622
125622
|
"required": false,
|
|
125623
125623
|
"type": {
|
|
125624
|
-
"name": "boolean | \"
|
|
125624
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
125625
125625
|
}
|
|
125626
125626
|
},
|
|
125627
125627
|
"aria-description": {
|
|
@@ -133878,7 +133878,7 @@
|
|
|
133878
133878
|
],
|
|
133879
133879
|
"required": false,
|
|
133880
133880
|
"type": {
|
|
133881
|
-
"name": "\"
|
|
133881
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
133882
133882
|
}
|
|
133883
133883
|
},
|
|
133884
133884
|
"aria-braillelabel": {
|
|
@@ -134068,7 +134068,7 @@
|
|
|
134068
134068
|
],
|
|
134069
134069
|
"required": false,
|
|
134070
134070
|
"type": {
|
|
134071
|
-
"name": "boolean | \"
|
|
134071
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
134072
134072
|
}
|
|
134073
134073
|
},
|
|
134074
134074
|
"aria-describedby": {
|
|
@@ -139287,7 +139287,7 @@
|
|
|
139287
139287
|
],
|
|
139288
139288
|
"required": false,
|
|
139289
139289
|
"type": {
|
|
139290
|
-
"name": "\"
|
|
139290
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
139291
139291
|
}
|
|
139292
139292
|
},
|
|
139293
139293
|
"aria-braillelabel": {
|
|
@@ -139477,7 +139477,7 @@
|
|
|
139477
139477
|
],
|
|
139478
139478
|
"required": false,
|
|
139479
139479
|
"type": {
|
|
139480
|
-
"name": "boolean | \"
|
|
139480
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
139481
139481
|
}
|
|
139482
139482
|
},
|
|
139483
139483
|
"aria-describedby": {
|
|
@@ -144614,7 +144614,7 @@
|
|
|
144614
144614
|
],
|
|
144615
144615
|
"required": false,
|
|
144616
144616
|
"type": {
|
|
144617
|
-
"name": "\"
|
|
144617
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
144618
144618
|
}
|
|
144619
144619
|
},
|
|
144620
144620
|
"aria-braillelabel": {
|
|
@@ -144804,7 +144804,7 @@
|
|
|
144804
144804
|
],
|
|
144805
144805
|
"required": false,
|
|
144806
144806
|
"type": {
|
|
144807
|
-
"name": "boolean | \"
|
|
144807
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
144808
144808
|
}
|
|
144809
144809
|
},
|
|
144810
144810
|
"aria-describedby": {
|
|
@@ -150249,7 +150249,7 @@
|
|
|
150249
150249
|
],
|
|
150250
150250
|
"required": false,
|
|
150251
150251
|
"type": {
|
|
150252
|
-
"name": "\"
|
|
150252
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
150253
150253
|
}
|
|
150254
150254
|
},
|
|
150255
150255
|
"aria-braillelabel": {
|
|
@@ -150439,7 +150439,7 @@
|
|
|
150439
150439
|
],
|
|
150440
150440
|
"required": false,
|
|
150441
150441
|
"type": {
|
|
150442
|
-
"name": "boolean | \"
|
|
150442
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
150443
150443
|
}
|
|
150444
150444
|
},
|
|
150445
150445
|
"aria-describedby": {
|
|
@@ -156679,7 +156679,7 @@
|
|
|
156679
156679
|
],
|
|
156680
156680
|
"required": false,
|
|
156681
156681
|
"type": {
|
|
156682
|
-
"name": "\"
|
|
156682
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
156683
156683
|
}
|
|
156684
156684
|
},
|
|
156685
156685
|
"aria-haspopup": {
|
|
@@ -157933,7 +157933,7 @@
|
|
|
157933
157933
|
],
|
|
157934
157934
|
"required": false,
|
|
157935
157935
|
"type": {
|
|
157936
|
-
"name": "boolean | \"
|
|
157936
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
157937
157937
|
}
|
|
157938
157938
|
},
|
|
157939
157939
|
"aria-description": {
|
|
@@ -161727,7 +161727,7 @@
|
|
|
161727
161727
|
],
|
|
161728
161728
|
"required": false,
|
|
161729
161729
|
"type": {
|
|
161730
|
-
"name": "\"
|
|
161730
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
161731
161731
|
}
|
|
161732
161732
|
},
|
|
161733
161733
|
"aria-braillelabel": {
|
|
@@ -161917,7 +161917,7 @@
|
|
|
161917
161917
|
],
|
|
161918
161918
|
"required": false,
|
|
161919
161919
|
"type": {
|
|
161920
|
-
"name": "boolean | \"
|
|
161920
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
161921
161921
|
}
|
|
161922
161922
|
},
|
|
161923
161923
|
"aria-describedby": {
|
|
@@ -169242,7 +169242,7 @@
|
|
|
169242
169242
|
],
|
|
169243
169243
|
"required": false,
|
|
169244
169244
|
"type": {
|
|
169245
|
-
"name": "\"
|
|
169245
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
169246
169246
|
}
|
|
169247
169247
|
},
|
|
169248
169248
|
"aria-haspopup": {
|
|
@@ -170477,7 +170477,7 @@
|
|
|
170477
170477
|
],
|
|
170478
170478
|
"required": false,
|
|
170479
170479
|
"type": {
|
|
170480
|
-
"name": "boolean | \"
|
|
170480
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
170481
170481
|
}
|
|
170482
170482
|
},
|
|
170483
170483
|
"aria-description": {
|
|
@@ -174092,7 +174092,7 @@
|
|
|
174092
174092
|
],
|
|
174093
174093
|
"required": false,
|
|
174094
174094
|
"type": {
|
|
174095
|
-
"name": "\"
|
|
174095
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
174096
174096
|
}
|
|
174097
174097
|
},
|
|
174098
174098
|
"aria-braillelabel": {
|
|
@@ -174282,7 +174282,7 @@
|
|
|
174282
174282
|
],
|
|
174283
174283
|
"required": false,
|
|
174284
174284
|
"type": {
|
|
174285
|
-
"name": "boolean | \"
|
|
174285
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
174286
174286
|
}
|
|
174287
174287
|
},
|
|
174288
174288
|
"aria-describedby": {
|
|
@@ -188980,7 +188980,7 @@
|
|
|
188980
188980
|
],
|
|
188981
188981
|
"required": false,
|
|
188982
188982
|
"type": {
|
|
188983
|
-
"name": "\"
|
|
188983
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
188984
188984
|
}
|
|
188985
188985
|
},
|
|
188986
188986
|
"aria-braillelabel": {
|
|
@@ -189170,7 +189170,7 @@
|
|
|
189170
189170
|
],
|
|
189171
189171
|
"required": false,
|
|
189172
189172
|
"type": {
|
|
189173
|
-
"name": "boolean | \"
|
|
189173
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
189174
189174
|
}
|
|
189175
189175
|
},
|
|
189176
189176
|
"aria-describedby": {
|
|
@@ -195263,7 +195263,7 @@
|
|
|
195263
195263
|
],
|
|
195264
195264
|
"required": false,
|
|
195265
195265
|
"type": {
|
|
195266
|
-
"name": "boolean | \"
|
|
195266
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
195267
195267
|
}
|
|
195268
195268
|
},
|
|
195269
195269
|
"aria-disabled": {
|
|
@@ -200935,7 +200935,7 @@
|
|
|
200935
200935
|
],
|
|
200936
200936
|
"required": false,
|
|
200937
200937
|
"type": {
|
|
200938
|
-
"name": "\"
|
|
200938
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
200939
200939
|
}
|
|
200940
200940
|
},
|
|
200941
200941
|
"aria-braillelabel": {
|
|
@@ -201125,7 +201125,7 @@
|
|
|
201125
201125
|
],
|
|
201126
201126
|
"required": false,
|
|
201127
201127
|
"type": {
|
|
201128
|
-
"name": "boolean | \"
|
|
201128
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
201129
201129
|
}
|
|
201130
201130
|
},
|
|
201131
201131
|
"aria-describedby": {
|
|
@@ -208675,7 +208675,7 @@
|
|
|
208675
208675
|
],
|
|
208676
208676
|
"required": false,
|
|
208677
208677
|
"type": {
|
|
208678
|
-
"name": "\"
|
|
208678
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
208679
208679
|
}
|
|
208680
208680
|
},
|
|
208681
208681
|
"aria-braillelabel": {
|
|
@@ -208865,7 +208865,7 @@
|
|
|
208865
208865
|
],
|
|
208866
208866
|
"required": false,
|
|
208867
208867
|
"type": {
|
|
208868
|
-
"name": "boolean | \"
|
|
208868
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
208869
208869
|
}
|
|
208870
208870
|
},
|
|
208871
208871
|
"aria-describedby": {
|
|
@@ -220575,7 +220575,7 @@
|
|
|
220575
220575
|
],
|
|
220576
220576
|
"required": false,
|
|
220577
220577
|
"type": {
|
|
220578
|
-
"name": "boolean | \"
|
|
220578
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
220579
220579
|
}
|
|
220580
220580
|
},
|
|
220581
220581
|
"aria-expanded": {
|
|
@@ -226293,7 +226293,7 @@
|
|
|
226293
226293
|
],
|
|
226294
226294
|
"required": false,
|
|
226295
226295
|
"type": {
|
|
226296
|
-
"name": "\"
|
|
226296
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
226297
226297
|
}
|
|
226298
226298
|
},
|
|
226299
226299
|
"aria-haspopup": {
|
|
@@ -226882,7 +226882,7 @@
|
|
|
226882
226882
|
],
|
|
226883
226883
|
"required": false,
|
|
226884
226884
|
"type": {
|
|
226885
|
-
"name": "boolean | \"
|
|
226885
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
226886
226886
|
}
|
|
226887
226887
|
},
|
|
226888
226888
|
"aria-description": {
|
|
@@ -235237,7 +235237,7 @@
|
|
|
235237
235237
|
],
|
|
235238
235238
|
"required": false,
|
|
235239
235239
|
"type": {
|
|
235240
|
-
"name": "\"
|
|
235240
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
235241
235241
|
}
|
|
235242
235242
|
},
|
|
235243
235243
|
"aria-braillelabel": {
|
|
@@ -235427,7 +235427,7 @@
|
|
|
235427
235427
|
],
|
|
235428
235428
|
"required": false,
|
|
235429
235429
|
"type": {
|
|
235430
|
-
"name": "boolean | \"
|
|
235430
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
235431
235431
|
}
|
|
235432
235432
|
},
|
|
235433
235433
|
"aria-describedby": {
|
|
@@ -241155,7 +241155,7 @@
|
|
|
241155
241155
|
],
|
|
241156
241156
|
"required": false,
|
|
241157
241157
|
"type": {
|
|
241158
|
-
"name": "\"
|
|
241158
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
241159
241159
|
}
|
|
241160
241160
|
},
|
|
241161
241161
|
"aria-braillelabel": {
|
|
@@ -241345,7 +241345,7 @@
|
|
|
241345
241345
|
],
|
|
241346
241346
|
"required": false,
|
|
241347
241347
|
"type": {
|
|
241348
|
-
"name": "boolean | \"
|
|
241348
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
241349
241349
|
}
|
|
241350
241350
|
},
|
|
241351
241351
|
"aria-describedby": {
|
|
@@ -246463,7 +246463,7 @@
|
|
|
246463
246463
|
],
|
|
246464
246464
|
"required": false,
|
|
246465
246465
|
"type": {
|
|
246466
|
-
"name": "\"
|
|
246466
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
246467
246467
|
}
|
|
246468
246468
|
},
|
|
246469
246469
|
"aria-braillelabel": {
|
|
@@ -246653,7 +246653,7 @@
|
|
|
246653
246653
|
],
|
|
246654
246654
|
"required": false,
|
|
246655
246655
|
"type": {
|
|
246656
|
-
"name": "boolean | \"
|
|
246656
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
246657
246657
|
}
|
|
246658
246658
|
},
|
|
246659
246659
|
"aria-describedby": {
|
|
@@ -252348,7 +252348,7 @@
|
|
|
252348
252348
|
],
|
|
252349
252349
|
"required": false,
|
|
252350
252350
|
"type": {
|
|
252351
|
-
"name": "\"
|
|
252351
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
252352
252352
|
}
|
|
252353
252353
|
},
|
|
252354
252354
|
"aria-braillelabel": {
|
|
@@ -252538,7 +252538,7 @@
|
|
|
252538
252538
|
],
|
|
252539
252539
|
"required": false,
|
|
252540
252540
|
"type": {
|
|
252541
|
-
"name": "boolean | \"
|
|
252541
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
252542
252542
|
}
|
|
252543
252543
|
},
|
|
252544
252544
|
"aria-describedby": {
|
|
@@ -260421,7 +260421,7 @@
|
|
|
260421
260421
|
],
|
|
260422
260422
|
"required": false,
|
|
260423
260423
|
"type": {
|
|
260424
|
-
"name": "boolean | \"
|
|
260424
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
260425
260425
|
}
|
|
260426
260426
|
},
|
|
260427
260427
|
"aria-expanded": {
|
|
@@ -264049,7 +264049,7 @@
|
|
|
264049
264049
|
],
|
|
264050
264050
|
"required": false,
|
|
264051
264051
|
"type": {
|
|
264052
|
-
"name": "boolean | \"
|
|
264052
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
264053
264053
|
}
|
|
264054
264054
|
},
|
|
264055
264055
|
"aria-disabled": {
|
|
@@ -266321,7 +266321,7 @@
|
|
|
266321
266321
|
],
|
|
266322
266322
|
"required": false,
|
|
266323
266323
|
"type": {
|
|
266324
|
-
"name": "boolean | \"
|
|
266324
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
266325
266325
|
}
|
|
266326
266326
|
},
|
|
266327
266327
|
"aria-disabled": {
|
|
@@ -268418,7 +268418,7 @@
|
|
|
268418
268418
|
],
|
|
268419
268419
|
"required": false,
|
|
268420
268420
|
"type": {
|
|
268421
|
-
"name": "\"
|
|
268421
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
268422
268422
|
}
|
|
268423
268423
|
},
|
|
268424
268424
|
"aria-haspopup": {
|
|
@@ -269691,7 +269691,7 @@
|
|
|
269691
269691
|
],
|
|
269692
269692
|
"required": false,
|
|
269693
269693
|
"type": {
|
|
269694
|
-
"name": "boolean | \"
|
|
269694
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
269695
269695
|
}
|
|
269696
269696
|
},
|
|
269697
269697
|
"aria-description": {
|
|
@@ -274660,7 +274660,7 @@
|
|
|
274660
274660
|
],
|
|
274661
274661
|
"required": false,
|
|
274662
274662
|
"type": {
|
|
274663
|
-
"name": "\"
|
|
274663
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
274664
274664
|
}
|
|
274665
274665
|
},
|
|
274666
274666
|
"aria-haspopup": {
|
|
@@ -275933,7 +275933,7 @@
|
|
|
275933
275933
|
],
|
|
275934
275934
|
"required": false,
|
|
275935
275935
|
"type": {
|
|
275936
|
-
"name": "boolean | \"
|
|
275936
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
275937
275937
|
}
|
|
275938
275938
|
},
|
|
275939
275939
|
"aria-description": {
|
|
@@ -297288,144 +297288,6 @@
|
|
|
297288
297288
|
}
|
|
297289
297289
|
}
|
|
297290
297290
|
},
|
|
297291
|
-
{
|
|
297292
|
-
"tags": {},
|
|
297293
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Popover/components/PopoverTrigger/PopoverTrigger.tsx",
|
|
297294
|
-
"description": "",
|
|
297295
|
-
"displayName": "PopoverTrigger",
|
|
297296
|
-
"methods": [],
|
|
297297
|
-
"props": {
|
|
297298
|
-
"isDefaultOpen": {
|
|
297299
|
-
"defaultValue": null,
|
|
297300
|
-
"description": "Whether the overlay should be open initially.",
|
|
297301
|
-
"name": "isDefaultOpen",
|
|
297302
|
-
"parent": {
|
|
297303
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
297304
|
-
"name": "OverlayTriggerProps"
|
|
297305
|
-
},
|
|
297306
|
-
"declarations": [
|
|
297307
|
-
{
|
|
297308
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
297309
|
-
"name": "OverlayTriggerProps"
|
|
297310
|
-
}
|
|
297311
|
-
],
|
|
297312
|
-
"required": false,
|
|
297313
|
-
"type": {
|
|
297314
|
-
"name": "boolean"
|
|
297315
|
-
}
|
|
297316
|
-
},
|
|
297317
|
-
"controller": {
|
|
297318
|
-
"defaultValue": null,
|
|
297319
|
-
"description": "A controller to control the state of the overlay.",
|
|
297320
|
-
"name": "controller",
|
|
297321
|
-
"parent": {
|
|
297322
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
297323
|
-
"name": "OverlayTriggerProps"
|
|
297324
|
-
},
|
|
297325
|
-
"declarations": [
|
|
297326
|
-
{
|
|
297327
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
297328
|
-
"name": "OverlayTriggerProps"
|
|
297329
|
-
}
|
|
297330
|
-
],
|
|
297331
|
-
"required": false,
|
|
297332
|
-
"type": {
|
|
297333
|
-
"name": "OverlayController"
|
|
297334
|
-
}
|
|
297335
|
-
},
|
|
297336
|
-
"wrapWith": {
|
|
297337
|
-
"defaultValue": null,
|
|
297338
|
-
"description": "",
|
|
297339
|
-
"name": "wrapWith",
|
|
297340
|
-
"parent": {
|
|
297341
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
297342
|
-
"name": "FlowComponentProps"
|
|
297343
|
-
},
|
|
297344
|
-
"declarations": [
|
|
297345
|
-
{
|
|
297346
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
297347
|
-
"name": "FlowComponentProps"
|
|
297348
|
-
}
|
|
297349
|
-
],
|
|
297350
|
-
"required": false,
|
|
297351
|
-
"type": {
|
|
297352
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
297353
|
-
}
|
|
297354
|
-
},
|
|
297355
|
-
"tunnelId": {
|
|
297356
|
-
"defaultValue": null,
|
|
297357
|
-
"description": "@internal",
|
|
297358
|
-
"name": "tunnelId",
|
|
297359
|
-
"parent": {
|
|
297360
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
297361
|
-
"name": "PropsWithTunnel"
|
|
297362
|
-
},
|
|
297363
|
-
"declarations": [
|
|
297364
|
-
{
|
|
297365
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
297366
|
-
"name": "PropsWithTunnel"
|
|
297367
|
-
}
|
|
297368
|
-
],
|
|
297369
|
-
"required": false,
|
|
297370
|
-
"type": {
|
|
297371
|
-
"name": "string | null"
|
|
297372
|
-
}
|
|
297373
|
-
},
|
|
297374
|
-
"ref": {
|
|
297375
|
-
"defaultValue": null,
|
|
297376
|
-
"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}",
|
|
297377
|
-
"name": "ref",
|
|
297378
|
-
"parent": {
|
|
297379
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
297380
|
-
"name": "RefAttributes"
|
|
297381
|
-
},
|
|
297382
|
-
"declarations": [
|
|
297383
|
-
{
|
|
297384
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
297385
|
-
"name": "RefAttributes"
|
|
297386
|
-
}
|
|
297387
|
-
],
|
|
297388
|
-
"required": false,
|
|
297389
|
-
"type": {
|
|
297390
|
-
"name": "Ref<HTMLSpanElement>"
|
|
297391
|
-
}
|
|
297392
|
-
},
|
|
297393
|
-
"key": {
|
|
297394
|
-
"defaultValue": null,
|
|
297395
|
-
"description": "",
|
|
297396
|
-
"name": "key",
|
|
297397
|
-
"parent": {
|
|
297398
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
297399
|
-
"name": "Attributes"
|
|
297400
|
-
},
|
|
297401
|
-
"declarations": [
|
|
297402
|
-
{
|
|
297403
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
297404
|
-
"name": "Attributes"
|
|
297405
|
-
}
|
|
297406
|
-
],
|
|
297407
|
-
"required": false,
|
|
297408
|
-
"type": {
|
|
297409
|
-
"name": "Key | null"
|
|
297410
|
-
}
|
|
297411
|
-
},
|
|
297412
|
-
"children": {
|
|
297413
|
-
"defaultValue": null,
|
|
297414
|
-
"description": "",
|
|
297415
|
-
"name": "children",
|
|
297416
|
-
"declarations": [
|
|
297417
|
-
{
|
|
297418
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
297419
|
-
"name": "TypeLiteral"
|
|
297420
|
-
}
|
|
297421
|
-
],
|
|
297422
|
-
"required": false,
|
|
297423
|
-
"type": {
|
|
297424
|
-
"name": "ReactNode"
|
|
297425
|
-
}
|
|
297426
|
-
}
|
|
297427
|
-
}
|
|
297428
|
-
},
|
|
297429
297291
|
{
|
|
297430
297292
|
"tags": {
|
|
297431
297293
|
"flr-generate": "all"
|
|
@@ -297632,6 +297494,144 @@
|
|
|
297632
297494
|
}
|
|
297633
297495
|
}
|
|
297634
297496
|
},
|
|
297497
|
+
{
|
|
297498
|
+
"tags": {},
|
|
297499
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Popover/components/PopoverTrigger/PopoverTrigger.tsx",
|
|
297500
|
+
"description": "",
|
|
297501
|
+
"displayName": "PopoverTrigger",
|
|
297502
|
+
"methods": [],
|
|
297503
|
+
"props": {
|
|
297504
|
+
"isDefaultOpen": {
|
|
297505
|
+
"defaultValue": null,
|
|
297506
|
+
"description": "Whether the overlay should be open initially.",
|
|
297507
|
+
"name": "isDefaultOpen",
|
|
297508
|
+
"parent": {
|
|
297509
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
297510
|
+
"name": "OverlayTriggerProps"
|
|
297511
|
+
},
|
|
297512
|
+
"declarations": [
|
|
297513
|
+
{
|
|
297514
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
297515
|
+
"name": "OverlayTriggerProps"
|
|
297516
|
+
}
|
|
297517
|
+
],
|
|
297518
|
+
"required": false,
|
|
297519
|
+
"type": {
|
|
297520
|
+
"name": "boolean"
|
|
297521
|
+
}
|
|
297522
|
+
},
|
|
297523
|
+
"controller": {
|
|
297524
|
+
"defaultValue": null,
|
|
297525
|
+
"description": "A controller to control the state of the overlay.",
|
|
297526
|
+
"name": "controller",
|
|
297527
|
+
"parent": {
|
|
297528
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
297529
|
+
"name": "OverlayTriggerProps"
|
|
297530
|
+
},
|
|
297531
|
+
"declarations": [
|
|
297532
|
+
{
|
|
297533
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
297534
|
+
"name": "OverlayTriggerProps"
|
|
297535
|
+
}
|
|
297536
|
+
],
|
|
297537
|
+
"required": false,
|
|
297538
|
+
"type": {
|
|
297539
|
+
"name": "OverlayController"
|
|
297540
|
+
}
|
|
297541
|
+
},
|
|
297542
|
+
"wrapWith": {
|
|
297543
|
+
"defaultValue": null,
|
|
297544
|
+
"description": "",
|
|
297545
|
+
"name": "wrapWith",
|
|
297546
|
+
"parent": {
|
|
297547
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
297548
|
+
"name": "FlowComponentProps"
|
|
297549
|
+
},
|
|
297550
|
+
"declarations": [
|
|
297551
|
+
{
|
|
297552
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
297553
|
+
"name": "FlowComponentProps"
|
|
297554
|
+
}
|
|
297555
|
+
],
|
|
297556
|
+
"required": false,
|
|
297557
|
+
"type": {
|
|
297558
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
297559
|
+
}
|
|
297560
|
+
},
|
|
297561
|
+
"tunnelId": {
|
|
297562
|
+
"defaultValue": null,
|
|
297563
|
+
"description": "@internal",
|
|
297564
|
+
"name": "tunnelId",
|
|
297565
|
+
"parent": {
|
|
297566
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
297567
|
+
"name": "PropsWithTunnel"
|
|
297568
|
+
},
|
|
297569
|
+
"declarations": [
|
|
297570
|
+
{
|
|
297571
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
297572
|
+
"name": "PropsWithTunnel"
|
|
297573
|
+
}
|
|
297574
|
+
],
|
|
297575
|
+
"required": false,
|
|
297576
|
+
"type": {
|
|
297577
|
+
"name": "string | null"
|
|
297578
|
+
}
|
|
297579
|
+
},
|
|
297580
|
+
"ref": {
|
|
297581
|
+
"defaultValue": null,
|
|
297582
|
+
"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}",
|
|
297583
|
+
"name": "ref",
|
|
297584
|
+
"parent": {
|
|
297585
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
297586
|
+
"name": "RefAttributes"
|
|
297587
|
+
},
|
|
297588
|
+
"declarations": [
|
|
297589
|
+
{
|
|
297590
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
297591
|
+
"name": "RefAttributes"
|
|
297592
|
+
}
|
|
297593
|
+
],
|
|
297594
|
+
"required": false,
|
|
297595
|
+
"type": {
|
|
297596
|
+
"name": "Ref<HTMLSpanElement>"
|
|
297597
|
+
}
|
|
297598
|
+
},
|
|
297599
|
+
"key": {
|
|
297600
|
+
"defaultValue": null,
|
|
297601
|
+
"description": "",
|
|
297602
|
+
"name": "key",
|
|
297603
|
+
"parent": {
|
|
297604
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
297605
|
+
"name": "Attributes"
|
|
297606
|
+
},
|
|
297607
|
+
"declarations": [
|
|
297608
|
+
{
|
|
297609
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
297610
|
+
"name": "Attributes"
|
|
297611
|
+
}
|
|
297612
|
+
],
|
|
297613
|
+
"required": false,
|
|
297614
|
+
"type": {
|
|
297615
|
+
"name": "Key | null"
|
|
297616
|
+
}
|
|
297617
|
+
},
|
|
297618
|
+
"children": {
|
|
297619
|
+
"defaultValue": null,
|
|
297620
|
+
"description": "",
|
|
297621
|
+
"name": "children",
|
|
297622
|
+
"declarations": [
|
|
297623
|
+
{
|
|
297624
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
297625
|
+
"name": "TypeLiteral"
|
|
297626
|
+
}
|
|
297627
|
+
],
|
|
297628
|
+
"required": false,
|
|
297629
|
+
"type": {
|
|
297630
|
+
"name": "ReactNode"
|
|
297631
|
+
}
|
|
297632
|
+
}
|
|
297633
|
+
}
|
|
297634
|
+
},
|
|
297635
297635
|
{
|
|
297636
297636
|
"tags": {
|
|
297637
297637
|
"internal": ""
|
|
@@ -299425,7 +299425,7 @@
|
|
|
299425
299425
|
],
|
|
299426
299426
|
"required": false,
|
|
299427
299427
|
"type": {
|
|
299428
|
-
"name": "\"
|
|
299428
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
299429
299429
|
}
|
|
299430
299430
|
},
|
|
299431
299431
|
"aria-braillelabel": {
|
|
@@ -299615,7 +299615,7 @@
|
|
|
299615
299615
|
],
|
|
299616
299616
|
"required": false,
|
|
299617
299617
|
"type": {
|
|
299618
|
-
"name": "boolean | \"
|
|
299618
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
299619
299619
|
}
|
|
299620
299620
|
},
|
|
299621
299621
|
"aria-describedby": {
|
|
@@ -306537,144 +306537,6 @@
|
|
|
306537
306537
|
}
|
|
306538
306538
|
}
|
|
306539
306539
|
},
|
|
306540
|
-
{
|
|
306541
|
-
"tags": {},
|
|
306542
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/components/LightBoxTrigger/LightBoxTrigger.tsx",
|
|
306543
|
-
"description": "",
|
|
306544
|
-
"displayName": "LightBoxTrigger",
|
|
306545
|
-
"methods": [],
|
|
306546
|
-
"props": {
|
|
306547
|
-
"isDefaultOpen": {
|
|
306548
|
-
"defaultValue": null,
|
|
306549
|
-
"description": "Whether the overlay should be open initially.",
|
|
306550
|
-
"name": "isDefaultOpen",
|
|
306551
|
-
"parent": {
|
|
306552
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
306553
|
-
"name": "OverlayTriggerProps"
|
|
306554
|
-
},
|
|
306555
|
-
"declarations": [
|
|
306556
|
-
{
|
|
306557
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
306558
|
-
"name": "OverlayTriggerProps"
|
|
306559
|
-
}
|
|
306560
|
-
],
|
|
306561
|
-
"required": false,
|
|
306562
|
-
"type": {
|
|
306563
|
-
"name": "boolean"
|
|
306564
|
-
}
|
|
306565
|
-
},
|
|
306566
|
-
"controller": {
|
|
306567
|
-
"defaultValue": null,
|
|
306568
|
-
"description": "A controller to control the state of the overlay.",
|
|
306569
|
-
"name": "controller",
|
|
306570
|
-
"parent": {
|
|
306571
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
306572
|
-
"name": "OverlayTriggerProps"
|
|
306573
|
-
},
|
|
306574
|
-
"declarations": [
|
|
306575
|
-
{
|
|
306576
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
306577
|
-
"name": "OverlayTriggerProps"
|
|
306578
|
-
}
|
|
306579
|
-
],
|
|
306580
|
-
"required": false,
|
|
306581
|
-
"type": {
|
|
306582
|
-
"name": "OverlayController"
|
|
306583
|
-
}
|
|
306584
|
-
},
|
|
306585
|
-
"wrapWith": {
|
|
306586
|
-
"defaultValue": null,
|
|
306587
|
-
"description": "",
|
|
306588
|
-
"name": "wrapWith",
|
|
306589
|
-
"parent": {
|
|
306590
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
306591
|
-
"name": "FlowComponentProps"
|
|
306592
|
-
},
|
|
306593
|
-
"declarations": [
|
|
306594
|
-
{
|
|
306595
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
306596
|
-
"name": "FlowComponentProps"
|
|
306597
|
-
}
|
|
306598
|
-
],
|
|
306599
|
-
"required": false,
|
|
306600
|
-
"type": {
|
|
306601
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
306602
|
-
}
|
|
306603
|
-
},
|
|
306604
|
-
"tunnelId": {
|
|
306605
|
-
"defaultValue": null,
|
|
306606
|
-
"description": "@internal",
|
|
306607
|
-
"name": "tunnelId",
|
|
306608
|
-
"parent": {
|
|
306609
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
306610
|
-
"name": "PropsWithTunnel"
|
|
306611
|
-
},
|
|
306612
|
-
"declarations": [
|
|
306613
|
-
{
|
|
306614
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
306615
|
-
"name": "PropsWithTunnel"
|
|
306616
|
-
}
|
|
306617
|
-
],
|
|
306618
|
-
"required": false,
|
|
306619
|
-
"type": {
|
|
306620
|
-
"name": "string | null"
|
|
306621
|
-
}
|
|
306622
|
-
},
|
|
306623
|
-
"ref": {
|
|
306624
|
-
"defaultValue": null,
|
|
306625
|
-
"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}",
|
|
306626
|
-
"name": "ref",
|
|
306627
|
-
"parent": {
|
|
306628
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
306629
|
-
"name": "RefAttributes"
|
|
306630
|
-
},
|
|
306631
|
-
"declarations": [
|
|
306632
|
-
{
|
|
306633
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
306634
|
-
"name": "RefAttributes"
|
|
306635
|
-
}
|
|
306636
|
-
],
|
|
306637
|
-
"required": false,
|
|
306638
|
-
"type": {
|
|
306639
|
-
"name": "Ref<HTMLSpanElement>"
|
|
306640
|
-
}
|
|
306641
|
-
},
|
|
306642
|
-
"key": {
|
|
306643
|
-
"defaultValue": null,
|
|
306644
|
-
"description": "",
|
|
306645
|
-
"name": "key",
|
|
306646
|
-
"parent": {
|
|
306647
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
306648
|
-
"name": "Attributes"
|
|
306649
|
-
},
|
|
306650
|
-
"declarations": [
|
|
306651
|
-
{
|
|
306652
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
306653
|
-
"name": "Attributes"
|
|
306654
|
-
}
|
|
306655
|
-
],
|
|
306656
|
-
"required": false,
|
|
306657
|
-
"type": {
|
|
306658
|
-
"name": "Key | null"
|
|
306659
|
-
}
|
|
306660
|
-
},
|
|
306661
|
-
"children": {
|
|
306662
|
-
"defaultValue": null,
|
|
306663
|
-
"description": "",
|
|
306664
|
-
"name": "children",
|
|
306665
|
-
"declarations": [
|
|
306666
|
-
{
|
|
306667
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
306668
|
-
"name": "TypeLiteral"
|
|
306669
|
-
}
|
|
306670
|
-
],
|
|
306671
|
-
"required": false,
|
|
306672
|
-
"type": {
|
|
306673
|
-
"name": "ReactNode"
|
|
306674
|
-
}
|
|
306675
|
-
}
|
|
306676
|
-
}
|
|
306677
|
-
},
|
|
306678
306540
|
{
|
|
306679
306541
|
"tags": {},
|
|
306680
306542
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Legend/components/LegendItem/LegendItem.tsx",
|
|
@@ -306748,28 +306610,138 @@
|
|
|
306748
306610
|
},
|
|
306749
306611
|
{
|
|
306750
306612
|
"tags": {},
|
|
306751
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
306613
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/components/LightBoxTrigger/LightBoxTrigger.tsx",
|
|
306752
306614
|
"description": "",
|
|
306753
|
-
"displayName": "
|
|
306615
|
+
"displayName": "LightBoxTrigger",
|
|
306754
306616
|
"methods": [],
|
|
306755
306617
|
"props": {
|
|
306756
|
-
"
|
|
306618
|
+
"isDefaultOpen": {
|
|
306619
|
+
"defaultValue": null,
|
|
306620
|
+
"description": "Whether the overlay should be open initially.",
|
|
306621
|
+
"name": "isDefaultOpen",
|
|
306622
|
+
"parent": {
|
|
306623
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
306624
|
+
"name": "OverlayTriggerProps"
|
|
306625
|
+
},
|
|
306626
|
+
"declarations": [
|
|
306627
|
+
{
|
|
306628
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
306629
|
+
"name": "OverlayTriggerProps"
|
|
306630
|
+
}
|
|
306631
|
+
],
|
|
306632
|
+
"required": false,
|
|
306633
|
+
"type": {
|
|
306634
|
+
"name": "boolean"
|
|
306635
|
+
}
|
|
306636
|
+
},
|
|
306637
|
+
"controller": {
|
|
306638
|
+
"defaultValue": null,
|
|
306639
|
+
"description": "A controller to control the state of the overlay.",
|
|
306640
|
+
"name": "controller",
|
|
306641
|
+
"parent": {
|
|
306642
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
306643
|
+
"name": "OverlayTriggerProps"
|
|
306644
|
+
},
|
|
306645
|
+
"declarations": [
|
|
306646
|
+
{
|
|
306647
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
306648
|
+
"name": "OverlayTriggerProps"
|
|
306649
|
+
}
|
|
306650
|
+
],
|
|
306651
|
+
"required": false,
|
|
306652
|
+
"type": {
|
|
306653
|
+
"name": "OverlayController"
|
|
306654
|
+
}
|
|
306655
|
+
},
|
|
306656
|
+
"wrapWith": {
|
|
306757
306657
|
"defaultValue": null,
|
|
306758
306658
|
"description": "",
|
|
306759
|
-
"name": "
|
|
306659
|
+
"name": "wrapWith",
|
|
306760
306660
|
"parent": {
|
|
306761
|
-
"fileName": "components/src/
|
|
306762
|
-
"name": "
|
|
306661
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
306662
|
+
"name": "FlowComponentProps"
|
|
306763
306663
|
},
|
|
306764
306664
|
"declarations": [
|
|
306765
306665
|
{
|
|
306766
|
-
"fileName": "components/src/
|
|
306767
|
-
"name": "
|
|
306666
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
306667
|
+
"name": "FlowComponentProps"
|
|
306768
306668
|
}
|
|
306769
306669
|
],
|
|
306770
|
-
"required":
|
|
306670
|
+
"required": false,
|
|
306771
306671
|
"type": {
|
|
306772
|
-
"name": "
|
|
306672
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
306673
|
+
}
|
|
306674
|
+
},
|
|
306675
|
+
"tunnelId": {
|
|
306676
|
+
"defaultValue": null,
|
|
306677
|
+
"description": "@internal",
|
|
306678
|
+
"name": "tunnelId",
|
|
306679
|
+
"parent": {
|
|
306680
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
306681
|
+
"name": "PropsWithTunnel"
|
|
306682
|
+
},
|
|
306683
|
+
"declarations": [
|
|
306684
|
+
{
|
|
306685
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
306686
|
+
"name": "PropsWithTunnel"
|
|
306687
|
+
}
|
|
306688
|
+
],
|
|
306689
|
+
"required": false,
|
|
306690
|
+
"type": {
|
|
306691
|
+
"name": "string | null"
|
|
306692
|
+
}
|
|
306693
|
+
},
|
|
306694
|
+
"ref": {
|
|
306695
|
+
"defaultValue": null,
|
|
306696
|
+
"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}",
|
|
306697
|
+
"name": "ref",
|
|
306698
|
+
"parent": {
|
|
306699
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
306700
|
+
"name": "RefAttributes"
|
|
306701
|
+
},
|
|
306702
|
+
"declarations": [
|
|
306703
|
+
{
|
|
306704
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
306705
|
+
"name": "RefAttributes"
|
|
306706
|
+
}
|
|
306707
|
+
],
|
|
306708
|
+
"required": false,
|
|
306709
|
+
"type": {
|
|
306710
|
+
"name": "Ref<HTMLSpanElement>"
|
|
306711
|
+
}
|
|
306712
|
+
},
|
|
306713
|
+
"key": {
|
|
306714
|
+
"defaultValue": null,
|
|
306715
|
+
"description": "",
|
|
306716
|
+
"name": "key",
|
|
306717
|
+
"parent": {
|
|
306718
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
306719
|
+
"name": "Attributes"
|
|
306720
|
+
},
|
|
306721
|
+
"declarations": [
|
|
306722
|
+
{
|
|
306723
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
306724
|
+
"name": "Attributes"
|
|
306725
|
+
}
|
|
306726
|
+
],
|
|
306727
|
+
"required": false,
|
|
306728
|
+
"type": {
|
|
306729
|
+
"name": "Key | null"
|
|
306730
|
+
}
|
|
306731
|
+
},
|
|
306732
|
+
"children": {
|
|
306733
|
+
"defaultValue": null,
|
|
306734
|
+
"description": "",
|
|
306735
|
+
"name": "children",
|
|
306736
|
+
"declarations": [
|
|
306737
|
+
{
|
|
306738
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
306739
|
+
"name": "TypeLiteral"
|
|
306740
|
+
}
|
|
306741
|
+
],
|
|
306742
|
+
"required": false,
|
|
306743
|
+
"type": {
|
|
306744
|
+
"name": "ReactNode"
|
|
306773
306745
|
}
|
|
306774
306746
|
}
|
|
306775
306747
|
}
|
|
@@ -306840,6 +306812,34 @@
|
|
|
306840
306812
|
}
|
|
306841
306813
|
}
|
|
306842
306814
|
},
|
|
306815
|
+
{
|
|
306816
|
+
"tags": {},
|
|
306817
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
306818
|
+
"description": "",
|
|
306819
|
+
"displayName": "DeleteButton",
|
|
306820
|
+
"methods": [],
|
|
306821
|
+
"props": {
|
|
306822
|
+
"onDelete": {
|
|
306823
|
+
"defaultValue": null,
|
|
306824
|
+
"description": "",
|
|
306825
|
+
"name": "onDelete",
|
|
306826
|
+
"parent": {
|
|
306827
|
+
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
306828
|
+
"name": "Props"
|
|
306829
|
+
},
|
|
306830
|
+
"declarations": [
|
|
306831
|
+
{
|
|
306832
|
+
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
306833
|
+
"name": "Props"
|
|
306834
|
+
}
|
|
306835
|
+
],
|
|
306836
|
+
"required": true,
|
|
306837
|
+
"type": {
|
|
306838
|
+
"name": "() => void"
|
|
306839
|
+
}
|
|
306840
|
+
}
|
|
306841
|
+
}
|
|
306842
|
+
},
|
|
306843
306843
|
{
|
|
306844
306844
|
"tags": {},
|
|
306845
306845
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
|
|
@@ -311426,7 +311426,7 @@
|
|
|
311426
311426
|
],
|
|
311427
311427
|
"required": false,
|
|
311428
311428
|
"type": {
|
|
311429
|
-
"name": "\"
|
|
311429
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
311430
311430
|
}
|
|
311431
311431
|
},
|
|
311432
311432
|
"aria-haspopup": {
|
|
@@ -311998,7 +311998,7 @@
|
|
|
311998
311998
|
],
|
|
311999
311999
|
"required": false,
|
|
312000
312000
|
"type": {
|
|
312001
|
-
"name": "boolean | \"
|
|
312001
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
312002
312002
|
}
|
|
312003
312003
|
},
|
|
312004
312004
|
"aria-description": {
|
|
@@ -319045,7 +319045,7 @@
|
|
|
319045
319045
|
],
|
|
319046
319046
|
"required": false,
|
|
319047
319047
|
"type": {
|
|
319048
|
-
"name": "\"
|
|
319048
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
319049
319049
|
}
|
|
319050
319050
|
},
|
|
319051
319051
|
"aria-braillelabel": {
|
|
@@ -319235,7 +319235,7 @@
|
|
|
319235
319235
|
],
|
|
319236
319236
|
"required": false,
|
|
319237
319237
|
"type": {
|
|
319238
|
-
"name": "boolean | \"
|
|
319238
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
319239
319239
|
}
|
|
319240
319240
|
},
|
|
319241
319241
|
"aria-describedby": {
|
|
@@ -333447,7 +333447,7 @@
|
|
|
333447
333447
|
],
|
|
333448
333448
|
"required": false,
|
|
333449
333449
|
"type": {
|
|
333450
|
-
"name": "boolean | \"
|
|
333450
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
333451
333451
|
}
|
|
333452
333452
|
},
|
|
333453
333453
|
"aria-expanded": {
|
|
@@ -336853,7 +336853,7 @@
|
|
|
336853
336853
|
],
|
|
336854
336854
|
"required": false,
|
|
336855
336855
|
"type": {
|
|
336856
|
-
"name": "\"
|
|
336856
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
336857
336857
|
}
|
|
336858
336858
|
},
|
|
336859
336859
|
"aria-haspopup": {
|
|
@@ -338088,7 +338088,7 @@
|
|
|
338088
338088
|
],
|
|
338089
338089
|
"required": false,
|
|
338090
338090
|
"type": {
|
|
338091
|
-
"name": "boolean | \"
|
|
338091
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
338092
338092
|
}
|
|
338093
338093
|
},
|
|
338094
338094
|
"aria-description": {
|
|
@@ -340559,49 +340559,6 @@
|
|
|
340559
340559
|
}
|
|
340560
340560
|
}
|
|
340561
340561
|
},
|
|
340562
|
-
{
|
|
340563
|
-
"tags": {},
|
|
340564
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
340565
|
-
"description": "",
|
|
340566
|
-
"displayName": "useGridItemProps",
|
|
340567
|
-
"methods": [],
|
|
340568
|
-
"props": {
|
|
340569
|
-
"data": {
|
|
340570
|
-
"defaultValue": null,
|
|
340571
|
-
"description": "",
|
|
340572
|
-
"name": "data",
|
|
340573
|
-
"parent": {
|
|
340574
|
-
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
340575
|
-
"name": "P"
|
|
340576
|
-
},
|
|
340577
|
-
"declarations": [
|
|
340578
|
-
{
|
|
340579
|
-
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
340580
|
-
"name": "P"
|
|
340581
|
-
}
|
|
340582
|
-
],
|
|
340583
|
-
"required": true,
|
|
340584
|
-
"type": {
|
|
340585
|
-
"name": "never"
|
|
340586
|
-
}
|
|
340587
|
-
},
|
|
340588
|
-
"children": {
|
|
340589
|
-
"defaultValue": null,
|
|
340590
|
-
"description": "",
|
|
340591
|
-
"name": "children",
|
|
340592
|
-
"declarations": [
|
|
340593
|
-
{
|
|
340594
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
340595
|
-
"name": "TypeLiteral"
|
|
340596
|
-
}
|
|
340597
|
-
],
|
|
340598
|
-
"required": false,
|
|
340599
|
-
"type": {
|
|
340600
|
-
"name": "ReactNode"
|
|
340601
|
-
}
|
|
340602
|
-
}
|
|
340603
|
-
}
|
|
340604
|
-
},
|
|
340605
340562
|
{
|
|
340606
340563
|
"tags": {},
|
|
340607
340564
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
|
|
@@ -340685,11 +340642,30 @@
|
|
|
340685
340642
|
},
|
|
340686
340643
|
{
|
|
340687
340644
|
"tags": {},
|
|
340688
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/
|
|
340645
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
340689
340646
|
"description": "",
|
|
340690
|
-
"displayName": "
|
|
340647
|
+
"displayName": "useGridItemProps",
|
|
340691
340648
|
"methods": [],
|
|
340692
340649
|
"props": {
|
|
340650
|
+
"data": {
|
|
340651
|
+
"defaultValue": null,
|
|
340652
|
+
"description": "",
|
|
340653
|
+
"name": "data",
|
|
340654
|
+
"parent": {
|
|
340655
|
+
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
340656
|
+
"name": "P"
|
|
340657
|
+
},
|
|
340658
|
+
"declarations": [
|
|
340659
|
+
{
|
|
340660
|
+
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
340661
|
+
"name": "P"
|
|
340662
|
+
}
|
|
340663
|
+
],
|
|
340664
|
+
"required": true,
|
|
340665
|
+
"type": {
|
|
340666
|
+
"name": "never"
|
|
340667
|
+
}
|
|
340668
|
+
},
|
|
340693
340669
|
"children": {
|
|
340694
340670
|
"defaultValue": null,
|
|
340695
340671
|
"description": "",
|
|
@@ -340704,31 +340680,40 @@
|
|
|
340704
340680
|
"type": {
|
|
340705
340681
|
"name": "ReactNode"
|
|
340706
340682
|
}
|
|
340707
|
-
}
|
|
340708
|
-
|
|
340683
|
+
}
|
|
340684
|
+
}
|
|
340685
|
+
},
|
|
340686
|
+
{
|
|
340687
|
+
"tags": {},
|
|
340688
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
|
|
340689
|
+
"description": "",
|
|
340690
|
+
"displayName": "ListItemSkeletonView",
|
|
340691
|
+
"methods": [],
|
|
340692
|
+
"props": {
|
|
340693
|
+
"viewMode": {
|
|
340709
340694
|
"defaultValue": null,
|
|
340710
|
-
"description": "
|
|
340711
|
-
"name": "
|
|
340695
|
+
"description": "",
|
|
340696
|
+
"name": "viewMode",
|
|
340712
340697
|
"parent": {
|
|
340713
|
-
"fileName": "components/src/
|
|
340714
|
-
"name": "
|
|
340698
|
+
"fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
|
|
340699
|
+
"name": "ListItemSkeletonViewProps"
|
|
340715
340700
|
},
|
|
340716
340701
|
"declarations": [
|
|
340717
340702
|
{
|
|
340718
|
-
"fileName": "components/src/
|
|
340719
|
-
"name": "
|
|
340703
|
+
"fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
|
|
340704
|
+
"name": "ListItemSkeletonViewProps"
|
|
340720
340705
|
}
|
|
340721
340706
|
],
|
|
340722
|
-
"required":
|
|
340707
|
+
"required": true,
|
|
340723
340708
|
"type": {
|
|
340724
|
-
"name": "
|
|
340709
|
+
"name": "ListViewMode"
|
|
340725
340710
|
}
|
|
340726
340711
|
}
|
|
340727
340712
|
}
|
|
340728
340713
|
},
|
|
340729
340714
|
{
|
|
340730
340715
|
"tags": {},
|
|
340731
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/
|
|
340716
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/index.tsx",
|
|
340732
340717
|
"description": "",
|
|
340733
340718
|
"displayName": "OptionsButton",
|
|
340734
340719
|
"methods": [],
|
|
@@ -340771,28 +340756,43 @@
|
|
|
340771
340756
|
},
|
|
340772
340757
|
{
|
|
340773
340758
|
"tags": {},
|
|
340774
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/
|
|
340759
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/OptionsButton.tsx",
|
|
340775
340760
|
"description": "",
|
|
340776
|
-
"displayName": "
|
|
340761
|
+
"displayName": "OptionsButton",
|
|
340777
340762
|
"methods": [],
|
|
340778
340763
|
"props": {
|
|
340779
|
-
"
|
|
340764
|
+
"children": {
|
|
340780
340765
|
"defaultValue": null,
|
|
340781
340766
|
"description": "",
|
|
340782
|
-
"name": "
|
|
340767
|
+
"name": "children",
|
|
340768
|
+
"declarations": [
|
|
340769
|
+
{
|
|
340770
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
340771
|
+
"name": "TypeLiteral"
|
|
340772
|
+
}
|
|
340773
|
+
],
|
|
340774
|
+
"required": false,
|
|
340775
|
+
"type": {
|
|
340776
|
+
"name": "ReactNode"
|
|
340777
|
+
}
|
|
340778
|
+
},
|
|
340779
|
+
"className": {
|
|
340780
|
+
"defaultValue": null,
|
|
340781
|
+
"description": "The elements class name.",
|
|
340782
|
+
"name": "className",
|
|
340783
340783
|
"parent": {
|
|
340784
|
-
"fileName": "components/src/
|
|
340785
|
-
"name": "
|
|
340784
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
340785
|
+
"name": "PropsWithClassName"
|
|
340786
340786
|
},
|
|
340787
340787
|
"declarations": [
|
|
340788
340788
|
{
|
|
340789
|
-
"fileName": "components/src/
|
|
340790
|
-
"name": "
|
|
340789
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
340790
|
+
"name": "PropsWithClassName"
|
|
340791
340791
|
}
|
|
340792
340792
|
],
|
|
340793
|
-
"required":
|
|
340793
|
+
"required": false,
|
|
340794
340794
|
"type": {
|
|
340795
|
-
"name": "
|
|
340795
|
+
"name": "string"
|
|
340796
340796
|
}
|
|
340797
340797
|
}
|
|
340798
340798
|
}
|