@genesislcap/foundation-ui 14.194.6 → 14.195.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +1318 -1318
- package/package.json +16 -16
|
@@ -862,6 +862,219 @@
|
|
|
862
862
|
}
|
|
863
863
|
]
|
|
864
864
|
},
|
|
865
|
+
{
|
|
866
|
+
"kind": "javascript-module",
|
|
867
|
+
"path": "src/_config/index.ts",
|
|
868
|
+
"declarations": [],
|
|
869
|
+
"exports": [
|
|
870
|
+
{
|
|
871
|
+
"kind": "js",
|
|
872
|
+
"name": "*",
|
|
873
|
+
"declaration": {
|
|
874
|
+
"name": "*",
|
|
875
|
+
"package": "./styles"
|
|
876
|
+
}
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"kind": "js",
|
|
880
|
+
"name": "*",
|
|
881
|
+
"declaration": {
|
|
882
|
+
"name": "*",
|
|
883
|
+
"package": "./tokens"
|
|
884
|
+
}
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"kind": "js",
|
|
888
|
+
"name": "*",
|
|
889
|
+
"declaration": {
|
|
890
|
+
"name": "*",
|
|
891
|
+
"package": "./values"
|
|
892
|
+
}
|
|
893
|
+
}
|
|
894
|
+
]
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
"kind": "javascript-module",
|
|
898
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
899
|
+
"declarations": [
|
|
900
|
+
{
|
|
901
|
+
"kind": "function",
|
|
902
|
+
"name": "foundationAccordionStyles",
|
|
903
|
+
"return": {
|
|
904
|
+
"type": {
|
|
905
|
+
"text": "ElementStyles"
|
|
906
|
+
}
|
|
907
|
+
},
|
|
908
|
+
"parameters": [
|
|
909
|
+
{
|
|
910
|
+
"name": "context",
|
|
911
|
+
"type": {
|
|
912
|
+
"text": "ElementDefinitionContext"
|
|
913
|
+
}
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"name": "definition",
|
|
917
|
+
"type": {
|
|
918
|
+
"text": "FoundationElementDefinition"
|
|
919
|
+
}
|
|
920
|
+
}
|
|
921
|
+
]
|
|
922
|
+
}
|
|
923
|
+
],
|
|
924
|
+
"exports": [
|
|
925
|
+
{
|
|
926
|
+
"kind": "js",
|
|
927
|
+
"name": "foundationAccordionStyles",
|
|
928
|
+
"declaration": {
|
|
929
|
+
"name": "foundationAccordionStyles",
|
|
930
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
931
|
+
}
|
|
932
|
+
}
|
|
933
|
+
]
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"kind": "javascript-module",
|
|
937
|
+
"path": "src/accordion/accordion.template.ts",
|
|
938
|
+
"declarations": [
|
|
939
|
+
{
|
|
940
|
+
"kind": "function",
|
|
941
|
+
"name": "foundationAccordionTemplate",
|
|
942
|
+
"return": {
|
|
943
|
+
"type": {
|
|
944
|
+
"text": "ViewTemplate<Accordion>"
|
|
945
|
+
}
|
|
946
|
+
},
|
|
947
|
+
"parameters": [
|
|
948
|
+
{
|
|
949
|
+
"name": "context",
|
|
950
|
+
"type": {
|
|
951
|
+
"text": "ElementDefinitionContext"
|
|
952
|
+
}
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"name": "definition",
|
|
956
|
+
"type": {
|
|
957
|
+
"text": "FoundationElementDefinition"
|
|
958
|
+
}
|
|
959
|
+
}
|
|
960
|
+
]
|
|
961
|
+
}
|
|
962
|
+
],
|
|
963
|
+
"exports": [
|
|
964
|
+
{
|
|
965
|
+
"kind": "js",
|
|
966
|
+
"name": "foundationAccordionTemplate",
|
|
967
|
+
"declaration": {
|
|
968
|
+
"name": "foundationAccordionTemplate",
|
|
969
|
+
"module": "src/accordion/accordion.template.ts"
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
]
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"kind": "javascript-module",
|
|
976
|
+
"path": "src/accordion/accordion.ts",
|
|
977
|
+
"declarations": [
|
|
978
|
+
{
|
|
979
|
+
"kind": "class",
|
|
980
|
+
"description": "",
|
|
981
|
+
"name": "Accordion",
|
|
982
|
+
"superclass": {
|
|
983
|
+
"name": "FASTAccordion",
|
|
984
|
+
"package": "@microsoft/fast-foundation"
|
|
985
|
+
},
|
|
986
|
+
"tagName": "%%prefix%%-accordion",
|
|
987
|
+
"customElement": true
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"kind": "variable",
|
|
991
|
+
"name": "foundationAccordionShadowOptions",
|
|
992
|
+
"type": {
|
|
993
|
+
"text": "ShadowRootInit"
|
|
994
|
+
},
|
|
995
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
996
|
+
},
|
|
997
|
+
{
|
|
998
|
+
"kind": "variable",
|
|
999
|
+
"name": "defaultAccordionConfig",
|
|
1000
|
+
"type": {
|
|
1001
|
+
"text": "object"
|
|
1002
|
+
},
|
|
1003
|
+
"default": "{}"
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"kind": "variable",
|
|
1007
|
+
"name": "foundationAccordion",
|
|
1008
|
+
"description": "The Foundation Accordion",
|
|
1009
|
+
"privacy": "public"
|
|
1010
|
+
}
|
|
1011
|
+
],
|
|
1012
|
+
"exports": [
|
|
1013
|
+
{
|
|
1014
|
+
"kind": "js",
|
|
1015
|
+
"name": "Accordion",
|
|
1016
|
+
"declaration": {
|
|
1017
|
+
"name": "Accordion",
|
|
1018
|
+
"module": "src/accordion/accordion.ts"
|
|
1019
|
+
}
|
|
1020
|
+
},
|
|
1021
|
+
{
|
|
1022
|
+
"kind": "js",
|
|
1023
|
+
"name": "foundationAccordionShadowOptions",
|
|
1024
|
+
"declaration": {
|
|
1025
|
+
"name": "foundationAccordionShadowOptions",
|
|
1026
|
+
"module": "src/accordion/accordion.ts"
|
|
1027
|
+
}
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
"kind": "js",
|
|
1031
|
+
"name": "defaultAccordionConfig",
|
|
1032
|
+
"declaration": {
|
|
1033
|
+
"name": "defaultAccordionConfig",
|
|
1034
|
+
"module": "src/accordion/accordion.ts"
|
|
1035
|
+
}
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"kind": "js",
|
|
1039
|
+
"name": "foundationAccordion",
|
|
1040
|
+
"declaration": {
|
|
1041
|
+
"name": "foundationAccordion",
|
|
1042
|
+
"module": "src/accordion/accordion.ts"
|
|
1043
|
+
}
|
|
1044
|
+
}
|
|
1045
|
+
]
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1048
|
+
"kind": "javascript-module",
|
|
1049
|
+
"path": "src/accordion/index.ts",
|
|
1050
|
+
"declarations": [],
|
|
1051
|
+
"exports": [
|
|
1052
|
+
{
|
|
1053
|
+
"kind": "js",
|
|
1054
|
+
"name": "*",
|
|
1055
|
+
"declaration": {
|
|
1056
|
+
"name": "*",
|
|
1057
|
+
"package": "./accordion.template"
|
|
1058
|
+
}
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"kind": "js",
|
|
1062
|
+
"name": "*",
|
|
1063
|
+
"declaration": {
|
|
1064
|
+
"name": "*",
|
|
1065
|
+
"package": "./accordion.styles"
|
|
1066
|
+
}
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
"kind": "js",
|
|
1070
|
+
"name": "*",
|
|
1071
|
+
"declaration": {
|
|
1072
|
+
"name": "*",
|
|
1073
|
+
"package": "./accordion"
|
|
1074
|
+
}
|
|
1075
|
+
}
|
|
1076
|
+
]
|
|
1077
|
+
},
|
|
865
1078
|
{
|
|
866
1079
|
"kind": "javascript-module",
|
|
867
1080
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1256,188 +1469,6 @@
|
|
|
1256
1469
|
}
|
|
1257
1470
|
]
|
|
1258
1471
|
},
|
|
1259
|
-
{
|
|
1260
|
-
"kind": "javascript-module",
|
|
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",
|
|
1413
|
-
"declarations": [],
|
|
1414
|
-
"exports": [
|
|
1415
|
-
{
|
|
1416
|
-
"kind": "js",
|
|
1417
|
-
"name": "*",
|
|
1418
|
-
"declaration": {
|
|
1419
|
-
"name": "*",
|
|
1420
|
-
"package": "./accordion.template"
|
|
1421
|
-
}
|
|
1422
|
-
},
|
|
1423
|
-
{
|
|
1424
|
-
"kind": "js",
|
|
1425
|
-
"name": "*",
|
|
1426
|
-
"declaration": {
|
|
1427
|
-
"name": "*",
|
|
1428
|
-
"package": "./accordion.styles"
|
|
1429
|
-
}
|
|
1430
|
-
},
|
|
1431
|
-
{
|
|
1432
|
-
"kind": "js",
|
|
1433
|
-
"name": "*",
|
|
1434
|
-
"declaration": {
|
|
1435
|
-
"name": "*",
|
|
1436
|
-
"package": "./accordion"
|
|
1437
|
-
}
|
|
1438
|
-
}
|
|
1439
|
-
]
|
|
1440
|
-
},
|
|
1441
1472
|
{
|
|
1442
1473
|
"kind": "javascript-module",
|
|
1443
1474
|
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
@@ -1997,37 +2028,6 @@
|
|
|
1997
2028
|
}
|
|
1998
2029
|
]
|
|
1999
2030
|
},
|
|
2000
|
-
{
|
|
2001
|
-
"kind": "javascript-module",
|
|
2002
|
-
"path": "src/_config/index.ts",
|
|
2003
|
-
"declarations": [],
|
|
2004
|
-
"exports": [
|
|
2005
|
-
{
|
|
2006
|
-
"kind": "js",
|
|
2007
|
-
"name": "*",
|
|
2008
|
-
"declaration": {
|
|
2009
|
-
"name": "*",
|
|
2010
|
-
"package": "./styles"
|
|
2011
|
-
}
|
|
2012
|
-
},
|
|
2013
|
-
{
|
|
2014
|
-
"kind": "js",
|
|
2015
|
-
"name": "*",
|
|
2016
|
-
"declaration": {
|
|
2017
|
-
"name": "*",
|
|
2018
|
-
"package": "./tokens"
|
|
2019
|
-
}
|
|
2020
|
-
},
|
|
2021
|
-
{
|
|
2022
|
-
"kind": "js",
|
|
2023
|
-
"name": "*",
|
|
2024
|
-
"declaration": {
|
|
2025
|
-
"name": "*",
|
|
2026
|
-
"package": "./values"
|
|
2027
|
-
}
|
|
2028
|
-
}
|
|
2029
|
-
]
|
|
2030
|
-
},
|
|
2031
2031
|
{
|
|
2032
2032
|
"kind": "javascript-module",
|
|
2033
2033
|
"path": "src/anchor/anchor.styles.ts",
|
|
@@ -27473,6 +27473,106 @@
|
|
|
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
|
+
},
|
|
27476
27576
|
{
|
|
27477
27577
|
"kind": "javascript-module",
|
|
27478
27578
|
"path": "src/popper/index.ts",
|
|
@@ -31154,106 +31254,6 @@
|
|
|
31154
31254
|
}
|
|
31155
31255
|
]
|
|
31156
31256
|
},
|
|
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",
|
|
@@ -32665,7 +32665,7 @@
|
|
|
32665
32665
|
},
|
|
32666
32666
|
{
|
|
32667
32667
|
"kind": "javascript-module",
|
|
32668
|
-
"path": "src/slider
|
|
32668
|
+
"path": "src/slider/index.ts",
|
|
32669
32669
|
"declarations": [],
|
|
32670
32670
|
"exports": [
|
|
32671
32671
|
{
|
|
@@ -32673,7 +32673,7 @@
|
|
|
32673
32673
|
"name": "*",
|
|
32674
32674
|
"declaration": {
|
|
32675
32675
|
"name": "*",
|
|
32676
|
-
"package": "./slider
|
|
32676
|
+
"package": "./slider.template"
|
|
32677
32677
|
}
|
|
32678
32678
|
},
|
|
32679
32679
|
{
|
|
@@ -32681,7 +32681,7 @@
|
|
|
32681
32681
|
"name": "*",
|
|
32682
32682
|
"declaration": {
|
|
32683
32683
|
"name": "*",
|
|
32684
|
-
"package": "./slider
|
|
32684
|
+
"package": "./slider.styles"
|
|
32685
32685
|
}
|
|
32686
32686
|
},
|
|
32687
32687
|
{
|
|
@@ -32689,18 +32689,18 @@
|
|
|
32689
32689
|
"name": "*",
|
|
32690
32690
|
"declaration": {
|
|
32691
32691
|
"name": "*",
|
|
32692
|
-
"package": "./slider
|
|
32692
|
+
"package": "./slider"
|
|
32693
32693
|
}
|
|
32694
32694
|
}
|
|
32695
32695
|
]
|
|
32696
32696
|
},
|
|
32697
32697
|
{
|
|
32698
32698
|
"kind": "javascript-module",
|
|
32699
|
-
"path": "src/slider
|
|
32699
|
+
"path": "src/slider/slider.styles.ts",
|
|
32700
32700
|
"declarations": [
|
|
32701
32701
|
{
|
|
32702
32702
|
"kind": "function",
|
|
32703
|
-
"name": "
|
|
32703
|
+
"name": "foundationSliderStyles",
|
|
32704
32704
|
"return": {
|
|
32705
32705
|
"type": {
|
|
32706
32706
|
"text": "ElementStyles"
|
|
@@ -32716,7 +32716,7 @@
|
|
|
32716
32716
|
{
|
|
32717
32717
|
"name": "definition",
|
|
32718
32718
|
"type": {
|
|
32719
|
-
"text": "
|
|
32719
|
+
"text": "SliderOptions"
|
|
32720
32720
|
}
|
|
32721
32721
|
}
|
|
32722
32722
|
]
|
|
@@ -32725,26 +32725,21 @@
|
|
|
32725
32725
|
"exports": [
|
|
32726
32726
|
{
|
|
32727
32727
|
"kind": "js",
|
|
32728
|
-
"name": "
|
|
32728
|
+
"name": "foundationSliderStyles",
|
|
32729
32729
|
"declaration": {
|
|
32730
|
-
"name": "
|
|
32731
|
-
"module": "src/slider
|
|
32730
|
+
"name": "foundationSliderStyles",
|
|
32731
|
+
"module": "src/slider/slider.styles.ts"
|
|
32732
32732
|
}
|
|
32733
32733
|
}
|
|
32734
32734
|
]
|
|
32735
32735
|
},
|
|
32736
32736
|
{
|
|
32737
32737
|
"kind": "javascript-module",
|
|
32738
|
-
"path": "src/slider
|
|
32738
|
+
"path": "src/slider/slider.template.ts",
|
|
32739
32739
|
"declarations": [
|
|
32740
32740
|
{
|
|
32741
32741
|
"kind": "function",
|
|
32742
|
-
"name": "
|
|
32743
|
-
"return": {
|
|
32744
|
-
"type": {
|
|
32745
|
-
"text": "ViewTemplate<SliderLabel>"
|
|
32746
|
-
}
|
|
32747
|
-
},
|
|
32742
|
+
"name": "foundationSliderTemplate",
|
|
32748
32743
|
"parameters": [
|
|
32749
32744
|
{
|
|
32750
32745
|
"name": "context",
|
|
@@ -32755,93 +32750,106 @@
|
|
|
32755
32750
|
{
|
|
32756
32751
|
"name": "definition",
|
|
32757
32752
|
"type": {
|
|
32758
|
-
"text": "
|
|
32753
|
+
"text": "SliderOptions"
|
|
32759
32754
|
}
|
|
32760
32755
|
}
|
|
32761
|
-
]
|
|
32756
|
+
],
|
|
32757
|
+
"description": "The template for the @microsoft/fast-foundation#(Slider:class) component.",
|
|
32758
|
+
"privacy": "public"
|
|
32762
32759
|
}
|
|
32763
32760
|
],
|
|
32764
32761
|
"exports": [
|
|
32765
32762
|
{
|
|
32766
32763
|
"kind": "js",
|
|
32767
|
-
"name": "
|
|
32764
|
+
"name": "foundationSliderTemplate",
|
|
32768
32765
|
"declaration": {
|
|
32769
|
-
"name": "
|
|
32770
|
-
"module": "src/slider
|
|
32766
|
+
"name": "foundationSliderTemplate",
|
|
32767
|
+
"module": "src/slider/slider.template.ts"
|
|
32771
32768
|
}
|
|
32772
32769
|
}
|
|
32773
32770
|
]
|
|
32774
32771
|
},
|
|
32775
32772
|
{
|
|
32776
32773
|
"kind": "javascript-module",
|
|
32777
|
-
"path": "src/slider
|
|
32774
|
+
"path": "src/slider/slider.ts",
|
|
32778
32775
|
"declarations": [
|
|
32779
32776
|
{
|
|
32780
32777
|
"kind": "class",
|
|
32781
32778
|
"description": "",
|
|
32782
|
-
"name": "
|
|
32779
|
+
"name": "Slider",
|
|
32783
32780
|
"superclass": {
|
|
32784
|
-
"name": "
|
|
32781
|
+
"name": "FASTSlider",
|
|
32785
32782
|
"package": "@microsoft/fast-components"
|
|
32786
32783
|
},
|
|
32787
|
-
"tagName": "%%prefix%%-slider
|
|
32784
|
+
"tagName": "%%prefix%%-slider",
|
|
32788
32785
|
"customElement": true,
|
|
32789
32786
|
"attributes": [
|
|
32790
32787
|
{
|
|
32791
|
-
"name": "
|
|
32788
|
+
"name": "readonly",
|
|
32792
32789
|
"type": {
|
|
32793
|
-
"text": "
|
|
32790
|
+
"text": "boolean"
|
|
32794
32791
|
},
|
|
32795
|
-
"description": "
|
|
32796
|
-
"fieldName": "
|
|
32792
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
32793
|
+
"fieldName": "readOnly",
|
|
32797
32794
|
"inheritedFrom": {
|
|
32798
|
-
"name": "
|
|
32799
|
-
"module": "src/slider
|
|
32795
|
+
"name": "Slider",
|
|
32796
|
+
"module": "src/slider/slider.ts"
|
|
32800
32797
|
}
|
|
32801
32798
|
},
|
|
32802
32799
|
{
|
|
32803
|
-
"name": "hide-mark",
|
|
32804
32800
|
"type": {
|
|
32805
|
-
"text": "
|
|
32801
|
+
"text": "number"
|
|
32806
32802
|
},
|
|
32807
|
-
"default": "
|
|
32808
|
-
"description": "
|
|
32809
|
-
"fieldName": "
|
|
32803
|
+
"default": "0",
|
|
32804
|
+
"description": "The minimum allowed value.",
|
|
32805
|
+
"fieldName": "min",
|
|
32810
32806
|
"inheritedFrom": {
|
|
32811
|
-
"name": "
|
|
32812
|
-
"module": "src/slider
|
|
32807
|
+
"name": "Slider",
|
|
32808
|
+
"module": "src/slider/slider.ts"
|
|
32813
32809
|
}
|
|
32814
32810
|
},
|
|
32815
32811
|
{
|
|
32816
|
-
"name": "
|
|
32812
|
+
"name": "orientation",
|
|
32817
32813
|
"type": {
|
|
32818
|
-
"text": "
|
|
32814
|
+
"text": "Orientation"
|
|
32819
32815
|
},
|
|
32820
|
-
"description": "The
|
|
32821
|
-
"fieldName": "
|
|
32816
|
+
"description": "The orientation of the slider.",
|
|
32817
|
+
"fieldName": "orientation",
|
|
32822
32818
|
"inheritedFrom": {
|
|
32823
|
-
"name": "
|
|
32824
|
-
"module": "src/slider
|
|
32819
|
+
"name": "Slider",
|
|
32820
|
+
"module": "src/slider/slider.ts"
|
|
32821
|
+
}
|
|
32822
|
+
},
|
|
32823
|
+
{
|
|
32824
|
+
"name": "mode",
|
|
32825
|
+
"type": {
|
|
32826
|
+
"text": "SliderMode"
|
|
32827
|
+
},
|
|
32828
|
+
"description": "The selection mode.",
|
|
32829
|
+
"fieldName": "mode",
|
|
32830
|
+
"inheritedFrom": {
|
|
32831
|
+
"name": "Slider",
|
|
32832
|
+
"module": "src/slider/slider.ts"
|
|
32825
32833
|
}
|
|
32826
32834
|
}
|
|
32827
32835
|
],
|
|
32828
32836
|
"members": [
|
|
32829
32837
|
{
|
|
32830
32838
|
"kind": "field",
|
|
32831
|
-
"name": "
|
|
32839
|
+
"name": "readOnly",
|
|
32832
32840
|
"type": {
|
|
32833
|
-
"text": "
|
|
32841
|
+
"text": "boolean"
|
|
32834
32842
|
},
|
|
32835
32843
|
"privacy": "public",
|
|
32836
|
-
"description": "
|
|
32844
|
+
"description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
|
|
32837
32845
|
"inheritedFrom": {
|
|
32838
|
-
"name": "
|
|
32839
|
-
"module": "src/slider
|
|
32846
|
+
"name": "Slider",
|
|
32847
|
+
"module": "src/slider/slider.ts"
|
|
32840
32848
|
}
|
|
32841
32849
|
},
|
|
32842
32850
|
{
|
|
32843
32851
|
"kind": "method",
|
|
32844
|
-
"name": "
|
|
32852
|
+
"name": "readOnlyChanged",
|
|
32845
32853
|
"privacy": "private",
|
|
32846
32854
|
"return": {
|
|
32847
32855
|
"type": {
|
|
@@ -32849,439 +32857,263 @@
|
|
|
32849
32857
|
}
|
|
32850
32858
|
},
|
|
32851
32859
|
"inheritedFrom": {
|
|
32852
|
-
"name": "
|
|
32853
|
-
"module": "src/slider
|
|
32860
|
+
"name": "Slider",
|
|
32861
|
+
"module": "src/slider/slider.ts"
|
|
32854
32862
|
}
|
|
32855
32863
|
},
|
|
32856
32864
|
{
|
|
32857
32865
|
"kind": "field",
|
|
32858
|
-
"name": "
|
|
32866
|
+
"name": "valueAsNumber",
|
|
32859
32867
|
"type": {
|
|
32860
|
-
"text": "
|
|
32868
|
+
"text": "number"
|
|
32861
32869
|
},
|
|
32862
32870
|
"privacy": "public",
|
|
32863
|
-
"
|
|
32864
|
-
"description": "Hides the tick mark.",
|
|
32871
|
+
"description": "The value property, typed as a number.",
|
|
32865
32872
|
"inheritedFrom": {
|
|
32866
|
-
"name": "
|
|
32867
|
-
"module": "src/slider
|
|
32873
|
+
"name": "Slider",
|
|
32874
|
+
"module": "src/slider/slider.ts"
|
|
32868
32875
|
}
|
|
32869
32876
|
},
|
|
32870
32877
|
{
|
|
32871
32878
|
"kind": "field",
|
|
32872
|
-
"name": "
|
|
32879
|
+
"name": "valueTextFormatter",
|
|
32873
32880
|
"type": {
|
|
32874
|
-
"text": "
|
|
32881
|
+
"text": "(value: string) => string | null"
|
|
32875
32882
|
},
|
|
32876
32883
|
"privacy": "public",
|
|
32877
|
-
"description": "
|
|
32884
|
+
"description": "Custom function that generates a string for the component's \"aria-valuetext\" attribute based on the current value.",
|
|
32878
32885
|
"inheritedFrom": {
|
|
32879
|
-
"name": "
|
|
32880
|
-
"module": "src/slider
|
|
32886
|
+
"name": "Slider",
|
|
32887
|
+
"module": "src/slider/slider.ts"
|
|
32881
32888
|
}
|
|
32882
32889
|
},
|
|
32883
32890
|
{
|
|
32884
32891
|
"kind": "field",
|
|
32885
|
-
"name": "
|
|
32892
|
+
"name": "min",
|
|
32886
32893
|
"type": {
|
|
32887
|
-
"text": "
|
|
32894
|
+
"text": "number"
|
|
32888
32895
|
},
|
|
32889
|
-
"privacy": "
|
|
32896
|
+
"privacy": "public",
|
|
32897
|
+
"default": "0",
|
|
32898
|
+
"description": "The minimum allowed value.",
|
|
32890
32899
|
"inheritedFrom": {
|
|
32891
|
-
"name": "
|
|
32892
|
-
"module": "src/slider
|
|
32900
|
+
"name": "Slider",
|
|
32901
|
+
"module": "src/slider/slider.ts"
|
|
32893
32902
|
}
|
|
32894
32903
|
},
|
|
32895
32904
|
{
|
|
32896
32905
|
"kind": "method",
|
|
32897
|
-
"name": "
|
|
32906
|
+
"name": "minChanged",
|
|
32898
32907
|
"privacy": "private",
|
|
32899
32908
|
"return": {
|
|
32900
32909
|
"type": {
|
|
32901
|
-
"text": "
|
|
32910
|
+
"text": "void"
|
|
32902
32911
|
}
|
|
32903
32912
|
},
|
|
32904
|
-
"parameters": [
|
|
32905
|
-
{
|
|
32906
|
-
"name": "node",
|
|
32907
|
-
"type": {
|
|
32908
|
-
"text": "any"
|
|
32909
|
-
}
|
|
32910
|
-
}
|
|
32911
|
-
],
|
|
32912
32913
|
"inheritedFrom": {
|
|
32913
|
-
"name": "
|
|
32914
|
-
"module": "src/slider
|
|
32914
|
+
"name": "Slider",
|
|
32915
|
+
"module": "src/slider/slider.ts"
|
|
32915
32916
|
}
|
|
32916
32917
|
},
|
|
32917
32918
|
{
|
|
32918
32919
|
"kind": "field",
|
|
32919
|
-
"name": "
|
|
32920
|
-
"
|
|
32920
|
+
"name": "max",
|
|
32921
|
+
"type": {
|
|
32922
|
+
"text": "number"
|
|
32923
|
+
},
|
|
32924
|
+
"privacy": "public",
|
|
32925
|
+
"default": "10",
|
|
32926
|
+
"description": "The maximum allowed value.",
|
|
32921
32927
|
"inheritedFrom": {
|
|
32922
|
-
"name": "
|
|
32923
|
-
"module": "src/slider
|
|
32928
|
+
"name": "Slider",
|
|
32929
|
+
"module": "src/slider/slider.ts"
|
|
32924
32930
|
}
|
|
32925
32931
|
},
|
|
32926
32932
|
{
|
|
32927
|
-
"kind": "
|
|
32928
|
-
"name": "
|
|
32933
|
+
"kind": "method",
|
|
32934
|
+
"name": "maxChanged",
|
|
32929
32935
|
"privacy": "private",
|
|
32936
|
+
"return": {
|
|
32937
|
+
"type": {
|
|
32938
|
+
"text": "void"
|
|
32939
|
+
}
|
|
32940
|
+
},
|
|
32930
32941
|
"inheritedFrom": {
|
|
32931
|
-
"name": "
|
|
32932
|
-
"module": "src/slider
|
|
32942
|
+
"name": "Slider",
|
|
32943
|
+
"module": "src/slider/slider.ts"
|
|
32933
32944
|
}
|
|
32934
32945
|
},
|
|
32935
32946
|
{
|
|
32936
32947
|
"kind": "field",
|
|
32937
|
-
"name": "
|
|
32948
|
+
"name": "step",
|
|
32938
32949
|
"type": {
|
|
32939
|
-
"text": "
|
|
32950
|
+
"text": "number"
|
|
32940
32951
|
},
|
|
32941
|
-
"privacy": "
|
|
32942
|
-
"default": "
|
|
32952
|
+
"privacy": "public",
|
|
32953
|
+
"default": "1",
|
|
32954
|
+
"description": "Value to increment or decrement via arrow keys, mouse click or drag.",
|
|
32943
32955
|
"inheritedFrom": {
|
|
32944
|
-
"name": "
|
|
32945
|
-
"module": "src/
|
|
32956
|
+
"name": "Slider",
|
|
32957
|
+
"module": "src/slider/slider.ts"
|
|
32946
32958
|
}
|
|
32947
32959
|
},
|
|
32948
32960
|
{
|
|
32949
|
-
"kind": "
|
|
32950
|
-
"name": "
|
|
32951
|
-
"
|
|
32952
|
-
|
|
32961
|
+
"kind": "method",
|
|
32962
|
+
"name": "stepChanged",
|
|
32963
|
+
"privacy": "private",
|
|
32964
|
+
"return": {
|
|
32965
|
+
"type": {
|
|
32966
|
+
"text": "void"
|
|
32967
|
+
}
|
|
32953
32968
|
},
|
|
32954
|
-
"privacy": "public",
|
|
32955
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
32956
32969
|
"inheritedFrom": {
|
|
32957
|
-
"name": "
|
|
32958
|
-
"module": "src/
|
|
32970
|
+
"name": "Slider",
|
|
32971
|
+
"module": "src/slider/slider.ts"
|
|
32959
32972
|
}
|
|
32960
32973
|
},
|
|
32961
32974
|
{
|
|
32962
32975
|
"kind": "field",
|
|
32963
|
-
"name": "
|
|
32976
|
+
"name": "orientation",
|
|
32964
32977
|
"type": {
|
|
32965
|
-
"text": "
|
|
32978
|
+
"text": "Orientation"
|
|
32966
32979
|
},
|
|
32967
32980
|
"privacy": "public",
|
|
32968
|
-
"description": "
|
|
32981
|
+
"description": "The orientation of the slider.",
|
|
32969
32982
|
"inheritedFrom": {
|
|
32970
|
-
"name": "
|
|
32971
|
-
"module": "src/
|
|
32983
|
+
"name": "Slider",
|
|
32984
|
+
"module": "src/slider/slider.ts"
|
|
32972
32985
|
}
|
|
32973
32986
|
},
|
|
32974
32987
|
{
|
|
32975
32988
|
"kind": "method",
|
|
32976
|
-
"name": "
|
|
32977
|
-
"privacy": "
|
|
32989
|
+
"name": "orientationChanged",
|
|
32990
|
+
"privacy": "private",
|
|
32978
32991
|
"return": {
|
|
32979
32992
|
"type": {
|
|
32980
32993
|
"text": "void"
|
|
32981
32994
|
}
|
|
32982
32995
|
},
|
|
32983
32996
|
"inheritedFrom": {
|
|
32984
|
-
"name": "
|
|
32985
|
-
"module": "src/
|
|
32997
|
+
"name": "Slider",
|
|
32998
|
+
"module": "src/slider/slider.ts"
|
|
32986
32999
|
}
|
|
32987
33000
|
},
|
|
32988
33001
|
{
|
|
32989
33002
|
"kind": "field",
|
|
32990
|
-
"name": "
|
|
33003
|
+
"name": "mode",
|
|
32991
33004
|
"type": {
|
|
32992
|
-
"text": "
|
|
33005
|
+
"text": "SliderMode"
|
|
32993
33006
|
},
|
|
32994
33007
|
"privacy": "public",
|
|
32995
|
-
"description": "
|
|
33008
|
+
"description": "The selection mode.",
|
|
32996
33009
|
"inheritedFrom": {
|
|
32997
|
-
"name": "
|
|
32998
|
-
"module": "src/
|
|
33010
|
+
"name": "Slider",
|
|
33011
|
+
"module": "src/slider/slider.ts"
|
|
32999
33012
|
}
|
|
33000
33013
|
},
|
|
33001
33014
|
{
|
|
33002
33015
|
"kind": "method",
|
|
33003
|
-
"name": "
|
|
33004
|
-
"privacy": "
|
|
33016
|
+
"name": "increment",
|
|
33017
|
+
"privacy": "public",
|
|
33005
33018
|
"return": {
|
|
33006
33019
|
"type": {
|
|
33007
33020
|
"text": "void"
|
|
33008
33021
|
}
|
|
33009
33022
|
},
|
|
33023
|
+
"description": "Increment the value by the step",
|
|
33010
33024
|
"inheritedFrom": {
|
|
33011
|
-
"name": "
|
|
33012
|
-
"module": "src/
|
|
33025
|
+
"name": "Slider",
|
|
33026
|
+
"module": "src/slider/slider.ts"
|
|
33013
33027
|
}
|
|
33014
33028
|
},
|
|
33015
33029
|
{
|
|
33016
33030
|
"kind": "method",
|
|
33017
|
-
"name": "
|
|
33031
|
+
"name": "decrement",
|
|
33018
33032
|
"privacy": "public",
|
|
33019
|
-
"static": true,
|
|
33020
33033
|
"return": {
|
|
33021
33034
|
"type": {
|
|
33022
|
-
"text": "
|
|
33035
|
+
"text": "void"
|
|
33023
33036
|
}
|
|
33024
33037
|
},
|
|
33025
|
-
"
|
|
33026
|
-
{
|
|
33027
|
-
"name": "this",
|
|
33028
|
-
"type": {
|
|
33029
|
-
"text": "K"
|
|
33030
|
-
}
|
|
33031
|
-
},
|
|
33032
|
-
{
|
|
33033
|
-
"name": "elementDefinition",
|
|
33034
|
-
"type": {
|
|
33035
|
-
"text": "T"
|
|
33036
|
-
},
|
|
33037
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
33038
|
-
}
|
|
33039
|
-
],
|
|
33040
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
33038
|
+
"description": "Decrement the value by the step",
|
|
33041
33039
|
"inheritedFrom": {
|
|
33042
|
-
"name": "
|
|
33043
|
-
"module": "src/
|
|
33044
|
-
}
|
|
33045
|
-
}
|
|
33046
|
-
]
|
|
33047
|
-
},
|
|
33048
|
-
{
|
|
33049
|
-
"kind": "variable",
|
|
33050
|
-
"name": "foundationSliderLabelShadowOptions",
|
|
33051
|
-
"type": {
|
|
33052
|
-
"text": "ShadowRootInit"
|
|
33053
|
-
},
|
|
33054
|
-
"default": "undefined"
|
|
33055
|
-
},
|
|
33056
|
-
{
|
|
33057
|
-
"kind": "variable",
|
|
33058
|
-
"name": "defaultSliderLabelConfig",
|
|
33059
|
-
"type": {
|
|
33060
|
-
"text": "object"
|
|
33061
|
-
},
|
|
33062
|
-
"default": "{}"
|
|
33063
|
-
},
|
|
33064
|
-
{
|
|
33065
|
-
"kind": "variable",
|
|
33066
|
-
"name": "foundationSliderLabel",
|
|
33067
|
-
"description": "The Foundation Slider Label",
|
|
33068
|
-
"privacy": "public"
|
|
33069
|
-
}
|
|
33070
|
-
],
|
|
33071
|
-
"exports": [
|
|
33072
|
-
{
|
|
33073
|
-
"kind": "js",
|
|
33074
|
-
"name": "SliderLabel",
|
|
33075
|
-
"declaration": {
|
|
33076
|
-
"name": "SliderLabel",
|
|
33077
|
-
"module": "src/slider-label/slider-label.ts"
|
|
33078
|
-
}
|
|
33079
|
-
},
|
|
33080
|
-
{
|
|
33081
|
-
"kind": "js",
|
|
33082
|
-
"name": "foundationSliderLabelShadowOptions",
|
|
33083
|
-
"declaration": {
|
|
33084
|
-
"name": "foundationSliderLabelShadowOptions",
|
|
33085
|
-
"module": "src/slider-label/slider-label.ts"
|
|
33086
|
-
}
|
|
33087
|
-
},
|
|
33088
|
-
{
|
|
33089
|
-
"kind": "js",
|
|
33090
|
-
"name": "defaultSliderLabelConfig",
|
|
33091
|
-
"declaration": {
|
|
33092
|
-
"name": "defaultSliderLabelConfig",
|
|
33093
|
-
"module": "src/slider-label/slider-label.ts"
|
|
33094
|
-
}
|
|
33095
|
-
},
|
|
33096
|
-
{
|
|
33097
|
-
"kind": "js",
|
|
33098
|
-
"name": "foundationSliderLabel",
|
|
33099
|
-
"declaration": {
|
|
33100
|
-
"name": "foundationSliderLabel",
|
|
33101
|
-
"module": "src/slider-label/slider-label.ts"
|
|
33102
|
-
}
|
|
33103
|
-
}
|
|
33104
|
-
]
|
|
33105
|
-
},
|
|
33106
|
-
{
|
|
33107
|
-
"kind": "javascript-module",
|
|
33108
|
-
"path": "src/slider/index.ts",
|
|
33109
|
-
"declarations": [],
|
|
33110
|
-
"exports": [
|
|
33111
|
-
{
|
|
33112
|
-
"kind": "js",
|
|
33113
|
-
"name": "*",
|
|
33114
|
-
"declaration": {
|
|
33115
|
-
"name": "*",
|
|
33116
|
-
"package": "./slider.template"
|
|
33117
|
-
}
|
|
33118
|
-
},
|
|
33119
|
-
{
|
|
33120
|
-
"kind": "js",
|
|
33121
|
-
"name": "*",
|
|
33122
|
-
"declaration": {
|
|
33123
|
-
"name": "*",
|
|
33124
|
-
"package": "./slider.styles"
|
|
33125
|
-
}
|
|
33126
|
-
},
|
|
33127
|
-
{
|
|
33128
|
-
"kind": "js",
|
|
33129
|
-
"name": "*",
|
|
33130
|
-
"declaration": {
|
|
33131
|
-
"name": "*",
|
|
33132
|
-
"package": "./slider"
|
|
33133
|
-
}
|
|
33134
|
-
}
|
|
33135
|
-
]
|
|
33136
|
-
},
|
|
33137
|
-
{
|
|
33138
|
-
"kind": "javascript-module",
|
|
33139
|
-
"path": "src/slider/slider.styles.ts",
|
|
33140
|
-
"declarations": [
|
|
33141
|
-
{
|
|
33142
|
-
"kind": "function",
|
|
33143
|
-
"name": "foundationSliderStyles",
|
|
33144
|
-
"return": {
|
|
33145
|
-
"type": {
|
|
33146
|
-
"text": "ElementStyles"
|
|
33147
|
-
}
|
|
33148
|
-
},
|
|
33149
|
-
"parameters": [
|
|
33150
|
-
{
|
|
33151
|
-
"name": "context",
|
|
33152
|
-
"type": {
|
|
33153
|
-
"text": "ElementDefinitionContext"
|
|
33040
|
+
"name": "Slider",
|
|
33041
|
+
"module": "src/slider/slider.ts"
|
|
33154
33042
|
}
|
|
33155
33043
|
},
|
|
33156
33044
|
{
|
|
33157
|
-
"
|
|
33158
|
-
"
|
|
33159
|
-
|
|
33160
|
-
|
|
33161
|
-
|
|
33162
|
-
|
|
33163
|
-
}
|
|
33164
|
-
],
|
|
33165
|
-
"exports": [
|
|
33166
|
-
{
|
|
33167
|
-
"kind": "js",
|
|
33168
|
-
"name": "foundationSliderStyles",
|
|
33169
|
-
"declaration": {
|
|
33170
|
-
"name": "foundationSliderStyles",
|
|
33171
|
-
"module": "src/slider/slider.styles.ts"
|
|
33172
|
-
}
|
|
33173
|
-
}
|
|
33174
|
-
]
|
|
33175
|
-
},
|
|
33176
|
-
{
|
|
33177
|
-
"kind": "javascript-module",
|
|
33178
|
-
"path": "src/slider/slider.template.ts",
|
|
33179
|
-
"declarations": [
|
|
33180
|
-
{
|
|
33181
|
-
"kind": "function",
|
|
33182
|
-
"name": "foundationSliderTemplate",
|
|
33183
|
-
"parameters": [
|
|
33184
|
-
{
|
|
33185
|
-
"name": "context",
|
|
33186
|
-
"type": {
|
|
33187
|
-
"text": "ElementDefinitionContext"
|
|
33045
|
+
"kind": "field",
|
|
33046
|
+
"name": "keypressHandler",
|
|
33047
|
+
"privacy": "protected",
|
|
33048
|
+
"inheritedFrom": {
|
|
33049
|
+
"name": "Slider",
|
|
33050
|
+
"module": "src/slider/slider.ts"
|
|
33188
33051
|
}
|
|
33189
33052
|
},
|
|
33190
33053
|
{
|
|
33191
|
-
"
|
|
33192
|
-
"
|
|
33193
|
-
|
|
33194
|
-
|
|
33195
|
-
|
|
33196
|
-
|
|
33197
|
-
|
|
33198
|
-
"privacy": "public"
|
|
33199
|
-
}
|
|
33200
|
-
],
|
|
33201
|
-
"exports": [
|
|
33202
|
-
{
|
|
33203
|
-
"kind": "js",
|
|
33204
|
-
"name": "foundationSliderTemplate",
|
|
33205
|
-
"declaration": {
|
|
33206
|
-
"name": "foundationSliderTemplate",
|
|
33207
|
-
"module": "src/slider/slider.template.ts"
|
|
33208
|
-
}
|
|
33209
|
-
}
|
|
33210
|
-
]
|
|
33211
|
-
},
|
|
33212
|
-
{
|
|
33213
|
-
"kind": "javascript-module",
|
|
33214
|
-
"path": "src/slider/slider.ts",
|
|
33215
|
-
"declarations": [
|
|
33216
|
-
{
|
|
33217
|
-
"kind": "class",
|
|
33218
|
-
"description": "",
|
|
33219
|
-
"name": "Slider",
|
|
33220
|
-
"superclass": {
|
|
33221
|
-
"name": "FASTSlider",
|
|
33222
|
-
"package": "@microsoft/fast-components"
|
|
33223
|
-
},
|
|
33224
|
-
"tagName": "%%prefix%%-slider",
|
|
33225
|
-
"customElement": true,
|
|
33226
|
-
"attributes": [
|
|
33227
|
-
{
|
|
33228
|
-
"name": "readonly",
|
|
33229
|
-
"type": {
|
|
33230
|
-
"text": "boolean"
|
|
33054
|
+
"kind": "method",
|
|
33055
|
+
"name": "setThumbPositionForOrientation",
|
|
33056
|
+
"privacy": "public",
|
|
33057
|
+
"return": {
|
|
33058
|
+
"type": {
|
|
33059
|
+
"text": "void"
|
|
33060
|
+
}
|
|
33231
33061
|
},
|
|
33232
|
-
"
|
|
33233
|
-
|
|
33062
|
+
"parameters": [
|
|
33063
|
+
{
|
|
33064
|
+
"name": "direction",
|
|
33065
|
+
"type": {
|
|
33066
|
+
"text": "Direction"
|
|
33067
|
+
},
|
|
33068
|
+
"description": "writing mode"
|
|
33069
|
+
}
|
|
33070
|
+
],
|
|
33071
|
+
"description": "Places the thumb based on the current value",
|
|
33234
33072
|
"inheritedFrom": {
|
|
33235
33073
|
"name": "Slider",
|
|
33236
33074
|
"module": "src/slider/slider.ts"
|
|
33237
33075
|
}
|
|
33238
33076
|
},
|
|
33239
33077
|
{
|
|
33240
|
-
"
|
|
33241
|
-
|
|
33078
|
+
"kind": "method",
|
|
33079
|
+
"name": "updateStepMultiplier",
|
|
33080
|
+
"privacy": "private",
|
|
33081
|
+
"return": {
|
|
33082
|
+
"type": {
|
|
33083
|
+
"text": "void"
|
|
33084
|
+
}
|
|
33242
33085
|
},
|
|
33243
|
-
"
|
|
33244
|
-
"description": "The minimum allowed value.",
|
|
33245
|
-
"fieldName": "min",
|
|
33086
|
+
"description": "Update the step multiplier used to ensure rounding errors from steps that\nare not whole numbers",
|
|
33246
33087
|
"inheritedFrom": {
|
|
33247
33088
|
"name": "Slider",
|
|
33248
33089
|
"module": "src/slider/slider.ts"
|
|
33249
33090
|
}
|
|
33250
33091
|
},
|
|
33251
33092
|
{
|
|
33252
|
-
"
|
|
33253
|
-
"
|
|
33254
|
-
|
|
33255
|
-
},
|
|
33256
|
-
"description": "The orientation of the slider.",
|
|
33257
|
-
"fieldName": "orientation",
|
|
33093
|
+
"kind": "field",
|
|
33094
|
+
"name": "setupTrackConstraints",
|
|
33095
|
+
"privacy": "private",
|
|
33258
33096
|
"inheritedFrom": {
|
|
33259
33097
|
"name": "Slider",
|
|
33260
33098
|
"module": "src/slider/slider.ts"
|
|
33261
33099
|
}
|
|
33262
33100
|
},
|
|
33263
33101
|
{
|
|
33264
|
-
"
|
|
33265
|
-
"
|
|
33266
|
-
|
|
33267
|
-
},
|
|
33268
|
-
"description": "The selection mode.",
|
|
33269
|
-
"fieldName": "mode",
|
|
33102
|
+
"kind": "field",
|
|
33103
|
+
"name": "setupListeners",
|
|
33104
|
+
"privacy": "private",
|
|
33270
33105
|
"inheritedFrom": {
|
|
33271
33106
|
"name": "Slider",
|
|
33272
33107
|
"module": "src/slider/slider.ts"
|
|
33273
33108
|
}
|
|
33274
|
-
}
|
|
33275
|
-
],
|
|
33276
|
-
"members": [
|
|
33109
|
+
},
|
|
33277
33110
|
{
|
|
33278
33111
|
"kind": "field",
|
|
33279
|
-
"name": "
|
|
33112
|
+
"name": "midpoint",
|
|
33280
33113
|
"type": {
|
|
33281
|
-
"text": "
|
|
33114
|
+
"text": "string"
|
|
33282
33115
|
},
|
|
33283
|
-
"privacy": "
|
|
33284
|
-
"description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
|
|
33116
|
+
"privacy": "private",
|
|
33285
33117
|
"inheritedFrom": {
|
|
33286
33118
|
"name": "Slider",
|
|
33287
33119
|
"module": "src/slider/slider.ts"
|
|
@@ -33289,7 +33121,7 @@
|
|
|
33289
33121
|
},
|
|
33290
33122
|
{
|
|
33291
33123
|
"kind": "method",
|
|
33292
|
-
"name": "
|
|
33124
|
+
"name": "setupDefaultValue",
|
|
33293
33125
|
"privacy": "private",
|
|
33294
33126
|
"return": {
|
|
33295
33127
|
"type": {
|
|
@@ -33303,12 +33135,9 @@
|
|
|
33303
33135
|
},
|
|
33304
33136
|
{
|
|
33305
33137
|
"kind": "field",
|
|
33306
|
-
"name": "
|
|
33307
|
-
"
|
|
33308
|
-
|
|
33309
|
-
},
|
|
33310
|
-
"privacy": "public",
|
|
33311
|
-
"description": "The value property, typed as a number.",
|
|
33138
|
+
"name": "handleThumbMouseDown",
|
|
33139
|
+
"privacy": "private",
|
|
33140
|
+
"description": "Handle mouse moves during a thumb drag operation\nIf the event handler is null it removes the events",
|
|
33312
33141
|
"inheritedFrom": {
|
|
33313
33142
|
"name": "Slider",
|
|
33314
33143
|
"module": "src/slider/slider.ts"
|
|
@@ -33316,12 +33145,9 @@
|
|
|
33316
33145
|
},
|
|
33317
33146
|
{
|
|
33318
33147
|
"kind": "field",
|
|
33319
|
-
"name": "
|
|
33320
|
-
"
|
|
33321
|
-
|
|
33322
|
-
},
|
|
33323
|
-
"privacy": "public",
|
|
33324
|
-
"description": "Custom function that generates a string for the component's \"aria-valuetext\" attribute based on the current value.",
|
|
33148
|
+
"name": "handleMouseMove",
|
|
33149
|
+
"privacy": "private",
|
|
33150
|
+
"description": "Handle mouse moves during a thumb drag operation",
|
|
33325
33151
|
"inheritedFrom": {
|
|
33326
33152
|
"name": "Slider",
|
|
33327
33153
|
"module": "src/slider/slider.ts"
|
|
@@ -33329,27 +33155,18 @@
|
|
|
33329
33155
|
},
|
|
33330
33156
|
{
|
|
33331
33157
|
"kind": "field",
|
|
33332
|
-
"name": "
|
|
33333
|
-
"
|
|
33334
|
-
"text": "number"
|
|
33335
|
-
},
|
|
33336
|
-
"privacy": "public",
|
|
33337
|
-
"default": "0",
|
|
33338
|
-
"description": "The minimum allowed value.",
|
|
33158
|
+
"name": "calculateNewValue",
|
|
33159
|
+
"privacy": "private",
|
|
33339
33160
|
"inheritedFrom": {
|
|
33340
33161
|
"name": "Slider",
|
|
33341
33162
|
"module": "src/slider/slider.ts"
|
|
33342
33163
|
}
|
|
33343
33164
|
},
|
|
33344
33165
|
{
|
|
33345
|
-
"kind": "
|
|
33346
|
-
"name": "
|
|
33166
|
+
"kind": "field",
|
|
33167
|
+
"name": "handleWindowMouseUp",
|
|
33347
33168
|
"privacy": "private",
|
|
33348
|
-
"
|
|
33349
|
-
"type": {
|
|
33350
|
-
"text": "void"
|
|
33351
|
-
}
|
|
33352
|
-
},
|
|
33169
|
+
"description": "Handle a window mouse up during a drag operation",
|
|
33353
33170
|
"inheritedFrom": {
|
|
33354
33171
|
"name": "Slider",
|
|
33355
33172
|
"module": "src/slider/slider.ts"
|
|
@@ -33357,27 +33174,23 @@
|
|
|
33357
33174
|
},
|
|
33358
33175
|
{
|
|
33359
33176
|
"kind": "field",
|
|
33360
|
-
"name": "
|
|
33361
|
-
"
|
|
33362
|
-
"text": "number"
|
|
33363
|
-
},
|
|
33364
|
-
"privacy": "public",
|
|
33365
|
-
"default": "10",
|
|
33366
|
-
"description": "The maximum allowed value.",
|
|
33177
|
+
"name": "stopDragging",
|
|
33178
|
+
"privacy": "private",
|
|
33367
33179
|
"inheritedFrom": {
|
|
33368
33180
|
"name": "Slider",
|
|
33369
33181
|
"module": "src/slider/slider.ts"
|
|
33370
33182
|
}
|
|
33371
33183
|
},
|
|
33372
33184
|
{
|
|
33373
|
-
"kind": "
|
|
33374
|
-
"name": "
|
|
33185
|
+
"kind": "field",
|
|
33186
|
+
"name": "handleMouseDown",
|
|
33375
33187
|
"privacy": "private",
|
|
33376
|
-
"
|
|
33377
|
-
|
|
33378
|
-
"
|
|
33188
|
+
"parameters": [
|
|
33189
|
+
{
|
|
33190
|
+
"description": "MouseEvent or null. If there is no event handler it will remove the events",
|
|
33191
|
+
"name": "e"
|
|
33379
33192
|
}
|
|
33380
|
-
|
|
33193
|
+
],
|
|
33381
33194
|
"inheritedFrom": {
|
|
33382
33195
|
"name": "Slider",
|
|
33383
33196
|
"module": "src/slider/slider.ts"
|
|
@@ -33385,27 +33198,16 @@
|
|
|
33385
33198
|
},
|
|
33386
33199
|
{
|
|
33387
33200
|
"kind": "field",
|
|
33388
|
-
"name": "
|
|
33389
|
-
"
|
|
33390
|
-
"text": "number"
|
|
33391
|
-
},
|
|
33392
|
-
"privacy": "public",
|
|
33393
|
-
"default": "1",
|
|
33394
|
-
"description": "Value to increment or decrement via arrow keys, mouse click or drag.",
|
|
33201
|
+
"name": "convertToConstrainedValue",
|
|
33202
|
+
"privacy": "private",
|
|
33395
33203
|
"inheritedFrom": {
|
|
33396
33204
|
"name": "Slider",
|
|
33397
33205
|
"module": "src/slider/slider.ts"
|
|
33398
33206
|
}
|
|
33399
33207
|
},
|
|
33400
33208
|
{
|
|
33401
|
-
"kind": "
|
|
33402
|
-
"name": "
|
|
33403
|
-
"privacy": "private",
|
|
33404
|
-
"return": {
|
|
33405
|
-
"type": {
|
|
33406
|
-
"text": "void"
|
|
33407
|
-
}
|
|
33408
|
-
},
|
|
33209
|
+
"kind": "field",
|
|
33210
|
+
"name": "proxy",
|
|
33409
33211
|
"inheritedFrom": {
|
|
33410
33212
|
"name": "Slider",
|
|
33411
33213
|
"module": "src/slider/slider.ts"
|
|
@@ -33413,26 +33215,25 @@
|
|
|
33413
33215
|
},
|
|
33414
33216
|
{
|
|
33415
33217
|
"kind": "field",
|
|
33416
|
-
"name": "
|
|
33218
|
+
"name": "_presentation",
|
|
33417
33219
|
"type": {
|
|
33418
|
-
"text": "
|
|
33220
|
+
"text": "ComponentPresentation | null | undefined"
|
|
33419
33221
|
},
|
|
33420
|
-
"privacy": "
|
|
33421
|
-
"
|
|
33222
|
+
"privacy": "private",
|
|
33223
|
+
"default": "void 0",
|
|
33422
33224
|
"inheritedFrom": {
|
|
33423
33225
|
"name": "Slider",
|
|
33424
33226
|
"module": "src/slider/slider.ts"
|
|
33425
33227
|
}
|
|
33426
33228
|
},
|
|
33427
33229
|
{
|
|
33428
|
-
"kind": "
|
|
33429
|
-
"name": "
|
|
33430
|
-
"
|
|
33431
|
-
|
|
33432
|
-
"type": {
|
|
33433
|
-
"text": "void"
|
|
33434
|
-
}
|
|
33230
|
+
"kind": "field",
|
|
33231
|
+
"name": "$presentation",
|
|
33232
|
+
"type": {
|
|
33233
|
+
"text": "ComponentPresentation | null"
|
|
33435
33234
|
},
|
|
33235
|
+
"privacy": "public",
|
|
33236
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
33436
33237
|
"inheritedFrom": {
|
|
33437
33238
|
"name": "Slider",
|
|
33438
33239
|
"module": "src/slider/slider.ts"
|
|
@@ -33440,12 +33241,12 @@
|
|
|
33440
33241
|
},
|
|
33441
33242
|
{
|
|
33442
33243
|
"kind": "field",
|
|
33443
|
-
"name": "
|
|
33244
|
+
"name": "template",
|
|
33444
33245
|
"type": {
|
|
33445
|
-
"text": "
|
|
33246
|
+
"text": "ElementViewTemplate | void | null"
|
|
33446
33247
|
},
|
|
33447
33248
|
"privacy": "public",
|
|
33448
|
-
"description": "
|
|
33249
|
+
"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.",
|
|
33449
33250
|
"inheritedFrom": {
|
|
33450
33251
|
"name": "Slider",
|
|
33451
33252
|
"module": "src/slider/slider.ts"
|
|
@@ -33453,38 +33254,40 @@
|
|
|
33453
33254
|
},
|
|
33454
33255
|
{
|
|
33455
33256
|
"kind": "method",
|
|
33456
|
-
"name": "
|
|
33457
|
-
"privacy": "
|
|
33257
|
+
"name": "templateChanged",
|
|
33258
|
+
"privacy": "protected",
|
|
33458
33259
|
"return": {
|
|
33459
33260
|
"type": {
|
|
33460
33261
|
"text": "void"
|
|
33461
33262
|
}
|
|
33462
33263
|
},
|
|
33463
|
-
"description": "Increment the value by the step",
|
|
33464
33264
|
"inheritedFrom": {
|
|
33465
33265
|
"name": "Slider",
|
|
33466
33266
|
"module": "src/slider/slider.ts"
|
|
33467
33267
|
}
|
|
33468
33268
|
},
|
|
33469
33269
|
{
|
|
33470
|
-
"kind": "
|
|
33471
|
-
"name": "
|
|
33472
|
-
"
|
|
33473
|
-
|
|
33474
|
-
"type": {
|
|
33475
|
-
"text": "void"
|
|
33476
|
-
}
|
|
33270
|
+
"kind": "field",
|
|
33271
|
+
"name": "styles",
|
|
33272
|
+
"type": {
|
|
33273
|
+
"text": "ElementStyles | void | null"
|
|
33477
33274
|
},
|
|
33478
|
-
"
|
|
33275
|
+
"privacy": "public",
|
|
33276
|
+
"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.",
|
|
33479
33277
|
"inheritedFrom": {
|
|
33480
33278
|
"name": "Slider",
|
|
33481
33279
|
"module": "src/slider/slider.ts"
|
|
33482
33280
|
}
|
|
33483
33281
|
},
|
|
33484
33282
|
{
|
|
33485
|
-
"kind": "
|
|
33486
|
-
"name": "
|
|
33283
|
+
"kind": "method",
|
|
33284
|
+
"name": "stylesChanged",
|
|
33487
33285
|
"privacy": "protected",
|
|
33286
|
+
"return": {
|
|
33287
|
+
"type": {
|
|
33288
|
+
"text": "void"
|
|
33289
|
+
}
|
|
33290
|
+
},
|
|
33488
33291
|
"inheritedFrom": {
|
|
33489
33292
|
"name": "Slider",
|
|
33490
33293
|
"module": "src/slider/slider.ts"
|
|
@@ -33492,165 +33295,372 @@
|
|
|
33492
33295
|
},
|
|
33493
33296
|
{
|
|
33494
33297
|
"kind": "method",
|
|
33495
|
-
"name": "
|
|
33298
|
+
"name": "compose",
|
|
33496
33299
|
"privacy": "public",
|
|
33300
|
+
"static": true,
|
|
33497
33301
|
"return": {
|
|
33498
33302
|
"type": {
|
|
33499
|
-
"text": "
|
|
33303
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
33500
33304
|
}
|
|
33501
33305
|
},
|
|
33502
33306
|
"parameters": [
|
|
33503
33307
|
{
|
|
33504
|
-
"name": "
|
|
33308
|
+
"name": "this",
|
|
33505
33309
|
"type": {
|
|
33506
|
-
"text": "
|
|
33310
|
+
"text": "K"
|
|
33311
|
+
}
|
|
33312
|
+
},
|
|
33313
|
+
{
|
|
33314
|
+
"name": "elementDefinition",
|
|
33315
|
+
"type": {
|
|
33316
|
+
"text": "T"
|
|
33507
33317
|
},
|
|
33508
|
-
"description": "
|
|
33318
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
33509
33319
|
}
|
|
33510
33320
|
],
|
|
33511
|
-
"description": "
|
|
33321
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
33512
33322
|
"inheritedFrom": {
|
|
33513
33323
|
"name": "Slider",
|
|
33514
33324
|
"module": "src/slider/slider.ts"
|
|
33515
33325
|
}
|
|
33516
|
-
}
|
|
33326
|
+
}
|
|
33327
|
+
],
|
|
33328
|
+
"events": [
|
|
33517
33329
|
{
|
|
33518
|
-
"
|
|
33519
|
-
"name": "
|
|
33520
|
-
"privacy": "private",
|
|
33521
|
-
"return": {
|
|
33522
|
-
"type": {
|
|
33523
|
-
"text": "void"
|
|
33524
|
-
}
|
|
33525
|
-
},
|
|
33526
|
-
"description": "Update the step multiplier used to ensure rounding errors from steps that\nare not whole numbers",
|
|
33330
|
+
"description": "Fires a custom 'change' event when the slider value changes",
|
|
33331
|
+
"name": "change",
|
|
33527
33332
|
"inheritedFrom": {
|
|
33528
33333
|
"name": "Slider",
|
|
33529
33334
|
"module": "src/slider/slider.ts"
|
|
33530
33335
|
}
|
|
33531
|
-
}
|
|
33336
|
+
}
|
|
33337
|
+
]
|
|
33338
|
+
},
|
|
33339
|
+
{
|
|
33340
|
+
"kind": "variable",
|
|
33341
|
+
"name": "foundationSliderShadowOptions",
|
|
33342
|
+
"type": {
|
|
33343
|
+
"text": "ShadowRootInit"
|
|
33344
|
+
},
|
|
33345
|
+
"default": "undefined"
|
|
33346
|
+
},
|
|
33347
|
+
{
|
|
33348
|
+
"kind": "variable",
|
|
33349
|
+
"name": "defaultSliderConfig",
|
|
33350
|
+
"type": {
|
|
33351
|
+
"text": "object"
|
|
33352
|
+
},
|
|
33353
|
+
"default": "{\n thumb: `\n <div class=\"thumb-cursor\"></div>\n `,\n}"
|
|
33354
|
+
},
|
|
33355
|
+
{
|
|
33356
|
+
"kind": "variable",
|
|
33357
|
+
"name": "foundationSlider",
|
|
33358
|
+
"description": "The Foundation Slider",
|
|
33359
|
+
"privacy": "public"
|
|
33360
|
+
}
|
|
33361
|
+
],
|
|
33362
|
+
"exports": [
|
|
33363
|
+
{
|
|
33364
|
+
"kind": "js",
|
|
33365
|
+
"name": "Slider",
|
|
33366
|
+
"declaration": {
|
|
33367
|
+
"name": "Slider",
|
|
33368
|
+
"module": "src/slider/slider.ts"
|
|
33369
|
+
}
|
|
33370
|
+
},
|
|
33371
|
+
{
|
|
33372
|
+
"kind": "js",
|
|
33373
|
+
"name": "foundationSliderShadowOptions",
|
|
33374
|
+
"declaration": {
|
|
33375
|
+
"name": "foundationSliderShadowOptions",
|
|
33376
|
+
"module": "src/slider/slider.ts"
|
|
33377
|
+
}
|
|
33378
|
+
},
|
|
33379
|
+
{
|
|
33380
|
+
"kind": "js",
|
|
33381
|
+
"name": "defaultSliderConfig",
|
|
33382
|
+
"declaration": {
|
|
33383
|
+
"name": "defaultSliderConfig",
|
|
33384
|
+
"module": "src/slider/slider.ts"
|
|
33385
|
+
}
|
|
33386
|
+
},
|
|
33387
|
+
{
|
|
33388
|
+
"kind": "js",
|
|
33389
|
+
"name": "foundationSlider",
|
|
33390
|
+
"declaration": {
|
|
33391
|
+
"name": "foundationSlider",
|
|
33392
|
+
"module": "src/slider/slider.ts"
|
|
33393
|
+
}
|
|
33394
|
+
}
|
|
33395
|
+
]
|
|
33396
|
+
},
|
|
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": [
|
|
33532
33441
|
{
|
|
33533
|
-
"
|
|
33534
|
-
"
|
|
33535
|
-
|
|
33536
|
-
"inheritedFrom": {
|
|
33537
|
-
"name": "Slider",
|
|
33538
|
-
"module": "src/slider/slider.ts"
|
|
33442
|
+
"name": "context",
|
|
33443
|
+
"type": {
|
|
33444
|
+
"text": "ElementDefinitionContext"
|
|
33539
33445
|
}
|
|
33540
33446
|
},
|
|
33541
33447
|
{
|
|
33542
|
-
"
|
|
33543
|
-
"
|
|
33544
|
-
|
|
33545
|
-
|
|
33546
|
-
|
|
33547
|
-
|
|
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"
|
|
33548
33484
|
}
|
|
33549
33485
|
},
|
|
33550
33486
|
{
|
|
33551
|
-
"
|
|
33552
|
-
"
|
|
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",
|
|
33553
33523
|
"type": {
|
|
33554
33524
|
"text": "string"
|
|
33555
33525
|
},
|
|
33556
|
-
"
|
|
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",
|
|
33557
33528
|
"inheritedFrom": {
|
|
33558
|
-
"name": "
|
|
33559
|
-
"module": "src/slider/slider.ts"
|
|
33529
|
+
"name": "SliderLabel",
|
|
33530
|
+
"module": "src/slider-label/slider-label.ts"
|
|
33560
33531
|
}
|
|
33561
33532
|
},
|
|
33562
33533
|
{
|
|
33563
|
-
"
|
|
33564
|
-
"
|
|
33565
|
-
|
|
33566
|
-
"return": {
|
|
33567
|
-
"type": {
|
|
33568
|
-
"text": "void"
|
|
33569
|
-
}
|
|
33534
|
+
"name": "hide-mark",
|
|
33535
|
+
"type": {
|
|
33536
|
+
"text": "boolean"
|
|
33570
33537
|
},
|
|
33538
|
+
"default": "false",
|
|
33539
|
+
"description": "Hides the tick mark.",
|
|
33540
|
+
"fieldName": "hideMark",
|
|
33571
33541
|
"inheritedFrom": {
|
|
33572
|
-
"name": "
|
|
33573
|
-
"module": "src/slider/slider.ts"
|
|
33542
|
+
"name": "SliderLabel",
|
|
33543
|
+
"module": "src/slider-label/slider-label.ts"
|
|
33574
33544
|
}
|
|
33575
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": [
|
|
33576
33560
|
{
|
|
33577
33561
|
"kind": "field",
|
|
33578
|
-
"name": "
|
|
33579
|
-
"
|
|
33580
|
-
|
|
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)}.",
|
|
33581
33568
|
"inheritedFrom": {
|
|
33582
|
-
"name": "
|
|
33583
|
-
"module": "src/slider/slider.ts"
|
|
33569
|
+
"name": "SliderLabel",
|
|
33570
|
+
"module": "src/slider-label/slider-label.ts"
|
|
33584
33571
|
}
|
|
33585
33572
|
},
|
|
33586
33573
|
{
|
|
33587
|
-
"kind": "
|
|
33588
|
-
"name": "
|
|
33574
|
+
"kind": "method",
|
|
33575
|
+
"name": "positionChanged",
|
|
33589
33576
|
"privacy": "private",
|
|
33590
|
-
"
|
|
33577
|
+
"return": {
|
|
33578
|
+
"type": {
|
|
33579
|
+
"text": "void"
|
|
33580
|
+
}
|
|
33581
|
+
},
|
|
33591
33582
|
"inheritedFrom": {
|
|
33592
|
-
"name": "
|
|
33593
|
-
"module": "src/slider/slider.ts"
|
|
33583
|
+
"name": "SliderLabel",
|
|
33584
|
+
"module": "src/slider-label/slider-label.ts"
|
|
33594
33585
|
}
|
|
33595
33586
|
},
|
|
33596
33587
|
{
|
|
33597
33588
|
"kind": "field",
|
|
33598
|
-
"name": "
|
|
33599
|
-
"
|
|
33589
|
+
"name": "hideMark",
|
|
33590
|
+
"type": {
|
|
33591
|
+
"text": "boolean"
|
|
33592
|
+
},
|
|
33593
|
+
"privacy": "public",
|
|
33594
|
+
"default": "false",
|
|
33595
|
+
"description": "Hides the tick mark.",
|
|
33600
33596
|
"inheritedFrom": {
|
|
33601
|
-
"name": "
|
|
33602
|
-
"module": "src/slider/slider.ts"
|
|
33597
|
+
"name": "SliderLabel",
|
|
33598
|
+
"module": "src/slider-label/slider-label.ts"
|
|
33603
33599
|
}
|
|
33604
33600
|
},
|
|
33605
33601
|
{
|
|
33606
33602
|
"kind": "field",
|
|
33607
|
-
"name": "
|
|
33608
|
-
"
|
|
33609
|
-
|
|
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)}.",
|
|
33610
33609
|
"inheritedFrom": {
|
|
33611
|
-
"name": "
|
|
33612
|
-
"module": "src/slider/slider.ts"
|
|
33610
|
+
"name": "SliderLabel",
|
|
33611
|
+
"module": "src/slider-label/slider-label.ts"
|
|
33613
33612
|
}
|
|
33614
33613
|
},
|
|
33615
33614
|
{
|
|
33616
33615
|
"kind": "field",
|
|
33617
|
-
"name": "
|
|
33616
|
+
"name": "notifier",
|
|
33617
|
+
"type": {
|
|
33618
|
+
"text": "Notifier"
|
|
33619
|
+
},
|
|
33618
33620
|
"privacy": "private",
|
|
33619
33621
|
"inheritedFrom": {
|
|
33620
|
-
"name": "
|
|
33621
|
-
"module": "src/slider/slider.ts"
|
|
33622
|
+
"name": "SliderLabel",
|
|
33623
|
+
"module": "src/slider-label/slider-label.ts"
|
|
33622
33624
|
}
|
|
33623
33625
|
},
|
|
33624
33626
|
{
|
|
33625
|
-
"kind": "
|
|
33626
|
-
"name": "
|
|
33627
|
+
"kind": "method",
|
|
33628
|
+
"name": "isSliderConfig",
|
|
33627
33629
|
"privacy": "private",
|
|
33630
|
+
"return": {
|
|
33631
|
+
"type": {
|
|
33632
|
+
"text": "node is SliderConfiguration"
|
|
33633
|
+
}
|
|
33634
|
+
},
|
|
33628
33635
|
"parameters": [
|
|
33629
33636
|
{
|
|
33630
|
-
"
|
|
33631
|
-
"
|
|
33637
|
+
"name": "node",
|
|
33638
|
+
"type": {
|
|
33639
|
+
"text": "any"
|
|
33640
|
+
}
|
|
33632
33641
|
}
|
|
33633
33642
|
],
|
|
33634
33643
|
"inheritedFrom": {
|
|
33635
|
-
"name": "
|
|
33636
|
-
"module": "src/slider/slider.ts"
|
|
33644
|
+
"name": "SliderLabel",
|
|
33645
|
+
"module": "src/slider-label/slider-label.ts"
|
|
33637
33646
|
}
|
|
33638
33647
|
},
|
|
33639
33648
|
{
|
|
33640
33649
|
"kind": "field",
|
|
33641
|
-
"name": "
|
|
33650
|
+
"name": "getSliderConfiguration",
|
|
33642
33651
|
"privacy": "private",
|
|
33643
33652
|
"inheritedFrom": {
|
|
33644
|
-
"name": "
|
|
33645
|
-
"module": "src/slider/slider.ts"
|
|
33653
|
+
"name": "SliderLabel",
|
|
33654
|
+
"module": "src/slider-label/slider-label.ts"
|
|
33646
33655
|
}
|
|
33647
33656
|
},
|
|
33648
33657
|
{
|
|
33649
33658
|
"kind": "field",
|
|
33650
|
-
"name": "
|
|
33659
|
+
"name": "positionAsStyle",
|
|
33660
|
+
"privacy": "private",
|
|
33651
33661
|
"inheritedFrom": {
|
|
33652
|
-
"name": "
|
|
33653
|
-
"module": "src/slider/slider.ts"
|
|
33662
|
+
"name": "SliderLabel",
|
|
33663
|
+
"module": "src/slider-label/slider-label.ts"
|
|
33654
33664
|
}
|
|
33655
33665
|
},
|
|
33656
33666
|
{
|
|
@@ -33662,8 +33672,8 @@
|
|
|
33662
33672
|
"privacy": "private",
|
|
33663
33673
|
"default": "void 0",
|
|
33664
33674
|
"inheritedFrom": {
|
|
33665
|
-
"name": "
|
|
33666
|
-
"module": "src/
|
|
33675
|
+
"name": "FoundationElement",
|
|
33676
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
33667
33677
|
}
|
|
33668
33678
|
},
|
|
33669
33679
|
{
|
|
@@ -33675,8 +33685,8 @@
|
|
|
33675
33685
|
"privacy": "public",
|
|
33676
33686
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
33677
33687
|
"inheritedFrom": {
|
|
33678
|
-
"name": "
|
|
33679
|
-
"module": "src/
|
|
33688
|
+
"name": "FoundationElement",
|
|
33689
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
33680
33690
|
}
|
|
33681
33691
|
},
|
|
33682
33692
|
{
|
|
@@ -33688,8 +33698,8 @@
|
|
|
33688
33698
|
"privacy": "public",
|
|
33689
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.",
|
|
33690
33700
|
"inheritedFrom": {
|
|
33691
|
-
"name": "
|
|
33692
|
-
"module": "src/
|
|
33701
|
+
"name": "FoundationElement",
|
|
33702
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
33693
33703
|
}
|
|
33694
33704
|
},
|
|
33695
33705
|
{
|
|
@@ -33702,8 +33712,8 @@
|
|
|
33702
33712
|
}
|
|
33703
33713
|
},
|
|
33704
33714
|
"inheritedFrom": {
|
|
33705
|
-
"name": "
|
|
33706
|
-
"module": "src/
|
|
33715
|
+
"name": "FoundationElement",
|
|
33716
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
33707
33717
|
}
|
|
33708
33718
|
},
|
|
33709
33719
|
{
|
|
@@ -33715,8 +33725,8 @@
|
|
|
33715
33725
|
"privacy": "public",
|
|
33716
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.",
|
|
33717
33727
|
"inheritedFrom": {
|
|
33718
|
-
"name": "
|
|
33719
|
-
"module": "src/
|
|
33728
|
+
"name": "FoundationElement",
|
|
33729
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
33720
33730
|
}
|
|
33721
33731
|
},
|
|
33722
33732
|
{
|
|
@@ -33729,8 +33739,8 @@
|
|
|
33729
33739
|
}
|
|
33730
33740
|
},
|
|
33731
33741
|
"inheritedFrom": {
|
|
33732
|
-
"name": "
|
|
33733
|
-
"module": "src/
|
|
33742
|
+
"name": "FoundationElement",
|
|
33743
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
33734
33744
|
}
|
|
33735
33745
|
},
|
|
33736
33746
|
{
|
|
@@ -33760,25 +33770,15 @@
|
|
|
33760
33770
|
],
|
|
33761
33771
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
33762
33772
|
"inheritedFrom": {
|
|
33763
|
-
"name": "
|
|
33764
|
-
"module": "src/
|
|
33765
|
-
}
|
|
33766
|
-
}
|
|
33767
|
-
],
|
|
33768
|
-
"events": [
|
|
33769
|
-
{
|
|
33770
|
-
"description": "Fires a custom 'change' event when the slider value changes",
|
|
33771
|
-
"name": "change",
|
|
33772
|
-
"inheritedFrom": {
|
|
33773
|
-
"name": "Slider",
|
|
33774
|
-
"module": "src/slider/slider.ts"
|
|
33773
|
+
"name": "FoundationElement",
|
|
33774
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
33775
33775
|
}
|
|
33776
33776
|
}
|
|
33777
33777
|
]
|
|
33778
33778
|
},
|
|
33779
33779
|
{
|
|
33780
33780
|
"kind": "variable",
|
|
33781
|
-
"name": "
|
|
33781
|
+
"name": "foundationSliderLabelShadowOptions",
|
|
33782
33782
|
"type": {
|
|
33783
33783
|
"text": "ShadowRootInit"
|
|
33784
33784
|
},
|
|
@@ -33786,50 +33786,50 @@
|
|
|
33786
33786
|
},
|
|
33787
33787
|
{
|
|
33788
33788
|
"kind": "variable",
|
|
33789
|
-
"name": "
|
|
33789
|
+
"name": "defaultSliderLabelConfig",
|
|
33790
33790
|
"type": {
|
|
33791
33791
|
"text": "object"
|
|
33792
33792
|
},
|
|
33793
|
-
"default": "{
|
|
33793
|
+
"default": "{}"
|
|
33794
33794
|
},
|
|
33795
33795
|
{
|
|
33796
33796
|
"kind": "variable",
|
|
33797
|
-
"name": "
|
|
33798
|
-
"description": "The Foundation Slider",
|
|
33797
|
+
"name": "foundationSliderLabel",
|
|
33798
|
+
"description": "The Foundation Slider Label",
|
|
33799
33799
|
"privacy": "public"
|
|
33800
33800
|
}
|
|
33801
33801
|
],
|
|
33802
33802
|
"exports": [
|
|
33803
33803
|
{
|
|
33804
33804
|
"kind": "js",
|
|
33805
|
-
"name": "
|
|
33805
|
+
"name": "SliderLabel",
|
|
33806
33806
|
"declaration": {
|
|
33807
|
-
"name": "
|
|
33808
|
-
"module": "src/slider/slider.ts"
|
|
33807
|
+
"name": "SliderLabel",
|
|
33808
|
+
"module": "src/slider-label/slider-label.ts"
|
|
33809
33809
|
}
|
|
33810
33810
|
},
|
|
33811
33811
|
{
|
|
33812
33812
|
"kind": "js",
|
|
33813
|
-
"name": "
|
|
33813
|
+
"name": "foundationSliderLabelShadowOptions",
|
|
33814
33814
|
"declaration": {
|
|
33815
|
-
"name": "
|
|
33816
|
-
"module": "src/slider/slider.ts"
|
|
33815
|
+
"name": "foundationSliderLabelShadowOptions",
|
|
33816
|
+
"module": "src/slider-label/slider-label.ts"
|
|
33817
33817
|
}
|
|
33818
33818
|
},
|
|
33819
33819
|
{
|
|
33820
33820
|
"kind": "js",
|
|
33821
|
-
"name": "
|
|
33821
|
+
"name": "defaultSliderLabelConfig",
|
|
33822
33822
|
"declaration": {
|
|
33823
|
-
"name": "
|
|
33824
|
-
"module": "src/slider/slider.ts"
|
|
33823
|
+
"name": "defaultSliderLabelConfig",
|
|
33824
|
+
"module": "src/slider-label/slider-label.ts"
|
|
33825
33825
|
}
|
|
33826
33826
|
},
|
|
33827
33827
|
{
|
|
33828
33828
|
"kind": "js",
|
|
33829
|
-
"name": "
|
|
33829
|
+
"name": "foundationSliderLabel",
|
|
33830
33830
|
"declaration": {
|
|
33831
|
-
"name": "
|
|
33832
|
-
"module": "src/slider/slider.ts"
|
|
33831
|
+
"name": "foundationSliderLabel",
|
|
33832
|
+
"module": "src/slider-label/slider-label.ts"
|
|
33833
33833
|
}
|
|
33834
33834
|
}
|
|
33835
33835
|
]
|
|
@@ -35112,235 +35112,6 @@
|
|
|
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
|
-
},
|
|
35344
35115
|
{
|
|
35345
35116
|
"kind": "javascript-module",
|
|
35346
35117
|
"path": "src/stepper-tab/index.ts",
|
|
@@ -35751,6 +35522,235 @@
|
|
|
35751
35522
|
}
|
|
35752
35523
|
]
|
|
35753
35524
|
},
|
|
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,233 +41673,6 @@
|
|
|
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
|
-
},
|
|
41903
41676
|
{
|
|
41904
41677
|
"kind": "javascript-module",
|
|
41905
41678
|
"path": "src/utils/base-datasource.ts",
|
|
@@ -42835,6 +42608,233 @@
|
|
|
42835
42608
|
}
|
|
42836
42609
|
]
|
|
42837
42610
|
},
|
|
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",
|