@mittwald/flow-react-components 0.2.0-alpha.770 → 0.2.0-alpha.771
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/dist/assets/doc-properties.json +544 -544
- package/dist/js/default.mjs +1 -0
- package/dist/js/default.mjs.map +1 -1
- package/dist/js/packages/components/src/components/IntlProvider/IntlProvider.mjs +8 -0
- package/dist/js/packages/components/src/components/IntlProvider/IntlProvider.mjs.map +1 -0
- package/dist/types/components/IntlProvider/IntlProvider.d.ts +3 -0
- package/dist/types/components/IntlProvider/IntlProvider.d.ts.map +1 -0
- package/dist/types/components/IntlProvider/index.d.ts +2 -0
- package/dist/types/components/IntlProvider/index.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/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [0.2.0-alpha.771](https://github.com/mittwald/flow/compare/0.2.0-alpha.770...0.2.0-alpha.771) (2026-04-01)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
9
|
+
|
|
6
10
|
# [0.2.0-alpha.770](https://github.com/mittwald/flow/compare/0.2.0-alpha.769...0.2.0-alpha.770) (2026-04-01)
|
|
7
11
|
|
|
8
12
|
### Features
|
|
@@ -277188,6 +277188,172 @@
|
|
|
277188
277188
|
"methods": [],
|
|
277189
277189
|
"props": {}
|
|
277190
277190
|
},
|
|
277191
|
+
{
|
|
277192
|
+
"tags": {},
|
|
277193
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
277194
|
+
"description": "",
|
|
277195
|
+
"displayName": "FormContext",
|
|
277196
|
+
"methods": [],
|
|
277197
|
+
"props": {
|
|
277198
|
+
"value": {
|
|
277199
|
+
"defaultValue": null,
|
|
277200
|
+
"description": "",
|
|
277201
|
+
"name": "value",
|
|
277202
|
+
"parent": {
|
|
277203
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
277204
|
+
"name": "ProviderProps"
|
|
277205
|
+
},
|
|
277206
|
+
"declarations": [
|
|
277207
|
+
{
|
|
277208
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
277209
|
+
"name": "ProviderProps"
|
|
277210
|
+
}
|
|
277211
|
+
],
|
|
277212
|
+
"required": true,
|
|
277213
|
+
"type": {
|
|
277214
|
+
"name": "FormContext<FieldValues> | undefined"
|
|
277215
|
+
}
|
|
277216
|
+
},
|
|
277217
|
+
"children": {
|
|
277218
|
+
"defaultValue": null,
|
|
277219
|
+
"description": "",
|
|
277220
|
+
"name": "children",
|
|
277221
|
+
"parent": {
|
|
277222
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
277223
|
+
"name": "DOMAttributes"
|
|
277224
|
+
},
|
|
277225
|
+
"declarations": [
|
|
277226
|
+
{
|
|
277227
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
277228
|
+
"name": "DOMAttributes"
|
|
277229
|
+
}
|
|
277230
|
+
],
|
|
277231
|
+
"required": false,
|
|
277232
|
+
"type": {
|
|
277233
|
+
"name": "ReactNode"
|
|
277234
|
+
}
|
|
277235
|
+
}
|
|
277236
|
+
}
|
|
277237
|
+
},
|
|
277238
|
+
{
|
|
277239
|
+
"tags": {},
|
|
277240
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
277241
|
+
"description": "",
|
|
277242
|
+
"displayName": "FormContextProvider",
|
|
277243
|
+
"methods": [],
|
|
277244
|
+
"props": {
|
|
277245
|
+
"form": {
|
|
277246
|
+
"defaultValue": null,
|
|
277247
|
+
"description": "",
|
|
277248
|
+
"name": "form",
|
|
277249
|
+
"parent": {
|
|
277250
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
277251
|
+
"name": "FormContextProviderProps"
|
|
277252
|
+
},
|
|
277253
|
+
"declarations": [
|
|
277254
|
+
{
|
|
277255
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
277256
|
+
"name": "FormContextProviderProps"
|
|
277257
|
+
}
|
|
277258
|
+
],
|
|
277259
|
+
"required": true,
|
|
277260
|
+
"type": {
|
|
277261
|
+
"name": "UseFormReturn"
|
|
277262
|
+
}
|
|
277263
|
+
},
|
|
277264
|
+
"id": {
|
|
277265
|
+
"defaultValue": null,
|
|
277266
|
+
"description": "",
|
|
277267
|
+
"name": "id",
|
|
277268
|
+
"parent": {
|
|
277269
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
277270
|
+
"name": "FormContextProviderProps"
|
|
277271
|
+
},
|
|
277272
|
+
"declarations": [
|
|
277273
|
+
{
|
|
277274
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
277275
|
+
"name": "FormContextProviderProps"
|
|
277276
|
+
}
|
|
277277
|
+
],
|
|
277278
|
+
"required": true,
|
|
277279
|
+
"type": {
|
|
277280
|
+
"name": "string"
|
|
277281
|
+
}
|
|
277282
|
+
},
|
|
277283
|
+
"isReadOnly": {
|
|
277284
|
+
"defaultValue": null,
|
|
277285
|
+
"description": "",
|
|
277286
|
+
"name": "isReadOnly",
|
|
277287
|
+
"parent": {
|
|
277288
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
277289
|
+
"name": "FormContextProviderProps"
|
|
277290
|
+
},
|
|
277291
|
+
"declarations": [
|
|
277292
|
+
{
|
|
277293
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
277294
|
+
"name": "FormContextProviderProps"
|
|
277295
|
+
}
|
|
277296
|
+
],
|
|
277297
|
+
"required": false,
|
|
277298
|
+
"type": {
|
|
277299
|
+
"name": "boolean"
|
|
277300
|
+
}
|
|
277301
|
+
},
|
|
277302
|
+
"onAfterSuccessFeedback": {
|
|
277303
|
+
"defaultValue": null,
|
|
277304
|
+
"description": "",
|
|
277305
|
+
"name": "onAfterSuccessFeedback",
|
|
277306
|
+
"parent": {
|
|
277307
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
277308
|
+
"name": "FormContextProviderProps"
|
|
277309
|
+
},
|
|
277310
|
+
"declarations": [
|
|
277311
|
+
{
|
|
277312
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
277313
|
+
"name": "FormContextProviderProps"
|
|
277314
|
+
}
|
|
277315
|
+
],
|
|
277316
|
+
"required": false,
|
|
277317
|
+
"type": {
|
|
277318
|
+
"name": "AfterFormSubmitCallback"
|
|
277319
|
+
}
|
|
277320
|
+
},
|
|
277321
|
+
"rootErrorController": {
|
|
277322
|
+
"defaultValue": null,
|
|
277323
|
+
"description": "",
|
|
277324
|
+
"name": "rootErrorController",
|
|
277325
|
+
"parent": {
|
|
277326
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
277327
|
+
"name": "FormContextProviderProps"
|
|
277328
|
+
},
|
|
277329
|
+
"declarations": [
|
|
277330
|
+
{
|
|
277331
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
277332
|
+
"name": "FormContextProviderProps"
|
|
277333
|
+
}
|
|
277334
|
+
],
|
|
277335
|
+
"required": true,
|
|
277336
|
+
"type": {
|
|
277337
|
+
"name": "FormRootErrorController"
|
|
277338
|
+
}
|
|
277339
|
+
},
|
|
277340
|
+
"children": {
|
|
277341
|
+
"defaultValue": null,
|
|
277342
|
+
"description": "",
|
|
277343
|
+
"name": "children",
|
|
277344
|
+
"declarations": [
|
|
277345
|
+
{
|
|
277346
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
277347
|
+
"name": "TypeLiteral"
|
|
277348
|
+
}
|
|
277349
|
+
],
|
|
277350
|
+
"required": false,
|
|
277351
|
+
"type": {
|
|
277352
|
+
"name": "ReactNode"
|
|
277353
|
+
}
|
|
277354
|
+
}
|
|
277355
|
+
}
|
|
277356
|
+
},
|
|
277191
277357
|
{
|
|
277192
277358
|
"tags": {},
|
|
277193
277359
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormSubmitAction.tsx",
|
|
@@ -283691,265 +283857,99 @@
|
|
|
283691
283857
|
},
|
|
283692
283858
|
{
|
|
283693
283859
|
"tags": {},
|
|
283694
|
-
"filePath": "
|
|
283860
|
+
"filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
|
|
283695
283861
|
"description": "",
|
|
283696
|
-
"displayName": "
|
|
283862
|
+
"displayName": "RouterProvider",
|
|
283697
283863
|
"methods": [],
|
|
283698
283864
|
"props": {
|
|
283699
|
-
"
|
|
283865
|
+
"children": {
|
|
283700
283866
|
"defaultValue": null,
|
|
283701
283867
|
"description": "",
|
|
283702
|
-
"name": "
|
|
283868
|
+
"name": "children",
|
|
283869
|
+
"declarations": [
|
|
283870
|
+
{
|
|
283871
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
283872
|
+
"name": "TypeLiteral"
|
|
283873
|
+
}
|
|
283874
|
+
],
|
|
283875
|
+
"required": false,
|
|
283876
|
+
"type": {
|
|
283877
|
+
"name": "ReactNode"
|
|
283878
|
+
}
|
|
283879
|
+
}
|
|
283880
|
+
}
|
|
283881
|
+
},
|
|
283882
|
+
{
|
|
283883
|
+
"tags": {
|
|
283884
|
+
"deprecated": "Use RouterProvider instead"
|
|
283885
|
+
},
|
|
283886
|
+
"filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
|
|
283887
|
+
"description": "",
|
|
283888
|
+
"displayName": "LinkProvider",
|
|
283889
|
+
"methods": [],
|
|
283890
|
+
"props": {
|
|
283891
|
+
"children": {
|
|
283892
|
+
"defaultValue": null,
|
|
283893
|
+
"description": "",
|
|
283894
|
+
"name": "children",
|
|
283895
|
+
"declarations": [
|
|
283896
|
+
{
|
|
283897
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
283898
|
+
"name": "TypeLiteral"
|
|
283899
|
+
}
|
|
283900
|
+
],
|
|
283901
|
+
"required": false,
|
|
283902
|
+
"type": {
|
|
283903
|
+
"name": "ReactNode"
|
|
283904
|
+
}
|
|
283905
|
+
}
|
|
283906
|
+
}
|
|
283907
|
+
},
|
|
283908
|
+
{
|
|
283909
|
+
"tags": {
|
|
283910
|
+
"deprecated": "Use RouterProvider instead"
|
|
283911
|
+
},
|
|
283912
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
283913
|
+
"description": "",
|
|
283914
|
+
"displayName": "Link",
|
|
283915
|
+
"methods": [],
|
|
283916
|
+
"props": {
|
|
283917
|
+
"ref": {
|
|
283918
|
+
"defaultValue": null,
|
|
283919
|
+
"description": "",
|
|
283920
|
+
"name": "ref",
|
|
283703
283921
|
"parent": {
|
|
283704
|
-
"fileName": "
|
|
283705
|
-
"name": "
|
|
283922
|
+
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
283923
|
+
"name": "Props"
|
|
283706
283924
|
},
|
|
283707
283925
|
"declarations": [
|
|
283708
283926
|
{
|
|
283709
|
-
"fileName": "
|
|
283710
|
-
"name": "
|
|
283927
|
+
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
283928
|
+
"name": "Props"
|
|
283711
283929
|
}
|
|
283712
283930
|
],
|
|
283713
|
-
"required":
|
|
283931
|
+
"required": false,
|
|
283714
283932
|
"type": {
|
|
283715
|
-
"name": "
|
|
283716
|
-
}
|
|
283717
|
-
},
|
|
283718
|
-
"
|
|
283719
|
-
"defaultValue": null,
|
|
283720
|
-
"description": "",
|
|
283721
|
-
"name": "
|
|
283722
|
-
"parent": {
|
|
283723
|
-
"fileName": "
|
|
283724
|
-
"name": "
|
|
283725
|
-
},
|
|
283726
|
-
"declarations": [
|
|
283727
|
-
{
|
|
283728
|
-
"fileName": "
|
|
283729
|
-
"name": "
|
|
283730
|
-
}
|
|
283731
|
-
],
|
|
283732
|
-
"required": false,
|
|
283733
|
-
"type": {
|
|
283734
|
-
"name": "
|
|
283735
|
-
}
|
|
283736
|
-
}
|
|
283737
|
-
}
|
|
283738
|
-
},
|
|
283739
|
-
{
|
|
283740
|
-
"tags": {},
|
|
283741
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
283742
|
-
"description": "",
|
|
283743
|
-
"displayName": "FormContextProvider",
|
|
283744
|
-
"methods": [],
|
|
283745
|
-
"props": {
|
|
283746
|
-
"form": {
|
|
283747
|
-
"defaultValue": null,
|
|
283748
|
-
"description": "",
|
|
283749
|
-
"name": "form",
|
|
283750
|
-
"parent": {
|
|
283751
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
283752
|
-
"name": "FormContextProviderProps"
|
|
283753
|
-
},
|
|
283754
|
-
"declarations": [
|
|
283755
|
-
{
|
|
283756
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
283757
|
-
"name": "FormContextProviderProps"
|
|
283758
|
-
}
|
|
283759
|
-
],
|
|
283760
|
-
"required": true,
|
|
283761
|
-
"type": {
|
|
283762
|
-
"name": "UseFormReturn"
|
|
283763
|
-
}
|
|
283764
|
-
},
|
|
283765
|
-
"id": {
|
|
283766
|
-
"defaultValue": null,
|
|
283767
|
-
"description": "",
|
|
283768
|
-
"name": "id",
|
|
283769
|
-
"parent": {
|
|
283770
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
283771
|
-
"name": "FormContextProviderProps"
|
|
283772
|
-
},
|
|
283773
|
-
"declarations": [
|
|
283774
|
-
{
|
|
283775
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
283776
|
-
"name": "FormContextProviderProps"
|
|
283777
|
-
}
|
|
283778
|
-
],
|
|
283779
|
-
"required": true,
|
|
283780
|
-
"type": {
|
|
283781
|
-
"name": "string"
|
|
283782
|
-
}
|
|
283783
|
-
},
|
|
283784
|
-
"isReadOnly": {
|
|
283785
|
-
"defaultValue": null,
|
|
283786
|
-
"description": "",
|
|
283787
|
-
"name": "isReadOnly",
|
|
283788
|
-
"parent": {
|
|
283789
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
283790
|
-
"name": "FormContextProviderProps"
|
|
283791
|
-
},
|
|
283792
|
-
"declarations": [
|
|
283793
|
-
{
|
|
283794
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
283795
|
-
"name": "FormContextProviderProps"
|
|
283796
|
-
}
|
|
283797
|
-
],
|
|
283798
|
-
"required": false,
|
|
283799
|
-
"type": {
|
|
283800
|
-
"name": "boolean"
|
|
283801
|
-
}
|
|
283802
|
-
},
|
|
283803
|
-
"onAfterSuccessFeedback": {
|
|
283804
|
-
"defaultValue": null,
|
|
283805
|
-
"description": "",
|
|
283806
|
-
"name": "onAfterSuccessFeedback",
|
|
283807
|
-
"parent": {
|
|
283808
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
283809
|
-
"name": "FormContextProviderProps"
|
|
283810
|
-
},
|
|
283811
|
-
"declarations": [
|
|
283812
|
-
{
|
|
283813
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
283814
|
-
"name": "FormContextProviderProps"
|
|
283815
|
-
}
|
|
283816
|
-
],
|
|
283817
|
-
"required": false,
|
|
283818
|
-
"type": {
|
|
283819
|
-
"name": "AfterFormSubmitCallback"
|
|
283820
|
-
}
|
|
283821
|
-
},
|
|
283822
|
-
"rootErrorController": {
|
|
283823
|
-
"defaultValue": null,
|
|
283824
|
-
"description": "",
|
|
283825
|
-
"name": "rootErrorController",
|
|
283826
|
-
"parent": {
|
|
283827
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
283828
|
-
"name": "FormContextProviderProps"
|
|
283829
|
-
},
|
|
283830
|
-
"declarations": [
|
|
283831
|
-
{
|
|
283832
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
283833
|
-
"name": "FormContextProviderProps"
|
|
283834
|
-
}
|
|
283835
|
-
],
|
|
283836
|
-
"required": true,
|
|
283837
|
-
"type": {
|
|
283838
|
-
"name": "FormRootErrorController"
|
|
283839
|
-
}
|
|
283840
|
-
},
|
|
283841
|
-
"children": {
|
|
283842
|
-
"defaultValue": null,
|
|
283843
|
-
"description": "",
|
|
283844
|
-
"name": "children",
|
|
283845
|
-
"declarations": [
|
|
283846
|
-
{
|
|
283847
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
283848
|
-
"name": "TypeLiteral"
|
|
283849
|
-
}
|
|
283850
|
-
],
|
|
283851
|
-
"required": false,
|
|
283852
|
-
"type": {
|
|
283853
|
-
"name": "ReactNode"
|
|
283854
|
-
}
|
|
283855
|
-
}
|
|
283856
|
-
}
|
|
283857
|
-
},
|
|
283858
|
-
{
|
|
283859
|
-
"tags": {},
|
|
283860
|
-
"filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
|
|
283861
|
-
"description": "",
|
|
283862
|
-
"displayName": "RouterProvider",
|
|
283863
|
-
"methods": [],
|
|
283864
|
-
"props": {
|
|
283865
|
-
"children": {
|
|
283866
|
-
"defaultValue": null,
|
|
283867
|
-
"description": "",
|
|
283868
|
-
"name": "children",
|
|
283869
|
-
"declarations": [
|
|
283870
|
-
{
|
|
283871
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
283872
|
-
"name": "TypeLiteral"
|
|
283873
|
-
}
|
|
283874
|
-
],
|
|
283875
|
-
"required": false,
|
|
283876
|
-
"type": {
|
|
283877
|
-
"name": "ReactNode"
|
|
283878
|
-
}
|
|
283879
|
-
}
|
|
283880
|
-
}
|
|
283881
|
-
},
|
|
283882
|
-
{
|
|
283883
|
-
"tags": {
|
|
283884
|
-
"deprecated": "Use RouterProvider instead"
|
|
283885
|
-
},
|
|
283886
|
-
"filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
|
|
283887
|
-
"description": "",
|
|
283888
|
-
"displayName": "LinkProvider",
|
|
283889
|
-
"methods": [],
|
|
283890
|
-
"props": {
|
|
283891
|
-
"children": {
|
|
283892
|
-
"defaultValue": null,
|
|
283893
|
-
"description": "",
|
|
283894
|
-
"name": "children",
|
|
283895
|
-
"declarations": [
|
|
283896
|
-
{
|
|
283897
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
283898
|
-
"name": "TypeLiteral"
|
|
283899
|
-
}
|
|
283900
|
-
],
|
|
283901
|
-
"required": false,
|
|
283902
|
-
"type": {
|
|
283903
|
-
"name": "ReactNode"
|
|
283904
|
-
}
|
|
283905
|
-
}
|
|
283906
|
-
}
|
|
283907
|
-
},
|
|
283908
|
-
{
|
|
283909
|
-
"tags": {
|
|
283910
|
-
"deprecated": "Use RouterProvider instead"
|
|
283911
|
-
},
|
|
283912
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
283913
|
-
"description": "",
|
|
283914
|
-
"displayName": "Link",
|
|
283915
|
-
"methods": [],
|
|
283916
|
-
"props": {
|
|
283917
|
-
"ref": {
|
|
283918
|
-
"defaultValue": null,
|
|
283919
|
-
"description": "",
|
|
283920
|
-
"name": "ref",
|
|
283921
|
-
"parent": {
|
|
283922
|
-
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
283923
|
-
"name": "Props"
|
|
283924
|
-
},
|
|
283925
|
-
"declarations": [
|
|
283926
|
-
{
|
|
283927
|
-
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
283928
|
-
"name": "Props"
|
|
283929
|
-
}
|
|
283930
|
-
],
|
|
283931
|
-
"required": false,
|
|
283932
|
-
"type": {
|
|
283933
|
-
"name": "Ref<HTMLAnchorElement>"
|
|
283934
|
-
}
|
|
283935
|
-
},
|
|
283936
|
-
"isDisabled": {
|
|
283937
|
-
"defaultValue": null,
|
|
283938
|
-
"description": "",
|
|
283939
|
-
"name": "isDisabled",
|
|
283940
|
-
"parent": {
|
|
283941
|
-
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
283942
|
-
"name": "Props"
|
|
283943
|
-
},
|
|
283944
|
-
"declarations": [
|
|
283945
|
-
{
|
|
283946
|
-
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
283947
|
-
"name": "Props"
|
|
283948
|
-
}
|
|
283949
|
-
],
|
|
283950
|
-
"required": false,
|
|
283951
|
-
"type": {
|
|
283952
|
-
"name": "boolean"
|
|
283933
|
+
"name": "Ref<HTMLAnchorElement>"
|
|
283934
|
+
}
|
|
283935
|
+
},
|
|
283936
|
+
"isDisabled": {
|
|
283937
|
+
"defaultValue": null,
|
|
283938
|
+
"description": "",
|
|
283939
|
+
"name": "isDisabled",
|
|
283940
|
+
"parent": {
|
|
283941
|
+
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
283942
|
+
"name": "Props"
|
|
283943
|
+
},
|
|
283944
|
+
"declarations": [
|
|
283945
|
+
{
|
|
283946
|
+
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
283947
|
+
"name": "Props"
|
|
283948
|
+
}
|
|
283949
|
+
],
|
|
283950
|
+
"required": false,
|
|
283951
|
+
"type": {
|
|
283952
|
+
"name": "boolean"
|
|
283953
283953
|
}
|
|
283954
283954
|
},
|
|
283955
283955
|
"children": {
|
|
@@ -304591,9 +304591,9 @@
|
|
|
304591
304591
|
"tags": {
|
|
304592
304592
|
"flr-generate": "all"
|
|
304593
304593
|
},
|
|
304594
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/
|
|
304594
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
|
|
304595
304595
|
"description": "",
|
|
304596
|
-
"displayName": "
|
|
304596
|
+
"displayName": "Radio",
|
|
304597
304597
|
"methods": [],
|
|
304598
304598
|
"props": {
|
|
304599
304599
|
"className": {
|
|
@@ -306481,9 +306481,9 @@
|
|
|
306481
306481
|
"tags": {
|
|
306482
306482
|
"flr-generate": "all"
|
|
306483
306483
|
},
|
|
306484
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/
|
|
306484
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
|
|
306485
306485
|
"description": "",
|
|
306486
|
-
"displayName": "
|
|
306486
|
+
"displayName": "RadioButton",
|
|
306487
306487
|
"methods": [],
|
|
306488
306488
|
"props": {
|
|
306489
306489
|
"className": {
|
|
@@ -314727,6 +314727,14 @@
|
|
|
314727
314727
|
}
|
|
314728
314728
|
}
|
|
314729
314729
|
},
|
|
314730
|
+
{
|
|
314731
|
+
"tags": {},
|
|
314732
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.tsx",
|
|
314733
|
+
"description": "",
|
|
314734
|
+
"displayName": "OffCanvasSuspenseFallback",
|
|
314735
|
+
"methods": [],
|
|
314736
|
+
"props": {}
|
|
314737
|
+
},
|
|
314730
314738
|
{
|
|
314731
314739
|
"tags": {},
|
|
314732
314740
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
|
|
@@ -314865,14 +314873,6 @@
|
|
|
314865
314873
|
}
|
|
314866
314874
|
}
|
|
314867
314875
|
},
|
|
314868
|
-
{
|
|
314869
|
-
"tags": {},
|
|
314870
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.tsx",
|
|
314871
|
-
"description": "",
|
|
314872
|
-
"displayName": "OffCanvasSuspenseFallback",
|
|
314873
|
-
"methods": [],
|
|
314874
|
-
"props": {}
|
|
314875
|
-
},
|
|
314876
314876
|
{
|
|
314877
314877
|
"tags": {},
|
|
314878
314878
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
|
|
@@ -315228,6 +315228,14 @@
|
|
|
315228
315228
|
"methods": [],
|
|
315229
315229
|
"props": {}
|
|
315230
315230
|
},
|
|
315231
|
+
{
|
|
315232
|
+
"tags": {},
|
|
315233
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
|
|
315234
|
+
"description": "",
|
|
315235
|
+
"displayName": "Table",
|
|
315236
|
+
"methods": [],
|
|
315237
|
+
"props": {}
|
|
315238
|
+
},
|
|
315231
315239
|
{
|
|
315232
315240
|
"tags": {
|
|
315233
315241
|
"flr-generate": "all"
|
|
@@ -315351,14 +315359,6 @@
|
|
|
315351
315359
|
}
|
|
315352
315360
|
}
|
|
315353
315361
|
},
|
|
315354
|
-
{
|
|
315355
|
-
"tags": {},
|
|
315356
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
|
|
315357
|
-
"description": "",
|
|
315358
|
-
"displayName": "Table",
|
|
315359
|
-
"methods": [],
|
|
315360
|
-
"props": {}
|
|
315361
|
-
},
|
|
315362
315362
|
{
|
|
315363
315363
|
"tags": {},
|
|
315364
315364
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
|
|
@@ -318165,314 +318165,159 @@
|
|
|
318165
318165
|
"name": "Key | null"
|
|
318166
318166
|
}
|
|
318167
318167
|
},
|
|
318168
|
-
"children": {
|
|
318169
|
-
"defaultValue": null,
|
|
318170
|
-
"description": "",
|
|
318171
|
-
"name": "children",
|
|
318172
|
-
"declarations": [
|
|
318173
|
-
{
|
|
318174
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318175
|
-
"name": "TypeLiteral"
|
|
318176
|
-
}
|
|
318177
|
-
],
|
|
318178
|
-
"required": false,
|
|
318179
|
-
"type": {
|
|
318180
|
-
"name": "ReactNode"
|
|
318181
|
-
}
|
|
318182
|
-
}
|
|
318183
|
-
}
|
|
318184
|
-
},
|
|
318185
|
-
{
|
|
318186
|
-
"tags": {
|
|
318187
|
-
"flr-generate": "all"
|
|
318188
|
-
},
|
|
318189
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
|
|
318190
|
-
"description": "",
|
|
318191
|
-
"displayName": "ContextMenuTrigger",
|
|
318192
|
-
"methods": [],
|
|
318193
|
-
"props": {
|
|
318194
|
-
"isDefaultOpen": {
|
|
318195
|
-
"defaultValue": null,
|
|
318196
|
-
"description": "Whether the overlay should be open initially.",
|
|
318197
|
-
"name": "isDefaultOpen",
|
|
318198
|
-
"parent": {
|
|
318199
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
318200
|
-
"name": "OverlayTriggerProps"
|
|
318201
|
-
},
|
|
318202
|
-
"declarations": [
|
|
318203
|
-
{
|
|
318204
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
318205
|
-
"name": "OverlayTriggerProps"
|
|
318206
|
-
}
|
|
318207
|
-
],
|
|
318208
|
-
"required": false,
|
|
318209
|
-
"type": {
|
|
318210
|
-
"name": "boolean"
|
|
318211
|
-
}
|
|
318212
|
-
},
|
|
318213
|
-
"controller": {
|
|
318214
|
-
"defaultValue": null,
|
|
318215
|
-
"description": "A controller to control the state of the overlay.",
|
|
318216
|
-
"name": "controller",
|
|
318217
|
-
"parent": {
|
|
318218
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
318219
|
-
"name": "OverlayTriggerProps"
|
|
318220
|
-
},
|
|
318221
|
-
"declarations": [
|
|
318222
|
-
{
|
|
318223
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
318224
|
-
"name": "OverlayTriggerProps"
|
|
318225
|
-
}
|
|
318226
|
-
],
|
|
318227
|
-
"required": false,
|
|
318228
|
-
"type": {
|
|
318229
|
-
"name": "OverlayController"
|
|
318230
|
-
}
|
|
318231
|
-
},
|
|
318232
|
-
"wrapWith": {
|
|
318233
|
-
"defaultValue": null,
|
|
318234
|
-
"description": "",
|
|
318235
|
-
"name": "wrapWith",
|
|
318236
|
-
"parent": {
|
|
318237
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
318238
|
-
"name": "FlowComponentProps"
|
|
318239
|
-
},
|
|
318240
|
-
"declarations": [
|
|
318241
|
-
{
|
|
318242
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
318243
|
-
"name": "FlowComponentProps"
|
|
318244
|
-
}
|
|
318245
|
-
],
|
|
318246
|
-
"required": false,
|
|
318247
|
-
"type": {
|
|
318248
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
318249
|
-
}
|
|
318250
|
-
},
|
|
318251
|
-
"tunnelId": {
|
|
318252
|
-
"defaultValue": null,
|
|
318253
|
-
"description": "@internal",
|
|
318254
|
-
"name": "tunnelId",
|
|
318255
|
-
"parent": {
|
|
318256
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
318257
|
-
"name": "PropsWithTunnel"
|
|
318258
|
-
},
|
|
318259
|
-
"declarations": [
|
|
318260
|
-
{
|
|
318261
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
318262
|
-
"name": "PropsWithTunnel"
|
|
318263
|
-
}
|
|
318264
|
-
],
|
|
318265
|
-
"required": false,
|
|
318266
|
-
"type": {
|
|
318267
|
-
"name": "string | null"
|
|
318268
|
-
}
|
|
318269
|
-
},
|
|
318270
|
-
"ref": {
|
|
318271
|
-
"defaultValue": null,
|
|
318272
|
-
"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}",
|
|
318273
|
-
"name": "ref",
|
|
318274
|
-
"parent": {
|
|
318275
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318276
|
-
"name": "RefAttributes"
|
|
318277
|
-
},
|
|
318278
|
-
"declarations": [
|
|
318279
|
-
{
|
|
318280
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318281
|
-
"name": "RefAttributes"
|
|
318282
|
-
}
|
|
318283
|
-
],
|
|
318284
|
-
"required": false,
|
|
318285
|
-
"type": {
|
|
318286
|
-
"name": "Ref<HTMLSpanElement>"
|
|
318287
|
-
}
|
|
318288
|
-
},
|
|
318289
|
-
"key": {
|
|
318290
|
-
"defaultValue": null,
|
|
318291
|
-
"description": "",
|
|
318292
|
-
"name": "key",
|
|
318293
|
-
"parent": {
|
|
318294
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318295
|
-
"name": "Attributes"
|
|
318296
|
-
},
|
|
318297
|
-
"declarations": [
|
|
318298
|
-
{
|
|
318299
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318300
|
-
"name": "Attributes"
|
|
318301
|
-
}
|
|
318302
|
-
],
|
|
318303
|
-
"required": false,
|
|
318304
|
-
"type": {
|
|
318305
|
-
"name": "Key | null"
|
|
318306
|
-
}
|
|
318307
|
-
},
|
|
318308
|
-
"children": {
|
|
318309
|
-
"defaultValue": null,
|
|
318310
|
-
"description": "",
|
|
318311
|
-
"name": "children",
|
|
318312
|
-
"declarations": [
|
|
318313
|
-
{
|
|
318314
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318315
|
-
"name": "TypeLiteral"
|
|
318316
|
-
}
|
|
318317
|
-
],
|
|
318318
|
-
"required": false,
|
|
318319
|
-
"type": {
|
|
318320
|
-
"name": "ReactNode"
|
|
318321
|
-
}
|
|
318322
|
-
}
|
|
318323
|
-
}
|
|
318324
|
-
},
|
|
318325
|
-
{
|
|
318326
|
-
"tags": {
|
|
318327
|
-
"flr-generate": "all"
|
|
318328
|
-
},
|
|
318329
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
318330
|
-
"description": "",
|
|
318331
|
-
"displayName": "ContextMenuSection",
|
|
318332
|
-
"methods": [],
|
|
318333
|
-
"props": {
|
|
318334
|
-
"children": {
|
|
318335
|
-
"defaultValue": null,
|
|
318336
|
-
"description": "",
|
|
318337
|
-
"name": "children",
|
|
318338
|
-
"declarations": [
|
|
318339
|
-
{
|
|
318340
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318341
|
-
"name": "TypeLiteral"
|
|
318342
|
-
}
|
|
318343
|
-
],
|
|
318344
|
-
"required": false,
|
|
318345
|
-
"type": {
|
|
318346
|
-
"name": "ReactNode"
|
|
318347
|
-
}
|
|
318348
|
-
},
|
|
318349
|
-
"wrapWith": {
|
|
318350
|
-
"defaultValue": null,
|
|
318351
|
-
"description": "",
|
|
318352
|
-
"name": "wrapWith",
|
|
318353
|
-
"parent": {
|
|
318354
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
318355
|
-
"name": "FlowComponentProps"
|
|
318356
|
-
},
|
|
318357
|
-
"declarations": [
|
|
318358
|
-
{
|
|
318359
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
318360
|
-
"name": "FlowComponentProps"
|
|
318361
|
-
}
|
|
318362
|
-
],
|
|
318363
|
-
"required": false,
|
|
318364
|
-
"type": {
|
|
318365
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
318366
|
-
}
|
|
318367
|
-
},
|
|
318368
|
-
"tunnelId": {
|
|
318369
|
-
"defaultValue": null,
|
|
318370
|
-
"description": "@internal",
|
|
318371
|
-
"name": "tunnelId",
|
|
318372
|
-
"parent": {
|
|
318373
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
318374
|
-
"name": "PropsWithTunnel"
|
|
318375
|
-
},
|
|
318376
|
-
"declarations": [
|
|
318377
|
-
{
|
|
318378
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
318379
|
-
"name": "PropsWithTunnel"
|
|
318380
|
-
}
|
|
318381
|
-
],
|
|
318382
|
-
"required": false,
|
|
318383
|
-
"type": {
|
|
318384
|
-
"name": "string | null"
|
|
318385
|
-
}
|
|
318386
|
-
},
|
|
318387
|
-
"ref": {
|
|
318388
|
-
"defaultValue": null,
|
|
318389
|
-
"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}",
|
|
318390
|
-
"name": "ref",
|
|
318391
|
-
"parent": {
|
|
318392
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318393
|
-
"name": "RefAttributes"
|
|
318394
|
-
},
|
|
318395
|
-
"declarations": [
|
|
318396
|
-
{
|
|
318397
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318398
|
-
"name": "RefAttributes"
|
|
318399
|
-
}
|
|
318400
|
-
],
|
|
318401
|
-
"required": false,
|
|
318402
|
-
"type": {
|
|
318403
|
-
"name": "Ref<HTMLSpanElement>"
|
|
318404
|
-
}
|
|
318405
|
-
},
|
|
318406
|
-
"key": {
|
|
318407
|
-
"defaultValue": null,
|
|
318408
|
-
"description": "",
|
|
318409
|
-
"name": "key",
|
|
318410
|
-
"parent": {
|
|
318411
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318412
|
-
"name": "Attributes"
|
|
318413
|
-
},
|
|
318414
|
-
"declarations": [
|
|
318415
|
-
{
|
|
318416
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318417
|
-
"name": "Attributes"
|
|
318418
|
-
}
|
|
318419
|
-
],
|
|
318420
|
-
"required": false,
|
|
318421
|
-
"type": {
|
|
318422
|
-
"name": "Key | null"
|
|
318423
|
-
}
|
|
318424
|
-
},
|
|
318425
|
-
"selectedKeys": {
|
|
318168
|
+
"children": {
|
|
318426
318169
|
"defaultValue": null,
|
|
318427
|
-
"description": "
|
|
318428
|
-
"name": "
|
|
318170
|
+
"description": "",
|
|
318171
|
+
"name": "children",
|
|
318172
|
+
"declarations": [
|
|
318173
|
+
{
|
|
318174
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318175
|
+
"name": "TypeLiteral"
|
|
318176
|
+
}
|
|
318177
|
+
],
|
|
318178
|
+
"required": false,
|
|
318179
|
+
"type": {
|
|
318180
|
+
"name": "ReactNode"
|
|
318181
|
+
}
|
|
318182
|
+
}
|
|
318183
|
+
}
|
|
318184
|
+
},
|
|
318185
|
+
{
|
|
318186
|
+
"tags": {
|
|
318187
|
+
"flr-generate": "all"
|
|
318188
|
+
},
|
|
318189
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
|
|
318190
|
+
"description": "",
|
|
318191
|
+
"displayName": "ContextMenuTrigger",
|
|
318192
|
+
"methods": [],
|
|
318193
|
+
"props": {
|
|
318194
|
+
"isDefaultOpen": {
|
|
318195
|
+
"defaultValue": null,
|
|
318196
|
+
"description": "Whether the overlay should be open initially.",
|
|
318197
|
+
"name": "isDefaultOpen",
|
|
318429
318198
|
"parent": {
|
|
318430
|
-
"fileName": "
|
|
318431
|
-
"name": "
|
|
318199
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
318200
|
+
"name": "OverlayTriggerProps"
|
|
318432
318201
|
},
|
|
318433
318202
|
"declarations": [
|
|
318434
318203
|
{
|
|
318435
|
-
"fileName": "
|
|
318436
|
-
"name": "
|
|
318204
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
318205
|
+
"name": "OverlayTriggerProps"
|
|
318437
318206
|
}
|
|
318438
318207
|
],
|
|
318439
318208
|
"required": false,
|
|
318440
318209
|
"type": {
|
|
318441
|
-
"name": "
|
|
318210
|
+
"name": "boolean"
|
|
318442
318211
|
}
|
|
318443
318212
|
},
|
|
318444
|
-
"
|
|
318213
|
+
"controller": {
|
|
318445
318214
|
"defaultValue": null,
|
|
318446
|
-
"description": "
|
|
318447
|
-
"name": "
|
|
318215
|
+
"description": "A controller to control the state of the overlay.",
|
|
318216
|
+
"name": "controller",
|
|
318448
318217
|
"parent": {
|
|
318449
|
-
"fileName": "
|
|
318450
|
-
"name": "
|
|
318218
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
318219
|
+
"name": "OverlayTriggerProps"
|
|
318451
318220
|
},
|
|
318452
318221
|
"declarations": [
|
|
318453
318222
|
{
|
|
318454
|
-
"fileName": "
|
|
318455
|
-
"name": "
|
|
318223
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
318224
|
+
"name": "OverlayTriggerProps"
|
|
318456
318225
|
}
|
|
318457
318226
|
],
|
|
318458
318227
|
"required": false,
|
|
318459
318228
|
"type": {
|
|
318460
|
-
"name": "
|
|
318229
|
+
"name": "OverlayController"
|
|
318461
318230
|
}
|
|
318462
318231
|
},
|
|
318463
|
-
"
|
|
318232
|
+
"wrapWith": {
|
|
318464
318233
|
"defaultValue": null,
|
|
318465
318234
|
"description": "",
|
|
318466
|
-
"name": "
|
|
318235
|
+
"name": "wrapWith",
|
|
318236
|
+
"parent": {
|
|
318237
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
318238
|
+
"name": "FlowComponentProps"
|
|
318239
|
+
},
|
|
318467
318240
|
"declarations": [
|
|
318468
318241
|
{
|
|
318469
|
-
"fileName": "components/src/
|
|
318242
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
318243
|
+
"name": "FlowComponentProps"
|
|
318244
|
+
}
|
|
318245
|
+
],
|
|
318246
|
+
"required": false,
|
|
318247
|
+
"type": {
|
|
318248
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
318249
|
+
}
|
|
318250
|
+
},
|
|
318251
|
+
"tunnelId": {
|
|
318252
|
+
"defaultValue": null,
|
|
318253
|
+
"description": "@internal",
|
|
318254
|
+
"name": "tunnelId",
|
|
318255
|
+
"parent": {
|
|
318256
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
318257
|
+
"name": "PropsWithTunnel"
|
|
318258
|
+
},
|
|
318259
|
+
"declarations": [
|
|
318260
|
+
{
|
|
318261
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
318262
|
+
"name": "PropsWithTunnel"
|
|
318263
|
+
}
|
|
318264
|
+
],
|
|
318265
|
+
"required": false,
|
|
318266
|
+
"type": {
|
|
318267
|
+
"name": "string | null"
|
|
318268
|
+
}
|
|
318269
|
+
},
|
|
318270
|
+
"ref": {
|
|
318271
|
+
"defaultValue": null,
|
|
318272
|
+
"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}",
|
|
318273
|
+
"name": "ref",
|
|
318274
|
+
"parent": {
|
|
318275
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318276
|
+
"name": "RefAttributes"
|
|
318277
|
+
},
|
|
318278
|
+
"declarations": [
|
|
318279
|
+
{
|
|
318280
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318281
|
+
"name": "RefAttributes"
|
|
318282
|
+
}
|
|
318283
|
+
],
|
|
318284
|
+
"required": false,
|
|
318285
|
+
"type": {
|
|
318286
|
+
"name": "Ref<HTMLSpanElement>"
|
|
318287
|
+
}
|
|
318288
|
+
},
|
|
318289
|
+
"key": {
|
|
318290
|
+
"defaultValue": null,
|
|
318291
|
+
"description": "",
|
|
318292
|
+
"name": "key",
|
|
318293
|
+
"parent": {
|
|
318294
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318295
|
+
"name": "Attributes"
|
|
318296
|
+
},
|
|
318297
|
+
"declarations": [
|
|
318298
|
+
{
|
|
318299
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318300
|
+
"name": "Attributes"
|
|
318301
|
+
}
|
|
318302
|
+
],
|
|
318303
|
+
"required": false,
|
|
318304
|
+
"type": {
|
|
318305
|
+
"name": "Key | null"
|
|
318306
|
+
}
|
|
318307
|
+
},
|
|
318308
|
+
"children": {
|
|
318309
|
+
"defaultValue": null,
|
|
318310
|
+
"description": "",
|
|
318311
|
+
"name": "children",
|
|
318312
|
+
"declarations": [
|
|
318313
|
+
{
|
|
318314
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318470
318315
|
"name": "TypeLiteral"
|
|
318471
318316
|
}
|
|
318472
318317
|
],
|
|
318473
318318
|
"required": false,
|
|
318474
318319
|
"type": {
|
|
318475
|
-
"name": "
|
|
318320
|
+
"name": "ReactNode"
|
|
318476
318321
|
}
|
|
318477
318322
|
}
|
|
318478
318323
|
}
|
|
@@ -320278,6 +320123,161 @@
|
|
|
320278
320123
|
}
|
|
320279
320124
|
}
|
|
320280
320125
|
},
|
|
320126
|
+
{
|
|
320127
|
+
"tags": {
|
|
320128
|
+
"flr-generate": "all"
|
|
320129
|
+
},
|
|
320130
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
320131
|
+
"description": "",
|
|
320132
|
+
"displayName": "ContextMenuSection",
|
|
320133
|
+
"methods": [],
|
|
320134
|
+
"props": {
|
|
320135
|
+
"children": {
|
|
320136
|
+
"defaultValue": null,
|
|
320137
|
+
"description": "",
|
|
320138
|
+
"name": "children",
|
|
320139
|
+
"declarations": [
|
|
320140
|
+
{
|
|
320141
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
320142
|
+
"name": "TypeLiteral"
|
|
320143
|
+
}
|
|
320144
|
+
],
|
|
320145
|
+
"required": false,
|
|
320146
|
+
"type": {
|
|
320147
|
+
"name": "ReactNode"
|
|
320148
|
+
}
|
|
320149
|
+
},
|
|
320150
|
+
"wrapWith": {
|
|
320151
|
+
"defaultValue": null,
|
|
320152
|
+
"description": "",
|
|
320153
|
+
"name": "wrapWith",
|
|
320154
|
+
"parent": {
|
|
320155
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
320156
|
+
"name": "FlowComponentProps"
|
|
320157
|
+
},
|
|
320158
|
+
"declarations": [
|
|
320159
|
+
{
|
|
320160
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
320161
|
+
"name": "FlowComponentProps"
|
|
320162
|
+
}
|
|
320163
|
+
],
|
|
320164
|
+
"required": false,
|
|
320165
|
+
"type": {
|
|
320166
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
320167
|
+
}
|
|
320168
|
+
},
|
|
320169
|
+
"tunnelId": {
|
|
320170
|
+
"defaultValue": null,
|
|
320171
|
+
"description": "@internal",
|
|
320172
|
+
"name": "tunnelId",
|
|
320173
|
+
"parent": {
|
|
320174
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
320175
|
+
"name": "PropsWithTunnel"
|
|
320176
|
+
},
|
|
320177
|
+
"declarations": [
|
|
320178
|
+
{
|
|
320179
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
320180
|
+
"name": "PropsWithTunnel"
|
|
320181
|
+
}
|
|
320182
|
+
],
|
|
320183
|
+
"required": false,
|
|
320184
|
+
"type": {
|
|
320185
|
+
"name": "string | null"
|
|
320186
|
+
}
|
|
320187
|
+
},
|
|
320188
|
+
"ref": {
|
|
320189
|
+
"defaultValue": null,
|
|
320190
|
+
"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}",
|
|
320191
|
+
"name": "ref",
|
|
320192
|
+
"parent": {
|
|
320193
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
320194
|
+
"name": "RefAttributes"
|
|
320195
|
+
},
|
|
320196
|
+
"declarations": [
|
|
320197
|
+
{
|
|
320198
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
320199
|
+
"name": "RefAttributes"
|
|
320200
|
+
}
|
|
320201
|
+
],
|
|
320202
|
+
"required": false,
|
|
320203
|
+
"type": {
|
|
320204
|
+
"name": "Ref<HTMLSpanElement>"
|
|
320205
|
+
}
|
|
320206
|
+
},
|
|
320207
|
+
"key": {
|
|
320208
|
+
"defaultValue": null,
|
|
320209
|
+
"description": "",
|
|
320210
|
+
"name": "key",
|
|
320211
|
+
"parent": {
|
|
320212
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
320213
|
+
"name": "Attributes"
|
|
320214
|
+
},
|
|
320215
|
+
"declarations": [
|
|
320216
|
+
{
|
|
320217
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
320218
|
+
"name": "Attributes"
|
|
320219
|
+
}
|
|
320220
|
+
],
|
|
320221
|
+
"required": false,
|
|
320222
|
+
"type": {
|
|
320223
|
+
"name": "Key | null"
|
|
320224
|
+
}
|
|
320225
|
+
},
|
|
320226
|
+
"selectedKeys": {
|
|
320227
|
+
"defaultValue": null,
|
|
320228
|
+
"description": "The currently selected keys in the collection (controlled).",
|
|
320229
|
+
"name": "selectedKeys",
|
|
320230
|
+
"parent": {
|
|
320231
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
320232
|
+
"name": "MultipleSelection"
|
|
320233
|
+
},
|
|
320234
|
+
"declarations": [
|
|
320235
|
+
{
|
|
320236
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
320237
|
+
"name": "MultipleSelection"
|
|
320238
|
+
}
|
|
320239
|
+
],
|
|
320240
|
+
"required": false,
|
|
320241
|
+
"type": {
|
|
320242
|
+
"name": "\"all\" | Iterable<Key>"
|
|
320243
|
+
}
|
|
320244
|
+
},
|
|
320245
|
+
"defaultSelectedKeys": {
|
|
320246
|
+
"defaultValue": null,
|
|
320247
|
+
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
320248
|
+
"name": "defaultSelectedKeys",
|
|
320249
|
+
"parent": {
|
|
320250
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
320251
|
+
"name": "MultipleSelection"
|
|
320252
|
+
},
|
|
320253
|
+
"declarations": [
|
|
320254
|
+
{
|
|
320255
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
320256
|
+
"name": "MultipleSelection"
|
|
320257
|
+
}
|
|
320258
|
+
],
|
|
320259
|
+
"required": false,
|
|
320260
|
+
"type": {
|
|
320261
|
+
"name": "\"all\" | Iterable<Key>"
|
|
320262
|
+
}
|
|
320263
|
+
},
|
|
320264
|
+
"selectionMode": {
|
|
320265
|
+
"defaultValue": null,
|
|
320266
|
+
"description": "",
|
|
320267
|
+
"name": "selectionMode",
|
|
320268
|
+
"declarations": [
|
|
320269
|
+
{
|
|
320270
|
+
"fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
320271
|
+
"name": "TypeLiteral"
|
|
320272
|
+
}
|
|
320273
|
+
],
|
|
320274
|
+
"required": false,
|
|
320275
|
+
"type": {
|
|
320276
|
+
"name": "ContextMenuSelectionMode"
|
|
320277
|
+
}
|
|
320278
|
+
}
|
|
320279
|
+
}
|
|
320280
|
+
},
|
|
320281
320281
|
{
|
|
320282
320282
|
"tags": {},
|
|
320283
320283
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CodeEditor/languages/dotEnv/index.tsx",
|
package/dist/js/default.mjs
CHANGED
|
@@ -205,6 +205,7 @@ export { IllustratedMessage } from './packages/components/src/components/Illustr
|
|
|
205
205
|
export { Image } from './packages/components/src/components/Image/Image.mjs';
|
|
206
206
|
export { Initials } from './packages/components/src/components/Initials/Initials.mjs';
|
|
207
207
|
export { InlineCode } from './packages/components/src/components/InlineCode/InlineCode.mjs';
|
|
208
|
+
export { IntlProvider } from './packages/components/src/components/IntlProvider/IntlProvider.mjs';
|
|
208
209
|
export { Label } from './packages/components/src/components/Label/Label.mjs';
|
|
209
210
|
export { LabeledValue } from './packages/components/src/components/LabeledValue/LabeledValue.mjs';
|
|
210
211
|
export { LayoutCard } from './packages/components/src/components/LayoutCard/LayoutCard.mjs';
|
package/dist/js/default.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"default.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"default.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IntlProvider.mjs","sources":["../../../../../../../src/components/IntlProvider/IntlProvider.ts"],"sourcesContent":["import { I18nProvider } from \"react-aria-components\";\nexport const IntlProvider = I18nProvider;\n"],"names":[],"mappings":";;AACO,MAAM,YAAA,GAAe;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IntlProvider.d.ts","sourceRoot":"","sources":["../../../../src/components/IntlProvider/IntlProvider.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,eAAO,MAAM,YAAY,qBAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/IntlProvider/index.ts"],"names":[],"mappings":"AAAA,cAAc,wCAAwC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"public.d.ts","sourceRoot":"","sources":["../../../src/components/public.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"public.d.ts","sourceRoot":"","sources":["../../../src/components/public.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-react-components",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.771",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"@codemirror/lint": "^6.9.5",
|
|
61
61
|
"@internationalized/string-compiler": "^3.2.6",
|
|
62
62
|
"@lezer/highlight": "^1.2.3",
|
|
63
|
-
"@mittwald/flow-icons": "0.2.0-alpha.
|
|
63
|
+
"@mittwald/flow-icons": "0.2.0-alpha.771",
|
|
64
64
|
"@mittwald/password-tools-js": "3.0.0-alpha.18",
|
|
65
|
-
"@mittwald/react-tunnel": "0.2.0-alpha.
|
|
65
|
+
"@mittwald/react-tunnel": "0.2.0-alpha.771",
|
|
66
66
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
67
67
|
"@react-aria/form": "^3.1.3",
|
|
68
68
|
"@react-aria/live-announcer": "^3.4.4",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"@lezer/generator": "^1.8.0",
|
|
113
113
|
"@lezer/lr": "^1.4.8",
|
|
114
114
|
"@mittwald/flow-core": "",
|
|
115
|
-
"@mittwald/flow-design-tokens": "0.2.0-alpha.
|
|
115
|
+
"@mittwald/flow-design-tokens": "0.2.0-alpha.771",
|
|
116
116
|
"@mittwald/flow-icons-base": "",
|
|
117
117
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
118
118
|
"@mittwald/remote-dom-react": "1.2.2-mittwald.10",
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
},
|
|
166
166
|
"peerDependencies": {
|
|
167
167
|
"@internationalized/date": "^3.10.0",
|
|
168
|
-
"@mittwald/flow-icons-pro": "0.2.0-alpha.
|
|
168
|
+
"@mittwald/flow-icons-pro": "0.2.0-alpha.770",
|
|
169
169
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
170
170
|
"next": "*",
|
|
171
171
|
"react": "^19.2.0",
|
|
@@ -186,5 +186,5 @@
|
|
|
186
186
|
"optional": true
|
|
187
187
|
}
|
|
188
188
|
},
|
|
189
|
-
"gitHead": "
|
|
189
|
+
"gitHead": "07b38f5b7cc216af43abca9daa04bc419405d0c1"
|
|
190
190
|
}
|