@genesislcap/foundation-ui 14.167.1 → 14.167.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +609 -609
  2. package/package.json +15 -15
@@ -885,188 +885,6 @@
885
885
  }
886
886
  ]
887
887
  },
888
- {
889
- "kind": "javascript-module",
890
- "path": "src/accordion/accordion.styles.ts",
891
- "declarations": [
892
- {
893
- "kind": "function",
894
- "name": "foundationAccordionStyles",
895
- "return": {
896
- "type": {
897
- "text": "ElementStyles"
898
- }
899
- },
900
- "parameters": [
901
- {
902
- "name": "context",
903
- "type": {
904
- "text": "ElementDefinitionContext"
905
- }
906
- },
907
- {
908
- "name": "definition",
909
- "type": {
910
- "text": "FoundationElementDefinition"
911
- }
912
- }
913
- ]
914
- }
915
- ],
916
- "exports": [
917
- {
918
- "kind": "js",
919
- "name": "foundationAccordionStyles",
920
- "declaration": {
921
- "name": "foundationAccordionStyles",
922
- "module": "src/accordion/accordion.styles.ts"
923
- }
924
- }
925
- ]
926
- },
927
- {
928
- "kind": "javascript-module",
929
- "path": "src/accordion/accordion.template.ts",
930
- "declarations": [
931
- {
932
- "kind": "function",
933
- "name": "foundationAccordionTemplate",
934
- "return": {
935
- "type": {
936
- "text": "ViewTemplate<Accordion>"
937
- }
938
- },
939
- "parameters": [
940
- {
941
- "name": "context",
942
- "type": {
943
- "text": "ElementDefinitionContext"
944
- }
945
- },
946
- {
947
- "name": "definition",
948
- "type": {
949
- "text": "FoundationElementDefinition"
950
- }
951
- }
952
- ]
953
- }
954
- ],
955
- "exports": [
956
- {
957
- "kind": "js",
958
- "name": "foundationAccordionTemplate",
959
- "declaration": {
960
- "name": "foundationAccordionTemplate",
961
- "module": "src/accordion/accordion.template.ts"
962
- }
963
- }
964
- ]
965
- },
966
- {
967
- "kind": "javascript-module",
968
- "path": "src/accordion/accordion.ts",
969
- "declarations": [
970
- {
971
- "kind": "class",
972
- "description": "",
973
- "name": "Accordion",
974
- "superclass": {
975
- "name": "FASTAccordion",
976
- "package": "@microsoft/fast-foundation"
977
- },
978
- "tagName": "%%prefix%%-accordion",
979
- "customElement": true
980
- },
981
- {
982
- "kind": "variable",
983
- "name": "foundationAccordionShadowOptions",
984
- "type": {
985
- "text": "ShadowRootInit"
986
- },
987
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
988
- },
989
- {
990
- "kind": "variable",
991
- "name": "defaultAccordionConfig",
992
- "type": {
993
- "text": "object"
994
- },
995
- "default": "{}"
996
- },
997
- {
998
- "kind": "variable",
999
- "name": "foundationAccordion",
1000
- "description": "The Foundation Accordion",
1001
- "privacy": "public"
1002
- }
1003
- ],
1004
- "exports": [
1005
- {
1006
- "kind": "js",
1007
- "name": "Accordion",
1008
- "declaration": {
1009
- "name": "Accordion",
1010
- "module": "src/accordion/accordion.ts"
1011
- }
1012
- },
1013
- {
1014
- "kind": "js",
1015
- "name": "foundationAccordionShadowOptions",
1016
- "declaration": {
1017
- "name": "foundationAccordionShadowOptions",
1018
- "module": "src/accordion/accordion.ts"
1019
- }
1020
- },
1021
- {
1022
- "kind": "js",
1023
- "name": "defaultAccordionConfig",
1024
- "declaration": {
1025
- "name": "defaultAccordionConfig",
1026
- "module": "src/accordion/accordion.ts"
1027
- }
1028
- },
1029
- {
1030
- "kind": "js",
1031
- "name": "foundationAccordion",
1032
- "declaration": {
1033
- "name": "foundationAccordion",
1034
- "module": "src/accordion/accordion.ts"
1035
- }
1036
- }
1037
- ]
1038
- },
1039
- {
1040
- "kind": "javascript-module",
1041
- "path": "src/accordion/index.ts",
1042
- "declarations": [],
1043
- "exports": [
1044
- {
1045
- "kind": "js",
1046
- "name": "*",
1047
- "declaration": {
1048
- "name": "*",
1049
- "package": "./accordion.template"
1050
- }
1051
- },
1052
- {
1053
- "kind": "js",
1054
- "name": "*",
1055
- "declaration": {
1056
- "name": "*",
1057
- "package": "./accordion.styles"
1058
- }
1059
- },
1060
- {
1061
- "kind": "js",
1062
- "name": "*",
1063
- "declaration": {
1064
- "name": "*",
1065
- "package": "./accordion"
1066
- }
1067
- }
1068
- ]
1069
- },
1070
888
  {
1071
889
  "kind": "javascript-module",
1072
890
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1463,11 +1281,11 @@
1463
1281
  },
1464
1282
  {
1465
1283
  "kind": "javascript-module",
1466
- "path": "src/actions-menu/actions-menu.styles.ts",
1284
+ "path": "src/accordion/accordion.styles.ts",
1467
1285
  "declarations": [
1468
1286
  {
1469
1287
  "kind": "function",
1470
- "name": "actionsMenuBaseStyles",
1288
+ "name": "foundationAccordionStyles",
1471
1289
  "return": {
1472
1290
  "type": {
1473
1291
  "text": "ElementStyles"
@@ -1487,13 +1305,29 @@
1487
1305
  }
1488
1306
  }
1489
1307
  ]
1490
- },
1308
+ }
1309
+ ],
1310
+ "exports": [
1311
+ {
1312
+ "kind": "js",
1313
+ "name": "foundationAccordionStyles",
1314
+ "declaration": {
1315
+ "name": "foundationAccordionStyles",
1316
+ "module": "src/accordion/accordion.styles.ts"
1317
+ }
1318
+ }
1319
+ ]
1320
+ },
1321
+ {
1322
+ "kind": "javascript-module",
1323
+ "path": "src/accordion/accordion.template.ts",
1324
+ "declarations": [
1491
1325
  {
1492
1326
  "kind": "function",
1493
- "name": "foundationActionsMenuStyles",
1327
+ "name": "foundationAccordionTemplate",
1494
1328
  "return": {
1495
1329
  "type": {
1496
- "text": "ElementStyles"
1330
+ "text": "ViewTemplate<Accordion>"
1497
1331
  }
1498
1332
  },
1499
1333
  "parameters": [
@@ -1515,53 +1349,219 @@
1515
1349
  "exports": [
1516
1350
  {
1517
1351
  "kind": "js",
1518
- "name": "actionsMenuBaseStyles",
1519
- "declaration": {
1520
- "name": "actionsMenuBaseStyles",
1521
- "module": "src/actions-menu/actions-menu.styles.ts"
1522
- }
1523
- },
1524
- {
1525
- "kind": "js",
1526
- "name": "foundationActionsMenuStyles",
1352
+ "name": "foundationAccordionTemplate",
1527
1353
  "declaration": {
1528
- "name": "foundationActionsMenuStyles",
1529
- "module": "src/actions-menu/actions-menu.styles.ts"
1354
+ "name": "foundationAccordionTemplate",
1355
+ "module": "src/accordion/accordion.template.ts"
1530
1356
  }
1531
1357
  }
1532
1358
  ]
1533
1359
  },
1534
1360
  {
1535
1361
  "kind": "javascript-module",
1536
- "path": "src/actions-menu/actions-menu.template.ts",
1362
+ "path": "src/accordion/accordion.ts",
1537
1363
  "declarations": [
1538
1364
  {
1539
- "kind": "function",
1540
- "name": "menuTemplate",
1541
- "parameters": [
1542
- {
1543
- "name": "prefix",
1544
- "type": {
1545
- "text": "string"
1546
- }
1547
- }
1548
- ]
1549
- },
1550
- {
1551
- "kind": "function",
1552
- "name": "singleOptionTemplate",
1553
- "parameters": [
1554
- {
1555
- "name": "prefix",
1556
- "type": {
1557
- "text": "string"
1558
- }
1559
- }
1560
- ]
1365
+ "kind": "class",
1366
+ "description": "",
1367
+ "name": "Accordion",
1368
+ "superclass": {
1369
+ "name": "FASTAccordion",
1370
+ "package": "@microsoft/fast-foundation"
1371
+ },
1372
+ "tagName": "%%prefix%%-accordion",
1373
+ "customElement": true
1561
1374
  },
1562
1375
  {
1563
1376
  "kind": "variable",
1564
- "name": "foundationActionsMenuTemplate",
1377
+ "name": "foundationAccordionShadowOptions",
1378
+ "type": {
1379
+ "text": "ShadowRootInit"
1380
+ },
1381
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1382
+ },
1383
+ {
1384
+ "kind": "variable",
1385
+ "name": "defaultAccordionConfig",
1386
+ "type": {
1387
+ "text": "object"
1388
+ },
1389
+ "default": "{}"
1390
+ },
1391
+ {
1392
+ "kind": "variable",
1393
+ "name": "foundationAccordion",
1394
+ "description": "The Foundation Accordion",
1395
+ "privacy": "public"
1396
+ }
1397
+ ],
1398
+ "exports": [
1399
+ {
1400
+ "kind": "js",
1401
+ "name": "Accordion",
1402
+ "declaration": {
1403
+ "name": "Accordion",
1404
+ "module": "src/accordion/accordion.ts"
1405
+ }
1406
+ },
1407
+ {
1408
+ "kind": "js",
1409
+ "name": "foundationAccordionShadowOptions",
1410
+ "declaration": {
1411
+ "name": "foundationAccordionShadowOptions",
1412
+ "module": "src/accordion/accordion.ts"
1413
+ }
1414
+ },
1415
+ {
1416
+ "kind": "js",
1417
+ "name": "defaultAccordionConfig",
1418
+ "declaration": {
1419
+ "name": "defaultAccordionConfig",
1420
+ "module": "src/accordion/accordion.ts"
1421
+ }
1422
+ },
1423
+ {
1424
+ "kind": "js",
1425
+ "name": "foundationAccordion",
1426
+ "declaration": {
1427
+ "name": "foundationAccordion",
1428
+ "module": "src/accordion/accordion.ts"
1429
+ }
1430
+ }
1431
+ ]
1432
+ },
1433
+ {
1434
+ "kind": "javascript-module",
1435
+ "path": "src/accordion/index.ts",
1436
+ "declarations": [],
1437
+ "exports": [
1438
+ {
1439
+ "kind": "js",
1440
+ "name": "*",
1441
+ "declaration": {
1442
+ "name": "*",
1443
+ "package": "./accordion.template"
1444
+ }
1445
+ },
1446
+ {
1447
+ "kind": "js",
1448
+ "name": "*",
1449
+ "declaration": {
1450
+ "name": "*",
1451
+ "package": "./accordion.styles"
1452
+ }
1453
+ },
1454
+ {
1455
+ "kind": "js",
1456
+ "name": "*",
1457
+ "declaration": {
1458
+ "name": "*",
1459
+ "package": "./accordion"
1460
+ }
1461
+ }
1462
+ ]
1463
+ },
1464
+ {
1465
+ "kind": "javascript-module",
1466
+ "path": "src/actions-menu/actions-menu.styles.ts",
1467
+ "declarations": [
1468
+ {
1469
+ "kind": "function",
1470
+ "name": "actionsMenuBaseStyles",
1471
+ "return": {
1472
+ "type": {
1473
+ "text": "ElementStyles"
1474
+ }
1475
+ },
1476
+ "parameters": [
1477
+ {
1478
+ "name": "context",
1479
+ "type": {
1480
+ "text": "ElementDefinitionContext"
1481
+ }
1482
+ },
1483
+ {
1484
+ "name": "definition",
1485
+ "type": {
1486
+ "text": "FoundationElementDefinition"
1487
+ }
1488
+ }
1489
+ ]
1490
+ },
1491
+ {
1492
+ "kind": "function",
1493
+ "name": "foundationActionsMenuStyles",
1494
+ "return": {
1495
+ "type": {
1496
+ "text": "ElementStyles"
1497
+ }
1498
+ },
1499
+ "parameters": [
1500
+ {
1501
+ "name": "context",
1502
+ "type": {
1503
+ "text": "ElementDefinitionContext"
1504
+ }
1505
+ },
1506
+ {
1507
+ "name": "definition",
1508
+ "type": {
1509
+ "text": "FoundationElementDefinition"
1510
+ }
1511
+ }
1512
+ ]
1513
+ }
1514
+ ],
1515
+ "exports": [
1516
+ {
1517
+ "kind": "js",
1518
+ "name": "actionsMenuBaseStyles",
1519
+ "declaration": {
1520
+ "name": "actionsMenuBaseStyles",
1521
+ "module": "src/actions-menu/actions-menu.styles.ts"
1522
+ }
1523
+ },
1524
+ {
1525
+ "kind": "js",
1526
+ "name": "foundationActionsMenuStyles",
1527
+ "declaration": {
1528
+ "name": "foundationActionsMenuStyles",
1529
+ "module": "src/actions-menu/actions-menu.styles.ts"
1530
+ }
1531
+ }
1532
+ ]
1533
+ },
1534
+ {
1535
+ "kind": "javascript-module",
1536
+ "path": "src/actions-menu/actions-menu.template.ts",
1537
+ "declarations": [
1538
+ {
1539
+ "kind": "function",
1540
+ "name": "menuTemplate",
1541
+ "parameters": [
1542
+ {
1543
+ "name": "prefix",
1544
+ "type": {
1545
+ "text": "string"
1546
+ }
1547
+ }
1548
+ ]
1549
+ },
1550
+ {
1551
+ "kind": "function",
1552
+ "name": "singleOptionTemplate",
1553
+ "parameters": [
1554
+ {
1555
+ "name": "prefix",
1556
+ "type": {
1557
+ "text": "string"
1558
+ }
1559
+ }
1560
+ ]
1561
+ },
1562
+ {
1563
+ "kind": "variable",
1564
+ "name": "foundationActionsMenuTemplate",
1565
1565
  "type": {
1566
1566
  "text": "ViewTemplate<ActionsMenu>"
1567
1567
  },
@@ -8510,11 +8510,11 @@
8510
8510
  },
8511
8511
  {
8512
8512
  "kind": "javascript-module",
8513
- "path": "src/checkbox/checkbox.styles.ts",
8513
+ "path": "src/combobox/combobox.styles.ts",
8514
8514
  "declarations": [
8515
8515
  {
8516
8516
  "kind": "function",
8517
- "name": "foundationCheckboxStyles",
8517
+ "name": "foundationComboboxStyles",
8518
8518
  "return": {
8519
8519
  "type": {
8520
8520
  "text": "ElementStyles"
@@ -8530,7 +8530,7 @@
8530
8530
  {
8531
8531
  "name": "definition",
8532
8532
  "type": {
8533
- "text": "CheckboxOptions"
8533
+ "text": "FoundationElementDefinition"
8534
8534
  }
8535
8535
  }
8536
8536
  ]
@@ -8539,24 +8539,24 @@
8539
8539
  "exports": [
8540
8540
  {
8541
8541
  "kind": "js",
8542
- "name": "foundationCheckboxStyles",
8542
+ "name": "foundationComboboxStyles",
8543
8543
  "declaration": {
8544
- "name": "foundationCheckboxStyles",
8545
- "module": "src/checkbox/checkbox.styles.ts"
8544
+ "name": "foundationComboboxStyles",
8545
+ "module": "src/combobox/combobox.styles.ts"
8546
8546
  }
8547
8547
  }
8548
8548
  ]
8549
8549
  },
8550
8550
  {
8551
8551
  "kind": "javascript-module",
8552
- "path": "src/checkbox/checkbox.template.ts",
8552
+ "path": "src/combobox/combobox.template.ts",
8553
8553
  "declarations": [
8554
8554
  {
8555
8555
  "kind": "function",
8556
- "name": "foundationCheckboxTemplate",
8556
+ "name": "foundationComboboxTemplate",
8557
8557
  "return": {
8558
8558
  "type": {
8559
- "text": "ViewTemplate<Checkbox>"
8559
+ "text": "ViewTemplate<Combobox>"
8560
8560
  }
8561
8561
  },
8562
8562
  "parameters": [
@@ -8569,7 +8569,7 @@
8569
8569
  {
8570
8570
  "name": "definition",
8571
8571
  "type": {
8572
- "text": "CheckboxOptions"
8572
+ "text": "ComboboxOptions"
8573
8573
  }
8574
8574
  }
8575
8575
  ]
@@ -8578,276 +8578,356 @@
8578
8578
  "exports": [
8579
8579
  {
8580
8580
  "kind": "js",
8581
- "name": "foundationCheckboxTemplate",
8581
+ "name": "foundationComboboxTemplate",
8582
8582
  "declaration": {
8583
- "name": "foundationCheckboxTemplate",
8584
- "module": "src/checkbox/checkbox.template.ts"
8583
+ "name": "foundationComboboxTemplate",
8584
+ "module": "src/combobox/combobox.template.ts"
8585
8585
  }
8586
8586
  }
8587
8587
  ]
8588
8588
  },
8589
8589
  {
8590
8590
  "kind": "javascript-module",
8591
- "path": "src/checkbox/checkbox.ts",
8591
+ "path": "src/combobox/combobox.ts",
8592
8592
  "declarations": [
8593
8593
  {
8594
8594
  "kind": "class",
8595
8595
  "description": "",
8596
- "name": "Checkbox",
8597
- "superclass": {
8598
- "name": "FASTCheckbox",
8599
- "package": "@microsoft/fast-components"
8600
- },
8601
- "tagName": "%%prefix%%-checkbox",
8602
- "customElement": true,
8603
- "attributes": [
8596
+ "name": "Combobox",
8597
+ "members": [
8604
8598
  {
8605
- "name": "readonly",
8599
+ "kind": "field",
8600
+ "name": "_ourValue",
8606
8601
  "type": {
8607
- "text": "boolean"
8602
+ "text": "string"
8608
8603
  },
8609
- "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.",
8610
- "fieldName": "readOnly",
8611
- "inheritedFrom": {
8612
- "name": "Checkbox",
8613
- "module": "src/checkbox/checkbox.ts"
8614
- }
8615
- }
8616
- ],
8617
- "members": [
8604
+ "privacy": "private"
8605
+ },
8618
8606
  {
8619
8607
  "kind": "field",
8620
- "name": "readOnly",
8608
+ "name": "#indicator",
8609
+ "privacy": "private",
8621
8610
  "type": {
8622
- "text": "boolean"
8623
- },
8624
- "privacy": "public",
8625
- "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.",
8626
- "inheritedFrom": {
8627
- "name": "Checkbox",
8628
- "module": "src/checkbox/checkbox.ts"
8611
+ "text": "Element"
8629
8612
  }
8630
8613
  },
8631
8614
  {
8632
- "kind": "method",
8633
- "name": "readOnlyChanged",
8634
- "privacy": "private",
8635
- "return": {
8636
- "type": {
8637
- "text": "void"
8638
- }
8615
+ "kind": "field",
8616
+ "name": "#wasOpenOnEnterDown",
8617
+ "privacy": "private",
8618
+ "type": {
8619
+ "text": "boolean"
8639
8620
  },
8640
- "inheritedFrom": {
8641
- "name": "Checkbox",
8642
- "module": "src/checkbox/checkbox.ts"
8643
- }
8621
+ "default": "false"
8644
8622
  },
8645
8623
  {
8646
8624
  "kind": "field",
8647
- "name": "indeterminate",
8625
+ "name": "slottedDatasource",
8648
8626
  "type": {
8649
- "text": "boolean"
8650
- },
8651
- "privacy": "public",
8652
- "default": "false",
8653
- "description": "The indeterminate state of the control",
8654
- "inheritedFrom": {
8655
- "name": "Checkbox",
8656
- "module": "src/checkbox/checkbox.ts"
8627
+ "text": "HTMLSlotElement"
8657
8628
  }
8658
8629
  },
8659
8630
  {
8660
8631
  "kind": "field",
8661
- "name": "proxy",
8662
- "inheritedFrom": {
8663
- "name": "Checkbox",
8664
- "module": "src/checkbox/checkbox.ts"
8665
- }
8632
+ "name": "async",
8633
+ "type": {
8634
+ "text": "boolean"
8635
+ },
8636
+ "default": "false"
8666
8637
  },
8667
8638
  {
8668
8639
  "kind": "field",
8669
- "name": "_presentation",
8640
+ "name": "debounce",
8670
8641
  "type": {
8671
- "text": "ComponentPresentation | null | undefined"
8642
+ "text": "number"
8672
8643
  },
8673
- "privacy": "private",
8674
- "default": "void 0",
8675
- "inheritedFrom": {
8676
- "name": "Checkbox",
8677
- "module": "src/checkbox/checkbox.ts"
8678
- }
8644
+ "default": "500"
8645
+ },
8646
+ {
8647
+ "kind": "method",
8648
+ "name": "debounceChanged",
8649
+ "parameters": [
8650
+ {
8651
+ "name": "oldValue"
8652
+ },
8653
+ {
8654
+ "name": "newValue",
8655
+ "type": {
8656
+ "text": "number"
8657
+ }
8658
+ }
8659
+ ]
8679
8660
  },
8680
8661
  {
8681
8662
  "kind": "field",
8682
- "name": "$presentation",
8663
+ "name": "debouncedInputHandler"
8664
+ },
8665
+ {
8666
+ "kind": "field",
8667
+ "name": "caseSensitive",
8683
8668
  "type": {
8684
- "text": "ComponentPresentation | null"
8669
+ "text": "boolean"
8685
8670
  },
8686
8671
  "privacy": "public",
8687
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
8688
- "inheritedFrom": {
8689
- "name": "Checkbox",
8690
- "module": "src/checkbox/checkbox.ts"
8691
- }
8672
+ "default": "false",
8673
+ "description": "Controls whether to perform a case-sensitive search in the list of options"
8692
8674
  },
8693
8675
  {
8694
8676
  "kind": "field",
8695
- "name": "template",
8677
+ "name": "ignoreInputClick",
8696
8678
  "type": {
8697
- "text": "ElementViewTemplate | void | null"
8679
+ "text": "boolean"
8698
8680
  },
8699
8681
  "privacy": "public",
8700
- "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.",
8701
- "inheritedFrom": {
8702
- "name": "Checkbox",
8703
- "module": "src/checkbox/checkbox.ts"
8704
- }
8682
+ "default": "false",
8683
+ "description": "Controls whether to suppress opening the dropdown when the input field is clicked"
8684
+ },
8685
+ {
8686
+ "kind": "field",
8687
+ "name": "value",
8688
+ "privacy": "public"
8705
8689
  },
8706
8690
  {
8707
8691
  "kind": "method",
8708
- "name": "templateChanged",
8709
- "privacy": "protected",
8692
+ "name": "slottedOptionsChanged",
8693
+ "privacy": "public",
8710
8694
  "return": {
8711
8695
  "type": {
8712
8696
  "text": "void"
8713
8697
  }
8714
8698
  },
8715
- "inheritedFrom": {
8716
- "name": "Checkbox",
8717
- "module": "src/checkbox/checkbox.ts"
8718
- }
8699
+ "parameters": [
8700
+ {
8701
+ "name": "prev",
8702
+ "type": {
8703
+ "text": "Element[] | undefined"
8704
+ }
8705
+ },
8706
+ {
8707
+ "name": "next",
8708
+ "type": {
8709
+ "text": "Element[]"
8710
+ }
8711
+ }
8712
+ ]
8719
8713
  },
8720
8714
  {
8721
- "kind": "field",
8722
- "name": "styles",
8723
- "type": {
8724
- "text": "ElementStyles | void | null"
8725
- },
8715
+ "kind": "method",
8716
+ "name": "filterOptions",
8726
8717
  "privacy": "public",
8727
- "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.",
8728
- "inheritedFrom": {
8729
- "name": "Checkbox",
8730
- "module": "src/checkbox/checkbox.ts"
8718
+ "return": {
8719
+ "type": {
8720
+ "text": "void"
8721
+ }
8731
8722
  }
8732
8723
  },
8733
8724
  {
8734
8725
  "kind": "method",
8735
- "name": "stylesChanged",
8736
- "privacy": "protected",
8726
+ "name": "clickHandler",
8727
+ "privacy": "public",
8737
8728
  "return": {
8738
8729
  "type": {
8739
- "text": "void"
8730
+ "text": "boolean | void"
8740
8731
  }
8741
8732
  },
8742
- "inheritedFrom": {
8743
- "name": "Checkbox",
8744
- "module": "src/checkbox/checkbox.ts"
8745
- }
8733
+ "parameters": [
8734
+ {
8735
+ "name": "e",
8736
+ "type": {
8737
+ "text": "MouseEvent"
8738
+ }
8739
+ }
8740
+ ]
8746
8741
  },
8747
8742
  {
8748
8743
  "kind": "method",
8749
- "name": "compose",
8744
+ "name": "keydownHandler",
8750
8745
  "privacy": "public",
8751
- "static": true,
8752
8746
  "return": {
8753
8747
  "type": {
8754
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
8748
+ "text": "boolean | void"
8755
8749
  }
8756
8750
  },
8757
8751
  "parameters": [
8758
8752
  {
8759
- "name": "this",
8753
+ "name": "e",
8760
8754
  "type": {
8761
- "text": "K"
8755
+ "text": "KeyboardEvent"
8762
8756
  }
8763
- },
8757
+ }
8758
+ ]
8759
+ },
8760
+ {
8761
+ "kind": "method",
8762
+ "name": "keyupHandler",
8763
+ "privacy": "public",
8764
+ "return": {
8765
+ "type": {
8766
+ "text": "boolean | void"
8767
+ }
8768
+ },
8769
+ "parameters": [
8764
8770
  {
8765
- "name": "elementDefinition",
8771
+ "name": "e",
8766
8772
  "type": {
8767
- "text": "T"
8773
+ "text": "KeyboardEvent"
8774
+ }
8775
+ }
8776
+ ]
8777
+ },
8778
+ {
8779
+ "kind": "field",
8780
+ "name": "indicator",
8781
+ "type": {
8782
+ "text": "Element"
8783
+ },
8784
+ "privacy": "protected",
8785
+ "description": "Gets the HTML element for the indicator button",
8786
+ "readonly": true
8787
+ },
8788
+ {
8789
+ "kind": "method",
8790
+ "name": "selectItemByValue",
8791
+ "privacy": "protected",
8792
+ "parameters": [
8793
+ {
8794
+ "name": "value",
8795
+ "type": {
8796
+ "text": "string"
8768
8797
  },
8769
- "description": "The definition of the element to create the registry\nfunction for."
8798
+ "description": "The text value of the item to be selected"
8770
8799
  }
8771
8800
  ],
8772
- "description": "Defines an element registry function with a set of element definition defaults.",
8773
- "inheritedFrom": {
8774
- "name": "Checkbox",
8775
- "module": "src/checkbox/checkbox.ts"
8776
- }
8801
+ "description": "Selects an item in the dropdown based on its text value"
8802
+ },
8803
+ {
8804
+ "kind": "method",
8805
+ "name": "inputHandler",
8806
+ "return": {
8807
+ "type": {
8808
+ "text": "boolean | void"
8809
+ }
8810
+ },
8811
+ "parameters": [
8812
+ {
8813
+ "name": "e",
8814
+ "type": {
8815
+ "text": "InputEvent"
8816
+ }
8817
+ }
8818
+ ]
8819
+ },
8820
+ {
8821
+ "kind": "method",
8822
+ "name": "asyncSetFilter"
8777
8823
  }
8778
8824
  ],
8779
- "events": [
8825
+ "attributes": [
8780
8826
  {
8781
- "description": "Emits a custom change event when the checked state changes",
8782
- "name": "change",
8783
- "inheritedFrom": {
8784
- "name": "Checkbox",
8785
- "module": "src/checkbox/checkbox.ts"
8786
- }
8827
+ "type": {
8828
+ "text": "boolean"
8829
+ },
8830
+ "default": "false",
8831
+ "fieldName": "async"
8832
+ },
8833
+ {
8834
+ "name": "debounce",
8835
+ "type": {
8836
+ "text": "number"
8837
+ },
8838
+ "default": "DEBOUNCE_TIME",
8839
+ "resolveInitializer": {
8840
+ "module": "src/combobox/combobox.ts"
8841
+ },
8842
+ "fieldName": "debounce"
8843
+ },
8844
+ {
8845
+ "name": "case-sensitive",
8846
+ "type": {
8847
+ "text": "boolean"
8848
+ },
8849
+ "default": "false",
8850
+ "description": "Controls whether to perform a case-sensitive search in the list of options",
8851
+ "fieldName": "caseSensitive"
8852
+ },
8853
+ {
8854
+ "name": "ignore-input-click",
8855
+ "type": {
8856
+ "text": "boolean"
8857
+ },
8858
+ "default": "false",
8859
+ "description": "Controls whether to suppress opening the dropdown when the input field is clicked",
8860
+ "fieldName": "ignoreInputClick"
8787
8861
  }
8788
- ]
8862
+ ],
8863
+ "superclass": {
8864
+ "name": "FASTComboBox",
8865
+ "package": "@microsoft/fast-components"
8866
+ },
8867
+ "tagName": "%%prefix%%-combobox",
8868
+ "customElement": true
8789
8869
  },
8790
8870
  {
8791
8871
  "kind": "variable",
8792
- "name": "foundationCheckboxShadowOptions",
8872
+ "name": "foundationComboboxShadowOptions",
8793
8873
  "type": {
8794
8874
  "text": "ShadowRootInit"
8795
8875
  },
8796
- "default": "undefined"
8876
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
8797
8877
  },
8798
8878
  {
8799
8879
  "kind": "variable",
8800
- "name": "defaultCheckboxConfig",
8880
+ "name": "defaultComboboxConfig",
8801
8881
  "type": {
8802
8882
  "text": "object"
8803
8883
  },
8804
- "default": "{\n checkedIndicator: `\n <svg\n aria-hidden=\"true\"\n part=\"checked-indicator\"\n class=\"checked-indicator\"\n viewBox=\"0 0 20 20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M8.143 12.6697L15.235 4.5L16.8 5.90363L8.23812 15.7667L3.80005 11.2556L5.27591 9.7555L8.143 12.6697Z\"\n />\n </svg>\n `,\n indeterminateIndicator: `\n <div part=\"indeterminate-indicator\" class=\"indeterminate-indicator\"></div>\n `,\n}"
8884
+ "default": "{\n indicator: `\n <svg\n class=\"combo-box-indicator\"\n part=\"combo-box-indicator\"\n viewBox=\"0 0 12 7\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M11.85.65c.2.2.2.5 0 .7L6.4 6.84a.55.55 0 01-.78 0L.14 1.35a.5.5 0 11.71-.7L6 5.8 11.15.65c.2-.2.5-.2.7 0z\"\n />\n </svg>\n `,\n}"
8805
8885
  },
8806
8886
  {
8807
8887
  "kind": "variable",
8808
- "name": "foundationCheckbox",
8809
- "description": "The Foundation Checkbox",
8888
+ "name": "foundationCombobox",
8889
+ "description": "The Foundation Combo-box",
8810
8890
  "privacy": "public"
8811
8891
  }
8812
8892
  ],
8813
8893
  "exports": [
8814
8894
  {
8815
8895
  "kind": "js",
8816
- "name": "Checkbox",
8896
+ "name": "Combobox",
8817
8897
  "declaration": {
8818
- "name": "Checkbox",
8819
- "module": "src/checkbox/checkbox.ts"
8898
+ "name": "Combobox",
8899
+ "module": "src/combobox/combobox.ts"
8820
8900
  }
8821
8901
  },
8822
8902
  {
8823
8903
  "kind": "js",
8824
- "name": "foundationCheckboxShadowOptions",
8904
+ "name": "foundationComboboxShadowOptions",
8825
8905
  "declaration": {
8826
- "name": "foundationCheckboxShadowOptions",
8827
- "module": "src/checkbox/checkbox.ts"
8906
+ "name": "foundationComboboxShadowOptions",
8907
+ "module": "src/combobox/combobox.ts"
8828
8908
  }
8829
8909
  },
8830
8910
  {
8831
8911
  "kind": "js",
8832
- "name": "defaultCheckboxConfig",
8912
+ "name": "defaultComboboxConfig",
8833
8913
  "declaration": {
8834
- "name": "defaultCheckboxConfig",
8835
- "module": "src/checkbox/checkbox.ts"
8914
+ "name": "defaultComboboxConfig",
8915
+ "module": "src/combobox/combobox.ts"
8836
8916
  }
8837
8917
  },
8838
8918
  {
8839
8919
  "kind": "js",
8840
- "name": "foundationCheckbox",
8920
+ "name": "foundationCombobox",
8841
8921
  "declaration": {
8842
- "name": "foundationCheckbox",
8843
- "module": "src/checkbox/checkbox.ts"
8922
+ "name": "foundationCombobox",
8923
+ "module": "src/combobox/combobox.ts"
8844
8924
  }
8845
8925
  }
8846
8926
  ]
8847
8927
  },
8848
8928
  {
8849
8929
  "kind": "javascript-module",
8850
- "path": "src/checkbox/index.ts",
8930
+ "path": "src/combobox/index.ts",
8851
8931
  "declarations": [],
8852
8932
  "exports": [
8853
8933
  {
@@ -8855,7 +8935,7 @@
8855
8935
  "name": "*",
8856
8936
  "declaration": {
8857
8937
  "name": "*",
8858
- "package": "./checkbox.template"
8938
+ "package": "./combobox.template"
8859
8939
  }
8860
8940
  },
8861
8941
  {
@@ -8863,7 +8943,7 @@
8863
8943
  "name": "*",
8864
8944
  "declaration": {
8865
8945
  "name": "*",
8866
- "package": "./checkbox.styles"
8946
+ "package": "./combobox.styles"
8867
8947
  }
8868
8948
  },
8869
8949
  {
@@ -8871,18 +8951,18 @@
8871
8951
  "name": "*",
8872
8952
  "declaration": {
8873
8953
  "name": "*",
8874
- "package": "./checkbox"
8954
+ "package": "./combobox"
8875
8955
  }
8876
8956
  }
8877
8957
  ]
8878
8958
  },
8879
8959
  {
8880
8960
  "kind": "javascript-module",
8881
- "path": "src/combobox/combobox.styles.ts",
8961
+ "path": "src/checkbox/checkbox.styles.ts",
8882
8962
  "declarations": [
8883
8963
  {
8884
8964
  "kind": "function",
8885
- "name": "foundationComboboxStyles",
8965
+ "name": "foundationCheckboxStyles",
8886
8966
  "return": {
8887
8967
  "type": {
8888
8968
  "text": "ElementStyles"
@@ -8898,7 +8978,7 @@
8898
8978
  {
8899
8979
  "name": "definition",
8900
8980
  "type": {
8901
- "text": "FoundationElementDefinition"
8981
+ "text": "CheckboxOptions"
8902
8982
  }
8903
8983
  }
8904
8984
  ]
@@ -8907,24 +8987,24 @@
8907
8987
  "exports": [
8908
8988
  {
8909
8989
  "kind": "js",
8910
- "name": "foundationComboboxStyles",
8990
+ "name": "foundationCheckboxStyles",
8911
8991
  "declaration": {
8912
- "name": "foundationComboboxStyles",
8913
- "module": "src/combobox/combobox.styles.ts"
8992
+ "name": "foundationCheckboxStyles",
8993
+ "module": "src/checkbox/checkbox.styles.ts"
8914
8994
  }
8915
8995
  }
8916
8996
  ]
8917
8997
  },
8918
8998
  {
8919
8999
  "kind": "javascript-module",
8920
- "path": "src/combobox/combobox.template.ts",
9000
+ "path": "src/checkbox/checkbox.template.ts",
8921
9001
  "declarations": [
8922
9002
  {
8923
9003
  "kind": "function",
8924
- "name": "foundationComboboxTemplate",
9004
+ "name": "foundationCheckboxTemplate",
8925
9005
  "return": {
8926
9006
  "type": {
8927
- "text": "ViewTemplate<Combobox>"
9007
+ "text": "ViewTemplate<Checkbox>"
8928
9008
  }
8929
9009
  },
8930
9010
  "parameters": [
@@ -8937,7 +9017,7 @@
8937
9017
  {
8938
9018
  "name": "definition",
8939
9019
  "type": {
8940
- "text": "ComboboxOptions"
9020
+ "text": "CheckboxOptions"
8941
9021
  }
8942
9022
  }
8943
9023
  ]
@@ -8946,356 +9026,276 @@
8946
9026
  "exports": [
8947
9027
  {
8948
9028
  "kind": "js",
8949
- "name": "foundationComboboxTemplate",
9029
+ "name": "foundationCheckboxTemplate",
8950
9030
  "declaration": {
8951
- "name": "foundationComboboxTemplate",
8952
- "module": "src/combobox/combobox.template.ts"
9031
+ "name": "foundationCheckboxTemplate",
9032
+ "module": "src/checkbox/checkbox.template.ts"
8953
9033
  }
8954
9034
  }
8955
9035
  ]
8956
9036
  },
8957
9037
  {
8958
9038
  "kind": "javascript-module",
8959
- "path": "src/combobox/combobox.ts",
9039
+ "path": "src/checkbox/checkbox.ts",
8960
9040
  "declarations": [
8961
9041
  {
8962
9042
  "kind": "class",
8963
9043
  "description": "",
8964
- "name": "Combobox",
8965
- "members": [
9044
+ "name": "Checkbox",
9045
+ "superclass": {
9046
+ "name": "FASTCheckbox",
9047
+ "package": "@microsoft/fast-components"
9048
+ },
9049
+ "tagName": "%%prefix%%-checkbox",
9050
+ "customElement": true,
9051
+ "attributes": [
8966
9052
  {
8967
- "kind": "field",
8968
- "name": "_ourValue",
9053
+ "name": "readonly",
8969
9054
  "type": {
8970
- "text": "string"
9055
+ "text": "boolean"
8971
9056
  },
8972
- "privacy": "private"
8973
- },
8974
- {
8975
- "kind": "field",
8976
- "name": "#indicator",
8977
- "privacy": "private",
8978
- "type": {
8979
- "text": "Element"
9057
+ "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.",
9058
+ "fieldName": "readOnly",
9059
+ "inheritedFrom": {
9060
+ "name": "Checkbox",
9061
+ "module": "src/checkbox/checkbox.ts"
8980
9062
  }
8981
- },
9063
+ }
9064
+ ],
9065
+ "members": [
8982
9066
  {
8983
9067
  "kind": "field",
8984
- "name": "#wasOpenOnEnterDown",
8985
- "privacy": "private",
9068
+ "name": "readOnly",
8986
9069
  "type": {
8987
9070
  "text": "boolean"
8988
9071
  },
8989
- "default": "false"
9072
+ "privacy": "public",
9073
+ "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.",
9074
+ "inheritedFrom": {
9075
+ "name": "Checkbox",
9076
+ "module": "src/checkbox/checkbox.ts"
9077
+ }
8990
9078
  },
8991
9079
  {
8992
- "kind": "field",
8993
- "name": "slottedDatasource",
8994
- "type": {
8995
- "text": "HTMLSlotElement"
9080
+ "kind": "method",
9081
+ "name": "readOnlyChanged",
9082
+ "privacy": "private",
9083
+ "return": {
9084
+ "type": {
9085
+ "text": "void"
9086
+ }
9087
+ },
9088
+ "inheritedFrom": {
9089
+ "name": "Checkbox",
9090
+ "module": "src/checkbox/checkbox.ts"
8996
9091
  }
8997
9092
  },
8998
9093
  {
8999
9094
  "kind": "field",
9000
- "name": "async",
9095
+ "name": "indeterminate",
9001
9096
  "type": {
9002
9097
  "text": "boolean"
9003
9098
  },
9004
- "default": "false"
9099
+ "privacy": "public",
9100
+ "default": "false",
9101
+ "description": "The indeterminate state of the control",
9102
+ "inheritedFrom": {
9103
+ "name": "Checkbox",
9104
+ "module": "src/checkbox/checkbox.ts"
9105
+ }
9005
9106
  },
9006
9107
  {
9007
9108
  "kind": "field",
9008
- "name": "debounce",
9009
- "type": {
9010
- "text": "number"
9011
- },
9012
- "default": "500"
9013
- },
9014
- {
9015
- "kind": "method",
9016
- "name": "debounceChanged",
9017
- "parameters": [
9018
- {
9019
- "name": "oldValue"
9020
- },
9021
- {
9022
- "name": "newValue",
9023
- "type": {
9024
- "text": "number"
9025
- }
9026
- }
9027
- ]
9109
+ "name": "proxy",
9110
+ "inheritedFrom": {
9111
+ "name": "Checkbox",
9112
+ "module": "src/checkbox/checkbox.ts"
9113
+ }
9028
9114
  },
9029
9115
  {
9030
9116
  "kind": "field",
9031
- "name": "debouncedInputHandler"
9117
+ "name": "_presentation",
9118
+ "type": {
9119
+ "text": "ComponentPresentation | null | undefined"
9120
+ },
9121
+ "privacy": "private",
9122
+ "default": "void 0",
9123
+ "inheritedFrom": {
9124
+ "name": "Checkbox",
9125
+ "module": "src/checkbox/checkbox.ts"
9126
+ }
9032
9127
  },
9033
9128
  {
9034
9129
  "kind": "field",
9035
- "name": "caseSensitive",
9130
+ "name": "$presentation",
9036
9131
  "type": {
9037
- "text": "boolean"
9132
+ "text": "ComponentPresentation | null"
9038
9133
  },
9039
9134
  "privacy": "public",
9040
- "default": "false",
9041
- "description": "Controls whether to perform a case-sensitive search in the list of options"
9135
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
9136
+ "inheritedFrom": {
9137
+ "name": "Checkbox",
9138
+ "module": "src/checkbox/checkbox.ts"
9139
+ }
9042
9140
  },
9043
9141
  {
9044
9142
  "kind": "field",
9045
- "name": "ignoreInputClick",
9143
+ "name": "template",
9046
9144
  "type": {
9047
- "text": "boolean"
9145
+ "text": "ElementViewTemplate | void | null"
9048
9146
  },
9049
9147
  "privacy": "public",
9050
- "default": "false",
9051
- "description": "Controls whether to suppress opening the dropdown when the input field is clicked"
9052
- },
9053
- {
9054
- "kind": "field",
9055
- "name": "value",
9056
- "privacy": "public"
9148
+ "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.",
9149
+ "inheritedFrom": {
9150
+ "name": "Checkbox",
9151
+ "module": "src/checkbox/checkbox.ts"
9152
+ }
9057
9153
  },
9058
9154
  {
9059
9155
  "kind": "method",
9060
- "name": "slottedOptionsChanged",
9061
- "privacy": "public",
9156
+ "name": "templateChanged",
9157
+ "privacy": "protected",
9062
9158
  "return": {
9063
9159
  "type": {
9064
9160
  "text": "void"
9065
9161
  }
9066
9162
  },
9067
- "parameters": [
9068
- {
9069
- "name": "prev",
9070
- "type": {
9071
- "text": "Element[] | undefined"
9072
- }
9073
- },
9074
- {
9075
- "name": "next",
9076
- "type": {
9077
- "text": "Element[]"
9078
- }
9079
- }
9080
- ]
9081
- },
9082
- {
9083
- "kind": "method",
9084
- "name": "filterOptions",
9085
- "privacy": "public",
9086
- "return": {
9087
- "type": {
9088
- "text": "void"
9089
- }
9163
+ "inheritedFrom": {
9164
+ "name": "Checkbox",
9165
+ "module": "src/checkbox/checkbox.ts"
9090
9166
  }
9091
9167
  },
9092
9168
  {
9093
- "kind": "method",
9094
- "name": "clickHandler",
9095
- "privacy": "public",
9096
- "return": {
9097
- "type": {
9098
- "text": "boolean | void"
9099
- }
9169
+ "kind": "field",
9170
+ "name": "styles",
9171
+ "type": {
9172
+ "text": "ElementStyles | void | null"
9100
9173
  },
9101
- "parameters": [
9102
- {
9103
- "name": "e",
9104
- "type": {
9105
- "text": "MouseEvent"
9106
- }
9107
- }
9108
- ]
9174
+ "privacy": "public",
9175
+ "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.",
9176
+ "inheritedFrom": {
9177
+ "name": "Checkbox",
9178
+ "module": "src/checkbox/checkbox.ts"
9179
+ }
9109
9180
  },
9110
9181
  {
9111
9182
  "kind": "method",
9112
- "name": "keydownHandler",
9113
- "privacy": "public",
9183
+ "name": "stylesChanged",
9184
+ "privacy": "protected",
9114
9185
  "return": {
9115
9186
  "type": {
9116
- "text": "boolean | void"
9187
+ "text": "void"
9117
9188
  }
9118
9189
  },
9119
- "parameters": [
9120
- {
9121
- "name": "e",
9122
- "type": {
9123
- "text": "KeyboardEvent"
9124
- }
9125
- }
9126
- ]
9190
+ "inheritedFrom": {
9191
+ "name": "Checkbox",
9192
+ "module": "src/checkbox/checkbox.ts"
9193
+ }
9127
9194
  },
9128
9195
  {
9129
9196
  "kind": "method",
9130
- "name": "keyupHandler",
9197
+ "name": "compose",
9131
9198
  "privacy": "public",
9199
+ "static": true,
9132
9200
  "return": {
9133
9201
  "type": {
9134
- "text": "boolean | void"
9202
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
9135
9203
  }
9136
9204
  },
9137
9205
  "parameters": [
9138
9206
  {
9139
- "name": "e",
9207
+ "name": "this",
9140
9208
  "type": {
9141
- "text": "KeyboardEvent"
9209
+ "text": "K"
9142
9210
  }
9143
- }
9144
- ]
9145
- },
9146
- {
9147
- "kind": "field",
9148
- "name": "indicator",
9149
- "type": {
9150
- "text": "Element"
9151
- },
9152
- "privacy": "protected",
9153
- "description": "Gets the HTML element for the indicator button",
9154
- "readonly": true
9155
- },
9156
- {
9157
- "kind": "method",
9158
- "name": "selectItemByValue",
9159
- "privacy": "protected",
9160
- "parameters": [
9211
+ },
9161
9212
  {
9162
- "name": "value",
9213
+ "name": "elementDefinition",
9163
9214
  "type": {
9164
- "text": "string"
9215
+ "text": "T"
9165
9216
  },
9166
- "description": "The text value of the item to be selected"
9217
+ "description": "The definition of the element to create the registry\nfunction for."
9167
9218
  }
9168
9219
  ],
9169
- "description": "Selects an item in the dropdown based on its text value"
9170
- },
9171
- {
9172
- "kind": "method",
9173
- "name": "inputHandler",
9174
- "return": {
9175
- "type": {
9176
- "text": "boolean | void"
9177
- }
9178
- },
9179
- "parameters": [
9180
- {
9181
- "name": "e",
9182
- "type": {
9183
- "text": "InputEvent"
9184
- }
9185
- }
9186
- ]
9187
- },
9188
- {
9189
- "kind": "method",
9190
- "name": "asyncSetFilter"
9220
+ "description": "Defines an element registry function with a set of element definition defaults.",
9221
+ "inheritedFrom": {
9222
+ "name": "Checkbox",
9223
+ "module": "src/checkbox/checkbox.ts"
9224
+ }
9191
9225
  }
9192
9226
  ],
9193
- "attributes": [
9194
- {
9195
- "type": {
9196
- "text": "boolean"
9197
- },
9198
- "default": "false",
9199
- "fieldName": "async"
9200
- },
9201
- {
9202
- "name": "debounce",
9203
- "type": {
9204
- "text": "number"
9205
- },
9206
- "default": "DEBOUNCE_TIME",
9207
- "resolveInitializer": {
9208
- "module": "src/combobox/combobox.ts"
9209
- },
9210
- "fieldName": "debounce"
9211
- },
9212
- {
9213
- "name": "case-sensitive",
9214
- "type": {
9215
- "text": "boolean"
9216
- },
9217
- "default": "false",
9218
- "description": "Controls whether to perform a case-sensitive search in the list of options",
9219
- "fieldName": "caseSensitive"
9220
- },
9227
+ "events": [
9221
9228
  {
9222
- "name": "ignore-input-click",
9223
- "type": {
9224
- "text": "boolean"
9225
- },
9226
- "default": "false",
9227
- "description": "Controls whether to suppress opening the dropdown when the input field is clicked",
9228
- "fieldName": "ignoreInputClick"
9229
+ "description": "Emits a custom change event when the checked state changes",
9230
+ "name": "change",
9231
+ "inheritedFrom": {
9232
+ "name": "Checkbox",
9233
+ "module": "src/checkbox/checkbox.ts"
9234
+ }
9229
9235
  }
9230
- ],
9231
- "superclass": {
9232
- "name": "FASTComboBox",
9233
- "package": "@microsoft/fast-components"
9234
- },
9235
- "tagName": "%%prefix%%-combobox",
9236
- "customElement": true
9236
+ ]
9237
9237
  },
9238
9238
  {
9239
9239
  "kind": "variable",
9240
- "name": "foundationComboboxShadowOptions",
9240
+ "name": "foundationCheckboxShadowOptions",
9241
9241
  "type": {
9242
9242
  "text": "ShadowRootInit"
9243
9243
  },
9244
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
9244
+ "default": "undefined"
9245
9245
  },
9246
9246
  {
9247
9247
  "kind": "variable",
9248
- "name": "defaultComboboxConfig",
9248
+ "name": "defaultCheckboxConfig",
9249
9249
  "type": {
9250
9250
  "text": "object"
9251
9251
  },
9252
- "default": "{\n indicator: `\n <svg\n class=\"combo-box-indicator\"\n part=\"combo-box-indicator\"\n viewBox=\"0 0 12 7\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M11.85.65c.2.2.2.5 0 .7L6.4 6.84a.55.55 0 01-.78 0L.14 1.35a.5.5 0 11.71-.7L6 5.8 11.15.65c.2-.2.5-.2.7 0z\"\n />\n </svg>\n `,\n}"
9252
+ "default": "{\n checkedIndicator: `\n <svg\n aria-hidden=\"true\"\n part=\"checked-indicator\"\n class=\"checked-indicator\"\n viewBox=\"0 0 20 20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M8.143 12.6697L15.235 4.5L16.8 5.90363L8.23812 15.7667L3.80005 11.2556L5.27591 9.7555L8.143 12.6697Z\"\n />\n </svg>\n `,\n indeterminateIndicator: `\n <div part=\"indeterminate-indicator\" class=\"indeterminate-indicator\"></div>\n `,\n}"
9253
9253
  },
9254
9254
  {
9255
9255
  "kind": "variable",
9256
- "name": "foundationCombobox",
9257
- "description": "The Foundation Combo-box",
9256
+ "name": "foundationCheckbox",
9257
+ "description": "The Foundation Checkbox",
9258
9258
  "privacy": "public"
9259
9259
  }
9260
9260
  ],
9261
9261
  "exports": [
9262
9262
  {
9263
9263
  "kind": "js",
9264
- "name": "Combobox",
9264
+ "name": "Checkbox",
9265
9265
  "declaration": {
9266
- "name": "Combobox",
9267
- "module": "src/combobox/combobox.ts"
9266
+ "name": "Checkbox",
9267
+ "module": "src/checkbox/checkbox.ts"
9268
9268
  }
9269
9269
  },
9270
9270
  {
9271
9271
  "kind": "js",
9272
- "name": "foundationComboboxShadowOptions",
9272
+ "name": "foundationCheckboxShadowOptions",
9273
9273
  "declaration": {
9274
- "name": "foundationComboboxShadowOptions",
9275
- "module": "src/combobox/combobox.ts"
9274
+ "name": "foundationCheckboxShadowOptions",
9275
+ "module": "src/checkbox/checkbox.ts"
9276
9276
  }
9277
9277
  },
9278
9278
  {
9279
9279
  "kind": "js",
9280
- "name": "defaultComboboxConfig",
9280
+ "name": "defaultCheckboxConfig",
9281
9281
  "declaration": {
9282
- "name": "defaultComboboxConfig",
9283
- "module": "src/combobox/combobox.ts"
9282
+ "name": "defaultCheckboxConfig",
9283
+ "module": "src/checkbox/checkbox.ts"
9284
9284
  }
9285
9285
  },
9286
9286
  {
9287
9287
  "kind": "js",
9288
- "name": "foundationCombobox",
9288
+ "name": "foundationCheckbox",
9289
9289
  "declaration": {
9290
- "name": "foundationCombobox",
9291
- "module": "src/combobox/combobox.ts"
9290
+ "name": "foundationCheckbox",
9291
+ "module": "src/checkbox/checkbox.ts"
9292
9292
  }
9293
9293
  }
9294
9294
  ]
9295
9295
  },
9296
9296
  {
9297
9297
  "kind": "javascript-module",
9298
- "path": "src/combobox/index.ts",
9298
+ "path": "src/checkbox/index.ts",
9299
9299
  "declarations": [],
9300
9300
  "exports": [
9301
9301
  {
@@ -9303,7 +9303,7 @@
9303
9303
  "name": "*",
9304
9304
  "declaration": {
9305
9305
  "name": "*",
9306
- "package": "./combobox.template"
9306
+ "package": "./checkbox.template"
9307
9307
  }
9308
9308
  },
9309
9309
  {
@@ -9311,7 +9311,7 @@
9311
9311
  "name": "*",
9312
9312
  "declaration": {
9313
9313
  "name": "*",
9314
- "package": "./combobox.styles"
9314
+ "package": "./checkbox.styles"
9315
9315
  }
9316
9316
  },
9317
9317
  {
@@ -9319,7 +9319,7 @@
9319
9319
  "name": "*",
9320
9320
  "declaration": {
9321
9321
  "name": "*",
9322
- "package": "./combobox"
9322
+ "package": "./checkbox"
9323
9323
  }
9324
9324
  }
9325
9325
  ]