@ukic/docs 2.13.0 → 3.0.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 +389 -1821
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"filePath": "src/components/ic-accordion/ic-accordion.tsx",
|
|
11
11
|
"encapsulation": "shadow",
|
|
12
12
|
"tag": "ic-accordion",
|
|
13
|
-
"readme": "# ic-accordion\
|
|
13
|
+
"readme": "# ic-accordion\n\n\n",
|
|
14
14
|
"docs": "",
|
|
15
15
|
"docsTags": [
|
|
16
16
|
{
|
|
@@ -202,12 +202,12 @@
|
|
|
202
202
|
"filePath": "src/components/ic-accordion-group/ic-accordion-group.tsx",
|
|
203
203
|
"encapsulation": "shadow",
|
|
204
204
|
"tag": "ic-accordion-group",
|
|
205
|
-
"readme": "# ic-accordion-title\
|
|
205
|
+
"readme": "# ic-accordion-title\n\n\n",
|
|
206
206
|
"docs": "",
|
|
207
207
|
"docsTags": [
|
|
208
208
|
{
|
|
209
209
|
"name": "slot",
|
|
210
|
-
"text": "
|
|
210
|
+
"text": "label - Content is placed as the accordion group title."
|
|
211
211
|
}
|
|
212
212
|
],
|
|
213
213
|
"usage": {},
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
"required": false
|
|
295
295
|
},
|
|
296
296
|
{
|
|
297
|
-
"name": "
|
|
297
|
+
"name": "label",
|
|
298
298
|
"type": "string",
|
|
299
299
|
"complexType": {
|
|
300
300
|
"original": "string",
|
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
"references": {}
|
|
303
303
|
},
|
|
304
304
|
"mutable": false,
|
|
305
|
-
"attr": "
|
|
305
|
+
"attr": "label",
|
|
306
306
|
"reflectToAttr": false,
|
|
307
307
|
"docs": "The header for the accordion group.",
|
|
308
308
|
"docsTags": [],
|
|
@@ -410,7 +410,7 @@
|
|
|
410
410
|
"styles": [],
|
|
411
411
|
"slots": [
|
|
412
412
|
{
|
|
413
|
-
"name": "
|
|
413
|
+
"name": "label",
|
|
414
414
|
"docs": "Content is placed as the accordion group title."
|
|
415
415
|
}
|
|
416
416
|
],
|
|
@@ -441,7 +441,7 @@
|
|
|
441
441
|
"filePath": "src/components/ic-alert/ic-alert.tsx",
|
|
442
442
|
"encapsulation": "shadow",
|
|
443
443
|
"tag": "ic-alert",
|
|
444
|
-
"readme": "# ic-alert\
|
|
444
|
+
"readme": "# ic-alert\n\n\n",
|
|
445
445
|
"docs": "",
|
|
446
446
|
"docsTags": [
|
|
447
447
|
{
|
|
@@ -612,26 +612,6 @@
|
|
|
612
612
|
],
|
|
613
613
|
"methods": [],
|
|
614
614
|
"events": [
|
|
615
|
-
{
|
|
616
|
-
"event": "dismiss",
|
|
617
|
-
"detail": "void",
|
|
618
|
-
"bubbles": true,
|
|
619
|
-
"complexType": {
|
|
620
|
-
"original": "void",
|
|
621
|
-
"resolved": "void",
|
|
622
|
-
"references": {}
|
|
623
|
-
},
|
|
624
|
-
"cancelable": true,
|
|
625
|
-
"composed": true,
|
|
626
|
-
"docs": "",
|
|
627
|
-
"docsTags": [
|
|
628
|
-
{
|
|
629
|
-
"name": "deprecated",
|
|
630
|
-
"text": "This event should not be used anymore. Use icDismiss instead."
|
|
631
|
-
}
|
|
632
|
-
],
|
|
633
|
-
"deprecation": "This event should not be used anymore. Use icDismiss instead."
|
|
634
|
-
},
|
|
635
615
|
{
|
|
636
616
|
"event": "icDismiss",
|
|
637
617
|
"detail": "void",
|
|
@@ -666,9 +646,7 @@
|
|
|
666
646
|
}
|
|
667
647
|
],
|
|
668
648
|
"parts": [],
|
|
669
|
-
"dependents": [
|
|
670
|
-
"ic-dialog"
|
|
671
|
-
],
|
|
649
|
+
"dependents": [],
|
|
672
650
|
"dependencies": [
|
|
673
651
|
"ic-typography",
|
|
674
652
|
"ic-button"
|
|
@@ -687,9 +665,6 @@
|
|
|
687
665
|
],
|
|
688
666
|
"ic-tooltip": [
|
|
689
667
|
"ic-typography"
|
|
690
|
-
],
|
|
691
|
-
"ic-dialog": [
|
|
692
|
-
"ic-alert"
|
|
693
668
|
]
|
|
694
669
|
}
|
|
695
670
|
},
|
|
@@ -697,7 +672,7 @@
|
|
|
697
672
|
"filePath": "src/components/ic-back-to-top/ic-back-to-top.tsx",
|
|
698
673
|
"encapsulation": "shadow",
|
|
699
674
|
"tag": "ic-back-to-top",
|
|
700
|
-
"readme": "# ic-back-to-top\
|
|
675
|
+
"readme": "# ic-back-to-top\n\n\n",
|
|
701
676
|
"docs": "",
|
|
702
677
|
"docsTags": [],
|
|
703
678
|
"usage": {},
|
|
@@ -765,14 +740,19 @@
|
|
|
765
740
|
"parts": [],
|
|
766
741
|
"dependents": [],
|
|
767
742
|
"dependencies": [
|
|
768
|
-
"ic-
|
|
769
|
-
"ic-tooltip"
|
|
743
|
+
"ic-button"
|
|
770
744
|
],
|
|
771
745
|
"dependencyGraph": {
|
|
772
746
|
"ic-back-to-top": [
|
|
773
|
-
"ic-
|
|
747
|
+
"ic-button"
|
|
748
|
+
],
|
|
749
|
+
"ic-button": [
|
|
750
|
+
"ic-loading-indicator",
|
|
774
751
|
"ic-tooltip"
|
|
775
752
|
],
|
|
753
|
+
"ic-loading-indicator": [
|
|
754
|
+
"ic-typography"
|
|
755
|
+
],
|
|
776
756
|
"ic-tooltip": [
|
|
777
757
|
"ic-typography"
|
|
778
758
|
]
|
|
@@ -782,7 +762,7 @@
|
|
|
782
762
|
"filePath": "src/components/ic-badge/ic-badge.tsx",
|
|
783
763
|
"encapsulation": "shadow",
|
|
784
764
|
"tag": "ic-badge",
|
|
785
|
-
"readme": "# ic-badge\
|
|
765
|
+
"readme": "# ic-badge\n\n\n",
|
|
786
766
|
"docs": "",
|
|
787
767
|
"docsTags": [
|
|
788
768
|
{
|
|
@@ -847,6 +827,27 @@
|
|
|
847
827
|
"optional": true,
|
|
848
828
|
"required": false
|
|
849
829
|
},
|
|
830
|
+
{
|
|
831
|
+
"name": "label",
|
|
832
|
+
"type": "string",
|
|
833
|
+
"complexType": {
|
|
834
|
+
"original": "string",
|
|
835
|
+
"resolved": "string",
|
|
836
|
+
"references": {}
|
|
837
|
+
},
|
|
838
|
+
"mutable": false,
|
|
839
|
+
"attr": "label",
|
|
840
|
+
"reflectToAttr": false,
|
|
841
|
+
"docs": "The text displayed in the badge. This will only be displayed if type=\"text\".",
|
|
842
|
+
"docsTags": [],
|
|
843
|
+
"values": [
|
|
844
|
+
{
|
|
845
|
+
"type": "string"
|
|
846
|
+
}
|
|
847
|
+
],
|
|
848
|
+
"optional": true,
|
|
849
|
+
"required": false
|
|
850
|
+
},
|
|
850
851
|
{
|
|
851
852
|
"name": "maxNumber",
|
|
852
853
|
"type": "number",
|
|
@@ -858,7 +859,7 @@
|
|
|
858
859
|
"mutable": false,
|
|
859
860
|
"attr": "max-number",
|
|
860
861
|
"reflectToAttr": false,
|
|
861
|
-
"docs": "The maximum number shown on the badge appended with a +.\nThis will only be displayed if type=\"text\" and
|
|
862
|
+
"docs": "The maximum number shown on the badge appended with a +.\nThis will only be displayed if type=\"text\" and label is not empty.",
|
|
862
863
|
"docsTags": [],
|
|
863
864
|
"values": [
|
|
864
865
|
{
|
|
@@ -942,27 +943,6 @@
|
|
|
942
943
|
"optional": true,
|
|
943
944
|
"required": false
|
|
944
945
|
},
|
|
945
|
-
{
|
|
946
|
-
"name": "textLabel",
|
|
947
|
-
"type": "string",
|
|
948
|
-
"complexType": {
|
|
949
|
-
"original": "string",
|
|
950
|
-
"resolved": "string",
|
|
951
|
-
"references": {}
|
|
952
|
-
},
|
|
953
|
-
"mutable": false,
|
|
954
|
-
"attr": "text-label",
|
|
955
|
-
"reflectToAttr": false,
|
|
956
|
-
"docs": "The text displayed in the badge. This will only be displayed if type=\"text\".",
|
|
957
|
-
"docsTags": [],
|
|
958
|
-
"values": [
|
|
959
|
-
{
|
|
960
|
-
"type": "string"
|
|
961
|
-
}
|
|
962
|
-
],
|
|
963
|
-
"optional": true,
|
|
964
|
-
"required": false
|
|
965
|
-
},
|
|
966
946
|
{
|
|
967
947
|
"name": "type",
|
|
968
948
|
"type": "\"dot\" | \"icon\" | \"text\"",
|
|
@@ -1061,7 +1041,7 @@
|
|
|
1061
1041
|
"resolved": "boolean",
|
|
1062
1042
|
"references": {}
|
|
1063
1043
|
},
|
|
1064
|
-
"mutable":
|
|
1044
|
+
"mutable": false,
|
|
1065
1045
|
"attr": "visible",
|
|
1066
1046
|
"reflectToAttr": false,
|
|
1067
1047
|
"docs": "If `true`, the badge will be displayed.",
|
|
@@ -1076,64 +1056,7 @@
|
|
|
1076
1056
|
"required": false
|
|
1077
1057
|
}
|
|
1078
1058
|
],
|
|
1079
|
-
"methods": [
|
|
1080
|
-
{
|
|
1081
|
-
"name": "hideBadge",
|
|
1082
|
-
"returns": {
|
|
1083
|
-
"type": "Promise<void>",
|
|
1084
|
-
"docs": ""
|
|
1085
|
-
},
|
|
1086
|
-
"complexType": {
|
|
1087
|
-
"signature": "() => Promise<void>",
|
|
1088
|
-
"parameters": [],
|
|
1089
|
-
"references": {
|
|
1090
|
-
"Promise": {
|
|
1091
|
-
"location": "global",
|
|
1092
|
-
"id": "global::Promise"
|
|
1093
|
-
}
|
|
1094
|
-
},
|
|
1095
|
-
"return": "Promise<void>"
|
|
1096
|
-
},
|
|
1097
|
-
"signature": "hideBadge() => Promise<void>",
|
|
1098
|
-
"parameters": [],
|
|
1099
|
-
"docs": "",
|
|
1100
|
-
"docsTags": [
|
|
1101
|
-
{
|
|
1102
|
-
"name": "deprecated",
|
|
1103
|
-
"text": "This method should not be used anymore. Use visible prop to set badge visibility."
|
|
1104
|
-
}
|
|
1105
|
-
],
|
|
1106
|
-
"deprecation": "This method should not be used anymore. Use visible prop to set badge visibility."
|
|
1107
|
-
},
|
|
1108
|
-
{
|
|
1109
|
-
"name": "showBadge",
|
|
1110
|
-
"returns": {
|
|
1111
|
-
"type": "Promise<void>",
|
|
1112
|
-
"docs": ""
|
|
1113
|
-
},
|
|
1114
|
-
"complexType": {
|
|
1115
|
-
"signature": "() => Promise<void>",
|
|
1116
|
-
"parameters": [],
|
|
1117
|
-
"references": {
|
|
1118
|
-
"Promise": {
|
|
1119
|
-
"location": "global",
|
|
1120
|
-
"id": "global::Promise"
|
|
1121
|
-
}
|
|
1122
|
-
},
|
|
1123
|
-
"return": "Promise<void>"
|
|
1124
|
-
},
|
|
1125
|
-
"signature": "showBadge() => Promise<void>",
|
|
1126
|
-
"parameters": [],
|
|
1127
|
-
"docs": "",
|
|
1128
|
-
"docsTags": [
|
|
1129
|
-
{
|
|
1130
|
-
"name": "deprecated",
|
|
1131
|
-
"text": "This method should not be used anymore. Use visible prop to set badge visibility."
|
|
1132
|
-
}
|
|
1133
|
-
],
|
|
1134
|
-
"deprecation": "This method should not be used anymore. Use visible prop to set badge visibility."
|
|
1135
|
-
}
|
|
1136
|
-
],
|
|
1059
|
+
"methods": [],
|
|
1137
1060
|
"events": [],
|
|
1138
1061
|
"listeners": [],
|
|
1139
1062
|
"styles": [],
|
|
@@ -1158,7 +1081,7 @@
|
|
|
1158
1081
|
"filePath": "src/components/ic-breadcrumb/ic-breadcrumb.tsx",
|
|
1159
1082
|
"encapsulation": "shadow",
|
|
1160
1083
|
"tag": "ic-breadcrumb",
|
|
1161
|
-
"readme": "# ic-breadcrumb\
|
|
1084
|
+
"readme": "# ic-breadcrumb\n\n\n",
|
|
1162
1085
|
"docs": "",
|
|
1163
1086
|
"docsTags": [
|
|
1164
1087
|
{
|
|
@@ -1286,7 +1209,7 @@
|
|
|
1286
1209
|
"filePath": "src/components/ic-breadcrumb-group/ic-breadcrumb-group.tsx",
|
|
1287
1210
|
"encapsulation": "shadow",
|
|
1288
1211
|
"tag": "ic-breadcrumb-group",
|
|
1289
|
-
"readme": "# ic-breadcrumb-group\
|
|
1212
|
+
"readme": "# ic-breadcrumb-group\n\n\n",
|
|
1290
1213
|
"docs": "",
|
|
1291
1214
|
"docsTags": [],
|
|
1292
1215
|
"usage": {},
|
|
@@ -1396,13 +1319,9 @@
|
|
|
1396
1319
|
"filePath": "src/components/ic-button/ic-button.tsx",
|
|
1397
1320
|
"encapsulation": "shadow",
|
|
1398
1321
|
"tag": "ic-button",
|
|
1399
|
-
"readme": "# ic-button\
|
|
1322
|
+
"readme": "# ic-button\n",
|
|
1400
1323
|
"docs": "",
|
|
1401
1324
|
"docsTags": [
|
|
1402
|
-
{
|
|
1403
|
-
"name": "slot",
|
|
1404
|
-
"text": "icon - Deprecated. This slot should not be used anymore. Use left-icon or right-icon slot instead."
|
|
1405
|
-
},
|
|
1406
1325
|
{
|
|
1407
1326
|
"name": "slot",
|
|
1408
1327
|
"text": "left-icon - Content will be placed to the left of the button label."
|
|
@@ -2292,10 +2211,6 @@
|
|
|
2292
2211
|
"name": "badge",
|
|
2293
2212
|
"docs": "Badge component overlaying the top right of the button."
|
|
2294
2213
|
},
|
|
2295
|
-
{
|
|
2296
|
-
"name": "icon",
|
|
2297
|
-
"docs": "Deprecated. This slot should not be used anymore. Use left-icon or right-icon slot instead."
|
|
2298
|
-
},
|
|
2299
2214
|
{
|
|
2300
2215
|
"name": "left-icon",
|
|
2301
2216
|
"docs": "Content will be placed to the left of the button label."
|
|
@@ -2317,6 +2232,7 @@
|
|
|
2317
2232
|
"dependents": [
|
|
2318
2233
|
"ic-accordion-group",
|
|
2319
2234
|
"ic-alert",
|
|
2235
|
+
"ic-back-to-top",
|
|
2320
2236
|
"ic-dialog",
|
|
2321
2237
|
"ic-horizontal-scroll",
|
|
2322
2238
|
"ic-menu",
|
|
@@ -2352,6 +2268,9 @@
|
|
|
2352
2268
|
"ic-alert": [
|
|
2353
2269
|
"ic-button"
|
|
2354
2270
|
],
|
|
2271
|
+
"ic-back-to-top": [
|
|
2272
|
+
"ic-button"
|
|
2273
|
+
],
|
|
2355
2274
|
"ic-dialog": [
|
|
2356
2275
|
"ic-button"
|
|
2357
2276
|
],
|
|
@@ -2394,10 +2313,10 @@
|
|
|
2394
2313
|
}
|
|
2395
2314
|
},
|
|
2396
2315
|
{
|
|
2397
|
-
"filePath": "src/components/ic-card/ic-card.tsx",
|
|
2316
|
+
"filePath": "src/components/ic-card-vertical/ic-card-vertical.tsx",
|
|
2398
2317
|
"encapsulation": "shadow",
|
|
2399
|
-
"tag": "ic-card",
|
|
2400
|
-
"readme": "# ic-card\
|
|
2318
|
+
"tag": "ic-card-vertical",
|
|
2319
|
+
"readme": "# ic-card-vertical\n\n\n",
|
|
2401
2320
|
"docs": "",
|
|
2402
2321
|
"docsTags": [
|
|
2403
2322
|
{
|
|
@@ -2835,7 +2754,7 @@
|
|
|
2835
2754
|
"ic-tooltip"
|
|
2836
2755
|
],
|
|
2837
2756
|
"dependencyGraph": {
|
|
2838
|
-
"ic-card": [
|
|
2757
|
+
"ic-card-vertical": [
|
|
2839
2758
|
"ic-typography",
|
|
2840
2759
|
"ic-tooltip"
|
|
2841
2760
|
],
|
|
@@ -2848,7 +2767,7 @@
|
|
|
2848
2767
|
"filePath": "src/components/ic-checkbox/ic-checkbox.tsx",
|
|
2849
2768
|
"encapsulation": "shadow",
|
|
2850
2769
|
"tag": "ic-checkbox",
|
|
2851
|
-
"readme": "# ic-checkbox\
|
|
2770
|
+
"readme": "# ic-checkbox\n\n\n",
|
|
2852
2771
|
"docs": "",
|
|
2853
2772
|
"docsTags": [
|
|
2854
2773
|
{
|
|
@@ -2978,111 +2897,6 @@
|
|
|
2978
2897
|
"optional": true,
|
|
2979
2898
|
"required": false
|
|
2980
2899
|
},
|
|
2981
|
-
{
|
|
2982
|
-
"name": "formaction",
|
|
2983
|
-
"type": "string",
|
|
2984
|
-
"complexType": {
|
|
2985
|
-
"original": "string",
|
|
2986
|
-
"resolved": "string",
|
|
2987
|
-
"references": {}
|
|
2988
|
-
},
|
|
2989
|
-
"mutable": false,
|
|
2990
|
-
"attr": "formaction",
|
|
2991
|
-
"reflectToAttr": false,
|
|
2992
|
-
"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.",
|
|
2993
|
-
"docsTags": [],
|
|
2994
|
-
"values": [
|
|
2995
|
-
{
|
|
2996
|
-
"type": "string"
|
|
2997
|
-
}
|
|
2998
|
-
],
|
|
2999
|
-
"optional": true,
|
|
3000
|
-
"required": false
|
|
3001
|
-
},
|
|
3002
|
-
{
|
|
3003
|
-
"name": "formenctype",
|
|
3004
|
-
"type": "string",
|
|
3005
|
-
"complexType": {
|
|
3006
|
-
"original": "string",
|
|
3007
|
-
"resolved": "string",
|
|
3008
|
-
"references": {}
|
|
3009
|
-
},
|
|
3010
|
-
"mutable": false,
|
|
3011
|
-
"attr": "formenctype",
|
|
3012
|
-
"reflectToAttr": false,
|
|
3013
|
-
"docs": "The way the submitted form data is encoded.",
|
|
3014
|
-
"docsTags": [],
|
|
3015
|
-
"values": [
|
|
3016
|
-
{
|
|
3017
|
-
"type": "string"
|
|
3018
|
-
}
|
|
3019
|
-
],
|
|
3020
|
-
"optional": true,
|
|
3021
|
-
"required": false
|
|
3022
|
-
},
|
|
3023
|
-
{
|
|
3024
|
-
"name": "formmethod",
|
|
3025
|
-
"type": "string",
|
|
3026
|
-
"complexType": {
|
|
3027
|
-
"original": "string",
|
|
3028
|
-
"resolved": "string",
|
|
3029
|
-
"references": {}
|
|
3030
|
-
},
|
|
3031
|
-
"mutable": false,
|
|
3032
|
-
"attr": "formmethod",
|
|
3033
|
-
"reflectToAttr": false,
|
|
3034
|
-
"docs": "The HTTP method used to submit the form.",
|
|
3035
|
-
"docsTags": [],
|
|
3036
|
-
"values": [
|
|
3037
|
-
{
|
|
3038
|
-
"type": "string"
|
|
3039
|
-
}
|
|
3040
|
-
],
|
|
3041
|
-
"optional": true,
|
|
3042
|
-
"required": false
|
|
3043
|
-
},
|
|
3044
|
-
{
|
|
3045
|
-
"name": "formnovalidate",
|
|
3046
|
-
"type": "boolean",
|
|
3047
|
-
"complexType": {
|
|
3048
|
-
"original": "boolean",
|
|
3049
|
-
"resolved": "boolean",
|
|
3050
|
-
"references": {}
|
|
3051
|
-
},
|
|
3052
|
-
"mutable": false,
|
|
3053
|
-
"attr": "formnovalidate",
|
|
3054
|
-
"reflectToAttr": false,
|
|
3055
|
-
"docs": "If `true`, the form will not be validated when submitted.",
|
|
3056
|
-
"docsTags": [],
|
|
3057
|
-
"values": [
|
|
3058
|
-
{
|
|
3059
|
-
"type": "boolean"
|
|
3060
|
-
}
|
|
3061
|
-
],
|
|
3062
|
-
"optional": true,
|
|
3063
|
-
"required": false
|
|
3064
|
-
},
|
|
3065
|
-
{
|
|
3066
|
-
"name": "formtarget",
|
|
3067
|
-
"type": "string",
|
|
3068
|
-
"complexType": {
|
|
3069
|
-
"original": "string",
|
|
3070
|
-
"resolved": "string",
|
|
3071
|
-
"references": {}
|
|
3072
|
-
},
|
|
3073
|
-
"mutable": false,
|
|
3074
|
-
"attr": "formtarget",
|
|
3075
|
-
"reflectToAttr": false,
|
|
3076
|
-
"docs": "The place to display the response from submitting the form. It overrides the target attribute of the checkbox's form owner.",
|
|
3077
|
-
"docsTags": [],
|
|
3078
|
-
"values": [
|
|
3079
|
-
{
|
|
3080
|
-
"type": "string"
|
|
3081
|
-
}
|
|
3082
|
-
],
|
|
3083
|
-
"optional": true,
|
|
3084
|
-
"required": false
|
|
3085
|
-
},
|
|
3086
2900
|
{
|
|
3087
2901
|
"name": "groupLabel",
|
|
3088
2902
|
"type": "string",
|
|
@@ -3249,49 +3063,21 @@
|
|
|
3249
3063
|
"required": false
|
|
3250
3064
|
},
|
|
3251
3065
|
{
|
|
3252
|
-
"name": "
|
|
3253
|
-
"type": "
|
|
3066
|
+
"name": "value",
|
|
3067
|
+
"type": "string",
|
|
3254
3068
|
"complexType": {
|
|
3255
|
-
"original": "
|
|
3256
|
-
"resolved": "
|
|
3069
|
+
"original": "string",
|
|
3070
|
+
"resolved": "string",
|
|
3257
3071
|
"references": {}
|
|
3258
3072
|
},
|
|
3259
3073
|
"mutable": false,
|
|
3260
|
-
"attr": "
|
|
3074
|
+
"attr": "value",
|
|
3261
3075
|
"reflectToAttr": false,
|
|
3262
|
-
"docs": "",
|
|
3263
|
-
"docsTags": [
|
|
3264
|
-
{
|
|
3265
|
-
"name": "deprecated",
|
|
3266
|
-
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
3267
|
-
}
|
|
3268
|
-
],
|
|
3269
|
-
"default": "false",
|
|
3270
|
-
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
3076
|
+
"docs": "The value for the checkbox.",
|
|
3077
|
+
"docsTags": [],
|
|
3271
3078
|
"values": [
|
|
3272
3079
|
{
|
|
3273
|
-
"type": "
|
|
3274
|
-
}
|
|
3275
|
-
],
|
|
3276
|
-
"optional": true,
|
|
3277
|
-
"required": false
|
|
3278
|
-
},
|
|
3279
|
-
{
|
|
3280
|
-
"name": "value",
|
|
3281
|
-
"type": "string",
|
|
3282
|
-
"complexType": {
|
|
3283
|
-
"original": "string",
|
|
3284
|
-
"resolved": "string",
|
|
3285
|
-
"references": {}
|
|
3286
|
-
},
|
|
3287
|
-
"mutable": false,
|
|
3288
|
-
"attr": "value",
|
|
3289
|
-
"reflectToAttr": false,
|
|
3290
|
-
"docs": "The value for the checkbox.",
|
|
3291
|
-
"docsTags": [],
|
|
3292
|
-
"values": [
|
|
3293
|
-
{
|
|
3294
|
-
"type": "string"
|
|
3080
|
+
"type": "string"
|
|
3295
3081
|
}
|
|
3296
3082
|
],
|
|
3297
3083
|
"optional": false,
|
|
@@ -3327,26 +3113,6 @@
|
|
|
3327
3113
|
}
|
|
3328
3114
|
],
|
|
3329
3115
|
"events": [
|
|
3330
|
-
{
|
|
3331
|
-
"event": "checkboxChecked",
|
|
3332
|
-
"detail": "void",
|
|
3333
|
-
"bubbles": true,
|
|
3334
|
-
"complexType": {
|
|
3335
|
-
"original": "void",
|
|
3336
|
-
"resolved": "void",
|
|
3337
|
-
"references": {}
|
|
3338
|
-
},
|
|
3339
|
-
"cancelable": true,
|
|
3340
|
-
"composed": true,
|
|
3341
|
-
"docs": "",
|
|
3342
|
-
"docsTags": [
|
|
3343
|
-
{
|
|
3344
|
-
"name": "deprecated",
|
|
3345
|
-
"text": "This event should not be used anymore. Use icCheck instead."
|
|
3346
|
-
}
|
|
3347
|
-
],
|
|
3348
|
-
"deprecation": "This event should not be used anymore. Use icCheck instead."
|
|
3349
|
-
},
|
|
3350
3116
|
{
|
|
3351
3117
|
"event": "icCheck",
|
|
3352
3118
|
"detail": "void",
|
|
@@ -3385,7 +3151,7 @@
|
|
|
3385
3151
|
"filePath": "src/components/ic-checkbox-group/ic-checkbox-group.tsx",
|
|
3386
3152
|
"encapsulation": "shadow",
|
|
3387
3153
|
"tag": "ic-checkbox-group",
|
|
3388
|
-
"readme": "# ic-checkbox-group\
|
|
3154
|
+
"readme": "# ic-checkbox-group\n\n\n",
|
|
3389
3155
|
"docs": "",
|
|
3390
3156
|
"docsTags": [],
|
|
3391
3157
|
"usage": {},
|
|
@@ -3557,34 +3323,6 @@
|
|
|
3557
3323
|
"optional": true,
|
|
3558
3324
|
"required": false
|
|
3559
3325
|
},
|
|
3560
|
-
{
|
|
3561
|
-
"name": "small",
|
|
3562
|
-
"type": "boolean",
|
|
3563
|
-
"complexType": {
|
|
3564
|
-
"original": "boolean",
|
|
3565
|
-
"resolved": "boolean",
|
|
3566
|
-
"references": {}
|
|
3567
|
-
},
|
|
3568
|
-
"mutable": false,
|
|
3569
|
-
"attr": "small",
|
|
3570
|
-
"reflectToAttr": false,
|
|
3571
|
-
"docs": "",
|
|
3572
|
-
"docsTags": [
|
|
3573
|
-
{
|
|
3574
|
-
"name": "deprecated",
|
|
3575
|
-
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
3576
|
-
}
|
|
3577
|
-
],
|
|
3578
|
-
"default": "false",
|
|
3579
|
-
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
3580
|
-
"values": [
|
|
3581
|
-
{
|
|
3582
|
-
"type": "boolean"
|
|
3583
|
-
}
|
|
3584
|
-
],
|
|
3585
|
-
"optional": false,
|
|
3586
|
-
"required": false
|
|
3587
|
-
},
|
|
3588
3326
|
{
|
|
3589
3327
|
"name": "validationStatus",
|
|
3590
3328
|
"type": "\"\" | \"error\" | \"success\" | \"warning\"",
|
|
@@ -3708,7 +3446,7 @@
|
|
|
3708
3446
|
"filePath": "src/components/ic-chip/ic-chip.tsx",
|
|
3709
3447
|
"encapsulation": "shadow",
|
|
3710
3448
|
"tag": "ic-chip",
|
|
3711
|
-
"readme": "# ic-chip\
|
|
3449
|
+
"readme": "# ic-chip\n\n\n",
|
|
3712
3450
|
"docs": "",
|
|
3713
3451
|
"docsTags": [
|
|
3714
3452
|
{
|
|
@@ -3722,44 +3460,6 @@
|
|
|
3722
3460
|
],
|
|
3723
3461
|
"usage": {},
|
|
3724
3462
|
"props": [
|
|
3725
|
-
{
|
|
3726
|
-
"name": "appearance",
|
|
3727
|
-
"type": "\"filled\" | \"outline\"",
|
|
3728
|
-
"complexType": {
|
|
3729
|
-
"original": "IcChipAppearance",
|
|
3730
|
-
"resolved": "\"filled\" | \"outline\"",
|
|
3731
|
-
"references": {
|
|
3732
|
-
"IcChipAppearance": {
|
|
3733
|
-
"location": "import",
|
|
3734
|
-
"path": "./ic-chip.types",
|
|
3735
|
-
"id": "src/components/ic-chip/ic-chip.types.ts::IcChipAppearance"
|
|
3736
|
-
}
|
|
3737
|
-
}
|
|
3738
|
-
},
|
|
3739
|
-
"mutable": false,
|
|
3740
|
-
"attr": "appearance",
|
|
3741
|
-
"reflectToAttr": false,
|
|
3742
|
-
"docs": "",
|
|
3743
|
-
"docsTags": [
|
|
3744
|
-
{
|
|
3745
|
-
"name": "deprecated",
|
|
3746
|
-
"text": "This prop should not be used anymore. Use variant prop instead."
|
|
3747
|
-
}
|
|
3748
|
-
],
|
|
3749
|
-
"deprecation": "This prop should not be used anymore. Use variant prop instead.",
|
|
3750
|
-
"values": [
|
|
3751
|
-
{
|
|
3752
|
-
"value": "filled",
|
|
3753
|
-
"type": "string"
|
|
3754
|
-
},
|
|
3755
|
-
{
|
|
3756
|
-
"value": "outline",
|
|
3757
|
-
"type": "string"
|
|
3758
|
-
}
|
|
3759
|
-
],
|
|
3760
|
-
"optional": true,
|
|
3761
|
-
"required": false
|
|
3762
|
-
},
|
|
3763
3463
|
{
|
|
3764
3464
|
"name": "customColor",
|
|
3765
3465
|
"type": "`#${string}` | `rgb(${string})` | `rgba(${string})`",
|
|
@@ -3977,26 +3677,6 @@
|
|
|
3977
3677
|
}
|
|
3978
3678
|
],
|
|
3979
3679
|
"events": [
|
|
3980
|
-
{
|
|
3981
|
-
"event": "dismiss",
|
|
3982
|
-
"detail": "void",
|
|
3983
|
-
"bubbles": true,
|
|
3984
|
-
"complexType": {
|
|
3985
|
-
"original": "void",
|
|
3986
|
-
"resolved": "void",
|
|
3987
|
-
"references": {}
|
|
3988
|
-
},
|
|
3989
|
-
"cancelable": true,
|
|
3990
|
-
"composed": true,
|
|
3991
|
-
"docs": "",
|
|
3992
|
-
"docsTags": [
|
|
3993
|
-
{
|
|
3994
|
-
"name": "deprecated",
|
|
3995
|
-
"text": "This event should not be used anymore. Use icDismiss instead."
|
|
3996
|
-
}
|
|
3997
|
-
],
|
|
3998
|
-
"deprecation": "This event should not be used anymore. Use icDismiss instead."
|
|
3999
|
-
},
|
|
4000
3680
|
{
|
|
4001
3681
|
"event": "icDismiss",
|
|
4002
3682
|
"detail": "void",
|
|
@@ -4050,7 +3730,7 @@
|
|
|
4050
3730
|
"filePath": "src/components/ic-classification-banner/ic-classification-banner.tsx",
|
|
4051
3731
|
"encapsulation": "shadow",
|
|
4052
3732
|
"tag": "ic-classification-banner",
|
|
4053
|
-
"readme": "# ic-classification-banner\
|
|
3733
|
+
"readme": "# ic-classification-banner\n\n\n",
|
|
4054
3734
|
"docs": "",
|
|
4055
3735
|
"docsTags": [],
|
|
4056
3736
|
"usage": {},
|
|
@@ -4206,7 +3886,7 @@
|
|
|
4206
3886
|
}
|
|
4207
3887
|
},
|
|
4208
3888
|
{
|
|
4209
|
-
"filePath": "src/components/ic-data-
|
|
3889
|
+
"filePath": "src/components/ic-data-list/ic-data-list.tsx",
|
|
4210
3890
|
"encapsulation": "shadow",
|
|
4211
3891
|
"tag": "ic-data-entity",
|
|
4212
3892
|
"readme": "# ic-data-entity\r\n\r\n\r\n\r",
|
|
@@ -4214,7 +3894,7 @@
|
|
|
4214
3894
|
"docsTags": [
|
|
4215
3895
|
{
|
|
4216
3896
|
"name": "slot",
|
|
4217
|
-
"text": "heading - Content will be placed at the top of the data
|
|
3897
|
+
"text": "heading - Content will be placed at the top of the data list."
|
|
4218
3898
|
}
|
|
4219
3899
|
],
|
|
4220
3900
|
"usage": {},
|
|
@@ -4230,7 +3910,7 @@
|
|
|
4230
3910
|
"mutable": false,
|
|
4231
3911
|
"attr": "heading",
|
|
4232
3912
|
"reflectToAttr": false,
|
|
4233
|
-
"docs": "The title for the data
|
|
3913
|
+
"docs": "The title for the data list.",
|
|
4234
3914
|
"docsTags": [],
|
|
4235
3915
|
"values": [
|
|
4236
3916
|
{
|
|
@@ -4257,7 +3937,7 @@
|
|
|
4257
3937
|
"mutable": false,
|
|
4258
3938
|
"attr": "size",
|
|
4259
3939
|
"reflectToAttr": false,
|
|
4260
|
-
"docs": "The size of the data
|
|
3940
|
+
"docs": "The size of the data list component.",
|
|
4261
3941
|
"docsTags": [],
|
|
4262
3942
|
"default": "\"default\"",
|
|
4263
3943
|
"values": [
|
|
@@ -4272,34 +3952,6 @@
|
|
|
4272
3952
|
],
|
|
4273
3953
|
"optional": true,
|
|
4274
3954
|
"required": false
|
|
4275
|
-
},
|
|
4276
|
-
{
|
|
4277
|
-
"name": "small",
|
|
4278
|
-
"type": "boolean",
|
|
4279
|
-
"complexType": {
|
|
4280
|
-
"original": "boolean",
|
|
4281
|
-
"resolved": "boolean",
|
|
4282
|
-
"references": {}
|
|
4283
|
-
},
|
|
4284
|
-
"mutable": false,
|
|
4285
|
-
"attr": "small",
|
|
4286
|
-
"reflectToAttr": false,
|
|
4287
|
-
"docs": "",
|
|
4288
|
-
"docsTags": [
|
|
4289
|
-
{
|
|
4290
|
-
"name": "deprecated",
|
|
4291
|
-
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
4292
|
-
}
|
|
4293
|
-
],
|
|
4294
|
-
"default": "false",
|
|
4295
|
-
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
4296
|
-
"values": [
|
|
4297
|
-
{
|
|
4298
|
-
"type": "boolean"
|
|
4299
|
-
}
|
|
4300
|
-
],
|
|
4301
|
-
"optional": true,
|
|
4302
|
-
"required": false
|
|
4303
3955
|
}
|
|
4304
3956
|
],
|
|
4305
3957
|
"methods": [],
|
|
@@ -4309,7 +3961,7 @@
|
|
|
4309
3961
|
"slots": [
|
|
4310
3962
|
{
|
|
4311
3963
|
"name": "heading",
|
|
4312
|
-
"docs": "Content will be placed at the top of the data
|
|
3964
|
+
"docs": "Content will be placed at the top of the data list."
|
|
4313
3965
|
}
|
|
4314
3966
|
],
|
|
4315
3967
|
"parts": [],
|
|
@@ -4318,7 +3970,7 @@
|
|
|
4318
3970
|
"ic-typography"
|
|
4319
3971
|
],
|
|
4320
3972
|
"dependencyGraph": {
|
|
4321
|
-
"ic-data-
|
|
3973
|
+
"ic-data-list": [
|
|
4322
3974
|
"ic-typography"
|
|
4323
3975
|
]
|
|
4324
3976
|
}
|
|
@@ -4327,7 +3979,7 @@
|
|
|
4327
3979
|
"filePath": "src/components/ic-data-row/ic-data-row.tsx",
|
|
4328
3980
|
"encapsulation": "shadow",
|
|
4329
3981
|
"tag": "ic-data-row",
|
|
4330
|
-
"readme": "# ic-data-row\
|
|
3982
|
+
"readme": "# ic-data-row\n\n\n",
|
|
4331
3983
|
"docs": "",
|
|
4332
3984
|
"docsTags": [
|
|
4333
3985
|
{
|
|
@@ -4399,34 +4051,6 @@
|
|
|
4399
4051
|
"optional": true,
|
|
4400
4052
|
"required": false
|
|
4401
4053
|
},
|
|
4402
|
-
{
|
|
4403
|
-
"name": "small",
|
|
4404
|
-
"type": "boolean",
|
|
4405
|
-
"complexType": {
|
|
4406
|
-
"original": "boolean",
|
|
4407
|
-
"resolved": "boolean",
|
|
4408
|
-
"references": {}
|
|
4409
|
-
},
|
|
4410
|
-
"mutable": false,
|
|
4411
|
-
"attr": "small",
|
|
4412
|
-
"reflectToAttr": false,
|
|
4413
|
-
"docs": "",
|
|
4414
|
-
"docsTags": [
|
|
4415
|
-
{
|
|
4416
|
-
"name": "deprecated",
|
|
4417
|
-
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
4418
|
-
}
|
|
4419
|
-
],
|
|
4420
|
-
"default": "false",
|
|
4421
|
-
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
4422
|
-
"values": [
|
|
4423
|
-
{
|
|
4424
|
-
"type": "boolean"
|
|
4425
|
-
}
|
|
4426
|
-
],
|
|
4427
|
-
"optional": true,
|
|
4428
|
-
"required": false
|
|
4429
|
-
},
|
|
4430
4054
|
{
|
|
4431
4055
|
"name": "value",
|
|
4432
4056
|
"type": "string",
|
|
@@ -4482,7 +4106,7 @@
|
|
|
4482
4106
|
"filePath": "src/components/ic-dialog/ic-dialog.tsx",
|
|
4483
4107
|
"encapsulation": "shadow",
|
|
4484
4108
|
"tag": "ic-dialog",
|
|
4485
|
-
"readme": "# ic-dialog\
|
|
4109
|
+
"readme": "# ic-dialog\n\n\n",
|
|
4486
4110
|
"docs": "",
|
|
4487
4111
|
"docsTags": [
|
|
4488
4112
|
{
|
|
@@ -4504,81 +4128,6 @@
|
|
|
4504
4128
|
],
|
|
4505
4129
|
"usage": {},
|
|
4506
4130
|
"props": [
|
|
4507
|
-
{
|
|
4508
|
-
"name": "alertHeading",
|
|
4509
|
-
"type": "string",
|
|
4510
|
-
"complexType": {
|
|
4511
|
-
"original": "string",
|
|
4512
|
-
"resolved": "string",
|
|
4513
|
-
"references": {}
|
|
4514
|
-
},
|
|
4515
|
-
"mutable": false,
|
|
4516
|
-
"attr": "alert-heading",
|
|
4517
|
-
"reflectToAttr": false,
|
|
4518
|
-
"docs": "",
|
|
4519
|
-
"docsTags": [
|
|
4520
|
-
{
|
|
4521
|
-
"name": "deprecated",
|
|
4522
|
-
"text": "This prop should not be used anymore. Use an ic-alert/IcAlert component within an alert slot with a heading instead."
|
|
4523
|
-
}
|
|
4524
|
-
],
|
|
4525
|
-
"deprecation": "This prop should not be used anymore. Use an ic-alert/IcAlert component within an alert slot with a heading instead.",
|
|
4526
|
-
"values": [
|
|
4527
|
-
{
|
|
4528
|
-
"type": "string"
|
|
4529
|
-
}
|
|
4530
|
-
],
|
|
4531
|
-
"optional": true,
|
|
4532
|
-
"required": false
|
|
4533
|
-
},
|
|
4534
|
-
{
|
|
4535
|
-
"name": "alertMessage",
|
|
4536
|
-
"type": "string",
|
|
4537
|
-
"complexType": {
|
|
4538
|
-
"original": "string",
|
|
4539
|
-
"resolved": "string",
|
|
4540
|
-
"references": {}
|
|
4541
|
-
},
|
|
4542
|
-
"mutable": false,
|
|
4543
|
-
"attr": "alert-message",
|
|
4544
|
-
"reflectToAttr": false,
|
|
4545
|
-
"docs": "",
|
|
4546
|
-
"docsTags": [
|
|
4547
|
-
{
|
|
4548
|
-
"name": "deprecated",
|
|
4549
|
-
"text": "This prop should not be used anymore. Use an ic-alert/IcAlert component within an alert slot with a message instead."
|
|
4550
|
-
}
|
|
4551
|
-
],
|
|
4552
|
-
"deprecation": "This prop should not be used anymore. Use an ic-alert/IcAlert component within an alert slot with a message instead.",
|
|
4553
|
-
"values": [
|
|
4554
|
-
{
|
|
4555
|
-
"type": "string"
|
|
4556
|
-
}
|
|
4557
|
-
],
|
|
4558
|
-
"optional": true,
|
|
4559
|
-
"required": false
|
|
4560
|
-
},
|
|
4561
|
-
{
|
|
4562
|
-
"name": "buttonProps",
|
|
4563
|
-
"type": "{ label: string; onclick: string; }[]",
|
|
4564
|
-
"complexType": {
|
|
4565
|
-
"original": "{ label: string; onclick: string }[]",
|
|
4566
|
-
"resolved": "{ label: string; onclick: string; }[]",
|
|
4567
|
-
"references": {}
|
|
4568
|
-
},
|
|
4569
|
-
"mutable": false,
|
|
4570
|
-
"reflectToAttr": false,
|
|
4571
|
-
"docs": "Sets the label and onclick functions for default buttons.",
|
|
4572
|
-
"docsTags": [],
|
|
4573
|
-
"default": "[\n {\n label: \"Cancel\",\n onclick: \"this.cancelDialog();\",\n },\n { label: \"Confirm\", onclick: \"this.confirmDialog();\" },\n ]",
|
|
4574
|
-
"values": [
|
|
4575
|
-
{
|
|
4576
|
-
"type": "{ label: string; onclick: string; }[]"
|
|
4577
|
-
}
|
|
4578
|
-
],
|
|
4579
|
-
"optional": true,
|
|
4580
|
-
"required": false
|
|
4581
|
-
},
|
|
4582
4131
|
{
|
|
4583
4132
|
"name": "buttons",
|
|
4584
4133
|
"type": "boolean",
|
|
@@ -4590,7 +4139,7 @@
|
|
|
4590
4139
|
"mutable": false,
|
|
4591
4140
|
"attr": "buttons",
|
|
4592
4141
|
"reflectToAttr": false,
|
|
4593
|
-
"docs": "If set to `false`, dialog controls will not be displayed
|
|
4142
|
+
"docs": "If set to `false`, default buttons or slotted dialog controls will not be displayed.",
|
|
4594
4143
|
"docsTags": [],
|
|
4595
4144
|
"default": "true",
|
|
4596
4145
|
"values": [
|
|
@@ -4827,50 +4376,6 @@
|
|
|
4827
4376
|
],
|
|
4828
4377
|
"optional": true,
|
|
4829
4378
|
"required": false
|
|
4830
|
-
},
|
|
4831
|
-
{
|
|
4832
|
-
"name": "status",
|
|
4833
|
-
"type": "\"error\" | \"info\" | \"neutral\" | \"success\" | \"warning\"",
|
|
4834
|
-
"complexType": {
|
|
4835
|
-
"original": "\"neutral\" | \"info\" | \"warning\" | \"error\" | \"success\"",
|
|
4836
|
-
"resolved": "\"error\" | \"info\" | \"neutral\" | \"success\" | \"warning\"",
|
|
4837
|
-
"references": {}
|
|
4838
|
-
},
|
|
4839
|
-
"mutable": false,
|
|
4840
|
-
"attr": "status",
|
|
4841
|
-
"reflectToAttr": false,
|
|
4842
|
-
"docs": "",
|
|
4843
|
-
"docsTags": [
|
|
4844
|
-
{
|
|
4845
|
-
"name": "deprecated",
|
|
4846
|
-
"text": "This prop should not be used anymore. Use an ic-alert/IcAlert component within an alert slot with a variant instead."
|
|
4847
|
-
}
|
|
4848
|
-
],
|
|
4849
|
-
"deprecation": "This prop should not be used anymore. Use an ic-alert/IcAlert component within an alert slot with a variant instead.",
|
|
4850
|
-
"values": [
|
|
4851
|
-
{
|
|
4852
|
-
"value": "error",
|
|
4853
|
-
"type": "string"
|
|
4854
|
-
},
|
|
4855
|
-
{
|
|
4856
|
-
"value": "info",
|
|
4857
|
-
"type": "string"
|
|
4858
|
-
},
|
|
4859
|
-
{
|
|
4860
|
-
"value": "neutral",
|
|
4861
|
-
"type": "string"
|
|
4862
|
-
},
|
|
4863
|
-
{
|
|
4864
|
-
"value": "success",
|
|
4865
|
-
"type": "string"
|
|
4866
|
-
},
|
|
4867
|
-
{
|
|
4868
|
-
"value": "warning",
|
|
4869
|
-
"type": "string"
|
|
4870
|
-
}
|
|
4871
|
-
],
|
|
4872
|
-
"optional": true,
|
|
4873
|
-
"required": false
|
|
4874
4379
|
}
|
|
4875
4380
|
],
|
|
4876
4381
|
"methods": [
|
|
@@ -4917,69 +4422,13 @@
|
|
|
4917
4422
|
"parameters": [],
|
|
4918
4423
|
"docs": "Confirms the dialog. Used by the default 'Confirm' button or can be called manually to trigger confirming of dialog.",
|
|
4919
4424
|
"docsTags": []
|
|
4920
|
-
}
|
|
4425
|
+
}
|
|
4426
|
+
],
|
|
4427
|
+
"events": [
|
|
4921
4428
|
{
|
|
4922
|
-
"
|
|
4923
|
-
"
|
|
4924
|
-
|
|
4925
|
-
"docs": ""
|
|
4926
|
-
},
|
|
4927
|
-
"complexType": {
|
|
4928
|
-
"signature": "() => Promise<void>",
|
|
4929
|
-
"parameters": [],
|
|
4930
|
-
"references": {
|
|
4931
|
-
"Promise": {
|
|
4932
|
-
"location": "global",
|
|
4933
|
-
"id": "global::Promise"
|
|
4934
|
-
}
|
|
4935
|
-
},
|
|
4936
|
-
"return": "Promise<void>"
|
|
4937
|
-
},
|
|
4938
|
-
"signature": "hideDialog() => Promise<void>",
|
|
4939
|
-
"parameters": [],
|
|
4940
|
-
"docs": "",
|
|
4941
|
-
"docsTags": [
|
|
4942
|
-
{
|
|
4943
|
-
"name": "deprecated",
|
|
4944
|
-
"text": "This method should not be used anymore. Use open prop to set dialog visibility."
|
|
4945
|
-
}
|
|
4946
|
-
],
|
|
4947
|
-
"deprecation": "This method should not be used anymore. Use open prop to set dialog visibility."
|
|
4948
|
-
},
|
|
4949
|
-
{
|
|
4950
|
-
"name": "showDialog",
|
|
4951
|
-
"returns": {
|
|
4952
|
-
"type": "Promise<void>",
|
|
4953
|
-
"docs": ""
|
|
4954
|
-
},
|
|
4955
|
-
"complexType": {
|
|
4956
|
-
"signature": "() => Promise<void>",
|
|
4957
|
-
"parameters": [],
|
|
4958
|
-
"references": {
|
|
4959
|
-
"Promise": {
|
|
4960
|
-
"location": "global",
|
|
4961
|
-
"id": "global::Promise"
|
|
4962
|
-
}
|
|
4963
|
-
},
|
|
4964
|
-
"return": "Promise<void>"
|
|
4965
|
-
},
|
|
4966
|
-
"signature": "showDialog() => Promise<void>",
|
|
4967
|
-
"parameters": [],
|
|
4968
|
-
"docs": "",
|
|
4969
|
-
"docsTags": [
|
|
4970
|
-
{
|
|
4971
|
-
"name": "deprecated",
|
|
4972
|
-
"text": "This method should not be used anymore. Use open prop to set dialog visibility."
|
|
4973
|
-
}
|
|
4974
|
-
],
|
|
4975
|
-
"deprecation": "This method should not be used anymore. Use open prop to set dialog visibility."
|
|
4976
|
-
}
|
|
4977
|
-
],
|
|
4978
|
-
"events": [
|
|
4979
|
-
{
|
|
4980
|
-
"event": "icDialogCancelled",
|
|
4981
|
-
"detail": "void",
|
|
4982
|
-
"bubbles": true,
|
|
4429
|
+
"event": "icDialogCancelled",
|
|
4430
|
+
"detail": "void",
|
|
4431
|
+
"bubbles": true,
|
|
4983
4432
|
"complexType": {
|
|
4984
4433
|
"original": "void",
|
|
4985
4434
|
"resolved": "void",
|
|
@@ -5069,14 +4518,12 @@
|
|
|
5069
4518
|
"dependents": [],
|
|
5070
4519
|
"dependencies": [
|
|
5071
4520
|
"ic-typography",
|
|
5072
|
-
"ic-button"
|
|
5073
|
-
"ic-alert"
|
|
4521
|
+
"ic-button"
|
|
5074
4522
|
],
|
|
5075
4523
|
"dependencyGraph": {
|
|
5076
4524
|
"ic-dialog": [
|
|
5077
4525
|
"ic-typography",
|
|
5078
|
-
"ic-button"
|
|
5079
|
-
"ic-alert"
|
|
4526
|
+
"ic-button"
|
|
5080
4527
|
],
|
|
5081
4528
|
"ic-button": [
|
|
5082
4529
|
"ic-loading-indicator",
|
|
@@ -5087,10 +4534,6 @@
|
|
|
5087
4534
|
],
|
|
5088
4535
|
"ic-tooltip": [
|
|
5089
4536
|
"ic-typography"
|
|
5090
|
-
],
|
|
5091
|
-
"ic-alert": [
|
|
5092
|
-
"ic-typography",
|
|
5093
|
-
"ic-button"
|
|
5094
4537
|
]
|
|
5095
4538
|
}
|
|
5096
4539
|
},
|
|
@@ -5098,7 +4541,7 @@
|
|
|
5098
4541
|
"filePath": "src/components/ic-divider/ic-divider.tsx",
|
|
5099
4542
|
"encapsulation": "scoped",
|
|
5100
4543
|
"tag": "ic-divider",
|
|
5101
|
-
"readme": "# ic-divider\
|
|
4544
|
+
"readme": "# ic-divider\n\n\n",
|
|
5102
4545
|
"docs": "",
|
|
5103
4546
|
"docsTags": [],
|
|
5104
4547
|
"usage": {},
|
|
@@ -5130,7 +4573,7 @@
|
|
|
5130
4573
|
"filePath": "src/components/ic-empty-state/ic-empty-state.tsx",
|
|
5131
4574
|
"encapsulation": "shadow",
|
|
5132
4575
|
"tag": "ic-empty-state",
|
|
5133
|
-
"readme": "# ic-empty-state\
|
|
4576
|
+
"readme": "# ic-empty-state\n\n\n",
|
|
5134
4577
|
"docs": "",
|
|
5135
4578
|
"docsTags": [
|
|
5136
4579
|
{
|
|
@@ -5214,27 +4657,6 @@
|
|
|
5214
4657
|
"optional": true,
|
|
5215
4658
|
"required": false
|
|
5216
4659
|
},
|
|
5217
|
-
{
|
|
5218
|
-
"name": "bodyMaxLines",
|
|
5219
|
-
"type": "number",
|
|
5220
|
-
"complexType": {
|
|
5221
|
-
"original": "number",
|
|
5222
|
-
"resolved": "number",
|
|
5223
|
-
"references": {}
|
|
5224
|
-
},
|
|
5225
|
-
"mutable": false,
|
|
5226
|
-
"attr": "body-max-lines",
|
|
5227
|
-
"reflectToAttr": false,
|
|
5228
|
-
"docs": "The number of lines of body text to display before truncating.",
|
|
5229
|
-
"docsTags": [],
|
|
5230
|
-
"values": [
|
|
5231
|
-
{
|
|
5232
|
-
"type": "number"
|
|
5233
|
-
}
|
|
5234
|
-
],
|
|
5235
|
-
"optional": true,
|
|
5236
|
-
"required": false
|
|
5237
|
-
},
|
|
5238
4660
|
{
|
|
5239
4661
|
"name": "heading",
|
|
5240
4662
|
"type": "string",
|
|
@@ -5293,6 +4715,27 @@
|
|
|
5293
4715
|
"optional": true,
|
|
5294
4716
|
"required": false
|
|
5295
4717
|
},
|
|
4718
|
+
{
|
|
4719
|
+
"name": "maxLines",
|
|
4720
|
+
"type": "number",
|
|
4721
|
+
"complexType": {
|
|
4722
|
+
"original": "number",
|
|
4723
|
+
"resolved": "number",
|
|
4724
|
+
"references": {}
|
|
4725
|
+
},
|
|
4726
|
+
"mutable": false,
|
|
4727
|
+
"attr": "max-lines",
|
|
4728
|
+
"reflectToAttr": false,
|
|
4729
|
+
"docs": "The number of lines of body text to display before truncating.",
|
|
4730
|
+
"docsTags": [],
|
|
4731
|
+
"values": [
|
|
4732
|
+
{
|
|
4733
|
+
"type": "number"
|
|
4734
|
+
}
|
|
4735
|
+
],
|
|
4736
|
+
"optional": true,
|
|
4737
|
+
"required": false
|
|
4738
|
+
},
|
|
5296
4739
|
{
|
|
5297
4740
|
"name": "subheading",
|
|
5298
4741
|
"type": "string",
|
|
@@ -5356,7 +4799,7 @@
|
|
|
5356
4799
|
"filePath": "src/components/ic-footer/ic-footer.tsx",
|
|
5357
4800
|
"encapsulation": "shadow",
|
|
5358
4801
|
"tag": "ic-footer",
|
|
5359
|
-
"readme": "# ic-footer\
|
|
4802
|
+
"readme": "# ic-footer\n\n\n",
|
|
5360
4803
|
"docs": "",
|
|
5361
4804
|
"docsTags": [
|
|
5362
4805
|
{
|
|
@@ -5593,7 +5036,7 @@
|
|
|
5593
5036
|
"filePath": "src/components/ic-footer-link/ic-footer-link.tsx",
|
|
5594
5037
|
"encapsulation": "shadow",
|
|
5595
5038
|
"tag": "ic-footer-link",
|
|
5596
|
-
"readme": "# ic-footer-link\
|
|
5039
|
+
"readme": "# ic-footer-link\n\n\n",
|
|
5597
5040
|
"docs": "",
|
|
5598
5041
|
"docsTags": [],
|
|
5599
5042
|
"usage": {},
|
|
@@ -5787,20 +5230,26 @@
|
|
|
5787
5230
|
"slots": [],
|
|
5788
5231
|
"parts": [],
|
|
5789
5232
|
"dependents": [],
|
|
5790
|
-
"dependencies": [
|
|
5791
|
-
|
|
5233
|
+
"dependencies": [
|
|
5234
|
+
"ic-link"
|
|
5235
|
+
],
|
|
5236
|
+
"dependencyGraph": {
|
|
5237
|
+
"ic-footer-link": [
|
|
5238
|
+
"ic-link"
|
|
5239
|
+
]
|
|
5240
|
+
}
|
|
5792
5241
|
},
|
|
5793
5242
|
{
|
|
5794
5243
|
"filePath": "src/components/ic-footer-link-group/ic-footer-link-group.tsx",
|
|
5795
5244
|
"encapsulation": "shadow",
|
|
5796
5245
|
"tag": "ic-footer-link-group",
|
|
5797
|
-
"readme": "# ic-footer-link-group\
|
|
5246
|
+
"readme": "# ic-footer-link-group\n\n\n",
|
|
5798
5247
|
"docs": "",
|
|
5799
5248
|
"docsTags": [],
|
|
5800
5249
|
"usage": {},
|
|
5801
5250
|
"props": [
|
|
5802
5251
|
{
|
|
5803
|
-
"name": "
|
|
5252
|
+
"name": "label",
|
|
5804
5253
|
"type": "string",
|
|
5805
5254
|
"complexType": {
|
|
5806
5255
|
"original": "string",
|
|
@@ -5808,7 +5257,7 @@
|
|
|
5808
5257
|
"references": {}
|
|
5809
5258
|
},
|
|
5810
5259
|
"mutable": false,
|
|
5811
|
-
"attr": "
|
|
5260
|
+
"attr": "label",
|
|
5812
5261
|
"reflectToAttr": false,
|
|
5813
5262
|
"docs": "The title of the link group to be displayed.",
|
|
5814
5263
|
"docsTags": [],
|
|
@@ -5856,7 +5305,7 @@
|
|
|
5856
5305
|
"filePath": "src/components/ic-hero/ic-hero.tsx",
|
|
5857
5306
|
"encapsulation": "shadow",
|
|
5858
5307
|
"tag": "ic-hero",
|
|
5859
|
-
"readme": "# ic-hero\
|
|
5308
|
+
"readme": "# ic-hero\n\n\n",
|
|
5860
5309
|
"docs": "",
|
|
5861
5310
|
"docsTags": [
|
|
5862
5311
|
{
|
|
@@ -6002,7 +5451,7 @@
|
|
|
6002
5451
|
"mutable": false,
|
|
6003
5452
|
"attr": "heading",
|
|
6004
5453
|
"reflectToAttr": false,
|
|
6005
|
-
"docs": "The heading of the hero.",
|
|
5454
|
+
"docs": "The heading of the hero. An <h2> level heading.",
|
|
6006
5455
|
"docsTags": [],
|
|
6007
5456
|
"values": [
|
|
6008
5457
|
{
|
|
@@ -6023,7 +5472,7 @@
|
|
|
6023
5472
|
"mutable": false,
|
|
6024
5473
|
"attr": "secondary-heading",
|
|
6025
5474
|
"reflectToAttr": false,
|
|
6026
|
-
"docs": "The optional secondary heading,
|
|
5475
|
+
"docs": "The optional secondary heading, an <h3> level heading. Replaced by slotted right content.",
|
|
6027
5476
|
"docsTags": [],
|
|
6028
5477
|
"values": [
|
|
6029
5478
|
{
|
|
@@ -6087,34 +5536,6 @@
|
|
|
6087
5536
|
"optional": true,
|
|
6088
5537
|
"required": false
|
|
6089
5538
|
},
|
|
6090
|
-
{
|
|
6091
|
-
"name": "small",
|
|
6092
|
-
"type": "boolean",
|
|
6093
|
-
"complexType": {
|
|
6094
|
-
"original": "boolean",
|
|
6095
|
-
"resolved": "boolean",
|
|
6096
|
-
"references": {}
|
|
6097
|
-
},
|
|
6098
|
-
"mutable": false,
|
|
6099
|
-
"attr": "small",
|
|
6100
|
-
"reflectToAttr": false,
|
|
6101
|
-
"docs": "",
|
|
6102
|
-
"docsTags": [
|
|
6103
|
-
{
|
|
6104
|
-
"name": "deprecated",
|
|
6105
|
-
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
6106
|
-
}
|
|
6107
|
-
],
|
|
6108
|
-
"default": "false",
|
|
6109
|
-
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
6110
|
-
"values": [
|
|
6111
|
-
{
|
|
6112
|
-
"type": "boolean"
|
|
6113
|
-
}
|
|
6114
|
-
],
|
|
6115
|
-
"optional": true,
|
|
6116
|
-
"required": false
|
|
6117
|
-
},
|
|
6118
5539
|
{
|
|
6119
5540
|
"name": "subheading",
|
|
6120
5541
|
"type": "string",
|
|
@@ -6189,7 +5610,7 @@
|
|
|
6189
5610
|
"filePath": "src/components/ic-horizontal-scroll/ic-horizontal-scroll.tsx",
|
|
6190
5611
|
"encapsulation": "shadow",
|
|
6191
5612
|
"tag": "ic-horizontal-scroll",
|
|
6192
|
-
"readme": "# ic-horizontal-scroll\
|
|
5613
|
+
"readme": "# ic-horizontal-scroll\n\n\n",
|
|
6193
5614
|
"docs": "",
|
|
6194
5615
|
"docsTags": [],
|
|
6195
5616
|
"usage": {},
|
|
@@ -6275,7 +5696,7 @@
|
|
|
6275
5696
|
"filePath": "src/components/ic-input-component-container/ic-input-component-container.tsx",
|
|
6276
5697
|
"encapsulation": "none",
|
|
6277
5698
|
"tag": "ic-input-component-container",
|
|
6278
|
-
"readme": "# ic-input-container\
|
|
5699
|
+
"readme": "# ic-input-container\n\n\n",
|
|
6279
5700
|
"docs": "",
|
|
6280
5701
|
"docsTags": [
|
|
6281
5702
|
{
|
|
@@ -6312,34 +5733,6 @@
|
|
|
6312
5733
|
"optional": true,
|
|
6313
5734
|
"required": false
|
|
6314
5735
|
},
|
|
6315
|
-
{
|
|
6316
|
-
"name": "dark",
|
|
6317
|
-
"type": "boolean",
|
|
6318
|
-
"complexType": {
|
|
6319
|
-
"original": "boolean",
|
|
6320
|
-
"resolved": "boolean",
|
|
6321
|
-
"references": {}
|
|
6322
|
-
},
|
|
6323
|
-
"mutable": false,
|
|
6324
|
-
"attr": "dark",
|
|
6325
|
-
"reflectToAttr": false,
|
|
6326
|
-
"docs": "",
|
|
6327
|
-
"docsTags": [
|
|
6328
|
-
{
|
|
6329
|
-
"name": "deprecated",
|
|
6330
|
-
"text": "This prop should not be used anymore. Set prop `appearance` to \"dark\" instead."
|
|
6331
|
-
}
|
|
6332
|
-
],
|
|
6333
|
-
"default": "false",
|
|
6334
|
-
"deprecation": "This prop should not be used anymore. Set prop `appearance` to \"dark\" instead.",
|
|
6335
|
-
"values": [
|
|
6336
|
-
{
|
|
6337
|
-
"type": "boolean"
|
|
6338
|
-
}
|
|
6339
|
-
],
|
|
6340
|
-
"optional": true,
|
|
6341
|
-
"required": false
|
|
6342
|
-
},
|
|
6343
5736
|
{
|
|
6344
5737
|
"name": "disabled",
|
|
6345
5738
|
"type": "boolean",
|
|
@@ -6465,34 +5858,6 @@
|
|
|
6465
5858
|
"optional": true,
|
|
6466
5859
|
"required": false
|
|
6467
5860
|
},
|
|
6468
|
-
{
|
|
6469
|
-
"name": "small",
|
|
6470
|
-
"type": "boolean",
|
|
6471
|
-
"complexType": {
|
|
6472
|
-
"original": "boolean",
|
|
6473
|
-
"resolved": "boolean",
|
|
6474
|
-
"references": {}
|
|
6475
|
-
},
|
|
6476
|
-
"mutable": false,
|
|
6477
|
-
"attr": "small",
|
|
6478
|
-
"reflectToAttr": false,
|
|
6479
|
-
"docs": "",
|
|
6480
|
-
"docsTags": [
|
|
6481
|
-
{
|
|
6482
|
-
"name": "deprecated",
|
|
6483
|
-
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
6484
|
-
}
|
|
6485
|
-
],
|
|
6486
|
-
"default": "false",
|
|
6487
|
-
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
6488
|
-
"values": [
|
|
6489
|
-
{
|
|
6490
|
-
"type": "boolean"
|
|
6491
|
-
}
|
|
6492
|
-
],
|
|
6493
|
-
"optional": true,
|
|
6494
|
-
"required": false
|
|
6495
|
-
},
|
|
6496
5861
|
{
|
|
6497
5862
|
"name": "validationInline",
|
|
6498
5863
|
"type": "boolean",
|
|
@@ -6585,7 +5950,7 @@
|
|
|
6585
5950
|
"filePath": "src/components/ic-input-container/ic-input-container.tsx",
|
|
6586
5951
|
"encapsulation": "none",
|
|
6587
5952
|
"tag": "ic-input-container",
|
|
6588
|
-
"readme": "# ic-input-container\
|
|
5953
|
+
"readme": "# ic-input-container\n\n\n",
|
|
6589
5954
|
"docs": "",
|
|
6590
5955
|
"docsTags": [],
|
|
6591
5956
|
"usage": {},
|
|
@@ -6659,7 +6024,7 @@
|
|
|
6659
6024
|
"filePath": "src/components/ic-input-label/ic-input-label.tsx",
|
|
6660
6025
|
"encapsulation": "none",
|
|
6661
6026
|
"tag": "ic-input-label",
|
|
6662
|
-
"readme": "# ic-input-label\
|
|
6027
|
+
"readme": "# ic-input-label\n\n\n",
|
|
6663
6028
|
"docs": "",
|
|
6664
6029
|
"docsTags": [],
|
|
6665
6030
|
"usage": {},
|
|
@@ -6691,34 +6056,6 @@
|
|
|
6691
6056
|
"optional": true,
|
|
6692
6057
|
"required": false
|
|
6693
6058
|
},
|
|
6694
|
-
{
|
|
6695
|
-
"name": "dark",
|
|
6696
|
-
"type": "boolean",
|
|
6697
|
-
"complexType": {
|
|
6698
|
-
"original": "boolean",
|
|
6699
|
-
"resolved": "boolean",
|
|
6700
|
-
"references": {}
|
|
6701
|
-
},
|
|
6702
|
-
"mutable": false,
|
|
6703
|
-
"attr": "dark",
|
|
6704
|
-
"reflectToAttr": false,
|
|
6705
|
-
"docs": "",
|
|
6706
|
-
"docsTags": [
|
|
6707
|
-
{
|
|
6708
|
-
"name": "deprecated",
|
|
6709
|
-
"text": "This prop should not be used anymore. Set prop `appearance` to \"dark\" instead."
|
|
6710
|
-
}
|
|
6711
|
-
],
|
|
6712
|
-
"default": "false",
|
|
6713
|
-
"deprecation": "This prop should not be used anymore. Set prop `appearance` to \"dark\" instead.",
|
|
6714
|
-
"values": [
|
|
6715
|
-
{
|
|
6716
|
-
"type": "boolean"
|
|
6717
|
-
}
|
|
6718
|
-
],
|
|
6719
|
-
"optional": true,
|
|
6720
|
-
"required": false
|
|
6721
|
-
},
|
|
6722
6059
|
{
|
|
6723
6060
|
"name": "disabled",
|
|
6724
6061
|
"type": "boolean",
|
|
@@ -6741,28 +6078,6 @@
|
|
|
6741
6078
|
"optional": false,
|
|
6742
6079
|
"required": false
|
|
6743
6080
|
},
|
|
6744
|
-
{
|
|
6745
|
-
"name": "error",
|
|
6746
|
-
"type": "boolean",
|
|
6747
|
-
"complexType": {
|
|
6748
|
-
"original": "boolean",
|
|
6749
|
-
"resolved": "boolean",
|
|
6750
|
-
"references": {}
|
|
6751
|
-
},
|
|
6752
|
-
"mutable": false,
|
|
6753
|
-
"attr": "error",
|
|
6754
|
-
"reflectToAttr": false,
|
|
6755
|
-
"docs": "If `true`, the input label will display with error styling.",
|
|
6756
|
-
"docsTags": [],
|
|
6757
|
-
"default": "false",
|
|
6758
|
-
"values": [
|
|
6759
|
-
{
|
|
6760
|
-
"type": "boolean"
|
|
6761
|
-
}
|
|
6762
|
-
],
|
|
6763
|
-
"optional": true,
|
|
6764
|
-
"required": false
|
|
6765
|
-
},
|
|
6766
6081
|
{
|
|
6767
6082
|
"name": "for",
|
|
6768
6083
|
"type": "string",
|
|
@@ -6870,6 +6185,32 @@
|
|
|
6870
6185
|
],
|
|
6871
6186
|
"optional": false,
|
|
6872
6187
|
"required": false
|
|
6188
|
+
},
|
|
6189
|
+
{
|
|
6190
|
+
"name": "status",
|
|
6191
|
+
"type": "\"\" | \"error\"",
|
|
6192
|
+
"complexType": {
|
|
6193
|
+
"original": "\"error\" | \"\"",
|
|
6194
|
+
"resolved": "\"\" | \"error\"",
|
|
6195
|
+
"references": {}
|
|
6196
|
+
},
|
|
6197
|
+
"mutable": false,
|
|
6198
|
+
"attr": "status",
|
|
6199
|
+
"reflectToAttr": false,
|
|
6200
|
+
"docs": "The status of the label - e.g. 'error'.",
|
|
6201
|
+
"docsTags": [],
|
|
6202
|
+
"default": "\"\"",
|
|
6203
|
+
"values": [
|
|
6204
|
+
{
|
|
6205
|
+
"type": "\"\""
|
|
6206
|
+
},
|
|
6207
|
+
{
|
|
6208
|
+
"value": "error",
|
|
6209
|
+
"type": "string"
|
|
6210
|
+
}
|
|
6211
|
+
],
|
|
6212
|
+
"optional": false,
|
|
6213
|
+
"required": false
|
|
6873
6214
|
}
|
|
6874
6215
|
],
|
|
6875
6216
|
"methods": [],
|
|
@@ -6913,7 +6254,7 @@
|
|
|
6913
6254
|
"filePath": "src/components/ic-input-validation/ic-input-validation.tsx",
|
|
6914
6255
|
"encapsulation": "none",
|
|
6915
6256
|
"tag": "ic-input-validation",
|
|
6916
|
-
"readme": "# ic-input-validation\
|
|
6257
|
+
"readme": "# ic-input-validation\n\n\n",
|
|
6917
6258
|
"docs": "",
|
|
6918
6259
|
"docsTags": [
|
|
6919
6260
|
{
|
|
@@ -7103,7 +6444,7 @@
|
|
|
7103
6444
|
"filePath": "src/components/ic-link/ic-link.tsx",
|
|
7104
6445
|
"encapsulation": "shadow",
|
|
7105
6446
|
"tag": "ic-link",
|
|
7106
|
-
"readme": "# ic-link\
|
|
6447
|
+
"readme": "# ic-link\n\n\n",
|
|
7107
6448
|
"docs": "",
|
|
7108
6449
|
"docsTags": [
|
|
7109
6450
|
{
|
|
@@ -7297,33 +6638,6 @@
|
|
|
7297
6638
|
"optional": true,
|
|
7298
6639
|
"required": false
|
|
7299
6640
|
},
|
|
7300
|
-
{
|
|
7301
|
-
"name": "showIcon",
|
|
7302
|
-
"type": "boolean",
|
|
7303
|
-
"complexType": {
|
|
7304
|
-
"original": "boolean",
|
|
7305
|
-
"resolved": "boolean",
|
|
7306
|
-
"references": {}
|
|
7307
|
-
},
|
|
7308
|
-
"mutable": false,
|
|
7309
|
-
"attr": "show-icon",
|
|
7310
|
-
"reflectToAttr": false,
|
|
7311
|
-
"docs": "",
|
|
7312
|
-
"docsTags": [
|
|
7313
|
-
{
|
|
7314
|
-
"name": "deprecated",
|
|
7315
|
-
"text": "This prop should not be used anymore. The 'open in new tab/window' icon will display automatically if target=\"_blank\"."
|
|
7316
|
-
}
|
|
7317
|
-
],
|
|
7318
|
-
"deprecation": "This prop should not be used anymore. The 'open in new tab/window' icon will display automatically if target=\"_blank\".",
|
|
7319
|
-
"values": [
|
|
7320
|
-
{
|
|
7321
|
-
"type": "boolean"
|
|
7322
|
-
}
|
|
7323
|
-
],
|
|
7324
|
-
"optional": true,
|
|
7325
|
-
"required": false
|
|
7326
|
-
},
|
|
7327
6641
|
{
|
|
7328
6642
|
"name": "target",
|
|
7329
6643
|
"type": "string",
|
|
@@ -7388,12 +6702,16 @@
|
|
|
7388
6702
|
],
|
|
7389
6703
|
"parts": [],
|
|
7390
6704
|
"dependents": [
|
|
7391
|
-
"ic-breadcrumb"
|
|
6705
|
+
"ic-breadcrumb",
|
|
6706
|
+
"ic-footer-link"
|
|
7392
6707
|
],
|
|
7393
6708
|
"dependencies": [],
|
|
7394
6709
|
"dependencyGraph": {
|
|
7395
6710
|
"ic-breadcrumb": [
|
|
7396
6711
|
"ic-link"
|
|
6712
|
+
],
|
|
6713
|
+
"ic-footer-link": [
|
|
6714
|
+
"ic-link"
|
|
7397
6715
|
]
|
|
7398
6716
|
}
|
|
7399
6717
|
},
|
|
@@ -7401,7 +6719,7 @@
|
|
|
7401
6719
|
"filePath": "src/components/ic-loading-indicator/ic-loading-indicator.tsx",
|
|
7402
6720
|
"encapsulation": "shadow",
|
|
7403
6721
|
"tag": "ic-loading-indicator",
|
|
7404
|
-
"readme": "# ic-loading\
|
|
6722
|
+
"readme": "# ic-loading\n\n\n",
|
|
7405
6723
|
"docs": "",
|
|
7406
6724
|
"docsTags": [],
|
|
7407
6725
|
"usage": {},
|
|
@@ -7708,7 +7026,7 @@
|
|
|
7708
7026
|
"filePath": "src/components/ic-menu/ic-menu.tsx",
|
|
7709
7027
|
"encapsulation": "scoped",
|
|
7710
7028
|
"tag": "ic-menu",
|
|
7711
|
-
"readme": "# ic-menu\
|
|
7029
|
+
"readme": "# ic-menu\n\n\n",
|
|
7712
7030
|
"docs": "",
|
|
7713
7031
|
"docsTags": [],
|
|
7714
7032
|
"usage": {},
|
|
@@ -8000,39 +7318,11 @@
|
|
|
8000
7318
|
"required": false
|
|
8001
7319
|
},
|
|
8002
7320
|
{
|
|
8003
|
-
"name": "
|
|
8004
|
-
"type": "
|
|
7321
|
+
"name": "value",
|
|
7322
|
+
"type": "string",
|
|
8005
7323
|
"complexType": {
|
|
8006
|
-
"original": "
|
|
8007
|
-
"resolved": "
|
|
8008
|
-
"references": {}
|
|
8009
|
-
},
|
|
8010
|
-
"mutable": false,
|
|
8011
|
-
"attr": "small",
|
|
8012
|
-
"reflectToAttr": false,
|
|
8013
|
-
"docs": "",
|
|
8014
|
-
"docsTags": [
|
|
8015
|
-
{
|
|
8016
|
-
"name": "deprecated",
|
|
8017
|
-
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
8018
|
-
}
|
|
8019
|
-
],
|
|
8020
|
-
"default": "false",
|
|
8021
|
-
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
8022
|
-
"values": [
|
|
8023
|
-
{
|
|
8024
|
-
"type": "boolean"
|
|
8025
|
-
}
|
|
8026
|
-
],
|
|
8027
|
-
"optional": true,
|
|
8028
|
-
"required": false
|
|
8029
|
-
},
|
|
8030
|
-
{
|
|
8031
|
-
"name": "value",
|
|
8032
|
-
"type": "string",
|
|
8033
|
-
"complexType": {
|
|
8034
|
-
"original": "string",
|
|
8035
|
-
"resolved": "string",
|
|
7324
|
+
"original": "string",
|
|
7325
|
+
"resolved": "string",
|
|
8036
7326
|
"references": {}
|
|
8037
7327
|
},
|
|
8038
7328
|
"mutable": true,
|
|
@@ -8158,7 +7448,7 @@
|
|
|
8158
7448
|
"filePath": "src/components/ic-menu-group/ic-menu-group.tsx",
|
|
8159
7449
|
"encapsulation": "shadow",
|
|
8160
7450
|
"tag": "ic-menu-group",
|
|
8161
|
-
"readme": "# ic-menu-group\
|
|
7451
|
+
"readme": "# ic-menu-group\n\n\n",
|
|
8162
7452
|
"docs": "",
|
|
8163
7453
|
"docsTags": [],
|
|
8164
7454
|
"usage": {},
|
|
@@ -8205,7 +7495,7 @@
|
|
|
8205
7495
|
"filePath": "src/components/ic-menu-item/ic-menu-item.tsx",
|
|
8206
7496
|
"encapsulation": "shadow",
|
|
8207
7497
|
"tag": "ic-menu-item",
|
|
8208
|
-
"readme": "# ic-menu-item\
|
|
7498
|
+
"readme": "# ic-menu-item\n\n\n",
|
|
8209
7499
|
"docs": "",
|
|
8210
7500
|
"docsTags": [
|
|
8211
7501
|
{
|
|
@@ -8549,7 +7839,7 @@
|
|
|
8549
7839
|
"filePath": "src/components/ic-navigation-button/ic-navigation-button.tsx",
|
|
8550
7840
|
"encapsulation": "shadow",
|
|
8551
7841
|
"tag": "ic-navigation-button",
|
|
8552
|
-
"readme": "# ic-navigation-button\
|
|
7842
|
+
"readme": "# ic-navigation-button\n\n\n",
|
|
8553
7843
|
"docs": "",
|
|
8554
7844
|
"docsTags": [
|
|
8555
7845
|
{
|
|
@@ -8833,7 +8123,7 @@
|
|
|
8833
8123
|
"filePath": "src/components/ic-navigation-group/ic-navigation-group.tsx",
|
|
8834
8124
|
"encapsulation": "shadow",
|
|
8835
8125
|
"tag": "ic-navigation-group",
|
|
8836
|
-
"readme": "# ic-navigation-group\
|
|
8126
|
+
"readme": "# ic-navigation-group\n\n\n",
|
|
8837
8127
|
"docs": "",
|
|
8838
8128
|
"docsTags": [],
|
|
8839
8129
|
"usage": {},
|
|
@@ -8942,7 +8232,7 @@
|
|
|
8942
8232
|
"filePath": "src/components/ic-navigation-item/ic-navigation-item.tsx",
|
|
8943
8233
|
"encapsulation": "shadow",
|
|
8944
8234
|
"tag": "ic-navigation-item",
|
|
8945
|
-
"readme": "# ic-navigation-item\
|
|
8235
|
+
"readme": "# ic-navigation-item\n\n\n",
|
|
8946
8236
|
"docs": "",
|
|
8947
8237
|
"docsTags": [
|
|
8948
8238
|
{
|
|
@@ -9241,7 +8531,7 @@
|
|
|
9241
8531
|
"filePath": "src/components/ic-navigation-menu/ic-navigation-menu.tsx",
|
|
9242
8532
|
"encapsulation": "shadow",
|
|
9243
8533
|
"tag": "ic-navigation-menu",
|
|
9244
|
-
"readme": "# ic-navigation-menu\
|
|
8534
|
+
"readme": "# ic-navigation-menu\n\n\n",
|
|
9245
8535
|
"docs": "",
|
|
9246
8536
|
"docsTags": [
|
|
9247
8537
|
{
|
|
@@ -9358,7 +8648,7 @@
|
|
|
9358
8648
|
"filePath": "src/components/ic-page-header/ic-page-header.tsx",
|
|
9359
8649
|
"encapsulation": "shadow",
|
|
9360
8650
|
"tag": "ic-page-header",
|
|
9361
|
-
"readme": "# ic-page-header\
|
|
8651
|
+
"readme": "# ic-page-header\n\n\n",
|
|
9362
8652
|
"docs": "",
|
|
9363
8653
|
"docsTags": [
|
|
9364
8654
|
{
|
|
@@ -9531,34 +8821,6 @@
|
|
|
9531
8821
|
"optional": true,
|
|
9532
8822
|
"required": false
|
|
9533
8823
|
},
|
|
9534
|
-
{
|
|
9535
|
-
"name": "small",
|
|
9536
|
-
"type": "boolean",
|
|
9537
|
-
"complexType": {
|
|
9538
|
-
"original": "boolean",
|
|
9539
|
-
"resolved": "boolean",
|
|
9540
|
-
"references": {}
|
|
9541
|
-
},
|
|
9542
|
-
"mutable": false,
|
|
9543
|
-
"attr": "small",
|
|
9544
|
-
"reflectToAttr": false,
|
|
9545
|
-
"docs": "",
|
|
9546
|
-
"docsTags": [
|
|
9547
|
-
{
|
|
9548
|
-
"name": "deprecated",
|
|
9549
|
-
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
9550
|
-
}
|
|
9551
|
-
],
|
|
9552
|
-
"default": "false",
|
|
9553
|
-
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
9554
|
-
"values": [
|
|
9555
|
-
{
|
|
9556
|
-
"type": "boolean"
|
|
9557
|
-
}
|
|
9558
|
-
],
|
|
9559
|
-
"optional": true,
|
|
9560
|
-
"required": false
|
|
9561
|
-
},
|
|
9562
8824
|
{
|
|
9563
8825
|
"name": "sticky",
|
|
9564
8826
|
"type": "boolean",
|
|
@@ -9695,13 +8957,13 @@
|
|
|
9695
8957
|
"filePath": "src/components/ic-pagination/ic-pagination.tsx",
|
|
9696
8958
|
"encapsulation": "shadow",
|
|
9697
8959
|
"tag": "ic-pagination",
|
|
9698
|
-
"readme": "# ic-pagination\
|
|
8960
|
+
"readme": "# ic-pagination\n\n\n",
|
|
9699
8961
|
"docs": "",
|
|
9700
8962
|
"docsTags": [],
|
|
9701
8963
|
"usage": {},
|
|
9702
8964
|
"props": [
|
|
9703
8965
|
{
|
|
9704
|
-
"name": "
|
|
8966
|
+
"name": "adjacentPageCount",
|
|
9705
8967
|
"type": "number",
|
|
9706
8968
|
"complexType": {
|
|
9707
8969
|
"original": "number",
|
|
@@ -9709,7 +8971,7 @@
|
|
|
9709
8971
|
"references": {}
|
|
9710
8972
|
},
|
|
9711
8973
|
"mutable": true,
|
|
9712
|
-
"attr": "adjacent-count",
|
|
8974
|
+
"attr": "adjacent-page-count",
|
|
9713
8975
|
"reflectToAttr": false,
|
|
9714
8976
|
"docs": "The number of pages displayed adjacent to the current page when using 'complex' type pagination. Accepted values are 0, 1 & 2.",
|
|
9715
8977
|
"docsTags": [],
|
|
@@ -9760,7 +9022,7 @@
|
|
|
9760
9022
|
"required": false
|
|
9761
9023
|
},
|
|
9762
9024
|
{
|
|
9763
|
-
"name": "
|
|
9025
|
+
"name": "boundaryPageCount",
|
|
9764
9026
|
"type": "number",
|
|
9765
9027
|
"complexType": {
|
|
9766
9028
|
"original": "number",
|
|
@@ -9768,7 +9030,7 @@
|
|
|
9768
9030
|
"references": {}
|
|
9769
9031
|
},
|
|
9770
9032
|
"mutable": true,
|
|
9771
|
-
"attr": "boundary-count",
|
|
9033
|
+
"attr": "boundary-page-count",
|
|
9772
9034
|
"reflectToAttr": false,
|
|
9773
9035
|
"docs": "The number of pages displayed as boundary items to the current page when using 'complex' type pagination. Accepted values are 0, 1 & 2.",
|
|
9774
9036
|
"docsTags": [],
|
|
@@ -10070,7 +9332,7 @@
|
|
|
10070
9332
|
"filePath": "src/components/ic-pagination-item/ic-pagination-item.tsx",
|
|
10071
9333
|
"encapsulation": "shadow",
|
|
10072
9334
|
"tag": "ic-pagination-item",
|
|
10073
|
-
"readme": "# ic-pagination-item\
|
|
9335
|
+
"readme": "# ic-pagination-item\n\n\n",
|
|
10074
9336
|
"docs": "",
|
|
10075
9337
|
"docsTags": [],
|
|
10076
9338
|
"usage": {},
|
|
@@ -10261,7 +9523,7 @@
|
|
|
10261
9523
|
"filePath": "src/components/ic-popover-menu/ic-popover-menu.tsx",
|
|
10262
9524
|
"encapsulation": "shadow",
|
|
10263
9525
|
"tag": "ic-popover-menu",
|
|
10264
|
-
"readme": "# ic-popover-menu\
|
|
9526
|
+
"readme": "# ic-popover-menu\n\nThis is a wrapper component to be placed around one or more ic-menu-item components.\n",
|
|
10265
9527
|
"docs": "This is a wrapper component to be placed around one or more ic-menu-item components.",
|
|
10266
9528
|
"docsTags": [],
|
|
10267
9529
|
"usage": {},
|
|
@@ -10404,7 +9666,7 @@
|
|
|
10404
9666
|
"filePath": "src/components/ic-radio-group/ic-radio-group.tsx",
|
|
10405
9667
|
"encapsulation": "shadow",
|
|
10406
9668
|
"tag": "ic-radio-group",
|
|
10407
|
-
"readme": "# ic-radio-group\
|
|
9669
|
+
"readme": "# ic-radio-group\n\n\n",
|
|
10408
9670
|
"docs": "",
|
|
10409
9671
|
"docsTags": [],
|
|
10410
9672
|
"usage": {},
|
|
@@ -10604,34 +9866,6 @@
|
|
|
10604
9866
|
"optional": true,
|
|
10605
9867
|
"required": false
|
|
10606
9868
|
},
|
|
10607
|
-
{
|
|
10608
|
-
"name": "small",
|
|
10609
|
-
"type": "boolean",
|
|
10610
|
-
"complexType": {
|
|
10611
|
-
"original": "boolean",
|
|
10612
|
-
"resolved": "boolean",
|
|
10613
|
-
"references": {}
|
|
10614
|
-
},
|
|
10615
|
-
"mutable": false,
|
|
10616
|
-
"attr": "small",
|
|
10617
|
-
"reflectToAttr": false,
|
|
10618
|
-
"docs": "",
|
|
10619
|
-
"docsTags": [
|
|
10620
|
-
{
|
|
10621
|
-
"name": "deprecated",
|
|
10622
|
-
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
10623
|
-
}
|
|
10624
|
-
],
|
|
10625
|
-
"default": "false",
|
|
10626
|
-
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
10627
|
-
"values": [
|
|
10628
|
-
{
|
|
10629
|
-
"type": "boolean"
|
|
10630
|
-
}
|
|
10631
|
-
],
|
|
10632
|
-
"optional": true,
|
|
10633
|
-
"required": false
|
|
10634
|
-
},
|
|
10635
9869
|
{
|
|
10636
9870
|
"name": "validationStatus",
|
|
10637
9871
|
"type": "\"\" | \"error\" | \"success\" | \"warning\"",
|
|
@@ -10753,9 +9987,9 @@
|
|
|
10753
9987
|
},
|
|
10754
9988
|
{
|
|
10755
9989
|
"filePath": "src/components/ic-radio-option/ic-radio-option.tsx",
|
|
10756
|
-
"encapsulation": "
|
|
9990
|
+
"encapsulation": "none",
|
|
10757
9991
|
"tag": "ic-radio-option",
|
|
10758
|
-
"readme": "# ic-radio-option\
|
|
9992
|
+
"readme": "# ic-radio-option\n\n\n",
|
|
10759
9993
|
"docs": "",
|
|
10760
9994
|
"docsTags": [
|
|
10761
9995
|
{
|
|
@@ -10863,111 +10097,6 @@
|
|
|
10863
10097
|
"optional": true,
|
|
10864
10098
|
"required": false
|
|
10865
10099
|
},
|
|
10866
|
-
{
|
|
10867
|
-
"name": "formaction",
|
|
10868
|
-
"type": "string",
|
|
10869
|
-
"complexType": {
|
|
10870
|
-
"original": "string",
|
|
10871
|
-
"resolved": "string",
|
|
10872
|
-
"references": {}
|
|
10873
|
-
},
|
|
10874
|
-
"mutable": false,
|
|
10875
|
-
"attr": "formaction",
|
|
10876
|
-
"reflectToAttr": false,
|
|
10877
|
-
"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.",
|
|
10878
|
-
"docsTags": [],
|
|
10879
|
-
"values": [
|
|
10880
|
-
{
|
|
10881
|
-
"type": "string"
|
|
10882
|
-
}
|
|
10883
|
-
],
|
|
10884
|
-
"optional": true,
|
|
10885
|
-
"required": false
|
|
10886
|
-
},
|
|
10887
|
-
{
|
|
10888
|
-
"name": "formenctype",
|
|
10889
|
-
"type": "string",
|
|
10890
|
-
"complexType": {
|
|
10891
|
-
"original": "string",
|
|
10892
|
-
"resolved": "string",
|
|
10893
|
-
"references": {}
|
|
10894
|
-
},
|
|
10895
|
-
"mutable": false,
|
|
10896
|
-
"attr": "formenctype",
|
|
10897
|
-
"reflectToAttr": false,
|
|
10898
|
-
"docs": "The way the submitted form data is encoded.",
|
|
10899
|
-
"docsTags": [],
|
|
10900
|
-
"values": [
|
|
10901
|
-
{
|
|
10902
|
-
"type": "string"
|
|
10903
|
-
}
|
|
10904
|
-
],
|
|
10905
|
-
"optional": true,
|
|
10906
|
-
"required": false
|
|
10907
|
-
},
|
|
10908
|
-
{
|
|
10909
|
-
"name": "formmethod",
|
|
10910
|
-
"type": "string",
|
|
10911
|
-
"complexType": {
|
|
10912
|
-
"original": "string",
|
|
10913
|
-
"resolved": "string",
|
|
10914
|
-
"references": {}
|
|
10915
|
-
},
|
|
10916
|
-
"mutable": false,
|
|
10917
|
-
"attr": "formmethod",
|
|
10918
|
-
"reflectToAttr": false,
|
|
10919
|
-
"docs": "The HTTP method used to submit the form.",
|
|
10920
|
-
"docsTags": [],
|
|
10921
|
-
"values": [
|
|
10922
|
-
{
|
|
10923
|
-
"type": "string"
|
|
10924
|
-
}
|
|
10925
|
-
],
|
|
10926
|
-
"optional": true,
|
|
10927
|
-
"required": false
|
|
10928
|
-
},
|
|
10929
|
-
{
|
|
10930
|
-
"name": "formnovalidate",
|
|
10931
|
-
"type": "boolean",
|
|
10932
|
-
"complexType": {
|
|
10933
|
-
"original": "boolean",
|
|
10934
|
-
"resolved": "boolean",
|
|
10935
|
-
"references": {}
|
|
10936
|
-
},
|
|
10937
|
-
"mutable": false,
|
|
10938
|
-
"attr": "formnovalidate",
|
|
10939
|
-
"reflectToAttr": false,
|
|
10940
|
-
"docs": "If `true`, the form will not be validated when submitted.",
|
|
10941
|
-
"docsTags": [],
|
|
10942
|
-
"values": [
|
|
10943
|
-
{
|
|
10944
|
-
"type": "boolean"
|
|
10945
|
-
}
|
|
10946
|
-
],
|
|
10947
|
-
"optional": true,
|
|
10948
|
-
"required": false
|
|
10949
|
-
},
|
|
10950
|
-
{
|
|
10951
|
-
"name": "formtarget",
|
|
10952
|
-
"type": "string",
|
|
10953
|
-
"complexType": {
|
|
10954
|
-
"original": "string",
|
|
10955
|
-
"resolved": "string",
|
|
10956
|
-
"references": {}
|
|
10957
|
-
},
|
|
10958
|
-
"mutable": false,
|
|
10959
|
-
"attr": "formtarget",
|
|
10960
|
-
"reflectToAttr": false,
|
|
10961
|
-
"docs": "The place to display the response from submitting the form. It overrides the target attribute of the radio's form owner.",
|
|
10962
|
-
"docsTags": [],
|
|
10963
|
-
"values": [
|
|
10964
|
-
{
|
|
10965
|
-
"type": "string"
|
|
10966
|
-
}
|
|
10967
|
-
],
|
|
10968
|
-
"optional": true,
|
|
10969
|
-
"required": false
|
|
10970
|
-
},
|
|
10971
10100
|
{
|
|
10972
10101
|
"name": "groupLabel",
|
|
10973
10102
|
"type": "string",
|
|
@@ -11133,32 +10262,6 @@
|
|
|
11133
10262
|
"composed": true,
|
|
11134
10263
|
"docs": "Emitted when the radio option is selected or deselected.",
|
|
11135
10264
|
"docsTags": []
|
|
11136
|
-
},
|
|
11137
|
-
{
|
|
11138
|
-
"event": "radioOptionSelect",
|
|
11139
|
-
"detail": "IcValueEventDetail",
|
|
11140
|
-
"bubbles": true,
|
|
11141
|
-
"complexType": {
|
|
11142
|
-
"original": "IcValueEventDetail",
|
|
11143
|
-
"resolved": "IcValueEventDetail",
|
|
11144
|
-
"references": {
|
|
11145
|
-
"IcValueEventDetail": {
|
|
11146
|
-
"location": "import",
|
|
11147
|
-
"path": "../../utils/types",
|
|
11148
|
-
"id": "src/utils/types.ts::IcValueEventDetail"
|
|
11149
|
-
}
|
|
11150
|
-
}
|
|
11151
|
-
},
|
|
11152
|
-
"cancelable": true,
|
|
11153
|
-
"composed": true,
|
|
11154
|
-
"docs": "",
|
|
11155
|
-
"docsTags": [
|
|
11156
|
-
{
|
|
11157
|
-
"name": "deprecated",
|
|
11158
|
-
"text": "This event should not be used anymore. Use icCheck instead."
|
|
11159
|
-
}
|
|
11160
|
-
],
|
|
11161
|
-
"deprecation": "This event should not be used anymore. Use icCheck instead."
|
|
11162
10265
|
}
|
|
11163
10266
|
],
|
|
11164
10267
|
"listeners": [
|
|
@@ -11190,11 +10293,33 @@
|
|
|
11190
10293
|
"filePath": "src/components/ic-search-bar/ic-search-bar.tsx",
|
|
11191
10294
|
"encapsulation": "shadow",
|
|
11192
10295
|
"tag": "ic-search-bar",
|
|
11193
|
-
"readme": "# ic-search-bar\
|
|
10296
|
+
"readme": "# ic-search-bar\n\n\n",
|
|
11194
10297
|
"docs": "",
|
|
11195
10298
|
"docsTags": [],
|
|
11196
10299
|
"usage": {},
|
|
11197
10300
|
"props": [
|
|
10301
|
+
{
|
|
10302
|
+
"name": "assistiveHintText",
|
|
10303
|
+
"type": "string",
|
|
10304
|
+
"complexType": {
|
|
10305
|
+
"original": "string",
|
|
10306
|
+
"resolved": "string",
|
|
10307
|
+
"references": {}
|
|
10308
|
+
},
|
|
10309
|
+
"mutable": false,
|
|
10310
|
+
"attr": "assistive-hint-text",
|
|
10311
|
+
"reflectToAttr": false,
|
|
10312
|
+
"docs": "The hint text for the hidden assistive description element.",
|
|
10313
|
+
"docsTags": [],
|
|
10314
|
+
"default": "\"When autocomplete results are available use the up and down arrows to choose and press enter to select\"",
|
|
10315
|
+
"values": [
|
|
10316
|
+
{
|
|
10317
|
+
"type": "string"
|
|
10318
|
+
}
|
|
10319
|
+
],
|
|
10320
|
+
"optional": true,
|
|
10321
|
+
"required": false
|
|
10322
|
+
},
|
|
11198
10323
|
{
|
|
11199
10324
|
"name": "autocapitalize",
|
|
11200
10325
|
"type": "string",
|
|
@@ -11558,7 +10683,7 @@
|
|
|
11558
10683
|
"required": false
|
|
11559
10684
|
},
|
|
11560
10685
|
{
|
|
11561
|
-
"name": "
|
|
10686
|
+
"name": "disableAutoFiltering",
|
|
11562
10687
|
"type": "boolean",
|
|
11563
10688
|
"complexType": {
|
|
11564
10689
|
"original": "boolean",
|
|
@@ -11566,7 +10691,7 @@
|
|
|
11566
10691
|
"references": {}
|
|
11567
10692
|
},
|
|
11568
10693
|
"mutable": false,
|
|
11569
|
-
"attr": "disable-
|
|
10694
|
+
"attr": "disable-auto-filtering",
|
|
11570
10695
|
"reflectToAttr": false,
|
|
11571
10696
|
"docs": "Specify whether to disable the built in filtering. For example, if options will already be filtered from external source.\nIf `true`, all options provided will be displayed.",
|
|
11572
10697
|
"docsTags": [],
|
|
@@ -11711,28 +10836,6 @@
|
|
|
11711
10836
|
"optional": true,
|
|
11712
10837
|
"required": false
|
|
11713
10838
|
},
|
|
11714
|
-
{
|
|
11715
|
-
"name": "hintText",
|
|
11716
|
-
"type": "string",
|
|
11717
|
-
"complexType": {
|
|
11718
|
-
"original": "string",
|
|
11719
|
-
"resolved": "string",
|
|
11720
|
-
"references": {}
|
|
11721
|
-
},
|
|
11722
|
-
"mutable": false,
|
|
11723
|
-
"attr": "hint-text",
|
|
11724
|
-
"reflectToAttr": false,
|
|
11725
|
-
"docs": "The hint text for the hidden assistive description element.",
|
|
11726
|
-
"docsTags": [],
|
|
11727
|
-
"default": "\"When autocomplete results are available use the up and down arrows to choose and press enter to select\"",
|
|
11728
|
-
"values": [
|
|
11729
|
-
{
|
|
11730
|
-
"type": "string"
|
|
11731
|
-
}
|
|
11732
|
-
],
|
|
11733
|
-
"optional": true,
|
|
11734
|
-
"required": false
|
|
11735
|
-
},
|
|
11736
10839
|
{
|
|
11737
10840
|
"name": "label",
|
|
11738
10841
|
"type": "string",
|
|
@@ -12023,34 +11126,6 @@
|
|
|
12023
11126
|
"optional": true,
|
|
12024
11127
|
"required": false
|
|
12025
11128
|
},
|
|
12026
|
-
{
|
|
12027
|
-
"name": "small",
|
|
12028
|
-
"type": "boolean",
|
|
12029
|
-
"complexType": {
|
|
12030
|
-
"original": "boolean",
|
|
12031
|
-
"resolved": "boolean",
|
|
12032
|
-
"references": {}
|
|
12033
|
-
},
|
|
12034
|
-
"mutable": false,
|
|
12035
|
-
"attr": "small",
|
|
12036
|
-
"reflectToAttr": false,
|
|
12037
|
-
"docs": "",
|
|
12038
|
-
"docsTags": [
|
|
12039
|
-
{
|
|
12040
|
-
"name": "deprecated",
|
|
12041
|
-
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
12042
|
-
}
|
|
12043
|
-
],
|
|
12044
|
-
"default": "false",
|
|
12045
|
-
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
12046
|
-
"values": [
|
|
12047
|
-
{
|
|
12048
|
-
"type": "boolean"
|
|
12049
|
-
}
|
|
12050
|
-
],
|
|
12051
|
-
"optional": true,
|
|
12052
|
-
"required": false
|
|
12053
|
-
},
|
|
12054
11129
|
{
|
|
12055
11130
|
"name": "spellcheck",
|
|
12056
11131
|
"type": "boolean",
|
|
@@ -12218,58 +11293,6 @@
|
|
|
12218
11293
|
"docs": "Emitted when a keyboard input occurred.",
|
|
12219
11294
|
"docsTags": []
|
|
12220
11295
|
},
|
|
12221
|
-
{
|
|
12222
|
-
"event": "icInputBlur",
|
|
12223
|
-
"detail": "IcSearchBarBlurEventDetail",
|
|
12224
|
-
"bubbles": true,
|
|
12225
|
-
"complexType": {
|
|
12226
|
-
"original": "IcSearchBarBlurEventDetail",
|
|
12227
|
-
"resolved": "IcSearchBarBlurEventDetail",
|
|
12228
|
-
"references": {
|
|
12229
|
-
"IcSearchBarBlurEventDetail": {
|
|
12230
|
-
"location": "import",
|
|
12231
|
-
"path": "./ic-search-bar.types",
|
|
12232
|
-
"id": "src/components/ic-search-bar/ic-search-bar.types.ts::IcSearchBarBlurEventDetail"
|
|
12233
|
-
}
|
|
12234
|
-
}
|
|
12235
|
-
},
|
|
12236
|
-
"cancelable": true,
|
|
12237
|
-
"composed": true,
|
|
12238
|
-
"docs": "",
|
|
12239
|
-
"docsTags": [
|
|
12240
|
-
{
|
|
12241
|
-
"name": "deprecated",
|
|
12242
|
-
"text": "This event should not be used anymore. Use icSearchBarBlur instead."
|
|
12243
|
-
}
|
|
12244
|
-
],
|
|
12245
|
-
"deprecation": "This event should not be used anymore. Use icSearchBarBlur instead."
|
|
12246
|
-
},
|
|
12247
|
-
{
|
|
12248
|
-
"event": "icInputFocus",
|
|
12249
|
-
"detail": "IcValueEventDetail",
|
|
12250
|
-
"bubbles": true,
|
|
12251
|
-
"complexType": {
|
|
12252
|
-
"original": "IcValueEventDetail",
|
|
12253
|
-
"resolved": "IcValueEventDetail",
|
|
12254
|
-
"references": {
|
|
12255
|
-
"IcValueEventDetail": {
|
|
12256
|
-
"location": "import",
|
|
12257
|
-
"path": "../../utils/types",
|
|
12258
|
-
"id": "src/utils/types.ts::IcValueEventDetail"
|
|
12259
|
-
}
|
|
12260
|
-
}
|
|
12261
|
-
},
|
|
12262
|
-
"cancelable": true,
|
|
12263
|
-
"composed": true,
|
|
12264
|
-
"docs": "",
|
|
12265
|
-
"docsTags": [
|
|
12266
|
-
{
|
|
12267
|
-
"name": "deprecated",
|
|
12268
|
-
"text": "This event should not be used anymore. Use icSearchBarFocus instead."
|
|
12269
|
-
}
|
|
12270
|
-
],
|
|
12271
|
-
"deprecation": "This event should not be used anymore. Use icSearchBarFocus instead."
|
|
12272
|
-
},
|
|
12273
11296
|
{
|
|
12274
11297
|
"event": "icMenuChange",
|
|
12275
11298
|
"detail": "IcMenuChangeEventDetail",
|
|
@@ -12352,12 +11375,18 @@
|
|
|
12352
11375
|
},
|
|
12353
11376
|
{
|
|
12354
11377
|
"event": "icSearchBarFocus",
|
|
12355
|
-
"detail": "
|
|
11378
|
+
"detail": "IcValueEventDetail",
|
|
12356
11379
|
"bubbles": true,
|
|
12357
11380
|
"complexType": {
|
|
12358
|
-
"original": "
|
|
12359
|
-
"resolved": "
|
|
12360
|
-
"references": {
|
|
11381
|
+
"original": "IcValueEventDetail",
|
|
11382
|
+
"resolved": "IcValueEventDetail",
|
|
11383
|
+
"references": {
|
|
11384
|
+
"IcValueEventDetail": {
|
|
11385
|
+
"location": "import",
|
|
11386
|
+
"path": "../../utils/types",
|
|
11387
|
+
"id": "src/utils/types.ts::IcValueEventDetail"
|
|
11388
|
+
}
|
|
11389
|
+
}
|
|
12361
11390
|
},
|
|
12362
11391
|
"cancelable": true,
|
|
12363
11392
|
"composed": true,
|
|
@@ -12446,7 +11475,7 @@
|
|
|
12446
11475
|
"filePath": "src/components/ic-section-container/ic-section-container.tsx",
|
|
12447
11476
|
"encapsulation": "shadow",
|
|
12448
11477
|
"tag": "ic-section-container",
|
|
12449
|
-
"readme": "# ic-section-container\
|
|
11478
|
+
"readme": "# ic-section-container\n\n\n",
|
|
12450
11479
|
"docs": "",
|
|
12451
11480
|
"docsTags": [],
|
|
12452
11481
|
"usage": {},
|
|
@@ -12547,7 +11576,7 @@
|
|
|
12547
11576
|
"filePath": "src/components/ic-select/ic-select.tsx",
|
|
12548
11577
|
"encapsulation": "shadow",
|
|
12549
11578
|
"tag": "ic-select",
|
|
12550
|
-
"readme": "# ic-select\
|
|
11579
|
+
"readme": "# ic-select\n\n\n",
|
|
12551
11580
|
"docs": "",
|
|
12552
11581
|
"docsTags": [
|
|
12553
11582
|
{
|
|
@@ -12555,231 +11584,98 @@
|
|
|
12555
11584
|
"text": "icon - Content will be placed to the left of the select text input."
|
|
12556
11585
|
}
|
|
12557
11586
|
],
|
|
12558
|
-
"usage": {},
|
|
12559
|
-
"props": [
|
|
12560
|
-
{
|
|
12561
|
-
"name": "charactersUntilSuggestions",
|
|
12562
|
-
"type": "number",
|
|
12563
|
-
"complexType": {
|
|
12564
|
-
"original": "number",
|
|
12565
|
-
"resolved": "number",
|
|
12566
|
-
"references": {}
|
|
12567
|
-
},
|
|
12568
|
-
"mutable": false,
|
|
12569
|
-
"attr": "characters-until-suggestions",
|
|
12570
|
-
"reflectToAttr": false,
|
|
12571
|
-
"docs": "",
|
|
12572
|
-
"docsTags": [
|
|
12573
|
-
{
|
|
12574
|
-
"name": "deprecated",
|
|
12575
|
-
"text": "This prop should not be used anymore."
|
|
12576
|
-
}
|
|
12577
|
-
],
|
|
12578
|
-
"default": "0",
|
|
12579
|
-
"deprecation": "This prop should not be used anymore.",
|
|
12580
|
-
"values": [
|
|
12581
|
-
{
|
|
12582
|
-
"type": "number"
|
|
12583
|
-
}
|
|
12584
|
-
],
|
|
12585
|
-
"optional": true,
|
|
12586
|
-
"required": false
|
|
12587
|
-
},
|
|
12588
|
-
{
|
|
12589
|
-
"name": "debounce",
|
|
12590
|
-
"type": "number",
|
|
12591
|
-
"complexType": {
|
|
12592
|
-
"original": "number",
|
|
12593
|
-
"resolved": "number",
|
|
12594
|
-
"references": {}
|
|
12595
|
-
},
|
|
12596
|
-
"mutable": false,
|
|
12597
|
-
"attr": "debounce",
|
|
12598
|
-
"reflectToAttr": false,
|
|
12599
|
-
"docs": "The amount of time, in milliseconds, to wait to trigger the `icChange` event after each keystroke.",
|
|
12600
|
-
"docsTags": [],
|
|
12601
|
-
"default": "0",
|
|
12602
|
-
"values": [
|
|
12603
|
-
{
|
|
12604
|
-
"type": "number"
|
|
12605
|
-
}
|
|
12606
|
-
],
|
|
12607
|
-
"optional": true,
|
|
12608
|
-
"required": false
|
|
12609
|
-
},
|
|
12610
|
-
{
|
|
12611
|
-
"name": "disableFilter",
|
|
12612
|
-
"type": "boolean",
|
|
12613
|
-
"complexType": {
|
|
12614
|
-
"original": "boolean",
|
|
12615
|
-
"resolved": "boolean",
|
|
12616
|
-
"references": {}
|
|
12617
|
-
},
|
|
12618
|
-
"mutable": false,
|
|
12619
|
-
"attr": "disable-filter",
|
|
12620
|
-
"reflectToAttr": false,
|
|
12621
|
-
"docs": "If `true`, the built in filtering will be disabled for a searchable variant. For example, if options will already be filtered from external source.",
|
|
12622
|
-
"docsTags": [],
|
|
12623
|
-
"default": "false",
|
|
12624
|
-
"values": [
|
|
12625
|
-
{
|
|
12626
|
-
"type": "boolean"
|
|
12627
|
-
}
|
|
12628
|
-
],
|
|
12629
|
-
"optional": true,
|
|
12630
|
-
"required": false
|
|
12631
|
-
},
|
|
12632
|
-
{
|
|
12633
|
-
"name": "disabled",
|
|
12634
|
-
"type": "boolean",
|
|
12635
|
-
"complexType": {
|
|
12636
|
-
"original": "boolean",
|
|
12637
|
-
"resolved": "boolean",
|
|
12638
|
-
"references": {}
|
|
12639
|
-
},
|
|
12640
|
-
"mutable": false,
|
|
12641
|
-
"attr": "disabled",
|
|
12642
|
-
"reflectToAttr": true,
|
|
12643
|
-
"docs": "If `true`, the disabled state will be set.",
|
|
12644
|
-
"docsTags": [],
|
|
12645
|
-
"default": "false",
|
|
12646
|
-
"values": [
|
|
12647
|
-
{
|
|
12648
|
-
"type": "boolean"
|
|
12649
|
-
}
|
|
12650
|
-
],
|
|
12651
|
-
"optional": true,
|
|
12652
|
-
"required": false
|
|
12653
|
-
},
|
|
12654
|
-
{
|
|
12655
|
-
"name": "emptyOptionListText",
|
|
12656
|
-
"type": "string",
|
|
12657
|
-
"complexType": {
|
|
12658
|
-
"original": "string",
|
|
12659
|
-
"resolved": "string",
|
|
12660
|
-
"references": {}
|
|
12661
|
-
},
|
|
12662
|
-
"mutable": false,
|
|
12663
|
-
"attr": "empty-option-list-text",
|
|
12664
|
-
"reflectToAttr": false,
|
|
12665
|
-
"docs": "The text displayed when there are no options in the option list.",
|
|
12666
|
-
"docsTags": [],
|
|
12667
|
-
"default": "\"No results found\"",
|
|
12668
|
-
"values": [
|
|
12669
|
-
{
|
|
12670
|
-
"type": "string"
|
|
12671
|
-
}
|
|
12672
|
-
],
|
|
12673
|
-
"optional": false,
|
|
12674
|
-
"required": false
|
|
12675
|
-
},
|
|
12676
|
-
{
|
|
12677
|
-
"name": "form",
|
|
12678
|
-
"type": "string",
|
|
12679
|
-
"complexType": {
|
|
12680
|
-
"original": "string",
|
|
12681
|
-
"resolved": "string",
|
|
12682
|
-
"references": {}
|
|
12683
|
-
},
|
|
12684
|
-
"mutable": false,
|
|
12685
|
-
"attr": "form",
|
|
12686
|
-
"reflectToAttr": false,
|
|
12687
|
-
"docs": "The <form> element to associate the select with.",
|
|
12688
|
-
"docsTags": [],
|
|
12689
|
-
"values": [
|
|
12690
|
-
{
|
|
12691
|
-
"type": "string"
|
|
12692
|
-
}
|
|
12693
|
-
],
|
|
12694
|
-
"optional": true,
|
|
12695
|
-
"required": false
|
|
12696
|
-
},
|
|
11587
|
+
"usage": {},
|
|
11588
|
+
"props": [
|
|
12697
11589
|
{
|
|
12698
|
-
"name": "
|
|
12699
|
-
"type": "
|
|
11590
|
+
"name": "debounce",
|
|
11591
|
+
"type": "number",
|
|
12700
11592
|
"complexType": {
|
|
12701
|
-
"original": "
|
|
12702
|
-
"resolved": "
|
|
11593
|
+
"original": "number",
|
|
11594
|
+
"resolved": "number",
|
|
12703
11595
|
"references": {}
|
|
12704
11596
|
},
|
|
12705
11597
|
"mutable": false,
|
|
12706
|
-
"attr": "
|
|
11598
|
+
"attr": "debounce",
|
|
12707
11599
|
"reflectToAttr": false,
|
|
12708
|
-
"docs": "The
|
|
11600
|
+
"docs": "The amount of time, in milliseconds, to wait to trigger the `icChange` event after each keystroke.",
|
|
12709
11601
|
"docsTags": [],
|
|
11602
|
+
"default": "0",
|
|
12710
11603
|
"values": [
|
|
12711
11604
|
{
|
|
12712
|
-
"type": "
|
|
11605
|
+
"type": "number"
|
|
12713
11606
|
}
|
|
12714
11607
|
],
|
|
12715
11608
|
"optional": true,
|
|
12716
11609
|
"required": false
|
|
12717
11610
|
},
|
|
12718
11611
|
{
|
|
12719
|
-
"name": "
|
|
12720
|
-
"type": "
|
|
11612
|
+
"name": "disableAutoFiltering",
|
|
11613
|
+
"type": "boolean",
|
|
12721
11614
|
"complexType": {
|
|
12722
|
-
"original": "
|
|
12723
|
-
"resolved": "
|
|
11615
|
+
"original": "boolean",
|
|
11616
|
+
"resolved": "boolean",
|
|
12724
11617
|
"references": {}
|
|
12725
11618
|
},
|
|
12726
11619
|
"mutable": false,
|
|
12727
|
-
"attr": "
|
|
11620
|
+
"attr": "disable-auto-filtering",
|
|
12728
11621
|
"reflectToAttr": false,
|
|
12729
|
-
"docs": "
|
|
11622
|
+
"docs": "If `true`, the built in filtering will be disabled for a searchable variant. For example, if options will already be filtered from external source.",
|
|
12730
11623
|
"docsTags": [],
|
|
11624
|
+
"default": "false",
|
|
12731
11625
|
"values": [
|
|
12732
11626
|
{
|
|
12733
|
-
"type": "
|
|
11627
|
+
"type": "boolean"
|
|
12734
11628
|
}
|
|
12735
11629
|
],
|
|
12736
11630
|
"optional": true,
|
|
12737
11631
|
"required": false
|
|
12738
11632
|
},
|
|
12739
11633
|
{
|
|
12740
|
-
"name": "
|
|
12741
|
-
"type": "
|
|
11634
|
+
"name": "disabled",
|
|
11635
|
+
"type": "boolean",
|
|
12742
11636
|
"complexType": {
|
|
12743
|
-
"original": "
|
|
12744
|
-
"resolved": "
|
|
11637
|
+
"original": "boolean",
|
|
11638
|
+
"resolved": "boolean",
|
|
12745
11639
|
"references": {}
|
|
12746
11640
|
},
|
|
12747
11641
|
"mutable": false,
|
|
12748
|
-
"attr": "
|
|
12749
|
-
"reflectToAttr":
|
|
12750
|
-
"docs": "
|
|
11642
|
+
"attr": "disabled",
|
|
11643
|
+
"reflectToAttr": true,
|
|
11644
|
+
"docs": "If `true`, the disabled state will be set.",
|
|
12751
11645
|
"docsTags": [],
|
|
11646
|
+
"default": "false",
|
|
12752
11647
|
"values": [
|
|
12753
11648
|
{
|
|
12754
|
-
"type": "
|
|
11649
|
+
"type": "boolean"
|
|
12755
11650
|
}
|
|
12756
11651
|
],
|
|
12757
11652
|
"optional": true,
|
|
12758
11653
|
"required": false
|
|
12759
11654
|
},
|
|
12760
11655
|
{
|
|
12761
|
-
"name": "
|
|
12762
|
-
"type": "
|
|
11656
|
+
"name": "emptyOptionListText",
|
|
11657
|
+
"type": "string",
|
|
12763
11658
|
"complexType": {
|
|
12764
|
-
"original": "
|
|
12765
|
-
"resolved": "
|
|
11659
|
+
"original": "string",
|
|
11660
|
+
"resolved": "string",
|
|
12766
11661
|
"references": {}
|
|
12767
11662
|
},
|
|
12768
11663
|
"mutable": false,
|
|
12769
|
-
"attr": "
|
|
11664
|
+
"attr": "empty-option-list-text",
|
|
12770
11665
|
"reflectToAttr": false,
|
|
12771
|
-
"docs": "
|
|
11666
|
+
"docs": "The text displayed when there are no options in the option list.",
|
|
12772
11667
|
"docsTags": [],
|
|
11668
|
+
"default": "\"No results found\"",
|
|
12773
11669
|
"values": [
|
|
12774
11670
|
{
|
|
12775
|
-
"type": "
|
|
11671
|
+
"type": "string"
|
|
12776
11672
|
}
|
|
12777
11673
|
],
|
|
12778
|
-
"optional":
|
|
11674
|
+
"optional": false,
|
|
12779
11675
|
"required": false
|
|
12780
11676
|
},
|
|
12781
11677
|
{
|
|
12782
|
-
"name": "
|
|
11678
|
+
"name": "form",
|
|
12783
11679
|
"type": "string",
|
|
12784
11680
|
"complexType": {
|
|
12785
11681
|
"original": "string",
|
|
@@ -12787,9 +11683,9 @@
|
|
|
12787
11683
|
"references": {}
|
|
12788
11684
|
},
|
|
12789
11685
|
"mutable": false,
|
|
12790
|
-
"attr": "
|
|
11686
|
+
"attr": "form",
|
|
12791
11687
|
"reflectToAttr": false,
|
|
12792
|
-
"docs": "The
|
|
11688
|
+
"docs": "The <form> element to associate the select with.",
|
|
12793
11689
|
"docsTags": [],
|
|
12794
11690
|
"values": [
|
|
12795
11691
|
{
|
|
@@ -13247,34 +12143,6 @@
|
|
|
13247
12143
|
"optional": true,
|
|
13248
12144
|
"required": false
|
|
13249
12145
|
},
|
|
13250
|
-
{
|
|
13251
|
-
"name": "small",
|
|
13252
|
-
"type": "boolean",
|
|
13253
|
-
"complexType": {
|
|
13254
|
-
"original": "boolean",
|
|
13255
|
-
"resolved": "boolean",
|
|
13256
|
-
"references": {}
|
|
13257
|
-
},
|
|
13258
|
-
"mutable": false,
|
|
13259
|
-
"attr": "small",
|
|
13260
|
-
"reflectToAttr": false,
|
|
13261
|
-
"docs": "",
|
|
13262
|
-
"docsTags": [
|
|
13263
|
-
{
|
|
13264
|
-
"name": "deprecated",
|
|
13265
|
-
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
13266
|
-
}
|
|
13267
|
-
],
|
|
13268
|
-
"default": "false",
|
|
13269
|
-
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
13270
|
-
"values": [
|
|
13271
|
-
{
|
|
13272
|
-
"type": "boolean"
|
|
13273
|
-
}
|
|
13274
|
-
],
|
|
13275
|
-
"optional": true,
|
|
13276
|
-
"required": false
|
|
13277
|
-
},
|
|
13278
12146
|
{
|
|
13279
12147
|
"name": "timeout",
|
|
13280
12148
|
"type": "number",
|
|
@@ -13612,7 +12480,7 @@
|
|
|
13612
12480
|
"filePath": "src/components/ic-side-navigation/ic-side-navigation.tsx",
|
|
13613
12481
|
"encapsulation": "shadow",
|
|
13614
12482
|
"tag": "ic-side-navigation",
|
|
13615
|
-
"readme": "# ic-side-navigation\
|
|
12483
|
+
"readme": "# ic-side-navigation\n\n\n",
|
|
13616
12484
|
"docs": "",
|
|
13617
12485
|
"docsTags": [
|
|
13618
12486
|
{
|
|
@@ -13855,7 +12723,7 @@
|
|
|
13855
12723
|
"methods": [],
|
|
13856
12724
|
"events": [
|
|
13857
12725
|
{
|
|
13858
|
-
"event": "
|
|
12726
|
+
"event": "icSideNavExpanded",
|
|
13859
12727
|
"detail": "IcExpandedDetail",
|
|
13860
12728
|
"bubbles": true,
|
|
13861
12729
|
"complexType": {
|
|
@@ -13931,8 +12799,8 @@
|
|
|
13931
12799
|
"filePath": "src/components/ic-skeleton/ic-skeleton.tsx",
|
|
13932
12800
|
"encapsulation": "shadow",
|
|
13933
12801
|
"tag": "ic-skeleton",
|
|
13934
|
-
"readme": "# ic-skeleton\
|
|
13935
|
-
"docs": "When using the skeleton component, an aria-live level should be applied to the parent element of the skeleton and the element that it is\
|
|
12802
|
+
"readme": "# ic-skeleton\n\nWhen using the skeleton component, an aria-live level should be applied to the parent element of the skeleton and the element that it is\nrepresenting so that any changes, such as the real element replacing the skeleton placeholder, are announced to assistive technology like screen readers. The recommendation is to use aria-live=\"polite\" over aria-live=\"recommended\" unless changes are critically important. \n",
|
|
12803
|
+
"docs": "When using the skeleton component, an aria-live level should be applied to the parent element of the skeleton and the element that it is\nrepresenting so that any changes, such as the real element replacing the skeleton placeholder, are announced to assistive technology like screen readers. The recommendation is to use aria-live=\"polite\" over aria-live=\"recommended\" unless changes are critically important.",
|
|
13936
12804
|
"docsTags": [],
|
|
13937
12805
|
"usage": {},
|
|
13938
12806
|
"props": [
|
|
@@ -13963,34 +12831,6 @@
|
|
|
13963
12831
|
"optional": true,
|
|
13964
12832
|
"required": false
|
|
13965
12833
|
},
|
|
13966
|
-
{
|
|
13967
|
-
"name": "light",
|
|
13968
|
-
"type": "boolean",
|
|
13969
|
-
"complexType": {
|
|
13970
|
-
"original": "boolean",
|
|
13971
|
-
"resolved": "boolean",
|
|
13972
|
-
"references": {}
|
|
13973
|
-
},
|
|
13974
|
-
"mutable": false,
|
|
13975
|
-
"attr": "light",
|
|
13976
|
-
"reflectToAttr": false,
|
|
13977
|
-
"docs": "",
|
|
13978
|
-
"docsTags": [
|
|
13979
|
-
{
|
|
13980
|
-
"name": "deprecated",
|
|
13981
|
-
"text": "This prop should not be used anymore. Set prop `appearance` to \"light\" instead."
|
|
13982
|
-
}
|
|
13983
|
-
],
|
|
13984
|
-
"default": "false",
|
|
13985
|
-
"deprecation": "This prop should not be used anymore. Set prop `appearance` to \"light\" instead.",
|
|
13986
|
-
"values": [
|
|
13987
|
-
{
|
|
13988
|
-
"type": "boolean"
|
|
13989
|
-
}
|
|
13990
|
-
],
|
|
13991
|
-
"optional": true,
|
|
13992
|
-
"required": false
|
|
13993
|
-
},
|
|
13994
12834
|
{
|
|
13995
12835
|
"name": "variant",
|
|
13996
12836
|
"type": "\"circle\" | \"rectangle\" | \"text\"",
|
|
@@ -14043,7 +12883,7 @@
|
|
|
14043
12883
|
"filePath": "src/components/ic-status-tag/ic-status-tag.tsx",
|
|
14044
12884
|
"encapsulation": "shadow",
|
|
14045
12885
|
"tag": "ic-status-tag",
|
|
14046
|
-
"readme": "# ic-status-tag\
|
|
12886
|
+
"readme": "# ic-status-tag\n\n\n",
|
|
14047
12887
|
"docs": "",
|
|
14048
12888
|
"docsTags": [],
|
|
14049
12889
|
"usage": {},
|
|
@@ -14070,44 +12910,6 @@
|
|
|
14070
12910
|
"optional": true,
|
|
14071
12911
|
"required": false
|
|
14072
12912
|
},
|
|
14073
|
-
{
|
|
14074
|
-
"name": "appearance",
|
|
14075
|
-
"type": "\"filled\" | \"outlined\"",
|
|
14076
|
-
"complexType": {
|
|
14077
|
-
"original": "IcStatusTagAppearance",
|
|
14078
|
-
"resolved": "\"filled\" | \"outlined\"",
|
|
14079
|
-
"references": {
|
|
14080
|
-
"IcStatusTagAppearance": {
|
|
14081
|
-
"location": "import",
|
|
14082
|
-
"path": "./ic-status-tag.types",
|
|
14083
|
-
"id": "src/components/ic-status-tag/ic-status-tag.types.ts::IcStatusTagAppearance"
|
|
14084
|
-
}
|
|
14085
|
-
}
|
|
14086
|
-
},
|
|
14087
|
-
"mutable": false,
|
|
14088
|
-
"attr": "appearance",
|
|
14089
|
-
"reflectToAttr": false,
|
|
14090
|
-
"docs": "",
|
|
14091
|
-
"docsTags": [
|
|
14092
|
-
{
|
|
14093
|
-
"name": "deprecated",
|
|
14094
|
-
"text": "This prop should not be used anymore. Use variant prop instead."
|
|
14095
|
-
}
|
|
14096
|
-
],
|
|
14097
|
-
"deprecation": "This prop should not be used anymore. Use variant prop instead.",
|
|
14098
|
-
"values": [
|
|
14099
|
-
{
|
|
14100
|
-
"value": "filled",
|
|
14101
|
-
"type": "string"
|
|
14102
|
-
},
|
|
14103
|
-
{
|
|
14104
|
-
"value": "outlined",
|
|
14105
|
-
"type": "string"
|
|
14106
|
-
}
|
|
14107
|
-
],
|
|
14108
|
-
"optional": true,
|
|
14109
|
-
"required": false
|
|
14110
|
-
},
|
|
14111
12913
|
{
|
|
14112
12914
|
"name": "label",
|
|
14113
12915
|
"type": "string",
|
|
@@ -14166,34 +12968,6 @@
|
|
|
14166
12968
|
"optional": true,
|
|
14167
12969
|
"required": false
|
|
14168
12970
|
},
|
|
14169
|
-
{
|
|
14170
|
-
"name": "small",
|
|
14171
|
-
"type": "boolean",
|
|
14172
|
-
"complexType": {
|
|
14173
|
-
"original": "boolean",
|
|
14174
|
-
"resolved": "boolean",
|
|
14175
|
-
"references": {}
|
|
14176
|
-
},
|
|
14177
|
-
"mutable": false,
|
|
14178
|
-
"attr": "small",
|
|
14179
|
-
"reflectToAttr": false,
|
|
14180
|
-
"docs": "",
|
|
14181
|
-
"docsTags": [
|
|
14182
|
-
{
|
|
14183
|
-
"name": "deprecated",
|
|
14184
|
-
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
14185
|
-
}
|
|
14186
|
-
],
|
|
14187
|
-
"default": "false",
|
|
14188
|
-
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
14189
|
-
"values": [
|
|
14190
|
-
{
|
|
14191
|
-
"type": "boolean"
|
|
14192
|
-
}
|
|
14193
|
-
],
|
|
14194
|
-
"optional": true,
|
|
14195
|
-
"required": false
|
|
14196
|
-
},
|
|
14197
12971
|
{
|
|
14198
12972
|
"name": "status",
|
|
14199
12973
|
"type": "\"danger\" | \"neutral\" | \"success\" | \"warning\"",
|
|
@@ -14289,13 +13063,34 @@
|
|
|
14289
13063
|
"filePath": "src/components/ic-step/ic-step.tsx",
|
|
14290
13064
|
"encapsulation": "shadow",
|
|
14291
13065
|
"tag": "ic-step",
|
|
14292
|
-
"readme": "# ic-step\
|
|
13066
|
+
"readme": "# ic-step\n\n\n",
|
|
14293
13067
|
"docs": "",
|
|
14294
13068
|
"docsTags": [],
|
|
14295
13069
|
"usage": {},
|
|
14296
13070
|
"props": [
|
|
14297
13071
|
{
|
|
14298
|
-
"name": "
|
|
13072
|
+
"name": "heading",
|
|
13073
|
+
"type": "string",
|
|
13074
|
+
"complexType": {
|
|
13075
|
+
"original": "string",
|
|
13076
|
+
"resolved": "string",
|
|
13077
|
+
"references": {}
|
|
13078
|
+
},
|
|
13079
|
+
"mutable": false,
|
|
13080
|
+
"attr": "heading",
|
|
13081
|
+
"reflectToAttr": false,
|
|
13082
|
+
"docs": "The title of the step within the stepper.",
|
|
13083
|
+
"docsTags": [],
|
|
13084
|
+
"values": [
|
|
13085
|
+
{
|
|
13086
|
+
"type": "string"
|
|
13087
|
+
}
|
|
13088
|
+
],
|
|
13089
|
+
"optional": true,
|
|
13090
|
+
"required": false
|
|
13091
|
+
},
|
|
13092
|
+
{
|
|
13093
|
+
"name": "status",
|
|
14299
13094
|
"type": "\"optional\" | \"required\"",
|
|
14300
13095
|
"complexType": {
|
|
14301
13096
|
"original": "IcStepStatuses",
|
|
@@ -14309,7 +13104,7 @@
|
|
|
14309
13104
|
}
|
|
14310
13105
|
},
|
|
14311
13106
|
"mutable": false,
|
|
14312
|
-
"attr": "
|
|
13107
|
+
"attr": "status",
|
|
14313
13108
|
"reflectToAttr": false,
|
|
14314
13109
|
"docs": "The status of the step. Use this prop to display a status message on the step if it is required or optional.",
|
|
14315
13110
|
"docsTags": [],
|
|
@@ -14327,7 +13122,7 @@
|
|
|
14327
13122
|
"required": false
|
|
14328
13123
|
},
|
|
14329
13124
|
{
|
|
14330
|
-
"name": "
|
|
13125
|
+
"name": "subheading",
|
|
14331
13126
|
"type": "string",
|
|
14332
13127
|
"complexType": {
|
|
14333
13128
|
"original": "string",
|
|
@@ -14335,7 +13130,7 @@
|
|
|
14335
13130
|
"references": {}
|
|
14336
13131
|
},
|
|
14337
13132
|
"mutable": false,
|
|
14338
|
-
"attr": "
|
|
13133
|
+
"attr": "subheading",
|
|
14339
13134
|
"reflectToAttr": false,
|
|
14340
13135
|
"docs": "Additional information about the step. Use this prop to override the default step status messaging displayed when selecting a step type or step status.",
|
|
14341
13136
|
"docsTags": [],
|
|
@@ -14348,28 +13143,7 @@
|
|
|
14348
13143
|
"required": false
|
|
14349
13144
|
},
|
|
14350
13145
|
{
|
|
14351
|
-
"name": "
|
|
14352
|
-
"type": "string",
|
|
14353
|
-
"complexType": {
|
|
14354
|
-
"original": "string",
|
|
14355
|
-
"resolved": "string",
|
|
14356
|
-
"references": {}
|
|
14357
|
-
},
|
|
14358
|
-
"mutable": false,
|
|
14359
|
-
"attr": "step-title",
|
|
14360
|
-
"reflectToAttr": false,
|
|
14361
|
-
"docs": "The title of the step within the stepper.",
|
|
14362
|
-
"docsTags": [],
|
|
14363
|
-
"values": [
|
|
14364
|
-
{
|
|
14365
|
-
"type": "string"
|
|
14366
|
-
}
|
|
14367
|
-
],
|
|
14368
|
-
"optional": true,
|
|
14369
|
-
"required": false
|
|
14370
|
-
},
|
|
14371
|
-
{
|
|
14372
|
-
"name": "stepType",
|
|
13146
|
+
"name": "type",
|
|
14373
13147
|
"type": "\"active\" | \"completed\" | \"current\" | \"disabled\"",
|
|
14374
13148
|
"complexType": {
|
|
14375
13149
|
"original": "IcStepTypes",
|
|
@@ -14383,7 +13157,7 @@
|
|
|
14383
13157
|
}
|
|
14384
13158
|
},
|
|
14385
13159
|
"mutable": false,
|
|
14386
|
-
"attr": "
|
|
13160
|
+
"attr": "type",
|
|
14387
13161
|
"reflectToAttr": false,
|
|
14388
13162
|
"docs": "The state of the step within the stepper.",
|
|
14389
13163
|
"docsTags": [],
|
|
@@ -14435,7 +13209,7 @@
|
|
|
14435
13209
|
"filePath": "src/components/ic-stepper/ic-stepper.tsx",
|
|
14436
13210
|
"encapsulation": "shadow",
|
|
14437
13211
|
"tag": "ic-stepper",
|
|
14438
|
-
"readme": "# ic-stepper\
|
|
13212
|
+
"readme": "# ic-stepper\n\nThis is a wrapper component to be placed around one or more ic-step components\n",
|
|
14439
13213
|
"docs": "This is a wrapper component to be placed around one or more ic-step components",
|
|
14440
13214
|
"docsTags": [],
|
|
14441
13215
|
"usage": {},
|
|
@@ -14592,7 +13366,7 @@
|
|
|
14592
13366
|
"filePath": "src/components/ic-switch/ic-switch.tsx",
|
|
14593
13367
|
"encapsulation": "shadow",
|
|
14594
13368
|
"tag": "ic-switch",
|
|
14595
|
-
"readme": "# ic-switch\
|
|
13369
|
+
"readme": "# ic-switch\n\n\n",
|
|
14596
13370
|
"docs": "",
|
|
14597
13371
|
"docsTags": [
|
|
14598
13372
|
{
|
|
@@ -14788,34 +13562,6 @@
|
|
|
14788
13562
|
"optional": true,
|
|
14789
13563
|
"required": false
|
|
14790
13564
|
},
|
|
14791
|
-
{
|
|
14792
|
-
"name": "small",
|
|
14793
|
-
"type": "boolean",
|
|
14794
|
-
"complexType": {
|
|
14795
|
-
"original": "boolean",
|
|
14796
|
-
"resolved": "boolean",
|
|
14797
|
-
"references": {}
|
|
14798
|
-
},
|
|
14799
|
-
"mutable": false,
|
|
14800
|
-
"attr": "small",
|
|
14801
|
-
"reflectToAttr": false,
|
|
14802
|
-
"docs": "",
|
|
14803
|
-
"docsTags": [
|
|
14804
|
-
{
|
|
14805
|
-
"name": "deprecated",
|
|
14806
|
-
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
14807
|
-
}
|
|
14808
|
-
],
|
|
14809
|
-
"default": "false",
|
|
14810
|
-
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
14811
|
-
"values": [
|
|
14812
|
-
{
|
|
14813
|
-
"type": "boolean"
|
|
14814
|
-
}
|
|
14815
|
-
],
|
|
14816
|
-
"optional": true,
|
|
14817
|
-
"required": false
|
|
14818
|
-
},
|
|
14819
13565
|
{
|
|
14820
13566
|
"name": "value",
|
|
14821
13567
|
"type": "string",
|
|
@@ -14941,7 +13687,7 @@
|
|
|
14941
13687
|
"filePath": "src/components/ic-tab/ic-tab.tsx",
|
|
14942
13688
|
"encapsulation": "shadow",
|
|
14943
13689
|
"tag": "ic-tab",
|
|
14944
|
-
"readme": "# ic-tab\
|
|
13690
|
+
"readme": "# ic-tab\n\n\n",
|
|
14945
13691
|
"docs": "",
|
|
14946
13692
|
"docsTags": [
|
|
14947
13693
|
{
|
|
@@ -15030,7 +13776,7 @@
|
|
|
15030
13776
|
"filePath": "src/components/ic-tab-context/ic-tab-context.tsx",
|
|
15031
13777
|
"encapsulation": "none",
|
|
15032
13778
|
"tag": "ic-tab-context",
|
|
15033
|
-
"readme": "# ic-tab-context\
|
|
13779
|
+
"readme": "# ic-tab-context\n\n\n",
|
|
15034
13780
|
"docs": "",
|
|
15035
13781
|
"docsTags": [],
|
|
15036
13782
|
"usage": {},
|
|
@@ -15141,34 +13887,14 @@
|
|
|
15141
13887
|
"type": "number"
|
|
15142
13888
|
}
|
|
15143
13889
|
],
|
|
15144
|
-
"optional": true,
|
|
15145
|
-
"required": false
|
|
15146
|
-
}
|
|
15147
|
-
],
|
|
15148
|
-
"methods": [],
|
|
15149
|
-
"events": [
|
|
15150
|
-
{
|
|
15151
|
-
"event": "icTabSelect",
|
|
15152
|
-
"detail": "IcTabSelectEventDetail",
|
|
15153
|
-
"bubbles": false,
|
|
15154
|
-
"complexType": {
|
|
15155
|
-
"original": "IcTabSelectEventDetail",
|
|
15156
|
-
"resolved": "IcTabSelectEventDetail",
|
|
15157
|
-
"references": {
|
|
15158
|
-
"IcTabSelectEventDetail": {
|
|
15159
|
-
"location": "import",
|
|
15160
|
-
"path": "../ic-tab/ic-tab.types",
|
|
15161
|
-
"id": "src/components/ic-tab/ic-tab.types.ts::IcTabSelectEventDetail"
|
|
15162
|
-
}
|
|
15163
|
-
}
|
|
15164
|
-
},
|
|
15165
|
-
"cancelable": true,
|
|
15166
|
-
"composed": true,
|
|
15167
|
-
"docs": "Emitted when a user selects a tab.",
|
|
15168
|
-
"docsTags": []
|
|
15169
|
-
},
|
|
13890
|
+
"optional": true,
|
|
13891
|
+
"required": false
|
|
13892
|
+
}
|
|
13893
|
+
],
|
|
13894
|
+
"methods": [],
|
|
13895
|
+
"events": [
|
|
15170
13896
|
{
|
|
15171
|
-
"event": "
|
|
13897
|
+
"event": "icTabSelect",
|
|
15172
13898
|
"detail": "IcTabSelectEventDetail",
|
|
15173
13899
|
"bubbles": false,
|
|
15174
13900
|
"complexType": {
|
|
@@ -15184,14 +13910,8 @@
|
|
|
15184
13910
|
},
|
|
15185
13911
|
"cancelable": true,
|
|
15186
13912
|
"composed": true,
|
|
15187
|
-
"docs": "",
|
|
15188
|
-
"docsTags": [
|
|
15189
|
-
{
|
|
15190
|
-
"name": "deprecated",
|
|
15191
|
-
"text": "This event should not be used anymore. Use icTabSelect instead."
|
|
15192
|
-
}
|
|
15193
|
-
],
|
|
15194
|
-
"deprecation": "This event should not be used anymore. Use icTabSelect instead."
|
|
13913
|
+
"docs": "Emitted when a user selects a tab.",
|
|
13914
|
+
"docsTags": []
|
|
15195
13915
|
}
|
|
15196
13916
|
],
|
|
15197
13917
|
"listeners": [
|
|
@@ -15227,39 +13947,11 @@
|
|
|
15227
13947
|
"filePath": "src/components/ic-tab-group/ic-tab-group.tsx",
|
|
15228
13948
|
"encapsulation": "shadow",
|
|
15229
13949
|
"tag": "ic-tab-group",
|
|
15230
|
-
"readme": "# ic-tab-group\
|
|
13950
|
+
"readme": "# ic-tab-group\n\n\n",
|
|
15231
13951
|
"docs": "",
|
|
15232
13952
|
"docsTags": [],
|
|
15233
13953
|
"usage": {},
|
|
15234
13954
|
"props": [
|
|
15235
|
-
{
|
|
15236
|
-
"name": "contextId",
|
|
15237
|
-
"type": "string",
|
|
15238
|
-
"complexType": {
|
|
15239
|
-
"original": "string",
|
|
15240
|
-
"resolved": "string",
|
|
15241
|
-
"references": {}
|
|
15242
|
-
},
|
|
15243
|
-
"mutable": false,
|
|
15244
|
-
"attr": "context-id",
|
|
15245
|
-
"reflectToAttr": true,
|
|
15246
|
-
"docs": "",
|
|
15247
|
-
"docsTags": [
|
|
15248
|
-
{
|
|
15249
|
-
"name": "deprecated",
|
|
15250
|
-
"text": "This is no longer required.\nThe context id is passed down from `ic-tab-context`"
|
|
15251
|
-
}
|
|
15252
|
-
],
|
|
15253
|
-
"default": "\"default\"",
|
|
15254
|
-
"deprecation": "This is no longer required.\nThe context id is passed down from `ic-tab-context`",
|
|
15255
|
-
"values": [
|
|
15256
|
-
{
|
|
15257
|
-
"type": "string"
|
|
15258
|
-
}
|
|
15259
|
-
],
|
|
15260
|
-
"optional": true,
|
|
15261
|
-
"required": false
|
|
15262
|
-
},
|
|
15263
13955
|
{
|
|
15264
13956
|
"name": "inline",
|
|
15265
13957
|
"type": "boolean",
|
|
@@ -15337,40 +14029,11 @@
|
|
|
15337
14029
|
"filePath": "src/components/ic-tab-panel/ic-tab-panel.tsx",
|
|
15338
14030
|
"encapsulation": "shadow",
|
|
15339
14031
|
"tag": "ic-tab-panel",
|
|
15340
|
-
"readme": "# ic-tab-panel\
|
|
14032
|
+
"readme": "# ic-tab-panel\n\n\n",
|
|
15341
14033
|
"docs": "",
|
|
15342
14034
|
"docsTags": [],
|
|
15343
14035
|
"usage": {},
|
|
15344
|
-
"props": [
|
|
15345
|
-
{
|
|
15346
|
-
"name": "contextId",
|
|
15347
|
-
"type": "string",
|
|
15348
|
-
"complexType": {
|
|
15349
|
-
"original": "string",
|
|
15350
|
-
"resolved": "string",
|
|
15351
|
-
"references": {}
|
|
15352
|
-
},
|
|
15353
|
-
"mutable": false,
|
|
15354
|
-
"attr": "context-id",
|
|
15355
|
-
"reflectToAttr": true,
|
|
15356
|
-
"docs": "",
|
|
15357
|
-
"docsTags": [
|
|
15358
|
-
{
|
|
15359
|
-
"name": "deprecated",
|
|
15360
|
-
"text": "This is no longer required.\nThe context id is passed down from `ic-tab-context`"
|
|
15361
|
-
}
|
|
15362
|
-
],
|
|
15363
|
-
"default": "\"default\"",
|
|
15364
|
-
"deprecation": "This is no longer required.\nThe context id is passed down from `ic-tab-context`",
|
|
15365
|
-
"values": [
|
|
15366
|
-
{
|
|
15367
|
-
"type": "string"
|
|
15368
|
-
}
|
|
15369
|
-
],
|
|
15370
|
-
"optional": true,
|
|
15371
|
-
"required": false
|
|
15372
|
-
}
|
|
15373
|
-
],
|
|
14036
|
+
"props": [],
|
|
15374
14037
|
"methods": [],
|
|
15375
14038
|
"events": [],
|
|
15376
14039
|
"listeners": [],
|
|
@@ -15385,7 +14048,7 @@
|
|
|
15385
14048
|
"filePath": "src/components/ic-text-field/ic-text-field.tsx",
|
|
15386
14049
|
"encapsulation": "shadow",
|
|
15387
14050
|
"tag": "ic-text-field",
|
|
15388
|
-
"readme": "# ic-textfield\
|
|
14051
|
+
"readme": "# ic-textfield\n\n\n",
|
|
15389
14052
|
"docs": "",
|
|
15390
14053
|
"docsTags": [
|
|
15391
14054
|
{
|
|
@@ -15801,6 +14464,28 @@
|
|
|
15801
14464
|
"optional": false,
|
|
15802
14465
|
"required": false
|
|
15803
14466
|
},
|
|
14467
|
+
{
|
|
14468
|
+
"name": "hideCharCount",
|
|
14469
|
+
"type": "boolean",
|
|
14470
|
+
"complexType": {
|
|
14471
|
+
"original": "boolean",
|
|
14472
|
+
"resolved": "boolean",
|
|
14473
|
+
"references": {}
|
|
14474
|
+
},
|
|
14475
|
+
"mutable": false,
|
|
14476
|
+
"attr": "hide-char-count",
|
|
14477
|
+
"reflectToAttr": false,
|
|
14478
|
+
"docs": "If `true`, the character count which is displayed when `maxCharacters` is set will be visually hidden.",
|
|
14479
|
+
"docsTags": [],
|
|
14480
|
+
"default": "false",
|
|
14481
|
+
"values": [
|
|
14482
|
+
{
|
|
14483
|
+
"type": "boolean"
|
|
14484
|
+
}
|
|
14485
|
+
],
|
|
14486
|
+
"optional": false,
|
|
14487
|
+
"required": false
|
|
14488
|
+
},
|
|
15804
14489
|
{
|
|
15805
14490
|
"name": "hideLabel",
|
|
15806
14491
|
"type": "boolean",
|
|
@@ -15959,29 +14644,7 @@
|
|
|
15959
14644
|
"mutable": false,
|
|
15960
14645
|
"attr": "max-characters",
|
|
15961
14646
|
"reflectToAttr": false,
|
|
15962
|
-
"docs": "The
|
|
15963
|
-
"docsTags": [],
|
|
15964
|
-
"default": "0",
|
|
15965
|
-
"values": [
|
|
15966
|
-
{
|
|
15967
|
-
"type": "number"
|
|
15968
|
-
}
|
|
15969
|
-
],
|
|
15970
|
-
"optional": false,
|
|
15971
|
-
"required": false
|
|
15972
|
-
},
|
|
15973
|
-
{
|
|
15974
|
-
"name": "maxLength",
|
|
15975
|
-
"type": "number",
|
|
15976
|
-
"complexType": {
|
|
15977
|
-
"original": "number",
|
|
15978
|
-
"resolved": "number",
|
|
15979
|
-
"references": {}
|
|
15980
|
-
},
|
|
15981
|
-
"mutable": false,
|
|
15982
|
-
"attr": "max-length",
|
|
15983
|
-
"reflectToAttr": false,
|
|
15984
|
-
"docs": "The count of characters in the field. Will display a warning if the bound is reached.",
|
|
14647
|
+
"docs": "The count of characters in the field. Will display a warning if the bound is reached. (NOTE: If the value of the text field has been set using the `value` prop, it will be truncated to this number of characters)",
|
|
15985
14648
|
"docsTags": [],
|
|
15986
14649
|
"default": "0",
|
|
15987
14650
|
"values": [
|
|
@@ -16204,34 +14867,6 @@
|
|
|
16204
14867
|
"optional": true,
|
|
16205
14868
|
"required": false
|
|
16206
14869
|
},
|
|
16207
|
-
{
|
|
16208
|
-
"name": "small",
|
|
16209
|
-
"type": "boolean",
|
|
16210
|
-
"complexType": {
|
|
16211
|
-
"original": "boolean",
|
|
16212
|
-
"resolved": "boolean",
|
|
16213
|
-
"references": {}
|
|
16214
|
-
},
|
|
16215
|
-
"mutable": false,
|
|
16216
|
-
"attr": "small",
|
|
16217
|
-
"reflectToAttr": false,
|
|
16218
|
-
"docs": "",
|
|
16219
|
-
"docsTags": [
|
|
16220
|
-
{
|
|
16221
|
-
"name": "deprecated",
|
|
16222
|
-
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
16223
|
-
}
|
|
16224
|
-
],
|
|
16225
|
-
"default": "false",
|
|
16226
|
-
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
16227
|
-
"values": [
|
|
16228
|
-
{
|
|
16229
|
-
"type": "boolean"
|
|
16230
|
-
}
|
|
16231
|
-
],
|
|
16232
|
-
"optional": true,
|
|
16233
|
-
"required": false
|
|
16234
|
-
},
|
|
16235
14870
|
{
|
|
16236
14871
|
"name": "spellcheck",
|
|
16237
14872
|
"type": "boolean",
|
|
@@ -16593,7 +15228,7 @@
|
|
|
16593
15228
|
"filePath": "src/components/ic-theme/ic-theme.tsx",
|
|
16594
15229
|
"encapsulation": "shadow",
|
|
16595
15230
|
"tag": "ic-theme",
|
|
16596
|
-
"readme": "# ic-theme\
|
|
15231
|
+
"readme": "# ic-theme\n\n\n",
|
|
16597
15232
|
"docs": "",
|
|
16598
15233
|
"docsTags": [],
|
|
16599
15234
|
"usage": {},
|
|
@@ -16647,7 +15282,7 @@
|
|
|
16647
15282
|
"filePath": "src/components/ic-toast/ic-toast.tsx",
|
|
16648
15283
|
"encapsulation": "shadow",
|
|
16649
15284
|
"tag": "ic-toast",
|
|
16650
|
-
"readme": "# ic-toast\
|
|
15285
|
+
"readme": "# ic-toast\n\n\n",
|
|
16651
15286
|
"docs": "",
|
|
16652
15287
|
"docsTags": [
|
|
16653
15288
|
{
|
|
@@ -16926,7 +15561,7 @@
|
|
|
16926
15561
|
"filePath": "src/components/ic-toast-region/ic-toast-region.tsx",
|
|
16927
15562
|
"encapsulation": "none",
|
|
16928
15563
|
"tag": "ic-toast-region",
|
|
16929
|
-
"readme": "# ic-toast-region\
|
|
15564
|
+
"readme": "# ic-toast-region\n\n\n",
|
|
16930
15565
|
"docs": "",
|
|
16931
15566
|
"docsTags": [],
|
|
16932
15567
|
"usage": {},
|
|
@@ -16957,56 +15592,7 @@
|
|
|
16957
15592
|
"required": false
|
|
16958
15593
|
}
|
|
16959
15594
|
],
|
|
16960
|
-
"methods": [
|
|
16961
|
-
{
|
|
16962
|
-
"name": "setVisible",
|
|
16963
|
-
"returns": {
|
|
16964
|
-
"type": "Promise<void>",
|
|
16965
|
-
"docs": ""
|
|
16966
|
-
},
|
|
16967
|
-
"complexType": {
|
|
16968
|
-
"signature": "(toast: HTMLIcToastElement) => Promise<void>",
|
|
16969
|
-
"parameters": [
|
|
16970
|
-
{
|
|
16971
|
-
"name": "toast",
|
|
16972
|
-
"type": "HTMLIcToastElement",
|
|
16973
|
-
"docs": "The toast component to display"
|
|
16974
|
-
}
|
|
16975
|
-
],
|
|
16976
|
-
"references": {
|
|
16977
|
-
"Promise": {
|
|
16978
|
-
"location": "global",
|
|
16979
|
-
"id": "global::Promise"
|
|
16980
|
-
},
|
|
16981
|
-
"HTMLIcToastElement": {
|
|
16982
|
-
"location": "global",
|
|
16983
|
-
"id": "global::HTMLIcToastElement"
|
|
16984
|
-
}
|
|
16985
|
-
},
|
|
16986
|
-
"return": "Promise<void>"
|
|
16987
|
-
},
|
|
16988
|
-
"signature": "setVisible(toast: HTMLIcToastElement) => Promise<void>",
|
|
16989
|
-
"parameters": [
|
|
16990
|
-
{
|
|
16991
|
-
"name": "toast",
|
|
16992
|
-
"type": "HTMLIcToastElement",
|
|
16993
|
-
"docs": "The toast component to display"
|
|
16994
|
-
}
|
|
16995
|
-
],
|
|
16996
|
-
"docs": "",
|
|
16997
|
-
"docsTags": [
|
|
16998
|
-
{
|
|
16999
|
-
"name": "deprecated",
|
|
17000
|
-
"text": "Use openToast prop to display toast instead."
|
|
17001
|
-
},
|
|
17002
|
-
{
|
|
17003
|
-
"name": "param",
|
|
17004
|
-
"text": "toast The toast component to display"
|
|
17005
|
-
}
|
|
17006
|
-
],
|
|
17007
|
-
"deprecation": "Use openToast prop to display toast instead."
|
|
17008
|
-
}
|
|
17009
|
-
],
|
|
15595
|
+
"methods": [],
|
|
17010
15596
|
"events": [],
|
|
17011
15597
|
"listeners": [
|
|
17012
15598
|
{
|
|
@@ -17026,7 +15612,7 @@
|
|
|
17026
15612
|
"filePath": "src/components/ic-toggle-button/ic-toggle-button.tsx",
|
|
17027
15613
|
"encapsulation": "shadow",
|
|
17028
15614
|
"tag": "ic-toggle-button",
|
|
17029
|
-
"readme": "# ic-toggle-button\
|
|
15615
|
+
"readme": "# ic-toggle-button\n\n\n",
|
|
17030
15616
|
"docs": "",
|
|
17031
15617
|
"docsTags": [
|
|
17032
15618
|
{
|
|
@@ -17098,6 +15684,28 @@
|
|
|
17098
15684
|
"optional": true,
|
|
17099
15685
|
"required": false
|
|
17100
15686
|
},
|
|
15687
|
+
{
|
|
15688
|
+
"name": "checked",
|
|
15689
|
+
"type": "boolean",
|
|
15690
|
+
"complexType": {
|
|
15691
|
+
"original": "boolean",
|
|
15692
|
+
"resolved": "boolean",
|
|
15693
|
+
"references": {}
|
|
15694
|
+
},
|
|
15695
|
+
"mutable": true,
|
|
15696
|
+
"attr": "checked",
|
|
15697
|
+
"reflectToAttr": true,
|
|
15698
|
+
"docs": "If `true`, the toggle button will be in a checked state.",
|
|
15699
|
+
"docsTags": [],
|
|
15700
|
+
"default": "false",
|
|
15701
|
+
"values": [
|
|
15702
|
+
{
|
|
15703
|
+
"type": "boolean"
|
|
15704
|
+
}
|
|
15705
|
+
],
|
|
15706
|
+
"optional": false,
|
|
15707
|
+
"required": false
|
|
15708
|
+
},
|
|
17101
15709
|
{
|
|
17102
15710
|
"name": "disabled",
|
|
17103
15711
|
"type": "boolean",
|
|
@@ -17252,28 +15860,6 @@
|
|
|
17252
15860
|
"optional": true,
|
|
17253
15861
|
"required": false
|
|
17254
15862
|
},
|
|
17255
|
-
{
|
|
17256
|
-
"name": "toggleChecked",
|
|
17257
|
-
"type": "boolean",
|
|
17258
|
-
"complexType": {
|
|
17259
|
-
"original": "boolean",
|
|
17260
|
-
"resolved": "boolean",
|
|
17261
|
-
"references": {}
|
|
17262
|
-
},
|
|
17263
|
-
"mutable": true,
|
|
17264
|
-
"attr": "toggle-checked",
|
|
17265
|
-
"reflectToAttr": true,
|
|
17266
|
-
"docs": "If `true`, the toggle button will be in a checked state.",
|
|
17267
|
-
"docsTags": [],
|
|
17268
|
-
"default": "false",
|
|
17269
|
-
"values": [
|
|
17270
|
-
{
|
|
17271
|
-
"type": "boolean"
|
|
17272
|
-
}
|
|
17273
|
-
],
|
|
17274
|
-
"optional": false,
|
|
17275
|
-
"required": false
|
|
17276
|
-
},
|
|
17277
15863
|
{
|
|
17278
15864
|
"name": "variant",
|
|
17279
15865
|
"type": "\"default\" | \"icon\"",
|
|
@@ -17362,7 +15948,7 @@
|
|
|
17362
15948
|
"filePath": "src/components/ic-toggle-button-group/ic-toggle-button-group.tsx",
|
|
17363
15949
|
"encapsulation": "shadow",
|
|
17364
15950
|
"tag": "ic-toggle-button-group",
|
|
17365
|
-
"readme": "# ic-toggle-button-group\
|
|
15951
|
+
"readme": "# ic-toggle-button-group\n\n\n",
|
|
17366
15952
|
"docs": "",
|
|
17367
15953
|
"docsTags": [],
|
|
17368
15954
|
"usage": {},
|
|
@@ -17694,7 +16280,7 @@
|
|
|
17694
16280
|
"filePath": "src/components/ic-tooltip/ic-tooltip.tsx",
|
|
17695
16281
|
"encapsulation": "shadow",
|
|
17696
16282
|
"tag": "ic-tooltip",
|
|
17697
|
-
"readme": "# ic-tooltip\
|
|
16283
|
+
"readme": "# ic-tooltip\n\n\n",
|
|
17698
16284
|
"docs": "",
|
|
17699
16285
|
"docsTags": [],
|
|
17700
16286
|
"usage": {},
|
|
@@ -17919,9 +16505,8 @@
|
|
|
17919
16505
|
"slots": [],
|
|
17920
16506
|
"parts": [],
|
|
17921
16507
|
"dependents": [
|
|
17922
|
-
"ic-back-to-top",
|
|
17923
16508
|
"ic-button",
|
|
17924
|
-
"ic-card",
|
|
16509
|
+
"ic-card-vertical",
|
|
17925
16510
|
"ic-chip",
|
|
17926
16511
|
"ic-navigation-item"
|
|
17927
16512
|
],
|
|
@@ -17932,13 +16517,10 @@
|
|
|
17932
16517
|
"ic-tooltip": [
|
|
17933
16518
|
"ic-typography"
|
|
17934
16519
|
],
|
|
17935
|
-
"ic-back-to-top": [
|
|
17936
|
-
"ic-tooltip"
|
|
17937
|
-
],
|
|
17938
16520
|
"ic-button": [
|
|
17939
16521
|
"ic-tooltip"
|
|
17940
16522
|
],
|
|
17941
|
-
"ic-card": [
|
|
16523
|
+
"ic-card-vertical": [
|
|
17942
16524
|
"ic-tooltip"
|
|
17943
16525
|
],
|
|
17944
16526
|
"ic-chip": [
|
|
@@ -17953,7 +16535,7 @@
|
|
|
17953
16535
|
"filePath": "src/components/ic-top-navigation/ic-top-navigation.tsx",
|
|
17954
16536
|
"encapsulation": "shadow",
|
|
17955
16537
|
"tag": "ic-top-navigation",
|
|
17956
|
-
"readme": "# ic-top-navigation\
|
|
16538
|
+
"readme": "# ic-top-navigation\n\n\n",
|
|
17957
16539
|
"docs": "",
|
|
17958
16540
|
"docsTags": [
|
|
17959
16541
|
{
|
|
@@ -18204,7 +16786,7 @@
|
|
|
18204
16786
|
"methods": [],
|
|
18205
16787
|
"events": [
|
|
18206
16788
|
{
|
|
18207
|
-
"event": "
|
|
16789
|
+
"event": "icTopNavResized",
|
|
18208
16790
|
"detail": "{ size: number; }",
|
|
18209
16791
|
"bubbles": true,
|
|
18210
16792
|
"complexType": {
|
|
@@ -18312,7 +16894,7 @@
|
|
|
18312
16894
|
"filePath": "src/components/ic-typography/ic-typography.tsx",
|
|
18313
16895
|
"encapsulation": "shadow",
|
|
18314
16896
|
"tag": "ic-typography",
|
|
18315
|
-
"readme": "# ic-typography\
|
|
16897
|
+
"readme": "# ic-typography\n\n\n",
|
|
18316
16898
|
"docs": "",
|
|
18317
16899
|
"docsTags": [],
|
|
18318
16900
|
"usage": {},
|
|
@@ -18548,13 +17130,12 @@
|
|
|
18548
17130
|
"ic-accordion",
|
|
18549
17131
|
"ic-accordion-group",
|
|
18550
17132
|
"ic-alert",
|
|
18551
|
-
"ic-back-to-top",
|
|
18552
17133
|
"ic-badge",
|
|
18553
|
-
"ic-card",
|
|
17134
|
+
"ic-card-vertical",
|
|
18554
17135
|
"ic-checkbox",
|
|
18555
17136
|
"ic-chip",
|
|
18556
17137
|
"ic-classification-banner",
|
|
18557
|
-
"ic-data-
|
|
17138
|
+
"ic-data-list",
|
|
18558
17139
|
"ic-data-row",
|
|
18559
17140
|
"ic-dialog",
|
|
18560
17141
|
"ic-empty-state",
|
|
@@ -18596,13 +17177,10 @@
|
|
|
18596
17177
|
"ic-alert": [
|
|
18597
17178
|
"ic-typography"
|
|
18598
17179
|
],
|
|
18599
|
-
"ic-back-to-top": [
|
|
18600
|
-
"ic-typography"
|
|
18601
|
-
],
|
|
18602
17180
|
"ic-badge": [
|
|
18603
17181
|
"ic-typography"
|
|
18604
17182
|
],
|
|
18605
|
-
"ic-card": [
|
|
17183
|
+
"ic-card-vertical": [
|
|
18606
17184
|
"ic-typography"
|
|
18607
17185
|
],
|
|
18608
17186
|
"ic-checkbox": [
|
|
@@ -18614,7 +17192,7 @@
|
|
|
18614
17192
|
"ic-classification-banner": [
|
|
18615
17193
|
"ic-typography"
|
|
18616
17194
|
],
|
|
18617
|
-
"ic-data-
|
|
17195
|
+
"ic-data-list": [
|
|
18618
17196
|
"ic-typography"
|
|
18619
17197
|
],
|
|
18620
17198
|
"ic-data-row": [
|
|
@@ -18743,6 +17321,21 @@
|
|
|
18743
17321
|
"docstring": "",
|
|
18744
17322
|
"path": "src/components/ic-footer/ic-footer.types.tsx"
|
|
18745
17323
|
},
|
|
17324
|
+
"src/components/ic-button/ic-button.types.ts::IcButtonTooltipPlacement": {
|
|
17325
|
+
"declaration": "export type IcButtonTooltipPlacement = \"top\" | \"right\" | \"bottom\" | \"left\";",
|
|
17326
|
+
"docstring": "",
|
|
17327
|
+
"path": "src/components/ic-button/ic-button.types.ts"
|
|
17328
|
+
},
|
|
17329
|
+
"src/components/ic-button/ic-button.types.ts::IcButtonTypes": {
|
|
17330
|
+
"declaration": "export type IcButtonTypes = \"reset\" | \"submit\" | \"button\";",
|
|
17331
|
+
"docstring": "",
|
|
17332
|
+
"path": "src/components/ic-button/ic-button.types.ts"
|
|
17333
|
+
},
|
|
17334
|
+
"src/components/ic-button/ic-button.types.ts::IcButtonVariants": {
|
|
17335
|
+
"declaration": "export type IcButtonVariants =\n | \"primary\"\n | \"secondary\"\n | \"tertiary\"\n | \"destructive\"\n | \"icon\"\n | \"icon-primary\"\n | \"icon-secondary\"\n | \"icon-tertiary\"\n | \"icon-destructive\";",
|
|
17336
|
+
"docstring": "",
|
|
17337
|
+
"path": "src/components/ic-button/ic-button.types.ts"
|
|
17338
|
+
},
|
|
18746
17339
|
"src/utils/types.ts::IcColor": {
|
|
18747
17340
|
"declaration": "export type IcColor = RGB | RGBA | HEX;",
|
|
18748
17341
|
"docstring": "",
|
|
@@ -18763,26 +17356,6 @@
|
|
|
18763
17356
|
"docstring": "",
|
|
18764
17357
|
"path": "src/components/ic-badge/ic-badge.types.ts"
|
|
18765
17358
|
},
|
|
18766
|
-
"src/components/ic-button/ic-button.types.ts::IcButtonTooltipPlacement": {
|
|
18767
|
-
"declaration": "export type IcButtonTooltipPlacement = \"top\" | \"right\" | \"bottom\" | \"left\";",
|
|
18768
|
-
"docstring": "",
|
|
18769
|
-
"path": "src/components/ic-button/ic-button.types.ts"
|
|
18770
|
-
},
|
|
18771
|
-
"src/components/ic-button/ic-button.types.ts::IcButtonTypes": {
|
|
18772
|
-
"declaration": "export type IcButtonTypes = \"reset\" | \"submit\" | \"button\";",
|
|
18773
|
-
"docstring": "",
|
|
18774
|
-
"path": "src/components/ic-button/ic-button.types.ts"
|
|
18775
|
-
},
|
|
18776
|
-
"src/components/ic-button/ic-button.types.ts::IcButtonVariants": {
|
|
18777
|
-
"declaration": "export type IcButtonVariants =\n | \"primary\"\n | \"secondary\"\n | \"tertiary\"\n | \"destructive\"\n | \"icon\"\n | \"icon-primary\"\n | \"icon-secondary\"\n | \"icon-tertiary\"\n | \"icon-destructive\";",
|
|
18778
|
-
"docstring": "",
|
|
18779
|
-
"path": "src/components/ic-button/ic-button.types.ts"
|
|
18780
|
-
},
|
|
18781
|
-
"src/components/ic-chip/ic-chip.types.ts::IcChipAppearance": {
|
|
18782
|
-
"declaration": "export type IcChipAppearance = \"filled\" | \"outline\";",
|
|
18783
|
-
"docstring": "",
|
|
18784
|
-
"path": "src/components/ic-chip/ic-chip.types.ts"
|
|
18785
|
-
},
|
|
18786
17359
|
"src/utils/types.ts::IcEmphasisType": {
|
|
18787
17360
|
"declaration": "export type IcEmphasisType = \"filled\" | \"outlined\";",
|
|
18788
17361
|
"docstring": "",
|
|
@@ -18953,16 +17526,16 @@
|
|
|
18953
17526
|
"docstring": "",
|
|
18954
17527
|
"path": "src/components/ic-radio-group/ic-radio-group.types.ts"
|
|
18955
17528
|
},
|
|
18956
|
-
"src/components/ic-search-bar/ic-search-bar.types.ts::IcSearchBarBlurEventDetail": {
|
|
18957
|
-
"declaration": "export interface IcSearchBarBlurEventDetail extends IcValueEventDetail {\n relatedTarget: IcRelatedTarget;\n}",
|
|
18958
|
-
"docstring": "",
|
|
18959
|
-
"path": "src/components/ic-search-bar/ic-search-bar.types.ts"
|
|
18960
|
-
},
|
|
18961
17529
|
"src/utils/types.ts::IcBlurEventDetail": {
|
|
18962
17530
|
"declaration": "export interface IcBlurEventDetail {\n relatedTarget: IcRelatedTarget;\n}",
|
|
18963
17531
|
"docstring": "",
|
|
18964
17532
|
"path": "src/utils/types.ts"
|
|
18965
17533
|
},
|
|
17534
|
+
"src/components/ic-search-bar/ic-search-bar.types.ts::IcSearchBarBlurEventDetail": {
|
|
17535
|
+
"declaration": "export interface IcSearchBarBlurEventDetail extends IcValueEventDetail {\n relatedTarget: IcRelatedTarget;\n}",
|
|
17536
|
+
"docstring": "",
|
|
17537
|
+
"path": "src/components/ic-search-bar/ic-search-bar.types.ts"
|
|
17538
|
+
},
|
|
18966
17539
|
"src/utils/types.ts::IcSearchMatchPositions": {
|
|
18967
17540
|
"declaration": "export type IcSearchMatchPositions = \"start\" | \"anywhere\";",
|
|
18968
17541
|
"docstring": "",
|
|
@@ -18973,11 +17546,6 @@
|
|
|
18973
17546
|
"docstring": "",
|
|
18974
17547
|
"path": "src/components/ic-skeleton/ic-skeleton.types.ts"
|
|
18975
17548
|
},
|
|
18976
|
-
"src/components/ic-status-tag/ic-status-tag.types.ts::IcStatusTagAppearance": {
|
|
18977
|
-
"declaration": "export type IcStatusTagAppearance = \"filled\" | \"outlined\";",
|
|
18978
|
-
"docstring": "",
|
|
18979
|
-
"path": "src/components/ic-status-tag/ic-status-tag.types.ts"
|
|
18980
|
-
},
|
|
18981
17549
|
"src/components/ic-status-tag/ic-status-tag.types.ts::IcStatusTagStatuses": {
|
|
18982
17550
|
"declaration": "export type IcStatusTagStatuses = \"neutral\" | \"success\" | \"warning\" | \"danger\";",
|
|
18983
17551
|
"docstring": "",
|
|
@@ -19029,7 +17597,7 @@
|
|
|
19029
17597
|
"path": "src/utils/types.ts"
|
|
19030
17598
|
},
|
|
19031
17599
|
"src/components/ic-toggle-button-group/ic-toggle-button-group.types.ts::IcChangeEventDetail": {
|
|
19032
|
-
"declaration": "export interface IcChangeEventDetail {\n
|
|
17600
|
+
"declaration": "export interface IcChangeEventDetail {\n checked: boolean[] | boolean;\n toggledOptions?: {\n toggleButton: HTMLIcToggleButtonElement;\n }[];\n selectedOption: HTMLIcToggleButtonElement;\n}",
|
|
19033
17601
|
"docstring": "",
|
|
19034
17602
|
"path": "src/components/ic-toggle-button-group/ic-toggle-button-group.types.ts"
|
|
19035
17603
|
}
|