@ukic/docs 2.7.0 → 2.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/docs.d.ts +1 -21
  2. package/docs.json +522 -956
  3. package/package.json +2 -2
package/docs.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
- "timestamp": "2023-11-17T09:08:20",
2
+ "timestamp": "2024-01-09T11:31:51",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
- "version": "4.3.0",
6
- "typescriptVersion": "5.1.6"
5
+ "version": "4.9.0",
6
+ "typescriptVersion": "5.2.2"
7
7
  },
8
8
  "components": [
9
9
  {
@@ -189,13 +189,9 @@
189
189
  ],
190
190
  "parts": [],
191
191
  "dependents": [],
192
- "dependencies": [
193
- "ic-typography"
194
- ],
192
+ "dependencies": ["ic-typography"],
195
193
  "dependencyGraph": {
196
- "ic-accordion": [
197
- "ic-typography"
198
- ]
194
+ "ic-accordion": ["ic-typography"]
199
195
  }
200
196
  },
201
197
  {
@@ -361,25 +357,12 @@
361
357
  "slots": [],
362
358
  "parts": [],
363
359
  "dependents": [],
364
- "dependencies": [
365
- "ic-typography",
366
- "ic-button"
367
- ],
360
+ "dependencies": ["ic-typography", "ic-button"],
368
361
  "dependencyGraph": {
369
- "ic-accordion-group": [
370
- "ic-typography",
371
- "ic-button"
372
- ],
373
- "ic-button": [
374
- "ic-loading-indicator",
375
- "ic-tooltip"
376
- ],
377
- "ic-loading-indicator": [
378
- "ic-typography"
379
- ],
380
- "ic-tooltip": [
381
- "ic-typography"
382
- ]
362
+ "ic-accordion-group": ["ic-typography", "ic-button"],
363
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
364
+ "ic-loading-indicator": ["ic-typography"],
365
+ "ic-tooltip": ["ic-typography"]
383
366
  }
384
367
  },
385
368
  {
@@ -611,31 +594,14 @@
611
594
  }
612
595
  ],
613
596
  "parts": [],
614
- "dependents": [
615
- "ic-dialog"
616
- ],
617
- "dependencies": [
618
- "ic-typography",
619
- "ic-button"
620
- ],
597
+ "dependents": ["ic-dialog"],
598
+ "dependencies": ["ic-typography", "ic-button"],
621
599
  "dependencyGraph": {
622
- "ic-alert": [
623
- "ic-typography",
624
- "ic-button"
625
- ],
626
- "ic-button": [
627
- "ic-loading-indicator",
628
- "ic-tooltip"
629
- ],
630
- "ic-loading-indicator": [
631
- "ic-typography"
632
- ],
633
- "ic-tooltip": [
634
- "ic-typography"
635
- ],
636
- "ic-dialog": [
637
- "ic-alert"
638
- ]
600
+ "ic-alert": ["ic-typography", "ic-button"],
601
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
602
+ "ic-loading-indicator": ["ic-typography"],
603
+ "ic-tooltip": ["ic-typography"],
604
+ "ic-dialog": ["ic-alert"]
639
605
  }
640
606
  },
641
607
  {
@@ -682,13 +648,9 @@
682
648
  "slots": [],
683
649
  "parts": [],
684
650
  "dependents": [],
685
- "dependencies": [
686
- "ic-typography"
687
- ],
651
+ "dependencies": ["ic-typography"],
688
652
  "dependencyGraph": {
689
- "ic-back-to-top": [
690
- "ic-typography"
691
- ]
653
+ "ic-back-to-top": ["ic-typography"]
692
654
  }
693
655
  },
694
656
  {
@@ -974,7 +936,7 @@
974
936
  "resolved": "boolean",
975
937
  "references": {}
976
938
  },
977
- "mutable": false,
939
+ "mutable": true,
978
940
  "attr": "visible",
979
941
  "reflectToAttr": false,
980
942
  "docs": "If `true`, the badge will be displayed.",
@@ -1058,13 +1020,9 @@
1058
1020
  ],
1059
1021
  "parts": [],
1060
1022
  "dependents": [],
1061
- "dependencies": [
1062
- "ic-typography"
1063
- ],
1023
+ "dependencies": ["ic-typography"],
1064
1024
  "dependencyGraph": {
1065
- "ic-badge": [
1066
- "ic-typography"
1067
- ]
1025
+ "ic-badge": ["ic-typography"]
1068
1026
  }
1069
1027
  },
1070
1028
  {
@@ -1180,19 +1138,11 @@
1180
1138
  }
1181
1139
  ],
1182
1140
  "parts": [],
1183
- "dependents": [
1184
- "ic-breadcrumb-group"
1185
- ],
1186
- "dependencies": [
1187
- "ic-link"
1188
- ],
1141
+ "dependents": ["ic-breadcrumb-group"],
1142
+ "dependencies": ["ic-link"],
1189
1143
  "dependencyGraph": {
1190
- "ic-breadcrumb": [
1191
- "ic-link"
1192
- ],
1193
- "ic-breadcrumb-group": [
1194
- "ic-breadcrumb"
1195
- ]
1144
+ "ic-breadcrumb": ["ic-link"],
1145
+ "ic-breadcrumb-group": ["ic-breadcrumb"]
1196
1146
  }
1197
1147
  },
1198
1148
  {
@@ -1204,6 +1154,43 @@
1204
1154
  "docsTags": [],
1205
1155
  "usage": {},
1206
1156
  "props": [
1157
+ {
1158
+ "name": "appearance",
1159
+ "type": "\"dark\" | \"default\" | \"light\"",
1160
+ "complexType": {
1161
+ "original": "IcThemeForeground",
1162
+ "resolved": "\"dark\" | \"default\" | \"light\"",
1163
+ "references": {
1164
+ "IcThemeForeground": {
1165
+ "location": "import",
1166
+ "path": "../../utils/types",
1167
+ "id": "src/utils/types.ts::IcThemeForeground"
1168
+ }
1169
+ }
1170
+ },
1171
+ "mutable": false,
1172
+ "attr": "appearance",
1173
+ "reflectToAttr": false,
1174
+ "docs": "The appearance of the breadcrumb group.",
1175
+ "docsTags": [],
1176
+ "default": "\"default\"",
1177
+ "values": [
1178
+ {
1179
+ "value": "dark",
1180
+ "type": "string"
1181
+ },
1182
+ {
1183
+ "value": "default",
1184
+ "type": "string"
1185
+ },
1186
+ {
1187
+ "value": "light",
1188
+ "type": "string"
1189
+ }
1190
+ ],
1191
+ "optional": false,
1192
+ "required": false
1193
+ },
1207
1194
  {
1208
1195
  "name": "backBreadcrumbOnly",
1209
1196
  "type": "boolean",
@@ -1256,16 +1243,10 @@
1256
1243
  "slots": [],
1257
1244
  "parts": [],
1258
1245
  "dependents": [],
1259
- "dependencies": [
1260
- "ic-breadcrumb"
1261
- ],
1246
+ "dependencies": ["ic-breadcrumb"],
1262
1247
  "dependencyGraph": {
1263
- "ic-breadcrumb-group": [
1264
- "ic-breadcrumb"
1265
- ],
1266
- "ic-breadcrumb": [
1267
- "ic-link"
1268
- ]
1248
+ "ic-breadcrumb-group": ["ic-breadcrumb"],
1249
+ "ic-breadcrumb": ["ic-link"]
1269
1250
  }
1270
1251
  },
1271
1252
  {
@@ -1790,6 +1771,28 @@
1790
1771
  "optional": true,
1791
1772
  "required": false
1792
1773
  },
1774
+ {
1775
+ "name": "transparentBackground",
1776
+ "type": "boolean",
1777
+ "complexType": {
1778
+ "original": "boolean",
1779
+ "resolved": "boolean",
1780
+ "references": {}
1781
+ },
1782
+ "mutable": false,
1783
+ "attr": "transparent-background",
1784
+ "reflectToAttr": false,
1785
+ "docs": "If `true`, the secondary variant of button will have a transparent background rather than white.",
1786
+ "docsTags": [],
1787
+ "default": "true",
1788
+ "values": [
1789
+ {
1790
+ "type": "boolean"
1791
+ }
1792
+ ],
1793
+ "optional": true,
1794
+ "required": false
1795
+ },
1793
1796
  {
1794
1797
  "name": "type",
1795
1798
  "type": "\"button\" | \"reset\" | \"submit\"",
@@ -1988,66 +1991,26 @@
1988
1991
  "ic-toast",
1989
1992
  "ic-top-navigation"
1990
1993
  ],
1991
- "dependencies": [
1992
- "ic-loading-indicator",
1993
- "ic-tooltip"
1994
- ],
1994
+ "dependencies": ["ic-loading-indicator", "ic-tooltip"],
1995
1995
  "dependencyGraph": {
1996
- "ic-button": [
1997
- "ic-loading-indicator",
1998
- "ic-tooltip"
1999
- ],
2000
- "ic-loading-indicator": [
2001
- "ic-typography"
2002
- ],
2003
- "ic-tooltip": [
2004
- "ic-typography"
2005
- ],
2006
- "ic-accordion-group": [
2007
- "ic-button"
2008
- ],
2009
- "ic-alert": [
2010
- "ic-button"
2011
- ],
2012
- "ic-card": [
2013
- "ic-button"
2014
- ],
2015
- "ic-dialog": [
2016
- "ic-button"
2017
- ],
2018
- "ic-horizontal-scroll": [
2019
- "ic-button"
2020
- ],
2021
- "ic-menu": [
2022
- "ic-button"
2023
- ],
2024
- "ic-menu-item": [
2025
- "ic-button"
2026
- ],
2027
- "ic-navigation-button": [
2028
- "ic-button"
2029
- ],
2030
- "ic-navigation-menu": [
2031
- "ic-button"
2032
- ],
2033
- "ic-pagination": [
2034
- "ic-button"
2035
- ],
2036
- "ic-search-bar": [
2037
- "ic-button"
2038
- ],
2039
- "ic-select": [
2040
- "ic-button"
2041
- ],
2042
- "ic-side-navigation": [
2043
- "ic-button"
2044
- ],
2045
- "ic-toast": [
2046
- "ic-button"
2047
- ],
2048
- "ic-top-navigation": [
2049
- "ic-button"
2050
- ]
1996
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
1997
+ "ic-loading-indicator": ["ic-typography"],
1998
+ "ic-tooltip": ["ic-typography"],
1999
+ "ic-accordion-group": ["ic-button"],
2000
+ "ic-alert": ["ic-button"],
2001
+ "ic-card": ["ic-button"],
2002
+ "ic-dialog": ["ic-button"],
2003
+ "ic-horizontal-scroll": ["ic-button"],
2004
+ "ic-menu": ["ic-button"],
2005
+ "ic-menu-item": ["ic-button"],
2006
+ "ic-navigation-button": ["ic-button"],
2007
+ "ic-navigation-menu": ["ic-button"],
2008
+ "ic-pagination": ["ic-button"],
2009
+ "ic-search-bar": ["ic-button"],
2010
+ "ic-select": ["ic-button"],
2011
+ "ic-side-navigation": ["ic-button"],
2012
+ "ic-toast": ["ic-button"],
2013
+ "ic-top-navigation": ["ic-button"]
2051
2014
  }
2052
2015
  },
2053
2016
  {
@@ -2487,25 +2450,12 @@
2487
2450
  ],
2488
2451
  "parts": [],
2489
2452
  "dependents": [],
2490
- "dependencies": [
2491
- "ic-typography",
2492
- "ic-button"
2493
- ],
2453
+ "dependencies": ["ic-typography", "ic-button"],
2494
2454
  "dependencyGraph": {
2495
- "ic-card": [
2496
- "ic-typography",
2497
- "ic-button"
2498
- ],
2499
- "ic-button": [
2500
- "ic-loading-indicator",
2501
- "ic-tooltip"
2502
- ],
2503
- "ic-loading-indicator": [
2504
- "ic-typography"
2505
- ],
2506
- "ic-tooltip": [
2507
- "ic-typography"
2508
- ]
2455
+ "ic-card": ["ic-typography", "ic-button"],
2456
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
2457
+ "ic-loading-indicator": ["ic-typography"],
2458
+ "ic-tooltip": ["ic-typography"]
2509
2459
  }
2510
2460
  },
2511
2461
  {
@@ -2992,13 +2942,9 @@
2992
2942
  ],
2993
2943
  "parts": [],
2994
2944
  "dependents": [],
2995
- "dependencies": [
2996
- "ic-typography"
2997
- ],
2945
+ "dependencies": ["ic-typography"],
2998
2946
  "dependencyGraph": {
2999
- "ic-checkbox": [
3000
- "ic-typography"
3001
- ]
2947
+ "ic-checkbox": ["ic-typography"]
3002
2948
  }
3003
2949
  },
3004
2950
  {
@@ -3307,21 +3253,11 @@
3307
3253
  "slots": [],
3308
3254
  "parts": [],
3309
3255
  "dependents": [],
3310
- "dependencies": [
3311
- "ic-input-label",
3312
- "ic-input-validation"
3313
- ],
3256
+ "dependencies": ["ic-input-label", "ic-input-validation"],
3314
3257
  "dependencyGraph": {
3315
- "ic-checkbox-group": [
3316
- "ic-input-label",
3317
- "ic-input-validation"
3318
- ],
3319
- "ic-input-label": [
3320
- "ic-typography"
3321
- ],
3322
- "ic-input-validation": [
3323
- "ic-typography"
3324
- ]
3258
+ "ic-checkbox-group": ["ic-input-label", "ic-input-validation"],
3259
+ "ic-input-label": ["ic-typography"],
3260
+ "ic-input-validation": ["ic-typography"]
3325
3261
  }
3326
3262
  },
3327
3263
  {
@@ -3482,6 +3418,28 @@
3482
3418
  "optional": true,
3483
3419
  "required": false
3484
3420
  },
3421
+ {
3422
+ "name": "transparentBackground",
3423
+ "type": "boolean",
3424
+ "complexType": {
3425
+ "original": "boolean",
3426
+ "resolved": "boolean",
3427
+ "references": {}
3428
+ },
3429
+ "mutable": false,
3430
+ "attr": "transparent-background",
3431
+ "reflectToAttr": false,
3432
+ "docs": "If `true`, the outlined variant of chip will have a transparent background rather than white.",
3433
+ "docsTags": [],
3434
+ "default": "true",
3435
+ "values": [
3436
+ {
3437
+ "type": "boolean"
3438
+ }
3439
+ ],
3440
+ "optional": true,
3441
+ "required": false
3442
+ },
3485
3443
  {
3486
3444
  "name": "variant",
3487
3445
  "type": "\"filled\" | \"outlined\"",
@@ -3596,18 +3554,10 @@
3596
3554
  ],
3597
3555
  "parts": [],
3598
3556
  "dependents": [],
3599
- "dependencies": [
3600
- "ic-typography",
3601
- "ic-tooltip"
3602
- ],
3557
+ "dependencies": ["ic-typography", "ic-tooltip"],
3603
3558
  "dependencyGraph": {
3604
- "ic-chip": [
3605
- "ic-typography",
3606
- "ic-tooltip"
3607
- ],
3608
- "ic-tooltip": [
3609
- "ic-typography"
3610
- ]
3559
+ "ic-chip": ["ic-typography", "ic-tooltip"],
3560
+ "ic-tooltip": ["ic-typography"]
3611
3561
  }
3612
3562
  },
3613
3563
  {
@@ -3766,13 +3716,9 @@
3766
3716
  "slots": [],
3767
3717
  "parts": [],
3768
3718
  "dependents": [],
3769
- "dependencies": [
3770
- "ic-typography"
3771
- ],
3719
+ "dependencies": ["ic-typography"],
3772
3720
  "dependencyGraph": {
3773
- "ic-classification-banner": [
3774
- "ic-typography"
3775
- ]
3721
+ "ic-classification-banner": ["ic-typography"]
3776
3722
  }
3777
3723
  },
3778
3724
  {
@@ -3884,13 +3830,9 @@
3884
3830
  ],
3885
3831
  "parts": [],
3886
3832
  "dependents": [],
3887
- "dependencies": [
3888
- "ic-typography"
3889
- ],
3833
+ "dependencies": ["ic-typography"],
3890
3834
  "dependencyGraph": {
3891
- "ic-data-entity": [
3892
- "ic-typography"
3893
- ]
3835
+ "ic-data-entity": ["ic-typography"]
3894
3836
  }
3895
3837
  },
3896
3838
  {
@@ -4039,13 +3981,9 @@
4039
3981
  ],
4040
3982
  "parts": [],
4041
3983
  "dependents": [],
4042
- "dependencies": [
4043
- "ic-typography"
4044
- ],
3984
+ "dependencies": ["ic-typography"],
4045
3985
  "dependencyGraph": {
4046
- "ic-data-row": [
4047
- "ic-typography"
4048
- ]
3986
+ "ic-data-row": ["ic-typography"]
4049
3987
  }
4050
3988
  },
4051
3989
  {
@@ -4215,6 +4153,28 @@
4215
4153
  "optional": true,
4216
4154
  "required": false
4217
4155
  },
4156
+ {
4157
+ "name": "disableHeightConstraint",
4158
+ "type": "boolean",
4159
+ "complexType": {
4160
+ "original": "boolean",
4161
+ "resolved": "boolean",
4162
+ "references": {}
4163
+ },
4164
+ "mutable": false,
4165
+ "attr": "disable-height-constraint",
4166
+ "reflectToAttr": false,
4167
+ "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.",
4168
+ "docsTags": [],
4169
+ "default": "false",
4170
+ "values": [
4171
+ {
4172
+ "type": "boolean"
4173
+ }
4174
+ ],
4175
+ "optional": true,
4176
+ "required": false
4177
+ },
4218
4178
  {
4219
4179
  "name": "dismissLabel",
4220
4180
  "type": "string",
@@ -4599,31 +4559,13 @@
4599
4559
  ],
4600
4560
  "parts": [],
4601
4561
  "dependents": [],
4602
- "dependencies": [
4603
- "ic-typography",
4604
- "ic-button",
4605
- "ic-alert"
4606
- ],
4562
+ "dependencies": ["ic-typography", "ic-button", "ic-alert"],
4607
4563
  "dependencyGraph": {
4608
- "ic-dialog": [
4609
- "ic-typography",
4610
- "ic-button",
4611
- "ic-alert"
4612
- ],
4613
- "ic-button": [
4614
- "ic-loading-indicator",
4615
- "ic-tooltip"
4616
- ],
4617
- "ic-loading-indicator": [
4618
- "ic-typography"
4619
- ],
4620
- "ic-tooltip": [
4621
- "ic-typography"
4622
- ],
4623
- "ic-alert": [
4624
- "ic-typography",
4625
- "ic-button"
4626
- ]
4564
+ "ic-dialog": ["ic-typography", "ic-button", "ic-alert"],
4565
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
4566
+ "ic-loading-indicator": ["ic-typography"],
4567
+ "ic-tooltip": ["ic-typography"],
4568
+ "ic-alert": ["ic-typography", "ic-button"]
4627
4569
  }
4628
4570
  },
4629
4571
  {
@@ -4648,14 +4590,10 @@
4648
4590
  "styles": [],
4649
4591
  "slots": [],
4650
4592
  "parts": [],
4651
- "dependents": [
4652
- "ic-side-navigation"
4653
- ],
4593
+ "dependents": ["ic-side-navigation"],
4654
4594
  "dependencies": [],
4655
4595
  "dependencyGraph": {
4656
- "ic-side-navigation": [
4657
- "ic-divider"
4658
- ]
4596
+ "ic-side-navigation": ["ic-divider"]
4659
4597
  }
4660
4598
  },
4661
4599
  {
@@ -4875,13 +4813,9 @@
4875
4813
  ],
4876
4814
  "parts": [],
4877
4815
  "dependents": [],
4878
- "dependencies": [
4879
- "ic-typography"
4880
- ],
4816
+ "dependencies": ["ic-typography"],
4881
4817
  "dependencyGraph": {
4882
- "ic-empty-state": [
4883
- "ic-typography"
4884
- ]
4818
+ "ic-empty-state": ["ic-typography"]
4885
4819
  }
4886
4820
  },
4887
4821
  {
@@ -5110,15 +5044,9 @@
5110
5044
  ],
5111
5045
  "parts": [],
5112
5046
  "dependents": [],
5113
- "dependencies": [
5114
- "ic-section-container",
5115
- "ic-typography"
5116
- ],
5047
+ "dependencies": ["ic-section-container", "ic-typography"],
5117
5048
  "dependencyGraph": {
5118
- "ic-footer": [
5119
- "ic-section-container",
5120
- "ic-typography"
5121
- ]
5049
+ "ic-footer": ["ic-section-container", "ic-typography"]
5122
5050
  }
5123
5051
  },
5124
5052
  {
@@ -5373,15 +5301,9 @@
5373
5301
  "slots": [],
5374
5302
  "parts": [],
5375
5303
  "dependents": [],
5376
- "dependencies": [
5377
- "ic-typography",
5378
- "ic-section-container"
5379
- ],
5304
+ "dependencies": ["ic-typography", "ic-section-container"],
5380
5305
  "dependencyGraph": {
5381
- "ic-footer-link-group": [
5382
- "ic-typography",
5383
- "ic-section-container"
5384
- ]
5306
+ "ic-footer-link-group": ["ic-typography", "ic-section-container"]
5385
5307
  }
5386
5308
  },
5387
5309
  {
@@ -5706,15 +5628,9 @@
5706
5628
  ],
5707
5629
  "parts": [],
5708
5630
  "dependents": [],
5709
- "dependencies": [
5710
- "ic-section-container",
5711
- "ic-typography"
5712
- ],
5631
+ "dependencies": ["ic-section-container", "ic-typography"],
5713
5632
  "dependencyGraph": {
5714
- "ic-hero": [
5715
- "ic-section-container",
5716
- "ic-typography"
5717
- ]
5633
+ "ic-hero": ["ic-section-container", "ic-typography"]
5718
5634
  }
5719
5635
  },
5720
5636
  {
@@ -5770,37 +5686,16 @@
5770
5686
  "styles": [],
5771
5687
  "slots": [],
5772
5688
  "parts": [],
5773
- "dependents": [
5774
- "ic-page-header",
5775
- "ic-tab-group",
5776
- "ic-top-navigation"
5777
- ],
5778
- "dependencies": [
5779
- "ic-button"
5780
- ],
5689
+ "dependents": ["ic-page-header", "ic-tab-group", "ic-top-navigation"],
5690
+ "dependencies": ["ic-button"],
5781
5691
  "dependencyGraph": {
5782
- "ic-horizontal-scroll": [
5783
- "ic-button"
5784
- ],
5785
- "ic-button": [
5786
- "ic-loading-indicator",
5787
- "ic-tooltip"
5788
- ],
5789
- "ic-loading-indicator": [
5790
- "ic-typography"
5791
- ],
5792
- "ic-tooltip": [
5793
- "ic-typography"
5794
- ],
5795
- "ic-page-header": [
5796
- "ic-horizontal-scroll"
5797
- ],
5798
- "ic-tab-group": [
5799
- "ic-horizontal-scroll"
5800
- ],
5801
- "ic-top-navigation": [
5802
- "ic-horizontal-scroll"
5803
- ]
5692
+ "ic-horizontal-scroll": ["ic-button"],
5693
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
5694
+ "ic-loading-indicator": ["ic-typography"],
5695
+ "ic-tooltip": ["ic-typography"],
5696
+ "ic-page-header": ["ic-horizontal-scroll"],
5697
+ "ic-tab-group": ["ic-horizontal-scroll"],
5698
+ "ic-top-navigation": ["ic-horizontal-scroll"]
5804
5699
  }
5805
5700
  },
5806
5701
  {
@@ -6101,18 +5996,11 @@
6101
5996
  }
6102
5997
  ],
6103
5998
  "parts": [],
6104
- "dependents": [
6105
- "ic-select",
6106
- "ic-text-field"
6107
- ],
5999
+ "dependents": ["ic-select", "ic-text-field"],
6108
6000
  "dependencies": [],
6109
6001
  "dependencyGraph": {
6110
- "ic-select": [
6111
- "ic-input-component-container"
6112
- ],
6113
- "ic-text-field": [
6114
- "ic-input-component-container"
6115
- ]
6002
+ "ic-select": ["ic-input-component-container"],
6003
+ "ic-text-field": ["ic-input-component-container"]
6116
6004
  }
6117
6005
  },
6118
6006
  {
@@ -6175,18 +6063,11 @@
6175
6063
  "styles": [],
6176
6064
  "slots": [],
6177
6065
  "parts": [],
6178
- "dependents": [
6179
- "ic-select",
6180
- "ic-text-field"
6181
- ],
6066
+ "dependents": ["ic-select", "ic-text-field"],
6182
6067
  "dependencies": [],
6183
6068
  "dependencyGraph": {
6184
- "ic-select": [
6185
- "ic-input-container"
6186
- ],
6187
- "ic-text-field": [
6188
- "ic-input-container"
6189
- ]
6069
+ "ic-select": ["ic-input-container"],
6070
+ "ic-text-field": ["ic-input-container"]
6190
6071
  }
6191
6072
  },
6192
6073
  {
@@ -6419,28 +6300,14 @@
6419
6300
  "ic-switch",
6420
6301
  "ic-text-field"
6421
6302
  ],
6422
- "dependencies": [
6423
- "ic-typography"
6424
- ],
6303
+ "dependencies": ["ic-typography"],
6425
6304
  "dependencyGraph": {
6426
- "ic-input-label": [
6427
- "ic-typography"
6428
- ],
6429
- "ic-checkbox-group": [
6430
- "ic-input-label"
6431
- ],
6432
- "ic-radio-group": [
6433
- "ic-input-label"
6434
- ],
6435
- "ic-select": [
6436
- "ic-input-label"
6437
- ],
6438
- "ic-switch": [
6439
- "ic-input-label"
6440
- ],
6441
- "ic-text-field": [
6442
- "ic-input-label"
6443
- ]
6305
+ "ic-input-label": ["ic-typography"],
6306
+ "ic-checkbox-group": ["ic-input-label"],
6307
+ "ic-radio-group": ["ic-input-label"],
6308
+ "ic-select": ["ic-input-label"],
6309
+ "ic-switch": ["ic-input-label"],
6310
+ "ic-text-field": ["ic-input-label"]
6444
6311
  }
6445
6312
  },
6446
6313
  {
@@ -6612,25 +6479,13 @@
6612
6479
  "ic-select",
6613
6480
  "ic-text-field"
6614
6481
  ],
6615
- "dependencies": [
6616
- "ic-typography"
6617
- ],
6482
+ "dependencies": ["ic-typography"],
6618
6483
  "dependencyGraph": {
6619
- "ic-input-validation": [
6620
- "ic-typography"
6621
- ],
6622
- "ic-checkbox-group": [
6623
- "ic-input-validation"
6624
- ],
6625
- "ic-radio-group": [
6626
- "ic-input-validation"
6627
- ],
6628
- "ic-select": [
6629
- "ic-input-validation"
6630
- ],
6631
- "ic-text-field": [
6632
- "ic-input-validation"
6633
- ]
6484
+ "ic-input-validation": ["ic-typography"],
6485
+ "ic-checkbox-group": ["ic-input-validation"],
6486
+ "ic-radio-group": ["ic-input-validation"],
6487
+ "ic-select": ["ic-input-validation"],
6488
+ "ic-text-field": ["ic-input-validation"]
6634
6489
  }
6635
6490
  },
6636
6491
  {
@@ -6921,14 +6776,10 @@
6921
6776
  }
6922
6777
  ],
6923
6778
  "parts": [],
6924
- "dependents": [
6925
- "ic-breadcrumb"
6926
- ],
6779
+ "dependents": ["ic-breadcrumb"],
6927
6780
  "dependencies": [],
6928
6781
  "dependencyGraph": {
6929
- "ic-breadcrumb": [
6930
- "ic-link"
6931
- ]
6782
+ "ic-breadcrumb": ["ic-link"]
6932
6783
  }
6933
6784
  },
6934
6785
  {
@@ -7211,32 +7062,20 @@
7211
7062
  }
7212
7063
  ],
7213
7064
  "slots": [],
7214
- "parts": [],
7215
- "dependents": [
7216
- "ic-button",
7217
- "ic-menu",
7218
- "ic-step",
7219
- "ic-toast"
7220
- ],
7221
- "dependencies": [
7222
- "ic-typography"
7065
+ "parts": [
7066
+ {
7067
+ "name": "ic-loading-container",
7068
+ "docs": ""
7069
+ }
7223
7070
  ],
7071
+ "dependents": ["ic-button", "ic-menu", "ic-step", "ic-toast"],
7072
+ "dependencies": ["ic-typography"],
7224
7073
  "dependencyGraph": {
7225
- "ic-loading-indicator": [
7226
- "ic-typography"
7227
- ],
7228
- "ic-button": [
7229
- "ic-loading-indicator"
7230
- ],
7231
- "ic-menu": [
7232
- "ic-loading-indicator"
7233
- ],
7234
- "ic-step": [
7235
- "ic-loading-indicator"
7236
- ],
7237
- "ic-toast": [
7238
- "ic-loading-indicator"
7239
- ]
7074
+ "ic-loading-indicator": ["ic-typography"],
7075
+ "ic-button": ["ic-loading-indicator"],
7076
+ "ic-menu": ["ic-loading-indicator"],
7077
+ "ic-step": ["ic-loading-indicator"],
7078
+ "ic-toast": ["ic-loading-indicator"]
7240
7079
  }
7241
7080
  },
7242
7081
  {
@@ -7613,13 +7452,9 @@
7613
7452
  "signature": "(event: KeyboardEvent) => Promise<void>",
7614
7453
  "parameters": [
7615
7454
  {
7616
- "tags": [
7617
- {
7618
- "name": "param",
7619
- "text": "event - keyboard event"
7620
- }
7621
- ],
7622
- "text": "- keyboard event"
7455
+ "name": "event",
7456
+ "type": "KeyboardEvent",
7457
+ "docs": "The keyboard event which is available when handleKeyboardOpen is invoked."
7623
7458
  }
7624
7459
  ],
7625
7460
  "references": {
@@ -7635,12 +7470,18 @@
7635
7470
  "return": "Promise<void>"
7636
7471
  },
7637
7472
  "signature": "handleKeyboardOpen(event: KeyboardEvent) => Promise<void>",
7638
- "parameters": [],
7473
+ "parameters": [
7474
+ {
7475
+ "name": "event",
7476
+ "type": "KeyboardEvent",
7477
+ "docs": "The keyboard event which is available when handleKeyboardOpen is invoked."
7478
+ }
7479
+ ],
7639
7480
  "docs": "Used alongside activationType\nIf menu is opened via keyboard navigation (i.e. Enter, ArrowUp or ArrowDown), emit optionSelect custom event.",
7640
7481
  "docsTags": [
7641
7482
  {
7642
7483
  "name": "param",
7643
- "text": "event - keyboard event"
7484
+ "text": "event The keyboard event which is available when handleKeyboardOpen is invoked."
7644
7485
  }
7645
7486
  ]
7646
7487
  }
@@ -7656,37 +7497,15 @@
7656
7497
  ],
7657
7498
  "slots": [],
7658
7499
  "parts": [],
7659
- "dependents": [
7660
- "ic-search-bar",
7661
- "ic-select"
7662
- ],
7663
- "dependencies": [
7664
- "ic-loading-indicator",
7665
- "ic-typography",
7666
- "ic-button"
7667
- ],
7500
+ "dependents": ["ic-search-bar", "ic-select"],
7501
+ "dependencies": ["ic-loading-indicator", "ic-typography", "ic-button"],
7668
7502
  "dependencyGraph": {
7669
- "ic-menu": [
7670
- "ic-loading-indicator",
7671
- "ic-typography",
7672
- "ic-button"
7673
- ],
7674
- "ic-loading-indicator": [
7675
- "ic-typography"
7676
- ],
7677
- "ic-button": [
7678
- "ic-loading-indicator",
7679
- "ic-tooltip"
7680
- ],
7681
- "ic-tooltip": [
7682
- "ic-typography"
7683
- ],
7684
- "ic-search-bar": [
7685
- "ic-menu"
7686
- ],
7687
- "ic-select": [
7688
- "ic-menu"
7689
- ]
7503
+ "ic-menu": ["ic-loading-indicator", "ic-typography", "ic-button"],
7504
+ "ic-loading-indicator": ["ic-typography"],
7505
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
7506
+ "ic-tooltip": ["ic-typography"],
7507
+ "ic-search-bar": ["ic-menu"],
7508
+ "ic-select": ["ic-menu"]
7690
7509
  }
7691
7510
  },
7692
7511
  {
@@ -7727,13 +7546,9 @@
7727
7546
  "slots": [],
7728
7547
  "parts": [],
7729
7548
  "dependents": [],
7730
- "dependencies": [
7731
- "ic-typography"
7732
- ],
7549
+ "dependencies": ["ic-typography"],
7733
7550
  "dependencyGraph": {
7734
- "ic-menu-group": [
7735
- "ic-typography"
7736
- ]
7551
+ "ic-menu-group": ["ic-typography"]
7737
7552
  }
7738
7553
  },
7739
7554
  {
@@ -8053,31 +7868,14 @@
8053
7868
  }
8054
7869
  ],
8055
7870
  "parts": [],
8056
- "dependents": [
8057
- "ic-popover-menu"
8058
- ],
8059
- "dependencies": [
8060
- "ic-typography",
8061
- "ic-button"
8062
- ],
7871
+ "dependents": ["ic-popover-menu"],
7872
+ "dependencies": ["ic-typography", "ic-button"],
8063
7873
  "dependencyGraph": {
8064
- "ic-menu-item": [
8065
- "ic-typography",
8066
- "ic-button"
8067
- ],
8068
- "ic-button": [
8069
- "ic-loading-indicator",
8070
- "ic-tooltip"
8071
- ],
8072
- "ic-loading-indicator": [
8073
- "ic-typography"
8074
- ],
8075
- "ic-tooltip": [
8076
- "ic-typography"
8077
- ],
8078
- "ic-popover-menu": [
8079
- "ic-menu-item"
8080
- ]
7874
+ "ic-menu-item": ["ic-typography", "ic-button"],
7875
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
7876
+ "ic-loading-indicator": ["ic-typography"],
7877
+ "ic-tooltip": ["ic-typography"],
7878
+ "ic-popover-menu": ["ic-menu-item"]
8081
7879
  }
8082
7880
  },
8083
7881
  {
@@ -8345,23 +8143,12 @@
8345
8143
  ],
8346
8144
  "parts": [],
8347
8145
  "dependents": [],
8348
- "dependencies": [
8349
- "ic-button"
8350
- ],
8146
+ "dependencies": ["ic-button"],
8351
8147
  "dependencyGraph": {
8352
- "ic-navigation-button": [
8353
- "ic-button"
8354
- ],
8355
- "ic-button": [
8356
- "ic-loading-indicator",
8357
- "ic-tooltip"
8358
- ],
8359
- "ic-loading-indicator": [
8360
- "ic-typography"
8361
- ],
8362
- "ic-tooltip": [
8363
- "ic-typography"
8364
- ]
8148
+ "ic-navigation-button": ["ic-button"],
8149
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
8150
+ "ic-loading-indicator": ["ic-typography"],
8151
+ "ic-tooltip": ["ic-typography"]
8365
8152
  }
8366
8153
  },
8367
8154
  {
@@ -8470,13 +8257,9 @@
8470
8257
  "slots": [],
8471
8258
  "parts": [],
8472
8259
  "dependents": [],
8473
- "dependencies": [
8474
- "ic-typography"
8475
- ],
8260
+ "dependencies": ["ic-typography"],
8476
8261
  "dependencyGraph": {
8477
- "ic-navigation-group": [
8478
- "ic-typography"
8479
- ]
8262
+ "ic-navigation-group": ["ic-typography"]
8480
8263
  }
8481
8264
  },
8482
8265
  {
@@ -8762,18 +8545,10 @@
8762
8545
  }
8763
8546
  ],
8764
8547
  "dependents": [],
8765
- "dependencies": [
8766
- "ic-typography",
8767
- "ic-tooltip"
8768
- ],
8548
+ "dependencies": ["ic-typography", "ic-tooltip"],
8769
8549
  "dependencyGraph": {
8770
- "ic-navigation-item": [
8771
- "ic-typography",
8772
- "ic-tooltip"
8773
- ],
8774
- "ic-tooltip": [
8775
- "ic-typography"
8776
- ]
8550
+ "ic-navigation-item": ["ic-typography", "ic-tooltip"],
8551
+ "ic-tooltip": ["ic-typography"]
8777
8552
  }
8778
8553
  },
8779
8554
  {
@@ -8872,31 +8647,14 @@
8872
8647
  }
8873
8648
  ],
8874
8649
  "parts": [],
8875
- "dependents": [
8876
- "ic-top-navigation"
8877
- ],
8878
- "dependencies": [
8879
- "ic-button",
8880
- "ic-typography"
8881
- ],
8650
+ "dependents": ["ic-top-navigation"],
8651
+ "dependencies": ["ic-button", "ic-typography"],
8882
8652
  "dependencyGraph": {
8883
- "ic-navigation-menu": [
8884
- "ic-button",
8885
- "ic-typography"
8886
- ],
8887
- "ic-button": [
8888
- "ic-loading-indicator",
8889
- "ic-tooltip"
8890
- ],
8891
- "ic-loading-indicator": [
8892
- "ic-typography"
8893
- ],
8894
- "ic-tooltip": [
8895
- "ic-typography"
8896
- ],
8897
- "ic-top-navigation": [
8898
- "ic-navigation-menu"
8899
- ]
8653
+ "ic-navigation-menu": ["ic-button", "ic-typography"],
8654
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
8655
+ "ic-loading-indicator": ["ic-typography"],
8656
+ "ic-tooltip": ["ic-typography"],
8657
+ "ic-top-navigation": ["ic-navigation-menu"]
8900
8658
  }
8901
8659
  },
8902
8660
  {
@@ -9227,19 +8985,10 @@
9227
8985
  "ic-typography",
9228
8986
  "ic-horizontal-scroll"
9229
8987
  ],
9230
- "ic-horizontal-scroll": [
9231
- "ic-button"
9232
- ],
9233
- "ic-button": [
9234
- "ic-loading-indicator",
9235
- "ic-tooltip"
9236
- ],
9237
- "ic-loading-indicator": [
9238
- "ic-typography"
9239
- ],
9240
- "ic-tooltip": [
9241
- "ic-typography"
9242
- ]
8988
+ "ic-horizontal-scroll": ["ic-button"],
8989
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
8990
+ "ic-loading-indicator": ["ic-typography"],
8991
+ "ic-tooltip": ["ic-typography"]
9243
8992
  }
9244
8993
  },
9245
8994
  {
@@ -9530,8 +9279,9 @@
9530
9279
  "signature": "(page: number) => Promise<void>",
9531
9280
  "parameters": [
9532
9281
  {
9533
- "tags": [],
9534
- "text": ""
9282
+ "name": "page",
9283
+ "type": "number",
9284
+ "docs": "The page number to set as the current page"
9535
9285
  }
9536
9286
  ],
9537
9287
  "references": {
@@ -9543,9 +9293,20 @@
9543
9293
  "return": "Promise<void>"
9544
9294
  },
9545
9295
  "signature": "setCurrentPage(page: number) => Promise<void>",
9546
- "parameters": [],
9296
+ "parameters": [
9297
+ {
9298
+ "name": "page",
9299
+ "type": "number",
9300
+ "docs": "The page number to set as the current page"
9301
+ }
9302
+ ],
9547
9303
  "docs": "Sets the currently displayed page.",
9548
- "docsTags": []
9304
+ "docsTags": [
9305
+ {
9306
+ "name": "param",
9307
+ "text": "page The page number to set as the current page"
9308
+ }
9309
+ ]
9549
9310
  }
9550
9311
  ],
9551
9312
  "events": [
@@ -9581,28 +9342,13 @@
9581
9342
  "slots": [],
9582
9343
  "parts": [],
9583
9344
  "dependents": [],
9584
- "dependencies": [
9585
- "ic-button",
9586
- "ic-pagination-item"
9587
- ],
9345
+ "dependencies": ["ic-button", "ic-pagination-item"],
9588
9346
  "dependencyGraph": {
9589
- "ic-pagination": [
9590
- "ic-button",
9591
- "ic-pagination-item"
9592
- ],
9593
- "ic-button": [
9594
- "ic-loading-indicator",
9595
- "ic-tooltip"
9596
- ],
9597
- "ic-loading-indicator": [
9598
- "ic-typography"
9599
- ],
9600
- "ic-tooltip": [
9601
- "ic-typography"
9602
- ],
9603
- "ic-pagination-item": [
9604
- "ic-typography"
9605
- ]
9347
+ "ic-pagination": ["ic-button", "ic-pagination-item"],
9348
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
9349
+ "ic-loading-indicator": ["ic-typography"],
9350
+ "ic-tooltip": ["ic-typography"],
9351
+ "ic-pagination-item": ["ic-typography"]
9606
9352
  }
9607
9353
  },
9608
9354
  {
@@ -9823,19 +9569,11 @@
9823
9569
  "styles": [],
9824
9570
  "slots": [],
9825
9571
  "parts": [],
9826
- "dependents": [
9827
- "ic-pagination"
9828
- ],
9829
- "dependencies": [
9830
- "ic-typography"
9831
- ],
9572
+ "dependents": ["ic-pagination"],
9573
+ "dependencies": ["ic-typography"],
9832
9574
  "dependencyGraph": {
9833
- "ic-pagination-item": [
9834
- "ic-typography"
9835
- ],
9836
- "ic-pagination": [
9837
- "ic-pagination-item"
9838
- ]
9575
+ "ic-pagination-item": ["ic-typography"],
9576
+ "ic-pagination": ["ic-pagination-item"]
9839
9577
  }
9840
9578
  },
9841
9579
  {
@@ -9958,29 +9696,13 @@
9958
9696
  "slots": [],
9959
9697
  "parts": [],
9960
9698
  "dependents": [],
9961
- "dependencies": [
9962
- "ic-menu-item",
9963
- "ic-typography"
9964
- ],
9699
+ "dependencies": ["ic-menu-item", "ic-typography"],
9965
9700
  "dependencyGraph": {
9966
- "ic-popover-menu": [
9967
- "ic-menu-item",
9968
- "ic-typography"
9969
- ],
9970
- "ic-menu-item": [
9971
- "ic-typography",
9972
- "ic-button"
9973
- ],
9974
- "ic-button": [
9975
- "ic-loading-indicator",
9976
- "ic-tooltip"
9977
- ],
9978
- "ic-loading-indicator": [
9979
- "ic-typography"
9980
- ],
9981
- "ic-tooltip": [
9982
- "ic-typography"
9983
- ]
9701
+ "ic-popover-menu": ["ic-menu-item", "ic-typography"],
9702
+ "ic-menu-item": ["ic-typography", "ic-button"],
9703
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
9704
+ "ic-loading-indicator": ["ic-typography"],
9705
+ "ic-tooltip": ["ic-typography"]
9984
9706
  }
9985
9707
  },
9986
9708
  {
@@ -10317,21 +10039,11 @@
10317
10039
  "slots": [],
10318
10040
  "parts": [],
10319
10041
  "dependents": [],
10320
- "dependencies": [
10321
- "ic-input-label",
10322
- "ic-input-validation"
10323
- ],
10042
+ "dependencies": ["ic-input-label", "ic-input-validation"],
10324
10043
  "dependencyGraph": {
10325
- "ic-radio-group": [
10326
- "ic-input-label",
10327
- "ic-input-validation"
10328
- ],
10329
- "ic-input-label": [
10330
- "ic-typography"
10331
- ],
10332
- "ic-input-validation": [
10333
- "ic-typography"
10334
- ]
10044
+ "ic-radio-group": ["ic-input-label", "ic-input-validation"],
10045
+ "ic-input-label": ["ic-typography"],
10046
+ "ic-input-validation": ["ic-typography"]
10335
10047
  }
10336
10048
  },
10337
10049
  {
@@ -10760,13 +10472,9 @@
10760
10472
  ],
10761
10473
  "parts": [],
10762
10474
  "dependents": [],
10763
- "dependencies": [
10764
- "ic-typography"
10765
- ],
10475
+ "dependencies": ["ic-typography"],
10766
10476
  "dependencyGraph": {
10767
- "ic-radio-option": [
10768
- "ic-typography"
10769
- ]
10477
+ "ic-radio-option": ["ic-typography"]
10770
10478
  }
10771
10479
  },
10772
10480
  {
@@ -11990,17 +11698,9 @@
11990
11698
  "slots": [],
11991
11699
  "parts": [],
11992
11700
  "dependents": [],
11993
- "dependencies": [
11994
- "ic-text-field",
11995
- "ic-button",
11996
- "ic-menu"
11997
- ],
11701
+ "dependencies": ["ic-text-field", "ic-button", "ic-menu"],
11998
11702
  "dependencyGraph": {
11999
- "ic-search-bar": [
12000
- "ic-text-field",
12001
- "ic-button",
12002
- "ic-menu"
12003
- ],
11703
+ "ic-search-bar": ["ic-text-field", "ic-button", "ic-menu"],
12004
11704
  "ic-text-field": [
12005
11705
  "ic-input-container",
12006
11706
  "ic-input-label",
@@ -12008,27 +11708,12 @@
12008
11708
  "ic-input-validation",
12009
11709
  "ic-typography"
12010
11710
  ],
12011
- "ic-input-label": [
12012
- "ic-typography"
12013
- ],
12014
- "ic-input-validation": [
12015
- "ic-typography"
12016
- ],
12017
- "ic-button": [
12018
- "ic-loading-indicator",
12019
- "ic-tooltip"
12020
- ],
12021
- "ic-loading-indicator": [
12022
- "ic-typography"
12023
- ],
12024
- "ic-tooltip": [
12025
- "ic-typography"
12026
- ],
12027
- "ic-menu": [
12028
- "ic-loading-indicator",
12029
- "ic-typography",
12030
- "ic-button"
12031
- ]
11711
+ "ic-input-label": ["ic-typography"],
11712
+ "ic-input-validation": ["ic-typography"],
11713
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
11714
+ "ic-loading-indicator": ["ic-typography"],
11715
+ "ic-tooltip": ["ic-typography"],
11716
+ "ic-menu": ["ic-loading-indicator", "ic-typography", "ic-button"]
12032
11717
  }
12033
11718
  },
12034
11719
  {
@@ -12115,21 +11800,11 @@
12115
11800
  ],
12116
11801
  "dependencies": [],
12117
11802
  "dependencyGraph": {
12118
- "ic-footer": [
12119
- "ic-section-container"
12120
- ],
12121
- "ic-footer-link-group": [
12122
- "ic-section-container"
12123
- ],
12124
- "ic-hero": [
12125
- "ic-section-container"
12126
- ],
12127
- "ic-page-header": [
12128
- "ic-section-container"
12129
- ],
12130
- "ic-top-navigation": [
12131
- "ic-section-container"
12132
- ]
11803
+ "ic-footer": ["ic-section-container"],
11804
+ "ic-footer-link-group": ["ic-section-container"],
11805
+ "ic-hero": ["ic-section-container"],
11806
+ "ic-page-header": ["ic-section-container"],
11807
+ "ic-top-navigation": ["ic-section-container"]
12133
11808
  }
12134
11809
  },
12135
11810
  {
@@ -12750,6 +12425,28 @@
12750
12425
  "optional": true,
12751
12426
  "required": false
12752
12427
  },
12428
+ {
12429
+ "name": "selectOnEnter",
12430
+ "type": "boolean",
12431
+ "complexType": {
12432
+ "original": "boolean",
12433
+ "resolved": "boolean",
12434
+ "references": {}
12435
+ },
12436
+ "mutable": false,
12437
+ "attr": "select-on-enter",
12438
+ "reflectToAttr": false,
12439
+ "docs": "If `true`, the icOptionSelect event will be fired on enter instead of ArrowUp and ArrowDown.",
12440
+ "docsTags": [],
12441
+ "default": "false",
12442
+ "values": [
12443
+ {
12444
+ "type": "boolean"
12445
+ }
12446
+ ],
12447
+ "optional": true,
12448
+ "required": false
12449
+ },
12753
12450
  {
12754
12451
  "name": "showClearButton",
12755
12452
  "type": "boolean",
@@ -13121,27 +12818,12 @@
13121
12818
  "ic-menu",
13122
12819
  "ic-input-validation"
13123
12820
  ],
13124
- "ic-input-label": [
13125
- "ic-typography"
13126
- ],
13127
- "ic-button": [
13128
- "ic-loading-indicator",
13129
- "ic-tooltip"
13130
- ],
13131
- "ic-loading-indicator": [
13132
- "ic-typography"
13133
- ],
13134
- "ic-tooltip": [
13135
- "ic-typography"
13136
- ],
13137
- "ic-menu": [
13138
- "ic-loading-indicator",
13139
- "ic-typography",
13140
- "ic-button"
13141
- ],
13142
- "ic-input-validation": [
13143
- "ic-typography"
13144
- ]
12821
+ "ic-input-label": ["ic-typography"],
12822
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
12823
+ "ic-loading-indicator": ["ic-typography"],
12824
+ "ic-tooltip": ["ic-typography"],
12825
+ "ic-menu": ["ic-loading-indicator", "ic-typography", "ic-button"],
12826
+ "ic-input-validation": ["ic-typography"]
13145
12827
  }
13146
12828
  },
13147
12829
  {
@@ -13389,7 +13071,28 @@
13389
13071
  }
13390
13072
  ],
13391
13073
  "methods": [],
13392
- "events": [],
13074
+ "events": [
13075
+ {
13076
+ "event": "sideNavExpanded",
13077
+ "detail": "IcExpandedDetail",
13078
+ "bubbles": true,
13079
+ "complexType": {
13080
+ "original": "IcExpandedDetail",
13081
+ "resolved": "IcExpandedDetail",
13082
+ "references": {
13083
+ "IcExpandedDetail": {
13084
+ "location": "import",
13085
+ "path": "./ic-side-navigation.types",
13086
+ "id": "src/components/ic-side-navigation/ic-side-navigation.types.ts::IcExpandedDetail"
13087
+ }
13088
+ }
13089
+ },
13090
+ "cancelable": true,
13091
+ "composed": true,
13092
+ "docs": "Emitted when the side navigation is collapsed and expanded.",
13093
+ "docsTags": []
13094
+ }
13095
+ ],
13393
13096
  "listeners": [
13394
13097
  {
13395
13098
  "event": "themeChange",
@@ -13425,27 +13128,12 @@
13425
13128
  ],
13426
13129
  "parts": [],
13427
13130
  "dependents": [],
13428
- "dependencies": [
13429
- "ic-typography",
13430
- "ic-button",
13431
- "ic-divider"
13432
- ],
13131
+ "dependencies": ["ic-typography", "ic-button", "ic-divider"],
13433
13132
  "dependencyGraph": {
13434
- "ic-side-navigation": [
13435
- "ic-typography",
13436
- "ic-button",
13437
- "ic-divider"
13438
- ],
13439
- "ic-button": [
13440
- "ic-loading-indicator",
13441
- "ic-tooltip"
13442
- ],
13443
- "ic-loading-indicator": [
13444
- "ic-typography"
13445
- ],
13446
- "ic-tooltip": [
13447
- "ic-typography"
13448
- ]
13133
+ "ic-side-navigation": ["ic-typography", "ic-button", "ic-divider"],
13134
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
13135
+ "ic-loading-indicator": ["ic-typography"],
13136
+ "ic-tooltip": ["ic-typography"]
13449
13137
  }
13450
13138
  },
13451
13139
  {
@@ -13793,13 +13481,9 @@
13793
13481
  "slots": [],
13794
13482
  "parts": [],
13795
13483
  "dependents": [],
13796
- "dependencies": [
13797
- "ic-typography"
13798
- ],
13484
+ "dependencies": ["ic-typography"],
13799
13485
  "dependencyGraph": {
13800
- "ic-status-tag": [
13801
- "ic-typography"
13802
- ]
13486
+ "ic-status-tag": ["ic-typography"]
13803
13487
  }
13804
13488
  },
13805
13489
  {
@@ -13934,18 +13618,10 @@
13934
13618
  "slots": [],
13935
13619
  "parts": [],
13936
13620
  "dependents": [],
13937
- "dependencies": [
13938
- "ic-loading-indicator",
13939
- "ic-typography"
13940
- ],
13621
+ "dependencies": ["ic-loading-indicator", "ic-typography"],
13941
13622
  "dependencyGraph": {
13942
- "ic-step": [
13943
- "ic-loading-indicator",
13944
- "ic-typography"
13945
- ],
13946
- "ic-loading-indicator": [
13947
- "ic-typography"
13948
- ]
13623
+ "ic-step": ["ic-loading-indicator", "ic-typography"],
13624
+ "ic-loading-indicator": ["ic-typography"]
13949
13625
  }
13950
13626
  },
13951
13627
  {
@@ -14413,18 +14089,10 @@
14413
14089
  ],
14414
14090
  "parts": [],
14415
14091
  "dependents": [],
14416
- "dependencies": [
14417
- "ic-input-label",
14418
- "ic-typography"
14419
- ],
14092
+ "dependencies": ["ic-input-label", "ic-typography"],
14420
14093
  "dependencyGraph": {
14421
- "ic-switch": [
14422
- "ic-input-label",
14423
- "ic-typography"
14424
- ],
14425
- "ic-input-label": [
14426
- "ic-typography"
14427
- ]
14094
+ "ic-switch": ["ic-input-label", "ic-typography"],
14095
+ "ic-input-label": ["ic-typography"]
14428
14096
  }
14429
14097
  },
14430
14098
  {
@@ -14507,13 +14175,9 @@
14507
14175
  ],
14508
14176
  "parts": [],
14509
14177
  "dependents": [],
14510
- "dependencies": [
14511
- "ic-typography"
14512
- ],
14178
+ "dependencies": ["ic-typography"],
14513
14179
  "dependencyGraph": {
14514
- "ic-tab": [
14515
- "ic-typography"
14516
- ]
14180
+ "ic-tab": ["ic-typography"]
14517
14181
  }
14518
14182
  },
14519
14183
  {
@@ -14801,26 +14465,13 @@
14801
14465
  "slots": [],
14802
14466
  "parts": [],
14803
14467
  "dependents": [],
14804
- "dependencies": [
14805
- "ic-horizontal-scroll"
14806
- ],
14468
+ "dependencies": ["ic-horizontal-scroll"],
14807
14469
  "dependencyGraph": {
14808
- "ic-tab-group": [
14809
- "ic-horizontal-scroll"
14810
- ],
14811
- "ic-horizontal-scroll": [
14812
- "ic-button"
14813
- ],
14814
- "ic-button": [
14815
- "ic-loading-indicator",
14816
- "ic-tooltip"
14817
- ],
14818
- "ic-loading-indicator": [
14819
- "ic-typography"
14820
- ],
14821
- "ic-tooltip": [
14822
- "ic-typography"
14823
- ]
14470
+ "ic-tab-group": ["ic-horizontal-scroll"],
14471
+ "ic-horizontal-scroll": ["ic-button"],
14472
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
14473
+ "ic-loading-indicator": ["ic-typography"],
14474
+ "ic-tooltip": ["ic-typography"]
14824
14475
  }
14825
14476
  },
14826
14477
  {
@@ -16006,9 +15657,7 @@
16006
15657
  }
16007
15658
  ],
16008
15659
  "parts": [],
16009
- "dependents": [
16010
- "ic-search-bar"
16011
- ],
15660
+ "dependents": ["ic-search-bar"],
16012
15661
  "dependencies": [
16013
15662
  "ic-input-container",
16014
15663
  "ic-input-label",
@@ -16024,15 +15673,9 @@
16024
15673
  "ic-input-validation",
16025
15674
  "ic-typography"
16026
15675
  ],
16027
- "ic-input-label": [
16028
- "ic-typography"
16029
- ],
16030
- "ic-input-validation": [
16031
- "ic-typography"
16032
- ],
16033
- "ic-search-bar": [
16034
- "ic-text-field"
16035
- ]
15676
+ "ic-input-label": ["ic-typography"],
15677
+ "ic-input-validation": ["ic-typography"],
15678
+ "ic-search-bar": ["ic-text-field"]
16036
15679
  }
16037
15680
  },
16038
15681
  {
@@ -16339,27 +15982,12 @@
16339
15982
  ],
16340
15983
  "parts": [],
16341
15984
  "dependents": [],
16342
- "dependencies": [
16343
- "ic-typography",
16344
- "ic-loading-indicator",
16345
- "ic-button"
16346
- ],
15985
+ "dependencies": ["ic-typography", "ic-loading-indicator", "ic-button"],
16347
15986
  "dependencyGraph": {
16348
- "ic-toast": [
16349
- "ic-typography",
16350
- "ic-loading-indicator",
16351
- "ic-button"
16352
- ],
16353
- "ic-loading-indicator": [
16354
- "ic-typography"
16355
- ],
16356
- "ic-button": [
16357
- "ic-loading-indicator",
16358
- "ic-tooltip"
16359
- ],
16360
- "ic-tooltip": [
16361
- "ic-typography"
16362
- ]
15987
+ "ic-toast": ["ic-typography", "ic-loading-indicator", "ic-button"],
15988
+ "ic-loading-indicator": ["ic-typography"],
15989
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
15990
+ "ic-tooltip": ["ic-typography"]
16363
15991
  }
16364
15992
  },
16365
15993
  {
@@ -16408,8 +16036,9 @@
16408
16036
  "signature": "(toast: HTMLIcToastElement) => Promise<void>",
16409
16037
  "parameters": [
16410
16038
  {
16411
- "tags": [],
16412
- "text": ""
16039
+ "name": "toast",
16040
+ "type": "HTMLIcToastElement",
16041
+ "docs": "The toast component to display"
16413
16042
  }
16414
16043
  ],
16415
16044
  "references": {
@@ -16425,12 +16054,22 @@
16425
16054
  "return": "Promise<void>"
16426
16055
  },
16427
16056
  "signature": "setVisible(toast: HTMLIcToastElement) => Promise<void>",
16428
- "parameters": [],
16057
+ "parameters": [
16058
+ {
16059
+ "name": "toast",
16060
+ "type": "HTMLIcToastElement",
16061
+ "docs": "The toast component to display"
16062
+ }
16063
+ ],
16429
16064
  "docs": "",
16430
16065
  "docsTags": [
16431
16066
  {
16432
16067
  "name": "deprecated",
16433
16068
  "text": "Use openToast prop to display toast instead."
16069
+ },
16070
+ {
16071
+ "name": "param",
16072
+ "text": "toast The toast component to display"
16434
16073
  }
16435
16074
  ],
16436
16075
  "deprecation": "Use openToast prop to display toast instead."
@@ -16541,7 +16180,7 @@
16541
16180
  "mutable": true,
16542
16181
  "attr": "placement",
16543
16182
  "reflectToAttr": false,
16544
- "docs": "The position of the tool-tip in relation to the parent element.",
16183
+ "docs": "The position of the tooltip in relation to the parent element.",
16545
16184
  "docsTags": [],
16546
16185
  "default": "\"bottom\"",
16547
16186
  "values": [
@@ -16630,22 +16269,14 @@
16630
16269
  "signature": "(show: boolean, persistTooltip?: boolean) => Promise<void>",
16631
16270
  "parameters": [
16632
16271
  {
16633
- "tags": [
16634
- {
16635
- "name": "param",
16636
- "text": "show Whether to show or hide the tooltip"
16637
- }
16638
- ],
16639
- "text": "Whether to show or hide the tooltip"
16272
+ "name": "show",
16273
+ "type": "boolean",
16274
+ "docs": "Whether to show or hide the tooltip"
16640
16275
  },
16641
16276
  {
16642
- "tags": [
16643
- {
16644
- "name": "param",
16645
- "text": "persistTooltip Whether the tooltip should stay on the screen when actions are performed that would previously dismiss the tooltip, such as on hover"
16646
- }
16647
- ],
16648
- "text": "Whether the tooltip should stay on the screen when actions are performed that would previously dismiss the tooltip, such as on hover"
16277
+ "name": "persistTooltip",
16278
+ "type": "boolean",
16279
+ "docs": "Whether the tooltip should stay on the screen when actions are performed that would previously dismiss the tooltip, such as on hover"
16649
16280
  }
16650
16281
  ],
16651
16282
  "references": {
@@ -16657,7 +16288,18 @@
16657
16288
  "return": "Promise<void>"
16658
16289
  },
16659
16290
  "signature": "displayTooltip(show: boolean, persistTooltip?: boolean) => Promise<void>",
16660
- "parameters": [],
16291
+ "parameters": [
16292
+ {
16293
+ "name": "show",
16294
+ "type": "boolean",
16295
+ "docs": "Whether to show or hide the tooltip"
16296
+ },
16297
+ {
16298
+ "name": "persistTooltip",
16299
+ "type": "boolean",
16300
+ "docs": "Whether the tooltip should stay on the screen when actions are performed that would previously dismiss the tooltip, such as on hover"
16301
+ }
16302
+ ],
16661
16303
  "docs": "Method to programmatically show/hide the tooltip without needing to interact with an anchor element",
16662
16304
  "docsTags": [
16663
16305
  {
@@ -16682,27 +16324,13 @@
16682
16324
  ],
16683
16325
  "slots": [],
16684
16326
  "parts": [],
16685
- "dependents": [
16686
- "ic-button",
16687
- "ic-chip",
16688
- "ic-navigation-item"
16689
- ],
16690
- "dependencies": [
16691
- "ic-typography"
16692
- ],
16327
+ "dependents": ["ic-button", "ic-chip", "ic-navigation-item"],
16328
+ "dependencies": ["ic-typography"],
16693
16329
  "dependencyGraph": {
16694
- "ic-tooltip": [
16695
- "ic-typography"
16696
- ],
16697
- "ic-button": [
16698
- "ic-tooltip"
16699
- ],
16700
- "ic-chip": [
16701
- "ic-tooltip"
16702
- ],
16703
- "ic-navigation-item": [
16704
- "ic-tooltip"
16705
- ]
16330
+ "ic-tooltip": ["ic-typography"],
16331
+ "ic-button": ["ic-tooltip"],
16332
+ "ic-chip": ["ic-tooltip"],
16333
+ "ic-navigation-item": ["ic-tooltip"]
16706
16334
  }
16707
16335
  },
16708
16336
  {
@@ -16720,6 +16348,10 @@
16720
16348
  "name": "slot",
16721
16349
  "text": "app-title - Handle routing by nesting a route in the app title."
16722
16350
  },
16351
+ {
16352
+ "name": "slot",
16353
+ "text": "short-app-title - Handle routing by nesting a route in the short app title (to be displayed in place of app title on small screen sizes)."
16354
+ },
16723
16355
  {
16724
16356
  "name": "slot",
16725
16357
  "text": "search - Content will be rendered in search area to left of buttons."
@@ -16909,7 +16541,22 @@
16909
16541
  }
16910
16542
  ],
16911
16543
  "methods": [],
16912
- "events": [],
16544
+ "events": [
16545
+ {
16546
+ "event": "topNavResized",
16547
+ "detail": "{ size: number; }",
16548
+ "bubbles": true,
16549
+ "complexType": {
16550
+ "original": "{ size: number }",
16551
+ "resolved": "{ size: number; }",
16552
+ "references": {}
16553
+ },
16554
+ "cancelable": true,
16555
+ "composed": true,
16556
+ "docs": "Emitted when the top navigation is resized.",
16557
+ "docsTags": []
16558
+ }
16559
+ ],
16913
16560
  "listeners": [
16914
16561
  {
16915
16562
  "event": "icNavigationMenuClose",
@@ -16955,6 +16602,10 @@
16955
16602
  "name": "search",
16956
16603
  "docs": "Content will be rendered in search area to left of buttons."
16957
16604
  },
16605
+ {
16606
+ "name": "short-app-title",
16607
+ "docs": "Handle routing by nesting a route in the short app title (to be displayed in place of app title on small screen sizes)."
16608
+ },
16958
16609
  {
16959
16610
  "name": "toggle-icon",
16960
16611
  "docs": "Icon to be displayed on the button to toggle search slot content on smaller devices"
@@ -16977,23 +16628,11 @@
16977
16628
  "ic-horizontal-scroll",
16978
16629
  "ic-navigation-menu"
16979
16630
  ],
16980
- "ic-button": [
16981
- "ic-loading-indicator",
16982
- "ic-tooltip"
16983
- ],
16984
- "ic-loading-indicator": [
16985
- "ic-typography"
16986
- ],
16987
- "ic-tooltip": [
16988
- "ic-typography"
16989
- ],
16990
- "ic-horizontal-scroll": [
16991
- "ic-button"
16992
- ],
16993
- "ic-navigation-menu": [
16994
- "ic-button",
16995
- "ic-typography"
16996
- ]
16631
+ "ic-button": ["ic-loading-indicator", "ic-tooltip"],
16632
+ "ic-loading-indicator": ["ic-typography"],
16633
+ "ic-tooltip": ["ic-typography"],
16634
+ "ic-horizontal-scroll": ["ic-button"],
16635
+ "ic-navigation-menu": ["ic-button", "ic-typography"]
16997
16636
  }
16998
16637
  },
16999
16638
  {
@@ -17275,123 +16914,45 @@
17275
16914
  ],
17276
16915
  "dependencies": [],
17277
16916
  "dependencyGraph": {
17278
- "ic-accordion": [
17279
- "ic-typography"
17280
- ],
17281
- "ic-accordion-group": [
17282
- "ic-typography"
17283
- ],
17284
- "ic-alert": [
17285
- "ic-typography"
17286
- ],
17287
- "ic-back-to-top": [
17288
- "ic-typography"
17289
- ],
17290
- "ic-badge": [
17291
- "ic-typography"
17292
- ],
17293
- "ic-card": [
17294
- "ic-typography"
17295
- ],
17296
- "ic-checkbox": [
17297
- "ic-typography"
17298
- ],
17299
- "ic-chip": [
17300
- "ic-typography"
17301
- ],
17302
- "ic-classification-banner": [
17303
- "ic-typography"
17304
- ],
17305
- "ic-data-entity": [
17306
- "ic-typography"
17307
- ],
17308
- "ic-data-row": [
17309
- "ic-typography"
17310
- ],
17311
- "ic-dialog": [
17312
- "ic-typography"
17313
- ],
17314
- "ic-empty-state": [
17315
- "ic-typography"
17316
- ],
17317
- "ic-footer": [
17318
- "ic-typography"
17319
- ],
17320
- "ic-footer-link-group": [
17321
- "ic-typography"
17322
- ],
17323
- "ic-hero": [
17324
- "ic-typography"
17325
- ],
17326
- "ic-input-label": [
17327
- "ic-typography"
17328
- ],
17329
- "ic-input-validation": [
17330
- "ic-typography"
17331
- ],
17332
- "ic-loading-indicator": [
17333
- "ic-typography"
17334
- ],
17335
- "ic-menu": [
17336
- "ic-typography"
17337
- ],
17338
- "ic-menu-group": [
17339
- "ic-typography"
17340
- ],
17341
- "ic-menu-item": [
17342
- "ic-typography"
17343
- ],
17344
- "ic-navigation-group": [
17345
- "ic-typography"
17346
- ],
17347
- "ic-navigation-item": [
17348
- "ic-typography"
17349
- ],
17350
- "ic-navigation-menu": [
17351
- "ic-typography"
17352
- ],
17353
- "ic-page-header": [
17354
- "ic-typography"
17355
- ],
17356
- "ic-pagination-item": [
17357
- "ic-typography"
17358
- ],
17359
- "ic-popover-menu": [
17360
- "ic-typography"
17361
- ],
17362
- "ic-radio-option": [
17363
- "ic-typography"
17364
- ],
17365
- "ic-select": [
17366
- "ic-typography"
17367
- ],
17368
- "ic-side-navigation": [
17369
- "ic-typography"
17370
- ],
17371
- "ic-status-tag": [
17372
- "ic-typography"
17373
- ],
17374
- "ic-step": [
17375
- "ic-typography"
17376
- ],
17377
- "ic-switch": [
17378
- "ic-typography"
17379
- ],
17380
- "ic-tab": [
17381
- "ic-typography"
17382
- ],
17383
- "ic-text-field": [
17384
- "ic-typography"
17385
- ],
17386
- "ic-toast": [
17387
- "ic-typography"
17388
- ],
17389
- "ic-tooltip": [
17390
- "ic-typography"
17391
- ],
17392
- "ic-top-navigation": [
17393
- "ic-typography"
17394
- ]
16917
+ "ic-accordion": ["ic-typography"],
16918
+ "ic-accordion-group": ["ic-typography"],
16919
+ "ic-alert": ["ic-typography"],
16920
+ "ic-back-to-top": ["ic-typography"],
16921
+ "ic-badge": ["ic-typography"],
16922
+ "ic-card": ["ic-typography"],
16923
+ "ic-checkbox": ["ic-typography"],
16924
+ "ic-chip": ["ic-typography"],
16925
+ "ic-classification-banner": ["ic-typography"],
16926
+ "ic-data-entity": ["ic-typography"],
16927
+ "ic-data-row": ["ic-typography"],
16928
+ "ic-dialog": ["ic-typography"],
16929
+ "ic-empty-state": ["ic-typography"],
16930
+ "ic-footer": ["ic-typography"],
16931
+ "ic-footer-link-group": ["ic-typography"],
16932
+ "ic-hero": ["ic-typography"],
16933
+ "ic-input-label": ["ic-typography"],
16934
+ "ic-input-validation": ["ic-typography"],
16935
+ "ic-loading-indicator": ["ic-typography"],
16936
+ "ic-menu": ["ic-typography"],
16937
+ "ic-menu-group": ["ic-typography"],
16938
+ "ic-menu-item": ["ic-typography"],
16939
+ "ic-navigation-group": ["ic-typography"],
16940
+ "ic-navigation-item": ["ic-typography"],
16941
+ "ic-navigation-menu": ["ic-typography"],
16942
+ "ic-page-header": ["ic-typography"],
16943
+ "ic-pagination-item": ["ic-typography"],
16944
+ "ic-popover-menu": ["ic-typography"],
16945
+ "ic-radio-option": ["ic-typography"],
16946
+ "ic-select": ["ic-typography"],
16947
+ "ic-side-navigation": ["ic-typography"],
16948
+ "ic-status-tag": ["ic-typography"],
16949
+ "ic-step": ["ic-typography"],
16950
+ "ic-switch": ["ic-typography"],
16951
+ "ic-tab": ["ic-typography"],
16952
+ "ic-text-field": ["ic-typography"],
16953
+ "ic-toast": ["ic-typography"],
16954
+ "ic-tooltip": ["ic-typography"],
16955
+ "ic-top-navigation": ["ic-typography"]
17395
16956
  }
17396
16957
  }
17397
16958
  ],
@@ -17596,6 +17157,11 @@
17596
17157
  "docstring": "",
17597
17158
  "path": "src/components/ic-menu-item/ic-menu-item.types.ts"
17598
17159
  },
17160
+ "src/components/ic-side-navigation/ic-side-navigation.types.ts::IcExpandedDetail": {
17161
+ "declaration": "export interface IcExpandedDetail {\n sideNavExpanded: boolean;\n sideNavMobile: boolean;\n}",
17162
+ "docstring": "",
17163
+ "path": "src/components/ic-side-navigation/ic-side-navigation.types.ts"
17164
+ },
17599
17165
  "src/components/ic-pagination/ic-pagination.types.ts::IcPaginationTypes": {
17600
17166
  "declaration": "export type IcPaginationTypes = \"simple\" | \"complex\";",
17601
17167
  "docstring": "",
@@ -17692,4 +17258,4 @@
17692
17258
  "path": "src/components/ic-tooltip/ic-tooltip.types.ts"
17693
17259
  }
17694
17260
  }
17695
- }
17261
+ }