@ukic/docs 2.0.0-alpha.109 → 2.0.1
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 +5 -0
- package/docs.json +409 -445
- package/package.json +3 -4
package/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2022-11-
|
|
2
|
+
"timestamp": "2022-11-30T16:19:32",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "2.19.1",
|
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
"slots": [],
|
|
305
305
|
"parts": [],
|
|
306
306
|
"dependents": [
|
|
307
|
-
"ic-
|
|
307
|
+
"ic-breadcrumb-group"
|
|
308
308
|
],
|
|
309
309
|
"dependencies": [
|
|
310
310
|
"ic-link"
|
|
@@ -313,16 +313,16 @@
|
|
|
313
313
|
"ic-breadcrumb": [
|
|
314
314
|
"ic-link"
|
|
315
315
|
],
|
|
316
|
-
"ic-
|
|
316
|
+
"ic-breadcrumb-group": [
|
|
317
317
|
"ic-breadcrumb"
|
|
318
318
|
]
|
|
319
319
|
}
|
|
320
320
|
},
|
|
321
321
|
{
|
|
322
|
-
"filePath": "./src/components/ic-
|
|
322
|
+
"filePath": "./src/components/ic-breadcrumb-group/ic-breadcrumb-group.tsx",
|
|
323
323
|
"encapsulation": "shadow",
|
|
324
|
-
"tag": "ic-
|
|
325
|
-
"readme": "# ic-
|
|
324
|
+
"tag": "ic-breadcrumb-group",
|
|
325
|
+
"readme": "# ic-breadcrumb-group\n\n\n",
|
|
326
326
|
"docs": "",
|
|
327
327
|
"docsTags": [],
|
|
328
328
|
"usage": {},
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
"ic-breadcrumb"
|
|
374
374
|
],
|
|
375
375
|
"dependencyGraph": {
|
|
376
|
-
"ic-
|
|
376
|
+
"ic-breadcrumb-group": [
|
|
377
377
|
"ic-breadcrumb"
|
|
378
378
|
],
|
|
379
379
|
"ic-breadcrumb": [
|
|
@@ -396,29 +396,25 @@
|
|
|
396
396
|
"usage": {},
|
|
397
397
|
"props": [
|
|
398
398
|
{
|
|
399
|
-
"name": "
|
|
400
|
-
"type": "\"
|
|
401
|
-
"mutable":
|
|
402
|
-
"attr": "
|
|
399
|
+
"name": "appearance",
|
|
400
|
+
"type": "\"dark\" | \"default\" | \"light\"",
|
|
401
|
+
"mutable": true,
|
|
402
|
+
"attr": "appearance",
|
|
403
403
|
"reflectToAttr": false,
|
|
404
|
-
"docs": "
|
|
404
|
+
"docs": "Determines the whether the appearance of the button is dark, light, or the default.",
|
|
405
405
|
"docsTags": [],
|
|
406
|
-
"default": "\"
|
|
406
|
+
"default": "\"default\"",
|
|
407
407
|
"values": [
|
|
408
408
|
{
|
|
409
|
-
"value": "
|
|
410
|
-
"type": "string"
|
|
411
|
-
},
|
|
412
|
-
{
|
|
413
|
-
"value": "left",
|
|
409
|
+
"value": "dark",
|
|
414
410
|
"type": "string"
|
|
415
411
|
},
|
|
416
412
|
{
|
|
417
|
-
"value": "
|
|
413
|
+
"value": "default",
|
|
418
414
|
"type": "string"
|
|
419
415
|
},
|
|
420
416
|
{
|
|
421
|
-
"value": "
|
|
417
|
+
"value": "light",
|
|
422
418
|
"type": "string"
|
|
423
419
|
}
|
|
424
420
|
],
|
|
@@ -426,26 +422,17 @@
|
|
|
426
422
|
"required": false
|
|
427
423
|
},
|
|
428
424
|
{
|
|
429
|
-
"name": "
|
|
430
|
-
"type": "
|
|
431
|
-
"mutable":
|
|
432
|
-
"attr": "
|
|
425
|
+
"name": "disableTooltip",
|
|
426
|
+
"type": "boolean",
|
|
427
|
+
"mutable": false,
|
|
428
|
+
"attr": "disable-tooltip",
|
|
433
429
|
"reflectToAttr": false,
|
|
434
|
-
"docs": "
|
|
430
|
+
"docs": "Disable ic-tooltip which is shown for icon variant. Title or aria-label must be set if this prop is not applied.",
|
|
435
431
|
"docsTags": [],
|
|
436
|
-
"default": "
|
|
432
|
+
"default": "false",
|
|
437
433
|
"values": [
|
|
438
434
|
{
|
|
439
|
-
"
|
|
440
|
-
"type": "string"
|
|
441
|
-
},
|
|
442
|
-
{
|
|
443
|
-
"value": "default",
|
|
444
|
-
"type": "string"
|
|
445
|
-
},
|
|
446
|
-
{
|
|
447
|
-
"value": "light",
|
|
448
|
-
"type": "string"
|
|
435
|
+
"type": "boolean"
|
|
449
436
|
}
|
|
450
437
|
],
|
|
451
438
|
"optional": true,
|
|
@@ -537,23 +524,6 @@
|
|
|
537
524
|
"optional": true,
|
|
538
525
|
"required": false
|
|
539
526
|
},
|
|
540
|
-
{
|
|
541
|
-
"name": "iconRight",
|
|
542
|
-
"type": "boolean",
|
|
543
|
-
"mutable": false,
|
|
544
|
-
"attr": "icon-right",
|
|
545
|
-
"reflectToAttr": false,
|
|
546
|
-
"docs": "Determines whether the icon should appear on the right hand side of the button.",
|
|
547
|
-
"docsTags": [],
|
|
548
|
-
"default": "false",
|
|
549
|
-
"values": [
|
|
550
|
-
{
|
|
551
|
-
"type": "boolean"
|
|
552
|
-
}
|
|
553
|
-
],
|
|
554
|
-
"optional": true,
|
|
555
|
-
"required": false
|
|
556
|
-
},
|
|
557
527
|
{
|
|
558
528
|
"name": "loading",
|
|
559
529
|
"type": "boolean",
|
|
@@ -637,7 +607,7 @@
|
|
|
637
607
|
},
|
|
638
608
|
{
|
|
639
609
|
"name": "size",
|
|
640
|
-
"type": "\"default\" | \"
|
|
610
|
+
"type": "\"default\" | \"large\" | \"small\"",
|
|
641
611
|
"mutable": false,
|
|
642
612
|
"attr": "size",
|
|
643
613
|
"reflectToAttr": false,
|
|
@@ -650,11 +620,11 @@
|
|
|
650
620
|
"type": "string"
|
|
651
621
|
},
|
|
652
622
|
{
|
|
653
|
-
"value": "
|
|
623
|
+
"value": "large",
|
|
654
624
|
"type": "string"
|
|
655
625
|
},
|
|
656
626
|
{
|
|
657
|
-
"value": "
|
|
627
|
+
"value": "small",
|
|
658
628
|
"type": "string"
|
|
659
629
|
}
|
|
660
630
|
],
|
|
@@ -677,6 +647,36 @@
|
|
|
677
647
|
"optional": true,
|
|
678
648
|
"required": false
|
|
679
649
|
},
|
|
650
|
+
{
|
|
651
|
+
"name": "tooltipPlacement",
|
|
652
|
+
"type": "\"bottom\" | \"left\" | \"right\" | \"top\"",
|
|
653
|
+
"mutable": false,
|
|
654
|
+
"attr": "tooltip-placement",
|
|
655
|
+
"reflectToAttr": false,
|
|
656
|
+
"docs": "The position of the tooltip in relation to the button.",
|
|
657
|
+
"docsTags": [],
|
|
658
|
+
"default": "\"bottom\"",
|
|
659
|
+
"values": [
|
|
660
|
+
{
|
|
661
|
+
"value": "bottom",
|
|
662
|
+
"type": "string"
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"value": "left",
|
|
666
|
+
"type": "string"
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"value": "right",
|
|
670
|
+
"type": "string"
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"value": "top",
|
|
674
|
+
"type": "string"
|
|
675
|
+
}
|
|
676
|
+
],
|
|
677
|
+
"optional": true,
|
|
678
|
+
"required": false
|
|
679
|
+
},
|
|
680
680
|
{
|
|
681
681
|
"name": "type",
|
|
682
682
|
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
@@ -736,23 +736,6 @@
|
|
|
736
736
|
],
|
|
737
737
|
"optional": true,
|
|
738
738
|
"required": false
|
|
739
|
-
},
|
|
740
|
-
{
|
|
741
|
-
"name": "withIcTooltip",
|
|
742
|
-
"type": "boolean",
|
|
743
|
-
"mutable": false,
|
|
744
|
-
"attr": "with-ic-tooltip",
|
|
745
|
-
"reflectToAttr": false,
|
|
746
|
-
"docs": "Show an ic-tooltip displaying title or aria-label. Will always be shown for icon variant, so title or aria-label must be set.",
|
|
747
|
-
"docsTags": [],
|
|
748
|
-
"default": "false",
|
|
749
|
-
"values": [
|
|
750
|
-
{
|
|
751
|
-
"type": "boolean"
|
|
752
|
-
}
|
|
753
|
-
],
|
|
754
|
-
"optional": true,
|
|
755
|
-
"required": false
|
|
756
739
|
}
|
|
757
740
|
],
|
|
758
741
|
"methods": [
|
|
@@ -1145,7 +1128,7 @@
|
|
|
1145
1128
|
{
|
|
1146
1129
|
"name": "checked",
|
|
1147
1130
|
"type": "boolean",
|
|
1148
|
-
"mutable":
|
|
1131
|
+
"mutable": true,
|
|
1149
1132
|
"attr": "checked",
|
|
1150
1133
|
"reflectToAttr": true,
|
|
1151
1134
|
"docs": "Set the checkbox to the checked state",
|
|
@@ -1310,23 +1293,6 @@
|
|
|
1310
1293
|
"docsTags": [],
|
|
1311
1294
|
"usage": {},
|
|
1312
1295
|
"props": [
|
|
1313
|
-
{
|
|
1314
|
-
"name": "dense",
|
|
1315
|
-
"type": "boolean",
|
|
1316
|
-
"mutable": false,
|
|
1317
|
-
"attr": "dense",
|
|
1318
|
-
"reflectToAttr": false,
|
|
1319
|
-
"docs": "Specify whether dense styling to be applied to element.",
|
|
1320
|
-
"docsTags": [],
|
|
1321
|
-
"default": "false",
|
|
1322
|
-
"values": [
|
|
1323
|
-
{
|
|
1324
|
-
"type": "boolean"
|
|
1325
|
-
}
|
|
1326
|
-
],
|
|
1327
|
-
"optional": false,
|
|
1328
|
-
"required": false
|
|
1329
|
-
},
|
|
1330
1296
|
{
|
|
1331
1297
|
"name": "disabled",
|
|
1332
1298
|
"type": "boolean",
|
|
@@ -1427,6 +1393,23 @@
|
|
|
1427
1393
|
"optional": false,
|
|
1428
1394
|
"required": false
|
|
1429
1395
|
},
|
|
1396
|
+
{
|
|
1397
|
+
"name": "small",
|
|
1398
|
+
"type": "boolean",
|
|
1399
|
+
"mutable": false,
|
|
1400
|
+
"attr": "small",
|
|
1401
|
+
"reflectToAttr": false,
|
|
1402
|
+
"docs": "Specify whether small styling to be applied to element.",
|
|
1403
|
+
"docsTags": [],
|
|
1404
|
+
"default": "false",
|
|
1405
|
+
"values": [
|
|
1406
|
+
{
|
|
1407
|
+
"type": "boolean"
|
|
1408
|
+
}
|
|
1409
|
+
],
|
|
1410
|
+
"optional": false,
|
|
1411
|
+
"required": false
|
|
1412
|
+
},
|
|
1430
1413
|
{
|
|
1431
1414
|
"name": "validationStatus",
|
|
1432
1415
|
"type": "\"\" | \"error\" | \"success\" | \"warning\"",
|
|
@@ -1646,39 +1629,39 @@
|
|
|
1646
1629
|
"filePath": "./src/components/ic-data-entity/ic-data-entity.tsx",
|
|
1647
1630
|
"encapsulation": "shadow",
|
|
1648
1631
|
"tag": "ic-data-entity",
|
|
1649
|
-
"readme": "# ic-data-
|
|
1632
|
+
"readme": "# ic-data-entity\n\n\n",
|
|
1650
1633
|
"docs": "",
|
|
1651
1634
|
"docsTags": [],
|
|
1652
1635
|
"usage": {},
|
|
1653
1636
|
"props": [
|
|
1654
1637
|
{
|
|
1655
|
-
"name": "
|
|
1656
|
-
"type": "
|
|
1638
|
+
"name": "heading",
|
|
1639
|
+
"type": "string",
|
|
1657
1640
|
"mutable": false,
|
|
1658
|
-
"attr": "
|
|
1641
|
+
"attr": "heading",
|
|
1659
1642
|
"reflectToAttr": false,
|
|
1660
|
-
"docs": "
|
|
1643
|
+
"docs": "Title for the data entity",
|
|
1661
1644
|
"docsTags": [],
|
|
1662
|
-
"default": "false",
|
|
1663
1645
|
"values": [
|
|
1664
1646
|
{
|
|
1665
|
-
"type": "
|
|
1647
|
+
"type": "string"
|
|
1666
1648
|
}
|
|
1667
1649
|
],
|
|
1668
1650
|
"optional": false,
|
|
1669
1651
|
"required": false
|
|
1670
1652
|
},
|
|
1671
1653
|
{
|
|
1672
|
-
"name": "
|
|
1673
|
-
"type": "
|
|
1654
|
+
"name": "small",
|
|
1655
|
+
"type": "boolean",
|
|
1674
1656
|
"mutable": false,
|
|
1675
|
-
"attr": "
|
|
1657
|
+
"attr": "small",
|
|
1676
1658
|
"reflectToAttr": false,
|
|
1677
|
-
"docs": "
|
|
1659
|
+
"docs": "Set the data heading and all child data rows to small styling",
|
|
1678
1660
|
"docsTags": [],
|
|
1661
|
+
"default": "false",
|
|
1679
1662
|
"values": [
|
|
1680
1663
|
{
|
|
1681
|
-
"type": "
|
|
1664
|
+
"type": "boolean"
|
|
1682
1665
|
}
|
|
1683
1666
|
],
|
|
1684
1667
|
"optional": false,
|
|
@@ -1724,33 +1707,33 @@
|
|
|
1724
1707
|
"usage": {},
|
|
1725
1708
|
"props": [
|
|
1726
1709
|
{
|
|
1727
|
-
"name": "
|
|
1728
|
-
"type": "
|
|
1710
|
+
"name": "label",
|
|
1711
|
+
"type": "string",
|
|
1729
1712
|
"mutable": false,
|
|
1730
|
-
"attr": "
|
|
1713
|
+
"attr": "label",
|
|
1731
1714
|
"reflectToAttr": false,
|
|
1732
|
-
"docs": "Set the
|
|
1715
|
+
"docs": "Set the label in the leftmost cell of the row",
|
|
1733
1716
|
"docsTags": [],
|
|
1734
|
-
"default": "false",
|
|
1735
1717
|
"values": [
|
|
1736
1718
|
{
|
|
1737
|
-
"type": "
|
|
1719
|
+
"type": "string"
|
|
1738
1720
|
}
|
|
1739
1721
|
],
|
|
1740
1722
|
"optional": false,
|
|
1741
1723
|
"required": false
|
|
1742
1724
|
},
|
|
1743
1725
|
{
|
|
1744
|
-
"name": "
|
|
1745
|
-
"type": "
|
|
1726
|
+
"name": "small",
|
|
1727
|
+
"type": "boolean",
|
|
1746
1728
|
"mutable": false,
|
|
1747
|
-
"attr": "
|
|
1729
|
+
"attr": "small",
|
|
1748
1730
|
"reflectToAttr": false,
|
|
1749
|
-
"docs": "Set the
|
|
1731
|
+
"docs": "Set the row to small styling, this is automatically applied if small is set on the parent data heading",
|
|
1750
1732
|
"docsTags": [],
|
|
1733
|
+
"default": "false",
|
|
1751
1734
|
"values": [
|
|
1752
1735
|
{
|
|
1753
|
-
"type": "
|
|
1736
|
+
"type": "boolean"
|
|
1754
1737
|
}
|
|
1755
1738
|
],
|
|
1756
1739
|
"optional": false,
|
|
@@ -1888,32 +1871,32 @@
|
|
|
1888
1871
|
},
|
|
1889
1872
|
{
|
|
1890
1873
|
"name": "breakpoint",
|
|
1891
|
-
"type": "\"
|
|
1874
|
+
"type": "\"extra large\" | \"extra small\" | \"large\" | \"medium\" | \"small\"",
|
|
1892
1875
|
"mutable": false,
|
|
1893
1876
|
"attr": "breakpoint",
|
|
1894
1877
|
"reflectToAttr": false,
|
|
1895
|
-
"docs": "Sets the screen size breakpoint at which to switch to the
|
|
1878
|
+
"docs": "Sets the screen size breakpoint at which to switch to the small layout",
|
|
1896
1879
|
"docsTags": [],
|
|
1897
|
-
"default": "\"
|
|
1880
|
+
"default": "\"medium\"",
|
|
1898
1881
|
"values": [
|
|
1899
1882
|
{
|
|
1900
|
-
"value": "
|
|
1883
|
+
"value": "extra large",
|
|
1901
1884
|
"type": "string"
|
|
1902
1885
|
},
|
|
1903
1886
|
{
|
|
1904
|
-
"value": "
|
|
1887
|
+
"value": "extra small",
|
|
1905
1888
|
"type": "string"
|
|
1906
1889
|
},
|
|
1907
1890
|
{
|
|
1908
|
-
"value": "
|
|
1891
|
+
"value": "large",
|
|
1909
1892
|
"type": "string"
|
|
1910
1893
|
},
|
|
1911
1894
|
{
|
|
1912
|
-
"value": "
|
|
1895
|
+
"value": "medium",
|
|
1913
1896
|
"type": "string"
|
|
1914
1897
|
},
|
|
1915
1898
|
{
|
|
1916
|
-
"value": "
|
|
1899
|
+
"value": "small",
|
|
1917
1900
|
"type": "string"
|
|
1918
1901
|
}
|
|
1919
1902
|
],
|
|
@@ -2167,7 +2150,7 @@
|
|
|
2167
2150
|
},
|
|
2168
2151
|
{
|
|
2169
2152
|
"name": "slot",
|
|
2170
|
-
"text": "
|
|
2153
|
+
"text": "secondary - Content will be rendered in the secondary content area."
|
|
2171
2154
|
}
|
|
2172
2155
|
],
|
|
2173
2156
|
"usage": {},
|
|
@@ -2236,23 +2219,6 @@
|
|
|
2236
2219
|
"optional": false,
|
|
2237
2220
|
"required": false
|
|
2238
2221
|
},
|
|
2239
|
-
{
|
|
2240
|
-
"name": "dense",
|
|
2241
|
-
"type": "boolean",
|
|
2242
|
-
"mutable": false,
|
|
2243
|
-
"attr": "dense",
|
|
2244
|
-
"reflectToAttr": false,
|
|
2245
|
-
"docs": "Alter styling for use with dense content/pages",
|
|
2246
|
-
"docsTags": [],
|
|
2247
|
-
"default": "false",
|
|
2248
|
-
"values": [
|
|
2249
|
-
{
|
|
2250
|
-
"type": "boolean"
|
|
2251
|
-
}
|
|
2252
|
-
],
|
|
2253
|
-
"optional": false,
|
|
2254
|
-
"required": false
|
|
2255
|
-
},
|
|
2256
2222
|
{
|
|
2257
2223
|
"name": "disableBackgroundParallax",
|
|
2258
2224
|
"type": "boolean",
|
|
@@ -2318,6 +2284,23 @@
|
|
|
2318
2284
|
"optional": true,
|
|
2319
2285
|
"required": false
|
|
2320
2286
|
},
|
|
2287
|
+
{
|
|
2288
|
+
"name": "small",
|
|
2289
|
+
"type": "boolean",
|
|
2290
|
+
"mutable": false,
|
|
2291
|
+
"attr": "small",
|
|
2292
|
+
"reflectToAttr": false,
|
|
2293
|
+
"docs": "Alter styling for use with small content/pages",
|
|
2294
|
+
"docsTags": [],
|
|
2295
|
+
"default": "false",
|
|
2296
|
+
"values": [
|
|
2297
|
+
{
|
|
2298
|
+
"type": "boolean"
|
|
2299
|
+
}
|
|
2300
|
+
],
|
|
2301
|
+
"optional": false,
|
|
2302
|
+
"required": false
|
|
2303
|
+
},
|
|
2321
2304
|
{
|
|
2322
2305
|
"name": "subheading",
|
|
2323
2306
|
"type": "string",
|
|
@@ -2362,8 +2345,8 @@
|
|
|
2362
2345
|
"docs": "Content will be rendered in the interaction area, adjacent to the title area."
|
|
2363
2346
|
},
|
|
2364
2347
|
{
|
|
2365
|
-
"name": "
|
|
2366
|
-
"docs": "Content will be rendered in the
|
|
2348
|
+
"name": "secondary",
|
|
2349
|
+
"docs": "Content will be rendered in the secondary content area."
|
|
2367
2350
|
},
|
|
2368
2351
|
{
|
|
2369
2352
|
"name": "subheading",
|
|
@@ -2415,12 +2398,12 @@
|
|
|
2415
2398
|
"required": false
|
|
2416
2399
|
},
|
|
2417
2400
|
{
|
|
2418
|
-
"name": "
|
|
2401
|
+
"name": "disabled",
|
|
2419
2402
|
"type": "boolean",
|
|
2420
2403
|
"mutable": false,
|
|
2421
|
-
"attr": "
|
|
2404
|
+
"attr": "disabled",
|
|
2422
2405
|
"reflectToAttr": false,
|
|
2423
|
-
"docs": "
|
|
2406
|
+
"docs": "disabled",
|
|
2424
2407
|
"docsTags": [],
|
|
2425
2408
|
"default": "false",
|
|
2426
2409
|
"values": [
|
|
@@ -2432,12 +2415,12 @@
|
|
|
2432
2415
|
"required": false
|
|
2433
2416
|
},
|
|
2434
2417
|
{
|
|
2435
|
-
"name": "
|
|
2418
|
+
"name": "fullWidth",
|
|
2436
2419
|
"type": "boolean",
|
|
2437
2420
|
"mutable": false,
|
|
2438
|
-
"attr": "
|
|
2421
|
+
"attr": "full-width",
|
|
2439
2422
|
"reflectToAttr": false,
|
|
2440
|
-
"docs": "
|
|
2423
|
+
"docs": "If true then fill width of container",
|
|
2441
2424
|
"docsTags": [],
|
|
2442
2425
|
"default": "false",
|
|
2443
2426
|
"values": [
|
|
@@ -2449,12 +2432,12 @@
|
|
|
2449
2432
|
"required": false
|
|
2450
2433
|
},
|
|
2451
2434
|
{
|
|
2452
|
-
"name": "
|
|
2435
|
+
"name": "multiLine",
|
|
2453
2436
|
"type": "boolean",
|
|
2454
2437
|
"mutable": false,
|
|
2455
|
-
"attr": "
|
|
2438
|
+
"attr": "multi-line",
|
|
2456
2439
|
"reflectToAttr": false,
|
|
2457
|
-
"docs": "
|
|
2440
|
+
"docs": "multiLine",
|
|
2458
2441
|
"docsTags": [],
|
|
2459
2442
|
"default": "false",
|
|
2460
2443
|
"values": [
|
|
@@ -2466,12 +2449,12 @@
|
|
|
2466
2449
|
"required": false
|
|
2467
2450
|
},
|
|
2468
2451
|
{
|
|
2469
|
-
"name": "
|
|
2452
|
+
"name": "readonly",
|
|
2470
2453
|
"type": "boolean",
|
|
2471
2454
|
"mutable": false,
|
|
2472
|
-
"attr": "
|
|
2455
|
+
"attr": "readonly",
|
|
2473
2456
|
"reflectToAttr": false,
|
|
2474
|
-
"docs": "
|
|
2457
|
+
"docs": "readonly",
|
|
2475
2458
|
"docsTags": [],
|
|
2476
2459
|
"default": "false",
|
|
2477
2460
|
"values": [
|
|
@@ -2483,12 +2466,12 @@
|
|
|
2483
2466
|
"required": false
|
|
2484
2467
|
},
|
|
2485
2468
|
{
|
|
2486
|
-
"name": "
|
|
2469
|
+
"name": "small",
|
|
2487
2470
|
"type": "boolean",
|
|
2488
2471
|
"mutable": false,
|
|
2489
|
-
"attr": "
|
|
2472
|
+
"attr": "small",
|
|
2490
2473
|
"reflectToAttr": false,
|
|
2491
|
-
"docs": "
|
|
2474
|
+
"docs": "small",
|
|
2492
2475
|
"docsTags": [],
|
|
2493
2476
|
"default": "false",
|
|
2494
2477
|
"values": [
|
|
@@ -2981,9 +2964,40 @@
|
|
|
2981
2964
|
"tag": "ic-link",
|
|
2982
2965
|
"readme": "# ic-link\n\n\n",
|
|
2983
2966
|
"docs": "",
|
|
2984
|
-
"docsTags": [
|
|
2967
|
+
"docsTags": [
|
|
2968
|
+
{
|
|
2969
|
+
"name": "slot",
|
|
2970
|
+
"text": "router-item - Handle routing by nesting your routes in this slot"
|
|
2971
|
+
}
|
|
2972
|
+
],
|
|
2985
2973
|
"usage": {},
|
|
2986
2974
|
"props": [
|
|
2975
|
+
{
|
|
2976
|
+
"name": "appearance",
|
|
2977
|
+
"type": "\"dark\" | \"default\" | \"light\"",
|
|
2978
|
+
"mutable": true,
|
|
2979
|
+
"attr": "appearance",
|
|
2980
|
+
"reflectToAttr": false,
|
|
2981
|
+
"docs": "Determines the whether the appearance is dark, light, or the default.",
|
|
2982
|
+
"docsTags": [],
|
|
2983
|
+
"default": "\"default\"",
|
|
2984
|
+
"values": [
|
|
2985
|
+
{
|
|
2986
|
+
"value": "dark",
|
|
2987
|
+
"type": "string"
|
|
2988
|
+
},
|
|
2989
|
+
{
|
|
2990
|
+
"value": "default",
|
|
2991
|
+
"type": "string"
|
|
2992
|
+
},
|
|
2993
|
+
{
|
|
2994
|
+
"value": "light",
|
|
2995
|
+
"type": "string"
|
|
2996
|
+
}
|
|
2997
|
+
],
|
|
2998
|
+
"optional": true,
|
|
2999
|
+
"required": false
|
|
3000
|
+
},
|
|
2987
3001
|
{
|
|
2988
3002
|
"name": "download",
|
|
2989
3003
|
"type": "boolean | string",
|
|
@@ -3132,32 +3146,6 @@
|
|
|
3132
3146
|
],
|
|
3133
3147
|
"optional": true,
|
|
3134
3148
|
"required": false
|
|
3135
|
-
},
|
|
3136
|
-
{
|
|
3137
|
-
"name": "variant",
|
|
3138
|
-
"type": "\"dark\" | \"default\" | \"light\"",
|
|
3139
|
-
"mutable": true,
|
|
3140
|
-
"attr": "variant",
|
|
3141
|
-
"reflectToAttr": false,
|
|
3142
|
-
"docs": "Determines which colour variant is to be applied, to have appropriate colour contrast.",
|
|
3143
|
-
"docsTags": [],
|
|
3144
|
-
"default": "\"default\"",
|
|
3145
|
-
"values": [
|
|
3146
|
-
{
|
|
3147
|
-
"value": "dark",
|
|
3148
|
-
"type": "string"
|
|
3149
|
-
},
|
|
3150
|
-
{
|
|
3151
|
-
"value": "default",
|
|
3152
|
-
"type": "string"
|
|
3153
|
-
},
|
|
3154
|
-
{
|
|
3155
|
-
"value": "light",
|
|
3156
|
-
"type": "string"
|
|
3157
|
-
}
|
|
3158
|
-
],
|
|
3159
|
-
"optional": true,
|
|
3160
|
-
"required": false
|
|
3161
3149
|
}
|
|
3162
3150
|
],
|
|
3163
3151
|
"methods": [],
|
|
@@ -3171,7 +3159,12 @@
|
|
|
3171
3159
|
}
|
|
3172
3160
|
],
|
|
3173
3161
|
"styles": [],
|
|
3174
|
-
"slots": [
|
|
3162
|
+
"slots": [
|
|
3163
|
+
{
|
|
3164
|
+
"name": "router-item",
|
|
3165
|
+
"docs": "Handle routing by nesting your routes in this slot"
|
|
3166
|
+
}
|
|
3167
|
+
],
|
|
3175
3168
|
"parts": [],
|
|
3176
3169
|
"dependents": [
|
|
3177
3170
|
"ic-breadcrumb"
|
|
@@ -3193,17 +3186,22 @@
|
|
|
3193
3186
|
"usage": {},
|
|
3194
3187
|
"props": [
|
|
3195
3188
|
{
|
|
3196
|
-
"name": "
|
|
3197
|
-
"type": "
|
|
3189
|
+
"name": "appearance",
|
|
3190
|
+
"type": "\"dark\" | \"light\"",
|
|
3198
3191
|
"mutable": false,
|
|
3199
|
-
"attr": "
|
|
3192
|
+
"attr": "appearance",
|
|
3200
3193
|
"reflectToAttr": false,
|
|
3201
|
-
"docs": "Determines whether the dark
|
|
3194
|
+
"docs": "Determines whether the dark or light loading indicator should be displayed.",
|
|
3202
3195
|
"docsTags": [],
|
|
3203
|
-
"default": "
|
|
3196
|
+
"default": "\"dark\"",
|
|
3204
3197
|
"values": [
|
|
3205
3198
|
{
|
|
3206
|
-
"
|
|
3199
|
+
"value": "dark",
|
|
3200
|
+
"type": "string"
|
|
3201
|
+
},
|
|
3202
|
+
{
|
|
3203
|
+
"value": "light",
|
|
3204
|
+
"type": "string"
|
|
3207
3205
|
}
|
|
3208
3206
|
],
|
|
3209
3207
|
"optional": true,
|
|
@@ -3226,6 +3224,23 @@
|
|
|
3226
3224
|
"optional": true,
|
|
3227
3225
|
"required": false
|
|
3228
3226
|
},
|
|
3227
|
+
{
|
|
3228
|
+
"name": "fullWidth",
|
|
3229
|
+
"type": "boolean",
|
|
3230
|
+
"mutable": false,
|
|
3231
|
+
"attr": "full-width",
|
|
3232
|
+
"reflectToAttr": true,
|
|
3233
|
+
"docs": "When linear, determines whether the full-width version (i.e. without a border radius) should be displayed.",
|
|
3234
|
+
"docsTags": [],
|
|
3235
|
+
"default": "false",
|
|
3236
|
+
"values": [
|
|
3237
|
+
{
|
|
3238
|
+
"type": "boolean"
|
|
3239
|
+
}
|
|
3240
|
+
],
|
|
3241
|
+
"optional": true,
|
|
3242
|
+
"required": false
|
|
3243
|
+
},
|
|
3229
3244
|
{
|
|
3230
3245
|
"name": "label",
|
|
3231
3246
|
"type": "string",
|
|
@@ -3360,28 +3375,6 @@
|
|
|
3360
3375
|
],
|
|
3361
3376
|
"optional": true,
|
|
3362
3377
|
"required": false
|
|
3363
|
-
},
|
|
3364
|
-
{
|
|
3365
|
-
"name": "variant",
|
|
3366
|
-
"type": "\"default\" | \"full-width\"",
|
|
3367
|
-
"mutable": false,
|
|
3368
|
-
"attr": "variant",
|
|
3369
|
-
"reflectToAttr": true,
|
|
3370
|
-
"docs": "The variant of indicator, either default or full-width.",
|
|
3371
|
-
"docsTags": [],
|
|
3372
|
-
"default": "\"default\"",
|
|
3373
|
-
"values": [
|
|
3374
|
-
{
|
|
3375
|
-
"value": "default",
|
|
3376
|
-
"type": "string"
|
|
3377
|
-
},
|
|
3378
|
-
{
|
|
3379
|
-
"value": "full-width",
|
|
3380
|
-
"type": "string"
|
|
3381
|
-
}
|
|
3382
|
-
],
|
|
3383
|
-
"optional": true,
|
|
3384
|
-
"required": false
|
|
3385
3378
|
}
|
|
3386
3379
|
],
|
|
3387
3380
|
"methods": [],
|
|
@@ -3457,23 +3450,6 @@
|
|
|
3457
3450
|
"optional": false,
|
|
3458
3451
|
"required": true
|
|
3459
3452
|
},
|
|
3460
|
-
{
|
|
3461
|
-
"name": "dense",
|
|
3462
|
-
"type": "boolean",
|
|
3463
|
-
"mutable": false,
|
|
3464
|
-
"attr": "dense",
|
|
3465
|
-
"reflectToAttr": true,
|
|
3466
|
-
"docs": "Specify whether dense styling is to be applied to the element.",
|
|
3467
|
-
"docsTags": [],
|
|
3468
|
-
"default": "false",
|
|
3469
|
-
"values": [
|
|
3470
|
-
{
|
|
3471
|
-
"type": "boolean"
|
|
3472
|
-
}
|
|
3473
|
-
],
|
|
3474
|
-
"optional": true,
|
|
3475
|
-
"required": false
|
|
3476
|
-
},
|
|
3477
3453
|
{
|
|
3478
3454
|
"name": "fullWidth",
|
|
3479
3455
|
"type": "boolean",
|
|
@@ -3569,6 +3545,23 @@
|
|
|
3569
3545
|
"optional": false,
|
|
3570
3546
|
"required": true
|
|
3571
3547
|
},
|
|
3548
|
+
{
|
|
3549
|
+
"name": "small",
|
|
3550
|
+
"type": "boolean",
|
|
3551
|
+
"mutable": false,
|
|
3552
|
+
"attr": "small",
|
|
3553
|
+
"reflectToAttr": true,
|
|
3554
|
+
"docs": "Specify whether small styling is to be applied to the element.",
|
|
3555
|
+
"docsTags": [],
|
|
3556
|
+
"default": "false",
|
|
3557
|
+
"values": [
|
|
3558
|
+
{
|
|
3559
|
+
"type": "boolean"
|
|
3560
|
+
}
|
|
3561
|
+
],
|
|
3562
|
+
"optional": true,
|
|
3563
|
+
"required": false
|
|
3564
|
+
},
|
|
3572
3565
|
{
|
|
3573
3566
|
"name": "value",
|
|
3574
3567
|
"type": "string",
|
|
@@ -4296,45 +4289,45 @@
|
|
|
4296
4289
|
"required": false
|
|
4297
4290
|
},
|
|
4298
4291
|
{
|
|
4299
|
-
"name": "
|
|
4300
|
-
"type": "
|
|
4292
|
+
"name": "heading",
|
|
4293
|
+
"type": "string",
|
|
4301
4294
|
"mutable": false,
|
|
4302
|
-
"attr": "
|
|
4295
|
+
"attr": "heading",
|
|
4303
4296
|
"reflectToAttr": false,
|
|
4304
|
-
"docs": "
|
|
4297
|
+
"docs": "The title to render on the component.",
|
|
4305
4298
|
"docsTags": [],
|
|
4306
|
-
"default": "false",
|
|
4307
4299
|
"values": [
|
|
4308
4300
|
{
|
|
4309
|
-
"type": "
|
|
4301
|
+
"type": "string"
|
|
4310
4302
|
}
|
|
4311
4303
|
],
|
|
4312
4304
|
"optional": true,
|
|
4313
4305
|
"required": false
|
|
4314
4306
|
},
|
|
4315
4307
|
{
|
|
4316
|
-
"name": "
|
|
4317
|
-
"type": "
|
|
4308
|
+
"name": "reverseOrder",
|
|
4309
|
+
"type": "boolean",
|
|
4318
4310
|
"mutable": false,
|
|
4319
|
-
"attr": "
|
|
4311
|
+
"attr": "reverse-order",
|
|
4320
4312
|
"reflectToAttr": false,
|
|
4321
|
-
"docs": "
|
|
4313
|
+
"docs": "Set whether the reading pattern and tab order change in the action area for viewport widths of above 576px and when actions have not wrapped",
|
|
4322
4314
|
"docsTags": [],
|
|
4315
|
+
"default": "false",
|
|
4323
4316
|
"values": [
|
|
4324
4317
|
{
|
|
4325
|
-
"type": "
|
|
4318
|
+
"type": "boolean"
|
|
4326
4319
|
}
|
|
4327
4320
|
],
|
|
4328
4321
|
"optional": true,
|
|
4329
4322
|
"required": false
|
|
4330
4323
|
},
|
|
4331
4324
|
{
|
|
4332
|
-
"name": "
|
|
4325
|
+
"name": "small",
|
|
4333
4326
|
"type": "boolean",
|
|
4334
4327
|
"mutable": false,
|
|
4335
|
-
"attr": "
|
|
4328
|
+
"attr": "small",
|
|
4336
4329
|
"reflectToAttr": false,
|
|
4337
|
-
"docs": "
|
|
4330
|
+
"docs": "Whether the component uses small styling.",
|
|
4338
4331
|
"docsTags": [],
|
|
4339
4332
|
"default": "false",
|
|
4340
4333
|
"values": [
|
|
@@ -4451,28 +4444,11 @@
|
|
|
4451
4444
|
"filePath": "./src/components/ic-radio-group/ic-radio-group.tsx",
|
|
4452
4445
|
"encapsulation": "shadow",
|
|
4453
4446
|
"tag": "ic-radio-group",
|
|
4454
|
-
"readme": "#
|
|
4447
|
+
"readme": "# ic-radio-group\n\n\n",
|
|
4455
4448
|
"docs": "",
|
|
4456
4449
|
"docsTags": [],
|
|
4457
4450
|
"usage": {},
|
|
4458
4451
|
"props": [
|
|
4459
|
-
{
|
|
4460
|
-
"name": "dense",
|
|
4461
|
-
"type": "boolean",
|
|
4462
|
-
"mutable": false,
|
|
4463
|
-
"attr": "dense",
|
|
4464
|
-
"reflectToAttr": false,
|
|
4465
|
-
"docs": "Specify whether dense styling is to be applied to the element.",
|
|
4466
|
-
"docsTags": [],
|
|
4467
|
-
"default": "false",
|
|
4468
|
-
"values": [
|
|
4469
|
-
{
|
|
4470
|
-
"type": "boolean"
|
|
4471
|
-
}
|
|
4472
|
-
],
|
|
4473
|
-
"optional": false,
|
|
4474
|
-
"required": false
|
|
4475
|
-
},
|
|
4476
4452
|
{
|
|
4477
4453
|
"name": "disabled",
|
|
4478
4454
|
"type": "boolean",
|
|
@@ -4553,15 +4529,32 @@
|
|
|
4553
4529
|
}
|
|
4554
4530
|
],
|
|
4555
4531
|
"optional": false,
|
|
4556
|
-
"required": true
|
|
4532
|
+
"required": true
|
|
4533
|
+
},
|
|
4534
|
+
{
|
|
4535
|
+
"name": "required",
|
|
4536
|
+
"type": "boolean",
|
|
4537
|
+
"mutable": false,
|
|
4538
|
+
"attr": "required",
|
|
4539
|
+
"reflectToAttr": false,
|
|
4540
|
+
"docs": "Specify if the input requires a value.",
|
|
4541
|
+
"docsTags": [],
|
|
4542
|
+
"default": "false",
|
|
4543
|
+
"values": [
|
|
4544
|
+
{
|
|
4545
|
+
"type": "boolean"
|
|
4546
|
+
}
|
|
4547
|
+
],
|
|
4548
|
+
"optional": false,
|
|
4549
|
+
"required": false
|
|
4557
4550
|
},
|
|
4558
4551
|
{
|
|
4559
|
-
"name": "
|
|
4552
|
+
"name": "small",
|
|
4560
4553
|
"type": "boolean",
|
|
4561
4554
|
"mutable": false,
|
|
4562
|
-
"attr": "
|
|
4555
|
+
"attr": "small",
|
|
4563
4556
|
"reflectToAttr": false,
|
|
4564
|
-
"docs": "Specify
|
|
4557
|
+
"docs": "Specify whether small styling is to be applied to the element.",
|
|
4565
4558
|
"docsTags": [],
|
|
4566
4559
|
"default": "false",
|
|
4567
4560
|
"values": [
|
|
@@ -4663,7 +4656,7 @@
|
|
|
4663
4656
|
"filePath": "./src/components/ic-radio-option/ic-radio-option.tsx",
|
|
4664
4657
|
"encapsulation": "shadow",
|
|
4665
4658
|
"tag": "ic-radio-option",
|
|
4666
|
-
"readme": "#
|
|
4659
|
+
"readme": "# ic-radio-option\n\n\n",
|
|
4667
4660
|
"docs": "",
|
|
4668
4661
|
"docsTags": [],
|
|
4669
4662
|
"usage": {},
|
|
@@ -4775,7 +4768,7 @@
|
|
|
4775
4768
|
{
|
|
4776
4769
|
"name": "selected",
|
|
4777
4770
|
"type": "boolean",
|
|
4778
|
-
"mutable":
|
|
4771
|
+
"mutable": true,
|
|
4779
4772
|
"attr": "selected",
|
|
4780
4773
|
"reflectToAttr": true,
|
|
4781
4774
|
"docs": "Determines whether the radio should be in selected state.",
|
|
@@ -4792,7 +4785,7 @@
|
|
|
4792
4785
|
{
|
|
4793
4786
|
"name": "value",
|
|
4794
4787
|
"type": "string",
|
|
4795
|
-
"mutable":
|
|
4788
|
+
"mutable": true,
|
|
4796
4789
|
"attr": "value",
|
|
4797
4790
|
"reflectToAttr": false,
|
|
4798
4791
|
"docs": "Provide a value for the input.",
|
|
@@ -5159,23 +5152,6 @@
|
|
|
5159
5152
|
"optional": false,
|
|
5160
5153
|
"required": false
|
|
5161
5154
|
},
|
|
5162
|
-
{
|
|
5163
|
-
"name": "dark",
|
|
5164
|
-
"type": "boolean",
|
|
5165
|
-
"mutable": false,
|
|
5166
|
-
"attr": "dark",
|
|
5167
|
-
"reflectToAttr": false,
|
|
5168
|
-
"docs": "Determines whether the dark variant of the search bar should be displayed.",
|
|
5169
|
-
"docsTags": [],
|
|
5170
|
-
"default": "false",
|
|
5171
|
-
"values": [
|
|
5172
|
-
{
|
|
5173
|
-
"type": "boolean"
|
|
5174
|
-
}
|
|
5175
|
-
],
|
|
5176
|
-
"optional": true,
|
|
5177
|
-
"required": false
|
|
5178
|
-
},
|
|
5179
5155
|
{
|
|
5180
5156
|
"name": "debounce",
|
|
5181
5157
|
"type": "number",
|
|
@@ -5193,23 +5169,6 @@
|
|
|
5193
5169
|
"optional": true,
|
|
5194
5170
|
"required": false
|
|
5195
5171
|
},
|
|
5196
|
-
{
|
|
5197
|
-
"name": "dense",
|
|
5198
|
-
"type": "boolean",
|
|
5199
|
-
"mutable": false,
|
|
5200
|
-
"attr": "dense",
|
|
5201
|
-
"reflectToAttr": false,
|
|
5202
|
-
"docs": "Specify whether dense styling is to be applied to the element.",
|
|
5203
|
-
"docsTags": [],
|
|
5204
|
-
"default": "false",
|
|
5205
|
-
"values": [
|
|
5206
|
-
{
|
|
5207
|
-
"type": "boolean"
|
|
5208
|
-
}
|
|
5209
|
-
],
|
|
5210
|
-
"optional": true,
|
|
5211
|
-
"required": false
|
|
5212
|
-
},
|
|
5213
5172
|
{
|
|
5214
5173
|
"name": "disableFilter",
|
|
5215
5174
|
"type": "boolean",
|
|
@@ -5446,6 +5405,23 @@
|
|
|
5446
5405
|
"optional": true,
|
|
5447
5406
|
"required": false
|
|
5448
5407
|
},
|
|
5408
|
+
{
|
|
5409
|
+
"name": "small",
|
|
5410
|
+
"type": "boolean",
|
|
5411
|
+
"mutable": false,
|
|
5412
|
+
"attr": "small",
|
|
5413
|
+
"reflectToAttr": false,
|
|
5414
|
+
"docs": "Specify whether small styling is to be applied to the element.",
|
|
5415
|
+
"docsTags": [],
|
|
5416
|
+
"default": "false",
|
|
5417
|
+
"values": [
|
|
5418
|
+
{
|
|
5419
|
+
"type": "boolean"
|
|
5420
|
+
}
|
|
5421
|
+
],
|
|
5422
|
+
"optional": true,
|
|
5423
|
+
"required": false
|
|
5424
|
+
},
|
|
5449
5425
|
{
|
|
5450
5426
|
"name": "spellcheck",
|
|
5451
5427
|
"type": "boolean",
|
|
@@ -5762,23 +5738,6 @@
|
|
|
5762
5738
|
"optional": true,
|
|
5763
5739
|
"required": false
|
|
5764
5740
|
},
|
|
5765
|
-
{
|
|
5766
|
-
"name": "dense",
|
|
5767
|
-
"type": "boolean",
|
|
5768
|
-
"mutable": false,
|
|
5769
|
-
"attr": "dense",
|
|
5770
|
-
"reflectToAttr": false,
|
|
5771
|
-
"docs": "Specify whether dense styling is to be applied to the element.",
|
|
5772
|
-
"docsTags": [],
|
|
5773
|
-
"default": "false",
|
|
5774
|
-
"values": [
|
|
5775
|
-
{
|
|
5776
|
-
"type": "boolean"
|
|
5777
|
-
}
|
|
5778
|
-
],
|
|
5779
|
-
"optional": true,
|
|
5780
|
-
"required": false
|
|
5781
|
-
},
|
|
5782
5741
|
{
|
|
5783
5742
|
"name": "disabled",
|
|
5784
5743
|
"type": "boolean",
|
|
@@ -6054,6 +6013,23 @@
|
|
|
6054
6013
|
"optional": true,
|
|
6055
6014
|
"required": false
|
|
6056
6015
|
},
|
|
6016
|
+
{
|
|
6017
|
+
"name": "small",
|
|
6018
|
+
"type": "boolean",
|
|
6019
|
+
"mutable": false,
|
|
6020
|
+
"attr": "small",
|
|
6021
|
+
"reflectToAttr": false,
|
|
6022
|
+
"docs": "Specify whether small styling is to be applied to the element.",
|
|
6023
|
+
"docsTags": [],
|
|
6024
|
+
"default": "false",
|
|
6025
|
+
"values": [
|
|
6026
|
+
{
|
|
6027
|
+
"type": "boolean"
|
|
6028
|
+
}
|
|
6029
|
+
],
|
|
6030
|
+
"optional": true,
|
|
6031
|
+
"required": false
|
|
6032
|
+
},
|
|
6057
6033
|
{
|
|
6058
6034
|
"name": "validationStatus",
|
|
6059
6035
|
"type": "\"\" | \"error\" | \"success\" | \"warning\"",
|
|
@@ -6103,7 +6079,7 @@
|
|
|
6103
6079
|
{
|
|
6104
6080
|
"name": "value",
|
|
6105
6081
|
"type": "string",
|
|
6106
|
-
"mutable":
|
|
6082
|
+
"mutable": true,
|
|
6107
6083
|
"attr": "value",
|
|
6108
6084
|
"reflectToAttr": false,
|
|
6109
6085
|
"docs": "The value of the currently selected option.",
|
|
@@ -6443,12 +6419,12 @@
|
|
|
6443
6419
|
"usage": {},
|
|
6444
6420
|
"props": [
|
|
6445
6421
|
{
|
|
6446
|
-
"name": "
|
|
6422
|
+
"name": "light",
|
|
6447
6423
|
"type": "boolean",
|
|
6448
6424
|
"mutable": false,
|
|
6449
|
-
"attr": "
|
|
6425
|
+
"attr": "light",
|
|
6450
6426
|
"reflectToAttr": false,
|
|
6451
|
-
"docs": "Set the skeleton to the
|
|
6427
|
+
"docs": "Set the skeleton to the light variant",
|
|
6452
6428
|
"docsTags": [],
|
|
6453
6429
|
"default": "false",
|
|
6454
6430
|
"values": [
|
|
@@ -6461,20 +6437,20 @@
|
|
|
6461
6437
|
},
|
|
6462
6438
|
{
|
|
6463
6439
|
"name": "variant",
|
|
6464
|
-
"type": "\"
|
|
6440
|
+
"type": "\"circle\" | \"rectangle\" | \"text\"",
|
|
6465
6441
|
"mutable": false,
|
|
6466
6442
|
"attr": "variant",
|
|
6467
6443
|
"reflectToAttr": false,
|
|
6468
6444
|
"docs": "The variant of the skeleton that will be displayed",
|
|
6469
6445
|
"docsTags": [],
|
|
6470
|
-
"default": "\"
|
|
6446
|
+
"default": "\"rectangle\"",
|
|
6471
6447
|
"values": [
|
|
6472
6448
|
{
|
|
6473
|
-
"value": "
|
|
6449
|
+
"value": "circle",
|
|
6474
6450
|
"type": "string"
|
|
6475
6451
|
},
|
|
6476
6452
|
{
|
|
6477
|
-
"value": "
|
|
6453
|
+
"value": "rectangle",
|
|
6478
6454
|
"type": "string"
|
|
6479
6455
|
},
|
|
6480
6456
|
{
|
|
@@ -6506,17 +6482,22 @@
|
|
|
6506
6482
|
"usage": {},
|
|
6507
6483
|
"props": [
|
|
6508
6484
|
{
|
|
6509
|
-
"name": "
|
|
6510
|
-
"type": "
|
|
6485
|
+
"name": "appearance",
|
|
6486
|
+
"type": "\"filled\" | \"outlined\"",
|
|
6511
6487
|
"mutable": false,
|
|
6512
|
-
"attr": "
|
|
6488
|
+
"attr": "appearance",
|
|
6513
6489
|
"reflectToAttr": false,
|
|
6514
|
-
"docs": "The
|
|
6490
|
+
"docs": "The emphasis of the status tag.",
|
|
6515
6491
|
"docsTags": [],
|
|
6516
|
-
"default": "
|
|
6492
|
+
"default": "\"filled\"",
|
|
6517
6493
|
"values": [
|
|
6518
6494
|
{
|
|
6519
|
-
"
|
|
6495
|
+
"value": "filled",
|
|
6496
|
+
"type": "string"
|
|
6497
|
+
},
|
|
6498
|
+
{
|
|
6499
|
+
"value": "outlined",
|
|
6500
|
+
"type": "string"
|
|
6520
6501
|
}
|
|
6521
6502
|
],
|
|
6522
6503
|
"optional": true,
|
|
@@ -6538,6 +6519,23 @@
|
|
|
6538
6519
|
"optional": false,
|
|
6539
6520
|
"required": true
|
|
6540
6521
|
},
|
|
6522
|
+
{
|
|
6523
|
+
"name": "small",
|
|
6524
|
+
"type": "boolean",
|
|
6525
|
+
"mutable": false,
|
|
6526
|
+
"attr": "small",
|
|
6527
|
+
"reflectToAttr": false,
|
|
6528
|
+
"docs": "The size of the status tag.",
|
|
6529
|
+
"docsTags": [],
|
|
6530
|
+
"default": "false",
|
|
6531
|
+
"values": [
|
|
6532
|
+
{
|
|
6533
|
+
"type": "boolean"
|
|
6534
|
+
}
|
|
6535
|
+
],
|
|
6536
|
+
"optional": true,
|
|
6537
|
+
"required": false
|
|
6538
|
+
},
|
|
6541
6539
|
{
|
|
6542
6540
|
"name": "status",
|
|
6543
6541
|
"type": "\"danger\" | \"neutral\" | \"success\" | \"warning\"",
|
|
@@ -6567,28 +6565,6 @@
|
|
|
6567
6565
|
],
|
|
6568
6566
|
"optional": true,
|
|
6569
6567
|
"required": false
|
|
6570
|
-
},
|
|
6571
|
-
{
|
|
6572
|
-
"name": "variant",
|
|
6573
|
-
"type": "\"primary\" | \"secondary\"",
|
|
6574
|
-
"mutable": false,
|
|
6575
|
-
"attr": "variant",
|
|
6576
|
-
"reflectToAttr": false,
|
|
6577
|
-
"docs": "The emphasis of the status tag.",
|
|
6578
|
-
"docsTags": [],
|
|
6579
|
-
"default": "\"primary\"",
|
|
6580
|
-
"values": [
|
|
6581
|
-
{
|
|
6582
|
-
"value": "primary",
|
|
6583
|
-
"type": "string"
|
|
6584
|
-
},
|
|
6585
|
-
{
|
|
6586
|
-
"value": "secondary",
|
|
6587
|
-
"type": "string"
|
|
6588
|
-
}
|
|
6589
|
-
],
|
|
6590
|
-
"optional": true,
|
|
6591
|
-
"required": false
|
|
6592
6568
|
}
|
|
6593
6569
|
],
|
|
6594
6570
|
"methods": [],
|
|
@@ -6774,24 +6750,7 @@
|
|
|
6774
6750
|
"mutable": false,
|
|
6775
6751
|
"attr": "checked",
|
|
6776
6752
|
"reflectToAttr": false,
|
|
6777
|
-
"docs": "If true, the component is checked
|
|
6778
|
-
"docsTags": [],
|
|
6779
|
-
"default": "null",
|
|
6780
|
-
"values": [
|
|
6781
|
-
{
|
|
6782
|
-
"type": "boolean"
|
|
6783
|
-
}
|
|
6784
|
-
],
|
|
6785
|
-
"optional": true,
|
|
6786
|
-
"required": false
|
|
6787
|
-
},
|
|
6788
|
-
{
|
|
6789
|
-
"name": "dense",
|
|
6790
|
-
"type": "boolean",
|
|
6791
|
-
"mutable": false,
|
|
6792
|
-
"attr": "dense",
|
|
6793
|
-
"reflectToAttr": false,
|
|
6794
|
-
"docs": "If true, the component reduces in size to the dense state.",
|
|
6753
|
+
"docs": "If true, the component is checked.",
|
|
6795
6754
|
"docsTags": [],
|
|
6796
6755
|
"default": "false",
|
|
6797
6756
|
"values": [
|
|
@@ -6903,6 +6862,23 @@
|
|
|
6903
6862
|
"optional": true,
|
|
6904
6863
|
"required": false
|
|
6905
6864
|
},
|
|
6865
|
+
{
|
|
6866
|
+
"name": "small",
|
|
6867
|
+
"type": "boolean",
|
|
6868
|
+
"mutable": false,
|
|
6869
|
+
"attr": "small",
|
|
6870
|
+
"reflectToAttr": false,
|
|
6871
|
+
"docs": "If true, the component reduces in size to the small state.",
|
|
6872
|
+
"docsTags": [],
|
|
6873
|
+
"default": "false",
|
|
6874
|
+
"values": [
|
|
6875
|
+
{
|
|
6876
|
+
"type": "boolean"
|
|
6877
|
+
}
|
|
6878
|
+
],
|
|
6879
|
+
"optional": true,
|
|
6880
|
+
"required": false
|
|
6881
|
+
},
|
|
6906
6882
|
{
|
|
6907
6883
|
"name": "value",
|
|
6908
6884
|
"type": "string",
|
|
@@ -7070,16 +7046,21 @@
|
|
|
7070
7046
|
"required": false
|
|
7071
7047
|
},
|
|
7072
7048
|
{
|
|
7073
|
-
"name": "
|
|
7074
|
-
"type": "
|
|
7049
|
+
"name": "appearance",
|
|
7050
|
+
"type": "\"dark\" | \"light\"",
|
|
7075
7051
|
"mutable": false,
|
|
7076
|
-
"attr": "
|
|
7077
|
-
"reflectToAttr":
|
|
7078
|
-
"docs": "
|
|
7052
|
+
"attr": "appearance",
|
|
7053
|
+
"reflectToAttr": false,
|
|
7054
|
+
"docs": "Determines whether the light or dark variant of the tabs should be displayed.",
|
|
7079
7055
|
"docsTags": [],
|
|
7080
|
-
"default": "\"
|
|
7056
|
+
"default": "\"dark\"",
|
|
7081
7057
|
"values": [
|
|
7082
7058
|
{
|
|
7059
|
+
"value": "dark",
|
|
7060
|
+
"type": "string"
|
|
7061
|
+
},
|
|
7062
|
+
{
|
|
7063
|
+
"value": "light",
|
|
7083
7064
|
"type": "string"
|
|
7084
7065
|
}
|
|
7085
7066
|
],
|
|
@@ -7087,17 +7068,17 @@
|
|
|
7087
7068
|
"required": false
|
|
7088
7069
|
},
|
|
7089
7070
|
{
|
|
7090
|
-
"name": "
|
|
7091
|
-
"type": "
|
|
7071
|
+
"name": "contextId",
|
|
7072
|
+
"type": "string",
|
|
7092
7073
|
"mutable": false,
|
|
7093
|
-
"attr": "
|
|
7094
|
-
"reflectToAttr":
|
|
7095
|
-
"docs": "
|
|
7074
|
+
"attr": "context-id",
|
|
7075
|
+
"reflectToAttr": true,
|
|
7076
|
+
"docs": "Provide a unique context if using multiple tabs inside one another i.e. rendering another set of tabs inside a tab panel.",
|
|
7096
7077
|
"docsTags": [],
|
|
7097
|
-
"default": "
|
|
7078
|
+
"default": "\"default\"",
|
|
7098
7079
|
"values": [
|
|
7099
7080
|
{
|
|
7100
|
-
"type": "
|
|
7081
|
+
"type": "string"
|
|
7101
7082
|
}
|
|
7102
7083
|
],
|
|
7103
7084
|
"optional": true,
|
|
@@ -7147,10 +7128,10 @@
|
|
|
7147
7128
|
"dependencyGraph": {}
|
|
7148
7129
|
},
|
|
7149
7130
|
{
|
|
7150
|
-
"filePath": "./src/components/ic-tab-
|
|
7131
|
+
"filePath": "./src/components/ic-tab-group/ic-tab-group.tsx",
|
|
7151
7132
|
"encapsulation": "shadow",
|
|
7152
|
-
"tag": "ic-tab-
|
|
7153
|
-
"readme": "# ic-tab-
|
|
7133
|
+
"tag": "ic-tab-group",
|
|
7134
|
+
"readme": "# ic-tab-group\n\n\n",
|
|
7154
7135
|
"docs": "",
|
|
7155
7136
|
"docsTags": [],
|
|
7156
7137
|
"usage": {},
|
|
@@ -7223,7 +7204,7 @@
|
|
|
7223
7204
|
"ic-tooltip"
|
|
7224
7205
|
],
|
|
7225
7206
|
"dependencyGraph": {
|
|
7226
|
-
"ic-tab-
|
|
7207
|
+
"ic-tab-group": [
|
|
7227
7208
|
"ic-tooltip"
|
|
7228
7209
|
],
|
|
7229
7210
|
"ic-tooltip": [
|
|
@@ -7568,23 +7549,6 @@
|
|
|
7568
7549
|
"optional": false,
|
|
7569
7550
|
"required": false
|
|
7570
7551
|
},
|
|
7571
|
-
{
|
|
7572
|
-
"name": "dark",
|
|
7573
|
-
"type": "boolean",
|
|
7574
|
-
"mutable": false,
|
|
7575
|
-
"attr": "dark",
|
|
7576
|
-
"reflectToAttr": false,
|
|
7577
|
-
"docs": "Determines whether the dark variant of the text field should be displayed.",
|
|
7578
|
-
"docsTags": [],
|
|
7579
|
-
"default": "false",
|
|
7580
|
-
"values": [
|
|
7581
|
-
{
|
|
7582
|
-
"type": "boolean"
|
|
7583
|
-
}
|
|
7584
|
-
],
|
|
7585
|
-
"optional": true,
|
|
7586
|
-
"required": false
|
|
7587
|
-
},
|
|
7588
7552
|
{
|
|
7589
7553
|
"name": "debounce",
|
|
7590
7554
|
"type": "number",
|
|
@@ -7602,23 +7566,6 @@
|
|
|
7602
7566
|
"optional": false,
|
|
7603
7567
|
"required": false
|
|
7604
7568
|
},
|
|
7605
|
-
{
|
|
7606
|
-
"name": "dense",
|
|
7607
|
-
"type": "boolean",
|
|
7608
|
-
"mutable": false,
|
|
7609
|
-
"attr": "dense",
|
|
7610
|
-
"reflectToAttr": false,
|
|
7611
|
-
"docs": "Specify whether dense styling is to be applied to the element.",
|
|
7612
|
-
"docsTags": [],
|
|
7613
|
-
"default": "false",
|
|
7614
|
-
"values": [
|
|
7615
|
-
{
|
|
7616
|
-
"type": "boolean"
|
|
7617
|
-
}
|
|
7618
|
-
],
|
|
7619
|
-
"optional": false,
|
|
7620
|
-
"required": false
|
|
7621
|
-
},
|
|
7622
7569
|
{
|
|
7623
7570
|
"name": "disabled",
|
|
7624
7571
|
"type": "boolean",
|
|
@@ -7885,6 +7832,23 @@
|
|
|
7885
7832
|
"optional": false,
|
|
7886
7833
|
"required": false
|
|
7887
7834
|
},
|
|
7835
|
+
{
|
|
7836
|
+
"name": "small",
|
|
7837
|
+
"type": "boolean",
|
|
7838
|
+
"mutable": false,
|
|
7839
|
+
"attr": "small",
|
|
7840
|
+
"reflectToAttr": false,
|
|
7841
|
+
"docs": "Specify whether small styling is to be applied to the element.",
|
|
7842
|
+
"docsTags": [],
|
|
7843
|
+
"default": "false",
|
|
7844
|
+
"values": [
|
|
7845
|
+
{
|
|
7846
|
+
"type": "boolean"
|
|
7847
|
+
}
|
|
7848
|
+
],
|
|
7849
|
+
"optional": false,
|
|
7850
|
+
"required": false
|
|
7851
|
+
},
|
|
7888
7852
|
{
|
|
7889
7853
|
"name": "spellcheck",
|
|
7890
7854
|
"type": "boolean",
|
|
@@ -8191,22 +8155,6 @@
|
|
|
8191
8155
|
"docsTags": [],
|
|
8192
8156
|
"usage": {},
|
|
8193
8157
|
"props": [
|
|
8194
|
-
{
|
|
8195
|
-
"name": "elementId",
|
|
8196
|
-
"type": "string",
|
|
8197
|
-
"mutable": false,
|
|
8198
|
-
"attr": "element-id",
|
|
8199
|
-
"reflectToAttr": false,
|
|
8200
|
-
"docs": "The id of the element the tooltip is describing - for when aria-labelledby or aria-describedby is used.",
|
|
8201
|
-
"docsTags": [],
|
|
8202
|
-
"values": [
|
|
8203
|
-
{
|
|
8204
|
-
"type": "string"
|
|
8205
|
-
}
|
|
8206
|
-
],
|
|
8207
|
-
"optional": true,
|
|
8208
|
-
"required": false
|
|
8209
|
-
},
|
|
8210
8158
|
{
|
|
8211
8159
|
"name": "label",
|
|
8212
8160
|
"type": "string",
|
|
@@ -8284,6 +8232,22 @@
|
|
|
8284
8232
|
],
|
|
8285
8233
|
"optional": true,
|
|
8286
8234
|
"required": false
|
|
8235
|
+
},
|
|
8236
|
+
{
|
|
8237
|
+
"name": "target",
|
|
8238
|
+
"type": "string",
|
|
8239
|
+
"mutable": false,
|
|
8240
|
+
"attr": "target",
|
|
8241
|
+
"reflectToAttr": false,
|
|
8242
|
+
"docs": "The ID of the element the tooltip is describing - for when aria-labelledby or aria-describedby is used.",
|
|
8243
|
+
"docsTags": [],
|
|
8244
|
+
"values": [
|
|
8245
|
+
{
|
|
8246
|
+
"type": "string"
|
|
8247
|
+
}
|
|
8248
|
+
],
|
|
8249
|
+
"optional": true,
|
|
8250
|
+
"required": false
|
|
8287
8251
|
}
|
|
8288
8252
|
],
|
|
8289
8253
|
"methods": [],
|
|
@@ -8295,7 +8259,7 @@
|
|
|
8295
8259
|
"dependents": [
|
|
8296
8260
|
"ic-button",
|
|
8297
8261
|
"ic-navigation-item",
|
|
8298
|
-
"ic-tab-
|
|
8262
|
+
"ic-tab-group"
|
|
8299
8263
|
],
|
|
8300
8264
|
"dependencies": [
|
|
8301
8265
|
"ic-typography"
|
|
@@ -8310,7 +8274,7 @@
|
|
|
8310
8274
|
"ic-navigation-item": [
|
|
8311
8275
|
"ic-tooltip"
|
|
8312
8276
|
],
|
|
8313
|
-
"ic-tab-
|
|
8277
|
+
"ic-tab-group": [
|
|
8314
8278
|
"ic-tooltip"
|
|
8315
8279
|
]
|
|
8316
8280
|
}
|
|
@@ -8545,10 +8509,10 @@
|
|
|
8545
8509
|
"usage": {},
|
|
8546
8510
|
"props": [
|
|
8547
8511
|
{
|
|
8548
|
-
"name": "
|
|
8512
|
+
"name": "applyVerticalMargins",
|
|
8549
8513
|
"type": "boolean",
|
|
8550
8514
|
"mutable": false,
|
|
8551
|
-
"attr": "
|
|
8515
|
+
"attr": "apply-vertical-margins",
|
|
8552
8516
|
"reflectToAttr": false,
|
|
8553
8517
|
"docs": "Adds appropriate margins to the top and bottom of the typography.",
|
|
8554
8518
|
"docsTags": [],
|