@ukic/docs 2.1.0-beta.1 → 2.1.0-beta.3
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/README.md +1 -3
- package/docs.json +621 -365
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "
|
|
2
|
+
"timestamp": "2023-01-23T15:31:44",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "2.20.0",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
"name": "slot",
|
|
22
|
-
"text": "action - Content is placed to the
|
|
22
|
+
"text": "action - Content is placed to the right of the message."
|
|
23
23
|
}
|
|
24
24
|
],
|
|
25
25
|
"usage": {},
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"mutable": false,
|
|
31
31
|
"attr": "announced",
|
|
32
32
|
"reflectToAttr": false,
|
|
33
|
-
"docs": "
|
|
33
|
+
"docs": "If `true`, the alert will have the 'alert' ARIA role and will be announced to screen readers.",
|
|
34
34
|
"docsTags": [],
|
|
35
35
|
"default": "true",
|
|
36
36
|
"values": [
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"mutable": false,
|
|
48
48
|
"attr": "dismissible",
|
|
49
49
|
"reflectToAttr": false,
|
|
50
|
-
"docs": "
|
|
50
|
+
"docs": "If `true`, the alert will have a close icon at the end to dismiss it.",
|
|
51
51
|
"docsTags": [],
|
|
52
52
|
"default": "false",
|
|
53
53
|
"values": [
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"mutable": false,
|
|
65
65
|
"attr": "heading",
|
|
66
66
|
"reflectToAttr": false,
|
|
67
|
-
"docs": "
|
|
67
|
+
"docs": "The optional title to display at the start of the alert.",
|
|
68
68
|
"docsTags": [],
|
|
69
69
|
"default": "\"\"",
|
|
70
70
|
"values": [
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"mutable": false,
|
|
82
82
|
"attr": "message",
|
|
83
83
|
"reflectToAttr": false,
|
|
84
|
-
"docs": "
|
|
84
|
+
"docs": "The main body message of the alert.",
|
|
85
85
|
"docsTags": [],
|
|
86
86
|
"values": [
|
|
87
87
|
{
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"mutable": false,
|
|
98
98
|
"attr": "title-above",
|
|
99
99
|
"reflectToAttr": false,
|
|
100
|
-
"docs": "
|
|
100
|
+
"docs": "If `true`, the title and message will appear inline instead of above and below.",
|
|
101
101
|
"docsTags": [],
|
|
102
102
|
"default": "false",
|
|
103
103
|
"values": [
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"mutable": false,
|
|
115
115
|
"attr": "variant",
|
|
116
116
|
"reflectToAttr": false,
|
|
117
|
-
"docs": "
|
|
117
|
+
"docs": "The variant of the alert which will be rendered.",
|
|
118
118
|
"docsTags": [],
|
|
119
119
|
"default": "\"neutral\"",
|
|
120
120
|
"values": [
|
|
@@ -151,13 +151,28 @@
|
|
|
151
151
|
"bubbles": true,
|
|
152
152
|
"cancelable": true,
|
|
153
153
|
"composed": true,
|
|
154
|
+
"docs": "",
|
|
155
|
+
"docsTags": [
|
|
156
|
+
{
|
|
157
|
+
"name": "deprecated",
|
|
158
|
+
"text": "This event should not be used anymore. Use icDismiss instead."
|
|
159
|
+
}
|
|
160
|
+
],
|
|
161
|
+
"deprecation": "This event should not be used anymore. Use icDismiss instead."
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"event": "icDismiss",
|
|
165
|
+
"detail": "void",
|
|
166
|
+
"bubbles": true,
|
|
167
|
+
"cancelable": true,
|
|
168
|
+
"composed": true,
|
|
154
169
|
"docs": "Is emitted when the user dismisses the alert.",
|
|
155
170
|
"docsTags": []
|
|
156
171
|
}
|
|
157
172
|
],
|
|
158
173
|
"listeners": [
|
|
159
174
|
{
|
|
160
|
-
"event": "
|
|
175
|
+
"event": "icDismiss",
|
|
161
176
|
"capture": true,
|
|
162
177
|
"passive": false
|
|
163
178
|
}
|
|
@@ -166,7 +181,7 @@
|
|
|
166
181
|
"slots": [
|
|
167
182
|
{
|
|
168
183
|
"name": "action",
|
|
169
|
-
"docs": "Content is placed to the
|
|
184
|
+
"docs": "Content is placed to the right of the message."
|
|
170
185
|
},
|
|
171
186
|
{
|
|
172
187
|
"name": "message",
|
|
@@ -253,7 +268,7 @@
|
|
|
253
268
|
"mutable": false,
|
|
254
269
|
"attr": "current",
|
|
255
270
|
"reflectToAttr": false,
|
|
256
|
-
"docs": "If true
|
|
271
|
+
"docs": "If `true`, aria-current will be set on the breadcrumb.",
|
|
257
272
|
"docsTags": [],
|
|
258
273
|
"default": "false",
|
|
259
274
|
"values": [
|
|
@@ -270,7 +285,7 @@
|
|
|
270
285
|
"mutable": false,
|
|
271
286
|
"attr": "href",
|
|
272
287
|
"reflectToAttr": false,
|
|
273
|
-
"docs": "
|
|
288
|
+
"docs": "The URL that the breadcrumb link points to.",
|
|
274
289
|
"docsTags": [],
|
|
275
290
|
"values": [
|
|
276
291
|
{
|
|
@@ -286,7 +301,7 @@
|
|
|
286
301
|
"mutable": false,
|
|
287
302
|
"attr": "page-title",
|
|
288
303
|
"reflectToAttr": false,
|
|
289
|
-
"docs": "
|
|
304
|
+
"docs": "The title of the breadcrumb.",
|
|
290
305
|
"docsTags": [],
|
|
291
306
|
"values": [
|
|
292
307
|
{
|
|
@@ -333,7 +348,7 @@
|
|
|
333
348
|
"mutable": false,
|
|
334
349
|
"attr": "back-breadcrumb-only",
|
|
335
350
|
"reflectToAttr": false,
|
|
336
|
-
"docs": "If true
|
|
351
|
+
"docs": "If `true`, display only a single breadcrumb for the parent page with a back icon.",
|
|
337
352
|
"docsTags": [],
|
|
338
353
|
"default": "false",
|
|
339
354
|
"values": [
|
|
@@ -350,7 +365,7 @@
|
|
|
350
365
|
"mutable": false,
|
|
351
366
|
"attr": "collapsed",
|
|
352
367
|
"reflectToAttr": false,
|
|
353
|
-
"docs": "If true
|
|
368
|
+
"docs": "If `true`, all breadcrumbs between the first and last breadcrumb will be collapsed.",
|
|
354
369
|
"docsTags": [],
|
|
355
370
|
"default": "false",
|
|
356
371
|
"values": [
|
|
@@ -401,7 +416,7 @@
|
|
|
401
416
|
"mutable": true,
|
|
402
417
|
"attr": "appearance",
|
|
403
418
|
"reflectToAttr": false,
|
|
404
|
-
"docs": "
|
|
419
|
+
"docs": "The appearance of the button, e.g. dark, light, or the default.",
|
|
405
420
|
"docsTags": [],
|
|
406
421
|
"default": "\"default\"",
|
|
407
422
|
"values": [
|
|
@@ -427,7 +442,7 @@
|
|
|
427
442
|
"mutable": false,
|
|
428
443
|
"attr": "disable-tooltip",
|
|
429
444
|
"reflectToAttr": false,
|
|
430
|
-
"docs": "
|
|
445
|
+
"docs": "If `true`, the ic-tooltip which is shown for icon variant will be disabled. Title or aria-label must be set if this prop is not applied.",
|
|
431
446
|
"docsTags": [],
|
|
432
447
|
"default": "false",
|
|
433
448
|
"values": [
|
|
@@ -444,7 +459,7 @@
|
|
|
444
459
|
"mutable": false,
|
|
445
460
|
"attr": "disabled",
|
|
446
461
|
"reflectToAttr": false,
|
|
447
|
-
"docs": "
|
|
462
|
+
"docs": "If `true`, the button will be in disabled state.",
|
|
448
463
|
"docsTags": [],
|
|
449
464
|
"default": "false",
|
|
450
465
|
"values": [
|
|
@@ -461,7 +476,7 @@
|
|
|
461
476
|
"mutable": false,
|
|
462
477
|
"attr": "download",
|
|
463
478
|
"reflectToAttr": false,
|
|
464
|
-
"docs": "
|
|
479
|
+
"docs": "If `true`, the user can save the linked URL instead of navigating to it.",
|
|
465
480
|
"docsTags": [],
|
|
466
481
|
"default": "false",
|
|
467
482
|
"values": [
|
|
@@ -481,7 +496,7 @@
|
|
|
481
496
|
"mutable": false,
|
|
482
497
|
"attr": "full-width",
|
|
483
498
|
"reflectToAttr": false,
|
|
484
|
-
"docs": "
|
|
499
|
+
"docs": "If `true`, the button will fill the width of the container.",
|
|
485
500
|
"docsTags": [],
|
|
486
501
|
"default": "false",
|
|
487
502
|
"values": [
|
|
@@ -514,7 +529,7 @@
|
|
|
514
529
|
"mutable": false,
|
|
515
530
|
"attr": "hreflang",
|
|
516
531
|
"reflectToAttr": false,
|
|
517
|
-
"docs": "
|
|
532
|
+
"docs": "The human language of the linked URL.",
|
|
518
533
|
"docsTags": [],
|
|
519
534
|
"values": [
|
|
520
535
|
{
|
|
@@ -530,7 +545,7 @@
|
|
|
530
545
|
"mutable": false,
|
|
531
546
|
"attr": "loading",
|
|
532
547
|
"reflectToAttr": false,
|
|
533
|
-
"docs": "
|
|
548
|
+
"docs": "If `true`, the button will be in loading state.",
|
|
534
549
|
"docsTags": [],
|
|
535
550
|
"default": "false",
|
|
536
551
|
"values": [
|
|
@@ -637,7 +652,7 @@
|
|
|
637
652
|
"mutable": false,
|
|
638
653
|
"attr": "target",
|
|
639
654
|
"reflectToAttr": false,
|
|
640
|
-
"docs": "
|
|
655
|
+
"docs": "The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).",
|
|
641
656
|
"docsTags": [],
|
|
642
657
|
"values": [
|
|
643
658
|
{
|
|
@@ -709,7 +724,7 @@
|
|
|
709
724
|
"mutable": false,
|
|
710
725
|
"attr": "variant",
|
|
711
726
|
"reflectToAttr": false,
|
|
712
|
-
"docs": "The button
|
|
727
|
+
"docs": "The variant of the button to be displayed.",
|
|
713
728
|
"docsTags": [],
|
|
714
729
|
"default": "\"primary\"",
|
|
715
730
|
"values": [
|
|
@@ -778,7 +793,7 @@
|
|
|
778
793
|
"passive": false
|
|
779
794
|
},
|
|
780
795
|
{
|
|
781
|
-
"event": "
|
|
796
|
+
"event": "themeChange",
|
|
782
797
|
"target": "document",
|
|
783
798
|
"capture": false,
|
|
784
799
|
"passive": false
|
|
@@ -867,7 +882,7 @@
|
|
|
867
882
|
"mutable": true,
|
|
868
883
|
"attr": "clickable",
|
|
869
884
|
"reflectToAttr": false,
|
|
870
|
-
"docs": "
|
|
885
|
+
"docs": "If `true`, the card will be a clickable variant, instead of static.",
|
|
871
886
|
"docsTags": [],
|
|
872
887
|
"default": "false",
|
|
873
888
|
"values": [
|
|
@@ -884,7 +899,7 @@
|
|
|
884
899
|
"mutable": false,
|
|
885
900
|
"attr": "disabled",
|
|
886
901
|
"reflectToAttr": false,
|
|
887
|
-
"docs": "
|
|
902
|
+
"docs": "If `true`, the card will be disabled if it is clickable.",
|
|
888
903
|
"docsTags": [],
|
|
889
904
|
"default": "false",
|
|
890
905
|
"values": [
|
|
@@ -901,7 +916,7 @@
|
|
|
901
916
|
"mutable": false,
|
|
902
917
|
"attr": "full-width",
|
|
903
918
|
"reflectToAttr": false,
|
|
904
|
-
"docs": "If true
|
|
919
|
+
"docs": "If `true`, the card will fill the width of the container.",
|
|
905
920
|
"docsTags": [],
|
|
906
921
|
"default": "false",
|
|
907
922
|
"values": [
|
|
@@ -918,7 +933,7 @@
|
|
|
918
933
|
"mutable": false,
|
|
919
934
|
"attr": "heading",
|
|
920
935
|
"reflectToAttr": false,
|
|
921
|
-
"docs": "
|
|
936
|
+
"docs": "The title for the card.",
|
|
922
937
|
"docsTags": [],
|
|
923
938
|
"values": [
|
|
924
939
|
{
|
|
@@ -934,7 +949,7 @@
|
|
|
934
949
|
"mutable": false,
|
|
935
950
|
"attr": "href",
|
|
936
951
|
"reflectToAttr": false,
|
|
937
|
-
"docs": "URL
|
|
952
|
+
"docs": "The URL that the clickable card link points to.",
|
|
938
953
|
"docsTags": [],
|
|
939
954
|
"values": [
|
|
940
955
|
{
|
|
@@ -950,7 +965,7 @@
|
|
|
950
965
|
"mutable": false,
|
|
951
966
|
"attr": "hreflang",
|
|
952
967
|
"reflectToAttr": false,
|
|
953
|
-
"docs": "
|
|
968
|
+
"docs": "The human language of the linked URL.",
|
|
954
969
|
"docsTags": [],
|
|
955
970
|
"default": "\"\"",
|
|
956
971
|
"values": [
|
|
@@ -967,7 +982,7 @@
|
|
|
967
982
|
"mutable": false,
|
|
968
983
|
"attr": "message",
|
|
969
984
|
"reflectToAttr": false,
|
|
970
|
-
"docs": "
|
|
985
|
+
"docs": "The main body message of the card.",
|
|
971
986
|
"docsTags": [],
|
|
972
987
|
"default": "\"\"",
|
|
973
988
|
"values": [
|
|
@@ -1048,7 +1063,7 @@
|
|
|
1048
1063
|
"mutable": false,
|
|
1049
1064
|
"attr": "target",
|
|
1050
1065
|
"reflectToAttr": false,
|
|
1051
|
-
"docs": "
|
|
1066
|
+
"docs": "The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).",
|
|
1052
1067
|
"docsTags": [],
|
|
1053
1068
|
"values": [
|
|
1054
1069
|
{
|
|
@@ -1068,7 +1083,7 @@
|
|
|
1068
1083
|
"passive": false
|
|
1069
1084
|
},
|
|
1070
1085
|
{
|
|
1071
|
-
"event": "
|
|
1086
|
+
"event": "themeChange",
|
|
1072
1087
|
"target": "document",
|
|
1073
1088
|
"capture": false,
|
|
1074
1089
|
"passive": false
|
|
@@ -1115,7 +1130,7 @@
|
|
|
1115
1130
|
"mutable": false,
|
|
1116
1131
|
"attr": "additional-field-display",
|
|
1117
1132
|
"reflectToAttr": true,
|
|
1118
|
-
"docs": "
|
|
1133
|
+
"docs": "The style of additionalField that will be displayed if used.",
|
|
1119
1134
|
"docsTags": [],
|
|
1120
1135
|
"default": "\"static\"",
|
|
1121
1136
|
"values": [
|
|
@@ -1137,7 +1152,7 @@
|
|
|
1137
1152
|
"mutable": true,
|
|
1138
1153
|
"attr": "checked",
|
|
1139
1154
|
"reflectToAttr": true,
|
|
1140
|
-
"docs": "
|
|
1155
|
+
"docs": "If `true`, the checkbox will be set to the checked state.",
|
|
1141
1156
|
"docsTags": [],
|
|
1142
1157
|
"default": "false",
|
|
1143
1158
|
"values": [
|
|
@@ -1154,7 +1169,7 @@
|
|
|
1154
1169
|
"mutable": false,
|
|
1155
1170
|
"attr": "disabled",
|
|
1156
1171
|
"reflectToAttr": false,
|
|
1157
|
-
"docs": "
|
|
1172
|
+
"docs": "If `true`, the checkbox will be set to the disabled state.",
|
|
1158
1173
|
"docsTags": [],
|
|
1159
1174
|
"default": "false",
|
|
1160
1175
|
"values": [
|
|
@@ -1171,7 +1186,7 @@
|
|
|
1171
1186
|
"mutable": false,
|
|
1172
1187
|
"attr": "dynamic-text",
|
|
1173
1188
|
"reflectToAttr": false,
|
|
1174
|
-
"docs": "
|
|
1189
|
+
"docs": "The text to be displayed when dynamic.",
|
|
1175
1190
|
"docsTags": [],
|
|
1176
1191
|
"default": "\"This selection requires additional answers\"",
|
|
1177
1192
|
"values": [
|
|
@@ -1188,7 +1203,7 @@
|
|
|
1188
1203
|
"mutable": false,
|
|
1189
1204
|
"attr": "group-label",
|
|
1190
1205
|
"reflectToAttr": false,
|
|
1191
|
-
"docs": "
|
|
1206
|
+
"docs": "The group label for the checkbox.",
|
|
1192
1207
|
"docsTags": [],
|
|
1193
1208
|
"values": [
|
|
1194
1209
|
{
|
|
@@ -1204,7 +1219,7 @@
|
|
|
1204
1219
|
"mutable": false,
|
|
1205
1220
|
"attr": "indeterminate",
|
|
1206
1221
|
"reflectToAttr": false,
|
|
1207
|
-
"docs": "
|
|
1222
|
+
"docs": "If `true`, the indeterminate state will be displayed when checked.",
|
|
1208
1223
|
"docsTags": [],
|
|
1209
1224
|
"default": "false",
|
|
1210
1225
|
"values": [
|
|
@@ -1221,7 +1236,7 @@
|
|
|
1221
1236
|
"mutable": false,
|
|
1222
1237
|
"attr": "label",
|
|
1223
1238
|
"reflectToAttr": false,
|
|
1224
|
-
"docs": "
|
|
1239
|
+
"docs": "The label for the checkbox.",
|
|
1225
1240
|
"docsTags": [],
|
|
1226
1241
|
"values": [
|
|
1227
1242
|
{
|
|
@@ -1237,7 +1252,7 @@
|
|
|
1237
1252
|
"mutable": false,
|
|
1238
1253
|
"attr": "name",
|
|
1239
1254
|
"reflectToAttr": false,
|
|
1240
|
-
"docs": "
|
|
1255
|
+
"docs": "The name for the checkbox. If not set when used in a checkbox group, the name will be based on the group name.",
|
|
1241
1256
|
"docsTags": [],
|
|
1242
1257
|
"values": [
|
|
1243
1258
|
{
|
|
@@ -1253,7 +1268,7 @@
|
|
|
1253
1268
|
"mutable": false,
|
|
1254
1269
|
"attr": "value",
|
|
1255
1270
|
"reflectToAttr": false,
|
|
1256
|
-
"docs": "
|
|
1271
|
+
"docs": "The value for the checkbox.",
|
|
1257
1272
|
"docsTags": [],
|
|
1258
1273
|
"values": [
|
|
1259
1274
|
{
|
|
@@ -1272,7 +1287,22 @@
|
|
|
1272
1287
|
"bubbles": true,
|
|
1273
1288
|
"cancelable": true,
|
|
1274
1289
|
"composed": true,
|
|
1275
|
-
"docs": "
|
|
1290
|
+
"docs": "",
|
|
1291
|
+
"docsTags": [
|
|
1292
|
+
{
|
|
1293
|
+
"name": "deprecated",
|
|
1294
|
+
"text": "This event should not be used anymore. Use icCheck instead."
|
|
1295
|
+
}
|
|
1296
|
+
],
|
|
1297
|
+
"deprecation": "This event should not be used anymore. Use icCheck instead."
|
|
1298
|
+
},
|
|
1299
|
+
{
|
|
1300
|
+
"event": "icCheck",
|
|
1301
|
+
"detail": "void",
|
|
1302
|
+
"bubbles": true,
|
|
1303
|
+
"cancelable": true,
|
|
1304
|
+
"composed": true,
|
|
1305
|
+
"docs": "Emitted when a checkbox has been checked.",
|
|
1276
1306
|
"docsTags": []
|
|
1277
1307
|
}
|
|
1278
1308
|
],
|
|
@@ -1305,7 +1335,7 @@
|
|
|
1305
1335
|
"mutable": false,
|
|
1306
1336
|
"attr": "disabled",
|
|
1307
1337
|
"reflectToAttr": false,
|
|
1308
|
-
"docs": "
|
|
1338
|
+
"docs": "If `true`, the checkbox group will be set to the disabled state.",
|
|
1309
1339
|
"docsTags": [],
|
|
1310
1340
|
"default": "false",
|
|
1311
1341
|
"values": [
|
|
@@ -1322,7 +1352,7 @@
|
|
|
1322
1352
|
"mutable": false,
|
|
1323
1353
|
"attr": "helper-text",
|
|
1324
1354
|
"reflectToAttr": false,
|
|
1325
|
-
"docs": "
|
|
1355
|
+
"docs": "The helper text that will be displayed for additional field guidance.",
|
|
1326
1356
|
"docsTags": [],
|
|
1327
1357
|
"default": "\"\"",
|
|
1328
1358
|
"values": [
|
|
@@ -1339,7 +1369,7 @@
|
|
|
1339
1369
|
"mutable": false,
|
|
1340
1370
|
"attr": "hide-label",
|
|
1341
1371
|
"reflectToAttr": false,
|
|
1342
|
-
"docs": "
|
|
1372
|
+
"docs": "If `true`, the label will be hidden and the required label value will be applied as an aria-label.",
|
|
1343
1373
|
"docsTags": [],
|
|
1344
1374
|
"default": "false",
|
|
1345
1375
|
"values": [
|
|
@@ -1356,7 +1386,7 @@
|
|
|
1356
1386
|
"mutable": false,
|
|
1357
1387
|
"attr": "label",
|
|
1358
1388
|
"reflectToAttr": false,
|
|
1359
|
-
"docs": "
|
|
1389
|
+
"docs": "The label for the checkbox group to be displayed.",
|
|
1360
1390
|
"docsTags": [],
|
|
1361
1391
|
"values": [
|
|
1362
1392
|
{
|
|
@@ -1372,7 +1402,7 @@
|
|
|
1372
1402
|
"mutable": false,
|
|
1373
1403
|
"attr": "name",
|
|
1374
1404
|
"reflectToAttr": false,
|
|
1375
|
-
"docs": "
|
|
1405
|
+
"docs": "The name for the checkbox group to differentiate from other groups.",
|
|
1376
1406
|
"docsTags": [],
|
|
1377
1407
|
"values": [
|
|
1378
1408
|
{
|
|
@@ -1388,7 +1418,7 @@
|
|
|
1388
1418
|
"mutable": false,
|
|
1389
1419
|
"attr": "required",
|
|
1390
1420
|
"reflectToAttr": false,
|
|
1391
|
-
"docs": "
|
|
1421
|
+
"docs": "If `true`, the checkbox group will require a value.",
|
|
1392
1422
|
"docsTags": [],
|
|
1393
1423
|
"default": "false",
|
|
1394
1424
|
"values": [
|
|
@@ -1405,7 +1435,7 @@
|
|
|
1405
1435
|
"mutable": false,
|
|
1406
1436
|
"attr": "small",
|
|
1407
1437
|
"reflectToAttr": false,
|
|
1408
|
-
"docs": "
|
|
1438
|
+
"docs": "If `true`, the small styling will be applied to the checkbox group.",
|
|
1409
1439
|
"docsTags": [],
|
|
1410
1440
|
"default": "false",
|
|
1411
1441
|
"values": [
|
|
@@ -1422,7 +1452,7 @@
|
|
|
1422
1452
|
"mutable": false,
|
|
1423
1453
|
"attr": "validation-status",
|
|
1424
1454
|
"reflectToAttr": false,
|
|
1425
|
-
"docs": "
|
|
1455
|
+
"docs": "The validation status - e.g. 'error' | 'warning' | 'success'.",
|
|
1426
1456
|
"docsTags": [],
|
|
1427
1457
|
"default": "\"\"",
|
|
1428
1458
|
"values": [
|
|
@@ -1451,7 +1481,7 @@
|
|
|
1451
1481
|
"mutable": false,
|
|
1452
1482
|
"attr": "validation-text",
|
|
1453
1483
|
"reflectToAttr": false,
|
|
1454
|
-
"docs": "
|
|
1484
|
+
"docs": "The validation text - e.g. 'error' | 'warning' | 'success'.",
|
|
1455
1485
|
"docsTags": [],
|
|
1456
1486
|
"default": "\"\"",
|
|
1457
1487
|
"values": [
|
|
@@ -1477,7 +1507,7 @@
|
|
|
1477
1507
|
],
|
|
1478
1508
|
"listeners": [
|
|
1479
1509
|
{
|
|
1480
|
-
"event": "
|
|
1510
|
+
"event": "icCheck",
|
|
1481
1511
|
"capture": false,
|
|
1482
1512
|
"passive": false
|
|
1483
1513
|
}
|
|
@@ -1503,6 +1533,161 @@
|
|
|
1503
1533
|
]
|
|
1504
1534
|
}
|
|
1505
1535
|
},
|
|
1536
|
+
{
|
|
1537
|
+
"filePath": "./src/components/ic-chip/ic-chip.tsx",
|
|
1538
|
+
"encapsulation": "shadow",
|
|
1539
|
+
"tag": "ic-chip",
|
|
1540
|
+
"readme": "# ic-chip\n\n\n",
|
|
1541
|
+
"docs": "",
|
|
1542
|
+
"docsTags": [
|
|
1543
|
+
{
|
|
1544
|
+
"name": "slot",
|
|
1545
|
+
"text": "icon - Content will be rendered at the start of the chip."
|
|
1546
|
+
}
|
|
1547
|
+
],
|
|
1548
|
+
"usage": {},
|
|
1549
|
+
"props": [
|
|
1550
|
+
{
|
|
1551
|
+
"name": "appearance",
|
|
1552
|
+
"type": "\"filled\" | \"outline\"",
|
|
1553
|
+
"mutable": false,
|
|
1554
|
+
"attr": "appearance",
|
|
1555
|
+
"reflectToAttr": false,
|
|
1556
|
+
"docs": "The emphasis of the chip.",
|
|
1557
|
+
"docsTags": [],
|
|
1558
|
+
"default": "\"filled\"",
|
|
1559
|
+
"values": [
|
|
1560
|
+
{
|
|
1561
|
+
"value": "filled",
|
|
1562
|
+
"type": "string"
|
|
1563
|
+
},
|
|
1564
|
+
{
|
|
1565
|
+
"value": "outline",
|
|
1566
|
+
"type": "string"
|
|
1567
|
+
}
|
|
1568
|
+
],
|
|
1569
|
+
"optional": true,
|
|
1570
|
+
"required": false
|
|
1571
|
+
},
|
|
1572
|
+
{
|
|
1573
|
+
"name": "disabled",
|
|
1574
|
+
"type": "boolean",
|
|
1575
|
+
"mutable": false,
|
|
1576
|
+
"attr": "disabled",
|
|
1577
|
+
"reflectToAttr": false,
|
|
1578
|
+
"docs": "If `true`, the chip will appear disabled.",
|
|
1579
|
+
"docsTags": [],
|
|
1580
|
+
"default": "false",
|
|
1581
|
+
"values": [
|
|
1582
|
+
{
|
|
1583
|
+
"type": "boolean"
|
|
1584
|
+
}
|
|
1585
|
+
],
|
|
1586
|
+
"optional": true,
|
|
1587
|
+
"required": false
|
|
1588
|
+
},
|
|
1589
|
+
{
|
|
1590
|
+
"name": "dismissible",
|
|
1591
|
+
"type": "boolean",
|
|
1592
|
+
"mutable": false,
|
|
1593
|
+
"attr": "dismissible",
|
|
1594
|
+
"reflectToAttr": false,
|
|
1595
|
+
"docs": "If `true`, the chip will have a close button at the end to dismiss it.",
|
|
1596
|
+
"docsTags": [],
|
|
1597
|
+
"default": "false",
|
|
1598
|
+
"values": [
|
|
1599
|
+
{
|
|
1600
|
+
"type": "boolean"
|
|
1601
|
+
}
|
|
1602
|
+
],
|
|
1603
|
+
"optional": true,
|
|
1604
|
+
"required": false
|
|
1605
|
+
},
|
|
1606
|
+
{
|
|
1607
|
+
"name": "label",
|
|
1608
|
+
"type": "string",
|
|
1609
|
+
"mutable": false,
|
|
1610
|
+
"attr": "label",
|
|
1611
|
+
"reflectToAttr": false,
|
|
1612
|
+
"docs": "The text rendered within the chip.",
|
|
1613
|
+
"docsTags": [],
|
|
1614
|
+
"values": [
|
|
1615
|
+
{
|
|
1616
|
+
"type": "string"
|
|
1617
|
+
}
|
|
1618
|
+
],
|
|
1619
|
+
"optional": false,
|
|
1620
|
+
"required": true
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
"name": "size",
|
|
1624
|
+
"type": "\"default\" | \"large\" | \"small\"",
|
|
1625
|
+
"mutable": false,
|
|
1626
|
+
"attr": "size",
|
|
1627
|
+
"reflectToAttr": false,
|
|
1628
|
+
"docs": "The size of the chip.",
|
|
1629
|
+
"docsTags": [],
|
|
1630
|
+
"default": "\"default\"",
|
|
1631
|
+
"values": [
|
|
1632
|
+
{
|
|
1633
|
+
"value": "default",
|
|
1634
|
+
"type": "string"
|
|
1635
|
+
},
|
|
1636
|
+
{
|
|
1637
|
+
"value": "large",
|
|
1638
|
+
"type": "string"
|
|
1639
|
+
},
|
|
1640
|
+
{
|
|
1641
|
+
"value": "small",
|
|
1642
|
+
"type": "string"
|
|
1643
|
+
}
|
|
1644
|
+
],
|
|
1645
|
+
"optional": true,
|
|
1646
|
+
"required": false
|
|
1647
|
+
}
|
|
1648
|
+
],
|
|
1649
|
+
"methods": [],
|
|
1650
|
+
"events": [
|
|
1651
|
+
{
|
|
1652
|
+
"event": "dismiss",
|
|
1653
|
+
"detail": "void",
|
|
1654
|
+
"bubbles": true,
|
|
1655
|
+
"cancelable": true,
|
|
1656
|
+
"composed": true,
|
|
1657
|
+
"docs": "Is emitted when the user dismisses the chip.",
|
|
1658
|
+
"docsTags": []
|
|
1659
|
+
}
|
|
1660
|
+
],
|
|
1661
|
+
"listeners": [
|
|
1662
|
+
{
|
|
1663
|
+
"event": "dismiss",
|
|
1664
|
+
"capture": true,
|
|
1665
|
+
"passive": false
|
|
1666
|
+
}
|
|
1667
|
+
],
|
|
1668
|
+
"styles": [],
|
|
1669
|
+
"slots": [
|
|
1670
|
+
{
|
|
1671
|
+
"name": "icon",
|
|
1672
|
+
"docs": "Content will be rendered at the start of the chip."
|
|
1673
|
+
}
|
|
1674
|
+
],
|
|
1675
|
+
"parts": [],
|
|
1676
|
+
"dependents": [],
|
|
1677
|
+
"dependencies": [
|
|
1678
|
+
"ic-typography",
|
|
1679
|
+
"ic-tooltip"
|
|
1680
|
+
],
|
|
1681
|
+
"dependencyGraph": {
|
|
1682
|
+
"ic-chip": [
|
|
1683
|
+
"ic-typography",
|
|
1684
|
+
"ic-tooltip"
|
|
1685
|
+
],
|
|
1686
|
+
"ic-tooltip": [
|
|
1687
|
+
"ic-typography"
|
|
1688
|
+
]
|
|
1689
|
+
}
|
|
1690
|
+
},
|
|
1506
1691
|
{
|
|
1507
1692
|
"filePath": "./src/components/ic-classification-banner/ic-classification-banner.tsx",
|
|
1508
1693
|
"encapsulation": "shadow",
|
|
@@ -1518,7 +1703,7 @@
|
|
|
1518
1703
|
"mutable": false,
|
|
1519
1704
|
"attr": "additional-selectors",
|
|
1520
1705
|
"reflectToAttr": false,
|
|
1521
|
-
"docs": "
|
|
1706
|
+
"docs": "The additional information that will be displayed after the classification.",
|
|
1522
1707
|
"docsTags": [],
|
|
1523
1708
|
"default": "\"\"",
|
|
1524
1709
|
"values": [
|
|
@@ -1535,7 +1720,7 @@
|
|
|
1535
1720
|
"mutable": false,
|
|
1536
1721
|
"attr": "classification",
|
|
1537
1722
|
"reflectToAttr": false,
|
|
1538
|
-
"docs": "The classification level to be displayed also determines the banner and text colour",
|
|
1723
|
+
"docs": "The classification level to be displayed - also determines the banner and text colour.",
|
|
1539
1724
|
"docsTags": [],
|
|
1540
1725
|
"default": "\"default\"",
|
|
1541
1726
|
"values": [
|
|
@@ -1569,7 +1754,7 @@
|
|
|
1569
1754
|
"mutable": false,
|
|
1570
1755
|
"attr": "country",
|
|
1571
1756
|
"reflectToAttr": false,
|
|
1572
|
-
"docs": "
|
|
1757
|
+
"docs": "The optional text that will be displayed before classification to specify relevant country/countries.",
|
|
1573
1758
|
"docsTags": [],
|
|
1574
1759
|
"default": "\"uk\"",
|
|
1575
1760
|
"values": [
|
|
@@ -1586,7 +1771,7 @@
|
|
|
1586
1771
|
"mutable": false,
|
|
1587
1772
|
"attr": "inline",
|
|
1588
1773
|
"reflectToAttr": false,
|
|
1589
|
-
"docs": "
|
|
1774
|
+
"docs": "If `true`, the banner will appear inline with the page, instead of sticking to the bottom of the page.",
|
|
1590
1775
|
"docsTags": [],
|
|
1591
1776
|
"default": "false",
|
|
1592
1777
|
"values": [
|
|
@@ -1603,7 +1788,7 @@
|
|
|
1603
1788
|
"mutable": false,
|
|
1604
1789
|
"attr": "up-to",
|
|
1605
1790
|
"reflectToAttr": false,
|
|
1606
|
-
"docs": "
|
|
1791
|
+
"docs": "If `true`, \"Up to\" will be displayed before the classification and country.",
|
|
1607
1792
|
"docsTags": [],
|
|
1608
1793
|
"default": "false",
|
|
1609
1794
|
"values": [
|
|
@@ -1646,7 +1831,7 @@
|
|
|
1646
1831
|
"mutable": false,
|
|
1647
1832
|
"attr": "heading",
|
|
1648
1833
|
"reflectToAttr": false,
|
|
1649
|
-
"docs": "
|
|
1834
|
+
"docs": "The title for the data entity.",
|
|
1650
1835
|
"docsTags": [],
|
|
1651
1836
|
"values": [
|
|
1652
1837
|
{
|
|
@@ -1662,7 +1847,7 @@
|
|
|
1662
1847
|
"mutable": false,
|
|
1663
1848
|
"attr": "small",
|
|
1664
1849
|
"reflectToAttr": false,
|
|
1665
|
-
"docs": "
|
|
1850
|
+
"docs": "If `true`, the small styling will be applied to the data heading and all child data rows.",
|
|
1666
1851
|
"docsTags": [],
|
|
1667
1852
|
"default": "false",
|
|
1668
1853
|
"values": [
|
|
@@ -1718,7 +1903,7 @@
|
|
|
1718
1903
|
"mutable": false,
|
|
1719
1904
|
"attr": "label",
|
|
1720
1905
|
"reflectToAttr": false,
|
|
1721
|
-
"docs": "
|
|
1906
|
+
"docs": "The label in the leftmost cell of the row.",
|
|
1722
1907
|
"docsTags": [],
|
|
1723
1908
|
"values": [
|
|
1724
1909
|
{
|
|
@@ -1734,7 +1919,7 @@
|
|
|
1734
1919
|
"mutable": false,
|
|
1735
1920
|
"attr": "small",
|
|
1736
1921
|
"reflectToAttr": false,
|
|
1737
|
-
"docs": "
|
|
1922
|
+
"docs": "If `true`, the small styling will be applied to the row. This is automatically applied if small is set on the parent data heading.",
|
|
1738
1923
|
"docsTags": [],
|
|
1739
1924
|
"default": "false",
|
|
1740
1925
|
"values": [
|
|
@@ -1751,7 +1936,7 @@
|
|
|
1751
1936
|
"mutable": false,
|
|
1752
1937
|
"attr": "value",
|
|
1753
1938
|
"reflectToAttr": false,
|
|
1754
|
-
"docs": "
|
|
1939
|
+
"docs": "The value of the middle (right if no end-component supplied) cell of the row.",
|
|
1755
1940
|
"docsTags": [],
|
|
1756
1941
|
"values": [
|
|
1757
1942
|
{
|
|
@@ -1804,7 +1989,7 @@
|
|
|
1804
1989
|
"events": [],
|
|
1805
1990
|
"listeners": [
|
|
1806
1991
|
{
|
|
1807
|
-
"event": "
|
|
1992
|
+
"event": "themeChange",
|
|
1808
1993
|
"target": "document",
|
|
1809
1994
|
"capture": false,
|
|
1810
1995
|
"passive": false
|
|
@@ -1832,19 +2017,19 @@
|
|
|
1832
2017
|
"docsTags": [
|
|
1833
2018
|
{
|
|
1834
2019
|
"name": "slot",
|
|
1835
|
-
"text": "description - Content will be rendered at the top of the footer"
|
|
2020
|
+
"text": "description - Content will be rendered at the top of the footer."
|
|
1836
2021
|
},
|
|
1837
2022
|
{
|
|
1838
2023
|
"name": "slot",
|
|
1839
|
-
"text": "link - Content will be rendered between description and logos"
|
|
2024
|
+
"text": "link - Content will be rendered between description and logos."
|
|
1840
2025
|
},
|
|
1841
2026
|
{
|
|
1842
2027
|
"name": "slot",
|
|
1843
|
-
"text": "logo - Content will be rendered underneath footer links"
|
|
2028
|
+
"text": "logo - Content will be rendered underneath footer links."
|
|
1844
2029
|
},
|
|
1845
2030
|
{
|
|
1846
2031
|
"name": "slot",
|
|
1847
|
-
"text": "caption - Content will be rendered above Crown Copyright"
|
|
2032
|
+
"text": "caption - Content will be rendered above Crown Copyright."
|
|
1848
2033
|
}
|
|
1849
2034
|
],
|
|
1850
2035
|
"usage": {},
|
|
@@ -1855,7 +2040,7 @@
|
|
|
1855
2040
|
"mutable": false,
|
|
1856
2041
|
"attr": "aligned",
|
|
1857
2042
|
"reflectToAttr": false,
|
|
1858
|
-
"docs": "
|
|
2043
|
+
"docs": "The alignment of the section containers used within the footer.",
|
|
1859
2044
|
"docsTags": [],
|
|
1860
2045
|
"default": "\"left\"",
|
|
1861
2046
|
"values": [
|
|
@@ -1881,7 +2066,7 @@
|
|
|
1881
2066
|
"mutable": false,
|
|
1882
2067
|
"attr": "breakpoint",
|
|
1883
2068
|
"reflectToAttr": false,
|
|
1884
|
-
"docs": "
|
|
2069
|
+
"docs": "The screen size breakpoint at which to switch to the small layout.",
|
|
1885
2070
|
"docsTags": [],
|
|
1886
2071
|
"default": "\"medium\"",
|
|
1887
2072
|
"values": [
|
|
@@ -1915,7 +2100,7 @@
|
|
|
1915
2100
|
"mutable": false,
|
|
1916
2101
|
"attr": "caption",
|
|
1917
2102
|
"reflectToAttr": false,
|
|
1918
|
-
"docs": "The caption displayed at the bottom of the footer",
|
|
2103
|
+
"docs": "The caption displayed at the bottom of the footer.",
|
|
1919
2104
|
"docsTags": [],
|
|
1920
2105
|
"values": [
|
|
1921
2106
|
{
|
|
@@ -1931,7 +2116,7 @@
|
|
|
1931
2116
|
"mutable": false,
|
|
1932
2117
|
"attr": "copyright",
|
|
1933
2118
|
"reflectToAttr": false,
|
|
1934
|
-
"docs": "
|
|
2119
|
+
"docs": "If `true`, the footer will display the crown copyright at the bottom.",
|
|
1935
2120
|
"docsTags": [],
|
|
1936
2121
|
"default": "true",
|
|
1937
2122
|
"values": [
|
|
@@ -1948,7 +2133,7 @@
|
|
|
1948
2133
|
"mutable": false,
|
|
1949
2134
|
"attr": "description",
|
|
1950
2135
|
"reflectToAttr": false,
|
|
1951
|
-
"docs": "The description displayed at the top of the footer",
|
|
2136
|
+
"docs": "The description displayed at the top of the footer.",
|
|
1952
2137
|
"docsTags": [],
|
|
1953
2138
|
"values": [
|
|
1954
2139
|
{
|
|
@@ -1964,7 +2149,7 @@
|
|
|
1964
2149
|
"mutable": false,
|
|
1965
2150
|
"attr": "group-links",
|
|
1966
2151
|
"reflectToAttr": false,
|
|
1967
|
-
"docs": "
|
|
2152
|
+
"docs": "If `true`, the footer will be set up to handle link groups instead of standalone links.",
|
|
1968
2153
|
"docsTags": [],
|
|
1969
2154
|
"default": "false",
|
|
1970
2155
|
"values": [
|
|
@@ -1977,20 +2162,10 @@
|
|
|
1977
2162
|
}
|
|
1978
2163
|
],
|
|
1979
2164
|
"methods": [],
|
|
1980
|
-
"events": [
|
|
1981
|
-
{
|
|
1982
|
-
"event": "icFooterResized",
|
|
1983
|
-
"detail": "void",
|
|
1984
|
-
"bubbles": true,
|
|
1985
|
-
"cancelable": true,
|
|
1986
|
-
"composed": true,
|
|
1987
|
-
"docs": "Triggers on page resize and triggers style changes in footer links and link groups",
|
|
1988
|
-
"docsTags": []
|
|
1989
|
-
}
|
|
1990
|
-
],
|
|
2165
|
+
"events": [],
|
|
1991
2166
|
"listeners": [
|
|
1992
2167
|
{
|
|
1993
|
-
"event": "
|
|
2168
|
+
"event": "themeChange",
|
|
1994
2169
|
"target": "document",
|
|
1995
2170
|
"capture": false,
|
|
1996
2171
|
"passive": false
|
|
@@ -2000,19 +2175,19 @@
|
|
|
2000
2175
|
"slots": [
|
|
2001
2176
|
{
|
|
2002
2177
|
"name": "caption",
|
|
2003
|
-
"docs": "Content will be rendered above Crown Copyright"
|
|
2178
|
+
"docs": "Content will be rendered above Crown Copyright."
|
|
2004
2179
|
},
|
|
2005
2180
|
{
|
|
2006
2181
|
"name": "description",
|
|
2007
|
-
"docs": "Content will be rendered at the top of the footer"
|
|
2182
|
+
"docs": "Content will be rendered at the top of the footer."
|
|
2008
2183
|
},
|
|
2009
2184
|
{
|
|
2010
2185
|
"name": "link",
|
|
2011
|
-
"docs": "Content will be rendered between description and logos"
|
|
2186
|
+
"docs": "Content will be rendered between description and logos."
|
|
2012
2187
|
},
|
|
2013
2188
|
{
|
|
2014
2189
|
"name": "logo",
|
|
2015
|
-
"docs": "Content will be rendered underneath footer links"
|
|
2190
|
+
"docs": "Content will be rendered underneath footer links."
|
|
2016
2191
|
}
|
|
2017
2192
|
],
|
|
2018
2193
|
"parts": [],
|
|
@@ -2059,13 +2234,13 @@
|
|
|
2059
2234
|
"events": [],
|
|
2060
2235
|
"listeners": [
|
|
2061
2236
|
{
|
|
2062
|
-
"event": "
|
|
2237
|
+
"event": "footerResized",
|
|
2063
2238
|
"target": "document",
|
|
2064
2239
|
"capture": false,
|
|
2065
2240
|
"passive": false
|
|
2066
2241
|
},
|
|
2067
2242
|
{
|
|
2068
|
-
"event": "
|
|
2243
|
+
"event": "themeChange",
|
|
2069
2244
|
"target": "document",
|
|
2070
2245
|
"capture": false,
|
|
2071
2246
|
"passive": false
|
|
@@ -2093,7 +2268,7 @@
|
|
|
2093
2268
|
"mutable": false,
|
|
2094
2269
|
"attr": "group-title",
|
|
2095
2270
|
"reflectToAttr": false,
|
|
2096
|
-
"docs": "
|
|
2271
|
+
"docs": "The title of the link group to be displayed.",
|
|
2097
2272
|
"docsTags": [],
|
|
2098
2273
|
"values": [
|
|
2099
2274
|
{
|
|
@@ -2108,13 +2283,13 @@
|
|
|
2108
2283
|
"events": [],
|
|
2109
2284
|
"listeners": [
|
|
2110
2285
|
{
|
|
2111
|
-
"event": "
|
|
2286
|
+
"event": "footerResized",
|
|
2112
2287
|
"target": "document",
|
|
2113
2288
|
"capture": false,
|
|
2114
2289
|
"passive": false
|
|
2115
2290
|
},
|
|
2116
2291
|
{
|
|
2117
|
-
"event": "
|
|
2292
|
+
"event": "themeChange",
|
|
2118
2293
|
"target": "document",
|
|
2119
2294
|
"capture": false,
|
|
2120
2295
|
"passive": false
|
|
@@ -2167,7 +2342,7 @@
|
|
|
2167
2342
|
"mutable": false,
|
|
2168
2343
|
"attr": "aligned",
|
|
2169
2344
|
"reflectToAttr": false,
|
|
2170
|
-
"docs": "The alignment of the hero
|
|
2345
|
+
"docs": "The alignment of the hero.",
|
|
2171
2346
|
"docsTags": [],
|
|
2172
2347
|
"default": "\"left\"",
|
|
2173
2348
|
"values": [
|
|
@@ -2193,7 +2368,7 @@
|
|
|
2193
2368
|
"mutable": false,
|
|
2194
2369
|
"attr": "background-image",
|
|
2195
2370
|
"reflectToAttr": false,
|
|
2196
|
-
"docs": "
|
|
2371
|
+
"docs": "The optional background image.",
|
|
2197
2372
|
"docsTags": [],
|
|
2198
2373
|
"values": [
|
|
2199
2374
|
{
|
|
@@ -2209,7 +2384,7 @@
|
|
|
2209
2384
|
"mutable": false,
|
|
2210
2385
|
"attr": "content-aligned",
|
|
2211
2386
|
"reflectToAttr": false,
|
|
2212
|
-
"docs": "The alignment of the hero content",
|
|
2387
|
+
"docs": "The alignment of the hero content.",
|
|
2213
2388
|
"docsTags": [],
|
|
2214
2389
|
"default": "\"left\"",
|
|
2215
2390
|
"values": [
|
|
@@ -2231,7 +2406,7 @@
|
|
|
2231
2406
|
"mutable": false,
|
|
2232
2407
|
"attr": "disable-background-parallax",
|
|
2233
2408
|
"reflectToAttr": false,
|
|
2234
|
-
"docs": "
|
|
2409
|
+
"docs": "If `true`, the background image (if set) will not scroll using a parallax effect.",
|
|
2235
2410
|
"docsTags": [],
|
|
2236
2411
|
"default": "false",
|
|
2237
2412
|
"values": [
|
|
@@ -2248,7 +2423,7 @@
|
|
|
2248
2423
|
"mutable": false,
|
|
2249
2424
|
"attr": "heading",
|
|
2250
2425
|
"reflectToAttr": false,
|
|
2251
|
-
"docs": "The heading of the hero",
|
|
2426
|
+
"docs": "The heading of the hero.",
|
|
2252
2427
|
"docsTags": [],
|
|
2253
2428
|
"values": [
|
|
2254
2429
|
{
|
|
@@ -2264,7 +2439,7 @@
|
|
|
2264
2439
|
"mutable": false,
|
|
2265
2440
|
"attr": "secondary-heading",
|
|
2266
2441
|
"reflectToAttr": false,
|
|
2267
|
-
"docs": "
|
|
2442
|
+
"docs": "The optional secondary heading, replaced by slotted right content.",
|
|
2268
2443
|
"docsTags": [],
|
|
2269
2444
|
"values": [
|
|
2270
2445
|
{
|
|
@@ -2280,7 +2455,7 @@
|
|
|
2280
2455
|
"mutable": false,
|
|
2281
2456
|
"attr": "secondary-subheading",
|
|
2282
2457
|
"reflectToAttr": false,
|
|
2283
|
-
"docs": "
|
|
2458
|
+
"docs": "The optional secondary subheading, replaced by slotted right content.",
|
|
2284
2459
|
"docsTags": [],
|
|
2285
2460
|
"values": [
|
|
2286
2461
|
{
|
|
@@ -2296,7 +2471,7 @@
|
|
|
2296
2471
|
"mutable": false,
|
|
2297
2472
|
"attr": "small",
|
|
2298
2473
|
"reflectToAttr": false,
|
|
2299
|
-
"docs": "
|
|
2474
|
+
"docs": "If `true`, the small styling will be applied to the hero.",
|
|
2300
2475
|
"docsTags": [],
|
|
2301
2476
|
"default": "false",
|
|
2302
2477
|
"values": [
|
|
@@ -2313,7 +2488,7 @@
|
|
|
2313
2488
|
"mutable": false,
|
|
2314
2489
|
"attr": "subheading",
|
|
2315
2490
|
"reflectToAttr": false,
|
|
2316
|
-
"docs": "
|
|
2491
|
+
"docs": "The description for the hero.",
|
|
2317
2492
|
"docsTags": [],
|
|
2318
2493
|
"values": [
|
|
2319
2494
|
{
|
|
@@ -2328,7 +2503,7 @@
|
|
|
2328
2503
|
"events": [],
|
|
2329
2504
|
"listeners": [
|
|
2330
2505
|
{
|
|
2331
|
-
"event": "
|
|
2506
|
+
"event": "themeChange",
|
|
2332
2507
|
"target": "document",
|
|
2333
2508
|
"capture": false,
|
|
2334
2509
|
"passive": false
|
|
@@ -2392,7 +2567,7 @@
|
|
|
2392
2567
|
"mutable": false,
|
|
2393
2568
|
"attr": "dark",
|
|
2394
2569
|
"reflectToAttr": false,
|
|
2395
|
-
"docs": "
|
|
2570
|
+
"docs": "If `true`, the dark variant of the input component container will be displayed.",
|
|
2396
2571
|
"docsTags": [],
|
|
2397
2572
|
"default": "false",
|
|
2398
2573
|
"values": [
|
|
@@ -2409,7 +2584,7 @@
|
|
|
2409
2584
|
"mutable": false,
|
|
2410
2585
|
"attr": "disabled",
|
|
2411
2586
|
"reflectToAttr": false,
|
|
2412
|
-
"docs": "disabled",
|
|
2587
|
+
"docs": "If `true`, the disabled state will be set.",
|
|
2413
2588
|
"docsTags": [],
|
|
2414
2589
|
"default": "false",
|
|
2415
2590
|
"values": [
|
|
@@ -2426,7 +2601,7 @@
|
|
|
2426
2601
|
"mutable": false,
|
|
2427
2602
|
"attr": "full-width",
|
|
2428
2603
|
"reflectToAttr": false,
|
|
2429
|
-
"docs": "If true
|
|
2604
|
+
"docs": "If `true`, the input component container will fill the width of the container it is in.",
|
|
2430
2605
|
"docsTags": [],
|
|
2431
2606
|
"default": "false",
|
|
2432
2607
|
"values": [
|
|
@@ -2443,7 +2618,7 @@
|
|
|
2443
2618
|
"mutable": false,
|
|
2444
2619
|
"attr": "multi-line",
|
|
2445
2620
|
"reflectToAttr": false,
|
|
2446
|
-
"docs": "
|
|
2621
|
+
"docs": "If `true`, the input component container will allow for multiple lines.",
|
|
2447
2622
|
"docsTags": [],
|
|
2448
2623
|
"default": "false",
|
|
2449
2624
|
"values": [
|
|
@@ -2460,7 +2635,7 @@
|
|
|
2460
2635
|
"mutable": false,
|
|
2461
2636
|
"attr": "readonly",
|
|
2462
2637
|
"reflectToAttr": false,
|
|
2463
|
-
"docs": "readonly",
|
|
2638
|
+
"docs": "If `true`, the readonly state will be set.",
|
|
2464
2639
|
"docsTags": [],
|
|
2465
2640
|
"default": "false",
|
|
2466
2641
|
"values": [
|
|
@@ -2477,7 +2652,7 @@
|
|
|
2477
2652
|
"mutable": false,
|
|
2478
2653
|
"attr": "small",
|
|
2479
2654
|
"reflectToAttr": false,
|
|
2480
|
-
"docs": "small",
|
|
2655
|
+
"docs": "If `true`, the small styling will be applied to the input component container.",
|
|
2481
2656
|
"docsTags": [],
|
|
2482
2657
|
"default": "false",
|
|
2483
2658
|
"values": [
|
|
@@ -2494,7 +2669,7 @@
|
|
|
2494
2669
|
"mutable": false,
|
|
2495
2670
|
"attr": "validation-inline",
|
|
2496
2671
|
"reflectToAttr": false,
|
|
2497
|
-
"docs": "
|
|
2672
|
+
"docs": "If `true`, the validation will display inline.",
|
|
2498
2673
|
"docsTags": [],
|
|
2499
2674
|
"default": "false",
|
|
2500
2675
|
"values": [
|
|
@@ -2511,7 +2686,7 @@
|
|
|
2511
2686
|
"mutable": false,
|
|
2512
2687
|
"attr": "validation-status",
|
|
2513
2688
|
"reflectToAttr": false,
|
|
2514
|
-
"docs": "
|
|
2689
|
+
"docs": "The validation status of the input component container - e.g. 'error' | 'warning' | 'success'.",
|
|
2515
2690
|
"docsTags": [],
|
|
2516
2691
|
"default": "\"\"",
|
|
2517
2692
|
"values": [
|
|
@@ -2581,7 +2756,7 @@
|
|
|
2581
2756
|
"mutable": false,
|
|
2582
2757
|
"attr": "disabled",
|
|
2583
2758
|
"reflectToAttr": false,
|
|
2584
|
-
"docs": "disabled",
|
|
2759
|
+
"docs": "If `true`, the disabled state will be set.",
|
|
2585
2760
|
"docsTags": [],
|
|
2586
2761
|
"default": "false",
|
|
2587
2762
|
"values": [
|
|
@@ -2598,7 +2773,7 @@
|
|
|
2598
2773
|
"mutable": false,
|
|
2599
2774
|
"attr": "readonly",
|
|
2600
2775
|
"reflectToAttr": false,
|
|
2601
|
-
"docs": "readonly",
|
|
2776
|
+
"docs": "If `true`, the readonly state will be set.",
|
|
2602
2777
|
"docsTags": [],
|
|
2603
2778
|
"default": "false",
|
|
2604
2779
|
"values": [
|
|
@@ -2645,7 +2820,7 @@
|
|
|
2645
2820
|
"mutable": false,
|
|
2646
2821
|
"attr": "dark",
|
|
2647
2822
|
"reflectToAttr": false,
|
|
2648
|
-
"docs": "dark",
|
|
2823
|
+
"docs": "If `true`, the dark variant of the input label will be displayed.",
|
|
2649
2824
|
"docsTags": [],
|
|
2650
2825
|
"default": "false",
|
|
2651
2826
|
"values": [
|
|
@@ -2662,7 +2837,7 @@
|
|
|
2662
2837
|
"mutable": false,
|
|
2663
2838
|
"attr": "disabled",
|
|
2664
2839
|
"reflectToAttr": false,
|
|
2665
|
-
"docs": "disabled",
|
|
2840
|
+
"docs": "If `true`, the disabled state will be set.",
|
|
2666
2841
|
"docsTags": [],
|
|
2667
2842
|
"default": "false",
|
|
2668
2843
|
"values": [
|
|
@@ -2679,7 +2854,7 @@
|
|
|
2679
2854
|
"mutable": false,
|
|
2680
2855
|
"attr": "error",
|
|
2681
2856
|
"reflectToAttr": false,
|
|
2682
|
-
"docs": "error",
|
|
2857
|
+
"docs": "If `true`, the input label will display with error styling.",
|
|
2683
2858
|
"docsTags": [],
|
|
2684
2859
|
"default": "false",
|
|
2685
2860
|
"values": [
|
|
@@ -2696,7 +2871,7 @@
|
|
|
2696
2871
|
"mutable": false,
|
|
2697
2872
|
"attr": "for",
|
|
2698
2873
|
"reflectToAttr": false,
|
|
2699
|
-
"docs": "
|
|
2874
|
+
"docs": "The ID of the form element the label is bound to.",
|
|
2700
2875
|
"docsTags": [],
|
|
2701
2876
|
"values": [
|
|
2702
2877
|
{
|
|
@@ -2712,7 +2887,7 @@
|
|
|
2712
2887
|
"mutable": false,
|
|
2713
2888
|
"attr": "helper-text",
|
|
2714
2889
|
"reflectToAttr": false,
|
|
2715
|
-
"docs": "
|
|
2890
|
+
"docs": "The helper text that will be displayed.",
|
|
2716
2891
|
"docsTags": [],
|
|
2717
2892
|
"default": "\"\"",
|
|
2718
2893
|
"values": [
|
|
@@ -2729,7 +2904,7 @@
|
|
|
2729
2904
|
"mutable": false,
|
|
2730
2905
|
"attr": "label",
|
|
2731
2906
|
"reflectToAttr": false,
|
|
2732
|
-
"docs": "label",
|
|
2907
|
+
"docs": "The text content of the label.",
|
|
2733
2908
|
"docsTags": [],
|
|
2734
2909
|
"values": [
|
|
2735
2910
|
{
|
|
@@ -2745,7 +2920,7 @@
|
|
|
2745
2920
|
"mutable": false,
|
|
2746
2921
|
"attr": "readonly",
|
|
2747
2922
|
"reflectToAttr": false,
|
|
2748
|
-
"docs": "readonly",
|
|
2923
|
+
"docs": "If `true`, the readonly state will be set.",
|
|
2749
2924
|
"docsTags": [],
|
|
2750
2925
|
"default": "false",
|
|
2751
2926
|
"values": [
|
|
@@ -2762,7 +2937,7 @@
|
|
|
2762
2937
|
"mutable": false,
|
|
2763
2938
|
"attr": "required",
|
|
2764
2939
|
"reflectToAttr": false,
|
|
2765
|
-
"docs": "
|
|
2940
|
+
"docs": "If `true`, the input label will require a value.",
|
|
2766
2941
|
"docsTags": [],
|
|
2767
2942
|
"default": "false",
|
|
2768
2943
|
"values": [
|
|
@@ -2831,7 +3006,7 @@
|
|
|
2831
3006
|
"mutable": false,
|
|
2832
3007
|
"attr": "aria-live-mode",
|
|
2833
3008
|
"reflectToAttr": false,
|
|
2834
|
-
"docs": "
|
|
3009
|
+
"docs": "The ARIA live mode to apply to the message.",
|
|
2835
3010
|
"docsTags": [],
|
|
2836
3011
|
"default": "\"polite\"",
|
|
2837
3012
|
"values": [
|
|
@@ -2853,7 +3028,7 @@
|
|
|
2853
3028
|
"mutable": false,
|
|
2854
3029
|
"attr": "for",
|
|
2855
3030
|
"reflectToAttr": false,
|
|
2856
|
-
"docs": "The
|
|
3031
|
+
"docs": "The ID of the form element the validation is bound to.",
|
|
2857
3032
|
"docsTags": [],
|
|
2858
3033
|
"values": [
|
|
2859
3034
|
{
|
|
@@ -2869,7 +3044,7 @@
|
|
|
2869
3044
|
"mutable": false,
|
|
2870
3045
|
"attr": "full-width",
|
|
2871
3046
|
"reflectToAttr": false,
|
|
2872
|
-
"docs": "If true
|
|
3047
|
+
"docs": "If `true`, the input validation will fill the width of the container.",
|
|
2873
3048
|
"docsTags": [],
|
|
2874
3049
|
"default": "false",
|
|
2875
3050
|
"values": [
|
|
@@ -2886,7 +3061,7 @@
|
|
|
2886
3061
|
"mutable": false,
|
|
2887
3062
|
"attr": "message",
|
|
2888
3063
|
"reflectToAttr": false,
|
|
2889
|
-
"docs": "The validation message to display",
|
|
3064
|
+
"docs": "The validation message to display.",
|
|
2890
3065
|
"docsTags": [],
|
|
2891
3066
|
"values": [
|
|
2892
3067
|
{
|
|
@@ -2902,7 +3077,7 @@
|
|
|
2902
3077
|
"mutable": false,
|
|
2903
3078
|
"attr": "status",
|
|
2904
3079
|
"reflectToAttr": false,
|
|
2905
|
-
"docs": "The status",
|
|
3080
|
+
"docs": "The status of the validation - e.g. 'error' | 'warning' | 'success'.",
|
|
2906
3081
|
"docsTags": [],
|
|
2907
3082
|
"default": "\"\"",
|
|
2908
3083
|
"values": [
|
|
@@ -2973,7 +3148,7 @@
|
|
|
2973
3148
|
"docsTags": [
|
|
2974
3149
|
{
|
|
2975
3150
|
"name": "slot",
|
|
2976
|
-
"text": "router-item - Handle routing by nesting your routes in this slot"
|
|
3151
|
+
"text": "router-item - Handle routing by nesting your routes in this slot."
|
|
2977
3152
|
}
|
|
2978
3153
|
],
|
|
2979
3154
|
"usage": {},
|
|
@@ -2984,7 +3159,7 @@
|
|
|
2984
3159
|
"mutable": true,
|
|
2985
3160
|
"attr": "appearance",
|
|
2986
3161
|
"reflectToAttr": false,
|
|
2987
|
-
"docs": "
|
|
3162
|
+
"docs": "The appearance of the link, e.g. dark, light, or default.",
|
|
2988
3163
|
"docsTags": [],
|
|
2989
3164
|
"default": "\"default\"",
|
|
2990
3165
|
"values": [
|
|
@@ -3010,7 +3185,7 @@
|
|
|
3010
3185
|
"mutable": false,
|
|
3011
3186
|
"attr": "download",
|
|
3012
3187
|
"reflectToAttr": false,
|
|
3013
|
-
"docs": "
|
|
3188
|
+
"docs": "If `true`, the user can save the linked URL instead of navigating to it.",
|
|
3014
3189
|
"docsTags": [],
|
|
3015
3190
|
"default": "false",
|
|
3016
3191
|
"values": [
|
|
@@ -3047,7 +3222,7 @@
|
|
|
3047
3222
|
"mutable": false,
|
|
3048
3223
|
"attr": "hreflang",
|
|
3049
3224
|
"reflectToAttr": false,
|
|
3050
|
-
"docs": "
|
|
3225
|
+
"docs": "The human language of the linked URL.",
|
|
3051
3226
|
"docsTags": [],
|
|
3052
3227
|
"values": [
|
|
3053
3228
|
{
|
|
@@ -3127,7 +3302,7 @@
|
|
|
3127
3302
|
"mutable": false,
|
|
3128
3303
|
"attr": "show-icon",
|
|
3129
3304
|
"reflectToAttr": false,
|
|
3130
|
-
"docs": "
|
|
3305
|
+
"docs": "If `true`, the 'open in new tab/window' icon will be displayed.",
|
|
3131
3306
|
"docsTags": [],
|
|
3132
3307
|
"values": [
|
|
3133
3308
|
{
|
|
@@ -3143,7 +3318,7 @@
|
|
|
3143
3318
|
"mutable": false,
|
|
3144
3319
|
"attr": "target",
|
|
3145
3320
|
"reflectToAttr": false,
|
|
3146
|
-
"docs": "
|
|
3321
|
+
"docs": "The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).",
|
|
3147
3322
|
"docsTags": [],
|
|
3148
3323
|
"values": [
|
|
3149
3324
|
{
|
|
@@ -3158,7 +3333,7 @@
|
|
|
3158
3333
|
"events": [],
|
|
3159
3334
|
"listeners": [
|
|
3160
3335
|
{
|
|
3161
|
-
"event": "
|
|
3336
|
+
"event": "themeChange",
|
|
3162
3337
|
"target": "document",
|
|
3163
3338
|
"capture": false,
|
|
3164
3339
|
"passive": false
|
|
@@ -3168,7 +3343,7 @@
|
|
|
3168
3343
|
"slots": [
|
|
3169
3344
|
{
|
|
3170
3345
|
"name": "router-item",
|
|
3171
|
-
"docs": "Handle routing by nesting your routes in this slot"
|
|
3346
|
+
"docs": "Handle routing by nesting your routes in this slot."
|
|
3172
3347
|
}
|
|
3173
3348
|
],
|
|
3174
3349
|
"parts": [],
|
|
@@ -3197,7 +3372,7 @@
|
|
|
3197
3372
|
"mutable": false,
|
|
3198
3373
|
"attr": "appearance",
|
|
3199
3374
|
"reflectToAttr": false,
|
|
3200
|
-
"docs": "
|
|
3375
|
+
"docs": "The appearance of the loading indicator, e.g. dark or light.",
|
|
3201
3376
|
"docsTags": [],
|
|
3202
3377
|
"default": "\"dark\"",
|
|
3203
3378
|
"values": [
|
|
@@ -3219,7 +3394,7 @@
|
|
|
3219
3394
|
"mutable": false,
|
|
3220
3395
|
"attr": "description",
|
|
3221
3396
|
"reflectToAttr": false,
|
|
3222
|
-
"docs": "
|
|
3397
|
+
"docs": "The description that will be set as the aria-label of the loading indicator when not using a visible label.",
|
|
3223
3398
|
"docsTags": [],
|
|
3224
3399
|
"default": "\"Loading\"",
|
|
3225
3400
|
"values": [
|
|
@@ -3236,7 +3411,7 @@
|
|
|
3236
3411
|
"mutable": false,
|
|
3237
3412
|
"attr": "full-width",
|
|
3238
3413
|
"reflectToAttr": true,
|
|
3239
|
-
"docs": "
|
|
3414
|
+
"docs": "If `true`, when linear, the full-width variant (i.e. without a border radius) will be displayed.",
|
|
3240
3415
|
"docsTags": [],
|
|
3241
3416
|
"default": "false",
|
|
3242
3417
|
"values": [
|
|
@@ -3396,7 +3571,8 @@
|
|
|
3396
3571
|
"slots": [],
|
|
3397
3572
|
"parts": [],
|
|
3398
3573
|
"dependents": [
|
|
3399
|
-
"ic-button"
|
|
3574
|
+
"ic-button",
|
|
3575
|
+
"ic-step"
|
|
3400
3576
|
],
|
|
3401
3577
|
"dependencies": [
|
|
3402
3578
|
"ic-typography"
|
|
@@ -3407,6 +3583,9 @@
|
|
|
3407
3583
|
],
|
|
3408
3584
|
"ic-button": [
|
|
3409
3585
|
"ic-loading-indicator"
|
|
3586
|
+
],
|
|
3587
|
+
"ic-step": [
|
|
3588
|
+
"ic-loading-indicator"
|
|
3410
3589
|
]
|
|
3411
3590
|
}
|
|
3412
3591
|
},
|
|
@@ -3446,7 +3625,7 @@
|
|
|
3446
3625
|
"type": "HTMLElement",
|
|
3447
3626
|
"mutable": false,
|
|
3448
3627
|
"reflectToAttr": false,
|
|
3449
|
-
"docs": "
|
|
3628
|
+
"docs": "The reference to an anchor element the menu will position itself from when rendered.",
|
|
3450
3629
|
"docsTags": [],
|
|
3451
3630
|
"values": [
|
|
3452
3631
|
{
|
|
@@ -3462,7 +3641,7 @@
|
|
|
3462
3641
|
"mutable": false,
|
|
3463
3642
|
"attr": "full-width",
|
|
3464
3643
|
"reflectToAttr": false,
|
|
3465
|
-
"docs": "If true
|
|
3644
|
+
"docs": "If `true`, the menu will fill the width of the container.",
|
|
3466
3645
|
"docsTags": [],
|
|
3467
3646
|
"default": "false",
|
|
3468
3647
|
"values": [
|
|
@@ -3478,7 +3657,7 @@
|
|
|
3478
3657
|
"type": "HTMLElement",
|
|
3479
3658
|
"mutable": false,
|
|
3480
3659
|
"reflectToAttr": false,
|
|
3481
|
-
"docs": "
|
|
3660
|
+
"docs": "The reference to the input element.",
|
|
3482
3661
|
"docsTags": [],
|
|
3483
3662
|
"values": [
|
|
3484
3663
|
{
|
|
@@ -3494,7 +3673,7 @@
|
|
|
3494
3673
|
"mutable": false,
|
|
3495
3674
|
"attr": "input-label",
|
|
3496
3675
|
"reflectToAttr": false,
|
|
3497
|
-
"docs": "
|
|
3676
|
+
"docs": "The label for the input element.",
|
|
3498
3677
|
"docsTags": [],
|
|
3499
3678
|
"values": [
|
|
3500
3679
|
{
|
|
@@ -3510,7 +3689,7 @@
|
|
|
3510
3689
|
"mutable": false,
|
|
3511
3690
|
"attr": "menu-id",
|
|
3512
3691
|
"reflectToAttr": false,
|
|
3513
|
-
"docs": "
|
|
3692
|
+
"docs": "The ID of the menu.",
|
|
3514
3693
|
"docsTags": [],
|
|
3515
3694
|
"values": [
|
|
3516
3695
|
{
|
|
@@ -3526,7 +3705,7 @@
|
|
|
3526
3705
|
"mutable": false,
|
|
3527
3706
|
"attr": "open",
|
|
3528
3707
|
"reflectToAttr": true,
|
|
3529
|
-
"docs": "
|
|
3708
|
+
"docs": "If `true`, the menu will be displayed open.",
|
|
3530
3709
|
"docsTags": [],
|
|
3531
3710
|
"values": [
|
|
3532
3711
|
{
|
|
@@ -3541,7 +3720,7 @@
|
|
|
3541
3720
|
"type": "IcMenuOption[]",
|
|
3542
3721
|
"mutable": false,
|
|
3543
3722
|
"reflectToAttr": false,
|
|
3544
|
-
"docs": "
|
|
3723
|
+
"docs": "The possible menu selection options.",
|
|
3545
3724
|
"docsTags": [],
|
|
3546
3725
|
"values": [
|
|
3547
3726
|
{
|
|
@@ -3557,7 +3736,7 @@
|
|
|
3557
3736
|
"mutable": false,
|
|
3558
3737
|
"attr": "small",
|
|
3559
3738
|
"reflectToAttr": true,
|
|
3560
|
-
"docs": "
|
|
3739
|
+
"docs": "If `true`, the small styling will be applied to the menu.",
|
|
3561
3740
|
"docsTags": [],
|
|
3562
3741
|
"default": "false",
|
|
3563
3742
|
"values": [
|
|
@@ -3594,7 +3773,7 @@
|
|
|
3594
3773
|
},
|
|
3595
3774
|
"signature": "handleClickOpen() => Promise<void>",
|
|
3596
3775
|
"parameters": [],
|
|
3597
|
-
"docs": "If menu is opened with the mouse, emit
|
|
3776
|
+
"docs": "If menu is opened with the mouse, emit icMenuStateChange custom event.",
|
|
3598
3777
|
"docsTags": []
|
|
3599
3778
|
},
|
|
3600
3779
|
{
|
|
@@ -3616,7 +3795,7 @@
|
|
|
3616
3795
|
],
|
|
3617
3796
|
"events": [
|
|
3618
3797
|
{
|
|
3619
|
-
"event": "
|
|
3798
|
+
"event": "icMenuStateChange",
|
|
3620
3799
|
"detail": "IcMenuChangeEventDetail",
|
|
3621
3800
|
"bubbles": true,
|
|
3622
3801
|
"cancelable": true,
|
|
@@ -3625,16 +3804,7 @@
|
|
|
3625
3804
|
"docsTags": []
|
|
3626
3805
|
},
|
|
3627
3806
|
{
|
|
3628
|
-
"event": "
|
|
3629
|
-
"detail": "IcMenuOptionIdEventDetail",
|
|
3630
|
-
"bubbles": true,
|
|
3631
|
-
"cancelable": true,
|
|
3632
|
-
"composed": true,
|
|
3633
|
-
"docs": "Emitted when an option has been highlighted",
|
|
3634
|
-
"docsTags": []
|
|
3635
|
-
},
|
|
3636
|
-
{
|
|
3637
|
-
"event": "optionSelect",
|
|
3807
|
+
"event": "icOptionSelect",
|
|
3638
3808
|
"detail": "IcOptionSelectEventDetail",
|
|
3639
3809
|
"bubbles": true,
|
|
3640
3810
|
"cancelable": true,
|
|
@@ -3699,7 +3869,7 @@
|
|
|
3699
3869
|
"mutable": false,
|
|
3700
3870
|
"attr": "download",
|
|
3701
3871
|
"reflectToAttr": false,
|
|
3702
|
-
"docs": "
|
|
3872
|
+
"docs": "If `true`, the user can save the linked URL instead of navigating to it.",
|
|
3703
3873
|
"docsTags": [],
|
|
3704
3874
|
"default": "false",
|
|
3705
3875
|
"values": [
|
|
@@ -3735,7 +3905,7 @@
|
|
|
3735
3905
|
"mutable": false,
|
|
3736
3906
|
"attr": "hreflang",
|
|
3737
3907
|
"reflectToAttr": false,
|
|
3738
|
-
"docs": "
|
|
3908
|
+
"docs": "The human language of the linked URL.",
|
|
3739
3909
|
"docsTags": [],
|
|
3740
3910
|
"values": [
|
|
3741
3911
|
{
|
|
@@ -3751,7 +3921,7 @@
|
|
|
3751
3921
|
"mutable": false,
|
|
3752
3922
|
"attr": "label",
|
|
3753
3923
|
"reflectToAttr": false,
|
|
3754
|
-
"docs": "label info to display",
|
|
3924
|
+
"docs": "The label info to display.",
|
|
3755
3925
|
"docsTags": [],
|
|
3756
3926
|
"values": [
|
|
3757
3927
|
{
|
|
@@ -3831,7 +4001,7 @@
|
|
|
3831
4001
|
"mutable": false,
|
|
3832
4002
|
"attr": "target",
|
|
3833
4003
|
"reflectToAttr": false,
|
|
3834
|
-
"docs": "
|
|
4004
|
+
"docs": "The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).",
|
|
3835
4005
|
"docsTags": [],
|
|
3836
4006
|
"values": [
|
|
3837
4007
|
{
|
|
@@ -3870,7 +4040,7 @@
|
|
|
3870
4040
|
"passive": false
|
|
3871
4041
|
},
|
|
3872
4042
|
{
|
|
3873
|
-
"event": "
|
|
4043
|
+
"event": "themeChange",
|
|
3874
4044
|
"target": "document",
|
|
3875
4045
|
"capture": false,
|
|
3876
4046
|
"passive": false
|
|
@@ -3919,7 +4089,7 @@
|
|
|
3919
4089
|
"mutable": false,
|
|
3920
4090
|
"attr": "expandable",
|
|
3921
4091
|
"reflectToAttr": false,
|
|
3922
|
-
"docs": "
|
|
4092
|
+
"docs": "If `true`, the group will be expandable in the side menu.",
|
|
3923
4093
|
"docsTags": [],
|
|
3924
4094
|
"default": "false",
|
|
3925
4095
|
"values": [
|
|
@@ -3936,7 +4106,7 @@
|
|
|
3936
4106
|
"mutable": false,
|
|
3937
4107
|
"attr": "label",
|
|
3938
4108
|
"reflectToAttr": false,
|
|
3939
|
-
"docs": "label to display on the group",
|
|
4109
|
+
"docs": "The label to display on the group.",
|
|
3940
4110
|
"docsTags": [],
|
|
3941
4111
|
"values": [
|
|
3942
4112
|
{
|
|
@@ -3968,12 +4138,12 @@
|
|
|
3968
4138
|
"passive": false
|
|
3969
4139
|
},
|
|
3970
4140
|
{
|
|
3971
|
-
"event": "
|
|
4141
|
+
"event": "navItemClicked",
|
|
3972
4142
|
"capture": false,
|
|
3973
4143
|
"passive": false
|
|
3974
4144
|
},
|
|
3975
4145
|
{
|
|
3976
|
-
"event": "
|
|
4146
|
+
"event": "themeChange",
|
|
3977
4147
|
"target": "document",
|
|
3978
4148
|
"capture": false,
|
|
3979
4149
|
"passive": false
|
|
@@ -4012,7 +4182,7 @@
|
|
|
4012
4182
|
"mutable": false,
|
|
4013
4183
|
"attr": "href",
|
|
4014
4184
|
"reflectToAttr": false,
|
|
4015
|
-
"docs": "
|
|
4185
|
+
"docs": "The destination of the navigation item.",
|
|
4016
4186
|
"docsTags": [],
|
|
4017
4187
|
"default": "\"\"",
|
|
4018
4188
|
"values": [
|
|
@@ -4029,7 +4199,7 @@
|
|
|
4029
4199
|
"mutable": false,
|
|
4030
4200
|
"attr": "label",
|
|
4031
4201
|
"reflectToAttr": false,
|
|
4032
|
-
"docs": "
|
|
4202
|
+
"docs": "The label of the navigation item.",
|
|
4033
4203
|
"docsTags": [],
|
|
4034
4204
|
"values": [
|
|
4035
4205
|
{
|
|
@@ -4045,7 +4215,7 @@
|
|
|
4045
4215
|
"mutable": false,
|
|
4046
4216
|
"attr": "selected",
|
|
4047
4217
|
"reflectToAttr": false,
|
|
4048
|
-
"docs": "If true
|
|
4218
|
+
"docs": "If `true`, the navigation item will be set in a selected state.",
|
|
4049
4219
|
"docsTags": [],
|
|
4050
4220
|
"default": "false",
|
|
4051
4221
|
"values": [
|
|
@@ -4073,7 +4243,7 @@
|
|
|
4073
4243
|
"events": [],
|
|
4074
4244
|
"listeners": [
|
|
4075
4245
|
{
|
|
4076
|
-
"event": "
|
|
4246
|
+
"event": "themeChange",
|
|
4077
4247
|
"target": "document",
|
|
4078
4248
|
"capture": false,
|
|
4079
4249
|
"passive": false
|
|
@@ -4126,7 +4296,7 @@
|
|
|
4126
4296
|
"mutable": false,
|
|
4127
4297
|
"attr": "status",
|
|
4128
4298
|
"reflectToAttr": false,
|
|
4129
|
-
"docs": "
|
|
4299
|
+
"docs": "The status info to display.",
|
|
4130
4300
|
"docsTags": [],
|
|
4131
4301
|
"default": "\"\"",
|
|
4132
4302
|
"values": [
|
|
@@ -4143,7 +4313,7 @@
|
|
|
4143
4313
|
"mutable": false,
|
|
4144
4314
|
"attr": "version",
|
|
4145
4315
|
"reflectToAttr": false,
|
|
4146
|
-
"docs": "
|
|
4316
|
+
"docs": "The version info to display.",
|
|
4147
4317
|
"docsTags": [],
|
|
4148
4318
|
"default": "\"\"",
|
|
4149
4319
|
"values": [
|
|
@@ -4159,7 +4329,7 @@
|
|
|
4159
4329
|
"events": [],
|
|
4160
4330
|
"listeners": [
|
|
4161
4331
|
{
|
|
4162
|
-
"event": "
|
|
4332
|
+
"event": "navItemClicked",
|
|
4163
4333
|
"capture": false,
|
|
4164
4334
|
"passive": false
|
|
4165
4335
|
},
|
|
@@ -4257,7 +4427,7 @@
|
|
|
4257
4427
|
"mutable": false,
|
|
4258
4428
|
"attr": "aligned",
|
|
4259
4429
|
"reflectToAttr": false,
|
|
4260
|
-
"docs": "
|
|
4430
|
+
"docs": "The alignment of the page header.",
|
|
4261
4431
|
"docsTags": [],
|
|
4262
4432
|
"default": "\"left\"",
|
|
4263
4433
|
"values": [
|
|
@@ -4283,7 +4453,7 @@
|
|
|
4283
4453
|
"mutable": false,
|
|
4284
4454
|
"attr": "border",
|
|
4285
4455
|
"reflectToAttr": false,
|
|
4286
|
-
"docs": "
|
|
4456
|
+
"docs": "If `true`, a border will be displayed along the bottom of the page header.",
|
|
4287
4457
|
"docsTags": [],
|
|
4288
4458
|
"default": "true",
|
|
4289
4459
|
"values": [
|
|
@@ -4300,7 +4470,7 @@
|
|
|
4300
4470
|
"mutable": false,
|
|
4301
4471
|
"attr": "heading",
|
|
4302
4472
|
"reflectToAttr": false,
|
|
4303
|
-
"docs": "The title to render on the
|
|
4473
|
+
"docs": "The title to render on the page header.",
|
|
4304
4474
|
"docsTags": [],
|
|
4305
4475
|
"values": [
|
|
4306
4476
|
{
|
|
@@ -4316,7 +4486,7 @@
|
|
|
4316
4486
|
"mutable": false,
|
|
4317
4487
|
"attr": "reverse-order",
|
|
4318
4488
|
"reflectToAttr": false,
|
|
4319
|
-
"docs": "
|
|
4489
|
+
"docs": "If `true`, the reading pattern and tab order will change in the action area for viewport widths of above 576px and when actions have not wrapped.",
|
|
4320
4490
|
"docsTags": [],
|
|
4321
4491
|
"default": "false",
|
|
4322
4492
|
"values": [
|
|
@@ -4333,7 +4503,7 @@
|
|
|
4333
4503
|
"mutable": false,
|
|
4334
4504
|
"attr": "small",
|
|
4335
4505
|
"reflectToAttr": false,
|
|
4336
|
-
"docs": "
|
|
4506
|
+
"docs": "If `true`, the small styling will be applied to the page header.",
|
|
4337
4507
|
"docsTags": [],
|
|
4338
4508
|
"default": "false",
|
|
4339
4509
|
"values": [
|
|
@@ -4350,7 +4520,7 @@
|
|
|
4350
4520
|
"mutable": false,
|
|
4351
4521
|
"attr": "sticky",
|
|
4352
4522
|
"reflectToAttr": false,
|
|
4353
|
-
"docs": "
|
|
4523
|
+
"docs": "If `true`, the page header will be sticky at all breakpoints.",
|
|
4354
4524
|
"docsTags": [],
|
|
4355
4525
|
"default": "false",
|
|
4356
4526
|
"values": [
|
|
@@ -4367,7 +4537,7 @@
|
|
|
4367
4537
|
"mutable": false,
|
|
4368
4538
|
"attr": "sticky-desktop-only",
|
|
4369
4539
|
"reflectToAttr": false,
|
|
4370
|
-
"docs": "
|
|
4540
|
+
"docs": "If `true`, the page header will only be sticky for viewport widths of 992px and above.",
|
|
4371
4541
|
"docsTags": [],
|
|
4372
4542
|
"default": "false",
|
|
4373
4543
|
"values": [
|
|
@@ -4384,7 +4554,7 @@
|
|
|
4384
4554
|
"mutable": false,
|
|
4385
4555
|
"attr": "subheading",
|
|
4386
4556
|
"reflectToAttr": false,
|
|
4387
|
-
"docs": "The subtitle to render on the
|
|
4557
|
+
"docs": "The subtitle to render on the page header.",
|
|
4388
4558
|
"docsTags": [],
|
|
4389
4559
|
"values": [
|
|
4390
4560
|
{
|
|
@@ -4461,7 +4631,7 @@
|
|
|
4461
4631
|
"mutable": false,
|
|
4462
4632
|
"attr": "disabled",
|
|
4463
4633
|
"reflectToAttr": false,
|
|
4464
|
-
"docs": "
|
|
4634
|
+
"docs": "If `true`, the disabled state will be set.",
|
|
4465
4635
|
"docsTags": [],
|
|
4466
4636
|
"default": "false",
|
|
4467
4637
|
"values": [
|
|
@@ -4478,7 +4648,7 @@
|
|
|
4478
4648
|
"mutable": false,
|
|
4479
4649
|
"attr": "helper-text",
|
|
4480
4650
|
"reflectToAttr": false,
|
|
4481
|
-
"docs": "
|
|
4651
|
+
"docs": "The helper text that will be displayed for additional field guidance.",
|
|
4482
4652
|
"docsTags": [],
|
|
4483
4653
|
"values": [
|
|
4484
4654
|
{
|
|
@@ -4494,7 +4664,7 @@
|
|
|
4494
4664
|
"mutable": false,
|
|
4495
4665
|
"attr": "hide-label",
|
|
4496
4666
|
"reflectToAttr": false,
|
|
4497
|
-
"docs": "
|
|
4667
|
+
"docs": "If `true`, the label will be hidden and the required label value will be applied as an aria-label.",
|
|
4498
4668
|
"docsTags": [],
|
|
4499
4669
|
"default": "false",
|
|
4500
4670
|
"values": [
|
|
@@ -4511,7 +4681,7 @@
|
|
|
4511
4681
|
"mutable": false,
|
|
4512
4682
|
"attr": "label",
|
|
4513
4683
|
"reflectToAttr": false,
|
|
4514
|
-
"docs": "
|
|
4684
|
+
"docs": "The label for the radio group to be displayed.",
|
|
4515
4685
|
"docsTags": [],
|
|
4516
4686
|
"values": [
|
|
4517
4687
|
{
|
|
@@ -4527,7 +4697,7 @@
|
|
|
4527
4697
|
"mutable": false,
|
|
4528
4698
|
"attr": "name",
|
|
4529
4699
|
"reflectToAttr": false,
|
|
4530
|
-
"docs": "
|
|
4700
|
+
"docs": "The name for the radio group to differentiate from other groups.",
|
|
4531
4701
|
"docsTags": [],
|
|
4532
4702
|
"values": [
|
|
4533
4703
|
{
|
|
@@ -4543,7 +4713,7 @@
|
|
|
4543
4713
|
"mutable": false,
|
|
4544
4714
|
"attr": "required",
|
|
4545
4715
|
"reflectToAttr": false,
|
|
4546
|
-
"docs": "
|
|
4716
|
+
"docs": "If `true`, the radio group will require a value.",
|
|
4547
4717
|
"docsTags": [],
|
|
4548
4718
|
"default": "false",
|
|
4549
4719
|
"values": [
|
|
@@ -4560,7 +4730,7 @@
|
|
|
4560
4730
|
"mutable": false,
|
|
4561
4731
|
"attr": "small",
|
|
4562
4732
|
"reflectToAttr": false,
|
|
4563
|
-
"docs": "
|
|
4733
|
+
"docs": "If `true`, the small styling will be applied to the radio group.",
|
|
4564
4734
|
"docsTags": [],
|
|
4565
4735
|
"default": "false",
|
|
4566
4736
|
"values": [
|
|
@@ -4577,7 +4747,7 @@
|
|
|
4577
4747
|
"mutable": false,
|
|
4578
4748
|
"attr": "validation-status",
|
|
4579
4749
|
"reflectToAttr": false,
|
|
4580
|
-
"docs": "
|
|
4750
|
+
"docs": "The validation status - e.g. 'error' | 'warning' | 'success'.",
|
|
4581
4751
|
"docsTags": [],
|
|
4582
4752
|
"default": "\"\"",
|
|
4583
4753
|
"values": [
|
|
@@ -4606,7 +4776,7 @@
|
|
|
4606
4776
|
"mutable": false,
|
|
4607
4777
|
"attr": "validation-text",
|
|
4608
4778
|
"reflectToAttr": false,
|
|
4609
|
-
"docs": "
|
|
4779
|
+
"docs": "The validation text - e.g. 'error' | 'warning' | 'success'.",
|
|
4610
4780
|
"docsTags": [],
|
|
4611
4781
|
"default": "\"\"",
|
|
4612
4782
|
"values": [
|
|
@@ -4632,7 +4802,7 @@
|
|
|
4632
4802
|
],
|
|
4633
4803
|
"listeners": [
|
|
4634
4804
|
{
|
|
4635
|
-
"event": "
|
|
4805
|
+
"event": "icCheck",
|
|
4636
4806
|
"capture": false,
|
|
4637
4807
|
"passive": false
|
|
4638
4808
|
}
|
|
@@ -4673,7 +4843,7 @@
|
|
|
4673
4843
|
"mutable": false,
|
|
4674
4844
|
"attr": "additional-field-display",
|
|
4675
4845
|
"reflectToAttr": true,
|
|
4676
|
-
"docs": "
|
|
4846
|
+
"docs": "The style of additionalField that will be displayed if used.",
|
|
4677
4847
|
"docsTags": [],
|
|
4678
4848
|
"default": "\"static\"",
|
|
4679
4849
|
"values": [
|
|
@@ -4695,7 +4865,7 @@
|
|
|
4695
4865
|
"mutable": false,
|
|
4696
4866
|
"attr": "disabled",
|
|
4697
4867
|
"reflectToAttr": false,
|
|
4698
|
-
"docs": "
|
|
4868
|
+
"docs": "If `true`, the disabled state will be set.",
|
|
4699
4869
|
"docsTags": [],
|
|
4700
4870
|
"default": "false",
|
|
4701
4871
|
"values": [
|
|
@@ -4712,7 +4882,7 @@
|
|
|
4712
4882
|
"mutable": false,
|
|
4713
4883
|
"attr": "dynamic-text",
|
|
4714
4884
|
"reflectToAttr": false,
|
|
4715
|
-
"docs": "
|
|
4885
|
+
"docs": "The text to be displayed when dynamic.",
|
|
4716
4886
|
"docsTags": [],
|
|
4717
4887
|
"default": "\"This selection requires additional answers\"",
|
|
4718
4888
|
"values": [
|
|
@@ -4729,7 +4899,7 @@
|
|
|
4729
4899
|
"mutable": false,
|
|
4730
4900
|
"attr": "group-label",
|
|
4731
4901
|
"reflectToAttr": false,
|
|
4732
|
-
"docs": "
|
|
4902
|
+
"docs": "The group label for the radio option.",
|
|
4733
4903
|
"docsTags": [],
|
|
4734
4904
|
"values": [
|
|
4735
4905
|
{
|
|
@@ -4745,7 +4915,7 @@
|
|
|
4745
4915
|
"mutable": false,
|
|
4746
4916
|
"attr": "label",
|
|
4747
4917
|
"reflectToAttr": false,
|
|
4748
|
-
"docs": "
|
|
4918
|
+
"docs": "The label for the radio option.",
|
|
4749
4919
|
"docsTags": [],
|
|
4750
4920
|
"values": [
|
|
4751
4921
|
{
|
|
@@ -4761,7 +4931,7 @@
|
|
|
4761
4931
|
"mutable": false,
|
|
4762
4932
|
"attr": "name",
|
|
4763
4933
|
"reflectToAttr": false,
|
|
4764
|
-
"docs": "
|
|
4934
|
+
"docs": "The name for the radio option.",
|
|
4765
4935
|
"docsTags": [],
|
|
4766
4936
|
"values": [
|
|
4767
4937
|
{
|
|
@@ -4777,7 +4947,7 @@
|
|
|
4777
4947
|
"mutable": true,
|
|
4778
4948
|
"attr": "selected",
|
|
4779
4949
|
"reflectToAttr": true,
|
|
4780
|
-
"docs": "
|
|
4950
|
+
"docs": "If `true`, the radio option will be displayed in a selected state.",
|
|
4781
4951
|
"docsTags": [],
|
|
4782
4952
|
"default": "false",
|
|
4783
4953
|
"values": [
|
|
@@ -4794,7 +4964,7 @@
|
|
|
4794
4964
|
"mutable": true,
|
|
4795
4965
|
"attr": "value",
|
|
4796
4966
|
"reflectToAttr": false,
|
|
4797
|
-
"docs": "
|
|
4967
|
+
"docs": "The value for the radio option.",
|
|
4798
4968
|
"docsTags": [],
|
|
4799
4969
|
"values": [
|
|
4800
4970
|
{
|
|
@@ -4809,11 +4979,11 @@
|
|
|
4809
4979
|
"events": [
|
|
4810
4980
|
{
|
|
4811
4981
|
"event": "icCheck",
|
|
4812
|
-
"detail": "
|
|
4982
|
+
"detail": "IcValueEventDetail",
|
|
4813
4983
|
"bubbles": true,
|
|
4814
4984
|
"cancelable": true,
|
|
4815
4985
|
"composed": true,
|
|
4816
|
-
"docs": "Emitted when radio is
|
|
4986
|
+
"docs": "Emitted when a radio is selected.",
|
|
4817
4987
|
"docsTags": []
|
|
4818
4988
|
},
|
|
4819
4989
|
{
|
|
@@ -4822,8 +4992,14 @@
|
|
|
4822
4992
|
"bubbles": true,
|
|
4823
4993
|
"cancelable": true,
|
|
4824
4994
|
"composed": true,
|
|
4825
|
-
"docs": "
|
|
4826
|
-
"docsTags": [
|
|
4995
|
+
"docs": "",
|
|
4996
|
+
"docsTags": [
|
|
4997
|
+
{
|
|
4998
|
+
"name": "deprecated",
|
|
4999
|
+
"text": "This event should not be used anymore. Use icCheck instead."
|
|
5000
|
+
}
|
|
5001
|
+
],
|
|
5002
|
+
"deprecation": "This event should not be used anymore. Use icCheck instead."
|
|
4827
5003
|
}
|
|
4828
5004
|
],
|
|
4829
5005
|
"listeners": [
|
|
@@ -4861,7 +5037,7 @@
|
|
|
4861
5037
|
"mutable": false,
|
|
4862
5038
|
"attr": "autocapitalize",
|
|
4863
5039
|
"reflectToAttr": false,
|
|
4864
|
-
"docs": "
|
|
5040
|
+
"docs": "The automatic capitalisation of the text value as it is entered/edited by the user.\nAvailable options: \"off\", \"none\", \"on\", \"sentences\", \"words\", \"characters\".",
|
|
4865
5041
|
"docsTags": [],
|
|
4866
5042
|
"default": "\"off\"",
|
|
4867
5043
|
"values": [
|
|
@@ -4878,7 +5054,7 @@
|
|
|
4878
5054
|
"mutable": false,
|
|
4879
5055
|
"attr": "autocomplete",
|
|
4880
5056
|
"reflectToAttr": false,
|
|
4881
|
-
"docs": "
|
|
5057
|
+
"docs": "The state of autocompletion the browser can apply on the text value.",
|
|
4882
5058
|
"docsTags": [],
|
|
4883
5059
|
"default": "\"off\"",
|
|
4884
5060
|
"values": [
|
|
@@ -5108,7 +5284,7 @@
|
|
|
5108
5284
|
"mutable": false,
|
|
5109
5285
|
"attr": "autocorrect",
|
|
5110
5286
|
"reflectToAttr": false,
|
|
5111
|
-
"docs": "
|
|
5287
|
+
"docs": "The state of autocorrection the browser can apply when the user is entering/editing the text value.",
|
|
5112
5288
|
"docsTags": [],
|
|
5113
5289
|
"default": "\"off\"",
|
|
5114
5290
|
"values": [
|
|
@@ -5130,7 +5306,7 @@
|
|
|
5130
5306
|
"mutable": false,
|
|
5131
5307
|
"attr": "autofocus",
|
|
5132
5308
|
"reflectToAttr": false,
|
|
5133
|
-
"docs": "
|
|
5309
|
+
"docs": "If `true`, the form control will have input focus when the page loads.",
|
|
5134
5310
|
"docsTags": [],
|
|
5135
5311
|
"default": "false",
|
|
5136
5312
|
"values": [
|
|
@@ -5147,7 +5323,7 @@
|
|
|
5147
5323
|
"mutable": false,
|
|
5148
5324
|
"attr": "characters-until-suggestion",
|
|
5149
5325
|
"reflectToAttr": false,
|
|
5150
|
-
"docs": "
|
|
5326
|
+
"docs": "The number of characters until suggestions appear.",
|
|
5151
5327
|
"docsTags": [],
|
|
5152
5328
|
"default": "2",
|
|
5153
5329
|
"values": [
|
|
@@ -5164,7 +5340,7 @@
|
|
|
5164
5340
|
"mutable": true,
|
|
5165
5341
|
"attr": "debounce",
|
|
5166
5342
|
"reflectToAttr": false,
|
|
5167
|
-
"docs": "
|
|
5343
|
+
"docs": "The amount of time, in milliseconds, to wait to trigger the `icChange` event after each keystroke.",
|
|
5168
5344
|
"docsTags": [],
|
|
5169
5345
|
"default": "0",
|
|
5170
5346
|
"values": [
|
|
@@ -5181,7 +5357,7 @@
|
|
|
5181
5357
|
"mutable": false,
|
|
5182
5358
|
"attr": "disable-filter",
|
|
5183
5359
|
"reflectToAttr": false,
|
|
5184
|
-
"docs": "Specify whether to disable the built in filtering. For example, if options will already be filtered from external source.\nIf true
|
|
5360
|
+
"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.",
|
|
5185
5361
|
"docsTags": [],
|
|
5186
5362
|
"default": "false",
|
|
5187
5363
|
"values": [
|
|
@@ -5198,7 +5374,7 @@
|
|
|
5198
5374
|
"mutable": false,
|
|
5199
5375
|
"attr": "disabled",
|
|
5200
5376
|
"reflectToAttr": false,
|
|
5201
|
-
"docs": "
|
|
5377
|
+
"docs": "If `true`, the disabled state will be set.",
|
|
5202
5378
|
"docsTags": [],
|
|
5203
5379
|
"default": "false",
|
|
5204
5380
|
"values": [
|
|
@@ -5215,7 +5391,7 @@
|
|
|
5215
5391
|
"mutable": false,
|
|
5216
5392
|
"attr": "empty-option-list-text",
|
|
5217
5393
|
"reflectToAttr": false,
|
|
5218
|
-
"docs": "
|
|
5394
|
+
"docs": "The text displayed when there are no options in the option list.",
|
|
5219
5395
|
"docsTags": [],
|
|
5220
5396
|
"default": "\"No results found\"",
|
|
5221
5397
|
"values": [
|
|
@@ -5232,7 +5408,7 @@
|
|
|
5232
5408
|
"mutable": false,
|
|
5233
5409
|
"attr": "focus-on-load",
|
|
5234
5410
|
"reflectToAttr": false,
|
|
5235
|
-
"docs": "
|
|
5411
|
+
"docs": "If `true`, the search bar will be focused when component loaded.",
|
|
5236
5412
|
"docsTags": [],
|
|
5237
5413
|
"default": "false",
|
|
5238
5414
|
"values": [
|
|
@@ -5249,7 +5425,7 @@
|
|
|
5249
5425
|
"mutable": false,
|
|
5250
5426
|
"attr": "full-width",
|
|
5251
5427
|
"reflectToAttr": false,
|
|
5252
|
-
"docs": "Specify whether the
|
|
5428
|
+
"docs": "Specify whether the search bar fills the full width of the container.\nIf `true`, this overrides the --input-width CSS variable.",
|
|
5253
5429
|
"docsTags": [],
|
|
5254
5430
|
"default": "false",
|
|
5255
5431
|
"values": [
|
|
@@ -5266,7 +5442,7 @@
|
|
|
5266
5442
|
"mutable": false,
|
|
5267
5443
|
"attr": "helper-text",
|
|
5268
5444
|
"reflectToAttr": false,
|
|
5269
|
-
"docs": "
|
|
5445
|
+
"docs": "The helper text that will be displayed for additional field guidance.",
|
|
5270
5446
|
"docsTags": [],
|
|
5271
5447
|
"default": "\"\"",
|
|
5272
5448
|
"values": [
|
|
@@ -5283,7 +5459,7 @@
|
|
|
5283
5459
|
"mutable": false,
|
|
5284
5460
|
"attr": "hide-label",
|
|
5285
5461
|
"reflectToAttr": false,
|
|
5286
|
-
"docs": "
|
|
5462
|
+
"docs": "If `true`, the label will be hidden and the required label value will be applied as an aria-label.",
|
|
5287
5463
|
"docsTags": [],
|
|
5288
5464
|
"default": "false",
|
|
5289
5465
|
"values": [
|
|
@@ -5300,7 +5476,7 @@
|
|
|
5300
5476
|
"mutable": false,
|
|
5301
5477
|
"attr": "hint-text",
|
|
5302
5478
|
"reflectToAttr": false,
|
|
5303
|
-
"docs": "
|
|
5479
|
+
"docs": "The hint text for the hidden assistive description element.",
|
|
5304
5480
|
"docsTags": [],
|
|
5305
5481
|
"default": "\"When autocomplete results are available use the up and down arrows to choose and press enter to select\"",
|
|
5306
5482
|
"values": [
|
|
@@ -5317,7 +5493,7 @@
|
|
|
5317
5493
|
"mutable": false,
|
|
5318
5494
|
"attr": "label",
|
|
5319
5495
|
"reflectToAttr": false,
|
|
5320
|
-
"docs": "
|
|
5496
|
+
"docs": "The label for the search bar.",
|
|
5321
5497
|
"docsTags": [],
|
|
5322
5498
|
"values": [
|
|
5323
5499
|
{
|
|
@@ -5349,7 +5525,7 @@
|
|
|
5349
5525
|
"type": "IcMenuOption[]",
|
|
5350
5526
|
"mutable": false,
|
|
5351
5527
|
"reflectToAttr": false,
|
|
5352
|
-
"docs": "
|
|
5528
|
+
"docs": "The suggested search options.",
|
|
5353
5529
|
"docsTags": [],
|
|
5354
5530
|
"default": "[]",
|
|
5355
5531
|
"values": [
|
|
@@ -5366,7 +5542,7 @@
|
|
|
5366
5542
|
"mutable": false,
|
|
5367
5543
|
"attr": "placeholder",
|
|
5368
5544
|
"reflectToAttr": false,
|
|
5369
|
-
"docs": "
|
|
5545
|
+
"docs": "The placeholder value to display.",
|
|
5370
5546
|
"docsTags": [],
|
|
5371
5547
|
"default": "\"Search\"",
|
|
5372
5548
|
"values": [
|
|
@@ -5383,7 +5559,7 @@
|
|
|
5383
5559
|
"mutable": false,
|
|
5384
5560
|
"attr": "readonly",
|
|
5385
5561
|
"reflectToAttr": false,
|
|
5386
|
-
"docs": "
|
|
5562
|
+
"docs": "If `true`, the readonly state will be set.",
|
|
5387
5563
|
"docsTags": [],
|
|
5388
5564
|
"default": "false",
|
|
5389
5565
|
"values": [
|
|
@@ -5400,7 +5576,7 @@
|
|
|
5400
5576
|
"mutable": false,
|
|
5401
5577
|
"attr": "required",
|
|
5402
5578
|
"reflectToAttr": false,
|
|
5403
|
-
"docs": "
|
|
5579
|
+
"docs": "If `true`, the search bar will require a value.",
|
|
5404
5580
|
"docsTags": [],
|
|
5405
5581
|
"default": "false",
|
|
5406
5582
|
"values": [
|
|
@@ -5417,7 +5593,7 @@
|
|
|
5417
5593
|
"mutable": false,
|
|
5418
5594
|
"attr": "small",
|
|
5419
5595
|
"reflectToAttr": false,
|
|
5420
|
-
"docs": "
|
|
5596
|
+
"docs": "If `true`, the small styling will be applied to the search bar.",
|
|
5421
5597
|
"docsTags": [],
|
|
5422
5598
|
"default": "false",
|
|
5423
5599
|
"values": [
|
|
@@ -5434,7 +5610,7 @@
|
|
|
5434
5610
|
"mutable": false,
|
|
5435
5611
|
"attr": "spellcheck",
|
|
5436
5612
|
"reflectToAttr": false,
|
|
5437
|
-
"docs": "If `true`, the
|
|
5613
|
+
"docs": "If `true`, the value of the search will have its spelling and grammar checked.",
|
|
5438
5614
|
"docsTags": [],
|
|
5439
5615
|
"default": "false",
|
|
5440
5616
|
"values": [
|
|
@@ -5451,7 +5627,7 @@
|
|
|
5451
5627
|
"mutable": true,
|
|
5452
5628
|
"attr": "value",
|
|
5453
5629
|
"reflectToAttr": true,
|
|
5454
|
-
"docs": "
|
|
5630
|
+
"docs": "The value of the search input.",
|
|
5455
5631
|
"docsTags": [],
|
|
5456
5632
|
"default": "\"\"",
|
|
5457
5633
|
"values": [
|
|
@@ -5510,8 +5686,14 @@
|
|
|
5510
5686
|
"bubbles": true,
|
|
5511
5687
|
"cancelable": true,
|
|
5512
5688
|
"composed": true,
|
|
5513
|
-
"docs": "
|
|
5514
|
-
"docsTags": [
|
|
5689
|
+
"docs": "",
|
|
5690
|
+
"docsTags": [
|
|
5691
|
+
{
|
|
5692
|
+
"name": "deprecated",
|
|
5693
|
+
"text": "This event should not be used anymore. Use icSearchBarBlur instead."
|
|
5694
|
+
}
|
|
5695
|
+
],
|
|
5696
|
+
"deprecation": "This event should not be used anymore. Use icSearchBarBlur instead."
|
|
5515
5697
|
},
|
|
5516
5698
|
{
|
|
5517
5699
|
"event": "icInputFocus",
|
|
@@ -5519,8 +5701,14 @@
|
|
|
5519
5701
|
"bubbles": true,
|
|
5520
5702
|
"cancelable": true,
|
|
5521
5703
|
"composed": true,
|
|
5522
|
-
"docs": "
|
|
5523
|
-
"docsTags": [
|
|
5704
|
+
"docs": "",
|
|
5705
|
+
"docsTags": [
|
|
5706
|
+
{
|
|
5707
|
+
"name": "deprecated",
|
|
5708
|
+
"text": "This event should not be used anymore. Use icSearchBarFocus instead."
|
|
5709
|
+
}
|
|
5710
|
+
],
|
|
5711
|
+
"deprecation": "This event should not be used anymore. Use icSearchBarFocus instead."
|
|
5524
5712
|
},
|
|
5525
5713
|
{
|
|
5526
5714
|
"event": "icMenuChange",
|
|
@@ -5580,7 +5768,7 @@
|
|
|
5580
5768
|
"passive": false
|
|
5581
5769
|
},
|
|
5582
5770
|
{
|
|
5583
|
-
"event": "
|
|
5771
|
+
"event": "icMenuStateChange",
|
|
5584
5772
|
"capture": false,
|
|
5585
5773
|
"passive": false
|
|
5586
5774
|
},
|
|
@@ -5648,7 +5836,7 @@
|
|
|
5648
5836
|
"mutable": false,
|
|
5649
5837
|
"attr": "aligned",
|
|
5650
5838
|
"reflectToAttr": false,
|
|
5651
|
-
"docs": "
|
|
5839
|
+
"docs": "The alignment of the container.",
|
|
5652
5840
|
"docsTags": [],
|
|
5653
5841
|
"default": "\"left\"",
|
|
5654
5842
|
"values": [
|
|
@@ -5674,7 +5862,7 @@
|
|
|
5674
5862
|
"mutable": false,
|
|
5675
5863
|
"attr": "full-height",
|
|
5676
5864
|
"reflectToAttr": false,
|
|
5677
|
-
"docs": "
|
|
5865
|
+
"docs": "If `true`, the standard vertical padding from the container will be removed.",
|
|
5678
5866
|
"docsTags": [],
|
|
5679
5867
|
"default": "false",
|
|
5680
5868
|
"values": [
|
|
@@ -5733,7 +5921,7 @@
|
|
|
5733
5921
|
"mutable": false,
|
|
5734
5922
|
"attr": "characters-until-suggestions",
|
|
5735
5923
|
"reflectToAttr": false,
|
|
5736
|
-
"docs": "
|
|
5924
|
+
"docs": "The number of characters until suggestions appear for a searchable select.",
|
|
5737
5925
|
"docsTags": [],
|
|
5738
5926
|
"default": "0",
|
|
5739
5927
|
"values": [
|
|
@@ -5750,7 +5938,7 @@
|
|
|
5750
5938
|
"mutable": false,
|
|
5751
5939
|
"attr": "disabled",
|
|
5752
5940
|
"reflectToAttr": true,
|
|
5753
|
-
"docs": "
|
|
5941
|
+
"docs": "If `true`, the disabled state will be set.",
|
|
5754
5942
|
"docsTags": [],
|
|
5755
5943
|
"default": "false",
|
|
5756
5944
|
"values": [
|
|
@@ -5767,7 +5955,7 @@
|
|
|
5767
5955
|
"mutable": false,
|
|
5768
5956
|
"attr": "empty-option-list-text",
|
|
5769
5957
|
"reflectToAttr": false,
|
|
5770
|
-
"docs": "
|
|
5958
|
+
"docs": "The text displayed when there are no options in the option list.",
|
|
5771
5959
|
"docsTags": [],
|
|
5772
5960
|
"default": "\"No results found\"",
|
|
5773
5961
|
"values": [
|
|
@@ -5784,7 +5972,7 @@
|
|
|
5784
5972
|
"mutable": false,
|
|
5785
5973
|
"attr": "full-width",
|
|
5786
5974
|
"reflectToAttr": false,
|
|
5787
|
-
"docs": "If true
|
|
5975
|
+
"docs": "If `true`, the select element will fill the width of the container.",
|
|
5788
5976
|
"docsTags": [],
|
|
5789
5977
|
"default": "false",
|
|
5790
5978
|
"values": [
|
|
@@ -5801,7 +5989,7 @@
|
|
|
5801
5989
|
"mutable": false,
|
|
5802
5990
|
"attr": "helper-text",
|
|
5803
5991
|
"reflectToAttr": false,
|
|
5804
|
-
"docs": "
|
|
5992
|
+
"docs": "The helper text that will be displayed for additional field guidance.",
|
|
5805
5993
|
"docsTags": [],
|
|
5806
5994
|
"default": "\"\"",
|
|
5807
5995
|
"values": [
|
|
@@ -5818,7 +6006,7 @@
|
|
|
5818
6006
|
"mutable": false,
|
|
5819
6007
|
"attr": "hide-label",
|
|
5820
6008
|
"reflectToAttr": false,
|
|
5821
|
-
"docs": "
|
|
6009
|
+
"docs": "If `true`, the label will be hidden and the required label value will be applied as an aria-label.",
|
|
5822
6010
|
"docsTags": [],
|
|
5823
6011
|
"default": "false",
|
|
5824
6012
|
"values": [
|
|
@@ -5835,7 +6023,7 @@
|
|
|
5835
6023
|
"mutable": false,
|
|
5836
6024
|
"attr": "include-descriptions-in-search",
|
|
5837
6025
|
"reflectToAttr": false,
|
|
5838
|
-
"docs": "If true
|
|
6026
|
+
"docs": "If `true`, descriptions of options will be included when filtering options in a searchable select.",
|
|
5839
6027
|
"docsTags": [],
|
|
5840
6028
|
"default": "false",
|
|
5841
6029
|
"values": [
|
|
@@ -5852,7 +6040,7 @@
|
|
|
5852
6040
|
"mutable": false,
|
|
5853
6041
|
"attr": "include-group-titles-in-search",
|
|
5854
6042
|
"reflectToAttr": false,
|
|
5855
|
-
"docs": "If true
|
|
6043
|
+
"docs": "If `true`, group titles of grouped options will be included when filtering options in a searchable select.",
|
|
5856
6044
|
"docsTags": [],
|
|
5857
6045
|
"default": "false",
|
|
5858
6046
|
"values": [
|
|
@@ -5869,7 +6057,7 @@
|
|
|
5869
6057
|
"mutable": false,
|
|
5870
6058
|
"attr": "label",
|
|
5871
6059
|
"reflectToAttr": false,
|
|
5872
|
-
"docs": "
|
|
6060
|
+
"docs": "The label for the select.",
|
|
5873
6061
|
"docsTags": [],
|
|
5874
6062
|
"values": [
|
|
5875
6063
|
{
|
|
@@ -5901,7 +6089,7 @@
|
|
|
5901
6089
|
"type": "IcMenuOption[]",
|
|
5902
6090
|
"mutable": false,
|
|
5903
6091
|
"reflectToAttr": false,
|
|
5904
|
-
"docs": "
|
|
6092
|
+
"docs": "The possible selection options.",
|
|
5905
6093
|
"docsTags": [],
|
|
5906
6094
|
"default": "[]",
|
|
5907
6095
|
"values": [
|
|
@@ -5918,7 +6106,7 @@
|
|
|
5918
6106
|
"mutable": false,
|
|
5919
6107
|
"attr": "placeholder",
|
|
5920
6108
|
"reflectToAttr": false,
|
|
5921
|
-
"docs": "
|
|
6109
|
+
"docs": "The placeholder value to be displayed.",
|
|
5922
6110
|
"docsTags": [],
|
|
5923
6111
|
"default": "\"Select an option\"",
|
|
5924
6112
|
"values": [
|
|
@@ -5935,7 +6123,7 @@
|
|
|
5935
6123
|
"mutable": false,
|
|
5936
6124
|
"attr": "readonly",
|
|
5937
6125
|
"reflectToAttr": false,
|
|
5938
|
-
"docs": "
|
|
6126
|
+
"docs": "If `true`, the readonly state will be set.",
|
|
5939
6127
|
"docsTags": [],
|
|
5940
6128
|
"default": "false",
|
|
5941
6129
|
"values": [
|
|
@@ -5952,7 +6140,7 @@
|
|
|
5952
6140
|
"mutable": false,
|
|
5953
6141
|
"attr": "required",
|
|
5954
6142
|
"reflectToAttr": false,
|
|
5955
|
-
"docs": "
|
|
6143
|
+
"docs": "If `true`, the select will require a value.",
|
|
5956
6144
|
"docsTags": [],
|
|
5957
6145
|
"default": "false",
|
|
5958
6146
|
"values": [
|
|
@@ -5991,7 +6179,7 @@
|
|
|
5991
6179
|
"mutable": false,
|
|
5992
6180
|
"attr": "searchable",
|
|
5993
6181
|
"reflectToAttr": false,
|
|
5994
|
-
"docs": "If true
|
|
6182
|
+
"docs": "If `true`, a searchable variant of the select will be displayed which can be typed in to filter options.",
|
|
5995
6183
|
"docsTags": [],
|
|
5996
6184
|
"default": "false",
|
|
5997
6185
|
"values": [
|
|
@@ -6008,7 +6196,7 @@
|
|
|
6008
6196
|
"mutable": false,
|
|
6009
6197
|
"attr": "show-clear-button",
|
|
6010
6198
|
"reflectToAttr": false,
|
|
6011
|
-
"docs": "
|
|
6199
|
+
"docs": "If `true`, a button which clears the select input when clicked will be displayed. The button will always appear on the searchable select.",
|
|
6012
6200
|
"docsTags": [],
|
|
6013
6201
|
"default": "false",
|
|
6014
6202
|
"values": [
|
|
@@ -6025,7 +6213,7 @@
|
|
|
6025
6213
|
"mutable": false,
|
|
6026
6214
|
"attr": "small",
|
|
6027
6215
|
"reflectToAttr": false,
|
|
6028
|
-
"docs": "
|
|
6216
|
+
"docs": "If `true`, the small styling will be applied to the select.",
|
|
6029
6217
|
"docsTags": [],
|
|
6030
6218
|
"default": "false",
|
|
6031
6219
|
"values": [
|
|
@@ -6042,7 +6230,7 @@
|
|
|
6042
6230
|
"mutable": false,
|
|
6043
6231
|
"attr": "validation-status",
|
|
6044
6232
|
"reflectToAttr": false,
|
|
6045
|
-
"docs": "
|
|
6233
|
+
"docs": "The validation status - e.g. 'error' | 'warning' | 'success'.",
|
|
6046
6234
|
"docsTags": [],
|
|
6047
6235
|
"default": "\"\"",
|
|
6048
6236
|
"values": [
|
|
@@ -6071,7 +6259,7 @@
|
|
|
6071
6259
|
"mutable": false,
|
|
6072
6260
|
"attr": "validation-text",
|
|
6073
6261
|
"reflectToAttr": false,
|
|
6074
|
-
"docs": "
|
|
6262
|
+
"docs": "The text to display as the validation message.",
|
|
6075
6263
|
"docsTags": [],
|
|
6076
6264
|
"default": "\"\"",
|
|
6077
6265
|
"values": [
|
|
@@ -6201,15 +6389,15 @@
|
|
|
6201
6389
|
"docsTags": [
|
|
6202
6390
|
{
|
|
6203
6391
|
"name": "slot",
|
|
6204
|
-
"text": "app-icon - Content will be rendered adjacent to the
|
|
6392
|
+
"text": "app-icon - Content will be rendered adjacent to the app title at the very top of the side navigation."
|
|
6205
6393
|
},
|
|
6206
6394
|
{
|
|
6207
6395
|
"name": "slot",
|
|
6208
|
-
"text": "primary-navigation - Content will be rendered at the top of the side navigation"
|
|
6396
|
+
"text": "primary-navigation - Content will be rendered at the top of the side navigation."
|
|
6209
6397
|
},
|
|
6210
6398
|
{
|
|
6211
6399
|
"name": "slot",
|
|
6212
|
-
"text": "secondary-navigation - Content will be rendered at the bottom of the side navigation"
|
|
6400
|
+
"text": "secondary-navigation - Content will be rendered at the bottom of the side navigation."
|
|
6213
6401
|
}
|
|
6214
6402
|
],
|
|
6215
6403
|
"usage": {},
|
|
@@ -6220,7 +6408,7 @@
|
|
|
6220
6408
|
"mutable": false,
|
|
6221
6409
|
"attr": "app-title",
|
|
6222
6410
|
"reflectToAttr": false,
|
|
6223
|
-
"docs": "
|
|
6411
|
+
"docs": "The title of the app to be displayed.",
|
|
6224
6412
|
"docsTags": [],
|
|
6225
6413
|
"values": [
|
|
6226
6414
|
{
|
|
@@ -6236,7 +6424,7 @@
|
|
|
6236
6424
|
"mutable": false,
|
|
6237
6425
|
"attr": "collapsed-icon-labels",
|
|
6238
6426
|
"reflectToAttr": false,
|
|
6239
|
-
"docs": "If true
|
|
6427
|
+
"docs": "If `true`, the icon and label will appear when side navigation is collapsed.",
|
|
6240
6428
|
"docsTags": [],
|
|
6241
6429
|
"default": "false",
|
|
6242
6430
|
"values": [
|
|
@@ -6253,7 +6441,7 @@
|
|
|
6253
6441
|
"mutable": false,
|
|
6254
6442
|
"attr": "disable-auto-parent-styling",
|
|
6255
6443
|
"reflectToAttr": false,
|
|
6256
|
-
"docs": "If true
|
|
6444
|
+
"docs": "If `true`, automatic parent wrapper styling will be disabled.",
|
|
6257
6445
|
"docsTags": [],
|
|
6258
6446
|
"default": "false",
|
|
6259
6447
|
"values": [
|
|
@@ -6270,7 +6458,7 @@
|
|
|
6270
6458
|
"mutable": false,
|
|
6271
6459
|
"attr": "expanded",
|
|
6272
6460
|
"reflectToAttr": false,
|
|
6273
|
-
"docs": "If true
|
|
6461
|
+
"docs": "If `true`, the side navigation will load in an expanded state.",
|
|
6274
6462
|
"docsTags": [],
|
|
6275
6463
|
"default": "false",
|
|
6276
6464
|
"values": [
|
|
@@ -6287,7 +6475,7 @@
|
|
|
6287
6475
|
"mutable": false,
|
|
6288
6476
|
"attr": "href",
|
|
6289
6477
|
"reflectToAttr": false,
|
|
6290
|
-
"docs": "
|
|
6478
|
+
"docs": "The URL that the app title link points to.",
|
|
6291
6479
|
"docsTags": [],
|
|
6292
6480
|
"default": "\"/\"",
|
|
6293
6481
|
"values": [
|
|
@@ -6298,30 +6486,13 @@
|
|
|
6298
6486
|
"optional": false,
|
|
6299
6487
|
"required": false
|
|
6300
6488
|
},
|
|
6301
|
-
{
|
|
6302
|
-
"name": "inline",
|
|
6303
|
-
"type": "boolean",
|
|
6304
|
-
"mutable": false,
|
|
6305
|
-
"attr": "inline",
|
|
6306
|
-
"reflectToAttr": false,
|
|
6307
|
-
"docs": "If true, side navigation will be contained by parent element",
|
|
6308
|
-
"docsTags": [],
|
|
6309
|
-
"default": "false",
|
|
6310
|
-
"values": [
|
|
6311
|
-
{
|
|
6312
|
-
"type": "boolean"
|
|
6313
|
-
}
|
|
6314
|
-
],
|
|
6315
|
-
"optional": false,
|
|
6316
|
-
"required": false
|
|
6317
|
-
},
|
|
6318
6489
|
{
|
|
6319
6490
|
"name": "static",
|
|
6320
6491
|
"type": "boolean",
|
|
6321
6492
|
"mutable": false,
|
|
6322
6493
|
"attr": "static",
|
|
6323
6494
|
"reflectToAttr": false,
|
|
6324
|
-
"docs": "If true
|
|
6495
|
+
"docs": "If `true`, the menu expand button will be removed (PLEASE NOTE: This takes effect on screen sizes 992px and above).",
|
|
6325
6496
|
"docsTags": [],
|
|
6326
6497
|
"default": "false",
|
|
6327
6498
|
"values": [
|
|
@@ -6338,7 +6509,7 @@
|
|
|
6338
6509
|
"mutable": false,
|
|
6339
6510
|
"attr": "status",
|
|
6340
6511
|
"reflectToAttr": false,
|
|
6341
|
-
"docs": "
|
|
6512
|
+
"docs": "The status of the app to be displayed.",
|
|
6342
6513
|
"docsTags": [],
|
|
6343
6514
|
"values": [
|
|
6344
6515
|
{
|
|
@@ -6354,7 +6525,7 @@
|
|
|
6354
6525
|
"mutable": false,
|
|
6355
6526
|
"attr": "version",
|
|
6356
6527
|
"reflectToAttr": false,
|
|
6357
|
-
"docs": "
|
|
6528
|
+
"docs": "The version of the app to be displayed.",
|
|
6358
6529
|
"docsTags": [],
|
|
6359
6530
|
"values": [
|
|
6360
6531
|
{
|
|
@@ -6369,7 +6540,7 @@
|
|
|
6369
6540
|
"events": [],
|
|
6370
6541
|
"listeners": [
|
|
6371
6542
|
{
|
|
6372
|
-
"event": "
|
|
6543
|
+
"event": "themeChange",
|
|
6373
6544
|
"target": "document",
|
|
6374
6545
|
"capture": false,
|
|
6375
6546
|
"passive": false
|
|
@@ -6379,15 +6550,15 @@
|
|
|
6379
6550
|
"slots": [
|
|
6380
6551
|
{
|
|
6381
6552
|
"name": "app-icon",
|
|
6382
|
-
"docs": "Content will be rendered adjacent to the
|
|
6553
|
+
"docs": "Content will be rendered adjacent to the app title at the very top of the side navigation."
|
|
6383
6554
|
},
|
|
6384
6555
|
{
|
|
6385
6556
|
"name": "primary-navigation",
|
|
6386
|
-
"docs": "Content will be rendered at the top of the side navigation"
|
|
6557
|
+
"docs": "Content will be rendered at the top of the side navigation."
|
|
6387
6558
|
},
|
|
6388
6559
|
{
|
|
6389
6560
|
"name": "secondary-navigation",
|
|
6390
|
-
"docs": "Content will be rendered at the bottom of the side navigation"
|
|
6561
|
+
"docs": "Content will be rendered at the bottom of the side navigation."
|
|
6391
6562
|
}
|
|
6392
6563
|
],
|
|
6393
6564
|
"parts": [],
|
|
@@ -6430,7 +6601,7 @@
|
|
|
6430
6601
|
"mutable": false,
|
|
6431
6602
|
"attr": "light",
|
|
6432
6603
|
"reflectToAttr": false,
|
|
6433
|
-
"docs": "
|
|
6604
|
+
"docs": "If `true`, the skeleton will be set to the light variant.",
|
|
6434
6605
|
"docsTags": [],
|
|
6435
6606
|
"default": "false",
|
|
6436
6607
|
"values": [
|
|
@@ -6447,7 +6618,7 @@
|
|
|
6447
6618
|
"mutable": false,
|
|
6448
6619
|
"attr": "variant",
|
|
6449
6620
|
"reflectToAttr": false,
|
|
6450
|
-
"docs": "The variant of the skeleton that will be displayed",
|
|
6621
|
+
"docs": "The variant of the skeleton that will be displayed.",
|
|
6451
6622
|
"docsTags": [],
|
|
6452
6623
|
"default": "\"rectangle\"",
|
|
6453
6624
|
"values": [
|
|
@@ -6531,7 +6702,7 @@
|
|
|
6531
6702
|
"mutable": false,
|
|
6532
6703
|
"attr": "small",
|
|
6533
6704
|
"reflectToAttr": false,
|
|
6534
|
-
"docs": "
|
|
6705
|
+
"docs": "If `true`, the small styling will be applied to the status tag.",
|
|
6535
6706
|
"docsTags": [],
|
|
6536
6707
|
"default": "false",
|
|
6537
6708
|
"values": [
|
|
@@ -6598,13 +6769,34 @@
|
|
|
6598
6769
|
"docsTags": [],
|
|
6599
6770
|
"usage": {},
|
|
6600
6771
|
"props": [
|
|
6772
|
+
{
|
|
6773
|
+
"name": "stepStatus",
|
|
6774
|
+
"type": "\"optional\" | \"required\"",
|
|
6775
|
+
"mutable": false,
|
|
6776
|
+
"attr": "step-status",
|
|
6777
|
+
"reflectToAttr": false,
|
|
6778
|
+
"docs": "The status of the step. Use this prop to display a status message on the step if it is required or optional.",
|
|
6779
|
+
"docsTags": [],
|
|
6780
|
+
"values": [
|
|
6781
|
+
{
|
|
6782
|
+
"value": "optional",
|
|
6783
|
+
"type": "string"
|
|
6784
|
+
},
|
|
6785
|
+
{
|
|
6786
|
+
"value": "required",
|
|
6787
|
+
"type": "string"
|
|
6788
|
+
}
|
|
6789
|
+
],
|
|
6790
|
+
"optional": true,
|
|
6791
|
+
"required": false
|
|
6792
|
+
},
|
|
6601
6793
|
{
|
|
6602
6794
|
"name": "stepSubtitle",
|
|
6603
6795
|
"type": "string",
|
|
6604
6796
|
"mutable": false,
|
|
6605
6797
|
"attr": "step-subtitle",
|
|
6606
6798
|
"reflectToAttr": false,
|
|
6607
|
-
"docs": "Additional information about step",
|
|
6799
|
+
"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.",
|
|
6608
6800
|
"docsTags": [],
|
|
6609
6801
|
"values": [
|
|
6610
6802
|
{
|
|
@@ -6620,7 +6812,7 @@
|
|
|
6620
6812
|
"mutable": false,
|
|
6621
6813
|
"attr": "step-title",
|
|
6622
6814
|
"reflectToAttr": false,
|
|
6623
|
-
"docs": "
|
|
6815
|
+
"docs": "The title of the step within the stepper.",
|
|
6624
6816
|
"docsTags": [],
|
|
6625
6817
|
"values": [
|
|
6626
6818
|
{
|
|
@@ -6636,7 +6828,7 @@
|
|
|
6636
6828
|
"mutable": false,
|
|
6637
6829
|
"attr": "step-type",
|
|
6638
6830
|
"reflectToAttr": false,
|
|
6639
|
-
"docs": "
|
|
6831
|
+
"docs": "The state of the step within the stepper.",
|
|
6640
6832
|
"docsTags": [],
|
|
6641
6833
|
"default": "\"active\"",
|
|
6642
6834
|
"values": [
|
|
@@ -6669,10 +6861,15 @@
|
|
|
6669
6861
|
"parts": [],
|
|
6670
6862
|
"dependents": [],
|
|
6671
6863
|
"dependencies": [
|
|
6864
|
+
"ic-loading-indicator",
|
|
6672
6865
|
"ic-typography"
|
|
6673
6866
|
],
|
|
6674
6867
|
"dependencyGraph": {
|
|
6675
6868
|
"ic-step": [
|
|
6869
|
+
"ic-loading-indicator",
|
|
6870
|
+
"ic-typography"
|
|
6871
|
+
],
|
|
6872
|
+
"ic-loading-indicator": [
|
|
6676
6873
|
"ic-typography"
|
|
6677
6874
|
]
|
|
6678
6875
|
}
|
|
@@ -6692,7 +6889,7 @@
|
|
|
6692
6889
|
"mutable": false,
|
|
6693
6890
|
"attr": "aligned",
|
|
6694
6891
|
"reflectToAttr": false,
|
|
6695
|
-
"docs": "
|
|
6892
|
+
"docs": "The alignment of the default stepper within its container.",
|
|
6696
6893
|
"docsTags": [],
|
|
6697
6894
|
"default": "\"full-width\"",
|
|
6698
6895
|
"values": [
|
|
@@ -6724,6 +6921,45 @@
|
|
|
6724
6921
|
],
|
|
6725
6922
|
"optional": true,
|
|
6726
6923
|
"required": false
|
|
6924
|
+
},
|
|
6925
|
+
{
|
|
6926
|
+
"name": "hideStepInfo",
|
|
6927
|
+
"type": "boolean",
|
|
6928
|
+
"mutable": false,
|
|
6929
|
+
"attr": "hide-step-info",
|
|
6930
|
+
"reflectToAttr": false,
|
|
6931
|
+
"docs": "If `true`, the information about each step, i.e. step title, step subtitle and step status, will be hidden on all default steps. The information about each step will still be visible in the compact variant of the stepper.",
|
|
6932
|
+
"docsTags": [],
|
|
6933
|
+
"default": "false",
|
|
6934
|
+
"values": [
|
|
6935
|
+
{
|
|
6936
|
+
"type": "boolean"
|
|
6937
|
+
}
|
|
6938
|
+
],
|
|
6939
|
+
"optional": true,
|
|
6940
|
+
"required": false
|
|
6941
|
+
},
|
|
6942
|
+
{
|
|
6943
|
+
"name": "variant",
|
|
6944
|
+
"type": "\"compact\" | \"default\"",
|
|
6945
|
+
"mutable": true,
|
|
6946
|
+
"attr": "variant",
|
|
6947
|
+
"reflectToAttr": false,
|
|
6948
|
+
"docs": "The variant of the stepper.",
|
|
6949
|
+
"docsTags": [],
|
|
6950
|
+
"default": "\"default\"",
|
|
6951
|
+
"values": [
|
|
6952
|
+
{
|
|
6953
|
+
"value": "compact",
|
|
6954
|
+
"type": "string"
|
|
6955
|
+
},
|
|
6956
|
+
{
|
|
6957
|
+
"value": "default",
|
|
6958
|
+
"type": "string"
|
|
6959
|
+
}
|
|
6960
|
+
],
|
|
6961
|
+
"optional": true,
|
|
6962
|
+
"required": false
|
|
6727
6963
|
}
|
|
6728
6964
|
],
|
|
6729
6965
|
"methods": [],
|
|
@@ -6756,7 +6992,7 @@
|
|
|
6756
6992
|
"mutable": false,
|
|
6757
6993
|
"attr": "checked",
|
|
6758
6994
|
"reflectToAttr": false,
|
|
6759
|
-
"docs": "If true
|
|
6995
|
+
"docs": "If `true`, the switch will display as checked.",
|
|
6760
6996
|
"docsTags": [],
|
|
6761
6997
|
"default": "false",
|
|
6762
6998
|
"values": [
|
|
@@ -6773,7 +7009,7 @@
|
|
|
6773
7009
|
"mutable": false,
|
|
6774
7010
|
"attr": "disabled",
|
|
6775
7011
|
"reflectToAttr": false,
|
|
6776
|
-
"docs": "If true
|
|
7012
|
+
"docs": "If `true`, the disabled state will be set.",
|
|
6777
7013
|
"docsTags": [],
|
|
6778
7014
|
"default": "false",
|
|
6779
7015
|
"values": [
|
|
@@ -6790,7 +7026,7 @@
|
|
|
6790
7026
|
"mutable": false,
|
|
6791
7027
|
"attr": "helper-text",
|
|
6792
7028
|
"reflectToAttr": false,
|
|
6793
|
-
"docs": "
|
|
7029
|
+
"docs": "The helper text that will be displayed for additional field guidance.",
|
|
6794
7030
|
"docsTags": [],
|
|
6795
7031
|
"default": "\"\"",
|
|
6796
7032
|
"values": [
|
|
@@ -6807,7 +7043,7 @@
|
|
|
6807
7043
|
"mutable": false,
|
|
6808
7044
|
"attr": "hide-label",
|
|
6809
7045
|
"reflectToAttr": false,
|
|
6810
|
-
"docs": "
|
|
7046
|
+
"docs": "If `true`, the label will be hidden and the required label value will be applied as an aria-label.",
|
|
6811
7047
|
"docsTags": [],
|
|
6812
7048
|
"default": "false",
|
|
6813
7049
|
"values": [
|
|
@@ -6824,7 +7060,7 @@
|
|
|
6824
7060
|
"mutable": false,
|
|
6825
7061
|
"attr": "label",
|
|
6826
7062
|
"reflectToAttr": false,
|
|
6827
|
-
"docs": "
|
|
7063
|
+
"docs": "The aria-label applied to the switch when no visual 'name' is provided.",
|
|
6828
7064
|
"docsTags": [],
|
|
6829
7065
|
"values": [
|
|
6830
7066
|
{
|
|
@@ -6857,7 +7093,7 @@
|
|
|
6857
7093
|
"mutable": false,
|
|
6858
7094
|
"attr": "show-state",
|
|
6859
7095
|
"reflectToAttr": false,
|
|
6860
|
-
"docs": "If true
|
|
7096
|
+
"docs": "If `true`, the switch will render the On/Off state text.",
|
|
6861
7097
|
"docsTags": [],
|
|
6862
7098
|
"default": "false",
|
|
6863
7099
|
"values": [
|
|
@@ -6874,7 +7110,7 @@
|
|
|
6874
7110
|
"mutable": false,
|
|
6875
7111
|
"attr": "small",
|
|
6876
7112
|
"reflectToAttr": false,
|
|
6877
|
-
"docs": "If true
|
|
7113
|
+
"docs": "If `true`, the small styling will be applied to the switch.",
|
|
6878
7114
|
"docsTags": [],
|
|
6879
7115
|
"default": "false",
|
|
6880
7116
|
"values": [
|
|
@@ -6977,7 +7213,7 @@
|
|
|
6977
7213
|
"mutable": false,
|
|
6978
7214
|
"attr": "disabled",
|
|
6979
7215
|
"reflectToAttr": false,
|
|
6980
|
-
"docs": "
|
|
7216
|
+
"docs": "If `true`, the disabled state will be set.",
|
|
6981
7217
|
"docsTags": [],
|
|
6982
7218
|
"default": "false",
|
|
6983
7219
|
"values": [
|
|
@@ -6990,17 +7226,7 @@
|
|
|
6990
7226
|
}
|
|
6991
7227
|
],
|
|
6992
7228
|
"methods": [],
|
|
6993
|
-
"events": [
|
|
6994
|
-
{
|
|
6995
|
-
"event": "tabClick",
|
|
6996
|
-
"detail": "IcTabClickEventDetail",
|
|
6997
|
-
"bubbles": true,
|
|
6998
|
-
"cancelable": true,
|
|
6999
|
-
"composed": true,
|
|
7000
|
-
"docs": "Called when a tab is selected.",
|
|
7001
|
-
"docsTags": []
|
|
7002
|
-
}
|
|
7003
|
-
],
|
|
7229
|
+
"events": [],
|
|
7004
7230
|
"listeners": [],
|
|
7005
7231
|
"styles": [],
|
|
7006
7232
|
"slots": [
|
|
@@ -7057,7 +7283,7 @@
|
|
|
7057
7283
|
"mutable": false,
|
|
7058
7284
|
"attr": "appearance",
|
|
7059
7285
|
"reflectToAttr": false,
|
|
7060
|
-
"docs": "
|
|
7286
|
+
"docs": "The appearance of the tab context, e.g dark, or light.",
|
|
7061
7287
|
"docsTags": [],
|
|
7062
7288
|
"default": "\"dark\"",
|
|
7063
7289
|
"values": [
|
|
@@ -7079,7 +7305,7 @@
|
|
|
7079
7305
|
"mutable": false,
|
|
7080
7306
|
"attr": "context-id",
|
|
7081
7307
|
"reflectToAttr": true,
|
|
7082
|
-
"docs": "
|
|
7308
|
+
"docs": "The unique context needed if using multiple tabs inside one another i.e. rendering another set of tabs inside a tab panel.",
|
|
7083
7309
|
"docsTags": [],
|
|
7084
7310
|
"default": "\"default\"",
|
|
7085
7311
|
"values": [
|
|
@@ -7096,7 +7322,7 @@
|
|
|
7096
7322
|
"mutable": false,
|
|
7097
7323
|
"attr": "selected-tab-index",
|
|
7098
7324
|
"reflectToAttr": false,
|
|
7099
|
-
"docs": "
|
|
7325
|
+
"docs": "The selected tab to be controlled by the user. Must be used alongside the icTabSelect event to manage tab selection.",
|
|
7100
7326
|
"docsTags": [],
|
|
7101
7327
|
"values": [
|
|
7102
7328
|
{
|
|
@@ -7110,13 +7336,28 @@
|
|
|
7110
7336
|
"methods": [],
|
|
7111
7337
|
"events": [
|
|
7112
7338
|
{
|
|
7113
|
-
"event": "
|
|
7339
|
+
"event": "icTabSelect",
|
|
7114
7340
|
"detail": "IcTabSelectEventDetail",
|
|
7115
7341
|
"bubbles": true,
|
|
7116
7342
|
"cancelable": true,
|
|
7117
7343
|
"composed": true,
|
|
7118
7344
|
"docs": "Emitted when a user selects a tab.",
|
|
7119
7345
|
"docsTags": []
|
|
7346
|
+
},
|
|
7347
|
+
{
|
|
7348
|
+
"event": "tabSelect",
|
|
7349
|
+
"detail": "IcTabSelectEventDetail",
|
|
7350
|
+
"bubbles": true,
|
|
7351
|
+
"cancelable": true,
|
|
7352
|
+
"composed": true,
|
|
7353
|
+
"docs": "",
|
|
7354
|
+
"docsTags": [
|
|
7355
|
+
{
|
|
7356
|
+
"name": "deprecated",
|
|
7357
|
+
"text": "This event should not be used anymore. Use icTabSelect instead."
|
|
7358
|
+
}
|
|
7359
|
+
],
|
|
7360
|
+
"deprecation": "This event should not be used anymore. Use icTabSelect instead."
|
|
7120
7361
|
}
|
|
7121
7362
|
],
|
|
7122
7363
|
"listeners": [
|
|
@@ -7148,7 +7389,7 @@
|
|
|
7148
7389
|
"mutable": false,
|
|
7149
7390
|
"attr": "context-id",
|
|
7150
7391
|
"reflectToAttr": true,
|
|
7151
|
-
"docs": "
|
|
7392
|
+
"docs": "The unique context needed if using multiple tabs inside one another i.e. rendering another set of tabs inside a tab panel.",
|
|
7152
7393
|
"docsTags": [],
|
|
7153
7394
|
"default": "\"default\"",
|
|
7154
7395
|
"values": [
|
|
@@ -7165,7 +7406,7 @@
|
|
|
7165
7406
|
"mutable": false,
|
|
7166
7407
|
"attr": "inline",
|
|
7167
7408
|
"reflectToAttr": true,
|
|
7168
|
-
"docs": "
|
|
7409
|
+
"docs": "If `true`, the tabs and tab panels will be positioned separately.",
|
|
7169
7410
|
"docsTags": [],
|
|
7170
7411
|
"default": "false",
|
|
7171
7412
|
"values": [
|
|
@@ -7182,7 +7423,7 @@
|
|
|
7182
7423
|
"mutable": false,
|
|
7183
7424
|
"attr": "label",
|
|
7184
7425
|
"reflectToAttr": false,
|
|
7185
|
-
"docs": "
|
|
7426
|
+
"docs": "The label to describe the purpose of the set of tabs to screen reader users.",
|
|
7186
7427
|
"docsTags": [],
|
|
7187
7428
|
"values": [
|
|
7188
7429
|
{
|
|
@@ -7233,7 +7474,7 @@
|
|
|
7233
7474
|
"mutable": false,
|
|
7234
7475
|
"attr": "context-id",
|
|
7235
7476
|
"reflectToAttr": true,
|
|
7236
|
-
"docs": "
|
|
7477
|
+
"docs": "The unique context needed if using multiple tabs inside one another i.e. rendering another tabs inside a tab panel.",
|
|
7237
7478
|
"docsTags": [],
|
|
7238
7479
|
"default": "\"default\"",
|
|
7239
7480
|
"values": [
|
|
@@ -7275,7 +7516,7 @@
|
|
|
7275
7516
|
"mutable": false,
|
|
7276
7517
|
"attr": "auto-focus",
|
|
7277
7518
|
"reflectToAttr": false,
|
|
7278
|
-
"docs": "
|
|
7519
|
+
"docs": "If `true`, the form control will have input focus when the page loads.",
|
|
7279
7520
|
"docsTags": [],
|
|
7280
7521
|
"default": "false",
|
|
7281
7522
|
"values": [
|
|
@@ -7292,7 +7533,7 @@
|
|
|
7292
7533
|
"mutable": false,
|
|
7293
7534
|
"attr": "autocapitalize",
|
|
7294
7535
|
"reflectToAttr": false,
|
|
7295
|
-
"docs": "
|
|
7536
|
+
"docs": "The automatic capitalisation of the text value as it is entered/edited by the user.\nAvailable options: \"off\", \"none\", \"on\", \"sentences\", \"words\", \"characters\".",
|
|
7296
7537
|
"docsTags": [],
|
|
7297
7538
|
"default": "\"off\"",
|
|
7298
7539
|
"values": [
|
|
@@ -7309,7 +7550,7 @@
|
|
|
7309
7550
|
"mutable": false,
|
|
7310
7551
|
"attr": "autocomplete",
|
|
7311
7552
|
"reflectToAttr": false,
|
|
7312
|
-
"docs": "
|
|
7553
|
+
"docs": "The state of autocompletion the browser can apply on the text value.",
|
|
7313
7554
|
"docsTags": [],
|
|
7314
7555
|
"default": "\"off\"",
|
|
7315
7556
|
"values": [
|
|
@@ -7539,7 +7780,7 @@
|
|
|
7539
7780
|
"mutable": false,
|
|
7540
7781
|
"attr": "autocorrect",
|
|
7541
7782
|
"reflectToAttr": false,
|
|
7542
|
-
"docs": "
|
|
7783
|
+
"docs": "The state of autocorrection the browser can apply when the user is entering/editing the text value.",
|
|
7543
7784
|
"docsTags": [],
|
|
7544
7785
|
"default": "\"off\"",
|
|
7545
7786
|
"values": [
|
|
@@ -7561,7 +7802,7 @@
|
|
|
7561
7802
|
"mutable": false,
|
|
7562
7803
|
"attr": "debounce",
|
|
7563
7804
|
"reflectToAttr": false,
|
|
7564
|
-
"docs": "
|
|
7805
|
+
"docs": "The amount of time, in milliseconds, to wait to trigger the `icChange` event after each keystroke.",
|
|
7565
7806
|
"docsTags": [],
|
|
7566
7807
|
"default": "0",
|
|
7567
7808
|
"values": [
|
|
@@ -7578,7 +7819,7 @@
|
|
|
7578
7819
|
"mutable": false,
|
|
7579
7820
|
"attr": "disabled",
|
|
7580
7821
|
"reflectToAttr": false,
|
|
7581
|
-
"docs": "
|
|
7822
|
+
"docs": "If `true`, the disabled state will be set.",
|
|
7582
7823
|
"docsTags": [],
|
|
7583
7824
|
"default": "false",
|
|
7584
7825
|
"values": [
|
|
@@ -7595,7 +7836,7 @@
|
|
|
7595
7836
|
"mutable": false,
|
|
7596
7837
|
"attr": "full-width",
|
|
7597
7838
|
"reflectToAttr": false,
|
|
7598
|
-
"docs": "Specify whether the
|
|
7839
|
+
"docs": "Specify whether the text field fills the full width of the container.\nIf `true`, this overrides the --input-width CSS variable.",
|
|
7599
7840
|
"docsTags": [],
|
|
7600
7841
|
"default": "false",
|
|
7601
7842
|
"values": [
|
|
@@ -7612,7 +7853,7 @@
|
|
|
7612
7853
|
"mutable": false,
|
|
7613
7854
|
"attr": "helper-text",
|
|
7614
7855
|
"reflectToAttr": false,
|
|
7615
|
-
"docs": "
|
|
7856
|
+
"docs": "The helper text that will be displayed for additional field guidance.",
|
|
7616
7857
|
"docsTags": [],
|
|
7617
7858
|
"default": "\"\"",
|
|
7618
7859
|
"values": [
|
|
@@ -7629,7 +7870,7 @@
|
|
|
7629
7870
|
"mutable": false,
|
|
7630
7871
|
"attr": "hide-label",
|
|
7631
7872
|
"reflectToAttr": false,
|
|
7632
|
-
"docs": "
|
|
7873
|
+
"docs": "If `true`, the label will be hidden and the required label value will be applied as an aria-label.",
|
|
7633
7874
|
"docsTags": [],
|
|
7634
7875
|
"default": "false",
|
|
7635
7876
|
"values": [
|
|
@@ -7646,7 +7887,7 @@
|
|
|
7646
7887
|
"mutable": false,
|
|
7647
7888
|
"attr": "input-id",
|
|
7648
7889
|
"reflectToAttr": false,
|
|
7649
|
-
"docs": "
|
|
7890
|
+
"docs": "The ID for the input.",
|
|
7650
7891
|
"docsTags": [],
|
|
7651
7892
|
"default": "`ic-text-field-input-${inputIds++}`",
|
|
7652
7893
|
"values": [
|
|
@@ -7709,7 +7950,7 @@
|
|
|
7709
7950
|
"mutable": false,
|
|
7710
7951
|
"attr": "label",
|
|
7711
7952
|
"reflectToAttr": false,
|
|
7712
|
-
"docs": "
|
|
7953
|
+
"docs": "The label for the input.",
|
|
7713
7954
|
"docsTags": [],
|
|
7714
7955
|
"values": [
|
|
7715
7956
|
{
|
|
@@ -7725,7 +7966,7 @@
|
|
|
7725
7966
|
"mutable": false,
|
|
7726
7967
|
"attr": "max-length",
|
|
7727
7968
|
"reflectToAttr": false,
|
|
7728
|
-
"docs": "
|
|
7969
|
+
"docs": "The maximum number of characters that can be entered in the field.",
|
|
7729
7970
|
"docsTags": [],
|
|
7730
7971
|
"default": "0",
|
|
7731
7972
|
"values": [
|
|
@@ -7759,7 +8000,7 @@
|
|
|
7759
8000
|
"mutable": false,
|
|
7760
8001
|
"attr": "placeholder",
|
|
7761
8002
|
"reflectToAttr": false,
|
|
7762
|
-
"docs": "
|
|
8003
|
+
"docs": "The placeholder value to be displayed.",
|
|
7763
8004
|
"docsTags": [],
|
|
7764
8005
|
"default": "\"\"",
|
|
7765
8006
|
"values": [
|
|
@@ -7775,8 +8016,8 @@
|
|
|
7775
8016
|
"type": "boolean",
|
|
7776
8017
|
"mutable": false,
|
|
7777
8018
|
"attr": "readonly",
|
|
7778
|
-
"reflectToAttr":
|
|
7779
|
-
"docs": "
|
|
8019
|
+
"reflectToAttr": true,
|
|
8020
|
+
"docs": "If `true`, the read only state will be set.",
|
|
7780
8021
|
"docsTags": [],
|
|
7781
8022
|
"default": "false",
|
|
7782
8023
|
"values": [
|
|
@@ -7793,7 +8034,7 @@
|
|
|
7793
8034
|
"mutable": false,
|
|
7794
8035
|
"attr": "required",
|
|
7795
8036
|
"reflectToAttr": false,
|
|
7796
|
-
"docs": "
|
|
8037
|
+
"docs": "If `true`, the input will require a value.",
|
|
7797
8038
|
"docsTags": [],
|
|
7798
8039
|
"default": "false",
|
|
7799
8040
|
"values": [
|
|
@@ -7810,7 +8051,7 @@
|
|
|
7810
8051
|
"mutable": false,
|
|
7811
8052
|
"attr": "resize",
|
|
7812
8053
|
"reflectToAttr": false,
|
|
7813
|
-
"docs": "
|
|
8054
|
+
"docs": "If `true`, the multiline text area will be resizeable.",
|
|
7814
8055
|
"docsTags": [],
|
|
7815
8056
|
"default": "false",
|
|
7816
8057
|
"values": [
|
|
@@ -7827,7 +8068,7 @@
|
|
|
7827
8068
|
"mutable": false,
|
|
7828
8069
|
"attr": "rows",
|
|
7829
8070
|
"reflectToAttr": false,
|
|
7830
|
-
"docs": "
|
|
8071
|
+
"docs": "The number of rows to transform the text field into a text area with a specific height.",
|
|
7831
8072
|
"docsTags": [],
|
|
7832
8073
|
"default": "1",
|
|
7833
8074
|
"values": [
|
|
@@ -7843,8 +8084,8 @@
|
|
|
7843
8084
|
"type": "boolean",
|
|
7844
8085
|
"mutable": false,
|
|
7845
8086
|
"attr": "small",
|
|
7846
|
-
"reflectToAttr":
|
|
7847
|
-
"docs": "
|
|
8087
|
+
"reflectToAttr": true,
|
|
8088
|
+
"docs": "If `true`, the small styling will be applied to the text field.",
|
|
7848
8089
|
"docsTags": [],
|
|
7849
8090
|
"default": "false",
|
|
7850
8091
|
"values": [
|
|
@@ -7861,7 +8102,7 @@
|
|
|
7861
8102
|
"mutable": false,
|
|
7862
8103
|
"attr": "spellcheck",
|
|
7863
8104
|
"reflectToAttr": false,
|
|
7864
|
-
"docs": "If `true`, the
|
|
8105
|
+
"docs": "If `true`, the value of the text field will have its spelling and grammar checked.",
|
|
7865
8106
|
"docsTags": [],
|
|
7866
8107
|
"default": "false",
|
|
7867
8108
|
"values": [
|
|
@@ -7920,7 +8161,7 @@
|
|
|
7920
8161
|
"mutable": false,
|
|
7921
8162
|
"attr": "validation-inline",
|
|
7922
8163
|
"reflectToAttr": false,
|
|
7923
|
-
"docs": "
|
|
8164
|
+
"docs": "If `true`, the icon in input control will be displayed - only applies when validationStatus ='success'.",
|
|
7924
8165
|
"docsTags": [],
|
|
7925
8166
|
"default": "false",
|
|
7926
8167
|
"values": [
|
|
@@ -7937,7 +8178,7 @@
|
|
|
7937
8178
|
"mutable": false,
|
|
7938
8179
|
"attr": "validation-status",
|
|
7939
8180
|
"reflectToAttr": false,
|
|
7940
|
-
"docs": "
|
|
8181
|
+
"docs": "The validation state - e.g. 'error' | 'warning' | 'success'.",
|
|
7941
8182
|
"docsTags": [],
|
|
7942
8183
|
"default": "\"\"",
|
|
7943
8184
|
"values": [
|
|
@@ -7966,7 +8207,7 @@
|
|
|
7966
8207
|
"mutable": false,
|
|
7967
8208
|
"attr": "validation-text",
|
|
7968
8209
|
"reflectToAttr": false,
|
|
7969
|
-
"docs": "
|
|
8210
|
+
"docs": "The validation state - e.g. 'error' | 'warning' | 'success'.",
|
|
7970
8211
|
"docsTags": [],
|
|
7971
8212
|
"default": "\"\"",
|
|
7972
8213
|
"values": [
|
|
@@ -7983,7 +8224,7 @@
|
|
|
7983
8224
|
"mutable": true,
|
|
7984
8225
|
"attr": "value",
|
|
7985
8226
|
"reflectToAttr": true,
|
|
7986
|
-
"docs": "
|
|
8227
|
+
"docs": "The value of the text field.",
|
|
7987
8228
|
"docsTags": [],
|
|
7988
8229
|
"default": "\"\"",
|
|
7989
8230
|
"values": [
|
|
@@ -8120,7 +8361,7 @@
|
|
|
8120
8361
|
"mutable": false,
|
|
8121
8362
|
"attr": "color",
|
|
8122
8363
|
"reflectToAttr": false,
|
|
8123
|
-
"docs": "The theme colour. Can be a hex value
|
|
8364
|
+
"docs": "The theme colour. Can be a hex value e.g. \"#ff0000\", RGB e.g. \"rgb(255, 0, 0)\", or RGBA e.g. \"rgba(255, 0, 0, 1)\".",
|
|
8124
8365
|
"docsTags": [],
|
|
8125
8366
|
"default": "null",
|
|
8126
8367
|
"values": [
|
|
@@ -8133,17 +8374,7 @@
|
|
|
8133
8374
|
}
|
|
8134
8375
|
],
|
|
8135
8376
|
"methods": [],
|
|
8136
|
-
"events": [
|
|
8137
|
-
{
|
|
8138
|
-
"event": "icThemeChange",
|
|
8139
|
-
"detail": "{ mode: IcThemeForeground; color: IcColorRGB; }",
|
|
8140
|
-
"bubbles": true,
|
|
8141
|
-
"cancelable": true,
|
|
8142
|
-
"composed": true,
|
|
8143
|
-
"docs": "Emitted when the theme is changed.",
|
|
8144
|
-
"docsTags": []
|
|
8145
|
-
}
|
|
8146
|
-
],
|
|
8377
|
+
"events": [],
|
|
8147
8378
|
"listeners": [],
|
|
8148
8379
|
"styles": [],
|
|
8149
8380
|
"slots": [],
|
|
@@ -8161,6 +8392,23 @@
|
|
|
8161
8392
|
"docsTags": [],
|
|
8162
8393
|
"usage": {},
|
|
8163
8394
|
"props": [
|
|
8395
|
+
{
|
|
8396
|
+
"name": "disableHover",
|
|
8397
|
+
"type": "boolean",
|
|
8398
|
+
"mutable": false,
|
|
8399
|
+
"attr": "disable-hover",
|
|
8400
|
+
"reflectToAttr": false,
|
|
8401
|
+
"docs": "If `true`, the tooltip will not be displayed on hover, it will require a click.",
|
|
8402
|
+
"docsTags": [],
|
|
8403
|
+
"default": "false",
|
|
8404
|
+
"values": [
|
|
8405
|
+
{
|
|
8406
|
+
"type": "boolean"
|
|
8407
|
+
}
|
|
8408
|
+
],
|
|
8409
|
+
"optional": true,
|
|
8410
|
+
"required": false
|
|
8411
|
+
},
|
|
8164
8412
|
{
|
|
8165
8413
|
"name": "label",
|
|
8166
8414
|
"type": "string",
|
|
@@ -8264,6 +8512,7 @@
|
|
|
8264
8512
|
"parts": [],
|
|
8265
8513
|
"dependents": [
|
|
8266
8514
|
"ic-button",
|
|
8515
|
+
"ic-chip",
|
|
8267
8516
|
"ic-navigation-item",
|
|
8268
8517
|
"ic-tab-group"
|
|
8269
8518
|
],
|
|
@@ -8277,6 +8526,9 @@
|
|
|
8277
8526
|
"ic-button": [
|
|
8278
8527
|
"ic-tooltip"
|
|
8279
8528
|
],
|
|
8529
|
+
"ic-chip": [
|
|
8530
|
+
"ic-tooltip"
|
|
8531
|
+
],
|
|
8280
8532
|
"ic-navigation-item": [
|
|
8281
8533
|
"ic-tooltip"
|
|
8282
8534
|
],
|
|
@@ -8321,7 +8573,7 @@
|
|
|
8321
8573
|
"mutable": false,
|
|
8322
8574
|
"attr": "app-title",
|
|
8323
8575
|
"reflectToAttr": false,
|
|
8324
|
-
"docs": "
|
|
8576
|
+
"docs": "The app title to be displayed.",
|
|
8325
8577
|
"docsTags": [],
|
|
8326
8578
|
"values": [
|
|
8327
8579
|
{
|
|
@@ -8337,7 +8589,7 @@
|
|
|
8337
8589
|
"mutable": false,
|
|
8338
8590
|
"attr": "content-aligned",
|
|
8339
8591
|
"reflectToAttr": false,
|
|
8340
|
-
"docs": "The alignment of the top
|
|
8592
|
+
"docs": "The alignment of the top navigation content.",
|
|
8341
8593
|
"docsTags": [],
|
|
8342
8594
|
"default": "\"full-width\"",
|
|
8343
8595
|
"values": [
|
|
@@ -8363,7 +8615,7 @@
|
|
|
8363
8615
|
"mutable": false,
|
|
8364
8616
|
"attr": "href",
|
|
8365
8617
|
"reflectToAttr": false,
|
|
8366
|
-
"docs": "The
|
|
8618
|
+
"docs": "The URL to navigate to when the app title is clicked.",
|
|
8367
8619
|
"docsTags": [],
|
|
8368
8620
|
"default": "\"/\"",
|
|
8369
8621
|
"values": [
|
|
@@ -8380,7 +8632,7 @@
|
|
|
8380
8632
|
"mutable": false,
|
|
8381
8633
|
"attr": "inline",
|
|
8382
8634
|
"reflectToAttr": false,
|
|
8383
|
-
"docs": "If true
|
|
8635
|
+
"docs": "If `true`, the flyout navigation menu on small devices will be contained by the parent element.",
|
|
8384
8636
|
"docsTags": [],
|
|
8385
8637
|
"default": "false",
|
|
8386
8638
|
"values": [
|
|
@@ -8397,7 +8649,7 @@
|
|
|
8397
8649
|
"mutable": false,
|
|
8398
8650
|
"attr": "status",
|
|
8399
8651
|
"reflectToAttr": false,
|
|
8400
|
-
"docs": "
|
|
8652
|
+
"docs": "The status info to be displayed.",
|
|
8401
8653
|
"docsTags": [],
|
|
8402
8654
|
"default": "\"\"",
|
|
8403
8655
|
"values": [
|
|
@@ -8414,7 +8666,7 @@
|
|
|
8414
8666
|
"mutable": false,
|
|
8415
8667
|
"attr": "version",
|
|
8416
8668
|
"reflectToAttr": false,
|
|
8417
|
-
"docs": "
|
|
8669
|
+
"docs": "The version info to be displayed.",
|
|
8418
8670
|
"docsTags": [],
|
|
8419
8671
|
"default": "\"\"",
|
|
8420
8672
|
"values": [
|
|
@@ -8445,7 +8697,7 @@
|
|
|
8445
8697
|
"passive": false
|
|
8446
8698
|
},
|
|
8447
8699
|
{
|
|
8448
|
-
"event": "
|
|
8700
|
+
"event": "themeChange",
|
|
8449
8701
|
"target": "document",
|
|
8450
8702
|
"capture": false,
|
|
8451
8703
|
"passive": false
|
|
@@ -8520,7 +8772,7 @@
|
|
|
8520
8772
|
"mutable": false,
|
|
8521
8773
|
"attr": "apply-vertical-margins",
|
|
8522
8774
|
"reflectToAttr": false,
|
|
8523
|
-
"docs": "
|
|
8775
|
+
"docs": "If `true`, appropriate top and bottom margins will be applied to the typography.",
|
|
8524
8776
|
"docsTags": [],
|
|
8525
8777
|
"default": "false",
|
|
8526
8778
|
"values": [
|
|
@@ -8601,6 +8853,7 @@
|
|
|
8601
8853
|
"ic-back-to-top",
|
|
8602
8854
|
"ic-card",
|
|
8603
8855
|
"ic-checkbox",
|
|
8856
|
+
"ic-chip",
|
|
8604
8857
|
"ic-classification-banner",
|
|
8605
8858
|
"ic-data-entity",
|
|
8606
8859
|
"ic-data-row",
|
|
@@ -8640,6 +8893,9 @@
|
|
|
8640
8893
|
"ic-checkbox": [
|
|
8641
8894
|
"ic-typography"
|
|
8642
8895
|
],
|
|
8896
|
+
"ic-chip": [
|
|
8897
|
+
"ic-typography"
|
|
8898
|
+
],
|
|
8643
8899
|
"ic-classification-banner": [
|
|
8644
8900
|
"ic-typography"
|
|
8645
8901
|
],
|