@mittwald/flow-react-components 0.2.0-alpha.874 → 0.2.0-alpha.875

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.
@@ -156266,23 +156266,23 @@
156266
156266
  "tags": {
156267
156267
  "flr-generate": "all"
156268
156268
  },
156269
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileField/FileField.tsx",
156269
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileDropZone/FileDropZone.tsx",
156270
156270
  "description": "",
156271
- "displayName": "FileField",
156271
+ "displayName": "FileDropZone",
156272
156272
  "methods": [],
156273
156273
  "props": {
156274
156274
  "onChange": {
156275
156275
  "defaultValue": null,
156276
- "description": "Handler that is called when the file input changes.",
156276
+ "description": "",
156277
156277
  "name": "onChange",
156278
156278
  "parent": {
156279
- "fileName": "components/src/components/FileField/FileField.tsx",
156280
- "name": "FileFieldProps"
156279
+ "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
156280
+ "name": "FileDropZoneProps"
156281
156281
  },
156282
156282
  "declarations": [
156283
156283
  {
156284
- "fileName": "components/src/components/FileField/FileField.tsx",
156285
- "name": "FileFieldProps"
156284
+ "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
156285
+ "name": "FileDropZoneProps"
156286
156286
  }
156287
156287
  ],
156288
156288
  "required": false,
@@ -156295,13 +156295,13 @@
156295
156295
  "description": "Whether the component is read only.",
156296
156296
  "name": "isReadOnly",
156297
156297
  "parent": {
156298
- "fileName": "components/src/components/FileField/FileField.tsx",
156299
- "name": "FileFieldProps"
156298
+ "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
156299
+ "name": "FileDropZoneProps"
156300
156300
  },
156301
156301
  "declarations": [
156302
156302
  {
156303
- "fileName": "components/src/components/FileField/FileField.tsx",
156304
- "name": "FileFieldProps"
156303
+ "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
156304
+ "name": "FileDropZoneProps"
156305
156305
  }
156306
156306
  ],
156307
156307
  "required": false,
@@ -156309,19 +156309,23 @@
156309
156309
  "name": "boolean"
156310
156310
  }
156311
156311
  },
156312
- "children": {
156312
+ "className": {
156313
156313
  "defaultValue": null,
156314
- "description": "",
156315
- "name": "children",
156314
+ "description": "The elements class name.",
156315
+ "name": "className",
156316
+ "parent": {
156317
+ "fileName": "components/src/lib/types/props.ts",
156318
+ "name": "PropsWithClassName"
156319
+ },
156316
156320
  "declarations": [
156317
156321
  {
156318
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
156319
- "name": "TypeLiteral"
156322
+ "fileName": "components/src/lib/types/props.ts",
156323
+ "name": "PropsWithClassName"
156320
156324
  }
156321
156325
  ],
156322
156326
  "required": false,
156323
156327
  "type": {
156324
- "name": "ReactNode"
156328
+ "name": "string"
156325
156329
  }
156326
156330
  },
156327
156331
  "wrapWith": {
@@ -156400,6 +156404,21 @@
156400
156404
  "name": "Key | null"
156401
156405
  }
156402
156406
  },
156407
+ "children": {
156408
+ "defaultValue": null,
156409
+ "description": "",
156410
+ "name": "children",
156411
+ "declarations": [
156412
+ {
156413
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
156414
+ "name": "TypeLiteral"
156415
+ }
156416
+ ],
156417
+ "required": false,
156418
+ "type": {
156419
+ "name": "ReactNode"
156420
+ }
156421
+ },
156403
156422
  "name": {
156404
156423
  "defaultValue": null,
156405
156424
  "description": "",
@@ -156457,77 +156476,18 @@
156457
156476
  "name": "boolean"
156458
156477
  }
156459
156478
  },
156460
- "validationBehavior": {
156461
- "defaultValue": {
156462
- "value": "'native'"
156463
- },
156464
- "description": "Whether to use native HTML form validation to prevent form submission\nwhen the value is missing or invalid, or mark the field as required\nor invalid via ARIA.",
156465
- "name": "validationBehavior",
156466
- "parent": {
156467
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/utils.d.ts",
156468
- "name": "RACValidation"
156469
- },
156470
- "declarations": [
156471
- {
156472
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/utils.d.ts",
156473
- "name": "RACValidation"
156474
- }
156475
- ],
156476
- "required": false,
156477
- "type": {
156478
- "name": "\"native\" | \"aria\""
156479
- }
156480
- },
156481
156479
  "isDisabled": {
156482
156480
  "defaultValue": null,
156483
- "description": "Whether the input is disabled.",
156481
+ "description": "Whether the drop target is disabled. If true, the drop target will not accept any drops.",
156484
156482
  "name": "isDisabled",
156485
156483
  "parent": {
156486
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
156487
- "name": "InputBase"
156488
- },
156489
- "declarations": [
156490
- {
156491
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
156492
- "name": "InputBase"
156493
- }
156494
- ],
156495
- "required": false,
156496
- "type": {
156497
- "name": "boolean"
156498
- }
156499
- },
156500
- "isRequired": {
156501
- "defaultValue": null,
156502
- "description": "Whether user input is required on the input before form submission.",
156503
- "name": "isRequired",
156504
- "parent": {
156505
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
156506
- "name": "Validation"
156507
- },
156508
- "declarations": [
156509
- {
156510
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
156511
- "name": "Validation"
156512
- }
156513
- ],
156514
- "required": false,
156515
- "type": {
156516
- "name": "boolean"
156517
- }
156518
- },
156519
- "isInvalid": {
156520
- "defaultValue": null,
156521
- "description": "Whether the value is invalid.",
156522
- "name": "isInvalid",
156523
- "parent": {
156524
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/TextField.d.ts",
156525
- "name": "TextFieldProps"
156484
+ "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/dnd/useDrop.d.ts",
156485
+ "name": "DropOptions"
156526
156486
  },
156527
156487
  "declarations": [
156528
156488
  {
156529
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/TextField.d.ts",
156530
- "name": "TextFieldProps"
156489
+ "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/dnd/useDrop.d.ts",
156490
+ "name": "DropOptions"
156531
156491
  }
156532
156492
  ],
156533
156493
  "required": false,
@@ -156541,23 +156501,23 @@
156541
156501
  "tags": {
156542
156502
  "flr-generate": "all"
156543
156503
  },
156544
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileDropZone/FileDropZone.tsx",
156504
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileField/FileField.tsx",
156545
156505
  "description": "",
156546
- "displayName": "FileDropZone",
156506
+ "displayName": "FileField",
156547
156507
  "methods": [],
156548
156508
  "props": {
156549
156509
  "onChange": {
156550
156510
  "defaultValue": null,
156551
- "description": "",
156511
+ "description": "Handler that is called when the file input changes.",
156552
156512
  "name": "onChange",
156553
156513
  "parent": {
156554
- "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
156555
- "name": "FileDropZoneProps"
156514
+ "fileName": "components/src/components/FileField/FileField.tsx",
156515
+ "name": "FileFieldProps"
156556
156516
  },
156557
156517
  "declarations": [
156558
156518
  {
156559
- "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
156560
- "name": "FileDropZoneProps"
156519
+ "fileName": "components/src/components/FileField/FileField.tsx",
156520
+ "name": "FileFieldProps"
156561
156521
  }
156562
156522
  ],
156563
156523
  "required": false,
@@ -156570,13 +156530,13 @@
156570
156530
  "description": "Whether the component is read only.",
156571
156531
  "name": "isReadOnly",
156572
156532
  "parent": {
156573
- "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
156574
- "name": "FileDropZoneProps"
156533
+ "fileName": "components/src/components/FileField/FileField.tsx",
156534
+ "name": "FileFieldProps"
156575
156535
  },
156576
156536
  "declarations": [
156577
156537
  {
156578
- "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
156579
- "name": "FileDropZoneProps"
156538
+ "fileName": "components/src/components/FileField/FileField.tsx",
156539
+ "name": "FileFieldProps"
156580
156540
  }
156581
156541
  ],
156582
156542
  "required": false,
@@ -156584,23 +156544,19 @@
156584
156544
  "name": "boolean"
156585
156545
  }
156586
156546
  },
156587
- "className": {
156547
+ "children": {
156588
156548
  "defaultValue": null,
156589
- "description": "The elements class name.",
156590
- "name": "className",
156591
- "parent": {
156592
- "fileName": "components/src/lib/types/props.ts",
156593
- "name": "PropsWithClassName"
156594
- },
156549
+ "description": "",
156550
+ "name": "children",
156595
156551
  "declarations": [
156596
156552
  {
156597
- "fileName": "components/src/lib/types/props.ts",
156598
- "name": "PropsWithClassName"
156553
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
156554
+ "name": "TypeLiteral"
156599
156555
  }
156600
156556
  ],
156601
156557
  "required": false,
156602
156558
  "type": {
156603
- "name": "string"
156559
+ "name": "ReactNode"
156604
156560
  }
156605
156561
  },
156606
156562
  "wrapWith": {
@@ -156679,21 +156635,6 @@
156679
156635
  "name": "Key | null"
156680
156636
  }
156681
156637
  },
156682
- "children": {
156683
- "defaultValue": null,
156684
- "description": "",
156685
- "name": "children",
156686
- "declarations": [
156687
- {
156688
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
156689
- "name": "TypeLiteral"
156690
- }
156691
- ],
156692
- "required": false,
156693
- "type": {
156694
- "name": "ReactNode"
156695
- }
156696
- },
156697
156638
  "name": {
156698
156639
  "defaultValue": null,
156699
156640
  "description": "",
@@ -156751,18 +156692,77 @@
156751
156692
  "name": "boolean"
156752
156693
  }
156753
156694
  },
156695
+ "validationBehavior": {
156696
+ "defaultValue": {
156697
+ "value": "'native'"
156698
+ },
156699
+ "description": "Whether to use native HTML form validation to prevent form submission\nwhen the value is missing or invalid, or mark the field as required\nor invalid via ARIA.",
156700
+ "name": "validationBehavior",
156701
+ "parent": {
156702
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/utils.d.ts",
156703
+ "name": "RACValidation"
156704
+ },
156705
+ "declarations": [
156706
+ {
156707
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/utils.d.ts",
156708
+ "name": "RACValidation"
156709
+ }
156710
+ ],
156711
+ "required": false,
156712
+ "type": {
156713
+ "name": "\"native\" | \"aria\""
156714
+ }
156715
+ },
156754
156716
  "isDisabled": {
156755
156717
  "defaultValue": null,
156756
- "description": "Whether the drop target is disabled. If true, the drop target will not accept any drops.",
156718
+ "description": "Whether the input is disabled.",
156757
156719
  "name": "isDisabled",
156758
156720
  "parent": {
156759
- "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/dnd/useDrop.d.ts",
156760
- "name": "DropOptions"
156721
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
156722
+ "name": "InputBase"
156761
156723
  },
156762
156724
  "declarations": [
156763
156725
  {
156764
- "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/dnd/useDrop.d.ts",
156765
- "name": "DropOptions"
156726
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
156727
+ "name": "InputBase"
156728
+ }
156729
+ ],
156730
+ "required": false,
156731
+ "type": {
156732
+ "name": "boolean"
156733
+ }
156734
+ },
156735
+ "isRequired": {
156736
+ "defaultValue": null,
156737
+ "description": "Whether user input is required on the input before form submission.",
156738
+ "name": "isRequired",
156739
+ "parent": {
156740
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
156741
+ "name": "Validation"
156742
+ },
156743
+ "declarations": [
156744
+ {
156745
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
156746
+ "name": "Validation"
156747
+ }
156748
+ ],
156749
+ "required": false,
156750
+ "type": {
156751
+ "name": "boolean"
156752
+ }
156753
+ },
156754
+ "isInvalid": {
156755
+ "defaultValue": null,
156756
+ "description": "Whether the value is invalid.",
156757
+ "name": "isInvalid",
156758
+ "parent": {
156759
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/TextField.d.ts",
156760
+ "name": "TextFieldProps"
156761
+ },
156762
+ "declarations": [
156763
+ {
156764
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/TextField.d.ts",
156765
+ "name": "TextFieldProps"
156766
156766
  }
156767
156767
  ],
156768
156768
  "required": false,
@@ -221255,6 +221255,32 @@
221255
221255
  }
221256
221256
  }
221257
221257
  },
221258
+ {
221259
+ "tags": {
221260
+ "flr-generate": "all"
221261
+ },
221262
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ClearPropsContext/ClearPropsContext.tsx",
221263
+ "description": "",
221264
+ "displayName": "ClearPropsContext",
221265
+ "methods": [],
221266
+ "props": {
221267
+ "children": {
221268
+ "defaultValue": null,
221269
+ "description": "",
221270
+ "name": "children",
221271
+ "declarations": [
221272
+ {
221273
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
221274
+ "name": "TypeLiteral"
221275
+ }
221276
+ ],
221277
+ "required": false,
221278
+ "type": {
221279
+ "name": "ReactNode"
221280
+ }
221281
+ }
221282
+ }
221283
+ },
221258
221284
  {
221259
221285
  "tags": {
221260
221286
  "flr-generate": "all"
@@ -223185,32 +223211,6 @@
223185
223211
  }
223186
223212
  }
223187
223213
  },
223188
- {
223189
- "tags": {
223190
- "flr-generate": "all"
223191
- },
223192
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ClearPropsContext/ClearPropsContext.tsx",
223193
- "description": "",
223194
- "displayName": "ClearPropsContext",
223195
- "methods": [],
223196
- "props": {
223197
- "children": {
223198
- "defaultValue": null,
223199
- "description": "",
223200
- "name": "children",
223201
- "declarations": [
223202
- {
223203
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
223204
- "name": "TypeLiteral"
223205
- }
223206
- ],
223207
- "required": false,
223208
- "type": {
223209
- "name": "ReactNode"
223210
- }
223211
- }
223212
- }
223213
- },
223214
223214
  {
223215
223215
  "tags": {
223216
223216
  "flr-generate": "all"
@@ -232835,142 +232835,6 @@
232835
232835
  }
232836
232836
  }
232837
232837
  },
232838
- {
232839
- "tags": {
232840
- "flr-generate": "all"
232841
- },
232842
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/AlertBadge/AlertBadge.tsx",
232843
- "description": "",
232844
- "displayName": "AlertBadge",
232845
- "methods": [],
232846
- "props": {
232847
- "children": {
232848
- "defaultValue": null,
232849
- "description": "",
232850
- "name": "children",
232851
- "declarations": [
232852
- {
232853
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
232854
- "name": "TypeLiteral"
232855
- }
232856
- ],
232857
- "required": false,
232858
- "type": {
232859
- "name": "ReactNode"
232860
- }
232861
- },
232862
- "status": {
232863
- "defaultValue": null,
232864
- "description": "The elements status",
232865
- "name": "status",
232866
- "declarations": [
232867
- {
232868
- "fileName": "components/src/lib/types/props.ts",
232869
- "name": "TypeLiteral"
232870
- }
232871
- ],
232872
- "required": false,
232873
- "type": {
232874
- "name": "\"info\" | \"success\" | \"warning\" | \"danger\" | \"unavailable\""
232875
- }
232876
- },
232877
- "wrapWith": {
232878
- "defaultValue": null,
232879
- "description": "",
232880
- "name": "wrapWith",
232881
- "parent": {
232882
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
232883
- "name": "FlowComponentProps"
232884
- },
232885
- "declarations": [
232886
- {
232887
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
232888
- "name": "FlowComponentProps"
232889
- }
232890
- ],
232891
- "required": false,
232892
- "type": {
232893
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
232894
- }
232895
- },
232896
- "tunnel": {
232897
- "defaultValue": null,
232898
- "description": "@internal",
232899
- "name": "tunnel",
232900
- "parent": {
232901
- "fileName": "components/src/lib/types/props.ts",
232902
- "name": "PropsWithTunnel"
232903
- },
232904
- "declarations": [
232905
- {
232906
- "fileName": "components/src/lib/types/props.ts",
232907
- "name": "PropsWithTunnel"
232908
- }
232909
- ],
232910
- "required": false,
232911
- "type": {
232912
- "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
232913
- }
232914
- },
232915
- "ref": {
232916
- "defaultValue": null,
232917
- "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}",
232918
- "name": "ref",
232919
- "parent": {
232920
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
232921
- "name": "RefAttributes"
232922
- },
232923
- "declarations": [
232924
- {
232925
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
232926
- "name": "RefAttributes"
232927
- }
232928
- ],
232929
- "required": false,
232930
- "type": {
232931
- "name": "Ref<HTMLSpanElement>"
232932
- }
232933
- },
232934
- "key": {
232935
- "defaultValue": null,
232936
- "description": "",
232937
- "name": "key",
232938
- "parent": {
232939
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
232940
- "name": "Attributes"
232941
- },
232942
- "declarations": [
232943
- {
232944
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
232945
- "name": "Attributes"
232946
- }
232947
- ],
232948
- "required": false,
232949
- "type": {
232950
- "name": "Key | null"
232951
- }
232952
- },
232953
- "className": {
232954
- "defaultValue": null,
232955
- "description": "The elements class name.",
232956
- "name": "className",
232957
- "parent": {
232958
- "fileName": "components/src/lib/types/props.ts",
232959
- "name": "PropsWithClassName"
232960
- },
232961
- "declarations": [
232962
- {
232963
- "fileName": "components/src/lib/types/props.ts",
232964
- "name": "PropsWithClassName"
232965
- }
232966
- ],
232967
- "required": false,
232968
- "type": {
232969
- "name": "string"
232970
- }
232971
- }
232972
- }
232973
- },
232974
232838
  {
232975
232839
  "tags": {
232976
232840
  "flr-generate": "all"
@@ -242309,6 +242173,142 @@
242309
242173
  }
242310
242174
  }
242311
242175
  },
242176
+ {
242177
+ "tags": {
242178
+ "flr-generate": "all"
242179
+ },
242180
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/AlertBadge/AlertBadge.tsx",
242181
+ "description": "",
242182
+ "displayName": "AlertBadge",
242183
+ "methods": [],
242184
+ "props": {
242185
+ "children": {
242186
+ "defaultValue": null,
242187
+ "description": "",
242188
+ "name": "children",
242189
+ "declarations": [
242190
+ {
242191
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
242192
+ "name": "TypeLiteral"
242193
+ }
242194
+ ],
242195
+ "required": false,
242196
+ "type": {
242197
+ "name": "ReactNode"
242198
+ }
242199
+ },
242200
+ "status": {
242201
+ "defaultValue": null,
242202
+ "description": "The elements status",
242203
+ "name": "status",
242204
+ "declarations": [
242205
+ {
242206
+ "fileName": "components/src/lib/types/props.ts",
242207
+ "name": "TypeLiteral"
242208
+ }
242209
+ ],
242210
+ "required": false,
242211
+ "type": {
242212
+ "name": "\"info\" | \"success\" | \"warning\" | \"danger\" | \"unavailable\""
242213
+ }
242214
+ },
242215
+ "wrapWith": {
242216
+ "defaultValue": null,
242217
+ "description": "",
242218
+ "name": "wrapWith",
242219
+ "parent": {
242220
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
242221
+ "name": "FlowComponentProps"
242222
+ },
242223
+ "declarations": [
242224
+ {
242225
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
242226
+ "name": "FlowComponentProps"
242227
+ }
242228
+ ],
242229
+ "required": false,
242230
+ "type": {
242231
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
242232
+ }
242233
+ },
242234
+ "tunnel": {
242235
+ "defaultValue": null,
242236
+ "description": "@internal",
242237
+ "name": "tunnel",
242238
+ "parent": {
242239
+ "fileName": "components/src/lib/types/props.ts",
242240
+ "name": "PropsWithTunnel"
242241
+ },
242242
+ "declarations": [
242243
+ {
242244
+ "fileName": "components/src/lib/types/props.ts",
242245
+ "name": "PropsWithTunnel"
242246
+ }
242247
+ ],
242248
+ "required": false,
242249
+ "type": {
242250
+ "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
242251
+ }
242252
+ },
242253
+ "ref": {
242254
+ "defaultValue": null,
242255
+ "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}",
242256
+ "name": "ref",
242257
+ "parent": {
242258
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
242259
+ "name": "RefAttributes"
242260
+ },
242261
+ "declarations": [
242262
+ {
242263
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
242264
+ "name": "RefAttributes"
242265
+ }
242266
+ ],
242267
+ "required": false,
242268
+ "type": {
242269
+ "name": "Ref<HTMLSpanElement>"
242270
+ }
242271
+ },
242272
+ "key": {
242273
+ "defaultValue": null,
242274
+ "description": "",
242275
+ "name": "key",
242276
+ "parent": {
242277
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
242278
+ "name": "Attributes"
242279
+ },
242280
+ "declarations": [
242281
+ {
242282
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
242283
+ "name": "Attributes"
242284
+ }
242285
+ ],
242286
+ "required": false,
242287
+ "type": {
242288
+ "name": "Key | null"
242289
+ }
242290
+ },
242291
+ "className": {
242292
+ "defaultValue": null,
242293
+ "description": "The elements class name.",
242294
+ "name": "className",
242295
+ "parent": {
242296
+ "fileName": "components/src/lib/types/props.ts",
242297
+ "name": "PropsWithClassName"
242298
+ },
242299
+ "declarations": [
242300
+ {
242301
+ "fileName": "components/src/lib/types/props.ts",
242302
+ "name": "PropsWithClassName"
242303
+ }
242304
+ ],
242305
+ "required": false,
242306
+ "type": {
242307
+ "name": "string"
242308
+ }
242309
+ }
242310
+ }
242311
+ },
242312
242312
  {
242313
242313
  "tags": {
242314
242314
  "flr-generate": "all"
@@ -247916,339 +247916,6 @@
247916
247916
  }
247917
247917
  }
247918
247918
  },
247919
- {
247920
- "tags": {},
247921
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Action/ActionBatch.tsx",
247922
- "description": "Batches multiple actions together and shows feedback when all actions have\ncompleted.\n\nBy default function actions are automatically batched. You can use this\ncomponent to split function actions into multiple batches with separate\nfeedback.",
247923
- "displayName": "ActionBatch",
247924
- "methods": [],
247925
- "props": {
247926
- "children": {
247927
- "defaultValue": null,
247928
- "description": "",
247929
- "name": "children",
247930
- "declarations": [
247931
- {
247932
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
247933
- "name": "TypeLiteral"
247934
- }
247935
- ],
247936
- "required": false,
247937
- "type": {
247938
- "name": "ReactNode"
247939
- }
247940
- }
247941
- }
247942
- },
247943
- {
247944
- "tags": {},
247945
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Action/Action.tsx",
247946
- "description": "",
247947
- "displayName": "Action",
247948
- "methods": [],
247949
- "props": {
247950
- "onAction": {
247951
- "defaultValue": null,
247952
- "description": "",
247953
- "name": "onAction",
247954
- "parent": {
247955
- "fileName": "components/src/components/Action/types.ts",
247956
- "name": "ActionProps"
247957
- },
247958
- "declarations": [
247959
- {
247960
- "fileName": "components/src/components/Action/types.ts",
247961
- "name": "ActionProps"
247962
- }
247963
- ],
247964
- "required": false,
247965
- "type": {
247966
- "name": "ActionFn"
247967
- }
247968
- },
247969
- "actionModel": {
247970
- "defaultValue": null,
247971
- "description": "",
247972
- "name": "actionModel",
247973
- "parent": {
247974
- "fileName": "components/src/components/Action/types.ts",
247975
- "name": "ActionProps"
247976
- },
247977
- "declarations": [
247978
- {
247979
- "fileName": "components/src/components/Action/types.ts",
247980
- "name": "ActionProps"
247981
- }
247982
- ],
247983
- "required": false,
247984
- "type": {
247985
- "name": "ActionModel"
247986
- }
247987
- },
247988
- "closeOverlay": {
247989
- "defaultValue": null,
247990
- "description": "",
247991
- "name": "closeOverlay",
247992
- "parent": {
247993
- "fileName": "components/src/components/Action/types.ts",
247994
- "name": "ActionProps"
247995
- },
247996
- "declarations": [
247997
- {
247998
- "fileName": "components/src/components/Action/types.ts",
247999
- "name": "ActionProps"
248000
- }
248001
- ],
248002
- "required": false,
248003
- "type": {
248004
- "name": "keyof FlowComponentPropsTypes | OverlayController | CloseOverlayOptions"
248005
- }
248006
- },
248007
- "openOverlay": {
248008
- "defaultValue": null,
248009
- "description": "",
248010
- "name": "openOverlay",
248011
- "parent": {
248012
- "fileName": "components/src/components/Action/types.ts",
248013
- "name": "ActionProps"
248014
- },
248015
- "declarations": [
248016
- {
248017
- "fileName": "components/src/components/Action/types.ts",
248018
- "name": "ActionProps"
248019
- }
248020
- ],
248021
- "required": false,
248022
- "type": {
248023
- "name": "keyof FlowComponentPropsTypes | OverlayController"
248024
- }
248025
- },
248026
- "toggleOverlay": {
248027
- "defaultValue": null,
248028
- "description": "",
248029
- "name": "toggleOverlay",
248030
- "parent": {
248031
- "fileName": "components/src/components/Action/types.ts",
248032
- "name": "ActionProps"
248033
- },
248034
- "declarations": [
248035
- {
248036
- "fileName": "components/src/components/Action/types.ts",
248037
- "name": "ActionProps"
248038
- }
248039
- ],
248040
- "required": false,
248041
- "type": {
248042
- "name": "keyof FlowComponentPropsTypes | OverlayController"
248043
- }
248044
- },
248045
- "closeModal": {
248046
- "defaultValue": null,
248047
- "description": "",
248048
- "name": "closeModal",
248049
- "parent": {
248050
- "fileName": "components/src/components/Action/types.ts",
248051
- "name": "ActionProps"
248052
- },
248053
- "declarations": [
248054
- {
248055
- "fileName": "components/src/components/Action/types.ts",
248056
- "name": "ActionProps"
248057
- }
248058
- ],
248059
- "required": false,
248060
- "type": {
248061
- "name": "boolean | CloseModalOptions"
248062
- }
248063
- },
248064
- "openModal": {
248065
- "defaultValue": null,
248066
- "description": "",
248067
- "name": "openModal",
248068
- "parent": {
248069
- "fileName": "components/src/components/Action/types.ts",
248070
- "name": "ActionProps"
248071
- },
248072
- "declarations": [
248073
- {
248074
- "fileName": "components/src/components/Action/types.ts",
248075
- "name": "ActionProps"
248076
- }
248077
- ],
248078
- "required": false,
248079
- "type": {
248080
- "name": "boolean"
248081
- }
248082
- },
248083
- "toggleModal": {
248084
- "defaultValue": null,
248085
- "description": "",
248086
- "name": "toggleModal",
248087
- "parent": {
248088
- "fileName": "components/src/components/Action/types.ts",
248089
- "name": "ActionProps"
248090
- },
248091
- "declarations": [
248092
- {
248093
- "fileName": "components/src/components/Action/types.ts",
248094
- "name": "ActionProps"
248095
- }
248096
- ],
248097
- "required": false,
248098
- "type": {
248099
- "name": "boolean"
248100
- }
248101
- },
248102
- "break": {
248103
- "defaultValue": null,
248104
- "description": "",
248105
- "name": "break",
248106
- "parent": {
248107
- "fileName": "components/src/components/Action/types.ts",
248108
- "name": "ActionProps"
248109
- },
248110
- "declarations": [
248111
- {
248112
- "fileName": "components/src/components/Action/types.ts",
248113
- "name": "ActionProps"
248114
- }
248115
- ],
248116
- "required": false,
248117
- "type": {
248118
- "name": "boolean"
248119
- }
248120
- },
248121
- "skip": {
248122
- "defaultValue": null,
248123
- "description": "",
248124
- "name": "skip",
248125
- "parent": {
248126
- "fileName": "components/src/components/Action/types.ts",
248127
- "name": "ActionProps"
248128
- },
248129
- "declarations": [
248130
- {
248131
- "fileName": "components/src/components/Action/types.ts",
248132
- "name": "ActionProps"
248133
- }
248134
- ],
248135
- "required": false,
248136
- "type": {
248137
- "name": "number | boolean"
248138
- }
248139
- },
248140
- "showFeedback": {
248141
- "defaultValue": null,
248142
- "description": "",
248143
- "name": "showFeedback",
248144
- "parent": {
248145
- "fileName": "components/src/components/Action/types.ts",
248146
- "name": "ActionProps"
248147
- },
248148
- "declarations": [
248149
- {
248150
- "fileName": "components/src/components/Action/types.ts",
248151
- "name": "ActionProps"
248152
- }
248153
- ],
248154
- "required": false,
248155
- "type": {
248156
- "name": "boolean"
248157
- }
248158
- },
248159
- "children": {
248160
- "defaultValue": null,
248161
- "description": "",
248162
- "name": "children",
248163
- "declarations": [
248164
- {
248165
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
248166
- "name": "TypeLiteral"
248167
- }
248168
- ],
248169
- "required": false,
248170
- "type": {
248171
- "name": "ReactNode"
248172
- }
248173
- },
248174
- "wrapWith": {
248175
- "defaultValue": null,
248176
- "description": "",
248177
- "name": "wrapWith",
248178
- "parent": {
248179
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
248180
- "name": "FlowComponentProps"
248181
- },
248182
- "declarations": [
248183
- {
248184
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
248185
- "name": "FlowComponentProps"
248186
- }
248187
- ],
248188
- "required": false,
248189
- "type": {
248190
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
248191
- }
248192
- },
248193
- "tunnel": {
248194
- "defaultValue": null,
248195
- "description": "@internal",
248196
- "name": "tunnel",
248197
- "parent": {
248198
- "fileName": "components/src/lib/types/props.ts",
248199
- "name": "PropsWithTunnel"
248200
- },
248201
- "declarations": [
248202
- {
248203
- "fileName": "components/src/lib/types/props.ts",
248204
- "name": "PropsWithTunnel"
248205
- }
248206
- ],
248207
- "required": false,
248208
- "type": {
248209
- "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
248210
- }
248211
- },
248212
- "ref": {
248213
- "defaultValue": null,
248214
- "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}",
248215
- "name": "ref",
248216
- "parent": {
248217
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
248218
- "name": "RefAttributes"
248219
- },
248220
- "declarations": [
248221
- {
248222
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
248223
- "name": "RefAttributes"
248224
- }
248225
- ],
248226
- "required": false,
248227
- "type": {
248228
- "name": "Ref<HTMLSpanElement>"
248229
- }
248230
- },
248231
- "key": {
248232
- "defaultValue": null,
248233
- "description": "",
248234
- "name": "key",
248235
- "parent": {
248236
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
248237
- "name": "Attributes"
248238
- },
248239
- "declarations": [
248240
- {
248241
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
248242
- "name": "Attributes"
248243
- }
248244
- ],
248245
- "required": false,
248246
- "type": {
248247
- "name": "Key | null"
248248
- }
248249
- }
248250
- }
248251
- },
248252
247919
  {
248253
247920
  "tags": {
248254
247921
  "flr-generate": "all"
@@ -253620,6 +253287,339 @@
253620
253287
  }
253621
253288
  }
253622
253289
  },
253290
+ {
253291
+ "tags": {},
253292
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Action/ActionBatch.tsx",
253293
+ "description": "Batches multiple actions together and shows feedback when all actions have\ncompleted.\n\nBy default function actions are automatically batched. You can use this\ncomponent to split function actions into multiple batches with separate\nfeedback.",
253294
+ "displayName": "ActionBatch",
253295
+ "methods": [],
253296
+ "props": {
253297
+ "children": {
253298
+ "defaultValue": null,
253299
+ "description": "",
253300
+ "name": "children",
253301
+ "declarations": [
253302
+ {
253303
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
253304
+ "name": "TypeLiteral"
253305
+ }
253306
+ ],
253307
+ "required": false,
253308
+ "type": {
253309
+ "name": "ReactNode"
253310
+ }
253311
+ }
253312
+ }
253313
+ },
253314
+ {
253315
+ "tags": {},
253316
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Action/Action.tsx",
253317
+ "description": "",
253318
+ "displayName": "Action",
253319
+ "methods": [],
253320
+ "props": {
253321
+ "onAction": {
253322
+ "defaultValue": null,
253323
+ "description": "",
253324
+ "name": "onAction",
253325
+ "parent": {
253326
+ "fileName": "components/src/components/Action/types.ts",
253327
+ "name": "ActionProps"
253328
+ },
253329
+ "declarations": [
253330
+ {
253331
+ "fileName": "components/src/components/Action/types.ts",
253332
+ "name": "ActionProps"
253333
+ }
253334
+ ],
253335
+ "required": false,
253336
+ "type": {
253337
+ "name": "ActionFn"
253338
+ }
253339
+ },
253340
+ "actionModel": {
253341
+ "defaultValue": null,
253342
+ "description": "",
253343
+ "name": "actionModel",
253344
+ "parent": {
253345
+ "fileName": "components/src/components/Action/types.ts",
253346
+ "name": "ActionProps"
253347
+ },
253348
+ "declarations": [
253349
+ {
253350
+ "fileName": "components/src/components/Action/types.ts",
253351
+ "name": "ActionProps"
253352
+ }
253353
+ ],
253354
+ "required": false,
253355
+ "type": {
253356
+ "name": "ActionModel"
253357
+ }
253358
+ },
253359
+ "closeOverlay": {
253360
+ "defaultValue": null,
253361
+ "description": "",
253362
+ "name": "closeOverlay",
253363
+ "parent": {
253364
+ "fileName": "components/src/components/Action/types.ts",
253365
+ "name": "ActionProps"
253366
+ },
253367
+ "declarations": [
253368
+ {
253369
+ "fileName": "components/src/components/Action/types.ts",
253370
+ "name": "ActionProps"
253371
+ }
253372
+ ],
253373
+ "required": false,
253374
+ "type": {
253375
+ "name": "keyof FlowComponentPropsTypes | OverlayController | CloseOverlayOptions"
253376
+ }
253377
+ },
253378
+ "openOverlay": {
253379
+ "defaultValue": null,
253380
+ "description": "",
253381
+ "name": "openOverlay",
253382
+ "parent": {
253383
+ "fileName": "components/src/components/Action/types.ts",
253384
+ "name": "ActionProps"
253385
+ },
253386
+ "declarations": [
253387
+ {
253388
+ "fileName": "components/src/components/Action/types.ts",
253389
+ "name": "ActionProps"
253390
+ }
253391
+ ],
253392
+ "required": false,
253393
+ "type": {
253394
+ "name": "keyof FlowComponentPropsTypes | OverlayController"
253395
+ }
253396
+ },
253397
+ "toggleOverlay": {
253398
+ "defaultValue": null,
253399
+ "description": "",
253400
+ "name": "toggleOverlay",
253401
+ "parent": {
253402
+ "fileName": "components/src/components/Action/types.ts",
253403
+ "name": "ActionProps"
253404
+ },
253405
+ "declarations": [
253406
+ {
253407
+ "fileName": "components/src/components/Action/types.ts",
253408
+ "name": "ActionProps"
253409
+ }
253410
+ ],
253411
+ "required": false,
253412
+ "type": {
253413
+ "name": "keyof FlowComponentPropsTypes | OverlayController"
253414
+ }
253415
+ },
253416
+ "closeModal": {
253417
+ "defaultValue": null,
253418
+ "description": "",
253419
+ "name": "closeModal",
253420
+ "parent": {
253421
+ "fileName": "components/src/components/Action/types.ts",
253422
+ "name": "ActionProps"
253423
+ },
253424
+ "declarations": [
253425
+ {
253426
+ "fileName": "components/src/components/Action/types.ts",
253427
+ "name": "ActionProps"
253428
+ }
253429
+ ],
253430
+ "required": false,
253431
+ "type": {
253432
+ "name": "boolean | CloseModalOptions"
253433
+ }
253434
+ },
253435
+ "openModal": {
253436
+ "defaultValue": null,
253437
+ "description": "",
253438
+ "name": "openModal",
253439
+ "parent": {
253440
+ "fileName": "components/src/components/Action/types.ts",
253441
+ "name": "ActionProps"
253442
+ },
253443
+ "declarations": [
253444
+ {
253445
+ "fileName": "components/src/components/Action/types.ts",
253446
+ "name": "ActionProps"
253447
+ }
253448
+ ],
253449
+ "required": false,
253450
+ "type": {
253451
+ "name": "boolean"
253452
+ }
253453
+ },
253454
+ "toggleModal": {
253455
+ "defaultValue": null,
253456
+ "description": "",
253457
+ "name": "toggleModal",
253458
+ "parent": {
253459
+ "fileName": "components/src/components/Action/types.ts",
253460
+ "name": "ActionProps"
253461
+ },
253462
+ "declarations": [
253463
+ {
253464
+ "fileName": "components/src/components/Action/types.ts",
253465
+ "name": "ActionProps"
253466
+ }
253467
+ ],
253468
+ "required": false,
253469
+ "type": {
253470
+ "name": "boolean"
253471
+ }
253472
+ },
253473
+ "break": {
253474
+ "defaultValue": null,
253475
+ "description": "",
253476
+ "name": "break",
253477
+ "parent": {
253478
+ "fileName": "components/src/components/Action/types.ts",
253479
+ "name": "ActionProps"
253480
+ },
253481
+ "declarations": [
253482
+ {
253483
+ "fileName": "components/src/components/Action/types.ts",
253484
+ "name": "ActionProps"
253485
+ }
253486
+ ],
253487
+ "required": false,
253488
+ "type": {
253489
+ "name": "boolean"
253490
+ }
253491
+ },
253492
+ "skip": {
253493
+ "defaultValue": null,
253494
+ "description": "",
253495
+ "name": "skip",
253496
+ "parent": {
253497
+ "fileName": "components/src/components/Action/types.ts",
253498
+ "name": "ActionProps"
253499
+ },
253500
+ "declarations": [
253501
+ {
253502
+ "fileName": "components/src/components/Action/types.ts",
253503
+ "name": "ActionProps"
253504
+ }
253505
+ ],
253506
+ "required": false,
253507
+ "type": {
253508
+ "name": "number | boolean"
253509
+ }
253510
+ },
253511
+ "showFeedback": {
253512
+ "defaultValue": null,
253513
+ "description": "",
253514
+ "name": "showFeedback",
253515
+ "parent": {
253516
+ "fileName": "components/src/components/Action/types.ts",
253517
+ "name": "ActionProps"
253518
+ },
253519
+ "declarations": [
253520
+ {
253521
+ "fileName": "components/src/components/Action/types.ts",
253522
+ "name": "ActionProps"
253523
+ }
253524
+ ],
253525
+ "required": false,
253526
+ "type": {
253527
+ "name": "boolean"
253528
+ }
253529
+ },
253530
+ "children": {
253531
+ "defaultValue": null,
253532
+ "description": "",
253533
+ "name": "children",
253534
+ "declarations": [
253535
+ {
253536
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
253537
+ "name": "TypeLiteral"
253538
+ }
253539
+ ],
253540
+ "required": false,
253541
+ "type": {
253542
+ "name": "ReactNode"
253543
+ }
253544
+ },
253545
+ "wrapWith": {
253546
+ "defaultValue": null,
253547
+ "description": "",
253548
+ "name": "wrapWith",
253549
+ "parent": {
253550
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
253551
+ "name": "FlowComponentProps"
253552
+ },
253553
+ "declarations": [
253554
+ {
253555
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
253556
+ "name": "FlowComponentProps"
253557
+ }
253558
+ ],
253559
+ "required": false,
253560
+ "type": {
253561
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
253562
+ }
253563
+ },
253564
+ "tunnel": {
253565
+ "defaultValue": null,
253566
+ "description": "@internal",
253567
+ "name": "tunnel",
253568
+ "parent": {
253569
+ "fileName": "components/src/lib/types/props.ts",
253570
+ "name": "PropsWithTunnel"
253571
+ },
253572
+ "declarations": [
253573
+ {
253574
+ "fileName": "components/src/lib/types/props.ts",
253575
+ "name": "PropsWithTunnel"
253576
+ }
253577
+ ],
253578
+ "required": false,
253579
+ "type": {
253580
+ "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
253581
+ }
253582
+ },
253583
+ "ref": {
253584
+ "defaultValue": null,
253585
+ "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}",
253586
+ "name": "ref",
253587
+ "parent": {
253588
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
253589
+ "name": "RefAttributes"
253590
+ },
253591
+ "declarations": [
253592
+ {
253593
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
253594
+ "name": "RefAttributes"
253595
+ }
253596
+ ],
253597
+ "required": false,
253598
+ "type": {
253599
+ "name": "Ref<HTMLSpanElement>"
253600
+ }
253601
+ },
253602
+ "key": {
253603
+ "defaultValue": null,
253604
+ "description": "",
253605
+ "name": "key",
253606
+ "parent": {
253607
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
253608
+ "name": "Attributes"
253609
+ },
253610
+ "declarations": [
253611
+ {
253612
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
253613
+ "name": "Attributes"
253614
+ }
253615
+ ],
253616
+ "required": false,
253617
+ "type": {
253618
+ "name": "Key | null"
253619
+ }
253620
+ }
253621
+ }
253622
+ },
253623
253623
  {
253624
253624
  "tags": {
253625
253625
  "flr-generate": "all"
@@ -279319,14 +279319,6 @@
279319
279319
  }
279320
279320
  }
279321
279321
  },
279322
- {
279323
- "tags": {},
279324
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormRootError/FormRootError.tsx",
279325
- "description": "",
279326
- "displayName": "FormRootError",
279327
- "methods": [],
279328
- "props": {}
279329
- },
279330
279322
  {
279331
279323
  "tags": {},
279332
279324
  "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
@@ -285236,6 +285228,14 @@
285236
285228
  }
285237
285229
  }
285238
285230
  },
285231
+ {
285232
+ "tags": {},
285233
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormRootError/FormRootError.tsx",
285234
+ "description": "",
285235
+ "displayName": "FormRootError",
285236
+ "methods": [],
285237
+ "props": {}
285238
+ },
285239
285239
  {
285240
285240
  "tags": {},
285241
285241
  "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/Field/Field.tsx",
@@ -286052,7 +286052,33 @@
286052
286052
  "tags": {
286053
286053
  "deprecated": "Use RouterProvider instead"
286054
286054
  },
286055
- "filePath": "src/integrations/nextjs/components/Link/Link.tsx",
286055
+ "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
286056
+ "description": "",
286057
+ "displayName": "LinkProvider",
286058
+ "methods": [],
286059
+ "props": {
286060
+ "children": {
286061
+ "defaultValue": null,
286062
+ "description": "",
286063
+ "name": "children",
286064
+ "declarations": [
286065
+ {
286066
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
286067
+ "name": "TypeLiteral"
286068
+ }
286069
+ ],
286070
+ "required": false,
286071
+ "type": {
286072
+ "name": "ReactNode"
286073
+ }
286074
+ }
286075
+ }
286076
+ },
286077
+ {
286078
+ "tags": {
286079
+ "deprecated": "Use RouterProvider instead"
286080
+ },
286081
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
286056
286082
  "description": "",
286057
286083
  "displayName": "Link",
286058
286084
  "methods": [],
@@ -286062,12 +286088,12 @@
286062
286088
  "description": "",
286063
286089
  "name": "ref",
286064
286090
  "parent": {
286065
- "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
286091
+ "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
286066
286092
  "name": "Props"
286067
286093
  },
286068
286094
  "declarations": [
286069
286095
  {
286070
- "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
286096
+ "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
286071
286097
  "name": "Props"
286072
286098
  }
286073
286099
  ],
@@ -286081,12 +286107,12 @@
286081
286107
  "description": "",
286082
286108
  "name": "isDisabled",
286083
286109
  "parent": {
286084
- "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
286110
+ "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
286085
286111
  "name": "Props"
286086
286112
  },
286087
286113
  "declarations": [
286088
286114
  {
286089
- "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
286115
+ "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
286090
286116
  "name": "Props"
286091
286117
  }
286092
286118
  ],
@@ -291550,32 +291576,6 @@
291550
291576
  }
291551
291577
  }
291552
291578
  },
291553
- {
291554
- "tags": {
291555
- "deprecated": "Use RouterProvider instead"
291556
- },
291557
- "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
291558
- "description": "",
291559
- "displayName": "LinkProvider",
291560
- "methods": [],
291561
- "props": {
291562
- "children": {
291563
- "defaultValue": null,
291564
- "description": "",
291565
- "name": "children",
291566
- "declarations": [
291567
- {
291568
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
291569
- "name": "TypeLiteral"
291570
- }
291571
- ],
291572
- "required": false,
291573
- "type": {
291574
- "name": "ReactNode"
291575
- }
291576
- }
291577
- }
291578
- },
291579
291579
  {
291580
291580
  "tags": {
291581
291581
  "flr-generate": "all"
@@ -311346,6 +311346,55 @@
311346
311346
  }
311347
311347
  }
311348
311348
  },
311349
+ {
311350
+ "tags": {
311351
+ "internal": ""
311352
+ },
311353
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
311354
+ "description": "",
311355
+ "displayName": "ValidationResultEntry",
311356
+ "methods": [],
311357
+ "props": {
311358
+ "result": {
311359
+ "defaultValue": null,
311360
+ "description": "",
311361
+ "name": "result",
311362
+ "parent": {
311363
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
311364
+ "name": "Props"
311365
+ },
311366
+ "declarations": [
311367
+ {
311368
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
311369
+ "name": "Props"
311370
+ }
311371
+ ],
311372
+ "required": true,
311373
+ "type": {
311374
+ "name": "Partial<RuleValidationResult>"
311375
+ }
311376
+ },
311377
+ "unspecifiedRules": {
311378
+ "defaultValue": null,
311379
+ "description": "",
311380
+ "name": "unspecifiedRules",
311381
+ "parent": {
311382
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
311383
+ "name": "Props"
311384
+ },
311385
+ "declarations": [
311386
+ {
311387
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
311388
+ "name": "Props"
311389
+ }
311390
+ ],
311391
+ "required": false,
311392
+ "type": {
311393
+ "name": "boolean"
311394
+ }
311395
+ }
311396
+ }
311397
+ },
311349
311398
  {
311350
311399
  "tags": {},
311351
311400
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
@@ -311431,55 +311480,6 @@
311431
311480
  }
311432
311481
  }
311433
311482
  },
311434
- {
311435
- "tags": {
311436
- "internal": ""
311437
- },
311438
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
311439
- "description": "",
311440
- "displayName": "ValidationResultEntry",
311441
- "methods": [],
311442
- "props": {
311443
- "result": {
311444
- "defaultValue": null,
311445
- "description": "",
311446
- "name": "result",
311447
- "parent": {
311448
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
311449
- "name": "Props"
311450
- },
311451
- "declarations": [
311452
- {
311453
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
311454
- "name": "Props"
311455
- }
311456
- ],
311457
- "required": true,
311458
- "type": {
311459
- "name": "Partial<RuleValidationResult>"
311460
- }
311461
- },
311462
- "unspecifiedRules": {
311463
- "defaultValue": null,
311464
- "description": "",
311465
- "name": "unspecifiedRules",
311466
- "parent": {
311467
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
311468
- "name": "Props"
311469
- },
311470
- "declarations": [
311471
- {
311472
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
311473
- "name": "Props"
311474
- }
311475
- ],
311476
- "required": false,
311477
- "type": {
311478
- "name": "boolean"
311479
- }
311480
- }
311481
- }
311482
- },
311483
311483
  {
311484
311484
  "tags": {
311485
311485
  "internal": ""
@@ -318354,6 +318354,14 @@
318354
318354
  "methods": [],
318355
318355
  "props": {}
318356
318356
  },
318357
+ {
318358
+ "tags": {},
318359
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
318360
+ "description": "",
318361
+ "displayName": "Footer",
318362
+ "methods": [],
318363
+ "props": {}
318364
+ },
318357
318365
  {
318358
318366
  "tags": {},
318359
318367
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/Header.tsx",
@@ -318382,14 +318390,6 @@
318382
318390
  }
318383
318391
  }
318384
318392
  },
318385
- {
318386
- "tags": {},
318387
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
318388
- "description": "",
318389
- "displayName": "Footer",
318390
- "methods": [],
318391
- "props": {}
318392
- },
318393
318393
  {
318394
318394
  "tags": {},
318395
318395
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/EmptyView/EmptyView.tsx",
@@ -321050,6 +321050,34 @@
321050
321050
  }
321051
321051
  }
321052
321052
  },
321053
+ {
321054
+ "tags": {},
321055
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
321056
+ "description": "",
321057
+ "displayName": "DeleteButton",
321058
+ "methods": [],
321059
+ "props": {
321060
+ "onDelete": {
321061
+ "defaultValue": null,
321062
+ "description": "",
321063
+ "name": "onDelete",
321064
+ "parent": {
321065
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
321066
+ "name": "Props"
321067
+ },
321068
+ "declarations": [
321069
+ {
321070
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
321071
+ "name": "Props"
321072
+ }
321073
+ ],
321074
+ "required": true,
321075
+ "type": {
321076
+ "name": "() => void"
321077
+ }
321078
+ }
321079
+ }
321080
+ },
321053
321081
  {
321054
321082
  "tags": {},
321055
321083
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/Avatar/Avatar.tsx",
@@ -321116,34 +321144,6 @@
321116
321144
  }
321117
321145
  }
321118
321146
  },
321119
- {
321120
- "tags": {},
321121
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
321122
- "description": "",
321123
- "displayName": "DeleteButton",
321124
- "methods": [],
321125
- "props": {
321126
- "onDelete": {
321127
- "defaultValue": null,
321128
- "description": "",
321129
- "name": "onDelete",
321130
- "parent": {
321131
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
321132
- "name": "Props"
321133
- },
321134
- "declarations": [
321135
- {
321136
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
321137
- "name": "Props"
321138
- }
321139
- ],
321140
- "required": true,
321141
- "type": {
321142
- "name": "() => void"
321143
- }
321144
- }
321145
- }
321146
- },
321147
321147
  {
321148
321148
  "tags": {},
321149
321149
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
@@ -324792,175 +324792,6 @@
324792
324792
  }
324793
324793
  }
324794
324794
  },
324795
- {
324796
- "tags": {
324797
- "flr-generate": "all"
324798
- },
324799
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Line/Line.tsx",
324800
- "description": "",
324801
- "displayName": "Line",
324802
- "methods": [],
324803
- "props": {
324804
- "dataKey": {
324805
- "defaultValue": null,
324806
- "description": "",
324807
- "name": "dataKey",
324808
- "parent": {
324809
- "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
324810
- "name": "LineProps"
324811
- },
324812
- "declarations": [
324813
- {
324814
- "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
324815
- "name": "LineProps"
324816
- }
324817
- ],
324818
- "required": false,
324819
- "type": {
324820
- "name": "DataKey<ChartDataValue>"
324821
- }
324822
- },
324823
- "color": {
324824
- "defaultValue": {
324825
- "value": "\"sea-green\""
324826
- },
324827
- "description": "The color of the line.",
324828
- "name": "color",
324829
- "parent": {
324830
- "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
324831
- "name": "LineProps"
324832
- },
324833
- "declarations": [
324834
- {
324835
- "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
324836
- "name": "LineProps"
324837
- }
324838
- ],
324839
- "required": false,
324840
- "type": {
324841
- "name": "CategoricalWithCustomColor"
324842
- }
324843
- },
324844
- "className": {
324845
- "defaultValue": null,
324846
- "description": "",
324847
- "name": "className",
324848
- "parent": {
324849
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
324850
- "name": "HTMLAttributes"
324851
- },
324852
- "declarations": [
324853
- {
324854
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
324855
- "name": "HTMLAttributes"
324856
- }
324857
- ],
324858
- "required": false,
324859
- "type": {
324860
- "name": "string"
324861
- }
324862
- },
324863
- "key": {
324864
- "defaultValue": null,
324865
- "description": "",
324866
- "name": "key",
324867
- "parent": {
324868
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
324869
- "name": "Attributes"
324870
- },
324871
- "declarations": [
324872
- {
324873
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
324874
- "name": "Attributes"
324875
- }
324876
- ],
324877
- "required": false,
324878
- "type": {
324879
- "name": "Key | null"
324880
- }
324881
- },
324882
- "type": {
324883
- "defaultValue": null,
324884
- "description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
324885
- "name": "type",
324886
- "parent": {
324887
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
324888
- "name": "CurveProps"
324889
- },
324890
- "declarations": [
324891
- {
324892
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
324893
- "name": "CurveProps"
324894
- },
324895
- {
324896
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
324897
- "name": "LineProps"
324898
- }
324899
- ],
324900
- "required": false,
324901
- "type": {
324902
- "name": "CurveType"
324903
- }
324904
- },
324905
- "unit": {
324906
- "defaultValue": null,
324907
- "description": "The unit of data. This option will be used in tooltip.",
324908
- "name": "unit",
324909
- "parent": {
324910
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
324911
- "name": "LineProps"
324912
- },
324913
- "declarations": [
324914
- {
324915
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
324916
- "name": "LineProps"
324917
- }
324918
- ],
324919
- "required": false,
324920
- "type": {
324921
- "name": "string | number | null"
324922
- }
324923
- },
324924
- "xAxisId": {
324925
- "defaultValue": null,
324926
- "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
324927
- "name": "xAxisId",
324928
- "parent": {
324929
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
324930
- "name": "LineProps"
324931
- },
324932
- "declarations": [
324933
- {
324934
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
324935
- "name": "LineProps"
324936
- }
324937
- ],
324938
- "required": false,
324939
- "type": {
324940
- "name": "AxisId"
324941
- }
324942
- },
324943
- "yAxisId": {
324944
- "defaultValue": null,
324945
- "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
324946
- "name": "yAxisId",
324947
- "parent": {
324948
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
324949
- "name": "LineProps"
324950
- },
324951
- "declarations": [
324952
- {
324953
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
324954
- "name": "LineProps"
324955
- }
324956
- ],
324957
- "required": false,
324958
- "type": {
324959
- "name": "AxisId"
324960
- }
324961
- }
324962
- }
324963
- },
324964
324795
  {
324965
324796
  "tags": {
324966
324797
  "flr-generate": "all"
@@ -325211,6 +325042,175 @@
325211
325042
  }
325212
325043
  }
325213
325044
  },
325045
+ {
325046
+ "tags": {
325047
+ "flr-generate": "all"
325048
+ },
325049
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Line/Line.tsx",
325050
+ "description": "",
325051
+ "displayName": "Line",
325052
+ "methods": [],
325053
+ "props": {
325054
+ "dataKey": {
325055
+ "defaultValue": null,
325056
+ "description": "",
325057
+ "name": "dataKey",
325058
+ "parent": {
325059
+ "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
325060
+ "name": "LineProps"
325061
+ },
325062
+ "declarations": [
325063
+ {
325064
+ "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
325065
+ "name": "LineProps"
325066
+ }
325067
+ ],
325068
+ "required": false,
325069
+ "type": {
325070
+ "name": "DataKey<ChartDataValue>"
325071
+ }
325072
+ },
325073
+ "color": {
325074
+ "defaultValue": {
325075
+ "value": "\"sea-green\""
325076
+ },
325077
+ "description": "The color of the line.",
325078
+ "name": "color",
325079
+ "parent": {
325080
+ "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
325081
+ "name": "LineProps"
325082
+ },
325083
+ "declarations": [
325084
+ {
325085
+ "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
325086
+ "name": "LineProps"
325087
+ }
325088
+ ],
325089
+ "required": false,
325090
+ "type": {
325091
+ "name": "CategoricalWithCustomColor"
325092
+ }
325093
+ },
325094
+ "className": {
325095
+ "defaultValue": null,
325096
+ "description": "",
325097
+ "name": "className",
325098
+ "parent": {
325099
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
325100
+ "name": "HTMLAttributes"
325101
+ },
325102
+ "declarations": [
325103
+ {
325104
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
325105
+ "name": "HTMLAttributes"
325106
+ }
325107
+ ],
325108
+ "required": false,
325109
+ "type": {
325110
+ "name": "string"
325111
+ }
325112
+ },
325113
+ "key": {
325114
+ "defaultValue": null,
325115
+ "description": "",
325116
+ "name": "key",
325117
+ "parent": {
325118
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
325119
+ "name": "Attributes"
325120
+ },
325121
+ "declarations": [
325122
+ {
325123
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
325124
+ "name": "Attributes"
325125
+ }
325126
+ ],
325127
+ "required": false,
325128
+ "type": {
325129
+ "name": "Key | null"
325130
+ }
325131
+ },
325132
+ "type": {
325133
+ "defaultValue": null,
325134
+ "description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
325135
+ "name": "type",
325136
+ "parent": {
325137
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
325138
+ "name": "CurveProps"
325139
+ },
325140
+ "declarations": [
325141
+ {
325142
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
325143
+ "name": "CurveProps"
325144
+ },
325145
+ {
325146
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
325147
+ "name": "LineProps"
325148
+ }
325149
+ ],
325150
+ "required": false,
325151
+ "type": {
325152
+ "name": "CurveType"
325153
+ }
325154
+ },
325155
+ "unit": {
325156
+ "defaultValue": null,
325157
+ "description": "The unit of data. This option will be used in tooltip.",
325158
+ "name": "unit",
325159
+ "parent": {
325160
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
325161
+ "name": "LineProps"
325162
+ },
325163
+ "declarations": [
325164
+ {
325165
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
325166
+ "name": "LineProps"
325167
+ }
325168
+ ],
325169
+ "required": false,
325170
+ "type": {
325171
+ "name": "string | number | null"
325172
+ }
325173
+ },
325174
+ "xAxisId": {
325175
+ "defaultValue": null,
325176
+ "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
325177
+ "name": "xAxisId",
325178
+ "parent": {
325179
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
325180
+ "name": "LineProps"
325181
+ },
325182
+ "declarations": [
325183
+ {
325184
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
325185
+ "name": "LineProps"
325186
+ }
325187
+ ],
325188
+ "required": false,
325189
+ "type": {
325190
+ "name": "AxisId"
325191
+ }
325192
+ },
325193
+ "yAxisId": {
325194
+ "defaultValue": null,
325195
+ "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
325196
+ "name": "yAxisId",
325197
+ "parent": {
325198
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
325199
+ "name": "LineProps"
325200
+ },
325201
+ "declarations": [
325202
+ {
325203
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
325204
+ "name": "LineProps"
325205
+ }
325206
+ ],
325207
+ "required": false,
325208
+ "type": {
325209
+ "name": "AxisId"
325210
+ }
325211
+ }
325212
+ }
325213
+ },
325214
325214
  {
325215
325215
  "tags": {},
325216
325216
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.tsx",
@@ -334990,6 +334990,93 @@
334990
334990
  }
334991
334991
  }
334992
334992
  },
334993
+ {
334994
+ "tags": {
334995
+ "flr-generate": "all"
334996
+ },
334997
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartGrid/ChartGrid.tsx",
334998
+ "description": "",
334999
+ "displayName": "ChartGrid",
335000
+ "methods": [],
335001
+ "props": {
335002
+ "className": {
335003
+ "defaultValue": null,
335004
+ "description": "",
335005
+ "name": "className",
335006
+ "parent": {
335007
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
335008
+ "name": "HTMLAttributes"
335009
+ },
335010
+ "declarations": [
335011
+ {
335012
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
335013
+ "name": "HTMLAttributes"
335014
+ }
335015
+ ],
335016
+ "required": false,
335017
+ "type": {
335018
+ "name": "string"
335019
+ }
335020
+ },
335021
+ "horizontal": {
335022
+ "defaultValue": null,
335023
+ "description": "If set false, no horizontal grid lines will be drawn.\n@defaultValue true",
335024
+ "name": "horizontal",
335025
+ "parent": {
335026
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
335027
+ "name": "CartesianGridProps"
335028
+ },
335029
+ "declarations": [
335030
+ {
335031
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
335032
+ "name": "CartesianGridProps"
335033
+ }
335034
+ ],
335035
+ "required": false,
335036
+ "type": {
335037
+ "name": "GridLineType"
335038
+ }
335039
+ },
335040
+ "vertical": {
335041
+ "defaultValue": null,
335042
+ "description": "If set false, no vertical grid lines will be drawn.\n@defaultValue true",
335043
+ "name": "vertical",
335044
+ "parent": {
335045
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
335046
+ "name": "CartesianGridProps"
335047
+ },
335048
+ "declarations": [
335049
+ {
335050
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
335051
+ "name": "CartesianGridProps"
335052
+ }
335053
+ ],
335054
+ "required": false,
335055
+ "type": {
335056
+ "name": "GridLineType"
335057
+ }
335058
+ },
335059
+ "strokeDasharray": {
335060
+ "defaultValue": null,
335061
+ "description": "",
335062
+ "name": "strokeDasharray",
335063
+ "parent": {
335064
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
335065
+ "name": "SVGAttributes"
335066
+ },
335067
+ "declarations": [
335068
+ {
335069
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
335070
+ "name": "SVGAttributes"
335071
+ }
335072
+ ],
335073
+ "required": false,
335074
+ "type": {
335075
+ "name": "string | number"
335076
+ }
335077
+ }
335078
+ }
335079
+ },
334993
335080
  {
334994
335081
  "tags": {
334995
335082
  "deprecated": "Use ChartGrid",
@@ -344646,101 +344733,6 @@
344646
344733
  }
344647
344734
  }
344648
344735
  },
344649
- {
344650
- "tags": {
344651
- "flr-generate": "all"
344652
- },
344653
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartGrid/ChartGrid.tsx",
344654
- "description": "",
344655
- "displayName": "ChartGrid",
344656
- "methods": [],
344657
- "props": {
344658
- "className": {
344659
- "defaultValue": null,
344660
- "description": "",
344661
- "name": "className",
344662
- "parent": {
344663
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
344664
- "name": "HTMLAttributes"
344665
- },
344666
- "declarations": [
344667
- {
344668
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
344669
- "name": "HTMLAttributes"
344670
- }
344671
- ],
344672
- "required": false,
344673
- "type": {
344674
- "name": "string"
344675
- }
344676
- },
344677
- "horizontal": {
344678
- "defaultValue": null,
344679
- "description": "If set false, no horizontal grid lines will be drawn.\n@defaultValue true",
344680
- "name": "horizontal",
344681
- "parent": {
344682
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
344683
- "name": "CartesianGridProps"
344684
- },
344685
- "declarations": [
344686
- {
344687
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
344688
- "name": "CartesianGridProps"
344689
- }
344690
- ],
344691
- "required": false,
344692
- "type": {
344693
- "name": "GridLineType"
344694
- }
344695
- },
344696
- "vertical": {
344697
- "defaultValue": null,
344698
- "description": "If set false, no vertical grid lines will be drawn.\n@defaultValue true",
344699
- "name": "vertical",
344700
- "parent": {
344701
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
344702
- "name": "CartesianGridProps"
344703
- },
344704
- "declarations": [
344705
- {
344706
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
344707
- "name": "CartesianGridProps"
344708
- }
344709
- ],
344710
- "required": false,
344711
- "type": {
344712
- "name": "GridLineType"
344713
- }
344714
- },
344715
- "strokeDasharray": {
344716
- "defaultValue": null,
344717
- "description": "",
344718
- "name": "strokeDasharray",
344719
- "parent": {
344720
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
344721
- "name": "SVGAttributes"
344722
- },
344723
- "declarations": [
344724
- {
344725
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
344726
- "name": "SVGAttributes"
344727
- }
344728
- ],
344729
- "required": false,
344730
- "type": {
344731
- "name": "string | number"
344732
- }
344733
- }
344734
- }
344735
- },
344736
- {
344737
- "tags": {},
344738
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/components/CalendarHeader/CalendarHeader.tsx",
344739
- "description": "",
344740
- "displayName": "CalendarHeader",
344741
- "methods": [],
344742
- "props": {}
344743
- },
344744
344736
  {
344745
344737
  "tags": {
344746
344738
  "flr-generate": "all"
@@ -346668,6 +346660,14 @@
346668
346660
  }
346669
346661
  }
346670
346662
  },
346663
+ {
346664
+ "tags": {},
346665
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/components/CalendarHeader/CalendarHeader.tsx",
346666
+ "description": "",
346667
+ "displayName": "CalendarHeader",
346668
+ "methods": [],
346669
+ "props": {}
346670
+ },
346671
346671
  {
346672
346672
  "tags": {},
346673
346673
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Breadcrumb/components/BreadcrumbItem/BreadcrumbItem.tsx",
@@ -350818,596 +350818,6 @@
350818
350818
  "methods": [],
350819
350819
  "props": {}
350820
350820
  },
350821
- {
350822
- "tags": {},
350823
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
350824
- "description": "",
350825
- "displayName": "SortingMenuItem",
350826
- "methods": [],
350827
- "props": {
350828
- "sorting": {
350829
- "defaultValue": null,
350830
- "description": "",
350831
- "name": "sorting",
350832
- "parent": {
350833
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
350834
- "name": "Props"
350835
- },
350836
- "declarations": [
350837
- {
350838
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
350839
- "name": "Props"
350840
- }
350841
- ],
350842
- "required": true,
350843
- "type": {
350844
- "name": "Sorting<never>"
350845
- }
350846
- }
350847
- }
350848
- },
350849
- {
350850
- "tags": {},
350851
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
350852
- "description": "",
350853
- "displayName": "SortingContextMenu",
350854
- "methods": [],
350855
- "props": {
350856
- "isDisabled": {
350857
- "defaultValue": null,
350858
- "description": "",
350859
- "name": "isDisabled",
350860
- "parent": {
350861
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
350862
- "name": "Props"
350863
- },
350864
- "declarations": [
350865
- {
350866
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
350867
- "name": "Props"
350868
- }
350869
- ],
350870
- "required": false,
350871
- "type": {
350872
- "name": "boolean"
350873
- }
350874
- }
350875
- }
350876
- },
350877
- {
350878
- "tags": {},
350879
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
350880
- "description": "",
350881
- "displayName": "ViewModeMenuItem",
350882
- "methods": [],
350883
- "props": {
350884
- "viewMode": {
350885
- "defaultValue": null,
350886
- "description": "",
350887
- "name": "viewMode",
350888
- "parent": {
350889
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
350890
- "name": "Props"
350891
- },
350892
- "declarations": [
350893
- {
350894
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
350895
- "name": "Props"
350896
- }
350897
- ],
350898
- "required": true,
350899
- "type": {
350900
- "name": "ListViewMode"
350901
- }
350902
- }
350903
- }
350904
- },
350905
- {
350906
- "tags": {},
350907
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
350908
- "description": "",
350909
- "displayName": "ViewModeContextMenu",
350910
- "methods": [],
350911
- "props": {
350912
- "isDisabled": {
350913
- "defaultValue": null,
350914
- "description": "",
350915
- "name": "isDisabled",
350916
- "parent": {
350917
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
350918
- "name": "Props"
350919
- },
350920
- "declarations": [
350921
- {
350922
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
350923
- "name": "Props"
350924
- }
350925
- ],
350926
- "required": false,
350927
- "type": {
350928
- "name": "boolean"
350929
- }
350930
- }
350931
- }
350932
- },
350933
- {
350934
- "tags": {},
350935
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
350936
- "description": "",
350937
- "displayName": "SearchField",
350938
- "methods": [],
350939
- "props": {
350940
- "search": {
350941
- "defaultValue": null,
350942
- "description": "",
350943
- "name": "search",
350944
- "parent": {
350945
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
350946
- "name": "Props"
350947
- },
350948
- "declarations": [
350949
- {
350950
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
350951
- "name": "Props"
350952
- }
350953
- ],
350954
- "required": true,
350955
- "type": {
350956
- "name": "Search<never>"
350957
- }
350958
- },
350959
- "isDisabled": {
350960
- "defaultValue": null,
350961
- "description": "",
350962
- "name": "isDisabled",
350963
- "parent": {
350964
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
350965
- "name": "Props"
350966
- },
350967
- "declarations": [
350968
- {
350969
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
350970
- "name": "Props"
350971
- }
350972
- ],
350973
- "required": false,
350974
- "type": {
350975
- "name": "boolean"
350976
- }
350977
- },
350978
- "className": {
350979
- "defaultValue": null,
350980
- "description": "The elements class name.",
350981
- "name": "className",
350982
- "parent": {
350983
- "fileName": "components/src/lib/types/props.ts",
350984
- "name": "PropsWithClassName"
350985
- },
350986
- "declarations": [
350987
- {
350988
- "fileName": "components/src/lib/types/props.ts",
350989
- "name": "PropsWithClassName"
350990
- }
350991
- ],
350992
- "required": false,
350993
- "type": {
350994
- "name": "string"
350995
- }
350996
- }
350997
- }
350998
- },
350999
- {
351000
- "tags": {},
351001
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
351002
- "description": "",
351003
- "displayName": "FilterMenuItem",
351004
- "methods": [],
351005
- "props": {
351006
- "filterValue": {
351007
- "defaultValue": null,
351008
- "description": "",
351009
- "name": "filterValue",
351010
- "parent": {
351011
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
351012
- "name": "Props"
351013
- },
351014
- "declarations": [
351015
- {
351016
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
351017
- "name": "Props"
351018
- }
351019
- ],
351020
- "required": true,
351021
- "type": {
351022
- "name": "FilterValue"
351023
- }
351024
- },
351025
- "selectionMode": {
351026
- "defaultValue": null,
351027
- "description": "",
351028
- "name": "selectionMode",
351029
- "parent": {
351030
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
351031
- "name": "Props"
351032
- },
351033
- "declarations": [
351034
- {
351035
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
351036
- "name": "Props"
351037
- }
351038
- ],
351039
- "required": false,
351040
- "type": {
351041
- "name": "ContextMenuSelectionMode"
351042
- }
351043
- }
351044
- }
351045
- },
351046
- {
351047
- "tags": {},
351048
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
351049
- "description": "",
351050
- "displayName": "FilterContextMenus",
351051
- "methods": [],
351052
- "props": {
351053
- "isDisabled": {
351054
- "defaultValue": null,
351055
- "description": "",
351056
- "name": "isDisabled",
351057
- "parent": {
351058
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
351059
- "name": "Props"
351060
- },
351061
- "declarations": [
351062
- {
351063
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
351064
- "name": "Props"
351065
- }
351066
- ],
351067
- "required": false,
351068
- "type": {
351069
- "name": "boolean"
351070
- }
351071
- }
351072
- }
351073
- },
351074
- {
351075
- "tags": {},
351076
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
351077
- "description": "",
351078
- "displayName": "FilterContextMenu",
351079
- "methods": [],
351080
- "props": {
351081
- "filter": {
351082
- "defaultValue": null,
351083
- "description": "",
351084
- "name": "filter",
351085
- "parent": {
351086
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
351087
- "name": "Props"
351088
- },
351089
- "declarations": [
351090
- {
351091
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
351092
- "name": "Props"
351093
- }
351094
- ],
351095
- "required": true,
351096
- "type": {
351097
- "name": "Filter<never, never, never>"
351098
- }
351099
- },
351100
- "isDisabled": {
351101
- "defaultValue": null,
351102
- "description": "",
351103
- "name": "isDisabled",
351104
- "parent": {
351105
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
351106
- "name": "Props"
351107
- },
351108
- "declarations": [
351109
- {
351110
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
351111
- "name": "Props"
351112
- }
351113
- ],
351114
- "required": false,
351115
- "type": {
351116
- "name": "boolean"
351117
- }
351118
- }
351119
- }
351120
- },
351121
- {
351122
- "tags": {},
351123
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
351124
- "description": "",
351125
- "displayName": "DateRangeFilterPopover",
351126
- "methods": [],
351127
- "props": {
351128
- "filter": {
351129
- "defaultValue": null,
351130
- "description": "",
351131
- "name": "filter",
351132
- "parent": {
351133
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
351134
- "name": "Props"
351135
- },
351136
- "declarations": [
351137
- {
351138
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
351139
- "name": "Props"
351140
- }
351141
- ],
351142
- "required": true,
351143
- "type": {
351144
- "name": "AnyDateRangeFilter"
351145
- }
351146
- },
351147
- "isDisabled": {
351148
- "defaultValue": null,
351149
- "description": "",
351150
- "name": "isDisabled",
351151
- "parent": {
351152
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
351153
- "name": "Props"
351154
- },
351155
- "declarations": [
351156
- {
351157
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
351158
- "name": "Props"
351159
- }
351160
- ],
351161
- "required": false,
351162
- "type": {
351163
- "name": "boolean"
351164
- }
351165
- }
351166
- }
351167
- },
351168
- {
351169
- "tags": {},
351170
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
351171
- "description": "",
351172
- "displayName": "ViewModeAccordion",
351173
- "methods": [],
351174
- "props": {
351175
- "expandAccordions": {
351176
- "defaultValue": null,
351177
- "description": "",
351178
- "name": "expandAccordions",
351179
- "parent": {
351180
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
351181
- "name": "Props"
351182
- },
351183
- "declarations": [
351184
- {
351185
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
351186
- "name": "Props"
351187
- }
351188
- ],
351189
- "required": true,
351190
- "type": {
351191
- "name": "boolean"
351192
- }
351193
- }
351194
- }
351195
- },
351196
- {
351197
- "tags": {},
351198
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
351199
- "description": "",
351200
- "displayName": "SortingAccordion",
351201
- "methods": [],
351202
- "props": {
351203
- "expandAccordions": {
351204
- "defaultValue": null,
351205
- "description": "",
351206
- "name": "expandAccordions",
351207
- "parent": {
351208
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
351209
- "name": "Props"
351210
- },
351211
- "declarations": [
351212
- {
351213
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
351214
- "name": "Props"
351215
- }
351216
- ],
351217
- "required": true,
351218
- "type": {
351219
- "name": "boolean"
351220
- }
351221
- }
351222
- }
351223
- },
351224
- {
351225
- "tags": {},
351226
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
351227
- "description": "",
351228
- "displayName": "FilterAccordionRadioGroup",
351229
- "methods": [],
351230
- "props": {
351231
- "filter": {
351232
- "defaultValue": null,
351233
- "description": "",
351234
- "name": "filter",
351235
- "parent": {
351236
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
351237
- "name": "Props"
351238
- },
351239
- "declarations": [
351240
- {
351241
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
351242
- "name": "Props"
351243
- }
351244
- ],
351245
- "required": true,
351246
- "type": {
351247
- "name": "Filter<never, never, never>"
351248
- }
351249
- }
351250
- }
351251
- },
351252
- {
351253
- "tags": {},
351254
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
351255
- "description": "",
351256
- "displayName": "FilterAccordionDateRange",
351257
- "methods": [],
351258
- "props": {
351259
- "filter": {
351260
- "defaultValue": null,
351261
- "description": "",
351262
- "name": "filter",
351263
- "parent": {
351264
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
351265
- "name": "Props"
351266
- },
351267
- "declarations": [
351268
- {
351269
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
351270
- "name": "Props"
351271
- }
351272
- ],
351273
- "required": true,
351274
- "type": {
351275
- "name": "AnyDateRangeFilter"
351276
- }
351277
- }
351278
- }
351279
- },
351280
- {
351281
- "tags": {},
351282
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
351283
- "description": "",
351284
- "displayName": "FilterAccordionCheckboxGroup",
351285
- "methods": [],
351286
- "props": {
351287
- "filter": {
351288
- "defaultValue": null,
351289
- "description": "",
351290
- "name": "filter",
351291
- "parent": {
351292
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
351293
- "name": "Props"
351294
- },
351295
- "declarations": [
351296
- {
351297
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
351298
- "name": "Props"
351299
- }
351300
- ],
351301
- "required": true,
351302
- "type": {
351303
- "name": "Filter<never, never, never>"
351304
- }
351305
- }
351306
- }
351307
- },
351308
- {
351309
- "tags": {},
351310
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
351311
- "description": "",
351312
- "displayName": "FilterAccordion",
351313
- "methods": [],
351314
- "props": {
351315
- "filter": {
351316
- "defaultValue": null,
351317
- "description": "",
351318
- "name": "filter",
351319
- "parent": {
351320
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
351321
- "name": "Props"
351322
- },
351323
- "declarations": [
351324
- {
351325
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
351326
- "name": "Props"
351327
- }
351328
- ],
351329
- "required": true,
351330
- "type": {
351331
- "name": "Filter<never, never, never> | DateRangeFilter<never, never>"
351332
- }
351333
- },
351334
- "expandAccordions": {
351335
- "defaultValue": null,
351336
- "description": "",
351337
- "name": "expandAccordions",
351338
- "parent": {
351339
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
351340
- "name": "Props"
351341
- },
351342
- "declarations": [
351343
- {
351344
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
351345
- "name": "Props"
351346
- }
351347
- ],
351348
- "required": true,
351349
- "type": {
351350
- "name": "boolean"
351351
- }
351352
- }
351353
- }
351354
- },
351355
- {
351356
- "tags": {},
351357
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
351358
- "description": "",
351359
- "displayName": "AllFiltersModal",
351360
- "methods": [],
351361
- "props": {
351362
- "isDisabled": {
351363
- "defaultValue": null,
351364
- "description": "",
351365
- "name": "isDisabled",
351366
- "parent": {
351367
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
351368
- "name": "Props"
351369
- },
351370
- "declarations": [
351371
- {
351372
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
351373
- "name": "Props"
351374
- }
351375
- ],
351376
- "required": false,
351377
- "type": {
351378
- "name": "boolean"
351379
- }
351380
- }
351381
- }
351382
- },
351383
- {
351384
- "tags": {},
351385
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
351386
- "description": "",
351387
- "displayName": "ActiveFilters",
351388
- "methods": [],
351389
- "props": {
351390
- "isDisabled": {
351391
- "defaultValue": null,
351392
- "description": "",
351393
- "name": "isDisabled",
351394
- "parent": {
351395
- "fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
351396
- "name": "Props"
351397
- },
351398
- "declarations": [
351399
- {
351400
- "fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
351401
- "name": "Props"
351402
- }
351403
- ],
351404
- "required": false,
351405
- "type": {
351406
- "name": "boolean"
351407
- }
351408
- }
351409
- }
351410
- },
351411
350821
  {
351412
350822
  "tags": {},
351413
350823
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",
@@ -359298,6 +358708,596 @@
359298
358708
  }
359299
358709
  }
359300
358710
  },
358711
+ {
358712
+ "tags": {},
358713
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
358714
+ "description": "",
358715
+ "displayName": "ViewModeMenuItem",
358716
+ "methods": [],
358717
+ "props": {
358718
+ "viewMode": {
358719
+ "defaultValue": null,
358720
+ "description": "",
358721
+ "name": "viewMode",
358722
+ "parent": {
358723
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
358724
+ "name": "Props"
358725
+ },
358726
+ "declarations": [
358727
+ {
358728
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
358729
+ "name": "Props"
358730
+ }
358731
+ ],
358732
+ "required": true,
358733
+ "type": {
358734
+ "name": "ListViewMode"
358735
+ }
358736
+ }
358737
+ }
358738
+ },
358739
+ {
358740
+ "tags": {},
358741
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
358742
+ "description": "",
358743
+ "displayName": "ViewModeContextMenu",
358744
+ "methods": [],
358745
+ "props": {
358746
+ "isDisabled": {
358747
+ "defaultValue": null,
358748
+ "description": "",
358749
+ "name": "isDisabled",
358750
+ "parent": {
358751
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
358752
+ "name": "Props"
358753
+ },
358754
+ "declarations": [
358755
+ {
358756
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
358757
+ "name": "Props"
358758
+ }
358759
+ ],
358760
+ "required": false,
358761
+ "type": {
358762
+ "name": "boolean"
358763
+ }
358764
+ }
358765
+ }
358766
+ },
358767
+ {
358768
+ "tags": {},
358769
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
358770
+ "description": "",
358771
+ "displayName": "SortingMenuItem",
358772
+ "methods": [],
358773
+ "props": {
358774
+ "sorting": {
358775
+ "defaultValue": null,
358776
+ "description": "",
358777
+ "name": "sorting",
358778
+ "parent": {
358779
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
358780
+ "name": "Props"
358781
+ },
358782
+ "declarations": [
358783
+ {
358784
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
358785
+ "name": "Props"
358786
+ }
358787
+ ],
358788
+ "required": true,
358789
+ "type": {
358790
+ "name": "Sorting<never>"
358791
+ }
358792
+ }
358793
+ }
358794
+ },
358795
+ {
358796
+ "tags": {},
358797
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
358798
+ "description": "",
358799
+ "displayName": "SortingContextMenu",
358800
+ "methods": [],
358801
+ "props": {
358802
+ "isDisabled": {
358803
+ "defaultValue": null,
358804
+ "description": "",
358805
+ "name": "isDisabled",
358806
+ "parent": {
358807
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
358808
+ "name": "Props"
358809
+ },
358810
+ "declarations": [
358811
+ {
358812
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
358813
+ "name": "Props"
358814
+ }
358815
+ ],
358816
+ "required": false,
358817
+ "type": {
358818
+ "name": "boolean"
358819
+ }
358820
+ }
358821
+ }
358822
+ },
358823
+ {
358824
+ "tags": {},
358825
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
358826
+ "description": "",
358827
+ "displayName": "SearchField",
358828
+ "methods": [],
358829
+ "props": {
358830
+ "search": {
358831
+ "defaultValue": null,
358832
+ "description": "",
358833
+ "name": "search",
358834
+ "parent": {
358835
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
358836
+ "name": "Props"
358837
+ },
358838
+ "declarations": [
358839
+ {
358840
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
358841
+ "name": "Props"
358842
+ }
358843
+ ],
358844
+ "required": true,
358845
+ "type": {
358846
+ "name": "Search<never>"
358847
+ }
358848
+ },
358849
+ "isDisabled": {
358850
+ "defaultValue": null,
358851
+ "description": "",
358852
+ "name": "isDisabled",
358853
+ "parent": {
358854
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
358855
+ "name": "Props"
358856
+ },
358857
+ "declarations": [
358858
+ {
358859
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
358860
+ "name": "Props"
358861
+ }
358862
+ ],
358863
+ "required": false,
358864
+ "type": {
358865
+ "name": "boolean"
358866
+ }
358867
+ },
358868
+ "className": {
358869
+ "defaultValue": null,
358870
+ "description": "The elements class name.",
358871
+ "name": "className",
358872
+ "parent": {
358873
+ "fileName": "components/src/lib/types/props.ts",
358874
+ "name": "PropsWithClassName"
358875
+ },
358876
+ "declarations": [
358877
+ {
358878
+ "fileName": "components/src/lib/types/props.ts",
358879
+ "name": "PropsWithClassName"
358880
+ }
358881
+ ],
358882
+ "required": false,
358883
+ "type": {
358884
+ "name": "string"
358885
+ }
358886
+ }
358887
+ }
358888
+ },
358889
+ {
358890
+ "tags": {},
358891
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
358892
+ "description": "",
358893
+ "displayName": "FilterMenuItem",
358894
+ "methods": [],
358895
+ "props": {
358896
+ "filterValue": {
358897
+ "defaultValue": null,
358898
+ "description": "",
358899
+ "name": "filterValue",
358900
+ "parent": {
358901
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
358902
+ "name": "Props"
358903
+ },
358904
+ "declarations": [
358905
+ {
358906
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
358907
+ "name": "Props"
358908
+ }
358909
+ ],
358910
+ "required": true,
358911
+ "type": {
358912
+ "name": "FilterValue"
358913
+ }
358914
+ },
358915
+ "selectionMode": {
358916
+ "defaultValue": null,
358917
+ "description": "",
358918
+ "name": "selectionMode",
358919
+ "parent": {
358920
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
358921
+ "name": "Props"
358922
+ },
358923
+ "declarations": [
358924
+ {
358925
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
358926
+ "name": "Props"
358927
+ }
358928
+ ],
358929
+ "required": false,
358930
+ "type": {
358931
+ "name": "ContextMenuSelectionMode"
358932
+ }
358933
+ }
358934
+ }
358935
+ },
358936
+ {
358937
+ "tags": {},
358938
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
358939
+ "description": "",
358940
+ "displayName": "FilterContextMenus",
358941
+ "methods": [],
358942
+ "props": {
358943
+ "isDisabled": {
358944
+ "defaultValue": null,
358945
+ "description": "",
358946
+ "name": "isDisabled",
358947
+ "parent": {
358948
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
358949
+ "name": "Props"
358950
+ },
358951
+ "declarations": [
358952
+ {
358953
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
358954
+ "name": "Props"
358955
+ }
358956
+ ],
358957
+ "required": false,
358958
+ "type": {
358959
+ "name": "boolean"
358960
+ }
358961
+ }
358962
+ }
358963
+ },
358964
+ {
358965
+ "tags": {},
358966
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
358967
+ "description": "",
358968
+ "displayName": "FilterContextMenu",
358969
+ "methods": [],
358970
+ "props": {
358971
+ "filter": {
358972
+ "defaultValue": null,
358973
+ "description": "",
358974
+ "name": "filter",
358975
+ "parent": {
358976
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
358977
+ "name": "Props"
358978
+ },
358979
+ "declarations": [
358980
+ {
358981
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
358982
+ "name": "Props"
358983
+ }
358984
+ ],
358985
+ "required": true,
358986
+ "type": {
358987
+ "name": "Filter<never, never, never>"
358988
+ }
358989
+ },
358990
+ "isDisabled": {
358991
+ "defaultValue": null,
358992
+ "description": "",
358993
+ "name": "isDisabled",
358994
+ "parent": {
358995
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
358996
+ "name": "Props"
358997
+ },
358998
+ "declarations": [
358999
+ {
359000
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
359001
+ "name": "Props"
359002
+ }
359003
+ ],
359004
+ "required": false,
359005
+ "type": {
359006
+ "name": "boolean"
359007
+ }
359008
+ }
359009
+ }
359010
+ },
359011
+ {
359012
+ "tags": {},
359013
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
359014
+ "description": "",
359015
+ "displayName": "DateRangeFilterPopover",
359016
+ "methods": [],
359017
+ "props": {
359018
+ "filter": {
359019
+ "defaultValue": null,
359020
+ "description": "",
359021
+ "name": "filter",
359022
+ "parent": {
359023
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
359024
+ "name": "Props"
359025
+ },
359026
+ "declarations": [
359027
+ {
359028
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
359029
+ "name": "Props"
359030
+ }
359031
+ ],
359032
+ "required": true,
359033
+ "type": {
359034
+ "name": "AnyDateRangeFilter"
359035
+ }
359036
+ },
359037
+ "isDisabled": {
359038
+ "defaultValue": null,
359039
+ "description": "",
359040
+ "name": "isDisabled",
359041
+ "parent": {
359042
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
359043
+ "name": "Props"
359044
+ },
359045
+ "declarations": [
359046
+ {
359047
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
359048
+ "name": "Props"
359049
+ }
359050
+ ],
359051
+ "required": false,
359052
+ "type": {
359053
+ "name": "boolean"
359054
+ }
359055
+ }
359056
+ }
359057
+ },
359058
+ {
359059
+ "tags": {},
359060
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
359061
+ "description": "",
359062
+ "displayName": "ViewModeAccordion",
359063
+ "methods": [],
359064
+ "props": {
359065
+ "expandAccordions": {
359066
+ "defaultValue": null,
359067
+ "description": "",
359068
+ "name": "expandAccordions",
359069
+ "parent": {
359070
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
359071
+ "name": "Props"
359072
+ },
359073
+ "declarations": [
359074
+ {
359075
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
359076
+ "name": "Props"
359077
+ }
359078
+ ],
359079
+ "required": true,
359080
+ "type": {
359081
+ "name": "boolean"
359082
+ }
359083
+ }
359084
+ }
359085
+ },
359086
+ {
359087
+ "tags": {},
359088
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
359089
+ "description": "",
359090
+ "displayName": "SortingAccordion",
359091
+ "methods": [],
359092
+ "props": {
359093
+ "expandAccordions": {
359094
+ "defaultValue": null,
359095
+ "description": "",
359096
+ "name": "expandAccordions",
359097
+ "parent": {
359098
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
359099
+ "name": "Props"
359100
+ },
359101
+ "declarations": [
359102
+ {
359103
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
359104
+ "name": "Props"
359105
+ }
359106
+ ],
359107
+ "required": true,
359108
+ "type": {
359109
+ "name": "boolean"
359110
+ }
359111
+ }
359112
+ }
359113
+ },
359114
+ {
359115
+ "tags": {},
359116
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
359117
+ "description": "",
359118
+ "displayName": "FilterAccordionRadioGroup",
359119
+ "methods": [],
359120
+ "props": {
359121
+ "filter": {
359122
+ "defaultValue": null,
359123
+ "description": "",
359124
+ "name": "filter",
359125
+ "parent": {
359126
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
359127
+ "name": "Props"
359128
+ },
359129
+ "declarations": [
359130
+ {
359131
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
359132
+ "name": "Props"
359133
+ }
359134
+ ],
359135
+ "required": true,
359136
+ "type": {
359137
+ "name": "Filter<never, never, never>"
359138
+ }
359139
+ }
359140
+ }
359141
+ },
359142
+ {
359143
+ "tags": {},
359144
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
359145
+ "description": "",
359146
+ "displayName": "FilterAccordionDateRange",
359147
+ "methods": [],
359148
+ "props": {
359149
+ "filter": {
359150
+ "defaultValue": null,
359151
+ "description": "",
359152
+ "name": "filter",
359153
+ "parent": {
359154
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
359155
+ "name": "Props"
359156
+ },
359157
+ "declarations": [
359158
+ {
359159
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
359160
+ "name": "Props"
359161
+ }
359162
+ ],
359163
+ "required": true,
359164
+ "type": {
359165
+ "name": "AnyDateRangeFilter"
359166
+ }
359167
+ }
359168
+ }
359169
+ },
359170
+ {
359171
+ "tags": {},
359172
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
359173
+ "description": "",
359174
+ "displayName": "FilterAccordionCheckboxGroup",
359175
+ "methods": [],
359176
+ "props": {
359177
+ "filter": {
359178
+ "defaultValue": null,
359179
+ "description": "",
359180
+ "name": "filter",
359181
+ "parent": {
359182
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
359183
+ "name": "Props"
359184
+ },
359185
+ "declarations": [
359186
+ {
359187
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
359188
+ "name": "Props"
359189
+ }
359190
+ ],
359191
+ "required": true,
359192
+ "type": {
359193
+ "name": "Filter<never, never, never>"
359194
+ }
359195
+ }
359196
+ }
359197
+ },
359198
+ {
359199
+ "tags": {},
359200
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
359201
+ "description": "",
359202
+ "displayName": "FilterAccordion",
359203
+ "methods": [],
359204
+ "props": {
359205
+ "filter": {
359206
+ "defaultValue": null,
359207
+ "description": "",
359208
+ "name": "filter",
359209
+ "parent": {
359210
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
359211
+ "name": "Props"
359212
+ },
359213
+ "declarations": [
359214
+ {
359215
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
359216
+ "name": "Props"
359217
+ }
359218
+ ],
359219
+ "required": true,
359220
+ "type": {
359221
+ "name": "Filter<never, never, never> | DateRangeFilter<never, never>"
359222
+ }
359223
+ },
359224
+ "expandAccordions": {
359225
+ "defaultValue": null,
359226
+ "description": "",
359227
+ "name": "expandAccordions",
359228
+ "parent": {
359229
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
359230
+ "name": "Props"
359231
+ },
359232
+ "declarations": [
359233
+ {
359234
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
359235
+ "name": "Props"
359236
+ }
359237
+ ],
359238
+ "required": true,
359239
+ "type": {
359240
+ "name": "boolean"
359241
+ }
359242
+ }
359243
+ }
359244
+ },
359245
+ {
359246
+ "tags": {},
359247
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
359248
+ "description": "",
359249
+ "displayName": "AllFiltersModal",
359250
+ "methods": [],
359251
+ "props": {
359252
+ "isDisabled": {
359253
+ "defaultValue": null,
359254
+ "description": "",
359255
+ "name": "isDisabled",
359256
+ "parent": {
359257
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
359258
+ "name": "Props"
359259
+ },
359260
+ "declarations": [
359261
+ {
359262
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
359263
+ "name": "Props"
359264
+ }
359265
+ ],
359266
+ "required": false,
359267
+ "type": {
359268
+ "name": "boolean"
359269
+ }
359270
+ }
359271
+ }
359272
+ },
359273
+ {
359274
+ "tags": {},
359275
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
359276
+ "description": "",
359277
+ "displayName": "ActiveFilters",
359278
+ "methods": [],
359279
+ "props": {
359280
+ "isDisabled": {
359281
+ "defaultValue": null,
359282
+ "description": "",
359283
+ "name": "isDisabled",
359284
+ "parent": {
359285
+ "fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
359286
+ "name": "Props"
359287
+ },
359288
+ "declarations": [
359289
+ {
359290
+ "fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
359291
+ "name": "Props"
359292
+ }
359293
+ ],
359294
+ "required": false,
359295
+ "type": {
359296
+ "name": "boolean"
359297
+ }
359298
+ }
359299
+ }
359300
+ },
359301
359301
  {
359302
359302
  "tags": {},
359303
359303
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",