@genesislcap/foundation-ui 14.192.2 → 14.193.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 +558 -558
- package/package.json +16 -16
|
@@ -864,158 +864,7 @@
|
|
|
864
864
|
},
|
|
865
865
|
{
|
|
866
866
|
"kind": "javascript-module",
|
|
867
|
-
"path": "src/
|
|
868
|
-
"declarations": [
|
|
869
|
-
{
|
|
870
|
-
"kind": "function",
|
|
871
|
-
"name": "foundationAccordionStyles",
|
|
872
|
-
"return": {
|
|
873
|
-
"type": {
|
|
874
|
-
"text": "ElementStyles"
|
|
875
|
-
}
|
|
876
|
-
},
|
|
877
|
-
"parameters": [
|
|
878
|
-
{
|
|
879
|
-
"name": "context",
|
|
880
|
-
"type": {
|
|
881
|
-
"text": "ElementDefinitionContext"
|
|
882
|
-
}
|
|
883
|
-
},
|
|
884
|
-
{
|
|
885
|
-
"name": "definition",
|
|
886
|
-
"type": {
|
|
887
|
-
"text": "FoundationElementDefinition"
|
|
888
|
-
}
|
|
889
|
-
}
|
|
890
|
-
]
|
|
891
|
-
}
|
|
892
|
-
],
|
|
893
|
-
"exports": [
|
|
894
|
-
{
|
|
895
|
-
"kind": "js",
|
|
896
|
-
"name": "foundationAccordionStyles",
|
|
897
|
-
"declaration": {
|
|
898
|
-
"name": "foundationAccordionStyles",
|
|
899
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
900
|
-
}
|
|
901
|
-
}
|
|
902
|
-
]
|
|
903
|
-
},
|
|
904
|
-
{
|
|
905
|
-
"kind": "javascript-module",
|
|
906
|
-
"path": "src/accordion/accordion.template.ts",
|
|
907
|
-
"declarations": [
|
|
908
|
-
{
|
|
909
|
-
"kind": "function",
|
|
910
|
-
"name": "foundationAccordionTemplate",
|
|
911
|
-
"return": {
|
|
912
|
-
"type": {
|
|
913
|
-
"text": "ViewTemplate<Accordion>"
|
|
914
|
-
}
|
|
915
|
-
},
|
|
916
|
-
"parameters": [
|
|
917
|
-
{
|
|
918
|
-
"name": "context",
|
|
919
|
-
"type": {
|
|
920
|
-
"text": "ElementDefinitionContext"
|
|
921
|
-
}
|
|
922
|
-
},
|
|
923
|
-
{
|
|
924
|
-
"name": "definition",
|
|
925
|
-
"type": {
|
|
926
|
-
"text": "FoundationElementDefinition"
|
|
927
|
-
}
|
|
928
|
-
}
|
|
929
|
-
]
|
|
930
|
-
}
|
|
931
|
-
],
|
|
932
|
-
"exports": [
|
|
933
|
-
{
|
|
934
|
-
"kind": "js",
|
|
935
|
-
"name": "foundationAccordionTemplate",
|
|
936
|
-
"declaration": {
|
|
937
|
-
"name": "foundationAccordionTemplate",
|
|
938
|
-
"module": "src/accordion/accordion.template.ts"
|
|
939
|
-
}
|
|
940
|
-
}
|
|
941
|
-
]
|
|
942
|
-
},
|
|
943
|
-
{
|
|
944
|
-
"kind": "javascript-module",
|
|
945
|
-
"path": "src/accordion/accordion.ts",
|
|
946
|
-
"declarations": [
|
|
947
|
-
{
|
|
948
|
-
"kind": "class",
|
|
949
|
-
"description": "",
|
|
950
|
-
"name": "Accordion",
|
|
951
|
-
"superclass": {
|
|
952
|
-
"name": "FASTAccordion",
|
|
953
|
-
"package": "@microsoft/fast-foundation"
|
|
954
|
-
},
|
|
955
|
-
"tagName": "%%prefix%%-accordion",
|
|
956
|
-
"customElement": true
|
|
957
|
-
},
|
|
958
|
-
{
|
|
959
|
-
"kind": "variable",
|
|
960
|
-
"name": "foundationAccordionShadowOptions",
|
|
961
|
-
"type": {
|
|
962
|
-
"text": "ShadowRootInit"
|
|
963
|
-
},
|
|
964
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
965
|
-
},
|
|
966
|
-
{
|
|
967
|
-
"kind": "variable",
|
|
968
|
-
"name": "defaultAccordionConfig",
|
|
969
|
-
"type": {
|
|
970
|
-
"text": "object"
|
|
971
|
-
},
|
|
972
|
-
"default": "{}"
|
|
973
|
-
},
|
|
974
|
-
{
|
|
975
|
-
"kind": "variable",
|
|
976
|
-
"name": "foundationAccordion",
|
|
977
|
-
"description": "The Foundation Accordion",
|
|
978
|
-
"privacy": "public"
|
|
979
|
-
}
|
|
980
|
-
],
|
|
981
|
-
"exports": [
|
|
982
|
-
{
|
|
983
|
-
"kind": "js",
|
|
984
|
-
"name": "Accordion",
|
|
985
|
-
"declaration": {
|
|
986
|
-
"name": "Accordion",
|
|
987
|
-
"module": "src/accordion/accordion.ts"
|
|
988
|
-
}
|
|
989
|
-
},
|
|
990
|
-
{
|
|
991
|
-
"kind": "js",
|
|
992
|
-
"name": "foundationAccordionShadowOptions",
|
|
993
|
-
"declaration": {
|
|
994
|
-
"name": "foundationAccordionShadowOptions",
|
|
995
|
-
"module": "src/accordion/accordion.ts"
|
|
996
|
-
}
|
|
997
|
-
},
|
|
998
|
-
{
|
|
999
|
-
"kind": "js",
|
|
1000
|
-
"name": "defaultAccordionConfig",
|
|
1001
|
-
"declaration": {
|
|
1002
|
-
"name": "defaultAccordionConfig",
|
|
1003
|
-
"module": "src/accordion/accordion.ts"
|
|
1004
|
-
}
|
|
1005
|
-
},
|
|
1006
|
-
{
|
|
1007
|
-
"kind": "js",
|
|
1008
|
-
"name": "foundationAccordion",
|
|
1009
|
-
"declaration": {
|
|
1010
|
-
"name": "foundationAccordion",
|
|
1011
|
-
"module": "src/accordion/accordion.ts"
|
|
1012
|
-
}
|
|
1013
|
-
}
|
|
1014
|
-
]
|
|
1015
|
-
},
|
|
1016
|
-
{
|
|
1017
|
-
"kind": "javascript-module",
|
|
1018
|
-
"path": "src/accordion/index.ts",
|
|
867
|
+
"path": "src/_config/index.ts",
|
|
1019
868
|
"declarations": [],
|
|
1020
869
|
"exports": [
|
|
1021
870
|
{
|
|
@@ -1023,7 +872,7 @@
|
|
|
1023
872
|
"name": "*",
|
|
1024
873
|
"declaration": {
|
|
1025
874
|
"name": "*",
|
|
1026
|
-
"package": "./
|
|
875
|
+
"package": "./styles"
|
|
1027
876
|
}
|
|
1028
877
|
},
|
|
1029
878
|
{
|
|
@@ -1031,7 +880,7 @@
|
|
|
1031
880
|
"name": "*",
|
|
1032
881
|
"declaration": {
|
|
1033
882
|
"name": "*",
|
|
1034
|
-
"package": "./
|
|
883
|
+
"package": "./tokens"
|
|
1035
884
|
}
|
|
1036
885
|
},
|
|
1037
886
|
{
|
|
@@ -1039,7 +888,7 @@
|
|
|
1039
888
|
"name": "*",
|
|
1040
889
|
"declaration": {
|
|
1041
890
|
"name": "*",
|
|
1042
|
-
"package": "./
|
|
891
|
+
"package": "./values"
|
|
1043
892
|
}
|
|
1044
893
|
}
|
|
1045
894
|
]
|
|
@@ -1440,7 +1289,158 @@
|
|
|
1440
1289
|
},
|
|
1441
1290
|
{
|
|
1442
1291
|
"kind": "javascript-module",
|
|
1443
|
-
"path": "src/
|
|
1292
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1293
|
+
"declarations": [
|
|
1294
|
+
{
|
|
1295
|
+
"kind": "function",
|
|
1296
|
+
"name": "foundationAccordionStyles",
|
|
1297
|
+
"return": {
|
|
1298
|
+
"type": {
|
|
1299
|
+
"text": "ElementStyles"
|
|
1300
|
+
}
|
|
1301
|
+
},
|
|
1302
|
+
"parameters": [
|
|
1303
|
+
{
|
|
1304
|
+
"name": "context",
|
|
1305
|
+
"type": {
|
|
1306
|
+
"text": "ElementDefinitionContext"
|
|
1307
|
+
}
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"name": "definition",
|
|
1311
|
+
"type": {
|
|
1312
|
+
"text": "FoundationElementDefinition"
|
|
1313
|
+
}
|
|
1314
|
+
}
|
|
1315
|
+
]
|
|
1316
|
+
}
|
|
1317
|
+
],
|
|
1318
|
+
"exports": [
|
|
1319
|
+
{
|
|
1320
|
+
"kind": "js",
|
|
1321
|
+
"name": "foundationAccordionStyles",
|
|
1322
|
+
"declaration": {
|
|
1323
|
+
"name": "foundationAccordionStyles",
|
|
1324
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1325
|
+
}
|
|
1326
|
+
}
|
|
1327
|
+
]
|
|
1328
|
+
},
|
|
1329
|
+
{
|
|
1330
|
+
"kind": "javascript-module",
|
|
1331
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1332
|
+
"declarations": [
|
|
1333
|
+
{
|
|
1334
|
+
"kind": "function",
|
|
1335
|
+
"name": "foundationAccordionTemplate",
|
|
1336
|
+
"return": {
|
|
1337
|
+
"type": {
|
|
1338
|
+
"text": "ViewTemplate<Accordion>"
|
|
1339
|
+
}
|
|
1340
|
+
},
|
|
1341
|
+
"parameters": [
|
|
1342
|
+
{
|
|
1343
|
+
"name": "context",
|
|
1344
|
+
"type": {
|
|
1345
|
+
"text": "ElementDefinitionContext"
|
|
1346
|
+
}
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"name": "definition",
|
|
1350
|
+
"type": {
|
|
1351
|
+
"text": "FoundationElementDefinition"
|
|
1352
|
+
}
|
|
1353
|
+
}
|
|
1354
|
+
]
|
|
1355
|
+
}
|
|
1356
|
+
],
|
|
1357
|
+
"exports": [
|
|
1358
|
+
{
|
|
1359
|
+
"kind": "js",
|
|
1360
|
+
"name": "foundationAccordionTemplate",
|
|
1361
|
+
"declaration": {
|
|
1362
|
+
"name": "foundationAccordionTemplate",
|
|
1363
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1364
|
+
}
|
|
1365
|
+
}
|
|
1366
|
+
]
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
"kind": "javascript-module",
|
|
1370
|
+
"path": "src/accordion/accordion.ts",
|
|
1371
|
+
"declarations": [
|
|
1372
|
+
{
|
|
1373
|
+
"kind": "class",
|
|
1374
|
+
"description": "",
|
|
1375
|
+
"name": "Accordion",
|
|
1376
|
+
"superclass": {
|
|
1377
|
+
"name": "FASTAccordion",
|
|
1378
|
+
"package": "@microsoft/fast-foundation"
|
|
1379
|
+
},
|
|
1380
|
+
"tagName": "%%prefix%%-accordion",
|
|
1381
|
+
"customElement": true
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"kind": "variable",
|
|
1385
|
+
"name": "foundationAccordionShadowOptions",
|
|
1386
|
+
"type": {
|
|
1387
|
+
"text": "ShadowRootInit"
|
|
1388
|
+
},
|
|
1389
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"kind": "variable",
|
|
1393
|
+
"name": "defaultAccordionConfig",
|
|
1394
|
+
"type": {
|
|
1395
|
+
"text": "object"
|
|
1396
|
+
},
|
|
1397
|
+
"default": "{}"
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"kind": "variable",
|
|
1401
|
+
"name": "foundationAccordion",
|
|
1402
|
+
"description": "The Foundation Accordion",
|
|
1403
|
+
"privacy": "public"
|
|
1404
|
+
}
|
|
1405
|
+
],
|
|
1406
|
+
"exports": [
|
|
1407
|
+
{
|
|
1408
|
+
"kind": "js",
|
|
1409
|
+
"name": "Accordion",
|
|
1410
|
+
"declaration": {
|
|
1411
|
+
"name": "Accordion",
|
|
1412
|
+
"module": "src/accordion/accordion.ts"
|
|
1413
|
+
}
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
"kind": "js",
|
|
1417
|
+
"name": "foundationAccordionShadowOptions",
|
|
1418
|
+
"declaration": {
|
|
1419
|
+
"name": "foundationAccordionShadowOptions",
|
|
1420
|
+
"module": "src/accordion/accordion.ts"
|
|
1421
|
+
}
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
"kind": "js",
|
|
1425
|
+
"name": "defaultAccordionConfig",
|
|
1426
|
+
"declaration": {
|
|
1427
|
+
"name": "defaultAccordionConfig",
|
|
1428
|
+
"module": "src/accordion/accordion.ts"
|
|
1429
|
+
}
|
|
1430
|
+
},
|
|
1431
|
+
{
|
|
1432
|
+
"kind": "js",
|
|
1433
|
+
"name": "foundationAccordion",
|
|
1434
|
+
"declaration": {
|
|
1435
|
+
"name": "foundationAccordion",
|
|
1436
|
+
"module": "src/accordion/accordion.ts"
|
|
1437
|
+
}
|
|
1438
|
+
}
|
|
1439
|
+
]
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
"kind": "javascript-module",
|
|
1443
|
+
"path": "src/accordion/index.ts",
|
|
1444
1444
|
"declarations": [],
|
|
1445
1445
|
"exports": [
|
|
1446
1446
|
{
|
|
@@ -1448,7 +1448,7 @@
|
|
|
1448
1448
|
"name": "*",
|
|
1449
1449
|
"declaration": {
|
|
1450
1450
|
"name": "*",
|
|
1451
|
-
"package": "./
|
|
1451
|
+
"package": "./accordion.template"
|
|
1452
1452
|
}
|
|
1453
1453
|
},
|
|
1454
1454
|
{
|
|
@@ -1456,7 +1456,7 @@
|
|
|
1456
1456
|
"name": "*",
|
|
1457
1457
|
"declaration": {
|
|
1458
1458
|
"name": "*",
|
|
1459
|
-
"package": "./
|
|
1459
|
+
"package": "./accordion.styles"
|
|
1460
1460
|
}
|
|
1461
1461
|
},
|
|
1462
1462
|
{
|
|
@@ -1464,7 +1464,7 @@
|
|
|
1464
1464
|
"name": "*",
|
|
1465
1465
|
"declaration": {
|
|
1466
1466
|
"name": "*",
|
|
1467
|
-
"package": "./
|
|
1467
|
+
"package": "./accordion"
|
|
1468
1468
|
}
|
|
1469
1469
|
}
|
|
1470
1470
|
]
|
|
@@ -33345,7 +33345,7 @@
|
|
|
33345
33345
|
},
|
|
33346
33346
|
{
|
|
33347
33347
|
"kind": "javascript-module",
|
|
33348
|
-
"path": "src/
|
|
33348
|
+
"path": "src/snackbar/index.ts",
|
|
33349
33349
|
"declarations": [],
|
|
33350
33350
|
"exports": [
|
|
33351
33351
|
{
|
|
@@ -33353,7 +33353,7 @@
|
|
|
33353
33353
|
"name": "*",
|
|
33354
33354
|
"declaration": {
|
|
33355
33355
|
"name": "*",
|
|
33356
|
-
"package": "./
|
|
33356
|
+
"package": "./snackbar.types"
|
|
33357
33357
|
}
|
|
33358
33358
|
},
|
|
33359
33359
|
{
|
|
@@ -33361,7 +33361,7 @@
|
|
|
33361
33361
|
"name": "*",
|
|
33362
33362
|
"declaration": {
|
|
33363
33363
|
"name": "*",
|
|
33364
|
-
"package": "./
|
|
33364
|
+
"package": "./snackbar.config"
|
|
33365
33365
|
}
|
|
33366
33366
|
},
|
|
33367
33367
|
{
|
|
@@ -33369,248 +33369,243 @@
|
|
|
33369
33369
|
"name": "*",
|
|
33370
33370
|
"declaration": {
|
|
33371
33371
|
"name": "*",
|
|
33372
|
-
"package": "./
|
|
33372
|
+
"package": "./snackbar.styles"
|
|
33373
|
+
}
|
|
33374
|
+
},
|
|
33375
|
+
{
|
|
33376
|
+
"kind": "js",
|
|
33377
|
+
"name": "*",
|
|
33378
|
+
"declaration": {
|
|
33379
|
+
"name": "*",
|
|
33380
|
+
"package": "./snackbar.template"
|
|
33381
|
+
}
|
|
33382
|
+
},
|
|
33383
|
+
{
|
|
33384
|
+
"kind": "js",
|
|
33385
|
+
"name": "*",
|
|
33386
|
+
"declaration": {
|
|
33387
|
+
"name": "*",
|
|
33388
|
+
"package": "./snackbar"
|
|
33373
33389
|
}
|
|
33374
33390
|
}
|
|
33375
33391
|
]
|
|
33376
33392
|
},
|
|
33377
33393
|
{
|
|
33378
33394
|
"kind": "javascript-module",
|
|
33379
|
-
"path": "src/
|
|
33395
|
+
"path": "src/snackbar/snackbar.styles.ts",
|
|
33380
33396
|
"declarations": [
|
|
33381
33397
|
{
|
|
33382
|
-
"kind": "
|
|
33383
|
-
"name": "
|
|
33384
|
-
"
|
|
33385
|
-
"
|
|
33386
|
-
"text": "ElementStyles"
|
|
33387
|
-
}
|
|
33398
|
+
"kind": "variable",
|
|
33399
|
+
"name": "foundationSnackbarStyles",
|
|
33400
|
+
"type": {
|
|
33401
|
+
"text": "ElementStyles"
|
|
33388
33402
|
},
|
|
33389
|
-
"
|
|
33390
|
-
{
|
|
33391
|
-
"name": "context",
|
|
33392
|
-
"type": {
|
|
33393
|
-
"text": "ElementDefinitionContext"
|
|
33394
|
-
}
|
|
33395
|
-
},
|
|
33396
|
-
{
|
|
33397
|
-
"name": "definition",
|
|
33398
|
-
"type": {
|
|
33399
|
-
"text": "FoundationElementDefinition"
|
|
33400
|
-
}
|
|
33401
|
-
}
|
|
33402
|
-
]
|
|
33403
|
+
"default": "css`\n @keyframes append-from-left-animate {\n from {\n transform: translateX(100%);\n opacity: 0%;\n }\n\n to {\n transform: translateX(0%);\n opacity: 100%;\n }\n }\n\n @keyframes delete-from-left-animate {\n from {\n transform: translateX(0%);\n opacity: 100%;\n }\n\n to {\n transform: translateX(100%);\n opacity: 0%;\n }\n }\n\n @keyframes append-from-top-animate {\n from {\n transform: translateY(-100%);\n opacity: 0%;\n }\n\n to {\n transform: translateY(0%);\n opacity: 100%;\n }\n }\n\n @keyframes delete-from-top-animate {\n from {\n transform: translateY(0%);\n opacity: 100%;\n }\n\n to {\n transform: translateY(-100%);\n opacity: 0%;\n }\n }\n\n @keyframes delete-fade-animate {\n from {\n opacity: 100%;\n }\n\n to {\n opacity: 0%;\n }\n }\n\n :host {\n --snackbar-min-width: 356px;\n --snackbar-min-height: 55px;\n --snackbar-max-width: 496px;\n --snackbar-max-height: auto;\n --snackbar-animation-name: append-from-left-animate;\n --snackbar-animation-delete-name: delete-from-left-animate;\n }\n\n .snackbar {\n animation: var(--snackbar-animation-name) 0.3s linear;\n max-width: var(--snackbar-max-width);\n min-width: var(--snackbar-min-width);\n min-height: var(--snackbar-min-height);\n max-height: var(--snackbar-max-height);\n background-color: var(--fill-color);\n border-radius: calc(var(--control-corner-radius) * 1px);\n border-width: thin;\n border-color: var(--neutral-fill-rest);\n box-shadow: 0 2px 5px 0 rgb(0 0 0 / 35%);\n box-sizing: border-box;\n display: flex;\n position: relative;\n bottom: 5px;\n flex-direction: row;\n padding: 2px 16px;\n }\n\n .snackbar-delete {\n animation: var(--snackbar-animation-delete-name) 0.3s linear;\n opacity: 0%;\n }\n\n .snackbar::after {\n content: '';\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n left: 0;\n height: calc(100% - 2px);\n width: 2px;\n border-radius: 2px;\n }\n\n .content {\n display: flex;\n align-items: center;\n flex: 2;\n font-size: 12px;\n overflow: hidden;\n overflow-wrap: anywhere;\n }\n\n .action {\n display: flex;\n flex-direction: row-reverse;\n align-items: center;\n gap: 10px;\n flex: 1;\n overflow: hidden;\n }\n`"
|
|
33403
33404
|
}
|
|
33404
33405
|
],
|
|
33405
33406
|
"exports": [
|
|
33406
33407
|
{
|
|
33407
33408
|
"kind": "js",
|
|
33408
|
-
"name": "
|
|
33409
|
+
"name": "foundationSnackbarStyles",
|
|
33409
33410
|
"declaration": {
|
|
33410
|
-
"name": "
|
|
33411
|
-
"module": "src/
|
|
33411
|
+
"name": "foundationSnackbarStyles",
|
|
33412
|
+
"module": "src/snackbar/snackbar.styles.ts"
|
|
33412
33413
|
}
|
|
33413
33414
|
}
|
|
33414
33415
|
]
|
|
33415
33416
|
},
|
|
33416
33417
|
{
|
|
33417
33418
|
"kind": "javascript-module",
|
|
33418
|
-
"path": "src/
|
|
33419
|
+
"path": "src/snackbar/snackbar.template.ts",
|
|
33419
33420
|
"declarations": [
|
|
33420
33421
|
{
|
|
33421
33422
|
"kind": "function",
|
|
33422
|
-
"name": "
|
|
33423
|
-
"return": {
|
|
33424
|
-
"type": {
|
|
33425
|
-
"text": "ViewTemplate<SliderLabel>"
|
|
33426
|
-
}
|
|
33427
|
-
},
|
|
33423
|
+
"name": "getPrefixedSnackbar",
|
|
33428
33424
|
"parameters": [
|
|
33429
33425
|
{
|
|
33430
|
-
"name": "
|
|
33431
|
-
"type": {
|
|
33432
|
-
"text": "ElementDefinitionContext"
|
|
33433
|
-
}
|
|
33434
|
-
},
|
|
33435
|
-
{
|
|
33436
|
-
"name": "definition",
|
|
33426
|
+
"name": "prefix",
|
|
33437
33427
|
"type": {
|
|
33438
|
-
"text": "
|
|
33428
|
+
"text": "string"
|
|
33439
33429
|
}
|
|
33440
33430
|
}
|
|
33441
33431
|
]
|
|
33432
|
+
},
|
|
33433
|
+
{
|
|
33434
|
+
"kind": "variable",
|
|
33435
|
+
"name": "foundationSnackbarTemplate",
|
|
33436
|
+
"default": "html<Snackbar>`\n ${(x) => getPrefixedSnackbar(getPrefix(x))}\n`"
|
|
33442
33437
|
}
|
|
33443
33438
|
],
|
|
33444
33439
|
"exports": [
|
|
33445
33440
|
{
|
|
33446
33441
|
"kind": "js",
|
|
33447
|
-
"name": "
|
|
33442
|
+
"name": "getPrefixedSnackbar",
|
|
33448
33443
|
"declaration": {
|
|
33449
|
-
"name": "
|
|
33450
|
-
"module": "src/
|
|
33444
|
+
"name": "getPrefixedSnackbar",
|
|
33445
|
+
"module": "src/snackbar/snackbar.template.ts"
|
|
33446
|
+
}
|
|
33447
|
+
},
|
|
33448
|
+
{
|
|
33449
|
+
"kind": "js",
|
|
33450
|
+
"name": "foundationSnackbarTemplate",
|
|
33451
|
+
"declaration": {
|
|
33452
|
+
"name": "foundationSnackbarTemplate",
|
|
33453
|
+
"module": "src/snackbar/snackbar.template.ts"
|
|
33451
33454
|
}
|
|
33452
33455
|
}
|
|
33453
33456
|
]
|
|
33454
33457
|
},
|
|
33455
33458
|
{
|
|
33456
33459
|
"kind": "javascript-module",
|
|
33457
|
-
"path": "src/
|
|
33460
|
+
"path": "src/snackbar/snackbar.ts",
|
|
33458
33461
|
"declarations": [
|
|
33462
|
+
{
|
|
33463
|
+
"kind": "variable",
|
|
33464
|
+
"name": "foundationSnackbarShadowOptions",
|
|
33465
|
+
"type": {
|
|
33466
|
+
"text": "ShadowRootInit"
|
|
33467
|
+
},
|
|
33468
|
+
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
33469
|
+
},
|
|
33459
33470
|
{
|
|
33460
33471
|
"kind": "class",
|
|
33461
33472
|
"description": "",
|
|
33462
|
-
"name": "
|
|
33463
|
-
"
|
|
33464
|
-
"name": "FASTSliderLabel",
|
|
33465
|
-
"package": "@microsoft/fast-components"
|
|
33466
|
-
},
|
|
33467
|
-
"tagName": "%%prefix%%-slider-label",
|
|
33468
|
-
"customElement": true,
|
|
33469
|
-
"attributes": [
|
|
33473
|
+
"name": "Snackbar",
|
|
33474
|
+
"members": [
|
|
33470
33475
|
{
|
|
33471
|
-
"
|
|
33476
|
+
"kind": "field",
|
|
33477
|
+
"name": "snackbar",
|
|
33472
33478
|
"type": {
|
|
33473
|
-
"text": "
|
|
33479
|
+
"text": "HTMLElement"
|
|
33474
33480
|
},
|
|
33475
|
-
"
|
|
33476
|
-
"fieldName": "position",
|
|
33477
|
-
"inheritedFrom": {
|
|
33478
|
-
"name": "SliderLabel",
|
|
33479
|
-
"module": "src/slider-label/slider-label.ts"
|
|
33480
|
-
}
|
|
33481
|
+
"privacy": "public"
|
|
33481
33482
|
},
|
|
33482
33483
|
{
|
|
33483
|
-
"
|
|
33484
|
+
"kind": "field",
|
|
33485
|
+
"name": "error",
|
|
33484
33486
|
"type": {
|
|
33485
|
-
"text": "
|
|
33486
|
-
},
|
|
33487
|
-
"default": "false",
|
|
33488
|
-
"description": "Hides the tick mark.",
|
|
33489
|
-
"fieldName": "hideMark",
|
|
33490
|
-
"inheritedFrom": {
|
|
33491
|
-
"name": "SliderLabel",
|
|
33492
|
-
"module": "src/slider-label/slider-label.ts"
|
|
33487
|
+
"text": "ErrorStructure"
|
|
33493
33488
|
}
|
|
33494
33489
|
},
|
|
33495
33490
|
{
|
|
33496
|
-
"
|
|
33491
|
+
"kind": "field",
|
|
33492
|
+
"name": "notification",
|
|
33497
33493
|
"type": {
|
|
33498
|
-
"text": "
|
|
33499
|
-
},
|
|
33500
|
-
"description": "The disabled state of the label. This is generally controlled by the parent @microsoft/fast-foundation#(Slider:class).",
|
|
33501
|
-
"fieldName": "disabled",
|
|
33502
|
-
"inheritedFrom": {
|
|
33503
|
-
"name": "SliderLabel",
|
|
33504
|
-
"module": "src/slider-label/slider-label.ts"
|
|
33494
|
+
"text": "NotificationStructure"
|
|
33505
33495
|
}
|
|
33506
|
-
}
|
|
33507
|
-
],
|
|
33508
|
-
"members": [
|
|
33496
|
+
},
|
|
33509
33497
|
{
|
|
33510
33498
|
"kind": "field",
|
|
33511
|
-
"name": "
|
|
33499
|
+
"name": "deleteAnimation",
|
|
33512
33500
|
"type": {
|
|
33513
33501
|
"text": "string"
|
|
33514
33502
|
},
|
|
33515
|
-
"
|
|
33516
|
-
|
|
33517
|
-
|
|
33518
|
-
|
|
33519
|
-
|
|
33503
|
+
"default": "''"
|
|
33504
|
+
},
|
|
33505
|
+
{
|
|
33506
|
+
"kind": "field",
|
|
33507
|
+
"name": "identifier",
|
|
33508
|
+
"type": {
|
|
33509
|
+
"text": "string"
|
|
33520
33510
|
}
|
|
33521
33511
|
},
|
|
33522
33512
|
{
|
|
33523
|
-
"kind": "
|
|
33524
|
-
"name": "
|
|
33525
|
-
"
|
|
33526
|
-
|
|
33527
|
-
"type": {
|
|
33528
|
-
"text": "void"
|
|
33529
|
-
}
|
|
33513
|
+
"kind": "field",
|
|
33514
|
+
"name": "closeTimeout",
|
|
33515
|
+
"type": {
|
|
33516
|
+
"text": "number"
|
|
33530
33517
|
},
|
|
33531
|
-
"
|
|
33532
|
-
"name": "SliderLabel",
|
|
33533
|
-
"module": "src/slider-label/slider-label.ts"
|
|
33534
|
-
}
|
|
33518
|
+
"default": "SNACKBAR_CLOSE_TIMEOUT"
|
|
33535
33519
|
},
|
|
33536
33520
|
{
|
|
33537
33521
|
"kind": "field",
|
|
33538
|
-
"name": "
|
|
33522
|
+
"name": "autoClose",
|
|
33539
33523
|
"type": {
|
|
33540
33524
|
"text": "boolean"
|
|
33541
33525
|
},
|
|
33542
|
-
"
|
|
33543
|
-
|
|
33544
|
-
|
|
33545
|
-
"
|
|
33546
|
-
|
|
33547
|
-
"module": "src/slider-label/slider-label.ts"
|
|
33548
|
-
}
|
|
33526
|
+
"default": "true"
|
|
33527
|
+
},
|
|
33528
|
+
{
|
|
33529
|
+
"kind": "method",
|
|
33530
|
+
"name": "autoCloseChanged"
|
|
33549
33531
|
},
|
|
33550
33532
|
{
|
|
33551
33533
|
"kind": "field",
|
|
33552
|
-
"name": "
|
|
33534
|
+
"name": "type",
|
|
33553
33535
|
"type": {
|
|
33554
|
-
"text": "
|
|
33536
|
+
"text": "SnackbarType"
|
|
33555
33537
|
},
|
|
33556
|
-
"
|
|
33557
|
-
"description": "The disabled state of the label. This is generally controlled by the parent {@link @microsoft/fast-foundation#(Slider:class)}.",
|
|
33558
|
-
"inheritedFrom": {
|
|
33559
|
-
"name": "SliderLabel",
|
|
33560
|
-
"module": "src/slider-label/slider-label.ts"
|
|
33561
|
-
}
|
|
33538
|
+
"default": "SNACKBAR_TYPE_DEFAULT"
|
|
33562
33539
|
},
|
|
33563
33540
|
{
|
|
33564
33541
|
"kind": "field",
|
|
33565
|
-
"name": "
|
|
33542
|
+
"name": "timeoutRef",
|
|
33566
33543
|
"type": {
|
|
33567
|
-
"text": "
|
|
33544
|
+
"text": "ReturnType<typeof setTimeout>"
|
|
33568
33545
|
},
|
|
33569
|
-
"privacy": "private"
|
|
33570
|
-
|
|
33571
|
-
|
|
33572
|
-
|
|
33573
|
-
|
|
33546
|
+
"privacy": "private"
|
|
33547
|
+
},
|
|
33548
|
+
{
|
|
33549
|
+
"kind": "field",
|
|
33550
|
+
"name": "dismissEventListener",
|
|
33551
|
+
"privacy": "private"
|
|
33574
33552
|
},
|
|
33575
33553
|
{
|
|
33576
33554
|
"kind": "method",
|
|
33577
|
-
"name": "
|
|
33578
|
-
"
|
|
33579
|
-
|
|
33580
|
-
|
|
33581
|
-
"
|
|
33555
|
+
"name": "errorChanged",
|
|
33556
|
+
"parameters": [
|
|
33557
|
+
{
|
|
33558
|
+
"name": "oldValue",
|
|
33559
|
+
"type": {
|
|
33560
|
+
"text": "ErrorStructure"
|
|
33561
|
+
}
|
|
33562
|
+
},
|
|
33563
|
+
{
|
|
33564
|
+
"name": "newValue",
|
|
33565
|
+
"type": {
|
|
33566
|
+
"text": "ErrorStructure"
|
|
33567
|
+
}
|
|
33582
33568
|
}
|
|
33583
|
-
|
|
33569
|
+
]
|
|
33570
|
+
},
|
|
33571
|
+
{
|
|
33572
|
+
"kind": "method",
|
|
33573
|
+
"name": "notificationChanged",
|
|
33584
33574
|
"parameters": [
|
|
33585
33575
|
{
|
|
33586
|
-
"name": "
|
|
33576
|
+
"name": "oldValue",
|
|
33587
33577
|
"type": {
|
|
33588
|
-
"text": "
|
|
33578
|
+
"text": "NotificationStructure"
|
|
33579
|
+
}
|
|
33580
|
+
},
|
|
33581
|
+
{
|
|
33582
|
+
"name": "newValue",
|
|
33583
|
+
"type": {
|
|
33584
|
+
"text": "NotificationStructure"
|
|
33589
33585
|
}
|
|
33590
33586
|
}
|
|
33591
|
-
]
|
|
33592
|
-
"inheritedFrom": {
|
|
33593
|
-
"name": "SliderLabel",
|
|
33594
|
-
"module": "src/slider-label/slider-label.ts"
|
|
33595
|
-
}
|
|
33587
|
+
]
|
|
33596
33588
|
},
|
|
33597
33589
|
{
|
|
33598
|
-
"kind": "
|
|
33599
|
-
"name": "
|
|
33600
|
-
"privacy": "
|
|
33601
|
-
"
|
|
33602
|
-
|
|
33603
|
-
|
|
33604
|
-
|
|
33590
|
+
"kind": "method",
|
|
33591
|
+
"name": "handleDissmis",
|
|
33592
|
+
"privacy": "public",
|
|
33593
|
+
"parameters": [
|
|
33594
|
+
{
|
|
33595
|
+
"name": "autoDissmis",
|
|
33596
|
+
"default": "false",
|
|
33597
|
+
"type": {
|
|
33598
|
+
"text": "boolean"
|
|
33599
|
+
}
|
|
33600
|
+
}
|
|
33601
|
+
],
|
|
33602
|
+
"description": "Helper for remove snackbar from display with animation"
|
|
33605
33603
|
},
|
|
33606
33604
|
{
|
|
33607
|
-
"kind": "
|
|
33608
|
-
"name": "
|
|
33609
|
-
"privacy": "
|
|
33610
|
-
"
|
|
33611
|
-
"name": "SliderLabel",
|
|
33612
|
-
"module": "src/slider-label/slider-label.ts"
|
|
33613
|
-
}
|
|
33605
|
+
"kind": "method",
|
|
33606
|
+
"name": "dismiss",
|
|
33607
|
+
"privacy": "public",
|
|
33608
|
+
"description": "Remove the snackbar from display."
|
|
33614
33609
|
},
|
|
33615
33610
|
{
|
|
33616
33611
|
"kind": "field",
|
|
@@ -33723,69 +33718,103 @@
|
|
|
33723
33718
|
"module": "src/foundation-element/foundation-element.ts"
|
|
33724
33719
|
}
|
|
33725
33720
|
}
|
|
33726
|
-
]
|
|
33727
|
-
|
|
33728
|
-
|
|
33729
|
-
|
|
33730
|
-
|
|
33731
|
-
|
|
33732
|
-
|
|
33733
|
-
|
|
33734
|
-
"
|
|
33735
|
-
|
|
33736
|
-
|
|
33737
|
-
|
|
33738
|
-
|
|
33739
|
-
|
|
33740
|
-
|
|
33721
|
+
],
|
|
33722
|
+
"events": [
|
|
33723
|
+
{
|
|
33724
|
+
"type": {
|
|
33725
|
+
"text": "CustomEvent"
|
|
33726
|
+
}
|
|
33727
|
+
}
|
|
33728
|
+
],
|
|
33729
|
+
"attributes": [
|
|
33730
|
+
{
|
|
33731
|
+
"name": "identifier",
|
|
33732
|
+
"type": {
|
|
33733
|
+
"text": "string"
|
|
33734
|
+
},
|
|
33735
|
+
"fieldName": "identifier"
|
|
33736
|
+
},
|
|
33737
|
+
{
|
|
33738
|
+
"name": "close-timeout",
|
|
33739
|
+
"type": {
|
|
33740
|
+
"text": "number"
|
|
33741
|
+
},
|
|
33742
|
+
"default": "SNACKBAR_CLOSE_TIMEOUT",
|
|
33743
|
+
"resolveInitializer": {
|
|
33744
|
+
"module": "/src/snackbar/snackbar.config"
|
|
33745
|
+
},
|
|
33746
|
+
"fieldName": "closeTimeout"
|
|
33747
|
+
},
|
|
33748
|
+
{
|
|
33749
|
+
"name": "auto-close",
|
|
33750
|
+
"type": {
|
|
33751
|
+
"text": "boolean"
|
|
33752
|
+
},
|
|
33753
|
+
"default": "true",
|
|
33754
|
+
"fieldName": "autoClose"
|
|
33755
|
+
},
|
|
33756
|
+
{
|
|
33757
|
+
"name": "type",
|
|
33758
|
+
"type": {
|
|
33759
|
+
"text": "SnackbarType"
|
|
33760
|
+
},
|
|
33761
|
+
"default": "SNACKBAR_TYPE_DEFAULT",
|
|
33762
|
+
"resolveInitializer": {
|
|
33763
|
+
"module": "/src/snackbar/snackbar.config"
|
|
33764
|
+
},
|
|
33765
|
+
"fieldName": "type"
|
|
33766
|
+
}
|
|
33767
|
+
],
|
|
33768
|
+
"superclass": {
|
|
33769
|
+
"name": "FoundationElement",
|
|
33770
|
+
"package": "@microsoft/fast-foundation"
|
|
33741
33771
|
},
|
|
33742
|
-
"
|
|
33772
|
+
"tagName": "%%prefix%%-snackbar",
|
|
33773
|
+
"customElement": true
|
|
33743
33774
|
},
|
|
33744
33775
|
{
|
|
33745
33776
|
"kind": "variable",
|
|
33746
|
-
"name": "
|
|
33747
|
-
"description": "The Foundation
|
|
33777
|
+
"name": "foundationSnackbar",
|
|
33778
|
+
"description": "The Foundation Snackbar",
|
|
33748
33779
|
"privacy": "public"
|
|
33749
33780
|
}
|
|
33750
33781
|
],
|
|
33751
33782
|
"exports": [
|
|
33752
33783
|
{
|
|
33753
33784
|
"kind": "js",
|
|
33754
|
-
"name": "
|
|
33755
|
-
"declaration": {
|
|
33756
|
-
"name": "SliderLabel",
|
|
33757
|
-
"module": "src/slider-label/slider-label.ts"
|
|
33758
|
-
}
|
|
33759
|
-
},
|
|
33760
|
-
{
|
|
33761
|
-
"kind": "js",
|
|
33762
|
-
"name": "foundationSliderLabelShadowOptions",
|
|
33785
|
+
"name": "foundationSnackbarShadowOptions",
|
|
33763
33786
|
"declaration": {
|
|
33764
|
-
"name": "
|
|
33765
|
-
"module": "src/
|
|
33787
|
+
"name": "foundationSnackbarShadowOptions",
|
|
33788
|
+
"module": "src/snackbar/snackbar.ts"
|
|
33766
33789
|
}
|
|
33767
33790
|
},
|
|
33768
33791
|
{
|
|
33769
33792
|
"kind": "js",
|
|
33770
|
-
"name": "
|
|
33793
|
+
"name": "Snackbar",
|
|
33771
33794
|
"declaration": {
|
|
33772
|
-
"name": "
|
|
33773
|
-
"module": "src/
|
|
33795
|
+
"name": "Snackbar",
|
|
33796
|
+
"module": "src/snackbar/snackbar.ts"
|
|
33774
33797
|
}
|
|
33775
33798
|
},
|
|
33776
33799
|
{
|
|
33777
33800
|
"kind": "js",
|
|
33778
|
-
"name": "
|
|
33801
|
+
"name": "foundationSnackbar",
|
|
33779
33802
|
"declaration": {
|
|
33780
|
-
"name": "
|
|
33781
|
-
"module": "src/
|
|
33803
|
+
"name": "foundationSnackbar",
|
|
33804
|
+
"module": "src/snackbar/snackbar.ts"
|
|
33782
33805
|
}
|
|
33783
33806
|
}
|
|
33784
33807
|
]
|
|
33785
33808
|
},
|
|
33786
33809
|
{
|
|
33787
33810
|
"kind": "javascript-module",
|
|
33788
|
-
"path": "src/snackbar/
|
|
33811
|
+
"path": "src/snackbar/snackbar.types.ts",
|
|
33812
|
+
"declarations": [],
|
|
33813
|
+
"exports": []
|
|
33814
|
+
},
|
|
33815
|
+
{
|
|
33816
|
+
"kind": "javascript-module",
|
|
33817
|
+
"path": "src/slider-label/index.ts",
|
|
33789
33818
|
"declarations": [],
|
|
33790
33819
|
"exports": [
|
|
33791
33820
|
{
|
|
@@ -33793,23 +33822,7 @@
|
|
|
33793
33822
|
"name": "*",
|
|
33794
33823
|
"declaration": {
|
|
33795
33824
|
"name": "*",
|
|
33796
|
-
"package": "./
|
|
33797
|
-
}
|
|
33798
|
-
},
|
|
33799
|
-
{
|
|
33800
|
-
"kind": "js",
|
|
33801
|
-
"name": "*",
|
|
33802
|
-
"declaration": {
|
|
33803
|
-
"name": "*",
|
|
33804
|
-
"package": "./snackbar.config"
|
|
33805
|
-
}
|
|
33806
|
-
},
|
|
33807
|
-
{
|
|
33808
|
-
"kind": "js",
|
|
33809
|
-
"name": "*",
|
|
33810
|
-
"declaration": {
|
|
33811
|
-
"name": "*",
|
|
33812
|
-
"package": "./snackbar.styles"
|
|
33825
|
+
"package": "./slider-label.template"
|
|
33813
33826
|
}
|
|
33814
33827
|
},
|
|
33815
33828
|
{
|
|
@@ -33817,7 +33830,7 @@
|
|
|
33817
33830
|
"name": "*",
|
|
33818
33831
|
"declaration": {
|
|
33819
33832
|
"name": "*",
|
|
33820
|
-
"package": "./
|
|
33833
|
+
"package": "./slider-label.styles"
|
|
33821
33834
|
}
|
|
33822
33835
|
},
|
|
33823
33836
|
{
|
|
@@ -33825,227 +33838,248 @@
|
|
|
33825
33838
|
"name": "*",
|
|
33826
33839
|
"declaration": {
|
|
33827
33840
|
"name": "*",
|
|
33828
|
-
"package": "./
|
|
33841
|
+
"package": "./slider-label"
|
|
33829
33842
|
}
|
|
33830
33843
|
}
|
|
33831
33844
|
]
|
|
33832
33845
|
},
|
|
33833
33846
|
{
|
|
33834
33847
|
"kind": "javascript-module",
|
|
33835
|
-
"path": "src/
|
|
33848
|
+
"path": "src/slider-label/slider-label.styles.ts",
|
|
33836
33849
|
"declarations": [
|
|
33837
33850
|
{
|
|
33838
|
-
"kind": "
|
|
33839
|
-
"name": "
|
|
33840
|
-
"
|
|
33841
|
-
"
|
|
33851
|
+
"kind": "function",
|
|
33852
|
+
"name": "foundationSliderLabelStyles",
|
|
33853
|
+
"return": {
|
|
33854
|
+
"type": {
|
|
33855
|
+
"text": "ElementStyles"
|
|
33856
|
+
}
|
|
33842
33857
|
},
|
|
33843
|
-
"
|
|
33858
|
+
"parameters": [
|
|
33859
|
+
{
|
|
33860
|
+
"name": "context",
|
|
33861
|
+
"type": {
|
|
33862
|
+
"text": "ElementDefinitionContext"
|
|
33863
|
+
}
|
|
33864
|
+
},
|
|
33865
|
+
{
|
|
33866
|
+
"name": "definition",
|
|
33867
|
+
"type": {
|
|
33868
|
+
"text": "FoundationElementDefinition"
|
|
33869
|
+
}
|
|
33870
|
+
}
|
|
33871
|
+
]
|
|
33844
33872
|
}
|
|
33845
33873
|
],
|
|
33846
33874
|
"exports": [
|
|
33847
33875
|
{
|
|
33848
33876
|
"kind": "js",
|
|
33849
|
-
"name": "
|
|
33877
|
+
"name": "foundationSliderLabelStyles",
|
|
33850
33878
|
"declaration": {
|
|
33851
|
-
"name": "
|
|
33852
|
-
"module": "src/
|
|
33879
|
+
"name": "foundationSliderLabelStyles",
|
|
33880
|
+
"module": "src/slider-label/slider-label.styles.ts"
|
|
33853
33881
|
}
|
|
33854
33882
|
}
|
|
33855
33883
|
]
|
|
33856
33884
|
},
|
|
33857
33885
|
{
|
|
33858
33886
|
"kind": "javascript-module",
|
|
33859
|
-
"path": "src/
|
|
33887
|
+
"path": "src/slider-label/slider-label.template.ts",
|
|
33860
33888
|
"declarations": [
|
|
33861
33889
|
{
|
|
33862
33890
|
"kind": "function",
|
|
33863
|
-
"name": "
|
|
33891
|
+
"name": "foundationSliderLabelTemplate",
|
|
33892
|
+
"return": {
|
|
33893
|
+
"type": {
|
|
33894
|
+
"text": "ViewTemplate<SliderLabel>"
|
|
33895
|
+
}
|
|
33896
|
+
},
|
|
33864
33897
|
"parameters": [
|
|
33865
33898
|
{
|
|
33866
|
-
"name": "
|
|
33899
|
+
"name": "context",
|
|
33867
33900
|
"type": {
|
|
33868
|
-
"text": "
|
|
33901
|
+
"text": "ElementDefinitionContext"
|
|
33902
|
+
}
|
|
33903
|
+
},
|
|
33904
|
+
{
|
|
33905
|
+
"name": "definition",
|
|
33906
|
+
"type": {
|
|
33907
|
+
"text": "FoundationElementDefinition"
|
|
33869
33908
|
}
|
|
33870
33909
|
}
|
|
33871
33910
|
]
|
|
33872
|
-
},
|
|
33873
|
-
{
|
|
33874
|
-
"kind": "variable",
|
|
33875
|
-
"name": "foundationSnackbarTemplate",
|
|
33876
|
-
"default": "html<Snackbar>`\n ${(x) => getPrefixedSnackbar(getPrefix(x))}\n`"
|
|
33877
33911
|
}
|
|
33878
33912
|
],
|
|
33879
33913
|
"exports": [
|
|
33880
33914
|
{
|
|
33881
33915
|
"kind": "js",
|
|
33882
|
-
"name": "
|
|
33883
|
-
"declaration": {
|
|
33884
|
-
"name": "getPrefixedSnackbar",
|
|
33885
|
-
"module": "src/snackbar/snackbar.template.ts"
|
|
33886
|
-
}
|
|
33887
|
-
},
|
|
33888
|
-
{
|
|
33889
|
-
"kind": "js",
|
|
33890
|
-
"name": "foundationSnackbarTemplate",
|
|
33916
|
+
"name": "foundationSliderLabelTemplate",
|
|
33891
33917
|
"declaration": {
|
|
33892
|
-
"name": "
|
|
33893
|
-
"module": "src/
|
|
33918
|
+
"name": "foundationSliderLabelTemplate",
|
|
33919
|
+
"module": "src/slider-label/slider-label.template.ts"
|
|
33894
33920
|
}
|
|
33895
33921
|
}
|
|
33896
33922
|
]
|
|
33897
33923
|
},
|
|
33898
33924
|
{
|
|
33899
33925
|
"kind": "javascript-module",
|
|
33900
|
-
"path": "src/
|
|
33926
|
+
"path": "src/slider-label/slider-label.ts",
|
|
33901
33927
|
"declarations": [
|
|
33902
|
-
{
|
|
33903
|
-
"kind": "variable",
|
|
33904
|
-
"name": "foundationSnackbarShadowOptions",
|
|
33905
|
-
"type": {
|
|
33906
|
-
"text": "ShadowRootInit"
|
|
33907
|
-
},
|
|
33908
|
-
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
33909
|
-
},
|
|
33910
33928
|
{
|
|
33911
33929
|
"kind": "class",
|
|
33912
33930
|
"description": "",
|
|
33913
|
-
"name": "
|
|
33914
|
-
"
|
|
33931
|
+
"name": "SliderLabel",
|
|
33932
|
+
"superclass": {
|
|
33933
|
+
"name": "FASTSliderLabel",
|
|
33934
|
+
"package": "@microsoft/fast-components"
|
|
33935
|
+
},
|
|
33936
|
+
"tagName": "%%prefix%%-slider-label",
|
|
33937
|
+
"customElement": true,
|
|
33938
|
+
"attributes": [
|
|
33915
33939
|
{
|
|
33916
|
-
"
|
|
33917
|
-
"name": "snackbar",
|
|
33940
|
+
"name": "position",
|
|
33918
33941
|
"type": {
|
|
33919
|
-
"text": "
|
|
33942
|
+
"text": "string"
|
|
33920
33943
|
},
|
|
33921
|
-
"
|
|
33922
|
-
|
|
33923
|
-
|
|
33924
|
-
|
|
33925
|
-
|
|
33926
|
-
"type": {
|
|
33927
|
-
"text": "ErrorStructure"
|
|
33944
|
+
"description": "The position of the label relative to the min and max value of the parent @microsoft/fast-foundation#(Slider:class).",
|
|
33945
|
+
"fieldName": "position",
|
|
33946
|
+
"inheritedFrom": {
|
|
33947
|
+
"name": "SliderLabel",
|
|
33948
|
+
"module": "src/slider-label/slider-label.ts"
|
|
33928
33949
|
}
|
|
33929
33950
|
},
|
|
33930
33951
|
{
|
|
33931
|
-
"
|
|
33932
|
-
"name": "notification",
|
|
33952
|
+
"name": "hide-mark",
|
|
33933
33953
|
"type": {
|
|
33934
|
-
"text": "
|
|
33954
|
+
"text": "boolean"
|
|
33955
|
+
},
|
|
33956
|
+
"default": "false",
|
|
33957
|
+
"description": "Hides the tick mark.",
|
|
33958
|
+
"fieldName": "hideMark",
|
|
33959
|
+
"inheritedFrom": {
|
|
33960
|
+
"name": "SliderLabel",
|
|
33961
|
+
"module": "src/slider-label/slider-label.ts"
|
|
33935
33962
|
}
|
|
33936
33963
|
},
|
|
33937
33964
|
{
|
|
33938
|
-
"
|
|
33939
|
-
"name": "deleteAnimation",
|
|
33965
|
+
"name": "disabled",
|
|
33940
33966
|
"type": {
|
|
33941
|
-
"text": "
|
|
33967
|
+
"text": "boolean"
|
|
33942
33968
|
},
|
|
33943
|
-
"
|
|
33944
|
-
|
|
33969
|
+
"description": "The disabled state of the label. This is generally controlled by the parent @microsoft/fast-foundation#(Slider:class).",
|
|
33970
|
+
"fieldName": "disabled",
|
|
33971
|
+
"inheritedFrom": {
|
|
33972
|
+
"name": "SliderLabel",
|
|
33973
|
+
"module": "src/slider-label/slider-label.ts"
|
|
33974
|
+
}
|
|
33975
|
+
}
|
|
33976
|
+
],
|
|
33977
|
+
"members": [
|
|
33945
33978
|
{
|
|
33946
33979
|
"kind": "field",
|
|
33947
|
-
"name": "
|
|
33980
|
+
"name": "position",
|
|
33948
33981
|
"type": {
|
|
33949
33982
|
"text": "string"
|
|
33983
|
+
},
|
|
33984
|
+
"privacy": "public",
|
|
33985
|
+
"description": "The position of the label relative to the min and max value of the parent {@link @microsoft/fast-foundation#(Slider:class)}.",
|
|
33986
|
+
"inheritedFrom": {
|
|
33987
|
+
"name": "SliderLabel",
|
|
33988
|
+
"module": "src/slider-label/slider-label.ts"
|
|
33950
33989
|
}
|
|
33951
33990
|
},
|
|
33952
33991
|
{
|
|
33953
|
-
"kind": "
|
|
33954
|
-
"name": "
|
|
33955
|
-
"
|
|
33956
|
-
|
|
33992
|
+
"kind": "method",
|
|
33993
|
+
"name": "positionChanged",
|
|
33994
|
+
"privacy": "private",
|
|
33995
|
+
"return": {
|
|
33996
|
+
"type": {
|
|
33997
|
+
"text": "void"
|
|
33998
|
+
}
|
|
33957
33999
|
},
|
|
33958
|
-
"
|
|
34000
|
+
"inheritedFrom": {
|
|
34001
|
+
"name": "SliderLabel",
|
|
34002
|
+
"module": "src/slider-label/slider-label.ts"
|
|
34003
|
+
}
|
|
33959
34004
|
},
|
|
33960
34005
|
{
|
|
33961
34006
|
"kind": "field",
|
|
33962
|
-
"name": "
|
|
34007
|
+
"name": "hideMark",
|
|
33963
34008
|
"type": {
|
|
33964
34009
|
"text": "boolean"
|
|
33965
34010
|
},
|
|
33966
|
-
"
|
|
33967
|
-
|
|
33968
|
-
|
|
33969
|
-
"
|
|
33970
|
-
|
|
34011
|
+
"privacy": "public",
|
|
34012
|
+
"default": "false",
|
|
34013
|
+
"description": "Hides the tick mark.",
|
|
34014
|
+
"inheritedFrom": {
|
|
34015
|
+
"name": "SliderLabel",
|
|
34016
|
+
"module": "src/slider-label/slider-label.ts"
|
|
34017
|
+
}
|
|
33971
34018
|
},
|
|
33972
34019
|
{
|
|
33973
34020
|
"kind": "field",
|
|
33974
|
-
"name": "
|
|
34021
|
+
"name": "disabled",
|
|
33975
34022
|
"type": {
|
|
33976
|
-
"text": "
|
|
34023
|
+
"text": "boolean"
|
|
33977
34024
|
},
|
|
33978
|
-
"
|
|
34025
|
+
"privacy": "public",
|
|
34026
|
+
"description": "The disabled state of the label. This is generally controlled by the parent {@link @microsoft/fast-foundation#(Slider:class)}.",
|
|
34027
|
+
"inheritedFrom": {
|
|
34028
|
+
"name": "SliderLabel",
|
|
34029
|
+
"module": "src/slider-label/slider-label.ts"
|
|
34030
|
+
}
|
|
33979
34031
|
},
|
|
33980
34032
|
{
|
|
33981
34033
|
"kind": "field",
|
|
33982
|
-
"name": "
|
|
34034
|
+
"name": "notifier",
|
|
33983
34035
|
"type": {
|
|
33984
|
-
"text": "
|
|
34036
|
+
"text": "Notifier"
|
|
33985
34037
|
},
|
|
33986
|
-
"privacy": "private"
|
|
33987
|
-
|
|
33988
|
-
|
|
33989
|
-
|
|
33990
|
-
|
|
33991
|
-
"privacy": "private"
|
|
34038
|
+
"privacy": "private",
|
|
34039
|
+
"inheritedFrom": {
|
|
34040
|
+
"name": "SliderLabel",
|
|
34041
|
+
"module": "src/slider-label/slider-label.ts"
|
|
34042
|
+
}
|
|
33992
34043
|
},
|
|
33993
34044
|
{
|
|
33994
34045
|
"kind": "method",
|
|
33995
|
-
"name": "
|
|
33996
|
-
"
|
|
33997
|
-
|
|
33998
|
-
|
|
33999
|
-
"
|
|
34000
|
-
"text": "ErrorStructure"
|
|
34001
|
-
}
|
|
34002
|
-
},
|
|
34003
|
-
{
|
|
34004
|
-
"name": "newValue",
|
|
34005
|
-
"type": {
|
|
34006
|
-
"text": "ErrorStructure"
|
|
34007
|
-
}
|
|
34046
|
+
"name": "isSliderConfig",
|
|
34047
|
+
"privacy": "private",
|
|
34048
|
+
"return": {
|
|
34049
|
+
"type": {
|
|
34050
|
+
"text": "node is SliderConfiguration"
|
|
34008
34051
|
}
|
|
34009
|
-
|
|
34010
|
-
},
|
|
34011
|
-
{
|
|
34012
|
-
"kind": "method",
|
|
34013
|
-
"name": "notificationChanged",
|
|
34052
|
+
},
|
|
34014
34053
|
"parameters": [
|
|
34015
34054
|
{
|
|
34016
|
-
"name": "
|
|
34017
|
-
"type": {
|
|
34018
|
-
"text": "NotificationStructure"
|
|
34019
|
-
}
|
|
34020
|
-
},
|
|
34021
|
-
{
|
|
34022
|
-
"name": "newValue",
|
|
34055
|
+
"name": "node",
|
|
34023
34056
|
"type": {
|
|
34024
|
-
"text": "
|
|
34057
|
+
"text": "any"
|
|
34025
34058
|
}
|
|
34026
34059
|
}
|
|
34027
|
-
]
|
|
34060
|
+
],
|
|
34061
|
+
"inheritedFrom": {
|
|
34062
|
+
"name": "SliderLabel",
|
|
34063
|
+
"module": "src/slider-label/slider-label.ts"
|
|
34064
|
+
}
|
|
34028
34065
|
},
|
|
34029
34066
|
{
|
|
34030
|
-
"kind": "
|
|
34031
|
-
"name": "
|
|
34032
|
-
"privacy": "
|
|
34033
|
-
"
|
|
34034
|
-
|
|
34035
|
-
|
|
34036
|
-
|
|
34037
|
-
"type": {
|
|
34038
|
-
"text": "boolean"
|
|
34039
|
-
}
|
|
34040
|
-
}
|
|
34041
|
-
],
|
|
34042
|
-
"description": "Helper for remove snackbar from display with animation"
|
|
34067
|
+
"kind": "field",
|
|
34068
|
+
"name": "getSliderConfiguration",
|
|
34069
|
+
"privacy": "private",
|
|
34070
|
+
"inheritedFrom": {
|
|
34071
|
+
"name": "SliderLabel",
|
|
34072
|
+
"module": "src/slider-label/slider-label.ts"
|
|
34073
|
+
}
|
|
34043
34074
|
},
|
|
34044
34075
|
{
|
|
34045
|
-
"kind": "
|
|
34046
|
-
"name": "
|
|
34047
|
-
"privacy": "
|
|
34048
|
-
"
|
|
34076
|
+
"kind": "field",
|
|
34077
|
+
"name": "positionAsStyle",
|
|
34078
|
+
"privacy": "private",
|
|
34079
|
+
"inheritedFrom": {
|
|
34080
|
+
"name": "SliderLabel",
|
|
34081
|
+
"module": "src/slider-label/slider-label.ts"
|
|
34082
|
+
}
|
|
34049
34083
|
},
|
|
34050
34084
|
{
|
|
34051
34085
|
"kind": "field",
|
|
@@ -34158,100 +34192,66 @@
|
|
|
34158
34192
|
"module": "src/foundation-element/foundation-element.ts"
|
|
34159
34193
|
}
|
|
34160
34194
|
}
|
|
34161
|
-
]
|
|
34162
|
-
|
|
34163
|
-
|
|
34164
|
-
|
|
34165
|
-
|
|
34166
|
-
|
|
34167
|
-
|
|
34168
|
-
],
|
|
34169
|
-
"attributes": [
|
|
34170
|
-
{
|
|
34171
|
-
"name": "identifier",
|
|
34172
|
-
"type": {
|
|
34173
|
-
"text": "string"
|
|
34174
|
-
},
|
|
34175
|
-
"fieldName": "identifier"
|
|
34176
|
-
},
|
|
34177
|
-
{
|
|
34178
|
-
"name": "close-timeout",
|
|
34179
|
-
"type": {
|
|
34180
|
-
"text": "number"
|
|
34181
|
-
},
|
|
34182
|
-
"default": "SNACKBAR_CLOSE_TIMEOUT",
|
|
34183
|
-
"resolveInitializer": {
|
|
34184
|
-
"module": "/src/snackbar/snackbar.config"
|
|
34185
|
-
},
|
|
34186
|
-
"fieldName": "closeTimeout"
|
|
34187
|
-
},
|
|
34188
|
-
{
|
|
34189
|
-
"name": "auto-close",
|
|
34190
|
-
"type": {
|
|
34191
|
-
"text": "boolean"
|
|
34192
|
-
},
|
|
34193
|
-
"default": "true",
|
|
34194
|
-
"fieldName": "autoClose"
|
|
34195
|
-
},
|
|
34196
|
-
{
|
|
34197
|
-
"name": "type",
|
|
34198
|
-
"type": {
|
|
34199
|
-
"text": "SnackbarType"
|
|
34200
|
-
},
|
|
34201
|
-
"default": "SNACKBAR_TYPE_DEFAULT",
|
|
34202
|
-
"resolveInitializer": {
|
|
34203
|
-
"module": "/src/snackbar/snackbar.config"
|
|
34204
|
-
},
|
|
34205
|
-
"fieldName": "type"
|
|
34206
|
-
}
|
|
34207
|
-
],
|
|
34208
|
-
"superclass": {
|
|
34209
|
-
"name": "FoundationElement",
|
|
34210
|
-
"package": "@microsoft/fast-foundation"
|
|
34195
|
+
]
|
|
34196
|
+
},
|
|
34197
|
+
{
|
|
34198
|
+
"kind": "variable",
|
|
34199
|
+
"name": "foundationSliderLabelShadowOptions",
|
|
34200
|
+
"type": {
|
|
34201
|
+
"text": "ShadowRootInit"
|
|
34211
34202
|
},
|
|
34212
|
-
"
|
|
34213
|
-
"customElement": true
|
|
34203
|
+
"default": "undefined"
|
|
34214
34204
|
},
|
|
34215
34205
|
{
|
|
34216
34206
|
"kind": "variable",
|
|
34217
|
-
"name": "
|
|
34218
|
-
"
|
|
34207
|
+
"name": "defaultSliderLabelConfig",
|
|
34208
|
+
"type": {
|
|
34209
|
+
"text": "object"
|
|
34210
|
+
},
|
|
34211
|
+
"default": "{}"
|
|
34212
|
+
},
|
|
34213
|
+
{
|
|
34214
|
+
"kind": "variable",
|
|
34215
|
+
"name": "foundationSliderLabel",
|
|
34216
|
+
"description": "The Foundation Slider Label",
|
|
34219
34217
|
"privacy": "public"
|
|
34220
34218
|
}
|
|
34221
34219
|
],
|
|
34222
34220
|
"exports": [
|
|
34223
34221
|
{
|
|
34224
34222
|
"kind": "js",
|
|
34225
|
-
"name": "
|
|
34223
|
+
"name": "SliderLabel",
|
|
34226
34224
|
"declaration": {
|
|
34227
|
-
"name": "
|
|
34228
|
-
"module": "src/
|
|
34225
|
+
"name": "SliderLabel",
|
|
34226
|
+
"module": "src/slider-label/slider-label.ts"
|
|
34229
34227
|
}
|
|
34230
34228
|
},
|
|
34231
34229
|
{
|
|
34232
34230
|
"kind": "js",
|
|
34233
|
-
"name": "
|
|
34231
|
+
"name": "foundationSliderLabelShadowOptions",
|
|
34234
34232
|
"declaration": {
|
|
34235
|
-
"name": "
|
|
34236
|
-
"module": "src/
|
|
34233
|
+
"name": "foundationSliderLabelShadowOptions",
|
|
34234
|
+
"module": "src/slider-label/slider-label.ts"
|
|
34237
34235
|
}
|
|
34238
34236
|
},
|
|
34239
34237
|
{
|
|
34240
34238
|
"kind": "js",
|
|
34241
|
-
"name": "
|
|
34239
|
+
"name": "defaultSliderLabelConfig",
|
|
34242
34240
|
"declaration": {
|
|
34243
|
-
"name": "
|
|
34244
|
-
"module": "src/
|
|
34241
|
+
"name": "defaultSliderLabelConfig",
|
|
34242
|
+
"module": "src/slider-label/slider-label.ts"
|
|
34243
|
+
}
|
|
34244
|
+
},
|
|
34245
|
+
{
|
|
34246
|
+
"kind": "js",
|
|
34247
|
+
"name": "foundationSliderLabel",
|
|
34248
|
+
"declaration": {
|
|
34249
|
+
"name": "foundationSliderLabel",
|
|
34250
|
+
"module": "src/slider-label/slider-label.ts"
|
|
34245
34251
|
}
|
|
34246
34252
|
}
|
|
34247
34253
|
]
|
|
34248
34254
|
},
|
|
34249
|
-
{
|
|
34250
|
-
"kind": "javascript-module",
|
|
34251
|
-
"path": "src/snackbar/snackbar.types.ts",
|
|
34252
|
-
"declarations": [],
|
|
34253
|
-
"exports": []
|
|
34254
|
-
},
|
|
34255
34255
|
{
|
|
34256
34256
|
"kind": "javascript-module",
|
|
34257
34257
|
"path": "src/stacking-icons/index.ts",
|