@ukic/docs 2.0.0-alpha.108 → 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 +486 -425
- 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",
|
|
@@ -4572,6 +4538,23 @@
|
|
|
4572
4538
|
"optional": false,
|
|
4573
4539
|
"required": false
|
|
4574
4540
|
},
|
|
4541
|
+
{
|
|
4542
|
+
"name": "small",
|
|
4543
|
+
"type": "boolean",
|
|
4544
|
+
"mutable": false,
|
|
4545
|
+
"attr": "small",
|
|
4546
|
+
"reflectToAttr": false,
|
|
4547
|
+
"docs": "Specify whether small styling is to be applied to the element.",
|
|
4548
|
+
"docsTags": [],
|
|
4549
|
+
"default": "false",
|
|
4550
|
+
"values": [
|
|
4551
|
+
{
|
|
4552
|
+
"type": "boolean"
|
|
4553
|
+
}
|
|
4554
|
+
],
|
|
4555
|
+
"optional": false,
|
|
4556
|
+
"required": false
|
|
4557
|
+
},
|
|
4575
4558
|
{
|
|
4576
4559
|
"name": "validationStatus",
|
|
4577
4560
|
"type": "\"\" | \"error\" | \"success\" | \"warning\"",
|
|
@@ -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",
|
|
@@ -5746,17 +5712,17 @@
|
|
|
5746
5712
|
"usage": {},
|
|
5747
5713
|
"props": [
|
|
5748
5714
|
{
|
|
5749
|
-
"name": "
|
|
5750
|
-
"type": "
|
|
5715
|
+
"name": "charactersUntilSuggestions",
|
|
5716
|
+
"type": "number",
|
|
5751
5717
|
"mutable": false,
|
|
5752
|
-
"attr": "
|
|
5718
|
+
"attr": "characters-until-suggestions",
|
|
5753
5719
|
"reflectToAttr": false,
|
|
5754
|
-
"docs": "
|
|
5720
|
+
"docs": "Number of characters until suggestions appear for a searchable select.",
|
|
5755
5721
|
"docsTags": [],
|
|
5756
|
-
"default": "
|
|
5722
|
+
"default": "0",
|
|
5757
5723
|
"values": [
|
|
5758
5724
|
{
|
|
5759
|
-
"type": "
|
|
5725
|
+
"type": "number"
|
|
5760
5726
|
}
|
|
5761
5727
|
],
|
|
5762
5728
|
"optional": true,
|
|
@@ -5779,6 +5745,23 @@
|
|
|
5779
5745
|
"optional": true,
|
|
5780
5746
|
"required": false
|
|
5781
5747
|
},
|
|
5748
|
+
{
|
|
5749
|
+
"name": "emptyOptionListText",
|
|
5750
|
+
"type": "string",
|
|
5751
|
+
"mutable": false,
|
|
5752
|
+
"attr": "empty-option-list-text",
|
|
5753
|
+
"reflectToAttr": false,
|
|
5754
|
+
"docs": "Provide text for empty results list",
|
|
5755
|
+
"docsTags": [],
|
|
5756
|
+
"default": "\"No results found\"",
|
|
5757
|
+
"values": [
|
|
5758
|
+
{
|
|
5759
|
+
"type": "string"
|
|
5760
|
+
}
|
|
5761
|
+
],
|
|
5762
|
+
"optional": false,
|
|
5763
|
+
"required": false
|
|
5764
|
+
},
|
|
5782
5765
|
{
|
|
5783
5766
|
"name": "fullWidth",
|
|
5784
5767
|
"type": "boolean",
|
|
@@ -5830,6 +5813,40 @@
|
|
|
5830
5813
|
"optional": true,
|
|
5831
5814
|
"required": false
|
|
5832
5815
|
},
|
|
5816
|
+
{
|
|
5817
|
+
"name": "includeDescriptionsInSearch",
|
|
5818
|
+
"type": "boolean",
|
|
5819
|
+
"mutable": false,
|
|
5820
|
+
"attr": "include-descriptions-in-search",
|
|
5821
|
+
"reflectToAttr": false,
|
|
5822
|
+
"docs": "If true, descriptions of options are included when filtering options in a searchable select.",
|
|
5823
|
+
"docsTags": [],
|
|
5824
|
+
"default": "false",
|
|
5825
|
+
"values": [
|
|
5826
|
+
{
|
|
5827
|
+
"type": "boolean"
|
|
5828
|
+
}
|
|
5829
|
+
],
|
|
5830
|
+
"optional": true,
|
|
5831
|
+
"required": false
|
|
5832
|
+
},
|
|
5833
|
+
{
|
|
5834
|
+
"name": "includeGroupTitlesInSearch",
|
|
5835
|
+
"type": "boolean",
|
|
5836
|
+
"mutable": false,
|
|
5837
|
+
"attr": "include-group-titles-in-search",
|
|
5838
|
+
"reflectToAttr": false,
|
|
5839
|
+
"docs": "If true, group titles of grouped options are included when filtering options in a searchable select.",
|
|
5840
|
+
"docsTags": [],
|
|
5841
|
+
"default": "false",
|
|
5842
|
+
"values": [
|
|
5843
|
+
{
|
|
5844
|
+
"type": "boolean"
|
|
5845
|
+
}
|
|
5846
|
+
],
|
|
5847
|
+
"optional": true,
|
|
5848
|
+
"required": false
|
|
5849
|
+
},
|
|
5833
5850
|
{
|
|
5834
5851
|
"name": "label",
|
|
5835
5852
|
"type": "string",
|
|
@@ -5930,13 +5947,69 @@
|
|
|
5930
5947
|
"optional": true,
|
|
5931
5948
|
"required": false
|
|
5932
5949
|
},
|
|
5950
|
+
{
|
|
5951
|
+
"name": "searchMatchPosition",
|
|
5952
|
+
"type": "\"anywhere\" | \"start\"",
|
|
5953
|
+
"mutable": false,
|
|
5954
|
+
"attr": "search-match-position",
|
|
5955
|
+
"reflectToAttr": false,
|
|
5956
|
+
"docs": "Whether the search string of the searchable select should match the start of or anywhere in the options.",
|
|
5957
|
+
"docsTags": [],
|
|
5958
|
+
"default": "\"anywhere\"",
|
|
5959
|
+
"values": [
|
|
5960
|
+
{
|
|
5961
|
+
"value": "anywhere",
|
|
5962
|
+
"type": "string"
|
|
5963
|
+
},
|
|
5964
|
+
{
|
|
5965
|
+
"value": "start",
|
|
5966
|
+
"type": "string"
|
|
5967
|
+
}
|
|
5968
|
+
],
|
|
5969
|
+
"optional": true,
|
|
5970
|
+
"required": false
|
|
5971
|
+
},
|
|
5972
|
+
{
|
|
5973
|
+
"name": "searchable",
|
|
5974
|
+
"type": "boolean",
|
|
5975
|
+
"mutable": false,
|
|
5976
|
+
"attr": "searchable",
|
|
5977
|
+
"reflectToAttr": false,
|
|
5978
|
+
"docs": "If true, the select can be typed in to filter options.",
|
|
5979
|
+
"docsTags": [],
|
|
5980
|
+
"default": "false",
|
|
5981
|
+
"values": [
|
|
5982
|
+
{
|
|
5983
|
+
"type": "boolean"
|
|
5984
|
+
}
|
|
5985
|
+
],
|
|
5986
|
+
"optional": true,
|
|
5987
|
+
"required": false
|
|
5988
|
+
},
|
|
5933
5989
|
{
|
|
5934
5990
|
"name": "showClearButton",
|
|
5935
5991
|
"type": "boolean",
|
|
5936
5992
|
"mutable": false,
|
|
5937
5993
|
"attr": "show-clear-button",
|
|
5938
5994
|
"reflectToAttr": false,
|
|
5939
|
-
"docs": "Display a button which clears the input when clicked.",
|
|
5995
|
+
"docs": "Display a button which clears the input when clicked. The button will always appear on the searchable select.",
|
|
5996
|
+
"docsTags": [],
|
|
5997
|
+
"default": "false",
|
|
5998
|
+
"values": [
|
|
5999
|
+
{
|
|
6000
|
+
"type": "boolean"
|
|
6001
|
+
}
|
|
6002
|
+
],
|
|
6003
|
+
"optional": true,
|
|
6004
|
+
"required": false
|
|
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.",
|
|
5940
6013
|
"docsTags": [],
|
|
5941
6014
|
"default": "false",
|
|
5942
6015
|
"values": [
|
|
@@ -6336,12 +6409,12 @@
|
|
|
6336
6409
|
"usage": {},
|
|
6337
6410
|
"props": [
|
|
6338
6411
|
{
|
|
6339
|
-
"name": "
|
|
6412
|
+
"name": "light",
|
|
6340
6413
|
"type": "boolean",
|
|
6341
6414
|
"mutable": false,
|
|
6342
|
-
"attr": "
|
|
6415
|
+
"attr": "light",
|
|
6343
6416
|
"reflectToAttr": false,
|
|
6344
|
-
"docs": "Set the skeleton to the
|
|
6417
|
+
"docs": "Set the skeleton to the light variant",
|
|
6345
6418
|
"docsTags": [],
|
|
6346
6419
|
"default": "false",
|
|
6347
6420
|
"values": [
|
|
@@ -6354,20 +6427,20 @@
|
|
|
6354
6427
|
},
|
|
6355
6428
|
{
|
|
6356
6429
|
"name": "variant",
|
|
6357
|
-
"type": "\"
|
|
6430
|
+
"type": "\"circle\" | \"rectangle\" | \"text\"",
|
|
6358
6431
|
"mutable": false,
|
|
6359
6432
|
"attr": "variant",
|
|
6360
6433
|
"reflectToAttr": false,
|
|
6361
6434
|
"docs": "The variant of the skeleton that will be displayed",
|
|
6362
6435
|
"docsTags": [],
|
|
6363
|
-
"default": "\"
|
|
6436
|
+
"default": "\"rectangle\"",
|
|
6364
6437
|
"values": [
|
|
6365
6438
|
{
|
|
6366
|
-
"value": "
|
|
6439
|
+
"value": "circle",
|
|
6367
6440
|
"type": "string"
|
|
6368
6441
|
},
|
|
6369
6442
|
{
|
|
6370
|
-
"value": "
|
|
6443
|
+
"value": "rectangle",
|
|
6371
6444
|
"type": "string"
|
|
6372
6445
|
},
|
|
6373
6446
|
{
|
|
@@ -6399,17 +6472,22 @@
|
|
|
6399
6472
|
"usage": {},
|
|
6400
6473
|
"props": [
|
|
6401
6474
|
{
|
|
6402
|
-
"name": "
|
|
6403
|
-
"type": "
|
|
6475
|
+
"name": "appearance",
|
|
6476
|
+
"type": "\"filled\" | \"outlined\"",
|
|
6404
6477
|
"mutable": false,
|
|
6405
|
-
"attr": "
|
|
6478
|
+
"attr": "appearance",
|
|
6406
6479
|
"reflectToAttr": false,
|
|
6407
|
-
"docs": "The
|
|
6480
|
+
"docs": "The emphasis of the status tag.",
|
|
6408
6481
|
"docsTags": [],
|
|
6409
|
-
"default": "
|
|
6482
|
+
"default": "\"filled\"",
|
|
6410
6483
|
"values": [
|
|
6411
6484
|
{
|
|
6412
|
-
"
|
|
6485
|
+
"value": "filled",
|
|
6486
|
+
"type": "string"
|
|
6487
|
+
},
|
|
6488
|
+
{
|
|
6489
|
+
"value": "outlined",
|
|
6490
|
+
"type": "string"
|
|
6413
6491
|
}
|
|
6414
6492
|
],
|
|
6415
6493
|
"optional": true,
|
|
@@ -6431,6 +6509,23 @@
|
|
|
6431
6509
|
"optional": false,
|
|
6432
6510
|
"required": true
|
|
6433
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
|
+
},
|
|
6434
6529
|
{
|
|
6435
6530
|
"name": "status",
|
|
6436
6531
|
"type": "\"danger\" | \"neutral\" | \"success\" | \"warning\"",
|
|
@@ -6460,28 +6555,6 @@
|
|
|
6460
6555
|
],
|
|
6461
6556
|
"optional": true,
|
|
6462
6557
|
"required": false
|
|
6463
|
-
},
|
|
6464
|
-
{
|
|
6465
|
-
"name": "variant",
|
|
6466
|
-
"type": "\"primary\" | \"secondary\"",
|
|
6467
|
-
"mutable": false,
|
|
6468
|
-
"attr": "variant",
|
|
6469
|
-
"reflectToAttr": false,
|
|
6470
|
-
"docs": "The emphasis of the status tag.",
|
|
6471
|
-
"docsTags": [],
|
|
6472
|
-
"default": "\"primary\"",
|
|
6473
|
-
"values": [
|
|
6474
|
-
{
|
|
6475
|
-
"value": "primary",
|
|
6476
|
-
"type": "string"
|
|
6477
|
-
},
|
|
6478
|
-
{
|
|
6479
|
-
"value": "secondary",
|
|
6480
|
-
"type": "string"
|
|
6481
|
-
}
|
|
6482
|
-
],
|
|
6483
|
-
"optional": true,
|
|
6484
|
-
"required": false
|
|
6485
6558
|
}
|
|
6486
6559
|
],
|
|
6487
6560
|
"methods": [],
|
|
@@ -6678,23 +6751,6 @@
|
|
|
6678
6751
|
"optional": true,
|
|
6679
6752
|
"required": false
|
|
6680
6753
|
},
|
|
6681
|
-
{
|
|
6682
|
-
"name": "dense",
|
|
6683
|
-
"type": "boolean",
|
|
6684
|
-
"mutable": false,
|
|
6685
|
-
"attr": "dense",
|
|
6686
|
-
"reflectToAttr": false,
|
|
6687
|
-
"docs": "If true, the component reduces in size to the dense state.",
|
|
6688
|
-
"docsTags": [],
|
|
6689
|
-
"default": "false",
|
|
6690
|
-
"values": [
|
|
6691
|
-
{
|
|
6692
|
-
"type": "boolean"
|
|
6693
|
-
}
|
|
6694
|
-
],
|
|
6695
|
-
"optional": true,
|
|
6696
|
-
"required": false
|
|
6697
|
-
},
|
|
6698
6754
|
{
|
|
6699
6755
|
"name": "disabled",
|
|
6700
6756
|
"type": "boolean",
|
|
@@ -6796,6 +6852,23 @@
|
|
|
6796
6852
|
"optional": true,
|
|
6797
6853
|
"required": false
|
|
6798
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
|
+
},
|
|
6799
6872
|
{
|
|
6800
6873
|
"name": "value",
|
|
6801
6874
|
"type": "string",
|
|
@@ -6963,16 +7036,21 @@
|
|
|
6963
7036
|
"required": false
|
|
6964
7037
|
},
|
|
6965
7038
|
{
|
|
6966
|
-
"name": "
|
|
6967
|
-
"type": "
|
|
7039
|
+
"name": "appearance",
|
|
7040
|
+
"type": "\"dark\" | \"light\"",
|
|
6968
7041
|
"mutable": false,
|
|
6969
|
-
"attr": "
|
|
6970
|
-
"reflectToAttr":
|
|
6971
|
-
"docs": "
|
|
7042
|
+
"attr": "appearance",
|
|
7043
|
+
"reflectToAttr": false,
|
|
7044
|
+
"docs": "Determines whether the light or dark variant of the tabs should be displayed.",
|
|
6972
7045
|
"docsTags": [],
|
|
6973
|
-
"default": "\"
|
|
7046
|
+
"default": "\"light\"",
|
|
6974
7047
|
"values": [
|
|
6975
7048
|
{
|
|
7049
|
+
"value": "dark",
|
|
7050
|
+
"type": "string"
|
|
7051
|
+
},
|
|
7052
|
+
{
|
|
7053
|
+
"value": "light",
|
|
6976
7054
|
"type": "string"
|
|
6977
7055
|
}
|
|
6978
7056
|
],
|
|
@@ -6980,17 +7058,17 @@
|
|
|
6980
7058
|
"required": false
|
|
6981
7059
|
},
|
|
6982
7060
|
{
|
|
6983
|
-
"name": "
|
|
6984
|
-
"type": "
|
|
7061
|
+
"name": "contextId",
|
|
7062
|
+
"type": "string",
|
|
6985
7063
|
"mutable": false,
|
|
6986
|
-
"attr": "
|
|
6987
|
-
"reflectToAttr":
|
|
6988
|
-
"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.",
|
|
6989
7067
|
"docsTags": [],
|
|
6990
|
-
"default": "
|
|
7068
|
+
"default": "\"default\"",
|
|
6991
7069
|
"values": [
|
|
6992
7070
|
{
|
|
6993
|
-
"type": "
|
|
7071
|
+
"type": "string"
|
|
6994
7072
|
}
|
|
6995
7073
|
],
|
|
6996
7074
|
"optional": true,
|
|
@@ -7040,10 +7118,10 @@
|
|
|
7040
7118
|
"dependencyGraph": {}
|
|
7041
7119
|
},
|
|
7042
7120
|
{
|
|
7043
|
-
"filePath": "./src/components/ic-tab-
|
|
7121
|
+
"filePath": "./src/components/ic-tab-group/ic-tab-group.tsx",
|
|
7044
7122
|
"encapsulation": "shadow",
|
|
7045
|
-
"tag": "ic-tab-
|
|
7046
|
-
"readme": "# ic-tab-
|
|
7123
|
+
"tag": "ic-tab-group",
|
|
7124
|
+
"readme": "# ic-tab-group\n\n\n",
|
|
7047
7125
|
"docs": "",
|
|
7048
7126
|
"docsTags": [],
|
|
7049
7127
|
"usage": {},
|
|
@@ -7116,7 +7194,7 @@
|
|
|
7116
7194
|
"ic-tooltip"
|
|
7117
7195
|
],
|
|
7118
7196
|
"dependencyGraph": {
|
|
7119
|
-
"ic-tab-
|
|
7197
|
+
"ic-tab-group": [
|
|
7120
7198
|
"ic-tooltip"
|
|
7121
7199
|
],
|
|
7122
7200
|
"ic-tooltip": [
|
|
@@ -7461,23 +7539,6 @@
|
|
|
7461
7539
|
"optional": false,
|
|
7462
7540
|
"required": false
|
|
7463
7541
|
},
|
|
7464
|
-
{
|
|
7465
|
-
"name": "dark",
|
|
7466
|
-
"type": "boolean",
|
|
7467
|
-
"mutable": false,
|
|
7468
|
-
"attr": "dark",
|
|
7469
|
-
"reflectToAttr": false,
|
|
7470
|
-
"docs": "Determines whether the dark variant of the text field should be displayed.",
|
|
7471
|
-
"docsTags": [],
|
|
7472
|
-
"default": "false",
|
|
7473
|
-
"values": [
|
|
7474
|
-
{
|
|
7475
|
-
"type": "boolean"
|
|
7476
|
-
}
|
|
7477
|
-
],
|
|
7478
|
-
"optional": true,
|
|
7479
|
-
"required": false
|
|
7480
|
-
},
|
|
7481
7542
|
{
|
|
7482
7543
|
"name": "debounce",
|
|
7483
7544
|
"type": "number",
|
|
@@ -7495,23 +7556,6 @@
|
|
|
7495
7556
|
"optional": false,
|
|
7496
7557
|
"required": false
|
|
7497
7558
|
},
|
|
7498
|
-
{
|
|
7499
|
-
"name": "dense",
|
|
7500
|
-
"type": "boolean",
|
|
7501
|
-
"mutable": false,
|
|
7502
|
-
"attr": "dense",
|
|
7503
|
-
"reflectToAttr": false,
|
|
7504
|
-
"docs": "Specify whether dense styling is to be applied to the element.",
|
|
7505
|
-
"docsTags": [],
|
|
7506
|
-
"default": "false",
|
|
7507
|
-
"values": [
|
|
7508
|
-
{
|
|
7509
|
-
"type": "boolean"
|
|
7510
|
-
}
|
|
7511
|
-
],
|
|
7512
|
-
"optional": false,
|
|
7513
|
-
"required": false
|
|
7514
|
-
},
|
|
7515
7559
|
{
|
|
7516
7560
|
"name": "disabled",
|
|
7517
7561
|
"type": "boolean",
|
|
@@ -7778,6 +7822,23 @@
|
|
|
7778
7822
|
"optional": false,
|
|
7779
7823
|
"required": false
|
|
7780
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
|
+
},
|
|
7781
7842
|
{
|
|
7782
7843
|
"name": "spellcheck",
|
|
7783
7844
|
"type": "boolean",
|
|
@@ -8084,22 +8145,6 @@
|
|
|
8084
8145
|
"docsTags": [],
|
|
8085
8146
|
"usage": {},
|
|
8086
8147
|
"props": [
|
|
8087
|
-
{
|
|
8088
|
-
"name": "elementId",
|
|
8089
|
-
"type": "string",
|
|
8090
|
-
"mutable": false,
|
|
8091
|
-
"attr": "element-id",
|
|
8092
|
-
"reflectToAttr": false,
|
|
8093
|
-
"docs": "The id of the element the tooltip is describing - for when aria-labelledby or aria-describedby is used.",
|
|
8094
|
-
"docsTags": [],
|
|
8095
|
-
"values": [
|
|
8096
|
-
{
|
|
8097
|
-
"type": "string"
|
|
8098
|
-
}
|
|
8099
|
-
],
|
|
8100
|
-
"optional": true,
|
|
8101
|
-
"required": false
|
|
8102
|
-
},
|
|
8103
8148
|
{
|
|
8104
8149
|
"name": "label",
|
|
8105
8150
|
"type": "string",
|
|
@@ -8177,6 +8222,22 @@
|
|
|
8177
8222
|
],
|
|
8178
8223
|
"optional": true,
|
|
8179
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
|
|
8180
8241
|
}
|
|
8181
8242
|
],
|
|
8182
8243
|
"methods": [],
|
|
@@ -8188,7 +8249,7 @@
|
|
|
8188
8249
|
"dependents": [
|
|
8189
8250
|
"ic-button",
|
|
8190
8251
|
"ic-navigation-item",
|
|
8191
|
-
"ic-tab-
|
|
8252
|
+
"ic-tab-group"
|
|
8192
8253
|
],
|
|
8193
8254
|
"dependencies": [
|
|
8194
8255
|
"ic-typography"
|
|
@@ -8203,7 +8264,7 @@
|
|
|
8203
8264
|
"ic-navigation-item": [
|
|
8204
8265
|
"ic-tooltip"
|
|
8205
8266
|
],
|
|
8206
|
-
"ic-tab-
|
|
8267
|
+
"ic-tab-group": [
|
|
8207
8268
|
"ic-tooltip"
|
|
8208
8269
|
]
|
|
8209
8270
|
}
|
|
@@ -8438,12 +8499,12 @@
|
|
|
8438
8499
|
"usage": {},
|
|
8439
8500
|
"props": [
|
|
8440
8501
|
{
|
|
8441
|
-
"name": "
|
|
8502
|
+
"name": "applyVerticalMargins",
|
|
8442
8503
|
"type": "boolean",
|
|
8443
8504
|
"mutable": false,
|
|
8444
|
-
"attr": "
|
|
8505
|
+
"attr": "apply-vertical-margins",
|
|
8445
8506
|
"reflectToAttr": false,
|
|
8446
|
-
"docs": "Adds
|
|
8507
|
+
"docs": "Adds appropriate margins to the top and bottom of the typography.",
|
|
8447
8508
|
"docsTags": [],
|
|
8448
8509
|
"default": "false",
|
|
8449
8510
|
"values": [
|