@mittwald/flow-react-components 0.2.0-alpha.672 → 0.2.0-alpha.674
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 +12 -0
- package/dist/assets/doc-properties.json +1195 -1195
- package/dist/css/all.css +1 -1
- package/dist/js/components/src/components/Icon/components/icons/IconAscending.mjs +14 -0
- package/dist/js/components/src/components/Icon/components/icons/IconAscending.mjs.map +1 -0
- package/dist/js/components/src/components/Icon/components/icons/IconDescending.mjs +14 -0
- package/dist/js/components/src/components/Icon/components/icons/IconDescending.mjs.map +1 -0
- package/dist/js/components/src/components/Icon/components/icons/IconFeedback.mjs +14 -0
- package/dist/js/components/src/components/Icon/components/icons/IconFeedback.mjs.map +1 -0
- package/dist/js/components/src/components/Icon/components/icons/IconLanguage.mjs +14 -0
- package/dist/js/components/src/components/Icon/components/icons/IconLanguage.mjs.map +1 -0
- package/dist/js/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.mjs +13 -1
- package/dist/js/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.mjs.map +1 -1
- package/dist/js/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.mjs +4 -1
- package/dist/js/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.mjs.map +1 -1
- package/dist/js/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.mjs +1 -1
- package/dist/js/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.mjs.map +1 -1
- package/dist/js/components/src/components/List/model/sorting/Sorting.mjs +2 -0
- package/dist/js/components/src/components/List/model/sorting/Sorting.mjs.map +1 -1
- package/dist/js/default.mjs +56 -52
- package/dist/js/default.mjs.map +1 -1
- package/dist/js/flr-universal.mjs +56 -52
- package/dist/js/flr-universal.mjs.map +1 -1
- package/dist/types/components/Icon/components/icons/IconAscending.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconAscending.d.ts.map +1 -0
- package/dist/types/components/Icon/components/icons/IconDescending.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconDescending.d.ts.map +1 -0
- package/dist/types/components/Icon/components/icons/IconFeedback.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconFeedback.d.ts.map +1 -0
- package/dist/types/components/Icon/components/icons/IconLanguage.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconLanguage.d.ts.map +1 -0
- package/dist/types/components/Icon/components/icons/index.d.ts +56 -52
- package/dist/types/components/Icon/components/icons/index.d.ts.map +1 -1
- package/dist/types/components/List/components/Header/components/AllFiltersModal/FilterAccordion.d.ts.map +1 -1
- package/dist/types/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.d.ts.map +1 -1
- package/dist/types/components/List/model/sorting/Sorting.d.ts +1 -0
- package/dist/types/components/List/model/sorting/Sorting.d.ts.map +1 -1
- package/dist/types/components/List/model/sorting/types.d.ts +1 -0
- package/dist/types/components/List/model/sorting/types.d.ts.map +1 -1
- package/dist/types/components/List/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/List/stories/EdgeCases.stories.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -16073,51 +16073,359 @@
|
|
|
16073
16073
|
"tags": {
|
|
16074
16074
|
"flr-generate": "all"
|
|
16075
16075
|
},
|
|
16076
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
16076
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/Table.tsx",
|
|
16077
16077
|
"description": "",
|
|
16078
|
-
"displayName": "
|
|
16078
|
+
"displayName": "Table",
|
|
16079
16079
|
"methods": [],
|
|
16080
16080
|
"props": {
|
|
16081
|
-
"
|
|
16081
|
+
"className": {
|
|
16082
16082
|
"defaultValue": {
|
|
16083
|
-
"value": "
|
|
16083
|
+
"value": "'react-aria-Tooltip'"
|
|
16084
16084
|
},
|
|
16085
|
-
"description": "
|
|
16086
|
-
"name": "
|
|
16085
|
+
"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.",
|
|
16086
|
+
"name": "className",
|
|
16087
16087
|
"parent": {
|
|
16088
|
-
"fileName": "components/
|
|
16089
|
-
"name": "
|
|
16088
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
16089
|
+
"name": "TooltipProps"
|
|
16090
16090
|
},
|
|
16091
16091
|
"declarations": [
|
|
16092
16092
|
{
|
|
16093
|
-
"fileName": "components/
|
|
16094
|
-
"name": "
|
|
16093
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
16094
|
+
"name": "TooltipProps"
|
|
16095
16095
|
}
|
|
16096
16096
|
],
|
|
16097
16097
|
"required": false,
|
|
16098
16098
|
"type": {
|
|
16099
|
-
"name": "
|
|
16099
|
+
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
16100
16100
|
}
|
|
16101
16101
|
},
|
|
16102
|
-
"
|
|
16102
|
+
"children": {
|
|
16103
|
+
"defaultValue": null,
|
|
16104
|
+
"description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
|
|
16105
|
+
"name": "children",
|
|
16106
|
+
"parent": {
|
|
16107
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
16108
|
+
"name": "TableProps"
|
|
16109
|
+
},
|
|
16110
|
+
"declarations": [
|
|
16111
|
+
{
|
|
16112
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
16113
|
+
"name": "TableProps"
|
|
16114
|
+
}
|
|
16115
|
+
],
|
|
16116
|
+
"required": false,
|
|
16117
|
+
"type": {
|
|
16118
|
+
"name": "ReactNode"
|
|
16119
|
+
}
|
|
16120
|
+
},
|
|
16121
|
+
"selectionBehavior": {
|
|
16103
16122
|
"defaultValue": {
|
|
16104
|
-
"value": "
|
|
16123
|
+
"value": "\"toggle\""
|
|
16105
16124
|
},
|
|
16106
|
-
"description": "
|
|
16107
|
-
"name": "
|
|
16125
|
+
"description": "How multiple selection should behave in the collection.",
|
|
16126
|
+
"name": "selectionBehavior",
|
|
16108
16127
|
"parent": {
|
|
16109
16128
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
16110
|
-
"name": "
|
|
16129
|
+
"name": "TableProps"
|
|
16111
16130
|
},
|
|
16112
16131
|
"declarations": [
|
|
16113
16132
|
{
|
|
16114
16133
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
16115
|
-
"name": "
|
|
16134
|
+
"name": "TableProps"
|
|
16116
16135
|
}
|
|
16117
16136
|
],
|
|
16118
16137
|
"required": false,
|
|
16119
16138
|
"type": {
|
|
16120
|
-
"name": "
|
|
16139
|
+
"name": "SelectionBehavior"
|
|
16140
|
+
}
|
|
16141
|
+
},
|
|
16142
|
+
"disabledBehavior": {
|
|
16143
|
+
"defaultValue": {
|
|
16144
|
+
"value": "\"all\""
|
|
16145
|
+
},
|
|
16146
|
+
"description": "Whether `disabledKeys` applies to all interactions, or only selection.",
|
|
16147
|
+
"name": "disabledBehavior",
|
|
16148
|
+
"parent": {
|
|
16149
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
16150
|
+
"name": "TableProps"
|
|
16151
|
+
},
|
|
16152
|
+
"declarations": [
|
|
16153
|
+
{
|
|
16154
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
16155
|
+
"name": "TableProps"
|
|
16156
|
+
}
|
|
16157
|
+
],
|
|
16158
|
+
"required": false,
|
|
16159
|
+
"type": {
|
|
16160
|
+
"name": "DisabledBehavior"
|
|
16161
|
+
}
|
|
16162
|
+
},
|
|
16163
|
+
"onRowAction": {
|
|
16164
|
+
"defaultValue": null,
|
|
16165
|
+
"description": "Handler that is called when a user performs an action on the row.",
|
|
16166
|
+
"name": "onRowAction",
|
|
16167
|
+
"parent": {
|
|
16168
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
16169
|
+
"name": "TableProps"
|
|
16170
|
+
},
|
|
16171
|
+
"declarations": [
|
|
16172
|
+
{
|
|
16173
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
16174
|
+
"name": "TableProps"
|
|
16175
|
+
}
|
|
16176
|
+
],
|
|
16177
|
+
"required": false,
|
|
16178
|
+
"type": {
|
|
16179
|
+
"name": "((key: Key) => void)"
|
|
16180
|
+
}
|
|
16181
|
+
},
|
|
16182
|
+
"dragAndDropHooks": {
|
|
16183
|
+
"defaultValue": null,
|
|
16184
|
+
"description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for the Table.",
|
|
16185
|
+
"name": "dragAndDropHooks",
|
|
16186
|
+
"parent": {
|
|
16187
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
16188
|
+
"name": "TableProps"
|
|
16189
|
+
},
|
|
16190
|
+
"declarations": [
|
|
16191
|
+
{
|
|
16192
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
16193
|
+
"name": "TableProps"
|
|
16194
|
+
}
|
|
16195
|
+
],
|
|
16196
|
+
"required": false,
|
|
16197
|
+
"type": {
|
|
16198
|
+
"name": "DragAndDropHooks<object>"
|
|
16199
|
+
}
|
|
16200
|
+
},
|
|
16201
|
+
"disallowEmptySelection": {
|
|
16202
|
+
"defaultValue": null,
|
|
16203
|
+
"description": "Whether the collection allows empty selection.",
|
|
16204
|
+
"name": "disallowEmptySelection",
|
|
16205
|
+
"parent": {
|
|
16206
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
16207
|
+
"name": "MultipleSelection"
|
|
16208
|
+
},
|
|
16209
|
+
"declarations": [
|
|
16210
|
+
{
|
|
16211
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
16212
|
+
"name": "MultipleSelection"
|
|
16213
|
+
}
|
|
16214
|
+
],
|
|
16215
|
+
"required": false,
|
|
16216
|
+
"type": {
|
|
16217
|
+
"name": "boolean"
|
|
16218
|
+
}
|
|
16219
|
+
},
|
|
16220
|
+
"onSelectionChange": {
|
|
16221
|
+
"defaultValue": null,
|
|
16222
|
+
"description": "Handler that is called when the selection changes.",
|
|
16223
|
+
"name": "onSelectionChange",
|
|
16224
|
+
"parent": {
|
|
16225
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
16226
|
+
"name": "MultipleSelection"
|
|
16227
|
+
},
|
|
16228
|
+
"declarations": [
|
|
16229
|
+
{
|
|
16230
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
16231
|
+
"name": "MultipleSelection"
|
|
16232
|
+
}
|
|
16233
|
+
],
|
|
16234
|
+
"required": false,
|
|
16235
|
+
"type": {
|
|
16236
|
+
"name": "((keys: Selection) => void)"
|
|
16237
|
+
}
|
|
16238
|
+
},
|
|
16239
|
+
"disabledKeys": {
|
|
16240
|
+
"defaultValue": null,
|
|
16241
|
+
"description": "A list of row keys to disable.",
|
|
16242
|
+
"name": "disabledKeys",
|
|
16243
|
+
"parent": {
|
|
16244
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+table@3.13.4_react@19.2.4/node_modules/@react-types/table/src/index.d.ts",
|
|
16245
|
+
"name": "TableProps"
|
|
16246
|
+
},
|
|
16247
|
+
"declarations": [
|
|
16248
|
+
{
|
|
16249
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+table@3.13.4_react@19.2.4/node_modules/@react-types/table/src/index.d.ts",
|
|
16250
|
+
"name": "TableProps"
|
|
16251
|
+
}
|
|
16252
|
+
],
|
|
16253
|
+
"required": false,
|
|
16254
|
+
"type": {
|
|
16255
|
+
"name": "Iterable<Key>"
|
|
16256
|
+
}
|
|
16257
|
+
},
|
|
16258
|
+
"escapeKeyBehavior": {
|
|
16259
|
+
"defaultValue": {
|
|
16260
|
+
"value": "'clearSelection'"
|
|
16261
|
+
},
|
|
16262
|
+
"description": "Whether pressing the escape key should clear selection in the table or not.\n\nMost experiences should not modify this option as it eliminates a keyboard user's ability to\neasily clear selection. Only use if the escape key is being handled externally or should not\ntrigger selection clearing contextually.",
|
|
16263
|
+
"name": "escapeKeyBehavior",
|
|
16264
|
+
"parent": {
|
|
16265
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+table@3.13.4_react@19.2.4/node_modules/@react-types/table/src/index.d.ts",
|
|
16266
|
+
"name": "TableProps"
|
|
16267
|
+
},
|
|
16268
|
+
"declarations": [
|
|
16269
|
+
{
|
|
16270
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+table@3.13.4_react@19.2.4/node_modules/@react-types/table/src/index.d.ts",
|
|
16271
|
+
"name": "TableProps"
|
|
16272
|
+
}
|
|
16273
|
+
],
|
|
16274
|
+
"required": false,
|
|
16275
|
+
"type": {
|
|
16276
|
+
"name": "\"none\" | \"clearSelection\""
|
|
16277
|
+
}
|
|
16278
|
+
},
|
|
16279
|
+
"shouldSelectOnPressUp": {
|
|
16280
|
+
"defaultValue": null,
|
|
16281
|
+
"description": "Whether selection should occur on press up instead of press down.",
|
|
16282
|
+
"name": "shouldSelectOnPressUp",
|
|
16283
|
+
"parent": {
|
|
16284
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+table@3.13.4_react@19.2.4/node_modules/@react-types/table/src/index.d.ts",
|
|
16285
|
+
"name": "TableProps"
|
|
16286
|
+
},
|
|
16287
|
+
"declarations": [
|
|
16288
|
+
{
|
|
16289
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+table@3.13.4_react@19.2.4/node_modules/@react-types/table/src/index.d.ts",
|
|
16290
|
+
"name": "TableProps"
|
|
16291
|
+
}
|
|
16292
|
+
],
|
|
16293
|
+
"required": false,
|
|
16294
|
+
"type": {
|
|
16295
|
+
"name": "boolean"
|
|
16296
|
+
}
|
|
16297
|
+
},
|
|
16298
|
+
"selectionMode": {
|
|
16299
|
+
"defaultValue": null,
|
|
16300
|
+
"description": "The type of selection that is allowed in the collection.",
|
|
16301
|
+
"name": "selectionMode",
|
|
16302
|
+
"parent": {
|
|
16303
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
16304
|
+
"name": "MultipleSelection"
|
|
16305
|
+
},
|
|
16306
|
+
"declarations": [
|
|
16307
|
+
{
|
|
16308
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
16309
|
+
"name": "MultipleSelection"
|
|
16310
|
+
}
|
|
16311
|
+
],
|
|
16312
|
+
"required": false,
|
|
16313
|
+
"type": {
|
|
16314
|
+
"name": "SelectionMode"
|
|
16315
|
+
}
|
|
16316
|
+
},
|
|
16317
|
+
"selectedKeys": {
|
|
16318
|
+
"defaultValue": null,
|
|
16319
|
+
"description": "The currently selected keys in the collection (controlled).",
|
|
16320
|
+
"name": "selectedKeys",
|
|
16321
|
+
"parent": {
|
|
16322
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
16323
|
+
"name": "MultipleSelection"
|
|
16324
|
+
},
|
|
16325
|
+
"declarations": [
|
|
16326
|
+
{
|
|
16327
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
16328
|
+
"name": "MultipleSelection"
|
|
16329
|
+
}
|
|
16330
|
+
],
|
|
16331
|
+
"required": false,
|
|
16332
|
+
"type": {
|
|
16333
|
+
"name": "\"all\" | Iterable<Key>"
|
|
16334
|
+
}
|
|
16335
|
+
},
|
|
16336
|
+
"defaultSelectedKeys": {
|
|
16337
|
+
"defaultValue": null,
|
|
16338
|
+
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
16339
|
+
"name": "defaultSelectedKeys",
|
|
16340
|
+
"parent": {
|
|
16341
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
16342
|
+
"name": "MultipleSelection"
|
|
16343
|
+
},
|
|
16344
|
+
"declarations": [
|
|
16345
|
+
{
|
|
16346
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
16347
|
+
"name": "MultipleSelection"
|
|
16348
|
+
}
|
|
16349
|
+
],
|
|
16350
|
+
"required": false,
|
|
16351
|
+
"type": {
|
|
16352
|
+
"name": "\"all\" | Iterable<Key>"
|
|
16353
|
+
}
|
|
16354
|
+
},
|
|
16355
|
+
"sortDescriptor": {
|
|
16356
|
+
"defaultValue": null,
|
|
16357
|
+
"description": "The current sorted column and direction.",
|
|
16358
|
+
"name": "sortDescriptor",
|
|
16359
|
+
"parent": {
|
|
16360
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
16361
|
+
"name": "Sortable"
|
|
16362
|
+
},
|
|
16363
|
+
"declarations": [
|
|
16364
|
+
{
|
|
16365
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
16366
|
+
"name": "Sortable"
|
|
16367
|
+
}
|
|
16368
|
+
],
|
|
16369
|
+
"required": false,
|
|
16370
|
+
"type": {
|
|
16371
|
+
"name": "SortDescriptor"
|
|
16372
|
+
}
|
|
16373
|
+
},
|
|
16374
|
+
"onSortChange": {
|
|
16375
|
+
"defaultValue": null,
|
|
16376
|
+
"description": "Handler that is called when the sorted column or direction changes.",
|
|
16377
|
+
"name": "onSortChange",
|
|
16378
|
+
"parent": {
|
|
16379
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
16380
|
+
"name": "Sortable"
|
|
16381
|
+
},
|
|
16382
|
+
"declarations": [
|
|
16383
|
+
{
|
|
16384
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
16385
|
+
"name": "Sortable"
|
|
16386
|
+
}
|
|
16387
|
+
],
|
|
16388
|
+
"required": false,
|
|
16389
|
+
"type": {
|
|
16390
|
+
"name": "((descriptor: SortDescriptor) => any)"
|
|
16391
|
+
}
|
|
16392
|
+
},
|
|
16393
|
+
"style": {
|
|
16394
|
+
"defaultValue": null,
|
|
16395
|
+
"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.",
|
|
16396
|
+
"name": "style",
|
|
16397
|
+
"parent": {
|
|
16398
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
16399
|
+
"name": "StyleRenderProps"
|
|
16400
|
+
},
|
|
16401
|
+
"declarations": [
|
|
16402
|
+
{
|
|
16403
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
16404
|
+
"name": "StyleRenderProps"
|
|
16405
|
+
}
|
|
16406
|
+
],
|
|
16407
|
+
"required": false,
|
|
16408
|
+
"type": {
|
|
16409
|
+
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
16410
|
+
}
|
|
16411
|
+
},
|
|
16412
|
+
"slot": {
|
|
16413
|
+
"defaultValue": null,
|
|
16414
|
+
"description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
|
|
16415
|
+
"name": "slot",
|
|
16416
|
+
"parent": {
|
|
16417
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
16418
|
+
"name": "SlotProps"
|
|
16419
|
+
},
|
|
16420
|
+
"declarations": [
|
|
16421
|
+
{
|
|
16422
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
16423
|
+
"name": "SlotProps"
|
|
16424
|
+
}
|
|
16425
|
+
],
|
|
16426
|
+
"required": false,
|
|
16427
|
+
"type": {
|
|
16428
|
+
"name": "string | null"
|
|
16121
16429
|
}
|
|
16122
16430
|
},
|
|
16123
16431
|
"aria-label": {
|
|
@@ -16196,25 +16504,6 @@
|
|
|
16196
16504
|
"name": "string"
|
|
16197
16505
|
}
|
|
16198
16506
|
},
|
|
16199
|
-
"style": {
|
|
16200
|
-
"defaultValue": null,
|
|
16201
|
-
"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.",
|
|
16202
|
-
"name": "style",
|
|
16203
|
-
"parent": {
|
|
16204
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
16205
|
-
"name": "StyleRenderProps"
|
|
16206
|
-
},
|
|
16207
|
-
"declarations": [
|
|
16208
|
-
{
|
|
16209
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
16210
|
-
"name": "StyleRenderProps"
|
|
16211
|
-
}
|
|
16212
|
-
],
|
|
16213
|
-
"required": false,
|
|
16214
|
-
"type": {
|
|
16215
|
-
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
16216
|
-
}
|
|
16217
|
-
},
|
|
16218
16507
|
"dir": {
|
|
16219
16508
|
"defaultValue": null,
|
|
16220
16509
|
"description": "",
|
|
@@ -16310,6 +16599,25 @@
|
|
|
16310
16599
|
"name": "\"yes\" | \"no\""
|
|
16311
16600
|
}
|
|
16312
16601
|
},
|
|
16602
|
+
"onClick": {
|
|
16603
|
+
"defaultValue": null,
|
|
16604
|
+
"description": "",
|
|
16605
|
+
"name": "onClick",
|
|
16606
|
+
"parent": {
|
|
16607
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
16608
|
+
"name": "GlobalDOMEvents"
|
|
16609
|
+
},
|
|
16610
|
+
"declarations": [
|
|
16611
|
+
{
|
|
16612
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
16613
|
+
"name": "GlobalDOMEvents"
|
|
16614
|
+
}
|
|
16615
|
+
],
|
|
16616
|
+
"required": false,
|
|
16617
|
+
"type": {
|
|
16618
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
16619
|
+
}
|
|
16620
|
+
},
|
|
16313
16621
|
"onClickCapture": {
|
|
16314
16622
|
"defaultValue": null,
|
|
16315
16623
|
"description": "",
|
|
@@ -17507,494 +17815,19 @@
|
|
|
17507
17815
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
17508
17816
|
}
|
|
17509
17817
|
},
|
|
17510
|
-
"
|
|
17511
|
-
"defaultValue": null,
|
|
17512
|
-
"description": "Whether the input is disabled.",
|
|
17513
|
-
"name": "isDisabled",
|
|
17514
|
-
"parent": {
|
|
17515
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
17516
|
-
"name": "InputBase"
|
|
17517
|
-
},
|
|
17518
|
-
"declarations": [
|
|
17519
|
-
{
|
|
17520
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
17521
|
-
"name": "InputBase"
|
|
17522
|
-
}
|
|
17523
|
-
],
|
|
17524
|
-
"required": false,
|
|
17525
|
-
"type": {
|
|
17526
|
-
"name": "boolean"
|
|
17527
|
-
}
|
|
17528
|
-
},
|
|
17529
|
-
"isReadOnly": {
|
|
17530
|
-
"defaultValue": null,
|
|
17531
|
-
"description": "Whether the input can be selected but not changed by the user.",
|
|
17532
|
-
"name": "isReadOnly",
|
|
17533
|
-
"parent": {
|
|
17534
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
17535
|
-
"name": "InputBase"
|
|
17536
|
-
},
|
|
17537
|
-
"declarations": [
|
|
17538
|
-
{
|
|
17539
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
17540
|
-
"name": "InputBase"
|
|
17541
|
-
}
|
|
17542
|
-
],
|
|
17543
|
-
"required": false,
|
|
17544
|
-
"type": {
|
|
17545
|
-
"name": "boolean"
|
|
17546
|
-
}
|
|
17547
|
-
},
|
|
17548
|
-
"autoFocus": {
|
|
17549
|
-
"defaultValue": null,
|
|
17550
|
-
"description": "Whether the element should receive focus on render.",
|
|
17551
|
-
"name": "autoFocus",
|
|
17552
|
-
"parent": {
|
|
17553
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
17554
|
-
"name": "FocusableProps"
|
|
17555
|
-
},
|
|
17556
|
-
"declarations": [
|
|
17557
|
-
{
|
|
17558
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
17559
|
-
"name": "FocusableProps"
|
|
17560
|
-
}
|
|
17561
|
-
],
|
|
17562
|
-
"required": false,
|
|
17563
|
-
"type": {
|
|
17564
|
-
"name": "boolean"
|
|
17565
|
-
}
|
|
17566
|
-
},
|
|
17567
|
-
"onFocus": {
|
|
17568
|
-
"defaultValue": null,
|
|
17569
|
-
"description": "Handler that is called when the element receives focus.",
|
|
17570
|
-
"name": "onFocus",
|
|
17571
|
-
"parent": {
|
|
17572
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
17573
|
-
"name": "FocusEvents"
|
|
17574
|
-
},
|
|
17575
|
-
"declarations": [
|
|
17576
|
-
{
|
|
17577
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
17578
|
-
"name": "FocusEvents"
|
|
17579
|
-
}
|
|
17580
|
-
],
|
|
17581
|
-
"required": false,
|
|
17582
|
-
"type": {
|
|
17583
|
-
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
17584
|
-
}
|
|
17585
|
-
},
|
|
17586
|
-
"onBlur": {
|
|
17587
|
-
"defaultValue": null,
|
|
17588
|
-
"description": "Handler that is called when the element loses focus.",
|
|
17589
|
-
"name": "onBlur",
|
|
17590
|
-
"parent": {
|
|
17591
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
17592
|
-
"name": "FocusEvents"
|
|
17593
|
-
},
|
|
17594
|
-
"declarations": [
|
|
17595
|
-
{
|
|
17596
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
17597
|
-
"name": "FocusEvents"
|
|
17598
|
-
}
|
|
17599
|
-
],
|
|
17600
|
-
"required": false,
|
|
17601
|
-
"type": {
|
|
17602
|
-
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
17603
|
-
}
|
|
17604
|
-
},
|
|
17605
|
-
"onFocusChange": {
|
|
17606
|
-
"defaultValue": null,
|
|
17607
|
-
"description": "Handler that is called when the element's focus status changes.",
|
|
17608
|
-
"name": "onFocusChange",
|
|
17609
|
-
"parent": {
|
|
17610
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
17611
|
-
"name": "FocusEvents"
|
|
17612
|
-
},
|
|
17613
|
-
"declarations": [
|
|
17614
|
-
{
|
|
17615
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
17616
|
-
"name": "FocusEvents"
|
|
17617
|
-
}
|
|
17618
|
-
],
|
|
17619
|
-
"required": false,
|
|
17620
|
-
"type": {
|
|
17621
|
-
"name": "((isFocused: boolean) => void)"
|
|
17622
|
-
}
|
|
17623
|
-
},
|
|
17624
|
-
"onKeyDown": {
|
|
17625
|
-
"defaultValue": null,
|
|
17626
|
-
"description": "Handler that is called when a key is pressed.",
|
|
17627
|
-
"name": "onKeyDown",
|
|
17628
|
-
"parent": {
|
|
17629
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
17630
|
-
"name": "KeyboardEvents"
|
|
17631
|
-
},
|
|
17632
|
-
"declarations": [
|
|
17633
|
-
{
|
|
17634
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
17635
|
-
"name": "KeyboardEvents"
|
|
17636
|
-
}
|
|
17637
|
-
],
|
|
17638
|
-
"required": false,
|
|
17639
|
-
"type": {
|
|
17640
|
-
"name": "((e: KeyboardEvent) => void)"
|
|
17641
|
-
}
|
|
17642
|
-
},
|
|
17643
|
-
"onKeyUp": {
|
|
17644
|
-
"defaultValue": null,
|
|
17645
|
-
"description": "Handler that is called when a key is released.",
|
|
17646
|
-
"name": "onKeyUp",
|
|
17647
|
-
"parent": {
|
|
17648
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
17649
|
-
"name": "KeyboardEvents"
|
|
17650
|
-
},
|
|
17651
|
-
"declarations": [
|
|
17652
|
-
{
|
|
17653
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
17654
|
-
"name": "KeyboardEvents"
|
|
17655
|
-
}
|
|
17656
|
-
],
|
|
17657
|
-
"required": false,
|
|
17658
|
-
"type": {
|
|
17659
|
-
"name": "((e: KeyboardEvent) => void)"
|
|
17660
|
-
}
|
|
17661
|
-
},
|
|
17662
|
-
"value": {
|
|
17663
|
-
"defaultValue": null,
|
|
17664
|
-
"description": "The value of the input element, used when submitting an HTML form. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefvalue).",
|
|
17665
|
-
"name": "value",
|
|
17666
|
-
"parent": {
|
|
17667
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
|
|
17668
|
-
"name": "SwitchBase"
|
|
17669
|
-
},
|
|
17670
|
-
"declarations": [
|
|
17671
|
-
{
|
|
17672
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
|
|
17673
|
-
"name": "SwitchBase"
|
|
17674
|
-
}
|
|
17675
|
-
],
|
|
17676
|
-
"required": false,
|
|
17677
|
-
"type": {
|
|
17678
|
-
"name": "string"
|
|
17679
|
-
}
|
|
17680
|
-
},
|
|
17681
|
-
"onChange": {
|
|
17682
|
-
"defaultValue": null,
|
|
17683
|
-
"description": "Handler that is called when the Switch's selection state changes.",
|
|
17684
|
-
"name": "onChange",
|
|
17685
|
-
"parent": {
|
|
17686
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
|
|
17687
|
-
"name": "SwitchBase"
|
|
17688
|
-
},
|
|
17689
|
-
"declarations": [
|
|
17690
|
-
{
|
|
17691
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
|
|
17692
|
-
"name": "SwitchBase"
|
|
17693
|
-
}
|
|
17694
|
-
],
|
|
17695
|
-
"required": false,
|
|
17696
|
-
"type": {
|
|
17697
|
-
"name": "((isSelected: boolean) => void)"
|
|
17698
|
-
}
|
|
17699
|
-
},
|
|
17700
|
-
"id": {
|
|
17701
|
-
"defaultValue": null,
|
|
17702
|
-
"description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
17703
|
-
"name": "id",
|
|
17704
|
-
"parent": {
|
|
17705
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
17706
|
-
"name": "DOMProps"
|
|
17707
|
-
},
|
|
17708
|
-
"declarations": [
|
|
17709
|
-
{
|
|
17710
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
17711
|
-
"name": "DOMProps"
|
|
17712
|
-
}
|
|
17713
|
-
],
|
|
17714
|
-
"required": false,
|
|
17715
|
-
"type": {
|
|
17716
|
-
"name": "string"
|
|
17717
|
-
}
|
|
17718
|
-
},
|
|
17719
|
-
"name": {
|
|
17720
|
-
"defaultValue": null,
|
|
17721
|
-
"description": "The name of the input element, used when submitting an HTML form. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname).",
|
|
17722
|
-
"name": "name",
|
|
17723
|
-
"parent": {
|
|
17724
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
17725
|
-
"name": "InputDOMProps"
|
|
17726
|
-
},
|
|
17727
|
-
"declarations": [
|
|
17728
|
-
{
|
|
17729
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
17730
|
-
"name": "InputDOMProps"
|
|
17731
|
-
}
|
|
17732
|
-
],
|
|
17733
|
-
"required": false,
|
|
17734
|
-
"type": {
|
|
17735
|
-
"name": "string"
|
|
17736
|
-
}
|
|
17737
|
-
},
|
|
17738
|
-
"form": {
|
|
17739
|
-
"defaultValue": null,
|
|
17740
|
-
"description": "The `<form>` element to associate the input with.\nThe value of this attribute must be the id of a `<form>` in the same document.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#form).",
|
|
17741
|
-
"name": "form",
|
|
17742
|
-
"parent": {
|
|
17743
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
17744
|
-
"name": "InputDOMProps"
|
|
17745
|
-
},
|
|
17746
|
-
"declarations": [
|
|
17747
|
-
{
|
|
17748
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
17749
|
-
"name": "InputDOMProps"
|
|
17750
|
-
}
|
|
17751
|
-
],
|
|
17752
|
-
"required": false,
|
|
17753
|
-
"type": {
|
|
17754
|
-
"name": "string"
|
|
17755
|
-
}
|
|
17756
|
-
},
|
|
17757
|
-
"slot": {
|
|
17758
|
-
"defaultValue": null,
|
|
17759
|
-
"description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
|
|
17760
|
-
"name": "slot",
|
|
17761
|
-
"parent": {
|
|
17762
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
17763
|
-
"name": "SlotProps"
|
|
17764
|
-
},
|
|
17765
|
-
"declarations": [
|
|
17766
|
-
{
|
|
17767
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
17768
|
-
"name": "SlotProps"
|
|
17769
|
-
}
|
|
17770
|
-
],
|
|
17771
|
-
"required": false,
|
|
17772
|
-
"type": {
|
|
17773
|
-
"name": "string | null"
|
|
17774
|
-
}
|
|
17775
|
-
},
|
|
17776
|
-
"aria-controls": {
|
|
17777
|
-
"defaultValue": null,
|
|
17778
|
-
"description": "Identifies the element (or elements) whose contents or presence are controlled by the current element.",
|
|
17779
|
-
"name": "aria-controls",
|
|
17780
|
-
"parent": {
|
|
17781
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
|
|
17782
|
-
"name": "AriaSwitchBase"
|
|
17783
|
-
},
|
|
17784
|
-
"declarations": [
|
|
17785
|
-
{
|
|
17786
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
|
|
17787
|
-
"name": "AriaSwitchBase"
|
|
17788
|
-
}
|
|
17789
|
-
],
|
|
17790
|
-
"required": false,
|
|
17791
|
-
"type": {
|
|
17792
|
-
"name": "string"
|
|
17793
|
-
}
|
|
17794
|
-
},
|
|
17795
|
-
"excludeFromTabOrder": {
|
|
17796
|
-
"defaultValue": null,
|
|
17797
|
-
"description": "Whether to exclude the element from the sequential tab order. If true,\nthe element will not be focusable via the keyboard by tabbing. This should\nbe avoided except in rare scenarios where an alternative means of accessing\nthe element or its functionality via the keyboard is available.",
|
|
17798
|
-
"name": "excludeFromTabOrder",
|
|
17799
|
-
"parent": {
|
|
17800
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
17801
|
-
"name": "FocusableDOMProps"
|
|
17802
|
-
},
|
|
17803
|
-
"declarations": [
|
|
17804
|
-
{
|
|
17805
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
17806
|
-
"name": "FocusableDOMProps"
|
|
17807
|
-
}
|
|
17808
|
-
],
|
|
17809
|
-
"required": false,
|
|
17810
|
-
"type": {
|
|
17811
|
-
"name": "boolean"
|
|
17812
|
-
}
|
|
17813
|
-
},
|
|
17814
|
-
"defaultSelected": {
|
|
17815
|
-
"defaultValue": null,
|
|
17816
|
-
"description": "Whether the Switch should be selected (uncontrolled).",
|
|
17817
|
-
"name": "defaultSelected",
|
|
17818
|
-
"parent": {
|
|
17819
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
|
|
17820
|
-
"name": "SwitchBase"
|
|
17821
|
-
},
|
|
17822
|
-
"declarations": [
|
|
17823
|
-
{
|
|
17824
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
|
|
17825
|
-
"name": "SwitchBase"
|
|
17826
|
-
}
|
|
17827
|
-
],
|
|
17828
|
-
"required": false,
|
|
17829
|
-
"type": {
|
|
17830
|
-
"name": "boolean"
|
|
17831
|
-
}
|
|
17832
|
-
},
|
|
17833
|
-
"isSelected": {
|
|
17834
|
-
"defaultValue": null,
|
|
17835
|
-
"description": "Whether the Switch should be selected (controlled).",
|
|
17836
|
-
"name": "isSelected",
|
|
17837
|
-
"parent": {
|
|
17838
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
|
|
17839
|
-
"name": "SwitchBase"
|
|
17840
|
-
},
|
|
17841
|
-
"declarations": [
|
|
17842
|
-
{
|
|
17843
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
|
|
17844
|
-
"name": "SwitchBase"
|
|
17845
|
-
}
|
|
17846
|
-
],
|
|
17847
|
-
"required": false,
|
|
17848
|
-
"type": {
|
|
17849
|
-
"name": "boolean"
|
|
17850
|
-
}
|
|
17851
|
-
},
|
|
17852
|
-
"onHoverStart": {
|
|
17853
|
-
"defaultValue": null,
|
|
17854
|
-
"description": "Handler that is called when a hover interaction starts.",
|
|
17855
|
-
"name": "onHoverStart",
|
|
17856
|
-
"parent": {
|
|
17857
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
17858
|
-
"name": "HoverEvents"
|
|
17859
|
-
},
|
|
17860
|
-
"declarations": [
|
|
17861
|
-
{
|
|
17862
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
17863
|
-
"name": "HoverEvents"
|
|
17864
|
-
}
|
|
17865
|
-
],
|
|
17866
|
-
"required": false,
|
|
17867
|
-
"type": {
|
|
17868
|
-
"name": "((e: HoverEvent) => void)"
|
|
17869
|
-
}
|
|
17870
|
-
},
|
|
17871
|
-
"onHoverEnd": {
|
|
17872
|
-
"defaultValue": null,
|
|
17873
|
-
"description": "Handler that is called when a hover interaction ends.",
|
|
17874
|
-
"name": "onHoverEnd",
|
|
17875
|
-
"parent": {
|
|
17876
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
17877
|
-
"name": "HoverEvents"
|
|
17878
|
-
},
|
|
17879
|
-
"declarations": [
|
|
17880
|
-
{
|
|
17881
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
17882
|
-
"name": "HoverEvents"
|
|
17883
|
-
}
|
|
17884
|
-
],
|
|
17885
|
-
"required": false,
|
|
17886
|
-
"type": {
|
|
17887
|
-
"name": "((e: HoverEvent) => void)"
|
|
17888
|
-
}
|
|
17889
|
-
},
|
|
17890
|
-
"onHoverChange": {
|
|
17891
|
-
"defaultValue": null,
|
|
17892
|
-
"description": "Handler that is called when the hover state changes.",
|
|
17893
|
-
"name": "onHoverChange",
|
|
17894
|
-
"parent": {
|
|
17895
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
17896
|
-
"name": "HoverEvents"
|
|
17897
|
-
},
|
|
17898
|
-
"declarations": [
|
|
17899
|
-
{
|
|
17900
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
17901
|
-
"name": "HoverEvents"
|
|
17902
|
-
}
|
|
17903
|
-
],
|
|
17904
|
-
"required": false,
|
|
17905
|
-
"type": {
|
|
17906
|
-
"name": "((isHovering: boolean) => void)"
|
|
17907
|
-
}
|
|
17908
|
-
},
|
|
17909
|
-
"children": {
|
|
17818
|
+
"verticalAlign": {
|
|
17910
17819
|
"defaultValue": null,
|
|
17911
|
-
"description": "",
|
|
17912
|
-
"name": "
|
|
17820
|
+
"description": "The vertical alignment of the table cells content.",
|
|
17821
|
+
"name": "verticalAlign",
|
|
17913
17822
|
"declarations": [
|
|
17914
17823
|
{
|
|
17915
|
-
"fileName": "
|
|
17824
|
+
"fileName": "components/src/components/Table/Table.tsx",
|
|
17916
17825
|
"name": "TypeLiteral"
|
|
17917
17826
|
}
|
|
17918
17827
|
],
|
|
17919
17828
|
"required": false,
|
|
17920
17829
|
"type": {
|
|
17921
|
-
"name": "
|
|
17922
|
-
}
|
|
17923
|
-
},
|
|
17924
|
-
"wrapWith": {
|
|
17925
|
-
"defaultValue": null,
|
|
17926
|
-
"description": "",
|
|
17927
|
-
"name": "wrapWith",
|
|
17928
|
-
"parent": {
|
|
17929
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
17930
|
-
"name": "FlowComponentProps"
|
|
17931
|
-
},
|
|
17932
|
-
"declarations": [
|
|
17933
|
-
{
|
|
17934
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
17935
|
-
"name": "FlowComponentProps"
|
|
17936
|
-
}
|
|
17937
|
-
],
|
|
17938
|
-
"required": false,
|
|
17939
|
-
"type": {
|
|
17940
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
17941
|
-
}
|
|
17942
|
-
},
|
|
17943
|
-
"tunnelId": {
|
|
17944
|
-
"defaultValue": null,
|
|
17945
|
-
"description": "@internal",
|
|
17946
|
-
"name": "tunnelId",
|
|
17947
|
-
"parent": {
|
|
17948
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
17949
|
-
"name": "PropsWithTunnel"
|
|
17950
|
-
},
|
|
17951
|
-
"declarations": [
|
|
17952
|
-
{
|
|
17953
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
17954
|
-
"name": "PropsWithTunnel"
|
|
17955
|
-
}
|
|
17956
|
-
],
|
|
17957
|
-
"required": false,
|
|
17958
|
-
"type": {
|
|
17959
|
-
"name": "string | null"
|
|
17960
|
-
}
|
|
17961
|
-
},
|
|
17962
|
-
"ref": {
|
|
17963
|
-
"defaultValue": null,
|
|
17964
|
-
"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}",
|
|
17965
|
-
"name": "ref",
|
|
17966
|
-
"parent": {
|
|
17967
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
17968
|
-
"name": "RefAttributes"
|
|
17969
|
-
},
|
|
17970
|
-
"declarations": [
|
|
17971
|
-
{
|
|
17972
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
17973
|
-
"name": "RefAttributes"
|
|
17974
|
-
}
|
|
17975
|
-
],
|
|
17976
|
-
"required": false,
|
|
17977
|
-
"type": {
|
|
17978
|
-
"name": "Ref<HTMLSpanElement>"
|
|
17979
|
-
}
|
|
17980
|
-
},
|
|
17981
|
-
"key": {
|
|
17982
|
-
"defaultValue": null,
|
|
17983
|
-
"description": "",
|
|
17984
|
-
"name": "key",
|
|
17985
|
-
"parent": {
|
|
17986
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
17987
|
-
"name": "Attributes"
|
|
17988
|
-
},
|
|
17989
|
-
"declarations": [
|
|
17990
|
-
{
|
|
17991
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
17992
|
-
"name": "Attributes"
|
|
17993
|
-
}
|
|
17994
|
-
],
|
|
17995
|
-
"required": false,
|
|
17996
|
-
"type": {
|
|
17997
|
-
"name": "Key | null"
|
|
17830
|
+
"name": "\"top\" | \"middle\""
|
|
17998
17831
|
}
|
|
17999
17832
|
}
|
|
18000
17833
|
}
|
|
@@ -18003,359 +17836,51 @@
|
|
|
18003
17836
|
"tags": {
|
|
18004
17837
|
"flr-generate": "all"
|
|
18005
17838
|
},
|
|
18006
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
17839
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Switch/Switch.tsx",
|
|
18007
17840
|
"description": "",
|
|
18008
|
-
"displayName": "
|
|
17841
|
+
"displayName": "Switch",
|
|
18009
17842
|
"methods": [],
|
|
18010
17843
|
"props": {
|
|
18011
|
-
"
|
|
18012
|
-
"defaultValue": {
|
|
18013
|
-
"value": "'react-aria-Tooltip'"
|
|
18014
|
-
},
|
|
18015
|
-
"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.",
|
|
18016
|
-
"name": "className",
|
|
18017
|
-
"parent": {
|
|
18018
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
18019
|
-
"name": "TooltipProps"
|
|
18020
|
-
},
|
|
18021
|
-
"declarations": [
|
|
18022
|
-
{
|
|
18023
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
18024
|
-
"name": "TooltipProps"
|
|
18025
|
-
}
|
|
18026
|
-
],
|
|
18027
|
-
"required": false,
|
|
18028
|
-
"type": {
|
|
18029
|
-
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
18030
|
-
}
|
|
18031
|
-
},
|
|
18032
|
-
"children": {
|
|
18033
|
-
"defaultValue": null,
|
|
18034
|
-
"description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
|
|
18035
|
-
"name": "children",
|
|
18036
|
-
"parent": {
|
|
18037
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
18038
|
-
"name": "TableProps"
|
|
18039
|
-
},
|
|
18040
|
-
"declarations": [
|
|
18041
|
-
{
|
|
18042
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
18043
|
-
"name": "TableProps"
|
|
18044
|
-
}
|
|
18045
|
-
],
|
|
18046
|
-
"required": false,
|
|
18047
|
-
"type": {
|
|
18048
|
-
"name": "ReactNode"
|
|
18049
|
-
}
|
|
18050
|
-
},
|
|
18051
|
-
"selectionBehavior": {
|
|
18052
|
-
"defaultValue": {
|
|
18053
|
-
"value": "\"toggle\""
|
|
18054
|
-
},
|
|
18055
|
-
"description": "How multiple selection should behave in the collection.",
|
|
18056
|
-
"name": "selectionBehavior",
|
|
18057
|
-
"parent": {
|
|
18058
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
18059
|
-
"name": "TableProps"
|
|
18060
|
-
},
|
|
18061
|
-
"declarations": [
|
|
18062
|
-
{
|
|
18063
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
18064
|
-
"name": "TableProps"
|
|
18065
|
-
}
|
|
18066
|
-
],
|
|
18067
|
-
"required": false,
|
|
18068
|
-
"type": {
|
|
18069
|
-
"name": "SelectionBehavior"
|
|
18070
|
-
}
|
|
18071
|
-
},
|
|
18072
|
-
"disabledBehavior": {
|
|
17844
|
+
"labelPosition": {
|
|
18073
17845
|
"defaultValue": {
|
|
18074
|
-
"value": "\"
|
|
18075
|
-
},
|
|
18076
|
-
"description": "Whether `disabledKeys` applies to all interactions, or only selection.",
|
|
18077
|
-
"name": "disabledBehavior",
|
|
18078
|
-
"parent": {
|
|
18079
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
18080
|
-
"name": "TableProps"
|
|
18081
|
-
},
|
|
18082
|
-
"declarations": [
|
|
18083
|
-
{
|
|
18084
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
18085
|
-
"name": "TableProps"
|
|
18086
|
-
}
|
|
18087
|
-
],
|
|
18088
|
-
"required": false,
|
|
18089
|
-
"type": {
|
|
18090
|
-
"name": "DisabledBehavior"
|
|
18091
|
-
}
|
|
18092
|
-
},
|
|
18093
|
-
"onRowAction": {
|
|
18094
|
-
"defaultValue": null,
|
|
18095
|
-
"description": "Handler that is called when a user performs an action on the row.",
|
|
18096
|
-
"name": "onRowAction",
|
|
18097
|
-
"parent": {
|
|
18098
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
18099
|
-
"name": "TableProps"
|
|
18100
|
-
},
|
|
18101
|
-
"declarations": [
|
|
18102
|
-
{
|
|
18103
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
18104
|
-
"name": "TableProps"
|
|
18105
|
-
}
|
|
18106
|
-
],
|
|
18107
|
-
"required": false,
|
|
18108
|
-
"type": {
|
|
18109
|
-
"name": "((key: Key) => void)"
|
|
18110
|
-
}
|
|
18111
|
-
},
|
|
18112
|
-
"dragAndDropHooks": {
|
|
18113
|
-
"defaultValue": null,
|
|
18114
|
-
"description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for the Table.",
|
|
18115
|
-
"name": "dragAndDropHooks",
|
|
18116
|
-
"parent": {
|
|
18117
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
18118
|
-
"name": "TableProps"
|
|
18119
|
-
},
|
|
18120
|
-
"declarations": [
|
|
18121
|
-
{
|
|
18122
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
18123
|
-
"name": "TableProps"
|
|
18124
|
-
}
|
|
18125
|
-
],
|
|
18126
|
-
"required": false,
|
|
18127
|
-
"type": {
|
|
18128
|
-
"name": "DragAndDropHooks<object>"
|
|
18129
|
-
}
|
|
18130
|
-
},
|
|
18131
|
-
"disallowEmptySelection": {
|
|
18132
|
-
"defaultValue": null,
|
|
18133
|
-
"description": "Whether the collection allows empty selection.",
|
|
18134
|
-
"name": "disallowEmptySelection",
|
|
18135
|
-
"parent": {
|
|
18136
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
18137
|
-
"name": "MultipleSelection"
|
|
18138
|
-
},
|
|
18139
|
-
"declarations": [
|
|
18140
|
-
{
|
|
18141
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
18142
|
-
"name": "MultipleSelection"
|
|
18143
|
-
}
|
|
18144
|
-
],
|
|
18145
|
-
"required": false,
|
|
18146
|
-
"type": {
|
|
18147
|
-
"name": "boolean"
|
|
18148
|
-
}
|
|
18149
|
-
},
|
|
18150
|
-
"onSelectionChange": {
|
|
18151
|
-
"defaultValue": null,
|
|
18152
|
-
"description": "Handler that is called when the selection changes.",
|
|
18153
|
-
"name": "onSelectionChange",
|
|
18154
|
-
"parent": {
|
|
18155
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
18156
|
-
"name": "MultipleSelection"
|
|
17846
|
+
"value": "\"trailing\""
|
|
18157
17847
|
},
|
|
18158
|
-
"
|
|
18159
|
-
|
|
18160
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
18161
|
-
"name": "MultipleSelection"
|
|
18162
|
-
}
|
|
18163
|
-
],
|
|
18164
|
-
"required": false,
|
|
18165
|
-
"type": {
|
|
18166
|
-
"name": "((keys: Selection) => void)"
|
|
18167
|
-
}
|
|
18168
|
-
},
|
|
18169
|
-
"disabledKeys": {
|
|
18170
|
-
"defaultValue": null,
|
|
18171
|
-
"description": "A list of row keys to disable.",
|
|
18172
|
-
"name": "disabledKeys",
|
|
17848
|
+
"description": "Whether the label should appear before or after the switch.",
|
|
17849
|
+
"name": "labelPosition",
|
|
18173
17850
|
"parent": {
|
|
18174
|
-
"fileName": "
|
|
18175
|
-
"name": "
|
|
17851
|
+
"fileName": "components/src/components/Switch/Switch.tsx",
|
|
17852
|
+
"name": "SwitchProps"
|
|
18176
17853
|
},
|
|
18177
17854
|
"declarations": [
|
|
18178
17855
|
{
|
|
18179
|
-
"fileName": "
|
|
18180
|
-
"name": "
|
|
17856
|
+
"fileName": "components/src/components/Switch/Switch.tsx",
|
|
17857
|
+
"name": "SwitchProps"
|
|
18181
17858
|
}
|
|
18182
17859
|
],
|
|
18183
17860
|
"required": false,
|
|
18184
17861
|
"type": {
|
|
18185
|
-
"name": "
|
|
17862
|
+
"name": "\"leading\" | \"trailing\""
|
|
18186
17863
|
}
|
|
18187
17864
|
},
|
|
18188
|
-
"
|
|
17865
|
+
"className": {
|
|
18189
17866
|
"defaultValue": {
|
|
18190
|
-
"value": "'
|
|
18191
|
-
},
|
|
18192
|
-
"description": "Whether pressing the escape key should clear selection in the table or not.\n\nMost experiences should not modify this option as it eliminates a keyboard user's ability to\neasily clear selection. Only use if the escape key is being handled externally or should not\ntrigger selection clearing contextually.",
|
|
18193
|
-
"name": "escapeKeyBehavior",
|
|
18194
|
-
"parent": {
|
|
18195
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+table@3.13.4_react@19.2.4/node_modules/@react-types/table/src/index.d.ts",
|
|
18196
|
-
"name": "TableProps"
|
|
18197
|
-
},
|
|
18198
|
-
"declarations": [
|
|
18199
|
-
{
|
|
18200
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+table@3.13.4_react@19.2.4/node_modules/@react-types/table/src/index.d.ts",
|
|
18201
|
-
"name": "TableProps"
|
|
18202
|
-
}
|
|
18203
|
-
],
|
|
18204
|
-
"required": false,
|
|
18205
|
-
"type": {
|
|
18206
|
-
"name": "\"none\" | \"clearSelection\""
|
|
18207
|
-
}
|
|
18208
|
-
},
|
|
18209
|
-
"shouldSelectOnPressUp": {
|
|
18210
|
-
"defaultValue": null,
|
|
18211
|
-
"description": "Whether selection should occur on press up instead of press down.",
|
|
18212
|
-
"name": "shouldSelectOnPressUp",
|
|
18213
|
-
"parent": {
|
|
18214
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+table@3.13.4_react@19.2.4/node_modules/@react-types/table/src/index.d.ts",
|
|
18215
|
-
"name": "TableProps"
|
|
18216
|
-
},
|
|
18217
|
-
"declarations": [
|
|
18218
|
-
{
|
|
18219
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+table@3.13.4_react@19.2.4/node_modules/@react-types/table/src/index.d.ts",
|
|
18220
|
-
"name": "TableProps"
|
|
18221
|
-
}
|
|
18222
|
-
],
|
|
18223
|
-
"required": false,
|
|
18224
|
-
"type": {
|
|
18225
|
-
"name": "boolean"
|
|
18226
|
-
}
|
|
18227
|
-
},
|
|
18228
|
-
"selectionMode": {
|
|
18229
|
-
"defaultValue": null,
|
|
18230
|
-
"description": "The type of selection that is allowed in the collection.",
|
|
18231
|
-
"name": "selectionMode",
|
|
18232
|
-
"parent": {
|
|
18233
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
18234
|
-
"name": "MultipleSelection"
|
|
18235
|
-
},
|
|
18236
|
-
"declarations": [
|
|
18237
|
-
{
|
|
18238
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
18239
|
-
"name": "MultipleSelection"
|
|
18240
|
-
}
|
|
18241
|
-
],
|
|
18242
|
-
"required": false,
|
|
18243
|
-
"type": {
|
|
18244
|
-
"name": "SelectionMode"
|
|
18245
|
-
}
|
|
18246
|
-
},
|
|
18247
|
-
"selectedKeys": {
|
|
18248
|
-
"defaultValue": null,
|
|
18249
|
-
"description": "The currently selected keys in the collection (controlled).",
|
|
18250
|
-
"name": "selectedKeys",
|
|
18251
|
-
"parent": {
|
|
18252
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
18253
|
-
"name": "MultipleSelection"
|
|
18254
|
-
},
|
|
18255
|
-
"declarations": [
|
|
18256
|
-
{
|
|
18257
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
18258
|
-
"name": "MultipleSelection"
|
|
18259
|
-
}
|
|
18260
|
-
],
|
|
18261
|
-
"required": false,
|
|
18262
|
-
"type": {
|
|
18263
|
-
"name": "\"all\" | Iterable<Key>"
|
|
18264
|
-
}
|
|
18265
|
-
},
|
|
18266
|
-
"defaultSelectedKeys": {
|
|
18267
|
-
"defaultValue": null,
|
|
18268
|
-
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
18269
|
-
"name": "defaultSelectedKeys",
|
|
18270
|
-
"parent": {
|
|
18271
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
18272
|
-
"name": "MultipleSelection"
|
|
18273
|
-
},
|
|
18274
|
-
"declarations": [
|
|
18275
|
-
{
|
|
18276
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
18277
|
-
"name": "MultipleSelection"
|
|
18278
|
-
}
|
|
18279
|
-
],
|
|
18280
|
-
"required": false,
|
|
18281
|
-
"type": {
|
|
18282
|
-
"name": "\"all\" | Iterable<Key>"
|
|
18283
|
-
}
|
|
18284
|
-
},
|
|
18285
|
-
"sortDescriptor": {
|
|
18286
|
-
"defaultValue": null,
|
|
18287
|
-
"description": "The current sorted column and direction.",
|
|
18288
|
-
"name": "sortDescriptor",
|
|
18289
|
-
"parent": {
|
|
18290
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
18291
|
-
"name": "Sortable"
|
|
18292
|
-
},
|
|
18293
|
-
"declarations": [
|
|
18294
|
-
{
|
|
18295
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
18296
|
-
"name": "Sortable"
|
|
18297
|
-
}
|
|
18298
|
-
],
|
|
18299
|
-
"required": false,
|
|
18300
|
-
"type": {
|
|
18301
|
-
"name": "SortDescriptor"
|
|
18302
|
-
}
|
|
18303
|
-
},
|
|
18304
|
-
"onSortChange": {
|
|
18305
|
-
"defaultValue": null,
|
|
18306
|
-
"description": "Handler that is called when the sorted column or direction changes.",
|
|
18307
|
-
"name": "onSortChange",
|
|
18308
|
-
"parent": {
|
|
18309
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
18310
|
-
"name": "Sortable"
|
|
18311
|
-
},
|
|
18312
|
-
"declarations": [
|
|
18313
|
-
{
|
|
18314
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
18315
|
-
"name": "Sortable"
|
|
18316
|
-
}
|
|
18317
|
-
],
|
|
18318
|
-
"required": false,
|
|
18319
|
-
"type": {
|
|
18320
|
-
"name": "((descriptor: SortDescriptor) => any)"
|
|
18321
|
-
}
|
|
18322
|
-
},
|
|
18323
|
-
"style": {
|
|
18324
|
-
"defaultValue": null,
|
|
18325
|
-
"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.",
|
|
18326
|
-
"name": "style",
|
|
18327
|
-
"parent": {
|
|
18328
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
18329
|
-
"name": "StyleRenderProps"
|
|
17867
|
+
"value": "'react-aria-Tooltip'"
|
|
18330
17868
|
},
|
|
18331
|
-
"
|
|
18332
|
-
|
|
18333
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
18334
|
-
"name": "StyleRenderProps"
|
|
18335
|
-
}
|
|
18336
|
-
],
|
|
18337
|
-
"required": false,
|
|
18338
|
-
"type": {
|
|
18339
|
-
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
18340
|
-
}
|
|
18341
|
-
},
|
|
18342
|
-
"slot": {
|
|
18343
|
-
"defaultValue": null,
|
|
18344
|
-
"description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
|
|
18345
|
-
"name": "slot",
|
|
17869
|
+
"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.",
|
|
17870
|
+
"name": "className",
|
|
18346
17871
|
"parent": {
|
|
18347
17872
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
18348
|
-
"name": "
|
|
17873
|
+
"name": "TooltipProps"
|
|
18349
17874
|
},
|
|
18350
17875
|
"declarations": [
|
|
18351
17876
|
{
|
|
18352
17877
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
18353
|
-
"name": "
|
|
17878
|
+
"name": "TooltipProps"
|
|
18354
17879
|
}
|
|
18355
17880
|
],
|
|
18356
17881
|
"required": false,
|
|
18357
17882
|
"type": {
|
|
18358
|
-
"name": "
|
|
17883
|
+
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
18359
17884
|
}
|
|
18360
17885
|
},
|
|
18361
17886
|
"aria-label": {
|
|
@@ -18434,6 +17959,25 @@
|
|
|
18434
17959
|
"name": "string"
|
|
18435
17960
|
}
|
|
18436
17961
|
},
|
|
17962
|
+
"style": {
|
|
17963
|
+
"defaultValue": null,
|
|
17964
|
+
"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.",
|
|
17965
|
+
"name": "style",
|
|
17966
|
+
"parent": {
|
|
17967
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
17968
|
+
"name": "StyleRenderProps"
|
|
17969
|
+
},
|
|
17970
|
+
"declarations": [
|
|
17971
|
+
{
|
|
17972
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
17973
|
+
"name": "StyleRenderProps"
|
|
17974
|
+
}
|
|
17975
|
+
],
|
|
17976
|
+
"required": false,
|
|
17977
|
+
"type": {
|
|
17978
|
+
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
17979
|
+
}
|
|
17980
|
+
},
|
|
18437
17981
|
"dir": {
|
|
18438
17982
|
"defaultValue": null,
|
|
18439
17983
|
"description": "",
|
|
@@ -18529,25 +18073,6 @@
|
|
|
18529
18073
|
"name": "\"yes\" | \"no\""
|
|
18530
18074
|
}
|
|
18531
18075
|
},
|
|
18532
|
-
"onClick": {
|
|
18533
|
-
"defaultValue": null,
|
|
18534
|
-
"description": "",
|
|
18535
|
-
"name": "onClick",
|
|
18536
|
-
"parent": {
|
|
18537
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
18538
|
-
"name": "GlobalDOMEvents"
|
|
18539
|
-
},
|
|
18540
|
-
"declarations": [
|
|
18541
|
-
{
|
|
18542
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
18543
|
-
"name": "GlobalDOMEvents"
|
|
18544
|
-
}
|
|
18545
|
-
],
|
|
18546
|
-
"required": false,
|
|
18547
|
-
"type": {
|
|
18548
|
-
"name": "MouseEventHandler<HTMLDivElement>"
|
|
18549
|
-
}
|
|
18550
|
-
},
|
|
18551
18076
|
"onClickCapture": {
|
|
18552
18077
|
"defaultValue": null,
|
|
18553
18078
|
"description": "",
|
|
@@ -19745,19 +19270,494 @@
|
|
|
19745
19270
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
19746
19271
|
}
|
|
19747
19272
|
},
|
|
19748
|
-
"
|
|
19273
|
+
"isDisabled": {
|
|
19749
19274
|
"defaultValue": null,
|
|
19750
|
-
"description": "
|
|
19751
|
-
"name": "
|
|
19275
|
+
"description": "Whether the input is disabled.",
|
|
19276
|
+
"name": "isDisabled",
|
|
19277
|
+
"parent": {
|
|
19278
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
19279
|
+
"name": "InputBase"
|
|
19280
|
+
},
|
|
19752
19281
|
"declarations": [
|
|
19753
19282
|
{
|
|
19754
|
-
"fileName": "
|
|
19283
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
19284
|
+
"name": "InputBase"
|
|
19285
|
+
}
|
|
19286
|
+
],
|
|
19287
|
+
"required": false,
|
|
19288
|
+
"type": {
|
|
19289
|
+
"name": "boolean"
|
|
19290
|
+
}
|
|
19291
|
+
},
|
|
19292
|
+
"isReadOnly": {
|
|
19293
|
+
"defaultValue": null,
|
|
19294
|
+
"description": "Whether the input can be selected but not changed by the user.",
|
|
19295
|
+
"name": "isReadOnly",
|
|
19296
|
+
"parent": {
|
|
19297
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
19298
|
+
"name": "InputBase"
|
|
19299
|
+
},
|
|
19300
|
+
"declarations": [
|
|
19301
|
+
{
|
|
19302
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
19303
|
+
"name": "InputBase"
|
|
19304
|
+
}
|
|
19305
|
+
],
|
|
19306
|
+
"required": false,
|
|
19307
|
+
"type": {
|
|
19308
|
+
"name": "boolean"
|
|
19309
|
+
}
|
|
19310
|
+
},
|
|
19311
|
+
"autoFocus": {
|
|
19312
|
+
"defaultValue": null,
|
|
19313
|
+
"description": "Whether the element should receive focus on render.",
|
|
19314
|
+
"name": "autoFocus",
|
|
19315
|
+
"parent": {
|
|
19316
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
19317
|
+
"name": "FocusableProps"
|
|
19318
|
+
},
|
|
19319
|
+
"declarations": [
|
|
19320
|
+
{
|
|
19321
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
19322
|
+
"name": "FocusableProps"
|
|
19323
|
+
}
|
|
19324
|
+
],
|
|
19325
|
+
"required": false,
|
|
19326
|
+
"type": {
|
|
19327
|
+
"name": "boolean"
|
|
19328
|
+
}
|
|
19329
|
+
},
|
|
19330
|
+
"onFocus": {
|
|
19331
|
+
"defaultValue": null,
|
|
19332
|
+
"description": "Handler that is called when the element receives focus.",
|
|
19333
|
+
"name": "onFocus",
|
|
19334
|
+
"parent": {
|
|
19335
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
19336
|
+
"name": "FocusEvents"
|
|
19337
|
+
},
|
|
19338
|
+
"declarations": [
|
|
19339
|
+
{
|
|
19340
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
19341
|
+
"name": "FocusEvents"
|
|
19342
|
+
}
|
|
19343
|
+
],
|
|
19344
|
+
"required": false,
|
|
19345
|
+
"type": {
|
|
19346
|
+
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
19347
|
+
}
|
|
19348
|
+
},
|
|
19349
|
+
"onBlur": {
|
|
19350
|
+
"defaultValue": null,
|
|
19351
|
+
"description": "Handler that is called when the element loses focus.",
|
|
19352
|
+
"name": "onBlur",
|
|
19353
|
+
"parent": {
|
|
19354
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
19355
|
+
"name": "FocusEvents"
|
|
19356
|
+
},
|
|
19357
|
+
"declarations": [
|
|
19358
|
+
{
|
|
19359
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
19360
|
+
"name": "FocusEvents"
|
|
19361
|
+
}
|
|
19362
|
+
],
|
|
19363
|
+
"required": false,
|
|
19364
|
+
"type": {
|
|
19365
|
+
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
19366
|
+
}
|
|
19367
|
+
},
|
|
19368
|
+
"onFocusChange": {
|
|
19369
|
+
"defaultValue": null,
|
|
19370
|
+
"description": "Handler that is called when the element's focus status changes.",
|
|
19371
|
+
"name": "onFocusChange",
|
|
19372
|
+
"parent": {
|
|
19373
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
19374
|
+
"name": "FocusEvents"
|
|
19375
|
+
},
|
|
19376
|
+
"declarations": [
|
|
19377
|
+
{
|
|
19378
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
19379
|
+
"name": "FocusEvents"
|
|
19380
|
+
}
|
|
19381
|
+
],
|
|
19382
|
+
"required": false,
|
|
19383
|
+
"type": {
|
|
19384
|
+
"name": "((isFocused: boolean) => void)"
|
|
19385
|
+
}
|
|
19386
|
+
},
|
|
19387
|
+
"onKeyDown": {
|
|
19388
|
+
"defaultValue": null,
|
|
19389
|
+
"description": "Handler that is called when a key is pressed.",
|
|
19390
|
+
"name": "onKeyDown",
|
|
19391
|
+
"parent": {
|
|
19392
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
19393
|
+
"name": "KeyboardEvents"
|
|
19394
|
+
},
|
|
19395
|
+
"declarations": [
|
|
19396
|
+
{
|
|
19397
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
19398
|
+
"name": "KeyboardEvents"
|
|
19399
|
+
}
|
|
19400
|
+
],
|
|
19401
|
+
"required": false,
|
|
19402
|
+
"type": {
|
|
19403
|
+
"name": "((e: KeyboardEvent) => void)"
|
|
19404
|
+
}
|
|
19405
|
+
},
|
|
19406
|
+
"onKeyUp": {
|
|
19407
|
+
"defaultValue": null,
|
|
19408
|
+
"description": "Handler that is called when a key is released.",
|
|
19409
|
+
"name": "onKeyUp",
|
|
19410
|
+
"parent": {
|
|
19411
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
19412
|
+
"name": "KeyboardEvents"
|
|
19413
|
+
},
|
|
19414
|
+
"declarations": [
|
|
19415
|
+
{
|
|
19416
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
19417
|
+
"name": "KeyboardEvents"
|
|
19418
|
+
}
|
|
19419
|
+
],
|
|
19420
|
+
"required": false,
|
|
19421
|
+
"type": {
|
|
19422
|
+
"name": "((e: KeyboardEvent) => void)"
|
|
19423
|
+
}
|
|
19424
|
+
},
|
|
19425
|
+
"value": {
|
|
19426
|
+
"defaultValue": null,
|
|
19427
|
+
"description": "The value of the input element, used when submitting an HTML form. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefvalue).",
|
|
19428
|
+
"name": "value",
|
|
19429
|
+
"parent": {
|
|
19430
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
|
|
19431
|
+
"name": "SwitchBase"
|
|
19432
|
+
},
|
|
19433
|
+
"declarations": [
|
|
19434
|
+
{
|
|
19435
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
|
|
19436
|
+
"name": "SwitchBase"
|
|
19437
|
+
}
|
|
19438
|
+
],
|
|
19439
|
+
"required": false,
|
|
19440
|
+
"type": {
|
|
19441
|
+
"name": "string"
|
|
19442
|
+
}
|
|
19443
|
+
},
|
|
19444
|
+
"onChange": {
|
|
19445
|
+
"defaultValue": null,
|
|
19446
|
+
"description": "Handler that is called when the Switch's selection state changes.",
|
|
19447
|
+
"name": "onChange",
|
|
19448
|
+
"parent": {
|
|
19449
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
|
|
19450
|
+
"name": "SwitchBase"
|
|
19451
|
+
},
|
|
19452
|
+
"declarations": [
|
|
19453
|
+
{
|
|
19454
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
|
|
19455
|
+
"name": "SwitchBase"
|
|
19456
|
+
}
|
|
19457
|
+
],
|
|
19458
|
+
"required": false,
|
|
19459
|
+
"type": {
|
|
19460
|
+
"name": "((isSelected: boolean) => void)"
|
|
19461
|
+
}
|
|
19462
|
+
},
|
|
19463
|
+
"id": {
|
|
19464
|
+
"defaultValue": null,
|
|
19465
|
+
"description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
19466
|
+
"name": "id",
|
|
19467
|
+
"parent": {
|
|
19468
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
19469
|
+
"name": "DOMProps"
|
|
19470
|
+
},
|
|
19471
|
+
"declarations": [
|
|
19472
|
+
{
|
|
19473
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
19474
|
+
"name": "DOMProps"
|
|
19475
|
+
}
|
|
19476
|
+
],
|
|
19477
|
+
"required": false,
|
|
19478
|
+
"type": {
|
|
19479
|
+
"name": "string"
|
|
19480
|
+
}
|
|
19481
|
+
},
|
|
19482
|
+
"name": {
|
|
19483
|
+
"defaultValue": null,
|
|
19484
|
+
"description": "The name of the input element, used when submitting an HTML form. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname).",
|
|
19485
|
+
"name": "name",
|
|
19486
|
+
"parent": {
|
|
19487
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
19488
|
+
"name": "InputDOMProps"
|
|
19489
|
+
},
|
|
19490
|
+
"declarations": [
|
|
19491
|
+
{
|
|
19492
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
19493
|
+
"name": "InputDOMProps"
|
|
19494
|
+
}
|
|
19495
|
+
],
|
|
19496
|
+
"required": false,
|
|
19497
|
+
"type": {
|
|
19498
|
+
"name": "string"
|
|
19499
|
+
}
|
|
19500
|
+
},
|
|
19501
|
+
"form": {
|
|
19502
|
+
"defaultValue": null,
|
|
19503
|
+
"description": "The `<form>` element to associate the input with.\nThe value of this attribute must be the id of a `<form>` in the same document.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#form).",
|
|
19504
|
+
"name": "form",
|
|
19505
|
+
"parent": {
|
|
19506
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
19507
|
+
"name": "InputDOMProps"
|
|
19508
|
+
},
|
|
19509
|
+
"declarations": [
|
|
19510
|
+
{
|
|
19511
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
19512
|
+
"name": "InputDOMProps"
|
|
19513
|
+
}
|
|
19514
|
+
],
|
|
19515
|
+
"required": false,
|
|
19516
|
+
"type": {
|
|
19517
|
+
"name": "string"
|
|
19518
|
+
}
|
|
19519
|
+
},
|
|
19520
|
+
"slot": {
|
|
19521
|
+
"defaultValue": null,
|
|
19522
|
+
"description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
|
|
19523
|
+
"name": "slot",
|
|
19524
|
+
"parent": {
|
|
19525
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
19526
|
+
"name": "SlotProps"
|
|
19527
|
+
},
|
|
19528
|
+
"declarations": [
|
|
19529
|
+
{
|
|
19530
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
19531
|
+
"name": "SlotProps"
|
|
19532
|
+
}
|
|
19533
|
+
],
|
|
19534
|
+
"required": false,
|
|
19535
|
+
"type": {
|
|
19536
|
+
"name": "string | null"
|
|
19537
|
+
}
|
|
19538
|
+
},
|
|
19539
|
+
"aria-controls": {
|
|
19540
|
+
"defaultValue": null,
|
|
19541
|
+
"description": "Identifies the element (or elements) whose contents or presence are controlled by the current element.",
|
|
19542
|
+
"name": "aria-controls",
|
|
19543
|
+
"parent": {
|
|
19544
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
|
|
19545
|
+
"name": "AriaSwitchBase"
|
|
19546
|
+
},
|
|
19547
|
+
"declarations": [
|
|
19548
|
+
{
|
|
19549
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
|
|
19550
|
+
"name": "AriaSwitchBase"
|
|
19551
|
+
}
|
|
19552
|
+
],
|
|
19553
|
+
"required": false,
|
|
19554
|
+
"type": {
|
|
19555
|
+
"name": "string"
|
|
19556
|
+
}
|
|
19557
|
+
},
|
|
19558
|
+
"excludeFromTabOrder": {
|
|
19559
|
+
"defaultValue": null,
|
|
19560
|
+
"description": "Whether to exclude the element from the sequential tab order. If true,\nthe element will not be focusable via the keyboard by tabbing. This should\nbe avoided except in rare scenarios where an alternative means of accessing\nthe element or its functionality via the keyboard is available.",
|
|
19561
|
+
"name": "excludeFromTabOrder",
|
|
19562
|
+
"parent": {
|
|
19563
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
19564
|
+
"name": "FocusableDOMProps"
|
|
19565
|
+
},
|
|
19566
|
+
"declarations": [
|
|
19567
|
+
{
|
|
19568
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
19569
|
+
"name": "FocusableDOMProps"
|
|
19570
|
+
}
|
|
19571
|
+
],
|
|
19572
|
+
"required": false,
|
|
19573
|
+
"type": {
|
|
19574
|
+
"name": "boolean"
|
|
19575
|
+
}
|
|
19576
|
+
},
|
|
19577
|
+
"defaultSelected": {
|
|
19578
|
+
"defaultValue": null,
|
|
19579
|
+
"description": "Whether the Switch should be selected (uncontrolled).",
|
|
19580
|
+
"name": "defaultSelected",
|
|
19581
|
+
"parent": {
|
|
19582
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
|
|
19583
|
+
"name": "SwitchBase"
|
|
19584
|
+
},
|
|
19585
|
+
"declarations": [
|
|
19586
|
+
{
|
|
19587
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
|
|
19588
|
+
"name": "SwitchBase"
|
|
19589
|
+
}
|
|
19590
|
+
],
|
|
19591
|
+
"required": false,
|
|
19592
|
+
"type": {
|
|
19593
|
+
"name": "boolean"
|
|
19594
|
+
}
|
|
19595
|
+
},
|
|
19596
|
+
"isSelected": {
|
|
19597
|
+
"defaultValue": null,
|
|
19598
|
+
"description": "Whether the Switch should be selected (controlled).",
|
|
19599
|
+
"name": "isSelected",
|
|
19600
|
+
"parent": {
|
|
19601
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
|
|
19602
|
+
"name": "SwitchBase"
|
|
19603
|
+
},
|
|
19604
|
+
"declarations": [
|
|
19605
|
+
{
|
|
19606
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
|
|
19607
|
+
"name": "SwitchBase"
|
|
19608
|
+
}
|
|
19609
|
+
],
|
|
19610
|
+
"required": false,
|
|
19611
|
+
"type": {
|
|
19612
|
+
"name": "boolean"
|
|
19613
|
+
}
|
|
19614
|
+
},
|
|
19615
|
+
"onHoverStart": {
|
|
19616
|
+
"defaultValue": null,
|
|
19617
|
+
"description": "Handler that is called when a hover interaction starts.",
|
|
19618
|
+
"name": "onHoverStart",
|
|
19619
|
+
"parent": {
|
|
19620
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
19621
|
+
"name": "HoverEvents"
|
|
19622
|
+
},
|
|
19623
|
+
"declarations": [
|
|
19624
|
+
{
|
|
19625
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
19626
|
+
"name": "HoverEvents"
|
|
19627
|
+
}
|
|
19628
|
+
],
|
|
19629
|
+
"required": false,
|
|
19630
|
+
"type": {
|
|
19631
|
+
"name": "((e: HoverEvent) => void)"
|
|
19632
|
+
}
|
|
19633
|
+
},
|
|
19634
|
+
"onHoverEnd": {
|
|
19635
|
+
"defaultValue": null,
|
|
19636
|
+
"description": "Handler that is called when a hover interaction ends.",
|
|
19637
|
+
"name": "onHoverEnd",
|
|
19638
|
+
"parent": {
|
|
19639
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
19640
|
+
"name": "HoverEvents"
|
|
19641
|
+
},
|
|
19642
|
+
"declarations": [
|
|
19643
|
+
{
|
|
19644
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
19645
|
+
"name": "HoverEvents"
|
|
19646
|
+
}
|
|
19647
|
+
],
|
|
19648
|
+
"required": false,
|
|
19649
|
+
"type": {
|
|
19650
|
+
"name": "((e: HoverEvent) => void)"
|
|
19651
|
+
}
|
|
19652
|
+
},
|
|
19653
|
+
"onHoverChange": {
|
|
19654
|
+
"defaultValue": null,
|
|
19655
|
+
"description": "Handler that is called when the hover state changes.",
|
|
19656
|
+
"name": "onHoverChange",
|
|
19657
|
+
"parent": {
|
|
19658
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
19659
|
+
"name": "HoverEvents"
|
|
19660
|
+
},
|
|
19661
|
+
"declarations": [
|
|
19662
|
+
{
|
|
19663
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
19664
|
+
"name": "HoverEvents"
|
|
19665
|
+
}
|
|
19666
|
+
],
|
|
19667
|
+
"required": false,
|
|
19668
|
+
"type": {
|
|
19669
|
+
"name": "((isHovering: boolean) => void)"
|
|
19670
|
+
}
|
|
19671
|
+
},
|
|
19672
|
+
"children": {
|
|
19673
|
+
"defaultValue": null,
|
|
19674
|
+
"description": "",
|
|
19675
|
+
"name": "children",
|
|
19676
|
+
"declarations": [
|
|
19677
|
+
{
|
|
19678
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
19755
19679
|
"name": "TypeLiteral"
|
|
19756
19680
|
}
|
|
19757
19681
|
],
|
|
19758
19682
|
"required": false,
|
|
19759
19683
|
"type": {
|
|
19760
|
-
"name": "
|
|
19684
|
+
"name": "ReactNode"
|
|
19685
|
+
}
|
|
19686
|
+
},
|
|
19687
|
+
"wrapWith": {
|
|
19688
|
+
"defaultValue": null,
|
|
19689
|
+
"description": "",
|
|
19690
|
+
"name": "wrapWith",
|
|
19691
|
+
"parent": {
|
|
19692
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
19693
|
+
"name": "FlowComponentProps"
|
|
19694
|
+
},
|
|
19695
|
+
"declarations": [
|
|
19696
|
+
{
|
|
19697
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
19698
|
+
"name": "FlowComponentProps"
|
|
19699
|
+
}
|
|
19700
|
+
],
|
|
19701
|
+
"required": false,
|
|
19702
|
+
"type": {
|
|
19703
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
19704
|
+
}
|
|
19705
|
+
},
|
|
19706
|
+
"tunnelId": {
|
|
19707
|
+
"defaultValue": null,
|
|
19708
|
+
"description": "@internal",
|
|
19709
|
+
"name": "tunnelId",
|
|
19710
|
+
"parent": {
|
|
19711
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
19712
|
+
"name": "PropsWithTunnel"
|
|
19713
|
+
},
|
|
19714
|
+
"declarations": [
|
|
19715
|
+
{
|
|
19716
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
19717
|
+
"name": "PropsWithTunnel"
|
|
19718
|
+
}
|
|
19719
|
+
],
|
|
19720
|
+
"required": false,
|
|
19721
|
+
"type": {
|
|
19722
|
+
"name": "string | null"
|
|
19723
|
+
}
|
|
19724
|
+
},
|
|
19725
|
+
"ref": {
|
|
19726
|
+
"defaultValue": null,
|
|
19727
|
+
"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}",
|
|
19728
|
+
"name": "ref",
|
|
19729
|
+
"parent": {
|
|
19730
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
19731
|
+
"name": "RefAttributes"
|
|
19732
|
+
},
|
|
19733
|
+
"declarations": [
|
|
19734
|
+
{
|
|
19735
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
19736
|
+
"name": "RefAttributes"
|
|
19737
|
+
}
|
|
19738
|
+
],
|
|
19739
|
+
"required": false,
|
|
19740
|
+
"type": {
|
|
19741
|
+
"name": "Ref<HTMLSpanElement>"
|
|
19742
|
+
}
|
|
19743
|
+
},
|
|
19744
|
+
"key": {
|
|
19745
|
+
"defaultValue": null,
|
|
19746
|
+
"description": "",
|
|
19747
|
+
"name": "key",
|
|
19748
|
+
"parent": {
|
|
19749
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
19750
|
+
"name": "Attributes"
|
|
19751
|
+
},
|
|
19752
|
+
"declarations": [
|
|
19753
|
+
{
|
|
19754
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
19755
|
+
"name": "Attributes"
|
|
19756
|
+
}
|
|
19757
|
+
],
|
|
19758
|
+
"required": false,
|
|
19759
|
+
"type": {
|
|
19760
|
+
"name": "Key | null"
|
|
19761
19761
|
}
|
|
19762
19762
|
}
|
|
19763
19763
|
}
|
|
@@ -217423,70 +217423,6 @@
|
|
|
217423
217423
|
}
|
|
217424
217424
|
}
|
|
217425
217425
|
},
|
|
217426
|
-
{
|
|
217427
|
-
"tags": {
|
|
217428
|
-
"flr-generate": "all"
|
|
217429
|
-
},
|
|
217430
|
-
"filePath": "src/components/Chat/Chat.tsx",
|
|
217431
|
-
"description": "",
|
|
217432
|
-
"displayName": "Chat",
|
|
217433
|
-
"methods": [],
|
|
217434
|
-
"props": {
|
|
217435
|
-
"height": {
|
|
217436
|
-
"defaultValue": null,
|
|
217437
|
-
"description": "",
|
|
217438
|
-
"name": "height",
|
|
217439
|
-
"parent": {
|
|
217440
|
-
"fileName": "src/components/Chat/Chat.tsx",
|
|
217441
|
-
"name": "ChatProps"
|
|
217442
|
-
},
|
|
217443
|
-
"declarations": [
|
|
217444
|
-
{
|
|
217445
|
-
"fileName": "src/components/Chat/Chat.tsx",
|
|
217446
|
-
"name": "ChatProps"
|
|
217447
|
-
}
|
|
217448
|
-
],
|
|
217449
|
-
"required": false,
|
|
217450
|
-
"type": {
|
|
217451
|
-
"name": "Height<string | number>"
|
|
217452
|
-
}
|
|
217453
|
-
},
|
|
217454
|
-
"children": {
|
|
217455
|
-
"defaultValue": null,
|
|
217456
|
-
"description": "",
|
|
217457
|
-
"name": "children",
|
|
217458
|
-
"declarations": [
|
|
217459
|
-
{
|
|
217460
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
217461
|
-
"name": "TypeLiteral"
|
|
217462
|
-
}
|
|
217463
|
-
],
|
|
217464
|
-
"required": false,
|
|
217465
|
-
"type": {
|
|
217466
|
-
"name": "ReactNode"
|
|
217467
|
-
}
|
|
217468
|
-
},
|
|
217469
|
-
"className": {
|
|
217470
|
-
"defaultValue": null,
|
|
217471
|
-
"description": "The elements class name.",
|
|
217472
|
-
"name": "className",
|
|
217473
|
-
"parent": {
|
|
217474
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
217475
|
-
"name": "PropsWithClassName"
|
|
217476
|
-
},
|
|
217477
|
-
"declarations": [
|
|
217478
|
-
{
|
|
217479
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
217480
|
-
"name": "PropsWithClassName"
|
|
217481
|
-
}
|
|
217482
|
-
],
|
|
217483
|
-
"required": false,
|
|
217484
|
-
"type": {
|
|
217485
|
-
"name": "string"
|
|
217486
|
-
}
|
|
217487
|
-
}
|
|
217488
|
-
}
|
|
217489
|
-
},
|
|
217490
217426
|
{
|
|
217491
217427
|
"tags": {
|
|
217492
217428
|
"flr-generate": "all"
|
|
@@ -219645,6 +219581,70 @@
|
|
|
219645
219581
|
}
|
|
219646
219582
|
}
|
|
219647
219583
|
},
|
|
219584
|
+
{
|
|
219585
|
+
"tags": {
|
|
219586
|
+
"flr-generate": "all"
|
|
219587
|
+
},
|
|
219588
|
+
"filePath": "src/components/Chat/Chat.tsx",
|
|
219589
|
+
"description": "",
|
|
219590
|
+
"displayName": "Chat",
|
|
219591
|
+
"methods": [],
|
|
219592
|
+
"props": {
|
|
219593
|
+
"height": {
|
|
219594
|
+
"defaultValue": null,
|
|
219595
|
+
"description": "",
|
|
219596
|
+
"name": "height",
|
|
219597
|
+
"parent": {
|
|
219598
|
+
"fileName": "src/components/Chat/Chat.tsx",
|
|
219599
|
+
"name": "ChatProps"
|
|
219600
|
+
},
|
|
219601
|
+
"declarations": [
|
|
219602
|
+
{
|
|
219603
|
+
"fileName": "src/components/Chat/Chat.tsx",
|
|
219604
|
+
"name": "ChatProps"
|
|
219605
|
+
}
|
|
219606
|
+
],
|
|
219607
|
+
"required": false,
|
|
219608
|
+
"type": {
|
|
219609
|
+
"name": "Height<string | number>"
|
|
219610
|
+
}
|
|
219611
|
+
},
|
|
219612
|
+
"children": {
|
|
219613
|
+
"defaultValue": null,
|
|
219614
|
+
"description": "",
|
|
219615
|
+
"name": "children",
|
|
219616
|
+
"declarations": [
|
|
219617
|
+
{
|
|
219618
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
219619
|
+
"name": "TypeLiteral"
|
|
219620
|
+
}
|
|
219621
|
+
],
|
|
219622
|
+
"required": false,
|
|
219623
|
+
"type": {
|
|
219624
|
+
"name": "ReactNode"
|
|
219625
|
+
}
|
|
219626
|
+
},
|
|
219627
|
+
"className": {
|
|
219628
|
+
"defaultValue": null,
|
|
219629
|
+
"description": "The elements class name.",
|
|
219630
|
+
"name": "className",
|
|
219631
|
+
"parent": {
|
|
219632
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
219633
|
+
"name": "PropsWithClassName"
|
|
219634
|
+
},
|
|
219635
|
+
"declarations": [
|
|
219636
|
+
{
|
|
219637
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
219638
|
+
"name": "PropsWithClassName"
|
|
219639
|
+
}
|
|
219640
|
+
],
|
|
219641
|
+
"required": false,
|
|
219642
|
+
"type": {
|
|
219643
|
+
"name": "string"
|
|
219644
|
+
}
|
|
219645
|
+
}
|
|
219646
|
+
}
|
|
219647
|
+
},
|
|
219648
219648
|
{
|
|
219649
219649
|
"tags": {
|
|
219650
219650
|
"flr-generate": "all"
|
|
@@ -224142,11 +224142,70 @@
|
|
|
224142
224142
|
"tags": {
|
|
224143
224143
|
"flr-generate": "all"
|
|
224144
224144
|
},
|
|
224145
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
224145
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Avatar/Avatar.tsx",
|
|
224146
224146
|
"description": "",
|
|
224147
|
-
"displayName": "
|
|
224147
|
+
"displayName": "Avatar",
|
|
224148
224148
|
"methods": [],
|
|
224149
224149
|
"props": {
|
|
224150
|
+
"size": {
|
|
224151
|
+
"defaultValue": {
|
|
224152
|
+
"value": "\"m\""
|
|
224153
|
+
},
|
|
224154
|
+
"description": "The size of the avatar.",
|
|
224155
|
+
"name": "size",
|
|
224156
|
+
"parent": {
|
|
224157
|
+
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
224158
|
+
"name": "AvatarProps"
|
|
224159
|
+
},
|
|
224160
|
+
"declarations": [
|
|
224161
|
+
{
|
|
224162
|
+
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
224163
|
+
"name": "AvatarProps"
|
|
224164
|
+
}
|
|
224165
|
+
],
|
|
224166
|
+
"required": false,
|
|
224167
|
+
"type": {
|
|
224168
|
+
"name": "\"s\" | \"xs\" | \"m\" | \"l\""
|
|
224169
|
+
}
|
|
224170
|
+
},
|
|
224171
|
+
"color": {
|
|
224172
|
+
"defaultValue": null,
|
|
224173
|
+
"description": "The color of icons and initials inside the avatar.",
|
|
224174
|
+
"name": "color",
|
|
224175
|
+
"parent": {
|
|
224176
|
+
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
224177
|
+
"name": "AvatarProps"
|
|
224178
|
+
},
|
|
224179
|
+
"declarations": [
|
|
224180
|
+
{
|
|
224181
|
+
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
224182
|
+
"name": "AvatarProps"
|
|
224183
|
+
}
|
|
224184
|
+
],
|
|
224185
|
+
"required": false,
|
|
224186
|
+
"type": {
|
|
224187
|
+
"name": "\"violet\" | \"green\" | \"blue\" | \"teal\" | \"lilac\""
|
|
224188
|
+
}
|
|
224189
|
+
},
|
|
224190
|
+
"status": {
|
|
224191
|
+
"defaultValue": null,
|
|
224192
|
+
"description": "Adds status icon and color to the avatar. May only be used if the status is\nexplained by an element (like text or label) nearby.",
|
|
224193
|
+
"name": "status",
|
|
224194
|
+
"parent": {
|
|
224195
|
+
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
224196
|
+
"name": "AvatarProps"
|
|
224197
|
+
},
|
|
224198
|
+
"declarations": [
|
|
224199
|
+
{
|
|
224200
|
+
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
224201
|
+
"name": "AvatarProps"
|
|
224202
|
+
}
|
|
224203
|
+
],
|
|
224204
|
+
"required": false,
|
|
224205
|
+
"type": {
|
|
224206
|
+
"name": "Status"
|
|
224207
|
+
}
|
|
224208
|
+
},
|
|
224150
224209
|
"children": {
|
|
224151
224210
|
"defaultValue": null,
|
|
224152
224211
|
"description": "",
|
|
@@ -224256,86 +224315,6 @@
|
|
|
224256
224315
|
"type": {
|
|
224257
224316
|
"name": "Key | null"
|
|
224258
224317
|
}
|
|
224259
|
-
},
|
|
224260
|
-
"slot": {
|
|
224261
|
-
"defaultValue": null,
|
|
224262
|
-
"description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
|
|
224263
|
-
"name": "slot",
|
|
224264
|
-
"parent": {
|
|
224265
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
224266
|
-
"name": "SlotProps"
|
|
224267
|
-
},
|
|
224268
|
-
"declarations": [
|
|
224269
|
-
{
|
|
224270
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
224271
|
-
"name": "SlotProps"
|
|
224272
|
-
}
|
|
224273
|
-
],
|
|
224274
|
-
"required": false,
|
|
224275
|
-
"type": {
|
|
224276
|
-
"name": "string | null"
|
|
224277
|
-
}
|
|
224278
|
-
},
|
|
224279
|
-
"filter": {
|
|
224280
|
-
"defaultValue": null,
|
|
224281
|
-
"description": "An optional filter function used to determine if a option should be included in the autocomplete list.\nInclude this if the items you are providing to your wrapped collection aren't filtered by default.",
|
|
224282
|
-
"name": "filter",
|
|
224283
|
-
"parent": {
|
|
224284
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
224285
|
-
"name": "AriaAutocompleteProps"
|
|
224286
|
-
},
|
|
224287
|
-
"declarations": [
|
|
224288
|
-
{
|
|
224289
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
224290
|
-
"name": "AriaAutocompleteProps"
|
|
224291
|
-
}
|
|
224292
|
-
],
|
|
224293
|
-
"required": false,
|
|
224294
|
-
"type": {
|
|
224295
|
-
"name": "((textValue: string, inputValue: string, node: Node<object>) => boolean)"
|
|
224296
|
-
}
|
|
224297
|
-
},
|
|
224298
|
-
"disableAutoFocusFirst": {
|
|
224299
|
-
"defaultValue": {
|
|
224300
|
-
"value": "false"
|
|
224301
|
-
},
|
|
224302
|
-
"description": "Whether or not to focus the first item in the collection after a filter is performed. Note this is only applicable\nif virtual focus behavior is not turned off via `disableVirtualFocus`.",
|
|
224303
|
-
"name": "disableAutoFocusFirst",
|
|
224304
|
-
"parent": {
|
|
224305
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
224306
|
-
"name": "AriaAutocompleteProps"
|
|
224307
|
-
},
|
|
224308
|
-
"declarations": [
|
|
224309
|
-
{
|
|
224310
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
224311
|
-
"name": "AriaAutocompleteProps"
|
|
224312
|
-
}
|
|
224313
|
-
],
|
|
224314
|
-
"required": false,
|
|
224315
|
-
"type": {
|
|
224316
|
-
"name": "boolean"
|
|
224317
|
-
}
|
|
224318
|
-
},
|
|
224319
|
-
"disableVirtualFocus": {
|
|
224320
|
-
"defaultValue": {
|
|
224321
|
-
"value": "false"
|
|
224322
|
-
},
|
|
224323
|
-
"description": "Whether the autocomplete should disable virtual focus, instead making the wrapped collection directly tabbable.",
|
|
224324
|
-
"name": "disableVirtualFocus",
|
|
224325
|
-
"parent": {
|
|
224326
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
224327
|
-
"name": "AriaAutocompleteProps"
|
|
224328
|
-
},
|
|
224329
|
-
"declarations": [
|
|
224330
|
-
{
|
|
224331
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
224332
|
-
"name": "AriaAutocompleteProps"
|
|
224333
|
-
}
|
|
224334
|
-
],
|
|
224335
|
-
"required": false,
|
|
224336
|
-
"type": {
|
|
224337
|
-
"name": "boolean"
|
|
224338
|
-
}
|
|
224339
224318
|
}
|
|
224340
224319
|
}
|
|
224341
224320
|
},
|
|
@@ -224343,70 +224322,11 @@
|
|
|
224343
224322
|
"tags": {
|
|
224344
224323
|
"flr-generate": "all"
|
|
224345
224324
|
},
|
|
224346
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
224325
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Autocomplete/Autocomplete.tsx",
|
|
224347
224326
|
"description": "",
|
|
224348
|
-
"displayName": "
|
|
224327
|
+
"displayName": "Autocomplete",
|
|
224349
224328
|
"methods": [],
|
|
224350
224329
|
"props": {
|
|
224351
|
-
"size": {
|
|
224352
|
-
"defaultValue": {
|
|
224353
|
-
"value": "\"m\""
|
|
224354
|
-
},
|
|
224355
|
-
"description": "The size of the avatar.",
|
|
224356
|
-
"name": "size",
|
|
224357
|
-
"parent": {
|
|
224358
|
-
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
224359
|
-
"name": "AvatarProps"
|
|
224360
|
-
},
|
|
224361
|
-
"declarations": [
|
|
224362
|
-
{
|
|
224363
|
-
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
224364
|
-
"name": "AvatarProps"
|
|
224365
|
-
}
|
|
224366
|
-
],
|
|
224367
|
-
"required": false,
|
|
224368
|
-
"type": {
|
|
224369
|
-
"name": "\"s\" | \"xs\" | \"m\" | \"l\""
|
|
224370
|
-
}
|
|
224371
|
-
},
|
|
224372
|
-
"color": {
|
|
224373
|
-
"defaultValue": null,
|
|
224374
|
-
"description": "The color of icons and initials inside the avatar.",
|
|
224375
|
-
"name": "color",
|
|
224376
|
-
"parent": {
|
|
224377
|
-
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
224378
|
-
"name": "AvatarProps"
|
|
224379
|
-
},
|
|
224380
|
-
"declarations": [
|
|
224381
|
-
{
|
|
224382
|
-
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
224383
|
-
"name": "AvatarProps"
|
|
224384
|
-
}
|
|
224385
|
-
],
|
|
224386
|
-
"required": false,
|
|
224387
|
-
"type": {
|
|
224388
|
-
"name": "\"violet\" | \"green\" | \"blue\" | \"teal\" | \"lilac\""
|
|
224389
|
-
}
|
|
224390
|
-
},
|
|
224391
|
-
"status": {
|
|
224392
|
-
"defaultValue": null,
|
|
224393
|
-
"description": "Adds status icon and color to the avatar. May only be used if the status is\nexplained by an element (like text or label) nearby.",
|
|
224394
|
-
"name": "status",
|
|
224395
|
-
"parent": {
|
|
224396
|
-
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
224397
|
-
"name": "AvatarProps"
|
|
224398
|
-
},
|
|
224399
|
-
"declarations": [
|
|
224400
|
-
{
|
|
224401
|
-
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
224402
|
-
"name": "AvatarProps"
|
|
224403
|
-
}
|
|
224404
|
-
],
|
|
224405
|
-
"required": false,
|
|
224406
|
-
"type": {
|
|
224407
|
-
"name": "Status"
|
|
224408
|
-
}
|
|
224409
|
-
},
|
|
224410
224330
|
"children": {
|
|
224411
224331
|
"defaultValue": null,
|
|
224412
224332
|
"description": "",
|
|
@@ -224516,6 +224436,86 @@
|
|
|
224516
224436
|
"type": {
|
|
224517
224437
|
"name": "Key | null"
|
|
224518
224438
|
}
|
|
224439
|
+
},
|
|
224440
|
+
"slot": {
|
|
224441
|
+
"defaultValue": null,
|
|
224442
|
+
"description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
|
|
224443
|
+
"name": "slot",
|
|
224444
|
+
"parent": {
|
|
224445
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
224446
|
+
"name": "SlotProps"
|
|
224447
|
+
},
|
|
224448
|
+
"declarations": [
|
|
224449
|
+
{
|
|
224450
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
224451
|
+
"name": "SlotProps"
|
|
224452
|
+
}
|
|
224453
|
+
],
|
|
224454
|
+
"required": false,
|
|
224455
|
+
"type": {
|
|
224456
|
+
"name": "string | null"
|
|
224457
|
+
}
|
|
224458
|
+
},
|
|
224459
|
+
"filter": {
|
|
224460
|
+
"defaultValue": null,
|
|
224461
|
+
"description": "An optional filter function used to determine if a option should be included in the autocomplete list.\nInclude this if the items you are providing to your wrapped collection aren't filtered by default.",
|
|
224462
|
+
"name": "filter",
|
|
224463
|
+
"parent": {
|
|
224464
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
224465
|
+
"name": "AriaAutocompleteProps"
|
|
224466
|
+
},
|
|
224467
|
+
"declarations": [
|
|
224468
|
+
{
|
|
224469
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
224470
|
+
"name": "AriaAutocompleteProps"
|
|
224471
|
+
}
|
|
224472
|
+
],
|
|
224473
|
+
"required": false,
|
|
224474
|
+
"type": {
|
|
224475
|
+
"name": "((textValue: string, inputValue: string, node: Node<object>) => boolean)"
|
|
224476
|
+
}
|
|
224477
|
+
},
|
|
224478
|
+
"disableAutoFocusFirst": {
|
|
224479
|
+
"defaultValue": {
|
|
224480
|
+
"value": "false"
|
|
224481
|
+
},
|
|
224482
|
+
"description": "Whether or not to focus the first item in the collection after a filter is performed. Note this is only applicable\nif virtual focus behavior is not turned off via `disableVirtualFocus`.",
|
|
224483
|
+
"name": "disableAutoFocusFirst",
|
|
224484
|
+
"parent": {
|
|
224485
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
224486
|
+
"name": "AriaAutocompleteProps"
|
|
224487
|
+
},
|
|
224488
|
+
"declarations": [
|
|
224489
|
+
{
|
|
224490
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
224491
|
+
"name": "AriaAutocompleteProps"
|
|
224492
|
+
}
|
|
224493
|
+
],
|
|
224494
|
+
"required": false,
|
|
224495
|
+
"type": {
|
|
224496
|
+
"name": "boolean"
|
|
224497
|
+
}
|
|
224498
|
+
},
|
|
224499
|
+
"disableVirtualFocus": {
|
|
224500
|
+
"defaultValue": {
|
|
224501
|
+
"value": "false"
|
|
224502
|
+
},
|
|
224503
|
+
"description": "Whether the autocomplete should disable virtual focus, instead making the wrapped collection directly tabbable.",
|
|
224504
|
+
"name": "disableVirtualFocus",
|
|
224505
|
+
"parent": {
|
|
224506
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
224507
|
+
"name": "AriaAutocompleteProps"
|
|
224508
|
+
},
|
|
224509
|
+
"declarations": [
|
|
224510
|
+
{
|
|
224511
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
224512
|
+
"name": "AriaAutocompleteProps"
|
|
224513
|
+
}
|
|
224514
|
+
],
|
|
224515
|
+
"required": false,
|
|
224516
|
+
"type": {
|
|
224517
|
+
"name": "boolean"
|
|
224518
|
+
}
|
|
224519
224519
|
}
|
|
224520
224520
|
}
|
|
224521
224521
|
},
|
|
@@ -299982,71 +299982,67 @@
|
|
|
299982
299982
|
}
|
|
299983
299983
|
},
|
|
299984
299984
|
{
|
|
299985
|
-
"tags": {
|
|
299986
|
-
|
|
299987
|
-
},
|
|
299988
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
299985
|
+
"tags": {},
|
|
299986
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
299989
299987
|
"description": "",
|
|
299990
|
-
"displayName": "
|
|
299988
|
+
"displayName": "ValidationResultButton",
|
|
299991
299989
|
"methods": [],
|
|
299992
299990
|
"props": {
|
|
299993
|
-
"
|
|
299994
|
-
"defaultValue":
|
|
299995
|
-
"value": "false"
|
|
299996
|
-
},
|
|
299991
|
+
"policyValidationResult": {
|
|
299992
|
+
"defaultValue": null,
|
|
299997
299993
|
"description": "",
|
|
299998
|
-
"name": "
|
|
299994
|
+
"name": "policyValidationResult",
|
|
299999
299995
|
"parent": {
|
|
300000
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
299996
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
300001
299997
|
"name": "Props"
|
|
300002
299998
|
},
|
|
300003
299999
|
"declarations": [
|
|
300004
300000
|
{
|
|
300005
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
300001
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
300006
300002
|
"name": "Props"
|
|
300007
300003
|
}
|
|
300008
300004
|
],
|
|
300009
300005
|
"required": false,
|
|
300010
300006
|
"type": {
|
|
300011
|
-
"name": "
|
|
300007
|
+
"name": "ResolvedPolicyValidationResult"
|
|
300012
300008
|
}
|
|
300013
300009
|
},
|
|
300014
|
-
"
|
|
300010
|
+
"isDisabled": {
|
|
300015
300011
|
"defaultValue": null,
|
|
300016
300012
|
"description": "",
|
|
300017
|
-
"name": "
|
|
300013
|
+
"name": "isDisabled",
|
|
300018
300014
|
"parent": {
|
|
300019
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
300015
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
300020
300016
|
"name": "Props"
|
|
300021
300017
|
},
|
|
300022
300018
|
"declarations": [
|
|
300023
300019
|
{
|
|
300024
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
300020
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
300025
300021
|
"name": "Props"
|
|
300026
300022
|
}
|
|
300027
300023
|
],
|
|
300028
|
-
"required":
|
|
300024
|
+
"required": false,
|
|
300029
300025
|
"type": {
|
|
300030
300026
|
"name": "boolean"
|
|
300031
300027
|
}
|
|
300032
300028
|
},
|
|
300033
|
-
"
|
|
300029
|
+
"isEmptyValue": {
|
|
300034
300030
|
"defaultValue": null,
|
|
300035
300031
|
"description": "",
|
|
300036
|
-
"name": "
|
|
300032
|
+
"name": "isEmptyValue",
|
|
300037
300033
|
"parent": {
|
|
300038
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
300034
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
300039
300035
|
"name": "Props"
|
|
300040
300036
|
},
|
|
300041
300037
|
"declarations": [
|
|
300042
300038
|
{
|
|
300043
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
300039
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
300044
300040
|
"name": "Props"
|
|
300045
300041
|
}
|
|
300046
300042
|
],
|
|
300047
300043
|
"required": true,
|
|
300048
300044
|
"type": {
|
|
300049
|
-
"name": "
|
|
300045
|
+
"name": "boolean"
|
|
300050
300046
|
}
|
|
300051
300047
|
},
|
|
300052
300048
|
"className": {
|
|
@@ -300071,67 +300067,71 @@
|
|
|
300071
300067
|
}
|
|
300072
300068
|
},
|
|
300073
300069
|
{
|
|
300074
|
-
"tags": {
|
|
300075
|
-
|
|
300070
|
+
"tags": {
|
|
300071
|
+
"internal": ""
|
|
300072
|
+
},
|
|
300073
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
300076
300074
|
"description": "",
|
|
300077
|
-
"displayName": "
|
|
300075
|
+
"displayName": "TogglePasswordVisibilityButton",
|
|
300078
300076
|
"methods": [],
|
|
300079
300077
|
"props": {
|
|
300080
|
-
"
|
|
300081
|
-
"defaultValue":
|
|
300078
|
+
"isDisabled": {
|
|
300079
|
+
"defaultValue": {
|
|
300080
|
+
"value": "false"
|
|
300081
|
+
},
|
|
300082
300082
|
"description": "",
|
|
300083
|
-
"name": "
|
|
300083
|
+
"name": "isDisabled",
|
|
300084
300084
|
"parent": {
|
|
300085
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
300085
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
300086
300086
|
"name": "Props"
|
|
300087
300087
|
},
|
|
300088
300088
|
"declarations": [
|
|
300089
300089
|
{
|
|
300090
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
300090
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
300091
300091
|
"name": "Props"
|
|
300092
300092
|
}
|
|
300093
300093
|
],
|
|
300094
300094
|
"required": false,
|
|
300095
300095
|
"type": {
|
|
300096
|
-
"name": "
|
|
300096
|
+
"name": "boolean"
|
|
300097
300097
|
}
|
|
300098
300098
|
},
|
|
300099
|
-
"
|
|
300099
|
+
"isVisible": {
|
|
300100
300100
|
"defaultValue": null,
|
|
300101
300101
|
"description": "",
|
|
300102
|
-
"name": "
|
|
300102
|
+
"name": "isVisible",
|
|
300103
300103
|
"parent": {
|
|
300104
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
300104
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
300105
300105
|
"name": "Props"
|
|
300106
300106
|
},
|
|
300107
300107
|
"declarations": [
|
|
300108
300108
|
{
|
|
300109
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
300109
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
300110
300110
|
"name": "Props"
|
|
300111
300111
|
}
|
|
300112
300112
|
],
|
|
300113
|
-
"required":
|
|
300113
|
+
"required": true,
|
|
300114
300114
|
"type": {
|
|
300115
300115
|
"name": "boolean"
|
|
300116
300116
|
}
|
|
300117
300117
|
},
|
|
300118
|
-
"
|
|
300118
|
+
"onPress": {
|
|
300119
300119
|
"defaultValue": null,
|
|
300120
300120
|
"description": "",
|
|
300121
|
-
"name": "
|
|
300121
|
+
"name": "onPress",
|
|
300122
300122
|
"parent": {
|
|
300123
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
300123
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
300124
300124
|
"name": "Props"
|
|
300125
300125
|
},
|
|
300126
300126
|
"declarations": [
|
|
300127
300127
|
{
|
|
300128
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
300128
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
300129
300129
|
"name": "Props"
|
|
300130
300130
|
}
|
|
300131
300131
|
],
|
|
300132
300132
|
"required": true,
|
|
300133
300133
|
"type": {
|
|
300134
|
-
"name": "
|
|
300134
|
+
"name": "ActionFn"
|
|
300135
300135
|
}
|
|
300136
300136
|
},
|
|
300137
300137
|
"className": {
|
|
@@ -305948,6 +305948,14 @@
|
|
|
305948
305948
|
}
|
|
305949
305949
|
}
|
|
305950
305950
|
},
|
|
305951
|
+
{
|
|
305952
|
+
"tags": {},
|
|
305953
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.tsx",
|
|
305954
|
+
"description": "",
|
|
305955
|
+
"displayName": "OffCanvasSuspenseFallback",
|
|
305956
|
+
"methods": [],
|
|
305957
|
+
"props": {}
|
|
305958
|
+
},
|
|
305951
305959
|
{
|
|
305952
305960
|
"tags": {},
|
|
305953
305961
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
|
|
@@ -306086,14 +306094,6 @@
|
|
|
306086
306094
|
}
|
|
306087
306095
|
}
|
|
306088
306096
|
},
|
|
306089
|
-
{
|
|
306090
|
-
"tags": {},
|
|
306091
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.tsx",
|
|
306092
|
-
"description": "",
|
|
306093
|
-
"displayName": "OffCanvasSuspenseFallback",
|
|
306094
|
-
"methods": [],
|
|
306095
|
-
"props": {}
|
|
306096
|
-
},
|
|
306097
306097
|
{
|
|
306098
306098
|
"tags": {
|
|
306099
306099
|
"flr-generate": "all"
|
|
@@ -309046,6 +309046,34 @@
|
|
|
309046
309046
|
}
|
|
309047
309047
|
}
|
|
309048
309048
|
},
|
|
309049
|
+
{
|
|
309050
|
+
"tags": {},
|
|
309051
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
309052
|
+
"description": "",
|
|
309053
|
+
"displayName": "DeleteButton",
|
|
309054
|
+
"methods": [],
|
|
309055
|
+
"props": {
|
|
309056
|
+
"onDelete": {
|
|
309057
|
+
"defaultValue": null,
|
|
309058
|
+
"description": "",
|
|
309059
|
+
"name": "onDelete",
|
|
309060
|
+
"parent": {
|
|
309061
|
+
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
309062
|
+
"name": "Props"
|
|
309063
|
+
},
|
|
309064
|
+
"declarations": [
|
|
309065
|
+
{
|
|
309066
|
+
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
309067
|
+
"name": "Props"
|
|
309068
|
+
}
|
|
309069
|
+
],
|
|
309070
|
+
"required": true,
|
|
309071
|
+
"type": {
|
|
309072
|
+
"name": "() => void"
|
|
309073
|
+
}
|
|
309074
|
+
}
|
|
309075
|
+
}
|
|
309076
|
+
},
|
|
309049
309077
|
{
|
|
309050
309078
|
"tags": {},
|
|
309051
309079
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/Avatar/Avatar.tsx",
|
|
@@ -309112,34 +309140,6 @@
|
|
|
309112
309140
|
}
|
|
309113
309141
|
}
|
|
309114
309142
|
},
|
|
309115
|
-
{
|
|
309116
|
-
"tags": {},
|
|
309117
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
309118
|
-
"description": "",
|
|
309119
|
-
"displayName": "DeleteButton",
|
|
309120
|
-
"methods": [],
|
|
309121
|
-
"props": {
|
|
309122
|
-
"onDelete": {
|
|
309123
|
-
"defaultValue": null,
|
|
309124
|
-
"description": "",
|
|
309125
|
-
"name": "onDelete",
|
|
309126
|
-
"parent": {
|
|
309127
|
-
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
309128
|
-
"name": "Props"
|
|
309129
|
-
},
|
|
309130
|
-
"declarations": [
|
|
309131
|
-
{
|
|
309132
|
-
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
309133
|
-
"name": "Props"
|
|
309134
|
-
}
|
|
309135
|
-
],
|
|
309136
|
-
"required": true,
|
|
309137
|
-
"type": {
|
|
309138
|
-
"name": "() => void"
|
|
309139
|
-
}
|
|
309140
|
-
}
|
|
309141
|
-
}
|
|
309142
|
-
},
|
|
309143
309143
|
{
|
|
309144
309144
|
"tags": {},
|
|
309145
309145
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
|
|
@@ -343559,6 +343559,49 @@
|
|
|
343559
343559
|
}
|
|
343560
343560
|
}
|
|
343561
343561
|
},
|
|
343562
|
+
{
|
|
343563
|
+
"tags": {},
|
|
343564
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
343565
|
+
"description": "",
|
|
343566
|
+
"displayName": "useGridItemProps",
|
|
343567
|
+
"methods": [],
|
|
343568
|
+
"props": {
|
|
343569
|
+
"data": {
|
|
343570
|
+
"defaultValue": null,
|
|
343571
|
+
"description": "",
|
|
343572
|
+
"name": "data",
|
|
343573
|
+
"parent": {
|
|
343574
|
+
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
343575
|
+
"name": "P"
|
|
343576
|
+
},
|
|
343577
|
+
"declarations": [
|
|
343578
|
+
{
|
|
343579
|
+
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
343580
|
+
"name": "P"
|
|
343581
|
+
}
|
|
343582
|
+
],
|
|
343583
|
+
"required": true,
|
|
343584
|
+
"type": {
|
|
343585
|
+
"name": "never"
|
|
343586
|
+
}
|
|
343587
|
+
},
|
|
343588
|
+
"children": {
|
|
343589
|
+
"defaultValue": null,
|
|
343590
|
+
"description": "",
|
|
343591
|
+
"name": "children",
|
|
343592
|
+
"declarations": [
|
|
343593
|
+
{
|
|
343594
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
343595
|
+
"name": "TypeLiteral"
|
|
343596
|
+
}
|
|
343597
|
+
],
|
|
343598
|
+
"required": false,
|
|
343599
|
+
"type": {
|
|
343600
|
+
"name": "ReactNode"
|
|
343601
|
+
}
|
|
343602
|
+
}
|
|
343603
|
+
}
|
|
343604
|
+
},
|
|
343562
343605
|
{
|
|
343563
343606
|
"tags": {},
|
|
343564
343607
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
|
|
@@ -343640,49 +343683,6 @@
|
|
|
343640
343683
|
}
|
|
343641
343684
|
}
|
|
343642
343685
|
},
|
|
343643
|
-
{
|
|
343644
|
-
"tags": {},
|
|
343645
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
343646
|
-
"description": "",
|
|
343647
|
-
"displayName": "useGridItemProps",
|
|
343648
|
-
"methods": [],
|
|
343649
|
-
"props": {
|
|
343650
|
-
"data": {
|
|
343651
|
-
"defaultValue": null,
|
|
343652
|
-
"description": "",
|
|
343653
|
-
"name": "data",
|
|
343654
|
-
"parent": {
|
|
343655
|
-
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
343656
|
-
"name": "P"
|
|
343657
|
-
},
|
|
343658
|
-
"declarations": [
|
|
343659
|
-
{
|
|
343660
|
-
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
343661
|
-
"name": "P"
|
|
343662
|
-
}
|
|
343663
|
-
],
|
|
343664
|
-
"required": true,
|
|
343665
|
-
"type": {
|
|
343666
|
-
"name": "never"
|
|
343667
|
-
}
|
|
343668
|
-
},
|
|
343669
|
-
"children": {
|
|
343670
|
-
"defaultValue": null,
|
|
343671
|
-
"description": "",
|
|
343672
|
-
"name": "children",
|
|
343673
|
-
"declarations": [
|
|
343674
|
-
{
|
|
343675
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
343676
|
-
"name": "TypeLiteral"
|
|
343677
|
-
}
|
|
343678
|
-
],
|
|
343679
|
-
"required": false,
|
|
343680
|
-
"type": {
|
|
343681
|
-
"name": "ReactNode"
|
|
343682
|
-
}
|
|
343683
|
-
}
|
|
343684
|
-
}
|
|
343685
|
-
},
|
|
343686
343686
|
{
|
|
343687
343687
|
"tags": {},
|
|
343688
343688
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/index.tsx",
|