datocms-react-ui 0.3.8 → 0.3.9
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/dist/cjs/Canvas/styles.module.css.json +1 -1
- package/dist/cjs/Section/index.js +23 -0
- package/dist/cjs/Section/index.js.map +1 -0
- package/dist/cjs/Section/styles.module.css.json +1 -0
- package/dist/cjs/SelectField/index.js +56 -0
- package/dist/cjs/SelectField/index.js.map +1 -0
- package/dist/cjs/SelectInput/index.js +133 -0
- package/dist/cjs/SelectInput/index.js.map +1 -0
- package/dist/cjs/TextInput/styles.module.css.json +1 -1
- package/dist/cjs/index.js +3 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/Canvas/styles.module.css.json +1 -1
- package/dist/esm/Section/index.d.ts +16 -0
- package/dist/esm/Section/index.js +16 -0
- package/dist/esm/Section/index.js.map +1 -0
- package/dist/esm/Section/styles.module.css.json +1 -0
- package/dist/esm/SelectField/index.d.ts +60 -0
- package/dist/esm/SelectField/index.js +46 -0
- package/dist/esm/SelectField/index.js.map +1 -0
- package/dist/esm/SelectInput/index.d.ts +17 -0
- package/dist/esm/SelectInput/index.js +104 -0
- package/dist/esm/SelectInput/index.js.map +1 -0
- package/dist/esm/TextInput/styles.module.css.json +1 -1
- package/dist/esm/index.d.ts +3 -0
- package/dist/esm/index.js +3 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/types/Section/index.d.ts +16 -0
- package/dist/types/SelectField/index.d.ts +60 -0
- package/dist/types/SelectInput/index.d.ts +17 -0
- package/dist/types/index.d.ts +3 -0
- package/package.json +9 -3
- package/styles.css +1 -1
- package/types.json +1525 -188
package/types.json
CHANGED
|
@@ -8713,6 +8713,208 @@
|
|
|
8713
8713
|
}
|
|
8714
8714
|
]
|
|
8715
8715
|
},
|
|
8716
|
+
{
|
|
8717
|
+
"id": 412,
|
|
8718
|
+
"name": "AsyncCreatableSelectInputProps",
|
|
8719
|
+
"kind": 4194304,
|
|
8720
|
+
"kindString": "Type alias",
|
|
8721
|
+
"flags": {},
|
|
8722
|
+
"sources": [
|
|
8723
|
+
{
|
|
8724
|
+
"fileName": "src/SelectInput/index.tsx",
|
|
8725
|
+
"line": 201,
|
|
8726
|
+
"character": 12
|
|
8727
|
+
}
|
|
8728
|
+
],
|
|
8729
|
+
"typeParameter": [
|
|
8730
|
+
{
|
|
8731
|
+
"id": 413,
|
|
8732
|
+
"name": "Option",
|
|
8733
|
+
"kind": 131072,
|
|
8734
|
+
"kindString": "Type parameter",
|
|
8735
|
+
"flags": {}
|
|
8736
|
+
},
|
|
8737
|
+
{
|
|
8738
|
+
"id": 414,
|
|
8739
|
+
"name": "IsMulti",
|
|
8740
|
+
"kind": 131072,
|
|
8741
|
+
"kindString": "Type parameter",
|
|
8742
|
+
"flags": {},
|
|
8743
|
+
"type": {
|
|
8744
|
+
"type": "intrinsic",
|
|
8745
|
+
"name": "boolean"
|
|
8746
|
+
}
|
|
8747
|
+
},
|
|
8748
|
+
{
|
|
8749
|
+
"id": 415,
|
|
8750
|
+
"name": "Group",
|
|
8751
|
+
"kind": 131072,
|
|
8752
|
+
"kindString": "Type parameter",
|
|
8753
|
+
"flags": {},
|
|
8754
|
+
"type": {
|
|
8755
|
+
"type": "reference",
|
|
8756
|
+
"typeArguments": [
|
|
8757
|
+
{
|
|
8758
|
+
"type": "reference",
|
|
8759
|
+
"id": 413,
|
|
8760
|
+
"name": "Option"
|
|
8761
|
+
}
|
|
8762
|
+
],
|
|
8763
|
+
"name": "GroupBase"
|
|
8764
|
+
}
|
|
8765
|
+
}
|
|
8766
|
+
],
|
|
8767
|
+
"type": {
|
|
8768
|
+
"type": "intersection",
|
|
8769
|
+
"types": [
|
|
8770
|
+
{
|
|
8771
|
+
"type": "reference",
|
|
8772
|
+
"typeArguments": [
|
|
8773
|
+
{
|
|
8774
|
+
"type": "reference",
|
|
8775
|
+
"typeArguments": [
|
|
8776
|
+
{
|
|
8777
|
+
"type": "reference",
|
|
8778
|
+
"id": 413,
|
|
8779
|
+
"name": "Option"
|
|
8780
|
+
},
|
|
8781
|
+
{
|
|
8782
|
+
"type": "reference",
|
|
8783
|
+
"id": 414,
|
|
8784
|
+
"name": "IsMulti"
|
|
8785
|
+
},
|
|
8786
|
+
{
|
|
8787
|
+
"type": "reference",
|
|
8788
|
+
"id": 415,
|
|
8789
|
+
"name": "Group"
|
|
8790
|
+
}
|
|
8791
|
+
],
|
|
8792
|
+
"name": "AsyncCreatableProps"
|
|
8793
|
+
},
|
|
8794
|
+
{
|
|
8795
|
+
"type": "union",
|
|
8796
|
+
"types": [
|
|
8797
|
+
{
|
|
8798
|
+
"type": "literal",
|
|
8799
|
+
"value": "theme"
|
|
8800
|
+
},
|
|
8801
|
+
{
|
|
8802
|
+
"type": "literal",
|
|
8803
|
+
"value": "styles"
|
|
8804
|
+
}
|
|
8805
|
+
]
|
|
8806
|
+
}
|
|
8807
|
+
],
|
|
8808
|
+
"name": "Omit"
|
|
8809
|
+
},
|
|
8810
|
+
{
|
|
8811
|
+
"type": "reference",
|
|
8812
|
+
"name": "ErrorProp"
|
|
8813
|
+
}
|
|
8814
|
+
]
|
|
8815
|
+
}
|
|
8816
|
+
},
|
|
8817
|
+
{
|
|
8818
|
+
"id": 404,
|
|
8819
|
+
"name": "AsyncSelectInputProps",
|
|
8820
|
+
"kind": 4194304,
|
|
8821
|
+
"kindString": "Type alias",
|
|
8822
|
+
"flags": {},
|
|
8823
|
+
"sources": [
|
|
8824
|
+
{
|
|
8825
|
+
"fileName": "src/SelectInput/index.tsx",
|
|
8826
|
+
"line": 145,
|
|
8827
|
+
"character": 12
|
|
8828
|
+
}
|
|
8829
|
+
],
|
|
8830
|
+
"typeParameter": [
|
|
8831
|
+
{
|
|
8832
|
+
"id": 405,
|
|
8833
|
+
"name": "Option",
|
|
8834
|
+
"kind": 131072,
|
|
8835
|
+
"kindString": "Type parameter",
|
|
8836
|
+
"flags": {}
|
|
8837
|
+
},
|
|
8838
|
+
{
|
|
8839
|
+
"id": 406,
|
|
8840
|
+
"name": "IsMulti",
|
|
8841
|
+
"kind": 131072,
|
|
8842
|
+
"kindString": "Type parameter",
|
|
8843
|
+
"flags": {},
|
|
8844
|
+
"type": {
|
|
8845
|
+
"type": "intrinsic",
|
|
8846
|
+
"name": "boolean"
|
|
8847
|
+
}
|
|
8848
|
+
},
|
|
8849
|
+
{
|
|
8850
|
+
"id": 407,
|
|
8851
|
+
"name": "Group",
|
|
8852
|
+
"kind": 131072,
|
|
8853
|
+
"kindString": "Type parameter",
|
|
8854
|
+
"flags": {},
|
|
8855
|
+
"type": {
|
|
8856
|
+
"type": "reference",
|
|
8857
|
+
"typeArguments": [
|
|
8858
|
+
{
|
|
8859
|
+
"type": "reference",
|
|
8860
|
+
"id": 405,
|
|
8861
|
+
"name": "Option"
|
|
8862
|
+
}
|
|
8863
|
+
],
|
|
8864
|
+
"name": "GroupBase"
|
|
8865
|
+
}
|
|
8866
|
+
}
|
|
8867
|
+
],
|
|
8868
|
+
"type": {
|
|
8869
|
+
"type": "intersection",
|
|
8870
|
+
"types": [
|
|
8871
|
+
{
|
|
8872
|
+
"type": "reference",
|
|
8873
|
+
"typeArguments": [
|
|
8874
|
+
{
|
|
8875
|
+
"type": "reference",
|
|
8876
|
+
"typeArguments": [
|
|
8877
|
+
{
|
|
8878
|
+
"type": "reference",
|
|
8879
|
+
"id": 405,
|
|
8880
|
+
"name": "Option"
|
|
8881
|
+
},
|
|
8882
|
+
{
|
|
8883
|
+
"type": "reference",
|
|
8884
|
+
"id": 406,
|
|
8885
|
+
"name": "IsMulti"
|
|
8886
|
+
},
|
|
8887
|
+
{
|
|
8888
|
+
"type": "reference",
|
|
8889
|
+
"id": 407,
|
|
8890
|
+
"name": "Group"
|
|
8891
|
+
}
|
|
8892
|
+
],
|
|
8893
|
+
"name": "AsyncProps"
|
|
8894
|
+
},
|
|
8895
|
+
{
|
|
8896
|
+
"type": "union",
|
|
8897
|
+
"types": [
|
|
8898
|
+
{
|
|
8899
|
+
"type": "literal",
|
|
8900
|
+
"value": "theme"
|
|
8901
|
+
},
|
|
8902
|
+
{
|
|
8903
|
+
"type": "literal",
|
|
8904
|
+
"value": "styles"
|
|
8905
|
+
}
|
|
8906
|
+
]
|
|
8907
|
+
}
|
|
8908
|
+
],
|
|
8909
|
+
"name": "Omit"
|
|
8910
|
+
},
|
|
8911
|
+
{
|
|
8912
|
+
"type": "reference",
|
|
8913
|
+
"name": "ErrorProp"
|
|
8914
|
+
}
|
|
8915
|
+
]
|
|
8916
|
+
}
|
|
8917
|
+
},
|
|
8716
8918
|
{
|
|
8717
8919
|
"id": 20,
|
|
8718
8920
|
"name": "ButtonLinkProps",
|
|
@@ -9456,122 +9658,324 @@
|
|
|
9456
9658
|
}
|
|
9457
9659
|
},
|
|
9458
9660
|
{
|
|
9459
|
-
"id":
|
|
9460
|
-
"name": "
|
|
9661
|
+
"id": 408,
|
|
9662
|
+
"name": "CreatableSelectInputProps",
|
|
9461
9663
|
"kind": 4194304,
|
|
9462
9664
|
"kindString": "Type alias",
|
|
9463
9665
|
"flags": {},
|
|
9464
9666
|
"sources": [
|
|
9465
9667
|
{
|
|
9466
|
-
"fileName": "src/
|
|
9467
|
-
"line":
|
|
9668
|
+
"fileName": "src/SelectInput/index.tsx",
|
|
9669
|
+
"line": 173,
|
|
9468
9670
|
"character": 12
|
|
9469
9671
|
}
|
|
9470
9672
|
],
|
|
9471
|
-
"
|
|
9472
|
-
|
|
9473
|
-
|
|
9474
|
-
"
|
|
9475
|
-
"
|
|
9476
|
-
"
|
|
9477
|
-
"
|
|
9673
|
+
"typeParameter": [
|
|
9674
|
+
{
|
|
9675
|
+
"id": 409,
|
|
9676
|
+
"name": "Option",
|
|
9677
|
+
"kind": 131072,
|
|
9678
|
+
"kindString": "Type parameter",
|
|
9679
|
+
"flags": {}
|
|
9680
|
+
},
|
|
9681
|
+
{
|
|
9682
|
+
"id": 410,
|
|
9683
|
+
"name": "IsMulti",
|
|
9684
|
+
"kind": 131072,
|
|
9685
|
+
"kindString": "Type parameter",
|
|
9478
9686
|
"flags": {},
|
|
9479
|
-
"
|
|
9480
|
-
|
|
9481
|
-
|
|
9482
|
-
|
|
9483
|
-
|
|
9484
|
-
}
|
|
9485
|
-
],
|
|
9486
|
-
"signatures": [
|
|
9487
|
-
{
|
|
9488
|
-
"id": 81,
|
|
9489
|
-
"name": "__type",
|
|
9490
|
-
"kind": 4096,
|
|
9491
|
-
"kindString": "Call signature",
|
|
9492
|
-
"flags": {},
|
|
9493
|
-
"parameters": [
|
|
9494
|
-
{
|
|
9495
|
-
"id": 82,
|
|
9496
|
-
"name": "newValue",
|
|
9497
|
-
"kind": 32768,
|
|
9498
|
-
"kindString": "Parameter",
|
|
9499
|
-
"flags": {},
|
|
9500
|
-
"type": {
|
|
9501
|
-
"type": "intrinsic",
|
|
9502
|
-
"name": "boolean"
|
|
9503
|
-
}
|
|
9504
|
-
},
|
|
9505
|
-
{
|
|
9506
|
-
"id": 83,
|
|
9507
|
-
"name": "event",
|
|
9508
|
-
"kind": 32768,
|
|
9509
|
-
"kindString": "Parameter",
|
|
9510
|
-
"flags": {},
|
|
9511
|
-
"type": {
|
|
9512
|
-
"type": "union",
|
|
9513
|
-
"types": [
|
|
9514
|
-
{
|
|
9515
|
-
"type": "reference",
|
|
9516
|
-
"typeArguments": [
|
|
9517
|
-
{
|
|
9518
|
-
"type": "reference",
|
|
9519
|
-
"name": "HTMLButtonElement"
|
|
9520
|
-
}
|
|
9521
|
-
],
|
|
9522
|
-
"name": "React.MouseEvent"
|
|
9523
|
-
},
|
|
9524
|
-
{
|
|
9525
|
-
"type": "reference",
|
|
9526
|
-
"typeArguments": [
|
|
9527
|
-
{
|
|
9528
|
-
"type": "reference",
|
|
9529
|
-
"name": "HTMLButtonElement"
|
|
9530
|
-
}
|
|
9531
|
-
],
|
|
9532
|
-
"name": "React.KeyboardEvent"
|
|
9533
|
-
}
|
|
9534
|
-
]
|
|
9535
|
-
}
|
|
9536
|
-
}
|
|
9537
|
-
],
|
|
9538
|
-
"type": {
|
|
9539
|
-
"type": "intrinsic",
|
|
9540
|
-
"name": "void"
|
|
9541
|
-
}
|
|
9542
|
-
}
|
|
9543
|
-
]
|
|
9544
|
-
}
|
|
9545
|
-
}
|
|
9546
|
-
},
|
|
9547
|
-
{
|
|
9548
|
-
"id": 347,
|
|
9549
|
-
"name": "TextInputChangeEventHandler",
|
|
9550
|
-
"kind": 4194304,
|
|
9551
|
-
"kindString": "Type alias",
|
|
9552
|
-
"flags": {},
|
|
9553
|
-
"sources": [
|
|
9687
|
+
"type": {
|
|
9688
|
+
"type": "intrinsic",
|
|
9689
|
+
"name": "boolean"
|
|
9690
|
+
}
|
|
9691
|
+
},
|
|
9554
9692
|
{
|
|
9555
|
-
"
|
|
9556
|
-
"
|
|
9557
|
-
"
|
|
9693
|
+
"id": 411,
|
|
9694
|
+
"name": "Group",
|
|
9695
|
+
"kind": 131072,
|
|
9696
|
+
"kindString": "Type parameter",
|
|
9697
|
+
"flags": {},
|
|
9698
|
+
"type": {
|
|
9699
|
+
"type": "reference",
|
|
9700
|
+
"typeArguments": [
|
|
9701
|
+
{
|
|
9702
|
+
"type": "reference",
|
|
9703
|
+
"id": 409,
|
|
9704
|
+
"name": "Option"
|
|
9705
|
+
}
|
|
9706
|
+
],
|
|
9707
|
+
"name": "GroupBase"
|
|
9708
|
+
}
|
|
9558
9709
|
}
|
|
9559
9710
|
],
|
|
9560
9711
|
"type": {
|
|
9561
|
-
"type": "
|
|
9562
|
-
"
|
|
9563
|
-
|
|
9564
|
-
|
|
9565
|
-
|
|
9566
|
-
|
|
9567
|
-
|
|
9568
|
-
|
|
9569
|
-
|
|
9570
|
-
|
|
9571
|
-
|
|
9572
|
-
|
|
9573
|
-
|
|
9574
|
-
|
|
9712
|
+
"type": "intersection",
|
|
9713
|
+
"types": [
|
|
9714
|
+
{
|
|
9715
|
+
"type": "reference",
|
|
9716
|
+
"typeArguments": [
|
|
9717
|
+
{
|
|
9718
|
+
"type": "reference",
|
|
9719
|
+
"typeArguments": [
|
|
9720
|
+
{
|
|
9721
|
+
"type": "reference",
|
|
9722
|
+
"id": 409,
|
|
9723
|
+
"name": "Option"
|
|
9724
|
+
},
|
|
9725
|
+
{
|
|
9726
|
+
"type": "reference",
|
|
9727
|
+
"id": 410,
|
|
9728
|
+
"name": "IsMulti"
|
|
9729
|
+
},
|
|
9730
|
+
{
|
|
9731
|
+
"type": "reference",
|
|
9732
|
+
"id": 411,
|
|
9733
|
+
"name": "Group"
|
|
9734
|
+
}
|
|
9735
|
+
],
|
|
9736
|
+
"name": "CreatableProps"
|
|
9737
|
+
},
|
|
9738
|
+
{
|
|
9739
|
+
"type": "union",
|
|
9740
|
+
"types": [
|
|
9741
|
+
{
|
|
9742
|
+
"type": "literal",
|
|
9743
|
+
"value": "theme"
|
|
9744
|
+
},
|
|
9745
|
+
{
|
|
9746
|
+
"type": "literal",
|
|
9747
|
+
"value": "styles"
|
|
9748
|
+
}
|
|
9749
|
+
]
|
|
9750
|
+
}
|
|
9751
|
+
],
|
|
9752
|
+
"name": "Omit"
|
|
9753
|
+
},
|
|
9754
|
+
{
|
|
9755
|
+
"type": "reference",
|
|
9756
|
+
"name": "ErrorProp"
|
|
9757
|
+
}
|
|
9758
|
+
]
|
|
9759
|
+
}
|
|
9760
|
+
},
|
|
9761
|
+
{
|
|
9762
|
+
"id": 400,
|
|
9763
|
+
"name": "SelectInputProps",
|
|
9764
|
+
"kind": 4194304,
|
|
9765
|
+
"kindString": "Type alias",
|
|
9766
|
+
"flags": {},
|
|
9767
|
+
"sources": [
|
|
9768
|
+
{
|
|
9769
|
+
"fileName": "src/SelectInput/index.tsx",
|
|
9770
|
+
"line": 117,
|
|
9771
|
+
"character": 12
|
|
9772
|
+
}
|
|
9773
|
+
],
|
|
9774
|
+
"typeParameter": [
|
|
9775
|
+
{
|
|
9776
|
+
"id": 401,
|
|
9777
|
+
"name": "Option",
|
|
9778
|
+
"kind": 131072,
|
|
9779
|
+
"kindString": "Type parameter",
|
|
9780
|
+
"flags": {}
|
|
9781
|
+
},
|
|
9782
|
+
{
|
|
9783
|
+
"id": 402,
|
|
9784
|
+
"name": "IsMulti",
|
|
9785
|
+
"kind": 131072,
|
|
9786
|
+
"kindString": "Type parameter",
|
|
9787
|
+
"flags": {},
|
|
9788
|
+
"type": {
|
|
9789
|
+
"type": "intrinsic",
|
|
9790
|
+
"name": "boolean"
|
|
9791
|
+
}
|
|
9792
|
+
},
|
|
9793
|
+
{
|
|
9794
|
+
"id": 403,
|
|
9795
|
+
"name": "Group",
|
|
9796
|
+
"kind": 131072,
|
|
9797
|
+
"kindString": "Type parameter",
|
|
9798
|
+
"flags": {},
|
|
9799
|
+
"type": {
|
|
9800
|
+
"type": "reference",
|
|
9801
|
+
"typeArguments": [
|
|
9802
|
+
{
|
|
9803
|
+
"type": "reference",
|
|
9804
|
+
"id": 401,
|
|
9805
|
+
"name": "Option"
|
|
9806
|
+
}
|
|
9807
|
+
],
|
|
9808
|
+
"name": "GroupBase"
|
|
9809
|
+
}
|
|
9810
|
+
}
|
|
9811
|
+
],
|
|
9812
|
+
"type": {
|
|
9813
|
+
"type": "intersection",
|
|
9814
|
+
"types": [
|
|
9815
|
+
{
|
|
9816
|
+
"type": "reference",
|
|
9817
|
+
"typeArguments": [
|
|
9818
|
+
{
|
|
9819
|
+
"type": "reference",
|
|
9820
|
+
"typeArguments": [
|
|
9821
|
+
{
|
|
9822
|
+
"type": "reference",
|
|
9823
|
+
"id": 401,
|
|
9824
|
+
"name": "Option"
|
|
9825
|
+
},
|
|
9826
|
+
{
|
|
9827
|
+
"type": "reference",
|
|
9828
|
+
"id": 402,
|
|
9829
|
+
"name": "IsMulti"
|
|
9830
|
+
},
|
|
9831
|
+
{
|
|
9832
|
+
"type": "reference",
|
|
9833
|
+
"id": 403,
|
|
9834
|
+
"name": "Group"
|
|
9835
|
+
}
|
|
9836
|
+
],
|
|
9837
|
+
"name": "RawSelectProps"
|
|
9838
|
+
},
|
|
9839
|
+
{
|
|
9840
|
+
"type": "union",
|
|
9841
|
+
"types": [
|
|
9842
|
+
{
|
|
9843
|
+
"type": "literal",
|
|
9844
|
+
"value": "theme"
|
|
9845
|
+
},
|
|
9846
|
+
{
|
|
9847
|
+
"type": "literal",
|
|
9848
|
+
"value": "styles"
|
|
9849
|
+
}
|
|
9850
|
+
]
|
|
9851
|
+
}
|
|
9852
|
+
],
|
|
9853
|
+
"name": "Omit"
|
|
9854
|
+
},
|
|
9855
|
+
{
|
|
9856
|
+
"type": "reference",
|
|
9857
|
+
"name": "ErrorProp"
|
|
9858
|
+
}
|
|
9859
|
+
]
|
|
9860
|
+
}
|
|
9861
|
+
},
|
|
9862
|
+
{
|
|
9863
|
+
"id": 79,
|
|
9864
|
+
"name": "SwitchInputChangeEventHandler",
|
|
9865
|
+
"kind": 4194304,
|
|
9866
|
+
"kindString": "Type alias",
|
|
9867
|
+
"flags": {},
|
|
9868
|
+
"sources": [
|
|
9869
|
+
{
|
|
9870
|
+
"fileName": "src/SwitchInput/index.tsx",
|
|
9871
|
+
"line": 5,
|
|
9872
|
+
"character": 12
|
|
9873
|
+
}
|
|
9874
|
+
],
|
|
9875
|
+
"type": {
|
|
9876
|
+
"type": "reflection",
|
|
9877
|
+
"declaration": {
|
|
9878
|
+
"id": 80,
|
|
9879
|
+
"name": "__type",
|
|
9880
|
+
"kind": 65536,
|
|
9881
|
+
"kindString": "Type literal",
|
|
9882
|
+
"flags": {},
|
|
9883
|
+
"sources": [
|
|
9884
|
+
{
|
|
9885
|
+
"fileName": "src/SwitchInput/index.tsx",
|
|
9886
|
+
"line": 5,
|
|
9887
|
+
"character": 44
|
|
9888
|
+
}
|
|
9889
|
+
],
|
|
9890
|
+
"signatures": [
|
|
9891
|
+
{
|
|
9892
|
+
"id": 81,
|
|
9893
|
+
"name": "__type",
|
|
9894
|
+
"kind": 4096,
|
|
9895
|
+
"kindString": "Call signature",
|
|
9896
|
+
"flags": {},
|
|
9897
|
+
"parameters": [
|
|
9898
|
+
{
|
|
9899
|
+
"id": 82,
|
|
9900
|
+
"name": "newValue",
|
|
9901
|
+
"kind": 32768,
|
|
9902
|
+
"kindString": "Parameter",
|
|
9903
|
+
"flags": {},
|
|
9904
|
+
"type": {
|
|
9905
|
+
"type": "intrinsic",
|
|
9906
|
+
"name": "boolean"
|
|
9907
|
+
}
|
|
9908
|
+
},
|
|
9909
|
+
{
|
|
9910
|
+
"id": 83,
|
|
9911
|
+
"name": "event",
|
|
9912
|
+
"kind": 32768,
|
|
9913
|
+
"kindString": "Parameter",
|
|
9914
|
+
"flags": {},
|
|
9915
|
+
"type": {
|
|
9916
|
+
"type": "union",
|
|
9917
|
+
"types": [
|
|
9918
|
+
{
|
|
9919
|
+
"type": "reference",
|
|
9920
|
+
"typeArguments": [
|
|
9921
|
+
{
|
|
9922
|
+
"type": "reference",
|
|
9923
|
+
"name": "HTMLButtonElement"
|
|
9924
|
+
}
|
|
9925
|
+
],
|
|
9926
|
+
"name": "React.MouseEvent"
|
|
9927
|
+
},
|
|
9928
|
+
{
|
|
9929
|
+
"type": "reference",
|
|
9930
|
+
"typeArguments": [
|
|
9931
|
+
{
|
|
9932
|
+
"type": "reference",
|
|
9933
|
+
"name": "HTMLButtonElement"
|
|
9934
|
+
}
|
|
9935
|
+
],
|
|
9936
|
+
"name": "React.KeyboardEvent"
|
|
9937
|
+
}
|
|
9938
|
+
]
|
|
9939
|
+
}
|
|
9940
|
+
}
|
|
9941
|
+
],
|
|
9942
|
+
"type": {
|
|
9943
|
+
"type": "intrinsic",
|
|
9944
|
+
"name": "void"
|
|
9945
|
+
}
|
|
9946
|
+
}
|
|
9947
|
+
]
|
|
9948
|
+
}
|
|
9949
|
+
}
|
|
9950
|
+
},
|
|
9951
|
+
{
|
|
9952
|
+
"id": 347,
|
|
9953
|
+
"name": "TextInputChangeEventHandler",
|
|
9954
|
+
"kind": 4194304,
|
|
9955
|
+
"kindString": "Type alias",
|
|
9956
|
+
"flags": {},
|
|
9957
|
+
"sources": [
|
|
9958
|
+
{
|
|
9959
|
+
"fileName": "src/TextInput/index.tsx",
|
|
9960
|
+
"line": 5,
|
|
9961
|
+
"character": 12
|
|
9962
|
+
}
|
|
9963
|
+
],
|
|
9964
|
+
"type": {
|
|
9965
|
+
"type": "reflection",
|
|
9966
|
+
"declaration": {
|
|
9967
|
+
"id": 348,
|
|
9968
|
+
"name": "__type",
|
|
9969
|
+
"kind": 65536,
|
|
9970
|
+
"kindString": "Type literal",
|
|
9971
|
+
"flags": {},
|
|
9972
|
+
"sources": [
|
|
9973
|
+
{
|
|
9974
|
+
"fileName": "src/TextInput/index.tsx",
|
|
9975
|
+
"line": 5,
|
|
9976
|
+
"character": 42
|
|
9977
|
+
}
|
|
9978
|
+
],
|
|
9575
9979
|
"signatures": [
|
|
9576
9980
|
{
|
|
9577
9981
|
"id": 349,
|
|
@@ -9915,39 +10319,479 @@
|
|
|
9915
10319
|
}
|
|
9916
10320
|
},
|
|
9917
10321
|
{
|
|
9918
|
-
"id":
|
|
9919
|
-
"name": "
|
|
10322
|
+
"id": 434,
|
|
10323
|
+
"name": "AsyncCreatableSelectField",
|
|
9920
10324
|
"kind": 64,
|
|
9921
10325
|
"kindString": "Function",
|
|
9922
10326
|
"flags": {},
|
|
9923
10327
|
"sources": [
|
|
9924
10328
|
{
|
|
9925
|
-
"fileName": "src/
|
|
9926
|
-
"line":
|
|
10329
|
+
"fileName": "src/SelectField/index.tsx",
|
|
10330
|
+
"line": 207,
|
|
9927
10331
|
"character": 16
|
|
9928
10332
|
}
|
|
9929
10333
|
],
|
|
9930
10334
|
"signatures": [
|
|
9931
10335
|
{
|
|
9932
|
-
"id":
|
|
9933
|
-
"name": "
|
|
10336
|
+
"id": 435,
|
|
10337
|
+
"name": "AsyncCreatableSelectField",
|
|
9934
10338
|
"kind": 4096,
|
|
9935
10339
|
"kindString": "Call signature",
|
|
9936
10340
|
"flags": {},
|
|
10341
|
+
"typeParameter": [
|
|
10342
|
+
{
|
|
10343
|
+
"id": 436,
|
|
10344
|
+
"name": "Option",
|
|
10345
|
+
"kind": 131072,
|
|
10346
|
+
"kindString": "Type parameter",
|
|
10347
|
+
"flags": {}
|
|
10348
|
+
},
|
|
10349
|
+
{
|
|
10350
|
+
"id": 437,
|
|
10351
|
+
"name": "IsMulti",
|
|
10352
|
+
"kind": 131072,
|
|
10353
|
+
"kindString": "Type parameter",
|
|
10354
|
+
"flags": {},
|
|
10355
|
+
"type": {
|
|
10356
|
+
"type": "intrinsic",
|
|
10357
|
+
"name": "boolean"
|
|
10358
|
+
}
|
|
10359
|
+
},
|
|
10360
|
+
{
|
|
10361
|
+
"id": 438,
|
|
10362
|
+
"name": "Group",
|
|
10363
|
+
"kind": 131072,
|
|
10364
|
+
"kindString": "Type parameter",
|
|
10365
|
+
"flags": {},
|
|
10366
|
+
"type": {
|
|
10367
|
+
"type": "reference",
|
|
10368
|
+
"typeArguments": [
|
|
10369
|
+
{
|
|
10370
|
+
"type": "reference",
|
|
10371
|
+
"id": 436,
|
|
10372
|
+
"name": "Option"
|
|
10373
|
+
},
|
|
10374
|
+
{
|
|
10375
|
+
"type": "reference",
|
|
10376
|
+
"id": 438,
|
|
10377
|
+
"name": "Group"
|
|
10378
|
+
}
|
|
10379
|
+
],
|
|
10380
|
+
"name": "GroupBase"
|
|
10381
|
+
}
|
|
10382
|
+
}
|
|
10383
|
+
],
|
|
9937
10384
|
"parameters": [
|
|
9938
10385
|
{
|
|
9939
|
-
"id":
|
|
10386
|
+
"id": 439,
|
|
9940
10387
|
"name": "__namedParameters",
|
|
9941
10388
|
"kind": 32768,
|
|
9942
10389
|
"kindString": "Parameter",
|
|
9943
10390
|
"flags": {},
|
|
9944
10391
|
"type": {
|
|
9945
10392
|
"type": "reference",
|
|
9946
|
-
"
|
|
9947
|
-
|
|
9948
|
-
|
|
9949
|
-
|
|
9950
|
-
|
|
10393
|
+
"typeArguments": [
|
|
10394
|
+
{
|
|
10395
|
+
"type": "reference",
|
|
10396
|
+
"id": 436,
|
|
10397
|
+
"name": "Option"
|
|
10398
|
+
},
|
|
10399
|
+
{
|
|
10400
|
+
"type": "reference",
|
|
10401
|
+
"id": 437,
|
|
10402
|
+
"name": "IsMulti"
|
|
10403
|
+
},
|
|
10404
|
+
{
|
|
10405
|
+
"type": "reference",
|
|
10406
|
+
"id": 438,
|
|
10407
|
+
"name": "Group"
|
|
10408
|
+
}
|
|
10409
|
+
],
|
|
10410
|
+
"name": "AsyncCreatableSelectFieldProps"
|
|
10411
|
+
}
|
|
10412
|
+
}
|
|
10413
|
+
],
|
|
10414
|
+
"type": {
|
|
10415
|
+
"type": "reference",
|
|
10416
|
+
"name": "JSX.Element"
|
|
10417
|
+
}
|
|
10418
|
+
}
|
|
10419
|
+
]
|
|
10420
|
+
},
|
|
10421
|
+
{
|
|
10422
|
+
"id": 394,
|
|
10423
|
+
"name": "AsyncCreatableSelectInput",
|
|
10424
|
+
"kind": 64,
|
|
10425
|
+
"kindString": "Function",
|
|
10426
|
+
"flags": {},
|
|
10427
|
+
"sources": [
|
|
10428
|
+
{
|
|
10429
|
+
"fileName": "src/SelectInput/index.tsx",
|
|
10430
|
+
"line": 207,
|
|
10431
|
+
"character": 16
|
|
10432
|
+
}
|
|
10433
|
+
],
|
|
10434
|
+
"signatures": [
|
|
10435
|
+
{
|
|
10436
|
+
"id": 395,
|
|
10437
|
+
"name": "AsyncCreatableSelectInput",
|
|
10438
|
+
"kind": 4096,
|
|
10439
|
+
"kindString": "Call signature",
|
|
10440
|
+
"flags": {},
|
|
10441
|
+
"typeParameter": [
|
|
10442
|
+
{
|
|
10443
|
+
"id": 396,
|
|
10444
|
+
"name": "Option",
|
|
10445
|
+
"kind": 131072,
|
|
10446
|
+
"kindString": "Type parameter",
|
|
10447
|
+
"flags": {},
|
|
10448
|
+
"default": {
|
|
10449
|
+
"type": "intrinsic",
|
|
10450
|
+
"name": "unknown"
|
|
10451
|
+
}
|
|
10452
|
+
},
|
|
10453
|
+
{
|
|
10454
|
+
"id": 397,
|
|
10455
|
+
"name": "IsMulti",
|
|
10456
|
+
"kind": 131072,
|
|
10457
|
+
"kindString": "Type parameter",
|
|
10458
|
+
"flags": {},
|
|
10459
|
+
"type": {
|
|
10460
|
+
"type": "intrinsic",
|
|
10461
|
+
"name": "boolean"
|
|
10462
|
+
},
|
|
10463
|
+
"default": {
|
|
10464
|
+
"type": "literal",
|
|
10465
|
+
"value": false
|
|
10466
|
+
}
|
|
10467
|
+
},
|
|
10468
|
+
{
|
|
10469
|
+
"id": 398,
|
|
10470
|
+
"name": "Group",
|
|
10471
|
+
"kind": 131072,
|
|
10472
|
+
"kindString": "Type parameter",
|
|
10473
|
+
"flags": {},
|
|
10474
|
+
"type": {
|
|
10475
|
+
"type": "reference",
|
|
10476
|
+
"typeArguments": [
|
|
10477
|
+
{
|
|
10478
|
+
"type": "reference",
|
|
10479
|
+
"id": 396,
|
|
10480
|
+
"name": "Option"
|
|
10481
|
+
},
|
|
10482
|
+
{
|
|
10483
|
+
"type": "reference",
|
|
10484
|
+
"id": 398,
|
|
10485
|
+
"name": "Group"
|
|
10486
|
+
}
|
|
10487
|
+
],
|
|
10488
|
+
"name": "GroupBase"
|
|
10489
|
+
},
|
|
10490
|
+
"default": {
|
|
10491
|
+
"type": "reference",
|
|
10492
|
+
"typeArguments": [
|
|
10493
|
+
{
|
|
10494
|
+
"type": "reference",
|
|
10495
|
+
"id": 396,
|
|
10496
|
+
"name": "Option"
|
|
10497
|
+
}
|
|
10498
|
+
],
|
|
10499
|
+
"name": "GroupBase"
|
|
10500
|
+
}
|
|
10501
|
+
}
|
|
10502
|
+
],
|
|
10503
|
+
"parameters": [
|
|
10504
|
+
{
|
|
10505
|
+
"id": 399,
|
|
10506
|
+
"name": "__namedParameters",
|
|
10507
|
+
"kind": 32768,
|
|
10508
|
+
"kindString": "Parameter",
|
|
10509
|
+
"flags": {},
|
|
10510
|
+
"type": {
|
|
10511
|
+
"type": "reference",
|
|
10512
|
+
"id": 412,
|
|
10513
|
+
"typeArguments": [
|
|
10514
|
+
{
|
|
10515
|
+
"type": "reference",
|
|
10516
|
+
"id": 396,
|
|
10517
|
+
"name": "Option"
|
|
10518
|
+
},
|
|
10519
|
+
{
|
|
10520
|
+
"type": "reference",
|
|
10521
|
+
"id": 397,
|
|
10522
|
+
"name": "IsMulti"
|
|
10523
|
+
},
|
|
10524
|
+
{
|
|
10525
|
+
"type": "reference",
|
|
10526
|
+
"id": 398,
|
|
10527
|
+
"name": "Group"
|
|
10528
|
+
}
|
|
10529
|
+
],
|
|
10530
|
+
"name": "AsyncCreatableSelectInputProps"
|
|
10531
|
+
}
|
|
10532
|
+
}
|
|
10533
|
+
],
|
|
10534
|
+
"type": {
|
|
10535
|
+
"type": "reference",
|
|
10536
|
+
"name": "JSX.Element"
|
|
10537
|
+
}
|
|
10538
|
+
}
|
|
10539
|
+
]
|
|
10540
|
+
},
|
|
10541
|
+
{
|
|
10542
|
+
"id": 422,
|
|
10543
|
+
"name": "AsyncSelectField",
|
|
10544
|
+
"kind": 64,
|
|
10545
|
+
"kindString": "Function",
|
|
10546
|
+
"flags": {},
|
|
10547
|
+
"sources": [
|
|
10548
|
+
{
|
|
10549
|
+
"fileName": "src/SelectField/index.tsx",
|
|
10550
|
+
"line": 93,
|
|
10551
|
+
"character": 16
|
|
10552
|
+
}
|
|
10553
|
+
],
|
|
10554
|
+
"signatures": [
|
|
10555
|
+
{
|
|
10556
|
+
"id": 423,
|
|
10557
|
+
"name": "AsyncSelectField",
|
|
10558
|
+
"kind": 4096,
|
|
10559
|
+
"kindString": "Call signature",
|
|
10560
|
+
"flags": {},
|
|
10561
|
+
"typeParameter": [
|
|
10562
|
+
{
|
|
10563
|
+
"id": 424,
|
|
10564
|
+
"name": "Option",
|
|
10565
|
+
"kind": 131072,
|
|
10566
|
+
"kindString": "Type parameter",
|
|
10567
|
+
"flags": {}
|
|
10568
|
+
},
|
|
10569
|
+
{
|
|
10570
|
+
"id": 425,
|
|
10571
|
+
"name": "IsMulti",
|
|
10572
|
+
"kind": 131072,
|
|
10573
|
+
"kindString": "Type parameter",
|
|
10574
|
+
"flags": {},
|
|
10575
|
+
"type": {
|
|
10576
|
+
"type": "intrinsic",
|
|
10577
|
+
"name": "boolean"
|
|
10578
|
+
}
|
|
10579
|
+
},
|
|
10580
|
+
{
|
|
10581
|
+
"id": 426,
|
|
10582
|
+
"name": "Group",
|
|
10583
|
+
"kind": 131072,
|
|
10584
|
+
"kindString": "Type parameter",
|
|
10585
|
+
"flags": {},
|
|
10586
|
+
"type": {
|
|
10587
|
+
"type": "reference",
|
|
10588
|
+
"typeArguments": [
|
|
10589
|
+
{
|
|
10590
|
+
"type": "reference",
|
|
10591
|
+
"id": 424,
|
|
10592
|
+
"name": "Option"
|
|
10593
|
+
},
|
|
10594
|
+
{
|
|
10595
|
+
"type": "reference",
|
|
10596
|
+
"id": 426,
|
|
10597
|
+
"name": "Group"
|
|
10598
|
+
}
|
|
10599
|
+
],
|
|
10600
|
+
"name": "GroupBase"
|
|
10601
|
+
}
|
|
10602
|
+
}
|
|
10603
|
+
],
|
|
10604
|
+
"parameters": [
|
|
10605
|
+
{
|
|
10606
|
+
"id": 427,
|
|
10607
|
+
"name": "__namedParameters",
|
|
10608
|
+
"kind": 32768,
|
|
10609
|
+
"kindString": "Parameter",
|
|
10610
|
+
"flags": {},
|
|
10611
|
+
"type": {
|
|
10612
|
+
"type": "reference",
|
|
10613
|
+
"typeArguments": [
|
|
10614
|
+
{
|
|
10615
|
+
"type": "reference",
|
|
10616
|
+
"id": 424,
|
|
10617
|
+
"name": "Option"
|
|
10618
|
+
},
|
|
10619
|
+
{
|
|
10620
|
+
"type": "reference",
|
|
10621
|
+
"id": 425,
|
|
10622
|
+
"name": "IsMulti"
|
|
10623
|
+
},
|
|
10624
|
+
{
|
|
10625
|
+
"type": "reference",
|
|
10626
|
+
"id": 426,
|
|
10627
|
+
"name": "Group"
|
|
10628
|
+
}
|
|
10629
|
+
],
|
|
10630
|
+
"name": "AsyncSelectFieldProps"
|
|
10631
|
+
}
|
|
10632
|
+
}
|
|
10633
|
+
],
|
|
10634
|
+
"type": {
|
|
10635
|
+
"type": "reference",
|
|
10636
|
+
"name": "JSX.Element"
|
|
10637
|
+
}
|
|
10638
|
+
}
|
|
10639
|
+
]
|
|
10640
|
+
},
|
|
10641
|
+
{
|
|
10642
|
+
"id": 382,
|
|
10643
|
+
"name": "AsyncSelectInput",
|
|
10644
|
+
"kind": 64,
|
|
10645
|
+
"kindString": "Function",
|
|
10646
|
+
"flags": {},
|
|
10647
|
+
"sources": [
|
|
10648
|
+
{
|
|
10649
|
+
"fileName": "src/SelectInput/index.tsx",
|
|
10650
|
+
"line": 151,
|
|
10651
|
+
"character": 16
|
|
10652
|
+
}
|
|
10653
|
+
],
|
|
10654
|
+
"signatures": [
|
|
10655
|
+
{
|
|
10656
|
+
"id": 383,
|
|
10657
|
+
"name": "AsyncSelectInput",
|
|
10658
|
+
"kind": 4096,
|
|
10659
|
+
"kindString": "Call signature",
|
|
10660
|
+
"flags": {},
|
|
10661
|
+
"typeParameter": [
|
|
10662
|
+
{
|
|
10663
|
+
"id": 384,
|
|
10664
|
+
"name": "Option",
|
|
10665
|
+
"kind": 131072,
|
|
10666
|
+
"kindString": "Type parameter",
|
|
10667
|
+
"flags": {},
|
|
10668
|
+
"default": {
|
|
10669
|
+
"type": "intrinsic",
|
|
10670
|
+
"name": "unknown"
|
|
10671
|
+
}
|
|
10672
|
+
},
|
|
10673
|
+
{
|
|
10674
|
+
"id": 385,
|
|
10675
|
+
"name": "IsMulti",
|
|
10676
|
+
"kind": 131072,
|
|
10677
|
+
"kindString": "Type parameter",
|
|
10678
|
+
"flags": {},
|
|
10679
|
+
"type": {
|
|
10680
|
+
"type": "intrinsic",
|
|
10681
|
+
"name": "boolean"
|
|
10682
|
+
},
|
|
10683
|
+
"default": {
|
|
10684
|
+
"type": "literal",
|
|
10685
|
+
"value": false
|
|
10686
|
+
}
|
|
10687
|
+
},
|
|
10688
|
+
{
|
|
10689
|
+
"id": 386,
|
|
10690
|
+
"name": "Group",
|
|
10691
|
+
"kind": 131072,
|
|
10692
|
+
"kindString": "Type parameter",
|
|
10693
|
+
"flags": {},
|
|
10694
|
+
"type": {
|
|
10695
|
+
"type": "reference",
|
|
10696
|
+
"typeArguments": [
|
|
10697
|
+
{
|
|
10698
|
+
"type": "reference",
|
|
10699
|
+
"id": 384,
|
|
10700
|
+
"name": "Option"
|
|
10701
|
+
},
|
|
10702
|
+
{
|
|
10703
|
+
"type": "reference",
|
|
10704
|
+
"id": 386,
|
|
10705
|
+
"name": "Group"
|
|
10706
|
+
}
|
|
10707
|
+
],
|
|
10708
|
+
"name": "GroupBase"
|
|
10709
|
+
},
|
|
10710
|
+
"default": {
|
|
10711
|
+
"type": "reference",
|
|
10712
|
+
"typeArguments": [
|
|
10713
|
+
{
|
|
10714
|
+
"type": "reference",
|
|
10715
|
+
"id": 384,
|
|
10716
|
+
"name": "Option"
|
|
10717
|
+
}
|
|
10718
|
+
],
|
|
10719
|
+
"name": "GroupBase"
|
|
10720
|
+
}
|
|
10721
|
+
}
|
|
10722
|
+
],
|
|
10723
|
+
"parameters": [
|
|
10724
|
+
{
|
|
10725
|
+
"id": 387,
|
|
10726
|
+
"name": "__namedParameters",
|
|
10727
|
+
"kind": 32768,
|
|
10728
|
+
"kindString": "Parameter",
|
|
10729
|
+
"flags": {},
|
|
10730
|
+
"type": {
|
|
10731
|
+
"type": "reference",
|
|
10732
|
+
"id": 404,
|
|
10733
|
+
"typeArguments": [
|
|
10734
|
+
{
|
|
10735
|
+
"type": "reference",
|
|
10736
|
+
"id": 384,
|
|
10737
|
+
"name": "Option"
|
|
10738
|
+
},
|
|
10739
|
+
{
|
|
10740
|
+
"type": "reference",
|
|
10741
|
+
"id": 385,
|
|
10742
|
+
"name": "IsMulti"
|
|
10743
|
+
},
|
|
10744
|
+
{
|
|
10745
|
+
"type": "reference",
|
|
10746
|
+
"id": 386,
|
|
10747
|
+
"name": "Group"
|
|
10748
|
+
}
|
|
10749
|
+
],
|
|
10750
|
+
"name": "AsyncSelectInputProps"
|
|
10751
|
+
}
|
|
10752
|
+
}
|
|
10753
|
+
],
|
|
10754
|
+
"type": {
|
|
10755
|
+
"type": "reference",
|
|
10756
|
+
"name": "JSX.Element"
|
|
10757
|
+
}
|
|
10758
|
+
}
|
|
10759
|
+
]
|
|
10760
|
+
},
|
|
10761
|
+
{
|
|
10762
|
+
"id": 1,
|
|
10763
|
+
"name": "Button",
|
|
10764
|
+
"kind": 64,
|
|
10765
|
+
"kindString": "Function",
|
|
10766
|
+
"flags": {},
|
|
10767
|
+
"sources": [
|
|
10768
|
+
{
|
|
10769
|
+
"fileName": "src/Button/index.tsx",
|
|
10770
|
+
"line": 19,
|
|
10771
|
+
"character": 16
|
|
10772
|
+
}
|
|
10773
|
+
],
|
|
10774
|
+
"signatures": [
|
|
10775
|
+
{
|
|
10776
|
+
"id": 2,
|
|
10777
|
+
"name": "Button",
|
|
10778
|
+
"kind": 4096,
|
|
10779
|
+
"kindString": "Call signature",
|
|
10780
|
+
"flags": {},
|
|
10781
|
+
"parameters": [
|
|
10782
|
+
{
|
|
10783
|
+
"id": 3,
|
|
10784
|
+
"name": "__namedParameters",
|
|
10785
|
+
"kind": 32768,
|
|
10786
|
+
"kindString": "Parameter",
|
|
10787
|
+
"flags": {},
|
|
10788
|
+
"type": {
|
|
10789
|
+
"type": "reference",
|
|
10790
|
+
"id": 7,
|
|
10791
|
+
"name": "ButtonProps"
|
|
10792
|
+
}
|
|
10793
|
+
}
|
|
10794
|
+
],
|
|
9951
10795
|
"type": {
|
|
9952
10796
|
"type": "reference",
|
|
9953
10797
|
"name": "JSX.Element"
|
|
@@ -10059,84 +10903,304 @@
|
|
|
10059
10903
|
"flags": {},
|
|
10060
10904
|
"parameters": [
|
|
10061
10905
|
{
|
|
10062
|
-
"id": 368,
|
|
10906
|
+
"id": 368,
|
|
10907
|
+
"name": "__namedParameters",
|
|
10908
|
+
"kind": 32768,
|
|
10909
|
+
"kindString": "Parameter",
|
|
10910
|
+
"flags": {},
|
|
10911
|
+
"type": {
|
|
10912
|
+
"type": "reflection",
|
|
10913
|
+
"declaration": {
|
|
10914
|
+
"id": 369,
|
|
10915
|
+
"name": "__type",
|
|
10916
|
+
"kind": 65536,
|
|
10917
|
+
"kindString": "Type literal",
|
|
10918
|
+
"flags": {},
|
|
10919
|
+
"children": [
|
|
10920
|
+
{
|
|
10921
|
+
"id": 370,
|
|
10922
|
+
"name": "ctx",
|
|
10923
|
+
"kind": 1024,
|
|
10924
|
+
"kindString": "Property",
|
|
10925
|
+
"flags": {},
|
|
10926
|
+
"sources": [
|
|
10927
|
+
{
|
|
10928
|
+
"fileName": "src/ContextInspector/index.tsx",
|
|
10929
|
+
"line": 161,
|
|
10930
|
+
"character": 44
|
|
10931
|
+
}
|
|
10932
|
+
],
|
|
10933
|
+
"type": {
|
|
10934
|
+
"type": "reflection",
|
|
10935
|
+
"declaration": {
|
|
10936
|
+
"id": 371,
|
|
10937
|
+
"name": "__type",
|
|
10938
|
+
"kind": 65536,
|
|
10939
|
+
"kindString": "Type literal",
|
|
10940
|
+
"flags": {},
|
|
10941
|
+
"children": [
|
|
10942
|
+
{
|
|
10943
|
+
"id": 372,
|
|
10944
|
+
"name": "mode",
|
|
10945
|
+
"kind": 1024,
|
|
10946
|
+
"kindString": "Property",
|
|
10947
|
+
"flags": {},
|
|
10948
|
+
"sources": [
|
|
10949
|
+
{
|
|
10950
|
+
"fileName": "src/ContextInspector/index.tsx",
|
|
10951
|
+
"line": 161,
|
|
10952
|
+
"character": 51
|
|
10953
|
+
}
|
|
10954
|
+
],
|
|
10955
|
+
"type": {
|
|
10956
|
+
"type": "intrinsic",
|
|
10957
|
+
"name": "string"
|
|
10958
|
+
}
|
|
10959
|
+
}
|
|
10960
|
+
],
|
|
10961
|
+
"groups": [
|
|
10962
|
+
{
|
|
10963
|
+
"title": "Properties",
|
|
10964
|
+
"kind": 1024,
|
|
10965
|
+
"children": [
|
|
10966
|
+
372
|
|
10967
|
+
]
|
|
10968
|
+
}
|
|
10969
|
+
]
|
|
10970
|
+
}
|
|
10971
|
+
}
|
|
10972
|
+
}
|
|
10973
|
+
],
|
|
10974
|
+
"groups": [
|
|
10975
|
+
{
|
|
10976
|
+
"title": "Properties",
|
|
10977
|
+
"kind": 1024,
|
|
10978
|
+
"children": [
|
|
10979
|
+
370
|
|
10980
|
+
]
|
|
10981
|
+
}
|
|
10982
|
+
]
|
|
10983
|
+
}
|
|
10984
|
+
}
|
|
10985
|
+
}
|
|
10986
|
+
],
|
|
10987
|
+
"type": {
|
|
10988
|
+
"type": "reference",
|
|
10989
|
+
"name": "JSX.Element"
|
|
10990
|
+
}
|
|
10991
|
+
}
|
|
10992
|
+
]
|
|
10993
|
+
},
|
|
10994
|
+
{
|
|
10995
|
+
"id": 428,
|
|
10996
|
+
"name": "CreatableSelectField",
|
|
10997
|
+
"kind": 64,
|
|
10998
|
+
"kindString": "Function",
|
|
10999
|
+
"flags": {},
|
|
11000
|
+
"sources": [
|
|
11001
|
+
{
|
|
11002
|
+
"fileName": "src/SelectField/index.tsx",
|
|
11003
|
+
"line": 150,
|
|
11004
|
+
"character": 16
|
|
11005
|
+
}
|
|
11006
|
+
],
|
|
11007
|
+
"signatures": [
|
|
11008
|
+
{
|
|
11009
|
+
"id": 429,
|
|
11010
|
+
"name": "CreatableSelectField",
|
|
11011
|
+
"kind": 4096,
|
|
11012
|
+
"kindString": "Call signature",
|
|
11013
|
+
"flags": {},
|
|
11014
|
+
"typeParameter": [
|
|
11015
|
+
{
|
|
11016
|
+
"id": 430,
|
|
11017
|
+
"name": "Option",
|
|
11018
|
+
"kind": 131072,
|
|
11019
|
+
"kindString": "Type parameter",
|
|
11020
|
+
"flags": {}
|
|
11021
|
+
},
|
|
11022
|
+
{
|
|
11023
|
+
"id": 431,
|
|
11024
|
+
"name": "IsMulti",
|
|
11025
|
+
"kind": 131072,
|
|
11026
|
+
"kindString": "Type parameter",
|
|
11027
|
+
"flags": {},
|
|
11028
|
+
"type": {
|
|
11029
|
+
"type": "intrinsic",
|
|
11030
|
+
"name": "boolean"
|
|
11031
|
+
}
|
|
11032
|
+
},
|
|
11033
|
+
{
|
|
11034
|
+
"id": 432,
|
|
11035
|
+
"name": "Group",
|
|
11036
|
+
"kind": 131072,
|
|
11037
|
+
"kindString": "Type parameter",
|
|
11038
|
+
"flags": {},
|
|
11039
|
+
"type": {
|
|
11040
|
+
"type": "reference",
|
|
11041
|
+
"typeArguments": [
|
|
11042
|
+
{
|
|
11043
|
+
"type": "reference",
|
|
11044
|
+
"id": 430,
|
|
11045
|
+
"name": "Option"
|
|
11046
|
+
},
|
|
11047
|
+
{
|
|
11048
|
+
"type": "reference",
|
|
11049
|
+
"id": 432,
|
|
11050
|
+
"name": "Group"
|
|
11051
|
+
}
|
|
11052
|
+
],
|
|
11053
|
+
"name": "GroupBase"
|
|
11054
|
+
}
|
|
11055
|
+
}
|
|
11056
|
+
],
|
|
11057
|
+
"parameters": [
|
|
11058
|
+
{
|
|
11059
|
+
"id": 433,
|
|
11060
|
+
"name": "__namedParameters",
|
|
11061
|
+
"kind": 32768,
|
|
11062
|
+
"kindString": "Parameter",
|
|
11063
|
+
"flags": {},
|
|
11064
|
+
"type": {
|
|
11065
|
+
"type": "reference",
|
|
11066
|
+
"typeArguments": [
|
|
11067
|
+
{
|
|
11068
|
+
"type": "reference",
|
|
11069
|
+
"id": 430,
|
|
11070
|
+
"name": "Option"
|
|
11071
|
+
},
|
|
11072
|
+
{
|
|
11073
|
+
"type": "reference",
|
|
11074
|
+
"id": 431,
|
|
11075
|
+
"name": "IsMulti"
|
|
11076
|
+
},
|
|
11077
|
+
{
|
|
11078
|
+
"type": "reference",
|
|
11079
|
+
"id": 432,
|
|
11080
|
+
"name": "Group"
|
|
11081
|
+
}
|
|
11082
|
+
],
|
|
11083
|
+
"name": "CreatableSelectFieldProps"
|
|
11084
|
+
}
|
|
11085
|
+
}
|
|
11086
|
+
],
|
|
11087
|
+
"type": {
|
|
11088
|
+
"type": "reference",
|
|
11089
|
+
"name": "JSX.Element"
|
|
11090
|
+
}
|
|
11091
|
+
}
|
|
11092
|
+
]
|
|
11093
|
+
},
|
|
11094
|
+
{
|
|
11095
|
+
"id": 388,
|
|
11096
|
+
"name": "CreatableSelectInput",
|
|
11097
|
+
"kind": 64,
|
|
11098
|
+
"kindString": "Function",
|
|
11099
|
+
"flags": {},
|
|
11100
|
+
"sources": [
|
|
11101
|
+
{
|
|
11102
|
+
"fileName": "src/SelectInput/index.tsx",
|
|
11103
|
+
"line": 179,
|
|
11104
|
+
"character": 16
|
|
11105
|
+
}
|
|
11106
|
+
],
|
|
11107
|
+
"signatures": [
|
|
11108
|
+
{
|
|
11109
|
+
"id": 389,
|
|
11110
|
+
"name": "CreatableSelectInput",
|
|
11111
|
+
"kind": 4096,
|
|
11112
|
+
"kindString": "Call signature",
|
|
11113
|
+
"flags": {},
|
|
11114
|
+
"typeParameter": [
|
|
11115
|
+
{
|
|
11116
|
+
"id": 390,
|
|
11117
|
+
"name": "Option",
|
|
11118
|
+
"kind": 131072,
|
|
11119
|
+
"kindString": "Type parameter",
|
|
11120
|
+
"flags": {},
|
|
11121
|
+
"default": {
|
|
11122
|
+
"type": "intrinsic",
|
|
11123
|
+
"name": "unknown"
|
|
11124
|
+
}
|
|
11125
|
+
},
|
|
11126
|
+
{
|
|
11127
|
+
"id": 391,
|
|
11128
|
+
"name": "IsMulti",
|
|
11129
|
+
"kind": 131072,
|
|
11130
|
+
"kindString": "Type parameter",
|
|
11131
|
+
"flags": {},
|
|
11132
|
+
"type": {
|
|
11133
|
+
"type": "intrinsic",
|
|
11134
|
+
"name": "boolean"
|
|
11135
|
+
},
|
|
11136
|
+
"default": {
|
|
11137
|
+
"type": "literal",
|
|
11138
|
+
"value": false
|
|
11139
|
+
}
|
|
11140
|
+
},
|
|
11141
|
+
{
|
|
11142
|
+
"id": 392,
|
|
11143
|
+
"name": "Group",
|
|
11144
|
+
"kind": 131072,
|
|
11145
|
+
"kindString": "Type parameter",
|
|
11146
|
+
"flags": {},
|
|
11147
|
+
"type": {
|
|
11148
|
+
"type": "reference",
|
|
11149
|
+
"typeArguments": [
|
|
11150
|
+
{
|
|
11151
|
+
"type": "reference",
|
|
11152
|
+
"id": 390,
|
|
11153
|
+
"name": "Option"
|
|
11154
|
+
},
|
|
11155
|
+
{
|
|
11156
|
+
"type": "reference",
|
|
11157
|
+
"id": 392,
|
|
11158
|
+
"name": "Group"
|
|
11159
|
+
}
|
|
11160
|
+
],
|
|
11161
|
+
"name": "GroupBase"
|
|
11162
|
+
},
|
|
11163
|
+
"default": {
|
|
11164
|
+
"type": "reference",
|
|
11165
|
+
"typeArguments": [
|
|
11166
|
+
{
|
|
11167
|
+
"type": "reference",
|
|
11168
|
+
"id": 390,
|
|
11169
|
+
"name": "Option"
|
|
11170
|
+
}
|
|
11171
|
+
],
|
|
11172
|
+
"name": "GroupBase"
|
|
11173
|
+
}
|
|
11174
|
+
}
|
|
11175
|
+
],
|
|
11176
|
+
"parameters": [
|
|
11177
|
+
{
|
|
11178
|
+
"id": 393,
|
|
10063
11179
|
"name": "__namedParameters",
|
|
10064
11180
|
"kind": 32768,
|
|
10065
11181
|
"kindString": "Parameter",
|
|
10066
11182
|
"flags": {},
|
|
10067
11183
|
"type": {
|
|
10068
|
-
"type": "
|
|
10069
|
-
"
|
|
10070
|
-
|
|
10071
|
-
|
|
10072
|
-
|
|
10073
|
-
|
|
10074
|
-
|
|
10075
|
-
|
|
10076
|
-
|
|
10077
|
-
|
|
10078
|
-
|
|
10079
|
-
|
|
10080
|
-
|
|
10081
|
-
|
|
10082
|
-
|
|
10083
|
-
|
|
10084
|
-
|
|
10085
|
-
|
|
10086
|
-
|
|
10087
|
-
|
|
10088
|
-
],
|
|
10089
|
-
"type": {
|
|
10090
|
-
"type": "reflection",
|
|
10091
|
-
"declaration": {
|
|
10092
|
-
"id": 371,
|
|
10093
|
-
"name": "__type",
|
|
10094
|
-
"kind": 65536,
|
|
10095
|
-
"kindString": "Type literal",
|
|
10096
|
-
"flags": {},
|
|
10097
|
-
"children": [
|
|
10098
|
-
{
|
|
10099
|
-
"id": 372,
|
|
10100
|
-
"name": "mode",
|
|
10101
|
-
"kind": 1024,
|
|
10102
|
-
"kindString": "Property",
|
|
10103
|
-
"flags": {},
|
|
10104
|
-
"sources": [
|
|
10105
|
-
{
|
|
10106
|
-
"fileName": "src/ContextInspector/index.tsx",
|
|
10107
|
-
"line": 161,
|
|
10108
|
-
"character": 51
|
|
10109
|
-
}
|
|
10110
|
-
],
|
|
10111
|
-
"type": {
|
|
10112
|
-
"type": "intrinsic",
|
|
10113
|
-
"name": "string"
|
|
10114
|
-
}
|
|
10115
|
-
}
|
|
10116
|
-
],
|
|
10117
|
-
"groups": [
|
|
10118
|
-
{
|
|
10119
|
-
"title": "Properties",
|
|
10120
|
-
"kind": 1024,
|
|
10121
|
-
"children": [
|
|
10122
|
-
372
|
|
10123
|
-
]
|
|
10124
|
-
}
|
|
10125
|
-
]
|
|
10126
|
-
}
|
|
10127
|
-
}
|
|
10128
|
-
}
|
|
10129
|
-
],
|
|
10130
|
-
"groups": [
|
|
10131
|
-
{
|
|
10132
|
-
"title": "Properties",
|
|
10133
|
-
"kind": 1024,
|
|
10134
|
-
"children": [
|
|
10135
|
-
370
|
|
10136
|
-
]
|
|
10137
|
-
}
|
|
10138
|
-
]
|
|
10139
|
-
}
|
|
11184
|
+
"type": "reference",
|
|
11185
|
+
"id": 408,
|
|
11186
|
+
"typeArguments": [
|
|
11187
|
+
{
|
|
11188
|
+
"type": "reference",
|
|
11189
|
+
"id": 390,
|
|
11190
|
+
"name": "Option"
|
|
11191
|
+
},
|
|
11192
|
+
{
|
|
11193
|
+
"type": "reference",
|
|
11194
|
+
"id": 391,
|
|
11195
|
+
"name": "IsMulti"
|
|
11196
|
+
},
|
|
11197
|
+
{
|
|
11198
|
+
"type": "reference",
|
|
11199
|
+
"id": 392,
|
|
11200
|
+
"name": "Group"
|
|
11201
|
+
}
|
|
11202
|
+
],
|
|
11203
|
+
"name": "CreatableSelectInputProps"
|
|
10140
11204
|
}
|
|
10141
11205
|
}
|
|
10142
11206
|
],
|
|
@@ -10354,6 +11418,266 @@
|
|
|
10354
11418
|
}
|
|
10355
11419
|
]
|
|
10356
11420
|
},
|
|
11421
|
+
{
|
|
11422
|
+
"id": 373,
|
|
11423
|
+
"name": "Section",
|
|
11424
|
+
"kind": 64,
|
|
11425
|
+
"kindString": "Function",
|
|
11426
|
+
"flags": {},
|
|
11427
|
+
"sources": [
|
|
11428
|
+
{
|
|
11429
|
+
"fileName": "src/Section/index.tsx",
|
|
11430
|
+
"line": 16,
|
|
11431
|
+
"character": 16
|
|
11432
|
+
}
|
|
11433
|
+
],
|
|
11434
|
+
"signatures": [
|
|
11435
|
+
{
|
|
11436
|
+
"id": 374,
|
|
11437
|
+
"name": "Section",
|
|
11438
|
+
"kind": 4096,
|
|
11439
|
+
"kindString": "Call signature",
|
|
11440
|
+
"flags": {},
|
|
11441
|
+
"parameters": [
|
|
11442
|
+
{
|
|
11443
|
+
"id": 375,
|
|
11444
|
+
"name": "__namedParameters",
|
|
11445
|
+
"kind": 32768,
|
|
11446
|
+
"kindString": "Parameter",
|
|
11447
|
+
"flags": {},
|
|
11448
|
+
"type": {
|
|
11449
|
+
"type": "reference",
|
|
11450
|
+
"name": "SectionProps"
|
|
11451
|
+
}
|
|
11452
|
+
}
|
|
11453
|
+
],
|
|
11454
|
+
"type": {
|
|
11455
|
+
"type": "reference",
|
|
11456
|
+
"name": "JSX.Element"
|
|
11457
|
+
}
|
|
11458
|
+
}
|
|
11459
|
+
]
|
|
11460
|
+
},
|
|
11461
|
+
{
|
|
11462
|
+
"id": 416,
|
|
11463
|
+
"name": "SelectField",
|
|
11464
|
+
"kind": 64,
|
|
11465
|
+
"kindString": "Function",
|
|
11466
|
+
"flags": {},
|
|
11467
|
+
"sources": [
|
|
11468
|
+
{
|
|
11469
|
+
"fileName": "src/SelectField/index.tsx",
|
|
11470
|
+
"line": 36,
|
|
11471
|
+
"character": 16
|
|
11472
|
+
}
|
|
11473
|
+
],
|
|
11474
|
+
"signatures": [
|
|
11475
|
+
{
|
|
11476
|
+
"id": 417,
|
|
11477
|
+
"name": "SelectField",
|
|
11478
|
+
"kind": 4096,
|
|
11479
|
+
"kindString": "Call signature",
|
|
11480
|
+
"flags": {},
|
|
11481
|
+
"typeParameter": [
|
|
11482
|
+
{
|
|
11483
|
+
"id": 418,
|
|
11484
|
+
"name": "Option",
|
|
11485
|
+
"kind": 131072,
|
|
11486
|
+
"kindString": "Type parameter",
|
|
11487
|
+
"flags": {}
|
|
11488
|
+
},
|
|
11489
|
+
{
|
|
11490
|
+
"id": 419,
|
|
11491
|
+
"name": "IsMulti",
|
|
11492
|
+
"kind": 131072,
|
|
11493
|
+
"kindString": "Type parameter",
|
|
11494
|
+
"flags": {},
|
|
11495
|
+
"type": {
|
|
11496
|
+
"type": "intrinsic",
|
|
11497
|
+
"name": "boolean"
|
|
11498
|
+
}
|
|
11499
|
+
},
|
|
11500
|
+
{
|
|
11501
|
+
"id": 420,
|
|
11502
|
+
"name": "Group",
|
|
11503
|
+
"kind": 131072,
|
|
11504
|
+
"kindString": "Type parameter",
|
|
11505
|
+
"flags": {},
|
|
11506
|
+
"type": {
|
|
11507
|
+
"type": "reference",
|
|
11508
|
+
"typeArguments": [
|
|
11509
|
+
{
|
|
11510
|
+
"type": "reference",
|
|
11511
|
+
"id": 418,
|
|
11512
|
+
"name": "Option"
|
|
11513
|
+
},
|
|
11514
|
+
{
|
|
11515
|
+
"type": "reference",
|
|
11516
|
+
"id": 420,
|
|
11517
|
+
"name": "Group"
|
|
11518
|
+
}
|
|
11519
|
+
],
|
|
11520
|
+
"name": "GroupBase"
|
|
11521
|
+
}
|
|
11522
|
+
}
|
|
11523
|
+
],
|
|
11524
|
+
"parameters": [
|
|
11525
|
+
{
|
|
11526
|
+
"id": 421,
|
|
11527
|
+
"name": "__namedParameters",
|
|
11528
|
+
"kind": 32768,
|
|
11529
|
+
"kindString": "Parameter",
|
|
11530
|
+
"flags": {},
|
|
11531
|
+
"type": {
|
|
11532
|
+
"type": "reference",
|
|
11533
|
+
"typeArguments": [
|
|
11534
|
+
{
|
|
11535
|
+
"type": "reference",
|
|
11536
|
+
"id": 418,
|
|
11537
|
+
"name": "Option"
|
|
11538
|
+
},
|
|
11539
|
+
{
|
|
11540
|
+
"type": "reference",
|
|
11541
|
+
"id": 419,
|
|
11542
|
+
"name": "IsMulti"
|
|
11543
|
+
},
|
|
11544
|
+
{
|
|
11545
|
+
"type": "reference",
|
|
11546
|
+
"id": 420,
|
|
11547
|
+
"name": "Group"
|
|
11548
|
+
}
|
|
11549
|
+
],
|
|
11550
|
+
"name": "SelectFieldProps"
|
|
11551
|
+
}
|
|
11552
|
+
}
|
|
11553
|
+
],
|
|
11554
|
+
"type": {
|
|
11555
|
+
"type": "reference",
|
|
11556
|
+
"name": "JSX.Element"
|
|
11557
|
+
}
|
|
11558
|
+
}
|
|
11559
|
+
]
|
|
11560
|
+
},
|
|
11561
|
+
{
|
|
11562
|
+
"id": 376,
|
|
11563
|
+
"name": "SelectInput",
|
|
11564
|
+
"kind": 64,
|
|
11565
|
+
"kindString": "Function",
|
|
11566
|
+
"flags": {},
|
|
11567
|
+
"sources": [
|
|
11568
|
+
{
|
|
11569
|
+
"fileName": "src/SelectInput/index.tsx",
|
|
11570
|
+
"line": 123,
|
|
11571
|
+
"character": 16
|
|
11572
|
+
}
|
|
11573
|
+
],
|
|
11574
|
+
"signatures": [
|
|
11575
|
+
{
|
|
11576
|
+
"id": 377,
|
|
11577
|
+
"name": "SelectInput",
|
|
11578
|
+
"kind": 4096,
|
|
11579
|
+
"kindString": "Call signature",
|
|
11580
|
+
"flags": {},
|
|
11581
|
+
"typeParameter": [
|
|
11582
|
+
{
|
|
11583
|
+
"id": 378,
|
|
11584
|
+
"name": "Option",
|
|
11585
|
+
"kind": 131072,
|
|
11586
|
+
"kindString": "Type parameter",
|
|
11587
|
+
"flags": {},
|
|
11588
|
+
"default": {
|
|
11589
|
+
"type": "intrinsic",
|
|
11590
|
+
"name": "unknown"
|
|
11591
|
+
}
|
|
11592
|
+
},
|
|
11593
|
+
{
|
|
11594
|
+
"id": 379,
|
|
11595
|
+
"name": "IsMulti",
|
|
11596
|
+
"kind": 131072,
|
|
11597
|
+
"kindString": "Type parameter",
|
|
11598
|
+
"flags": {},
|
|
11599
|
+
"type": {
|
|
11600
|
+
"type": "intrinsic",
|
|
11601
|
+
"name": "boolean"
|
|
11602
|
+
},
|
|
11603
|
+
"default": {
|
|
11604
|
+
"type": "literal",
|
|
11605
|
+
"value": false
|
|
11606
|
+
}
|
|
11607
|
+
},
|
|
11608
|
+
{
|
|
11609
|
+
"id": 380,
|
|
11610
|
+
"name": "Group",
|
|
11611
|
+
"kind": 131072,
|
|
11612
|
+
"kindString": "Type parameter",
|
|
11613
|
+
"flags": {},
|
|
11614
|
+
"type": {
|
|
11615
|
+
"type": "reference",
|
|
11616
|
+
"typeArguments": [
|
|
11617
|
+
{
|
|
11618
|
+
"type": "reference",
|
|
11619
|
+
"id": 378,
|
|
11620
|
+
"name": "Option"
|
|
11621
|
+
},
|
|
11622
|
+
{
|
|
11623
|
+
"type": "reference",
|
|
11624
|
+
"id": 380,
|
|
11625
|
+
"name": "Group"
|
|
11626
|
+
}
|
|
11627
|
+
],
|
|
11628
|
+
"name": "GroupBase"
|
|
11629
|
+
},
|
|
11630
|
+
"default": {
|
|
11631
|
+
"type": "reference",
|
|
11632
|
+
"typeArguments": [
|
|
11633
|
+
{
|
|
11634
|
+
"type": "reference",
|
|
11635
|
+
"id": 378,
|
|
11636
|
+
"name": "Option"
|
|
11637
|
+
}
|
|
11638
|
+
],
|
|
11639
|
+
"name": "GroupBase"
|
|
11640
|
+
}
|
|
11641
|
+
}
|
|
11642
|
+
],
|
|
11643
|
+
"parameters": [
|
|
11644
|
+
{
|
|
11645
|
+
"id": 381,
|
|
11646
|
+
"name": "__namedParameters",
|
|
11647
|
+
"kind": 32768,
|
|
11648
|
+
"kindString": "Parameter",
|
|
11649
|
+
"flags": {},
|
|
11650
|
+
"type": {
|
|
11651
|
+
"type": "reference",
|
|
11652
|
+
"id": 400,
|
|
11653
|
+
"typeArguments": [
|
|
11654
|
+
{
|
|
11655
|
+
"type": "reference",
|
|
11656
|
+
"id": 378,
|
|
11657
|
+
"name": "Option"
|
|
11658
|
+
},
|
|
11659
|
+
{
|
|
11660
|
+
"type": "reference",
|
|
11661
|
+
"id": 379,
|
|
11662
|
+
"name": "IsMulti"
|
|
11663
|
+
},
|
|
11664
|
+
{
|
|
11665
|
+
"type": "reference",
|
|
11666
|
+
"id": 380,
|
|
11667
|
+
"name": "Group"
|
|
11668
|
+
}
|
|
11669
|
+
],
|
|
11670
|
+
"name": "SelectInputProps"
|
|
11671
|
+
}
|
|
11672
|
+
}
|
|
11673
|
+
],
|
|
11674
|
+
"type": {
|
|
11675
|
+
"type": "reference",
|
|
11676
|
+
"name": "JSX.Element"
|
|
11677
|
+
}
|
|
11678
|
+
}
|
|
11679
|
+
]
|
|
11680
|
+
},
|
|
10357
11681
|
{
|
|
10358
11682
|
"id": 73,
|
|
10359
11683
|
"name": "SwitchField",
|
|
@@ -10534,9 +11858,13 @@
|
|
|
10534
11858
|
"title": "Type aliases",
|
|
10535
11859
|
"kind": 4194304,
|
|
10536
11860
|
"children": [
|
|
11861
|
+
412,
|
|
11862
|
+
404,
|
|
10537
11863
|
20,
|
|
10538
11864
|
7,
|
|
10539
11865
|
36,
|
|
11866
|
+
408,
|
|
11867
|
+
400,
|
|
10540
11868
|
79,
|
|
10541
11869
|
347,
|
|
10542
11870
|
352
|
|
@@ -10546,15 +11874,24 @@
|
|
|
10546
11874
|
"title": "Functions",
|
|
10547
11875
|
"kind": 64,
|
|
10548
11876
|
"children": [
|
|
11877
|
+
434,
|
|
11878
|
+
394,
|
|
11879
|
+
422,
|
|
11880
|
+
382,
|
|
10549
11881
|
1,
|
|
10550
11882
|
4,
|
|
10551
11883
|
33,
|
|
10552
11884
|
366,
|
|
11885
|
+
428,
|
|
11886
|
+
388,
|
|
10553
11887
|
41,
|
|
10554
11888
|
44,
|
|
10555
11889
|
51,
|
|
10556
11890
|
60,
|
|
10557
11891
|
70,
|
|
11892
|
+
373,
|
|
11893
|
+
416,
|
|
11894
|
+
376,
|
|
10558
11895
|
73,
|
|
10559
11896
|
76,
|
|
10560
11897
|
344,
|