@mittwald/flow-react-components 0.2.0-alpha.545 → 0.2.0-alpha.546
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.
|
@@ -54,7 +54,65 @@
|
|
|
54
54
|
"description": "",
|
|
55
55
|
"displayName": "TunnelEntry",
|
|
56
56
|
"methods": [],
|
|
57
|
-
"props": {
|
|
57
|
+
"props": {
|
|
58
|
+
"id": {
|
|
59
|
+
"defaultValue": null,
|
|
60
|
+
"description": "",
|
|
61
|
+
"name": "id",
|
|
62
|
+
"parent": {
|
|
63
|
+
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
64
|
+
"name": "TunnelEntryProps"
|
|
65
|
+
},
|
|
66
|
+
"declarations": [
|
|
67
|
+
{
|
|
68
|
+
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
69
|
+
"name": "TunnelEntryProps"
|
|
70
|
+
}
|
|
71
|
+
],
|
|
72
|
+
"required": false,
|
|
73
|
+
"type": {
|
|
74
|
+
"name": "string"
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
"children": {
|
|
78
|
+
"defaultValue": null,
|
|
79
|
+
"description": "",
|
|
80
|
+
"name": "children",
|
|
81
|
+
"parent": {
|
|
82
|
+
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
83
|
+
"name": "TunnelEntryProps"
|
|
84
|
+
},
|
|
85
|
+
"declarations": [
|
|
86
|
+
{
|
|
87
|
+
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
88
|
+
"name": "TunnelEntryProps"
|
|
89
|
+
}
|
|
90
|
+
],
|
|
91
|
+
"required": false,
|
|
92
|
+
"type": {
|
|
93
|
+
"name": "TunnelEntryChildren"
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
"staticEntryId": {
|
|
97
|
+
"defaultValue": null,
|
|
98
|
+
"description": "Static entry ID instead of generated ID by `useId`",
|
|
99
|
+
"name": "staticEntryId",
|
|
100
|
+
"parent": {
|
|
101
|
+
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
102
|
+
"name": "TunnelEntryProps"
|
|
103
|
+
},
|
|
104
|
+
"declarations": [
|
|
105
|
+
{
|
|
106
|
+
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
107
|
+
"name": "TunnelEntryProps"
|
|
108
|
+
}
|
|
109
|
+
],
|
|
110
|
+
"required": false,
|
|
111
|
+
"type": {
|
|
112
|
+
"name": "string"
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
}
|
|
58
116
|
},
|
|
59
117
|
{
|
|
60
118
|
"tags": {},
|
|
@@ -3833,48 +3891,27 @@
|
|
|
3833
3891
|
}
|
|
3834
3892
|
},
|
|
3835
3893
|
{
|
|
3836
|
-
"tags": {
|
|
3837
|
-
|
|
3894
|
+
"tags": {
|
|
3895
|
+
"flr-generate": "all"
|
|
3896
|
+
},
|
|
3897
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/TextField/TextField.tsx",
|
|
3838
3898
|
"description": "",
|
|
3839
|
-
"displayName": "
|
|
3899
|
+
"displayName": "TextField",
|
|
3840
3900
|
"methods": [],
|
|
3841
3901
|
"props": {
|
|
3842
|
-
"
|
|
3843
|
-
"defaultValue": null,
|
|
3844
|
-
"description": "The input element",
|
|
3845
|
-
"name": "input",
|
|
3846
|
-
"parent": {
|
|
3847
|
-
"fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
|
|
3848
|
-
"name": "TextFieldBaseProps"
|
|
3849
|
-
},
|
|
3850
|
-
"declarations": [
|
|
3851
|
-
{
|
|
3852
|
-
"fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
|
|
3853
|
-
"name": "TextFieldBaseProps"
|
|
3854
|
-
}
|
|
3855
|
-
],
|
|
3856
|
-
"required": true,
|
|
3857
|
-
"type": {
|
|
3858
|
-
"name": "ReactNode"
|
|
3859
|
-
}
|
|
3860
|
-
},
|
|
3861
|
-
"showCharacterCount": {
|
|
3902
|
+
"children": {
|
|
3862
3903
|
"defaultValue": null,
|
|
3863
|
-
"description": "
|
|
3864
|
-
"name": "
|
|
3865
|
-
"parent": {
|
|
3866
|
-
"fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
|
|
3867
|
-
"name": "TextFieldBaseProps"
|
|
3868
|
-
},
|
|
3904
|
+
"description": "",
|
|
3905
|
+
"name": "children",
|
|
3869
3906
|
"declarations": [
|
|
3870
3907
|
{
|
|
3871
|
-
"fileName": "
|
|
3872
|
-
"name": "
|
|
3908
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
3909
|
+
"name": "TypeLiteral"
|
|
3873
3910
|
}
|
|
3874
3911
|
],
|
|
3875
3912
|
"required": false,
|
|
3876
3913
|
"type": {
|
|
3877
|
-
"name": "
|
|
3914
|
+
"name": "ReactNode"
|
|
3878
3915
|
}
|
|
3879
3916
|
},
|
|
3880
3917
|
"aria-label": {
|
|
@@ -3953,25 +3990,6 @@
|
|
|
3953
3990
|
"name": "string"
|
|
3954
3991
|
}
|
|
3955
3992
|
},
|
|
3956
|
-
"className": {
|
|
3957
|
-
"defaultValue": null,
|
|
3958
|
-
"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.",
|
|
3959
|
-
"name": "className",
|
|
3960
|
-
"parent": {
|
|
3961
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
3962
|
-
"name": "StyleRenderProps"
|
|
3963
|
-
},
|
|
3964
|
-
"declarations": [
|
|
3965
|
-
{
|
|
3966
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
3967
|
-
"name": "StyleRenderProps"
|
|
3968
|
-
}
|
|
3969
|
-
],
|
|
3970
|
-
"required": false,
|
|
3971
|
-
"type": {
|
|
3972
|
-
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
3973
|
-
}
|
|
3974
|
-
},
|
|
3975
3993
|
"style": {
|
|
3976
3994
|
"defaultValue": null,
|
|
3977
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.",
|
|
@@ -5302,6 +5320,25 @@
|
|
|
5302
5320
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
5303
5321
|
}
|
|
5304
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.2/node_modules/@types/react/index.d.ts",
|
|
5329
|
+
"name": "RefAttributes"
|
|
5330
|
+
},
|
|
5331
|
+
"declarations": [
|
|
5332
|
+
{
|
|
5333
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
5334
|
+
"name": "RefAttributes"
|
|
5335
|
+
}
|
|
5336
|
+
],
|
|
5337
|
+
"required": false,
|
|
5338
|
+
"type": {
|
|
5339
|
+
"name": "Ref<HTMLInputElement>"
|
|
5340
|
+
}
|
|
5341
|
+
},
|
|
5305
5342
|
"validationBehavior": {
|
|
5306
5343
|
"defaultValue": {
|
|
5307
5344
|
"value": "'native'"
|
|
@@ -5700,7 +5737,7 @@
|
|
|
5700
5737
|
],
|
|
5701
5738
|
"required": false,
|
|
5702
5739
|
"type": {
|
|
5703
|
-
"name": "\"
|
|
5740
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
5704
5741
|
}
|
|
5705
5742
|
},
|
|
5706
5743
|
"aria-haspopup": {
|
|
@@ -6123,104 +6160,167 @@
|
|
|
6123
6160
|
"name": "string"
|
|
6124
6161
|
}
|
|
6125
6162
|
},
|
|
6126
|
-
"
|
|
6163
|
+
"showCharacterCount": {
|
|
6127
6164
|
"defaultValue": null,
|
|
6128
|
-
"description": "",
|
|
6129
|
-
"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
|
+
},
|
|
6130
6171
|
"declarations": [
|
|
6131
6172
|
{
|
|
6132
|
-
"fileName": "
|
|
6133
|
-
"name": "
|
|
6173
|
+
"fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
|
|
6174
|
+
"name": "TextFieldBaseProps"
|
|
6134
6175
|
}
|
|
6135
6176
|
],
|
|
6136
6177
|
"required": false,
|
|
6137
6178
|
"type": {
|
|
6138
|
-
"name": "
|
|
6179
|
+
"name": "boolean"
|
|
6139
6180
|
}
|
|
6140
6181
|
},
|
|
6141
|
-
"
|
|
6182
|
+
"placeholder": {
|
|
6142
6183
|
"defaultValue": null,
|
|
6143
|
-
"description": "
|
|
6144
|
-
"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",
|
|
6145
6186
|
"parent": {
|
|
6146
|
-
"fileName": "flow/node_modules/.pnpm
|
|
6147
|
-
"name": "
|
|
6187
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
6188
|
+
"name": "InputProps"
|
|
6148
6189
|
},
|
|
6149
6190
|
"declarations": [
|
|
6150
6191
|
{
|
|
6151
|
-
"fileName": "flow/node_modules/.pnpm
|
|
6152
|
-
"name": "
|
|
6192
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
6193
|
+
"name": "InputProps"
|
|
6153
6194
|
}
|
|
6154
6195
|
],
|
|
6155
6196
|
"required": false,
|
|
6156
6197
|
"type": {
|
|
6157
|
-
"name": "
|
|
6198
|
+
"name": "string"
|
|
6158
6199
|
}
|
|
6159
6200
|
},
|
|
6160
|
-
"
|
|
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": {
|
|
6161
6221
|
"defaultValue": null,
|
|
6162
6222
|
"description": "",
|
|
6163
|
-
"name": "
|
|
6223
|
+
"name": "wrapWith",
|
|
6164
6224
|
"parent": {
|
|
6165
|
-
"fileName": "components/src/lib/
|
|
6166
|
-
"name": "
|
|
6225
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
6226
|
+
"name": "FlowComponentProps"
|
|
6167
6227
|
},
|
|
6168
6228
|
"declarations": [
|
|
6169
6229
|
{
|
|
6170
|
-
"fileName": "components/src/lib/
|
|
6171
|
-
"name": "
|
|
6230
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
6231
|
+
"name": "FlowComponentProps"
|
|
6172
6232
|
}
|
|
6173
6233
|
],
|
|
6174
|
-
"required":
|
|
6234
|
+
"required": false,
|
|
6175
6235
|
"type": {
|
|
6176
|
-
"name": "
|
|
6236
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
6177
6237
|
}
|
|
6178
6238
|
},
|
|
6179
|
-
"
|
|
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": {
|
|
6180
6259
|
"defaultValue": null,
|
|
6181
6260
|
"description": "",
|
|
6182
|
-
"name": "
|
|
6261
|
+
"name": "key",
|
|
6183
6262
|
"parent": {
|
|
6184
|
-
"fileName": "
|
|
6185
|
-
"name": "
|
|
6263
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
6264
|
+
"name": "Attributes"
|
|
6186
6265
|
},
|
|
6187
6266
|
"declarations": [
|
|
6188
6267
|
{
|
|
6189
|
-
"fileName": "
|
|
6190
|
-
"name": "
|
|
6268
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
6269
|
+
"name": "Attributes"
|
|
6191
6270
|
}
|
|
6192
6271
|
],
|
|
6193
|
-
"required":
|
|
6272
|
+
"required": false,
|
|
6194
6273
|
"type": {
|
|
6195
|
-
"name": "
|
|
6274
|
+
"name": "Key | null"
|
|
6196
6275
|
}
|
|
6197
6276
|
}
|
|
6198
6277
|
}
|
|
6199
6278
|
},
|
|
6200
6279
|
{
|
|
6201
|
-
"tags": {
|
|
6202
|
-
|
|
6203
|
-
},
|
|
6204
|
-
"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",
|
|
6205
6282
|
"description": "",
|
|
6206
|
-
"displayName": "
|
|
6283
|
+
"displayName": "TextFieldBase",
|
|
6207
6284
|
"methods": [],
|
|
6208
6285
|
"props": {
|
|
6209
|
-
"
|
|
6286
|
+
"input": {
|
|
6210
6287
|
"defaultValue": null,
|
|
6211
|
-
"description": "",
|
|
6212
|
-
"name": "
|
|
6288
|
+
"description": "The input element",
|
|
6289
|
+
"name": "input",
|
|
6290
|
+
"parent": {
|
|
6291
|
+
"fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
|
|
6292
|
+
"name": "TextFieldBaseProps"
|
|
6293
|
+
},
|
|
6213
6294
|
"declarations": [
|
|
6214
6295
|
{
|
|
6215
|
-
"fileName": "
|
|
6216
|
-
"name": "
|
|
6296
|
+
"fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
|
|
6297
|
+
"name": "TextFieldBaseProps"
|
|
6217
6298
|
}
|
|
6218
6299
|
],
|
|
6219
|
-
"required":
|
|
6300
|
+
"required": true,
|
|
6220
6301
|
"type": {
|
|
6221
6302
|
"name": "ReactNode"
|
|
6222
6303
|
}
|
|
6223
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
|
+
},
|
|
6224
6324
|
"aria-label": {
|
|
6225
6325
|
"defaultValue": null,
|
|
6226
6326
|
"description": "Defines a string value that labels the current element.",
|
|
@@ -6297,6 +6397,25 @@
|
|
|
6297
6397
|
"name": "string"
|
|
6298
6398
|
}
|
|
6299
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.0_react@19.2.0__react@19.2.0/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.0_react@19.2.0__react@19.2.0/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
|
+
},
|
|
6300
6419
|
"style": {
|
|
6301
6420
|
"defaultValue": null,
|
|
6302
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.",
|
|
@@ -7627,25 +7746,6 @@
|
|
|
7627
7746
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
7628
7747
|
}
|
|
7629
7748
|
},
|
|
7630
|
-
"ref": {
|
|
7631
|
-
"defaultValue": null,
|
|
7632
|
-
"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}",
|
|
7633
|
-
"name": "ref",
|
|
7634
|
-
"parent": {
|
|
7635
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
7636
|
-
"name": "RefAttributes"
|
|
7637
|
-
},
|
|
7638
|
-
"declarations": [
|
|
7639
|
-
{
|
|
7640
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
7641
|
-
"name": "RefAttributes"
|
|
7642
|
-
}
|
|
7643
|
-
],
|
|
7644
|
-
"required": false,
|
|
7645
|
-
"type": {
|
|
7646
|
-
"name": "Ref<HTMLInputElement>"
|
|
7647
|
-
}
|
|
7648
|
-
},
|
|
7649
7749
|
"validationBehavior": {
|
|
7650
7750
|
"defaultValue": {
|
|
7651
7751
|
"value": "'native'"
|
|
@@ -8044,7 +8144,7 @@
|
|
|
8044
8144
|
],
|
|
8045
8145
|
"required": false,
|
|
8046
8146
|
"type": {
|
|
8047
|
-
"name": "\"
|
|
8147
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
8048
8148
|
}
|
|
8049
8149
|
},
|
|
8050
8150
|
"aria-haspopup": {
|
|
@@ -8467,118 +8567,76 @@
|
|
|
8467
8567
|
"name": "string"
|
|
8468
8568
|
}
|
|
8469
8569
|
},
|
|
8470
|
-
"
|
|
8471
|
-
"defaultValue": null,
|
|
8472
|
-
"description": "Whether a character count should be displayed inside the field description.",
|
|
8473
|
-
"name": "showCharacterCount",
|
|
8474
|
-
"parent": {
|
|
8475
|
-
"fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
|
|
8476
|
-
"name": "TextFieldBaseProps"
|
|
8477
|
-
},
|
|
8478
|
-
"declarations": [
|
|
8479
|
-
{
|
|
8480
|
-
"fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
|
|
8481
|
-
"name": "TextFieldBaseProps"
|
|
8482
|
-
}
|
|
8483
|
-
],
|
|
8484
|
-
"required": false,
|
|
8485
|
-
"type": {
|
|
8486
|
-
"name": "boolean"
|
|
8487
|
-
}
|
|
8488
|
-
},
|
|
8489
|
-
"placeholder": {
|
|
8570
|
+
"children": {
|
|
8490
8571
|
"defaultValue": null,
|
|
8491
|
-
"description": "
|
|
8492
|
-
"name": "
|
|
8493
|
-
"parent": {
|
|
8494
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
8495
|
-
"name": "InputProps"
|
|
8496
|
-
},
|
|
8572
|
+
"description": "",
|
|
8573
|
+
"name": "children",
|
|
8497
8574
|
"declarations": [
|
|
8498
8575
|
{
|
|
8499
|
-
"fileName": "flow/node_modules/.pnpm
|
|
8500
|
-
"name": "
|
|
8576
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
8577
|
+
"name": "TypeLiteral"
|
|
8501
8578
|
}
|
|
8502
8579
|
],
|
|
8503
8580
|
"required": false,
|
|
8504
8581
|
"type": {
|
|
8505
|
-
"name": "
|
|
8582
|
+
"name": "ReactNode"
|
|
8506
8583
|
}
|
|
8507
8584
|
},
|
|
8508
|
-
"
|
|
8585
|
+
"ref": {
|
|
8509
8586
|
"defaultValue": null,
|
|
8510
|
-
"description": "
|
|
8511
|
-
"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",
|
|
8512
8589
|
"parent": {
|
|
8513
|
-
"fileName": "
|
|
8514
|
-
"name": "
|
|
8590
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
8591
|
+
"name": "RefAttributes"
|
|
8515
8592
|
},
|
|
8516
8593
|
"declarations": [
|
|
8517
8594
|
{
|
|
8518
|
-
"fileName": "
|
|
8519
|
-
"name": "
|
|
8595
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
8596
|
+
"name": "RefAttributes"
|
|
8520
8597
|
}
|
|
8521
8598
|
],
|
|
8522
8599
|
"required": false,
|
|
8523
8600
|
"type": {
|
|
8524
|
-
"name": "
|
|
8601
|
+
"name": "Ref<HTMLInputElement>"
|
|
8525
8602
|
}
|
|
8526
8603
|
},
|
|
8527
|
-
"
|
|
8604
|
+
"FieldErrorView": {
|
|
8528
8605
|
"defaultValue": null,
|
|
8529
8606
|
"description": "",
|
|
8530
|
-
"name": "
|
|
8531
|
-
"parent": {
|
|
8532
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
8533
|
-
"name": "FlowComponentProps"
|
|
8534
|
-
},
|
|
8535
|
-
"declarations": [
|
|
8536
|
-
{
|
|
8537
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
8538
|
-
"name": "FlowComponentProps"
|
|
8539
|
-
}
|
|
8540
|
-
],
|
|
8541
|
-
"required": false,
|
|
8542
|
-
"type": {
|
|
8543
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
8544
|
-
}
|
|
8545
|
-
},
|
|
8546
|
-
"tunnelId": {
|
|
8547
|
-
"defaultValue": null,
|
|
8548
|
-
"description": "@internal",
|
|
8549
|
-
"name": "tunnelId",
|
|
8607
|
+
"name": "FieldErrorView",
|
|
8550
8608
|
"parent": {
|
|
8551
|
-
"fileName": "components/src/lib/
|
|
8552
|
-
"name": "
|
|
8609
|
+
"fileName": "components/src/lib/hooks/useFieldComponent.tsx",
|
|
8610
|
+
"name": "UseFieldComponent"
|
|
8553
8611
|
},
|
|
8554
8612
|
"declarations": [
|
|
8555
8613
|
{
|
|
8556
|
-
"fileName": "components/src/lib/
|
|
8557
|
-
"name": "
|
|
8614
|
+
"fileName": "components/src/lib/hooks/useFieldComponent.tsx",
|
|
8615
|
+
"name": "UseFieldComponent"
|
|
8558
8616
|
}
|
|
8559
8617
|
],
|
|
8560
|
-
"required":
|
|
8618
|
+
"required": true,
|
|
8561
8619
|
"type": {
|
|
8562
|
-
"name": "
|
|
8620
|
+
"name": "FC"
|
|
8563
8621
|
}
|
|
8564
8622
|
},
|
|
8565
|
-
"
|
|
8623
|
+
"FieldErrorCaptureContext": {
|
|
8566
8624
|
"defaultValue": null,
|
|
8567
8625
|
"description": "",
|
|
8568
|
-
"name": "
|
|
8626
|
+
"name": "FieldErrorCaptureContext",
|
|
8569
8627
|
"parent": {
|
|
8570
|
-
"fileName": "
|
|
8571
|
-
"name": "
|
|
8628
|
+
"fileName": "components/src/lib/hooks/useFieldComponent.tsx",
|
|
8629
|
+
"name": "UseFieldComponent"
|
|
8572
8630
|
},
|
|
8573
8631
|
"declarations": [
|
|
8574
8632
|
{
|
|
8575
|
-
"fileName": "
|
|
8576
|
-
"name": "
|
|
8633
|
+
"fileName": "components/src/lib/hooks/useFieldComponent.tsx",
|
|
8634
|
+
"name": "UseFieldComponent"
|
|
8577
8635
|
}
|
|
8578
8636
|
],
|
|
8579
|
-
"required":
|
|
8637
|
+
"required": true,
|
|
8580
8638
|
"type": {
|
|
8581
|
-
"name": "
|
|
8639
|
+
"name": "FC<{ children?: ReactNode; }>"
|
|
8582
8640
|
}
|
|
8583
8641
|
}
|
|
8584
8642
|
}
|
|
@@ -10506,7 +10564,7 @@
|
|
|
10506
10564
|
],
|
|
10507
10565
|
"required": false,
|
|
10508
10566
|
"type": {
|
|
10509
|
-
"name": "\"
|
|
10567
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
10510
10568
|
}
|
|
10511
10569
|
},
|
|
10512
10570
|
"aria-haspopup": {
|
|
@@ -12833,7 +12891,7 @@
|
|
|
12833
12891
|
],
|
|
12834
12892
|
"required": false,
|
|
12835
12893
|
"type": {
|
|
12836
|
-
"name": "\"
|
|
12894
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
12837
12895
|
}
|
|
12838
12896
|
},
|
|
12839
12897
|
"aria-haspopup": {
|
|
@@ -14068,7 +14126,7 @@
|
|
|
14068
14126
|
],
|
|
14069
14127
|
"required": false,
|
|
14070
14128
|
"type": {
|
|
14071
|
-
"name": "boolean | \"
|
|
14129
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
14072
14130
|
}
|
|
14073
14131
|
},
|
|
14074
14132
|
"aria-description": {
|
|
@@ -25004,7 +25062,7 @@
|
|
|
25004
25062
|
],
|
|
25005
25063
|
"required": false,
|
|
25006
25064
|
"type": {
|
|
25007
|
-
"name": "\"
|
|
25065
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
25008
25066
|
}
|
|
25009
25067
|
},
|
|
25010
25068
|
"aria-braillelabel": {
|
|
@@ -25194,7 +25252,7 @@
|
|
|
25194
25252
|
],
|
|
25195
25253
|
"required": false,
|
|
25196
25254
|
"type": {
|
|
25197
|
-
"name": "boolean | \"
|
|
25255
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
25198
25256
|
}
|
|
25199
25257
|
},
|
|
25200
25258
|
"aria-describedby": {
|
|
@@ -30373,7 +30431,7 @@
|
|
|
30373
30431
|
],
|
|
30374
30432
|
"required": false,
|
|
30375
30433
|
"type": {
|
|
30376
|
-
"name": "\"
|
|
30434
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
30377
30435
|
}
|
|
30378
30436
|
},
|
|
30379
30437
|
"aria-braillelabel": {
|
|
@@ -30563,7 +30621,7 @@
|
|
|
30563
30621
|
],
|
|
30564
30622
|
"required": false,
|
|
30565
30623
|
"type": {
|
|
30566
|
-
"name": "boolean | \"
|
|
30624
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
30567
30625
|
}
|
|
30568
30626
|
},
|
|
30569
30627
|
"aria-describedby": {
|
|
@@ -41347,7 +41405,7 @@
|
|
|
41347
41405
|
],
|
|
41348
41406
|
"required": false,
|
|
41349
41407
|
"type": {
|
|
41350
|
-
"name": "\"
|
|
41408
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
41351
41409
|
}
|
|
41352
41410
|
},
|
|
41353
41411
|
"aria-braillelabel": {
|
|
@@ -41537,7 +41595,7 @@
|
|
|
41537
41595
|
],
|
|
41538
41596
|
"required": false,
|
|
41539
41597
|
"type": {
|
|
41540
|
-
"name": "boolean | \"
|
|
41598
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
41541
41599
|
}
|
|
41542
41600
|
},
|
|
41543
41601
|
"aria-describedby": {
|
|
@@ -47402,7 +47460,7 @@
|
|
|
47402
47460
|
],
|
|
47403
47461
|
"required": false,
|
|
47404
47462
|
"type": {
|
|
47405
|
-
"name": "\"
|
|
47463
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
47406
47464
|
}
|
|
47407
47465
|
},
|
|
47408
47466
|
"aria-haspopup": {
|
|
@@ -55689,7 +55747,7 @@
|
|
|
55689
55747
|
],
|
|
55690
55748
|
"required": false,
|
|
55691
55749
|
"type": {
|
|
55692
|
-
"name": "\"
|
|
55750
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
55693
55751
|
}
|
|
55694
55752
|
},
|
|
55695
55753
|
"aria-haspopup": {
|
|
@@ -63824,7 +63882,7 @@
|
|
|
63824
63882
|
],
|
|
63825
63883
|
"required": false,
|
|
63826
63884
|
"type": {
|
|
63827
|
-
"name": "\"
|
|
63885
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
63828
63886
|
}
|
|
63829
63887
|
},
|
|
63830
63888
|
"aria-braillelabel": {
|
|
@@ -64014,7 +64072,7 @@
|
|
|
64014
64072
|
],
|
|
64015
64073
|
"required": false,
|
|
64016
64074
|
"type": {
|
|
64017
|
-
"name": "boolean | \"
|
|
64075
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
64018
64076
|
}
|
|
64019
64077
|
},
|
|
64020
64078
|
"aria-describedby": {
|
|
@@ -69278,7 +69336,7 @@
|
|
|
69278
69336
|
],
|
|
69279
69337
|
"required": false,
|
|
69280
69338
|
"type": {
|
|
69281
|
-
"name": "\"
|
|
69339
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
69282
69340
|
}
|
|
69283
69341
|
},
|
|
69284
69342
|
"aria-braillelabel": {
|
|
@@ -69468,7 +69526,7 @@
|
|
|
69468
69526
|
],
|
|
69469
69527
|
"required": false,
|
|
69470
69528
|
"type": {
|
|
69471
|
-
"name": "boolean | \"
|
|
69529
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
69472
69530
|
}
|
|
69473
69531
|
},
|
|
69474
69532
|
"aria-describedby": {
|
|
@@ -74605,7 +74663,7 @@
|
|
|
74605
74663
|
],
|
|
74606
74664
|
"required": false,
|
|
74607
74665
|
"type": {
|
|
74608
|
-
"name": "\"
|
|
74666
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
74609
74667
|
}
|
|
74610
74668
|
},
|
|
74611
74669
|
"aria-braillelabel": {
|
|
@@ -74795,7 +74853,7 @@
|
|
|
74795
74853
|
],
|
|
74796
74854
|
"required": false,
|
|
74797
74855
|
"type": {
|
|
74798
|
-
"name": "boolean | \"
|
|
74856
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
74799
74857
|
}
|
|
74800
74858
|
},
|
|
74801
74859
|
"aria-describedby": {
|
|
@@ -83139,7 +83197,7 @@
|
|
|
83139
83197
|
],
|
|
83140
83198
|
"required": false,
|
|
83141
83199
|
"type": {
|
|
83142
|
-
"name": "\"
|
|
83200
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
83143
83201
|
}
|
|
83144
83202
|
},
|
|
83145
83203
|
"aria-haspopup": {
|
|
@@ -85582,7 +85640,7 @@
|
|
|
85582
85640
|
],
|
|
85583
85641
|
"required": false,
|
|
85584
85642
|
"type": {
|
|
85585
|
-
"name": "\"
|
|
85643
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
85586
85644
|
}
|
|
85587
85645
|
},
|
|
85588
85646
|
"aria-haspopup": {
|
|
@@ -86152,7 +86210,7 @@
|
|
|
86152
86210
|
],
|
|
86153
86211
|
"required": false,
|
|
86154
86212
|
"type": {
|
|
86155
|
-
"name": "boolean | \"
|
|
86213
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
86156
86214
|
}
|
|
86157
86215
|
},
|
|
86158
86216
|
"aria-description": {
|
|
@@ -97089,7 +97147,7 @@
|
|
|
97089
97147
|
],
|
|
97090
97148
|
"required": false,
|
|
97091
97149
|
"type": {
|
|
97092
|
-
"name": "\"
|
|
97150
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
97093
97151
|
}
|
|
97094
97152
|
},
|
|
97095
97153
|
"aria-braillelabel": {
|
|
@@ -97279,7 +97337,7 @@
|
|
|
97279
97337
|
],
|
|
97280
97338
|
"required": false,
|
|
97281
97339
|
"type": {
|
|
97282
|
-
"name": "boolean | \"
|
|
97340
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
97283
97341
|
}
|
|
97284
97342
|
},
|
|
97285
97343
|
"aria-describedby": {
|
|
@@ -103107,7 +103165,7 @@
|
|
|
103107
103165
|
],
|
|
103108
103166
|
"required": false,
|
|
103109
103167
|
"type": {
|
|
103110
|
-
"name": "\"
|
|
103168
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
103111
103169
|
}
|
|
103112
103170
|
},
|
|
103113
103171
|
"aria-haspopup": {
|
|
@@ -104361,7 +104419,7 @@
|
|
|
104361
104419
|
],
|
|
104362
104420
|
"required": false,
|
|
104363
104421
|
"type": {
|
|
104364
|
-
"name": "boolean | \"
|
|
104422
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
104365
104423
|
}
|
|
104366
104424
|
},
|
|
104367
104425
|
"aria-description": {
|
|
@@ -108016,7 +108074,7 @@
|
|
|
108016
108074
|
],
|
|
108017
108075
|
"required": false,
|
|
108018
108076
|
"type": {
|
|
108019
|
-
"name": "\"
|
|
108077
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
108020
108078
|
}
|
|
108021
108079
|
},
|
|
108022
108080
|
"aria-braillelabel": {
|
|
@@ -108206,7 +108264,7 @@
|
|
|
108206
108264
|
],
|
|
108207
108265
|
"required": false,
|
|
108208
108266
|
"type": {
|
|
108209
|
-
"name": "boolean | \"
|
|
108267
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
108210
108268
|
}
|
|
108211
108269
|
},
|
|
108212
108270
|
"aria-describedby": {
|
|
@@ -114076,7 +114134,7 @@
|
|
|
114076
114134
|
],
|
|
114077
114135
|
"required": false,
|
|
114078
114136
|
"type": {
|
|
114079
|
-
"name": "\"
|
|
114137
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
114080
114138
|
}
|
|
114081
114139
|
},
|
|
114082
114140
|
"aria-haspopup": {
|
|
@@ -115406,7 +115464,7 @@
|
|
|
115406
115464
|
],
|
|
115407
115465
|
"required": false,
|
|
115408
115466
|
"type": {
|
|
115409
|
-
"name": "boolean | \"
|
|
115467
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
115410
115468
|
}
|
|
115411
115469
|
},
|
|
115412
115470
|
"aria-description": {
|
|
@@ -119147,7 +119205,7 @@
|
|
|
119147
119205
|
],
|
|
119148
119206
|
"required": false,
|
|
119149
119207
|
"type": {
|
|
119150
|
-
"name": "\"
|
|
119208
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
119151
119209
|
}
|
|
119152
119210
|
},
|
|
119153
119211
|
"aria-braillelabel": {
|
|
@@ -119337,7 +119395,7 @@
|
|
|
119337
119395
|
],
|
|
119338
119396
|
"required": false,
|
|
119339
119397
|
"type": {
|
|
119340
|
-
"name": "boolean | \"
|
|
119398
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
119341
119399
|
}
|
|
119342
119400
|
},
|
|
119343
119401
|
"aria-describedby": {
|
|
@@ -124936,7 +124994,7 @@
|
|
|
124936
124994
|
],
|
|
124937
124995
|
"required": false,
|
|
124938
124996
|
"type": {
|
|
124939
|
-
"name": "\"
|
|
124997
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
124940
124998
|
}
|
|
124941
124999
|
},
|
|
124942
125000
|
"aria-haspopup": {
|
|
@@ -125525,7 +125583,7 @@
|
|
|
125525
125583
|
],
|
|
125526
125584
|
"required": false,
|
|
125527
125585
|
"type": {
|
|
125528
|
-
"name": "boolean | \"
|
|
125586
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
125529
125587
|
}
|
|
125530
125588
|
},
|
|
125531
125589
|
"aria-description": {
|
|
@@ -133782,7 +133840,7 @@
|
|
|
133782
133840
|
],
|
|
133783
133841
|
"required": false,
|
|
133784
133842
|
"type": {
|
|
133785
|
-
"name": "\"
|
|
133843
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
133786
133844
|
}
|
|
133787
133845
|
},
|
|
133788
133846
|
"aria-braillelabel": {
|
|
@@ -133972,7 +134030,7 @@
|
|
|
133972
134030
|
],
|
|
133973
134031
|
"required": false,
|
|
133974
134032
|
"type": {
|
|
133975
|
-
"name": "boolean | \"
|
|
134033
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
133976
134034
|
}
|
|
133977
134035
|
},
|
|
133978
134036
|
"aria-describedby": {
|
|
@@ -139191,7 +139249,7 @@
|
|
|
139191
139249
|
],
|
|
139192
139250
|
"required": false,
|
|
139193
139251
|
"type": {
|
|
139194
|
-
"name": "\"
|
|
139252
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
139195
139253
|
}
|
|
139196
139254
|
},
|
|
139197
139255
|
"aria-braillelabel": {
|
|
@@ -139381,7 +139439,7 @@
|
|
|
139381
139439
|
],
|
|
139382
139440
|
"required": false,
|
|
139383
139441
|
"type": {
|
|
139384
|
-
"name": "boolean | \"
|
|
139442
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
139385
139443
|
}
|
|
139386
139444
|
},
|
|
139387
139445
|
"aria-describedby": {
|
|
@@ -144518,7 +144576,7 @@
|
|
|
144518
144576
|
],
|
|
144519
144577
|
"required": false,
|
|
144520
144578
|
"type": {
|
|
144521
|
-
"name": "\"
|
|
144579
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
144522
144580
|
}
|
|
144523
144581
|
},
|
|
144524
144582
|
"aria-braillelabel": {
|
|
@@ -144708,7 +144766,7 @@
|
|
|
144708
144766
|
],
|
|
144709
144767
|
"required": false,
|
|
144710
144768
|
"type": {
|
|
144711
|
-
"name": "boolean | \"
|
|
144769
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
144712
144770
|
}
|
|
144713
144771
|
},
|
|
144714
144772
|
"aria-describedby": {
|
|
@@ -150153,7 +150211,7 @@
|
|
|
150153
150211
|
],
|
|
150154
150212
|
"required": false,
|
|
150155
150213
|
"type": {
|
|
150156
|
-
"name": "\"
|
|
150214
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
150157
150215
|
}
|
|
150158
150216
|
},
|
|
150159
150217
|
"aria-braillelabel": {
|
|
@@ -150343,7 +150401,7 @@
|
|
|
150343
150401
|
],
|
|
150344
150402
|
"required": false,
|
|
150345
150403
|
"type": {
|
|
150346
|
-
"name": "boolean | \"
|
|
150404
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
150347
150405
|
}
|
|
150348
150406
|
},
|
|
150349
150407
|
"aria-describedby": {
|
|
@@ -156583,7 +156641,7 @@
|
|
|
156583
156641
|
],
|
|
156584
156642
|
"required": false,
|
|
156585
156643
|
"type": {
|
|
156586
|
-
"name": "\"
|
|
156644
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
156587
156645
|
}
|
|
156588
156646
|
},
|
|
156589
156647
|
"aria-haspopup": {
|
|
@@ -157837,7 +157895,7 @@
|
|
|
157837
157895
|
],
|
|
157838
157896
|
"required": false,
|
|
157839
157897
|
"type": {
|
|
157840
|
-
"name": "boolean | \"
|
|
157898
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
157841
157899
|
}
|
|
157842
157900
|
},
|
|
157843
157901
|
"aria-description": {
|
|
@@ -161631,7 +161689,7 @@
|
|
|
161631
161689
|
],
|
|
161632
161690
|
"required": false,
|
|
161633
161691
|
"type": {
|
|
161634
|
-
"name": "\"
|
|
161692
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
161635
161693
|
}
|
|
161636
161694
|
},
|
|
161637
161695
|
"aria-braillelabel": {
|
|
@@ -161821,7 +161879,7 @@
|
|
|
161821
161879
|
],
|
|
161822
161880
|
"required": false,
|
|
161823
161881
|
"type": {
|
|
161824
|
-
"name": "boolean | \"
|
|
161882
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
161825
161883
|
}
|
|
161826
161884
|
},
|
|
161827
161885
|
"aria-describedby": {
|
|
@@ -169146,7 +169204,7 @@
|
|
|
169146
169204
|
],
|
|
169147
169205
|
"required": false,
|
|
169148
169206
|
"type": {
|
|
169149
|
-
"name": "\"
|
|
169207
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
169150
169208
|
}
|
|
169151
169209
|
},
|
|
169152
169210
|
"aria-haspopup": {
|
|
@@ -170381,7 +170439,7 @@
|
|
|
170381
170439
|
],
|
|
170382
170440
|
"required": false,
|
|
170383
170441
|
"type": {
|
|
170384
|
-
"name": "boolean | \"
|
|
170442
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
170385
170443
|
}
|
|
170386
170444
|
},
|
|
170387
170445
|
"aria-description": {
|
|
@@ -173996,7 +174054,7 @@
|
|
|
173996
174054
|
],
|
|
173997
174055
|
"required": false,
|
|
173998
174056
|
"type": {
|
|
173999
|
-
"name": "\"
|
|
174057
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
174000
174058
|
}
|
|
174001
174059
|
},
|
|
174002
174060
|
"aria-braillelabel": {
|
|
@@ -174186,7 +174244,7 @@
|
|
|
174186
174244
|
],
|
|
174187
174245
|
"required": false,
|
|
174188
174246
|
"type": {
|
|
174189
|
-
"name": "boolean | \"
|
|
174247
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
174190
174248
|
}
|
|
174191
174249
|
},
|
|
174192
174250
|
"aria-describedby": {
|
|
@@ -187488,7 +187546,7 @@
|
|
|
187488
187546
|
],
|
|
187489
187547
|
"required": false,
|
|
187490
187548
|
"type": {
|
|
187491
|
-
"name": "\"
|
|
187549
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
187492
187550
|
}
|
|
187493
187551
|
},
|
|
187494
187552
|
"aria-braillelabel": {
|
|
@@ -187678,7 +187736,7 @@
|
|
|
187678
187736
|
],
|
|
187679
187737
|
"required": false,
|
|
187680
187738
|
"type": {
|
|
187681
|
-
"name": "boolean | \"
|
|
187739
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
187682
187740
|
}
|
|
187683
187741
|
},
|
|
187684
187742
|
"aria-describedby": {
|
|
@@ -193771,7 +193829,7 @@
|
|
|
193771
193829
|
],
|
|
193772
193830
|
"required": false,
|
|
193773
193831
|
"type": {
|
|
193774
|
-
"name": "boolean | \"
|
|
193832
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
193775
193833
|
}
|
|
193776
193834
|
},
|
|
193777
193835
|
"aria-disabled": {
|
|
@@ -199443,7 +199501,7 @@
|
|
|
199443
199501
|
],
|
|
199444
199502
|
"required": false,
|
|
199445
199503
|
"type": {
|
|
199446
|
-
"name": "\"
|
|
199504
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
199447
199505
|
}
|
|
199448
199506
|
},
|
|
199449
199507
|
"aria-braillelabel": {
|
|
@@ -199633,7 +199691,7 @@
|
|
|
199633
199691
|
],
|
|
199634
199692
|
"required": false,
|
|
199635
199693
|
"type": {
|
|
199636
|
-
"name": "boolean | \"
|
|
199694
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
199637
199695
|
}
|
|
199638
199696
|
},
|
|
199639
199697
|
"aria-describedby": {
|
|
@@ -207221,7 +207279,7 @@
|
|
|
207221
207279
|
],
|
|
207222
207280
|
"required": false,
|
|
207223
207281
|
"type": {
|
|
207224
|
-
"name": "\"
|
|
207282
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
207225
207283
|
}
|
|
207226
207284
|
},
|
|
207227
207285
|
"aria-braillelabel": {
|
|
@@ -207411,7 +207469,7 @@
|
|
|
207411
207469
|
],
|
|
207412
207470
|
"required": false,
|
|
207413
207471
|
"type": {
|
|
207414
|
-
"name": "boolean | \"
|
|
207472
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
207415
207473
|
}
|
|
207416
207474
|
},
|
|
207417
207475
|
"aria-describedby": {
|
|
@@ -219178,7 +219236,7 @@
|
|
|
219178
219236
|
],
|
|
219179
219237
|
"required": false,
|
|
219180
219238
|
"type": {
|
|
219181
|
-
"name": "boolean | \"
|
|
219239
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
219182
219240
|
}
|
|
219183
219241
|
},
|
|
219184
219242
|
"aria-expanded": {
|
|
@@ -224934,7 +224992,7 @@
|
|
|
224934
224992
|
],
|
|
224935
224993
|
"required": false,
|
|
224936
224994
|
"type": {
|
|
224937
|
-
"name": "\"
|
|
224995
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
224938
224996
|
}
|
|
224939
224997
|
},
|
|
224940
224998
|
"aria-haspopup": {
|
|
@@ -225523,7 +225581,7 @@
|
|
|
225523
225581
|
],
|
|
225524
225582
|
"required": false,
|
|
225525
225583
|
"type": {
|
|
225526
|
-
"name": "boolean | \"
|
|
225584
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
225527
225585
|
}
|
|
225528
225586
|
},
|
|
225529
225587
|
"aria-description": {
|
|
@@ -233878,7 +233936,7 @@
|
|
|
233878
233936
|
],
|
|
233879
233937
|
"required": false,
|
|
233880
233938
|
"type": {
|
|
233881
|
-
"name": "\"
|
|
233939
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
233882
233940
|
}
|
|
233883
233941
|
},
|
|
233884
233942
|
"aria-braillelabel": {
|
|
@@ -234068,7 +234126,7 @@
|
|
|
234068
234126
|
],
|
|
234069
234127
|
"required": false,
|
|
234070
234128
|
"type": {
|
|
234071
|
-
"name": "boolean | \"
|
|
234129
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
234072
234130
|
}
|
|
234073
234131
|
},
|
|
234074
234132
|
"aria-describedby": {
|
|
@@ -239777,7 +239835,7 @@
|
|
|
239777
239835
|
],
|
|
239778
239836
|
"required": false,
|
|
239779
239837
|
"type": {
|
|
239780
|
-
"name": "\"
|
|
239838
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
239781
239839
|
}
|
|
239782
239840
|
},
|
|
239783
239841
|
"aria-braillelabel": {
|
|
@@ -239967,7 +240025,7 @@
|
|
|
239967
240025
|
],
|
|
239968
240026
|
"required": false,
|
|
239969
240027
|
"type": {
|
|
239970
|
-
"name": "boolean | \"
|
|
240028
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
239971
240029
|
}
|
|
239972
240030
|
},
|
|
239973
240031
|
"aria-describedby": {
|
|
@@ -245085,7 +245143,7 @@
|
|
|
245085
245143
|
],
|
|
245086
245144
|
"required": false,
|
|
245087
245145
|
"type": {
|
|
245088
|
-
"name": "\"
|
|
245146
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
245089
245147
|
}
|
|
245090
245148
|
},
|
|
245091
245149
|
"aria-braillelabel": {
|
|
@@ -245275,7 +245333,7 @@
|
|
|
245275
245333
|
],
|
|
245276
245334
|
"required": false,
|
|
245277
245335
|
"type": {
|
|
245278
|
-
"name": "boolean | \"
|
|
245336
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
245279
245337
|
}
|
|
245280
245338
|
},
|
|
245281
245339
|
"aria-describedby": {
|
|
@@ -250970,7 +251028,7 @@
|
|
|
250970
251028
|
],
|
|
250971
251029
|
"required": false,
|
|
250972
251030
|
"type": {
|
|
250973
|
-
"name": "\"
|
|
251031
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
250974
251032
|
}
|
|
250975
251033
|
},
|
|
250976
251034
|
"aria-braillelabel": {
|
|
@@ -251160,7 +251218,7 @@
|
|
|
251160
251218
|
],
|
|
251161
251219
|
"required": false,
|
|
251162
251220
|
"type": {
|
|
251163
|
-
"name": "boolean | \"
|
|
251221
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
251164
251222
|
}
|
|
251165
251223
|
},
|
|
251166
251224
|
"aria-describedby": {
|
|
@@ -256635,10 +256693,10 @@
|
|
|
256635
256693
|
"name": "() => ArrayIterator<any>"
|
|
256636
256694
|
}
|
|
256637
256695
|
},
|
|
256638
|
-
"__@unscopables@
|
|
256696
|
+
"__@unscopables@3171": {
|
|
256639
256697
|
"defaultValue": null,
|
|
256640
256698
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
256641
|
-
"name": "__@unscopables@
|
|
256699
|
+
"name": "__@unscopables@3171",
|
|
256642
256700
|
"parent": {
|
|
256643
256701
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
256644
256702
|
"name": "Array"
|
|
@@ -257471,10 +257529,10 @@
|
|
|
257471
257529
|
"name": "() => ArrayIterator<any>"
|
|
257472
257530
|
}
|
|
257473
257531
|
},
|
|
257474
|
-
"__@unscopables@
|
|
257532
|
+
"__@unscopables@3171": {
|
|
257475
257533
|
"defaultValue": null,
|
|
257476
257534
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
257477
|
-
"name": "__@unscopables@
|
|
257535
|
+
"name": "__@unscopables@3171",
|
|
257478
257536
|
"parent": {
|
|
257479
257537
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
257480
257538
|
"name": "Array"
|
|
@@ -258307,10 +258365,10 @@
|
|
|
258307
258365
|
"name": "() => ArrayIterator<any>"
|
|
258308
258366
|
}
|
|
258309
258367
|
},
|
|
258310
|
-
"__@unscopables@
|
|
258368
|
+
"__@unscopables@3171": {
|
|
258311
258369
|
"defaultValue": null,
|
|
258312
258370
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
258313
|
-
"name": "__@unscopables@
|
|
258371
|
+
"name": "__@unscopables@3171",
|
|
258314
258372
|
"parent": {
|
|
258315
258373
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
258316
258374
|
"name": "Array"
|
|
@@ -259043,7 +259101,7 @@
|
|
|
259043
259101
|
],
|
|
259044
259102
|
"required": false,
|
|
259045
259103
|
"type": {
|
|
259046
|
-
"name": "boolean | \"
|
|
259104
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
259047
259105
|
}
|
|
259048
259106
|
},
|
|
259049
259107
|
"aria-expanded": {
|
|
@@ -281685,7 +281743,7 @@
|
|
|
281685
281743
|
],
|
|
281686
281744
|
"required": false,
|
|
281687
281745
|
"type": {
|
|
281688
|
-
"name": "\"
|
|
281746
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
281689
281747
|
}
|
|
281690
281748
|
},
|
|
281691
281749
|
"aria-braillelabel": {
|
|
@@ -281875,7 +281933,7 @@
|
|
|
281875
281933
|
],
|
|
281876
281934
|
"required": false,
|
|
281877
281935
|
"type": {
|
|
281878
|
-
"name": "boolean | \"
|
|
281936
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
281879
281937
|
}
|
|
281880
281938
|
},
|
|
281881
281939
|
"aria-describedby": {
|
|
@@ -286621,14 +286679,6 @@
|
|
|
286621
286679
|
"methods": [],
|
|
286622
286680
|
"props": {}
|
|
286623
286681
|
},
|
|
286624
|
-
{
|
|
286625
|
-
"tags": {},
|
|
286626
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
|
|
286627
|
-
"description": "",
|
|
286628
|
-
"displayName": "Footer",
|
|
286629
|
-
"methods": [],
|
|
286630
|
-
"props": {}
|
|
286631
|
-
},
|
|
286632
286682
|
{
|
|
286633
286683
|
"tags": {},
|
|
286634
286684
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/Header.tsx",
|
|
@@ -286657,6 +286707,14 @@
|
|
|
286657
286707
|
}
|
|
286658
286708
|
}
|
|
286659
286709
|
},
|
|
286710
|
+
{
|
|
286711
|
+
"tags": {},
|
|
286712
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
|
|
286713
|
+
"description": "",
|
|
286714
|
+
"displayName": "Footer",
|
|
286715
|
+
"methods": [],
|
|
286716
|
+
"props": {}
|
|
286717
|
+
},
|
|
286660
286718
|
{
|
|
286661
286719
|
"tags": {},
|
|
286662
286720
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/DataLoader/DataLoaderSuspense.tsx",
|
|
@@ -293648,7 +293706,7 @@
|
|
|
293648
293706
|
],
|
|
293649
293707
|
"required": false,
|
|
293650
293708
|
"type": {
|
|
293651
|
-
"name": "\"
|
|
293709
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
293652
293710
|
}
|
|
293653
293711
|
},
|
|
293654
293712
|
"aria-haspopup": {
|
|
@@ -294220,7 +294278,7 @@
|
|
|
294220
294278
|
],
|
|
294221
294279
|
"required": false,
|
|
294222
294280
|
"type": {
|
|
294223
|
-
"name": "boolean | \"
|
|
294281
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
294224
294282
|
}
|
|
294225
294283
|
},
|
|
294226
294284
|
"aria-description": {
|
|
@@ -301286,7 +301344,7 @@
|
|
|
301286
301344
|
],
|
|
301287
301345
|
"required": false,
|
|
301288
301346
|
"type": {
|
|
301289
|
-
"name": "\"
|
|
301347
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
301290
301348
|
}
|
|
301291
301349
|
},
|
|
301292
301350
|
"aria-braillelabel": {
|
|
@@ -301476,7 +301534,7 @@
|
|
|
301476
301534
|
],
|
|
301477
301535
|
"required": false,
|
|
301478
301536
|
"type": {
|
|
301479
|
-
"name": "boolean | \"
|
|
301537
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
301480
301538
|
}
|
|
301481
301539
|
},
|
|
301482
301540
|
"aria-describedby": {
|
|
@@ -312550,7 +312608,7 @@
|
|
|
312550
312608
|
],
|
|
312551
312609
|
"required": false,
|
|
312552
312610
|
"type": {
|
|
312553
|
-
"name": "\"
|
|
312611
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
312554
312612
|
}
|
|
312555
312613
|
},
|
|
312556
312614
|
"aria-haspopup": {
|
|
@@ -313823,7 +313881,7 @@
|
|
|
313823
313881
|
],
|
|
313824
313882
|
"required": false,
|
|
313825
313883
|
"type": {
|
|
313826
|
-
"name": "boolean | \"
|
|
313884
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
313827
313885
|
}
|
|
313828
313886
|
},
|
|
313829
313887
|
"aria-description": {
|
|
@@ -318792,7 +318850,7 @@
|
|
|
318792
318850
|
],
|
|
318793
318851
|
"required": false,
|
|
318794
318852
|
"type": {
|
|
318795
|
-
"name": "\"
|
|
318853
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
318796
318854
|
}
|
|
318797
318855
|
},
|
|
318798
318856
|
"aria-haspopup": {
|
|
@@ -320065,7 +320123,7 @@
|
|
|
320065
320123
|
],
|
|
320066
320124
|
"required": false,
|
|
320067
320125
|
"type": {
|
|
320068
|
-
"name": "boolean | \"
|
|
320126
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
320069
320127
|
}
|
|
320070
320128
|
},
|
|
320071
320129
|
"aria-description": {
|
|
@@ -324337,194 +324395,6 @@
|
|
|
324337
324395
|
}
|
|
324338
324396
|
}
|
|
324339
324397
|
},
|
|
324340
|
-
{
|
|
324341
|
-
"tags": {
|
|
324342
|
-
"flr-generate": "all"
|
|
324343
|
-
},
|
|
324344
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
324345
|
-
"description": "",
|
|
324346
|
-
"displayName": "ListItemViewContent",
|
|
324347
|
-
"methods": [],
|
|
324348
|
-
"props": {
|
|
324349
|
-
"children": {
|
|
324350
|
-
"defaultValue": null,
|
|
324351
|
-
"description": "",
|
|
324352
|
-
"name": "children",
|
|
324353
|
-
"declarations": [
|
|
324354
|
-
{
|
|
324355
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
324356
|
-
"name": "TypeLiteral"
|
|
324357
|
-
}
|
|
324358
|
-
],
|
|
324359
|
-
"required": false,
|
|
324360
|
-
"type": {
|
|
324361
|
-
"name": "ReactNode"
|
|
324362
|
-
}
|
|
324363
|
-
},
|
|
324364
|
-
"s": {
|
|
324365
|
-
"defaultValue": null,
|
|
324366
|
-
"description": "Column layout for container size s.",
|
|
324367
|
-
"name": "s",
|
|
324368
|
-
"parent": {
|
|
324369
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
324370
|
-
"name": "ColumnLayoutProps"
|
|
324371
|
-
},
|
|
324372
|
-
"declarations": [
|
|
324373
|
-
{
|
|
324374
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
324375
|
-
"name": "ColumnLayoutProps"
|
|
324376
|
-
}
|
|
324377
|
-
],
|
|
324378
|
-
"required": false,
|
|
324379
|
-
"type": {
|
|
324380
|
-
"name": "(number | null)[]"
|
|
324381
|
-
}
|
|
324382
|
-
},
|
|
324383
|
-
"m": {
|
|
324384
|
-
"defaultValue": null,
|
|
324385
|
-
"description": "Column layout for container size m.",
|
|
324386
|
-
"name": "m",
|
|
324387
|
-
"parent": {
|
|
324388
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
324389
|
-
"name": "ColumnLayoutProps"
|
|
324390
|
-
},
|
|
324391
|
-
"declarations": [
|
|
324392
|
-
{
|
|
324393
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
324394
|
-
"name": "ColumnLayoutProps"
|
|
324395
|
-
}
|
|
324396
|
-
],
|
|
324397
|
-
"required": false,
|
|
324398
|
-
"type": {
|
|
324399
|
-
"name": "(number | null)[]"
|
|
324400
|
-
}
|
|
324401
|
-
},
|
|
324402
|
-
"l": {
|
|
324403
|
-
"defaultValue": null,
|
|
324404
|
-
"description": "Column layout for container size l.",
|
|
324405
|
-
"name": "l",
|
|
324406
|
-
"parent": {
|
|
324407
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
324408
|
-
"name": "ColumnLayoutProps"
|
|
324409
|
-
},
|
|
324410
|
-
"declarations": [
|
|
324411
|
-
{
|
|
324412
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
324413
|
-
"name": "ColumnLayoutProps"
|
|
324414
|
-
}
|
|
324415
|
-
],
|
|
324416
|
-
"required": false,
|
|
324417
|
-
"type": {
|
|
324418
|
-
"name": "(number | null)[]"
|
|
324419
|
-
}
|
|
324420
|
-
},
|
|
324421
|
-
"title": {
|
|
324422
|
-
"defaultValue": null,
|
|
324423
|
-
"description": "",
|
|
324424
|
-
"name": "title",
|
|
324425
|
-
"declarations": [
|
|
324426
|
-
{
|
|
324427
|
-
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
324428
|
-
"name": "TypeLiteral"
|
|
324429
|
-
}
|
|
324430
|
-
],
|
|
324431
|
-
"required": false,
|
|
324432
|
-
"type": {
|
|
324433
|
-
"name": "ReactNode"
|
|
324434
|
-
}
|
|
324435
|
-
},
|
|
324436
|
-
"subTitle": {
|
|
324437
|
-
"defaultValue": null,
|
|
324438
|
-
"description": "",
|
|
324439
|
-
"name": "subTitle",
|
|
324440
|
-
"declarations": [
|
|
324441
|
-
{
|
|
324442
|
-
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
324443
|
-
"name": "TypeLiteral"
|
|
324444
|
-
}
|
|
324445
|
-
],
|
|
324446
|
-
"required": false,
|
|
324447
|
-
"type": {
|
|
324448
|
-
"name": "ReactNode"
|
|
324449
|
-
}
|
|
324450
|
-
},
|
|
324451
|
-
"avatar": {
|
|
324452
|
-
"defaultValue": null,
|
|
324453
|
-
"description": "",
|
|
324454
|
-
"name": "avatar",
|
|
324455
|
-
"declarations": [
|
|
324456
|
-
{
|
|
324457
|
-
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
324458
|
-
"name": "TypeLiteral"
|
|
324459
|
-
}
|
|
324460
|
-
],
|
|
324461
|
-
"required": false,
|
|
324462
|
-
"type": {
|
|
324463
|
-
"name": "ReactNode"
|
|
324464
|
-
}
|
|
324465
|
-
},
|
|
324466
|
-
"button": {
|
|
324467
|
-
"defaultValue": null,
|
|
324468
|
-
"description": "",
|
|
324469
|
-
"name": "button",
|
|
324470
|
-
"declarations": [
|
|
324471
|
-
{
|
|
324472
|
-
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
324473
|
-
"name": "TypeLiteral"
|
|
324474
|
-
}
|
|
324475
|
-
],
|
|
324476
|
-
"required": false,
|
|
324477
|
-
"type": {
|
|
324478
|
-
"name": "ReactNode"
|
|
324479
|
-
}
|
|
324480
|
-
},
|
|
324481
|
-
"bottom": {
|
|
324482
|
-
"defaultValue": null,
|
|
324483
|
-
"description": "",
|
|
324484
|
-
"name": "bottom",
|
|
324485
|
-
"declarations": [
|
|
324486
|
-
{
|
|
324487
|
-
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
324488
|
-
"name": "TypeLiteral"
|
|
324489
|
-
}
|
|
324490
|
-
],
|
|
324491
|
-
"required": false,
|
|
324492
|
-
"type": {
|
|
324493
|
-
"name": "ReactNode"
|
|
324494
|
-
}
|
|
324495
|
-
},
|
|
324496
|
-
"checkbox": {
|
|
324497
|
-
"defaultValue": null,
|
|
324498
|
-
"description": "",
|
|
324499
|
-
"name": "checkbox",
|
|
324500
|
-
"declarations": [
|
|
324501
|
-
{
|
|
324502
|
-
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
324503
|
-
"name": "TypeLiteral"
|
|
324504
|
-
}
|
|
324505
|
-
],
|
|
324506
|
-
"required": false,
|
|
324507
|
-
"type": {
|
|
324508
|
-
"name": "ReactNode"
|
|
324509
|
-
}
|
|
324510
|
-
},
|
|
324511
|
-
"viewMode": {
|
|
324512
|
-
"defaultValue": null,
|
|
324513
|
-
"description": "",
|
|
324514
|
-
"name": "viewMode",
|
|
324515
|
-
"declarations": [
|
|
324516
|
-
{
|
|
324517
|
-
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
324518
|
-
"name": "TypeLiteral"
|
|
324519
|
-
}
|
|
324520
|
-
],
|
|
324521
|
-
"required": false,
|
|
324522
|
-
"type": {
|
|
324523
|
-
"name": "ListViewMode"
|
|
324524
|
-
}
|
|
324525
|
-
}
|
|
324526
|
-
}
|
|
324527
|
-
},
|
|
324528
324398
|
{
|
|
324529
324399
|
"tags": {
|
|
324530
324400
|
"flr-generate": "all"
|
|
@@ -328346,6 +328216,401 @@
|
|
|
328346
328216
|
"methods": [],
|
|
328347
328217
|
"props": {}
|
|
328348
328218
|
},
|
|
328219
|
+
{
|
|
328220
|
+
"tags": {
|
|
328221
|
+
"flr-generate": "all"
|
|
328222
|
+
},
|
|
328223
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
328224
|
+
"description": "",
|
|
328225
|
+
"displayName": "ListItemViewContent",
|
|
328226
|
+
"methods": [],
|
|
328227
|
+
"props": {
|
|
328228
|
+
"children": {
|
|
328229
|
+
"defaultValue": null,
|
|
328230
|
+
"description": "",
|
|
328231
|
+
"name": "children",
|
|
328232
|
+
"declarations": [
|
|
328233
|
+
{
|
|
328234
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
328235
|
+
"name": "TypeLiteral"
|
|
328236
|
+
}
|
|
328237
|
+
],
|
|
328238
|
+
"required": false,
|
|
328239
|
+
"type": {
|
|
328240
|
+
"name": "ReactNode"
|
|
328241
|
+
}
|
|
328242
|
+
},
|
|
328243
|
+
"s": {
|
|
328244
|
+
"defaultValue": null,
|
|
328245
|
+
"description": "Column layout for container size s.",
|
|
328246
|
+
"name": "s",
|
|
328247
|
+
"parent": {
|
|
328248
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
328249
|
+
"name": "ColumnLayoutProps"
|
|
328250
|
+
},
|
|
328251
|
+
"declarations": [
|
|
328252
|
+
{
|
|
328253
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
328254
|
+
"name": "ColumnLayoutProps"
|
|
328255
|
+
}
|
|
328256
|
+
],
|
|
328257
|
+
"required": false,
|
|
328258
|
+
"type": {
|
|
328259
|
+
"name": "(number | null)[]"
|
|
328260
|
+
}
|
|
328261
|
+
},
|
|
328262
|
+
"m": {
|
|
328263
|
+
"defaultValue": null,
|
|
328264
|
+
"description": "Column layout for container size m.",
|
|
328265
|
+
"name": "m",
|
|
328266
|
+
"parent": {
|
|
328267
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
328268
|
+
"name": "ColumnLayoutProps"
|
|
328269
|
+
},
|
|
328270
|
+
"declarations": [
|
|
328271
|
+
{
|
|
328272
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
328273
|
+
"name": "ColumnLayoutProps"
|
|
328274
|
+
}
|
|
328275
|
+
],
|
|
328276
|
+
"required": false,
|
|
328277
|
+
"type": {
|
|
328278
|
+
"name": "(number | null)[]"
|
|
328279
|
+
}
|
|
328280
|
+
},
|
|
328281
|
+
"l": {
|
|
328282
|
+
"defaultValue": null,
|
|
328283
|
+
"description": "Column layout for container size l.",
|
|
328284
|
+
"name": "l",
|
|
328285
|
+
"parent": {
|
|
328286
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
328287
|
+
"name": "ColumnLayoutProps"
|
|
328288
|
+
},
|
|
328289
|
+
"declarations": [
|
|
328290
|
+
{
|
|
328291
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
328292
|
+
"name": "ColumnLayoutProps"
|
|
328293
|
+
}
|
|
328294
|
+
],
|
|
328295
|
+
"required": false,
|
|
328296
|
+
"type": {
|
|
328297
|
+
"name": "(number | null)[]"
|
|
328298
|
+
}
|
|
328299
|
+
},
|
|
328300
|
+
"title": {
|
|
328301
|
+
"defaultValue": null,
|
|
328302
|
+
"description": "",
|
|
328303
|
+
"name": "title",
|
|
328304
|
+
"declarations": [
|
|
328305
|
+
{
|
|
328306
|
+
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
328307
|
+
"name": "TypeLiteral"
|
|
328308
|
+
}
|
|
328309
|
+
],
|
|
328310
|
+
"required": false,
|
|
328311
|
+
"type": {
|
|
328312
|
+
"name": "ReactNode"
|
|
328313
|
+
}
|
|
328314
|
+
},
|
|
328315
|
+
"subTitle": {
|
|
328316
|
+
"defaultValue": null,
|
|
328317
|
+
"description": "",
|
|
328318
|
+
"name": "subTitle",
|
|
328319
|
+
"declarations": [
|
|
328320
|
+
{
|
|
328321
|
+
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
328322
|
+
"name": "TypeLiteral"
|
|
328323
|
+
}
|
|
328324
|
+
],
|
|
328325
|
+
"required": false,
|
|
328326
|
+
"type": {
|
|
328327
|
+
"name": "ReactNode"
|
|
328328
|
+
}
|
|
328329
|
+
},
|
|
328330
|
+
"avatar": {
|
|
328331
|
+
"defaultValue": null,
|
|
328332
|
+
"description": "",
|
|
328333
|
+
"name": "avatar",
|
|
328334
|
+
"declarations": [
|
|
328335
|
+
{
|
|
328336
|
+
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
328337
|
+
"name": "TypeLiteral"
|
|
328338
|
+
}
|
|
328339
|
+
],
|
|
328340
|
+
"required": false,
|
|
328341
|
+
"type": {
|
|
328342
|
+
"name": "ReactNode"
|
|
328343
|
+
}
|
|
328344
|
+
},
|
|
328345
|
+
"button": {
|
|
328346
|
+
"defaultValue": null,
|
|
328347
|
+
"description": "",
|
|
328348
|
+
"name": "button",
|
|
328349
|
+
"declarations": [
|
|
328350
|
+
{
|
|
328351
|
+
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
328352
|
+
"name": "TypeLiteral"
|
|
328353
|
+
}
|
|
328354
|
+
],
|
|
328355
|
+
"required": false,
|
|
328356
|
+
"type": {
|
|
328357
|
+
"name": "ReactNode"
|
|
328358
|
+
}
|
|
328359
|
+
},
|
|
328360
|
+
"bottom": {
|
|
328361
|
+
"defaultValue": null,
|
|
328362
|
+
"description": "",
|
|
328363
|
+
"name": "bottom",
|
|
328364
|
+
"declarations": [
|
|
328365
|
+
{
|
|
328366
|
+
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
328367
|
+
"name": "TypeLiteral"
|
|
328368
|
+
}
|
|
328369
|
+
],
|
|
328370
|
+
"required": false,
|
|
328371
|
+
"type": {
|
|
328372
|
+
"name": "ReactNode"
|
|
328373
|
+
}
|
|
328374
|
+
},
|
|
328375
|
+
"checkbox": {
|
|
328376
|
+
"defaultValue": null,
|
|
328377
|
+
"description": "",
|
|
328378
|
+
"name": "checkbox",
|
|
328379
|
+
"declarations": [
|
|
328380
|
+
{
|
|
328381
|
+
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
328382
|
+
"name": "TypeLiteral"
|
|
328383
|
+
}
|
|
328384
|
+
],
|
|
328385
|
+
"required": false,
|
|
328386
|
+
"type": {
|
|
328387
|
+
"name": "ReactNode"
|
|
328388
|
+
}
|
|
328389
|
+
},
|
|
328390
|
+
"viewMode": {
|
|
328391
|
+
"defaultValue": null,
|
|
328392
|
+
"description": "",
|
|
328393
|
+
"name": "viewMode",
|
|
328394
|
+
"declarations": [
|
|
328395
|
+
{
|
|
328396
|
+
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
328397
|
+
"name": "TypeLiteral"
|
|
328398
|
+
}
|
|
328399
|
+
],
|
|
328400
|
+
"required": false,
|
|
328401
|
+
"type": {
|
|
328402
|
+
"name": "ListViewMode"
|
|
328403
|
+
}
|
|
328404
|
+
}
|
|
328405
|
+
}
|
|
328406
|
+
},
|
|
328407
|
+
{
|
|
328408
|
+
"tags": {},
|
|
328409
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
|
|
328410
|
+
"description": "",
|
|
328411
|
+
"displayName": "ViewModeMenuItem",
|
|
328412
|
+
"methods": [],
|
|
328413
|
+
"props": {
|
|
328414
|
+
"viewMode": {
|
|
328415
|
+
"defaultValue": null,
|
|
328416
|
+
"description": "",
|
|
328417
|
+
"name": "viewMode",
|
|
328418
|
+
"parent": {
|
|
328419
|
+
"fileName": "components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
|
|
328420
|
+
"name": "Props"
|
|
328421
|
+
},
|
|
328422
|
+
"declarations": [
|
|
328423
|
+
{
|
|
328424
|
+
"fileName": "components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
|
|
328425
|
+
"name": "Props"
|
|
328426
|
+
}
|
|
328427
|
+
],
|
|
328428
|
+
"required": true,
|
|
328429
|
+
"type": {
|
|
328430
|
+
"name": "ListViewMode"
|
|
328431
|
+
}
|
|
328432
|
+
}
|
|
328433
|
+
}
|
|
328434
|
+
},
|
|
328435
|
+
{
|
|
328436
|
+
"tags": {},
|
|
328437
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/ViewModeMenu.tsx",
|
|
328438
|
+
"description": "",
|
|
328439
|
+
"displayName": "ViewModeMenu",
|
|
328440
|
+
"methods": [],
|
|
328441
|
+
"props": {}
|
|
328442
|
+
},
|
|
328443
|
+
{
|
|
328444
|
+
"tags": {},
|
|
328445
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/SortingMenuItem.tsx",
|
|
328446
|
+
"description": "",
|
|
328447
|
+
"displayName": "SortingMenuItem",
|
|
328448
|
+
"methods": [],
|
|
328449
|
+
"props": {
|
|
328450
|
+
"sorting": {
|
|
328451
|
+
"defaultValue": null,
|
|
328452
|
+
"description": "",
|
|
328453
|
+
"name": "sorting",
|
|
328454
|
+
"parent": {
|
|
328455
|
+
"fileName": "components/src/components/List/components/Header/components/Settings/SortingMenuItem.tsx",
|
|
328456
|
+
"name": "Props"
|
|
328457
|
+
},
|
|
328458
|
+
"declarations": [
|
|
328459
|
+
{
|
|
328460
|
+
"fileName": "components/src/components/List/components/Header/components/Settings/SortingMenuItem.tsx",
|
|
328461
|
+
"name": "Props"
|
|
328462
|
+
}
|
|
328463
|
+
],
|
|
328464
|
+
"required": true,
|
|
328465
|
+
"type": {
|
|
328466
|
+
"name": "Sorting<never>"
|
|
328467
|
+
}
|
|
328468
|
+
}
|
|
328469
|
+
}
|
|
328470
|
+
},
|
|
328471
|
+
{
|
|
328472
|
+
"tags": {},
|
|
328473
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/SortingMenu.tsx",
|
|
328474
|
+
"description": "",
|
|
328475
|
+
"displayName": "SortingMenu",
|
|
328476
|
+
"methods": [],
|
|
328477
|
+
"props": {}
|
|
328478
|
+
},
|
|
328479
|
+
{
|
|
328480
|
+
"tags": {},
|
|
328481
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/SettingsMenu.tsx",
|
|
328482
|
+
"description": "",
|
|
328483
|
+
"displayName": "SettingsMenu",
|
|
328484
|
+
"methods": [],
|
|
328485
|
+
"props": {}
|
|
328486
|
+
},
|
|
328487
|
+
{
|
|
328488
|
+
"tags": {},
|
|
328489
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
328490
|
+
"description": "",
|
|
328491
|
+
"displayName": "SearchField",
|
|
328492
|
+
"methods": [],
|
|
328493
|
+
"props": {
|
|
328494
|
+
"search": {
|
|
328495
|
+
"defaultValue": null,
|
|
328496
|
+
"description": "",
|
|
328497
|
+
"name": "search",
|
|
328498
|
+
"parent": {
|
|
328499
|
+
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
328500
|
+
"name": "Props"
|
|
328501
|
+
},
|
|
328502
|
+
"declarations": [
|
|
328503
|
+
{
|
|
328504
|
+
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
328505
|
+
"name": "Props"
|
|
328506
|
+
}
|
|
328507
|
+
],
|
|
328508
|
+
"required": true,
|
|
328509
|
+
"type": {
|
|
328510
|
+
"name": "Search<never>"
|
|
328511
|
+
}
|
|
328512
|
+
},
|
|
328513
|
+
"className": {
|
|
328514
|
+
"defaultValue": null,
|
|
328515
|
+
"description": "The elements class name.",
|
|
328516
|
+
"name": "className",
|
|
328517
|
+
"parent": {
|
|
328518
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
328519
|
+
"name": "PropsWithClassName"
|
|
328520
|
+
},
|
|
328521
|
+
"declarations": [
|
|
328522
|
+
{
|
|
328523
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
328524
|
+
"name": "PropsWithClassName"
|
|
328525
|
+
}
|
|
328526
|
+
],
|
|
328527
|
+
"required": false,
|
|
328528
|
+
"type": {
|
|
328529
|
+
"name": "string"
|
|
328530
|
+
}
|
|
328531
|
+
}
|
|
328532
|
+
}
|
|
328533
|
+
},
|
|
328534
|
+
{
|
|
328535
|
+
"tags": {},
|
|
328536
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenuList.tsx",
|
|
328537
|
+
"description": "",
|
|
328538
|
+
"displayName": "FilterMenuList",
|
|
328539
|
+
"methods": [],
|
|
328540
|
+
"props": {}
|
|
328541
|
+
},
|
|
328542
|
+
{
|
|
328543
|
+
"tags": {},
|
|
328544
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenuItem.tsx",
|
|
328545
|
+
"description": "",
|
|
328546
|
+
"displayName": "FilterMenuItem",
|
|
328547
|
+
"methods": [],
|
|
328548
|
+
"props": {
|
|
328549
|
+
"filterValue": {
|
|
328550
|
+
"defaultValue": null,
|
|
328551
|
+
"description": "",
|
|
328552
|
+
"name": "filterValue",
|
|
328553
|
+
"parent": {
|
|
328554
|
+
"fileName": "components/src/components/List/components/Header/components/Filters/FilterMenuItem.tsx",
|
|
328555
|
+
"name": "Props"
|
|
328556
|
+
},
|
|
328557
|
+
"declarations": [
|
|
328558
|
+
{
|
|
328559
|
+
"fileName": "components/src/components/List/components/Header/components/Filters/FilterMenuItem.tsx",
|
|
328560
|
+
"name": "Props"
|
|
328561
|
+
}
|
|
328562
|
+
],
|
|
328563
|
+
"required": true,
|
|
328564
|
+
"type": {
|
|
328565
|
+
"name": "FilterValue"
|
|
328566
|
+
}
|
|
328567
|
+
}
|
|
328568
|
+
}
|
|
328569
|
+
},
|
|
328570
|
+
{
|
|
328571
|
+
"tags": {},
|
|
328572
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenu.tsx",
|
|
328573
|
+
"description": "",
|
|
328574
|
+
"displayName": "FilterMenu",
|
|
328575
|
+
"methods": [],
|
|
328576
|
+
"props": {
|
|
328577
|
+
"filter": {
|
|
328578
|
+
"defaultValue": null,
|
|
328579
|
+
"description": "",
|
|
328580
|
+
"name": "filter",
|
|
328581
|
+
"parent": {
|
|
328582
|
+
"fileName": "components/src/components/List/components/Header/components/Filters/FilterMenu.tsx",
|
|
328583
|
+
"name": "Props"
|
|
328584
|
+
},
|
|
328585
|
+
"declarations": [
|
|
328586
|
+
{
|
|
328587
|
+
"fileName": "components/src/components/List/components/Header/components/Filters/FilterMenu.tsx",
|
|
328588
|
+
"name": "Props"
|
|
328589
|
+
}
|
|
328590
|
+
],
|
|
328591
|
+
"required": true,
|
|
328592
|
+
"type": {
|
|
328593
|
+
"name": "Filter<never, never, never>"
|
|
328594
|
+
}
|
|
328595
|
+
}
|
|
328596
|
+
}
|
|
328597
|
+
},
|
|
328598
|
+
{
|
|
328599
|
+
"tags": {},
|
|
328600
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/CombinedFilterMenu.tsx",
|
|
328601
|
+
"description": "",
|
|
328602
|
+
"displayName": "CombinedFilterMenu",
|
|
328603
|
+
"methods": [],
|
|
328604
|
+
"props": {}
|
|
328605
|
+
},
|
|
328606
|
+
{
|
|
328607
|
+
"tags": {},
|
|
328608
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
328609
|
+
"description": "",
|
|
328610
|
+
"displayName": "ActiveFilters",
|
|
328611
|
+
"methods": [],
|
|
328612
|
+
"props": {}
|
|
328613
|
+
},
|
|
328349
328614
|
{
|
|
328350
328615
|
"tags": {},
|
|
328351
328616
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",
|
|
@@ -329061,7 +329326,7 @@
|
|
|
329061
329326
|
],
|
|
329062
329327
|
"required": false,
|
|
329063
329328
|
"type": {
|
|
329064
|
-
"name": "boolean | \"
|
|
329329
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
329065
329330
|
}
|
|
329066
329331
|
},
|
|
329067
329332
|
"aria-expanded": {
|
|
@@ -332467,7 +332732,7 @@
|
|
|
332467
332732
|
],
|
|
332468
332733
|
"required": false,
|
|
332469
332734
|
"type": {
|
|
332470
|
-
"name": "\"
|
|
332735
|
+
"name": "\"list\" | \"none\" | \"inline\" | \"both\""
|
|
332471
332736
|
}
|
|
332472
332737
|
},
|
|
332473
332738
|
"aria-haspopup": {
|
|
@@ -333702,7 +333967,7 @@
|
|
|
333702
333967
|
],
|
|
333703
333968
|
"required": false,
|
|
333704
333969
|
"type": {
|
|
333705
|
-
"name": "boolean | \"
|
|
333970
|
+
"name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
|
|
333706
333971
|
}
|
|
333707
333972
|
},
|
|
333708
333973
|
"aria-description": {
|
|
@@ -336173,213 +336438,6 @@
|
|
|
336173
336438
|
}
|
|
336174
336439
|
}
|
|
336175
336440
|
},
|
|
336176
|
-
{
|
|
336177
|
-
"tags": {},
|
|
336178
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
|
|
336179
|
-
"description": "",
|
|
336180
|
-
"displayName": "ViewModeMenuItem",
|
|
336181
|
-
"methods": [],
|
|
336182
|
-
"props": {
|
|
336183
|
-
"viewMode": {
|
|
336184
|
-
"defaultValue": null,
|
|
336185
|
-
"description": "",
|
|
336186
|
-
"name": "viewMode",
|
|
336187
|
-
"parent": {
|
|
336188
|
-
"fileName": "components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
|
|
336189
|
-
"name": "Props"
|
|
336190
|
-
},
|
|
336191
|
-
"declarations": [
|
|
336192
|
-
{
|
|
336193
|
-
"fileName": "components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
|
|
336194
|
-
"name": "Props"
|
|
336195
|
-
}
|
|
336196
|
-
],
|
|
336197
|
-
"required": true,
|
|
336198
|
-
"type": {
|
|
336199
|
-
"name": "ListViewMode"
|
|
336200
|
-
}
|
|
336201
|
-
}
|
|
336202
|
-
}
|
|
336203
|
-
},
|
|
336204
|
-
{
|
|
336205
|
-
"tags": {},
|
|
336206
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/ViewModeMenu.tsx",
|
|
336207
|
-
"description": "",
|
|
336208
|
-
"displayName": "ViewModeMenu",
|
|
336209
|
-
"methods": [],
|
|
336210
|
-
"props": {}
|
|
336211
|
-
},
|
|
336212
|
-
{
|
|
336213
|
-
"tags": {},
|
|
336214
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/SortingMenuItem.tsx",
|
|
336215
|
-
"description": "",
|
|
336216
|
-
"displayName": "SortingMenuItem",
|
|
336217
|
-
"methods": [],
|
|
336218
|
-
"props": {
|
|
336219
|
-
"sorting": {
|
|
336220
|
-
"defaultValue": null,
|
|
336221
|
-
"description": "",
|
|
336222
|
-
"name": "sorting",
|
|
336223
|
-
"parent": {
|
|
336224
|
-
"fileName": "components/src/components/List/components/Header/components/Settings/SortingMenuItem.tsx",
|
|
336225
|
-
"name": "Props"
|
|
336226
|
-
},
|
|
336227
|
-
"declarations": [
|
|
336228
|
-
{
|
|
336229
|
-
"fileName": "components/src/components/List/components/Header/components/Settings/SortingMenuItem.tsx",
|
|
336230
|
-
"name": "Props"
|
|
336231
|
-
}
|
|
336232
|
-
],
|
|
336233
|
-
"required": true,
|
|
336234
|
-
"type": {
|
|
336235
|
-
"name": "Sorting<never>"
|
|
336236
|
-
}
|
|
336237
|
-
}
|
|
336238
|
-
}
|
|
336239
|
-
},
|
|
336240
|
-
{
|
|
336241
|
-
"tags": {},
|
|
336242
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/SortingMenu.tsx",
|
|
336243
|
-
"description": "",
|
|
336244
|
-
"displayName": "SortingMenu",
|
|
336245
|
-
"methods": [],
|
|
336246
|
-
"props": {}
|
|
336247
|
-
},
|
|
336248
|
-
{
|
|
336249
|
-
"tags": {},
|
|
336250
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/SettingsMenu.tsx",
|
|
336251
|
-
"description": "",
|
|
336252
|
-
"displayName": "SettingsMenu",
|
|
336253
|
-
"methods": [],
|
|
336254
|
-
"props": {}
|
|
336255
|
-
},
|
|
336256
|
-
{
|
|
336257
|
-
"tags": {},
|
|
336258
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
336259
|
-
"description": "",
|
|
336260
|
-
"displayName": "SearchField",
|
|
336261
|
-
"methods": [],
|
|
336262
|
-
"props": {
|
|
336263
|
-
"search": {
|
|
336264
|
-
"defaultValue": null,
|
|
336265
|
-
"description": "",
|
|
336266
|
-
"name": "search",
|
|
336267
|
-
"parent": {
|
|
336268
|
-
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
336269
|
-
"name": "Props"
|
|
336270
|
-
},
|
|
336271
|
-
"declarations": [
|
|
336272
|
-
{
|
|
336273
|
-
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
336274
|
-
"name": "Props"
|
|
336275
|
-
}
|
|
336276
|
-
],
|
|
336277
|
-
"required": true,
|
|
336278
|
-
"type": {
|
|
336279
|
-
"name": "Search<never>"
|
|
336280
|
-
}
|
|
336281
|
-
},
|
|
336282
|
-
"className": {
|
|
336283
|
-
"defaultValue": null,
|
|
336284
|
-
"description": "The elements class name.",
|
|
336285
|
-
"name": "className",
|
|
336286
|
-
"parent": {
|
|
336287
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
336288
|
-
"name": "PropsWithClassName"
|
|
336289
|
-
},
|
|
336290
|
-
"declarations": [
|
|
336291
|
-
{
|
|
336292
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
336293
|
-
"name": "PropsWithClassName"
|
|
336294
|
-
}
|
|
336295
|
-
],
|
|
336296
|
-
"required": false,
|
|
336297
|
-
"type": {
|
|
336298
|
-
"name": "string"
|
|
336299
|
-
}
|
|
336300
|
-
}
|
|
336301
|
-
}
|
|
336302
|
-
},
|
|
336303
|
-
{
|
|
336304
|
-
"tags": {},
|
|
336305
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenuList.tsx",
|
|
336306
|
-
"description": "",
|
|
336307
|
-
"displayName": "FilterMenuList",
|
|
336308
|
-
"methods": [],
|
|
336309
|
-
"props": {}
|
|
336310
|
-
},
|
|
336311
|
-
{
|
|
336312
|
-
"tags": {},
|
|
336313
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenuItem.tsx",
|
|
336314
|
-
"description": "",
|
|
336315
|
-
"displayName": "FilterMenuItem",
|
|
336316
|
-
"methods": [],
|
|
336317
|
-
"props": {
|
|
336318
|
-
"filterValue": {
|
|
336319
|
-
"defaultValue": null,
|
|
336320
|
-
"description": "",
|
|
336321
|
-
"name": "filterValue",
|
|
336322
|
-
"parent": {
|
|
336323
|
-
"fileName": "components/src/components/List/components/Header/components/Filters/FilterMenuItem.tsx",
|
|
336324
|
-
"name": "Props"
|
|
336325
|
-
},
|
|
336326
|
-
"declarations": [
|
|
336327
|
-
{
|
|
336328
|
-
"fileName": "components/src/components/List/components/Header/components/Filters/FilterMenuItem.tsx",
|
|
336329
|
-
"name": "Props"
|
|
336330
|
-
}
|
|
336331
|
-
],
|
|
336332
|
-
"required": true,
|
|
336333
|
-
"type": {
|
|
336334
|
-
"name": "FilterValue"
|
|
336335
|
-
}
|
|
336336
|
-
}
|
|
336337
|
-
}
|
|
336338
|
-
},
|
|
336339
|
-
{
|
|
336340
|
-
"tags": {},
|
|
336341
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenu.tsx",
|
|
336342
|
-
"description": "",
|
|
336343
|
-
"displayName": "FilterMenu",
|
|
336344
|
-
"methods": [],
|
|
336345
|
-
"props": {
|
|
336346
|
-
"filter": {
|
|
336347
|
-
"defaultValue": null,
|
|
336348
|
-
"description": "",
|
|
336349
|
-
"name": "filter",
|
|
336350
|
-
"parent": {
|
|
336351
|
-
"fileName": "components/src/components/List/components/Header/components/Filters/FilterMenu.tsx",
|
|
336352
|
-
"name": "Props"
|
|
336353
|
-
},
|
|
336354
|
-
"declarations": [
|
|
336355
|
-
{
|
|
336356
|
-
"fileName": "components/src/components/List/components/Header/components/Filters/FilterMenu.tsx",
|
|
336357
|
-
"name": "Props"
|
|
336358
|
-
}
|
|
336359
|
-
],
|
|
336360
|
-
"required": true,
|
|
336361
|
-
"type": {
|
|
336362
|
-
"name": "Filter<never, never, never>"
|
|
336363
|
-
}
|
|
336364
|
-
}
|
|
336365
|
-
}
|
|
336366
|
-
},
|
|
336367
|
-
{
|
|
336368
|
-
"tags": {},
|
|
336369
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/CombinedFilterMenu.tsx",
|
|
336370
|
-
"description": "",
|
|
336371
|
-
"displayName": "CombinedFilterMenu",
|
|
336372
|
-
"methods": [],
|
|
336373
|
-
"props": {}
|
|
336374
|
-
},
|
|
336375
|
-
{
|
|
336376
|
-
"tags": {},
|
|
336377
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
336378
|
-
"description": "",
|
|
336379
|
-
"displayName": "ActiveFilters",
|
|
336380
|
-
"methods": [],
|
|
336381
|
-
"props": {}
|
|
336382
|
-
},
|
|
336383
336441
|
{
|
|
336384
336442
|
"tags": {},
|
|
336385
336443
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|