@genesislcap/foundation-ui 14.227.3 → 14.227.4
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 +1037 -1037
- package/package.json +16 -16
|
@@ -864,6 +864,37 @@
|
|
|
864
864
|
}
|
|
865
865
|
]
|
|
866
866
|
},
|
|
867
|
+
{
|
|
868
|
+
"kind": "javascript-module",
|
|
869
|
+
"path": "src/_config/index.ts",
|
|
870
|
+
"declarations": [],
|
|
871
|
+
"exports": [
|
|
872
|
+
{
|
|
873
|
+
"kind": "js",
|
|
874
|
+
"name": "*",
|
|
875
|
+
"declaration": {
|
|
876
|
+
"name": "*",
|
|
877
|
+
"package": "./styles"
|
|
878
|
+
}
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"kind": "js",
|
|
882
|
+
"name": "*",
|
|
883
|
+
"declaration": {
|
|
884
|
+
"name": "*",
|
|
885
|
+
"package": "./tokens"
|
|
886
|
+
}
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"kind": "js",
|
|
890
|
+
"name": "*",
|
|
891
|
+
"declaration": {
|
|
892
|
+
"name": "*",
|
|
893
|
+
"package": "./values"
|
|
894
|
+
}
|
|
895
|
+
}
|
|
896
|
+
]
|
|
897
|
+
},
|
|
867
898
|
{
|
|
868
899
|
"kind": "javascript-module",
|
|
869
900
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1258,6 +1289,188 @@
|
|
|
1258
1289
|
}
|
|
1259
1290
|
]
|
|
1260
1291
|
},
|
|
1292
|
+
{
|
|
1293
|
+
"kind": "javascript-module",
|
|
1294
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1295
|
+
"declarations": [
|
|
1296
|
+
{
|
|
1297
|
+
"kind": "function",
|
|
1298
|
+
"name": "foundationAccordionStyles",
|
|
1299
|
+
"return": {
|
|
1300
|
+
"type": {
|
|
1301
|
+
"text": "ElementStyles"
|
|
1302
|
+
}
|
|
1303
|
+
},
|
|
1304
|
+
"parameters": [
|
|
1305
|
+
{
|
|
1306
|
+
"name": "context",
|
|
1307
|
+
"type": {
|
|
1308
|
+
"text": "ElementDefinitionContext"
|
|
1309
|
+
}
|
|
1310
|
+
},
|
|
1311
|
+
{
|
|
1312
|
+
"name": "definition",
|
|
1313
|
+
"type": {
|
|
1314
|
+
"text": "FoundationElementDefinition"
|
|
1315
|
+
}
|
|
1316
|
+
}
|
|
1317
|
+
]
|
|
1318
|
+
}
|
|
1319
|
+
],
|
|
1320
|
+
"exports": [
|
|
1321
|
+
{
|
|
1322
|
+
"kind": "js",
|
|
1323
|
+
"name": "foundationAccordionStyles",
|
|
1324
|
+
"declaration": {
|
|
1325
|
+
"name": "foundationAccordionStyles",
|
|
1326
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1327
|
+
}
|
|
1328
|
+
}
|
|
1329
|
+
]
|
|
1330
|
+
},
|
|
1331
|
+
{
|
|
1332
|
+
"kind": "javascript-module",
|
|
1333
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1334
|
+
"declarations": [
|
|
1335
|
+
{
|
|
1336
|
+
"kind": "function",
|
|
1337
|
+
"name": "foundationAccordionTemplate",
|
|
1338
|
+
"return": {
|
|
1339
|
+
"type": {
|
|
1340
|
+
"text": "ViewTemplate<Accordion>"
|
|
1341
|
+
}
|
|
1342
|
+
},
|
|
1343
|
+
"parameters": [
|
|
1344
|
+
{
|
|
1345
|
+
"name": "context",
|
|
1346
|
+
"type": {
|
|
1347
|
+
"text": "ElementDefinitionContext"
|
|
1348
|
+
}
|
|
1349
|
+
},
|
|
1350
|
+
{
|
|
1351
|
+
"name": "definition",
|
|
1352
|
+
"type": {
|
|
1353
|
+
"text": "FoundationElementDefinition"
|
|
1354
|
+
}
|
|
1355
|
+
}
|
|
1356
|
+
]
|
|
1357
|
+
}
|
|
1358
|
+
],
|
|
1359
|
+
"exports": [
|
|
1360
|
+
{
|
|
1361
|
+
"kind": "js",
|
|
1362
|
+
"name": "foundationAccordionTemplate",
|
|
1363
|
+
"declaration": {
|
|
1364
|
+
"name": "foundationAccordionTemplate",
|
|
1365
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1366
|
+
}
|
|
1367
|
+
}
|
|
1368
|
+
]
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
"kind": "javascript-module",
|
|
1372
|
+
"path": "src/accordion/accordion.ts",
|
|
1373
|
+
"declarations": [
|
|
1374
|
+
{
|
|
1375
|
+
"kind": "class",
|
|
1376
|
+
"description": "",
|
|
1377
|
+
"name": "Accordion",
|
|
1378
|
+
"superclass": {
|
|
1379
|
+
"name": "FASTAccordion",
|
|
1380
|
+
"package": "@microsoft/fast-foundation"
|
|
1381
|
+
},
|
|
1382
|
+
"tagName": "%%prefix%%-accordion",
|
|
1383
|
+
"customElement": true
|
|
1384
|
+
},
|
|
1385
|
+
{
|
|
1386
|
+
"kind": "variable",
|
|
1387
|
+
"name": "foundationAccordionShadowOptions",
|
|
1388
|
+
"type": {
|
|
1389
|
+
"text": "ShadowRootInit"
|
|
1390
|
+
},
|
|
1391
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
"kind": "variable",
|
|
1395
|
+
"name": "defaultAccordionConfig",
|
|
1396
|
+
"type": {
|
|
1397
|
+
"text": "object"
|
|
1398
|
+
},
|
|
1399
|
+
"default": "{}"
|
|
1400
|
+
},
|
|
1401
|
+
{
|
|
1402
|
+
"kind": "variable",
|
|
1403
|
+
"name": "foundationAccordion",
|
|
1404
|
+
"description": "The Foundation Accordion",
|
|
1405
|
+
"privacy": "public"
|
|
1406
|
+
}
|
|
1407
|
+
],
|
|
1408
|
+
"exports": [
|
|
1409
|
+
{
|
|
1410
|
+
"kind": "js",
|
|
1411
|
+
"name": "Accordion",
|
|
1412
|
+
"declaration": {
|
|
1413
|
+
"name": "Accordion",
|
|
1414
|
+
"module": "src/accordion/accordion.ts"
|
|
1415
|
+
}
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
"kind": "js",
|
|
1419
|
+
"name": "foundationAccordionShadowOptions",
|
|
1420
|
+
"declaration": {
|
|
1421
|
+
"name": "foundationAccordionShadowOptions",
|
|
1422
|
+
"module": "src/accordion/accordion.ts"
|
|
1423
|
+
}
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
"kind": "js",
|
|
1427
|
+
"name": "defaultAccordionConfig",
|
|
1428
|
+
"declaration": {
|
|
1429
|
+
"name": "defaultAccordionConfig",
|
|
1430
|
+
"module": "src/accordion/accordion.ts"
|
|
1431
|
+
}
|
|
1432
|
+
},
|
|
1433
|
+
{
|
|
1434
|
+
"kind": "js",
|
|
1435
|
+
"name": "foundationAccordion",
|
|
1436
|
+
"declaration": {
|
|
1437
|
+
"name": "foundationAccordion",
|
|
1438
|
+
"module": "src/accordion/accordion.ts"
|
|
1439
|
+
}
|
|
1440
|
+
}
|
|
1441
|
+
]
|
|
1442
|
+
},
|
|
1443
|
+
{
|
|
1444
|
+
"kind": "javascript-module",
|
|
1445
|
+
"path": "src/accordion/index.ts",
|
|
1446
|
+
"declarations": [],
|
|
1447
|
+
"exports": [
|
|
1448
|
+
{
|
|
1449
|
+
"kind": "js",
|
|
1450
|
+
"name": "*",
|
|
1451
|
+
"declaration": {
|
|
1452
|
+
"name": "*",
|
|
1453
|
+
"package": "./accordion.template"
|
|
1454
|
+
}
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"kind": "js",
|
|
1458
|
+
"name": "*",
|
|
1459
|
+
"declaration": {
|
|
1460
|
+
"name": "*",
|
|
1461
|
+
"package": "./accordion.styles"
|
|
1462
|
+
}
|
|
1463
|
+
},
|
|
1464
|
+
{
|
|
1465
|
+
"kind": "js",
|
|
1466
|
+
"name": "*",
|
|
1467
|
+
"declaration": {
|
|
1468
|
+
"name": "*",
|
|
1469
|
+
"package": "./accordion"
|
|
1470
|
+
}
|
|
1471
|
+
}
|
|
1472
|
+
]
|
|
1473
|
+
},
|
|
1261
1474
|
{
|
|
1262
1475
|
"kind": "javascript-module",
|
|
1263
1476
|
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
@@ -1819,11 +2032,11 @@
|
|
|
1819
2032
|
},
|
|
1820
2033
|
{
|
|
1821
2034
|
"kind": "javascript-module",
|
|
1822
|
-
"path": "src/
|
|
2035
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
1823
2036
|
"declarations": [
|
|
1824
2037
|
{
|
|
1825
2038
|
"kind": "function",
|
|
1826
|
-
"name": "
|
|
2039
|
+
"name": "foundationAnchorStyles",
|
|
1827
2040
|
"return": {
|
|
1828
2041
|
"type": {
|
|
1829
2042
|
"text": "ElementStyles"
|
|
@@ -1848,24 +2061,24 @@
|
|
|
1848
2061
|
"exports": [
|
|
1849
2062
|
{
|
|
1850
2063
|
"kind": "js",
|
|
1851
|
-
"name": "
|
|
2064
|
+
"name": "foundationAnchorStyles",
|
|
1852
2065
|
"declaration": {
|
|
1853
|
-
"name": "
|
|
1854
|
-
"module": "src/
|
|
2066
|
+
"name": "foundationAnchorStyles",
|
|
2067
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
1855
2068
|
}
|
|
1856
2069
|
}
|
|
1857
2070
|
]
|
|
1858
2071
|
},
|
|
1859
2072
|
{
|
|
1860
2073
|
"kind": "javascript-module",
|
|
1861
|
-
"path": "src/
|
|
2074
|
+
"path": "src/anchor/anchor.template.ts",
|
|
1862
2075
|
"declarations": [
|
|
1863
2076
|
{
|
|
1864
2077
|
"kind": "function",
|
|
1865
|
-
"name": "
|
|
2078
|
+
"name": "foundationAnchorTemplate",
|
|
1866
2079
|
"return": {
|
|
1867
2080
|
"type": {
|
|
1868
|
-
"text": "ViewTemplate<
|
|
2081
|
+
"text": "ViewTemplate<Anchor>"
|
|
1869
2082
|
}
|
|
1870
2083
|
},
|
|
1871
2084
|
"parameters": [
|
|
@@ -1887,238 +2100,25 @@
|
|
|
1887
2100
|
"exports": [
|
|
1888
2101
|
{
|
|
1889
2102
|
"kind": "js",
|
|
1890
|
-
"name": "
|
|
2103
|
+
"name": "foundationAnchorTemplate",
|
|
1891
2104
|
"declaration": {
|
|
1892
|
-
"name": "
|
|
1893
|
-
"module": "src/
|
|
2105
|
+
"name": "foundationAnchorTemplate",
|
|
2106
|
+
"module": "src/anchor/anchor.template.ts"
|
|
1894
2107
|
}
|
|
1895
2108
|
}
|
|
1896
2109
|
]
|
|
1897
2110
|
},
|
|
1898
2111
|
{
|
|
1899
2112
|
"kind": "javascript-module",
|
|
1900
|
-
"path": "src/
|
|
2113
|
+
"path": "src/anchor/anchor.ts",
|
|
1901
2114
|
"declarations": [
|
|
1902
2115
|
{
|
|
1903
2116
|
"kind": "class",
|
|
1904
2117
|
"description": "",
|
|
1905
|
-
"name": "
|
|
2118
|
+
"name": "Anchor",
|
|
1906
2119
|
"superclass": {
|
|
1907
|
-
"name": "
|
|
1908
|
-
"package": "@microsoft/fast-
|
|
1909
|
-
},
|
|
1910
|
-
"tagName": "%%prefix%%-accordion",
|
|
1911
|
-
"customElement": true
|
|
1912
|
-
},
|
|
1913
|
-
{
|
|
1914
|
-
"kind": "variable",
|
|
1915
|
-
"name": "foundationAccordionShadowOptions",
|
|
1916
|
-
"type": {
|
|
1917
|
-
"text": "ShadowRootInit"
|
|
1918
|
-
},
|
|
1919
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1920
|
-
},
|
|
1921
|
-
{
|
|
1922
|
-
"kind": "variable",
|
|
1923
|
-
"name": "defaultAccordionConfig",
|
|
1924
|
-
"type": {
|
|
1925
|
-
"text": "object"
|
|
1926
|
-
},
|
|
1927
|
-
"default": "{}"
|
|
1928
|
-
},
|
|
1929
|
-
{
|
|
1930
|
-
"kind": "variable",
|
|
1931
|
-
"name": "foundationAccordion",
|
|
1932
|
-
"description": "The Foundation Accordion",
|
|
1933
|
-
"privacy": "public"
|
|
1934
|
-
}
|
|
1935
|
-
],
|
|
1936
|
-
"exports": [
|
|
1937
|
-
{
|
|
1938
|
-
"kind": "js",
|
|
1939
|
-
"name": "Accordion",
|
|
1940
|
-
"declaration": {
|
|
1941
|
-
"name": "Accordion",
|
|
1942
|
-
"module": "src/accordion/accordion.ts"
|
|
1943
|
-
}
|
|
1944
|
-
},
|
|
1945
|
-
{
|
|
1946
|
-
"kind": "js",
|
|
1947
|
-
"name": "foundationAccordionShadowOptions",
|
|
1948
|
-
"declaration": {
|
|
1949
|
-
"name": "foundationAccordionShadowOptions",
|
|
1950
|
-
"module": "src/accordion/accordion.ts"
|
|
1951
|
-
}
|
|
1952
|
-
},
|
|
1953
|
-
{
|
|
1954
|
-
"kind": "js",
|
|
1955
|
-
"name": "defaultAccordionConfig",
|
|
1956
|
-
"declaration": {
|
|
1957
|
-
"name": "defaultAccordionConfig",
|
|
1958
|
-
"module": "src/accordion/accordion.ts"
|
|
1959
|
-
}
|
|
1960
|
-
},
|
|
1961
|
-
{
|
|
1962
|
-
"kind": "js",
|
|
1963
|
-
"name": "foundationAccordion",
|
|
1964
|
-
"declaration": {
|
|
1965
|
-
"name": "foundationAccordion",
|
|
1966
|
-
"module": "src/accordion/accordion.ts"
|
|
1967
|
-
}
|
|
1968
|
-
}
|
|
1969
|
-
]
|
|
1970
|
-
},
|
|
1971
|
-
{
|
|
1972
|
-
"kind": "javascript-module",
|
|
1973
|
-
"path": "src/accordion/index.ts",
|
|
1974
|
-
"declarations": [],
|
|
1975
|
-
"exports": [
|
|
1976
|
-
{
|
|
1977
|
-
"kind": "js",
|
|
1978
|
-
"name": "*",
|
|
1979
|
-
"declaration": {
|
|
1980
|
-
"name": "*",
|
|
1981
|
-
"package": "./accordion.template"
|
|
1982
|
-
}
|
|
1983
|
-
},
|
|
1984
|
-
{
|
|
1985
|
-
"kind": "js",
|
|
1986
|
-
"name": "*",
|
|
1987
|
-
"declaration": {
|
|
1988
|
-
"name": "*",
|
|
1989
|
-
"package": "./accordion.styles"
|
|
1990
|
-
}
|
|
1991
|
-
},
|
|
1992
|
-
{
|
|
1993
|
-
"kind": "js",
|
|
1994
|
-
"name": "*",
|
|
1995
|
-
"declaration": {
|
|
1996
|
-
"name": "*",
|
|
1997
|
-
"package": "./accordion"
|
|
1998
|
-
}
|
|
1999
|
-
}
|
|
2000
|
-
]
|
|
2001
|
-
},
|
|
2002
|
-
{
|
|
2003
|
-
"kind": "javascript-module",
|
|
2004
|
-
"path": "src/_config/index.ts",
|
|
2005
|
-
"declarations": [],
|
|
2006
|
-
"exports": [
|
|
2007
|
-
{
|
|
2008
|
-
"kind": "js",
|
|
2009
|
-
"name": "*",
|
|
2010
|
-
"declaration": {
|
|
2011
|
-
"name": "*",
|
|
2012
|
-
"package": "./styles"
|
|
2013
|
-
}
|
|
2014
|
-
},
|
|
2015
|
-
{
|
|
2016
|
-
"kind": "js",
|
|
2017
|
-
"name": "*",
|
|
2018
|
-
"declaration": {
|
|
2019
|
-
"name": "*",
|
|
2020
|
-
"package": "./tokens"
|
|
2021
|
-
}
|
|
2022
|
-
},
|
|
2023
|
-
{
|
|
2024
|
-
"kind": "js",
|
|
2025
|
-
"name": "*",
|
|
2026
|
-
"declaration": {
|
|
2027
|
-
"name": "*",
|
|
2028
|
-
"package": "./values"
|
|
2029
|
-
}
|
|
2030
|
-
}
|
|
2031
|
-
]
|
|
2032
|
-
},
|
|
2033
|
-
{
|
|
2034
|
-
"kind": "javascript-module",
|
|
2035
|
-
"path": "src/anchor/anchor.styles.ts",
|
|
2036
|
-
"declarations": [
|
|
2037
|
-
{
|
|
2038
|
-
"kind": "function",
|
|
2039
|
-
"name": "foundationAnchorStyles",
|
|
2040
|
-
"return": {
|
|
2041
|
-
"type": {
|
|
2042
|
-
"text": "ElementStyles"
|
|
2043
|
-
}
|
|
2044
|
-
},
|
|
2045
|
-
"parameters": [
|
|
2046
|
-
{
|
|
2047
|
-
"name": "context",
|
|
2048
|
-
"type": {
|
|
2049
|
-
"text": "ElementDefinitionContext"
|
|
2050
|
-
}
|
|
2051
|
-
},
|
|
2052
|
-
{
|
|
2053
|
-
"name": "definition",
|
|
2054
|
-
"type": {
|
|
2055
|
-
"text": "FoundationElementDefinition"
|
|
2056
|
-
}
|
|
2057
|
-
}
|
|
2058
|
-
]
|
|
2059
|
-
}
|
|
2060
|
-
],
|
|
2061
|
-
"exports": [
|
|
2062
|
-
{
|
|
2063
|
-
"kind": "js",
|
|
2064
|
-
"name": "foundationAnchorStyles",
|
|
2065
|
-
"declaration": {
|
|
2066
|
-
"name": "foundationAnchorStyles",
|
|
2067
|
-
"module": "src/anchor/anchor.styles.ts"
|
|
2068
|
-
}
|
|
2069
|
-
}
|
|
2070
|
-
]
|
|
2071
|
-
},
|
|
2072
|
-
{
|
|
2073
|
-
"kind": "javascript-module",
|
|
2074
|
-
"path": "src/anchor/anchor.template.ts",
|
|
2075
|
-
"declarations": [
|
|
2076
|
-
{
|
|
2077
|
-
"kind": "function",
|
|
2078
|
-
"name": "foundationAnchorTemplate",
|
|
2079
|
-
"return": {
|
|
2080
|
-
"type": {
|
|
2081
|
-
"text": "ViewTemplate<Anchor>"
|
|
2082
|
-
}
|
|
2083
|
-
},
|
|
2084
|
-
"parameters": [
|
|
2085
|
-
{
|
|
2086
|
-
"name": "context",
|
|
2087
|
-
"type": {
|
|
2088
|
-
"text": "ElementDefinitionContext"
|
|
2089
|
-
}
|
|
2090
|
-
},
|
|
2091
|
-
{
|
|
2092
|
-
"name": "definition",
|
|
2093
|
-
"type": {
|
|
2094
|
-
"text": "FoundationElementDefinition"
|
|
2095
|
-
}
|
|
2096
|
-
}
|
|
2097
|
-
]
|
|
2098
|
-
}
|
|
2099
|
-
],
|
|
2100
|
-
"exports": [
|
|
2101
|
-
{
|
|
2102
|
-
"kind": "js",
|
|
2103
|
-
"name": "foundationAnchorTemplate",
|
|
2104
|
-
"declaration": {
|
|
2105
|
-
"name": "foundationAnchorTemplate",
|
|
2106
|
-
"module": "src/anchor/anchor.template.ts"
|
|
2107
|
-
}
|
|
2108
|
-
}
|
|
2109
|
-
]
|
|
2110
|
-
},
|
|
2111
|
-
{
|
|
2112
|
-
"kind": "javascript-module",
|
|
2113
|
-
"path": "src/anchor/anchor.ts",
|
|
2114
|
-
"declarations": [
|
|
2115
|
-
{
|
|
2116
|
-
"kind": "class",
|
|
2117
|
-
"description": "",
|
|
2118
|
-
"name": "Anchor",
|
|
2119
|
-
"superclass": {
|
|
2120
|
-
"name": "FASTAnchor",
|
|
2121
|
-
"package": "@microsoft/fast-components"
|
|
2120
|
+
"name": "FASTAnchor",
|
|
2121
|
+
"package": "@microsoft/fast-components"
|
|
2122
2122
|
},
|
|
2123
2123
|
"tagName": "%%prefix%%-anchor",
|
|
2124
2124
|
"customElement": true,
|
|
@@ -17670,83 +17670,231 @@
|
|
|
17670
17670
|
},
|
|
17671
17671
|
{
|
|
17672
17672
|
"kind": "javascript-module",
|
|
17673
|
-
"path": "src/
|
|
17673
|
+
"path": "src/filter-bar/filter-bar.styles.ts",
|
|
17674
17674
|
"declarations": [
|
|
17675
17675
|
{
|
|
17676
|
-
"kind": "
|
|
17677
|
-
"name": "
|
|
17678
|
-
"
|
|
17679
|
-
"
|
|
17676
|
+
"kind": "function",
|
|
17677
|
+
"name": "foundationFilterBarStyles",
|
|
17678
|
+
"return": {
|
|
17679
|
+
"type": {
|
|
17680
|
+
"text": "ElementStyles"
|
|
17681
|
+
}
|
|
17680
17682
|
},
|
|
17681
|
-
"
|
|
17683
|
+
"parameters": [
|
|
17684
|
+
{
|
|
17685
|
+
"name": "context",
|
|
17686
|
+
"type": {
|
|
17687
|
+
"text": "ElementDefinitionContext"
|
|
17688
|
+
}
|
|
17689
|
+
},
|
|
17690
|
+
{
|
|
17691
|
+
"name": "definition",
|
|
17692
|
+
"type": {
|
|
17693
|
+
"text": "FoundationElementDefinition"
|
|
17694
|
+
}
|
|
17695
|
+
}
|
|
17696
|
+
]
|
|
17682
17697
|
}
|
|
17683
17698
|
],
|
|
17684
17699
|
"exports": [
|
|
17685
17700
|
{
|
|
17686
17701
|
"kind": "js",
|
|
17687
|
-
"name": "
|
|
17702
|
+
"name": "foundationFilterBarStyles",
|
|
17688
17703
|
"declaration": {
|
|
17689
|
-
"name": "
|
|
17690
|
-
"module": "src/
|
|
17704
|
+
"name": "foundationFilterBarStyles",
|
|
17705
|
+
"module": "src/filter-bar/filter-bar.styles.ts"
|
|
17691
17706
|
}
|
|
17692
17707
|
}
|
|
17693
17708
|
]
|
|
17694
17709
|
},
|
|
17695
17710
|
{
|
|
17696
17711
|
"kind": "javascript-module",
|
|
17697
|
-
"path": "src/
|
|
17712
|
+
"path": "src/filter-bar/filter-bar.template.ts",
|
|
17698
17713
|
"declarations": [
|
|
17714
|
+
{
|
|
17715
|
+
"kind": "function",
|
|
17716
|
+
"name": "filterBarTemplate",
|
|
17717
|
+
"parameters": [
|
|
17718
|
+
{
|
|
17719
|
+
"name": "prefix",
|
|
17720
|
+
"type": {
|
|
17721
|
+
"text": "string"
|
|
17722
|
+
}
|
|
17723
|
+
}
|
|
17724
|
+
]
|
|
17725
|
+
},
|
|
17699
17726
|
{
|
|
17700
17727
|
"kind": "variable",
|
|
17701
|
-
"name": "
|
|
17728
|
+
"name": "foundationFilterBarTemplate",
|
|
17702
17729
|
"type": {
|
|
17703
|
-
"text": "ViewTemplate<
|
|
17730
|
+
"text": "ViewTemplate<FilterBar>"
|
|
17704
17731
|
},
|
|
17705
|
-
"default": "html`\n
|
|
17732
|
+
"default": "html`\n ${(x) => (x.ready ? filterBarTemplate(getPrefix(x)) : loadingTemplate)}\n`"
|
|
17706
17733
|
}
|
|
17707
17734
|
],
|
|
17708
17735
|
"exports": [
|
|
17709
17736
|
{
|
|
17710
17737
|
"kind": "js",
|
|
17711
|
-
"name": "
|
|
17738
|
+
"name": "filterBarTemplate",
|
|
17712
17739
|
"declaration": {
|
|
17713
|
-
"name": "
|
|
17714
|
-
"module": "src/
|
|
17740
|
+
"name": "filterBarTemplate",
|
|
17741
|
+
"module": "src/filter-bar/filter-bar.template.ts"
|
|
17742
|
+
}
|
|
17743
|
+
},
|
|
17744
|
+
{
|
|
17745
|
+
"kind": "js",
|
|
17746
|
+
"name": "foundationFilterBarTemplate",
|
|
17747
|
+
"declaration": {
|
|
17748
|
+
"name": "foundationFilterBarTemplate",
|
|
17749
|
+
"module": "src/filter-bar/filter-bar.template.ts"
|
|
17715
17750
|
}
|
|
17716
17751
|
}
|
|
17717
17752
|
]
|
|
17718
17753
|
},
|
|
17719
17754
|
{
|
|
17720
17755
|
"kind": "javascript-module",
|
|
17721
|
-
"path": "src/
|
|
17756
|
+
"path": "src/filter-bar/filter-bar.ts",
|
|
17722
17757
|
"declarations": [
|
|
17723
17758
|
{
|
|
17724
17759
|
"kind": "variable",
|
|
17725
|
-
"name": "
|
|
17726
|
-
"type": {
|
|
17727
|
-
"text": "ShadowRootInit"
|
|
17728
|
-
},
|
|
17729
|
-
"default": "undefined"
|
|
17730
|
-
},
|
|
17731
|
-
{
|
|
17732
|
-
"kind": "variable",
|
|
17733
|
-
"name": "defaultFlexLayoutConfig",
|
|
17760
|
+
"name": "DEFUALT_FILTER_BAR_COLUMNS",
|
|
17734
17761
|
"type": {
|
|
17735
|
-
"text": "
|
|
17762
|
+
"text": "number"
|
|
17736
17763
|
},
|
|
17737
|
-
"default": "
|
|
17764
|
+
"default": "5"
|
|
17738
17765
|
},
|
|
17739
17766
|
{
|
|
17740
17767
|
"kind": "class",
|
|
17741
17768
|
"description": "",
|
|
17742
|
-
"name": "
|
|
17743
|
-
"superclass": {
|
|
17744
|
-
"name": "FoundationElement",
|
|
17745
|
-
"package": "@microsoft/fast-foundation"
|
|
17746
|
-
},
|
|
17747
|
-
"tagName": "%%prefix%%-flex-layout",
|
|
17748
|
-
"customElement": true,
|
|
17769
|
+
"name": "FilterBar",
|
|
17749
17770
|
"members": [
|
|
17771
|
+
{
|
|
17772
|
+
"kind": "field",
|
|
17773
|
+
"name": "resource",
|
|
17774
|
+
"type": {
|
|
17775
|
+
"text": "string"
|
|
17776
|
+
}
|
|
17777
|
+
},
|
|
17778
|
+
{
|
|
17779
|
+
"kind": "field",
|
|
17780
|
+
"name": "only",
|
|
17781
|
+
"type": {
|
|
17782
|
+
"text": "string"
|
|
17783
|
+
},
|
|
17784
|
+
"description": "Only generate filters for the specified fields, provided as a comma separated list.\nDefault behavior (if \"only\" is not set) is to generate filters for all fields based on metadata."
|
|
17785
|
+
},
|
|
17786
|
+
{
|
|
17787
|
+
"kind": "field",
|
|
17788
|
+
"name": "labels",
|
|
17789
|
+
"type": {
|
|
17790
|
+
"text": "string"
|
|
17791
|
+
},
|
|
17792
|
+
"description": "Labels for the specified fields, to be used alongside \"only\" prop."
|
|
17793
|
+
},
|
|
17794
|
+
{
|
|
17795
|
+
"kind": "field",
|
|
17796
|
+
"name": "target",
|
|
17797
|
+
"type": {
|
|
17798
|
+
"text": "string"
|
|
17799
|
+
},
|
|
17800
|
+
"description": "Will be included in event emmissions.\nUsually set to the id of the target datasource.\nUsefull when we have multiple grids in the same page."
|
|
17801
|
+
},
|
|
17802
|
+
{
|
|
17803
|
+
"kind": "field",
|
|
17804
|
+
"name": "columns",
|
|
17805
|
+
"type": {
|
|
17806
|
+
"text": "number"
|
|
17807
|
+
},
|
|
17808
|
+
"default": "5"
|
|
17809
|
+
},
|
|
17810
|
+
{
|
|
17811
|
+
"kind": "field",
|
|
17812
|
+
"name": "ready",
|
|
17813
|
+
"type": {
|
|
17814
|
+
"text": "boolean"
|
|
17815
|
+
},
|
|
17816
|
+
"default": "false"
|
|
17817
|
+
},
|
|
17818
|
+
{
|
|
17819
|
+
"kind": "field",
|
|
17820
|
+
"name": "fields",
|
|
17821
|
+
"type": {
|
|
17822
|
+
"text": "MetadataDetail[]"
|
|
17823
|
+
}
|
|
17824
|
+
},
|
|
17825
|
+
{
|
|
17826
|
+
"kind": "field",
|
|
17827
|
+
"name": "connect",
|
|
17828
|
+
"type": {
|
|
17829
|
+
"text": "Connect"
|
|
17830
|
+
}
|
|
17831
|
+
},
|
|
17832
|
+
{
|
|
17833
|
+
"kind": "field",
|
|
17834
|
+
"name": "filterGrid",
|
|
17835
|
+
"type": {
|
|
17836
|
+
"text": "HTMLDivElement"
|
|
17837
|
+
},
|
|
17838
|
+
"privacy": "public"
|
|
17839
|
+
},
|
|
17840
|
+
{
|
|
17841
|
+
"kind": "field",
|
|
17842
|
+
"name": "collapsed",
|
|
17843
|
+
"type": {
|
|
17844
|
+
"text": "boolean"
|
|
17845
|
+
},
|
|
17846
|
+
"default": "true"
|
|
17847
|
+
},
|
|
17848
|
+
{
|
|
17849
|
+
"kind": "method",
|
|
17850
|
+
"name": "initLabels",
|
|
17851
|
+
"privacy": "private"
|
|
17852
|
+
},
|
|
17853
|
+
{
|
|
17854
|
+
"kind": "method",
|
|
17855
|
+
"name": "camelCasePreserveWhitespace",
|
|
17856
|
+
"privacy": "private",
|
|
17857
|
+
"parameters": [
|
|
17858
|
+
{
|
|
17859
|
+
"name": "input",
|
|
17860
|
+
"type": {
|
|
17861
|
+
"text": "string"
|
|
17862
|
+
}
|
|
17863
|
+
}
|
|
17864
|
+
]
|
|
17865
|
+
},
|
|
17866
|
+
{
|
|
17867
|
+
"kind": "method",
|
|
17868
|
+
"name": "resourceChanged",
|
|
17869
|
+
"parameters": [
|
|
17870
|
+
{
|
|
17871
|
+
"name": "oldResource",
|
|
17872
|
+
"type": {
|
|
17873
|
+
"text": "string"
|
|
17874
|
+
}
|
|
17875
|
+
},
|
|
17876
|
+
{
|
|
17877
|
+
"name": "newResource",
|
|
17878
|
+
"type": {
|
|
17879
|
+
"text": "string"
|
|
17880
|
+
}
|
|
17881
|
+
}
|
|
17882
|
+
]
|
|
17883
|
+
},
|
|
17884
|
+
{
|
|
17885
|
+
"kind": "method",
|
|
17886
|
+
"name": "init",
|
|
17887
|
+
"privacy": "private"
|
|
17888
|
+
},
|
|
17889
|
+
{
|
|
17890
|
+
"kind": "method",
|
|
17891
|
+
"name": "adjustColumnStyles",
|
|
17892
|
+
"privacy": "private"
|
|
17893
|
+
},
|
|
17894
|
+
{
|
|
17895
|
+
"kind": "method",
|
|
17896
|
+
"name": "toggle"
|
|
17897
|
+
},
|
|
17750
17898
|
{
|
|
17751
17899
|
"kind": "field",
|
|
17752
17900
|
"name": "_presentation",
|
|
@@ -17858,67 +18006,131 @@
|
|
|
17858
18006
|
"module": "src/foundation-element/foundation-element.ts"
|
|
17859
18007
|
}
|
|
17860
18008
|
}
|
|
17861
|
-
]
|
|
18009
|
+
],
|
|
18010
|
+
"attributes": [
|
|
18011
|
+
{
|
|
18012
|
+
"name": "resource",
|
|
18013
|
+
"type": {
|
|
18014
|
+
"text": "string"
|
|
18015
|
+
},
|
|
18016
|
+
"fieldName": "resource"
|
|
18017
|
+
},
|
|
18018
|
+
{
|
|
18019
|
+
"name": "only",
|
|
18020
|
+
"type": {
|
|
18021
|
+
"text": "string"
|
|
18022
|
+
},
|
|
18023
|
+
"description": "Only generate filters for the specified fields, provided as a comma separated list.\nDefault behavior (if \"only\" is not set) is to generate filters for all fields based on metadata.",
|
|
18024
|
+
"fieldName": "only"
|
|
18025
|
+
},
|
|
18026
|
+
{
|
|
18027
|
+
"name": "labels",
|
|
18028
|
+
"type": {
|
|
18029
|
+
"text": "string"
|
|
18030
|
+
},
|
|
18031
|
+
"description": "Labels for the specified fields, to be used alongside \"only\" prop.",
|
|
18032
|
+
"fieldName": "labels"
|
|
18033
|
+
},
|
|
18034
|
+
{
|
|
18035
|
+
"name": "target",
|
|
18036
|
+
"type": {
|
|
18037
|
+
"text": "string"
|
|
18038
|
+
},
|
|
18039
|
+
"description": "Will be included in event emmissions.\nUsually set to the id of the target datasource.\nUsefull when we have multiple grids in the same page.",
|
|
18040
|
+
"fieldName": "target"
|
|
18041
|
+
},
|
|
18042
|
+
{
|
|
18043
|
+
"name": "columns",
|
|
18044
|
+
"type": {
|
|
18045
|
+
"text": "number"
|
|
18046
|
+
},
|
|
18047
|
+
"default": "DEFUALT_FILTER_BAR_COLUMNS",
|
|
18048
|
+
"resolveInitializer": {
|
|
18049
|
+
"module": "src/filter-bar/filter-bar.ts"
|
|
18050
|
+
},
|
|
18051
|
+
"fieldName": "columns"
|
|
18052
|
+
}
|
|
18053
|
+
],
|
|
18054
|
+
"superclass": {
|
|
18055
|
+
"name": "FoundationElement",
|
|
18056
|
+
"package": "@microsoft/fast-foundation"
|
|
18057
|
+
},
|
|
18058
|
+
"tagName": "%%prefix%%-filter-bar",
|
|
18059
|
+
"customElement": true
|
|
17862
18060
|
},
|
|
17863
18061
|
{
|
|
17864
18062
|
"kind": "variable",
|
|
17865
|
-
"name": "
|
|
17866
|
-
"description": "The Foundation
|
|
18063
|
+
"name": "foundationFilterBar",
|
|
18064
|
+
"description": "The Foundation Filter",
|
|
17867
18065
|
"privacy": "public"
|
|
17868
18066
|
}
|
|
17869
18067
|
],
|
|
17870
18068
|
"exports": [
|
|
17871
18069
|
{
|
|
17872
18070
|
"kind": "js",
|
|
17873
|
-
"name": "
|
|
17874
|
-
"declaration": {
|
|
17875
|
-
"name": "foundationFlexLayoutShadowOptions",
|
|
17876
|
-
"module": "src/flex-layout/flex-layout.ts"
|
|
17877
|
-
}
|
|
17878
|
-
},
|
|
17879
|
-
{
|
|
17880
|
-
"kind": "js",
|
|
17881
|
-
"name": "defaultFlexLayoutConfig",
|
|
18071
|
+
"name": "DEFUALT_FILTER_BAR_COLUMNS",
|
|
17882
18072
|
"declaration": {
|
|
17883
|
-
"name": "
|
|
17884
|
-
"module": "src/
|
|
18073
|
+
"name": "DEFUALT_FILTER_BAR_COLUMNS",
|
|
18074
|
+
"module": "src/filter-bar/filter-bar.ts"
|
|
17885
18075
|
}
|
|
17886
18076
|
},
|
|
17887
18077
|
{
|
|
17888
18078
|
"kind": "js",
|
|
17889
|
-
"name": "
|
|
18079
|
+
"name": "FilterBar",
|
|
17890
18080
|
"declaration": {
|
|
17891
|
-
"name": "
|
|
17892
|
-
"module": "src/
|
|
18081
|
+
"name": "FilterBar",
|
|
18082
|
+
"module": "src/filter-bar/filter-bar.ts"
|
|
17893
18083
|
}
|
|
17894
18084
|
},
|
|
17895
18085
|
{
|
|
17896
18086
|
"kind": "js",
|
|
17897
|
-
"name": "
|
|
18087
|
+
"name": "foundationFilterBar",
|
|
17898
18088
|
"declaration": {
|
|
17899
|
-
"name": "
|
|
17900
|
-
"module": "src/
|
|
18089
|
+
"name": "foundationFilterBar",
|
|
18090
|
+
"module": "src/filter-bar/filter-bar.ts"
|
|
17901
18091
|
}
|
|
17902
18092
|
}
|
|
17903
18093
|
]
|
|
17904
18094
|
},
|
|
17905
18095
|
{
|
|
17906
18096
|
"kind": "javascript-module",
|
|
17907
|
-
"path": "src/
|
|
17908
|
-
"declarations": [
|
|
17909
|
-
"exports": []
|
|
17910
|
-
},
|
|
17911
|
-
{
|
|
17912
|
-
"kind": "javascript-module",
|
|
17913
|
-
"path": "src/flex-layout/index.ts",
|
|
17914
|
-
"declarations": [],
|
|
17915
|
-
"exports": [
|
|
18097
|
+
"path": "src/filter-bar/filter-bar.utils.ts",
|
|
18098
|
+
"declarations": [
|
|
17916
18099
|
{
|
|
17917
|
-
"kind": "
|
|
18100
|
+
"kind": "function",
|
|
18101
|
+
"name": "mapType",
|
|
18102
|
+
"parameters": [
|
|
18103
|
+
{
|
|
18104
|
+
"name": "TYPE",
|
|
18105
|
+
"type": {
|
|
18106
|
+
"text": "string"
|
|
18107
|
+
}
|
|
18108
|
+
}
|
|
18109
|
+
]
|
|
18110
|
+
}
|
|
18111
|
+
],
|
|
18112
|
+
"exports": [
|
|
18113
|
+
{
|
|
18114
|
+
"kind": "js",
|
|
18115
|
+
"name": "mapType",
|
|
18116
|
+
"declaration": {
|
|
18117
|
+
"name": "mapType",
|
|
18118
|
+
"module": "src/filter-bar/filter-bar.utils.ts"
|
|
18119
|
+
}
|
|
18120
|
+
}
|
|
18121
|
+
]
|
|
18122
|
+
},
|
|
18123
|
+
{
|
|
18124
|
+
"kind": "javascript-module",
|
|
18125
|
+
"path": "src/filter-bar/index.ts",
|
|
18126
|
+
"declarations": [],
|
|
18127
|
+
"exports": [
|
|
18128
|
+
{
|
|
18129
|
+
"kind": "js",
|
|
17918
18130
|
"name": "*",
|
|
17919
18131
|
"declaration": {
|
|
17920
18132
|
"name": "*",
|
|
17921
|
-
"package": "./
|
|
18133
|
+
"package": "./filter-bar.styles"
|
|
17922
18134
|
}
|
|
17923
18135
|
},
|
|
17924
18136
|
{
|
|
@@ -17926,7 +18138,7 @@
|
|
|
17926
18138
|
"name": "*",
|
|
17927
18139
|
"declaration": {
|
|
17928
18140
|
"name": "*",
|
|
17929
|
-
"package": "./
|
|
18141
|
+
"package": "./filter-bar.template"
|
|
17930
18142
|
}
|
|
17931
18143
|
},
|
|
17932
18144
|
{
|
|
@@ -17934,7 +18146,7 @@
|
|
|
17934
18146
|
"name": "*",
|
|
17935
18147
|
"declaration": {
|
|
17936
18148
|
"name": "*",
|
|
17937
|
-
"package": "./
|
|
18149
|
+
"package": "./filter-bar.utils"
|
|
17938
18150
|
}
|
|
17939
18151
|
},
|
|
17940
18152
|
{
|
|
@@ -17942,201 +18154,90 @@
|
|
|
17942
18154
|
"name": "*",
|
|
17943
18155
|
"declaration": {
|
|
17944
18156
|
"name": "*",
|
|
17945
|
-
"package": "./
|
|
18157
|
+
"package": "./filter-bar"
|
|
17946
18158
|
}
|
|
17947
18159
|
}
|
|
17948
18160
|
]
|
|
17949
18161
|
},
|
|
17950
18162
|
{
|
|
17951
18163
|
"kind": "javascript-module",
|
|
17952
|
-
"path": "src/
|
|
18164
|
+
"path": "src/flex-layout/flex-layout.styles.ts",
|
|
17953
18165
|
"declarations": [
|
|
17954
18166
|
{
|
|
17955
|
-
"kind": "
|
|
17956
|
-
"name": "
|
|
17957
|
-
"
|
|
17958
|
-
"
|
|
17959
|
-
"text": "ElementStyles"
|
|
17960
|
-
}
|
|
18167
|
+
"kind": "variable",
|
|
18168
|
+
"name": "foundationFlexLayoutStyles",
|
|
18169
|
+
"type": {
|
|
18170
|
+
"text": "ElementStyles"
|
|
17961
18171
|
},
|
|
17962
|
-
"
|
|
17963
|
-
{
|
|
17964
|
-
"name": "context",
|
|
17965
|
-
"type": {
|
|
17966
|
-
"text": "ElementDefinitionContext"
|
|
17967
|
-
}
|
|
17968
|
-
},
|
|
17969
|
-
{
|
|
17970
|
-
"name": "definition",
|
|
17971
|
-
"type": {
|
|
17972
|
-
"text": "FlipperOptions"
|
|
17973
|
-
}
|
|
17974
|
-
}
|
|
17975
|
-
]
|
|
18172
|
+
"default": "css`\n :host {\n width: 100%;\n height: 100%;\n }\n\n slot {\n width: 100%;\n height: 100%;\n display: flex;\n }\n\n ${flexLayoutRWDStyles()}\n ${flexLayoutRWDStyles('lg')}\n ${flexLayoutRWDStyles('md')}\n ${flexLayoutRWDStyles('sm')}\n`"
|
|
17976
18173
|
}
|
|
17977
18174
|
],
|
|
17978
18175
|
"exports": [
|
|
17979
18176
|
{
|
|
17980
18177
|
"kind": "js",
|
|
17981
|
-
"name": "
|
|
18178
|
+
"name": "foundationFlexLayoutStyles",
|
|
17982
18179
|
"declaration": {
|
|
17983
|
-
"name": "
|
|
17984
|
-
"module": "src/
|
|
18180
|
+
"name": "foundationFlexLayoutStyles",
|
|
18181
|
+
"module": "src/flex-layout/flex-layout.styles.ts"
|
|
17985
18182
|
}
|
|
17986
18183
|
}
|
|
17987
18184
|
]
|
|
17988
18185
|
},
|
|
17989
18186
|
{
|
|
17990
18187
|
"kind": "javascript-module",
|
|
17991
|
-
"path": "src/
|
|
18188
|
+
"path": "src/flex-layout/flex-layout.template.ts",
|
|
17992
18189
|
"declarations": [
|
|
17993
18190
|
{
|
|
17994
|
-
"kind": "
|
|
17995
|
-
"name": "
|
|
17996
|
-
"
|
|
17997
|
-
"
|
|
17998
|
-
"text": "ViewTemplate<Flipper>"
|
|
17999
|
-
}
|
|
18191
|
+
"kind": "variable",
|
|
18192
|
+
"name": "foundationFlexLayoutTemplate",
|
|
18193
|
+
"type": {
|
|
18194
|
+
"text": "ViewTemplate<FlexLayout>"
|
|
18000
18195
|
},
|
|
18001
|
-
"
|
|
18002
|
-
{
|
|
18003
|
-
"name": "context",
|
|
18004
|
-
"type": {
|
|
18005
|
-
"text": "ElementDefinitionContext"
|
|
18006
|
-
}
|
|
18007
|
-
},
|
|
18008
|
-
{
|
|
18009
|
-
"name": "definition",
|
|
18010
|
-
"type": {
|
|
18011
|
-
"text": "FlipperOptions"
|
|
18012
|
-
}
|
|
18013
|
-
}
|
|
18014
|
-
]
|
|
18196
|
+
"default": "html`\n <template>\n <slot></slot>\n </template>\n`"
|
|
18015
18197
|
}
|
|
18016
18198
|
],
|
|
18017
18199
|
"exports": [
|
|
18018
18200
|
{
|
|
18019
18201
|
"kind": "js",
|
|
18020
|
-
"name": "
|
|
18202
|
+
"name": "foundationFlexLayoutTemplate",
|
|
18021
18203
|
"declaration": {
|
|
18022
|
-
"name": "
|
|
18023
|
-
"module": "src/
|
|
18204
|
+
"name": "foundationFlexLayoutTemplate",
|
|
18205
|
+
"module": "src/flex-layout/flex-layout.template.ts"
|
|
18024
18206
|
}
|
|
18025
18207
|
}
|
|
18026
18208
|
]
|
|
18027
18209
|
},
|
|
18028
18210
|
{
|
|
18029
18211
|
"kind": "javascript-module",
|
|
18030
|
-
"path": "src/
|
|
18212
|
+
"path": "src/flex-layout/flex-layout.ts",
|
|
18031
18213
|
"declarations": [
|
|
18214
|
+
{
|
|
18215
|
+
"kind": "variable",
|
|
18216
|
+
"name": "foundationFlexLayoutShadowOptions",
|
|
18217
|
+
"type": {
|
|
18218
|
+
"text": "ShadowRootInit"
|
|
18219
|
+
},
|
|
18220
|
+
"default": "undefined"
|
|
18221
|
+
},
|
|
18222
|
+
{
|
|
18223
|
+
"kind": "variable",
|
|
18224
|
+
"name": "defaultFlexLayoutConfig",
|
|
18225
|
+
"type": {
|
|
18226
|
+
"text": "object"
|
|
18227
|
+
},
|
|
18228
|
+
"default": "{}"
|
|
18229
|
+
},
|
|
18032
18230
|
{
|
|
18033
18231
|
"kind": "class",
|
|
18034
18232
|
"description": "",
|
|
18035
|
-
"name": "
|
|
18233
|
+
"name": "FlexLayout",
|
|
18036
18234
|
"superclass": {
|
|
18037
|
-
"name": "
|
|
18038
|
-
"package": "@microsoft/fast-
|
|
18235
|
+
"name": "FoundationElement",
|
|
18236
|
+
"package": "@microsoft/fast-foundation"
|
|
18039
18237
|
},
|
|
18040
|
-
"tagName": "%%prefix%%-
|
|
18238
|
+
"tagName": "%%prefix%%-flex-layout",
|
|
18041
18239
|
"customElement": true,
|
|
18042
|
-
"attributes": [
|
|
18043
|
-
{
|
|
18044
|
-
"type": {
|
|
18045
|
-
"text": "boolean"
|
|
18046
|
-
},
|
|
18047
|
-
"description": "The disabled state of the flipper.",
|
|
18048
|
-
"fieldName": "disabled",
|
|
18049
|
-
"inheritedFrom": {
|
|
18050
|
-
"name": "Flipper",
|
|
18051
|
-
"module": "src/flipper/flipper.ts"
|
|
18052
|
-
}
|
|
18053
|
-
},
|
|
18054
|
-
{
|
|
18055
|
-
"name": "aria-hidden",
|
|
18056
|
-
"type": {
|
|
18057
|
-
"text": "boolean"
|
|
18058
|
-
},
|
|
18059
|
-
"default": "true",
|
|
18060
|
-
"description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
|
|
18061
|
-
"fieldName": "hiddenFromAT",
|
|
18062
|
-
"inheritedFrom": {
|
|
18063
|
-
"name": "Flipper",
|
|
18064
|
-
"module": "src/flipper/flipper.ts"
|
|
18065
|
-
}
|
|
18066
|
-
},
|
|
18067
|
-
{
|
|
18068
|
-
"name": "direction",
|
|
18069
|
-
"type": {
|
|
18070
|
-
"text": "FlipperDirection"
|
|
18071
|
-
},
|
|
18072
|
-
"description": "The direction that the flipper implies navigating.",
|
|
18073
|
-
"fieldName": "direction",
|
|
18074
|
-
"inheritedFrom": {
|
|
18075
|
-
"name": "Flipper",
|
|
18076
|
-
"module": "src/flipper/flipper.ts"
|
|
18077
|
-
}
|
|
18078
|
-
}
|
|
18079
|
-
],
|
|
18080
18240
|
"members": [
|
|
18081
|
-
{
|
|
18082
|
-
"kind": "field",
|
|
18083
|
-
"name": "disabled",
|
|
18084
|
-
"type": {
|
|
18085
|
-
"text": "boolean"
|
|
18086
|
-
},
|
|
18087
|
-
"privacy": "public",
|
|
18088
|
-
"description": "The disabled state of the flipper.",
|
|
18089
|
-
"inheritedFrom": {
|
|
18090
|
-
"name": "Flipper",
|
|
18091
|
-
"module": "src/flipper/flipper.ts"
|
|
18092
|
-
}
|
|
18093
|
-
},
|
|
18094
|
-
{
|
|
18095
|
-
"kind": "field",
|
|
18096
|
-
"name": "hiddenFromAT",
|
|
18097
|
-
"type": {
|
|
18098
|
-
"text": "boolean"
|
|
18099
|
-
},
|
|
18100
|
-
"privacy": "public",
|
|
18101
|
-
"default": "true",
|
|
18102
|
-
"description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
|
|
18103
|
-
"inheritedFrom": {
|
|
18104
|
-
"name": "Flipper",
|
|
18105
|
-
"module": "src/flipper/flipper.ts"
|
|
18106
|
-
}
|
|
18107
|
-
},
|
|
18108
|
-
{
|
|
18109
|
-
"kind": "field",
|
|
18110
|
-
"name": "direction",
|
|
18111
|
-
"type": {
|
|
18112
|
-
"text": "FlipperDirection"
|
|
18113
|
-
},
|
|
18114
|
-
"privacy": "public",
|
|
18115
|
-
"description": "The direction that the flipper implies navigating.",
|
|
18116
|
-
"inheritedFrom": {
|
|
18117
|
-
"name": "Flipper",
|
|
18118
|
-
"module": "src/flipper/flipper.ts"
|
|
18119
|
-
}
|
|
18120
|
-
},
|
|
18121
|
-
{
|
|
18122
|
-
"kind": "method",
|
|
18123
|
-
"name": "keyupHandler",
|
|
18124
|
-
"privacy": "public",
|
|
18125
|
-
"parameters": [
|
|
18126
|
-
{
|
|
18127
|
-
"name": "e",
|
|
18128
|
-
"type": {
|
|
18129
|
-
"text": "Event & KeyboardEvent"
|
|
18130
|
-
},
|
|
18131
|
-
"description": "Keyboard event"
|
|
18132
|
-
}
|
|
18133
|
-
],
|
|
18134
|
-
"description": "Simulate a click event when the flipper has focus and the user hits enter or space keys\nBlur focus if the user hits escape key",
|
|
18135
|
-
"inheritedFrom": {
|
|
18136
|
-
"name": "Flipper",
|
|
18137
|
-
"module": "src/flipper/flipper.ts"
|
|
18138
|
-
}
|
|
18139
|
-
},
|
|
18140
18241
|
{
|
|
18141
18242
|
"kind": "field",
|
|
18142
18243
|
"name": "_presentation",
|
|
@@ -18248,79 +18349,59 @@
|
|
|
18248
18349
|
"module": "src/foundation-element/foundation-element.ts"
|
|
18249
18350
|
}
|
|
18250
18351
|
}
|
|
18251
|
-
],
|
|
18252
|
-
"events": [
|
|
18253
|
-
{
|
|
18254
|
-
"description": "Fires a custom 'click' event when Enter or Space is invoked via keyboard and the flipper is exposed to assistive technologies.",
|
|
18255
|
-
"name": "click",
|
|
18256
|
-
"inheritedFrom": {
|
|
18257
|
-
"name": "Flipper",
|
|
18258
|
-
"module": "src/flipper/flipper.ts"
|
|
18259
|
-
}
|
|
18260
|
-
}
|
|
18261
18352
|
]
|
|
18262
18353
|
},
|
|
18263
18354
|
{
|
|
18264
18355
|
"kind": "variable",
|
|
18265
|
-
"name": "
|
|
18266
|
-
"
|
|
18267
|
-
|
|
18268
|
-
|
|
18269
|
-
|
|
18270
|
-
|
|
18271
|
-
{
|
|
18272
|
-
"kind": "
|
|
18273
|
-
"name": "
|
|
18274
|
-
"
|
|
18275
|
-
"
|
|
18276
|
-
|
|
18277
|
-
|
|
18278
|
-
},
|
|
18279
|
-
{
|
|
18280
|
-
"kind": "variable",
|
|
18281
|
-
"name": "foundationFlipper",
|
|
18282
|
-
"description": "The Foundation Flipper",
|
|
18283
|
-
"privacy": "public"
|
|
18284
|
-
}
|
|
18285
|
-
],
|
|
18286
|
-
"exports": [
|
|
18287
|
-
{
|
|
18288
|
-
"kind": "js",
|
|
18289
|
-
"name": "Flipper",
|
|
18290
|
-
"declaration": {
|
|
18291
|
-
"name": "Flipper",
|
|
18292
|
-
"module": "src/flipper/flipper.ts"
|
|
18293
|
-
}
|
|
18356
|
+
"name": "foundationFlexLayout",
|
|
18357
|
+
"description": "The Foundation Flex Layout",
|
|
18358
|
+
"privacy": "public"
|
|
18359
|
+
}
|
|
18360
|
+
],
|
|
18361
|
+
"exports": [
|
|
18362
|
+
{
|
|
18363
|
+
"kind": "js",
|
|
18364
|
+
"name": "foundationFlexLayoutShadowOptions",
|
|
18365
|
+
"declaration": {
|
|
18366
|
+
"name": "foundationFlexLayoutShadowOptions",
|
|
18367
|
+
"module": "src/flex-layout/flex-layout.ts"
|
|
18368
|
+
}
|
|
18294
18369
|
},
|
|
18295
18370
|
{
|
|
18296
18371
|
"kind": "js",
|
|
18297
|
-
"name": "
|
|
18372
|
+
"name": "defaultFlexLayoutConfig",
|
|
18298
18373
|
"declaration": {
|
|
18299
|
-
"name": "
|
|
18300
|
-
"module": "src/
|
|
18374
|
+
"name": "defaultFlexLayoutConfig",
|
|
18375
|
+
"module": "src/flex-layout/flex-layout.ts"
|
|
18301
18376
|
}
|
|
18302
18377
|
},
|
|
18303
18378
|
{
|
|
18304
18379
|
"kind": "js",
|
|
18305
|
-
"name": "
|
|
18380
|
+
"name": "FlexLayout",
|
|
18306
18381
|
"declaration": {
|
|
18307
|
-
"name": "
|
|
18308
|
-
"module": "src/
|
|
18382
|
+
"name": "FlexLayout",
|
|
18383
|
+
"module": "src/flex-layout/flex-layout.ts"
|
|
18309
18384
|
}
|
|
18310
18385
|
},
|
|
18311
18386
|
{
|
|
18312
18387
|
"kind": "js",
|
|
18313
|
-
"name": "
|
|
18388
|
+
"name": "foundationFlexLayout",
|
|
18314
18389
|
"declaration": {
|
|
18315
|
-
"name": "
|
|
18316
|
-
"module": "src/
|
|
18390
|
+
"name": "foundationFlexLayout",
|
|
18391
|
+
"module": "src/flex-layout/flex-layout.ts"
|
|
18317
18392
|
}
|
|
18318
18393
|
}
|
|
18319
18394
|
]
|
|
18320
18395
|
},
|
|
18321
18396
|
{
|
|
18322
18397
|
"kind": "javascript-module",
|
|
18323
|
-
"path": "src/
|
|
18398
|
+
"path": "src/flex-layout/flex-layout.types.ts",
|
|
18399
|
+
"declarations": [],
|
|
18400
|
+
"exports": []
|
|
18401
|
+
},
|
|
18402
|
+
{
|
|
18403
|
+
"kind": "javascript-module",
|
|
18404
|
+
"path": "src/flex-layout/index.ts",
|
|
18324
18405
|
"declarations": [],
|
|
18325
18406
|
"exports": [
|
|
18326
18407
|
{
|
|
@@ -18328,7 +18409,7 @@
|
|
|
18328
18409
|
"name": "*",
|
|
18329
18410
|
"declaration": {
|
|
18330
18411
|
"name": "*",
|
|
18331
|
-
"package": "./
|
|
18412
|
+
"package": "./flex-layout.template"
|
|
18332
18413
|
}
|
|
18333
18414
|
},
|
|
18334
18415
|
{
|
|
@@ -18336,7 +18417,7 @@
|
|
|
18336
18417
|
"name": "*",
|
|
18337
18418
|
"declaration": {
|
|
18338
18419
|
"name": "*",
|
|
18339
|
-
"package": "./
|
|
18420
|
+
"package": "./flex-layout.styles"
|
|
18340
18421
|
}
|
|
18341
18422
|
},
|
|
18342
18423
|
{
|
|
@@ -18344,18 +18425,26 @@
|
|
|
18344
18425
|
"name": "*",
|
|
18345
18426
|
"declaration": {
|
|
18346
18427
|
"name": "*",
|
|
18347
|
-
"package": "./
|
|
18428
|
+
"package": "./flex-layout"
|
|
18429
|
+
}
|
|
18430
|
+
},
|
|
18431
|
+
{
|
|
18432
|
+
"kind": "js",
|
|
18433
|
+
"name": "*",
|
|
18434
|
+
"declaration": {
|
|
18435
|
+
"name": "*",
|
|
18436
|
+
"package": "./flex-layout.types"
|
|
18348
18437
|
}
|
|
18349
18438
|
}
|
|
18350
18439
|
]
|
|
18351
18440
|
},
|
|
18352
18441
|
{
|
|
18353
18442
|
"kind": "javascript-module",
|
|
18354
|
-
"path": "src/
|
|
18443
|
+
"path": "src/flipper/flipper.styles.ts",
|
|
18355
18444
|
"declarations": [
|
|
18356
18445
|
{
|
|
18357
18446
|
"kind": "function",
|
|
18358
|
-
"name": "
|
|
18447
|
+
"name": "foundationFlipperStyles",
|
|
18359
18448
|
"return": {
|
|
18360
18449
|
"type": {
|
|
18361
18450
|
"text": "ElementStyles"
|
|
@@ -18371,7 +18460,7 @@
|
|
|
18371
18460
|
{
|
|
18372
18461
|
"name": "definition",
|
|
18373
18462
|
"type": {
|
|
18374
|
-
"text": "
|
|
18463
|
+
"text": "FlipperOptions"
|
|
18375
18464
|
}
|
|
18376
18465
|
}
|
|
18377
18466
|
]
|
|
@@ -18380,201 +18469,164 @@
|
|
|
18380
18469
|
"exports": [
|
|
18381
18470
|
{
|
|
18382
18471
|
"kind": "js",
|
|
18383
|
-
"name": "
|
|
18472
|
+
"name": "foundationFlipperStyles",
|
|
18384
18473
|
"declaration": {
|
|
18385
|
-
"name": "
|
|
18386
|
-
"module": "src/
|
|
18474
|
+
"name": "foundationFlipperStyles",
|
|
18475
|
+
"module": "src/flipper/flipper.styles.ts"
|
|
18387
18476
|
}
|
|
18388
18477
|
}
|
|
18389
18478
|
]
|
|
18390
18479
|
},
|
|
18391
18480
|
{
|
|
18392
18481
|
"kind": "javascript-module",
|
|
18393
|
-
"path": "src/
|
|
18482
|
+
"path": "src/flipper/flipper.template.ts",
|
|
18394
18483
|
"declarations": [
|
|
18395
18484
|
{
|
|
18396
18485
|
"kind": "function",
|
|
18397
|
-
"name": "
|
|
18486
|
+
"name": "foundationFlipperTemplate",
|
|
18487
|
+
"return": {
|
|
18488
|
+
"type": {
|
|
18489
|
+
"text": "ViewTemplate<Flipper>"
|
|
18490
|
+
}
|
|
18491
|
+
},
|
|
18398
18492
|
"parameters": [
|
|
18399
18493
|
{
|
|
18400
|
-
"name": "
|
|
18494
|
+
"name": "context",
|
|
18401
18495
|
"type": {
|
|
18402
|
-
"text": "
|
|
18496
|
+
"text": "ElementDefinitionContext"
|
|
18497
|
+
}
|
|
18498
|
+
},
|
|
18499
|
+
{
|
|
18500
|
+
"name": "definition",
|
|
18501
|
+
"type": {
|
|
18502
|
+
"text": "FlipperOptions"
|
|
18403
18503
|
}
|
|
18404
18504
|
}
|
|
18405
18505
|
]
|
|
18406
|
-
},
|
|
18407
|
-
{
|
|
18408
|
-
"kind": "variable",
|
|
18409
|
-
"name": "foundationFilterBarTemplate",
|
|
18410
|
-
"type": {
|
|
18411
|
-
"text": "ViewTemplate<FilterBar>"
|
|
18412
|
-
},
|
|
18413
|
-
"default": "html`\n ${(x) => (x.ready ? filterBarTemplate(getPrefix(x)) : loadingTemplate)}\n`"
|
|
18414
18506
|
}
|
|
18415
18507
|
],
|
|
18416
18508
|
"exports": [
|
|
18417
18509
|
{
|
|
18418
18510
|
"kind": "js",
|
|
18419
|
-
"name": "
|
|
18420
|
-
"declaration": {
|
|
18421
|
-
"name": "filterBarTemplate",
|
|
18422
|
-
"module": "src/filter-bar/filter-bar.template.ts"
|
|
18423
|
-
}
|
|
18424
|
-
},
|
|
18425
|
-
{
|
|
18426
|
-
"kind": "js",
|
|
18427
|
-
"name": "foundationFilterBarTemplate",
|
|
18511
|
+
"name": "foundationFlipperTemplate",
|
|
18428
18512
|
"declaration": {
|
|
18429
|
-
"name": "
|
|
18430
|
-
"module": "src/
|
|
18513
|
+
"name": "foundationFlipperTemplate",
|
|
18514
|
+
"module": "src/flipper/flipper.template.ts"
|
|
18431
18515
|
}
|
|
18432
18516
|
}
|
|
18433
18517
|
]
|
|
18434
18518
|
},
|
|
18435
18519
|
{
|
|
18436
18520
|
"kind": "javascript-module",
|
|
18437
|
-
"path": "src/
|
|
18521
|
+
"path": "src/flipper/flipper.ts",
|
|
18438
18522
|
"declarations": [
|
|
18439
|
-
{
|
|
18440
|
-
"kind": "variable",
|
|
18441
|
-
"name": "DEFUALT_FILTER_BAR_COLUMNS",
|
|
18442
|
-
"type": {
|
|
18443
|
-
"text": "number"
|
|
18444
|
-
},
|
|
18445
|
-
"default": "5"
|
|
18446
|
-
},
|
|
18447
18523
|
{
|
|
18448
18524
|
"kind": "class",
|
|
18449
18525
|
"description": "",
|
|
18450
|
-
"name": "
|
|
18451
|
-
"
|
|
18452
|
-
|
|
18453
|
-
|
|
18454
|
-
|
|
18455
|
-
|
|
18456
|
-
|
|
18457
|
-
|
|
18458
|
-
},
|
|
18459
|
-
{
|
|
18460
|
-
"kind": "field",
|
|
18461
|
-
"name": "only",
|
|
18462
|
-
"type": {
|
|
18463
|
-
"text": "string"
|
|
18464
|
-
},
|
|
18465
|
-
"description": "Only generate filters for the specified fields, provided as a comma separated list.\nDefault behavior (if \"only\" is not set) is to generate filters for all fields based on metadata."
|
|
18466
|
-
},
|
|
18526
|
+
"name": "Flipper",
|
|
18527
|
+
"superclass": {
|
|
18528
|
+
"name": "FASTFlipper",
|
|
18529
|
+
"package": "@microsoft/fast-components"
|
|
18530
|
+
},
|
|
18531
|
+
"tagName": "%%prefix%%-flipper",
|
|
18532
|
+
"customElement": true,
|
|
18533
|
+
"attributes": [
|
|
18467
18534
|
{
|
|
18468
|
-
"kind": "field",
|
|
18469
|
-
"name": "labels",
|
|
18470
18535
|
"type": {
|
|
18471
|
-
"text": "
|
|
18536
|
+
"text": "boolean"
|
|
18472
18537
|
},
|
|
18473
|
-
"description": "
|
|
18538
|
+
"description": "The disabled state of the flipper.",
|
|
18539
|
+
"fieldName": "disabled",
|
|
18540
|
+
"inheritedFrom": {
|
|
18541
|
+
"name": "Flipper",
|
|
18542
|
+
"module": "src/flipper/flipper.ts"
|
|
18543
|
+
}
|
|
18474
18544
|
},
|
|
18475
18545
|
{
|
|
18476
|
-
"
|
|
18477
|
-
"name": "target",
|
|
18546
|
+
"name": "aria-hidden",
|
|
18478
18547
|
"type": {
|
|
18479
|
-
"text": "
|
|
18548
|
+
"text": "boolean"
|
|
18480
18549
|
},
|
|
18481
|
-
"
|
|
18550
|
+
"default": "true",
|
|
18551
|
+
"description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
|
|
18552
|
+
"fieldName": "hiddenFromAT",
|
|
18553
|
+
"inheritedFrom": {
|
|
18554
|
+
"name": "Flipper",
|
|
18555
|
+
"module": "src/flipper/flipper.ts"
|
|
18556
|
+
}
|
|
18482
18557
|
},
|
|
18483
18558
|
{
|
|
18484
|
-
"
|
|
18485
|
-
"name": "columns",
|
|
18559
|
+
"name": "direction",
|
|
18486
18560
|
"type": {
|
|
18487
|
-
"text": "
|
|
18561
|
+
"text": "FlipperDirection"
|
|
18488
18562
|
},
|
|
18489
|
-
"
|
|
18490
|
-
|
|
18563
|
+
"description": "The direction that the flipper implies navigating.",
|
|
18564
|
+
"fieldName": "direction",
|
|
18565
|
+
"inheritedFrom": {
|
|
18566
|
+
"name": "Flipper",
|
|
18567
|
+
"module": "src/flipper/flipper.ts"
|
|
18568
|
+
}
|
|
18569
|
+
}
|
|
18570
|
+
],
|
|
18571
|
+
"members": [
|
|
18491
18572
|
{
|
|
18492
18573
|
"kind": "field",
|
|
18493
|
-
"name": "
|
|
18574
|
+
"name": "disabled",
|
|
18494
18575
|
"type": {
|
|
18495
18576
|
"text": "boolean"
|
|
18496
18577
|
},
|
|
18497
|
-
"
|
|
18498
|
-
|
|
18499
|
-
|
|
18500
|
-
|
|
18501
|
-
|
|
18502
|
-
"type": {
|
|
18503
|
-
"text": "MetadataDetail[]"
|
|
18504
|
-
}
|
|
18505
|
-
},
|
|
18506
|
-
{
|
|
18507
|
-
"kind": "field",
|
|
18508
|
-
"name": "connect",
|
|
18509
|
-
"type": {
|
|
18510
|
-
"text": "Connect"
|
|
18578
|
+
"privacy": "public",
|
|
18579
|
+
"description": "The disabled state of the flipper.",
|
|
18580
|
+
"inheritedFrom": {
|
|
18581
|
+
"name": "Flipper",
|
|
18582
|
+
"module": "src/flipper/flipper.ts"
|
|
18511
18583
|
}
|
|
18512
18584
|
},
|
|
18513
18585
|
{
|
|
18514
18586
|
"kind": "field",
|
|
18515
|
-
"name": "
|
|
18587
|
+
"name": "hiddenFromAT",
|
|
18516
18588
|
"type": {
|
|
18517
|
-
"text": "
|
|
18589
|
+
"text": "boolean"
|
|
18518
18590
|
},
|
|
18519
|
-
"privacy": "public"
|
|
18591
|
+
"privacy": "public",
|
|
18592
|
+
"default": "true",
|
|
18593
|
+
"description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
|
|
18594
|
+
"inheritedFrom": {
|
|
18595
|
+
"name": "Flipper",
|
|
18596
|
+
"module": "src/flipper/flipper.ts"
|
|
18597
|
+
}
|
|
18520
18598
|
},
|
|
18521
18599
|
{
|
|
18522
18600
|
"kind": "field",
|
|
18523
|
-
"name": "
|
|
18601
|
+
"name": "direction",
|
|
18524
18602
|
"type": {
|
|
18525
|
-
"text": "
|
|
18603
|
+
"text": "FlipperDirection"
|
|
18526
18604
|
},
|
|
18527
|
-
"
|
|
18528
|
-
|
|
18529
|
-
|
|
18530
|
-
|
|
18531
|
-
|
|
18532
|
-
|
|
18533
|
-
},
|
|
18534
|
-
{
|
|
18535
|
-
"kind": "method",
|
|
18536
|
-
"name": "camelCasePreserveWhitespace",
|
|
18537
|
-
"privacy": "private",
|
|
18538
|
-
"parameters": [
|
|
18539
|
-
{
|
|
18540
|
-
"name": "input",
|
|
18541
|
-
"type": {
|
|
18542
|
-
"text": "string"
|
|
18543
|
-
}
|
|
18544
|
-
}
|
|
18545
|
-
]
|
|
18605
|
+
"privacy": "public",
|
|
18606
|
+
"description": "The direction that the flipper implies navigating.",
|
|
18607
|
+
"inheritedFrom": {
|
|
18608
|
+
"name": "Flipper",
|
|
18609
|
+
"module": "src/flipper/flipper.ts"
|
|
18610
|
+
}
|
|
18546
18611
|
},
|
|
18547
18612
|
{
|
|
18548
18613
|
"kind": "method",
|
|
18549
|
-
"name": "
|
|
18614
|
+
"name": "keyupHandler",
|
|
18615
|
+
"privacy": "public",
|
|
18550
18616
|
"parameters": [
|
|
18551
18617
|
{
|
|
18552
|
-
"name": "
|
|
18553
|
-
"type": {
|
|
18554
|
-
"text": "
|
|
18555
|
-
}
|
|
18556
|
-
|
|
18557
|
-
|
|
18558
|
-
|
|
18559
|
-
|
|
18560
|
-
|
|
18561
|
-
|
|
18562
|
-
|
|
18563
|
-
|
|
18564
|
-
},
|
|
18565
|
-
{
|
|
18566
|
-
"kind": "method",
|
|
18567
|
-
"name": "init",
|
|
18568
|
-
"privacy": "private"
|
|
18569
|
-
},
|
|
18570
|
-
{
|
|
18571
|
-
"kind": "method",
|
|
18572
|
-
"name": "adjustColumnStyles",
|
|
18573
|
-
"privacy": "private"
|
|
18574
|
-
},
|
|
18575
|
-
{
|
|
18576
|
-
"kind": "method",
|
|
18577
|
-
"name": "toggle"
|
|
18618
|
+
"name": "e",
|
|
18619
|
+
"type": {
|
|
18620
|
+
"text": "Event & KeyboardEvent"
|
|
18621
|
+
},
|
|
18622
|
+
"description": "Keyboard event"
|
|
18623
|
+
}
|
|
18624
|
+
],
|
|
18625
|
+
"description": "Simulate a click event when the flipper has focus and the user hits enter or space keys\nBlur focus if the user hits escape key",
|
|
18626
|
+
"inheritedFrom": {
|
|
18627
|
+
"name": "Flipper",
|
|
18628
|
+
"module": "src/flipper/flipper.ts"
|
|
18629
|
+
}
|
|
18578
18630
|
},
|
|
18579
18631
|
{
|
|
18580
18632
|
"kind": "field",
|
|
@@ -18688,122 +18740,78 @@
|
|
|
18688
18740
|
}
|
|
18689
18741
|
}
|
|
18690
18742
|
],
|
|
18691
|
-
"
|
|
18692
|
-
{
|
|
18693
|
-
"name": "resource",
|
|
18694
|
-
"type": {
|
|
18695
|
-
"text": "string"
|
|
18696
|
-
},
|
|
18697
|
-
"fieldName": "resource"
|
|
18698
|
-
},
|
|
18699
|
-
{
|
|
18700
|
-
"name": "only",
|
|
18701
|
-
"type": {
|
|
18702
|
-
"text": "string"
|
|
18703
|
-
},
|
|
18704
|
-
"description": "Only generate filters for the specified fields, provided as a comma separated list.\nDefault behavior (if \"only\" is not set) is to generate filters for all fields based on metadata.",
|
|
18705
|
-
"fieldName": "only"
|
|
18706
|
-
},
|
|
18707
|
-
{
|
|
18708
|
-
"name": "labels",
|
|
18709
|
-
"type": {
|
|
18710
|
-
"text": "string"
|
|
18711
|
-
},
|
|
18712
|
-
"description": "Labels for the specified fields, to be used alongside \"only\" prop.",
|
|
18713
|
-
"fieldName": "labels"
|
|
18714
|
-
},
|
|
18715
|
-
{
|
|
18716
|
-
"name": "target",
|
|
18717
|
-
"type": {
|
|
18718
|
-
"text": "string"
|
|
18719
|
-
},
|
|
18720
|
-
"description": "Will be included in event emmissions.\nUsually set to the id of the target datasource.\nUsefull when we have multiple grids in the same page.",
|
|
18721
|
-
"fieldName": "target"
|
|
18722
|
-
},
|
|
18743
|
+
"events": [
|
|
18723
18744
|
{
|
|
18724
|
-
"
|
|
18725
|
-
"
|
|
18726
|
-
|
|
18727
|
-
|
|
18728
|
-
|
|
18729
|
-
|
|
18730
|
-
"module": "src/filter-bar/filter-bar.ts"
|
|
18731
|
-
},
|
|
18732
|
-
"fieldName": "columns"
|
|
18745
|
+
"description": "Fires a custom 'click' event when Enter or Space is invoked via keyboard and the flipper is exposed to assistive technologies.",
|
|
18746
|
+
"name": "click",
|
|
18747
|
+
"inheritedFrom": {
|
|
18748
|
+
"name": "Flipper",
|
|
18749
|
+
"module": "src/flipper/flipper.ts"
|
|
18750
|
+
}
|
|
18733
18751
|
}
|
|
18734
|
-
]
|
|
18735
|
-
|
|
18736
|
-
|
|
18737
|
-
|
|
18752
|
+
]
|
|
18753
|
+
},
|
|
18754
|
+
{
|
|
18755
|
+
"kind": "variable",
|
|
18756
|
+
"name": "foundationFlipperShadowOptions",
|
|
18757
|
+
"type": {
|
|
18758
|
+
"text": "ShadowRootInit"
|
|
18738
18759
|
},
|
|
18739
|
-
"
|
|
18740
|
-
"customElement": true
|
|
18760
|
+
"default": "undefined"
|
|
18741
18761
|
},
|
|
18742
18762
|
{
|
|
18743
18763
|
"kind": "variable",
|
|
18744
|
-
"name": "
|
|
18745
|
-
"
|
|
18764
|
+
"name": "defaultFlipperConfig",
|
|
18765
|
+
"type": {
|
|
18766
|
+
"text": "object"
|
|
18767
|
+
},
|
|
18768
|
+
"default": "{\n next: `\n <svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M4.023 15.273L11.29 8 4.023.727l.704-.704L12.71 8l-7.984 7.977-.704-.704z\"\n />\n </svg>\n `,\n previous: `\n <svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M11.273 15.977L3.29 8 11.273.023l.704.704L4.71 8l7.266 7.273-.704.704z\"\n />\n </svg>\n `,\n}"
|
|
18769
|
+
},
|
|
18770
|
+
{
|
|
18771
|
+
"kind": "variable",
|
|
18772
|
+
"name": "foundationFlipper",
|
|
18773
|
+
"description": "The Foundation Flipper",
|
|
18746
18774
|
"privacy": "public"
|
|
18747
18775
|
}
|
|
18748
18776
|
],
|
|
18749
18777
|
"exports": [
|
|
18750
18778
|
{
|
|
18751
18779
|
"kind": "js",
|
|
18752
|
-
"name": "
|
|
18780
|
+
"name": "Flipper",
|
|
18753
18781
|
"declaration": {
|
|
18754
|
-
"name": "
|
|
18755
|
-
"module": "src/
|
|
18782
|
+
"name": "Flipper",
|
|
18783
|
+
"module": "src/flipper/flipper.ts"
|
|
18756
18784
|
}
|
|
18757
18785
|
},
|
|
18758
18786
|
{
|
|
18759
18787
|
"kind": "js",
|
|
18760
|
-
"name": "
|
|
18788
|
+
"name": "foundationFlipperShadowOptions",
|
|
18761
18789
|
"declaration": {
|
|
18762
|
-
"name": "
|
|
18763
|
-
"module": "src/
|
|
18790
|
+
"name": "foundationFlipperShadowOptions",
|
|
18791
|
+
"module": "src/flipper/flipper.ts"
|
|
18764
18792
|
}
|
|
18765
18793
|
},
|
|
18766
18794
|
{
|
|
18767
18795
|
"kind": "js",
|
|
18768
|
-
"name": "
|
|
18796
|
+
"name": "defaultFlipperConfig",
|
|
18769
18797
|
"declaration": {
|
|
18770
|
-
"name": "
|
|
18771
|
-
"module": "src/
|
|
18798
|
+
"name": "defaultFlipperConfig",
|
|
18799
|
+
"module": "src/flipper/flipper.ts"
|
|
18772
18800
|
}
|
|
18773
|
-
}
|
|
18774
|
-
]
|
|
18775
|
-
},
|
|
18776
|
-
{
|
|
18777
|
-
"kind": "javascript-module",
|
|
18778
|
-
"path": "src/filter-bar/filter-bar.utils.ts",
|
|
18779
|
-
"declarations": [
|
|
18780
|
-
{
|
|
18781
|
-
"kind": "function",
|
|
18782
|
-
"name": "mapType",
|
|
18783
|
-
"parameters": [
|
|
18784
|
-
{
|
|
18785
|
-
"name": "TYPE",
|
|
18786
|
-
"type": {
|
|
18787
|
-
"text": "string"
|
|
18788
|
-
}
|
|
18789
|
-
}
|
|
18790
|
-
]
|
|
18791
|
-
}
|
|
18792
|
-
],
|
|
18793
|
-
"exports": [
|
|
18801
|
+
},
|
|
18794
18802
|
{
|
|
18795
18803
|
"kind": "js",
|
|
18796
|
-
"name": "
|
|
18804
|
+
"name": "foundationFlipper",
|
|
18797
18805
|
"declaration": {
|
|
18798
|
-
"name": "
|
|
18799
|
-
"module": "src/
|
|
18806
|
+
"name": "foundationFlipper",
|
|
18807
|
+
"module": "src/flipper/flipper.ts"
|
|
18800
18808
|
}
|
|
18801
18809
|
}
|
|
18802
18810
|
]
|
|
18803
18811
|
},
|
|
18804
18812
|
{
|
|
18805
18813
|
"kind": "javascript-module",
|
|
18806
|
-
"path": "src/
|
|
18814
|
+
"path": "src/flipper/index.ts",
|
|
18807
18815
|
"declarations": [],
|
|
18808
18816
|
"exports": [
|
|
18809
18817
|
{
|
|
@@ -18811,15 +18819,7 @@
|
|
|
18811
18819
|
"name": "*",
|
|
18812
18820
|
"declaration": {
|
|
18813
18821
|
"name": "*",
|
|
18814
|
-
"package": "./
|
|
18815
|
-
}
|
|
18816
|
-
},
|
|
18817
|
-
{
|
|
18818
|
-
"kind": "js",
|
|
18819
|
-
"name": "*",
|
|
18820
|
-
"declaration": {
|
|
18821
|
-
"name": "*",
|
|
18822
|
-
"package": "./filter-bar.template"
|
|
18822
|
+
"package": "./flipper.template"
|
|
18823
18823
|
}
|
|
18824
18824
|
},
|
|
18825
18825
|
{
|
|
@@ -18827,7 +18827,7 @@
|
|
|
18827
18827
|
"name": "*",
|
|
18828
18828
|
"declaration": {
|
|
18829
18829
|
"name": "*",
|
|
18830
|
-
"package": "./
|
|
18830
|
+
"package": "./flipper.styles"
|
|
18831
18831
|
}
|
|
18832
18832
|
},
|
|
18833
18833
|
{
|
|
@@ -18835,7 +18835,7 @@
|
|
|
18835
18835
|
"name": "*",
|
|
18836
18836
|
"declaration": {
|
|
18837
18837
|
"name": "*",
|
|
18838
|
-
"package": "./
|
|
18838
|
+
"package": "./flipper"
|
|
18839
18839
|
}
|
|
18840
18840
|
}
|
|
18841
18841
|
]
|
|
@@ -19227,35 +19227,59 @@
|
|
|
19227
19227
|
},
|
|
19228
19228
|
{
|
|
19229
19229
|
"kind": "javascript-module",
|
|
19230
|
-
"path": "src/grid-layout
|
|
19230
|
+
"path": "src/grid-layout/grid-layout.styles.ts",
|
|
19231
19231
|
"declarations": [
|
|
19232
19232
|
{
|
|
19233
19233
|
"kind": "variable",
|
|
19234
|
-
"name": "
|
|
19234
|
+
"name": "foundationGridLayoutStyles",
|
|
19235
19235
|
"type": {
|
|
19236
|
-
"text": "
|
|
19236
|
+
"text": "ElementStyles"
|
|
19237
19237
|
},
|
|
19238
|
-
"default": "
|
|
19238
|
+
"default": "css`\n slot {\n width: 100%;\n height: 100%;\n display: grid;\n }\n\n ${gridLayoutRWDStyles()}\n ${gridLayoutRWDStyles('lg')}\n ${gridLayoutRWDStyles('md')}\n ${gridLayoutRWDStyles('sm')}\n`"
|
|
19239
19239
|
}
|
|
19240
19240
|
],
|
|
19241
19241
|
"exports": [
|
|
19242
19242
|
{
|
|
19243
19243
|
"kind": "js",
|
|
19244
|
-
"name": "
|
|
19244
|
+
"name": "foundationGridLayoutStyles",
|
|
19245
19245
|
"declaration": {
|
|
19246
|
-
"name": "
|
|
19247
|
-
"module": "src/grid-layout
|
|
19246
|
+
"name": "foundationGridLayoutStyles",
|
|
19247
|
+
"module": "src/grid-layout/grid-layout.styles.ts"
|
|
19248
19248
|
}
|
|
19249
19249
|
}
|
|
19250
19250
|
]
|
|
19251
19251
|
},
|
|
19252
19252
|
{
|
|
19253
19253
|
"kind": "javascript-module",
|
|
19254
|
-
"path": "src/grid-layout
|
|
19254
|
+
"path": "src/grid-layout/grid-layout.template.ts",
|
|
19255
19255
|
"declarations": [
|
|
19256
19256
|
{
|
|
19257
19257
|
"kind": "variable",
|
|
19258
|
-
"name": "
|
|
19258
|
+
"name": "foundationGridLayoutTemplate",
|
|
19259
|
+
"type": {
|
|
19260
|
+
"text": "ViewTemplate<GridLayout>"
|
|
19261
|
+
},
|
|
19262
|
+
"default": "html`\n <template>\n <slot></slot>\n </template>\n`"
|
|
19263
|
+
}
|
|
19264
|
+
],
|
|
19265
|
+
"exports": [
|
|
19266
|
+
{
|
|
19267
|
+
"kind": "js",
|
|
19268
|
+
"name": "foundationGridLayoutTemplate",
|
|
19269
|
+
"declaration": {
|
|
19270
|
+
"name": "foundationGridLayoutTemplate",
|
|
19271
|
+
"module": "src/grid-layout/grid-layout.template.ts"
|
|
19272
|
+
}
|
|
19273
|
+
}
|
|
19274
|
+
]
|
|
19275
|
+
},
|
|
19276
|
+
{
|
|
19277
|
+
"kind": "javascript-module",
|
|
19278
|
+
"path": "src/grid-layout/grid-layout.ts",
|
|
19279
|
+
"declarations": [
|
|
19280
|
+
{
|
|
19281
|
+
"kind": "variable",
|
|
19282
|
+
"name": "foundationGridLayoutShadowOptions",
|
|
19259
19283
|
"type": {
|
|
19260
19284
|
"text": "ShadowRootInit"
|
|
19261
19285
|
},
|
|
@@ -19263,7 +19287,7 @@
|
|
|
19263
19287
|
},
|
|
19264
19288
|
{
|
|
19265
19289
|
"kind": "variable",
|
|
19266
|
-
"name": "
|
|
19290
|
+
"name": "defaultGridLayoutConfig",
|
|
19267
19291
|
"type": {
|
|
19268
19292
|
"text": "object"
|
|
19269
19293
|
},
|
|
@@ -19272,137 +19296,136 @@
|
|
|
19272
19296
|
{
|
|
19273
19297
|
"kind": "class",
|
|
19274
19298
|
"description": "",
|
|
19275
|
-
"name": "
|
|
19299
|
+
"name": "GridLayout",
|
|
19276
19300
|
"members": [
|
|
19277
19301
|
{
|
|
19278
19302
|
"kind": "field",
|
|
19279
|
-
"name": "
|
|
19303
|
+
"name": "['col-count']",
|
|
19280
19304
|
"type": {
|
|
19281
|
-
"text": "
|
|
19305
|
+
"text": "string"
|
|
19282
19306
|
}
|
|
19283
19307
|
},
|
|
19284
19308
|
{
|
|
19285
19309
|
"kind": "field",
|
|
19286
|
-
"name": "
|
|
19310
|
+
"name": "['col-width']",
|
|
19287
19311
|
"type": {
|
|
19288
|
-
"text": "
|
|
19312
|
+
"text": "string"
|
|
19289
19313
|
}
|
|
19290
19314
|
},
|
|
19291
19315
|
{
|
|
19292
19316
|
"kind": "field",
|
|
19293
|
-
"name": "
|
|
19317
|
+
"name": "['col-lg-count']",
|
|
19294
19318
|
"type": {
|
|
19295
|
-
"text": "
|
|
19319
|
+
"text": "string"
|
|
19296
19320
|
}
|
|
19297
19321
|
},
|
|
19298
19322
|
{
|
|
19299
19323
|
"kind": "field",
|
|
19300
|
-
"name": "
|
|
19324
|
+
"name": "['col-lg-width']",
|
|
19301
19325
|
"type": {
|
|
19302
|
-
"text": "
|
|
19326
|
+
"text": "string"
|
|
19303
19327
|
}
|
|
19304
19328
|
},
|
|
19305
19329
|
{
|
|
19306
19330
|
"kind": "field",
|
|
19307
|
-
"name": "
|
|
19331
|
+
"name": "['col-md-count']",
|
|
19308
19332
|
"type": {
|
|
19309
|
-
"text": "
|
|
19333
|
+
"text": "string"
|
|
19310
19334
|
}
|
|
19311
19335
|
},
|
|
19312
19336
|
{
|
|
19313
19337
|
"kind": "field",
|
|
19314
|
-
"name": "
|
|
19338
|
+
"name": "['col-md-width']",
|
|
19315
19339
|
"type": {
|
|
19316
|
-
"text": "
|
|
19340
|
+
"text": "string"
|
|
19317
19341
|
}
|
|
19318
19342
|
},
|
|
19319
19343
|
{
|
|
19320
19344
|
"kind": "field",
|
|
19321
|
-
"name": "
|
|
19345
|
+
"name": "['col-sm-count']",
|
|
19322
19346
|
"type": {
|
|
19323
|
-
"text": "
|
|
19347
|
+
"text": "string"
|
|
19324
19348
|
}
|
|
19325
19349
|
},
|
|
19326
19350
|
{
|
|
19327
19351
|
"kind": "field",
|
|
19328
|
-
"name": "
|
|
19352
|
+
"name": "['col-sm-width']",
|
|
19329
19353
|
"type": {
|
|
19330
|
-
"text": "
|
|
19354
|
+
"text": "string"
|
|
19331
19355
|
}
|
|
19332
19356
|
},
|
|
19333
19357
|
{
|
|
19334
19358
|
"kind": "field",
|
|
19335
|
-
"name": "
|
|
19359
|
+
"name": "['row-count']",
|
|
19336
19360
|
"type": {
|
|
19337
|
-
"text": "
|
|
19361
|
+
"text": "string"
|
|
19338
19362
|
}
|
|
19339
19363
|
},
|
|
19340
19364
|
{
|
|
19341
19365
|
"kind": "field",
|
|
19342
|
-
"name": "
|
|
19366
|
+
"name": "['row-height']",
|
|
19343
19367
|
"type": {
|
|
19344
|
-
"text": "
|
|
19368
|
+
"text": "string"
|
|
19345
19369
|
}
|
|
19346
19370
|
},
|
|
19347
19371
|
{
|
|
19348
19372
|
"kind": "field",
|
|
19349
|
-
"name": "
|
|
19373
|
+
"name": "['row-lg-count']",
|
|
19350
19374
|
"type": {
|
|
19351
|
-
"text": "
|
|
19375
|
+
"text": "string"
|
|
19352
19376
|
}
|
|
19353
19377
|
},
|
|
19354
19378
|
{
|
|
19355
19379
|
"kind": "field",
|
|
19356
|
-
"name": "
|
|
19380
|
+
"name": "['row-lg-height']",
|
|
19357
19381
|
"type": {
|
|
19358
|
-
"text": "
|
|
19382
|
+
"text": "string"
|
|
19383
|
+
}
|
|
19384
|
+
},
|
|
19385
|
+
{
|
|
19386
|
+
"kind": "field",
|
|
19387
|
+
"name": "['row-md-count']",
|
|
19388
|
+
"type": {
|
|
19389
|
+
"text": "string"
|
|
19390
|
+
}
|
|
19391
|
+
},
|
|
19392
|
+
{
|
|
19393
|
+
"kind": "field",
|
|
19394
|
+
"name": "['row-md-height']",
|
|
19395
|
+
"type": {
|
|
19396
|
+
"text": "string"
|
|
19359
19397
|
}
|
|
19360
19398
|
},
|
|
19361
19399
|
{
|
|
19362
19400
|
"kind": "field",
|
|
19363
|
-
"name": "
|
|
19401
|
+
"name": "['row-sm-count']",
|
|
19364
19402
|
"type": {
|
|
19365
|
-
"text": "
|
|
19403
|
+
"text": "string"
|
|
19366
19404
|
}
|
|
19367
19405
|
},
|
|
19368
19406
|
{
|
|
19369
19407
|
"kind": "field",
|
|
19370
|
-
"name": "
|
|
19408
|
+
"name": "['row-sm-height']",
|
|
19371
19409
|
"type": {
|
|
19372
|
-
"text": "
|
|
19410
|
+
"text": "string"
|
|
19373
19411
|
}
|
|
19374
19412
|
},
|
|
19375
19413
|
{
|
|
19376
19414
|
"kind": "field",
|
|
19377
|
-
"name": "
|
|
19415
|
+
"name": "behaviors",
|
|
19378
19416
|
"type": {
|
|
19379
|
-
"text": "
|
|
19380
|
-
}
|
|
19417
|
+
"text": "Behavior[]"
|
|
19418
|
+
},
|
|
19419
|
+
"privacy": "private",
|
|
19420
|
+
"default": "[]"
|
|
19381
19421
|
},
|
|
19382
19422
|
{
|
|
19383
19423
|
"kind": "field",
|
|
19384
|
-
"name": "
|
|
19424
|
+
"name": "baseStyles",
|
|
19385
19425
|
"type": {
|
|
19386
|
-
"text": "
|
|
19387
|
-
}
|
|
19388
|
-
|
|
19389
|
-
{
|
|
19390
|
-
"kind": "method",
|
|
19391
|
-
"name": "setGridItemProperties",
|
|
19392
|
-
"parameters": [
|
|
19393
|
-
{
|
|
19394
|
-
"name": "column"
|
|
19395
|
-
},
|
|
19396
|
-
{
|
|
19397
|
-
"name": "row"
|
|
19398
|
-
},
|
|
19399
|
-
{
|
|
19400
|
-
"name": "width"
|
|
19401
|
-
},
|
|
19402
|
-
{
|
|
19403
|
-
"name": "height"
|
|
19404
|
-
}
|
|
19405
|
-
]
|
|
19426
|
+
"text": "ElementStyles"
|
|
19427
|
+
},
|
|
19428
|
+
"privacy": "private"
|
|
19406
19429
|
},
|
|
19407
19430
|
{
|
|
19408
19431
|
"kind": "field",
|
|
@@ -19518,170 +19541,176 @@
|
|
|
19518
19541
|
],
|
|
19519
19542
|
"attributes": [
|
|
19520
19543
|
{
|
|
19521
|
-
"name": "col-
|
|
19544
|
+
"name": "['col-count']",
|
|
19522
19545
|
"type": {
|
|
19523
|
-
"text": "
|
|
19546
|
+
"text": "string"
|
|
19524
19547
|
},
|
|
19525
|
-
"fieldName": "
|
|
19548
|
+
"fieldName": "['col-count']"
|
|
19526
19549
|
},
|
|
19527
19550
|
{
|
|
19528
|
-
"name": "col-
|
|
19551
|
+
"name": "['col-width']",
|
|
19529
19552
|
"type": {
|
|
19530
|
-
"text": "
|
|
19553
|
+
"text": "string"
|
|
19531
19554
|
},
|
|
19532
|
-
"fieldName": "
|
|
19555
|
+
"fieldName": "['col-width']"
|
|
19533
19556
|
},
|
|
19534
19557
|
{
|
|
19535
|
-
"name": "col-
|
|
19558
|
+
"name": "['col-lg-count']",
|
|
19536
19559
|
"type": {
|
|
19537
|
-
"text": "
|
|
19560
|
+
"text": "string"
|
|
19538
19561
|
},
|
|
19539
|
-
"fieldName": "
|
|
19562
|
+
"fieldName": "['col-lg-count']"
|
|
19540
19563
|
},
|
|
19541
19564
|
{
|
|
19542
|
-
"name": "col-lg-
|
|
19565
|
+
"name": "['col-lg-width']",
|
|
19543
19566
|
"type": {
|
|
19544
|
-
"text": "
|
|
19567
|
+
"text": "string"
|
|
19545
19568
|
},
|
|
19546
|
-
"fieldName": "
|
|
19569
|
+
"fieldName": "['col-lg-width']"
|
|
19547
19570
|
},
|
|
19548
19571
|
{
|
|
19549
|
-
"name": "
|
|
19572
|
+
"name": "['col-md-count']",
|
|
19550
19573
|
"type": {
|
|
19551
|
-
"text": "
|
|
19574
|
+
"text": "string"
|
|
19552
19575
|
},
|
|
19553
|
-
"fieldName": "
|
|
19576
|
+
"fieldName": "['col-md-count']"
|
|
19554
19577
|
},
|
|
19555
19578
|
{
|
|
19556
|
-
"name": "
|
|
19579
|
+
"name": "['col-md-width']",
|
|
19557
19580
|
"type": {
|
|
19558
|
-
"text": "
|
|
19581
|
+
"text": "string"
|
|
19559
19582
|
},
|
|
19560
|
-
"fieldName": "
|
|
19583
|
+
"fieldName": "['col-md-width']"
|
|
19561
19584
|
},
|
|
19562
19585
|
{
|
|
19563
|
-
"name": "
|
|
19586
|
+
"name": "['col-sm-count']",
|
|
19564
19587
|
"type": {
|
|
19565
|
-
"text": "
|
|
19588
|
+
"text": "string"
|
|
19566
19589
|
},
|
|
19567
|
-
"fieldName": "
|
|
19590
|
+
"fieldName": "['col-sm-count']"
|
|
19568
19591
|
},
|
|
19569
19592
|
{
|
|
19570
|
-
"name": "
|
|
19593
|
+
"name": "['col-sm-width']",
|
|
19571
19594
|
"type": {
|
|
19572
|
-
"text": "
|
|
19595
|
+
"text": "string"
|
|
19573
19596
|
},
|
|
19574
|
-
"fieldName": "
|
|
19597
|
+
"fieldName": "['col-sm-width']"
|
|
19575
19598
|
},
|
|
19576
19599
|
{
|
|
19577
|
-
"name": "
|
|
19600
|
+
"name": "['row-count']",
|
|
19578
19601
|
"type": {
|
|
19579
|
-
"text": "
|
|
19602
|
+
"text": "string"
|
|
19580
19603
|
},
|
|
19581
|
-
"fieldName": "
|
|
19604
|
+
"fieldName": "['row-count']"
|
|
19582
19605
|
},
|
|
19583
19606
|
{
|
|
19584
|
-
"name": "
|
|
19607
|
+
"name": "['row-height']",
|
|
19585
19608
|
"type": {
|
|
19586
|
-
"text": "
|
|
19609
|
+
"text": "string"
|
|
19587
19610
|
},
|
|
19588
|
-
"fieldName": "
|
|
19611
|
+
"fieldName": "['row-height']"
|
|
19589
19612
|
},
|
|
19590
19613
|
{
|
|
19591
|
-
"name": "
|
|
19614
|
+
"name": "['row-lg-count']",
|
|
19592
19615
|
"type": {
|
|
19593
|
-
"text": "
|
|
19616
|
+
"text": "string"
|
|
19594
19617
|
},
|
|
19595
|
-
"fieldName": "
|
|
19618
|
+
"fieldName": "['row-lg-count']"
|
|
19596
19619
|
},
|
|
19597
19620
|
{
|
|
19598
|
-
"name": "
|
|
19621
|
+
"name": "['row-lg-height']",
|
|
19599
19622
|
"type": {
|
|
19600
|
-
"text": "
|
|
19623
|
+
"text": "string"
|
|
19601
19624
|
},
|
|
19602
|
-
"fieldName": "
|
|
19625
|
+
"fieldName": "['row-lg-height']"
|
|
19603
19626
|
},
|
|
19604
19627
|
{
|
|
19605
|
-
"name": "
|
|
19628
|
+
"name": "['row-md-count']",
|
|
19606
19629
|
"type": {
|
|
19607
|
-
"text": "
|
|
19630
|
+
"text": "string"
|
|
19608
19631
|
},
|
|
19609
|
-
"fieldName": "
|
|
19632
|
+
"fieldName": "['row-md-count']"
|
|
19610
19633
|
},
|
|
19611
19634
|
{
|
|
19612
|
-
"name": "height
|
|
19635
|
+
"name": "['row-md-height']",
|
|
19613
19636
|
"type": {
|
|
19614
|
-
"text": "
|
|
19637
|
+
"text": "string"
|
|
19615
19638
|
},
|
|
19616
|
-
"fieldName": "
|
|
19639
|
+
"fieldName": "['row-md-height']"
|
|
19617
19640
|
},
|
|
19618
19641
|
{
|
|
19619
|
-
"name": "
|
|
19642
|
+
"name": "['row-sm-count']",
|
|
19620
19643
|
"type": {
|
|
19621
|
-
"text": "
|
|
19644
|
+
"text": "string"
|
|
19622
19645
|
},
|
|
19623
|
-
"fieldName": "
|
|
19646
|
+
"fieldName": "['row-sm-count']"
|
|
19624
19647
|
},
|
|
19625
19648
|
{
|
|
19626
|
-
"name": "height
|
|
19649
|
+
"name": "['row-sm-height']",
|
|
19627
19650
|
"type": {
|
|
19628
|
-
"text": "
|
|
19651
|
+
"text": "string"
|
|
19629
19652
|
},
|
|
19630
|
-
"fieldName": "
|
|
19653
|
+
"fieldName": "['row-sm-height']"
|
|
19631
19654
|
}
|
|
19632
19655
|
],
|
|
19633
19656
|
"superclass": {
|
|
19634
19657
|
"name": "FoundationElement",
|
|
19635
19658
|
"package": "@microsoft/fast-foundation"
|
|
19636
19659
|
},
|
|
19637
|
-
"tagName": "%%prefix%%-grid-layout
|
|
19660
|
+
"tagName": "%%prefix%%-grid-layout",
|
|
19638
19661
|
"customElement": true
|
|
19639
19662
|
},
|
|
19640
19663
|
{
|
|
19641
19664
|
"kind": "variable",
|
|
19642
|
-
"name": "
|
|
19643
|
-
"description": "The Foundation Grid Layout
|
|
19665
|
+
"name": "foundationGridLayout",
|
|
19666
|
+
"description": "The Foundation Grid Layout",
|
|
19644
19667
|
"privacy": "public"
|
|
19645
19668
|
}
|
|
19646
19669
|
],
|
|
19647
19670
|
"exports": [
|
|
19648
19671
|
{
|
|
19649
19672
|
"kind": "js",
|
|
19650
|
-
"name": "
|
|
19673
|
+
"name": "foundationGridLayoutShadowOptions",
|
|
19651
19674
|
"declaration": {
|
|
19652
|
-
"name": "
|
|
19653
|
-
"module": "src/grid-layout
|
|
19675
|
+
"name": "foundationGridLayoutShadowOptions",
|
|
19676
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
19654
19677
|
}
|
|
19655
19678
|
},
|
|
19656
19679
|
{
|
|
19657
19680
|
"kind": "js",
|
|
19658
|
-
"name": "
|
|
19681
|
+
"name": "defaultGridLayoutConfig",
|
|
19659
19682
|
"declaration": {
|
|
19660
|
-
"name": "
|
|
19661
|
-
"module": "src/grid-layout
|
|
19683
|
+
"name": "defaultGridLayoutConfig",
|
|
19684
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
19662
19685
|
}
|
|
19663
19686
|
},
|
|
19664
19687
|
{
|
|
19665
19688
|
"kind": "js",
|
|
19666
|
-
"name": "
|
|
19689
|
+
"name": "GridLayout",
|
|
19667
19690
|
"declaration": {
|
|
19668
|
-
"name": "
|
|
19669
|
-
"module": "src/grid-layout
|
|
19691
|
+
"name": "GridLayout",
|
|
19692
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
19670
19693
|
}
|
|
19671
19694
|
},
|
|
19672
19695
|
{
|
|
19673
19696
|
"kind": "js",
|
|
19674
|
-
"name": "
|
|
19697
|
+
"name": "foundationGridLayout",
|
|
19675
19698
|
"declaration": {
|
|
19676
|
-
"name": "
|
|
19677
|
-
"module": "src/grid-layout
|
|
19699
|
+
"name": "foundationGridLayout",
|
|
19700
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
19678
19701
|
}
|
|
19679
19702
|
}
|
|
19680
19703
|
]
|
|
19681
19704
|
},
|
|
19682
19705
|
{
|
|
19683
19706
|
"kind": "javascript-module",
|
|
19684
|
-
"path": "src/grid-layout-
|
|
19707
|
+
"path": "src/grid-layout/grid-layout.types.ts",
|
|
19708
|
+
"declarations": [],
|
|
19709
|
+
"exports": []
|
|
19710
|
+
},
|
|
19711
|
+
{
|
|
19712
|
+
"kind": "javascript-module",
|
|
19713
|
+
"path": "src/grid-layout/index.ts",
|
|
19685
19714
|
"declarations": [],
|
|
19686
19715
|
"exports": [
|
|
19687
19716
|
{
|
|
@@ -19689,7 +19718,7 @@
|
|
|
19689
19718
|
"name": "*",
|
|
19690
19719
|
"declaration": {
|
|
19691
19720
|
"name": "*",
|
|
19692
|
-
"package": "./grid-layout
|
|
19721
|
+
"package": "./grid-layout.template"
|
|
19693
19722
|
}
|
|
19694
19723
|
},
|
|
19695
19724
|
{
|
|
@@ -19697,66 +19726,58 @@
|
|
|
19697
19726
|
"name": "*",
|
|
19698
19727
|
"declaration": {
|
|
19699
19728
|
"name": "*",
|
|
19700
|
-
"package": "./grid-layout
|
|
19729
|
+
"package": "./grid-layout.styles"
|
|
19701
19730
|
}
|
|
19702
|
-
}
|
|
19703
|
-
]
|
|
19704
|
-
},
|
|
19705
|
-
{
|
|
19706
|
-
"kind": "javascript-module",
|
|
19707
|
-
"path": "src/grid-layout/grid-layout.styles.ts",
|
|
19708
|
-
"declarations": [
|
|
19731
|
+
},
|
|
19709
19732
|
{
|
|
19710
|
-
"kind": "
|
|
19711
|
-
"name": "
|
|
19712
|
-
"
|
|
19713
|
-
"
|
|
19714
|
-
|
|
19715
|
-
|
|
19716
|
-
}
|
|
19717
|
-
],
|
|
19718
|
-
"exports": [
|
|
19733
|
+
"kind": "js",
|
|
19734
|
+
"name": "*",
|
|
19735
|
+
"declaration": {
|
|
19736
|
+
"name": "*",
|
|
19737
|
+
"package": "./grid-layout"
|
|
19738
|
+
}
|
|
19739
|
+
},
|
|
19719
19740
|
{
|
|
19720
19741
|
"kind": "js",
|
|
19721
|
-
"name": "
|
|
19742
|
+
"name": "*",
|
|
19722
19743
|
"declaration": {
|
|
19723
|
-
"name": "
|
|
19724
|
-
"
|
|
19744
|
+
"name": "*",
|
|
19745
|
+
"package": "./grid-layout.types"
|
|
19725
19746
|
}
|
|
19726
19747
|
}
|
|
19727
19748
|
]
|
|
19728
19749
|
},
|
|
19729
19750
|
{
|
|
19730
19751
|
"kind": "javascript-module",
|
|
19731
|
-
"path": "src/grid-layout/grid-layout.template.ts",
|
|
19752
|
+
"path": "src/grid-layout-item/grid-layout-item.template.ts",
|
|
19732
19753
|
"declarations": [
|
|
19733
19754
|
{
|
|
19734
19755
|
"kind": "variable",
|
|
19735
|
-
"name": "
|
|
19756
|
+
"name": "foundationGridLayoutItemTemplate",
|
|
19736
19757
|
"type": {
|
|
19737
|
-
"text": "ViewTemplate<
|
|
19758
|
+
"text": "ViewTemplate<GridLayoutItem>"
|
|
19738
19759
|
},
|
|
19739
|
-
"default": "html`\n <template>\n <slot></slot>\n </template>\n`"
|
|
19760
|
+
"default": "html`\n <template>\n <style>\n :host {\n width: 100%;\n height: 100%;\n ${(x) => x.setGridItemProperties(x.colNumber, x.rowNumber, x.width, x.height)}\n }\n\n @media only screen and (min-width: 1025px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colLgNumber, x.rowLgNumber, x.widthLg, x.heightLg)}\n }\n }\n\n @media only screen and (min-width: 641px) and (max-width: 1024px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colMdNumber, x.rowMdNumber, x.widthSm, x.heightMd)}\n }\n }\n\n @media only screen and (max-width: 640px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colSmNumber, x.rowSmNumber, x.widthSm, x.heightSm)}\n }\n }\n </style>\n <slot></slot>\n </template>\n`"
|
|
19740
19761
|
}
|
|
19741
19762
|
],
|
|
19742
19763
|
"exports": [
|
|
19743
19764
|
{
|
|
19744
19765
|
"kind": "js",
|
|
19745
|
-
"name": "
|
|
19766
|
+
"name": "foundationGridLayoutItemTemplate",
|
|
19746
19767
|
"declaration": {
|
|
19747
|
-
"name": "
|
|
19748
|
-
"module": "src/grid-layout/grid-layout.template.ts"
|
|
19768
|
+
"name": "foundationGridLayoutItemTemplate",
|
|
19769
|
+
"module": "src/grid-layout-item/grid-layout-item.template.ts"
|
|
19749
19770
|
}
|
|
19750
19771
|
}
|
|
19751
19772
|
]
|
|
19752
19773
|
},
|
|
19753
19774
|
{
|
|
19754
19775
|
"kind": "javascript-module",
|
|
19755
|
-
"path": "src/grid-layout/grid-layout.ts",
|
|
19776
|
+
"path": "src/grid-layout-item/grid-layout-item.ts",
|
|
19756
19777
|
"declarations": [
|
|
19757
19778
|
{
|
|
19758
19779
|
"kind": "variable",
|
|
19759
|
-
"name": "
|
|
19780
|
+
"name": "foundationGridLayoutItemShadowOptions",
|
|
19760
19781
|
"type": {
|
|
19761
19782
|
"text": "ShadowRootInit"
|
|
19762
19783
|
},
|
|
@@ -19764,7 +19785,7 @@
|
|
|
19764
19785
|
},
|
|
19765
19786
|
{
|
|
19766
19787
|
"kind": "variable",
|
|
19767
|
-
"name": "
|
|
19788
|
+
"name": "defaultGridLayoutItemConfig",
|
|
19768
19789
|
"type": {
|
|
19769
19790
|
"text": "object"
|
|
19770
19791
|
},
|
|
@@ -19773,136 +19794,137 @@
|
|
|
19773
19794
|
{
|
|
19774
19795
|
"kind": "class",
|
|
19775
19796
|
"description": "",
|
|
19776
|
-
"name": "
|
|
19797
|
+
"name": "GridLayoutItem",
|
|
19777
19798
|
"members": [
|
|
19778
19799
|
{
|
|
19779
19800
|
"kind": "field",
|
|
19780
|
-
"name": "
|
|
19781
|
-
"type": {
|
|
19782
|
-
"text": "string"
|
|
19783
|
-
}
|
|
19784
|
-
},
|
|
19785
|
-
{
|
|
19786
|
-
"kind": "field",
|
|
19787
|
-
"name": "['col-width']",
|
|
19801
|
+
"name": "colNumber",
|
|
19788
19802
|
"type": {
|
|
19789
|
-
"text": "
|
|
19803
|
+
"text": "number"
|
|
19790
19804
|
}
|
|
19791
19805
|
},
|
|
19792
19806
|
{
|
|
19793
19807
|
"kind": "field",
|
|
19794
|
-
"name": "
|
|
19808
|
+
"name": "colSmNumber",
|
|
19795
19809
|
"type": {
|
|
19796
|
-
"text": "
|
|
19810
|
+
"text": "number"
|
|
19797
19811
|
}
|
|
19798
19812
|
},
|
|
19799
19813
|
{
|
|
19800
19814
|
"kind": "field",
|
|
19801
|
-
"name": "
|
|
19815
|
+
"name": "colMdNumber",
|
|
19802
19816
|
"type": {
|
|
19803
|
-
"text": "
|
|
19817
|
+
"text": "number"
|
|
19804
19818
|
}
|
|
19805
19819
|
},
|
|
19806
19820
|
{
|
|
19807
19821
|
"kind": "field",
|
|
19808
|
-
"name": "
|
|
19822
|
+
"name": "colLgNumber",
|
|
19809
19823
|
"type": {
|
|
19810
|
-
"text": "
|
|
19824
|
+
"text": "number"
|
|
19811
19825
|
}
|
|
19812
19826
|
},
|
|
19813
19827
|
{
|
|
19814
19828
|
"kind": "field",
|
|
19815
|
-
"name": "
|
|
19829
|
+
"name": "rowNumber",
|
|
19816
19830
|
"type": {
|
|
19817
|
-
"text": "
|
|
19831
|
+
"text": "number"
|
|
19818
19832
|
}
|
|
19819
19833
|
},
|
|
19820
19834
|
{
|
|
19821
19835
|
"kind": "field",
|
|
19822
|
-
"name": "
|
|
19836
|
+
"name": "rowSmNumber",
|
|
19823
19837
|
"type": {
|
|
19824
|
-
"text": "
|
|
19838
|
+
"text": "number"
|
|
19825
19839
|
}
|
|
19826
19840
|
},
|
|
19827
19841
|
{
|
|
19828
19842
|
"kind": "field",
|
|
19829
|
-
"name": "
|
|
19843
|
+
"name": "rowMdNumber",
|
|
19830
19844
|
"type": {
|
|
19831
|
-
"text": "
|
|
19845
|
+
"text": "number"
|
|
19832
19846
|
}
|
|
19833
19847
|
},
|
|
19834
19848
|
{
|
|
19835
19849
|
"kind": "field",
|
|
19836
|
-
"name": "
|
|
19850
|
+
"name": "rowLgNumber",
|
|
19837
19851
|
"type": {
|
|
19838
|
-
"text": "
|
|
19852
|
+
"text": "number"
|
|
19839
19853
|
}
|
|
19840
19854
|
},
|
|
19841
19855
|
{
|
|
19842
19856
|
"kind": "field",
|
|
19843
|
-
"name": "
|
|
19857
|
+
"name": "width",
|
|
19844
19858
|
"type": {
|
|
19845
|
-
"text": "
|
|
19859
|
+
"text": "number"
|
|
19846
19860
|
}
|
|
19847
19861
|
},
|
|
19848
19862
|
{
|
|
19849
19863
|
"kind": "field",
|
|
19850
|
-
"name": "
|
|
19864
|
+
"name": "widthSm",
|
|
19851
19865
|
"type": {
|
|
19852
|
-
"text": "
|
|
19866
|
+
"text": "number"
|
|
19853
19867
|
}
|
|
19854
19868
|
},
|
|
19855
19869
|
{
|
|
19856
19870
|
"kind": "field",
|
|
19857
|
-
"name": "
|
|
19871
|
+
"name": "widthMd",
|
|
19858
19872
|
"type": {
|
|
19859
|
-
"text": "
|
|
19873
|
+
"text": "number"
|
|
19860
19874
|
}
|
|
19861
19875
|
},
|
|
19862
19876
|
{
|
|
19863
19877
|
"kind": "field",
|
|
19864
|
-
"name": "
|
|
19878
|
+
"name": "widthLg",
|
|
19865
19879
|
"type": {
|
|
19866
|
-
"text": "
|
|
19880
|
+
"text": "number"
|
|
19867
19881
|
}
|
|
19868
19882
|
},
|
|
19869
19883
|
{
|
|
19870
19884
|
"kind": "field",
|
|
19871
|
-
"name": "
|
|
19885
|
+
"name": "height",
|
|
19872
19886
|
"type": {
|
|
19873
|
-
"text": "
|
|
19887
|
+
"text": "number"
|
|
19874
19888
|
}
|
|
19875
19889
|
},
|
|
19876
19890
|
{
|
|
19877
19891
|
"kind": "field",
|
|
19878
|
-
"name": "
|
|
19892
|
+
"name": "heightSm",
|
|
19879
19893
|
"type": {
|
|
19880
|
-
"text": "
|
|
19894
|
+
"text": "number"
|
|
19881
19895
|
}
|
|
19882
19896
|
},
|
|
19883
19897
|
{
|
|
19884
19898
|
"kind": "field",
|
|
19885
|
-
"name": "
|
|
19899
|
+
"name": "heightMd",
|
|
19886
19900
|
"type": {
|
|
19887
|
-
"text": "
|
|
19901
|
+
"text": "number"
|
|
19888
19902
|
}
|
|
19889
19903
|
},
|
|
19890
19904
|
{
|
|
19891
19905
|
"kind": "field",
|
|
19892
|
-
"name": "
|
|
19906
|
+
"name": "heightLg",
|
|
19893
19907
|
"type": {
|
|
19894
|
-
"text": "
|
|
19895
|
-
}
|
|
19896
|
-
"privacy": "private",
|
|
19897
|
-
"default": "[]"
|
|
19908
|
+
"text": "number"
|
|
19909
|
+
}
|
|
19898
19910
|
},
|
|
19899
19911
|
{
|
|
19900
|
-
"kind": "
|
|
19901
|
-
"name": "
|
|
19902
|
-
"
|
|
19903
|
-
|
|
19904
|
-
|
|
19905
|
-
|
|
19912
|
+
"kind": "method",
|
|
19913
|
+
"name": "setGridItemProperties",
|
|
19914
|
+
"parameters": [
|
|
19915
|
+
{
|
|
19916
|
+
"name": "column"
|
|
19917
|
+
},
|
|
19918
|
+
{
|
|
19919
|
+
"name": "row"
|
|
19920
|
+
},
|
|
19921
|
+
{
|
|
19922
|
+
"name": "width"
|
|
19923
|
+
},
|
|
19924
|
+
{
|
|
19925
|
+
"name": "height"
|
|
19926
|
+
}
|
|
19927
|
+
]
|
|
19906
19928
|
},
|
|
19907
19929
|
{
|
|
19908
19930
|
"kind": "field",
|
|
@@ -20018,176 +20040,170 @@
|
|
|
20018
20040
|
],
|
|
20019
20041
|
"attributes": [
|
|
20020
20042
|
{
|
|
20021
|
-
"name": "
|
|
20043
|
+
"name": "col-number",
|
|
20022
20044
|
"type": {
|
|
20023
|
-
"text": "
|
|
20045
|
+
"text": "number"
|
|
20024
20046
|
},
|
|
20025
|
-
"fieldName": "
|
|
20047
|
+
"fieldName": "colNumber"
|
|
20026
20048
|
},
|
|
20027
20049
|
{
|
|
20028
|
-
"name": "
|
|
20050
|
+
"name": "col-sm-number",
|
|
20029
20051
|
"type": {
|
|
20030
|
-
"text": "
|
|
20052
|
+
"text": "number"
|
|
20031
20053
|
},
|
|
20032
|
-
"fieldName": "
|
|
20054
|
+
"fieldName": "colSmNumber"
|
|
20033
20055
|
},
|
|
20034
20056
|
{
|
|
20035
|
-
"name": "
|
|
20057
|
+
"name": "col-md-number",
|
|
20036
20058
|
"type": {
|
|
20037
|
-
"text": "
|
|
20059
|
+
"text": "number"
|
|
20038
20060
|
},
|
|
20039
|
-
"fieldName": "
|
|
20061
|
+
"fieldName": "colMdNumber"
|
|
20040
20062
|
},
|
|
20041
20063
|
{
|
|
20042
|
-
"name": "
|
|
20064
|
+
"name": "col-lg-number",
|
|
20043
20065
|
"type": {
|
|
20044
|
-
"text": "
|
|
20066
|
+
"text": "number"
|
|
20045
20067
|
},
|
|
20046
|
-
"fieldName": "
|
|
20068
|
+
"fieldName": "colLgNumber"
|
|
20047
20069
|
},
|
|
20048
20070
|
{
|
|
20049
|
-
"name": "
|
|
20071
|
+
"name": "row-number",
|
|
20050
20072
|
"type": {
|
|
20051
|
-
"text": "
|
|
20073
|
+
"text": "number"
|
|
20052
20074
|
},
|
|
20053
|
-
"fieldName": "
|
|
20075
|
+
"fieldName": "rowNumber"
|
|
20054
20076
|
},
|
|
20055
20077
|
{
|
|
20056
|
-
"name": "
|
|
20078
|
+
"name": "row-sm-number",
|
|
20057
20079
|
"type": {
|
|
20058
|
-
"text": "
|
|
20080
|
+
"text": "number"
|
|
20059
20081
|
},
|
|
20060
|
-
"fieldName": "
|
|
20082
|
+
"fieldName": "rowSmNumber"
|
|
20061
20083
|
},
|
|
20062
20084
|
{
|
|
20063
|
-
"name": "
|
|
20085
|
+
"name": "row-md-number",
|
|
20064
20086
|
"type": {
|
|
20065
|
-
"text": "
|
|
20087
|
+
"text": "number"
|
|
20066
20088
|
},
|
|
20067
|
-
"fieldName": "
|
|
20089
|
+
"fieldName": "rowMdNumber"
|
|
20068
20090
|
},
|
|
20069
20091
|
{
|
|
20070
|
-
"name": "
|
|
20092
|
+
"name": "row-lg-number",
|
|
20071
20093
|
"type": {
|
|
20072
|
-
"text": "
|
|
20094
|
+
"text": "number"
|
|
20073
20095
|
},
|
|
20074
|
-
"fieldName": "
|
|
20096
|
+
"fieldName": "rowLgNumber"
|
|
20075
20097
|
},
|
|
20076
20098
|
{
|
|
20077
|
-
"name": "
|
|
20099
|
+
"name": "width",
|
|
20078
20100
|
"type": {
|
|
20079
|
-
"text": "
|
|
20101
|
+
"text": "number"
|
|
20080
20102
|
},
|
|
20081
|
-
"fieldName": "
|
|
20103
|
+
"fieldName": "width"
|
|
20082
20104
|
},
|
|
20083
20105
|
{
|
|
20084
|
-
"name": "
|
|
20106
|
+
"name": "width-sm",
|
|
20085
20107
|
"type": {
|
|
20086
|
-
"text": "
|
|
20108
|
+
"text": "number"
|
|
20087
20109
|
},
|
|
20088
|
-
"fieldName": "
|
|
20110
|
+
"fieldName": "widthSm"
|
|
20089
20111
|
},
|
|
20090
20112
|
{
|
|
20091
|
-
"name": "
|
|
20113
|
+
"name": "width-md",
|
|
20092
20114
|
"type": {
|
|
20093
|
-
"text": "
|
|
20115
|
+
"text": "number"
|
|
20094
20116
|
},
|
|
20095
|
-
"fieldName": "
|
|
20117
|
+
"fieldName": "widthMd"
|
|
20096
20118
|
},
|
|
20097
20119
|
{
|
|
20098
|
-
"name": "
|
|
20120
|
+
"name": "width-lg",
|
|
20099
20121
|
"type": {
|
|
20100
|
-
"text": "
|
|
20122
|
+
"text": "number"
|
|
20101
20123
|
},
|
|
20102
|
-
"fieldName": "
|
|
20124
|
+
"fieldName": "widthLg"
|
|
20103
20125
|
},
|
|
20104
20126
|
{
|
|
20105
|
-
"name": "
|
|
20127
|
+
"name": "height",
|
|
20106
20128
|
"type": {
|
|
20107
|
-
"text": "
|
|
20129
|
+
"text": "number"
|
|
20108
20130
|
},
|
|
20109
|
-
"fieldName": "
|
|
20131
|
+
"fieldName": "height"
|
|
20110
20132
|
},
|
|
20111
20133
|
{
|
|
20112
|
-
"name": "
|
|
20134
|
+
"name": "height-sm",
|
|
20113
20135
|
"type": {
|
|
20114
|
-
"text": "
|
|
20136
|
+
"text": "number"
|
|
20115
20137
|
},
|
|
20116
|
-
"fieldName": "
|
|
20138
|
+
"fieldName": "heightSm"
|
|
20117
20139
|
},
|
|
20118
20140
|
{
|
|
20119
|
-
"name": "
|
|
20141
|
+
"name": "height-md",
|
|
20120
20142
|
"type": {
|
|
20121
|
-
"text": "
|
|
20143
|
+
"text": "number"
|
|
20122
20144
|
},
|
|
20123
|
-
"fieldName": "
|
|
20145
|
+
"fieldName": "heightMd"
|
|
20124
20146
|
},
|
|
20125
20147
|
{
|
|
20126
|
-
"name": "
|
|
20148
|
+
"name": "height-lg",
|
|
20127
20149
|
"type": {
|
|
20128
|
-
"text": "
|
|
20150
|
+
"text": "number"
|
|
20129
20151
|
},
|
|
20130
|
-
"fieldName": "
|
|
20152
|
+
"fieldName": "heightLg"
|
|
20131
20153
|
}
|
|
20132
20154
|
],
|
|
20133
20155
|
"superclass": {
|
|
20134
20156
|
"name": "FoundationElement",
|
|
20135
20157
|
"package": "@microsoft/fast-foundation"
|
|
20136
20158
|
},
|
|
20137
|
-
"tagName": "%%prefix%%-grid-layout",
|
|
20159
|
+
"tagName": "%%prefix%%-grid-layout-item",
|
|
20138
20160
|
"customElement": true
|
|
20139
20161
|
},
|
|
20140
20162
|
{
|
|
20141
20163
|
"kind": "variable",
|
|
20142
|
-
"name": "
|
|
20143
|
-
"description": "The Foundation Grid Layout",
|
|
20164
|
+
"name": "foundationGridLayoutItem",
|
|
20165
|
+
"description": "The Foundation Grid Layout Item",
|
|
20144
20166
|
"privacy": "public"
|
|
20145
20167
|
}
|
|
20146
20168
|
],
|
|
20147
20169
|
"exports": [
|
|
20148
20170
|
{
|
|
20149
20171
|
"kind": "js",
|
|
20150
|
-
"name": "
|
|
20172
|
+
"name": "foundationGridLayoutItemShadowOptions",
|
|
20151
20173
|
"declaration": {
|
|
20152
|
-
"name": "
|
|
20153
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
20174
|
+
"name": "foundationGridLayoutItemShadowOptions",
|
|
20175
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
20154
20176
|
}
|
|
20155
20177
|
},
|
|
20156
20178
|
{
|
|
20157
20179
|
"kind": "js",
|
|
20158
|
-
"name": "
|
|
20180
|
+
"name": "defaultGridLayoutItemConfig",
|
|
20159
20181
|
"declaration": {
|
|
20160
|
-
"name": "
|
|
20161
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
20182
|
+
"name": "defaultGridLayoutItemConfig",
|
|
20183
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
20162
20184
|
}
|
|
20163
20185
|
},
|
|
20164
20186
|
{
|
|
20165
20187
|
"kind": "js",
|
|
20166
|
-
"name": "
|
|
20188
|
+
"name": "GridLayoutItem",
|
|
20167
20189
|
"declaration": {
|
|
20168
|
-
"name": "
|
|
20169
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
20190
|
+
"name": "GridLayoutItem",
|
|
20191
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
20170
20192
|
}
|
|
20171
20193
|
},
|
|
20172
20194
|
{
|
|
20173
20195
|
"kind": "js",
|
|
20174
|
-
"name": "
|
|
20196
|
+
"name": "foundationGridLayoutItem",
|
|
20175
20197
|
"declaration": {
|
|
20176
|
-
"name": "
|
|
20177
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
20198
|
+
"name": "foundationGridLayoutItem",
|
|
20199
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
20178
20200
|
}
|
|
20179
20201
|
}
|
|
20180
20202
|
]
|
|
20181
20203
|
},
|
|
20182
20204
|
{
|
|
20183
20205
|
"kind": "javascript-module",
|
|
20184
|
-
"path": "src/grid-layout/
|
|
20185
|
-
"declarations": [],
|
|
20186
|
-
"exports": []
|
|
20187
|
-
},
|
|
20188
|
-
{
|
|
20189
|
-
"kind": "javascript-module",
|
|
20190
|
-
"path": "src/grid-layout/index.ts",
|
|
20206
|
+
"path": "src/grid-layout-item/index.ts",
|
|
20191
20207
|
"declarations": [],
|
|
20192
20208
|
"exports": [
|
|
20193
20209
|
{
|
|
@@ -20195,23 +20211,7 @@
|
|
|
20195
20211
|
"name": "*",
|
|
20196
20212
|
"declaration": {
|
|
20197
20213
|
"name": "*",
|
|
20198
|
-
"package": "./grid-layout.template"
|
|
20199
|
-
}
|
|
20200
|
-
},
|
|
20201
|
-
{
|
|
20202
|
-
"kind": "js",
|
|
20203
|
-
"name": "*",
|
|
20204
|
-
"declaration": {
|
|
20205
|
-
"name": "*",
|
|
20206
|
-
"package": "./grid-layout.styles"
|
|
20207
|
-
}
|
|
20208
|
-
},
|
|
20209
|
-
{
|
|
20210
|
-
"kind": "js",
|
|
20211
|
-
"name": "*",
|
|
20212
|
-
"declaration": {
|
|
20213
|
-
"name": "*",
|
|
20214
|
-
"package": "./grid-layout"
|
|
20214
|
+
"package": "./grid-layout-item.template"
|
|
20215
20215
|
}
|
|
20216
20216
|
},
|
|
20217
20217
|
{
|
|
@@ -20219,7 +20219,7 @@
|
|
|
20219
20219
|
"name": "*",
|
|
20220
20220
|
"declaration": {
|
|
20221
20221
|
"name": "*",
|
|
20222
|
-
"package": "./grid-layout
|
|
20222
|
+
"package": "./grid-layout-item"
|
|
20223
20223
|
}
|
|
20224
20224
|
}
|
|
20225
20225
|
]
|
|
@@ -27828,6 +27828,21 @@
|
|
|
27828
27828
|
}
|
|
27829
27829
|
]
|
|
27830
27830
|
},
|
|
27831
|
+
{
|
|
27832
|
+
"kind": "javascript-module",
|
|
27833
|
+
"path": "src/overlays/index.ts",
|
|
27834
|
+
"declarations": [],
|
|
27835
|
+
"exports": [
|
|
27836
|
+
{
|
|
27837
|
+
"kind": "js",
|
|
27838
|
+
"name": "*",
|
|
27839
|
+
"declaration": {
|
|
27840
|
+
"name": "*",
|
|
27841
|
+
"package": "./system-health"
|
|
27842
|
+
}
|
|
27843
|
+
}
|
|
27844
|
+
]
|
|
27845
|
+
},
|
|
27831
27846
|
{
|
|
27832
27847
|
"kind": "javascript-module",
|
|
27833
27848
|
"path": "src/patterns/define.ts",
|
|
@@ -27928,21 +27943,6 @@
|
|
|
27928
27943
|
}
|
|
27929
27944
|
]
|
|
27930
27945
|
},
|
|
27931
|
-
{
|
|
27932
|
-
"kind": "javascript-module",
|
|
27933
|
-
"path": "src/overlays/index.ts",
|
|
27934
|
-
"declarations": [],
|
|
27935
|
-
"exports": [
|
|
27936
|
-
{
|
|
27937
|
-
"kind": "js",
|
|
27938
|
-
"name": "*",
|
|
27939
|
-
"declaration": {
|
|
27940
|
-
"name": "*",
|
|
27941
|
-
"package": "./system-health"
|
|
27942
|
-
}
|
|
27943
|
-
}
|
|
27944
|
-
]
|
|
27945
|
-
},
|
|
27946
27946
|
{
|
|
27947
27947
|
"kind": "javascript-module",
|
|
27948
27948
|
"path": "src/popper/index.ts",
|