@ukic/docs 2.0.0-alpha.109 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs.json +394 -440
- package/package.json +3 -4
package/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2022-11-
|
|
2
|
+
"timestamp": "2022-11-21T15:25:40",
|
|
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": [
|
|
@@ -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": [
|
|
@@ -2984,6 +2967,32 @@
|
|
|
2984
2967
|
"docsTags": [],
|
|
2985
2968
|
"usage": {},
|
|
2986
2969
|
"props": [
|
|
2970
|
+
{
|
|
2971
|
+
"name": "appearance",
|
|
2972
|
+
"type": "\"dark\" | \"default\" | \"light\"",
|
|
2973
|
+
"mutable": true,
|
|
2974
|
+
"attr": "appearance",
|
|
2975
|
+
"reflectToAttr": false,
|
|
2976
|
+
"docs": "Determines the whether the appearance is dark, light, or the default.",
|
|
2977
|
+
"docsTags": [],
|
|
2978
|
+
"default": "\"default\"",
|
|
2979
|
+
"values": [
|
|
2980
|
+
{
|
|
2981
|
+
"value": "dark",
|
|
2982
|
+
"type": "string"
|
|
2983
|
+
},
|
|
2984
|
+
{
|
|
2985
|
+
"value": "default",
|
|
2986
|
+
"type": "string"
|
|
2987
|
+
},
|
|
2988
|
+
{
|
|
2989
|
+
"value": "light",
|
|
2990
|
+
"type": "string"
|
|
2991
|
+
}
|
|
2992
|
+
],
|
|
2993
|
+
"optional": true,
|
|
2994
|
+
"required": false
|
|
2995
|
+
},
|
|
2987
2996
|
{
|
|
2988
2997
|
"name": "download",
|
|
2989
2998
|
"type": "boolean | string",
|
|
@@ -3132,32 +3141,6 @@
|
|
|
3132
3141
|
],
|
|
3133
3142
|
"optional": true,
|
|
3134
3143
|
"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
3144
|
}
|
|
3162
3145
|
],
|
|
3163
3146
|
"methods": [],
|
|
@@ -3193,17 +3176,22 @@
|
|
|
3193
3176
|
"usage": {},
|
|
3194
3177
|
"props": [
|
|
3195
3178
|
{
|
|
3196
|
-
"name": "
|
|
3197
|
-
"type": "
|
|
3179
|
+
"name": "appearance",
|
|
3180
|
+
"type": "\"dark\" | \"light\"",
|
|
3198
3181
|
"mutable": false,
|
|
3199
|
-
"attr": "
|
|
3182
|
+
"attr": "appearance",
|
|
3200
3183
|
"reflectToAttr": false,
|
|
3201
|
-
"docs": "Determines whether the dark
|
|
3184
|
+
"docs": "Determines whether the dark or light loading indicator should be displayed.",
|
|
3202
3185
|
"docsTags": [],
|
|
3203
|
-
"default": "
|
|
3186
|
+
"default": "\"dark\"",
|
|
3204
3187
|
"values": [
|
|
3205
3188
|
{
|
|
3206
|
-
"
|
|
3189
|
+
"value": "dark",
|
|
3190
|
+
"type": "string"
|
|
3191
|
+
},
|
|
3192
|
+
{
|
|
3193
|
+
"value": "light",
|
|
3194
|
+
"type": "string"
|
|
3207
3195
|
}
|
|
3208
3196
|
],
|
|
3209
3197
|
"optional": true,
|
|
@@ -3226,6 +3214,23 @@
|
|
|
3226
3214
|
"optional": true,
|
|
3227
3215
|
"required": false
|
|
3228
3216
|
},
|
|
3217
|
+
{
|
|
3218
|
+
"name": "fullWidth",
|
|
3219
|
+
"type": "boolean",
|
|
3220
|
+
"mutable": false,
|
|
3221
|
+
"attr": "full-width",
|
|
3222
|
+
"reflectToAttr": true,
|
|
3223
|
+
"docs": "When linear, determines whether the full-width version (i.e. without a border radius) should be displayed.",
|
|
3224
|
+
"docsTags": [],
|
|
3225
|
+
"default": "false",
|
|
3226
|
+
"values": [
|
|
3227
|
+
{
|
|
3228
|
+
"type": "boolean"
|
|
3229
|
+
}
|
|
3230
|
+
],
|
|
3231
|
+
"optional": true,
|
|
3232
|
+
"required": false
|
|
3233
|
+
},
|
|
3229
3234
|
{
|
|
3230
3235
|
"name": "label",
|
|
3231
3236
|
"type": "string",
|
|
@@ -3360,28 +3365,6 @@
|
|
|
3360
3365
|
],
|
|
3361
3366
|
"optional": true,
|
|
3362
3367
|
"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
3368
|
}
|
|
3386
3369
|
],
|
|
3387
3370
|
"methods": [],
|
|
@@ -3457,23 +3440,6 @@
|
|
|
3457
3440
|
"optional": false,
|
|
3458
3441
|
"required": true
|
|
3459
3442
|
},
|
|
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
3443
|
{
|
|
3478
3444
|
"name": "fullWidth",
|
|
3479
3445
|
"type": "boolean",
|
|
@@ -3569,6 +3535,23 @@
|
|
|
3569
3535
|
"optional": false,
|
|
3570
3536
|
"required": true
|
|
3571
3537
|
},
|
|
3538
|
+
{
|
|
3539
|
+
"name": "small",
|
|
3540
|
+
"type": "boolean",
|
|
3541
|
+
"mutable": false,
|
|
3542
|
+
"attr": "small",
|
|
3543
|
+
"reflectToAttr": true,
|
|
3544
|
+
"docs": "Specify whether small styling is to be applied to the element.",
|
|
3545
|
+
"docsTags": [],
|
|
3546
|
+
"default": "false",
|
|
3547
|
+
"values": [
|
|
3548
|
+
{
|
|
3549
|
+
"type": "boolean"
|
|
3550
|
+
}
|
|
3551
|
+
],
|
|
3552
|
+
"optional": true,
|
|
3553
|
+
"required": false
|
|
3554
|
+
},
|
|
3572
3555
|
{
|
|
3573
3556
|
"name": "value",
|
|
3574
3557
|
"type": "string",
|
|
@@ -4296,45 +4279,45 @@
|
|
|
4296
4279
|
"required": false
|
|
4297
4280
|
},
|
|
4298
4281
|
{
|
|
4299
|
-
"name": "
|
|
4300
|
-
"type": "
|
|
4282
|
+
"name": "heading",
|
|
4283
|
+
"type": "string",
|
|
4301
4284
|
"mutable": false,
|
|
4302
|
-
"attr": "
|
|
4285
|
+
"attr": "heading",
|
|
4303
4286
|
"reflectToAttr": false,
|
|
4304
|
-
"docs": "
|
|
4287
|
+
"docs": "The title to render on the component.",
|
|
4305
4288
|
"docsTags": [],
|
|
4306
|
-
"default": "false",
|
|
4307
4289
|
"values": [
|
|
4308
4290
|
{
|
|
4309
|
-
"type": "
|
|
4291
|
+
"type": "string"
|
|
4310
4292
|
}
|
|
4311
4293
|
],
|
|
4312
4294
|
"optional": true,
|
|
4313
4295
|
"required": false
|
|
4314
4296
|
},
|
|
4315
4297
|
{
|
|
4316
|
-
"name": "
|
|
4317
|
-
"type": "
|
|
4298
|
+
"name": "reverseOrder",
|
|
4299
|
+
"type": "boolean",
|
|
4318
4300
|
"mutable": false,
|
|
4319
|
-
"attr": "
|
|
4301
|
+
"attr": "reverse-order",
|
|
4320
4302
|
"reflectToAttr": false,
|
|
4321
|
-
"docs": "
|
|
4303
|
+
"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
4304
|
"docsTags": [],
|
|
4305
|
+
"default": "false",
|
|
4323
4306
|
"values": [
|
|
4324
4307
|
{
|
|
4325
|
-
"type": "
|
|
4308
|
+
"type": "boolean"
|
|
4326
4309
|
}
|
|
4327
4310
|
],
|
|
4328
4311
|
"optional": true,
|
|
4329
4312
|
"required": false
|
|
4330
4313
|
},
|
|
4331
4314
|
{
|
|
4332
|
-
"name": "
|
|
4315
|
+
"name": "small",
|
|
4333
4316
|
"type": "boolean",
|
|
4334
4317
|
"mutable": false,
|
|
4335
|
-
"attr": "
|
|
4318
|
+
"attr": "small",
|
|
4336
4319
|
"reflectToAttr": false,
|
|
4337
|
-
"docs": "
|
|
4320
|
+
"docs": "Whether the component uses small styling.",
|
|
4338
4321
|
"docsTags": [],
|
|
4339
4322
|
"default": "false",
|
|
4340
4323
|
"values": [
|
|
@@ -4451,28 +4434,11 @@
|
|
|
4451
4434
|
"filePath": "./src/components/ic-radio-group/ic-radio-group.tsx",
|
|
4452
4435
|
"encapsulation": "shadow",
|
|
4453
4436
|
"tag": "ic-radio-group",
|
|
4454
|
-
"readme": "#
|
|
4437
|
+
"readme": "# ic-radio-group\n\n\n",
|
|
4455
4438
|
"docs": "",
|
|
4456
4439
|
"docsTags": [],
|
|
4457
4440
|
"usage": {},
|
|
4458
4441
|
"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
4442
|
{
|
|
4477
4443
|
"name": "disabled",
|
|
4478
4444
|
"type": "boolean",
|
|
@@ -4545,23 +4511,40 @@
|
|
|
4545
4511
|
"mutable": false,
|
|
4546
4512
|
"attr": "name",
|
|
4547
4513
|
"reflectToAttr": false,
|
|
4548
|
-
"docs": "Provide a name for the input.",
|
|
4514
|
+
"docs": "Provide a name for the input.",
|
|
4515
|
+
"docsTags": [],
|
|
4516
|
+
"values": [
|
|
4517
|
+
{
|
|
4518
|
+
"type": "string"
|
|
4519
|
+
}
|
|
4520
|
+
],
|
|
4521
|
+
"optional": false,
|
|
4522
|
+
"required": true
|
|
4523
|
+
},
|
|
4524
|
+
{
|
|
4525
|
+
"name": "required",
|
|
4526
|
+
"type": "boolean",
|
|
4527
|
+
"mutable": false,
|
|
4528
|
+
"attr": "required",
|
|
4529
|
+
"reflectToAttr": false,
|
|
4530
|
+
"docs": "Specify if the input requires a value.",
|
|
4549
4531
|
"docsTags": [],
|
|
4532
|
+
"default": "false",
|
|
4550
4533
|
"values": [
|
|
4551
4534
|
{
|
|
4552
|
-
"type": "
|
|
4535
|
+
"type": "boolean"
|
|
4553
4536
|
}
|
|
4554
4537
|
],
|
|
4555
4538
|
"optional": false,
|
|
4556
|
-
"required":
|
|
4539
|
+
"required": false
|
|
4557
4540
|
},
|
|
4558
4541
|
{
|
|
4559
|
-
"name": "
|
|
4542
|
+
"name": "small",
|
|
4560
4543
|
"type": "boolean",
|
|
4561
4544
|
"mutable": false,
|
|
4562
|
-
"attr": "
|
|
4545
|
+
"attr": "small",
|
|
4563
4546
|
"reflectToAttr": false,
|
|
4564
|
-
"docs": "Specify
|
|
4547
|
+
"docs": "Specify whether small styling is to be applied to the element.",
|
|
4565
4548
|
"docsTags": [],
|
|
4566
4549
|
"default": "false",
|
|
4567
4550
|
"values": [
|
|
@@ -4663,7 +4646,7 @@
|
|
|
4663
4646
|
"filePath": "./src/components/ic-radio-option/ic-radio-option.tsx",
|
|
4664
4647
|
"encapsulation": "shadow",
|
|
4665
4648
|
"tag": "ic-radio-option",
|
|
4666
|
-
"readme": "#
|
|
4649
|
+
"readme": "# ic-radio-option\n\n\n",
|
|
4667
4650
|
"docs": "",
|
|
4668
4651
|
"docsTags": [],
|
|
4669
4652
|
"usage": {},
|
|
@@ -5159,23 +5142,6 @@
|
|
|
5159
5142
|
"optional": false,
|
|
5160
5143
|
"required": false
|
|
5161
5144
|
},
|
|
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
5145
|
{
|
|
5180
5146
|
"name": "debounce",
|
|
5181
5147
|
"type": "number",
|
|
@@ -5193,23 +5159,6 @@
|
|
|
5193
5159
|
"optional": true,
|
|
5194
5160
|
"required": false
|
|
5195
5161
|
},
|
|
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
5162
|
{
|
|
5214
5163
|
"name": "disableFilter",
|
|
5215
5164
|
"type": "boolean",
|
|
@@ -5446,6 +5395,23 @@
|
|
|
5446
5395
|
"optional": true,
|
|
5447
5396
|
"required": false
|
|
5448
5397
|
},
|
|
5398
|
+
{
|
|
5399
|
+
"name": "small",
|
|
5400
|
+
"type": "boolean",
|
|
5401
|
+
"mutable": false,
|
|
5402
|
+
"attr": "small",
|
|
5403
|
+
"reflectToAttr": false,
|
|
5404
|
+
"docs": "Specify whether small styling is to be applied to the element.",
|
|
5405
|
+
"docsTags": [],
|
|
5406
|
+
"default": "false",
|
|
5407
|
+
"values": [
|
|
5408
|
+
{
|
|
5409
|
+
"type": "boolean"
|
|
5410
|
+
}
|
|
5411
|
+
],
|
|
5412
|
+
"optional": true,
|
|
5413
|
+
"required": false
|
|
5414
|
+
},
|
|
5449
5415
|
{
|
|
5450
5416
|
"name": "spellcheck",
|
|
5451
5417
|
"type": "boolean",
|
|
@@ -5762,23 +5728,6 @@
|
|
|
5762
5728
|
"optional": true,
|
|
5763
5729
|
"required": false
|
|
5764
5730
|
},
|
|
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
5731
|
{
|
|
5783
5732
|
"name": "disabled",
|
|
5784
5733
|
"type": "boolean",
|
|
@@ -6054,6 +6003,23 @@
|
|
|
6054
6003
|
"optional": true,
|
|
6055
6004
|
"required": false
|
|
6056
6005
|
},
|
|
6006
|
+
{
|
|
6007
|
+
"name": "small",
|
|
6008
|
+
"type": "boolean",
|
|
6009
|
+
"mutable": false,
|
|
6010
|
+
"attr": "small",
|
|
6011
|
+
"reflectToAttr": false,
|
|
6012
|
+
"docs": "Specify whether small styling is to be applied to the element.",
|
|
6013
|
+
"docsTags": [],
|
|
6014
|
+
"default": "false",
|
|
6015
|
+
"values": [
|
|
6016
|
+
{
|
|
6017
|
+
"type": "boolean"
|
|
6018
|
+
}
|
|
6019
|
+
],
|
|
6020
|
+
"optional": true,
|
|
6021
|
+
"required": false
|
|
6022
|
+
},
|
|
6057
6023
|
{
|
|
6058
6024
|
"name": "validationStatus",
|
|
6059
6025
|
"type": "\"\" | \"error\" | \"success\" | \"warning\"",
|
|
@@ -6443,12 +6409,12 @@
|
|
|
6443
6409
|
"usage": {},
|
|
6444
6410
|
"props": [
|
|
6445
6411
|
{
|
|
6446
|
-
"name": "
|
|
6412
|
+
"name": "light",
|
|
6447
6413
|
"type": "boolean",
|
|
6448
6414
|
"mutable": false,
|
|
6449
|
-
"attr": "
|
|
6415
|
+
"attr": "light",
|
|
6450
6416
|
"reflectToAttr": false,
|
|
6451
|
-
"docs": "Set the skeleton to the
|
|
6417
|
+
"docs": "Set the skeleton to the light variant",
|
|
6452
6418
|
"docsTags": [],
|
|
6453
6419
|
"default": "false",
|
|
6454
6420
|
"values": [
|
|
@@ -6461,20 +6427,20 @@
|
|
|
6461
6427
|
},
|
|
6462
6428
|
{
|
|
6463
6429
|
"name": "variant",
|
|
6464
|
-
"type": "\"
|
|
6430
|
+
"type": "\"circle\" | \"rectangle\" | \"text\"",
|
|
6465
6431
|
"mutable": false,
|
|
6466
6432
|
"attr": "variant",
|
|
6467
6433
|
"reflectToAttr": false,
|
|
6468
6434
|
"docs": "The variant of the skeleton that will be displayed",
|
|
6469
6435
|
"docsTags": [],
|
|
6470
|
-
"default": "\"
|
|
6436
|
+
"default": "\"rectangle\"",
|
|
6471
6437
|
"values": [
|
|
6472
6438
|
{
|
|
6473
|
-
"value": "
|
|
6439
|
+
"value": "circle",
|
|
6474
6440
|
"type": "string"
|
|
6475
6441
|
},
|
|
6476
6442
|
{
|
|
6477
|
-
"value": "
|
|
6443
|
+
"value": "rectangle",
|
|
6478
6444
|
"type": "string"
|
|
6479
6445
|
},
|
|
6480
6446
|
{
|
|
@@ -6506,17 +6472,22 @@
|
|
|
6506
6472
|
"usage": {},
|
|
6507
6473
|
"props": [
|
|
6508
6474
|
{
|
|
6509
|
-
"name": "
|
|
6510
|
-
"type": "
|
|
6475
|
+
"name": "appearance",
|
|
6476
|
+
"type": "\"filled\" | \"outlined\"",
|
|
6511
6477
|
"mutable": false,
|
|
6512
|
-
"attr": "
|
|
6478
|
+
"attr": "appearance",
|
|
6513
6479
|
"reflectToAttr": false,
|
|
6514
|
-
"docs": "The
|
|
6480
|
+
"docs": "The emphasis of the status tag.",
|
|
6515
6481
|
"docsTags": [],
|
|
6516
|
-
"default": "
|
|
6482
|
+
"default": "\"filled\"",
|
|
6517
6483
|
"values": [
|
|
6518
6484
|
{
|
|
6519
|
-
"
|
|
6485
|
+
"value": "filled",
|
|
6486
|
+
"type": "string"
|
|
6487
|
+
},
|
|
6488
|
+
{
|
|
6489
|
+
"value": "outlined",
|
|
6490
|
+
"type": "string"
|
|
6520
6491
|
}
|
|
6521
6492
|
],
|
|
6522
6493
|
"optional": true,
|
|
@@ -6538,6 +6509,23 @@
|
|
|
6538
6509
|
"optional": false,
|
|
6539
6510
|
"required": true
|
|
6540
6511
|
},
|
|
6512
|
+
{
|
|
6513
|
+
"name": "small",
|
|
6514
|
+
"type": "boolean",
|
|
6515
|
+
"mutable": false,
|
|
6516
|
+
"attr": "small",
|
|
6517
|
+
"reflectToAttr": false,
|
|
6518
|
+
"docs": "The size of the status tag.",
|
|
6519
|
+
"docsTags": [],
|
|
6520
|
+
"default": "false",
|
|
6521
|
+
"values": [
|
|
6522
|
+
{
|
|
6523
|
+
"type": "boolean"
|
|
6524
|
+
}
|
|
6525
|
+
],
|
|
6526
|
+
"optional": true,
|
|
6527
|
+
"required": false
|
|
6528
|
+
},
|
|
6541
6529
|
{
|
|
6542
6530
|
"name": "status",
|
|
6543
6531
|
"type": "\"danger\" | \"neutral\" | \"success\" | \"warning\"",
|
|
@@ -6567,28 +6555,6 @@
|
|
|
6567
6555
|
],
|
|
6568
6556
|
"optional": true,
|
|
6569
6557
|
"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
6558
|
}
|
|
6593
6559
|
],
|
|
6594
6560
|
"methods": [],
|
|
@@ -6785,23 +6751,6 @@
|
|
|
6785
6751
|
"optional": true,
|
|
6786
6752
|
"required": false
|
|
6787
6753
|
},
|
|
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.",
|
|
6795
|
-
"docsTags": [],
|
|
6796
|
-
"default": "false",
|
|
6797
|
-
"values": [
|
|
6798
|
-
{
|
|
6799
|
-
"type": "boolean"
|
|
6800
|
-
}
|
|
6801
|
-
],
|
|
6802
|
-
"optional": true,
|
|
6803
|
-
"required": false
|
|
6804
|
-
},
|
|
6805
6754
|
{
|
|
6806
6755
|
"name": "disabled",
|
|
6807
6756
|
"type": "boolean",
|
|
@@ -6903,6 +6852,23 @@
|
|
|
6903
6852
|
"optional": true,
|
|
6904
6853
|
"required": false
|
|
6905
6854
|
},
|
|
6855
|
+
{
|
|
6856
|
+
"name": "small",
|
|
6857
|
+
"type": "boolean",
|
|
6858
|
+
"mutable": false,
|
|
6859
|
+
"attr": "small",
|
|
6860
|
+
"reflectToAttr": false,
|
|
6861
|
+
"docs": "If true, the component reduces in size to the small state.",
|
|
6862
|
+
"docsTags": [],
|
|
6863
|
+
"default": "false",
|
|
6864
|
+
"values": [
|
|
6865
|
+
{
|
|
6866
|
+
"type": "boolean"
|
|
6867
|
+
}
|
|
6868
|
+
],
|
|
6869
|
+
"optional": true,
|
|
6870
|
+
"required": false
|
|
6871
|
+
},
|
|
6906
6872
|
{
|
|
6907
6873
|
"name": "value",
|
|
6908
6874
|
"type": "string",
|
|
@@ -7070,16 +7036,21 @@
|
|
|
7070
7036
|
"required": false
|
|
7071
7037
|
},
|
|
7072
7038
|
{
|
|
7073
|
-
"name": "
|
|
7074
|
-
"type": "
|
|
7039
|
+
"name": "appearance",
|
|
7040
|
+
"type": "\"dark\" | \"light\"",
|
|
7075
7041
|
"mutable": false,
|
|
7076
|
-
"attr": "
|
|
7077
|
-
"reflectToAttr":
|
|
7078
|
-
"docs": "
|
|
7042
|
+
"attr": "appearance",
|
|
7043
|
+
"reflectToAttr": false,
|
|
7044
|
+
"docs": "Determines whether the light or dark variant of the tabs should be displayed.",
|
|
7079
7045
|
"docsTags": [],
|
|
7080
|
-
"default": "\"
|
|
7046
|
+
"default": "\"light\"",
|
|
7081
7047
|
"values": [
|
|
7082
7048
|
{
|
|
7049
|
+
"value": "dark",
|
|
7050
|
+
"type": "string"
|
|
7051
|
+
},
|
|
7052
|
+
{
|
|
7053
|
+
"value": "light",
|
|
7083
7054
|
"type": "string"
|
|
7084
7055
|
}
|
|
7085
7056
|
],
|
|
@@ -7087,17 +7058,17 @@
|
|
|
7087
7058
|
"required": false
|
|
7088
7059
|
},
|
|
7089
7060
|
{
|
|
7090
|
-
"name": "
|
|
7091
|
-
"type": "
|
|
7061
|
+
"name": "contextId",
|
|
7062
|
+
"type": "string",
|
|
7092
7063
|
"mutable": false,
|
|
7093
|
-
"attr": "
|
|
7094
|
-
"reflectToAttr":
|
|
7095
|
-
"docs": "
|
|
7064
|
+
"attr": "context-id",
|
|
7065
|
+
"reflectToAttr": true,
|
|
7066
|
+
"docs": "Provide a unique context if using multiple tabs inside one another i.e. rendering another set of tabs inside a tab panel.",
|
|
7096
7067
|
"docsTags": [],
|
|
7097
|
-
"default": "
|
|
7068
|
+
"default": "\"default\"",
|
|
7098
7069
|
"values": [
|
|
7099
7070
|
{
|
|
7100
|
-
"type": "
|
|
7071
|
+
"type": "string"
|
|
7101
7072
|
}
|
|
7102
7073
|
],
|
|
7103
7074
|
"optional": true,
|
|
@@ -7147,10 +7118,10 @@
|
|
|
7147
7118
|
"dependencyGraph": {}
|
|
7148
7119
|
},
|
|
7149
7120
|
{
|
|
7150
|
-
"filePath": "./src/components/ic-tab-
|
|
7121
|
+
"filePath": "./src/components/ic-tab-group/ic-tab-group.tsx",
|
|
7151
7122
|
"encapsulation": "shadow",
|
|
7152
|
-
"tag": "ic-tab-
|
|
7153
|
-
"readme": "# ic-tab-
|
|
7123
|
+
"tag": "ic-tab-group",
|
|
7124
|
+
"readme": "# ic-tab-group\n\n\n",
|
|
7154
7125
|
"docs": "",
|
|
7155
7126
|
"docsTags": [],
|
|
7156
7127
|
"usage": {},
|
|
@@ -7223,7 +7194,7 @@
|
|
|
7223
7194
|
"ic-tooltip"
|
|
7224
7195
|
],
|
|
7225
7196
|
"dependencyGraph": {
|
|
7226
|
-
"ic-tab-
|
|
7197
|
+
"ic-tab-group": [
|
|
7227
7198
|
"ic-tooltip"
|
|
7228
7199
|
],
|
|
7229
7200
|
"ic-tooltip": [
|
|
@@ -7568,23 +7539,6 @@
|
|
|
7568
7539
|
"optional": false,
|
|
7569
7540
|
"required": false
|
|
7570
7541
|
},
|
|
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
7542
|
{
|
|
7589
7543
|
"name": "debounce",
|
|
7590
7544
|
"type": "number",
|
|
@@ -7602,23 +7556,6 @@
|
|
|
7602
7556
|
"optional": false,
|
|
7603
7557
|
"required": false
|
|
7604
7558
|
},
|
|
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
7559
|
{
|
|
7623
7560
|
"name": "disabled",
|
|
7624
7561
|
"type": "boolean",
|
|
@@ -7885,6 +7822,23 @@
|
|
|
7885
7822
|
"optional": false,
|
|
7886
7823
|
"required": false
|
|
7887
7824
|
},
|
|
7825
|
+
{
|
|
7826
|
+
"name": "small",
|
|
7827
|
+
"type": "boolean",
|
|
7828
|
+
"mutable": false,
|
|
7829
|
+
"attr": "small",
|
|
7830
|
+
"reflectToAttr": false,
|
|
7831
|
+
"docs": "Specify whether small styling is to be applied to the element.",
|
|
7832
|
+
"docsTags": [],
|
|
7833
|
+
"default": "false",
|
|
7834
|
+
"values": [
|
|
7835
|
+
{
|
|
7836
|
+
"type": "boolean"
|
|
7837
|
+
}
|
|
7838
|
+
],
|
|
7839
|
+
"optional": false,
|
|
7840
|
+
"required": false
|
|
7841
|
+
},
|
|
7888
7842
|
{
|
|
7889
7843
|
"name": "spellcheck",
|
|
7890
7844
|
"type": "boolean",
|
|
@@ -8191,22 +8145,6 @@
|
|
|
8191
8145
|
"docsTags": [],
|
|
8192
8146
|
"usage": {},
|
|
8193
8147
|
"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
8148
|
{
|
|
8211
8149
|
"name": "label",
|
|
8212
8150
|
"type": "string",
|
|
@@ -8284,6 +8222,22 @@
|
|
|
8284
8222
|
],
|
|
8285
8223
|
"optional": true,
|
|
8286
8224
|
"required": false
|
|
8225
|
+
},
|
|
8226
|
+
{
|
|
8227
|
+
"name": "target",
|
|
8228
|
+
"type": "string",
|
|
8229
|
+
"mutable": false,
|
|
8230
|
+
"attr": "target",
|
|
8231
|
+
"reflectToAttr": false,
|
|
8232
|
+
"docs": "The ID of the element the tooltip is describing - for when aria-labelledby or aria-describedby is used.",
|
|
8233
|
+
"docsTags": [],
|
|
8234
|
+
"values": [
|
|
8235
|
+
{
|
|
8236
|
+
"type": "string"
|
|
8237
|
+
}
|
|
8238
|
+
],
|
|
8239
|
+
"optional": true,
|
|
8240
|
+
"required": false
|
|
8287
8241
|
}
|
|
8288
8242
|
],
|
|
8289
8243
|
"methods": [],
|
|
@@ -8295,7 +8249,7 @@
|
|
|
8295
8249
|
"dependents": [
|
|
8296
8250
|
"ic-button",
|
|
8297
8251
|
"ic-navigation-item",
|
|
8298
|
-
"ic-tab-
|
|
8252
|
+
"ic-tab-group"
|
|
8299
8253
|
],
|
|
8300
8254
|
"dependencies": [
|
|
8301
8255
|
"ic-typography"
|
|
@@ -8310,7 +8264,7 @@
|
|
|
8310
8264
|
"ic-navigation-item": [
|
|
8311
8265
|
"ic-tooltip"
|
|
8312
8266
|
],
|
|
8313
|
-
"ic-tab-
|
|
8267
|
+
"ic-tab-group": [
|
|
8314
8268
|
"ic-tooltip"
|
|
8315
8269
|
]
|
|
8316
8270
|
}
|
|
@@ -8545,10 +8499,10 @@
|
|
|
8545
8499
|
"usage": {},
|
|
8546
8500
|
"props": [
|
|
8547
8501
|
{
|
|
8548
|
-
"name": "
|
|
8502
|
+
"name": "applyVerticalMargins",
|
|
8549
8503
|
"type": "boolean",
|
|
8550
8504
|
"mutable": false,
|
|
8551
|
-
"attr": "
|
|
8505
|
+
"attr": "apply-vertical-margins",
|
|
8552
8506
|
"reflectToAttr": false,
|
|
8553
8507
|
"docs": "Adds appropriate margins to the top and bottom of the typography.",
|
|
8554
8508
|
"docsTags": [],
|