@genesislcap/foundation-ui 14.167.2 → 14.167.3-alpha-69ba23f.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/custom-elements.json +607 -607
  2. package/package.json +15 -15
@@ -885,6 +885,188 @@
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
+ },
888
1070
  {
889
1071
  "kind": "javascript-module",
890
1072
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1281,11 +1463,11 @@
1281
1463
  },
1282
1464
  {
1283
1465
  "kind": "javascript-module",
1284
- "path": "src/accordion/accordion.styles.ts",
1466
+ "path": "src/actions-menu/actions-menu.styles.ts",
1285
1467
  "declarations": [
1286
1468
  {
1287
1469
  "kind": "function",
1288
- "name": "foundationAccordionStyles",
1470
+ "name": "actionsMenuBaseStyles",
1289
1471
  "return": {
1290
1472
  "type": {
1291
1473
  "text": "ElementStyles"
@@ -1305,29 +1487,13 @@
1305
1487
  }
1306
1488
  }
1307
1489
  ]
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": [
1490
+ },
1325
1491
  {
1326
1492
  "kind": "function",
1327
- "name": "foundationAccordionTemplate",
1493
+ "name": "foundationActionsMenuStyles",
1328
1494
  "return": {
1329
1495
  "type": {
1330
- "text": "ViewTemplate<Accordion>"
1496
+ "text": "ElementStyles"
1331
1497
  }
1332
1498
  },
1333
1499
  "parameters": [
@@ -1349,215 +1515,49 @@
1349
1515
  "exports": [
1350
1516
  {
1351
1517
  "kind": "js",
1352
- "name": "foundationAccordionTemplate",
1518
+ "name": "actionsMenuBaseStyles",
1353
1519
  "declaration": {
1354
- "name": "foundationAccordionTemplate",
1355
- "module": "src/accordion/accordion.template.ts"
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"
1356
1530
  }
1357
1531
  }
1358
1532
  ]
1359
1533
  },
1360
1534
  {
1361
1535
  "kind": "javascript-module",
1362
- "path": "src/accordion/accordion.ts",
1536
+ "path": "src/actions-menu/actions-menu.template.ts",
1363
1537
  "declarations": [
1364
1538
  {
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
1374
- },
1375
- {
1376
- "kind": "variable",
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
- ]
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
1561
  },
1562
1562
  {
1563
1563
  "kind": "variable",
@@ -8510,11 +8510,11 @@
8510
8510
  },
8511
8511
  {
8512
8512
  "kind": "javascript-module",
8513
- "path": "src/combobox/combobox.styles.ts",
8513
+ "path": "src/checkbox/checkbox.styles.ts",
8514
8514
  "declarations": [
8515
8515
  {
8516
8516
  "kind": "function",
8517
- "name": "foundationComboboxStyles",
8517
+ "name": "foundationCheckboxStyles",
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": "FoundationElementDefinition"
8533
+ "text": "CheckboxOptions"
8534
8534
  }
8535
8535
  }
8536
8536
  ]
@@ -8539,24 +8539,24 @@
8539
8539
  "exports": [
8540
8540
  {
8541
8541
  "kind": "js",
8542
- "name": "foundationComboboxStyles",
8542
+ "name": "foundationCheckboxStyles",
8543
8543
  "declaration": {
8544
- "name": "foundationComboboxStyles",
8545
- "module": "src/combobox/combobox.styles.ts"
8544
+ "name": "foundationCheckboxStyles",
8545
+ "module": "src/checkbox/checkbox.styles.ts"
8546
8546
  }
8547
8547
  }
8548
8548
  ]
8549
8549
  },
8550
8550
  {
8551
8551
  "kind": "javascript-module",
8552
- "path": "src/combobox/combobox.template.ts",
8552
+ "path": "src/checkbox/checkbox.template.ts",
8553
8553
  "declarations": [
8554
8554
  {
8555
8555
  "kind": "function",
8556
- "name": "foundationComboboxTemplate",
8556
+ "name": "foundationCheckboxTemplate",
8557
8557
  "return": {
8558
8558
  "type": {
8559
- "text": "ViewTemplate<Combobox>"
8559
+ "text": "ViewTemplate<Checkbox>"
8560
8560
  }
8561
8561
  },
8562
8562
  "parameters": [
@@ -8569,7 +8569,7 @@
8569
8569
  {
8570
8570
  "name": "definition",
8571
8571
  "type": {
8572
- "text": "ComboboxOptions"
8572
+ "text": "CheckboxOptions"
8573
8573
  }
8574
8574
  }
8575
8575
  ]
@@ -8578,356 +8578,276 @@
8578
8578
  "exports": [
8579
8579
  {
8580
8580
  "kind": "js",
8581
- "name": "foundationComboboxTemplate",
8581
+ "name": "foundationCheckboxTemplate",
8582
8582
  "declaration": {
8583
- "name": "foundationComboboxTemplate",
8584
- "module": "src/combobox/combobox.template.ts"
8583
+ "name": "foundationCheckboxTemplate",
8584
+ "module": "src/checkbox/checkbox.template.ts"
8585
8585
  }
8586
8586
  }
8587
8587
  ]
8588
8588
  },
8589
8589
  {
8590
8590
  "kind": "javascript-module",
8591
- "path": "src/combobox/combobox.ts",
8591
+ "path": "src/checkbox/checkbox.ts",
8592
8592
  "declarations": [
8593
8593
  {
8594
8594
  "kind": "class",
8595
8595
  "description": "",
8596
- "name": "Combobox",
8597
- "members": [
8596
+ "name": "Checkbox",
8597
+ "superclass": {
8598
+ "name": "FASTCheckbox",
8599
+ "package": "@microsoft/fast-components"
8600
+ },
8601
+ "tagName": "%%prefix%%-checkbox",
8602
+ "customElement": true,
8603
+ "attributes": [
8598
8604
  {
8599
- "kind": "field",
8600
- "name": "_ourValue",
8605
+ "name": "readonly",
8601
8606
  "type": {
8602
- "text": "string"
8607
+ "text": "boolean"
8603
8608
  },
8604
- "privacy": "private"
8605
- },
8606
- {
8607
- "kind": "field",
8608
- "name": "#indicator",
8609
- "privacy": "private",
8610
- "type": {
8611
- "text": "Element"
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"
8612
8614
  }
8613
- },
8615
+ }
8616
+ ],
8617
+ "members": [
8614
8618
  {
8615
8619
  "kind": "field",
8616
- "name": "#wasOpenOnEnterDown",
8617
- "privacy": "private",
8620
+ "name": "readOnly",
8618
8621
  "type": {
8619
8622
  "text": "boolean"
8620
8623
  },
8621
- "default": "false"
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"
8629
+ }
8622
8630
  },
8623
8631
  {
8624
- "kind": "field",
8625
- "name": "slottedDatasource",
8626
- "type": {
8627
- "text": "HTMLSlotElement"
8632
+ "kind": "method",
8633
+ "name": "readOnlyChanged",
8634
+ "privacy": "private",
8635
+ "return": {
8636
+ "type": {
8637
+ "text": "void"
8638
+ }
8639
+ },
8640
+ "inheritedFrom": {
8641
+ "name": "Checkbox",
8642
+ "module": "src/checkbox/checkbox.ts"
8628
8643
  }
8629
8644
  },
8630
8645
  {
8631
8646
  "kind": "field",
8632
- "name": "async",
8647
+ "name": "indeterminate",
8633
8648
  "type": {
8634
8649
  "text": "boolean"
8635
8650
  },
8636
- "default": "false"
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"
8657
+ }
8637
8658
  },
8638
8659
  {
8639
8660
  "kind": "field",
8640
- "name": "debounce",
8641
- "type": {
8642
- "text": "number"
8643
- },
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
- ]
8661
+ "name": "proxy",
8662
+ "inheritedFrom": {
8663
+ "name": "Checkbox",
8664
+ "module": "src/checkbox/checkbox.ts"
8665
+ }
8660
8666
  },
8661
8667
  {
8662
8668
  "kind": "field",
8663
- "name": "debouncedInputHandler"
8669
+ "name": "_presentation",
8670
+ "type": {
8671
+ "text": "ComponentPresentation | null | undefined"
8672
+ },
8673
+ "privacy": "private",
8674
+ "default": "void 0",
8675
+ "inheritedFrom": {
8676
+ "name": "Checkbox",
8677
+ "module": "src/checkbox/checkbox.ts"
8678
+ }
8664
8679
  },
8665
8680
  {
8666
8681
  "kind": "field",
8667
- "name": "caseSensitive",
8682
+ "name": "$presentation",
8668
8683
  "type": {
8669
- "text": "boolean"
8684
+ "text": "ComponentPresentation | null"
8670
8685
  },
8671
8686
  "privacy": "public",
8672
- "default": "false",
8673
- "description": "Controls whether to perform a case-sensitive search in the list of options"
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
+ }
8674
8692
  },
8675
8693
  {
8676
8694
  "kind": "field",
8677
- "name": "ignoreInputClick",
8695
+ "name": "template",
8678
8696
  "type": {
8679
- "text": "boolean"
8697
+ "text": "ElementViewTemplate | void | null"
8680
8698
  },
8681
8699
  "privacy": "public",
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"
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
+ }
8689
8705
  },
8690
8706
  {
8691
8707
  "kind": "method",
8692
- "name": "slottedOptionsChanged",
8693
- "privacy": "public",
8708
+ "name": "templateChanged",
8709
+ "privacy": "protected",
8694
8710
  "return": {
8695
8711
  "type": {
8696
8712
  "text": "void"
8697
8713
  }
8698
8714
  },
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
- ]
8713
- },
8714
- {
8715
- "kind": "method",
8716
- "name": "filterOptions",
8717
- "privacy": "public",
8718
- "return": {
8719
- "type": {
8720
- "text": "void"
8721
- }
8715
+ "inheritedFrom": {
8716
+ "name": "Checkbox",
8717
+ "module": "src/checkbox/checkbox.ts"
8722
8718
  }
8723
8719
  },
8724
8720
  {
8725
- "kind": "method",
8726
- "name": "clickHandler",
8727
- "privacy": "public",
8728
- "return": {
8729
- "type": {
8730
- "text": "boolean | void"
8731
- }
8721
+ "kind": "field",
8722
+ "name": "styles",
8723
+ "type": {
8724
+ "text": "ElementStyles | void | null"
8732
8725
  },
8733
- "parameters": [
8734
- {
8735
- "name": "e",
8736
- "type": {
8737
- "text": "MouseEvent"
8738
- }
8739
- }
8740
- ]
8726
+ "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"
8731
+ }
8741
8732
  },
8742
8733
  {
8743
8734
  "kind": "method",
8744
- "name": "keydownHandler",
8745
- "privacy": "public",
8735
+ "name": "stylesChanged",
8736
+ "privacy": "protected",
8746
8737
  "return": {
8747
8738
  "type": {
8748
- "text": "boolean | void"
8739
+ "text": "void"
8749
8740
  }
8750
8741
  },
8751
- "parameters": [
8752
- {
8753
- "name": "e",
8754
- "type": {
8755
- "text": "KeyboardEvent"
8756
- }
8757
- }
8758
- ]
8742
+ "inheritedFrom": {
8743
+ "name": "Checkbox",
8744
+ "module": "src/checkbox/checkbox.ts"
8745
+ }
8759
8746
  },
8760
8747
  {
8761
8748
  "kind": "method",
8762
- "name": "keyupHandler",
8749
+ "name": "compose",
8763
8750
  "privacy": "public",
8751
+ "static": true,
8764
8752
  "return": {
8765
8753
  "type": {
8766
- "text": "boolean | void"
8754
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
8767
8755
  }
8768
8756
  },
8769
8757
  "parameters": [
8770
8758
  {
8771
- "name": "e",
8759
+ "name": "this",
8772
8760
  "type": {
8773
- "text": "KeyboardEvent"
8761
+ "text": "K"
8774
8762
  }
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": [
8763
+ },
8793
8764
  {
8794
- "name": "value",
8765
+ "name": "elementDefinition",
8795
8766
  "type": {
8796
- "text": "string"
8767
+ "text": "T"
8797
8768
  },
8798
- "description": "The text value of the item to be selected"
8769
+ "description": "The definition of the element to create the registry\nfunction for."
8799
8770
  }
8800
8771
  ],
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"
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
+ }
8823
8777
  }
8824
8778
  ],
8825
- "attributes": [
8826
- {
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
- },
8779
+ "events": [
8853
8780
  {
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"
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
+ }
8861
8787
  }
8862
- ],
8863
- "superclass": {
8864
- "name": "FASTComboBox",
8865
- "package": "@microsoft/fast-components"
8866
- },
8867
- "tagName": "%%prefix%%-combobox",
8868
- "customElement": true
8788
+ ]
8869
8789
  },
8870
8790
  {
8871
8791
  "kind": "variable",
8872
- "name": "foundationComboboxShadowOptions",
8792
+ "name": "foundationCheckboxShadowOptions",
8873
8793
  "type": {
8874
8794
  "text": "ShadowRootInit"
8875
8795
  },
8876
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
8796
+ "default": "undefined"
8877
8797
  },
8878
8798
  {
8879
8799
  "kind": "variable",
8880
- "name": "defaultComboboxConfig",
8800
+ "name": "defaultCheckboxConfig",
8881
8801
  "type": {
8882
8802
  "text": "object"
8883
8803
  },
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}"
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}"
8885
8805
  },
8886
8806
  {
8887
8807
  "kind": "variable",
8888
- "name": "foundationCombobox",
8889
- "description": "The Foundation Combo-box",
8808
+ "name": "foundationCheckbox",
8809
+ "description": "The Foundation Checkbox",
8890
8810
  "privacy": "public"
8891
8811
  }
8892
8812
  ],
8893
8813
  "exports": [
8894
8814
  {
8895
8815
  "kind": "js",
8896
- "name": "Combobox",
8816
+ "name": "Checkbox",
8897
8817
  "declaration": {
8898
- "name": "Combobox",
8899
- "module": "src/combobox/combobox.ts"
8818
+ "name": "Checkbox",
8819
+ "module": "src/checkbox/checkbox.ts"
8900
8820
  }
8901
8821
  },
8902
8822
  {
8903
8823
  "kind": "js",
8904
- "name": "foundationComboboxShadowOptions",
8824
+ "name": "foundationCheckboxShadowOptions",
8905
8825
  "declaration": {
8906
- "name": "foundationComboboxShadowOptions",
8907
- "module": "src/combobox/combobox.ts"
8826
+ "name": "foundationCheckboxShadowOptions",
8827
+ "module": "src/checkbox/checkbox.ts"
8908
8828
  }
8909
8829
  },
8910
8830
  {
8911
8831
  "kind": "js",
8912
- "name": "defaultComboboxConfig",
8832
+ "name": "defaultCheckboxConfig",
8913
8833
  "declaration": {
8914
- "name": "defaultComboboxConfig",
8915
- "module": "src/combobox/combobox.ts"
8834
+ "name": "defaultCheckboxConfig",
8835
+ "module": "src/checkbox/checkbox.ts"
8916
8836
  }
8917
8837
  },
8918
8838
  {
8919
8839
  "kind": "js",
8920
- "name": "foundationCombobox",
8840
+ "name": "foundationCheckbox",
8921
8841
  "declaration": {
8922
- "name": "foundationCombobox",
8923
- "module": "src/combobox/combobox.ts"
8842
+ "name": "foundationCheckbox",
8843
+ "module": "src/checkbox/checkbox.ts"
8924
8844
  }
8925
8845
  }
8926
8846
  ]
8927
8847
  },
8928
8848
  {
8929
8849
  "kind": "javascript-module",
8930
- "path": "src/combobox/index.ts",
8850
+ "path": "src/checkbox/index.ts",
8931
8851
  "declarations": [],
8932
8852
  "exports": [
8933
8853
  {
@@ -8935,7 +8855,7 @@
8935
8855
  "name": "*",
8936
8856
  "declaration": {
8937
8857
  "name": "*",
8938
- "package": "./combobox.template"
8858
+ "package": "./checkbox.template"
8939
8859
  }
8940
8860
  },
8941
8861
  {
@@ -8943,7 +8863,7 @@
8943
8863
  "name": "*",
8944
8864
  "declaration": {
8945
8865
  "name": "*",
8946
- "package": "./combobox.styles"
8866
+ "package": "./checkbox.styles"
8947
8867
  }
8948
8868
  },
8949
8869
  {
@@ -8951,18 +8871,18 @@
8951
8871
  "name": "*",
8952
8872
  "declaration": {
8953
8873
  "name": "*",
8954
- "package": "./combobox"
8874
+ "package": "./checkbox"
8955
8875
  }
8956
8876
  }
8957
8877
  ]
8958
8878
  },
8959
8879
  {
8960
8880
  "kind": "javascript-module",
8961
- "path": "src/checkbox/checkbox.styles.ts",
8881
+ "path": "src/combobox/combobox.styles.ts",
8962
8882
  "declarations": [
8963
8883
  {
8964
8884
  "kind": "function",
8965
- "name": "foundationCheckboxStyles",
8885
+ "name": "foundationComboboxStyles",
8966
8886
  "return": {
8967
8887
  "type": {
8968
8888
  "text": "ElementStyles"
@@ -8978,7 +8898,7 @@
8978
8898
  {
8979
8899
  "name": "definition",
8980
8900
  "type": {
8981
- "text": "CheckboxOptions"
8901
+ "text": "FoundationElementDefinition"
8982
8902
  }
8983
8903
  }
8984
8904
  ]
@@ -8987,24 +8907,24 @@
8987
8907
  "exports": [
8988
8908
  {
8989
8909
  "kind": "js",
8990
- "name": "foundationCheckboxStyles",
8910
+ "name": "foundationComboboxStyles",
8991
8911
  "declaration": {
8992
- "name": "foundationCheckboxStyles",
8993
- "module": "src/checkbox/checkbox.styles.ts"
8912
+ "name": "foundationComboboxStyles",
8913
+ "module": "src/combobox/combobox.styles.ts"
8994
8914
  }
8995
8915
  }
8996
8916
  ]
8997
8917
  },
8998
8918
  {
8999
8919
  "kind": "javascript-module",
9000
- "path": "src/checkbox/checkbox.template.ts",
8920
+ "path": "src/combobox/combobox.template.ts",
9001
8921
  "declarations": [
9002
8922
  {
9003
8923
  "kind": "function",
9004
- "name": "foundationCheckboxTemplate",
8924
+ "name": "foundationComboboxTemplate",
9005
8925
  "return": {
9006
8926
  "type": {
9007
- "text": "ViewTemplate<Checkbox>"
8927
+ "text": "ViewTemplate<Combobox>"
9008
8928
  }
9009
8929
  },
9010
8930
  "parameters": [
@@ -9017,7 +8937,7 @@
9017
8937
  {
9018
8938
  "name": "definition",
9019
8939
  "type": {
9020
- "text": "CheckboxOptions"
8940
+ "text": "ComboboxOptions"
9021
8941
  }
9022
8942
  }
9023
8943
  ]
@@ -9026,276 +8946,356 @@
9026
8946
  "exports": [
9027
8947
  {
9028
8948
  "kind": "js",
9029
- "name": "foundationCheckboxTemplate",
8949
+ "name": "foundationComboboxTemplate",
9030
8950
  "declaration": {
9031
- "name": "foundationCheckboxTemplate",
9032
- "module": "src/checkbox/checkbox.template.ts"
8951
+ "name": "foundationComboboxTemplate",
8952
+ "module": "src/combobox/combobox.template.ts"
9033
8953
  }
9034
8954
  }
9035
8955
  ]
9036
8956
  },
9037
8957
  {
9038
8958
  "kind": "javascript-module",
9039
- "path": "src/checkbox/checkbox.ts",
8959
+ "path": "src/combobox/combobox.ts",
9040
8960
  "declarations": [
9041
8961
  {
9042
8962
  "kind": "class",
9043
8963
  "description": "",
9044
- "name": "Checkbox",
9045
- "superclass": {
9046
- "name": "FASTCheckbox",
9047
- "package": "@microsoft/fast-components"
9048
- },
9049
- "tagName": "%%prefix%%-checkbox",
9050
- "customElement": true,
9051
- "attributes": [
9052
- {
9053
- "name": "readonly",
9054
- "type": {
9055
- "text": "boolean"
9056
- },
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"
9062
- }
9063
- }
9064
- ],
8964
+ "name": "Combobox",
9065
8965
  "members": [
9066
8966
  {
9067
8967
  "kind": "field",
9068
- "name": "readOnly",
8968
+ "name": "_ourValue",
9069
8969
  "type": {
9070
- "text": "boolean"
8970
+ "text": "string"
9071
8971
  },
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
- }
8972
+ "privacy": "private"
9078
8973
  },
9079
8974
  {
9080
- "kind": "method",
9081
- "name": "readOnlyChanged",
8975
+ "kind": "field",
8976
+ "name": "#indicator",
9082
8977
  "privacy": "private",
9083
- "return": {
9084
- "type": {
9085
- "text": "void"
9086
- }
9087
- },
9088
- "inheritedFrom": {
9089
- "name": "Checkbox",
9090
- "module": "src/checkbox/checkbox.ts"
8978
+ "type": {
8979
+ "text": "Element"
9091
8980
  }
9092
8981
  },
9093
8982
  {
9094
8983
  "kind": "field",
9095
- "name": "indeterminate",
8984
+ "name": "#wasOpenOnEnterDown",
8985
+ "privacy": "private",
9096
8986
  "type": {
9097
8987
  "text": "boolean"
9098
8988
  },
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
- }
8989
+ "default": "false"
9106
8990
  },
9107
8991
  {
9108
8992
  "kind": "field",
9109
- "name": "proxy",
9110
- "inheritedFrom": {
9111
- "name": "Checkbox",
9112
- "module": "src/checkbox/checkbox.ts"
8993
+ "name": "slottedDatasource",
8994
+ "type": {
8995
+ "text": "HTMLSlotElement"
9113
8996
  }
9114
8997
  },
9115
8998
  {
9116
8999
  "kind": "field",
9117
- "name": "_presentation",
9000
+ "name": "async",
9118
9001
  "type": {
9119
- "text": "ComponentPresentation | null | undefined"
9002
+ "text": "boolean"
9120
9003
  },
9121
- "privacy": "private",
9122
- "default": "void 0",
9123
- "inheritedFrom": {
9124
- "name": "Checkbox",
9125
- "module": "src/checkbox/checkbox.ts"
9126
- }
9004
+ "default": "false"
9005
+ },
9006
+ {
9007
+ "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
+ ]
9028
+ },
9029
+ {
9030
+ "kind": "field",
9031
+ "name": "debouncedInputHandler"
9127
9032
  },
9128
9033
  {
9129
9034
  "kind": "field",
9130
- "name": "$presentation",
9035
+ "name": "caseSensitive",
9131
9036
  "type": {
9132
- "text": "ComponentPresentation | null"
9037
+ "text": "boolean"
9133
9038
  },
9134
9039
  "privacy": "public",
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
- }
9040
+ "default": "false",
9041
+ "description": "Controls whether to perform a case-sensitive search in the list of options"
9140
9042
  },
9141
9043
  {
9142
9044
  "kind": "field",
9143
- "name": "template",
9045
+ "name": "ignoreInputClick",
9144
9046
  "type": {
9145
- "text": "ElementViewTemplate | void | null"
9047
+ "text": "boolean"
9146
9048
  },
9147
9049
  "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
- }
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"
9153
9057
  },
9154
9058
  {
9155
9059
  "kind": "method",
9156
- "name": "templateChanged",
9157
- "privacy": "protected",
9060
+ "name": "slottedOptionsChanged",
9061
+ "privacy": "public",
9158
9062
  "return": {
9159
9063
  "type": {
9160
9064
  "text": "void"
9161
9065
  }
9162
9066
  },
9163
- "inheritedFrom": {
9164
- "name": "Checkbox",
9165
- "module": "src/checkbox/checkbox.ts"
9166
- }
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
+ ]
9167
9081
  },
9168
9082
  {
9169
- "kind": "field",
9170
- "name": "styles",
9171
- "type": {
9172
- "text": "ElementStyles | void | null"
9173
- },
9083
+ "kind": "method",
9084
+ "name": "filterOptions",
9174
9085
  "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"
9086
+ "return": {
9087
+ "type": {
9088
+ "text": "void"
9089
+ }
9179
9090
  }
9180
9091
  },
9181
9092
  {
9182
9093
  "kind": "method",
9183
- "name": "stylesChanged",
9184
- "privacy": "protected",
9094
+ "name": "clickHandler",
9095
+ "privacy": "public",
9185
9096
  "return": {
9186
9097
  "type": {
9187
- "text": "void"
9098
+ "text": "boolean | void"
9188
9099
  }
9189
9100
  },
9190
- "inheritedFrom": {
9191
- "name": "Checkbox",
9192
- "module": "src/checkbox/checkbox.ts"
9193
- }
9101
+ "parameters": [
9102
+ {
9103
+ "name": "e",
9104
+ "type": {
9105
+ "text": "MouseEvent"
9106
+ }
9107
+ }
9108
+ ]
9194
9109
  },
9195
9110
  {
9196
9111
  "kind": "method",
9197
- "name": "compose",
9112
+ "name": "keydownHandler",
9198
9113
  "privacy": "public",
9199
- "static": true,
9200
9114
  "return": {
9201
9115
  "type": {
9202
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
9116
+ "text": "boolean | void"
9203
9117
  }
9204
9118
  },
9205
9119
  "parameters": [
9206
9120
  {
9207
- "name": "this",
9121
+ "name": "e",
9208
9122
  "type": {
9209
- "text": "K"
9123
+ "text": "KeyboardEvent"
9210
9124
  }
9211
- },
9125
+ }
9126
+ ]
9127
+ },
9128
+ {
9129
+ "kind": "method",
9130
+ "name": "keyupHandler",
9131
+ "privacy": "public",
9132
+ "return": {
9133
+ "type": {
9134
+ "text": "boolean | void"
9135
+ }
9136
+ },
9137
+ "parameters": [
9212
9138
  {
9213
- "name": "elementDefinition",
9139
+ "name": "e",
9214
9140
  "type": {
9215
- "text": "T"
9141
+ "text": "KeyboardEvent"
9142
+ }
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": [
9161
+ {
9162
+ "name": "value",
9163
+ "type": {
9164
+ "text": "string"
9216
9165
  },
9217
- "description": "The definition of the element to create the registry\nfunction for."
9166
+ "description": "The text value of the item to be selected"
9218
9167
  }
9219
9168
  ],
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
- }
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"
9225
9191
  }
9226
9192
  ],
9227
- "events": [
9193
+ "attributes": [
9228
9194
  {
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
- }
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
+ },
9221
+ {
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"
9235
9229
  }
9236
- ]
9230
+ ],
9231
+ "superclass": {
9232
+ "name": "FASTComboBox",
9233
+ "package": "@microsoft/fast-components"
9234
+ },
9235
+ "tagName": "%%prefix%%-combobox",
9236
+ "customElement": true
9237
9237
  },
9238
9238
  {
9239
9239
  "kind": "variable",
9240
- "name": "foundationCheckboxShadowOptions",
9240
+ "name": "foundationComboboxShadowOptions",
9241
9241
  "type": {
9242
9242
  "text": "ShadowRootInit"
9243
9243
  },
9244
- "default": "undefined"
9244
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
9245
9245
  },
9246
9246
  {
9247
9247
  "kind": "variable",
9248
- "name": "defaultCheckboxConfig",
9248
+ "name": "defaultComboboxConfig",
9249
9249
  "type": {
9250
9250
  "text": "object"
9251
9251
  },
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}"
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}"
9253
9253
  },
9254
9254
  {
9255
9255
  "kind": "variable",
9256
- "name": "foundationCheckbox",
9257
- "description": "The Foundation Checkbox",
9256
+ "name": "foundationCombobox",
9257
+ "description": "The Foundation Combo-box",
9258
9258
  "privacy": "public"
9259
9259
  }
9260
9260
  ],
9261
9261
  "exports": [
9262
9262
  {
9263
9263
  "kind": "js",
9264
- "name": "Checkbox",
9264
+ "name": "Combobox",
9265
9265
  "declaration": {
9266
- "name": "Checkbox",
9267
- "module": "src/checkbox/checkbox.ts"
9266
+ "name": "Combobox",
9267
+ "module": "src/combobox/combobox.ts"
9268
9268
  }
9269
9269
  },
9270
9270
  {
9271
9271
  "kind": "js",
9272
- "name": "foundationCheckboxShadowOptions",
9272
+ "name": "foundationComboboxShadowOptions",
9273
9273
  "declaration": {
9274
- "name": "foundationCheckboxShadowOptions",
9275
- "module": "src/checkbox/checkbox.ts"
9274
+ "name": "foundationComboboxShadowOptions",
9275
+ "module": "src/combobox/combobox.ts"
9276
9276
  }
9277
9277
  },
9278
9278
  {
9279
9279
  "kind": "js",
9280
- "name": "defaultCheckboxConfig",
9280
+ "name": "defaultComboboxConfig",
9281
9281
  "declaration": {
9282
- "name": "defaultCheckboxConfig",
9283
- "module": "src/checkbox/checkbox.ts"
9282
+ "name": "defaultComboboxConfig",
9283
+ "module": "src/combobox/combobox.ts"
9284
9284
  }
9285
9285
  },
9286
9286
  {
9287
9287
  "kind": "js",
9288
- "name": "foundationCheckbox",
9288
+ "name": "foundationCombobox",
9289
9289
  "declaration": {
9290
- "name": "foundationCheckbox",
9291
- "module": "src/checkbox/checkbox.ts"
9290
+ "name": "foundationCombobox",
9291
+ "module": "src/combobox/combobox.ts"
9292
9292
  }
9293
9293
  }
9294
9294
  ]
9295
9295
  },
9296
9296
  {
9297
9297
  "kind": "javascript-module",
9298
- "path": "src/checkbox/index.ts",
9298
+ "path": "src/combobox/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": "./checkbox.template"
9306
+ "package": "./combobox.template"
9307
9307
  }
9308
9308
  },
9309
9309
  {
@@ -9311,7 +9311,7 @@
9311
9311
  "name": "*",
9312
9312
  "declaration": {
9313
9313
  "name": "*",
9314
- "package": "./checkbox.styles"
9314
+ "package": "./combobox.styles"
9315
9315
  }
9316
9316
  },
9317
9317
  {
@@ -9319,7 +9319,7 @@
9319
9319
  "name": "*",
9320
9320
  "declaration": {
9321
9321
  "name": "*",
9322
- "package": "./checkbox"
9322
+ "package": "./combobox"
9323
9323
  }
9324
9324
  }
9325
9325
  ]