@mittwald/flow-react-components 0.2.0-alpha.863 → 0.2.0-alpha.864
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.
|
@@ -102573,186 +102573,6 @@
|
|
|
102573
102573
|
}
|
|
102574
102574
|
}
|
|
102575
102575
|
},
|
|
102576
|
-
{
|
|
102577
|
-
"tags": {
|
|
102578
|
-
"flr-generate": "all"
|
|
102579
|
-
},
|
|
102580
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Kbd/Kbd.tsx",
|
|
102581
|
-
"description": "",
|
|
102582
|
-
"displayName": "Kbd",
|
|
102583
|
-
"methods": [],
|
|
102584
|
-
"props": {
|
|
102585
|
-
"keys": {
|
|
102586
|
-
"defaultValue": null,
|
|
102587
|
-
"description": "Array of keys to be joined",
|
|
102588
|
-
"name": "keys",
|
|
102589
|
-
"parent": {
|
|
102590
|
-
"fileName": "components/src/components/Kbd/Kbd.tsx",
|
|
102591
|
-
"name": "KbdProps"
|
|
102592
|
-
},
|
|
102593
|
-
"declarations": [
|
|
102594
|
-
{
|
|
102595
|
-
"fileName": "components/src/components/Kbd/Kbd.tsx",
|
|
102596
|
-
"name": "KbdProps"
|
|
102597
|
-
}
|
|
102598
|
-
],
|
|
102599
|
-
"required": false,
|
|
102600
|
-
"type": {
|
|
102601
|
-
"name": "string[]"
|
|
102602
|
-
}
|
|
102603
|
-
},
|
|
102604
|
-
"isDisabled": {
|
|
102605
|
-
"defaultValue": null,
|
|
102606
|
-
"description": "Whether the component is displayed as disabled",
|
|
102607
|
-
"name": "isDisabled",
|
|
102608
|
-
"parent": {
|
|
102609
|
-
"fileName": "components/src/components/Kbd/Kbd.tsx",
|
|
102610
|
-
"name": "KbdProps"
|
|
102611
|
-
},
|
|
102612
|
-
"declarations": [
|
|
102613
|
-
{
|
|
102614
|
-
"fileName": "components/src/components/Kbd/Kbd.tsx",
|
|
102615
|
-
"name": "KbdProps"
|
|
102616
|
-
}
|
|
102617
|
-
],
|
|
102618
|
-
"required": false,
|
|
102619
|
-
"type": {
|
|
102620
|
-
"name": "boolean"
|
|
102621
|
-
}
|
|
102622
|
-
},
|
|
102623
|
-
"variant": {
|
|
102624
|
-
"defaultValue": {
|
|
102625
|
-
"value": "\"plain\""
|
|
102626
|
-
},
|
|
102627
|
-
"description": "The visual variant",
|
|
102628
|
-
"name": "variant",
|
|
102629
|
-
"parent": {
|
|
102630
|
-
"fileName": "components/src/components/Kbd/Kbd.tsx",
|
|
102631
|
-
"name": "KbdProps"
|
|
102632
|
-
},
|
|
102633
|
-
"declarations": [
|
|
102634
|
-
{
|
|
102635
|
-
"fileName": "components/src/components/Kbd/Kbd.tsx",
|
|
102636
|
-
"name": "KbdProps"
|
|
102637
|
-
}
|
|
102638
|
-
],
|
|
102639
|
-
"required": false,
|
|
102640
|
-
"type": {
|
|
102641
|
-
"name": "\"plain\" | \"soft\""
|
|
102642
|
-
}
|
|
102643
|
-
},
|
|
102644
|
-
"className": {
|
|
102645
|
-
"defaultValue": null,
|
|
102646
|
-
"description": "The elements class name.",
|
|
102647
|
-
"name": "className",
|
|
102648
|
-
"parent": {
|
|
102649
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
102650
|
-
"name": "PropsWithClassName"
|
|
102651
|
-
},
|
|
102652
|
-
"declarations": [
|
|
102653
|
-
{
|
|
102654
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
102655
|
-
"name": "PropsWithClassName"
|
|
102656
|
-
}
|
|
102657
|
-
],
|
|
102658
|
-
"required": false,
|
|
102659
|
-
"type": {
|
|
102660
|
-
"name": "string"
|
|
102661
|
-
}
|
|
102662
|
-
},
|
|
102663
|
-
"wrapWith": {
|
|
102664
|
-
"defaultValue": null,
|
|
102665
|
-
"description": "",
|
|
102666
|
-
"name": "wrapWith",
|
|
102667
|
-
"parent": {
|
|
102668
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
102669
|
-
"name": "FlowComponentProps"
|
|
102670
|
-
},
|
|
102671
|
-
"declarations": [
|
|
102672
|
-
{
|
|
102673
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
102674
|
-
"name": "FlowComponentProps"
|
|
102675
|
-
}
|
|
102676
|
-
],
|
|
102677
|
-
"required": false,
|
|
102678
|
-
"type": {
|
|
102679
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
102680
|
-
}
|
|
102681
|
-
},
|
|
102682
|
-
"tunnel": {
|
|
102683
|
-
"defaultValue": null,
|
|
102684
|
-
"description": "@internal",
|
|
102685
|
-
"name": "tunnel",
|
|
102686
|
-
"parent": {
|
|
102687
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
102688
|
-
"name": "PropsWithTunnel"
|
|
102689
|
-
},
|
|
102690
|
-
"declarations": [
|
|
102691
|
-
{
|
|
102692
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
102693
|
-
"name": "PropsWithTunnel"
|
|
102694
|
-
}
|
|
102695
|
-
],
|
|
102696
|
-
"required": false,
|
|
102697
|
-
"type": {
|
|
102698
|
-
"name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
|
|
102699
|
-
}
|
|
102700
|
-
},
|
|
102701
|
-
"ref": {
|
|
102702
|
-
"defaultValue": null,
|
|
102703
|
-
"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}",
|
|
102704
|
-
"name": "ref",
|
|
102705
|
-
"parent": {
|
|
102706
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
102707
|
-
"name": "RefAttributes"
|
|
102708
|
-
},
|
|
102709
|
-
"declarations": [
|
|
102710
|
-
{
|
|
102711
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
102712
|
-
"name": "RefAttributes"
|
|
102713
|
-
}
|
|
102714
|
-
],
|
|
102715
|
-
"required": false,
|
|
102716
|
-
"type": {
|
|
102717
|
-
"name": "Ref<HTMLSpanElement>"
|
|
102718
|
-
}
|
|
102719
|
-
},
|
|
102720
|
-
"key": {
|
|
102721
|
-
"defaultValue": null,
|
|
102722
|
-
"description": "",
|
|
102723
|
-
"name": "key",
|
|
102724
|
-
"parent": {
|
|
102725
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
102726
|
-
"name": "Attributes"
|
|
102727
|
-
},
|
|
102728
|
-
"declarations": [
|
|
102729
|
-
{
|
|
102730
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
102731
|
-
"name": "Attributes"
|
|
102732
|
-
}
|
|
102733
|
-
],
|
|
102734
|
-
"required": false,
|
|
102735
|
-
"type": {
|
|
102736
|
-
"name": "Key | null"
|
|
102737
|
-
}
|
|
102738
|
-
},
|
|
102739
|
-
"children": {
|
|
102740
|
-
"defaultValue": null,
|
|
102741
|
-
"description": "",
|
|
102742
|
-
"name": "children",
|
|
102743
|
-
"declarations": [
|
|
102744
|
-
{
|
|
102745
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
102746
|
-
"name": "TypeLiteral"
|
|
102747
|
-
}
|
|
102748
|
-
],
|
|
102749
|
-
"required": false,
|
|
102750
|
-
"type": {
|
|
102751
|
-
"name": "ReactNode"
|
|
102752
|
-
}
|
|
102753
|
-
}
|
|
102754
|
-
}
|
|
102755
|
-
},
|
|
102756
102576
|
{
|
|
102757
102577
|
"tags": {
|
|
102758
102578
|
"flr-generate": "all"
|
|
@@ -108255,30 +108075,210 @@
|
|
|
108255
108075
|
"tags": {
|
|
108256
108076
|
"flr-generate": "all"
|
|
108257
108077
|
},
|
|
108258
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
108078
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Kbd/Kbd.tsx",
|
|
108259
108079
|
"description": "",
|
|
108260
|
-
"displayName": "
|
|
108080
|
+
"displayName": "Kbd",
|
|
108261
108081
|
"methods": [],
|
|
108262
108082
|
"props": {
|
|
108263
|
-
"
|
|
108083
|
+
"keys": {
|
|
108084
|
+
"defaultValue": null,
|
|
108085
|
+
"description": "Array of keys to be joined",
|
|
108086
|
+
"name": "keys",
|
|
108087
|
+
"parent": {
|
|
108088
|
+
"fileName": "components/src/components/Kbd/Kbd.tsx",
|
|
108089
|
+
"name": "KbdProps"
|
|
108090
|
+
},
|
|
108091
|
+
"declarations": [
|
|
108092
|
+
{
|
|
108093
|
+
"fileName": "components/src/components/Kbd/Kbd.tsx",
|
|
108094
|
+
"name": "KbdProps"
|
|
108095
|
+
}
|
|
108096
|
+
],
|
|
108097
|
+
"required": false,
|
|
108098
|
+
"type": {
|
|
108099
|
+
"name": "string[]"
|
|
108100
|
+
}
|
|
108101
|
+
},
|
|
108102
|
+
"isDisabled": {
|
|
108103
|
+
"defaultValue": null,
|
|
108104
|
+
"description": "Whether the component is displayed as disabled",
|
|
108105
|
+
"name": "isDisabled",
|
|
108106
|
+
"parent": {
|
|
108107
|
+
"fileName": "components/src/components/Kbd/Kbd.tsx",
|
|
108108
|
+
"name": "KbdProps"
|
|
108109
|
+
},
|
|
108110
|
+
"declarations": [
|
|
108111
|
+
{
|
|
108112
|
+
"fileName": "components/src/components/Kbd/Kbd.tsx",
|
|
108113
|
+
"name": "KbdProps"
|
|
108114
|
+
}
|
|
108115
|
+
],
|
|
108116
|
+
"required": false,
|
|
108117
|
+
"type": {
|
|
108118
|
+
"name": "boolean"
|
|
108119
|
+
}
|
|
108120
|
+
},
|
|
108121
|
+
"variant": {
|
|
108264
108122
|
"defaultValue": {
|
|
108265
|
-
"value": "\"
|
|
108123
|
+
"value": "\"plain\""
|
|
108266
108124
|
},
|
|
108267
|
-
"description": "The
|
|
108268
|
-
"name": "
|
|
108125
|
+
"description": "The visual variant",
|
|
108126
|
+
"name": "variant",
|
|
108269
108127
|
"parent": {
|
|
108270
|
-
"fileName": "components/src/components/
|
|
108271
|
-
"name": "
|
|
108128
|
+
"fileName": "components/src/components/Kbd/Kbd.tsx",
|
|
108129
|
+
"name": "KbdProps"
|
|
108272
108130
|
},
|
|
108273
108131
|
"declarations": [
|
|
108274
108132
|
{
|
|
108275
|
-
"fileName": "components/src/components/
|
|
108276
|
-
"name": "
|
|
108133
|
+
"fileName": "components/src/components/Kbd/Kbd.tsx",
|
|
108134
|
+
"name": "KbdProps"
|
|
108277
108135
|
}
|
|
108278
108136
|
],
|
|
108279
108137
|
"required": false,
|
|
108280
108138
|
"type": {
|
|
108281
|
-
"name": "\"
|
|
108139
|
+
"name": "\"plain\" | \"soft\""
|
|
108140
|
+
}
|
|
108141
|
+
},
|
|
108142
|
+
"className": {
|
|
108143
|
+
"defaultValue": null,
|
|
108144
|
+
"description": "The elements class name.",
|
|
108145
|
+
"name": "className",
|
|
108146
|
+
"parent": {
|
|
108147
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
108148
|
+
"name": "PropsWithClassName"
|
|
108149
|
+
},
|
|
108150
|
+
"declarations": [
|
|
108151
|
+
{
|
|
108152
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
108153
|
+
"name": "PropsWithClassName"
|
|
108154
|
+
}
|
|
108155
|
+
],
|
|
108156
|
+
"required": false,
|
|
108157
|
+
"type": {
|
|
108158
|
+
"name": "string"
|
|
108159
|
+
}
|
|
108160
|
+
},
|
|
108161
|
+
"wrapWith": {
|
|
108162
|
+
"defaultValue": null,
|
|
108163
|
+
"description": "",
|
|
108164
|
+
"name": "wrapWith",
|
|
108165
|
+
"parent": {
|
|
108166
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
108167
|
+
"name": "FlowComponentProps"
|
|
108168
|
+
},
|
|
108169
|
+
"declarations": [
|
|
108170
|
+
{
|
|
108171
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
108172
|
+
"name": "FlowComponentProps"
|
|
108173
|
+
}
|
|
108174
|
+
],
|
|
108175
|
+
"required": false,
|
|
108176
|
+
"type": {
|
|
108177
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
108178
|
+
}
|
|
108179
|
+
},
|
|
108180
|
+
"tunnel": {
|
|
108181
|
+
"defaultValue": null,
|
|
108182
|
+
"description": "@internal",
|
|
108183
|
+
"name": "tunnel",
|
|
108184
|
+
"parent": {
|
|
108185
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
108186
|
+
"name": "PropsWithTunnel"
|
|
108187
|
+
},
|
|
108188
|
+
"declarations": [
|
|
108189
|
+
{
|
|
108190
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
108191
|
+
"name": "PropsWithTunnel"
|
|
108192
|
+
}
|
|
108193
|
+
],
|
|
108194
|
+
"required": false,
|
|
108195
|
+
"type": {
|
|
108196
|
+
"name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
|
|
108197
|
+
}
|
|
108198
|
+
},
|
|
108199
|
+
"ref": {
|
|
108200
|
+
"defaultValue": null,
|
|
108201
|
+
"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}",
|
|
108202
|
+
"name": "ref",
|
|
108203
|
+
"parent": {
|
|
108204
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
108205
|
+
"name": "RefAttributes"
|
|
108206
|
+
},
|
|
108207
|
+
"declarations": [
|
|
108208
|
+
{
|
|
108209
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
108210
|
+
"name": "RefAttributes"
|
|
108211
|
+
}
|
|
108212
|
+
],
|
|
108213
|
+
"required": false,
|
|
108214
|
+
"type": {
|
|
108215
|
+
"name": "Ref<HTMLSpanElement>"
|
|
108216
|
+
}
|
|
108217
|
+
},
|
|
108218
|
+
"key": {
|
|
108219
|
+
"defaultValue": null,
|
|
108220
|
+
"description": "",
|
|
108221
|
+
"name": "key",
|
|
108222
|
+
"parent": {
|
|
108223
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
108224
|
+
"name": "Attributes"
|
|
108225
|
+
},
|
|
108226
|
+
"declarations": [
|
|
108227
|
+
{
|
|
108228
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
108229
|
+
"name": "Attributes"
|
|
108230
|
+
}
|
|
108231
|
+
],
|
|
108232
|
+
"required": false,
|
|
108233
|
+
"type": {
|
|
108234
|
+
"name": "Key | null"
|
|
108235
|
+
}
|
|
108236
|
+
},
|
|
108237
|
+
"children": {
|
|
108238
|
+
"defaultValue": null,
|
|
108239
|
+
"description": "",
|
|
108240
|
+
"name": "children",
|
|
108241
|
+
"declarations": [
|
|
108242
|
+
{
|
|
108243
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
108244
|
+
"name": "TypeLiteral"
|
|
108245
|
+
}
|
|
108246
|
+
],
|
|
108247
|
+
"required": false,
|
|
108248
|
+
"type": {
|
|
108249
|
+
"name": "ReactNode"
|
|
108250
|
+
}
|
|
108251
|
+
}
|
|
108252
|
+
}
|
|
108253
|
+
},
|
|
108254
|
+
{
|
|
108255
|
+
"tags": {
|
|
108256
|
+
"flr-generate": "all"
|
|
108257
|
+
},
|
|
108258
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/InlineCode/InlineCode.tsx",
|
|
108259
|
+
"description": "",
|
|
108260
|
+
"displayName": "InlineCode",
|
|
108261
|
+
"methods": [],
|
|
108262
|
+
"props": {
|
|
108263
|
+
"color": {
|
|
108264
|
+
"defaultValue": {
|
|
108265
|
+
"value": "\"default\""
|
|
108266
|
+
},
|
|
108267
|
+
"description": "The color schema of the inline code component.",
|
|
108268
|
+
"name": "color",
|
|
108269
|
+
"parent": {
|
|
108270
|
+
"fileName": "components/src/components/InlineCode/InlineCode.tsx",
|
|
108271
|
+
"name": "InlineCodeProps"
|
|
108272
|
+
},
|
|
108273
|
+
"declarations": [
|
|
108274
|
+
{
|
|
108275
|
+
"fileName": "components/src/components/InlineCode/InlineCode.tsx",
|
|
108276
|
+
"name": "InlineCodeProps"
|
|
108277
|
+
}
|
|
108278
|
+
],
|
|
108279
|
+
"required": false,
|
|
108280
|
+
"type": {
|
|
108281
|
+
"name": "\"default\" | \"dark\" | \"light\" | \"dark-static\" | \"light-static\""
|
|
108282
108282
|
}
|
|
108283
108283
|
},
|
|
108284
108284
|
"ref": {
|
|
@@ -285659,7 +285659,33 @@
|
|
|
285659
285659
|
"tags": {
|
|
285660
285660
|
"deprecated": "Use RouterProvider instead"
|
|
285661
285661
|
},
|
|
285662
|
-
"filePath": "src/integrations/nextjs/components/
|
|
285662
|
+
"filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
|
|
285663
|
+
"description": "",
|
|
285664
|
+
"displayName": "LinkProvider",
|
|
285665
|
+
"methods": [],
|
|
285666
|
+
"props": {
|
|
285667
|
+
"children": {
|
|
285668
|
+
"defaultValue": null,
|
|
285669
|
+
"description": "",
|
|
285670
|
+
"name": "children",
|
|
285671
|
+
"declarations": [
|
|
285672
|
+
{
|
|
285673
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
285674
|
+
"name": "TypeLiteral"
|
|
285675
|
+
}
|
|
285676
|
+
],
|
|
285677
|
+
"required": false,
|
|
285678
|
+
"type": {
|
|
285679
|
+
"name": "ReactNode"
|
|
285680
|
+
}
|
|
285681
|
+
}
|
|
285682
|
+
}
|
|
285683
|
+
},
|
|
285684
|
+
{
|
|
285685
|
+
"tags": {
|
|
285686
|
+
"deprecated": "Use RouterProvider instead"
|
|
285687
|
+
},
|
|
285688
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
285663
285689
|
"description": "",
|
|
285664
285690
|
"displayName": "Link",
|
|
285665
285691
|
"methods": [],
|
|
@@ -285669,12 +285695,12 @@
|
|
|
285669
285695
|
"description": "",
|
|
285670
285696
|
"name": "ref",
|
|
285671
285697
|
"parent": {
|
|
285672
|
-
"fileName": "src/integrations/nextjs/components/Link/Link.tsx",
|
|
285698
|
+
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
285673
285699
|
"name": "Props"
|
|
285674
285700
|
},
|
|
285675
285701
|
"declarations": [
|
|
285676
285702
|
{
|
|
285677
|
-
"fileName": "src/integrations/nextjs/components/Link/Link.tsx",
|
|
285703
|
+
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
285678
285704
|
"name": "Props"
|
|
285679
285705
|
}
|
|
285680
285706
|
],
|
|
@@ -285688,12 +285714,12 @@
|
|
|
285688
285714
|
"description": "",
|
|
285689
285715
|
"name": "isDisabled",
|
|
285690
285716
|
"parent": {
|
|
285691
|
-
"fileName": "src/integrations/nextjs/components/Link/Link.tsx",
|
|
285717
|
+
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
285692
285718
|
"name": "Props"
|
|
285693
285719
|
},
|
|
285694
285720
|
"declarations": [
|
|
285695
285721
|
{
|
|
285696
|
-
"fileName": "src/integrations/nextjs/components/Link/Link.tsx",
|
|
285722
|
+
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
285697
285723
|
"name": "Props"
|
|
285698
285724
|
}
|
|
285699
285725
|
],
|
|
@@ -291159,199 +291185,173 @@
|
|
|
291159
291185
|
},
|
|
291160
291186
|
{
|
|
291161
291187
|
"tags": {
|
|
291162
|
-
"
|
|
291188
|
+
"flr-generate": "all"
|
|
291163
291189
|
},
|
|
291164
|
-
"filePath": "src/
|
|
291190
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tooltip/components/TooltipTrigger/TooltipTrigger.tsx",
|
|
291165
291191
|
"description": "",
|
|
291166
|
-
"displayName": "
|
|
291192
|
+
"displayName": "TooltipTrigger",
|
|
291167
291193
|
"methods": [],
|
|
291168
291194
|
"props": {
|
|
291169
|
-
"
|
|
291170
|
-
"defaultValue": null,
|
|
291171
|
-
"description": "",
|
|
291172
|
-
"name": "
|
|
291173
|
-
"
|
|
291174
|
-
|
|
291175
|
-
|
|
291176
|
-
|
|
291177
|
-
|
|
291178
|
-
|
|
291179
|
-
|
|
291180
|
-
|
|
291181
|
-
|
|
291182
|
-
|
|
291183
|
-
|
|
291184
|
-
|
|
291185
|
-
|
|
291186
|
-
|
|
291187
|
-
|
|
291188
|
-
"
|
|
291189
|
-
|
|
291190
|
-
|
|
291191
|
-
|
|
291192
|
-
|
|
291193
|
-
|
|
291194
|
-
|
|
291195
|
-
|
|
291196
|
-
"
|
|
291197
|
-
|
|
291198
|
-
|
|
291199
|
-
|
|
291200
|
-
|
|
291201
|
-
|
|
291202
|
-
|
|
291203
|
-
"
|
|
291204
|
-
|
|
291205
|
-
|
|
291206
|
-
|
|
291207
|
-
|
|
291208
|
-
|
|
291209
|
-
"
|
|
291210
|
-
"
|
|
291211
|
-
|
|
291212
|
-
|
|
291213
|
-
|
|
291214
|
-
|
|
291215
|
-
"
|
|
291216
|
-
|
|
291217
|
-
|
|
291218
|
-
|
|
291219
|
-
|
|
291220
|
-
|
|
291221
|
-
|
|
291222
|
-
"
|
|
291223
|
-
|
|
291224
|
-
|
|
291225
|
-
|
|
291226
|
-
|
|
291227
|
-
|
|
291228
|
-
"
|
|
291229
|
-
"
|
|
291230
|
-
|
|
291231
|
-
|
|
291232
|
-
|
|
291233
|
-
|
|
291234
|
-
"
|
|
291235
|
-
|
|
291236
|
-
|
|
291237
|
-
|
|
291238
|
-
|
|
291239
|
-
|
|
291240
|
-
|
|
291241
|
-
"
|
|
291242
|
-
|
|
291243
|
-
|
|
291244
|
-
|
|
291245
|
-
|
|
291246
|
-
|
|
291247
|
-
|
|
291248
|
-
|
|
291249
|
-
|
|
291250
|
-
|
|
291251
|
-
|
|
291252
|
-
|
|
291253
|
-
|
|
291254
|
-
|
|
291255
|
-
"
|
|
291256
|
-
|
|
291257
|
-
|
|
291258
|
-
|
|
291259
|
-
|
|
291260
|
-
|
|
291261
|
-
|
|
291262
|
-
|
|
291263
|
-
|
|
291264
|
-
|
|
291265
|
-
|
|
291266
|
-
|
|
291267
|
-
"
|
|
291268
|
-
"
|
|
291269
|
-
}
|
|
291270
|
-
|
|
291271
|
-
|
|
291272
|
-
"
|
|
291273
|
-
"
|
|
291274
|
-
|
|
291275
|
-
|
|
291276
|
-
"
|
|
291277
|
-
|
|
291278
|
-
|
|
291279
|
-
|
|
291280
|
-
|
|
291281
|
-
|
|
291282
|
-
|
|
291283
|
-
|
|
291284
|
-
|
|
291285
|
-
|
|
291286
|
-
|
|
291287
|
-
|
|
291288
|
-
"
|
|
291289
|
-
"
|
|
291290
|
-
}
|
|
291291
|
-
|
|
291292
|
-
|
|
291293
|
-
"
|
|
291294
|
-
"
|
|
291295
|
-
|
|
291296
|
-
|
|
291297
|
-
"
|
|
291298
|
-
|
|
291299
|
-
|
|
291300
|
-
|
|
291301
|
-
|
|
291302
|
-
|
|
291303
|
-
|
|
291304
|
-
|
|
291305
|
-
|
|
291306
|
-
|
|
291307
|
-
|
|
291308
|
-
|
|
291309
|
-
"
|
|
291310
|
-
"
|
|
291311
|
-
}
|
|
291312
|
-
|
|
291313
|
-
|
|
291314
|
-
"
|
|
291315
|
-
"
|
|
291316
|
-
|
|
291317
|
-
|
|
291318
|
-
"
|
|
291319
|
-
|
|
291320
|
-
|
|
291321
|
-
|
|
291322
|
-
|
|
291323
|
-
|
|
291324
|
-
|
|
291325
|
-
|
|
291326
|
-
|
|
291327
|
-
|
|
291328
|
-
|
|
291329
|
-
"required": false,
|
|
291330
|
-
"type": {
|
|
291331
|
-
"name": "number"
|
|
291332
|
-
}
|
|
291333
|
-
},
|
|
291334
|
-
"shouldCloseOnPress": {
|
|
291335
|
-
"defaultValue": {
|
|
291336
|
-
"value": "true"
|
|
291337
|
-
},
|
|
291338
|
-
"description": "Whether the tooltip should close when the trigger is pressed.",
|
|
291339
|
-
"name": "shouldCloseOnPress",
|
|
291340
|
-
"parent": {
|
|
291341
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
|
|
291342
|
-
"name": "TooltipTriggerProps"
|
|
291343
|
-
},
|
|
291344
|
-
"declarations": [
|
|
291345
|
-
{
|
|
291346
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
|
|
291347
|
-
"name": "TooltipTriggerProps"
|
|
291348
|
-
}
|
|
291349
|
-
],
|
|
291350
|
-
"required": false,
|
|
291351
|
-
"type": {
|
|
291352
|
-
"name": "boolean"
|
|
291353
|
-
}
|
|
291354
|
-
},
|
|
291195
|
+
"isOpen": {
|
|
291196
|
+
"defaultValue": null,
|
|
291197
|
+
"description": "Whether the element is rendered.",
|
|
291198
|
+
"name": "isOpen",
|
|
291199
|
+
"parent": {
|
|
291200
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.4_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
291201
|
+
"name": "PositionProps"
|
|
291202
|
+
},
|
|
291203
|
+
"declarations": [
|
|
291204
|
+
{
|
|
291205
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.4_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
291206
|
+
"name": "PositionProps"
|
|
291207
|
+
}
|
|
291208
|
+
],
|
|
291209
|
+
"required": false,
|
|
291210
|
+
"type": {
|
|
291211
|
+
"name": "boolean"
|
|
291212
|
+
}
|
|
291213
|
+
},
|
|
291214
|
+
"defaultOpen": {
|
|
291215
|
+
"defaultValue": null,
|
|
291216
|
+
"description": "Whether the overlay is open by default (uncontrolled).",
|
|
291217
|
+
"name": "defaultOpen",
|
|
291218
|
+
"parent": {
|
|
291219
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.4_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
291220
|
+
"name": "OverlayTriggerProps"
|
|
291221
|
+
},
|
|
291222
|
+
"declarations": [
|
|
291223
|
+
{
|
|
291224
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.4_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
291225
|
+
"name": "OverlayTriggerProps"
|
|
291226
|
+
}
|
|
291227
|
+
],
|
|
291228
|
+
"required": false,
|
|
291229
|
+
"type": {
|
|
291230
|
+
"name": "boolean"
|
|
291231
|
+
}
|
|
291232
|
+
},
|
|
291233
|
+
"onOpenChange": {
|
|
291234
|
+
"defaultValue": null,
|
|
291235
|
+
"description": "Handler that is called when the overlay's open state changes.",
|
|
291236
|
+
"name": "onOpenChange",
|
|
291237
|
+
"parent": {
|
|
291238
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.4_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
291239
|
+
"name": "OverlayTriggerProps"
|
|
291240
|
+
},
|
|
291241
|
+
"declarations": [
|
|
291242
|
+
{
|
|
291243
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.4_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
291244
|
+
"name": "OverlayTriggerProps"
|
|
291245
|
+
}
|
|
291246
|
+
],
|
|
291247
|
+
"required": false,
|
|
291248
|
+
"type": {
|
|
291249
|
+
"name": "((isOpen: boolean) => void)"
|
|
291250
|
+
}
|
|
291251
|
+
},
|
|
291252
|
+
"isDisabled": {
|
|
291253
|
+
"defaultValue": null,
|
|
291254
|
+
"description": "Whether the tooltip should be disabled, independent from the trigger.",
|
|
291255
|
+
"name": "isDisabled",
|
|
291256
|
+
"parent": {
|
|
291257
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
|
|
291258
|
+
"name": "TooltipTriggerProps"
|
|
291259
|
+
},
|
|
291260
|
+
"declarations": [
|
|
291261
|
+
{
|
|
291262
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
|
|
291263
|
+
"name": "TooltipTriggerProps"
|
|
291264
|
+
}
|
|
291265
|
+
],
|
|
291266
|
+
"required": false,
|
|
291267
|
+
"type": {
|
|
291268
|
+
"name": "boolean"
|
|
291269
|
+
}
|
|
291270
|
+
},
|
|
291271
|
+
"trigger": {
|
|
291272
|
+
"defaultValue": {
|
|
291273
|
+
"value": "'hover'"
|
|
291274
|
+
},
|
|
291275
|
+
"description": "By default, opens for both focus and hover. Can be made to open only for focus.",
|
|
291276
|
+
"name": "trigger",
|
|
291277
|
+
"parent": {
|
|
291278
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
|
|
291279
|
+
"name": "TooltipTriggerProps"
|
|
291280
|
+
},
|
|
291281
|
+
"declarations": [
|
|
291282
|
+
{
|
|
291283
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
|
|
291284
|
+
"name": "TooltipTriggerProps"
|
|
291285
|
+
}
|
|
291286
|
+
],
|
|
291287
|
+
"required": false,
|
|
291288
|
+
"type": {
|
|
291289
|
+
"name": "\"hover\" | \"focus\""
|
|
291290
|
+
}
|
|
291291
|
+
},
|
|
291292
|
+
"delay": {
|
|
291293
|
+
"defaultValue": {
|
|
291294
|
+
"value": "1500"
|
|
291295
|
+
},
|
|
291296
|
+
"description": "The delay time for the tooltip to show up. [See guidelines](https://spectrum.adobe.com/page/tooltip/#Immediate-or-delayed-appearance).",
|
|
291297
|
+
"name": "delay",
|
|
291298
|
+
"parent": {
|
|
291299
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
|
|
291300
|
+
"name": "TooltipTriggerProps"
|
|
291301
|
+
},
|
|
291302
|
+
"declarations": [
|
|
291303
|
+
{
|
|
291304
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
|
|
291305
|
+
"name": "TooltipTriggerProps"
|
|
291306
|
+
}
|
|
291307
|
+
],
|
|
291308
|
+
"required": false,
|
|
291309
|
+
"type": {
|
|
291310
|
+
"name": "number"
|
|
291311
|
+
}
|
|
291312
|
+
},
|
|
291313
|
+
"closeDelay": {
|
|
291314
|
+
"defaultValue": {
|
|
291315
|
+
"value": "500"
|
|
291316
|
+
},
|
|
291317
|
+
"description": "The delay time for the tooltip to close. [See guidelines](https://spectrum.adobe.com/page/tooltip/#Warmup-and-cooldown).",
|
|
291318
|
+
"name": "closeDelay",
|
|
291319
|
+
"parent": {
|
|
291320
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
|
|
291321
|
+
"name": "TooltipTriggerProps"
|
|
291322
|
+
},
|
|
291323
|
+
"declarations": [
|
|
291324
|
+
{
|
|
291325
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
|
|
291326
|
+
"name": "TooltipTriggerProps"
|
|
291327
|
+
}
|
|
291328
|
+
],
|
|
291329
|
+
"required": false,
|
|
291330
|
+
"type": {
|
|
291331
|
+
"name": "number"
|
|
291332
|
+
}
|
|
291333
|
+
},
|
|
291334
|
+
"shouldCloseOnPress": {
|
|
291335
|
+
"defaultValue": {
|
|
291336
|
+
"value": "true"
|
|
291337
|
+
},
|
|
291338
|
+
"description": "Whether the tooltip should close when the trigger is pressed.",
|
|
291339
|
+
"name": "shouldCloseOnPress",
|
|
291340
|
+
"parent": {
|
|
291341
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
|
|
291342
|
+
"name": "TooltipTriggerProps"
|
|
291343
|
+
},
|
|
291344
|
+
"declarations": [
|
|
291345
|
+
{
|
|
291346
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
|
|
291347
|
+
"name": "TooltipTriggerProps"
|
|
291348
|
+
}
|
|
291349
|
+
],
|
|
291350
|
+
"required": false,
|
|
291351
|
+
"type": {
|
|
291352
|
+
"name": "boolean"
|
|
291353
|
+
}
|
|
291354
|
+
},
|
|
291355
291355
|
"children": {
|
|
291356
291356
|
"defaultValue": null,
|
|
291357
291357
|
"description": "",
|
|
@@ -306715,9 +306715,9 @@
|
|
|
306715
306715
|
"tags": {
|
|
306716
306716
|
"flr-generate": "all"
|
|
306717
306717
|
},
|
|
306718
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/
|
|
306718
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
|
|
306719
306719
|
"description": "",
|
|
306720
|
-
"displayName": "
|
|
306720
|
+
"displayName": "RadioButton",
|
|
306721
306721
|
"methods": [],
|
|
306722
306722
|
"props": {
|
|
306723
306723
|
"id": {
|
|
@@ -308624,9 +308624,9 @@
|
|
|
308624
308624
|
"tags": {
|
|
308625
308625
|
"flr-generate": "all"
|
|
308626
308626
|
},
|
|
308627
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/
|
|
308627
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
|
|
308628
308628
|
"description": "",
|
|
308629
|
-
"displayName": "
|
|
308629
|
+
"displayName": "Radio",
|
|
308630
308630
|
"methods": [],
|
|
308631
308631
|
"props": {
|
|
308632
308632
|
"id": {
|
|
@@ -311096,6 +311096,93 @@
|
|
|
311096
311096
|
}
|
|
311097
311097
|
}
|
|
311098
311098
|
},
|
|
311099
|
+
{
|
|
311100
|
+
"tags": {
|
|
311101
|
+
"internal": ""
|
|
311102
|
+
},
|
|
311103
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ComplexityIndicator/ComplexityIndicator.tsx",
|
|
311104
|
+
"description": "",
|
|
311105
|
+
"displayName": "ComplexityIndicator",
|
|
311106
|
+
"methods": [],
|
|
311107
|
+
"props": {
|
|
311108
|
+
"isLoading": {
|
|
311109
|
+
"defaultValue": null,
|
|
311110
|
+
"description": "",
|
|
311111
|
+
"name": "isLoading",
|
|
311112
|
+
"parent": {
|
|
311113
|
+
"fileName": "components/src/components/PasswordCreationField/components/ComplexityIndicator/ComplexityIndicator.tsx",
|
|
311114
|
+
"name": "ComplexityIndicatorProps"
|
|
311115
|
+
},
|
|
311116
|
+
"declarations": [
|
|
311117
|
+
{
|
|
311118
|
+
"fileName": "components/src/components/PasswordCreationField/components/ComplexityIndicator/ComplexityIndicator.tsx",
|
|
311119
|
+
"name": "ComplexityIndicatorProps"
|
|
311120
|
+
}
|
|
311121
|
+
],
|
|
311122
|
+
"required": true,
|
|
311123
|
+
"type": {
|
|
311124
|
+
"name": "boolean"
|
|
311125
|
+
}
|
|
311126
|
+
},
|
|
311127
|
+
"isEmptyValue": {
|
|
311128
|
+
"defaultValue": null,
|
|
311129
|
+
"description": "",
|
|
311130
|
+
"name": "isEmptyValue",
|
|
311131
|
+
"parent": {
|
|
311132
|
+
"fileName": "components/src/components/PasswordCreationField/components/ComplexityIndicator/ComplexityIndicator.tsx",
|
|
311133
|
+
"name": "ComplexityIndicatorProps"
|
|
311134
|
+
},
|
|
311135
|
+
"declarations": [
|
|
311136
|
+
{
|
|
311137
|
+
"fileName": "components/src/components/PasswordCreationField/components/ComplexityIndicator/ComplexityIndicator.tsx",
|
|
311138
|
+
"name": "ComplexityIndicatorProps"
|
|
311139
|
+
}
|
|
311140
|
+
],
|
|
311141
|
+
"required": true,
|
|
311142
|
+
"type": {
|
|
311143
|
+
"name": "boolean"
|
|
311144
|
+
}
|
|
311145
|
+
},
|
|
311146
|
+
"validationResultState": {
|
|
311147
|
+
"defaultValue": null,
|
|
311148
|
+
"description": "",
|
|
311149
|
+
"name": "validationResultState",
|
|
311150
|
+
"parent": {
|
|
311151
|
+
"fileName": "components/src/components/PasswordCreationField/components/ComplexityIndicator/ComplexityIndicator.tsx",
|
|
311152
|
+
"name": "ComplexityIndicatorProps"
|
|
311153
|
+
},
|
|
311154
|
+
"declarations": [
|
|
311155
|
+
{
|
|
311156
|
+
"fileName": "components/src/components/PasswordCreationField/components/ComplexityIndicator/ComplexityIndicator.tsx",
|
|
311157
|
+
"name": "ComplexityIndicatorProps"
|
|
311158
|
+
}
|
|
311159
|
+
],
|
|
311160
|
+
"required": true,
|
|
311161
|
+
"type": {
|
|
311162
|
+
"name": "StateFromLatestPolicyValidationResult"
|
|
311163
|
+
}
|
|
311164
|
+
},
|
|
311165
|
+
"policyValidationResult": {
|
|
311166
|
+
"defaultValue": null,
|
|
311167
|
+
"description": "",
|
|
311168
|
+
"name": "policyValidationResult",
|
|
311169
|
+
"parent": {
|
|
311170
|
+
"fileName": "components/src/components/PasswordCreationField/components/ComplexityIndicator/ComplexityIndicator.tsx",
|
|
311171
|
+
"name": "ComplexityIndicatorProps"
|
|
311172
|
+
},
|
|
311173
|
+
"declarations": [
|
|
311174
|
+
{
|
|
311175
|
+
"fileName": "components/src/components/PasswordCreationField/components/ComplexityIndicator/ComplexityIndicator.tsx",
|
|
311176
|
+
"name": "ComplexityIndicatorProps"
|
|
311177
|
+
}
|
|
311178
|
+
],
|
|
311179
|
+
"required": true,
|
|
311180
|
+
"type": {
|
|
311181
|
+
"name": "ResolvedPolicyValidationResult"
|
|
311182
|
+
}
|
|
311183
|
+
}
|
|
311184
|
+
}
|
|
311185
|
+
},
|
|
311099
311186
|
{
|
|
311100
311187
|
"tags": {},
|
|
311101
311188
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
@@ -311143,93 +311230,6 @@
|
|
|
311143
311230
|
}
|
|
311144
311231
|
}
|
|
311145
311232
|
},
|
|
311146
|
-
{
|
|
311147
|
-
"tags": {
|
|
311148
|
-
"internal": ""
|
|
311149
|
-
},
|
|
311150
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ComplexityIndicator/ComplexityIndicator.tsx",
|
|
311151
|
-
"description": "",
|
|
311152
|
-
"displayName": "ComplexityIndicator",
|
|
311153
|
-
"methods": [],
|
|
311154
|
-
"props": {
|
|
311155
|
-
"isLoading": {
|
|
311156
|
-
"defaultValue": null,
|
|
311157
|
-
"description": "",
|
|
311158
|
-
"name": "isLoading",
|
|
311159
|
-
"parent": {
|
|
311160
|
-
"fileName": "components/src/components/PasswordCreationField/components/ComplexityIndicator/ComplexityIndicator.tsx",
|
|
311161
|
-
"name": "ComplexityIndicatorProps"
|
|
311162
|
-
},
|
|
311163
|
-
"declarations": [
|
|
311164
|
-
{
|
|
311165
|
-
"fileName": "components/src/components/PasswordCreationField/components/ComplexityIndicator/ComplexityIndicator.tsx",
|
|
311166
|
-
"name": "ComplexityIndicatorProps"
|
|
311167
|
-
}
|
|
311168
|
-
],
|
|
311169
|
-
"required": true,
|
|
311170
|
-
"type": {
|
|
311171
|
-
"name": "boolean"
|
|
311172
|
-
}
|
|
311173
|
-
},
|
|
311174
|
-
"isEmptyValue": {
|
|
311175
|
-
"defaultValue": null,
|
|
311176
|
-
"description": "",
|
|
311177
|
-
"name": "isEmptyValue",
|
|
311178
|
-
"parent": {
|
|
311179
|
-
"fileName": "components/src/components/PasswordCreationField/components/ComplexityIndicator/ComplexityIndicator.tsx",
|
|
311180
|
-
"name": "ComplexityIndicatorProps"
|
|
311181
|
-
},
|
|
311182
|
-
"declarations": [
|
|
311183
|
-
{
|
|
311184
|
-
"fileName": "components/src/components/PasswordCreationField/components/ComplexityIndicator/ComplexityIndicator.tsx",
|
|
311185
|
-
"name": "ComplexityIndicatorProps"
|
|
311186
|
-
}
|
|
311187
|
-
],
|
|
311188
|
-
"required": true,
|
|
311189
|
-
"type": {
|
|
311190
|
-
"name": "boolean"
|
|
311191
|
-
}
|
|
311192
|
-
},
|
|
311193
|
-
"validationResultState": {
|
|
311194
|
-
"defaultValue": null,
|
|
311195
|
-
"description": "",
|
|
311196
|
-
"name": "validationResultState",
|
|
311197
|
-
"parent": {
|
|
311198
|
-
"fileName": "components/src/components/PasswordCreationField/components/ComplexityIndicator/ComplexityIndicator.tsx",
|
|
311199
|
-
"name": "ComplexityIndicatorProps"
|
|
311200
|
-
},
|
|
311201
|
-
"declarations": [
|
|
311202
|
-
{
|
|
311203
|
-
"fileName": "components/src/components/PasswordCreationField/components/ComplexityIndicator/ComplexityIndicator.tsx",
|
|
311204
|
-
"name": "ComplexityIndicatorProps"
|
|
311205
|
-
}
|
|
311206
|
-
],
|
|
311207
|
-
"required": true,
|
|
311208
|
-
"type": {
|
|
311209
|
-
"name": "StateFromLatestPolicyValidationResult"
|
|
311210
|
-
}
|
|
311211
|
-
},
|
|
311212
|
-
"policyValidationResult": {
|
|
311213
|
-
"defaultValue": null,
|
|
311214
|
-
"description": "",
|
|
311215
|
-
"name": "policyValidationResult",
|
|
311216
|
-
"parent": {
|
|
311217
|
-
"fileName": "components/src/components/PasswordCreationField/components/ComplexityIndicator/ComplexityIndicator.tsx",
|
|
311218
|
-
"name": "ComplexityIndicatorProps"
|
|
311219
|
-
},
|
|
311220
|
-
"declarations": [
|
|
311221
|
-
{
|
|
311222
|
-
"fileName": "components/src/components/PasswordCreationField/components/ComplexityIndicator/ComplexityIndicator.tsx",
|
|
311223
|
-
"name": "ComplexityIndicatorProps"
|
|
311224
|
-
}
|
|
311225
|
-
],
|
|
311226
|
-
"required": true,
|
|
311227
|
-
"type": {
|
|
311228
|
-
"name": "ResolvedPolicyValidationResult"
|
|
311229
|
-
}
|
|
311230
|
-
}
|
|
311231
|
-
}
|
|
311232
|
-
},
|
|
311233
311233
|
{
|
|
311234
311234
|
"tags": {
|
|
311235
311235
|
"flr-generate": "all"
|
|
@@ -316959,14 +316959,6 @@
|
|
|
316959
316959
|
"methods": [],
|
|
316960
316960
|
"props": {}
|
|
316961
316961
|
},
|
|
316962
|
-
{
|
|
316963
|
-
"tags": {},
|
|
316964
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
|
|
316965
|
-
"description": "",
|
|
316966
|
-
"displayName": "ConfirmUnsavedChangesModal",
|
|
316967
|
-
"methods": [],
|
|
316968
|
-
"props": {}
|
|
316969
|
-
},
|
|
316970
316962
|
{
|
|
316971
316963
|
"tags": {},
|
|
316972
316964
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
|
|
@@ -317105,6 +317097,14 @@
|
|
|
317105
317097
|
}
|
|
317106
317098
|
}
|
|
317107
317099
|
},
|
|
317100
|
+
{
|
|
317101
|
+
"tags": {},
|
|
317102
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
|
|
317103
|
+
"description": "",
|
|
317104
|
+
"displayName": "ConfirmUnsavedChangesModal",
|
|
317105
|
+
"methods": [],
|
|
317106
|
+
"props": {}
|
|
317107
|
+
},
|
|
317108
317108
|
{
|
|
317109
317109
|
"tags": {
|
|
317110
317110
|
"flr-generate": "all"
|
|
@@ -317528,6 +317528,129 @@
|
|
|
317528
317528
|
"methods": [],
|
|
317529
317529
|
"props": {}
|
|
317530
317530
|
},
|
|
317531
|
+
{
|
|
317532
|
+
"tags": {
|
|
317533
|
+
"flr-generate": "all"
|
|
317534
|
+
},
|
|
317535
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListSummary/ListSummary.tsx",
|
|
317536
|
+
"description": "",
|
|
317537
|
+
"displayName": "ListSummary",
|
|
317538
|
+
"methods": [],
|
|
317539
|
+
"props": {
|
|
317540
|
+
"position": {
|
|
317541
|
+
"defaultValue": {
|
|
317542
|
+
"value": ": \"top\""
|
|
317543
|
+
},
|
|
317544
|
+
"description": "Whether the summary is placed above or underneath the list",
|
|
317545
|
+
"name": "position",
|
|
317546
|
+
"parent": {
|
|
317547
|
+
"fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
|
|
317548
|
+
"name": "ListSummaryProps"
|
|
317549
|
+
},
|
|
317550
|
+
"declarations": [
|
|
317551
|
+
{
|
|
317552
|
+
"fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
|
|
317553
|
+
"name": "ListSummaryProps"
|
|
317554
|
+
}
|
|
317555
|
+
],
|
|
317556
|
+
"required": false,
|
|
317557
|
+
"type": {
|
|
317558
|
+
"name": "\"bottom\" | \"top\""
|
|
317559
|
+
}
|
|
317560
|
+
},
|
|
317561
|
+
"wrapWith": {
|
|
317562
|
+
"defaultValue": null,
|
|
317563
|
+
"description": "",
|
|
317564
|
+
"name": "wrapWith",
|
|
317565
|
+
"parent": {
|
|
317566
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
317567
|
+
"name": "FlowComponentProps"
|
|
317568
|
+
},
|
|
317569
|
+
"declarations": [
|
|
317570
|
+
{
|
|
317571
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
317572
|
+
"name": "FlowComponentProps"
|
|
317573
|
+
}
|
|
317574
|
+
],
|
|
317575
|
+
"required": false,
|
|
317576
|
+
"type": {
|
|
317577
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
317578
|
+
}
|
|
317579
|
+
},
|
|
317580
|
+
"tunnel": {
|
|
317581
|
+
"defaultValue": null,
|
|
317582
|
+
"description": "@internal",
|
|
317583
|
+
"name": "tunnel",
|
|
317584
|
+
"parent": {
|
|
317585
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
317586
|
+
"name": "PropsWithTunnel"
|
|
317587
|
+
},
|
|
317588
|
+
"declarations": [
|
|
317589
|
+
{
|
|
317590
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
317591
|
+
"name": "PropsWithTunnel"
|
|
317592
|
+
}
|
|
317593
|
+
],
|
|
317594
|
+
"required": false,
|
|
317595
|
+
"type": {
|
|
317596
|
+
"name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
|
|
317597
|
+
}
|
|
317598
|
+
},
|
|
317599
|
+
"ref": {
|
|
317600
|
+
"defaultValue": null,
|
|
317601
|
+
"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}",
|
|
317602
|
+
"name": "ref",
|
|
317603
|
+
"parent": {
|
|
317604
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
317605
|
+
"name": "RefAttributes"
|
|
317606
|
+
},
|
|
317607
|
+
"declarations": [
|
|
317608
|
+
{
|
|
317609
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
317610
|
+
"name": "RefAttributes"
|
|
317611
|
+
}
|
|
317612
|
+
],
|
|
317613
|
+
"required": false,
|
|
317614
|
+
"type": {
|
|
317615
|
+
"name": "Ref<HTMLSpanElement>"
|
|
317616
|
+
}
|
|
317617
|
+
},
|
|
317618
|
+
"key": {
|
|
317619
|
+
"defaultValue": null,
|
|
317620
|
+
"description": "",
|
|
317621
|
+
"name": "key",
|
|
317622
|
+
"parent": {
|
|
317623
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
317624
|
+
"name": "Attributes"
|
|
317625
|
+
},
|
|
317626
|
+
"declarations": [
|
|
317627
|
+
{
|
|
317628
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
317629
|
+
"name": "Attributes"
|
|
317630
|
+
}
|
|
317631
|
+
],
|
|
317632
|
+
"required": false,
|
|
317633
|
+
"type": {
|
|
317634
|
+
"name": "Key | null"
|
|
317635
|
+
}
|
|
317636
|
+
},
|
|
317637
|
+
"children": {
|
|
317638
|
+
"defaultValue": null,
|
|
317639
|
+
"description": "",
|
|
317640
|
+
"name": "children",
|
|
317641
|
+
"declarations": [
|
|
317642
|
+
{
|
|
317643
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
317644
|
+
"name": "TypeLiteral"
|
|
317645
|
+
}
|
|
317646
|
+
],
|
|
317647
|
+
"required": false,
|
|
317648
|
+
"type": {
|
|
317649
|
+
"name": "ReactNode"
|
|
317650
|
+
}
|
|
317651
|
+
}
|
|
317652
|
+
}
|
|
317653
|
+
},
|
|
317531
317654
|
{
|
|
317532
317655
|
"tags": {},
|
|
317533
317656
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
|
|
@@ -317752,129 +317875,6 @@
|
|
|
317752
317875
|
}
|
|
317753
317876
|
}
|
|
317754
317877
|
},
|
|
317755
|
-
{
|
|
317756
|
-
"tags": {
|
|
317757
|
-
"flr-generate": "all"
|
|
317758
|
-
},
|
|
317759
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListSummary/ListSummary.tsx",
|
|
317760
|
-
"description": "",
|
|
317761
|
-
"displayName": "ListSummary",
|
|
317762
|
-
"methods": [],
|
|
317763
|
-
"props": {
|
|
317764
|
-
"position": {
|
|
317765
|
-
"defaultValue": {
|
|
317766
|
-
"value": ": \"top\""
|
|
317767
|
-
},
|
|
317768
|
-
"description": "Whether the summary is placed above or underneath the list",
|
|
317769
|
-
"name": "position",
|
|
317770
|
-
"parent": {
|
|
317771
|
-
"fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
|
|
317772
|
-
"name": "ListSummaryProps"
|
|
317773
|
-
},
|
|
317774
|
-
"declarations": [
|
|
317775
|
-
{
|
|
317776
|
-
"fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
|
|
317777
|
-
"name": "ListSummaryProps"
|
|
317778
|
-
}
|
|
317779
|
-
],
|
|
317780
|
-
"required": false,
|
|
317781
|
-
"type": {
|
|
317782
|
-
"name": "\"bottom\" | \"top\""
|
|
317783
|
-
}
|
|
317784
|
-
},
|
|
317785
|
-
"wrapWith": {
|
|
317786
|
-
"defaultValue": null,
|
|
317787
|
-
"description": "",
|
|
317788
|
-
"name": "wrapWith",
|
|
317789
|
-
"parent": {
|
|
317790
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
317791
|
-
"name": "FlowComponentProps"
|
|
317792
|
-
},
|
|
317793
|
-
"declarations": [
|
|
317794
|
-
{
|
|
317795
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
317796
|
-
"name": "FlowComponentProps"
|
|
317797
|
-
}
|
|
317798
|
-
],
|
|
317799
|
-
"required": false,
|
|
317800
|
-
"type": {
|
|
317801
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
317802
|
-
}
|
|
317803
|
-
},
|
|
317804
|
-
"tunnel": {
|
|
317805
|
-
"defaultValue": null,
|
|
317806
|
-
"description": "@internal",
|
|
317807
|
-
"name": "tunnel",
|
|
317808
|
-
"parent": {
|
|
317809
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
317810
|
-
"name": "PropsWithTunnel"
|
|
317811
|
-
},
|
|
317812
|
-
"declarations": [
|
|
317813
|
-
{
|
|
317814
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
317815
|
-
"name": "PropsWithTunnel"
|
|
317816
|
-
}
|
|
317817
|
-
],
|
|
317818
|
-
"required": false,
|
|
317819
|
-
"type": {
|
|
317820
|
-
"name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
|
|
317821
|
-
}
|
|
317822
|
-
},
|
|
317823
|
-
"ref": {
|
|
317824
|
-
"defaultValue": null,
|
|
317825
|
-
"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}",
|
|
317826
|
-
"name": "ref",
|
|
317827
|
-
"parent": {
|
|
317828
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
317829
|
-
"name": "RefAttributes"
|
|
317830
|
-
},
|
|
317831
|
-
"declarations": [
|
|
317832
|
-
{
|
|
317833
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
317834
|
-
"name": "RefAttributes"
|
|
317835
|
-
}
|
|
317836
|
-
],
|
|
317837
|
-
"required": false,
|
|
317838
|
-
"type": {
|
|
317839
|
-
"name": "Ref<HTMLSpanElement>"
|
|
317840
|
-
}
|
|
317841
|
-
},
|
|
317842
|
-
"key": {
|
|
317843
|
-
"defaultValue": null,
|
|
317844
|
-
"description": "",
|
|
317845
|
-
"name": "key",
|
|
317846
|
-
"parent": {
|
|
317847
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
317848
|
-
"name": "Attributes"
|
|
317849
|
-
},
|
|
317850
|
-
"declarations": [
|
|
317851
|
-
{
|
|
317852
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
317853
|
-
"name": "Attributes"
|
|
317854
|
-
}
|
|
317855
|
-
],
|
|
317856
|
-
"required": false,
|
|
317857
|
-
"type": {
|
|
317858
|
-
"name": "Key | null"
|
|
317859
|
-
}
|
|
317860
|
-
},
|
|
317861
|
-
"children": {
|
|
317862
|
-
"defaultValue": null,
|
|
317863
|
-
"description": "",
|
|
317864
|
-
"name": "children",
|
|
317865
|
-
"declarations": [
|
|
317866
|
-
{
|
|
317867
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
317868
|
-
"name": "TypeLiteral"
|
|
317869
|
-
}
|
|
317870
|
-
],
|
|
317871
|
-
"required": false,
|
|
317872
|
-
"type": {
|
|
317873
|
-
"name": "ReactNode"
|
|
317874
|
-
}
|
|
317875
|
-
}
|
|
317876
|
-
}
|
|
317877
|
-
},
|
|
317878
317878
|
{
|
|
317879
317879
|
"tags": {},
|
|
317880
317880
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
|
|
@@ -317913,25 +317913,25 @@
|
|
|
317913
317913
|
},
|
|
317914
317914
|
{
|
|
317915
317915
|
"tags": {},
|
|
317916
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/
|
|
317916
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
|
|
317917
317917
|
"description": "",
|
|
317918
|
-
"displayName": "
|
|
317918
|
+
"displayName": "Footer",
|
|
317919
317919
|
"methods": [],
|
|
317920
317920
|
"props": {}
|
|
317921
317921
|
},
|
|
317922
317922
|
{
|
|
317923
317923
|
"tags": {},
|
|
317924
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/
|
|
317924
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/EmptyView/EmptyView.tsx",
|
|
317925
317925
|
"description": "",
|
|
317926
|
-
"displayName": "
|
|
317926
|
+
"displayName": "EmptyView",
|
|
317927
317927
|
"methods": [],
|
|
317928
317928
|
"props": {}
|
|
317929
317929
|
},
|
|
317930
317930
|
{
|
|
317931
317931
|
"tags": {},
|
|
317932
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/
|
|
317932
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/EmptySearchResultView/EmptySearchResultView.tsx",
|
|
317933
317933
|
"description": "",
|
|
317934
|
-
"displayName": "
|
|
317934
|
+
"displayName": "EmptySearchResultView",
|
|
317935
317935
|
"methods": [],
|
|
317936
317936
|
"props": {}
|
|
317937
317937
|
},
|
|
@@ -324571,175 +324571,6 @@
|
|
|
324571
324571
|
}
|
|
324572
324572
|
}
|
|
324573
324573
|
},
|
|
324574
|
-
{
|
|
324575
|
-
"tags": {
|
|
324576
|
-
"flr-generate": "all"
|
|
324577
|
-
},
|
|
324578
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
324579
|
-
"description": "",
|
|
324580
|
-
"displayName": "Line",
|
|
324581
|
-
"methods": [],
|
|
324582
|
-
"props": {
|
|
324583
|
-
"dataKey": {
|
|
324584
|
-
"defaultValue": null,
|
|
324585
|
-
"description": "",
|
|
324586
|
-
"name": "dataKey",
|
|
324587
|
-
"parent": {
|
|
324588
|
-
"fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
324589
|
-
"name": "LineProps"
|
|
324590
|
-
},
|
|
324591
|
-
"declarations": [
|
|
324592
|
-
{
|
|
324593
|
-
"fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
324594
|
-
"name": "LineProps"
|
|
324595
|
-
}
|
|
324596
|
-
],
|
|
324597
|
-
"required": false,
|
|
324598
|
-
"type": {
|
|
324599
|
-
"name": "DataKey<ChartDataValue>"
|
|
324600
|
-
}
|
|
324601
|
-
},
|
|
324602
|
-
"color": {
|
|
324603
|
-
"defaultValue": {
|
|
324604
|
-
"value": "\"sea-green\""
|
|
324605
|
-
},
|
|
324606
|
-
"description": "The color of the line.",
|
|
324607
|
-
"name": "color",
|
|
324608
|
-
"parent": {
|
|
324609
|
-
"fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
324610
|
-
"name": "LineProps"
|
|
324611
|
-
},
|
|
324612
|
-
"declarations": [
|
|
324613
|
-
{
|
|
324614
|
-
"fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
324615
|
-
"name": "LineProps"
|
|
324616
|
-
}
|
|
324617
|
-
],
|
|
324618
|
-
"required": false,
|
|
324619
|
-
"type": {
|
|
324620
|
-
"name": "CategoricalWithCustomColor"
|
|
324621
|
-
}
|
|
324622
|
-
},
|
|
324623
|
-
"className": {
|
|
324624
|
-
"defaultValue": null,
|
|
324625
|
-
"description": "",
|
|
324626
|
-
"name": "className",
|
|
324627
|
-
"parent": {
|
|
324628
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
324629
|
-
"name": "HTMLAttributes"
|
|
324630
|
-
},
|
|
324631
|
-
"declarations": [
|
|
324632
|
-
{
|
|
324633
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
324634
|
-
"name": "HTMLAttributes"
|
|
324635
|
-
}
|
|
324636
|
-
],
|
|
324637
|
-
"required": false,
|
|
324638
|
-
"type": {
|
|
324639
|
-
"name": "string"
|
|
324640
|
-
}
|
|
324641
|
-
},
|
|
324642
|
-
"key": {
|
|
324643
|
-
"defaultValue": null,
|
|
324644
|
-
"description": "",
|
|
324645
|
-
"name": "key",
|
|
324646
|
-
"parent": {
|
|
324647
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
324648
|
-
"name": "Attributes"
|
|
324649
|
-
},
|
|
324650
|
-
"declarations": [
|
|
324651
|
-
{
|
|
324652
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
324653
|
-
"name": "Attributes"
|
|
324654
|
-
}
|
|
324655
|
-
],
|
|
324656
|
-
"required": false,
|
|
324657
|
-
"type": {
|
|
324658
|
-
"name": "Key | null"
|
|
324659
|
-
}
|
|
324660
|
-
},
|
|
324661
|
-
"type": {
|
|
324662
|
-
"defaultValue": null,
|
|
324663
|
-
"description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
|
|
324664
|
-
"name": "type",
|
|
324665
|
-
"parent": {
|
|
324666
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
|
|
324667
|
-
"name": "CurveProps"
|
|
324668
|
-
},
|
|
324669
|
-
"declarations": [
|
|
324670
|
-
{
|
|
324671
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
|
|
324672
|
-
"name": "CurveProps"
|
|
324673
|
-
},
|
|
324674
|
-
{
|
|
324675
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
324676
|
-
"name": "LineProps"
|
|
324677
|
-
}
|
|
324678
|
-
],
|
|
324679
|
-
"required": false,
|
|
324680
|
-
"type": {
|
|
324681
|
-
"name": "CurveType"
|
|
324682
|
-
}
|
|
324683
|
-
},
|
|
324684
|
-
"unit": {
|
|
324685
|
-
"defaultValue": null,
|
|
324686
|
-
"description": "The unit of data. This option will be used in tooltip.",
|
|
324687
|
-
"name": "unit",
|
|
324688
|
-
"parent": {
|
|
324689
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
324690
|
-
"name": "LineProps"
|
|
324691
|
-
},
|
|
324692
|
-
"declarations": [
|
|
324693
|
-
{
|
|
324694
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
324695
|
-
"name": "LineProps"
|
|
324696
|
-
}
|
|
324697
|
-
],
|
|
324698
|
-
"required": false,
|
|
324699
|
-
"type": {
|
|
324700
|
-
"name": "string | number | null"
|
|
324701
|
-
}
|
|
324702
|
-
},
|
|
324703
|
-
"xAxisId": {
|
|
324704
|
-
"defaultValue": null,
|
|
324705
|
-
"description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
|
|
324706
|
-
"name": "xAxisId",
|
|
324707
|
-
"parent": {
|
|
324708
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
324709
|
-
"name": "LineProps"
|
|
324710
|
-
},
|
|
324711
|
-
"declarations": [
|
|
324712
|
-
{
|
|
324713
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
324714
|
-
"name": "LineProps"
|
|
324715
|
-
}
|
|
324716
|
-
],
|
|
324717
|
-
"required": false,
|
|
324718
|
-
"type": {
|
|
324719
|
-
"name": "AxisId"
|
|
324720
|
-
}
|
|
324721
|
-
},
|
|
324722
|
-
"yAxisId": {
|
|
324723
|
-
"defaultValue": null,
|
|
324724
|
-
"description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
|
|
324725
|
-
"name": "yAxisId",
|
|
324726
|
-
"parent": {
|
|
324727
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
324728
|
-
"name": "LineProps"
|
|
324729
|
-
},
|
|
324730
|
-
"declarations": [
|
|
324731
|
-
{
|
|
324732
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
324733
|
-
"name": "LineProps"
|
|
324734
|
-
}
|
|
324735
|
-
],
|
|
324736
|
-
"required": false,
|
|
324737
|
-
"type": {
|
|
324738
|
-
"name": "AxisId"
|
|
324739
|
-
}
|
|
324740
|
-
}
|
|
324741
|
-
}
|
|
324742
|
-
},
|
|
324743
324574
|
{
|
|
324744
324575
|
"tags": {},
|
|
324745
324576
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.tsx",
|
|
@@ -325038,10 +324869,10 @@
|
|
|
325038
324869
|
"name": "CursorDefinition"
|
|
325039
324870
|
}
|
|
325040
324871
|
},
|
|
325041
|
-
"
|
|
324872
|
+
"position": {
|
|
325042
324873
|
"defaultValue": null,
|
|
325043
|
-
"description": "",
|
|
325044
|
-
"name": "
|
|
324874
|
+
"description": "If this field is set, the tooltip will be displayed at the specified position\nregardless of the mouse position.\n\nYou can set a single field (x or y) and let the other field be calculated automatically based\non the mouse position.",
|
|
324875
|
+
"name": "position",
|
|
325045
324876
|
"declarations": [
|
|
325046
324877
|
{
|
|
325047
324878
|
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
|
|
@@ -325050,13 +324881,13 @@
|
|
|
325050
324881
|
],
|
|
325051
324882
|
"required": false,
|
|
325052
324883
|
"type": {
|
|
325053
|
-
"name": "
|
|
324884
|
+
"name": "Partial<Coordinate>"
|
|
325054
324885
|
}
|
|
325055
324886
|
},
|
|
325056
|
-
"
|
|
324887
|
+
"defaultIndex": {
|
|
325057
324888
|
"defaultValue": null,
|
|
325058
|
-
"description": "
|
|
325059
|
-
"name": "
|
|
324889
|
+
"description": "",
|
|
324890
|
+
"name": "defaultIndex",
|
|
325060
324891
|
"declarations": [
|
|
325061
324892
|
{
|
|
325062
324893
|
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
|
|
@@ -325065,7 +324896,7 @@
|
|
|
325065
324896
|
],
|
|
325066
324897
|
"required": false,
|
|
325067
324898
|
"type": {
|
|
325068
|
-
"name": "
|
|
324899
|
+
"name": "number | TooltipIndex"
|
|
325069
324900
|
}
|
|
325070
324901
|
},
|
|
325071
324902
|
"includeHidden": {
|
|
@@ -325620,6 +325451,175 @@
|
|
|
325620
325451
|
}
|
|
325621
325452
|
}
|
|
325622
325453
|
},
|
|
325454
|
+
{
|
|
325455
|
+
"tags": {
|
|
325456
|
+
"flr-generate": "all"
|
|
325457
|
+
},
|
|
325458
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
325459
|
+
"description": "",
|
|
325460
|
+
"displayName": "Line",
|
|
325461
|
+
"methods": [],
|
|
325462
|
+
"props": {
|
|
325463
|
+
"dataKey": {
|
|
325464
|
+
"defaultValue": null,
|
|
325465
|
+
"description": "",
|
|
325466
|
+
"name": "dataKey",
|
|
325467
|
+
"parent": {
|
|
325468
|
+
"fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
325469
|
+
"name": "LineProps"
|
|
325470
|
+
},
|
|
325471
|
+
"declarations": [
|
|
325472
|
+
{
|
|
325473
|
+
"fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
325474
|
+
"name": "LineProps"
|
|
325475
|
+
}
|
|
325476
|
+
],
|
|
325477
|
+
"required": false,
|
|
325478
|
+
"type": {
|
|
325479
|
+
"name": "DataKey<ChartDataValue>"
|
|
325480
|
+
}
|
|
325481
|
+
},
|
|
325482
|
+
"color": {
|
|
325483
|
+
"defaultValue": {
|
|
325484
|
+
"value": "\"sea-green\""
|
|
325485
|
+
},
|
|
325486
|
+
"description": "The color of the line.",
|
|
325487
|
+
"name": "color",
|
|
325488
|
+
"parent": {
|
|
325489
|
+
"fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
325490
|
+
"name": "LineProps"
|
|
325491
|
+
},
|
|
325492
|
+
"declarations": [
|
|
325493
|
+
{
|
|
325494
|
+
"fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
325495
|
+
"name": "LineProps"
|
|
325496
|
+
}
|
|
325497
|
+
],
|
|
325498
|
+
"required": false,
|
|
325499
|
+
"type": {
|
|
325500
|
+
"name": "CategoricalWithCustomColor"
|
|
325501
|
+
}
|
|
325502
|
+
},
|
|
325503
|
+
"className": {
|
|
325504
|
+
"defaultValue": null,
|
|
325505
|
+
"description": "",
|
|
325506
|
+
"name": "className",
|
|
325507
|
+
"parent": {
|
|
325508
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
325509
|
+
"name": "HTMLAttributes"
|
|
325510
|
+
},
|
|
325511
|
+
"declarations": [
|
|
325512
|
+
{
|
|
325513
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
325514
|
+
"name": "HTMLAttributes"
|
|
325515
|
+
}
|
|
325516
|
+
],
|
|
325517
|
+
"required": false,
|
|
325518
|
+
"type": {
|
|
325519
|
+
"name": "string"
|
|
325520
|
+
}
|
|
325521
|
+
},
|
|
325522
|
+
"key": {
|
|
325523
|
+
"defaultValue": null,
|
|
325524
|
+
"description": "",
|
|
325525
|
+
"name": "key",
|
|
325526
|
+
"parent": {
|
|
325527
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
325528
|
+
"name": "Attributes"
|
|
325529
|
+
},
|
|
325530
|
+
"declarations": [
|
|
325531
|
+
{
|
|
325532
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
325533
|
+
"name": "Attributes"
|
|
325534
|
+
}
|
|
325535
|
+
],
|
|
325536
|
+
"required": false,
|
|
325537
|
+
"type": {
|
|
325538
|
+
"name": "Key | null"
|
|
325539
|
+
}
|
|
325540
|
+
},
|
|
325541
|
+
"type": {
|
|
325542
|
+
"defaultValue": null,
|
|
325543
|
+
"description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
|
|
325544
|
+
"name": "type",
|
|
325545
|
+
"parent": {
|
|
325546
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
|
|
325547
|
+
"name": "CurveProps"
|
|
325548
|
+
},
|
|
325549
|
+
"declarations": [
|
|
325550
|
+
{
|
|
325551
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
|
|
325552
|
+
"name": "CurveProps"
|
|
325553
|
+
},
|
|
325554
|
+
{
|
|
325555
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
325556
|
+
"name": "LineProps"
|
|
325557
|
+
}
|
|
325558
|
+
],
|
|
325559
|
+
"required": false,
|
|
325560
|
+
"type": {
|
|
325561
|
+
"name": "CurveType"
|
|
325562
|
+
}
|
|
325563
|
+
},
|
|
325564
|
+
"unit": {
|
|
325565
|
+
"defaultValue": null,
|
|
325566
|
+
"description": "The unit of data. This option will be used in tooltip.",
|
|
325567
|
+
"name": "unit",
|
|
325568
|
+
"parent": {
|
|
325569
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
325570
|
+
"name": "LineProps"
|
|
325571
|
+
},
|
|
325572
|
+
"declarations": [
|
|
325573
|
+
{
|
|
325574
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
325575
|
+
"name": "LineProps"
|
|
325576
|
+
}
|
|
325577
|
+
],
|
|
325578
|
+
"required": false,
|
|
325579
|
+
"type": {
|
|
325580
|
+
"name": "string | number | null"
|
|
325581
|
+
}
|
|
325582
|
+
},
|
|
325583
|
+
"xAxisId": {
|
|
325584
|
+
"defaultValue": null,
|
|
325585
|
+
"description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
|
|
325586
|
+
"name": "xAxisId",
|
|
325587
|
+
"parent": {
|
|
325588
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
325589
|
+
"name": "LineProps"
|
|
325590
|
+
},
|
|
325591
|
+
"declarations": [
|
|
325592
|
+
{
|
|
325593
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
325594
|
+
"name": "LineProps"
|
|
325595
|
+
}
|
|
325596
|
+
],
|
|
325597
|
+
"required": false,
|
|
325598
|
+
"type": {
|
|
325599
|
+
"name": "AxisId"
|
|
325600
|
+
}
|
|
325601
|
+
},
|
|
325602
|
+
"yAxisId": {
|
|
325603
|
+
"defaultValue": null,
|
|
325604
|
+
"description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
|
|
325605
|
+
"name": "yAxisId",
|
|
325606
|
+
"parent": {
|
|
325607
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
325608
|
+
"name": "LineProps"
|
|
325609
|
+
},
|
|
325610
|
+
"declarations": [
|
|
325611
|
+
{
|
|
325612
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
325613
|
+
"name": "LineProps"
|
|
325614
|
+
}
|
|
325615
|
+
],
|
|
325616
|
+
"required": false,
|
|
325617
|
+
"type": {
|
|
325618
|
+
"name": "AxisId"
|
|
325619
|
+
}
|
|
325620
|
+
}
|
|
325621
|
+
}
|
|
325622
|
+
},
|
|
325623
325623
|
{
|
|
325624
325624
|
"tags": {},
|
|
325625
325625
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartLegend/LegendContent.tsx",
|
|
@@ -344262,6 +344262,14 @@
|
|
|
344262
344262
|
}
|
|
344263
344263
|
}
|
|
344264
344264
|
},
|
|
344265
|
+
{
|
|
344266
|
+
"tags": {},
|
|
344267
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/components/CalendarHeader/CalendarHeader.tsx",
|
|
344268
|
+
"description": "",
|
|
344269
|
+
"displayName": "CalendarHeader",
|
|
344270
|
+
"methods": [],
|
|
344271
|
+
"props": {}
|
|
344272
|
+
},
|
|
344265
344273
|
{
|
|
344266
344274
|
"tags": {
|
|
344267
344275
|
"flr-generate": "all"
|
|
@@ -346149,14 +346157,6 @@
|
|
|
346149
346157
|
}
|
|
346150
346158
|
}
|
|
346151
346159
|
},
|
|
346152
|
-
{
|
|
346153
|
-
"tags": {},
|
|
346154
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/components/CalendarHeader/CalendarHeader.tsx",
|
|
346155
|
-
"description": "",
|
|
346156
|
-
"displayName": "CalendarHeader",
|
|
346157
|
-
"methods": [],
|
|
346158
|
-
"props": {}
|
|
346159
|
-
},
|
|
346160
346160
|
{
|
|
346161
346161
|
"tags": {},
|
|
346162
346162
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Breadcrumb/components/BreadcrumbItem/BreadcrumbItem.tsx",
|
|
@@ -358863,34 +358863,6 @@
|
|
|
358863
358863
|
}
|
|
358864
358864
|
}
|
|
358865
358865
|
},
|
|
358866
|
-
{
|
|
358867
|
-
"tags": {},
|
|
358868
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
|
|
358869
|
-
"description": "",
|
|
358870
|
-
"displayName": "ListItemSkeletonView",
|
|
358871
|
-
"methods": [],
|
|
358872
|
-
"props": {
|
|
358873
|
-
"viewMode": {
|
|
358874
|
-
"defaultValue": null,
|
|
358875
|
-
"description": "",
|
|
358876
|
-
"name": "viewMode",
|
|
358877
|
-
"parent": {
|
|
358878
|
-
"fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
|
|
358879
|
-
"name": "ListItemSkeletonViewProps"
|
|
358880
|
-
},
|
|
358881
|
-
"declarations": [
|
|
358882
|
-
{
|
|
358883
|
-
"fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
|
|
358884
|
-
"name": "ListItemSkeletonViewProps"
|
|
358885
|
-
}
|
|
358886
|
-
],
|
|
358887
|
-
"required": true,
|
|
358888
|
-
"type": {
|
|
358889
|
-
"name": "ListViewMode"
|
|
358890
|
-
}
|
|
358891
|
-
}
|
|
358892
|
-
}
|
|
358893
|
-
},
|
|
358894
358866
|
{
|
|
358895
358867
|
"tags": {},
|
|
358896
358868
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/index.tsx",
|
|
@@ -358976,5 +358948,33 @@
|
|
|
358976
358948
|
}
|
|
358977
358949
|
}
|
|
358978
358950
|
}
|
|
358951
|
+
},
|
|
358952
|
+
{
|
|
358953
|
+
"tags": {},
|
|
358954
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
|
|
358955
|
+
"description": "",
|
|
358956
|
+
"displayName": "ListItemSkeletonView",
|
|
358957
|
+
"methods": [],
|
|
358958
|
+
"props": {
|
|
358959
|
+
"viewMode": {
|
|
358960
|
+
"defaultValue": null,
|
|
358961
|
+
"description": "",
|
|
358962
|
+
"name": "viewMode",
|
|
358963
|
+
"parent": {
|
|
358964
|
+
"fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
|
|
358965
|
+
"name": "ListItemSkeletonViewProps"
|
|
358966
|
+
},
|
|
358967
|
+
"declarations": [
|
|
358968
|
+
{
|
|
358969
|
+
"fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
|
|
358970
|
+
"name": "ListItemSkeletonViewProps"
|
|
358971
|
+
}
|
|
358972
|
+
],
|
|
358973
|
+
"required": true,
|
|
358974
|
+
"type": {
|
|
358975
|
+
"name": "ListViewMode"
|
|
358976
|
+
}
|
|
358977
|
+
}
|
|
358978
|
+
}
|
|
358979
358979
|
}
|
|
358980
358980
|
]
|