@genesislcap/foundation-ui 14.409.0-FUI-2495.4 → 14.409.0-FUI-2495.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.
- package/dist/custom-elements.json +934 -934
- package/package.json +19 -19
|
@@ -1289,7 +1289,158 @@
|
|
|
1289
1289
|
},
|
|
1290
1290
|
{
|
|
1291
1291
|
"kind": "javascript-module",
|
|
1292
|
-
"path": "src/
|
|
1292
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1293
|
+
"declarations": [
|
|
1294
|
+
{
|
|
1295
|
+
"kind": "function",
|
|
1296
|
+
"name": "foundationAccordionStyles",
|
|
1297
|
+
"return": {
|
|
1298
|
+
"type": {
|
|
1299
|
+
"text": "ElementStyles"
|
|
1300
|
+
}
|
|
1301
|
+
},
|
|
1302
|
+
"parameters": [
|
|
1303
|
+
{
|
|
1304
|
+
"name": "context",
|
|
1305
|
+
"type": {
|
|
1306
|
+
"text": "ElementDefinitionContext"
|
|
1307
|
+
}
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"name": "definition",
|
|
1311
|
+
"type": {
|
|
1312
|
+
"text": "FoundationElementDefinition"
|
|
1313
|
+
}
|
|
1314
|
+
}
|
|
1315
|
+
]
|
|
1316
|
+
}
|
|
1317
|
+
],
|
|
1318
|
+
"exports": [
|
|
1319
|
+
{
|
|
1320
|
+
"kind": "js",
|
|
1321
|
+
"name": "foundationAccordionStyles",
|
|
1322
|
+
"declaration": {
|
|
1323
|
+
"name": "foundationAccordionStyles",
|
|
1324
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1325
|
+
}
|
|
1326
|
+
}
|
|
1327
|
+
]
|
|
1328
|
+
},
|
|
1329
|
+
{
|
|
1330
|
+
"kind": "javascript-module",
|
|
1331
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1332
|
+
"declarations": [
|
|
1333
|
+
{
|
|
1334
|
+
"kind": "function",
|
|
1335
|
+
"name": "foundationAccordionTemplate",
|
|
1336
|
+
"return": {
|
|
1337
|
+
"type": {
|
|
1338
|
+
"text": "ViewTemplate<Accordion>"
|
|
1339
|
+
}
|
|
1340
|
+
},
|
|
1341
|
+
"parameters": [
|
|
1342
|
+
{
|
|
1343
|
+
"name": "context",
|
|
1344
|
+
"type": {
|
|
1345
|
+
"text": "ElementDefinitionContext"
|
|
1346
|
+
}
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"name": "definition",
|
|
1350
|
+
"type": {
|
|
1351
|
+
"text": "FoundationElementDefinition"
|
|
1352
|
+
}
|
|
1353
|
+
}
|
|
1354
|
+
]
|
|
1355
|
+
}
|
|
1356
|
+
],
|
|
1357
|
+
"exports": [
|
|
1358
|
+
{
|
|
1359
|
+
"kind": "js",
|
|
1360
|
+
"name": "foundationAccordionTemplate",
|
|
1361
|
+
"declaration": {
|
|
1362
|
+
"name": "foundationAccordionTemplate",
|
|
1363
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1364
|
+
}
|
|
1365
|
+
}
|
|
1366
|
+
]
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
"kind": "javascript-module",
|
|
1370
|
+
"path": "src/accordion/accordion.ts",
|
|
1371
|
+
"declarations": [
|
|
1372
|
+
{
|
|
1373
|
+
"kind": "class",
|
|
1374
|
+
"description": "",
|
|
1375
|
+
"name": "Accordion",
|
|
1376
|
+
"superclass": {
|
|
1377
|
+
"name": "FASTAccordion",
|
|
1378
|
+
"package": "@microsoft/fast-foundation"
|
|
1379
|
+
},
|
|
1380
|
+
"tagName": "%%prefix%%-accordion",
|
|
1381
|
+
"customElement": true
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"kind": "variable",
|
|
1385
|
+
"name": "foundationAccordionShadowOptions",
|
|
1386
|
+
"type": {
|
|
1387
|
+
"text": "ShadowRootInit"
|
|
1388
|
+
},
|
|
1389
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"kind": "variable",
|
|
1393
|
+
"name": "defaultAccordionConfig",
|
|
1394
|
+
"type": {
|
|
1395
|
+
"text": "object"
|
|
1396
|
+
},
|
|
1397
|
+
"default": "{}"
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"kind": "variable",
|
|
1401
|
+
"name": "foundationAccordion",
|
|
1402
|
+
"description": "The Foundation Accordion",
|
|
1403
|
+
"privacy": "public"
|
|
1404
|
+
}
|
|
1405
|
+
],
|
|
1406
|
+
"exports": [
|
|
1407
|
+
{
|
|
1408
|
+
"kind": "js",
|
|
1409
|
+
"name": "Accordion",
|
|
1410
|
+
"declaration": {
|
|
1411
|
+
"name": "Accordion",
|
|
1412
|
+
"module": "src/accordion/accordion.ts"
|
|
1413
|
+
}
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
"kind": "js",
|
|
1417
|
+
"name": "foundationAccordionShadowOptions",
|
|
1418
|
+
"declaration": {
|
|
1419
|
+
"name": "foundationAccordionShadowOptions",
|
|
1420
|
+
"module": "src/accordion/accordion.ts"
|
|
1421
|
+
}
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
"kind": "js",
|
|
1425
|
+
"name": "defaultAccordionConfig",
|
|
1426
|
+
"declaration": {
|
|
1427
|
+
"name": "defaultAccordionConfig",
|
|
1428
|
+
"module": "src/accordion/accordion.ts"
|
|
1429
|
+
}
|
|
1430
|
+
},
|
|
1431
|
+
{
|
|
1432
|
+
"kind": "js",
|
|
1433
|
+
"name": "foundationAccordion",
|
|
1434
|
+
"declaration": {
|
|
1435
|
+
"name": "foundationAccordion",
|
|
1436
|
+
"module": "src/accordion/accordion.ts"
|
|
1437
|
+
}
|
|
1438
|
+
}
|
|
1439
|
+
]
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
"kind": "javascript-module",
|
|
1443
|
+
"path": "src/accordion/index.ts",
|
|
1293
1444
|
"declarations": [],
|
|
1294
1445
|
"exports": [
|
|
1295
1446
|
{
|
|
@@ -1297,7 +1448,7 @@
|
|
|
1297
1448
|
"name": "*",
|
|
1298
1449
|
"declaration": {
|
|
1299
1450
|
"name": "*",
|
|
1300
|
-
"package": "./
|
|
1451
|
+
"package": "./accordion.template"
|
|
1301
1452
|
}
|
|
1302
1453
|
},
|
|
1303
1454
|
{
|
|
@@ -1305,7 +1456,7 @@
|
|
|
1305
1456
|
"name": "*",
|
|
1306
1457
|
"declaration": {
|
|
1307
1458
|
"name": "*",
|
|
1308
|
-
"package": "./
|
|
1459
|
+
"package": "./accordion.styles"
|
|
1309
1460
|
}
|
|
1310
1461
|
},
|
|
1311
1462
|
{
|
|
@@ -1313,7 +1464,7 @@
|
|
|
1313
1464
|
"name": "*",
|
|
1314
1465
|
"declaration": {
|
|
1315
1466
|
"name": "*",
|
|
1316
|
-
"package": "./
|
|
1467
|
+
"package": "./accordion"
|
|
1317
1468
|
}
|
|
1318
1469
|
}
|
|
1319
1470
|
]
|
|
@@ -1714,11 +1865,42 @@
|
|
|
1714
1865
|
},
|
|
1715
1866
|
{
|
|
1716
1867
|
"kind": "javascript-module",
|
|
1717
|
-
"path": "src/
|
|
1868
|
+
"path": "src/_config/index.ts",
|
|
1869
|
+
"declarations": [],
|
|
1870
|
+
"exports": [
|
|
1871
|
+
{
|
|
1872
|
+
"kind": "js",
|
|
1873
|
+
"name": "*",
|
|
1874
|
+
"declaration": {
|
|
1875
|
+
"name": "*",
|
|
1876
|
+
"package": "./styles"
|
|
1877
|
+
}
|
|
1878
|
+
},
|
|
1879
|
+
{
|
|
1880
|
+
"kind": "js",
|
|
1881
|
+
"name": "*",
|
|
1882
|
+
"declaration": {
|
|
1883
|
+
"name": "*",
|
|
1884
|
+
"package": "./tokens"
|
|
1885
|
+
}
|
|
1886
|
+
},
|
|
1887
|
+
{
|
|
1888
|
+
"kind": "js",
|
|
1889
|
+
"name": "*",
|
|
1890
|
+
"declaration": {
|
|
1891
|
+
"name": "*",
|
|
1892
|
+
"package": "./values"
|
|
1893
|
+
}
|
|
1894
|
+
}
|
|
1895
|
+
]
|
|
1896
|
+
},
|
|
1897
|
+
{
|
|
1898
|
+
"kind": "javascript-module",
|
|
1899
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1718
1900
|
"declarations": [
|
|
1719
1901
|
{
|
|
1720
1902
|
"kind": "function",
|
|
1721
|
-
"name": "
|
|
1903
|
+
"name": "actionsMenuBaseStyles",
|
|
1722
1904
|
"return": {
|
|
1723
1905
|
"type": {
|
|
1724
1906
|
"text": "ElementStyles"
|
|
@@ -1738,29 +1920,13 @@
|
|
|
1738
1920
|
}
|
|
1739
1921
|
}
|
|
1740
1922
|
]
|
|
1741
|
-
}
|
|
1742
|
-
],
|
|
1743
|
-
"exports": [
|
|
1744
|
-
{
|
|
1745
|
-
"kind": "js",
|
|
1746
|
-
"name": "foundationAccordionStyles",
|
|
1747
|
-
"declaration": {
|
|
1748
|
-
"name": "foundationAccordionStyles",
|
|
1749
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1750
|
-
}
|
|
1751
|
-
}
|
|
1752
|
-
]
|
|
1753
|
-
},
|
|
1754
|
-
{
|
|
1755
|
-
"kind": "javascript-module",
|
|
1756
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1757
|
-
"declarations": [
|
|
1923
|
+
},
|
|
1758
1924
|
{
|
|
1759
1925
|
"kind": "function",
|
|
1760
|
-
"name": "
|
|
1926
|
+
"name": "foundationActionsMenuStyles",
|
|
1761
1927
|
"return": {
|
|
1762
1928
|
"type": {
|
|
1763
|
-
"text": "
|
|
1929
|
+
"text": "ElementStyles"
|
|
1764
1930
|
}
|
|
1765
1931
|
},
|
|
1766
1932
|
"parameters": [
|
|
@@ -1782,237 +1948,151 @@
|
|
|
1782
1948
|
"exports": [
|
|
1783
1949
|
{
|
|
1784
1950
|
"kind": "js",
|
|
1785
|
-
"name": "
|
|
1951
|
+
"name": "actionsMenuBaseStyles",
|
|
1786
1952
|
"declaration": {
|
|
1787
|
-
"name": "
|
|
1788
|
-
"module": "src/
|
|
1953
|
+
"name": "actionsMenuBaseStyles",
|
|
1954
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1955
|
+
}
|
|
1956
|
+
},
|
|
1957
|
+
{
|
|
1958
|
+
"kind": "js",
|
|
1959
|
+
"name": "foundationActionsMenuStyles",
|
|
1960
|
+
"declaration": {
|
|
1961
|
+
"name": "foundationActionsMenuStyles",
|
|
1962
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1789
1963
|
}
|
|
1790
1964
|
}
|
|
1791
1965
|
]
|
|
1792
1966
|
},
|
|
1793
1967
|
{
|
|
1794
1968
|
"kind": "javascript-module",
|
|
1795
|
-
"path": "src/
|
|
1969
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1796
1970
|
"declarations": [
|
|
1797
1971
|
{
|
|
1798
|
-
"kind": "
|
|
1799
|
-
"
|
|
1800
|
-
"
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1972
|
+
"kind": "function",
|
|
1973
|
+
"name": "menuTemplate",
|
|
1974
|
+
"parameters": [
|
|
1975
|
+
{
|
|
1976
|
+
"name": "prefix",
|
|
1977
|
+
"type": {
|
|
1978
|
+
"text": "string"
|
|
1979
|
+
}
|
|
1980
|
+
}
|
|
1981
|
+
]
|
|
1807
1982
|
},
|
|
1808
1983
|
{
|
|
1809
|
-
"kind": "
|
|
1810
|
-
"name": "
|
|
1811
|
-
"
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1984
|
+
"kind": "function",
|
|
1985
|
+
"name": "singleOptionTemplate",
|
|
1986
|
+
"parameters": [
|
|
1987
|
+
{
|
|
1988
|
+
"name": "prefix",
|
|
1989
|
+
"type": {
|
|
1990
|
+
"text": "string"
|
|
1991
|
+
}
|
|
1992
|
+
}
|
|
1993
|
+
]
|
|
1815
1994
|
},
|
|
1816
1995
|
{
|
|
1817
1996
|
"kind": "variable",
|
|
1818
|
-
"name": "
|
|
1997
|
+
"name": "foundationActionsMenuTemplate",
|
|
1819
1998
|
"type": {
|
|
1820
|
-
"text": "
|
|
1999
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
1821
2000
|
},
|
|
1822
|
-
"default": "{}"
|
|
1823
|
-
},
|
|
1824
|
-
{
|
|
1825
|
-
"kind": "variable",
|
|
1826
|
-
"name": "foundationAccordion",
|
|
1827
|
-
"description": "The Foundation Accordion",
|
|
1828
|
-
"privacy": "public"
|
|
2001
|
+
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
1829
2002
|
}
|
|
1830
2003
|
],
|
|
1831
2004
|
"exports": [
|
|
1832
2005
|
{
|
|
1833
2006
|
"kind": "js",
|
|
1834
|
-
"name": "
|
|
1835
|
-
"declaration": {
|
|
1836
|
-
"name": "Accordion",
|
|
1837
|
-
"module": "src/accordion/accordion.ts"
|
|
1838
|
-
}
|
|
1839
|
-
},
|
|
1840
|
-
{
|
|
1841
|
-
"kind": "js",
|
|
1842
|
-
"name": "foundationAccordionShadowOptions",
|
|
1843
|
-
"declaration": {
|
|
1844
|
-
"name": "foundationAccordionShadowOptions",
|
|
1845
|
-
"module": "src/accordion/accordion.ts"
|
|
1846
|
-
}
|
|
1847
|
-
},
|
|
1848
|
-
{
|
|
1849
|
-
"kind": "js",
|
|
1850
|
-
"name": "defaultAccordionConfig",
|
|
1851
|
-
"declaration": {
|
|
1852
|
-
"name": "defaultAccordionConfig",
|
|
1853
|
-
"module": "src/accordion/accordion.ts"
|
|
1854
|
-
}
|
|
1855
|
-
},
|
|
1856
|
-
{
|
|
1857
|
-
"kind": "js",
|
|
1858
|
-
"name": "foundationAccordion",
|
|
1859
|
-
"declaration": {
|
|
1860
|
-
"name": "foundationAccordion",
|
|
1861
|
-
"module": "src/accordion/accordion.ts"
|
|
1862
|
-
}
|
|
1863
|
-
}
|
|
1864
|
-
]
|
|
1865
|
-
},
|
|
1866
|
-
{
|
|
1867
|
-
"kind": "javascript-module",
|
|
1868
|
-
"path": "src/accordion/index.ts",
|
|
1869
|
-
"declarations": [],
|
|
1870
|
-
"exports": [
|
|
1871
|
-
{
|
|
1872
|
-
"kind": "js",
|
|
1873
|
-
"name": "*",
|
|
2007
|
+
"name": "menuTemplate",
|
|
1874
2008
|
"declaration": {
|
|
1875
|
-
"name": "
|
|
1876
|
-
"
|
|
2009
|
+
"name": "menuTemplate",
|
|
2010
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1877
2011
|
}
|
|
1878
2012
|
},
|
|
1879
2013
|
{
|
|
1880
2014
|
"kind": "js",
|
|
1881
|
-
"name": "
|
|
2015
|
+
"name": "singleOptionTemplate",
|
|
1882
2016
|
"declaration": {
|
|
1883
|
-
"name": "
|
|
1884
|
-
"
|
|
2017
|
+
"name": "singleOptionTemplate",
|
|
2018
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1885
2019
|
}
|
|
1886
2020
|
},
|
|
1887
2021
|
{
|
|
1888
2022
|
"kind": "js",
|
|
1889
|
-
"name": "
|
|
1890
|
-
"declaration": {
|
|
1891
|
-
"name": "*",
|
|
1892
|
-
"package": "./accordion"
|
|
1893
|
-
}
|
|
1894
|
-
}
|
|
1895
|
-
]
|
|
1896
|
-
},
|
|
1897
|
-
{
|
|
1898
|
-
"kind": "javascript-module",
|
|
1899
|
-
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
1900
|
-
"declarations": [
|
|
1901
|
-
{
|
|
1902
|
-
"kind": "variable",
|
|
1903
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
1904
|
-
"default": "css`\n :host {\n display: block;\n width: 800px;\n }\n\n .ai-criteria-search {\n display: flex;\n flex-direction: column;\n gap: calc(${designUnit} * 2px);\n }\n\n .ai-criteria-search-row {\n display: flex;\n flex-direction: row;\n gap: calc(${designUnit} * 2px);\n align-items: center;\n }\n\n .criteria-input {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n }\n\n .mic-icon {\n color: var(--neutral-foreground-rest);\n fill: currentColor;\n }\n\n .mode-control {\n flex-shrink: 0;\n }\n`"
|
|
1905
|
-
}
|
|
1906
|
-
],
|
|
1907
|
-
"exports": [
|
|
1908
|
-
{
|
|
1909
|
-
"kind": "js",
|
|
1910
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
1911
|
-
"declaration": {
|
|
1912
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
1913
|
-
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
1914
|
-
}
|
|
1915
|
-
}
|
|
1916
|
-
]
|
|
1917
|
-
},
|
|
1918
|
-
{
|
|
1919
|
-
"kind": "javascript-module",
|
|
1920
|
-
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
1921
|
-
"declarations": [
|
|
1922
|
-
{
|
|
1923
|
-
"kind": "variable",
|
|
1924
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
1925
|
-
"type": {
|
|
1926
|
-
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
1927
|
-
},
|
|
1928
|
-
"default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
|
|
1929
|
-
}
|
|
1930
|
-
],
|
|
1931
|
-
"exports": [
|
|
1932
|
-
{
|
|
1933
|
-
"kind": "js",
|
|
1934
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
2023
|
+
"name": "foundationActionsMenuTemplate",
|
|
1935
2024
|
"declaration": {
|
|
1936
|
-
"name": "
|
|
1937
|
-
"module": "src/
|
|
2025
|
+
"name": "foundationActionsMenuTemplate",
|
|
2026
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1938
2027
|
}
|
|
1939
2028
|
}
|
|
1940
2029
|
]
|
|
1941
2030
|
},
|
|
1942
2031
|
{
|
|
1943
2032
|
"kind": "javascript-module",
|
|
1944
|
-
"path": "src/
|
|
2033
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1945
2034
|
"declarations": [
|
|
1946
2035
|
{
|
|
1947
2036
|
"kind": "class",
|
|
1948
2037
|
"description": "",
|
|
1949
|
-
"name": "
|
|
2038
|
+
"name": "ActionsMenu",
|
|
1950
2039
|
"members": [
|
|
1951
2040
|
{
|
|
1952
2041
|
"kind": "field",
|
|
1953
|
-
"name": "
|
|
2042
|
+
"name": "actions",
|
|
1954
2043
|
"type": {
|
|
1955
|
-
"text": "
|
|
2044
|
+
"text": "ActionMenuItem[]"
|
|
1956
2045
|
}
|
|
1957
2046
|
},
|
|
1958
2047
|
{
|
|
1959
2048
|
"kind": "field",
|
|
1960
|
-
"name": "
|
|
2049
|
+
"name": "isVertical",
|
|
1961
2050
|
"type": {
|
|
1962
|
-
"text": "
|
|
2051
|
+
"text": "boolean"
|
|
1963
2052
|
},
|
|
1964
|
-
"default": "
|
|
2053
|
+
"default": "false"
|
|
1965
2054
|
},
|
|
1966
2055
|
{
|
|
1967
2056
|
"kind": "field",
|
|
1968
|
-
"name": "
|
|
2057
|
+
"name": "addDefaultActions",
|
|
1969
2058
|
"type": {
|
|
1970
2059
|
"text": "boolean"
|
|
1971
|
-
}
|
|
1972
|
-
},
|
|
1973
|
-
{
|
|
1974
|
-
"kind": "field",
|
|
1975
|
-
"name": "mode",
|
|
1976
|
-
"type": {
|
|
1977
|
-
"text": "'append' | 'replace'"
|
|
1978
2060
|
},
|
|
1979
|
-
"default": "
|
|
2061
|
+
"default": "true"
|
|
1980
2062
|
},
|
|
1981
2063
|
{
|
|
1982
2064
|
"kind": "field",
|
|
1983
|
-
"name": "
|
|
2065
|
+
"name": "autoCloseOnAction",
|
|
1984
2066
|
"type": {
|
|
1985
|
-
"text": "
|
|
2067
|
+
"text": "boolean"
|
|
1986
2068
|
},
|
|
1987
|
-
"default": "
|
|
2069
|
+
"default": "true"
|
|
1988
2070
|
},
|
|
1989
2071
|
{
|
|
1990
2072
|
"kind": "field",
|
|
1991
|
-
"name": "
|
|
2073
|
+
"name": "classNames",
|
|
1992
2074
|
"type": {
|
|
1993
|
-
"text": "
|
|
1994
|
-
}
|
|
1995
|
-
"default": "false"
|
|
2075
|
+
"text": "string"
|
|
2076
|
+
}
|
|
1996
2077
|
},
|
|
1997
2078
|
{
|
|
1998
2079
|
"kind": "field",
|
|
1999
|
-
"name": "
|
|
2080
|
+
"name": "definition",
|
|
2000
2081
|
"type": {
|
|
2001
|
-
"text": "
|
|
2002
|
-
}
|
|
2003
|
-
"default": "null"
|
|
2082
|
+
"text": "any"
|
|
2083
|
+
}
|
|
2004
2084
|
},
|
|
2005
2085
|
{
|
|
2006
2086
|
"kind": "field",
|
|
2007
|
-
"name": "
|
|
2087
|
+
"name": "name",
|
|
2008
2088
|
"type": {
|
|
2009
|
-
"text": "
|
|
2089
|
+
"text": "string"
|
|
2010
2090
|
},
|
|
2011
|
-
"default": "
|
|
2091
|
+
"default": "'Actions'"
|
|
2012
2092
|
},
|
|
2013
2093
|
{
|
|
2014
2094
|
"kind": "field",
|
|
2015
|
-
"name": "
|
|
2095
|
+
"name": "open",
|
|
2016
2096
|
"type": {
|
|
2017
2097
|
"text": "boolean"
|
|
2018
2098
|
},
|
|
@@ -2020,75 +2100,125 @@
|
|
|
2020
2100
|
},
|
|
2021
2101
|
{
|
|
2022
2102
|
"kind": "field",
|
|
2023
|
-
"name": "
|
|
2103
|
+
"name": "buttonAppearance",
|
|
2024
2104
|
"type": {
|
|
2025
|
-
"text": "
|
|
2026
|
-
}
|
|
2027
|
-
"privacy": "public"
|
|
2105
|
+
"text": "string"
|
|
2106
|
+
}
|
|
2028
2107
|
},
|
|
2029
2108
|
{
|
|
2030
2109
|
"kind": "field",
|
|
2031
|
-
"name": "
|
|
2110
|
+
"name": "hideDisabled",
|
|
2032
2111
|
"type": {
|
|
2033
|
-
"text": "
|
|
2112
|
+
"text": "boolean"
|
|
2034
2113
|
},
|
|
2035
|
-
"
|
|
2036
|
-
"default": "null"
|
|
2114
|
+
"default": "false"
|
|
2037
2115
|
},
|
|
2038
2116
|
{
|
|
2039
2117
|
"kind": "field",
|
|
2040
|
-
"name": "
|
|
2118
|
+
"name": "hideMenuSingleOption",
|
|
2041
2119
|
"type": {
|
|
2042
|
-
"text": "
|
|
2120
|
+
"text": "boolean"
|
|
2043
2121
|
},
|
|
2044
|
-
"
|
|
2045
|
-
"default": "null"
|
|
2122
|
+
"default": "false"
|
|
2046
2123
|
},
|
|
2047
2124
|
{
|
|
2048
2125
|
"kind": "field",
|
|
2049
|
-
"name": "
|
|
2126
|
+
"name": "singleOption",
|
|
2050
2127
|
"type": {
|
|
2051
|
-
"text": "
|
|
2052
|
-
}
|
|
2053
|
-
"privacy": "private",
|
|
2054
|
-
"default": "''"
|
|
2128
|
+
"text": "ActionMenuItem"
|
|
2129
|
+
}
|
|
2055
2130
|
},
|
|
2056
2131
|
{
|
|
2057
2132
|
"kind": "field",
|
|
2058
|
-
"name": "
|
|
2133
|
+
"name": "actionsMenu",
|
|
2059
2134
|
"type": {
|
|
2060
|
-
"text": "
|
|
2061
|
-
}
|
|
2062
|
-
"readonly": true
|
|
2063
|
-
},
|
|
2064
|
-
{
|
|
2065
|
-
"kind": "method",
|
|
2066
|
-
"name": "handleSubmit"
|
|
2135
|
+
"text": "HTMLElement"
|
|
2136
|
+
}
|
|
2067
2137
|
},
|
|
2068
2138
|
{
|
|
2069
2139
|
"kind": "method",
|
|
2070
|
-
"name": "
|
|
2140
|
+
"name": "definitionChanged",
|
|
2141
|
+
"privacy": "protected",
|
|
2142
|
+
"parameters": [
|
|
2143
|
+
{
|
|
2144
|
+
"name": "oldValue",
|
|
2145
|
+
"type": {
|
|
2146
|
+
"text": "any"
|
|
2147
|
+
}
|
|
2148
|
+
},
|
|
2149
|
+
{
|
|
2150
|
+
"name": "newValue",
|
|
2151
|
+
"type": {
|
|
2152
|
+
"text": "any"
|
|
2153
|
+
}
|
|
2154
|
+
}
|
|
2155
|
+
]
|
|
2071
2156
|
},
|
|
2072
2157
|
{
|
|
2073
2158
|
"kind": "method",
|
|
2074
|
-
"name": "
|
|
2159
|
+
"name": "openChanged",
|
|
2160
|
+
"privacy": "protected"
|
|
2075
2161
|
},
|
|
2076
2162
|
{
|
|
2077
2163
|
"kind": "method",
|
|
2078
|
-
"name": "
|
|
2164
|
+
"name": "toggleActionsMenuVisibility"
|
|
2079
2165
|
},
|
|
2080
2166
|
{
|
|
2081
2167
|
"kind": "method",
|
|
2082
|
-
"name": "
|
|
2083
|
-
"
|
|
2168
|
+
"name": "onActionMenuItemClick",
|
|
2169
|
+
"parameters": [
|
|
2170
|
+
{
|
|
2171
|
+
"name": "callback",
|
|
2172
|
+
"type": {
|
|
2173
|
+
"text": "(rowData) => void | any"
|
|
2174
|
+
}
|
|
2175
|
+
}
|
|
2176
|
+
]
|
|
2084
2177
|
},
|
|
2085
2178
|
{
|
|
2086
2179
|
"kind": "field",
|
|
2087
|
-
"name": "
|
|
2180
|
+
"name": "allActions",
|
|
2088
2181
|
"type": {
|
|
2089
|
-
"text": "
|
|
2182
|
+
"text": "ActionMenuItem[]"
|
|
2090
2183
|
},
|
|
2091
|
-
"
|
|
2184
|
+
"readonly": true
|
|
2185
|
+
},
|
|
2186
|
+
{
|
|
2187
|
+
"kind": "field",
|
|
2188
|
+
"name": "rowData",
|
|
2189
|
+
"readonly": true
|
|
2190
|
+
},
|
|
2191
|
+
{
|
|
2192
|
+
"kind": "method",
|
|
2193
|
+
"name": "getLabel",
|
|
2194
|
+
"parameters": [
|
|
2195
|
+
{
|
|
2196
|
+
"name": "name",
|
|
2197
|
+
"type": {
|
|
2198
|
+
"text": "string | ((rowData: any) => string)"
|
|
2199
|
+
}
|
|
2200
|
+
}
|
|
2201
|
+
]
|
|
2202
|
+
},
|
|
2203
|
+
{
|
|
2204
|
+
"kind": "method",
|
|
2205
|
+
"name": "getTemplate",
|
|
2206
|
+
"parameters": [
|
|
2207
|
+
{
|
|
2208
|
+
"name": "prefix",
|
|
2209
|
+
"type": {
|
|
2210
|
+
"text": "string"
|
|
2211
|
+
}
|
|
2212
|
+
}
|
|
2213
|
+
]
|
|
2214
|
+
},
|
|
2215
|
+
{
|
|
2216
|
+
"kind": "field",
|
|
2217
|
+
"name": "_presentation",
|
|
2218
|
+
"type": {
|
|
2219
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2220
|
+
},
|
|
2221
|
+
"privacy": "private",
|
|
2092
2222
|
"default": "void 0",
|
|
2093
2223
|
"inheritedFrom": {
|
|
2094
2224
|
"name": "FoundationElement",
|
|
@@ -2196,150 +2326,113 @@
|
|
|
2196
2326
|
],
|
|
2197
2327
|
"attributes": [
|
|
2198
2328
|
{
|
|
2199
|
-
"name": "
|
|
2329
|
+
"name": "is-vertical",
|
|
2330
|
+
"type": {
|
|
2331
|
+
"text": "boolean"
|
|
2332
|
+
},
|
|
2333
|
+
"default": "false",
|
|
2334
|
+
"fieldName": "isVertical"
|
|
2335
|
+
},
|
|
2336
|
+
{
|
|
2337
|
+
"name": "add-default-actions",
|
|
2338
|
+
"type": {
|
|
2339
|
+
"text": "boolean"
|
|
2340
|
+
},
|
|
2341
|
+
"default": "true",
|
|
2342
|
+
"fieldName": "addDefaultActions"
|
|
2343
|
+
},
|
|
2344
|
+
{
|
|
2345
|
+
"name": "auto-close-on-action",
|
|
2346
|
+
"type": {
|
|
2347
|
+
"text": "boolean"
|
|
2348
|
+
},
|
|
2349
|
+
"default": "true",
|
|
2350
|
+
"fieldName": "autoCloseOnAction"
|
|
2351
|
+
},
|
|
2352
|
+
{
|
|
2353
|
+
"name": "name",
|
|
2200
2354
|
"type": {
|
|
2201
2355
|
"text": "string"
|
|
2202
2356
|
},
|
|
2203
|
-
"default": "'
|
|
2204
|
-
"fieldName": "
|
|
2357
|
+
"default": "'Actions'",
|
|
2358
|
+
"fieldName": "name"
|
|
2205
2359
|
},
|
|
2206
2360
|
{
|
|
2361
|
+
"name": "open",
|
|
2207
2362
|
"type": {
|
|
2208
2363
|
"text": "boolean"
|
|
2209
2364
|
},
|
|
2210
|
-
"
|
|
2365
|
+
"default": "false",
|
|
2366
|
+
"fieldName": "open"
|
|
2211
2367
|
},
|
|
2212
2368
|
{
|
|
2213
|
-
"name": "
|
|
2369
|
+
"name": "buttonAppearance",
|
|
2214
2370
|
"type": {
|
|
2215
|
-
"text": "
|
|
2371
|
+
"text": "string"
|
|
2216
2372
|
},
|
|
2217
|
-
"
|
|
2218
|
-
|
|
2373
|
+
"fieldName": "buttonAppearance"
|
|
2374
|
+
},
|
|
2375
|
+
{
|
|
2376
|
+
"name": "hide-disabled",
|
|
2377
|
+
"type": {
|
|
2378
|
+
"text": "boolean"
|
|
2379
|
+
},
|
|
2380
|
+
"default": "false",
|
|
2381
|
+
"fieldName": "hideDisabled"
|
|
2382
|
+
},
|
|
2383
|
+
{
|
|
2384
|
+
"name": "hide-menu-single-option",
|
|
2385
|
+
"type": {
|
|
2386
|
+
"text": "boolean"
|
|
2387
|
+
},
|
|
2388
|
+
"default": "false",
|
|
2389
|
+
"fieldName": "hideMenuSingleOption"
|
|
2219
2390
|
}
|
|
2220
2391
|
],
|
|
2221
2392
|
"superclass": {
|
|
2222
2393
|
"name": "FoundationElement",
|
|
2223
2394
|
"package": "@microsoft/fast-foundation"
|
|
2224
2395
|
},
|
|
2225
|
-
"tagName": "%%prefix%%-
|
|
2396
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
2226
2397
|
"customElement": true
|
|
2227
2398
|
},
|
|
2228
2399
|
{
|
|
2229
2400
|
"kind": "variable",
|
|
2230
|
-
"name": "
|
|
2231
|
-
"
|
|
2232
|
-
|
|
2233
|
-
},
|
|
2234
|
-
"default": "undefined"
|
|
2235
|
-
},
|
|
2236
|
-
{
|
|
2237
|
-
"kind": "variable",
|
|
2238
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2239
|
-
"type": {
|
|
2240
|
-
"text": "object"
|
|
2241
|
-
},
|
|
2242
|
-
"default": "{}"
|
|
2243
|
-
},
|
|
2244
|
-
{
|
|
2245
|
-
"kind": "variable",
|
|
2246
|
-
"name": "foundationAiCriteriaSearch"
|
|
2401
|
+
"name": "foundationActionsMenu",
|
|
2402
|
+
"description": "The Foundation Actions Menu",
|
|
2403
|
+
"privacy": "public"
|
|
2247
2404
|
}
|
|
2248
2405
|
],
|
|
2249
2406
|
"exports": [
|
|
2250
2407
|
{
|
|
2251
2408
|
"kind": "js",
|
|
2252
|
-
"name": "
|
|
2253
|
-
"declaration": {
|
|
2254
|
-
"name": "AiCriteriaSearch",
|
|
2255
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2256
|
-
}
|
|
2257
|
-
},
|
|
2258
|
-
{
|
|
2259
|
-
"kind": "js",
|
|
2260
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2261
|
-
"declaration": {
|
|
2262
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2263
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2264
|
-
}
|
|
2265
|
-
},
|
|
2266
|
-
{
|
|
2267
|
-
"kind": "js",
|
|
2268
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2409
|
+
"name": "ActionsMenu",
|
|
2269
2410
|
"declaration": {
|
|
2270
|
-
"name": "
|
|
2271
|
-
"module": "src/
|
|
2411
|
+
"name": "ActionsMenu",
|
|
2412
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2272
2413
|
}
|
|
2273
2414
|
},
|
|
2274
2415
|
{
|
|
2275
2416
|
"kind": "js",
|
|
2276
|
-
"name": "
|
|
2417
|
+
"name": "foundationActionsMenu",
|
|
2277
2418
|
"declaration": {
|
|
2278
|
-
"name": "
|
|
2279
|
-
"module": "src/
|
|
2419
|
+
"name": "foundationActionsMenu",
|
|
2420
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2280
2421
|
}
|
|
2281
2422
|
}
|
|
2282
2423
|
]
|
|
2283
2424
|
},
|
|
2284
2425
|
{
|
|
2285
2426
|
"kind": "javascript-module",
|
|
2286
|
-
"path": "src/
|
|
2427
|
+
"path": "src/actions-menu/index.ts",
|
|
2287
2428
|
"declarations": [],
|
|
2288
2429
|
"exports": [
|
|
2289
|
-
{
|
|
2290
|
-
"kind": "js",
|
|
2291
|
-
"name": "AiCriteriaSearch",
|
|
2292
|
-
"declaration": {
|
|
2293
|
-
"name": "AiCriteriaSearch",
|
|
2294
|
-
"module": "./ai-criteria-search"
|
|
2295
|
-
}
|
|
2296
|
-
},
|
|
2297
|
-
{
|
|
2298
|
-
"kind": "js",
|
|
2299
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2300
|
-
"declaration": {
|
|
2301
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2302
|
-
"module": "./ai-criteria-search"
|
|
2303
|
-
}
|
|
2304
|
-
},
|
|
2305
|
-
{
|
|
2306
|
-
"kind": "js",
|
|
2307
|
-
"name": "foundationAiCriteriaSearch",
|
|
2308
|
-
"declaration": {
|
|
2309
|
-
"name": "foundationAiCriteriaSearch",
|
|
2310
|
-
"module": "./ai-criteria-search"
|
|
2311
|
-
}
|
|
2312
|
-
},
|
|
2313
|
-
{
|
|
2314
|
-
"kind": "js",
|
|
2315
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2316
|
-
"declaration": {
|
|
2317
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2318
|
-
"module": "./ai-criteria-search"
|
|
2319
|
-
}
|
|
2320
|
-
},
|
|
2321
|
-
{
|
|
2322
|
-
"kind": "js",
|
|
2323
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
2324
|
-
"declaration": {
|
|
2325
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
2326
|
-
"module": "./ai-criteria-search.styles"
|
|
2327
|
-
}
|
|
2328
|
-
},
|
|
2329
|
-
{
|
|
2330
|
-
"kind": "js",
|
|
2331
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
2332
|
-
"declaration": {
|
|
2333
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
2334
|
-
"module": "./ai-criteria-search.template"
|
|
2335
|
-
}
|
|
2336
|
-
},
|
|
2337
2430
|
{
|
|
2338
2431
|
"kind": "js",
|
|
2339
2432
|
"name": "*",
|
|
2340
2433
|
"declaration": {
|
|
2341
2434
|
"name": "*",
|
|
2342
|
-
"package": "./
|
|
2435
|
+
"package": "./actions-menu.styles"
|
|
2343
2436
|
}
|
|
2344
2437
|
},
|
|
2345
2438
|
{
|
|
@@ -2347,7 +2440,7 @@
|
|
|
2347
2440
|
"name": "*",
|
|
2348
2441
|
"declaration": {
|
|
2349
2442
|
"name": "*",
|
|
2350
|
-
"package": "./
|
|
2443
|
+
"package": "./actions-menu.template"
|
|
2351
2444
|
}
|
|
2352
2445
|
},
|
|
2353
2446
|
{
|
|
@@ -2355,157 +2448,64 @@
|
|
|
2355
2448
|
"name": "*",
|
|
2356
2449
|
"declaration": {
|
|
2357
2450
|
"name": "*",
|
|
2358
|
-
"package": "./
|
|
2359
|
-
}
|
|
2360
|
-
}
|
|
2361
|
-
]
|
|
2362
|
-
},
|
|
2363
|
-
{
|
|
2364
|
-
"kind": "javascript-module",
|
|
2365
|
-
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
2366
|
-
"declarations": [
|
|
2367
|
-
{
|
|
2368
|
-
"kind": "function",
|
|
2369
|
-
"name": "formatValidationErrors",
|
|
2370
|
-
"return": {
|
|
2371
|
-
"type": {
|
|
2372
|
-
"text": "string"
|
|
2373
|
-
}
|
|
2374
|
-
},
|
|
2375
|
-
"parameters": [
|
|
2376
|
-
{
|
|
2377
|
-
"name": "errors",
|
|
2378
|
-
"type": {
|
|
2379
|
-
"text": "ValidationError[]"
|
|
2380
|
-
}
|
|
2381
|
-
}
|
|
2382
|
-
],
|
|
2383
|
-
"description": "Formats validation errors into a user-friendly message."
|
|
2384
|
-
},
|
|
2385
|
-
{
|
|
2386
|
-
"kind": "function",
|
|
2387
|
-
"name": "showCriteriaError",
|
|
2388
|
-
"return": {
|
|
2389
|
-
"type": {
|
|
2390
|
-
"text": "void"
|
|
2391
|
-
}
|
|
2392
|
-
},
|
|
2393
|
-
"parameters": [
|
|
2394
|
-
{
|
|
2395
|
-
"name": "title",
|
|
2396
|
-
"type": {
|
|
2397
|
-
"text": "string"
|
|
2398
|
-
},
|
|
2399
|
-
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
2400
|
-
},
|
|
2401
|
-
{
|
|
2402
|
-
"name": "body",
|
|
2403
|
-
"type": {
|
|
2404
|
-
"text": "string"
|
|
2405
|
-
},
|
|
2406
|
-
"description": "Error message to display"
|
|
2407
|
-
},
|
|
2408
|
-
{
|
|
2409
|
-
"name": "tagName",
|
|
2410
|
-
"type": {
|
|
2411
|
-
"text": "string"
|
|
2412
|
-
},
|
|
2413
|
-
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
2414
|
-
}
|
|
2415
|
-
],
|
|
2416
|
-
"description": "Shows a criteria error as a toast notification."
|
|
2417
|
-
}
|
|
2418
|
-
],
|
|
2419
|
-
"exports": [
|
|
2420
|
-
{
|
|
2421
|
-
"kind": "js",
|
|
2422
|
-
"name": "formatValidationErrors",
|
|
2423
|
-
"declaration": {
|
|
2424
|
-
"name": "formatValidationErrors",
|
|
2425
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2426
|
-
}
|
|
2427
|
-
},
|
|
2428
|
-
{
|
|
2429
|
-
"kind": "js",
|
|
2430
|
-
"name": "showCriteriaError",
|
|
2431
|
-
"declaration": {
|
|
2432
|
-
"name": "showCriteriaError",
|
|
2433
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2451
|
+
"package": "./actions-menu"
|
|
2434
2452
|
}
|
|
2435
2453
|
}
|
|
2436
2454
|
]
|
|
2437
2455
|
},
|
|
2438
2456
|
{
|
|
2439
2457
|
"kind": "javascript-module",
|
|
2440
|
-
"path": "src/ai-
|
|
2458
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2441
2459
|
"declarations": [
|
|
2442
2460
|
{
|
|
2443
|
-
"kind": "
|
|
2444
|
-
"name": "
|
|
2445
|
-
"
|
|
2446
|
-
"type": {
|
|
2447
|
-
"text": "ElementStyles"
|
|
2448
|
-
}
|
|
2449
|
-
},
|
|
2450
|
-
"parameters": [
|
|
2451
|
-
{
|
|
2452
|
-
"name": "context",
|
|
2453
|
-
"type": {
|
|
2454
|
-
"text": "ElementDefinitionContext"
|
|
2455
|
-
}
|
|
2456
|
-
},
|
|
2457
|
-
{
|
|
2458
|
-
"name": "definition",
|
|
2459
|
-
"type": {
|
|
2460
|
-
"text": "FoundationElementDefinition"
|
|
2461
|
-
}
|
|
2462
|
-
}
|
|
2463
|
-
]
|
|
2461
|
+
"kind": "variable",
|
|
2462
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2463
|
+
"default": "css`\n :host {\n display: block;\n width: 800px;\n }\n\n .ai-criteria-search {\n display: flex;\n flex-direction: column;\n gap: calc(${designUnit} * 2px);\n }\n\n .ai-criteria-search-row {\n display: flex;\n flex-direction: row;\n gap: calc(${designUnit} * 2px);\n align-items: center;\n }\n\n .criteria-input {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n }\n\n .mic-icon {\n color: var(--neutral-foreground-rest);\n fill: currentColor;\n }\n\n .mode-control {\n flex-shrink: 0;\n }\n`"
|
|
2464
2464
|
}
|
|
2465
2465
|
],
|
|
2466
2466
|
"exports": [
|
|
2467
2467
|
{
|
|
2468
2468
|
"kind": "js",
|
|
2469
|
-
"name": "
|
|
2469
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2470
2470
|
"declaration": {
|
|
2471
|
-
"name": "
|
|
2472
|
-
"module": "src/ai-
|
|
2471
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2472
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
2473
2473
|
}
|
|
2474
2474
|
}
|
|
2475
2475
|
]
|
|
2476
2476
|
},
|
|
2477
2477
|
{
|
|
2478
2478
|
"kind": "javascript-module",
|
|
2479
|
-
"path": "src/ai-
|
|
2479
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
2480
2480
|
"declarations": [
|
|
2481
2481
|
{
|
|
2482
2482
|
"kind": "variable",
|
|
2483
|
-
"name": "
|
|
2483
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2484
2484
|
"type": {
|
|
2485
|
-
"text": "ViewTemplate<
|
|
2485
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
2486
2486
|
},
|
|
2487
|
-
"default": "html`\n ${(x) =>
|
|
2487
|
+
"default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
|
|
2488
2488
|
}
|
|
2489
2489
|
],
|
|
2490
2490
|
"exports": [
|
|
2491
2491
|
{
|
|
2492
2492
|
"kind": "js",
|
|
2493
|
-
"name": "
|
|
2493
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2494
2494
|
"declaration": {
|
|
2495
|
-
"name": "
|
|
2496
|
-
"module": "src/ai-
|
|
2495
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2496
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
2497
2497
|
}
|
|
2498
2498
|
}
|
|
2499
2499
|
]
|
|
2500
2500
|
},
|
|
2501
2501
|
{
|
|
2502
2502
|
"kind": "javascript-module",
|
|
2503
|
-
"path": "src/ai-
|
|
2503
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
2504
2504
|
"declarations": [
|
|
2505
2505
|
{
|
|
2506
2506
|
"kind": "class",
|
|
2507
2507
|
"description": "",
|
|
2508
|
-
"name": "
|
|
2508
|
+
"name": "AiCriteriaSearch",
|
|
2509
2509
|
"members": [
|
|
2510
2510
|
{
|
|
2511
2511
|
"kind": "field",
|
|
@@ -2516,31 +2516,38 @@
|
|
|
2516
2516
|
},
|
|
2517
2517
|
{
|
|
2518
2518
|
"kind": "field",
|
|
2519
|
-
"name": "
|
|
2519
|
+
"name": "placeholder",
|
|
2520
|
+
"type": {
|
|
2521
|
+
"text": "string"
|
|
2522
|
+
},
|
|
2523
|
+
"default": "'Describe your search criteria in natural language...'"
|
|
2524
|
+
},
|
|
2525
|
+
{
|
|
2526
|
+
"kind": "field",
|
|
2527
|
+
"name": "disabled",
|
|
2520
2528
|
"type": {
|
|
2521
|
-
"text": "
|
|
2522
|
-
}
|
|
2523
|
-
"default": "null"
|
|
2529
|
+
"text": "boolean"
|
|
2530
|
+
}
|
|
2524
2531
|
},
|
|
2525
2532
|
{
|
|
2526
2533
|
"kind": "field",
|
|
2527
|
-
"name": "
|
|
2534
|
+
"name": "mode",
|
|
2528
2535
|
"type": {
|
|
2529
|
-
"text": "
|
|
2536
|
+
"text": "'append' | 'replace'"
|
|
2530
2537
|
},
|
|
2531
|
-
"default": "
|
|
2538
|
+
"default": "'replace'"
|
|
2532
2539
|
},
|
|
2533
2540
|
{
|
|
2534
2541
|
"kind": "field",
|
|
2535
|
-
"name": "
|
|
2542
|
+
"name": "inputValue",
|
|
2536
2543
|
"type": {
|
|
2537
|
-
"text": "
|
|
2544
|
+
"text": "string"
|
|
2538
2545
|
},
|
|
2539
|
-
"default": "'
|
|
2546
|
+
"default": "''"
|
|
2540
2547
|
},
|
|
2541
2548
|
{
|
|
2542
2549
|
"kind": "field",
|
|
2543
|
-
"name": "
|
|
2550
|
+
"name": "isInterpreting",
|
|
2544
2551
|
"type": {
|
|
2545
2552
|
"text": "boolean"
|
|
2546
2553
|
},
|
|
@@ -2548,133 +2555,91 @@
|
|
|
2548
2555
|
},
|
|
2549
2556
|
{
|
|
2550
2557
|
"kind": "field",
|
|
2551
|
-
"name": "
|
|
2558
|
+
"name": "lastValidCriteria",
|
|
2552
2559
|
"type": {
|
|
2553
|
-
"text": "
|
|
2560
|
+
"text": "string | null"
|
|
2554
2561
|
},
|
|
2555
|
-
"privacy": "private",
|
|
2556
2562
|
"default": "null"
|
|
2557
2563
|
},
|
|
2558
2564
|
{
|
|
2559
2565
|
"kind": "field",
|
|
2560
|
-
"name": "
|
|
2561
|
-
"privacy": "private"
|
|
2562
|
-
},
|
|
2563
|
-
{
|
|
2564
|
-
"kind": "field",
|
|
2565
|
-
"name": "chromeStatusLabel",
|
|
2566
|
+
"name": "fieldMetadata",
|
|
2566
2567
|
"type": {
|
|
2567
|
-
"text": "
|
|
2568
|
+
"text": "MetadataDetail[] | string[]"
|
|
2568
2569
|
},
|
|
2569
|
-
"
|
|
2570
|
+
"default": "[]"
|
|
2570
2571
|
},
|
|
2571
2572
|
{
|
|
2572
2573
|
"kind": "field",
|
|
2573
|
-
"name": "
|
|
2574
|
+
"name": "isRecording",
|
|
2574
2575
|
"type": {
|
|
2575
2576
|
"text": "boolean"
|
|
2576
2577
|
},
|
|
2577
|
-
"
|
|
2578
|
+
"default": "false"
|
|
2578
2579
|
},
|
|
2579
2580
|
{
|
|
2580
2581
|
"kind": "field",
|
|
2581
|
-
"name": "
|
|
2582
|
+
"name": "textAreaRef",
|
|
2582
2583
|
"type": {
|
|
2583
|
-
"text": "
|
|
2584
|
+
"text": "HTMLTextAreaElement"
|
|
2584
2585
|
},
|
|
2585
|
-
"
|
|
2586
|
+
"privacy": "public"
|
|
2586
2587
|
},
|
|
2587
2588
|
{
|
|
2588
|
-
"kind": "
|
|
2589
|
-
"name": "
|
|
2590
|
-
"
|
|
2591
|
-
"
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2589
|
+
"kind": "field",
|
|
2590
|
+
"name": "stopRecording",
|
|
2591
|
+
"type": {
|
|
2592
|
+
"text": "(() => void) | null"
|
|
2593
|
+
},
|
|
2594
|
+
"privacy": "private",
|
|
2595
|
+
"default": "null"
|
|
2595
2596
|
},
|
|
2596
2597
|
{
|
|
2597
|
-
"kind": "
|
|
2598
|
-
"name": "
|
|
2598
|
+
"kind": "field",
|
|
2599
|
+
"name": "speechApplyDebounceTimer",
|
|
2600
|
+
"type": {
|
|
2601
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
2602
|
+
},
|
|
2599
2603
|
"privacy": "private",
|
|
2600
|
-
"
|
|
2601
|
-
{
|
|
2602
|
-
"name": "event",
|
|
2603
|
-
"type": {
|
|
2604
|
-
"text": "MouseEvent"
|
|
2605
|
-
}
|
|
2606
|
-
}
|
|
2607
|
-
]
|
|
2604
|
+
"default": "null"
|
|
2608
2605
|
},
|
|
2609
2606
|
{
|
|
2610
|
-
"kind": "
|
|
2611
|
-
"name": "
|
|
2607
|
+
"kind": "field",
|
|
2608
|
+
"name": "baseInputForAppend",
|
|
2609
|
+
"type": {
|
|
2610
|
+
"text": "string"
|
|
2611
|
+
},
|
|
2612
|
+
"privacy": "private",
|
|
2613
|
+
"default": "''"
|
|
2612
2614
|
},
|
|
2613
2615
|
{
|
|
2614
|
-
"kind": "
|
|
2615
|
-
"name": "
|
|
2616
|
-
"
|
|
2617
|
-
"
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
}
|
|
2616
|
+
"kind": "field",
|
|
2617
|
+
"name": "speechAvailable",
|
|
2618
|
+
"type": {
|
|
2619
|
+
"text": "boolean"
|
|
2620
|
+
},
|
|
2621
|
+
"readonly": true
|
|
2621
2622
|
},
|
|
2622
2623
|
{
|
|
2623
2624
|
"kind": "method",
|
|
2624
|
-
"name": "
|
|
2625
|
-
"privacy": "private",
|
|
2626
|
-
"return": {
|
|
2627
|
-
"type": {
|
|
2628
|
-
"text": "AIIndicatorState"
|
|
2629
|
-
}
|
|
2630
|
-
},
|
|
2631
|
-
"parameters": [
|
|
2632
|
-
{
|
|
2633
|
-
"name": "s",
|
|
2634
|
-
"type": {
|
|
2635
|
-
"text": "AIStatus | null"
|
|
2636
|
-
}
|
|
2637
|
-
}
|
|
2638
|
-
]
|
|
2625
|
+
"name": "handleSubmit"
|
|
2639
2626
|
},
|
|
2640
2627
|
{
|
|
2641
2628
|
"kind": "method",
|
|
2642
|
-
"name": "
|
|
2643
|
-
"privacy": "private",
|
|
2644
|
-
"return": {
|
|
2645
|
-
"type": {
|
|
2646
|
-
"text": "void"
|
|
2647
|
-
}
|
|
2648
|
-
}
|
|
2629
|
+
"name": "handleBlur"
|
|
2649
2630
|
},
|
|
2650
2631
|
{
|
|
2651
2632
|
"kind": "method",
|
|
2652
|
-
"name": "
|
|
2653
|
-
"privacy": "private",
|
|
2654
|
-
"return": {
|
|
2655
|
-
"type": {
|
|
2656
|
-
"text": "void"
|
|
2657
|
-
}
|
|
2658
|
-
}
|
|
2633
|
+
"name": "clear"
|
|
2659
2634
|
},
|
|
2660
2635
|
{
|
|
2661
2636
|
"kind": "method",
|
|
2662
|
-
"name": "
|
|
2663
|
-
"privacy": "private",
|
|
2664
|
-
"return": {
|
|
2665
|
-
"type": {
|
|
2666
|
-
"text": "void"
|
|
2667
|
-
}
|
|
2668
|
-
}
|
|
2637
|
+
"name": "toggleSpeechInput"
|
|
2669
2638
|
},
|
|
2670
2639
|
{
|
|
2671
2640
|
"kind": "method",
|
|
2672
|
-
"name": "
|
|
2673
|
-
"
|
|
2674
|
-
"type": {
|
|
2675
|
-
"text": "Promise<void>"
|
|
2676
|
-
}
|
|
2677
|
-
}
|
|
2641
|
+
"name": "clearSpeechApplyDebounce",
|
|
2642
|
+
"privacy": "private"
|
|
2678
2643
|
},
|
|
2679
2644
|
{
|
|
2680
2645
|
"kind": "field",
|
|
@@ -2788,409 +2753,487 @@
|
|
|
2788
2753
|
}
|
|
2789
2754
|
}
|
|
2790
2755
|
],
|
|
2756
|
+
"attributes": [
|
|
2757
|
+
{
|
|
2758
|
+
"name": "placeholder",
|
|
2759
|
+
"type": {
|
|
2760
|
+
"text": "string"
|
|
2761
|
+
},
|
|
2762
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
2763
|
+
"fieldName": "placeholder"
|
|
2764
|
+
},
|
|
2765
|
+
{
|
|
2766
|
+
"type": {
|
|
2767
|
+
"text": "boolean"
|
|
2768
|
+
},
|
|
2769
|
+
"fieldName": "disabled"
|
|
2770
|
+
},
|
|
2771
|
+
{
|
|
2772
|
+
"name": "mode",
|
|
2773
|
+
"type": {
|
|
2774
|
+
"text": "'append' | 'replace'"
|
|
2775
|
+
},
|
|
2776
|
+
"default": "'replace'",
|
|
2777
|
+
"fieldName": "mode"
|
|
2778
|
+
}
|
|
2779
|
+
],
|
|
2791
2780
|
"superclass": {
|
|
2792
2781
|
"name": "FoundationElement",
|
|
2793
2782
|
"package": "@microsoft/fast-foundation"
|
|
2794
2783
|
},
|
|
2795
|
-
"tagName": "%%prefix%%-ai-
|
|
2784
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
2796
2785
|
"customElement": true
|
|
2797
2786
|
},
|
|
2798
2787
|
{
|
|
2799
2788
|
"kind": "variable",
|
|
2800
|
-
"name": "
|
|
2789
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2790
|
+
"type": {
|
|
2791
|
+
"text": "ShadowRootInit"
|
|
2792
|
+
},
|
|
2793
|
+
"default": "undefined"
|
|
2794
|
+
},
|
|
2795
|
+
{
|
|
2796
|
+
"kind": "variable",
|
|
2797
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2798
|
+
"type": {
|
|
2799
|
+
"text": "object"
|
|
2800
|
+
},
|
|
2801
|
+
"default": "{}"
|
|
2802
|
+
},
|
|
2803
|
+
{
|
|
2804
|
+
"kind": "variable",
|
|
2805
|
+
"name": "foundationAiCriteriaSearch"
|
|
2801
2806
|
}
|
|
2802
2807
|
],
|
|
2803
2808
|
"exports": [
|
|
2804
2809
|
{
|
|
2805
2810
|
"kind": "js",
|
|
2806
|
-
"name": "
|
|
2811
|
+
"name": "AiCriteriaSearch",
|
|
2807
2812
|
"declaration": {
|
|
2808
|
-
"name": "
|
|
2809
|
-
"module": "src/ai-
|
|
2813
|
+
"name": "AiCriteriaSearch",
|
|
2814
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2810
2815
|
}
|
|
2811
2816
|
},
|
|
2812
2817
|
{
|
|
2813
2818
|
"kind": "js",
|
|
2814
|
-
"name": "
|
|
2819
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2815
2820
|
"declaration": {
|
|
2816
|
-
"name": "
|
|
2817
|
-
"module": "src/ai-
|
|
2821
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2822
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2823
|
+
}
|
|
2824
|
+
},
|
|
2825
|
+
{
|
|
2826
|
+
"kind": "js",
|
|
2827
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2828
|
+
"declaration": {
|
|
2829
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2830
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2831
|
+
}
|
|
2832
|
+
},
|
|
2833
|
+
{
|
|
2834
|
+
"kind": "js",
|
|
2835
|
+
"name": "foundationAiCriteriaSearch",
|
|
2836
|
+
"declaration": {
|
|
2837
|
+
"name": "foundationAiCriteriaSearch",
|
|
2838
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2818
2839
|
}
|
|
2819
2840
|
}
|
|
2820
2841
|
]
|
|
2821
2842
|
},
|
|
2822
2843
|
{
|
|
2823
2844
|
"kind": "javascript-module",
|
|
2824
|
-
"path": "src/ai-
|
|
2845
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
2825
2846
|
"declarations": [],
|
|
2826
2847
|
"exports": [
|
|
2827
2848
|
{
|
|
2828
2849
|
"kind": "js",
|
|
2829
|
-
"name": "
|
|
2850
|
+
"name": "AiCriteriaSearch",
|
|
2830
2851
|
"declaration": {
|
|
2831
|
-
"name": "
|
|
2832
|
-
"module": "./ai-
|
|
2852
|
+
"name": "AiCriteriaSearch",
|
|
2853
|
+
"module": "./ai-criteria-search"
|
|
2833
2854
|
}
|
|
2834
2855
|
},
|
|
2835
2856
|
{
|
|
2836
2857
|
"kind": "js",
|
|
2837
|
-
"name": "
|
|
2858
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2838
2859
|
"declaration": {
|
|
2839
|
-
"name": "
|
|
2840
|
-
"module": "./ai-
|
|
2860
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2861
|
+
"module": "./ai-criteria-search"
|
|
2862
|
+
}
|
|
2863
|
+
},
|
|
2864
|
+
{
|
|
2865
|
+
"kind": "js",
|
|
2866
|
+
"name": "foundationAiCriteriaSearch",
|
|
2867
|
+
"declaration": {
|
|
2868
|
+
"name": "foundationAiCriteriaSearch",
|
|
2869
|
+
"module": "./ai-criteria-search"
|
|
2870
|
+
}
|
|
2871
|
+
},
|
|
2872
|
+
{
|
|
2873
|
+
"kind": "js",
|
|
2874
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2875
|
+
"declaration": {
|
|
2876
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2877
|
+
"module": "./ai-criteria-search"
|
|
2878
|
+
}
|
|
2879
|
+
},
|
|
2880
|
+
{
|
|
2881
|
+
"kind": "js",
|
|
2882
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2883
|
+
"declaration": {
|
|
2884
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2885
|
+
"module": "./ai-criteria-search.styles"
|
|
2841
2886
|
}
|
|
2842
2887
|
},
|
|
2843
2888
|
{
|
|
2844
2889
|
"kind": "js",
|
|
2845
|
-
"name": "
|
|
2890
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2846
2891
|
"declaration": {
|
|
2847
|
-
"name": "
|
|
2848
|
-
"module": "./ai-
|
|
2892
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2893
|
+
"module": "./ai-criteria-search.template"
|
|
2849
2894
|
}
|
|
2850
2895
|
},
|
|
2851
2896
|
{
|
|
2852
2897
|
"kind": "js",
|
|
2853
|
-
"name": "
|
|
2898
|
+
"name": "*",
|
|
2854
2899
|
"declaration": {
|
|
2855
|
-
"name": "
|
|
2856
|
-
"
|
|
2900
|
+
"name": "*",
|
|
2901
|
+
"package": "./validation/criteria-ir"
|
|
2857
2902
|
}
|
|
2858
2903
|
},
|
|
2859
2904
|
{
|
|
2860
2905
|
"kind": "js",
|
|
2861
|
-
"name": "
|
|
2906
|
+
"name": "*",
|
|
2862
2907
|
"declaration": {
|
|
2863
|
-
"name": "
|
|
2864
|
-
"
|
|
2908
|
+
"name": "*",
|
|
2909
|
+
"package": "./validation/operator-map"
|
|
2865
2910
|
}
|
|
2866
2911
|
},
|
|
2867
2912
|
{
|
|
2868
2913
|
"kind": "js",
|
|
2869
|
-
"name": "
|
|
2914
|
+
"name": "*",
|
|
2870
2915
|
"declaration": {
|
|
2871
|
-
"name": "
|
|
2872
|
-
"
|
|
2916
|
+
"name": "*",
|
|
2917
|
+
"package": "./validation/schema-validator"
|
|
2873
2918
|
}
|
|
2874
2919
|
}
|
|
2875
2920
|
]
|
|
2876
2921
|
},
|
|
2877
2922
|
{
|
|
2878
2923
|
"kind": "javascript-module",
|
|
2879
|
-
"path": "src/
|
|
2924
|
+
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
2880
2925
|
"declarations": [
|
|
2881
2926
|
{
|
|
2882
2927
|
"kind": "function",
|
|
2883
|
-
"name": "
|
|
2928
|
+
"name": "formatValidationErrors",
|
|
2884
2929
|
"return": {
|
|
2885
2930
|
"type": {
|
|
2886
|
-
"text": "
|
|
2931
|
+
"text": "string"
|
|
2887
2932
|
}
|
|
2888
2933
|
},
|
|
2889
2934
|
"parameters": [
|
|
2890
2935
|
{
|
|
2891
|
-
"name": "
|
|
2892
|
-
"type": {
|
|
2893
|
-
"text": "ElementDefinitionContext"
|
|
2894
|
-
}
|
|
2895
|
-
},
|
|
2896
|
-
{
|
|
2897
|
-
"name": "definition",
|
|
2936
|
+
"name": "errors",
|
|
2898
2937
|
"type": {
|
|
2899
|
-
"text": "
|
|
2938
|
+
"text": "ValidationError[]"
|
|
2900
2939
|
}
|
|
2901
2940
|
}
|
|
2902
|
-
]
|
|
2941
|
+
],
|
|
2942
|
+
"description": "Formats validation errors into a user-friendly message."
|
|
2903
2943
|
},
|
|
2904
2944
|
{
|
|
2905
2945
|
"kind": "function",
|
|
2906
|
-
"name": "
|
|
2946
|
+
"name": "showCriteriaError",
|
|
2907
2947
|
"return": {
|
|
2908
2948
|
"type": {
|
|
2909
|
-
"text": "
|
|
2949
|
+
"text": "void"
|
|
2910
2950
|
}
|
|
2911
2951
|
},
|
|
2912
2952
|
"parameters": [
|
|
2913
2953
|
{
|
|
2914
|
-
"name": "
|
|
2954
|
+
"name": "title",
|
|
2915
2955
|
"type": {
|
|
2916
|
-
"text": "
|
|
2917
|
-
}
|
|
2956
|
+
"text": "string"
|
|
2957
|
+
},
|
|
2958
|
+
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
2918
2959
|
},
|
|
2919
2960
|
{
|
|
2920
|
-
"name": "
|
|
2961
|
+
"name": "body",
|
|
2921
2962
|
"type": {
|
|
2922
|
-
"text": "
|
|
2923
|
-
}
|
|
2963
|
+
"text": "string"
|
|
2964
|
+
},
|
|
2965
|
+
"description": "Error message to display"
|
|
2966
|
+
},
|
|
2967
|
+
{
|
|
2968
|
+
"name": "tagName",
|
|
2969
|
+
"type": {
|
|
2970
|
+
"text": "string"
|
|
2971
|
+
},
|
|
2972
|
+
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
2924
2973
|
}
|
|
2925
|
-
]
|
|
2974
|
+
],
|
|
2975
|
+
"description": "Shows a criteria error as a toast notification."
|
|
2926
2976
|
}
|
|
2927
2977
|
],
|
|
2928
2978
|
"exports": [
|
|
2929
2979
|
{
|
|
2930
2980
|
"kind": "js",
|
|
2931
|
-
"name": "
|
|
2981
|
+
"name": "formatValidationErrors",
|
|
2932
2982
|
"declaration": {
|
|
2933
|
-
"name": "
|
|
2934
|
-
"module": "src/
|
|
2983
|
+
"name": "formatValidationErrors",
|
|
2984
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2935
2985
|
}
|
|
2936
2986
|
},
|
|
2937
2987
|
{
|
|
2938
2988
|
"kind": "js",
|
|
2939
|
-
"name": "
|
|
2989
|
+
"name": "showCriteriaError",
|
|
2940
2990
|
"declaration": {
|
|
2941
|
-
"name": "
|
|
2942
|
-
"module": "src/
|
|
2991
|
+
"name": "showCriteriaError",
|
|
2992
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2943
2993
|
}
|
|
2944
2994
|
}
|
|
2945
2995
|
]
|
|
2946
2996
|
},
|
|
2947
2997
|
{
|
|
2948
2998
|
"kind": "javascript-module",
|
|
2949
|
-
"path": "src/
|
|
2999
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
2950
3000
|
"declarations": [
|
|
2951
3001
|
{
|
|
2952
3002
|
"kind": "function",
|
|
2953
|
-
"name": "
|
|
3003
|
+
"name": "foundationAiIndicatorStyles",
|
|
3004
|
+
"return": {
|
|
3005
|
+
"type": {
|
|
3006
|
+
"text": "ElementStyles"
|
|
3007
|
+
}
|
|
3008
|
+
},
|
|
2954
3009
|
"parameters": [
|
|
2955
3010
|
{
|
|
2956
|
-
"name": "
|
|
3011
|
+
"name": "context",
|
|
2957
3012
|
"type": {
|
|
2958
|
-
"text": "
|
|
3013
|
+
"text": "ElementDefinitionContext"
|
|
2959
3014
|
}
|
|
2960
|
-
}
|
|
2961
|
-
]
|
|
2962
|
-
},
|
|
2963
|
-
{
|
|
2964
|
-
"kind": "function",
|
|
2965
|
-
"name": "singleOptionTemplate",
|
|
2966
|
-
"parameters": [
|
|
3015
|
+
},
|
|
2967
3016
|
{
|
|
2968
|
-
"name": "
|
|
3017
|
+
"name": "definition",
|
|
2969
3018
|
"type": {
|
|
2970
|
-
"text": "
|
|
3019
|
+
"text": "FoundationElementDefinition"
|
|
2971
3020
|
}
|
|
2972
3021
|
}
|
|
2973
3022
|
]
|
|
2974
|
-
},
|
|
2975
|
-
{
|
|
2976
|
-
"kind": "variable",
|
|
2977
|
-
"name": "foundationActionsMenuTemplate",
|
|
2978
|
-
"type": {
|
|
2979
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
2980
|
-
},
|
|
2981
|
-
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
2982
3023
|
}
|
|
2983
3024
|
],
|
|
2984
3025
|
"exports": [
|
|
2985
3026
|
{
|
|
2986
3027
|
"kind": "js",
|
|
2987
|
-
"name": "
|
|
3028
|
+
"name": "foundationAiIndicatorStyles",
|
|
2988
3029
|
"declaration": {
|
|
2989
|
-
"name": "
|
|
2990
|
-
"module": "src/
|
|
3030
|
+
"name": "foundationAiIndicatorStyles",
|
|
3031
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
2991
3032
|
}
|
|
2992
|
-
}
|
|
3033
|
+
}
|
|
3034
|
+
]
|
|
3035
|
+
},
|
|
3036
|
+
{
|
|
3037
|
+
"kind": "javascript-module",
|
|
3038
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
3039
|
+
"declarations": [
|
|
2993
3040
|
{
|
|
2994
|
-
"kind": "
|
|
2995
|
-
"name": "
|
|
2996
|
-
"
|
|
2997
|
-
"
|
|
2998
|
-
|
|
2999
|
-
}
|
|
3000
|
-
}
|
|
3041
|
+
"kind": "variable",
|
|
3042
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3043
|
+
"type": {
|
|
3044
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
3045
|
+
},
|
|
3046
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
3047
|
+
}
|
|
3048
|
+
],
|
|
3049
|
+
"exports": [
|
|
3001
3050
|
{
|
|
3002
3051
|
"kind": "js",
|
|
3003
|
-
"name": "
|
|
3052
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3004
3053
|
"declaration": {
|
|
3005
|
-
"name": "
|
|
3006
|
-
"module": "src/
|
|
3054
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3055
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
3007
3056
|
}
|
|
3008
3057
|
}
|
|
3009
3058
|
]
|
|
3010
3059
|
},
|
|
3011
3060
|
{
|
|
3012
3061
|
"kind": "javascript-module",
|
|
3013
|
-
"path": "src/
|
|
3062
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
3014
3063
|
"declarations": [
|
|
3015
3064
|
{
|
|
3016
3065
|
"kind": "class",
|
|
3017
3066
|
"description": "",
|
|
3018
|
-
"name": "
|
|
3067
|
+
"name": "AiIndicator",
|
|
3019
3068
|
"members": [
|
|
3020
3069
|
{
|
|
3021
3070
|
"kind": "field",
|
|
3022
|
-
"name": "
|
|
3071
|
+
"name": "aiProvider",
|
|
3023
3072
|
"type": {
|
|
3024
|
-
"text": "
|
|
3073
|
+
"text": "AIProvider"
|
|
3025
3074
|
}
|
|
3026
3075
|
},
|
|
3027
3076
|
{
|
|
3028
3077
|
"kind": "field",
|
|
3029
|
-
"name": "
|
|
3078
|
+
"name": "status",
|
|
3030
3079
|
"type": {
|
|
3031
|
-
"text": "
|
|
3080
|
+
"text": "AIStatus | null"
|
|
3032
3081
|
},
|
|
3033
|
-
"default": "
|
|
3082
|
+
"default": "null"
|
|
3034
3083
|
},
|
|
3035
3084
|
{
|
|
3036
3085
|
"kind": "field",
|
|
3037
|
-
"name": "
|
|
3086
|
+
"name": "open",
|
|
3038
3087
|
"type": {
|
|
3039
3088
|
"text": "boolean"
|
|
3040
3089
|
},
|
|
3041
|
-
"default": "
|
|
3090
|
+
"default": "false"
|
|
3042
3091
|
},
|
|
3043
3092
|
{
|
|
3044
3093
|
"kind": "field",
|
|
3045
|
-
"name": "
|
|
3094
|
+
"name": "state",
|
|
3046
3095
|
"type": {
|
|
3047
|
-
"text": "
|
|
3096
|
+
"text": "AIIndicatorState"
|
|
3048
3097
|
},
|
|
3049
|
-
"default": "
|
|
3050
|
-
},
|
|
3051
|
-
{
|
|
3052
|
-
"kind": "field",
|
|
3053
|
-
"name": "classNames",
|
|
3054
|
-
"type": {
|
|
3055
|
-
"text": "string"
|
|
3056
|
-
}
|
|
3057
|
-
},
|
|
3058
|
-
{
|
|
3059
|
-
"kind": "field",
|
|
3060
|
-
"name": "definition",
|
|
3061
|
-
"type": {
|
|
3062
|
-
"text": "any"
|
|
3063
|
-
}
|
|
3098
|
+
"default": "'none'"
|
|
3064
3099
|
},
|
|
3065
3100
|
{
|
|
3066
3101
|
"kind": "field",
|
|
3067
|
-
"name": "
|
|
3102
|
+
"name": "isInstalling",
|
|
3068
3103
|
"type": {
|
|
3069
|
-
"text": "
|
|
3104
|
+
"text": "boolean"
|
|
3070
3105
|
},
|
|
3071
|
-
"default": "
|
|
3106
|
+
"default": "false"
|
|
3072
3107
|
},
|
|
3073
3108
|
{
|
|
3074
3109
|
"kind": "field",
|
|
3075
|
-
"name": "
|
|
3110
|
+
"name": "pollTimer",
|
|
3076
3111
|
"type": {
|
|
3077
|
-
"text": "
|
|
3112
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
3078
3113
|
},
|
|
3079
|
-
"
|
|
3114
|
+
"privacy": "private",
|
|
3115
|
+
"default": "null"
|
|
3080
3116
|
},
|
|
3081
3117
|
{
|
|
3082
3118
|
"kind": "field",
|
|
3083
|
-
"name": "
|
|
3084
|
-
"
|
|
3085
|
-
"text": "string"
|
|
3086
|
-
}
|
|
3119
|
+
"name": "clickOutside",
|
|
3120
|
+
"privacy": "private"
|
|
3087
3121
|
},
|
|
3088
3122
|
{
|
|
3089
3123
|
"kind": "field",
|
|
3090
|
-
"name": "
|
|
3124
|
+
"name": "chromeStatusLabel",
|
|
3091
3125
|
"type": {
|
|
3092
|
-
"text": "
|
|
3126
|
+
"text": "string | null"
|
|
3093
3127
|
},
|
|
3094
|
-
"
|
|
3128
|
+
"readonly": true
|
|
3095
3129
|
},
|
|
3096
3130
|
{
|
|
3097
3131
|
"kind": "field",
|
|
3098
|
-
"name": "
|
|
3132
|
+
"name": "canInstall",
|
|
3099
3133
|
"type": {
|
|
3100
3134
|
"text": "boolean"
|
|
3101
3135
|
},
|
|
3102
|
-
"
|
|
3136
|
+
"readonly": true
|
|
3103
3137
|
},
|
|
3104
3138
|
{
|
|
3105
3139
|
"kind": "field",
|
|
3106
|
-
"name": "
|
|
3140
|
+
"name": "isDownloading",
|
|
3107
3141
|
"type": {
|
|
3108
|
-
"text": "
|
|
3109
|
-
}
|
|
3142
|
+
"text": "boolean"
|
|
3143
|
+
},
|
|
3144
|
+
"readonly": true
|
|
3110
3145
|
},
|
|
3111
3146
|
{
|
|
3112
|
-
"kind": "
|
|
3113
|
-
"name": "
|
|
3114
|
-
"
|
|
3115
|
-
"
|
|
3147
|
+
"kind": "method",
|
|
3148
|
+
"name": "openChanged",
|
|
3149
|
+
"return": {
|
|
3150
|
+
"type": {
|
|
3151
|
+
"text": "void"
|
|
3152
|
+
}
|
|
3116
3153
|
}
|
|
3117
3154
|
},
|
|
3118
3155
|
{
|
|
3119
3156
|
"kind": "method",
|
|
3120
|
-
"name": "
|
|
3121
|
-
"privacy": "
|
|
3157
|
+
"name": "handleClickOutside",
|
|
3158
|
+
"privacy": "private",
|
|
3122
3159
|
"parameters": [
|
|
3123
3160
|
{
|
|
3124
|
-
"name": "
|
|
3125
|
-
"type": {
|
|
3126
|
-
"text": "any"
|
|
3127
|
-
}
|
|
3128
|
-
},
|
|
3129
|
-
{
|
|
3130
|
-
"name": "newValue",
|
|
3161
|
+
"name": "event",
|
|
3131
3162
|
"type": {
|
|
3132
|
-
"text": "
|
|
3163
|
+
"text": "MouseEvent"
|
|
3133
3164
|
}
|
|
3134
3165
|
}
|
|
3135
3166
|
]
|
|
3136
3167
|
},
|
|
3137
3168
|
{
|
|
3138
3169
|
"kind": "method",
|
|
3139
|
-
"name": "
|
|
3140
|
-
"privacy": "protected"
|
|
3170
|
+
"name": "toggleDropdown"
|
|
3141
3171
|
},
|
|
3142
3172
|
{
|
|
3143
3173
|
"kind": "method",
|
|
3144
|
-
"name": "
|
|
3174
|
+
"name": "refreshStatus",
|
|
3175
|
+
"return": {
|
|
3176
|
+
"type": {
|
|
3177
|
+
"text": "Promise<void>"
|
|
3178
|
+
}
|
|
3179
|
+
}
|
|
3145
3180
|
},
|
|
3146
3181
|
{
|
|
3147
3182
|
"kind": "method",
|
|
3148
|
-
"name": "
|
|
3183
|
+
"name": "deriveState",
|
|
3184
|
+
"privacy": "private",
|
|
3185
|
+
"return": {
|
|
3186
|
+
"type": {
|
|
3187
|
+
"text": "AIIndicatorState"
|
|
3188
|
+
}
|
|
3189
|
+
},
|
|
3149
3190
|
"parameters": [
|
|
3150
3191
|
{
|
|
3151
|
-
"name": "
|
|
3192
|
+
"name": "s",
|
|
3152
3193
|
"type": {
|
|
3153
|
-
"text": "
|
|
3194
|
+
"text": "AIStatus | null"
|
|
3154
3195
|
}
|
|
3155
3196
|
}
|
|
3156
3197
|
]
|
|
3157
3198
|
},
|
|
3158
3199
|
{
|
|
3159
|
-
"kind": "
|
|
3160
|
-
"name": "
|
|
3161
|
-
"
|
|
3162
|
-
|
|
3163
|
-
|
|
3164
|
-
|
|
3200
|
+
"kind": "method",
|
|
3201
|
+
"name": "maybeStartPolling",
|
|
3202
|
+
"privacy": "private",
|
|
3203
|
+
"return": {
|
|
3204
|
+
"type": {
|
|
3205
|
+
"text": "void"
|
|
3206
|
+
}
|
|
3207
|
+
}
|
|
3165
3208
|
},
|
|
3166
3209
|
{
|
|
3167
|
-
"kind": "
|
|
3168
|
-
"name": "
|
|
3169
|
-
"
|
|
3210
|
+
"kind": "method",
|
|
3211
|
+
"name": "startPolling",
|
|
3212
|
+
"privacy": "private",
|
|
3213
|
+
"return": {
|
|
3214
|
+
"type": {
|
|
3215
|
+
"text": "void"
|
|
3216
|
+
}
|
|
3217
|
+
}
|
|
3170
3218
|
},
|
|
3171
3219
|
{
|
|
3172
3220
|
"kind": "method",
|
|
3173
|
-
"name": "
|
|
3174
|
-
"
|
|
3175
|
-
|
|
3176
|
-
|
|
3177
|
-
"
|
|
3178
|
-
"text": "string | ((rowData: any) => string)"
|
|
3179
|
-
}
|
|
3221
|
+
"name": "stopPolling",
|
|
3222
|
+
"privacy": "private",
|
|
3223
|
+
"return": {
|
|
3224
|
+
"type": {
|
|
3225
|
+
"text": "void"
|
|
3180
3226
|
}
|
|
3181
|
-
|
|
3227
|
+
}
|
|
3182
3228
|
},
|
|
3183
3229
|
{
|
|
3184
3230
|
"kind": "method",
|
|
3185
|
-
"name": "
|
|
3186
|
-
"
|
|
3187
|
-
{
|
|
3188
|
-
"
|
|
3189
|
-
"type": {
|
|
3190
|
-
"text": "string"
|
|
3191
|
-
}
|
|
3231
|
+
"name": "onInstall",
|
|
3232
|
+
"return": {
|
|
3233
|
+
"type": {
|
|
3234
|
+
"text": "Promise<void>"
|
|
3192
3235
|
}
|
|
3193
|
-
|
|
3236
|
+
}
|
|
3194
3237
|
},
|
|
3195
3238
|
{
|
|
3196
3239
|
"kind": "field",
|
|
@@ -3304,131 +3347,88 @@
|
|
|
3304
3347
|
}
|
|
3305
3348
|
}
|
|
3306
3349
|
],
|
|
3307
|
-
"attributes": [
|
|
3308
|
-
{
|
|
3309
|
-
"name": "is-vertical",
|
|
3310
|
-
"type": {
|
|
3311
|
-
"text": "boolean"
|
|
3312
|
-
},
|
|
3313
|
-
"default": "false",
|
|
3314
|
-
"fieldName": "isVertical"
|
|
3315
|
-
},
|
|
3316
|
-
{
|
|
3317
|
-
"name": "add-default-actions",
|
|
3318
|
-
"type": {
|
|
3319
|
-
"text": "boolean"
|
|
3320
|
-
},
|
|
3321
|
-
"default": "true",
|
|
3322
|
-
"fieldName": "addDefaultActions"
|
|
3323
|
-
},
|
|
3324
|
-
{
|
|
3325
|
-
"name": "auto-close-on-action",
|
|
3326
|
-
"type": {
|
|
3327
|
-
"text": "boolean"
|
|
3328
|
-
},
|
|
3329
|
-
"default": "true",
|
|
3330
|
-
"fieldName": "autoCloseOnAction"
|
|
3331
|
-
},
|
|
3332
|
-
{
|
|
3333
|
-
"name": "name",
|
|
3334
|
-
"type": {
|
|
3335
|
-
"text": "string"
|
|
3336
|
-
},
|
|
3337
|
-
"default": "'Actions'",
|
|
3338
|
-
"fieldName": "name"
|
|
3339
|
-
},
|
|
3340
|
-
{
|
|
3341
|
-
"name": "open",
|
|
3342
|
-
"type": {
|
|
3343
|
-
"text": "boolean"
|
|
3344
|
-
},
|
|
3345
|
-
"default": "false",
|
|
3346
|
-
"fieldName": "open"
|
|
3347
|
-
},
|
|
3348
|
-
{
|
|
3349
|
-
"name": "buttonAppearance",
|
|
3350
|
-
"type": {
|
|
3351
|
-
"text": "string"
|
|
3352
|
-
},
|
|
3353
|
-
"fieldName": "buttonAppearance"
|
|
3354
|
-
},
|
|
3355
|
-
{
|
|
3356
|
-
"name": "hide-disabled",
|
|
3357
|
-
"type": {
|
|
3358
|
-
"text": "boolean"
|
|
3359
|
-
},
|
|
3360
|
-
"default": "false",
|
|
3361
|
-
"fieldName": "hideDisabled"
|
|
3362
|
-
},
|
|
3363
|
-
{
|
|
3364
|
-
"name": "hide-menu-single-option",
|
|
3365
|
-
"type": {
|
|
3366
|
-
"text": "boolean"
|
|
3367
|
-
},
|
|
3368
|
-
"default": "false",
|
|
3369
|
-
"fieldName": "hideMenuSingleOption"
|
|
3370
|
-
}
|
|
3371
|
-
],
|
|
3372
3350
|
"superclass": {
|
|
3373
3351
|
"name": "FoundationElement",
|
|
3374
3352
|
"package": "@microsoft/fast-foundation"
|
|
3375
3353
|
},
|
|
3376
|
-
"tagName": "%%prefix%%-
|
|
3354
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
3377
3355
|
"customElement": true
|
|
3378
3356
|
},
|
|
3379
3357
|
{
|
|
3380
3358
|
"kind": "variable",
|
|
3381
|
-
"name": "
|
|
3382
|
-
"description": "The Foundation Actions Menu",
|
|
3383
|
-
"privacy": "public"
|
|
3359
|
+
"name": "foundationAiIndicator"
|
|
3384
3360
|
}
|
|
3385
3361
|
],
|
|
3386
3362
|
"exports": [
|
|
3387
3363
|
{
|
|
3388
3364
|
"kind": "js",
|
|
3389
|
-
"name": "
|
|
3365
|
+
"name": "AiIndicator",
|
|
3390
3366
|
"declaration": {
|
|
3391
|
-
"name": "
|
|
3392
|
-
"module": "src/
|
|
3367
|
+
"name": "AiIndicator",
|
|
3368
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3393
3369
|
}
|
|
3394
3370
|
},
|
|
3395
3371
|
{
|
|
3396
3372
|
"kind": "js",
|
|
3397
|
-
"name": "
|
|
3373
|
+
"name": "foundationAiIndicator",
|
|
3398
3374
|
"declaration": {
|
|
3399
|
-
"name": "
|
|
3400
|
-
"module": "src/
|
|
3375
|
+
"name": "foundationAiIndicator",
|
|
3376
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3401
3377
|
}
|
|
3402
3378
|
}
|
|
3403
3379
|
]
|
|
3404
3380
|
},
|
|
3405
3381
|
{
|
|
3406
3382
|
"kind": "javascript-module",
|
|
3407
|
-
"path": "src/
|
|
3383
|
+
"path": "src/ai-indicator/index.ts",
|
|
3408
3384
|
"declarations": [],
|
|
3409
3385
|
"exports": [
|
|
3410
3386
|
{
|
|
3411
3387
|
"kind": "js",
|
|
3412
|
-
"name": "
|
|
3388
|
+
"name": "AiIndicator",
|
|
3413
3389
|
"declaration": {
|
|
3414
|
-
"name": "
|
|
3415
|
-
"
|
|
3390
|
+
"name": "AiIndicator",
|
|
3391
|
+
"module": "./ai-indicator"
|
|
3416
3392
|
}
|
|
3417
3393
|
},
|
|
3418
3394
|
{
|
|
3419
3395
|
"kind": "js",
|
|
3420
|
-
"name": "
|
|
3396
|
+
"name": "foundationAiIndicator",
|
|
3421
3397
|
"declaration": {
|
|
3422
|
-
"name": "
|
|
3423
|
-
"
|
|
3398
|
+
"name": "foundationAiIndicator",
|
|
3399
|
+
"module": "./ai-indicator"
|
|
3424
3400
|
}
|
|
3425
3401
|
},
|
|
3426
3402
|
{
|
|
3427
3403
|
"kind": "js",
|
|
3428
|
-
"name": "
|
|
3404
|
+
"name": "type",
|
|
3429
3405
|
"declaration": {
|
|
3430
|
-
"name": "
|
|
3431
|
-
"
|
|
3406
|
+
"name": "type",
|
|
3407
|
+
"module": "./ai-indicator"
|
|
3408
|
+
}
|
|
3409
|
+
},
|
|
3410
|
+
{
|
|
3411
|
+
"kind": "js",
|
|
3412
|
+
"name": "AIIndicatorState",
|
|
3413
|
+
"declaration": {
|
|
3414
|
+
"name": "AIIndicatorState",
|
|
3415
|
+
"module": "./ai-indicator"
|
|
3416
|
+
}
|
|
3417
|
+
},
|
|
3418
|
+
{
|
|
3419
|
+
"kind": "js",
|
|
3420
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3421
|
+
"declaration": {
|
|
3422
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3423
|
+
"module": "./ai-indicator.template"
|
|
3424
|
+
}
|
|
3425
|
+
},
|
|
3426
|
+
{
|
|
3427
|
+
"kind": "js",
|
|
3428
|
+
"name": "foundationAiIndicatorStyles",
|
|
3429
|
+
"declaration": {
|
|
3430
|
+
"name": "foundationAiIndicatorStyles",
|
|
3431
|
+
"module": "./ai-indicator.styles"
|
|
3432
3432
|
}
|
|
3433
3433
|
}
|
|
3434
3434
|
]
|
|
@@ -5545,11 +5545,11 @@
|
|
|
5545
5545
|
},
|
|
5546
5546
|
{
|
|
5547
5547
|
"kind": "javascript-module",
|
|
5548
|
-
"path": "src/
|
|
5548
|
+
"path": "src/badge/badge.styles.ts",
|
|
5549
5549
|
"declarations": [
|
|
5550
5550
|
{
|
|
5551
5551
|
"kind": "function",
|
|
5552
|
-
"name": "
|
|
5552
|
+
"name": "foundationBadgeStyles",
|
|
5553
5553
|
"return": {
|
|
5554
5554
|
"type": {
|
|
5555
5555
|
"text": "ElementStyles"
|
|
@@ -5574,24 +5574,24 @@
|
|
|
5574
5574
|
"exports": [
|
|
5575
5575
|
{
|
|
5576
5576
|
"kind": "js",
|
|
5577
|
-
"name": "
|
|
5577
|
+
"name": "foundationBadgeStyles",
|
|
5578
5578
|
"declaration": {
|
|
5579
|
-
"name": "
|
|
5580
|
-
"module": "src/
|
|
5579
|
+
"name": "foundationBadgeStyles",
|
|
5580
|
+
"module": "src/badge/badge.styles.ts"
|
|
5581
5581
|
}
|
|
5582
5582
|
}
|
|
5583
5583
|
]
|
|
5584
5584
|
},
|
|
5585
5585
|
{
|
|
5586
5586
|
"kind": "javascript-module",
|
|
5587
|
-
"path": "src/
|
|
5587
|
+
"path": "src/badge/badge.template.ts",
|
|
5588
5588
|
"declarations": [
|
|
5589
5589
|
{
|
|
5590
5590
|
"kind": "function",
|
|
5591
|
-
"name": "
|
|
5591
|
+
"name": "foundationBadgeTemplate",
|
|
5592
5592
|
"return": {
|
|
5593
5593
|
"type": {
|
|
5594
|
-
"text": "ViewTemplate<
|
|
5594
|
+
"text": "ViewTemplate<Badge>"
|
|
5595
5595
|
}
|
|
5596
5596
|
},
|
|
5597
5597
|
"parameters": [
|
|
@@ -5608,45 +5608,32 @@
|
|
|
5608
5608
|
}
|
|
5609
5609
|
}
|
|
5610
5610
|
]
|
|
5611
|
-
},
|
|
5612
|
-
{
|
|
5613
|
-
"kind": "variable",
|
|
5614
|
-
"name": "media",
|
|
5615
|
-
"default": "html<Avatar>`\n ${when(\n (x) => x.imgSrc,\n html<Avatar>`\n <img src=\"${(x) => x.imgSrc}\" alt=\"${(x) => x.alt}\" slot=\"media\" class=\"media\" part=\"media\" />\n `,\n )}\n`"
|
|
5616
5611
|
}
|
|
5617
5612
|
],
|
|
5618
5613
|
"exports": [
|
|
5619
5614
|
{
|
|
5620
5615
|
"kind": "js",
|
|
5621
|
-
"name": "
|
|
5622
|
-
"declaration": {
|
|
5623
|
-
"name": "foundationAvatarTemplate",
|
|
5624
|
-
"module": "src/avatar/avatar.template.ts"
|
|
5625
|
-
}
|
|
5626
|
-
},
|
|
5627
|
-
{
|
|
5628
|
-
"kind": "js",
|
|
5629
|
-
"name": "media",
|
|
5616
|
+
"name": "foundationBadgeTemplate",
|
|
5630
5617
|
"declaration": {
|
|
5631
|
-
"name": "
|
|
5632
|
-
"module": "src/
|
|
5618
|
+
"name": "foundationBadgeTemplate",
|
|
5619
|
+
"module": "src/badge/badge.template.ts"
|
|
5633
5620
|
}
|
|
5634
5621
|
}
|
|
5635
5622
|
]
|
|
5636
5623
|
},
|
|
5637
5624
|
{
|
|
5638
5625
|
"kind": "javascript-module",
|
|
5639
|
-
"path": "src/
|
|
5626
|
+
"path": "src/badge/badge.ts",
|
|
5640
5627
|
"declarations": [
|
|
5641
5628
|
{
|
|
5642
5629
|
"kind": "class",
|
|
5643
5630
|
"description": "",
|
|
5644
|
-
"name": "
|
|
5631
|
+
"name": "Badge",
|
|
5645
5632
|
"superclass": {
|
|
5646
|
-
"name": "
|
|
5633
|
+
"name": "FASTBadge",
|
|
5647
5634
|
"package": "@microsoft/fast-components"
|
|
5648
5635
|
},
|
|
5649
|
-
"tagName": "%%prefix%%-
|
|
5636
|
+
"tagName": "%%prefix%%-badge",
|
|
5650
5637
|
"customElement": true,
|
|
5651
5638
|
"attributes": [
|
|
5652
5639
|
{
|
|
@@ -5654,47 +5641,34 @@
|
|
|
5654
5641
|
"type": {
|
|
5655
5642
|
"text": "string"
|
|
5656
5643
|
},
|
|
5657
|
-
"description": "Indicates the
|
|
5658
|
-
"fieldName": "fill",
|
|
5659
|
-
"inheritedFrom": {
|
|
5660
|
-
"name": "Avatar",
|
|
5661
|
-
"module": "src/avatar/avatar.ts"
|
|
5662
|
-
}
|
|
5663
|
-
},
|
|
5664
|
-
{
|
|
5665
|
-
"name": "color",
|
|
5666
|
-
"type": {
|
|
5667
|
-
"text": "string"
|
|
5668
|
-
},
|
|
5669
|
-
"description": "Indicates the Avatar should have a text color.",
|
|
5670
|
-
"fieldName": "color",
|
|
5644
|
+
"description": "Indicates the badge should have a filled style.",
|
|
5645
|
+
"fieldName": "fill",
|
|
5671
5646
|
"inheritedFrom": {
|
|
5672
|
-
"name": "
|
|
5673
|
-
"module": "src/
|
|
5647
|
+
"name": "Badge",
|
|
5648
|
+
"module": "src/badge/badge.ts"
|
|
5674
5649
|
}
|
|
5675
5650
|
},
|
|
5676
5651
|
{
|
|
5677
|
-
"name": "
|
|
5652
|
+
"name": "color",
|
|
5678
5653
|
"type": {
|
|
5679
5654
|
"text": "string"
|
|
5680
5655
|
},
|
|
5681
|
-
"description": "Indicates the
|
|
5682
|
-
"fieldName": "
|
|
5656
|
+
"description": "Indicates the badge should have a filled style.",
|
|
5657
|
+
"fieldName": "color",
|
|
5683
5658
|
"inheritedFrom": {
|
|
5684
|
-
"name": "
|
|
5685
|
-
"module": "src/
|
|
5659
|
+
"name": "Badge",
|
|
5660
|
+
"module": "src/badge/badge.ts"
|
|
5686
5661
|
}
|
|
5687
5662
|
},
|
|
5688
5663
|
{
|
|
5689
|
-
"name": "shape",
|
|
5690
5664
|
"type": {
|
|
5691
|
-
"text": "
|
|
5665
|
+
"text": "boolean"
|
|
5692
5666
|
},
|
|
5693
|
-
"description": "Indicates the
|
|
5694
|
-
"fieldName": "
|
|
5667
|
+
"description": "Indicates the element should be circular",
|
|
5668
|
+
"fieldName": "circular",
|
|
5695
5669
|
"inheritedFrom": {
|
|
5696
|
-
"name": "
|
|
5697
|
-
"module": "src/
|
|
5670
|
+
"name": "Badge",
|
|
5671
|
+
"module": "src/badge/badge.ts"
|
|
5698
5672
|
}
|
|
5699
5673
|
}
|
|
5700
5674
|
],
|
|
@@ -5706,10 +5680,10 @@
|
|
|
5706
5680
|
"text": "string"
|
|
5707
5681
|
},
|
|
5708
5682
|
"privacy": "public",
|
|
5709
|
-
"description": "Indicates the
|
|
5683
|
+
"description": "Indicates the badge should have a filled style.",
|
|
5710
5684
|
"inheritedFrom": {
|
|
5711
|
-
"name": "
|
|
5712
|
-
"module": "src/
|
|
5685
|
+
"name": "Badge",
|
|
5686
|
+
"module": "src/badge/badge.ts"
|
|
5713
5687
|
}
|
|
5714
5688
|
},
|
|
5715
5689
|
{
|
|
@@ -5719,36 +5693,32 @@
|
|
|
5719
5693
|
"text": "string"
|
|
5720
5694
|
},
|
|
5721
5695
|
"privacy": "public",
|
|
5722
|
-
"description": "Indicates the
|
|
5696
|
+
"description": "Indicates the badge should have a filled style.",
|
|
5723
5697
|
"inheritedFrom": {
|
|
5724
|
-
"name": "
|
|
5725
|
-
"module": "src/
|
|
5698
|
+
"name": "Badge",
|
|
5699
|
+
"module": "src/badge/badge.ts"
|
|
5726
5700
|
}
|
|
5727
5701
|
},
|
|
5728
5702
|
{
|
|
5729
5703
|
"kind": "field",
|
|
5730
|
-
"name": "
|
|
5704
|
+
"name": "circular",
|
|
5731
5705
|
"type": {
|
|
5732
|
-
"text": "
|
|
5706
|
+
"text": "boolean"
|
|
5733
5707
|
},
|
|
5734
5708
|
"privacy": "public",
|
|
5735
|
-
"description": "Indicates the
|
|
5709
|
+
"description": "Indicates the element should be circular",
|
|
5736
5710
|
"inheritedFrom": {
|
|
5737
|
-
"name": "
|
|
5738
|
-
"module": "src/
|
|
5711
|
+
"name": "Badge",
|
|
5712
|
+
"module": "src/badge/badge.ts"
|
|
5739
5713
|
}
|
|
5740
5714
|
},
|
|
5741
5715
|
{
|
|
5742
5716
|
"kind": "field",
|
|
5743
|
-
"name": "
|
|
5744
|
-
"type": {
|
|
5745
|
-
"text": "AvatarShape"
|
|
5746
|
-
},
|
|
5717
|
+
"name": "generateBadgeStyle",
|
|
5747
5718
|
"privacy": "public",
|
|
5748
|
-
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
5749
5719
|
"inheritedFrom": {
|
|
5750
|
-
"name": "
|
|
5751
|
-
"module": "src/
|
|
5720
|
+
"name": "Badge",
|
|
5721
|
+
"module": "src/badge/badge.ts"
|
|
5752
5722
|
}
|
|
5753
5723
|
},
|
|
5754
5724
|
{
|
|
@@ -5866,65 +5836,65 @@
|
|
|
5866
5836
|
},
|
|
5867
5837
|
{
|
|
5868
5838
|
"kind": "variable",
|
|
5869
|
-
"name": "
|
|
5839
|
+
"name": "foundationBadgeShadowOptions",
|
|
5870
5840
|
"type": {
|
|
5871
5841
|
"text": "ShadowRootInit"
|
|
5872
5842
|
},
|
|
5873
|
-
"default": "
|
|
5843
|
+
"default": "undefined"
|
|
5874
5844
|
},
|
|
5875
5845
|
{
|
|
5876
5846
|
"kind": "variable",
|
|
5877
|
-
"name": "
|
|
5847
|
+
"name": "defaultBadgeConfig",
|
|
5878
5848
|
"type": {
|
|
5879
5849
|
"text": "object"
|
|
5880
5850
|
},
|
|
5881
|
-
"default": "{
|
|
5851
|
+
"default": "{}"
|
|
5882
5852
|
},
|
|
5883
5853
|
{
|
|
5884
5854
|
"kind": "variable",
|
|
5885
|
-
"name": "
|
|
5886
|
-
"description": "The Foundation
|
|
5855
|
+
"name": "foundationBadge",
|
|
5856
|
+
"description": "The Foundation Badge",
|
|
5887
5857
|
"privacy": "public"
|
|
5888
5858
|
}
|
|
5889
5859
|
],
|
|
5890
5860
|
"exports": [
|
|
5891
5861
|
{
|
|
5892
5862
|
"kind": "js",
|
|
5893
|
-
"name": "
|
|
5863
|
+
"name": "Badge",
|
|
5894
5864
|
"declaration": {
|
|
5895
|
-
"name": "
|
|
5896
|
-
"module": "src/
|
|
5865
|
+
"name": "Badge",
|
|
5866
|
+
"module": "src/badge/badge.ts"
|
|
5897
5867
|
}
|
|
5898
5868
|
},
|
|
5899
5869
|
{
|
|
5900
5870
|
"kind": "js",
|
|
5901
|
-
"name": "
|
|
5871
|
+
"name": "foundationBadgeShadowOptions",
|
|
5902
5872
|
"declaration": {
|
|
5903
|
-
"name": "
|
|
5904
|
-
"module": "src/
|
|
5873
|
+
"name": "foundationBadgeShadowOptions",
|
|
5874
|
+
"module": "src/badge/badge.ts"
|
|
5905
5875
|
}
|
|
5906
5876
|
},
|
|
5907
5877
|
{
|
|
5908
5878
|
"kind": "js",
|
|
5909
|
-
"name": "
|
|
5879
|
+
"name": "defaultBadgeConfig",
|
|
5910
5880
|
"declaration": {
|
|
5911
|
-
"name": "
|
|
5912
|
-
"module": "src/
|
|
5881
|
+
"name": "defaultBadgeConfig",
|
|
5882
|
+
"module": "src/badge/badge.ts"
|
|
5913
5883
|
}
|
|
5914
5884
|
},
|
|
5915
5885
|
{
|
|
5916
5886
|
"kind": "js",
|
|
5917
|
-
"name": "
|
|
5887
|
+
"name": "foundationBadge",
|
|
5918
5888
|
"declaration": {
|
|
5919
|
-
"name": "
|
|
5920
|
-
"module": "src/
|
|
5889
|
+
"name": "foundationBadge",
|
|
5890
|
+
"module": "src/badge/badge.ts"
|
|
5921
5891
|
}
|
|
5922
5892
|
}
|
|
5923
5893
|
]
|
|
5924
5894
|
},
|
|
5925
5895
|
{
|
|
5926
5896
|
"kind": "javascript-module",
|
|
5927
|
-
"path": "src/
|
|
5897
|
+
"path": "src/badge/index.ts",
|
|
5928
5898
|
"declarations": [],
|
|
5929
5899
|
"exports": [
|
|
5930
5900
|
{
|
|
@@ -5932,7 +5902,7 @@
|
|
|
5932
5902
|
"name": "*",
|
|
5933
5903
|
"declaration": {
|
|
5934
5904
|
"name": "*",
|
|
5935
|
-
"package": "./
|
|
5905
|
+
"package": "./badge.template"
|
|
5936
5906
|
}
|
|
5937
5907
|
},
|
|
5938
5908
|
{
|
|
@@ -5940,7 +5910,7 @@
|
|
|
5940
5910
|
"name": "*",
|
|
5941
5911
|
"declaration": {
|
|
5942
5912
|
"name": "*",
|
|
5943
|
-
"package": "./
|
|
5913
|
+
"package": "./badge.styles"
|
|
5944
5914
|
}
|
|
5945
5915
|
},
|
|
5946
5916
|
{
|
|
@@ -5948,18 +5918,18 @@
|
|
|
5948
5918
|
"name": "*",
|
|
5949
5919
|
"declaration": {
|
|
5950
5920
|
"name": "*",
|
|
5951
|
-
"package": "./
|
|
5921
|
+
"package": "./badge"
|
|
5952
5922
|
}
|
|
5953
5923
|
}
|
|
5954
5924
|
]
|
|
5955
5925
|
},
|
|
5956
5926
|
{
|
|
5957
5927
|
"kind": "javascript-module",
|
|
5958
|
-
"path": "src/
|
|
5928
|
+
"path": "src/avatar/avatar.styles.ts",
|
|
5959
5929
|
"declarations": [
|
|
5960
5930
|
{
|
|
5961
5931
|
"kind": "function",
|
|
5962
|
-
"name": "
|
|
5932
|
+
"name": "foundationAvatarStyles",
|
|
5963
5933
|
"return": {
|
|
5964
5934
|
"type": {
|
|
5965
5935
|
"text": "ElementStyles"
|
|
@@ -5984,24 +5954,24 @@
|
|
|
5984
5954
|
"exports": [
|
|
5985
5955
|
{
|
|
5986
5956
|
"kind": "js",
|
|
5987
|
-
"name": "
|
|
5957
|
+
"name": "foundationAvatarStyles",
|
|
5988
5958
|
"declaration": {
|
|
5989
|
-
"name": "
|
|
5990
|
-
"module": "src/
|
|
5959
|
+
"name": "foundationAvatarStyles",
|
|
5960
|
+
"module": "src/avatar/avatar.styles.ts"
|
|
5991
5961
|
}
|
|
5992
5962
|
}
|
|
5993
5963
|
]
|
|
5994
5964
|
},
|
|
5995
5965
|
{
|
|
5996
5966
|
"kind": "javascript-module",
|
|
5997
|
-
"path": "src/
|
|
5967
|
+
"path": "src/avatar/avatar.template.ts",
|
|
5998
5968
|
"declarations": [
|
|
5999
5969
|
{
|
|
6000
5970
|
"kind": "function",
|
|
6001
|
-
"name": "
|
|
5971
|
+
"name": "foundationAvatarTemplate",
|
|
6002
5972
|
"return": {
|
|
6003
5973
|
"type": {
|
|
6004
|
-
"text": "ViewTemplate<
|
|
5974
|
+
"text": "ViewTemplate<Avatar>"
|
|
6005
5975
|
}
|
|
6006
5976
|
},
|
|
6007
5977
|
"parameters": [
|
|
@@ -6018,32 +5988,45 @@
|
|
|
6018
5988
|
}
|
|
6019
5989
|
}
|
|
6020
5990
|
]
|
|
5991
|
+
},
|
|
5992
|
+
{
|
|
5993
|
+
"kind": "variable",
|
|
5994
|
+
"name": "media",
|
|
5995
|
+
"default": "html<Avatar>`\n ${when(\n (x) => x.imgSrc,\n html<Avatar>`\n <img src=\"${(x) => x.imgSrc}\" alt=\"${(x) => x.alt}\" slot=\"media\" class=\"media\" part=\"media\" />\n `,\n )}\n`"
|
|
6021
5996
|
}
|
|
6022
5997
|
],
|
|
6023
5998
|
"exports": [
|
|
6024
5999
|
{
|
|
6025
6000
|
"kind": "js",
|
|
6026
|
-
"name": "
|
|
6001
|
+
"name": "foundationAvatarTemplate",
|
|
6027
6002
|
"declaration": {
|
|
6028
|
-
"name": "
|
|
6029
|
-
"module": "src/
|
|
6003
|
+
"name": "foundationAvatarTemplate",
|
|
6004
|
+
"module": "src/avatar/avatar.template.ts"
|
|
6005
|
+
}
|
|
6006
|
+
},
|
|
6007
|
+
{
|
|
6008
|
+
"kind": "js",
|
|
6009
|
+
"name": "media",
|
|
6010
|
+
"declaration": {
|
|
6011
|
+
"name": "media",
|
|
6012
|
+
"module": "src/avatar/avatar.template.ts"
|
|
6030
6013
|
}
|
|
6031
6014
|
}
|
|
6032
6015
|
]
|
|
6033
6016
|
},
|
|
6034
6017
|
{
|
|
6035
6018
|
"kind": "javascript-module",
|
|
6036
|
-
"path": "src/
|
|
6019
|
+
"path": "src/avatar/avatar.ts",
|
|
6037
6020
|
"declarations": [
|
|
6038
6021
|
{
|
|
6039
6022
|
"kind": "class",
|
|
6040
6023
|
"description": "",
|
|
6041
|
-
"name": "
|
|
6024
|
+
"name": "Avatar",
|
|
6042
6025
|
"superclass": {
|
|
6043
|
-
"name": "
|
|
6026
|
+
"name": "FASTAvatar",
|
|
6044
6027
|
"package": "@microsoft/fast-components"
|
|
6045
6028
|
},
|
|
6046
|
-
"tagName": "%%prefix%%-
|
|
6029
|
+
"tagName": "%%prefix%%-avatar",
|
|
6047
6030
|
"customElement": true,
|
|
6048
6031
|
"attributes": [
|
|
6049
6032
|
{
|
|
@@ -6051,11 +6034,11 @@
|
|
|
6051
6034
|
"type": {
|
|
6052
6035
|
"text": "string"
|
|
6053
6036
|
},
|
|
6054
|
-
"description": "Indicates the
|
|
6037
|
+
"description": "Indicates the Avatar should have a color fill.",
|
|
6055
6038
|
"fieldName": "fill",
|
|
6056
6039
|
"inheritedFrom": {
|
|
6057
|
-
"name": "
|
|
6058
|
-
"module": "src/
|
|
6040
|
+
"name": "Avatar",
|
|
6041
|
+
"module": "src/avatar/avatar.ts"
|
|
6059
6042
|
}
|
|
6060
6043
|
},
|
|
6061
6044
|
{
|
|
@@ -6063,22 +6046,35 @@
|
|
|
6063
6046
|
"type": {
|
|
6064
6047
|
"text": "string"
|
|
6065
6048
|
},
|
|
6066
|
-
"description": "Indicates the
|
|
6049
|
+
"description": "Indicates the Avatar should have a text color.",
|
|
6067
6050
|
"fieldName": "color",
|
|
6068
6051
|
"inheritedFrom": {
|
|
6069
|
-
"name": "
|
|
6070
|
-
"module": "src/
|
|
6052
|
+
"name": "Avatar",
|
|
6053
|
+
"module": "src/avatar/avatar.ts"
|
|
6071
6054
|
}
|
|
6072
6055
|
},
|
|
6073
6056
|
{
|
|
6057
|
+
"name": "link",
|
|
6074
6058
|
"type": {
|
|
6075
|
-
"text": "
|
|
6059
|
+
"text": "string"
|
|
6076
6060
|
},
|
|
6077
|
-
"description": "Indicates the
|
|
6078
|
-
"fieldName": "
|
|
6061
|
+
"description": "Indicates the Avatar should have url link",
|
|
6062
|
+
"fieldName": "link",
|
|
6079
6063
|
"inheritedFrom": {
|
|
6080
|
-
"name": "
|
|
6081
|
-
"module": "src/
|
|
6064
|
+
"name": "Avatar",
|
|
6065
|
+
"module": "src/avatar/avatar.ts"
|
|
6066
|
+
}
|
|
6067
|
+
},
|
|
6068
|
+
{
|
|
6069
|
+
"name": "shape",
|
|
6070
|
+
"type": {
|
|
6071
|
+
"text": "AvatarShape"
|
|
6072
|
+
},
|
|
6073
|
+
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
6074
|
+
"fieldName": "shape",
|
|
6075
|
+
"inheritedFrom": {
|
|
6076
|
+
"name": "Avatar",
|
|
6077
|
+
"module": "src/avatar/avatar.ts"
|
|
6082
6078
|
}
|
|
6083
6079
|
}
|
|
6084
6080
|
],
|
|
@@ -6090,10 +6086,10 @@
|
|
|
6090
6086
|
"text": "string"
|
|
6091
6087
|
},
|
|
6092
6088
|
"privacy": "public",
|
|
6093
|
-
"description": "Indicates the
|
|
6089
|
+
"description": "Indicates the Avatar should have a color fill.",
|
|
6094
6090
|
"inheritedFrom": {
|
|
6095
|
-
"name": "
|
|
6096
|
-
"module": "src/
|
|
6091
|
+
"name": "Avatar",
|
|
6092
|
+
"module": "src/avatar/avatar.ts"
|
|
6097
6093
|
}
|
|
6098
6094
|
},
|
|
6099
6095
|
{
|
|
@@ -6103,32 +6099,36 @@
|
|
|
6103
6099
|
"text": "string"
|
|
6104
6100
|
},
|
|
6105
6101
|
"privacy": "public",
|
|
6106
|
-
"description": "Indicates the
|
|
6102
|
+
"description": "Indicates the Avatar should have a text color.",
|
|
6107
6103
|
"inheritedFrom": {
|
|
6108
|
-
"name": "
|
|
6109
|
-
"module": "src/
|
|
6104
|
+
"name": "Avatar",
|
|
6105
|
+
"module": "src/avatar/avatar.ts"
|
|
6110
6106
|
}
|
|
6111
6107
|
},
|
|
6112
6108
|
{
|
|
6113
6109
|
"kind": "field",
|
|
6114
|
-
"name": "
|
|
6110
|
+
"name": "link",
|
|
6115
6111
|
"type": {
|
|
6116
|
-
"text": "
|
|
6112
|
+
"text": "string"
|
|
6117
6113
|
},
|
|
6118
6114
|
"privacy": "public",
|
|
6119
|
-
"description": "Indicates the
|
|
6115
|
+
"description": "Indicates the Avatar should have url link",
|
|
6120
6116
|
"inheritedFrom": {
|
|
6121
|
-
"name": "
|
|
6122
|
-
"module": "src/
|
|
6117
|
+
"name": "Avatar",
|
|
6118
|
+
"module": "src/avatar/avatar.ts"
|
|
6123
6119
|
}
|
|
6124
6120
|
},
|
|
6125
6121
|
{
|
|
6126
6122
|
"kind": "field",
|
|
6127
|
-
"name": "
|
|
6123
|
+
"name": "shape",
|
|
6124
|
+
"type": {
|
|
6125
|
+
"text": "AvatarShape"
|
|
6126
|
+
},
|
|
6128
6127
|
"privacy": "public",
|
|
6128
|
+
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
6129
6129
|
"inheritedFrom": {
|
|
6130
|
-
"name": "
|
|
6131
|
-
"module": "src/
|
|
6130
|
+
"name": "Avatar",
|
|
6131
|
+
"module": "src/avatar/avatar.ts"
|
|
6132
6132
|
}
|
|
6133
6133
|
},
|
|
6134
6134
|
{
|
|
@@ -6246,65 +6246,65 @@
|
|
|
6246
6246
|
},
|
|
6247
6247
|
{
|
|
6248
6248
|
"kind": "variable",
|
|
6249
|
-
"name": "
|
|
6249
|
+
"name": "foundationAvatarShadowOptions",
|
|
6250
6250
|
"type": {
|
|
6251
6251
|
"text": "ShadowRootInit"
|
|
6252
6252
|
},
|
|
6253
|
-
"default": "
|
|
6253
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
6254
6254
|
},
|
|
6255
6255
|
{
|
|
6256
6256
|
"kind": "variable",
|
|
6257
|
-
"name": "
|
|
6257
|
+
"name": "defaultAvatarConfig",
|
|
6258
6258
|
"type": {
|
|
6259
6259
|
"text": "object"
|
|
6260
6260
|
},
|
|
6261
|
-
"default": "{}"
|
|
6261
|
+
"default": "{\n media: mediaTemplate,\n}"
|
|
6262
6262
|
},
|
|
6263
6263
|
{
|
|
6264
6264
|
"kind": "variable",
|
|
6265
|
-
"name": "
|
|
6266
|
-
"description": "The Foundation
|
|
6265
|
+
"name": "foundationAvatar",
|
|
6266
|
+
"description": "The Foundation Avatar",
|
|
6267
6267
|
"privacy": "public"
|
|
6268
6268
|
}
|
|
6269
6269
|
],
|
|
6270
6270
|
"exports": [
|
|
6271
6271
|
{
|
|
6272
6272
|
"kind": "js",
|
|
6273
|
-
"name": "
|
|
6273
|
+
"name": "Avatar",
|
|
6274
6274
|
"declaration": {
|
|
6275
|
-
"name": "
|
|
6276
|
-
"module": "src/
|
|
6275
|
+
"name": "Avatar",
|
|
6276
|
+
"module": "src/avatar/avatar.ts"
|
|
6277
6277
|
}
|
|
6278
6278
|
},
|
|
6279
6279
|
{
|
|
6280
6280
|
"kind": "js",
|
|
6281
|
-
"name": "
|
|
6281
|
+
"name": "foundationAvatarShadowOptions",
|
|
6282
6282
|
"declaration": {
|
|
6283
|
-
"name": "
|
|
6284
|
-
"module": "src/
|
|
6283
|
+
"name": "foundationAvatarShadowOptions",
|
|
6284
|
+
"module": "src/avatar/avatar.ts"
|
|
6285
6285
|
}
|
|
6286
6286
|
},
|
|
6287
6287
|
{
|
|
6288
6288
|
"kind": "js",
|
|
6289
|
-
"name": "
|
|
6289
|
+
"name": "defaultAvatarConfig",
|
|
6290
6290
|
"declaration": {
|
|
6291
|
-
"name": "
|
|
6292
|
-
"module": "src/
|
|
6291
|
+
"name": "defaultAvatarConfig",
|
|
6292
|
+
"module": "src/avatar/avatar.ts"
|
|
6293
6293
|
}
|
|
6294
6294
|
},
|
|
6295
6295
|
{
|
|
6296
6296
|
"kind": "js",
|
|
6297
|
-
"name": "
|
|
6297
|
+
"name": "foundationAvatar",
|
|
6298
6298
|
"declaration": {
|
|
6299
|
-
"name": "
|
|
6300
|
-
"module": "src/
|
|
6299
|
+
"name": "foundationAvatar",
|
|
6300
|
+
"module": "src/avatar/avatar.ts"
|
|
6301
6301
|
}
|
|
6302
6302
|
}
|
|
6303
6303
|
]
|
|
6304
6304
|
},
|
|
6305
6305
|
{
|
|
6306
6306
|
"kind": "javascript-module",
|
|
6307
|
-
"path": "src/
|
|
6307
|
+
"path": "src/avatar/index.ts",
|
|
6308
6308
|
"declarations": [],
|
|
6309
6309
|
"exports": [
|
|
6310
6310
|
{
|
|
@@ -6312,7 +6312,7 @@
|
|
|
6312
6312
|
"name": "*",
|
|
6313
6313
|
"declaration": {
|
|
6314
6314
|
"name": "*",
|
|
6315
|
-
"package": "./
|
|
6315
|
+
"package": "./avatar.template"
|
|
6316
6316
|
}
|
|
6317
6317
|
},
|
|
6318
6318
|
{
|
|
@@ -6320,7 +6320,7 @@
|
|
|
6320
6320
|
"name": "*",
|
|
6321
6321
|
"declaration": {
|
|
6322
6322
|
"name": "*",
|
|
6323
|
-
"package": "./
|
|
6323
|
+
"package": "./avatar.styles"
|
|
6324
6324
|
}
|
|
6325
6325
|
},
|
|
6326
6326
|
{
|
|
@@ -6328,7 +6328,7 @@
|
|
|
6328
6328
|
"name": "*",
|
|
6329
6329
|
"declaration": {
|
|
6330
6330
|
"name": "*",
|
|
6331
|
-
"package": "./
|
|
6331
|
+
"package": "./avatar"
|
|
6332
6332
|
}
|
|
6333
6333
|
}
|
|
6334
6334
|
]
|