@genesislcap/foundation-ui 14.194.5 → 14.194.6

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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +2237 -2237
  2. package/package.json +16 -16
@@ -817,6 +817,51 @@
817
817
  }
818
818
  ]
819
819
  },
820
+ {
821
+ "kind": "javascript-module",
822
+ "path": "src/_common/icons.ts",
823
+ "declarations": [
824
+ {
825
+ "kind": "function",
826
+ "name": "closeIcon",
827
+ "parameters": [
828
+ {
829
+ "name": "slot",
830
+ "default": "'start'"
831
+ },
832
+ {
833
+ "name": "fill",
834
+ "default": "'#879ba6'"
835
+ }
836
+ ]
837
+ }
838
+ ],
839
+ "exports": [
840
+ {
841
+ "kind": "js",
842
+ "name": "closeIcon",
843
+ "declaration": {
844
+ "name": "closeIcon",
845
+ "module": "src/_common/icons.ts"
846
+ }
847
+ }
848
+ ]
849
+ },
850
+ {
851
+ "kind": "javascript-module",
852
+ "path": "src/_common/index.ts",
853
+ "declarations": [],
854
+ "exports": [
855
+ {
856
+ "kind": "js",
857
+ "name": "*",
858
+ "declaration": {
859
+ "name": "*",
860
+ "package": "./icons"
861
+ }
862
+ }
863
+ ]
864
+ },
820
865
  {
821
866
  "kind": "javascript-module",
822
867
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1213,7 +1258,158 @@
1213
1258
  },
1214
1259
  {
1215
1260
  "kind": "javascript-module",
1216
- "path": "src/_config/index.ts",
1261
+ "path": "src/accordion/accordion.styles.ts",
1262
+ "declarations": [
1263
+ {
1264
+ "kind": "function",
1265
+ "name": "foundationAccordionStyles",
1266
+ "return": {
1267
+ "type": {
1268
+ "text": "ElementStyles"
1269
+ }
1270
+ },
1271
+ "parameters": [
1272
+ {
1273
+ "name": "context",
1274
+ "type": {
1275
+ "text": "ElementDefinitionContext"
1276
+ }
1277
+ },
1278
+ {
1279
+ "name": "definition",
1280
+ "type": {
1281
+ "text": "FoundationElementDefinition"
1282
+ }
1283
+ }
1284
+ ]
1285
+ }
1286
+ ],
1287
+ "exports": [
1288
+ {
1289
+ "kind": "js",
1290
+ "name": "foundationAccordionStyles",
1291
+ "declaration": {
1292
+ "name": "foundationAccordionStyles",
1293
+ "module": "src/accordion/accordion.styles.ts"
1294
+ }
1295
+ }
1296
+ ]
1297
+ },
1298
+ {
1299
+ "kind": "javascript-module",
1300
+ "path": "src/accordion/accordion.template.ts",
1301
+ "declarations": [
1302
+ {
1303
+ "kind": "function",
1304
+ "name": "foundationAccordionTemplate",
1305
+ "return": {
1306
+ "type": {
1307
+ "text": "ViewTemplate<Accordion>"
1308
+ }
1309
+ },
1310
+ "parameters": [
1311
+ {
1312
+ "name": "context",
1313
+ "type": {
1314
+ "text": "ElementDefinitionContext"
1315
+ }
1316
+ },
1317
+ {
1318
+ "name": "definition",
1319
+ "type": {
1320
+ "text": "FoundationElementDefinition"
1321
+ }
1322
+ }
1323
+ ]
1324
+ }
1325
+ ],
1326
+ "exports": [
1327
+ {
1328
+ "kind": "js",
1329
+ "name": "foundationAccordionTemplate",
1330
+ "declaration": {
1331
+ "name": "foundationAccordionTemplate",
1332
+ "module": "src/accordion/accordion.template.ts"
1333
+ }
1334
+ }
1335
+ ]
1336
+ },
1337
+ {
1338
+ "kind": "javascript-module",
1339
+ "path": "src/accordion/accordion.ts",
1340
+ "declarations": [
1341
+ {
1342
+ "kind": "class",
1343
+ "description": "",
1344
+ "name": "Accordion",
1345
+ "superclass": {
1346
+ "name": "FASTAccordion",
1347
+ "package": "@microsoft/fast-foundation"
1348
+ },
1349
+ "tagName": "%%prefix%%-accordion",
1350
+ "customElement": true
1351
+ },
1352
+ {
1353
+ "kind": "variable",
1354
+ "name": "foundationAccordionShadowOptions",
1355
+ "type": {
1356
+ "text": "ShadowRootInit"
1357
+ },
1358
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1359
+ },
1360
+ {
1361
+ "kind": "variable",
1362
+ "name": "defaultAccordionConfig",
1363
+ "type": {
1364
+ "text": "object"
1365
+ },
1366
+ "default": "{}"
1367
+ },
1368
+ {
1369
+ "kind": "variable",
1370
+ "name": "foundationAccordion",
1371
+ "description": "The Foundation Accordion",
1372
+ "privacy": "public"
1373
+ }
1374
+ ],
1375
+ "exports": [
1376
+ {
1377
+ "kind": "js",
1378
+ "name": "Accordion",
1379
+ "declaration": {
1380
+ "name": "Accordion",
1381
+ "module": "src/accordion/accordion.ts"
1382
+ }
1383
+ },
1384
+ {
1385
+ "kind": "js",
1386
+ "name": "foundationAccordionShadowOptions",
1387
+ "declaration": {
1388
+ "name": "foundationAccordionShadowOptions",
1389
+ "module": "src/accordion/accordion.ts"
1390
+ }
1391
+ },
1392
+ {
1393
+ "kind": "js",
1394
+ "name": "defaultAccordionConfig",
1395
+ "declaration": {
1396
+ "name": "defaultAccordionConfig",
1397
+ "module": "src/accordion/accordion.ts"
1398
+ }
1399
+ },
1400
+ {
1401
+ "kind": "js",
1402
+ "name": "foundationAccordion",
1403
+ "declaration": {
1404
+ "name": "foundationAccordion",
1405
+ "module": "src/accordion/accordion.ts"
1406
+ }
1407
+ }
1408
+ ]
1409
+ },
1410
+ {
1411
+ "kind": "javascript-module",
1412
+ "path": "src/accordion/index.ts",
1217
1413
  "declarations": [],
1218
1414
  "exports": [
1219
1415
  {
@@ -1221,7 +1417,7 @@
1221
1417
  "name": "*",
1222
1418
  "declaration": {
1223
1419
  "name": "*",
1224
- "package": "./styles"
1420
+ "package": "./accordion.template"
1225
1421
  }
1226
1422
  },
1227
1423
  {
@@ -1229,7 +1425,7 @@
1229
1425
  "name": "*",
1230
1426
  "declaration": {
1231
1427
  "name": "*",
1232
- "package": "./tokens"
1428
+ "package": "./accordion.styles"
1233
1429
  }
1234
1430
  },
1235
1431
  {
@@ -1237,7 +1433,7 @@
1237
1433
  "name": "*",
1238
1434
  "declaration": {
1239
1435
  "name": "*",
1240
- "package": "./values"
1436
+ "package": "./accordion"
1241
1437
  }
1242
1438
  }
1243
1439
  ]
@@ -1803,56 +1999,42 @@
1803
1999
  },
1804
2000
  {
1805
2001
  "kind": "javascript-module",
1806
- "path": "src/_common/icons.ts",
1807
- "declarations": [
1808
- {
1809
- "kind": "function",
1810
- "name": "closeIcon",
1811
- "parameters": [
1812
- {
1813
- "name": "slot",
1814
- "default": "'start'"
1815
- },
1816
- {
1817
- "name": "fill",
1818
- "default": "'#879ba6'"
1819
- }
1820
- ]
1821
- }
1822
- ],
2002
+ "path": "src/_config/index.ts",
2003
+ "declarations": [],
1823
2004
  "exports": [
1824
2005
  {
1825
2006
  "kind": "js",
1826
- "name": "closeIcon",
2007
+ "name": "*",
1827
2008
  "declaration": {
1828
- "name": "closeIcon",
1829
- "module": "src/_common/icons.ts"
2009
+ "name": "*",
2010
+ "package": "./styles"
1830
2011
  }
1831
- }
1832
- ]
1833
- },
1834
- {
1835
- "kind": "javascript-module",
1836
- "path": "src/_common/index.ts",
1837
- "declarations": [],
1838
- "exports": [
2012
+ },
1839
2013
  {
1840
2014
  "kind": "js",
1841
2015
  "name": "*",
1842
2016
  "declaration": {
1843
2017
  "name": "*",
1844
- "package": "./icons"
2018
+ "package": "./tokens"
2019
+ }
2020
+ },
2021
+ {
2022
+ "kind": "js",
2023
+ "name": "*",
2024
+ "declaration": {
2025
+ "name": "*",
2026
+ "package": "./values"
1845
2027
  }
1846
2028
  }
1847
2029
  ]
1848
2030
  },
1849
2031
  {
1850
2032
  "kind": "javascript-module",
1851
- "path": "src/accordion/accordion.styles.ts",
2033
+ "path": "src/anchor/anchor.styles.ts",
1852
2034
  "declarations": [
1853
2035
  {
1854
2036
  "kind": "function",
1855
- "name": "foundationAccordionStyles",
2037
+ "name": "foundationAnchorStyles",
1856
2038
  "return": {
1857
2039
  "type": {
1858
2040
  "text": "ElementStyles"
@@ -1877,206 +2059,24 @@
1877
2059
  "exports": [
1878
2060
  {
1879
2061
  "kind": "js",
1880
- "name": "foundationAccordionStyles",
2062
+ "name": "foundationAnchorStyles",
1881
2063
  "declaration": {
1882
- "name": "foundationAccordionStyles",
1883
- "module": "src/accordion/accordion.styles.ts"
2064
+ "name": "foundationAnchorStyles",
2065
+ "module": "src/anchor/anchor.styles.ts"
1884
2066
  }
1885
2067
  }
1886
2068
  ]
1887
2069
  },
1888
2070
  {
1889
2071
  "kind": "javascript-module",
1890
- "path": "src/accordion/accordion.template.ts",
2072
+ "path": "src/anchor/anchor.template.ts",
1891
2073
  "declarations": [
1892
2074
  {
1893
2075
  "kind": "function",
1894
- "name": "foundationAccordionTemplate",
2076
+ "name": "foundationAnchorTemplate",
1895
2077
  "return": {
1896
2078
  "type": {
1897
- "text": "ViewTemplate<Accordion>"
1898
- }
1899
- },
1900
- "parameters": [
1901
- {
1902
- "name": "context",
1903
- "type": {
1904
- "text": "ElementDefinitionContext"
1905
- }
1906
- },
1907
- {
1908
- "name": "definition",
1909
- "type": {
1910
- "text": "FoundationElementDefinition"
1911
- }
1912
- }
1913
- ]
1914
- }
1915
- ],
1916
- "exports": [
1917
- {
1918
- "kind": "js",
1919
- "name": "foundationAccordionTemplate",
1920
- "declaration": {
1921
- "name": "foundationAccordionTemplate",
1922
- "module": "src/accordion/accordion.template.ts"
1923
- }
1924
- }
1925
- ]
1926
- },
1927
- {
1928
- "kind": "javascript-module",
1929
- "path": "src/accordion/accordion.ts",
1930
- "declarations": [
1931
- {
1932
- "kind": "class",
1933
- "description": "",
1934
- "name": "Accordion",
1935
- "superclass": {
1936
- "name": "FASTAccordion",
1937
- "package": "@microsoft/fast-foundation"
1938
- },
1939
- "tagName": "%%prefix%%-accordion",
1940
- "customElement": true
1941
- },
1942
- {
1943
- "kind": "variable",
1944
- "name": "foundationAccordionShadowOptions",
1945
- "type": {
1946
- "text": "ShadowRootInit"
1947
- },
1948
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1949
- },
1950
- {
1951
- "kind": "variable",
1952
- "name": "defaultAccordionConfig",
1953
- "type": {
1954
- "text": "object"
1955
- },
1956
- "default": "{}"
1957
- },
1958
- {
1959
- "kind": "variable",
1960
- "name": "foundationAccordion",
1961
- "description": "The Foundation Accordion",
1962
- "privacy": "public"
1963
- }
1964
- ],
1965
- "exports": [
1966
- {
1967
- "kind": "js",
1968
- "name": "Accordion",
1969
- "declaration": {
1970
- "name": "Accordion",
1971
- "module": "src/accordion/accordion.ts"
1972
- }
1973
- },
1974
- {
1975
- "kind": "js",
1976
- "name": "foundationAccordionShadowOptions",
1977
- "declaration": {
1978
- "name": "foundationAccordionShadowOptions",
1979
- "module": "src/accordion/accordion.ts"
1980
- }
1981
- },
1982
- {
1983
- "kind": "js",
1984
- "name": "defaultAccordionConfig",
1985
- "declaration": {
1986
- "name": "defaultAccordionConfig",
1987
- "module": "src/accordion/accordion.ts"
1988
- }
1989
- },
1990
- {
1991
- "kind": "js",
1992
- "name": "foundationAccordion",
1993
- "declaration": {
1994
- "name": "foundationAccordion",
1995
- "module": "src/accordion/accordion.ts"
1996
- }
1997
- }
1998
- ]
1999
- },
2000
- {
2001
- "kind": "javascript-module",
2002
- "path": "src/accordion/index.ts",
2003
- "declarations": [],
2004
- "exports": [
2005
- {
2006
- "kind": "js",
2007
- "name": "*",
2008
- "declaration": {
2009
- "name": "*",
2010
- "package": "./accordion.template"
2011
- }
2012
- },
2013
- {
2014
- "kind": "js",
2015
- "name": "*",
2016
- "declaration": {
2017
- "name": "*",
2018
- "package": "./accordion.styles"
2019
- }
2020
- },
2021
- {
2022
- "kind": "js",
2023
- "name": "*",
2024
- "declaration": {
2025
- "name": "*",
2026
- "package": "./accordion"
2027
- }
2028
- }
2029
- ]
2030
- },
2031
- {
2032
- "kind": "javascript-module",
2033
- "path": "src/anchor/anchor.styles.ts",
2034
- "declarations": [
2035
- {
2036
- "kind": "function",
2037
- "name": "foundationAnchorStyles",
2038
- "return": {
2039
- "type": {
2040
- "text": "ElementStyles"
2041
- }
2042
- },
2043
- "parameters": [
2044
- {
2045
- "name": "context",
2046
- "type": {
2047
- "text": "ElementDefinitionContext"
2048
- }
2049
- },
2050
- {
2051
- "name": "definition",
2052
- "type": {
2053
- "text": "FoundationElementDefinition"
2054
- }
2055
- }
2056
- ]
2057
- }
2058
- ],
2059
- "exports": [
2060
- {
2061
- "kind": "js",
2062
- "name": "foundationAnchorStyles",
2063
- "declaration": {
2064
- "name": "foundationAnchorStyles",
2065
- "module": "src/anchor/anchor.styles.ts"
2066
- }
2067
- }
2068
- ]
2069
- },
2070
- {
2071
- "kind": "javascript-module",
2072
- "path": "src/anchor/anchor.template.ts",
2073
- "declarations": [
2074
- {
2075
- "kind": "function",
2076
- "name": "foundationAnchorTemplate",
2077
- "return": {
2078
- "type": {
2079
- "text": "ViewTemplate<Anchor>"
2079
+ "text": "ViewTemplate<Anchor>"
2080
2080
  }
2081
2081
  },
2082
2082
  "parameters": [
@@ -9332,6 +9332,327 @@
9332
9332
  }
9333
9333
  ]
9334
9334
  },
9335
+ {
9336
+ "kind": "javascript-module",
9337
+ "path": "src/connection-indicator/connection-indicator.styles.ts",
9338
+ "declarations": [
9339
+ {
9340
+ "kind": "function",
9341
+ "name": "foundationConnectionIndicatorStyles",
9342
+ "return": {
9343
+ "type": {
9344
+ "text": "ElementStyles"
9345
+ }
9346
+ },
9347
+ "parameters": [
9348
+ {
9349
+ "name": "context",
9350
+ "type": {
9351
+ "text": "ElementDefinitionContext"
9352
+ }
9353
+ },
9354
+ {
9355
+ "name": "definition",
9356
+ "type": {
9357
+ "text": "FoundationElementDefinition"
9358
+ }
9359
+ }
9360
+ ]
9361
+ }
9362
+ ],
9363
+ "exports": [
9364
+ {
9365
+ "kind": "js",
9366
+ "name": "foundationConnectionIndicatorStyles",
9367
+ "declaration": {
9368
+ "name": "foundationConnectionIndicatorStyles",
9369
+ "module": "src/connection-indicator/connection-indicator.styles.ts"
9370
+ }
9371
+ }
9372
+ ]
9373
+ },
9374
+ {
9375
+ "kind": "javascript-module",
9376
+ "path": "src/connection-indicator/connection-indicator.template.ts",
9377
+ "declarations": [
9378
+ {
9379
+ "kind": "variable",
9380
+ "name": "foundationConnectionIndicatorTemplate",
9381
+ "type": {
9382
+ "text": "ViewTemplate"
9383
+ },
9384
+ "default": "html<ConnectionIndicator>`\n <div class=${(x) => classNames(['light', true], [x.colour, true])}></div>\n ${when(\n (x) => x.showLabel,\n html<ConnectionIndicator>`\n <div class=\"label\">${(x) => x.label}</div>\n `,\n )}\n`"
9385
+ }
9386
+ ],
9387
+ "exports": [
9388
+ {
9389
+ "kind": "js",
9390
+ "name": "foundationConnectionIndicatorTemplate",
9391
+ "declaration": {
9392
+ "name": "foundationConnectionIndicatorTemplate",
9393
+ "module": "src/connection-indicator/connection-indicator.template.ts"
9394
+ }
9395
+ }
9396
+ ]
9397
+ },
9398
+ {
9399
+ "kind": "javascript-module",
9400
+ "path": "src/connection-indicator/connection-indicator.ts",
9401
+ "declarations": [
9402
+ {
9403
+ "kind": "class",
9404
+ "description": "",
9405
+ "name": "ConnectionIndicator",
9406
+ "members": [
9407
+ {
9408
+ "kind": "field",
9409
+ "name": "connect",
9410
+ "type": {
9411
+ "text": "Connect"
9412
+ }
9413
+ },
9414
+ {
9415
+ "kind": "field",
9416
+ "name": "session",
9417
+ "type": {
9418
+ "text": "Session"
9419
+ }
9420
+ },
9421
+ {
9422
+ "kind": "field",
9423
+ "name": "showLabel",
9424
+ "type": {
9425
+ "text": "boolean"
9426
+ },
9427
+ "default": "false"
9428
+ },
9429
+ {
9430
+ "kind": "field",
9431
+ "name": "label",
9432
+ "type": {
9433
+ "text": "string"
9434
+ },
9435
+ "default": "'disconnected'"
9436
+ },
9437
+ {
9438
+ "kind": "field",
9439
+ "name": "colour",
9440
+ "type": {
9441
+ "text": "'red' | 'green'"
9442
+ },
9443
+ "default": "'red'"
9444
+ },
9445
+ {
9446
+ "kind": "field",
9447
+ "name": "subscription",
9448
+ "type": {
9449
+ "text": "Subscription"
9450
+ },
9451
+ "privacy": "private"
9452
+ },
9453
+ {
9454
+ "kind": "method",
9455
+ "name": "getLabel",
9456
+ "return": {
9457
+ "type": {
9458
+ "text": "string"
9459
+ }
9460
+ },
9461
+ "parameters": [
9462
+ {
9463
+ "name": "connected",
9464
+ "type": {
9465
+ "text": "boolean"
9466
+ }
9467
+ }
9468
+ ]
9469
+ },
9470
+ {
9471
+ "kind": "field",
9472
+ "name": "_presentation",
9473
+ "type": {
9474
+ "text": "ComponentPresentation | null | undefined"
9475
+ },
9476
+ "privacy": "private",
9477
+ "default": "void 0",
9478
+ "inheritedFrom": {
9479
+ "name": "FoundationElement",
9480
+ "module": "src/foundation-element/foundation-element.ts"
9481
+ }
9482
+ },
9483
+ {
9484
+ "kind": "field",
9485
+ "name": "$presentation",
9486
+ "type": {
9487
+ "text": "ComponentPresentation | null"
9488
+ },
9489
+ "privacy": "public",
9490
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
9491
+ "inheritedFrom": {
9492
+ "name": "FoundationElement",
9493
+ "module": "src/foundation-element/foundation-element.ts"
9494
+ }
9495
+ },
9496
+ {
9497
+ "kind": "field",
9498
+ "name": "template",
9499
+ "type": {
9500
+ "text": "ElementViewTemplate | void | null"
9501
+ },
9502
+ "privacy": "public",
9503
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
9504
+ "inheritedFrom": {
9505
+ "name": "FoundationElement",
9506
+ "module": "src/foundation-element/foundation-element.ts"
9507
+ }
9508
+ },
9509
+ {
9510
+ "kind": "method",
9511
+ "name": "templateChanged",
9512
+ "privacy": "protected",
9513
+ "return": {
9514
+ "type": {
9515
+ "text": "void"
9516
+ }
9517
+ },
9518
+ "inheritedFrom": {
9519
+ "name": "FoundationElement",
9520
+ "module": "src/foundation-element/foundation-element.ts"
9521
+ }
9522
+ },
9523
+ {
9524
+ "kind": "field",
9525
+ "name": "styles",
9526
+ "type": {
9527
+ "text": "ElementStyles | void | null"
9528
+ },
9529
+ "privacy": "public",
9530
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
9531
+ "inheritedFrom": {
9532
+ "name": "FoundationElement",
9533
+ "module": "src/foundation-element/foundation-element.ts"
9534
+ }
9535
+ },
9536
+ {
9537
+ "kind": "method",
9538
+ "name": "stylesChanged",
9539
+ "privacy": "protected",
9540
+ "return": {
9541
+ "type": {
9542
+ "text": "void"
9543
+ }
9544
+ },
9545
+ "inheritedFrom": {
9546
+ "name": "FoundationElement",
9547
+ "module": "src/foundation-element/foundation-element.ts"
9548
+ }
9549
+ },
9550
+ {
9551
+ "kind": "method",
9552
+ "name": "compose",
9553
+ "privacy": "public",
9554
+ "static": true,
9555
+ "return": {
9556
+ "type": {
9557
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
9558
+ }
9559
+ },
9560
+ "parameters": [
9561
+ {
9562
+ "name": "this",
9563
+ "type": {
9564
+ "text": "K"
9565
+ }
9566
+ },
9567
+ {
9568
+ "name": "elementDefinition",
9569
+ "type": {
9570
+ "text": "T"
9571
+ },
9572
+ "description": "The definition of the element to create the registry\nfunction for."
9573
+ }
9574
+ ],
9575
+ "description": "Defines an element registry function with a set of element definition defaults.",
9576
+ "inheritedFrom": {
9577
+ "name": "FoundationElement",
9578
+ "module": "src/foundation-element/foundation-element.ts"
9579
+ }
9580
+ }
9581
+ ],
9582
+ "attributes": [
9583
+ {
9584
+ "name": "show-label",
9585
+ "type": {
9586
+ "text": "boolean"
9587
+ },
9588
+ "default": "false",
9589
+ "fieldName": "showLabel"
9590
+ }
9591
+ ],
9592
+ "superclass": {
9593
+ "name": "FoundationElement",
9594
+ "package": "@microsoft/fast-foundation"
9595
+ },
9596
+ "tagName": "%%prefix%%-connection-indicator",
9597
+ "customElement": true
9598
+ },
9599
+ {
9600
+ "kind": "variable",
9601
+ "name": "foundationConnectionIndicator",
9602
+ "description": "The Connection Indicator",
9603
+ "privacy": "public"
9604
+ }
9605
+ ],
9606
+ "exports": [
9607
+ {
9608
+ "kind": "js",
9609
+ "name": "ConnectionIndicator",
9610
+ "declaration": {
9611
+ "name": "ConnectionIndicator",
9612
+ "module": "src/connection-indicator/connection-indicator.ts"
9613
+ }
9614
+ },
9615
+ {
9616
+ "kind": "js",
9617
+ "name": "foundationConnectionIndicator",
9618
+ "declaration": {
9619
+ "name": "foundationConnectionIndicator",
9620
+ "module": "src/connection-indicator/connection-indicator.ts"
9621
+ }
9622
+ }
9623
+ ]
9624
+ },
9625
+ {
9626
+ "kind": "javascript-module",
9627
+ "path": "src/connection-indicator/index.ts",
9628
+ "declarations": [],
9629
+ "exports": [
9630
+ {
9631
+ "kind": "js",
9632
+ "name": "*",
9633
+ "declaration": {
9634
+ "name": "*",
9635
+ "package": "./connection-indicator"
9636
+ }
9637
+ },
9638
+ {
9639
+ "kind": "js",
9640
+ "name": "*",
9641
+ "declaration": {
9642
+ "name": "*",
9643
+ "package": "./connection-indicator.styles"
9644
+ }
9645
+ },
9646
+ {
9647
+ "kind": "js",
9648
+ "name": "*",
9649
+ "declaration": {
9650
+ "name": "*",
9651
+ "package": "./connection-indicator.template"
9652
+ }
9653
+ }
9654
+ ]
9655
+ },
9335
9656
  {
9336
9657
  "kind": "javascript-module",
9337
9658
  "path": "src/data-grid/data-grid.styles.ts",
@@ -10154,327 +10475,6 @@
10154
10475
  }
10155
10476
  ]
10156
10477
  },
10157
- {
10158
- "kind": "javascript-module",
10159
- "path": "src/connection-indicator/connection-indicator.styles.ts",
10160
- "declarations": [
10161
- {
10162
- "kind": "function",
10163
- "name": "foundationConnectionIndicatorStyles",
10164
- "return": {
10165
- "type": {
10166
- "text": "ElementStyles"
10167
- }
10168
- },
10169
- "parameters": [
10170
- {
10171
- "name": "context",
10172
- "type": {
10173
- "text": "ElementDefinitionContext"
10174
- }
10175
- },
10176
- {
10177
- "name": "definition",
10178
- "type": {
10179
- "text": "FoundationElementDefinition"
10180
- }
10181
- }
10182
- ]
10183
- }
10184
- ],
10185
- "exports": [
10186
- {
10187
- "kind": "js",
10188
- "name": "foundationConnectionIndicatorStyles",
10189
- "declaration": {
10190
- "name": "foundationConnectionIndicatorStyles",
10191
- "module": "src/connection-indicator/connection-indicator.styles.ts"
10192
- }
10193
- }
10194
- ]
10195
- },
10196
- {
10197
- "kind": "javascript-module",
10198
- "path": "src/connection-indicator/connection-indicator.template.ts",
10199
- "declarations": [
10200
- {
10201
- "kind": "variable",
10202
- "name": "foundationConnectionIndicatorTemplate",
10203
- "type": {
10204
- "text": "ViewTemplate"
10205
- },
10206
- "default": "html<ConnectionIndicator>`\n <div class=${(x) => classNames(['light', true], [x.colour, true])}></div>\n ${when(\n (x) => x.showLabel,\n html<ConnectionIndicator>`\n <div class=\"label\">${(x) => x.label}</div>\n `,\n )}\n`"
10207
- }
10208
- ],
10209
- "exports": [
10210
- {
10211
- "kind": "js",
10212
- "name": "foundationConnectionIndicatorTemplate",
10213
- "declaration": {
10214
- "name": "foundationConnectionIndicatorTemplate",
10215
- "module": "src/connection-indicator/connection-indicator.template.ts"
10216
- }
10217
- }
10218
- ]
10219
- },
10220
- {
10221
- "kind": "javascript-module",
10222
- "path": "src/connection-indicator/connection-indicator.ts",
10223
- "declarations": [
10224
- {
10225
- "kind": "class",
10226
- "description": "",
10227
- "name": "ConnectionIndicator",
10228
- "members": [
10229
- {
10230
- "kind": "field",
10231
- "name": "connect",
10232
- "type": {
10233
- "text": "Connect"
10234
- }
10235
- },
10236
- {
10237
- "kind": "field",
10238
- "name": "session",
10239
- "type": {
10240
- "text": "Session"
10241
- }
10242
- },
10243
- {
10244
- "kind": "field",
10245
- "name": "showLabel",
10246
- "type": {
10247
- "text": "boolean"
10248
- },
10249
- "default": "false"
10250
- },
10251
- {
10252
- "kind": "field",
10253
- "name": "label",
10254
- "type": {
10255
- "text": "string"
10256
- },
10257
- "default": "'disconnected'"
10258
- },
10259
- {
10260
- "kind": "field",
10261
- "name": "colour",
10262
- "type": {
10263
- "text": "'red' | 'green'"
10264
- },
10265
- "default": "'red'"
10266
- },
10267
- {
10268
- "kind": "field",
10269
- "name": "subscription",
10270
- "type": {
10271
- "text": "Subscription"
10272
- },
10273
- "privacy": "private"
10274
- },
10275
- {
10276
- "kind": "method",
10277
- "name": "getLabel",
10278
- "return": {
10279
- "type": {
10280
- "text": "string"
10281
- }
10282
- },
10283
- "parameters": [
10284
- {
10285
- "name": "connected",
10286
- "type": {
10287
- "text": "boolean"
10288
- }
10289
- }
10290
- ]
10291
- },
10292
- {
10293
- "kind": "field",
10294
- "name": "_presentation",
10295
- "type": {
10296
- "text": "ComponentPresentation | null | undefined"
10297
- },
10298
- "privacy": "private",
10299
- "default": "void 0",
10300
- "inheritedFrom": {
10301
- "name": "FoundationElement",
10302
- "module": "src/foundation-element/foundation-element.ts"
10303
- }
10304
- },
10305
- {
10306
- "kind": "field",
10307
- "name": "$presentation",
10308
- "type": {
10309
- "text": "ComponentPresentation | null"
10310
- },
10311
- "privacy": "public",
10312
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
10313
- "inheritedFrom": {
10314
- "name": "FoundationElement",
10315
- "module": "src/foundation-element/foundation-element.ts"
10316
- }
10317
- },
10318
- {
10319
- "kind": "field",
10320
- "name": "template",
10321
- "type": {
10322
- "text": "ElementViewTemplate | void | null"
10323
- },
10324
- "privacy": "public",
10325
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
10326
- "inheritedFrom": {
10327
- "name": "FoundationElement",
10328
- "module": "src/foundation-element/foundation-element.ts"
10329
- }
10330
- },
10331
- {
10332
- "kind": "method",
10333
- "name": "templateChanged",
10334
- "privacy": "protected",
10335
- "return": {
10336
- "type": {
10337
- "text": "void"
10338
- }
10339
- },
10340
- "inheritedFrom": {
10341
- "name": "FoundationElement",
10342
- "module": "src/foundation-element/foundation-element.ts"
10343
- }
10344
- },
10345
- {
10346
- "kind": "field",
10347
- "name": "styles",
10348
- "type": {
10349
- "text": "ElementStyles | void | null"
10350
- },
10351
- "privacy": "public",
10352
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
10353
- "inheritedFrom": {
10354
- "name": "FoundationElement",
10355
- "module": "src/foundation-element/foundation-element.ts"
10356
- }
10357
- },
10358
- {
10359
- "kind": "method",
10360
- "name": "stylesChanged",
10361
- "privacy": "protected",
10362
- "return": {
10363
- "type": {
10364
- "text": "void"
10365
- }
10366
- },
10367
- "inheritedFrom": {
10368
- "name": "FoundationElement",
10369
- "module": "src/foundation-element/foundation-element.ts"
10370
- }
10371
- },
10372
- {
10373
- "kind": "method",
10374
- "name": "compose",
10375
- "privacy": "public",
10376
- "static": true,
10377
- "return": {
10378
- "type": {
10379
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
10380
- }
10381
- },
10382
- "parameters": [
10383
- {
10384
- "name": "this",
10385
- "type": {
10386
- "text": "K"
10387
- }
10388
- },
10389
- {
10390
- "name": "elementDefinition",
10391
- "type": {
10392
- "text": "T"
10393
- },
10394
- "description": "The definition of the element to create the registry\nfunction for."
10395
- }
10396
- ],
10397
- "description": "Defines an element registry function with a set of element definition defaults.",
10398
- "inheritedFrom": {
10399
- "name": "FoundationElement",
10400
- "module": "src/foundation-element/foundation-element.ts"
10401
- }
10402
- }
10403
- ],
10404
- "attributes": [
10405
- {
10406
- "name": "show-label",
10407
- "type": {
10408
- "text": "boolean"
10409
- },
10410
- "default": "false",
10411
- "fieldName": "showLabel"
10412
- }
10413
- ],
10414
- "superclass": {
10415
- "name": "FoundationElement",
10416
- "package": "@microsoft/fast-foundation"
10417
- },
10418
- "tagName": "%%prefix%%-connection-indicator",
10419
- "customElement": true
10420
- },
10421
- {
10422
- "kind": "variable",
10423
- "name": "foundationConnectionIndicator",
10424
- "description": "The Connection Indicator",
10425
- "privacy": "public"
10426
- }
10427
- ],
10428
- "exports": [
10429
- {
10430
- "kind": "js",
10431
- "name": "ConnectionIndicator",
10432
- "declaration": {
10433
- "name": "ConnectionIndicator",
10434
- "module": "src/connection-indicator/connection-indicator.ts"
10435
- }
10436
- },
10437
- {
10438
- "kind": "js",
10439
- "name": "foundationConnectionIndicator",
10440
- "declaration": {
10441
- "name": "foundationConnectionIndicator",
10442
- "module": "src/connection-indicator/connection-indicator.ts"
10443
- }
10444
- }
10445
- ]
10446
- },
10447
- {
10448
- "kind": "javascript-module",
10449
- "path": "src/connection-indicator/index.ts",
10450
- "declarations": [],
10451
- "exports": [
10452
- {
10453
- "kind": "js",
10454
- "name": "*",
10455
- "declaration": {
10456
- "name": "*",
10457
- "package": "./connection-indicator"
10458
- }
10459
- },
10460
- {
10461
- "kind": "js",
10462
- "name": "*",
10463
- "declaration": {
10464
- "name": "*",
10465
- "package": "./connection-indicator.styles"
10466
- }
10467
- },
10468
- {
10469
- "kind": "js",
10470
- "name": "*",
10471
- "declaration": {
10472
- "name": "*",
10473
- "package": "./connection-indicator.template"
10474
- }
10475
- }
10476
- ]
10477
- },
10478
10478
  {
10479
10479
  "kind": "javascript-module",
10480
10480
  "path": "src/data-grid-cell/data-grid-cell.styles.ts",
@@ -12451,330 +12451,6 @@
12451
12451
  }
12452
12452
  ]
12453
12453
  },
12454
- {
12455
- "kind": "javascript-module",
12456
- "path": "src/design-system-provider/design-system-provider.styles.ts",
12457
- "declarations": [
12458
- {
12459
- "kind": "function",
12460
- "name": "designSystemProviderStyles",
12461
- "parameters": [
12462
- {
12463
- "name": "context",
12464
- "type": {
12465
- "text": "ElementDefinitionContext"
12466
- }
12467
- }
12468
- ]
12469
- }
12470
- ],
12471
- "exports": [
12472
- {
12473
- "kind": "js",
12474
- "name": "designSystemProviderStyles",
12475
- "declaration": {
12476
- "name": "designSystemProviderStyles",
12477
- "module": "src/design-system-provider/design-system-provider.styles.ts"
12478
- }
12479
- }
12480
- ]
12481
- },
12482
- {
12483
- "kind": "javascript-module",
12484
- "path": "src/design-system-provider/design-system-provider.ts",
12485
- "declarations": [
12486
- {
12487
- "kind": "class",
12488
- "description": "The Foundation Design System Provider",
12489
- "name": "FoundationDesignSystemProvider",
12490
- "members": [
12491
- {
12492
- "kind": "field",
12493
- "name": "cardFillColor",
12494
- "type": {
12495
- "text": "Swatch"
12496
- },
12497
- "privacy": "public"
12498
- },
12499
- {
12500
- "kind": "field",
12501
- "name": "cardForegroundColor",
12502
- "type": {
12503
- "text": "Swatch"
12504
- },
12505
- "privacy": "public"
12506
- }
12507
- ],
12508
- "attributes": [
12509
- {
12510
- "name": "card-fill-color",
12511
- "type": {
12512
- "text": "Swatch"
12513
- },
12514
- "fieldName": "cardFillColor"
12515
- },
12516
- {
12517
- "name": "card-foreground-color",
12518
- "type": {
12519
- "text": "Swatch"
12520
- },
12521
- "fieldName": "cardForegroundColor"
12522
- }
12523
- ],
12524
- "superclass": {
12525
- "name": "FASTDesignSystemProvider",
12526
- "package": "@microsoft/fast-components"
12527
- },
12528
- "tagName": "%%prefix%%-design-system-provider",
12529
- "customElement": true
12530
- },
12531
- {
12532
- "kind": "variable",
12533
- "name": "foundationDesignSystemProvider",
12534
- "description": "The Foundation Design System Provider composed element",
12535
- "privacy": "public"
12536
- }
12537
- ],
12538
- "exports": [
12539
- {
12540
- "kind": "js",
12541
- "name": "FoundationDesignSystemProvider",
12542
- "declaration": {
12543
- "name": "FoundationDesignSystemProvider",
12544
- "module": "src/design-system-provider/design-system-provider.ts"
12545
- }
12546
- },
12547
- {
12548
- "kind": "js",
12549
- "name": "foundationDesignSystemProvider",
12550
- "declaration": {
12551
- "name": "foundationDesignSystemProvider",
12552
- "module": "src/design-system-provider/design-system-provider.ts"
12553
- }
12554
- }
12555
- ]
12556
- },
12557
- {
12558
- "kind": "javascript-module",
12559
- "path": "src/design-system-provider/design-system-provider.utils.ts",
12560
- "declarations": [
12561
- {
12562
- "kind": "function",
12563
- "name": "provideTokens",
12564
- "parameters": [
12565
- {
12566
- "name": "tokens"
12567
- },
12568
- {
12569
- "name": "values"
12570
- },
12571
- {
12572
- "name": "element",
12573
- "optional": true,
12574
- "type": {
12575
- "text": "HTMLElement"
12576
- }
12577
- }
12578
- ]
12579
- },
12580
- {
12581
- "kind": "function",
12582
- "name": "designToken",
12583
- "parameters": [
12584
- {
12585
- "name": "token",
12586
- "type": {
12587
- "text": "DesignToken<T>"
12588
- }
12589
- }
12590
- ]
12591
- },
12592
- {
12593
- "kind": "variable",
12594
- "name": "swatchConverter",
12595
- "type": {
12596
- "text": "ValueConverter"
12597
- },
12598
- "default": "{\n toView(value: any): string | null {\n if (value === null || value === undefined) {\n return null;\n }\n return (value as Swatch)?.toColorString();\n },\n\n fromView(value: any): any {\n if (value === null || value === undefined) {\n return null;\n }\n const color = parseColorHexRGB(value);\n return color ? SwatchRGB.create(color!.r, color!.g, color!.b) : null;\n },\n}"
12599
- },
12600
- {
12601
- "kind": "function",
12602
- "name": "paletteFromHex",
12603
- "parameters": [
12604
- {
12605
- "name": "hexColor",
12606
- "type": {
12607
- "text": "string"
12608
- }
12609
- }
12610
- ]
12611
- },
12612
- {
12613
- "kind": "function",
12614
- "name": "getDefaultConfig",
12615
- "parameters": [
12616
- {
12617
- "name": "definition",
12618
- "type": {
12619
- "text": "Partial<FoundationElementDefinition>"
12620
- }
12621
- },
12622
- {
12623
- "name": "exclusions",
12624
- "default": "defaultExclusions"
12625
- }
12626
- ]
12627
- },
12628
- {
12629
- "kind": "function",
12630
- "name": "getExports",
12631
- "parameters": [
12632
- {
12633
- "name": "registrationFunction"
12634
- }
12635
- ]
12636
- },
12637
- {
12638
- "kind": "function",
12639
- "name": "getTypeRampValue",
12640
- "parameters": [
12641
- {
12642
- "name": "baseTypeRamp",
12643
- "type": {
12644
- "text": "string"
12645
- }
12646
- },
12647
- {
12648
- "name": "value",
12649
- "type": {
12650
- "text": "number"
12651
- }
12652
- }
12653
- ]
12654
- },
12655
- {
12656
- "kind": "function",
12657
- "name": "configureDesignSystem",
12658
- "parameters": [
12659
- {
12660
- "name": "provider",
12661
- "type": {
12662
- "text": "HTMLElement"
12663
- }
12664
- },
12665
- {
12666
- "name": "config",
12667
- "type": {
12668
- "text": "DesignTokensConfig"
12669
- }
12670
- }
12671
- ]
12672
- }
12673
- ],
12674
- "exports": [
12675
- {
12676
- "kind": "js",
12677
- "name": "provideTokens",
12678
- "declaration": {
12679
- "name": "provideTokens",
12680
- "module": "src/design-system-provider/design-system-provider.utils.ts"
12681
- }
12682
- },
12683
- {
12684
- "kind": "js",
12685
- "name": "designToken",
12686
- "declaration": {
12687
- "name": "designToken",
12688
- "module": "src/design-system-provider/design-system-provider.utils.ts"
12689
- }
12690
- },
12691
- {
12692
- "kind": "js",
12693
- "name": "swatchConverter",
12694
- "declaration": {
12695
- "name": "swatchConverter",
12696
- "module": "src/design-system-provider/design-system-provider.utils.ts"
12697
- }
12698
- },
12699
- {
12700
- "kind": "js",
12701
- "name": "paletteFromHex",
12702
- "declaration": {
12703
- "name": "paletteFromHex",
12704
- "module": "src/design-system-provider/design-system-provider.utils.ts"
12705
- }
12706
- },
12707
- {
12708
- "kind": "js",
12709
- "name": "getDefaultConfig",
12710
- "declaration": {
12711
- "name": "getDefaultConfig",
12712
- "module": "src/design-system-provider/design-system-provider.utils.ts"
12713
- }
12714
- },
12715
- {
12716
- "kind": "js",
12717
- "name": "getExports",
12718
- "declaration": {
12719
- "name": "getExports",
12720
- "module": "src/design-system-provider/design-system-provider.utils.ts"
12721
- }
12722
- },
12723
- {
12724
- "kind": "js",
12725
- "name": "getTypeRampValue",
12726
- "declaration": {
12727
- "name": "getTypeRampValue",
12728
- "module": "src/design-system-provider/design-system-provider.utils.ts"
12729
- }
12730
- },
12731
- {
12732
- "kind": "js",
12733
- "name": "configureDesignSystem",
12734
- "declaration": {
12735
- "name": "configureDesignSystem",
12736
- "module": "src/design-system-provider/design-system-provider.utils.ts"
12737
- }
12738
- }
12739
- ]
12740
- },
12741
- {
12742
- "kind": "javascript-module",
12743
- "path": "src/design-system-provider/index.ts",
12744
- "declarations": [],
12745
- "exports": [
12746
- {
12747
- "kind": "js",
12748
- "name": "*",
12749
- "declaration": {
12750
- "name": "*",
12751
- "package": "./design-system-provider.utils"
12752
- }
12753
- },
12754
- {
12755
- "kind": "js",
12756
- "name": "*",
12757
- "declaration": {
12758
- "name": "*",
12759
- "package": "./design-system-provider"
12760
- }
12761
- },
12762
- {
12763
- "kind": "js",
12764
- "name": "*",
12765
- "declaration": {
12766
- "name": "*",
12767
- "package": "./types"
12768
- }
12769
- }
12770
- ]
12771
- },
12772
- {
12773
- "kind": "javascript-module",
12774
- "path": "src/design-system-provider/types.ts",
12775
- "declarations": [],
12776
- "exports": []
12777
- },
12778
12454
  {
12779
12455
  "kind": "javascript-module",
12780
12456
  "path": "src/date-picker/calendar.ts",
@@ -13721,6 +13397,330 @@
13721
13397
  }
13722
13398
  ]
13723
13399
  },
13400
+ {
13401
+ "kind": "javascript-module",
13402
+ "path": "src/design-system-provider/design-system-provider.styles.ts",
13403
+ "declarations": [
13404
+ {
13405
+ "kind": "function",
13406
+ "name": "designSystemProviderStyles",
13407
+ "parameters": [
13408
+ {
13409
+ "name": "context",
13410
+ "type": {
13411
+ "text": "ElementDefinitionContext"
13412
+ }
13413
+ }
13414
+ ]
13415
+ }
13416
+ ],
13417
+ "exports": [
13418
+ {
13419
+ "kind": "js",
13420
+ "name": "designSystemProviderStyles",
13421
+ "declaration": {
13422
+ "name": "designSystemProviderStyles",
13423
+ "module": "src/design-system-provider/design-system-provider.styles.ts"
13424
+ }
13425
+ }
13426
+ ]
13427
+ },
13428
+ {
13429
+ "kind": "javascript-module",
13430
+ "path": "src/design-system-provider/design-system-provider.ts",
13431
+ "declarations": [
13432
+ {
13433
+ "kind": "class",
13434
+ "description": "The Foundation Design System Provider",
13435
+ "name": "FoundationDesignSystemProvider",
13436
+ "members": [
13437
+ {
13438
+ "kind": "field",
13439
+ "name": "cardFillColor",
13440
+ "type": {
13441
+ "text": "Swatch"
13442
+ },
13443
+ "privacy": "public"
13444
+ },
13445
+ {
13446
+ "kind": "field",
13447
+ "name": "cardForegroundColor",
13448
+ "type": {
13449
+ "text": "Swatch"
13450
+ },
13451
+ "privacy": "public"
13452
+ }
13453
+ ],
13454
+ "attributes": [
13455
+ {
13456
+ "name": "card-fill-color",
13457
+ "type": {
13458
+ "text": "Swatch"
13459
+ },
13460
+ "fieldName": "cardFillColor"
13461
+ },
13462
+ {
13463
+ "name": "card-foreground-color",
13464
+ "type": {
13465
+ "text": "Swatch"
13466
+ },
13467
+ "fieldName": "cardForegroundColor"
13468
+ }
13469
+ ],
13470
+ "superclass": {
13471
+ "name": "FASTDesignSystemProvider",
13472
+ "package": "@microsoft/fast-components"
13473
+ },
13474
+ "tagName": "%%prefix%%-design-system-provider",
13475
+ "customElement": true
13476
+ },
13477
+ {
13478
+ "kind": "variable",
13479
+ "name": "foundationDesignSystemProvider",
13480
+ "description": "The Foundation Design System Provider composed element",
13481
+ "privacy": "public"
13482
+ }
13483
+ ],
13484
+ "exports": [
13485
+ {
13486
+ "kind": "js",
13487
+ "name": "FoundationDesignSystemProvider",
13488
+ "declaration": {
13489
+ "name": "FoundationDesignSystemProvider",
13490
+ "module": "src/design-system-provider/design-system-provider.ts"
13491
+ }
13492
+ },
13493
+ {
13494
+ "kind": "js",
13495
+ "name": "foundationDesignSystemProvider",
13496
+ "declaration": {
13497
+ "name": "foundationDesignSystemProvider",
13498
+ "module": "src/design-system-provider/design-system-provider.ts"
13499
+ }
13500
+ }
13501
+ ]
13502
+ },
13503
+ {
13504
+ "kind": "javascript-module",
13505
+ "path": "src/design-system-provider/design-system-provider.utils.ts",
13506
+ "declarations": [
13507
+ {
13508
+ "kind": "function",
13509
+ "name": "provideTokens",
13510
+ "parameters": [
13511
+ {
13512
+ "name": "tokens"
13513
+ },
13514
+ {
13515
+ "name": "values"
13516
+ },
13517
+ {
13518
+ "name": "element",
13519
+ "optional": true,
13520
+ "type": {
13521
+ "text": "HTMLElement"
13522
+ }
13523
+ }
13524
+ ]
13525
+ },
13526
+ {
13527
+ "kind": "function",
13528
+ "name": "designToken",
13529
+ "parameters": [
13530
+ {
13531
+ "name": "token",
13532
+ "type": {
13533
+ "text": "DesignToken<T>"
13534
+ }
13535
+ }
13536
+ ]
13537
+ },
13538
+ {
13539
+ "kind": "variable",
13540
+ "name": "swatchConverter",
13541
+ "type": {
13542
+ "text": "ValueConverter"
13543
+ },
13544
+ "default": "{\n toView(value: any): string | null {\n if (value === null || value === undefined) {\n return null;\n }\n return (value as Swatch)?.toColorString();\n },\n\n fromView(value: any): any {\n if (value === null || value === undefined) {\n return null;\n }\n const color = parseColorHexRGB(value);\n return color ? SwatchRGB.create(color!.r, color!.g, color!.b) : null;\n },\n}"
13545
+ },
13546
+ {
13547
+ "kind": "function",
13548
+ "name": "paletteFromHex",
13549
+ "parameters": [
13550
+ {
13551
+ "name": "hexColor",
13552
+ "type": {
13553
+ "text": "string"
13554
+ }
13555
+ }
13556
+ ]
13557
+ },
13558
+ {
13559
+ "kind": "function",
13560
+ "name": "getDefaultConfig",
13561
+ "parameters": [
13562
+ {
13563
+ "name": "definition",
13564
+ "type": {
13565
+ "text": "Partial<FoundationElementDefinition>"
13566
+ }
13567
+ },
13568
+ {
13569
+ "name": "exclusions",
13570
+ "default": "defaultExclusions"
13571
+ }
13572
+ ]
13573
+ },
13574
+ {
13575
+ "kind": "function",
13576
+ "name": "getExports",
13577
+ "parameters": [
13578
+ {
13579
+ "name": "registrationFunction"
13580
+ }
13581
+ ]
13582
+ },
13583
+ {
13584
+ "kind": "function",
13585
+ "name": "getTypeRampValue",
13586
+ "parameters": [
13587
+ {
13588
+ "name": "baseTypeRamp",
13589
+ "type": {
13590
+ "text": "string"
13591
+ }
13592
+ },
13593
+ {
13594
+ "name": "value",
13595
+ "type": {
13596
+ "text": "number"
13597
+ }
13598
+ }
13599
+ ]
13600
+ },
13601
+ {
13602
+ "kind": "function",
13603
+ "name": "configureDesignSystem",
13604
+ "parameters": [
13605
+ {
13606
+ "name": "provider",
13607
+ "type": {
13608
+ "text": "HTMLElement"
13609
+ }
13610
+ },
13611
+ {
13612
+ "name": "config",
13613
+ "type": {
13614
+ "text": "DesignTokensConfig"
13615
+ }
13616
+ }
13617
+ ]
13618
+ }
13619
+ ],
13620
+ "exports": [
13621
+ {
13622
+ "kind": "js",
13623
+ "name": "provideTokens",
13624
+ "declaration": {
13625
+ "name": "provideTokens",
13626
+ "module": "src/design-system-provider/design-system-provider.utils.ts"
13627
+ }
13628
+ },
13629
+ {
13630
+ "kind": "js",
13631
+ "name": "designToken",
13632
+ "declaration": {
13633
+ "name": "designToken",
13634
+ "module": "src/design-system-provider/design-system-provider.utils.ts"
13635
+ }
13636
+ },
13637
+ {
13638
+ "kind": "js",
13639
+ "name": "swatchConverter",
13640
+ "declaration": {
13641
+ "name": "swatchConverter",
13642
+ "module": "src/design-system-provider/design-system-provider.utils.ts"
13643
+ }
13644
+ },
13645
+ {
13646
+ "kind": "js",
13647
+ "name": "paletteFromHex",
13648
+ "declaration": {
13649
+ "name": "paletteFromHex",
13650
+ "module": "src/design-system-provider/design-system-provider.utils.ts"
13651
+ }
13652
+ },
13653
+ {
13654
+ "kind": "js",
13655
+ "name": "getDefaultConfig",
13656
+ "declaration": {
13657
+ "name": "getDefaultConfig",
13658
+ "module": "src/design-system-provider/design-system-provider.utils.ts"
13659
+ }
13660
+ },
13661
+ {
13662
+ "kind": "js",
13663
+ "name": "getExports",
13664
+ "declaration": {
13665
+ "name": "getExports",
13666
+ "module": "src/design-system-provider/design-system-provider.utils.ts"
13667
+ }
13668
+ },
13669
+ {
13670
+ "kind": "js",
13671
+ "name": "getTypeRampValue",
13672
+ "declaration": {
13673
+ "name": "getTypeRampValue",
13674
+ "module": "src/design-system-provider/design-system-provider.utils.ts"
13675
+ }
13676
+ },
13677
+ {
13678
+ "kind": "js",
13679
+ "name": "configureDesignSystem",
13680
+ "declaration": {
13681
+ "name": "configureDesignSystem",
13682
+ "module": "src/design-system-provider/design-system-provider.utils.ts"
13683
+ }
13684
+ }
13685
+ ]
13686
+ },
13687
+ {
13688
+ "kind": "javascript-module",
13689
+ "path": "src/design-system-provider/index.ts",
13690
+ "declarations": [],
13691
+ "exports": [
13692
+ {
13693
+ "kind": "js",
13694
+ "name": "*",
13695
+ "declaration": {
13696
+ "name": "*",
13697
+ "package": "./design-system-provider.utils"
13698
+ }
13699
+ },
13700
+ {
13701
+ "kind": "js",
13702
+ "name": "*",
13703
+ "declaration": {
13704
+ "name": "*",
13705
+ "package": "./design-system-provider"
13706
+ }
13707
+ },
13708
+ {
13709
+ "kind": "js",
13710
+ "name": "*",
13711
+ "declaration": {
13712
+ "name": "*",
13713
+ "package": "./types"
13714
+ }
13715
+ }
13716
+ ]
13717
+ },
13718
+ {
13719
+ "kind": "javascript-module",
13720
+ "path": "src/design-system-provider/types.ts",
13721
+ "declarations": [],
13722
+ "exports": []
13723
+ },
13724
13724
  {
13725
13725
  "kind": "javascript-module",
13726
13726
  "path": "src/dialog/dialog.styles.ts",
@@ -17501,83 +17501,231 @@
17501
17501
  },
17502
17502
  {
17503
17503
  "kind": "javascript-module",
17504
- "path": "src/flex-layout/flex-layout.styles.ts",
17504
+ "path": "src/filter-bar/filter-bar.styles.ts",
17505
17505
  "declarations": [
17506
17506
  {
17507
- "kind": "variable",
17508
- "name": "foundationFlexLayoutStyles",
17509
- "type": {
17510
- "text": "ElementStyles"
17507
+ "kind": "function",
17508
+ "name": "foundationFilterBarStyles",
17509
+ "return": {
17510
+ "type": {
17511
+ "text": "ElementStyles"
17512
+ }
17511
17513
  },
17512
- "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`"
17514
+ "parameters": [
17515
+ {
17516
+ "name": "context",
17517
+ "type": {
17518
+ "text": "ElementDefinitionContext"
17519
+ }
17520
+ },
17521
+ {
17522
+ "name": "definition",
17523
+ "type": {
17524
+ "text": "FoundationElementDefinition"
17525
+ }
17526
+ }
17527
+ ]
17513
17528
  }
17514
17529
  ],
17515
17530
  "exports": [
17516
17531
  {
17517
17532
  "kind": "js",
17518
- "name": "foundationFlexLayoutStyles",
17533
+ "name": "foundationFilterBarStyles",
17519
17534
  "declaration": {
17520
- "name": "foundationFlexLayoutStyles",
17521
- "module": "src/flex-layout/flex-layout.styles.ts"
17535
+ "name": "foundationFilterBarStyles",
17536
+ "module": "src/filter-bar/filter-bar.styles.ts"
17522
17537
  }
17523
17538
  }
17524
17539
  ]
17525
17540
  },
17526
17541
  {
17527
17542
  "kind": "javascript-module",
17528
- "path": "src/flex-layout/flex-layout.template.ts",
17543
+ "path": "src/filter-bar/filter-bar.template.ts",
17529
17544
  "declarations": [
17545
+ {
17546
+ "kind": "function",
17547
+ "name": "filterBarTemplate",
17548
+ "parameters": [
17549
+ {
17550
+ "name": "prefix",
17551
+ "type": {
17552
+ "text": "string"
17553
+ }
17554
+ }
17555
+ ]
17556
+ },
17530
17557
  {
17531
17558
  "kind": "variable",
17532
- "name": "foundationFlexLayoutTemplate",
17559
+ "name": "foundationFilterBarTemplate",
17533
17560
  "type": {
17534
- "text": "ViewTemplate<FlexLayout>"
17561
+ "text": "ViewTemplate<FilterBar>"
17535
17562
  },
17536
- "default": "html`\n <template>\n <slot></slot>\n </template>\n`"
17563
+ "default": "html`\n ${(x) => (x.ready ? filterBarTemplate(getPrefix(x)) : loadingTemplate)}\n`"
17537
17564
  }
17538
17565
  ],
17539
17566
  "exports": [
17540
17567
  {
17541
17568
  "kind": "js",
17542
- "name": "foundationFlexLayoutTemplate",
17569
+ "name": "filterBarTemplate",
17543
17570
  "declaration": {
17544
- "name": "foundationFlexLayoutTemplate",
17545
- "module": "src/flex-layout/flex-layout.template.ts"
17571
+ "name": "filterBarTemplate",
17572
+ "module": "src/filter-bar/filter-bar.template.ts"
17573
+ }
17574
+ },
17575
+ {
17576
+ "kind": "js",
17577
+ "name": "foundationFilterBarTemplate",
17578
+ "declaration": {
17579
+ "name": "foundationFilterBarTemplate",
17580
+ "module": "src/filter-bar/filter-bar.template.ts"
17546
17581
  }
17547
17582
  }
17548
17583
  ]
17549
17584
  },
17550
17585
  {
17551
17586
  "kind": "javascript-module",
17552
- "path": "src/flex-layout/flex-layout.ts",
17587
+ "path": "src/filter-bar/filter-bar.ts",
17553
17588
  "declarations": [
17554
17589
  {
17555
17590
  "kind": "variable",
17556
- "name": "foundationFlexLayoutShadowOptions",
17557
- "type": {
17558
- "text": "ShadowRootInit"
17559
- },
17560
- "default": "undefined"
17561
- },
17562
- {
17563
- "kind": "variable",
17564
- "name": "defaultFlexLayoutConfig",
17591
+ "name": "DEFUALT_FILTER_BAR_COLUMNS",
17565
17592
  "type": {
17566
- "text": "object"
17593
+ "text": "number"
17567
17594
  },
17568
- "default": "{}"
17595
+ "default": "5"
17569
17596
  },
17570
17597
  {
17571
17598
  "kind": "class",
17572
17599
  "description": "",
17573
- "name": "FlexLayout",
17574
- "superclass": {
17575
- "name": "FoundationElement",
17576
- "package": "@microsoft/fast-foundation"
17577
- },
17578
- "tagName": "%%prefix%%-flex-layout",
17579
- "customElement": true,
17600
+ "name": "FilterBar",
17580
17601
  "members": [
17602
+ {
17603
+ "kind": "field",
17604
+ "name": "resource",
17605
+ "type": {
17606
+ "text": "string"
17607
+ }
17608
+ },
17609
+ {
17610
+ "kind": "field",
17611
+ "name": "only",
17612
+ "type": {
17613
+ "text": "string"
17614
+ },
17615
+ "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."
17616
+ },
17617
+ {
17618
+ "kind": "field",
17619
+ "name": "labels",
17620
+ "type": {
17621
+ "text": "string"
17622
+ },
17623
+ "description": "Labels for the specified fields, to be used alongside \"only\" prop."
17624
+ },
17625
+ {
17626
+ "kind": "field",
17627
+ "name": "target",
17628
+ "type": {
17629
+ "text": "string"
17630
+ },
17631
+ "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."
17632
+ },
17633
+ {
17634
+ "kind": "field",
17635
+ "name": "columns",
17636
+ "type": {
17637
+ "text": "number"
17638
+ },
17639
+ "default": "5"
17640
+ },
17641
+ {
17642
+ "kind": "field",
17643
+ "name": "ready",
17644
+ "type": {
17645
+ "text": "boolean"
17646
+ },
17647
+ "default": "false"
17648
+ },
17649
+ {
17650
+ "kind": "field",
17651
+ "name": "fields",
17652
+ "type": {
17653
+ "text": "MetadataDetail[]"
17654
+ }
17655
+ },
17656
+ {
17657
+ "kind": "field",
17658
+ "name": "connect",
17659
+ "type": {
17660
+ "text": "Connect"
17661
+ }
17662
+ },
17663
+ {
17664
+ "kind": "field",
17665
+ "name": "filterGrid",
17666
+ "type": {
17667
+ "text": "HTMLDivElement"
17668
+ },
17669
+ "privacy": "public"
17670
+ },
17671
+ {
17672
+ "kind": "field",
17673
+ "name": "collapsed",
17674
+ "type": {
17675
+ "text": "boolean"
17676
+ },
17677
+ "default": "true"
17678
+ },
17679
+ {
17680
+ "kind": "method",
17681
+ "name": "initLabels",
17682
+ "privacy": "private"
17683
+ },
17684
+ {
17685
+ "kind": "method",
17686
+ "name": "camelCasePreserveWhitespace",
17687
+ "privacy": "private",
17688
+ "parameters": [
17689
+ {
17690
+ "name": "input",
17691
+ "type": {
17692
+ "text": "string"
17693
+ }
17694
+ }
17695
+ ]
17696
+ },
17697
+ {
17698
+ "kind": "method",
17699
+ "name": "resourceChanged",
17700
+ "parameters": [
17701
+ {
17702
+ "name": "oldResource",
17703
+ "type": {
17704
+ "text": "string"
17705
+ }
17706
+ },
17707
+ {
17708
+ "name": "newResource",
17709
+ "type": {
17710
+ "text": "string"
17711
+ }
17712
+ }
17713
+ ]
17714
+ },
17715
+ {
17716
+ "kind": "method",
17717
+ "name": "init",
17718
+ "privacy": "private"
17719
+ },
17720
+ {
17721
+ "kind": "method",
17722
+ "name": "adjustColumnStyles",
17723
+ "privacy": "private"
17724
+ },
17725
+ {
17726
+ "kind": "method",
17727
+ "name": "toggle"
17728
+ },
17581
17729
  {
17582
17730
  "kind": "field",
17583
17731
  "name": "_presentation",
@@ -17689,59 +17837,123 @@
17689
17837
  "module": "src/foundation-element/foundation-element.ts"
17690
17838
  }
17691
17839
  }
17692
- ]
17840
+ ],
17841
+ "attributes": [
17842
+ {
17843
+ "name": "resource",
17844
+ "type": {
17845
+ "text": "string"
17846
+ },
17847
+ "fieldName": "resource"
17848
+ },
17849
+ {
17850
+ "name": "only",
17851
+ "type": {
17852
+ "text": "string"
17853
+ },
17854
+ "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.",
17855
+ "fieldName": "only"
17856
+ },
17857
+ {
17858
+ "name": "labels",
17859
+ "type": {
17860
+ "text": "string"
17861
+ },
17862
+ "description": "Labels for the specified fields, to be used alongside \"only\" prop.",
17863
+ "fieldName": "labels"
17864
+ },
17865
+ {
17866
+ "name": "target",
17867
+ "type": {
17868
+ "text": "string"
17869
+ },
17870
+ "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.",
17871
+ "fieldName": "target"
17872
+ },
17873
+ {
17874
+ "name": "columns",
17875
+ "type": {
17876
+ "text": "number"
17877
+ },
17878
+ "default": "DEFUALT_FILTER_BAR_COLUMNS",
17879
+ "resolveInitializer": {
17880
+ "module": "src/filter-bar/filter-bar.ts"
17881
+ },
17882
+ "fieldName": "columns"
17883
+ }
17884
+ ],
17885
+ "superclass": {
17886
+ "name": "FoundationElement",
17887
+ "package": "@microsoft/fast-foundation"
17888
+ },
17889
+ "tagName": "%%prefix%%-filter-bar",
17890
+ "customElement": true
17693
17891
  },
17694
17892
  {
17695
17893
  "kind": "variable",
17696
- "name": "foundationFlexLayout",
17697
- "description": "The Foundation Flex Layout",
17894
+ "name": "foundationFilterBar",
17895
+ "description": "The Foundation Filter",
17698
17896
  "privacy": "public"
17699
17897
  }
17700
17898
  ],
17701
17899
  "exports": [
17702
17900
  {
17703
17901
  "kind": "js",
17704
- "name": "foundationFlexLayoutShadowOptions",
17902
+ "name": "DEFUALT_FILTER_BAR_COLUMNS",
17705
17903
  "declaration": {
17706
- "name": "foundationFlexLayoutShadowOptions",
17707
- "module": "src/flex-layout/flex-layout.ts"
17904
+ "name": "DEFUALT_FILTER_BAR_COLUMNS",
17905
+ "module": "src/filter-bar/filter-bar.ts"
17708
17906
  }
17709
17907
  },
17710
17908
  {
17711
17909
  "kind": "js",
17712
- "name": "defaultFlexLayoutConfig",
17910
+ "name": "FilterBar",
17713
17911
  "declaration": {
17714
- "name": "defaultFlexLayoutConfig",
17715
- "module": "src/flex-layout/flex-layout.ts"
17912
+ "name": "FilterBar",
17913
+ "module": "src/filter-bar/filter-bar.ts"
17716
17914
  }
17717
17915
  },
17718
17916
  {
17719
17917
  "kind": "js",
17720
- "name": "FlexLayout",
17918
+ "name": "foundationFilterBar",
17721
17919
  "declaration": {
17722
- "name": "FlexLayout",
17723
- "module": "src/flex-layout/flex-layout.ts"
17920
+ "name": "foundationFilterBar",
17921
+ "module": "src/filter-bar/filter-bar.ts"
17724
17922
  }
17725
- },
17923
+ }
17924
+ ]
17925
+ },
17926
+ {
17927
+ "kind": "javascript-module",
17928
+ "path": "src/filter-bar/filter-bar.utils.ts",
17929
+ "declarations": [
17930
+ {
17931
+ "kind": "function",
17932
+ "name": "mapType",
17933
+ "parameters": [
17934
+ {
17935
+ "name": "TYPE",
17936
+ "type": {
17937
+ "text": "string"
17938
+ }
17939
+ }
17940
+ ]
17941
+ }
17942
+ ],
17943
+ "exports": [
17726
17944
  {
17727
17945
  "kind": "js",
17728
- "name": "foundationFlexLayout",
17946
+ "name": "mapType",
17729
17947
  "declaration": {
17730
- "name": "foundationFlexLayout",
17731
- "module": "src/flex-layout/flex-layout.ts"
17948
+ "name": "mapType",
17949
+ "module": "src/filter-bar/filter-bar.utils.ts"
17732
17950
  }
17733
17951
  }
17734
17952
  ]
17735
17953
  },
17736
17954
  {
17737
17955
  "kind": "javascript-module",
17738
- "path": "src/flex-layout/flex-layout.types.ts",
17739
- "declarations": [],
17740
- "exports": []
17741
- },
17742
- {
17743
- "kind": "javascript-module",
17744
- "path": "src/flex-layout/index.ts",
17956
+ "path": "src/filter-bar/index.ts",
17745
17957
  "declarations": [],
17746
17958
  "exports": [
17747
17959
  {
@@ -17749,7 +17961,7 @@
17749
17961
  "name": "*",
17750
17962
  "declaration": {
17751
17963
  "name": "*",
17752
- "package": "./flex-layout.template"
17964
+ "package": "./filter-bar.styles"
17753
17965
  }
17754
17966
  },
17755
17967
  {
@@ -17757,7 +17969,7 @@
17757
17969
  "name": "*",
17758
17970
  "declaration": {
17759
17971
  "name": "*",
17760
- "package": "./flex-layout.styles"
17972
+ "package": "./filter-bar.template"
17761
17973
  }
17762
17974
  },
17763
17975
  {
@@ -17765,7 +17977,7 @@
17765
17977
  "name": "*",
17766
17978
  "declaration": {
17767
17979
  "name": "*",
17768
- "package": "./flex-layout"
17980
+ "package": "./filter-bar.utils"
17769
17981
  }
17770
17982
  },
17771
17983
  {
@@ -17773,238 +17985,90 @@
17773
17985
  "name": "*",
17774
17986
  "declaration": {
17775
17987
  "name": "*",
17776
- "package": "./flex-layout.types"
17988
+ "package": "./filter-bar"
17777
17989
  }
17778
17990
  }
17779
17991
  ]
17780
17992
  },
17781
17993
  {
17782
17994
  "kind": "javascript-module",
17783
- "path": "src/filter-bar/filter-bar.styles.ts",
17995
+ "path": "src/flex-layout/flex-layout.styles.ts",
17784
17996
  "declarations": [
17785
17997
  {
17786
- "kind": "function",
17787
- "name": "foundationFilterBarStyles",
17788
- "return": {
17789
- "type": {
17790
- "text": "ElementStyles"
17791
- }
17998
+ "kind": "variable",
17999
+ "name": "foundationFlexLayoutStyles",
18000
+ "type": {
18001
+ "text": "ElementStyles"
17792
18002
  },
17793
- "parameters": [
17794
- {
17795
- "name": "context",
17796
- "type": {
17797
- "text": "ElementDefinitionContext"
17798
- }
17799
- },
17800
- {
17801
- "name": "definition",
17802
- "type": {
17803
- "text": "FoundationElementDefinition"
17804
- }
17805
- }
17806
- ]
18003
+ "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`"
17807
18004
  }
17808
18005
  ],
17809
18006
  "exports": [
17810
18007
  {
17811
18008
  "kind": "js",
17812
- "name": "foundationFilterBarStyles",
18009
+ "name": "foundationFlexLayoutStyles",
17813
18010
  "declaration": {
17814
- "name": "foundationFilterBarStyles",
17815
- "module": "src/filter-bar/filter-bar.styles.ts"
18011
+ "name": "foundationFlexLayoutStyles",
18012
+ "module": "src/flex-layout/flex-layout.styles.ts"
17816
18013
  }
17817
18014
  }
17818
18015
  ]
17819
18016
  },
17820
18017
  {
17821
18018
  "kind": "javascript-module",
17822
- "path": "src/filter-bar/filter-bar.template.ts",
18019
+ "path": "src/flex-layout/flex-layout.template.ts",
17823
18020
  "declarations": [
17824
- {
17825
- "kind": "function",
17826
- "name": "filterBarTemplate",
17827
- "parameters": [
17828
- {
17829
- "name": "prefix",
17830
- "type": {
17831
- "text": "string"
17832
- }
17833
- }
17834
- ]
17835
- },
17836
18021
  {
17837
18022
  "kind": "variable",
17838
- "name": "foundationFilterBarTemplate",
18023
+ "name": "foundationFlexLayoutTemplate",
17839
18024
  "type": {
17840
- "text": "ViewTemplate<FilterBar>"
18025
+ "text": "ViewTemplate<FlexLayout>"
17841
18026
  },
17842
- "default": "html`\n ${(x) => (x.ready ? filterBarTemplate(getPrefix(x)) : loadingTemplate)}\n`"
18027
+ "default": "html`\n <template>\n <slot></slot>\n </template>\n`"
17843
18028
  }
17844
18029
  ],
17845
18030
  "exports": [
17846
18031
  {
17847
18032
  "kind": "js",
17848
- "name": "filterBarTemplate",
17849
- "declaration": {
17850
- "name": "filterBarTemplate",
17851
- "module": "src/filter-bar/filter-bar.template.ts"
17852
- }
17853
- },
17854
- {
17855
- "kind": "js",
17856
- "name": "foundationFilterBarTemplate",
18033
+ "name": "foundationFlexLayoutTemplate",
17857
18034
  "declaration": {
17858
- "name": "foundationFilterBarTemplate",
17859
- "module": "src/filter-bar/filter-bar.template.ts"
18035
+ "name": "foundationFlexLayoutTemplate",
18036
+ "module": "src/flex-layout/flex-layout.template.ts"
17860
18037
  }
17861
18038
  }
17862
18039
  ]
17863
18040
  },
17864
18041
  {
17865
18042
  "kind": "javascript-module",
17866
- "path": "src/filter-bar/filter-bar.ts",
18043
+ "path": "src/flex-layout/flex-layout.ts",
17867
18044
  "declarations": [
17868
18045
  {
17869
18046
  "kind": "variable",
17870
- "name": "DEFUALT_FILTER_BAR_COLUMNS",
18047
+ "name": "foundationFlexLayoutShadowOptions",
17871
18048
  "type": {
17872
- "text": "number"
18049
+ "text": "ShadowRootInit"
17873
18050
  },
17874
- "default": "5"
18051
+ "default": "undefined"
18052
+ },
18053
+ {
18054
+ "kind": "variable",
18055
+ "name": "defaultFlexLayoutConfig",
18056
+ "type": {
18057
+ "text": "object"
18058
+ },
18059
+ "default": "{}"
17875
18060
  },
17876
18061
  {
17877
18062
  "kind": "class",
17878
18063
  "description": "",
17879
- "name": "FilterBar",
18064
+ "name": "FlexLayout",
18065
+ "superclass": {
18066
+ "name": "FoundationElement",
18067
+ "package": "@microsoft/fast-foundation"
18068
+ },
18069
+ "tagName": "%%prefix%%-flex-layout",
18070
+ "customElement": true,
17880
18071
  "members": [
17881
- {
17882
- "kind": "field",
17883
- "name": "resource",
17884
- "type": {
17885
- "text": "string"
17886
- }
17887
- },
17888
- {
17889
- "kind": "field",
17890
- "name": "only",
17891
- "type": {
17892
- "text": "string"
17893
- },
17894
- "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."
17895
- },
17896
- {
17897
- "kind": "field",
17898
- "name": "labels",
17899
- "type": {
17900
- "text": "string"
17901
- },
17902
- "description": "Labels for the specified fields, to be used alongside \"only\" prop."
17903
- },
17904
- {
17905
- "kind": "field",
17906
- "name": "target",
17907
- "type": {
17908
- "text": "string"
17909
- },
17910
- "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."
17911
- },
17912
- {
17913
- "kind": "field",
17914
- "name": "columns",
17915
- "type": {
17916
- "text": "number"
17917
- },
17918
- "default": "5"
17919
- },
17920
- {
17921
- "kind": "field",
17922
- "name": "ready",
17923
- "type": {
17924
- "text": "boolean"
17925
- },
17926
- "default": "false"
17927
- },
17928
- {
17929
- "kind": "field",
17930
- "name": "fields",
17931
- "type": {
17932
- "text": "MetadataDetail[]"
17933
- }
17934
- },
17935
- {
17936
- "kind": "field",
17937
- "name": "connect",
17938
- "type": {
17939
- "text": "Connect"
17940
- }
17941
- },
17942
- {
17943
- "kind": "field",
17944
- "name": "filterGrid",
17945
- "type": {
17946
- "text": "HTMLDivElement"
17947
- },
17948
- "privacy": "public"
17949
- },
17950
- {
17951
- "kind": "field",
17952
- "name": "collapsed",
17953
- "type": {
17954
- "text": "boolean"
17955
- },
17956
- "default": "true"
17957
- },
17958
- {
17959
- "kind": "method",
17960
- "name": "initLabels",
17961
- "privacy": "private"
17962
- },
17963
- {
17964
- "kind": "method",
17965
- "name": "camelCasePreserveWhitespace",
17966
- "privacy": "private",
17967
- "parameters": [
17968
- {
17969
- "name": "input",
17970
- "type": {
17971
- "text": "string"
17972
- }
17973
- }
17974
- ]
17975
- },
17976
- {
17977
- "kind": "method",
17978
- "name": "resourceChanged",
17979
- "parameters": [
17980
- {
17981
- "name": "oldResource",
17982
- "type": {
17983
- "text": "string"
17984
- }
17985
- },
17986
- {
17987
- "name": "newResource",
17988
- "type": {
17989
- "text": "string"
17990
- }
17991
- }
17992
- ]
17993
- },
17994
- {
17995
- "kind": "method",
17996
- "name": "init",
17997
- "privacy": "private"
17998
- },
17999
- {
18000
- "kind": "method",
18001
- "name": "adjustColumnStyles",
18002
- "privacy": "private"
18003
- },
18004
- {
18005
- "kind": "method",
18006
- "name": "toggle"
18007
- },
18008
18072
  {
18009
18073
  "kind": "field",
18010
18074
  "name": "_presentation",
@@ -18116,123 +18180,59 @@
18116
18180
  "module": "src/foundation-element/foundation-element.ts"
18117
18181
  }
18118
18182
  }
18119
- ],
18120
- "attributes": [
18121
- {
18122
- "name": "resource",
18123
- "type": {
18124
- "text": "string"
18125
- },
18126
- "fieldName": "resource"
18127
- },
18128
- {
18129
- "name": "only",
18130
- "type": {
18131
- "text": "string"
18132
- },
18133
- "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.",
18134
- "fieldName": "only"
18135
- },
18136
- {
18137
- "name": "labels",
18138
- "type": {
18139
- "text": "string"
18140
- },
18141
- "description": "Labels for the specified fields, to be used alongside \"only\" prop.",
18142
- "fieldName": "labels"
18143
- },
18144
- {
18145
- "name": "target",
18146
- "type": {
18147
- "text": "string"
18148
- },
18149
- "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.",
18150
- "fieldName": "target"
18151
- },
18152
- {
18153
- "name": "columns",
18154
- "type": {
18155
- "text": "number"
18156
- },
18157
- "default": "DEFUALT_FILTER_BAR_COLUMNS",
18158
- "resolveInitializer": {
18159
- "module": "src/filter-bar/filter-bar.ts"
18160
- },
18161
- "fieldName": "columns"
18162
- }
18163
- ],
18164
- "superclass": {
18165
- "name": "FoundationElement",
18166
- "package": "@microsoft/fast-foundation"
18167
- },
18168
- "tagName": "%%prefix%%-filter-bar",
18169
- "customElement": true
18183
+ ]
18170
18184
  },
18171
18185
  {
18172
18186
  "kind": "variable",
18173
- "name": "foundationFilterBar",
18174
- "description": "The Foundation Filter",
18187
+ "name": "foundationFlexLayout",
18188
+ "description": "The Foundation Flex Layout",
18175
18189
  "privacy": "public"
18176
18190
  }
18177
18191
  ],
18178
18192
  "exports": [
18179
18193
  {
18180
18194
  "kind": "js",
18181
- "name": "DEFUALT_FILTER_BAR_COLUMNS",
18195
+ "name": "foundationFlexLayoutShadowOptions",
18182
18196
  "declaration": {
18183
- "name": "DEFUALT_FILTER_BAR_COLUMNS",
18184
- "module": "src/filter-bar/filter-bar.ts"
18197
+ "name": "foundationFlexLayoutShadowOptions",
18198
+ "module": "src/flex-layout/flex-layout.ts"
18185
18199
  }
18186
18200
  },
18187
18201
  {
18188
18202
  "kind": "js",
18189
- "name": "FilterBar",
18203
+ "name": "defaultFlexLayoutConfig",
18190
18204
  "declaration": {
18191
- "name": "FilterBar",
18192
- "module": "src/filter-bar/filter-bar.ts"
18205
+ "name": "defaultFlexLayoutConfig",
18206
+ "module": "src/flex-layout/flex-layout.ts"
18193
18207
  }
18194
18208
  },
18195
18209
  {
18196
18210
  "kind": "js",
18197
- "name": "foundationFilterBar",
18211
+ "name": "FlexLayout",
18198
18212
  "declaration": {
18199
- "name": "foundationFilterBar",
18200
- "module": "src/filter-bar/filter-bar.ts"
18213
+ "name": "FlexLayout",
18214
+ "module": "src/flex-layout/flex-layout.ts"
18201
18215
  }
18202
- }
18203
- ]
18204
- },
18205
- {
18206
- "kind": "javascript-module",
18207
- "path": "src/filter-bar/filter-bar.utils.ts",
18208
- "declarations": [
18209
- {
18210
- "kind": "function",
18211
- "name": "mapType",
18212
- "parameters": [
18213
- {
18214
- "name": "TYPE",
18215
- "type": {
18216
- "text": "string"
18217
- }
18218
- }
18219
- ]
18220
- }
18221
- ],
18222
- "exports": [
18216
+ },
18223
18217
  {
18224
18218
  "kind": "js",
18225
- "name": "mapType",
18219
+ "name": "foundationFlexLayout",
18226
18220
  "declaration": {
18227
- "name": "mapType",
18228
- "module": "src/filter-bar/filter-bar.utils.ts"
18221
+ "name": "foundationFlexLayout",
18222
+ "module": "src/flex-layout/flex-layout.ts"
18229
18223
  }
18230
18224
  }
18231
18225
  ]
18232
18226
  },
18233
18227
  {
18234
18228
  "kind": "javascript-module",
18235
- "path": "src/filter-bar/index.ts",
18229
+ "path": "src/flex-layout/flex-layout.types.ts",
18230
+ "declarations": [],
18231
+ "exports": []
18232
+ },
18233
+ {
18234
+ "kind": "javascript-module",
18235
+ "path": "src/flex-layout/index.ts",
18236
18236
  "declarations": [],
18237
18237
  "exports": [
18238
18238
  {
@@ -18240,7 +18240,7 @@
18240
18240
  "name": "*",
18241
18241
  "declaration": {
18242
18242
  "name": "*",
18243
- "package": "./filter-bar.styles"
18243
+ "package": "./flex-layout.template"
18244
18244
  }
18245
18245
  },
18246
18246
  {
@@ -18248,7 +18248,7 @@
18248
18248
  "name": "*",
18249
18249
  "declaration": {
18250
18250
  "name": "*",
18251
- "package": "./filter-bar.template"
18251
+ "package": "./flex-layout.styles"
18252
18252
  }
18253
18253
  },
18254
18254
  {
@@ -18256,7 +18256,7 @@
18256
18256
  "name": "*",
18257
18257
  "declaration": {
18258
18258
  "name": "*",
18259
- "package": "./filter-bar.utils"
18259
+ "package": "./flex-layout"
18260
18260
  }
18261
18261
  },
18262
18262
  {
@@ -18264,7 +18264,7 @@
18264
18264
  "name": "*",
18265
18265
  "declaration": {
18266
18266
  "name": "*",
18267
- "package": "./filter-bar"
18267
+ "package": "./flex-layout.types"
18268
18268
  }
18269
18269
  }
18270
18270
  ]
@@ -27473,106 +27473,6 @@
27473
27473
  }
27474
27474
  ]
27475
27475
  },
27476
- {
27477
- "kind": "javascript-module",
27478
- "path": "src/patterns/define.ts",
27479
- "declarations": [
27480
- {
27481
- "kind": "function",
27482
- "name": "defineFactory",
27483
- "return": {
27484
- "type": {
27485
- "text": ""
27486
- }
27487
- },
27488
- "parameters": [
27489
- {
27490
- "name": "Type",
27491
- "type": {
27492
- "text": "TType"
27493
- },
27494
- "description": "The custom element Type / Class to define."
27495
- },
27496
- {
27497
- "name": "overriderOrBase",
27498
- "type": {
27499
- "text": "DefinitionOverrider | PartialFASTElementDefinition"
27500
- },
27501
- "description": "A function that merges definitions, or the base definition if custom merging is not needed."
27502
- }
27503
- ],
27504
- "description": "Defines a platform custom element based on the provided type and definition."
27505
- }
27506
- ],
27507
- "exports": [
27508
- {
27509
- "kind": "js",
27510
- "name": "defineFactory",
27511
- "declaration": {
27512
- "name": "defineFactory",
27513
- "module": "src/patterns/define.ts"
27514
- }
27515
- }
27516
- ]
27517
- },
27518
- {
27519
- "kind": "javascript-module",
27520
- "path": "src/patterns/index.ts",
27521
- "declarations": [],
27522
- "exports": [
27523
- {
27524
- "kind": "js",
27525
- "name": "*",
27526
- "declaration": {
27527
- "name": "*",
27528
- "package": "./define"
27529
- }
27530
- },
27531
- {
27532
- "kind": "js",
27533
- "name": "*",
27534
- "declaration": {
27535
- "name": "*",
27536
- "package": "./tag-for"
27537
- }
27538
- }
27539
- ]
27540
- },
27541
- {
27542
- "kind": "javascript-module",
27543
- "path": "src/patterns/tag-for.ts",
27544
- "declarations": [
27545
- {
27546
- "kind": "function",
27547
- "name": "tagFor",
27548
- "return": {
27549
- "type": {
27550
- "text": ""
27551
- }
27552
- },
27553
- "parameters": [
27554
- {
27555
- "name": "dependency",
27556
- "type": {
27557
- "text": "TemplateElementDependency"
27558
- },
27559
- "description": "The dependency the template is dependent on."
27560
- }
27561
- ],
27562
- "description": "Determines what HTML tag name to use for the dependency."
27563
- }
27564
- ],
27565
- "exports": [
27566
- {
27567
- "kind": "js",
27568
- "name": "tagFor",
27569
- "declaration": {
27570
- "name": "tagFor",
27571
- "module": "src/patterns/tag-for.ts"
27572
- }
27573
- }
27574
- ]
27575
- },
27576
27476
  {
27577
27477
  "kind": "javascript-module",
27578
27478
  "path": "src/popper/index.ts",
@@ -31254,6 +31154,106 @@
31254
31154
  }
31255
31155
  ]
31256
31156
  },
31157
+ {
31158
+ "kind": "javascript-module",
31159
+ "path": "src/patterns/define.ts",
31160
+ "declarations": [
31161
+ {
31162
+ "kind": "function",
31163
+ "name": "defineFactory",
31164
+ "return": {
31165
+ "type": {
31166
+ "text": ""
31167
+ }
31168
+ },
31169
+ "parameters": [
31170
+ {
31171
+ "name": "Type",
31172
+ "type": {
31173
+ "text": "TType"
31174
+ },
31175
+ "description": "The custom element Type / Class to define."
31176
+ },
31177
+ {
31178
+ "name": "overriderOrBase",
31179
+ "type": {
31180
+ "text": "DefinitionOverrider | PartialFASTElementDefinition"
31181
+ },
31182
+ "description": "A function that merges definitions, or the base definition if custom merging is not needed."
31183
+ }
31184
+ ],
31185
+ "description": "Defines a platform custom element based on the provided type and definition."
31186
+ }
31187
+ ],
31188
+ "exports": [
31189
+ {
31190
+ "kind": "js",
31191
+ "name": "defineFactory",
31192
+ "declaration": {
31193
+ "name": "defineFactory",
31194
+ "module": "src/patterns/define.ts"
31195
+ }
31196
+ }
31197
+ ]
31198
+ },
31199
+ {
31200
+ "kind": "javascript-module",
31201
+ "path": "src/patterns/index.ts",
31202
+ "declarations": [],
31203
+ "exports": [
31204
+ {
31205
+ "kind": "js",
31206
+ "name": "*",
31207
+ "declaration": {
31208
+ "name": "*",
31209
+ "package": "./define"
31210
+ }
31211
+ },
31212
+ {
31213
+ "kind": "js",
31214
+ "name": "*",
31215
+ "declaration": {
31216
+ "name": "*",
31217
+ "package": "./tag-for"
31218
+ }
31219
+ }
31220
+ ]
31221
+ },
31222
+ {
31223
+ "kind": "javascript-module",
31224
+ "path": "src/patterns/tag-for.ts",
31225
+ "declarations": [
31226
+ {
31227
+ "kind": "function",
31228
+ "name": "tagFor",
31229
+ "return": {
31230
+ "type": {
31231
+ "text": ""
31232
+ }
31233
+ },
31234
+ "parameters": [
31235
+ {
31236
+ "name": "dependency",
31237
+ "type": {
31238
+ "text": "TemplateElementDependency"
31239
+ },
31240
+ "description": "The dependency the template is dependent on."
31241
+ }
31242
+ ],
31243
+ "description": "Determines what HTML tag name to use for the dependency."
31244
+ }
31245
+ ],
31246
+ "exports": [
31247
+ {
31248
+ "kind": "js",
31249
+ "name": "tagFor",
31250
+ "declaration": {
31251
+ "name": "tagFor",
31252
+ "module": "src/patterns/tag-for.ts"
31253
+ }
31254
+ }
31255
+ ]
31256
+ },
31257
31257
  {
31258
31258
  "kind": "javascript-module",
31259
31259
  "path": "src/segmented-item/index.ts",
@@ -32458,38 +32458,478 @@
32458
32458
  "type": {
32459
32459
  "text": "SkeletonShape"
32460
32460
  },
32461
- "privacy": "public",
32462
- "default": "\"rect\"",
32463
- "description": "Indicates what the shape of the Skeleton should be.",
32461
+ "privacy": "public",
32462
+ "default": "\"rect\"",
32463
+ "description": "Indicates what the shape of the Skeleton should be.",
32464
+ "inheritedFrom": {
32465
+ "name": "Skeleton",
32466
+ "module": "src/skeleton/skeleton.ts"
32467
+ }
32468
+ },
32469
+ {
32470
+ "kind": "field",
32471
+ "name": "pattern",
32472
+ "type": {
32473
+ "text": "string"
32474
+ },
32475
+ "privacy": "public",
32476
+ "description": "Indicates that the component can accept a pattern URL.",
32477
+ "inheritedFrom": {
32478
+ "name": "Skeleton",
32479
+ "module": "src/skeleton/skeleton.ts"
32480
+ }
32481
+ },
32482
+ {
32483
+ "kind": "field",
32484
+ "name": "shimmer",
32485
+ "type": {
32486
+ "text": "boolean"
32487
+ },
32488
+ "privacy": "public",
32489
+ "description": "Indicates that the component has an activated shimmer effect",
32490
+ "inheritedFrom": {
32491
+ "name": "Skeleton",
32492
+ "module": "src/skeleton/skeleton.ts"
32493
+ }
32494
+ },
32495
+ {
32496
+ "kind": "field",
32497
+ "name": "_presentation",
32498
+ "type": {
32499
+ "text": "ComponentPresentation | null | undefined"
32500
+ },
32501
+ "privacy": "private",
32502
+ "default": "void 0",
32503
+ "inheritedFrom": {
32504
+ "name": "FoundationElement",
32505
+ "module": "src/foundation-element/foundation-element.ts"
32506
+ }
32507
+ },
32508
+ {
32509
+ "kind": "field",
32510
+ "name": "$presentation",
32511
+ "type": {
32512
+ "text": "ComponentPresentation | null"
32513
+ },
32514
+ "privacy": "public",
32515
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
32516
+ "inheritedFrom": {
32517
+ "name": "FoundationElement",
32518
+ "module": "src/foundation-element/foundation-element.ts"
32519
+ }
32520
+ },
32521
+ {
32522
+ "kind": "field",
32523
+ "name": "template",
32524
+ "type": {
32525
+ "text": "ElementViewTemplate | void | null"
32526
+ },
32527
+ "privacy": "public",
32528
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
32529
+ "inheritedFrom": {
32530
+ "name": "FoundationElement",
32531
+ "module": "src/foundation-element/foundation-element.ts"
32532
+ }
32533
+ },
32534
+ {
32535
+ "kind": "method",
32536
+ "name": "templateChanged",
32537
+ "privacy": "protected",
32538
+ "return": {
32539
+ "type": {
32540
+ "text": "void"
32541
+ }
32542
+ },
32543
+ "inheritedFrom": {
32544
+ "name": "FoundationElement",
32545
+ "module": "src/foundation-element/foundation-element.ts"
32546
+ }
32547
+ },
32548
+ {
32549
+ "kind": "field",
32550
+ "name": "styles",
32551
+ "type": {
32552
+ "text": "ElementStyles | void | null"
32553
+ },
32554
+ "privacy": "public",
32555
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
32556
+ "inheritedFrom": {
32557
+ "name": "FoundationElement",
32558
+ "module": "src/foundation-element/foundation-element.ts"
32559
+ }
32560
+ },
32561
+ {
32562
+ "kind": "method",
32563
+ "name": "stylesChanged",
32564
+ "privacy": "protected",
32565
+ "return": {
32566
+ "type": {
32567
+ "text": "void"
32568
+ }
32569
+ },
32570
+ "inheritedFrom": {
32571
+ "name": "FoundationElement",
32572
+ "module": "src/foundation-element/foundation-element.ts"
32573
+ }
32574
+ },
32575
+ {
32576
+ "kind": "method",
32577
+ "name": "compose",
32578
+ "privacy": "public",
32579
+ "static": true,
32580
+ "return": {
32581
+ "type": {
32582
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
32583
+ }
32584
+ },
32585
+ "parameters": [
32586
+ {
32587
+ "name": "this",
32588
+ "type": {
32589
+ "text": "K"
32590
+ }
32591
+ },
32592
+ {
32593
+ "name": "elementDefinition",
32594
+ "type": {
32595
+ "text": "T"
32596
+ },
32597
+ "description": "The definition of the element to create the registry\nfunction for."
32598
+ }
32599
+ ],
32600
+ "description": "Defines an element registry function with a set of element definition defaults.",
32601
+ "inheritedFrom": {
32602
+ "name": "FoundationElement",
32603
+ "module": "src/foundation-element/foundation-element.ts"
32604
+ }
32605
+ }
32606
+ ]
32607
+ },
32608
+ {
32609
+ "kind": "variable",
32610
+ "name": "foundationSkeletonShadowOptions",
32611
+ "type": {
32612
+ "text": "ShadowRootInit"
32613
+ },
32614
+ "default": "undefined"
32615
+ },
32616
+ {
32617
+ "kind": "variable",
32618
+ "name": "defaultSkeletonConfig",
32619
+ "type": {
32620
+ "text": "object"
32621
+ },
32622
+ "default": "{}"
32623
+ },
32624
+ {
32625
+ "kind": "variable",
32626
+ "name": "foundationSkeleton",
32627
+ "description": "The Foundation Skeleton",
32628
+ "privacy": "public"
32629
+ }
32630
+ ],
32631
+ "exports": [
32632
+ {
32633
+ "kind": "js",
32634
+ "name": "Skeleton",
32635
+ "declaration": {
32636
+ "name": "Skeleton",
32637
+ "module": "src/skeleton/skeleton.ts"
32638
+ }
32639
+ },
32640
+ {
32641
+ "kind": "js",
32642
+ "name": "foundationSkeletonShadowOptions",
32643
+ "declaration": {
32644
+ "name": "foundationSkeletonShadowOptions",
32645
+ "module": "src/skeleton/skeleton.ts"
32646
+ }
32647
+ },
32648
+ {
32649
+ "kind": "js",
32650
+ "name": "defaultSkeletonConfig",
32651
+ "declaration": {
32652
+ "name": "defaultSkeletonConfig",
32653
+ "module": "src/skeleton/skeleton.ts"
32654
+ }
32655
+ },
32656
+ {
32657
+ "kind": "js",
32658
+ "name": "foundationSkeleton",
32659
+ "declaration": {
32660
+ "name": "foundationSkeleton",
32661
+ "module": "src/skeleton/skeleton.ts"
32662
+ }
32663
+ }
32664
+ ]
32665
+ },
32666
+ {
32667
+ "kind": "javascript-module",
32668
+ "path": "src/slider-label/index.ts",
32669
+ "declarations": [],
32670
+ "exports": [
32671
+ {
32672
+ "kind": "js",
32673
+ "name": "*",
32674
+ "declaration": {
32675
+ "name": "*",
32676
+ "package": "./slider-label.template"
32677
+ }
32678
+ },
32679
+ {
32680
+ "kind": "js",
32681
+ "name": "*",
32682
+ "declaration": {
32683
+ "name": "*",
32684
+ "package": "./slider-label.styles"
32685
+ }
32686
+ },
32687
+ {
32688
+ "kind": "js",
32689
+ "name": "*",
32690
+ "declaration": {
32691
+ "name": "*",
32692
+ "package": "./slider-label"
32693
+ }
32694
+ }
32695
+ ]
32696
+ },
32697
+ {
32698
+ "kind": "javascript-module",
32699
+ "path": "src/slider-label/slider-label.styles.ts",
32700
+ "declarations": [
32701
+ {
32702
+ "kind": "function",
32703
+ "name": "foundationSliderLabelStyles",
32704
+ "return": {
32705
+ "type": {
32706
+ "text": "ElementStyles"
32707
+ }
32708
+ },
32709
+ "parameters": [
32710
+ {
32711
+ "name": "context",
32712
+ "type": {
32713
+ "text": "ElementDefinitionContext"
32714
+ }
32715
+ },
32716
+ {
32717
+ "name": "definition",
32718
+ "type": {
32719
+ "text": "FoundationElementDefinition"
32720
+ }
32721
+ }
32722
+ ]
32723
+ }
32724
+ ],
32725
+ "exports": [
32726
+ {
32727
+ "kind": "js",
32728
+ "name": "foundationSliderLabelStyles",
32729
+ "declaration": {
32730
+ "name": "foundationSliderLabelStyles",
32731
+ "module": "src/slider-label/slider-label.styles.ts"
32732
+ }
32733
+ }
32734
+ ]
32735
+ },
32736
+ {
32737
+ "kind": "javascript-module",
32738
+ "path": "src/slider-label/slider-label.template.ts",
32739
+ "declarations": [
32740
+ {
32741
+ "kind": "function",
32742
+ "name": "foundationSliderLabelTemplate",
32743
+ "return": {
32744
+ "type": {
32745
+ "text": "ViewTemplate<SliderLabel>"
32746
+ }
32747
+ },
32748
+ "parameters": [
32749
+ {
32750
+ "name": "context",
32751
+ "type": {
32752
+ "text": "ElementDefinitionContext"
32753
+ }
32754
+ },
32755
+ {
32756
+ "name": "definition",
32757
+ "type": {
32758
+ "text": "FoundationElementDefinition"
32759
+ }
32760
+ }
32761
+ ]
32762
+ }
32763
+ ],
32764
+ "exports": [
32765
+ {
32766
+ "kind": "js",
32767
+ "name": "foundationSliderLabelTemplate",
32768
+ "declaration": {
32769
+ "name": "foundationSliderLabelTemplate",
32770
+ "module": "src/slider-label/slider-label.template.ts"
32771
+ }
32772
+ }
32773
+ ]
32774
+ },
32775
+ {
32776
+ "kind": "javascript-module",
32777
+ "path": "src/slider-label/slider-label.ts",
32778
+ "declarations": [
32779
+ {
32780
+ "kind": "class",
32781
+ "description": "",
32782
+ "name": "SliderLabel",
32783
+ "superclass": {
32784
+ "name": "FASTSliderLabel",
32785
+ "package": "@microsoft/fast-components"
32786
+ },
32787
+ "tagName": "%%prefix%%-slider-label",
32788
+ "customElement": true,
32789
+ "attributes": [
32790
+ {
32791
+ "name": "position",
32792
+ "type": {
32793
+ "text": "string"
32794
+ },
32795
+ "description": "The position of the label relative to the min and max value of the parent @microsoft/fast-foundation#(Slider:class).",
32796
+ "fieldName": "position",
32797
+ "inheritedFrom": {
32798
+ "name": "SliderLabel",
32799
+ "module": "src/slider-label/slider-label.ts"
32800
+ }
32801
+ },
32802
+ {
32803
+ "name": "hide-mark",
32804
+ "type": {
32805
+ "text": "boolean"
32806
+ },
32807
+ "default": "false",
32808
+ "description": "Hides the tick mark.",
32809
+ "fieldName": "hideMark",
32810
+ "inheritedFrom": {
32811
+ "name": "SliderLabel",
32812
+ "module": "src/slider-label/slider-label.ts"
32813
+ }
32814
+ },
32815
+ {
32816
+ "name": "disabled",
32817
+ "type": {
32818
+ "text": "boolean"
32819
+ },
32820
+ "description": "The disabled state of the label. This is generally controlled by the parent @microsoft/fast-foundation#(Slider:class).",
32821
+ "fieldName": "disabled",
32822
+ "inheritedFrom": {
32823
+ "name": "SliderLabel",
32824
+ "module": "src/slider-label/slider-label.ts"
32825
+ }
32826
+ }
32827
+ ],
32828
+ "members": [
32829
+ {
32830
+ "kind": "field",
32831
+ "name": "position",
32832
+ "type": {
32833
+ "text": "string"
32834
+ },
32835
+ "privacy": "public",
32836
+ "description": "The position of the label relative to the min and max value of the parent {@link @microsoft/fast-foundation#(Slider:class)}.",
32837
+ "inheritedFrom": {
32838
+ "name": "SliderLabel",
32839
+ "module": "src/slider-label/slider-label.ts"
32840
+ }
32841
+ },
32842
+ {
32843
+ "kind": "method",
32844
+ "name": "positionChanged",
32845
+ "privacy": "private",
32846
+ "return": {
32847
+ "type": {
32848
+ "text": "void"
32849
+ }
32850
+ },
32851
+ "inheritedFrom": {
32852
+ "name": "SliderLabel",
32853
+ "module": "src/slider-label/slider-label.ts"
32854
+ }
32855
+ },
32856
+ {
32857
+ "kind": "field",
32858
+ "name": "hideMark",
32859
+ "type": {
32860
+ "text": "boolean"
32861
+ },
32862
+ "privacy": "public",
32863
+ "default": "false",
32864
+ "description": "Hides the tick mark.",
32865
+ "inheritedFrom": {
32866
+ "name": "SliderLabel",
32867
+ "module": "src/slider-label/slider-label.ts"
32868
+ }
32869
+ },
32870
+ {
32871
+ "kind": "field",
32872
+ "name": "disabled",
32873
+ "type": {
32874
+ "text": "boolean"
32875
+ },
32876
+ "privacy": "public",
32877
+ "description": "The disabled state of the label. This is generally controlled by the parent {@link @microsoft/fast-foundation#(Slider:class)}.",
32878
+ "inheritedFrom": {
32879
+ "name": "SliderLabel",
32880
+ "module": "src/slider-label/slider-label.ts"
32881
+ }
32882
+ },
32883
+ {
32884
+ "kind": "field",
32885
+ "name": "notifier",
32886
+ "type": {
32887
+ "text": "Notifier"
32888
+ },
32889
+ "privacy": "private",
32890
+ "inheritedFrom": {
32891
+ "name": "SliderLabel",
32892
+ "module": "src/slider-label/slider-label.ts"
32893
+ }
32894
+ },
32895
+ {
32896
+ "kind": "method",
32897
+ "name": "isSliderConfig",
32898
+ "privacy": "private",
32899
+ "return": {
32900
+ "type": {
32901
+ "text": "node is SliderConfiguration"
32902
+ }
32903
+ },
32904
+ "parameters": [
32905
+ {
32906
+ "name": "node",
32907
+ "type": {
32908
+ "text": "any"
32909
+ }
32910
+ }
32911
+ ],
32464
32912
  "inheritedFrom": {
32465
- "name": "Skeleton",
32466
- "module": "src/skeleton/skeleton.ts"
32913
+ "name": "SliderLabel",
32914
+ "module": "src/slider-label/slider-label.ts"
32467
32915
  }
32468
32916
  },
32469
32917
  {
32470
32918
  "kind": "field",
32471
- "name": "pattern",
32472
- "type": {
32473
- "text": "string"
32474
- },
32475
- "privacy": "public",
32476
- "description": "Indicates that the component can accept a pattern URL.",
32919
+ "name": "getSliderConfiguration",
32920
+ "privacy": "private",
32477
32921
  "inheritedFrom": {
32478
- "name": "Skeleton",
32479
- "module": "src/skeleton/skeleton.ts"
32922
+ "name": "SliderLabel",
32923
+ "module": "src/slider-label/slider-label.ts"
32480
32924
  }
32481
32925
  },
32482
32926
  {
32483
32927
  "kind": "field",
32484
- "name": "shimmer",
32485
- "type": {
32486
- "text": "boolean"
32487
- },
32488
- "privacy": "public",
32489
- "description": "Indicates that the component has an activated shimmer effect",
32928
+ "name": "positionAsStyle",
32929
+ "privacy": "private",
32490
32930
  "inheritedFrom": {
32491
- "name": "Skeleton",
32492
- "module": "src/skeleton/skeleton.ts"
32931
+ "name": "SliderLabel",
32932
+ "module": "src/slider-label/slider-label.ts"
32493
32933
  }
32494
32934
  },
32495
32935
  {
@@ -32607,7 +33047,7 @@
32607
33047
  },
32608
33048
  {
32609
33049
  "kind": "variable",
32610
- "name": "foundationSkeletonShadowOptions",
33050
+ "name": "foundationSliderLabelShadowOptions",
32611
33051
  "type": {
32612
33052
  "text": "ShadowRootInit"
32613
33053
  },
@@ -32615,7 +33055,7 @@
32615
33055
  },
32616
33056
  {
32617
33057
  "kind": "variable",
32618
- "name": "defaultSkeletonConfig",
33058
+ "name": "defaultSliderLabelConfig",
32619
33059
  "type": {
32620
33060
  "text": "object"
32621
33061
  },
@@ -32623,42 +33063,42 @@
32623
33063
  },
32624
33064
  {
32625
33065
  "kind": "variable",
32626
- "name": "foundationSkeleton",
32627
- "description": "The Foundation Skeleton",
33066
+ "name": "foundationSliderLabel",
33067
+ "description": "The Foundation Slider Label",
32628
33068
  "privacy": "public"
32629
33069
  }
32630
33070
  ],
32631
33071
  "exports": [
32632
33072
  {
32633
33073
  "kind": "js",
32634
- "name": "Skeleton",
33074
+ "name": "SliderLabel",
32635
33075
  "declaration": {
32636
- "name": "Skeleton",
32637
- "module": "src/skeleton/skeleton.ts"
33076
+ "name": "SliderLabel",
33077
+ "module": "src/slider-label/slider-label.ts"
32638
33078
  }
32639
33079
  },
32640
33080
  {
32641
33081
  "kind": "js",
32642
- "name": "foundationSkeletonShadowOptions",
33082
+ "name": "foundationSliderLabelShadowOptions",
32643
33083
  "declaration": {
32644
- "name": "foundationSkeletonShadowOptions",
32645
- "module": "src/skeleton/skeleton.ts"
33084
+ "name": "foundationSliderLabelShadowOptions",
33085
+ "module": "src/slider-label/slider-label.ts"
32646
33086
  }
32647
33087
  },
32648
33088
  {
32649
33089
  "kind": "js",
32650
- "name": "defaultSkeletonConfig",
33090
+ "name": "defaultSliderLabelConfig",
32651
33091
  "declaration": {
32652
- "name": "defaultSkeletonConfig",
32653
- "module": "src/skeleton/skeleton.ts"
33092
+ "name": "defaultSliderLabelConfig",
33093
+ "module": "src/slider-label/slider-label.ts"
32654
33094
  }
32655
33095
  },
32656
33096
  {
32657
33097
  "kind": "js",
32658
- "name": "foundationSkeleton",
33098
+ "name": "foundationSliderLabel",
32659
33099
  "declaration": {
32660
- "name": "foundationSkeleton",
32661
- "module": "src/skeleton/skeleton.ts"
33100
+ "name": "foundationSliderLabel",
33101
+ "module": "src/slider-label/slider-label.ts"
32662
33102
  }
32663
33103
  }
32664
33104
  ]
@@ -33394,446 +33834,6 @@
33394
33834
  }
33395
33835
  ]
33396
33836
  },
33397
- {
33398
- "kind": "javascript-module",
33399
- "path": "src/slider-label/index.ts",
33400
- "declarations": [],
33401
- "exports": [
33402
- {
33403
- "kind": "js",
33404
- "name": "*",
33405
- "declaration": {
33406
- "name": "*",
33407
- "package": "./slider-label.template"
33408
- }
33409
- },
33410
- {
33411
- "kind": "js",
33412
- "name": "*",
33413
- "declaration": {
33414
- "name": "*",
33415
- "package": "./slider-label.styles"
33416
- }
33417
- },
33418
- {
33419
- "kind": "js",
33420
- "name": "*",
33421
- "declaration": {
33422
- "name": "*",
33423
- "package": "./slider-label"
33424
- }
33425
- }
33426
- ]
33427
- },
33428
- {
33429
- "kind": "javascript-module",
33430
- "path": "src/slider-label/slider-label.styles.ts",
33431
- "declarations": [
33432
- {
33433
- "kind": "function",
33434
- "name": "foundationSliderLabelStyles",
33435
- "return": {
33436
- "type": {
33437
- "text": "ElementStyles"
33438
- }
33439
- },
33440
- "parameters": [
33441
- {
33442
- "name": "context",
33443
- "type": {
33444
- "text": "ElementDefinitionContext"
33445
- }
33446
- },
33447
- {
33448
- "name": "definition",
33449
- "type": {
33450
- "text": "FoundationElementDefinition"
33451
- }
33452
- }
33453
- ]
33454
- }
33455
- ],
33456
- "exports": [
33457
- {
33458
- "kind": "js",
33459
- "name": "foundationSliderLabelStyles",
33460
- "declaration": {
33461
- "name": "foundationSliderLabelStyles",
33462
- "module": "src/slider-label/slider-label.styles.ts"
33463
- }
33464
- }
33465
- ]
33466
- },
33467
- {
33468
- "kind": "javascript-module",
33469
- "path": "src/slider-label/slider-label.template.ts",
33470
- "declarations": [
33471
- {
33472
- "kind": "function",
33473
- "name": "foundationSliderLabelTemplate",
33474
- "return": {
33475
- "type": {
33476
- "text": "ViewTemplate<SliderLabel>"
33477
- }
33478
- },
33479
- "parameters": [
33480
- {
33481
- "name": "context",
33482
- "type": {
33483
- "text": "ElementDefinitionContext"
33484
- }
33485
- },
33486
- {
33487
- "name": "definition",
33488
- "type": {
33489
- "text": "FoundationElementDefinition"
33490
- }
33491
- }
33492
- ]
33493
- }
33494
- ],
33495
- "exports": [
33496
- {
33497
- "kind": "js",
33498
- "name": "foundationSliderLabelTemplate",
33499
- "declaration": {
33500
- "name": "foundationSliderLabelTemplate",
33501
- "module": "src/slider-label/slider-label.template.ts"
33502
- }
33503
- }
33504
- ]
33505
- },
33506
- {
33507
- "kind": "javascript-module",
33508
- "path": "src/slider-label/slider-label.ts",
33509
- "declarations": [
33510
- {
33511
- "kind": "class",
33512
- "description": "",
33513
- "name": "SliderLabel",
33514
- "superclass": {
33515
- "name": "FASTSliderLabel",
33516
- "package": "@microsoft/fast-components"
33517
- },
33518
- "tagName": "%%prefix%%-slider-label",
33519
- "customElement": true,
33520
- "attributes": [
33521
- {
33522
- "name": "position",
33523
- "type": {
33524
- "text": "string"
33525
- },
33526
- "description": "The position of the label relative to the min and max value of the parent @microsoft/fast-foundation#(Slider:class).",
33527
- "fieldName": "position",
33528
- "inheritedFrom": {
33529
- "name": "SliderLabel",
33530
- "module": "src/slider-label/slider-label.ts"
33531
- }
33532
- },
33533
- {
33534
- "name": "hide-mark",
33535
- "type": {
33536
- "text": "boolean"
33537
- },
33538
- "default": "false",
33539
- "description": "Hides the tick mark.",
33540
- "fieldName": "hideMark",
33541
- "inheritedFrom": {
33542
- "name": "SliderLabel",
33543
- "module": "src/slider-label/slider-label.ts"
33544
- }
33545
- },
33546
- {
33547
- "name": "disabled",
33548
- "type": {
33549
- "text": "boolean"
33550
- },
33551
- "description": "The disabled state of the label. This is generally controlled by the parent @microsoft/fast-foundation#(Slider:class).",
33552
- "fieldName": "disabled",
33553
- "inheritedFrom": {
33554
- "name": "SliderLabel",
33555
- "module": "src/slider-label/slider-label.ts"
33556
- }
33557
- }
33558
- ],
33559
- "members": [
33560
- {
33561
- "kind": "field",
33562
- "name": "position",
33563
- "type": {
33564
- "text": "string"
33565
- },
33566
- "privacy": "public",
33567
- "description": "The position of the label relative to the min and max value of the parent {@link @microsoft/fast-foundation#(Slider:class)}.",
33568
- "inheritedFrom": {
33569
- "name": "SliderLabel",
33570
- "module": "src/slider-label/slider-label.ts"
33571
- }
33572
- },
33573
- {
33574
- "kind": "method",
33575
- "name": "positionChanged",
33576
- "privacy": "private",
33577
- "return": {
33578
- "type": {
33579
- "text": "void"
33580
- }
33581
- },
33582
- "inheritedFrom": {
33583
- "name": "SliderLabel",
33584
- "module": "src/slider-label/slider-label.ts"
33585
- }
33586
- },
33587
- {
33588
- "kind": "field",
33589
- "name": "hideMark",
33590
- "type": {
33591
- "text": "boolean"
33592
- },
33593
- "privacy": "public",
33594
- "default": "false",
33595
- "description": "Hides the tick mark.",
33596
- "inheritedFrom": {
33597
- "name": "SliderLabel",
33598
- "module": "src/slider-label/slider-label.ts"
33599
- }
33600
- },
33601
- {
33602
- "kind": "field",
33603
- "name": "disabled",
33604
- "type": {
33605
- "text": "boolean"
33606
- },
33607
- "privacy": "public",
33608
- "description": "The disabled state of the label. This is generally controlled by the parent {@link @microsoft/fast-foundation#(Slider:class)}.",
33609
- "inheritedFrom": {
33610
- "name": "SliderLabel",
33611
- "module": "src/slider-label/slider-label.ts"
33612
- }
33613
- },
33614
- {
33615
- "kind": "field",
33616
- "name": "notifier",
33617
- "type": {
33618
- "text": "Notifier"
33619
- },
33620
- "privacy": "private",
33621
- "inheritedFrom": {
33622
- "name": "SliderLabel",
33623
- "module": "src/slider-label/slider-label.ts"
33624
- }
33625
- },
33626
- {
33627
- "kind": "method",
33628
- "name": "isSliderConfig",
33629
- "privacy": "private",
33630
- "return": {
33631
- "type": {
33632
- "text": "node is SliderConfiguration"
33633
- }
33634
- },
33635
- "parameters": [
33636
- {
33637
- "name": "node",
33638
- "type": {
33639
- "text": "any"
33640
- }
33641
- }
33642
- ],
33643
- "inheritedFrom": {
33644
- "name": "SliderLabel",
33645
- "module": "src/slider-label/slider-label.ts"
33646
- }
33647
- },
33648
- {
33649
- "kind": "field",
33650
- "name": "getSliderConfiguration",
33651
- "privacy": "private",
33652
- "inheritedFrom": {
33653
- "name": "SliderLabel",
33654
- "module": "src/slider-label/slider-label.ts"
33655
- }
33656
- },
33657
- {
33658
- "kind": "field",
33659
- "name": "positionAsStyle",
33660
- "privacy": "private",
33661
- "inheritedFrom": {
33662
- "name": "SliderLabel",
33663
- "module": "src/slider-label/slider-label.ts"
33664
- }
33665
- },
33666
- {
33667
- "kind": "field",
33668
- "name": "_presentation",
33669
- "type": {
33670
- "text": "ComponentPresentation | null | undefined"
33671
- },
33672
- "privacy": "private",
33673
- "default": "void 0",
33674
- "inheritedFrom": {
33675
- "name": "FoundationElement",
33676
- "module": "src/foundation-element/foundation-element.ts"
33677
- }
33678
- },
33679
- {
33680
- "kind": "field",
33681
- "name": "$presentation",
33682
- "type": {
33683
- "text": "ComponentPresentation | null"
33684
- },
33685
- "privacy": "public",
33686
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
33687
- "inheritedFrom": {
33688
- "name": "FoundationElement",
33689
- "module": "src/foundation-element/foundation-element.ts"
33690
- }
33691
- },
33692
- {
33693
- "kind": "field",
33694
- "name": "template",
33695
- "type": {
33696
- "text": "ElementViewTemplate | void | null"
33697
- },
33698
- "privacy": "public",
33699
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
33700
- "inheritedFrom": {
33701
- "name": "FoundationElement",
33702
- "module": "src/foundation-element/foundation-element.ts"
33703
- }
33704
- },
33705
- {
33706
- "kind": "method",
33707
- "name": "templateChanged",
33708
- "privacy": "protected",
33709
- "return": {
33710
- "type": {
33711
- "text": "void"
33712
- }
33713
- },
33714
- "inheritedFrom": {
33715
- "name": "FoundationElement",
33716
- "module": "src/foundation-element/foundation-element.ts"
33717
- }
33718
- },
33719
- {
33720
- "kind": "field",
33721
- "name": "styles",
33722
- "type": {
33723
- "text": "ElementStyles | void | null"
33724
- },
33725
- "privacy": "public",
33726
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
33727
- "inheritedFrom": {
33728
- "name": "FoundationElement",
33729
- "module": "src/foundation-element/foundation-element.ts"
33730
- }
33731
- },
33732
- {
33733
- "kind": "method",
33734
- "name": "stylesChanged",
33735
- "privacy": "protected",
33736
- "return": {
33737
- "type": {
33738
- "text": "void"
33739
- }
33740
- },
33741
- "inheritedFrom": {
33742
- "name": "FoundationElement",
33743
- "module": "src/foundation-element/foundation-element.ts"
33744
- }
33745
- },
33746
- {
33747
- "kind": "method",
33748
- "name": "compose",
33749
- "privacy": "public",
33750
- "static": true,
33751
- "return": {
33752
- "type": {
33753
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
33754
- }
33755
- },
33756
- "parameters": [
33757
- {
33758
- "name": "this",
33759
- "type": {
33760
- "text": "K"
33761
- }
33762
- },
33763
- {
33764
- "name": "elementDefinition",
33765
- "type": {
33766
- "text": "T"
33767
- },
33768
- "description": "The definition of the element to create the registry\nfunction for."
33769
- }
33770
- ],
33771
- "description": "Defines an element registry function with a set of element definition defaults.",
33772
- "inheritedFrom": {
33773
- "name": "FoundationElement",
33774
- "module": "src/foundation-element/foundation-element.ts"
33775
- }
33776
- }
33777
- ]
33778
- },
33779
- {
33780
- "kind": "variable",
33781
- "name": "foundationSliderLabelShadowOptions",
33782
- "type": {
33783
- "text": "ShadowRootInit"
33784
- },
33785
- "default": "undefined"
33786
- },
33787
- {
33788
- "kind": "variable",
33789
- "name": "defaultSliderLabelConfig",
33790
- "type": {
33791
- "text": "object"
33792
- },
33793
- "default": "{}"
33794
- },
33795
- {
33796
- "kind": "variable",
33797
- "name": "foundationSliderLabel",
33798
- "description": "The Foundation Slider Label",
33799
- "privacy": "public"
33800
- }
33801
- ],
33802
- "exports": [
33803
- {
33804
- "kind": "js",
33805
- "name": "SliderLabel",
33806
- "declaration": {
33807
- "name": "SliderLabel",
33808
- "module": "src/slider-label/slider-label.ts"
33809
- }
33810
- },
33811
- {
33812
- "kind": "js",
33813
- "name": "foundationSliderLabelShadowOptions",
33814
- "declaration": {
33815
- "name": "foundationSliderLabelShadowOptions",
33816
- "module": "src/slider-label/slider-label.ts"
33817
- }
33818
- },
33819
- {
33820
- "kind": "js",
33821
- "name": "defaultSliderLabelConfig",
33822
- "declaration": {
33823
- "name": "defaultSliderLabelConfig",
33824
- "module": "src/slider-label/slider-label.ts"
33825
- }
33826
- },
33827
- {
33828
- "kind": "js",
33829
- "name": "foundationSliderLabel",
33830
- "declaration": {
33831
- "name": "foundationSliderLabel",
33832
- "module": "src/slider-label/slider-label.ts"
33833
- }
33834
- }
33835
- ]
33836
- },
33837
33837
  {
33838
33838
  "kind": "javascript-module",
33839
33839
  "path": "src/snackbar/index.ts",
@@ -35112,6 +35112,235 @@
35112
35112
  }
35113
35113
  ]
35114
35114
  },
35115
+ {
35116
+ "kind": "javascript-module",
35117
+ "path": "src/stepper-tab-panel/index.ts",
35118
+ "declarations": [],
35119
+ "exports": [
35120
+ {
35121
+ "kind": "js",
35122
+ "name": "*",
35123
+ "declaration": {
35124
+ "name": "*",
35125
+ "package": "./stepper-tab-panel.template"
35126
+ }
35127
+ },
35128
+ {
35129
+ "kind": "js",
35130
+ "name": "*",
35131
+ "declaration": {
35132
+ "name": "*",
35133
+ "package": "./stepper-tab-panel"
35134
+ }
35135
+ }
35136
+ ]
35137
+ },
35138
+ {
35139
+ "kind": "javascript-module",
35140
+ "path": "src/stepper-tab-panel/stepper-tab-panel.template.ts",
35141
+ "declarations": [
35142
+ {
35143
+ "kind": "function",
35144
+ "name": "foundationStepperTabPanelTemplate"
35145
+ }
35146
+ ],
35147
+ "exports": [
35148
+ {
35149
+ "kind": "js",
35150
+ "name": "foundationStepperTabPanelTemplate",
35151
+ "declaration": {
35152
+ "name": "foundationStepperTabPanelTemplate",
35153
+ "module": "src/stepper-tab-panel/stepper-tab-panel.template.ts"
35154
+ }
35155
+ }
35156
+ ]
35157
+ },
35158
+ {
35159
+ "kind": "javascript-module",
35160
+ "path": "src/stepper-tab-panel/stepper-tab-panel.ts",
35161
+ "declarations": [
35162
+ {
35163
+ "kind": "class",
35164
+ "description": "",
35165
+ "name": "StepperTabPanel",
35166
+ "superclass": {
35167
+ "name": "FoundationElement",
35168
+ "package": "@microsoft/fast-foundation"
35169
+ },
35170
+ "tagName": "%%prefix%%-stepper-tab-panel",
35171
+ "customElement": true,
35172
+ "members": [
35173
+ {
35174
+ "kind": "field",
35175
+ "name": "_presentation",
35176
+ "type": {
35177
+ "text": "ComponentPresentation | null | undefined"
35178
+ },
35179
+ "privacy": "private",
35180
+ "default": "void 0",
35181
+ "inheritedFrom": {
35182
+ "name": "FoundationElement",
35183
+ "module": "src/foundation-element/foundation-element.ts"
35184
+ }
35185
+ },
35186
+ {
35187
+ "kind": "field",
35188
+ "name": "$presentation",
35189
+ "type": {
35190
+ "text": "ComponentPresentation | null"
35191
+ },
35192
+ "privacy": "public",
35193
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
35194
+ "inheritedFrom": {
35195
+ "name": "FoundationElement",
35196
+ "module": "src/foundation-element/foundation-element.ts"
35197
+ }
35198
+ },
35199
+ {
35200
+ "kind": "field",
35201
+ "name": "template",
35202
+ "type": {
35203
+ "text": "ElementViewTemplate | void | null"
35204
+ },
35205
+ "privacy": "public",
35206
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
35207
+ "inheritedFrom": {
35208
+ "name": "FoundationElement",
35209
+ "module": "src/foundation-element/foundation-element.ts"
35210
+ }
35211
+ },
35212
+ {
35213
+ "kind": "method",
35214
+ "name": "templateChanged",
35215
+ "privacy": "protected",
35216
+ "return": {
35217
+ "type": {
35218
+ "text": "void"
35219
+ }
35220
+ },
35221
+ "inheritedFrom": {
35222
+ "name": "FoundationElement",
35223
+ "module": "src/foundation-element/foundation-element.ts"
35224
+ }
35225
+ },
35226
+ {
35227
+ "kind": "field",
35228
+ "name": "styles",
35229
+ "type": {
35230
+ "text": "ElementStyles | void | null"
35231
+ },
35232
+ "privacy": "public",
35233
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
35234
+ "inheritedFrom": {
35235
+ "name": "FoundationElement",
35236
+ "module": "src/foundation-element/foundation-element.ts"
35237
+ }
35238
+ },
35239
+ {
35240
+ "kind": "method",
35241
+ "name": "stylesChanged",
35242
+ "privacy": "protected",
35243
+ "return": {
35244
+ "type": {
35245
+ "text": "void"
35246
+ }
35247
+ },
35248
+ "inheritedFrom": {
35249
+ "name": "FoundationElement",
35250
+ "module": "src/foundation-element/foundation-element.ts"
35251
+ }
35252
+ },
35253
+ {
35254
+ "kind": "method",
35255
+ "name": "compose",
35256
+ "privacy": "public",
35257
+ "static": true,
35258
+ "return": {
35259
+ "type": {
35260
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
35261
+ }
35262
+ },
35263
+ "parameters": [
35264
+ {
35265
+ "name": "this",
35266
+ "type": {
35267
+ "text": "K"
35268
+ }
35269
+ },
35270
+ {
35271
+ "name": "elementDefinition",
35272
+ "type": {
35273
+ "text": "T"
35274
+ },
35275
+ "description": "The definition of the element to create the registry\nfunction for."
35276
+ }
35277
+ ],
35278
+ "description": "Defines an element registry function with a set of element definition defaults.",
35279
+ "inheritedFrom": {
35280
+ "name": "FoundationElement",
35281
+ "module": "src/foundation-element/foundation-element.ts"
35282
+ }
35283
+ }
35284
+ ]
35285
+ },
35286
+ {
35287
+ "kind": "variable",
35288
+ "name": "foundationStepperTabPanelShadowOptions",
35289
+ "type": {
35290
+ "text": "ShadowRootInit"
35291
+ },
35292
+ "default": "undefined"
35293
+ },
35294
+ {
35295
+ "kind": "variable",
35296
+ "name": "defaultStepperTabPanelConfig",
35297
+ "type": {
35298
+ "text": "object"
35299
+ },
35300
+ "default": "{}"
35301
+ },
35302
+ {
35303
+ "kind": "variable",
35304
+ "name": "foundationStepperTabPanel",
35305
+ "description": "The Foundation Stepper Tab Panel",
35306
+ "privacy": "public"
35307
+ }
35308
+ ],
35309
+ "exports": [
35310
+ {
35311
+ "kind": "js",
35312
+ "name": "StepperTabPanel",
35313
+ "declaration": {
35314
+ "name": "StepperTabPanel",
35315
+ "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
35316
+ }
35317
+ },
35318
+ {
35319
+ "kind": "js",
35320
+ "name": "foundationStepperTabPanelShadowOptions",
35321
+ "declaration": {
35322
+ "name": "foundationStepperTabPanelShadowOptions",
35323
+ "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
35324
+ }
35325
+ },
35326
+ {
35327
+ "kind": "js",
35328
+ "name": "defaultStepperTabPanelConfig",
35329
+ "declaration": {
35330
+ "name": "defaultStepperTabPanelConfig",
35331
+ "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
35332
+ }
35333
+ },
35334
+ {
35335
+ "kind": "js",
35336
+ "name": "foundationStepperTabPanel",
35337
+ "declaration": {
35338
+ "name": "foundationStepperTabPanel",
35339
+ "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
35340
+ }
35341
+ }
35342
+ ]
35343
+ },
35115
35344
  {
35116
35345
  "kind": "javascript-module",
35117
35346
  "path": "src/stepper-tab/index.ts",
@@ -35522,235 +35751,6 @@
35522
35751
  }
35523
35752
  ]
35524
35753
  },
35525
- {
35526
- "kind": "javascript-module",
35527
- "path": "src/stepper-tab-panel/index.ts",
35528
- "declarations": [],
35529
- "exports": [
35530
- {
35531
- "kind": "js",
35532
- "name": "*",
35533
- "declaration": {
35534
- "name": "*",
35535
- "package": "./stepper-tab-panel.template"
35536
- }
35537
- },
35538
- {
35539
- "kind": "js",
35540
- "name": "*",
35541
- "declaration": {
35542
- "name": "*",
35543
- "package": "./stepper-tab-panel"
35544
- }
35545
- }
35546
- ]
35547
- },
35548
- {
35549
- "kind": "javascript-module",
35550
- "path": "src/stepper-tab-panel/stepper-tab-panel.template.ts",
35551
- "declarations": [
35552
- {
35553
- "kind": "function",
35554
- "name": "foundationStepperTabPanelTemplate"
35555
- }
35556
- ],
35557
- "exports": [
35558
- {
35559
- "kind": "js",
35560
- "name": "foundationStepperTabPanelTemplate",
35561
- "declaration": {
35562
- "name": "foundationStepperTabPanelTemplate",
35563
- "module": "src/stepper-tab-panel/stepper-tab-panel.template.ts"
35564
- }
35565
- }
35566
- ]
35567
- },
35568
- {
35569
- "kind": "javascript-module",
35570
- "path": "src/stepper-tab-panel/stepper-tab-panel.ts",
35571
- "declarations": [
35572
- {
35573
- "kind": "class",
35574
- "description": "",
35575
- "name": "StepperTabPanel",
35576
- "superclass": {
35577
- "name": "FoundationElement",
35578
- "package": "@microsoft/fast-foundation"
35579
- },
35580
- "tagName": "%%prefix%%-stepper-tab-panel",
35581
- "customElement": true,
35582
- "members": [
35583
- {
35584
- "kind": "field",
35585
- "name": "_presentation",
35586
- "type": {
35587
- "text": "ComponentPresentation | null | undefined"
35588
- },
35589
- "privacy": "private",
35590
- "default": "void 0",
35591
- "inheritedFrom": {
35592
- "name": "FoundationElement",
35593
- "module": "src/foundation-element/foundation-element.ts"
35594
- }
35595
- },
35596
- {
35597
- "kind": "field",
35598
- "name": "$presentation",
35599
- "type": {
35600
- "text": "ComponentPresentation | null"
35601
- },
35602
- "privacy": "public",
35603
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
35604
- "inheritedFrom": {
35605
- "name": "FoundationElement",
35606
- "module": "src/foundation-element/foundation-element.ts"
35607
- }
35608
- },
35609
- {
35610
- "kind": "field",
35611
- "name": "template",
35612
- "type": {
35613
- "text": "ElementViewTemplate | void | null"
35614
- },
35615
- "privacy": "public",
35616
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
35617
- "inheritedFrom": {
35618
- "name": "FoundationElement",
35619
- "module": "src/foundation-element/foundation-element.ts"
35620
- }
35621
- },
35622
- {
35623
- "kind": "method",
35624
- "name": "templateChanged",
35625
- "privacy": "protected",
35626
- "return": {
35627
- "type": {
35628
- "text": "void"
35629
- }
35630
- },
35631
- "inheritedFrom": {
35632
- "name": "FoundationElement",
35633
- "module": "src/foundation-element/foundation-element.ts"
35634
- }
35635
- },
35636
- {
35637
- "kind": "field",
35638
- "name": "styles",
35639
- "type": {
35640
- "text": "ElementStyles | void | null"
35641
- },
35642
- "privacy": "public",
35643
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
35644
- "inheritedFrom": {
35645
- "name": "FoundationElement",
35646
- "module": "src/foundation-element/foundation-element.ts"
35647
- }
35648
- },
35649
- {
35650
- "kind": "method",
35651
- "name": "stylesChanged",
35652
- "privacy": "protected",
35653
- "return": {
35654
- "type": {
35655
- "text": "void"
35656
- }
35657
- },
35658
- "inheritedFrom": {
35659
- "name": "FoundationElement",
35660
- "module": "src/foundation-element/foundation-element.ts"
35661
- }
35662
- },
35663
- {
35664
- "kind": "method",
35665
- "name": "compose",
35666
- "privacy": "public",
35667
- "static": true,
35668
- "return": {
35669
- "type": {
35670
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
35671
- }
35672
- },
35673
- "parameters": [
35674
- {
35675
- "name": "this",
35676
- "type": {
35677
- "text": "K"
35678
- }
35679
- },
35680
- {
35681
- "name": "elementDefinition",
35682
- "type": {
35683
- "text": "T"
35684
- },
35685
- "description": "The definition of the element to create the registry\nfunction for."
35686
- }
35687
- ],
35688
- "description": "Defines an element registry function with a set of element definition defaults.",
35689
- "inheritedFrom": {
35690
- "name": "FoundationElement",
35691
- "module": "src/foundation-element/foundation-element.ts"
35692
- }
35693
- }
35694
- ]
35695
- },
35696
- {
35697
- "kind": "variable",
35698
- "name": "foundationStepperTabPanelShadowOptions",
35699
- "type": {
35700
- "text": "ShadowRootInit"
35701
- },
35702
- "default": "undefined"
35703
- },
35704
- {
35705
- "kind": "variable",
35706
- "name": "defaultStepperTabPanelConfig",
35707
- "type": {
35708
- "text": "object"
35709
- },
35710
- "default": "{}"
35711
- },
35712
- {
35713
- "kind": "variable",
35714
- "name": "foundationStepperTabPanel",
35715
- "description": "The Foundation Stepper Tab Panel",
35716
- "privacy": "public"
35717
- }
35718
- ],
35719
- "exports": [
35720
- {
35721
- "kind": "js",
35722
- "name": "StepperTabPanel",
35723
- "declaration": {
35724
- "name": "StepperTabPanel",
35725
- "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
35726
- }
35727
- },
35728
- {
35729
- "kind": "js",
35730
- "name": "foundationStepperTabPanelShadowOptions",
35731
- "declaration": {
35732
- "name": "foundationStepperTabPanelShadowOptions",
35733
- "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
35734
- }
35735
- },
35736
- {
35737
- "kind": "js",
35738
- "name": "defaultStepperTabPanelConfig",
35739
- "declaration": {
35740
- "name": "defaultStepperTabPanelConfig",
35741
- "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
35742
- }
35743
- },
35744
- {
35745
- "kind": "js",
35746
- "name": "foundationStepperTabPanel",
35747
- "declaration": {
35748
- "name": "foundationStepperTabPanel",
35749
- "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
35750
- }
35751
- }
35752
- ]
35753
- },
35754
35754
  {
35755
35755
  "kind": "javascript-module",
35756
35756
  "path": "src/switch/index.ts",
@@ -41673,6 +41673,233 @@
41673
41673
  }
41674
41674
  ]
41675
41675
  },
41676
+ {
41677
+ "kind": "javascript-module",
41678
+ "path": "src/_config/styles/colors.ts",
41679
+ "declarations": [
41680
+ {
41681
+ "kind": "variable",
41682
+ "name": "defaultFillColor"
41683
+ },
41684
+ {
41685
+ "kind": "variable",
41686
+ "name": "fuiDefaultCardFillColor"
41687
+ },
41688
+ {
41689
+ "kind": "variable",
41690
+ "name": "fuiDefaultCardPalette"
41691
+ },
41692
+ {
41693
+ "kind": "variable",
41694
+ "name": "fuiNeutralSwatch"
41695
+ },
41696
+ {
41697
+ "kind": "variable",
41698
+ "name": "fuiNeutralPalette"
41699
+ },
41700
+ {
41701
+ "kind": "variable",
41702
+ "name": "fuiAccentSwatch"
41703
+ },
41704
+ {
41705
+ "kind": "variable",
41706
+ "name": "fuiAccentPalette"
41707
+ }
41708
+ ],
41709
+ "exports": [
41710
+ {
41711
+ "kind": "js",
41712
+ "name": "defaultFillColor",
41713
+ "declaration": {
41714
+ "name": "defaultFillColor",
41715
+ "module": "src/_config/styles/colors.ts"
41716
+ }
41717
+ },
41718
+ {
41719
+ "kind": "js",
41720
+ "name": "fuiDefaultCardFillColor",
41721
+ "declaration": {
41722
+ "name": "fuiDefaultCardFillColor",
41723
+ "module": "src/_config/styles/colors.ts"
41724
+ }
41725
+ },
41726
+ {
41727
+ "kind": "js",
41728
+ "name": "fuiDefaultCardPalette",
41729
+ "declaration": {
41730
+ "name": "fuiDefaultCardPalette",
41731
+ "module": "src/_config/styles/colors.ts"
41732
+ }
41733
+ },
41734
+ {
41735
+ "kind": "js",
41736
+ "name": "fuiNeutralSwatch",
41737
+ "declaration": {
41738
+ "name": "fuiNeutralSwatch",
41739
+ "module": "src/_config/styles/colors.ts"
41740
+ }
41741
+ },
41742
+ {
41743
+ "kind": "js",
41744
+ "name": "fuiNeutralPalette",
41745
+ "declaration": {
41746
+ "name": "fuiNeutralPalette",
41747
+ "module": "src/_config/styles/colors.ts"
41748
+ }
41749
+ },
41750
+ {
41751
+ "kind": "js",
41752
+ "name": "fuiAccentSwatch",
41753
+ "declaration": {
41754
+ "name": "fuiAccentSwatch",
41755
+ "module": "src/_config/styles/colors.ts"
41756
+ }
41757
+ },
41758
+ {
41759
+ "kind": "js",
41760
+ "name": "fuiAccentPalette",
41761
+ "declaration": {
41762
+ "name": "fuiAccentPalette",
41763
+ "module": "src/_config/styles/colors.ts"
41764
+ }
41765
+ }
41766
+ ]
41767
+ },
41768
+ {
41769
+ "kind": "javascript-module",
41770
+ "path": "src/_config/styles/directives.ts",
41771
+ "declarations": [
41772
+ {
41773
+ "kind": "class",
41774
+ "description": "",
41775
+ "name": "CSSVarsTokenMapper",
41776
+ "members": [
41777
+ {
41778
+ "kind": "method",
41779
+ "name": "createTokenPartial",
41780
+ "privacy": "private",
41781
+ "return": {
41782
+ "type": {
41783
+ "text": "CSSDirective"
41784
+ }
41785
+ },
41786
+ "parameters": [
41787
+ {
41788
+ "name": "key",
41789
+ "type": {
41790
+ "text": "string"
41791
+ }
41792
+ },
41793
+ {
41794
+ "name": "value",
41795
+ "type": {
41796
+ "text": "CSSDesignToken<Swatch | string>"
41797
+ }
41798
+ }
41799
+ ]
41800
+ },
41801
+ {
41802
+ "kind": "method",
41803
+ "name": "createTokensCSS",
41804
+ "privacy": "private",
41805
+ "return": {
41806
+ "type": {
41807
+ "text": "ComposableStyles[]"
41808
+ }
41809
+ }
41810
+ },
41811
+ {
41812
+ "kind": "method",
41813
+ "name": "createCSS",
41814
+ "privacy": "public"
41815
+ }
41816
+ ],
41817
+ "superclass": {
41818
+ "name": "CSSDirective",
41819
+ "package": "@microsoft/fast-element"
41820
+ }
41821
+ }
41822
+ ],
41823
+ "exports": [
41824
+ {
41825
+ "kind": "js",
41826
+ "name": "CSSVarsTokenMapper",
41827
+ "declaration": {
41828
+ "name": "CSSVarsTokenMapper",
41829
+ "module": "src/_config/styles/directives.ts"
41830
+ }
41831
+ }
41832
+ ]
41833
+ },
41834
+ {
41835
+ "kind": "javascript-module",
41836
+ "path": "src/_config/styles/fonts.ts",
41837
+ "declarations": [
41838
+ {
41839
+ "kind": "function",
41840
+ "name": "mixinFoundationFontFamily",
41841
+ "parameters": [
41842
+ {
41843
+ "name": "style",
41844
+ "default": "'normal'"
41845
+ },
41846
+ {
41847
+ "name": "weight",
41848
+ "default": "'normal'"
41849
+ }
41850
+ ]
41851
+ }
41852
+ ],
41853
+ "exports": [
41854
+ {
41855
+ "kind": "js",
41856
+ "name": "mixinFoundationFontFamily",
41857
+ "declaration": {
41858
+ "name": "mixinFoundationFontFamily",
41859
+ "module": "src/_config/styles/fonts.ts"
41860
+ }
41861
+ }
41862
+ ]
41863
+ },
41864
+ {
41865
+ "kind": "javascript-module",
41866
+ "path": "src/_config/styles/index.ts",
41867
+ "declarations": [],
41868
+ "exports": [
41869
+ {
41870
+ "kind": "js",
41871
+ "name": "*",
41872
+ "declaration": {
41873
+ "name": "*",
41874
+ "package": "./colors"
41875
+ }
41876
+ },
41877
+ {
41878
+ "kind": "js",
41879
+ "name": "*",
41880
+ "declaration": {
41881
+ "name": "*",
41882
+ "package": "./directives"
41883
+ }
41884
+ },
41885
+ {
41886
+ "kind": "js",
41887
+ "name": "*",
41888
+ "declaration": {
41889
+ "name": "*",
41890
+ "package": "./external"
41891
+ }
41892
+ },
41893
+ {
41894
+ "kind": "js",
41895
+ "name": "*",
41896
+ "declaration": {
41897
+ "name": "*",
41898
+ "package": "./fonts"
41899
+ }
41900
+ }
41901
+ ]
41902
+ },
41676
41903
  {
41677
41904
  "kind": "javascript-module",
41678
41905
  "path": "src/utils/base-datasource.ts",
@@ -42608,233 +42835,6 @@
42608
42835
  }
42609
42836
  ]
42610
42837
  },
42611
- {
42612
- "kind": "javascript-module",
42613
- "path": "src/_config/styles/colors.ts",
42614
- "declarations": [
42615
- {
42616
- "kind": "variable",
42617
- "name": "defaultFillColor"
42618
- },
42619
- {
42620
- "kind": "variable",
42621
- "name": "fuiDefaultCardFillColor"
42622
- },
42623
- {
42624
- "kind": "variable",
42625
- "name": "fuiDefaultCardPalette"
42626
- },
42627
- {
42628
- "kind": "variable",
42629
- "name": "fuiNeutralSwatch"
42630
- },
42631
- {
42632
- "kind": "variable",
42633
- "name": "fuiNeutralPalette"
42634
- },
42635
- {
42636
- "kind": "variable",
42637
- "name": "fuiAccentSwatch"
42638
- },
42639
- {
42640
- "kind": "variable",
42641
- "name": "fuiAccentPalette"
42642
- }
42643
- ],
42644
- "exports": [
42645
- {
42646
- "kind": "js",
42647
- "name": "defaultFillColor",
42648
- "declaration": {
42649
- "name": "defaultFillColor",
42650
- "module": "src/_config/styles/colors.ts"
42651
- }
42652
- },
42653
- {
42654
- "kind": "js",
42655
- "name": "fuiDefaultCardFillColor",
42656
- "declaration": {
42657
- "name": "fuiDefaultCardFillColor",
42658
- "module": "src/_config/styles/colors.ts"
42659
- }
42660
- },
42661
- {
42662
- "kind": "js",
42663
- "name": "fuiDefaultCardPalette",
42664
- "declaration": {
42665
- "name": "fuiDefaultCardPalette",
42666
- "module": "src/_config/styles/colors.ts"
42667
- }
42668
- },
42669
- {
42670
- "kind": "js",
42671
- "name": "fuiNeutralSwatch",
42672
- "declaration": {
42673
- "name": "fuiNeutralSwatch",
42674
- "module": "src/_config/styles/colors.ts"
42675
- }
42676
- },
42677
- {
42678
- "kind": "js",
42679
- "name": "fuiNeutralPalette",
42680
- "declaration": {
42681
- "name": "fuiNeutralPalette",
42682
- "module": "src/_config/styles/colors.ts"
42683
- }
42684
- },
42685
- {
42686
- "kind": "js",
42687
- "name": "fuiAccentSwatch",
42688
- "declaration": {
42689
- "name": "fuiAccentSwatch",
42690
- "module": "src/_config/styles/colors.ts"
42691
- }
42692
- },
42693
- {
42694
- "kind": "js",
42695
- "name": "fuiAccentPalette",
42696
- "declaration": {
42697
- "name": "fuiAccentPalette",
42698
- "module": "src/_config/styles/colors.ts"
42699
- }
42700
- }
42701
- ]
42702
- },
42703
- {
42704
- "kind": "javascript-module",
42705
- "path": "src/_config/styles/directives.ts",
42706
- "declarations": [
42707
- {
42708
- "kind": "class",
42709
- "description": "",
42710
- "name": "CSSVarsTokenMapper",
42711
- "members": [
42712
- {
42713
- "kind": "method",
42714
- "name": "createTokenPartial",
42715
- "privacy": "private",
42716
- "return": {
42717
- "type": {
42718
- "text": "CSSDirective"
42719
- }
42720
- },
42721
- "parameters": [
42722
- {
42723
- "name": "key",
42724
- "type": {
42725
- "text": "string"
42726
- }
42727
- },
42728
- {
42729
- "name": "value",
42730
- "type": {
42731
- "text": "CSSDesignToken<Swatch | string>"
42732
- }
42733
- }
42734
- ]
42735
- },
42736
- {
42737
- "kind": "method",
42738
- "name": "createTokensCSS",
42739
- "privacy": "private",
42740
- "return": {
42741
- "type": {
42742
- "text": "ComposableStyles[]"
42743
- }
42744
- }
42745
- },
42746
- {
42747
- "kind": "method",
42748
- "name": "createCSS",
42749
- "privacy": "public"
42750
- }
42751
- ],
42752
- "superclass": {
42753
- "name": "CSSDirective",
42754
- "package": "@microsoft/fast-element"
42755
- }
42756
- }
42757
- ],
42758
- "exports": [
42759
- {
42760
- "kind": "js",
42761
- "name": "CSSVarsTokenMapper",
42762
- "declaration": {
42763
- "name": "CSSVarsTokenMapper",
42764
- "module": "src/_config/styles/directives.ts"
42765
- }
42766
- }
42767
- ]
42768
- },
42769
- {
42770
- "kind": "javascript-module",
42771
- "path": "src/_config/styles/fonts.ts",
42772
- "declarations": [
42773
- {
42774
- "kind": "function",
42775
- "name": "mixinFoundationFontFamily",
42776
- "parameters": [
42777
- {
42778
- "name": "style",
42779
- "default": "'normal'"
42780
- },
42781
- {
42782
- "name": "weight",
42783
- "default": "'normal'"
42784
- }
42785
- ]
42786
- }
42787
- ],
42788
- "exports": [
42789
- {
42790
- "kind": "js",
42791
- "name": "mixinFoundationFontFamily",
42792
- "declaration": {
42793
- "name": "mixinFoundationFontFamily",
42794
- "module": "src/_config/styles/fonts.ts"
42795
- }
42796
- }
42797
- ]
42798
- },
42799
- {
42800
- "kind": "javascript-module",
42801
- "path": "src/_config/styles/index.ts",
42802
- "declarations": [],
42803
- "exports": [
42804
- {
42805
- "kind": "js",
42806
- "name": "*",
42807
- "declaration": {
42808
- "name": "*",
42809
- "package": "./colors"
42810
- }
42811
- },
42812
- {
42813
- "kind": "js",
42814
- "name": "*",
42815
- "declaration": {
42816
- "name": "*",
42817
- "package": "./directives"
42818
- }
42819
- },
42820
- {
42821
- "kind": "js",
42822
- "name": "*",
42823
- "declaration": {
42824
- "name": "*",
42825
- "package": "./external"
42826
- }
42827
- },
42828
- {
42829
- "kind": "js",
42830
- "name": "*",
42831
- "declaration": {
42832
- "name": "*",
42833
- "package": "./fonts"
42834
- }
42835
- }
42836
- ]
42837
- },
42838
42838
  {
42839
42839
  "kind": "javascript-module",
42840
42840
  "path": "src/_config/tokens/custom.ts",