@ukic/docs 2.5.1 → 2.7.0
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/docs.json +1426 -152
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2023-
|
|
2
|
+
"timestamp": "2023-11-17T09:08:20",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.3.0",
|
|
@@ -697,7 +697,12 @@
|
|
|
697
697
|
"tag": "ic-badge",
|
|
698
698
|
"readme": "# ic-badge\n\n\n",
|
|
699
699
|
"docs": "",
|
|
700
|
-
"docsTags": [
|
|
700
|
+
"docsTags": [
|
|
701
|
+
{
|
|
702
|
+
"name": "slot",
|
|
703
|
+
"text": "badge-icon - Icon will be rendered inside the badge if type is set to icon."
|
|
704
|
+
}
|
|
705
|
+
],
|
|
701
706
|
"usage": {},
|
|
702
707
|
"props": [
|
|
703
708
|
{
|
|
@@ -960,6 +965,28 @@
|
|
|
960
965
|
],
|
|
961
966
|
"optional": true,
|
|
962
967
|
"required": false
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
"name": "visible",
|
|
971
|
+
"type": "boolean",
|
|
972
|
+
"complexType": {
|
|
973
|
+
"original": "boolean",
|
|
974
|
+
"resolved": "boolean",
|
|
975
|
+
"references": {}
|
|
976
|
+
},
|
|
977
|
+
"mutable": false,
|
|
978
|
+
"attr": "visible",
|
|
979
|
+
"reflectToAttr": false,
|
|
980
|
+
"docs": "If `true`, the badge will be displayed.",
|
|
981
|
+
"docsTags": [],
|
|
982
|
+
"default": "true",
|
|
983
|
+
"values": [
|
|
984
|
+
{
|
|
985
|
+
"type": "boolean"
|
|
986
|
+
}
|
|
987
|
+
],
|
|
988
|
+
"optional": false,
|
|
989
|
+
"required": false
|
|
963
990
|
}
|
|
964
991
|
],
|
|
965
992
|
"methods": [
|
|
@@ -982,8 +1009,14 @@
|
|
|
982
1009
|
},
|
|
983
1010
|
"signature": "hideBadge() => Promise<void>",
|
|
984
1011
|
"parameters": [],
|
|
985
|
-
"docs": "
|
|
986
|
-
"docsTags": [
|
|
1012
|
+
"docs": "",
|
|
1013
|
+
"docsTags": [
|
|
1014
|
+
{
|
|
1015
|
+
"name": "deprecated",
|
|
1016
|
+
"text": "This method should not be used anymore. Use visible prop to set badge visibility."
|
|
1017
|
+
}
|
|
1018
|
+
],
|
|
1019
|
+
"deprecation": "This method should not be used anymore. Use visible prop to set badge visibility."
|
|
987
1020
|
},
|
|
988
1021
|
{
|
|
989
1022
|
"name": "showBadge",
|
|
@@ -1004,14 +1037,25 @@
|
|
|
1004
1037
|
},
|
|
1005
1038
|
"signature": "showBadge() => Promise<void>",
|
|
1006
1039
|
"parameters": [],
|
|
1007
|
-
"docs": "
|
|
1008
|
-
"docsTags": [
|
|
1040
|
+
"docs": "",
|
|
1041
|
+
"docsTags": [
|
|
1042
|
+
{
|
|
1043
|
+
"name": "deprecated",
|
|
1044
|
+
"text": "This method should not be used anymore. Use visible prop to set badge visibility."
|
|
1045
|
+
}
|
|
1046
|
+
],
|
|
1047
|
+
"deprecation": "This method should not be used anymore. Use visible prop to set badge visibility."
|
|
1009
1048
|
}
|
|
1010
1049
|
],
|
|
1011
1050
|
"events": [],
|
|
1012
1051
|
"listeners": [],
|
|
1013
1052
|
"styles": [],
|
|
1014
|
-
"slots": [
|
|
1053
|
+
"slots": [
|
|
1054
|
+
{
|
|
1055
|
+
"name": "badge-icon",
|
|
1056
|
+
"docs": "Icon will be rendered inside the badge if type is set to icon."
|
|
1057
|
+
}
|
|
1058
|
+
],
|
|
1015
1059
|
"parts": [],
|
|
1016
1060
|
"dependents": [],
|
|
1017
1061
|
"dependencies": [
|
|
@@ -2052,6 +2096,10 @@
|
|
|
2052
2096
|
{
|
|
2053
2097
|
"name": "slot",
|
|
2054
2098
|
"text": "expanded-content - Content will be placed below the interaction controls but will not initially be rendered."
|
|
2099
|
+
},
|
|
2100
|
+
{
|
|
2101
|
+
"name": "slot",
|
|
2102
|
+
"text": "badge - Badge component overlaying the top right of the card."
|
|
2055
2103
|
}
|
|
2056
2104
|
],
|
|
2057
2105
|
"usage": {},
|
|
@@ -2396,6 +2444,10 @@
|
|
|
2396
2444
|
"name": "adornment",
|
|
2397
2445
|
"docs": "Content will be placed below the card subheading."
|
|
2398
2446
|
},
|
|
2447
|
+
{
|
|
2448
|
+
"name": "badge",
|
|
2449
|
+
"docs": "Badge component overlaying the top right of the card."
|
|
2450
|
+
},
|
|
2399
2451
|
{
|
|
2400
2452
|
"name": "expanded-content",
|
|
2401
2453
|
"docs": "Content will be placed below the interaction controls but will not initially be rendered."
|
|
@@ -2462,7 +2514,12 @@
|
|
|
2462
2514
|
"tag": "ic-checkbox",
|
|
2463
2515
|
"readme": "# ic-checkbox\n\n\n",
|
|
2464
2516
|
"docs": "",
|
|
2465
|
-
"docsTags": [
|
|
2517
|
+
"docsTags": [
|
|
2518
|
+
{
|
|
2519
|
+
"name": "slot",
|
|
2520
|
+
"text": "additional-field - Content to be displayed alongside a checkbox."
|
|
2521
|
+
}
|
|
2522
|
+
],
|
|
2466
2523
|
"usage": {},
|
|
2467
2524
|
"props": [
|
|
2468
2525
|
{
|
|
@@ -2564,6 +2621,132 @@
|
|
|
2564
2621
|
"optional": false,
|
|
2565
2622
|
"required": false
|
|
2566
2623
|
},
|
|
2624
|
+
{
|
|
2625
|
+
"name": "form",
|
|
2626
|
+
"type": "string",
|
|
2627
|
+
"complexType": {
|
|
2628
|
+
"original": "string",
|
|
2629
|
+
"resolved": "string",
|
|
2630
|
+
"references": {}
|
|
2631
|
+
},
|
|
2632
|
+
"mutable": false,
|
|
2633
|
+
"attr": "form",
|
|
2634
|
+
"reflectToAttr": false,
|
|
2635
|
+
"docs": "The <form> element to associate the checkbox with.",
|
|
2636
|
+
"docsTags": [],
|
|
2637
|
+
"values": [
|
|
2638
|
+
{
|
|
2639
|
+
"type": "string"
|
|
2640
|
+
}
|
|
2641
|
+
],
|
|
2642
|
+
"optional": true,
|
|
2643
|
+
"required": false
|
|
2644
|
+
},
|
|
2645
|
+
{
|
|
2646
|
+
"name": "formaction",
|
|
2647
|
+
"type": "string",
|
|
2648
|
+
"complexType": {
|
|
2649
|
+
"original": "string",
|
|
2650
|
+
"resolved": "string",
|
|
2651
|
+
"references": {}
|
|
2652
|
+
},
|
|
2653
|
+
"mutable": false,
|
|
2654
|
+
"attr": "formaction",
|
|
2655
|
+
"reflectToAttr": false,
|
|
2656
|
+
"docs": "The URL that processes the information submitted by the checkbox. It overrides the action attribute of the checkbox's form owner. Does nothing if there is no form owner.",
|
|
2657
|
+
"docsTags": [],
|
|
2658
|
+
"values": [
|
|
2659
|
+
{
|
|
2660
|
+
"type": "string"
|
|
2661
|
+
}
|
|
2662
|
+
],
|
|
2663
|
+
"optional": true,
|
|
2664
|
+
"required": false
|
|
2665
|
+
},
|
|
2666
|
+
{
|
|
2667
|
+
"name": "formenctype",
|
|
2668
|
+
"type": "string",
|
|
2669
|
+
"complexType": {
|
|
2670
|
+
"original": "string",
|
|
2671
|
+
"resolved": "string",
|
|
2672
|
+
"references": {}
|
|
2673
|
+
},
|
|
2674
|
+
"mutable": false,
|
|
2675
|
+
"attr": "formenctype",
|
|
2676
|
+
"reflectToAttr": false,
|
|
2677
|
+
"docs": "The way the submitted form data is encoded.",
|
|
2678
|
+
"docsTags": [],
|
|
2679
|
+
"values": [
|
|
2680
|
+
{
|
|
2681
|
+
"type": "string"
|
|
2682
|
+
}
|
|
2683
|
+
],
|
|
2684
|
+
"optional": true,
|
|
2685
|
+
"required": false
|
|
2686
|
+
},
|
|
2687
|
+
{
|
|
2688
|
+
"name": "formmethod",
|
|
2689
|
+
"type": "string",
|
|
2690
|
+
"complexType": {
|
|
2691
|
+
"original": "string",
|
|
2692
|
+
"resolved": "string",
|
|
2693
|
+
"references": {}
|
|
2694
|
+
},
|
|
2695
|
+
"mutable": false,
|
|
2696
|
+
"attr": "formmethod",
|
|
2697
|
+
"reflectToAttr": false,
|
|
2698
|
+
"docs": "The HTTP method used to submit the form.",
|
|
2699
|
+
"docsTags": [],
|
|
2700
|
+
"values": [
|
|
2701
|
+
{
|
|
2702
|
+
"type": "string"
|
|
2703
|
+
}
|
|
2704
|
+
],
|
|
2705
|
+
"optional": true,
|
|
2706
|
+
"required": false
|
|
2707
|
+
},
|
|
2708
|
+
{
|
|
2709
|
+
"name": "formnovalidate",
|
|
2710
|
+
"type": "boolean",
|
|
2711
|
+
"complexType": {
|
|
2712
|
+
"original": "boolean",
|
|
2713
|
+
"resolved": "boolean",
|
|
2714
|
+
"references": {}
|
|
2715
|
+
},
|
|
2716
|
+
"mutable": false,
|
|
2717
|
+
"attr": "formnovalidate",
|
|
2718
|
+
"reflectToAttr": false,
|
|
2719
|
+
"docs": "If `true`, the form will not be validated when submitted.",
|
|
2720
|
+
"docsTags": [],
|
|
2721
|
+
"values": [
|
|
2722
|
+
{
|
|
2723
|
+
"type": "boolean"
|
|
2724
|
+
}
|
|
2725
|
+
],
|
|
2726
|
+
"optional": true,
|
|
2727
|
+
"required": false
|
|
2728
|
+
},
|
|
2729
|
+
{
|
|
2730
|
+
"name": "formtarget",
|
|
2731
|
+
"type": "string",
|
|
2732
|
+
"complexType": {
|
|
2733
|
+
"original": "string",
|
|
2734
|
+
"resolved": "string",
|
|
2735
|
+
"references": {}
|
|
2736
|
+
},
|
|
2737
|
+
"mutable": false,
|
|
2738
|
+
"attr": "formtarget",
|
|
2739
|
+
"reflectToAttr": false,
|
|
2740
|
+
"docs": "The place to display the response from submitting the form. It overrides the target attribute of the checkbox's form owner.",
|
|
2741
|
+
"docsTags": [],
|
|
2742
|
+
"values": [
|
|
2743
|
+
{
|
|
2744
|
+
"type": "string"
|
|
2745
|
+
}
|
|
2746
|
+
],
|
|
2747
|
+
"optional": true,
|
|
2748
|
+
"required": false
|
|
2749
|
+
},
|
|
2567
2750
|
{
|
|
2568
2751
|
"name": "groupLabel",
|
|
2569
2752
|
"type": "string",
|
|
@@ -2801,7 +2984,12 @@
|
|
|
2801
2984
|
],
|
|
2802
2985
|
"listeners": [],
|
|
2803
2986
|
"styles": [],
|
|
2804
|
-
"slots": [
|
|
2987
|
+
"slots": [
|
|
2988
|
+
{
|
|
2989
|
+
"name": "additional-field",
|
|
2990
|
+
"docs": "Content to be displayed alongside a checkbox."
|
|
2991
|
+
}
|
|
2992
|
+
],
|
|
2805
2993
|
"parts": [],
|
|
2806
2994
|
"dependents": [],
|
|
2807
2995
|
"dependencies": [
|
|
@@ -3104,6 +3292,11 @@
|
|
|
3104
3292
|
}
|
|
3105
3293
|
],
|
|
3106
3294
|
"listeners": [
|
|
3295
|
+
{
|
|
3296
|
+
"event": "icChange",
|
|
3297
|
+
"capture": false,
|
|
3298
|
+
"passive": false
|
|
3299
|
+
},
|
|
3107
3300
|
{
|
|
3108
3301
|
"event": "icCheck",
|
|
3109
3302
|
"capture": false,
|
|
@@ -3166,9 +3359,14 @@
|
|
|
3166
3359
|
"mutable": false,
|
|
3167
3360
|
"attr": "appearance",
|
|
3168
3361
|
"reflectToAttr": false,
|
|
3169
|
-
"docs": "
|
|
3170
|
-
"docsTags": [
|
|
3171
|
-
|
|
3362
|
+
"docs": "",
|
|
3363
|
+
"docsTags": [
|
|
3364
|
+
{
|
|
3365
|
+
"name": "deprecated",
|
|
3366
|
+
"text": "This prop should not be used anymore. Use variant prop instead."
|
|
3367
|
+
}
|
|
3368
|
+
],
|
|
3369
|
+
"deprecation": "This prop should not be used anymore. Use variant prop instead.",
|
|
3172
3370
|
"values": [
|
|
3173
3371
|
{
|
|
3174
3372
|
"value": "filled",
|
|
@@ -3283,6 +3481,39 @@
|
|
|
3283
3481
|
],
|
|
3284
3482
|
"optional": true,
|
|
3285
3483
|
"required": false
|
|
3484
|
+
},
|
|
3485
|
+
{
|
|
3486
|
+
"name": "variant",
|
|
3487
|
+
"type": "\"filled\" | \"outlined\"",
|
|
3488
|
+
"complexType": {
|
|
3489
|
+
"original": "IcEmphasisType",
|
|
3490
|
+
"resolved": "\"filled\" | \"outlined\"",
|
|
3491
|
+
"references": {
|
|
3492
|
+
"IcEmphasisType": {
|
|
3493
|
+
"location": "import",
|
|
3494
|
+
"path": "../../utils/types",
|
|
3495
|
+
"id": "src/utils/types.ts::IcEmphasisType"
|
|
3496
|
+
}
|
|
3497
|
+
}
|
|
3498
|
+
},
|
|
3499
|
+
"mutable": false,
|
|
3500
|
+
"attr": "variant",
|
|
3501
|
+
"reflectToAttr": false,
|
|
3502
|
+
"docs": "The emphasis of the chip.",
|
|
3503
|
+
"docsTags": [],
|
|
3504
|
+
"default": "\"filled\"",
|
|
3505
|
+
"values": [
|
|
3506
|
+
{
|
|
3507
|
+
"value": "filled",
|
|
3508
|
+
"type": "string"
|
|
3509
|
+
},
|
|
3510
|
+
{
|
|
3511
|
+
"value": "outlined",
|
|
3512
|
+
"type": "string"
|
|
3513
|
+
}
|
|
3514
|
+
],
|
|
3515
|
+
"optional": true,
|
|
3516
|
+
"required": false
|
|
3286
3517
|
}
|
|
3287
3518
|
],
|
|
3288
3519
|
"methods": [
|
|
@@ -3550,7 +3781,12 @@
|
|
|
3550
3781
|
"tag": "ic-data-entity",
|
|
3551
3782
|
"readme": "# ic-data-entity\n\n\n",
|
|
3552
3783
|
"docs": "",
|
|
3553
|
-
"docsTags": [
|
|
3784
|
+
"docsTags": [
|
|
3785
|
+
{
|
|
3786
|
+
"name": "slot",
|
|
3787
|
+
"text": "heading - Content will be placed at the top of the data entity."
|
|
3788
|
+
}
|
|
3789
|
+
],
|
|
3554
3790
|
"usage": {},
|
|
3555
3791
|
"props": [
|
|
3556
3792
|
{
|
|
@@ -3575,25 +3811,64 @@
|
|
|
3575
3811
|
"required": false
|
|
3576
3812
|
},
|
|
3577
3813
|
{
|
|
3578
|
-
"name": "
|
|
3579
|
-
"type": "
|
|
3814
|
+
"name": "size",
|
|
3815
|
+
"type": "\"default\" | \"small\"",
|
|
3580
3816
|
"complexType": {
|
|
3581
|
-
"original": "
|
|
3582
|
-
"resolved": "
|
|
3583
|
-
"references": {
|
|
3817
|
+
"original": "IcSizesNoLarge",
|
|
3818
|
+
"resolved": "\"default\" | \"small\"",
|
|
3819
|
+
"references": {
|
|
3820
|
+
"IcSizesNoLarge": {
|
|
3821
|
+
"location": "import",
|
|
3822
|
+
"path": "../../utils/types",
|
|
3823
|
+
"id": "src/utils/types.ts::IcSizesNoLarge"
|
|
3824
|
+
}
|
|
3825
|
+
}
|
|
3584
3826
|
},
|
|
3585
3827
|
"mutable": false,
|
|
3586
|
-
"attr": "
|
|
3828
|
+
"attr": "size",
|
|
3587
3829
|
"reflectToAttr": false,
|
|
3588
|
-
"docs": "
|
|
3830
|
+
"docs": "The size of the data entity component.",
|
|
3589
3831
|
"docsTags": [],
|
|
3590
|
-
"default": "
|
|
3832
|
+
"default": "\"default\"",
|
|
3591
3833
|
"values": [
|
|
3592
3834
|
{
|
|
3593
|
-
"
|
|
3835
|
+
"value": "default",
|
|
3836
|
+
"type": "string"
|
|
3837
|
+
},
|
|
3838
|
+
{
|
|
3839
|
+
"value": "small",
|
|
3840
|
+
"type": "string"
|
|
3594
3841
|
}
|
|
3595
3842
|
],
|
|
3596
|
-
"optional":
|
|
3843
|
+
"optional": true,
|
|
3844
|
+
"required": false
|
|
3845
|
+
},
|
|
3846
|
+
{
|
|
3847
|
+
"name": "small",
|
|
3848
|
+
"type": "boolean",
|
|
3849
|
+
"complexType": {
|
|
3850
|
+
"original": "boolean",
|
|
3851
|
+
"resolved": "boolean",
|
|
3852
|
+
"references": {}
|
|
3853
|
+
},
|
|
3854
|
+
"mutable": false,
|
|
3855
|
+
"attr": "small",
|
|
3856
|
+
"reflectToAttr": false,
|
|
3857
|
+
"docs": "",
|
|
3858
|
+
"docsTags": [
|
|
3859
|
+
{
|
|
3860
|
+
"name": "deprecated",
|
|
3861
|
+
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
3862
|
+
}
|
|
3863
|
+
],
|
|
3864
|
+
"default": "false",
|
|
3865
|
+
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
3866
|
+
"values": [
|
|
3867
|
+
{
|
|
3868
|
+
"type": "boolean"
|
|
3869
|
+
}
|
|
3870
|
+
],
|
|
3871
|
+
"optional": true,
|
|
3597
3872
|
"required": false
|
|
3598
3873
|
}
|
|
3599
3874
|
],
|
|
@@ -3601,7 +3876,12 @@
|
|
|
3601
3876
|
"events": [],
|
|
3602
3877
|
"listeners": [],
|
|
3603
3878
|
"styles": [],
|
|
3604
|
-
"slots": [
|
|
3879
|
+
"slots": [
|
|
3880
|
+
{
|
|
3881
|
+
"name": "heading",
|
|
3882
|
+
"docs": "Content will be placed at the top of the data entity."
|
|
3883
|
+
}
|
|
3884
|
+
],
|
|
3605
3885
|
"parts": [],
|
|
3606
3886
|
"dependents": [],
|
|
3607
3887
|
"dependencies": [
|
|
@@ -3656,6 +3936,39 @@
|
|
|
3656
3936
|
"optional": false,
|
|
3657
3937
|
"required": false
|
|
3658
3938
|
},
|
|
3939
|
+
{
|
|
3940
|
+
"name": "size",
|
|
3941
|
+
"type": "\"default\" | \"small\"",
|
|
3942
|
+
"complexType": {
|
|
3943
|
+
"original": "IcSizesNoLarge",
|
|
3944
|
+
"resolved": "\"default\" | \"small\"",
|
|
3945
|
+
"references": {
|
|
3946
|
+
"IcSizesNoLarge": {
|
|
3947
|
+
"location": "import",
|
|
3948
|
+
"path": "../../utils/types",
|
|
3949
|
+
"id": "src/utils/types.ts::IcSizesNoLarge"
|
|
3950
|
+
}
|
|
3951
|
+
}
|
|
3952
|
+
},
|
|
3953
|
+
"mutable": false,
|
|
3954
|
+
"attr": "size",
|
|
3955
|
+
"reflectToAttr": false,
|
|
3956
|
+
"docs": "The size of the data row component.",
|
|
3957
|
+
"docsTags": [],
|
|
3958
|
+
"default": "\"default\"",
|
|
3959
|
+
"values": [
|
|
3960
|
+
{
|
|
3961
|
+
"value": "default",
|
|
3962
|
+
"type": "string"
|
|
3963
|
+
},
|
|
3964
|
+
{
|
|
3965
|
+
"value": "small",
|
|
3966
|
+
"type": "string"
|
|
3967
|
+
}
|
|
3968
|
+
],
|
|
3969
|
+
"optional": true,
|
|
3970
|
+
"required": false
|
|
3971
|
+
},
|
|
3659
3972
|
{
|
|
3660
3973
|
"name": "small",
|
|
3661
3974
|
"type": "boolean",
|
|
@@ -3667,15 +3980,21 @@
|
|
|
3667
3980
|
"mutable": false,
|
|
3668
3981
|
"attr": "small",
|
|
3669
3982
|
"reflectToAttr": false,
|
|
3670
|
-
"docs": "
|
|
3671
|
-
"docsTags": [
|
|
3983
|
+
"docs": "",
|
|
3984
|
+
"docsTags": [
|
|
3985
|
+
{
|
|
3986
|
+
"name": "deprecated",
|
|
3987
|
+
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
3988
|
+
}
|
|
3989
|
+
],
|
|
3672
3990
|
"default": "false",
|
|
3991
|
+
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
3673
3992
|
"values": [
|
|
3674
3993
|
{
|
|
3675
3994
|
"type": "boolean"
|
|
3676
3995
|
}
|
|
3677
3996
|
],
|
|
3678
|
-
"optional":
|
|
3997
|
+
"optional": true,
|
|
3679
3998
|
"required": false
|
|
3680
3999
|
},
|
|
3681
4000
|
{
|
|
@@ -3747,6 +4066,10 @@
|
|
|
3747
4066
|
{
|
|
3748
4067
|
"name": "slot",
|
|
3749
4068
|
"text": "label - Content will be placed above the dialog heading."
|
|
4069
|
+
},
|
|
4070
|
+
{
|
|
4071
|
+
"name": "slot",
|
|
4072
|
+
"text": "alert - Content will be placed at the top of the content area of the dialog."
|
|
3750
4073
|
}
|
|
3751
4074
|
],
|
|
3752
4075
|
"usage": {},
|
|
@@ -3762,8 +4085,14 @@
|
|
|
3762
4085
|
"mutable": false,
|
|
3763
4086
|
"attr": "alert-heading",
|
|
3764
4087
|
"reflectToAttr": false,
|
|
3765
|
-
"docs": "
|
|
3766
|
-
"docsTags": [
|
|
4088
|
+
"docs": "",
|
|
4089
|
+
"docsTags": [
|
|
4090
|
+
{
|
|
4091
|
+
"name": "deprecated",
|
|
4092
|
+
"text": "This prop should not be used anymore. Use an ic-alert/IcAlert component within an alert slot with a heading instead."
|
|
4093
|
+
}
|
|
4094
|
+
],
|
|
4095
|
+
"deprecation": "This prop should not be used anymore. Use an ic-alert/IcAlert component within an alert slot with a heading instead.",
|
|
3767
4096
|
"values": [
|
|
3768
4097
|
{
|
|
3769
4098
|
"type": "string"
|
|
@@ -3783,8 +4112,14 @@
|
|
|
3783
4112
|
"mutable": false,
|
|
3784
4113
|
"attr": "alert-message",
|
|
3785
4114
|
"reflectToAttr": false,
|
|
3786
|
-
"docs": "
|
|
3787
|
-
"docsTags": [
|
|
4115
|
+
"docs": "",
|
|
4116
|
+
"docsTags": [
|
|
4117
|
+
{
|
|
4118
|
+
"name": "deprecated",
|
|
4119
|
+
"text": "This prop should not be used anymore. Use an ic-alert/IcAlert component within an alert slot with a message instead."
|
|
4120
|
+
}
|
|
4121
|
+
],
|
|
4122
|
+
"deprecation": "This prop should not be used anymore. Use an ic-alert/IcAlert component within an alert slot with a message instead.",
|
|
3788
4123
|
"values": [
|
|
3789
4124
|
{
|
|
3790
4125
|
"type": "string"
|
|
@@ -3923,6 +4258,28 @@
|
|
|
3923
4258
|
"optional": false,
|
|
3924
4259
|
"required": true
|
|
3925
4260
|
},
|
|
4261
|
+
{
|
|
4262
|
+
"name": "hideCloseButton",
|
|
4263
|
+
"type": "boolean",
|
|
4264
|
+
"complexType": {
|
|
4265
|
+
"original": "boolean",
|
|
4266
|
+
"resolved": "boolean",
|
|
4267
|
+
"references": {}
|
|
4268
|
+
},
|
|
4269
|
+
"mutable": false,
|
|
4270
|
+
"attr": "hide-close-button",
|
|
4271
|
+
"reflectToAttr": false,
|
|
4272
|
+
"docs": "If `true`, the close button will not be displayed.",
|
|
4273
|
+
"docsTags": [],
|
|
4274
|
+
"default": "false",
|
|
4275
|
+
"values": [
|
|
4276
|
+
{
|
|
4277
|
+
"type": "boolean"
|
|
4278
|
+
}
|
|
4279
|
+
],
|
|
4280
|
+
"optional": true,
|
|
4281
|
+
"required": false
|
|
4282
|
+
},
|
|
3926
4283
|
{
|
|
3927
4284
|
"name": "label",
|
|
3928
4285
|
"type": "string",
|
|
@@ -3944,6 +4301,28 @@
|
|
|
3944
4301
|
"optional": true,
|
|
3945
4302
|
"required": false
|
|
3946
4303
|
},
|
|
4304
|
+
{
|
|
4305
|
+
"name": "open",
|
|
4306
|
+
"type": "boolean",
|
|
4307
|
+
"complexType": {
|
|
4308
|
+
"original": "boolean",
|
|
4309
|
+
"resolved": "boolean",
|
|
4310
|
+
"references": {}
|
|
4311
|
+
},
|
|
4312
|
+
"mutable": true,
|
|
4313
|
+
"attr": "open",
|
|
4314
|
+
"reflectToAttr": true,
|
|
4315
|
+
"docs": "If `true`, the dialog will be displayed.",
|
|
4316
|
+
"docsTags": [],
|
|
4317
|
+
"default": "undefined",
|
|
4318
|
+
"values": [
|
|
4319
|
+
{
|
|
4320
|
+
"type": "boolean"
|
|
4321
|
+
}
|
|
4322
|
+
],
|
|
4323
|
+
"optional": false,
|
|
4324
|
+
"required": false
|
|
4325
|
+
},
|
|
3947
4326
|
{
|
|
3948
4327
|
"name": "size",
|
|
3949
4328
|
"type": "\"large\" | \"medium\" | \"small\"",
|
|
@@ -3986,8 +4365,14 @@
|
|
|
3986
4365
|
"mutable": false,
|
|
3987
4366
|
"attr": "status",
|
|
3988
4367
|
"reflectToAttr": false,
|
|
3989
|
-
"docs": "
|
|
3990
|
-
"docsTags": [
|
|
4368
|
+
"docs": "",
|
|
4369
|
+
"docsTags": [
|
|
4370
|
+
{
|
|
4371
|
+
"name": "deprecated",
|
|
4372
|
+
"text": "This prop should not be used anymore. Use an ic-alert/IcAlert component within an alert slot with a variant instead."
|
|
4373
|
+
}
|
|
4374
|
+
],
|
|
4375
|
+
"deprecation": "This prop should not be used anymore. Use an ic-alert/IcAlert component within an alert slot with a variant instead.",
|
|
3991
4376
|
"values": [
|
|
3992
4377
|
{
|
|
3993
4378
|
"value": "error",
|
|
@@ -4078,8 +4463,14 @@
|
|
|
4078
4463
|
},
|
|
4079
4464
|
"signature": "hideDialog() => Promise<void>",
|
|
4080
4465
|
"parameters": [],
|
|
4081
|
-
"docs": "
|
|
4082
|
-
"docsTags": [
|
|
4466
|
+
"docs": "",
|
|
4467
|
+
"docsTags": [
|
|
4468
|
+
{
|
|
4469
|
+
"name": "deprecated",
|
|
4470
|
+
"text": "This method should not be used anymore. Use open prop to set dialog visibility."
|
|
4471
|
+
}
|
|
4472
|
+
],
|
|
4473
|
+
"deprecation": "This method should not be used anymore. Use open prop to set dialog visibility."
|
|
4083
4474
|
},
|
|
4084
4475
|
{
|
|
4085
4476
|
"name": "showDialog",
|
|
@@ -4100,8 +4491,14 @@
|
|
|
4100
4491
|
},
|
|
4101
4492
|
"signature": "showDialog() => Promise<void>",
|
|
4102
4493
|
"parameters": [],
|
|
4103
|
-
"docs": "
|
|
4104
|
-
"docsTags": [
|
|
4494
|
+
"docs": "",
|
|
4495
|
+
"docsTags": [
|
|
4496
|
+
{
|
|
4497
|
+
"name": "deprecated",
|
|
4498
|
+
"text": "This method should not be used anymore. Use open prop to set dialog visibility."
|
|
4499
|
+
}
|
|
4500
|
+
],
|
|
4501
|
+
"deprecation": "This method should not be used anymore. Use open prop to set dialog visibility."
|
|
4105
4502
|
}
|
|
4106
4503
|
],
|
|
4107
4504
|
"events": [
|
|
@@ -4183,6 +4580,10 @@
|
|
|
4183
4580
|
}
|
|
4184
4581
|
],
|
|
4185
4582
|
"slots": [
|
|
4583
|
+
{
|
|
4584
|
+
"name": "alert",
|
|
4585
|
+
"docs": "Content will be placed at the top of the content area of the dialog."
|
|
4586
|
+
},
|
|
4186
4587
|
{
|
|
4187
4588
|
"name": "dialog-controls",
|
|
4188
4589
|
"docs": "Content will be place at the bottom of the dialog."
|
|
@@ -4271,6 +4672,18 @@
|
|
|
4271
4672
|
{
|
|
4272
4673
|
"name": "slot",
|
|
4273
4674
|
"text": "actions - Content is placed at the bottom below all other content."
|
|
4675
|
+
},
|
|
4676
|
+
{
|
|
4677
|
+
"name": "slot",
|
|
4678
|
+
"text": "heading - Content will be rendered in place of the heading prop."
|
|
4679
|
+
},
|
|
4680
|
+
{
|
|
4681
|
+
"name": "slot",
|
|
4682
|
+
"text": "subheading - Content will be rendered in place of the subheading prop."
|
|
4683
|
+
},
|
|
4684
|
+
{
|
|
4685
|
+
"name": "slot",
|
|
4686
|
+
"text": "body - Content will be rendered in place of the body prop."
|
|
4274
4687
|
}
|
|
4275
4688
|
],
|
|
4276
4689
|
"usage": {},
|
|
@@ -4372,8 +4785,8 @@
|
|
|
4372
4785
|
"type": "string"
|
|
4373
4786
|
}
|
|
4374
4787
|
],
|
|
4375
|
-
"optional":
|
|
4376
|
-
"required":
|
|
4788
|
+
"optional": true,
|
|
4789
|
+
"required": false
|
|
4377
4790
|
},
|
|
4378
4791
|
{
|
|
4379
4792
|
"name": "imageSize",
|
|
@@ -4443,9 +4856,21 @@
|
|
|
4443
4856
|
"name": "actions",
|
|
4444
4857
|
"docs": "Content is placed at the bottom below all other content."
|
|
4445
4858
|
},
|
|
4859
|
+
{
|
|
4860
|
+
"name": "body",
|
|
4861
|
+
"docs": "Content will be rendered in place of the body prop."
|
|
4862
|
+
},
|
|
4863
|
+
{
|
|
4864
|
+
"name": "heading",
|
|
4865
|
+
"docs": "Content will be rendered in place of the heading prop."
|
|
4866
|
+
},
|
|
4446
4867
|
{
|
|
4447
4868
|
"name": "image",
|
|
4448
4869
|
"docs": "Content is placed at the top above all other content."
|
|
4870
|
+
},
|
|
4871
|
+
{
|
|
4872
|
+
"name": "subheading",
|
|
4873
|
+
"docs": "Content will be rendered in place of the subheading prop."
|
|
4449
4874
|
}
|
|
4450
4875
|
],
|
|
4451
4876
|
"parts": [],
|
|
@@ -5161,6 +5586,39 @@
|
|
|
5161
5586
|
"optional": true,
|
|
5162
5587
|
"required": false
|
|
5163
5588
|
},
|
|
5589
|
+
{
|
|
5590
|
+
"name": "size",
|
|
5591
|
+
"type": "\"default\" | \"small\"",
|
|
5592
|
+
"complexType": {
|
|
5593
|
+
"original": "IcSizesNoLarge",
|
|
5594
|
+
"resolved": "\"default\" | \"small\"",
|
|
5595
|
+
"references": {
|
|
5596
|
+
"IcSizesNoLarge": {
|
|
5597
|
+
"location": "import",
|
|
5598
|
+
"path": "../../utils/types",
|
|
5599
|
+
"id": "src/utils/types.ts::IcSizesNoLarge"
|
|
5600
|
+
}
|
|
5601
|
+
}
|
|
5602
|
+
},
|
|
5603
|
+
"mutable": false,
|
|
5604
|
+
"attr": "size",
|
|
5605
|
+
"reflectToAttr": false,
|
|
5606
|
+
"docs": "The size of the hero component.",
|
|
5607
|
+
"docsTags": [],
|
|
5608
|
+
"default": "\"default\"",
|
|
5609
|
+
"values": [
|
|
5610
|
+
{
|
|
5611
|
+
"value": "default",
|
|
5612
|
+
"type": "string"
|
|
5613
|
+
},
|
|
5614
|
+
{
|
|
5615
|
+
"value": "small",
|
|
5616
|
+
"type": "string"
|
|
5617
|
+
}
|
|
5618
|
+
],
|
|
5619
|
+
"optional": true,
|
|
5620
|
+
"required": false
|
|
5621
|
+
},
|
|
5164
5622
|
{
|
|
5165
5623
|
"name": "small",
|
|
5166
5624
|
"type": "boolean",
|
|
@@ -5172,15 +5630,21 @@
|
|
|
5172
5630
|
"mutable": false,
|
|
5173
5631
|
"attr": "small",
|
|
5174
5632
|
"reflectToAttr": false,
|
|
5175
|
-
"docs": "
|
|
5176
|
-
"docsTags": [
|
|
5633
|
+
"docs": "",
|
|
5634
|
+
"docsTags": [
|
|
5635
|
+
{
|
|
5636
|
+
"name": "deprecated",
|
|
5637
|
+
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
5638
|
+
}
|
|
5639
|
+
],
|
|
5177
5640
|
"default": "false",
|
|
5641
|
+
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
5178
5642
|
"values": [
|
|
5179
5643
|
{
|
|
5180
5644
|
"type": "boolean"
|
|
5181
5645
|
}
|
|
5182
5646
|
],
|
|
5183
|
-
"optional":
|
|
5647
|
+
"optional": true,
|
|
5184
5648
|
"required": false
|
|
5185
5649
|
},
|
|
5186
5650
|
{
|
|
@@ -5353,6 +5817,33 @@
|
|
|
5353
5817
|
],
|
|
5354
5818
|
"usage": {},
|
|
5355
5819
|
"props": [
|
|
5820
|
+
{
|
|
5821
|
+
"name": "appearance",
|
|
5822
|
+
"type": "\"dark\" | \"default\"",
|
|
5823
|
+
"complexType": {
|
|
5824
|
+
"original": "\"dark\" | \"default\"",
|
|
5825
|
+
"resolved": "\"dark\" | \"default\"",
|
|
5826
|
+
"references": {}
|
|
5827
|
+
},
|
|
5828
|
+
"mutable": false,
|
|
5829
|
+
"attr": "appearance",
|
|
5830
|
+
"reflectToAttr": false,
|
|
5831
|
+
"docs": "The appearance of the input component container.",
|
|
5832
|
+
"docsTags": [],
|
|
5833
|
+
"default": "\"default\"",
|
|
5834
|
+
"values": [
|
|
5835
|
+
{
|
|
5836
|
+
"value": "dark",
|
|
5837
|
+
"type": "string"
|
|
5838
|
+
},
|
|
5839
|
+
{
|
|
5840
|
+
"value": "default",
|
|
5841
|
+
"type": "string"
|
|
5842
|
+
}
|
|
5843
|
+
],
|
|
5844
|
+
"optional": true,
|
|
5845
|
+
"required": false
|
|
5846
|
+
},
|
|
5356
5847
|
{
|
|
5357
5848
|
"name": "dark",
|
|
5358
5849
|
"type": "boolean",
|
|
@@ -5364,9 +5855,15 @@
|
|
|
5364
5855
|
"mutable": false,
|
|
5365
5856
|
"attr": "dark",
|
|
5366
5857
|
"reflectToAttr": false,
|
|
5367
|
-
"docs": "
|
|
5368
|
-
"docsTags": [
|
|
5858
|
+
"docs": "",
|
|
5859
|
+
"docsTags": [
|
|
5860
|
+
{
|
|
5861
|
+
"name": "deprecated",
|
|
5862
|
+
"text": "This prop should not be used anymore. Set prop `appearance` to \"dark\" instead."
|
|
5863
|
+
}
|
|
5864
|
+
],
|
|
5369
5865
|
"default": "false",
|
|
5866
|
+
"deprecation": "This prop should not be used anymore. Set prop `appearance` to \"dark\" instead.",
|
|
5370
5867
|
"values": [
|
|
5371
5868
|
{
|
|
5372
5869
|
"type": "boolean"
|
|
@@ -5463,6 +5960,39 @@
|
|
|
5463
5960
|
"optional": false,
|
|
5464
5961
|
"required": false
|
|
5465
5962
|
},
|
|
5963
|
+
{
|
|
5964
|
+
"name": "size",
|
|
5965
|
+
"type": "\"default\" | \"small\"",
|
|
5966
|
+
"complexType": {
|
|
5967
|
+
"original": "IcSizesNoLarge",
|
|
5968
|
+
"resolved": "\"default\" | \"small\"",
|
|
5969
|
+
"references": {
|
|
5970
|
+
"IcSizesNoLarge": {
|
|
5971
|
+
"location": "import",
|
|
5972
|
+
"path": "../../utils/types",
|
|
5973
|
+
"id": "src/utils/types.ts::IcSizesNoLarge"
|
|
5974
|
+
}
|
|
5975
|
+
}
|
|
5976
|
+
},
|
|
5977
|
+
"mutable": false,
|
|
5978
|
+
"attr": "size",
|
|
5979
|
+
"reflectToAttr": false,
|
|
5980
|
+
"docs": "The size of the input component container component.",
|
|
5981
|
+
"docsTags": [],
|
|
5982
|
+
"default": "\"default\"",
|
|
5983
|
+
"values": [
|
|
5984
|
+
{
|
|
5985
|
+
"value": "default",
|
|
5986
|
+
"type": "string"
|
|
5987
|
+
},
|
|
5988
|
+
{
|
|
5989
|
+
"value": "small",
|
|
5990
|
+
"type": "string"
|
|
5991
|
+
}
|
|
5992
|
+
],
|
|
5993
|
+
"optional": true,
|
|
5994
|
+
"required": false
|
|
5995
|
+
},
|
|
5466
5996
|
{
|
|
5467
5997
|
"name": "small",
|
|
5468
5998
|
"type": "boolean",
|
|
@@ -5474,15 +6004,21 @@
|
|
|
5474
6004
|
"mutable": false,
|
|
5475
6005
|
"attr": "small",
|
|
5476
6006
|
"reflectToAttr": false,
|
|
5477
|
-
"docs": "
|
|
5478
|
-
"docsTags": [
|
|
6007
|
+
"docs": "",
|
|
6008
|
+
"docsTags": [
|
|
6009
|
+
{
|
|
6010
|
+
"name": "deprecated",
|
|
6011
|
+
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
6012
|
+
}
|
|
6013
|
+
],
|
|
5479
6014
|
"default": "false",
|
|
6015
|
+
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
5480
6016
|
"values": [
|
|
5481
6017
|
{
|
|
5482
6018
|
"type": "boolean"
|
|
5483
6019
|
}
|
|
5484
6020
|
],
|
|
5485
|
-
"optional":
|
|
6021
|
+
"optional": true,
|
|
5486
6022
|
"required": false
|
|
5487
6023
|
},
|
|
5488
6024
|
{
|
|
@@ -5662,6 +6198,33 @@
|
|
|
5662
6198
|
"docsTags": [],
|
|
5663
6199
|
"usage": {},
|
|
5664
6200
|
"props": [
|
|
6201
|
+
{
|
|
6202
|
+
"name": "appearance",
|
|
6203
|
+
"type": "\"dark\" | \"default\"",
|
|
6204
|
+
"complexType": {
|
|
6205
|
+
"original": "\"dark\" | \"default\"",
|
|
6206
|
+
"resolved": "\"dark\" | \"default\"",
|
|
6207
|
+
"references": {}
|
|
6208
|
+
},
|
|
6209
|
+
"mutable": false,
|
|
6210
|
+
"attr": "appearance",
|
|
6211
|
+
"reflectToAttr": false,
|
|
6212
|
+
"docs": "The appearance of the input label.",
|
|
6213
|
+
"docsTags": [],
|
|
6214
|
+
"default": "\"default\"",
|
|
6215
|
+
"values": [
|
|
6216
|
+
{
|
|
6217
|
+
"value": "dark",
|
|
6218
|
+
"type": "string"
|
|
6219
|
+
},
|
|
6220
|
+
{
|
|
6221
|
+
"value": "default",
|
|
6222
|
+
"type": "string"
|
|
6223
|
+
}
|
|
6224
|
+
],
|
|
6225
|
+
"optional": true,
|
|
6226
|
+
"required": false
|
|
6227
|
+
},
|
|
5665
6228
|
{
|
|
5666
6229
|
"name": "dark",
|
|
5667
6230
|
"type": "boolean",
|
|
@@ -5673,9 +6236,15 @@
|
|
|
5673
6236
|
"mutable": false,
|
|
5674
6237
|
"attr": "dark",
|
|
5675
6238
|
"reflectToAttr": false,
|
|
5676
|
-
"docs": "
|
|
5677
|
-
"docsTags": [
|
|
6239
|
+
"docs": "",
|
|
6240
|
+
"docsTags": [
|
|
6241
|
+
{
|
|
6242
|
+
"name": "deprecated",
|
|
6243
|
+
"text": "This prop should not be used anymore. Set prop `appearance` to \"dark\" instead."
|
|
6244
|
+
}
|
|
6245
|
+
],
|
|
5678
6246
|
"default": "false",
|
|
6247
|
+
"deprecation": "This prop should not be used anymore. Set prop `appearance` to \"dark\" instead.",
|
|
5679
6248
|
"values": [
|
|
5680
6249
|
{
|
|
5681
6250
|
"type": "boolean"
|
|
@@ -6899,29 +7468,62 @@
|
|
|
6899
7468
|
"name": "searchMode",
|
|
6900
7469
|
"type": "\"navigation\" | \"query\"",
|
|
6901
7470
|
"complexType": {
|
|
6902
|
-
"original": "IcSearchBarSearchModes",
|
|
6903
|
-
"resolved": "\"navigation\" | \"query\"",
|
|
7471
|
+
"original": "IcSearchBarSearchModes",
|
|
7472
|
+
"resolved": "\"navigation\" | \"query\"",
|
|
7473
|
+
"references": {
|
|
7474
|
+
"IcSearchBarSearchModes": {
|
|
7475
|
+
"location": "import",
|
|
7476
|
+
"path": "../ic-search-bar/ic-search-bar.types",
|
|
7477
|
+
"id": "src/components/ic-search-bar/ic-search-bar.types.ts::IcSearchBarSearchModes"
|
|
7478
|
+
}
|
|
7479
|
+
}
|
|
7480
|
+
},
|
|
7481
|
+
"mutable": false,
|
|
7482
|
+
"attr": "search-mode",
|
|
7483
|
+
"reflectToAttr": false,
|
|
7484
|
+
"docs": "Specify the mode search bar uses to search. `navigation` allows for quick lookups of a set of values, `query` allows for more general searches.",
|
|
7485
|
+
"docsTags": [],
|
|
7486
|
+
"default": "\"navigation\"",
|
|
7487
|
+
"values": [
|
|
7488
|
+
{
|
|
7489
|
+
"value": "navigation",
|
|
7490
|
+
"type": "string"
|
|
7491
|
+
},
|
|
7492
|
+
{
|
|
7493
|
+
"value": "query",
|
|
7494
|
+
"type": "string"
|
|
7495
|
+
}
|
|
7496
|
+
],
|
|
7497
|
+
"optional": true,
|
|
7498
|
+
"required": false
|
|
7499
|
+
},
|
|
7500
|
+
{
|
|
7501
|
+
"name": "size",
|
|
7502
|
+
"type": "\"default\" | \"small\"",
|
|
7503
|
+
"complexType": {
|
|
7504
|
+
"original": "IcSizesNoLarge",
|
|
7505
|
+
"resolved": "\"default\" | \"small\"",
|
|
6904
7506
|
"references": {
|
|
6905
|
-
"
|
|
7507
|
+
"IcSizesNoLarge": {
|
|
6906
7508
|
"location": "import",
|
|
6907
|
-
"path": "
|
|
6908
|
-
"id": "src/
|
|
7509
|
+
"path": "../../utils/types",
|
|
7510
|
+
"id": "src/utils/types.ts::IcSizesNoLarge"
|
|
6909
7511
|
}
|
|
6910
7512
|
}
|
|
6911
7513
|
},
|
|
6912
7514
|
"mutable": false,
|
|
6913
|
-
"attr": "
|
|
7515
|
+
"attr": "size",
|
|
6914
7516
|
"reflectToAttr": false,
|
|
6915
|
-
"docs": "
|
|
7517
|
+
"docs": "The size of the menu component.",
|
|
6916
7518
|
"docsTags": [],
|
|
6917
|
-
"default": "\"
|
|
7519
|
+
"default": "\"default\"",
|
|
6918
7520
|
"values": [
|
|
6919
7521
|
{
|
|
6920
|
-
"value": "
|
|
7522
|
+
"value": "default",
|
|
6921
7523
|
"type": "string"
|
|
6922
7524
|
},
|
|
6923
7525
|
{
|
|
6924
|
-
"value": "
|
|
7526
|
+
"value": "small",
|
|
6925
7527
|
"type": "string"
|
|
6926
7528
|
}
|
|
6927
7529
|
],
|
|
@@ -6938,10 +7540,16 @@
|
|
|
6938
7540
|
},
|
|
6939
7541
|
"mutable": false,
|
|
6940
7542
|
"attr": "small",
|
|
6941
|
-
"reflectToAttr":
|
|
6942
|
-
"docs": "
|
|
6943
|
-
"docsTags": [
|
|
7543
|
+
"reflectToAttr": false,
|
|
7544
|
+
"docs": "",
|
|
7545
|
+
"docsTags": [
|
|
7546
|
+
{
|
|
7547
|
+
"name": "deprecated",
|
|
7548
|
+
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
7549
|
+
}
|
|
7550
|
+
],
|
|
6944
7551
|
"default": "false",
|
|
7552
|
+
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
6945
7553
|
"values": [
|
|
6946
7554
|
{
|
|
6947
7555
|
"type": "boolean"
|
|
@@ -7482,6 +8090,10 @@
|
|
|
7482
8090
|
{
|
|
7483
8091
|
"name": "slot",
|
|
7484
8092
|
"text": "icon - Content will be placed to the left of the button label."
|
|
8093
|
+
},
|
|
8094
|
+
{
|
|
8095
|
+
"name": "slot",
|
|
8096
|
+
"text": "badge - Badge component overlaying the top right of the button."
|
|
7485
8097
|
}
|
|
7486
8098
|
],
|
|
7487
8099
|
"usage": {},
|
|
@@ -7722,6 +8334,10 @@
|
|
|
7722
8334
|
],
|
|
7723
8335
|
"styles": [],
|
|
7724
8336
|
"slots": [
|
|
8337
|
+
{
|
|
8338
|
+
"name": "badge",
|
|
8339
|
+
"docs": "Badge component overlaying the top right of the button."
|
|
8340
|
+
},
|
|
7725
8341
|
{
|
|
7726
8342
|
"name": "icon",
|
|
7727
8343
|
"docs": "Content will be placed to the left of the button label."
|
|
@@ -7873,6 +8489,10 @@
|
|
|
7873
8489
|
{
|
|
7874
8490
|
"name": "part",
|
|
7875
8491
|
"text": "link - The `<a>` within ic-navigation-item"
|
|
8492
|
+
},
|
|
8493
|
+
{
|
|
8494
|
+
"name": "slot",
|
|
8495
|
+
"text": "badge - Badge component overlaying the top right of the icon."
|
|
7876
8496
|
}
|
|
7877
8497
|
],
|
|
7878
8498
|
"usage": {},
|
|
@@ -8129,7 +8749,12 @@
|
|
|
8129
8749
|
"docs": "z-index of navigation item"
|
|
8130
8750
|
}
|
|
8131
8751
|
],
|
|
8132
|
-
"slots": [
|
|
8752
|
+
"slots": [
|
|
8753
|
+
{
|
|
8754
|
+
"name": "badge",
|
|
8755
|
+
"docs": "Badge component overlaying the top right of the icon."
|
|
8756
|
+
}
|
|
8757
|
+
],
|
|
8133
8758
|
"parts": [
|
|
8134
8759
|
{
|
|
8135
8760
|
"name": "link",
|
|
@@ -8418,6 +9043,39 @@
|
|
|
8418
9043
|
"optional": true,
|
|
8419
9044
|
"required": false
|
|
8420
9045
|
},
|
|
9046
|
+
{
|
|
9047
|
+
"name": "size",
|
|
9048
|
+
"type": "\"default\" | \"small\"",
|
|
9049
|
+
"complexType": {
|
|
9050
|
+
"original": "IcSizesNoLarge",
|
|
9051
|
+
"resolved": "\"default\" | \"small\"",
|
|
9052
|
+
"references": {
|
|
9053
|
+
"IcSizesNoLarge": {
|
|
9054
|
+
"location": "import",
|
|
9055
|
+
"path": "../../utils/types",
|
|
9056
|
+
"id": "src/utils/types.ts::IcSizesNoLarge"
|
|
9057
|
+
}
|
|
9058
|
+
}
|
|
9059
|
+
},
|
|
9060
|
+
"mutable": false,
|
|
9061
|
+
"attr": "size",
|
|
9062
|
+
"reflectToAttr": false,
|
|
9063
|
+
"docs": "The size of the page header component.",
|
|
9064
|
+
"docsTags": [],
|
|
9065
|
+
"default": "\"default\"",
|
|
9066
|
+
"values": [
|
|
9067
|
+
{
|
|
9068
|
+
"value": "default",
|
|
9069
|
+
"type": "string"
|
|
9070
|
+
},
|
|
9071
|
+
{
|
|
9072
|
+
"value": "small",
|
|
9073
|
+
"type": "string"
|
|
9074
|
+
}
|
|
9075
|
+
],
|
|
9076
|
+
"optional": true,
|
|
9077
|
+
"required": false
|
|
9078
|
+
},
|
|
8421
9079
|
{
|
|
8422
9080
|
"name": "small",
|
|
8423
9081
|
"type": "boolean",
|
|
@@ -8429,9 +9087,15 @@
|
|
|
8429
9087
|
"mutable": false,
|
|
8430
9088
|
"attr": "small",
|
|
8431
9089
|
"reflectToAttr": false,
|
|
8432
|
-
"docs": "
|
|
8433
|
-
"docsTags": [
|
|
9090
|
+
"docs": "",
|
|
9091
|
+
"docsTags": [
|
|
9092
|
+
{
|
|
9093
|
+
"name": "deprecated",
|
|
9094
|
+
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
9095
|
+
}
|
|
9096
|
+
],
|
|
8434
9097
|
"default": "false",
|
|
9098
|
+
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
8435
9099
|
"values": [
|
|
8436
9100
|
{
|
|
8437
9101
|
"type": "boolean"
|
|
@@ -9490,6 +10154,39 @@
|
|
|
9490
10154
|
"optional": false,
|
|
9491
10155
|
"required": false
|
|
9492
10156
|
},
|
|
10157
|
+
{
|
|
10158
|
+
"name": "size",
|
|
10159
|
+
"type": "\"default\" | \"small\"",
|
|
10160
|
+
"complexType": {
|
|
10161
|
+
"original": "IcSizesNoLarge",
|
|
10162
|
+
"resolved": "\"default\" | \"small\"",
|
|
10163
|
+
"references": {
|
|
10164
|
+
"IcSizesNoLarge": {
|
|
10165
|
+
"location": "import",
|
|
10166
|
+
"path": "../../utils/types",
|
|
10167
|
+
"id": "src/utils/types.ts::IcSizesNoLarge"
|
|
10168
|
+
}
|
|
10169
|
+
}
|
|
10170
|
+
},
|
|
10171
|
+
"mutable": false,
|
|
10172
|
+
"attr": "size",
|
|
10173
|
+
"reflectToAttr": false,
|
|
10174
|
+
"docs": "The size of the radio group component.",
|
|
10175
|
+
"docsTags": [],
|
|
10176
|
+
"default": "\"default\"",
|
|
10177
|
+
"values": [
|
|
10178
|
+
{
|
|
10179
|
+
"value": "default",
|
|
10180
|
+
"type": "string"
|
|
10181
|
+
},
|
|
10182
|
+
{
|
|
10183
|
+
"value": "small",
|
|
10184
|
+
"type": "string"
|
|
10185
|
+
}
|
|
10186
|
+
],
|
|
10187
|
+
"optional": true,
|
|
10188
|
+
"required": false
|
|
10189
|
+
},
|
|
9493
10190
|
{
|
|
9494
10191
|
"name": "small",
|
|
9495
10192
|
"type": "boolean",
|
|
@@ -9501,15 +10198,21 @@
|
|
|
9501
10198
|
"mutable": false,
|
|
9502
10199
|
"attr": "small",
|
|
9503
10200
|
"reflectToAttr": false,
|
|
9504
|
-
"docs": "
|
|
9505
|
-
"docsTags": [
|
|
10201
|
+
"docs": "",
|
|
10202
|
+
"docsTags": [
|
|
10203
|
+
{
|
|
10204
|
+
"name": "deprecated",
|
|
10205
|
+
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
10206
|
+
}
|
|
10207
|
+
],
|
|
9506
10208
|
"default": "false",
|
|
10209
|
+
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
9507
10210
|
"values": [
|
|
9508
10211
|
{
|
|
9509
10212
|
"type": "boolean"
|
|
9510
10213
|
}
|
|
9511
10214
|
],
|
|
9512
|
-
"optional":
|
|
10215
|
+
"optional": true,
|
|
9513
10216
|
"required": false
|
|
9514
10217
|
},
|
|
9515
10218
|
{
|
|
@@ -9637,7 +10340,12 @@
|
|
|
9637
10340
|
"tag": "ic-radio-option",
|
|
9638
10341
|
"readme": "# ic-radio-option\n\n\n",
|
|
9639
10342
|
"docs": "",
|
|
9640
|
-
"docsTags": [
|
|
10343
|
+
"docsTags": [
|
|
10344
|
+
{
|
|
10345
|
+
"name": "slot",
|
|
10346
|
+
"text": "additional-field - Content to displayed alongside a radio option."
|
|
10347
|
+
}
|
|
10348
|
+
],
|
|
9641
10349
|
"usage": {},
|
|
9642
10350
|
"props": [
|
|
9643
10351
|
{
|
|
@@ -9655,26 +10363,154 @@
|
|
|
9655
10363
|
}
|
|
9656
10364
|
},
|
|
9657
10365
|
"mutable": false,
|
|
9658
|
-
"attr": "additional-field-display",
|
|
9659
|
-
"reflectToAttr": true,
|
|
9660
|
-
"docs": "The style of additionalField that will be displayed if used.",
|
|
10366
|
+
"attr": "additional-field-display",
|
|
10367
|
+
"reflectToAttr": true,
|
|
10368
|
+
"docs": "The style of additionalField that will be displayed if used.",
|
|
10369
|
+
"docsTags": [],
|
|
10370
|
+
"default": "\"static\"",
|
|
10371
|
+
"values": [
|
|
10372
|
+
{
|
|
10373
|
+
"value": "dynamic",
|
|
10374
|
+
"type": "string"
|
|
10375
|
+
},
|
|
10376
|
+
{
|
|
10377
|
+
"value": "static",
|
|
10378
|
+
"type": "string"
|
|
10379
|
+
}
|
|
10380
|
+
],
|
|
10381
|
+
"optional": false,
|
|
10382
|
+
"required": false
|
|
10383
|
+
},
|
|
10384
|
+
{
|
|
10385
|
+
"name": "disabled",
|
|
10386
|
+
"type": "boolean",
|
|
10387
|
+
"complexType": {
|
|
10388
|
+
"original": "boolean",
|
|
10389
|
+
"resolved": "boolean",
|
|
10390
|
+
"references": {}
|
|
10391
|
+
},
|
|
10392
|
+
"mutable": false,
|
|
10393
|
+
"attr": "disabled",
|
|
10394
|
+
"reflectToAttr": false,
|
|
10395
|
+
"docs": "If `true`, the disabled state will be set.",
|
|
10396
|
+
"docsTags": [],
|
|
10397
|
+
"default": "false",
|
|
10398
|
+
"values": [
|
|
10399
|
+
{
|
|
10400
|
+
"type": "boolean"
|
|
10401
|
+
}
|
|
10402
|
+
],
|
|
10403
|
+
"optional": true,
|
|
10404
|
+
"required": false
|
|
10405
|
+
},
|
|
10406
|
+
{
|
|
10407
|
+
"name": "dynamicText",
|
|
10408
|
+
"type": "string",
|
|
10409
|
+
"complexType": {
|
|
10410
|
+
"original": "string",
|
|
10411
|
+
"resolved": "string",
|
|
10412
|
+
"references": {}
|
|
10413
|
+
},
|
|
10414
|
+
"mutable": false,
|
|
10415
|
+
"attr": "dynamic-text",
|
|
10416
|
+
"reflectToAttr": false,
|
|
10417
|
+
"docs": "The text to be displayed when dynamic.",
|
|
10418
|
+
"docsTags": [],
|
|
10419
|
+
"default": "\"This selection requires additional answers\"",
|
|
10420
|
+
"values": [
|
|
10421
|
+
{
|
|
10422
|
+
"type": "string"
|
|
10423
|
+
}
|
|
10424
|
+
],
|
|
10425
|
+
"optional": false,
|
|
10426
|
+
"required": false
|
|
10427
|
+
},
|
|
10428
|
+
{
|
|
10429
|
+
"name": "form",
|
|
10430
|
+
"type": "string",
|
|
10431
|
+
"complexType": {
|
|
10432
|
+
"original": "string",
|
|
10433
|
+
"resolved": "string",
|
|
10434
|
+
"references": {}
|
|
10435
|
+
},
|
|
10436
|
+
"mutable": false,
|
|
10437
|
+
"attr": "form",
|
|
10438
|
+
"reflectToAttr": false,
|
|
10439
|
+
"docs": "The <form> element to associate the radio with.",
|
|
10440
|
+
"docsTags": [],
|
|
10441
|
+
"values": [
|
|
10442
|
+
{
|
|
10443
|
+
"type": "string"
|
|
10444
|
+
}
|
|
10445
|
+
],
|
|
10446
|
+
"optional": true,
|
|
10447
|
+
"required": false
|
|
10448
|
+
},
|
|
10449
|
+
{
|
|
10450
|
+
"name": "formaction",
|
|
10451
|
+
"type": "string",
|
|
10452
|
+
"complexType": {
|
|
10453
|
+
"original": "string",
|
|
10454
|
+
"resolved": "string",
|
|
10455
|
+
"references": {}
|
|
10456
|
+
},
|
|
10457
|
+
"mutable": false,
|
|
10458
|
+
"attr": "formaction",
|
|
10459
|
+
"reflectToAttr": false,
|
|
10460
|
+
"docs": "The URL that processes the information submitted by the radio. It overrides the action attribute of the radio's form owner. Does nothing if there is no form owner.",
|
|
10461
|
+
"docsTags": [],
|
|
10462
|
+
"values": [
|
|
10463
|
+
{
|
|
10464
|
+
"type": "string"
|
|
10465
|
+
}
|
|
10466
|
+
],
|
|
10467
|
+
"optional": true,
|
|
10468
|
+
"required": false
|
|
10469
|
+
},
|
|
10470
|
+
{
|
|
10471
|
+
"name": "formenctype",
|
|
10472
|
+
"type": "string",
|
|
10473
|
+
"complexType": {
|
|
10474
|
+
"original": "string",
|
|
10475
|
+
"resolved": "string",
|
|
10476
|
+
"references": {}
|
|
10477
|
+
},
|
|
10478
|
+
"mutable": false,
|
|
10479
|
+
"attr": "formenctype",
|
|
10480
|
+
"reflectToAttr": false,
|
|
10481
|
+
"docs": "The way the submitted form data is encoded.",
|
|
10482
|
+
"docsTags": [],
|
|
10483
|
+
"values": [
|
|
10484
|
+
{
|
|
10485
|
+
"type": "string"
|
|
10486
|
+
}
|
|
10487
|
+
],
|
|
10488
|
+
"optional": true,
|
|
10489
|
+
"required": false
|
|
10490
|
+
},
|
|
10491
|
+
{
|
|
10492
|
+
"name": "formmethod",
|
|
10493
|
+
"type": "string",
|
|
10494
|
+
"complexType": {
|
|
10495
|
+
"original": "string",
|
|
10496
|
+
"resolved": "string",
|
|
10497
|
+
"references": {}
|
|
10498
|
+
},
|
|
10499
|
+
"mutable": false,
|
|
10500
|
+
"attr": "formmethod",
|
|
10501
|
+
"reflectToAttr": false,
|
|
10502
|
+
"docs": "The HTTP method used to submit the form.",
|
|
9661
10503
|
"docsTags": [],
|
|
9662
|
-
"default": "\"static\"",
|
|
9663
10504
|
"values": [
|
|
9664
10505
|
{
|
|
9665
|
-
"value": "dynamic",
|
|
9666
|
-
"type": "string"
|
|
9667
|
-
},
|
|
9668
|
-
{
|
|
9669
|
-
"value": "static",
|
|
9670
10506
|
"type": "string"
|
|
9671
10507
|
}
|
|
9672
10508
|
],
|
|
9673
|
-
"optional":
|
|
10509
|
+
"optional": true,
|
|
9674
10510
|
"required": false
|
|
9675
10511
|
},
|
|
9676
10512
|
{
|
|
9677
|
-
"name": "
|
|
10513
|
+
"name": "formnovalidate",
|
|
9678
10514
|
"type": "boolean",
|
|
9679
10515
|
"complexType": {
|
|
9680
10516
|
"original": "boolean",
|
|
@@ -9682,11 +10518,10 @@
|
|
|
9682
10518
|
"references": {}
|
|
9683
10519
|
},
|
|
9684
10520
|
"mutable": false,
|
|
9685
|
-
"attr": "
|
|
10521
|
+
"attr": "formnovalidate",
|
|
9686
10522
|
"reflectToAttr": false,
|
|
9687
|
-
"docs": "If `true`, the
|
|
10523
|
+
"docs": "If `true`, the form will not be validated when submitted.",
|
|
9688
10524
|
"docsTags": [],
|
|
9689
|
-
"default": "false",
|
|
9690
10525
|
"values": [
|
|
9691
10526
|
{
|
|
9692
10527
|
"type": "boolean"
|
|
@@ -9696,7 +10531,7 @@
|
|
|
9696
10531
|
"required": false
|
|
9697
10532
|
},
|
|
9698
10533
|
{
|
|
9699
|
-
"name": "
|
|
10534
|
+
"name": "formtarget",
|
|
9700
10535
|
"type": "string",
|
|
9701
10536
|
"complexType": {
|
|
9702
10537
|
"original": "string",
|
|
@@ -9704,17 +10539,16 @@
|
|
|
9704
10539
|
"references": {}
|
|
9705
10540
|
},
|
|
9706
10541
|
"mutable": false,
|
|
9707
|
-
"attr": "
|
|
10542
|
+
"attr": "formtarget",
|
|
9708
10543
|
"reflectToAttr": false,
|
|
9709
|
-
"docs": "The
|
|
10544
|
+
"docs": "The place to display the response from submitting the form. It overrides the target attribute of the radio's form owner.",
|
|
9710
10545
|
"docsTags": [],
|
|
9711
|
-
"default": "\"This selection requires additional answers\"",
|
|
9712
10546
|
"values": [
|
|
9713
10547
|
{
|
|
9714
10548
|
"type": "string"
|
|
9715
10549
|
}
|
|
9716
10550
|
],
|
|
9717
|
-
"optional":
|
|
10551
|
+
"optional": true,
|
|
9718
10552
|
"required": false
|
|
9719
10553
|
},
|
|
9720
10554
|
{
|
|
@@ -9918,7 +10752,12 @@
|
|
|
9918
10752
|
}
|
|
9919
10753
|
],
|
|
9920
10754
|
"styles": [],
|
|
9921
|
-
"slots": [
|
|
10755
|
+
"slots": [
|
|
10756
|
+
{
|
|
10757
|
+
"name": "additional-field",
|
|
10758
|
+
"docs": "Content to displayed alongside a radio option."
|
|
10759
|
+
}
|
|
10760
|
+
],
|
|
9922
10761
|
"parts": [],
|
|
9923
10762
|
"dependents": [],
|
|
9924
10763
|
"dependencies": [
|
|
@@ -10734,6 +11573,39 @@
|
|
|
10734
11573
|
"optional": true,
|
|
10735
11574
|
"required": false
|
|
10736
11575
|
},
|
|
11576
|
+
{
|
|
11577
|
+
"name": "size",
|
|
11578
|
+
"type": "\"default\" | \"small\"",
|
|
11579
|
+
"complexType": {
|
|
11580
|
+
"original": "IcSizesNoLarge",
|
|
11581
|
+
"resolved": "\"default\" | \"small\"",
|
|
11582
|
+
"references": {
|
|
11583
|
+
"IcSizesNoLarge": {
|
|
11584
|
+
"location": "import",
|
|
11585
|
+
"path": "../../utils/types",
|
|
11586
|
+
"id": "src/utils/types.ts::IcSizesNoLarge"
|
|
11587
|
+
}
|
|
11588
|
+
}
|
|
11589
|
+
},
|
|
11590
|
+
"mutable": false,
|
|
11591
|
+
"attr": "size",
|
|
11592
|
+
"reflectToAttr": false,
|
|
11593
|
+
"docs": "The size of the search bar component.",
|
|
11594
|
+
"docsTags": [],
|
|
11595
|
+
"default": "\"default\"",
|
|
11596
|
+
"values": [
|
|
11597
|
+
{
|
|
11598
|
+
"value": "default",
|
|
11599
|
+
"type": "string"
|
|
11600
|
+
},
|
|
11601
|
+
{
|
|
11602
|
+
"value": "small",
|
|
11603
|
+
"type": "string"
|
|
11604
|
+
}
|
|
11605
|
+
],
|
|
11606
|
+
"optional": true,
|
|
11607
|
+
"required": false
|
|
11608
|
+
},
|
|
10737
11609
|
{
|
|
10738
11610
|
"name": "small",
|
|
10739
11611
|
"type": "boolean",
|
|
@@ -10745,9 +11617,15 @@
|
|
|
10745
11617
|
"mutable": false,
|
|
10746
11618
|
"attr": "small",
|
|
10747
11619
|
"reflectToAttr": false,
|
|
10748
|
-
"docs": "
|
|
10749
|
-
"docsTags": [
|
|
11620
|
+
"docs": "",
|
|
11621
|
+
"docsTags": [
|
|
11622
|
+
{
|
|
11623
|
+
"name": "deprecated",
|
|
11624
|
+
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
11625
|
+
}
|
|
11626
|
+
],
|
|
10750
11627
|
"default": "false",
|
|
11628
|
+
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
10751
11629
|
"values": [
|
|
10752
11630
|
{
|
|
10753
11631
|
"type": "boolean"
|
|
@@ -11379,6 +12257,132 @@
|
|
|
11379
12257
|
"optional": false,
|
|
11380
12258
|
"required": false
|
|
11381
12259
|
},
|
|
12260
|
+
{
|
|
12261
|
+
"name": "form",
|
|
12262
|
+
"type": "string",
|
|
12263
|
+
"complexType": {
|
|
12264
|
+
"original": "string",
|
|
12265
|
+
"resolved": "string",
|
|
12266
|
+
"references": {}
|
|
12267
|
+
},
|
|
12268
|
+
"mutable": false,
|
|
12269
|
+
"attr": "form",
|
|
12270
|
+
"reflectToAttr": false,
|
|
12271
|
+
"docs": "The <form> element to associate the select with.",
|
|
12272
|
+
"docsTags": [],
|
|
12273
|
+
"values": [
|
|
12274
|
+
{
|
|
12275
|
+
"type": "string"
|
|
12276
|
+
}
|
|
12277
|
+
],
|
|
12278
|
+
"optional": true,
|
|
12279
|
+
"required": false
|
|
12280
|
+
},
|
|
12281
|
+
{
|
|
12282
|
+
"name": "formaction",
|
|
12283
|
+
"type": "string",
|
|
12284
|
+
"complexType": {
|
|
12285
|
+
"original": "string",
|
|
12286
|
+
"resolved": "string",
|
|
12287
|
+
"references": {}
|
|
12288
|
+
},
|
|
12289
|
+
"mutable": false,
|
|
12290
|
+
"attr": "formaction",
|
|
12291
|
+
"reflectToAttr": false,
|
|
12292
|
+
"docs": "The URL that processes the information submitted by the select. It overrides the action attribute of the select's form owner. Does nothing if there is no form owner.\nThis prop should only be used with searchable select and will only be applied if searchable is true.",
|
|
12293
|
+
"docsTags": [],
|
|
12294
|
+
"values": [
|
|
12295
|
+
{
|
|
12296
|
+
"type": "string"
|
|
12297
|
+
}
|
|
12298
|
+
],
|
|
12299
|
+
"optional": true,
|
|
12300
|
+
"required": false
|
|
12301
|
+
},
|
|
12302
|
+
{
|
|
12303
|
+
"name": "formenctype",
|
|
12304
|
+
"type": "string",
|
|
12305
|
+
"complexType": {
|
|
12306
|
+
"original": "string",
|
|
12307
|
+
"resolved": "string",
|
|
12308
|
+
"references": {}
|
|
12309
|
+
},
|
|
12310
|
+
"mutable": false,
|
|
12311
|
+
"attr": "formenctype",
|
|
12312
|
+
"reflectToAttr": false,
|
|
12313
|
+
"docs": "The way the submitted form data is encoded. This prop should only be used with searchable select and will only be applied if searchable is true.",
|
|
12314
|
+
"docsTags": [],
|
|
12315
|
+
"values": [
|
|
12316
|
+
{
|
|
12317
|
+
"type": "string"
|
|
12318
|
+
}
|
|
12319
|
+
],
|
|
12320
|
+
"optional": true,
|
|
12321
|
+
"required": false
|
|
12322
|
+
},
|
|
12323
|
+
{
|
|
12324
|
+
"name": "formmethod",
|
|
12325
|
+
"type": "string",
|
|
12326
|
+
"complexType": {
|
|
12327
|
+
"original": "string",
|
|
12328
|
+
"resolved": "string",
|
|
12329
|
+
"references": {}
|
|
12330
|
+
},
|
|
12331
|
+
"mutable": false,
|
|
12332
|
+
"attr": "formmethod",
|
|
12333
|
+
"reflectToAttr": false,
|
|
12334
|
+
"docs": "The HTTP method used to submit the form. This prop should only be used with searchable select and will only be applied if searchable is true.",
|
|
12335
|
+
"docsTags": [],
|
|
12336
|
+
"values": [
|
|
12337
|
+
{
|
|
12338
|
+
"type": "string"
|
|
12339
|
+
}
|
|
12340
|
+
],
|
|
12341
|
+
"optional": true,
|
|
12342
|
+
"required": false
|
|
12343
|
+
},
|
|
12344
|
+
{
|
|
12345
|
+
"name": "formnovalidate",
|
|
12346
|
+
"type": "boolean",
|
|
12347
|
+
"complexType": {
|
|
12348
|
+
"original": "boolean",
|
|
12349
|
+
"resolved": "boolean",
|
|
12350
|
+
"references": {}
|
|
12351
|
+
},
|
|
12352
|
+
"mutable": false,
|
|
12353
|
+
"attr": "formnovalidate",
|
|
12354
|
+
"reflectToAttr": false,
|
|
12355
|
+
"docs": "If `true`, the form will not be validated when submitted. This prop should only be used with searchable select and will only be applied if searchable is true.",
|
|
12356
|
+
"docsTags": [],
|
|
12357
|
+
"values": [
|
|
12358
|
+
{
|
|
12359
|
+
"type": "boolean"
|
|
12360
|
+
}
|
|
12361
|
+
],
|
|
12362
|
+
"optional": true,
|
|
12363
|
+
"required": false
|
|
12364
|
+
},
|
|
12365
|
+
{
|
|
12366
|
+
"name": "formtarget",
|
|
12367
|
+
"type": "string",
|
|
12368
|
+
"complexType": {
|
|
12369
|
+
"original": "string",
|
|
12370
|
+
"resolved": "string",
|
|
12371
|
+
"references": {}
|
|
12372
|
+
},
|
|
12373
|
+
"mutable": false,
|
|
12374
|
+
"attr": "formtarget",
|
|
12375
|
+
"reflectToAttr": false,
|
|
12376
|
+
"docs": "The place to display the response from submitting the form. It overrides the target attribute of the select's form owner.\nThis prop should only be used with searchable select and will only be applied if searchable is true.",
|
|
12377
|
+
"docsTags": [],
|
|
12378
|
+
"values": [
|
|
12379
|
+
{
|
|
12380
|
+
"type": "string"
|
|
12381
|
+
}
|
|
12382
|
+
],
|
|
12383
|
+
"optional": true,
|
|
12384
|
+
"required": false
|
|
12385
|
+
},
|
|
11382
12386
|
{
|
|
11383
12387
|
"name": "fullWidth",
|
|
11384
12388
|
"type": "boolean",
|
|
@@ -11390,7 +12394,7 @@
|
|
|
11390
12394
|
"mutable": false,
|
|
11391
12395
|
"attr": "full-width",
|
|
11392
12396
|
"reflectToAttr": false,
|
|
11393
|
-
"docs": "If `true`, the select element will fill the width of the container.",
|
|
12397
|
+
"docs": "If `true`, the select element will fill the width of the container. This prop should only be used with searchable select and will only be applied if searchable is true.",
|
|
11394
12398
|
"docsTags": [],
|
|
11395
12399
|
"default": "false",
|
|
11396
12400
|
"values": [
|
|
@@ -11768,6 +12772,39 @@
|
|
|
11768
12772
|
"optional": true,
|
|
11769
12773
|
"required": false
|
|
11770
12774
|
},
|
|
12775
|
+
{
|
|
12776
|
+
"name": "size",
|
|
12777
|
+
"type": "\"default\" | \"small\"",
|
|
12778
|
+
"complexType": {
|
|
12779
|
+
"original": "IcSizesNoLarge",
|
|
12780
|
+
"resolved": "\"default\" | \"small\"",
|
|
12781
|
+
"references": {
|
|
12782
|
+
"IcSizesNoLarge": {
|
|
12783
|
+
"location": "import",
|
|
12784
|
+
"path": "../../utils/types",
|
|
12785
|
+
"id": "src/utils/types.ts::IcSizesNoLarge"
|
|
12786
|
+
}
|
|
12787
|
+
}
|
|
12788
|
+
},
|
|
12789
|
+
"mutable": false,
|
|
12790
|
+
"attr": "size",
|
|
12791
|
+
"reflectToAttr": false,
|
|
12792
|
+
"docs": "The size of the select component.",
|
|
12793
|
+
"docsTags": [],
|
|
12794
|
+
"default": "\"default\"",
|
|
12795
|
+
"values": [
|
|
12796
|
+
{
|
|
12797
|
+
"value": "default",
|
|
12798
|
+
"type": "string"
|
|
12799
|
+
},
|
|
12800
|
+
{
|
|
12801
|
+
"value": "small",
|
|
12802
|
+
"type": "string"
|
|
12803
|
+
}
|
|
12804
|
+
],
|
|
12805
|
+
"optional": true,
|
|
12806
|
+
"required": false
|
|
12807
|
+
},
|
|
11771
12808
|
{
|
|
11772
12809
|
"name": "small",
|
|
11773
12810
|
"type": "boolean",
|
|
@@ -11779,9 +12816,15 @@
|
|
|
11779
12816
|
"mutable": false,
|
|
11780
12817
|
"attr": "small",
|
|
11781
12818
|
"reflectToAttr": false,
|
|
11782
|
-
"docs": "
|
|
11783
|
-
"docsTags": [
|
|
12819
|
+
"docs": "",
|
|
12820
|
+
"docsTags": [
|
|
12821
|
+
{
|
|
12822
|
+
"name": "deprecated",
|
|
12823
|
+
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
12824
|
+
}
|
|
12825
|
+
],
|
|
11784
12826
|
"default": "false",
|
|
12827
|
+
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
11785
12828
|
"values": [
|
|
11786
12829
|
{
|
|
11787
12830
|
"type": "boolean"
|
|
@@ -12192,6 +13235,28 @@
|
|
|
12192
13235
|
"optional": false,
|
|
12193
13236
|
"required": false
|
|
12194
13237
|
},
|
|
13238
|
+
{
|
|
13239
|
+
"name": "disableTopBarBehaviour",
|
|
13240
|
+
"type": "boolean",
|
|
13241
|
+
"complexType": {
|
|
13242
|
+
"original": "boolean",
|
|
13243
|
+
"resolved": "boolean",
|
|
13244
|
+
"references": {}
|
|
13245
|
+
},
|
|
13246
|
+
"mutable": false,
|
|
13247
|
+
"attr": "disable-top-bar-behaviour",
|
|
13248
|
+
"reflectToAttr": false,
|
|
13249
|
+
"docs": "If `true`, the side navigation will not display as a top bar on small devices.",
|
|
13250
|
+
"docsTags": [],
|
|
13251
|
+
"default": "false",
|
|
13252
|
+
"values": [
|
|
13253
|
+
{
|
|
13254
|
+
"type": "boolean"
|
|
13255
|
+
}
|
|
13256
|
+
],
|
|
13257
|
+
"optional": false,
|
|
13258
|
+
"required": false
|
|
13259
|
+
},
|
|
12195
13260
|
{
|
|
12196
13261
|
"name": "expanded",
|
|
12197
13262
|
"type": "boolean",
|
|
@@ -12392,6 +13457,33 @@
|
|
|
12392
13457
|
"docsTags": [],
|
|
12393
13458
|
"usage": {},
|
|
12394
13459
|
"props": [
|
|
13460
|
+
{
|
|
13461
|
+
"name": "appearance",
|
|
13462
|
+
"type": "\"default\" | \"light\"",
|
|
13463
|
+
"complexType": {
|
|
13464
|
+
"original": "\"light\" | \"default\"",
|
|
13465
|
+
"resolved": "\"default\" | \"light\"",
|
|
13466
|
+
"references": {}
|
|
13467
|
+
},
|
|
13468
|
+
"mutable": false,
|
|
13469
|
+
"attr": "appearance",
|
|
13470
|
+
"reflectToAttr": false,
|
|
13471
|
+
"docs": "The appearance of the skeleton.",
|
|
13472
|
+
"docsTags": [],
|
|
13473
|
+
"default": "\"default\"",
|
|
13474
|
+
"values": [
|
|
13475
|
+
{
|
|
13476
|
+
"value": "default",
|
|
13477
|
+
"type": "string"
|
|
13478
|
+
},
|
|
13479
|
+
{
|
|
13480
|
+
"value": "light",
|
|
13481
|
+
"type": "string"
|
|
13482
|
+
}
|
|
13483
|
+
],
|
|
13484
|
+
"optional": true,
|
|
13485
|
+
"required": false
|
|
13486
|
+
},
|
|
12395
13487
|
{
|
|
12396
13488
|
"name": "light",
|
|
12397
13489
|
"type": "boolean",
|
|
@@ -12403,9 +13495,15 @@
|
|
|
12403
13495
|
"mutable": false,
|
|
12404
13496
|
"attr": "light",
|
|
12405
13497
|
"reflectToAttr": false,
|
|
12406
|
-
"docs": "
|
|
12407
|
-
"docsTags": [
|
|
13498
|
+
"docs": "",
|
|
13499
|
+
"docsTags": [
|
|
13500
|
+
{
|
|
13501
|
+
"name": "deprecated",
|
|
13502
|
+
"text": "This prop should not be used anymore. Set prop `appearance` to \"light\" instead."
|
|
13503
|
+
}
|
|
13504
|
+
],
|
|
12408
13505
|
"default": "false",
|
|
13506
|
+
"deprecation": "This prop should not be used anymore. Set prop `appearance` to \"light\" instead.",
|
|
12409
13507
|
"values": [
|
|
12410
13508
|
{
|
|
12411
13509
|
"type": "boolean"
|
|
@@ -12510,9 +13608,14 @@
|
|
|
12510
13608
|
"mutable": false,
|
|
12511
13609
|
"attr": "appearance",
|
|
12512
13610
|
"reflectToAttr": false,
|
|
12513
|
-
"docs": "
|
|
12514
|
-
"docsTags": [
|
|
12515
|
-
|
|
13611
|
+
"docs": "",
|
|
13612
|
+
"docsTags": [
|
|
13613
|
+
{
|
|
13614
|
+
"name": "deprecated",
|
|
13615
|
+
"text": "This prop should not be used anymore. Use variant prop instead."
|
|
13616
|
+
}
|
|
13617
|
+
],
|
|
13618
|
+
"deprecation": "This prop should not be used anymore. Use variant prop instead.",
|
|
12516
13619
|
"values": [
|
|
12517
13620
|
{
|
|
12518
13621
|
"value": "filled",
|
|
@@ -12547,6 +13650,39 @@
|
|
|
12547
13650
|
"optional": false,
|
|
12548
13651
|
"required": true
|
|
12549
13652
|
},
|
|
13653
|
+
{
|
|
13654
|
+
"name": "size",
|
|
13655
|
+
"type": "\"default\" | \"small\"",
|
|
13656
|
+
"complexType": {
|
|
13657
|
+
"original": "IcSizesNoLarge",
|
|
13658
|
+
"resolved": "\"default\" | \"small\"",
|
|
13659
|
+
"references": {
|
|
13660
|
+
"IcSizesNoLarge": {
|
|
13661
|
+
"location": "import",
|
|
13662
|
+
"path": "../../utils/types",
|
|
13663
|
+
"id": "src/utils/types.ts::IcSizesNoLarge"
|
|
13664
|
+
}
|
|
13665
|
+
}
|
|
13666
|
+
},
|
|
13667
|
+
"mutable": false,
|
|
13668
|
+
"attr": "size",
|
|
13669
|
+
"reflectToAttr": false,
|
|
13670
|
+
"docs": "The size of the status tag component.",
|
|
13671
|
+
"docsTags": [],
|
|
13672
|
+
"default": "\"default\"",
|
|
13673
|
+
"values": [
|
|
13674
|
+
{
|
|
13675
|
+
"value": "default",
|
|
13676
|
+
"type": "string"
|
|
13677
|
+
},
|
|
13678
|
+
{
|
|
13679
|
+
"value": "small",
|
|
13680
|
+
"type": "string"
|
|
13681
|
+
}
|
|
13682
|
+
],
|
|
13683
|
+
"optional": true,
|
|
13684
|
+
"required": false
|
|
13685
|
+
},
|
|
12550
13686
|
{
|
|
12551
13687
|
"name": "small",
|
|
12552
13688
|
"type": "boolean",
|
|
@@ -12558,9 +13694,15 @@
|
|
|
12558
13694
|
"mutable": false,
|
|
12559
13695
|
"attr": "small",
|
|
12560
13696
|
"reflectToAttr": false,
|
|
12561
|
-
"docs": "
|
|
12562
|
-
"docsTags": [
|
|
13697
|
+
"docs": "",
|
|
13698
|
+
"docsTags": [
|
|
13699
|
+
{
|
|
13700
|
+
"name": "deprecated",
|
|
13701
|
+
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
13702
|
+
}
|
|
13703
|
+
],
|
|
12563
13704
|
"default": "false",
|
|
13705
|
+
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
12564
13706
|
"values": [
|
|
12565
13707
|
{
|
|
12566
13708
|
"type": "boolean"
|
|
@@ -12609,6 +13751,39 @@
|
|
|
12609
13751
|
],
|
|
12610
13752
|
"optional": true,
|
|
12611
13753
|
"required": false
|
|
13754
|
+
},
|
|
13755
|
+
{
|
|
13756
|
+
"name": "variant",
|
|
13757
|
+
"type": "\"filled\" | \"outlined\"",
|
|
13758
|
+
"complexType": {
|
|
13759
|
+
"original": "IcEmphasisType",
|
|
13760
|
+
"resolved": "\"filled\" | \"outlined\"",
|
|
13761
|
+
"references": {
|
|
13762
|
+
"IcEmphasisType": {
|
|
13763
|
+
"location": "import",
|
|
13764
|
+
"path": "../../utils/types",
|
|
13765
|
+
"id": "src/utils/types.ts::IcEmphasisType"
|
|
13766
|
+
}
|
|
13767
|
+
}
|
|
13768
|
+
},
|
|
13769
|
+
"mutable": false,
|
|
13770
|
+
"attr": "variant",
|
|
13771
|
+
"reflectToAttr": false,
|
|
13772
|
+
"docs": "The emphasis of the status tag.",
|
|
13773
|
+
"docsTags": [],
|
|
13774
|
+
"default": "\"filled\"",
|
|
13775
|
+
"values": [
|
|
13776
|
+
{
|
|
13777
|
+
"value": "filled",
|
|
13778
|
+
"type": "string"
|
|
13779
|
+
},
|
|
13780
|
+
{
|
|
13781
|
+
"value": "outlined",
|
|
13782
|
+
"type": "string"
|
|
13783
|
+
}
|
|
13784
|
+
],
|
|
13785
|
+
"optional": true,
|
|
13786
|
+
"required": false
|
|
12612
13787
|
}
|
|
12613
13788
|
],
|
|
12614
13789
|
"methods": [],
|
|
@@ -13070,6 +14245,39 @@
|
|
|
13070
14245
|
"optional": true,
|
|
13071
14246
|
"required": false
|
|
13072
14247
|
},
|
|
14248
|
+
{
|
|
14249
|
+
"name": "size",
|
|
14250
|
+
"type": "\"default\" | \"small\"",
|
|
14251
|
+
"complexType": {
|
|
14252
|
+
"original": "IcSizesNoLarge",
|
|
14253
|
+
"resolved": "\"default\" | \"small\"",
|
|
14254
|
+
"references": {
|
|
14255
|
+
"IcSizesNoLarge": {
|
|
14256
|
+
"location": "import",
|
|
14257
|
+
"path": "../../utils/types",
|
|
14258
|
+
"id": "src/utils/types.ts::IcSizesNoLarge"
|
|
14259
|
+
}
|
|
14260
|
+
}
|
|
14261
|
+
},
|
|
14262
|
+
"mutable": false,
|
|
14263
|
+
"attr": "size",
|
|
14264
|
+
"reflectToAttr": false,
|
|
14265
|
+
"docs": "The size of the switch component.",
|
|
14266
|
+
"docsTags": [],
|
|
14267
|
+
"default": "\"default\"",
|
|
14268
|
+
"values": [
|
|
14269
|
+
{
|
|
14270
|
+
"value": "default",
|
|
14271
|
+
"type": "string"
|
|
14272
|
+
},
|
|
14273
|
+
{
|
|
14274
|
+
"value": "small",
|
|
14275
|
+
"type": "string"
|
|
14276
|
+
}
|
|
14277
|
+
],
|
|
14278
|
+
"optional": true,
|
|
14279
|
+
"required": false
|
|
14280
|
+
},
|
|
13073
14281
|
{
|
|
13074
14282
|
"name": "small",
|
|
13075
14283
|
"type": "boolean",
|
|
@@ -13081,9 +14289,15 @@
|
|
|
13081
14289
|
"mutable": false,
|
|
13082
14290
|
"attr": "small",
|
|
13083
14291
|
"reflectToAttr": false,
|
|
13084
|
-
"docs": "
|
|
13085
|
-
"docsTags": [
|
|
14292
|
+
"docs": "",
|
|
14293
|
+
"docsTags": [
|
|
14294
|
+
{
|
|
14295
|
+
"name": "deprecated",
|
|
14296
|
+
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
14297
|
+
}
|
|
14298
|
+
],
|
|
13086
14299
|
"default": "false",
|
|
14300
|
+
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
13087
14301
|
"values": [
|
|
13088
14302
|
{
|
|
13089
14303
|
"type": "boolean"
|
|
@@ -14403,6 +15617,39 @@
|
|
|
14403
15617
|
"optional": false,
|
|
14404
15618
|
"required": false
|
|
14405
15619
|
},
|
|
15620
|
+
{
|
|
15621
|
+
"name": "size",
|
|
15622
|
+
"type": "\"default\" | \"small\"",
|
|
15623
|
+
"complexType": {
|
|
15624
|
+
"original": "IcSizesNoLarge",
|
|
15625
|
+
"resolved": "\"default\" | \"small\"",
|
|
15626
|
+
"references": {
|
|
15627
|
+
"IcSizesNoLarge": {
|
|
15628
|
+
"location": "import",
|
|
15629
|
+
"path": "../../utils/types",
|
|
15630
|
+
"id": "src/utils/types.ts::IcSizesNoLarge"
|
|
15631
|
+
}
|
|
15632
|
+
}
|
|
15633
|
+
},
|
|
15634
|
+
"mutable": false,
|
|
15635
|
+
"attr": "size",
|
|
15636
|
+
"reflectToAttr": false,
|
|
15637
|
+
"docs": "The size of the text field component.",
|
|
15638
|
+
"docsTags": [],
|
|
15639
|
+
"default": "\"default\"",
|
|
15640
|
+
"values": [
|
|
15641
|
+
{
|
|
15642
|
+
"value": "default",
|
|
15643
|
+
"type": "string"
|
|
15644
|
+
},
|
|
15645
|
+
{
|
|
15646
|
+
"value": "small",
|
|
15647
|
+
"type": "string"
|
|
15648
|
+
}
|
|
15649
|
+
],
|
|
15650
|
+
"optional": true,
|
|
15651
|
+
"required": false
|
|
15652
|
+
},
|
|
14406
15653
|
{
|
|
14407
15654
|
"name": "small",
|
|
14408
15655
|
"type": "boolean",
|
|
@@ -14413,16 +15660,22 @@
|
|
|
14413
15660
|
},
|
|
14414
15661
|
"mutable": false,
|
|
14415
15662
|
"attr": "small",
|
|
14416
|
-
"reflectToAttr":
|
|
14417
|
-
"docs": "
|
|
14418
|
-
"docsTags": [
|
|
15663
|
+
"reflectToAttr": false,
|
|
15664
|
+
"docs": "",
|
|
15665
|
+
"docsTags": [
|
|
15666
|
+
{
|
|
15667
|
+
"name": "deprecated",
|
|
15668
|
+
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
15669
|
+
}
|
|
15670
|
+
],
|
|
14419
15671
|
"default": "false",
|
|
15672
|
+
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
14420
15673
|
"values": [
|
|
14421
15674
|
{
|
|
14422
15675
|
"type": "boolean"
|
|
14423
15676
|
}
|
|
14424
15677
|
],
|
|
14425
|
-
"optional":
|
|
15678
|
+
"optional": true,
|
|
14426
15679
|
"required": false
|
|
14427
15680
|
},
|
|
14428
15681
|
{
|
|
@@ -15027,39 +16280,7 @@
|
|
|
15027
16280
|
"required": false
|
|
15028
16281
|
}
|
|
15029
16282
|
],
|
|
15030
|
-
"methods": [
|
|
15031
|
-
{
|
|
15032
|
-
"name": "setVisible",
|
|
15033
|
-
"returns": {
|
|
15034
|
-
"type": "Promise<HTMLElement>",
|
|
15035
|
-
"docs": "The element that previously had focus before the toast appeared"
|
|
15036
|
-
},
|
|
15037
|
-
"complexType": {
|
|
15038
|
-
"signature": "() => Promise<HTMLElement>",
|
|
15039
|
-
"parameters": [],
|
|
15040
|
-
"references": {
|
|
15041
|
-
"Promise": {
|
|
15042
|
-
"location": "global",
|
|
15043
|
-
"id": "global::Promise"
|
|
15044
|
-
},
|
|
15045
|
-
"HTMLElement": {
|
|
15046
|
-
"location": "global",
|
|
15047
|
-
"id": "global::HTMLElement"
|
|
15048
|
-
}
|
|
15049
|
-
},
|
|
15050
|
-
"return": "Promise<HTMLElement>"
|
|
15051
|
-
},
|
|
15052
|
-
"signature": "setVisible() => Promise<HTMLElement>",
|
|
15053
|
-
"parameters": [],
|
|
15054
|
-
"docs": "Used to display the individual toast",
|
|
15055
|
-
"docsTags": [
|
|
15056
|
-
{
|
|
15057
|
-
"name": "returns",
|
|
15058
|
-
"text": "The element that previously had focus before the toast appeared"
|
|
15059
|
-
}
|
|
15060
|
-
]
|
|
15061
|
-
}
|
|
15062
|
-
],
|
|
16283
|
+
"methods": [],
|
|
15063
16284
|
"events": [
|
|
15064
16285
|
{
|
|
15065
16286
|
"event": "icDismiss",
|
|
@@ -15149,7 +16370,33 @@
|
|
|
15149
16370
|
"docs": "",
|
|
15150
16371
|
"docsTags": [],
|
|
15151
16372
|
"usage": {},
|
|
15152
|
-
"props": [
|
|
16373
|
+
"props": [
|
|
16374
|
+
{
|
|
16375
|
+
"name": "openToast",
|
|
16376
|
+
"type": "HTMLIcToastElement",
|
|
16377
|
+
"complexType": {
|
|
16378
|
+
"original": "HTMLIcToastElement",
|
|
16379
|
+
"resolved": "HTMLIcToastElement",
|
|
16380
|
+
"references": {
|
|
16381
|
+
"HTMLIcToastElement": {
|
|
16382
|
+
"location": "global",
|
|
16383
|
+
"id": "global::HTMLIcToastElement"
|
|
16384
|
+
}
|
|
16385
|
+
}
|
|
16386
|
+
},
|
|
16387
|
+
"mutable": true,
|
|
16388
|
+
"reflectToAttr": false,
|
|
16389
|
+
"docs": "The toast element to be displayed.",
|
|
16390
|
+
"docsTags": [],
|
|
16391
|
+
"values": [
|
|
16392
|
+
{
|
|
16393
|
+
"type": "HTMLIcToastElement"
|
|
16394
|
+
}
|
|
16395
|
+
],
|
|
16396
|
+
"optional": false,
|
|
16397
|
+
"required": false
|
|
16398
|
+
}
|
|
16399
|
+
],
|
|
15153
16400
|
"methods": [
|
|
15154
16401
|
{
|
|
15155
16402
|
"name": "setVisible",
|
|
@@ -15161,13 +16408,8 @@
|
|
|
15161
16408
|
"signature": "(toast: HTMLIcToastElement) => Promise<void>",
|
|
15162
16409
|
"parameters": [
|
|
15163
16410
|
{
|
|
15164
|
-
"tags": [
|
|
15165
|
-
|
|
15166
|
-
"name": "param",
|
|
15167
|
-
"text": "toast The toast element being requested to display"
|
|
15168
|
-
}
|
|
15169
|
-
],
|
|
15170
|
-
"text": "The toast element being requested to display"
|
|
16411
|
+
"tags": [],
|
|
16412
|
+
"text": ""
|
|
15171
16413
|
}
|
|
15172
16414
|
],
|
|
15173
16415
|
"references": {
|
|
@@ -15184,13 +16426,14 @@
|
|
|
15184
16426
|
},
|
|
15185
16427
|
"signature": "setVisible(toast: HTMLIcToastElement) => Promise<void>",
|
|
15186
16428
|
"parameters": [],
|
|
15187
|
-
"docs": "
|
|
16429
|
+
"docs": "",
|
|
15188
16430
|
"docsTags": [
|
|
15189
16431
|
{
|
|
15190
|
-
"name": "
|
|
15191
|
-
"text": "
|
|
16432
|
+
"name": "deprecated",
|
|
16433
|
+
"text": "Use openToast prop to display toast instead."
|
|
15192
16434
|
}
|
|
15193
|
-
]
|
|
16435
|
+
],
|
|
16436
|
+
"deprecation": "Use openToast prop to display toast instead."
|
|
15194
16437
|
}
|
|
15195
16438
|
],
|
|
15196
16439
|
"events": [],
|
|
@@ -15260,6 +16503,27 @@
|
|
|
15260
16503
|
"optional": false,
|
|
15261
16504
|
"required": true
|
|
15262
16505
|
},
|
|
16506
|
+
{
|
|
16507
|
+
"name": "maxLines",
|
|
16508
|
+
"type": "number",
|
|
16509
|
+
"complexType": {
|
|
16510
|
+
"original": "number",
|
|
16511
|
+
"resolved": "number",
|
|
16512
|
+
"references": {}
|
|
16513
|
+
},
|
|
16514
|
+
"mutable": false,
|
|
16515
|
+
"attr": "max-lines",
|
|
16516
|
+
"reflectToAttr": false,
|
|
16517
|
+
"docs": "The number of lines to display before truncating the text.",
|
|
16518
|
+
"docsTags": [],
|
|
16519
|
+
"values": [
|
|
16520
|
+
{
|
|
16521
|
+
"type": "number"
|
|
16522
|
+
}
|
|
16523
|
+
],
|
|
16524
|
+
"optional": true,
|
|
16525
|
+
"required": false
|
|
16526
|
+
},
|
|
15263
16527
|
{
|
|
15264
16528
|
"name": "placement",
|
|
15265
16529
|
"type": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
|
|
@@ -16202,6 +17466,11 @@
|
|
|
16202
17466
|
"docstring": "",
|
|
16203
17467
|
"path": "src/components/ic-chip/ic-chip.types.ts"
|
|
16204
17468
|
},
|
|
17469
|
+
"src/utils/types.ts::IcEmphasisType": {
|
|
17470
|
+
"declaration": "export type IcEmphasisType = \"filled\" | \"outlined\";",
|
|
17471
|
+
"docstring": "",
|
|
17472
|
+
"path": "src/utils/types.ts"
|
|
17473
|
+
},
|
|
16205
17474
|
"src/utils/types.ts::IcThemeForegroundNoDefault": {
|
|
16206
17475
|
"declaration": "export type IcThemeForegroundNoDefault = \"dark\" | \"light\";",
|
|
16207
17476
|
"docstring": "",
|
|
@@ -16247,6 +17516,11 @@
|
|
|
16247
17516
|
"docstring": "",
|
|
16248
17517
|
"path": "src/components/ic-text-field/ic-text-field.types.ts"
|
|
16249
17518
|
},
|
|
17519
|
+
"src/utils/types.ts::IcSizesNoLarge": {
|
|
17520
|
+
"declaration": "export type IcSizesNoLarge = \"default\" | \"small\";",
|
|
17521
|
+
"docstring": "",
|
|
17522
|
+
"path": "src/utils/types.ts"
|
|
17523
|
+
},
|
|
16250
17524
|
"src/components/ic-text-field/ic-text-field.types.ts::IcTextFieldTypes": {
|
|
16251
17525
|
"declaration": "export type IcTextFieldTypes =\n | \"email\"\n | \"password\"\n | \"tel\"\n | \"text\"\n | \"url\"\n | \"number\"\n | \"search\";",
|
|
16252
17526
|
"docstring": "",
|