@ukic/docs 3.0.0-alpha.2 → 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 +1082 -224
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -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": [
|
|
@@ -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
|
],
|
|
@@ -556,7 +593,7 @@
|
|
|
556
593
|
"mutable": false,
|
|
557
594
|
"attr": "show-default-icon",
|
|
558
595
|
"reflectToAttr": false,
|
|
559
|
-
"docs": "If `true`, the default icon for the neutral variant will
|
|
596
|
+
"docs": "If `true`, the default icon for the neutral variant will appear on the left of the alert.",
|
|
560
597
|
"docsTags": [],
|
|
561
598
|
"default": "true",
|
|
562
599
|
"values": [
|
|
@@ -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",
|
|
@@ -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
|
{
|
|
@@ -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": [
|
|
@@ -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",
|
|
@@ -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
|
},
|
|
@@ -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": [
|
|
@@ -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": [
|
|
@@ -4767,7 +4989,249 @@
|
|
|
4767
4989
|
"docs": "",
|
|
4768
4990
|
"docsTags": [],
|
|
4769
4991
|
"usage": {},
|
|
4770
|
-
"props": [
|
|
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
|
|
5192
|
+
},
|
|
5193
|
+
{
|
|
5194
|
+
"name": "weight",
|
|
5195
|
+
"type": "\"medium\" | \"thick\" | \"thin\" | \"very-thick\"",
|
|
5196
|
+
"complexType": {
|
|
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
|
+
}
|
|
5206
|
+
},
|
|
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
|
|
5233
|
+
}
|
|
5234
|
+
],
|
|
4771
5235
|
"methods": [],
|
|
4772
5236
|
"events": [],
|
|
4773
5237
|
"listeners": [
|
|
@@ -4778,14 +5242,55 @@
|
|
|
4778
5242
|
"passive": false
|
|
4779
5243
|
}
|
|
4780
5244
|
],
|
|
4781
|
-
"styles": [
|
|
5245
|
+
"styles": [
|
|
5246
|
+
{
|
|
5247
|
+
"name": "--ic-divider-background",
|
|
5248
|
+
"annotation": "prop",
|
|
5249
|
+
"docs": ""
|
|
5250
|
+
},
|
|
5251
|
+
{
|
|
5252
|
+
"name": "--ic-divider-background-monochrome",
|
|
5253
|
+
"annotation": "prop",
|
|
5254
|
+
"docs": ""
|
|
5255
|
+
},
|
|
5256
|
+
{
|
|
5257
|
+
"name": "--ic-divider-horizontal-width",
|
|
5258
|
+
"annotation": "prop",
|
|
5259
|
+
"docs": "The width of a horizontal divider. The default value is `inherit`."
|
|
5260
|
+
},
|
|
5261
|
+
{
|
|
5262
|
+
"name": "--ic-divider-label",
|
|
5263
|
+
"annotation": "prop",
|
|
5264
|
+
"docs": ""
|
|
5265
|
+
},
|
|
5266
|
+
{
|
|
5267
|
+
"name": "--ic-divider-label-monochrome",
|
|
5268
|
+
"annotation": "prop",
|
|
5269
|
+
"docs": ""
|
|
5270
|
+
},
|
|
5271
|
+
{
|
|
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`."
|
|
5280
|
+
}
|
|
5281
|
+
],
|
|
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
|
]
|
|
@@ -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": [
|
|
@@ -6331,19 +6841,41 @@
|
|
|
6331
6841
|
"name": "helperText",
|
|
6332
6842
|
"type": "string",
|
|
6333
6843
|
"complexType": {
|
|
6334
|
-
"original": "string",
|
|
6335
|
-
"resolved": "string",
|
|
6844
|
+
"original": "string",
|
|
6845
|
+
"resolved": "string",
|
|
6846
|
+
"references": {}
|
|
6847
|
+
},
|
|
6848
|
+
"mutable": false,
|
|
6849
|
+
"attr": "helper-text",
|
|
6850
|
+
"reflectToAttr": false,
|
|
6851
|
+
"docs": "The helper text that will be displayed.",
|
|
6852
|
+
"docsTags": [],
|
|
6853
|
+
"default": "\"\"",
|
|
6854
|
+
"values": [
|
|
6855
|
+
{
|
|
6856
|
+
"type": "string"
|
|
6857
|
+
}
|
|
6858
|
+
],
|
|
6859
|
+
"optional": false,
|
|
6860
|
+
"required": false
|
|
6861
|
+
},
|
|
6862
|
+
{
|
|
6863
|
+
"name": "hideLabel",
|
|
6864
|
+
"type": "boolean",
|
|
6865
|
+
"complexType": {
|
|
6866
|
+
"original": "boolean",
|
|
6867
|
+
"resolved": "boolean",
|
|
6336
6868
|
"references": {}
|
|
6337
6869
|
},
|
|
6338
6870
|
"mutable": false,
|
|
6339
|
-
"attr": "
|
|
6871
|
+
"attr": "hide-label",
|
|
6340
6872
|
"reflectToAttr": false,
|
|
6341
|
-
"docs": "The
|
|
6873
|
+
"docs": "The label will be visually hidden.",
|
|
6342
6874
|
"docsTags": [],
|
|
6343
|
-
"default": "
|
|
6875
|
+
"default": "false",
|
|
6344
6876
|
"values": [
|
|
6345
6877
|
{
|
|
6346
|
-
"type": "
|
|
6878
|
+
"type": "boolean"
|
|
6347
6879
|
}
|
|
6348
6880
|
],
|
|
6349
6881
|
"optional": false,
|
|
@@ -7029,7 +7561,7 @@
|
|
|
7029
7561
|
"mutable": false,
|
|
7030
7562
|
"attr": "label",
|
|
7031
7563
|
"reflectToAttr": false,
|
|
7032
|
-
"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.",
|
|
7033
7565
|
"docsTags": [],
|
|
7034
7566
|
"values": [
|
|
7035
7567
|
{
|
|
@@ -7075,7 +7607,7 @@
|
|
|
7075
7607
|
"mutable": false,
|
|
7076
7608
|
"attr": "max",
|
|
7077
7609
|
"reflectToAttr": false,
|
|
7078
|
-
"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.",
|
|
7079
7611
|
"docsTags": [],
|
|
7080
7612
|
"default": "100",
|
|
7081
7613
|
"values": [
|
|
@@ -7097,7 +7629,7 @@
|
|
|
7097
7629
|
"mutable": false,
|
|
7098
7630
|
"attr": "min",
|
|
7099
7631
|
"reflectToAttr": false,
|
|
7100
|
-
"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.",
|
|
7101
7633
|
"docsTags": [],
|
|
7102
7634
|
"default": "0",
|
|
7103
7635
|
"values": [
|
|
@@ -7141,7 +7673,7 @@
|
|
|
7141
7673
|
"mutable": false,
|
|
7142
7674
|
"attr": "progress",
|
|
7143
7675
|
"reflectToAttr": false,
|
|
7144
|
-
"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.",
|
|
7145
7677
|
"docsTags": [],
|
|
7146
7678
|
"values": [
|
|
7147
7679
|
{
|
|
@@ -7374,6 +7906,28 @@
|
|
|
7374
7906
|
"optional": false,
|
|
7375
7907
|
"required": true
|
|
7376
7908
|
},
|
|
7909
|
+
{
|
|
7910
|
+
"name": "closeOnSelect",
|
|
7911
|
+
"type": "boolean",
|
|
7912
|
+
"complexType": {
|
|
7913
|
+
"original": "boolean",
|
|
7914
|
+
"resolved": "boolean",
|
|
7915
|
+
"references": {}
|
|
7916
|
+
},
|
|
7917
|
+
"mutable": false,
|
|
7918
|
+
"attr": "close-on-select",
|
|
7919
|
+
"reflectToAttr": false,
|
|
7920
|
+
"docs": "If `true`, the menu will close when an option is selected.",
|
|
7921
|
+
"docsTags": [],
|
|
7922
|
+
"default": "true",
|
|
7923
|
+
"values": [
|
|
7924
|
+
{
|
|
7925
|
+
"type": "boolean"
|
|
7926
|
+
}
|
|
7927
|
+
],
|
|
7928
|
+
"optional": false,
|
|
7929
|
+
"required": false
|
|
7930
|
+
},
|
|
7377
7931
|
{
|
|
7378
7932
|
"name": "fullWidth",
|
|
7379
7933
|
"type": "boolean",
|
|
@@ -7582,7 +8136,7 @@
|
|
|
7582
8136
|
"mutable": false,
|
|
7583
8137
|
"attr": "size",
|
|
7584
8138
|
"reflectToAttr": false,
|
|
7585
|
-
"docs": "The size of the menu
|
|
8139
|
+
"docs": "The size of the menu.",
|
|
7586
8140
|
"docsTags": [],
|
|
7587
8141
|
"default": "\"medium\"",
|
|
7588
8142
|
"values": [
|
|
@@ -7604,20 +8158,23 @@
|
|
|
7604
8158
|
},
|
|
7605
8159
|
{
|
|
7606
8160
|
"name": "value",
|
|
7607
|
-
"type": "string",
|
|
8161
|
+
"type": "string | string[]",
|
|
7608
8162
|
"complexType": {
|
|
7609
|
-
"original": "string",
|
|
7610
|
-
"resolved": "string",
|
|
8163
|
+
"original": "string | string[]",
|
|
8164
|
+
"resolved": "string | string[]",
|
|
7611
8165
|
"references": {}
|
|
7612
8166
|
},
|
|
7613
|
-
"mutable":
|
|
8167
|
+
"mutable": false,
|
|
7614
8168
|
"attr": "value",
|
|
7615
8169
|
"reflectToAttr": false,
|
|
7616
|
-
"docs": "The value of the currently selected option.",
|
|
8170
|
+
"docs": "The value of the currently selected option - or array of values (if multiple options allowed).",
|
|
7617
8171
|
"docsTags": [],
|
|
7618
8172
|
"values": [
|
|
7619
8173
|
{
|
|
7620
8174
|
"type": "string"
|
|
8175
|
+
},
|
|
8176
|
+
{
|
|
8177
|
+
"type": "string[]"
|
|
7621
8178
|
}
|
|
7622
8179
|
],
|
|
7623
8180
|
"optional": false,
|
|
@@ -7682,7 +8239,7 @@
|
|
|
7682
8239
|
"docs": "The keyboard event which is available when handleKeyboardOpen is invoked."
|
|
7683
8240
|
}
|
|
7684
8241
|
],
|
|
7685
|
-
"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.",
|
|
7686
8243
|
"docsTags": [
|
|
7687
8244
|
{
|
|
7688
8245
|
"name": "param",
|
|
@@ -7882,7 +8439,7 @@
|
|
|
7882
8439
|
"required": false
|
|
7883
8440
|
},
|
|
7884
8441
|
{
|
|
7885
|
-
"name": "
|
|
8442
|
+
"name": "keyboardShortcutLabel",
|
|
7886
8443
|
"type": "string",
|
|
7887
8444
|
"complexType": {
|
|
7888
8445
|
"original": "string",
|
|
@@ -7890,7 +8447,7 @@
|
|
|
7890
8447
|
"references": {}
|
|
7891
8448
|
},
|
|
7892
8449
|
"mutable": false,
|
|
7893
|
-
"attr": "keyboard-shortcut",
|
|
8450
|
+
"attr": "keyboard-shortcut-label",
|
|
7894
8451
|
"reflectToAttr": false,
|
|
7895
8452
|
"docs": "The label describing the keyboard shortcut for a menu item's action.",
|
|
7896
8453
|
"docsTags": [],
|
|
@@ -9299,43 +9856,6 @@
|
|
|
9299
9856
|
"optional": false,
|
|
9300
9857
|
"required": false
|
|
9301
9858
|
},
|
|
9302
|
-
{
|
|
9303
|
-
"name": "appearance",
|
|
9304
|
-
"type": "\"dark\" | \"default\" | \"light\"",
|
|
9305
|
-
"complexType": {
|
|
9306
|
-
"original": "IcThemeForeground",
|
|
9307
|
-
"resolved": "\"dark\" | \"default\" | \"light\"",
|
|
9308
|
-
"references": {
|
|
9309
|
-
"IcThemeForeground": {
|
|
9310
|
-
"location": "import",
|
|
9311
|
-
"path": "../../utils/types",
|
|
9312
|
-
"id": "src/utils/types.ts::IcThemeForeground"
|
|
9313
|
-
}
|
|
9314
|
-
}
|
|
9315
|
-
},
|
|
9316
|
-
"mutable": false,
|
|
9317
|
-
"attr": "appearance",
|
|
9318
|
-
"reflectToAttr": false,
|
|
9319
|
-
"docs": "The appearance of the pagination, e.g. dark, light or the default.",
|
|
9320
|
-
"docsTags": [],
|
|
9321
|
-
"default": "\"default\"",
|
|
9322
|
-
"values": [
|
|
9323
|
-
{
|
|
9324
|
-
"value": "dark",
|
|
9325
|
-
"type": "string"
|
|
9326
|
-
},
|
|
9327
|
-
{
|
|
9328
|
-
"value": "default",
|
|
9329
|
-
"type": "string"
|
|
9330
|
-
},
|
|
9331
|
-
{
|
|
9332
|
-
"value": "light",
|
|
9333
|
-
"type": "string"
|
|
9334
|
-
}
|
|
9335
|
-
],
|
|
9336
|
-
"optional": false,
|
|
9337
|
-
"required": false
|
|
9338
|
-
},
|
|
9339
9859
|
{
|
|
9340
9860
|
"name": "boundaryPageCount",
|
|
9341
9861
|
"type": "number",
|
|
@@ -9490,6 +10010,28 @@
|
|
|
9490
10010
|
"optional": false,
|
|
9491
10011
|
"required": false
|
|
9492
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
|
+
},
|
|
9493
10035
|
{
|
|
9494
10036
|
"name": "pages",
|
|
9495
10037
|
"type": "number",
|
|
@@ -9511,6 +10053,43 @@
|
|
|
9511
10053
|
"optional": false,
|
|
9512
10054
|
"required": true
|
|
9513
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"
|
|
10088
|
+
}
|
|
10089
|
+
],
|
|
10090
|
+
"optional": true,
|
|
10091
|
+
"required": false
|
|
10092
|
+
},
|
|
9514
10093
|
{
|
|
9515
10094
|
"name": "type",
|
|
9516
10095
|
"type": "\"complex\" | \"simple\"",
|
|
@@ -9652,43 +10231,6 @@
|
|
|
9652
10231
|
"docsTags": [],
|
|
9653
10232
|
"usage": {},
|
|
9654
10233
|
"props": [
|
|
9655
|
-
{
|
|
9656
|
-
"name": "appearance",
|
|
9657
|
-
"type": "\"dark\" | \"default\" | \"light\"",
|
|
9658
|
-
"complexType": {
|
|
9659
|
-
"original": "IcThemeForeground",
|
|
9660
|
-
"resolved": "\"dark\" | \"default\" | \"light\"",
|
|
9661
|
-
"references": {
|
|
9662
|
-
"IcThemeForeground": {
|
|
9663
|
-
"location": "import",
|
|
9664
|
-
"path": "../../utils/types",
|
|
9665
|
-
"id": "src/utils/types.ts::IcThemeForeground"
|
|
9666
|
-
}
|
|
9667
|
-
}
|
|
9668
|
-
},
|
|
9669
|
-
"mutable": false,
|
|
9670
|
-
"attr": "appearance",
|
|
9671
|
-
"reflectToAttr": false,
|
|
9672
|
-
"docs": "The appearance of the pagination, e.g. dark, light or the default.",
|
|
9673
|
-
"docsTags": [],
|
|
9674
|
-
"default": "\"default\"",
|
|
9675
|
-
"values": [
|
|
9676
|
-
{
|
|
9677
|
-
"value": "dark",
|
|
9678
|
-
"type": "string"
|
|
9679
|
-
},
|
|
9680
|
-
{
|
|
9681
|
-
"value": "default",
|
|
9682
|
-
"type": "string"
|
|
9683
|
-
},
|
|
9684
|
-
{
|
|
9685
|
-
"value": "light",
|
|
9686
|
-
"type": "string"
|
|
9687
|
-
}
|
|
9688
|
-
],
|
|
9689
|
-
"optional": false,
|
|
9690
|
-
"required": false
|
|
9691
|
-
},
|
|
9692
10234
|
{
|
|
9693
10235
|
"name": "disabled",
|
|
9694
10236
|
"type": "boolean",
|
|
@@ -9733,6 +10275,28 @@
|
|
|
9733
10275
|
"optional": false,
|
|
9734
10276
|
"required": false
|
|
9735
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
|
+
},
|
|
9736
10300
|
{
|
|
9737
10301
|
"name": "page",
|
|
9738
10302
|
"type": "number",
|
|
@@ -9776,6 +10340,43 @@
|
|
|
9776
10340
|
"optional": false,
|
|
9777
10341
|
"required": false
|
|
9778
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
|
+
},
|
|
9779
10380
|
{
|
|
9780
10381
|
"name": "type",
|
|
9781
10382
|
"type": "\"ellipsis\" | \"page\" | \"simple-current\"",
|
|
@@ -9897,10 +10498,47 @@
|
|
|
9897
10498
|
"mutable": false,
|
|
9898
10499
|
"attr": "submenu-id",
|
|
9899
10500
|
"reflectToAttr": false,
|
|
9900
|
-
"docs": "The unique identifier for a popover submenu.",
|
|
10501
|
+
"docs": "The unique identifier for a popover submenu.",
|
|
10502
|
+
"docsTags": [],
|
|
10503
|
+
"values": [
|
|
10504
|
+
{
|
|
10505
|
+
"type": "string"
|
|
10506
|
+
}
|
|
10507
|
+
],
|
|
10508
|
+
"optional": true,
|
|
10509
|
+
"required": false
|
|
10510
|
+
},
|
|
10511
|
+
{
|
|
10512
|
+
"name": "theme",
|
|
10513
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
10514
|
+
"complexType": {
|
|
10515
|
+
"original": "IcThemeMode",
|
|
10516
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
10517
|
+
"references": {
|
|
10518
|
+
"IcThemeMode": {
|
|
10519
|
+
"location": "import",
|
|
10520
|
+
"path": "../../utils/types",
|
|
10521
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
10522
|
+
}
|
|
10523
|
+
}
|
|
10524
|
+
},
|
|
10525
|
+
"mutable": false,
|
|
10526
|
+
"attr": "theme",
|
|
10527
|
+
"reflectToAttr": false,
|
|
10528
|
+
"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.",
|
|
9901
10529
|
"docsTags": [],
|
|
10530
|
+
"default": "\"inherit\"",
|
|
9902
10531
|
"values": [
|
|
9903
10532
|
{
|
|
10533
|
+
"value": "dark",
|
|
10534
|
+
"type": "string"
|
|
10535
|
+
},
|
|
10536
|
+
{
|
|
10537
|
+
"value": "inherit",
|
|
10538
|
+
"type": "string"
|
|
10539
|
+
},
|
|
10540
|
+
{
|
|
10541
|
+
"value": "light",
|
|
9904
10542
|
"type": "string"
|
|
9905
10543
|
}
|
|
9906
10544
|
],
|
|
@@ -10197,6 +10835,43 @@
|
|
|
10197
10835
|
"optional": true,
|
|
10198
10836
|
"required": false
|
|
10199
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
|
+
},
|
|
10200
10875
|
{
|
|
10201
10876
|
"name": "validationStatus",
|
|
10202
10877
|
"type": "\"\" | \"error\" | \"success\" | \"warning\"",
|
|
@@ -10513,6 +11188,43 @@
|
|
|
10513
11188
|
"optional": true,
|
|
10514
11189
|
"required": false
|
|
10515
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
|
+
},
|
|
10516
11228
|
{
|
|
10517
11229
|
"name": "value",
|
|
10518
11230
|
"type": "string",
|
|
@@ -10662,7 +11374,7 @@
|
|
|
10662
11374
|
"mutable": false,
|
|
10663
11375
|
"attr": "autocapitalize",
|
|
10664
11376
|
"reflectToAttr": false,
|
|
10665
|
-
"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\".",
|
|
10666
11378
|
"docsTags": [],
|
|
10667
11379
|
"default": "\"off\"",
|
|
10668
11380
|
"values": [
|
|
@@ -11024,7 +11736,7 @@
|
|
|
11024
11736
|
"mutable": false,
|
|
11025
11737
|
"attr": "disable-auto-filtering",
|
|
11026
11738
|
"reflectToAttr": false,
|
|
11027
|
-
"docs": "Specify whether to disable the built in filtering. For example, if options will already be filtered from external source.\nIf `true`, all options provided will be displayed.",
|
|
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.",
|
|
11028
11740
|
"docsTags": [],
|
|
11029
11741
|
"default": "false",
|
|
11030
11742
|
"values": [
|
|
@@ -11112,7 +11824,7 @@
|
|
|
11112
11824
|
"mutable": false,
|
|
11113
11825
|
"attr": "full-width",
|
|
11114
11826
|
"reflectToAttr": false,
|
|
11115
|
-
"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.",
|
|
11116
11828
|
"docsTags": [],
|
|
11117
11829
|
"default": "false",
|
|
11118
11830
|
"values": [
|
|
@@ -11479,6 +12191,43 @@
|
|
|
11479
12191
|
"optional": false,
|
|
11480
12192
|
"required": false
|
|
11481
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
|
+
},
|
|
11482
12231
|
{
|
|
11483
12232
|
"name": "timeout",
|
|
11484
12233
|
"type": "number",
|
|
@@ -12043,7 +12792,7 @@
|
|
|
12043
12792
|
"mutable": false,
|
|
12044
12793
|
"attr": "full-width",
|
|
12045
12794
|
"reflectToAttr": false,
|
|
12046
|
-
"docs": "If `true`, the select
|
|
12795
|
+
"docs": "If `true`, the select will fill the width of the container.",
|
|
12047
12796
|
"docsTags": [],
|
|
12048
12797
|
"default": "false",
|
|
12049
12798
|
"values": [
|
|
@@ -12229,6 +12978,28 @@
|
|
|
12229
12978
|
"optional": true,
|
|
12230
12979
|
"required": false
|
|
12231
12980
|
},
|
|
12981
|
+
{
|
|
12982
|
+
"name": "multiple",
|
|
12983
|
+
"type": "boolean",
|
|
12984
|
+
"complexType": {
|
|
12985
|
+
"original": "boolean",
|
|
12986
|
+
"resolved": "boolean",
|
|
12987
|
+
"references": {}
|
|
12988
|
+
},
|
|
12989
|
+
"mutable": false,
|
|
12990
|
+
"attr": "multiple",
|
|
12991
|
+
"reflectToAttr": false,
|
|
12992
|
+
"docs": "If `true`, multiple options can be selected.",
|
|
12993
|
+
"docsTags": [],
|
|
12994
|
+
"default": "false",
|
|
12995
|
+
"values": [
|
|
12996
|
+
{
|
|
12997
|
+
"type": "boolean"
|
|
12998
|
+
}
|
|
12999
|
+
],
|
|
13000
|
+
"optional": true,
|
|
13001
|
+
"required": false
|
|
13002
|
+
},
|
|
12232
13003
|
{
|
|
12233
13004
|
"name": "name",
|
|
12234
13005
|
"type": "string",
|
|
@@ -12410,7 +13181,7 @@
|
|
|
12410
13181
|
"mutable": false,
|
|
12411
13182
|
"attr": "select-on-enter",
|
|
12412
13183
|
"reflectToAttr": false,
|
|
12413
|
-
"docs": "If `true`, the icOptionSelect event will be fired on enter instead of ArrowUp and ArrowDown.",
|
|
13184
|
+
"docs": "If `true`, the icOptionSelect event will be fired on enter instead of ArrowUp and ArrowDown on the single select.",
|
|
12414
13185
|
"docsTags": [],
|
|
12415
13186
|
"default": "false",
|
|
12416
13187
|
"values": [
|
|
@@ -12460,7 +13231,7 @@
|
|
|
12460
13231
|
"mutable": false,
|
|
12461
13232
|
"attr": "size",
|
|
12462
13233
|
"reflectToAttr": false,
|
|
12463
|
-
"docs": "The size of the select
|
|
13234
|
+
"docs": "The size of the select.",
|
|
12464
13235
|
"docsTags": [],
|
|
12465
13236
|
"default": "\"medium\"",
|
|
12466
13237
|
"values": [
|
|
@@ -12565,20 +13336,23 @@
|
|
|
12565
13336
|
},
|
|
12566
13337
|
{
|
|
12567
13338
|
"name": "value",
|
|
12568
|
-
"type": "string",
|
|
13339
|
+
"type": "string | string[]",
|
|
12569
13340
|
"complexType": {
|
|
12570
|
-
"original": "string",
|
|
12571
|
-
"resolved": "string",
|
|
13341
|
+
"original": "string | string[]",
|
|
13342
|
+
"resolved": "string | string[]",
|
|
12572
13343
|
"references": {}
|
|
12573
13344
|
},
|
|
12574
13345
|
"mutable": true,
|
|
12575
13346
|
"attr": "value",
|
|
12576
13347
|
"reflectToAttr": false,
|
|
12577
|
-
"docs": "The value of the select, reflected by the value of the currently selected option
|
|
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.",
|
|
12578
13349
|
"docsTags": [],
|
|
12579
13350
|
"values": [
|
|
12580
13351
|
{
|
|
12581
13352
|
"type": "string"
|
|
13353
|
+
},
|
|
13354
|
+
{
|
|
13355
|
+
"type": "string[]"
|
|
12582
13356
|
}
|
|
12583
13357
|
],
|
|
12584
13358
|
"optional": true,
|
|
@@ -12720,6 +13494,26 @@
|
|
|
12720
13494
|
"docs": "Emitted when the select options menu is opened.",
|
|
12721
13495
|
"docsTags": []
|
|
12722
13496
|
},
|
|
13497
|
+
{
|
|
13498
|
+
"event": "icOptionDeselect",
|
|
13499
|
+
"detail": "IcOptionSelectEventDetail",
|
|
13500
|
+
"bubbles": true,
|
|
13501
|
+
"complexType": {
|
|
13502
|
+
"original": "IcOptionSelectEventDetail",
|
|
13503
|
+
"resolved": "IcOptionSelectEventDetail",
|
|
13504
|
+
"references": {
|
|
13505
|
+
"IcOptionSelectEventDetail": {
|
|
13506
|
+
"location": "import",
|
|
13507
|
+
"path": "../ic-menu/ic-menu.types",
|
|
13508
|
+
"id": "src/components/ic-menu/ic-menu.types.ts::IcOptionSelectEventDetail"
|
|
13509
|
+
}
|
|
13510
|
+
}
|
|
13511
|
+
},
|
|
13512
|
+
"cancelable": true,
|
|
13513
|
+
"composed": true,
|
|
13514
|
+
"docs": "Emitted when `multiple` is `true` and an option is deselected.",
|
|
13515
|
+
"docsTags": []
|
|
13516
|
+
},
|
|
12723
13517
|
{
|
|
12724
13518
|
"event": "icOptionSelect",
|
|
12725
13519
|
"detail": "IcOptionSelectEventDetail",
|
|
@@ -12737,7 +13531,7 @@
|
|
|
12737
13531
|
},
|
|
12738
13532
|
"cancelable": true,
|
|
12739
13533
|
"composed": true,
|
|
12740
|
-
"docs": "Emitted when an option is
|
|
13534
|
+
"docs": "Emitted when an option is selected.\r\nSelecting an option will also trigger an `icChange/onIcChange` due to the value being updated.",
|
|
12741
13535
|
"docsTags": []
|
|
12742
13536
|
},
|
|
12743
13537
|
{
|
|
@@ -12772,6 +13566,11 @@
|
|
|
12772
13566
|
"name": "--input-width",
|
|
12773
13567
|
"annotation": "prop",
|
|
12774
13568
|
"docs": "Width of the input field"
|
|
13569
|
+
},
|
|
13570
|
+
{
|
|
13571
|
+
"name": "--menu-width",
|
|
13572
|
+
"annotation": "prop",
|
|
13573
|
+
"docs": "Width of the dropdown menu"
|
|
12775
13574
|
}
|
|
12776
13575
|
],
|
|
12777
13576
|
"slots": [
|
|
@@ -13146,6 +13945,9 @@
|
|
|
13146
13945
|
],
|
|
13147
13946
|
"ic-tooltip": [
|
|
13148
13947
|
"ic-typography"
|
|
13948
|
+
],
|
|
13949
|
+
"ic-divider": [
|
|
13950
|
+
"ic-typography"
|
|
13149
13951
|
]
|
|
13150
13952
|
}
|
|
13151
13953
|
},
|
|
@@ -13263,7 +14065,7 @@
|
|
|
13263
14065
|
"mutable": false,
|
|
13264
14066
|
"attr": "announced",
|
|
13265
14067
|
"reflectToAttr": false,
|
|
13266
|
-
"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.",
|
|
13267
14069
|
"docsTags": [],
|
|
13268
14070
|
"default": "false",
|
|
13269
14071
|
"values": [
|
|
@@ -13967,6 +14769,43 @@
|
|
|
13967
14769
|
"optional": true,
|
|
13968
14770
|
"required": false
|
|
13969
14771
|
},
|
|
14772
|
+
{
|
|
14773
|
+
"name": "theme",
|
|
14774
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
14775
|
+
"complexType": {
|
|
14776
|
+
"original": "IcThemeMode",
|
|
14777
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
14778
|
+
"references": {
|
|
14779
|
+
"IcThemeMode": {
|
|
14780
|
+
"location": "import",
|
|
14781
|
+
"path": "../../utils/types",
|
|
14782
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
14783
|
+
}
|
|
14784
|
+
}
|
|
14785
|
+
},
|
|
14786
|
+
"mutable": false,
|
|
14787
|
+
"attr": "theme",
|
|
14788
|
+
"reflectToAttr": false,
|
|
14789
|
+
"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.",
|
|
14790
|
+
"docsTags": [],
|
|
14791
|
+
"default": "\"inherit\"",
|
|
14792
|
+
"values": [
|
|
14793
|
+
{
|
|
14794
|
+
"value": "dark",
|
|
14795
|
+
"type": "string"
|
|
14796
|
+
},
|
|
14797
|
+
{
|
|
14798
|
+
"value": "inherit",
|
|
14799
|
+
"type": "string"
|
|
14800
|
+
},
|
|
14801
|
+
{
|
|
14802
|
+
"value": "light",
|
|
14803
|
+
"type": "string"
|
|
14804
|
+
}
|
|
14805
|
+
],
|
|
14806
|
+
"optional": true,
|
|
14807
|
+
"required": false
|
|
14808
|
+
},
|
|
13970
14809
|
{
|
|
13971
14810
|
"name": "value",
|
|
13972
14811
|
"type": "string",
|
|
@@ -13978,7 +14817,7 @@
|
|
|
13978
14817
|
"mutable": false,
|
|
13979
14818
|
"attr": "value",
|
|
13980
14819
|
"reflectToAttr": false,
|
|
13981
|
-
"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>`.",
|
|
13982
14821
|
"docsTags": [],
|
|
13983
14822
|
"default": "\"on\"",
|
|
13984
14823
|
"values": [
|
|
@@ -14522,7 +15361,7 @@
|
|
|
14522
15361
|
"mutable": false,
|
|
14523
15362
|
"attr": "autocapitalize",
|
|
14524
15363
|
"reflectToAttr": false,
|
|
14525
|
-
"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\".",
|
|
14526
15365
|
"docsTags": [],
|
|
14527
15366
|
"default": "\"off\"",
|
|
14528
15367
|
"values": [
|
|
@@ -14862,7 +15701,7 @@
|
|
|
14862
15701
|
"mutable": false,
|
|
14863
15702
|
"attr": "full-width",
|
|
14864
15703
|
"reflectToAttr": false,
|
|
14865
|
-
"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.",
|
|
14866
15705
|
"docsTags": [],
|
|
14867
15706
|
"default": "false",
|
|
14868
15707
|
"values": [
|
|
@@ -14978,7 +15817,7 @@
|
|
|
14978
15817
|
"mutable": false,
|
|
14979
15818
|
"attr": "inputmode",
|
|
14980
15819
|
"reflectToAttr": false,
|
|
14981
|
-
"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\"`.",
|
|
14982
15821
|
"docsTags": [],
|
|
14983
15822
|
"default": "\"text\"",
|
|
14984
15823
|
"values": [
|
|
@@ -15769,7 +16608,7 @@
|
|
|
15769
16608
|
"mutable": true,
|
|
15770
16609
|
"attr": "auto-dismiss-timeout",
|
|
15771
16610
|
"reflectToAttr": false,
|
|
15772
|
-
"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`)",
|
|
15773
16612
|
"docsTags": [],
|
|
15774
16613
|
"default": "5000",
|
|
15775
16614
|
"values": [
|
|
@@ -16363,7 +17202,7 @@
|
|
|
16363
17202
|
"detail": "{ checked: boolean; }",
|
|
16364
17203
|
"bubbles": true,
|
|
16365
17204
|
"complexType": {
|
|
16366
|
-
"original": "{\n checked: boolean;\n }",
|
|
17205
|
+
"original": "{\r\n checked: boolean;\r\n }",
|
|
16367
17206
|
"resolved": "{ checked: boolean; }",
|
|
16368
17207
|
"references": {}
|
|
16369
17208
|
},
|
|
@@ -17155,7 +17994,7 @@
|
|
|
17155
17994
|
"mutable": false,
|
|
17156
17995
|
"attr": "custom-mobile-breakpoint",
|
|
17157
17996
|
"reflectToAttr": false,
|
|
17158
|
-
"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`.",
|
|
17159
17998
|
"docsTags": [],
|
|
17160
17999
|
"default": "DEVICE_SIZES.L",
|
|
17161
18000
|
"values": [
|
|
@@ -17443,7 +18282,7 @@
|
|
|
17443
18282
|
"mutable": false,
|
|
17444
18283
|
"attr": "bold",
|
|
17445
18284
|
"reflectToAttr": false,
|
|
17446
|
-
"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).",
|
|
17447
18286
|
"docsTags": [],
|
|
17448
18287
|
"default": "false",
|
|
17449
18288
|
"values": [
|
|
@@ -17686,6 +18525,7 @@
|
|
|
17686
18525
|
"ic-data-list",
|
|
17687
18526
|
"ic-data-row",
|
|
17688
18527
|
"ic-dialog",
|
|
18528
|
+
"ic-divider",
|
|
17689
18529
|
"ic-empty-state",
|
|
17690
18530
|
"ic-footer",
|
|
17691
18531
|
"ic-footer-link-group",
|
|
@@ -17749,6 +18589,9 @@
|
|
|
17749
18589
|
"ic-dialog": [
|
|
17750
18590
|
"ic-typography"
|
|
17751
18591
|
],
|
|
18592
|
+
"ic-divider": [
|
|
18593
|
+
"ic-typography"
|
|
18594
|
+
],
|
|
17752
18595
|
"ic-empty-state": [
|
|
17753
18596
|
"ic-typography"
|
|
17754
18597
|
],
|
|
@@ -17834,18 +18677,18 @@
|
|
|
17834
18677
|
}
|
|
17835
18678
|
],
|
|
17836
18679
|
"typeLibrary": {
|
|
17837
|
-
"src/utils/types.ts::
|
|
17838
|
-
"declaration": "export type
|
|
18680
|
+
"src/utils/types.ts::IcSizes": {
|
|
18681
|
+
"declaration": "export type IcSizes = \"medium\" | \"large\" | \"small\";",
|
|
17839
18682
|
"docstring": "",
|
|
17840
18683
|
"path": "src/utils/types.ts"
|
|
17841
18684
|
},
|
|
17842
|
-
"src/utils/types.ts::
|
|
17843
|
-
"declaration": "export type
|
|
18685
|
+
"src/utils/types.ts::IcThemeMode": {
|
|
18686
|
+
"declaration": "export type IcThemeMode = \"dark\" | \"light\" | \"inherit\";",
|
|
17844
18687
|
"docstring": "",
|
|
17845
18688
|
"path": "src/utils/types.ts"
|
|
17846
18689
|
},
|
|
17847
18690
|
"src/utils/types.ts::IcStatusVariants": {
|
|
17848
|
-
"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\";",
|
|
17849
18692
|
"docstring": "",
|
|
17850
18693
|
"path": "src/utils/types.ts"
|
|
17851
18694
|
},
|
|
@@ -17855,7 +18698,7 @@
|
|
|
17855
18698
|
"path": "src/components/ic-back-to-top/ic-back-to-top.types.ts"
|
|
17856
18699
|
},
|
|
17857
18700
|
"src/components/ic-classification-banner/ic-classification-banner.types.tsx::IcProtectiveMarkings": {
|
|
17858
|
-
"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\";",
|
|
17859
18702
|
"docstring": "",
|
|
17860
18703
|
"path": "src/components/ic-classification-banner/ic-classification-banner.types.tsx"
|
|
17861
18704
|
},
|
|
@@ -17865,10 +18708,15 @@
|
|
|
17865
18708
|
"path": "src/utils/types.ts"
|
|
17866
18709
|
},
|
|
17867
18710
|
"src/components/ic-footer/ic-footer.types.tsx::IcFooterBreakpoints": {
|
|
17868
|
-
"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\";",
|
|
17869
18712
|
"docstring": "",
|
|
17870
18713
|
"path": "src/components/ic-footer/ic-footer.types.tsx"
|
|
17871
18714
|
},
|
|
18715
|
+
"src/utils/types.ts::IcThemeForeground": {
|
|
18716
|
+
"declaration": "export type IcThemeForeground = \"default\" | \"dark\" | \"light\";",
|
|
18717
|
+
"docstring": "",
|
|
18718
|
+
"path": "src/utils/types.ts"
|
|
18719
|
+
},
|
|
17872
18720
|
"src/components/ic-button/ic-button.types.ts::IcButtonTooltipPlacement": {
|
|
17873
18721
|
"declaration": "export type IcButtonTooltipPlacement = \"top\" | \"right\" | \"bottom\" | \"left\";",
|
|
17874
18722
|
"docstring": "",
|
|
@@ -17880,7 +18728,7 @@
|
|
|
17880
18728
|
"path": "src/components/ic-button/ic-button.types.ts"
|
|
17881
18729
|
},
|
|
17882
18730
|
"src/components/ic-button/ic-button.types.ts::IcButtonVariants": {
|
|
17883
|
-
"declaration": "export type IcButtonVariants =\n | \"primary\"\n | \"secondary\"\n | \"tertiary\"\n | \"destructive\"\n | \"icon\"\n | \"icon-primary\"\n | \"icon-secondary\"\n | \"icon-tertiary\"\n | \"icon-destructive\";",
|
|
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\";",
|
|
17884
18732
|
"docstring": "",
|
|
17885
18733
|
"path": "src/components/ic-button/ic-button.types.ts"
|
|
17886
18734
|
},
|
|
@@ -17894,11 +18742,6 @@
|
|
|
17894
18742
|
"docstring": "",
|
|
17895
18743
|
"path": "src/components/ic-badge/ic-badge.types.ts"
|
|
17896
18744
|
},
|
|
17897
|
-
"src/utils/types.ts::IcThemeMode": {
|
|
17898
|
-
"declaration": "export type IcThemeMode = \"dark\" | \"light\" | \"inherit\";",
|
|
17899
|
-
"docstring": "",
|
|
17900
|
-
"path": "src/utils/types.ts"
|
|
17901
|
-
},
|
|
17902
18745
|
"src/components/ic-badge/ic-badge.types.ts::IcBadgeTypes": {
|
|
17903
18746
|
"declaration": "export type IcBadgeTypes = \"dot\" | \"text\" | \"icon\";",
|
|
17904
18747
|
"docstring": "",
|
|
@@ -17915,12 +18758,12 @@
|
|
|
17915
18758
|
"path": "src/utils/types.ts"
|
|
17916
18759
|
},
|
|
17917
18760
|
"src/components/ic-tab/ic-tab.types.ts::IcTabClickEventDetail": {
|
|
17918
|
-
"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}",
|
|
17919
18762
|
"docstring": "",
|
|
17920
18763
|
"path": "src/components/ic-tab/ic-tab.types.ts"
|
|
17921
18764
|
},
|
|
17922
18765
|
"src/components/ic-tooltip/ic-tooltip.types.ts::IcTooltipPlacements": {
|
|
17923
|
-
"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\";",
|
|
17924
18767
|
"docstring": "",
|
|
17925
18768
|
"path": "src/components/ic-tooltip/ic-tooltip.types.ts"
|
|
17926
18769
|
},
|
|
@@ -17935,7 +18778,7 @@
|
|
|
17935
18778
|
"path": "src/utils/types.ts"
|
|
17936
18779
|
},
|
|
17937
18780
|
"src/components/ic-checkbox-group/ic-checkbox-group.types.ts::IcChangeEventDetail": {
|
|
17938
|
-
"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}",
|
|
17939
18782
|
"docstring": "",
|
|
17940
18783
|
"path": "src/components/ic-checkbox-group/ic-checkbox-group.types.ts"
|
|
17941
18784
|
},
|
|
@@ -17945,7 +18788,7 @@
|
|
|
17945
18788
|
"path": "src/components/ic-text-field/ic-text-field.types.ts"
|
|
17946
18789
|
},
|
|
17947
18790
|
"src/utils/types.ts::IcAutocompleteTypes": {
|
|
17948
|
-
"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\";",
|
|
17949
18792
|
"docstring": "",
|
|
17950
18793
|
"path": "src/utils/types.ts"
|
|
17951
18794
|
},
|
|
@@ -17955,7 +18798,7 @@
|
|
|
17955
18798
|
"path": "src/utils/types.ts"
|
|
17956
18799
|
},
|
|
17957
18800
|
"src/components/ic-text-field/ic-text-field.types.ts::IcTextFieldInputModes": {
|
|
17958
|
-
"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\";",
|
|
17959
18802
|
"docstring": "",
|
|
17960
18803
|
"path": "src/components/ic-text-field/ic-text-field.types.ts"
|
|
17961
18804
|
},
|
|
@@ -17965,25 +18808,45 @@
|
|
|
17965
18808
|
"path": "src/utils/types.ts"
|
|
17966
18809
|
},
|
|
17967
18810
|
"src/components/ic-text-field/ic-text-field.types.ts::IcTextFieldTypes": {
|
|
17968
|
-
"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\";",
|
|
17969
18812
|
"docstring": "",
|
|
17970
18813
|
"path": "src/components/ic-text-field/ic-text-field.types.ts"
|
|
17971
18814
|
},
|
|
17972
18815
|
"src/utils/types.ts::IcValueEventDetail": {
|
|
17973
|
-
"declaration": "export interface IcValueEventDetail {\n value: string;\n keyPressed?: string;\n}",
|
|
18816
|
+
"declaration": "export interface IcValueEventDetail {\r\n value: string | string[];\r\n keyPressed?: string;\r\n}",
|
|
17974
18817
|
"docstring": "",
|
|
17975
18818
|
"path": "src/utils/types.ts"
|
|
17976
18819
|
},
|
|
17977
|
-
"src/components/ic-
|
|
17978
|
-
"declaration": "export type
|
|
18820
|
+
"src/components/ic-divider/ic-divider.types.tsx::IcDividerStyles": {
|
|
18821
|
+
"declaration": "export type IcDividerStyles = \"solid\" | \"dashed\";",
|
|
17979
18822
|
"docstring": "",
|
|
17980
|
-
"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"
|
|
17981
18839
|
},
|
|
17982
18840
|
"src/utils/types.ts::IcTypographyVariants": {
|
|
17983
|
-
"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\";",
|
|
17984
18842
|
"docstring": "",
|
|
17985
18843
|
"path": "src/utils/types.ts"
|
|
17986
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
|
+
},
|
|
17987
18850
|
"src/components/ic-hero/ic-hero.types.tsx::IcHeroContentAlignments": {
|
|
17988
18851
|
"declaration": "export type IcHeroContentAlignments = \"left\" | \"center\";",
|
|
17989
18852
|
"docstring": "",
|
|
@@ -18015,22 +18878,22 @@
|
|
|
18015
18878
|
"path": "src/components/ic-search-bar/ic-search-bar.types.ts"
|
|
18016
18879
|
},
|
|
18017
18880
|
"src/utils/types.ts::IcMenuOption": {
|
|
18018
|
-
"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}",
|
|
18019
18882
|
"docstring": "",
|
|
18020
18883
|
"path": "src/utils/types.ts"
|
|
18021
18884
|
},
|
|
18022
18885
|
"src/components/ic-menu/ic-menu.types.ts::IcMenuOptionIdEventDetail": {
|
|
18023
|
-
"declaration": "export interface IcMenuOptionIdEventDetail {\n optionId: string | undefined;\n}",
|
|
18886
|
+
"declaration": "export interface IcMenuOptionIdEventDetail {\r\n optionId: string | undefined;\r\n}",
|
|
18024
18887
|
"docstring": "",
|
|
18025
18888
|
"path": "src/components/ic-menu/ic-menu.types.ts"
|
|
18026
18889
|
},
|
|
18027
18890
|
"src/components/ic-menu/ic-menu.types.ts::IcOptionSelectEventDetail": {
|
|
18028
|
-
"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}",
|
|
18029
18892
|
"docstring": "",
|
|
18030
18893
|
"path": "src/components/ic-menu/ic-menu.types.ts"
|
|
18031
18894
|
},
|
|
18032
18895
|
"src/components/ic-menu/ic-menu.types.ts::IcMenuChangeEventDetail": {
|
|
18033
|
-
"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}",
|
|
18034
18897
|
"docstring": "",
|
|
18035
18898
|
"path": "src/components/ic-menu/ic-menu.types.ts"
|
|
18036
18899
|
},
|
|
@@ -18040,7 +18903,7 @@
|
|
|
18040
18903
|
"path": "src/components/ic-menu-item/ic-menu-item.types.ts"
|
|
18041
18904
|
},
|
|
18042
18905
|
"src/components/ic-side-navigation/ic-side-navigation.types.ts::IcExpandedDetail": {
|
|
18043
|
-
"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}",
|
|
18044
18907
|
"docstring": "",
|
|
18045
18908
|
"path": "src/components/ic-side-navigation/ic-side-navigation.types.ts"
|
|
18046
18909
|
},
|
|
@@ -18055,7 +18918,7 @@
|
|
|
18055
18918
|
"path": "src/components/ic-pagination/ic-pagination.types.ts"
|
|
18056
18919
|
},
|
|
18057
18920
|
"src/components/ic-pagination/ic-pagination.types.ts::IcChangeEventDetail": {
|
|
18058
|
-
"declaration": "export interface IcChangeEventDetail {\n value: number;\n}",
|
|
18921
|
+
"declaration": "export interface IcChangeEventDetail {\r\n value: number;\r\n}",
|
|
18059
18922
|
"docstring": "",
|
|
18060
18923
|
"path": "src/components/ic-pagination/ic-pagination.types.ts"
|
|
18061
18924
|
},
|
|
@@ -18064,23 +18927,18 @@
|
|
|
18064
18927
|
"docstring": "",
|
|
18065
18928
|
"path": "src/components/ic-pagination-item/ic-pagination-item.types.ts"
|
|
18066
18929
|
},
|
|
18067
|
-
"src/utils/types.ts::IcOrientation": {
|
|
18068
|
-
"declaration": "export type IcOrientation = \"horizontal\" | \"vertical\";",
|
|
18069
|
-
"docstring": "",
|
|
18070
|
-
"path": "src/utils/types.ts"
|
|
18071
|
-
},
|
|
18072
18930
|
"src/components/ic-radio-group/ic-radio-group.types.ts::IcChangeEventDetail": {
|
|
18073
|
-
"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}",
|
|
18074
18932
|
"docstring": "",
|
|
18075
18933
|
"path": "src/components/ic-radio-group/ic-radio-group.types.ts"
|
|
18076
18934
|
},
|
|
18077
18935
|
"src/utils/types.ts::IcBlurEventDetail": {
|
|
18078
|
-
"declaration": "export interface IcBlurEventDetail {\n relatedTarget: IcRelatedTarget;\n}",
|
|
18936
|
+
"declaration": "export interface IcBlurEventDetail {\r\n relatedTarget: IcRelatedTarget;\r\n}",
|
|
18079
18937
|
"docstring": "",
|
|
18080
18938
|
"path": "src/utils/types.ts"
|
|
18081
18939
|
},
|
|
18082
18940
|
"src/components/ic-search-bar/ic-search-bar.types.ts::IcSearchBarBlurEventDetail": {
|
|
18083
|
-
"declaration": "export interface IcSearchBarBlurEventDetail extends IcValueEventDetail {\n relatedTarget: IcRelatedTarget;\n}",
|
|
18941
|
+
"declaration": "export interface IcSearchBarBlurEventDetail extends IcValueEventDetail {\r\n relatedTarget: IcRelatedTarget;\r\n}",
|
|
18084
18942
|
"docstring": "",
|
|
18085
18943
|
"path": "src/components/ic-search-bar/ic-search-bar.types.ts"
|
|
18086
18944
|
},
|
|
@@ -18120,17 +18978,17 @@
|
|
|
18120
18978
|
"path": "src/components/ic-stepper/ic-stepper.types.ts"
|
|
18121
18979
|
},
|
|
18122
18980
|
"src/components/ic-switch/ic-switch.types.ts::IcSwitchChangeEventDetail": {
|
|
18123
|
-
"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}",
|
|
18124
18982
|
"docstring": "",
|
|
18125
18983
|
"path": "src/components/ic-switch/ic-switch.types.ts"
|
|
18126
18984
|
},
|
|
18127
18985
|
"src/components/ic-tab/ic-tab.types.ts::IcTabSelectEventDetail": {
|
|
18128
|
-
"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}",
|
|
18129
18987
|
"docstring": "",
|
|
18130
18988
|
"path": "src/components/ic-tab/ic-tab.types.ts"
|
|
18131
18989
|
},
|
|
18132
18990
|
"src/utils/types.ts::IcTheme": {
|
|
18133
|
-
"declaration": "{\n mode: IcThemeForeground;\n color: IcColorRGB;\n}",
|
|
18991
|
+
"declaration": "{\r\n mode: IcThemeForeground;\r\n color: IcColorRGB;\r\n}",
|
|
18134
18992
|
"docstring": "",
|
|
18135
18993
|
"path": "src/utils/types.ts"
|
|
18136
18994
|
},
|
|
@@ -18145,7 +19003,7 @@
|
|
|
18145
19003
|
"path": "src/utils/types.ts"
|
|
18146
19004
|
},
|
|
18147
19005
|
"src/components/ic-toggle-button-group/ic-toggle-button-group.types.ts::IcChangeEventDetail": {
|
|
18148
|
-
"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}",
|
|
18149
19007
|
"docstring": "",
|
|
18150
19008
|
"path": "src/components/ic-toggle-button-group/ic-toggle-button-group.types.ts"
|
|
18151
19009
|
}
|