@mittwald/flow-react-components 0.2.0-alpha.132 → 0.2.0-alpha.134
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/assets/doc-properties.json +344 -272
- package/dist/css/all.css +1 -1
- package/dist/js/_virtual/_.locale.json@656bcfe2b7d48c4324cbdf14a4866b19.mjs +18 -0
- package/dist/js/_virtual/_.locale.json@656bcfe2b7d48c4324cbdf14a4866b19.mjs.map +1 -0
- package/dist/js/components/src/components/Rating/Rating.mjs +38 -0
- package/dist/js/components/src/components/Rating/Rating.mjs.map +1 -0
- package/dist/js/components/src/components/Rating/Rating.module.scss.mjs +15 -0
- package/dist/js/components/src/components/Rating/Rating.module.scss.mjs.map +1 -0
- package/dist/js/components/src/integrations/react-hook-form/components/Field/Field.mjs +4 -1
- package/dist/js/components/src/integrations/react-hook-form/components/Field/Field.mjs.map +1 -1
- package/dist/js/index.mjs +1 -0
- package/dist/js/index.mjs.map +1 -1
- package/dist/types/components/Rating/Rating.d.ts +12 -0
- package/dist/types/components/Rating/Rating.d.ts.map +1 -0
- package/dist/types/components/Rating/index.d.ts +4 -0
- package/dist/types/components/Rating/index.d.ts.map +1 -0
- package/dist/types/components/Rating/stories/Default.stories.d.ts +8 -0
- package/dist/types/components/Rating/stories/Default.stories.d.ts.map +1 -0
- package/dist/types/components/Rating/view.d.ts +8 -0
- package/dist/types/components/Rating/view.d.ts.map +1 -0
- package/dist/types/components/public.d.ts +1 -0
- package/dist/types/components/public.d.ts.map +1 -1
- package/dist/types/integrations/react-hook-form/components/Field/Field.d.ts.map +1 -1
- package/dist/types/integrations/react-hook-form/components/Field/stories/Checkbox.stories.d.ts +7 -0
- package/dist/types/integrations/react-hook-form/components/Field/stories/Checkbox.stories.d.ts.map +1 -0
- package/dist/types/integrations/react-hook-form/components/Field/stories/CheckboxGroup.stories.d.ts +7 -0
- package/dist/types/integrations/react-hook-form/components/Field/stories/CheckboxGroup.stories.d.ts.map +1 -0
- package/dist/types/integrations/react-hook-form/components/Field/stories/ComboBox.stories.d.ts +7 -0
- package/dist/types/integrations/react-hook-form/components/Field/stories/ComboBox.stories.d.ts.map +1 -0
- package/dist/types/integrations/react-hook-form/components/Field/stories/DatePicker.stories.d.ts +7 -0
- package/dist/types/integrations/react-hook-form/components/Field/stories/DatePicker.stories.d.ts.map +1 -0
- package/dist/types/integrations/react-hook-form/components/Field/stories/DateRangePicker.stories.d.ts +7 -0
- package/dist/types/integrations/react-hook-form/components/Field/stories/DateRangePicker.stories.d.ts.map +1 -0
- package/dist/types/integrations/react-hook-form/components/Field/stories/NumberField.stories.d.ts +7 -0
- package/dist/types/integrations/react-hook-form/components/Field/stories/NumberField.stories.d.ts.map +1 -0
- package/dist/types/integrations/react-hook-form/components/Field/stories/RadioGroup.stories.d.ts +7 -0
- package/dist/types/integrations/react-hook-form/components/Field/stories/RadioGroup.stories.d.ts.map +1 -0
- package/dist/types/integrations/react-hook-form/components/Field/stories/{Default.stories.d.ts → Select.stories.d.ts} +1 -1
- package/dist/types/integrations/react-hook-form/components/Field/stories/Select.stories.d.ts.map +1 -0
- package/dist/types/integrations/react-hook-form/components/Field/stories/Slider.stories.d.ts +7 -0
- package/dist/types/integrations/react-hook-form/components/Field/stories/Slider.stories.d.ts.map +1 -0
- package/dist/types/integrations/react-hook-form/components/Field/stories/TextArea.stories.d.ts +7 -0
- package/dist/types/integrations/react-hook-form/components/Field/stories/TextArea.stories.d.ts.map +1 -0
- package/dist/types/integrations/react-hook-form/components/Field/stories/TextField.stories.d.ts +7 -0
- package/dist/types/integrations/react-hook-form/components/Field/stories/TextField.stories.d.ts.map +1 -0
- package/dist/types/integrations/react-hook-form/components/Field/stories/TimeField.stories.d.ts +7 -0
- package/dist/types/integrations/react-hook-form/components/Field/stories/TimeField.stories.d.ts.map +1 -0
- package/dist/types/views/RatingView.d.ts +5 -0
- package/dist/types/views/RatingView.d.ts.map +1 -0
- package/package.json +4 -4
- package/dist/types/integrations/react-hook-form/components/Field/stories/Default.stories.d.ts.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [0.2.0-alpha.134](https://github.com/mittwald/flow/compare/0.2.0-alpha.133...0.2.0-alpha.134) (2025-04-09)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **ComboBox:** fix default value + add react hook form stories ([#1352](https://github.com/mittwald/flow/issues/1352)) ([63be0ef](https://github.com/mittwald/flow/commit/63be0ef0973cbd50c0820a995d4a0e27344bbb2f))
|
|
11
|
+
|
|
12
|
+
# [0.2.0-alpha.133](https://github.com/mittwald/flow/compare/0.2.0-alpha.132...0.2.0-alpha.133) (2025-04-08)
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* **Rating:** Add Rating component ([#1350](https://github.com/mittwald/flow/issues/1350)) ([986a6d8](https://github.com/mittwald/flow/commit/986a6d80d2e1cf0d1ab4be75eaf7bc8c86e89ee8))
|
|
17
|
+
|
|
6
18
|
# [0.2.0-alpha.132](https://github.com/mittwald/flow/compare/0.2.0-alpha.131...0.2.0-alpha.132) (2025-04-08)
|
|
7
19
|
|
|
8
20
|
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
@@ -30696,6 +30696,78 @@
|
|
|
30696
30696
|
}
|
|
30697
30697
|
}
|
|
30698
30698
|
},
|
|
30699
|
+
{
|
|
30700
|
+
"tags": {
|
|
30701
|
+
"flr-generate": "all"
|
|
30702
|
+
},
|
|
30703
|
+
"filePath": "src/components/Rating/Rating.tsx",
|
|
30704
|
+
"description": "",
|
|
30705
|
+
"displayName": "Rating",
|
|
30706
|
+
"methods": [],
|
|
30707
|
+
"props": {
|
|
30708
|
+
"value": {
|
|
30709
|
+
"defaultValue": {
|
|
30710
|
+
"value": ": 0"
|
|
30711
|
+
},
|
|
30712
|
+
"description": "The value sets the amount of filled stars.",
|
|
30713
|
+
"name": "value",
|
|
30714
|
+
"parent": {
|
|
30715
|
+
"fileName": "src/components/Rating/Rating.tsx",
|
|
30716
|
+
"name": "RatingProps"
|
|
30717
|
+
},
|
|
30718
|
+
"declarations": [
|
|
30719
|
+
{
|
|
30720
|
+
"fileName": "src/components/Rating/Rating.tsx",
|
|
30721
|
+
"name": "RatingProps"
|
|
30722
|
+
}
|
|
30723
|
+
],
|
|
30724
|
+
"required": false,
|
|
30725
|
+
"type": {
|
|
30726
|
+
"name": "0 | 2 | 1 | 3 | 4 | 5"
|
|
30727
|
+
}
|
|
30728
|
+
},
|
|
30729
|
+
"size": {
|
|
30730
|
+
"defaultValue": {
|
|
30731
|
+
"value": ": \"m\""
|
|
30732
|
+
},
|
|
30733
|
+
"description": "The size of the component.",
|
|
30734
|
+
"name": "size",
|
|
30735
|
+
"parent": {
|
|
30736
|
+
"fileName": "src/components/Rating/Rating.tsx",
|
|
30737
|
+
"name": "RatingProps"
|
|
30738
|
+
},
|
|
30739
|
+
"declarations": [
|
|
30740
|
+
{
|
|
30741
|
+
"fileName": "src/components/Rating/Rating.tsx",
|
|
30742
|
+
"name": "RatingProps"
|
|
30743
|
+
}
|
|
30744
|
+
],
|
|
30745
|
+
"required": false,
|
|
30746
|
+
"type": {
|
|
30747
|
+
"name": "\"s\" | \"m\""
|
|
30748
|
+
}
|
|
30749
|
+
},
|
|
30750
|
+
"className": {
|
|
30751
|
+
"defaultValue": null,
|
|
30752
|
+
"description": "The elements class name.",
|
|
30753
|
+
"name": "className",
|
|
30754
|
+
"parent": {
|
|
30755
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
30756
|
+
"name": "PropsWithClassName"
|
|
30757
|
+
},
|
|
30758
|
+
"declarations": [
|
|
30759
|
+
{
|
|
30760
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
30761
|
+
"name": "PropsWithClassName"
|
|
30762
|
+
}
|
|
30763
|
+
],
|
|
30764
|
+
"required": false,
|
|
30765
|
+
"type": {
|
|
30766
|
+
"name": "string"
|
|
30767
|
+
}
|
|
30768
|
+
}
|
|
30769
|
+
}
|
|
30770
|
+
},
|
|
30699
30771
|
{
|
|
30700
30772
|
"tags": {
|
|
30701
30773
|
"flr-generate": "all"
|
|
@@ -66638,6 +66710,168 @@
|
|
|
66638
66710
|
}
|
|
66639
66711
|
}
|
|
66640
66712
|
},
|
|
66713
|
+
{
|
|
66714
|
+
"tags": {
|
|
66715
|
+
"flr-generate": "all",
|
|
66716
|
+
"flr-clear-props-context": ""
|
|
66717
|
+
},
|
|
66718
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/LightBox.tsx",
|
|
66719
|
+
"description": "",
|
|
66720
|
+
"displayName": "LightBox",
|
|
66721
|
+
"methods": [],
|
|
66722
|
+
"props": {
|
|
66723
|
+
"controller": {
|
|
66724
|
+
"defaultValue": null,
|
|
66725
|
+
"description": "An overlay controller to control the light box state.",
|
|
66726
|
+
"name": "controller",
|
|
66727
|
+
"parent": {
|
|
66728
|
+
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
66729
|
+
"name": "LightBoxProps"
|
|
66730
|
+
},
|
|
66731
|
+
"declarations": [
|
|
66732
|
+
{
|
|
66733
|
+
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
66734
|
+
"name": "LightBoxProps"
|
|
66735
|
+
}
|
|
66736
|
+
],
|
|
66737
|
+
"required": false,
|
|
66738
|
+
"type": {
|
|
66739
|
+
"name": "OverlayController"
|
|
66740
|
+
}
|
|
66741
|
+
},
|
|
66742
|
+
"fitScreen": {
|
|
66743
|
+
"defaultValue": {
|
|
66744
|
+
"value": "true"
|
|
66745
|
+
},
|
|
66746
|
+
"description": "Whether content can be displayed larger than the available space in the\nscreen.",
|
|
66747
|
+
"name": "fitScreen",
|
|
66748
|
+
"parent": {
|
|
66749
|
+
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
66750
|
+
"name": "LightBoxProps"
|
|
66751
|
+
},
|
|
66752
|
+
"declarations": [
|
|
66753
|
+
{
|
|
66754
|
+
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
66755
|
+
"name": "LightBoxProps"
|
|
66756
|
+
}
|
|
66757
|
+
],
|
|
66758
|
+
"required": false,
|
|
66759
|
+
"type": {
|
|
66760
|
+
"name": "boolean"
|
|
66761
|
+
}
|
|
66762
|
+
},
|
|
66763
|
+
"children": {
|
|
66764
|
+
"defaultValue": null,
|
|
66765
|
+
"description": "",
|
|
66766
|
+
"name": "children",
|
|
66767
|
+
"declarations": [
|
|
66768
|
+
{
|
|
66769
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
66770
|
+
"name": "TypeLiteral"
|
|
66771
|
+
}
|
|
66772
|
+
],
|
|
66773
|
+
"required": false,
|
|
66774
|
+
"type": {
|
|
66775
|
+
"name": "ReactNode"
|
|
66776
|
+
}
|
|
66777
|
+
},
|
|
66778
|
+
"wrapWith": {
|
|
66779
|
+
"defaultValue": null,
|
|
66780
|
+
"description": "",
|
|
66781
|
+
"name": "wrapWith",
|
|
66782
|
+
"parent": {
|
|
66783
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
66784
|
+
"name": "FlowComponentProps"
|
|
66785
|
+
},
|
|
66786
|
+
"declarations": [
|
|
66787
|
+
{
|
|
66788
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
66789
|
+
"name": "FlowComponentProps"
|
|
66790
|
+
}
|
|
66791
|
+
],
|
|
66792
|
+
"required": false,
|
|
66793
|
+
"type": {
|
|
66794
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
66795
|
+
}
|
|
66796
|
+
},
|
|
66797
|
+
"tunnelId": {
|
|
66798
|
+
"defaultValue": null,
|
|
66799
|
+
"description": "@internal",
|
|
66800
|
+
"name": "tunnelId",
|
|
66801
|
+
"parent": {
|
|
66802
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
66803
|
+
"name": "PropsWithTunnel"
|
|
66804
|
+
},
|
|
66805
|
+
"declarations": [
|
|
66806
|
+
{
|
|
66807
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
66808
|
+
"name": "PropsWithTunnel"
|
|
66809
|
+
}
|
|
66810
|
+
],
|
|
66811
|
+
"required": false,
|
|
66812
|
+
"type": {
|
|
66813
|
+
"name": "string | null"
|
|
66814
|
+
}
|
|
66815
|
+
},
|
|
66816
|
+
"className": {
|
|
66817
|
+
"defaultValue": null,
|
|
66818
|
+
"description": "The elements class name.",
|
|
66819
|
+
"name": "className",
|
|
66820
|
+
"parent": {
|
|
66821
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
66822
|
+
"name": "PropsWithClassName"
|
|
66823
|
+
},
|
|
66824
|
+
"declarations": [
|
|
66825
|
+
{
|
|
66826
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
66827
|
+
"name": "PropsWithClassName"
|
|
66828
|
+
}
|
|
66829
|
+
],
|
|
66830
|
+
"required": false,
|
|
66831
|
+
"type": {
|
|
66832
|
+
"name": "string"
|
|
66833
|
+
}
|
|
66834
|
+
},
|
|
66835
|
+
"ref": {
|
|
66836
|
+
"defaultValue": null,
|
|
66837
|
+
"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}",
|
|
66838
|
+
"name": "ref",
|
|
66839
|
+
"parent": {
|
|
66840
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
66841
|
+
"name": "RefAttributes"
|
|
66842
|
+
},
|
|
66843
|
+
"declarations": [
|
|
66844
|
+
{
|
|
66845
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
66846
|
+
"name": "RefAttributes"
|
|
66847
|
+
}
|
|
66848
|
+
],
|
|
66849
|
+
"required": false,
|
|
66850
|
+
"type": {
|
|
66851
|
+
"name": "Ref<HTMLDivElement>"
|
|
66852
|
+
}
|
|
66853
|
+
},
|
|
66854
|
+
"key": {
|
|
66855
|
+
"defaultValue": null,
|
|
66856
|
+
"description": "",
|
|
66857
|
+
"name": "key",
|
|
66858
|
+
"parent": {
|
|
66859
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
66860
|
+
"name": "Attributes"
|
|
66861
|
+
},
|
|
66862
|
+
"declarations": [
|
|
66863
|
+
{
|
|
66864
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
66865
|
+
"name": "Attributes"
|
|
66866
|
+
}
|
|
66867
|
+
],
|
|
66868
|
+
"required": false,
|
|
66869
|
+
"type": {
|
|
66870
|
+
"name": "Key | null"
|
|
66871
|
+
}
|
|
66872
|
+
}
|
|
66873
|
+
}
|
|
66874
|
+
},
|
|
66641
66875
|
{
|
|
66642
66876
|
"tags": {
|
|
66643
66877
|
"flr-generate": "all",
|
|
@@ -67408,168 +67642,6 @@
|
|
|
67408
67642
|
}
|
|
67409
67643
|
}
|
|
67410
67644
|
},
|
|
67411
|
-
{
|
|
67412
|
-
"tags": {
|
|
67413
|
-
"flr-generate": "all",
|
|
67414
|
-
"flr-clear-props-context": ""
|
|
67415
|
-
},
|
|
67416
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/LightBox.tsx",
|
|
67417
|
-
"description": "",
|
|
67418
|
-
"displayName": "LightBox",
|
|
67419
|
-
"methods": [],
|
|
67420
|
-
"props": {
|
|
67421
|
-
"controller": {
|
|
67422
|
-
"defaultValue": null,
|
|
67423
|
-
"description": "An overlay controller to control the light box state.",
|
|
67424
|
-
"name": "controller",
|
|
67425
|
-
"parent": {
|
|
67426
|
-
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
67427
|
-
"name": "LightBoxProps"
|
|
67428
|
-
},
|
|
67429
|
-
"declarations": [
|
|
67430
|
-
{
|
|
67431
|
-
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
67432
|
-
"name": "LightBoxProps"
|
|
67433
|
-
}
|
|
67434
|
-
],
|
|
67435
|
-
"required": false,
|
|
67436
|
-
"type": {
|
|
67437
|
-
"name": "OverlayController"
|
|
67438
|
-
}
|
|
67439
|
-
},
|
|
67440
|
-
"fitScreen": {
|
|
67441
|
-
"defaultValue": {
|
|
67442
|
-
"value": "true"
|
|
67443
|
-
},
|
|
67444
|
-
"description": "Whether content can be displayed larger than the available space in the\nscreen.",
|
|
67445
|
-
"name": "fitScreen",
|
|
67446
|
-
"parent": {
|
|
67447
|
-
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
67448
|
-
"name": "LightBoxProps"
|
|
67449
|
-
},
|
|
67450
|
-
"declarations": [
|
|
67451
|
-
{
|
|
67452
|
-
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
67453
|
-
"name": "LightBoxProps"
|
|
67454
|
-
}
|
|
67455
|
-
],
|
|
67456
|
-
"required": false,
|
|
67457
|
-
"type": {
|
|
67458
|
-
"name": "boolean"
|
|
67459
|
-
}
|
|
67460
|
-
},
|
|
67461
|
-
"children": {
|
|
67462
|
-
"defaultValue": null,
|
|
67463
|
-
"description": "",
|
|
67464
|
-
"name": "children",
|
|
67465
|
-
"declarations": [
|
|
67466
|
-
{
|
|
67467
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
67468
|
-
"name": "TypeLiteral"
|
|
67469
|
-
}
|
|
67470
|
-
],
|
|
67471
|
-
"required": false,
|
|
67472
|
-
"type": {
|
|
67473
|
-
"name": "ReactNode"
|
|
67474
|
-
}
|
|
67475
|
-
},
|
|
67476
|
-
"wrapWith": {
|
|
67477
|
-
"defaultValue": null,
|
|
67478
|
-
"description": "",
|
|
67479
|
-
"name": "wrapWith",
|
|
67480
|
-
"parent": {
|
|
67481
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
67482
|
-
"name": "FlowComponentProps"
|
|
67483
|
-
},
|
|
67484
|
-
"declarations": [
|
|
67485
|
-
{
|
|
67486
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
67487
|
-
"name": "FlowComponentProps"
|
|
67488
|
-
}
|
|
67489
|
-
],
|
|
67490
|
-
"required": false,
|
|
67491
|
-
"type": {
|
|
67492
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
67493
|
-
}
|
|
67494
|
-
},
|
|
67495
|
-
"tunnelId": {
|
|
67496
|
-
"defaultValue": null,
|
|
67497
|
-
"description": "@internal",
|
|
67498
|
-
"name": "tunnelId",
|
|
67499
|
-
"parent": {
|
|
67500
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
67501
|
-
"name": "PropsWithTunnel"
|
|
67502
|
-
},
|
|
67503
|
-
"declarations": [
|
|
67504
|
-
{
|
|
67505
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
67506
|
-
"name": "PropsWithTunnel"
|
|
67507
|
-
}
|
|
67508
|
-
],
|
|
67509
|
-
"required": false,
|
|
67510
|
-
"type": {
|
|
67511
|
-
"name": "string | null"
|
|
67512
|
-
}
|
|
67513
|
-
},
|
|
67514
|
-
"className": {
|
|
67515
|
-
"defaultValue": null,
|
|
67516
|
-
"description": "The elements class name.",
|
|
67517
|
-
"name": "className",
|
|
67518
|
-
"parent": {
|
|
67519
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
67520
|
-
"name": "PropsWithClassName"
|
|
67521
|
-
},
|
|
67522
|
-
"declarations": [
|
|
67523
|
-
{
|
|
67524
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
67525
|
-
"name": "PropsWithClassName"
|
|
67526
|
-
}
|
|
67527
|
-
],
|
|
67528
|
-
"required": false,
|
|
67529
|
-
"type": {
|
|
67530
|
-
"name": "string"
|
|
67531
|
-
}
|
|
67532
|
-
},
|
|
67533
|
-
"ref": {
|
|
67534
|
-
"defaultValue": null,
|
|
67535
|
-
"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}",
|
|
67536
|
-
"name": "ref",
|
|
67537
|
-
"parent": {
|
|
67538
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
67539
|
-
"name": "RefAttributes"
|
|
67540
|
-
},
|
|
67541
|
-
"declarations": [
|
|
67542
|
-
{
|
|
67543
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
67544
|
-
"name": "RefAttributes"
|
|
67545
|
-
}
|
|
67546
|
-
],
|
|
67547
|
-
"required": false,
|
|
67548
|
-
"type": {
|
|
67549
|
-
"name": "Ref<HTMLDivElement>"
|
|
67550
|
-
}
|
|
67551
|
-
},
|
|
67552
|
-
"key": {
|
|
67553
|
-
"defaultValue": null,
|
|
67554
|
-
"description": "",
|
|
67555
|
-
"name": "key",
|
|
67556
|
-
"parent": {
|
|
67557
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
67558
|
-
"name": "Attributes"
|
|
67559
|
-
},
|
|
67560
|
-
"declarations": [
|
|
67561
|
-
{
|
|
67562
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
67563
|
-
"name": "Attributes"
|
|
67564
|
-
}
|
|
67565
|
-
],
|
|
67566
|
-
"required": false,
|
|
67567
|
-
"type": {
|
|
67568
|
-
"name": "Key | null"
|
|
67569
|
-
}
|
|
67570
|
-
}
|
|
67571
|
-
}
|
|
67572
|
-
},
|
|
67573
67645
|
{
|
|
67574
67646
|
"tags": {
|
|
67575
67647
|
"flr-generate": "all"
|
|
@@ -203723,6 +203795,14 @@
|
|
|
203723
203795
|
}
|
|
203724
203796
|
}
|
|
203725
203797
|
},
|
|
203798
|
+
{
|
|
203799
|
+
"tags": {},
|
|
203800
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/AutoFormResetEffect/AutoFormResetEffect.tsx",
|
|
203801
|
+
"description": "This effect has its own component to prevent unnecessary re-renders of the\nentire form when the form state changes (useFormState).",
|
|
203802
|
+
"displayName": "AutoFormResetEffect",
|
|
203803
|
+
"methods": [],
|
|
203804
|
+
"props": {}
|
|
203805
|
+
},
|
|
203726
203806
|
{
|
|
203727
203807
|
"tags": {},
|
|
203728
203808
|
"filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
|
|
@@ -204071,14 +204151,6 @@
|
|
|
204071
204151
|
}
|
|
204072
204152
|
}
|
|
204073
204153
|
},
|
|
204074
|
-
{
|
|
204075
|
-
"tags": {},
|
|
204076
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/AutoFormResetEffect/AutoFormResetEffect.tsx",
|
|
204077
|
-
"description": "This effect has its own component to prevent unnecessary re-renders of the\nentire form when the form state changes (useFormState).",
|
|
204078
|
-
"displayName": "AutoFormResetEffect",
|
|
204079
|
-
"methods": [],
|
|
204080
|
-
"props": {}
|
|
204081
|
-
},
|
|
204082
204154
|
{
|
|
204083
204155
|
"tags": {},
|
|
204084
204156
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
|
|
@@ -220551,6 +220623,108 @@
|
|
|
220551
220623
|
"methods": [],
|
|
220552
220624
|
"props": {}
|
|
220553
220625
|
},
|
|
220626
|
+
{
|
|
220627
|
+
"tags": {
|
|
220628
|
+
"flr-generate": "all"
|
|
220629
|
+
},
|
|
220630
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/components/LightBoxTrigger/LightBoxTrigger.tsx",
|
|
220631
|
+
"description": "",
|
|
220632
|
+
"displayName": "LightBoxTrigger",
|
|
220633
|
+
"methods": [],
|
|
220634
|
+
"props": {
|
|
220635
|
+
"isDefaultOpen": {
|
|
220636
|
+
"defaultValue": null,
|
|
220637
|
+
"description": "Whether the overlay should be open initially.",
|
|
220638
|
+
"name": "isDefaultOpen",
|
|
220639
|
+
"parent": {
|
|
220640
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
220641
|
+
"name": "OverlayTriggerProps"
|
|
220642
|
+
},
|
|
220643
|
+
"declarations": [
|
|
220644
|
+
{
|
|
220645
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
220646
|
+
"name": "OverlayTriggerProps"
|
|
220647
|
+
}
|
|
220648
|
+
],
|
|
220649
|
+
"required": false,
|
|
220650
|
+
"type": {
|
|
220651
|
+
"name": "boolean"
|
|
220652
|
+
}
|
|
220653
|
+
},
|
|
220654
|
+
"controller": {
|
|
220655
|
+
"defaultValue": null,
|
|
220656
|
+
"description": "A controller to control the state of the overlay.",
|
|
220657
|
+
"name": "controller",
|
|
220658
|
+
"parent": {
|
|
220659
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
220660
|
+
"name": "OverlayTriggerProps"
|
|
220661
|
+
},
|
|
220662
|
+
"declarations": [
|
|
220663
|
+
{
|
|
220664
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
220665
|
+
"name": "OverlayTriggerProps"
|
|
220666
|
+
}
|
|
220667
|
+
],
|
|
220668
|
+
"required": false,
|
|
220669
|
+
"type": {
|
|
220670
|
+
"name": "OverlayController"
|
|
220671
|
+
}
|
|
220672
|
+
},
|
|
220673
|
+
"wrapWith": {
|
|
220674
|
+
"defaultValue": null,
|
|
220675
|
+
"description": "",
|
|
220676
|
+
"name": "wrapWith",
|
|
220677
|
+
"parent": {
|
|
220678
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
220679
|
+
"name": "FlowComponentProps"
|
|
220680
|
+
},
|
|
220681
|
+
"declarations": [
|
|
220682
|
+
{
|
|
220683
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
220684
|
+
"name": "FlowComponentProps"
|
|
220685
|
+
}
|
|
220686
|
+
],
|
|
220687
|
+
"required": false,
|
|
220688
|
+
"type": {
|
|
220689
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
220690
|
+
}
|
|
220691
|
+
},
|
|
220692
|
+
"tunnelId": {
|
|
220693
|
+
"defaultValue": null,
|
|
220694
|
+
"description": "@internal",
|
|
220695
|
+
"name": "tunnelId",
|
|
220696
|
+
"parent": {
|
|
220697
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
220698
|
+
"name": "PropsWithTunnel"
|
|
220699
|
+
},
|
|
220700
|
+
"declarations": [
|
|
220701
|
+
{
|
|
220702
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
220703
|
+
"name": "PropsWithTunnel"
|
|
220704
|
+
}
|
|
220705
|
+
],
|
|
220706
|
+
"required": false,
|
|
220707
|
+
"type": {
|
|
220708
|
+
"name": "string | null"
|
|
220709
|
+
}
|
|
220710
|
+
},
|
|
220711
|
+
"children": {
|
|
220712
|
+
"defaultValue": null,
|
|
220713
|
+
"description": "",
|
|
220714
|
+
"name": "children",
|
|
220715
|
+
"declarations": [
|
|
220716
|
+
{
|
|
220717
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
220718
|
+
"name": "TypeLiteral"
|
|
220719
|
+
}
|
|
220720
|
+
],
|
|
220721
|
+
"required": false,
|
|
220722
|
+
"type": {
|
|
220723
|
+
"name": "ReactNode"
|
|
220724
|
+
}
|
|
220725
|
+
}
|
|
220726
|
+
}
|
|
220727
|
+
},
|
|
220554
220728
|
{
|
|
220555
220729
|
"tags": {},
|
|
220556
220730
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Link/components/LinkIcon/LinkIcon.tsx",
|
|
@@ -221280,108 +221454,6 @@
|
|
|
221280
221454
|
}
|
|
221281
221455
|
}
|
|
221282
221456
|
},
|
|
221283
|
-
{
|
|
221284
|
-
"tags": {
|
|
221285
|
-
"flr-generate": "all"
|
|
221286
|
-
},
|
|
221287
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/components/LightBoxTrigger/LightBoxTrigger.tsx",
|
|
221288
|
-
"description": "",
|
|
221289
|
-
"displayName": "LightBoxTrigger",
|
|
221290
|
-
"methods": [],
|
|
221291
|
-
"props": {
|
|
221292
|
-
"isDefaultOpen": {
|
|
221293
|
-
"defaultValue": null,
|
|
221294
|
-
"description": "Whether the overlay should be open initially.",
|
|
221295
|
-
"name": "isDefaultOpen",
|
|
221296
|
-
"parent": {
|
|
221297
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
221298
|
-
"name": "OverlayTriggerProps"
|
|
221299
|
-
},
|
|
221300
|
-
"declarations": [
|
|
221301
|
-
{
|
|
221302
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
221303
|
-
"name": "OverlayTriggerProps"
|
|
221304
|
-
}
|
|
221305
|
-
],
|
|
221306
|
-
"required": false,
|
|
221307
|
-
"type": {
|
|
221308
|
-
"name": "boolean"
|
|
221309
|
-
}
|
|
221310
|
-
},
|
|
221311
|
-
"controller": {
|
|
221312
|
-
"defaultValue": null,
|
|
221313
|
-
"description": "A controller to control the state of the overlay.",
|
|
221314
|
-
"name": "controller",
|
|
221315
|
-
"parent": {
|
|
221316
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
221317
|
-
"name": "OverlayTriggerProps"
|
|
221318
|
-
},
|
|
221319
|
-
"declarations": [
|
|
221320
|
-
{
|
|
221321
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
221322
|
-
"name": "OverlayTriggerProps"
|
|
221323
|
-
}
|
|
221324
|
-
],
|
|
221325
|
-
"required": false,
|
|
221326
|
-
"type": {
|
|
221327
|
-
"name": "OverlayController"
|
|
221328
|
-
}
|
|
221329
|
-
},
|
|
221330
|
-
"wrapWith": {
|
|
221331
|
-
"defaultValue": null,
|
|
221332
|
-
"description": "",
|
|
221333
|
-
"name": "wrapWith",
|
|
221334
|
-
"parent": {
|
|
221335
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
221336
|
-
"name": "FlowComponentProps"
|
|
221337
|
-
},
|
|
221338
|
-
"declarations": [
|
|
221339
|
-
{
|
|
221340
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
221341
|
-
"name": "FlowComponentProps"
|
|
221342
|
-
}
|
|
221343
|
-
],
|
|
221344
|
-
"required": false,
|
|
221345
|
-
"type": {
|
|
221346
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
221347
|
-
}
|
|
221348
|
-
},
|
|
221349
|
-
"tunnelId": {
|
|
221350
|
-
"defaultValue": null,
|
|
221351
|
-
"description": "@internal",
|
|
221352
|
-
"name": "tunnelId",
|
|
221353
|
-
"parent": {
|
|
221354
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
221355
|
-
"name": "PropsWithTunnel"
|
|
221356
|
-
},
|
|
221357
|
-
"declarations": [
|
|
221358
|
-
{
|
|
221359
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
221360
|
-
"name": "PropsWithTunnel"
|
|
221361
|
-
}
|
|
221362
|
-
],
|
|
221363
|
-
"required": false,
|
|
221364
|
-
"type": {
|
|
221365
|
-
"name": "string | null"
|
|
221366
|
-
}
|
|
221367
|
-
},
|
|
221368
|
-
"children": {
|
|
221369
|
-
"defaultValue": null,
|
|
221370
|
-
"description": "",
|
|
221371
|
-
"name": "children",
|
|
221372
|
-
"declarations": [
|
|
221373
|
-
{
|
|
221374
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
221375
|
-
"name": "TypeLiteral"
|
|
221376
|
-
}
|
|
221377
|
-
],
|
|
221378
|
-
"required": false,
|
|
221379
|
-
"type": {
|
|
221380
|
-
"name": "ReactNode"
|
|
221381
|
-
}
|
|
221382
|
-
}
|
|
221383
|
-
}
|
|
221384
|
-
},
|
|
221385
221457
|
{
|
|
221386
221458
|
"tags": {},
|
|
221387
221459
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Legend/components/LegendItem/LegendItem.tsx",
|