@ukic/docs 2.1.0-beta.7 → 2.1.0-beta.9
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 +715 -111
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2023-
|
|
2
|
+
"timestamp": "2023-03-21T13:37:41",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "2.20.0",
|
|
@@ -240,7 +240,13 @@
|
|
|
240
240
|
"methods": [],
|
|
241
241
|
"events": [],
|
|
242
242
|
"listeners": [],
|
|
243
|
-
"styles": [
|
|
243
|
+
"styles": [
|
|
244
|
+
{
|
|
245
|
+
"name": "--ic-z-index-back-to-top",
|
|
246
|
+
"annotation": "prop",
|
|
247
|
+
"docs": "z-index of back to top"
|
|
248
|
+
}
|
|
249
|
+
],
|
|
244
250
|
"slots": [],
|
|
245
251
|
"parts": [],
|
|
246
252
|
"dependents": [],
|
|
@@ -312,7 +318,19 @@
|
|
|
312
318
|
"required": true
|
|
313
319
|
}
|
|
314
320
|
],
|
|
315
|
-
"methods": [
|
|
321
|
+
"methods": [
|
|
322
|
+
{
|
|
323
|
+
"name": "setFocus",
|
|
324
|
+
"returns": {
|
|
325
|
+
"type": "Promise<void>",
|
|
326
|
+
"docs": ""
|
|
327
|
+
},
|
|
328
|
+
"signature": "setFocus() => Promise<void>",
|
|
329
|
+
"parameters": [],
|
|
330
|
+
"docs": "Sets focus on the breadcrumb.",
|
|
331
|
+
"docsTags": []
|
|
332
|
+
}
|
|
333
|
+
],
|
|
316
334
|
"events": [],
|
|
317
335
|
"listeners": [],
|
|
318
336
|
"styles": [],
|
|
@@ -762,7 +780,7 @@
|
|
|
762
780
|
},
|
|
763
781
|
"signature": "setFocus() => Promise<void>",
|
|
764
782
|
"parameters": [],
|
|
765
|
-
"docs": "Sets focus on the native `button
|
|
783
|
+
"docs": "Sets focus on the native `button`.",
|
|
766
784
|
"docsTags": []
|
|
767
785
|
}
|
|
768
786
|
],
|
|
@@ -810,11 +828,13 @@
|
|
|
810
828
|
"dependents": [
|
|
811
829
|
"ic-alert",
|
|
812
830
|
"ic-card",
|
|
831
|
+
"ic-horizontal-scroll",
|
|
813
832
|
"ic-navigation-button",
|
|
814
833
|
"ic-navigation-menu",
|
|
815
834
|
"ic-search-bar",
|
|
816
835
|
"ic-select",
|
|
817
836
|
"ic-side-navigation",
|
|
837
|
+
"ic-toast",
|
|
818
838
|
"ic-top-navigation"
|
|
819
839
|
],
|
|
820
840
|
"dependencies": [
|
|
@@ -838,6 +858,9 @@
|
|
|
838
858
|
"ic-card": [
|
|
839
859
|
"ic-button"
|
|
840
860
|
],
|
|
861
|
+
"ic-horizontal-scroll": [
|
|
862
|
+
"ic-button"
|
|
863
|
+
],
|
|
841
864
|
"ic-navigation-button": [
|
|
842
865
|
"ic-button"
|
|
843
866
|
],
|
|
@@ -853,6 +876,9 @@
|
|
|
853
876
|
"ic-side-navigation": [
|
|
854
877
|
"ic-button"
|
|
855
878
|
],
|
|
879
|
+
"ic-toast": [
|
|
880
|
+
"ic-button"
|
|
881
|
+
],
|
|
856
882
|
"ic-top-navigation": [
|
|
857
883
|
"ic-button"
|
|
858
884
|
]
|
|
@@ -1139,7 +1165,19 @@
|
|
|
1139
1165
|
"required": false
|
|
1140
1166
|
}
|
|
1141
1167
|
],
|
|
1142
|
-
"methods": [
|
|
1168
|
+
"methods": [
|
|
1169
|
+
{
|
|
1170
|
+
"name": "setFocus",
|
|
1171
|
+
"returns": {
|
|
1172
|
+
"type": "Promise<void>",
|
|
1173
|
+
"docs": ""
|
|
1174
|
+
},
|
|
1175
|
+
"signature": "setFocus() => Promise<void>",
|
|
1176
|
+
"parameters": [],
|
|
1177
|
+
"docs": "Sets focus on the card.",
|
|
1178
|
+
"docsTags": []
|
|
1179
|
+
}
|
|
1180
|
+
],
|
|
1143
1181
|
"events": [],
|
|
1144
1182
|
"listeners": [
|
|
1145
1183
|
{
|
|
@@ -1384,7 +1422,19 @@
|
|
|
1384
1422
|
"required": true
|
|
1385
1423
|
}
|
|
1386
1424
|
],
|
|
1387
|
-
"methods": [
|
|
1425
|
+
"methods": [
|
|
1426
|
+
{
|
|
1427
|
+
"name": "setFocus",
|
|
1428
|
+
"returns": {
|
|
1429
|
+
"type": "Promise<void>",
|
|
1430
|
+
"docs": ""
|
|
1431
|
+
},
|
|
1432
|
+
"signature": "setFocus() => Promise<void>",
|
|
1433
|
+
"parameters": [],
|
|
1434
|
+
"docs": "Sets focus on the checkbox.",
|
|
1435
|
+
"docsTags": []
|
|
1436
|
+
}
|
|
1437
|
+
],
|
|
1388
1438
|
"events": [
|
|
1389
1439
|
{
|
|
1390
1440
|
"event": "checkboxChecked",
|
|
@@ -1751,7 +1801,19 @@
|
|
|
1751
1801
|
"required": false
|
|
1752
1802
|
}
|
|
1753
1803
|
],
|
|
1754
|
-
"methods": [
|
|
1804
|
+
"methods": [
|
|
1805
|
+
{
|
|
1806
|
+
"name": "setFocus",
|
|
1807
|
+
"returns": {
|
|
1808
|
+
"type": "Promise<void>",
|
|
1809
|
+
"docs": ""
|
|
1810
|
+
},
|
|
1811
|
+
"signature": "setFocus() => Promise<void>",
|
|
1812
|
+
"parameters": [],
|
|
1813
|
+
"docs": "Sets focus on the chip.",
|
|
1814
|
+
"docsTags": []
|
|
1815
|
+
}
|
|
1816
|
+
],
|
|
1755
1817
|
"events": [
|
|
1756
1818
|
{
|
|
1757
1819
|
"event": "dismiss",
|
|
@@ -1923,7 +1985,13 @@
|
|
|
1923
1985
|
"methods": [],
|
|
1924
1986
|
"events": [],
|
|
1925
1987
|
"listeners": [],
|
|
1926
|
-
"styles": [
|
|
1988
|
+
"styles": [
|
|
1989
|
+
{
|
|
1990
|
+
"name": "--ic-z-index-classification-banner",
|
|
1991
|
+
"annotation": "prop",
|
|
1992
|
+
"docs": "z-index of classification banner"
|
|
1993
|
+
}
|
|
1994
|
+
],
|
|
1927
1995
|
"slots": [],
|
|
1928
1996
|
"parts": [],
|
|
1929
1997
|
"dependents": [],
|
|
@@ -2667,6 +2735,81 @@
|
|
|
2667
2735
|
]
|
|
2668
2736
|
}
|
|
2669
2737
|
},
|
|
2738
|
+
{
|
|
2739
|
+
"filePath": "./src/components/ic-horizontal-scroll/ic-horizontal-scroll.tsx",
|
|
2740
|
+
"encapsulation": "shadow",
|
|
2741
|
+
"tag": "ic-horizontal-scroll",
|
|
2742
|
+
"readme": "# ic-horizontal-scroll\n\n\n",
|
|
2743
|
+
"docs": "",
|
|
2744
|
+
"docsTags": [],
|
|
2745
|
+
"usage": {},
|
|
2746
|
+
"props": [
|
|
2747
|
+
{
|
|
2748
|
+
"name": "appearance",
|
|
2749
|
+
"type": "\"dark\" | \"default\" | \"light\"",
|
|
2750
|
+
"mutable": false,
|
|
2751
|
+
"attr": "appearance",
|
|
2752
|
+
"reflectToAttr": false,
|
|
2753
|
+
"docs": "The appearance of the horizontal scroll, e.g. dark, light or the default.",
|
|
2754
|
+
"docsTags": [],
|
|
2755
|
+
"default": "\"default\"",
|
|
2756
|
+
"values": [
|
|
2757
|
+
{
|
|
2758
|
+
"value": "dark",
|
|
2759
|
+
"type": "string"
|
|
2760
|
+
},
|
|
2761
|
+
{
|
|
2762
|
+
"value": "default",
|
|
2763
|
+
"type": "string"
|
|
2764
|
+
},
|
|
2765
|
+
{
|
|
2766
|
+
"value": "light",
|
|
2767
|
+
"type": "string"
|
|
2768
|
+
}
|
|
2769
|
+
],
|
|
2770
|
+
"optional": true,
|
|
2771
|
+
"required": false
|
|
2772
|
+
}
|
|
2773
|
+
],
|
|
2774
|
+
"methods": [],
|
|
2775
|
+
"events": [],
|
|
2776
|
+
"listeners": [],
|
|
2777
|
+
"styles": [],
|
|
2778
|
+
"slots": [],
|
|
2779
|
+
"parts": [],
|
|
2780
|
+
"dependents": [
|
|
2781
|
+
"ic-page-header",
|
|
2782
|
+
"ic-tab-group",
|
|
2783
|
+
"ic-top-navigation"
|
|
2784
|
+
],
|
|
2785
|
+
"dependencies": [
|
|
2786
|
+
"ic-button"
|
|
2787
|
+
],
|
|
2788
|
+
"dependencyGraph": {
|
|
2789
|
+
"ic-horizontal-scroll": [
|
|
2790
|
+
"ic-button"
|
|
2791
|
+
],
|
|
2792
|
+
"ic-button": [
|
|
2793
|
+
"ic-loading-indicator",
|
|
2794
|
+
"ic-tooltip"
|
|
2795
|
+
],
|
|
2796
|
+
"ic-loading-indicator": [
|
|
2797
|
+
"ic-typography"
|
|
2798
|
+
],
|
|
2799
|
+
"ic-tooltip": [
|
|
2800
|
+
"ic-typography"
|
|
2801
|
+
],
|
|
2802
|
+
"ic-page-header": [
|
|
2803
|
+
"ic-horizontal-scroll"
|
|
2804
|
+
],
|
|
2805
|
+
"ic-tab-group": [
|
|
2806
|
+
"ic-horizontal-scroll"
|
|
2807
|
+
],
|
|
2808
|
+
"ic-top-navigation": [
|
|
2809
|
+
"ic-horizontal-scroll"
|
|
2810
|
+
]
|
|
2811
|
+
}
|
|
2812
|
+
},
|
|
2670
2813
|
{
|
|
2671
2814
|
"filePath": "./src/components/ic-input-component-container/ic-input-component-container.tsx",
|
|
2672
2815
|
"encapsulation": "none",
|
|
@@ -3449,7 +3592,19 @@
|
|
|
3449
3592
|
"required": false
|
|
3450
3593
|
}
|
|
3451
3594
|
],
|
|
3452
|
-
"methods": [
|
|
3595
|
+
"methods": [
|
|
3596
|
+
{
|
|
3597
|
+
"name": "setFocus",
|
|
3598
|
+
"returns": {
|
|
3599
|
+
"type": "Promise<void>",
|
|
3600
|
+
"docs": ""
|
|
3601
|
+
},
|
|
3602
|
+
"signature": "setFocus() => Promise<void>",
|
|
3603
|
+
"parameters": [],
|
|
3604
|
+
"docs": "Sets focus on the link.",
|
|
3605
|
+
"docsTags": []
|
|
3606
|
+
}
|
|
3607
|
+
],
|
|
3453
3608
|
"events": [],
|
|
3454
3609
|
"listeners": [
|
|
3455
3610
|
{
|
|
@@ -3692,7 +3847,8 @@
|
|
|
3692
3847
|
"parts": [],
|
|
3693
3848
|
"dependents": [
|
|
3694
3849
|
"ic-button",
|
|
3695
|
-
"ic-step"
|
|
3850
|
+
"ic-step",
|
|
3851
|
+
"ic-toast"
|
|
3696
3852
|
],
|
|
3697
3853
|
"dependencies": [
|
|
3698
3854
|
"ic-typography"
|
|
@@ -3706,6 +3862,9 @@
|
|
|
3706
3862
|
],
|
|
3707
3863
|
"ic-step": [
|
|
3708
3864
|
"ic-loading-indicator"
|
|
3865
|
+
],
|
|
3866
|
+
"ic-toast": [
|
|
3867
|
+
"ic-loading-indicator"
|
|
3709
3868
|
]
|
|
3710
3869
|
}
|
|
3711
3870
|
},
|
|
@@ -3885,17 +4044,6 @@
|
|
|
3885
4044
|
}
|
|
3886
4045
|
],
|
|
3887
4046
|
"methods": [
|
|
3888
|
-
{
|
|
3889
|
-
"name": "handleClickOpen",
|
|
3890
|
-
"returns": {
|
|
3891
|
-
"type": "Promise<void>",
|
|
3892
|
-
"docs": ""
|
|
3893
|
-
},
|
|
3894
|
-
"signature": "handleClickOpen() => Promise<void>",
|
|
3895
|
-
"parameters": [],
|
|
3896
|
-
"docs": "If menu is opened with the mouse, emit icMenuStateChange custom event.",
|
|
3897
|
-
"docsTags": []
|
|
3898
|
-
},
|
|
3899
4047
|
{
|
|
3900
4048
|
"name": "handleKeyboardOpen",
|
|
3901
4049
|
"returns": {
|
|
@@ -3913,41 +4061,15 @@
|
|
|
3913
4061
|
]
|
|
3914
4062
|
}
|
|
3915
4063
|
],
|
|
3916
|
-
"events": [
|
|
3917
|
-
|
|
3918
|
-
|
|
3919
|
-
"detail": "IcMenuChangeEventDetail",
|
|
3920
|
-
"bubbles": true,
|
|
3921
|
-
"cancelable": true,
|
|
3922
|
-
"composed": true,
|
|
3923
|
-
"docs": "Emitted when state of menu changes (i.e. open or close).",
|
|
3924
|
-
"docsTags": []
|
|
3925
|
-
},
|
|
3926
|
-
{
|
|
3927
|
-
"event": "icOptionSelect",
|
|
3928
|
-
"detail": "IcOptionSelectEventDetail",
|
|
3929
|
-
"bubbles": true,
|
|
3930
|
-
"cancelable": true,
|
|
3931
|
-
"composed": true,
|
|
3932
|
-
"docs": "Emitted when an option is selected.",
|
|
3933
|
-
"docsTags": []
|
|
3934
|
-
}
|
|
3935
|
-
],
|
|
3936
|
-
"listeners": [
|
|
3937
|
-
{
|
|
3938
|
-
"event": "icClear",
|
|
3939
|
-
"target": "document",
|
|
3940
|
-
"capture": false,
|
|
3941
|
-
"passive": false
|
|
3942
|
-
},
|
|
4064
|
+
"events": [],
|
|
4065
|
+
"listeners": [],
|
|
4066
|
+
"styles": [
|
|
3943
4067
|
{
|
|
3944
|
-
"
|
|
3945
|
-
"
|
|
3946
|
-
"
|
|
3947
|
-
"passive": false
|
|
4068
|
+
"name": "--ic-z-index-menu",
|
|
4069
|
+
"annotation": "prop",
|
|
4070
|
+
"docs": "z-index of menu"
|
|
3948
4071
|
}
|
|
3949
4072
|
],
|
|
3950
|
-
"styles": [],
|
|
3951
4073
|
"slots": [],
|
|
3952
4074
|
"parts": [],
|
|
3953
4075
|
"dependents": [
|
|
@@ -4141,7 +4263,7 @@
|
|
|
4141
4263
|
},
|
|
4142
4264
|
"signature": "setFocus() => Promise<void>",
|
|
4143
4265
|
"parameters": [],
|
|
4144
|
-
"docs": "Sets focus on the native `button
|
|
4266
|
+
"docs": "Sets focus on the native `button`.",
|
|
4145
4267
|
"docsTags": []
|
|
4146
4268
|
}
|
|
4147
4269
|
],
|
|
@@ -4246,7 +4368,7 @@
|
|
|
4246
4368
|
},
|
|
4247
4369
|
"signature": "setFocus() => Promise<void>",
|
|
4248
4370
|
"parameters": [],
|
|
4249
|
-
"docs": "Sets focus on the nav item",
|
|
4371
|
+
"docs": "Sets focus on the nav item.",
|
|
4250
4372
|
"docsTags": []
|
|
4251
4373
|
}
|
|
4252
4374
|
],
|
|
@@ -4269,7 +4391,13 @@
|
|
|
4269
4391
|
"passive": false
|
|
4270
4392
|
}
|
|
4271
4393
|
],
|
|
4272
|
-
"styles": [
|
|
4394
|
+
"styles": [
|
|
4395
|
+
{
|
|
4396
|
+
"name": "--ic-z-index-navigation-item",
|
|
4397
|
+
"annotation": "prop",
|
|
4398
|
+
"docs": "z-index of navigation group item"
|
|
4399
|
+
}
|
|
4400
|
+
],
|
|
4273
4401
|
"slots": [],
|
|
4274
4402
|
"parts": [],
|
|
4275
4403
|
"dependents": [],
|
|
@@ -4356,7 +4484,7 @@
|
|
|
4356
4484
|
},
|
|
4357
4485
|
"signature": "setFocus() => Promise<void>",
|
|
4358
4486
|
"parameters": [],
|
|
4359
|
-
"docs": "Sets focus on the nav item",
|
|
4487
|
+
"docs": "Sets focus on the nav item.",
|
|
4360
4488
|
"docsTags": []
|
|
4361
4489
|
}
|
|
4362
4490
|
],
|
|
@@ -4369,7 +4497,13 @@
|
|
|
4369
4497
|
"passive": false
|
|
4370
4498
|
}
|
|
4371
4499
|
],
|
|
4372
|
-
"styles": [
|
|
4500
|
+
"styles": [
|
|
4501
|
+
{
|
|
4502
|
+
"name": "--ic-z-index-navigation-item",
|
|
4503
|
+
"annotation": "prop",
|
|
4504
|
+
"docs": "z-index of navigation item"
|
|
4505
|
+
}
|
|
4506
|
+
],
|
|
4373
4507
|
"slots": [],
|
|
4374
4508
|
"parts": [
|
|
4375
4509
|
{
|
|
@@ -4460,7 +4594,13 @@
|
|
|
4460
4594
|
"passive": false
|
|
4461
4595
|
}
|
|
4462
4596
|
],
|
|
4463
|
-
"styles": [
|
|
4597
|
+
"styles": [
|
|
4598
|
+
{
|
|
4599
|
+
"name": "--ic-z-index-navigation-menu",
|
|
4600
|
+
"annotation": "prop",
|
|
4601
|
+
"docs": "z-index of navigation menu"
|
|
4602
|
+
}
|
|
4603
|
+
],
|
|
4464
4604
|
"slots": [
|
|
4465
4605
|
{
|
|
4466
4606
|
"name": "buttons",
|
|
@@ -4688,7 +4828,13 @@
|
|
|
4688
4828
|
"methods": [],
|
|
4689
4829
|
"events": [],
|
|
4690
4830
|
"listeners": [],
|
|
4691
|
-
"styles": [
|
|
4831
|
+
"styles": [
|
|
4832
|
+
{
|
|
4833
|
+
"name": "--ic-z-index-page-header",
|
|
4834
|
+
"annotation": "prop",
|
|
4835
|
+
"docs": "z-index of page-header"
|
|
4836
|
+
}
|
|
4837
|
+
],
|
|
4692
4838
|
"slots": [
|
|
4693
4839
|
{
|
|
4694
4840
|
"name": "actions",
|
|
@@ -4727,11 +4873,26 @@
|
|
|
4727
4873
|
"dependents": [],
|
|
4728
4874
|
"dependencies": [
|
|
4729
4875
|
"ic-section-container",
|
|
4730
|
-
"ic-typography"
|
|
4876
|
+
"ic-typography",
|
|
4877
|
+
"ic-horizontal-scroll"
|
|
4731
4878
|
],
|
|
4732
4879
|
"dependencyGraph": {
|
|
4733
4880
|
"ic-page-header": [
|
|
4734
4881
|
"ic-section-container",
|
|
4882
|
+
"ic-typography",
|
|
4883
|
+
"ic-horizontal-scroll"
|
|
4884
|
+
],
|
|
4885
|
+
"ic-horizontal-scroll": [
|
|
4886
|
+
"ic-button"
|
|
4887
|
+
],
|
|
4888
|
+
"ic-button": [
|
|
4889
|
+
"ic-loading-indicator",
|
|
4890
|
+
"ic-tooltip"
|
|
4891
|
+
],
|
|
4892
|
+
"ic-loading-indicator": [
|
|
4893
|
+
"ic-typography"
|
|
4894
|
+
],
|
|
4895
|
+
"ic-tooltip": [
|
|
4735
4896
|
"ic-typography"
|
|
4736
4897
|
]
|
|
4737
4898
|
}
|
|
@@ -4827,6 +4988,28 @@
|
|
|
4827
4988
|
"optional": false,
|
|
4828
4989
|
"required": true
|
|
4829
4990
|
},
|
|
4991
|
+
{
|
|
4992
|
+
"name": "orientation",
|
|
4993
|
+
"type": "\"horizontal\" | \"vertical\"",
|
|
4994
|
+
"mutable": true,
|
|
4995
|
+
"attr": "orientation",
|
|
4996
|
+
"reflectToAttr": true,
|
|
4997
|
+
"docs": "The orientation of the radio buttons in the radio group. If there are more than two radio buttons in a radio group or either of the radio buttons use the `additional-field` slot, then the orientation will always be vertical.",
|
|
4998
|
+
"docsTags": [],
|
|
4999
|
+
"default": "\"vertical\"",
|
|
5000
|
+
"values": [
|
|
5001
|
+
{
|
|
5002
|
+
"value": "horizontal",
|
|
5003
|
+
"type": "string"
|
|
5004
|
+
},
|
|
5005
|
+
{
|
|
5006
|
+
"value": "vertical",
|
|
5007
|
+
"type": "string"
|
|
5008
|
+
}
|
|
5009
|
+
],
|
|
5010
|
+
"optional": false,
|
|
5011
|
+
"required": false
|
|
5012
|
+
},
|
|
4830
5013
|
{
|
|
4831
5014
|
"name": "required",
|
|
4832
5015
|
"type": "boolean",
|
|
@@ -5095,17 +5278,29 @@
|
|
|
5095
5278
|
"required": true
|
|
5096
5279
|
}
|
|
5097
5280
|
],
|
|
5098
|
-
"methods": [
|
|
5099
|
-
|
|
5100
|
-
|
|
5101
|
-
"
|
|
5102
|
-
|
|
5103
|
-
|
|
5104
|
-
|
|
5105
|
-
"
|
|
5106
|
-
"
|
|
5107
|
-
"
|
|
5108
|
-
|
|
5281
|
+
"methods": [
|
|
5282
|
+
{
|
|
5283
|
+
"name": "setFocus",
|
|
5284
|
+
"returns": {
|
|
5285
|
+
"type": "Promise<void>",
|
|
5286
|
+
"docs": ""
|
|
5287
|
+
},
|
|
5288
|
+
"signature": "setFocus() => Promise<void>",
|
|
5289
|
+
"parameters": [],
|
|
5290
|
+
"docs": "Sets focus on the radio option.",
|
|
5291
|
+
"docsTags": []
|
|
5292
|
+
}
|
|
5293
|
+
],
|
|
5294
|
+
"events": [
|
|
5295
|
+
{
|
|
5296
|
+
"event": "icCheck",
|
|
5297
|
+
"detail": "IcValueEventDetail",
|
|
5298
|
+
"bubbles": true,
|
|
5299
|
+
"cancelable": true,
|
|
5300
|
+
"composed": true,
|
|
5301
|
+
"docs": "Emitted when a radio is selected.",
|
|
5302
|
+
"docsTags": []
|
|
5303
|
+
},
|
|
5109
5304
|
{
|
|
5110
5305
|
"event": "radioOptionSelect",
|
|
5111
5306
|
"detail": "IcValueEventDetail",
|
|
@@ -5768,7 +5963,7 @@
|
|
|
5768
5963
|
},
|
|
5769
5964
|
"signature": "setFocus() => Promise<void>",
|
|
5770
5965
|
"parameters": [],
|
|
5771
|
-
"docs": "Sets focus on the native `input
|
|
5966
|
+
"docs": "Sets focus on the native `input`.",
|
|
5772
5967
|
"docsTags": []
|
|
5773
5968
|
}
|
|
5774
5969
|
],
|
|
@@ -5886,19 +6081,15 @@
|
|
|
5886
6081
|
"event": "keyup",
|
|
5887
6082
|
"capture": false,
|
|
5888
6083
|
"passive": false
|
|
5889
|
-
}
|
|
5890
|
-
|
|
5891
|
-
|
|
5892
|
-
"capture": false,
|
|
5893
|
-
"passive": false
|
|
5894
|
-
},
|
|
6084
|
+
}
|
|
6085
|
+
],
|
|
6086
|
+
"styles": [
|
|
5895
6087
|
{
|
|
5896
|
-
"
|
|
5897
|
-
"
|
|
5898
|
-
"
|
|
6088
|
+
"name": "--ic-z-index-menu",
|
|
6089
|
+
"annotation": "prop",
|
|
6090
|
+
"docs": "z-index of search bar menu"
|
|
5899
6091
|
}
|
|
5900
6092
|
],
|
|
5901
|
-
"styles": [],
|
|
5902
6093
|
"slots": [],
|
|
5903
6094
|
"parts": [],
|
|
5904
6095
|
"dependents": [],
|
|
@@ -6052,6 +6243,40 @@
|
|
|
6052
6243
|
"optional": true,
|
|
6053
6244
|
"required": false
|
|
6054
6245
|
},
|
|
6246
|
+
{
|
|
6247
|
+
"name": "debounce",
|
|
6248
|
+
"type": "number",
|
|
6249
|
+
"mutable": false,
|
|
6250
|
+
"attr": "debounce",
|
|
6251
|
+
"reflectToAttr": false,
|
|
6252
|
+
"docs": "The amount of time, in milliseconds, to wait to trigger the `icChange` event after each keystroke.",
|
|
6253
|
+
"docsTags": [],
|
|
6254
|
+
"default": "0",
|
|
6255
|
+
"values": [
|
|
6256
|
+
{
|
|
6257
|
+
"type": "number"
|
|
6258
|
+
}
|
|
6259
|
+
],
|
|
6260
|
+
"optional": true,
|
|
6261
|
+
"required": false
|
|
6262
|
+
},
|
|
6263
|
+
{
|
|
6264
|
+
"name": "disableFilter",
|
|
6265
|
+
"type": "boolean",
|
|
6266
|
+
"mutable": false,
|
|
6267
|
+
"attr": "disable-filter",
|
|
6268
|
+
"reflectToAttr": false,
|
|
6269
|
+
"docs": "Specify whether to disable the built in filtering for a searchable variant. For example, if options will already be filtered from external source.",
|
|
6270
|
+
"docsTags": [],
|
|
6271
|
+
"default": "false",
|
|
6272
|
+
"values": [
|
|
6273
|
+
{
|
|
6274
|
+
"type": "boolean"
|
|
6275
|
+
}
|
|
6276
|
+
],
|
|
6277
|
+
"optional": true,
|
|
6278
|
+
"required": false
|
|
6279
|
+
},
|
|
6055
6280
|
{
|
|
6056
6281
|
"name": "disabled",
|
|
6057
6282
|
"type": "boolean",
|
|
@@ -6143,7 +6368,7 @@
|
|
|
6143
6368
|
"mutable": false,
|
|
6144
6369
|
"attr": "include-descriptions-in-search",
|
|
6145
6370
|
"reflectToAttr": false,
|
|
6146
|
-
"docs": "If `true`, descriptions of options will be included when filtering options in a searchable select.",
|
|
6371
|
+
"docs": "If `true`, descriptions of options will be included when filtering options in a searchable select. Only applies to built in filtering.",
|
|
6147
6372
|
"docsTags": [],
|
|
6148
6373
|
"default": "false",
|
|
6149
6374
|
"values": [
|
|
@@ -6160,7 +6385,7 @@
|
|
|
6160
6385
|
"mutable": false,
|
|
6161
6386
|
"attr": "include-group-titles-in-search",
|
|
6162
6387
|
"reflectToAttr": false,
|
|
6163
|
-
"docs": "If `true`, group titles of grouped options will be included when filtering options in a searchable select.",
|
|
6388
|
+
"docs": "If `true`, group titles of grouped options will be included when filtering options in a searchable select. Only applies to built in filtering.",
|
|
6164
6389
|
"docsTags": [],
|
|
6165
6390
|
"default": "false",
|
|
6166
6391
|
"values": [
|
|
@@ -6277,7 +6502,7 @@
|
|
|
6277
6502
|
"mutable": false,
|
|
6278
6503
|
"attr": "search-match-position",
|
|
6279
6504
|
"reflectToAttr": false,
|
|
6280
|
-
"docs": "Whether the search string of the searchable select should match the start of or anywhere in the options.",
|
|
6505
|
+
"docs": "Whether the search string of the searchable select should match the start of or anywhere in the options. Only applies to built in filtering.",
|
|
6281
6506
|
"docsTags": [],
|
|
6282
6507
|
"default": "\"anywhere\"",
|
|
6283
6508
|
"values": [
|
|
@@ -6427,7 +6652,7 @@
|
|
|
6427
6652
|
"bubbles": true,
|
|
6428
6653
|
"cancelable": true,
|
|
6429
6654
|
"composed": true,
|
|
6430
|
-
"docs": "Emitted when select
|
|
6655
|
+
"docs": "Emitted when select loses focus.",
|
|
6431
6656
|
"docsTags": []
|
|
6432
6657
|
},
|
|
6433
6658
|
{
|
|
@@ -6436,7 +6661,16 @@
|
|
|
6436
6661
|
"bubbles": true,
|
|
6437
6662
|
"cancelable": true,
|
|
6438
6663
|
"composed": true,
|
|
6439
|
-
"docs": "Emitted when
|
|
6664
|
+
"docs": "Emitted when the value changes.",
|
|
6665
|
+
"docsTags": []
|
|
6666
|
+
},
|
|
6667
|
+
{
|
|
6668
|
+
"event": "icClear",
|
|
6669
|
+
"detail": "void",
|
|
6670
|
+
"bubbles": true,
|
|
6671
|
+
"cancelable": true,
|
|
6672
|
+
"composed": true,
|
|
6673
|
+
"docs": "Emitted when clear button clicked.",
|
|
6440
6674
|
"docsTags": []
|
|
6441
6675
|
},
|
|
6442
6676
|
{
|
|
@@ -6445,12 +6679,35 @@
|
|
|
6445
6679
|
"bubbles": true,
|
|
6446
6680
|
"cancelable": true,
|
|
6447
6681
|
"composed": true,
|
|
6448
|
-
"docs": "Emitted when select
|
|
6682
|
+
"docs": "Emitted when select gains focus.",
|
|
6683
|
+
"docsTags": []
|
|
6684
|
+
},
|
|
6685
|
+
{
|
|
6686
|
+
"event": "icInput",
|
|
6687
|
+
"detail": "IcValueEventDetail",
|
|
6688
|
+
"bubbles": true,
|
|
6689
|
+
"cancelable": true,
|
|
6690
|
+
"composed": true,
|
|
6691
|
+
"docs": "Emitted when a keyboard input occurred.",
|
|
6692
|
+
"docsTags": []
|
|
6693
|
+
},
|
|
6694
|
+
{
|
|
6695
|
+
"event": "icOptionSelect",
|
|
6696
|
+
"detail": "IcOptionSelectEventDetail",
|
|
6697
|
+
"bubbles": true,
|
|
6698
|
+
"cancelable": true,
|
|
6699
|
+
"composed": true,
|
|
6700
|
+
"docs": "Emitted when option is highlighted within the menu.\nHighlighting a menu item will trigger an `icChange/onIcChange` due to the value being updated.",
|
|
6449
6701
|
"docsTags": []
|
|
6450
6702
|
}
|
|
6451
6703
|
],
|
|
6452
6704
|
"listeners": [],
|
|
6453
6705
|
"styles": [
|
|
6706
|
+
{
|
|
6707
|
+
"name": "--ic-z-index-menu",
|
|
6708
|
+
"annotation": "prop",
|
|
6709
|
+
"docs": "z-index of select menu"
|
|
6710
|
+
},
|
|
6454
6711
|
{
|
|
6455
6712
|
"name": "--input-width",
|
|
6456
6713
|
"annotation": "prop",
|
|
@@ -6511,6 +6768,10 @@
|
|
|
6511
6768
|
"name": "slot",
|
|
6512
6769
|
"text": "app-icon - Content will be rendered adjacent to the app title at the very top of the side navigation."
|
|
6513
6770
|
},
|
|
6771
|
+
{
|
|
6772
|
+
"name": "slot",
|
|
6773
|
+
"text": "app-title - Handle routing by nesting a route in the app title."
|
|
6774
|
+
},
|
|
6514
6775
|
{
|
|
6515
6776
|
"name": "slot",
|
|
6516
6777
|
"text": "primary-navigation - Content will be rendered at the top of the side navigation."
|
|
@@ -6528,7 +6789,7 @@
|
|
|
6528
6789
|
"mutable": false,
|
|
6529
6790
|
"attr": "app-title",
|
|
6530
6791
|
"reflectToAttr": false,
|
|
6531
|
-
"docs": "The title
|
|
6792
|
+
"docs": "The app title to be displayed. This is required, unless a slotted app title link is used.",
|
|
6532
6793
|
"docsTags": [],
|
|
6533
6794
|
"values": [
|
|
6534
6795
|
{
|
|
@@ -6536,7 +6797,7 @@
|
|
|
6536
6797
|
}
|
|
6537
6798
|
],
|
|
6538
6799
|
"optional": false,
|
|
6539
|
-
"required":
|
|
6800
|
+
"required": false
|
|
6540
6801
|
},
|
|
6541
6802
|
{
|
|
6542
6803
|
"name": "collapsedIconLabels",
|
|
@@ -6666,12 +6927,22 @@
|
|
|
6666
6927
|
"passive": false
|
|
6667
6928
|
}
|
|
6668
6929
|
],
|
|
6669
|
-
"styles": [
|
|
6930
|
+
"styles": [
|
|
6931
|
+
{
|
|
6932
|
+
"name": "--ic-z-index-side-navigation",
|
|
6933
|
+
"annotation": "prop",
|
|
6934
|
+
"docs": "z-index of side navigation panel"
|
|
6935
|
+
}
|
|
6936
|
+
],
|
|
6670
6937
|
"slots": [
|
|
6671
6938
|
{
|
|
6672
6939
|
"name": "app-icon",
|
|
6673
6940
|
"docs": "Content will be rendered adjacent to the app title at the very top of the side navigation."
|
|
6674
6941
|
},
|
|
6942
|
+
{
|
|
6943
|
+
"name": "app-title",
|
|
6944
|
+
"docs": "Handle routing by nesting a route in the app title."
|
|
6945
|
+
},
|
|
6675
6946
|
{
|
|
6676
6947
|
"name": "primary-navigation",
|
|
6677
6948
|
"docs": "Content will be rendered at the top of the side navigation."
|
|
@@ -7276,7 +7547,19 @@
|
|
|
7276
7547
|
"required": false
|
|
7277
7548
|
}
|
|
7278
7549
|
],
|
|
7279
|
-
"methods": [
|
|
7550
|
+
"methods": [
|
|
7551
|
+
{
|
|
7552
|
+
"name": "setFocus",
|
|
7553
|
+
"returns": {
|
|
7554
|
+
"type": "Promise<void>",
|
|
7555
|
+
"docs": ""
|
|
7556
|
+
},
|
|
7557
|
+
"signature": "setFocus() => Promise<void>",
|
|
7558
|
+
"parameters": [],
|
|
7559
|
+
"docs": "Sets focus on the switch.",
|
|
7560
|
+
"docsTags": []
|
|
7561
|
+
}
|
|
7562
|
+
],
|
|
7280
7563
|
"events": [
|
|
7281
7564
|
{
|
|
7282
7565
|
"event": "icBlur",
|
|
@@ -7362,7 +7645,19 @@
|
|
|
7362
7645
|
"required": false
|
|
7363
7646
|
}
|
|
7364
7647
|
],
|
|
7365
|
-
"methods": [
|
|
7648
|
+
"methods": [
|
|
7649
|
+
{
|
|
7650
|
+
"name": "setFocus",
|
|
7651
|
+
"returns": {
|
|
7652
|
+
"type": "Promise<void>",
|
|
7653
|
+
"docs": ""
|
|
7654
|
+
},
|
|
7655
|
+
"signature": "setFocus() => Promise<void>",
|
|
7656
|
+
"parameters": [],
|
|
7657
|
+
"docs": "Sets focus on the tab.",
|
|
7658
|
+
"docsTags": []
|
|
7659
|
+
}
|
|
7660
|
+
],
|
|
7366
7661
|
"events": [],
|
|
7367
7662
|
"listeners": [],
|
|
7368
7663
|
"styles": [],
|
|
@@ -7573,24 +7868,28 @@
|
|
|
7573
7868
|
],
|
|
7574
7869
|
"methods": [],
|
|
7575
7870
|
"events": [],
|
|
7576
|
-
"listeners": [
|
|
7577
|
-
{
|
|
7578
|
-
"event": "tabFocus",
|
|
7579
|
-
"capture": false,
|
|
7580
|
-
"passive": false
|
|
7581
|
-
}
|
|
7582
|
-
],
|
|
7871
|
+
"listeners": [],
|
|
7583
7872
|
"styles": [],
|
|
7584
7873
|
"slots": [],
|
|
7585
7874
|
"parts": [],
|
|
7586
7875
|
"dependents": [],
|
|
7587
7876
|
"dependencies": [
|
|
7588
|
-
"ic-
|
|
7877
|
+
"ic-horizontal-scroll"
|
|
7589
7878
|
],
|
|
7590
7879
|
"dependencyGraph": {
|
|
7591
7880
|
"ic-tab-group": [
|
|
7881
|
+
"ic-horizontal-scroll"
|
|
7882
|
+
],
|
|
7883
|
+
"ic-horizontal-scroll": [
|
|
7884
|
+
"ic-button"
|
|
7885
|
+
],
|
|
7886
|
+
"ic-button": [
|
|
7887
|
+
"ic-loading-indicator",
|
|
7592
7888
|
"ic-tooltip"
|
|
7593
7889
|
],
|
|
7890
|
+
"ic-loading-indicator": [
|
|
7891
|
+
"ic-typography"
|
|
7892
|
+
],
|
|
7594
7893
|
"ic-tooltip": [
|
|
7595
7894
|
"ic-typography"
|
|
7596
7895
|
]
|
|
@@ -8382,7 +8681,7 @@
|
|
|
8382
8681
|
},
|
|
8383
8682
|
"signature": "setFocus() => Promise<void>",
|
|
8384
8683
|
"parameters": [],
|
|
8385
|
-
"docs": "Sets focus on the native `input
|
|
8684
|
+
"docs": "Sets focus on the native `input`.",
|
|
8386
8685
|
"docsTags": []
|
|
8387
8686
|
}
|
|
8388
8687
|
],
|
|
@@ -8520,6 +8819,292 @@
|
|
|
8520
8819
|
"dependencies": [],
|
|
8521
8820
|
"dependencyGraph": {}
|
|
8522
8821
|
},
|
|
8822
|
+
{
|
|
8823
|
+
"filePath": "./src/components/ic-toast/ic-toast.tsx",
|
|
8824
|
+
"encapsulation": "shadow",
|
|
8825
|
+
"tag": "ic-toast",
|
|
8826
|
+
"readme": "# ic-toast\n\n\n",
|
|
8827
|
+
"docs": "",
|
|
8828
|
+
"docsTags": [
|
|
8829
|
+
{
|
|
8830
|
+
"name": "slot",
|
|
8831
|
+
"text": "action - IcButton or IcLink is placed below header and message. If used will default toast to manual `dismiss` type."
|
|
8832
|
+
},
|
|
8833
|
+
{
|
|
8834
|
+
"name": "slot",
|
|
8835
|
+
"text": "neutral-icon - A custom neutral icon is placed on the left side of the component. If used will default toast to `neutral` variant."
|
|
8836
|
+
}
|
|
8837
|
+
],
|
|
8838
|
+
"usage": {},
|
|
8839
|
+
"props": [
|
|
8840
|
+
{
|
|
8841
|
+
"name": "autoDismissTimeout",
|
|
8842
|
+
"type": "number",
|
|
8843
|
+
"mutable": false,
|
|
8844
|
+
"attr": "auto-dismiss-timeout",
|
|
8845
|
+
"reflectToAttr": false,
|
|
8846
|
+
"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`)",
|
|
8847
|
+
"docsTags": [],
|
|
8848
|
+
"default": "5000",
|
|
8849
|
+
"values": [
|
|
8850
|
+
{
|
|
8851
|
+
"type": "number"
|
|
8852
|
+
}
|
|
8853
|
+
],
|
|
8854
|
+
"optional": true,
|
|
8855
|
+
"required": false
|
|
8856
|
+
},
|
|
8857
|
+
{
|
|
8858
|
+
"name": "dismissButtonAriaLabel",
|
|
8859
|
+
"type": "string",
|
|
8860
|
+
"mutable": false,
|
|
8861
|
+
"attr": "dismiss-button-aria-label",
|
|
8862
|
+
"reflectToAttr": false,
|
|
8863
|
+
"docs": "If toast can be manually dismissed, this prop sets a custom aria-label for the ic-button component",
|
|
8864
|
+
"docsTags": [],
|
|
8865
|
+
"default": "\"dismiss\"",
|
|
8866
|
+
"values": [
|
|
8867
|
+
{
|
|
8868
|
+
"type": "string"
|
|
8869
|
+
}
|
|
8870
|
+
],
|
|
8871
|
+
"optional": true,
|
|
8872
|
+
"required": false
|
|
8873
|
+
},
|
|
8874
|
+
{
|
|
8875
|
+
"name": "dismissMode",
|
|
8876
|
+
"type": "\"automatic\" | \"manual\"",
|
|
8877
|
+
"mutable": false,
|
|
8878
|
+
"attr": "dismiss-mode",
|
|
8879
|
+
"reflectToAttr": false,
|
|
8880
|
+
"docs": "How the toast will be dismissed. If manual will display a dismiss button.",
|
|
8881
|
+
"docsTags": [],
|
|
8882
|
+
"default": "\"manual\"",
|
|
8883
|
+
"values": [
|
|
8884
|
+
{
|
|
8885
|
+
"value": "automatic",
|
|
8886
|
+
"type": "string"
|
|
8887
|
+
},
|
|
8888
|
+
{
|
|
8889
|
+
"value": "manual",
|
|
8890
|
+
"type": "string"
|
|
8891
|
+
}
|
|
8892
|
+
],
|
|
8893
|
+
"optional": true,
|
|
8894
|
+
"required": false
|
|
8895
|
+
},
|
|
8896
|
+
{
|
|
8897
|
+
"name": "heading",
|
|
8898
|
+
"type": "string",
|
|
8899
|
+
"mutable": false,
|
|
8900
|
+
"attr": "heading",
|
|
8901
|
+
"reflectToAttr": false,
|
|
8902
|
+
"docs": "The title to display at the start of the toast. (NOTE: Should be no more than `70` characters)",
|
|
8903
|
+
"docsTags": [],
|
|
8904
|
+
"values": [
|
|
8905
|
+
{
|
|
8906
|
+
"type": "string"
|
|
8907
|
+
}
|
|
8908
|
+
],
|
|
8909
|
+
"optional": false,
|
|
8910
|
+
"required": true
|
|
8911
|
+
},
|
|
8912
|
+
{
|
|
8913
|
+
"name": "message",
|
|
8914
|
+
"type": "string",
|
|
8915
|
+
"mutable": false,
|
|
8916
|
+
"attr": "message",
|
|
8917
|
+
"reflectToAttr": false,
|
|
8918
|
+
"docs": "The main body message of the toast. (NOTE: Should be no more than `140` characters)",
|
|
8919
|
+
"docsTags": [],
|
|
8920
|
+
"values": [
|
|
8921
|
+
{
|
|
8922
|
+
"type": "string"
|
|
8923
|
+
}
|
|
8924
|
+
],
|
|
8925
|
+
"optional": true,
|
|
8926
|
+
"required": false
|
|
8927
|
+
},
|
|
8928
|
+
{
|
|
8929
|
+
"name": "neutralIconAriaLabel",
|
|
8930
|
+
"type": "string",
|
|
8931
|
+
"mutable": false,
|
|
8932
|
+
"attr": "neutral-icon-aria-label",
|
|
8933
|
+
"reflectToAttr": false,
|
|
8934
|
+
"docs": "Provides a custom alt-text to be announced to screen readers, if slotting a custom neutral icon",
|
|
8935
|
+
"docsTags": [],
|
|
8936
|
+
"values": [
|
|
8937
|
+
{
|
|
8938
|
+
"type": "string"
|
|
8939
|
+
}
|
|
8940
|
+
],
|
|
8941
|
+
"optional": true,
|
|
8942
|
+
"required": false
|
|
8943
|
+
},
|
|
8944
|
+
{
|
|
8945
|
+
"name": "variant",
|
|
8946
|
+
"type": "\"error\" | \"info\" | \"neutral\" | \"success\" | \"warning\"",
|
|
8947
|
+
"mutable": false,
|
|
8948
|
+
"attr": "variant",
|
|
8949
|
+
"reflectToAttr": false,
|
|
8950
|
+
"docs": "The variant of the toast being rendered",
|
|
8951
|
+
"docsTags": [],
|
|
8952
|
+
"values": [
|
|
8953
|
+
{
|
|
8954
|
+
"value": "error",
|
|
8955
|
+
"type": "string"
|
|
8956
|
+
},
|
|
8957
|
+
{
|
|
8958
|
+
"value": "info",
|
|
8959
|
+
"type": "string"
|
|
8960
|
+
},
|
|
8961
|
+
{
|
|
8962
|
+
"value": "neutral",
|
|
8963
|
+
"type": "string"
|
|
8964
|
+
},
|
|
8965
|
+
{
|
|
8966
|
+
"value": "success",
|
|
8967
|
+
"type": "string"
|
|
8968
|
+
},
|
|
8969
|
+
{
|
|
8970
|
+
"value": "warning",
|
|
8971
|
+
"type": "string"
|
|
8972
|
+
}
|
|
8973
|
+
],
|
|
8974
|
+
"optional": true,
|
|
8975
|
+
"required": false
|
|
8976
|
+
}
|
|
8977
|
+
],
|
|
8978
|
+
"methods": [
|
|
8979
|
+
{
|
|
8980
|
+
"name": "setVisible",
|
|
8981
|
+
"returns": {
|
|
8982
|
+
"type": "Promise<HTMLElement>",
|
|
8983
|
+
"docs": "The element that previously had focus before the toast appeared"
|
|
8984
|
+
},
|
|
8985
|
+
"signature": "setVisible() => Promise<HTMLElement>",
|
|
8986
|
+
"parameters": [],
|
|
8987
|
+
"docs": "Used to display the individual toast",
|
|
8988
|
+
"docsTags": [
|
|
8989
|
+
{
|
|
8990
|
+
"name": "returns",
|
|
8991
|
+
"text": "The element that previously had focus before the toast appeared"
|
|
8992
|
+
}
|
|
8993
|
+
]
|
|
8994
|
+
}
|
|
8995
|
+
],
|
|
8996
|
+
"events": [
|
|
8997
|
+
{
|
|
8998
|
+
"event": "icDismiss",
|
|
8999
|
+
"detail": "void",
|
|
9000
|
+
"bubbles": true,
|
|
9001
|
+
"cancelable": true,
|
|
9002
|
+
"composed": true,
|
|
9003
|
+
"docs": "Is emitted when the user dismisses the toast",
|
|
9004
|
+
"docsTags": []
|
|
9005
|
+
}
|
|
9006
|
+
],
|
|
9007
|
+
"listeners": [
|
|
9008
|
+
{
|
|
9009
|
+
"event": "icDismiss",
|
|
9010
|
+
"capture": true,
|
|
9011
|
+
"passive": false
|
|
9012
|
+
},
|
|
9013
|
+
{
|
|
9014
|
+
"event": "keydown",
|
|
9015
|
+
"target": "document",
|
|
9016
|
+
"capture": false,
|
|
9017
|
+
"passive": false
|
|
9018
|
+
},
|
|
9019
|
+
{
|
|
9020
|
+
"event": "mouseenter",
|
|
9021
|
+
"capture": false,
|
|
9022
|
+
"passive": true
|
|
9023
|
+
},
|
|
9024
|
+
{
|
|
9025
|
+
"event": "mouseleave",
|
|
9026
|
+
"capture": false,
|
|
9027
|
+
"passive": true
|
|
9028
|
+
}
|
|
9029
|
+
],
|
|
9030
|
+
"styles": [],
|
|
9031
|
+
"slots": [
|
|
9032
|
+
{
|
|
9033
|
+
"name": "action",
|
|
9034
|
+
"docs": "IcButton or IcLink is placed below header and message. If used will default toast to manual `dismiss` type."
|
|
9035
|
+
},
|
|
9036
|
+
{
|
|
9037
|
+
"name": "neutral-icon",
|
|
9038
|
+
"docs": "A custom neutral icon is placed on the left side of the component. If used will default toast to `neutral` variant."
|
|
9039
|
+
}
|
|
9040
|
+
],
|
|
9041
|
+
"parts": [],
|
|
9042
|
+
"dependents": [],
|
|
9043
|
+
"dependencies": [
|
|
9044
|
+
"ic-typography",
|
|
9045
|
+
"ic-loading-indicator",
|
|
9046
|
+
"ic-button"
|
|
9047
|
+
],
|
|
9048
|
+
"dependencyGraph": {
|
|
9049
|
+
"ic-toast": [
|
|
9050
|
+
"ic-typography",
|
|
9051
|
+
"ic-loading-indicator",
|
|
9052
|
+
"ic-button"
|
|
9053
|
+
],
|
|
9054
|
+
"ic-loading-indicator": [
|
|
9055
|
+
"ic-typography"
|
|
9056
|
+
],
|
|
9057
|
+
"ic-button": [
|
|
9058
|
+
"ic-loading-indicator",
|
|
9059
|
+
"ic-tooltip"
|
|
9060
|
+
],
|
|
9061
|
+
"ic-tooltip": [
|
|
9062
|
+
"ic-typography"
|
|
9063
|
+
]
|
|
9064
|
+
}
|
|
9065
|
+
},
|
|
9066
|
+
{
|
|
9067
|
+
"filePath": "./src/components/ic-toast-region/ic-toast-region.tsx",
|
|
9068
|
+
"encapsulation": "none",
|
|
9069
|
+
"tag": "ic-toast-region",
|
|
9070
|
+
"readme": "# ic-toast-region\n\n\n",
|
|
9071
|
+
"docs": "",
|
|
9072
|
+
"docsTags": [],
|
|
9073
|
+
"usage": {},
|
|
9074
|
+
"props": [],
|
|
9075
|
+
"methods": [
|
|
9076
|
+
{
|
|
9077
|
+
"name": "setVisible",
|
|
9078
|
+
"returns": {
|
|
9079
|
+
"type": "Promise<void>",
|
|
9080
|
+
"docs": ""
|
|
9081
|
+
},
|
|
9082
|
+
"signature": "setVisible(toast: HTMLIcToastElement) => Promise<void>",
|
|
9083
|
+
"parameters": [],
|
|
9084
|
+
"docs": "Handles setting the visibility of various toasts based on what is already visible",
|
|
9085
|
+
"docsTags": [
|
|
9086
|
+
{
|
|
9087
|
+
"name": "param",
|
|
9088
|
+
"text": "toast The toast element being requested to display"
|
|
9089
|
+
}
|
|
9090
|
+
]
|
|
9091
|
+
}
|
|
9092
|
+
],
|
|
9093
|
+
"events": [],
|
|
9094
|
+
"listeners": [
|
|
9095
|
+
{
|
|
9096
|
+
"event": "icDismiss",
|
|
9097
|
+
"capture": true,
|
|
9098
|
+
"passive": false
|
|
9099
|
+
}
|
|
9100
|
+
],
|
|
9101
|
+
"styles": [],
|
|
9102
|
+
"slots": [],
|
|
9103
|
+
"parts": [],
|
|
9104
|
+
"dependents": [],
|
|
9105
|
+
"dependencies": [],
|
|
9106
|
+
"dependencyGraph": {}
|
|
9107
|
+
},
|
|
8523
9108
|
{
|
|
8524
9109
|
"filePath": "./src/components/ic-tooltip/ic-tooltip.tsx",
|
|
8525
9110
|
"encapsulation": "shadow",
|
|
@@ -8644,14 +9229,19 @@
|
|
|
8644
9229
|
"methods": [],
|
|
8645
9230
|
"events": [],
|
|
8646
9231
|
"listeners": [],
|
|
8647
|
-
"styles": [
|
|
9232
|
+
"styles": [
|
|
9233
|
+
{
|
|
9234
|
+
"name": "--ic-z-index-tooltip",
|
|
9235
|
+
"annotation": "prop",
|
|
9236
|
+
"docs": "z-index of tooltip"
|
|
9237
|
+
}
|
|
9238
|
+
],
|
|
8648
9239
|
"slots": [],
|
|
8649
9240
|
"parts": [],
|
|
8650
9241
|
"dependents": [
|
|
8651
9242
|
"ic-button",
|
|
8652
9243
|
"ic-chip",
|
|
8653
|
-
"ic-navigation-item"
|
|
8654
|
-
"ic-tab-group"
|
|
9244
|
+
"ic-navigation-item"
|
|
8655
9245
|
],
|
|
8656
9246
|
"dependencies": [
|
|
8657
9247
|
"ic-typography"
|
|
@@ -8668,9 +9258,6 @@
|
|
|
8668
9258
|
],
|
|
8669
9259
|
"ic-navigation-item": [
|
|
8670
9260
|
"ic-tooltip"
|
|
8671
|
-
],
|
|
8672
|
-
"ic-tab-group": [
|
|
8673
|
-
"ic-tooltip"
|
|
8674
9261
|
]
|
|
8675
9262
|
}
|
|
8676
9263
|
},
|
|
@@ -8685,6 +9272,10 @@
|
|
|
8685
9272
|
"name": "slot",
|
|
8686
9273
|
"text": "app-icon - Content will be rendered to left of app title."
|
|
8687
9274
|
},
|
|
9275
|
+
{
|
|
9276
|
+
"name": "slot",
|
|
9277
|
+
"text": "app-title - Handle routing by nesting a route in the app title."
|
|
9278
|
+
},
|
|
8688
9279
|
{
|
|
8689
9280
|
"name": "slot",
|
|
8690
9281
|
"text": "search - Content will be rendered in search area to left of buttons."
|
|
@@ -8710,7 +9301,7 @@
|
|
|
8710
9301
|
"mutable": false,
|
|
8711
9302
|
"attr": "app-title",
|
|
8712
9303
|
"reflectToAttr": false,
|
|
8713
|
-
"docs": "The app title to be displayed.",
|
|
9304
|
+
"docs": "The app title to be displayed. This is required, unless a slotted app title link is used.",
|
|
8714
9305
|
"docsTags": [],
|
|
8715
9306
|
"values": [
|
|
8716
9307
|
{
|
|
@@ -8718,7 +9309,7 @@
|
|
|
8718
9309
|
}
|
|
8719
9310
|
],
|
|
8720
9311
|
"optional": false,
|
|
8721
|
-
"required":
|
|
9312
|
+
"required": false
|
|
8722
9313
|
},
|
|
8723
9314
|
{
|
|
8724
9315
|
"name": "contentAligned",
|
|
@@ -8846,6 +9437,10 @@
|
|
|
8846
9437
|
"name": "app-icon",
|
|
8847
9438
|
"docs": "Content will be rendered to left of app title."
|
|
8848
9439
|
},
|
|
9440
|
+
{
|
|
9441
|
+
"name": "app-title",
|
|
9442
|
+
"docs": "Handle routing by nesting a route in the app title."
|
|
9443
|
+
},
|
|
8849
9444
|
{
|
|
8850
9445
|
"name": "buttons",
|
|
8851
9446
|
"docs": "Content will be rendered to right of search bar."
|
|
@@ -8869,6 +9464,7 @@
|
|
|
8869
9464
|
"ic-section-container",
|
|
8870
9465
|
"ic-typography",
|
|
8871
9466
|
"ic-button",
|
|
9467
|
+
"ic-horizontal-scroll",
|
|
8872
9468
|
"ic-navigation-menu"
|
|
8873
9469
|
],
|
|
8874
9470
|
"dependencyGraph": {
|
|
@@ -8876,6 +9472,7 @@
|
|
|
8876
9472
|
"ic-section-container",
|
|
8877
9473
|
"ic-typography",
|
|
8878
9474
|
"ic-button",
|
|
9475
|
+
"ic-horizontal-scroll",
|
|
8879
9476
|
"ic-navigation-menu"
|
|
8880
9477
|
],
|
|
8881
9478
|
"ic-button": [
|
|
@@ -8888,6 +9485,9 @@
|
|
|
8888
9485
|
"ic-tooltip": [
|
|
8889
9486
|
"ic-typography"
|
|
8890
9487
|
],
|
|
9488
|
+
"ic-horizontal-scroll": [
|
|
9489
|
+
"ic-button"
|
|
9490
|
+
],
|
|
8891
9491
|
"ic-navigation-menu": [
|
|
8892
9492
|
"ic-button",
|
|
8893
9493
|
"ic-typography"
|
|
@@ -9013,6 +9613,7 @@
|
|
|
9013
9613
|
"ic-switch",
|
|
9014
9614
|
"ic-tab",
|
|
9015
9615
|
"ic-text-field",
|
|
9616
|
+
"ic-toast",
|
|
9016
9617
|
"ic-tooltip",
|
|
9017
9618
|
"ic-top-navigation"
|
|
9018
9619
|
],
|
|
@@ -9099,6 +9700,9 @@
|
|
|
9099
9700
|
"ic-text-field": [
|
|
9100
9701
|
"ic-typography"
|
|
9101
9702
|
],
|
|
9703
|
+
"ic-toast": [
|
|
9704
|
+
"ic-typography"
|
|
9705
|
+
],
|
|
9102
9706
|
"ic-tooltip": [
|
|
9103
9707
|
"ic-typography"
|
|
9104
9708
|
],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ukic/docs",
|
|
3
|
-
"version": "2.1.0-beta.
|
|
3
|
+
"version": "2.1.0-beta.9",
|
|
4
4
|
"description": "API documentation for @ukic components",
|
|
5
5
|
"main": "docs.json",
|
|
6
6
|
"types": "docs.d.ts",
|
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
"docs.d.ts"
|
|
10
10
|
],
|
|
11
11
|
"license": "MIT",
|
|
12
|
-
"gitHead": "
|
|
12
|
+
"gitHead": "f25923c8f6fe3d6c65f4cd048bdab9c46d324759"
|
|
13
13
|
}
|