@genesislcap/foundation-ui 14.196.1 → 14.197.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 +1924 -1924
- package/package.json +16 -16
|
@@ -862,6 +862,219 @@
|
|
|
862
862
|
}
|
|
863
863
|
]
|
|
864
864
|
},
|
|
865
|
+
{
|
|
866
|
+
"kind": "javascript-module",
|
|
867
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
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",
|
|
1019
|
+
"declarations": [],
|
|
1020
|
+
"exports": [
|
|
1021
|
+
{
|
|
1022
|
+
"kind": "js",
|
|
1023
|
+
"name": "*",
|
|
1024
|
+
"declaration": {
|
|
1025
|
+
"name": "*",
|
|
1026
|
+
"package": "./accordion.template"
|
|
1027
|
+
}
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
"kind": "js",
|
|
1031
|
+
"name": "*",
|
|
1032
|
+
"declaration": {
|
|
1033
|
+
"name": "*",
|
|
1034
|
+
"package": "./accordion.styles"
|
|
1035
|
+
}
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"kind": "js",
|
|
1039
|
+
"name": "*",
|
|
1040
|
+
"declaration": {
|
|
1041
|
+
"name": "*",
|
|
1042
|
+
"package": "./accordion"
|
|
1043
|
+
}
|
|
1044
|
+
}
|
|
1045
|
+
]
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1048
|
+
"kind": "javascript-module",
|
|
1049
|
+
"path": "src/_config/index.ts",
|
|
1050
|
+
"declarations": [],
|
|
1051
|
+
"exports": [
|
|
1052
|
+
{
|
|
1053
|
+
"kind": "js",
|
|
1054
|
+
"name": "*",
|
|
1055
|
+
"declaration": {
|
|
1056
|
+
"name": "*",
|
|
1057
|
+
"package": "./styles"
|
|
1058
|
+
}
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"kind": "js",
|
|
1062
|
+
"name": "*",
|
|
1063
|
+
"declaration": {
|
|
1064
|
+
"name": "*",
|
|
1065
|
+
"package": "./tokens"
|
|
1066
|
+
}
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
"kind": "js",
|
|
1070
|
+
"name": "*",
|
|
1071
|
+
"declaration": {
|
|
1072
|
+
"name": "*",
|
|
1073
|
+
"package": "./values"
|
|
1074
|
+
}
|
|
1075
|
+
}
|
|
1076
|
+
]
|
|
1077
|
+
},
|
|
865
1078
|
{
|
|
866
1079
|
"kind": "javascript-module",
|
|
867
1080
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1256,37 +1469,6 @@
|
|
|
1256
1469
|
}
|
|
1257
1470
|
]
|
|
1258
1471
|
},
|
|
1259
|
-
{
|
|
1260
|
-
"kind": "javascript-module",
|
|
1261
|
-
"path": "src/_config/index.ts",
|
|
1262
|
-
"declarations": [],
|
|
1263
|
-
"exports": [
|
|
1264
|
-
{
|
|
1265
|
-
"kind": "js",
|
|
1266
|
-
"name": "*",
|
|
1267
|
-
"declaration": {
|
|
1268
|
-
"name": "*",
|
|
1269
|
-
"package": "./styles"
|
|
1270
|
-
}
|
|
1271
|
-
},
|
|
1272
|
-
{
|
|
1273
|
-
"kind": "js",
|
|
1274
|
-
"name": "*",
|
|
1275
|
-
"declaration": {
|
|
1276
|
-
"name": "*",
|
|
1277
|
-
"package": "./tokens"
|
|
1278
|
-
}
|
|
1279
|
-
},
|
|
1280
|
-
{
|
|
1281
|
-
"kind": "js",
|
|
1282
|
-
"name": "*",
|
|
1283
|
-
"declaration": {
|
|
1284
|
-
"name": "*",
|
|
1285
|
-
"package": "./values"
|
|
1286
|
-
}
|
|
1287
|
-
}
|
|
1288
|
-
]
|
|
1289
|
-
},
|
|
1290
1472
|
{
|
|
1291
1473
|
"kind": "javascript-module",
|
|
1292
1474
|
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
@@ -2368,14 +2550,14 @@
|
|
|
2368
2550
|
},
|
|
2369
2551
|
{
|
|
2370
2552
|
"kind": "javascript-module",
|
|
2371
|
-
"path": "src/
|
|
2553
|
+
"path": "src/anchored-region/anchor-region.template.ts",
|
|
2372
2554
|
"declarations": [
|
|
2373
2555
|
{
|
|
2374
2556
|
"kind": "function",
|
|
2375
|
-
"name": "
|
|
2557
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2376
2558
|
"return": {
|
|
2377
2559
|
"type": {
|
|
2378
|
-
"text": "
|
|
2560
|
+
"text": "ViewTemplate<AnchoredRegion>"
|
|
2379
2561
|
}
|
|
2380
2562
|
},
|
|
2381
2563
|
"parameters": [
|
|
@@ -2397,206 +2579,24 @@
|
|
|
2397
2579
|
"exports": [
|
|
2398
2580
|
{
|
|
2399
2581
|
"kind": "js",
|
|
2400
|
-
"name": "
|
|
2582
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2401
2583
|
"declaration": {
|
|
2402
|
-
"name": "
|
|
2403
|
-
"module": "src/
|
|
2584
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2585
|
+
"module": "src/anchored-region/anchor-region.template.ts"
|
|
2404
2586
|
}
|
|
2405
2587
|
}
|
|
2406
2588
|
]
|
|
2407
2589
|
},
|
|
2408
2590
|
{
|
|
2409
2591
|
"kind": "javascript-module",
|
|
2410
|
-
"path": "src/
|
|
2592
|
+
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2411
2593
|
"declarations": [
|
|
2412
2594
|
{
|
|
2413
2595
|
"kind": "function",
|
|
2414
|
-
"name": "
|
|
2596
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2415
2597
|
"return": {
|
|
2416
2598
|
"type": {
|
|
2417
|
-
"text": "
|
|
2418
|
-
}
|
|
2419
|
-
},
|
|
2420
|
-
"parameters": [
|
|
2421
|
-
{
|
|
2422
|
-
"name": "context",
|
|
2423
|
-
"type": {
|
|
2424
|
-
"text": "ElementDefinitionContext"
|
|
2425
|
-
}
|
|
2426
|
-
},
|
|
2427
|
-
{
|
|
2428
|
-
"name": "definition",
|
|
2429
|
-
"type": {
|
|
2430
|
-
"text": "FoundationElementDefinition"
|
|
2431
|
-
}
|
|
2432
|
-
}
|
|
2433
|
-
]
|
|
2434
|
-
}
|
|
2435
|
-
],
|
|
2436
|
-
"exports": [
|
|
2437
|
-
{
|
|
2438
|
-
"kind": "js",
|
|
2439
|
-
"name": "foundationAccordionTemplate",
|
|
2440
|
-
"declaration": {
|
|
2441
|
-
"name": "foundationAccordionTemplate",
|
|
2442
|
-
"module": "src/accordion/accordion.template.ts"
|
|
2443
|
-
}
|
|
2444
|
-
}
|
|
2445
|
-
]
|
|
2446
|
-
},
|
|
2447
|
-
{
|
|
2448
|
-
"kind": "javascript-module",
|
|
2449
|
-
"path": "src/accordion/accordion.ts",
|
|
2450
|
-
"declarations": [
|
|
2451
|
-
{
|
|
2452
|
-
"kind": "class",
|
|
2453
|
-
"description": "",
|
|
2454
|
-
"name": "Accordion",
|
|
2455
|
-
"superclass": {
|
|
2456
|
-
"name": "FASTAccordion",
|
|
2457
|
-
"package": "@microsoft/fast-foundation"
|
|
2458
|
-
},
|
|
2459
|
-
"tagName": "%%prefix%%-accordion",
|
|
2460
|
-
"customElement": true
|
|
2461
|
-
},
|
|
2462
|
-
{
|
|
2463
|
-
"kind": "variable",
|
|
2464
|
-
"name": "foundationAccordionShadowOptions",
|
|
2465
|
-
"type": {
|
|
2466
|
-
"text": "ShadowRootInit"
|
|
2467
|
-
},
|
|
2468
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2469
|
-
},
|
|
2470
|
-
{
|
|
2471
|
-
"kind": "variable",
|
|
2472
|
-
"name": "defaultAccordionConfig",
|
|
2473
|
-
"type": {
|
|
2474
|
-
"text": "object"
|
|
2475
|
-
},
|
|
2476
|
-
"default": "{}"
|
|
2477
|
-
},
|
|
2478
|
-
{
|
|
2479
|
-
"kind": "variable",
|
|
2480
|
-
"name": "foundationAccordion",
|
|
2481
|
-
"description": "The Foundation Accordion",
|
|
2482
|
-
"privacy": "public"
|
|
2483
|
-
}
|
|
2484
|
-
],
|
|
2485
|
-
"exports": [
|
|
2486
|
-
{
|
|
2487
|
-
"kind": "js",
|
|
2488
|
-
"name": "Accordion",
|
|
2489
|
-
"declaration": {
|
|
2490
|
-
"name": "Accordion",
|
|
2491
|
-
"module": "src/accordion/accordion.ts"
|
|
2492
|
-
}
|
|
2493
|
-
},
|
|
2494
|
-
{
|
|
2495
|
-
"kind": "js",
|
|
2496
|
-
"name": "foundationAccordionShadowOptions",
|
|
2497
|
-
"declaration": {
|
|
2498
|
-
"name": "foundationAccordionShadowOptions",
|
|
2499
|
-
"module": "src/accordion/accordion.ts"
|
|
2500
|
-
}
|
|
2501
|
-
},
|
|
2502
|
-
{
|
|
2503
|
-
"kind": "js",
|
|
2504
|
-
"name": "defaultAccordionConfig",
|
|
2505
|
-
"declaration": {
|
|
2506
|
-
"name": "defaultAccordionConfig",
|
|
2507
|
-
"module": "src/accordion/accordion.ts"
|
|
2508
|
-
}
|
|
2509
|
-
},
|
|
2510
|
-
{
|
|
2511
|
-
"kind": "js",
|
|
2512
|
-
"name": "foundationAccordion",
|
|
2513
|
-
"declaration": {
|
|
2514
|
-
"name": "foundationAccordion",
|
|
2515
|
-
"module": "src/accordion/accordion.ts"
|
|
2516
|
-
}
|
|
2517
|
-
}
|
|
2518
|
-
]
|
|
2519
|
-
},
|
|
2520
|
-
{
|
|
2521
|
-
"kind": "javascript-module",
|
|
2522
|
-
"path": "src/accordion/index.ts",
|
|
2523
|
-
"declarations": [],
|
|
2524
|
-
"exports": [
|
|
2525
|
-
{
|
|
2526
|
-
"kind": "js",
|
|
2527
|
-
"name": "*",
|
|
2528
|
-
"declaration": {
|
|
2529
|
-
"name": "*",
|
|
2530
|
-
"package": "./accordion.template"
|
|
2531
|
-
}
|
|
2532
|
-
},
|
|
2533
|
-
{
|
|
2534
|
-
"kind": "js",
|
|
2535
|
-
"name": "*",
|
|
2536
|
-
"declaration": {
|
|
2537
|
-
"name": "*",
|
|
2538
|
-
"package": "./accordion.styles"
|
|
2539
|
-
}
|
|
2540
|
-
},
|
|
2541
|
-
{
|
|
2542
|
-
"kind": "js",
|
|
2543
|
-
"name": "*",
|
|
2544
|
-
"declaration": {
|
|
2545
|
-
"name": "*",
|
|
2546
|
-
"package": "./accordion"
|
|
2547
|
-
}
|
|
2548
|
-
}
|
|
2549
|
-
]
|
|
2550
|
-
},
|
|
2551
|
-
{
|
|
2552
|
-
"kind": "javascript-module",
|
|
2553
|
-
"path": "src/anchored-region/anchor-region.template.ts",
|
|
2554
|
-
"declarations": [
|
|
2555
|
-
{
|
|
2556
|
-
"kind": "function",
|
|
2557
|
-
"name": "foundationAnchoredRegionTemplate",
|
|
2558
|
-
"return": {
|
|
2559
|
-
"type": {
|
|
2560
|
-
"text": "ViewTemplate<AnchoredRegion>"
|
|
2561
|
-
}
|
|
2562
|
-
},
|
|
2563
|
-
"parameters": [
|
|
2564
|
-
{
|
|
2565
|
-
"name": "context",
|
|
2566
|
-
"type": {
|
|
2567
|
-
"text": "ElementDefinitionContext"
|
|
2568
|
-
}
|
|
2569
|
-
},
|
|
2570
|
-
{
|
|
2571
|
-
"name": "definition",
|
|
2572
|
-
"type": {
|
|
2573
|
-
"text": "FoundationElementDefinition"
|
|
2574
|
-
}
|
|
2575
|
-
}
|
|
2576
|
-
]
|
|
2577
|
-
}
|
|
2578
|
-
],
|
|
2579
|
-
"exports": [
|
|
2580
|
-
{
|
|
2581
|
-
"kind": "js",
|
|
2582
|
-
"name": "foundationAnchoredRegionTemplate",
|
|
2583
|
-
"declaration": {
|
|
2584
|
-
"name": "foundationAnchoredRegionTemplate",
|
|
2585
|
-
"module": "src/anchored-region/anchor-region.template.ts"
|
|
2586
|
-
}
|
|
2587
|
-
}
|
|
2588
|
-
]
|
|
2589
|
-
},
|
|
2590
|
-
{
|
|
2591
|
-
"kind": "javascript-module",
|
|
2592
|
-
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2593
|
-
"declarations": [
|
|
2594
|
-
{
|
|
2595
|
-
"kind": "function",
|
|
2596
|
-
"name": "foundationAnchoredRegionStyles",
|
|
2597
|
-
"return": {
|
|
2598
|
-
"type": {
|
|
2599
|
-
"text": "ElementStyles"
|
|
2599
|
+
"text": "ElementStyles"
|
|
2600
2600
|
}
|
|
2601
2601
|
},
|
|
2602
2602
|
"parameters": [
|
|
@@ -13721,188 +13721,6 @@
|
|
|
13721
13721
|
"declarations": [],
|
|
13722
13722
|
"exports": []
|
|
13723
13723
|
},
|
|
13724
|
-
{
|
|
13725
|
-
"kind": "javascript-module",
|
|
13726
|
-
"path": "src/disclosure/disclosure.styles.ts",
|
|
13727
|
-
"declarations": [
|
|
13728
|
-
{
|
|
13729
|
-
"kind": "function",
|
|
13730
|
-
"name": "foundationDisclosureStyles",
|
|
13731
|
-
"return": {
|
|
13732
|
-
"type": {
|
|
13733
|
-
"text": "ElementStyles"
|
|
13734
|
-
}
|
|
13735
|
-
},
|
|
13736
|
-
"parameters": [
|
|
13737
|
-
{
|
|
13738
|
-
"name": "context",
|
|
13739
|
-
"type": {
|
|
13740
|
-
"text": "ElementDefinitionContext"
|
|
13741
|
-
}
|
|
13742
|
-
},
|
|
13743
|
-
{
|
|
13744
|
-
"name": "definition",
|
|
13745
|
-
"type": {
|
|
13746
|
-
"text": "FoundationElementDefinition"
|
|
13747
|
-
}
|
|
13748
|
-
}
|
|
13749
|
-
]
|
|
13750
|
-
}
|
|
13751
|
-
],
|
|
13752
|
-
"exports": [
|
|
13753
|
-
{
|
|
13754
|
-
"kind": "js",
|
|
13755
|
-
"name": "foundationDisclosureStyles",
|
|
13756
|
-
"declaration": {
|
|
13757
|
-
"name": "foundationDisclosureStyles",
|
|
13758
|
-
"module": "src/disclosure/disclosure.styles.ts"
|
|
13759
|
-
}
|
|
13760
|
-
}
|
|
13761
|
-
]
|
|
13762
|
-
},
|
|
13763
|
-
{
|
|
13764
|
-
"kind": "javascript-module",
|
|
13765
|
-
"path": "src/disclosure/disclosure.template.ts",
|
|
13766
|
-
"declarations": [
|
|
13767
|
-
{
|
|
13768
|
-
"kind": "function",
|
|
13769
|
-
"name": "foundationDisclosureTemplate",
|
|
13770
|
-
"return": {
|
|
13771
|
-
"type": {
|
|
13772
|
-
"text": "ViewTemplate<Disclosure>"
|
|
13773
|
-
}
|
|
13774
|
-
},
|
|
13775
|
-
"parameters": [
|
|
13776
|
-
{
|
|
13777
|
-
"name": "context",
|
|
13778
|
-
"type": {
|
|
13779
|
-
"text": "ElementDefinitionContext"
|
|
13780
|
-
}
|
|
13781
|
-
},
|
|
13782
|
-
{
|
|
13783
|
-
"name": "definition",
|
|
13784
|
-
"type": {
|
|
13785
|
-
"text": "FoundationElementDefinition"
|
|
13786
|
-
}
|
|
13787
|
-
}
|
|
13788
|
-
]
|
|
13789
|
-
}
|
|
13790
|
-
],
|
|
13791
|
-
"exports": [
|
|
13792
|
-
{
|
|
13793
|
-
"kind": "js",
|
|
13794
|
-
"name": "foundationDisclosureTemplate",
|
|
13795
|
-
"declaration": {
|
|
13796
|
-
"name": "foundationDisclosureTemplate",
|
|
13797
|
-
"module": "src/disclosure/disclosure.template.ts"
|
|
13798
|
-
}
|
|
13799
|
-
}
|
|
13800
|
-
]
|
|
13801
|
-
},
|
|
13802
|
-
{
|
|
13803
|
-
"kind": "javascript-module",
|
|
13804
|
-
"path": "src/disclosure/disclosure.ts",
|
|
13805
|
-
"declarations": [
|
|
13806
|
-
{
|
|
13807
|
-
"kind": "class",
|
|
13808
|
-
"description": "",
|
|
13809
|
-
"name": "Disclosure",
|
|
13810
|
-
"superclass": {
|
|
13811
|
-
"name": "FASTDisclosure",
|
|
13812
|
-
"package": "@microsoft/fast-foundation"
|
|
13813
|
-
},
|
|
13814
|
-
"tagName": "%%prefix%%-disclosure",
|
|
13815
|
-
"customElement": true
|
|
13816
|
-
},
|
|
13817
|
-
{
|
|
13818
|
-
"kind": "variable",
|
|
13819
|
-
"name": "foundationDisclosureShadowOptions",
|
|
13820
|
-
"type": {
|
|
13821
|
-
"text": "ShadowRootInit"
|
|
13822
|
-
},
|
|
13823
|
-
"default": "undefined"
|
|
13824
|
-
},
|
|
13825
|
-
{
|
|
13826
|
-
"kind": "variable",
|
|
13827
|
-
"name": "defaultDisclosureConfig",
|
|
13828
|
-
"type": {
|
|
13829
|
-
"text": "object"
|
|
13830
|
-
},
|
|
13831
|
-
"default": "{}"
|
|
13832
|
-
},
|
|
13833
|
-
{
|
|
13834
|
-
"kind": "variable",
|
|
13835
|
-
"name": "foundationDisclosure",
|
|
13836
|
-
"description": "The Foundation Disclosure",
|
|
13837
|
-
"privacy": "public"
|
|
13838
|
-
}
|
|
13839
|
-
],
|
|
13840
|
-
"exports": [
|
|
13841
|
-
{
|
|
13842
|
-
"kind": "js",
|
|
13843
|
-
"name": "Disclosure",
|
|
13844
|
-
"declaration": {
|
|
13845
|
-
"name": "Disclosure",
|
|
13846
|
-
"module": "src/disclosure/disclosure.ts"
|
|
13847
|
-
}
|
|
13848
|
-
},
|
|
13849
|
-
{
|
|
13850
|
-
"kind": "js",
|
|
13851
|
-
"name": "foundationDisclosureShadowOptions",
|
|
13852
|
-
"declaration": {
|
|
13853
|
-
"name": "foundationDisclosureShadowOptions",
|
|
13854
|
-
"module": "src/disclosure/disclosure.ts"
|
|
13855
|
-
}
|
|
13856
|
-
},
|
|
13857
|
-
{
|
|
13858
|
-
"kind": "js",
|
|
13859
|
-
"name": "defaultDisclosureConfig",
|
|
13860
|
-
"declaration": {
|
|
13861
|
-
"name": "defaultDisclosureConfig",
|
|
13862
|
-
"module": "src/disclosure/disclosure.ts"
|
|
13863
|
-
}
|
|
13864
|
-
},
|
|
13865
|
-
{
|
|
13866
|
-
"kind": "js",
|
|
13867
|
-
"name": "foundationDisclosure",
|
|
13868
|
-
"declaration": {
|
|
13869
|
-
"name": "foundationDisclosure",
|
|
13870
|
-
"module": "src/disclosure/disclosure.ts"
|
|
13871
|
-
}
|
|
13872
|
-
}
|
|
13873
|
-
]
|
|
13874
|
-
},
|
|
13875
|
-
{
|
|
13876
|
-
"kind": "javascript-module",
|
|
13877
|
-
"path": "src/disclosure/index.ts",
|
|
13878
|
-
"declarations": [],
|
|
13879
|
-
"exports": [
|
|
13880
|
-
{
|
|
13881
|
-
"kind": "js",
|
|
13882
|
-
"name": "*",
|
|
13883
|
-
"declaration": {
|
|
13884
|
-
"name": "*",
|
|
13885
|
-
"package": "./disclosure.template"
|
|
13886
|
-
}
|
|
13887
|
-
},
|
|
13888
|
-
{
|
|
13889
|
-
"kind": "js",
|
|
13890
|
-
"name": "*",
|
|
13891
|
-
"declaration": {
|
|
13892
|
-
"name": "*",
|
|
13893
|
-
"package": "./disclosure.styles"
|
|
13894
|
-
}
|
|
13895
|
-
},
|
|
13896
|
-
{
|
|
13897
|
-
"kind": "js",
|
|
13898
|
-
"name": "*",
|
|
13899
|
-
"declaration": {
|
|
13900
|
-
"name": "*",
|
|
13901
|
-
"package": "./disclosure"
|
|
13902
|
-
}
|
|
13903
|
-
}
|
|
13904
|
-
]
|
|
13905
|
-
},
|
|
13906
13724
|
{
|
|
13907
13725
|
"kind": "javascript-module",
|
|
13908
13726
|
"path": "src/dialog/dialog.styles.ts",
|
|
@@ -14652,6 +14470,188 @@
|
|
|
14652
14470
|
}
|
|
14653
14471
|
]
|
|
14654
14472
|
},
|
|
14473
|
+
{
|
|
14474
|
+
"kind": "javascript-module",
|
|
14475
|
+
"path": "src/disclosure/disclosure.styles.ts",
|
|
14476
|
+
"declarations": [
|
|
14477
|
+
{
|
|
14478
|
+
"kind": "function",
|
|
14479
|
+
"name": "foundationDisclosureStyles",
|
|
14480
|
+
"return": {
|
|
14481
|
+
"type": {
|
|
14482
|
+
"text": "ElementStyles"
|
|
14483
|
+
}
|
|
14484
|
+
},
|
|
14485
|
+
"parameters": [
|
|
14486
|
+
{
|
|
14487
|
+
"name": "context",
|
|
14488
|
+
"type": {
|
|
14489
|
+
"text": "ElementDefinitionContext"
|
|
14490
|
+
}
|
|
14491
|
+
},
|
|
14492
|
+
{
|
|
14493
|
+
"name": "definition",
|
|
14494
|
+
"type": {
|
|
14495
|
+
"text": "FoundationElementDefinition"
|
|
14496
|
+
}
|
|
14497
|
+
}
|
|
14498
|
+
]
|
|
14499
|
+
}
|
|
14500
|
+
],
|
|
14501
|
+
"exports": [
|
|
14502
|
+
{
|
|
14503
|
+
"kind": "js",
|
|
14504
|
+
"name": "foundationDisclosureStyles",
|
|
14505
|
+
"declaration": {
|
|
14506
|
+
"name": "foundationDisclosureStyles",
|
|
14507
|
+
"module": "src/disclosure/disclosure.styles.ts"
|
|
14508
|
+
}
|
|
14509
|
+
}
|
|
14510
|
+
]
|
|
14511
|
+
},
|
|
14512
|
+
{
|
|
14513
|
+
"kind": "javascript-module",
|
|
14514
|
+
"path": "src/disclosure/disclosure.template.ts",
|
|
14515
|
+
"declarations": [
|
|
14516
|
+
{
|
|
14517
|
+
"kind": "function",
|
|
14518
|
+
"name": "foundationDisclosureTemplate",
|
|
14519
|
+
"return": {
|
|
14520
|
+
"type": {
|
|
14521
|
+
"text": "ViewTemplate<Disclosure>"
|
|
14522
|
+
}
|
|
14523
|
+
},
|
|
14524
|
+
"parameters": [
|
|
14525
|
+
{
|
|
14526
|
+
"name": "context",
|
|
14527
|
+
"type": {
|
|
14528
|
+
"text": "ElementDefinitionContext"
|
|
14529
|
+
}
|
|
14530
|
+
},
|
|
14531
|
+
{
|
|
14532
|
+
"name": "definition",
|
|
14533
|
+
"type": {
|
|
14534
|
+
"text": "FoundationElementDefinition"
|
|
14535
|
+
}
|
|
14536
|
+
}
|
|
14537
|
+
]
|
|
14538
|
+
}
|
|
14539
|
+
],
|
|
14540
|
+
"exports": [
|
|
14541
|
+
{
|
|
14542
|
+
"kind": "js",
|
|
14543
|
+
"name": "foundationDisclosureTemplate",
|
|
14544
|
+
"declaration": {
|
|
14545
|
+
"name": "foundationDisclosureTemplate",
|
|
14546
|
+
"module": "src/disclosure/disclosure.template.ts"
|
|
14547
|
+
}
|
|
14548
|
+
}
|
|
14549
|
+
]
|
|
14550
|
+
},
|
|
14551
|
+
{
|
|
14552
|
+
"kind": "javascript-module",
|
|
14553
|
+
"path": "src/disclosure/disclosure.ts",
|
|
14554
|
+
"declarations": [
|
|
14555
|
+
{
|
|
14556
|
+
"kind": "class",
|
|
14557
|
+
"description": "",
|
|
14558
|
+
"name": "Disclosure",
|
|
14559
|
+
"superclass": {
|
|
14560
|
+
"name": "FASTDisclosure",
|
|
14561
|
+
"package": "@microsoft/fast-foundation"
|
|
14562
|
+
},
|
|
14563
|
+
"tagName": "%%prefix%%-disclosure",
|
|
14564
|
+
"customElement": true
|
|
14565
|
+
},
|
|
14566
|
+
{
|
|
14567
|
+
"kind": "variable",
|
|
14568
|
+
"name": "foundationDisclosureShadowOptions",
|
|
14569
|
+
"type": {
|
|
14570
|
+
"text": "ShadowRootInit"
|
|
14571
|
+
},
|
|
14572
|
+
"default": "undefined"
|
|
14573
|
+
},
|
|
14574
|
+
{
|
|
14575
|
+
"kind": "variable",
|
|
14576
|
+
"name": "defaultDisclosureConfig",
|
|
14577
|
+
"type": {
|
|
14578
|
+
"text": "object"
|
|
14579
|
+
},
|
|
14580
|
+
"default": "{}"
|
|
14581
|
+
},
|
|
14582
|
+
{
|
|
14583
|
+
"kind": "variable",
|
|
14584
|
+
"name": "foundationDisclosure",
|
|
14585
|
+
"description": "The Foundation Disclosure",
|
|
14586
|
+
"privacy": "public"
|
|
14587
|
+
}
|
|
14588
|
+
],
|
|
14589
|
+
"exports": [
|
|
14590
|
+
{
|
|
14591
|
+
"kind": "js",
|
|
14592
|
+
"name": "Disclosure",
|
|
14593
|
+
"declaration": {
|
|
14594
|
+
"name": "Disclosure",
|
|
14595
|
+
"module": "src/disclosure/disclosure.ts"
|
|
14596
|
+
}
|
|
14597
|
+
},
|
|
14598
|
+
{
|
|
14599
|
+
"kind": "js",
|
|
14600
|
+
"name": "foundationDisclosureShadowOptions",
|
|
14601
|
+
"declaration": {
|
|
14602
|
+
"name": "foundationDisclosureShadowOptions",
|
|
14603
|
+
"module": "src/disclosure/disclosure.ts"
|
|
14604
|
+
}
|
|
14605
|
+
},
|
|
14606
|
+
{
|
|
14607
|
+
"kind": "js",
|
|
14608
|
+
"name": "defaultDisclosureConfig",
|
|
14609
|
+
"declaration": {
|
|
14610
|
+
"name": "defaultDisclosureConfig",
|
|
14611
|
+
"module": "src/disclosure/disclosure.ts"
|
|
14612
|
+
}
|
|
14613
|
+
},
|
|
14614
|
+
{
|
|
14615
|
+
"kind": "js",
|
|
14616
|
+
"name": "foundationDisclosure",
|
|
14617
|
+
"declaration": {
|
|
14618
|
+
"name": "foundationDisclosure",
|
|
14619
|
+
"module": "src/disclosure/disclosure.ts"
|
|
14620
|
+
}
|
|
14621
|
+
}
|
|
14622
|
+
]
|
|
14623
|
+
},
|
|
14624
|
+
{
|
|
14625
|
+
"kind": "javascript-module",
|
|
14626
|
+
"path": "src/disclosure/index.ts",
|
|
14627
|
+
"declarations": [],
|
|
14628
|
+
"exports": [
|
|
14629
|
+
{
|
|
14630
|
+
"kind": "js",
|
|
14631
|
+
"name": "*",
|
|
14632
|
+
"declaration": {
|
|
14633
|
+
"name": "*",
|
|
14634
|
+
"package": "./disclosure.template"
|
|
14635
|
+
}
|
|
14636
|
+
},
|
|
14637
|
+
{
|
|
14638
|
+
"kind": "js",
|
|
14639
|
+
"name": "*",
|
|
14640
|
+
"declaration": {
|
|
14641
|
+
"name": "*",
|
|
14642
|
+
"package": "./disclosure.styles"
|
|
14643
|
+
}
|
|
14644
|
+
},
|
|
14645
|
+
{
|
|
14646
|
+
"kind": "js",
|
|
14647
|
+
"name": "*",
|
|
14648
|
+
"declaration": {
|
|
14649
|
+
"name": "*",
|
|
14650
|
+
"package": "./disclosure"
|
|
14651
|
+
}
|
|
14652
|
+
}
|
|
14653
|
+
]
|
|
14654
|
+
},
|
|
14655
14655
|
{
|
|
14656
14656
|
"kind": "javascript-module",
|
|
14657
14657
|
"path": "src/divider/divider.styles.ts",
|
|
@@ -15301,35 +15301,52 @@
|
|
|
15301
15301
|
},
|
|
15302
15302
|
{
|
|
15303
15303
|
"kind": "javascript-module",
|
|
15304
|
-
"path": "src/error-
|
|
15304
|
+
"path": "src/error-banner/error-banner.template.ts",
|
|
15305
15305
|
"declarations": [
|
|
15306
|
+
{
|
|
15307
|
+
"kind": "function",
|
|
15308
|
+
"name": "getPrefixedErrorBanner",
|
|
15309
|
+
"parameters": [
|
|
15310
|
+
{
|
|
15311
|
+
"name": "prefix",
|
|
15312
|
+
"type": {
|
|
15313
|
+
"text": "string"
|
|
15314
|
+
}
|
|
15315
|
+
}
|
|
15316
|
+
]
|
|
15317
|
+
},
|
|
15306
15318
|
{
|
|
15307
15319
|
"kind": "variable",
|
|
15308
|
-
"name": "
|
|
15309
|
-
"
|
|
15310
|
-
"text": "ViewTemplate<ErrorBoundary>"
|
|
15311
|
-
},
|
|
15312
|
-
"default": "html`\n <template ${ref('errorBoundary')}>\n <slot></slot>\n </template>\n`"
|
|
15320
|
+
"name": "foundationErrorBannerTemplate",
|
|
15321
|
+
"default": "html<ErrorBanner>`\n ${(x) => getPrefixedErrorBanner(getPrefix(x))}\n`"
|
|
15313
15322
|
}
|
|
15314
15323
|
],
|
|
15315
15324
|
"exports": [
|
|
15316
15325
|
{
|
|
15317
15326
|
"kind": "js",
|
|
15318
|
-
"name": "
|
|
15327
|
+
"name": "getPrefixedErrorBanner",
|
|
15319
15328
|
"declaration": {
|
|
15320
|
-
"name": "
|
|
15321
|
-
"module": "src/error-
|
|
15329
|
+
"name": "getPrefixedErrorBanner",
|
|
15330
|
+
"module": "src/error-banner/error-banner.template.ts"
|
|
15331
|
+
}
|
|
15332
|
+
},
|
|
15333
|
+
{
|
|
15334
|
+
"kind": "js",
|
|
15335
|
+
"name": "foundationErrorBannerTemplate",
|
|
15336
|
+
"declaration": {
|
|
15337
|
+
"name": "foundationErrorBannerTemplate",
|
|
15338
|
+
"module": "src/error-banner/error-banner.template.ts"
|
|
15322
15339
|
}
|
|
15323
15340
|
}
|
|
15324
15341
|
]
|
|
15325
15342
|
},
|
|
15326
15343
|
{
|
|
15327
15344
|
"kind": "javascript-module",
|
|
15328
|
-
"path": "src/error-
|
|
15345
|
+
"path": "src/error-banner/error-banner.ts",
|
|
15329
15346
|
"declarations": [
|
|
15330
15347
|
{
|
|
15331
15348
|
"kind": "variable",
|
|
15332
|
-
"name": "
|
|
15349
|
+
"name": "foundationErrorBannerShadowOptions",
|
|
15333
15350
|
"type": {
|
|
15334
15351
|
"text": "ShadowRootInit"
|
|
15335
15352
|
},
|
|
@@ -15338,51 +15355,35 @@
|
|
|
15338
15355
|
{
|
|
15339
15356
|
"kind": "class",
|
|
15340
15357
|
"description": "",
|
|
15341
|
-
"name": "
|
|
15358
|
+
"name": "ErrorBanner",
|
|
15342
15359
|
"members": [
|
|
15343
15360
|
{
|
|
15344
15361
|
"kind": "field",
|
|
15345
|
-
"name": "
|
|
15346
|
-
"privacy": "private"
|
|
15347
|
-
},
|
|
15348
|
-
{
|
|
15349
|
-
"kind": "field",
|
|
15350
|
-
"name": "errorBoundary",
|
|
15362
|
+
"name": "banner",
|
|
15351
15363
|
"type": {
|
|
15352
|
-
"text": "HTMLElement"
|
|
15353
|
-
}
|
|
15354
|
-
},
|
|
15355
|
-
{
|
|
15356
|
-
"kind": "field",
|
|
15357
|
-
"name": "resourceName",
|
|
15358
|
-
"description": "The resource name holding new and existing notifications",
|
|
15364
|
+
"text": "HTMLElement & { dismiss: () => Promise<void> }"
|
|
15365
|
+
},
|
|
15359
15366
|
"privacy": "public"
|
|
15360
15367
|
},
|
|
15361
15368
|
{
|
|
15362
15369
|
"kind": "field",
|
|
15363
|
-
"name": "
|
|
15370
|
+
"name": "error",
|
|
15364
15371
|
"type": {
|
|
15365
|
-
"text": "
|
|
15366
|
-
}
|
|
15367
|
-
"default": "0",
|
|
15368
|
-
"description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
|
|
15369
|
-
"privacy": "public"
|
|
15372
|
+
"text": "ErrorStructure"
|
|
15373
|
+
}
|
|
15370
15374
|
},
|
|
15371
15375
|
{
|
|
15372
15376
|
"kind": "field",
|
|
15373
|
-
"name": "
|
|
15377
|
+
"name": "notification",
|
|
15374
15378
|
"type": {
|
|
15375
|
-
"text": "
|
|
15376
|
-
}
|
|
15377
|
-
"privacy": "protected"
|
|
15379
|
+
"text": "NotificationStructure"
|
|
15380
|
+
}
|
|
15378
15381
|
},
|
|
15379
15382
|
{
|
|
15380
|
-
"kind": "
|
|
15381
|
-
"name": "
|
|
15382
|
-
"
|
|
15383
|
-
|
|
15384
|
-
},
|
|
15385
|
-
"privacy": "private"
|
|
15383
|
+
"kind": "method",
|
|
15384
|
+
"name": "dismiss",
|
|
15385
|
+
"privacy": "public",
|
|
15386
|
+
"description": "Dismiss the Error Banner from display."
|
|
15386
15387
|
},
|
|
15387
15388
|
{
|
|
15388
15389
|
"kind": "field",
|
|
@@ -15496,67 +15497,51 @@
|
|
|
15496
15497
|
}
|
|
15497
15498
|
}
|
|
15498
15499
|
],
|
|
15499
|
-
"attributes": [
|
|
15500
|
-
{
|
|
15501
|
-
"name": "resource-name",
|
|
15502
|
-
"description": "The resource name holding new and existing notifications",
|
|
15503
|
-
"fieldName": "resourceName"
|
|
15504
|
-
},
|
|
15505
|
-
{
|
|
15506
|
-
"name": "close-timeout",
|
|
15507
|
-
"type": {
|
|
15508
|
-
"text": "number"
|
|
15509
|
-
},
|
|
15510
|
-
"default": "0",
|
|
15511
|
-
"description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
|
|
15512
|
-
"fieldName": "closeTimeout"
|
|
15513
|
-
}
|
|
15514
|
-
],
|
|
15515
15500
|
"superclass": {
|
|
15516
15501
|
"name": "FoundationElement",
|
|
15517
15502
|
"package": "@microsoft/fast-foundation"
|
|
15518
15503
|
},
|
|
15504
|
+
"tagName": "%%prefix%%-error-banner",
|
|
15519
15505
|
"deprecated": "true",
|
|
15520
|
-
"tagName": "%%prefix%%-error-boundary",
|
|
15521
15506
|
"customElement": true
|
|
15522
15507
|
},
|
|
15523
15508
|
{
|
|
15524
15509
|
"kind": "variable",
|
|
15525
|
-
"name": "
|
|
15526
|
-
"description": "The Foundation Error
|
|
15510
|
+
"name": "foundationErrorBanner",
|
|
15511
|
+
"description": "The Foundation Error Banner",
|
|
15527
15512
|
"privacy": "public"
|
|
15528
15513
|
}
|
|
15529
15514
|
],
|
|
15530
15515
|
"exports": [
|
|
15531
15516
|
{
|
|
15532
15517
|
"kind": "js",
|
|
15533
|
-
"name": "
|
|
15518
|
+
"name": "foundationErrorBannerShadowOptions",
|
|
15534
15519
|
"declaration": {
|
|
15535
|
-
"name": "
|
|
15536
|
-
"module": "src/error-
|
|
15520
|
+
"name": "foundationErrorBannerShadowOptions",
|
|
15521
|
+
"module": "src/error-banner/error-banner.ts"
|
|
15537
15522
|
}
|
|
15538
15523
|
},
|
|
15539
15524
|
{
|
|
15540
15525
|
"kind": "js",
|
|
15541
|
-
"name": "
|
|
15526
|
+
"name": "ErrorBanner",
|
|
15542
15527
|
"declaration": {
|
|
15543
|
-
"name": "
|
|
15544
|
-
"module": "src/error-
|
|
15528
|
+
"name": "ErrorBanner",
|
|
15529
|
+
"module": "src/error-banner/error-banner.ts"
|
|
15545
15530
|
}
|
|
15546
15531
|
},
|
|
15547
15532
|
{
|
|
15548
15533
|
"kind": "js",
|
|
15549
|
-
"name": "
|
|
15534
|
+
"name": "foundationErrorBanner",
|
|
15550
15535
|
"declaration": {
|
|
15551
|
-
"name": "
|
|
15552
|
-
"module": "src/error-
|
|
15536
|
+
"name": "foundationErrorBanner",
|
|
15537
|
+
"module": "src/error-banner/error-banner.ts"
|
|
15553
15538
|
}
|
|
15554
15539
|
}
|
|
15555
15540
|
]
|
|
15556
15541
|
},
|
|
15557
15542
|
{
|
|
15558
15543
|
"kind": "javascript-module",
|
|
15559
|
-
"path": "src/error-
|
|
15544
|
+
"path": "src/error-banner/index.ts",
|
|
15560
15545
|
"declarations": [],
|
|
15561
15546
|
"exports": [
|
|
15562
15547
|
{
|
|
@@ -15564,7 +15549,7 @@
|
|
|
15564
15549
|
"name": "*",
|
|
15565
15550
|
"declaration": {
|
|
15566
15551
|
"name": "*",
|
|
15567
|
-
"package": "./error-
|
|
15552
|
+
"package": "./error-banner.template"
|
|
15568
15553
|
}
|
|
15569
15554
|
},
|
|
15570
15555
|
{
|
|
@@ -15572,75 +15557,42 @@
|
|
|
15572
15557
|
"name": "*",
|
|
15573
15558
|
"declaration": {
|
|
15574
15559
|
"name": "*",
|
|
15575
|
-
"package": "./error-
|
|
15576
|
-
}
|
|
15577
|
-
},
|
|
15578
|
-
{
|
|
15579
|
-
"kind": "js",
|
|
15580
|
-
"name": "ErrorBoundaryEvent",
|
|
15581
|
-
"declaration": {
|
|
15582
|
-
"name": "ErrorBoundaryEvent",
|
|
15583
|
-
"package": "@genesislcap/foundation-errors"
|
|
15584
|
-
}
|
|
15585
|
-
},
|
|
15586
|
-
{
|
|
15587
|
-
"kind": "js",
|
|
15588
|
-
"name": "ErrorStructure",
|
|
15589
|
-
"declaration": {
|
|
15590
|
-
"name": "ErrorStructure",
|
|
15591
|
-
"package": "@genesislcap/foundation-errors"
|
|
15560
|
+
"package": "./error-banner"
|
|
15592
15561
|
}
|
|
15593
15562
|
}
|
|
15594
15563
|
]
|
|
15595
15564
|
},
|
|
15596
15565
|
{
|
|
15597
15566
|
"kind": "javascript-module",
|
|
15598
|
-
"path": "src/error-
|
|
15567
|
+
"path": "src/error-boundary/error-boundary.template.ts",
|
|
15599
15568
|
"declarations": [
|
|
15600
|
-
{
|
|
15601
|
-
"kind": "function",
|
|
15602
|
-
"name": "getPrefixedErrorBanner",
|
|
15603
|
-
"parameters": [
|
|
15604
|
-
{
|
|
15605
|
-
"name": "prefix",
|
|
15606
|
-
"type": {
|
|
15607
|
-
"text": "string"
|
|
15608
|
-
}
|
|
15609
|
-
}
|
|
15610
|
-
]
|
|
15611
|
-
},
|
|
15612
15569
|
{
|
|
15613
15570
|
"kind": "variable",
|
|
15614
|
-
"name": "
|
|
15615
|
-
"
|
|
15571
|
+
"name": "foundationErrorBoundaryTemplate",
|
|
15572
|
+
"type": {
|
|
15573
|
+
"text": "ViewTemplate<ErrorBoundary>"
|
|
15574
|
+
},
|
|
15575
|
+
"default": "html`\n <template ${ref('errorBoundary')}>\n <slot></slot>\n </template>\n`"
|
|
15616
15576
|
}
|
|
15617
15577
|
],
|
|
15618
15578
|
"exports": [
|
|
15619
15579
|
{
|
|
15620
15580
|
"kind": "js",
|
|
15621
|
-
"name": "
|
|
15622
|
-
"declaration": {
|
|
15623
|
-
"name": "getPrefixedErrorBanner",
|
|
15624
|
-
"module": "src/error-banner/error-banner.template.ts"
|
|
15625
|
-
}
|
|
15626
|
-
},
|
|
15627
|
-
{
|
|
15628
|
-
"kind": "js",
|
|
15629
|
-
"name": "foundationErrorBannerTemplate",
|
|
15581
|
+
"name": "foundationErrorBoundaryTemplate",
|
|
15630
15582
|
"declaration": {
|
|
15631
|
-
"name": "
|
|
15632
|
-
"module": "src/error-
|
|
15583
|
+
"name": "foundationErrorBoundaryTemplate",
|
|
15584
|
+
"module": "src/error-boundary/error-boundary.template.ts"
|
|
15633
15585
|
}
|
|
15634
15586
|
}
|
|
15635
15587
|
]
|
|
15636
15588
|
},
|
|
15637
15589
|
{
|
|
15638
15590
|
"kind": "javascript-module",
|
|
15639
|
-
"path": "src/error-
|
|
15591
|
+
"path": "src/error-boundary/error-boundary.ts",
|
|
15640
15592
|
"declarations": [
|
|
15641
15593
|
{
|
|
15642
15594
|
"kind": "variable",
|
|
15643
|
-
"name": "
|
|
15595
|
+
"name": "foundationErrorBoundaryShadowOptions",
|
|
15644
15596
|
"type": {
|
|
15645
15597
|
"text": "ShadowRootInit"
|
|
15646
15598
|
},
|
|
@@ -15649,35 +15601,51 @@
|
|
|
15649
15601
|
{
|
|
15650
15602
|
"kind": "class",
|
|
15651
15603
|
"description": "",
|
|
15652
|
-
"name": "
|
|
15604
|
+
"name": "ErrorBoundary",
|
|
15653
15605
|
"members": [
|
|
15654
15606
|
{
|
|
15655
15607
|
"kind": "field",
|
|
15656
|
-
"name": "
|
|
15608
|
+
"name": "logger",
|
|
15609
|
+
"privacy": "private"
|
|
15610
|
+
},
|
|
15611
|
+
{
|
|
15612
|
+
"kind": "field",
|
|
15613
|
+
"name": "errorBoundary",
|
|
15657
15614
|
"type": {
|
|
15658
|
-
"text": "HTMLElement
|
|
15659
|
-
}
|
|
15615
|
+
"text": "HTMLElement"
|
|
15616
|
+
}
|
|
15617
|
+
},
|
|
15618
|
+
{
|
|
15619
|
+
"kind": "field",
|
|
15620
|
+
"name": "resourceName",
|
|
15621
|
+
"description": "The resource name holding new and existing notifications",
|
|
15660
15622
|
"privacy": "public"
|
|
15661
15623
|
},
|
|
15662
15624
|
{
|
|
15663
15625
|
"kind": "field",
|
|
15664
|
-
"name": "
|
|
15626
|
+
"name": "closeTimeout",
|
|
15665
15627
|
"type": {
|
|
15666
|
-
"text": "
|
|
15667
|
-
}
|
|
15628
|
+
"text": "number"
|
|
15629
|
+
},
|
|
15630
|
+
"default": "0",
|
|
15631
|
+
"description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
|
|
15632
|
+
"privacy": "public"
|
|
15668
15633
|
},
|
|
15669
15634
|
{
|
|
15670
15635
|
"kind": "field",
|
|
15671
|
-
"name": "
|
|
15636
|
+
"name": "dataSub",
|
|
15672
15637
|
"type": {
|
|
15673
|
-
"text": "
|
|
15674
|
-
}
|
|
15638
|
+
"text": "Subscription"
|
|
15639
|
+
},
|
|
15640
|
+
"privacy": "protected"
|
|
15675
15641
|
},
|
|
15676
15642
|
{
|
|
15677
|
-
"kind": "
|
|
15678
|
-
"name": "
|
|
15679
|
-
"
|
|
15680
|
-
|
|
15643
|
+
"kind": "field",
|
|
15644
|
+
"name": "datasource",
|
|
15645
|
+
"type": {
|
|
15646
|
+
"text": "Datasource"
|
|
15647
|
+
},
|
|
15648
|
+
"privacy": "private"
|
|
15681
15649
|
},
|
|
15682
15650
|
{
|
|
15683
15651
|
"kind": "field",
|
|
@@ -15791,51 +15759,67 @@
|
|
|
15791
15759
|
}
|
|
15792
15760
|
}
|
|
15793
15761
|
],
|
|
15762
|
+
"attributes": [
|
|
15763
|
+
{
|
|
15764
|
+
"name": "resource-name",
|
|
15765
|
+
"description": "The resource name holding new and existing notifications",
|
|
15766
|
+
"fieldName": "resourceName"
|
|
15767
|
+
},
|
|
15768
|
+
{
|
|
15769
|
+
"name": "close-timeout",
|
|
15770
|
+
"type": {
|
|
15771
|
+
"text": "number"
|
|
15772
|
+
},
|
|
15773
|
+
"default": "0",
|
|
15774
|
+
"description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
|
|
15775
|
+
"fieldName": "closeTimeout"
|
|
15776
|
+
}
|
|
15777
|
+
],
|
|
15794
15778
|
"superclass": {
|
|
15795
15779
|
"name": "FoundationElement",
|
|
15796
15780
|
"package": "@microsoft/fast-foundation"
|
|
15797
15781
|
},
|
|
15798
|
-
"tagName": "%%prefix%%-error-banner",
|
|
15799
15782
|
"deprecated": "true",
|
|
15783
|
+
"tagName": "%%prefix%%-error-boundary",
|
|
15800
15784
|
"customElement": true
|
|
15801
15785
|
},
|
|
15802
15786
|
{
|
|
15803
15787
|
"kind": "variable",
|
|
15804
|
-
"name": "
|
|
15805
|
-
"description": "The Foundation Error
|
|
15788
|
+
"name": "foundationErrorBoundary",
|
|
15789
|
+
"description": "The Foundation Error Boundary",
|
|
15806
15790
|
"privacy": "public"
|
|
15807
15791
|
}
|
|
15808
15792
|
],
|
|
15809
15793
|
"exports": [
|
|
15810
15794
|
{
|
|
15811
15795
|
"kind": "js",
|
|
15812
|
-
"name": "
|
|
15796
|
+
"name": "foundationErrorBoundaryShadowOptions",
|
|
15813
15797
|
"declaration": {
|
|
15814
|
-
"name": "
|
|
15815
|
-
"module": "src/error-
|
|
15798
|
+
"name": "foundationErrorBoundaryShadowOptions",
|
|
15799
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
15816
15800
|
}
|
|
15817
15801
|
},
|
|
15818
15802
|
{
|
|
15819
15803
|
"kind": "js",
|
|
15820
|
-
"name": "
|
|
15804
|
+
"name": "ErrorBoundary",
|
|
15821
15805
|
"declaration": {
|
|
15822
|
-
"name": "
|
|
15823
|
-
"module": "src/error-
|
|
15806
|
+
"name": "ErrorBoundary",
|
|
15807
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
15824
15808
|
}
|
|
15825
15809
|
},
|
|
15826
15810
|
{
|
|
15827
15811
|
"kind": "js",
|
|
15828
|
-
"name": "
|
|
15812
|
+
"name": "foundationErrorBoundary",
|
|
15829
15813
|
"declaration": {
|
|
15830
|
-
"name": "
|
|
15831
|
-
"module": "src/error-
|
|
15814
|
+
"name": "foundationErrorBoundary",
|
|
15815
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
15832
15816
|
}
|
|
15833
15817
|
}
|
|
15834
15818
|
]
|
|
15835
15819
|
},
|
|
15836
15820
|
{
|
|
15837
15821
|
"kind": "javascript-module",
|
|
15838
|
-
"path": "src/error-
|
|
15822
|
+
"path": "src/error-boundary/index.ts",
|
|
15839
15823
|
"declarations": [],
|
|
15840
15824
|
"exports": [
|
|
15841
15825
|
{
|
|
@@ -15843,7 +15827,7 @@
|
|
|
15843
15827
|
"name": "*",
|
|
15844
15828
|
"declaration": {
|
|
15845
15829
|
"name": "*",
|
|
15846
|
-
"package": "./error-
|
|
15830
|
+
"package": "./error-boundary.template"
|
|
15847
15831
|
}
|
|
15848
15832
|
},
|
|
15849
15833
|
{
|
|
@@ -15851,7 +15835,23 @@
|
|
|
15851
15835
|
"name": "*",
|
|
15852
15836
|
"declaration": {
|
|
15853
15837
|
"name": "*",
|
|
15854
|
-
"package": "./error-
|
|
15838
|
+
"package": "./error-boundary"
|
|
15839
|
+
}
|
|
15840
|
+
},
|
|
15841
|
+
{
|
|
15842
|
+
"kind": "js",
|
|
15843
|
+
"name": "ErrorBoundaryEvent",
|
|
15844
|
+
"declaration": {
|
|
15845
|
+
"name": "ErrorBoundaryEvent",
|
|
15846
|
+
"package": "@genesislcap/foundation-errors"
|
|
15847
|
+
}
|
|
15848
|
+
},
|
|
15849
|
+
{
|
|
15850
|
+
"kind": "js",
|
|
15851
|
+
"name": "ErrorStructure",
|
|
15852
|
+
"declaration": {
|
|
15853
|
+
"name": "ErrorStructure",
|
|
15854
|
+
"package": "@genesislcap/foundation-errors"
|
|
15855
15855
|
}
|
|
15856
15856
|
}
|
|
15857
15857
|
]
|
|
@@ -17992,83 +17992,194 @@
|
|
|
17992
17992
|
},
|
|
17993
17993
|
{
|
|
17994
17994
|
"kind": "javascript-module",
|
|
17995
|
-
"path": "src/
|
|
17995
|
+
"path": "src/flipper/flipper.styles.ts",
|
|
17996
17996
|
"declarations": [
|
|
17997
17997
|
{
|
|
17998
|
-
"kind": "
|
|
17999
|
-
"name": "
|
|
18000
|
-
"
|
|
18001
|
-
"
|
|
17998
|
+
"kind": "function",
|
|
17999
|
+
"name": "foundationFlipperStyles",
|
|
18000
|
+
"return": {
|
|
18001
|
+
"type": {
|
|
18002
|
+
"text": "ElementStyles"
|
|
18003
|
+
}
|
|
18002
18004
|
},
|
|
18003
|
-
"
|
|
18005
|
+
"parameters": [
|
|
18006
|
+
{
|
|
18007
|
+
"name": "context",
|
|
18008
|
+
"type": {
|
|
18009
|
+
"text": "ElementDefinitionContext"
|
|
18010
|
+
}
|
|
18011
|
+
},
|
|
18012
|
+
{
|
|
18013
|
+
"name": "definition",
|
|
18014
|
+
"type": {
|
|
18015
|
+
"text": "FlipperOptions"
|
|
18016
|
+
}
|
|
18017
|
+
}
|
|
18018
|
+
]
|
|
18004
18019
|
}
|
|
18005
18020
|
],
|
|
18006
18021
|
"exports": [
|
|
18007
18022
|
{
|
|
18008
18023
|
"kind": "js",
|
|
18009
|
-
"name": "
|
|
18024
|
+
"name": "foundationFlipperStyles",
|
|
18010
18025
|
"declaration": {
|
|
18011
|
-
"name": "
|
|
18012
|
-
"module": "src/
|
|
18026
|
+
"name": "foundationFlipperStyles",
|
|
18027
|
+
"module": "src/flipper/flipper.styles.ts"
|
|
18013
18028
|
}
|
|
18014
18029
|
}
|
|
18015
18030
|
]
|
|
18016
18031
|
},
|
|
18017
18032
|
{
|
|
18018
18033
|
"kind": "javascript-module",
|
|
18019
|
-
"path": "src/
|
|
18034
|
+
"path": "src/flipper/flipper.template.ts",
|
|
18020
18035
|
"declarations": [
|
|
18021
18036
|
{
|
|
18022
|
-
"kind": "
|
|
18023
|
-
"name": "
|
|
18024
|
-
"
|
|
18025
|
-
"
|
|
18037
|
+
"kind": "function",
|
|
18038
|
+
"name": "foundationFlipperTemplate",
|
|
18039
|
+
"return": {
|
|
18040
|
+
"type": {
|
|
18041
|
+
"text": "ViewTemplate<Flipper>"
|
|
18042
|
+
}
|
|
18026
18043
|
},
|
|
18027
|
-
"
|
|
18044
|
+
"parameters": [
|
|
18045
|
+
{
|
|
18046
|
+
"name": "context",
|
|
18047
|
+
"type": {
|
|
18048
|
+
"text": "ElementDefinitionContext"
|
|
18049
|
+
}
|
|
18050
|
+
},
|
|
18051
|
+
{
|
|
18052
|
+
"name": "definition",
|
|
18053
|
+
"type": {
|
|
18054
|
+
"text": "FlipperOptions"
|
|
18055
|
+
}
|
|
18056
|
+
}
|
|
18057
|
+
]
|
|
18028
18058
|
}
|
|
18029
18059
|
],
|
|
18030
18060
|
"exports": [
|
|
18031
18061
|
{
|
|
18032
18062
|
"kind": "js",
|
|
18033
|
-
"name": "
|
|
18063
|
+
"name": "foundationFlipperTemplate",
|
|
18034
18064
|
"declaration": {
|
|
18035
|
-
"name": "
|
|
18036
|
-
"module": "src/
|
|
18065
|
+
"name": "foundationFlipperTemplate",
|
|
18066
|
+
"module": "src/flipper/flipper.template.ts"
|
|
18037
18067
|
}
|
|
18038
18068
|
}
|
|
18039
18069
|
]
|
|
18040
18070
|
},
|
|
18041
18071
|
{
|
|
18042
18072
|
"kind": "javascript-module",
|
|
18043
|
-
"path": "src/
|
|
18073
|
+
"path": "src/flipper/flipper.ts",
|
|
18044
18074
|
"declarations": [
|
|
18045
|
-
{
|
|
18046
|
-
"kind": "variable",
|
|
18047
|
-
"name": "foundationFlexLayoutShadowOptions",
|
|
18048
|
-
"type": {
|
|
18049
|
-
"text": "ShadowRootInit"
|
|
18050
|
-
},
|
|
18051
|
-
"default": "undefined"
|
|
18052
|
-
},
|
|
18053
|
-
{
|
|
18054
|
-
"kind": "variable",
|
|
18055
|
-
"name": "defaultFlexLayoutConfig",
|
|
18056
|
-
"type": {
|
|
18057
|
-
"text": "object"
|
|
18058
|
-
},
|
|
18059
|
-
"default": "{}"
|
|
18060
|
-
},
|
|
18061
18075
|
{
|
|
18062
18076
|
"kind": "class",
|
|
18063
18077
|
"description": "",
|
|
18064
|
-
"name": "
|
|
18078
|
+
"name": "Flipper",
|
|
18065
18079
|
"superclass": {
|
|
18066
|
-
"name": "
|
|
18067
|
-
"package": "@microsoft/fast-
|
|
18080
|
+
"name": "FASTFlipper",
|
|
18081
|
+
"package": "@microsoft/fast-components"
|
|
18068
18082
|
},
|
|
18069
|
-
"tagName": "%%prefix%%-
|
|
18083
|
+
"tagName": "%%prefix%%-flipper",
|
|
18070
18084
|
"customElement": true,
|
|
18085
|
+
"attributes": [
|
|
18086
|
+
{
|
|
18087
|
+
"type": {
|
|
18088
|
+
"text": "boolean"
|
|
18089
|
+
},
|
|
18090
|
+
"description": "The disabled state of the flipper.",
|
|
18091
|
+
"fieldName": "disabled",
|
|
18092
|
+
"inheritedFrom": {
|
|
18093
|
+
"name": "Flipper",
|
|
18094
|
+
"module": "src/flipper/flipper.ts"
|
|
18095
|
+
}
|
|
18096
|
+
},
|
|
18097
|
+
{
|
|
18098
|
+
"name": "aria-hidden",
|
|
18099
|
+
"type": {
|
|
18100
|
+
"text": "boolean"
|
|
18101
|
+
},
|
|
18102
|
+
"default": "true",
|
|
18103
|
+
"description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
|
|
18104
|
+
"fieldName": "hiddenFromAT",
|
|
18105
|
+
"inheritedFrom": {
|
|
18106
|
+
"name": "Flipper",
|
|
18107
|
+
"module": "src/flipper/flipper.ts"
|
|
18108
|
+
}
|
|
18109
|
+
},
|
|
18110
|
+
{
|
|
18111
|
+
"name": "direction",
|
|
18112
|
+
"type": {
|
|
18113
|
+
"text": "FlipperDirection"
|
|
18114
|
+
},
|
|
18115
|
+
"description": "The direction that the flipper implies navigating.",
|
|
18116
|
+
"fieldName": "direction",
|
|
18117
|
+
"inheritedFrom": {
|
|
18118
|
+
"name": "Flipper",
|
|
18119
|
+
"module": "src/flipper/flipper.ts"
|
|
18120
|
+
}
|
|
18121
|
+
}
|
|
18122
|
+
],
|
|
18071
18123
|
"members": [
|
|
18124
|
+
{
|
|
18125
|
+
"kind": "field",
|
|
18126
|
+
"name": "disabled",
|
|
18127
|
+
"type": {
|
|
18128
|
+
"text": "boolean"
|
|
18129
|
+
},
|
|
18130
|
+
"privacy": "public",
|
|
18131
|
+
"description": "The disabled state of the flipper.",
|
|
18132
|
+
"inheritedFrom": {
|
|
18133
|
+
"name": "Flipper",
|
|
18134
|
+
"module": "src/flipper/flipper.ts"
|
|
18135
|
+
}
|
|
18136
|
+
},
|
|
18137
|
+
{
|
|
18138
|
+
"kind": "field",
|
|
18139
|
+
"name": "hiddenFromAT",
|
|
18140
|
+
"type": {
|
|
18141
|
+
"text": "boolean"
|
|
18142
|
+
},
|
|
18143
|
+
"privacy": "public",
|
|
18144
|
+
"default": "true",
|
|
18145
|
+
"description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
|
|
18146
|
+
"inheritedFrom": {
|
|
18147
|
+
"name": "Flipper",
|
|
18148
|
+
"module": "src/flipper/flipper.ts"
|
|
18149
|
+
}
|
|
18150
|
+
},
|
|
18151
|
+
{
|
|
18152
|
+
"kind": "field",
|
|
18153
|
+
"name": "direction",
|
|
18154
|
+
"type": {
|
|
18155
|
+
"text": "FlipperDirection"
|
|
18156
|
+
},
|
|
18157
|
+
"privacy": "public",
|
|
18158
|
+
"description": "The direction that the flipper implies navigating.",
|
|
18159
|
+
"inheritedFrom": {
|
|
18160
|
+
"name": "Flipper",
|
|
18161
|
+
"module": "src/flipper/flipper.ts"
|
|
18162
|
+
}
|
|
18163
|
+
},
|
|
18164
|
+
{
|
|
18165
|
+
"kind": "method",
|
|
18166
|
+
"name": "keyupHandler",
|
|
18167
|
+
"privacy": "public",
|
|
18168
|
+
"parameters": [
|
|
18169
|
+
{
|
|
18170
|
+
"name": "e",
|
|
18171
|
+
"type": {
|
|
18172
|
+
"text": "Event & KeyboardEvent"
|
|
18173
|
+
},
|
|
18174
|
+
"description": "Keyboard event"
|
|
18175
|
+
}
|
|
18176
|
+
],
|
|
18177
|
+
"description": "Simulate a click event when the flipper has focus and the user hits enter or space keys\nBlur focus if the user hits escape key",
|
|
18178
|
+
"inheritedFrom": {
|
|
18179
|
+
"name": "Flipper",
|
|
18180
|
+
"module": "src/flipper/flipper.ts"
|
|
18181
|
+
}
|
|
18182
|
+
},
|
|
18072
18183
|
{
|
|
18073
18184
|
"kind": "field",
|
|
18074
18185
|
"name": "_presentation",
|
|
@@ -18180,59 +18291,79 @@
|
|
|
18180
18291
|
"module": "src/foundation-element/foundation-element.ts"
|
|
18181
18292
|
}
|
|
18182
18293
|
}
|
|
18294
|
+
],
|
|
18295
|
+
"events": [
|
|
18296
|
+
{
|
|
18297
|
+
"description": "Fires a custom 'click' event when Enter or Space is invoked via keyboard and the flipper is exposed to assistive technologies.",
|
|
18298
|
+
"name": "click",
|
|
18299
|
+
"inheritedFrom": {
|
|
18300
|
+
"name": "Flipper",
|
|
18301
|
+
"module": "src/flipper/flipper.ts"
|
|
18302
|
+
}
|
|
18303
|
+
}
|
|
18183
18304
|
]
|
|
18184
18305
|
},
|
|
18185
18306
|
{
|
|
18186
18307
|
"kind": "variable",
|
|
18187
|
-
"name": "
|
|
18188
|
-
"
|
|
18308
|
+
"name": "foundationFlipperShadowOptions",
|
|
18309
|
+
"type": {
|
|
18310
|
+
"text": "ShadowRootInit"
|
|
18311
|
+
},
|
|
18312
|
+
"default": "undefined"
|
|
18313
|
+
},
|
|
18314
|
+
{
|
|
18315
|
+
"kind": "variable",
|
|
18316
|
+
"name": "defaultFlipperConfig",
|
|
18317
|
+
"type": {
|
|
18318
|
+
"text": "object"
|
|
18319
|
+
},
|
|
18320
|
+
"default": "{\n next: `\n <svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M4.023 15.273L11.29 8 4.023.727l.704-.704L12.71 8l-7.984 7.977-.704-.704z\"\n />\n </svg>\n `,\n previous: `\n <svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M11.273 15.977L3.29 8 11.273.023l.704.704L4.71 8l7.266 7.273-.704.704z\"\n />\n </svg>\n `,\n}"
|
|
18321
|
+
},
|
|
18322
|
+
{
|
|
18323
|
+
"kind": "variable",
|
|
18324
|
+
"name": "foundationFlipper",
|
|
18325
|
+
"description": "The Foundation Flipper",
|
|
18189
18326
|
"privacy": "public"
|
|
18190
18327
|
}
|
|
18191
18328
|
],
|
|
18192
18329
|
"exports": [
|
|
18193
18330
|
{
|
|
18194
18331
|
"kind": "js",
|
|
18195
|
-
"name": "
|
|
18332
|
+
"name": "Flipper",
|
|
18196
18333
|
"declaration": {
|
|
18197
|
-
"name": "
|
|
18198
|
-
"module": "src/
|
|
18334
|
+
"name": "Flipper",
|
|
18335
|
+
"module": "src/flipper/flipper.ts"
|
|
18199
18336
|
}
|
|
18200
18337
|
},
|
|
18201
18338
|
{
|
|
18202
18339
|
"kind": "js",
|
|
18203
|
-
"name": "
|
|
18340
|
+
"name": "foundationFlipperShadowOptions",
|
|
18204
18341
|
"declaration": {
|
|
18205
|
-
"name": "
|
|
18206
|
-
"module": "src/
|
|
18342
|
+
"name": "foundationFlipperShadowOptions",
|
|
18343
|
+
"module": "src/flipper/flipper.ts"
|
|
18207
18344
|
}
|
|
18208
18345
|
},
|
|
18209
18346
|
{
|
|
18210
18347
|
"kind": "js",
|
|
18211
|
-
"name": "
|
|
18348
|
+
"name": "defaultFlipperConfig",
|
|
18212
18349
|
"declaration": {
|
|
18213
|
-
"name": "
|
|
18214
|
-
"module": "src/
|
|
18350
|
+
"name": "defaultFlipperConfig",
|
|
18351
|
+
"module": "src/flipper/flipper.ts"
|
|
18215
18352
|
}
|
|
18216
18353
|
},
|
|
18217
18354
|
{
|
|
18218
18355
|
"kind": "js",
|
|
18219
|
-
"name": "
|
|
18356
|
+
"name": "foundationFlipper",
|
|
18220
18357
|
"declaration": {
|
|
18221
|
-
"name": "
|
|
18222
|
-
"module": "src/
|
|
18358
|
+
"name": "foundationFlipper",
|
|
18359
|
+
"module": "src/flipper/flipper.ts"
|
|
18223
18360
|
}
|
|
18224
18361
|
}
|
|
18225
18362
|
]
|
|
18226
18363
|
},
|
|
18227
18364
|
{
|
|
18228
18365
|
"kind": "javascript-module",
|
|
18229
|
-
"path": "src/
|
|
18230
|
-
"declarations": [],
|
|
18231
|
-
"exports": []
|
|
18232
|
-
},
|
|
18233
|
-
{
|
|
18234
|
-
"kind": "javascript-module",
|
|
18235
|
-
"path": "src/flex-layout/index.ts",
|
|
18366
|
+
"path": "src/flipper/index.ts",
|
|
18236
18367
|
"declarations": [],
|
|
18237
18368
|
"exports": [
|
|
18238
18369
|
{
|
|
@@ -18240,15 +18371,7 @@
|
|
|
18240
18371
|
"name": "*",
|
|
18241
18372
|
"declaration": {
|
|
18242
18373
|
"name": "*",
|
|
18243
|
-
"package": "./
|
|
18244
|
-
}
|
|
18245
|
-
},
|
|
18246
|
-
{
|
|
18247
|
-
"kind": "js",
|
|
18248
|
-
"name": "*",
|
|
18249
|
-
"declaration": {
|
|
18250
|
-
"name": "*",
|
|
18251
|
-
"package": "./flex-layout.styles"
|
|
18374
|
+
"package": "./flipper.template"
|
|
18252
18375
|
}
|
|
18253
18376
|
},
|
|
18254
18377
|
{
|
|
@@ -18256,7 +18379,7 @@
|
|
|
18256
18379
|
"name": "*",
|
|
18257
18380
|
"declaration": {
|
|
18258
18381
|
"name": "*",
|
|
18259
|
-
"package": "./
|
|
18382
|
+
"package": "./flipper.styles"
|
|
18260
18383
|
}
|
|
18261
18384
|
},
|
|
18262
18385
|
{
|
|
@@ -18264,201 +18387,90 @@
|
|
|
18264
18387
|
"name": "*",
|
|
18265
18388
|
"declaration": {
|
|
18266
18389
|
"name": "*",
|
|
18267
|
-
"package": "./
|
|
18390
|
+
"package": "./flipper"
|
|
18268
18391
|
}
|
|
18269
18392
|
}
|
|
18270
18393
|
]
|
|
18271
18394
|
},
|
|
18272
18395
|
{
|
|
18273
18396
|
"kind": "javascript-module",
|
|
18274
|
-
"path": "src/
|
|
18397
|
+
"path": "src/flex-layout/flex-layout.styles.ts",
|
|
18275
18398
|
"declarations": [
|
|
18276
18399
|
{
|
|
18277
|
-
"kind": "
|
|
18278
|
-
"name": "
|
|
18279
|
-
"
|
|
18280
|
-
"
|
|
18281
|
-
"text": "ElementStyles"
|
|
18282
|
-
}
|
|
18400
|
+
"kind": "variable",
|
|
18401
|
+
"name": "foundationFlexLayoutStyles",
|
|
18402
|
+
"type": {
|
|
18403
|
+
"text": "ElementStyles"
|
|
18283
18404
|
},
|
|
18284
|
-
"
|
|
18285
|
-
{
|
|
18286
|
-
"name": "context",
|
|
18287
|
-
"type": {
|
|
18288
|
-
"text": "ElementDefinitionContext"
|
|
18289
|
-
}
|
|
18290
|
-
},
|
|
18291
|
-
{
|
|
18292
|
-
"name": "definition",
|
|
18293
|
-
"type": {
|
|
18294
|
-
"text": "FlipperOptions"
|
|
18295
|
-
}
|
|
18296
|
-
}
|
|
18297
|
-
]
|
|
18405
|
+
"default": "css`\n :host {\n width: 100%;\n height: 100%;\n }\n\n slot {\n width: 100%;\n height: 100%;\n display: flex;\n }\n\n ${flexLayoutRWDStyles()}\n ${flexLayoutRWDStyles('lg')}\n ${flexLayoutRWDStyles('md')}\n ${flexLayoutRWDStyles('sm')}\n`"
|
|
18298
18406
|
}
|
|
18299
18407
|
],
|
|
18300
18408
|
"exports": [
|
|
18301
18409
|
{
|
|
18302
18410
|
"kind": "js",
|
|
18303
|
-
"name": "
|
|
18411
|
+
"name": "foundationFlexLayoutStyles",
|
|
18304
18412
|
"declaration": {
|
|
18305
|
-
"name": "
|
|
18306
|
-
"module": "src/
|
|
18413
|
+
"name": "foundationFlexLayoutStyles",
|
|
18414
|
+
"module": "src/flex-layout/flex-layout.styles.ts"
|
|
18307
18415
|
}
|
|
18308
18416
|
}
|
|
18309
18417
|
]
|
|
18310
18418
|
},
|
|
18311
18419
|
{
|
|
18312
18420
|
"kind": "javascript-module",
|
|
18313
|
-
"path": "src/
|
|
18421
|
+
"path": "src/flex-layout/flex-layout.template.ts",
|
|
18314
18422
|
"declarations": [
|
|
18315
18423
|
{
|
|
18316
|
-
"kind": "
|
|
18317
|
-
"name": "
|
|
18318
|
-
"
|
|
18319
|
-
"
|
|
18320
|
-
"text": "ViewTemplate<Flipper>"
|
|
18321
|
-
}
|
|
18424
|
+
"kind": "variable",
|
|
18425
|
+
"name": "foundationFlexLayoutTemplate",
|
|
18426
|
+
"type": {
|
|
18427
|
+
"text": "ViewTemplate<FlexLayout>"
|
|
18322
18428
|
},
|
|
18323
|
-
"
|
|
18324
|
-
{
|
|
18325
|
-
"name": "context",
|
|
18326
|
-
"type": {
|
|
18327
|
-
"text": "ElementDefinitionContext"
|
|
18328
|
-
}
|
|
18329
|
-
},
|
|
18330
|
-
{
|
|
18331
|
-
"name": "definition",
|
|
18332
|
-
"type": {
|
|
18333
|
-
"text": "FlipperOptions"
|
|
18334
|
-
}
|
|
18335
|
-
}
|
|
18336
|
-
]
|
|
18429
|
+
"default": "html`\n <template>\n <slot></slot>\n </template>\n`"
|
|
18337
18430
|
}
|
|
18338
18431
|
],
|
|
18339
18432
|
"exports": [
|
|
18340
18433
|
{
|
|
18341
18434
|
"kind": "js",
|
|
18342
|
-
"name": "
|
|
18435
|
+
"name": "foundationFlexLayoutTemplate",
|
|
18343
18436
|
"declaration": {
|
|
18344
|
-
"name": "
|
|
18345
|
-
"module": "src/
|
|
18437
|
+
"name": "foundationFlexLayoutTemplate",
|
|
18438
|
+
"module": "src/flex-layout/flex-layout.template.ts"
|
|
18346
18439
|
}
|
|
18347
18440
|
}
|
|
18348
18441
|
]
|
|
18349
18442
|
},
|
|
18350
18443
|
{
|
|
18351
18444
|
"kind": "javascript-module",
|
|
18352
|
-
"path": "src/
|
|
18445
|
+
"path": "src/flex-layout/flex-layout.ts",
|
|
18353
18446
|
"declarations": [
|
|
18447
|
+
{
|
|
18448
|
+
"kind": "variable",
|
|
18449
|
+
"name": "foundationFlexLayoutShadowOptions",
|
|
18450
|
+
"type": {
|
|
18451
|
+
"text": "ShadowRootInit"
|
|
18452
|
+
},
|
|
18453
|
+
"default": "undefined"
|
|
18454
|
+
},
|
|
18455
|
+
{
|
|
18456
|
+
"kind": "variable",
|
|
18457
|
+
"name": "defaultFlexLayoutConfig",
|
|
18458
|
+
"type": {
|
|
18459
|
+
"text": "object"
|
|
18460
|
+
},
|
|
18461
|
+
"default": "{}"
|
|
18462
|
+
},
|
|
18354
18463
|
{
|
|
18355
18464
|
"kind": "class",
|
|
18356
18465
|
"description": "",
|
|
18357
|
-
"name": "
|
|
18466
|
+
"name": "FlexLayout",
|
|
18358
18467
|
"superclass": {
|
|
18359
|
-
"name": "
|
|
18360
|
-
"package": "@microsoft/fast-
|
|
18468
|
+
"name": "FoundationElement",
|
|
18469
|
+
"package": "@microsoft/fast-foundation"
|
|
18361
18470
|
},
|
|
18362
|
-
"tagName": "%%prefix%%-
|
|
18471
|
+
"tagName": "%%prefix%%-flex-layout",
|
|
18363
18472
|
"customElement": true,
|
|
18364
|
-
"attributes": [
|
|
18365
|
-
{
|
|
18366
|
-
"type": {
|
|
18367
|
-
"text": "boolean"
|
|
18368
|
-
},
|
|
18369
|
-
"description": "The disabled state of the flipper.",
|
|
18370
|
-
"fieldName": "disabled",
|
|
18371
|
-
"inheritedFrom": {
|
|
18372
|
-
"name": "Flipper",
|
|
18373
|
-
"module": "src/flipper/flipper.ts"
|
|
18374
|
-
}
|
|
18375
|
-
},
|
|
18376
|
-
{
|
|
18377
|
-
"name": "aria-hidden",
|
|
18378
|
-
"type": {
|
|
18379
|
-
"text": "boolean"
|
|
18380
|
-
},
|
|
18381
|
-
"default": "true",
|
|
18382
|
-
"description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
|
|
18383
|
-
"fieldName": "hiddenFromAT",
|
|
18384
|
-
"inheritedFrom": {
|
|
18385
|
-
"name": "Flipper",
|
|
18386
|
-
"module": "src/flipper/flipper.ts"
|
|
18387
|
-
}
|
|
18388
|
-
},
|
|
18389
|
-
{
|
|
18390
|
-
"name": "direction",
|
|
18391
|
-
"type": {
|
|
18392
|
-
"text": "FlipperDirection"
|
|
18393
|
-
},
|
|
18394
|
-
"description": "The direction that the flipper implies navigating.",
|
|
18395
|
-
"fieldName": "direction",
|
|
18396
|
-
"inheritedFrom": {
|
|
18397
|
-
"name": "Flipper",
|
|
18398
|
-
"module": "src/flipper/flipper.ts"
|
|
18399
|
-
}
|
|
18400
|
-
}
|
|
18401
|
-
],
|
|
18402
18473
|
"members": [
|
|
18403
|
-
{
|
|
18404
|
-
"kind": "field",
|
|
18405
|
-
"name": "disabled",
|
|
18406
|
-
"type": {
|
|
18407
|
-
"text": "boolean"
|
|
18408
|
-
},
|
|
18409
|
-
"privacy": "public",
|
|
18410
|
-
"description": "The disabled state of the flipper.",
|
|
18411
|
-
"inheritedFrom": {
|
|
18412
|
-
"name": "Flipper",
|
|
18413
|
-
"module": "src/flipper/flipper.ts"
|
|
18414
|
-
}
|
|
18415
|
-
},
|
|
18416
|
-
{
|
|
18417
|
-
"kind": "field",
|
|
18418
|
-
"name": "hiddenFromAT",
|
|
18419
|
-
"type": {
|
|
18420
|
-
"text": "boolean"
|
|
18421
|
-
},
|
|
18422
|
-
"privacy": "public",
|
|
18423
|
-
"default": "true",
|
|
18424
|
-
"description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
|
|
18425
|
-
"inheritedFrom": {
|
|
18426
|
-
"name": "Flipper",
|
|
18427
|
-
"module": "src/flipper/flipper.ts"
|
|
18428
|
-
}
|
|
18429
|
-
},
|
|
18430
|
-
{
|
|
18431
|
-
"kind": "field",
|
|
18432
|
-
"name": "direction",
|
|
18433
|
-
"type": {
|
|
18434
|
-
"text": "FlipperDirection"
|
|
18435
|
-
},
|
|
18436
|
-
"privacy": "public",
|
|
18437
|
-
"description": "The direction that the flipper implies navigating.",
|
|
18438
|
-
"inheritedFrom": {
|
|
18439
|
-
"name": "Flipper",
|
|
18440
|
-
"module": "src/flipper/flipper.ts"
|
|
18441
|
-
}
|
|
18442
|
-
},
|
|
18443
|
-
{
|
|
18444
|
-
"kind": "method",
|
|
18445
|
-
"name": "keyupHandler",
|
|
18446
|
-
"privacy": "public",
|
|
18447
|
-
"parameters": [
|
|
18448
|
-
{
|
|
18449
|
-
"name": "e",
|
|
18450
|
-
"type": {
|
|
18451
|
-
"text": "Event & KeyboardEvent"
|
|
18452
|
-
},
|
|
18453
|
-
"description": "Keyboard event"
|
|
18454
|
-
}
|
|
18455
|
-
],
|
|
18456
|
-
"description": "Simulate a click event when the flipper has focus and the user hits enter or space keys\nBlur focus if the user hits escape key",
|
|
18457
|
-
"inheritedFrom": {
|
|
18458
|
-
"name": "Flipper",
|
|
18459
|
-
"module": "src/flipper/flipper.ts"
|
|
18460
|
-
}
|
|
18461
|
-
},
|
|
18462
18474
|
{
|
|
18463
18475
|
"kind": "field",
|
|
18464
18476
|
"name": "_presentation",
|
|
@@ -18570,79 +18582,59 @@
|
|
|
18570
18582
|
"module": "src/foundation-element/foundation-element.ts"
|
|
18571
18583
|
}
|
|
18572
18584
|
}
|
|
18573
|
-
],
|
|
18574
|
-
"events": [
|
|
18575
|
-
{
|
|
18576
|
-
"description": "Fires a custom 'click' event when Enter or Space is invoked via keyboard and the flipper is exposed to assistive technologies.",
|
|
18577
|
-
"name": "click",
|
|
18578
|
-
"inheritedFrom": {
|
|
18579
|
-
"name": "Flipper",
|
|
18580
|
-
"module": "src/flipper/flipper.ts"
|
|
18581
|
-
}
|
|
18582
|
-
}
|
|
18583
18585
|
]
|
|
18584
18586
|
},
|
|
18585
18587
|
{
|
|
18586
18588
|
"kind": "variable",
|
|
18587
|
-
"name": "
|
|
18588
|
-
"
|
|
18589
|
-
"text": "ShadowRootInit"
|
|
18590
|
-
},
|
|
18591
|
-
"default": "undefined"
|
|
18592
|
-
},
|
|
18593
|
-
{
|
|
18594
|
-
"kind": "variable",
|
|
18595
|
-
"name": "defaultFlipperConfig",
|
|
18596
|
-
"type": {
|
|
18597
|
-
"text": "object"
|
|
18598
|
-
},
|
|
18599
|
-
"default": "{\n next: `\n <svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M4.023 15.273L11.29 8 4.023.727l.704-.704L12.71 8l-7.984 7.977-.704-.704z\"\n />\n </svg>\n `,\n previous: `\n <svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M11.273 15.977L3.29 8 11.273.023l.704.704L4.71 8l7.266 7.273-.704.704z\"\n />\n </svg>\n `,\n}"
|
|
18600
|
-
},
|
|
18601
|
-
{
|
|
18602
|
-
"kind": "variable",
|
|
18603
|
-
"name": "foundationFlipper",
|
|
18604
|
-
"description": "The Foundation Flipper",
|
|
18589
|
+
"name": "foundationFlexLayout",
|
|
18590
|
+
"description": "The Foundation Flex Layout",
|
|
18605
18591
|
"privacy": "public"
|
|
18606
18592
|
}
|
|
18607
18593
|
],
|
|
18608
18594
|
"exports": [
|
|
18609
18595
|
{
|
|
18610
18596
|
"kind": "js",
|
|
18611
|
-
"name": "
|
|
18597
|
+
"name": "foundationFlexLayoutShadowOptions",
|
|
18612
18598
|
"declaration": {
|
|
18613
|
-
"name": "
|
|
18614
|
-
"module": "src/
|
|
18599
|
+
"name": "foundationFlexLayoutShadowOptions",
|
|
18600
|
+
"module": "src/flex-layout/flex-layout.ts"
|
|
18615
18601
|
}
|
|
18616
18602
|
},
|
|
18617
18603
|
{
|
|
18618
18604
|
"kind": "js",
|
|
18619
|
-
"name": "
|
|
18605
|
+
"name": "defaultFlexLayoutConfig",
|
|
18620
18606
|
"declaration": {
|
|
18621
|
-
"name": "
|
|
18622
|
-
"module": "src/
|
|
18607
|
+
"name": "defaultFlexLayoutConfig",
|
|
18608
|
+
"module": "src/flex-layout/flex-layout.ts"
|
|
18623
18609
|
}
|
|
18624
18610
|
},
|
|
18625
18611
|
{
|
|
18626
18612
|
"kind": "js",
|
|
18627
|
-
"name": "
|
|
18613
|
+
"name": "FlexLayout",
|
|
18628
18614
|
"declaration": {
|
|
18629
|
-
"name": "
|
|
18630
|
-
"module": "src/
|
|
18615
|
+
"name": "FlexLayout",
|
|
18616
|
+
"module": "src/flex-layout/flex-layout.ts"
|
|
18631
18617
|
}
|
|
18632
18618
|
},
|
|
18633
18619
|
{
|
|
18634
18620
|
"kind": "js",
|
|
18635
|
-
"name": "
|
|
18621
|
+
"name": "foundationFlexLayout",
|
|
18636
18622
|
"declaration": {
|
|
18637
|
-
"name": "
|
|
18638
|
-
"module": "src/
|
|
18623
|
+
"name": "foundationFlexLayout",
|
|
18624
|
+
"module": "src/flex-layout/flex-layout.ts"
|
|
18639
18625
|
}
|
|
18640
18626
|
}
|
|
18641
18627
|
]
|
|
18642
18628
|
},
|
|
18643
18629
|
{
|
|
18644
18630
|
"kind": "javascript-module",
|
|
18645
|
-
"path": "src/
|
|
18631
|
+
"path": "src/flex-layout/flex-layout.types.ts",
|
|
18632
|
+
"declarations": [],
|
|
18633
|
+
"exports": []
|
|
18634
|
+
},
|
|
18635
|
+
{
|
|
18636
|
+
"kind": "javascript-module",
|
|
18637
|
+
"path": "src/flex-layout/index.ts",
|
|
18646
18638
|
"declarations": [],
|
|
18647
18639
|
"exports": [
|
|
18648
18640
|
{
|
|
@@ -18650,7 +18642,7 @@
|
|
|
18650
18642
|
"name": "*",
|
|
18651
18643
|
"declaration": {
|
|
18652
18644
|
"name": "*",
|
|
18653
|
-
"package": "./
|
|
18645
|
+
"package": "./flex-layout.template"
|
|
18654
18646
|
}
|
|
18655
18647
|
},
|
|
18656
18648
|
{
|
|
@@ -18658,7 +18650,7 @@
|
|
|
18658
18650
|
"name": "*",
|
|
18659
18651
|
"declaration": {
|
|
18660
18652
|
"name": "*",
|
|
18661
|
-
"package": "./
|
|
18653
|
+
"package": "./flex-layout.styles"
|
|
18662
18654
|
}
|
|
18663
18655
|
},
|
|
18664
18656
|
{
|
|
@@ -18666,7 +18658,15 @@
|
|
|
18666
18658
|
"name": "*",
|
|
18667
18659
|
"declaration": {
|
|
18668
18660
|
"name": "*",
|
|
18669
|
-
"package": "./
|
|
18661
|
+
"package": "./flex-layout"
|
|
18662
|
+
}
|
|
18663
|
+
},
|
|
18664
|
+
{
|
|
18665
|
+
"kind": "js",
|
|
18666
|
+
"name": "*",
|
|
18667
|
+
"declaration": {
|
|
18668
|
+
"name": "*",
|
|
18669
|
+
"package": "./flex-layout.types"
|
|
18670
18670
|
}
|
|
18671
18671
|
}
|
|
18672
18672
|
]
|
|
@@ -20055,6 +20055,448 @@
|
|
|
20055
20055
|
}
|
|
20056
20056
|
]
|
|
20057
20057
|
},
|
|
20058
|
+
{
|
|
20059
|
+
"kind": "javascript-module",
|
|
20060
|
+
"path": "src/icon/icon.styles.ts",
|
|
20061
|
+
"declarations": [
|
|
20062
|
+
{
|
|
20063
|
+
"kind": "function",
|
|
20064
|
+
"name": "foundationIconStyles",
|
|
20065
|
+
"return": {
|
|
20066
|
+
"type": {
|
|
20067
|
+
"text": "ElementStyles"
|
|
20068
|
+
}
|
|
20069
|
+
},
|
|
20070
|
+
"parameters": [
|
|
20071
|
+
{
|
|
20072
|
+
"name": "context",
|
|
20073
|
+
"type": {
|
|
20074
|
+
"text": "ElementDefinitionContext"
|
|
20075
|
+
}
|
|
20076
|
+
},
|
|
20077
|
+
{
|
|
20078
|
+
"name": "definition",
|
|
20079
|
+
"type": {
|
|
20080
|
+
"text": "FoundationElementDefinition"
|
|
20081
|
+
}
|
|
20082
|
+
}
|
|
20083
|
+
]
|
|
20084
|
+
}
|
|
20085
|
+
],
|
|
20086
|
+
"exports": [
|
|
20087
|
+
{
|
|
20088
|
+
"kind": "js",
|
|
20089
|
+
"name": "foundationIconStyles",
|
|
20090
|
+
"declaration": {
|
|
20091
|
+
"name": "foundationIconStyles",
|
|
20092
|
+
"module": "src/icon/icon.styles.ts"
|
|
20093
|
+
}
|
|
20094
|
+
}
|
|
20095
|
+
]
|
|
20096
|
+
},
|
|
20097
|
+
{
|
|
20098
|
+
"kind": "javascript-module",
|
|
20099
|
+
"path": "src/icon/icon.template.ts",
|
|
20100
|
+
"declarations": [
|
|
20101
|
+
{
|
|
20102
|
+
"kind": "variable",
|
|
20103
|
+
"name": "foundationIconTemplate",
|
|
20104
|
+
"type": {
|
|
20105
|
+
"text": "ViewTemplate"
|
|
20106
|
+
},
|
|
20107
|
+
"default": "html<Icon>`\n <template>\n <i\n ${ref('iElement')}\n class=${(x) => `fa-${x.name} fa-${x.size} fa-${x.variant}`}\n part=${(x) => `icon-${x.name}-${x.size}-${x.variant}`}\n >\n <slot></slot>\n </i>\n </template>\n`"
|
|
20108
|
+
}
|
|
20109
|
+
],
|
|
20110
|
+
"exports": [
|
|
20111
|
+
{
|
|
20112
|
+
"kind": "js",
|
|
20113
|
+
"name": "foundationIconTemplate",
|
|
20114
|
+
"declaration": {
|
|
20115
|
+
"name": "foundationIconTemplate",
|
|
20116
|
+
"module": "src/icon/icon.template.ts"
|
|
20117
|
+
}
|
|
20118
|
+
}
|
|
20119
|
+
]
|
|
20120
|
+
},
|
|
20121
|
+
{
|
|
20122
|
+
"kind": "javascript-module",
|
|
20123
|
+
"path": "src/icon/icon.ts",
|
|
20124
|
+
"declarations": [
|
|
20125
|
+
{
|
|
20126
|
+
"kind": "variable",
|
|
20127
|
+
"name": "foundationIconShadowOptions",
|
|
20128
|
+
"type": {
|
|
20129
|
+
"text": "ShadowRootInit"
|
|
20130
|
+
},
|
|
20131
|
+
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
20132
|
+
},
|
|
20133
|
+
{
|
|
20134
|
+
"kind": "variable",
|
|
20135
|
+
"name": "defaultIconConfig",
|
|
20136
|
+
"type": {
|
|
20137
|
+
"text": "object"
|
|
20138
|
+
},
|
|
20139
|
+
"default": "{}"
|
|
20140
|
+
},
|
|
20141
|
+
{
|
|
20142
|
+
"kind": "variable",
|
|
20143
|
+
"name": "faSizeValueDefault",
|
|
20144
|
+
"type": {
|
|
20145
|
+
"text": "'1x'"
|
|
20146
|
+
},
|
|
20147
|
+
"default": "'1x'"
|
|
20148
|
+
},
|
|
20149
|
+
{
|
|
20150
|
+
"kind": "variable",
|
|
20151
|
+
"name": "faSizeValues",
|
|
20152
|
+
"type": {
|
|
20153
|
+
"text": "[\n '2xs',\n 'xs',\n 'sm',\n 'lg',\n 'xl',\n '2xl',\n faSizeValueDefault,\n '2x',\n '3x',\n '4x',\n '5x',\n '6x',\n '7x',\n '8x',\n '9x',\n '10x',\n 'stack-1x',\n 'stack-2x',\n]"
|
|
20154
|
+
},
|
|
20155
|
+
"default": "[\n '2xs',\n 'xs',\n 'sm',\n 'lg',\n 'xl',\n '2xl',\n faSizeValueDefault,\n '2x',\n '3x',\n '4x',\n '5x',\n '6x',\n '7x',\n '8x',\n '9x',\n '10x',\n 'stack-1x',\n 'stack-2x',\n]"
|
|
20156
|
+
},
|
|
20157
|
+
{
|
|
20158
|
+
"kind": "class",
|
|
20159
|
+
"description": "",
|
|
20160
|
+
"name": "Icon",
|
|
20161
|
+
"members": [
|
|
20162
|
+
{
|
|
20163
|
+
"kind": "field",
|
|
20164
|
+
"name": "iElement",
|
|
20165
|
+
"type": {
|
|
20166
|
+
"text": "HTMLElement"
|
|
20167
|
+
}
|
|
20168
|
+
},
|
|
20169
|
+
{
|
|
20170
|
+
"kind": "field",
|
|
20171
|
+
"name": "name",
|
|
20172
|
+
"type": {
|
|
20173
|
+
"text": "IconName"
|
|
20174
|
+
}
|
|
20175
|
+
},
|
|
20176
|
+
{
|
|
20177
|
+
"kind": "method",
|
|
20178
|
+
"name": "nameChanged",
|
|
20179
|
+
"parameters": [
|
|
20180
|
+
{
|
|
20181
|
+
"name": "oldValue",
|
|
20182
|
+
"type": {
|
|
20183
|
+
"text": "string"
|
|
20184
|
+
}
|
|
20185
|
+
},
|
|
20186
|
+
{
|
|
20187
|
+
"name": "newValue",
|
|
20188
|
+
"type": {
|
|
20189
|
+
"text": "string"
|
|
20190
|
+
}
|
|
20191
|
+
}
|
|
20192
|
+
]
|
|
20193
|
+
},
|
|
20194
|
+
{
|
|
20195
|
+
"kind": "field",
|
|
20196
|
+
"name": "size",
|
|
20197
|
+
"type": {
|
|
20198
|
+
"text": "FaSize"
|
|
20199
|
+
},
|
|
20200
|
+
"default": "'sm'"
|
|
20201
|
+
},
|
|
20202
|
+
{
|
|
20203
|
+
"kind": "method",
|
|
20204
|
+
"name": "sizeChanged",
|
|
20205
|
+
"parameters": [
|
|
20206
|
+
{
|
|
20207
|
+
"name": "oldValue",
|
|
20208
|
+
"type": {
|
|
20209
|
+
"text": "string"
|
|
20210
|
+
}
|
|
20211
|
+
},
|
|
20212
|
+
{
|
|
20213
|
+
"name": "newValue",
|
|
20214
|
+
"type": {
|
|
20215
|
+
"text": "string"
|
|
20216
|
+
}
|
|
20217
|
+
}
|
|
20218
|
+
]
|
|
20219
|
+
},
|
|
20220
|
+
{
|
|
20221
|
+
"kind": "field",
|
|
20222
|
+
"name": "variant",
|
|
20223
|
+
"type": {
|
|
20224
|
+
"text": "IconStyle"
|
|
20225
|
+
},
|
|
20226
|
+
"default": "'solid'"
|
|
20227
|
+
},
|
|
20228
|
+
{
|
|
20229
|
+
"kind": "method",
|
|
20230
|
+
"name": "variantChanged",
|
|
20231
|
+
"parameters": [
|
|
20232
|
+
{
|
|
20233
|
+
"name": "oldValue",
|
|
20234
|
+
"type": {
|
|
20235
|
+
"text": "string"
|
|
20236
|
+
}
|
|
20237
|
+
},
|
|
20238
|
+
{
|
|
20239
|
+
"name": "newValue",
|
|
20240
|
+
"type": {
|
|
20241
|
+
"text": "string"
|
|
20242
|
+
}
|
|
20243
|
+
}
|
|
20244
|
+
]
|
|
20245
|
+
},
|
|
20246
|
+
{
|
|
20247
|
+
"kind": "method",
|
|
20248
|
+
"name": "loadIcon",
|
|
20249
|
+
"privacy": "public"
|
|
20250
|
+
},
|
|
20251
|
+
{
|
|
20252
|
+
"kind": "field",
|
|
20253
|
+
"name": "_presentation",
|
|
20254
|
+
"type": {
|
|
20255
|
+
"text": "ComponentPresentation | null | undefined"
|
|
20256
|
+
},
|
|
20257
|
+
"privacy": "private",
|
|
20258
|
+
"default": "void 0",
|
|
20259
|
+
"inheritedFrom": {
|
|
20260
|
+
"name": "FoundationElement",
|
|
20261
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
20262
|
+
}
|
|
20263
|
+
},
|
|
20264
|
+
{
|
|
20265
|
+
"kind": "field",
|
|
20266
|
+
"name": "$presentation",
|
|
20267
|
+
"type": {
|
|
20268
|
+
"text": "ComponentPresentation | null"
|
|
20269
|
+
},
|
|
20270
|
+
"privacy": "public",
|
|
20271
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
20272
|
+
"inheritedFrom": {
|
|
20273
|
+
"name": "FoundationElement",
|
|
20274
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
20275
|
+
}
|
|
20276
|
+
},
|
|
20277
|
+
{
|
|
20278
|
+
"kind": "field",
|
|
20279
|
+
"name": "template",
|
|
20280
|
+
"type": {
|
|
20281
|
+
"text": "ElementViewTemplate | void | null"
|
|
20282
|
+
},
|
|
20283
|
+
"privacy": "public",
|
|
20284
|
+
"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.",
|
|
20285
|
+
"inheritedFrom": {
|
|
20286
|
+
"name": "FoundationElement",
|
|
20287
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
20288
|
+
}
|
|
20289
|
+
},
|
|
20290
|
+
{
|
|
20291
|
+
"kind": "method",
|
|
20292
|
+
"name": "templateChanged",
|
|
20293
|
+
"privacy": "protected",
|
|
20294
|
+
"return": {
|
|
20295
|
+
"type": {
|
|
20296
|
+
"text": "void"
|
|
20297
|
+
}
|
|
20298
|
+
},
|
|
20299
|
+
"inheritedFrom": {
|
|
20300
|
+
"name": "FoundationElement",
|
|
20301
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
20302
|
+
}
|
|
20303
|
+
},
|
|
20304
|
+
{
|
|
20305
|
+
"kind": "field",
|
|
20306
|
+
"name": "styles",
|
|
20307
|
+
"type": {
|
|
20308
|
+
"text": "ElementStyles | void | null"
|
|
20309
|
+
},
|
|
20310
|
+
"privacy": "public",
|
|
20311
|
+
"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.",
|
|
20312
|
+
"inheritedFrom": {
|
|
20313
|
+
"name": "FoundationElement",
|
|
20314
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
20315
|
+
}
|
|
20316
|
+
},
|
|
20317
|
+
{
|
|
20318
|
+
"kind": "method",
|
|
20319
|
+
"name": "stylesChanged",
|
|
20320
|
+
"privacy": "protected",
|
|
20321
|
+
"return": {
|
|
20322
|
+
"type": {
|
|
20323
|
+
"text": "void"
|
|
20324
|
+
}
|
|
20325
|
+
},
|
|
20326
|
+
"inheritedFrom": {
|
|
20327
|
+
"name": "FoundationElement",
|
|
20328
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
20329
|
+
}
|
|
20330
|
+
},
|
|
20331
|
+
{
|
|
20332
|
+
"kind": "method",
|
|
20333
|
+
"name": "compose",
|
|
20334
|
+
"privacy": "public",
|
|
20335
|
+
"static": true,
|
|
20336
|
+
"return": {
|
|
20337
|
+
"type": {
|
|
20338
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
20339
|
+
}
|
|
20340
|
+
},
|
|
20341
|
+
"parameters": [
|
|
20342
|
+
{
|
|
20343
|
+
"name": "this",
|
|
20344
|
+
"type": {
|
|
20345
|
+
"text": "K"
|
|
20346
|
+
}
|
|
20347
|
+
},
|
|
20348
|
+
{
|
|
20349
|
+
"name": "elementDefinition",
|
|
20350
|
+
"type": {
|
|
20351
|
+
"text": "T"
|
|
20352
|
+
},
|
|
20353
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
20354
|
+
}
|
|
20355
|
+
],
|
|
20356
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
20357
|
+
"inheritedFrom": {
|
|
20358
|
+
"name": "FoundationElement",
|
|
20359
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
20360
|
+
}
|
|
20361
|
+
}
|
|
20362
|
+
],
|
|
20363
|
+
"attributes": [
|
|
20364
|
+
{
|
|
20365
|
+
"name": "name",
|
|
20366
|
+
"type": {
|
|
20367
|
+
"text": "IconName"
|
|
20368
|
+
},
|
|
20369
|
+
"fieldName": "name"
|
|
20370
|
+
},
|
|
20371
|
+
{
|
|
20372
|
+
"name": "size",
|
|
20373
|
+
"type": {
|
|
20374
|
+
"text": "FaSize"
|
|
20375
|
+
},
|
|
20376
|
+
"default": "'sm'",
|
|
20377
|
+
"fieldName": "size"
|
|
20378
|
+
},
|
|
20379
|
+
{
|
|
20380
|
+
"name": "variant",
|
|
20381
|
+
"type": {
|
|
20382
|
+
"text": "IconStyle"
|
|
20383
|
+
},
|
|
20384
|
+
"default": "'solid'",
|
|
20385
|
+
"fieldName": "variant"
|
|
20386
|
+
}
|
|
20387
|
+
],
|
|
20388
|
+
"superclass": {
|
|
20389
|
+
"name": "FoundationElement",
|
|
20390
|
+
"package": "@microsoft/fast-foundation"
|
|
20391
|
+
},
|
|
20392
|
+
"tagName": "%%prefix%%-icon",
|
|
20393
|
+
"customElement": true
|
|
20394
|
+
},
|
|
20395
|
+
{
|
|
20396
|
+
"kind": "variable",
|
|
20397
|
+
"name": "foundationIcon",
|
|
20398
|
+
"description": "The Foundation Icon",
|
|
20399
|
+
"privacy": "public"
|
|
20400
|
+
}
|
|
20401
|
+
],
|
|
20402
|
+
"exports": [
|
|
20403
|
+
{
|
|
20404
|
+
"kind": "js",
|
|
20405
|
+
"name": "IconName",
|
|
20406
|
+
"declaration": {
|
|
20407
|
+
"name": "IconName",
|
|
20408
|
+
"module": "src/icon/icon.ts"
|
|
20409
|
+
}
|
|
20410
|
+
},
|
|
20411
|
+
{
|
|
20412
|
+
"kind": "js",
|
|
20413
|
+
"name": "IconStyle",
|
|
20414
|
+
"declaration": {
|
|
20415
|
+
"name": "IconStyle",
|
|
20416
|
+
"module": "src/icon/icon.ts"
|
|
20417
|
+
}
|
|
20418
|
+
},
|
|
20419
|
+
{
|
|
20420
|
+
"kind": "js",
|
|
20421
|
+
"name": "foundationIconShadowOptions",
|
|
20422
|
+
"declaration": {
|
|
20423
|
+
"name": "foundationIconShadowOptions",
|
|
20424
|
+
"module": "src/icon/icon.ts"
|
|
20425
|
+
}
|
|
20426
|
+
},
|
|
20427
|
+
{
|
|
20428
|
+
"kind": "js",
|
|
20429
|
+
"name": "defaultIconConfig",
|
|
20430
|
+
"declaration": {
|
|
20431
|
+
"name": "defaultIconConfig",
|
|
20432
|
+
"module": "src/icon/icon.ts"
|
|
20433
|
+
}
|
|
20434
|
+
},
|
|
20435
|
+
{
|
|
20436
|
+
"kind": "js",
|
|
20437
|
+
"name": "faSizeValueDefault",
|
|
20438
|
+
"declaration": {
|
|
20439
|
+
"name": "faSizeValueDefault",
|
|
20440
|
+
"module": "src/icon/icon.ts"
|
|
20441
|
+
}
|
|
20442
|
+
},
|
|
20443
|
+
{
|
|
20444
|
+
"kind": "js",
|
|
20445
|
+
"name": "faSizeValues",
|
|
20446
|
+
"declaration": {
|
|
20447
|
+
"name": "faSizeValues",
|
|
20448
|
+
"module": "src/icon/icon.ts"
|
|
20449
|
+
}
|
|
20450
|
+
},
|
|
20451
|
+
{
|
|
20452
|
+
"kind": "js",
|
|
20453
|
+
"name": "Icon",
|
|
20454
|
+
"declaration": {
|
|
20455
|
+
"name": "Icon",
|
|
20456
|
+
"module": "src/icon/icon.ts"
|
|
20457
|
+
}
|
|
20458
|
+
},
|
|
20459
|
+
{
|
|
20460
|
+
"kind": "js",
|
|
20461
|
+
"name": "foundationIcon",
|
|
20462
|
+
"declaration": {
|
|
20463
|
+
"name": "foundationIcon",
|
|
20464
|
+
"module": "src/icon/icon.ts"
|
|
20465
|
+
}
|
|
20466
|
+
}
|
|
20467
|
+
]
|
|
20468
|
+
},
|
|
20469
|
+
{
|
|
20470
|
+
"kind": "javascript-module",
|
|
20471
|
+
"path": "src/icon/index.ts",
|
|
20472
|
+
"declarations": [],
|
|
20473
|
+
"exports": [
|
|
20474
|
+
{
|
|
20475
|
+
"kind": "js",
|
|
20476
|
+
"name": "*",
|
|
20477
|
+
"declaration": {
|
|
20478
|
+
"name": "*",
|
|
20479
|
+
"package": "./icon.styles"
|
|
20480
|
+
}
|
|
20481
|
+
},
|
|
20482
|
+
{
|
|
20483
|
+
"kind": "js",
|
|
20484
|
+
"name": "*",
|
|
20485
|
+
"declaration": {
|
|
20486
|
+
"name": "*",
|
|
20487
|
+
"package": "./icon.template"
|
|
20488
|
+
}
|
|
20489
|
+
},
|
|
20490
|
+
{
|
|
20491
|
+
"kind": "js",
|
|
20492
|
+
"name": "*",
|
|
20493
|
+
"declaration": {
|
|
20494
|
+
"name": "*",
|
|
20495
|
+
"package": "./icon"
|
|
20496
|
+
}
|
|
20497
|
+
}
|
|
20498
|
+
]
|
|
20499
|
+
},
|
|
20058
20500
|
{
|
|
20059
20501
|
"kind": "javascript-module",
|
|
20060
20502
|
"path": "src/horizontal-scroll/horizontal-scroll.styles.ts",
|
|
@@ -20761,11 +21203,42 @@
|
|
|
20761
21203
|
},
|
|
20762
21204
|
{
|
|
20763
21205
|
"kind": "javascript-module",
|
|
20764
|
-
"path": "src/
|
|
21206
|
+
"path": "src/listbox/index.ts",
|
|
21207
|
+
"declarations": [],
|
|
21208
|
+
"exports": [
|
|
21209
|
+
{
|
|
21210
|
+
"kind": "js",
|
|
21211
|
+
"name": "*",
|
|
21212
|
+
"declaration": {
|
|
21213
|
+
"name": "*",
|
|
21214
|
+
"package": "./listbox.template"
|
|
21215
|
+
}
|
|
21216
|
+
},
|
|
21217
|
+
{
|
|
21218
|
+
"kind": "js",
|
|
21219
|
+
"name": "*",
|
|
21220
|
+
"declaration": {
|
|
21221
|
+
"name": "*",
|
|
21222
|
+
"package": "./listbox.styles"
|
|
21223
|
+
}
|
|
21224
|
+
},
|
|
21225
|
+
{
|
|
21226
|
+
"kind": "js",
|
|
21227
|
+
"name": "*",
|
|
21228
|
+
"declaration": {
|
|
21229
|
+
"name": "*",
|
|
21230
|
+
"package": "./listbox"
|
|
21231
|
+
}
|
|
21232
|
+
}
|
|
21233
|
+
]
|
|
21234
|
+
},
|
|
21235
|
+
{
|
|
21236
|
+
"kind": "javascript-module",
|
|
21237
|
+
"path": "src/listbox/listbox.styles.ts",
|
|
20765
21238
|
"declarations": [
|
|
20766
21239
|
{
|
|
20767
21240
|
"kind": "function",
|
|
20768
|
-
"name": "
|
|
21241
|
+
"name": "foundationListboxStyles",
|
|
20769
21242
|
"return": {
|
|
20770
21243
|
"type": {
|
|
20771
21244
|
"text": "ElementStyles"
|
|
@@ -20790,167 +21263,198 @@
|
|
|
20790
21263
|
"exports": [
|
|
20791
21264
|
{
|
|
20792
21265
|
"kind": "js",
|
|
20793
|
-
"name": "
|
|
21266
|
+
"name": "foundationListboxStyles",
|
|
20794
21267
|
"declaration": {
|
|
20795
|
-
"name": "
|
|
20796
|
-
"module": "src/
|
|
21268
|
+
"name": "foundationListboxStyles",
|
|
21269
|
+
"module": "src/listbox/listbox.styles.ts"
|
|
20797
21270
|
}
|
|
20798
21271
|
}
|
|
20799
21272
|
]
|
|
20800
21273
|
},
|
|
20801
21274
|
{
|
|
20802
21275
|
"kind": "javascript-module",
|
|
20803
|
-
"path": "src/
|
|
21276
|
+
"path": "src/listbox/listbox.template.ts",
|
|
20804
21277
|
"declarations": [
|
|
20805
21278
|
{
|
|
20806
|
-
"kind": "
|
|
20807
|
-
"name": "
|
|
20808
|
-
"
|
|
20809
|
-
"
|
|
21279
|
+
"kind": "function",
|
|
21280
|
+
"name": "foundationListboxTemplate",
|
|
21281
|
+
"return": {
|
|
21282
|
+
"type": {
|
|
21283
|
+
"text": "ViewTemplate<Listbox>"
|
|
21284
|
+
}
|
|
20810
21285
|
},
|
|
20811
|
-
"
|
|
21286
|
+
"parameters": [
|
|
21287
|
+
{
|
|
21288
|
+
"name": "context",
|
|
21289
|
+
"type": {
|
|
21290
|
+
"text": "ElementDefinitionContext"
|
|
21291
|
+
}
|
|
21292
|
+
},
|
|
21293
|
+
{
|
|
21294
|
+
"name": "definition",
|
|
21295
|
+
"type": {
|
|
21296
|
+
"text": "FoundationElementDefinition"
|
|
21297
|
+
}
|
|
21298
|
+
}
|
|
21299
|
+
]
|
|
20812
21300
|
}
|
|
20813
21301
|
],
|
|
20814
21302
|
"exports": [
|
|
20815
21303
|
{
|
|
20816
21304
|
"kind": "js",
|
|
20817
|
-
"name": "
|
|
21305
|
+
"name": "foundationListboxTemplate",
|
|
20818
21306
|
"declaration": {
|
|
20819
|
-
"name": "
|
|
20820
|
-
"module": "src/
|
|
21307
|
+
"name": "foundationListboxTemplate",
|
|
21308
|
+
"module": "src/listbox/listbox.template.ts"
|
|
20821
21309
|
}
|
|
20822
21310
|
}
|
|
20823
21311
|
]
|
|
20824
21312
|
},
|
|
20825
21313
|
{
|
|
20826
21314
|
"kind": "javascript-module",
|
|
20827
|
-
"path": "src/
|
|
21315
|
+
"path": "src/listbox/listbox.ts",
|
|
20828
21316
|
"declarations": [
|
|
20829
|
-
{
|
|
20830
|
-
"kind": "variable",
|
|
20831
|
-
"name": "foundationIconShadowOptions",
|
|
20832
|
-
"type": {
|
|
20833
|
-
"text": "ShadowRootInit"
|
|
20834
|
-
},
|
|
20835
|
-
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
20836
|
-
},
|
|
20837
|
-
{
|
|
20838
|
-
"kind": "variable",
|
|
20839
|
-
"name": "defaultIconConfig",
|
|
20840
|
-
"type": {
|
|
20841
|
-
"text": "object"
|
|
20842
|
-
},
|
|
20843
|
-
"default": "{}"
|
|
20844
|
-
},
|
|
20845
|
-
{
|
|
20846
|
-
"kind": "variable",
|
|
20847
|
-
"name": "faSizeValueDefault",
|
|
20848
|
-
"type": {
|
|
20849
|
-
"text": "'1x'"
|
|
20850
|
-
},
|
|
20851
|
-
"default": "'1x'"
|
|
20852
|
-
},
|
|
20853
|
-
{
|
|
20854
|
-
"kind": "variable",
|
|
20855
|
-
"name": "faSizeValues",
|
|
20856
|
-
"type": {
|
|
20857
|
-
"text": "[\n '2xs',\n 'xs',\n 'sm',\n 'lg',\n 'xl',\n '2xl',\n faSizeValueDefault,\n '2x',\n '3x',\n '4x',\n '5x',\n '6x',\n '7x',\n '8x',\n '9x',\n '10x',\n 'stack-1x',\n 'stack-2x',\n]"
|
|
20858
|
-
},
|
|
20859
|
-
"default": "[\n '2xs',\n 'xs',\n 'sm',\n 'lg',\n 'xl',\n '2xl',\n faSizeValueDefault,\n '2x',\n '3x',\n '4x',\n '5x',\n '6x',\n '7x',\n '8x',\n '9x',\n '10x',\n 'stack-1x',\n 'stack-2x',\n]"
|
|
20860
|
-
},
|
|
20861
21317
|
{
|
|
20862
21318
|
"kind": "class",
|
|
20863
21319
|
"description": "",
|
|
20864
|
-
"name": "
|
|
21320
|
+
"name": "Listbox",
|
|
21321
|
+
"superclass": {
|
|
21322
|
+
"name": "FASTListbox",
|
|
21323
|
+
"package": "@microsoft/fast-components"
|
|
21324
|
+
},
|
|
21325
|
+
"tagName": "%%prefix%%-listbox",
|
|
21326
|
+
"customElement": true,
|
|
21327
|
+
"attributes": [
|
|
21328
|
+
{
|
|
21329
|
+
"type": {
|
|
21330
|
+
"text": "boolean"
|
|
21331
|
+
},
|
|
21332
|
+
"description": "The disabled state of the listbox.",
|
|
21333
|
+
"fieldName": "disabled",
|
|
21334
|
+
"inheritedFrom": {
|
|
21335
|
+
"name": "Listbox",
|
|
21336
|
+
"module": "src/listbox/listbox.ts"
|
|
21337
|
+
}
|
|
21338
|
+
}
|
|
21339
|
+
],
|
|
20865
21340
|
"members": [
|
|
20866
21341
|
{
|
|
20867
21342
|
"kind": "field",
|
|
20868
|
-
"name": "
|
|
21343
|
+
"name": "length",
|
|
20869
21344
|
"type": {
|
|
20870
|
-
"text": "
|
|
21345
|
+
"text": "number"
|
|
21346
|
+
},
|
|
21347
|
+
"privacy": "public",
|
|
21348
|
+
"description": "The number of options.",
|
|
21349
|
+
"inheritedFrom": {
|
|
21350
|
+
"name": "Listbox",
|
|
21351
|
+
"module": "src/listbox/listbox.ts"
|
|
20871
21352
|
}
|
|
20872
21353
|
},
|
|
20873
21354
|
{
|
|
20874
21355
|
"kind": "field",
|
|
20875
|
-
"name": "
|
|
21356
|
+
"name": "options",
|
|
20876
21357
|
"type": {
|
|
20877
|
-
"text": "
|
|
21358
|
+
"text": "ListboxOption[]"
|
|
21359
|
+
},
|
|
21360
|
+
"privacy": "public",
|
|
21361
|
+
"description": "The list of options.",
|
|
21362
|
+
"inheritedFrom": {
|
|
21363
|
+
"name": "Listbox",
|
|
21364
|
+
"module": "src/listbox/listbox.ts"
|
|
20878
21365
|
}
|
|
20879
21366
|
},
|
|
20880
21367
|
{
|
|
20881
|
-
"kind": "
|
|
20882
|
-
"name": "
|
|
20883
|
-
"
|
|
20884
|
-
|
|
20885
|
-
|
|
20886
|
-
|
|
20887
|
-
|
|
20888
|
-
}
|
|
20889
|
-
},
|
|
20890
|
-
{
|
|
20891
|
-
"name": "newValue",
|
|
20892
|
-
"type": {
|
|
20893
|
-
"text": "string"
|
|
20894
|
-
}
|
|
20895
|
-
}
|
|
20896
|
-
]
|
|
21368
|
+
"kind": "field",
|
|
21369
|
+
"name": "typeAheadExpired",
|
|
21370
|
+
"privacy": "protected",
|
|
21371
|
+
"inheritedFrom": {
|
|
21372
|
+
"name": "Listbox",
|
|
21373
|
+
"module": "src/listbox/listbox.ts"
|
|
21374
|
+
}
|
|
20897
21375
|
},
|
|
20898
21376
|
{
|
|
20899
21377
|
"kind": "field",
|
|
20900
|
-
"name": "
|
|
21378
|
+
"name": "disabled",
|
|
20901
21379
|
"type": {
|
|
20902
|
-
"text": "
|
|
21380
|
+
"text": "boolean"
|
|
20903
21381
|
},
|
|
20904
|
-
"
|
|
21382
|
+
"privacy": "public",
|
|
21383
|
+
"description": "The disabled state of the listbox.",
|
|
21384
|
+
"inheritedFrom": {
|
|
21385
|
+
"name": "Listbox",
|
|
21386
|
+
"module": "src/listbox/listbox.ts"
|
|
21387
|
+
}
|
|
20905
21388
|
},
|
|
20906
21389
|
{
|
|
20907
|
-
"kind": "
|
|
20908
|
-
"name": "
|
|
20909
|
-
"
|
|
20910
|
-
|
|
20911
|
-
|
|
20912
|
-
|
|
20913
|
-
|
|
20914
|
-
|
|
20915
|
-
|
|
20916
|
-
|
|
20917
|
-
|
|
20918
|
-
|
|
20919
|
-
"text": "string"
|
|
20920
|
-
}
|
|
20921
|
-
}
|
|
20922
|
-
]
|
|
21390
|
+
"kind": "field",
|
|
21391
|
+
"name": "selectedIndex",
|
|
21392
|
+
"type": {
|
|
21393
|
+
"text": "number"
|
|
21394
|
+
},
|
|
21395
|
+
"privacy": "public",
|
|
21396
|
+
"default": "-1",
|
|
21397
|
+
"description": "The index of the selected option.",
|
|
21398
|
+
"inheritedFrom": {
|
|
21399
|
+
"name": "Listbox",
|
|
21400
|
+
"module": "src/listbox/listbox.ts"
|
|
21401
|
+
}
|
|
20923
21402
|
},
|
|
20924
21403
|
{
|
|
20925
21404
|
"kind": "field",
|
|
20926
|
-
"name": "
|
|
21405
|
+
"name": "selectedOptions",
|
|
20927
21406
|
"type": {
|
|
20928
|
-
"text": "
|
|
21407
|
+
"text": "ListboxOption[]"
|
|
20929
21408
|
},
|
|
20930
|
-
"
|
|
21409
|
+
"privacy": "public",
|
|
21410
|
+
"default": "[]",
|
|
21411
|
+
"description": "A collection of the selected options.",
|
|
21412
|
+
"inheritedFrom": {
|
|
21413
|
+
"name": "Listbox",
|
|
21414
|
+
"module": "src/listbox/listbox.ts"
|
|
21415
|
+
}
|
|
20931
21416
|
},
|
|
20932
21417
|
{
|
|
20933
|
-
"kind": "
|
|
20934
|
-
"name": "
|
|
21418
|
+
"kind": "field",
|
|
21419
|
+
"name": "slottedOptionFilter",
|
|
21420
|
+
"privacy": "public",
|
|
21421
|
+
"static": true,
|
|
21422
|
+
"description": "A static filter to include only selectable options.",
|
|
20935
21423
|
"parameters": [
|
|
20936
21424
|
{
|
|
20937
|
-
"
|
|
20938
|
-
"
|
|
20939
|
-
"text": "string"
|
|
20940
|
-
}
|
|
20941
|
-
},
|
|
20942
|
-
{
|
|
20943
|
-
"name": "newValue",
|
|
20944
|
-
"type": {
|
|
20945
|
-
"text": "string"
|
|
20946
|
-
}
|
|
21425
|
+
"description": "element to filter",
|
|
21426
|
+
"name": "n"
|
|
20947
21427
|
}
|
|
20948
|
-
]
|
|
21428
|
+
],
|
|
21429
|
+
"inheritedFrom": {
|
|
21430
|
+
"name": "Listbox",
|
|
21431
|
+
"module": "src/listbox/listbox.ts"
|
|
21432
|
+
}
|
|
20949
21433
|
},
|
|
20950
21434
|
{
|
|
20951
21435
|
"kind": "method",
|
|
20952
|
-
"name": "
|
|
20953
|
-
"privacy": "public"
|
|
21436
|
+
"name": "selectFirstOption",
|
|
21437
|
+
"privacy": "public",
|
|
21438
|
+
"return": {
|
|
21439
|
+
"type": {
|
|
21440
|
+
"text": "void"
|
|
21441
|
+
}
|
|
21442
|
+
},
|
|
21443
|
+
"description": "Moves focus to the first selectable option.",
|
|
21444
|
+
"inheritedFrom": {
|
|
21445
|
+
"name": "Listbox",
|
|
21446
|
+
"module": "src/listbox/listbox.ts"
|
|
21447
|
+
}
|
|
21448
|
+
},
|
|
21449
|
+
{
|
|
21450
|
+
"kind": "method",
|
|
21451
|
+
"name": "setSelectedOptions",
|
|
21452
|
+
"privacy": "public",
|
|
21453
|
+
"description": "Sets an option as selected and gives it focus.",
|
|
21454
|
+
"inheritedFrom": {
|
|
21455
|
+
"name": "Listbox",
|
|
21456
|
+
"module": "src/listbox/listbox.ts"
|
|
21457
|
+
}
|
|
20954
21458
|
},
|
|
20955
21459
|
{
|
|
20956
21460
|
"kind": "field",
|
|
@@ -21063,147 +21567,67 @@
|
|
|
21063
21567
|
"module": "src/foundation-element/foundation-element.ts"
|
|
21064
21568
|
}
|
|
21065
21569
|
}
|
|
21066
|
-
]
|
|
21067
|
-
"attributes": [
|
|
21068
|
-
{
|
|
21069
|
-
"name": "name",
|
|
21070
|
-
"type": {
|
|
21071
|
-
"text": "IconName"
|
|
21072
|
-
},
|
|
21073
|
-
"fieldName": "name"
|
|
21074
|
-
},
|
|
21075
|
-
{
|
|
21076
|
-
"name": "size",
|
|
21077
|
-
"type": {
|
|
21078
|
-
"text": "FaSize"
|
|
21079
|
-
},
|
|
21080
|
-
"default": "'sm'",
|
|
21081
|
-
"fieldName": "size"
|
|
21082
|
-
},
|
|
21083
|
-
{
|
|
21084
|
-
"name": "variant",
|
|
21085
|
-
"type": {
|
|
21086
|
-
"text": "IconStyle"
|
|
21087
|
-
},
|
|
21088
|
-
"default": "'solid'",
|
|
21089
|
-
"fieldName": "variant"
|
|
21090
|
-
}
|
|
21091
|
-
],
|
|
21092
|
-
"superclass": {
|
|
21093
|
-
"name": "FoundationElement",
|
|
21094
|
-
"package": "@microsoft/fast-foundation"
|
|
21095
|
-
},
|
|
21096
|
-
"tagName": "%%prefix%%-icon",
|
|
21097
|
-
"customElement": true
|
|
21570
|
+
]
|
|
21098
21571
|
},
|
|
21099
21572
|
{
|
|
21100
21573
|
"kind": "variable",
|
|
21101
|
-
"name": "
|
|
21102
|
-
"
|
|
21103
|
-
|
|
21104
|
-
|
|
21105
|
-
|
|
21106
|
-
"exports": [
|
|
21107
|
-
{
|
|
21108
|
-
"kind": "js",
|
|
21109
|
-
"name": "IconName",
|
|
21110
|
-
"declaration": {
|
|
21111
|
-
"name": "IconName",
|
|
21112
|
-
"module": "src/icon/icon.ts"
|
|
21113
|
-
}
|
|
21114
|
-
},
|
|
21115
|
-
{
|
|
21116
|
-
"kind": "js",
|
|
21117
|
-
"name": "IconStyle",
|
|
21118
|
-
"declaration": {
|
|
21119
|
-
"name": "IconStyle",
|
|
21120
|
-
"module": "src/icon/icon.ts"
|
|
21121
|
-
}
|
|
21122
|
-
},
|
|
21123
|
-
{
|
|
21124
|
-
"kind": "js",
|
|
21125
|
-
"name": "foundationIconShadowOptions",
|
|
21126
|
-
"declaration": {
|
|
21127
|
-
"name": "foundationIconShadowOptions",
|
|
21128
|
-
"module": "src/icon/icon.ts"
|
|
21129
|
-
}
|
|
21130
|
-
},
|
|
21131
|
-
{
|
|
21132
|
-
"kind": "js",
|
|
21133
|
-
"name": "defaultIconConfig",
|
|
21134
|
-
"declaration": {
|
|
21135
|
-
"name": "defaultIconConfig",
|
|
21136
|
-
"module": "src/icon/icon.ts"
|
|
21137
|
-
}
|
|
21574
|
+
"name": "foundationListboxShadowOptions",
|
|
21575
|
+
"type": {
|
|
21576
|
+
"text": "ShadowRootInit"
|
|
21577
|
+
},
|
|
21578
|
+
"default": "undefined"
|
|
21138
21579
|
},
|
|
21139
21580
|
{
|
|
21140
|
-
"kind": "
|
|
21141
|
-
"name": "
|
|
21142
|
-
"
|
|
21143
|
-
"
|
|
21144
|
-
|
|
21145
|
-
}
|
|
21581
|
+
"kind": "variable",
|
|
21582
|
+
"name": "defaultListboxConfig",
|
|
21583
|
+
"type": {
|
|
21584
|
+
"text": "object"
|
|
21585
|
+
},
|
|
21586
|
+
"default": "{}"
|
|
21146
21587
|
},
|
|
21147
21588
|
{
|
|
21148
|
-
"kind": "
|
|
21149
|
-
"name": "
|
|
21150
|
-
|
|
21151
|
-
|
|
21152
|
-
|
|
21153
|
-
}
|
|
21154
|
-
},
|
|
21589
|
+
"kind": "variable",
|
|
21590
|
+
"name": "foundationListbox"
|
|
21591
|
+
}
|
|
21592
|
+
],
|
|
21593
|
+
"exports": [
|
|
21155
21594
|
{
|
|
21156
21595
|
"kind": "js",
|
|
21157
|
-
"name": "
|
|
21596
|
+
"name": "Listbox",
|
|
21158
21597
|
"declaration": {
|
|
21159
|
-
"name": "
|
|
21160
|
-
"module": "src/
|
|
21598
|
+
"name": "Listbox",
|
|
21599
|
+
"module": "src/listbox/listbox.ts"
|
|
21161
21600
|
}
|
|
21162
21601
|
},
|
|
21163
21602
|
{
|
|
21164
21603
|
"kind": "js",
|
|
21165
|
-
"name": "
|
|
21166
|
-
"declaration": {
|
|
21167
|
-
"name": "foundationIcon",
|
|
21168
|
-
"module": "src/icon/icon.ts"
|
|
21169
|
-
}
|
|
21170
|
-
}
|
|
21171
|
-
]
|
|
21172
|
-
},
|
|
21173
|
-
{
|
|
21174
|
-
"kind": "javascript-module",
|
|
21175
|
-
"path": "src/icon/index.ts",
|
|
21176
|
-
"declarations": [],
|
|
21177
|
-
"exports": [
|
|
21178
|
-
{
|
|
21179
|
-
"kind": "js",
|
|
21180
|
-
"name": "*",
|
|
21604
|
+
"name": "foundationListboxShadowOptions",
|
|
21181
21605
|
"declaration": {
|
|
21182
|
-
"name": "
|
|
21183
|
-
"
|
|
21606
|
+
"name": "foundationListboxShadowOptions",
|
|
21607
|
+
"module": "src/listbox/listbox.ts"
|
|
21184
21608
|
}
|
|
21185
21609
|
},
|
|
21186
21610
|
{
|
|
21187
21611
|
"kind": "js",
|
|
21188
|
-
"name": "
|
|
21612
|
+
"name": "defaultListboxConfig",
|
|
21189
21613
|
"declaration": {
|
|
21190
|
-
"name": "
|
|
21191
|
-
"
|
|
21614
|
+
"name": "defaultListboxConfig",
|
|
21615
|
+
"module": "src/listbox/listbox.ts"
|
|
21192
21616
|
}
|
|
21193
21617
|
},
|
|
21194
21618
|
{
|
|
21195
21619
|
"kind": "js",
|
|
21196
|
-
"name": "
|
|
21620
|
+
"name": "foundationListbox",
|
|
21197
21621
|
"declaration": {
|
|
21198
|
-
"name": "
|
|
21199
|
-
"
|
|
21622
|
+
"name": "foundationListbox",
|
|
21623
|
+
"module": "src/listbox/listbox.ts"
|
|
21200
21624
|
}
|
|
21201
21625
|
}
|
|
21202
21626
|
]
|
|
21203
21627
|
},
|
|
21204
21628
|
{
|
|
21205
21629
|
"kind": "javascript-module",
|
|
21206
|
-
"path": "src/listbox/index.ts",
|
|
21630
|
+
"path": "src/listbox-option/index.ts",
|
|
21207
21631
|
"declarations": [],
|
|
21208
21632
|
"exports": [
|
|
21209
21633
|
{
|
|
@@ -21211,7 +21635,7 @@
|
|
|
21211
21635
|
"name": "*",
|
|
21212
21636
|
"declaration": {
|
|
21213
21637
|
"name": "*",
|
|
21214
|
-
"package": "./listbox.template"
|
|
21638
|
+
"package": "./listbox-option.template"
|
|
21215
21639
|
}
|
|
21216
21640
|
},
|
|
21217
21641
|
{
|
|
@@ -21219,7 +21643,7 @@
|
|
|
21219
21643
|
"name": "*",
|
|
21220
21644
|
"declaration": {
|
|
21221
21645
|
"name": "*",
|
|
21222
|
-
"package": "./listbox.styles"
|
|
21646
|
+
"package": "./listbox-option.styles"
|
|
21223
21647
|
}
|
|
21224
21648
|
},
|
|
21225
21649
|
{
|
|
@@ -21227,18 +21651,18 @@
|
|
|
21227
21651
|
"name": "*",
|
|
21228
21652
|
"declaration": {
|
|
21229
21653
|
"name": "*",
|
|
21230
|
-
"package": "./listbox"
|
|
21654
|
+
"package": "./listbox-option"
|
|
21231
21655
|
}
|
|
21232
21656
|
}
|
|
21233
21657
|
]
|
|
21234
21658
|
},
|
|
21235
21659
|
{
|
|
21236
21660
|
"kind": "javascript-module",
|
|
21237
|
-
"path": "src/listbox/listbox.styles.ts",
|
|
21661
|
+
"path": "src/listbox-option/listbox-option.styles.ts",
|
|
21238
21662
|
"declarations": [
|
|
21239
21663
|
{
|
|
21240
21664
|
"kind": "function",
|
|
21241
|
-
"name": "
|
|
21665
|
+
"name": "foundationListboxOptionStyles",
|
|
21242
21666
|
"return": {
|
|
21243
21667
|
"type": {
|
|
21244
21668
|
"text": "ElementStyles"
|
|
@@ -21263,24 +21687,24 @@
|
|
|
21263
21687
|
"exports": [
|
|
21264
21688
|
{
|
|
21265
21689
|
"kind": "js",
|
|
21266
|
-
"name": "
|
|
21690
|
+
"name": "foundationListboxOptionStyles",
|
|
21267
21691
|
"declaration": {
|
|
21268
|
-
"name": "
|
|
21269
|
-
"module": "src/listbox/listbox.styles.ts"
|
|
21692
|
+
"name": "foundationListboxOptionStyles",
|
|
21693
|
+
"module": "src/listbox-option/listbox-option.styles.ts"
|
|
21270
21694
|
}
|
|
21271
21695
|
}
|
|
21272
21696
|
]
|
|
21273
21697
|
},
|
|
21274
21698
|
{
|
|
21275
21699
|
"kind": "javascript-module",
|
|
21276
|
-
"path": "src/listbox/listbox.template.ts",
|
|
21700
|
+
"path": "src/listbox-option/listbox-option.template.ts",
|
|
21277
21701
|
"declarations": [
|
|
21278
21702
|
{
|
|
21279
21703
|
"kind": "function",
|
|
21280
|
-
"name": "
|
|
21704
|
+
"name": "foundationListboxOptionTemplate",
|
|
21281
21705
|
"return": {
|
|
21282
21706
|
"type": {
|
|
21283
|
-
"text": "ViewTemplate<
|
|
21707
|
+
"text": "ViewTemplate<ListboxOption>"
|
|
21284
21708
|
}
|
|
21285
21709
|
},
|
|
21286
21710
|
"parameters": [
|
|
@@ -21302,75 +21726,150 @@
|
|
|
21302
21726
|
"exports": [
|
|
21303
21727
|
{
|
|
21304
21728
|
"kind": "js",
|
|
21305
|
-
"name": "
|
|
21729
|
+
"name": "foundationListboxOptionTemplate",
|
|
21306
21730
|
"declaration": {
|
|
21307
|
-
"name": "
|
|
21308
|
-
"module": "src/listbox/listbox.template.ts"
|
|
21731
|
+
"name": "foundationListboxOptionTemplate",
|
|
21732
|
+
"module": "src/listbox-option/listbox-option.template.ts"
|
|
21309
21733
|
}
|
|
21310
21734
|
}
|
|
21311
21735
|
]
|
|
21312
21736
|
},
|
|
21313
21737
|
{
|
|
21314
21738
|
"kind": "javascript-module",
|
|
21315
|
-
"path": "src/listbox/listbox.ts",
|
|
21739
|
+
"path": "src/listbox-option/listbox-option.ts",
|
|
21316
21740
|
"declarations": [
|
|
21317
21741
|
{
|
|
21318
21742
|
"kind": "class",
|
|
21319
21743
|
"description": "",
|
|
21320
|
-
"name": "
|
|
21744
|
+
"name": "ListboxOption",
|
|
21321
21745
|
"superclass": {
|
|
21322
|
-
"name": "
|
|
21746
|
+
"name": "FASTListboxOption",
|
|
21323
21747
|
"package": "@microsoft/fast-components"
|
|
21324
21748
|
},
|
|
21325
|
-
"tagName": "%%prefix%%-
|
|
21749
|
+
"tagName": "%%prefix%%-option",
|
|
21326
21750
|
"customElement": true,
|
|
21327
21751
|
"attributes": [
|
|
21328
21752
|
{
|
|
21329
21753
|
"type": {
|
|
21330
21754
|
"text": "boolean"
|
|
21331
21755
|
},
|
|
21332
|
-
"description": "The disabled state of the
|
|
21756
|
+
"description": "The disabled state of the option.",
|
|
21333
21757
|
"fieldName": "disabled",
|
|
21334
21758
|
"inheritedFrom": {
|
|
21335
|
-
"name": "
|
|
21336
|
-
"module": "src/listbox/listbox.ts"
|
|
21759
|
+
"name": "ListboxOption",
|
|
21760
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
21761
|
+
}
|
|
21762
|
+
},
|
|
21763
|
+
{
|
|
21764
|
+
"name": "selected",
|
|
21765
|
+
"type": {
|
|
21766
|
+
"text": "boolean"
|
|
21767
|
+
},
|
|
21768
|
+
"description": "The selected attribute value. This sets the initial selected value.",
|
|
21769
|
+
"fieldName": "selectedAttribute",
|
|
21770
|
+
"inheritedFrom": {
|
|
21771
|
+
"name": "ListboxOption",
|
|
21772
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
21773
|
+
}
|
|
21774
|
+
},
|
|
21775
|
+
{
|
|
21776
|
+
"name": "value",
|
|
21777
|
+
"type": {
|
|
21778
|
+
"text": "string"
|
|
21779
|
+
},
|
|
21780
|
+
"description": "The initial value of the option. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
21781
|
+
"fieldName": "initialValue",
|
|
21782
|
+
"inheritedFrom": {
|
|
21783
|
+
"name": "ListboxOption",
|
|
21784
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
21337
21785
|
}
|
|
21338
21786
|
}
|
|
21339
21787
|
],
|
|
21340
21788
|
"members": [
|
|
21341
21789
|
{
|
|
21342
21790
|
"kind": "field",
|
|
21343
|
-
"name": "
|
|
21791
|
+
"name": "checked",
|
|
21344
21792
|
"type": {
|
|
21345
|
-
"text": "
|
|
21793
|
+
"text": "boolean | undefined"
|
|
21346
21794
|
},
|
|
21347
21795
|
"privacy": "public",
|
|
21348
|
-
"description": "The
|
|
21796
|
+
"description": "The checked state is used when the parent listbox is in multiple selection mode.\nTo avoid accessibility conflicts, the checked state should not be present in\nsingle selection mode.",
|
|
21349
21797
|
"inheritedFrom": {
|
|
21350
|
-
"name": "
|
|
21351
|
-
"module": "src/listbox/listbox.ts"
|
|
21798
|
+
"name": "ListboxOption",
|
|
21799
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
21800
|
+
}
|
|
21801
|
+
},
|
|
21802
|
+
{
|
|
21803
|
+
"kind": "method",
|
|
21804
|
+
"name": "checkedChanged",
|
|
21805
|
+
"privacy": "public",
|
|
21806
|
+
"return": {
|
|
21807
|
+
"type": {
|
|
21808
|
+
"text": "void"
|
|
21809
|
+
}
|
|
21810
|
+
},
|
|
21811
|
+
"parameters": [
|
|
21812
|
+
{
|
|
21813
|
+
"name": "prev",
|
|
21814
|
+
"type": {
|
|
21815
|
+
"text": "boolean | unknown"
|
|
21816
|
+
},
|
|
21817
|
+
"description": "the previous checked value"
|
|
21818
|
+
},
|
|
21819
|
+
{
|
|
21820
|
+
"name": "next",
|
|
21821
|
+
"optional": true,
|
|
21822
|
+
"type": {
|
|
21823
|
+
"text": "boolean"
|
|
21824
|
+
},
|
|
21825
|
+
"description": "the current checked value"
|
|
21826
|
+
}
|
|
21827
|
+
],
|
|
21828
|
+
"description": "Updates the ariaChecked property when the checked property changes.",
|
|
21829
|
+
"inheritedFrom": {
|
|
21830
|
+
"name": "ListboxOption",
|
|
21831
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
21352
21832
|
}
|
|
21353
21833
|
},
|
|
21354
21834
|
{
|
|
21355
21835
|
"kind": "field",
|
|
21356
|
-
"name": "
|
|
21836
|
+
"name": "content",
|
|
21357
21837
|
"type": {
|
|
21358
|
-
"text": "
|
|
21838
|
+
"text": "Node[]"
|
|
21359
21839
|
},
|
|
21360
21840
|
"privacy": "public",
|
|
21361
|
-
"description": "The
|
|
21841
|
+
"description": "The default slotted content.",
|
|
21362
21842
|
"inheritedFrom": {
|
|
21363
|
-
"name": "
|
|
21364
|
-
"module": "src/listbox/listbox.ts"
|
|
21843
|
+
"name": "ListboxOption",
|
|
21844
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
21365
21845
|
}
|
|
21366
21846
|
},
|
|
21367
21847
|
{
|
|
21368
21848
|
"kind": "field",
|
|
21369
|
-
"name": "
|
|
21849
|
+
"name": "defaultSelected",
|
|
21850
|
+
"type": {
|
|
21851
|
+
"text": "boolean"
|
|
21852
|
+
},
|
|
21853
|
+
"privacy": "public",
|
|
21854
|
+
"default": "false",
|
|
21855
|
+
"description": "The defaultSelected state of the option.",
|
|
21856
|
+
"inheritedFrom": {
|
|
21857
|
+
"name": "ListboxOption",
|
|
21858
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
21859
|
+
}
|
|
21860
|
+
},
|
|
21861
|
+
{
|
|
21862
|
+
"kind": "method",
|
|
21863
|
+
"name": "defaultSelectedChanged",
|
|
21370
21864
|
"privacy": "protected",
|
|
21865
|
+
"return": {
|
|
21866
|
+
"type": {
|
|
21867
|
+
"text": "void"
|
|
21868
|
+
}
|
|
21869
|
+
},
|
|
21371
21870
|
"inheritedFrom": {
|
|
21372
|
-
"name": "
|
|
21373
|
-
"module": "src/listbox/listbox.ts"
|
|
21871
|
+
"name": "ListboxOption",
|
|
21872
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
21374
21873
|
}
|
|
21375
21874
|
},
|
|
21376
21875
|
{
|
|
@@ -21380,80 +21879,201 @@
|
|
|
21380
21879
|
"text": "boolean"
|
|
21381
21880
|
},
|
|
21382
21881
|
"privacy": "public",
|
|
21383
|
-
"description": "The disabled state of the
|
|
21882
|
+
"description": "The disabled state of the option.",
|
|
21384
21883
|
"inheritedFrom": {
|
|
21385
|
-
"name": "
|
|
21386
|
-
"module": "src/listbox/listbox.ts"
|
|
21884
|
+
"name": "ListboxOption",
|
|
21885
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
21886
|
+
}
|
|
21887
|
+
},
|
|
21888
|
+
{
|
|
21889
|
+
"kind": "method",
|
|
21890
|
+
"name": "disabledChanged",
|
|
21891
|
+
"privacy": "protected",
|
|
21892
|
+
"return": {
|
|
21893
|
+
"type": {
|
|
21894
|
+
"text": "void"
|
|
21895
|
+
}
|
|
21896
|
+
},
|
|
21897
|
+
"parameters": [
|
|
21898
|
+
{
|
|
21899
|
+
"name": "prev",
|
|
21900
|
+
"type": {
|
|
21901
|
+
"text": "boolean"
|
|
21902
|
+
}
|
|
21903
|
+
},
|
|
21904
|
+
{
|
|
21905
|
+
"name": "next",
|
|
21906
|
+
"type": {
|
|
21907
|
+
"text": "boolean"
|
|
21908
|
+
}
|
|
21909
|
+
}
|
|
21910
|
+
],
|
|
21911
|
+
"inheritedFrom": {
|
|
21912
|
+
"name": "ListboxOption",
|
|
21913
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
21387
21914
|
}
|
|
21388
21915
|
},
|
|
21389
21916
|
{
|
|
21390
21917
|
"kind": "field",
|
|
21391
|
-
"name": "
|
|
21918
|
+
"name": "selectedAttribute",
|
|
21392
21919
|
"type": {
|
|
21393
|
-
"text": "
|
|
21920
|
+
"text": "boolean"
|
|
21394
21921
|
},
|
|
21395
21922
|
"privacy": "public",
|
|
21396
|
-
"
|
|
21397
|
-
"description": "The index of the selected option.",
|
|
21923
|
+
"description": "The selected attribute value. This sets the initial selected value.",
|
|
21398
21924
|
"inheritedFrom": {
|
|
21399
|
-
"name": "
|
|
21400
|
-
"module": "src/listbox/listbox.ts"
|
|
21925
|
+
"name": "ListboxOption",
|
|
21926
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
21927
|
+
}
|
|
21928
|
+
},
|
|
21929
|
+
{
|
|
21930
|
+
"kind": "method",
|
|
21931
|
+
"name": "selectedAttributeChanged",
|
|
21932
|
+
"privacy": "protected",
|
|
21933
|
+
"return": {
|
|
21934
|
+
"type": {
|
|
21935
|
+
"text": "void"
|
|
21936
|
+
}
|
|
21937
|
+
},
|
|
21938
|
+
"inheritedFrom": {
|
|
21939
|
+
"name": "ListboxOption",
|
|
21940
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
21401
21941
|
}
|
|
21402
21942
|
},
|
|
21403
21943
|
{
|
|
21404
21944
|
"kind": "field",
|
|
21405
|
-
"name": "
|
|
21945
|
+
"name": "selected",
|
|
21406
21946
|
"type": {
|
|
21407
|
-
"text": "
|
|
21947
|
+
"text": "boolean"
|
|
21408
21948
|
},
|
|
21409
21949
|
"privacy": "public",
|
|
21410
|
-
"
|
|
21411
|
-
"description": "A collection of the selected options.",
|
|
21950
|
+
"description": "The checked state of the control.",
|
|
21412
21951
|
"inheritedFrom": {
|
|
21413
|
-
"name": "
|
|
21414
|
-
"module": "src/listbox/listbox.ts"
|
|
21952
|
+
"name": "ListboxOption",
|
|
21953
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
21954
|
+
}
|
|
21955
|
+
},
|
|
21956
|
+
{
|
|
21957
|
+
"kind": "method",
|
|
21958
|
+
"name": "selectedChanged",
|
|
21959
|
+
"privacy": "protected",
|
|
21960
|
+
"return": {
|
|
21961
|
+
"type": {
|
|
21962
|
+
"text": "void"
|
|
21963
|
+
}
|
|
21964
|
+
},
|
|
21965
|
+
"inheritedFrom": {
|
|
21966
|
+
"name": "ListboxOption",
|
|
21967
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
21415
21968
|
}
|
|
21416
21969
|
},
|
|
21417
21970
|
{
|
|
21418
21971
|
"kind": "field",
|
|
21419
|
-
"name": "
|
|
21972
|
+
"name": "dirtyValue",
|
|
21973
|
+
"type": {
|
|
21974
|
+
"text": "boolean"
|
|
21975
|
+
},
|
|
21420
21976
|
"privacy": "public",
|
|
21421
|
-
"
|
|
21422
|
-
"description": "
|
|
21423
|
-
"parameters": [
|
|
21424
|
-
{
|
|
21425
|
-
"description": "element to filter",
|
|
21426
|
-
"name": "n"
|
|
21427
|
-
}
|
|
21428
|
-
],
|
|
21977
|
+
"default": "false",
|
|
21978
|
+
"description": "Track whether the value has been changed from the initial value",
|
|
21429
21979
|
"inheritedFrom": {
|
|
21430
|
-
"name": "
|
|
21431
|
-
"module": "src/listbox/listbox.ts"
|
|
21980
|
+
"name": "ListboxOption",
|
|
21981
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
21982
|
+
}
|
|
21983
|
+
},
|
|
21984
|
+
{
|
|
21985
|
+
"kind": "field",
|
|
21986
|
+
"name": "initialValue",
|
|
21987
|
+
"type": {
|
|
21988
|
+
"text": "string"
|
|
21989
|
+
},
|
|
21990
|
+
"privacy": "protected",
|
|
21991
|
+
"description": "The initial value of the option. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
21992
|
+
"inheritedFrom": {
|
|
21993
|
+
"name": "ListboxOption",
|
|
21994
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
21432
21995
|
}
|
|
21433
21996
|
},
|
|
21434
21997
|
{
|
|
21435
21998
|
"kind": "method",
|
|
21436
|
-
"name": "
|
|
21999
|
+
"name": "initialValueChanged",
|
|
21437
22000
|
"privacy": "public",
|
|
21438
22001
|
"return": {
|
|
21439
22002
|
"type": {
|
|
21440
22003
|
"text": "void"
|
|
21441
22004
|
}
|
|
21442
22005
|
},
|
|
21443
|
-
"
|
|
22006
|
+
"parameters": [
|
|
22007
|
+
{
|
|
22008
|
+
"name": "previous",
|
|
22009
|
+
"type": {
|
|
22010
|
+
"text": "string"
|
|
22011
|
+
}
|
|
22012
|
+
},
|
|
22013
|
+
{
|
|
22014
|
+
"name": "next",
|
|
22015
|
+
"type": {
|
|
22016
|
+
"text": "string"
|
|
22017
|
+
}
|
|
22018
|
+
}
|
|
22019
|
+
],
|
|
21444
22020
|
"inheritedFrom": {
|
|
21445
|
-
"name": "
|
|
21446
|
-
"module": "src/listbox/listbox.ts"
|
|
22021
|
+
"name": "ListboxOption",
|
|
22022
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
21447
22023
|
}
|
|
21448
22024
|
},
|
|
21449
22025
|
{
|
|
21450
|
-
"kind": "
|
|
21451
|
-
"name": "
|
|
22026
|
+
"kind": "field",
|
|
22027
|
+
"name": "label",
|
|
21452
22028
|
"privacy": "public",
|
|
21453
|
-
"description": "Sets an option as selected and gives it focus.",
|
|
21454
22029
|
"inheritedFrom": {
|
|
21455
|
-
"name": "
|
|
21456
|
-
"module": "src/listbox/listbox.ts"
|
|
22030
|
+
"name": "ListboxOption",
|
|
22031
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22032
|
+
}
|
|
22033
|
+
},
|
|
22034
|
+
{
|
|
22035
|
+
"kind": "field",
|
|
22036
|
+
"name": "text",
|
|
22037
|
+
"type": {
|
|
22038
|
+
"text": "string"
|
|
22039
|
+
},
|
|
22040
|
+
"privacy": "public",
|
|
22041
|
+
"inheritedFrom": {
|
|
22042
|
+
"name": "ListboxOption",
|
|
22043
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22044
|
+
}
|
|
22045
|
+
},
|
|
22046
|
+
{
|
|
22047
|
+
"kind": "field",
|
|
22048
|
+
"name": "value",
|
|
22049
|
+
"privacy": "public",
|
|
22050
|
+
"type": {
|
|
22051
|
+
"text": "string"
|
|
22052
|
+
},
|
|
22053
|
+
"inheritedFrom": {
|
|
22054
|
+
"name": "ListboxOption",
|
|
22055
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22056
|
+
}
|
|
22057
|
+
},
|
|
22058
|
+
{
|
|
22059
|
+
"kind": "field",
|
|
22060
|
+
"name": "form",
|
|
22061
|
+
"type": {
|
|
22062
|
+
"text": "HTMLFormElement | null"
|
|
22063
|
+
},
|
|
22064
|
+
"privacy": "public",
|
|
22065
|
+
"inheritedFrom": {
|
|
22066
|
+
"name": "ListboxOption",
|
|
22067
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22068
|
+
}
|
|
22069
|
+
},
|
|
22070
|
+
{
|
|
22071
|
+
"kind": "field",
|
|
22072
|
+
"name": "proxy",
|
|
22073
|
+
"default": "new Option(\n `${this.textContent}`,\n this.initialValue,\n this.defaultSelected,\n this.selected\n )",
|
|
22074
|
+
"inheritedFrom": {
|
|
22075
|
+
"name": "ListboxOption",
|
|
22076
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
21457
22077
|
}
|
|
21458
22078
|
},
|
|
21459
22079
|
{
|
|
@@ -21571,7 +22191,7 @@
|
|
|
21571
22191
|
},
|
|
21572
22192
|
{
|
|
21573
22193
|
"kind": "variable",
|
|
21574
|
-
"name": "
|
|
22194
|
+
"name": "foundationListboxOptionShadowOptions",
|
|
21575
22195
|
"type": {
|
|
21576
22196
|
"text": "ShadowRootInit"
|
|
21577
22197
|
},
|
|
@@ -21579,7 +22199,7 @@
|
|
|
21579
22199
|
},
|
|
21580
22200
|
{
|
|
21581
22201
|
"kind": "variable",
|
|
21582
|
-
"name": "
|
|
22202
|
+
"name": "defaultListboxOptionConfig",
|
|
21583
22203
|
"type": {
|
|
21584
22204
|
"text": "object"
|
|
21585
22205
|
},
|
|
@@ -21587,40 +22207,40 @@
|
|
|
21587
22207
|
},
|
|
21588
22208
|
{
|
|
21589
22209
|
"kind": "variable",
|
|
21590
|
-
"name": "
|
|
22210
|
+
"name": "foundationListboxOption"
|
|
21591
22211
|
}
|
|
21592
22212
|
],
|
|
21593
22213
|
"exports": [
|
|
21594
22214
|
{
|
|
21595
22215
|
"kind": "js",
|
|
21596
|
-
"name": "
|
|
22216
|
+
"name": "ListboxOption",
|
|
21597
22217
|
"declaration": {
|
|
21598
|
-
"name": "
|
|
21599
|
-
"module": "src/listbox/listbox.ts"
|
|
22218
|
+
"name": "ListboxOption",
|
|
22219
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
21600
22220
|
}
|
|
21601
22221
|
},
|
|
21602
22222
|
{
|
|
21603
22223
|
"kind": "js",
|
|
21604
|
-
"name": "
|
|
22224
|
+
"name": "foundationListboxOptionShadowOptions",
|
|
21605
22225
|
"declaration": {
|
|
21606
|
-
"name": "
|
|
21607
|
-
"module": "src/listbox/listbox.ts"
|
|
22226
|
+
"name": "foundationListboxOptionShadowOptions",
|
|
22227
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
21608
22228
|
}
|
|
21609
22229
|
},
|
|
21610
22230
|
{
|
|
21611
22231
|
"kind": "js",
|
|
21612
|
-
"name": "
|
|
22232
|
+
"name": "defaultListboxOptionConfig",
|
|
21613
22233
|
"declaration": {
|
|
21614
|
-
"name": "
|
|
21615
|
-
"module": "src/listbox/listbox.ts"
|
|
22234
|
+
"name": "defaultListboxOptionConfig",
|
|
22235
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
21616
22236
|
}
|
|
21617
22237
|
},
|
|
21618
22238
|
{
|
|
21619
22239
|
"kind": "js",
|
|
21620
|
-
"name": "
|
|
22240
|
+
"name": "foundationListboxOption",
|
|
21621
22241
|
"declaration": {
|
|
21622
|
-
"name": "
|
|
21623
|
-
"module": "src/listbox/listbox.ts"
|
|
22242
|
+
"name": "foundationListboxOption",
|
|
22243
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
21624
22244
|
}
|
|
21625
22245
|
}
|
|
21626
22246
|
]
|
|
@@ -22705,832 +23325,181 @@
|
|
|
22705
23325
|
"declarations": [
|
|
22706
23326
|
{
|
|
22707
23327
|
"kind": "variable",
|
|
22708
|
-
"name": "foundationModalShadowOptions",
|
|
22709
|
-
"type": {
|
|
22710
|
-
"text": "ShadowRootInit"
|
|
22711
|
-
},
|
|
22712
|
-
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
22713
|
-
},
|
|
22714
|
-
{
|
|
22715
|
-
"kind": "variable",
|
|
22716
|
-
"name": "defaultModalConfig",
|
|
22717
|
-
"type": {
|
|
22718
|
-
"text": "object"
|
|
22719
|
-
},
|
|
22720
|
-
"default": "{}"
|
|
22721
|
-
},
|
|
22722
|
-
{
|
|
22723
|
-
"kind": "class",
|
|
22724
|
-
"description": "",
|
|
22725
|
-
"name": "Modal",
|
|
22726
|
-
"members": [
|
|
22727
|
-
{
|
|
22728
|
-
"kind": "method",
|
|
22729
|
-
"name": "show",
|
|
22730
|
-
"return": {
|
|
22731
|
-
"type": {
|
|
22732
|
-
"text": "void"
|
|
22733
|
-
}
|
|
22734
|
-
},
|
|
22735
|
-
"description": "Show the HTMLDialogElement and its contents",
|
|
22736
|
-
"inheritedFrom": {
|
|
22737
|
-
"name": "<local>_DialogElement",
|
|
22738
|
-
"module": "src/dialog/dialog.ts"
|
|
22739
|
-
}
|
|
22740
|
-
},
|
|
22741
|
-
{
|
|
22742
|
-
"kind": "field",
|
|
22743
|
-
"name": "mainElement",
|
|
22744
|
-
"type": {
|
|
22745
|
-
"text": "HTMLDialogElement"
|
|
22746
|
-
},
|
|
22747
|
-
"description": "A reference to the dialog element\nin the component Shadow DOM.",
|
|
22748
|
-
"inheritedFrom": {
|
|
22749
|
-
"name": "<local>_DialogElement",
|
|
22750
|
-
"module": "src/dialog/dialog.ts"
|
|
22751
|
-
}
|
|
22752
|
-
},
|
|
22753
|
-
{
|
|
22754
|
-
"kind": "field",
|
|
22755
|
-
"name": "notification",
|
|
22756
|
-
"type": {
|
|
22757
|
-
"text": "NotificationStructure"
|
|
22758
|
-
},
|
|
22759
|
-
"inheritedFrom": {
|
|
22760
|
-
"name": "<local>_DialogElement",
|
|
22761
|
-
"module": "src/dialog/dialog.ts"
|
|
22762
|
-
}
|
|
22763
|
-
},
|
|
22764
|
-
{
|
|
22765
|
-
"kind": "method",
|
|
22766
|
-
"name": "notificationChanged",
|
|
22767
|
-
"inheritedFrom": {
|
|
22768
|
-
"name": "<local>_DialogElement",
|
|
22769
|
-
"module": "src/dialog/dialog.ts"
|
|
22770
|
-
}
|
|
22771
|
-
},
|
|
22772
|
-
{
|
|
22773
|
-
"kind": "field",
|
|
22774
|
-
"name": "type",
|
|
22775
|
-
"type": {
|
|
22776
|
-
"text": "DialogType"
|
|
22777
|
-
},
|
|
22778
|
-
"default": "'default'",
|
|
22779
|
-
"inheritedFrom": {
|
|
22780
|
-
"name": "<local>_DialogElement",
|
|
22781
|
-
"module": "src/dialog/dialog.ts"
|
|
22782
|
-
}
|
|
22783
|
-
},
|
|
22784
|
-
{
|
|
22785
|
-
"kind": "field",
|
|
22786
|
-
"name": "position",
|
|
22787
|
-
"type": {
|
|
22788
|
-
"text": "DialogPosition"
|
|
22789
|
-
},
|
|
22790
|
-
"default": "'center'",
|
|
22791
|
-
"inheritedFrom": {
|
|
22792
|
-
"name": "<local>_DialogElement",
|
|
22793
|
-
"module": "src/dialog/dialog.ts"
|
|
22794
|
-
}
|
|
22795
|
-
},
|
|
22796
|
-
{
|
|
22797
|
-
"kind": "field",
|
|
22798
|
-
"name": "showCloseIcon",
|
|
22799
|
-
"type": {
|
|
22800
|
-
"text": "boolean"
|
|
22801
|
-
},
|
|
22802
|
-
"default": "true",
|
|
22803
|
-
"description": "Whether or not to show the close icon",
|
|
22804
|
-
"inheritedFrom": {
|
|
22805
|
-
"name": "<local>_DialogElement",
|
|
22806
|
-
"module": "src/dialog/dialog.ts"
|
|
22807
|
-
}
|
|
22808
|
-
},
|
|
22809
|
-
{
|
|
22810
|
-
"kind": "field",
|
|
22811
|
-
"name": "onShowCallback",
|
|
22812
|
-
"type": {
|
|
22813
|
-
"text": "() => void"
|
|
22814
|
-
},
|
|
22815
|
-
"description": "Callback to run *before* HTMLDialogElement is shown",
|
|
22816
|
-
"inheritedFrom": {
|
|
22817
|
-
"name": "<local>_DialogElement",
|
|
22818
|
-
"module": "src/dialog/dialog.ts"
|
|
22819
|
-
}
|
|
22820
|
-
},
|
|
22821
|
-
{
|
|
22822
|
-
"kind": "field",
|
|
22823
|
-
"name": "onCloseCallback",
|
|
22824
|
-
"type": {
|
|
22825
|
-
"text": "() => void"
|
|
22826
|
-
},
|
|
22827
|
-
"description": "Callback to run *after* HTMLDialogElement is closed",
|
|
22828
|
-
"inheritedFrom": {
|
|
22829
|
-
"name": "<local>_DialogElement",
|
|
22830
|
-
"module": "src/dialog/dialog.ts"
|
|
22831
|
-
}
|
|
22832
|
-
},
|
|
22833
|
-
{
|
|
22834
|
-
"kind": "field",
|
|
22835
|
-
"name": "open",
|
|
22836
|
-
"type": {
|
|
22837
|
-
"text": "boolean"
|
|
22838
|
-
},
|
|
22839
|
-
"description": "Determine if the dialog is showing or closed.",
|
|
22840
|
-
"readonly": true,
|
|
22841
|
-
"inheritedFrom": {
|
|
22842
|
-
"name": "<local>_DialogElement",
|
|
22843
|
-
"module": "src/dialog/dialog.ts"
|
|
22844
|
-
}
|
|
22845
|
-
},
|
|
22846
|
-
{
|
|
22847
|
-
"kind": "method",
|
|
22848
|
-
"name": "close",
|
|
22849
|
-
"return": {
|
|
22850
|
-
"type": {
|
|
22851
|
-
"text": "void"
|
|
22852
|
-
}
|
|
22853
|
-
},
|
|
22854
|
-
"description": "Remove the HTMLDialogElement from display",
|
|
22855
|
-
"inheritedFrom": {
|
|
22856
|
-
"name": "<local>_DialogElement",
|
|
22857
|
-
"module": "src/dialog/dialog.ts"
|
|
22858
|
-
}
|
|
22859
|
-
},
|
|
22860
|
-
{
|
|
22861
|
-
"kind": "method",
|
|
22862
|
-
"name": "dismiss",
|
|
22863
|
-
"privacy": "public",
|
|
22864
|
-
"description": "Dismiss the Dialog from display and calls the dismissing action.",
|
|
22865
|
-
"inheritedFrom": {
|
|
22866
|
-
"name": "<local>_DialogElement",
|
|
22867
|
-
"module": "src/dialog/dialog.ts"
|
|
22868
|
-
}
|
|
22869
|
-
},
|
|
22870
|
-
{
|
|
22871
|
-
"kind": "method",
|
|
22872
|
-
"name": "closeDialog",
|
|
22873
|
-
"privacy": "public",
|
|
22874
|
-
"return": {
|
|
22875
|
-
"type": {
|
|
22876
|
-
"text": "void"
|
|
22877
|
-
}
|
|
22878
|
-
},
|
|
22879
|
-
"description": "Dismiss the Dialog from display.",
|
|
22880
|
-
"inheritedFrom": {
|
|
22881
|
-
"name": "<local>_DialogElement",
|
|
22882
|
-
"module": "src/dialog/dialog.ts"
|
|
22883
|
-
}
|
|
22884
|
-
},
|
|
22885
|
-
{
|
|
22886
|
-
"kind": "field",
|
|
22887
|
-
"name": "_presentation",
|
|
22888
|
-
"type": {
|
|
22889
|
-
"text": "ComponentPresentation | null | undefined"
|
|
22890
|
-
},
|
|
22891
|
-
"privacy": "private",
|
|
22892
|
-
"default": "void 0",
|
|
22893
|
-
"inheritedFrom": {
|
|
22894
|
-
"name": "FoundationElement",
|
|
22895
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
22896
|
-
}
|
|
22897
|
-
},
|
|
22898
|
-
{
|
|
22899
|
-
"kind": "field",
|
|
22900
|
-
"name": "$presentation",
|
|
22901
|
-
"type": {
|
|
22902
|
-
"text": "ComponentPresentation | null"
|
|
22903
|
-
},
|
|
22904
|
-
"privacy": "public",
|
|
22905
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
22906
|
-
"inheritedFrom": {
|
|
22907
|
-
"name": "FoundationElement",
|
|
22908
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
22909
|
-
}
|
|
22910
|
-
},
|
|
22911
|
-
{
|
|
22912
|
-
"kind": "field",
|
|
22913
|
-
"name": "template",
|
|
22914
|
-
"type": {
|
|
22915
|
-
"text": "ElementViewTemplate | void | null"
|
|
22916
|
-
},
|
|
22917
|
-
"privacy": "public",
|
|
22918
|
-
"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.",
|
|
22919
|
-
"inheritedFrom": {
|
|
22920
|
-
"name": "FoundationElement",
|
|
22921
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
22922
|
-
}
|
|
22923
|
-
},
|
|
22924
|
-
{
|
|
22925
|
-
"kind": "method",
|
|
22926
|
-
"name": "templateChanged",
|
|
22927
|
-
"privacy": "protected",
|
|
22928
|
-
"return": {
|
|
22929
|
-
"type": {
|
|
22930
|
-
"text": "void"
|
|
22931
|
-
}
|
|
22932
|
-
},
|
|
22933
|
-
"inheritedFrom": {
|
|
22934
|
-
"name": "FoundationElement",
|
|
22935
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
22936
|
-
}
|
|
22937
|
-
},
|
|
22938
|
-
{
|
|
22939
|
-
"kind": "field",
|
|
22940
|
-
"name": "styles",
|
|
22941
|
-
"type": {
|
|
22942
|
-
"text": "ElementStyles | void | null"
|
|
22943
|
-
},
|
|
22944
|
-
"privacy": "public",
|
|
22945
|
-
"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.",
|
|
22946
|
-
"inheritedFrom": {
|
|
22947
|
-
"name": "FoundationElement",
|
|
22948
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
22949
|
-
}
|
|
22950
|
-
},
|
|
22951
|
-
{
|
|
22952
|
-
"kind": "method",
|
|
22953
|
-
"name": "stylesChanged",
|
|
22954
|
-
"privacy": "protected",
|
|
22955
|
-
"return": {
|
|
22956
|
-
"type": {
|
|
22957
|
-
"text": "void"
|
|
22958
|
-
}
|
|
22959
|
-
},
|
|
22960
|
-
"inheritedFrom": {
|
|
22961
|
-
"name": "FoundationElement",
|
|
22962
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
22963
|
-
}
|
|
22964
|
-
},
|
|
22965
|
-
{
|
|
22966
|
-
"kind": "method",
|
|
22967
|
-
"name": "compose",
|
|
22968
|
-
"privacy": "public",
|
|
22969
|
-
"static": true,
|
|
22970
|
-
"return": {
|
|
22971
|
-
"type": {
|
|
22972
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
22973
|
-
}
|
|
22974
|
-
},
|
|
22975
|
-
"parameters": [
|
|
22976
|
-
{
|
|
22977
|
-
"name": "this",
|
|
22978
|
-
"type": {
|
|
22979
|
-
"text": "K"
|
|
22980
|
-
}
|
|
22981
|
-
},
|
|
22982
|
-
{
|
|
22983
|
-
"name": "elementDefinition",
|
|
22984
|
-
"type": {
|
|
22985
|
-
"text": "T"
|
|
22986
|
-
},
|
|
22987
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
22988
|
-
}
|
|
22989
|
-
],
|
|
22990
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
22991
|
-
"inheritedFrom": {
|
|
22992
|
-
"name": "FoundationElement",
|
|
22993
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
22994
|
-
}
|
|
22995
|
-
}
|
|
22996
|
-
],
|
|
22997
|
-
"superclass": {
|
|
22998
|
-
"name": "DialogElement",
|
|
22999
|
-
"module": "/src/dialog"
|
|
23000
|
-
},
|
|
23001
|
-
"tagName": "%%prefix%%-modal",
|
|
23002
|
-
"customElement": true,
|
|
23003
|
-
"attributes": [
|
|
23004
|
-
{
|
|
23005
|
-
"name": "type",
|
|
23006
|
-
"type": {
|
|
23007
|
-
"text": "DialogType"
|
|
23008
|
-
},
|
|
23009
|
-
"default": "'default'",
|
|
23010
|
-
"fieldName": "type",
|
|
23011
|
-
"inheritedFrom": {
|
|
23012
|
-
"name": "<local>_DialogElement",
|
|
23013
|
-
"module": "src/dialog/dialog.ts"
|
|
23014
|
-
}
|
|
23015
|
-
},
|
|
23016
|
-
{
|
|
23017
|
-
"name": "position",
|
|
23018
|
-
"type": {
|
|
23019
|
-
"text": "DialogPosition"
|
|
23020
|
-
},
|
|
23021
|
-
"default": "'center'",
|
|
23022
|
-
"fieldName": "position",
|
|
23023
|
-
"inheritedFrom": {
|
|
23024
|
-
"name": "<local>_DialogElement",
|
|
23025
|
-
"module": "src/dialog/dialog.ts"
|
|
23026
|
-
}
|
|
23027
|
-
},
|
|
23028
|
-
{
|
|
23029
|
-
"name": "show-close-icon",
|
|
23030
|
-
"type": {
|
|
23031
|
-
"text": "boolean"
|
|
23032
|
-
},
|
|
23033
|
-
"default": "true",
|
|
23034
|
-
"description": "Whether or not to show the close icon",
|
|
23035
|
-
"fieldName": "showCloseIcon",
|
|
23036
|
-
"inheritedFrom": {
|
|
23037
|
-
"name": "<local>_DialogElement",
|
|
23038
|
-
"module": "src/dialog/dialog.ts"
|
|
23039
|
-
}
|
|
23040
|
-
}
|
|
23041
|
-
]
|
|
23042
|
-
},
|
|
23043
|
-
{
|
|
23044
|
-
"kind": "variable",
|
|
23045
|
-
"name": "foundationModal",
|
|
23046
|
-
"description": "The Foundation Modal",
|
|
23047
|
-
"privacy": "public"
|
|
23048
|
-
}
|
|
23049
|
-
],
|
|
23050
|
-
"exports": [
|
|
23051
|
-
{
|
|
23052
|
-
"kind": "js",
|
|
23053
|
-
"name": "foundationModalShadowOptions",
|
|
23054
|
-
"declaration": {
|
|
23055
|
-
"name": "foundationModalShadowOptions",
|
|
23056
|
-
"module": "src/modal/modal.ts"
|
|
23057
|
-
}
|
|
23058
|
-
},
|
|
23059
|
-
{
|
|
23060
|
-
"kind": "js",
|
|
23061
|
-
"name": "defaultModalConfig",
|
|
23062
|
-
"declaration": {
|
|
23063
|
-
"name": "defaultModalConfig",
|
|
23064
|
-
"module": "src/modal/modal.ts"
|
|
23065
|
-
}
|
|
23066
|
-
},
|
|
23067
|
-
{
|
|
23068
|
-
"kind": "js",
|
|
23069
|
-
"name": "Modal",
|
|
23070
|
-
"declaration": {
|
|
23071
|
-
"name": "Modal",
|
|
23072
|
-
"module": "src/modal/modal.ts"
|
|
23073
|
-
}
|
|
23074
|
-
},
|
|
23075
|
-
{
|
|
23076
|
-
"kind": "js",
|
|
23077
|
-
"name": "foundationModal",
|
|
23078
|
-
"declaration": {
|
|
23079
|
-
"name": "foundationModal",
|
|
23080
|
-
"module": "src/modal/modal.ts"
|
|
23081
|
-
}
|
|
23082
|
-
}
|
|
23083
|
-
]
|
|
23084
|
-
},
|
|
23085
|
-
{
|
|
23086
|
-
"kind": "javascript-module",
|
|
23087
|
-
"path": "src/listbox-option/index.ts",
|
|
23088
|
-
"declarations": [],
|
|
23089
|
-
"exports": [
|
|
23090
|
-
{
|
|
23091
|
-
"kind": "js",
|
|
23092
|
-
"name": "*",
|
|
23093
|
-
"declaration": {
|
|
23094
|
-
"name": "*",
|
|
23095
|
-
"package": "./listbox-option.template"
|
|
23096
|
-
}
|
|
23097
|
-
},
|
|
23098
|
-
{
|
|
23099
|
-
"kind": "js",
|
|
23100
|
-
"name": "*",
|
|
23101
|
-
"declaration": {
|
|
23102
|
-
"name": "*",
|
|
23103
|
-
"package": "./listbox-option.styles"
|
|
23104
|
-
}
|
|
23105
|
-
},
|
|
23106
|
-
{
|
|
23107
|
-
"kind": "js",
|
|
23108
|
-
"name": "*",
|
|
23109
|
-
"declaration": {
|
|
23110
|
-
"name": "*",
|
|
23111
|
-
"package": "./listbox-option"
|
|
23112
|
-
}
|
|
23113
|
-
}
|
|
23114
|
-
]
|
|
23115
|
-
},
|
|
23116
|
-
{
|
|
23117
|
-
"kind": "javascript-module",
|
|
23118
|
-
"path": "src/listbox-option/listbox-option.styles.ts",
|
|
23119
|
-
"declarations": [
|
|
23120
|
-
{
|
|
23121
|
-
"kind": "function",
|
|
23122
|
-
"name": "foundationListboxOptionStyles",
|
|
23123
|
-
"return": {
|
|
23124
|
-
"type": {
|
|
23125
|
-
"text": "ElementStyles"
|
|
23126
|
-
}
|
|
23127
|
-
},
|
|
23128
|
-
"parameters": [
|
|
23129
|
-
{
|
|
23130
|
-
"name": "context",
|
|
23131
|
-
"type": {
|
|
23132
|
-
"text": "ElementDefinitionContext"
|
|
23133
|
-
}
|
|
23134
|
-
},
|
|
23135
|
-
{
|
|
23136
|
-
"name": "definition",
|
|
23137
|
-
"type": {
|
|
23138
|
-
"text": "FoundationElementDefinition"
|
|
23139
|
-
}
|
|
23140
|
-
}
|
|
23141
|
-
]
|
|
23142
|
-
}
|
|
23143
|
-
],
|
|
23144
|
-
"exports": [
|
|
23145
|
-
{
|
|
23146
|
-
"kind": "js",
|
|
23147
|
-
"name": "foundationListboxOptionStyles",
|
|
23148
|
-
"declaration": {
|
|
23149
|
-
"name": "foundationListboxOptionStyles",
|
|
23150
|
-
"module": "src/listbox-option/listbox-option.styles.ts"
|
|
23151
|
-
}
|
|
23152
|
-
}
|
|
23153
|
-
]
|
|
23154
|
-
},
|
|
23155
|
-
{
|
|
23156
|
-
"kind": "javascript-module",
|
|
23157
|
-
"path": "src/listbox-option/listbox-option.template.ts",
|
|
23158
|
-
"declarations": [
|
|
23159
|
-
{
|
|
23160
|
-
"kind": "function",
|
|
23161
|
-
"name": "foundationListboxOptionTemplate",
|
|
23162
|
-
"return": {
|
|
23163
|
-
"type": {
|
|
23164
|
-
"text": "ViewTemplate<ListboxOption>"
|
|
23165
|
-
}
|
|
23166
|
-
},
|
|
23167
|
-
"parameters": [
|
|
23168
|
-
{
|
|
23169
|
-
"name": "context",
|
|
23170
|
-
"type": {
|
|
23171
|
-
"text": "ElementDefinitionContext"
|
|
23172
|
-
}
|
|
23173
|
-
},
|
|
23174
|
-
{
|
|
23175
|
-
"name": "definition",
|
|
23176
|
-
"type": {
|
|
23177
|
-
"text": "FoundationElementDefinition"
|
|
23178
|
-
}
|
|
23179
|
-
}
|
|
23180
|
-
]
|
|
23181
|
-
}
|
|
23182
|
-
],
|
|
23183
|
-
"exports": [
|
|
23184
|
-
{
|
|
23185
|
-
"kind": "js",
|
|
23186
|
-
"name": "foundationListboxOptionTemplate",
|
|
23187
|
-
"declaration": {
|
|
23188
|
-
"name": "foundationListboxOptionTemplate",
|
|
23189
|
-
"module": "src/listbox-option/listbox-option.template.ts"
|
|
23190
|
-
}
|
|
23191
|
-
}
|
|
23192
|
-
]
|
|
23193
|
-
},
|
|
23194
|
-
{
|
|
23195
|
-
"kind": "javascript-module",
|
|
23196
|
-
"path": "src/listbox-option/listbox-option.ts",
|
|
23197
|
-
"declarations": [
|
|
23328
|
+
"name": "foundationModalShadowOptions",
|
|
23329
|
+
"type": {
|
|
23330
|
+
"text": "ShadowRootInit"
|
|
23331
|
+
},
|
|
23332
|
+
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
23333
|
+
},
|
|
23334
|
+
{
|
|
23335
|
+
"kind": "variable",
|
|
23336
|
+
"name": "defaultModalConfig",
|
|
23337
|
+
"type": {
|
|
23338
|
+
"text": "object"
|
|
23339
|
+
},
|
|
23340
|
+
"default": "{}"
|
|
23341
|
+
},
|
|
23198
23342
|
{
|
|
23199
23343
|
"kind": "class",
|
|
23200
23344
|
"description": "",
|
|
23201
|
-
"name": "
|
|
23202
|
-
"superclass": {
|
|
23203
|
-
"name": "FASTListboxOption",
|
|
23204
|
-
"package": "@microsoft/fast-components"
|
|
23205
|
-
},
|
|
23206
|
-
"tagName": "%%prefix%%-option",
|
|
23207
|
-
"customElement": true,
|
|
23208
|
-
"attributes": [
|
|
23209
|
-
{
|
|
23210
|
-
"type": {
|
|
23211
|
-
"text": "boolean"
|
|
23212
|
-
},
|
|
23213
|
-
"description": "The disabled state of the option.",
|
|
23214
|
-
"fieldName": "disabled",
|
|
23215
|
-
"inheritedFrom": {
|
|
23216
|
-
"name": "ListboxOption",
|
|
23217
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
23218
|
-
}
|
|
23219
|
-
},
|
|
23220
|
-
{
|
|
23221
|
-
"name": "selected",
|
|
23222
|
-
"type": {
|
|
23223
|
-
"text": "boolean"
|
|
23224
|
-
},
|
|
23225
|
-
"description": "The selected attribute value. This sets the initial selected value.",
|
|
23226
|
-
"fieldName": "selectedAttribute",
|
|
23227
|
-
"inheritedFrom": {
|
|
23228
|
-
"name": "ListboxOption",
|
|
23229
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
23230
|
-
}
|
|
23231
|
-
},
|
|
23232
|
-
{
|
|
23233
|
-
"name": "value",
|
|
23234
|
-
"type": {
|
|
23235
|
-
"text": "string"
|
|
23236
|
-
},
|
|
23237
|
-
"description": "The initial value of the option. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
23238
|
-
"fieldName": "initialValue",
|
|
23239
|
-
"inheritedFrom": {
|
|
23240
|
-
"name": "ListboxOption",
|
|
23241
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
23242
|
-
}
|
|
23243
|
-
}
|
|
23244
|
-
],
|
|
23345
|
+
"name": "Modal",
|
|
23245
23346
|
"members": [
|
|
23246
|
-
{
|
|
23247
|
-
"kind": "field",
|
|
23248
|
-
"name": "checked",
|
|
23249
|
-
"type": {
|
|
23250
|
-
"text": "boolean | undefined"
|
|
23251
|
-
},
|
|
23252
|
-
"privacy": "public",
|
|
23253
|
-
"description": "The checked state is used when the parent listbox is in multiple selection mode.\nTo avoid accessibility conflicts, the checked state should not be present in\nsingle selection mode.",
|
|
23254
|
-
"inheritedFrom": {
|
|
23255
|
-
"name": "ListboxOption",
|
|
23256
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
23257
|
-
}
|
|
23258
|
-
},
|
|
23259
23347
|
{
|
|
23260
23348
|
"kind": "method",
|
|
23261
|
-
"name": "
|
|
23262
|
-
"privacy": "public",
|
|
23349
|
+
"name": "show",
|
|
23263
23350
|
"return": {
|
|
23264
23351
|
"type": {
|
|
23265
23352
|
"text": "void"
|
|
23266
23353
|
}
|
|
23267
23354
|
},
|
|
23268
|
-
"
|
|
23269
|
-
{
|
|
23270
|
-
"name": "prev",
|
|
23271
|
-
"type": {
|
|
23272
|
-
"text": "boolean | unknown"
|
|
23273
|
-
},
|
|
23274
|
-
"description": "the previous checked value"
|
|
23275
|
-
},
|
|
23276
|
-
{
|
|
23277
|
-
"name": "next",
|
|
23278
|
-
"optional": true,
|
|
23279
|
-
"type": {
|
|
23280
|
-
"text": "boolean"
|
|
23281
|
-
},
|
|
23282
|
-
"description": "the current checked value"
|
|
23283
|
-
}
|
|
23284
|
-
],
|
|
23285
|
-
"description": "Updates the ariaChecked property when the checked property changes.",
|
|
23355
|
+
"description": "Show the HTMLDialogElement and its contents",
|
|
23286
23356
|
"inheritedFrom": {
|
|
23287
|
-
"name": "
|
|
23288
|
-
"module": "src/
|
|
23357
|
+
"name": "<local>_DialogElement",
|
|
23358
|
+
"module": "src/dialog/dialog.ts"
|
|
23289
23359
|
}
|
|
23290
23360
|
},
|
|
23291
23361
|
{
|
|
23292
23362
|
"kind": "field",
|
|
23293
|
-
"name": "
|
|
23363
|
+
"name": "mainElement",
|
|
23294
23364
|
"type": {
|
|
23295
|
-
"text": "
|
|
23365
|
+
"text": "HTMLDialogElement"
|
|
23296
23366
|
},
|
|
23297
|
-
"
|
|
23298
|
-
"description": "The default slotted content.",
|
|
23367
|
+
"description": "A reference to the dialog element\nin the component Shadow DOM.",
|
|
23299
23368
|
"inheritedFrom": {
|
|
23300
|
-
"name": "
|
|
23301
|
-
"module": "src/
|
|
23369
|
+
"name": "<local>_DialogElement",
|
|
23370
|
+
"module": "src/dialog/dialog.ts"
|
|
23302
23371
|
}
|
|
23303
23372
|
},
|
|
23304
23373
|
{
|
|
23305
23374
|
"kind": "field",
|
|
23306
|
-
"name": "
|
|
23375
|
+
"name": "notification",
|
|
23307
23376
|
"type": {
|
|
23308
|
-
"text": "
|
|
23377
|
+
"text": "NotificationStructure"
|
|
23309
23378
|
},
|
|
23310
|
-
"privacy": "public",
|
|
23311
|
-
"default": "false",
|
|
23312
|
-
"description": "The defaultSelected state of the option.",
|
|
23313
23379
|
"inheritedFrom": {
|
|
23314
|
-
"name": "
|
|
23315
|
-
"module": "src/
|
|
23380
|
+
"name": "<local>_DialogElement",
|
|
23381
|
+
"module": "src/dialog/dialog.ts"
|
|
23316
23382
|
}
|
|
23317
23383
|
},
|
|
23318
23384
|
{
|
|
23319
23385
|
"kind": "method",
|
|
23320
|
-
"name": "
|
|
23321
|
-
"privacy": "protected",
|
|
23322
|
-
"return": {
|
|
23323
|
-
"type": {
|
|
23324
|
-
"text": "void"
|
|
23325
|
-
}
|
|
23326
|
-
},
|
|
23386
|
+
"name": "notificationChanged",
|
|
23327
23387
|
"inheritedFrom": {
|
|
23328
|
-
"name": "
|
|
23329
|
-
"module": "src/
|
|
23388
|
+
"name": "<local>_DialogElement",
|
|
23389
|
+
"module": "src/dialog/dialog.ts"
|
|
23330
23390
|
}
|
|
23331
23391
|
},
|
|
23332
23392
|
{
|
|
23333
23393
|
"kind": "field",
|
|
23334
|
-
"name": "
|
|
23394
|
+
"name": "type",
|
|
23335
23395
|
"type": {
|
|
23336
|
-
"text": "
|
|
23337
|
-
},
|
|
23338
|
-
"privacy": "public",
|
|
23339
|
-
"description": "The disabled state of the option.",
|
|
23340
|
-
"inheritedFrom": {
|
|
23341
|
-
"name": "ListboxOption",
|
|
23342
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
23343
|
-
}
|
|
23344
|
-
},
|
|
23345
|
-
{
|
|
23346
|
-
"kind": "method",
|
|
23347
|
-
"name": "disabledChanged",
|
|
23348
|
-
"privacy": "protected",
|
|
23349
|
-
"return": {
|
|
23350
|
-
"type": {
|
|
23351
|
-
"text": "void"
|
|
23352
|
-
}
|
|
23396
|
+
"text": "DialogType"
|
|
23353
23397
|
},
|
|
23354
|
-
"
|
|
23355
|
-
{
|
|
23356
|
-
"name": "prev",
|
|
23357
|
-
"type": {
|
|
23358
|
-
"text": "boolean"
|
|
23359
|
-
}
|
|
23360
|
-
},
|
|
23361
|
-
{
|
|
23362
|
-
"name": "next",
|
|
23363
|
-
"type": {
|
|
23364
|
-
"text": "boolean"
|
|
23365
|
-
}
|
|
23366
|
-
}
|
|
23367
|
-
],
|
|
23398
|
+
"default": "'default'",
|
|
23368
23399
|
"inheritedFrom": {
|
|
23369
|
-
"name": "
|
|
23370
|
-
"module": "src/
|
|
23400
|
+
"name": "<local>_DialogElement",
|
|
23401
|
+
"module": "src/dialog/dialog.ts"
|
|
23371
23402
|
}
|
|
23372
23403
|
},
|
|
23373
23404
|
{
|
|
23374
23405
|
"kind": "field",
|
|
23375
|
-
"name": "
|
|
23406
|
+
"name": "position",
|
|
23376
23407
|
"type": {
|
|
23377
|
-
"text": "
|
|
23378
|
-
},
|
|
23379
|
-
"privacy": "public",
|
|
23380
|
-
"description": "The selected attribute value. This sets the initial selected value.",
|
|
23381
|
-
"inheritedFrom": {
|
|
23382
|
-
"name": "ListboxOption",
|
|
23383
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
23384
|
-
}
|
|
23385
|
-
},
|
|
23386
|
-
{
|
|
23387
|
-
"kind": "method",
|
|
23388
|
-
"name": "selectedAttributeChanged",
|
|
23389
|
-
"privacy": "protected",
|
|
23390
|
-
"return": {
|
|
23391
|
-
"type": {
|
|
23392
|
-
"text": "void"
|
|
23393
|
-
}
|
|
23408
|
+
"text": "DialogPosition"
|
|
23394
23409
|
},
|
|
23410
|
+
"default": "'center'",
|
|
23395
23411
|
"inheritedFrom": {
|
|
23396
|
-
"name": "
|
|
23397
|
-
"module": "src/
|
|
23412
|
+
"name": "<local>_DialogElement",
|
|
23413
|
+
"module": "src/dialog/dialog.ts"
|
|
23398
23414
|
}
|
|
23399
23415
|
},
|
|
23400
23416
|
{
|
|
23401
23417
|
"kind": "field",
|
|
23402
|
-
"name": "
|
|
23418
|
+
"name": "showCloseIcon",
|
|
23403
23419
|
"type": {
|
|
23404
23420
|
"text": "boolean"
|
|
23405
23421
|
},
|
|
23406
|
-
"
|
|
23407
|
-
"description": "
|
|
23422
|
+
"default": "true",
|
|
23423
|
+
"description": "Whether or not to show the close icon",
|
|
23408
23424
|
"inheritedFrom": {
|
|
23409
|
-
"name": "
|
|
23410
|
-
"module": "src/
|
|
23425
|
+
"name": "<local>_DialogElement",
|
|
23426
|
+
"module": "src/dialog/dialog.ts"
|
|
23411
23427
|
}
|
|
23412
23428
|
},
|
|
23413
23429
|
{
|
|
23414
|
-
"kind": "
|
|
23415
|
-
"name": "
|
|
23416
|
-
"
|
|
23417
|
-
|
|
23418
|
-
"type": {
|
|
23419
|
-
"text": "void"
|
|
23420
|
-
}
|
|
23430
|
+
"kind": "field",
|
|
23431
|
+
"name": "onShowCallback",
|
|
23432
|
+
"type": {
|
|
23433
|
+
"text": "() => void"
|
|
23421
23434
|
},
|
|
23435
|
+
"description": "Callback to run *before* HTMLDialogElement is shown",
|
|
23422
23436
|
"inheritedFrom": {
|
|
23423
|
-
"name": "
|
|
23424
|
-
"module": "src/
|
|
23437
|
+
"name": "<local>_DialogElement",
|
|
23438
|
+
"module": "src/dialog/dialog.ts"
|
|
23425
23439
|
}
|
|
23426
23440
|
},
|
|
23427
23441
|
{
|
|
23428
23442
|
"kind": "field",
|
|
23429
|
-
"name": "
|
|
23443
|
+
"name": "onCloseCallback",
|
|
23430
23444
|
"type": {
|
|
23431
|
-
"text": "
|
|
23445
|
+
"text": "() => void"
|
|
23432
23446
|
},
|
|
23433
|
-
"
|
|
23434
|
-
"default": "false",
|
|
23435
|
-
"description": "Track whether the value has been changed from the initial value",
|
|
23447
|
+
"description": "Callback to run *after* HTMLDialogElement is closed",
|
|
23436
23448
|
"inheritedFrom": {
|
|
23437
|
-
"name": "
|
|
23438
|
-
"module": "src/
|
|
23449
|
+
"name": "<local>_DialogElement",
|
|
23450
|
+
"module": "src/dialog/dialog.ts"
|
|
23439
23451
|
}
|
|
23440
23452
|
},
|
|
23441
23453
|
{
|
|
23442
23454
|
"kind": "field",
|
|
23443
|
-
"name": "
|
|
23455
|
+
"name": "open",
|
|
23444
23456
|
"type": {
|
|
23445
|
-
"text": "
|
|
23457
|
+
"text": "boolean"
|
|
23446
23458
|
},
|
|
23447
|
-
"
|
|
23448
|
-
"
|
|
23459
|
+
"description": "Determine if the dialog is showing or closed.",
|
|
23460
|
+
"readonly": true,
|
|
23449
23461
|
"inheritedFrom": {
|
|
23450
|
-
"name": "
|
|
23451
|
-
"module": "src/
|
|
23462
|
+
"name": "<local>_DialogElement",
|
|
23463
|
+
"module": "src/dialog/dialog.ts"
|
|
23452
23464
|
}
|
|
23453
23465
|
},
|
|
23454
23466
|
{
|
|
23455
23467
|
"kind": "method",
|
|
23456
|
-
"name": "
|
|
23457
|
-
"privacy": "public",
|
|
23468
|
+
"name": "close",
|
|
23458
23469
|
"return": {
|
|
23459
23470
|
"type": {
|
|
23460
23471
|
"text": "void"
|
|
23461
23472
|
}
|
|
23462
23473
|
},
|
|
23463
|
-
"
|
|
23464
|
-
{
|
|
23465
|
-
"name": "previous",
|
|
23466
|
-
"type": {
|
|
23467
|
-
"text": "string"
|
|
23468
|
-
}
|
|
23469
|
-
},
|
|
23470
|
-
{
|
|
23471
|
-
"name": "next",
|
|
23472
|
-
"type": {
|
|
23473
|
-
"text": "string"
|
|
23474
|
-
}
|
|
23475
|
-
}
|
|
23476
|
-
],
|
|
23477
|
-
"inheritedFrom": {
|
|
23478
|
-
"name": "ListboxOption",
|
|
23479
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
23480
|
-
}
|
|
23481
|
-
},
|
|
23482
|
-
{
|
|
23483
|
-
"kind": "field",
|
|
23484
|
-
"name": "label",
|
|
23485
|
-
"privacy": "public",
|
|
23474
|
+
"description": "Remove the HTMLDialogElement from display",
|
|
23486
23475
|
"inheritedFrom": {
|
|
23487
|
-
"name": "
|
|
23488
|
-
"module": "src/
|
|
23476
|
+
"name": "<local>_DialogElement",
|
|
23477
|
+
"module": "src/dialog/dialog.ts"
|
|
23489
23478
|
}
|
|
23490
23479
|
},
|
|
23491
23480
|
{
|
|
23492
|
-
"kind": "
|
|
23493
|
-
"name": "
|
|
23494
|
-
"type": {
|
|
23495
|
-
"text": "string"
|
|
23496
|
-
},
|
|
23481
|
+
"kind": "method",
|
|
23482
|
+
"name": "dismiss",
|
|
23497
23483
|
"privacy": "public",
|
|
23484
|
+
"description": "Dismiss the Dialog from display and calls the dismissing action.",
|
|
23498
23485
|
"inheritedFrom": {
|
|
23499
|
-
"name": "
|
|
23500
|
-
"module": "src/
|
|
23486
|
+
"name": "<local>_DialogElement",
|
|
23487
|
+
"module": "src/dialog/dialog.ts"
|
|
23501
23488
|
}
|
|
23502
23489
|
},
|
|
23503
23490
|
{
|
|
23504
|
-
"kind": "
|
|
23505
|
-
"name": "
|
|
23491
|
+
"kind": "method",
|
|
23492
|
+
"name": "closeDialog",
|
|
23506
23493
|
"privacy": "public",
|
|
23507
|
-
"
|
|
23508
|
-
"
|
|
23509
|
-
|
|
23510
|
-
|
|
23511
|
-
"name": "ListboxOption",
|
|
23512
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
23513
|
-
}
|
|
23514
|
-
},
|
|
23515
|
-
{
|
|
23516
|
-
"kind": "field",
|
|
23517
|
-
"name": "form",
|
|
23518
|
-
"type": {
|
|
23519
|
-
"text": "HTMLFormElement | null"
|
|
23494
|
+
"return": {
|
|
23495
|
+
"type": {
|
|
23496
|
+
"text": "void"
|
|
23497
|
+
}
|
|
23520
23498
|
},
|
|
23521
|
-
"
|
|
23522
|
-
"inheritedFrom": {
|
|
23523
|
-
"name": "ListboxOption",
|
|
23524
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
23525
|
-
}
|
|
23526
|
-
},
|
|
23527
|
-
{
|
|
23528
|
-
"kind": "field",
|
|
23529
|
-
"name": "proxy",
|
|
23530
|
-
"default": "new Option(\n `${this.textContent}`,\n this.initialValue,\n this.defaultSelected,\n this.selected\n )",
|
|
23499
|
+
"description": "Dismiss the Dialog from display.",
|
|
23531
23500
|
"inheritedFrom": {
|
|
23532
|
-
"name": "
|
|
23533
|
-
"module": "src/
|
|
23501
|
+
"name": "<local>_DialogElement",
|
|
23502
|
+
"module": "src/dialog/dialog.ts"
|
|
23534
23503
|
}
|
|
23535
23504
|
},
|
|
23536
23505
|
{
|
|
@@ -23644,60 +23613,91 @@
|
|
|
23644
23613
|
"module": "src/foundation-element/foundation-element.ts"
|
|
23645
23614
|
}
|
|
23646
23615
|
}
|
|
23647
|
-
]
|
|
23648
|
-
|
|
23649
|
-
|
|
23650
|
-
|
|
23651
|
-
"name": "foundationListboxOptionShadowOptions",
|
|
23652
|
-
"type": {
|
|
23653
|
-
"text": "ShadowRootInit"
|
|
23654
|
-
},
|
|
23655
|
-
"default": "undefined"
|
|
23656
|
-
},
|
|
23657
|
-
{
|
|
23658
|
-
"kind": "variable",
|
|
23659
|
-
"name": "defaultListboxOptionConfig",
|
|
23660
|
-
"type": {
|
|
23661
|
-
"text": "object"
|
|
23616
|
+
],
|
|
23617
|
+
"superclass": {
|
|
23618
|
+
"name": "DialogElement",
|
|
23619
|
+
"module": "/src/dialog"
|
|
23662
23620
|
},
|
|
23663
|
-
"
|
|
23621
|
+
"tagName": "%%prefix%%-modal",
|
|
23622
|
+
"customElement": true,
|
|
23623
|
+
"attributes": [
|
|
23624
|
+
{
|
|
23625
|
+
"name": "type",
|
|
23626
|
+
"type": {
|
|
23627
|
+
"text": "DialogType"
|
|
23628
|
+
},
|
|
23629
|
+
"default": "'default'",
|
|
23630
|
+
"fieldName": "type",
|
|
23631
|
+
"inheritedFrom": {
|
|
23632
|
+
"name": "<local>_DialogElement",
|
|
23633
|
+
"module": "src/dialog/dialog.ts"
|
|
23634
|
+
}
|
|
23635
|
+
},
|
|
23636
|
+
{
|
|
23637
|
+
"name": "position",
|
|
23638
|
+
"type": {
|
|
23639
|
+
"text": "DialogPosition"
|
|
23640
|
+
},
|
|
23641
|
+
"default": "'center'",
|
|
23642
|
+
"fieldName": "position",
|
|
23643
|
+
"inheritedFrom": {
|
|
23644
|
+
"name": "<local>_DialogElement",
|
|
23645
|
+
"module": "src/dialog/dialog.ts"
|
|
23646
|
+
}
|
|
23647
|
+
},
|
|
23648
|
+
{
|
|
23649
|
+
"name": "show-close-icon",
|
|
23650
|
+
"type": {
|
|
23651
|
+
"text": "boolean"
|
|
23652
|
+
},
|
|
23653
|
+
"default": "true",
|
|
23654
|
+
"description": "Whether or not to show the close icon",
|
|
23655
|
+
"fieldName": "showCloseIcon",
|
|
23656
|
+
"inheritedFrom": {
|
|
23657
|
+
"name": "<local>_DialogElement",
|
|
23658
|
+
"module": "src/dialog/dialog.ts"
|
|
23659
|
+
}
|
|
23660
|
+
}
|
|
23661
|
+
]
|
|
23664
23662
|
},
|
|
23665
23663
|
{
|
|
23666
23664
|
"kind": "variable",
|
|
23667
|
-
"name": "
|
|
23665
|
+
"name": "foundationModal",
|
|
23666
|
+
"description": "The Foundation Modal",
|
|
23667
|
+
"privacy": "public"
|
|
23668
23668
|
}
|
|
23669
23669
|
],
|
|
23670
23670
|
"exports": [
|
|
23671
23671
|
{
|
|
23672
23672
|
"kind": "js",
|
|
23673
|
-
"name": "
|
|
23673
|
+
"name": "foundationModalShadowOptions",
|
|
23674
23674
|
"declaration": {
|
|
23675
|
-
"name": "
|
|
23676
|
-
"module": "src/
|
|
23675
|
+
"name": "foundationModalShadowOptions",
|
|
23676
|
+
"module": "src/modal/modal.ts"
|
|
23677
23677
|
}
|
|
23678
23678
|
},
|
|
23679
23679
|
{
|
|
23680
23680
|
"kind": "js",
|
|
23681
|
-
"name": "
|
|
23681
|
+
"name": "defaultModalConfig",
|
|
23682
23682
|
"declaration": {
|
|
23683
|
-
"name": "
|
|
23684
|
-
"module": "src/
|
|
23683
|
+
"name": "defaultModalConfig",
|
|
23684
|
+
"module": "src/modal/modal.ts"
|
|
23685
23685
|
}
|
|
23686
23686
|
},
|
|
23687
23687
|
{
|
|
23688
23688
|
"kind": "js",
|
|
23689
|
-
"name": "
|
|
23689
|
+
"name": "Modal",
|
|
23690
23690
|
"declaration": {
|
|
23691
|
-
"name": "
|
|
23692
|
-
"module": "src/
|
|
23691
|
+
"name": "Modal",
|
|
23692
|
+
"module": "src/modal/modal.ts"
|
|
23693
23693
|
}
|
|
23694
23694
|
},
|
|
23695
23695
|
{
|
|
23696
23696
|
"kind": "js",
|
|
23697
|
-
"name": "
|
|
23697
|
+
"name": "foundationModal",
|
|
23698
23698
|
"declaration": {
|
|
23699
|
-
"name": "
|
|
23700
|
-
"module": "src/
|
|
23699
|
+
"name": "foundationModal",
|
|
23700
|
+
"module": "src/modal/modal.ts"
|
|
23701
23701
|
}
|
|
23702
23702
|
}
|
|
23703
23703
|
]
|
|
@@ -44029,6 +44029,55 @@
|
|
|
44029
44029
|
}
|
|
44030
44030
|
]
|
|
44031
44031
|
},
|
|
44032
|
+
{
|
|
44033
|
+
"kind": "javascript-module",
|
|
44034
|
+
"path": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts",
|
|
44035
|
+
"declarations": [
|
|
44036
|
+
{
|
|
44037
|
+
"kind": "function",
|
|
44038
|
+
"name": "gridLayoutRWDStyles",
|
|
44039
|
+
"return": {
|
|
44040
|
+
"type": {
|
|
44041
|
+
"text": "ElementStyles"
|
|
44042
|
+
}
|
|
44043
|
+
},
|
|
44044
|
+
"parameters": [
|
|
44045
|
+
{
|
|
44046
|
+
"name": "breakPoint",
|
|
44047
|
+
"optional": true,
|
|
44048
|
+
"type": {
|
|
44049
|
+
"text": "GridBreakPointType"
|
|
44050
|
+
}
|
|
44051
|
+
}
|
|
44052
|
+
]
|
|
44053
|
+
}
|
|
44054
|
+
],
|
|
44055
|
+
"exports": [
|
|
44056
|
+
{
|
|
44057
|
+
"kind": "js",
|
|
44058
|
+
"name": "gridLayoutRWDStyles",
|
|
44059
|
+
"declaration": {
|
|
44060
|
+
"name": "gridLayoutRWDStyles",
|
|
44061
|
+
"module": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts"
|
|
44062
|
+
}
|
|
44063
|
+
}
|
|
44064
|
+
]
|
|
44065
|
+
},
|
|
44066
|
+
{
|
|
44067
|
+
"kind": "javascript-module",
|
|
44068
|
+
"path": "src/grid-layout/responsiveness/index.ts",
|
|
44069
|
+
"declarations": [],
|
|
44070
|
+
"exports": [
|
|
44071
|
+
{
|
|
44072
|
+
"kind": "js",
|
|
44073
|
+
"name": "*",
|
|
44074
|
+
"declaration": {
|
|
44075
|
+
"name": "*",
|
|
44076
|
+
"package": "./grid-layout-rwd.styles"
|
|
44077
|
+
}
|
|
44078
|
+
}
|
|
44079
|
+
]
|
|
44080
|
+
},
|
|
44032
44081
|
{
|
|
44033
44082
|
"kind": "javascript-module",
|
|
44034
44083
|
"path": "src/overlays/system-health/index.ts",
|
|
@@ -44562,55 +44611,6 @@
|
|
|
44562
44611
|
}
|
|
44563
44612
|
]
|
|
44564
44613
|
},
|
|
44565
|
-
{
|
|
44566
|
-
"kind": "javascript-module",
|
|
44567
|
-
"path": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts",
|
|
44568
|
-
"declarations": [
|
|
44569
|
-
{
|
|
44570
|
-
"kind": "function",
|
|
44571
|
-
"name": "gridLayoutRWDStyles",
|
|
44572
|
-
"return": {
|
|
44573
|
-
"type": {
|
|
44574
|
-
"text": "ElementStyles"
|
|
44575
|
-
}
|
|
44576
|
-
},
|
|
44577
|
-
"parameters": [
|
|
44578
|
-
{
|
|
44579
|
-
"name": "breakPoint",
|
|
44580
|
-
"optional": true,
|
|
44581
|
-
"type": {
|
|
44582
|
-
"text": "GridBreakPointType"
|
|
44583
|
-
}
|
|
44584
|
-
}
|
|
44585
|
-
]
|
|
44586
|
-
}
|
|
44587
|
-
],
|
|
44588
|
-
"exports": [
|
|
44589
|
-
{
|
|
44590
|
-
"kind": "js",
|
|
44591
|
-
"name": "gridLayoutRWDStyles",
|
|
44592
|
-
"declaration": {
|
|
44593
|
-
"name": "gridLayoutRWDStyles",
|
|
44594
|
-
"module": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts"
|
|
44595
|
-
}
|
|
44596
|
-
}
|
|
44597
|
-
]
|
|
44598
|
-
},
|
|
44599
|
-
{
|
|
44600
|
-
"kind": "javascript-module",
|
|
44601
|
-
"path": "src/grid-layout/responsiveness/index.ts",
|
|
44602
|
-
"declarations": [],
|
|
44603
|
-
"exports": [
|
|
44604
|
-
{
|
|
44605
|
-
"kind": "js",
|
|
44606
|
-
"name": "*",
|
|
44607
|
-
"declaration": {
|
|
44608
|
-
"name": "*",
|
|
44609
|
-
"package": "./grid-layout-rwd.styles"
|
|
44610
|
-
}
|
|
44611
|
-
}
|
|
44612
|
-
]
|
|
44613
|
-
},
|
|
44614
44614
|
{
|
|
44615
44615
|
"kind": "javascript-module",
|
|
44616
44616
|
"path": "src/_config/styles/external/index.ts",
|