@mittwald/flow-react-components 0.2.0-alpha.785 → 0.2.0-alpha.786
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 +371 -310
- package/dist/css/all.css +1 -1
- package/dist/js/packages/components/src/components/AccentBox/AccentBox.mjs +52 -22
- package/dist/js/packages/components/src/components/AccentBox/AccentBox.mjs.map +1 -1
- package/dist/js/packages/components/src/components/AccentBox/AccentBox.module.scss.mjs +13 -5
- package/dist/js/packages/components/src/components/AccentBox/AccentBox.module.scss.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Badge/Badge.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Link/Link.mjs +3 -1
- package/dist/js/packages/components/src/components/Link/Link.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Link/Link.module.scss.mjs +8 -2
- package/dist/js/packages/components/src/components/Link/Link.module.scss.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Link/components/LinkIcon/LinkIcon.mjs +15 -2
- package/dist/js/packages/components/src/components/Link/components/LinkIcon/LinkIcon.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Modal/Modal.mjs +1 -1
- package/dist/js/packages/components/src/components/Modal/Modal.mjs.map +1 -1
- package/dist/types/components/AccentBox/AccentBox.d.ts +13 -3
- package/dist/types/components/AccentBox/AccentBox.d.ts.map +1 -1
- package/dist/types/components/AccentBox/stories/Default.stories.d.ts +4 -4
- package/dist/types/components/AccentBox/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/Badge/Badge.d.ts.map +1 -1
- package/dist/types/components/Link/Link.d.ts.map +1 -1
- package/dist/types/components/Link/components/LinkIcon/LinkIcon.d.ts.map +1 -1
- package/package.json +6 -6
|
@@ -230391,70 +230391,11 @@
|
|
|
230391
230391
|
"tags": {
|
|
230392
230392
|
"flr-generate": "all"
|
|
230393
230393
|
},
|
|
230394
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
230394
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Autocomplete/Autocomplete.tsx",
|
|
230395
230395
|
"description": "",
|
|
230396
|
-
"displayName": "
|
|
230396
|
+
"displayName": "Autocomplete",
|
|
230397
230397
|
"methods": [],
|
|
230398
230398
|
"props": {
|
|
230399
|
-
"size": {
|
|
230400
|
-
"defaultValue": {
|
|
230401
|
-
"value": "\"m\""
|
|
230402
|
-
},
|
|
230403
|
-
"description": "The size of the avatar.",
|
|
230404
|
-
"name": "size",
|
|
230405
|
-
"parent": {
|
|
230406
|
-
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
230407
|
-
"name": "AvatarProps"
|
|
230408
|
-
},
|
|
230409
|
-
"declarations": [
|
|
230410
|
-
{
|
|
230411
|
-
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
230412
|
-
"name": "AvatarProps"
|
|
230413
|
-
}
|
|
230414
|
-
],
|
|
230415
|
-
"required": false,
|
|
230416
|
-
"type": {
|
|
230417
|
-
"name": "\"s\" | \"xs\" | \"m\" | \"l\""
|
|
230418
|
-
}
|
|
230419
|
-
},
|
|
230420
|
-
"color": {
|
|
230421
|
-
"defaultValue": null,
|
|
230422
|
-
"description": "The color of icons and initials inside the avatar.",
|
|
230423
|
-
"name": "color",
|
|
230424
|
-
"parent": {
|
|
230425
|
-
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
230426
|
-
"name": "AvatarProps"
|
|
230427
|
-
},
|
|
230428
|
-
"declarations": [
|
|
230429
|
-
{
|
|
230430
|
-
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
230431
|
-
"name": "AvatarProps"
|
|
230432
|
-
}
|
|
230433
|
-
],
|
|
230434
|
-
"required": false,
|
|
230435
|
-
"type": {
|
|
230436
|
-
"name": "\"violet\" | \"green\" | \"blue\" | \"teal\" | \"lilac\""
|
|
230437
|
-
}
|
|
230438
|
-
},
|
|
230439
|
-
"status": {
|
|
230440
|
-
"defaultValue": null,
|
|
230441
|
-
"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.",
|
|
230442
|
-
"name": "status",
|
|
230443
|
-
"parent": {
|
|
230444
|
-
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
230445
|
-
"name": "AvatarProps"
|
|
230446
|
-
},
|
|
230447
|
-
"declarations": [
|
|
230448
|
-
{
|
|
230449
|
-
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
230450
|
-
"name": "AvatarProps"
|
|
230451
|
-
}
|
|
230452
|
-
],
|
|
230453
|
-
"required": false,
|
|
230454
|
-
"type": {
|
|
230455
|
-
"name": "\"info\" | \"success\" | \"warning\" | \"danger\" | \"unavailable\""
|
|
230456
|
-
}
|
|
230457
|
-
},
|
|
230458
230399
|
"children": {
|
|
230459
230400
|
"defaultValue": null,
|
|
230460
230401
|
"description": "",
|
|
@@ -230564,6 +230505,86 @@
|
|
|
230564
230505
|
"type": {
|
|
230565
230506
|
"name": "Key | null"
|
|
230566
230507
|
}
|
|
230508
|
+
},
|
|
230509
|
+
"slot": {
|
|
230510
|
+
"defaultValue": null,
|
|
230511
|
+
"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.",
|
|
230512
|
+
"name": "slot",
|
|
230513
|
+
"parent": {
|
|
230514
|
+
"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",
|
|
230515
|
+
"name": "SlotProps"
|
|
230516
|
+
},
|
|
230517
|
+
"declarations": [
|
|
230518
|
+
{
|
|
230519
|
+
"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",
|
|
230520
|
+
"name": "SlotProps"
|
|
230521
|
+
}
|
|
230522
|
+
],
|
|
230523
|
+
"required": false,
|
|
230524
|
+
"type": {
|
|
230525
|
+
"name": "string | null"
|
|
230526
|
+
}
|
|
230527
|
+
},
|
|
230528
|
+
"filter": {
|
|
230529
|
+
"defaultValue": null,
|
|
230530
|
+
"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.",
|
|
230531
|
+
"name": "filter",
|
|
230532
|
+
"parent": {
|
|
230533
|
+
"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",
|
|
230534
|
+
"name": "AriaAutocompleteProps"
|
|
230535
|
+
},
|
|
230536
|
+
"declarations": [
|
|
230537
|
+
{
|
|
230538
|
+
"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",
|
|
230539
|
+
"name": "AriaAutocompleteProps"
|
|
230540
|
+
}
|
|
230541
|
+
],
|
|
230542
|
+
"required": false,
|
|
230543
|
+
"type": {
|
|
230544
|
+
"name": "((textValue: string, inputValue: string, node: Node<object>) => boolean)"
|
|
230545
|
+
}
|
|
230546
|
+
},
|
|
230547
|
+
"disableAutoFocusFirst": {
|
|
230548
|
+
"defaultValue": {
|
|
230549
|
+
"value": "false"
|
|
230550
|
+
},
|
|
230551
|
+
"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`.",
|
|
230552
|
+
"name": "disableAutoFocusFirst",
|
|
230553
|
+
"parent": {
|
|
230554
|
+
"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",
|
|
230555
|
+
"name": "AriaAutocompleteProps"
|
|
230556
|
+
},
|
|
230557
|
+
"declarations": [
|
|
230558
|
+
{
|
|
230559
|
+
"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",
|
|
230560
|
+
"name": "AriaAutocompleteProps"
|
|
230561
|
+
}
|
|
230562
|
+
],
|
|
230563
|
+
"required": false,
|
|
230564
|
+
"type": {
|
|
230565
|
+
"name": "boolean"
|
|
230566
|
+
}
|
|
230567
|
+
},
|
|
230568
|
+
"disableVirtualFocus": {
|
|
230569
|
+
"defaultValue": {
|
|
230570
|
+
"value": "false"
|
|
230571
|
+
},
|
|
230572
|
+
"description": "Whether the autocomplete should disable virtual focus, instead making the wrapped collection directly tabbable.",
|
|
230573
|
+
"name": "disableVirtualFocus",
|
|
230574
|
+
"parent": {
|
|
230575
|
+
"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",
|
|
230576
|
+
"name": "AriaAutocompleteProps"
|
|
230577
|
+
},
|
|
230578
|
+
"declarations": [
|
|
230579
|
+
{
|
|
230580
|
+
"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",
|
|
230581
|
+
"name": "AriaAutocompleteProps"
|
|
230582
|
+
}
|
|
230583
|
+
],
|
|
230584
|
+
"required": false,
|
|
230585
|
+
"type": {
|
|
230586
|
+
"name": "boolean"
|
|
230587
|
+
}
|
|
230567
230588
|
}
|
|
230568
230589
|
}
|
|
230569
230590
|
},
|
|
@@ -230571,11 +230592,70 @@
|
|
|
230571
230592
|
"tags": {
|
|
230572
230593
|
"flr-generate": "all"
|
|
230573
230594
|
},
|
|
230574
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
230595
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Avatar/Avatar.tsx",
|
|
230575
230596
|
"description": "",
|
|
230576
|
-
"displayName": "
|
|
230597
|
+
"displayName": "Avatar",
|
|
230577
230598
|
"methods": [],
|
|
230578
230599
|
"props": {
|
|
230600
|
+
"size": {
|
|
230601
|
+
"defaultValue": {
|
|
230602
|
+
"value": "\"m\""
|
|
230603
|
+
},
|
|
230604
|
+
"description": "The size of the avatar.",
|
|
230605
|
+
"name": "size",
|
|
230606
|
+
"parent": {
|
|
230607
|
+
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
230608
|
+
"name": "AvatarProps"
|
|
230609
|
+
},
|
|
230610
|
+
"declarations": [
|
|
230611
|
+
{
|
|
230612
|
+
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
230613
|
+
"name": "AvatarProps"
|
|
230614
|
+
}
|
|
230615
|
+
],
|
|
230616
|
+
"required": false,
|
|
230617
|
+
"type": {
|
|
230618
|
+
"name": "\"s\" | \"xs\" | \"m\" | \"l\""
|
|
230619
|
+
}
|
|
230620
|
+
},
|
|
230621
|
+
"color": {
|
|
230622
|
+
"defaultValue": null,
|
|
230623
|
+
"description": "The color of icons and initials inside the avatar.",
|
|
230624
|
+
"name": "color",
|
|
230625
|
+
"parent": {
|
|
230626
|
+
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
230627
|
+
"name": "AvatarProps"
|
|
230628
|
+
},
|
|
230629
|
+
"declarations": [
|
|
230630
|
+
{
|
|
230631
|
+
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
230632
|
+
"name": "AvatarProps"
|
|
230633
|
+
}
|
|
230634
|
+
],
|
|
230635
|
+
"required": false,
|
|
230636
|
+
"type": {
|
|
230637
|
+
"name": "\"violet\" | \"green\" | \"blue\" | \"teal\" | \"lilac\""
|
|
230638
|
+
}
|
|
230639
|
+
},
|
|
230640
|
+
"status": {
|
|
230641
|
+
"defaultValue": null,
|
|
230642
|
+
"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.",
|
|
230643
|
+
"name": "status",
|
|
230644
|
+
"parent": {
|
|
230645
|
+
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
230646
|
+
"name": "AvatarProps"
|
|
230647
|
+
},
|
|
230648
|
+
"declarations": [
|
|
230649
|
+
{
|
|
230650
|
+
"fileName": "components/src/components/Avatar/Avatar.tsx",
|
|
230651
|
+
"name": "AvatarProps"
|
|
230652
|
+
}
|
|
230653
|
+
],
|
|
230654
|
+
"required": false,
|
|
230655
|
+
"type": {
|
|
230656
|
+
"name": "\"info\" | \"success\" | \"warning\" | \"danger\" | \"unavailable\""
|
|
230657
|
+
}
|
|
230658
|
+
},
|
|
230579
230659
|
"children": {
|
|
230580
230660
|
"defaultValue": null,
|
|
230581
230661
|
"description": "",
|
|
@@ -230685,86 +230765,6 @@
|
|
|
230685
230765
|
"type": {
|
|
230686
230766
|
"name": "Key | null"
|
|
230687
230767
|
}
|
|
230688
|
-
},
|
|
230689
|
-
"slot": {
|
|
230690
|
-
"defaultValue": null,
|
|
230691
|
-
"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.",
|
|
230692
|
-
"name": "slot",
|
|
230693
|
-
"parent": {
|
|
230694
|
-
"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",
|
|
230695
|
-
"name": "SlotProps"
|
|
230696
|
-
},
|
|
230697
|
-
"declarations": [
|
|
230698
|
-
{
|
|
230699
|
-
"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",
|
|
230700
|
-
"name": "SlotProps"
|
|
230701
|
-
}
|
|
230702
|
-
],
|
|
230703
|
-
"required": false,
|
|
230704
|
-
"type": {
|
|
230705
|
-
"name": "string | null"
|
|
230706
|
-
}
|
|
230707
|
-
},
|
|
230708
|
-
"filter": {
|
|
230709
|
-
"defaultValue": null,
|
|
230710
|
-
"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.",
|
|
230711
|
-
"name": "filter",
|
|
230712
|
-
"parent": {
|
|
230713
|
-
"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",
|
|
230714
|
-
"name": "AriaAutocompleteProps"
|
|
230715
|
-
},
|
|
230716
|
-
"declarations": [
|
|
230717
|
-
{
|
|
230718
|
-
"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",
|
|
230719
|
-
"name": "AriaAutocompleteProps"
|
|
230720
|
-
}
|
|
230721
|
-
],
|
|
230722
|
-
"required": false,
|
|
230723
|
-
"type": {
|
|
230724
|
-
"name": "((textValue: string, inputValue: string, node: Node<object>) => boolean)"
|
|
230725
|
-
}
|
|
230726
|
-
},
|
|
230727
|
-
"disableAutoFocusFirst": {
|
|
230728
|
-
"defaultValue": {
|
|
230729
|
-
"value": "false"
|
|
230730
|
-
},
|
|
230731
|
-
"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`.",
|
|
230732
|
-
"name": "disableAutoFocusFirst",
|
|
230733
|
-
"parent": {
|
|
230734
|
-
"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",
|
|
230735
|
-
"name": "AriaAutocompleteProps"
|
|
230736
|
-
},
|
|
230737
|
-
"declarations": [
|
|
230738
|
-
{
|
|
230739
|
-
"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",
|
|
230740
|
-
"name": "AriaAutocompleteProps"
|
|
230741
|
-
}
|
|
230742
|
-
],
|
|
230743
|
-
"required": false,
|
|
230744
|
-
"type": {
|
|
230745
|
-
"name": "boolean"
|
|
230746
|
-
}
|
|
230747
|
-
},
|
|
230748
|
-
"disableVirtualFocus": {
|
|
230749
|
-
"defaultValue": {
|
|
230750
|
-
"value": "false"
|
|
230751
|
-
},
|
|
230752
|
-
"description": "Whether the autocomplete should disable virtual focus, instead making the wrapped collection directly tabbable.",
|
|
230753
|
-
"name": "disableVirtualFocus",
|
|
230754
|
-
"parent": {
|
|
230755
|
-
"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",
|
|
230756
|
-
"name": "AriaAutocompleteProps"
|
|
230757
|
-
},
|
|
230758
|
-
"declarations": [
|
|
230759
|
-
{
|
|
230760
|
-
"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",
|
|
230761
|
-
"name": "AriaAutocompleteProps"
|
|
230762
|
-
}
|
|
230763
|
-
],
|
|
230764
|
-
"required": false,
|
|
230765
|
-
"type": {
|
|
230766
|
-
"name": "boolean"
|
|
230767
|
-
}
|
|
230768
230768
|
}
|
|
230769
230769
|
}
|
|
230770
230770
|
},
|
|
@@ -251819,9 +251819,32 @@
|
|
|
251819
251819
|
"displayName": "AccentBox",
|
|
251820
251820
|
"methods": [],
|
|
251821
251821
|
"props": {
|
|
251822
|
+
"backgroundColor": {
|
|
251823
|
+
"defaultValue": {
|
|
251824
|
+
"value": "\"neutral\""
|
|
251825
|
+
},
|
|
251826
|
+
"description": "The background color of the accent box.",
|
|
251827
|
+
"name": "backgroundColor",
|
|
251828
|
+
"parent": {
|
|
251829
|
+
"fileName": "components/src/components/AccentBox/AccentBox.tsx",
|
|
251830
|
+
"name": "AccentBoxProps"
|
|
251831
|
+
},
|
|
251832
|
+
"declarations": [
|
|
251833
|
+
{
|
|
251834
|
+
"fileName": "components/src/components/AccentBox/AccentBox.tsx",
|
|
251835
|
+
"name": "AccentBoxProps"
|
|
251836
|
+
}
|
|
251837
|
+
],
|
|
251838
|
+
"required": false,
|
|
251839
|
+
"type": {
|
|
251840
|
+
"name": "AccentBoxWithCustomBackgroundColor"
|
|
251841
|
+
}
|
|
251842
|
+
},
|
|
251822
251843
|
"color": {
|
|
251823
|
-
"defaultValue":
|
|
251824
|
-
|
|
251844
|
+
"defaultValue": {
|
|
251845
|
+
"value": "\"default\""
|
|
251846
|
+
},
|
|
251847
|
+
"description": "The fcontent color of the accent box.",
|
|
251825
251848
|
"name": "color",
|
|
251826
251849
|
"parent": {
|
|
251827
251850
|
"fileName": "components/src/components/AccentBox/AccentBox.tsx",
|
|
@@ -251835,7 +251858,45 @@
|
|
|
251835
251858
|
],
|
|
251836
251859
|
"required": false,
|
|
251837
251860
|
"type": {
|
|
251838
|
-
"name": "\"
|
|
251861
|
+
"name": "\"default\" | \"dark\" | \"light\" | \"dark-static\" | \"light-static\""
|
|
251862
|
+
}
|
|
251863
|
+
},
|
|
251864
|
+
"backgroundImage": {
|
|
251865
|
+
"defaultValue": null,
|
|
251866
|
+
"description": "The background image of the accent box.",
|
|
251867
|
+
"name": "backgroundImage",
|
|
251868
|
+
"parent": {
|
|
251869
|
+
"fileName": "components/src/components/AccentBox/AccentBox.tsx",
|
|
251870
|
+
"name": "AccentBoxProps"
|
|
251871
|
+
},
|
|
251872
|
+
"declarations": [
|
|
251873
|
+
{
|
|
251874
|
+
"fileName": "components/src/components/AccentBox/AccentBox.tsx",
|
|
251875
|
+
"name": "AccentBoxProps"
|
|
251876
|
+
}
|
|
251877
|
+
],
|
|
251878
|
+
"required": false,
|
|
251879
|
+
"type": {
|
|
251880
|
+
"name": "string"
|
|
251881
|
+
}
|
|
251882
|
+
},
|
|
251883
|
+
"aspectRatio": {
|
|
251884
|
+
"defaultValue": null,
|
|
251885
|
+
"description": "The aspect ratio of the accent box.",
|
|
251886
|
+
"name": "aspectRatio",
|
|
251887
|
+
"parent": {
|
|
251888
|
+
"fileName": "components/src/components/AccentBox/AccentBox.tsx",
|
|
251889
|
+
"name": "AccentBoxProps"
|
|
251890
|
+
},
|
|
251891
|
+
"declarations": [
|
|
251892
|
+
{
|
|
251893
|
+
"fileName": "components/src/components/AccentBox/AccentBox.tsx",
|
|
251894
|
+
"name": "AccentBoxProps"
|
|
251895
|
+
}
|
|
251896
|
+
],
|
|
251897
|
+
"required": false,
|
|
251898
|
+
"type": {
|
|
251899
|
+
"name": "AspectRatio"
|
|
251839
251900
|
}
|
|
251840
251901
|
},
|
|
251841
251902
|
"children": {
|
|
@@ -274936,6 +274997,49 @@
|
|
|
274936
274997
|
}
|
|
274937
274998
|
}
|
|
274938
274999
|
},
|
|
275000
|
+
{
|
|
275001
|
+
"tags": {},
|
|
275002
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
275003
|
+
"description": "",
|
|
275004
|
+
"displayName": "FormSettingsProvider",
|
|
275005
|
+
"methods": [],
|
|
275006
|
+
"props": {
|
|
275007
|
+
"submitInterceptor": {
|
|
275008
|
+
"defaultValue": null,
|
|
275009
|
+
"description": "",
|
|
275010
|
+
"name": "submitInterceptor",
|
|
275011
|
+
"parent": {
|
|
275012
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
275013
|
+
"name": "Context"
|
|
275014
|
+
},
|
|
275015
|
+
"declarations": [
|
|
275016
|
+
{
|
|
275017
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
275018
|
+
"name": "Context"
|
|
275019
|
+
}
|
|
275020
|
+
],
|
|
275021
|
+
"required": false,
|
|
275022
|
+
"type": {
|
|
275023
|
+
"name": "SubmitInterceptor"
|
|
275024
|
+
}
|
|
275025
|
+
},
|
|
275026
|
+
"children": {
|
|
275027
|
+
"defaultValue": null,
|
|
275028
|
+
"description": "",
|
|
275029
|
+
"name": "children",
|
|
275030
|
+
"declarations": [
|
|
275031
|
+
{
|
|
275032
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
275033
|
+
"name": "TypeLiteral"
|
|
275034
|
+
}
|
|
275035
|
+
],
|
|
275036
|
+
"required": false,
|
|
275037
|
+
"type": {
|
|
275038
|
+
"name": "ReactNode"
|
|
275039
|
+
}
|
|
275040
|
+
}
|
|
275041
|
+
}
|
|
275042
|
+
},
|
|
274939
275043
|
{
|
|
274940
275044
|
"tags": {},
|
|
274941
275045
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/ResetButton/ResetButton.tsx",
|
|
@@ -277292,49 +277396,6 @@
|
|
|
277292
277396
|
}
|
|
277293
277397
|
}
|
|
277294
277398
|
},
|
|
277295
|
-
{
|
|
277296
|
-
"tags": {},
|
|
277297
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
277298
|
-
"description": "",
|
|
277299
|
-
"displayName": "FormSettingsProvider",
|
|
277300
|
-
"methods": [],
|
|
277301
|
-
"props": {
|
|
277302
|
-
"submitInterceptor": {
|
|
277303
|
-
"defaultValue": null,
|
|
277304
|
-
"description": "",
|
|
277305
|
-
"name": "submitInterceptor",
|
|
277306
|
-
"parent": {
|
|
277307
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
277308
|
-
"name": "Context"
|
|
277309
|
-
},
|
|
277310
|
-
"declarations": [
|
|
277311
|
-
{
|
|
277312
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
277313
|
-
"name": "Context"
|
|
277314
|
-
}
|
|
277315
|
-
],
|
|
277316
|
-
"required": false,
|
|
277317
|
-
"type": {
|
|
277318
|
-
"name": "SubmitInterceptor"
|
|
277319
|
-
}
|
|
277320
|
-
},
|
|
277321
|
-
"children": {
|
|
277322
|
-
"defaultValue": null,
|
|
277323
|
-
"description": "",
|
|
277324
|
-
"name": "children",
|
|
277325
|
-
"declarations": [
|
|
277326
|
-
{
|
|
277327
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
277328
|
-
"name": "TypeLiteral"
|
|
277329
|
-
}
|
|
277330
|
-
],
|
|
277331
|
-
"required": false,
|
|
277332
|
-
"type": {
|
|
277333
|
-
"name": "ReactNode"
|
|
277334
|
-
}
|
|
277335
|
-
}
|
|
277336
|
-
}
|
|
277337
|
-
},
|
|
277338
277399
|
{
|
|
277339
277400
|
"tags": {},
|
|
277340
277401
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormRootError/FormRootError.tsx",
|
|
@@ -284011,10 +284072,12 @@
|
|
|
284011
284072
|
}
|
|
284012
284073
|
},
|
|
284013
284074
|
{
|
|
284014
|
-
"tags": {
|
|
284015
|
-
|
|
284075
|
+
"tags": {
|
|
284076
|
+
"deprecated": "Use RouterProvider instead"
|
|
284077
|
+
},
|
|
284078
|
+
"filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
|
|
284016
284079
|
"description": "",
|
|
284017
|
-
"displayName": "
|
|
284080
|
+
"displayName": "LinkProvider",
|
|
284018
284081
|
"methods": [],
|
|
284019
284082
|
"props": {
|
|
284020
284083
|
"children": {
|
|
@@ -284035,12 +284098,10 @@
|
|
|
284035
284098
|
}
|
|
284036
284099
|
},
|
|
284037
284100
|
{
|
|
284038
|
-
"tags": {
|
|
284039
|
-
|
|
284040
|
-
},
|
|
284041
|
-
"filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
|
|
284101
|
+
"tags": {},
|
|
284102
|
+
"filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
|
|
284042
284103
|
"description": "",
|
|
284043
|
-
"displayName": "
|
|
284104
|
+
"displayName": "RouterProvider",
|
|
284044
284105
|
"methods": [],
|
|
284045
284106
|
"props": {
|
|
284046
284107
|
"children": {
|
|
@@ -315383,14 +315444,6 @@
|
|
|
315383
315444
|
"methods": [],
|
|
315384
315445
|
"props": {}
|
|
315385
315446
|
},
|
|
315386
|
-
{
|
|
315387
|
-
"tags": {},
|
|
315388
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
|
|
315389
|
-
"description": "",
|
|
315390
|
-
"displayName": "Table",
|
|
315391
|
-
"methods": [],
|
|
315392
|
-
"props": {}
|
|
315393
|
-
},
|
|
315394
315447
|
{
|
|
315395
315448
|
"tags": {
|
|
315396
315449
|
"flr-generate": "all"
|
|
@@ -315514,6 +315567,14 @@
|
|
|
315514
315567
|
}
|
|
315515
315568
|
}
|
|
315516
315569
|
},
|
|
315570
|
+
{
|
|
315571
|
+
"tags": {},
|
|
315572
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
|
|
315573
|
+
"description": "",
|
|
315574
|
+
"displayName": "Table",
|
|
315575
|
+
"methods": [],
|
|
315576
|
+
"props": {}
|
|
315577
|
+
},
|
|
315517
315578
|
{
|
|
315518
315579
|
"tags": {},
|
|
315519
315580
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
|
|
@@ -341502,6 +341563,14 @@
|
|
|
341502
341563
|
}
|
|
341503
341564
|
}
|
|
341504
341565
|
},
|
|
341566
|
+
{
|
|
341567
|
+
"tags": {},
|
|
341568
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/components/CalendarHeader/CalendarHeader.tsx",
|
|
341569
|
+
"description": "",
|
|
341570
|
+
"displayName": "CalendarHeader",
|
|
341571
|
+
"methods": [],
|
|
341572
|
+
"props": {}
|
|
341573
|
+
},
|
|
341505
341574
|
{
|
|
341506
341575
|
"tags": {
|
|
341507
341576
|
"flr-generate": "all"
|
|
@@ -343351,14 +343420,6 @@
|
|
|
343351
343420
|
}
|
|
343352
343421
|
}
|
|
343353
343422
|
},
|
|
343354
|
-
{
|
|
343355
|
-
"tags": {},
|
|
343356
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/components/CalendarHeader/CalendarHeader.tsx",
|
|
343357
|
-
"description": "",
|
|
343358
|
-
"displayName": "CalendarHeader",
|
|
343359
|
-
"methods": [],
|
|
343360
|
-
"props": {}
|
|
343361
|
-
},
|
|
343362
343423
|
{
|
|
343363
343424
|
"tags": {},
|
|
343364
343425
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Breadcrumb/components/BreadcrumbItem/BreadcrumbItem.tsx",
|
|
@@ -347280,6 +347341,14 @@
|
|
|
347280
347341
|
}
|
|
347281
347342
|
}
|
|
347282
347343
|
},
|
|
347344
|
+
{
|
|
347345
|
+
"tags": {},
|
|
347346
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
|
|
347347
|
+
"description": "",
|
|
347348
|
+
"displayName": "FallbackItems",
|
|
347349
|
+
"methods": [],
|
|
347350
|
+
"props": {}
|
|
347351
|
+
},
|
|
347283
347352
|
{
|
|
347284
347353
|
"tags": {},
|
|
347285
347354
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
@@ -347404,14 +347473,6 @@
|
|
|
347404
347473
|
}
|
|
347405
347474
|
}
|
|
347406
347475
|
},
|
|
347407
|
-
{
|
|
347408
|
-
"tags": {},
|
|
347409
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
|
|
347410
|
-
"description": "",
|
|
347411
|
-
"displayName": "FallbackItems",
|
|
347412
|
-
"methods": [],
|
|
347413
|
-
"props": {}
|
|
347414
|
-
},
|
|
347415
347476
|
{
|
|
347416
347477
|
"tags": {},
|
|
347417
347478
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
@@ -347533,89 +347594,64 @@
|
|
|
347533
347594
|
},
|
|
347534
347595
|
{
|
|
347535
347596
|
"tags": {},
|
|
347536
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
347537
|
-
"description": "",
|
|
347538
|
-
"displayName": "ActiveFilters",
|
|
347539
|
-
"methods": [],
|
|
347540
|
-
"props": {}
|
|
347541
|
-
},
|
|
347542
|
-
{
|
|
347543
|
-
"tags": {},
|
|
347544
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
|
|
347545
|
-
"description": "",
|
|
347546
|
-
"displayName": "ViewModeAccordion",
|
|
347547
|
-
"methods": [],
|
|
347548
|
-
"props": {}
|
|
347549
|
-
},
|
|
347550
|
-
{
|
|
347551
|
-
"tags": {},
|
|
347552
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
|
|
347553
|
-
"description": "",
|
|
347554
|
-
"displayName": "SortingAccordion",
|
|
347555
|
-
"methods": [],
|
|
347556
|
-
"props": {}
|
|
347557
|
-
},
|
|
347558
|
-
{
|
|
347559
|
-
"tags": {},
|
|
347560
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
|
|
347597
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
347561
347598
|
"description": "",
|
|
347562
|
-
"displayName": "
|
|
347599
|
+
"displayName": "FilterMenuItem",
|
|
347563
347600
|
"methods": [],
|
|
347564
347601
|
"props": {
|
|
347565
|
-
"
|
|
347602
|
+
"filterValue": {
|
|
347566
347603
|
"defaultValue": null,
|
|
347567
347604
|
"description": "",
|
|
347568
|
-
"name": "
|
|
347605
|
+
"name": "filterValue",
|
|
347569
347606
|
"parent": {
|
|
347570
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
347607
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
347571
347608
|
"name": "Props"
|
|
347572
347609
|
},
|
|
347573
347610
|
"declarations": [
|
|
347574
347611
|
{
|
|
347575
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
347612
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
347576
347613
|
"name": "Props"
|
|
347577
347614
|
}
|
|
347578
347615
|
],
|
|
347579
347616
|
"required": true,
|
|
347580
347617
|
"type": {
|
|
347581
|
-
"name": "
|
|
347618
|
+
"name": "FilterValue"
|
|
347582
347619
|
}
|
|
347583
|
-
}
|
|
347584
|
-
|
|
347585
|
-
},
|
|
347586
|
-
{
|
|
347587
|
-
"tags": {},
|
|
347588
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
|
|
347589
|
-
"description": "",
|
|
347590
|
-
"displayName": "FilterAccordionDateRange",
|
|
347591
|
-
"methods": [],
|
|
347592
|
-
"props": {
|
|
347593
|
-
"filter": {
|
|
347620
|
+
},
|
|
347621
|
+
"selectionMode": {
|
|
347594
347622
|
"defaultValue": null,
|
|
347595
347623
|
"description": "",
|
|
347596
|
-
"name": "
|
|
347624
|
+
"name": "selectionMode",
|
|
347597
347625
|
"parent": {
|
|
347598
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
347626
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
347599
347627
|
"name": "Props"
|
|
347600
347628
|
},
|
|
347601
347629
|
"declarations": [
|
|
347602
347630
|
{
|
|
347603
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
347631
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
347604
347632
|
"name": "Props"
|
|
347605
347633
|
}
|
|
347606
347634
|
],
|
|
347607
|
-
"required":
|
|
347635
|
+
"required": false,
|
|
347608
347636
|
"type": {
|
|
347609
|
-
"name": "
|
|
347637
|
+
"name": "ContextMenuSelectionMode"
|
|
347610
347638
|
}
|
|
347611
347639
|
}
|
|
347612
347640
|
}
|
|
347613
347641
|
},
|
|
347614
347642
|
{
|
|
347615
347643
|
"tags": {},
|
|
347616
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
347644
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
|
|
347617
347645
|
"description": "",
|
|
347618
|
-
"displayName": "
|
|
347646
|
+
"displayName": "FilterContextMenus",
|
|
347647
|
+
"methods": [],
|
|
347648
|
+
"props": {}
|
|
347649
|
+
},
|
|
347650
|
+
{
|
|
347651
|
+
"tags": {},
|
|
347652
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
|
|
347653
|
+
"description": "",
|
|
347654
|
+
"displayName": "FilterContextMenu",
|
|
347619
347655
|
"methods": [],
|
|
347620
347656
|
"props": {
|
|
347621
347657
|
"filter": {
|
|
@@ -347623,12 +347659,12 @@
|
|
|
347623
347659
|
"description": "",
|
|
347624
347660
|
"name": "filter",
|
|
347625
347661
|
"parent": {
|
|
347626
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
347662
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
|
|
347627
347663
|
"name": "Props"
|
|
347628
347664
|
},
|
|
347629
347665
|
"declarations": [
|
|
347630
347666
|
{
|
|
347631
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
347667
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
|
|
347632
347668
|
"name": "Props"
|
|
347633
347669
|
}
|
|
347634
347670
|
],
|
|
@@ -347641,9 +347677,9 @@
|
|
|
347641
347677
|
},
|
|
347642
347678
|
{
|
|
347643
347679
|
"tags": {},
|
|
347644
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
347680
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
|
|
347645
347681
|
"description": "",
|
|
347646
|
-
"displayName": "
|
|
347682
|
+
"displayName": "DateRangeFilterPopover",
|
|
347647
347683
|
"methods": [],
|
|
347648
347684
|
"props": {
|
|
347649
347685
|
"filter": {
|
|
@@ -347651,90 +347687,99 @@
|
|
|
347651
347687
|
"description": "",
|
|
347652
347688
|
"name": "filter",
|
|
347653
347689
|
"parent": {
|
|
347654
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
347690
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
|
|
347655
347691
|
"name": "Props"
|
|
347656
347692
|
},
|
|
347657
347693
|
"declarations": [
|
|
347658
347694
|
{
|
|
347659
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
347695
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
|
|
347660
347696
|
"name": "Props"
|
|
347661
347697
|
}
|
|
347662
347698
|
],
|
|
347663
347699
|
"required": true,
|
|
347664
347700
|
"type": {
|
|
347665
|
-
"name": "
|
|
347701
|
+
"name": "AnyDateRangeFilter"
|
|
347666
347702
|
}
|
|
347667
347703
|
}
|
|
347668
347704
|
}
|
|
347669
347705
|
},
|
|
347670
347706
|
{
|
|
347671
347707
|
"tags": {},
|
|
347672
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/
|
|
347708
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
|
|
347673
347709
|
"description": "",
|
|
347674
|
-
"displayName": "
|
|
347710
|
+
"displayName": "ViewModeAccordion",
|
|
347675
347711
|
"methods": [],
|
|
347676
347712
|
"props": {}
|
|
347677
347713
|
},
|
|
347678
347714
|
{
|
|
347679
347715
|
"tags": {},
|
|
347680
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
347716
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
|
|
347681
347717
|
"description": "",
|
|
347682
|
-
"displayName": "
|
|
347718
|
+
"displayName": "SortingAccordion",
|
|
347719
|
+
"methods": [],
|
|
347720
|
+
"props": {}
|
|
347721
|
+
},
|
|
347722
|
+
{
|
|
347723
|
+
"tags": {},
|
|
347724
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
|
|
347725
|
+
"description": "",
|
|
347726
|
+
"displayName": "FilterAccordionRadioGroup",
|
|
347683
347727
|
"methods": [],
|
|
347684
347728
|
"props": {
|
|
347685
|
-
"
|
|
347729
|
+
"filter": {
|
|
347686
347730
|
"defaultValue": null,
|
|
347687
347731
|
"description": "",
|
|
347688
|
-
"name": "
|
|
347732
|
+
"name": "filter",
|
|
347689
347733
|
"parent": {
|
|
347690
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
347734
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
|
|
347691
347735
|
"name": "Props"
|
|
347692
347736
|
},
|
|
347693
347737
|
"declarations": [
|
|
347694
347738
|
{
|
|
347695
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
347739
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
|
|
347696
347740
|
"name": "Props"
|
|
347697
347741
|
}
|
|
347698
347742
|
],
|
|
347699
347743
|
"required": true,
|
|
347700
347744
|
"type": {
|
|
347701
|
-
"name": "
|
|
347745
|
+
"name": "Filter<never, never, never>"
|
|
347702
347746
|
}
|
|
347703
|
-
}
|
|
347704
|
-
|
|
347747
|
+
}
|
|
347748
|
+
}
|
|
347749
|
+
},
|
|
347750
|
+
{
|
|
347751
|
+
"tags": {},
|
|
347752
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
|
|
347753
|
+
"description": "",
|
|
347754
|
+
"displayName": "FilterAccordionDateRange",
|
|
347755
|
+
"methods": [],
|
|
347756
|
+
"props": {
|
|
347757
|
+
"filter": {
|
|
347705
347758
|
"defaultValue": null,
|
|
347706
347759
|
"description": "",
|
|
347707
|
-
"name": "
|
|
347760
|
+
"name": "filter",
|
|
347708
347761
|
"parent": {
|
|
347709
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
347762
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
|
|
347710
347763
|
"name": "Props"
|
|
347711
347764
|
},
|
|
347712
347765
|
"declarations": [
|
|
347713
347766
|
{
|
|
347714
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
347767
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
|
|
347715
347768
|
"name": "Props"
|
|
347716
347769
|
}
|
|
347717
347770
|
],
|
|
347718
|
-
"required":
|
|
347771
|
+
"required": true,
|
|
347719
347772
|
"type": {
|
|
347720
|
-
"name": "
|
|
347773
|
+
"name": "AnyDateRangeFilter"
|
|
347721
347774
|
}
|
|
347722
347775
|
}
|
|
347723
347776
|
}
|
|
347724
347777
|
},
|
|
347725
347778
|
{
|
|
347726
347779
|
"tags": {},
|
|
347727
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
347728
|
-
"description": "",
|
|
347729
|
-
"displayName": "FilterContextMenus",
|
|
347730
|
-
"methods": [],
|
|
347731
|
-
"props": {}
|
|
347732
|
-
},
|
|
347733
|
-
{
|
|
347734
|
-
"tags": {},
|
|
347735
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
|
|
347780
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
|
|
347736
347781
|
"description": "",
|
|
347737
|
-
"displayName": "
|
|
347782
|
+
"displayName": "FilterAccordionCheckboxGroup",
|
|
347738
347783
|
"methods": [],
|
|
347739
347784
|
"props": {
|
|
347740
347785
|
"filter": {
|
|
@@ -347742,12 +347787,12 @@
|
|
|
347742
347787
|
"description": "",
|
|
347743
347788
|
"name": "filter",
|
|
347744
347789
|
"parent": {
|
|
347745
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
347790
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
|
|
347746
347791
|
"name": "Props"
|
|
347747
347792
|
},
|
|
347748
347793
|
"declarations": [
|
|
347749
347794
|
{
|
|
347750
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
347795
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
|
|
347751
347796
|
"name": "Props"
|
|
347752
347797
|
}
|
|
347753
347798
|
],
|
|
@@ -347760,9 +347805,9 @@
|
|
|
347760
347805
|
},
|
|
347761
347806
|
{
|
|
347762
347807
|
"tags": {},
|
|
347763
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
347808
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
|
|
347764
347809
|
"description": "",
|
|
347765
|
-
"displayName": "
|
|
347810
|
+
"displayName": "FilterAccordion",
|
|
347766
347811
|
"methods": [],
|
|
347767
347812
|
"props": {
|
|
347768
347813
|
"filter": {
|
|
@@ -347770,22 +347815,38 @@
|
|
|
347770
347815
|
"description": "",
|
|
347771
347816
|
"name": "filter",
|
|
347772
347817
|
"parent": {
|
|
347773
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
347818
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
|
|
347774
347819
|
"name": "Props"
|
|
347775
347820
|
},
|
|
347776
347821
|
"declarations": [
|
|
347777
347822
|
{
|
|
347778
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
347823
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
|
|
347779
347824
|
"name": "Props"
|
|
347780
347825
|
}
|
|
347781
347826
|
],
|
|
347782
347827
|
"required": true,
|
|
347783
347828
|
"type": {
|
|
347784
|
-
"name": "
|
|
347829
|
+
"name": "Filter<never, never, never> | DateRangeFilter<never, never>"
|
|
347785
347830
|
}
|
|
347786
347831
|
}
|
|
347787
347832
|
}
|
|
347788
347833
|
},
|
|
347834
|
+
{
|
|
347835
|
+
"tags": {},
|
|
347836
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
|
|
347837
|
+
"description": "",
|
|
347838
|
+
"displayName": "AllFiltersModal",
|
|
347839
|
+
"methods": [],
|
|
347840
|
+
"props": {}
|
|
347841
|
+
},
|
|
347842
|
+
{
|
|
347843
|
+
"tags": {},
|
|
347844
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
347845
|
+
"description": "",
|
|
347846
|
+
"displayName": "ActiveFilters",
|
|
347847
|
+
"methods": [],
|
|
347848
|
+
"props": {}
|
|
347849
|
+
},
|
|
347789
347850
|
{
|
|
347790
347851
|
"tags": {},
|
|
347791
347852
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",
|