@ukic/docs 2.13.3 → 3.0.0-alpha.2
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 +985 -2042
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -113,10 +113,10 @@
|
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
"name": "size",
|
|
116
|
-
"type": "\"
|
|
116
|
+
"type": "\"large\" | \"medium\" | \"small\"",
|
|
117
117
|
"complexType": {
|
|
118
118
|
"original": "IcSizes",
|
|
119
|
-
"resolved": "\"
|
|
119
|
+
"resolved": "\"large\" | \"medium\" | \"small\"",
|
|
120
120
|
"references": {
|
|
121
121
|
"IcSizes": {
|
|
122
122
|
"location": "import",
|
|
@@ -130,14 +130,14 @@
|
|
|
130
130
|
"reflectToAttr": false,
|
|
131
131
|
"docs": "The size of the accordion.",
|
|
132
132
|
"docsTags": [],
|
|
133
|
-
"default": "\"
|
|
133
|
+
"default": "\"medium\"",
|
|
134
134
|
"values": [
|
|
135
135
|
{
|
|
136
|
-
"value": "
|
|
136
|
+
"value": "large",
|
|
137
137
|
"type": "string"
|
|
138
138
|
},
|
|
139
139
|
{
|
|
140
|
-
"value": "
|
|
140
|
+
"value": "medium",
|
|
141
141
|
"type": "string"
|
|
142
142
|
},
|
|
143
143
|
{
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
"docsTags": [
|
|
207
207
|
{
|
|
208
208
|
"name": "slot",
|
|
209
|
-
"text": "
|
|
209
|
+
"text": "label - Content is placed as the accordion group title."
|
|
210
210
|
}
|
|
211
211
|
],
|
|
212
212
|
"usage": {},
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
"required": false
|
|
294
294
|
},
|
|
295
295
|
{
|
|
296
|
-
"name": "
|
|
296
|
+
"name": "label",
|
|
297
297
|
"type": "string",
|
|
298
298
|
"complexType": {
|
|
299
299
|
"original": "string",
|
|
@@ -301,7 +301,7 @@
|
|
|
301
301
|
"references": {}
|
|
302
302
|
},
|
|
303
303
|
"mutable": false,
|
|
304
|
-
"attr": "
|
|
304
|
+
"attr": "label",
|
|
305
305
|
"reflectToAttr": false,
|
|
306
306
|
"docs": "The header for the accordion group.",
|
|
307
307
|
"docsTags": [],
|
|
@@ -338,10 +338,10 @@
|
|
|
338
338
|
},
|
|
339
339
|
{
|
|
340
340
|
"name": "size",
|
|
341
|
-
"type": "\"
|
|
341
|
+
"type": "\"large\" | \"medium\" | \"small\"",
|
|
342
342
|
"complexType": {
|
|
343
343
|
"original": "IcSizes",
|
|
344
|
-
"resolved": "\"
|
|
344
|
+
"resolved": "\"large\" | \"medium\" | \"small\"",
|
|
345
345
|
"references": {
|
|
346
346
|
"IcSizes": {
|
|
347
347
|
"location": "import",
|
|
@@ -355,14 +355,14 @@
|
|
|
355
355
|
"reflectToAttr": false,
|
|
356
356
|
"docs": "The size of the accordion.",
|
|
357
357
|
"docsTags": [],
|
|
358
|
-
"default": "\"
|
|
358
|
+
"default": "\"medium\"",
|
|
359
359
|
"values": [
|
|
360
360
|
{
|
|
361
|
-
"value": "
|
|
361
|
+
"value": "large",
|
|
362
362
|
"type": "string"
|
|
363
363
|
},
|
|
364
364
|
{
|
|
365
|
-
"value": "
|
|
365
|
+
"value": "medium",
|
|
366
366
|
"type": "string"
|
|
367
367
|
},
|
|
368
368
|
{
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
"styles": [],
|
|
410
410
|
"slots": [
|
|
411
411
|
{
|
|
412
|
-
"name": "
|
|
412
|
+
"name": "label",
|
|
413
413
|
"docs": "Content is placed as the accordion group title."
|
|
414
414
|
}
|
|
415
415
|
],
|
|
@@ -637,26 +637,6 @@
|
|
|
637
637
|
],
|
|
638
638
|
"methods": [],
|
|
639
639
|
"events": [
|
|
640
|
-
{
|
|
641
|
-
"event": "dismiss",
|
|
642
|
-
"detail": "void",
|
|
643
|
-
"bubbles": true,
|
|
644
|
-
"complexType": {
|
|
645
|
-
"original": "void",
|
|
646
|
-
"resolved": "void",
|
|
647
|
-
"references": {}
|
|
648
|
-
},
|
|
649
|
-
"cancelable": true,
|
|
650
|
-
"composed": true,
|
|
651
|
-
"docs": "",
|
|
652
|
-
"docsTags": [
|
|
653
|
-
{
|
|
654
|
-
"name": "deprecated",
|
|
655
|
-
"text": "This event should not be used anymore. Use icDismiss instead."
|
|
656
|
-
}
|
|
657
|
-
],
|
|
658
|
-
"deprecation": "This event should not be used anymore. Use icDismiss instead."
|
|
659
|
-
},
|
|
660
640
|
{
|
|
661
641
|
"event": "icDismiss",
|
|
662
642
|
"detail": "void",
|
|
@@ -695,9 +675,7 @@
|
|
|
695
675
|
}
|
|
696
676
|
],
|
|
697
677
|
"parts": [],
|
|
698
|
-
"dependents": [
|
|
699
|
-
"ic-dialog"
|
|
700
|
-
],
|
|
678
|
+
"dependents": [],
|
|
701
679
|
"dependencies": [
|
|
702
680
|
"ic-typography",
|
|
703
681
|
"ic-button"
|
|
@@ -716,9 +694,6 @@
|
|
|
716
694
|
],
|
|
717
695
|
"ic-tooltip": [
|
|
718
696
|
"ic-typography"
|
|
719
|
-
],
|
|
720
|
-
"ic-dialog": [
|
|
721
|
-
"ic-alert"
|
|
722
697
|
]
|
|
723
698
|
}
|
|
724
699
|
},
|
|
@@ -800,14 +775,19 @@
|
|
|
800
775
|
"parts": [],
|
|
801
776
|
"dependents": [],
|
|
802
777
|
"dependencies": [
|
|
803
|
-
"ic-
|
|
804
|
-
"ic-tooltip"
|
|
778
|
+
"ic-button"
|
|
805
779
|
],
|
|
806
780
|
"dependencyGraph": {
|
|
807
781
|
"ic-back-to-top": [
|
|
808
|
-
"ic-
|
|
782
|
+
"ic-button"
|
|
783
|
+
],
|
|
784
|
+
"ic-button": [
|
|
785
|
+
"ic-loading-indicator",
|
|
809
786
|
"ic-tooltip"
|
|
810
787
|
],
|
|
788
|
+
"ic-loading-indicator": [
|
|
789
|
+
"ic-typography"
|
|
790
|
+
],
|
|
811
791
|
"ic-tooltip": [
|
|
812
792
|
"ic-typography"
|
|
813
793
|
]
|
|
@@ -882,6 +862,27 @@
|
|
|
882
862
|
"optional": true,
|
|
883
863
|
"required": false
|
|
884
864
|
},
|
|
865
|
+
{
|
|
866
|
+
"name": "label",
|
|
867
|
+
"type": "string",
|
|
868
|
+
"complexType": {
|
|
869
|
+
"original": "string",
|
|
870
|
+
"resolved": "string",
|
|
871
|
+
"references": {}
|
|
872
|
+
},
|
|
873
|
+
"mutable": false,
|
|
874
|
+
"attr": "label",
|
|
875
|
+
"reflectToAttr": false,
|
|
876
|
+
"docs": "The text displayed in the badge. This will only be displayed if type=\"text\".",
|
|
877
|
+
"docsTags": [],
|
|
878
|
+
"values": [
|
|
879
|
+
{
|
|
880
|
+
"type": "string"
|
|
881
|
+
}
|
|
882
|
+
],
|
|
883
|
+
"optional": true,
|
|
884
|
+
"required": false
|
|
885
|
+
},
|
|
885
886
|
{
|
|
886
887
|
"name": "maxNumber",
|
|
887
888
|
"type": "number",
|
|
@@ -893,7 +894,7 @@
|
|
|
893
894
|
"mutable": false,
|
|
894
895
|
"attr": "max-number",
|
|
895
896
|
"reflectToAttr": false,
|
|
896
|
-
"docs": "The maximum number shown on the badge appended with a +.\nThis will only be displayed if type=\"text\" and
|
|
897
|
+
"docs": "The maximum number shown on the badge appended with a +.\nThis will only be displayed if type=\"text\" and label is not empty.",
|
|
897
898
|
"docsTags": [],
|
|
898
899
|
"values": [
|
|
899
900
|
{
|
|
@@ -942,10 +943,10 @@
|
|
|
942
943
|
},
|
|
943
944
|
{
|
|
944
945
|
"name": "size",
|
|
945
|
-
"type": "\"
|
|
946
|
+
"type": "\"large\" | \"medium\" | \"small\"",
|
|
946
947
|
"complexType": {
|
|
947
948
|
"original": "IcSizes",
|
|
948
|
-
"resolved": "\"
|
|
949
|
+
"resolved": "\"large\" | \"medium\" | \"small\"",
|
|
949
950
|
"references": {
|
|
950
951
|
"IcSizes": {
|
|
951
952
|
"location": "import",
|
|
@@ -959,14 +960,14 @@
|
|
|
959
960
|
"reflectToAttr": false,
|
|
960
961
|
"docs": "The size of the badge to be displayed.",
|
|
961
962
|
"docsTags": [],
|
|
962
|
-
"default": "\"
|
|
963
|
+
"default": "\"medium\"",
|
|
963
964
|
"values": [
|
|
964
965
|
{
|
|
965
|
-
"value": "
|
|
966
|
+
"value": "large",
|
|
966
967
|
"type": "string"
|
|
967
968
|
},
|
|
968
969
|
{
|
|
969
|
-
"value": "
|
|
970
|
+
"value": "medium",
|
|
970
971
|
"type": "string"
|
|
971
972
|
},
|
|
972
973
|
{
|
|
@@ -978,20 +979,36 @@
|
|
|
978
979
|
"required": false
|
|
979
980
|
},
|
|
980
981
|
{
|
|
981
|
-
"name": "
|
|
982
|
-
"type": "
|
|
982
|
+
"name": "theme",
|
|
983
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
983
984
|
"complexType": {
|
|
984
|
-
"original": "
|
|
985
|
-
"resolved": "
|
|
986
|
-
"references": {
|
|
985
|
+
"original": "IcThemeMode",
|
|
986
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
987
|
+
"references": {
|
|
988
|
+
"IcThemeMode": {
|
|
989
|
+
"location": "import",
|
|
990
|
+
"path": "../../utils/types",
|
|
991
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
992
|
+
}
|
|
993
|
+
}
|
|
987
994
|
},
|
|
988
995
|
"mutable": false,
|
|
989
|
-
"attr": "
|
|
996
|
+
"attr": "theme",
|
|
990
997
|
"reflectToAttr": false,
|
|
991
|
-
"docs": "
|
|
998
|
+
"docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
|
|
992
999
|
"docsTags": [],
|
|
1000
|
+
"default": "\"inherit\"",
|
|
993
1001
|
"values": [
|
|
994
1002
|
{
|
|
1003
|
+
"value": "dark",
|
|
1004
|
+
"type": "string"
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
"value": "inherit",
|
|
1008
|
+
"type": "string"
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
"value": "light",
|
|
995
1012
|
"type": "string"
|
|
996
1013
|
}
|
|
997
1014
|
],
|
|
@@ -1096,7 +1113,7 @@
|
|
|
1096
1113
|
"resolved": "boolean",
|
|
1097
1114
|
"references": {}
|
|
1098
1115
|
},
|
|
1099
|
-
"mutable":
|
|
1116
|
+
"mutable": false,
|
|
1100
1117
|
"attr": "visible",
|
|
1101
1118
|
"reflectToAttr": false,
|
|
1102
1119
|
"docs": "If `true`, the badge will be displayed.",
|
|
@@ -1111,64 +1128,7 @@
|
|
|
1111
1128
|
"required": false
|
|
1112
1129
|
}
|
|
1113
1130
|
],
|
|
1114
|
-
"methods": [
|
|
1115
|
-
{
|
|
1116
|
-
"name": "hideBadge",
|
|
1117
|
-
"returns": {
|
|
1118
|
-
"type": "Promise<void>",
|
|
1119
|
-
"docs": ""
|
|
1120
|
-
},
|
|
1121
|
-
"complexType": {
|
|
1122
|
-
"signature": "() => Promise<void>",
|
|
1123
|
-
"parameters": [],
|
|
1124
|
-
"references": {
|
|
1125
|
-
"Promise": {
|
|
1126
|
-
"location": "global",
|
|
1127
|
-
"id": "global::Promise"
|
|
1128
|
-
}
|
|
1129
|
-
},
|
|
1130
|
-
"return": "Promise<void>"
|
|
1131
|
-
},
|
|
1132
|
-
"signature": "hideBadge() => Promise<void>",
|
|
1133
|
-
"parameters": [],
|
|
1134
|
-
"docs": "",
|
|
1135
|
-
"docsTags": [
|
|
1136
|
-
{
|
|
1137
|
-
"name": "deprecated",
|
|
1138
|
-
"text": "This method should not be used anymore. Use visible prop to set badge visibility."
|
|
1139
|
-
}
|
|
1140
|
-
],
|
|
1141
|
-
"deprecation": "This method should not be used anymore. Use visible prop to set badge visibility."
|
|
1142
|
-
},
|
|
1143
|
-
{
|
|
1144
|
-
"name": "showBadge",
|
|
1145
|
-
"returns": {
|
|
1146
|
-
"type": "Promise<void>",
|
|
1147
|
-
"docs": ""
|
|
1148
|
-
},
|
|
1149
|
-
"complexType": {
|
|
1150
|
-
"signature": "() => Promise<void>",
|
|
1151
|
-
"parameters": [],
|
|
1152
|
-
"references": {
|
|
1153
|
-
"Promise": {
|
|
1154
|
-
"location": "global",
|
|
1155
|
-
"id": "global::Promise"
|
|
1156
|
-
}
|
|
1157
|
-
},
|
|
1158
|
-
"return": "Promise<void>"
|
|
1159
|
-
},
|
|
1160
|
-
"signature": "showBadge() => Promise<void>",
|
|
1161
|
-
"parameters": [],
|
|
1162
|
-
"docs": "",
|
|
1163
|
-
"docsTags": [
|
|
1164
|
-
{
|
|
1165
|
-
"name": "deprecated",
|
|
1166
|
-
"text": "This method should not be used anymore. Use visible prop to set badge visibility."
|
|
1167
|
-
}
|
|
1168
|
-
],
|
|
1169
|
-
"deprecation": "This method should not be used anymore. Use visible prop to set badge visibility."
|
|
1170
|
-
}
|
|
1171
|
-
],
|
|
1131
|
+
"methods": [],
|
|
1172
1132
|
"events": [],
|
|
1173
1133
|
"listeners": [],
|
|
1174
1134
|
"styles": [],
|
|
@@ -1327,44 +1287,29 @@
|
|
|
1327
1287
|
"usage": {},
|
|
1328
1288
|
"props": [
|
|
1329
1289
|
{
|
|
1330
|
-
"name": "
|
|
1331
|
-
"type": "
|
|
1290
|
+
"name": "backBreadcrumbOnly",
|
|
1291
|
+
"type": "boolean",
|
|
1332
1292
|
"complexType": {
|
|
1333
|
-
"original": "
|
|
1334
|
-
"resolved": "
|
|
1335
|
-
"references": {
|
|
1336
|
-
"IcThemeForeground": {
|
|
1337
|
-
"location": "import",
|
|
1338
|
-
"path": "../../utils/types",
|
|
1339
|
-
"id": "src/utils/types.ts::IcThemeForeground"
|
|
1340
|
-
}
|
|
1341
|
-
}
|
|
1293
|
+
"original": "boolean",
|
|
1294
|
+
"resolved": "boolean",
|
|
1295
|
+
"references": {}
|
|
1342
1296
|
},
|
|
1343
1297
|
"mutable": false,
|
|
1344
|
-
"attr": "
|
|
1298
|
+
"attr": "back-breadcrumb-only",
|
|
1345
1299
|
"reflectToAttr": false,
|
|
1346
|
-
"docs": "
|
|
1300
|
+
"docs": "If `true`, display only a single breadcrumb for the parent page with a back icon.",
|
|
1347
1301
|
"docsTags": [],
|
|
1348
|
-
"default": "
|
|
1302
|
+
"default": "false",
|
|
1349
1303
|
"values": [
|
|
1350
1304
|
{
|
|
1351
|
-
"
|
|
1352
|
-
"type": "string"
|
|
1353
|
-
},
|
|
1354
|
-
{
|
|
1355
|
-
"value": "default",
|
|
1356
|
-
"type": "string"
|
|
1357
|
-
},
|
|
1358
|
-
{
|
|
1359
|
-
"value": "light",
|
|
1360
|
-
"type": "string"
|
|
1305
|
+
"type": "boolean"
|
|
1361
1306
|
}
|
|
1362
1307
|
],
|
|
1363
1308
|
"optional": false,
|
|
1364
1309
|
"required": false
|
|
1365
1310
|
},
|
|
1366
1311
|
{
|
|
1367
|
-
"name": "
|
|
1312
|
+
"name": "collapsed",
|
|
1368
1313
|
"type": "boolean",
|
|
1369
1314
|
"complexType": {
|
|
1370
1315
|
"original": "boolean",
|
|
@@ -1372,9 +1317,9 @@
|
|
|
1372
1317
|
"references": {}
|
|
1373
1318
|
},
|
|
1374
1319
|
"mutable": false,
|
|
1375
|
-
"attr": "
|
|
1320
|
+
"attr": "collapsed",
|
|
1376
1321
|
"reflectToAttr": false,
|
|
1377
|
-
"docs": "If `true`,
|
|
1322
|
+
"docs": "If `true`, all breadcrumbs between the first and last breadcrumb will be collapsed.",
|
|
1378
1323
|
"docsTags": [],
|
|
1379
1324
|
"default": "false",
|
|
1380
1325
|
"values": [
|
|
@@ -1386,7 +1331,7 @@
|
|
|
1386
1331
|
"required": false
|
|
1387
1332
|
},
|
|
1388
1333
|
{
|
|
1389
|
-
"name": "
|
|
1334
|
+
"name": "monochrome",
|
|
1390
1335
|
"type": "boolean",
|
|
1391
1336
|
"complexType": {
|
|
1392
1337
|
"original": "boolean",
|
|
@@ -1394,9 +1339,9 @@
|
|
|
1394
1339
|
"references": {}
|
|
1395
1340
|
},
|
|
1396
1341
|
"mutable": false,
|
|
1397
|
-
"attr": "
|
|
1342
|
+
"attr": "monochrome",
|
|
1398
1343
|
"reflectToAttr": false,
|
|
1399
|
-
"docs": "If `true`,
|
|
1344
|
+
"docs": "If `true`, the breadcrumb group will display as black in the light theme, and white in the dark theme.",
|
|
1400
1345
|
"docsTags": [],
|
|
1401
1346
|
"default": "false",
|
|
1402
1347
|
"values": [
|
|
@@ -1404,7 +1349,44 @@
|
|
|
1404
1349
|
"type": "boolean"
|
|
1405
1350
|
}
|
|
1406
1351
|
],
|
|
1407
|
-
"optional":
|
|
1352
|
+
"optional": true,
|
|
1353
|
+
"required": false
|
|
1354
|
+
},
|
|
1355
|
+
{
|
|
1356
|
+
"name": "theme",
|
|
1357
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
1358
|
+
"complexType": {
|
|
1359
|
+
"original": "IcThemeMode",
|
|
1360
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
1361
|
+
"references": {
|
|
1362
|
+
"IcThemeMode": {
|
|
1363
|
+
"location": "import",
|
|
1364
|
+
"path": "../../utils/types",
|
|
1365
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
1366
|
+
}
|
|
1367
|
+
}
|
|
1368
|
+
},
|
|
1369
|
+
"mutable": false,
|
|
1370
|
+
"attr": "theme",
|
|
1371
|
+
"reflectToAttr": false,
|
|
1372
|
+
"docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
|
|
1373
|
+
"docsTags": [],
|
|
1374
|
+
"default": "\"inherit\"",
|
|
1375
|
+
"values": [
|
|
1376
|
+
{
|
|
1377
|
+
"value": "dark",
|
|
1378
|
+
"type": "string"
|
|
1379
|
+
},
|
|
1380
|
+
{
|
|
1381
|
+
"value": "inherit",
|
|
1382
|
+
"type": "string"
|
|
1383
|
+
},
|
|
1384
|
+
{
|
|
1385
|
+
"value": "light",
|
|
1386
|
+
"type": "string"
|
|
1387
|
+
}
|
|
1388
|
+
],
|
|
1389
|
+
"optional": true,
|
|
1408
1390
|
"required": false
|
|
1409
1391
|
}
|
|
1410
1392
|
],
|
|
@@ -1434,10 +1416,6 @@
|
|
|
1434
1416
|
"readme": "# ic-button\r\n\r",
|
|
1435
1417
|
"docs": "",
|
|
1436
1418
|
"docsTags": [
|
|
1437
|
-
{
|
|
1438
|
-
"name": "slot",
|
|
1439
|
-
"text": "icon - Deprecated. This slot should not be used anymore. Use left-icon or right-icon slot instead."
|
|
1440
|
-
},
|
|
1441
1419
|
{
|
|
1442
1420
|
"name": "slot",
|
|
1443
1421
|
"text": "left-icon - Content will be placed to the left of the button label."
|
|
@@ -2017,10 +1995,10 @@
|
|
|
2017
1995
|
},
|
|
2018
1996
|
{
|
|
2019
1997
|
"name": "size",
|
|
2020
|
-
"type": "\"
|
|
1998
|
+
"type": "\"large\" | \"medium\" | \"small\"",
|
|
2021
1999
|
"complexType": {
|
|
2022
2000
|
"original": "IcSizes",
|
|
2023
|
-
"resolved": "\"
|
|
2001
|
+
"resolved": "\"large\" | \"medium\" | \"small\"",
|
|
2024
2002
|
"references": {
|
|
2025
2003
|
"IcSizes": {
|
|
2026
2004
|
"location": "import",
|
|
@@ -2034,14 +2012,14 @@
|
|
|
2034
2012
|
"reflectToAttr": false,
|
|
2035
2013
|
"docs": "The size of the button to be displayed.",
|
|
2036
2014
|
"docsTags": [],
|
|
2037
|
-
"default": "\"
|
|
2015
|
+
"default": "\"medium\"",
|
|
2038
2016
|
"values": [
|
|
2039
2017
|
{
|
|
2040
|
-
"value": "
|
|
2018
|
+
"value": "large",
|
|
2041
2019
|
"type": "string"
|
|
2042
2020
|
},
|
|
2043
2021
|
{
|
|
2044
|
-
"value": "
|
|
2022
|
+
"value": "medium",
|
|
2045
2023
|
"type": "string"
|
|
2046
2024
|
},
|
|
2047
2025
|
{
|
|
@@ -2338,10 +2316,6 @@
|
|
|
2338
2316
|
"name": "badge",
|
|
2339
2317
|
"docs": "Badge component overlaying the top right of the button."
|
|
2340
2318
|
},
|
|
2341
|
-
{
|
|
2342
|
-
"name": "icon",
|
|
2343
|
-
"docs": "Deprecated. This slot should not be used anymore. Use left-icon or right-icon slot instead."
|
|
2344
|
-
},
|
|
2345
2319
|
{
|
|
2346
2320
|
"name": "left-icon",
|
|
2347
2321
|
"docs": "Content will be placed to the left of the button label."
|
|
@@ -2363,6 +2337,7 @@
|
|
|
2363
2337
|
"dependents": [
|
|
2364
2338
|
"ic-accordion-group",
|
|
2365
2339
|
"ic-alert",
|
|
2340
|
+
"ic-back-to-top",
|
|
2366
2341
|
"ic-dialog",
|
|
2367
2342
|
"ic-horizontal-scroll",
|
|
2368
2343
|
"ic-menu",
|
|
@@ -2398,6 +2373,9 @@
|
|
|
2398
2373
|
"ic-alert": [
|
|
2399
2374
|
"ic-button"
|
|
2400
2375
|
],
|
|
2376
|
+
"ic-back-to-top": [
|
|
2377
|
+
"ic-button"
|
|
2378
|
+
],
|
|
2401
2379
|
"ic-dialog": [
|
|
2402
2380
|
"ic-button"
|
|
2403
2381
|
],
|
|
@@ -2440,10 +2418,10 @@
|
|
|
2440
2418
|
}
|
|
2441
2419
|
},
|
|
2442
2420
|
{
|
|
2443
|
-
"filePath": "src/components/ic-card/ic-card.tsx",
|
|
2421
|
+
"filePath": "src/components/ic-card-vertical/ic-card-vertical.tsx",
|
|
2444
2422
|
"encapsulation": "shadow",
|
|
2445
|
-
"tag": "ic-card",
|
|
2446
|
-
"readme": "# ic-card\r\n\r\n\r\n\r",
|
|
2423
|
+
"tag": "ic-card-vertical",
|
|
2424
|
+
"readme": "# ic-card-vertical\r\n\r\n\r\n\r",
|
|
2447
2425
|
"docs": "",
|
|
2448
2426
|
"docsTags": [
|
|
2449
2427
|
{
|
|
@@ -2881,7 +2859,7 @@
|
|
|
2881
2859
|
"ic-tooltip"
|
|
2882
2860
|
],
|
|
2883
2861
|
"dependencyGraph": {
|
|
2884
|
-
"ic-card": [
|
|
2862
|
+
"ic-card-vertical": [
|
|
2885
2863
|
"ic-typography",
|
|
2886
2864
|
"ic-tooltip"
|
|
2887
2865
|
],
|
|
@@ -3025,145 +3003,40 @@
|
|
|
3025
3003
|
"required": false
|
|
3026
3004
|
},
|
|
3027
3005
|
{
|
|
3028
|
-
"name": "
|
|
3006
|
+
"name": "groupLabel",
|
|
3029
3007
|
"type": "string",
|
|
3030
3008
|
"complexType": {
|
|
3031
3009
|
"original": "string",
|
|
3032
3010
|
"resolved": "string",
|
|
3033
3011
|
"references": {}
|
|
3034
3012
|
},
|
|
3035
|
-
"mutable":
|
|
3036
|
-
"attr": "
|
|
3013
|
+
"mutable": true,
|
|
3014
|
+
"attr": "group-label",
|
|
3037
3015
|
"reflectToAttr": false,
|
|
3038
|
-
"docs": "The
|
|
3016
|
+
"docs": "The group label for the checkbox.",
|
|
3039
3017
|
"docsTags": [],
|
|
3040
3018
|
"values": [
|
|
3041
3019
|
{
|
|
3042
3020
|
"type": "string"
|
|
3043
3021
|
}
|
|
3044
3022
|
],
|
|
3045
|
-
"optional":
|
|
3023
|
+
"optional": false,
|
|
3046
3024
|
"required": false
|
|
3047
3025
|
},
|
|
3048
3026
|
{
|
|
3049
|
-
"name": "
|
|
3050
|
-
"type": "
|
|
3027
|
+
"name": "hideLabel",
|
|
3028
|
+
"type": "boolean",
|
|
3051
3029
|
"complexType": {
|
|
3052
|
-
"original": "
|
|
3053
|
-
"resolved": "
|
|
3030
|
+
"original": "boolean",
|
|
3031
|
+
"resolved": "boolean",
|
|
3054
3032
|
"references": {}
|
|
3055
3033
|
},
|
|
3056
3034
|
"mutable": false,
|
|
3057
|
-
"attr": "
|
|
3035
|
+
"attr": "hide-label",
|
|
3058
3036
|
"reflectToAttr": false,
|
|
3059
|
-
"docs": "
|
|
3060
|
-
"docsTags": [],
|
|
3061
|
-
"values": [
|
|
3062
|
-
{
|
|
3063
|
-
"type": "string"
|
|
3064
|
-
}
|
|
3065
|
-
],
|
|
3066
|
-
"optional": true,
|
|
3067
|
-
"required": false
|
|
3068
|
-
},
|
|
3069
|
-
{
|
|
3070
|
-
"name": "formmethod",
|
|
3071
|
-
"type": "string",
|
|
3072
|
-
"complexType": {
|
|
3073
|
-
"original": "string",
|
|
3074
|
-
"resolved": "string",
|
|
3075
|
-
"references": {}
|
|
3076
|
-
},
|
|
3077
|
-
"mutable": false,
|
|
3078
|
-
"attr": "formmethod",
|
|
3079
|
-
"reflectToAttr": false,
|
|
3080
|
-
"docs": "The HTTP method used to submit the form.",
|
|
3081
|
-
"docsTags": [],
|
|
3082
|
-
"values": [
|
|
3083
|
-
{
|
|
3084
|
-
"type": "string"
|
|
3085
|
-
}
|
|
3086
|
-
],
|
|
3087
|
-
"optional": true,
|
|
3088
|
-
"required": false
|
|
3089
|
-
},
|
|
3090
|
-
{
|
|
3091
|
-
"name": "formnovalidate",
|
|
3092
|
-
"type": "boolean",
|
|
3093
|
-
"complexType": {
|
|
3094
|
-
"original": "boolean",
|
|
3095
|
-
"resolved": "boolean",
|
|
3096
|
-
"references": {}
|
|
3097
|
-
},
|
|
3098
|
-
"mutable": false,
|
|
3099
|
-
"attr": "formnovalidate",
|
|
3100
|
-
"reflectToAttr": false,
|
|
3101
|
-
"docs": "If `true`, the form will not be validated when submitted.",
|
|
3037
|
+
"docs": "If `true`, the label will be hidden and the required label value will be applied as an aria-label.",
|
|
3102
3038
|
"docsTags": [],
|
|
3103
|
-
"
|
|
3104
|
-
{
|
|
3105
|
-
"type": "boolean"
|
|
3106
|
-
}
|
|
3107
|
-
],
|
|
3108
|
-
"optional": true,
|
|
3109
|
-
"required": false
|
|
3110
|
-
},
|
|
3111
|
-
{
|
|
3112
|
-
"name": "formtarget",
|
|
3113
|
-
"type": "string",
|
|
3114
|
-
"complexType": {
|
|
3115
|
-
"original": "string",
|
|
3116
|
-
"resolved": "string",
|
|
3117
|
-
"references": {}
|
|
3118
|
-
},
|
|
3119
|
-
"mutable": false,
|
|
3120
|
-
"attr": "formtarget",
|
|
3121
|
-
"reflectToAttr": false,
|
|
3122
|
-
"docs": "The place to display the response from submitting the form. It overrides the target attribute of the checkbox's form owner.",
|
|
3123
|
-
"docsTags": [],
|
|
3124
|
-
"values": [
|
|
3125
|
-
{
|
|
3126
|
-
"type": "string"
|
|
3127
|
-
}
|
|
3128
|
-
],
|
|
3129
|
-
"optional": true,
|
|
3130
|
-
"required": false
|
|
3131
|
-
},
|
|
3132
|
-
{
|
|
3133
|
-
"name": "groupLabel",
|
|
3134
|
-
"type": "string",
|
|
3135
|
-
"complexType": {
|
|
3136
|
-
"original": "string",
|
|
3137
|
-
"resolved": "string",
|
|
3138
|
-
"references": {}
|
|
3139
|
-
},
|
|
3140
|
-
"mutable": true,
|
|
3141
|
-
"attr": "group-label",
|
|
3142
|
-
"reflectToAttr": false,
|
|
3143
|
-
"docs": "The group label for the checkbox.",
|
|
3144
|
-
"docsTags": [],
|
|
3145
|
-
"values": [
|
|
3146
|
-
{
|
|
3147
|
-
"type": "string"
|
|
3148
|
-
}
|
|
3149
|
-
],
|
|
3150
|
-
"optional": false,
|
|
3151
|
-
"required": false
|
|
3152
|
-
},
|
|
3153
|
-
{
|
|
3154
|
-
"name": "hideLabel",
|
|
3155
|
-
"type": "boolean",
|
|
3156
|
-
"complexType": {
|
|
3157
|
-
"original": "boolean",
|
|
3158
|
-
"resolved": "boolean",
|
|
3159
|
-
"references": {}
|
|
3160
|
-
},
|
|
3161
|
-
"mutable": false,
|
|
3162
|
-
"attr": "hide-label",
|
|
3163
|
-
"reflectToAttr": false,
|
|
3164
|
-
"docs": "If `true`, the label will be hidden and the required label value will be applied as an aria-label.",
|
|
3165
|
-
"docsTags": [],
|
|
3166
|
-
"default": "false",
|
|
3039
|
+
"default": "false",
|
|
3167
3040
|
"values": [
|
|
3168
3041
|
{
|
|
3169
3042
|
"type": "boolean"
|
|
@@ -3260,10 +3133,10 @@
|
|
|
3260
3133
|
},
|
|
3261
3134
|
{
|
|
3262
3135
|
"name": "size",
|
|
3263
|
-
"type": "\"
|
|
3136
|
+
"type": "\"large\" | \"medium\" | \"small\"",
|
|
3264
3137
|
"complexType": {
|
|
3265
3138
|
"original": "IcSizes",
|
|
3266
|
-
"resolved": "\"
|
|
3139
|
+
"resolved": "\"large\" | \"medium\" | \"small\"",
|
|
3267
3140
|
"references": {
|
|
3268
3141
|
"IcSizes": {
|
|
3269
3142
|
"location": "import",
|
|
@@ -3279,11 +3152,11 @@
|
|
|
3279
3152
|
"docsTags": [],
|
|
3280
3153
|
"values": [
|
|
3281
3154
|
{
|
|
3282
|
-
"value": "
|
|
3155
|
+
"value": "large",
|
|
3283
3156
|
"type": "string"
|
|
3284
3157
|
},
|
|
3285
3158
|
{
|
|
3286
|
-
"value": "
|
|
3159
|
+
"value": "medium",
|
|
3287
3160
|
"type": "string"
|
|
3288
3161
|
},
|
|
3289
3162
|
{
|
|
@@ -3294,34 +3167,6 @@
|
|
|
3294
3167
|
"optional": true,
|
|
3295
3168
|
"required": false
|
|
3296
3169
|
},
|
|
3297
|
-
{
|
|
3298
|
-
"name": "small",
|
|
3299
|
-
"type": "boolean",
|
|
3300
|
-
"complexType": {
|
|
3301
|
-
"original": "boolean",
|
|
3302
|
-
"resolved": "boolean",
|
|
3303
|
-
"references": {}
|
|
3304
|
-
},
|
|
3305
|
-
"mutable": false,
|
|
3306
|
-
"attr": "small",
|
|
3307
|
-
"reflectToAttr": false,
|
|
3308
|
-
"docs": "",
|
|
3309
|
-
"docsTags": [
|
|
3310
|
-
{
|
|
3311
|
-
"name": "deprecated",
|
|
3312
|
-
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
3313
|
-
}
|
|
3314
|
-
],
|
|
3315
|
-
"default": "false",
|
|
3316
|
-
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
3317
|
-
"values": [
|
|
3318
|
-
{
|
|
3319
|
-
"type": "boolean"
|
|
3320
|
-
}
|
|
3321
|
-
],
|
|
3322
|
-
"optional": true,
|
|
3323
|
-
"required": false
|
|
3324
|
-
},
|
|
3325
3170
|
{
|
|
3326
3171
|
"name": "value",
|
|
3327
3172
|
"type": "string",
|
|
@@ -3373,26 +3218,6 @@
|
|
|
3373
3218
|
}
|
|
3374
3219
|
],
|
|
3375
3220
|
"events": [
|
|
3376
|
-
{
|
|
3377
|
-
"event": "checkboxChecked",
|
|
3378
|
-
"detail": "void",
|
|
3379
|
-
"bubbles": true,
|
|
3380
|
-
"complexType": {
|
|
3381
|
-
"original": "void",
|
|
3382
|
-
"resolved": "void",
|
|
3383
|
-
"references": {}
|
|
3384
|
-
},
|
|
3385
|
-
"cancelable": true,
|
|
3386
|
-
"composed": true,
|
|
3387
|
-
"docs": "",
|
|
3388
|
-
"docsTags": [
|
|
3389
|
-
{
|
|
3390
|
-
"name": "deprecated",
|
|
3391
|
-
"text": "This event should not be used anymore. Use icCheck instead."
|
|
3392
|
-
}
|
|
3393
|
-
],
|
|
3394
|
-
"deprecation": "This event should not be used anymore. Use icCheck instead."
|
|
3395
|
-
},
|
|
3396
3221
|
{
|
|
3397
3222
|
"event": "icCheck",
|
|
3398
3223
|
"detail": "void",
|
|
@@ -3568,10 +3393,10 @@
|
|
|
3568
3393
|
},
|
|
3569
3394
|
{
|
|
3570
3395
|
"name": "size",
|
|
3571
|
-
"type": "\"
|
|
3396
|
+
"type": "\"large\" | \"medium\" | \"small\"",
|
|
3572
3397
|
"complexType": {
|
|
3573
3398
|
"original": "IcSizes",
|
|
3574
|
-
"resolved": "\"
|
|
3399
|
+
"resolved": "\"large\" | \"medium\" | \"small\"",
|
|
3575
3400
|
"references": {
|
|
3576
3401
|
"IcSizes": {
|
|
3577
3402
|
"location": "import",
|
|
@@ -3585,14 +3410,14 @@
|
|
|
3585
3410
|
"reflectToAttr": false,
|
|
3586
3411
|
"docs": "The size of the checkboxes to be displayed. This does not affect the font size of the label.",
|
|
3587
3412
|
"docsTags": [],
|
|
3588
|
-
"default": "\"
|
|
3413
|
+
"default": "\"medium\"",
|
|
3589
3414
|
"values": [
|
|
3590
3415
|
{
|
|
3591
|
-
"value": "
|
|
3416
|
+
"value": "large",
|
|
3592
3417
|
"type": "string"
|
|
3593
3418
|
},
|
|
3594
3419
|
{
|
|
3595
|
-
"value": "
|
|
3420
|
+
"value": "medium",
|
|
3596
3421
|
"type": "string"
|
|
3597
3422
|
},
|
|
3598
3423
|
{
|
|
@@ -3603,34 +3428,6 @@
|
|
|
3603
3428
|
"optional": true,
|
|
3604
3429
|
"required": false
|
|
3605
3430
|
},
|
|
3606
|
-
{
|
|
3607
|
-
"name": "small",
|
|
3608
|
-
"type": "boolean",
|
|
3609
|
-
"complexType": {
|
|
3610
|
-
"original": "boolean",
|
|
3611
|
-
"resolved": "boolean",
|
|
3612
|
-
"references": {}
|
|
3613
|
-
},
|
|
3614
|
-
"mutable": false,
|
|
3615
|
-
"attr": "small",
|
|
3616
|
-
"reflectToAttr": false,
|
|
3617
|
-
"docs": "",
|
|
3618
|
-
"docsTags": [
|
|
3619
|
-
{
|
|
3620
|
-
"name": "deprecated",
|
|
3621
|
-
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
3622
|
-
}
|
|
3623
|
-
],
|
|
3624
|
-
"default": "false",
|
|
3625
|
-
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
3626
|
-
"values": [
|
|
3627
|
-
{
|
|
3628
|
-
"type": "boolean"
|
|
3629
|
-
}
|
|
3630
|
-
],
|
|
3631
|
-
"optional": false,
|
|
3632
|
-
"required": false
|
|
3633
|
-
},
|
|
3634
3431
|
{
|
|
3635
3432
|
"name": "validationStatus",
|
|
3636
3433
|
"type": "\"\" | \"error\" | \"success\" | \"warning\"",
|
|
@@ -3768,44 +3565,6 @@
|
|
|
3768
3565
|
],
|
|
3769
3566
|
"usage": {},
|
|
3770
3567
|
"props": [
|
|
3771
|
-
{
|
|
3772
|
-
"name": "appearance",
|
|
3773
|
-
"type": "\"filled\" | \"outline\"",
|
|
3774
|
-
"complexType": {
|
|
3775
|
-
"original": "IcChipAppearance",
|
|
3776
|
-
"resolved": "\"filled\" | \"outline\"",
|
|
3777
|
-
"references": {
|
|
3778
|
-
"IcChipAppearance": {
|
|
3779
|
-
"location": "import",
|
|
3780
|
-
"path": "./ic-chip.types",
|
|
3781
|
-
"id": "src/components/ic-chip/ic-chip.types.ts::IcChipAppearance"
|
|
3782
|
-
}
|
|
3783
|
-
}
|
|
3784
|
-
},
|
|
3785
|
-
"mutable": false,
|
|
3786
|
-
"attr": "appearance",
|
|
3787
|
-
"reflectToAttr": false,
|
|
3788
|
-
"docs": "",
|
|
3789
|
-
"docsTags": [
|
|
3790
|
-
{
|
|
3791
|
-
"name": "deprecated",
|
|
3792
|
-
"text": "This prop should not be used anymore. Use variant prop instead."
|
|
3793
|
-
}
|
|
3794
|
-
],
|
|
3795
|
-
"deprecation": "This prop should not be used anymore. Use variant prop instead.",
|
|
3796
|
-
"values": [
|
|
3797
|
-
{
|
|
3798
|
-
"value": "filled",
|
|
3799
|
-
"type": "string"
|
|
3800
|
-
},
|
|
3801
|
-
{
|
|
3802
|
-
"value": "outline",
|
|
3803
|
-
"type": "string"
|
|
3804
|
-
}
|
|
3805
|
-
],
|
|
3806
|
-
"optional": true,
|
|
3807
|
-
"required": false
|
|
3808
|
-
},
|
|
3809
3568
|
{
|
|
3810
3569
|
"name": "customColor",
|
|
3811
3570
|
"type": "`#${string}` | `rgb(${string})` | `rgba(${string})`",
|
|
@@ -3823,7 +3582,7 @@
|
|
|
3823
3582
|
"mutable": false,
|
|
3824
3583
|
"attr": "custom-color",
|
|
3825
3584
|
"reflectToAttr": false,
|
|
3826
|
-
"docs": "The custom chip colour. This
|
|
3585
|
+
"docs": "The custom chip colour. This will override the theme colour.\nCan be a hex value e.g. \"#ff0000\", RGB e.g. \"rgb(255, 0, 0)\", or RGBA e.g. \"rgba(255, 0, 0, 1)\".",
|
|
3827
3586
|
"docsTags": [],
|
|
3828
3587
|
"default": "null",
|
|
3829
3588
|
"values": [
|
|
@@ -3907,10 +3666,10 @@
|
|
|
3907
3666
|
},
|
|
3908
3667
|
{
|
|
3909
3668
|
"name": "size",
|
|
3910
|
-
"type": "\"
|
|
3669
|
+
"type": "\"large\" | \"medium\" | \"small\"",
|
|
3911
3670
|
"complexType": {
|
|
3912
3671
|
"original": "IcSizes",
|
|
3913
|
-
"resolved": "\"
|
|
3672
|
+
"resolved": "\"large\" | \"medium\" | \"small\"",
|
|
3914
3673
|
"references": {
|
|
3915
3674
|
"IcSizes": {
|
|
3916
3675
|
"location": "import",
|
|
@@ -3924,14 +3683,14 @@
|
|
|
3924
3683
|
"reflectToAttr": false,
|
|
3925
3684
|
"docs": "The size of the chip.",
|
|
3926
3685
|
"docsTags": [],
|
|
3927
|
-
"default": "\"
|
|
3686
|
+
"default": "\"medium\"",
|
|
3928
3687
|
"values": [
|
|
3929
3688
|
{
|
|
3930
|
-
"value": "
|
|
3689
|
+
"value": "large",
|
|
3931
3690
|
"type": "string"
|
|
3932
3691
|
},
|
|
3933
3692
|
{
|
|
3934
|
-
"value": "
|
|
3693
|
+
"value": "medium",
|
|
3935
3694
|
"type": "string"
|
|
3936
3695
|
},
|
|
3937
3696
|
{
|
|
@@ -3942,6 +3701,37 @@
|
|
|
3942
3701
|
"optional": true,
|
|
3943
3702
|
"required": false
|
|
3944
3703
|
},
|
|
3704
|
+
{
|
|
3705
|
+
"name": "theme",
|
|
3706
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
3707
|
+
"complexType": {
|
|
3708
|
+
"original": "\"dark\" | \"light\" | \"inherit\"",
|
|
3709
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
3710
|
+
"references": {}
|
|
3711
|
+
},
|
|
3712
|
+
"mutable": false,
|
|
3713
|
+
"attr": "theme",
|
|
3714
|
+
"reflectToAttr": false,
|
|
3715
|
+
"docs": "Sets the chip to the dark or light theme colors. \"inherit\" will set the color based on the system settings or ic-theme component.\nSetting the \"customColor\" prop will override this.",
|
|
3716
|
+
"docsTags": [],
|
|
3717
|
+
"default": "\"inherit\"",
|
|
3718
|
+
"values": [
|
|
3719
|
+
{
|
|
3720
|
+
"value": "dark",
|
|
3721
|
+
"type": "string"
|
|
3722
|
+
},
|
|
3723
|
+
{
|
|
3724
|
+
"value": "inherit",
|
|
3725
|
+
"type": "string"
|
|
3726
|
+
},
|
|
3727
|
+
{
|
|
3728
|
+
"value": "light",
|
|
3729
|
+
"type": "string"
|
|
3730
|
+
}
|
|
3731
|
+
],
|
|
3732
|
+
"optional": true,
|
|
3733
|
+
"required": false
|
|
3734
|
+
},
|
|
3945
3735
|
{
|
|
3946
3736
|
"name": "transparentBackground",
|
|
3947
3737
|
"type": "boolean",
|
|
@@ -3953,7 +3743,7 @@
|
|
|
3953
3743
|
"mutable": false,
|
|
3954
3744
|
"attr": "transparent-background",
|
|
3955
3745
|
"reflectToAttr": false,
|
|
3956
|
-
"docs": "If `true`, the outlined variant of chip will have a transparent background rather than
|
|
3746
|
+
"docs": "If `true`, the outlined variant of chip will have a transparent background rather than the theme defined color.",
|
|
3957
3747
|
"docsTags": [],
|
|
3958
3748
|
"default": "true",
|
|
3959
3749
|
"values": [
|
|
@@ -4023,26 +3813,6 @@
|
|
|
4023
3813
|
}
|
|
4024
3814
|
],
|
|
4025
3815
|
"events": [
|
|
4026
|
-
{
|
|
4027
|
-
"event": "dismiss",
|
|
4028
|
-
"detail": "void",
|
|
4029
|
-
"bubbles": true,
|
|
4030
|
-
"complexType": {
|
|
4031
|
-
"original": "void",
|
|
4032
|
-
"resolved": "void",
|
|
4033
|
-
"references": {}
|
|
4034
|
-
},
|
|
4035
|
-
"cancelable": true,
|
|
4036
|
-
"composed": true,
|
|
4037
|
-
"docs": "",
|
|
4038
|
-
"docsTags": [
|
|
4039
|
-
{
|
|
4040
|
-
"name": "deprecated",
|
|
4041
|
-
"text": "This event should not be used anymore. Use icDismiss instead."
|
|
4042
|
-
}
|
|
4043
|
-
],
|
|
4044
|
-
"deprecation": "This event should not be used anymore. Use icDismiss instead."
|
|
4045
|
-
},
|
|
4046
3816
|
{
|
|
4047
3817
|
"event": "icDismiss",
|
|
4048
3818
|
"detail": "void",
|
|
@@ -4258,15 +4028,15 @@
|
|
|
4258
4028
|
}
|
|
4259
4029
|
},
|
|
4260
4030
|
{
|
|
4261
|
-
"filePath": "src/components/ic-data-
|
|
4031
|
+
"filePath": "src/components/ic-data-list/ic-data-list.tsx",
|
|
4262
4032
|
"encapsulation": "shadow",
|
|
4263
|
-
"tag": "ic-data-
|
|
4264
|
-
"readme": "# ic-data-
|
|
4033
|
+
"tag": "ic-data-list",
|
|
4034
|
+
"readme": "# ic-data-list\r\n\r\n\r\n\r",
|
|
4265
4035
|
"docs": "",
|
|
4266
4036
|
"docsTags": [
|
|
4267
4037
|
{
|
|
4268
4038
|
"name": "slot",
|
|
4269
|
-
"text": "heading - Content will be placed at the top of the data
|
|
4039
|
+
"text": "heading - Content will be placed at the top of the data list."
|
|
4270
4040
|
}
|
|
4271
4041
|
],
|
|
4272
4042
|
"usage": {},
|
|
@@ -4282,7 +4052,7 @@
|
|
|
4282
4052
|
"mutable": false,
|
|
4283
4053
|
"attr": "heading",
|
|
4284
4054
|
"reflectToAttr": false,
|
|
4285
|
-
"docs": "The title for the data
|
|
4055
|
+
"docs": "The title for the data list.",
|
|
4286
4056
|
"docsTags": [],
|
|
4287
4057
|
"values": [
|
|
4288
4058
|
{
|
|
@@ -4294,10 +4064,10 @@
|
|
|
4294
4064
|
},
|
|
4295
4065
|
{
|
|
4296
4066
|
"name": "size",
|
|
4297
|
-
"type": "\"
|
|
4067
|
+
"type": "\"medium\" | \"small\"",
|
|
4298
4068
|
"complexType": {
|
|
4299
4069
|
"original": "IcSizesNoLarge",
|
|
4300
|
-
"resolved": "\"
|
|
4070
|
+
"resolved": "\"medium\" | \"small\"",
|
|
4301
4071
|
"references": {
|
|
4302
4072
|
"IcSizesNoLarge": {
|
|
4303
4073
|
"location": "import",
|
|
@@ -4309,12 +4079,12 @@
|
|
|
4309
4079
|
"mutable": false,
|
|
4310
4080
|
"attr": "size",
|
|
4311
4081
|
"reflectToAttr": false,
|
|
4312
|
-
"docs": "The size of the data
|
|
4082
|
+
"docs": "The size of the data list component.",
|
|
4313
4083
|
"docsTags": [],
|
|
4314
|
-
"default": "\"
|
|
4084
|
+
"default": "\"medium\"",
|
|
4315
4085
|
"values": [
|
|
4316
4086
|
{
|
|
4317
|
-
"value": "
|
|
4087
|
+
"value": "medium",
|
|
4318
4088
|
"type": "string"
|
|
4319
4089
|
},
|
|
4320
4090
|
{
|
|
@@ -4326,28 +4096,37 @@
|
|
|
4326
4096
|
"required": false
|
|
4327
4097
|
},
|
|
4328
4098
|
{
|
|
4329
|
-
"name": "
|
|
4330
|
-
"type": "
|
|
4099
|
+
"name": "theme",
|
|
4100
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
4331
4101
|
"complexType": {
|
|
4332
|
-
"original": "
|
|
4333
|
-
"resolved": "
|
|
4334
|
-
"references": {
|
|
4102
|
+
"original": "IcThemeMode",
|
|
4103
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
4104
|
+
"references": {
|
|
4105
|
+
"IcThemeMode": {
|
|
4106
|
+
"location": "import",
|
|
4107
|
+
"path": "../../utils/types",
|
|
4108
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
4109
|
+
}
|
|
4110
|
+
}
|
|
4335
4111
|
},
|
|
4336
4112
|
"mutable": false,
|
|
4337
|
-
"attr": "
|
|
4113
|
+
"attr": "theme",
|
|
4338
4114
|
"reflectToAttr": false,
|
|
4339
|
-
"docs": "",
|
|
4340
|
-
"docsTags": [
|
|
4341
|
-
|
|
4342
|
-
"name": "deprecated",
|
|
4343
|
-
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
4344
|
-
}
|
|
4345
|
-
],
|
|
4346
|
-
"default": "false",
|
|
4347
|
-
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
4115
|
+
"docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
|
|
4116
|
+
"docsTags": [],
|
|
4117
|
+
"default": "\"inherit\"",
|
|
4348
4118
|
"values": [
|
|
4349
4119
|
{
|
|
4350
|
-
"
|
|
4120
|
+
"value": "dark",
|
|
4121
|
+
"type": "string"
|
|
4122
|
+
},
|
|
4123
|
+
{
|
|
4124
|
+
"value": "inherit",
|
|
4125
|
+
"type": "string"
|
|
4126
|
+
},
|
|
4127
|
+
{
|
|
4128
|
+
"value": "light",
|
|
4129
|
+
"type": "string"
|
|
4351
4130
|
}
|
|
4352
4131
|
],
|
|
4353
4132
|
"optional": true,
|
|
@@ -4361,7 +4140,7 @@
|
|
|
4361
4140
|
"slots": [
|
|
4362
4141
|
{
|
|
4363
4142
|
"name": "heading",
|
|
4364
|
-
"docs": "Content will be placed at the top of the data
|
|
4143
|
+
"docs": "Content will be placed at the top of the data list."
|
|
4365
4144
|
}
|
|
4366
4145
|
],
|
|
4367
4146
|
"parts": [],
|
|
@@ -4370,7 +4149,7 @@
|
|
|
4370
4149
|
"ic-typography"
|
|
4371
4150
|
],
|
|
4372
4151
|
"dependencyGraph": {
|
|
4373
|
-
"ic-data-
|
|
4152
|
+
"ic-data-list": [
|
|
4374
4153
|
"ic-typography"
|
|
4375
4154
|
]
|
|
4376
4155
|
}
|
|
@@ -4420,10 +4199,10 @@
|
|
|
4420
4199
|
},
|
|
4421
4200
|
{
|
|
4422
4201
|
"name": "size",
|
|
4423
|
-
"type": "\"
|
|
4202
|
+
"type": "\"medium\" | \"small\"",
|
|
4424
4203
|
"complexType": {
|
|
4425
4204
|
"original": "IcSizesNoLarge",
|
|
4426
|
-
"resolved": "\"
|
|
4205
|
+
"resolved": "\"medium\" | \"small\"",
|
|
4427
4206
|
"references": {
|
|
4428
4207
|
"IcSizesNoLarge": {
|
|
4429
4208
|
"location": "import",
|
|
@@ -4437,10 +4216,10 @@
|
|
|
4437
4216
|
"reflectToAttr": false,
|
|
4438
4217
|
"docs": "The size of the data row component.",
|
|
4439
4218
|
"docsTags": [],
|
|
4440
|
-
"default": "\"
|
|
4219
|
+
"default": "\"medium\"",
|
|
4441
4220
|
"values": [
|
|
4442
4221
|
{
|
|
4443
|
-
"value": "
|
|
4222
|
+
"value": "medium",
|
|
4444
4223
|
"type": "string"
|
|
4445
4224
|
},
|
|
4446
4225
|
{
|
|
@@ -4452,28 +4231,37 @@
|
|
|
4452
4231
|
"required": false
|
|
4453
4232
|
},
|
|
4454
4233
|
{
|
|
4455
|
-
"name": "
|
|
4456
|
-
"type": "
|
|
4234
|
+
"name": "theme",
|
|
4235
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
4457
4236
|
"complexType": {
|
|
4458
|
-
"original": "
|
|
4459
|
-
"resolved": "
|
|
4460
|
-
"references": {
|
|
4237
|
+
"original": "IcThemeMode",
|
|
4238
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
4239
|
+
"references": {
|
|
4240
|
+
"IcThemeMode": {
|
|
4241
|
+
"location": "import",
|
|
4242
|
+
"path": "../../utils/types",
|
|
4243
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
4244
|
+
}
|
|
4245
|
+
}
|
|
4461
4246
|
},
|
|
4462
4247
|
"mutable": false,
|
|
4463
|
-
"attr": "
|
|
4248
|
+
"attr": "theme",
|
|
4464
4249
|
"reflectToAttr": false,
|
|
4465
|
-
"docs": "",
|
|
4466
|
-
"docsTags": [
|
|
4467
|
-
|
|
4468
|
-
"name": "deprecated",
|
|
4469
|
-
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
4470
|
-
}
|
|
4471
|
-
],
|
|
4472
|
-
"default": "false",
|
|
4473
|
-
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
4250
|
+
"docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
|
|
4251
|
+
"docsTags": [],
|
|
4252
|
+
"default": "\"inherit\"",
|
|
4474
4253
|
"values": [
|
|
4475
4254
|
{
|
|
4476
|
-
"
|
|
4255
|
+
"value": "dark",
|
|
4256
|
+
"type": "string"
|
|
4257
|
+
},
|
|
4258
|
+
{
|
|
4259
|
+
"value": "inherit",
|
|
4260
|
+
"type": "string"
|
|
4261
|
+
},
|
|
4262
|
+
{
|
|
4263
|
+
"value": "light",
|
|
4264
|
+
"type": "string"
|
|
4477
4265
|
}
|
|
4478
4266
|
],
|
|
4479
4267
|
"optional": true,
|
|
@@ -4531,106 +4319,31 @@
|
|
|
4531
4319
|
}
|
|
4532
4320
|
},
|
|
4533
4321
|
{
|
|
4534
|
-
"filePath": "src/components/ic-dialog/ic-dialog.tsx",
|
|
4535
|
-
"encapsulation": "shadow",
|
|
4536
|
-
"tag": "ic-dialog",
|
|
4537
|
-
"readme": "# ic-dialog\r\n\r\n\r\n\r",
|
|
4538
|
-
"docs": "",
|
|
4539
|
-
"docsTags": [
|
|
4540
|
-
{
|
|
4541
|
-
"name": "slot",
|
|
4542
|
-
"text": "dialog-controls - Content will be place at the bottom of the dialog."
|
|
4543
|
-
},
|
|
4544
|
-
{
|
|
4545
|
-
"name": "slot",
|
|
4546
|
-
"text": "heading - Content will be placed at the top of the dialog."
|
|
4547
|
-
},
|
|
4548
|
-
{
|
|
4549
|
-
"name": "slot",
|
|
4550
|
-
"text": "label - Content will be placed above the dialog heading."
|
|
4551
|
-
},
|
|
4552
|
-
{
|
|
4553
|
-
"name": "slot",
|
|
4554
|
-
"text": "alert - Content will be placed at the top of the content area of the dialog."
|
|
4555
|
-
}
|
|
4556
|
-
],
|
|
4557
|
-
"usage": {},
|
|
4558
|
-
"props": [
|
|
4559
|
-
{
|
|
4560
|
-
"name": "alertHeading",
|
|
4561
|
-
"type": "string",
|
|
4562
|
-
"complexType": {
|
|
4563
|
-
"original": "string",
|
|
4564
|
-
"resolved": "string",
|
|
4565
|
-
"references": {}
|
|
4566
|
-
},
|
|
4567
|
-
"mutable": false,
|
|
4568
|
-
"attr": "alert-heading",
|
|
4569
|
-
"reflectToAttr": false,
|
|
4570
|
-
"docs": "",
|
|
4571
|
-
"docsTags": [
|
|
4572
|
-
{
|
|
4573
|
-
"name": "deprecated",
|
|
4574
|
-
"text": "This prop should not be used anymore. Use an ic-alert/IcAlert component within an alert slot with a heading instead."
|
|
4575
|
-
}
|
|
4576
|
-
],
|
|
4577
|
-
"deprecation": "This prop should not be used anymore. Use an ic-alert/IcAlert component within an alert slot with a heading instead.",
|
|
4578
|
-
"values": [
|
|
4579
|
-
{
|
|
4580
|
-
"type": "string"
|
|
4581
|
-
}
|
|
4582
|
-
],
|
|
4583
|
-
"optional": true,
|
|
4584
|
-
"required": false
|
|
4322
|
+
"filePath": "src/components/ic-dialog/ic-dialog.tsx",
|
|
4323
|
+
"encapsulation": "shadow",
|
|
4324
|
+
"tag": "ic-dialog",
|
|
4325
|
+
"readme": "# ic-dialog\r\n\r\n\r\n\r",
|
|
4326
|
+
"docs": "",
|
|
4327
|
+
"docsTags": [
|
|
4328
|
+
{
|
|
4329
|
+
"name": "slot",
|
|
4330
|
+
"text": "dialog-controls - Content will be place at the bottom of the dialog."
|
|
4585
4331
|
},
|
|
4586
4332
|
{
|
|
4587
|
-
"name": "
|
|
4588
|
-
"
|
|
4589
|
-
"complexType": {
|
|
4590
|
-
"original": "string",
|
|
4591
|
-
"resolved": "string",
|
|
4592
|
-
"references": {}
|
|
4593
|
-
},
|
|
4594
|
-
"mutable": false,
|
|
4595
|
-
"attr": "alert-message",
|
|
4596
|
-
"reflectToAttr": false,
|
|
4597
|
-
"docs": "",
|
|
4598
|
-
"docsTags": [
|
|
4599
|
-
{
|
|
4600
|
-
"name": "deprecated",
|
|
4601
|
-
"text": "This prop should not be used anymore. Use an ic-alert/IcAlert component within an alert slot with a message instead."
|
|
4602
|
-
}
|
|
4603
|
-
],
|
|
4604
|
-
"deprecation": "This prop should not be used anymore. Use an ic-alert/IcAlert component within an alert slot with a message instead.",
|
|
4605
|
-
"values": [
|
|
4606
|
-
{
|
|
4607
|
-
"type": "string"
|
|
4608
|
-
}
|
|
4609
|
-
],
|
|
4610
|
-
"optional": true,
|
|
4611
|
-
"required": false
|
|
4333
|
+
"name": "slot",
|
|
4334
|
+
"text": "heading - Content will be placed at the top of the dialog."
|
|
4612
4335
|
},
|
|
4613
4336
|
{
|
|
4614
|
-
"name": "
|
|
4615
|
-
"
|
|
4616
|
-
"complexType": {
|
|
4617
|
-
"original": "{ label: string; onclick: string }[]",
|
|
4618
|
-
"resolved": "{ label: string; onclick: string; }[]",
|
|
4619
|
-
"references": {}
|
|
4620
|
-
},
|
|
4621
|
-
"mutable": false,
|
|
4622
|
-
"reflectToAttr": false,
|
|
4623
|
-
"docs": "Sets the label and onclick functions for default buttons.",
|
|
4624
|
-
"docsTags": [],
|
|
4625
|
-
"default": "[\n {\n label: \"Cancel\",\n onclick: \"this.cancelDialog();\",\n },\n { label: \"Confirm\", onclick: \"this.confirmDialog();\" },\n ]",
|
|
4626
|
-
"values": [
|
|
4627
|
-
{
|
|
4628
|
-
"type": "{ label: string; onclick: string; }[]"
|
|
4629
|
-
}
|
|
4630
|
-
],
|
|
4631
|
-
"optional": true,
|
|
4632
|
-
"required": false
|
|
4337
|
+
"name": "slot",
|
|
4338
|
+
"text": "label - Content will be placed above the dialog heading."
|
|
4633
4339
|
},
|
|
4340
|
+
{
|
|
4341
|
+
"name": "slot",
|
|
4342
|
+
"text": "alert - Content will be placed at the top of the content area of the dialog."
|
|
4343
|
+
}
|
|
4344
|
+
],
|
|
4345
|
+
"usage": {},
|
|
4346
|
+
"props": [
|
|
4634
4347
|
{
|
|
4635
4348
|
"name": "buttons",
|
|
4636
4349
|
"type": "boolean",
|
|
@@ -4642,7 +4355,7 @@
|
|
|
4642
4355
|
"mutable": false,
|
|
4643
4356
|
"attr": "buttons",
|
|
4644
4357
|
"reflectToAttr": false,
|
|
4645
|
-
"docs": "If set to `false`, dialog controls will not be displayed
|
|
4358
|
+
"docs": "If set to `false`, default buttons or slotted dialog controls will not be displayed.",
|
|
4646
4359
|
"docsTags": [],
|
|
4647
4360
|
"default": "true",
|
|
4648
4361
|
"values": [
|
|
@@ -4879,50 +4592,6 @@
|
|
|
4879
4592
|
],
|
|
4880
4593
|
"optional": true,
|
|
4881
4594
|
"required": false
|
|
4882
|
-
},
|
|
4883
|
-
{
|
|
4884
|
-
"name": "status",
|
|
4885
|
-
"type": "\"error\" | \"info\" | \"neutral\" | \"success\" | \"warning\"",
|
|
4886
|
-
"complexType": {
|
|
4887
|
-
"original": "\"neutral\" | \"info\" | \"warning\" | \"error\" | \"success\"",
|
|
4888
|
-
"resolved": "\"error\" | \"info\" | \"neutral\" | \"success\" | \"warning\"",
|
|
4889
|
-
"references": {}
|
|
4890
|
-
},
|
|
4891
|
-
"mutable": false,
|
|
4892
|
-
"attr": "status",
|
|
4893
|
-
"reflectToAttr": false,
|
|
4894
|
-
"docs": "",
|
|
4895
|
-
"docsTags": [
|
|
4896
|
-
{
|
|
4897
|
-
"name": "deprecated",
|
|
4898
|
-
"text": "This prop should not be used anymore. Use an ic-alert/IcAlert component within an alert slot with a variant instead."
|
|
4899
|
-
}
|
|
4900
|
-
],
|
|
4901
|
-
"deprecation": "This prop should not be used anymore. Use an ic-alert/IcAlert component within an alert slot with a variant instead.",
|
|
4902
|
-
"values": [
|
|
4903
|
-
{
|
|
4904
|
-
"value": "error",
|
|
4905
|
-
"type": "string"
|
|
4906
|
-
},
|
|
4907
|
-
{
|
|
4908
|
-
"value": "info",
|
|
4909
|
-
"type": "string"
|
|
4910
|
-
},
|
|
4911
|
-
{
|
|
4912
|
-
"value": "neutral",
|
|
4913
|
-
"type": "string"
|
|
4914
|
-
},
|
|
4915
|
-
{
|
|
4916
|
-
"value": "success",
|
|
4917
|
-
"type": "string"
|
|
4918
|
-
},
|
|
4919
|
-
{
|
|
4920
|
-
"value": "warning",
|
|
4921
|
-
"type": "string"
|
|
4922
|
-
}
|
|
4923
|
-
],
|
|
4924
|
-
"optional": true,
|
|
4925
|
-
"required": false
|
|
4926
4595
|
}
|
|
4927
4596
|
],
|
|
4928
4597
|
"methods": [
|
|
@@ -4969,62 +4638,6 @@
|
|
|
4969
4638
|
"parameters": [],
|
|
4970
4639
|
"docs": "Confirms the dialog. Used by the default 'Confirm' button or can be called manually to trigger confirming of dialog.",
|
|
4971
4640
|
"docsTags": []
|
|
4972
|
-
},
|
|
4973
|
-
{
|
|
4974
|
-
"name": "hideDialog",
|
|
4975
|
-
"returns": {
|
|
4976
|
-
"type": "Promise<void>",
|
|
4977
|
-
"docs": ""
|
|
4978
|
-
},
|
|
4979
|
-
"complexType": {
|
|
4980
|
-
"signature": "() => Promise<void>",
|
|
4981
|
-
"parameters": [],
|
|
4982
|
-
"references": {
|
|
4983
|
-
"Promise": {
|
|
4984
|
-
"location": "global",
|
|
4985
|
-
"id": "global::Promise"
|
|
4986
|
-
}
|
|
4987
|
-
},
|
|
4988
|
-
"return": "Promise<void>"
|
|
4989
|
-
},
|
|
4990
|
-
"signature": "hideDialog() => Promise<void>",
|
|
4991
|
-
"parameters": [],
|
|
4992
|
-
"docs": "",
|
|
4993
|
-
"docsTags": [
|
|
4994
|
-
{
|
|
4995
|
-
"name": "deprecated",
|
|
4996
|
-
"text": "This method should not be used anymore. Use open prop to set dialog visibility."
|
|
4997
|
-
}
|
|
4998
|
-
],
|
|
4999
|
-
"deprecation": "This method should not be used anymore. Use open prop to set dialog visibility."
|
|
5000
|
-
},
|
|
5001
|
-
{
|
|
5002
|
-
"name": "showDialog",
|
|
5003
|
-
"returns": {
|
|
5004
|
-
"type": "Promise<void>",
|
|
5005
|
-
"docs": ""
|
|
5006
|
-
},
|
|
5007
|
-
"complexType": {
|
|
5008
|
-
"signature": "() => Promise<void>",
|
|
5009
|
-
"parameters": [],
|
|
5010
|
-
"references": {
|
|
5011
|
-
"Promise": {
|
|
5012
|
-
"location": "global",
|
|
5013
|
-
"id": "global::Promise"
|
|
5014
|
-
}
|
|
5015
|
-
},
|
|
5016
|
-
"return": "Promise<void>"
|
|
5017
|
-
},
|
|
5018
|
-
"signature": "showDialog() => Promise<void>",
|
|
5019
|
-
"parameters": [],
|
|
5020
|
-
"docs": "",
|
|
5021
|
-
"docsTags": [
|
|
5022
|
-
{
|
|
5023
|
-
"name": "deprecated",
|
|
5024
|
-
"text": "This method should not be used anymore. Use open prop to set dialog visibility."
|
|
5025
|
-
}
|
|
5026
|
-
],
|
|
5027
|
-
"deprecation": "This method should not be used anymore. Use open prop to set dialog visibility."
|
|
5028
4641
|
}
|
|
5029
4642
|
],
|
|
5030
4643
|
"events": [
|
|
@@ -5127,14 +4740,12 @@
|
|
|
5127
4740
|
"dependents": [],
|
|
5128
4741
|
"dependencies": [
|
|
5129
4742
|
"ic-typography",
|
|
5130
|
-
"ic-button"
|
|
5131
|
-
"ic-alert"
|
|
4743
|
+
"ic-button"
|
|
5132
4744
|
],
|
|
5133
4745
|
"dependencyGraph": {
|
|
5134
4746
|
"ic-dialog": [
|
|
5135
4747
|
"ic-typography",
|
|
5136
|
-
"ic-button"
|
|
5137
|
-
"ic-alert"
|
|
4748
|
+
"ic-button"
|
|
5138
4749
|
],
|
|
5139
4750
|
"ic-button": [
|
|
5140
4751
|
"ic-loading-indicator",
|
|
@@ -5145,10 +4756,6 @@
|
|
|
5145
4756
|
],
|
|
5146
4757
|
"ic-tooltip": [
|
|
5147
4758
|
"ic-typography"
|
|
5148
|
-
],
|
|
5149
|
-
"ic-alert": [
|
|
5150
|
-
"ic-typography",
|
|
5151
|
-
"ic-button"
|
|
5152
4759
|
]
|
|
5153
4760
|
}
|
|
5154
4761
|
},
|
|
@@ -5272,27 +4879,6 @@
|
|
|
5272
4879
|
"optional": true,
|
|
5273
4880
|
"required": false
|
|
5274
4881
|
},
|
|
5275
|
-
{
|
|
5276
|
-
"name": "bodyMaxLines",
|
|
5277
|
-
"type": "number",
|
|
5278
|
-
"complexType": {
|
|
5279
|
-
"original": "number",
|
|
5280
|
-
"resolved": "number",
|
|
5281
|
-
"references": {}
|
|
5282
|
-
},
|
|
5283
|
-
"mutable": false,
|
|
5284
|
-
"attr": "body-max-lines",
|
|
5285
|
-
"reflectToAttr": false,
|
|
5286
|
-
"docs": "The number of lines of body text to display before truncating.",
|
|
5287
|
-
"docsTags": [],
|
|
5288
|
-
"values": [
|
|
5289
|
-
{
|
|
5290
|
-
"type": "number"
|
|
5291
|
-
}
|
|
5292
|
-
],
|
|
5293
|
-
"optional": true,
|
|
5294
|
-
"required": false
|
|
5295
|
-
},
|
|
5296
4882
|
{
|
|
5297
4883
|
"name": "heading",
|
|
5298
4884
|
"type": "string",
|
|
@@ -5316,10 +4902,10 @@
|
|
|
5316
4902
|
},
|
|
5317
4903
|
{
|
|
5318
4904
|
"name": "imageSize",
|
|
5319
|
-
"type": "\"
|
|
4905
|
+
"type": "\"large\" | \"medium\" | \"small\"",
|
|
5320
4906
|
"complexType": {
|
|
5321
4907
|
"original": "IcSizes",
|
|
5322
|
-
"resolved": "\"
|
|
4908
|
+
"resolved": "\"large\" | \"medium\" | \"small\"",
|
|
5323
4909
|
"references": {
|
|
5324
4910
|
"IcSizes": {
|
|
5325
4911
|
"location": "import",
|
|
@@ -5333,14 +4919,14 @@
|
|
|
5333
4919
|
"reflectToAttr": false,
|
|
5334
4920
|
"docs": "The size of the image or icon used in the image slot.",
|
|
5335
4921
|
"docsTags": [],
|
|
5336
|
-
"default": "\"
|
|
4922
|
+
"default": "\"medium\"",
|
|
5337
4923
|
"values": [
|
|
5338
4924
|
{
|
|
5339
|
-
"value": "
|
|
4925
|
+
"value": "large",
|
|
5340
4926
|
"type": "string"
|
|
5341
4927
|
},
|
|
5342
4928
|
{
|
|
5343
|
-
"value": "
|
|
4929
|
+
"value": "medium",
|
|
5344
4930
|
"type": "string"
|
|
5345
4931
|
},
|
|
5346
4932
|
{
|
|
@@ -5351,6 +4937,27 @@
|
|
|
5351
4937
|
"optional": true,
|
|
5352
4938
|
"required": false
|
|
5353
4939
|
},
|
|
4940
|
+
{
|
|
4941
|
+
"name": "maxLines",
|
|
4942
|
+
"type": "number",
|
|
4943
|
+
"complexType": {
|
|
4944
|
+
"original": "number",
|
|
4945
|
+
"resolved": "number",
|
|
4946
|
+
"references": {}
|
|
4947
|
+
},
|
|
4948
|
+
"mutable": false,
|
|
4949
|
+
"attr": "max-lines",
|
|
4950
|
+
"reflectToAttr": false,
|
|
4951
|
+
"docs": "The number of lines of body text to display before truncating.",
|
|
4952
|
+
"docsTags": [],
|
|
4953
|
+
"values": [
|
|
4954
|
+
{
|
|
4955
|
+
"type": "number"
|
|
4956
|
+
}
|
|
4957
|
+
],
|
|
4958
|
+
"optional": true,
|
|
4959
|
+
"required": false
|
|
4960
|
+
},
|
|
5354
4961
|
{
|
|
5355
4962
|
"name": "subheading",
|
|
5356
4963
|
"type": "string",
|
|
@@ -5845,8 +5452,14 @@
|
|
|
5845
5452
|
"slots": [],
|
|
5846
5453
|
"parts": [],
|
|
5847
5454
|
"dependents": [],
|
|
5848
|
-
"dependencies": [
|
|
5849
|
-
|
|
5455
|
+
"dependencies": [
|
|
5456
|
+
"ic-link"
|
|
5457
|
+
],
|
|
5458
|
+
"dependencyGraph": {
|
|
5459
|
+
"ic-footer-link": [
|
|
5460
|
+
"ic-link"
|
|
5461
|
+
]
|
|
5462
|
+
}
|
|
5850
5463
|
},
|
|
5851
5464
|
{
|
|
5852
5465
|
"filePath": "src/components/ic-footer-link-group/ic-footer-link-group.tsx",
|
|
@@ -5858,7 +5471,7 @@
|
|
|
5858
5471
|
"usage": {},
|
|
5859
5472
|
"props": [
|
|
5860
5473
|
{
|
|
5861
|
-
"name": "
|
|
5474
|
+
"name": "label",
|
|
5862
5475
|
"type": "string",
|
|
5863
5476
|
"complexType": {
|
|
5864
5477
|
"original": "string",
|
|
@@ -5866,7 +5479,7 @@
|
|
|
5866
5479
|
"references": {}
|
|
5867
5480
|
},
|
|
5868
5481
|
"mutable": false,
|
|
5869
|
-
"attr": "
|
|
5482
|
+
"attr": "label",
|
|
5870
5483
|
"reflectToAttr": false,
|
|
5871
5484
|
"docs": "The title of the link group to be displayed.",
|
|
5872
5485
|
"docsTags": [],
|
|
@@ -6060,7 +5673,7 @@
|
|
|
6060
5673
|
"mutable": false,
|
|
6061
5674
|
"attr": "heading",
|
|
6062
5675
|
"reflectToAttr": false,
|
|
6063
|
-
"docs": "The heading of the hero.",
|
|
5676
|
+
"docs": "The heading of the hero. An <h2> level heading.",
|
|
6064
5677
|
"docsTags": [],
|
|
6065
5678
|
"values": [
|
|
6066
5679
|
{
|
|
@@ -6081,7 +5694,7 @@
|
|
|
6081
5694
|
"mutable": false,
|
|
6082
5695
|
"attr": "secondary-heading",
|
|
6083
5696
|
"reflectToAttr": false,
|
|
6084
|
-
"docs": "The optional secondary heading,
|
|
5697
|
+
"docs": "The optional secondary heading, an <h3> level heading. Replaced by slotted right content.",
|
|
6085
5698
|
"docsTags": [],
|
|
6086
5699
|
"values": [
|
|
6087
5700
|
{
|
|
@@ -6114,10 +5727,10 @@
|
|
|
6114
5727
|
},
|
|
6115
5728
|
{
|
|
6116
5729
|
"name": "size",
|
|
6117
|
-
"type": "\"
|
|
5730
|
+
"type": "\"medium\" | \"small\"",
|
|
6118
5731
|
"complexType": {
|
|
6119
5732
|
"original": "IcSizesNoLarge",
|
|
6120
|
-
"resolved": "\"
|
|
5733
|
+
"resolved": "\"medium\" | \"small\"",
|
|
6121
5734
|
"references": {
|
|
6122
5735
|
"IcSizesNoLarge": {
|
|
6123
5736
|
"location": "import",
|
|
@@ -6131,10 +5744,10 @@
|
|
|
6131
5744
|
"reflectToAttr": false,
|
|
6132
5745
|
"docs": "The size of the hero component.",
|
|
6133
5746
|
"docsTags": [],
|
|
6134
|
-
"default": "\"
|
|
5747
|
+
"default": "\"medium\"",
|
|
6135
5748
|
"values": [
|
|
6136
5749
|
{
|
|
6137
|
-
"value": "
|
|
5750
|
+
"value": "medium",
|
|
6138
5751
|
"type": "string"
|
|
6139
5752
|
},
|
|
6140
5753
|
{
|
|
@@ -6145,34 +5758,6 @@
|
|
|
6145
5758
|
"optional": true,
|
|
6146
5759
|
"required": false
|
|
6147
5760
|
},
|
|
6148
|
-
{
|
|
6149
|
-
"name": "small",
|
|
6150
|
-
"type": "boolean",
|
|
6151
|
-
"complexType": {
|
|
6152
|
-
"original": "boolean",
|
|
6153
|
-
"resolved": "boolean",
|
|
6154
|
-
"references": {}
|
|
6155
|
-
},
|
|
6156
|
-
"mutable": false,
|
|
6157
|
-
"attr": "small",
|
|
6158
|
-
"reflectToAttr": false,
|
|
6159
|
-
"docs": "",
|
|
6160
|
-
"docsTags": [
|
|
6161
|
-
{
|
|
6162
|
-
"name": "deprecated",
|
|
6163
|
-
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
6164
|
-
}
|
|
6165
|
-
],
|
|
6166
|
-
"default": "false",
|
|
6167
|
-
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
6168
|
-
"values": [
|
|
6169
|
-
{
|
|
6170
|
-
"type": "boolean"
|
|
6171
|
-
}
|
|
6172
|
-
],
|
|
6173
|
-
"optional": true,
|
|
6174
|
-
"required": false
|
|
6175
|
-
},
|
|
6176
5761
|
{
|
|
6177
5762
|
"name": "subheading",
|
|
6178
5763
|
"type": "string",
|
|
@@ -6346,53 +5931,25 @@
|
|
|
6346
5931
|
{
|
|
6347
5932
|
"name": "appearance",
|
|
6348
5933
|
"type": "\"dark\" | \"default\"",
|
|
6349
|
-
"complexType": {
|
|
6350
|
-
"original": "\"dark\" | \"default\"",
|
|
6351
|
-
"resolved": "\"dark\" | \"default\"",
|
|
6352
|
-
"references": {}
|
|
6353
|
-
},
|
|
6354
|
-
"mutable": false,
|
|
6355
|
-
"attr": "appearance",
|
|
6356
|
-
"reflectToAttr": false,
|
|
6357
|
-
"docs": "The appearance of the input component container.",
|
|
6358
|
-
"docsTags": [],
|
|
6359
|
-
"default": "\"default\"",
|
|
6360
|
-
"values": [
|
|
6361
|
-
{
|
|
6362
|
-
"value": "dark",
|
|
6363
|
-
"type": "string"
|
|
6364
|
-
},
|
|
6365
|
-
{
|
|
6366
|
-
"value": "default",
|
|
6367
|
-
"type": "string"
|
|
6368
|
-
}
|
|
6369
|
-
],
|
|
6370
|
-
"optional": true,
|
|
6371
|
-
"required": false
|
|
6372
|
-
},
|
|
6373
|
-
{
|
|
6374
|
-
"name": "dark",
|
|
6375
|
-
"type": "boolean",
|
|
6376
|
-
"complexType": {
|
|
6377
|
-
"original": "boolean",
|
|
6378
|
-
"resolved": "boolean",
|
|
5934
|
+
"complexType": {
|
|
5935
|
+
"original": "\"dark\" | \"default\"",
|
|
5936
|
+
"resolved": "\"dark\" | \"default\"",
|
|
6379
5937
|
"references": {}
|
|
6380
5938
|
},
|
|
6381
5939
|
"mutable": false,
|
|
6382
|
-
"attr": "
|
|
5940
|
+
"attr": "appearance",
|
|
6383
5941
|
"reflectToAttr": false,
|
|
6384
|
-
"docs": "",
|
|
6385
|
-
"docsTags": [
|
|
6386
|
-
|
|
6387
|
-
"name": "deprecated",
|
|
6388
|
-
"text": "This prop should not be used anymore. Set prop `appearance` to \"dark\" instead."
|
|
6389
|
-
}
|
|
6390
|
-
],
|
|
6391
|
-
"default": "false",
|
|
6392
|
-
"deprecation": "This prop should not be used anymore. Set prop `appearance` to \"dark\" instead.",
|
|
5942
|
+
"docs": "The appearance of the input component container.",
|
|
5943
|
+
"docsTags": [],
|
|
5944
|
+
"default": "\"default\"",
|
|
6393
5945
|
"values": [
|
|
6394
5946
|
{
|
|
6395
|
-
"
|
|
5947
|
+
"value": "dark",
|
|
5948
|
+
"type": "string"
|
|
5949
|
+
},
|
|
5950
|
+
{
|
|
5951
|
+
"value": "default",
|
|
5952
|
+
"type": "string"
|
|
6396
5953
|
}
|
|
6397
5954
|
],
|
|
6398
5955
|
"optional": true,
|
|
@@ -6488,10 +6045,10 @@
|
|
|
6488
6045
|
},
|
|
6489
6046
|
{
|
|
6490
6047
|
"name": "size",
|
|
6491
|
-
"type": "\"
|
|
6048
|
+
"type": "\"large\" | \"medium\" | \"small\"",
|
|
6492
6049
|
"complexType": {
|
|
6493
6050
|
"original": "IcSizes",
|
|
6494
|
-
"resolved": "\"
|
|
6051
|
+
"resolved": "\"large\" | \"medium\" | \"small\"",
|
|
6495
6052
|
"references": {
|
|
6496
6053
|
"IcSizes": {
|
|
6497
6054
|
"location": "import",
|
|
@@ -6505,14 +6062,14 @@
|
|
|
6505
6062
|
"reflectToAttr": false,
|
|
6506
6063
|
"docs": "The size of the input component container component.",
|
|
6507
6064
|
"docsTags": [],
|
|
6508
|
-
"default": "\"
|
|
6065
|
+
"default": "\"medium\"",
|
|
6509
6066
|
"values": [
|
|
6510
6067
|
{
|
|
6511
|
-
"value": "
|
|
6068
|
+
"value": "large",
|
|
6512
6069
|
"type": "string"
|
|
6513
6070
|
},
|
|
6514
6071
|
{
|
|
6515
|
-
"value": "
|
|
6072
|
+
"value": "medium",
|
|
6516
6073
|
"type": "string"
|
|
6517
6074
|
},
|
|
6518
6075
|
{
|
|
@@ -6523,34 +6080,6 @@
|
|
|
6523
6080
|
"optional": true,
|
|
6524
6081
|
"required": false
|
|
6525
6082
|
},
|
|
6526
|
-
{
|
|
6527
|
-
"name": "small",
|
|
6528
|
-
"type": "boolean",
|
|
6529
|
-
"complexType": {
|
|
6530
|
-
"original": "boolean",
|
|
6531
|
-
"resolved": "boolean",
|
|
6532
|
-
"references": {}
|
|
6533
|
-
},
|
|
6534
|
-
"mutable": false,
|
|
6535
|
-
"attr": "small",
|
|
6536
|
-
"reflectToAttr": false,
|
|
6537
|
-
"docs": "",
|
|
6538
|
-
"docsTags": [
|
|
6539
|
-
{
|
|
6540
|
-
"name": "deprecated",
|
|
6541
|
-
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
6542
|
-
}
|
|
6543
|
-
],
|
|
6544
|
-
"default": "false",
|
|
6545
|
-
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
6546
|
-
"values": [
|
|
6547
|
-
{
|
|
6548
|
-
"type": "boolean"
|
|
6549
|
-
}
|
|
6550
|
-
],
|
|
6551
|
-
"optional": true,
|
|
6552
|
-
"required": false
|
|
6553
|
-
},
|
|
6554
6083
|
{
|
|
6555
6084
|
"name": "validationInline",
|
|
6556
6085
|
"type": "boolean",
|
|
@@ -6755,34 +6284,6 @@
|
|
|
6755
6284
|
"optional": true,
|
|
6756
6285
|
"required": false
|
|
6757
6286
|
},
|
|
6758
|
-
{
|
|
6759
|
-
"name": "dark",
|
|
6760
|
-
"type": "boolean",
|
|
6761
|
-
"complexType": {
|
|
6762
|
-
"original": "boolean",
|
|
6763
|
-
"resolved": "boolean",
|
|
6764
|
-
"references": {}
|
|
6765
|
-
},
|
|
6766
|
-
"mutable": false,
|
|
6767
|
-
"attr": "dark",
|
|
6768
|
-
"reflectToAttr": false,
|
|
6769
|
-
"docs": "",
|
|
6770
|
-
"docsTags": [
|
|
6771
|
-
{
|
|
6772
|
-
"name": "deprecated",
|
|
6773
|
-
"text": "This prop should not be used anymore. Set prop `appearance` to \"dark\" instead."
|
|
6774
|
-
}
|
|
6775
|
-
],
|
|
6776
|
-
"default": "false",
|
|
6777
|
-
"deprecation": "This prop should not be used anymore. Set prop `appearance` to \"dark\" instead.",
|
|
6778
|
-
"values": [
|
|
6779
|
-
{
|
|
6780
|
-
"type": "boolean"
|
|
6781
|
-
}
|
|
6782
|
-
],
|
|
6783
|
-
"optional": true,
|
|
6784
|
-
"required": false
|
|
6785
|
-
},
|
|
6786
6287
|
{
|
|
6787
6288
|
"name": "disabled",
|
|
6788
6289
|
"type": "boolean",
|
|
@@ -6805,28 +6306,6 @@
|
|
|
6805
6306
|
"optional": false,
|
|
6806
6307
|
"required": false
|
|
6807
6308
|
},
|
|
6808
|
-
{
|
|
6809
|
-
"name": "error",
|
|
6810
|
-
"type": "boolean",
|
|
6811
|
-
"complexType": {
|
|
6812
|
-
"original": "boolean",
|
|
6813
|
-
"resolved": "boolean",
|
|
6814
|
-
"references": {}
|
|
6815
|
-
},
|
|
6816
|
-
"mutable": false,
|
|
6817
|
-
"attr": "error",
|
|
6818
|
-
"reflectToAttr": false,
|
|
6819
|
-
"docs": "If `true`, the input label will display with error styling.",
|
|
6820
|
-
"docsTags": [],
|
|
6821
|
-
"default": "false",
|
|
6822
|
-
"values": [
|
|
6823
|
-
{
|
|
6824
|
-
"type": "boolean"
|
|
6825
|
-
}
|
|
6826
|
-
],
|
|
6827
|
-
"optional": true,
|
|
6828
|
-
"required": false
|
|
6829
|
-
},
|
|
6830
6309
|
{
|
|
6831
6310
|
"name": "for",
|
|
6832
6311
|
"type": "string",
|
|
@@ -6934,6 +6413,32 @@
|
|
|
6934
6413
|
],
|
|
6935
6414
|
"optional": false,
|
|
6936
6415
|
"required": false
|
|
6416
|
+
},
|
|
6417
|
+
{
|
|
6418
|
+
"name": "status",
|
|
6419
|
+
"type": "\"\" | \"error\"",
|
|
6420
|
+
"complexType": {
|
|
6421
|
+
"original": "\"error\" | \"\"",
|
|
6422
|
+
"resolved": "\"\" | \"error\"",
|
|
6423
|
+
"references": {}
|
|
6424
|
+
},
|
|
6425
|
+
"mutable": false,
|
|
6426
|
+
"attr": "status",
|
|
6427
|
+
"reflectToAttr": false,
|
|
6428
|
+
"docs": "The status of the label - e.g. 'error'.",
|
|
6429
|
+
"docsTags": [],
|
|
6430
|
+
"default": "\"\"",
|
|
6431
|
+
"values": [
|
|
6432
|
+
{
|
|
6433
|
+
"type": "\"\""
|
|
6434
|
+
},
|
|
6435
|
+
{
|
|
6436
|
+
"value": "error",
|
|
6437
|
+
"type": "string"
|
|
6438
|
+
}
|
|
6439
|
+
],
|
|
6440
|
+
"optional": false,
|
|
6441
|
+
"required": false
|
|
6937
6442
|
}
|
|
6938
6443
|
],
|
|
6939
6444
|
"methods": [],
|
|
@@ -7177,43 +6682,6 @@
|
|
|
7177
6682
|
],
|
|
7178
6683
|
"usage": {},
|
|
7179
6684
|
"props": [
|
|
7180
|
-
{
|
|
7181
|
-
"name": "appearance",
|
|
7182
|
-
"type": "\"dark\" | \"default\" | \"light\"",
|
|
7183
|
-
"complexType": {
|
|
7184
|
-
"original": "IcThemeForeground",
|
|
7185
|
-
"resolved": "\"dark\" | \"default\" | \"light\"",
|
|
7186
|
-
"references": {
|
|
7187
|
-
"IcThemeForeground": {
|
|
7188
|
-
"location": "import",
|
|
7189
|
-
"path": "../../utils/types",
|
|
7190
|
-
"id": "src/utils/types.ts::IcThemeForeground"
|
|
7191
|
-
}
|
|
7192
|
-
}
|
|
7193
|
-
},
|
|
7194
|
-
"mutable": true,
|
|
7195
|
-
"attr": "appearance",
|
|
7196
|
-
"reflectToAttr": false,
|
|
7197
|
-
"docs": "The appearance of the link, e.g. dark, light, or default.",
|
|
7198
|
-
"docsTags": [],
|
|
7199
|
-
"default": "\"default\"",
|
|
7200
|
-
"values": [
|
|
7201
|
-
{
|
|
7202
|
-
"value": "dark",
|
|
7203
|
-
"type": "string"
|
|
7204
|
-
},
|
|
7205
|
-
{
|
|
7206
|
-
"value": "default",
|
|
7207
|
-
"type": "string"
|
|
7208
|
-
},
|
|
7209
|
-
{
|
|
7210
|
-
"value": "light",
|
|
7211
|
-
"type": "string"
|
|
7212
|
-
}
|
|
7213
|
-
],
|
|
7214
|
-
"optional": true,
|
|
7215
|
-
"required": false
|
|
7216
|
-
},
|
|
7217
6685
|
{
|
|
7218
6686
|
"name": "download",
|
|
7219
6687
|
"type": "boolean | string",
|
|
@@ -7282,6 +6750,28 @@
|
|
|
7282
6750
|
"optional": true,
|
|
7283
6751
|
"required": false
|
|
7284
6752
|
},
|
|
6753
|
+
{
|
|
6754
|
+
"name": "monochrome",
|
|
6755
|
+
"type": "boolean",
|
|
6756
|
+
"complexType": {
|
|
6757
|
+
"original": "boolean",
|
|
6758
|
+
"resolved": "boolean",
|
|
6759
|
+
"references": {}
|
|
6760
|
+
},
|
|
6761
|
+
"mutable": false,
|
|
6762
|
+
"attr": "monochrome",
|
|
6763
|
+
"reflectToAttr": false,
|
|
6764
|
+
"docs": "If `true`, the link will display as black in the light theme, and white in the dark theme.",
|
|
6765
|
+
"docsTags": [],
|
|
6766
|
+
"default": "false",
|
|
6767
|
+
"values": [
|
|
6768
|
+
{
|
|
6769
|
+
"type": "boolean"
|
|
6770
|
+
}
|
|
6771
|
+
],
|
|
6772
|
+
"optional": true,
|
|
6773
|
+
"required": false
|
|
6774
|
+
},
|
|
7285
6775
|
{
|
|
7286
6776
|
"name": "referrerpolicy",
|
|
7287
6777
|
"type": "\"\" | \"no-referrer\" | \"no-referrer-when-downgrade\" | \"origin\" | \"origin-when-cross-origin\" | \"same-origin\" | \"strict-origin\" | \"strict-origin-when-cross-origin\" | \"unsafe-url\"",
|
|
@@ -7362,47 +6852,57 @@
|
|
|
7362
6852
|
"required": false
|
|
7363
6853
|
},
|
|
7364
6854
|
{
|
|
7365
|
-
"name": "
|
|
7366
|
-
"type": "
|
|
6855
|
+
"name": "target",
|
|
6856
|
+
"type": "string",
|
|
7367
6857
|
"complexType": {
|
|
7368
|
-
"original": "
|
|
7369
|
-
"resolved": "
|
|
6858
|
+
"original": "string",
|
|
6859
|
+
"resolved": "string",
|
|
7370
6860
|
"references": {}
|
|
7371
6861
|
},
|
|
7372
6862
|
"mutable": false,
|
|
7373
|
-
"attr": "
|
|
6863
|
+
"attr": "target",
|
|
7374
6864
|
"reflectToAttr": false,
|
|
7375
|
-
"docs": "",
|
|
7376
|
-
"docsTags": [
|
|
7377
|
-
{
|
|
7378
|
-
"name": "deprecated",
|
|
7379
|
-
"text": "This prop should not be used anymore. The 'open in new tab/window' icon will display automatically if target=\"_blank\"."
|
|
7380
|
-
}
|
|
7381
|
-
],
|
|
7382
|
-
"deprecation": "This prop should not be used anymore. The 'open in new tab/window' icon will display automatically if target=\"_blank\".",
|
|
6865
|
+
"docs": "The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).",
|
|
6866
|
+
"docsTags": [],
|
|
7383
6867
|
"values": [
|
|
7384
6868
|
{
|
|
7385
|
-
"type": "
|
|
6869
|
+
"type": "string"
|
|
7386
6870
|
}
|
|
7387
6871
|
],
|
|
7388
6872
|
"optional": true,
|
|
7389
6873
|
"required": false
|
|
7390
6874
|
},
|
|
7391
6875
|
{
|
|
7392
|
-
"name": "
|
|
7393
|
-
"type": "
|
|
6876
|
+
"name": "theme",
|
|
6877
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
7394
6878
|
"complexType": {
|
|
7395
|
-
"original": "
|
|
7396
|
-
"resolved": "
|
|
7397
|
-
"references": {
|
|
6879
|
+
"original": "IcThemeMode",
|
|
6880
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
6881
|
+
"references": {
|
|
6882
|
+
"IcThemeMode": {
|
|
6883
|
+
"location": "import",
|
|
6884
|
+
"path": "../../utils/types",
|
|
6885
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
6886
|
+
}
|
|
6887
|
+
}
|
|
7398
6888
|
},
|
|
7399
6889
|
"mutable": false,
|
|
7400
|
-
"attr": "
|
|
6890
|
+
"attr": "theme",
|
|
7401
6891
|
"reflectToAttr": false,
|
|
7402
|
-
"docs": "
|
|
6892
|
+
"docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
|
|
7403
6893
|
"docsTags": [],
|
|
6894
|
+
"default": "\"inherit\"",
|
|
7404
6895
|
"values": [
|
|
7405
6896
|
{
|
|
6897
|
+
"value": "dark",
|
|
6898
|
+
"type": "string"
|
|
6899
|
+
},
|
|
6900
|
+
{
|
|
6901
|
+
"value": "inherit",
|
|
6902
|
+
"type": "string"
|
|
6903
|
+
},
|
|
6904
|
+
{
|
|
6905
|
+
"value": "light",
|
|
7406
6906
|
"type": "string"
|
|
7407
6907
|
}
|
|
7408
6908
|
],
|
|
@@ -7452,12 +6952,16 @@
|
|
|
7452
6952
|
],
|
|
7453
6953
|
"parts": [],
|
|
7454
6954
|
"dependents": [
|
|
7455
|
-
"ic-breadcrumb"
|
|
6955
|
+
"ic-breadcrumb",
|
|
6956
|
+
"ic-footer-link"
|
|
7456
6957
|
],
|
|
7457
6958
|
"dependencies": [],
|
|
7458
6959
|
"dependencyGraph": {
|
|
7459
6960
|
"ic-breadcrumb": [
|
|
7460
6961
|
"ic-link"
|
|
6962
|
+
],
|
|
6963
|
+
"ic-footer-link": [
|
|
6964
|
+
"ic-link"
|
|
7461
6965
|
]
|
|
7462
6966
|
}
|
|
7463
6967
|
},
|
|
@@ -7470,39 +6974,6 @@
|
|
|
7470
6974
|
"docsTags": [],
|
|
7471
6975
|
"usage": {},
|
|
7472
6976
|
"props": [
|
|
7473
|
-
{
|
|
7474
|
-
"name": "appearance",
|
|
7475
|
-
"type": "\"dark\" | \"light\"",
|
|
7476
|
-
"complexType": {
|
|
7477
|
-
"original": "IcThemeForegroundNoDefault",
|
|
7478
|
-
"resolved": "\"dark\" | \"light\"",
|
|
7479
|
-
"references": {
|
|
7480
|
-
"IcThemeForegroundNoDefault": {
|
|
7481
|
-
"location": "import",
|
|
7482
|
-
"path": "../../utils/types",
|
|
7483
|
-
"id": "src/utils/types.ts::IcThemeForegroundNoDefault"
|
|
7484
|
-
}
|
|
7485
|
-
}
|
|
7486
|
-
},
|
|
7487
|
-
"mutable": false,
|
|
7488
|
-
"attr": "appearance",
|
|
7489
|
-
"reflectToAttr": false,
|
|
7490
|
-
"docs": "The appearance of the loading indicator, e.g. dark or light.",
|
|
7491
|
-
"docsTags": [],
|
|
7492
|
-
"default": "\"dark\"",
|
|
7493
|
-
"values": [
|
|
7494
|
-
{
|
|
7495
|
-
"value": "dark",
|
|
7496
|
-
"type": "string"
|
|
7497
|
-
},
|
|
7498
|
-
{
|
|
7499
|
-
"value": "light",
|
|
7500
|
-
"type": "string"
|
|
7501
|
-
}
|
|
7502
|
-
],
|
|
7503
|
-
"optional": true,
|
|
7504
|
-
"required": false
|
|
7505
|
-
},
|
|
7506
6977
|
{
|
|
7507
6978
|
"name": "description",
|
|
7508
6979
|
"type": "string",
|
|
@@ -7549,20 +7020,23 @@
|
|
|
7549
7020
|
},
|
|
7550
7021
|
{
|
|
7551
7022
|
"name": "label",
|
|
7552
|
-
"type": "string",
|
|
7023
|
+
"type": "string | string[]",
|
|
7553
7024
|
"complexType": {
|
|
7554
|
-
"original": "string",
|
|
7555
|
-
"resolved": "string",
|
|
7025
|
+
"original": "string | string[]",
|
|
7026
|
+
"resolved": "string | string[]",
|
|
7556
7027
|
"references": {}
|
|
7557
7028
|
},
|
|
7558
7029
|
"mutable": false,
|
|
7559
7030
|
"attr": "label",
|
|
7560
7031
|
"reflectToAttr": false,
|
|
7561
|
-
"docs": "The label to be displayed beneath the loading indicator.\nDisplay a changing label by
|
|
7032
|
+
"docs": "The label to be displayed beneath the loading indicator.\nDisplay a changing label by supplying an array of messages.",
|
|
7562
7033
|
"docsTags": [],
|
|
7563
7034
|
"values": [
|
|
7564
7035
|
{
|
|
7565
7036
|
"type": "string"
|
|
7037
|
+
},
|
|
7038
|
+
{
|
|
7039
|
+
"type": "string[]"
|
|
7566
7040
|
}
|
|
7567
7041
|
],
|
|
7568
7042
|
"optional": true,
|
|
@@ -7616,19 +7090,41 @@
|
|
|
7616
7090
|
"name": "min",
|
|
7617
7091
|
"type": "number",
|
|
7618
7092
|
"complexType": {
|
|
7619
|
-
"original": "number",
|
|
7620
|
-
"resolved": "number",
|
|
7093
|
+
"original": "number",
|
|
7094
|
+
"resolved": "number",
|
|
7095
|
+
"references": {}
|
|
7096
|
+
},
|
|
7097
|
+
"mutable": false,
|
|
7098
|
+
"attr": "min",
|
|
7099
|
+
"reflectToAttr": false,
|
|
7100
|
+
"docs": "The minimum value that the progress value can take.\nUsed to calculate the proportional width of the progress bar.",
|
|
7101
|
+
"docsTags": [],
|
|
7102
|
+
"default": "0",
|
|
7103
|
+
"values": [
|
|
7104
|
+
{
|
|
7105
|
+
"type": "number"
|
|
7106
|
+
}
|
|
7107
|
+
],
|
|
7108
|
+
"optional": true,
|
|
7109
|
+
"required": false
|
|
7110
|
+
},
|
|
7111
|
+
{
|
|
7112
|
+
"name": "monochrome",
|
|
7113
|
+
"type": "boolean",
|
|
7114
|
+
"complexType": {
|
|
7115
|
+
"original": "boolean",
|
|
7116
|
+
"resolved": "boolean",
|
|
7621
7117
|
"references": {}
|
|
7622
7118
|
},
|
|
7623
7119
|
"mutable": false,
|
|
7624
|
-
"attr": "
|
|
7120
|
+
"attr": "monochrome",
|
|
7625
7121
|
"reflectToAttr": false,
|
|
7626
|
-
"docs": "
|
|
7122
|
+
"docs": "If `true`, the element will display as black and white.",
|
|
7627
7123
|
"docsTags": [],
|
|
7628
|
-
"default": "
|
|
7124
|
+
"default": "false",
|
|
7629
7125
|
"values": [
|
|
7630
7126
|
{
|
|
7631
|
-
"type": "
|
|
7127
|
+
"type": "boolean"
|
|
7632
7128
|
}
|
|
7633
7129
|
],
|
|
7634
7130
|
"optional": true,
|
|
@@ -7657,10 +7153,10 @@
|
|
|
7657
7153
|
},
|
|
7658
7154
|
{
|
|
7659
7155
|
"name": "size",
|
|
7660
|
-
"type": "\"
|
|
7156
|
+
"type": "\"icon\" | \"large\" | \"medium\" | \"small\"",
|
|
7661
7157
|
"complexType": {
|
|
7662
7158
|
"original": "IcLoadingSizes",
|
|
7663
|
-
"resolved": "\"
|
|
7159
|
+
"resolved": "\"icon\" | \"large\" | \"medium\" | \"small\"",
|
|
7664
7160
|
"references": {
|
|
7665
7161
|
"IcLoadingSizes": {
|
|
7666
7162
|
"location": "import",
|
|
@@ -7674,18 +7170,18 @@
|
|
|
7674
7170
|
"reflectToAttr": true,
|
|
7675
7171
|
"docs": "The size of the loading indicator.",
|
|
7676
7172
|
"docsTags": [],
|
|
7677
|
-
"default": "\"
|
|
7173
|
+
"default": "\"medium\"",
|
|
7678
7174
|
"values": [
|
|
7679
7175
|
{
|
|
7680
|
-
"value": "
|
|
7176
|
+
"value": "icon",
|
|
7681
7177
|
"type": "string"
|
|
7682
7178
|
},
|
|
7683
7179
|
{
|
|
7684
|
-
"value": "
|
|
7180
|
+
"value": "large",
|
|
7685
7181
|
"type": "string"
|
|
7686
7182
|
},
|
|
7687
7183
|
{
|
|
7688
|
-
"value": "
|
|
7184
|
+
"value": "medium",
|
|
7689
7185
|
"type": "string"
|
|
7690
7186
|
},
|
|
7691
7187
|
{
|
|
@@ -7696,6 +7192,43 @@
|
|
|
7696
7192
|
"optional": true,
|
|
7697
7193
|
"required": false
|
|
7698
7194
|
},
|
|
7195
|
+
{
|
|
7196
|
+
"name": "theme",
|
|
7197
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
7198
|
+
"complexType": {
|
|
7199
|
+
"original": "IcThemeMode",
|
|
7200
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
7201
|
+
"references": {
|
|
7202
|
+
"IcThemeMode": {
|
|
7203
|
+
"location": "import",
|
|
7204
|
+
"path": "../../utils/types",
|
|
7205
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
7206
|
+
}
|
|
7207
|
+
}
|
|
7208
|
+
},
|
|
7209
|
+
"mutable": false,
|
|
7210
|
+
"attr": "theme",
|
|
7211
|
+
"reflectToAttr": false,
|
|
7212
|
+
"docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
|
|
7213
|
+
"docsTags": [],
|
|
7214
|
+
"default": "\"inherit\"",
|
|
7215
|
+
"values": [
|
|
7216
|
+
{
|
|
7217
|
+
"value": "dark",
|
|
7218
|
+
"type": "string"
|
|
7219
|
+
},
|
|
7220
|
+
{
|
|
7221
|
+
"value": "inherit",
|
|
7222
|
+
"type": "string"
|
|
7223
|
+
},
|
|
7224
|
+
{
|
|
7225
|
+
"value": "light",
|
|
7226
|
+
"type": "string"
|
|
7227
|
+
}
|
|
7228
|
+
],
|
|
7229
|
+
"optional": false,
|
|
7230
|
+
"required": false
|
|
7231
|
+
},
|
|
7699
7232
|
{
|
|
7700
7233
|
"name": "type",
|
|
7701
7234
|
"type": "\"circular\" | \"linear\"",
|
|
@@ -8034,10 +7567,10 @@
|
|
|
8034
7567
|
},
|
|
8035
7568
|
{
|
|
8036
7569
|
"name": "size",
|
|
8037
|
-
"type": "\"
|
|
7570
|
+
"type": "\"large\" | \"medium\" | \"small\"",
|
|
8038
7571
|
"complexType": {
|
|
8039
7572
|
"original": "IcSizes",
|
|
8040
|
-
"resolved": "\"
|
|
7573
|
+
"resolved": "\"large\" | \"medium\" | \"small\"",
|
|
8041
7574
|
"references": {
|
|
8042
7575
|
"IcSizes": {
|
|
8043
7576
|
"location": "import",
|
|
@@ -8051,14 +7584,14 @@
|
|
|
8051
7584
|
"reflectToAttr": false,
|
|
8052
7585
|
"docs": "The size of the menu component.",
|
|
8053
7586
|
"docsTags": [],
|
|
8054
|
-
"default": "\"
|
|
7587
|
+
"default": "\"medium\"",
|
|
8055
7588
|
"values": [
|
|
8056
7589
|
{
|
|
8057
|
-
"value": "
|
|
7590
|
+
"value": "large",
|
|
8058
7591
|
"type": "string"
|
|
8059
7592
|
},
|
|
8060
7593
|
{
|
|
8061
|
-
"value": "
|
|
7594
|
+
"value": "medium",
|
|
8062
7595
|
"type": "string"
|
|
8063
7596
|
},
|
|
8064
7597
|
{
|
|
@@ -8069,34 +7602,6 @@
|
|
|
8069
7602
|
"optional": true,
|
|
8070
7603
|
"required": false
|
|
8071
7604
|
},
|
|
8072
|
-
{
|
|
8073
|
-
"name": "small",
|
|
8074
|
-
"type": "boolean",
|
|
8075
|
-
"complexType": {
|
|
8076
|
-
"original": "boolean",
|
|
8077
|
-
"resolved": "boolean",
|
|
8078
|
-
"references": {}
|
|
8079
|
-
},
|
|
8080
|
-
"mutable": false,
|
|
8081
|
-
"attr": "small",
|
|
8082
|
-
"reflectToAttr": false,
|
|
8083
|
-
"docs": "",
|
|
8084
|
-
"docsTags": [
|
|
8085
|
-
{
|
|
8086
|
-
"name": "deprecated",
|
|
8087
|
-
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
8088
|
-
}
|
|
8089
|
-
],
|
|
8090
|
-
"default": "false",
|
|
8091
|
-
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
8092
|
-
"values": [
|
|
8093
|
-
{
|
|
8094
|
-
"type": "boolean"
|
|
8095
|
-
}
|
|
8096
|
-
],
|
|
8097
|
-
"optional": true,
|
|
8098
|
-
"required": false
|
|
8099
|
-
},
|
|
8100
7605
|
{
|
|
8101
7606
|
"name": "value",
|
|
8102
7607
|
"type": "string",
|
|
@@ -9594,10 +9099,10 @@
|
|
|
9594
9099
|
},
|
|
9595
9100
|
{
|
|
9596
9101
|
"name": "size",
|
|
9597
|
-
"type": "\"
|
|
9102
|
+
"type": "\"medium\" | \"small\"",
|
|
9598
9103
|
"complexType": {
|
|
9599
9104
|
"original": "IcSizesNoLarge",
|
|
9600
|
-
"resolved": "\"
|
|
9105
|
+
"resolved": "\"medium\" | \"small\"",
|
|
9601
9106
|
"references": {
|
|
9602
9107
|
"IcSizesNoLarge": {
|
|
9603
9108
|
"location": "import",
|
|
@@ -9611,10 +9116,10 @@
|
|
|
9611
9116
|
"reflectToAttr": false,
|
|
9612
9117
|
"docs": "The size of the page header component.",
|
|
9613
9118
|
"docsTags": [],
|
|
9614
|
-
"default": "\"
|
|
9119
|
+
"default": "\"medium\"",
|
|
9615
9120
|
"values": [
|
|
9616
9121
|
{
|
|
9617
|
-
"value": "
|
|
9122
|
+
"value": "medium",
|
|
9618
9123
|
"type": "string"
|
|
9619
9124
|
},
|
|
9620
9125
|
{
|
|
@@ -9625,34 +9130,6 @@
|
|
|
9625
9130
|
"optional": true,
|
|
9626
9131
|
"required": false
|
|
9627
9132
|
},
|
|
9628
|
-
{
|
|
9629
|
-
"name": "small",
|
|
9630
|
-
"type": "boolean",
|
|
9631
|
-
"complexType": {
|
|
9632
|
-
"original": "boolean",
|
|
9633
|
-
"resolved": "boolean",
|
|
9634
|
-
"references": {}
|
|
9635
|
-
},
|
|
9636
|
-
"mutable": false,
|
|
9637
|
-
"attr": "small",
|
|
9638
|
-
"reflectToAttr": false,
|
|
9639
|
-
"docs": "",
|
|
9640
|
-
"docsTags": [
|
|
9641
|
-
{
|
|
9642
|
-
"name": "deprecated",
|
|
9643
|
-
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
9644
|
-
}
|
|
9645
|
-
],
|
|
9646
|
-
"default": "false",
|
|
9647
|
-
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
9648
|
-
"values": [
|
|
9649
|
-
{
|
|
9650
|
-
"type": "boolean"
|
|
9651
|
-
}
|
|
9652
|
-
],
|
|
9653
|
-
"optional": true,
|
|
9654
|
-
"required": false
|
|
9655
|
-
},
|
|
9656
9133
|
{
|
|
9657
9134
|
"name": "sticky",
|
|
9658
9135
|
"type": "boolean",
|
|
@@ -9801,7 +9278,7 @@
|
|
|
9801
9278
|
"usage": {},
|
|
9802
9279
|
"props": [
|
|
9803
9280
|
{
|
|
9804
|
-
"name": "
|
|
9281
|
+
"name": "adjacentPageCount",
|
|
9805
9282
|
"type": "number",
|
|
9806
9283
|
"complexType": {
|
|
9807
9284
|
"original": "number",
|
|
@@ -9809,7 +9286,7 @@
|
|
|
9809
9286
|
"references": {}
|
|
9810
9287
|
},
|
|
9811
9288
|
"mutable": true,
|
|
9812
|
-
"attr": "adjacent-count",
|
|
9289
|
+
"attr": "adjacent-page-count",
|
|
9813
9290
|
"reflectToAttr": false,
|
|
9814
9291
|
"docs": "The number of pages displayed adjacent to the current page when using 'complex' type pagination. Accepted values are 0, 1 & 2.",
|
|
9815
9292
|
"docsTags": [],
|
|
@@ -9860,7 +9337,7 @@
|
|
|
9860
9337
|
"required": false
|
|
9861
9338
|
},
|
|
9862
9339
|
{
|
|
9863
|
-
"name": "
|
|
9340
|
+
"name": "boundaryPageCount",
|
|
9864
9341
|
"type": "number",
|
|
9865
9342
|
"complexType": {
|
|
9866
9343
|
"original": "number",
|
|
@@ -9868,7 +9345,7 @@
|
|
|
9868
9345
|
"references": {}
|
|
9869
9346
|
},
|
|
9870
9347
|
"mutable": true,
|
|
9871
|
-
"attr": "boundary-count",
|
|
9348
|
+
"attr": "boundary-page-count",
|
|
9872
9349
|
"reflectToAttr": false,
|
|
9873
9350
|
"docs": "The number of pages displayed as boundary items to the current page when using 'complex' type pagination. Accepted values are 0, 1 & 2.",
|
|
9874
9351
|
"docsTags": [],
|
|
@@ -10689,10 +10166,10 @@
|
|
|
10689
10166
|
},
|
|
10690
10167
|
{
|
|
10691
10168
|
"name": "size",
|
|
10692
|
-
"type": "\"
|
|
10169
|
+
"type": "\"medium\" | \"small\"",
|
|
10693
10170
|
"complexType": {
|
|
10694
10171
|
"original": "IcSizesNoLarge",
|
|
10695
|
-
"resolved": "\"
|
|
10172
|
+
"resolved": "\"medium\" | \"small\"",
|
|
10696
10173
|
"references": {
|
|
10697
10174
|
"IcSizesNoLarge": {
|
|
10698
10175
|
"location": "import",
|
|
@@ -10706,10 +10183,10 @@
|
|
|
10706
10183
|
"reflectToAttr": false,
|
|
10707
10184
|
"docs": "The size of the radio group component.",
|
|
10708
10185
|
"docsTags": [],
|
|
10709
|
-
"default": "\"
|
|
10186
|
+
"default": "\"medium\"",
|
|
10710
10187
|
"values": [
|
|
10711
10188
|
{
|
|
10712
|
-
"value": "
|
|
10189
|
+
"value": "medium",
|
|
10713
10190
|
"type": "string"
|
|
10714
10191
|
},
|
|
10715
10192
|
{
|
|
@@ -10720,34 +10197,6 @@
|
|
|
10720
10197
|
"optional": true,
|
|
10721
10198
|
"required": false
|
|
10722
10199
|
},
|
|
10723
|
-
{
|
|
10724
|
-
"name": "small",
|
|
10725
|
-
"type": "boolean",
|
|
10726
|
-
"complexType": {
|
|
10727
|
-
"original": "boolean",
|
|
10728
|
-
"resolved": "boolean",
|
|
10729
|
-
"references": {}
|
|
10730
|
-
},
|
|
10731
|
-
"mutable": false,
|
|
10732
|
-
"attr": "small",
|
|
10733
|
-
"reflectToAttr": false,
|
|
10734
|
-
"docs": "",
|
|
10735
|
-
"docsTags": [
|
|
10736
|
-
{
|
|
10737
|
-
"name": "deprecated",
|
|
10738
|
-
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
10739
|
-
}
|
|
10740
|
-
],
|
|
10741
|
-
"default": "false",
|
|
10742
|
-
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
10743
|
-
"values": [
|
|
10744
|
-
{
|
|
10745
|
-
"type": "boolean"
|
|
10746
|
-
}
|
|
10747
|
-
],
|
|
10748
|
-
"optional": true,
|
|
10749
|
-
"required": false
|
|
10750
|
-
},
|
|
10751
10200
|
{
|
|
10752
10201
|
"name": "validationStatus",
|
|
10753
10202
|
"type": "\"\" | \"error\" | \"success\" | \"warning\"",
|
|
@@ -10869,7 +10318,7 @@
|
|
|
10869
10318
|
},
|
|
10870
10319
|
{
|
|
10871
10320
|
"filePath": "src/components/ic-radio-option/ic-radio-option.tsx",
|
|
10872
|
-
"encapsulation": "
|
|
10321
|
+
"encapsulation": "none",
|
|
10873
10322
|
"tag": "ic-radio-option",
|
|
10874
10323
|
"readme": "# ic-radio-option\r\n\r\n\r\n\r",
|
|
10875
10324
|
"docs": "",
|
|
@@ -10979,111 +10428,6 @@
|
|
|
10979
10428
|
"optional": true,
|
|
10980
10429
|
"required": false
|
|
10981
10430
|
},
|
|
10982
|
-
{
|
|
10983
|
-
"name": "formaction",
|
|
10984
|
-
"type": "string",
|
|
10985
|
-
"complexType": {
|
|
10986
|
-
"original": "string",
|
|
10987
|
-
"resolved": "string",
|
|
10988
|
-
"references": {}
|
|
10989
|
-
},
|
|
10990
|
-
"mutable": false,
|
|
10991
|
-
"attr": "formaction",
|
|
10992
|
-
"reflectToAttr": false,
|
|
10993
|
-
"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.",
|
|
10994
|
-
"docsTags": [],
|
|
10995
|
-
"values": [
|
|
10996
|
-
{
|
|
10997
|
-
"type": "string"
|
|
10998
|
-
}
|
|
10999
|
-
],
|
|
11000
|
-
"optional": true,
|
|
11001
|
-
"required": false
|
|
11002
|
-
},
|
|
11003
|
-
{
|
|
11004
|
-
"name": "formenctype",
|
|
11005
|
-
"type": "string",
|
|
11006
|
-
"complexType": {
|
|
11007
|
-
"original": "string",
|
|
11008
|
-
"resolved": "string",
|
|
11009
|
-
"references": {}
|
|
11010
|
-
},
|
|
11011
|
-
"mutable": false,
|
|
11012
|
-
"attr": "formenctype",
|
|
11013
|
-
"reflectToAttr": false,
|
|
11014
|
-
"docs": "The way the submitted form data is encoded.",
|
|
11015
|
-
"docsTags": [],
|
|
11016
|
-
"values": [
|
|
11017
|
-
{
|
|
11018
|
-
"type": "string"
|
|
11019
|
-
}
|
|
11020
|
-
],
|
|
11021
|
-
"optional": true,
|
|
11022
|
-
"required": false
|
|
11023
|
-
},
|
|
11024
|
-
{
|
|
11025
|
-
"name": "formmethod",
|
|
11026
|
-
"type": "string",
|
|
11027
|
-
"complexType": {
|
|
11028
|
-
"original": "string",
|
|
11029
|
-
"resolved": "string",
|
|
11030
|
-
"references": {}
|
|
11031
|
-
},
|
|
11032
|
-
"mutable": false,
|
|
11033
|
-
"attr": "formmethod",
|
|
11034
|
-
"reflectToAttr": false,
|
|
11035
|
-
"docs": "The HTTP method used to submit the form.",
|
|
11036
|
-
"docsTags": [],
|
|
11037
|
-
"values": [
|
|
11038
|
-
{
|
|
11039
|
-
"type": "string"
|
|
11040
|
-
}
|
|
11041
|
-
],
|
|
11042
|
-
"optional": true,
|
|
11043
|
-
"required": false
|
|
11044
|
-
},
|
|
11045
|
-
{
|
|
11046
|
-
"name": "formnovalidate",
|
|
11047
|
-
"type": "boolean",
|
|
11048
|
-
"complexType": {
|
|
11049
|
-
"original": "boolean",
|
|
11050
|
-
"resolved": "boolean",
|
|
11051
|
-
"references": {}
|
|
11052
|
-
},
|
|
11053
|
-
"mutable": false,
|
|
11054
|
-
"attr": "formnovalidate",
|
|
11055
|
-
"reflectToAttr": false,
|
|
11056
|
-
"docs": "If `true`, the form will not be validated when submitted.",
|
|
11057
|
-
"docsTags": [],
|
|
11058
|
-
"values": [
|
|
11059
|
-
{
|
|
11060
|
-
"type": "boolean"
|
|
11061
|
-
}
|
|
11062
|
-
],
|
|
11063
|
-
"optional": true,
|
|
11064
|
-
"required": false
|
|
11065
|
-
},
|
|
11066
|
-
{
|
|
11067
|
-
"name": "formtarget",
|
|
11068
|
-
"type": "string",
|
|
11069
|
-
"complexType": {
|
|
11070
|
-
"original": "string",
|
|
11071
|
-
"resolved": "string",
|
|
11072
|
-
"references": {}
|
|
11073
|
-
},
|
|
11074
|
-
"mutable": false,
|
|
11075
|
-
"attr": "formtarget",
|
|
11076
|
-
"reflectToAttr": false,
|
|
11077
|
-
"docs": "The place to display the response from submitting the form. It overrides the target attribute of the radio's form owner.",
|
|
11078
|
-
"docsTags": [],
|
|
11079
|
-
"values": [
|
|
11080
|
-
{
|
|
11081
|
-
"type": "string"
|
|
11082
|
-
}
|
|
11083
|
-
],
|
|
11084
|
-
"optional": true,
|
|
11085
|
-
"required": false
|
|
11086
|
-
},
|
|
11087
10431
|
{
|
|
11088
10432
|
"name": "groupLabel",
|
|
11089
10433
|
"type": "string",
|
|
@@ -11241,40 +10585,14 @@
|
|
|
11241
10585
|
"detail": "void",
|
|
11242
10586
|
"bubbles": true,
|
|
11243
10587
|
"complexType": {
|
|
11244
|
-
"original": "void",
|
|
11245
|
-
"resolved": "void",
|
|
11246
|
-
"references": {}
|
|
11247
|
-
},
|
|
11248
|
-
"cancelable": true,
|
|
11249
|
-
"composed": true,
|
|
11250
|
-
"docs": "Emitted when the radio option is selected or deselected.",
|
|
11251
|
-
"docsTags": []
|
|
11252
|
-
},
|
|
11253
|
-
{
|
|
11254
|
-
"event": "radioOptionSelect",
|
|
11255
|
-
"detail": "IcValueEventDetail",
|
|
11256
|
-
"bubbles": true,
|
|
11257
|
-
"complexType": {
|
|
11258
|
-
"original": "IcValueEventDetail",
|
|
11259
|
-
"resolved": "IcValueEventDetail",
|
|
11260
|
-
"references": {
|
|
11261
|
-
"IcValueEventDetail": {
|
|
11262
|
-
"location": "import",
|
|
11263
|
-
"path": "../../utils/types",
|
|
11264
|
-
"id": "src/utils/types.ts::IcValueEventDetail"
|
|
11265
|
-
}
|
|
11266
|
-
}
|
|
10588
|
+
"original": "void",
|
|
10589
|
+
"resolved": "void",
|
|
10590
|
+
"references": {}
|
|
11267
10591
|
},
|
|
11268
10592
|
"cancelable": true,
|
|
11269
10593
|
"composed": true,
|
|
11270
|
-
"docs": "",
|
|
11271
|
-
"docsTags": [
|
|
11272
|
-
{
|
|
11273
|
-
"name": "deprecated",
|
|
11274
|
-
"text": "This event should not be used anymore. Use icCheck instead."
|
|
11275
|
-
}
|
|
11276
|
-
],
|
|
11277
|
-
"deprecation": "This event should not be used anymore. Use icCheck instead."
|
|
10594
|
+
"docs": "Emitted when the radio option is selected or deselected.",
|
|
10595
|
+
"docsTags": []
|
|
11278
10596
|
}
|
|
11279
10597
|
],
|
|
11280
10598
|
"listeners": [
|
|
@@ -11311,6 +10629,28 @@
|
|
|
11311
10629
|
"docsTags": [],
|
|
11312
10630
|
"usage": {},
|
|
11313
10631
|
"props": [
|
|
10632
|
+
{
|
|
10633
|
+
"name": "assistiveHintText",
|
|
10634
|
+
"type": "string",
|
|
10635
|
+
"complexType": {
|
|
10636
|
+
"original": "string",
|
|
10637
|
+
"resolved": "string",
|
|
10638
|
+
"references": {}
|
|
10639
|
+
},
|
|
10640
|
+
"mutable": false,
|
|
10641
|
+
"attr": "assistive-hint-text",
|
|
10642
|
+
"reflectToAttr": false,
|
|
10643
|
+
"docs": "The hint text for the hidden assistive description element.",
|
|
10644
|
+
"docsTags": [],
|
|
10645
|
+
"default": "\"When autocomplete results are available use the up and down arrows to choose and press enter to select\"",
|
|
10646
|
+
"values": [
|
|
10647
|
+
{
|
|
10648
|
+
"type": "string"
|
|
10649
|
+
}
|
|
10650
|
+
],
|
|
10651
|
+
"optional": true,
|
|
10652
|
+
"required": false
|
|
10653
|
+
},
|
|
11314
10654
|
{
|
|
11315
10655
|
"name": "autocapitalize",
|
|
11316
10656
|
"type": "string",
|
|
@@ -11674,7 +11014,7 @@
|
|
|
11674
11014
|
"required": false
|
|
11675
11015
|
},
|
|
11676
11016
|
{
|
|
11677
|
-
"name": "
|
|
11017
|
+
"name": "disableAutoFiltering",
|
|
11678
11018
|
"type": "boolean",
|
|
11679
11019
|
"complexType": {
|
|
11680
11020
|
"original": "boolean",
|
|
@@ -11682,7 +11022,7 @@
|
|
|
11682
11022
|
"references": {}
|
|
11683
11023
|
},
|
|
11684
11024
|
"mutable": false,
|
|
11685
|
-
"attr": "disable-
|
|
11025
|
+
"attr": "disable-auto-filtering",
|
|
11686
11026
|
"reflectToAttr": false,
|
|
11687
11027
|
"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.",
|
|
11688
11028
|
"docsTags": [],
|
|
@@ -11827,28 +11167,6 @@
|
|
|
11827
11167
|
"optional": true,
|
|
11828
11168
|
"required": false
|
|
11829
11169
|
},
|
|
11830
|
-
{
|
|
11831
|
-
"name": "hintText",
|
|
11832
|
-
"type": "string",
|
|
11833
|
-
"complexType": {
|
|
11834
|
-
"original": "string",
|
|
11835
|
-
"resolved": "string",
|
|
11836
|
-
"references": {}
|
|
11837
|
-
},
|
|
11838
|
-
"mutable": false,
|
|
11839
|
-
"attr": "hint-text",
|
|
11840
|
-
"reflectToAttr": false,
|
|
11841
|
-
"docs": "The hint text for the hidden assistive description element.",
|
|
11842
|
-
"docsTags": [],
|
|
11843
|
-
"default": "\"When autocomplete results are available use the up and down arrows to choose and press enter to select\"",
|
|
11844
|
-
"values": [
|
|
11845
|
-
{
|
|
11846
|
-
"type": "string"
|
|
11847
|
-
}
|
|
11848
|
-
],
|
|
11849
|
-
"optional": true,
|
|
11850
|
-
"required": false
|
|
11851
|
-
},
|
|
11852
11170
|
{
|
|
11853
11171
|
"name": "label",
|
|
11854
11172
|
"type": "string",
|
|
@@ -12108,10 +11426,10 @@
|
|
|
12108
11426
|
},
|
|
12109
11427
|
{
|
|
12110
11428
|
"name": "size",
|
|
12111
|
-
"type": "\"
|
|
11429
|
+
"type": "\"medium\" | \"small\"",
|
|
12112
11430
|
"complexType": {
|
|
12113
11431
|
"original": "IcSizesNoLarge",
|
|
12114
|
-
"resolved": "\"
|
|
11432
|
+
"resolved": "\"medium\" | \"small\"",
|
|
12115
11433
|
"references": {
|
|
12116
11434
|
"IcSizesNoLarge": {
|
|
12117
11435
|
"location": "import",
|
|
@@ -12125,10 +11443,10 @@
|
|
|
12125
11443
|
"reflectToAttr": false,
|
|
12126
11444
|
"docs": "The size of the search bar component.",
|
|
12127
11445
|
"docsTags": [],
|
|
12128
|
-
"default": "\"
|
|
11446
|
+
"default": "\"medium\"",
|
|
12129
11447
|
"values": [
|
|
12130
11448
|
{
|
|
12131
|
-
"value": "
|
|
11449
|
+
"value": "medium",
|
|
12132
11450
|
"type": "string"
|
|
12133
11451
|
},
|
|
12134
11452
|
{
|
|
@@ -12139,34 +11457,6 @@
|
|
|
12139
11457
|
"optional": true,
|
|
12140
11458
|
"required": false
|
|
12141
11459
|
},
|
|
12142
|
-
{
|
|
12143
|
-
"name": "small",
|
|
12144
|
-
"type": "boolean",
|
|
12145
|
-
"complexType": {
|
|
12146
|
-
"original": "boolean",
|
|
12147
|
-
"resolved": "boolean",
|
|
12148
|
-
"references": {}
|
|
12149
|
-
},
|
|
12150
|
-
"mutable": false,
|
|
12151
|
-
"attr": "small",
|
|
12152
|
-
"reflectToAttr": false,
|
|
12153
|
-
"docs": "",
|
|
12154
|
-
"docsTags": [
|
|
12155
|
-
{
|
|
12156
|
-
"name": "deprecated",
|
|
12157
|
-
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
12158
|
-
}
|
|
12159
|
-
],
|
|
12160
|
-
"default": "false",
|
|
12161
|
-
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
12162
|
-
"values": [
|
|
12163
|
-
{
|
|
12164
|
-
"type": "boolean"
|
|
12165
|
-
}
|
|
12166
|
-
],
|
|
12167
|
-
"optional": true,
|
|
12168
|
-
"required": false
|
|
12169
|
-
},
|
|
12170
11460
|
{
|
|
12171
11461
|
"name": "spellcheck",
|
|
12172
11462
|
"type": "boolean",
|
|
@@ -12334,58 +11624,6 @@
|
|
|
12334
11624
|
"docs": "Emitted when a keyboard input occurred.",
|
|
12335
11625
|
"docsTags": []
|
|
12336
11626
|
},
|
|
12337
|
-
{
|
|
12338
|
-
"event": "icInputBlur",
|
|
12339
|
-
"detail": "IcSearchBarBlurEventDetail",
|
|
12340
|
-
"bubbles": true,
|
|
12341
|
-
"complexType": {
|
|
12342
|
-
"original": "IcSearchBarBlurEventDetail",
|
|
12343
|
-
"resolved": "IcSearchBarBlurEventDetail",
|
|
12344
|
-
"references": {
|
|
12345
|
-
"IcSearchBarBlurEventDetail": {
|
|
12346
|
-
"location": "import",
|
|
12347
|
-
"path": "./ic-search-bar.types",
|
|
12348
|
-
"id": "src/components/ic-search-bar/ic-search-bar.types.ts::IcSearchBarBlurEventDetail"
|
|
12349
|
-
}
|
|
12350
|
-
}
|
|
12351
|
-
},
|
|
12352
|
-
"cancelable": true,
|
|
12353
|
-
"composed": true,
|
|
12354
|
-
"docs": "",
|
|
12355
|
-
"docsTags": [
|
|
12356
|
-
{
|
|
12357
|
-
"name": "deprecated",
|
|
12358
|
-
"text": "This event should not be used anymore. Use icSearchBarBlur instead."
|
|
12359
|
-
}
|
|
12360
|
-
],
|
|
12361
|
-
"deprecation": "This event should not be used anymore. Use icSearchBarBlur instead."
|
|
12362
|
-
},
|
|
12363
|
-
{
|
|
12364
|
-
"event": "icInputFocus",
|
|
12365
|
-
"detail": "IcValueEventDetail",
|
|
12366
|
-
"bubbles": true,
|
|
12367
|
-
"complexType": {
|
|
12368
|
-
"original": "IcValueEventDetail",
|
|
12369
|
-
"resolved": "IcValueEventDetail",
|
|
12370
|
-
"references": {
|
|
12371
|
-
"IcValueEventDetail": {
|
|
12372
|
-
"location": "import",
|
|
12373
|
-
"path": "../../utils/types",
|
|
12374
|
-
"id": "src/utils/types.ts::IcValueEventDetail"
|
|
12375
|
-
}
|
|
12376
|
-
}
|
|
12377
|
-
},
|
|
12378
|
-
"cancelable": true,
|
|
12379
|
-
"composed": true,
|
|
12380
|
-
"docs": "",
|
|
12381
|
-
"docsTags": [
|
|
12382
|
-
{
|
|
12383
|
-
"name": "deprecated",
|
|
12384
|
-
"text": "This event should not be used anymore. Use icSearchBarFocus instead."
|
|
12385
|
-
}
|
|
12386
|
-
],
|
|
12387
|
-
"deprecation": "This event should not be used anymore. Use icSearchBarFocus instead."
|
|
12388
|
-
},
|
|
12389
11627
|
{
|
|
12390
11628
|
"event": "icMenuChange",
|
|
12391
11629
|
"detail": "IcMenuChangeEventDetail",
|
|
@@ -12468,12 +11706,18 @@
|
|
|
12468
11706
|
},
|
|
12469
11707
|
{
|
|
12470
11708
|
"event": "icSearchBarFocus",
|
|
12471
|
-
"detail": "
|
|
11709
|
+
"detail": "IcValueEventDetail",
|
|
12472
11710
|
"bubbles": true,
|
|
12473
11711
|
"complexType": {
|
|
12474
|
-
"original": "
|
|
12475
|
-
"resolved": "
|
|
12476
|
-
"references": {
|
|
11712
|
+
"original": "IcValueEventDetail",
|
|
11713
|
+
"resolved": "IcValueEventDetail",
|
|
11714
|
+
"references": {
|
|
11715
|
+
"IcValueEventDetail": {
|
|
11716
|
+
"location": "import",
|
|
11717
|
+
"path": "../../utils/types",
|
|
11718
|
+
"id": "src/utils/types.ts::IcValueEventDetail"
|
|
11719
|
+
}
|
|
11720
|
+
}
|
|
12477
11721
|
},
|
|
12478
11722
|
"cancelable": true,
|
|
12479
11723
|
"composed": true,
|
|
@@ -12679,34 +11923,6 @@
|
|
|
12679
11923
|
],
|
|
12680
11924
|
"usage": {},
|
|
12681
11925
|
"props": [
|
|
12682
|
-
{
|
|
12683
|
-
"name": "charactersUntilSuggestions",
|
|
12684
|
-
"type": "number",
|
|
12685
|
-
"complexType": {
|
|
12686
|
-
"original": "number",
|
|
12687
|
-
"resolved": "number",
|
|
12688
|
-
"references": {}
|
|
12689
|
-
},
|
|
12690
|
-
"mutable": false,
|
|
12691
|
-
"attr": "characters-until-suggestions",
|
|
12692
|
-
"reflectToAttr": false,
|
|
12693
|
-
"docs": "",
|
|
12694
|
-
"docsTags": [
|
|
12695
|
-
{
|
|
12696
|
-
"name": "deprecated",
|
|
12697
|
-
"text": "This prop should not be used anymore."
|
|
12698
|
-
}
|
|
12699
|
-
],
|
|
12700
|
-
"default": "0",
|
|
12701
|
-
"deprecation": "This prop should not be used anymore.",
|
|
12702
|
-
"values": [
|
|
12703
|
-
{
|
|
12704
|
-
"type": "number"
|
|
12705
|
-
}
|
|
12706
|
-
],
|
|
12707
|
-
"optional": true,
|
|
12708
|
-
"required": false
|
|
12709
|
-
},
|
|
12710
11926
|
{
|
|
12711
11927
|
"name": "debounce",
|
|
12712
11928
|
"type": "number",
|
|
@@ -12730,7 +11946,7 @@
|
|
|
12730
11946
|
"required": false
|
|
12731
11947
|
},
|
|
12732
11948
|
{
|
|
12733
|
-
"name": "
|
|
11949
|
+
"name": "disableAutoFiltering",
|
|
12734
11950
|
"type": "boolean",
|
|
12735
11951
|
"complexType": {
|
|
12736
11952
|
"original": "boolean",
|
|
@@ -12738,7 +11954,7 @@
|
|
|
12738
11954
|
"references": {}
|
|
12739
11955
|
},
|
|
12740
11956
|
"mutable": false,
|
|
12741
|
-
"attr": "disable-
|
|
11957
|
+
"attr": "disable-auto-filtering",
|
|
12742
11958
|
"reflectToAttr": false,
|
|
12743
11959
|
"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.",
|
|
12744
11960
|
"docsTags": [],
|
|
@@ -12782,126 +11998,21 @@
|
|
|
12782
11998
|
"references": {}
|
|
12783
11999
|
},
|
|
12784
12000
|
"mutable": false,
|
|
12785
|
-
"attr": "empty-option-list-text",
|
|
12786
|
-
"reflectToAttr": false,
|
|
12787
|
-
"docs": "The text displayed when there are no options in the option list.",
|
|
12788
|
-
"docsTags": [],
|
|
12789
|
-
"default": "\"No results found\"",
|
|
12790
|
-
"values": [
|
|
12791
|
-
{
|
|
12792
|
-
"type": "string"
|
|
12793
|
-
}
|
|
12794
|
-
],
|
|
12795
|
-
"optional": false,
|
|
12796
|
-
"required": false
|
|
12797
|
-
},
|
|
12798
|
-
{
|
|
12799
|
-
"name": "form",
|
|
12800
|
-
"type": "string",
|
|
12801
|
-
"complexType": {
|
|
12802
|
-
"original": "string",
|
|
12803
|
-
"resolved": "string",
|
|
12804
|
-
"references": {}
|
|
12805
|
-
},
|
|
12806
|
-
"mutable": false,
|
|
12807
|
-
"attr": "form",
|
|
12808
|
-
"reflectToAttr": false,
|
|
12809
|
-
"docs": "The <form> element to associate the select with.",
|
|
12810
|
-
"docsTags": [],
|
|
12811
|
-
"values": [
|
|
12812
|
-
{
|
|
12813
|
-
"type": "string"
|
|
12814
|
-
}
|
|
12815
|
-
],
|
|
12816
|
-
"optional": true,
|
|
12817
|
-
"required": false
|
|
12818
|
-
},
|
|
12819
|
-
{
|
|
12820
|
-
"name": "formaction",
|
|
12821
|
-
"type": "string",
|
|
12822
|
-
"complexType": {
|
|
12823
|
-
"original": "string",
|
|
12824
|
-
"resolved": "string",
|
|
12825
|
-
"references": {}
|
|
12826
|
-
},
|
|
12827
|
-
"mutable": false,
|
|
12828
|
-
"attr": "formaction",
|
|
12829
|
-
"reflectToAttr": false,
|
|
12830
|
-
"docs": "The URL that processes the information submitted by the select. It overrides the action attribute of the select's form owner. Does nothing if there is no form owner.\nThis prop should only be used with searchable select and will only be applied if searchable is true.",
|
|
12831
|
-
"docsTags": [],
|
|
12832
|
-
"values": [
|
|
12833
|
-
{
|
|
12834
|
-
"type": "string"
|
|
12835
|
-
}
|
|
12836
|
-
],
|
|
12837
|
-
"optional": true,
|
|
12838
|
-
"required": false
|
|
12839
|
-
},
|
|
12840
|
-
{
|
|
12841
|
-
"name": "formenctype",
|
|
12842
|
-
"type": "string",
|
|
12843
|
-
"complexType": {
|
|
12844
|
-
"original": "string",
|
|
12845
|
-
"resolved": "string",
|
|
12846
|
-
"references": {}
|
|
12847
|
-
},
|
|
12848
|
-
"mutable": false,
|
|
12849
|
-
"attr": "formenctype",
|
|
12850
|
-
"reflectToAttr": false,
|
|
12851
|
-
"docs": "The way the submitted form data is encoded. This prop should only be used with searchable select and will only be applied if searchable is true.",
|
|
12852
|
-
"docsTags": [],
|
|
12853
|
-
"values": [
|
|
12854
|
-
{
|
|
12855
|
-
"type": "string"
|
|
12856
|
-
}
|
|
12857
|
-
],
|
|
12858
|
-
"optional": true,
|
|
12859
|
-
"required": false
|
|
12860
|
-
},
|
|
12861
|
-
{
|
|
12862
|
-
"name": "formmethod",
|
|
12863
|
-
"type": "string",
|
|
12864
|
-
"complexType": {
|
|
12865
|
-
"original": "string",
|
|
12866
|
-
"resolved": "string",
|
|
12867
|
-
"references": {}
|
|
12868
|
-
},
|
|
12869
|
-
"mutable": false,
|
|
12870
|
-
"attr": "formmethod",
|
|
12871
|
-
"reflectToAttr": false,
|
|
12872
|
-
"docs": "The HTTP method used to submit the form. This prop should only be used with searchable select and will only be applied if searchable is true.",
|
|
12873
|
-
"docsTags": [],
|
|
12874
|
-
"values": [
|
|
12875
|
-
{
|
|
12876
|
-
"type": "string"
|
|
12877
|
-
}
|
|
12878
|
-
],
|
|
12879
|
-
"optional": true,
|
|
12880
|
-
"required": false
|
|
12881
|
-
},
|
|
12882
|
-
{
|
|
12883
|
-
"name": "formnovalidate",
|
|
12884
|
-
"type": "boolean",
|
|
12885
|
-
"complexType": {
|
|
12886
|
-
"original": "boolean",
|
|
12887
|
-
"resolved": "boolean",
|
|
12888
|
-
"references": {}
|
|
12889
|
-
},
|
|
12890
|
-
"mutable": false,
|
|
12891
|
-
"attr": "formnovalidate",
|
|
12001
|
+
"attr": "empty-option-list-text",
|
|
12892
12002
|
"reflectToAttr": false,
|
|
12893
|
-
"docs": "
|
|
12003
|
+
"docs": "The text displayed when there are no options in the option list.",
|
|
12894
12004
|
"docsTags": [],
|
|
12005
|
+
"default": "\"No results found\"",
|
|
12895
12006
|
"values": [
|
|
12896
12007
|
{
|
|
12897
|
-
"type": "
|
|
12008
|
+
"type": "string"
|
|
12898
12009
|
}
|
|
12899
12010
|
],
|
|
12900
|
-
"optional":
|
|
12011
|
+
"optional": false,
|
|
12901
12012
|
"required": false
|
|
12902
12013
|
},
|
|
12903
12014
|
{
|
|
12904
|
-
"name": "
|
|
12015
|
+
"name": "form",
|
|
12905
12016
|
"type": "string",
|
|
12906
12017
|
"complexType": {
|
|
12907
12018
|
"original": "string",
|
|
@@ -12909,9 +12020,9 @@
|
|
|
12909
12020
|
"references": {}
|
|
12910
12021
|
},
|
|
12911
12022
|
"mutable": false,
|
|
12912
|
-
"attr": "
|
|
12023
|
+
"attr": "form",
|
|
12913
12024
|
"reflectToAttr": false,
|
|
12914
|
-
"docs": "The
|
|
12025
|
+
"docs": "The <form> element to associate the select with.",
|
|
12915
12026
|
"docsTags": [],
|
|
12916
12027
|
"values": [
|
|
12917
12028
|
{
|
|
@@ -13334,10 +12445,10 @@
|
|
|
13334
12445
|
},
|
|
13335
12446
|
{
|
|
13336
12447
|
"name": "size",
|
|
13337
|
-
"type": "\"
|
|
12448
|
+
"type": "\"large\" | \"medium\" | \"small\"",
|
|
13338
12449
|
"complexType": {
|
|
13339
12450
|
"original": "IcSizes",
|
|
13340
|
-
"resolved": "\"
|
|
12451
|
+
"resolved": "\"large\" | \"medium\" | \"small\"",
|
|
13341
12452
|
"references": {
|
|
13342
12453
|
"IcSizes": {
|
|
13343
12454
|
"location": "import",
|
|
@@ -13351,14 +12462,14 @@
|
|
|
13351
12462
|
"reflectToAttr": false,
|
|
13352
12463
|
"docs": "The size of the select component.",
|
|
13353
12464
|
"docsTags": [],
|
|
13354
|
-
"default": "\"
|
|
12465
|
+
"default": "\"medium\"",
|
|
13355
12466
|
"values": [
|
|
13356
12467
|
{
|
|
13357
|
-
"value": "
|
|
12468
|
+
"value": "large",
|
|
13358
12469
|
"type": "string"
|
|
13359
12470
|
},
|
|
13360
12471
|
{
|
|
13361
|
-
"value": "
|
|
12472
|
+
"value": "medium",
|
|
13362
12473
|
"type": "string"
|
|
13363
12474
|
},
|
|
13364
12475
|
{
|
|
@@ -13369,34 +12480,6 @@
|
|
|
13369
12480
|
"optional": true,
|
|
13370
12481
|
"required": false
|
|
13371
12482
|
},
|
|
13372
|
-
{
|
|
13373
|
-
"name": "small",
|
|
13374
|
-
"type": "boolean",
|
|
13375
|
-
"complexType": {
|
|
13376
|
-
"original": "boolean",
|
|
13377
|
-
"resolved": "boolean",
|
|
13378
|
-
"references": {}
|
|
13379
|
-
},
|
|
13380
|
-
"mutable": false,
|
|
13381
|
-
"attr": "small",
|
|
13382
|
-
"reflectToAttr": false,
|
|
13383
|
-
"docs": "",
|
|
13384
|
-
"docsTags": [
|
|
13385
|
-
{
|
|
13386
|
-
"name": "deprecated",
|
|
13387
|
-
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
13388
|
-
}
|
|
13389
|
-
],
|
|
13390
|
-
"default": "false",
|
|
13391
|
-
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
13392
|
-
"values": [
|
|
13393
|
-
{
|
|
13394
|
-
"type": "boolean"
|
|
13395
|
-
}
|
|
13396
|
-
],
|
|
13397
|
-
"optional": true,
|
|
13398
|
-
"required": false
|
|
13399
|
-
},
|
|
13400
12483
|
{
|
|
13401
12484
|
"name": "timeout",
|
|
13402
12485
|
"type": "number",
|
|
@@ -13988,7 +13071,7 @@
|
|
|
13988
13071
|
"methods": [],
|
|
13989
13072
|
"events": [
|
|
13990
13073
|
{
|
|
13991
|
-
"event": "
|
|
13074
|
+
"event": "icSideNavExpanded",
|
|
13992
13075
|
"detail": "IcExpandedDetail",
|
|
13993
13076
|
"bubbles": true,
|
|
13994
13077
|
"complexType": {
|
|
@@ -14076,55 +13159,37 @@
|
|
|
14076
13159
|
"usage": {},
|
|
14077
13160
|
"props": [
|
|
14078
13161
|
{
|
|
14079
|
-
"name": "
|
|
14080
|
-
"type": "\"
|
|
13162
|
+
"name": "theme",
|
|
13163
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
14081
13164
|
"complexType": {
|
|
14082
|
-
"original": "
|
|
14083
|
-
"resolved": "\"
|
|
14084
|
-
"references": {
|
|
13165
|
+
"original": "IcThemeMode",
|
|
13166
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
13167
|
+
"references": {
|
|
13168
|
+
"IcThemeMode": {
|
|
13169
|
+
"location": "import",
|
|
13170
|
+
"path": "../../utils/types",
|
|
13171
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
13172
|
+
}
|
|
13173
|
+
}
|
|
14085
13174
|
},
|
|
14086
13175
|
"mutable": false,
|
|
14087
|
-
"attr": "
|
|
13176
|
+
"attr": "theme",
|
|
14088
13177
|
"reflectToAttr": false,
|
|
14089
|
-
"docs": "
|
|
13178
|
+
"docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
|
|
14090
13179
|
"docsTags": [],
|
|
14091
|
-
"default": "\"
|
|
13180
|
+
"default": "\"inherit\"",
|
|
14092
13181
|
"values": [
|
|
14093
13182
|
{
|
|
14094
|
-
"value": "
|
|
13183
|
+
"value": "dark",
|
|
14095
13184
|
"type": "string"
|
|
14096
13185
|
},
|
|
14097
13186
|
{
|
|
14098
|
-
"value": "
|
|
13187
|
+
"value": "inherit",
|
|
14099
13188
|
"type": "string"
|
|
14100
|
-
}
|
|
14101
|
-
],
|
|
14102
|
-
"optional": true,
|
|
14103
|
-
"required": false
|
|
14104
|
-
},
|
|
14105
|
-
{
|
|
14106
|
-
"name": "light",
|
|
14107
|
-
"type": "boolean",
|
|
14108
|
-
"complexType": {
|
|
14109
|
-
"original": "boolean",
|
|
14110
|
-
"resolved": "boolean",
|
|
14111
|
-
"references": {}
|
|
14112
|
-
},
|
|
14113
|
-
"mutable": false,
|
|
14114
|
-
"attr": "light",
|
|
14115
|
-
"reflectToAttr": false,
|
|
14116
|
-
"docs": "",
|
|
14117
|
-
"docsTags": [
|
|
14118
|
-
{
|
|
14119
|
-
"name": "deprecated",
|
|
14120
|
-
"text": "This prop should not be used anymore. Set prop `appearance` to \"light\" instead."
|
|
14121
|
-
}
|
|
14122
|
-
],
|
|
14123
|
-
"default": "false",
|
|
14124
|
-
"deprecation": "This prop should not be used anymore. Set prop `appearance` to \"light\" instead.",
|
|
14125
|
-
"values": [
|
|
13189
|
+
},
|
|
14126
13190
|
{
|
|
14127
|
-
"
|
|
13191
|
+
"value": "light",
|
|
13192
|
+
"type": "string"
|
|
14128
13193
|
}
|
|
14129
13194
|
],
|
|
14130
13195
|
"optional": true,
|
|
@@ -14209,44 +13274,6 @@
|
|
|
14209
13274
|
"optional": true,
|
|
14210
13275
|
"required": false
|
|
14211
13276
|
},
|
|
14212
|
-
{
|
|
14213
|
-
"name": "appearance",
|
|
14214
|
-
"type": "\"filled\" | \"outlined\"",
|
|
14215
|
-
"complexType": {
|
|
14216
|
-
"original": "IcStatusTagAppearance",
|
|
14217
|
-
"resolved": "\"filled\" | \"outlined\"",
|
|
14218
|
-
"references": {
|
|
14219
|
-
"IcStatusTagAppearance": {
|
|
14220
|
-
"location": "import",
|
|
14221
|
-
"path": "./ic-status-tag.types",
|
|
14222
|
-
"id": "src/components/ic-status-tag/ic-status-tag.types.ts::IcStatusTagAppearance"
|
|
14223
|
-
}
|
|
14224
|
-
}
|
|
14225
|
-
},
|
|
14226
|
-
"mutable": false,
|
|
14227
|
-
"attr": "appearance",
|
|
14228
|
-
"reflectToAttr": false,
|
|
14229
|
-
"docs": "",
|
|
14230
|
-
"docsTags": [
|
|
14231
|
-
{
|
|
14232
|
-
"name": "deprecated",
|
|
14233
|
-
"text": "This prop should not be used anymore. Use variant prop instead."
|
|
14234
|
-
}
|
|
14235
|
-
],
|
|
14236
|
-
"deprecation": "This prop should not be used anymore. Use variant prop instead.",
|
|
14237
|
-
"values": [
|
|
14238
|
-
{
|
|
14239
|
-
"value": "filled",
|
|
14240
|
-
"type": "string"
|
|
14241
|
-
},
|
|
14242
|
-
{
|
|
14243
|
-
"value": "outlined",
|
|
14244
|
-
"type": "string"
|
|
14245
|
-
}
|
|
14246
|
-
],
|
|
14247
|
-
"optional": true,
|
|
14248
|
-
"required": false
|
|
14249
|
-
},
|
|
14250
13277
|
{
|
|
14251
13278
|
"name": "label",
|
|
14252
13279
|
"type": "string",
|
|
@@ -14270,10 +13297,10 @@
|
|
|
14270
13297
|
},
|
|
14271
13298
|
{
|
|
14272
13299
|
"name": "size",
|
|
14273
|
-
"type": "\"
|
|
13300
|
+
"type": "\"large\" | \"medium\" | \"small\"",
|
|
14274
13301
|
"complexType": {
|
|
14275
13302
|
"original": "IcSizes",
|
|
14276
|
-
"resolved": "\"
|
|
13303
|
+
"resolved": "\"large\" | \"medium\" | \"small\"",
|
|
14277
13304
|
"references": {
|
|
14278
13305
|
"IcSizes": {
|
|
14279
13306
|
"location": "import",
|
|
@@ -14287,14 +13314,14 @@
|
|
|
14287
13314
|
"reflectToAttr": false,
|
|
14288
13315
|
"docs": "The size of the status tag component.",
|
|
14289
13316
|
"docsTags": [],
|
|
14290
|
-
"default": "\"
|
|
13317
|
+
"default": "\"medium\"",
|
|
14291
13318
|
"values": [
|
|
14292
13319
|
{
|
|
14293
|
-
"value": "
|
|
13320
|
+
"value": "large",
|
|
14294
13321
|
"type": "string"
|
|
14295
13322
|
},
|
|
14296
13323
|
{
|
|
14297
|
-
"value": "
|
|
13324
|
+
"value": "medium",
|
|
14298
13325
|
"type": "string"
|
|
14299
13326
|
},
|
|
14300
13327
|
{
|
|
@@ -14305,34 +13332,6 @@
|
|
|
14305
13332
|
"optional": true,
|
|
14306
13333
|
"required": false
|
|
14307
13334
|
},
|
|
14308
|
-
{
|
|
14309
|
-
"name": "small",
|
|
14310
|
-
"type": "boolean",
|
|
14311
|
-
"complexType": {
|
|
14312
|
-
"original": "boolean",
|
|
14313
|
-
"resolved": "boolean",
|
|
14314
|
-
"references": {}
|
|
14315
|
-
},
|
|
14316
|
-
"mutable": false,
|
|
14317
|
-
"attr": "small",
|
|
14318
|
-
"reflectToAttr": false,
|
|
14319
|
-
"docs": "",
|
|
14320
|
-
"docsTags": [
|
|
14321
|
-
{
|
|
14322
|
-
"name": "deprecated",
|
|
14323
|
-
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
14324
|
-
}
|
|
14325
|
-
],
|
|
14326
|
-
"default": "false",
|
|
14327
|
-
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
14328
|
-
"values": [
|
|
14329
|
-
{
|
|
14330
|
-
"type": "boolean"
|
|
14331
|
-
}
|
|
14332
|
-
],
|
|
14333
|
-
"optional": true,
|
|
14334
|
-
"required": false
|
|
14335
|
-
},
|
|
14336
13335
|
{
|
|
14337
13336
|
"name": "status",
|
|
14338
13337
|
"type": "\"danger\" | \"neutral\" | \"success\" | \"warning\"",
|
|
@@ -14374,6 +13373,37 @@
|
|
|
14374
13373
|
"optional": true,
|
|
14375
13374
|
"required": false
|
|
14376
13375
|
},
|
|
13376
|
+
{
|
|
13377
|
+
"name": "theme",
|
|
13378
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
13379
|
+
"complexType": {
|
|
13380
|
+
"original": "\"dark\" | \"light\" | \"inherit\"",
|
|
13381
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
13382
|
+
"references": {}
|
|
13383
|
+
},
|
|
13384
|
+
"mutable": false,
|
|
13385
|
+
"attr": "theme",
|
|
13386
|
+
"reflectToAttr": false,
|
|
13387
|
+
"docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
|
|
13388
|
+
"docsTags": [],
|
|
13389
|
+
"default": "\"inherit\"",
|
|
13390
|
+
"values": [
|
|
13391
|
+
{
|
|
13392
|
+
"value": "dark",
|
|
13393
|
+
"type": "string"
|
|
13394
|
+
},
|
|
13395
|
+
{
|
|
13396
|
+
"value": "inherit",
|
|
13397
|
+
"type": "string"
|
|
13398
|
+
},
|
|
13399
|
+
{
|
|
13400
|
+
"value": "light",
|
|
13401
|
+
"type": "string"
|
|
13402
|
+
}
|
|
13403
|
+
],
|
|
13404
|
+
"optional": true,
|
|
13405
|
+
"required": false
|
|
13406
|
+
},
|
|
14377
13407
|
{
|
|
14378
13408
|
"name": "variant",
|
|
14379
13409
|
"type": "\"filled\" | \"outlined\"",
|
|
@@ -14434,7 +13464,28 @@
|
|
|
14434
13464
|
"usage": {},
|
|
14435
13465
|
"props": [
|
|
14436
13466
|
{
|
|
14437
|
-
"name": "
|
|
13467
|
+
"name": "heading",
|
|
13468
|
+
"type": "string",
|
|
13469
|
+
"complexType": {
|
|
13470
|
+
"original": "string",
|
|
13471
|
+
"resolved": "string",
|
|
13472
|
+
"references": {}
|
|
13473
|
+
},
|
|
13474
|
+
"mutable": false,
|
|
13475
|
+
"attr": "heading",
|
|
13476
|
+
"reflectToAttr": false,
|
|
13477
|
+
"docs": "The title of the step within the stepper.",
|
|
13478
|
+
"docsTags": [],
|
|
13479
|
+
"values": [
|
|
13480
|
+
{
|
|
13481
|
+
"type": "string"
|
|
13482
|
+
}
|
|
13483
|
+
],
|
|
13484
|
+
"optional": true,
|
|
13485
|
+
"required": false
|
|
13486
|
+
},
|
|
13487
|
+
{
|
|
13488
|
+
"name": "status",
|
|
14438
13489
|
"type": "\"optional\" | \"required\"",
|
|
14439
13490
|
"complexType": {
|
|
14440
13491
|
"original": "IcStepStatuses",
|
|
@@ -14448,7 +13499,7 @@
|
|
|
14448
13499
|
}
|
|
14449
13500
|
},
|
|
14450
13501
|
"mutable": false,
|
|
14451
|
-
"attr": "
|
|
13502
|
+
"attr": "status",
|
|
14452
13503
|
"reflectToAttr": false,
|
|
14453
13504
|
"docs": "The status of the step. Use this prop to display a status message on the step if it is required or optional.",
|
|
14454
13505
|
"docsTags": [],
|
|
@@ -14466,7 +13517,7 @@
|
|
|
14466
13517
|
"required": false
|
|
14467
13518
|
},
|
|
14468
13519
|
{
|
|
14469
|
-
"name": "
|
|
13520
|
+
"name": "subheading",
|
|
14470
13521
|
"type": "string",
|
|
14471
13522
|
"complexType": {
|
|
14472
13523
|
"original": "string",
|
|
@@ -14474,7 +13525,7 @@
|
|
|
14474
13525
|
"references": {}
|
|
14475
13526
|
},
|
|
14476
13527
|
"mutable": false,
|
|
14477
|
-
"attr": "
|
|
13528
|
+
"attr": "subheading",
|
|
14478
13529
|
"reflectToAttr": false,
|
|
14479
13530
|
"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.",
|
|
14480
13531
|
"docsTags": [],
|
|
@@ -14487,28 +13538,7 @@
|
|
|
14487
13538
|
"required": false
|
|
14488
13539
|
},
|
|
14489
13540
|
{
|
|
14490
|
-
"name": "
|
|
14491
|
-
"type": "string",
|
|
14492
|
-
"complexType": {
|
|
14493
|
-
"original": "string",
|
|
14494
|
-
"resolved": "string",
|
|
14495
|
-
"references": {}
|
|
14496
|
-
},
|
|
14497
|
-
"mutable": false,
|
|
14498
|
-
"attr": "step-title",
|
|
14499
|
-
"reflectToAttr": false,
|
|
14500
|
-
"docs": "The title of the step within the stepper.",
|
|
14501
|
-
"docsTags": [],
|
|
14502
|
-
"values": [
|
|
14503
|
-
{
|
|
14504
|
-
"type": "string"
|
|
14505
|
-
}
|
|
14506
|
-
],
|
|
14507
|
-
"optional": true,
|
|
14508
|
-
"required": false
|
|
14509
|
-
},
|
|
14510
|
-
{
|
|
14511
|
-
"name": "stepType",
|
|
13541
|
+
"name": "type",
|
|
14512
13542
|
"type": "\"active\" | \"completed\" | \"current\" | \"disabled\"",
|
|
14513
13543
|
"complexType": {
|
|
14514
13544
|
"original": "IcStepTypes",
|
|
@@ -14522,7 +13552,7 @@
|
|
|
14522
13552
|
}
|
|
14523
13553
|
},
|
|
14524
13554
|
"mutable": false,
|
|
14525
|
-
"attr": "
|
|
13555
|
+
"attr": "type",
|
|
14526
13556
|
"reflectToAttr": false,
|
|
14527
13557
|
"docs": "The state of the step within the stepper.",
|
|
14528
13558
|
"docsTags": [],
|
|
@@ -14612,33 +13642,6 @@
|
|
|
14612
13642
|
"optional": true,
|
|
14613
13643
|
"required": false
|
|
14614
13644
|
},
|
|
14615
|
-
{
|
|
14616
|
-
"name": "appearance",
|
|
14617
|
-
"type": "\"default\" | \"light\"",
|
|
14618
|
-
"complexType": {
|
|
14619
|
-
"original": "\"light\" | \"default\"",
|
|
14620
|
-
"resolved": "\"default\" | \"light\"",
|
|
14621
|
-
"references": {}
|
|
14622
|
-
},
|
|
14623
|
-
"mutable": false,
|
|
14624
|
-
"attr": "appearance",
|
|
14625
|
-
"reflectToAttr": false,
|
|
14626
|
-
"docs": "The appearance of the stepper.",
|
|
14627
|
-
"docsTags": [],
|
|
14628
|
-
"default": "\"default\"",
|
|
14629
|
-
"values": [
|
|
14630
|
-
{
|
|
14631
|
-
"value": "default",
|
|
14632
|
-
"type": "string"
|
|
14633
|
-
},
|
|
14634
|
-
{
|
|
14635
|
-
"value": "light",
|
|
14636
|
-
"type": "string"
|
|
14637
|
-
}
|
|
14638
|
-
],
|
|
14639
|
-
"optional": true,
|
|
14640
|
-
"required": false
|
|
14641
|
-
},
|
|
14642
13645
|
{
|
|
14643
13646
|
"name": "connectorWidth",
|
|
14644
13647
|
"type": "number",
|
|
@@ -14677,7 +13680,44 @@
|
|
|
14677
13680
|
"default": "false",
|
|
14678
13681
|
"values": [
|
|
14679
13682
|
{
|
|
14680
|
-
"type": "boolean"
|
|
13683
|
+
"type": "boolean"
|
|
13684
|
+
}
|
|
13685
|
+
],
|
|
13686
|
+
"optional": true,
|
|
13687
|
+
"required": false
|
|
13688
|
+
},
|
|
13689
|
+
{
|
|
13690
|
+
"name": "theme",
|
|
13691
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
13692
|
+
"complexType": {
|
|
13693
|
+
"original": "IcThemeMode",
|
|
13694
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
13695
|
+
"references": {
|
|
13696
|
+
"IcThemeMode": {
|
|
13697
|
+
"location": "import",
|
|
13698
|
+
"path": "../../utils/types",
|
|
13699
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
13700
|
+
}
|
|
13701
|
+
}
|
|
13702
|
+
},
|
|
13703
|
+
"mutable": false,
|
|
13704
|
+
"attr": "theme",
|
|
13705
|
+
"reflectToAttr": false,
|
|
13706
|
+
"docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
|
|
13707
|
+
"docsTags": [],
|
|
13708
|
+
"default": "\"inherit\"",
|
|
13709
|
+
"values": [
|
|
13710
|
+
{
|
|
13711
|
+
"value": "dark",
|
|
13712
|
+
"type": "string"
|
|
13713
|
+
},
|
|
13714
|
+
{
|
|
13715
|
+
"value": "inherit",
|
|
13716
|
+
"type": "string"
|
|
13717
|
+
},
|
|
13718
|
+
{
|
|
13719
|
+
"value": "light",
|
|
13720
|
+
"type": "string"
|
|
14681
13721
|
}
|
|
14682
13722
|
],
|
|
14683
13723
|
"optional": true,
|
|
@@ -14896,10 +13936,10 @@
|
|
|
14896
13936
|
},
|
|
14897
13937
|
{
|
|
14898
13938
|
"name": "size",
|
|
14899
|
-
"type": "\"
|
|
13939
|
+
"type": "\"medium\" | \"small\"",
|
|
14900
13940
|
"complexType": {
|
|
14901
13941
|
"original": "IcSizesNoLarge",
|
|
14902
|
-
"resolved": "\"
|
|
13942
|
+
"resolved": "\"medium\" | \"small\"",
|
|
14903
13943
|
"references": {
|
|
14904
13944
|
"IcSizesNoLarge": {
|
|
14905
13945
|
"location": "import",
|
|
@@ -14913,10 +13953,10 @@
|
|
|
14913
13953
|
"reflectToAttr": false,
|
|
14914
13954
|
"docs": "The size of the switch component.",
|
|
14915
13955
|
"docsTags": [],
|
|
14916
|
-
"default": "\"
|
|
13956
|
+
"default": "\"medium\"",
|
|
14917
13957
|
"values": [
|
|
14918
13958
|
{
|
|
14919
|
-
"value": "
|
|
13959
|
+
"value": "medium",
|
|
14920
13960
|
"type": "string"
|
|
14921
13961
|
},
|
|
14922
13962
|
{
|
|
@@ -14927,34 +13967,6 @@
|
|
|
14927
13967
|
"optional": true,
|
|
14928
13968
|
"required": false
|
|
14929
13969
|
},
|
|
14930
|
-
{
|
|
14931
|
-
"name": "small",
|
|
14932
|
-
"type": "boolean",
|
|
14933
|
-
"complexType": {
|
|
14934
|
-
"original": "boolean",
|
|
14935
|
-
"resolved": "boolean",
|
|
14936
|
-
"references": {}
|
|
14937
|
-
},
|
|
14938
|
-
"mutable": false,
|
|
14939
|
-
"attr": "small",
|
|
14940
|
-
"reflectToAttr": false,
|
|
14941
|
-
"docs": "",
|
|
14942
|
-
"docsTags": [
|
|
14943
|
-
{
|
|
14944
|
-
"name": "deprecated",
|
|
14945
|
-
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
14946
|
-
}
|
|
14947
|
-
],
|
|
14948
|
-
"default": "false",
|
|
14949
|
-
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
14950
|
-
"values": [
|
|
14951
|
-
{
|
|
14952
|
-
"type": "boolean"
|
|
14953
|
-
}
|
|
14954
|
-
],
|
|
14955
|
-
"optional": true,
|
|
14956
|
-
"required": false
|
|
14957
|
-
},
|
|
14958
13970
|
{
|
|
14959
13971
|
"name": "value",
|
|
14960
13972
|
"type": "string",
|
|
@@ -15208,32 +14220,21 @@
|
|
|
15208
14220
|
"required": false
|
|
15209
14221
|
},
|
|
15210
14222
|
{
|
|
15211
|
-
"name": "
|
|
15212
|
-
"type": "
|
|
14223
|
+
"name": "contextId",
|
|
14224
|
+
"type": "string",
|
|
15213
14225
|
"complexType": {
|
|
15214
|
-
"original": "
|
|
15215
|
-
"resolved": "
|
|
15216
|
-
"references": {
|
|
15217
|
-
"IcThemeForegroundNoDefault": {
|
|
15218
|
-
"location": "import",
|
|
15219
|
-
"path": "../../utils/types",
|
|
15220
|
-
"id": "src/utils/types.ts::IcThemeForegroundNoDefault"
|
|
15221
|
-
}
|
|
15222
|
-
}
|
|
14226
|
+
"original": "string",
|
|
14227
|
+
"resolved": "string",
|
|
14228
|
+
"references": {}
|
|
15223
14229
|
},
|
|
15224
14230
|
"mutable": false,
|
|
15225
|
-
"attr": "
|
|
15226
|
-
"reflectToAttr":
|
|
15227
|
-
"docs": "The
|
|
14231
|
+
"attr": "context-id",
|
|
14232
|
+
"reflectToAttr": true,
|
|
14233
|
+
"docs": "The unique context needed if using multiple tabs inside one another i.e. rendering another set of tabs inside a tab panel.",
|
|
15228
14234
|
"docsTags": [],
|
|
15229
|
-
"default": "\"
|
|
14235
|
+
"default": "\"default\"",
|
|
15230
14236
|
"values": [
|
|
15231
14237
|
{
|
|
15232
|
-
"value": "dark",
|
|
15233
|
-
"type": "string"
|
|
15234
|
-
},
|
|
15235
|
-
{
|
|
15236
|
-
"value": "light",
|
|
15237
14238
|
"type": "string"
|
|
15238
14239
|
}
|
|
15239
14240
|
],
|
|
@@ -15241,22 +14242,22 @@
|
|
|
15241
14242
|
"required": false
|
|
15242
14243
|
},
|
|
15243
14244
|
{
|
|
15244
|
-
"name": "
|
|
15245
|
-
"type": "
|
|
14245
|
+
"name": "monochrome",
|
|
14246
|
+
"type": "boolean",
|
|
15246
14247
|
"complexType": {
|
|
15247
|
-
"original": "
|
|
15248
|
-
"resolved": "
|
|
14248
|
+
"original": "boolean",
|
|
14249
|
+
"resolved": "boolean",
|
|
15249
14250
|
"references": {}
|
|
15250
14251
|
},
|
|
15251
14252
|
"mutable": false,
|
|
15252
|
-
"attr": "
|
|
15253
|
-
"reflectToAttr":
|
|
15254
|
-
"docs": "
|
|
14253
|
+
"attr": "monochrome",
|
|
14254
|
+
"reflectToAttr": false,
|
|
14255
|
+
"docs": "If `true`, the tabs will display as black in the light theme.",
|
|
15255
14256
|
"docsTags": [],
|
|
15256
|
-
"default": "
|
|
14257
|
+
"default": "false",
|
|
15257
14258
|
"values": [
|
|
15258
14259
|
{
|
|
15259
|
-
"type": "
|
|
14260
|
+
"type": "boolean"
|
|
15260
14261
|
}
|
|
15261
14262
|
],
|
|
15262
14263
|
"optional": true,
|
|
@@ -15282,32 +14283,49 @@
|
|
|
15282
14283
|
],
|
|
15283
14284
|
"optional": true,
|
|
15284
14285
|
"required": false
|
|
15285
|
-
}
|
|
15286
|
-
],
|
|
15287
|
-
"methods": [],
|
|
15288
|
-
"events": [
|
|
14286
|
+
},
|
|
15289
14287
|
{
|
|
15290
|
-
"
|
|
15291
|
-
"
|
|
15292
|
-
"bubbles": false,
|
|
14288
|
+
"name": "theme",
|
|
14289
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
15293
14290
|
"complexType": {
|
|
15294
|
-
"original": "
|
|
15295
|
-
"resolved": "
|
|
14291
|
+
"original": "IcThemeMode",
|
|
14292
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
15296
14293
|
"references": {
|
|
15297
|
-
"
|
|
14294
|
+
"IcThemeMode": {
|
|
15298
14295
|
"location": "import",
|
|
15299
|
-
"path": "
|
|
15300
|
-
"id": "src/
|
|
14296
|
+
"path": "../../utils/types",
|
|
14297
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
15301
14298
|
}
|
|
15302
14299
|
}
|
|
15303
14300
|
},
|
|
15304
|
-
"
|
|
15305
|
-
"
|
|
15306
|
-
"
|
|
15307
|
-
"
|
|
15308
|
-
|
|
14301
|
+
"mutable": false,
|
|
14302
|
+
"attr": "theme",
|
|
14303
|
+
"reflectToAttr": false,
|
|
14304
|
+
"docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
|
|
14305
|
+
"docsTags": [],
|
|
14306
|
+
"default": "\"inherit\"",
|
|
14307
|
+
"values": [
|
|
14308
|
+
{
|
|
14309
|
+
"value": "dark",
|
|
14310
|
+
"type": "string"
|
|
14311
|
+
},
|
|
14312
|
+
{
|
|
14313
|
+
"value": "inherit",
|
|
14314
|
+
"type": "string"
|
|
14315
|
+
},
|
|
14316
|
+
{
|
|
14317
|
+
"value": "light",
|
|
14318
|
+
"type": "string"
|
|
14319
|
+
}
|
|
14320
|
+
],
|
|
14321
|
+
"optional": true,
|
|
14322
|
+
"required": false
|
|
14323
|
+
}
|
|
14324
|
+
],
|
|
14325
|
+
"methods": [],
|
|
14326
|
+
"events": [
|
|
15309
14327
|
{
|
|
15310
|
-
"event": "
|
|
14328
|
+
"event": "icTabSelect",
|
|
15311
14329
|
"detail": "IcTabSelectEventDetail",
|
|
15312
14330
|
"bubbles": false,
|
|
15313
14331
|
"complexType": {
|
|
@@ -15323,14 +14341,8 @@
|
|
|
15323
14341
|
},
|
|
15324
14342
|
"cancelable": true,
|
|
15325
14343
|
"composed": true,
|
|
15326
|
-
"docs": "",
|
|
15327
|
-
"docsTags": [
|
|
15328
|
-
{
|
|
15329
|
-
"name": "deprecated",
|
|
15330
|
-
"text": "This event should not be used anymore. Use icTabSelect instead."
|
|
15331
|
-
}
|
|
15332
|
-
],
|
|
15333
|
-
"deprecation": "This event should not be used anymore. Use icTabSelect instead."
|
|
14344
|
+
"docs": "Emitted when a user selects a tab.",
|
|
14345
|
+
"docsTags": []
|
|
15334
14346
|
}
|
|
15335
14347
|
],
|
|
15336
14348
|
"listeners": [
|
|
@@ -15371,34 +14383,6 @@
|
|
|
15371
14383
|
"docsTags": [],
|
|
15372
14384
|
"usage": {},
|
|
15373
14385
|
"props": [
|
|
15374
|
-
{
|
|
15375
|
-
"name": "contextId",
|
|
15376
|
-
"type": "string",
|
|
15377
|
-
"complexType": {
|
|
15378
|
-
"original": "string",
|
|
15379
|
-
"resolved": "string",
|
|
15380
|
-
"references": {}
|
|
15381
|
-
},
|
|
15382
|
-
"mutable": false,
|
|
15383
|
-
"attr": "context-id",
|
|
15384
|
-
"reflectToAttr": true,
|
|
15385
|
-
"docs": "",
|
|
15386
|
-
"docsTags": [
|
|
15387
|
-
{
|
|
15388
|
-
"name": "deprecated",
|
|
15389
|
-
"text": "This is no longer required.\nThe context id is passed down from `ic-tab-context`"
|
|
15390
|
-
}
|
|
15391
|
-
],
|
|
15392
|
-
"default": "\"default\"",
|
|
15393
|
-
"deprecation": "This is no longer required.\nThe context id is passed down from `ic-tab-context`",
|
|
15394
|
-
"values": [
|
|
15395
|
-
{
|
|
15396
|
-
"type": "string"
|
|
15397
|
-
}
|
|
15398
|
-
],
|
|
15399
|
-
"optional": true,
|
|
15400
|
-
"required": false
|
|
15401
|
-
},
|
|
15402
14386
|
{
|
|
15403
14387
|
"name": "inline",
|
|
15404
14388
|
"type": "boolean",
|
|
@@ -15480,36 +14464,7 @@
|
|
|
15480
14464
|
"docs": "",
|
|
15481
14465
|
"docsTags": [],
|
|
15482
14466
|
"usage": {},
|
|
15483
|
-
"props": [
|
|
15484
|
-
{
|
|
15485
|
-
"name": "contextId",
|
|
15486
|
-
"type": "string",
|
|
15487
|
-
"complexType": {
|
|
15488
|
-
"original": "string",
|
|
15489
|
-
"resolved": "string",
|
|
15490
|
-
"references": {}
|
|
15491
|
-
},
|
|
15492
|
-
"mutable": false,
|
|
15493
|
-
"attr": "context-id",
|
|
15494
|
-
"reflectToAttr": true,
|
|
15495
|
-
"docs": "",
|
|
15496
|
-
"docsTags": [
|
|
15497
|
-
{
|
|
15498
|
-
"name": "deprecated",
|
|
15499
|
-
"text": "This is no longer required.\nThe context id is passed down from `ic-tab-context`"
|
|
15500
|
-
}
|
|
15501
|
-
],
|
|
15502
|
-
"default": "\"default\"",
|
|
15503
|
-
"deprecation": "This is no longer required.\nThe context id is passed down from `ic-tab-context`",
|
|
15504
|
-
"values": [
|
|
15505
|
-
{
|
|
15506
|
-
"type": "string"
|
|
15507
|
-
}
|
|
15508
|
-
],
|
|
15509
|
-
"optional": true,
|
|
15510
|
-
"required": false
|
|
15511
|
-
}
|
|
15512
|
-
],
|
|
14467
|
+
"props": [],
|
|
15513
14468
|
"methods": [],
|
|
15514
14469
|
"events": [],
|
|
15515
14470
|
"listeners": [],
|
|
@@ -15940,6 +14895,28 @@
|
|
|
15940
14895
|
"optional": false,
|
|
15941
14896
|
"required": false
|
|
15942
14897
|
},
|
|
14898
|
+
{
|
|
14899
|
+
"name": "hideCharCount",
|
|
14900
|
+
"type": "boolean",
|
|
14901
|
+
"complexType": {
|
|
14902
|
+
"original": "boolean",
|
|
14903
|
+
"resolved": "boolean",
|
|
14904
|
+
"references": {}
|
|
14905
|
+
},
|
|
14906
|
+
"mutable": false,
|
|
14907
|
+
"attr": "hide-char-count",
|
|
14908
|
+
"reflectToAttr": false,
|
|
14909
|
+
"docs": "If `true`, the character count which is displayed when `maxCharacters` is set will be visually hidden.",
|
|
14910
|
+
"docsTags": [],
|
|
14911
|
+
"default": "false",
|
|
14912
|
+
"values": [
|
|
14913
|
+
{
|
|
14914
|
+
"type": "boolean"
|
|
14915
|
+
}
|
|
14916
|
+
],
|
|
14917
|
+
"optional": false,
|
|
14918
|
+
"required": false
|
|
14919
|
+
},
|
|
15943
14920
|
{
|
|
15944
14921
|
"name": "hideLabel",
|
|
15945
14922
|
"type": "boolean",
|
|
@@ -16098,29 +15075,7 @@
|
|
|
16098
15075
|
"mutable": false,
|
|
16099
15076
|
"attr": "max-characters",
|
|
16100
15077
|
"reflectToAttr": false,
|
|
16101
|
-
"docs": "The
|
|
16102
|
-
"docsTags": [],
|
|
16103
|
-
"default": "0",
|
|
16104
|
-
"values": [
|
|
16105
|
-
{
|
|
16106
|
-
"type": "number"
|
|
16107
|
-
}
|
|
16108
|
-
],
|
|
16109
|
-
"optional": false,
|
|
16110
|
-
"required": false
|
|
16111
|
-
},
|
|
16112
|
-
{
|
|
16113
|
-
"name": "maxLength",
|
|
16114
|
-
"type": "number",
|
|
16115
|
-
"complexType": {
|
|
16116
|
-
"original": "number",
|
|
16117
|
-
"resolved": "number",
|
|
16118
|
-
"references": {}
|
|
16119
|
-
},
|
|
16120
|
-
"mutable": false,
|
|
16121
|
-
"attr": "max-length",
|
|
16122
|
-
"reflectToAttr": false,
|
|
16123
|
-
"docs": "The count of characters in the field. Will display a warning if the bound is reached.",
|
|
15078
|
+
"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)",
|
|
16124
15079
|
"docsTags": [],
|
|
16125
15080
|
"default": "0",
|
|
16126
15081
|
"values": [
|
|
@@ -16131,28 +15086,6 @@
|
|
|
16131
15086
|
"optional": false,
|
|
16132
15087
|
"required": false
|
|
16133
15088
|
},
|
|
16134
|
-
{
|
|
16135
|
-
"name": "maxLengthMessage",
|
|
16136
|
-
"type": "string",
|
|
16137
|
-
"complexType": {
|
|
16138
|
-
"original": "string",
|
|
16139
|
-
"resolved": "string",
|
|
16140
|
-
"references": {}
|
|
16141
|
-
},
|
|
16142
|
-
"mutable": false,
|
|
16143
|
-
"attr": "max-length-message",
|
|
16144
|
-
"reflectToAttr": false,
|
|
16145
|
-
"docs": "The text to display as the validation message when the maximum length is exceeded.",
|
|
16146
|
-
"docsTags": [],
|
|
16147
|
-
"default": "\"Maximum length exceeded\"",
|
|
16148
|
-
"values": [
|
|
16149
|
-
{
|
|
16150
|
-
"type": "string"
|
|
16151
|
-
}
|
|
16152
|
-
],
|
|
16153
|
-
"optional": false,
|
|
16154
|
-
"required": false
|
|
16155
|
-
},
|
|
16156
15089
|
{
|
|
16157
15090
|
"name": "min",
|
|
16158
15091
|
"type": "number | string",
|
|
@@ -16334,60 +15267,32 @@
|
|
|
16334
15267
|
},
|
|
16335
15268
|
{
|
|
16336
15269
|
"name": "size",
|
|
16337
|
-
"type": "\"
|
|
15270
|
+
"type": "\"medium\" | \"small\"",
|
|
16338
15271
|
"complexType": {
|
|
16339
15272
|
"original": "IcSizesNoLarge",
|
|
16340
|
-
"resolved": "\"
|
|
16341
|
-
"references": {
|
|
16342
|
-
"IcSizesNoLarge": {
|
|
16343
|
-
"location": "import",
|
|
16344
|
-
"path": "../../utils/types",
|
|
16345
|
-
"id": "src/utils/types.ts::IcSizesNoLarge"
|
|
16346
|
-
}
|
|
16347
|
-
}
|
|
16348
|
-
},
|
|
16349
|
-
"mutable": false,
|
|
16350
|
-
"attr": "size",
|
|
16351
|
-
"reflectToAttr": false,
|
|
16352
|
-
"docs": "The size of the text field component.",
|
|
16353
|
-
"docsTags": [],
|
|
16354
|
-
"default": "\"default\"",
|
|
16355
|
-
"values": [
|
|
16356
|
-
{
|
|
16357
|
-
"value": "default",
|
|
16358
|
-
"type": "string"
|
|
16359
|
-
},
|
|
16360
|
-
{
|
|
16361
|
-
"value": "small",
|
|
16362
|
-
"type": "string"
|
|
16363
|
-
}
|
|
16364
|
-
],
|
|
16365
|
-
"optional": true,
|
|
16366
|
-
"required": false
|
|
16367
|
-
},
|
|
16368
|
-
{
|
|
16369
|
-
"name": "small",
|
|
16370
|
-
"type": "boolean",
|
|
16371
|
-
"complexType": {
|
|
16372
|
-
"original": "boolean",
|
|
16373
|
-
"resolved": "boolean",
|
|
16374
|
-
"references": {}
|
|
15273
|
+
"resolved": "\"medium\" | \"small\"",
|
|
15274
|
+
"references": {
|
|
15275
|
+
"IcSizesNoLarge": {
|
|
15276
|
+
"location": "import",
|
|
15277
|
+
"path": "../../utils/types",
|
|
15278
|
+
"id": "src/utils/types.ts::IcSizesNoLarge"
|
|
15279
|
+
}
|
|
15280
|
+
}
|
|
16375
15281
|
},
|
|
16376
15282
|
"mutable": false,
|
|
16377
|
-
"attr": "
|
|
15283
|
+
"attr": "size",
|
|
16378
15284
|
"reflectToAttr": false,
|
|
16379
|
-
"docs": "",
|
|
16380
|
-
"docsTags": [
|
|
16381
|
-
|
|
16382
|
-
"name": "deprecated",
|
|
16383
|
-
"text": "This prop should not be used anymore. Set prop `size` to \"small\" instead."
|
|
16384
|
-
}
|
|
16385
|
-
],
|
|
16386
|
-
"default": "false",
|
|
16387
|
-
"deprecation": "This prop should not be used anymore. Set prop `size` to \"small\" instead.",
|
|
15285
|
+
"docs": "The size of the text field component.",
|
|
15286
|
+
"docsTags": [],
|
|
15287
|
+
"default": "\"medium\"",
|
|
16388
15288
|
"values": [
|
|
16389
15289
|
{
|
|
16390
|
-
"
|
|
15290
|
+
"value": "medium",
|
|
15291
|
+
"type": "string"
|
|
15292
|
+
},
|
|
15293
|
+
{
|
|
15294
|
+
"value": "small",
|
|
15295
|
+
"type": "string"
|
|
16391
15296
|
}
|
|
16392
15297
|
],
|
|
16393
15298
|
"optional": true,
|
|
@@ -16752,7 +15657,7 @@
|
|
|
16752
15657
|
},
|
|
16753
15658
|
{
|
|
16754
15659
|
"filePath": "src/components/ic-theme/ic-theme.tsx",
|
|
16755
|
-
"encapsulation": "
|
|
15660
|
+
"encapsulation": "none",
|
|
16756
15661
|
"tag": "ic-theme",
|
|
16757
15662
|
"readme": "# ic-theme\r\n\r\n\r\n\r",
|
|
16758
15663
|
"docs": "",
|
|
@@ -16792,6 +15697,37 @@
|
|
|
16792
15697
|
],
|
|
16793
15698
|
"optional": true,
|
|
16794
15699
|
"required": false
|
|
15700
|
+
},
|
|
15701
|
+
{
|
|
15702
|
+
"name": "theme",
|
|
15703
|
+
"type": "\"dark\" | \"light\" | \"system\"",
|
|
15704
|
+
"complexType": {
|
|
15705
|
+
"original": "\"dark\" | \"light\" | \"system\"",
|
|
15706
|
+
"resolved": "\"dark\" | \"light\" | \"system\"",
|
|
15707
|
+
"references": {}
|
|
15708
|
+
},
|
|
15709
|
+
"mutable": false,
|
|
15710
|
+
"attr": "theme",
|
|
15711
|
+
"reflectToAttr": false,
|
|
15712
|
+
"docs": "The theme mode. Can be \"dark\", \"light\", or \"system\". \"system\" will use the device or browser settings.",
|
|
15713
|
+
"docsTags": [],
|
|
15714
|
+
"default": "\"light\"",
|
|
15715
|
+
"values": [
|
|
15716
|
+
{
|
|
15717
|
+
"value": "dark",
|
|
15718
|
+
"type": "string"
|
|
15719
|
+
},
|
|
15720
|
+
{
|
|
15721
|
+
"value": "light",
|
|
15722
|
+
"type": "string"
|
|
15723
|
+
},
|
|
15724
|
+
{
|
|
15725
|
+
"value": "system",
|
|
15726
|
+
"type": "string"
|
|
15727
|
+
}
|
|
15728
|
+
],
|
|
15729
|
+
"optional": false,
|
|
15730
|
+
"required": false
|
|
16795
15731
|
}
|
|
16796
15732
|
],
|
|
16797
15733
|
"methods": [],
|
|
@@ -17124,56 +16060,7 @@
|
|
|
17124
16060
|
"required": false
|
|
17125
16061
|
}
|
|
17126
16062
|
],
|
|
17127
|
-
"methods": [
|
|
17128
|
-
{
|
|
17129
|
-
"name": "setVisible",
|
|
17130
|
-
"returns": {
|
|
17131
|
-
"type": "Promise<void>",
|
|
17132
|
-
"docs": ""
|
|
17133
|
-
},
|
|
17134
|
-
"complexType": {
|
|
17135
|
-
"signature": "(toast: HTMLIcToastElement) => Promise<void>",
|
|
17136
|
-
"parameters": [
|
|
17137
|
-
{
|
|
17138
|
-
"name": "toast",
|
|
17139
|
-
"type": "HTMLIcToastElement",
|
|
17140
|
-
"docs": "The toast component to display"
|
|
17141
|
-
}
|
|
17142
|
-
],
|
|
17143
|
-
"references": {
|
|
17144
|
-
"Promise": {
|
|
17145
|
-
"location": "global",
|
|
17146
|
-
"id": "global::Promise"
|
|
17147
|
-
},
|
|
17148
|
-
"HTMLIcToastElement": {
|
|
17149
|
-
"location": "global",
|
|
17150
|
-
"id": "global::HTMLIcToastElement"
|
|
17151
|
-
}
|
|
17152
|
-
},
|
|
17153
|
-
"return": "Promise<void>"
|
|
17154
|
-
},
|
|
17155
|
-
"signature": "setVisible(toast: HTMLIcToastElement) => Promise<void>",
|
|
17156
|
-
"parameters": [
|
|
17157
|
-
{
|
|
17158
|
-
"name": "toast",
|
|
17159
|
-
"type": "HTMLIcToastElement",
|
|
17160
|
-
"docs": "The toast component to display"
|
|
17161
|
-
}
|
|
17162
|
-
],
|
|
17163
|
-
"docs": "",
|
|
17164
|
-
"docsTags": [
|
|
17165
|
-
{
|
|
17166
|
-
"name": "deprecated",
|
|
17167
|
-
"text": "Use openToast prop to display toast instead."
|
|
17168
|
-
},
|
|
17169
|
-
{
|
|
17170
|
-
"name": "param",
|
|
17171
|
-
"text": "toast The toast component to display"
|
|
17172
|
-
}
|
|
17173
|
-
],
|
|
17174
|
-
"deprecation": "Use openToast prop to display toast instead."
|
|
17175
|
-
}
|
|
17176
|
-
],
|
|
16063
|
+
"methods": [],
|
|
17177
16064
|
"events": [],
|
|
17178
16065
|
"listeners": [
|
|
17179
16066
|
{
|
|
@@ -17265,6 +16152,28 @@
|
|
|
17265
16152
|
"optional": true,
|
|
17266
16153
|
"required": false
|
|
17267
16154
|
},
|
|
16155
|
+
{
|
|
16156
|
+
"name": "checked",
|
|
16157
|
+
"type": "boolean",
|
|
16158
|
+
"complexType": {
|
|
16159
|
+
"original": "boolean",
|
|
16160
|
+
"resolved": "boolean",
|
|
16161
|
+
"references": {}
|
|
16162
|
+
},
|
|
16163
|
+
"mutable": true,
|
|
16164
|
+
"attr": "checked",
|
|
16165
|
+
"reflectToAttr": true,
|
|
16166
|
+
"docs": "If `true`, the toggle button will be in a checked state.",
|
|
16167
|
+
"docsTags": [],
|
|
16168
|
+
"default": "false",
|
|
16169
|
+
"values": [
|
|
16170
|
+
{
|
|
16171
|
+
"type": "boolean"
|
|
16172
|
+
}
|
|
16173
|
+
],
|
|
16174
|
+
"optional": false,
|
|
16175
|
+
"required": false
|
|
16176
|
+
},
|
|
17268
16177
|
{
|
|
17269
16178
|
"name": "disabled",
|
|
17270
16179
|
"type": "boolean",
|
|
@@ -17384,10 +16293,10 @@
|
|
|
17384
16293
|
},
|
|
17385
16294
|
{
|
|
17386
16295
|
"name": "size",
|
|
17387
|
-
"type": "\"
|
|
16296
|
+
"type": "\"large\" | \"medium\" | \"small\"",
|
|
17388
16297
|
"complexType": {
|
|
17389
16298
|
"original": "IcSizes",
|
|
17390
|
-
"resolved": "\"
|
|
16299
|
+
"resolved": "\"large\" | \"medium\" | \"small\"",
|
|
17391
16300
|
"references": {
|
|
17392
16301
|
"IcSizes": {
|
|
17393
16302
|
"location": "import",
|
|
@@ -17401,14 +16310,14 @@
|
|
|
17401
16310
|
"reflectToAttr": false,
|
|
17402
16311
|
"docs": "The size of the toggle button to be displayed.",
|
|
17403
16312
|
"docsTags": [],
|
|
17404
|
-
"default": "\"
|
|
16313
|
+
"default": "\"medium\"",
|
|
17405
16314
|
"values": [
|
|
17406
16315
|
{
|
|
17407
|
-
"value": "
|
|
16316
|
+
"value": "large",
|
|
17408
16317
|
"type": "string"
|
|
17409
16318
|
},
|
|
17410
16319
|
{
|
|
17411
|
-
"value": "
|
|
16320
|
+
"value": "medium",
|
|
17412
16321
|
"type": "string"
|
|
17413
16322
|
},
|
|
17414
16323
|
{
|
|
@@ -17419,28 +16328,6 @@
|
|
|
17419
16328
|
"optional": true,
|
|
17420
16329
|
"required": false
|
|
17421
16330
|
},
|
|
17422
|
-
{
|
|
17423
|
-
"name": "toggleChecked",
|
|
17424
|
-
"type": "boolean",
|
|
17425
|
-
"complexType": {
|
|
17426
|
-
"original": "boolean",
|
|
17427
|
-
"resolved": "boolean",
|
|
17428
|
-
"references": {}
|
|
17429
|
-
},
|
|
17430
|
-
"mutable": true,
|
|
17431
|
-
"attr": "toggle-checked",
|
|
17432
|
-
"reflectToAttr": true,
|
|
17433
|
-
"docs": "If `true`, the toggle button will be in a checked state.",
|
|
17434
|
-
"docsTags": [],
|
|
17435
|
-
"default": "false",
|
|
17436
|
-
"values": [
|
|
17437
|
-
{
|
|
17438
|
-
"type": "boolean"
|
|
17439
|
-
}
|
|
17440
|
-
],
|
|
17441
|
-
"optional": false,
|
|
17442
|
-
"required": false
|
|
17443
|
-
},
|
|
17444
16331
|
{
|
|
17445
16332
|
"name": "variant",
|
|
17446
16333
|
"type": "\"default\" | \"icon\"",
|
|
@@ -17757,10 +16644,10 @@
|
|
|
17757
16644
|
},
|
|
17758
16645
|
{
|
|
17759
16646
|
"name": "size",
|
|
17760
|
-
"type": "\"
|
|
16647
|
+
"type": "\"large\" | \"medium\" | \"small\"",
|
|
17761
16648
|
"complexType": {
|
|
17762
16649
|
"original": "IcSizes",
|
|
17763
|
-
"resolved": "\"
|
|
16650
|
+
"resolved": "\"large\" | \"medium\" | \"small\"",
|
|
17764
16651
|
"references": {
|
|
17765
16652
|
"IcSizes": {
|
|
17766
16653
|
"location": "import",
|
|
@@ -17774,14 +16661,14 @@
|
|
|
17774
16661
|
"reflectToAttr": false,
|
|
17775
16662
|
"docs": "The size of the toggle buttons to be displayed. This does not affect the font size of the accessible label.",
|
|
17776
16663
|
"docsTags": [],
|
|
17777
|
-
"default": "\"
|
|
16664
|
+
"default": "\"medium\"",
|
|
17778
16665
|
"values": [
|
|
17779
16666
|
{
|
|
17780
|
-
"value": "
|
|
16667
|
+
"value": "large",
|
|
17781
16668
|
"type": "string"
|
|
17782
16669
|
},
|
|
17783
16670
|
{
|
|
17784
|
-
"value": "
|
|
16671
|
+
"value": "medium",
|
|
17785
16672
|
"type": "string"
|
|
17786
16673
|
},
|
|
17787
16674
|
{
|
|
@@ -18023,6 +16910,43 @@
|
|
|
18023
16910
|
],
|
|
18024
16911
|
"optional": true,
|
|
18025
16912
|
"required": false
|
|
16913
|
+
},
|
|
16914
|
+
{
|
|
16915
|
+
"name": "theme",
|
|
16916
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
16917
|
+
"complexType": {
|
|
16918
|
+
"original": "IcThemeMode",
|
|
16919
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
16920
|
+
"references": {
|
|
16921
|
+
"IcThemeMode": {
|
|
16922
|
+
"location": "import",
|
|
16923
|
+
"path": "../../utils/types",
|
|
16924
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
16925
|
+
}
|
|
16926
|
+
}
|
|
16927
|
+
},
|
|
16928
|
+
"mutable": false,
|
|
16929
|
+
"attr": "theme",
|
|
16930
|
+
"reflectToAttr": false,
|
|
16931
|
+
"docs": "Sets the tooltip to the dark or light theme colors. \"inherit\" will set the color based on the system settings or ic-theme component.",
|
|
16932
|
+
"docsTags": [],
|
|
16933
|
+
"default": "\"inherit\"",
|
|
16934
|
+
"values": [
|
|
16935
|
+
{
|
|
16936
|
+
"value": "dark",
|
|
16937
|
+
"type": "string"
|
|
16938
|
+
},
|
|
16939
|
+
{
|
|
16940
|
+
"value": "inherit",
|
|
16941
|
+
"type": "string"
|
|
16942
|
+
},
|
|
16943
|
+
{
|
|
16944
|
+
"value": "light",
|
|
16945
|
+
"type": "string"
|
|
16946
|
+
}
|
|
16947
|
+
],
|
|
16948
|
+
"optional": true,
|
|
16949
|
+
"required": false
|
|
18026
16950
|
}
|
|
18027
16951
|
],
|
|
18028
16952
|
"methods": [
|
|
@@ -18092,9 +17016,8 @@
|
|
|
18092
17016
|
"slots": [],
|
|
18093
17017
|
"parts": [],
|
|
18094
17018
|
"dependents": [
|
|
18095
|
-
"ic-back-to-top",
|
|
18096
17019
|
"ic-button",
|
|
18097
|
-
"ic-card",
|
|
17020
|
+
"ic-card-vertical",
|
|
18098
17021
|
"ic-chip",
|
|
18099
17022
|
"ic-navigation-item"
|
|
18100
17023
|
],
|
|
@@ -18105,13 +17028,10 @@
|
|
|
18105
17028
|
"ic-tooltip": [
|
|
18106
17029
|
"ic-typography"
|
|
18107
17030
|
],
|
|
18108
|
-
"ic-back-to-top": [
|
|
18109
|
-
"ic-tooltip"
|
|
18110
|
-
],
|
|
18111
17031
|
"ic-button": [
|
|
18112
17032
|
"ic-tooltip"
|
|
18113
17033
|
],
|
|
18114
|
-
"ic-card": [
|
|
17034
|
+
"ic-card-vertical": [
|
|
18115
17035
|
"ic-tooltip"
|
|
18116
17036
|
],
|
|
18117
17037
|
"ic-chip": [
|
|
@@ -18377,7 +17297,7 @@
|
|
|
18377
17297
|
"methods": [],
|
|
18378
17298
|
"events": [
|
|
18379
17299
|
{
|
|
18380
|
-
"event": "
|
|
17300
|
+
"event": "icTopNavResized",
|
|
18381
17301
|
"detail": "{ size: number; }",
|
|
18382
17302
|
"bubbles": true,
|
|
18383
17303
|
"complexType": {
|
|
@@ -18599,6 +17519,43 @@
|
|
|
18599
17519
|
"optional": true,
|
|
18600
17520
|
"required": false
|
|
18601
17521
|
},
|
|
17522
|
+
{
|
|
17523
|
+
"name": "theme",
|
|
17524
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
17525
|
+
"complexType": {
|
|
17526
|
+
"original": "IcThemeMode",
|
|
17527
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
17528
|
+
"references": {
|
|
17529
|
+
"IcThemeMode": {
|
|
17530
|
+
"location": "import",
|
|
17531
|
+
"path": "../../utils/types",
|
|
17532
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
17533
|
+
}
|
|
17534
|
+
}
|
|
17535
|
+
},
|
|
17536
|
+
"mutable": false,
|
|
17537
|
+
"attr": "theme",
|
|
17538
|
+
"reflectToAttr": false,
|
|
17539
|
+
"docs": "Sets the text color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
|
|
17540
|
+
"docsTags": [],
|
|
17541
|
+
"default": "\"inherit\"",
|
|
17542
|
+
"values": [
|
|
17543
|
+
{
|
|
17544
|
+
"value": "dark",
|
|
17545
|
+
"type": "string"
|
|
17546
|
+
},
|
|
17547
|
+
{
|
|
17548
|
+
"value": "inherit",
|
|
17549
|
+
"type": "string"
|
|
17550
|
+
},
|
|
17551
|
+
{
|
|
17552
|
+
"value": "light",
|
|
17553
|
+
"type": "string"
|
|
17554
|
+
}
|
|
17555
|
+
],
|
|
17556
|
+
"optional": true,
|
|
17557
|
+
"required": false
|
|
17558
|
+
},
|
|
18602
17559
|
{
|
|
18603
17560
|
"name": "underline",
|
|
18604
17561
|
"type": "boolean",
|
|
@@ -18721,13 +17678,12 @@
|
|
|
18721
17678
|
"ic-accordion",
|
|
18722
17679
|
"ic-accordion-group",
|
|
18723
17680
|
"ic-alert",
|
|
18724
|
-
"ic-back-to-top",
|
|
18725
17681
|
"ic-badge",
|
|
18726
|
-
"ic-card",
|
|
17682
|
+
"ic-card-vertical",
|
|
18727
17683
|
"ic-checkbox",
|
|
18728
17684
|
"ic-chip",
|
|
18729
17685
|
"ic-classification-banner",
|
|
18730
|
-
"ic-data-
|
|
17686
|
+
"ic-data-list",
|
|
18731
17687
|
"ic-data-row",
|
|
18732
17688
|
"ic-dialog",
|
|
18733
17689
|
"ic-empty-state",
|
|
@@ -18769,13 +17725,10 @@
|
|
|
18769
17725
|
"ic-alert": [
|
|
18770
17726
|
"ic-typography"
|
|
18771
17727
|
],
|
|
18772
|
-
"ic-back-to-top": [
|
|
18773
|
-
"ic-typography"
|
|
18774
|
-
],
|
|
18775
17728
|
"ic-badge": [
|
|
18776
17729
|
"ic-typography"
|
|
18777
17730
|
],
|
|
18778
|
-
"ic-card": [
|
|
17731
|
+
"ic-card-vertical": [
|
|
18779
17732
|
"ic-typography"
|
|
18780
17733
|
],
|
|
18781
17734
|
"ic-checkbox": [
|
|
@@ -18787,7 +17740,7 @@
|
|
|
18787
17740
|
"ic-classification-banner": [
|
|
18788
17741
|
"ic-typography"
|
|
18789
17742
|
],
|
|
18790
|
-
"ic-data-
|
|
17743
|
+
"ic-data-list": [
|
|
18791
17744
|
"ic-typography"
|
|
18792
17745
|
],
|
|
18793
17746
|
"ic-data-row": [
|
|
@@ -18887,7 +17840,7 @@
|
|
|
18887
17840
|
"path": "src/utils/types.ts"
|
|
18888
17841
|
},
|
|
18889
17842
|
"src/utils/types.ts::IcSizes": {
|
|
18890
|
-
"declaration": "export type IcSizes = \"
|
|
17843
|
+
"declaration": "export type IcSizes = \"medium\" | \"large\" | \"small\";",
|
|
18891
17844
|
"docstring": "",
|
|
18892
17845
|
"path": "src/utils/types.ts"
|
|
18893
17846
|
},
|
|
@@ -18916,6 +17869,21 @@
|
|
|
18916
17869
|
"docstring": "",
|
|
18917
17870
|
"path": "src/components/ic-footer/ic-footer.types.tsx"
|
|
18918
17871
|
},
|
|
17872
|
+
"src/components/ic-button/ic-button.types.ts::IcButtonTooltipPlacement": {
|
|
17873
|
+
"declaration": "export type IcButtonTooltipPlacement = \"top\" | \"right\" | \"bottom\" | \"left\";",
|
|
17874
|
+
"docstring": "",
|
|
17875
|
+
"path": "src/components/ic-button/ic-button.types.ts"
|
|
17876
|
+
},
|
|
17877
|
+
"src/components/ic-button/ic-button.types.ts::IcButtonTypes": {
|
|
17878
|
+
"declaration": "export type IcButtonTypes = \"reset\" | \"submit\" | \"button\";",
|
|
17879
|
+
"docstring": "",
|
|
17880
|
+
"path": "src/components/ic-button/ic-button.types.ts"
|
|
17881
|
+
},
|
|
17882
|
+
"src/components/ic-button/ic-button.types.ts::IcButtonVariants": {
|
|
17883
|
+
"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\";",
|
|
17884
|
+
"docstring": "",
|
|
17885
|
+
"path": "src/components/ic-button/ic-button.types.ts"
|
|
17886
|
+
},
|
|
18919
17887
|
"src/utils/types.ts::IcColor": {
|
|
18920
17888
|
"declaration": "export type IcColor = RGB | RGBA | HEX;",
|
|
18921
17889
|
"docstring": "",
|
|
@@ -18926,6 +17894,11 @@
|
|
|
18926
17894
|
"docstring": "",
|
|
18927
17895
|
"path": "src/components/ic-badge/ic-badge.types.ts"
|
|
18928
17896
|
},
|
|
17897
|
+
"src/utils/types.ts::IcThemeMode": {
|
|
17898
|
+
"declaration": "export type IcThemeMode = \"dark\" | \"light\" | \"inherit\";",
|
|
17899
|
+
"docstring": "",
|
|
17900
|
+
"path": "src/utils/types.ts"
|
|
17901
|
+
},
|
|
18929
17902
|
"src/components/ic-badge/ic-badge.types.ts::IcBadgeTypes": {
|
|
18930
17903
|
"declaration": "export type IcBadgeTypes = \"dot\" | \"text\" | \"icon\";",
|
|
18931
17904
|
"docstring": "",
|
|
@@ -18936,36 +17909,11 @@
|
|
|
18936
17909
|
"docstring": "",
|
|
18937
17910
|
"path": "src/components/ic-badge/ic-badge.types.ts"
|
|
18938
17911
|
},
|
|
18939
|
-
"src/components/ic-button/ic-button.types.ts::IcButtonTooltipPlacement": {
|
|
18940
|
-
"declaration": "export type IcButtonTooltipPlacement = \"top\" | \"right\" | \"bottom\" | \"left\";",
|
|
18941
|
-
"docstring": "",
|
|
18942
|
-
"path": "src/components/ic-button/ic-button.types.ts"
|
|
18943
|
-
},
|
|
18944
|
-
"src/components/ic-button/ic-button.types.ts::IcButtonTypes": {
|
|
18945
|
-
"declaration": "export type IcButtonTypes = \"reset\" | \"submit\" | \"button\";",
|
|
18946
|
-
"docstring": "",
|
|
18947
|
-
"path": "src/components/ic-button/ic-button.types.ts"
|
|
18948
|
-
},
|
|
18949
|
-
"src/components/ic-button/ic-button.types.ts::IcButtonVariants": {
|
|
18950
|
-
"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\";",
|
|
18951
|
-
"docstring": "",
|
|
18952
|
-
"path": "src/components/ic-button/ic-button.types.ts"
|
|
18953
|
-
},
|
|
18954
|
-
"src/components/ic-chip/ic-chip.types.ts::IcChipAppearance": {
|
|
18955
|
-
"declaration": "export type IcChipAppearance = \"filled\" | \"outline\";",
|
|
18956
|
-
"docstring": "",
|
|
18957
|
-
"path": "src/components/ic-chip/ic-chip.types.ts"
|
|
18958
|
-
},
|
|
18959
17912
|
"src/utils/types.ts::IcEmphasisType": {
|
|
18960
17913
|
"declaration": "export type IcEmphasisType = \"filled\" | \"outlined\";",
|
|
18961
17914
|
"docstring": "",
|
|
18962
17915
|
"path": "src/utils/types.ts"
|
|
18963
17916
|
},
|
|
18964
|
-
"src/utils/types.ts::IcThemeForegroundNoDefault": {
|
|
18965
|
-
"declaration": "export type IcThemeForegroundNoDefault = \"dark\" | \"light\";",
|
|
18966
|
-
"docstring": "",
|
|
18967
|
-
"path": "src/utils/types.ts"
|
|
18968
|
-
},
|
|
18969
17917
|
"src/components/ic-tab/ic-tab.types.ts::IcTabClickEventDetail": {
|
|
18970
17918
|
"declaration": "export interface IcTabClickEventDetail {\n tabId: string;\n contextId: string;\n position: number;\n}",
|
|
18971
17919
|
"docstring": "",
|
|
@@ -19012,7 +17960,7 @@
|
|
|
19012
17960
|
"path": "src/components/ic-text-field/ic-text-field.types.ts"
|
|
19013
17961
|
},
|
|
19014
17962
|
"src/utils/types.ts::IcSizesNoLarge": {
|
|
19015
|
-
"declaration": "export type IcSizesNoLarge = \"
|
|
17963
|
+
"declaration": "export type IcSizesNoLarge = \"medium\" | \"small\";",
|
|
19016
17964
|
"docstring": "",
|
|
19017
17965
|
"path": "src/utils/types.ts"
|
|
19018
17966
|
},
|
|
@@ -19047,7 +17995,7 @@
|
|
|
19047
17995
|
"path": "src/components/ic-input-validation/ic-input-validation.types.tsx"
|
|
19048
17996
|
},
|
|
19049
17997
|
"src/components/ic-loading-indicator/ic-loading-indicator.types.tsx::IcLoadingSizes": {
|
|
19050
|
-
"declaration": "export type IcLoadingSizes = \"
|
|
17998
|
+
"declaration": "export type IcLoadingSizes = \"medium\" | \"small\" | \"large\" | \"icon\";",
|
|
19051
17999
|
"docstring": "",
|
|
19052
18000
|
"path": "src/components/ic-loading-indicator/ic-loading-indicator.types.tsx"
|
|
19053
18001
|
},
|
|
@@ -19126,16 +18074,16 @@
|
|
|
19126
18074
|
"docstring": "",
|
|
19127
18075
|
"path": "src/components/ic-radio-group/ic-radio-group.types.ts"
|
|
19128
18076
|
},
|
|
19129
|
-
"src/components/ic-search-bar/ic-search-bar.types.ts::IcSearchBarBlurEventDetail": {
|
|
19130
|
-
"declaration": "export interface IcSearchBarBlurEventDetail extends IcValueEventDetail {\n relatedTarget: IcRelatedTarget;\n}",
|
|
19131
|
-
"docstring": "",
|
|
19132
|
-
"path": "src/components/ic-search-bar/ic-search-bar.types.ts"
|
|
19133
|
-
},
|
|
19134
18077
|
"src/utils/types.ts::IcBlurEventDetail": {
|
|
19135
18078
|
"declaration": "export interface IcBlurEventDetail {\n relatedTarget: IcRelatedTarget;\n}",
|
|
19136
18079
|
"docstring": "",
|
|
19137
18080
|
"path": "src/utils/types.ts"
|
|
19138
18081
|
},
|
|
18082
|
+
"src/components/ic-search-bar/ic-search-bar.types.ts::IcSearchBarBlurEventDetail": {
|
|
18083
|
+
"declaration": "export interface IcSearchBarBlurEventDetail extends IcValueEventDetail {\n relatedTarget: IcRelatedTarget;\n}",
|
|
18084
|
+
"docstring": "",
|
|
18085
|
+
"path": "src/components/ic-search-bar/ic-search-bar.types.ts"
|
|
18086
|
+
},
|
|
19139
18087
|
"src/utils/types.ts::IcSearchMatchPositions": {
|
|
19140
18088
|
"declaration": "export type IcSearchMatchPositions = \"start\" | \"anywhere\";",
|
|
19141
18089
|
"docstring": "",
|
|
@@ -19146,11 +18094,6 @@
|
|
|
19146
18094
|
"docstring": "",
|
|
19147
18095
|
"path": "src/components/ic-skeleton/ic-skeleton.types.ts"
|
|
19148
18096
|
},
|
|
19149
|
-
"src/components/ic-status-tag/ic-status-tag.types.ts::IcStatusTagAppearance": {
|
|
19150
|
-
"declaration": "export type IcStatusTagAppearance = \"filled\" | \"outlined\";",
|
|
19151
|
-
"docstring": "",
|
|
19152
|
-
"path": "src/components/ic-status-tag/ic-status-tag.types.ts"
|
|
19153
|
-
},
|
|
19154
18097
|
"src/components/ic-status-tag/ic-status-tag.types.ts::IcStatusTagStatuses": {
|
|
19155
18098
|
"declaration": "export type IcStatusTagStatuses = \"neutral\" | \"success\" | \"warning\" | \"danger\";",
|
|
19156
18099
|
"docstring": "",
|
|
@@ -19202,7 +18145,7 @@
|
|
|
19202
18145
|
"path": "src/utils/types.ts"
|
|
19203
18146
|
},
|
|
19204
18147
|
"src/components/ic-toggle-button-group/ic-toggle-button-group.types.ts::IcChangeEventDetail": {
|
|
19205
|
-
"declaration": "export interface IcChangeEventDetail {\n
|
|
18148
|
+
"declaration": "export interface IcChangeEventDetail {\n checked: boolean[] | boolean;\n toggledOptions?: {\n toggleButton: HTMLIcToggleButtonElement;\n }[];\n selectedOption: HTMLIcToggleButtonElement;\n}",
|
|
19206
18149
|
"docstring": "",
|
|
19207
18150
|
"path": "src/components/ic-toggle-button-group/ic-toggle-button-group.types.ts"
|
|
19208
18151
|
}
|