@loadsmart/miranda-wc 1.41.1-alpha.4 → 1.41.1-alpha.5

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.
@@ -1253,190 +1253,6 @@
1253
1253
  }
1254
1254
  ]
1255
1255
  },
1256
- {
1257
- "kind": "javascript-module",
1258
- "path": "components/checkbox/checkbox.js",
1259
- "declarations": [
1260
- {
1261
- "kind": "class",
1262
- "description": "",
1263
- "name": "Checkbox",
1264
- "members": [
1265
- {
1266
- "kind": "field",
1267
- "name": "id",
1268
- "type": {
1269
- "text": "string"
1270
- },
1271
- "description": "Id of the checkbox input."
1272
- },
1273
- {
1274
- "kind": "field",
1275
- "name": "name",
1276
- "privacy": "public",
1277
- "type": {
1278
- "text": "CheckboxProps['name']"
1279
- },
1280
- "description": "Name of the checkbox input.",
1281
- "default": "undefined",
1282
- "attribute": "name",
1283
- "reflects": true
1284
- },
1285
- {
1286
- "kind": "field",
1287
- "name": "disabled",
1288
- "privacy": "public",
1289
- "type": {
1290
- "text": "boolean"
1291
- },
1292
- "description": "Option to disable the checkbox.",
1293
- "default": "false",
1294
- "attribute": "disabled",
1295
- "reflects": true
1296
- },
1297
- {
1298
- "kind": "field",
1299
- "name": "checked",
1300
- "privacy": "public",
1301
- "type": {
1302
- "text": "boolean"
1303
- },
1304
- "description": "Option to disable the checkbox.",
1305
- "default": "false",
1306
- "attribute": "checked",
1307
- "reflects": true
1308
- },
1309
- {
1310
- "kind": "field",
1311
- "name": "indeterminate",
1312
- "privacy": "public",
1313
- "type": {
1314
- "text": "boolean"
1315
- },
1316
- "description": "Option to set the checkbox as indeterminate.",
1317
- "default": "false",
1318
- "attribute": "indeterminate",
1319
- "reflects": true
1320
- },
1321
- {
1322
- "kind": "field",
1323
- "name": "input",
1324
- "type": {
1325
- "text": "HTMLInputElement"
1326
- },
1327
- "privacy": "private",
1328
- "description": "Input element within component."
1329
- },
1330
- {
1331
- "kind": "field",
1332
- "name": "label",
1333
- "type": {
1334
- "text": "HTMLLabelElement"
1335
- },
1336
- "privacy": "private",
1337
- "description": "Label element within component."
1338
- },
1339
- {
1340
- "kind": "method",
1341
- "name": "focus",
1342
- "return": {
1343
- "type": {
1344
- "text": "void"
1345
- }
1346
- },
1347
- "parameters": [
1348
- {
1349
- "name": "options",
1350
- "optional": true,
1351
- "type": {
1352
- "text": "FocusOptions | undefined"
1353
- }
1354
- }
1355
- ]
1356
- },
1357
- {
1358
- "kind": "method",
1359
- "name": "#setAttributes",
1360
- "return": {
1361
- "type": {
1362
- "text": "void"
1363
- }
1364
- }
1365
- },
1366
- {
1367
- "kind": "field",
1368
- "name": "#handleChange",
1369
- "privacy": "private"
1370
- }
1371
- ],
1372
- "attributes": [
1373
- {
1374
- "name": "name",
1375
- "type": {
1376
- "text": "CheckboxProps['name']"
1377
- },
1378
- "description": "Name of the checkbox input.",
1379
- "default": "undefined",
1380
- "resolveInitializer": {
1381
- "module": "src/components/checkbox/checkbox.ts"
1382
- },
1383
- "fieldName": "name"
1384
- },
1385
- {
1386
- "name": "disabled",
1387
- "type": {
1388
- "text": "boolean"
1389
- },
1390
- "description": "Option to disable the checkbox.",
1391
- "default": "false",
1392
- "fieldName": "disabled"
1393
- },
1394
- {
1395
- "name": "checked",
1396
- "type": {
1397
- "text": "boolean"
1398
- },
1399
- "description": "Option to disable the checkbox.",
1400
- "default": "false",
1401
- "fieldName": "checked"
1402
- },
1403
- {
1404
- "name": "indeterminate",
1405
- "type": {
1406
- "text": "boolean"
1407
- },
1408
- "description": "Option to set the checkbox as indeterminate.",
1409
- "default": "false",
1410
- "fieldName": "indeterminate"
1411
- }
1412
- ],
1413
- "superclass": {
1414
- "name": "LitElement",
1415
- "package": "lit"
1416
- },
1417
- "tagName": "m-checkbox",
1418
- "customElement": true
1419
- }
1420
- ],
1421
- "exports": [
1422
- {
1423
- "kind": "js",
1424
- "name": "Checkbox",
1425
- "declaration": {
1426
- "name": "Checkbox",
1427
- "module": "components/checkbox/checkbox.js"
1428
- }
1429
- },
1430
- {
1431
- "kind": "custom-element-definition",
1432
- "name": "m-checkbox",
1433
- "declaration": {
1434
- "name": "Checkbox",
1435
- "module": "components/checkbox/checkbox.js"
1436
- }
1437
- }
1438
- ]
1439
- },
1440
1256
  {
1441
1257
  "kind": "javascript-module",
1442
1258
  "path": "components/button/button.js",
@@ -1822,125 +1638,390 @@
1822
1638
  },
1823
1639
  {
1824
1640
  "kind": "javascript-module",
1825
- "path": "components/card/card-body.js",
1641
+ "path": "components/checkbox/checkbox.js",
1826
1642
  "declarations": [
1827
1643
  {
1828
1644
  "kind": "class",
1829
1645
  "description": "",
1830
- "name": "CardBody",
1646
+ "name": "Checkbox",
1831
1647
  "members": [
1832
1648
  {
1833
1649
  "kind": "field",
1834
- "name": "slot",
1835
- "privacy": "public",
1650
+ "name": "id",
1836
1651
  "type": {
1837
1652
  "text": "string"
1838
1653
  },
1839
- "attribute": "slot"
1840
- }
1841
- ],
1842
- "attributes": [
1654
+ "description": "Id of the checkbox input."
1655
+ },
1843
1656
  {
1844
- "name": "slot",
1657
+ "kind": "field",
1658
+ "name": "name",
1659
+ "privacy": "public",
1845
1660
  "type": {
1846
- "text": "string"
1661
+ "text": "CheckboxProps['name']"
1847
1662
  },
1848
- "fieldName": "slot"
1849
- }
1850
- ],
1851
- "superclass": {
1852
- "name": "LitElement",
1853
- "package": "lit"
1854
- },
1855
- "tagName": "m-card-body",
1856
- "customElement": true
1857
- }
1858
- ],
1859
- "exports": [
1860
- {
1861
- "kind": "js",
1862
- "name": "CardBody",
1863
- "declaration": {
1864
- "name": "CardBody",
1865
- "module": "components/card/card-body.js"
1866
- }
1867
- },
1868
- {
1869
- "kind": "custom-element-definition",
1870
- "name": "m-card-body",
1871
- "declaration": {
1872
- "name": "CardBody",
1873
- "module": "components/card/card-body.js"
1874
- }
1875
- }
1876
- ]
1877
- },
1878
- {
1879
- "kind": "javascript-module",
1880
- "path": "components/card/card-divider.js",
1881
- "declarations": [
1882
- {
1883
- "kind": "class",
1884
- "description": "",
1885
- "name": "CardDivider",
1886
- "members": [
1663
+ "description": "Name of the checkbox input.",
1664
+ "default": "undefined",
1665
+ "attribute": "name",
1666
+ "reflects": true
1667
+ },
1887
1668
  {
1888
1669
  "kind": "field",
1889
- "name": "slot",
1670
+ "name": "disabled",
1890
1671
  "privacy": "public",
1891
1672
  "type": {
1892
- "text": "string"
1673
+ "text": "boolean"
1893
1674
  },
1894
- "default": "'divider'",
1895
- "attribute": "slot",
1675
+ "description": "Option to disable the checkbox.",
1676
+ "default": "false",
1677
+ "attribute": "disabled",
1896
1678
  "reflects": true
1679
+ },
1680
+ {
1681
+ "kind": "field",
1682
+ "name": "checked",
1683
+ "privacy": "public",
1684
+ "type": {
1685
+ "text": "boolean"
1686
+ },
1687
+ "description": "Option to disable the checkbox.",
1688
+ "default": "false",
1689
+ "attribute": "checked",
1690
+ "reflects": true
1691
+ },
1692
+ {
1693
+ "kind": "field",
1694
+ "name": "indeterminate",
1695
+ "privacy": "public",
1696
+ "type": {
1697
+ "text": "boolean"
1698
+ },
1699
+ "description": "Option to set the checkbox as indeterminate.",
1700
+ "default": "false",
1701
+ "attribute": "indeterminate",
1702
+ "reflects": true
1703
+ },
1704
+ {
1705
+ "kind": "field",
1706
+ "name": "input",
1707
+ "type": {
1708
+ "text": "HTMLInputElement"
1709
+ },
1710
+ "privacy": "private",
1711
+ "description": "Input element within component."
1712
+ },
1713
+ {
1714
+ "kind": "field",
1715
+ "name": "label",
1716
+ "type": {
1717
+ "text": "HTMLLabelElement"
1718
+ },
1719
+ "privacy": "private",
1720
+ "description": "Label element within component."
1721
+ },
1722
+ {
1723
+ "kind": "method",
1724
+ "name": "focus",
1725
+ "return": {
1726
+ "type": {
1727
+ "text": "void"
1728
+ }
1729
+ },
1730
+ "parameters": [
1731
+ {
1732
+ "name": "options",
1733
+ "optional": true,
1734
+ "type": {
1735
+ "text": "FocusOptions | undefined"
1736
+ }
1737
+ }
1738
+ ]
1739
+ },
1740
+ {
1741
+ "kind": "method",
1742
+ "name": "#setAttributes",
1743
+ "return": {
1744
+ "type": {
1745
+ "text": "void"
1746
+ }
1747
+ }
1748
+ },
1749
+ {
1750
+ "kind": "field",
1751
+ "name": "#handleChange",
1752
+ "privacy": "private"
1897
1753
  }
1898
1754
  ],
1899
1755
  "attributes": [
1900
1756
  {
1901
- "name": "slot",
1757
+ "name": "name",
1902
1758
  "type": {
1903
- "text": "string"
1759
+ "text": "CheckboxProps['name']"
1904
1760
  },
1905
- "default": "'divider'",
1906
- "fieldName": "slot"
1761
+ "description": "Name of the checkbox input.",
1762
+ "default": "undefined",
1763
+ "resolveInitializer": {
1764
+ "module": "src/components/checkbox/checkbox.ts"
1765
+ },
1766
+ "fieldName": "name"
1767
+ },
1768
+ {
1769
+ "name": "disabled",
1770
+ "type": {
1771
+ "text": "boolean"
1772
+ },
1773
+ "description": "Option to disable the checkbox.",
1774
+ "default": "false",
1775
+ "fieldName": "disabled"
1776
+ },
1777
+ {
1778
+ "name": "checked",
1779
+ "type": {
1780
+ "text": "boolean"
1781
+ },
1782
+ "description": "Option to disable the checkbox.",
1783
+ "default": "false",
1784
+ "fieldName": "checked"
1785
+ },
1786
+ {
1787
+ "name": "indeterminate",
1788
+ "type": {
1789
+ "text": "boolean"
1790
+ },
1791
+ "description": "Option to set the checkbox as indeterminate.",
1792
+ "default": "false",
1793
+ "fieldName": "indeterminate"
1907
1794
  }
1908
1795
  ],
1909
1796
  "superclass": {
1910
- "name": "Divider",
1911
- "module": "/src/components/divider/divider"
1797
+ "name": "LitElement",
1798
+ "package": "lit"
1912
1799
  },
1913
- "tagName": "m-card-divider",
1800
+ "tagName": "m-checkbox",
1914
1801
  "customElement": true
1915
1802
  }
1916
1803
  ],
1917
1804
  "exports": [
1918
1805
  {
1919
1806
  "kind": "js",
1920
- "name": "CardDivider",
1807
+ "name": "Checkbox",
1921
1808
  "declaration": {
1922
- "name": "CardDivider",
1923
- "module": "components/card/card-divider.js"
1809
+ "name": "Checkbox",
1810
+ "module": "components/checkbox/checkbox.js"
1924
1811
  }
1925
1812
  },
1926
1813
  {
1927
1814
  "kind": "custom-element-definition",
1928
- "name": "m-card-divider",
1815
+ "name": "m-checkbox",
1929
1816
  "declaration": {
1930
- "name": "CardDivider",
1931
- "module": "components/card/card-divider.js"
1817
+ "name": "Checkbox",
1818
+ "module": "components/checkbox/checkbox.js"
1932
1819
  }
1933
1820
  }
1934
1821
  ]
1935
1822
  },
1936
1823
  {
1937
1824
  "kind": "javascript-module",
1938
- "path": "components/card/card-subtitle.js",
1825
+ "path": "components/close-button/close-button.js",
1939
1826
  "declarations": [
1940
1827
  {
1941
1828
  "kind": "class",
1942
1829
  "description": "",
1943
- "name": "CardSubtitle",
1830
+ "name": "CloseButton",
1831
+ "members": [
1832
+ {
1833
+ "kind": "field",
1834
+ "name": "controls",
1835
+ "privacy": "public",
1836
+ "type": {
1837
+ "text": "CloseButtonProps['controls']"
1838
+ },
1839
+ "description": "Id of the element being controlled by the close button.",
1840
+ "attribute": "controls"
1841
+ },
1842
+ {
1843
+ "kind": "field",
1844
+ "name": "disabled",
1845
+ "privacy": "public",
1846
+ "type": {
1847
+ "text": "CloseButtonProps['disabled']"
1848
+ },
1849
+ "description": "Determine if the button will be disabled.",
1850
+ "default": "false",
1851
+ "attribute": "disabled"
1852
+ },
1853
+ {
1854
+ "kind": "field",
1855
+ "name": "inverted",
1856
+ "privacy": "public",
1857
+ "type": {
1858
+ "text": "CloseButtonProps['inverted']"
1859
+ },
1860
+ "description": "Determine if the button will be displayed with inverted colors.",
1861
+ "default": "false",
1862
+ "attribute": "inverted"
1863
+ },
1864
+ {
1865
+ "kind": "field",
1866
+ "name": "label",
1867
+ "privacy": "public",
1868
+ "type": {
1869
+ "text": "CloseButtonProps['label']"
1870
+ },
1871
+ "description": "Button label. Defaults to 'Close'.",
1872
+ "default": "'Close'",
1873
+ "attribute": "label"
1874
+ },
1875
+ {
1876
+ "kind": "field",
1877
+ "name": "size",
1878
+ "privacy": "public",
1879
+ "type": {
1880
+ "text": "CloseButtonProps['size']"
1881
+ },
1882
+ "description": "Text field size. Defaults to 'default'.",
1883
+ "default": "'default'",
1884
+ "attribute": "size"
1885
+ },
1886
+ {
1887
+ "kind": "method",
1888
+ "name": "focus",
1889
+ "return": {
1890
+ "type": {
1891
+ "text": "void"
1892
+ }
1893
+ },
1894
+ "parameters": [
1895
+ {
1896
+ "name": "options",
1897
+ "optional": true,
1898
+ "type": {
1899
+ "text": "FocusOptions | undefined"
1900
+ }
1901
+ }
1902
+ ]
1903
+ },
1904
+ {
1905
+ "kind": "field",
1906
+ "name": "#button",
1907
+ "privacy": "private",
1908
+ "type": {
1909
+ "text": "HTMLElement | null"
1910
+ },
1911
+ "readonly": true
1912
+ },
1913
+ {
1914
+ "kind": "field",
1915
+ "name": "#handleClick",
1916
+ "privacy": "private"
1917
+ },
1918
+ {
1919
+ "kind": "field",
1920
+ "name": "emit",
1921
+ "privacy": "protected",
1922
+ "inheritedFrom": {
1923
+ "name": "Component",
1924
+ "module": "components/component/component.js"
1925
+ }
1926
+ },
1927
+ {
1928
+ "kind": "field",
1929
+ "name": "reemit",
1930
+ "privacy": "protected",
1931
+ "description": "Re-dispatches an event.\nThis function is useful for forwarding non-composed events, such as `change`\nevents.",
1932
+ "parameters": [
1933
+ {
1934
+ "description": "The event to re-dispatch.",
1935
+ "name": "event"
1936
+ }
1937
+ ],
1938
+ "inheritedFrom": {
1939
+ "name": "Component",
1940
+ "module": "components/component/component.js"
1941
+ }
1942
+ }
1943
+ ],
1944
+ "attributes": [
1945
+ {
1946
+ "name": "controls",
1947
+ "type": {
1948
+ "text": "CloseButtonProps['controls']"
1949
+ },
1950
+ "description": "Id of the element being controlled by the close button.",
1951
+ "fieldName": "controls"
1952
+ },
1953
+ {
1954
+ "name": "disabled",
1955
+ "type": {
1956
+ "text": "CloseButtonProps['disabled']"
1957
+ },
1958
+ "description": "Determine if the button will be disabled.",
1959
+ "default": "false",
1960
+ "fieldName": "disabled"
1961
+ },
1962
+ {
1963
+ "name": "inverted",
1964
+ "type": {
1965
+ "text": "CloseButtonProps['inverted']"
1966
+ },
1967
+ "description": "Determine if the button will be displayed with inverted colors.",
1968
+ "default": "false",
1969
+ "fieldName": "inverted"
1970
+ },
1971
+ {
1972
+ "name": "label",
1973
+ "type": {
1974
+ "text": "CloseButtonProps['label']"
1975
+ },
1976
+ "description": "Button label. Defaults to 'Close'.",
1977
+ "default": "'Close'",
1978
+ "fieldName": "label"
1979
+ },
1980
+ {
1981
+ "name": "size",
1982
+ "type": {
1983
+ "text": "CloseButtonProps['size']"
1984
+ },
1985
+ "description": "Text field size. Defaults to 'default'.",
1986
+ "default": "'default'",
1987
+ "fieldName": "size"
1988
+ }
1989
+ ],
1990
+ "superclass": {
1991
+ "name": "Component",
1992
+ "module": "/src/components/component"
1993
+ },
1994
+ "tagName": "m-close-button",
1995
+ "customElement": true
1996
+ }
1997
+ ],
1998
+ "exports": [
1999
+ {
2000
+ "kind": "js",
2001
+ "name": "CloseButton",
2002
+ "declaration": {
2003
+ "name": "CloseButton",
2004
+ "module": "components/close-button/close-button.js"
2005
+ }
2006
+ },
2007
+ {
2008
+ "kind": "custom-element-definition",
2009
+ "name": "m-close-button",
2010
+ "declaration": {
2011
+ "name": "CloseButton",
2012
+ "module": "components/close-button/close-button.js"
2013
+ }
2014
+ }
2015
+ ]
2016
+ },
2017
+ {
2018
+ "kind": "javascript-module",
2019
+ "path": "components/card/card-body.js",
2020
+ "declarations": [
2021
+ {
2022
+ "kind": "class",
2023
+ "description": "",
2024
+ "name": "CardBody",
1944
2025
  "members": [
1945
2026
  {
1946
2027
  "kind": "field",
@@ -1965,37 +2046,37 @@
1965
2046
  "name": "LitElement",
1966
2047
  "package": "lit"
1967
2048
  },
1968
- "tagName": "m-card-subtitle",
2049
+ "tagName": "m-card-body",
1969
2050
  "customElement": true
1970
2051
  }
1971
2052
  ],
1972
2053
  "exports": [
1973
2054
  {
1974
2055
  "kind": "js",
1975
- "name": "CardSubtitle",
2056
+ "name": "CardBody",
1976
2057
  "declaration": {
1977
- "name": "CardSubtitle",
1978
- "module": "components/card/card-subtitle.js"
2058
+ "name": "CardBody",
2059
+ "module": "components/card/card-body.js"
1979
2060
  }
1980
2061
  },
1981
2062
  {
1982
2063
  "kind": "custom-element-definition",
1983
- "name": "m-card-subtitle",
2064
+ "name": "m-card-body",
1984
2065
  "declaration": {
1985
- "name": "CardSubtitle",
1986
- "module": "components/card/card-subtitle.js"
2066
+ "name": "CardBody",
2067
+ "module": "components/card/card-body.js"
1987
2068
  }
1988
2069
  }
1989
2070
  ]
1990
2071
  },
1991
2072
  {
1992
2073
  "kind": "javascript-module",
1993
- "path": "components/card/card-title.js",
2074
+ "path": "components/card/card-divider.js",
1994
2075
  "declarations": [
1995
2076
  {
1996
2077
  "kind": "class",
1997
2078
  "description": "",
1998
- "name": "CardTitle",
2079
+ "name": "CardDivider",
1999
2080
  "members": [
2000
2081
  {
2001
2082
  "kind": "field",
@@ -2004,7 +2085,9 @@
2004
2085
  "type": {
2005
2086
  "text": "string"
2006
2087
  },
2007
- "attribute": "slot"
2088
+ "default": "'divider'",
2089
+ "attribute": "slot",
2090
+ "reflects": true
2008
2091
  }
2009
2092
  ],
2010
2093
  "attributes": [
@@ -2013,308 +2096,225 @@
2013
2096
  "type": {
2014
2097
  "text": "string"
2015
2098
  },
2099
+ "default": "'divider'",
2016
2100
  "fieldName": "slot"
2017
2101
  }
2018
2102
  ],
2019
2103
  "superclass": {
2020
- "name": "LitElement",
2021
- "package": "lit"
2104
+ "name": "Divider",
2105
+ "module": "/src/components/divider/divider"
2022
2106
  },
2023
- "tagName": "m-card-title",
2107
+ "tagName": "m-card-divider",
2024
2108
  "customElement": true
2025
2109
  }
2026
2110
  ],
2027
2111
  "exports": [
2028
2112
  {
2029
2113
  "kind": "js",
2030
- "name": "CardTitle",
2114
+ "name": "CardDivider",
2031
2115
  "declaration": {
2032
- "name": "CardTitle",
2033
- "module": "components/card/card-title.js"
2116
+ "name": "CardDivider",
2117
+ "module": "components/card/card-divider.js"
2034
2118
  }
2035
2119
  },
2036
2120
  {
2037
2121
  "kind": "custom-element-definition",
2038
- "name": "m-card-title",
2122
+ "name": "m-card-divider",
2039
2123
  "declaration": {
2040
- "name": "CardTitle",
2041
- "module": "components/card/card-title.js"
2124
+ "name": "CardDivider",
2125
+ "module": "components/card/card-divider.js"
2042
2126
  }
2043
2127
  }
2044
2128
  ]
2045
2129
  },
2046
2130
  {
2047
2131
  "kind": "javascript-module",
2048
- "path": "components/card/card.js",
2132
+ "path": "components/card/card-subtitle.js",
2049
2133
  "declarations": [
2050
2134
  {
2051
2135
  "kind": "class",
2052
2136
  "description": "",
2053
- "name": "Card",
2137
+ "name": "CardSubtitle",
2054
2138
  "members": [
2055
2139
  {
2056
2140
  "kind": "field",
2057
- "name": "flagged",
2141
+ "name": "slot",
2058
2142
  "privacy": "public",
2059
2143
  "type": {
2060
- "text": "CardProps['flagged']"
2144
+ "text": "string"
2061
2145
  },
2062
- "description": "Should the card be flagged.",
2063
- "default": "false",
2064
- "attribute": "flagged"
2065
- },
2146
+ "attribute": "slot"
2147
+ }
2148
+ ],
2149
+ "attributes": [
2066
2150
  {
2067
- "kind": "field",
2068
- "name": "flagColor",
2069
- "privacy": "public",
2151
+ "name": "slot",
2070
2152
  "type": {
2071
- "text": "NonNullable<CardProps['flag-color']>"
2153
+ "text": "string"
2072
2154
  },
2073
- "description": "Card flag color.",
2074
- "default": "'color-background-inverted'",
2075
- "attribute": "flag-color"
2155
+ "fieldName": "slot"
2076
2156
  }
2077
2157
  ],
2078
- "attributes": [
2158
+ "superclass": {
2159
+ "name": "LitElement",
2160
+ "package": "lit"
2161
+ },
2162
+ "tagName": "m-card-subtitle",
2163
+ "customElement": true
2164
+ }
2165
+ ],
2166
+ "exports": [
2167
+ {
2168
+ "kind": "js",
2169
+ "name": "CardSubtitle",
2170
+ "declaration": {
2171
+ "name": "CardSubtitle",
2172
+ "module": "components/card/card-subtitle.js"
2173
+ }
2174
+ },
2175
+ {
2176
+ "kind": "custom-element-definition",
2177
+ "name": "m-card-subtitle",
2178
+ "declaration": {
2179
+ "name": "CardSubtitle",
2180
+ "module": "components/card/card-subtitle.js"
2181
+ }
2182
+ }
2183
+ ]
2184
+ },
2185
+ {
2186
+ "kind": "javascript-module",
2187
+ "path": "components/card/card-title.js",
2188
+ "declarations": [
2189
+ {
2190
+ "kind": "class",
2191
+ "description": "",
2192
+ "name": "CardTitle",
2193
+ "members": [
2079
2194
  {
2080
- "name": "flagged",
2195
+ "kind": "field",
2196
+ "name": "slot",
2197
+ "privacy": "public",
2081
2198
  "type": {
2082
- "text": "CardProps['flagged']"
2199
+ "text": "string"
2083
2200
  },
2084
- "description": "Should the card be flagged.",
2085
- "default": "false",
2086
- "fieldName": "flagged"
2087
- },
2201
+ "attribute": "slot"
2202
+ }
2203
+ ],
2204
+ "attributes": [
2088
2205
  {
2089
- "name": "flag-color",
2206
+ "name": "slot",
2090
2207
  "type": {
2091
- "text": "NonNullable<CardProps['flag-color']>"
2092
- },
2093
- "description": "Card flag color.",
2094
- "default": "defaultFlagColor",
2095
- "resolveInitializer": {
2096
- "module": "src/components/card/card.ts"
2208
+ "text": "string"
2097
2209
  },
2098
- "fieldName": "flagColor"
2210
+ "fieldName": "slot"
2099
2211
  }
2100
2212
  ],
2101
2213
  "superclass": {
2102
2214
  "name": "LitElement",
2103
2215
  "package": "lit"
2104
2216
  },
2105
- "tagName": "m-card",
2217
+ "tagName": "m-card-title",
2106
2218
  "customElement": true
2107
2219
  }
2108
2220
  ],
2109
2221
  "exports": [
2110
2222
  {
2111
2223
  "kind": "js",
2112
- "name": "Card",
2224
+ "name": "CardTitle",
2113
2225
  "declaration": {
2114
- "name": "Card",
2115
- "module": "components/card/card.js"
2226
+ "name": "CardTitle",
2227
+ "module": "components/card/card-title.js"
2116
2228
  }
2117
2229
  },
2118
2230
  {
2119
2231
  "kind": "custom-element-definition",
2120
- "name": "m-card",
2232
+ "name": "m-card-title",
2121
2233
  "declaration": {
2122
- "name": "Card",
2123
- "module": "components/card/card.js"
2234
+ "name": "CardTitle",
2235
+ "module": "components/card/card-title.js"
2124
2236
  }
2125
2237
  }
2126
2238
  ]
2127
2239
  },
2128
2240
  {
2129
2241
  "kind": "javascript-module",
2130
- "path": "components/close-button/close-button.js",
2242
+ "path": "components/card/card.js",
2131
2243
  "declarations": [
2132
2244
  {
2133
2245
  "kind": "class",
2134
2246
  "description": "",
2135
- "name": "CloseButton",
2247
+ "name": "Card",
2136
2248
  "members": [
2137
2249
  {
2138
2250
  "kind": "field",
2139
- "name": "controls",
2140
- "privacy": "public",
2141
- "type": {
2142
- "text": "CloseButtonProps['controls']"
2143
- },
2144
- "description": "Id of the element being controlled by the close button.",
2145
- "attribute": "controls"
2146
- },
2147
- {
2148
- "kind": "field",
2149
- "name": "disabled",
2150
- "privacy": "public",
2151
- "type": {
2152
- "text": "CloseButtonProps['disabled']"
2153
- },
2154
- "description": "Determine if the button will be disabled.",
2155
- "default": "false",
2156
- "attribute": "disabled"
2157
- },
2158
- {
2159
- "kind": "field",
2160
- "name": "inverted",
2251
+ "name": "flagged",
2161
2252
  "privacy": "public",
2162
2253
  "type": {
2163
- "text": "CloseButtonProps['inverted']"
2254
+ "text": "CardProps['flagged']"
2164
2255
  },
2165
- "description": "Determine if the button will be displayed with inverted colors.",
2256
+ "description": "Should the card be flagged.",
2166
2257
  "default": "false",
2167
- "attribute": "inverted"
2168
- },
2169
- {
2170
- "kind": "field",
2171
- "name": "label",
2172
- "privacy": "public",
2173
- "type": {
2174
- "text": "CloseButtonProps['label']"
2175
- },
2176
- "description": "Button label. Defaults to 'Close'.",
2177
- "default": "'Close'",
2178
- "attribute": "label"
2258
+ "attribute": "flagged"
2179
2259
  },
2180
2260
  {
2181
2261
  "kind": "field",
2182
- "name": "size",
2262
+ "name": "flagColor",
2183
2263
  "privacy": "public",
2184
2264
  "type": {
2185
- "text": "CloseButtonProps['size']"
2186
- },
2187
- "description": "Text field size. Defaults to 'default'.",
2188
- "default": "'default'",
2189
- "attribute": "size"
2190
- },
2191
- {
2192
- "kind": "method",
2193
- "name": "focus",
2194
- "return": {
2195
- "type": {
2196
- "text": "void"
2197
- }
2198
- },
2199
- "parameters": [
2200
- {
2201
- "name": "options",
2202
- "optional": true,
2203
- "type": {
2204
- "text": "FocusOptions | undefined"
2205
- }
2206
- }
2207
- ]
2208
- },
2209
- {
2210
- "kind": "field",
2211
- "name": "#button",
2212
- "privacy": "private",
2213
- "type": {
2214
- "text": "HTMLElement | null"
2265
+ "text": "NonNullable<CardProps['flag-color']>"
2215
2266
  },
2216
- "readonly": true
2217
- },
2218
- {
2219
- "kind": "field",
2220
- "name": "#handleClick",
2221
- "privacy": "private"
2222
- },
2223
- {
2224
- "kind": "field",
2225
- "name": "emit",
2226
- "privacy": "protected",
2227
- "inheritedFrom": {
2228
- "name": "Component",
2229
- "module": "components/component/component.js"
2230
- }
2231
- },
2232
- {
2233
- "kind": "field",
2234
- "name": "reemit",
2235
- "privacy": "protected",
2236
- "description": "Re-dispatches an event.\nThis function is useful for forwarding non-composed events, such as `change`\nevents.",
2237
- "parameters": [
2238
- {
2239
- "description": "The event to re-dispatch.",
2240
- "name": "event"
2241
- }
2242
- ],
2243
- "inheritedFrom": {
2244
- "name": "Component",
2245
- "module": "components/component/component.js"
2246
- }
2267
+ "description": "Card flag color.",
2268
+ "default": "'color-background-inverted'",
2269
+ "attribute": "flag-color"
2247
2270
  }
2248
2271
  ],
2249
2272
  "attributes": [
2250
2273
  {
2251
- "name": "controls",
2252
- "type": {
2253
- "text": "CloseButtonProps['controls']"
2254
- },
2255
- "description": "Id of the element being controlled by the close button.",
2256
- "fieldName": "controls"
2257
- },
2258
- {
2259
- "name": "disabled",
2260
- "type": {
2261
- "text": "CloseButtonProps['disabled']"
2262
- },
2263
- "description": "Determine if the button will be disabled.",
2264
- "default": "false",
2265
- "fieldName": "disabled"
2266
- },
2267
- {
2268
- "name": "inverted",
2274
+ "name": "flagged",
2269
2275
  "type": {
2270
- "text": "CloseButtonProps['inverted']"
2276
+ "text": "CardProps['flagged']"
2271
2277
  },
2272
- "description": "Determine if the button will be displayed with inverted colors.",
2278
+ "description": "Should the card be flagged.",
2273
2279
  "default": "false",
2274
- "fieldName": "inverted"
2280
+ "fieldName": "flagged"
2275
2281
  },
2276
2282
  {
2277
- "name": "label",
2283
+ "name": "flag-color",
2278
2284
  "type": {
2279
- "text": "CloseButtonProps['label']"
2285
+ "text": "NonNullable<CardProps['flag-color']>"
2280
2286
  },
2281
- "description": "Button label. Defaults to 'Close'.",
2282
- "default": "'Close'",
2283
- "fieldName": "label"
2284
- },
2285
- {
2286
- "name": "size",
2287
- "type": {
2288
- "text": "CloseButtonProps['size']"
2287
+ "description": "Card flag color.",
2288
+ "default": "defaultFlagColor",
2289
+ "resolveInitializer": {
2290
+ "module": "src/components/card/card.ts"
2289
2291
  },
2290
- "description": "Text field size. Defaults to 'default'.",
2291
- "default": "'default'",
2292
- "fieldName": "size"
2292
+ "fieldName": "flagColor"
2293
2293
  }
2294
2294
  ],
2295
2295
  "superclass": {
2296
- "name": "Component",
2297
- "module": "/src/components/component"
2296
+ "name": "LitElement",
2297
+ "package": "lit"
2298
2298
  },
2299
- "tagName": "m-close-button",
2299
+ "tagName": "m-card",
2300
2300
  "customElement": true
2301
2301
  }
2302
2302
  ],
2303
2303
  "exports": [
2304
2304
  {
2305
2305
  "kind": "js",
2306
- "name": "CloseButton",
2306
+ "name": "Card",
2307
2307
  "declaration": {
2308
- "name": "CloseButton",
2309
- "module": "components/close-button/close-button.js"
2308
+ "name": "Card",
2309
+ "module": "components/card/card.js"
2310
2310
  }
2311
2311
  },
2312
2312
  {
2313
2313
  "kind": "custom-element-definition",
2314
- "name": "m-close-button",
2314
+ "name": "m-card",
2315
2315
  "declaration": {
2316
- "name": "CloseButton",
2317
- "module": "components/close-button/close-button.js"
2316
+ "name": "Card",
2317
+ "module": "components/card/card.js"
2318
2318
  }
2319
2319
  }
2320
2320
  ]
@@ -7634,141 +7634,72 @@
7634
7634
  },
7635
7635
  {
7636
7636
  "kind": "javascript-module",
7637
- "path": "components/text-field/text-field.js",
7637
+ "path": "components/toggle-group/toggle-group.js",
7638
7638
  "declarations": [
7639
7639
  {
7640
7640
  "kind": "class",
7641
7641
  "description": "",
7642
- "name": "TextField",
7642
+ "name": "ToggleGroup",
7643
7643
  "members": [
7644
7644
  {
7645
7645
  "kind": "field",
7646
- "name": "clearable",
7647
- "privacy": "public",
7648
- "type": {
7649
- "text": "TextFieldProps['clearable']"
7650
- },
7651
- "description": "Should the text field be clearable.",
7652
- "default": "false",
7653
- "attribute": "clearable"
7654
- },
7655
- {
7656
- "kind": "field",
7657
- "name": "disabled",
7658
- "privacy": "public",
7659
- "type": {
7660
- "text": "TextFieldProps['disabled']"
7661
- },
7662
- "description": "Should the text field be disabled.",
7663
- "default": "false",
7664
- "attribute": "disabled",
7665
- "reflects": true
7666
- },
7667
- {
7668
- "kind": "field",
7669
- "name": "max",
7670
- "privacy": "public",
7671
- "type": {
7672
- "text": "TextFieldProps['max']"
7673
- },
7674
- "description": "Define the greatest value in the range of permitted values.\n\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#max",
7675
- "default": "''",
7676
- "attribute": "max"
7677
- },
7678
- {
7679
- "kind": "field",
7680
- "name": "maxLength",
7681
- "privacy": "public",
7682
- "type": {
7683
- "text": "TextFieldProps['max-length']"
7684
- },
7685
- "description": "The maximum number of characters a user can enter into the text field. Set\nto -1 for none.\n\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#maxlength",
7686
- "attribute": "max-length",
7687
- "reflects": true
7688
- },
7689
- {
7690
- "kind": "field",
7691
- "name": "min",
7692
- "privacy": "public",
7693
- "type": {
7694
- "text": "TextFieldProps['min']"
7695
- },
7696
- "description": "Define the most negative value in the range of permitted values.\n\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#min",
7697
- "attribute": "min"
7698
- },
7699
- {
7700
- "kind": "field",
7701
- "name": "minLength",
7702
- "privacy": "public",
7703
- "type": {
7704
- "text": "TextFieldProps['min-length']"
7705
- },
7706
- "description": "The minimum number of characters a user can enter into the text field. Set\nto -1 for none.\n\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#minlength",
7707
- "attribute": "min-length",
7708
- "reflects": true
7709
- },
7710
- {
7711
- "kind": "field",
7712
- "name": "pattern",
7713
- "privacy": "public",
7646
+ "name": "#selectionController",
7647
+ "privacy": "private",
7714
7648
  "type": {
7715
- "text": "TextFieldProps['pattern']"
7649
+ "text": "SelectionController | null"
7716
7650
  },
7717
- "description": "A regular expression that the text field's value must match to pass\nconstraint validation.\n\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#pattern",
7718
- "attribute": "pattern"
7651
+ "default": "null"
7719
7652
  },
7720
7653
  {
7721
7654
  "kind": "field",
7722
- "name": "placeholder",
7723
- "privacy": "public",
7655
+ "name": "#defaultSlot",
7656
+ "privacy": "private",
7724
7657
  "type": {
7725
- "text": "TextFieldProps['placeholder']"
7658
+ "text": "HTMLSlotElement | null"
7726
7659
  },
7727
- "description": "Placeholder text for the input.",
7728
- "default": "undefined",
7729
- "attribute": "placeholder"
7660
+ "default": "null"
7730
7661
  },
7731
7662
  {
7732
7663
  "kind": "field",
7733
- "name": "readOnly",
7664
+ "name": "disabled",
7734
7665
  "privacy": "public",
7735
7666
  "type": {
7736
- "text": "TextFieldProps['read-only']"
7667
+ "text": "boolean"
7737
7668
  },
7738
- "description": "Indicate whether or not a user should be able to edit the text field's\nvalue.\n\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#readonly",
7739
- "attribute": "read-only",
7740
- "reflects": true
7669
+ "description": "Should the toggle group be disabled.",
7670
+ "attribute": "disabled"
7741
7671
  },
7742
7672
  {
7743
7673
  "kind": "field",
7744
- "name": "step",
7674
+ "name": "role",
7745
7675
  "privacy": "public",
7746
7676
  "type": {
7747
- "text": "TextFieldProps['step']"
7677
+ "text": "'group' | 'radiogroup'"
7748
7678
  },
7749
- "description": "Return or set the element's step attribute, which works with min and max\nto limit the increments at which a numeric or date-time value can be set.\n\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#step",
7750
- "attribute": "step"
7679
+ "description": "Aria role",
7680
+ "attribute": "role",
7681
+ "reflects": true
7751
7682
  },
7752
7683
  {
7753
7684
  "kind": "field",
7754
- "name": "size",
7685
+ "name": "showCheck",
7755
7686
  "privacy": "public",
7756
7687
  "type": {
7757
- "text": "TextFieldProps['size']"
7688
+ "text": "boolean"
7758
7689
  },
7759
- "description": "Text field size.",
7760
- "default": "'default'",
7761
- "attribute": "size"
7690
+ "description": "Should show the check icon when selected.\nThe check icon is the default content for the `leading` slot.",
7691
+ "default": "false",
7692
+ "attribute": "show-check"
7762
7693
  },
7763
7694
  {
7764
7695
  "kind": "field",
7765
7696
  "name": "type",
7766
7697
  "privacy": "public",
7767
7698
  "type": {
7768
- "text": "TextFieldProps['type']"
7699
+ "text": "SelectionType"
7769
7700
  },
7770
- "description": "Input type.",
7771
- "default": "'text'",
7701
+ "description": "Strategy for toggling.",
7702
+ "default": "'single'",
7772
7703
  "attribute": "type"
7773
7704
  },
7774
7705
  {
@@ -7776,626 +7707,695 @@
7776
7707
  "name": "value",
7777
7708
  "privacy": "public",
7778
7709
  "type": {
7779
- "text": "TextFieldProps['value'] | undefined"
7710
+ "text": "AcceptedType | AcceptedType[] | undefined"
7780
7711
  },
7781
- "description": "Text field value.",
7782
- "default": "undefined",
7712
+ "description": "Toggle group value.",
7783
7713
  "attribute": "value"
7784
7714
  },
7785
7715
  {
7786
7716
  "kind": "field",
7787
- "name": "status",
7717
+ "name": "size",
7788
7718
  "privacy": "public",
7789
7719
  "type": {
7790
- "text": "TextFieldProps['status']"
7791
- },
7792
- "description": "Text field status type.",
7793
- "attribute": "status"
7794
- },
7795
- {
7796
- "kind": "field",
7797
- "name": "inputElement",
7798
- "type": {
7799
- "text": "HTMLInputElement | null"
7720
+ "text": "ToggleSize"
7800
7721
  },
7801
- "privacy": "private",
7802
- "default": "null"
7803
- },
7804
- {
7805
- "kind": "field",
7806
- "name": "field",
7807
- "privacy": "private",
7808
- "default": "new ContextConsumer(this, fieldContext, undefined, true)",
7809
- "description": "If there's a m-field ancestor, we want to consume its context."
7722
+ "description": "Button size.",
7723
+ "default": "'default'",
7724
+ "attribute": "size",
7725
+ "reflects": true
7810
7726
  },
7811
7727
  {
7812
7728
  "kind": "field",
7813
- "name": "input",
7729
+ "name": "selection",
7730
+ "privacy": "public",
7814
7731
  "type": {
7815
- "text": "HTMLInputElement | null"
7732
+ "text": "SelectionState"
7816
7733
  },
7817
- "readonly": true
7818
- },
7819
- {
7820
- "kind": "method",
7821
- "name": "clear"
7822
- },
7823
- {
7824
- "kind": "method",
7825
- "name": "focus"
7826
- },
7827
- {
7828
- "kind": "method",
7829
- "name": "#isClearVisible",
7830
- "return": {
7831
- "type": {
7832
- "text": "boolean"
7833
- }
7834
- }
7835
- },
7836
- {
7837
- "kind": "method",
7838
- "name": "#getStatus"
7734
+ "description": "Inner toggle selection state.",
7735
+ "default": "new Set()",
7736
+ "attribute": "selection"
7839
7737
  },
7840
7738
  {
7841
7739
  "kind": "field",
7842
- "name": "#handleInput",
7740
+ "name": "#getToggles",
7843
7741
  "privacy": "private"
7844
7742
  },
7845
7743
  {
7846
7744
  "kind": "field",
7847
- "name": "#handleClear",
7745
+ "name": "#setToggleRole",
7848
7746
  "privacy": "private"
7849
7747
  },
7850
7748
  {
7851
7749
  "kind": "field",
7852
- "name": "emit",
7853
- "privacy": "protected",
7854
- "inheritedFrom": {
7855
- "name": "Component",
7856
- "module": "components/component/component.js"
7857
- }
7750
+ "name": "#setToggleChecked",
7751
+ "privacy": "private"
7858
7752
  },
7859
7753
  {
7860
7754
  "kind": "field",
7861
- "name": "reemit",
7862
- "privacy": "protected",
7863
- "description": "Re-dispatches an event.\nThis function is useful for forwarding non-composed events, such as `change`\nevents.",
7864
- "parameters": [
7865
- {
7866
- "description": "The event to re-dispatch.",
7867
- "name": "event"
7868
- }
7869
- ],
7870
- "inheritedFrom": {
7871
- "name": "Component",
7872
- "module": "components/component/component.js"
7873
- }
7755
+ "name": "#setToggleDisabled",
7756
+ "privacy": "private"
7874
7757
  }
7875
7758
  ],
7876
7759
  "attributes": [
7877
7760
  {
7878
- "name": "clearable",
7761
+ "name": "disabled",
7879
7762
  "type": {
7880
- "text": "TextFieldProps['clearable']"
7763
+ "text": "boolean"
7881
7764
  },
7882
- "description": "Should the text field be clearable.",
7883
- "default": "false",
7884
- "fieldName": "clearable"
7765
+ "description": "Should the toggle group be disabled.",
7766
+ "fieldName": "disabled"
7885
7767
  },
7886
7768
  {
7887
- "name": "disabled",
7769
+ "name": "role",
7888
7770
  "type": {
7889
- "text": "TextFieldProps['disabled']"
7771
+ "text": "'group' | 'radiogroup'"
7890
7772
  },
7891
- "description": "Should the text field be disabled.",
7773
+ "description": "Aria role",
7774
+ "fieldName": "role"
7775
+ },
7776
+ {
7777
+ "name": "show-check",
7778
+ "type": {
7779
+ "text": "boolean"
7780
+ },
7781
+ "description": "Should show the check icon when selected.\nThe check icon is the default content for the `leading` slot.",
7892
7782
  "default": "false",
7893
- "fieldName": "disabled"
7783
+ "fieldName": "showCheck"
7894
7784
  },
7895
7785
  {
7896
- "name": "max",
7786
+ "name": "size",
7897
7787
  "type": {
7898
- "text": "TextFieldProps['max']"
7788
+ "text": "ToggleSize"
7899
7789
  },
7900
- "description": "Define the greatest value in the range of permitted values.\n\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#max",
7901
- "default": "''",
7902
- "fieldName": "max"
7790
+ "description": "Button size.",
7791
+ "default": "'default'",
7792
+ "fieldName": "size"
7903
7793
  },
7904
7794
  {
7905
- "name": "max-length",
7795
+ "name": "type",
7906
7796
  "type": {
7907
- "text": "TextFieldProps['max-length']"
7797
+ "text": "SelectionType"
7908
7798
  },
7909
- "description": "The maximum number of characters a user can enter into the text field. Set\nto -1 for none.\n\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#maxlength",
7910
- "fieldName": "maxLength"
7799
+ "description": "Strategy for toggling.",
7800
+ "default": "'single'",
7801
+ "fieldName": "type"
7911
7802
  },
7912
7803
  {
7913
- "name": "min",
7804
+ "name": "value",
7914
7805
  "type": {
7915
- "text": "TextFieldProps['min']"
7806
+ "text": "AcceptedType | AcceptedType[] | undefined"
7916
7807
  },
7917
- "description": "Define the most negative value in the range of permitted values.\n\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#min",
7918
- "fieldName": "min"
7808
+ "description": "Toggle group value.",
7809
+ "fieldName": "value"
7810
+ },
7811
+ {
7812
+ "name": "selection",
7813
+ "type": {
7814
+ "text": "SelectionState"
7815
+ },
7816
+ "description": "Inner toggle selection state.",
7817
+ "default": "new Set()",
7818
+ "fieldName": "selection"
7819
+ }
7820
+ ],
7821
+ "superclass": {
7822
+ "name": "LitElement",
7823
+ "package": "lit"
7824
+ },
7825
+ "tagName": "m-toggle-group",
7826
+ "customElement": true
7827
+ }
7828
+ ],
7829
+ "exports": [
7830
+ {
7831
+ "kind": "js",
7832
+ "name": "ToggleGroup",
7833
+ "declaration": {
7834
+ "name": "ToggleGroup",
7835
+ "module": "components/toggle-group/toggle-group.js"
7836
+ }
7837
+ },
7838
+ {
7839
+ "kind": "custom-element-definition",
7840
+ "name": "m-toggle-group",
7841
+ "declaration": {
7842
+ "name": "ToggleGroup",
7843
+ "module": "components/toggle-group/toggle-group.js"
7844
+ }
7845
+ }
7846
+ ]
7847
+ },
7848
+ {
7849
+ "kind": "javascript-module",
7850
+ "path": "components/toggle-group/toggle.js",
7851
+ "declarations": [
7852
+ {
7853
+ "kind": "class",
7854
+ "description": "",
7855
+ "name": "Toggle",
7856
+ "members": [
7857
+ {
7858
+ "kind": "field",
7859
+ "name": "disabled",
7860
+ "privacy": "public",
7861
+ "type": {
7862
+ "text": "Boolean"
7863
+ },
7864
+ "description": "Should the button be disabled.",
7865
+ "default": "false",
7866
+ "attribute": "disabled",
7867
+ "reflects": true
7868
+ },
7869
+ {
7870
+ "kind": "field",
7871
+ "name": "role",
7872
+ "privacy": "public",
7873
+ "type": {
7874
+ "text": "'group' | 'radiogroup'"
7875
+ },
7876
+ "description": "Aria role",
7877
+ "attribute": "role",
7878
+ "reflects": true
7919
7879
  },
7920
7880
  {
7921
- "name": "min-length",
7881
+ "kind": "field",
7882
+ "name": "checked",
7883
+ "privacy": "public",
7922
7884
  "type": {
7923
- "text": "TextFieldProps['min-length']"
7885
+ "text": "boolean"
7924
7886
  },
7925
- "description": "The minimum number of characters a user can enter into the text field. Set\nto -1 for none.\n\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#minlength",
7926
- "fieldName": "minLength"
7887
+ "description": "Should the toggle be selected.",
7888
+ "default": "false",
7889
+ "attribute": "checked"
7927
7890
  },
7928
7891
  {
7929
- "name": "pattern",
7892
+ "kind": "field",
7893
+ "name": "value",
7894
+ "privacy": "public",
7930
7895
  "type": {
7931
- "text": "TextFieldProps['pattern']"
7896
+ "text": "string"
7932
7897
  },
7933
- "description": "A regular expression that the text field's value must match to pass\nconstraint validation.\n\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#pattern",
7934
- "fieldName": "pattern"
7898
+ "description": "Value represented by this toggle.",
7899
+ "attribute": "value",
7900
+ "reflects": true
7935
7901
  },
7936
7902
  {
7937
- "name": "placeholder",
7938
- "type": {
7939
- "text": "TextFieldProps['placeholder']"
7940
- },
7941
- "description": "Placeholder text for the input.",
7942
- "default": "undefined",
7943
- "resolveInitializer": {
7944
- "module": "src/components/text-field/text-field.ts"
7903
+ "kind": "method",
7904
+ "name": "focus",
7905
+ "return": {
7906
+ "type": {
7907
+ "text": "void"
7908
+ }
7945
7909
  },
7946
- "fieldName": "placeholder"
7910
+ "parameters": [
7911
+ {
7912
+ "name": "options",
7913
+ "optional": true,
7914
+ "type": {
7915
+ "text": "FocusOptions | undefined"
7916
+ }
7917
+ }
7918
+ ]
7947
7919
  },
7948
7920
  {
7949
- "name": "read-only",
7921
+ "kind": "field",
7922
+ "name": "#button",
7923
+ "privacy": "private",
7950
7924
  "type": {
7951
- "text": "TextFieldProps['read-only']"
7925
+ "text": "HTMLButtonElement | null"
7952
7926
  },
7953
- "description": "Indicate whether or not a user should be able to edit the text field's\nvalue.\n\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#readonly",
7954
- "fieldName": "readOnly"
7927
+ "readonly": true
7955
7928
  },
7956
7929
  {
7957
- "name": "size",
7958
- "type": {
7959
- "text": "TextFieldProps['size']"
7960
- },
7961
- "description": "Text field size.",
7962
- "default": "'default'",
7963
- "fieldName": "size"
7930
+ "kind": "field",
7931
+ "name": "#handleClick",
7932
+ "privacy": "private"
7964
7933
  },
7965
7934
  {
7966
- "name": "status",
7935
+ "kind": "field",
7936
+ "name": "#setDisabled",
7937
+ "privacy": "private"
7938
+ },
7939
+ {
7940
+ "kind": "field",
7941
+ "name": "#setChecked",
7942
+ "privacy": "private"
7943
+ }
7944
+ ],
7945
+ "attributes": [
7946
+ {
7947
+ "name": "checked",
7967
7948
  "type": {
7968
- "text": "TextFieldProps['status']"
7949
+ "text": "boolean"
7969
7950
  },
7970
- "description": "Text field status type.",
7971
- "fieldName": "status"
7951
+ "description": "Should the toggle be selected.",
7952
+ "default": "false",
7953
+ "fieldName": "checked"
7972
7954
  },
7973
7955
  {
7974
- "name": "step",
7956
+ "name": "disabled",
7975
7957
  "type": {
7976
- "text": "TextFieldProps['step']"
7958
+ "text": "Boolean"
7977
7959
  },
7978
- "description": "Return or set the element's step attribute, which works with min and max\nto limit the increments at which a numeric or date-time value can be set.\n\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#step",
7979
- "fieldName": "step"
7960
+ "description": "Should the button be disabled.",
7961
+ "default": "false",
7962
+ "fieldName": "disabled"
7980
7963
  },
7981
7964
  {
7982
- "name": "type",
7965
+ "name": "role",
7983
7966
  "type": {
7984
- "text": "TextFieldProps['type']"
7967
+ "text": "'group' | 'radiogroup'"
7985
7968
  },
7986
- "description": "Input type.",
7987
- "default": "'text'",
7988
- "fieldName": "type"
7969
+ "description": "Aria role",
7970
+ "fieldName": "role"
7989
7971
  },
7990
7972
  {
7991
7973
  "name": "value",
7992
7974
  "type": {
7993
- "text": "TextFieldProps['value'] | undefined"
7994
- },
7995
- "description": "Text field value.",
7996
- "default": "undefined",
7997
- "resolveInitializer": {
7998
- "module": "src/components/text-field/text-field.ts"
7975
+ "text": "string"
7999
7976
  },
7977
+ "description": "Value represented by this toggle.",
8000
7978
  "fieldName": "value"
8001
7979
  }
8002
7980
  ],
8003
7981
  "superclass": {
8004
- "name": "Component",
8005
- "module": "/src/components/component"
7982
+ "name": "LitElement",
7983
+ "package": "lit"
8006
7984
  },
8007
- "tagName": "m-text-field",
7985
+ "tagName": "m-toggle",
8008
7986
  "customElement": true
8009
7987
  }
8010
7988
  ],
8011
7989
  "exports": [
8012
7990
  {
8013
7991
  "kind": "js",
8014
- "name": "TextField",
7992
+ "name": "Toggle",
8015
7993
  "declaration": {
8016
- "name": "TextField",
8017
- "module": "components/text-field/text-field.js"
7994
+ "name": "Toggle",
7995
+ "module": "components/toggle-group/toggle.js"
8018
7996
  }
8019
7997
  },
8020
7998
  {
8021
7999
  "kind": "custom-element-definition",
8022
- "name": "m-text-field",
8000
+ "name": "m-toggle",
8023
8001
  "declaration": {
8024
- "name": "TextField",
8025
- "module": "components/text-field/text-field.js"
8002
+ "name": "Toggle",
8003
+ "module": "components/toggle-group/toggle.js"
8026
8004
  }
8027
8005
  }
8028
8006
  ]
8029
8007
  },
8030
8008
  {
8031
8009
  "kind": "javascript-module",
8032
- "path": "components/toggle-group/toggle-group.js",
8010
+ "path": "components/text-field/text-field.js",
8033
8011
  "declarations": [
8034
8012
  {
8035
8013
  "kind": "class",
8036
8014
  "description": "",
8037
- "name": "ToggleGroup",
8015
+ "name": "TextField",
8038
8016
  "members": [
8039
8017
  {
8040
8018
  "kind": "field",
8041
- "name": "#selectionController",
8042
- "privacy": "private",
8019
+ "name": "clearable",
8020
+ "privacy": "public",
8043
8021
  "type": {
8044
- "text": "SelectionController | null"
8022
+ "text": "TextFieldProps['clearable']"
8045
8023
  },
8046
- "default": "null"
8024
+ "description": "Should the text field be clearable.",
8025
+ "default": "false",
8026
+ "attribute": "clearable"
8047
8027
  },
8048
8028
  {
8049
8029
  "kind": "field",
8050
- "name": "#defaultSlot",
8051
- "privacy": "private",
8030
+ "name": "disabled",
8031
+ "privacy": "public",
8052
8032
  "type": {
8053
- "text": "HTMLSlotElement | null"
8033
+ "text": "TextFieldProps['disabled']"
8054
8034
  },
8055
- "default": "null"
8035
+ "description": "Should the text field be disabled.",
8036
+ "default": "false",
8037
+ "attribute": "disabled",
8038
+ "reflects": true
8056
8039
  },
8057
8040
  {
8058
8041
  "kind": "field",
8059
- "name": "disabled",
8042
+ "name": "max",
8060
8043
  "privacy": "public",
8061
8044
  "type": {
8062
- "text": "boolean"
8045
+ "text": "TextFieldProps['max']"
8063
8046
  },
8064
- "description": "Should the toggle group be disabled.",
8065
- "attribute": "disabled"
8047
+ "description": "Define the greatest value in the range of permitted values.\n\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#max",
8048
+ "default": "''",
8049
+ "attribute": "max"
8066
8050
  },
8067
8051
  {
8068
8052
  "kind": "field",
8069
- "name": "role",
8053
+ "name": "maxLength",
8070
8054
  "privacy": "public",
8071
8055
  "type": {
8072
- "text": "'group' | 'radiogroup'"
8056
+ "text": "TextFieldProps['max-length']"
8073
8057
  },
8074
- "description": "Aria role",
8075
- "attribute": "role",
8058
+ "description": "The maximum number of characters a user can enter into the text field. Set\nto -1 for none.\n\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#maxlength",
8059
+ "attribute": "max-length",
8076
8060
  "reflects": true
8077
8061
  },
8078
8062
  {
8079
8063
  "kind": "field",
8080
- "name": "showCheck",
8064
+ "name": "min",
8081
8065
  "privacy": "public",
8082
8066
  "type": {
8083
- "text": "boolean"
8067
+ "text": "TextFieldProps['min']"
8084
8068
  },
8085
- "description": "Should show the check icon when selected.\nThe check icon is the default content for the `leading` slot.",
8086
- "default": "false",
8087
- "attribute": "show-check"
8069
+ "description": "Define the most negative value in the range of permitted values.\n\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#min",
8070
+ "attribute": "min"
8071
+ },
8072
+ {
8073
+ "kind": "field",
8074
+ "name": "minLength",
8075
+ "privacy": "public",
8076
+ "type": {
8077
+ "text": "TextFieldProps['min-length']"
8078
+ },
8079
+ "description": "The minimum number of characters a user can enter into the text field. Set\nto -1 for none.\n\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#minlength",
8080
+ "attribute": "min-length",
8081
+ "reflects": true
8082
+ },
8083
+ {
8084
+ "kind": "field",
8085
+ "name": "pattern",
8086
+ "privacy": "public",
8087
+ "type": {
8088
+ "text": "TextFieldProps['pattern']"
8089
+ },
8090
+ "description": "A regular expression that the text field's value must match to pass\nconstraint validation.\n\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#pattern",
8091
+ "attribute": "pattern"
8092
+ },
8093
+ {
8094
+ "kind": "field",
8095
+ "name": "placeholder",
8096
+ "privacy": "public",
8097
+ "type": {
8098
+ "text": "TextFieldProps['placeholder']"
8099
+ },
8100
+ "description": "Placeholder text for the input.",
8101
+ "default": "undefined",
8102
+ "attribute": "placeholder"
8103
+ },
8104
+ {
8105
+ "kind": "field",
8106
+ "name": "readOnly",
8107
+ "privacy": "public",
8108
+ "type": {
8109
+ "text": "TextFieldProps['read-only']"
8110
+ },
8111
+ "description": "Indicate whether or not a user should be able to edit the text field's\nvalue.\n\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#readonly",
8112
+ "attribute": "read-only",
8113
+ "reflects": true
8114
+ },
8115
+ {
8116
+ "kind": "field",
8117
+ "name": "step",
8118
+ "privacy": "public",
8119
+ "type": {
8120
+ "text": "TextFieldProps['step']"
8121
+ },
8122
+ "description": "Return or set the element's step attribute, which works with min and max\nto limit the increments at which a numeric or date-time value can be set.\n\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#step",
8123
+ "attribute": "step"
8124
+ },
8125
+ {
8126
+ "kind": "field",
8127
+ "name": "size",
8128
+ "privacy": "public",
8129
+ "type": {
8130
+ "text": "TextFieldProps['size']"
8131
+ },
8132
+ "description": "Text field size.",
8133
+ "default": "'default'",
8134
+ "attribute": "size"
8135
+ },
8136
+ {
8137
+ "kind": "field",
8138
+ "name": "type",
8139
+ "privacy": "public",
8140
+ "type": {
8141
+ "text": "TextFieldProps['type']"
8142
+ },
8143
+ "description": "Input type.",
8144
+ "default": "'text'",
8145
+ "attribute": "type"
8088
8146
  },
8089
8147
  {
8090
8148
  "kind": "field",
8091
- "name": "type",
8149
+ "name": "value",
8092
8150
  "privacy": "public",
8093
8151
  "type": {
8094
- "text": "SelectionType"
8152
+ "text": "TextFieldProps['value'] | undefined"
8095
8153
  },
8096
- "description": "Strategy for toggling.",
8097
- "default": "'single'",
8098
- "attribute": "type"
8154
+ "description": "Text field value.",
8155
+ "default": "undefined",
8156
+ "attribute": "value"
8099
8157
  },
8100
8158
  {
8101
8159
  "kind": "field",
8102
- "name": "value",
8160
+ "name": "status",
8103
8161
  "privacy": "public",
8104
8162
  "type": {
8105
- "text": "AcceptedType | AcceptedType[] | undefined"
8163
+ "text": "TextFieldProps['status']"
8106
8164
  },
8107
- "description": "Toggle group value.",
8108
- "attribute": "value"
8165
+ "description": "Text field status type.",
8166
+ "attribute": "status"
8109
8167
  },
8110
8168
  {
8111
8169
  "kind": "field",
8112
- "name": "size",
8113
- "privacy": "public",
8170
+ "name": "inputElement",
8114
8171
  "type": {
8115
- "text": "ToggleSize"
8172
+ "text": "HTMLInputElement | null"
8116
8173
  },
8117
- "description": "Button size.",
8118
- "default": "'default'",
8119
- "attribute": "size",
8120
- "reflects": true
8174
+ "privacy": "private",
8175
+ "default": "null"
8121
8176
  },
8122
8177
  {
8123
8178
  "kind": "field",
8124
- "name": "selection",
8125
- "privacy": "public",
8179
+ "name": "field",
8180
+ "privacy": "private",
8181
+ "default": "new ContextConsumer(this, fieldContext, undefined, true)",
8182
+ "description": "If there's a m-field ancestor, we want to consume its context."
8183
+ },
8184
+ {
8185
+ "kind": "field",
8186
+ "name": "input",
8126
8187
  "type": {
8127
- "text": "SelectionState"
8188
+ "text": "HTMLInputElement | null"
8128
8189
  },
8129
- "description": "Inner toggle selection state.",
8130
- "default": "new Set()",
8131
- "attribute": "selection"
8190
+ "readonly": true
8191
+ },
8192
+ {
8193
+ "kind": "method",
8194
+ "name": "clear"
8195
+ },
8196
+ {
8197
+ "kind": "method",
8198
+ "name": "focus"
8199
+ },
8200
+ {
8201
+ "kind": "method",
8202
+ "name": "#isClearVisible",
8203
+ "return": {
8204
+ "type": {
8205
+ "text": "boolean"
8206
+ }
8207
+ }
8208
+ },
8209
+ {
8210
+ "kind": "method",
8211
+ "name": "#getStatus"
8132
8212
  },
8133
8213
  {
8134
8214
  "kind": "field",
8135
- "name": "#getToggles",
8215
+ "name": "#handleInput",
8136
8216
  "privacy": "private"
8137
8217
  },
8138
8218
  {
8139
8219
  "kind": "field",
8140
- "name": "#setToggleRole",
8220
+ "name": "#handleClear",
8141
8221
  "privacy": "private"
8142
8222
  },
8143
8223
  {
8144
8224
  "kind": "field",
8145
- "name": "#setToggleChecked",
8146
- "privacy": "private"
8225
+ "name": "emit",
8226
+ "privacy": "protected",
8227
+ "inheritedFrom": {
8228
+ "name": "Component",
8229
+ "module": "components/component/component.js"
8230
+ }
8147
8231
  },
8148
8232
  {
8149
8233
  "kind": "field",
8150
- "name": "#setToggleDisabled",
8151
- "privacy": "private"
8234
+ "name": "reemit",
8235
+ "privacy": "protected",
8236
+ "description": "Re-dispatches an event.\nThis function is useful for forwarding non-composed events, such as `change`\nevents.",
8237
+ "parameters": [
8238
+ {
8239
+ "description": "The event to re-dispatch.",
8240
+ "name": "event"
8241
+ }
8242
+ ],
8243
+ "inheritedFrom": {
8244
+ "name": "Component",
8245
+ "module": "components/component/component.js"
8246
+ }
8152
8247
  }
8153
8248
  ],
8154
8249
  "attributes": [
8155
8250
  {
8156
- "name": "disabled",
8157
- "type": {
8158
- "text": "boolean"
8159
- },
8160
- "description": "Should the toggle group be disabled.",
8161
- "fieldName": "disabled"
8162
- },
8163
- {
8164
- "name": "role",
8165
- "type": {
8166
- "text": "'group' | 'radiogroup'"
8167
- },
8168
- "description": "Aria role",
8169
- "fieldName": "role"
8170
- },
8171
- {
8172
- "name": "show-check",
8251
+ "name": "clearable",
8173
8252
  "type": {
8174
- "text": "boolean"
8253
+ "text": "TextFieldProps['clearable']"
8175
8254
  },
8176
- "description": "Should show the check icon when selected.\nThe check icon is the default content for the `leading` slot.",
8255
+ "description": "Should the text field be clearable.",
8177
8256
  "default": "false",
8178
- "fieldName": "showCheck"
8257
+ "fieldName": "clearable"
8179
8258
  },
8180
8259
  {
8181
- "name": "size",
8260
+ "name": "disabled",
8182
8261
  "type": {
8183
- "text": "ToggleSize"
8262
+ "text": "TextFieldProps['disabled']"
8184
8263
  },
8185
- "description": "Button size.",
8186
- "default": "'default'",
8187
- "fieldName": "size"
8264
+ "description": "Should the text field be disabled.",
8265
+ "default": "false",
8266
+ "fieldName": "disabled"
8188
8267
  },
8189
8268
  {
8190
- "name": "type",
8269
+ "name": "max",
8191
8270
  "type": {
8192
- "text": "SelectionType"
8271
+ "text": "TextFieldProps['max']"
8193
8272
  },
8194
- "description": "Strategy for toggling.",
8195
- "default": "'single'",
8196
- "fieldName": "type"
8273
+ "description": "Define the greatest value in the range of permitted values.\n\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#max",
8274
+ "default": "''",
8275
+ "fieldName": "max"
8197
8276
  },
8198
8277
  {
8199
- "name": "value",
8278
+ "name": "max-length",
8200
8279
  "type": {
8201
- "text": "AcceptedType | AcceptedType[] | undefined"
8280
+ "text": "TextFieldProps['max-length']"
8202
8281
  },
8203
- "description": "Toggle group value.",
8204
- "fieldName": "value"
8282
+ "description": "The maximum number of characters a user can enter into the text field. Set\nto -1 for none.\n\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#maxlength",
8283
+ "fieldName": "maxLength"
8205
8284
  },
8206
8285
  {
8207
- "name": "selection",
8208
- "type": {
8209
- "text": "SelectionState"
8210
- },
8211
- "description": "Inner toggle selection state.",
8212
- "default": "new Set()",
8213
- "fieldName": "selection"
8214
- }
8215
- ],
8216
- "superclass": {
8217
- "name": "LitElement",
8218
- "package": "lit"
8219
- },
8220
- "tagName": "m-toggle-group",
8221
- "customElement": true
8222
- }
8223
- ],
8224
- "exports": [
8225
- {
8226
- "kind": "js",
8227
- "name": "ToggleGroup",
8228
- "declaration": {
8229
- "name": "ToggleGroup",
8230
- "module": "components/toggle-group/toggle-group.js"
8231
- }
8232
- },
8233
- {
8234
- "kind": "custom-element-definition",
8235
- "name": "m-toggle-group",
8236
- "declaration": {
8237
- "name": "ToggleGroup",
8238
- "module": "components/toggle-group/toggle-group.js"
8239
- }
8240
- }
8241
- ]
8242
- },
8243
- {
8244
- "kind": "javascript-module",
8245
- "path": "components/toggle-group/toggle.js",
8246
- "declarations": [
8247
- {
8248
- "kind": "class",
8249
- "description": "",
8250
- "name": "Toggle",
8251
- "members": [
8252
- {
8253
- "kind": "field",
8254
- "name": "disabled",
8255
- "privacy": "public",
8286
+ "name": "min",
8256
8287
  "type": {
8257
- "text": "Boolean"
8288
+ "text": "TextFieldProps['min']"
8258
8289
  },
8259
- "description": "Should the button be disabled.",
8260
- "default": "false",
8261
- "attribute": "disabled",
8262
- "reflects": true
8290
+ "description": "Define the most negative value in the range of permitted values.\n\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#min",
8291
+ "fieldName": "min"
8263
8292
  },
8264
8293
  {
8265
- "kind": "field",
8266
- "name": "role",
8267
- "privacy": "public",
8294
+ "name": "min-length",
8268
8295
  "type": {
8269
- "text": "'group' | 'radiogroup'"
8296
+ "text": "TextFieldProps['min-length']"
8270
8297
  },
8271
- "description": "Aria role",
8272
- "attribute": "role",
8273
- "reflects": true
8298
+ "description": "The minimum number of characters a user can enter into the text field. Set\nto -1 for none.\n\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#minlength",
8299
+ "fieldName": "minLength"
8274
8300
  },
8275
8301
  {
8276
- "kind": "field",
8277
- "name": "checked",
8278
- "privacy": "public",
8302
+ "name": "pattern",
8279
8303
  "type": {
8280
- "text": "boolean"
8304
+ "text": "TextFieldProps['pattern']"
8281
8305
  },
8282
- "description": "Should the toggle be selected.",
8283
- "default": "false",
8284
- "attribute": "checked"
8306
+ "description": "A regular expression that the text field's value must match to pass\nconstraint validation.\n\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#pattern",
8307
+ "fieldName": "pattern"
8285
8308
  },
8286
8309
  {
8287
- "kind": "field",
8288
- "name": "value",
8289
- "privacy": "public",
8310
+ "name": "placeholder",
8290
8311
  "type": {
8291
- "text": "string"
8312
+ "text": "TextFieldProps['placeholder']"
8292
8313
  },
8293
- "description": "Value represented by this toggle.",
8294
- "attribute": "value",
8295
- "reflects": true
8296
- },
8297
- {
8298
- "kind": "method",
8299
- "name": "focus",
8300
- "return": {
8301
- "type": {
8302
- "text": "void"
8303
- }
8314
+ "description": "Placeholder text for the input.",
8315
+ "default": "undefined",
8316
+ "resolveInitializer": {
8317
+ "module": "src/components/text-field/text-field.ts"
8304
8318
  },
8305
- "parameters": [
8306
- {
8307
- "name": "options",
8308
- "optional": true,
8309
- "type": {
8310
- "text": "FocusOptions | undefined"
8311
- }
8312
- }
8313
- ]
8319
+ "fieldName": "placeholder"
8314
8320
  },
8315
8321
  {
8316
- "kind": "field",
8317
- "name": "#button",
8318
- "privacy": "private",
8322
+ "name": "read-only",
8319
8323
  "type": {
8320
- "text": "HTMLButtonElement | null"
8324
+ "text": "TextFieldProps['read-only']"
8321
8325
  },
8322
- "readonly": true
8323
- },
8324
- {
8325
- "kind": "field",
8326
- "name": "#handleClick",
8327
- "privacy": "private"
8326
+ "description": "Indicate whether or not a user should be able to edit the text field's\nvalue.\n\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#readonly",
8327
+ "fieldName": "readOnly"
8328
8328
  },
8329
8329
  {
8330
- "kind": "field",
8331
- "name": "#setDisabled",
8332
- "privacy": "private"
8330
+ "name": "size",
8331
+ "type": {
8332
+ "text": "TextFieldProps['size']"
8333
+ },
8334
+ "description": "Text field size.",
8335
+ "default": "'default'",
8336
+ "fieldName": "size"
8333
8337
  },
8334
8338
  {
8335
- "kind": "field",
8336
- "name": "#setChecked",
8337
- "privacy": "private"
8338
- }
8339
- ],
8340
- "attributes": [
8341
- {
8342
- "name": "checked",
8339
+ "name": "status",
8343
8340
  "type": {
8344
- "text": "boolean"
8341
+ "text": "TextFieldProps['status']"
8345
8342
  },
8346
- "description": "Should the toggle be selected.",
8347
- "default": "false",
8348
- "fieldName": "checked"
8343
+ "description": "Text field status type.",
8344
+ "fieldName": "status"
8349
8345
  },
8350
8346
  {
8351
- "name": "disabled",
8347
+ "name": "step",
8352
8348
  "type": {
8353
- "text": "Boolean"
8349
+ "text": "TextFieldProps['step']"
8354
8350
  },
8355
- "description": "Should the button be disabled.",
8356
- "default": "false",
8357
- "fieldName": "disabled"
8351
+ "description": "Return or set the element's step attribute, which works with min and max\nto limit the increments at which a numeric or date-time value can be set.\n\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#step",
8352
+ "fieldName": "step"
8358
8353
  },
8359
8354
  {
8360
- "name": "role",
8355
+ "name": "type",
8361
8356
  "type": {
8362
- "text": "'group' | 'radiogroup'"
8357
+ "text": "TextFieldProps['type']"
8363
8358
  },
8364
- "description": "Aria role",
8365
- "fieldName": "role"
8359
+ "description": "Input type.",
8360
+ "default": "'text'",
8361
+ "fieldName": "type"
8366
8362
  },
8367
8363
  {
8368
8364
  "name": "value",
8369
8365
  "type": {
8370
- "text": "string"
8366
+ "text": "TextFieldProps['value'] | undefined"
8367
+ },
8368
+ "description": "Text field value.",
8369
+ "default": "undefined",
8370
+ "resolveInitializer": {
8371
+ "module": "src/components/text-field/text-field.ts"
8371
8372
  },
8372
- "description": "Value represented by this toggle.",
8373
8373
  "fieldName": "value"
8374
8374
  }
8375
8375
  ],
8376
8376
  "superclass": {
8377
- "name": "LitElement",
8378
- "package": "lit"
8377
+ "name": "Component",
8378
+ "module": "/src/components/component"
8379
8379
  },
8380
- "tagName": "m-toggle",
8380
+ "tagName": "m-text-field",
8381
8381
  "customElement": true
8382
8382
  }
8383
8383
  ],
8384
8384
  "exports": [
8385
8385
  {
8386
8386
  "kind": "js",
8387
- "name": "Toggle",
8387
+ "name": "TextField",
8388
8388
  "declaration": {
8389
- "name": "Toggle",
8390
- "module": "components/toggle-group/toggle.js"
8389
+ "name": "TextField",
8390
+ "module": "components/text-field/text-field.js"
8391
8391
  }
8392
8392
  },
8393
8393
  {
8394
8394
  "kind": "custom-element-definition",
8395
- "name": "m-toggle",
8395
+ "name": "m-text-field",
8396
8396
  "declaration": {
8397
- "name": "Toggle",
8398
- "module": "components/toggle-group/toggle.js"
8397
+ "name": "TextField",
8398
+ "module": "components/text-field/text-field.js"
8399
8399
  }
8400
8400
  }
8401
8401
  ]
@@ -8895,81 +8895,13 @@
8895
8895
  },
8896
8896
  {
8897
8897
  "kind": "javascript-module",
8898
- "path": "components/layout/box/box.js",
8898
+ "path": "components/layout/base-layout/base-layout.js",
8899
8899
  "declarations": [
8900
8900
  {
8901
8901
  "kind": "class",
8902
8902
  "description": "",
8903
- "name": "Box",
8903
+ "name": "BaseLayout",
8904
8904
  "members": [
8905
- {
8906
- "kind": "field",
8907
- "name": "CSSPropertiesPrefix",
8908
- "type": {
8909
- "text": "string"
8910
- },
8911
- "privacy": "protected",
8912
- "static": true,
8913
- "default": "'box'"
8914
- },
8915
- {
8916
- "kind": "field",
8917
- "name": "backgroundColor",
8918
- "privacy": "public",
8919
- "type": {
8920
- "text": "BoxProps['backgroundColor']"
8921
- },
8922
- "attribute": "background-color"
8923
- },
8924
- {
8925
- "kind": "field",
8926
- "name": "borderRadius",
8927
- "privacy": "public",
8928
- "type": {
8929
- "text": "BoxProps['borderRadius']"
8930
- },
8931
- "attribute": "border-radius"
8932
- },
8933
- {
8934
- "kind": "field",
8935
- "name": "borderWidth",
8936
- "privacy": "public",
8937
- "type": {
8938
- "text": "BoxProps['borderWidth']"
8939
- },
8940
- "attribute": "border-width"
8941
- },
8942
- {
8943
- "kind": "field",
8944
- "name": "borderColor",
8945
- "privacy": "public",
8946
- "type": {
8947
- "text": "BoxProps['borderColor']"
8948
- },
8949
- "attribute": "border-color"
8950
- },
8951
- {
8952
- "kind": "field",
8953
- "name": "textAlign",
8954
- "privacy": "public",
8955
- "type": {
8956
- "text": "BoxProps['textAlign']"
8957
- },
8958
- "attribute": "text-align"
8959
- },
8960
- {
8961
- "kind": "method",
8962
- "name": "getCSSPropertiesPrefix",
8963
- "return": {
8964
- "type": {
8965
- "text": "string"
8966
- }
8967
- },
8968
- "inheritedFrom": {
8969
- "name": "BaseLayout",
8970
- "module": "components/layout/base-layout/base-layout.js"
8971
- }
8972
- },
8973
8905
  {
8974
8906
  "kind": "field",
8975
8907
  "name": "padding",
@@ -8977,17 +8909,7 @@
8977
8909
  "type": {
8978
8910
  "text": "BaseLayoutProps['padding']"
8979
8911
  },
8980
- "attribute": "padding",
8981
- "inheritedFrom": {
8982
- "name": "BaseLayout",
8983
- "module": "components/layout/base-layout/base-layout.js"
8984
- }
8985
- },
8986
- {
8987
- "kind": "field",
8988
- "name": "",
8989
- "privacy": "public",
8990
- "attribute": ""
8912
+ "attribute": "padding"
8991
8913
  },
8992
8914
  {
8993
8915
  "kind": "field",
@@ -8996,11 +8918,7 @@
8996
8918
  "type": {
8997
8919
  "text": "BaseLayoutProps['paddingX']"
8998
8920
  },
8999
- "attribute": "padding-x",
9000
- "inheritedFrom": {
9001
- "name": "BaseLayout",
9002
- "module": "components/layout/base-layout/base-layout.js"
9003
- }
8921
+ "attribute": "padding-x"
9004
8922
  },
9005
8923
  {
9006
8924
  "kind": "field",
@@ -9009,11 +8927,7 @@
9009
8927
  "type": {
9010
8928
  "text": "BaseLayoutProps['paddingY']"
9011
8929
  },
9012
- "attribute": "padding-y",
9013
- "inheritedFrom": {
9014
- "name": "BaseLayout",
9015
- "module": "components/layout/base-layout/base-layout.js"
9016
- }
8930
+ "attribute": "padding-y"
9017
8931
  },
9018
8932
  {
9019
8933
  "kind": "field",
@@ -9022,11 +8936,7 @@
9022
8936
  "type": {
9023
8937
  "text": "BaseLayoutProps['paddingT']"
9024
8938
  },
9025
- "attribute": "padding-t",
9026
- "inheritedFrom": {
9027
- "name": "BaseLayout",
9028
- "module": "components/layout/base-layout/base-layout.js"
9029
- }
8939
+ "attribute": "padding-t"
9030
8940
  },
9031
8941
  {
9032
8942
  "kind": "field",
@@ -9035,11 +8945,7 @@
9035
8945
  "type": {
9036
8946
  "text": "BaseLayoutProps['paddingB']"
9037
8947
  },
9038
- "attribute": "padding-b",
9039
- "inheritedFrom": {
9040
- "name": "BaseLayout",
9041
- "module": "components/layout/base-layout/base-layout.js"
9042
- }
8948
+ "attribute": "padding-b"
9043
8949
  },
9044
8950
  {
9045
8951
  "kind": "field",
@@ -9048,11 +8954,7 @@
9048
8954
  "type": {
9049
8955
  "text": "BaseLayoutProps['paddingL']"
9050
8956
  },
9051
- "attribute": "padding-l",
9052
- "inheritedFrom": {
9053
- "name": "BaseLayout",
9054
- "module": "components/layout/base-layout/base-layout.js"
9055
- }
8957
+ "attribute": "padding-l"
9056
8958
  },
9057
8959
  {
9058
8960
  "kind": "field",
@@ -9061,175 +8963,100 @@
9061
8963
  "type": {
9062
8964
  "text": "BaseLayoutProps['paddingR']"
9063
8965
  },
9064
- "attribute": "padding-r",
9065
- "inheritedFrom": {
9066
- "name": "BaseLayout",
9067
- "module": "components/layout/base-layout/base-layout.js"
9068
- }
9069
- },
9070
- {
9071
- "kind": "field",
9072
- "name": "#setOrRemoveProperty",
9073
- "privacy": "private",
9074
- "inheritedFrom": {
9075
- "name": "BaseLayout",
9076
- "module": "components/layout/base-layout/base-layout.js"
9077
- }
9078
- }
9079
- ],
9080
- "attributes": [
9081
- {
9082
- "name": "",
9083
- "fieldName": ""
9084
- },
9085
- {
9086
- "name": "background-color",
9087
- "type": {
9088
- "text": "BoxProps['backgroundColor']"
9089
- },
9090
- "fieldName": "backgroundColor"
9091
- },
9092
- {
9093
- "name": "border-radius",
9094
- "type": {
9095
- "text": "BoxProps['borderRadius']"
9096
- },
9097
- "fieldName": "borderRadius"
9098
- },
9099
- {
9100
- "name": "border-width",
9101
- "type": {
9102
- "text": "BoxProps['borderWidth']"
9103
- },
9104
- "fieldName": "borderWidth"
9105
- },
9106
- {
9107
- "name": "border-color",
9108
- "type": {
9109
- "text": "BoxProps['borderColor']"
9110
- },
9111
- "fieldName": "borderColor"
8966
+ "attribute": "padding-r"
9112
8967
  },
9113
8968
  {
9114
- "name": "text-align",
9115
- "type": {
9116
- "text": "BoxProps['textAlign']"
9117
- },
9118
- "fieldName": "textAlign"
8969
+ "kind": "method",
8970
+ "name": "getCSSPropertiesPrefix",
8971
+ "return": {
8972
+ "type": {
8973
+ "text": "string"
8974
+ }
8975
+ }
9119
8976
  },
8977
+ {
8978
+ "kind": "field",
8979
+ "name": "#setOrRemoveProperty",
8980
+ "privacy": "private"
8981
+ }
8982
+ ],
8983
+ "attributes": [
9120
8984
  {
9121
8985
  "name": "padding",
9122
8986
  "type": {
9123
8987
  "text": "BaseLayoutProps['padding']"
9124
8988
  },
9125
- "fieldName": "padding",
9126
- "inheritedFrom": {
9127
- "name": "BaseLayout",
9128
- "module": "src/components/layout/base-layout/base-layout.ts"
9129
- }
8989
+ "fieldName": "padding"
9130
8990
  },
9131
8991
  {
9132
8992
  "name": "padding-x",
9133
8993
  "type": {
9134
8994
  "text": "BaseLayoutProps['paddingX']"
9135
8995
  },
9136
- "fieldName": "paddingX",
9137
- "inheritedFrom": {
9138
- "name": "BaseLayout",
9139
- "module": "src/components/layout/base-layout/base-layout.ts"
9140
- }
8996
+ "fieldName": "paddingX"
9141
8997
  },
9142
8998
  {
9143
8999
  "name": "padding-y",
9144
9000
  "type": {
9145
9001
  "text": "BaseLayoutProps['paddingY']"
9146
9002
  },
9147
- "fieldName": "paddingY",
9148
- "inheritedFrom": {
9149
- "name": "BaseLayout",
9150
- "module": "src/components/layout/base-layout/base-layout.ts"
9151
- }
9003
+ "fieldName": "paddingY"
9152
9004
  },
9153
9005
  {
9154
9006
  "name": "padding-t",
9155
9007
  "type": {
9156
9008
  "text": "BaseLayoutProps['paddingT']"
9157
9009
  },
9158
- "fieldName": "paddingT",
9159
- "inheritedFrom": {
9160
- "name": "BaseLayout",
9161
- "module": "src/components/layout/base-layout/base-layout.ts"
9162
- }
9010
+ "fieldName": "paddingT"
9163
9011
  },
9164
9012
  {
9165
9013
  "name": "padding-b",
9166
9014
  "type": {
9167
9015
  "text": "BaseLayoutProps['paddingB']"
9168
9016
  },
9169
- "fieldName": "paddingB",
9170
- "inheritedFrom": {
9171
- "name": "BaseLayout",
9172
- "module": "src/components/layout/base-layout/base-layout.ts"
9173
- }
9017
+ "fieldName": "paddingB"
9174
9018
  },
9175
9019
  {
9176
9020
  "name": "padding-l",
9177
9021
  "type": {
9178
9022
  "text": "BaseLayoutProps['paddingL']"
9179
9023
  },
9180
- "fieldName": "paddingL",
9181
- "inheritedFrom": {
9182
- "name": "BaseLayout",
9183
- "module": "src/components/layout/base-layout/base-layout.ts"
9184
- }
9024
+ "fieldName": "paddingL"
9185
9025
  },
9186
9026
  {
9187
9027
  "name": "padding-r",
9188
9028
  "type": {
9189
9029
  "text": "BaseLayoutProps['paddingR']"
9190
9030
  },
9191
- "fieldName": "paddingR",
9192
- "inheritedFrom": {
9193
- "name": "BaseLayout",
9194
- "module": "src/components/layout/base-layout/base-layout.ts"
9195
- }
9031
+ "fieldName": "paddingR"
9196
9032
  }
9197
9033
  ],
9198
9034
  "superclass": {
9199
- "name": "BaseLayout",
9200
- "module": "/src/components/layout/base-layout"
9035
+ "name": "LitElement",
9036
+ "package": "lit"
9201
9037
  },
9202
- "tagName": "m-box",
9203
9038
  "customElement": true
9204
9039
  }
9205
9040
  ],
9206
9041
  "exports": [
9207
9042
  {
9208
9043
  "kind": "js",
9209
- "name": "Box",
9210
- "declaration": {
9211
- "name": "Box",
9212
- "module": "components/layout/box/box.js"
9213
- }
9214
- },
9215
- {
9216
- "kind": "custom-element-definition",
9217
- "name": "m-box",
9044
+ "name": "BaseLayout",
9218
9045
  "declaration": {
9219
- "name": "Box",
9220
- "module": "components/layout/box/box.js"
9046
+ "name": "BaseLayout",
9047
+ "module": "components/layout/base-layout/base-layout.js"
9221
9048
  }
9222
9049
  }
9223
9050
  ]
9224
9051
  },
9225
9052
  {
9226
9053
  "kind": "javascript-module",
9227
- "path": "components/layout/grid/grid.js",
9054
+ "path": "components/layout/box/box.js",
9228
9055
  "declarations": [
9229
9056
  {
9230
9057
  "kind": "class",
9231
9058
  "description": "",
9232
- "name": "Grid",
9059
+ "name": "Box",
9233
9060
  "members": [
9234
9061
  {
9235
9062
  "kind": "field",
@@ -9239,43 +9066,52 @@
9239
9066
  },
9240
9067
  "privacy": "protected",
9241
9068
  "static": true,
9242
- "default": "'grid'"
9069
+ "default": "'box'"
9243
9070
  },
9244
9071
  {
9245
9072
  "kind": "field",
9246
- "name": "gap",
9073
+ "name": "backgroundColor",
9247
9074
  "privacy": "public",
9248
9075
  "type": {
9249
- "text": "GridProps['gap']"
9076
+ "text": "BoxProps['backgroundColor']"
9250
9077
  },
9251
- "attribute": "gap"
9078
+ "attribute": "background-color"
9252
9079
  },
9253
9080
  {
9254
9081
  "kind": "field",
9255
- "name": "rowGap",
9082
+ "name": "borderRadius",
9256
9083
  "privacy": "public",
9257
9084
  "type": {
9258
- "text": "GridProps['rowGap']"
9085
+ "text": "BoxProps['borderRadius']"
9259
9086
  },
9260
- "attribute": "row-gap"
9087
+ "attribute": "border-radius"
9261
9088
  },
9262
9089
  {
9263
9090
  "kind": "field",
9264
- "name": "columnGap",
9091
+ "name": "borderWidth",
9265
9092
  "privacy": "public",
9266
9093
  "type": {
9267
- "text": "GridProps['columnGap']"
9094
+ "text": "BoxProps['borderWidth']"
9268
9095
  },
9269
- "attribute": "column-gap"
9096
+ "attribute": "border-width"
9270
9097
  },
9271
9098
  {
9272
9099
  "kind": "field",
9273
- "name": "minColumnWidth",
9100
+ "name": "borderColor",
9274
9101
  "privacy": "public",
9275
9102
  "type": {
9276
- "text": "GridProps['minColumnWidth']"
9103
+ "text": "BoxProps['borderColor']"
9277
9104
  },
9278
- "attribute": "min-column-width"
9105
+ "attribute": "border-color"
9106
+ },
9107
+ {
9108
+ "kind": "field",
9109
+ "name": "textAlign",
9110
+ "privacy": "public",
9111
+ "type": {
9112
+ "text": "BoxProps['textAlign']"
9113
+ },
9114
+ "attribute": "text-align"
9279
9115
  },
9280
9116
  {
9281
9117
  "kind": "method",
@@ -9290,12 +9126,6 @@
9290
9126
  "module": "components/layout/base-layout/base-layout.js"
9291
9127
  }
9292
9128
  },
9293
- {
9294
- "kind": "field",
9295
- "name": "",
9296
- "privacy": "public",
9297
- "attribute": ""
9298
- },
9299
9129
  {
9300
9130
  "kind": "field",
9301
9131
  "name": "padding",
@@ -9309,6 +9139,12 @@
9309
9139
  "module": "components/layout/base-layout/base-layout.js"
9310
9140
  }
9311
9141
  },
9142
+ {
9143
+ "kind": "field",
9144
+ "name": "",
9145
+ "privacy": "public",
9146
+ "attribute": ""
9147
+ },
9312
9148
  {
9313
9149
  "kind": "field",
9314
9150
  "name": "paddingX",
@@ -9403,32 +9239,39 @@
9403
9239
  "fieldName": ""
9404
9240
  },
9405
9241
  {
9406
- "name": "gap",
9242
+ "name": "background-color",
9407
9243
  "type": {
9408
- "text": "GridProps['gap']"
9244
+ "text": "BoxProps['backgroundColor']"
9409
9245
  },
9410
- "fieldName": "gap"
9246
+ "fieldName": "backgroundColor"
9411
9247
  },
9412
9248
  {
9413
- "name": "row-gap",
9249
+ "name": "border-radius",
9414
9250
  "type": {
9415
- "text": "GridProps['rowGap']"
9251
+ "text": "BoxProps['borderRadius']"
9416
9252
  },
9417
- "fieldName": "rowGap"
9253
+ "fieldName": "borderRadius"
9418
9254
  },
9419
9255
  {
9420
- "name": "column-gap",
9256
+ "name": "border-width",
9421
9257
  "type": {
9422
- "text": "GridProps['columnGap']"
9258
+ "text": "BoxProps['borderWidth']"
9423
9259
  },
9424
- "fieldName": "columnGap"
9260
+ "fieldName": "borderWidth"
9425
9261
  },
9426
9262
  {
9427
- "name": "min-column-width",
9263
+ "name": "border-color",
9428
9264
  "type": {
9429
- "text": "GridProps['minColumnWidth']"
9265
+ "text": "BoxProps['borderColor']"
9430
9266
  },
9431
- "fieldName": "minColumnWidth"
9267
+ "fieldName": "borderColor"
9268
+ },
9269
+ {
9270
+ "name": "text-align",
9271
+ "type": {
9272
+ "text": "BoxProps['textAlign']"
9273
+ },
9274
+ "fieldName": "textAlign"
9432
9275
  },
9433
9276
  {
9434
9277
  "name": "padding",
@@ -9512,25 +9355,25 @@
9512
9355
  "name": "BaseLayout",
9513
9356
  "module": "/src/components/layout/base-layout"
9514
9357
  },
9515
- "tagName": "m-grid",
9358
+ "tagName": "m-box",
9516
9359
  "customElement": true
9517
9360
  }
9518
9361
  ],
9519
9362
  "exports": [
9520
9363
  {
9521
9364
  "kind": "js",
9522
- "name": "Grid",
9365
+ "name": "Box",
9523
9366
  "declaration": {
9524
- "name": "Grid",
9525
- "module": "components/layout/grid/grid.js"
9367
+ "name": "Box",
9368
+ "module": "components/layout/box/box.js"
9526
9369
  }
9527
9370
  },
9528
9371
  {
9529
9372
  "kind": "custom-element-definition",
9530
- "name": "m-grid",
9373
+ "name": "m-box",
9531
9374
  "declaration": {
9532
- "name": "Grid",
9533
- "module": "components/layout/grid/grid.js"
9375
+ "name": "Box",
9376
+ "module": "components/layout/box/box.js"
9534
9377
  }
9535
9378
  }
9536
9379
  ]
@@ -9834,13 +9677,78 @@
9834
9677
  },
9835
9678
  {
9836
9679
  "kind": "javascript-module",
9837
- "path": "components/layout/base-layout/base-layout.js",
9680
+ "path": "components/layout/grid/grid.js",
9838
9681
  "declarations": [
9839
9682
  {
9840
9683
  "kind": "class",
9841
9684
  "description": "",
9842
- "name": "BaseLayout",
9685
+ "name": "Grid",
9843
9686
  "members": [
9687
+ {
9688
+ "kind": "field",
9689
+ "name": "CSSPropertiesPrefix",
9690
+ "type": {
9691
+ "text": "string"
9692
+ },
9693
+ "privacy": "protected",
9694
+ "static": true,
9695
+ "default": "'grid'"
9696
+ },
9697
+ {
9698
+ "kind": "field",
9699
+ "name": "gap",
9700
+ "privacy": "public",
9701
+ "type": {
9702
+ "text": "GridProps['gap']"
9703
+ },
9704
+ "attribute": "gap"
9705
+ },
9706
+ {
9707
+ "kind": "field",
9708
+ "name": "rowGap",
9709
+ "privacy": "public",
9710
+ "type": {
9711
+ "text": "GridProps['rowGap']"
9712
+ },
9713
+ "attribute": "row-gap"
9714
+ },
9715
+ {
9716
+ "kind": "field",
9717
+ "name": "columnGap",
9718
+ "privacy": "public",
9719
+ "type": {
9720
+ "text": "GridProps['columnGap']"
9721
+ },
9722
+ "attribute": "column-gap"
9723
+ },
9724
+ {
9725
+ "kind": "field",
9726
+ "name": "minColumnWidth",
9727
+ "privacy": "public",
9728
+ "type": {
9729
+ "text": "GridProps['minColumnWidth']"
9730
+ },
9731
+ "attribute": "min-column-width"
9732
+ },
9733
+ {
9734
+ "kind": "method",
9735
+ "name": "getCSSPropertiesPrefix",
9736
+ "return": {
9737
+ "type": {
9738
+ "text": "string"
9739
+ }
9740
+ },
9741
+ "inheritedFrom": {
9742
+ "name": "BaseLayout",
9743
+ "module": "components/layout/base-layout/base-layout.js"
9744
+ }
9745
+ },
9746
+ {
9747
+ "kind": "field",
9748
+ "name": "",
9749
+ "privacy": "public",
9750
+ "attribute": ""
9751
+ },
9844
9752
  {
9845
9753
  "kind": "field",
9846
9754
  "name": "padding",
@@ -9848,7 +9756,11 @@
9848
9756
  "type": {
9849
9757
  "text": "BaseLayoutProps['padding']"
9850
9758
  },
9851
- "attribute": "padding"
9759
+ "attribute": "padding",
9760
+ "inheritedFrom": {
9761
+ "name": "BaseLayout",
9762
+ "module": "components/layout/base-layout/base-layout.js"
9763
+ }
9852
9764
  },
9853
9765
  {
9854
9766
  "kind": "field",
@@ -9857,7 +9769,11 @@
9857
9769
  "type": {
9858
9770
  "text": "BaseLayoutProps['paddingX']"
9859
9771
  },
9860
- "attribute": "padding-x"
9772
+ "attribute": "padding-x",
9773
+ "inheritedFrom": {
9774
+ "name": "BaseLayout",
9775
+ "module": "components/layout/base-layout/base-layout.js"
9776
+ }
9861
9777
  },
9862
9778
  {
9863
9779
  "kind": "field",
@@ -9866,7 +9782,11 @@
9866
9782
  "type": {
9867
9783
  "text": "BaseLayoutProps['paddingY']"
9868
9784
  },
9869
- "attribute": "padding-y"
9785
+ "attribute": "padding-y",
9786
+ "inheritedFrom": {
9787
+ "name": "BaseLayout",
9788
+ "module": "components/layout/base-layout/base-layout.js"
9789
+ }
9870
9790
  },
9871
9791
  {
9872
9792
  "kind": "field",
@@ -9875,7 +9795,11 @@
9875
9795
  "type": {
9876
9796
  "text": "BaseLayoutProps['paddingT']"
9877
9797
  },
9878
- "attribute": "padding-t"
9798
+ "attribute": "padding-t",
9799
+ "inheritedFrom": {
9800
+ "name": "BaseLayout",
9801
+ "module": "components/layout/base-layout/base-layout.js"
9802
+ }
9879
9803
  },
9880
9804
  {
9881
9805
  "kind": "field",
@@ -9884,7 +9808,11 @@
9884
9808
  "type": {
9885
9809
  "text": "BaseLayoutProps['paddingB']"
9886
9810
  },
9887
- "attribute": "padding-b"
9811
+ "attribute": "padding-b",
9812
+ "inheritedFrom": {
9813
+ "name": "BaseLayout",
9814
+ "module": "components/layout/base-layout/base-layout.js"
9815
+ }
9888
9816
  },
9889
9817
  {
9890
9818
  "kind": "field",
@@ -9893,7 +9821,11 @@
9893
9821
  "type": {
9894
9822
  "text": "BaseLayoutProps['paddingL']"
9895
9823
  },
9896
- "attribute": "padding-l"
9824
+ "attribute": "padding-l",
9825
+ "inheritedFrom": {
9826
+ "name": "BaseLayout",
9827
+ "module": "components/layout/base-layout/base-layout.js"
9828
+ }
9897
9829
  },
9898
9830
  {
9899
9831
  "kind": "field",
@@ -9902,100 +9834,168 @@
9902
9834
  "type": {
9903
9835
  "text": "BaseLayoutProps['paddingR']"
9904
9836
  },
9905
- "attribute": "padding-r"
9906
- },
9907
- {
9908
- "kind": "method",
9909
- "name": "getCSSPropertiesPrefix",
9910
- "return": {
9911
- "type": {
9912
- "text": "string"
9913
- }
9837
+ "attribute": "padding-r",
9838
+ "inheritedFrom": {
9839
+ "name": "BaseLayout",
9840
+ "module": "components/layout/base-layout/base-layout.js"
9914
9841
  }
9915
9842
  },
9916
9843
  {
9917
9844
  "kind": "field",
9918
9845
  "name": "#setOrRemoveProperty",
9919
- "privacy": "private"
9846
+ "privacy": "private",
9847
+ "inheritedFrom": {
9848
+ "name": "BaseLayout",
9849
+ "module": "components/layout/base-layout/base-layout.js"
9850
+ }
9920
9851
  }
9921
9852
  ],
9922
9853
  "attributes": [
9854
+ {
9855
+ "name": "",
9856
+ "fieldName": ""
9857
+ },
9858
+ {
9859
+ "name": "gap",
9860
+ "type": {
9861
+ "text": "GridProps['gap']"
9862
+ },
9863
+ "fieldName": "gap"
9864
+ },
9865
+ {
9866
+ "name": "row-gap",
9867
+ "type": {
9868
+ "text": "GridProps['rowGap']"
9869
+ },
9870
+ "fieldName": "rowGap"
9871
+ },
9872
+ {
9873
+ "name": "column-gap",
9874
+ "type": {
9875
+ "text": "GridProps['columnGap']"
9876
+ },
9877
+ "fieldName": "columnGap"
9878
+ },
9879
+ {
9880
+ "name": "min-column-width",
9881
+ "type": {
9882
+ "text": "GridProps['minColumnWidth']"
9883
+ },
9884
+ "fieldName": "minColumnWidth"
9885
+ },
9923
9886
  {
9924
9887
  "name": "padding",
9925
9888
  "type": {
9926
9889
  "text": "BaseLayoutProps['padding']"
9927
9890
  },
9928
- "fieldName": "padding"
9891
+ "fieldName": "padding",
9892
+ "inheritedFrom": {
9893
+ "name": "BaseLayout",
9894
+ "module": "src/components/layout/base-layout/base-layout.ts"
9895
+ }
9929
9896
  },
9930
9897
  {
9931
9898
  "name": "padding-x",
9932
9899
  "type": {
9933
9900
  "text": "BaseLayoutProps['paddingX']"
9934
9901
  },
9935
- "fieldName": "paddingX"
9902
+ "fieldName": "paddingX",
9903
+ "inheritedFrom": {
9904
+ "name": "BaseLayout",
9905
+ "module": "src/components/layout/base-layout/base-layout.ts"
9906
+ }
9936
9907
  },
9937
9908
  {
9938
9909
  "name": "padding-y",
9939
9910
  "type": {
9940
9911
  "text": "BaseLayoutProps['paddingY']"
9941
9912
  },
9942
- "fieldName": "paddingY"
9913
+ "fieldName": "paddingY",
9914
+ "inheritedFrom": {
9915
+ "name": "BaseLayout",
9916
+ "module": "src/components/layout/base-layout/base-layout.ts"
9917
+ }
9943
9918
  },
9944
9919
  {
9945
9920
  "name": "padding-t",
9946
9921
  "type": {
9947
9922
  "text": "BaseLayoutProps['paddingT']"
9948
9923
  },
9949
- "fieldName": "paddingT"
9924
+ "fieldName": "paddingT",
9925
+ "inheritedFrom": {
9926
+ "name": "BaseLayout",
9927
+ "module": "src/components/layout/base-layout/base-layout.ts"
9928
+ }
9950
9929
  },
9951
9930
  {
9952
9931
  "name": "padding-b",
9953
9932
  "type": {
9954
9933
  "text": "BaseLayoutProps['paddingB']"
9955
9934
  },
9956
- "fieldName": "paddingB"
9935
+ "fieldName": "paddingB",
9936
+ "inheritedFrom": {
9937
+ "name": "BaseLayout",
9938
+ "module": "src/components/layout/base-layout/base-layout.ts"
9939
+ }
9957
9940
  },
9958
9941
  {
9959
9942
  "name": "padding-l",
9960
9943
  "type": {
9961
9944
  "text": "BaseLayoutProps['paddingL']"
9962
9945
  },
9963
- "fieldName": "paddingL"
9946
+ "fieldName": "paddingL",
9947
+ "inheritedFrom": {
9948
+ "name": "BaseLayout",
9949
+ "module": "src/components/layout/base-layout/base-layout.ts"
9950
+ }
9964
9951
  },
9965
9952
  {
9966
9953
  "name": "padding-r",
9967
9954
  "type": {
9968
9955
  "text": "BaseLayoutProps['paddingR']"
9969
9956
  },
9970
- "fieldName": "paddingR"
9957
+ "fieldName": "paddingR",
9958
+ "inheritedFrom": {
9959
+ "name": "BaseLayout",
9960
+ "module": "src/components/layout/base-layout/base-layout.ts"
9961
+ }
9971
9962
  }
9972
9963
  ],
9973
9964
  "superclass": {
9974
- "name": "LitElement",
9975
- "package": "lit"
9965
+ "name": "BaseLayout",
9966
+ "module": "/src/components/layout/base-layout"
9976
9967
  },
9968
+ "tagName": "m-grid",
9977
9969
  "customElement": true
9978
9970
  }
9979
9971
  ],
9980
9972
  "exports": [
9981
9973
  {
9982
9974
  "kind": "js",
9983
- "name": "BaseLayout",
9975
+ "name": "Grid",
9984
9976
  "declaration": {
9985
- "name": "BaseLayout",
9986
- "module": "components/layout/base-layout/base-layout.js"
9977
+ "name": "Grid",
9978
+ "module": "components/layout/grid/grid.js"
9979
+ }
9980
+ },
9981
+ {
9982
+ "kind": "custom-element-definition",
9983
+ "name": "m-grid",
9984
+ "declaration": {
9985
+ "name": "Grid",
9986
+ "module": "components/layout/grid/grid.js"
9987
9987
  }
9988
9988
  }
9989
9989
  ]
9990
9990
  },
9991
9991
  {
9992
9992
  "kind": "javascript-module",
9993
- "path": "components/layout/stack/stack.js",
9993
+ "path": "components/layout/sidebar/sidebar.js",
9994
9994
  "declarations": [
9995
9995
  {
9996
9996
  "kind": "class",
9997
9997
  "description": "",
9998
- "name": "Stack",
9998
+ "name": "Sidebar",
9999
9999
  "members": [
10000
10000
  {
10001
10001
  "kind": "field",
@@ -10005,34 +10005,43 @@
10005
10005
  },
10006
10006
  "privacy": "protected",
10007
10007
  "static": true,
10008
- "default": "'stack'"
10008
+ "default": "'sidebar'"
10009
10009
  },
10010
10010
  {
10011
10011
  "kind": "field",
10012
10012
  "name": "gap",
10013
10013
  "privacy": "public",
10014
10014
  "type": {
10015
- "text": "StackProps['gap']"
10015
+ "text": "SidebarProps['gap']"
10016
10016
  },
10017
10017
  "attribute": "gap"
10018
10018
  },
10019
10019
  {
10020
10020
  "kind": "field",
10021
- "name": "align",
10021
+ "name": "sideWidth",
10022
10022
  "privacy": "public",
10023
10023
  "type": {
10024
- "text": "StackProps['align']"
10024
+ "text": "SidebarProps['sideWidth']"
10025
10025
  },
10026
- "attribute": "align"
10026
+ "attribute": "side-width"
10027
10027
  },
10028
10028
  {
10029
10029
  "kind": "field",
10030
- "name": "justify",
10030
+ "name": "minContentWidth",
10031
10031
  "privacy": "public",
10032
10032
  "type": {
10033
- "text": "StackProps['justify']"
10033
+ "text": "SidebarProps['minContentWidth']"
10034
10034
  },
10035
- "attribute": "justify"
10035
+ "attribute": "min-content-width"
10036
+ },
10037
+ {
10038
+ "kind": "field",
10039
+ "name": "reversed",
10040
+ "privacy": "public",
10041
+ "type": {
10042
+ "text": "SidebarProps['reversed']"
10043
+ },
10044
+ "attribute": "reversed"
10036
10045
  },
10037
10046
  {
10038
10047
  "kind": "method",
@@ -10162,23 +10171,30 @@
10162
10171
  {
10163
10172
  "name": "gap",
10164
10173
  "type": {
10165
- "text": "StackProps['gap']"
10174
+ "text": "SidebarProps['gap']"
10166
10175
  },
10167
10176
  "fieldName": "gap"
10168
10177
  },
10169
10178
  {
10170
- "name": "align",
10179
+ "name": "side-width",
10171
10180
  "type": {
10172
- "text": "StackProps['align']"
10181
+ "text": "SidebarProps['sideWidth']"
10173
10182
  },
10174
- "fieldName": "align"
10183
+ "fieldName": "sideWidth"
10175
10184
  },
10176
10185
  {
10177
- "name": "justify",
10186
+ "name": "min-content-width",
10178
10187
  "type": {
10179
- "text": "StackProps['justify']"
10188
+ "text": "SidebarProps['minContentWidth']"
10180
10189
  },
10181
- "fieldName": "justify"
10190
+ "fieldName": "minContentWidth"
10191
+ },
10192
+ {
10193
+ "name": "reversed",
10194
+ "type": {
10195
+ "text": "SidebarProps['reversed']"
10196
+ },
10197
+ "fieldName": "reversed"
10182
10198
  },
10183
10199
  {
10184
10200
  "name": "padding",
@@ -10262,37 +10278,37 @@
10262
10278
  "name": "BaseLayout",
10263
10279
  "module": "/src/components/layout/base-layout"
10264
10280
  },
10265
- "tagName": "m-stack",
10281
+ "tagName": "m-sidebar",
10266
10282
  "customElement": true
10267
10283
  }
10268
10284
  ],
10269
10285
  "exports": [
10270
10286
  {
10271
10287
  "kind": "js",
10272
- "name": "Stack",
10288
+ "name": "Sidebar",
10273
10289
  "declaration": {
10274
- "name": "Stack",
10275
- "module": "components/layout/stack/stack.js"
10290
+ "name": "Sidebar",
10291
+ "module": "components/layout/sidebar/sidebar.js"
10276
10292
  }
10277
10293
  },
10278
10294
  {
10279
10295
  "kind": "custom-element-definition",
10280
- "name": "m-stack",
10296
+ "name": "m-sidebar",
10281
10297
  "declaration": {
10282
- "name": "Stack",
10283
- "module": "components/layout/stack/stack.js"
10298
+ "name": "Sidebar",
10299
+ "module": "components/layout/sidebar/sidebar.js"
10284
10300
  }
10285
10301
  }
10286
10302
  ]
10287
10303
  },
10288
10304
  {
10289
10305
  "kind": "javascript-module",
10290
- "path": "components/layout/sidebar/sidebar.js",
10306
+ "path": "components/layout/stack/stack.js",
10291
10307
  "declarations": [
10292
10308
  {
10293
10309
  "kind": "class",
10294
10310
  "description": "",
10295
- "name": "Sidebar",
10311
+ "name": "Stack",
10296
10312
  "members": [
10297
10313
  {
10298
10314
  "kind": "field",
@@ -10302,43 +10318,34 @@
10302
10318
  },
10303
10319
  "privacy": "protected",
10304
10320
  "static": true,
10305
- "default": "'sidebar'"
10321
+ "default": "'stack'"
10306
10322
  },
10307
10323
  {
10308
10324
  "kind": "field",
10309
10325
  "name": "gap",
10310
10326
  "privacy": "public",
10311
10327
  "type": {
10312
- "text": "SidebarProps['gap']"
10328
+ "text": "StackProps['gap']"
10313
10329
  },
10314
10330
  "attribute": "gap"
10315
10331
  },
10316
10332
  {
10317
10333
  "kind": "field",
10318
- "name": "sideWidth",
10319
- "privacy": "public",
10320
- "type": {
10321
- "text": "SidebarProps['sideWidth']"
10322
- },
10323
- "attribute": "side-width"
10324
- },
10325
- {
10326
- "kind": "field",
10327
- "name": "minContentWidth",
10334
+ "name": "align",
10328
10335
  "privacy": "public",
10329
10336
  "type": {
10330
- "text": "SidebarProps['minContentWidth']"
10337
+ "text": "StackProps['align']"
10331
10338
  },
10332
- "attribute": "min-content-width"
10339
+ "attribute": "align"
10333
10340
  },
10334
10341
  {
10335
10342
  "kind": "field",
10336
- "name": "reversed",
10343
+ "name": "justify",
10337
10344
  "privacy": "public",
10338
10345
  "type": {
10339
- "text": "SidebarProps['reversed']"
10346
+ "text": "StackProps['justify']"
10340
10347
  },
10341
- "attribute": "reversed"
10348
+ "attribute": "justify"
10342
10349
  },
10343
10350
  {
10344
10351
  "kind": "method",
@@ -10468,30 +10475,23 @@
10468
10475
  {
10469
10476
  "name": "gap",
10470
10477
  "type": {
10471
- "text": "SidebarProps['gap']"
10478
+ "text": "StackProps['gap']"
10472
10479
  },
10473
10480
  "fieldName": "gap"
10474
10481
  },
10475
10482
  {
10476
- "name": "side-width",
10477
- "type": {
10478
- "text": "SidebarProps['sideWidth']"
10479
- },
10480
- "fieldName": "sideWidth"
10481
- },
10482
- {
10483
- "name": "min-content-width",
10483
+ "name": "align",
10484
10484
  "type": {
10485
- "text": "SidebarProps['minContentWidth']"
10485
+ "text": "StackProps['align']"
10486
10486
  },
10487
- "fieldName": "minContentWidth"
10487
+ "fieldName": "align"
10488
10488
  },
10489
10489
  {
10490
- "name": "reversed",
10490
+ "name": "justify",
10491
10491
  "type": {
10492
- "text": "SidebarProps['reversed']"
10492
+ "text": "StackProps['justify']"
10493
10493
  },
10494
- "fieldName": "reversed"
10494
+ "fieldName": "justify"
10495
10495
  },
10496
10496
  {
10497
10497
  "name": "padding",
@@ -10575,25 +10575,25 @@
10575
10575
  "name": "BaseLayout",
10576
10576
  "module": "/src/components/layout/base-layout"
10577
10577
  },
10578
- "tagName": "m-sidebar",
10578
+ "tagName": "m-stack",
10579
10579
  "customElement": true
10580
10580
  }
10581
10581
  ],
10582
10582
  "exports": [
10583
10583
  {
10584
10584
  "kind": "js",
10585
- "name": "Sidebar",
10585
+ "name": "Stack",
10586
10586
  "declaration": {
10587
- "name": "Sidebar",
10588
- "module": "components/layout/sidebar/sidebar.js"
10587
+ "name": "Stack",
10588
+ "module": "components/layout/stack/stack.js"
10589
10589
  }
10590
10590
  },
10591
10591
  {
10592
10592
  "kind": "custom-element-definition",
10593
- "name": "m-sidebar",
10593
+ "name": "m-stack",
10594
10594
  "declaration": {
10595
- "name": "Sidebar",
10596
- "module": "components/layout/sidebar/sidebar.js"
10595
+ "name": "Stack",
10596
+ "module": "components/layout/stack/stack.js"
10597
10597
  }
10598
10598
  }
10599
10599
  ]
@@ -10931,7 +10931,7 @@
10931
10931
  "package": {
10932
10932
  "name": "@loadsmart/miranda-wc",
10933
10933
  "description": "Miranda Web Components component library",
10934
- "version": "1.41.1-alpha.3",
10934
+ "version": "1.41.1-alpha.4",
10935
10935
  "author": "Loadsmart",
10936
10936
  "homepage": "https://github.com/loadsmart/miranda-wc#readme",
10937
10937
  "license": "MIT"