@ukic/docs 2.1.0-beta.2 → 2.1.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -3
- package/docs.json +363 -98
- package/package.json +2 -2
package/README.md
CHANGED
package/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2023-01-
|
|
2
|
+
"timestamp": "2023-01-23T15:31:44",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "2.20.0",
|
|
@@ -151,13 +151,28 @@
|
|
|
151
151
|
"bubbles": true,
|
|
152
152
|
"cancelable": true,
|
|
153
153
|
"composed": true,
|
|
154
|
+
"docs": "",
|
|
155
|
+
"docsTags": [
|
|
156
|
+
{
|
|
157
|
+
"name": "deprecated",
|
|
158
|
+
"text": "This event should not be used anymore. Use icDismiss instead."
|
|
159
|
+
}
|
|
160
|
+
],
|
|
161
|
+
"deprecation": "This event should not be used anymore. Use icDismiss instead."
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"event": "icDismiss",
|
|
165
|
+
"detail": "void",
|
|
166
|
+
"bubbles": true,
|
|
167
|
+
"cancelable": true,
|
|
168
|
+
"composed": true,
|
|
154
169
|
"docs": "Is emitted when the user dismisses the alert.",
|
|
155
170
|
"docsTags": []
|
|
156
171
|
}
|
|
157
172
|
],
|
|
158
173
|
"listeners": [
|
|
159
174
|
{
|
|
160
|
-
"event": "
|
|
175
|
+
"event": "icDismiss",
|
|
161
176
|
"capture": true,
|
|
162
177
|
"passive": false
|
|
163
178
|
}
|
|
@@ -778,7 +793,7 @@
|
|
|
778
793
|
"passive": false
|
|
779
794
|
},
|
|
780
795
|
{
|
|
781
|
-
"event": "
|
|
796
|
+
"event": "themeChange",
|
|
782
797
|
"target": "document",
|
|
783
798
|
"capture": false,
|
|
784
799
|
"passive": false
|
|
@@ -1068,7 +1083,7 @@
|
|
|
1068
1083
|
"passive": false
|
|
1069
1084
|
},
|
|
1070
1085
|
{
|
|
1071
|
-
"event": "
|
|
1086
|
+
"event": "themeChange",
|
|
1072
1087
|
"target": "document",
|
|
1073
1088
|
"capture": false,
|
|
1074
1089
|
"passive": false
|
|
@@ -1272,7 +1287,22 @@
|
|
|
1272
1287
|
"bubbles": true,
|
|
1273
1288
|
"cancelable": true,
|
|
1274
1289
|
"composed": true,
|
|
1275
|
-
"docs": "
|
|
1290
|
+
"docs": "",
|
|
1291
|
+
"docsTags": [
|
|
1292
|
+
{
|
|
1293
|
+
"name": "deprecated",
|
|
1294
|
+
"text": "This event should not be used anymore. Use icCheck instead."
|
|
1295
|
+
}
|
|
1296
|
+
],
|
|
1297
|
+
"deprecation": "This event should not be used anymore. Use icCheck instead."
|
|
1298
|
+
},
|
|
1299
|
+
{
|
|
1300
|
+
"event": "icCheck",
|
|
1301
|
+
"detail": "void",
|
|
1302
|
+
"bubbles": true,
|
|
1303
|
+
"cancelable": true,
|
|
1304
|
+
"composed": true,
|
|
1305
|
+
"docs": "Emitted when a checkbox has been checked.",
|
|
1276
1306
|
"docsTags": []
|
|
1277
1307
|
}
|
|
1278
1308
|
],
|
|
@@ -1477,7 +1507,7 @@
|
|
|
1477
1507
|
],
|
|
1478
1508
|
"listeners": [
|
|
1479
1509
|
{
|
|
1480
|
-
"event": "
|
|
1510
|
+
"event": "icCheck",
|
|
1481
1511
|
"capture": false,
|
|
1482
1512
|
"passive": false
|
|
1483
1513
|
}
|
|
@@ -1503,6 +1533,161 @@
|
|
|
1503
1533
|
]
|
|
1504
1534
|
}
|
|
1505
1535
|
},
|
|
1536
|
+
{
|
|
1537
|
+
"filePath": "./src/components/ic-chip/ic-chip.tsx",
|
|
1538
|
+
"encapsulation": "shadow",
|
|
1539
|
+
"tag": "ic-chip",
|
|
1540
|
+
"readme": "# ic-chip\n\n\n",
|
|
1541
|
+
"docs": "",
|
|
1542
|
+
"docsTags": [
|
|
1543
|
+
{
|
|
1544
|
+
"name": "slot",
|
|
1545
|
+
"text": "icon - Content will be rendered at the start of the chip."
|
|
1546
|
+
}
|
|
1547
|
+
],
|
|
1548
|
+
"usage": {},
|
|
1549
|
+
"props": [
|
|
1550
|
+
{
|
|
1551
|
+
"name": "appearance",
|
|
1552
|
+
"type": "\"filled\" | \"outline\"",
|
|
1553
|
+
"mutable": false,
|
|
1554
|
+
"attr": "appearance",
|
|
1555
|
+
"reflectToAttr": false,
|
|
1556
|
+
"docs": "The emphasis of the chip.",
|
|
1557
|
+
"docsTags": [],
|
|
1558
|
+
"default": "\"filled\"",
|
|
1559
|
+
"values": [
|
|
1560
|
+
{
|
|
1561
|
+
"value": "filled",
|
|
1562
|
+
"type": "string"
|
|
1563
|
+
},
|
|
1564
|
+
{
|
|
1565
|
+
"value": "outline",
|
|
1566
|
+
"type": "string"
|
|
1567
|
+
}
|
|
1568
|
+
],
|
|
1569
|
+
"optional": true,
|
|
1570
|
+
"required": false
|
|
1571
|
+
},
|
|
1572
|
+
{
|
|
1573
|
+
"name": "disabled",
|
|
1574
|
+
"type": "boolean",
|
|
1575
|
+
"mutable": false,
|
|
1576
|
+
"attr": "disabled",
|
|
1577
|
+
"reflectToAttr": false,
|
|
1578
|
+
"docs": "If `true`, the chip will appear disabled.",
|
|
1579
|
+
"docsTags": [],
|
|
1580
|
+
"default": "false",
|
|
1581
|
+
"values": [
|
|
1582
|
+
{
|
|
1583
|
+
"type": "boolean"
|
|
1584
|
+
}
|
|
1585
|
+
],
|
|
1586
|
+
"optional": true,
|
|
1587
|
+
"required": false
|
|
1588
|
+
},
|
|
1589
|
+
{
|
|
1590
|
+
"name": "dismissible",
|
|
1591
|
+
"type": "boolean",
|
|
1592
|
+
"mutable": false,
|
|
1593
|
+
"attr": "dismissible",
|
|
1594
|
+
"reflectToAttr": false,
|
|
1595
|
+
"docs": "If `true`, the chip will have a close button at the end to dismiss it.",
|
|
1596
|
+
"docsTags": [],
|
|
1597
|
+
"default": "false",
|
|
1598
|
+
"values": [
|
|
1599
|
+
{
|
|
1600
|
+
"type": "boolean"
|
|
1601
|
+
}
|
|
1602
|
+
],
|
|
1603
|
+
"optional": true,
|
|
1604
|
+
"required": false
|
|
1605
|
+
},
|
|
1606
|
+
{
|
|
1607
|
+
"name": "label",
|
|
1608
|
+
"type": "string",
|
|
1609
|
+
"mutable": false,
|
|
1610
|
+
"attr": "label",
|
|
1611
|
+
"reflectToAttr": false,
|
|
1612
|
+
"docs": "The text rendered within the chip.",
|
|
1613
|
+
"docsTags": [],
|
|
1614
|
+
"values": [
|
|
1615
|
+
{
|
|
1616
|
+
"type": "string"
|
|
1617
|
+
}
|
|
1618
|
+
],
|
|
1619
|
+
"optional": false,
|
|
1620
|
+
"required": true
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
"name": "size",
|
|
1624
|
+
"type": "\"default\" | \"large\" | \"small\"",
|
|
1625
|
+
"mutable": false,
|
|
1626
|
+
"attr": "size",
|
|
1627
|
+
"reflectToAttr": false,
|
|
1628
|
+
"docs": "The size of the chip.",
|
|
1629
|
+
"docsTags": [],
|
|
1630
|
+
"default": "\"default\"",
|
|
1631
|
+
"values": [
|
|
1632
|
+
{
|
|
1633
|
+
"value": "default",
|
|
1634
|
+
"type": "string"
|
|
1635
|
+
},
|
|
1636
|
+
{
|
|
1637
|
+
"value": "large",
|
|
1638
|
+
"type": "string"
|
|
1639
|
+
},
|
|
1640
|
+
{
|
|
1641
|
+
"value": "small",
|
|
1642
|
+
"type": "string"
|
|
1643
|
+
}
|
|
1644
|
+
],
|
|
1645
|
+
"optional": true,
|
|
1646
|
+
"required": false
|
|
1647
|
+
}
|
|
1648
|
+
],
|
|
1649
|
+
"methods": [],
|
|
1650
|
+
"events": [
|
|
1651
|
+
{
|
|
1652
|
+
"event": "dismiss",
|
|
1653
|
+
"detail": "void",
|
|
1654
|
+
"bubbles": true,
|
|
1655
|
+
"cancelable": true,
|
|
1656
|
+
"composed": true,
|
|
1657
|
+
"docs": "Is emitted when the user dismisses the chip.",
|
|
1658
|
+
"docsTags": []
|
|
1659
|
+
}
|
|
1660
|
+
],
|
|
1661
|
+
"listeners": [
|
|
1662
|
+
{
|
|
1663
|
+
"event": "dismiss",
|
|
1664
|
+
"capture": true,
|
|
1665
|
+
"passive": false
|
|
1666
|
+
}
|
|
1667
|
+
],
|
|
1668
|
+
"styles": [],
|
|
1669
|
+
"slots": [
|
|
1670
|
+
{
|
|
1671
|
+
"name": "icon",
|
|
1672
|
+
"docs": "Content will be rendered at the start of the chip."
|
|
1673
|
+
}
|
|
1674
|
+
],
|
|
1675
|
+
"parts": [],
|
|
1676
|
+
"dependents": [],
|
|
1677
|
+
"dependencies": [
|
|
1678
|
+
"ic-typography",
|
|
1679
|
+
"ic-tooltip"
|
|
1680
|
+
],
|
|
1681
|
+
"dependencyGraph": {
|
|
1682
|
+
"ic-chip": [
|
|
1683
|
+
"ic-typography",
|
|
1684
|
+
"ic-tooltip"
|
|
1685
|
+
],
|
|
1686
|
+
"ic-tooltip": [
|
|
1687
|
+
"ic-typography"
|
|
1688
|
+
]
|
|
1689
|
+
}
|
|
1690
|
+
},
|
|
1506
1691
|
{
|
|
1507
1692
|
"filePath": "./src/components/ic-classification-banner/ic-classification-banner.tsx",
|
|
1508
1693
|
"encapsulation": "shadow",
|
|
@@ -1804,7 +1989,7 @@
|
|
|
1804
1989
|
"events": [],
|
|
1805
1990
|
"listeners": [
|
|
1806
1991
|
{
|
|
1807
|
-
"event": "
|
|
1992
|
+
"event": "themeChange",
|
|
1808
1993
|
"target": "document",
|
|
1809
1994
|
"capture": false,
|
|
1810
1995
|
"passive": false
|
|
@@ -1977,20 +2162,10 @@
|
|
|
1977
2162
|
}
|
|
1978
2163
|
],
|
|
1979
2164
|
"methods": [],
|
|
1980
|
-
"events": [
|
|
1981
|
-
{
|
|
1982
|
-
"event": "icFooterResized",
|
|
1983
|
-
"detail": "void",
|
|
1984
|
-
"bubbles": true,
|
|
1985
|
-
"cancelable": true,
|
|
1986
|
-
"composed": true,
|
|
1987
|
-
"docs": "Triggers on page resize and triggers style changes in footer links and link groups",
|
|
1988
|
-
"docsTags": []
|
|
1989
|
-
}
|
|
1990
|
-
],
|
|
2165
|
+
"events": [],
|
|
1991
2166
|
"listeners": [
|
|
1992
2167
|
{
|
|
1993
|
-
"event": "
|
|
2168
|
+
"event": "themeChange",
|
|
1994
2169
|
"target": "document",
|
|
1995
2170
|
"capture": false,
|
|
1996
2171
|
"passive": false
|
|
@@ -2059,13 +2234,13 @@
|
|
|
2059
2234
|
"events": [],
|
|
2060
2235
|
"listeners": [
|
|
2061
2236
|
{
|
|
2062
|
-
"event": "
|
|
2237
|
+
"event": "footerResized",
|
|
2063
2238
|
"target": "document",
|
|
2064
2239
|
"capture": false,
|
|
2065
2240
|
"passive": false
|
|
2066
2241
|
},
|
|
2067
2242
|
{
|
|
2068
|
-
"event": "
|
|
2243
|
+
"event": "themeChange",
|
|
2069
2244
|
"target": "document",
|
|
2070
2245
|
"capture": false,
|
|
2071
2246
|
"passive": false
|
|
@@ -2108,13 +2283,13 @@
|
|
|
2108
2283
|
"events": [],
|
|
2109
2284
|
"listeners": [
|
|
2110
2285
|
{
|
|
2111
|
-
"event": "
|
|
2286
|
+
"event": "footerResized",
|
|
2112
2287
|
"target": "document",
|
|
2113
2288
|
"capture": false,
|
|
2114
2289
|
"passive": false
|
|
2115
2290
|
},
|
|
2116
2291
|
{
|
|
2117
|
-
"event": "
|
|
2292
|
+
"event": "themeChange",
|
|
2118
2293
|
"target": "document",
|
|
2119
2294
|
"capture": false,
|
|
2120
2295
|
"passive": false
|
|
@@ -2328,7 +2503,7 @@
|
|
|
2328
2503
|
"events": [],
|
|
2329
2504
|
"listeners": [
|
|
2330
2505
|
{
|
|
2331
|
-
"event": "
|
|
2506
|
+
"event": "themeChange",
|
|
2332
2507
|
"target": "document",
|
|
2333
2508
|
"capture": false,
|
|
2334
2509
|
"passive": false
|
|
@@ -3158,7 +3333,7 @@
|
|
|
3158
3333
|
"events": [],
|
|
3159
3334
|
"listeners": [
|
|
3160
3335
|
{
|
|
3161
|
-
"event": "
|
|
3336
|
+
"event": "themeChange",
|
|
3162
3337
|
"target": "document",
|
|
3163
3338
|
"capture": false,
|
|
3164
3339
|
"passive": false
|
|
@@ -3396,7 +3571,8 @@
|
|
|
3396
3571
|
"slots": [],
|
|
3397
3572
|
"parts": [],
|
|
3398
3573
|
"dependents": [
|
|
3399
|
-
"ic-button"
|
|
3574
|
+
"ic-button",
|
|
3575
|
+
"ic-step"
|
|
3400
3576
|
],
|
|
3401
3577
|
"dependencies": [
|
|
3402
3578
|
"ic-typography"
|
|
@@ -3407,6 +3583,9 @@
|
|
|
3407
3583
|
],
|
|
3408
3584
|
"ic-button": [
|
|
3409
3585
|
"ic-loading-indicator"
|
|
3586
|
+
],
|
|
3587
|
+
"ic-step": [
|
|
3588
|
+
"ic-loading-indicator"
|
|
3410
3589
|
]
|
|
3411
3590
|
}
|
|
3412
3591
|
},
|
|
@@ -3594,7 +3773,7 @@
|
|
|
3594
3773
|
},
|
|
3595
3774
|
"signature": "handleClickOpen() => Promise<void>",
|
|
3596
3775
|
"parameters": [],
|
|
3597
|
-
"docs": "If menu is opened with the mouse, emit
|
|
3776
|
+
"docs": "If menu is opened with the mouse, emit icMenuStateChange custom event.",
|
|
3598
3777
|
"docsTags": []
|
|
3599
3778
|
},
|
|
3600
3779
|
{
|
|
@@ -3616,7 +3795,7 @@
|
|
|
3616
3795
|
],
|
|
3617
3796
|
"events": [
|
|
3618
3797
|
{
|
|
3619
|
-
"event": "
|
|
3798
|
+
"event": "icMenuStateChange",
|
|
3620
3799
|
"detail": "IcMenuChangeEventDetail",
|
|
3621
3800
|
"bubbles": true,
|
|
3622
3801
|
"cancelable": true,
|
|
@@ -3625,16 +3804,7 @@
|
|
|
3625
3804
|
"docsTags": []
|
|
3626
3805
|
},
|
|
3627
3806
|
{
|
|
3628
|
-
"event": "
|
|
3629
|
-
"detail": "IcMenuOptionIdEventDetail",
|
|
3630
|
-
"bubbles": true,
|
|
3631
|
-
"cancelable": true,
|
|
3632
|
-
"composed": true,
|
|
3633
|
-
"docs": "Emitted when an option has been highlighted",
|
|
3634
|
-
"docsTags": []
|
|
3635
|
-
},
|
|
3636
|
-
{
|
|
3637
|
-
"event": "optionSelect",
|
|
3807
|
+
"event": "icOptionSelect",
|
|
3638
3808
|
"detail": "IcOptionSelectEventDetail",
|
|
3639
3809
|
"bubbles": true,
|
|
3640
3810
|
"cancelable": true,
|
|
@@ -3870,7 +4040,7 @@
|
|
|
3870
4040
|
"passive": false
|
|
3871
4041
|
},
|
|
3872
4042
|
{
|
|
3873
|
-
"event": "
|
|
4043
|
+
"event": "themeChange",
|
|
3874
4044
|
"target": "document",
|
|
3875
4045
|
"capture": false,
|
|
3876
4046
|
"passive": false
|
|
@@ -3968,12 +4138,12 @@
|
|
|
3968
4138
|
"passive": false
|
|
3969
4139
|
},
|
|
3970
4140
|
{
|
|
3971
|
-
"event": "
|
|
4141
|
+
"event": "navItemClicked",
|
|
3972
4142
|
"capture": false,
|
|
3973
4143
|
"passive": false
|
|
3974
4144
|
},
|
|
3975
4145
|
{
|
|
3976
|
-
"event": "
|
|
4146
|
+
"event": "themeChange",
|
|
3977
4147
|
"target": "document",
|
|
3978
4148
|
"capture": false,
|
|
3979
4149
|
"passive": false
|
|
@@ -4073,7 +4243,7 @@
|
|
|
4073
4243
|
"events": [],
|
|
4074
4244
|
"listeners": [
|
|
4075
4245
|
{
|
|
4076
|
-
"event": "
|
|
4246
|
+
"event": "themeChange",
|
|
4077
4247
|
"target": "document",
|
|
4078
4248
|
"capture": false,
|
|
4079
4249
|
"passive": false
|
|
@@ -4159,7 +4329,7 @@
|
|
|
4159
4329
|
"events": [],
|
|
4160
4330
|
"listeners": [
|
|
4161
4331
|
{
|
|
4162
|
-
"event": "
|
|
4332
|
+
"event": "navItemClicked",
|
|
4163
4333
|
"capture": false,
|
|
4164
4334
|
"passive": false
|
|
4165
4335
|
},
|
|
@@ -4632,7 +4802,7 @@
|
|
|
4632
4802
|
],
|
|
4633
4803
|
"listeners": [
|
|
4634
4804
|
{
|
|
4635
|
-
"event": "
|
|
4805
|
+
"event": "icCheck",
|
|
4636
4806
|
"capture": false,
|
|
4637
4807
|
"passive": false
|
|
4638
4808
|
}
|
|
@@ -4808,13 +4978,28 @@
|
|
|
4808
4978
|
"methods": [],
|
|
4809
4979
|
"events": [
|
|
4810
4980
|
{
|
|
4811
|
-
"event": "
|
|
4981
|
+
"event": "icCheck",
|
|
4812
4982
|
"detail": "IcValueEventDetail",
|
|
4813
4983
|
"bubbles": true,
|
|
4814
4984
|
"cancelable": true,
|
|
4815
4985
|
"composed": true,
|
|
4816
4986
|
"docs": "Emitted when a radio is selected.",
|
|
4817
4987
|
"docsTags": []
|
|
4988
|
+
},
|
|
4989
|
+
{
|
|
4990
|
+
"event": "radioOptionSelect",
|
|
4991
|
+
"detail": "IcValueEventDetail",
|
|
4992
|
+
"bubbles": true,
|
|
4993
|
+
"cancelable": true,
|
|
4994
|
+
"composed": true,
|
|
4995
|
+
"docs": "",
|
|
4996
|
+
"docsTags": [
|
|
4997
|
+
{
|
|
4998
|
+
"name": "deprecated",
|
|
4999
|
+
"text": "This event should not be used anymore. Use icCheck instead."
|
|
5000
|
+
}
|
|
5001
|
+
],
|
|
5002
|
+
"deprecation": "This event should not be used anymore. Use icCheck instead."
|
|
4818
5003
|
}
|
|
4819
5004
|
],
|
|
4820
5005
|
"listeners": [
|
|
@@ -5501,8 +5686,14 @@
|
|
|
5501
5686
|
"bubbles": true,
|
|
5502
5687
|
"cancelable": true,
|
|
5503
5688
|
"composed": true,
|
|
5504
|
-
"docs": "
|
|
5505
|
-
"docsTags": [
|
|
5689
|
+
"docs": "",
|
|
5690
|
+
"docsTags": [
|
|
5691
|
+
{
|
|
5692
|
+
"name": "deprecated",
|
|
5693
|
+
"text": "This event should not be used anymore. Use icSearchBarBlur instead."
|
|
5694
|
+
}
|
|
5695
|
+
],
|
|
5696
|
+
"deprecation": "This event should not be used anymore. Use icSearchBarBlur instead."
|
|
5506
5697
|
},
|
|
5507
5698
|
{
|
|
5508
5699
|
"event": "icInputFocus",
|
|
@@ -5510,8 +5701,14 @@
|
|
|
5510
5701
|
"bubbles": true,
|
|
5511
5702
|
"cancelable": true,
|
|
5512
5703
|
"composed": true,
|
|
5513
|
-
"docs": "
|
|
5514
|
-
"docsTags": [
|
|
5704
|
+
"docs": "",
|
|
5705
|
+
"docsTags": [
|
|
5706
|
+
{
|
|
5707
|
+
"name": "deprecated",
|
|
5708
|
+
"text": "This event should not be used anymore. Use icSearchBarFocus instead."
|
|
5709
|
+
}
|
|
5710
|
+
],
|
|
5711
|
+
"deprecation": "This event should not be used anymore. Use icSearchBarFocus instead."
|
|
5515
5712
|
},
|
|
5516
5713
|
{
|
|
5517
5714
|
"event": "icMenuChange",
|
|
@@ -5571,7 +5768,7 @@
|
|
|
5571
5768
|
"passive": false
|
|
5572
5769
|
},
|
|
5573
5770
|
{
|
|
5574
|
-
"event": "
|
|
5771
|
+
"event": "icMenuStateChange",
|
|
5575
5772
|
"capture": false,
|
|
5576
5773
|
"passive": false
|
|
5577
5774
|
},
|
|
@@ -6289,23 +6486,6 @@
|
|
|
6289
6486
|
"optional": false,
|
|
6290
6487
|
"required": false
|
|
6291
6488
|
},
|
|
6292
|
-
{
|
|
6293
|
-
"name": "inline",
|
|
6294
|
-
"type": "boolean",
|
|
6295
|
-
"mutable": false,
|
|
6296
|
-
"attr": "inline",
|
|
6297
|
-
"reflectToAttr": false,
|
|
6298
|
-
"docs": "If `true`, side navigation will be contained by its parent element.",
|
|
6299
|
-
"docsTags": [],
|
|
6300
|
-
"default": "false",
|
|
6301
|
-
"values": [
|
|
6302
|
-
{
|
|
6303
|
-
"type": "boolean"
|
|
6304
|
-
}
|
|
6305
|
-
],
|
|
6306
|
-
"optional": false,
|
|
6307
|
-
"required": false
|
|
6308
|
-
},
|
|
6309
6489
|
{
|
|
6310
6490
|
"name": "static",
|
|
6311
6491
|
"type": "boolean",
|
|
@@ -6360,7 +6540,7 @@
|
|
|
6360
6540
|
"events": [],
|
|
6361
6541
|
"listeners": [
|
|
6362
6542
|
{
|
|
6363
|
-
"event": "
|
|
6543
|
+
"event": "themeChange",
|
|
6364
6544
|
"target": "document",
|
|
6365
6545
|
"capture": false,
|
|
6366
6546
|
"passive": false
|
|
@@ -6589,13 +6769,34 @@
|
|
|
6589
6769
|
"docsTags": [],
|
|
6590
6770
|
"usage": {},
|
|
6591
6771
|
"props": [
|
|
6772
|
+
{
|
|
6773
|
+
"name": "stepStatus",
|
|
6774
|
+
"type": "\"optional\" | \"required\"",
|
|
6775
|
+
"mutable": false,
|
|
6776
|
+
"attr": "step-status",
|
|
6777
|
+
"reflectToAttr": false,
|
|
6778
|
+
"docs": "The status of the step. Use this prop to display a status message on the step if it is required or optional.",
|
|
6779
|
+
"docsTags": [],
|
|
6780
|
+
"values": [
|
|
6781
|
+
{
|
|
6782
|
+
"value": "optional",
|
|
6783
|
+
"type": "string"
|
|
6784
|
+
},
|
|
6785
|
+
{
|
|
6786
|
+
"value": "required",
|
|
6787
|
+
"type": "string"
|
|
6788
|
+
}
|
|
6789
|
+
],
|
|
6790
|
+
"optional": true,
|
|
6791
|
+
"required": false
|
|
6792
|
+
},
|
|
6592
6793
|
{
|
|
6593
6794
|
"name": "stepSubtitle",
|
|
6594
6795
|
"type": "string",
|
|
6595
6796
|
"mutable": false,
|
|
6596
6797
|
"attr": "step-subtitle",
|
|
6597
6798
|
"reflectToAttr": false,
|
|
6598
|
-
"docs": "
|
|
6799
|
+
"docs": "Additional information about the step. Use this prop to override the default step status messaging displayed when selecting a step type or step status.",
|
|
6599
6800
|
"docsTags": [],
|
|
6600
6801
|
"values": [
|
|
6601
6802
|
{
|
|
@@ -6611,7 +6812,7 @@
|
|
|
6611
6812
|
"mutable": false,
|
|
6612
6813
|
"attr": "step-title",
|
|
6613
6814
|
"reflectToAttr": false,
|
|
6614
|
-
"docs": "The
|
|
6815
|
+
"docs": "The title of the step within the stepper.",
|
|
6615
6816
|
"docsTags": [],
|
|
6616
6817
|
"values": [
|
|
6617
6818
|
{
|
|
@@ -6660,10 +6861,15 @@
|
|
|
6660
6861
|
"parts": [],
|
|
6661
6862
|
"dependents": [],
|
|
6662
6863
|
"dependencies": [
|
|
6864
|
+
"ic-loading-indicator",
|
|
6663
6865
|
"ic-typography"
|
|
6664
6866
|
],
|
|
6665
6867
|
"dependencyGraph": {
|
|
6666
6868
|
"ic-step": [
|
|
6869
|
+
"ic-loading-indicator",
|
|
6870
|
+
"ic-typography"
|
|
6871
|
+
],
|
|
6872
|
+
"ic-loading-indicator": [
|
|
6667
6873
|
"ic-typography"
|
|
6668
6874
|
]
|
|
6669
6875
|
}
|
|
@@ -6683,7 +6889,7 @@
|
|
|
6683
6889
|
"mutable": false,
|
|
6684
6890
|
"attr": "aligned",
|
|
6685
6891
|
"reflectToAttr": false,
|
|
6686
|
-
"docs": "The alignment of the stepper within its container.",
|
|
6892
|
+
"docs": "The alignment of the default stepper within its container.",
|
|
6687
6893
|
"docsTags": [],
|
|
6688
6894
|
"default": "\"full-width\"",
|
|
6689
6895
|
"values": [
|
|
@@ -6715,6 +6921,45 @@
|
|
|
6715
6921
|
],
|
|
6716
6922
|
"optional": true,
|
|
6717
6923
|
"required": false
|
|
6924
|
+
},
|
|
6925
|
+
{
|
|
6926
|
+
"name": "hideStepInfo",
|
|
6927
|
+
"type": "boolean",
|
|
6928
|
+
"mutable": false,
|
|
6929
|
+
"attr": "hide-step-info",
|
|
6930
|
+
"reflectToAttr": false,
|
|
6931
|
+
"docs": "If `true`, the information about each step, i.e. step title, step subtitle and step status, will be hidden on all default steps. The information about each step will still be visible in the compact variant of the stepper.",
|
|
6932
|
+
"docsTags": [],
|
|
6933
|
+
"default": "false",
|
|
6934
|
+
"values": [
|
|
6935
|
+
{
|
|
6936
|
+
"type": "boolean"
|
|
6937
|
+
}
|
|
6938
|
+
],
|
|
6939
|
+
"optional": true,
|
|
6940
|
+
"required": false
|
|
6941
|
+
},
|
|
6942
|
+
{
|
|
6943
|
+
"name": "variant",
|
|
6944
|
+
"type": "\"compact\" | \"default\"",
|
|
6945
|
+
"mutable": true,
|
|
6946
|
+
"attr": "variant",
|
|
6947
|
+
"reflectToAttr": false,
|
|
6948
|
+
"docs": "The variant of the stepper.",
|
|
6949
|
+
"docsTags": [],
|
|
6950
|
+
"default": "\"default\"",
|
|
6951
|
+
"values": [
|
|
6952
|
+
{
|
|
6953
|
+
"value": "compact",
|
|
6954
|
+
"type": "string"
|
|
6955
|
+
},
|
|
6956
|
+
{
|
|
6957
|
+
"value": "default",
|
|
6958
|
+
"type": "string"
|
|
6959
|
+
}
|
|
6960
|
+
],
|
|
6961
|
+
"optional": true,
|
|
6962
|
+
"required": false
|
|
6718
6963
|
}
|
|
6719
6964
|
],
|
|
6720
6965
|
"methods": [],
|
|
@@ -6981,17 +7226,7 @@
|
|
|
6981
7226
|
}
|
|
6982
7227
|
],
|
|
6983
7228
|
"methods": [],
|
|
6984
|
-
"events": [
|
|
6985
|
-
{
|
|
6986
|
-
"event": "tabClick",
|
|
6987
|
-
"detail": "IcTabClickEventDetail",
|
|
6988
|
-
"bubbles": true,
|
|
6989
|
-
"cancelable": true,
|
|
6990
|
-
"composed": true,
|
|
6991
|
-
"docs": "Emitted when a tab is selected.",
|
|
6992
|
-
"docsTags": []
|
|
6993
|
-
}
|
|
6994
|
-
],
|
|
7229
|
+
"events": [],
|
|
6995
7230
|
"listeners": [],
|
|
6996
7231
|
"styles": [],
|
|
6997
7232
|
"slots": [
|
|
@@ -7087,7 +7322,7 @@
|
|
|
7087
7322
|
"mutable": false,
|
|
7088
7323
|
"attr": "selected-tab-index",
|
|
7089
7324
|
"reflectToAttr": false,
|
|
7090
|
-
"docs": "The selected tab to be controlled by the user. Must be used alongside the
|
|
7325
|
+
"docs": "The selected tab to be controlled by the user. Must be used alongside the icTabSelect event to manage tab selection.",
|
|
7091
7326
|
"docsTags": [],
|
|
7092
7327
|
"values": [
|
|
7093
7328
|
{
|
|
@@ -7101,13 +7336,28 @@
|
|
|
7101
7336
|
"methods": [],
|
|
7102
7337
|
"events": [
|
|
7103
7338
|
{
|
|
7104
|
-
"event": "
|
|
7339
|
+
"event": "icTabSelect",
|
|
7105
7340
|
"detail": "IcTabSelectEventDetail",
|
|
7106
7341
|
"bubbles": true,
|
|
7107
7342
|
"cancelable": true,
|
|
7108
7343
|
"composed": true,
|
|
7109
7344
|
"docs": "Emitted when a user selects a tab.",
|
|
7110
7345
|
"docsTags": []
|
|
7346
|
+
},
|
|
7347
|
+
{
|
|
7348
|
+
"event": "tabSelect",
|
|
7349
|
+
"detail": "IcTabSelectEventDetail",
|
|
7350
|
+
"bubbles": true,
|
|
7351
|
+
"cancelable": true,
|
|
7352
|
+
"composed": true,
|
|
7353
|
+
"docs": "",
|
|
7354
|
+
"docsTags": [
|
|
7355
|
+
{
|
|
7356
|
+
"name": "deprecated",
|
|
7357
|
+
"text": "This event should not be used anymore. Use icTabSelect instead."
|
|
7358
|
+
}
|
|
7359
|
+
],
|
|
7360
|
+
"deprecation": "This event should not be used anymore. Use icTabSelect instead."
|
|
7111
7361
|
}
|
|
7112
7362
|
],
|
|
7113
7363
|
"listeners": [
|
|
@@ -7766,7 +8016,7 @@
|
|
|
7766
8016
|
"type": "boolean",
|
|
7767
8017
|
"mutable": false,
|
|
7768
8018
|
"attr": "readonly",
|
|
7769
|
-
"reflectToAttr":
|
|
8019
|
+
"reflectToAttr": true,
|
|
7770
8020
|
"docs": "If `true`, the read only state will be set.",
|
|
7771
8021
|
"docsTags": [],
|
|
7772
8022
|
"default": "false",
|
|
@@ -7834,7 +8084,7 @@
|
|
|
7834
8084
|
"type": "boolean",
|
|
7835
8085
|
"mutable": false,
|
|
7836
8086
|
"attr": "small",
|
|
7837
|
-
"reflectToAttr":
|
|
8087
|
+
"reflectToAttr": true,
|
|
7838
8088
|
"docs": "If `true`, the small styling will be applied to the text field.",
|
|
7839
8089
|
"docsTags": [],
|
|
7840
8090
|
"default": "false",
|
|
@@ -8124,17 +8374,7 @@
|
|
|
8124
8374
|
}
|
|
8125
8375
|
],
|
|
8126
8376
|
"methods": [],
|
|
8127
|
-
"events": [
|
|
8128
|
-
{
|
|
8129
|
-
"event": "icThemeChange",
|
|
8130
|
-
"detail": "{ mode: IcThemeForeground; color: IcColorRGB; }",
|
|
8131
|
-
"bubbles": true,
|
|
8132
|
-
"cancelable": true,
|
|
8133
|
-
"composed": true,
|
|
8134
|
-
"docs": "Emitted when the theme is changed.",
|
|
8135
|
-
"docsTags": []
|
|
8136
|
-
}
|
|
8137
|
-
],
|
|
8377
|
+
"events": [],
|
|
8138
8378
|
"listeners": [],
|
|
8139
8379
|
"styles": [],
|
|
8140
8380
|
"slots": [],
|
|
@@ -8152,6 +8392,23 @@
|
|
|
8152
8392
|
"docsTags": [],
|
|
8153
8393
|
"usage": {},
|
|
8154
8394
|
"props": [
|
|
8395
|
+
{
|
|
8396
|
+
"name": "disableHover",
|
|
8397
|
+
"type": "boolean",
|
|
8398
|
+
"mutable": false,
|
|
8399
|
+
"attr": "disable-hover",
|
|
8400
|
+
"reflectToAttr": false,
|
|
8401
|
+
"docs": "If `true`, the tooltip will not be displayed on hover, it will require a click.",
|
|
8402
|
+
"docsTags": [],
|
|
8403
|
+
"default": "false",
|
|
8404
|
+
"values": [
|
|
8405
|
+
{
|
|
8406
|
+
"type": "boolean"
|
|
8407
|
+
}
|
|
8408
|
+
],
|
|
8409
|
+
"optional": true,
|
|
8410
|
+
"required": false
|
|
8411
|
+
},
|
|
8155
8412
|
{
|
|
8156
8413
|
"name": "label",
|
|
8157
8414
|
"type": "string",
|
|
@@ -8255,6 +8512,7 @@
|
|
|
8255
8512
|
"parts": [],
|
|
8256
8513
|
"dependents": [
|
|
8257
8514
|
"ic-button",
|
|
8515
|
+
"ic-chip",
|
|
8258
8516
|
"ic-navigation-item",
|
|
8259
8517
|
"ic-tab-group"
|
|
8260
8518
|
],
|
|
@@ -8268,6 +8526,9 @@
|
|
|
8268
8526
|
"ic-button": [
|
|
8269
8527
|
"ic-tooltip"
|
|
8270
8528
|
],
|
|
8529
|
+
"ic-chip": [
|
|
8530
|
+
"ic-tooltip"
|
|
8531
|
+
],
|
|
8271
8532
|
"ic-navigation-item": [
|
|
8272
8533
|
"ic-tooltip"
|
|
8273
8534
|
],
|
|
@@ -8436,7 +8697,7 @@
|
|
|
8436
8697
|
"passive": false
|
|
8437
8698
|
},
|
|
8438
8699
|
{
|
|
8439
|
-
"event": "
|
|
8700
|
+
"event": "themeChange",
|
|
8440
8701
|
"target": "document",
|
|
8441
8702
|
"capture": false,
|
|
8442
8703
|
"passive": false
|
|
@@ -8592,6 +8853,7 @@
|
|
|
8592
8853
|
"ic-back-to-top",
|
|
8593
8854
|
"ic-card",
|
|
8594
8855
|
"ic-checkbox",
|
|
8856
|
+
"ic-chip",
|
|
8595
8857
|
"ic-classification-banner",
|
|
8596
8858
|
"ic-data-entity",
|
|
8597
8859
|
"ic-data-row",
|
|
@@ -8631,6 +8893,9 @@
|
|
|
8631
8893
|
"ic-checkbox": [
|
|
8632
8894
|
"ic-typography"
|
|
8633
8895
|
],
|
|
8896
|
+
"ic-chip": [
|
|
8897
|
+
"ic-typography"
|
|
8898
|
+
],
|
|
8634
8899
|
"ic-classification-banner": [
|
|
8635
8900
|
"ic-typography"
|
|
8636
8901
|
],
|
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.3",
|
|
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": "686f9e439d6d7a8b9ab5e7abb7c31ddfc4825e5d"
|
|
13
13
|
}
|