@ukic/docs 3.0.0-alpha.3 → 3.0.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs.json +1031 -344
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"filePath": "src/components/ic-accordion/ic-accordion.tsx",
|
|
10
10
|
"encapsulation": "shadow",
|
|
11
11
|
"tag": "ic-accordion",
|
|
12
|
-
"readme": "# ic-accordion\n\n\n",
|
|
12
|
+
"readme": "# ic-accordion\r\n\r\n\r\n\r",
|
|
13
13
|
"docs": "",
|
|
14
14
|
"docsTags": [
|
|
15
15
|
{
|
|
@@ -147,6 +147,43 @@
|
|
|
147
147
|
],
|
|
148
148
|
"optional": true,
|
|
149
149
|
"required": false
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"name": "theme",
|
|
153
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
154
|
+
"complexType": {
|
|
155
|
+
"original": "IcThemeMode",
|
|
156
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
157
|
+
"references": {
|
|
158
|
+
"IcThemeMode": {
|
|
159
|
+
"location": "import",
|
|
160
|
+
"path": "../../utils/types",
|
|
161
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
"mutable": false,
|
|
166
|
+
"attr": "theme",
|
|
167
|
+
"reflectToAttr": false,
|
|
168
|
+
"docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
|
|
169
|
+
"docsTags": [],
|
|
170
|
+
"default": "\"inherit\"",
|
|
171
|
+
"values": [
|
|
172
|
+
{
|
|
173
|
+
"value": "dark",
|
|
174
|
+
"type": "string"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"value": "inherit",
|
|
178
|
+
"type": "string"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"value": "light",
|
|
182
|
+
"type": "string"
|
|
183
|
+
}
|
|
184
|
+
],
|
|
185
|
+
"optional": true,
|
|
186
|
+
"required": false
|
|
150
187
|
}
|
|
151
188
|
],
|
|
152
189
|
"methods": [
|
|
@@ -201,7 +238,7 @@
|
|
|
201
238
|
"filePath": "src/components/ic-accordion-group/ic-accordion-group.tsx",
|
|
202
239
|
"encapsulation": "shadow",
|
|
203
240
|
"tag": "ic-accordion-group",
|
|
204
|
-
"readme": "# ic-accordion-title\n\n\n",
|
|
241
|
+
"readme": "# ic-accordion-title\r\n\r\n\r\n\r",
|
|
205
242
|
"docs": "",
|
|
206
243
|
"docsTags": [
|
|
207
244
|
{
|
|
@@ -233,43 +270,6 @@
|
|
|
233
270
|
"optional": false,
|
|
234
271
|
"required": false
|
|
235
272
|
},
|
|
236
|
-
{
|
|
237
|
-
"name": "appearance",
|
|
238
|
-
"type": "\"dark\" | \"default\" | \"light\"",
|
|
239
|
-
"complexType": {
|
|
240
|
-
"original": "IcThemeForeground",
|
|
241
|
-
"resolved": "\"dark\" | \"default\" | \"light\"",
|
|
242
|
-
"references": {
|
|
243
|
-
"IcThemeForeground": {
|
|
244
|
-
"location": "import",
|
|
245
|
-
"path": "../../utils/types",
|
|
246
|
-
"id": "src/utils/types.ts::IcThemeForeground"
|
|
247
|
-
}
|
|
248
|
-
}
|
|
249
|
-
},
|
|
250
|
-
"mutable": false,
|
|
251
|
-
"attr": "appearance",
|
|
252
|
-
"reflectToAttr": false,
|
|
253
|
-
"docs": "The appearance of the accordion group, e.g dark, or light.",
|
|
254
|
-
"docsTags": [],
|
|
255
|
-
"default": "\"default\"",
|
|
256
|
-
"values": [
|
|
257
|
-
{
|
|
258
|
-
"value": "dark",
|
|
259
|
-
"type": "string"
|
|
260
|
-
},
|
|
261
|
-
{
|
|
262
|
-
"value": "default",
|
|
263
|
-
"type": "string"
|
|
264
|
-
},
|
|
265
|
-
{
|
|
266
|
-
"value": "light",
|
|
267
|
-
"type": "string"
|
|
268
|
-
}
|
|
269
|
-
],
|
|
270
|
-
"optional": false,
|
|
271
|
-
"required": false
|
|
272
|
-
},
|
|
273
273
|
{
|
|
274
274
|
"name": "expanded",
|
|
275
275
|
"type": "boolean",
|
|
@@ -372,6 +372,43 @@
|
|
|
372
372
|
],
|
|
373
373
|
"optional": true,
|
|
374
374
|
"required": false
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"name": "theme",
|
|
378
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
379
|
+
"complexType": {
|
|
380
|
+
"original": "IcThemeMode",
|
|
381
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
382
|
+
"references": {
|
|
383
|
+
"IcThemeMode": {
|
|
384
|
+
"location": "import",
|
|
385
|
+
"path": "../../utils/types",
|
|
386
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
387
|
+
}
|
|
388
|
+
}
|
|
389
|
+
},
|
|
390
|
+
"mutable": false,
|
|
391
|
+
"attr": "theme",
|
|
392
|
+
"reflectToAttr": false,
|
|
393
|
+
"docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
|
|
394
|
+
"docsTags": [],
|
|
395
|
+
"default": "\"inherit\"",
|
|
396
|
+
"values": [
|
|
397
|
+
{
|
|
398
|
+
"value": "dark",
|
|
399
|
+
"type": "string"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"value": "inherit",
|
|
403
|
+
"type": "string"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"value": "light",
|
|
407
|
+
"type": "string"
|
|
408
|
+
}
|
|
409
|
+
],
|
|
410
|
+
"optional": true,
|
|
411
|
+
"required": false
|
|
375
412
|
}
|
|
376
413
|
],
|
|
377
414
|
"methods": [
|
|
@@ -394,7 +431,7 @@
|
|
|
394
431
|
},
|
|
395
432
|
"signature": "setFocus() => Promise<void>",
|
|
396
433
|
"parameters": [],
|
|
397
|
-
"docs": "Sets the focus on first focusable element in the accordion group. If the \"See/Hide all\" button is present, it will be focused.\nOtherwise, the first accordion will be focused.",
|
|
434
|
+
"docs": "Sets the focus on first focusable element in the accordion group. If the \"See/Hide all\" button is present, it will be focused.\r\nOtherwise, the first accordion will be focused.",
|
|
398
435
|
"docsTags": []
|
|
399
436
|
}
|
|
400
437
|
],
|
|
@@ -440,7 +477,7 @@
|
|
|
440
477
|
"filePath": "src/components/ic-alert/ic-alert.tsx",
|
|
441
478
|
"encapsulation": "shadow",
|
|
442
479
|
"tag": "ic-alert",
|
|
443
|
-
"readme": "# ic-alert\n\n\n",
|
|
480
|
+
"readme": "# ic-alert\r\n\r\n\r\n\r",
|
|
444
481
|
"docs": "",
|
|
445
482
|
"docsTags": [
|
|
446
483
|
{
|
|
@@ -567,6 +604,43 @@
|
|
|
567
604
|
"optional": false,
|
|
568
605
|
"required": false
|
|
569
606
|
},
|
|
607
|
+
{
|
|
608
|
+
"name": "theme",
|
|
609
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
610
|
+
"complexType": {
|
|
611
|
+
"original": "IcThemeMode",
|
|
612
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
613
|
+
"references": {
|
|
614
|
+
"IcThemeMode": {
|
|
615
|
+
"location": "import",
|
|
616
|
+
"path": "../../utils/types",
|
|
617
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
618
|
+
}
|
|
619
|
+
}
|
|
620
|
+
},
|
|
621
|
+
"mutable": false,
|
|
622
|
+
"attr": "theme",
|
|
623
|
+
"reflectToAttr": false,
|
|
624
|
+
"docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
|
|
625
|
+
"docsTags": [],
|
|
626
|
+
"default": "\"inherit\"",
|
|
627
|
+
"values": [
|
|
628
|
+
{
|
|
629
|
+
"value": "dark",
|
|
630
|
+
"type": "string"
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"value": "inherit",
|
|
634
|
+
"type": "string"
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"value": "light",
|
|
638
|
+
"type": "string"
|
|
639
|
+
}
|
|
640
|
+
],
|
|
641
|
+
"optional": true,
|
|
642
|
+
"required": false
|
|
643
|
+
},
|
|
570
644
|
{
|
|
571
645
|
"name": "titleAbove",
|
|
572
646
|
"type": "boolean",
|
|
@@ -701,7 +775,7 @@
|
|
|
701
775
|
"filePath": "src/components/ic-back-to-top/ic-back-to-top.tsx",
|
|
702
776
|
"encapsulation": "shadow",
|
|
703
777
|
"tag": "ic-back-to-top",
|
|
704
|
-
"readme": "# ic-back-to-top\n\n\n",
|
|
778
|
+
"readme": "# ic-back-to-top\r\n\r\n\r\n\r",
|
|
705
779
|
"docs": "",
|
|
706
780
|
"docsTags": [],
|
|
707
781
|
"usage": {},
|
|
@@ -797,7 +871,7 @@
|
|
|
797
871
|
"filePath": "src/components/ic-badge/ic-badge.tsx",
|
|
798
872
|
"encapsulation": "shadow",
|
|
799
873
|
"tag": "ic-badge",
|
|
800
|
-
"readme": "# ic-badge\n\n\n",
|
|
874
|
+
"readme": "# ic-badge\r\n\r\n\r\n\r",
|
|
801
875
|
"docs": "",
|
|
802
876
|
"docsTags": [
|
|
803
877
|
{
|
|
@@ -845,7 +919,7 @@
|
|
|
845
919
|
"mutable": false,
|
|
846
920
|
"attr": "custom-color",
|
|
847
921
|
"reflectToAttr": false,
|
|
848
|
-
"docs": "The custom badge colour. This will only style the badge component if variant=\"custom\".\nCan be a hex value e.g. \"#ff0000\", RGB e.g. \"rgb(255, 0, 0)\", or RGBA e.g. \"rgba(255, 0, 0, 1)\".",
|
|
922
|
+
"docs": "The custom badge colour. This will only style the badge component if variant=\"custom\".\r\nCan be a hex value e.g. \"#ff0000\", RGB e.g. \"rgb(255, 0, 0)\", or RGBA e.g. \"rgba(255, 0, 0, 1)\".",
|
|
849
923
|
"docsTags": [],
|
|
850
924
|
"default": "null",
|
|
851
925
|
"values": [
|
|
@@ -894,7 +968,7 @@
|
|
|
894
968
|
"mutable": false,
|
|
895
969
|
"attr": "max-number",
|
|
896
970
|
"reflectToAttr": false,
|
|
897
|
-
"docs": "The maximum number shown on the badge appended with a +.\nThis will only be displayed if type=\"text\" and label is not empty.",
|
|
971
|
+
"docs": "The maximum number shown on the badge appended with a +.\r\nThis will only be displayed if type=\"text\" and label is not empty.",
|
|
898
972
|
"docsTags": [],
|
|
899
973
|
"values": [
|
|
900
974
|
{
|
|
@@ -1153,7 +1227,7 @@
|
|
|
1153
1227
|
"filePath": "src/components/ic-breadcrumb/ic-breadcrumb.tsx",
|
|
1154
1228
|
"encapsulation": "shadow",
|
|
1155
1229
|
"tag": "ic-breadcrumb",
|
|
1156
|
-
"readme": "# ic-breadcrumb\n\n\n",
|
|
1230
|
+
"readme": "# ic-breadcrumb\r\n\r\n\r\n\r",
|
|
1157
1231
|
"docs": "",
|
|
1158
1232
|
"docsTags": [
|
|
1159
1233
|
{
|
|
@@ -1281,7 +1355,7 @@
|
|
|
1281
1355
|
"filePath": "src/components/ic-breadcrumb-group/ic-breadcrumb-group.tsx",
|
|
1282
1356
|
"encapsulation": "shadow",
|
|
1283
1357
|
"tag": "ic-breadcrumb-group",
|
|
1284
|
-
"readme": "# ic-breadcrumb-group\n\n\n",
|
|
1358
|
+
"readme": "# ic-breadcrumb-group\r\n\r\n\r\n\r",
|
|
1285
1359
|
"docs": "",
|
|
1286
1360
|
"docsTags": [],
|
|
1287
1361
|
"usage": {},
|
|
@@ -1413,7 +1487,7 @@
|
|
|
1413
1487
|
"filePath": "src/components/ic-button/ic-button.tsx",
|
|
1414
1488
|
"encapsulation": "shadow",
|
|
1415
1489
|
"tag": "ic-button",
|
|
1416
|
-
"readme": "# ic-button\n",
|
|
1490
|
+
"readme": "# ic-button\r\n\r",
|
|
1417
1491
|
"docs": "",
|
|
1418
1492
|
"docsTags": [
|
|
1419
1493
|
{
|
|
@@ -2421,7 +2495,7 @@
|
|
|
2421
2495
|
"filePath": "src/components/ic-card-vertical/ic-card-vertical.tsx",
|
|
2422
2496
|
"encapsulation": "shadow",
|
|
2423
2497
|
"tag": "ic-card-vertical",
|
|
2424
|
-
"readme": "# ic-card-vertical\n\n\n",
|
|
2498
|
+
"readme": "# ic-card-vertical\r\n\r\n\r\n\r",
|
|
2425
2499
|
"docs": "",
|
|
2426
2500
|
"docsTags": [
|
|
2427
2501
|
{
|
|
@@ -2584,7 +2658,7 @@
|
|
|
2584
2658
|
"name": "href",
|
|
2585
2659
|
"type": "string",
|
|
2586
2660
|
"complexType": {
|
|
2587
|
-
"original": "string
|
|
2661
|
+
"original": "string",
|
|
2588
2662
|
"resolved": "string",
|
|
2589
2663
|
"references": {}
|
|
2590
2664
|
},
|
|
@@ -2765,6 +2839,43 @@
|
|
|
2765
2839
|
],
|
|
2766
2840
|
"optional": true,
|
|
2767
2841
|
"required": false
|
|
2842
|
+
},
|
|
2843
|
+
{
|
|
2844
|
+
"name": "theme",
|
|
2845
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
2846
|
+
"complexType": {
|
|
2847
|
+
"original": "IcThemeMode",
|
|
2848
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
2849
|
+
"references": {
|
|
2850
|
+
"IcThemeMode": {
|
|
2851
|
+
"location": "import",
|
|
2852
|
+
"path": "../../utils/types",
|
|
2853
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
2854
|
+
}
|
|
2855
|
+
}
|
|
2856
|
+
},
|
|
2857
|
+
"mutable": false,
|
|
2858
|
+
"attr": "theme",
|
|
2859
|
+
"reflectToAttr": false,
|
|
2860
|
+
"docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
|
|
2861
|
+
"docsTags": [],
|
|
2862
|
+
"default": "\"inherit\"",
|
|
2863
|
+
"values": [
|
|
2864
|
+
{
|
|
2865
|
+
"value": "dark",
|
|
2866
|
+
"type": "string"
|
|
2867
|
+
},
|
|
2868
|
+
{
|
|
2869
|
+
"value": "inherit",
|
|
2870
|
+
"type": "string"
|
|
2871
|
+
},
|
|
2872
|
+
{
|
|
2873
|
+
"value": "light",
|
|
2874
|
+
"type": "string"
|
|
2875
|
+
}
|
|
2876
|
+
],
|
|
2877
|
+
"optional": true,
|
|
2878
|
+
"required": false
|
|
2768
2879
|
}
|
|
2769
2880
|
],
|
|
2770
2881
|
"methods": [
|
|
@@ -2872,7 +2983,7 @@
|
|
|
2872
2983
|
"filePath": "src/components/ic-checkbox/ic-checkbox.tsx",
|
|
2873
2984
|
"encapsulation": "shadow",
|
|
2874
2985
|
"tag": "ic-checkbox",
|
|
2875
|
-
"readme": "# ic-checkbox\n\n\n",
|
|
2986
|
+
"readme": "# ic-checkbox\r\n\r\n\r\n\r",
|
|
2876
2987
|
"docs": "",
|
|
2877
2988
|
"docsTags": [
|
|
2878
2989
|
{
|
|
@@ -2926,7 +3037,7 @@
|
|
|
2926
3037
|
"mutable": true,
|
|
2927
3038
|
"attr": "checked",
|
|
2928
3039
|
"reflectToAttr": true,
|
|
2929
|
-
"docs": "If `true`, the checkbox will be set to the checked state.",
|
|
3040
|
+
"docs": "If `true`, the checkbox will be set to the checked state. This is only the initial state and will be updated to unchecked if the checkbox is clicked.",
|
|
2930
3041
|
"docsTags": [],
|
|
2931
3042
|
"default": "false",
|
|
2932
3043
|
"values": [
|
|
@@ -3167,6 +3278,43 @@
|
|
|
3167
3278
|
"optional": true,
|
|
3168
3279
|
"required": false
|
|
3169
3280
|
},
|
|
3281
|
+
{
|
|
3282
|
+
"name": "theme",
|
|
3283
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
3284
|
+
"complexType": {
|
|
3285
|
+
"original": "IcThemeMode",
|
|
3286
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
3287
|
+
"references": {
|
|
3288
|
+
"IcThemeMode": {
|
|
3289
|
+
"location": "import",
|
|
3290
|
+
"path": "../../utils/types",
|
|
3291
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
3292
|
+
}
|
|
3293
|
+
}
|
|
3294
|
+
},
|
|
3295
|
+
"mutable": false,
|
|
3296
|
+
"attr": "theme",
|
|
3297
|
+
"reflectToAttr": false,
|
|
3298
|
+
"docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
|
|
3299
|
+
"docsTags": [],
|
|
3300
|
+
"default": "\"inherit\"",
|
|
3301
|
+
"values": [
|
|
3302
|
+
{
|
|
3303
|
+
"value": "dark",
|
|
3304
|
+
"type": "string"
|
|
3305
|
+
},
|
|
3306
|
+
{
|
|
3307
|
+
"value": "inherit",
|
|
3308
|
+
"type": "string"
|
|
3309
|
+
},
|
|
3310
|
+
{
|
|
3311
|
+
"value": "light",
|
|
3312
|
+
"type": "string"
|
|
3313
|
+
}
|
|
3314
|
+
],
|
|
3315
|
+
"optional": true,
|
|
3316
|
+
"required": false
|
|
3317
|
+
},
|
|
3170
3318
|
{
|
|
3171
3319
|
"name": "value",
|
|
3172
3320
|
"type": "string",
|
|
@@ -3256,7 +3404,7 @@
|
|
|
3256
3404
|
"filePath": "src/components/ic-checkbox-group/ic-checkbox-group.tsx",
|
|
3257
3405
|
"encapsulation": "shadow",
|
|
3258
3406
|
"tag": "ic-checkbox-group",
|
|
3259
|
-
"readme": "# ic-checkbox-group\n\n\n",
|
|
3407
|
+
"readme": "# ic-checkbox-group\r\n\r\n\r\n\r",
|
|
3260
3408
|
"docs": "",
|
|
3261
3409
|
"docsTags": [],
|
|
3262
3410
|
"usage": {},
|
|
@@ -3429,50 +3577,87 @@
|
|
|
3429
3577
|
"required": false
|
|
3430
3578
|
},
|
|
3431
3579
|
{
|
|
3432
|
-
"name": "
|
|
3433
|
-
"type": "\"\" | \"
|
|
3580
|
+
"name": "theme",
|
|
3581
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
3434
3582
|
"complexType": {
|
|
3435
|
-
"original": "
|
|
3436
|
-
"resolved": "\"\" | \"
|
|
3583
|
+
"original": "IcThemeMode",
|
|
3584
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
3437
3585
|
"references": {
|
|
3438
|
-
"
|
|
3586
|
+
"IcThemeMode": {
|
|
3439
3587
|
"location": "import",
|
|
3440
3588
|
"path": "../../utils/types",
|
|
3441
|
-
"id": "src/utils/types.ts::
|
|
3589
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
3442
3590
|
}
|
|
3443
3591
|
}
|
|
3444
3592
|
},
|
|
3445
3593
|
"mutable": false,
|
|
3446
|
-
"attr": "
|
|
3594
|
+
"attr": "theme",
|
|
3447
3595
|
"reflectToAttr": false,
|
|
3448
|
-
"docs": "
|
|
3596
|
+
"docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
|
|
3449
3597
|
"docsTags": [],
|
|
3450
|
-
"default": "\"\"",
|
|
3598
|
+
"default": "\"inherit\"",
|
|
3451
3599
|
"values": [
|
|
3452
3600
|
{
|
|
3453
|
-
"
|
|
3454
|
-
},
|
|
3455
|
-
{
|
|
3456
|
-
"value": "error",
|
|
3601
|
+
"value": "dark",
|
|
3457
3602
|
"type": "string"
|
|
3458
3603
|
},
|
|
3459
3604
|
{
|
|
3460
|
-
"value": "
|
|
3605
|
+
"value": "inherit",
|
|
3461
3606
|
"type": "string"
|
|
3462
3607
|
},
|
|
3463
3608
|
{
|
|
3464
|
-
"value": "
|
|
3609
|
+
"value": "light",
|
|
3465
3610
|
"type": "string"
|
|
3466
3611
|
}
|
|
3467
3612
|
],
|
|
3468
|
-
"optional":
|
|
3613
|
+
"optional": true,
|
|
3469
3614
|
"required": false
|
|
3470
3615
|
},
|
|
3471
3616
|
{
|
|
3472
|
-
"name": "
|
|
3473
|
-
"type": "
|
|
3617
|
+
"name": "validationStatus",
|
|
3618
|
+
"type": "\"\" | \"error\" | \"success\" | \"warning\"",
|
|
3474
3619
|
"complexType": {
|
|
3475
|
-
"original": "
|
|
3620
|
+
"original": "IcInformationStatusOrEmpty",
|
|
3621
|
+
"resolved": "\"\" | \"error\" | \"success\" | \"warning\"",
|
|
3622
|
+
"references": {
|
|
3623
|
+
"IcInformationStatusOrEmpty": {
|
|
3624
|
+
"location": "import",
|
|
3625
|
+
"path": "../../utils/types",
|
|
3626
|
+
"id": "src/utils/types.ts::IcInformationStatusOrEmpty"
|
|
3627
|
+
}
|
|
3628
|
+
}
|
|
3629
|
+
},
|
|
3630
|
+
"mutable": false,
|
|
3631
|
+
"attr": "validation-status",
|
|
3632
|
+
"reflectToAttr": false,
|
|
3633
|
+
"docs": "The validation status - e.g. 'error' | 'warning' | 'success'.",
|
|
3634
|
+
"docsTags": [],
|
|
3635
|
+
"default": "\"\"",
|
|
3636
|
+
"values": [
|
|
3637
|
+
{
|
|
3638
|
+
"type": "\"\""
|
|
3639
|
+
},
|
|
3640
|
+
{
|
|
3641
|
+
"value": "error",
|
|
3642
|
+
"type": "string"
|
|
3643
|
+
},
|
|
3644
|
+
{
|
|
3645
|
+
"value": "success",
|
|
3646
|
+
"type": "string"
|
|
3647
|
+
},
|
|
3648
|
+
{
|
|
3649
|
+
"value": "warning",
|
|
3650
|
+
"type": "string"
|
|
3651
|
+
}
|
|
3652
|
+
],
|
|
3653
|
+
"optional": false,
|
|
3654
|
+
"required": false
|
|
3655
|
+
},
|
|
3656
|
+
{
|
|
3657
|
+
"name": "validationText",
|
|
3658
|
+
"type": "string",
|
|
3659
|
+
"complexType": {
|
|
3660
|
+
"original": "string",
|
|
3476
3661
|
"resolved": "string",
|
|
3477
3662
|
"references": {}
|
|
3478
3663
|
},
|
|
@@ -3551,7 +3736,7 @@
|
|
|
3551
3736
|
"filePath": "src/components/ic-chip/ic-chip.tsx",
|
|
3552
3737
|
"encapsulation": "shadow",
|
|
3553
3738
|
"tag": "ic-chip",
|
|
3554
|
-
"readme": "# ic-chip\n\n\n",
|
|
3739
|
+
"readme": "# ic-chip\r\n\r\n\r\n\r",
|
|
3555
3740
|
"docs": "",
|
|
3556
3741
|
"docsTags": [
|
|
3557
3742
|
{
|
|
@@ -3582,7 +3767,7 @@
|
|
|
3582
3767
|
"mutable": false,
|
|
3583
3768
|
"attr": "custom-color",
|
|
3584
3769
|
"reflectToAttr": false,
|
|
3585
|
-
"docs": "The custom chip colour. This will override the theme colour.\nCan be a hex value e.g. \"#ff0000\", RGB e.g. \"rgb(255, 0, 0)\", or RGBA e.g. \"rgba(255, 0, 0, 1)\".",
|
|
3770
|
+
"docs": "The custom chip colour. This will override the theme colour.\r\nCan be a hex value e.g. \"#ff0000\", RGB e.g. \"rgb(255, 0, 0)\", or RGBA e.g. \"rgba(255, 0, 0, 1)\".",
|
|
3586
3771
|
"docsTags": [],
|
|
3587
3772
|
"default": "null",
|
|
3588
3773
|
"values": [
|
|
@@ -3712,7 +3897,7 @@
|
|
|
3712
3897
|
"mutable": false,
|
|
3713
3898
|
"attr": "theme",
|
|
3714
3899
|
"reflectToAttr": false,
|
|
3715
|
-
"docs": "Sets the chip to the dark or light theme colors. \"inherit\" will set the color based on the system settings or ic-theme component.\nSetting the \"customColor\" prop will override this.",
|
|
3900
|
+
"docs": "Sets the chip to the dark or light theme colors. \"inherit\" will set the color based on the system settings or ic-theme component.\r\nSetting the \"customColor\" prop will override this.",
|
|
3716
3901
|
"docsTags": [],
|
|
3717
3902
|
"default": "\"inherit\"",
|
|
3718
3903
|
"values": [
|
|
@@ -3866,7 +4051,7 @@
|
|
|
3866
4051
|
"filePath": "src/components/ic-classification-banner/ic-classification-banner.tsx",
|
|
3867
4052
|
"encapsulation": "shadow",
|
|
3868
4053
|
"tag": "ic-classification-banner",
|
|
3869
|
-
"readme": "# ic-classification-banner\n\n\n",
|
|
4054
|
+
"readme": "# ic-classification-banner\r\n\r\n\r\n\r",
|
|
3870
4055
|
"docs": "",
|
|
3871
4056
|
"docsTags": [],
|
|
3872
4057
|
"usage": {},
|
|
@@ -4031,7 +4216,7 @@
|
|
|
4031
4216
|
"filePath": "src/components/ic-data-list/ic-data-list.tsx",
|
|
4032
4217
|
"encapsulation": "shadow",
|
|
4033
4218
|
"tag": "ic-data-list",
|
|
4034
|
-
"readme": "# ic-data-list\n\n\n",
|
|
4219
|
+
"readme": "# ic-data-list\r\n\r\n\r\n\r",
|
|
4035
4220
|
"docs": "",
|
|
4036
4221
|
"docsTags": [
|
|
4037
4222
|
{
|
|
@@ -4158,7 +4343,7 @@
|
|
|
4158
4343
|
"filePath": "src/components/ic-data-row/ic-data-row.tsx",
|
|
4159
4344
|
"encapsulation": "shadow",
|
|
4160
4345
|
"tag": "ic-data-row",
|
|
4161
|
-
"readme": "# ic-data-row\n\n\n",
|
|
4346
|
+
"readme": "# ic-data-row\r\n\r\n\r\n\r",
|
|
4162
4347
|
"docs": "",
|
|
4163
4348
|
"docsTags": [
|
|
4164
4349
|
{
|
|
@@ -4322,7 +4507,7 @@
|
|
|
4322
4507
|
"filePath": "src/components/ic-dialog/ic-dialog.tsx",
|
|
4323
4508
|
"encapsulation": "shadow",
|
|
4324
4509
|
"tag": "ic-dialog",
|
|
4325
|
-
"readme": "# ic-dialog\n\n\n",
|
|
4510
|
+
"readme": "# ic-dialog\r\n\r\n\r\n\r",
|
|
4326
4511
|
"docs": "",
|
|
4327
4512
|
"docsTags": [
|
|
4328
4513
|
{
|
|
@@ -4421,7 +4606,7 @@
|
|
|
4421
4606
|
"mutable": false,
|
|
4422
4607
|
"attr": "disable-height-constraint",
|
|
4423
4608
|
"reflectToAttr": false,
|
|
4424
|
-
"docs": "If set to `true`, the content area max height and overflow properties are removed allowing the dialog to stretch below the fold.\nThis prop also prevents popover elements from being cut off within the content area.",
|
|
4609
|
+
"docs": "If set to `true`, the content area max height and overflow properties are removed allowing the dialog to stretch below the fold.\r\nThis prop also prevents popover elements from being cut off within the content area.",
|
|
4425
4610
|
"docsTags": [],
|
|
4426
4611
|
"default": "false",
|
|
4427
4612
|
"values": [
|
|
@@ -4592,6 +4777,43 @@
|
|
|
4592
4777
|
],
|
|
4593
4778
|
"optional": true,
|
|
4594
4779
|
"required": false
|
|
4780
|
+
},
|
|
4781
|
+
{
|
|
4782
|
+
"name": "theme",
|
|
4783
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
4784
|
+
"complexType": {
|
|
4785
|
+
"original": "IcThemeMode",
|
|
4786
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
4787
|
+
"references": {
|
|
4788
|
+
"IcThemeMode": {
|
|
4789
|
+
"location": "import",
|
|
4790
|
+
"path": "../../utils/types",
|
|
4791
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
4792
|
+
}
|
|
4793
|
+
}
|
|
4794
|
+
},
|
|
4795
|
+
"mutable": false,
|
|
4796
|
+
"attr": "theme",
|
|
4797
|
+
"reflectToAttr": false,
|
|
4798
|
+
"docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
|
|
4799
|
+
"docsTags": [],
|
|
4800
|
+
"default": "\"inherit\"",
|
|
4801
|
+
"values": [
|
|
4802
|
+
{
|
|
4803
|
+
"value": "dark",
|
|
4804
|
+
"type": "string"
|
|
4805
|
+
},
|
|
4806
|
+
{
|
|
4807
|
+
"value": "inherit",
|
|
4808
|
+
"type": "string"
|
|
4809
|
+
},
|
|
4810
|
+
{
|
|
4811
|
+
"value": "light",
|
|
4812
|
+
"type": "string"
|
|
4813
|
+
}
|
|
4814
|
+
],
|
|
4815
|
+
"optional": true,
|
|
4816
|
+
"required": false
|
|
4595
4817
|
}
|
|
4596
4818
|
],
|
|
4597
4819
|
"methods": [
|
|
@@ -4678,114 +4900,397 @@
|
|
|
4678
4900
|
"resolved": "void",
|
|
4679
4901
|
"references": {}
|
|
4680
4902
|
},
|
|
4681
|
-
"cancelable": true,
|
|
4682
|
-
"composed": true,
|
|
4683
|
-
"docs": "Confirmation event emitted when default 'Confirm' primary button clicked or 'confirmDialog' method is called.",
|
|
4684
|
-
"docsTags": []
|
|
4903
|
+
"cancelable": true,
|
|
4904
|
+
"composed": true,
|
|
4905
|
+
"docs": "Confirmation event emitted when default 'Confirm' primary button clicked or 'confirmDialog' method is called.",
|
|
4906
|
+
"docsTags": []
|
|
4907
|
+
},
|
|
4908
|
+
{
|
|
4909
|
+
"event": "icDialogOpened",
|
|
4910
|
+
"detail": "void",
|
|
4911
|
+
"bubbles": true,
|
|
4912
|
+
"complexType": {
|
|
4913
|
+
"original": "void",
|
|
4914
|
+
"resolved": "void",
|
|
4915
|
+
"references": {}
|
|
4916
|
+
},
|
|
4917
|
+
"cancelable": true,
|
|
4918
|
+
"composed": true,
|
|
4919
|
+
"docs": "Emitted when dialog has opened.",
|
|
4920
|
+
"docsTags": []
|
|
4921
|
+
}
|
|
4922
|
+
],
|
|
4923
|
+
"listeners": [
|
|
4924
|
+
{
|
|
4925
|
+
"event": "keydown",
|
|
4926
|
+
"target": "document",
|
|
4927
|
+
"capture": false,
|
|
4928
|
+
"passive": false
|
|
4929
|
+
},
|
|
4930
|
+
{
|
|
4931
|
+
"event": "click",
|
|
4932
|
+
"capture": false,
|
|
4933
|
+
"passive": false
|
|
4934
|
+
}
|
|
4935
|
+
],
|
|
4936
|
+
"styles": [
|
|
4937
|
+
{
|
|
4938
|
+
"name": "--ic-z-index-dialog",
|
|
4939
|
+
"annotation": "prop",
|
|
4940
|
+
"docs": "z-index of dialog"
|
|
4941
|
+
}
|
|
4942
|
+
],
|
|
4943
|
+
"slots": [
|
|
4944
|
+
{
|
|
4945
|
+
"name": "alert",
|
|
4946
|
+
"docs": "Content will be placed at the top of the content area of the dialog."
|
|
4947
|
+
},
|
|
4948
|
+
{
|
|
4949
|
+
"name": "dialog-controls",
|
|
4950
|
+
"docs": "Content will be place at the bottom of the dialog."
|
|
4951
|
+
},
|
|
4952
|
+
{
|
|
4953
|
+
"name": "heading",
|
|
4954
|
+
"docs": "Content will be placed at the top of the dialog."
|
|
4955
|
+
},
|
|
4956
|
+
{
|
|
4957
|
+
"name": "label",
|
|
4958
|
+
"docs": "Content will be placed above the dialog heading."
|
|
4959
|
+
}
|
|
4960
|
+
],
|
|
4961
|
+
"parts": [],
|
|
4962
|
+
"dependents": [],
|
|
4963
|
+
"dependencies": [
|
|
4964
|
+
"ic-typography",
|
|
4965
|
+
"ic-button"
|
|
4966
|
+
],
|
|
4967
|
+
"dependencyGraph": {
|
|
4968
|
+
"ic-dialog": [
|
|
4969
|
+
"ic-typography",
|
|
4970
|
+
"ic-button"
|
|
4971
|
+
],
|
|
4972
|
+
"ic-button": [
|
|
4973
|
+
"ic-loading-indicator",
|
|
4974
|
+
"ic-tooltip"
|
|
4975
|
+
],
|
|
4976
|
+
"ic-loading-indicator": [
|
|
4977
|
+
"ic-typography"
|
|
4978
|
+
],
|
|
4979
|
+
"ic-tooltip": [
|
|
4980
|
+
"ic-typography"
|
|
4981
|
+
]
|
|
4982
|
+
}
|
|
4983
|
+
},
|
|
4984
|
+
{
|
|
4985
|
+
"filePath": "src/components/ic-divider/ic-divider.tsx",
|
|
4986
|
+
"encapsulation": "scoped",
|
|
4987
|
+
"tag": "ic-divider",
|
|
4988
|
+
"readme": "# ic-divider\r\n\r\n\r\n\r",
|
|
4989
|
+
"docs": "",
|
|
4990
|
+
"docsTags": [],
|
|
4991
|
+
"usage": {},
|
|
4992
|
+
"props": [
|
|
4993
|
+
{
|
|
4994
|
+
"name": "borderStyle",
|
|
4995
|
+
"type": "\"dashed\" | \"solid\"",
|
|
4996
|
+
"complexType": {
|
|
4997
|
+
"original": "IcDividerStyles",
|
|
4998
|
+
"resolved": "\"dashed\" | \"solid\"",
|
|
4999
|
+
"references": {
|
|
5000
|
+
"IcDividerStyles": {
|
|
5001
|
+
"location": "import",
|
|
5002
|
+
"path": "./ic-divider.types",
|
|
5003
|
+
"id": "src/components/ic-divider/ic-divider.types.tsx::IcDividerStyles"
|
|
5004
|
+
}
|
|
5005
|
+
}
|
|
5006
|
+
},
|
|
5007
|
+
"mutable": false,
|
|
5008
|
+
"attr": "border-style",
|
|
5009
|
+
"reflectToAttr": false,
|
|
5010
|
+
"docs": "The line style of the divider.",
|
|
5011
|
+
"docsTags": [],
|
|
5012
|
+
"default": "\"solid\"",
|
|
5013
|
+
"values": [
|
|
5014
|
+
{
|
|
5015
|
+
"value": "dashed",
|
|
5016
|
+
"type": "string"
|
|
5017
|
+
},
|
|
5018
|
+
{
|
|
5019
|
+
"value": "solid",
|
|
5020
|
+
"type": "string"
|
|
5021
|
+
}
|
|
5022
|
+
],
|
|
5023
|
+
"optional": false,
|
|
5024
|
+
"required": false
|
|
5025
|
+
},
|
|
5026
|
+
{
|
|
5027
|
+
"name": "label",
|
|
5028
|
+
"type": "string",
|
|
5029
|
+
"complexType": {
|
|
5030
|
+
"original": "string",
|
|
5031
|
+
"resolved": "string",
|
|
5032
|
+
"references": {}
|
|
5033
|
+
},
|
|
5034
|
+
"mutable": false,
|
|
5035
|
+
"attr": "label",
|
|
5036
|
+
"reflectToAttr": false,
|
|
5037
|
+
"docs": "The label for the divider. The label placement will need to be set for the label to be displayed correctly.",
|
|
5038
|
+
"docsTags": [],
|
|
5039
|
+
"values": [
|
|
5040
|
+
{
|
|
5041
|
+
"type": "string"
|
|
5042
|
+
}
|
|
5043
|
+
],
|
|
5044
|
+
"optional": true,
|
|
5045
|
+
"required": false
|
|
5046
|
+
},
|
|
5047
|
+
{
|
|
5048
|
+
"name": "labelPlacement",
|
|
5049
|
+
"type": "\"bottom\" | \"center\" | \"left\" | \"right\" | \"top\"",
|
|
5050
|
+
"complexType": {
|
|
5051
|
+
"original": "IcDividerLabelPlacement",
|
|
5052
|
+
"resolved": "\"bottom\" | \"center\" | \"left\" | \"right\" | \"top\"",
|
|
5053
|
+
"references": {
|
|
5054
|
+
"IcDividerLabelPlacement": {
|
|
5055
|
+
"location": "import",
|
|
5056
|
+
"path": "./ic-divider.types",
|
|
5057
|
+
"id": "src/components/ic-divider/ic-divider.types.tsx::IcDividerLabelPlacement"
|
|
5058
|
+
}
|
|
5059
|
+
}
|
|
5060
|
+
},
|
|
5061
|
+
"mutable": false,
|
|
5062
|
+
"attr": "label-placement",
|
|
5063
|
+
"reflectToAttr": false,
|
|
5064
|
+
"docs": "The position the label is placed on the divider. `Left` and `right` placement is only applicable when orientation is set to `horizontal`. `Top` and `bottom` placement is only applicable when orientation is set to `vertical`. `Center` placement is applicable for both orientations.",
|
|
5065
|
+
"docsTags": [],
|
|
5066
|
+
"default": "\"center\"",
|
|
5067
|
+
"values": [
|
|
5068
|
+
{
|
|
5069
|
+
"value": "bottom",
|
|
5070
|
+
"type": "string"
|
|
5071
|
+
},
|
|
5072
|
+
{
|
|
5073
|
+
"value": "center",
|
|
5074
|
+
"type": "string"
|
|
5075
|
+
},
|
|
5076
|
+
{
|
|
5077
|
+
"value": "left",
|
|
5078
|
+
"type": "string"
|
|
5079
|
+
},
|
|
5080
|
+
{
|
|
5081
|
+
"value": "right",
|
|
5082
|
+
"type": "string"
|
|
5083
|
+
},
|
|
5084
|
+
{
|
|
5085
|
+
"value": "top",
|
|
5086
|
+
"type": "string"
|
|
5087
|
+
}
|
|
5088
|
+
],
|
|
5089
|
+
"optional": true,
|
|
5090
|
+
"required": false
|
|
5091
|
+
},
|
|
5092
|
+
{
|
|
5093
|
+
"name": "monochrome",
|
|
5094
|
+
"type": "boolean",
|
|
5095
|
+
"complexType": {
|
|
5096
|
+
"original": "boolean",
|
|
5097
|
+
"resolved": "boolean",
|
|
5098
|
+
"references": {}
|
|
5099
|
+
},
|
|
5100
|
+
"mutable": false,
|
|
5101
|
+
"attr": "monochrome",
|
|
5102
|
+
"reflectToAttr": false,
|
|
5103
|
+
"docs": "If `true`, the divider will be displayed in a grey colour.",
|
|
5104
|
+
"docsTags": [],
|
|
5105
|
+
"default": "false",
|
|
5106
|
+
"values": [
|
|
5107
|
+
{
|
|
5108
|
+
"type": "boolean"
|
|
5109
|
+
}
|
|
5110
|
+
],
|
|
5111
|
+
"optional": true,
|
|
5112
|
+
"required": false
|
|
5113
|
+
},
|
|
5114
|
+
{
|
|
5115
|
+
"name": "orientation",
|
|
5116
|
+
"type": "\"horizontal\" | \"vertical\"",
|
|
5117
|
+
"complexType": {
|
|
5118
|
+
"original": "IcOrientation",
|
|
5119
|
+
"resolved": "\"horizontal\" | \"vertical\"",
|
|
5120
|
+
"references": {
|
|
5121
|
+
"IcOrientation": {
|
|
5122
|
+
"location": "import",
|
|
5123
|
+
"path": "../../utils/types",
|
|
5124
|
+
"id": "src/utils/types.ts::IcOrientation"
|
|
5125
|
+
}
|
|
5126
|
+
}
|
|
5127
|
+
},
|
|
5128
|
+
"mutable": false,
|
|
5129
|
+
"attr": "orientation",
|
|
5130
|
+
"reflectToAttr": false,
|
|
5131
|
+
"docs": "The orientation of the divider.",
|
|
5132
|
+
"docsTags": [],
|
|
5133
|
+
"default": "\"horizontal\"",
|
|
5134
|
+
"values": [
|
|
5135
|
+
{
|
|
5136
|
+
"value": "horizontal",
|
|
5137
|
+
"type": "string"
|
|
5138
|
+
},
|
|
5139
|
+
{
|
|
5140
|
+
"value": "vertical",
|
|
5141
|
+
"type": "string"
|
|
5142
|
+
}
|
|
5143
|
+
],
|
|
5144
|
+
"optional": false,
|
|
5145
|
+
"required": false
|
|
5146
|
+
},
|
|
5147
|
+
{
|
|
5148
|
+
"name": "theme",
|
|
5149
|
+
"type": "\"dark\" | \"default\" | \"inherit\" | \"light\"",
|
|
5150
|
+
"complexType": {
|
|
5151
|
+
"original": "IcThemeMode | IcThemeForeground",
|
|
5152
|
+
"resolved": "\"dark\" | \"default\" | \"inherit\" | \"light\"",
|
|
5153
|
+
"references": {
|
|
5154
|
+
"IcThemeMode": {
|
|
5155
|
+
"location": "import",
|
|
5156
|
+
"path": "../../utils/types",
|
|
5157
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
5158
|
+
},
|
|
5159
|
+
"IcThemeForeground": {
|
|
5160
|
+
"location": "import",
|
|
5161
|
+
"path": "../../utils/types",
|
|
5162
|
+
"id": "src/utils/types.ts::IcThemeForeground"
|
|
5163
|
+
}
|
|
5164
|
+
}
|
|
5165
|
+
},
|
|
5166
|
+
"mutable": true,
|
|
5167
|
+
"attr": "theme",
|
|
5168
|
+
"reflectToAttr": false,
|
|
5169
|
+
"docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
|
|
5170
|
+
"docsTags": [],
|
|
5171
|
+
"default": "\"inherit\"",
|
|
5172
|
+
"values": [
|
|
5173
|
+
{
|
|
5174
|
+
"value": "dark",
|
|
5175
|
+
"type": "string"
|
|
5176
|
+
},
|
|
5177
|
+
{
|
|
5178
|
+
"value": "default",
|
|
5179
|
+
"type": "string"
|
|
5180
|
+
},
|
|
5181
|
+
{
|
|
5182
|
+
"value": "inherit",
|
|
5183
|
+
"type": "string"
|
|
5184
|
+
},
|
|
5185
|
+
{
|
|
5186
|
+
"value": "light",
|
|
5187
|
+
"type": "string"
|
|
5188
|
+
}
|
|
5189
|
+
],
|
|
5190
|
+
"optional": true,
|
|
5191
|
+
"required": false
|
|
4685
5192
|
},
|
|
4686
5193
|
{
|
|
4687
|
-
"
|
|
4688
|
-
"
|
|
4689
|
-
"bubbles": true,
|
|
5194
|
+
"name": "weight",
|
|
5195
|
+
"type": "\"medium\" | \"thick\" | \"thin\" | \"very-thick\"",
|
|
4690
5196
|
"complexType": {
|
|
4691
|
-
"original": "
|
|
4692
|
-
"resolved": "
|
|
4693
|
-
"references": {
|
|
5197
|
+
"original": "IcDividerWeights",
|
|
5198
|
+
"resolved": "\"medium\" | \"thick\" | \"thin\" | \"very-thick\"",
|
|
5199
|
+
"references": {
|
|
5200
|
+
"IcDividerWeights": {
|
|
5201
|
+
"location": "import",
|
|
5202
|
+
"path": "./ic-divider.types",
|
|
5203
|
+
"id": "src/components/ic-divider/ic-divider.types.tsx::IcDividerWeights"
|
|
5204
|
+
}
|
|
5205
|
+
}
|
|
4694
5206
|
},
|
|
4695
|
-
"
|
|
4696
|
-
"
|
|
4697
|
-
"
|
|
4698
|
-
"
|
|
5207
|
+
"mutable": false,
|
|
5208
|
+
"attr": "weight",
|
|
5209
|
+
"reflectToAttr": false,
|
|
5210
|
+
"docs": "The thickness of the divider.",
|
|
5211
|
+
"docsTags": [],
|
|
5212
|
+
"default": "\"thin\"",
|
|
5213
|
+
"values": [
|
|
5214
|
+
{
|
|
5215
|
+
"value": "medium",
|
|
5216
|
+
"type": "string"
|
|
5217
|
+
},
|
|
5218
|
+
{
|
|
5219
|
+
"value": "thick",
|
|
5220
|
+
"type": "string"
|
|
5221
|
+
},
|
|
5222
|
+
{
|
|
5223
|
+
"value": "thin",
|
|
5224
|
+
"type": "string"
|
|
5225
|
+
},
|
|
5226
|
+
{
|
|
5227
|
+
"value": "very-thick",
|
|
5228
|
+
"type": "string"
|
|
5229
|
+
}
|
|
5230
|
+
],
|
|
5231
|
+
"optional": false,
|
|
5232
|
+
"required": false
|
|
4699
5233
|
}
|
|
4700
5234
|
],
|
|
5235
|
+
"methods": [],
|
|
5236
|
+
"events": [],
|
|
4701
5237
|
"listeners": [
|
|
4702
5238
|
{
|
|
4703
|
-
"event": "
|
|
5239
|
+
"event": "themeChange",
|
|
4704
5240
|
"target": "document",
|
|
4705
5241
|
"capture": false,
|
|
4706
5242
|
"passive": false
|
|
4707
|
-
},
|
|
4708
|
-
{
|
|
4709
|
-
"event": "click",
|
|
4710
|
-
"capture": false,
|
|
4711
|
-
"passive": false
|
|
4712
5243
|
}
|
|
4713
5244
|
],
|
|
4714
5245
|
"styles": [
|
|
4715
5246
|
{
|
|
4716
|
-
"name": "--ic-
|
|
5247
|
+
"name": "--ic-divider-background",
|
|
4717
5248
|
"annotation": "prop",
|
|
4718
|
-
"docs": "
|
|
4719
|
-
}
|
|
4720
|
-
],
|
|
4721
|
-
"slots": [
|
|
5249
|
+
"docs": ""
|
|
5250
|
+
},
|
|
4722
5251
|
{
|
|
4723
|
-
"name": "
|
|
4724
|
-
"
|
|
5252
|
+
"name": "--ic-divider-background-monochrome",
|
|
5253
|
+
"annotation": "prop",
|
|
5254
|
+
"docs": ""
|
|
4725
5255
|
},
|
|
4726
5256
|
{
|
|
4727
|
-
"name": "
|
|
4728
|
-
"
|
|
5257
|
+
"name": "--ic-divider-horizontal-width",
|
|
5258
|
+
"annotation": "prop",
|
|
5259
|
+
"docs": "The width of a horizontal divider. The default value is `inherit`."
|
|
4729
5260
|
},
|
|
4730
5261
|
{
|
|
4731
|
-
"name": "
|
|
4732
|
-
"
|
|
5262
|
+
"name": "--ic-divider-label",
|
|
5263
|
+
"annotation": "prop",
|
|
5264
|
+
"docs": ""
|
|
4733
5265
|
},
|
|
4734
5266
|
{
|
|
4735
|
-
"name": "label",
|
|
4736
|
-
"
|
|
4737
|
-
|
|
4738
|
-
|
|
4739
|
-
"parts": [],
|
|
4740
|
-
"dependents": [],
|
|
4741
|
-
"dependencies": [
|
|
4742
|
-
"ic-typography",
|
|
4743
|
-
"ic-button"
|
|
4744
|
-
],
|
|
4745
|
-
"dependencyGraph": {
|
|
4746
|
-
"ic-dialog": [
|
|
4747
|
-
"ic-typography",
|
|
4748
|
-
"ic-button"
|
|
4749
|
-
],
|
|
4750
|
-
"ic-button": [
|
|
4751
|
-
"ic-loading-indicator",
|
|
4752
|
-
"ic-tooltip"
|
|
4753
|
-
],
|
|
4754
|
-
"ic-loading-indicator": [
|
|
4755
|
-
"ic-typography"
|
|
4756
|
-
],
|
|
4757
|
-
"ic-tooltip": [
|
|
4758
|
-
"ic-typography"
|
|
4759
|
-
]
|
|
4760
|
-
}
|
|
4761
|
-
},
|
|
4762
|
-
{
|
|
4763
|
-
"filePath": "src/components/ic-divider/ic-divider.tsx",
|
|
4764
|
-
"encapsulation": "scoped",
|
|
4765
|
-
"tag": "ic-divider",
|
|
4766
|
-
"readme": "# ic-divider\n\n\n",
|
|
4767
|
-
"docs": "",
|
|
4768
|
-
"docsTags": [],
|
|
4769
|
-
"usage": {},
|
|
4770
|
-
"props": [],
|
|
4771
|
-
"methods": [],
|
|
4772
|
-
"events": [],
|
|
4773
|
-
"listeners": [
|
|
5267
|
+
"name": "--ic-divider-label-monochrome",
|
|
5268
|
+
"annotation": "prop",
|
|
5269
|
+
"docs": ""
|
|
5270
|
+
},
|
|
4774
5271
|
{
|
|
4775
|
-
"
|
|
4776
|
-
"
|
|
4777
|
-
"
|
|
4778
|
-
|
|
5272
|
+
"name": "--ic-divider-label-width",
|
|
5273
|
+
"annotation": "prop",
|
|
5274
|
+
"docs": "The max-width of the divider label. When orientation is set to `horizontal`, the default value is `max(20rem, 60%)`. When orientation is set to `vertical`, the default value is `20 rem`."
|
|
5275
|
+
},
|
|
5276
|
+
{
|
|
5277
|
+
"name": "--ic-divider-vertical-height",
|
|
5278
|
+
"annotation": "prop",
|
|
5279
|
+
"docs": "The height of a vertical divider. The default value is `inherit`."
|
|
4779
5280
|
}
|
|
4780
5281
|
],
|
|
4781
|
-
"styles": [],
|
|
4782
5282
|
"slots": [],
|
|
4783
5283
|
"parts": [],
|
|
4784
5284
|
"dependents": [
|
|
4785
5285
|
"ic-side-navigation"
|
|
4786
5286
|
],
|
|
4787
|
-
"dependencies": [
|
|
5287
|
+
"dependencies": [
|
|
5288
|
+
"ic-typography"
|
|
5289
|
+
],
|
|
4788
5290
|
"dependencyGraph": {
|
|
5291
|
+
"ic-divider": [
|
|
5292
|
+
"ic-typography"
|
|
5293
|
+
],
|
|
4789
5294
|
"ic-side-navigation": [
|
|
4790
5295
|
"ic-divider"
|
|
4791
5296
|
]
|
|
@@ -4795,7 +5300,7 @@
|
|
|
4795
5300
|
"filePath": "src/components/ic-empty-state/ic-empty-state.tsx",
|
|
4796
5301
|
"encapsulation": "shadow",
|
|
4797
5302
|
"tag": "ic-empty-state",
|
|
4798
|
-
"readme": "# ic-empty-state\n\n\n",
|
|
5303
|
+
"readme": "# ic-empty-state\r\n\r\n\r\n\r",
|
|
4799
5304
|
"docs": "",
|
|
4800
5305
|
"docsTags": [
|
|
4801
5306
|
{
|
|
@@ -5021,7 +5526,7 @@
|
|
|
5021
5526
|
"filePath": "src/components/ic-footer/ic-footer.tsx",
|
|
5022
5527
|
"encapsulation": "shadow",
|
|
5023
5528
|
"tag": "ic-footer",
|
|
5024
|
-
"readme": "# ic-footer\n\n\n",
|
|
5529
|
+
"readme": "# ic-footer\r\n\r\n\r\n\r",
|
|
5025
5530
|
"docs": "",
|
|
5026
5531
|
"docsTags": [
|
|
5027
5532
|
{
|
|
@@ -5258,7 +5763,7 @@
|
|
|
5258
5763
|
"filePath": "src/components/ic-footer-link/ic-footer-link.tsx",
|
|
5259
5764
|
"encapsulation": "shadow",
|
|
5260
5765
|
"tag": "ic-footer-link",
|
|
5261
|
-
"readme": "# ic-footer-link\n\n\n",
|
|
5766
|
+
"readme": "# ic-footer-link\r\n\r\n\r\n\r",
|
|
5262
5767
|
"docs": "",
|
|
5263
5768
|
"docsTags": [],
|
|
5264
5769
|
"usage": {},
|
|
@@ -5465,7 +5970,7 @@
|
|
|
5465
5970
|
"filePath": "src/components/ic-footer-link-group/ic-footer-link-group.tsx",
|
|
5466
5971
|
"encapsulation": "shadow",
|
|
5467
5972
|
"tag": "ic-footer-link-group",
|
|
5468
|
-
"readme": "# ic-footer-link-group\n\n\n",
|
|
5973
|
+
"readme": "# ic-footer-link-group\r\n\r\n\r\n\r",
|
|
5469
5974
|
"docs": "",
|
|
5470
5975
|
"docsTags": [],
|
|
5471
5976
|
"usage": {},
|
|
@@ -5527,7 +6032,7 @@
|
|
|
5527
6032
|
"filePath": "src/components/ic-hero/ic-hero.tsx",
|
|
5528
6033
|
"encapsulation": "shadow",
|
|
5529
6034
|
"tag": "ic-hero",
|
|
5530
|
-
"readme": "# ic-hero\n\n\n",
|
|
6035
|
+
"readme": "# ic-hero\r\n\r\n\r\n\r",
|
|
5531
6036
|
"docs": "",
|
|
5532
6037
|
"docsTags": [
|
|
5533
6038
|
{
|
|
@@ -5832,7 +6337,7 @@
|
|
|
5832
6337
|
"filePath": "src/components/ic-horizontal-scroll/ic-horizontal-scroll.tsx",
|
|
5833
6338
|
"encapsulation": "shadow",
|
|
5834
6339
|
"tag": "ic-horizontal-scroll",
|
|
5835
|
-
"readme": "# ic-horizontal-scroll\n\n\n",
|
|
6340
|
+
"readme": "# ic-horizontal-scroll\r\n\r\n\r\n\r",
|
|
5836
6341
|
"docs": "",
|
|
5837
6342
|
"docsTags": [],
|
|
5838
6343
|
"usage": {},
|
|
@@ -5918,7 +6423,7 @@
|
|
|
5918
6423
|
"filePath": "src/components/ic-input-component-container/ic-input-component-container.tsx",
|
|
5919
6424
|
"encapsulation": "none",
|
|
5920
6425
|
"tag": "ic-input-component-container",
|
|
5921
|
-
"readme": "# ic-input-container\n\n\n",
|
|
6426
|
+
"readme": "# ic-input-container\r\n\r\n\r\n\r",
|
|
5922
6427
|
"docs": "",
|
|
5923
6428
|
"docsTags": [
|
|
5924
6429
|
{
|
|
@@ -6151,6 +6656,11 @@
|
|
|
6151
6656
|
"name": "--border-color",
|
|
6152
6657
|
"annotation": "prop",
|
|
6153
6658
|
"docs": "Border colour of the input component container"
|
|
6659
|
+
},
|
|
6660
|
+
{
|
|
6661
|
+
"name": "--border-color-disabled",
|
|
6662
|
+
"annotation": "prop",
|
|
6663
|
+
"docs": "Border colour of the input component container when disabled"
|
|
6154
6664
|
}
|
|
6155
6665
|
],
|
|
6156
6666
|
"slots": [
|
|
@@ -6178,7 +6688,7 @@
|
|
|
6178
6688
|
"filePath": "src/components/ic-input-container/ic-input-container.tsx",
|
|
6179
6689
|
"encapsulation": "none",
|
|
6180
6690
|
"tag": "ic-input-container",
|
|
6181
|
-
"readme": "# ic-input-container\n\n\n",
|
|
6691
|
+
"readme": "# ic-input-container\r\n\r\n\r\n\r",
|
|
6182
6692
|
"docs": "",
|
|
6183
6693
|
"docsTags": [],
|
|
6184
6694
|
"usage": {},
|
|
@@ -6252,7 +6762,7 @@
|
|
|
6252
6762
|
"filePath": "src/components/ic-input-label/ic-input-label.tsx",
|
|
6253
6763
|
"encapsulation": "none",
|
|
6254
6764
|
"tag": "ic-input-label",
|
|
6255
|
-
"readme": "# ic-input-label\n\n\n",
|
|
6765
|
+
"readme": "# ic-input-label\r\n\r\n\r\n\r",
|
|
6256
6766
|
"docs": "",
|
|
6257
6767
|
"docsTags": [],
|
|
6258
6768
|
"usage": {},
|
|
@@ -6504,7 +7014,7 @@
|
|
|
6504
7014
|
"filePath": "src/components/ic-input-validation/ic-input-validation.tsx",
|
|
6505
7015
|
"encapsulation": "none",
|
|
6506
7016
|
"tag": "ic-input-validation",
|
|
6507
|
-
"readme": "# ic-input-validation\n\n\n",
|
|
7017
|
+
"readme": "# ic-input-validation\r\n\r\n\r\n\r",
|
|
6508
7018
|
"docs": "",
|
|
6509
7019
|
"docsTags": [
|
|
6510
7020
|
{
|
|
@@ -6694,7 +7204,7 @@
|
|
|
6694
7204
|
"filePath": "src/components/ic-link/ic-link.tsx",
|
|
6695
7205
|
"encapsulation": "shadow",
|
|
6696
7206
|
"tag": "ic-link",
|
|
6697
|
-
"readme": "# ic-link\n\n\n",
|
|
7207
|
+
"readme": "# ic-link\r\n\r\n\r\n\r",
|
|
6698
7208
|
"docs": "",
|
|
6699
7209
|
"docsTags": [
|
|
6700
7210
|
{
|
|
@@ -6991,7 +7501,7 @@
|
|
|
6991
7501
|
"filePath": "src/components/ic-loading-indicator/ic-loading-indicator.tsx",
|
|
6992
7502
|
"encapsulation": "shadow",
|
|
6993
7503
|
"tag": "ic-loading-indicator",
|
|
6994
|
-
"readme": "# ic-loading\n\n\n",
|
|
7504
|
+
"readme": "# ic-loading\r\n\r\n\r\n\r",
|
|
6995
7505
|
"docs": "",
|
|
6996
7506
|
"docsTags": [],
|
|
6997
7507
|
"usage": {},
|
|
@@ -7051,7 +7561,7 @@
|
|
|
7051
7561
|
"mutable": false,
|
|
7052
7562
|
"attr": "label",
|
|
7053
7563
|
"reflectToAttr": false,
|
|
7054
|
-
"docs": "The label to be displayed beneath the loading indicator.\nDisplay a changing label by supplying an array of messages.",
|
|
7564
|
+
"docs": "The label to be displayed beneath the loading indicator.\r\nDisplay a changing label by supplying an array of messages.",
|
|
7055
7565
|
"docsTags": [],
|
|
7056
7566
|
"values": [
|
|
7057
7567
|
{
|
|
@@ -7097,7 +7607,7 @@
|
|
|
7097
7607
|
"mutable": false,
|
|
7098
7608
|
"attr": "max",
|
|
7099
7609
|
"reflectToAttr": false,
|
|
7100
|
-
"docs": "The maximum value that the progress value can take.\nUsed to calculate the proportional width of the progress bar.",
|
|
7610
|
+
"docs": "The maximum value that the progress value can take.\r\nUsed to calculate the proportional width of the progress bar.",
|
|
7101
7611
|
"docsTags": [],
|
|
7102
7612
|
"default": "100",
|
|
7103
7613
|
"values": [
|
|
@@ -7119,7 +7629,7 @@
|
|
|
7119
7629
|
"mutable": false,
|
|
7120
7630
|
"attr": "min",
|
|
7121
7631
|
"reflectToAttr": false,
|
|
7122
|
-
"docs": "The minimum value that the progress value can take.\nUsed to calculate the proportional width of the progress bar.",
|
|
7632
|
+
"docs": "The minimum value that the progress value can take.\r\nUsed to calculate the proportional width of the progress bar.",
|
|
7123
7633
|
"docsTags": [],
|
|
7124
7634
|
"default": "0",
|
|
7125
7635
|
"values": [
|
|
@@ -7163,7 +7673,7 @@
|
|
|
7163
7673
|
"mutable": false,
|
|
7164
7674
|
"attr": "progress",
|
|
7165
7675
|
"reflectToAttr": false,
|
|
7166
|
-
"docs": "The current amount of progress made.\nIf not provided, component acts as an indeterminate loading indicator.",
|
|
7676
|
+
"docs": "The current amount of progress made.\r\nIf not provided, component acts as an indeterminate loading indicator.",
|
|
7167
7677
|
"docsTags": [],
|
|
7168
7678
|
"values": [
|
|
7169
7679
|
{
|
|
@@ -7333,7 +7843,7 @@
|
|
|
7333
7843
|
"filePath": "src/components/ic-menu/ic-menu.tsx",
|
|
7334
7844
|
"encapsulation": "scoped",
|
|
7335
7845
|
"tag": "ic-menu",
|
|
7336
|
-
"readme": "# ic-menu\n\n\n",
|
|
7846
|
+
"readme": "# ic-menu\r\n\r\n\r\n\r",
|
|
7337
7847
|
"docs": "",
|
|
7338
7848
|
"docsTags": [],
|
|
7339
7849
|
"usage": {},
|
|
@@ -7729,7 +8239,7 @@
|
|
|
7729
8239
|
"docs": "The keyboard event which is available when handleKeyboardOpen is invoked."
|
|
7730
8240
|
}
|
|
7731
8241
|
],
|
|
7732
|
-
"docs": "Used alongside activationType\nIf menu is opened via keyboard navigation (i.e. Enter, ArrowUp or ArrowDown), emit optionSelect custom event.",
|
|
8242
|
+
"docs": "Used alongside activationType\r\nIf menu is opened via keyboard navigation (i.e. Enter, ArrowUp or ArrowDown), emit optionSelect custom event.",
|
|
7733
8243
|
"docsTags": [
|
|
7734
8244
|
{
|
|
7735
8245
|
"name": "param",
|
|
@@ -7786,7 +8296,7 @@
|
|
|
7786
8296
|
"filePath": "src/components/ic-menu-group/ic-menu-group.tsx",
|
|
7787
8297
|
"encapsulation": "shadow",
|
|
7788
8298
|
"tag": "ic-menu-group",
|
|
7789
|
-
"readme": "# ic-menu-group\n\n\n",
|
|
8299
|
+
"readme": "# ic-menu-group\r\n\r\n\r\n\r",
|
|
7790
8300
|
"docs": "",
|
|
7791
8301
|
"docsTags": [],
|
|
7792
8302
|
"usage": {},
|
|
@@ -7833,7 +8343,7 @@
|
|
|
7833
8343
|
"filePath": "src/components/ic-menu-item/ic-menu-item.tsx",
|
|
7834
8344
|
"encapsulation": "shadow",
|
|
7835
8345
|
"tag": "ic-menu-item",
|
|
7836
|
-
"readme": "# ic-menu-item\n\n\n",
|
|
8346
|
+
"readme": "# ic-menu-item\r\n\r\n\r\n\r",
|
|
7837
8347
|
"docs": "",
|
|
7838
8348
|
"docsTags": [
|
|
7839
8349
|
{
|
|
@@ -7929,7 +8439,7 @@
|
|
|
7929
8439
|
"required": false
|
|
7930
8440
|
},
|
|
7931
8441
|
{
|
|
7932
|
-
"name": "
|
|
8442
|
+
"name": "keyboardShortcutLabel",
|
|
7933
8443
|
"type": "string",
|
|
7934
8444
|
"complexType": {
|
|
7935
8445
|
"original": "string",
|
|
@@ -7937,7 +8447,7 @@
|
|
|
7937
8447
|
"references": {}
|
|
7938
8448
|
},
|
|
7939
8449
|
"mutable": false,
|
|
7940
|
-
"attr": "keyboard-shortcut",
|
|
8450
|
+
"attr": "keyboard-shortcut-label",
|
|
7941
8451
|
"reflectToAttr": false,
|
|
7942
8452
|
"docs": "The label describing the keyboard shortcut for a menu item's action.",
|
|
7943
8453
|
"docsTags": [],
|
|
@@ -8177,7 +8687,7 @@
|
|
|
8177
8687
|
"filePath": "src/components/ic-navigation-button/ic-navigation-button.tsx",
|
|
8178
8688
|
"encapsulation": "shadow",
|
|
8179
8689
|
"tag": "ic-navigation-button",
|
|
8180
|
-
"readme": "# ic-navigation-button\n\n\n",
|
|
8690
|
+
"readme": "# ic-navigation-button\r\n\r\n\r\n\r",
|
|
8181
8691
|
"docs": "",
|
|
8182
8692
|
"docsTags": [
|
|
8183
8693
|
{
|
|
@@ -8461,7 +8971,7 @@
|
|
|
8461
8971
|
"filePath": "src/components/ic-navigation-group/ic-navigation-group.tsx",
|
|
8462
8972
|
"encapsulation": "shadow",
|
|
8463
8973
|
"tag": "ic-navigation-group",
|
|
8464
|
-
"readme": "# ic-navigation-group\n\n\n",
|
|
8974
|
+
"readme": "# ic-navigation-group\r\n\r\n\r\n\r",
|
|
8465
8975
|
"docs": "",
|
|
8466
8976
|
"docsTags": [],
|
|
8467
8977
|
"usage": {},
|
|
@@ -8576,7 +9086,7 @@
|
|
|
8576
9086
|
"filePath": "src/components/ic-navigation-item/ic-navigation-item.tsx",
|
|
8577
9087
|
"encapsulation": "shadow",
|
|
8578
9088
|
"tag": "ic-navigation-item",
|
|
8579
|
-
"readme": "# ic-navigation-item\n\n\n",
|
|
9089
|
+
"readme": "# ic-navigation-item\r\n\r\n\r\n\r",
|
|
8580
9090
|
"docs": "",
|
|
8581
9091
|
"docsTags": [
|
|
8582
9092
|
{
|
|
@@ -8881,7 +9391,7 @@
|
|
|
8881
9391
|
"filePath": "src/components/ic-navigation-menu/ic-navigation-menu.tsx",
|
|
8882
9392
|
"encapsulation": "shadow",
|
|
8883
9393
|
"tag": "ic-navigation-menu",
|
|
8884
|
-
"readme": "# ic-navigation-menu\n\n\n",
|
|
9394
|
+
"readme": "# ic-navigation-menu\r\n\r\n\r\n\r",
|
|
8885
9395
|
"docs": "",
|
|
8886
9396
|
"docsTags": [
|
|
8887
9397
|
{
|
|
@@ -9004,7 +9514,7 @@
|
|
|
9004
9514
|
"filePath": "src/components/ic-page-header/ic-page-header.tsx",
|
|
9005
9515
|
"encapsulation": "shadow",
|
|
9006
9516
|
"tag": "ic-page-header",
|
|
9007
|
-
"readme": "# ic-page-header\n\n\n",
|
|
9517
|
+
"readme": "# ic-page-header\r\n\r\n\r\n\r",
|
|
9008
9518
|
"docs": "",
|
|
9009
9519
|
"docsTags": [
|
|
9010
9520
|
{
|
|
@@ -9319,7 +9829,7 @@
|
|
|
9319
9829
|
"filePath": "src/components/ic-pagination/ic-pagination.tsx",
|
|
9320
9830
|
"encapsulation": "shadow",
|
|
9321
9831
|
"tag": "ic-pagination",
|
|
9322
|
-
"readme": "# ic-pagination\n\n\n",
|
|
9832
|
+
"readme": "# ic-pagination\r\n\r\n\r\n\r",
|
|
9323
9833
|
"docs": "",
|
|
9324
9834
|
"docsTags": [],
|
|
9325
9835
|
"usage": {},
|
|
@@ -9346,43 +9856,6 @@
|
|
|
9346
9856
|
"optional": false,
|
|
9347
9857
|
"required": false
|
|
9348
9858
|
},
|
|
9349
|
-
{
|
|
9350
|
-
"name": "appearance",
|
|
9351
|
-
"type": "\"dark\" | \"default\" | \"light\"",
|
|
9352
|
-
"complexType": {
|
|
9353
|
-
"original": "IcThemeForeground",
|
|
9354
|
-
"resolved": "\"dark\" | \"default\" | \"light\"",
|
|
9355
|
-
"references": {
|
|
9356
|
-
"IcThemeForeground": {
|
|
9357
|
-
"location": "import",
|
|
9358
|
-
"path": "../../utils/types",
|
|
9359
|
-
"id": "src/utils/types.ts::IcThemeForeground"
|
|
9360
|
-
}
|
|
9361
|
-
}
|
|
9362
|
-
},
|
|
9363
|
-
"mutable": false,
|
|
9364
|
-
"attr": "appearance",
|
|
9365
|
-
"reflectToAttr": false,
|
|
9366
|
-
"docs": "The appearance of the pagination, e.g. dark, light or the default.",
|
|
9367
|
-
"docsTags": [],
|
|
9368
|
-
"default": "\"default\"",
|
|
9369
|
-
"values": [
|
|
9370
|
-
{
|
|
9371
|
-
"value": "dark",
|
|
9372
|
-
"type": "string"
|
|
9373
|
-
},
|
|
9374
|
-
{
|
|
9375
|
-
"value": "default",
|
|
9376
|
-
"type": "string"
|
|
9377
|
-
},
|
|
9378
|
-
{
|
|
9379
|
-
"value": "light",
|
|
9380
|
-
"type": "string"
|
|
9381
|
-
}
|
|
9382
|
-
],
|
|
9383
|
-
"optional": false,
|
|
9384
|
-
"required": false
|
|
9385
|
-
},
|
|
9386
9859
|
{
|
|
9387
9860
|
"name": "boundaryPageCount",
|
|
9388
9861
|
"type": "number",
|
|
@@ -9537,6 +10010,28 @@
|
|
|
9537
10010
|
"optional": false,
|
|
9538
10011
|
"required": false
|
|
9539
10012
|
},
|
|
10013
|
+
{
|
|
10014
|
+
"name": "monochrome",
|
|
10015
|
+
"type": "boolean",
|
|
10016
|
+
"complexType": {
|
|
10017
|
+
"original": "boolean",
|
|
10018
|
+
"resolved": "boolean",
|
|
10019
|
+
"references": {}
|
|
10020
|
+
},
|
|
10021
|
+
"mutable": false,
|
|
10022
|
+
"attr": "monochrome",
|
|
10023
|
+
"reflectToAttr": false,
|
|
10024
|
+
"docs": "If `true`, the pagination will display as black in the light theme, and white in dark theme.",
|
|
10025
|
+
"docsTags": [],
|
|
10026
|
+
"default": "false",
|
|
10027
|
+
"values": [
|
|
10028
|
+
{
|
|
10029
|
+
"type": "boolean"
|
|
10030
|
+
}
|
|
10031
|
+
],
|
|
10032
|
+
"optional": true,
|
|
10033
|
+
"required": false
|
|
10034
|
+
},
|
|
9540
10035
|
{
|
|
9541
10036
|
"name": "pages",
|
|
9542
10037
|
"type": "number",
|
|
@@ -9552,11 +10047,48 @@
|
|
|
9552
10047
|
"docsTags": [],
|
|
9553
10048
|
"values": [
|
|
9554
10049
|
{
|
|
9555
|
-
"type": "number"
|
|
10050
|
+
"type": "number"
|
|
10051
|
+
}
|
|
10052
|
+
],
|
|
10053
|
+
"optional": false,
|
|
10054
|
+
"required": true
|
|
10055
|
+
},
|
|
10056
|
+
{
|
|
10057
|
+
"name": "theme",
|
|
10058
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
10059
|
+
"complexType": {
|
|
10060
|
+
"original": "IcThemeMode",
|
|
10061
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
10062
|
+
"references": {
|
|
10063
|
+
"IcThemeMode": {
|
|
10064
|
+
"location": "import",
|
|
10065
|
+
"path": "../../utils/types",
|
|
10066
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
10067
|
+
}
|
|
10068
|
+
}
|
|
10069
|
+
},
|
|
10070
|
+
"mutable": false,
|
|
10071
|
+
"attr": "theme",
|
|
10072
|
+
"reflectToAttr": false,
|
|
10073
|
+
"docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
|
|
10074
|
+
"docsTags": [],
|
|
10075
|
+
"default": "\"inherit\"",
|
|
10076
|
+
"values": [
|
|
10077
|
+
{
|
|
10078
|
+
"value": "dark",
|
|
10079
|
+
"type": "string"
|
|
10080
|
+
},
|
|
10081
|
+
{
|
|
10082
|
+
"value": "inherit",
|
|
10083
|
+
"type": "string"
|
|
10084
|
+
},
|
|
10085
|
+
{
|
|
10086
|
+
"value": "light",
|
|
10087
|
+
"type": "string"
|
|
9556
10088
|
}
|
|
9557
10089
|
],
|
|
9558
|
-
"optional":
|
|
9559
|
-
"required":
|
|
10090
|
+
"optional": true,
|
|
10091
|
+
"required": false
|
|
9560
10092
|
},
|
|
9561
10093
|
{
|
|
9562
10094
|
"name": "type",
|
|
@@ -9694,48 +10226,11 @@
|
|
|
9694
10226
|
"filePath": "src/components/ic-pagination-item/ic-pagination-item.tsx",
|
|
9695
10227
|
"encapsulation": "shadow",
|
|
9696
10228
|
"tag": "ic-pagination-item",
|
|
9697
|
-
"readme": "# ic-pagination-item\n\n\n",
|
|
10229
|
+
"readme": "# ic-pagination-item\r\n\r\n\r\n\r",
|
|
9698
10230
|
"docs": "",
|
|
9699
10231
|
"docsTags": [],
|
|
9700
10232
|
"usage": {},
|
|
9701
10233
|
"props": [
|
|
9702
|
-
{
|
|
9703
|
-
"name": "appearance",
|
|
9704
|
-
"type": "\"dark\" | \"default\" | \"light\"",
|
|
9705
|
-
"complexType": {
|
|
9706
|
-
"original": "IcThemeForeground",
|
|
9707
|
-
"resolved": "\"dark\" | \"default\" | \"light\"",
|
|
9708
|
-
"references": {
|
|
9709
|
-
"IcThemeForeground": {
|
|
9710
|
-
"location": "import",
|
|
9711
|
-
"path": "../../utils/types",
|
|
9712
|
-
"id": "src/utils/types.ts::IcThemeForeground"
|
|
9713
|
-
}
|
|
9714
|
-
}
|
|
9715
|
-
},
|
|
9716
|
-
"mutable": false,
|
|
9717
|
-
"attr": "appearance",
|
|
9718
|
-
"reflectToAttr": false,
|
|
9719
|
-
"docs": "The appearance of the pagination, e.g. dark, light or the default.",
|
|
9720
|
-
"docsTags": [],
|
|
9721
|
-
"default": "\"default\"",
|
|
9722
|
-
"values": [
|
|
9723
|
-
{
|
|
9724
|
-
"value": "dark",
|
|
9725
|
-
"type": "string"
|
|
9726
|
-
},
|
|
9727
|
-
{
|
|
9728
|
-
"value": "default",
|
|
9729
|
-
"type": "string"
|
|
9730
|
-
},
|
|
9731
|
-
{
|
|
9732
|
-
"value": "light",
|
|
9733
|
-
"type": "string"
|
|
9734
|
-
}
|
|
9735
|
-
],
|
|
9736
|
-
"optional": false,
|
|
9737
|
-
"required": false
|
|
9738
|
-
},
|
|
9739
10234
|
{
|
|
9740
10235
|
"name": "disabled",
|
|
9741
10236
|
"type": "boolean",
|
|
@@ -9780,6 +10275,28 @@
|
|
|
9780
10275
|
"optional": false,
|
|
9781
10276
|
"required": false
|
|
9782
10277
|
},
|
|
10278
|
+
{
|
|
10279
|
+
"name": "monochrome",
|
|
10280
|
+
"type": "boolean",
|
|
10281
|
+
"complexType": {
|
|
10282
|
+
"original": "boolean",
|
|
10283
|
+
"resolved": "boolean",
|
|
10284
|
+
"references": {}
|
|
10285
|
+
},
|
|
10286
|
+
"mutable": false,
|
|
10287
|
+
"attr": "monochrome",
|
|
10288
|
+
"reflectToAttr": false,
|
|
10289
|
+
"docs": "If `true`, the pagination item will display as black in the light theme, and white in dark theme.",
|
|
10290
|
+
"docsTags": [],
|
|
10291
|
+
"default": "false",
|
|
10292
|
+
"values": [
|
|
10293
|
+
{
|
|
10294
|
+
"type": "boolean"
|
|
10295
|
+
}
|
|
10296
|
+
],
|
|
10297
|
+
"optional": true,
|
|
10298
|
+
"required": false
|
|
10299
|
+
},
|
|
9783
10300
|
{
|
|
9784
10301
|
"name": "page",
|
|
9785
10302
|
"type": "number",
|
|
@@ -9823,6 +10340,43 @@
|
|
|
9823
10340
|
"optional": false,
|
|
9824
10341
|
"required": false
|
|
9825
10342
|
},
|
|
10343
|
+
{
|
|
10344
|
+
"name": "theme",
|
|
10345
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
10346
|
+
"complexType": {
|
|
10347
|
+
"original": "IcThemeMode",
|
|
10348
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
10349
|
+
"references": {
|
|
10350
|
+
"IcThemeMode": {
|
|
10351
|
+
"location": "import",
|
|
10352
|
+
"path": "../../utils/types",
|
|
10353
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
10354
|
+
}
|
|
10355
|
+
}
|
|
10356
|
+
},
|
|
10357
|
+
"mutable": false,
|
|
10358
|
+
"attr": "theme",
|
|
10359
|
+
"reflectToAttr": false,
|
|
10360
|
+
"docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
|
|
10361
|
+
"docsTags": [],
|
|
10362
|
+
"default": "\"inherit\"",
|
|
10363
|
+
"values": [
|
|
10364
|
+
{
|
|
10365
|
+
"value": "dark",
|
|
10366
|
+
"type": "string"
|
|
10367
|
+
},
|
|
10368
|
+
{
|
|
10369
|
+
"value": "inherit",
|
|
10370
|
+
"type": "string"
|
|
10371
|
+
},
|
|
10372
|
+
{
|
|
10373
|
+
"value": "light",
|
|
10374
|
+
"type": "string"
|
|
10375
|
+
}
|
|
10376
|
+
],
|
|
10377
|
+
"optional": true,
|
|
10378
|
+
"required": false
|
|
10379
|
+
},
|
|
9826
10380
|
{
|
|
9827
10381
|
"name": "type",
|
|
9828
10382
|
"type": "\"ellipsis\" | \"page\" | \"simple-current\"",
|
|
@@ -9885,7 +10439,7 @@
|
|
|
9885
10439
|
"filePath": "src/components/ic-popover-menu/ic-popover-menu.tsx",
|
|
9886
10440
|
"encapsulation": "shadow",
|
|
9887
10441
|
"tag": "ic-popover-menu",
|
|
9888
|
-
"readme": "# ic-popover-menu\n\nThis is a wrapper component to be placed around one or more ic-menu-item components.\n",
|
|
10442
|
+
"readme": "# ic-popover-menu\r\n\r\nThis is a wrapper component to be placed around one or more ic-menu-item components.\r\n\r",
|
|
9889
10443
|
"docs": "This is a wrapper component to be placed around one or more ic-menu-item components.",
|
|
9890
10444
|
"docsTags": [],
|
|
9891
10445
|
"usage": {},
|
|
@@ -10081,7 +10635,7 @@
|
|
|
10081
10635
|
"filePath": "src/components/ic-radio-group/ic-radio-group.tsx",
|
|
10082
10636
|
"encapsulation": "shadow",
|
|
10083
10637
|
"tag": "ic-radio-group",
|
|
10084
|
-
"readme": "# ic-radio-group\n\n\n",
|
|
10638
|
+
"readme": "# ic-radio-group\r\n\r\n\r\n\r",
|
|
10085
10639
|
"docs": "",
|
|
10086
10640
|
"docsTags": [],
|
|
10087
10641
|
"usage": {},
|
|
@@ -10281,6 +10835,43 @@
|
|
|
10281
10835
|
"optional": true,
|
|
10282
10836
|
"required": false
|
|
10283
10837
|
},
|
|
10838
|
+
{
|
|
10839
|
+
"name": "theme",
|
|
10840
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
10841
|
+
"complexType": {
|
|
10842
|
+
"original": "IcThemeMode",
|
|
10843
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
10844
|
+
"references": {
|
|
10845
|
+
"IcThemeMode": {
|
|
10846
|
+
"location": "import",
|
|
10847
|
+
"path": "../../utils/types",
|
|
10848
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
10849
|
+
}
|
|
10850
|
+
}
|
|
10851
|
+
},
|
|
10852
|
+
"mutable": false,
|
|
10853
|
+
"attr": "theme",
|
|
10854
|
+
"reflectToAttr": false,
|
|
10855
|
+
"docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
|
|
10856
|
+
"docsTags": [],
|
|
10857
|
+
"default": "\"inherit\"",
|
|
10858
|
+
"values": [
|
|
10859
|
+
{
|
|
10860
|
+
"value": "dark",
|
|
10861
|
+
"type": "string"
|
|
10862
|
+
},
|
|
10863
|
+
{
|
|
10864
|
+
"value": "inherit",
|
|
10865
|
+
"type": "string"
|
|
10866
|
+
},
|
|
10867
|
+
{
|
|
10868
|
+
"value": "light",
|
|
10869
|
+
"type": "string"
|
|
10870
|
+
}
|
|
10871
|
+
],
|
|
10872
|
+
"optional": true,
|
|
10873
|
+
"required": false
|
|
10874
|
+
},
|
|
10284
10875
|
{
|
|
10285
10876
|
"name": "validationStatus",
|
|
10286
10877
|
"type": "\"\" | \"error\" | \"success\" | \"warning\"",
|
|
@@ -10404,7 +10995,7 @@
|
|
|
10404
10995
|
"filePath": "src/components/ic-radio-option/ic-radio-option.tsx",
|
|
10405
10996
|
"encapsulation": "none",
|
|
10406
10997
|
"tag": "ic-radio-option",
|
|
10407
|
-
"readme": "# ic-radio-option\n\n\n",
|
|
10998
|
+
"readme": "# ic-radio-option\r\n\r\n\r\n\r",
|
|
10408
10999
|
"docs": "",
|
|
10409
11000
|
"docsTags": [
|
|
10410
11001
|
{
|
|
@@ -10597,6 +11188,43 @@
|
|
|
10597
11188
|
"optional": true,
|
|
10598
11189
|
"required": false
|
|
10599
11190
|
},
|
|
11191
|
+
{
|
|
11192
|
+
"name": "theme",
|
|
11193
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
11194
|
+
"complexType": {
|
|
11195
|
+
"original": "IcThemeMode",
|
|
11196
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
11197
|
+
"references": {
|
|
11198
|
+
"IcThemeMode": {
|
|
11199
|
+
"location": "import",
|
|
11200
|
+
"path": "../../utils/types",
|
|
11201
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
11202
|
+
}
|
|
11203
|
+
}
|
|
11204
|
+
},
|
|
11205
|
+
"mutable": false,
|
|
11206
|
+
"attr": "theme",
|
|
11207
|
+
"reflectToAttr": false,
|
|
11208
|
+
"docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
|
|
11209
|
+
"docsTags": [],
|
|
11210
|
+
"default": "\"inherit\"",
|
|
11211
|
+
"values": [
|
|
11212
|
+
{
|
|
11213
|
+
"value": "dark",
|
|
11214
|
+
"type": "string"
|
|
11215
|
+
},
|
|
11216
|
+
{
|
|
11217
|
+
"value": "inherit",
|
|
11218
|
+
"type": "string"
|
|
11219
|
+
},
|
|
11220
|
+
{
|
|
11221
|
+
"value": "light",
|
|
11222
|
+
"type": "string"
|
|
11223
|
+
}
|
|
11224
|
+
],
|
|
11225
|
+
"optional": true,
|
|
11226
|
+
"required": false
|
|
11227
|
+
},
|
|
10600
11228
|
{
|
|
10601
11229
|
"name": "value",
|
|
10602
11230
|
"type": "string",
|
|
@@ -10708,7 +11336,7 @@
|
|
|
10708
11336
|
"filePath": "src/components/ic-search-bar/ic-search-bar.tsx",
|
|
10709
11337
|
"encapsulation": "shadow",
|
|
10710
11338
|
"tag": "ic-search-bar",
|
|
10711
|
-
"readme": "# ic-search-bar\n\n\n",
|
|
11339
|
+
"readme": "# ic-search-bar\r\n\r\n\r\n\r",
|
|
10712
11340
|
"docs": "",
|
|
10713
11341
|
"docsTags": [],
|
|
10714
11342
|
"usage": {},
|
|
@@ -10746,7 +11374,7 @@
|
|
|
10746
11374
|
"mutable": false,
|
|
10747
11375
|
"attr": "autocapitalize",
|
|
10748
11376
|
"reflectToAttr": false,
|
|
10749
|
-
"docs": "The automatic capitalisation of the text value as it is entered/edited by the user.\nAvailable options: \"off\", \"none\", \"on\", \"sentences\", \"words\", \"characters\".",
|
|
11377
|
+
"docs": "The automatic capitalisation of the text value as it is entered/edited by the user.\r\nAvailable options: \"off\", \"none\", \"on\", \"sentences\", \"words\", \"characters\".",
|
|
10750
11378
|
"docsTags": [],
|
|
10751
11379
|
"default": "\"off\"",
|
|
10752
11380
|
"values": [
|
|
@@ -11108,7 +11736,7 @@
|
|
|
11108
11736
|
"mutable": false,
|
|
11109
11737
|
"attr": "disable-auto-filtering",
|
|
11110
11738
|
"reflectToAttr": false,
|
|
11111
|
-
"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.",
|
|
11739
|
+
"docs": "Specify whether to disable the built in filtering. For example, if options will already be filtered from external source.\r\nIf `true`, all options provided will be displayed.",
|
|
11112
11740
|
"docsTags": [],
|
|
11113
11741
|
"default": "false",
|
|
11114
11742
|
"values": [
|
|
@@ -11196,7 +11824,7 @@
|
|
|
11196
11824
|
"mutable": false,
|
|
11197
11825
|
"attr": "full-width",
|
|
11198
11826
|
"reflectToAttr": false,
|
|
11199
|
-
"docs": "Specify whether the search bar fills the full width of the container.\nIf `true`, this overrides the --input-width CSS variable.",
|
|
11827
|
+
"docs": "Specify whether the search bar fills the full width of the container.\r\nIf `true`, this overrides the --input-width CSS variable.",
|
|
11200
11828
|
"docsTags": [],
|
|
11201
11829
|
"default": "false",
|
|
11202
11830
|
"values": [
|
|
@@ -11563,6 +12191,43 @@
|
|
|
11563
12191
|
"optional": false,
|
|
11564
12192
|
"required": false
|
|
11565
12193
|
},
|
|
12194
|
+
{
|
|
12195
|
+
"name": "theme",
|
|
12196
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
12197
|
+
"complexType": {
|
|
12198
|
+
"original": "IcThemeMode",
|
|
12199
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
12200
|
+
"references": {
|
|
12201
|
+
"IcThemeMode": {
|
|
12202
|
+
"location": "import",
|
|
12203
|
+
"path": "../../utils/types",
|
|
12204
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
12205
|
+
}
|
|
12206
|
+
}
|
|
12207
|
+
},
|
|
12208
|
+
"mutable": false,
|
|
12209
|
+
"attr": "theme",
|
|
12210
|
+
"reflectToAttr": false,
|
|
12211
|
+
"docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
|
|
12212
|
+
"docsTags": [],
|
|
12213
|
+
"default": "\"inherit\"",
|
|
12214
|
+
"values": [
|
|
12215
|
+
{
|
|
12216
|
+
"value": "dark",
|
|
12217
|
+
"type": "string"
|
|
12218
|
+
},
|
|
12219
|
+
{
|
|
12220
|
+
"value": "inherit",
|
|
12221
|
+
"type": "string"
|
|
12222
|
+
},
|
|
12223
|
+
{
|
|
12224
|
+
"value": "light",
|
|
12225
|
+
"type": "string"
|
|
12226
|
+
}
|
|
12227
|
+
],
|
|
12228
|
+
"optional": true,
|
|
12229
|
+
"required": false
|
|
12230
|
+
},
|
|
11566
12231
|
{
|
|
11567
12232
|
"name": "timeout",
|
|
11568
12233
|
"type": "number",
|
|
@@ -11896,7 +12561,7 @@
|
|
|
11896
12561
|
"filePath": "src/components/ic-section-container/ic-section-container.tsx",
|
|
11897
12562
|
"encapsulation": "shadow",
|
|
11898
12563
|
"tag": "ic-section-container",
|
|
11899
|
-
"readme": "# ic-section-container\n\n\n",
|
|
12564
|
+
"readme": "# ic-section-container\r\n\r\n\r\n\r",
|
|
11900
12565
|
"docs": "",
|
|
11901
12566
|
"docsTags": [],
|
|
11902
12567
|
"usage": {},
|
|
@@ -11997,7 +12662,7 @@
|
|
|
11997
12662
|
"filePath": "src/components/ic-select/ic-select.tsx",
|
|
11998
12663
|
"encapsulation": "shadow",
|
|
11999
12664
|
"tag": "ic-select",
|
|
12000
|
-
"readme": "# ic-select\n\n\n",
|
|
12665
|
+
"readme": "# ic-select\r\n\r\n\r\n\r",
|
|
12001
12666
|
"docs": "",
|
|
12002
12667
|
"docsTags": [
|
|
12003
12668
|
{
|
|
@@ -12680,7 +13345,7 @@
|
|
|
12680
13345
|
"mutable": true,
|
|
12681
13346
|
"attr": "value",
|
|
12682
13347
|
"reflectToAttr": false,
|
|
12683
|
-
"docs": "The value of the select, reflected by the value of the currently selected option.\nFor the searchable variant, the value is also reflected by the user input.\nFor the multi-select variant, the value must be an array of option values.",
|
|
13348
|
+
"docs": "The value of the select, reflected by the value of the currently selected option.\r\nFor the searchable variant, the value is also reflected by the user input.\r\nFor the multi-select variant, the value must be an array of option values.",
|
|
12684
13349
|
"docsTags": [],
|
|
12685
13350
|
"values": [
|
|
12686
13351
|
{
|
|
@@ -12866,7 +13531,7 @@
|
|
|
12866
13531
|
},
|
|
12867
13532
|
"cancelable": true,
|
|
12868
13533
|
"composed": true,
|
|
12869
|
-
"docs": "Emitted when an option is selected.\nSelecting an option will also trigger an `icChange/onIcChange` due to the value being updated.",
|
|
13534
|
+
"docs": "Emitted when an option is selected.\r\nSelecting an option will also trigger an `icChange/onIcChange` due to the value being updated.",
|
|
12870
13535
|
"docsTags": []
|
|
12871
13536
|
},
|
|
12872
13537
|
{
|
|
@@ -12962,7 +13627,7 @@
|
|
|
12962
13627
|
"filePath": "src/components/ic-side-navigation/ic-side-navigation.tsx",
|
|
12963
13628
|
"encapsulation": "shadow",
|
|
12964
13629
|
"tag": "ic-side-navigation",
|
|
12965
|
-
"readme": "# ic-side-navigation\n\n\n",
|
|
13630
|
+
"readme": "# ic-side-navigation\r\n\r\n\r\n\r",
|
|
12966
13631
|
"docs": "",
|
|
12967
13632
|
"docsTags": [
|
|
12968
13633
|
{
|
|
@@ -13280,6 +13945,9 @@
|
|
|
13280
13945
|
],
|
|
13281
13946
|
"ic-tooltip": [
|
|
13282
13947
|
"ic-typography"
|
|
13948
|
+
],
|
|
13949
|
+
"ic-divider": [
|
|
13950
|
+
"ic-typography"
|
|
13283
13951
|
]
|
|
13284
13952
|
}
|
|
13285
13953
|
},
|
|
@@ -13287,8 +13955,8 @@
|
|
|
13287
13955
|
"filePath": "src/components/ic-skeleton/ic-skeleton.tsx",
|
|
13288
13956
|
"encapsulation": "shadow",
|
|
13289
13957
|
"tag": "ic-skeleton",
|
|
13290
|
-
"readme": "# ic-skeleton\n\nWhen using the skeleton component, an aria-live level should be applied to the parent element of the skeleton and the element that it is\nrepresenting so that any changes, such as the real element replacing the skeleton placeholder, are announced to assistive technology like screen readers. The recommendation is to use aria-live=\"polite\" over aria-live=\"recommended\" unless changes are critically important. \n",
|
|
13291
|
-
"docs": "When using the skeleton component, an aria-live level should be applied to the parent element of the skeleton and the element that it is\nrepresenting so that any changes, such as the real element replacing the skeleton placeholder, are announced to assistive technology like screen readers. The recommendation is to use aria-live=\"polite\" over aria-live=\"recommended\" unless changes are critically important.",
|
|
13958
|
+
"readme": "# ic-skeleton\r\n\r\nWhen using the skeleton component, an aria-live level should be applied to the parent element of the skeleton and the element that it is\r\nrepresenting so that any changes, such as the real element replacing the skeleton placeholder, are announced to assistive technology like screen readers. The recommendation is to use aria-live=\"polite\" over aria-live=\"recommended\" unless changes are critically important. \r\n\r",
|
|
13959
|
+
"docs": "When using the skeleton component, an aria-live level should be applied to the parent element of the skeleton and the element that it is\r\nrepresenting so that any changes, such as the real element replacing the skeleton placeholder, are announced to assistive technology like screen readers. The recommendation is to use aria-live=\"polite\" over aria-live=\"recommended\" unless changes are critically important.",
|
|
13292
13960
|
"docsTags": [],
|
|
13293
13961
|
"usage": {},
|
|
13294
13962
|
"props": [
|
|
@@ -13381,7 +14049,7 @@
|
|
|
13381
14049
|
"filePath": "src/components/ic-status-tag/ic-status-tag.tsx",
|
|
13382
14050
|
"encapsulation": "shadow",
|
|
13383
14051
|
"tag": "ic-status-tag",
|
|
13384
|
-
"readme": "# ic-status-tag\n\n\n",
|
|
14052
|
+
"readme": "# ic-status-tag\r\n\r\n\r\n\r",
|
|
13385
14053
|
"docs": "",
|
|
13386
14054
|
"docsTags": [],
|
|
13387
14055
|
"usage": {},
|
|
@@ -13397,7 +14065,7 @@
|
|
|
13397
14065
|
"mutable": false,
|
|
13398
14066
|
"attr": "announced",
|
|
13399
14067
|
"reflectToAttr": false,
|
|
13400
|
-
"docs": "If `true`, role='status' is added to the component and it will act as an 'aria-live' region.\nScreen readers will announce changes to the `label`, but not the initial value.",
|
|
14068
|
+
"docs": "If `true`, role='status' is added to the component and it will act as an 'aria-live' region.\r\nScreen readers will announce changes to the `label`, but not the initial value.",
|
|
13401
14069
|
"docsTags": [],
|
|
13402
14070
|
"default": "false",
|
|
13403
14071
|
"values": [
|
|
@@ -13592,7 +14260,7 @@
|
|
|
13592
14260
|
"filePath": "src/components/ic-step/ic-step.tsx",
|
|
13593
14261
|
"encapsulation": "shadow",
|
|
13594
14262
|
"tag": "ic-step",
|
|
13595
|
-
"readme": "# ic-step\n\n\n",
|
|
14263
|
+
"readme": "# ic-step\r\n\r\n\r\n\r",
|
|
13596
14264
|
"docs": "",
|
|
13597
14265
|
"docsTags": [],
|
|
13598
14266
|
"usage": {},
|
|
@@ -13738,7 +14406,7 @@
|
|
|
13738
14406
|
"filePath": "src/components/ic-stepper/ic-stepper.tsx",
|
|
13739
14407
|
"encapsulation": "shadow",
|
|
13740
14408
|
"tag": "ic-stepper",
|
|
13741
|
-
"readme": "# ic-stepper\n\nThis is a wrapper component to be placed around one or more ic-step components\n",
|
|
14409
|
+
"readme": "# ic-stepper\r\n\r\nThis is a wrapper component to be placed around one or more ic-step components\r\n\r",
|
|
13742
14410
|
"docs": "This is a wrapper component to be placed around one or more ic-step components",
|
|
13743
14411
|
"docsTags": [],
|
|
13744
14412
|
"usage": {},
|
|
@@ -13905,7 +14573,7 @@
|
|
|
13905
14573
|
"filePath": "src/components/ic-switch/ic-switch.tsx",
|
|
13906
14574
|
"encapsulation": "shadow",
|
|
13907
14575
|
"tag": "ic-switch",
|
|
13908
|
-
"readme": "# ic-switch\n\n\n",
|
|
14576
|
+
"readme": "# ic-switch\r\n\r\n\r\n\r",
|
|
13909
14577
|
"docs": "",
|
|
13910
14578
|
"docsTags": [
|
|
13911
14579
|
{
|
|
@@ -14149,7 +14817,7 @@
|
|
|
14149
14817
|
"mutable": false,
|
|
14150
14818
|
"attr": "value",
|
|
14151
14819
|
"reflectToAttr": false,
|
|
14152
|
-
"docs": "The value of the toggle does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a toggle is analogous to the value of a `<input type=\"checkbox\">`,\nit's only used when the toggle participates in a native `<form>`.",
|
|
14820
|
+
"docs": "The value of the toggle does not mean if it's checked or not, use the `checked`\r\nproperty for that.\r\n\r\nThe value of a toggle is analogous to the value of a `<input type=\"checkbox\">`,\r\nit's only used when the toggle participates in a native `<form>`.",
|
|
14153
14821
|
"docsTags": [],
|
|
14154
14822
|
"default": "\"on\"",
|
|
14155
14823
|
"values": [
|
|
@@ -14263,7 +14931,7 @@
|
|
|
14263
14931
|
"filePath": "src/components/ic-tab/ic-tab.tsx",
|
|
14264
14932
|
"encapsulation": "shadow",
|
|
14265
14933
|
"tag": "ic-tab",
|
|
14266
|
-
"readme": "# ic-tab\n\n\n",
|
|
14934
|
+
"readme": "# ic-tab\r\n\r\n\r\n\r",
|
|
14267
14935
|
"docs": "",
|
|
14268
14936
|
"docsTags": [
|
|
14269
14937
|
{
|
|
@@ -14352,7 +15020,7 @@
|
|
|
14352
15020
|
"filePath": "src/components/ic-tab-context/ic-tab-context.tsx",
|
|
14353
15021
|
"encapsulation": "none",
|
|
14354
15022
|
"tag": "ic-tab-context",
|
|
14355
|
-
"readme": "# ic-tab-context\n\n\n",
|
|
15023
|
+
"readme": "# ic-tab-context\r\n\r\n\r\n\r",
|
|
14356
15024
|
"docs": "",
|
|
14357
15025
|
"docsTags": [],
|
|
14358
15026
|
"usage": {},
|
|
@@ -14549,7 +15217,7 @@
|
|
|
14549
15217
|
"filePath": "src/components/ic-tab-group/ic-tab-group.tsx",
|
|
14550
15218
|
"encapsulation": "shadow",
|
|
14551
15219
|
"tag": "ic-tab-group",
|
|
14552
|
-
"readme": "# ic-tab-group\n\n\n",
|
|
15220
|
+
"readme": "# ic-tab-group\r\n\r\n\r\n\r",
|
|
14553
15221
|
"docs": "",
|
|
14554
15222
|
"docsTags": [],
|
|
14555
15223
|
"usage": {},
|
|
@@ -14631,7 +15299,7 @@
|
|
|
14631
15299
|
"filePath": "src/components/ic-tab-panel/ic-tab-panel.tsx",
|
|
14632
15300
|
"encapsulation": "shadow",
|
|
14633
15301
|
"tag": "ic-tab-panel",
|
|
14634
|
-
"readme": "# ic-tab-panel\n\n\n",
|
|
15302
|
+
"readme": "# ic-tab-panel\r\n\r\n\r\n\r",
|
|
14635
15303
|
"docs": "",
|
|
14636
15304
|
"docsTags": [],
|
|
14637
15305
|
"usage": {},
|
|
@@ -14650,7 +15318,7 @@
|
|
|
14650
15318
|
"filePath": "src/components/ic-text-field/ic-text-field.tsx",
|
|
14651
15319
|
"encapsulation": "shadow",
|
|
14652
15320
|
"tag": "ic-text-field",
|
|
14653
|
-
"readme": "# ic-textfield\n\n\n",
|
|
15321
|
+
"readme": "# ic-textfield\r\n\r\n\r\n\r",
|
|
14654
15322
|
"docs": "",
|
|
14655
15323
|
"docsTags": [
|
|
14656
15324
|
{
|
|
@@ -14693,7 +15361,7 @@
|
|
|
14693
15361
|
"mutable": false,
|
|
14694
15362
|
"attr": "autocapitalize",
|
|
14695
15363
|
"reflectToAttr": false,
|
|
14696
|
-
"docs": "The automatic capitalisation of the text value as it is entered/edited by the user.\nAvailable options: \"off\", \"none\", \"on\", \"sentences\", \"words\", \"characters\".",
|
|
15364
|
+
"docs": "The automatic capitalisation of the text value as it is entered/edited by the user.\r\nAvailable options: \"off\", \"none\", \"on\", \"sentences\", \"words\", \"characters\".",
|
|
14697
15365
|
"docsTags": [],
|
|
14698
15366
|
"default": "\"off\"",
|
|
14699
15367
|
"values": [
|
|
@@ -15033,7 +15701,7 @@
|
|
|
15033
15701
|
"mutable": false,
|
|
15034
15702
|
"attr": "full-width",
|
|
15035
15703
|
"reflectToAttr": false,
|
|
15036
|
-
"docs": "Specify whether the text field fills the full width of the container.\nIf `true`, this overrides the --input-width CSS variable.",
|
|
15704
|
+
"docs": "Specify whether the text field fills the full width of the container.\r\nIf `true`, this overrides the --input-width CSS variable.",
|
|
15037
15705
|
"docsTags": [],
|
|
15038
15706
|
"default": "false",
|
|
15039
15707
|
"values": [
|
|
@@ -15149,7 +15817,7 @@
|
|
|
15149
15817
|
"mutable": false,
|
|
15150
15818
|
"attr": "inputmode",
|
|
15151
15819
|
"reflectToAttr": false,
|
|
15152
|
-
"docs": "A hint to the browser for which keyboard to display.\nPossible values: `\"none\"`, `\"text\"`, `\"tel\"`, `\"url\"`,\n`\"email\"`, `\"numeric\"`, `\"decimal\"`, and `\"search\"`.",
|
|
15820
|
+
"docs": "A hint to the browser for which keyboard to display.\r\nPossible values: `\"none\"`, `\"text\"`, `\"tel\"`, `\"url\"`,\r\n`\"email\"`, `\"numeric\"`, `\"decimal\"`, and `\"search\"`.",
|
|
15153
15821
|
"docsTags": [],
|
|
15154
15822
|
"default": "\"text\"",
|
|
15155
15823
|
"values": [
|
|
@@ -15830,7 +16498,7 @@
|
|
|
15830
16498
|
"filePath": "src/components/ic-theme/ic-theme.tsx",
|
|
15831
16499
|
"encapsulation": "none",
|
|
15832
16500
|
"tag": "ic-theme",
|
|
15833
|
-
"readme": "# ic-theme\n\n\n",
|
|
16501
|
+
"readme": "# ic-theme\r\n\r\n\r\n\r",
|
|
15834
16502
|
"docs": "",
|
|
15835
16503
|
"docsTags": [],
|
|
15836
16504
|
"usage": {},
|
|
@@ -15915,7 +16583,7 @@
|
|
|
15915
16583
|
"filePath": "src/components/ic-toast/ic-toast.tsx",
|
|
15916
16584
|
"encapsulation": "shadow",
|
|
15917
16585
|
"tag": "ic-toast",
|
|
15918
|
-
"readme": "# ic-toast\n\n\n",
|
|
16586
|
+
"readme": "# ic-toast\r\n\r\n\r\n\r",
|
|
15919
16587
|
"docs": "",
|
|
15920
16588
|
"docsTags": [
|
|
15921
16589
|
{
|
|
@@ -15940,7 +16608,7 @@
|
|
|
15940
16608
|
"mutable": true,
|
|
15941
16609
|
"attr": "auto-dismiss-timeout",
|
|
15942
16610
|
"reflectToAttr": false,
|
|
15943
|
-
"docs": "If toast dismissMode is set to `automatic`, use this prop to define the time before the toast dismisses (in MILLISECONDS)\n(NOTE: Has a minimum value of `5000ms`)",
|
|
16611
|
+
"docs": "If toast dismissMode is set to `automatic`, use this prop to define the time before the toast dismisses (in MILLISECONDS)\r\n(NOTE: Has a minimum value of `5000ms`)",
|
|
15944
16612
|
"docsTags": [],
|
|
15945
16613
|
"default": "5000",
|
|
15946
16614
|
"values": [
|
|
@@ -16200,7 +16868,7 @@
|
|
|
16200
16868
|
"filePath": "src/components/ic-toast-region/ic-toast-region.tsx",
|
|
16201
16869
|
"encapsulation": "none",
|
|
16202
16870
|
"tag": "ic-toast-region",
|
|
16203
|
-
"readme": "# ic-toast-region\n\n\n",
|
|
16871
|
+
"readme": "# ic-toast-region\r\n\r\n\r\n\r",
|
|
16204
16872
|
"docs": "",
|
|
16205
16873
|
"docsTags": [],
|
|
16206
16874
|
"usage": {},
|
|
@@ -16251,7 +16919,7 @@
|
|
|
16251
16919
|
"filePath": "src/components/ic-toggle-button/ic-toggle-button.tsx",
|
|
16252
16920
|
"encapsulation": "shadow",
|
|
16253
16921
|
"tag": "ic-toggle-button",
|
|
16254
|
-
"readme": "# ic-toggle-button\n\n\n",
|
|
16922
|
+
"readme": "# ic-toggle-button\r\n\r\n\r\n\r",
|
|
16255
16923
|
"docs": "",
|
|
16256
16924
|
"docsTags": [
|
|
16257
16925
|
{
|
|
@@ -16534,7 +17202,7 @@
|
|
|
16534
17202
|
"detail": "{ checked: boolean; }",
|
|
16535
17203
|
"bubbles": true,
|
|
16536
17204
|
"complexType": {
|
|
16537
|
-
"original": "{\n checked: boolean;\n }",
|
|
17205
|
+
"original": "{\r\n checked: boolean;\r\n }",
|
|
16538
17206
|
"resolved": "{ checked: boolean; }",
|
|
16539
17207
|
"references": {}
|
|
16540
17208
|
},
|
|
@@ -16587,7 +17255,7 @@
|
|
|
16587
17255
|
"filePath": "src/components/ic-toggle-button-group/ic-toggle-button-group.tsx",
|
|
16588
17256
|
"encapsulation": "shadow",
|
|
16589
17257
|
"tag": "ic-toggle-button-group",
|
|
16590
|
-
"readme": "# ic-toggle-button-group\n\n\n",
|
|
17258
|
+
"readme": "# ic-toggle-button-group\r\n\r\n\r\n\r",
|
|
16591
17259
|
"docs": "",
|
|
16592
17260
|
"docsTags": [],
|
|
16593
17261
|
"usage": {},
|
|
@@ -16919,7 +17587,7 @@
|
|
|
16919
17587
|
"filePath": "src/components/ic-tooltip/ic-tooltip.tsx",
|
|
16920
17588
|
"encapsulation": "shadow",
|
|
16921
17589
|
"tag": "ic-tooltip",
|
|
16922
|
-
"readme": "# ic-tooltip\n\n\n",
|
|
17590
|
+
"readme": "# ic-tooltip\r\n\r\n\r\n\r",
|
|
16923
17591
|
"docs": "",
|
|
16924
17592
|
"docsTags": [],
|
|
16925
17593
|
"usage": {},
|
|
@@ -17217,7 +17885,7 @@
|
|
|
17217
17885
|
"filePath": "src/components/ic-top-navigation/ic-top-navigation.tsx",
|
|
17218
17886
|
"encapsulation": "shadow",
|
|
17219
17887
|
"tag": "ic-top-navigation",
|
|
17220
|
-
"readme": "# ic-top-navigation\n\n\n",
|
|
17888
|
+
"readme": "# ic-top-navigation\r\n\r\n\r\n\r",
|
|
17221
17889
|
"docs": "",
|
|
17222
17890
|
"docsTags": [
|
|
17223
17891
|
{
|
|
@@ -17326,7 +17994,7 @@
|
|
|
17326
17994
|
"mutable": false,
|
|
17327
17995
|
"attr": "custom-mobile-breakpoint",
|
|
17328
17996
|
"reflectToAttr": false,
|
|
17329
|
-
"docs": "Can set a custom breakpoint for the top navigation to switch to mobile mode.\nMust be one of our specified breakpoints in px: `0`, `576`, `768`, `992`, `1200`.",
|
|
17997
|
+
"docs": "Can set a custom breakpoint for the top navigation to switch to mobile mode.\r\nMust be one of our specified breakpoints in px: `0`, `576`, `768`, `992`, `1200`.",
|
|
17330
17998
|
"docsTags": [],
|
|
17331
17999
|
"default": "DEVICE_SIZES.L",
|
|
17332
18000
|
"values": [
|
|
@@ -17576,7 +18244,7 @@
|
|
|
17576
18244
|
"filePath": "src/components/ic-typography/ic-typography.tsx",
|
|
17577
18245
|
"encapsulation": "shadow",
|
|
17578
18246
|
"tag": "ic-typography",
|
|
17579
|
-
"readme": "# ic-typography\n\n\n",
|
|
18247
|
+
"readme": "# ic-typography\r\n\r\n\r\n\r",
|
|
17580
18248
|
"docs": "",
|
|
17581
18249
|
"docsTags": [],
|
|
17582
18250
|
"usage": {},
|
|
@@ -17614,7 +18282,7 @@
|
|
|
17614
18282
|
"mutable": false,
|
|
17615
18283
|
"attr": "bold",
|
|
17616
18284
|
"reflectToAttr": false,
|
|
17617
|
-
"docs": "If `true`, the typography will have a bold font weight.\nNote: This will have no impact on variants that already use an equivalent or higher font weight (h1, h2, and subtitle-large).",
|
|
18285
|
+
"docs": "If `true`, the typography will have a bold font weight.\r\nNote: This will have no impact on variants that already use an equivalent or higher font weight (h1, h2, and subtitle-large).",
|
|
17618
18286
|
"docsTags": [],
|
|
17619
18287
|
"default": "false",
|
|
17620
18288
|
"values": [
|
|
@@ -17857,6 +18525,7 @@
|
|
|
17857
18525
|
"ic-data-list",
|
|
17858
18526
|
"ic-data-row",
|
|
17859
18527
|
"ic-dialog",
|
|
18528
|
+
"ic-divider",
|
|
17860
18529
|
"ic-empty-state",
|
|
17861
18530
|
"ic-footer",
|
|
17862
18531
|
"ic-footer-link-group",
|
|
@@ -17920,6 +18589,9 @@
|
|
|
17920
18589
|
"ic-dialog": [
|
|
17921
18590
|
"ic-typography"
|
|
17922
18591
|
],
|
|
18592
|
+
"ic-divider": [
|
|
18593
|
+
"ic-typography"
|
|
18594
|
+
],
|
|
17923
18595
|
"ic-empty-state": [
|
|
17924
18596
|
"ic-typography"
|
|
17925
18597
|
],
|
|
@@ -18005,18 +18677,18 @@
|
|
|
18005
18677
|
}
|
|
18006
18678
|
],
|
|
18007
18679
|
"typeLibrary": {
|
|
18008
|
-
"src/utils/types.ts::
|
|
18009
|
-
"declaration": "export type
|
|
18680
|
+
"src/utils/types.ts::IcSizes": {
|
|
18681
|
+
"declaration": "export type IcSizes = \"medium\" | \"large\" | \"small\";",
|
|
18010
18682
|
"docstring": "",
|
|
18011
18683
|
"path": "src/utils/types.ts"
|
|
18012
18684
|
},
|
|
18013
|
-
"src/utils/types.ts::
|
|
18014
|
-
"declaration": "export type
|
|
18685
|
+
"src/utils/types.ts::IcThemeMode": {
|
|
18686
|
+
"declaration": "export type IcThemeMode = \"dark\" | \"light\" | \"inherit\";",
|
|
18015
18687
|
"docstring": "",
|
|
18016
18688
|
"path": "src/utils/types.ts"
|
|
18017
18689
|
},
|
|
18018
18690
|
"src/utils/types.ts::IcStatusVariants": {
|
|
18019
|
-
"declaration": "export type IcStatusVariants =\n | \"neutral\"\n | \"info\"\n | \"warning\"\n | \"error\"\n | \"success\";",
|
|
18691
|
+
"declaration": "export type IcStatusVariants =\r\n | \"neutral\"\r\n | \"info\"\r\n | \"warning\"\r\n | \"error\"\r\n | \"success\";",
|
|
18020
18692
|
"docstring": "",
|
|
18021
18693
|
"path": "src/utils/types.ts"
|
|
18022
18694
|
},
|
|
@@ -18026,7 +18698,7 @@
|
|
|
18026
18698
|
"path": "src/components/ic-back-to-top/ic-back-to-top.types.ts"
|
|
18027
18699
|
},
|
|
18028
18700
|
"src/components/ic-classification-banner/ic-classification-banner.types.tsx::IcProtectiveMarkings": {
|
|
18029
|
-
"declaration": "export type IcProtectiveMarkings =\n | \"default\"\n | \"official\"\n | \"official-sensitive\"\n | \"secret\"\n | \"top-secret\";",
|
|
18701
|
+
"declaration": "export type IcProtectiveMarkings =\r\n | \"default\"\r\n | \"official\"\r\n | \"official-sensitive\"\r\n | \"secret\"\r\n | \"top-secret\";",
|
|
18030
18702
|
"docstring": "",
|
|
18031
18703
|
"path": "src/components/ic-classification-banner/ic-classification-banner.types.tsx"
|
|
18032
18704
|
},
|
|
@@ -18036,10 +18708,15 @@
|
|
|
18036
18708
|
"path": "src/utils/types.ts"
|
|
18037
18709
|
},
|
|
18038
18710
|
"src/components/ic-footer/ic-footer.types.tsx::IcFooterBreakpoints": {
|
|
18039
|
-
"declaration": "export type IcFooterBreakpoints =\n | \"extra small\"\n | \"small\"\n | \"medium\"\n | \"large\"\n | \"extra large\";",
|
|
18711
|
+
"declaration": "export type IcFooterBreakpoints =\r\n | \"extra small\"\r\n | \"small\"\r\n | \"medium\"\r\n | \"large\"\r\n | \"extra large\";",
|
|
18040
18712
|
"docstring": "",
|
|
18041
18713
|
"path": "src/components/ic-footer/ic-footer.types.tsx"
|
|
18042
18714
|
},
|
|
18715
|
+
"src/utils/types.ts::IcThemeForeground": {
|
|
18716
|
+
"declaration": "export type IcThemeForeground = \"default\" | \"dark\" | \"light\";",
|
|
18717
|
+
"docstring": "",
|
|
18718
|
+
"path": "src/utils/types.ts"
|
|
18719
|
+
},
|
|
18043
18720
|
"src/components/ic-button/ic-button.types.ts::IcButtonTooltipPlacement": {
|
|
18044
18721
|
"declaration": "export type IcButtonTooltipPlacement = \"top\" | \"right\" | \"bottom\" | \"left\";",
|
|
18045
18722
|
"docstring": "",
|
|
@@ -18051,7 +18728,7 @@
|
|
|
18051
18728
|
"path": "src/components/ic-button/ic-button.types.ts"
|
|
18052
18729
|
},
|
|
18053
18730
|
"src/components/ic-button/ic-button.types.ts::IcButtonVariants": {
|
|
18054
|
-
"declaration": "export type IcButtonVariants =\n | \"primary\"\n | \"secondary\"\n | \"tertiary\"\n | \"destructive\"\n | \"icon\"\n | \"icon-primary\"\n | \"icon-secondary\"\n | \"icon-tertiary\"\n | \"icon-destructive\";",
|
|
18731
|
+
"declaration": "export type IcButtonVariants =\r\n | \"primary\"\r\n | \"secondary\"\r\n | \"tertiary\"\r\n | \"destructive\"\r\n | \"icon\"\r\n | \"icon-primary\"\r\n | \"icon-secondary\"\r\n | \"icon-tertiary\"\r\n | \"icon-destructive\";",
|
|
18055
18732
|
"docstring": "",
|
|
18056
18733
|
"path": "src/components/ic-button/ic-button.types.ts"
|
|
18057
18734
|
},
|
|
@@ -18065,11 +18742,6 @@
|
|
|
18065
18742
|
"docstring": "",
|
|
18066
18743
|
"path": "src/components/ic-badge/ic-badge.types.ts"
|
|
18067
18744
|
},
|
|
18068
|
-
"src/utils/types.ts::IcThemeMode": {
|
|
18069
|
-
"declaration": "export type IcThemeMode = \"dark\" | \"light\" | \"inherit\";",
|
|
18070
|
-
"docstring": "",
|
|
18071
|
-
"path": "src/utils/types.ts"
|
|
18072
|
-
},
|
|
18073
18745
|
"src/components/ic-badge/ic-badge.types.ts::IcBadgeTypes": {
|
|
18074
18746
|
"declaration": "export type IcBadgeTypes = \"dot\" | \"text\" | \"icon\";",
|
|
18075
18747
|
"docstring": "",
|
|
@@ -18086,12 +18758,12 @@
|
|
|
18086
18758
|
"path": "src/utils/types.ts"
|
|
18087
18759
|
},
|
|
18088
18760
|
"src/components/ic-tab/ic-tab.types.ts::IcTabClickEventDetail": {
|
|
18089
|
-
"declaration": "export interface IcTabClickEventDetail {\n tabId: string;\n contextId: string;\n position: number;\n}",
|
|
18761
|
+
"declaration": "export interface IcTabClickEventDetail {\r\n tabId: string;\r\n contextId: string;\r\n position: number;\r\n}",
|
|
18090
18762
|
"docstring": "",
|
|
18091
18763
|
"path": "src/components/ic-tab/ic-tab.types.ts"
|
|
18092
18764
|
},
|
|
18093
18765
|
"src/components/ic-tooltip/ic-tooltip.types.ts::IcTooltipPlacements": {
|
|
18094
|
-
"declaration": "export type IcTooltipPlacements =\n | \"top-start\"\n | \"top\"\n | \"top-end\"\n | \"right-start\"\n | \"right\"\n | \"right-end\"\n | \"bottom-end\"\n | \"bottom\"\n | \"bottom-start\"\n | \"left-end\"\n | \"left\"\n | \"left-start\";",
|
|
18766
|
+
"declaration": "export type IcTooltipPlacements =\r\n | \"top-start\"\r\n | \"top\"\r\n | \"top-end\"\r\n | \"right-start\"\r\n | \"right\"\r\n | \"right-end\"\r\n | \"bottom-end\"\r\n | \"bottom\"\r\n | \"bottom-start\"\r\n | \"left-end\"\r\n | \"left\"\r\n | \"left-start\";",
|
|
18095
18767
|
"docstring": "",
|
|
18096
18768
|
"path": "src/components/ic-tooltip/ic-tooltip.types.ts"
|
|
18097
18769
|
},
|
|
@@ -18106,7 +18778,7 @@
|
|
|
18106
18778
|
"path": "src/utils/types.ts"
|
|
18107
18779
|
},
|
|
18108
18780
|
"src/components/ic-checkbox-group/ic-checkbox-group.types.ts::IcChangeEventDetail": {
|
|
18109
|
-
"declaration": "export interface IcChangeEventDetail {\n value: string[];\n checkedOptions: {\n checkbox: HTMLIcCheckboxElement;\n textFieldValue?: string;\n }[];\n selectedOption: HTMLIcCheckboxElement;\n}",
|
|
18781
|
+
"declaration": "export interface IcChangeEventDetail {\r\n value: string[];\r\n checkedOptions: {\r\n checkbox: HTMLIcCheckboxElement;\r\n textFieldValue?: string;\r\n }[];\r\n selectedOption: HTMLIcCheckboxElement;\r\n}",
|
|
18110
18782
|
"docstring": "",
|
|
18111
18783
|
"path": "src/components/ic-checkbox-group/ic-checkbox-group.types.ts"
|
|
18112
18784
|
},
|
|
@@ -18116,7 +18788,7 @@
|
|
|
18116
18788
|
"path": "src/components/ic-text-field/ic-text-field.types.ts"
|
|
18117
18789
|
},
|
|
18118
18790
|
"src/utils/types.ts::IcAutocompleteTypes": {
|
|
18119
|
-
"declaration": "export type IcAutocompleteTypes =\n | \"on\"\n | \"off\"\n | \"name\"\n | \"honorific-prefix\"\n | \"given-name\"\n | \"additional-name\"\n | \"family-name\"\n | \"honorific-suffix\"\n | \"nickname\"\n | \"email\"\n | \"username\"\n | \"new-password\"\n | \"current-password\"\n | \"one-time-code\"\n | \"organization-title\"\n | \"organization\"\n | \"street-address\"\n | \"address-line1\"\n | \"address-line2\"\n | \"address-line3\"\n | \"address-level4\"\n | \"address-level3\"\n | \"address-level2\"\n | \"address-level1\"\n | \"country\"\n | \"country-name\"\n | \"postal-code\"\n | \"cc-name\"\n | \"cc-given-name\"\n | \"cc-additional-name\"\n | \"cc-family-name\"\n | \"cc-family-name\"\n | \"cc-number\"\n | \"cc-exp\"\n | \"cc-exp-month\"\n | \"cc-exp-year\"\n | \"cc-csc\"\n | \"cc-type\"\n | \"transaction-currency\"\n | \"transaction-amount\"\n | \"language\"\n | \"bday\"\n | \"bday-day\"\n | \"bday-month\"\n | \"bday-year\"\n | \"sex\"\n | \"tel\"\n | \"tel-country-code\"\n | \"tel-national\"\n | \"tel-area-code\"\n | \"tel-local\"\n | \"tel-extension\"\n | \"impp\"\n | \"url\"\n | \"photo\";",
|
|
18791
|
+
"declaration": "export type IcAutocompleteTypes =\r\n | \"on\"\r\n | \"off\"\r\n | \"name\"\r\n | \"honorific-prefix\"\r\n | \"given-name\"\r\n | \"additional-name\"\r\n | \"family-name\"\r\n | \"honorific-suffix\"\r\n | \"nickname\"\r\n | \"email\"\r\n | \"username\"\r\n | \"new-password\"\r\n | \"current-password\"\r\n | \"one-time-code\"\r\n | \"organization-title\"\r\n | \"organization\"\r\n | \"street-address\"\r\n | \"address-line1\"\r\n | \"address-line2\"\r\n | \"address-line3\"\r\n | \"address-level4\"\r\n | \"address-level3\"\r\n | \"address-level2\"\r\n | \"address-level1\"\r\n | \"country\"\r\n | \"country-name\"\r\n | \"postal-code\"\r\n | \"cc-name\"\r\n | \"cc-given-name\"\r\n | \"cc-additional-name\"\r\n | \"cc-family-name\"\r\n | \"cc-family-name\"\r\n | \"cc-number\"\r\n | \"cc-exp\"\r\n | \"cc-exp-month\"\r\n | \"cc-exp-year\"\r\n | \"cc-csc\"\r\n | \"cc-type\"\r\n | \"transaction-currency\"\r\n | \"transaction-amount\"\r\n | \"language\"\r\n | \"bday\"\r\n | \"bday-day\"\r\n | \"bday-month\"\r\n | \"bday-year\"\r\n | \"sex\"\r\n | \"tel\"\r\n | \"tel-country-code\"\r\n | \"tel-national\"\r\n | \"tel-area-code\"\r\n | \"tel-local\"\r\n | \"tel-extension\"\r\n | \"impp\"\r\n | \"url\"\r\n | \"photo\";",
|
|
18120
18792
|
"docstring": "",
|
|
18121
18793
|
"path": "src/utils/types.ts"
|
|
18122
18794
|
},
|
|
@@ -18126,7 +18798,7 @@
|
|
|
18126
18798
|
"path": "src/utils/types.ts"
|
|
18127
18799
|
},
|
|
18128
18800
|
"src/components/ic-text-field/ic-text-field.types.ts::IcTextFieldInputModes": {
|
|
18129
|
-
"declaration": "export type IcTextFieldInputModes =\n | \"none\"\n | \"text\"\n | \"tel\"\n | \"url\"\n | \"email\"\n | \"numeric\"\n | \"decimal\"\n | \"search\";",
|
|
18801
|
+
"declaration": "export type IcTextFieldInputModes =\r\n | \"none\"\r\n | \"text\"\r\n | \"tel\"\r\n | \"url\"\r\n | \"email\"\r\n | \"numeric\"\r\n | \"decimal\"\r\n | \"search\";",
|
|
18130
18802
|
"docstring": "",
|
|
18131
18803
|
"path": "src/components/ic-text-field/ic-text-field.types.ts"
|
|
18132
18804
|
},
|
|
@@ -18136,25 +18808,45 @@
|
|
|
18136
18808
|
"path": "src/utils/types.ts"
|
|
18137
18809
|
},
|
|
18138
18810
|
"src/components/ic-text-field/ic-text-field.types.ts::IcTextFieldTypes": {
|
|
18139
|
-
"declaration": "export type IcTextFieldTypes =\n | \"email\"\n | \"password\"\n | \"tel\"\n | \"text\"\n | \"url\"\n | \"number\"\n | \"search\";",
|
|
18811
|
+
"declaration": "export type IcTextFieldTypes =\r\n | \"email\"\r\n | \"password\"\r\n | \"tel\"\r\n | \"text\"\r\n | \"url\"\r\n | \"number\"\r\n | \"search\";",
|
|
18140
18812
|
"docstring": "",
|
|
18141
18813
|
"path": "src/components/ic-text-field/ic-text-field.types.ts"
|
|
18142
18814
|
},
|
|
18143
18815
|
"src/utils/types.ts::IcValueEventDetail": {
|
|
18144
|
-
"declaration": "export interface IcValueEventDetail {\n value: string | string[];\n keyPressed?: string;\n}",
|
|
18816
|
+
"declaration": "export interface IcValueEventDetail {\r\n value: string | string[];\r\n keyPressed?: string;\r\n}",
|
|
18145
18817
|
"docstring": "",
|
|
18146
18818
|
"path": "src/utils/types.ts"
|
|
18147
18819
|
},
|
|
18148
|
-
"src/components/ic-
|
|
18149
|
-
"declaration": "export type
|
|
18820
|
+
"src/components/ic-divider/ic-divider.types.tsx::IcDividerStyles": {
|
|
18821
|
+
"declaration": "export type IcDividerStyles = \"solid\" | \"dashed\";",
|
|
18150
18822
|
"docstring": "",
|
|
18151
|
-
"path": "src/components/ic-
|
|
18823
|
+
"path": "src/components/ic-divider/ic-divider.types.tsx"
|
|
18824
|
+
},
|
|
18825
|
+
"src/components/ic-divider/ic-divider.types.tsx::IcDividerLabelPlacement": {
|
|
18826
|
+
"declaration": "export type IcDividerLabelPlacement =\n | \"left\"\n | \"center\"\n | \"right\"\n | \"top\"\n | \"bottom\";",
|
|
18827
|
+
"docstring": "",
|
|
18828
|
+
"path": "src/components/ic-divider/ic-divider.types.tsx"
|
|
18829
|
+
},
|
|
18830
|
+
"src/utils/types.ts::IcOrientation": {
|
|
18831
|
+
"declaration": "export type IcOrientation = \"horizontal\" | \"vertical\";",
|
|
18832
|
+
"docstring": "",
|
|
18833
|
+
"path": "src/utils/types.ts"
|
|
18834
|
+
},
|
|
18835
|
+
"src/components/ic-divider/ic-divider.types.tsx::IcDividerWeights": {
|
|
18836
|
+
"declaration": "export type IcDividerWeights = \"thin\" | \"medium\" | \"thick\" | \"very-thick\";",
|
|
18837
|
+
"docstring": "",
|
|
18838
|
+
"path": "src/components/ic-divider/ic-divider.types.tsx"
|
|
18152
18839
|
},
|
|
18153
18840
|
"src/utils/types.ts::IcTypographyVariants": {
|
|
18154
|
-
"declaration": "export type IcTypographyVariants =\n | \"h1\"\n | \"h2\"\n | \"h3\"\n | \"h4\"\n | \"subtitle-large\"\n | \"subtitle-small\"\n | \"body\"\n | \"label\"\n | \"label-uppercase\"\n | \"caption\"\n | \"caption-uppercase\"\n | \"code-large\"\n | \"code-small\"\n | \"code-extra-small\"\n | \"badge\"\n | \"badge-small\";",
|
|
18841
|
+
"declaration": "export type IcTypographyVariants =\r\n | \"h1\"\r\n | \"h2\"\r\n | \"h3\"\r\n | \"h4\"\r\n | \"subtitle-large\"\r\n | \"subtitle-small\"\r\n | \"body\"\r\n | \"label\"\r\n | \"label-uppercase\"\r\n | \"caption\"\r\n | \"caption-uppercase\"\r\n | \"code-large\"\r\n | \"code-small\"\r\n | \"code-extra-small\"\r\n | \"badge\"\r\n | \"badge-small\";",
|
|
18155
18842
|
"docstring": "",
|
|
18156
18843
|
"path": "src/utils/types.ts"
|
|
18157
18844
|
},
|
|
18845
|
+
"src/components/ic-empty-state/ic-empty-state.types.ts::IcEmptyStateAlignment": {
|
|
18846
|
+
"declaration": "export type IcEmptyStateAlignment = \"left\" | \"center\" | \"right\";",
|
|
18847
|
+
"docstring": "",
|
|
18848
|
+
"path": "src/components/ic-empty-state/ic-empty-state.types.ts"
|
|
18849
|
+
},
|
|
18158
18850
|
"src/components/ic-hero/ic-hero.types.tsx::IcHeroContentAlignments": {
|
|
18159
18851
|
"declaration": "export type IcHeroContentAlignments = \"left\" | \"center\";",
|
|
18160
18852
|
"docstring": "",
|
|
@@ -18186,22 +18878,22 @@
|
|
|
18186
18878
|
"path": "src/components/ic-search-bar/ic-search-bar.types.ts"
|
|
18187
18879
|
},
|
|
18188
18880
|
"src/utils/types.ts::IcMenuOption": {
|
|
18189
|
-
"declaration": "export interface IcMenuOption {\n description?: string;\n disabled?: boolean;\n recommended?: boolean;\n children?: IcMenuOption[];\n loading?: boolean;\n timedOut?: boolean;\n [key: string]: any;\n element?: {\n component: any;\n ariaLabel: string;\n };\n icon?: any;\n}",
|
|
18881
|
+
"declaration": "export interface IcMenuOption {\r\n description?: string;\r\n disabled?: boolean;\r\n recommended?: boolean;\r\n children?: IcMenuOption[];\r\n loading?: boolean;\r\n timedOut?: boolean;\r\n [key: string]: any;\r\n element?: {\r\n component: any;\r\n ariaLabel: string;\r\n };\r\n icon?: any;\r\n}",
|
|
18190
18882
|
"docstring": "",
|
|
18191
18883
|
"path": "src/utils/types.ts"
|
|
18192
18884
|
},
|
|
18193
18885
|
"src/components/ic-menu/ic-menu.types.ts::IcMenuOptionIdEventDetail": {
|
|
18194
|
-
"declaration": "export interface IcMenuOptionIdEventDetail {\n optionId: string | undefined;\n}",
|
|
18886
|
+
"declaration": "export interface IcMenuOptionIdEventDetail {\r\n optionId: string | undefined;\r\n}",
|
|
18195
18887
|
"docstring": "",
|
|
18196
18888
|
"path": "src/components/ic-menu/ic-menu.types.ts"
|
|
18197
18889
|
},
|
|
18198
18890
|
"src/components/ic-menu/ic-menu.types.ts::IcOptionSelectEventDetail": {
|
|
18199
|
-
"declaration": "export interface IcOptionSelectEventDetail {\n value: string;\n label?: string;\n optionId?: string;\n}",
|
|
18891
|
+
"declaration": "export interface IcOptionSelectEventDetail {\r\n value: string;\r\n label?: string;\r\n optionId?: string;\r\n}",
|
|
18200
18892
|
"docstring": "",
|
|
18201
18893
|
"path": "src/components/ic-menu/ic-menu.types.ts"
|
|
18202
18894
|
},
|
|
18203
18895
|
"src/components/ic-menu/ic-menu.types.ts::IcMenuChangeEventDetail": {
|
|
18204
|
-
"declaration": "export interface IcMenuChangeEventDetail {\n open: boolean;\n focusInput?: boolean;\n}",
|
|
18896
|
+
"declaration": "export interface IcMenuChangeEventDetail {\r\n open: boolean;\r\n focusInput?: boolean;\r\n}",
|
|
18205
18897
|
"docstring": "",
|
|
18206
18898
|
"path": "src/components/ic-menu/ic-menu.types.ts"
|
|
18207
18899
|
},
|
|
@@ -18211,7 +18903,7 @@
|
|
|
18211
18903
|
"path": "src/components/ic-menu-item/ic-menu-item.types.ts"
|
|
18212
18904
|
},
|
|
18213
18905
|
"src/components/ic-side-navigation/ic-side-navigation.types.ts::IcExpandedDetail": {
|
|
18214
|
-
"declaration": "export interface IcExpandedDetail {\n sideNavExpanded: boolean;\n sideNavMobile: boolean;\n}",
|
|
18906
|
+
"declaration": "export interface IcExpandedDetail {\r\n sideNavExpanded: boolean;\r\n sideNavMobile: boolean;\r\n}",
|
|
18215
18907
|
"docstring": "",
|
|
18216
18908
|
"path": "src/components/ic-side-navigation/ic-side-navigation.types.ts"
|
|
18217
18909
|
},
|
|
@@ -18226,7 +18918,7 @@
|
|
|
18226
18918
|
"path": "src/components/ic-pagination/ic-pagination.types.ts"
|
|
18227
18919
|
},
|
|
18228
18920
|
"src/components/ic-pagination/ic-pagination.types.ts::IcChangeEventDetail": {
|
|
18229
|
-
"declaration": "export interface IcChangeEventDetail {\n value: number;\n}",
|
|
18921
|
+
"declaration": "export interface IcChangeEventDetail {\r\n value: number;\r\n}",
|
|
18230
18922
|
"docstring": "",
|
|
18231
18923
|
"path": "src/components/ic-pagination/ic-pagination.types.ts"
|
|
18232
18924
|
},
|
|
@@ -18235,23 +18927,18 @@
|
|
|
18235
18927
|
"docstring": "",
|
|
18236
18928
|
"path": "src/components/ic-pagination-item/ic-pagination-item.types.ts"
|
|
18237
18929
|
},
|
|
18238
|
-
"src/utils/types.ts::IcOrientation": {
|
|
18239
|
-
"declaration": "export type IcOrientation = \"horizontal\" | \"vertical\";",
|
|
18240
|
-
"docstring": "",
|
|
18241
|
-
"path": "src/utils/types.ts"
|
|
18242
|
-
},
|
|
18243
18930
|
"src/components/ic-radio-group/ic-radio-group.types.ts::IcChangeEventDetail": {
|
|
18244
|
-
"declaration": "export interface IcChangeEventDetail {\n value: string;\n selectedOption: {\n radio: HTMLIcRadioOptionElement;\n textFieldValue?: string;\n };\n}",
|
|
18931
|
+
"declaration": "export interface IcChangeEventDetail {\r\n value: string;\r\n selectedOption: {\r\n radio: HTMLIcRadioOptionElement;\r\n textFieldValue?: string;\r\n };\r\n}",
|
|
18245
18932
|
"docstring": "",
|
|
18246
18933
|
"path": "src/components/ic-radio-group/ic-radio-group.types.ts"
|
|
18247
18934
|
},
|
|
18248
18935
|
"src/utils/types.ts::IcBlurEventDetail": {
|
|
18249
|
-
"declaration": "export interface IcBlurEventDetail {\n relatedTarget: IcRelatedTarget;\n}",
|
|
18936
|
+
"declaration": "export interface IcBlurEventDetail {\r\n relatedTarget: IcRelatedTarget;\r\n}",
|
|
18250
18937
|
"docstring": "",
|
|
18251
18938
|
"path": "src/utils/types.ts"
|
|
18252
18939
|
},
|
|
18253
18940
|
"src/components/ic-search-bar/ic-search-bar.types.ts::IcSearchBarBlurEventDetail": {
|
|
18254
|
-
"declaration": "export interface IcSearchBarBlurEventDetail extends IcValueEventDetail {\n relatedTarget: IcRelatedTarget;\n}",
|
|
18941
|
+
"declaration": "export interface IcSearchBarBlurEventDetail extends IcValueEventDetail {\r\n relatedTarget: IcRelatedTarget;\r\n}",
|
|
18255
18942
|
"docstring": "",
|
|
18256
18943
|
"path": "src/components/ic-search-bar/ic-search-bar.types.ts"
|
|
18257
18944
|
},
|
|
@@ -18291,17 +18978,17 @@
|
|
|
18291
18978
|
"path": "src/components/ic-stepper/ic-stepper.types.ts"
|
|
18292
18979
|
},
|
|
18293
18980
|
"src/components/ic-switch/ic-switch.types.ts::IcSwitchChangeEventDetail": {
|
|
18294
|
-
"declaration": "export interface IcSwitchChangeEventDetail {\n value: string | null;\n checked: boolean;\n}",
|
|
18981
|
+
"declaration": "export interface IcSwitchChangeEventDetail {\r\n value: string | null;\r\n checked: boolean;\r\n}",
|
|
18295
18982
|
"docstring": "",
|
|
18296
18983
|
"path": "src/components/ic-switch/ic-switch.types.ts"
|
|
18297
18984
|
},
|
|
18298
18985
|
"src/components/ic-tab/ic-tab.types.ts::IcTabSelectEventDetail": {
|
|
18299
|
-
"declaration": "export interface IcTabSelectEventDetail {\n tabIndex: number;\n tabLabel: string;\n}",
|
|
18986
|
+
"declaration": "export interface IcTabSelectEventDetail {\r\n tabIndex: number;\r\n tabLabel: string;\r\n}",
|
|
18300
18987
|
"docstring": "",
|
|
18301
18988
|
"path": "src/components/ic-tab/ic-tab.types.ts"
|
|
18302
18989
|
},
|
|
18303
18990
|
"src/utils/types.ts::IcTheme": {
|
|
18304
|
-
"declaration": "{\n mode: IcThemeForeground;\n color: IcColorRGB;\n}",
|
|
18991
|
+
"declaration": "{\r\n mode: IcThemeForeground;\r\n color: IcColorRGB;\r\n}",
|
|
18305
18992
|
"docstring": "",
|
|
18306
18993
|
"path": "src/utils/types.ts"
|
|
18307
18994
|
},
|
|
@@ -18316,7 +19003,7 @@
|
|
|
18316
19003
|
"path": "src/utils/types.ts"
|
|
18317
19004
|
},
|
|
18318
19005
|
"src/components/ic-toggle-button-group/ic-toggle-button-group.types.ts::IcChangeEventDetail": {
|
|
18319
|
-
"declaration": "export interface IcChangeEventDetail {\n checked: boolean[] | boolean;\n toggledOptions?: {\n toggleButton: HTMLIcToggleButtonElement;\n }[];\n selectedOption: HTMLIcToggleButtonElement;\n}",
|
|
19006
|
+
"declaration": "export interface IcChangeEventDetail {\r\n checked: boolean[] | boolean;\r\n toggledOptions?: {\r\n toggleButton: HTMLIcToggleButtonElement;\r\n }[];\r\n selectedOption: HTMLIcToggleButtonElement;\r\n}",
|
|
18320
19007
|
"docstring": "",
|
|
18321
19008
|
"path": "src/components/ic-toggle-button-group/ic-toggle-button-group.types.ts"
|
|
18322
19009
|
}
|