@genesislcap/foundation-ui 14.206.1 → 14.206.2
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 +1381 -1381
- package/package.json +16 -16
|
@@ -862,219 +862,6 @@
|
|
|
862
862
|
}
|
|
863
863
|
]
|
|
864
864
|
},
|
|
865
|
-
{
|
|
866
|
-
"kind": "javascript-module",
|
|
867
|
-
"path": "src/_config/index.ts",
|
|
868
|
-
"declarations": [],
|
|
869
|
-
"exports": [
|
|
870
|
-
{
|
|
871
|
-
"kind": "js",
|
|
872
|
-
"name": "*",
|
|
873
|
-
"declaration": {
|
|
874
|
-
"name": "*",
|
|
875
|
-
"package": "./styles"
|
|
876
|
-
}
|
|
877
|
-
},
|
|
878
|
-
{
|
|
879
|
-
"kind": "js",
|
|
880
|
-
"name": "*",
|
|
881
|
-
"declaration": {
|
|
882
|
-
"name": "*",
|
|
883
|
-
"package": "./tokens"
|
|
884
|
-
}
|
|
885
|
-
},
|
|
886
|
-
{
|
|
887
|
-
"kind": "js",
|
|
888
|
-
"name": "*",
|
|
889
|
-
"declaration": {
|
|
890
|
-
"name": "*",
|
|
891
|
-
"package": "./values"
|
|
892
|
-
}
|
|
893
|
-
}
|
|
894
|
-
]
|
|
895
|
-
},
|
|
896
|
-
{
|
|
897
|
-
"kind": "javascript-module",
|
|
898
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
899
|
-
"declarations": [
|
|
900
|
-
{
|
|
901
|
-
"kind": "function",
|
|
902
|
-
"name": "foundationAccordionStyles",
|
|
903
|
-
"return": {
|
|
904
|
-
"type": {
|
|
905
|
-
"text": "ElementStyles"
|
|
906
|
-
}
|
|
907
|
-
},
|
|
908
|
-
"parameters": [
|
|
909
|
-
{
|
|
910
|
-
"name": "context",
|
|
911
|
-
"type": {
|
|
912
|
-
"text": "ElementDefinitionContext"
|
|
913
|
-
}
|
|
914
|
-
},
|
|
915
|
-
{
|
|
916
|
-
"name": "definition",
|
|
917
|
-
"type": {
|
|
918
|
-
"text": "FoundationElementDefinition"
|
|
919
|
-
}
|
|
920
|
-
}
|
|
921
|
-
]
|
|
922
|
-
}
|
|
923
|
-
],
|
|
924
|
-
"exports": [
|
|
925
|
-
{
|
|
926
|
-
"kind": "js",
|
|
927
|
-
"name": "foundationAccordionStyles",
|
|
928
|
-
"declaration": {
|
|
929
|
-
"name": "foundationAccordionStyles",
|
|
930
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
931
|
-
}
|
|
932
|
-
}
|
|
933
|
-
]
|
|
934
|
-
},
|
|
935
|
-
{
|
|
936
|
-
"kind": "javascript-module",
|
|
937
|
-
"path": "src/accordion/accordion.template.ts",
|
|
938
|
-
"declarations": [
|
|
939
|
-
{
|
|
940
|
-
"kind": "function",
|
|
941
|
-
"name": "foundationAccordionTemplate",
|
|
942
|
-
"return": {
|
|
943
|
-
"type": {
|
|
944
|
-
"text": "ViewTemplate<Accordion>"
|
|
945
|
-
}
|
|
946
|
-
},
|
|
947
|
-
"parameters": [
|
|
948
|
-
{
|
|
949
|
-
"name": "context",
|
|
950
|
-
"type": {
|
|
951
|
-
"text": "ElementDefinitionContext"
|
|
952
|
-
}
|
|
953
|
-
},
|
|
954
|
-
{
|
|
955
|
-
"name": "definition",
|
|
956
|
-
"type": {
|
|
957
|
-
"text": "FoundationElementDefinition"
|
|
958
|
-
}
|
|
959
|
-
}
|
|
960
|
-
]
|
|
961
|
-
}
|
|
962
|
-
],
|
|
963
|
-
"exports": [
|
|
964
|
-
{
|
|
965
|
-
"kind": "js",
|
|
966
|
-
"name": "foundationAccordionTemplate",
|
|
967
|
-
"declaration": {
|
|
968
|
-
"name": "foundationAccordionTemplate",
|
|
969
|
-
"module": "src/accordion/accordion.template.ts"
|
|
970
|
-
}
|
|
971
|
-
}
|
|
972
|
-
]
|
|
973
|
-
},
|
|
974
|
-
{
|
|
975
|
-
"kind": "javascript-module",
|
|
976
|
-
"path": "src/accordion/accordion.ts",
|
|
977
|
-
"declarations": [
|
|
978
|
-
{
|
|
979
|
-
"kind": "class",
|
|
980
|
-
"description": "",
|
|
981
|
-
"name": "Accordion",
|
|
982
|
-
"superclass": {
|
|
983
|
-
"name": "FASTAccordion",
|
|
984
|
-
"package": "@microsoft/fast-foundation"
|
|
985
|
-
},
|
|
986
|
-
"tagName": "%%prefix%%-accordion",
|
|
987
|
-
"customElement": true
|
|
988
|
-
},
|
|
989
|
-
{
|
|
990
|
-
"kind": "variable",
|
|
991
|
-
"name": "foundationAccordionShadowOptions",
|
|
992
|
-
"type": {
|
|
993
|
-
"text": "ShadowRootInit"
|
|
994
|
-
},
|
|
995
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
996
|
-
},
|
|
997
|
-
{
|
|
998
|
-
"kind": "variable",
|
|
999
|
-
"name": "defaultAccordionConfig",
|
|
1000
|
-
"type": {
|
|
1001
|
-
"text": "object"
|
|
1002
|
-
},
|
|
1003
|
-
"default": "{}"
|
|
1004
|
-
},
|
|
1005
|
-
{
|
|
1006
|
-
"kind": "variable",
|
|
1007
|
-
"name": "foundationAccordion",
|
|
1008
|
-
"description": "The Foundation Accordion",
|
|
1009
|
-
"privacy": "public"
|
|
1010
|
-
}
|
|
1011
|
-
],
|
|
1012
|
-
"exports": [
|
|
1013
|
-
{
|
|
1014
|
-
"kind": "js",
|
|
1015
|
-
"name": "Accordion",
|
|
1016
|
-
"declaration": {
|
|
1017
|
-
"name": "Accordion",
|
|
1018
|
-
"module": "src/accordion/accordion.ts"
|
|
1019
|
-
}
|
|
1020
|
-
},
|
|
1021
|
-
{
|
|
1022
|
-
"kind": "js",
|
|
1023
|
-
"name": "foundationAccordionShadowOptions",
|
|
1024
|
-
"declaration": {
|
|
1025
|
-
"name": "foundationAccordionShadowOptions",
|
|
1026
|
-
"module": "src/accordion/accordion.ts"
|
|
1027
|
-
}
|
|
1028
|
-
},
|
|
1029
|
-
{
|
|
1030
|
-
"kind": "js",
|
|
1031
|
-
"name": "defaultAccordionConfig",
|
|
1032
|
-
"declaration": {
|
|
1033
|
-
"name": "defaultAccordionConfig",
|
|
1034
|
-
"module": "src/accordion/accordion.ts"
|
|
1035
|
-
}
|
|
1036
|
-
},
|
|
1037
|
-
{
|
|
1038
|
-
"kind": "js",
|
|
1039
|
-
"name": "foundationAccordion",
|
|
1040
|
-
"declaration": {
|
|
1041
|
-
"name": "foundationAccordion",
|
|
1042
|
-
"module": "src/accordion/accordion.ts"
|
|
1043
|
-
}
|
|
1044
|
-
}
|
|
1045
|
-
]
|
|
1046
|
-
},
|
|
1047
|
-
{
|
|
1048
|
-
"kind": "javascript-module",
|
|
1049
|
-
"path": "src/accordion/index.ts",
|
|
1050
|
-
"declarations": [],
|
|
1051
|
-
"exports": [
|
|
1052
|
-
{
|
|
1053
|
-
"kind": "js",
|
|
1054
|
-
"name": "*",
|
|
1055
|
-
"declaration": {
|
|
1056
|
-
"name": "*",
|
|
1057
|
-
"package": "./accordion.template"
|
|
1058
|
-
}
|
|
1059
|
-
},
|
|
1060
|
-
{
|
|
1061
|
-
"kind": "js",
|
|
1062
|
-
"name": "*",
|
|
1063
|
-
"declaration": {
|
|
1064
|
-
"name": "*",
|
|
1065
|
-
"package": "./accordion.styles"
|
|
1066
|
-
}
|
|
1067
|
-
},
|
|
1068
|
-
{
|
|
1069
|
-
"kind": "js",
|
|
1070
|
-
"name": "*",
|
|
1071
|
-
"declaration": {
|
|
1072
|
-
"name": "*",
|
|
1073
|
-
"package": "./accordion"
|
|
1074
|
-
}
|
|
1075
|
-
}
|
|
1076
|
-
]
|
|
1077
|
-
},
|
|
1078
865
|
{
|
|
1079
866
|
"kind": "javascript-module",
|
|
1080
867
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -2028,6 +1815,37 @@
|
|
|
2028
1815
|
}
|
|
2029
1816
|
]
|
|
2030
1817
|
},
|
|
1818
|
+
{
|
|
1819
|
+
"kind": "javascript-module",
|
|
1820
|
+
"path": "src/_config/index.ts",
|
|
1821
|
+
"declarations": [],
|
|
1822
|
+
"exports": [
|
|
1823
|
+
{
|
|
1824
|
+
"kind": "js",
|
|
1825
|
+
"name": "*",
|
|
1826
|
+
"declaration": {
|
|
1827
|
+
"name": "*",
|
|
1828
|
+
"package": "./styles"
|
|
1829
|
+
}
|
|
1830
|
+
},
|
|
1831
|
+
{
|
|
1832
|
+
"kind": "js",
|
|
1833
|
+
"name": "*",
|
|
1834
|
+
"declaration": {
|
|
1835
|
+
"name": "*",
|
|
1836
|
+
"package": "./tokens"
|
|
1837
|
+
}
|
|
1838
|
+
},
|
|
1839
|
+
{
|
|
1840
|
+
"kind": "js",
|
|
1841
|
+
"name": "*",
|
|
1842
|
+
"declaration": {
|
|
1843
|
+
"name": "*",
|
|
1844
|
+
"package": "./values"
|
|
1845
|
+
}
|
|
1846
|
+
}
|
|
1847
|
+
]
|
|
1848
|
+
},
|
|
2031
1849
|
{
|
|
2032
1850
|
"kind": "javascript-module",
|
|
2033
1851
|
"path": "src/anchor/anchor.styles.ts",
|
|
@@ -2550,14 +2368,14 @@
|
|
|
2550
2368
|
},
|
|
2551
2369
|
{
|
|
2552
2370
|
"kind": "javascript-module",
|
|
2553
|
-
"path": "src/
|
|
2371
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
2554
2372
|
"declarations": [
|
|
2555
2373
|
{
|
|
2556
2374
|
"kind": "function",
|
|
2557
|
-
"name": "
|
|
2375
|
+
"name": "foundationAccordionStyles",
|
|
2558
2376
|
"return": {
|
|
2559
2377
|
"type": {
|
|
2560
|
-
"text": "
|
|
2378
|
+
"text": "ElementStyles"
|
|
2561
2379
|
}
|
|
2562
2380
|
},
|
|
2563
2381
|
"parameters": [
|
|
@@ -2579,24 +2397,206 @@
|
|
|
2579
2397
|
"exports": [
|
|
2580
2398
|
{
|
|
2581
2399
|
"kind": "js",
|
|
2582
|
-
"name": "
|
|
2400
|
+
"name": "foundationAccordionStyles",
|
|
2583
2401
|
"declaration": {
|
|
2584
|
-
"name": "
|
|
2585
|
-
"module": "src/
|
|
2402
|
+
"name": "foundationAccordionStyles",
|
|
2403
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
2586
2404
|
}
|
|
2587
2405
|
}
|
|
2588
2406
|
]
|
|
2589
2407
|
},
|
|
2590
2408
|
{
|
|
2591
2409
|
"kind": "javascript-module",
|
|
2592
|
-
"path": "src/
|
|
2410
|
+
"path": "src/accordion/accordion.template.ts",
|
|
2593
2411
|
"declarations": [
|
|
2594
2412
|
{
|
|
2595
2413
|
"kind": "function",
|
|
2596
|
-
"name": "
|
|
2414
|
+
"name": "foundationAccordionTemplate",
|
|
2597
2415
|
"return": {
|
|
2598
2416
|
"type": {
|
|
2599
|
-
"text": "
|
|
2417
|
+
"text": "ViewTemplate<Accordion>"
|
|
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"
|
|
2600
2600
|
}
|
|
2601
2601
|
},
|
|
2602
2602
|
"parameters": [
|
|
@@ -21627,7 +21627,7 @@
|
|
|
21627
21627
|
},
|
|
21628
21628
|
{
|
|
21629
21629
|
"kind": "javascript-module",
|
|
21630
|
-
"path": "src/
|
|
21630
|
+
"path": "src/listbox-option/index.ts",
|
|
21631
21631
|
"declarations": [],
|
|
21632
21632
|
"exports": [
|
|
21633
21633
|
{
|
|
@@ -21635,7 +21635,7 @@
|
|
|
21635
21635
|
"name": "*",
|
|
21636
21636
|
"declaration": {
|
|
21637
21637
|
"name": "*",
|
|
21638
|
-
"package": "./
|
|
21638
|
+
"package": "./listbox-option.template"
|
|
21639
21639
|
}
|
|
21640
21640
|
},
|
|
21641
21641
|
{
|
|
@@ -21643,7 +21643,7 @@
|
|
|
21643
21643
|
"name": "*",
|
|
21644
21644
|
"declaration": {
|
|
21645
21645
|
"name": "*",
|
|
21646
|
-
"package": "./
|
|
21646
|
+
"package": "./listbox-option.styles"
|
|
21647
21647
|
}
|
|
21648
21648
|
},
|
|
21649
21649
|
{
|
|
@@ -21651,18 +21651,18 @@
|
|
|
21651
21651
|
"name": "*",
|
|
21652
21652
|
"declaration": {
|
|
21653
21653
|
"name": "*",
|
|
21654
|
-
"package": "./
|
|
21654
|
+
"package": "./listbox-option"
|
|
21655
21655
|
}
|
|
21656
21656
|
}
|
|
21657
21657
|
]
|
|
21658
21658
|
},
|
|
21659
21659
|
{
|
|
21660
21660
|
"kind": "javascript-module",
|
|
21661
|
-
"path": "src/
|
|
21661
|
+
"path": "src/listbox-option/listbox-option.styles.ts",
|
|
21662
21662
|
"declarations": [
|
|
21663
21663
|
{
|
|
21664
21664
|
"kind": "function",
|
|
21665
|
-
"name": "
|
|
21665
|
+
"name": "foundationListboxOptionStyles",
|
|
21666
21666
|
"return": {
|
|
21667
21667
|
"type": {
|
|
21668
21668
|
"text": "ElementStyles"
|
|
@@ -21687,24 +21687,24 @@
|
|
|
21687
21687
|
"exports": [
|
|
21688
21688
|
{
|
|
21689
21689
|
"kind": "js",
|
|
21690
|
-
"name": "
|
|
21690
|
+
"name": "foundationListboxOptionStyles",
|
|
21691
21691
|
"declaration": {
|
|
21692
|
-
"name": "
|
|
21693
|
-
"module": "src/
|
|
21692
|
+
"name": "foundationListboxOptionStyles",
|
|
21693
|
+
"module": "src/listbox-option/listbox-option.styles.ts"
|
|
21694
21694
|
}
|
|
21695
21695
|
}
|
|
21696
21696
|
]
|
|
21697
21697
|
},
|
|
21698
21698
|
{
|
|
21699
21699
|
"kind": "javascript-module",
|
|
21700
|
-
"path": "src/
|
|
21700
|
+
"path": "src/listbox-option/listbox-option.template.ts",
|
|
21701
21701
|
"declarations": [
|
|
21702
21702
|
{
|
|
21703
21703
|
"kind": "function",
|
|
21704
|
-
"name": "
|
|
21704
|
+
"name": "foundationListboxOptionTemplate",
|
|
21705
21705
|
"return": {
|
|
21706
21706
|
"type": {
|
|
21707
|
-
"text": "ViewTemplate<
|
|
21707
|
+
"text": "ViewTemplate<ListboxOption>"
|
|
21708
21708
|
}
|
|
21709
21709
|
},
|
|
21710
21710
|
"parameters": [
|
|
@@ -21726,33 +21726,83 @@
|
|
|
21726
21726
|
"exports": [
|
|
21727
21727
|
{
|
|
21728
21728
|
"kind": "js",
|
|
21729
|
-
"name": "
|
|
21729
|
+
"name": "foundationListboxOptionTemplate",
|
|
21730
21730
|
"declaration": {
|
|
21731
|
-
"name": "
|
|
21732
|
-
"module": "src/
|
|
21731
|
+
"name": "foundationListboxOptionTemplate",
|
|
21732
|
+
"module": "src/listbox-option/listbox-option.template.ts"
|
|
21733
21733
|
}
|
|
21734
21734
|
}
|
|
21735
21735
|
]
|
|
21736
21736
|
},
|
|
21737
21737
|
{
|
|
21738
21738
|
"kind": "javascript-module",
|
|
21739
|
-
"path": "src/
|
|
21739
|
+
"path": "src/listbox-option/listbox-option.ts",
|
|
21740
21740
|
"declarations": [
|
|
21741
21741
|
{
|
|
21742
21742
|
"kind": "class",
|
|
21743
21743
|
"description": "",
|
|
21744
|
-
"name": "
|
|
21744
|
+
"name": "ListboxOption",
|
|
21745
21745
|
"superclass": {
|
|
21746
|
-
"name": "
|
|
21746
|
+
"name": "FASTListboxOption",
|
|
21747
21747
|
"package": "@microsoft/fast-components"
|
|
21748
21748
|
},
|
|
21749
|
-
"tagName": "%%prefix%%-
|
|
21749
|
+
"tagName": "%%prefix%%-option",
|
|
21750
21750
|
"customElement": true,
|
|
21751
|
+
"attributes": [
|
|
21752
|
+
{
|
|
21753
|
+
"type": {
|
|
21754
|
+
"text": "boolean"
|
|
21755
|
+
},
|
|
21756
|
+
"description": "The disabled state of the option.",
|
|
21757
|
+
"fieldName": "disabled",
|
|
21758
|
+
"inheritedFrom": {
|
|
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"
|
|
21785
|
+
}
|
|
21786
|
+
}
|
|
21787
|
+
],
|
|
21751
21788
|
"members": [
|
|
21789
|
+
{
|
|
21790
|
+
"kind": "field",
|
|
21791
|
+
"name": "checked",
|
|
21792
|
+
"type": {
|
|
21793
|
+
"text": "boolean | undefined"
|
|
21794
|
+
},
|
|
21795
|
+
"privacy": "public",
|
|
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.",
|
|
21797
|
+
"inheritedFrom": {
|
|
21798
|
+
"name": "ListboxOption",
|
|
21799
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
21800
|
+
}
|
|
21801
|
+
},
|
|
21752
21802
|
{
|
|
21753
21803
|
"kind": "method",
|
|
21754
|
-
"name": "
|
|
21755
|
-
"privacy": "
|
|
21804
|
+
"name": "checkedChanged",
|
|
21805
|
+
"privacy": "public",
|
|
21756
21806
|
"return": {
|
|
21757
21807
|
"type": {
|
|
21758
21808
|
"text": "void"
|
|
@@ -21760,191 +21810,194 @@
|
|
|
21760
21810
|
},
|
|
21761
21811
|
"parameters": [
|
|
21762
21812
|
{
|
|
21763
|
-
"name": "
|
|
21813
|
+
"name": "prev",
|
|
21764
21814
|
"type": {
|
|
21765
|
-
"text": "
|
|
21766
|
-
}
|
|
21815
|
+
"text": "boolean | unknown"
|
|
21816
|
+
},
|
|
21817
|
+
"description": "the previous checked value"
|
|
21767
21818
|
},
|
|
21768
21819
|
{
|
|
21769
|
-
"name": "
|
|
21820
|
+
"name": "next",
|
|
21821
|
+
"optional": true,
|
|
21770
21822
|
"type": {
|
|
21771
|
-
"text": "
|
|
21772
|
-
}
|
|
21823
|
+
"text": "boolean"
|
|
21824
|
+
},
|
|
21825
|
+
"description": "the current checked value"
|
|
21773
21826
|
}
|
|
21774
21827
|
],
|
|
21828
|
+
"description": "Updates the ariaChecked property when the checked property changes.",
|
|
21775
21829
|
"inheritedFrom": {
|
|
21776
|
-
"name": "
|
|
21777
|
-
"module": "src/
|
|
21830
|
+
"name": "ListboxOption",
|
|
21831
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
21778
21832
|
}
|
|
21779
21833
|
},
|
|
21780
21834
|
{
|
|
21781
21835
|
"kind": "field",
|
|
21782
|
-
"name": "
|
|
21836
|
+
"name": "content",
|
|
21783
21837
|
"type": {
|
|
21784
|
-
"text": "
|
|
21838
|
+
"text": "Node[]"
|
|
21785
21839
|
},
|
|
21786
|
-
"privacy": "
|
|
21840
|
+
"privacy": "public",
|
|
21841
|
+
"description": "The default slotted content.",
|
|
21787
21842
|
"inheritedFrom": {
|
|
21788
|
-
"name": "
|
|
21789
|
-
"module": "src/
|
|
21843
|
+
"name": "ListboxOption",
|
|
21844
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
21790
21845
|
}
|
|
21791
21846
|
},
|
|
21792
21847
|
{
|
|
21793
21848
|
"kind": "field",
|
|
21794
|
-
"name": "
|
|
21849
|
+
"name": "defaultSelected",
|
|
21795
21850
|
"type": {
|
|
21796
|
-
"text": "
|
|
21851
|
+
"text": "boolean"
|
|
21797
21852
|
},
|
|
21798
|
-
"privacy": "
|
|
21799
|
-
"default": "
|
|
21853
|
+
"privacy": "public",
|
|
21854
|
+
"default": "false",
|
|
21855
|
+
"description": "The defaultSelected state of the option.",
|
|
21800
21856
|
"inheritedFrom": {
|
|
21801
|
-
"name": "
|
|
21802
|
-
"module": "src/
|
|
21857
|
+
"name": "ListboxOption",
|
|
21858
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
21803
21859
|
}
|
|
21804
21860
|
},
|
|
21805
21861
|
{
|
|
21806
|
-
"kind": "
|
|
21807
|
-
"name": "
|
|
21808
|
-
"
|
|
21809
|
-
|
|
21862
|
+
"kind": "method",
|
|
21863
|
+
"name": "defaultSelectedChanged",
|
|
21864
|
+
"privacy": "protected",
|
|
21865
|
+
"return": {
|
|
21866
|
+
"type": {
|
|
21867
|
+
"text": "void"
|
|
21868
|
+
}
|
|
21810
21869
|
},
|
|
21811
|
-
"privacy": "private",
|
|
21812
|
-
"default": "-1",
|
|
21813
|
-
"description": "The index of the focusable element in the items array\ndefaults to -1",
|
|
21814
21870
|
"inheritedFrom": {
|
|
21815
|
-
"name": "
|
|
21816
|
-
"module": "src/
|
|
21871
|
+
"name": "ListboxOption",
|
|
21872
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
21817
21873
|
}
|
|
21818
21874
|
},
|
|
21819
21875
|
{
|
|
21820
21876
|
"kind": "field",
|
|
21821
|
-
"name": "
|
|
21877
|
+
"name": "disabled",
|
|
21822
21878
|
"type": {
|
|
21823
|
-
"text": "
|
|
21879
|
+
"text": "boolean"
|
|
21824
21880
|
},
|
|
21825
|
-
"privacy": "private",
|
|
21826
|
-
"static": true,
|
|
21827
|
-
"default": "roleForMenuItem",
|
|
21828
|
-
"inheritedFrom": {
|
|
21829
|
-
"name": "Menu",
|
|
21830
|
-
"module": "src/menu/menu.ts"
|
|
21831
|
-
}
|
|
21832
|
-
},
|
|
21833
|
-
{
|
|
21834
|
-
"kind": "method",
|
|
21835
|
-
"name": "focus",
|
|
21836
21881
|
"privacy": "public",
|
|
21837
|
-
"
|
|
21838
|
-
"type": {
|
|
21839
|
-
"text": "void"
|
|
21840
|
-
}
|
|
21841
|
-
},
|
|
21842
|
-
"description": "Focuses the first item in the menu.",
|
|
21882
|
+
"description": "The disabled state of the option.",
|
|
21843
21883
|
"inheritedFrom": {
|
|
21844
|
-
"name": "
|
|
21845
|
-
"module": "src/
|
|
21884
|
+
"name": "ListboxOption",
|
|
21885
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
21846
21886
|
}
|
|
21847
21887
|
},
|
|
21848
21888
|
{
|
|
21849
21889
|
"kind": "method",
|
|
21850
|
-
"name": "
|
|
21851
|
-
"privacy": "
|
|
21890
|
+
"name": "disabledChanged",
|
|
21891
|
+
"privacy": "protected",
|
|
21852
21892
|
"return": {
|
|
21853
21893
|
"type": {
|
|
21854
21894
|
"text": "void"
|
|
21855
21895
|
}
|
|
21856
21896
|
},
|
|
21857
|
-
"
|
|
21858
|
-
|
|
21859
|
-
|
|
21860
|
-
|
|
21861
|
-
|
|
21862
|
-
|
|
21863
|
-
|
|
21864
|
-
|
|
21865
|
-
|
|
21866
|
-
|
|
21867
|
-
|
|
21868
|
-
|
|
21869
|
-
|
|
21870
|
-
|
|
21871
|
-
},
|
|
21872
|
-
{
|
|
21873
|
-
"kind": "field",
|
|
21874
|
-
"name": "handleExpandedChanged",
|
|
21875
|
-
"privacy": "private",
|
|
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
|
+
],
|
|
21876
21911
|
"inheritedFrom": {
|
|
21877
|
-
"name": "
|
|
21878
|
-
"module": "src/
|
|
21912
|
+
"name": "ListboxOption",
|
|
21913
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
21879
21914
|
}
|
|
21880
21915
|
},
|
|
21881
21916
|
{
|
|
21882
21917
|
"kind": "field",
|
|
21883
|
-
"name": "
|
|
21884
|
-
"
|
|
21918
|
+
"name": "selectedAttribute",
|
|
21919
|
+
"type": {
|
|
21920
|
+
"text": "boolean"
|
|
21921
|
+
},
|
|
21922
|
+
"privacy": "public",
|
|
21923
|
+
"description": "The selected attribute value. This sets the initial selected value.",
|
|
21885
21924
|
"inheritedFrom": {
|
|
21886
|
-
"name": "
|
|
21887
|
-
"module": "src/
|
|
21925
|
+
"name": "ListboxOption",
|
|
21926
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
21888
21927
|
}
|
|
21889
21928
|
},
|
|
21890
21929
|
{
|
|
21891
|
-
"kind": "
|
|
21892
|
-
"name": "
|
|
21893
|
-
"privacy": "
|
|
21930
|
+
"kind": "method",
|
|
21931
|
+
"name": "selectedAttributeChanged",
|
|
21932
|
+
"privacy": "protected",
|
|
21933
|
+
"return": {
|
|
21934
|
+
"type": {
|
|
21935
|
+
"text": "void"
|
|
21936
|
+
}
|
|
21937
|
+
},
|
|
21894
21938
|
"inheritedFrom": {
|
|
21895
|
-
"name": "
|
|
21896
|
-
"module": "src/
|
|
21939
|
+
"name": "ListboxOption",
|
|
21940
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
21897
21941
|
}
|
|
21898
21942
|
},
|
|
21899
21943
|
{
|
|
21900
21944
|
"kind": "field",
|
|
21901
|
-
"name": "
|
|
21902
|
-
"
|
|
21903
|
-
|
|
21945
|
+
"name": "selected",
|
|
21946
|
+
"type": {
|
|
21947
|
+
"text": "boolean"
|
|
21948
|
+
},
|
|
21949
|
+
"privacy": "public",
|
|
21950
|
+
"description": "The checked state of the control.",
|
|
21904
21951
|
"inheritedFrom": {
|
|
21905
|
-
"name": "
|
|
21906
|
-
"module": "src/
|
|
21952
|
+
"name": "ListboxOption",
|
|
21953
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
21907
21954
|
}
|
|
21908
21955
|
},
|
|
21909
21956
|
{
|
|
21910
21957
|
"kind": "method",
|
|
21911
|
-
"name": "
|
|
21912
|
-
"privacy": "
|
|
21958
|
+
"name": "selectedChanged",
|
|
21959
|
+
"privacy": "protected",
|
|
21913
21960
|
"return": {
|
|
21914
21961
|
"type": {
|
|
21915
|
-
"text": "
|
|
21962
|
+
"text": "void"
|
|
21916
21963
|
}
|
|
21917
21964
|
},
|
|
21918
|
-
"description": "get an array of valid DOM children",
|
|
21919
21965
|
"inheritedFrom": {
|
|
21920
|
-
"name": "
|
|
21921
|
-
"module": "src/
|
|
21966
|
+
"name": "ListboxOption",
|
|
21967
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
21922
21968
|
}
|
|
21923
21969
|
},
|
|
21924
21970
|
{
|
|
21925
21971
|
"kind": "field",
|
|
21926
|
-
"name": "
|
|
21927
|
-
"
|
|
21928
|
-
|
|
21972
|
+
"name": "dirtyValue",
|
|
21973
|
+
"type": {
|
|
21974
|
+
"text": "boolean"
|
|
21975
|
+
},
|
|
21976
|
+
"privacy": "public",
|
|
21977
|
+
"default": "false",
|
|
21978
|
+
"description": "Track whether the value has been changed from the initial value",
|
|
21929
21979
|
"inheritedFrom": {
|
|
21930
|
-
"name": "
|
|
21931
|
-
"module": "src/
|
|
21980
|
+
"name": "ListboxOption",
|
|
21981
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
21932
21982
|
}
|
|
21933
21983
|
},
|
|
21934
21984
|
{
|
|
21935
21985
|
"kind": "field",
|
|
21936
|
-
"name": "
|
|
21937
|
-
"
|
|
21938
|
-
|
|
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.",
|
|
21939
21992
|
"inheritedFrom": {
|
|
21940
|
-
"name": "
|
|
21941
|
-
"module": "src/
|
|
21993
|
+
"name": "ListboxOption",
|
|
21994
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
21942
21995
|
}
|
|
21943
21996
|
},
|
|
21944
21997
|
{
|
|
21945
21998
|
"kind": "method",
|
|
21946
|
-
"name": "
|
|
21947
|
-
"privacy": "
|
|
21999
|
+
"name": "initialValueChanged",
|
|
22000
|
+
"privacy": "public",
|
|
21948
22001
|
"return": {
|
|
21949
22002
|
"type": {
|
|
21950
22003
|
"text": "void"
|
|
@@ -21952,21 +22005,75 @@
|
|
|
21952
22005
|
},
|
|
21953
22006
|
"parameters": [
|
|
21954
22007
|
{
|
|
21955
|
-
"name": "
|
|
22008
|
+
"name": "previous",
|
|
21956
22009
|
"type": {
|
|
21957
|
-
"text": "
|
|
22010
|
+
"text": "string"
|
|
21958
22011
|
}
|
|
21959
22012
|
},
|
|
21960
22013
|
{
|
|
21961
|
-
"name": "
|
|
22014
|
+
"name": "next",
|
|
21962
22015
|
"type": {
|
|
21963
|
-
"text": "
|
|
22016
|
+
"text": "string"
|
|
21964
22017
|
}
|
|
21965
22018
|
}
|
|
21966
22019
|
],
|
|
21967
22020
|
"inheritedFrom": {
|
|
21968
|
-
"name": "
|
|
21969
|
-
"module": "src/
|
|
22021
|
+
"name": "ListboxOption",
|
|
22022
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22023
|
+
}
|
|
22024
|
+
},
|
|
22025
|
+
{
|
|
22026
|
+
"kind": "field",
|
|
22027
|
+
"name": "label",
|
|
22028
|
+
"privacy": "public",
|
|
22029
|
+
"inheritedFrom": {
|
|
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"
|
|
21970
22077
|
}
|
|
21971
22078
|
},
|
|
21972
22079
|
{
|
|
@@ -22084,7 +22191,7 @@
|
|
|
22084
22191
|
},
|
|
22085
22192
|
{
|
|
22086
22193
|
"kind": "variable",
|
|
22087
|
-
"name": "
|
|
22194
|
+
"name": "foundationListboxOptionShadowOptions",
|
|
22088
22195
|
"type": {
|
|
22089
22196
|
"text": "ShadowRootInit"
|
|
22090
22197
|
},
|
|
@@ -22092,7 +22199,7 @@
|
|
|
22092
22199
|
},
|
|
22093
22200
|
{
|
|
22094
22201
|
"kind": "variable",
|
|
22095
|
-
"name": "
|
|
22202
|
+
"name": "defaultListboxOptionConfig",
|
|
22096
22203
|
"type": {
|
|
22097
22204
|
"text": "object"
|
|
22098
22205
|
},
|
|
@@ -22100,49 +22207,47 @@
|
|
|
22100
22207
|
},
|
|
22101
22208
|
{
|
|
22102
22209
|
"kind": "variable",
|
|
22103
|
-
"name": "
|
|
22104
|
-
"description": "The Foundation Menu",
|
|
22105
|
-
"privacy": "public"
|
|
22210
|
+
"name": "foundationListboxOption"
|
|
22106
22211
|
}
|
|
22107
22212
|
],
|
|
22108
22213
|
"exports": [
|
|
22109
22214
|
{
|
|
22110
22215
|
"kind": "js",
|
|
22111
|
-
"name": "
|
|
22216
|
+
"name": "ListboxOption",
|
|
22112
22217
|
"declaration": {
|
|
22113
|
-
"name": "
|
|
22114
|
-
"module": "src/
|
|
22218
|
+
"name": "ListboxOption",
|
|
22219
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22115
22220
|
}
|
|
22116
22221
|
},
|
|
22117
22222
|
{
|
|
22118
22223
|
"kind": "js",
|
|
22119
|
-
"name": "
|
|
22224
|
+
"name": "foundationListboxOptionShadowOptions",
|
|
22120
22225
|
"declaration": {
|
|
22121
|
-
"name": "
|
|
22122
|
-
"module": "src/
|
|
22226
|
+
"name": "foundationListboxOptionShadowOptions",
|
|
22227
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22123
22228
|
}
|
|
22124
22229
|
},
|
|
22125
22230
|
{
|
|
22126
22231
|
"kind": "js",
|
|
22127
|
-
"name": "
|
|
22232
|
+
"name": "defaultListboxOptionConfig",
|
|
22128
22233
|
"declaration": {
|
|
22129
|
-
"name": "
|
|
22130
|
-
"module": "src/
|
|
22234
|
+
"name": "defaultListboxOptionConfig",
|
|
22235
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22131
22236
|
}
|
|
22132
22237
|
},
|
|
22133
22238
|
{
|
|
22134
22239
|
"kind": "js",
|
|
22135
|
-
"name": "
|
|
22240
|
+
"name": "foundationListboxOption",
|
|
22136
22241
|
"declaration": {
|
|
22137
|
-
"name": "
|
|
22138
|
-
"module": "src/
|
|
22242
|
+
"name": "foundationListboxOption",
|
|
22243
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22139
22244
|
}
|
|
22140
22245
|
}
|
|
22141
22246
|
]
|
|
22142
22247
|
},
|
|
22143
22248
|
{
|
|
22144
22249
|
"kind": "javascript-module",
|
|
22145
|
-
"path": "src/
|
|
22250
|
+
"path": "src/menu/index.ts",
|
|
22146
22251
|
"declarations": [],
|
|
22147
22252
|
"exports": [
|
|
22148
22253
|
{
|
|
@@ -22150,7 +22255,7 @@
|
|
|
22150
22255
|
"name": "*",
|
|
22151
22256
|
"declaration": {
|
|
22152
22257
|
"name": "*",
|
|
22153
|
-
"package": "./
|
|
22258
|
+
"package": "./menu.template"
|
|
22154
22259
|
}
|
|
22155
22260
|
},
|
|
22156
22261
|
{
|
|
@@ -22158,7 +22263,7 @@
|
|
|
22158
22263
|
"name": "*",
|
|
22159
22264
|
"declaration": {
|
|
22160
22265
|
"name": "*",
|
|
22161
|
-
"package": "./
|
|
22266
|
+
"package": "./menu.styles"
|
|
22162
22267
|
}
|
|
22163
22268
|
},
|
|
22164
22269
|
{
|
|
@@ -22166,18 +22271,18 @@
|
|
|
22166
22271
|
"name": "*",
|
|
22167
22272
|
"declaration": {
|
|
22168
22273
|
"name": "*",
|
|
22169
|
-
"package": "./
|
|
22274
|
+
"package": "./menu"
|
|
22170
22275
|
}
|
|
22171
22276
|
}
|
|
22172
22277
|
]
|
|
22173
22278
|
},
|
|
22174
22279
|
{
|
|
22175
22280
|
"kind": "javascript-module",
|
|
22176
|
-
"path": "src/
|
|
22281
|
+
"path": "src/menu/menu.styles.ts",
|
|
22177
22282
|
"declarations": [
|
|
22178
22283
|
{
|
|
22179
22284
|
"kind": "function",
|
|
22180
|
-
"name": "
|
|
22285
|
+
"name": "foundationMenuStyles",
|
|
22181
22286
|
"return": {
|
|
22182
22287
|
"type": {
|
|
22183
22288
|
"text": "ElementStyles"
|
|
@@ -22202,24 +22307,24 @@
|
|
|
22202
22307
|
"exports": [
|
|
22203
22308
|
{
|
|
22204
22309
|
"kind": "js",
|
|
22205
|
-
"name": "
|
|
22310
|
+
"name": "foundationMenuStyles",
|
|
22206
22311
|
"declaration": {
|
|
22207
|
-
"name": "
|
|
22208
|
-
"module": "src/
|
|
22312
|
+
"name": "foundationMenuStyles",
|
|
22313
|
+
"module": "src/menu/menu.styles.ts"
|
|
22209
22314
|
}
|
|
22210
22315
|
}
|
|
22211
22316
|
]
|
|
22212
22317
|
},
|
|
22213
22318
|
{
|
|
22214
22319
|
"kind": "javascript-module",
|
|
22215
|
-
"path": "src/
|
|
22320
|
+
"path": "src/menu/menu.template.ts",
|
|
22216
22321
|
"declarations": [
|
|
22217
22322
|
{
|
|
22218
22323
|
"kind": "function",
|
|
22219
|
-
"name": "
|
|
22324
|
+
"name": "foundationMenuTemplate",
|
|
22220
22325
|
"return": {
|
|
22221
22326
|
"type": {
|
|
22222
|
-
"text": "ViewTemplate<
|
|
22327
|
+
"text": "ViewTemplate<Menu>"
|
|
22223
22328
|
}
|
|
22224
22329
|
},
|
|
22225
22330
|
"parameters": [
|
|
@@ -22241,83 +22346,33 @@
|
|
|
22241
22346
|
"exports": [
|
|
22242
22347
|
{
|
|
22243
22348
|
"kind": "js",
|
|
22244
|
-
"name": "
|
|
22349
|
+
"name": "foundationMenuTemplate",
|
|
22245
22350
|
"declaration": {
|
|
22246
|
-
"name": "
|
|
22247
|
-
"module": "src/
|
|
22351
|
+
"name": "foundationMenuTemplate",
|
|
22352
|
+
"module": "src/menu/menu.template.ts"
|
|
22248
22353
|
}
|
|
22249
22354
|
}
|
|
22250
22355
|
]
|
|
22251
22356
|
},
|
|
22252
22357
|
{
|
|
22253
22358
|
"kind": "javascript-module",
|
|
22254
|
-
"path": "src/
|
|
22359
|
+
"path": "src/menu/menu.ts",
|
|
22255
22360
|
"declarations": [
|
|
22256
22361
|
{
|
|
22257
22362
|
"kind": "class",
|
|
22258
22363
|
"description": "",
|
|
22259
|
-
"name": "
|
|
22364
|
+
"name": "Menu",
|
|
22260
22365
|
"superclass": {
|
|
22261
|
-
"name": "
|
|
22366
|
+
"name": "FASTMenu",
|
|
22262
22367
|
"package": "@microsoft/fast-components"
|
|
22263
22368
|
},
|
|
22264
|
-
"tagName": "%%prefix%%-
|
|
22369
|
+
"tagName": "%%prefix%%-menu",
|
|
22265
22370
|
"customElement": true,
|
|
22266
|
-
"attributes": [
|
|
22267
|
-
{
|
|
22268
|
-
"type": {
|
|
22269
|
-
"text": "boolean"
|
|
22270
|
-
},
|
|
22271
|
-
"description": "The disabled state of the option.",
|
|
22272
|
-
"fieldName": "disabled",
|
|
22273
|
-
"inheritedFrom": {
|
|
22274
|
-
"name": "ListboxOption",
|
|
22275
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
22276
|
-
}
|
|
22277
|
-
},
|
|
22278
|
-
{
|
|
22279
|
-
"name": "selected",
|
|
22280
|
-
"type": {
|
|
22281
|
-
"text": "boolean"
|
|
22282
|
-
},
|
|
22283
|
-
"description": "The selected attribute value. This sets the initial selected value.",
|
|
22284
|
-
"fieldName": "selectedAttribute",
|
|
22285
|
-
"inheritedFrom": {
|
|
22286
|
-
"name": "ListboxOption",
|
|
22287
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
22288
|
-
}
|
|
22289
|
-
},
|
|
22290
|
-
{
|
|
22291
|
-
"name": "value",
|
|
22292
|
-
"type": {
|
|
22293
|
-
"text": "string"
|
|
22294
|
-
},
|
|
22295
|
-
"description": "The initial value of the option. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
22296
|
-
"fieldName": "initialValue",
|
|
22297
|
-
"inheritedFrom": {
|
|
22298
|
-
"name": "ListboxOption",
|
|
22299
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
22300
|
-
}
|
|
22301
|
-
}
|
|
22302
|
-
],
|
|
22303
22371
|
"members": [
|
|
22304
|
-
{
|
|
22305
|
-
"kind": "field",
|
|
22306
|
-
"name": "checked",
|
|
22307
|
-
"type": {
|
|
22308
|
-
"text": "boolean | undefined"
|
|
22309
|
-
},
|
|
22310
|
-
"privacy": "public",
|
|
22311
|
-
"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.",
|
|
22312
|
-
"inheritedFrom": {
|
|
22313
|
-
"name": "ListboxOption",
|
|
22314
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
22315
|
-
}
|
|
22316
|
-
},
|
|
22317
22372
|
{
|
|
22318
22373
|
"kind": "method",
|
|
22319
|
-
"name": "
|
|
22320
|
-
"privacy": "
|
|
22374
|
+
"name": "itemsChanged",
|
|
22375
|
+
"privacy": "private",
|
|
22321
22376
|
"return": {
|
|
22322
22377
|
"type": {
|
|
22323
22378
|
"text": "void"
|
|
@@ -22325,194 +22380,191 @@
|
|
|
22325
22380
|
},
|
|
22326
22381
|
"parameters": [
|
|
22327
22382
|
{
|
|
22328
|
-
"name": "
|
|
22383
|
+
"name": "oldValue",
|
|
22329
22384
|
"type": {
|
|
22330
|
-
"text": "
|
|
22331
|
-
}
|
|
22332
|
-
"description": "the previous checked value"
|
|
22385
|
+
"text": "HTMLElement[]"
|
|
22386
|
+
}
|
|
22333
22387
|
},
|
|
22334
22388
|
{
|
|
22335
|
-
"name": "
|
|
22336
|
-
"optional": true,
|
|
22389
|
+
"name": "newValue",
|
|
22337
22390
|
"type": {
|
|
22338
|
-
"text": "
|
|
22339
|
-
}
|
|
22340
|
-
"description": "the current checked value"
|
|
22391
|
+
"text": "HTMLElement[]"
|
|
22392
|
+
}
|
|
22341
22393
|
}
|
|
22342
22394
|
],
|
|
22343
|
-
"description": "Updates the ariaChecked property when the checked property changes.",
|
|
22344
22395
|
"inheritedFrom": {
|
|
22345
|
-
"name": "
|
|
22346
|
-
"module": "src/
|
|
22396
|
+
"name": "Menu",
|
|
22397
|
+
"module": "src/menu/menu.ts"
|
|
22347
22398
|
}
|
|
22348
22399
|
},
|
|
22349
22400
|
{
|
|
22350
22401
|
"kind": "field",
|
|
22351
|
-
"name": "
|
|
22402
|
+
"name": "menuItems",
|
|
22352
22403
|
"type": {
|
|
22353
|
-
"text": "
|
|
22404
|
+
"text": "Element[] | undefined"
|
|
22354
22405
|
},
|
|
22355
|
-
"privacy": "
|
|
22356
|
-
"description": "The default slotted content.",
|
|
22406
|
+
"privacy": "private",
|
|
22357
22407
|
"inheritedFrom": {
|
|
22358
|
-
"name": "
|
|
22359
|
-
"module": "src/
|
|
22408
|
+
"name": "Menu",
|
|
22409
|
+
"module": "src/menu/menu.ts"
|
|
22360
22410
|
}
|
|
22361
22411
|
},
|
|
22362
22412
|
{
|
|
22363
22413
|
"kind": "field",
|
|
22364
|
-
"name": "
|
|
22414
|
+
"name": "expandedItem",
|
|
22365
22415
|
"type": {
|
|
22366
|
-
"text": "
|
|
22416
|
+
"text": "MenuItem | null"
|
|
22367
22417
|
},
|
|
22368
|
-
"privacy": "
|
|
22369
|
-
"default": "
|
|
22370
|
-
"description": "The defaultSelected state of the option.",
|
|
22418
|
+
"privacy": "private",
|
|
22419
|
+
"default": "null",
|
|
22371
22420
|
"inheritedFrom": {
|
|
22372
|
-
"name": "
|
|
22373
|
-
"module": "src/
|
|
22421
|
+
"name": "Menu",
|
|
22422
|
+
"module": "src/menu/menu.ts"
|
|
22374
22423
|
}
|
|
22375
22424
|
},
|
|
22376
22425
|
{
|
|
22377
|
-
"kind": "
|
|
22378
|
-
"name": "
|
|
22379
|
-
"
|
|
22380
|
-
|
|
22381
|
-
"type": {
|
|
22382
|
-
"text": "void"
|
|
22383
|
-
}
|
|
22426
|
+
"kind": "field",
|
|
22427
|
+
"name": "focusIndex",
|
|
22428
|
+
"type": {
|
|
22429
|
+
"text": "number"
|
|
22384
22430
|
},
|
|
22431
|
+
"privacy": "private",
|
|
22432
|
+
"default": "-1",
|
|
22433
|
+
"description": "The index of the focusable element in the items array\ndefaults to -1",
|
|
22385
22434
|
"inheritedFrom": {
|
|
22386
|
-
"name": "
|
|
22387
|
-
"module": "src/
|
|
22435
|
+
"name": "Menu",
|
|
22436
|
+
"module": "src/menu/menu.ts"
|
|
22388
22437
|
}
|
|
22389
22438
|
},
|
|
22390
22439
|
{
|
|
22391
22440
|
"kind": "field",
|
|
22392
|
-
"name": "
|
|
22441
|
+
"name": "focusableElementRoles",
|
|
22393
22442
|
"type": {
|
|
22394
|
-
"text": "
|
|
22443
|
+
"text": "{ [key: string]: string }"
|
|
22395
22444
|
},
|
|
22396
|
-
"privacy": "
|
|
22397
|
-
"
|
|
22445
|
+
"privacy": "private",
|
|
22446
|
+
"static": true,
|
|
22447
|
+
"default": "roleForMenuItem",
|
|
22398
22448
|
"inheritedFrom": {
|
|
22399
|
-
"name": "
|
|
22400
|
-
"module": "src/
|
|
22449
|
+
"name": "Menu",
|
|
22450
|
+
"module": "src/menu/menu.ts"
|
|
22401
22451
|
}
|
|
22402
22452
|
},
|
|
22403
22453
|
{
|
|
22404
22454
|
"kind": "method",
|
|
22405
|
-
"name": "
|
|
22406
|
-
"privacy": "
|
|
22455
|
+
"name": "focus",
|
|
22456
|
+
"privacy": "public",
|
|
22407
22457
|
"return": {
|
|
22408
22458
|
"type": {
|
|
22409
22459
|
"text": "void"
|
|
22410
22460
|
}
|
|
22411
22461
|
},
|
|
22412
|
-
"
|
|
22413
|
-
{
|
|
22414
|
-
"name": "prev",
|
|
22415
|
-
"type": {
|
|
22416
|
-
"text": "boolean"
|
|
22417
|
-
}
|
|
22418
|
-
},
|
|
22419
|
-
{
|
|
22420
|
-
"name": "next",
|
|
22421
|
-
"type": {
|
|
22422
|
-
"text": "boolean"
|
|
22423
|
-
}
|
|
22424
|
-
}
|
|
22425
|
-
],
|
|
22426
|
-
"inheritedFrom": {
|
|
22427
|
-
"name": "ListboxOption",
|
|
22428
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
22429
|
-
}
|
|
22430
|
-
},
|
|
22431
|
-
{
|
|
22432
|
-
"kind": "field",
|
|
22433
|
-
"name": "selectedAttribute",
|
|
22434
|
-
"type": {
|
|
22435
|
-
"text": "boolean"
|
|
22436
|
-
},
|
|
22437
|
-
"privacy": "public",
|
|
22438
|
-
"description": "The selected attribute value. This sets the initial selected value.",
|
|
22462
|
+
"description": "Focuses the first item in the menu.",
|
|
22439
22463
|
"inheritedFrom": {
|
|
22440
|
-
"name": "
|
|
22441
|
-
"module": "src/
|
|
22464
|
+
"name": "Menu",
|
|
22465
|
+
"module": "src/menu/menu.ts"
|
|
22442
22466
|
}
|
|
22443
22467
|
},
|
|
22444
22468
|
{
|
|
22445
22469
|
"kind": "method",
|
|
22446
|
-
"name": "
|
|
22447
|
-
"privacy": "
|
|
22470
|
+
"name": "collapseExpandedItem",
|
|
22471
|
+
"privacy": "public",
|
|
22448
22472
|
"return": {
|
|
22449
22473
|
"type": {
|
|
22450
22474
|
"text": "void"
|
|
22451
22475
|
}
|
|
22452
22476
|
},
|
|
22477
|
+
"description": "Collapses any expanded menu items.",
|
|
22453
22478
|
"inheritedFrom": {
|
|
22454
|
-
"name": "
|
|
22455
|
-
"module": "src/
|
|
22479
|
+
"name": "Menu",
|
|
22480
|
+
"module": "src/menu/menu.ts"
|
|
22456
22481
|
}
|
|
22457
22482
|
},
|
|
22458
22483
|
{
|
|
22459
22484
|
"kind": "field",
|
|
22460
|
-
"name": "
|
|
22461
|
-
"
|
|
22462
|
-
"text": "boolean"
|
|
22463
|
-
},
|
|
22464
|
-
"privacy": "public",
|
|
22465
|
-
"description": "The checked state of the control.",
|
|
22485
|
+
"name": "handleItemFocus",
|
|
22486
|
+
"privacy": "private",
|
|
22466
22487
|
"inheritedFrom": {
|
|
22467
|
-
"name": "
|
|
22468
|
-
"module": "src/
|
|
22488
|
+
"name": "Menu",
|
|
22489
|
+
"module": "src/menu/menu.ts"
|
|
22490
|
+
}
|
|
22491
|
+
},
|
|
22492
|
+
{
|
|
22493
|
+
"kind": "field",
|
|
22494
|
+
"name": "handleExpandedChanged",
|
|
22495
|
+
"privacy": "private",
|
|
22496
|
+
"inheritedFrom": {
|
|
22497
|
+
"name": "Menu",
|
|
22498
|
+
"module": "src/menu/menu.ts"
|
|
22499
|
+
}
|
|
22500
|
+
},
|
|
22501
|
+
{
|
|
22502
|
+
"kind": "field",
|
|
22503
|
+
"name": "removeItemListeners",
|
|
22504
|
+
"privacy": "private",
|
|
22505
|
+
"inheritedFrom": {
|
|
22506
|
+
"name": "Menu",
|
|
22507
|
+
"module": "src/menu/menu.ts"
|
|
22508
|
+
}
|
|
22509
|
+
},
|
|
22510
|
+
{
|
|
22511
|
+
"kind": "field",
|
|
22512
|
+
"name": "setItems",
|
|
22513
|
+
"privacy": "private",
|
|
22514
|
+
"inheritedFrom": {
|
|
22515
|
+
"name": "Menu",
|
|
22516
|
+
"module": "src/menu/menu.ts"
|
|
22517
|
+
}
|
|
22518
|
+
},
|
|
22519
|
+
{
|
|
22520
|
+
"kind": "field",
|
|
22521
|
+
"name": "changeHandler",
|
|
22522
|
+
"privacy": "private",
|
|
22523
|
+
"description": "handle change from child element",
|
|
22524
|
+
"inheritedFrom": {
|
|
22525
|
+
"name": "Menu",
|
|
22526
|
+
"module": "src/menu/menu.ts"
|
|
22469
22527
|
}
|
|
22470
22528
|
},
|
|
22471
22529
|
{
|
|
22472
22530
|
"kind": "method",
|
|
22473
|
-
"name": "
|
|
22474
|
-
"privacy": "
|
|
22531
|
+
"name": "domChildren",
|
|
22532
|
+
"privacy": "private",
|
|
22475
22533
|
"return": {
|
|
22476
22534
|
"type": {
|
|
22477
|
-
"text": "
|
|
22535
|
+
"text": "Element[]"
|
|
22478
22536
|
}
|
|
22479
22537
|
},
|
|
22538
|
+
"description": "get an array of valid DOM children",
|
|
22480
22539
|
"inheritedFrom": {
|
|
22481
|
-
"name": "
|
|
22482
|
-
"module": "src/
|
|
22540
|
+
"name": "Menu",
|
|
22541
|
+
"module": "src/menu/menu.ts"
|
|
22483
22542
|
}
|
|
22484
22543
|
},
|
|
22485
22544
|
{
|
|
22486
22545
|
"kind": "field",
|
|
22487
|
-
"name": "
|
|
22488
|
-
"
|
|
22489
|
-
|
|
22490
|
-
},
|
|
22491
|
-
"privacy": "public",
|
|
22492
|
-
"default": "false",
|
|
22493
|
-
"description": "Track whether the value has been changed from the initial value",
|
|
22546
|
+
"name": "isMenuItemElement",
|
|
22547
|
+
"privacy": "private",
|
|
22548
|
+
"description": "check if the item is a menu item",
|
|
22494
22549
|
"inheritedFrom": {
|
|
22495
|
-
"name": "
|
|
22496
|
-
"module": "src/
|
|
22550
|
+
"name": "Menu",
|
|
22551
|
+
"module": "src/menu/menu.ts"
|
|
22497
22552
|
}
|
|
22498
22553
|
},
|
|
22499
22554
|
{
|
|
22500
22555
|
"kind": "field",
|
|
22501
|
-
"name": "
|
|
22502
|
-
"
|
|
22503
|
-
|
|
22504
|
-
},
|
|
22505
|
-
"privacy": "protected",
|
|
22506
|
-
"description": "The initial value of the option. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
22556
|
+
"name": "isFocusableElement",
|
|
22557
|
+
"privacy": "private",
|
|
22558
|
+
"description": "check if the item is focusable",
|
|
22507
22559
|
"inheritedFrom": {
|
|
22508
|
-
"name": "
|
|
22509
|
-
"module": "src/
|
|
22560
|
+
"name": "Menu",
|
|
22561
|
+
"module": "src/menu/menu.ts"
|
|
22510
22562
|
}
|
|
22511
22563
|
},
|
|
22512
22564
|
{
|
|
22513
22565
|
"kind": "method",
|
|
22514
|
-
"name": "
|
|
22515
|
-
"privacy": "
|
|
22566
|
+
"name": "setFocus",
|
|
22567
|
+
"privacy": "private",
|
|
22516
22568
|
"return": {
|
|
22517
22569
|
"type": {
|
|
22518
22570
|
"text": "void"
|
|
@@ -22520,75 +22572,21 @@
|
|
|
22520
22572
|
},
|
|
22521
22573
|
"parameters": [
|
|
22522
22574
|
{
|
|
22523
|
-
"name": "
|
|
22575
|
+
"name": "focusIndex",
|
|
22524
22576
|
"type": {
|
|
22525
|
-
"text": "
|
|
22577
|
+
"text": "number"
|
|
22526
22578
|
}
|
|
22527
22579
|
},
|
|
22528
22580
|
{
|
|
22529
|
-
"name": "
|
|
22581
|
+
"name": "adjustment",
|
|
22530
22582
|
"type": {
|
|
22531
|
-
"text": "
|
|
22583
|
+
"text": "number"
|
|
22532
22584
|
}
|
|
22533
22585
|
}
|
|
22534
22586
|
],
|
|
22535
22587
|
"inheritedFrom": {
|
|
22536
|
-
"name": "
|
|
22537
|
-
"module": "src/
|
|
22538
|
-
}
|
|
22539
|
-
},
|
|
22540
|
-
{
|
|
22541
|
-
"kind": "field",
|
|
22542
|
-
"name": "label",
|
|
22543
|
-
"privacy": "public",
|
|
22544
|
-
"inheritedFrom": {
|
|
22545
|
-
"name": "ListboxOption",
|
|
22546
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
22547
|
-
}
|
|
22548
|
-
},
|
|
22549
|
-
{
|
|
22550
|
-
"kind": "field",
|
|
22551
|
-
"name": "text",
|
|
22552
|
-
"type": {
|
|
22553
|
-
"text": "string"
|
|
22554
|
-
},
|
|
22555
|
-
"privacy": "public",
|
|
22556
|
-
"inheritedFrom": {
|
|
22557
|
-
"name": "ListboxOption",
|
|
22558
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
22559
|
-
}
|
|
22560
|
-
},
|
|
22561
|
-
{
|
|
22562
|
-
"kind": "field",
|
|
22563
|
-
"name": "value",
|
|
22564
|
-
"privacy": "public",
|
|
22565
|
-
"type": {
|
|
22566
|
-
"text": "string"
|
|
22567
|
-
},
|
|
22568
|
-
"inheritedFrom": {
|
|
22569
|
-
"name": "ListboxOption",
|
|
22570
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
22571
|
-
}
|
|
22572
|
-
},
|
|
22573
|
-
{
|
|
22574
|
-
"kind": "field",
|
|
22575
|
-
"name": "form",
|
|
22576
|
-
"type": {
|
|
22577
|
-
"text": "HTMLFormElement | null"
|
|
22578
|
-
},
|
|
22579
|
-
"privacy": "public",
|
|
22580
|
-
"inheritedFrom": {
|
|
22581
|
-
"name": "ListboxOption",
|
|
22582
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
22583
|
-
}
|
|
22584
|
-
},
|
|
22585
|
-
{
|
|
22586
|
-
"kind": "field",
|
|
22587
|
-
"name": "proxy",
|
|
22588
|
-
"default": "new Option(\n `${this.textContent}`,\n this.initialValue,\n this.defaultSelected,\n this.selected\n )",
|
|
22589
|
-
"inheritedFrom": {
|
|
22590
|
-
"name": "ListboxOption",
|
|
22591
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
22588
|
+
"name": "Menu",
|
|
22589
|
+
"module": "src/menu/menu.ts"
|
|
22592
22590
|
}
|
|
22593
22591
|
},
|
|
22594
22592
|
{
|
|
@@ -22706,7 +22704,7 @@
|
|
|
22706
22704
|
},
|
|
22707
22705
|
{
|
|
22708
22706
|
"kind": "variable",
|
|
22709
|
-
"name": "
|
|
22707
|
+
"name": "foundationMenuShadowOptions",
|
|
22710
22708
|
"type": {
|
|
22711
22709
|
"text": "ShadowRootInit"
|
|
22712
22710
|
},
|
|
@@ -22714,7 +22712,7 @@
|
|
|
22714
22712
|
},
|
|
22715
22713
|
{
|
|
22716
22714
|
"kind": "variable",
|
|
22717
|
-
"name": "
|
|
22715
|
+
"name": "defaultMenuConfig",
|
|
22718
22716
|
"type": {
|
|
22719
22717
|
"text": "object"
|
|
22720
22718
|
},
|
|
@@ -22722,40 +22720,42 @@
|
|
|
22722
22720
|
},
|
|
22723
22721
|
{
|
|
22724
22722
|
"kind": "variable",
|
|
22725
|
-
"name": "
|
|
22723
|
+
"name": "foundationMenu",
|
|
22724
|
+
"description": "The Foundation Menu",
|
|
22725
|
+
"privacy": "public"
|
|
22726
22726
|
}
|
|
22727
22727
|
],
|
|
22728
22728
|
"exports": [
|
|
22729
22729
|
{
|
|
22730
22730
|
"kind": "js",
|
|
22731
|
-
"name": "
|
|
22731
|
+
"name": "Menu",
|
|
22732
22732
|
"declaration": {
|
|
22733
|
-
"name": "
|
|
22734
|
-
"module": "src/
|
|
22733
|
+
"name": "Menu",
|
|
22734
|
+
"module": "src/menu/menu.ts"
|
|
22735
22735
|
}
|
|
22736
22736
|
},
|
|
22737
22737
|
{
|
|
22738
22738
|
"kind": "js",
|
|
22739
|
-
"name": "
|
|
22739
|
+
"name": "foundationMenuShadowOptions",
|
|
22740
22740
|
"declaration": {
|
|
22741
|
-
"name": "
|
|
22742
|
-
"module": "src/
|
|
22741
|
+
"name": "foundationMenuShadowOptions",
|
|
22742
|
+
"module": "src/menu/menu.ts"
|
|
22743
22743
|
}
|
|
22744
22744
|
},
|
|
22745
22745
|
{
|
|
22746
22746
|
"kind": "js",
|
|
22747
|
-
"name": "
|
|
22747
|
+
"name": "defaultMenuConfig",
|
|
22748
22748
|
"declaration": {
|
|
22749
|
-
"name": "
|
|
22750
|
-
"module": "src/
|
|
22749
|
+
"name": "defaultMenuConfig",
|
|
22750
|
+
"module": "src/menu/menu.ts"
|
|
22751
22751
|
}
|
|
22752
22752
|
},
|
|
22753
22753
|
{
|
|
22754
22754
|
"kind": "js",
|
|
22755
|
-
"name": "
|
|
22755
|
+
"name": "foundationMenu",
|
|
22756
22756
|
"declaration": {
|
|
22757
|
-
"name": "
|
|
22758
|
-
"module": "src/
|
|
22757
|
+
"name": "foundationMenu",
|
|
22758
|
+
"module": "src/menu/menu.ts"
|
|
22759
22759
|
}
|
|
22760
22760
|
}
|
|
22761
22761
|
]
|
|
@@ -24519,6 +24519,324 @@
|
|
|
24519
24519
|
}
|
|
24520
24520
|
]
|
|
24521
24521
|
},
|
|
24522
|
+
{
|
|
24523
|
+
"kind": "javascript-module",
|
|
24524
|
+
"path": "src/notification-listener/index.ts",
|
|
24525
|
+
"declarations": [],
|
|
24526
|
+
"exports": [
|
|
24527
|
+
{
|
|
24528
|
+
"kind": "js",
|
|
24529
|
+
"name": "*",
|
|
24530
|
+
"declaration": {
|
|
24531
|
+
"name": "*",
|
|
24532
|
+
"package": "./notification-listener.template"
|
|
24533
|
+
}
|
|
24534
|
+
},
|
|
24535
|
+
{
|
|
24536
|
+
"kind": "js",
|
|
24537
|
+
"name": "*",
|
|
24538
|
+
"declaration": {
|
|
24539
|
+
"name": "*",
|
|
24540
|
+
"package": "./notification-listener"
|
|
24541
|
+
}
|
|
24542
|
+
}
|
|
24543
|
+
]
|
|
24544
|
+
},
|
|
24545
|
+
{
|
|
24546
|
+
"kind": "javascript-module",
|
|
24547
|
+
"path": "src/notification-listener/notification-listener.template.ts",
|
|
24548
|
+
"declarations": [
|
|
24549
|
+
{
|
|
24550
|
+
"kind": "variable",
|
|
24551
|
+
"name": "foundationNotificationListenerTemplate",
|
|
24552
|
+
"type": {
|
|
24553
|
+
"text": "ViewTemplate<NotificationListener>"
|
|
24554
|
+
},
|
|
24555
|
+
"default": "html<NotificationListener>`\n <template ${ref('notificationListener')}>\n <slot></slot>\n </template>\n`"
|
|
24556
|
+
}
|
|
24557
|
+
],
|
|
24558
|
+
"exports": [
|
|
24559
|
+
{
|
|
24560
|
+
"kind": "js",
|
|
24561
|
+
"name": "foundationNotificationListenerTemplate",
|
|
24562
|
+
"declaration": {
|
|
24563
|
+
"name": "foundationNotificationListenerTemplate",
|
|
24564
|
+
"module": "src/notification-listener/notification-listener.template.ts"
|
|
24565
|
+
}
|
|
24566
|
+
}
|
|
24567
|
+
]
|
|
24568
|
+
},
|
|
24569
|
+
{
|
|
24570
|
+
"kind": "javascript-module",
|
|
24571
|
+
"path": "src/notification-listener/notification-listener.ts",
|
|
24572
|
+
"declarations": [
|
|
24573
|
+
{
|
|
24574
|
+
"kind": "variable",
|
|
24575
|
+
"name": "foundationNotificationListenerShadowOptions",
|
|
24576
|
+
"type": {
|
|
24577
|
+
"text": "ShadowRootInit"
|
|
24578
|
+
},
|
|
24579
|
+
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
24580
|
+
},
|
|
24581
|
+
{
|
|
24582
|
+
"kind": "class",
|
|
24583
|
+
"description": "",
|
|
24584
|
+
"name": "NotificationListener",
|
|
24585
|
+
"members": [
|
|
24586
|
+
{
|
|
24587
|
+
"kind": "field",
|
|
24588
|
+
"name": "notificationListener",
|
|
24589
|
+
"type": {
|
|
24590
|
+
"text": "HTMLElement"
|
|
24591
|
+
}
|
|
24592
|
+
},
|
|
24593
|
+
{
|
|
24594
|
+
"kind": "field",
|
|
24595
|
+
"name": "resourceName",
|
|
24596
|
+
"description": "The resource name holding new and existing notifications",
|
|
24597
|
+
"privacy": "public"
|
|
24598
|
+
},
|
|
24599
|
+
{
|
|
24600
|
+
"kind": "field",
|
|
24601
|
+
"name": "closeTimeout",
|
|
24602
|
+
"type": {
|
|
24603
|
+
"text": "number"
|
|
24604
|
+
},
|
|
24605
|
+
"default": "0",
|
|
24606
|
+
"description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
|
|
24607
|
+
"privacy": "public"
|
|
24608
|
+
},
|
|
24609
|
+
{
|
|
24610
|
+
"kind": "field",
|
|
24611
|
+
"name": "toastButtons",
|
|
24612
|
+
"type": {
|
|
24613
|
+
"text": "ToastButton[]"
|
|
24614
|
+
},
|
|
24615
|
+
"default": "[]",
|
|
24616
|
+
"description": "Array of buttons for notification toasts",
|
|
24617
|
+
"privacy": "public"
|
|
24618
|
+
},
|
|
24619
|
+
{
|
|
24620
|
+
"kind": "field",
|
|
24621
|
+
"name": "dataSub",
|
|
24622
|
+
"type": {
|
|
24623
|
+
"text": "Subscription"
|
|
24624
|
+
},
|
|
24625
|
+
"privacy": "protected"
|
|
24626
|
+
},
|
|
24627
|
+
{
|
|
24628
|
+
"kind": "field",
|
|
24629
|
+
"name": "datasource",
|
|
24630
|
+
"type": {
|
|
24631
|
+
"text": "Datasource"
|
|
24632
|
+
},
|
|
24633
|
+
"privacy": "private"
|
|
24634
|
+
},
|
|
24635
|
+
{
|
|
24636
|
+
"kind": "method",
|
|
24637
|
+
"name": "handleStreamUpdate",
|
|
24638
|
+
"privacy": "private",
|
|
24639
|
+
"return": {
|
|
24640
|
+
"type": {
|
|
24641
|
+
"text": "void"
|
|
24642
|
+
}
|
|
24643
|
+
},
|
|
24644
|
+
"parameters": [
|
|
24645
|
+
{
|
|
24646
|
+
"name": "dataServerResult",
|
|
24647
|
+
"type": {
|
|
24648
|
+
"text": "any"
|
|
24649
|
+
}
|
|
24650
|
+
}
|
|
24651
|
+
]
|
|
24652
|
+
},
|
|
24653
|
+
{
|
|
24654
|
+
"kind": "method",
|
|
24655
|
+
"name": "showNotificationToast",
|
|
24656
|
+
"privacy": "protected",
|
|
24657
|
+
"return": {
|
|
24658
|
+
"type": {
|
|
24659
|
+
"text": "void"
|
|
24660
|
+
}
|
|
24661
|
+
},
|
|
24662
|
+
"parameters": [
|
|
24663
|
+
{
|
|
24664
|
+
"name": "row",
|
|
24665
|
+
"type": {
|
|
24666
|
+
"text": "NotificationDataRow"
|
|
24667
|
+
}
|
|
24668
|
+
}
|
|
24669
|
+
]
|
|
24670
|
+
},
|
|
24671
|
+
{
|
|
24672
|
+
"kind": "field",
|
|
24673
|
+
"name": "_presentation",
|
|
24674
|
+
"type": {
|
|
24675
|
+
"text": "ComponentPresentation | null | undefined"
|
|
24676
|
+
},
|
|
24677
|
+
"privacy": "private",
|
|
24678
|
+
"default": "void 0",
|
|
24679
|
+
"inheritedFrom": {
|
|
24680
|
+
"name": "FoundationElement",
|
|
24681
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
24682
|
+
}
|
|
24683
|
+
},
|
|
24684
|
+
{
|
|
24685
|
+
"kind": "field",
|
|
24686
|
+
"name": "$presentation",
|
|
24687
|
+
"type": {
|
|
24688
|
+
"text": "ComponentPresentation | null"
|
|
24689
|
+
},
|
|
24690
|
+
"privacy": "public",
|
|
24691
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
24692
|
+
"inheritedFrom": {
|
|
24693
|
+
"name": "FoundationElement",
|
|
24694
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
24695
|
+
}
|
|
24696
|
+
},
|
|
24697
|
+
{
|
|
24698
|
+
"kind": "field",
|
|
24699
|
+
"name": "template",
|
|
24700
|
+
"type": {
|
|
24701
|
+
"text": "ElementViewTemplate | void | null"
|
|
24702
|
+
},
|
|
24703
|
+
"privacy": "public",
|
|
24704
|
+
"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.",
|
|
24705
|
+
"inheritedFrom": {
|
|
24706
|
+
"name": "FoundationElement",
|
|
24707
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
24708
|
+
}
|
|
24709
|
+
},
|
|
24710
|
+
{
|
|
24711
|
+
"kind": "method",
|
|
24712
|
+
"name": "templateChanged",
|
|
24713
|
+
"privacy": "protected",
|
|
24714
|
+
"return": {
|
|
24715
|
+
"type": {
|
|
24716
|
+
"text": "void"
|
|
24717
|
+
}
|
|
24718
|
+
},
|
|
24719
|
+
"inheritedFrom": {
|
|
24720
|
+
"name": "FoundationElement",
|
|
24721
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
24722
|
+
}
|
|
24723
|
+
},
|
|
24724
|
+
{
|
|
24725
|
+
"kind": "field",
|
|
24726
|
+
"name": "styles",
|
|
24727
|
+
"type": {
|
|
24728
|
+
"text": "ElementStyles | void | null"
|
|
24729
|
+
},
|
|
24730
|
+
"privacy": "public",
|
|
24731
|
+
"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.",
|
|
24732
|
+
"inheritedFrom": {
|
|
24733
|
+
"name": "FoundationElement",
|
|
24734
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
24735
|
+
}
|
|
24736
|
+
},
|
|
24737
|
+
{
|
|
24738
|
+
"kind": "method",
|
|
24739
|
+
"name": "stylesChanged",
|
|
24740
|
+
"privacy": "protected",
|
|
24741
|
+
"return": {
|
|
24742
|
+
"type": {
|
|
24743
|
+
"text": "void"
|
|
24744
|
+
}
|
|
24745
|
+
},
|
|
24746
|
+
"inheritedFrom": {
|
|
24747
|
+
"name": "FoundationElement",
|
|
24748
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
24749
|
+
}
|
|
24750
|
+
},
|
|
24751
|
+
{
|
|
24752
|
+
"kind": "method",
|
|
24753
|
+
"name": "compose",
|
|
24754
|
+
"privacy": "public",
|
|
24755
|
+
"static": true,
|
|
24756
|
+
"return": {
|
|
24757
|
+
"type": {
|
|
24758
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
24759
|
+
}
|
|
24760
|
+
},
|
|
24761
|
+
"parameters": [
|
|
24762
|
+
{
|
|
24763
|
+
"name": "this",
|
|
24764
|
+
"type": {
|
|
24765
|
+
"text": "K"
|
|
24766
|
+
}
|
|
24767
|
+
},
|
|
24768
|
+
{
|
|
24769
|
+
"name": "elementDefinition",
|
|
24770
|
+
"type": {
|
|
24771
|
+
"text": "T"
|
|
24772
|
+
},
|
|
24773
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
24774
|
+
}
|
|
24775
|
+
],
|
|
24776
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
24777
|
+
"inheritedFrom": {
|
|
24778
|
+
"name": "FoundationElement",
|
|
24779
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
24780
|
+
}
|
|
24781
|
+
}
|
|
24782
|
+
],
|
|
24783
|
+
"attributes": [
|
|
24784
|
+
{
|
|
24785
|
+
"name": "resource-name",
|
|
24786
|
+
"description": "The resource name holding new and existing notifications",
|
|
24787
|
+
"fieldName": "resourceName"
|
|
24788
|
+
},
|
|
24789
|
+
{
|
|
24790
|
+
"name": "close-timeout",
|
|
24791
|
+
"type": {
|
|
24792
|
+
"text": "number"
|
|
24793
|
+
},
|
|
24794
|
+
"default": "0",
|
|
24795
|
+
"description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
|
|
24796
|
+
"fieldName": "closeTimeout"
|
|
24797
|
+
}
|
|
24798
|
+
],
|
|
24799
|
+
"superclass": {
|
|
24800
|
+
"name": "FoundationElement",
|
|
24801
|
+
"package": "@microsoft/fast-foundation"
|
|
24802
|
+
},
|
|
24803
|
+
"tagName": "%%prefix%%-notification-listener",
|
|
24804
|
+
"customElement": true
|
|
24805
|
+
},
|
|
24806
|
+
{
|
|
24807
|
+
"kind": "variable",
|
|
24808
|
+
"name": "foundationNotificationListener",
|
|
24809
|
+
"description": "The Foundation Notification Listener",
|
|
24810
|
+
"privacy": "public"
|
|
24811
|
+
}
|
|
24812
|
+
],
|
|
24813
|
+
"exports": [
|
|
24814
|
+
{
|
|
24815
|
+
"kind": "js",
|
|
24816
|
+
"name": "foundationNotificationListenerShadowOptions",
|
|
24817
|
+
"declaration": {
|
|
24818
|
+
"name": "foundationNotificationListenerShadowOptions",
|
|
24819
|
+
"module": "src/notification-listener/notification-listener.ts"
|
|
24820
|
+
}
|
|
24821
|
+
},
|
|
24822
|
+
{
|
|
24823
|
+
"kind": "js",
|
|
24824
|
+
"name": "NotificationListener",
|
|
24825
|
+
"declaration": {
|
|
24826
|
+
"name": "NotificationListener",
|
|
24827
|
+
"module": "src/notification-listener/notification-listener.ts"
|
|
24828
|
+
}
|
|
24829
|
+
},
|
|
24830
|
+
{
|
|
24831
|
+
"kind": "js",
|
|
24832
|
+
"name": "foundationNotificationListener",
|
|
24833
|
+
"declaration": {
|
|
24834
|
+
"name": "foundationNotificationListener",
|
|
24835
|
+
"module": "src/notification-listener/notification-listener.ts"
|
|
24836
|
+
}
|
|
24837
|
+
}
|
|
24838
|
+
]
|
|
24839
|
+
},
|
|
24522
24840
|
{
|
|
24523
24841
|
"kind": "javascript-module",
|
|
24524
24842
|
"path": "src/number-field/index.ts",
|
|
@@ -25320,324 +25638,6 @@
|
|
|
25320
25638
|
}
|
|
25321
25639
|
]
|
|
25322
25640
|
},
|
|
25323
|
-
{
|
|
25324
|
-
"kind": "javascript-module",
|
|
25325
|
-
"path": "src/notification-listener/index.ts",
|
|
25326
|
-
"declarations": [],
|
|
25327
|
-
"exports": [
|
|
25328
|
-
{
|
|
25329
|
-
"kind": "js",
|
|
25330
|
-
"name": "*",
|
|
25331
|
-
"declaration": {
|
|
25332
|
-
"name": "*",
|
|
25333
|
-
"package": "./notification-listener.template"
|
|
25334
|
-
}
|
|
25335
|
-
},
|
|
25336
|
-
{
|
|
25337
|
-
"kind": "js",
|
|
25338
|
-
"name": "*",
|
|
25339
|
-
"declaration": {
|
|
25340
|
-
"name": "*",
|
|
25341
|
-
"package": "./notification-listener"
|
|
25342
|
-
}
|
|
25343
|
-
}
|
|
25344
|
-
]
|
|
25345
|
-
},
|
|
25346
|
-
{
|
|
25347
|
-
"kind": "javascript-module",
|
|
25348
|
-
"path": "src/notification-listener/notification-listener.template.ts",
|
|
25349
|
-
"declarations": [
|
|
25350
|
-
{
|
|
25351
|
-
"kind": "variable",
|
|
25352
|
-
"name": "foundationNotificationListenerTemplate",
|
|
25353
|
-
"type": {
|
|
25354
|
-
"text": "ViewTemplate<NotificationListener>"
|
|
25355
|
-
},
|
|
25356
|
-
"default": "html<NotificationListener>`\n <template ${ref('notificationListener')}>\n <slot></slot>\n </template>\n`"
|
|
25357
|
-
}
|
|
25358
|
-
],
|
|
25359
|
-
"exports": [
|
|
25360
|
-
{
|
|
25361
|
-
"kind": "js",
|
|
25362
|
-
"name": "foundationNotificationListenerTemplate",
|
|
25363
|
-
"declaration": {
|
|
25364
|
-
"name": "foundationNotificationListenerTemplate",
|
|
25365
|
-
"module": "src/notification-listener/notification-listener.template.ts"
|
|
25366
|
-
}
|
|
25367
|
-
}
|
|
25368
|
-
]
|
|
25369
|
-
},
|
|
25370
|
-
{
|
|
25371
|
-
"kind": "javascript-module",
|
|
25372
|
-
"path": "src/notification-listener/notification-listener.ts",
|
|
25373
|
-
"declarations": [
|
|
25374
|
-
{
|
|
25375
|
-
"kind": "variable",
|
|
25376
|
-
"name": "foundationNotificationListenerShadowOptions",
|
|
25377
|
-
"type": {
|
|
25378
|
-
"text": "ShadowRootInit"
|
|
25379
|
-
},
|
|
25380
|
-
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
25381
|
-
},
|
|
25382
|
-
{
|
|
25383
|
-
"kind": "class",
|
|
25384
|
-
"description": "",
|
|
25385
|
-
"name": "NotificationListener",
|
|
25386
|
-
"members": [
|
|
25387
|
-
{
|
|
25388
|
-
"kind": "field",
|
|
25389
|
-
"name": "notificationListener",
|
|
25390
|
-
"type": {
|
|
25391
|
-
"text": "HTMLElement"
|
|
25392
|
-
}
|
|
25393
|
-
},
|
|
25394
|
-
{
|
|
25395
|
-
"kind": "field",
|
|
25396
|
-
"name": "resourceName",
|
|
25397
|
-
"description": "The resource name holding new and existing notifications",
|
|
25398
|
-
"privacy": "public"
|
|
25399
|
-
},
|
|
25400
|
-
{
|
|
25401
|
-
"kind": "field",
|
|
25402
|
-
"name": "closeTimeout",
|
|
25403
|
-
"type": {
|
|
25404
|
-
"text": "number"
|
|
25405
|
-
},
|
|
25406
|
-
"default": "0",
|
|
25407
|
-
"description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
|
|
25408
|
-
"privacy": "public"
|
|
25409
|
-
},
|
|
25410
|
-
{
|
|
25411
|
-
"kind": "field",
|
|
25412
|
-
"name": "toastButtons",
|
|
25413
|
-
"type": {
|
|
25414
|
-
"text": "ToastButton[]"
|
|
25415
|
-
},
|
|
25416
|
-
"default": "[]",
|
|
25417
|
-
"description": "Array of buttons for notification toasts",
|
|
25418
|
-
"privacy": "public"
|
|
25419
|
-
},
|
|
25420
|
-
{
|
|
25421
|
-
"kind": "field",
|
|
25422
|
-
"name": "dataSub",
|
|
25423
|
-
"type": {
|
|
25424
|
-
"text": "Subscription"
|
|
25425
|
-
},
|
|
25426
|
-
"privacy": "protected"
|
|
25427
|
-
},
|
|
25428
|
-
{
|
|
25429
|
-
"kind": "field",
|
|
25430
|
-
"name": "datasource",
|
|
25431
|
-
"type": {
|
|
25432
|
-
"text": "Datasource"
|
|
25433
|
-
},
|
|
25434
|
-
"privacy": "private"
|
|
25435
|
-
},
|
|
25436
|
-
{
|
|
25437
|
-
"kind": "method",
|
|
25438
|
-
"name": "handleStreamUpdate",
|
|
25439
|
-
"privacy": "private",
|
|
25440
|
-
"return": {
|
|
25441
|
-
"type": {
|
|
25442
|
-
"text": "void"
|
|
25443
|
-
}
|
|
25444
|
-
},
|
|
25445
|
-
"parameters": [
|
|
25446
|
-
{
|
|
25447
|
-
"name": "dataServerResult",
|
|
25448
|
-
"type": {
|
|
25449
|
-
"text": "any"
|
|
25450
|
-
}
|
|
25451
|
-
}
|
|
25452
|
-
]
|
|
25453
|
-
},
|
|
25454
|
-
{
|
|
25455
|
-
"kind": "method",
|
|
25456
|
-
"name": "showNotificationToast",
|
|
25457
|
-
"privacy": "protected",
|
|
25458
|
-
"return": {
|
|
25459
|
-
"type": {
|
|
25460
|
-
"text": "void"
|
|
25461
|
-
}
|
|
25462
|
-
},
|
|
25463
|
-
"parameters": [
|
|
25464
|
-
{
|
|
25465
|
-
"name": "row",
|
|
25466
|
-
"type": {
|
|
25467
|
-
"text": "NotificationDataRow"
|
|
25468
|
-
}
|
|
25469
|
-
}
|
|
25470
|
-
]
|
|
25471
|
-
},
|
|
25472
|
-
{
|
|
25473
|
-
"kind": "field",
|
|
25474
|
-
"name": "_presentation",
|
|
25475
|
-
"type": {
|
|
25476
|
-
"text": "ComponentPresentation | null | undefined"
|
|
25477
|
-
},
|
|
25478
|
-
"privacy": "private",
|
|
25479
|
-
"default": "void 0",
|
|
25480
|
-
"inheritedFrom": {
|
|
25481
|
-
"name": "FoundationElement",
|
|
25482
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
25483
|
-
}
|
|
25484
|
-
},
|
|
25485
|
-
{
|
|
25486
|
-
"kind": "field",
|
|
25487
|
-
"name": "$presentation",
|
|
25488
|
-
"type": {
|
|
25489
|
-
"text": "ComponentPresentation | null"
|
|
25490
|
-
},
|
|
25491
|
-
"privacy": "public",
|
|
25492
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
25493
|
-
"inheritedFrom": {
|
|
25494
|
-
"name": "FoundationElement",
|
|
25495
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
25496
|
-
}
|
|
25497
|
-
},
|
|
25498
|
-
{
|
|
25499
|
-
"kind": "field",
|
|
25500
|
-
"name": "template",
|
|
25501
|
-
"type": {
|
|
25502
|
-
"text": "ElementViewTemplate | void | null"
|
|
25503
|
-
},
|
|
25504
|
-
"privacy": "public",
|
|
25505
|
-
"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.",
|
|
25506
|
-
"inheritedFrom": {
|
|
25507
|
-
"name": "FoundationElement",
|
|
25508
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
25509
|
-
}
|
|
25510
|
-
},
|
|
25511
|
-
{
|
|
25512
|
-
"kind": "method",
|
|
25513
|
-
"name": "templateChanged",
|
|
25514
|
-
"privacy": "protected",
|
|
25515
|
-
"return": {
|
|
25516
|
-
"type": {
|
|
25517
|
-
"text": "void"
|
|
25518
|
-
}
|
|
25519
|
-
},
|
|
25520
|
-
"inheritedFrom": {
|
|
25521
|
-
"name": "FoundationElement",
|
|
25522
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
25523
|
-
}
|
|
25524
|
-
},
|
|
25525
|
-
{
|
|
25526
|
-
"kind": "field",
|
|
25527
|
-
"name": "styles",
|
|
25528
|
-
"type": {
|
|
25529
|
-
"text": "ElementStyles | void | null"
|
|
25530
|
-
},
|
|
25531
|
-
"privacy": "public",
|
|
25532
|
-
"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.",
|
|
25533
|
-
"inheritedFrom": {
|
|
25534
|
-
"name": "FoundationElement",
|
|
25535
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
25536
|
-
}
|
|
25537
|
-
},
|
|
25538
|
-
{
|
|
25539
|
-
"kind": "method",
|
|
25540
|
-
"name": "stylesChanged",
|
|
25541
|
-
"privacy": "protected",
|
|
25542
|
-
"return": {
|
|
25543
|
-
"type": {
|
|
25544
|
-
"text": "void"
|
|
25545
|
-
}
|
|
25546
|
-
},
|
|
25547
|
-
"inheritedFrom": {
|
|
25548
|
-
"name": "FoundationElement",
|
|
25549
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
25550
|
-
}
|
|
25551
|
-
},
|
|
25552
|
-
{
|
|
25553
|
-
"kind": "method",
|
|
25554
|
-
"name": "compose",
|
|
25555
|
-
"privacy": "public",
|
|
25556
|
-
"static": true,
|
|
25557
|
-
"return": {
|
|
25558
|
-
"type": {
|
|
25559
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
25560
|
-
}
|
|
25561
|
-
},
|
|
25562
|
-
"parameters": [
|
|
25563
|
-
{
|
|
25564
|
-
"name": "this",
|
|
25565
|
-
"type": {
|
|
25566
|
-
"text": "K"
|
|
25567
|
-
}
|
|
25568
|
-
},
|
|
25569
|
-
{
|
|
25570
|
-
"name": "elementDefinition",
|
|
25571
|
-
"type": {
|
|
25572
|
-
"text": "T"
|
|
25573
|
-
},
|
|
25574
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
25575
|
-
}
|
|
25576
|
-
],
|
|
25577
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
25578
|
-
"inheritedFrom": {
|
|
25579
|
-
"name": "FoundationElement",
|
|
25580
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
25581
|
-
}
|
|
25582
|
-
}
|
|
25583
|
-
],
|
|
25584
|
-
"attributes": [
|
|
25585
|
-
{
|
|
25586
|
-
"name": "resource-name",
|
|
25587
|
-
"description": "The resource name holding new and existing notifications",
|
|
25588
|
-
"fieldName": "resourceName"
|
|
25589
|
-
},
|
|
25590
|
-
{
|
|
25591
|
-
"name": "close-timeout",
|
|
25592
|
-
"type": {
|
|
25593
|
-
"text": "number"
|
|
25594
|
-
},
|
|
25595
|
-
"default": "0",
|
|
25596
|
-
"description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
|
|
25597
|
-
"fieldName": "closeTimeout"
|
|
25598
|
-
}
|
|
25599
|
-
],
|
|
25600
|
-
"superclass": {
|
|
25601
|
-
"name": "FoundationElement",
|
|
25602
|
-
"package": "@microsoft/fast-foundation"
|
|
25603
|
-
},
|
|
25604
|
-
"tagName": "%%prefix%%-notification-listener",
|
|
25605
|
-
"customElement": true
|
|
25606
|
-
},
|
|
25607
|
-
{
|
|
25608
|
-
"kind": "variable",
|
|
25609
|
-
"name": "foundationNotificationListener",
|
|
25610
|
-
"description": "The Foundation Notification Listener",
|
|
25611
|
-
"privacy": "public"
|
|
25612
|
-
}
|
|
25613
|
-
],
|
|
25614
|
-
"exports": [
|
|
25615
|
-
{
|
|
25616
|
-
"kind": "js",
|
|
25617
|
-
"name": "foundationNotificationListenerShadowOptions",
|
|
25618
|
-
"declaration": {
|
|
25619
|
-
"name": "foundationNotificationListenerShadowOptions",
|
|
25620
|
-
"module": "src/notification-listener/notification-listener.ts"
|
|
25621
|
-
}
|
|
25622
|
-
},
|
|
25623
|
-
{
|
|
25624
|
-
"kind": "js",
|
|
25625
|
-
"name": "NotificationListener",
|
|
25626
|
-
"declaration": {
|
|
25627
|
-
"name": "NotificationListener",
|
|
25628
|
-
"module": "src/notification-listener/notification-listener.ts"
|
|
25629
|
-
}
|
|
25630
|
-
},
|
|
25631
|
-
{
|
|
25632
|
-
"kind": "js",
|
|
25633
|
-
"name": "foundationNotificationListener",
|
|
25634
|
-
"declaration": {
|
|
25635
|
-
"name": "foundationNotificationListener",
|
|
25636
|
-
"module": "src/notification-listener/notification-listener.ts"
|
|
25637
|
-
}
|
|
25638
|
-
}
|
|
25639
|
-
]
|
|
25640
|
-
},
|
|
25641
25641
|
{
|
|
25642
25642
|
"kind": "javascript-module",
|
|
25643
25643
|
"path": "src/options-datasource/index.ts",
|
|
@@ -27458,6 +27458,21 @@
|
|
|
27458
27458
|
}
|
|
27459
27459
|
]
|
|
27460
27460
|
},
|
|
27461
|
+
{
|
|
27462
|
+
"kind": "javascript-module",
|
|
27463
|
+
"path": "src/overlays/index.ts",
|
|
27464
|
+
"declarations": [],
|
|
27465
|
+
"exports": [
|
|
27466
|
+
{
|
|
27467
|
+
"kind": "js",
|
|
27468
|
+
"name": "*",
|
|
27469
|
+
"declaration": {
|
|
27470
|
+
"name": "*",
|
|
27471
|
+
"package": "./system-health"
|
|
27472
|
+
}
|
|
27473
|
+
}
|
|
27474
|
+
]
|
|
27475
|
+
},
|
|
27461
27476
|
{
|
|
27462
27477
|
"kind": "javascript-module",
|
|
27463
27478
|
"path": "src/patterns/define.ts",
|
|
@@ -27558,21 +27573,6 @@
|
|
|
27558
27573
|
}
|
|
27559
27574
|
]
|
|
27560
27575
|
},
|
|
27561
|
-
{
|
|
27562
|
-
"kind": "javascript-module",
|
|
27563
|
-
"path": "src/overlays/index.ts",
|
|
27564
|
-
"declarations": [],
|
|
27565
|
-
"exports": [
|
|
27566
|
-
{
|
|
27567
|
-
"kind": "js",
|
|
27568
|
-
"name": "*",
|
|
27569
|
-
"declaration": {
|
|
27570
|
-
"name": "*",
|
|
27571
|
-
"package": "./system-health"
|
|
27572
|
-
}
|
|
27573
|
-
}
|
|
27574
|
-
]
|
|
27575
|
-
},
|
|
27576
27576
|
{
|
|
27577
27577
|
"kind": "javascript-module",
|
|
27578
27578
|
"path": "src/popper/index.ts",
|
|
@@ -31254,6 +31254,382 @@
|
|
|
31254
31254
|
}
|
|
31255
31255
|
]
|
|
31256
31256
|
},
|
|
31257
|
+
{
|
|
31258
|
+
"kind": "javascript-module",
|
|
31259
|
+
"path": "src/segmented-item/index.ts",
|
|
31260
|
+
"declarations": [],
|
|
31261
|
+
"exports": [
|
|
31262
|
+
{
|
|
31263
|
+
"kind": "js",
|
|
31264
|
+
"name": "*",
|
|
31265
|
+
"declaration": {
|
|
31266
|
+
"name": "*",
|
|
31267
|
+
"package": "./segmented-item.template"
|
|
31268
|
+
}
|
|
31269
|
+
},
|
|
31270
|
+
{
|
|
31271
|
+
"kind": "js",
|
|
31272
|
+
"name": "*",
|
|
31273
|
+
"declaration": {
|
|
31274
|
+
"name": "*",
|
|
31275
|
+
"package": "./segmented-item.styles"
|
|
31276
|
+
}
|
|
31277
|
+
},
|
|
31278
|
+
{
|
|
31279
|
+
"kind": "js",
|
|
31280
|
+
"name": "*",
|
|
31281
|
+
"declaration": {
|
|
31282
|
+
"name": "*",
|
|
31283
|
+
"package": "./segmented-item"
|
|
31284
|
+
}
|
|
31285
|
+
}
|
|
31286
|
+
]
|
|
31287
|
+
},
|
|
31288
|
+
{
|
|
31289
|
+
"kind": "javascript-module",
|
|
31290
|
+
"path": "src/segmented-item/segmented-item.styles.ts",
|
|
31291
|
+
"declarations": [
|
|
31292
|
+
{
|
|
31293
|
+
"kind": "function",
|
|
31294
|
+
"name": "foundationSegmentedItemStyles",
|
|
31295
|
+
"return": {
|
|
31296
|
+
"type": {
|
|
31297
|
+
"text": "ElementStyles"
|
|
31298
|
+
}
|
|
31299
|
+
},
|
|
31300
|
+
"parameters": [
|
|
31301
|
+
{
|
|
31302
|
+
"name": "context",
|
|
31303
|
+
"type": {
|
|
31304
|
+
"text": "ElementDefinitionContext"
|
|
31305
|
+
}
|
|
31306
|
+
},
|
|
31307
|
+
{
|
|
31308
|
+
"name": "definition",
|
|
31309
|
+
"type": {
|
|
31310
|
+
"text": "RadioOptions"
|
|
31311
|
+
}
|
|
31312
|
+
}
|
|
31313
|
+
]
|
|
31314
|
+
}
|
|
31315
|
+
],
|
|
31316
|
+
"exports": [
|
|
31317
|
+
{
|
|
31318
|
+
"kind": "js",
|
|
31319
|
+
"name": "foundationSegmentedItemStyles",
|
|
31320
|
+
"declaration": {
|
|
31321
|
+
"name": "foundationSegmentedItemStyles",
|
|
31322
|
+
"module": "src/segmented-item/segmented-item.styles.ts"
|
|
31323
|
+
}
|
|
31324
|
+
}
|
|
31325
|
+
]
|
|
31326
|
+
},
|
|
31327
|
+
{
|
|
31328
|
+
"kind": "javascript-module",
|
|
31329
|
+
"path": "src/segmented-item/segmented-item.template.ts",
|
|
31330
|
+
"declarations": [
|
|
31331
|
+
{
|
|
31332
|
+
"kind": "function",
|
|
31333
|
+
"name": "foundationSegmentedItemTemplate",
|
|
31334
|
+
"parameters": [
|
|
31335
|
+
{
|
|
31336
|
+
"name": "context",
|
|
31337
|
+
"type": {
|
|
31338
|
+
"text": "ElementDefinitionContext"
|
|
31339
|
+
}
|
|
31340
|
+
},
|
|
31341
|
+
{
|
|
31342
|
+
"name": "definition",
|
|
31343
|
+
"type": {
|
|
31344
|
+
"text": "RadioOptions"
|
|
31345
|
+
}
|
|
31346
|
+
}
|
|
31347
|
+
]
|
|
31348
|
+
}
|
|
31349
|
+
],
|
|
31350
|
+
"exports": [
|
|
31351
|
+
{
|
|
31352
|
+
"kind": "js",
|
|
31353
|
+
"name": "foundationSegmentedItemTemplate",
|
|
31354
|
+
"declaration": {
|
|
31355
|
+
"name": "foundationSegmentedItemTemplate",
|
|
31356
|
+
"module": "src/segmented-item/segmented-item.template.ts"
|
|
31357
|
+
}
|
|
31358
|
+
}
|
|
31359
|
+
]
|
|
31360
|
+
},
|
|
31361
|
+
{
|
|
31362
|
+
"kind": "javascript-module",
|
|
31363
|
+
"path": "src/segmented-item/segmented-item.ts",
|
|
31364
|
+
"declarations": [
|
|
31365
|
+
{
|
|
31366
|
+
"kind": "class",
|
|
31367
|
+
"description": "",
|
|
31368
|
+
"name": "SegmentedItem",
|
|
31369
|
+
"superclass": {
|
|
31370
|
+
"name": "FASTRadio",
|
|
31371
|
+
"package": "@microsoft/fast-components"
|
|
31372
|
+
},
|
|
31373
|
+
"tagName": "%%prefix%%-segmented-item",
|
|
31374
|
+
"customElement": true,
|
|
31375
|
+
"attributes": [
|
|
31376
|
+
{
|
|
31377
|
+
"name": "readonly",
|
|
31378
|
+
"type": {
|
|
31379
|
+
"text": "boolean"
|
|
31380
|
+
},
|
|
31381
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
31382
|
+
"fieldName": "readOnly",
|
|
31383
|
+
"inheritedFrom": {
|
|
31384
|
+
"name": "Radio",
|
|
31385
|
+
"module": "src/radio/radio.ts"
|
|
31386
|
+
}
|
|
31387
|
+
}
|
|
31388
|
+
],
|
|
31389
|
+
"members": [
|
|
31390
|
+
{
|
|
31391
|
+
"kind": "field",
|
|
31392
|
+
"name": "readOnly",
|
|
31393
|
+
"type": {
|
|
31394
|
+
"text": "boolean"
|
|
31395
|
+
},
|
|
31396
|
+
"privacy": "public",
|
|
31397
|
+
"description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
|
|
31398
|
+
"inheritedFrom": {
|
|
31399
|
+
"name": "Radio",
|
|
31400
|
+
"module": "src/radio/radio.ts"
|
|
31401
|
+
}
|
|
31402
|
+
},
|
|
31403
|
+
{
|
|
31404
|
+
"kind": "method",
|
|
31405
|
+
"name": "readOnlyChanged",
|
|
31406
|
+
"privacy": "private",
|
|
31407
|
+
"return": {
|
|
31408
|
+
"type": {
|
|
31409
|
+
"text": "void"
|
|
31410
|
+
}
|
|
31411
|
+
},
|
|
31412
|
+
"inheritedFrom": {
|
|
31413
|
+
"name": "Radio",
|
|
31414
|
+
"module": "src/radio/radio.ts"
|
|
31415
|
+
}
|
|
31416
|
+
},
|
|
31417
|
+
{
|
|
31418
|
+
"kind": "field",
|
|
31419
|
+
"name": "name",
|
|
31420
|
+
"type": {
|
|
31421
|
+
"text": "string"
|
|
31422
|
+
},
|
|
31423
|
+
"privacy": "public",
|
|
31424
|
+
"description": "The name of the radio. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname | name attribute} for more info.",
|
|
31425
|
+
"inheritedFrom": {
|
|
31426
|
+
"name": "Radio",
|
|
31427
|
+
"module": "src/radio/radio.ts"
|
|
31428
|
+
}
|
|
31429
|
+
},
|
|
31430
|
+
{
|
|
31431
|
+
"kind": "method",
|
|
31432
|
+
"name": "isInsideRadioGroup",
|
|
31433
|
+
"privacy": "private",
|
|
31434
|
+
"return": {
|
|
31435
|
+
"type": {
|
|
31436
|
+
"text": "boolean"
|
|
31437
|
+
}
|
|
31438
|
+
},
|
|
31439
|
+
"inheritedFrom": {
|
|
31440
|
+
"name": "Radio",
|
|
31441
|
+
"module": "src/radio/radio.ts"
|
|
31442
|
+
}
|
|
31443
|
+
},
|
|
31444
|
+
{
|
|
31445
|
+
"kind": "field",
|
|
31446
|
+
"name": "proxy",
|
|
31447
|
+
"inheritedFrom": {
|
|
31448
|
+
"name": "Radio",
|
|
31449
|
+
"module": "src/radio/radio.ts"
|
|
31450
|
+
}
|
|
31451
|
+
},
|
|
31452
|
+
{
|
|
31453
|
+
"kind": "field",
|
|
31454
|
+
"name": "_presentation",
|
|
31455
|
+
"type": {
|
|
31456
|
+
"text": "ComponentPresentation | null | undefined"
|
|
31457
|
+
},
|
|
31458
|
+
"privacy": "private",
|
|
31459
|
+
"default": "void 0",
|
|
31460
|
+
"inheritedFrom": {
|
|
31461
|
+
"name": "Radio",
|
|
31462
|
+
"module": "src/radio/radio.ts"
|
|
31463
|
+
}
|
|
31464
|
+
},
|
|
31465
|
+
{
|
|
31466
|
+
"kind": "field",
|
|
31467
|
+
"name": "$presentation",
|
|
31468
|
+
"type": {
|
|
31469
|
+
"text": "ComponentPresentation | null"
|
|
31470
|
+
},
|
|
31471
|
+
"privacy": "public",
|
|
31472
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
31473
|
+
"inheritedFrom": {
|
|
31474
|
+
"name": "Radio",
|
|
31475
|
+
"module": "src/radio/radio.ts"
|
|
31476
|
+
}
|
|
31477
|
+
},
|
|
31478
|
+
{
|
|
31479
|
+
"kind": "field",
|
|
31480
|
+
"name": "template",
|
|
31481
|
+
"type": {
|
|
31482
|
+
"text": "ElementViewTemplate | void | null"
|
|
31483
|
+
},
|
|
31484
|
+
"privacy": "public",
|
|
31485
|
+
"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.",
|
|
31486
|
+
"inheritedFrom": {
|
|
31487
|
+
"name": "Radio",
|
|
31488
|
+
"module": "src/radio/radio.ts"
|
|
31489
|
+
}
|
|
31490
|
+
},
|
|
31491
|
+
{
|
|
31492
|
+
"kind": "method",
|
|
31493
|
+
"name": "templateChanged",
|
|
31494
|
+
"privacy": "protected",
|
|
31495
|
+
"return": {
|
|
31496
|
+
"type": {
|
|
31497
|
+
"text": "void"
|
|
31498
|
+
}
|
|
31499
|
+
},
|
|
31500
|
+
"inheritedFrom": {
|
|
31501
|
+
"name": "Radio",
|
|
31502
|
+
"module": "src/radio/radio.ts"
|
|
31503
|
+
}
|
|
31504
|
+
},
|
|
31505
|
+
{
|
|
31506
|
+
"kind": "field",
|
|
31507
|
+
"name": "styles",
|
|
31508
|
+
"type": {
|
|
31509
|
+
"text": "ElementStyles | void | null"
|
|
31510
|
+
},
|
|
31511
|
+
"privacy": "public",
|
|
31512
|
+
"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.",
|
|
31513
|
+
"inheritedFrom": {
|
|
31514
|
+
"name": "Radio",
|
|
31515
|
+
"module": "src/radio/radio.ts"
|
|
31516
|
+
}
|
|
31517
|
+
},
|
|
31518
|
+
{
|
|
31519
|
+
"kind": "method",
|
|
31520
|
+
"name": "stylesChanged",
|
|
31521
|
+
"privacy": "protected",
|
|
31522
|
+
"return": {
|
|
31523
|
+
"type": {
|
|
31524
|
+
"text": "void"
|
|
31525
|
+
}
|
|
31526
|
+
},
|
|
31527
|
+
"inheritedFrom": {
|
|
31528
|
+
"name": "Radio",
|
|
31529
|
+
"module": "src/radio/radio.ts"
|
|
31530
|
+
}
|
|
31531
|
+
},
|
|
31532
|
+
{
|
|
31533
|
+
"kind": "method",
|
|
31534
|
+
"name": "compose",
|
|
31535
|
+
"privacy": "public",
|
|
31536
|
+
"static": true,
|
|
31537
|
+
"return": {
|
|
31538
|
+
"type": {
|
|
31539
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
31540
|
+
}
|
|
31541
|
+
},
|
|
31542
|
+
"parameters": [
|
|
31543
|
+
{
|
|
31544
|
+
"name": "this",
|
|
31545
|
+
"type": {
|
|
31546
|
+
"text": "K"
|
|
31547
|
+
}
|
|
31548
|
+
},
|
|
31549
|
+
{
|
|
31550
|
+
"name": "elementDefinition",
|
|
31551
|
+
"type": {
|
|
31552
|
+
"text": "T"
|
|
31553
|
+
},
|
|
31554
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
31555
|
+
}
|
|
31556
|
+
],
|
|
31557
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
31558
|
+
"inheritedFrom": {
|
|
31559
|
+
"name": "Radio",
|
|
31560
|
+
"module": "src/radio/radio.ts"
|
|
31561
|
+
}
|
|
31562
|
+
}
|
|
31563
|
+
],
|
|
31564
|
+
"events": [
|
|
31565
|
+
{
|
|
31566
|
+
"description": "Emits a custom change event when the checked state changes",
|
|
31567
|
+
"name": "change",
|
|
31568
|
+
"inheritedFrom": {
|
|
31569
|
+
"name": "Radio",
|
|
31570
|
+
"module": "src/radio/radio.ts"
|
|
31571
|
+
}
|
|
31572
|
+
}
|
|
31573
|
+
]
|
|
31574
|
+
},
|
|
31575
|
+
{
|
|
31576
|
+
"kind": "variable",
|
|
31577
|
+
"name": "foundationSegmentedItemShadowOptions",
|
|
31578
|
+
"type": {
|
|
31579
|
+
"text": "ShadowRootInit"
|
|
31580
|
+
},
|
|
31581
|
+
"default": "undefined"
|
|
31582
|
+
},
|
|
31583
|
+
{
|
|
31584
|
+
"kind": "variable",
|
|
31585
|
+
"name": "defaultSegmentedItemConfig",
|
|
31586
|
+
"type": {
|
|
31587
|
+
"text": "object"
|
|
31588
|
+
},
|
|
31589
|
+
"default": "{}"
|
|
31590
|
+
},
|
|
31591
|
+
{
|
|
31592
|
+
"kind": "variable",
|
|
31593
|
+
"name": "foundationSegmentedItem",
|
|
31594
|
+
"description": "The Foundation Segmented item",
|
|
31595
|
+
"privacy": "public"
|
|
31596
|
+
}
|
|
31597
|
+
],
|
|
31598
|
+
"exports": [
|
|
31599
|
+
{
|
|
31600
|
+
"kind": "js",
|
|
31601
|
+
"name": "SegmentedItem",
|
|
31602
|
+
"declaration": {
|
|
31603
|
+
"name": "SegmentedItem",
|
|
31604
|
+
"module": "src/segmented-item/segmented-item.ts"
|
|
31605
|
+
}
|
|
31606
|
+
},
|
|
31607
|
+
{
|
|
31608
|
+
"kind": "js",
|
|
31609
|
+
"name": "foundationSegmentedItemShadowOptions",
|
|
31610
|
+
"declaration": {
|
|
31611
|
+
"name": "foundationSegmentedItemShadowOptions",
|
|
31612
|
+
"module": "src/segmented-item/segmented-item.ts"
|
|
31613
|
+
}
|
|
31614
|
+
},
|
|
31615
|
+
{
|
|
31616
|
+
"kind": "js",
|
|
31617
|
+
"name": "defaultSegmentedItemConfig",
|
|
31618
|
+
"declaration": {
|
|
31619
|
+
"name": "defaultSegmentedItemConfig",
|
|
31620
|
+
"module": "src/segmented-item/segmented-item.ts"
|
|
31621
|
+
}
|
|
31622
|
+
},
|
|
31623
|
+
{
|
|
31624
|
+
"kind": "js",
|
|
31625
|
+
"name": "foundationSegmentedItem",
|
|
31626
|
+
"declaration": {
|
|
31627
|
+
"name": "foundationSegmentedItem",
|
|
31628
|
+
"module": "src/segmented-item/segmented-item.ts"
|
|
31629
|
+
}
|
|
31630
|
+
}
|
|
31631
|
+
]
|
|
31632
|
+
},
|
|
31257
31633
|
{
|
|
31258
31634
|
"kind": "javascript-module",
|
|
31259
31635
|
"path": "src/select/index.ts",
|
|
@@ -31889,382 +32265,6 @@
|
|
|
31889
32265
|
}
|
|
31890
32266
|
]
|
|
31891
32267
|
},
|
|
31892
|
-
{
|
|
31893
|
-
"kind": "javascript-module",
|
|
31894
|
-
"path": "src/segmented-item/index.ts",
|
|
31895
|
-
"declarations": [],
|
|
31896
|
-
"exports": [
|
|
31897
|
-
{
|
|
31898
|
-
"kind": "js",
|
|
31899
|
-
"name": "*",
|
|
31900
|
-
"declaration": {
|
|
31901
|
-
"name": "*",
|
|
31902
|
-
"package": "./segmented-item.template"
|
|
31903
|
-
}
|
|
31904
|
-
},
|
|
31905
|
-
{
|
|
31906
|
-
"kind": "js",
|
|
31907
|
-
"name": "*",
|
|
31908
|
-
"declaration": {
|
|
31909
|
-
"name": "*",
|
|
31910
|
-
"package": "./segmented-item.styles"
|
|
31911
|
-
}
|
|
31912
|
-
},
|
|
31913
|
-
{
|
|
31914
|
-
"kind": "js",
|
|
31915
|
-
"name": "*",
|
|
31916
|
-
"declaration": {
|
|
31917
|
-
"name": "*",
|
|
31918
|
-
"package": "./segmented-item"
|
|
31919
|
-
}
|
|
31920
|
-
}
|
|
31921
|
-
]
|
|
31922
|
-
},
|
|
31923
|
-
{
|
|
31924
|
-
"kind": "javascript-module",
|
|
31925
|
-
"path": "src/segmented-item/segmented-item.styles.ts",
|
|
31926
|
-
"declarations": [
|
|
31927
|
-
{
|
|
31928
|
-
"kind": "function",
|
|
31929
|
-
"name": "foundationSegmentedItemStyles",
|
|
31930
|
-
"return": {
|
|
31931
|
-
"type": {
|
|
31932
|
-
"text": "ElementStyles"
|
|
31933
|
-
}
|
|
31934
|
-
},
|
|
31935
|
-
"parameters": [
|
|
31936
|
-
{
|
|
31937
|
-
"name": "context",
|
|
31938
|
-
"type": {
|
|
31939
|
-
"text": "ElementDefinitionContext"
|
|
31940
|
-
}
|
|
31941
|
-
},
|
|
31942
|
-
{
|
|
31943
|
-
"name": "definition",
|
|
31944
|
-
"type": {
|
|
31945
|
-
"text": "RadioOptions"
|
|
31946
|
-
}
|
|
31947
|
-
}
|
|
31948
|
-
]
|
|
31949
|
-
}
|
|
31950
|
-
],
|
|
31951
|
-
"exports": [
|
|
31952
|
-
{
|
|
31953
|
-
"kind": "js",
|
|
31954
|
-
"name": "foundationSegmentedItemStyles",
|
|
31955
|
-
"declaration": {
|
|
31956
|
-
"name": "foundationSegmentedItemStyles",
|
|
31957
|
-
"module": "src/segmented-item/segmented-item.styles.ts"
|
|
31958
|
-
}
|
|
31959
|
-
}
|
|
31960
|
-
]
|
|
31961
|
-
},
|
|
31962
|
-
{
|
|
31963
|
-
"kind": "javascript-module",
|
|
31964
|
-
"path": "src/segmented-item/segmented-item.template.ts",
|
|
31965
|
-
"declarations": [
|
|
31966
|
-
{
|
|
31967
|
-
"kind": "function",
|
|
31968
|
-
"name": "foundationSegmentedItemTemplate",
|
|
31969
|
-
"parameters": [
|
|
31970
|
-
{
|
|
31971
|
-
"name": "context",
|
|
31972
|
-
"type": {
|
|
31973
|
-
"text": "ElementDefinitionContext"
|
|
31974
|
-
}
|
|
31975
|
-
},
|
|
31976
|
-
{
|
|
31977
|
-
"name": "definition",
|
|
31978
|
-
"type": {
|
|
31979
|
-
"text": "RadioOptions"
|
|
31980
|
-
}
|
|
31981
|
-
}
|
|
31982
|
-
]
|
|
31983
|
-
}
|
|
31984
|
-
],
|
|
31985
|
-
"exports": [
|
|
31986
|
-
{
|
|
31987
|
-
"kind": "js",
|
|
31988
|
-
"name": "foundationSegmentedItemTemplate",
|
|
31989
|
-
"declaration": {
|
|
31990
|
-
"name": "foundationSegmentedItemTemplate",
|
|
31991
|
-
"module": "src/segmented-item/segmented-item.template.ts"
|
|
31992
|
-
}
|
|
31993
|
-
}
|
|
31994
|
-
]
|
|
31995
|
-
},
|
|
31996
|
-
{
|
|
31997
|
-
"kind": "javascript-module",
|
|
31998
|
-
"path": "src/segmented-item/segmented-item.ts",
|
|
31999
|
-
"declarations": [
|
|
32000
|
-
{
|
|
32001
|
-
"kind": "class",
|
|
32002
|
-
"description": "",
|
|
32003
|
-
"name": "SegmentedItem",
|
|
32004
|
-
"superclass": {
|
|
32005
|
-
"name": "FASTRadio",
|
|
32006
|
-
"package": "@microsoft/fast-components"
|
|
32007
|
-
},
|
|
32008
|
-
"tagName": "%%prefix%%-segmented-item",
|
|
32009
|
-
"customElement": true,
|
|
32010
|
-
"attributes": [
|
|
32011
|
-
{
|
|
32012
|
-
"name": "readonly",
|
|
32013
|
-
"type": {
|
|
32014
|
-
"text": "boolean"
|
|
32015
|
-
},
|
|
32016
|
-
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
32017
|
-
"fieldName": "readOnly",
|
|
32018
|
-
"inheritedFrom": {
|
|
32019
|
-
"name": "Radio",
|
|
32020
|
-
"module": "src/radio/radio.ts"
|
|
32021
|
-
}
|
|
32022
|
-
}
|
|
32023
|
-
],
|
|
32024
|
-
"members": [
|
|
32025
|
-
{
|
|
32026
|
-
"kind": "field",
|
|
32027
|
-
"name": "readOnly",
|
|
32028
|
-
"type": {
|
|
32029
|
-
"text": "boolean"
|
|
32030
|
-
},
|
|
32031
|
-
"privacy": "public",
|
|
32032
|
-
"description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
|
|
32033
|
-
"inheritedFrom": {
|
|
32034
|
-
"name": "Radio",
|
|
32035
|
-
"module": "src/radio/radio.ts"
|
|
32036
|
-
}
|
|
32037
|
-
},
|
|
32038
|
-
{
|
|
32039
|
-
"kind": "method",
|
|
32040
|
-
"name": "readOnlyChanged",
|
|
32041
|
-
"privacy": "private",
|
|
32042
|
-
"return": {
|
|
32043
|
-
"type": {
|
|
32044
|
-
"text": "void"
|
|
32045
|
-
}
|
|
32046
|
-
},
|
|
32047
|
-
"inheritedFrom": {
|
|
32048
|
-
"name": "Radio",
|
|
32049
|
-
"module": "src/radio/radio.ts"
|
|
32050
|
-
}
|
|
32051
|
-
},
|
|
32052
|
-
{
|
|
32053
|
-
"kind": "field",
|
|
32054
|
-
"name": "name",
|
|
32055
|
-
"type": {
|
|
32056
|
-
"text": "string"
|
|
32057
|
-
},
|
|
32058
|
-
"privacy": "public",
|
|
32059
|
-
"description": "The name of the radio. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname | name attribute} for more info.",
|
|
32060
|
-
"inheritedFrom": {
|
|
32061
|
-
"name": "Radio",
|
|
32062
|
-
"module": "src/radio/radio.ts"
|
|
32063
|
-
}
|
|
32064
|
-
},
|
|
32065
|
-
{
|
|
32066
|
-
"kind": "method",
|
|
32067
|
-
"name": "isInsideRadioGroup",
|
|
32068
|
-
"privacy": "private",
|
|
32069
|
-
"return": {
|
|
32070
|
-
"type": {
|
|
32071
|
-
"text": "boolean"
|
|
32072
|
-
}
|
|
32073
|
-
},
|
|
32074
|
-
"inheritedFrom": {
|
|
32075
|
-
"name": "Radio",
|
|
32076
|
-
"module": "src/radio/radio.ts"
|
|
32077
|
-
}
|
|
32078
|
-
},
|
|
32079
|
-
{
|
|
32080
|
-
"kind": "field",
|
|
32081
|
-
"name": "proxy",
|
|
32082
|
-
"inheritedFrom": {
|
|
32083
|
-
"name": "Radio",
|
|
32084
|
-
"module": "src/radio/radio.ts"
|
|
32085
|
-
}
|
|
32086
|
-
},
|
|
32087
|
-
{
|
|
32088
|
-
"kind": "field",
|
|
32089
|
-
"name": "_presentation",
|
|
32090
|
-
"type": {
|
|
32091
|
-
"text": "ComponentPresentation | null | undefined"
|
|
32092
|
-
},
|
|
32093
|
-
"privacy": "private",
|
|
32094
|
-
"default": "void 0",
|
|
32095
|
-
"inheritedFrom": {
|
|
32096
|
-
"name": "Radio",
|
|
32097
|
-
"module": "src/radio/radio.ts"
|
|
32098
|
-
}
|
|
32099
|
-
},
|
|
32100
|
-
{
|
|
32101
|
-
"kind": "field",
|
|
32102
|
-
"name": "$presentation",
|
|
32103
|
-
"type": {
|
|
32104
|
-
"text": "ComponentPresentation | null"
|
|
32105
|
-
},
|
|
32106
|
-
"privacy": "public",
|
|
32107
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
32108
|
-
"inheritedFrom": {
|
|
32109
|
-
"name": "Radio",
|
|
32110
|
-
"module": "src/radio/radio.ts"
|
|
32111
|
-
}
|
|
32112
|
-
},
|
|
32113
|
-
{
|
|
32114
|
-
"kind": "field",
|
|
32115
|
-
"name": "template",
|
|
32116
|
-
"type": {
|
|
32117
|
-
"text": "ElementViewTemplate | void | null"
|
|
32118
|
-
},
|
|
32119
|
-
"privacy": "public",
|
|
32120
|
-
"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.",
|
|
32121
|
-
"inheritedFrom": {
|
|
32122
|
-
"name": "Radio",
|
|
32123
|
-
"module": "src/radio/radio.ts"
|
|
32124
|
-
}
|
|
32125
|
-
},
|
|
32126
|
-
{
|
|
32127
|
-
"kind": "method",
|
|
32128
|
-
"name": "templateChanged",
|
|
32129
|
-
"privacy": "protected",
|
|
32130
|
-
"return": {
|
|
32131
|
-
"type": {
|
|
32132
|
-
"text": "void"
|
|
32133
|
-
}
|
|
32134
|
-
},
|
|
32135
|
-
"inheritedFrom": {
|
|
32136
|
-
"name": "Radio",
|
|
32137
|
-
"module": "src/radio/radio.ts"
|
|
32138
|
-
}
|
|
32139
|
-
},
|
|
32140
|
-
{
|
|
32141
|
-
"kind": "field",
|
|
32142
|
-
"name": "styles",
|
|
32143
|
-
"type": {
|
|
32144
|
-
"text": "ElementStyles | void | null"
|
|
32145
|
-
},
|
|
32146
|
-
"privacy": "public",
|
|
32147
|
-
"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.",
|
|
32148
|
-
"inheritedFrom": {
|
|
32149
|
-
"name": "Radio",
|
|
32150
|
-
"module": "src/radio/radio.ts"
|
|
32151
|
-
}
|
|
32152
|
-
},
|
|
32153
|
-
{
|
|
32154
|
-
"kind": "method",
|
|
32155
|
-
"name": "stylesChanged",
|
|
32156
|
-
"privacy": "protected",
|
|
32157
|
-
"return": {
|
|
32158
|
-
"type": {
|
|
32159
|
-
"text": "void"
|
|
32160
|
-
}
|
|
32161
|
-
},
|
|
32162
|
-
"inheritedFrom": {
|
|
32163
|
-
"name": "Radio",
|
|
32164
|
-
"module": "src/radio/radio.ts"
|
|
32165
|
-
}
|
|
32166
|
-
},
|
|
32167
|
-
{
|
|
32168
|
-
"kind": "method",
|
|
32169
|
-
"name": "compose",
|
|
32170
|
-
"privacy": "public",
|
|
32171
|
-
"static": true,
|
|
32172
|
-
"return": {
|
|
32173
|
-
"type": {
|
|
32174
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
32175
|
-
}
|
|
32176
|
-
},
|
|
32177
|
-
"parameters": [
|
|
32178
|
-
{
|
|
32179
|
-
"name": "this",
|
|
32180
|
-
"type": {
|
|
32181
|
-
"text": "K"
|
|
32182
|
-
}
|
|
32183
|
-
},
|
|
32184
|
-
{
|
|
32185
|
-
"name": "elementDefinition",
|
|
32186
|
-
"type": {
|
|
32187
|
-
"text": "T"
|
|
32188
|
-
},
|
|
32189
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
32190
|
-
}
|
|
32191
|
-
],
|
|
32192
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
32193
|
-
"inheritedFrom": {
|
|
32194
|
-
"name": "Radio",
|
|
32195
|
-
"module": "src/radio/radio.ts"
|
|
32196
|
-
}
|
|
32197
|
-
}
|
|
32198
|
-
],
|
|
32199
|
-
"events": [
|
|
32200
|
-
{
|
|
32201
|
-
"description": "Emits a custom change event when the checked state changes",
|
|
32202
|
-
"name": "change",
|
|
32203
|
-
"inheritedFrom": {
|
|
32204
|
-
"name": "Radio",
|
|
32205
|
-
"module": "src/radio/radio.ts"
|
|
32206
|
-
}
|
|
32207
|
-
}
|
|
32208
|
-
]
|
|
32209
|
-
},
|
|
32210
|
-
{
|
|
32211
|
-
"kind": "variable",
|
|
32212
|
-
"name": "foundationSegmentedItemShadowOptions",
|
|
32213
|
-
"type": {
|
|
32214
|
-
"text": "ShadowRootInit"
|
|
32215
|
-
},
|
|
32216
|
-
"default": "undefined"
|
|
32217
|
-
},
|
|
32218
|
-
{
|
|
32219
|
-
"kind": "variable",
|
|
32220
|
-
"name": "defaultSegmentedItemConfig",
|
|
32221
|
-
"type": {
|
|
32222
|
-
"text": "object"
|
|
32223
|
-
},
|
|
32224
|
-
"default": "{}"
|
|
32225
|
-
},
|
|
32226
|
-
{
|
|
32227
|
-
"kind": "variable",
|
|
32228
|
-
"name": "foundationSegmentedItem",
|
|
32229
|
-
"description": "The Foundation Segmented item",
|
|
32230
|
-
"privacy": "public"
|
|
32231
|
-
}
|
|
32232
|
-
],
|
|
32233
|
-
"exports": [
|
|
32234
|
-
{
|
|
32235
|
-
"kind": "js",
|
|
32236
|
-
"name": "SegmentedItem",
|
|
32237
|
-
"declaration": {
|
|
32238
|
-
"name": "SegmentedItem",
|
|
32239
|
-
"module": "src/segmented-item/segmented-item.ts"
|
|
32240
|
-
}
|
|
32241
|
-
},
|
|
32242
|
-
{
|
|
32243
|
-
"kind": "js",
|
|
32244
|
-
"name": "foundationSegmentedItemShadowOptions",
|
|
32245
|
-
"declaration": {
|
|
32246
|
-
"name": "foundationSegmentedItemShadowOptions",
|
|
32247
|
-
"module": "src/segmented-item/segmented-item.ts"
|
|
32248
|
-
}
|
|
32249
|
-
},
|
|
32250
|
-
{
|
|
32251
|
-
"kind": "js",
|
|
32252
|
-
"name": "defaultSegmentedItemConfig",
|
|
32253
|
-
"declaration": {
|
|
32254
|
-
"name": "defaultSegmentedItemConfig",
|
|
32255
|
-
"module": "src/segmented-item/segmented-item.ts"
|
|
32256
|
-
}
|
|
32257
|
-
},
|
|
32258
|
-
{
|
|
32259
|
-
"kind": "js",
|
|
32260
|
-
"name": "foundationSegmentedItem",
|
|
32261
|
-
"declaration": {
|
|
32262
|
-
"name": "foundationSegmentedItem",
|
|
32263
|
-
"module": "src/segmented-item/segmented-item.ts"
|
|
32264
|
-
}
|
|
32265
|
-
}
|
|
32266
|
-
]
|
|
32267
|
-
},
|
|
32268
32268
|
{
|
|
32269
32269
|
"kind": "javascript-module",
|
|
32270
32270
|
"path": "src/skeleton/index.ts",
|
|
@@ -43980,6 +43980,55 @@
|
|
|
43980
43980
|
"declarations": [],
|
|
43981
43981
|
"exports": []
|
|
43982
43982
|
},
|
|
43983
|
+
{
|
|
43984
|
+
"kind": "javascript-module",
|
|
43985
|
+
"path": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts",
|
|
43986
|
+
"declarations": [
|
|
43987
|
+
{
|
|
43988
|
+
"kind": "function",
|
|
43989
|
+
"name": "flexLayoutRWDStyles",
|
|
43990
|
+
"return": {
|
|
43991
|
+
"type": {
|
|
43992
|
+
"text": "ElementStyles"
|
|
43993
|
+
}
|
|
43994
|
+
},
|
|
43995
|
+
"parameters": [
|
|
43996
|
+
{
|
|
43997
|
+
"name": "breakPoint",
|
|
43998
|
+
"optional": true,
|
|
43999
|
+
"type": {
|
|
44000
|
+
"text": "FlexBreakPointType"
|
|
44001
|
+
}
|
|
44002
|
+
}
|
|
44003
|
+
]
|
|
44004
|
+
}
|
|
44005
|
+
],
|
|
44006
|
+
"exports": [
|
|
44007
|
+
{
|
|
44008
|
+
"kind": "js",
|
|
44009
|
+
"name": "flexLayoutRWDStyles",
|
|
44010
|
+
"declaration": {
|
|
44011
|
+
"name": "flexLayoutRWDStyles",
|
|
44012
|
+
"module": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts"
|
|
44013
|
+
}
|
|
44014
|
+
}
|
|
44015
|
+
]
|
|
44016
|
+
},
|
|
44017
|
+
{
|
|
44018
|
+
"kind": "javascript-module",
|
|
44019
|
+
"path": "src/flex-layout/responsiveness/index.ts",
|
|
44020
|
+
"declarations": [],
|
|
44021
|
+
"exports": [
|
|
44022
|
+
{
|
|
44023
|
+
"kind": "js",
|
|
44024
|
+
"name": "*",
|
|
44025
|
+
"declaration": {
|
|
44026
|
+
"name": "*",
|
|
44027
|
+
"package": "./flex-layout-rwd.styles"
|
|
44028
|
+
}
|
|
44029
|
+
}
|
|
44030
|
+
]
|
|
44031
|
+
},
|
|
43983
44032
|
{
|
|
43984
44033
|
"kind": "javascript-module",
|
|
43985
44034
|
"path": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts",
|
|
@@ -44562,55 +44611,6 @@
|
|
|
44562
44611
|
}
|
|
44563
44612
|
]
|
|
44564
44613
|
},
|
|
44565
|
-
{
|
|
44566
|
-
"kind": "javascript-module",
|
|
44567
|
-
"path": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts",
|
|
44568
|
-
"declarations": [
|
|
44569
|
-
{
|
|
44570
|
-
"kind": "function",
|
|
44571
|
-
"name": "flexLayoutRWDStyles",
|
|
44572
|
-
"return": {
|
|
44573
|
-
"type": {
|
|
44574
|
-
"text": "ElementStyles"
|
|
44575
|
-
}
|
|
44576
|
-
},
|
|
44577
|
-
"parameters": [
|
|
44578
|
-
{
|
|
44579
|
-
"name": "breakPoint",
|
|
44580
|
-
"optional": true,
|
|
44581
|
-
"type": {
|
|
44582
|
-
"text": "FlexBreakPointType"
|
|
44583
|
-
}
|
|
44584
|
-
}
|
|
44585
|
-
]
|
|
44586
|
-
}
|
|
44587
|
-
],
|
|
44588
|
-
"exports": [
|
|
44589
|
-
{
|
|
44590
|
-
"kind": "js",
|
|
44591
|
-
"name": "flexLayoutRWDStyles",
|
|
44592
|
-
"declaration": {
|
|
44593
|
-
"name": "flexLayoutRWDStyles",
|
|
44594
|
-
"module": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts"
|
|
44595
|
-
}
|
|
44596
|
-
}
|
|
44597
|
-
]
|
|
44598
|
-
},
|
|
44599
|
-
{
|
|
44600
|
-
"kind": "javascript-module",
|
|
44601
|
-
"path": "src/flex-layout/responsiveness/index.ts",
|
|
44602
|
-
"declarations": [],
|
|
44603
|
-
"exports": [
|
|
44604
|
-
{
|
|
44605
|
-
"kind": "js",
|
|
44606
|
-
"name": "*",
|
|
44607
|
-
"declaration": {
|
|
44608
|
-
"name": "*",
|
|
44609
|
-
"package": "./flex-layout-rwd.styles"
|
|
44610
|
-
}
|
|
44611
|
-
}
|
|
44612
|
-
]
|
|
44613
|
-
},
|
|
44614
44614
|
{
|
|
44615
44615
|
"kind": "javascript-module",
|
|
44616
44616
|
"path": "src/_config/styles/external/index.ts",
|