@genesislcap/foundation-ui 14.195.3 → 14.196.1

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.
@@ -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",
@@ -1469,6 +1256,37 @@
1469
1256
  }
1470
1257
  ]
1471
1258
  },
1259
+ {
1260
+ "kind": "javascript-module",
1261
+ "path": "src/_config/index.ts",
1262
+ "declarations": [],
1263
+ "exports": [
1264
+ {
1265
+ "kind": "js",
1266
+ "name": "*",
1267
+ "declaration": {
1268
+ "name": "*",
1269
+ "package": "./styles"
1270
+ }
1271
+ },
1272
+ {
1273
+ "kind": "js",
1274
+ "name": "*",
1275
+ "declaration": {
1276
+ "name": "*",
1277
+ "package": "./tokens"
1278
+ }
1279
+ },
1280
+ {
1281
+ "kind": "js",
1282
+ "name": "*",
1283
+ "declaration": {
1284
+ "name": "*",
1285
+ "package": "./values"
1286
+ }
1287
+ }
1288
+ ]
1289
+ },
1472
1290
  {
1473
1291
  "kind": "javascript-module",
1474
1292
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -2550,14 +2368,14 @@
2550
2368
  },
2551
2369
  {
2552
2370
  "kind": "javascript-module",
2553
- "path": "src/anchored-region/anchor-region.template.ts",
2371
+ "path": "src/accordion/accordion.styles.ts",
2554
2372
  "declarations": [
2555
2373
  {
2556
2374
  "kind": "function",
2557
- "name": "foundationAnchoredRegionTemplate",
2375
+ "name": "foundationAccordionStyles",
2558
2376
  "return": {
2559
2377
  "type": {
2560
- "text": "ViewTemplate<AnchoredRegion>"
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": "foundationAnchoredRegionTemplate",
2400
+ "name": "foundationAccordionStyles",
2583
2401
  "declaration": {
2584
- "name": "foundationAnchoredRegionTemplate",
2585
- "module": "src/anchored-region/anchor-region.template.ts"
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/anchored-region/anchored-region.styles.ts",
2410
+ "path": "src/accordion/accordion.template.ts",
2593
2411
  "declarations": [
2594
2412
  {
2595
2413
  "kind": "function",
2596
- "name": "foundationAnchoredRegionStyles",
2414
+ "name": "foundationAccordionTemplate",
2597
2415
  "return": {
2598
2416
  "type": {
2599
- "text": "ElementStyles"
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": [
@@ -13721,6 +13721,188 @@
13721
13721
  "declarations": [],
13722
13722
  "exports": []
13723
13723
  },
13724
+ {
13725
+ "kind": "javascript-module",
13726
+ "path": "src/disclosure/disclosure.styles.ts",
13727
+ "declarations": [
13728
+ {
13729
+ "kind": "function",
13730
+ "name": "foundationDisclosureStyles",
13731
+ "return": {
13732
+ "type": {
13733
+ "text": "ElementStyles"
13734
+ }
13735
+ },
13736
+ "parameters": [
13737
+ {
13738
+ "name": "context",
13739
+ "type": {
13740
+ "text": "ElementDefinitionContext"
13741
+ }
13742
+ },
13743
+ {
13744
+ "name": "definition",
13745
+ "type": {
13746
+ "text": "FoundationElementDefinition"
13747
+ }
13748
+ }
13749
+ ]
13750
+ }
13751
+ ],
13752
+ "exports": [
13753
+ {
13754
+ "kind": "js",
13755
+ "name": "foundationDisclosureStyles",
13756
+ "declaration": {
13757
+ "name": "foundationDisclosureStyles",
13758
+ "module": "src/disclosure/disclosure.styles.ts"
13759
+ }
13760
+ }
13761
+ ]
13762
+ },
13763
+ {
13764
+ "kind": "javascript-module",
13765
+ "path": "src/disclosure/disclosure.template.ts",
13766
+ "declarations": [
13767
+ {
13768
+ "kind": "function",
13769
+ "name": "foundationDisclosureTemplate",
13770
+ "return": {
13771
+ "type": {
13772
+ "text": "ViewTemplate<Disclosure>"
13773
+ }
13774
+ },
13775
+ "parameters": [
13776
+ {
13777
+ "name": "context",
13778
+ "type": {
13779
+ "text": "ElementDefinitionContext"
13780
+ }
13781
+ },
13782
+ {
13783
+ "name": "definition",
13784
+ "type": {
13785
+ "text": "FoundationElementDefinition"
13786
+ }
13787
+ }
13788
+ ]
13789
+ }
13790
+ ],
13791
+ "exports": [
13792
+ {
13793
+ "kind": "js",
13794
+ "name": "foundationDisclosureTemplate",
13795
+ "declaration": {
13796
+ "name": "foundationDisclosureTemplate",
13797
+ "module": "src/disclosure/disclosure.template.ts"
13798
+ }
13799
+ }
13800
+ ]
13801
+ },
13802
+ {
13803
+ "kind": "javascript-module",
13804
+ "path": "src/disclosure/disclosure.ts",
13805
+ "declarations": [
13806
+ {
13807
+ "kind": "class",
13808
+ "description": "",
13809
+ "name": "Disclosure",
13810
+ "superclass": {
13811
+ "name": "FASTDisclosure",
13812
+ "package": "@microsoft/fast-foundation"
13813
+ },
13814
+ "tagName": "%%prefix%%-disclosure",
13815
+ "customElement": true
13816
+ },
13817
+ {
13818
+ "kind": "variable",
13819
+ "name": "foundationDisclosureShadowOptions",
13820
+ "type": {
13821
+ "text": "ShadowRootInit"
13822
+ },
13823
+ "default": "undefined"
13824
+ },
13825
+ {
13826
+ "kind": "variable",
13827
+ "name": "defaultDisclosureConfig",
13828
+ "type": {
13829
+ "text": "object"
13830
+ },
13831
+ "default": "{}"
13832
+ },
13833
+ {
13834
+ "kind": "variable",
13835
+ "name": "foundationDisclosure",
13836
+ "description": "The Foundation Disclosure",
13837
+ "privacy": "public"
13838
+ }
13839
+ ],
13840
+ "exports": [
13841
+ {
13842
+ "kind": "js",
13843
+ "name": "Disclosure",
13844
+ "declaration": {
13845
+ "name": "Disclosure",
13846
+ "module": "src/disclosure/disclosure.ts"
13847
+ }
13848
+ },
13849
+ {
13850
+ "kind": "js",
13851
+ "name": "foundationDisclosureShadowOptions",
13852
+ "declaration": {
13853
+ "name": "foundationDisclosureShadowOptions",
13854
+ "module": "src/disclosure/disclosure.ts"
13855
+ }
13856
+ },
13857
+ {
13858
+ "kind": "js",
13859
+ "name": "defaultDisclosureConfig",
13860
+ "declaration": {
13861
+ "name": "defaultDisclosureConfig",
13862
+ "module": "src/disclosure/disclosure.ts"
13863
+ }
13864
+ },
13865
+ {
13866
+ "kind": "js",
13867
+ "name": "foundationDisclosure",
13868
+ "declaration": {
13869
+ "name": "foundationDisclosure",
13870
+ "module": "src/disclosure/disclosure.ts"
13871
+ }
13872
+ }
13873
+ ]
13874
+ },
13875
+ {
13876
+ "kind": "javascript-module",
13877
+ "path": "src/disclosure/index.ts",
13878
+ "declarations": [],
13879
+ "exports": [
13880
+ {
13881
+ "kind": "js",
13882
+ "name": "*",
13883
+ "declaration": {
13884
+ "name": "*",
13885
+ "package": "./disclosure.template"
13886
+ }
13887
+ },
13888
+ {
13889
+ "kind": "js",
13890
+ "name": "*",
13891
+ "declaration": {
13892
+ "name": "*",
13893
+ "package": "./disclosure.styles"
13894
+ }
13895
+ },
13896
+ {
13897
+ "kind": "js",
13898
+ "name": "*",
13899
+ "declaration": {
13900
+ "name": "*",
13901
+ "package": "./disclosure"
13902
+ }
13903
+ }
13904
+ ]
13905
+ },
13724
13906
  {
13725
13907
  "kind": "javascript-module",
13726
13908
  "path": "src/dialog/dialog.styles.ts",
@@ -14470,188 +14652,6 @@
14470
14652
  }
14471
14653
  ]
14472
14654
  },
14473
- {
14474
- "kind": "javascript-module",
14475
- "path": "src/disclosure/disclosure.styles.ts",
14476
- "declarations": [
14477
- {
14478
- "kind": "function",
14479
- "name": "foundationDisclosureStyles",
14480
- "return": {
14481
- "type": {
14482
- "text": "ElementStyles"
14483
- }
14484
- },
14485
- "parameters": [
14486
- {
14487
- "name": "context",
14488
- "type": {
14489
- "text": "ElementDefinitionContext"
14490
- }
14491
- },
14492
- {
14493
- "name": "definition",
14494
- "type": {
14495
- "text": "FoundationElementDefinition"
14496
- }
14497
- }
14498
- ]
14499
- }
14500
- ],
14501
- "exports": [
14502
- {
14503
- "kind": "js",
14504
- "name": "foundationDisclosureStyles",
14505
- "declaration": {
14506
- "name": "foundationDisclosureStyles",
14507
- "module": "src/disclosure/disclosure.styles.ts"
14508
- }
14509
- }
14510
- ]
14511
- },
14512
- {
14513
- "kind": "javascript-module",
14514
- "path": "src/disclosure/disclosure.template.ts",
14515
- "declarations": [
14516
- {
14517
- "kind": "function",
14518
- "name": "foundationDisclosureTemplate",
14519
- "return": {
14520
- "type": {
14521
- "text": "ViewTemplate<Disclosure>"
14522
- }
14523
- },
14524
- "parameters": [
14525
- {
14526
- "name": "context",
14527
- "type": {
14528
- "text": "ElementDefinitionContext"
14529
- }
14530
- },
14531
- {
14532
- "name": "definition",
14533
- "type": {
14534
- "text": "FoundationElementDefinition"
14535
- }
14536
- }
14537
- ]
14538
- }
14539
- ],
14540
- "exports": [
14541
- {
14542
- "kind": "js",
14543
- "name": "foundationDisclosureTemplate",
14544
- "declaration": {
14545
- "name": "foundationDisclosureTemplate",
14546
- "module": "src/disclosure/disclosure.template.ts"
14547
- }
14548
- }
14549
- ]
14550
- },
14551
- {
14552
- "kind": "javascript-module",
14553
- "path": "src/disclosure/disclosure.ts",
14554
- "declarations": [
14555
- {
14556
- "kind": "class",
14557
- "description": "",
14558
- "name": "Disclosure",
14559
- "superclass": {
14560
- "name": "FASTDisclosure",
14561
- "package": "@microsoft/fast-foundation"
14562
- },
14563
- "tagName": "%%prefix%%-disclosure",
14564
- "customElement": true
14565
- },
14566
- {
14567
- "kind": "variable",
14568
- "name": "foundationDisclosureShadowOptions",
14569
- "type": {
14570
- "text": "ShadowRootInit"
14571
- },
14572
- "default": "undefined"
14573
- },
14574
- {
14575
- "kind": "variable",
14576
- "name": "defaultDisclosureConfig",
14577
- "type": {
14578
- "text": "object"
14579
- },
14580
- "default": "{}"
14581
- },
14582
- {
14583
- "kind": "variable",
14584
- "name": "foundationDisclosure",
14585
- "description": "The Foundation Disclosure",
14586
- "privacy": "public"
14587
- }
14588
- ],
14589
- "exports": [
14590
- {
14591
- "kind": "js",
14592
- "name": "Disclosure",
14593
- "declaration": {
14594
- "name": "Disclosure",
14595
- "module": "src/disclosure/disclosure.ts"
14596
- }
14597
- },
14598
- {
14599
- "kind": "js",
14600
- "name": "foundationDisclosureShadowOptions",
14601
- "declaration": {
14602
- "name": "foundationDisclosureShadowOptions",
14603
- "module": "src/disclosure/disclosure.ts"
14604
- }
14605
- },
14606
- {
14607
- "kind": "js",
14608
- "name": "defaultDisclosureConfig",
14609
- "declaration": {
14610
- "name": "defaultDisclosureConfig",
14611
- "module": "src/disclosure/disclosure.ts"
14612
- }
14613
- },
14614
- {
14615
- "kind": "js",
14616
- "name": "foundationDisclosure",
14617
- "declaration": {
14618
- "name": "foundationDisclosure",
14619
- "module": "src/disclosure/disclosure.ts"
14620
- }
14621
- }
14622
- ]
14623
- },
14624
- {
14625
- "kind": "javascript-module",
14626
- "path": "src/disclosure/index.ts",
14627
- "declarations": [],
14628
- "exports": [
14629
- {
14630
- "kind": "js",
14631
- "name": "*",
14632
- "declaration": {
14633
- "name": "*",
14634
- "package": "./disclosure.template"
14635
- }
14636
- },
14637
- {
14638
- "kind": "js",
14639
- "name": "*",
14640
- "declaration": {
14641
- "name": "*",
14642
- "package": "./disclosure.styles"
14643
- }
14644
- },
14645
- {
14646
- "kind": "js",
14647
- "name": "*",
14648
- "declaration": {
14649
- "name": "*",
14650
- "package": "./disclosure"
14651
- }
14652
- }
14653
- ]
14654
- },
14655
14655
  {
14656
14656
  "kind": "javascript-module",
14657
14657
  "path": "src/divider/divider.styles.ts",
@@ -15301,52 +15301,35 @@
15301
15301
  },
15302
15302
  {
15303
15303
  "kind": "javascript-module",
15304
- "path": "src/error-banner/error-banner.template.ts",
15304
+ "path": "src/error-boundary/error-boundary.template.ts",
15305
15305
  "declarations": [
15306
- {
15307
- "kind": "function",
15308
- "name": "getPrefixedErrorBanner",
15309
- "parameters": [
15310
- {
15311
- "name": "prefix",
15312
- "type": {
15313
- "text": "string"
15314
- }
15315
- }
15316
- ]
15317
- },
15318
15306
  {
15319
15307
  "kind": "variable",
15320
- "name": "foundationErrorBannerTemplate",
15321
- "default": "html<ErrorBanner>`\n ${(x) => getPrefixedErrorBanner(getPrefix(x))}\n`"
15308
+ "name": "foundationErrorBoundaryTemplate",
15309
+ "type": {
15310
+ "text": "ViewTemplate<ErrorBoundary>"
15311
+ },
15312
+ "default": "html`\n <template ${ref('errorBoundary')}>\n <slot></slot>\n </template>\n`"
15322
15313
  }
15323
15314
  ],
15324
15315
  "exports": [
15325
15316
  {
15326
15317
  "kind": "js",
15327
- "name": "getPrefixedErrorBanner",
15328
- "declaration": {
15329
- "name": "getPrefixedErrorBanner",
15330
- "module": "src/error-banner/error-banner.template.ts"
15331
- }
15332
- },
15333
- {
15334
- "kind": "js",
15335
- "name": "foundationErrorBannerTemplate",
15318
+ "name": "foundationErrorBoundaryTemplate",
15336
15319
  "declaration": {
15337
- "name": "foundationErrorBannerTemplate",
15338
- "module": "src/error-banner/error-banner.template.ts"
15320
+ "name": "foundationErrorBoundaryTemplate",
15321
+ "module": "src/error-boundary/error-boundary.template.ts"
15339
15322
  }
15340
15323
  }
15341
15324
  ]
15342
15325
  },
15343
15326
  {
15344
15327
  "kind": "javascript-module",
15345
- "path": "src/error-banner/error-banner.ts",
15328
+ "path": "src/error-boundary/error-boundary.ts",
15346
15329
  "declarations": [
15347
15330
  {
15348
15331
  "kind": "variable",
15349
- "name": "foundationErrorBannerShadowOptions",
15332
+ "name": "foundationErrorBoundaryShadowOptions",
15350
15333
  "type": {
15351
15334
  "text": "ShadowRootInit"
15352
15335
  },
@@ -15355,35 +15338,51 @@
15355
15338
  {
15356
15339
  "kind": "class",
15357
15340
  "description": "",
15358
- "name": "ErrorBanner",
15341
+ "name": "ErrorBoundary",
15359
15342
  "members": [
15360
15343
  {
15361
15344
  "kind": "field",
15362
- "name": "banner",
15345
+ "name": "logger",
15346
+ "privacy": "private"
15347
+ },
15348
+ {
15349
+ "kind": "field",
15350
+ "name": "errorBoundary",
15363
15351
  "type": {
15364
- "text": "HTMLElement & { dismiss: () => Promise<void> }"
15365
- },
15352
+ "text": "HTMLElement"
15353
+ }
15354
+ },
15355
+ {
15356
+ "kind": "field",
15357
+ "name": "resourceName",
15358
+ "description": "The resource name holding new and existing notifications",
15366
15359
  "privacy": "public"
15367
15360
  },
15368
15361
  {
15369
15362
  "kind": "field",
15370
- "name": "error",
15363
+ "name": "closeTimeout",
15371
15364
  "type": {
15372
- "text": "ErrorStructure"
15373
- }
15365
+ "text": "number"
15366
+ },
15367
+ "default": "0",
15368
+ "description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
15369
+ "privacy": "public"
15374
15370
  },
15375
15371
  {
15376
15372
  "kind": "field",
15377
- "name": "notification",
15373
+ "name": "dataSub",
15378
15374
  "type": {
15379
- "text": "NotificationStructure"
15380
- }
15375
+ "text": "Subscription"
15376
+ },
15377
+ "privacy": "protected"
15381
15378
  },
15382
15379
  {
15383
- "kind": "method",
15384
- "name": "dismiss",
15385
- "privacy": "public",
15386
- "description": "Dismiss the Error Banner from display."
15380
+ "kind": "field",
15381
+ "name": "datasource",
15382
+ "type": {
15383
+ "text": "Datasource"
15384
+ },
15385
+ "privacy": "private"
15387
15386
  },
15388
15387
  {
15389
15388
  "kind": "field",
@@ -15497,51 +15496,67 @@
15497
15496
  }
15498
15497
  }
15499
15498
  ],
15499
+ "attributes": [
15500
+ {
15501
+ "name": "resource-name",
15502
+ "description": "The resource name holding new and existing notifications",
15503
+ "fieldName": "resourceName"
15504
+ },
15505
+ {
15506
+ "name": "close-timeout",
15507
+ "type": {
15508
+ "text": "number"
15509
+ },
15510
+ "default": "0",
15511
+ "description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
15512
+ "fieldName": "closeTimeout"
15513
+ }
15514
+ ],
15500
15515
  "superclass": {
15501
15516
  "name": "FoundationElement",
15502
15517
  "package": "@microsoft/fast-foundation"
15503
15518
  },
15504
- "tagName": "%%prefix%%-error-banner",
15505
15519
  "deprecated": "true",
15520
+ "tagName": "%%prefix%%-error-boundary",
15506
15521
  "customElement": true
15507
15522
  },
15508
15523
  {
15509
15524
  "kind": "variable",
15510
- "name": "foundationErrorBanner",
15511
- "description": "The Foundation Error Banner",
15525
+ "name": "foundationErrorBoundary",
15526
+ "description": "The Foundation Error Boundary",
15512
15527
  "privacy": "public"
15513
15528
  }
15514
15529
  ],
15515
15530
  "exports": [
15516
15531
  {
15517
15532
  "kind": "js",
15518
- "name": "foundationErrorBannerShadowOptions",
15533
+ "name": "foundationErrorBoundaryShadowOptions",
15519
15534
  "declaration": {
15520
- "name": "foundationErrorBannerShadowOptions",
15521
- "module": "src/error-banner/error-banner.ts"
15535
+ "name": "foundationErrorBoundaryShadowOptions",
15536
+ "module": "src/error-boundary/error-boundary.ts"
15522
15537
  }
15523
15538
  },
15524
15539
  {
15525
15540
  "kind": "js",
15526
- "name": "ErrorBanner",
15541
+ "name": "ErrorBoundary",
15527
15542
  "declaration": {
15528
- "name": "ErrorBanner",
15529
- "module": "src/error-banner/error-banner.ts"
15543
+ "name": "ErrorBoundary",
15544
+ "module": "src/error-boundary/error-boundary.ts"
15530
15545
  }
15531
15546
  },
15532
15547
  {
15533
15548
  "kind": "js",
15534
- "name": "foundationErrorBanner",
15549
+ "name": "foundationErrorBoundary",
15535
15550
  "declaration": {
15536
- "name": "foundationErrorBanner",
15537
- "module": "src/error-banner/error-banner.ts"
15551
+ "name": "foundationErrorBoundary",
15552
+ "module": "src/error-boundary/error-boundary.ts"
15538
15553
  }
15539
15554
  }
15540
15555
  ]
15541
15556
  },
15542
15557
  {
15543
15558
  "kind": "javascript-module",
15544
- "path": "src/error-banner/index.ts",
15559
+ "path": "src/error-boundary/index.ts",
15545
15560
  "declarations": [],
15546
15561
  "exports": [
15547
15562
  {
@@ -15549,7 +15564,7 @@
15549
15564
  "name": "*",
15550
15565
  "declaration": {
15551
15566
  "name": "*",
15552
- "package": "./error-banner.template"
15567
+ "package": "./error-boundary.template"
15553
15568
  }
15554
15569
  },
15555
15570
  {
@@ -15557,42 +15572,75 @@
15557
15572
  "name": "*",
15558
15573
  "declaration": {
15559
15574
  "name": "*",
15560
- "package": "./error-banner"
15575
+ "package": "./error-boundary"
15576
+ }
15577
+ },
15578
+ {
15579
+ "kind": "js",
15580
+ "name": "ErrorBoundaryEvent",
15581
+ "declaration": {
15582
+ "name": "ErrorBoundaryEvent",
15583
+ "package": "@genesislcap/foundation-errors"
15584
+ }
15585
+ },
15586
+ {
15587
+ "kind": "js",
15588
+ "name": "ErrorStructure",
15589
+ "declaration": {
15590
+ "name": "ErrorStructure",
15591
+ "package": "@genesislcap/foundation-errors"
15561
15592
  }
15562
15593
  }
15563
15594
  ]
15564
15595
  },
15565
15596
  {
15566
15597
  "kind": "javascript-module",
15567
- "path": "src/error-boundary/error-boundary.template.ts",
15598
+ "path": "src/error-banner/error-banner.template.ts",
15568
15599
  "declarations": [
15600
+ {
15601
+ "kind": "function",
15602
+ "name": "getPrefixedErrorBanner",
15603
+ "parameters": [
15604
+ {
15605
+ "name": "prefix",
15606
+ "type": {
15607
+ "text": "string"
15608
+ }
15609
+ }
15610
+ ]
15611
+ },
15569
15612
  {
15570
15613
  "kind": "variable",
15571
- "name": "foundationErrorBoundaryTemplate",
15572
- "type": {
15573
- "text": "ViewTemplate<ErrorBoundary>"
15574
- },
15575
- "default": "html`\n <template ${ref('errorBoundary')}>\n <slot></slot>\n </template>\n`"
15614
+ "name": "foundationErrorBannerTemplate",
15615
+ "default": "html<ErrorBanner>`\n ${(x) => getPrefixedErrorBanner(getPrefix(x))}\n`"
15576
15616
  }
15577
15617
  ],
15578
15618
  "exports": [
15579
15619
  {
15580
15620
  "kind": "js",
15581
- "name": "foundationErrorBoundaryTemplate",
15621
+ "name": "getPrefixedErrorBanner",
15582
15622
  "declaration": {
15583
- "name": "foundationErrorBoundaryTemplate",
15584
- "module": "src/error-boundary/error-boundary.template.ts"
15623
+ "name": "getPrefixedErrorBanner",
15624
+ "module": "src/error-banner/error-banner.template.ts"
15625
+ }
15626
+ },
15627
+ {
15628
+ "kind": "js",
15629
+ "name": "foundationErrorBannerTemplate",
15630
+ "declaration": {
15631
+ "name": "foundationErrorBannerTemplate",
15632
+ "module": "src/error-banner/error-banner.template.ts"
15585
15633
  }
15586
15634
  }
15587
15635
  ]
15588
15636
  },
15589
15637
  {
15590
15638
  "kind": "javascript-module",
15591
- "path": "src/error-boundary/error-boundary.ts",
15639
+ "path": "src/error-banner/error-banner.ts",
15592
15640
  "declarations": [
15593
15641
  {
15594
15642
  "kind": "variable",
15595
- "name": "foundationErrorBoundaryShadowOptions",
15643
+ "name": "foundationErrorBannerShadowOptions",
15596
15644
  "type": {
15597
15645
  "text": "ShadowRootInit"
15598
15646
  },
@@ -15601,51 +15649,35 @@
15601
15649
  {
15602
15650
  "kind": "class",
15603
15651
  "description": "",
15604
- "name": "ErrorBoundary",
15652
+ "name": "ErrorBanner",
15605
15653
  "members": [
15606
15654
  {
15607
15655
  "kind": "field",
15608
- "name": "logger",
15609
- "privacy": "private"
15610
- },
15611
- {
15612
- "kind": "field",
15613
- "name": "errorBoundary",
15656
+ "name": "banner",
15614
15657
  "type": {
15615
- "text": "HTMLElement"
15616
- }
15617
- },
15618
- {
15619
- "kind": "field",
15620
- "name": "resourceName",
15621
- "description": "The resource name holding new and existing notifications",
15658
+ "text": "HTMLElement & { dismiss: () => Promise<void> }"
15659
+ },
15622
15660
  "privacy": "public"
15623
15661
  },
15624
15662
  {
15625
15663
  "kind": "field",
15626
- "name": "closeTimeout",
15664
+ "name": "error",
15627
15665
  "type": {
15628
- "text": "number"
15629
- },
15630
- "default": "0",
15631
- "description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
15632
- "privacy": "public"
15666
+ "text": "ErrorStructure"
15667
+ }
15633
15668
  },
15634
15669
  {
15635
15670
  "kind": "field",
15636
- "name": "dataSub",
15671
+ "name": "notification",
15637
15672
  "type": {
15638
- "text": "Subscription"
15639
- },
15640
- "privacy": "protected"
15673
+ "text": "NotificationStructure"
15674
+ }
15641
15675
  },
15642
15676
  {
15643
- "kind": "field",
15644
- "name": "datasource",
15645
- "type": {
15646
- "text": "Datasource"
15647
- },
15648
- "privacy": "private"
15677
+ "kind": "method",
15678
+ "name": "dismiss",
15679
+ "privacy": "public",
15680
+ "description": "Dismiss the Error Banner from display."
15649
15681
  },
15650
15682
  {
15651
15683
  "kind": "field",
@@ -15759,67 +15791,51 @@
15759
15791
  }
15760
15792
  }
15761
15793
  ],
15762
- "attributes": [
15763
- {
15764
- "name": "resource-name",
15765
- "description": "The resource name holding new and existing notifications",
15766
- "fieldName": "resourceName"
15767
- },
15768
- {
15769
- "name": "close-timeout",
15770
- "type": {
15771
- "text": "number"
15772
- },
15773
- "default": "0",
15774
- "description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
15775
- "fieldName": "closeTimeout"
15776
- }
15777
- ],
15778
15794
  "superclass": {
15779
15795
  "name": "FoundationElement",
15780
15796
  "package": "@microsoft/fast-foundation"
15781
15797
  },
15798
+ "tagName": "%%prefix%%-error-banner",
15782
15799
  "deprecated": "true",
15783
- "tagName": "%%prefix%%-error-boundary",
15784
15800
  "customElement": true
15785
15801
  },
15786
15802
  {
15787
15803
  "kind": "variable",
15788
- "name": "foundationErrorBoundary",
15789
- "description": "The Foundation Error Boundary",
15804
+ "name": "foundationErrorBanner",
15805
+ "description": "The Foundation Error Banner",
15790
15806
  "privacy": "public"
15791
15807
  }
15792
15808
  ],
15793
15809
  "exports": [
15794
15810
  {
15795
15811
  "kind": "js",
15796
- "name": "foundationErrorBoundaryShadowOptions",
15812
+ "name": "foundationErrorBannerShadowOptions",
15797
15813
  "declaration": {
15798
- "name": "foundationErrorBoundaryShadowOptions",
15799
- "module": "src/error-boundary/error-boundary.ts"
15814
+ "name": "foundationErrorBannerShadowOptions",
15815
+ "module": "src/error-banner/error-banner.ts"
15800
15816
  }
15801
15817
  },
15802
15818
  {
15803
15819
  "kind": "js",
15804
- "name": "ErrorBoundary",
15820
+ "name": "ErrorBanner",
15805
15821
  "declaration": {
15806
- "name": "ErrorBoundary",
15807
- "module": "src/error-boundary/error-boundary.ts"
15822
+ "name": "ErrorBanner",
15823
+ "module": "src/error-banner/error-banner.ts"
15808
15824
  }
15809
15825
  },
15810
15826
  {
15811
15827
  "kind": "js",
15812
- "name": "foundationErrorBoundary",
15828
+ "name": "foundationErrorBanner",
15813
15829
  "declaration": {
15814
- "name": "foundationErrorBoundary",
15815
- "module": "src/error-boundary/error-boundary.ts"
15830
+ "name": "foundationErrorBanner",
15831
+ "module": "src/error-banner/error-banner.ts"
15816
15832
  }
15817
15833
  }
15818
15834
  ]
15819
15835
  },
15820
15836
  {
15821
15837
  "kind": "javascript-module",
15822
- "path": "src/error-boundary/index.ts",
15838
+ "path": "src/error-banner/index.ts",
15823
15839
  "declarations": [],
15824
15840
  "exports": [
15825
15841
  {
@@ -15827,7 +15843,7 @@
15827
15843
  "name": "*",
15828
15844
  "declaration": {
15829
15845
  "name": "*",
15830
- "package": "./error-boundary.template"
15846
+ "package": "./error-banner.template"
15831
15847
  }
15832
15848
  },
15833
15849
  {
@@ -15835,23 +15851,7 @@
15835
15851
  "name": "*",
15836
15852
  "declaration": {
15837
15853
  "name": "*",
15838
- "package": "./error-boundary"
15839
- }
15840
- },
15841
- {
15842
- "kind": "js",
15843
- "name": "ErrorBoundaryEvent",
15844
- "declaration": {
15845
- "name": "ErrorBoundaryEvent",
15846
- "package": "@genesislcap/foundation-errors"
15847
- }
15848
- },
15849
- {
15850
- "kind": "js",
15851
- "name": "ErrorStructure",
15852
- "declaration": {
15853
- "name": "ErrorStructure",
15854
- "package": "@genesislcap/foundation-errors"
15854
+ "package": "./error-banner"
15855
15855
  }
15856
15856
  }
15857
15857
  ]
@@ -21625,626 +21625,6 @@
21625
21625
  }
21626
21626
  ]
21627
21627
  },
21628
- {
21629
- "kind": "javascript-module",
21630
- "path": "src/listbox-option/index.ts",
21631
- "declarations": [],
21632
- "exports": [
21633
- {
21634
- "kind": "js",
21635
- "name": "*",
21636
- "declaration": {
21637
- "name": "*",
21638
- "package": "./listbox-option.template"
21639
- }
21640
- },
21641
- {
21642
- "kind": "js",
21643
- "name": "*",
21644
- "declaration": {
21645
- "name": "*",
21646
- "package": "./listbox-option.styles"
21647
- }
21648
- },
21649
- {
21650
- "kind": "js",
21651
- "name": "*",
21652
- "declaration": {
21653
- "name": "*",
21654
- "package": "./listbox-option"
21655
- }
21656
- }
21657
- ]
21658
- },
21659
- {
21660
- "kind": "javascript-module",
21661
- "path": "src/listbox-option/listbox-option.styles.ts",
21662
- "declarations": [
21663
- {
21664
- "kind": "function",
21665
- "name": "foundationListboxOptionStyles",
21666
- "return": {
21667
- "type": {
21668
- "text": "ElementStyles"
21669
- }
21670
- },
21671
- "parameters": [
21672
- {
21673
- "name": "context",
21674
- "type": {
21675
- "text": "ElementDefinitionContext"
21676
- }
21677
- },
21678
- {
21679
- "name": "definition",
21680
- "type": {
21681
- "text": "FoundationElementDefinition"
21682
- }
21683
- }
21684
- ]
21685
- }
21686
- ],
21687
- "exports": [
21688
- {
21689
- "kind": "js",
21690
- "name": "foundationListboxOptionStyles",
21691
- "declaration": {
21692
- "name": "foundationListboxOptionStyles",
21693
- "module": "src/listbox-option/listbox-option.styles.ts"
21694
- }
21695
- }
21696
- ]
21697
- },
21698
- {
21699
- "kind": "javascript-module",
21700
- "path": "src/listbox-option/listbox-option.template.ts",
21701
- "declarations": [
21702
- {
21703
- "kind": "function",
21704
- "name": "foundationListboxOptionTemplate",
21705
- "return": {
21706
- "type": {
21707
- "text": "ViewTemplate<ListboxOption>"
21708
- }
21709
- },
21710
- "parameters": [
21711
- {
21712
- "name": "context",
21713
- "type": {
21714
- "text": "ElementDefinitionContext"
21715
- }
21716
- },
21717
- {
21718
- "name": "definition",
21719
- "type": {
21720
- "text": "FoundationElementDefinition"
21721
- }
21722
- }
21723
- ]
21724
- }
21725
- ],
21726
- "exports": [
21727
- {
21728
- "kind": "js",
21729
- "name": "foundationListboxOptionTemplate",
21730
- "declaration": {
21731
- "name": "foundationListboxOptionTemplate",
21732
- "module": "src/listbox-option/listbox-option.template.ts"
21733
- }
21734
- }
21735
- ]
21736
- },
21737
- {
21738
- "kind": "javascript-module",
21739
- "path": "src/listbox-option/listbox-option.ts",
21740
- "declarations": [
21741
- {
21742
- "kind": "class",
21743
- "description": "",
21744
- "name": "ListboxOption",
21745
- "superclass": {
21746
- "name": "FASTListboxOption",
21747
- "package": "@microsoft/fast-components"
21748
- },
21749
- "tagName": "%%prefix%%-option",
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
- ],
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
- },
21802
- {
21803
- "kind": "method",
21804
- "name": "checkedChanged",
21805
- "privacy": "public",
21806
- "return": {
21807
- "type": {
21808
- "text": "void"
21809
- }
21810
- },
21811
- "parameters": [
21812
- {
21813
- "name": "prev",
21814
- "type": {
21815
- "text": "boolean | unknown"
21816
- },
21817
- "description": "the previous checked value"
21818
- },
21819
- {
21820
- "name": "next",
21821
- "optional": true,
21822
- "type": {
21823
- "text": "boolean"
21824
- },
21825
- "description": "the current checked value"
21826
- }
21827
- ],
21828
- "description": "Updates the ariaChecked property when the checked property changes.",
21829
- "inheritedFrom": {
21830
- "name": "ListboxOption",
21831
- "module": "src/listbox-option/listbox-option.ts"
21832
- }
21833
- },
21834
- {
21835
- "kind": "field",
21836
- "name": "content",
21837
- "type": {
21838
- "text": "Node[]"
21839
- },
21840
- "privacy": "public",
21841
- "description": "The default slotted content.",
21842
- "inheritedFrom": {
21843
- "name": "ListboxOption",
21844
- "module": "src/listbox-option/listbox-option.ts"
21845
- }
21846
- },
21847
- {
21848
- "kind": "field",
21849
- "name": "defaultSelected",
21850
- "type": {
21851
- "text": "boolean"
21852
- },
21853
- "privacy": "public",
21854
- "default": "false",
21855
- "description": "The defaultSelected state of the option.",
21856
- "inheritedFrom": {
21857
- "name": "ListboxOption",
21858
- "module": "src/listbox-option/listbox-option.ts"
21859
- }
21860
- },
21861
- {
21862
- "kind": "method",
21863
- "name": "defaultSelectedChanged",
21864
- "privacy": "protected",
21865
- "return": {
21866
- "type": {
21867
- "text": "void"
21868
- }
21869
- },
21870
- "inheritedFrom": {
21871
- "name": "ListboxOption",
21872
- "module": "src/listbox-option/listbox-option.ts"
21873
- }
21874
- },
21875
- {
21876
- "kind": "field",
21877
- "name": "disabled",
21878
- "type": {
21879
- "text": "boolean"
21880
- },
21881
- "privacy": "public",
21882
- "description": "The disabled state of the option.",
21883
- "inheritedFrom": {
21884
- "name": "ListboxOption",
21885
- "module": "src/listbox-option/listbox-option.ts"
21886
- }
21887
- },
21888
- {
21889
- "kind": "method",
21890
- "name": "disabledChanged",
21891
- "privacy": "protected",
21892
- "return": {
21893
- "type": {
21894
- "text": "void"
21895
- }
21896
- },
21897
- "parameters": [
21898
- {
21899
- "name": "prev",
21900
- "type": {
21901
- "text": "boolean"
21902
- }
21903
- },
21904
- {
21905
- "name": "next",
21906
- "type": {
21907
- "text": "boolean"
21908
- }
21909
- }
21910
- ],
21911
- "inheritedFrom": {
21912
- "name": "ListboxOption",
21913
- "module": "src/listbox-option/listbox-option.ts"
21914
- }
21915
- },
21916
- {
21917
- "kind": "field",
21918
- "name": "selectedAttribute",
21919
- "type": {
21920
- "text": "boolean"
21921
- },
21922
- "privacy": "public",
21923
- "description": "The selected attribute value. This sets the initial selected value.",
21924
- "inheritedFrom": {
21925
- "name": "ListboxOption",
21926
- "module": "src/listbox-option/listbox-option.ts"
21927
- }
21928
- },
21929
- {
21930
- "kind": "method",
21931
- "name": "selectedAttributeChanged",
21932
- "privacy": "protected",
21933
- "return": {
21934
- "type": {
21935
- "text": "void"
21936
- }
21937
- },
21938
- "inheritedFrom": {
21939
- "name": "ListboxOption",
21940
- "module": "src/listbox-option/listbox-option.ts"
21941
- }
21942
- },
21943
- {
21944
- "kind": "field",
21945
- "name": "selected",
21946
- "type": {
21947
- "text": "boolean"
21948
- },
21949
- "privacy": "public",
21950
- "description": "The checked state of the control.",
21951
- "inheritedFrom": {
21952
- "name": "ListboxOption",
21953
- "module": "src/listbox-option/listbox-option.ts"
21954
- }
21955
- },
21956
- {
21957
- "kind": "method",
21958
- "name": "selectedChanged",
21959
- "privacy": "protected",
21960
- "return": {
21961
- "type": {
21962
- "text": "void"
21963
- }
21964
- },
21965
- "inheritedFrom": {
21966
- "name": "ListboxOption",
21967
- "module": "src/listbox-option/listbox-option.ts"
21968
- }
21969
- },
21970
- {
21971
- "kind": "field",
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",
21979
- "inheritedFrom": {
21980
- "name": "ListboxOption",
21981
- "module": "src/listbox-option/listbox-option.ts"
21982
- }
21983
- },
21984
- {
21985
- "kind": "field",
21986
- "name": "initialValue",
21987
- "type": {
21988
- "text": "string"
21989
- },
21990
- "privacy": "protected",
21991
- "description": "The initial value of the option. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
21992
- "inheritedFrom": {
21993
- "name": "ListboxOption",
21994
- "module": "src/listbox-option/listbox-option.ts"
21995
- }
21996
- },
21997
- {
21998
- "kind": "method",
21999
- "name": "initialValueChanged",
22000
- "privacy": "public",
22001
- "return": {
22002
- "type": {
22003
- "text": "void"
22004
- }
22005
- },
22006
- "parameters": [
22007
- {
22008
- "name": "previous",
22009
- "type": {
22010
- "text": "string"
22011
- }
22012
- },
22013
- {
22014
- "name": "next",
22015
- "type": {
22016
- "text": "string"
22017
- }
22018
- }
22019
- ],
22020
- "inheritedFrom": {
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"
22077
- }
22078
- },
22079
- {
22080
- "kind": "field",
22081
- "name": "_presentation",
22082
- "type": {
22083
- "text": "ComponentPresentation | null | undefined"
22084
- },
22085
- "privacy": "private",
22086
- "default": "void 0",
22087
- "inheritedFrom": {
22088
- "name": "FoundationElement",
22089
- "module": "src/foundation-element/foundation-element.ts"
22090
- }
22091
- },
22092
- {
22093
- "kind": "field",
22094
- "name": "$presentation",
22095
- "type": {
22096
- "text": "ComponentPresentation | null"
22097
- },
22098
- "privacy": "public",
22099
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
22100
- "inheritedFrom": {
22101
- "name": "FoundationElement",
22102
- "module": "src/foundation-element/foundation-element.ts"
22103
- }
22104
- },
22105
- {
22106
- "kind": "field",
22107
- "name": "template",
22108
- "type": {
22109
- "text": "ElementViewTemplate | void | null"
22110
- },
22111
- "privacy": "public",
22112
- "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.",
22113
- "inheritedFrom": {
22114
- "name": "FoundationElement",
22115
- "module": "src/foundation-element/foundation-element.ts"
22116
- }
22117
- },
22118
- {
22119
- "kind": "method",
22120
- "name": "templateChanged",
22121
- "privacy": "protected",
22122
- "return": {
22123
- "type": {
22124
- "text": "void"
22125
- }
22126
- },
22127
- "inheritedFrom": {
22128
- "name": "FoundationElement",
22129
- "module": "src/foundation-element/foundation-element.ts"
22130
- }
22131
- },
22132
- {
22133
- "kind": "field",
22134
- "name": "styles",
22135
- "type": {
22136
- "text": "ElementStyles | void | null"
22137
- },
22138
- "privacy": "public",
22139
- "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.",
22140
- "inheritedFrom": {
22141
- "name": "FoundationElement",
22142
- "module": "src/foundation-element/foundation-element.ts"
22143
- }
22144
- },
22145
- {
22146
- "kind": "method",
22147
- "name": "stylesChanged",
22148
- "privacy": "protected",
22149
- "return": {
22150
- "type": {
22151
- "text": "void"
22152
- }
22153
- },
22154
- "inheritedFrom": {
22155
- "name": "FoundationElement",
22156
- "module": "src/foundation-element/foundation-element.ts"
22157
- }
22158
- },
22159
- {
22160
- "kind": "method",
22161
- "name": "compose",
22162
- "privacy": "public",
22163
- "static": true,
22164
- "return": {
22165
- "type": {
22166
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
22167
- }
22168
- },
22169
- "parameters": [
22170
- {
22171
- "name": "this",
22172
- "type": {
22173
- "text": "K"
22174
- }
22175
- },
22176
- {
22177
- "name": "elementDefinition",
22178
- "type": {
22179
- "text": "T"
22180
- },
22181
- "description": "The definition of the element to create the registry\nfunction for."
22182
- }
22183
- ],
22184
- "description": "Defines an element registry function with a set of element definition defaults.",
22185
- "inheritedFrom": {
22186
- "name": "FoundationElement",
22187
- "module": "src/foundation-element/foundation-element.ts"
22188
- }
22189
- }
22190
- ]
22191
- },
22192
- {
22193
- "kind": "variable",
22194
- "name": "foundationListboxOptionShadowOptions",
22195
- "type": {
22196
- "text": "ShadowRootInit"
22197
- },
22198
- "default": "undefined"
22199
- },
22200
- {
22201
- "kind": "variable",
22202
- "name": "defaultListboxOptionConfig",
22203
- "type": {
22204
- "text": "object"
22205
- },
22206
- "default": "{}"
22207
- },
22208
- {
22209
- "kind": "variable",
22210
- "name": "foundationListboxOption"
22211
- }
22212
- ],
22213
- "exports": [
22214
- {
22215
- "kind": "js",
22216
- "name": "ListboxOption",
22217
- "declaration": {
22218
- "name": "ListboxOption",
22219
- "module": "src/listbox-option/listbox-option.ts"
22220
- }
22221
- },
22222
- {
22223
- "kind": "js",
22224
- "name": "foundationListboxOptionShadowOptions",
22225
- "declaration": {
22226
- "name": "foundationListboxOptionShadowOptions",
22227
- "module": "src/listbox-option/listbox-option.ts"
22228
- }
22229
- },
22230
- {
22231
- "kind": "js",
22232
- "name": "defaultListboxOptionConfig",
22233
- "declaration": {
22234
- "name": "defaultListboxOptionConfig",
22235
- "module": "src/listbox-option/listbox-option.ts"
22236
- }
22237
- },
22238
- {
22239
- "kind": "js",
22240
- "name": "foundationListboxOption",
22241
- "declaration": {
22242
- "name": "foundationListboxOption",
22243
- "module": "src/listbox-option/listbox-option.ts"
22244
- }
22245
- }
22246
- ]
22247
- },
22248
21628
  {
22249
21629
  "kind": "javascript-module",
22250
21630
  "path": "src/menu/index.ts",
@@ -23342,164 +22722,815 @@
23342
22722
  {
23343
22723
  "kind": "class",
23344
22724
  "description": "",
23345
- "name": "Modal",
22725
+ "name": "Modal",
22726
+ "members": [
22727
+ {
22728
+ "kind": "method",
22729
+ "name": "show",
22730
+ "return": {
22731
+ "type": {
22732
+ "text": "void"
22733
+ }
22734
+ },
22735
+ "description": "Show the HTMLDialogElement and its contents",
22736
+ "inheritedFrom": {
22737
+ "name": "<local>_DialogElement",
22738
+ "module": "src/dialog/dialog.ts"
22739
+ }
22740
+ },
22741
+ {
22742
+ "kind": "field",
22743
+ "name": "mainElement",
22744
+ "type": {
22745
+ "text": "HTMLDialogElement"
22746
+ },
22747
+ "description": "A reference to the dialog element\nin the component Shadow DOM.",
22748
+ "inheritedFrom": {
22749
+ "name": "<local>_DialogElement",
22750
+ "module": "src/dialog/dialog.ts"
22751
+ }
22752
+ },
22753
+ {
22754
+ "kind": "field",
22755
+ "name": "notification",
22756
+ "type": {
22757
+ "text": "NotificationStructure"
22758
+ },
22759
+ "inheritedFrom": {
22760
+ "name": "<local>_DialogElement",
22761
+ "module": "src/dialog/dialog.ts"
22762
+ }
22763
+ },
22764
+ {
22765
+ "kind": "method",
22766
+ "name": "notificationChanged",
22767
+ "inheritedFrom": {
22768
+ "name": "<local>_DialogElement",
22769
+ "module": "src/dialog/dialog.ts"
22770
+ }
22771
+ },
22772
+ {
22773
+ "kind": "field",
22774
+ "name": "type",
22775
+ "type": {
22776
+ "text": "DialogType"
22777
+ },
22778
+ "default": "'default'",
22779
+ "inheritedFrom": {
22780
+ "name": "<local>_DialogElement",
22781
+ "module": "src/dialog/dialog.ts"
22782
+ }
22783
+ },
22784
+ {
22785
+ "kind": "field",
22786
+ "name": "position",
22787
+ "type": {
22788
+ "text": "DialogPosition"
22789
+ },
22790
+ "default": "'center'",
22791
+ "inheritedFrom": {
22792
+ "name": "<local>_DialogElement",
22793
+ "module": "src/dialog/dialog.ts"
22794
+ }
22795
+ },
22796
+ {
22797
+ "kind": "field",
22798
+ "name": "showCloseIcon",
22799
+ "type": {
22800
+ "text": "boolean"
22801
+ },
22802
+ "default": "true",
22803
+ "description": "Whether or not to show the close icon",
22804
+ "inheritedFrom": {
22805
+ "name": "<local>_DialogElement",
22806
+ "module": "src/dialog/dialog.ts"
22807
+ }
22808
+ },
22809
+ {
22810
+ "kind": "field",
22811
+ "name": "onShowCallback",
22812
+ "type": {
22813
+ "text": "() => void"
22814
+ },
22815
+ "description": "Callback to run *before* HTMLDialogElement is shown",
22816
+ "inheritedFrom": {
22817
+ "name": "<local>_DialogElement",
22818
+ "module": "src/dialog/dialog.ts"
22819
+ }
22820
+ },
22821
+ {
22822
+ "kind": "field",
22823
+ "name": "onCloseCallback",
22824
+ "type": {
22825
+ "text": "() => void"
22826
+ },
22827
+ "description": "Callback to run *after* HTMLDialogElement is closed",
22828
+ "inheritedFrom": {
22829
+ "name": "<local>_DialogElement",
22830
+ "module": "src/dialog/dialog.ts"
22831
+ }
22832
+ },
22833
+ {
22834
+ "kind": "field",
22835
+ "name": "open",
22836
+ "type": {
22837
+ "text": "boolean"
22838
+ },
22839
+ "description": "Determine if the dialog is showing or closed.",
22840
+ "readonly": true,
22841
+ "inheritedFrom": {
22842
+ "name": "<local>_DialogElement",
22843
+ "module": "src/dialog/dialog.ts"
22844
+ }
22845
+ },
22846
+ {
22847
+ "kind": "method",
22848
+ "name": "close",
22849
+ "return": {
22850
+ "type": {
22851
+ "text": "void"
22852
+ }
22853
+ },
22854
+ "description": "Remove the HTMLDialogElement from display",
22855
+ "inheritedFrom": {
22856
+ "name": "<local>_DialogElement",
22857
+ "module": "src/dialog/dialog.ts"
22858
+ }
22859
+ },
22860
+ {
22861
+ "kind": "method",
22862
+ "name": "dismiss",
22863
+ "privacy": "public",
22864
+ "description": "Dismiss the Dialog from display and calls the dismissing action.",
22865
+ "inheritedFrom": {
22866
+ "name": "<local>_DialogElement",
22867
+ "module": "src/dialog/dialog.ts"
22868
+ }
22869
+ },
22870
+ {
22871
+ "kind": "method",
22872
+ "name": "closeDialog",
22873
+ "privacy": "public",
22874
+ "return": {
22875
+ "type": {
22876
+ "text": "void"
22877
+ }
22878
+ },
22879
+ "description": "Dismiss the Dialog from display.",
22880
+ "inheritedFrom": {
22881
+ "name": "<local>_DialogElement",
22882
+ "module": "src/dialog/dialog.ts"
22883
+ }
22884
+ },
22885
+ {
22886
+ "kind": "field",
22887
+ "name": "_presentation",
22888
+ "type": {
22889
+ "text": "ComponentPresentation | null | undefined"
22890
+ },
22891
+ "privacy": "private",
22892
+ "default": "void 0",
22893
+ "inheritedFrom": {
22894
+ "name": "FoundationElement",
22895
+ "module": "src/foundation-element/foundation-element.ts"
22896
+ }
22897
+ },
22898
+ {
22899
+ "kind": "field",
22900
+ "name": "$presentation",
22901
+ "type": {
22902
+ "text": "ComponentPresentation | null"
22903
+ },
22904
+ "privacy": "public",
22905
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
22906
+ "inheritedFrom": {
22907
+ "name": "FoundationElement",
22908
+ "module": "src/foundation-element/foundation-element.ts"
22909
+ }
22910
+ },
22911
+ {
22912
+ "kind": "field",
22913
+ "name": "template",
22914
+ "type": {
22915
+ "text": "ElementViewTemplate | void | null"
22916
+ },
22917
+ "privacy": "public",
22918
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
22919
+ "inheritedFrom": {
22920
+ "name": "FoundationElement",
22921
+ "module": "src/foundation-element/foundation-element.ts"
22922
+ }
22923
+ },
22924
+ {
22925
+ "kind": "method",
22926
+ "name": "templateChanged",
22927
+ "privacy": "protected",
22928
+ "return": {
22929
+ "type": {
22930
+ "text": "void"
22931
+ }
22932
+ },
22933
+ "inheritedFrom": {
22934
+ "name": "FoundationElement",
22935
+ "module": "src/foundation-element/foundation-element.ts"
22936
+ }
22937
+ },
22938
+ {
22939
+ "kind": "field",
22940
+ "name": "styles",
22941
+ "type": {
22942
+ "text": "ElementStyles | void | null"
22943
+ },
22944
+ "privacy": "public",
22945
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
22946
+ "inheritedFrom": {
22947
+ "name": "FoundationElement",
22948
+ "module": "src/foundation-element/foundation-element.ts"
22949
+ }
22950
+ },
22951
+ {
22952
+ "kind": "method",
22953
+ "name": "stylesChanged",
22954
+ "privacy": "protected",
22955
+ "return": {
22956
+ "type": {
22957
+ "text": "void"
22958
+ }
22959
+ },
22960
+ "inheritedFrom": {
22961
+ "name": "FoundationElement",
22962
+ "module": "src/foundation-element/foundation-element.ts"
22963
+ }
22964
+ },
22965
+ {
22966
+ "kind": "method",
22967
+ "name": "compose",
22968
+ "privacy": "public",
22969
+ "static": true,
22970
+ "return": {
22971
+ "type": {
22972
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
22973
+ }
22974
+ },
22975
+ "parameters": [
22976
+ {
22977
+ "name": "this",
22978
+ "type": {
22979
+ "text": "K"
22980
+ }
22981
+ },
22982
+ {
22983
+ "name": "elementDefinition",
22984
+ "type": {
22985
+ "text": "T"
22986
+ },
22987
+ "description": "The definition of the element to create the registry\nfunction for."
22988
+ }
22989
+ ],
22990
+ "description": "Defines an element registry function with a set of element definition defaults.",
22991
+ "inheritedFrom": {
22992
+ "name": "FoundationElement",
22993
+ "module": "src/foundation-element/foundation-element.ts"
22994
+ }
22995
+ }
22996
+ ],
22997
+ "superclass": {
22998
+ "name": "DialogElement",
22999
+ "module": "/src/dialog"
23000
+ },
23001
+ "tagName": "%%prefix%%-modal",
23002
+ "customElement": true,
23003
+ "attributes": [
23004
+ {
23005
+ "name": "type",
23006
+ "type": {
23007
+ "text": "DialogType"
23008
+ },
23009
+ "default": "'default'",
23010
+ "fieldName": "type",
23011
+ "inheritedFrom": {
23012
+ "name": "<local>_DialogElement",
23013
+ "module": "src/dialog/dialog.ts"
23014
+ }
23015
+ },
23016
+ {
23017
+ "name": "position",
23018
+ "type": {
23019
+ "text": "DialogPosition"
23020
+ },
23021
+ "default": "'center'",
23022
+ "fieldName": "position",
23023
+ "inheritedFrom": {
23024
+ "name": "<local>_DialogElement",
23025
+ "module": "src/dialog/dialog.ts"
23026
+ }
23027
+ },
23028
+ {
23029
+ "name": "show-close-icon",
23030
+ "type": {
23031
+ "text": "boolean"
23032
+ },
23033
+ "default": "true",
23034
+ "description": "Whether or not to show the close icon",
23035
+ "fieldName": "showCloseIcon",
23036
+ "inheritedFrom": {
23037
+ "name": "<local>_DialogElement",
23038
+ "module": "src/dialog/dialog.ts"
23039
+ }
23040
+ }
23041
+ ]
23042
+ },
23043
+ {
23044
+ "kind": "variable",
23045
+ "name": "foundationModal",
23046
+ "description": "The Foundation Modal",
23047
+ "privacy": "public"
23048
+ }
23049
+ ],
23050
+ "exports": [
23051
+ {
23052
+ "kind": "js",
23053
+ "name": "foundationModalShadowOptions",
23054
+ "declaration": {
23055
+ "name": "foundationModalShadowOptions",
23056
+ "module": "src/modal/modal.ts"
23057
+ }
23058
+ },
23059
+ {
23060
+ "kind": "js",
23061
+ "name": "defaultModalConfig",
23062
+ "declaration": {
23063
+ "name": "defaultModalConfig",
23064
+ "module": "src/modal/modal.ts"
23065
+ }
23066
+ },
23067
+ {
23068
+ "kind": "js",
23069
+ "name": "Modal",
23070
+ "declaration": {
23071
+ "name": "Modal",
23072
+ "module": "src/modal/modal.ts"
23073
+ }
23074
+ },
23075
+ {
23076
+ "kind": "js",
23077
+ "name": "foundationModal",
23078
+ "declaration": {
23079
+ "name": "foundationModal",
23080
+ "module": "src/modal/modal.ts"
23081
+ }
23082
+ }
23083
+ ]
23084
+ },
23085
+ {
23086
+ "kind": "javascript-module",
23087
+ "path": "src/listbox-option/index.ts",
23088
+ "declarations": [],
23089
+ "exports": [
23090
+ {
23091
+ "kind": "js",
23092
+ "name": "*",
23093
+ "declaration": {
23094
+ "name": "*",
23095
+ "package": "./listbox-option.template"
23096
+ }
23097
+ },
23098
+ {
23099
+ "kind": "js",
23100
+ "name": "*",
23101
+ "declaration": {
23102
+ "name": "*",
23103
+ "package": "./listbox-option.styles"
23104
+ }
23105
+ },
23106
+ {
23107
+ "kind": "js",
23108
+ "name": "*",
23109
+ "declaration": {
23110
+ "name": "*",
23111
+ "package": "./listbox-option"
23112
+ }
23113
+ }
23114
+ ]
23115
+ },
23116
+ {
23117
+ "kind": "javascript-module",
23118
+ "path": "src/listbox-option/listbox-option.styles.ts",
23119
+ "declarations": [
23120
+ {
23121
+ "kind": "function",
23122
+ "name": "foundationListboxOptionStyles",
23123
+ "return": {
23124
+ "type": {
23125
+ "text": "ElementStyles"
23126
+ }
23127
+ },
23128
+ "parameters": [
23129
+ {
23130
+ "name": "context",
23131
+ "type": {
23132
+ "text": "ElementDefinitionContext"
23133
+ }
23134
+ },
23135
+ {
23136
+ "name": "definition",
23137
+ "type": {
23138
+ "text": "FoundationElementDefinition"
23139
+ }
23140
+ }
23141
+ ]
23142
+ }
23143
+ ],
23144
+ "exports": [
23145
+ {
23146
+ "kind": "js",
23147
+ "name": "foundationListboxOptionStyles",
23148
+ "declaration": {
23149
+ "name": "foundationListboxOptionStyles",
23150
+ "module": "src/listbox-option/listbox-option.styles.ts"
23151
+ }
23152
+ }
23153
+ ]
23154
+ },
23155
+ {
23156
+ "kind": "javascript-module",
23157
+ "path": "src/listbox-option/listbox-option.template.ts",
23158
+ "declarations": [
23159
+ {
23160
+ "kind": "function",
23161
+ "name": "foundationListboxOptionTemplate",
23162
+ "return": {
23163
+ "type": {
23164
+ "text": "ViewTemplate<ListboxOption>"
23165
+ }
23166
+ },
23167
+ "parameters": [
23168
+ {
23169
+ "name": "context",
23170
+ "type": {
23171
+ "text": "ElementDefinitionContext"
23172
+ }
23173
+ },
23174
+ {
23175
+ "name": "definition",
23176
+ "type": {
23177
+ "text": "FoundationElementDefinition"
23178
+ }
23179
+ }
23180
+ ]
23181
+ }
23182
+ ],
23183
+ "exports": [
23184
+ {
23185
+ "kind": "js",
23186
+ "name": "foundationListboxOptionTemplate",
23187
+ "declaration": {
23188
+ "name": "foundationListboxOptionTemplate",
23189
+ "module": "src/listbox-option/listbox-option.template.ts"
23190
+ }
23191
+ }
23192
+ ]
23193
+ },
23194
+ {
23195
+ "kind": "javascript-module",
23196
+ "path": "src/listbox-option/listbox-option.ts",
23197
+ "declarations": [
23198
+ {
23199
+ "kind": "class",
23200
+ "description": "",
23201
+ "name": "ListboxOption",
23202
+ "superclass": {
23203
+ "name": "FASTListboxOption",
23204
+ "package": "@microsoft/fast-components"
23205
+ },
23206
+ "tagName": "%%prefix%%-option",
23207
+ "customElement": true,
23208
+ "attributes": [
23209
+ {
23210
+ "type": {
23211
+ "text": "boolean"
23212
+ },
23213
+ "description": "The disabled state of the option.",
23214
+ "fieldName": "disabled",
23215
+ "inheritedFrom": {
23216
+ "name": "ListboxOption",
23217
+ "module": "src/listbox-option/listbox-option.ts"
23218
+ }
23219
+ },
23220
+ {
23221
+ "name": "selected",
23222
+ "type": {
23223
+ "text": "boolean"
23224
+ },
23225
+ "description": "The selected attribute value. This sets the initial selected value.",
23226
+ "fieldName": "selectedAttribute",
23227
+ "inheritedFrom": {
23228
+ "name": "ListboxOption",
23229
+ "module": "src/listbox-option/listbox-option.ts"
23230
+ }
23231
+ },
23232
+ {
23233
+ "name": "value",
23234
+ "type": {
23235
+ "text": "string"
23236
+ },
23237
+ "description": "The initial value of the option. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
23238
+ "fieldName": "initialValue",
23239
+ "inheritedFrom": {
23240
+ "name": "ListboxOption",
23241
+ "module": "src/listbox-option/listbox-option.ts"
23242
+ }
23243
+ }
23244
+ ],
23346
23245
  "members": [
23246
+ {
23247
+ "kind": "field",
23248
+ "name": "checked",
23249
+ "type": {
23250
+ "text": "boolean | undefined"
23251
+ },
23252
+ "privacy": "public",
23253
+ "description": "The checked state is used when the parent listbox is in multiple selection mode.\nTo avoid accessibility conflicts, the checked state should not be present in\nsingle selection mode.",
23254
+ "inheritedFrom": {
23255
+ "name": "ListboxOption",
23256
+ "module": "src/listbox-option/listbox-option.ts"
23257
+ }
23258
+ },
23347
23259
  {
23348
23260
  "kind": "method",
23349
- "name": "show",
23261
+ "name": "checkedChanged",
23262
+ "privacy": "public",
23350
23263
  "return": {
23351
23264
  "type": {
23352
23265
  "text": "void"
23353
23266
  }
23354
23267
  },
23355
- "description": "Show the HTMLDialogElement and its contents",
23268
+ "parameters": [
23269
+ {
23270
+ "name": "prev",
23271
+ "type": {
23272
+ "text": "boolean | unknown"
23273
+ },
23274
+ "description": "the previous checked value"
23275
+ },
23276
+ {
23277
+ "name": "next",
23278
+ "optional": true,
23279
+ "type": {
23280
+ "text": "boolean"
23281
+ },
23282
+ "description": "the current checked value"
23283
+ }
23284
+ ],
23285
+ "description": "Updates the ariaChecked property when the checked property changes.",
23356
23286
  "inheritedFrom": {
23357
- "name": "<local>_DialogElement",
23358
- "module": "src/dialog/dialog.ts"
23287
+ "name": "ListboxOption",
23288
+ "module": "src/listbox-option/listbox-option.ts"
23359
23289
  }
23360
23290
  },
23361
23291
  {
23362
23292
  "kind": "field",
23363
- "name": "mainElement",
23293
+ "name": "content",
23364
23294
  "type": {
23365
- "text": "HTMLDialogElement"
23295
+ "text": "Node[]"
23366
23296
  },
23367
- "description": "A reference to the dialog element\nin the component Shadow DOM.",
23297
+ "privacy": "public",
23298
+ "description": "The default slotted content.",
23368
23299
  "inheritedFrom": {
23369
- "name": "<local>_DialogElement",
23370
- "module": "src/dialog/dialog.ts"
23300
+ "name": "ListboxOption",
23301
+ "module": "src/listbox-option/listbox-option.ts"
23371
23302
  }
23372
23303
  },
23373
23304
  {
23374
23305
  "kind": "field",
23375
- "name": "notification",
23306
+ "name": "defaultSelected",
23376
23307
  "type": {
23377
- "text": "NotificationStructure"
23308
+ "text": "boolean"
23378
23309
  },
23310
+ "privacy": "public",
23311
+ "default": "false",
23312
+ "description": "The defaultSelected state of the option.",
23379
23313
  "inheritedFrom": {
23380
- "name": "<local>_DialogElement",
23381
- "module": "src/dialog/dialog.ts"
23314
+ "name": "ListboxOption",
23315
+ "module": "src/listbox-option/listbox-option.ts"
23382
23316
  }
23383
23317
  },
23384
23318
  {
23385
23319
  "kind": "method",
23386
- "name": "notificationChanged",
23320
+ "name": "defaultSelectedChanged",
23321
+ "privacy": "protected",
23322
+ "return": {
23323
+ "type": {
23324
+ "text": "void"
23325
+ }
23326
+ },
23387
23327
  "inheritedFrom": {
23388
- "name": "<local>_DialogElement",
23389
- "module": "src/dialog/dialog.ts"
23328
+ "name": "ListboxOption",
23329
+ "module": "src/listbox-option/listbox-option.ts"
23390
23330
  }
23391
23331
  },
23392
23332
  {
23393
23333
  "kind": "field",
23394
- "name": "type",
23334
+ "name": "disabled",
23395
23335
  "type": {
23396
- "text": "DialogType"
23336
+ "text": "boolean"
23397
23337
  },
23398
- "default": "'default'",
23338
+ "privacy": "public",
23339
+ "description": "The disabled state of the option.",
23399
23340
  "inheritedFrom": {
23400
- "name": "<local>_DialogElement",
23401
- "module": "src/dialog/dialog.ts"
23341
+ "name": "ListboxOption",
23342
+ "module": "src/listbox-option/listbox-option.ts"
23402
23343
  }
23403
23344
  },
23404
23345
  {
23405
- "kind": "field",
23406
- "name": "position",
23407
- "type": {
23408
- "text": "DialogPosition"
23346
+ "kind": "method",
23347
+ "name": "disabledChanged",
23348
+ "privacy": "protected",
23349
+ "return": {
23350
+ "type": {
23351
+ "text": "void"
23352
+ }
23409
23353
  },
23410
- "default": "'center'",
23354
+ "parameters": [
23355
+ {
23356
+ "name": "prev",
23357
+ "type": {
23358
+ "text": "boolean"
23359
+ }
23360
+ },
23361
+ {
23362
+ "name": "next",
23363
+ "type": {
23364
+ "text": "boolean"
23365
+ }
23366
+ }
23367
+ ],
23411
23368
  "inheritedFrom": {
23412
- "name": "<local>_DialogElement",
23413
- "module": "src/dialog/dialog.ts"
23369
+ "name": "ListboxOption",
23370
+ "module": "src/listbox-option/listbox-option.ts"
23414
23371
  }
23415
23372
  },
23416
23373
  {
23417
23374
  "kind": "field",
23418
- "name": "showCloseIcon",
23375
+ "name": "selectedAttribute",
23419
23376
  "type": {
23420
23377
  "text": "boolean"
23421
23378
  },
23422
- "default": "true",
23423
- "description": "Whether or not to show the close icon",
23379
+ "privacy": "public",
23380
+ "description": "The selected attribute value. This sets the initial selected value.",
23424
23381
  "inheritedFrom": {
23425
- "name": "<local>_DialogElement",
23426
- "module": "src/dialog/dialog.ts"
23382
+ "name": "ListboxOption",
23383
+ "module": "src/listbox-option/listbox-option.ts"
23384
+ }
23385
+ },
23386
+ {
23387
+ "kind": "method",
23388
+ "name": "selectedAttributeChanged",
23389
+ "privacy": "protected",
23390
+ "return": {
23391
+ "type": {
23392
+ "text": "void"
23393
+ }
23394
+ },
23395
+ "inheritedFrom": {
23396
+ "name": "ListboxOption",
23397
+ "module": "src/listbox-option/listbox-option.ts"
23427
23398
  }
23428
23399
  },
23429
23400
  {
23430
23401
  "kind": "field",
23431
- "name": "onShowCallback",
23402
+ "name": "selected",
23432
23403
  "type": {
23433
- "text": "() => void"
23404
+ "text": "boolean"
23434
23405
  },
23435
- "description": "Callback to run *before* HTMLDialogElement is shown",
23406
+ "privacy": "public",
23407
+ "description": "The checked state of the control.",
23436
23408
  "inheritedFrom": {
23437
- "name": "<local>_DialogElement",
23438
- "module": "src/dialog/dialog.ts"
23409
+ "name": "ListboxOption",
23410
+ "module": "src/listbox-option/listbox-option.ts"
23411
+ }
23412
+ },
23413
+ {
23414
+ "kind": "method",
23415
+ "name": "selectedChanged",
23416
+ "privacy": "protected",
23417
+ "return": {
23418
+ "type": {
23419
+ "text": "void"
23420
+ }
23421
+ },
23422
+ "inheritedFrom": {
23423
+ "name": "ListboxOption",
23424
+ "module": "src/listbox-option/listbox-option.ts"
23439
23425
  }
23440
23426
  },
23441
23427
  {
23442
23428
  "kind": "field",
23443
- "name": "onCloseCallback",
23429
+ "name": "dirtyValue",
23444
23430
  "type": {
23445
- "text": "() => void"
23431
+ "text": "boolean"
23446
23432
  },
23447
- "description": "Callback to run *after* HTMLDialogElement is closed",
23433
+ "privacy": "public",
23434
+ "default": "false",
23435
+ "description": "Track whether the value has been changed from the initial value",
23448
23436
  "inheritedFrom": {
23449
- "name": "<local>_DialogElement",
23450
- "module": "src/dialog/dialog.ts"
23437
+ "name": "ListboxOption",
23438
+ "module": "src/listbox-option/listbox-option.ts"
23451
23439
  }
23452
23440
  },
23453
23441
  {
23454
23442
  "kind": "field",
23455
- "name": "open",
23443
+ "name": "initialValue",
23456
23444
  "type": {
23457
- "text": "boolean"
23445
+ "text": "string"
23458
23446
  },
23459
- "description": "Determine if the dialog is showing or closed.",
23460
- "readonly": true,
23447
+ "privacy": "protected",
23448
+ "description": "The initial value of the option. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
23461
23449
  "inheritedFrom": {
23462
- "name": "<local>_DialogElement",
23463
- "module": "src/dialog/dialog.ts"
23450
+ "name": "ListboxOption",
23451
+ "module": "src/listbox-option/listbox-option.ts"
23464
23452
  }
23465
23453
  },
23466
23454
  {
23467
23455
  "kind": "method",
23468
- "name": "close",
23456
+ "name": "initialValueChanged",
23457
+ "privacy": "public",
23469
23458
  "return": {
23470
23459
  "type": {
23471
23460
  "text": "void"
23472
23461
  }
23473
23462
  },
23474
- "description": "Remove the HTMLDialogElement from display",
23463
+ "parameters": [
23464
+ {
23465
+ "name": "previous",
23466
+ "type": {
23467
+ "text": "string"
23468
+ }
23469
+ },
23470
+ {
23471
+ "name": "next",
23472
+ "type": {
23473
+ "text": "string"
23474
+ }
23475
+ }
23476
+ ],
23475
23477
  "inheritedFrom": {
23476
- "name": "<local>_DialogElement",
23477
- "module": "src/dialog/dialog.ts"
23478
+ "name": "ListboxOption",
23479
+ "module": "src/listbox-option/listbox-option.ts"
23478
23480
  }
23479
23481
  },
23480
23482
  {
23481
- "kind": "method",
23482
- "name": "dismiss",
23483
+ "kind": "field",
23484
+ "name": "label",
23483
23485
  "privacy": "public",
23484
- "description": "Dismiss the Dialog from display and calls the dismissing action.",
23485
23486
  "inheritedFrom": {
23486
- "name": "<local>_DialogElement",
23487
- "module": "src/dialog/dialog.ts"
23487
+ "name": "ListboxOption",
23488
+ "module": "src/listbox-option/listbox-option.ts"
23488
23489
  }
23489
23490
  },
23490
23491
  {
23491
- "kind": "method",
23492
- "name": "closeDialog",
23492
+ "kind": "field",
23493
+ "name": "text",
23494
+ "type": {
23495
+ "text": "string"
23496
+ },
23493
23497
  "privacy": "public",
23494
- "return": {
23495
- "type": {
23496
- "text": "void"
23497
- }
23498
+ "inheritedFrom": {
23499
+ "name": "ListboxOption",
23500
+ "module": "src/listbox-option/listbox-option.ts"
23501
+ }
23502
+ },
23503
+ {
23504
+ "kind": "field",
23505
+ "name": "value",
23506
+ "privacy": "public",
23507
+ "type": {
23508
+ "text": "string"
23498
23509
  },
23499
- "description": "Dismiss the Dialog from display.",
23500
23510
  "inheritedFrom": {
23501
- "name": "<local>_DialogElement",
23502
- "module": "src/dialog/dialog.ts"
23511
+ "name": "ListboxOption",
23512
+ "module": "src/listbox-option/listbox-option.ts"
23513
+ }
23514
+ },
23515
+ {
23516
+ "kind": "field",
23517
+ "name": "form",
23518
+ "type": {
23519
+ "text": "HTMLFormElement | null"
23520
+ },
23521
+ "privacy": "public",
23522
+ "inheritedFrom": {
23523
+ "name": "ListboxOption",
23524
+ "module": "src/listbox-option/listbox-option.ts"
23525
+ }
23526
+ },
23527
+ {
23528
+ "kind": "field",
23529
+ "name": "proxy",
23530
+ "default": "new Option(\n `${this.textContent}`,\n this.initialValue,\n this.defaultSelected,\n this.selected\n )",
23531
+ "inheritedFrom": {
23532
+ "name": "ListboxOption",
23533
+ "module": "src/listbox-option/listbox-option.ts"
23503
23534
  }
23504
23535
  },
23505
23536
  {
@@ -23613,91 +23644,60 @@
23613
23644
  "module": "src/foundation-element/foundation-element.ts"
23614
23645
  }
23615
23646
  }
23616
- ],
23617
- "superclass": {
23618
- "name": "DialogElement",
23619
- "module": "/src/dialog"
23620
- },
23621
- "tagName": "%%prefix%%-modal",
23622
- "customElement": true,
23623
- "attributes": [
23624
- {
23625
- "name": "type",
23626
- "type": {
23627
- "text": "DialogType"
23628
- },
23629
- "default": "'default'",
23630
- "fieldName": "type",
23631
- "inheritedFrom": {
23632
- "name": "<local>_DialogElement",
23633
- "module": "src/dialog/dialog.ts"
23634
- }
23635
- },
23636
- {
23637
- "name": "position",
23638
- "type": {
23639
- "text": "DialogPosition"
23640
- },
23641
- "default": "'center'",
23642
- "fieldName": "position",
23643
- "inheritedFrom": {
23644
- "name": "<local>_DialogElement",
23645
- "module": "src/dialog/dialog.ts"
23646
- }
23647
- },
23648
- {
23649
- "name": "show-close-icon",
23650
- "type": {
23651
- "text": "boolean"
23652
- },
23653
- "default": "true",
23654
- "description": "Whether or not to show the close icon",
23655
- "fieldName": "showCloseIcon",
23656
- "inheritedFrom": {
23657
- "name": "<local>_DialogElement",
23658
- "module": "src/dialog/dialog.ts"
23659
- }
23660
- }
23661
23647
  ]
23662
23648
  },
23663
23649
  {
23664
23650
  "kind": "variable",
23665
- "name": "foundationModal",
23666
- "description": "The Foundation Modal",
23667
- "privacy": "public"
23651
+ "name": "foundationListboxOptionShadowOptions",
23652
+ "type": {
23653
+ "text": "ShadowRootInit"
23654
+ },
23655
+ "default": "undefined"
23656
+ },
23657
+ {
23658
+ "kind": "variable",
23659
+ "name": "defaultListboxOptionConfig",
23660
+ "type": {
23661
+ "text": "object"
23662
+ },
23663
+ "default": "{}"
23664
+ },
23665
+ {
23666
+ "kind": "variable",
23667
+ "name": "foundationListboxOption"
23668
23668
  }
23669
23669
  ],
23670
23670
  "exports": [
23671
23671
  {
23672
23672
  "kind": "js",
23673
- "name": "foundationModalShadowOptions",
23673
+ "name": "ListboxOption",
23674
23674
  "declaration": {
23675
- "name": "foundationModalShadowOptions",
23676
- "module": "src/modal/modal.ts"
23675
+ "name": "ListboxOption",
23676
+ "module": "src/listbox-option/listbox-option.ts"
23677
23677
  }
23678
23678
  },
23679
23679
  {
23680
23680
  "kind": "js",
23681
- "name": "defaultModalConfig",
23681
+ "name": "foundationListboxOptionShadowOptions",
23682
23682
  "declaration": {
23683
- "name": "defaultModalConfig",
23684
- "module": "src/modal/modal.ts"
23683
+ "name": "foundationListboxOptionShadowOptions",
23684
+ "module": "src/listbox-option/listbox-option.ts"
23685
23685
  }
23686
23686
  },
23687
23687
  {
23688
23688
  "kind": "js",
23689
- "name": "Modal",
23689
+ "name": "defaultListboxOptionConfig",
23690
23690
  "declaration": {
23691
- "name": "Modal",
23692
- "module": "src/modal/modal.ts"
23691
+ "name": "defaultListboxOptionConfig",
23692
+ "module": "src/listbox-option/listbox-option.ts"
23693
23693
  }
23694
23694
  },
23695
23695
  {
23696
23696
  "kind": "js",
23697
- "name": "foundationModal",
23697
+ "name": "foundationListboxOption",
23698
23698
  "declaration": {
23699
- "name": "foundationModal",
23700
- "module": "src/modal/modal.ts"
23699
+ "name": "foundationListboxOption",
23700
+ "module": "src/listbox-option/listbox-option.ts"
23701
23701
  }
23702
23702
  }
23703
23703
  ]
@@ -44029,55 +44029,6 @@
44029
44029
  }
44030
44030
  ]
44031
44031
  },
44032
- {
44033
- "kind": "javascript-module",
44034
- "path": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts",
44035
- "declarations": [
44036
- {
44037
- "kind": "function",
44038
- "name": "gridLayoutRWDStyles",
44039
- "return": {
44040
- "type": {
44041
- "text": "ElementStyles"
44042
- }
44043
- },
44044
- "parameters": [
44045
- {
44046
- "name": "breakPoint",
44047
- "optional": true,
44048
- "type": {
44049
- "text": "GridBreakPointType"
44050
- }
44051
- }
44052
- ]
44053
- }
44054
- ],
44055
- "exports": [
44056
- {
44057
- "kind": "js",
44058
- "name": "gridLayoutRWDStyles",
44059
- "declaration": {
44060
- "name": "gridLayoutRWDStyles",
44061
- "module": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts"
44062
- }
44063
- }
44064
- ]
44065
- },
44066
- {
44067
- "kind": "javascript-module",
44068
- "path": "src/grid-layout/responsiveness/index.ts",
44069
- "declarations": [],
44070
- "exports": [
44071
- {
44072
- "kind": "js",
44073
- "name": "*",
44074
- "declaration": {
44075
- "name": "*",
44076
- "package": "./grid-layout-rwd.styles"
44077
- }
44078
- }
44079
- ]
44080
- },
44081
44032
  {
44082
44033
  "kind": "javascript-module",
44083
44034
  "path": "src/overlays/system-health/index.ts",
@@ -44611,6 +44562,55 @@
44611
44562
  }
44612
44563
  ]
44613
44564
  },
44565
+ {
44566
+ "kind": "javascript-module",
44567
+ "path": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts",
44568
+ "declarations": [
44569
+ {
44570
+ "kind": "function",
44571
+ "name": "gridLayoutRWDStyles",
44572
+ "return": {
44573
+ "type": {
44574
+ "text": "ElementStyles"
44575
+ }
44576
+ },
44577
+ "parameters": [
44578
+ {
44579
+ "name": "breakPoint",
44580
+ "optional": true,
44581
+ "type": {
44582
+ "text": "GridBreakPointType"
44583
+ }
44584
+ }
44585
+ ]
44586
+ }
44587
+ ],
44588
+ "exports": [
44589
+ {
44590
+ "kind": "js",
44591
+ "name": "gridLayoutRWDStyles",
44592
+ "declaration": {
44593
+ "name": "gridLayoutRWDStyles",
44594
+ "module": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts"
44595
+ }
44596
+ }
44597
+ ]
44598
+ },
44599
+ {
44600
+ "kind": "javascript-module",
44601
+ "path": "src/grid-layout/responsiveness/index.ts",
44602
+ "declarations": [],
44603
+ "exports": [
44604
+ {
44605
+ "kind": "js",
44606
+ "name": "*",
44607
+ "declaration": {
44608
+ "name": "*",
44609
+ "package": "./grid-layout-rwd.styles"
44610
+ }
44611
+ }
44612
+ ]
44613
+ },
44614
44614
  {
44615
44615
  "kind": "javascript-module",
44616
44616
  "path": "src/_config/styles/external/index.ts",