@mittwald/flow-react-components 0.2.0-alpha.513 → 0.2.0-alpha.515
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist/assets/doc-properties.json +704 -704
- package/dist/js/components/src/components/CheckboxGroup/CheckboxGroup.mjs +1 -2
- package/dist/js/components/src/components/CheckboxGroup/CheckboxGroup.mjs.map +1 -1
- package/dist/js/components/src/integrations/react-hook-form/components/Field/Field.mjs +5 -1
- package/dist/js/components/src/integrations/react-hook-form/components/Field/Field.mjs.map +1 -1
- package/dist/types/components/CheckboxGroup/CheckboxGroup.d.ts.map +1 -1
- package/dist/types/integrations/react-hook-form/components/Field/Field.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -93481,165 +93481,6 @@
|
|
|
93481
93481
|
}
|
|
93482
93482
|
}
|
|
93483
93483
|
},
|
|
93484
|
-
{
|
|
93485
|
-
"tags": {},
|
|
93486
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/LightBox.tsx",
|
|
93487
|
-
"description": "",
|
|
93488
|
-
"displayName": "LightBox",
|
|
93489
|
-
"methods": [],
|
|
93490
|
-
"props": {
|
|
93491
|
-
"controller": {
|
|
93492
|
-
"defaultValue": null,
|
|
93493
|
-
"description": "An overlay controller to control the light box state.",
|
|
93494
|
-
"name": "controller",
|
|
93495
|
-
"parent": {
|
|
93496
|
-
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
93497
|
-
"name": "LightBoxProps"
|
|
93498
|
-
},
|
|
93499
|
-
"declarations": [
|
|
93500
|
-
{
|
|
93501
|
-
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
93502
|
-
"name": "LightBoxProps"
|
|
93503
|
-
}
|
|
93504
|
-
],
|
|
93505
|
-
"required": false,
|
|
93506
|
-
"type": {
|
|
93507
|
-
"name": "OverlayController"
|
|
93508
|
-
}
|
|
93509
|
-
},
|
|
93510
|
-
"fitScreen": {
|
|
93511
|
-
"defaultValue": {
|
|
93512
|
-
"value": "true"
|
|
93513
|
-
},
|
|
93514
|
-
"description": "Whether content can be displayed larger than the available space in the\nscreen.",
|
|
93515
|
-
"name": "fitScreen",
|
|
93516
|
-
"parent": {
|
|
93517
|
-
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
93518
|
-
"name": "LightBoxProps"
|
|
93519
|
-
},
|
|
93520
|
-
"declarations": [
|
|
93521
|
-
{
|
|
93522
|
-
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
93523
|
-
"name": "LightBoxProps"
|
|
93524
|
-
}
|
|
93525
|
-
],
|
|
93526
|
-
"required": false,
|
|
93527
|
-
"type": {
|
|
93528
|
-
"name": "boolean"
|
|
93529
|
-
}
|
|
93530
|
-
},
|
|
93531
|
-
"children": {
|
|
93532
|
-
"defaultValue": null,
|
|
93533
|
-
"description": "",
|
|
93534
|
-
"name": "children",
|
|
93535
|
-
"declarations": [
|
|
93536
|
-
{
|
|
93537
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
93538
|
-
"name": "TypeLiteral"
|
|
93539
|
-
}
|
|
93540
|
-
],
|
|
93541
|
-
"required": false,
|
|
93542
|
-
"type": {
|
|
93543
|
-
"name": "ReactNode"
|
|
93544
|
-
}
|
|
93545
|
-
},
|
|
93546
|
-
"wrapWith": {
|
|
93547
|
-
"defaultValue": null,
|
|
93548
|
-
"description": "",
|
|
93549
|
-
"name": "wrapWith",
|
|
93550
|
-
"parent": {
|
|
93551
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
93552
|
-
"name": "FlowComponentProps"
|
|
93553
|
-
},
|
|
93554
|
-
"declarations": [
|
|
93555
|
-
{
|
|
93556
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
93557
|
-
"name": "FlowComponentProps"
|
|
93558
|
-
}
|
|
93559
|
-
],
|
|
93560
|
-
"required": false,
|
|
93561
|
-
"type": {
|
|
93562
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
93563
|
-
}
|
|
93564
|
-
},
|
|
93565
|
-
"tunnelId": {
|
|
93566
|
-
"defaultValue": null,
|
|
93567
|
-
"description": "@internal",
|
|
93568
|
-
"name": "tunnelId",
|
|
93569
|
-
"parent": {
|
|
93570
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
93571
|
-
"name": "PropsWithTunnel"
|
|
93572
|
-
},
|
|
93573
|
-
"declarations": [
|
|
93574
|
-
{
|
|
93575
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
93576
|
-
"name": "PropsWithTunnel"
|
|
93577
|
-
}
|
|
93578
|
-
],
|
|
93579
|
-
"required": false,
|
|
93580
|
-
"type": {
|
|
93581
|
-
"name": "string | null"
|
|
93582
|
-
}
|
|
93583
|
-
},
|
|
93584
|
-
"ref": {
|
|
93585
|
-
"defaultValue": null,
|
|
93586
|
-
"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}",
|
|
93587
|
-
"name": "ref",
|
|
93588
|
-
"parent": {
|
|
93589
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
93590
|
-
"name": "RefAttributes"
|
|
93591
|
-
},
|
|
93592
|
-
"declarations": [
|
|
93593
|
-
{
|
|
93594
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
93595
|
-
"name": "RefAttributes"
|
|
93596
|
-
}
|
|
93597
|
-
],
|
|
93598
|
-
"required": false,
|
|
93599
|
-
"type": {
|
|
93600
|
-
"name": "Ref<HTMLInputElement>"
|
|
93601
|
-
}
|
|
93602
|
-
},
|
|
93603
|
-
"key": {
|
|
93604
|
-
"defaultValue": null,
|
|
93605
|
-
"description": "",
|
|
93606
|
-
"name": "key",
|
|
93607
|
-
"parent": {
|
|
93608
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
93609
|
-
"name": "Attributes"
|
|
93610
|
-
},
|
|
93611
|
-
"declarations": [
|
|
93612
|
-
{
|
|
93613
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
93614
|
-
"name": "Attributes"
|
|
93615
|
-
}
|
|
93616
|
-
],
|
|
93617
|
-
"required": false,
|
|
93618
|
-
"type": {
|
|
93619
|
-
"name": "Key | null"
|
|
93620
|
-
}
|
|
93621
|
-
},
|
|
93622
|
-
"className": {
|
|
93623
|
-
"defaultValue": null,
|
|
93624
|
-
"description": "The elements class name.",
|
|
93625
|
-
"name": "className",
|
|
93626
|
-
"parent": {
|
|
93627
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
93628
|
-
"name": "PropsWithClassName"
|
|
93629
|
-
},
|
|
93630
|
-
"declarations": [
|
|
93631
|
-
{
|
|
93632
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
93633
|
-
"name": "PropsWithClassName"
|
|
93634
|
-
}
|
|
93635
|
-
],
|
|
93636
|
-
"required": false,
|
|
93637
|
-
"type": {
|
|
93638
|
-
"name": "string"
|
|
93639
|
-
}
|
|
93640
|
-
}
|
|
93641
|
-
}
|
|
93642
|
-
},
|
|
93643
93484
|
{
|
|
93644
93485
|
"tags": {
|
|
93645
93486
|
"flr-generate": "all"
|
|
@@ -95740,12 +95581,171 @@
|
|
|
95740
95581
|
}
|
|
95741
95582
|
},
|
|
95742
95583
|
{
|
|
95743
|
-
"tags": {
|
|
95744
|
-
|
|
95745
|
-
},
|
|
95746
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Legend/Legend.tsx",
|
|
95584
|
+
"tags": {},
|
|
95585
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/LightBox.tsx",
|
|
95747
95586
|
"description": "",
|
|
95748
|
-
"displayName": "
|
|
95587
|
+
"displayName": "LightBox",
|
|
95588
|
+
"methods": [],
|
|
95589
|
+
"props": {
|
|
95590
|
+
"controller": {
|
|
95591
|
+
"defaultValue": null,
|
|
95592
|
+
"description": "An overlay controller to control the light box state.",
|
|
95593
|
+
"name": "controller",
|
|
95594
|
+
"parent": {
|
|
95595
|
+
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
95596
|
+
"name": "LightBoxProps"
|
|
95597
|
+
},
|
|
95598
|
+
"declarations": [
|
|
95599
|
+
{
|
|
95600
|
+
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
95601
|
+
"name": "LightBoxProps"
|
|
95602
|
+
}
|
|
95603
|
+
],
|
|
95604
|
+
"required": false,
|
|
95605
|
+
"type": {
|
|
95606
|
+
"name": "OverlayController"
|
|
95607
|
+
}
|
|
95608
|
+
},
|
|
95609
|
+
"fitScreen": {
|
|
95610
|
+
"defaultValue": {
|
|
95611
|
+
"value": "true"
|
|
95612
|
+
},
|
|
95613
|
+
"description": "Whether content can be displayed larger than the available space in the\nscreen.",
|
|
95614
|
+
"name": "fitScreen",
|
|
95615
|
+
"parent": {
|
|
95616
|
+
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
95617
|
+
"name": "LightBoxProps"
|
|
95618
|
+
},
|
|
95619
|
+
"declarations": [
|
|
95620
|
+
{
|
|
95621
|
+
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
95622
|
+
"name": "LightBoxProps"
|
|
95623
|
+
}
|
|
95624
|
+
],
|
|
95625
|
+
"required": false,
|
|
95626
|
+
"type": {
|
|
95627
|
+
"name": "boolean"
|
|
95628
|
+
}
|
|
95629
|
+
},
|
|
95630
|
+
"children": {
|
|
95631
|
+
"defaultValue": null,
|
|
95632
|
+
"description": "",
|
|
95633
|
+
"name": "children",
|
|
95634
|
+
"declarations": [
|
|
95635
|
+
{
|
|
95636
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
95637
|
+
"name": "TypeLiteral"
|
|
95638
|
+
}
|
|
95639
|
+
],
|
|
95640
|
+
"required": false,
|
|
95641
|
+
"type": {
|
|
95642
|
+
"name": "ReactNode"
|
|
95643
|
+
}
|
|
95644
|
+
},
|
|
95645
|
+
"wrapWith": {
|
|
95646
|
+
"defaultValue": null,
|
|
95647
|
+
"description": "",
|
|
95648
|
+
"name": "wrapWith",
|
|
95649
|
+
"parent": {
|
|
95650
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
95651
|
+
"name": "FlowComponentProps"
|
|
95652
|
+
},
|
|
95653
|
+
"declarations": [
|
|
95654
|
+
{
|
|
95655
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
95656
|
+
"name": "FlowComponentProps"
|
|
95657
|
+
}
|
|
95658
|
+
],
|
|
95659
|
+
"required": false,
|
|
95660
|
+
"type": {
|
|
95661
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
95662
|
+
}
|
|
95663
|
+
},
|
|
95664
|
+
"tunnelId": {
|
|
95665
|
+
"defaultValue": null,
|
|
95666
|
+
"description": "@internal",
|
|
95667
|
+
"name": "tunnelId",
|
|
95668
|
+
"parent": {
|
|
95669
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
95670
|
+
"name": "PropsWithTunnel"
|
|
95671
|
+
},
|
|
95672
|
+
"declarations": [
|
|
95673
|
+
{
|
|
95674
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
95675
|
+
"name": "PropsWithTunnel"
|
|
95676
|
+
}
|
|
95677
|
+
],
|
|
95678
|
+
"required": false,
|
|
95679
|
+
"type": {
|
|
95680
|
+
"name": "string | null"
|
|
95681
|
+
}
|
|
95682
|
+
},
|
|
95683
|
+
"ref": {
|
|
95684
|
+
"defaultValue": null,
|
|
95685
|
+
"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}",
|
|
95686
|
+
"name": "ref",
|
|
95687
|
+
"parent": {
|
|
95688
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
95689
|
+
"name": "RefAttributes"
|
|
95690
|
+
},
|
|
95691
|
+
"declarations": [
|
|
95692
|
+
{
|
|
95693
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
95694
|
+
"name": "RefAttributes"
|
|
95695
|
+
}
|
|
95696
|
+
],
|
|
95697
|
+
"required": false,
|
|
95698
|
+
"type": {
|
|
95699
|
+
"name": "Ref<HTMLInputElement>"
|
|
95700
|
+
}
|
|
95701
|
+
},
|
|
95702
|
+
"key": {
|
|
95703
|
+
"defaultValue": null,
|
|
95704
|
+
"description": "",
|
|
95705
|
+
"name": "key",
|
|
95706
|
+
"parent": {
|
|
95707
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
95708
|
+
"name": "Attributes"
|
|
95709
|
+
},
|
|
95710
|
+
"declarations": [
|
|
95711
|
+
{
|
|
95712
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
95713
|
+
"name": "Attributes"
|
|
95714
|
+
}
|
|
95715
|
+
],
|
|
95716
|
+
"required": false,
|
|
95717
|
+
"type": {
|
|
95718
|
+
"name": "Key | null"
|
|
95719
|
+
}
|
|
95720
|
+
},
|
|
95721
|
+
"className": {
|
|
95722
|
+
"defaultValue": null,
|
|
95723
|
+
"description": "The elements class name.",
|
|
95724
|
+
"name": "className",
|
|
95725
|
+
"parent": {
|
|
95726
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
95727
|
+
"name": "PropsWithClassName"
|
|
95728
|
+
},
|
|
95729
|
+
"declarations": [
|
|
95730
|
+
{
|
|
95731
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
95732
|
+
"name": "PropsWithClassName"
|
|
95733
|
+
}
|
|
95734
|
+
],
|
|
95735
|
+
"required": false,
|
|
95736
|
+
"type": {
|
|
95737
|
+
"name": "string"
|
|
95738
|
+
}
|
|
95739
|
+
}
|
|
95740
|
+
}
|
|
95741
|
+
},
|
|
95742
|
+
{
|
|
95743
|
+
"tags": {
|
|
95744
|
+
"flr-generate": "all"
|
|
95745
|
+
},
|
|
95746
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Legend/Legend.tsx",
|
|
95747
|
+
"description": "",
|
|
95748
|
+
"displayName": "Legend",
|
|
95749
95749
|
"methods": [],
|
|
95750
95750
|
"props": {
|
|
95751
95751
|
"children": {
|
|
@@ -289175,144 +289175,6 @@
|
|
|
289175
289175
|
}
|
|
289176
289176
|
}
|
|
289177
289177
|
},
|
|
289178
|
-
{
|
|
289179
|
-
"tags": {},
|
|
289180
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Popover/components/PopoverTrigger/PopoverTrigger.tsx",
|
|
289181
|
-
"description": "",
|
|
289182
|
-
"displayName": "PopoverTrigger",
|
|
289183
|
-
"methods": [],
|
|
289184
|
-
"props": {
|
|
289185
|
-
"isDefaultOpen": {
|
|
289186
|
-
"defaultValue": null,
|
|
289187
|
-
"description": "Whether the overlay should be open initially.",
|
|
289188
|
-
"name": "isDefaultOpen",
|
|
289189
|
-
"parent": {
|
|
289190
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
289191
|
-
"name": "OverlayTriggerProps"
|
|
289192
|
-
},
|
|
289193
|
-
"declarations": [
|
|
289194
|
-
{
|
|
289195
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
289196
|
-
"name": "OverlayTriggerProps"
|
|
289197
|
-
}
|
|
289198
|
-
],
|
|
289199
|
-
"required": false,
|
|
289200
|
-
"type": {
|
|
289201
|
-
"name": "boolean"
|
|
289202
|
-
}
|
|
289203
|
-
},
|
|
289204
|
-
"controller": {
|
|
289205
|
-
"defaultValue": null,
|
|
289206
|
-
"description": "A controller to control the state of the overlay.",
|
|
289207
|
-
"name": "controller",
|
|
289208
|
-
"parent": {
|
|
289209
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
289210
|
-
"name": "OverlayTriggerProps"
|
|
289211
|
-
},
|
|
289212
|
-
"declarations": [
|
|
289213
|
-
{
|
|
289214
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
289215
|
-
"name": "OverlayTriggerProps"
|
|
289216
|
-
}
|
|
289217
|
-
],
|
|
289218
|
-
"required": false,
|
|
289219
|
-
"type": {
|
|
289220
|
-
"name": "OverlayController"
|
|
289221
|
-
}
|
|
289222
|
-
},
|
|
289223
|
-
"wrapWith": {
|
|
289224
|
-
"defaultValue": null,
|
|
289225
|
-
"description": "",
|
|
289226
|
-
"name": "wrapWith",
|
|
289227
|
-
"parent": {
|
|
289228
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
289229
|
-
"name": "FlowComponentProps"
|
|
289230
|
-
},
|
|
289231
|
-
"declarations": [
|
|
289232
|
-
{
|
|
289233
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
289234
|
-
"name": "FlowComponentProps"
|
|
289235
|
-
}
|
|
289236
|
-
],
|
|
289237
|
-
"required": false,
|
|
289238
|
-
"type": {
|
|
289239
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
289240
|
-
}
|
|
289241
|
-
},
|
|
289242
|
-
"tunnelId": {
|
|
289243
|
-
"defaultValue": null,
|
|
289244
|
-
"description": "@internal",
|
|
289245
|
-
"name": "tunnelId",
|
|
289246
|
-
"parent": {
|
|
289247
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
289248
|
-
"name": "PropsWithTunnel"
|
|
289249
|
-
},
|
|
289250
|
-
"declarations": [
|
|
289251
|
-
{
|
|
289252
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
289253
|
-
"name": "PropsWithTunnel"
|
|
289254
|
-
}
|
|
289255
|
-
],
|
|
289256
|
-
"required": false,
|
|
289257
|
-
"type": {
|
|
289258
|
-
"name": "string | null"
|
|
289259
|
-
}
|
|
289260
|
-
},
|
|
289261
|
-
"ref": {
|
|
289262
|
-
"defaultValue": null,
|
|
289263
|
-
"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}",
|
|
289264
|
-
"name": "ref",
|
|
289265
|
-
"parent": {
|
|
289266
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
289267
|
-
"name": "RefAttributes"
|
|
289268
|
-
},
|
|
289269
|
-
"declarations": [
|
|
289270
|
-
{
|
|
289271
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
289272
|
-
"name": "RefAttributes"
|
|
289273
|
-
}
|
|
289274
|
-
],
|
|
289275
|
-
"required": false,
|
|
289276
|
-
"type": {
|
|
289277
|
-
"name": "Ref<HTMLInputElement>"
|
|
289278
|
-
}
|
|
289279
|
-
},
|
|
289280
|
-
"key": {
|
|
289281
|
-
"defaultValue": null,
|
|
289282
|
-
"description": "",
|
|
289283
|
-
"name": "key",
|
|
289284
|
-
"parent": {
|
|
289285
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
289286
|
-
"name": "Attributes"
|
|
289287
|
-
},
|
|
289288
|
-
"declarations": [
|
|
289289
|
-
{
|
|
289290
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
289291
|
-
"name": "Attributes"
|
|
289292
|
-
}
|
|
289293
|
-
],
|
|
289294
|
-
"required": false,
|
|
289295
|
-
"type": {
|
|
289296
|
-
"name": "Key | null"
|
|
289297
|
-
}
|
|
289298
|
-
},
|
|
289299
|
-
"children": {
|
|
289300
|
-
"defaultValue": null,
|
|
289301
|
-
"description": "",
|
|
289302
|
-
"name": "children",
|
|
289303
|
-
"declarations": [
|
|
289304
|
-
{
|
|
289305
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
289306
|
-
"name": "TypeLiteral"
|
|
289307
|
-
}
|
|
289308
|
-
],
|
|
289309
|
-
"required": false,
|
|
289310
|
-
"type": {
|
|
289311
|
-
"name": "ReactNode"
|
|
289312
|
-
}
|
|
289313
|
-
}
|
|
289314
|
-
}
|
|
289315
|
-
},
|
|
289316
289178
|
{
|
|
289317
289179
|
"tags": {
|
|
289318
289180
|
"flr-generate": "all"
|
|
@@ -291201,6 +291063,144 @@
|
|
|
291201
291063
|
}
|
|
291202
291064
|
}
|
|
291203
291065
|
},
|
|
291066
|
+
{
|
|
291067
|
+
"tags": {},
|
|
291068
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Popover/components/PopoverTrigger/PopoverTrigger.tsx",
|
|
291069
|
+
"description": "",
|
|
291070
|
+
"displayName": "PopoverTrigger",
|
|
291071
|
+
"methods": [],
|
|
291072
|
+
"props": {
|
|
291073
|
+
"isDefaultOpen": {
|
|
291074
|
+
"defaultValue": null,
|
|
291075
|
+
"description": "Whether the overlay should be open initially.",
|
|
291076
|
+
"name": "isDefaultOpen",
|
|
291077
|
+
"parent": {
|
|
291078
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
291079
|
+
"name": "OverlayTriggerProps"
|
|
291080
|
+
},
|
|
291081
|
+
"declarations": [
|
|
291082
|
+
{
|
|
291083
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
291084
|
+
"name": "OverlayTriggerProps"
|
|
291085
|
+
}
|
|
291086
|
+
],
|
|
291087
|
+
"required": false,
|
|
291088
|
+
"type": {
|
|
291089
|
+
"name": "boolean"
|
|
291090
|
+
}
|
|
291091
|
+
},
|
|
291092
|
+
"controller": {
|
|
291093
|
+
"defaultValue": null,
|
|
291094
|
+
"description": "A controller to control the state of the overlay.",
|
|
291095
|
+
"name": "controller",
|
|
291096
|
+
"parent": {
|
|
291097
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
291098
|
+
"name": "OverlayTriggerProps"
|
|
291099
|
+
},
|
|
291100
|
+
"declarations": [
|
|
291101
|
+
{
|
|
291102
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
291103
|
+
"name": "OverlayTriggerProps"
|
|
291104
|
+
}
|
|
291105
|
+
],
|
|
291106
|
+
"required": false,
|
|
291107
|
+
"type": {
|
|
291108
|
+
"name": "OverlayController"
|
|
291109
|
+
}
|
|
291110
|
+
},
|
|
291111
|
+
"wrapWith": {
|
|
291112
|
+
"defaultValue": null,
|
|
291113
|
+
"description": "",
|
|
291114
|
+
"name": "wrapWith",
|
|
291115
|
+
"parent": {
|
|
291116
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
291117
|
+
"name": "FlowComponentProps"
|
|
291118
|
+
},
|
|
291119
|
+
"declarations": [
|
|
291120
|
+
{
|
|
291121
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
291122
|
+
"name": "FlowComponentProps"
|
|
291123
|
+
}
|
|
291124
|
+
],
|
|
291125
|
+
"required": false,
|
|
291126
|
+
"type": {
|
|
291127
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
291128
|
+
}
|
|
291129
|
+
},
|
|
291130
|
+
"tunnelId": {
|
|
291131
|
+
"defaultValue": null,
|
|
291132
|
+
"description": "@internal",
|
|
291133
|
+
"name": "tunnelId",
|
|
291134
|
+
"parent": {
|
|
291135
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
291136
|
+
"name": "PropsWithTunnel"
|
|
291137
|
+
},
|
|
291138
|
+
"declarations": [
|
|
291139
|
+
{
|
|
291140
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
291141
|
+
"name": "PropsWithTunnel"
|
|
291142
|
+
}
|
|
291143
|
+
],
|
|
291144
|
+
"required": false,
|
|
291145
|
+
"type": {
|
|
291146
|
+
"name": "string | null"
|
|
291147
|
+
}
|
|
291148
|
+
},
|
|
291149
|
+
"ref": {
|
|
291150
|
+
"defaultValue": null,
|
|
291151
|
+
"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}",
|
|
291152
|
+
"name": "ref",
|
|
291153
|
+
"parent": {
|
|
291154
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
291155
|
+
"name": "RefAttributes"
|
|
291156
|
+
},
|
|
291157
|
+
"declarations": [
|
|
291158
|
+
{
|
|
291159
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
291160
|
+
"name": "RefAttributes"
|
|
291161
|
+
}
|
|
291162
|
+
],
|
|
291163
|
+
"required": false,
|
|
291164
|
+
"type": {
|
|
291165
|
+
"name": "Ref<HTMLInputElement>"
|
|
291166
|
+
}
|
|
291167
|
+
},
|
|
291168
|
+
"key": {
|
|
291169
|
+
"defaultValue": null,
|
|
291170
|
+
"description": "",
|
|
291171
|
+
"name": "key",
|
|
291172
|
+
"parent": {
|
|
291173
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
291174
|
+
"name": "Attributes"
|
|
291175
|
+
},
|
|
291176
|
+
"declarations": [
|
|
291177
|
+
{
|
|
291178
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
291179
|
+
"name": "Attributes"
|
|
291180
|
+
}
|
|
291181
|
+
],
|
|
291182
|
+
"required": false,
|
|
291183
|
+
"type": {
|
|
291184
|
+
"name": "Key | null"
|
|
291185
|
+
}
|
|
291186
|
+
},
|
|
291187
|
+
"children": {
|
|
291188
|
+
"defaultValue": null,
|
|
291189
|
+
"description": "",
|
|
291190
|
+
"name": "children",
|
|
291191
|
+
"declarations": [
|
|
291192
|
+
{
|
|
291193
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
291194
|
+
"name": "TypeLiteral"
|
|
291195
|
+
}
|
|
291196
|
+
],
|
|
291197
|
+
"required": false,
|
|
291198
|
+
"type": {
|
|
291199
|
+
"name": "ReactNode"
|
|
291200
|
+
}
|
|
291201
|
+
}
|
|
291202
|
+
}
|
|
291203
|
+
},
|
|
291204
291204
|
{
|
|
291205
291205
|
"tags": {},
|
|
291206
291206
|
"filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
|
|
@@ -298164,144 +298164,6 @@
|
|
|
298164
298164
|
"methods": [],
|
|
298165
298165
|
"props": {}
|
|
298166
298166
|
},
|
|
298167
|
-
{
|
|
298168
|
-
"tags": {},
|
|
298169
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/components/LightBoxTrigger/LightBoxTrigger.tsx",
|
|
298170
|
-
"description": "",
|
|
298171
|
-
"displayName": "LightBoxTrigger",
|
|
298172
|
-
"methods": [],
|
|
298173
|
-
"props": {
|
|
298174
|
-
"isDefaultOpen": {
|
|
298175
|
-
"defaultValue": null,
|
|
298176
|
-
"description": "Whether the overlay should be open initially.",
|
|
298177
|
-
"name": "isDefaultOpen",
|
|
298178
|
-
"parent": {
|
|
298179
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
298180
|
-
"name": "OverlayTriggerProps"
|
|
298181
|
-
},
|
|
298182
|
-
"declarations": [
|
|
298183
|
-
{
|
|
298184
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
298185
|
-
"name": "OverlayTriggerProps"
|
|
298186
|
-
}
|
|
298187
|
-
],
|
|
298188
|
-
"required": false,
|
|
298189
|
-
"type": {
|
|
298190
|
-
"name": "boolean"
|
|
298191
|
-
}
|
|
298192
|
-
},
|
|
298193
|
-
"controller": {
|
|
298194
|
-
"defaultValue": null,
|
|
298195
|
-
"description": "A controller to control the state of the overlay.",
|
|
298196
|
-
"name": "controller",
|
|
298197
|
-
"parent": {
|
|
298198
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
298199
|
-
"name": "OverlayTriggerProps"
|
|
298200
|
-
},
|
|
298201
|
-
"declarations": [
|
|
298202
|
-
{
|
|
298203
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
298204
|
-
"name": "OverlayTriggerProps"
|
|
298205
|
-
}
|
|
298206
|
-
],
|
|
298207
|
-
"required": false,
|
|
298208
|
-
"type": {
|
|
298209
|
-
"name": "OverlayController"
|
|
298210
|
-
}
|
|
298211
|
-
},
|
|
298212
|
-
"wrapWith": {
|
|
298213
|
-
"defaultValue": null,
|
|
298214
|
-
"description": "",
|
|
298215
|
-
"name": "wrapWith",
|
|
298216
|
-
"parent": {
|
|
298217
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
298218
|
-
"name": "FlowComponentProps"
|
|
298219
|
-
},
|
|
298220
|
-
"declarations": [
|
|
298221
|
-
{
|
|
298222
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
298223
|
-
"name": "FlowComponentProps"
|
|
298224
|
-
}
|
|
298225
|
-
],
|
|
298226
|
-
"required": false,
|
|
298227
|
-
"type": {
|
|
298228
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
298229
|
-
}
|
|
298230
|
-
},
|
|
298231
|
-
"tunnelId": {
|
|
298232
|
-
"defaultValue": null,
|
|
298233
|
-
"description": "@internal",
|
|
298234
|
-
"name": "tunnelId",
|
|
298235
|
-
"parent": {
|
|
298236
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
298237
|
-
"name": "PropsWithTunnel"
|
|
298238
|
-
},
|
|
298239
|
-
"declarations": [
|
|
298240
|
-
{
|
|
298241
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
298242
|
-
"name": "PropsWithTunnel"
|
|
298243
|
-
}
|
|
298244
|
-
],
|
|
298245
|
-
"required": false,
|
|
298246
|
-
"type": {
|
|
298247
|
-
"name": "string | null"
|
|
298248
|
-
}
|
|
298249
|
-
},
|
|
298250
|
-
"ref": {
|
|
298251
|
-
"defaultValue": null,
|
|
298252
|
-
"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}",
|
|
298253
|
-
"name": "ref",
|
|
298254
|
-
"parent": {
|
|
298255
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
298256
|
-
"name": "RefAttributes"
|
|
298257
|
-
},
|
|
298258
|
-
"declarations": [
|
|
298259
|
-
{
|
|
298260
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
298261
|
-
"name": "RefAttributes"
|
|
298262
|
-
}
|
|
298263
|
-
],
|
|
298264
|
-
"required": false,
|
|
298265
|
-
"type": {
|
|
298266
|
-
"name": "Ref<HTMLInputElement>"
|
|
298267
|
-
}
|
|
298268
|
-
},
|
|
298269
|
-
"key": {
|
|
298270
|
-
"defaultValue": null,
|
|
298271
|
-
"description": "",
|
|
298272
|
-
"name": "key",
|
|
298273
|
-
"parent": {
|
|
298274
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
298275
|
-
"name": "Attributes"
|
|
298276
|
-
},
|
|
298277
|
-
"declarations": [
|
|
298278
|
-
{
|
|
298279
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
298280
|
-
"name": "Attributes"
|
|
298281
|
-
}
|
|
298282
|
-
],
|
|
298283
|
-
"required": false,
|
|
298284
|
-
"type": {
|
|
298285
|
-
"name": "Key | null"
|
|
298286
|
-
}
|
|
298287
|
-
},
|
|
298288
|
-
"children": {
|
|
298289
|
-
"defaultValue": null,
|
|
298290
|
-
"description": "",
|
|
298291
|
-
"name": "children",
|
|
298292
|
-
"declarations": [
|
|
298293
|
-
{
|
|
298294
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
298295
|
-
"name": "TypeLiteral"
|
|
298296
|
-
}
|
|
298297
|
-
],
|
|
298298
|
-
"required": false,
|
|
298299
|
-
"type": {
|
|
298300
|
-
"name": "ReactNode"
|
|
298301
|
-
}
|
|
298302
|
-
}
|
|
298303
|
-
}
|
|
298304
|
-
},
|
|
298305
298167
|
{
|
|
298306
298168
|
"tags": {},
|
|
298307
298169
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Link/components/LinkIcon/LinkIcon.tsx",
|
|
@@ -300399,6 +300261,144 @@
|
|
|
300399
300261
|
}
|
|
300400
300262
|
}
|
|
300401
300263
|
},
|
|
300264
|
+
{
|
|
300265
|
+
"tags": {},
|
|
300266
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/components/LightBoxTrigger/LightBoxTrigger.tsx",
|
|
300267
|
+
"description": "",
|
|
300268
|
+
"displayName": "LightBoxTrigger",
|
|
300269
|
+
"methods": [],
|
|
300270
|
+
"props": {
|
|
300271
|
+
"isDefaultOpen": {
|
|
300272
|
+
"defaultValue": null,
|
|
300273
|
+
"description": "Whether the overlay should be open initially.",
|
|
300274
|
+
"name": "isDefaultOpen",
|
|
300275
|
+
"parent": {
|
|
300276
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
300277
|
+
"name": "OverlayTriggerProps"
|
|
300278
|
+
},
|
|
300279
|
+
"declarations": [
|
|
300280
|
+
{
|
|
300281
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
300282
|
+
"name": "OverlayTriggerProps"
|
|
300283
|
+
}
|
|
300284
|
+
],
|
|
300285
|
+
"required": false,
|
|
300286
|
+
"type": {
|
|
300287
|
+
"name": "boolean"
|
|
300288
|
+
}
|
|
300289
|
+
},
|
|
300290
|
+
"controller": {
|
|
300291
|
+
"defaultValue": null,
|
|
300292
|
+
"description": "A controller to control the state of the overlay.",
|
|
300293
|
+
"name": "controller",
|
|
300294
|
+
"parent": {
|
|
300295
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
300296
|
+
"name": "OverlayTriggerProps"
|
|
300297
|
+
},
|
|
300298
|
+
"declarations": [
|
|
300299
|
+
{
|
|
300300
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
300301
|
+
"name": "OverlayTriggerProps"
|
|
300302
|
+
}
|
|
300303
|
+
],
|
|
300304
|
+
"required": false,
|
|
300305
|
+
"type": {
|
|
300306
|
+
"name": "OverlayController"
|
|
300307
|
+
}
|
|
300308
|
+
},
|
|
300309
|
+
"wrapWith": {
|
|
300310
|
+
"defaultValue": null,
|
|
300311
|
+
"description": "",
|
|
300312
|
+
"name": "wrapWith",
|
|
300313
|
+
"parent": {
|
|
300314
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
300315
|
+
"name": "FlowComponentProps"
|
|
300316
|
+
},
|
|
300317
|
+
"declarations": [
|
|
300318
|
+
{
|
|
300319
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
300320
|
+
"name": "FlowComponentProps"
|
|
300321
|
+
}
|
|
300322
|
+
],
|
|
300323
|
+
"required": false,
|
|
300324
|
+
"type": {
|
|
300325
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
300326
|
+
}
|
|
300327
|
+
},
|
|
300328
|
+
"tunnelId": {
|
|
300329
|
+
"defaultValue": null,
|
|
300330
|
+
"description": "@internal",
|
|
300331
|
+
"name": "tunnelId",
|
|
300332
|
+
"parent": {
|
|
300333
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
300334
|
+
"name": "PropsWithTunnel"
|
|
300335
|
+
},
|
|
300336
|
+
"declarations": [
|
|
300337
|
+
{
|
|
300338
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
300339
|
+
"name": "PropsWithTunnel"
|
|
300340
|
+
}
|
|
300341
|
+
],
|
|
300342
|
+
"required": false,
|
|
300343
|
+
"type": {
|
|
300344
|
+
"name": "string | null"
|
|
300345
|
+
}
|
|
300346
|
+
},
|
|
300347
|
+
"ref": {
|
|
300348
|
+
"defaultValue": null,
|
|
300349
|
+
"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}",
|
|
300350
|
+
"name": "ref",
|
|
300351
|
+
"parent": {
|
|
300352
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
300353
|
+
"name": "RefAttributes"
|
|
300354
|
+
},
|
|
300355
|
+
"declarations": [
|
|
300356
|
+
{
|
|
300357
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
300358
|
+
"name": "RefAttributes"
|
|
300359
|
+
}
|
|
300360
|
+
],
|
|
300361
|
+
"required": false,
|
|
300362
|
+
"type": {
|
|
300363
|
+
"name": "Ref<HTMLInputElement>"
|
|
300364
|
+
}
|
|
300365
|
+
},
|
|
300366
|
+
"key": {
|
|
300367
|
+
"defaultValue": null,
|
|
300368
|
+
"description": "",
|
|
300369
|
+
"name": "key",
|
|
300370
|
+
"parent": {
|
|
300371
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
300372
|
+
"name": "Attributes"
|
|
300373
|
+
},
|
|
300374
|
+
"declarations": [
|
|
300375
|
+
{
|
|
300376
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
300377
|
+
"name": "Attributes"
|
|
300378
|
+
}
|
|
300379
|
+
],
|
|
300380
|
+
"required": false,
|
|
300381
|
+
"type": {
|
|
300382
|
+
"name": "Key | null"
|
|
300383
|
+
}
|
|
300384
|
+
},
|
|
300385
|
+
"children": {
|
|
300386
|
+
"defaultValue": null,
|
|
300387
|
+
"description": "",
|
|
300388
|
+
"name": "children",
|
|
300389
|
+
"declarations": [
|
|
300390
|
+
{
|
|
300391
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
300392
|
+
"name": "TypeLiteral"
|
|
300393
|
+
}
|
|
300394
|
+
],
|
|
300395
|
+
"required": false,
|
|
300396
|
+
"type": {
|
|
300397
|
+
"name": "ReactNode"
|
|
300398
|
+
}
|
|
300399
|
+
}
|
|
300400
|
+
}
|
|
300401
|
+
},
|
|
300402
300402
|
{
|
|
300403
300403
|
"tags": {},
|
|
300404
300404
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Legend/components/LegendItem/LegendItem.tsx",
|
|
@@ -323983,6 +323983,194 @@
|
|
|
323983
323983
|
}
|
|
323984
323984
|
}
|
|
323985
323985
|
},
|
|
323986
|
+
{
|
|
323987
|
+
"tags": {
|
|
323988
|
+
"flr-generate": "all"
|
|
323989
|
+
},
|
|
323990
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
323991
|
+
"description": "",
|
|
323992
|
+
"displayName": "ListItemViewContent",
|
|
323993
|
+
"methods": [],
|
|
323994
|
+
"props": {
|
|
323995
|
+
"children": {
|
|
323996
|
+
"defaultValue": null,
|
|
323997
|
+
"description": "",
|
|
323998
|
+
"name": "children",
|
|
323999
|
+
"declarations": [
|
|
324000
|
+
{
|
|
324001
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
324002
|
+
"name": "TypeLiteral"
|
|
324003
|
+
}
|
|
324004
|
+
],
|
|
324005
|
+
"required": false,
|
|
324006
|
+
"type": {
|
|
324007
|
+
"name": "ReactNode"
|
|
324008
|
+
}
|
|
324009
|
+
},
|
|
324010
|
+
"s": {
|
|
324011
|
+
"defaultValue": null,
|
|
324012
|
+
"description": "Column layout for container size s.",
|
|
324013
|
+
"name": "s",
|
|
324014
|
+
"parent": {
|
|
324015
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
324016
|
+
"name": "ColumnLayoutProps"
|
|
324017
|
+
},
|
|
324018
|
+
"declarations": [
|
|
324019
|
+
{
|
|
324020
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
324021
|
+
"name": "ColumnLayoutProps"
|
|
324022
|
+
}
|
|
324023
|
+
],
|
|
324024
|
+
"required": false,
|
|
324025
|
+
"type": {
|
|
324026
|
+
"name": "(number | null)[]"
|
|
324027
|
+
}
|
|
324028
|
+
},
|
|
324029
|
+
"m": {
|
|
324030
|
+
"defaultValue": null,
|
|
324031
|
+
"description": "Column layout for container size m.",
|
|
324032
|
+
"name": "m",
|
|
324033
|
+
"parent": {
|
|
324034
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
324035
|
+
"name": "ColumnLayoutProps"
|
|
324036
|
+
},
|
|
324037
|
+
"declarations": [
|
|
324038
|
+
{
|
|
324039
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
324040
|
+
"name": "ColumnLayoutProps"
|
|
324041
|
+
}
|
|
324042
|
+
],
|
|
324043
|
+
"required": false,
|
|
324044
|
+
"type": {
|
|
324045
|
+
"name": "(number | null)[]"
|
|
324046
|
+
}
|
|
324047
|
+
},
|
|
324048
|
+
"l": {
|
|
324049
|
+
"defaultValue": null,
|
|
324050
|
+
"description": "Column layout for container size l.",
|
|
324051
|
+
"name": "l",
|
|
324052
|
+
"parent": {
|
|
324053
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
324054
|
+
"name": "ColumnLayoutProps"
|
|
324055
|
+
},
|
|
324056
|
+
"declarations": [
|
|
324057
|
+
{
|
|
324058
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
324059
|
+
"name": "ColumnLayoutProps"
|
|
324060
|
+
}
|
|
324061
|
+
],
|
|
324062
|
+
"required": false,
|
|
324063
|
+
"type": {
|
|
324064
|
+
"name": "(number | null)[]"
|
|
324065
|
+
}
|
|
324066
|
+
},
|
|
324067
|
+
"title": {
|
|
324068
|
+
"defaultValue": null,
|
|
324069
|
+
"description": "",
|
|
324070
|
+
"name": "title",
|
|
324071
|
+
"declarations": [
|
|
324072
|
+
{
|
|
324073
|
+
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
324074
|
+
"name": "TypeLiteral"
|
|
324075
|
+
}
|
|
324076
|
+
],
|
|
324077
|
+
"required": false,
|
|
324078
|
+
"type": {
|
|
324079
|
+
"name": "ReactNode"
|
|
324080
|
+
}
|
|
324081
|
+
},
|
|
324082
|
+
"subTitle": {
|
|
324083
|
+
"defaultValue": null,
|
|
324084
|
+
"description": "",
|
|
324085
|
+
"name": "subTitle",
|
|
324086
|
+
"declarations": [
|
|
324087
|
+
{
|
|
324088
|
+
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
324089
|
+
"name": "TypeLiteral"
|
|
324090
|
+
}
|
|
324091
|
+
],
|
|
324092
|
+
"required": false,
|
|
324093
|
+
"type": {
|
|
324094
|
+
"name": "ReactNode"
|
|
324095
|
+
}
|
|
324096
|
+
},
|
|
324097
|
+
"avatar": {
|
|
324098
|
+
"defaultValue": null,
|
|
324099
|
+
"description": "",
|
|
324100
|
+
"name": "avatar",
|
|
324101
|
+
"declarations": [
|
|
324102
|
+
{
|
|
324103
|
+
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
324104
|
+
"name": "TypeLiteral"
|
|
324105
|
+
}
|
|
324106
|
+
],
|
|
324107
|
+
"required": false,
|
|
324108
|
+
"type": {
|
|
324109
|
+
"name": "ReactNode"
|
|
324110
|
+
}
|
|
324111
|
+
},
|
|
324112
|
+
"button": {
|
|
324113
|
+
"defaultValue": null,
|
|
324114
|
+
"description": "",
|
|
324115
|
+
"name": "button",
|
|
324116
|
+
"declarations": [
|
|
324117
|
+
{
|
|
324118
|
+
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
324119
|
+
"name": "TypeLiteral"
|
|
324120
|
+
}
|
|
324121
|
+
],
|
|
324122
|
+
"required": false,
|
|
324123
|
+
"type": {
|
|
324124
|
+
"name": "ReactNode"
|
|
324125
|
+
}
|
|
324126
|
+
},
|
|
324127
|
+
"bottom": {
|
|
324128
|
+
"defaultValue": null,
|
|
324129
|
+
"description": "",
|
|
324130
|
+
"name": "bottom",
|
|
324131
|
+
"declarations": [
|
|
324132
|
+
{
|
|
324133
|
+
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
324134
|
+
"name": "TypeLiteral"
|
|
324135
|
+
}
|
|
324136
|
+
],
|
|
324137
|
+
"required": false,
|
|
324138
|
+
"type": {
|
|
324139
|
+
"name": "ReactNode"
|
|
324140
|
+
}
|
|
324141
|
+
},
|
|
324142
|
+
"checkbox": {
|
|
324143
|
+
"defaultValue": null,
|
|
324144
|
+
"description": "",
|
|
324145
|
+
"name": "checkbox",
|
|
324146
|
+
"declarations": [
|
|
324147
|
+
{
|
|
324148
|
+
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
324149
|
+
"name": "TypeLiteral"
|
|
324150
|
+
}
|
|
324151
|
+
],
|
|
324152
|
+
"required": false,
|
|
324153
|
+
"type": {
|
|
324154
|
+
"name": "ReactNode"
|
|
324155
|
+
}
|
|
324156
|
+
},
|
|
324157
|
+
"viewMode": {
|
|
324158
|
+
"defaultValue": null,
|
|
324159
|
+
"description": "",
|
|
324160
|
+
"name": "viewMode",
|
|
324161
|
+
"declarations": [
|
|
324162
|
+
{
|
|
324163
|
+
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
324164
|
+
"name": "TypeLiteral"
|
|
324165
|
+
}
|
|
324166
|
+
],
|
|
324167
|
+
"required": false,
|
|
324168
|
+
"type": {
|
|
324169
|
+
"name": "ListViewMode"
|
|
324170
|
+
}
|
|
324171
|
+
}
|
|
324172
|
+
}
|
|
324173
|
+
},
|
|
323986
324174
|
{
|
|
323987
324175
|
"tags": {
|
|
323988
324176
|
"flr-generate": "all"
|
|
@@ -325791,194 +325979,6 @@
|
|
|
325791
325979
|
}
|
|
325792
325980
|
}
|
|
325793
325981
|
},
|
|
325794
|
-
{
|
|
325795
|
-
"tags": {
|
|
325796
|
-
"flr-generate": "all"
|
|
325797
|
-
},
|
|
325798
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
325799
|
-
"description": "",
|
|
325800
|
-
"displayName": "ListItemViewContent",
|
|
325801
|
-
"methods": [],
|
|
325802
|
-
"props": {
|
|
325803
|
-
"children": {
|
|
325804
|
-
"defaultValue": null,
|
|
325805
|
-
"description": "",
|
|
325806
|
-
"name": "children",
|
|
325807
|
-
"declarations": [
|
|
325808
|
-
{
|
|
325809
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.13/node_modules/@types/react/index.d.ts",
|
|
325810
|
-
"name": "TypeLiteral"
|
|
325811
|
-
}
|
|
325812
|
-
],
|
|
325813
|
-
"required": false,
|
|
325814
|
-
"type": {
|
|
325815
|
-
"name": "ReactNode"
|
|
325816
|
-
}
|
|
325817
|
-
},
|
|
325818
|
-
"s": {
|
|
325819
|
-
"defaultValue": null,
|
|
325820
|
-
"description": "Column layout for container size s.",
|
|
325821
|
-
"name": "s",
|
|
325822
|
-
"parent": {
|
|
325823
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
325824
|
-
"name": "ColumnLayoutProps"
|
|
325825
|
-
},
|
|
325826
|
-
"declarations": [
|
|
325827
|
-
{
|
|
325828
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
325829
|
-
"name": "ColumnLayoutProps"
|
|
325830
|
-
}
|
|
325831
|
-
],
|
|
325832
|
-
"required": false,
|
|
325833
|
-
"type": {
|
|
325834
|
-
"name": "(number | null)[]"
|
|
325835
|
-
}
|
|
325836
|
-
},
|
|
325837
|
-
"m": {
|
|
325838
|
-
"defaultValue": null,
|
|
325839
|
-
"description": "Column layout for container size m.",
|
|
325840
|
-
"name": "m",
|
|
325841
|
-
"parent": {
|
|
325842
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
325843
|
-
"name": "ColumnLayoutProps"
|
|
325844
|
-
},
|
|
325845
|
-
"declarations": [
|
|
325846
|
-
{
|
|
325847
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
325848
|
-
"name": "ColumnLayoutProps"
|
|
325849
|
-
}
|
|
325850
|
-
],
|
|
325851
|
-
"required": false,
|
|
325852
|
-
"type": {
|
|
325853
|
-
"name": "(number | null)[]"
|
|
325854
|
-
}
|
|
325855
|
-
},
|
|
325856
|
-
"l": {
|
|
325857
|
-
"defaultValue": null,
|
|
325858
|
-
"description": "Column layout for container size l.",
|
|
325859
|
-
"name": "l",
|
|
325860
|
-
"parent": {
|
|
325861
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
325862
|
-
"name": "ColumnLayoutProps"
|
|
325863
|
-
},
|
|
325864
|
-
"declarations": [
|
|
325865
|
-
{
|
|
325866
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
325867
|
-
"name": "ColumnLayoutProps"
|
|
325868
|
-
}
|
|
325869
|
-
],
|
|
325870
|
-
"required": false,
|
|
325871
|
-
"type": {
|
|
325872
|
-
"name": "(number | null)[]"
|
|
325873
|
-
}
|
|
325874
|
-
},
|
|
325875
|
-
"title": {
|
|
325876
|
-
"defaultValue": null,
|
|
325877
|
-
"description": "",
|
|
325878
|
-
"name": "title",
|
|
325879
|
-
"declarations": [
|
|
325880
|
-
{
|
|
325881
|
-
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
325882
|
-
"name": "TypeLiteral"
|
|
325883
|
-
}
|
|
325884
|
-
],
|
|
325885
|
-
"required": false,
|
|
325886
|
-
"type": {
|
|
325887
|
-
"name": "ReactNode"
|
|
325888
|
-
}
|
|
325889
|
-
},
|
|
325890
|
-
"subTitle": {
|
|
325891
|
-
"defaultValue": null,
|
|
325892
|
-
"description": "",
|
|
325893
|
-
"name": "subTitle",
|
|
325894
|
-
"declarations": [
|
|
325895
|
-
{
|
|
325896
|
-
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
325897
|
-
"name": "TypeLiteral"
|
|
325898
|
-
}
|
|
325899
|
-
],
|
|
325900
|
-
"required": false,
|
|
325901
|
-
"type": {
|
|
325902
|
-
"name": "ReactNode"
|
|
325903
|
-
}
|
|
325904
|
-
},
|
|
325905
|
-
"avatar": {
|
|
325906
|
-
"defaultValue": null,
|
|
325907
|
-
"description": "",
|
|
325908
|
-
"name": "avatar",
|
|
325909
|
-
"declarations": [
|
|
325910
|
-
{
|
|
325911
|
-
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
325912
|
-
"name": "TypeLiteral"
|
|
325913
|
-
}
|
|
325914
|
-
],
|
|
325915
|
-
"required": false,
|
|
325916
|
-
"type": {
|
|
325917
|
-
"name": "ReactNode"
|
|
325918
|
-
}
|
|
325919
|
-
},
|
|
325920
|
-
"button": {
|
|
325921
|
-
"defaultValue": null,
|
|
325922
|
-
"description": "",
|
|
325923
|
-
"name": "button",
|
|
325924
|
-
"declarations": [
|
|
325925
|
-
{
|
|
325926
|
-
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
325927
|
-
"name": "TypeLiteral"
|
|
325928
|
-
}
|
|
325929
|
-
],
|
|
325930
|
-
"required": false,
|
|
325931
|
-
"type": {
|
|
325932
|
-
"name": "ReactNode"
|
|
325933
|
-
}
|
|
325934
|
-
},
|
|
325935
|
-
"bottom": {
|
|
325936
|
-
"defaultValue": null,
|
|
325937
|
-
"description": "",
|
|
325938
|
-
"name": "bottom",
|
|
325939
|
-
"declarations": [
|
|
325940
|
-
{
|
|
325941
|
-
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
325942
|
-
"name": "TypeLiteral"
|
|
325943
|
-
}
|
|
325944
|
-
],
|
|
325945
|
-
"required": false,
|
|
325946
|
-
"type": {
|
|
325947
|
-
"name": "ReactNode"
|
|
325948
|
-
}
|
|
325949
|
-
},
|
|
325950
|
-
"checkbox": {
|
|
325951
|
-
"defaultValue": null,
|
|
325952
|
-
"description": "",
|
|
325953
|
-
"name": "checkbox",
|
|
325954
|
-
"declarations": [
|
|
325955
|
-
{
|
|
325956
|
-
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
325957
|
-
"name": "TypeLiteral"
|
|
325958
|
-
}
|
|
325959
|
-
],
|
|
325960
|
-
"required": false,
|
|
325961
|
-
"type": {
|
|
325962
|
-
"name": "ReactNode"
|
|
325963
|
-
}
|
|
325964
|
-
},
|
|
325965
|
-
"viewMode": {
|
|
325966
|
-
"defaultValue": null,
|
|
325967
|
-
"description": "",
|
|
325968
|
-
"name": "viewMode",
|
|
325969
|
-
"declarations": [
|
|
325970
|
-
{
|
|
325971
|
-
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
325972
|
-
"name": "TypeLiteral"
|
|
325973
|
-
}
|
|
325974
|
-
],
|
|
325975
|
-
"required": false,
|
|
325976
|
-
"type": {
|
|
325977
|
-
"name": "ListViewMode"
|
|
325978
|
-
}
|
|
325979
|
-
}
|
|
325980
|
-
}
|
|
325981
|
-
},
|
|
325982
325982
|
{
|
|
325983
325983
|
"tags": {
|
|
325984
325984
|
"flr-generate": "all"
|
|
@@ -327994,200 +327994,200 @@
|
|
|
327994
327994
|
},
|
|
327995
327995
|
{
|
|
327996
327996
|
"tags": {},
|
|
327997
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
327997
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
|
|
327998
327998
|
"description": "",
|
|
327999
|
-
"displayName": "
|
|
327999
|
+
"displayName": "ViewModeMenuItem",
|
|
328000
328000
|
"methods": [],
|
|
328001
328001
|
"props": {
|
|
328002
|
-
"
|
|
328002
|
+
"viewMode": {
|
|
328003
328003
|
"defaultValue": null,
|
|
328004
328004
|
"description": "",
|
|
328005
|
-
"name": "
|
|
328005
|
+
"name": "viewMode",
|
|
328006
328006
|
"parent": {
|
|
328007
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
328007
|
+
"fileName": "components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
|
|
328008
328008
|
"name": "Props"
|
|
328009
328009
|
},
|
|
328010
328010
|
"declarations": [
|
|
328011
328011
|
{
|
|
328012
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
328012
|
+
"fileName": "components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
|
|
328013
328013
|
"name": "Props"
|
|
328014
328014
|
}
|
|
328015
328015
|
],
|
|
328016
328016
|
"required": true,
|
|
328017
328017
|
"type": {
|
|
328018
|
-
"name": "
|
|
328019
|
-
}
|
|
328020
|
-
},
|
|
328021
|
-
"className": {
|
|
328022
|
-
"defaultValue": null,
|
|
328023
|
-
"description": "The elements class name.",
|
|
328024
|
-
"name": "className",
|
|
328025
|
-
"parent": {
|
|
328026
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
328027
|
-
"name": "PropsWithClassName"
|
|
328028
|
-
},
|
|
328029
|
-
"declarations": [
|
|
328030
|
-
{
|
|
328031
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
328032
|
-
"name": "PropsWithClassName"
|
|
328033
|
-
}
|
|
328034
|
-
],
|
|
328035
|
-
"required": false,
|
|
328036
|
-
"type": {
|
|
328037
|
-
"name": "string"
|
|
328018
|
+
"name": "ListViewMode"
|
|
328038
328019
|
}
|
|
328039
328020
|
}
|
|
328040
328021
|
}
|
|
328041
328022
|
},
|
|
328042
328023
|
{
|
|
328043
328024
|
"tags": {},
|
|
328044
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
328025
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/ViewModeMenu.tsx",
|
|
328045
328026
|
"description": "",
|
|
328046
|
-
"displayName": "
|
|
328027
|
+
"displayName": "ViewModeMenu",
|
|
328047
328028
|
"methods": [],
|
|
328048
328029
|
"props": {}
|
|
328049
328030
|
},
|
|
328050
328031
|
{
|
|
328051
328032
|
"tags": {},
|
|
328052
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
328033
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/SortingMenuItem.tsx",
|
|
328053
328034
|
"description": "",
|
|
328054
|
-
"displayName": "
|
|
328035
|
+
"displayName": "SortingMenuItem",
|
|
328055
328036
|
"methods": [],
|
|
328056
328037
|
"props": {
|
|
328057
|
-
"
|
|
328038
|
+
"sorting": {
|
|
328058
328039
|
"defaultValue": null,
|
|
328059
328040
|
"description": "",
|
|
328060
|
-
"name": "
|
|
328041
|
+
"name": "sorting",
|
|
328061
328042
|
"parent": {
|
|
328062
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
328043
|
+
"fileName": "components/src/components/List/components/Header/components/Settings/SortingMenuItem.tsx",
|
|
328063
328044
|
"name": "Props"
|
|
328064
328045
|
},
|
|
328065
328046
|
"declarations": [
|
|
328066
328047
|
{
|
|
328067
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
328048
|
+
"fileName": "components/src/components/List/components/Header/components/Settings/SortingMenuItem.tsx",
|
|
328068
328049
|
"name": "Props"
|
|
328069
328050
|
}
|
|
328070
328051
|
],
|
|
328071
328052
|
"required": true,
|
|
328072
328053
|
"type": {
|
|
328073
|
-
"name": "
|
|
328054
|
+
"name": "Sorting<never>"
|
|
328074
328055
|
}
|
|
328075
328056
|
}
|
|
328076
328057
|
}
|
|
328077
328058
|
},
|
|
328078
328059
|
{
|
|
328079
328060
|
"tags": {},
|
|
328080
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
328061
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/SortingMenu.tsx",
|
|
328081
328062
|
"description": "",
|
|
328082
|
-
"displayName": "
|
|
328063
|
+
"displayName": "SortingMenu",
|
|
328064
|
+
"methods": [],
|
|
328065
|
+
"props": {}
|
|
328066
|
+
},
|
|
328067
|
+
{
|
|
328068
|
+
"tags": {},
|
|
328069
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/SettingsMenu.tsx",
|
|
328070
|
+
"description": "",
|
|
328071
|
+
"displayName": "SettingsMenu",
|
|
328072
|
+
"methods": [],
|
|
328073
|
+
"props": {}
|
|
328074
|
+
},
|
|
328075
|
+
{
|
|
328076
|
+
"tags": {},
|
|
328077
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
328078
|
+
"description": "",
|
|
328079
|
+
"displayName": "SearchField",
|
|
328083
328080
|
"methods": [],
|
|
328084
328081
|
"props": {
|
|
328085
|
-
"
|
|
328082
|
+
"search": {
|
|
328086
328083
|
"defaultValue": null,
|
|
328087
328084
|
"description": "",
|
|
328088
|
-
"name": "
|
|
328085
|
+
"name": "search",
|
|
328089
328086
|
"parent": {
|
|
328090
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
328087
|
+
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
328091
328088
|
"name": "Props"
|
|
328092
328089
|
},
|
|
328093
328090
|
"declarations": [
|
|
328094
328091
|
{
|
|
328095
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
328092
|
+
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
328096
328093
|
"name": "Props"
|
|
328097
328094
|
}
|
|
328098
328095
|
],
|
|
328099
328096
|
"required": true,
|
|
328100
328097
|
"type": {
|
|
328101
|
-
"name": "
|
|
328098
|
+
"name": "Search<never>"
|
|
328099
|
+
}
|
|
328100
|
+
},
|
|
328101
|
+
"className": {
|
|
328102
|
+
"defaultValue": null,
|
|
328103
|
+
"description": "The elements class name.",
|
|
328104
|
+
"name": "className",
|
|
328105
|
+
"parent": {
|
|
328106
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
328107
|
+
"name": "PropsWithClassName"
|
|
328108
|
+
},
|
|
328109
|
+
"declarations": [
|
|
328110
|
+
{
|
|
328111
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
328112
|
+
"name": "PropsWithClassName"
|
|
328113
|
+
}
|
|
328114
|
+
],
|
|
328115
|
+
"required": false,
|
|
328116
|
+
"type": {
|
|
328117
|
+
"name": "string"
|
|
328102
328118
|
}
|
|
328103
328119
|
}
|
|
328104
328120
|
}
|
|
328105
328121
|
},
|
|
328106
328122
|
{
|
|
328107
328123
|
"tags": {},
|
|
328108
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/
|
|
328124
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenuList.tsx",
|
|
328109
328125
|
"description": "",
|
|
328110
|
-
"displayName": "
|
|
328126
|
+
"displayName": "FilterMenuList",
|
|
328111
328127
|
"methods": [],
|
|
328112
328128
|
"props": {}
|
|
328113
328129
|
},
|
|
328114
328130
|
{
|
|
328115
328131
|
"tags": {},
|
|
328116
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
328132
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenuItem.tsx",
|
|
328117
328133
|
"description": "",
|
|
328118
|
-
"displayName": "
|
|
328134
|
+
"displayName": "FilterMenuItem",
|
|
328119
328135
|
"methods": [],
|
|
328120
328136
|
"props": {
|
|
328121
|
-
"
|
|
328137
|
+
"filterValue": {
|
|
328122
328138
|
"defaultValue": null,
|
|
328123
328139
|
"description": "",
|
|
328124
|
-
"name": "
|
|
328140
|
+
"name": "filterValue",
|
|
328125
328141
|
"parent": {
|
|
328126
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
328142
|
+
"fileName": "components/src/components/List/components/Header/components/Filters/FilterMenuItem.tsx",
|
|
328127
328143
|
"name": "Props"
|
|
328128
328144
|
},
|
|
328129
328145
|
"declarations": [
|
|
328130
328146
|
{
|
|
328131
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
328147
|
+
"fileName": "components/src/components/List/components/Header/components/Filters/FilterMenuItem.tsx",
|
|
328132
328148
|
"name": "Props"
|
|
328133
328149
|
}
|
|
328134
328150
|
],
|
|
328135
328151
|
"required": true,
|
|
328136
328152
|
"type": {
|
|
328137
|
-
"name": "
|
|
328153
|
+
"name": "FilterValue"
|
|
328138
328154
|
}
|
|
328139
328155
|
}
|
|
328140
328156
|
}
|
|
328141
328157
|
},
|
|
328142
328158
|
{
|
|
328143
328159
|
"tags": {},
|
|
328144
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
328145
|
-
"description": "",
|
|
328146
|
-
"displayName": "ViewModeMenu",
|
|
328147
|
-
"methods": [],
|
|
328148
|
-
"props": {}
|
|
328149
|
-
},
|
|
328150
|
-
{
|
|
328151
|
-
"tags": {},
|
|
328152
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/SortingMenuItem.tsx",
|
|
328160
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenu.tsx",
|
|
328153
328161
|
"description": "",
|
|
328154
|
-
"displayName": "
|
|
328162
|
+
"displayName": "FilterMenu",
|
|
328155
328163
|
"methods": [],
|
|
328156
328164
|
"props": {
|
|
328157
|
-
"
|
|
328165
|
+
"filter": {
|
|
328158
328166
|
"defaultValue": null,
|
|
328159
328167
|
"description": "",
|
|
328160
|
-
"name": "
|
|
328168
|
+
"name": "filter",
|
|
328161
328169
|
"parent": {
|
|
328162
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
328170
|
+
"fileName": "components/src/components/List/components/Header/components/Filters/FilterMenu.tsx",
|
|
328163
328171
|
"name": "Props"
|
|
328164
328172
|
},
|
|
328165
328173
|
"declarations": [
|
|
328166
328174
|
{
|
|
328167
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
328175
|
+
"fileName": "components/src/components/List/components/Header/components/Filters/FilterMenu.tsx",
|
|
328168
328176
|
"name": "Props"
|
|
328169
328177
|
}
|
|
328170
328178
|
],
|
|
328171
328179
|
"required": true,
|
|
328172
328180
|
"type": {
|
|
328173
|
-
"name": "
|
|
328181
|
+
"name": "Filter<never, never, never>"
|
|
328174
328182
|
}
|
|
328175
328183
|
}
|
|
328176
328184
|
}
|
|
328177
328185
|
},
|
|
328178
328186
|
{
|
|
328179
328187
|
"tags": {},
|
|
328180
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
328181
|
-
"description": "",
|
|
328182
|
-
"displayName": "SortingMenu",
|
|
328183
|
-
"methods": [],
|
|
328184
|
-
"props": {}
|
|
328185
|
-
},
|
|
328186
|
-
{
|
|
328187
|
-
"tags": {},
|
|
328188
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/SettingsMenu.tsx",
|
|
328188
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/CombinedFilterMenu.tsx",
|
|
328189
328189
|
"description": "",
|
|
328190
|
-
"displayName": "
|
|
328190
|
+
"displayName": "CombinedFilterMenu",
|
|
328191
328191
|
"methods": [],
|
|
328192
328192
|
"props": {}
|
|
328193
328193
|
},
|