@mittwald/flow-react-components 0.2.0-alpha.789 → 0.2.0-alpha.790
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 +4 -0
- package/dist/assets/doc-properties.json +249 -249
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [0.2.0-alpha.790](https://github.com/mittwald/flow/compare/0.2.0-alpha.789...0.2.0-alpha.790) (2026-04-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
9
|
+
|
|
6
10
|
# [0.2.0-alpha.789](https://github.com/mittwald/flow/compare/0.2.0-alpha.788...0.2.0-alpha.789) (2026-04-13)
|
|
7
11
|
|
|
8
12
|
### Features
|
|
@@ -300266,89 +300266,125 @@
|
|
|
300266
300266
|
"tags": {
|
|
300267
300267
|
"flr-generate": "all"
|
|
300268
300268
|
},
|
|
300269
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
300269
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableBody/TableBody.tsx",
|
|
300270
300270
|
"description": "",
|
|
300271
|
-
"displayName": "
|
|
300271
|
+
"displayName": "TableBody",
|
|
300272
300272
|
"methods": [],
|
|
300273
300273
|
"props": {
|
|
300274
|
-
"
|
|
300275
|
-
"defaultValue":
|
|
300276
|
-
|
|
300277
|
-
|
|
300274
|
+
"className": {
|
|
300275
|
+
"defaultValue": {
|
|
300276
|
+
"value": "'react-aria-Tooltip'"
|
|
300277
|
+
},
|
|
300278
|
+
"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.",
|
|
300279
|
+
"name": "className",
|
|
300278
300280
|
"parent": {
|
|
300279
|
-
"fileName": "
|
|
300280
|
-
"name": "
|
|
300281
|
+
"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",
|
|
300282
|
+
"name": "TooltipProps"
|
|
300281
300283
|
},
|
|
300282
300284
|
"declarations": [
|
|
300283
300285
|
{
|
|
300284
|
-
"fileName": "
|
|
300285
|
-
"name": "
|
|
300286
|
+
"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",
|
|
300287
|
+
"name": "TooltipProps"
|
|
300286
300288
|
}
|
|
300287
300289
|
],
|
|
300288
300290
|
"required": false,
|
|
300289
300291
|
"type": {
|
|
300290
|
-
"name": "
|
|
300292
|
+
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
300291
300293
|
}
|
|
300292
300294
|
},
|
|
300293
|
-
"
|
|
300294
|
-
"defaultValue":
|
|
300295
|
-
|
|
300295
|
+
"renderEmptyState": {
|
|
300296
|
+
"defaultValue": null,
|
|
300297
|
+
"description": "Provides content to display when there are no items in the list.",
|
|
300298
|
+
"name": "renderEmptyState",
|
|
300299
|
+
"parent": {
|
|
300300
|
+
"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",
|
|
300301
|
+
"name": "ListBoxProps"
|
|
300296
300302
|
},
|
|
300297
|
-
"
|
|
300298
|
-
|
|
300303
|
+
"declarations": [
|
|
300304
|
+
{
|
|
300305
|
+
"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",
|
|
300306
|
+
"name": "ListBoxProps"
|
|
300307
|
+
}
|
|
300308
|
+
],
|
|
300309
|
+
"required": false,
|
|
300310
|
+
"type": {
|
|
300311
|
+
"name": "((props: ListBoxRenderProps) => ReactNode)"
|
|
300312
|
+
}
|
|
300313
|
+
},
|
|
300314
|
+
"children": {
|
|
300315
|
+
"defaultValue": null,
|
|
300316
|
+
"description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
|
|
300317
|
+
"name": "children",
|
|
300299
300318
|
"parent": {
|
|
300300
|
-
"fileName": "
|
|
300301
|
-
"name": "
|
|
300319
|
+
"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",
|
|
300320
|
+
"name": "TableProps"
|
|
300302
300321
|
},
|
|
300303
300322
|
"declarations": [
|
|
300304
300323
|
{
|
|
300305
|
-
"fileName": "
|
|
300306
|
-
"name": "
|
|
300324
|
+
"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",
|
|
300325
|
+
"name": "TableProps"
|
|
300307
300326
|
}
|
|
300308
300327
|
],
|
|
300309
300328
|
"required": false,
|
|
300310
300329
|
"type": {
|
|
300311
|
-
"name": "
|
|
300330
|
+
"name": "ReactNode"
|
|
300312
300331
|
}
|
|
300313
300332
|
},
|
|
300314
|
-
"
|
|
300333
|
+
"items": {
|
|
300315
300334
|
"defaultValue": null,
|
|
300316
|
-
"description": "",
|
|
300317
|
-
"name": "
|
|
300335
|
+
"description": "Item objects in the collection.",
|
|
300336
|
+
"name": "items",
|
|
300318
300337
|
"parent": {
|
|
300319
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
300320
|
-
"name": "
|
|
300338
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
300339
|
+
"name": "CollectionBase"
|
|
300321
300340
|
},
|
|
300322
300341
|
"declarations": [
|
|
300323
300342
|
{
|
|
300324
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
300325
|
-
"name": "
|
|
300343
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
300344
|
+
"name": "CollectionBase"
|
|
300326
300345
|
}
|
|
300327
300346
|
],
|
|
300328
300347
|
"required": false,
|
|
300329
300348
|
"type": {
|
|
300330
|
-
"name": "
|
|
300349
|
+
"name": "Iterable<object>"
|
|
300331
300350
|
}
|
|
300332
300351
|
},
|
|
300333
|
-
"
|
|
300334
|
-
"defaultValue":
|
|
300335
|
-
|
|
300352
|
+
"dependencies": {
|
|
300353
|
+
"defaultValue": null,
|
|
300354
|
+
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
300355
|
+
"name": "dependencies",
|
|
300356
|
+
"parent": {
|
|
300357
|
+
"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",
|
|
300358
|
+
"name": "CollectionProps"
|
|
300336
300359
|
},
|
|
300337
|
-
"
|
|
300338
|
-
|
|
300360
|
+
"declarations": [
|
|
300361
|
+
{
|
|
300362
|
+
"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",
|
|
300363
|
+
"name": "CollectionProps"
|
|
300364
|
+
}
|
|
300365
|
+
],
|
|
300366
|
+
"required": false,
|
|
300367
|
+
"type": {
|
|
300368
|
+
"name": "readonly any[]"
|
|
300369
|
+
}
|
|
300370
|
+
},
|
|
300371
|
+
"style": {
|
|
300372
|
+
"defaultValue": null,
|
|
300373
|
+
"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.",
|
|
300374
|
+
"name": "style",
|
|
300339
300375
|
"parent": {
|
|
300340
300376
|
"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",
|
|
300341
|
-
"name": "
|
|
300377
|
+
"name": "StyleRenderProps"
|
|
300342
300378
|
},
|
|
300343
300379
|
"declarations": [
|
|
300344
300380
|
{
|
|
300345
300381
|
"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",
|
|
300346
|
-
"name": "
|
|
300382
|
+
"name": "StyleRenderProps"
|
|
300347
300383
|
}
|
|
300348
300384
|
],
|
|
300349
300385
|
"required": false,
|
|
300350
300386
|
"type": {
|
|
300351
|
-
"name": "
|
|
300387
|
+
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
300352
300388
|
}
|
|
300353
300389
|
},
|
|
300354
300390
|
"dir": {
|
|
@@ -300427,6 +300463,25 @@
|
|
|
300427
300463
|
"name": "boolean"
|
|
300428
300464
|
}
|
|
300429
300465
|
},
|
|
300466
|
+
"translate": {
|
|
300467
|
+
"defaultValue": null,
|
|
300468
|
+
"description": "",
|
|
300469
|
+
"name": "translate",
|
|
300470
|
+
"parent": {
|
|
300471
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
300472
|
+
"name": "GlobalDOMAttributes"
|
|
300473
|
+
},
|
|
300474
|
+
"declarations": [
|
|
300475
|
+
{
|
|
300476
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
300477
|
+
"name": "GlobalDOMAttributes"
|
|
300478
|
+
}
|
|
300479
|
+
],
|
|
300480
|
+
"required": false,
|
|
300481
|
+
"type": {
|
|
300482
|
+
"name": "\"yes\" | \"no\""
|
|
300483
|
+
}
|
|
300484
|
+
},
|
|
300430
300485
|
"onClick": {
|
|
300431
300486
|
"defaultValue": null,
|
|
300432
300487
|
"description": "",
|
|
@@ -301642,78 +301697,6 @@
|
|
|
301642
301697
|
"type": {
|
|
301643
301698
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
301644
301699
|
}
|
|
301645
|
-
},
|
|
301646
|
-
"id": {
|
|
301647
|
-
"defaultValue": null,
|
|
301648
|
-
"description": "The unique id of the item.",
|
|
301649
|
-
"name": "id",
|
|
301650
|
-
"parent": {
|
|
301651
|
-
"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",
|
|
301652
|
-
"name": "MenuItemProps"
|
|
301653
|
-
},
|
|
301654
|
-
"declarations": [
|
|
301655
|
-
{
|
|
301656
|
-
"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",
|
|
301657
|
-
"name": "MenuItemProps"
|
|
301658
|
-
}
|
|
301659
|
-
],
|
|
301660
|
-
"required": false,
|
|
301661
|
-
"type": {
|
|
301662
|
-
"name": "Key"
|
|
301663
|
-
}
|
|
301664
|
-
},
|
|
301665
|
-
"textValue": {
|
|
301666
|
-
"defaultValue": null,
|
|
301667
|
-
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
301668
|
-
"name": "textValue",
|
|
301669
|
-
"parent": {
|
|
301670
|
-
"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",
|
|
301671
|
-
"name": "ListBoxItemProps"
|
|
301672
|
-
},
|
|
301673
|
-
"declarations": [
|
|
301674
|
-
{
|
|
301675
|
-
"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",
|
|
301676
|
-
"name": "ListBoxItemProps"
|
|
301677
|
-
}
|
|
301678
|
-
],
|
|
301679
|
-
"required": false,
|
|
301680
|
-
"type": {
|
|
301681
|
-
"name": "string"
|
|
301682
|
-
}
|
|
301683
|
-
},
|
|
301684
|
-
"colSpan": {
|
|
301685
|
-
"defaultValue": null,
|
|
301686
|
-
"description": "Indicates how many columns the data cell spans.",
|
|
301687
|
-
"name": "colSpan",
|
|
301688
|
-
"parent": {
|
|
301689
|
-
"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",
|
|
301690
|
-
"name": "CellProps"
|
|
301691
|
-
},
|
|
301692
|
-
"declarations": [
|
|
301693
|
-
{
|
|
301694
|
-
"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",
|
|
301695
|
-
"name": "CellProps"
|
|
301696
|
-
}
|
|
301697
|
-
],
|
|
301698
|
-
"required": false,
|
|
301699
|
-
"type": {
|
|
301700
|
-
"name": "number"
|
|
301701
|
-
}
|
|
301702
|
-
},
|
|
301703
|
-
"children": {
|
|
301704
|
-
"defaultValue": null,
|
|
301705
|
-
"description": "",
|
|
301706
|
-
"name": "children",
|
|
301707
|
-
"declarations": [
|
|
301708
|
-
{
|
|
301709
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
301710
|
-
"name": "TypeLiteral"
|
|
301711
|
-
}
|
|
301712
|
-
],
|
|
301713
|
-
"required": false,
|
|
301714
|
-
"type": {
|
|
301715
|
-
"name": "ReactNode"
|
|
301716
|
-
}
|
|
301717
301700
|
}
|
|
301718
301701
|
}
|
|
301719
301702
|
},
|
|
@@ -301721,125 +301704,89 @@
|
|
|
301721
301704
|
"tags": {
|
|
301722
301705
|
"flr-generate": "all"
|
|
301723
301706
|
},
|
|
301724
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
301707
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
301725
301708
|
"description": "",
|
|
301726
|
-
"displayName": "
|
|
301709
|
+
"displayName": "TableCell",
|
|
301727
301710
|
"methods": [],
|
|
301728
301711
|
"props": {
|
|
301729
|
-
"
|
|
301730
|
-
"defaultValue": {
|
|
301731
|
-
"value": "'react-aria-Tooltip'"
|
|
301732
|
-
},
|
|
301733
|
-
"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.",
|
|
301734
|
-
"name": "className",
|
|
301735
|
-
"parent": {
|
|
301736
|
-
"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",
|
|
301737
|
-
"name": "TooltipProps"
|
|
301738
|
-
},
|
|
301739
|
-
"declarations": [
|
|
301740
|
-
{
|
|
301741
|
-
"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",
|
|
301742
|
-
"name": "TooltipProps"
|
|
301743
|
-
}
|
|
301744
|
-
],
|
|
301745
|
-
"required": false,
|
|
301746
|
-
"type": {
|
|
301747
|
-
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
301748
|
-
}
|
|
301749
|
-
},
|
|
301750
|
-
"renderEmptyState": {
|
|
301712
|
+
"rowHeader": {
|
|
301751
301713
|
"defaultValue": null,
|
|
301752
|
-
"description": "
|
|
301753
|
-
"name": "
|
|
301714
|
+
"description": "Use cell as row header",
|
|
301715
|
+
"name": "rowHeader",
|
|
301754
301716
|
"parent": {
|
|
301755
|
-
"fileName": "
|
|
301756
|
-
"name": "
|
|
301717
|
+
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
301718
|
+
"name": "TableCellProps"
|
|
301757
301719
|
},
|
|
301758
301720
|
"declarations": [
|
|
301759
301721
|
{
|
|
301760
|
-
"fileName": "
|
|
301761
|
-
"name": "
|
|
301722
|
+
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
301723
|
+
"name": "TableCellProps"
|
|
301762
301724
|
}
|
|
301763
301725
|
],
|
|
301764
301726
|
"required": false,
|
|
301765
301727
|
"type": {
|
|
301766
|
-
"name": "
|
|
301728
|
+
"name": "boolean"
|
|
301767
301729
|
}
|
|
301768
301730
|
},
|
|
301769
|
-
"
|
|
301770
|
-
"defaultValue":
|
|
301771
|
-
|
|
301772
|
-
"name": "children",
|
|
301773
|
-
"parent": {
|
|
301774
|
-
"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",
|
|
301775
|
-
"name": "TableProps"
|
|
301731
|
+
"horizontalAlign": {
|
|
301732
|
+
"defaultValue": {
|
|
301733
|
+
"value": "\"start\""
|
|
301776
301734
|
},
|
|
301777
|
-
"
|
|
301778
|
-
|
|
301779
|
-
"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",
|
|
301780
|
-
"name": "TableProps"
|
|
301781
|
-
}
|
|
301782
|
-
],
|
|
301783
|
-
"required": false,
|
|
301784
|
-
"type": {
|
|
301785
|
-
"name": "ReactNode"
|
|
301786
|
-
}
|
|
301787
|
-
},
|
|
301788
|
-
"items": {
|
|
301789
|
-
"defaultValue": null,
|
|
301790
|
-
"description": "Item objects in the collection.",
|
|
301791
|
-
"name": "items",
|
|
301735
|
+
"description": "Horizontal alignment of the cell content",
|
|
301736
|
+
"name": "horizontalAlign",
|
|
301792
301737
|
"parent": {
|
|
301793
|
-
"fileName": "
|
|
301794
|
-
"name": "
|
|
301738
|
+
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
301739
|
+
"name": "TableCellProps"
|
|
301795
301740
|
},
|
|
301796
301741
|
"declarations": [
|
|
301797
301742
|
{
|
|
301798
|
-
"fileName": "
|
|
301799
|
-
"name": "
|
|
301743
|
+
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
301744
|
+
"name": "TableCellProps"
|
|
301800
301745
|
}
|
|
301801
301746
|
],
|
|
301802
301747
|
"required": false,
|
|
301803
301748
|
"type": {
|
|
301804
|
-
"name": "
|
|
301749
|
+
"name": "\"start\" | \"end\" | \"center\""
|
|
301805
301750
|
}
|
|
301806
301751
|
},
|
|
301807
|
-
"
|
|
301752
|
+
"translate": {
|
|
301808
301753
|
"defaultValue": null,
|
|
301809
|
-
"description": "
|
|
301810
|
-
"name": "
|
|
301754
|
+
"description": "",
|
|
301755
|
+
"name": "translate",
|
|
301811
301756
|
"parent": {
|
|
301812
|
-
"fileName": "flow/node_modules/.pnpm
|
|
301813
|
-
"name": "
|
|
301757
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
301758
|
+
"name": "GlobalDOMAttributes"
|
|
301814
301759
|
},
|
|
301815
301760
|
"declarations": [
|
|
301816
301761
|
{
|
|
301817
|
-
"fileName": "flow/node_modules/.pnpm
|
|
301818
|
-
"name": "
|
|
301762
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
301763
|
+
"name": "GlobalDOMAttributes"
|
|
301819
301764
|
}
|
|
301820
301765
|
],
|
|
301821
301766
|
"required": false,
|
|
301822
301767
|
"type": {
|
|
301823
|
-
"name": "
|
|
301768
|
+
"name": "\"yes\" | \"no\""
|
|
301824
301769
|
}
|
|
301825
301770
|
},
|
|
301826
|
-
"
|
|
301827
|
-
"defaultValue":
|
|
301828
|
-
|
|
301829
|
-
|
|
301771
|
+
"className": {
|
|
301772
|
+
"defaultValue": {
|
|
301773
|
+
"value": "'react-aria-Tooltip'"
|
|
301774
|
+
},
|
|
301775
|
+
"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.",
|
|
301776
|
+
"name": "className",
|
|
301830
301777
|
"parent": {
|
|
301831
301778
|
"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",
|
|
301832
|
-
"name": "
|
|
301779
|
+
"name": "TooltipProps"
|
|
301833
301780
|
},
|
|
301834
301781
|
"declarations": [
|
|
301835
301782
|
{
|
|
301836
301783
|
"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",
|
|
301837
|
-
"name": "
|
|
301784
|
+
"name": "TooltipProps"
|
|
301838
301785
|
}
|
|
301839
301786
|
],
|
|
301840
301787
|
"required": false,
|
|
301841
301788
|
"type": {
|
|
301842
|
-
"name": "
|
|
301789
|
+
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
301843
301790
|
}
|
|
301844
301791
|
},
|
|
301845
301792
|
"dir": {
|
|
@@ -301918,25 +301865,6 @@
|
|
|
301918
301865
|
"name": "boolean"
|
|
301919
301866
|
}
|
|
301920
301867
|
},
|
|
301921
|
-
"translate": {
|
|
301922
|
-
"defaultValue": null,
|
|
301923
|
-
"description": "",
|
|
301924
|
-
"name": "translate",
|
|
301925
|
-
"parent": {
|
|
301926
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
301927
|
-
"name": "GlobalDOMAttributes"
|
|
301928
|
-
},
|
|
301929
|
-
"declarations": [
|
|
301930
|
-
{
|
|
301931
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
301932
|
-
"name": "GlobalDOMAttributes"
|
|
301933
|
-
}
|
|
301934
|
-
],
|
|
301935
|
-
"required": false,
|
|
301936
|
-
"type": {
|
|
301937
|
-
"name": "\"yes\" | \"no\""
|
|
301938
|
-
}
|
|
301939
|
-
},
|
|
301940
301868
|
"onClick": {
|
|
301941
301869
|
"defaultValue": null,
|
|
301942
301870
|
"description": "",
|
|
@@ -303152,6 +303080,78 @@
|
|
|
303152
303080
|
"type": {
|
|
303153
303081
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
303154
303082
|
}
|
|
303083
|
+
},
|
|
303084
|
+
"id": {
|
|
303085
|
+
"defaultValue": null,
|
|
303086
|
+
"description": "The unique id of the item.",
|
|
303087
|
+
"name": "id",
|
|
303088
|
+
"parent": {
|
|
303089
|
+
"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",
|
|
303090
|
+
"name": "MenuItemProps"
|
|
303091
|
+
},
|
|
303092
|
+
"declarations": [
|
|
303093
|
+
{
|
|
303094
|
+
"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",
|
|
303095
|
+
"name": "MenuItemProps"
|
|
303096
|
+
}
|
|
303097
|
+
],
|
|
303098
|
+
"required": false,
|
|
303099
|
+
"type": {
|
|
303100
|
+
"name": "Key"
|
|
303101
|
+
}
|
|
303102
|
+
},
|
|
303103
|
+
"textValue": {
|
|
303104
|
+
"defaultValue": null,
|
|
303105
|
+
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
303106
|
+
"name": "textValue",
|
|
303107
|
+
"parent": {
|
|
303108
|
+
"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",
|
|
303109
|
+
"name": "ListBoxItemProps"
|
|
303110
|
+
},
|
|
303111
|
+
"declarations": [
|
|
303112
|
+
{
|
|
303113
|
+
"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",
|
|
303114
|
+
"name": "ListBoxItemProps"
|
|
303115
|
+
}
|
|
303116
|
+
],
|
|
303117
|
+
"required": false,
|
|
303118
|
+
"type": {
|
|
303119
|
+
"name": "string"
|
|
303120
|
+
}
|
|
303121
|
+
},
|
|
303122
|
+
"colSpan": {
|
|
303123
|
+
"defaultValue": null,
|
|
303124
|
+
"description": "Indicates how many columns the data cell spans.",
|
|
303125
|
+
"name": "colSpan",
|
|
303126
|
+
"parent": {
|
|
303127
|
+
"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",
|
|
303128
|
+
"name": "CellProps"
|
|
303129
|
+
},
|
|
303130
|
+
"declarations": [
|
|
303131
|
+
{
|
|
303132
|
+
"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",
|
|
303133
|
+
"name": "CellProps"
|
|
303134
|
+
}
|
|
303135
|
+
],
|
|
303136
|
+
"required": false,
|
|
303137
|
+
"type": {
|
|
303138
|
+
"name": "number"
|
|
303139
|
+
}
|
|
303140
|
+
},
|
|
303141
|
+
"children": {
|
|
303142
|
+
"defaultValue": null,
|
|
303143
|
+
"description": "",
|
|
303144
|
+
"name": "children",
|
|
303145
|
+
"declarations": [
|
|
303146
|
+
{
|
|
303147
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
303148
|
+
"name": "TypeLiteral"
|
|
303149
|
+
}
|
|
303150
|
+
],
|
|
303151
|
+
"required": false,
|
|
303152
|
+
"type": {
|
|
303153
|
+
"name": "ReactNode"
|
|
303154
|
+
}
|
|
303155
303155
|
}
|
|
303156
303156
|
}
|
|
303157
303157
|
},
|
|
@@ -305260,9 +305260,9 @@
|
|
|
305260
305260
|
"tags": {
|
|
305261
305261
|
"flr-generate": "all"
|
|
305262
305262
|
},
|
|
305263
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/
|
|
305263
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
|
|
305264
305264
|
"description": "",
|
|
305265
|
-
"displayName": "
|
|
305265
|
+
"displayName": "Radio",
|
|
305266
305266
|
"methods": [],
|
|
305267
305267
|
"props": {
|
|
305268
305268
|
"translate": {
|
|
@@ -307154,9 +307154,9 @@
|
|
|
307154
307154
|
"tags": {
|
|
307155
307155
|
"flr-generate": "all"
|
|
307156
307156
|
},
|
|
307157
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/
|
|
307157
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
|
|
307158
307158
|
"description": "",
|
|
307159
|
-
"displayName": "
|
|
307159
|
+
"displayName": "RadioButton",
|
|
307160
307160
|
"methods": [],
|
|
307161
307161
|
"props": {
|
|
307162
307162
|
"translate": {
|
|
@@ -347854,6 +347854,14 @@
|
|
|
347854
347854
|
}
|
|
347855
347855
|
}
|
|
347856
347856
|
},
|
|
347857
|
+
{
|
|
347858
|
+
"tags": {},
|
|
347859
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
|
|
347860
|
+
"description": "",
|
|
347861
|
+
"displayName": "FallbackItems",
|
|
347862
|
+
"methods": [],
|
|
347863
|
+
"props": {}
|
|
347864
|
+
},
|
|
347857
347865
|
{
|
|
347858
347866
|
"tags": {},
|
|
347859
347867
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
@@ -347978,14 +347986,6 @@
|
|
|
347978
347986
|
}
|
|
347979
347987
|
}
|
|
347980
347988
|
},
|
|
347981
|
-
{
|
|
347982
|
-
"tags": {},
|
|
347983
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
|
|
347984
|
-
"description": "",
|
|
347985
|
-
"displayName": "FallbackItems",
|
|
347986
|
-
"methods": [],
|
|
347987
|
-
"props": {}
|
|
347988
|
-
},
|
|
347989
347989
|
{
|
|
347990
347990
|
"tags": {},
|
|
347991
347991
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
@@ -348022,42 +348022,6 @@
|
|
|
348022
348022
|
"methods": [],
|
|
348023
348023
|
"props": {}
|
|
348024
348024
|
},
|
|
348025
|
-
{
|
|
348026
|
-
"tags": {},
|
|
348027
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
348028
|
-
"description": "",
|
|
348029
|
-
"displayName": "SortingMenuItem",
|
|
348030
|
-
"methods": [],
|
|
348031
|
-
"props": {
|
|
348032
|
-
"sorting": {
|
|
348033
|
-
"defaultValue": null,
|
|
348034
|
-
"description": "",
|
|
348035
|
-
"name": "sorting",
|
|
348036
|
-
"parent": {
|
|
348037
|
-
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
348038
|
-
"name": "Props"
|
|
348039
|
-
},
|
|
348040
|
-
"declarations": [
|
|
348041
|
-
{
|
|
348042
|
-
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
348043
|
-
"name": "Props"
|
|
348044
|
-
}
|
|
348045
|
-
],
|
|
348046
|
-
"required": true,
|
|
348047
|
-
"type": {
|
|
348048
|
-
"name": "Sorting<never>"
|
|
348049
|
-
}
|
|
348050
|
-
}
|
|
348051
|
-
}
|
|
348052
|
-
},
|
|
348053
|
-
{
|
|
348054
|
-
"tags": {},
|
|
348055
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
348056
|
-
"description": "",
|
|
348057
|
-
"displayName": "SortingContextMenu",
|
|
348058
|
-
"methods": [],
|
|
348059
|
-
"props": {}
|
|
348060
|
-
},
|
|
348061
348025
|
{
|
|
348062
348026
|
"tags": {},
|
|
348063
348027
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
@@ -348216,6 +348180,42 @@
|
|
|
348216
348180
|
}
|
|
348217
348181
|
}
|
|
348218
348182
|
},
|
|
348183
|
+
{
|
|
348184
|
+
"tags": {},
|
|
348185
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
348186
|
+
"description": "",
|
|
348187
|
+
"displayName": "SortingMenuItem",
|
|
348188
|
+
"methods": [],
|
|
348189
|
+
"props": {
|
|
348190
|
+
"sorting": {
|
|
348191
|
+
"defaultValue": null,
|
|
348192
|
+
"description": "",
|
|
348193
|
+
"name": "sorting",
|
|
348194
|
+
"parent": {
|
|
348195
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
348196
|
+
"name": "Props"
|
|
348197
|
+
},
|
|
348198
|
+
"declarations": [
|
|
348199
|
+
{
|
|
348200
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
348201
|
+
"name": "Props"
|
|
348202
|
+
}
|
|
348203
|
+
],
|
|
348204
|
+
"required": true,
|
|
348205
|
+
"type": {
|
|
348206
|
+
"name": "Sorting<never>"
|
|
348207
|
+
}
|
|
348208
|
+
}
|
|
348209
|
+
}
|
|
348210
|
+
},
|
|
348211
|
+
{
|
|
348212
|
+
"tags": {},
|
|
348213
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
348214
|
+
"description": "",
|
|
348215
|
+
"displayName": "SortingContextMenu",
|
|
348216
|
+
"methods": [],
|
|
348217
|
+
"props": {}
|
|
348218
|
+
},
|
|
348219
348219
|
{
|
|
348220
348220
|
"tags": {},
|
|
348221
348221
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-react-components",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.790",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"@codemirror/lint": "^6.9.5",
|
|
61
61
|
"@internationalized/string": "^3.2.7",
|
|
62
62
|
"@lezer/highlight": "^1.2.3",
|
|
63
|
-
"@mittwald/flow-icons": "0.2.0-alpha.
|
|
63
|
+
"@mittwald/flow-icons": "0.2.0-alpha.790",
|
|
64
64
|
"@mittwald/password-tools-js": "3.0.0-alpha.18",
|
|
65
|
-
"@mittwald/react-tunnel": "0.2.0-alpha.
|
|
65
|
+
"@mittwald/react-tunnel": "0.2.0-alpha.790",
|
|
66
66
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
67
67
|
"@react-aria/form": "^3.1.3",
|
|
68
68
|
"@react-aria/i18n": "^3.12.16",
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"@lezer/generator": "^1.8.0",
|
|
117
117
|
"@lezer/lr": "^1.4.8",
|
|
118
118
|
"@mittwald/flow-core": "",
|
|
119
|
-
"@mittwald/flow-design-tokens": "0.2.0-alpha.
|
|
119
|
+
"@mittwald/flow-design-tokens": "0.2.0-alpha.790",
|
|
120
120
|
"@mittwald/flow-icons-base": "",
|
|
121
121
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
122
122
|
"@mittwald/remote-dom-react": "1.2.2-mittwald.10",
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
},
|
|
170
170
|
"peerDependencies": {
|
|
171
171
|
"@internationalized/date": "^3.10.0",
|
|
172
|
-
"@mittwald/flow-icons-pro": "0.2.0-alpha.
|
|
172
|
+
"@mittwald/flow-icons-pro": "0.2.0-alpha.789",
|
|
173
173
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
174
174
|
"next": "*",
|
|
175
175
|
"react": "^19.2.0",
|
|
@@ -190,5 +190,5 @@
|
|
|
190
190
|
"optional": true
|
|
191
191
|
}
|
|
192
192
|
},
|
|
193
|
-
"gitHead": "
|
|
193
|
+
"gitHead": "0e675a6f59467a08ce110e3bfef7aca6a90423d0"
|
|
194
194
|
}
|