@genesislcap/foundation-ui 14.230.1 → 14.231.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 +2051 -2051
  2. package/package.json +16 -16
@@ -864,219 +864,6 @@
864
864
  }
865
865
  ]
866
866
  },
867
- {
868
- "kind": "javascript-module",
869
- "path": "src/_config/index.ts",
870
- "declarations": [],
871
- "exports": [
872
- {
873
- "kind": "js",
874
- "name": "*",
875
- "declaration": {
876
- "name": "*",
877
- "package": "./styles"
878
- }
879
- },
880
- {
881
- "kind": "js",
882
- "name": "*",
883
- "declaration": {
884
- "name": "*",
885
- "package": "./tokens"
886
- }
887
- },
888
- {
889
- "kind": "js",
890
- "name": "*",
891
- "declaration": {
892
- "name": "*",
893
- "package": "./values"
894
- }
895
- }
896
- ]
897
- },
898
- {
899
- "kind": "javascript-module",
900
- "path": "src/accordion/accordion.styles.ts",
901
- "declarations": [
902
- {
903
- "kind": "function",
904
- "name": "foundationAccordionStyles",
905
- "return": {
906
- "type": {
907
- "text": "ElementStyles"
908
- }
909
- },
910
- "parameters": [
911
- {
912
- "name": "context",
913
- "type": {
914
- "text": "ElementDefinitionContext"
915
- }
916
- },
917
- {
918
- "name": "definition",
919
- "type": {
920
- "text": "FoundationElementDefinition"
921
- }
922
- }
923
- ]
924
- }
925
- ],
926
- "exports": [
927
- {
928
- "kind": "js",
929
- "name": "foundationAccordionStyles",
930
- "declaration": {
931
- "name": "foundationAccordionStyles",
932
- "module": "src/accordion/accordion.styles.ts"
933
- }
934
- }
935
- ]
936
- },
937
- {
938
- "kind": "javascript-module",
939
- "path": "src/accordion/accordion.template.ts",
940
- "declarations": [
941
- {
942
- "kind": "function",
943
- "name": "foundationAccordionTemplate",
944
- "return": {
945
- "type": {
946
- "text": "ViewTemplate<Accordion>"
947
- }
948
- },
949
- "parameters": [
950
- {
951
- "name": "context",
952
- "type": {
953
- "text": "ElementDefinitionContext"
954
- }
955
- },
956
- {
957
- "name": "definition",
958
- "type": {
959
- "text": "FoundationElementDefinition"
960
- }
961
- }
962
- ]
963
- }
964
- ],
965
- "exports": [
966
- {
967
- "kind": "js",
968
- "name": "foundationAccordionTemplate",
969
- "declaration": {
970
- "name": "foundationAccordionTemplate",
971
- "module": "src/accordion/accordion.template.ts"
972
- }
973
- }
974
- ]
975
- },
976
- {
977
- "kind": "javascript-module",
978
- "path": "src/accordion/accordion.ts",
979
- "declarations": [
980
- {
981
- "kind": "class",
982
- "description": "",
983
- "name": "Accordion",
984
- "superclass": {
985
- "name": "FASTAccordion",
986
- "package": "@microsoft/fast-foundation"
987
- },
988
- "tagName": "%%prefix%%-accordion",
989
- "customElement": true
990
- },
991
- {
992
- "kind": "variable",
993
- "name": "foundationAccordionShadowOptions",
994
- "type": {
995
- "text": "ShadowRootInit"
996
- },
997
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
998
- },
999
- {
1000
- "kind": "variable",
1001
- "name": "defaultAccordionConfig",
1002
- "type": {
1003
- "text": "object"
1004
- },
1005
- "default": "{}"
1006
- },
1007
- {
1008
- "kind": "variable",
1009
- "name": "foundationAccordion",
1010
- "description": "The Foundation Accordion",
1011
- "privacy": "public"
1012
- }
1013
- ],
1014
- "exports": [
1015
- {
1016
- "kind": "js",
1017
- "name": "Accordion",
1018
- "declaration": {
1019
- "name": "Accordion",
1020
- "module": "src/accordion/accordion.ts"
1021
- }
1022
- },
1023
- {
1024
- "kind": "js",
1025
- "name": "foundationAccordionShadowOptions",
1026
- "declaration": {
1027
- "name": "foundationAccordionShadowOptions",
1028
- "module": "src/accordion/accordion.ts"
1029
- }
1030
- },
1031
- {
1032
- "kind": "js",
1033
- "name": "defaultAccordionConfig",
1034
- "declaration": {
1035
- "name": "defaultAccordionConfig",
1036
- "module": "src/accordion/accordion.ts"
1037
- }
1038
- },
1039
- {
1040
- "kind": "js",
1041
- "name": "foundationAccordion",
1042
- "declaration": {
1043
- "name": "foundationAccordion",
1044
- "module": "src/accordion/accordion.ts"
1045
- }
1046
- }
1047
- ]
1048
- },
1049
- {
1050
- "kind": "javascript-module",
1051
- "path": "src/accordion/index.ts",
1052
- "declarations": [],
1053
- "exports": [
1054
- {
1055
- "kind": "js",
1056
- "name": "*",
1057
- "declaration": {
1058
- "name": "*",
1059
- "package": "./accordion.template"
1060
- }
1061
- },
1062
- {
1063
- "kind": "js",
1064
- "name": "*",
1065
- "declaration": {
1066
- "name": "*",
1067
- "package": "./accordion.styles"
1068
- }
1069
- },
1070
- {
1071
- "kind": "js",
1072
- "name": "*",
1073
- "declaration": {
1074
- "name": "*",
1075
- "package": "./accordion"
1076
- }
1077
- }
1078
- ]
1079
- },
1080
867
  {
1081
868
  "kind": "javascript-module",
1082
869
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1471,6 +1258,188 @@
1471
1258
  }
1472
1259
  ]
1473
1260
  },
1261
+ {
1262
+ "kind": "javascript-module",
1263
+ "path": "src/accordion/accordion.styles.ts",
1264
+ "declarations": [
1265
+ {
1266
+ "kind": "function",
1267
+ "name": "foundationAccordionStyles",
1268
+ "return": {
1269
+ "type": {
1270
+ "text": "ElementStyles"
1271
+ }
1272
+ },
1273
+ "parameters": [
1274
+ {
1275
+ "name": "context",
1276
+ "type": {
1277
+ "text": "ElementDefinitionContext"
1278
+ }
1279
+ },
1280
+ {
1281
+ "name": "definition",
1282
+ "type": {
1283
+ "text": "FoundationElementDefinition"
1284
+ }
1285
+ }
1286
+ ]
1287
+ }
1288
+ ],
1289
+ "exports": [
1290
+ {
1291
+ "kind": "js",
1292
+ "name": "foundationAccordionStyles",
1293
+ "declaration": {
1294
+ "name": "foundationAccordionStyles",
1295
+ "module": "src/accordion/accordion.styles.ts"
1296
+ }
1297
+ }
1298
+ ]
1299
+ },
1300
+ {
1301
+ "kind": "javascript-module",
1302
+ "path": "src/accordion/accordion.template.ts",
1303
+ "declarations": [
1304
+ {
1305
+ "kind": "function",
1306
+ "name": "foundationAccordionTemplate",
1307
+ "return": {
1308
+ "type": {
1309
+ "text": "ViewTemplate<Accordion>"
1310
+ }
1311
+ },
1312
+ "parameters": [
1313
+ {
1314
+ "name": "context",
1315
+ "type": {
1316
+ "text": "ElementDefinitionContext"
1317
+ }
1318
+ },
1319
+ {
1320
+ "name": "definition",
1321
+ "type": {
1322
+ "text": "FoundationElementDefinition"
1323
+ }
1324
+ }
1325
+ ]
1326
+ }
1327
+ ],
1328
+ "exports": [
1329
+ {
1330
+ "kind": "js",
1331
+ "name": "foundationAccordionTemplate",
1332
+ "declaration": {
1333
+ "name": "foundationAccordionTemplate",
1334
+ "module": "src/accordion/accordion.template.ts"
1335
+ }
1336
+ }
1337
+ ]
1338
+ },
1339
+ {
1340
+ "kind": "javascript-module",
1341
+ "path": "src/accordion/accordion.ts",
1342
+ "declarations": [
1343
+ {
1344
+ "kind": "class",
1345
+ "description": "",
1346
+ "name": "Accordion",
1347
+ "superclass": {
1348
+ "name": "FASTAccordion",
1349
+ "package": "@microsoft/fast-foundation"
1350
+ },
1351
+ "tagName": "%%prefix%%-accordion",
1352
+ "customElement": true
1353
+ },
1354
+ {
1355
+ "kind": "variable",
1356
+ "name": "foundationAccordionShadowOptions",
1357
+ "type": {
1358
+ "text": "ShadowRootInit"
1359
+ },
1360
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1361
+ },
1362
+ {
1363
+ "kind": "variable",
1364
+ "name": "defaultAccordionConfig",
1365
+ "type": {
1366
+ "text": "object"
1367
+ },
1368
+ "default": "{}"
1369
+ },
1370
+ {
1371
+ "kind": "variable",
1372
+ "name": "foundationAccordion",
1373
+ "description": "The Foundation Accordion",
1374
+ "privacy": "public"
1375
+ }
1376
+ ],
1377
+ "exports": [
1378
+ {
1379
+ "kind": "js",
1380
+ "name": "Accordion",
1381
+ "declaration": {
1382
+ "name": "Accordion",
1383
+ "module": "src/accordion/accordion.ts"
1384
+ }
1385
+ },
1386
+ {
1387
+ "kind": "js",
1388
+ "name": "foundationAccordionShadowOptions",
1389
+ "declaration": {
1390
+ "name": "foundationAccordionShadowOptions",
1391
+ "module": "src/accordion/accordion.ts"
1392
+ }
1393
+ },
1394
+ {
1395
+ "kind": "js",
1396
+ "name": "defaultAccordionConfig",
1397
+ "declaration": {
1398
+ "name": "defaultAccordionConfig",
1399
+ "module": "src/accordion/accordion.ts"
1400
+ }
1401
+ },
1402
+ {
1403
+ "kind": "js",
1404
+ "name": "foundationAccordion",
1405
+ "declaration": {
1406
+ "name": "foundationAccordion",
1407
+ "module": "src/accordion/accordion.ts"
1408
+ }
1409
+ }
1410
+ ]
1411
+ },
1412
+ {
1413
+ "kind": "javascript-module",
1414
+ "path": "src/accordion/index.ts",
1415
+ "declarations": [],
1416
+ "exports": [
1417
+ {
1418
+ "kind": "js",
1419
+ "name": "*",
1420
+ "declaration": {
1421
+ "name": "*",
1422
+ "package": "./accordion.template"
1423
+ }
1424
+ },
1425
+ {
1426
+ "kind": "js",
1427
+ "name": "*",
1428
+ "declaration": {
1429
+ "name": "*",
1430
+ "package": "./accordion.styles"
1431
+ }
1432
+ },
1433
+ {
1434
+ "kind": "js",
1435
+ "name": "*",
1436
+ "declaration": {
1437
+ "name": "*",
1438
+ "package": "./accordion"
1439
+ }
1440
+ }
1441
+ ]
1442
+ },
1474
1443
  {
1475
1444
  "kind": "javascript-module",
1476
1445
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -2030,6 +1999,37 @@
2030
1999
  }
2031
2000
  ]
2032
2001
  },
2002
+ {
2003
+ "kind": "javascript-module",
2004
+ "path": "src/_config/index.ts",
2005
+ "declarations": [],
2006
+ "exports": [
2007
+ {
2008
+ "kind": "js",
2009
+ "name": "*",
2010
+ "declaration": {
2011
+ "name": "*",
2012
+ "package": "./styles"
2013
+ }
2014
+ },
2015
+ {
2016
+ "kind": "js",
2017
+ "name": "*",
2018
+ "declaration": {
2019
+ "name": "*",
2020
+ "package": "./tokens"
2021
+ }
2022
+ },
2023
+ {
2024
+ "kind": "js",
2025
+ "name": "*",
2026
+ "declaration": {
2027
+ "name": "*",
2028
+ "package": "./values"
2029
+ }
2030
+ }
2031
+ ]
2032
+ },
2033
2033
  {
2034
2034
  "kind": "javascript-module",
2035
2035
  "path": "src/anchor/anchor.styles.ts",
@@ -29741,379 +29741,1229 @@
29741
29741
  },
29742
29742
  {
29743
29743
  "kind": "javascript-module",
29744
- "path": "src/search-bar/index.ts",
29745
- "declarations": [],
29746
- "exports": [
29747
- {
29748
- "kind": "js",
29749
- "name": "*",
29750
- "declaration": {
29751
- "name": "*",
29752
- "package": "./search-bar"
29753
- }
29754
- },
29755
- {
29756
- "kind": "js",
29757
- "name": "*",
29758
- "declaration": {
29759
- "name": "*",
29760
- "package": "./search-bar.styles"
29761
- }
29762
- },
29763
- {
29764
- "kind": "js",
29765
- "name": "*",
29766
- "declaration": {
29767
- "name": "*",
29768
- "package": "./search-bar.template"
29769
- }
29770
- },
29771
- {
29772
- "kind": "js",
29773
- "name": "*",
29774
- "declaration": {
29775
- "name": "*",
29776
- "package": "./search-bar.types"
29777
- }
29778
- },
29779
- {
29780
- "kind": "js",
29781
- "name": "*",
29782
- "declaration": {
29783
- "name": "*",
29784
- "package": "./search-bar-combobox"
29785
- }
29786
- },
29787
- {
29788
- "kind": "js",
29789
- "name": "*",
29790
- "declaration": {
29791
- "name": "*",
29792
- "package": "./search-bar-combobox.styles"
29793
- }
29794
- },
29795
- {
29796
- "kind": "js",
29797
- "name": "*",
29798
- "declaration": {
29799
- "name": "*",
29800
- "package": "./search-bar-combobox.template"
29801
- }
29802
- }
29803
- ]
29804
- },
29805
- {
29806
- "kind": "javascript-module",
29807
- "path": "src/search-bar/search-bar-combobox.styles.ts",
29744
+ "path": "src/router/configuration.ts",
29808
29745
  "declarations": [
29809
29746
  {
29810
- "kind": "function",
29811
- "name": "foundationSearchBarComboboxStyles",
29812
- "return": {
29813
- "type": {
29814
- "text": "ElementStyles"
29815
- }
29816
- },
29817
- "parameters": [
29747
+ "kind": "class",
29748
+ "description": "",
29749
+ "name": "FoundationRouterConfiguration",
29750
+ "members": [
29818
29751
  {
29819
- "name": "context",
29752
+ "kind": "field",
29753
+ "name": "container",
29820
29754
  "type": {
29821
- "text": "ElementDefinitionContext"
29822
- }
29755
+ "text": "Container"
29756
+ },
29757
+ "privacy": "protected"
29823
29758
  },
29824
29759
  {
29825
- "name": "definition",
29760
+ "kind": "field",
29761
+ "name": "analytics",
29826
29762
  "type": {
29827
- "text": "FoundationElementDefinition"
29828
- }
29829
- }
29830
- ]
29831
- }
29832
- ],
29833
- "exports": [
29834
- {
29835
- "kind": "js",
29836
- "name": "foundationSearchBarComboboxStyles",
29837
- "declaration": {
29838
- "name": "foundationSearchBarComboboxStyles",
29839
- "module": "src/search-bar/search-bar-combobox.styles.ts"
29840
- }
29841
- }
29842
- ]
29843
- },
29844
- {
29845
- "kind": "javascript-module",
29846
- "path": "src/search-bar/search-bar-combobox.template.ts",
29847
- "declarations": [
29848
- {
29849
- "kind": "function",
29850
- "name": "foundationSearchBarComboboxTemplate",
29851
- "return": {
29852
- "type": {
29853
- "text": "ViewTemplate<SearchBarCombobox>"
29854
- }
29855
- },
29856
- "parameters": [
29763
+ "text": "FoundationAnalytics"
29764
+ },
29765
+ "privacy": "protected"
29766
+ },
29857
29767
  {
29858
- "name": "context",
29768
+ "kind": "field",
29769
+ "name": "user",
29859
29770
  "type": {
29860
- "text": "ElementDefinitionContext"
29771
+ "text": "User"
29861
29772
  }
29862
29773
  },
29863
29774
  {
29864
- "name": "definition",
29775
+ "kind": "field",
29776
+ "name": "_session",
29865
29777
  "type": {
29866
- "text": "ComboboxOptions"
29867
- }
29868
- }
29869
- ]
29870
- }
29871
- ],
29872
- "exports": [
29873
- {
29874
- "kind": "js",
29875
- "name": "foundationSearchBarComboboxTemplate",
29876
- "declaration": {
29877
- "name": "foundationSearchBarComboboxTemplate",
29878
- "module": "src/search-bar/search-bar-combobox.template.ts"
29879
- }
29880
- }
29881
- ]
29882
- },
29883
- {
29884
- "kind": "javascript-module",
29885
- "path": "src/search-bar/search-bar-combobox.ts",
29886
- "declarations": [
29887
- {
29888
- "kind": "class",
29889
- "description": "",
29890
- "name": "SearchBarCombobox",
29891
- "members": [
29778
+ "text": "Session"
29779
+ },
29780
+ "privacy": "private"
29781
+ },
29892
29782
  {
29893
29783
  "kind": "field",
29894
- "name": "minlength",
29784
+ "name": "logger",
29785
+ "default": "routerLogger"
29786
+ },
29787
+ {
29788
+ "kind": "field",
29789
+ "name": "loginPath",
29895
29790
  "type": {
29896
- "text": "number"
29791
+ "text": "string"
29897
29792
  },
29898
- "default": "COMBO_INPUT_MIN_LENGTH"
29793
+ "default": "'login'"
29899
29794
  },
29900
29795
  {
29901
29796
  "kind": "field",
29902
- "name": "previousLength",
29797
+ "name": "notFoundPath",
29903
29798
  "type": {
29904
- "text": "number"
29799
+ "text": "string"
29905
29800
  },
29906
- "privacy": "private",
29907
- "default": "-1"
29801
+ "default": "'not-found'"
29908
29802
  },
29909
29803
  {
29910
29804
  "kind": "field",
29911
- "name": "changeListener",
29912
- "privacy": "private"
29805
+ "name": "notPermittedPath",
29806
+ "type": {
29807
+ "text": "string"
29808
+ },
29809
+ "default": "'not-permitted'"
29810
+ },
29811
+ {
29812
+ "kind": "field",
29813
+ "name": "basename",
29814
+ "type": {
29815
+ "text": "string"
29816
+ },
29817
+ "default": "PUBLIC_PATH"
29818
+ },
29819
+ {
29820
+ "kind": "field",
29821
+ "name": "relativeTo",
29822
+ "type": {
29823
+ "text": "Router"
29824
+ }
29825
+ },
29826
+ {
29827
+ "kind": "field",
29828
+ "name": "routes",
29829
+ "type": {
29830
+ "text": "FoundationRouteCollection<TSettings>"
29831
+ },
29832
+ "privacy": "public",
29833
+ "readonly": true,
29834
+ "default": "new FoundationRouteCollection<TSettings>(this)"
29913
29835
  },
29914
29836
  {
29915
29837
  "kind": "method",
29916
- "name": "clickHandler",
29838
+ "name": "getNavItems",
29917
29839
  "return": {
29918
29840
  "type": {
29919
- "text": "boolean | void"
29841
+ "text": "FoundationRouteNavItem[]"
29920
29842
  }
29921
29843
  },
29922
29844
  "parameters": [
29923
29845
  {
29924
- "name": "e",
29846
+ "name": "predicate",
29847
+ "default": "defaultNavItemPredicate",
29925
29848
  "type": {
29926
- "text": "any"
29849
+ "text": "NavItemPredicate"
29927
29850
  }
29928
29851
  }
29929
29852
  ]
29930
29853
  },
29931
29854
  {
29932
29855
  "kind": "method",
29933
- "name": "keyupHandler",
29934
- "privacy": "public",
29856
+ "name": "configureAnalytics"
29857
+ },
29858
+ {
29859
+ "kind": "method",
29860
+ "name": "configureRoutePermittedChecks"
29861
+ },
29862
+ {
29863
+ "kind": "method",
29864
+ "name": "configureFallbackRouteDefinition"
29865
+ },
29866
+ {
29867
+ "kind": "method",
29868
+ "name": "navigationPhaseLoginRedirect",
29935
29869
  "parameters": [
29936
29870
  {
29937
- "name": "e",
29871
+ "name": "phase",
29938
29872
  "type": {
29939
- "text": "KeyboardEvent"
29873
+ "text": "NavigationPhase"
29940
29874
  }
29941
29875
  }
29942
29876
  ]
29943
29877
  },
29944
29878
  {
29945
29879
  "kind": "method",
29946
- "name": "keydownHandler",
29947
- "privacy": "public",
29880
+ "name": "generateRouteFromName",
29948
29881
  "return": {
29949
29882
  "type": {
29950
- "text": "boolean | void"
29883
+ "text": "Promise<string | null>"
29951
29884
  }
29952
29885
  },
29953
29886
  "parameters": [
29954
29887
  {
29955
- "name": "e",
29888
+ "name": "name",
29956
29889
  "type": {
29957
- "text": "Event & KeyboardEvent"
29890
+ "text": "string"
29891
+ }
29892
+ },
29893
+ {
29894
+ "name": "params",
29895
+ "type": {
29896
+ "text": "object"
29958
29897
  }
29959
29898
  }
29960
29899
  ]
29961
29900
  },
29962
29901
  {
29963
29902
  "kind": "method",
29964
- "name": "inputHandler",
29903
+ "name": "navigateTo",
29904
+ "parameters": [
29905
+ {
29906
+ "name": "config",
29907
+ "type": {
29908
+ "text": "NavigateToConfig"
29909
+ }
29910
+ }
29911
+ ]
29912
+ },
29913
+ {
29914
+ "kind": "method",
29915
+ "name": "generateNavigationPath",
29965
29916
  "return": {
29966
29917
  "type": {
29967
- "text": "boolean | void"
29918
+ "text": "string"
29968
29919
  }
29969
29920
  },
29970
29921
  "parameters": [
29971
29922
  {
29972
- "name": "e",
29923
+ "name": "path",
29973
29924
  "type": {
29974
- "text": "InputEvent"
29925
+ "text": "string"
29926
+ }
29927
+ },
29928
+ {
29929
+ "name": "params",
29930
+ "optional": true,
29931
+ "type": {
29932
+ "text": "object"
29975
29933
  }
29976
29934
  }
29977
29935
  ]
29978
29936
  },
29979
29937
  {
29980
29938
  "kind": "method",
29981
- "name": "openChanged"
29982
- },
29983
- {
29984
- "kind": "field",
29985
- "name": "autocomplete",
29986
- "type": {
29987
- "text": "ComboboxAutocomplete | undefined"
29988
- },
29989
- "description": "The autocomplete attribute.",
29990
- "privacy": "public",
29991
- "inheritedFrom": {
29992
- "name": "Combobox",
29993
- "module": "src/combobox/combobox.ts"
29994
- }
29995
- },
29996
- {
29997
- "kind": "field",
29998
- "name": "filteredOptions",
29999
- "type": {
30000
- "text": "ListboxOption[]"
30001
- },
30002
- "privacy": "public",
30003
- "default": "[]",
30004
- "description": "The collection of currently filtered options.",
30005
- "inheritedFrom": {
30006
- "name": "Combobox",
30007
- "module": "src/combobox/combobox.ts"
30008
- }
29939
+ "name": "getNavigationPathBasename"
30009
29940
  },
30010
29941
  {
30011
29942
  "kind": "method",
30012
- "name": "validate",
30013
- "privacy": "public",
29943
+ "name": "construct",
30014
29944
  "return": {
30015
29945
  "type": {
30016
- "text": "void"
29946
+ "text": "T"
30017
29947
  }
30018
29948
  },
30019
- "description": "{@inheritDoc (FormAssociated:interface).validate}",
30020
- "inheritedFrom": {
30021
- "name": "Combobox",
30022
- "module": "src/combobox/combobox.ts"
30023
- }
30024
- },
30025
- {
30026
- "kind": "field",
30027
- "name": "isAutocompleteInline",
30028
- "type": {
30029
- "text": "boolean"
30030
- },
30031
- "privacy": "private",
30032
- "inheritedFrom": {
30033
- "name": "Combobox",
30034
- "module": "src/combobox/combobox.ts"
30035
- }
30036
- },
29949
+ "parameters": [
29950
+ {
29951
+ "name": "Type",
29952
+ "type": {
29953
+ "text": "Constructable<T>"
29954
+ }
29955
+ }
29956
+ ]
29957
+ }
29958
+ ],
29959
+ "superclass": {
29960
+ "name": "RouterConfiguration",
29961
+ "package": "@microsoft/fast-router"
29962
+ }
29963
+ }
29964
+ ],
29965
+ "exports": [
29966
+ {
29967
+ "kind": "js",
29968
+ "name": "FoundationRouterConfiguration",
29969
+ "declaration": {
29970
+ "name": "FoundationRouterConfiguration",
29971
+ "module": "src/router/configuration.ts"
29972
+ }
29973
+ }
29974
+ ]
29975
+ },
29976
+ {
29977
+ "kind": "javascript-module",
29978
+ "path": "src/router/events.ts",
29979
+ "declarations": [
29980
+ {
29981
+ "kind": "variable",
29982
+ "name": "NavigateToEventType",
29983
+ "type": {
29984
+ "text": "string"
29985
+ },
29986
+ "default": "'navigate-to'"
29987
+ },
29988
+ {
29989
+ "kind": "variable",
29990
+ "name": "GenerateNavigationPathEventType",
29991
+ "type": {
29992
+ "text": "string"
29993
+ },
29994
+ "default": "'generate-navigation-path'"
29995
+ }
29996
+ ],
29997
+ "exports": [
29998
+ {
29999
+ "kind": "js",
30000
+ "name": "NavigateToEventType",
30001
+ "declaration": {
30002
+ "name": "NavigateToEventType",
30003
+ "module": "src/router/events.ts"
30004
+ }
30005
+ },
30006
+ {
30007
+ "kind": "js",
30008
+ "name": "GenerateNavigationPathEventType",
30009
+ "declaration": {
30010
+ "name": "GenerateNavigationPathEventType",
30011
+ "module": "src/router/events.ts"
30012
+ }
30013
+ }
30014
+ ]
30015
+ },
30016
+ {
30017
+ "kind": "javascript-module",
30018
+ "path": "src/router/foundation-router.ts",
30019
+ "declarations": [
30020
+ {
30021
+ "kind": "class",
30022
+ "description": "",
30023
+ "name": "FoundationRouter",
30024
+ "members": [
30037
30025
  {
30038
30026
  "kind": "field",
30039
- "name": "isAutocompleteList",
30040
- "type": {
30041
- "text": "boolean"
30042
- },
30043
- "privacy": "private",
30044
- "inheritedFrom": {
30045
- "name": "Combobox",
30046
- "module": "src/combobox/combobox.ts"
30047
- }
30027
+ "name": "logger",
30028
+ "default": "routerLogger"
30048
30029
  },
30049
30030
  {
30050
30031
  "kind": "field",
30051
- "name": "isAutocompleteBoth",
30032
+ "name": "config",
30052
30033
  "type": {
30053
- "text": "boolean"
30054
- },
30055
- "privacy": "private",
30056
- "inheritedFrom": {
30057
- "name": "Combobox",
30058
- "module": "src/combobox/combobox.ts"
30034
+ "text": "FoundationRouterConfiguration | null"
30059
30035
  }
30060
30036
  },
30061
30037
  {
30062
30038
  "kind": "field",
30063
- "name": "open",
30039
+ "name": "router",
30064
30040
  "type": {
30065
- "text": "boolean"
30041
+ "text": "Router"
30066
30042
  },
30067
- "privacy": "public",
30068
- "default": "false",
30069
- "description": "The open attribute.",
30070
- "inheritedFrom": {
30071
- "name": "Combobox",
30072
- "module": "src/combobox/combobox.ts"
30073
- }
30043
+ "readonly": true
30074
30044
  },
30075
30045
  {
30076
- "kind": "field",
30077
- "name": "options",
30078
- "type": {
30079
- "text": "ListboxOption[]"
30080
- },
30081
- "privacy": "public",
30082
- "description": "The list of options.",
30083
- "inheritedFrom": {
30084
- "name": "Combobox",
30085
- "module": "src/combobox/combobox.ts"
30086
- }
30046
+ "kind": "method",
30047
+ "name": "addEventListeners",
30048
+ "privacy": "protected"
30087
30049
  },
30088
30050
  {
30089
- "kind": "field",
30090
- "name": "placeholder",
30091
- "type": {
30092
- "text": "string"
30093
- },
30094
- "privacy": "public",
30095
- "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
30096
- "inheritedFrom": {
30097
- "name": "Combobox",
30098
- "module": "src/combobox/combobox.ts"
30099
- }
30051
+ "kind": "method",
30052
+ "name": "removeEventListeners",
30053
+ "privacy": "protected"
30100
30054
  },
30101
30055
  {
30102
30056
  "kind": "field",
30103
- "name": "positionAttribute",
30104
- "type": {
30105
- "text": "SelectPosition | undefined"
30106
- },
30107
- "privacy": "public",
30108
- "description": "The placement for the listbox when the combobox is open.",
30109
- "inheritedFrom": {
30110
- "name": "Combobox",
30111
- "module": "src/combobox/combobox.ts"
30112
- }
30057
+ "name": "onNavigateTo",
30058
+ "privacy": "protected"
30113
30059
  },
30114
30060
  {
30115
30061
  "kind": "field",
30116
- "name": "position",
30062
+ "name": "onGenerateNavigationPath",
30063
+ "privacy": "protected"
30064
+ }
30065
+ ],
30066
+ "superclass": {
30067
+ "name": "<local>_undefined",
30068
+ "module": "src/router/foundation-router.ts"
30069
+ }
30070
+ }
30071
+ ],
30072
+ "exports": [
30073
+ {
30074
+ "kind": "js",
30075
+ "name": "FoundationRouter",
30076
+ "declaration": {
30077
+ "name": "FoundationRouter",
30078
+ "module": "src/router/foundation-router.ts"
30079
+ }
30080
+ },
30081
+ {
30082
+ "kind": "custom-element-definition",
30083
+ "name": "foundation-router",
30084
+ "declaration": {
30085
+ "name": "FoundationRouter",
30086
+ "module": "src/router/foundation-router.ts"
30087
+ }
30088
+ }
30089
+ ]
30090
+ },
30091
+ {
30092
+ "kind": "javascript-module",
30093
+ "path": "src/router/index.ts",
30094
+ "declarations": [],
30095
+ "exports": [
30096
+ {
30097
+ "kind": "js",
30098
+ "name": "*",
30099
+ "declaration": {
30100
+ "name": "*",
30101
+ "package": "./configuration"
30102
+ }
30103
+ },
30104
+ {
30105
+ "kind": "js",
30106
+ "name": "*",
30107
+ "declaration": {
30108
+ "name": "*",
30109
+ "package": "./events"
30110
+ }
30111
+ },
30112
+ {
30113
+ "kind": "js",
30114
+ "name": "*",
30115
+ "declaration": {
30116
+ "name": "*",
30117
+ "package": "./foundation-router"
30118
+ }
30119
+ },
30120
+ {
30121
+ "kind": "js",
30122
+ "name": "*",
30123
+ "declaration": {
30124
+ "name": "*",
30125
+ "package": "./logger"
30126
+ }
30127
+ },
30128
+ {
30129
+ "kind": "js",
30130
+ "name": "*",
30131
+ "declaration": {
30132
+ "name": "*",
30133
+ "package": "./navigation"
30134
+ }
30135
+ },
30136
+ {
30137
+ "kind": "js",
30138
+ "name": "*",
30139
+ "declaration": {
30140
+ "name": "*",
30141
+ "package": "./navItems"
30142
+ }
30143
+ },
30144
+ {
30145
+ "kind": "js",
30146
+ "name": "*",
30147
+ "declaration": {
30148
+ "name": "*",
30149
+ "package": "./router"
30150
+ }
30151
+ },
30152
+ {
30153
+ "kind": "js",
30154
+ "name": "*",
30155
+ "declaration": {
30156
+ "name": "*",
30157
+ "package": "./routes"
30158
+ }
30159
+ },
30160
+ {
30161
+ "kind": "js",
30162
+ "name": "*",
30163
+ "declaration": {
30164
+ "name": "*",
30165
+ "package": "./types"
30166
+ }
30167
+ },
30168
+ {
30169
+ "kind": "js",
30170
+ "name": "*",
30171
+ "declaration": {
30172
+ "name": "*",
30173
+ "package": "./utils"
30174
+ }
30175
+ }
30176
+ ]
30177
+ },
30178
+ {
30179
+ "kind": "javascript-module",
30180
+ "path": "src/router/logger.ts",
30181
+ "declarations": [
30182
+ {
30183
+ "kind": "variable",
30184
+ "name": "routerLogger"
30185
+ }
30186
+ ],
30187
+ "exports": [
30188
+ {
30189
+ "kind": "js",
30190
+ "name": "routerLogger",
30191
+ "declaration": {
30192
+ "name": "routerLogger",
30193
+ "module": "src/router/logger.ts"
30194
+ }
30195
+ }
30196
+ ]
30197
+ },
30198
+ {
30199
+ "kind": "javascript-module",
30200
+ "path": "src/router/navItems.ts",
30201
+ "declarations": [
30202
+ {
30203
+ "kind": "function",
30204
+ "name": "defaultNavItemPredicate",
30205
+ "parameters": [
30206
+ {
30207
+ "name": "item",
30208
+ "type": {
30209
+ "text": "FoundationRouteNavItem"
30210
+ }
30211
+ }
30212
+ ]
30213
+ },
30214
+ {
30215
+ "kind": "variable",
30216
+ "name": "defaultPlacementIndexPadding",
30217
+ "type": {
30218
+ "text": "number"
30219
+ },
30220
+ "default": "10"
30221
+ },
30222
+ {
30223
+ "kind": "function",
30224
+ "name": "getNavItems",
30225
+ "return": {
30226
+ "type": {
30227
+ "text": "FoundationRouteNavItem[]"
30228
+ }
30229
+ },
30230
+ "parameters": [
30231
+ {
30232
+ "name": "routes",
30233
+ "type": {
30234
+ "text": "Pick<FoundationRoute, 'navItems' | 'name' | 'path'>[]"
30235
+ }
30236
+ },
30237
+ {
30238
+ "name": "predicate",
30239
+ "default": "defaultNavItemPredicate"
30240
+ },
30241
+ {
30242
+ "name": "placementIndexPadding",
30243
+ "default": "defaultPlacementIndexPadding"
30244
+ }
30245
+ ],
30246
+ "description": "Get navigation items from routes."
30247
+ }
30248
+ ],
30249
+ "exports": [
30250
+ {
30251
+ "kind": "js",
30252
+ "name": "defaultNavItemPredicate",
30253
+ "declaration": {
30254
+ "name": "defaultNavItemPredicate",
30255
+ "module": "src/router/navItems.ts"
30256
+ }
30257
+ },
30258
+ {
30259
+ "kind": "js",
30260
+ "name": "defaultPlacementIndexPadding",
30261
+ "declaration": {
30262
+ "name": "defaultPlacementIndexPadding",
30263
+ "module": "src/router/navItems.ts"
30264
+ }
30265
+ },
30266
+ {
30267
+ "kind": "js",
30268
+ "name": "getNavItems",
30269
+ "declaration": {
30270
+ "name": "getNavItems",
30271
+ "module": "src/router/navItems.ts"
30272
+ }
30273
+ }
30274
+ ]
30275
+ },
30276
+ {
30277
+ "kind": "javascript-module",
30278
+ "path": "src/router/navigation.ts",
30279
+ "declarations": [
30280
+ {
30281
+ "kind": "variable",
30282
+ "name": "FoundationRouteNav"
30283
+ }
30284
+ ],
30285
+ "exports": [
30286
+ {
30287
+ "kind": "js",
30288
+ "name": "FoundationRouteNav",
30289
+ "declaration": {
30290
+ "name": "FoundationRouteNav",
30291
+ "module": "src/router/navigation.ts"
30292
+ }
30293
+ }
30294
+ ]
30295
+ },
30296
+ {
30297
+ "kind": "javascript-module",
30298
+ "path": "src/router/router.ts",
30299
+ "declarations": [
30300
+ {
30301
+ "kind": "variable",
30302
+ "name": "routerProperty",
30303
+ "type": {
30304
+ "text": "string"
30305
+ },
30306
+ "default": "'$router'"
30307
+ },
30308
+ {
30309
+ "kind": "variable",
30310
+ "name": "Router"
30311
+ },
30312
+ {
30313
+ "kind": "class",
30314
+ "description": "",
30315
+ "name": "DefaultRouter",
30316
+ "superclass": {
30317
+ "name": "DefaultFASTRouter",
30318
+ "package": "@microsoft/fast-router"
30319
+ }
30320
+ }
30321
+ ],
30322
+ "exports": [
30323
+ {
30324
+ "kind": "js",
30325
+ "name": "routerProperty",
30326
+ "declaration": {
30327
+ "name": "routerProperty",
30328
+ "module": "src/router/router.ts"
30329
+ }
30330
+ },
30331
+ {
30332
+ "kind": "js",
30333
+ "name": "Router",
30334
+ "declaration": {
30335
+ "name": "Router",
30336
+ "module": "src/router/router.ts"
30337
+ }
30338
+ },
30339
+ {
30340
+ "kind": "js",
30341
+ "name": "DefaultRouter",
30342
+ "declaration": {
30343
+ "name": "DefaultRouter",
30344
+ "module": "src/router/router.ts"
30345
+ }
30346
+ }
30347
+ ]
30348
+ },
30349
+ {
30350
+ "kind": "javascript-module",
30351
+ "path": "src/router/routes.ts",
30352
+ "declarations": [
30353
+ {
30354
+ "kind": "class",
30355
+ "description": "",
30356
+ "name": "FoundationRouteCollection",
30357
+ "members": [
30358
+ {
30359
+ "kind": "field",
30360
+ "name": "definitions",
30361
+ "type": {
30362
+ "text": "FoundationRoute<TSettings>[]"
30363
+ },
30364
+ "default": "[]"
30365
+ },
30366
+ {
30367
+ "kind": "method",
30368
+ "name": "map",
30369
+ "parameters": [
30370
+ {
30371
+ "name": "routes",
30372
+ "type": {
30373
+ "text": "FoundationRoute<TSettings>[]"
30374
+ }
30375
+ }
30376
+ ]
30377
+ }
30378
+ ],
30379
+ "superclass": {
30380
+ "name": "RouteCollection",
30381
+ "package": "@microsoft/fast-router"
30382
+ }
30383
+ }
30384
+ ],
30385
+ "exports": [
30386
+ {
30387
+ "kind": "js",
30388
+ "name": "FoundationRouteCollection",
30389
+ "declaration": {
30390
+ "name": "FoundationRouteCollection",
30391
+ "module": "src/router/routes.ts"
30392
+ }
30393
+ }
30394
+ ]
30395
+ },
30396
+ {
30397
+ "kind": "javascript-module",
30398
+ "path": "src/router/types.ts",
30399
+ "declarations": [],
30400
+ "exports": []
30401
+ },
30402
+ {
30403
+ "kind": "javascript-module",
30404
+ "path": "src/router/utils.ts",
30405
+ "declarations": [
30406
+ {
30407
+ "kind": "function",
30408
+ "name": "isAbsoluteUrl",
30409
+ "return": {
30410
+ "type": {
30411
+ "text": "boolean"
30412
+ }
30413
+ },
30414
+ "parameters": [
30415
+ {
30416
+ "name": "url",
30417
+ "type": {
30418
+ "text": "string"
30419
+ }
30420
+ }
30421
+ ]
30422
+ },
30423
+ {
30424
+ "kind": "function",
30425
+ "name": "findRouter",
30426
+ "return": {
30427
+ "type": {
30428
+ "text": "Router | null"
30429
+ }
30430
+ },
30431
+ "parameters": [
30432
+ {
30433
+ "name": "relativeTo",
30434
+ "type": {
30435
+ "text": "HTMLElement | Router"
30436
+ }
30437
+ }
30438
+ ]
30439
+ },
30440
+ {
30441
+ "kind": "function",
30442
+ "name": "findParentRouter",
30443
+ "return": {
30444
+ "type": {
30445
+ "text": "Router | null"
30446
+ }
30447
+ },
30448
+ "parameters": [
30449
+ {
30450
+ "name": "relativeTo",
30451
+ "type": {
30452
+ "text": "HTMLElement | Router"
30453
+ }
30454
+ }
30455
+ ]
30456
+ },
30457
+ {
30458
+ "kind": "function",
30459
+ "name": "findTopLevelRouter",
30460
+ "return": {
30461
+ "type": {
30462
+ "text": "Router | null"
30463
+ }
30464
+ },
30465
+ "parameters": [
30466
+ {
30467
+ "name": "relativeTo",
30468
+ "type": {
30469
+ "text": "HTMLElement | Router"
30470
+ }
30471
+ }
30472
+ ]
30473
+ },
30474
+ {
30475
+ "kind": "function",
30476
+ "name": "pathJoin",
30477
+ "parameters": [
30478
+ {
30479
+ "name": "parts",
30480
+ "type": {
30481
+ "text": "string[]"
30482
+ }
30483
+ },
30484
+ {
30485
+ "name": "separator",
30486
+ "default": "'/'"
30487
+ },
30488
+ {
30489
+ "name": "allowTrailingSeparator",
30490
+ "default": "false"
30491
+ }
30492
+ ]
30493
+ },
30494
+ {
30495
+ "kind": "function",
30496
+ "name": "removeLastPathSegment",
30497
+ "return": {
30498
+ "type": {
30499
+ "text": "string"
30500
+ }
30501
+ },
30502
+ "parameters": [
30503
+ {
30504
+ "name": "path",
30505
+ "type": {
30506
+ "text": "string"
30507
+ }
30508
+ },
30509
+ {
30510
+ "name": "separator",
30511
+ "default": "'/'"
30512
+ }
30513
+ ]
30514
+ },
30515
+ {
30516
+ "kind": "function",
30517
+ "name": "removeChildRouteParameter",
30518
+ "return": {
30519
+ "type": {
30520
+ "text": "string"
30521
+ }
30522
+ },
30523
+ "parameters": [
30524
+ {
30525
+ "name": "path",
30526
+ "type": {
30527
+ "text": "string"
30528
+ }
30529
+ }
30530
+ ]
30531
+ }
30532
+ ],
30533
+ "exports": [
30534
+ {
30535
+ "kind": "js",
30536
+ "name": "isAbsoluteUrl",
30537
+ "declaration": {
30538
+ "name": "isAbsoluteUrl",
30539
+ "module": "src/router/utils.ts"
30540
+ }
30541
+ },
30542
+ {
30543
+ "kind": "js",
30544
+ "name": "findRouter",
30545
+ "declaration": {
30546
+ "name": "findRouter",
30547
+ "module": "src/router/utils.ts"
30548
+ }
30549
+ },
30550
+ {
30551
+ "kind": "js",
30552
+ "name": "findParentRouter",
30553
+ "declaration": {
30554
+ "name": "findParentRouter",
30555
+ "module": "src/router/utils.ts"
30556
+ }
30557
+ },
30558
+ {
30559
+ "kind": "js",
30560
+ "name": "findTopLevelRouter",
30561
+ "declaration": {
30562
+ "name": "findTopLevelRouter",
30563
+ "module": "src/router/utils.ts"
30564
+ }
30565
+ },
30566
+ {
30567
+ "kind": "js",
30568
+ "name": "pathJoin",
30569
+ "declaration": {
30570
+ "name": "pathJoin",
30571
+ "module": "src/router/utils.ts"
30572
+ }
30573
+ },
30574
+ {
30575
+ "kind": "js",
30576
+ "name": "removeLastPathSegment",
30577
+ "declaration": {
30578
+ "name": "removeLastPathSegment",
30579
+ "module": "src/router/utils.ts"
30580
+ }
30581
+ },
30582
+ {
30583
+ "kind": "js",
30584
+ "name": "removeChildRouteParameter",
30585
+ "declaration": {
30586
+ "name": "removeChildRouteParameter",
30587
+ "module": "src/router/utils.ts"
30588
+ }
30589
+ }
30590
+ ]
30591
+ },
30592
+ {
30593
+ "kind": "javascript-module",
30594
+ "path": "src/search-bar/index.ts",
30595
+ "declarations": [],
30596
+ "exports": [
30597
+ {
30598
+ "kind": "js",
30599
+ "name": "*",
30600
+ "declaration": {
30601
+ "name": "*",
30602
+ "package": "./search-bar"
30603
+ }
30604
+ },
30605
+ {
30606
+ "kind": "js",
30607
+ "name": "*",
30608
+ "declaration": {
30609
+ "name": "*",
30610
+ "package": "./search-bar.styles"
30611
+ }
30612
+ },
30613
+ {
30614
+ "kind": "js",
30615
+ "name": "*",
30616
+ "declaration": {
30617
+ "name": "*",
30618
+ "package": "./search-bar.template"
30619
+ }
30620
+ },
30621
+ {
30622
+ "kind": "js",
30623
+ "name": "*",
30624
+ "declaration": {
30625
+ "name": "*",
30626
+ "package": "./search-bar.types"
30627
+ }
30628
+ },
30629
+ {
30630
+ "kind": "js",
30631
+ "name": "*",
30632
+ "declaration": {
30633
+ "name": "*",
30634
+ "package": "./search-bar-combobox"
30635
+ }
30636
+ },
30637
+ {
30638
+ "kind": "js",
30639
+ "name": "*",
30640
+ "declaration": {
30641
+ "name": "*",
30642
+ "package": "./search-bar-combobox.styles"
30643
+ }
30644
+ },
30645
+ {
30646
+ "kind": "js",
30647
+ "name": "*",
30648
+ "declaration": {
30649
+ "name": "*",
30650
+ "package": "./search-bar-combobox.template"
30651
+ }
30652
+ }
30653
+ ]
30654
+ },
30655
+ {
30656
+ "kind": "javascript-module",
30657
+ "path": "src/search-bar/search-bar-combobox.styles.ts",
30658
+ "declarations": [
30659
+ {
30660
+ "kind": "function",
30661
+ "name": "foundationSearchBarComboboxStyles",
30662
+ "return": {
30663
+ "type": {
30664
+ "text": "ElementStyles"
30665
+ }
30666
+ },
30667
+ "parameters": [
30668
+ {
30669
+ "name": "context",
30670
+ "type": {
30671
+ "text": "ElementDefinitionContext"
30672
+ }
30673
+ },
30674
+ {
30675
+ "name": "definition",
30676
+ "type": {
30677
+ "text": "FoundationElementDefinition"
30678
+ }
30679
+ }
30680
+ ]
30681
+ }
30682
+ ],
30683
+ "exports": [
30684
+ {
30685
+ "kind": "js",
30686
+ "name": "foundationSearchBarComboboxStyles",
30687
+ "declaration": {
30688
+ "name": "foundationSearchBarComboboxStyles",
30689
+ "module": "src/search-bar/search-bar-combobox.styles.ts"
30690
+ }
30691
+ }
30692
+ ]
30693
+ },
30694
+ {
30695
+ "kind": "javascript-module",
30696
+ "path": "src/search-bar/search-bar-combobox.template.ts",
30697
+ "declarations": [
30698
+ {
30699
+ "kind": "function",
30700
+ "name": "foundationSearchBarComboboxTemplate",
30701
+ "return": {
30702
+ "type": {
30703
+ "text": "ViewTemplate<SearchBarCombobox>"
30704
+ }
30705
+ },
30706
+ "parameters": [
30707
+ {
30708
+ "name": "context",
30709
+ "type": {
30710
+ "text": "ElementDefinitionContext"
30711
+ }
30712
+ },
30713
+ {
30714
+ "name": "definition",
30715
+ "type": {
30716
+ "text": "ComboboxOptions"
30717
+ }
30718
+ }
30719
+ ]
30720
+ }
30721
+ ],
30722
+ "exports": [
30723
+ {
30724
+ "kind": "js",
30725
+ "name": "foundationSearchBarComboboxTemplate",
30726
+ "declaration": {
30727
+ "name": "foundationSearchBarComboboxTemplate",
30728
+ "module": "src/search-bar/search-bar-combobox.template.ts"
30729
+ }
30730
+ }
30731
+ ]
30732
+ },
30733
+ {
30734
+ "kind": "javascript-module",
30735
+ "path": "src/search-bar/search-bar-combobox.ts",
30736
+ "declarations": [
30737
+ {
30738
+ "kind": "class",
30739
+ "description": "",
30740
+ "name": "SearchBarCombobox",
30741
+ "members": [
30742
+ {
30743
+ "kind": "field",
30744
+ "name": "minlength",
30745
+ "type": {
30746
+ "text": "number"
30747
+ },
30748
+ "default": "COMBO_INPUT_MIN_LENGTH"
30749
+ },
30750
+ {
30751
+ "kind": "field",
30752
+ "name": "previousLength",
30753
+ "type": {
30754
+ "text": "number"
30755
+ },
30756
+ "privacy": "private",
30757
+ "default": "-1"
30758
+ },
30759
+ {
30760
+ "kind": "field",
30761
+ "name": "changeListener",
30762
+ "privacy": "private"
30763
+ },
30764
+ {
30765
+ "kind": "method",
30766
+ "name": "clickHandler",
30767
+ "return": {
30768
+ "type": {
30769
+ "text": "boolean | void"
30770
+ }
30771
+ },
30772
+ "parameters": [
30773
+ {
30774
+ "name": "e",
30775
+ "type": {
30776
+ "text": "any"
30777
+ }
30778
+ }
30779
+ ]
30780
+ },
30781
+ {
30782
+ "kind": "method",
30783
+ "name": "keyupHandler",
30784
+ "privacy": "public",
30785
+ "parameters": [
30786
+ {
30787
+ "name": "e",
30788
+ "type": {
30789
+ "text": "KeyboardEvent"
30790
+ }
30791
+ }
30792
+ ]
30793
+ },
30794
+ {
30795
+ "kind": "method",
30796
+ "name": "keydownHandler",
30797
+ "privacy": "public",
30798
+ "return": {
30799
+ "type": {
30800
+ "text": "boolean | void"
30801
+ }
30802
+ },
30803
+ "parameters": [
30804
+ {
30805
+ "name": "e",
30806
+ "type": {
30807
+ "text": "Event & KeyboardEvent"
30808
+ }
30809
+ }
30810
+ ]
30811
+ },
30812
+ {
30813
+ "kind": "method",
30814
+ "name": "inputHandler",
30815
+ "return": {
30816
+ "type": {
30817
+ "text": "boolean | void"
30818
+ }
30819
+ },
30820
+ "parameters": [
30821
+ {
30822
+ "name": "e",
30823
+ "type": {
30824
+ "text": "InputEvent"
30825
+ }
30826
+ }
30827
+ ]
30828
+ },
30829
+ {
30830
+ "kind": "method",
30831
+ "name": "openChanged"
30832
+ },
30833
+ {
30834
+ "kind": "field",
30835
+ "name": "autocomplete",
30836
+ "type": {
30837
+ "text": "ComboboxAutocomplete | undefined"
30838
+ },
30839
+ "description": "The autocomplete attribute.",
30840
+ "privacy": "public",
30841
+ "inheritedFrom": {
30842
+ "name": "Combobox",
30843
+ "module": "src/combobox/combobox.ts"
30844
+ }
30845
+ },
30846
+ {
30847
+ "kind": "field",
30848
+ "name": "filteredOptions",
30849
+ "type": {
30850
+ "text": "ListboxOption[]"
30851
+ },
30852
+ "privacy": "public",
30853
+ "default": "[]",
30854
+ "description": "The collection of currently filtered options.",
30855
+ "inheritedFrom": {
30856
+ "name": "Combobox",
30857
+ "module": "src/combobox/combobox.ts"
30858
+ }
30859
+ },
30860
+ {
30861
+ "kind": "method",
30862
+ "name": "validate",
30863
+ "privacy": "public",
30864
+ "return": {
30865
+ "type": {
30866
+ "text": "void"
30867
+ }
30868
+ },
30869
+ "description": "{@inheritDoc (FormAssociated:interface).validate}",
30870
+ "inheritedFrom": {
30871
+ "name": "Combobox",
30872
+ "module": "src/combobox/combobox.ts"
30873
+ }
30874
+ },
30875
+ {
30876
+ "kind": "field",
30877
+ "name": "isAutocompleteInline",
30878
+ "type": {
30879
+ "text": "boolean"
30880
+ },
30881
+ "privacy": "private",
30882
+ "inheritedFrom": {
30883
+ "name": "Combobox",
30884
+ "module": "src/combobox/combobox.ts"
30885
+ }
30886
+ },
30887
+ {
30888
+ "kind": "field",
30889
+ "name": "isAutocompleteList",
30890
+ "type": {
30891
+ "text": "boolean"
30892
+ },
30893
+ "privacy": "private",
30894
+ "inheritedFrom": {
30895
+ "name": "Combobox",
30896
+ "module": "src/combobox/combobox.ts"
30897
+ }
30898
+ },
30899
+ {
30900
+ "kind": "field",
30901
+ "name": "isAutocompleteBoth",
30902
+ "type": {
30903
+ "text": "boolean"
30904
+ },
30905
+ "privacy": "private",
30906
+ "inheritedFrom": {
30907
+ "name": "Combobox",
30908
+ "module": "src/combobox/combobox.ts"
30909
+ }
30910
+ },
30911
+ {
30912
+ "kind": "field",
30913
+ "name": "open",
30914
+ "type": {
30915
+ "text": "boolean"
30916
+ },
30917
+ "privacy": "public",
30918
+ "default": "false",
30919
+ "description": "The open attribute.",
30920
+ "inheritedFrom": {
30921
+ "name": "Combobox",
30922
+ "module": "src/combobox/combobox.ts"
30923
+ }
30924
+ },
30925
+ {
30926
+ "kind": "field",
30927
+ "name": "options",
30928
+ "type": {
30929
+ "text": "ListboxOption[]"
30930
+ },
30931
+ "privacy": "public",
30932
+ "description": "The list of options.",
30933
+ "inheritedFrom": {
30934
+ "name": "Combobox",
30935
+ "module": "src/combobox/combobox.ts"
30936
+ }
30937
+ },
30938
+ {
30939
+ "kind": "field",
30940
+ "name": "placeholder",
30941
+ "type": {
30942
+ "text": "string"
30943
+ },
30944
+ "privacy": "public",
30945
+ "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
30946
+ "inheritedFrom": {
30947
+ "name": "Combobox",
30948
+ "module": "src/combobox/combobox.ts"
30949
+ }
30950
+ },
30951
+ {
30952
+ "kind": "field",
30953
+ "name": "positionAttribute",
30954
+ "type": {
30955
+ "text": "SelectPosition | undefined"
30956
+ },
30957
+ "privacy": "public",
30958
+ "description": "The placement for the listbox when the combobox is open.",
30959
+ "inheritedFrom": {
30960
+ "name": "Combobox",
30961
+ "module": "src/combobox/combobox.ts"
30962
+ }
30963
+ },
30964
+ {
30965
+ "kind": "field",
30966
+ "name": "position",
30117
30967
  "type": {
30118
30968
  "text": "SelectPosition | undefined"
30119
30969
  },
@@ -30577,1377 +31427,551 @@
30577
31427
  "declarations": [
30578
31428
  {
30579
31429
  "kind": "variable",
30580
- "name": "foundationSearchBarStyles",
30581
- "default": "css`\n .search-bar-combobox {\n width: 100%;\n min-width: auto;\n }\n\n .padding {\n padding-left: calc(${designUnit} * 1px);\n }\n\n .selected-options {\n display: flex;\n align-items: center;\n overflow: hidden;\n gap: calc(${designUnit} * 1px);\n padding-right: calc(${designUnit} * 1px);\n }\n\n .selected-options:hover {\n overflow-x: overlay;\n }\n\n .selected-options::-webkit-scrollbar {\n height: 7px;\n }\n\n .selected-options::-webkit-scrollbar-thumb {\n border-radius: 10px;\n box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);\n background-color: #484848;\n border: 1px solid #7e7e7e;\n }\n\n .selected-options-divider {\n border-right: calc(var(--stroke-width) * 1px) solid var(--neutral-fill-rest);\n }\n\n .options-button {\n height: fit-content;\n min-width: fit-content;\n }\n\n .label {\n display: block;\n font-size: var(--type-ramp-base-font-size);\n margin: calc(${designUnit} * 2px) 2px;\n }\n\n .label-hidden {\n display: none;\n }\n\n .search-clear-button {\n min-width: 28px;\n min-height: 28px;\n height: 28px;\n margin: 0;\n }\n\n .search-clear-button svg {\n rotate: 45deg;\n }\n\n .search-clear-button::part(control) {\n padding: 0;\n }\n\n .search-clear-button .svg-container {\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .tooltip {\n position: absolute;\n z-index: 999;\n }\n\n .tooltip::part(tooltip) {\n background-color: rgb(18 18 18 / 100%);\n border: 1px solid #2e3339;\n display: flex;\n justify-content: center;\n align-items: center;\n box-shadow: 0 4px 10px rgb(0 0 0 / 25%);\n font-size: 10px;\n color: #f1f1f1;\n height: 26px;\n }\n\n .close-icon {\n color: var(--accent-fill-rest);\n }\n`"
30582
- }
30583
- ],
30584
- "exports": [
30585
- {
30586
- "kind": "js",
30587
- "name": "foundationSearchBarStyles",
30588
- "declaration": {
30589
- "name": "foundationSearchBarStyles",
30590
- "module": "src/search-bar/search-bar.styles.ts"
30591
- }
30592
- }
30593
- ]
30594
- },
30595
- {
30596
- "kind": "javascript-module",
30597
- "path": "src/search-bar/search-bar.template.ts",
30598
- "declarations": [
30599
- {
30600
- "kind": "function",
30601
- "name": "crossIcon",
30602
- "parameters": [
30603
- {
30604
- "name": "slot",
30605
- "default": "'start'"
30606
- }
30607
- ]
30608
- },
30609
- {
30610
- "kind": "function",
30611
- "name": "plusIcon"
30612
- },
30613
- {
30614
- "kind": "function",
30615
- "name": "getPrefixedSearchBar",
30616
- "parameters": [
30617
- {
30618
- "name": "prefix",
30619
- "type": {
30620
- "text": "string"
30621
- }
30622
- }
30623
- ]
30624
- },
30625
- {
30626
- "kind": "variable",
30627
- "name": "foundationSearchBarTemplate",
30628
- "default": "html<SearchBar>`\n ${(x) => getPrefixedSearchBar(getPrefix(x))}\n`"
30629
- }
30630
- ],
30631
- "exports": [
30632
- {
30633
- "kind": "js",
30634
- "name": "crossIcon",
30635
- "declaration": {
30636
- "name": "crossIcon",
30637
- "module": "src/search-bar/search-bar.template.ts"
30638
- }
30639
- },
30640
- {
30641
- "kind": "js",
30642
- "name": "plusIcon",
30643
- "declaration": {
30644
- "name": "plusIcon",
30645
- "module": "src/search-bar/search-bar.template.ts"
30646
- }
30647
- },
30648
- {
30649
- "kind": "js",
30650
- "name": "getPrefixedSearchBar",
30651
- "declaration": {
30652
- "name": "getPrefixedSearchBar",
30653
- "module": "src/search-bar/search-bar.template.ts"
30654
- }
30655
- },
30656
- {
30657
- "kind": "js",
30658
- "name": "foundationSearchBarTemplate",
30659
- "declaration": {
30660
- "name": "foundationSearchBarTemplate",
30661
- "module": "src/search-bar/search-bar.template.ts"
30662
- }
30663
- }
30664
- ]
30665
- },
30666
- {
30667
- "kind": "javascript-module",
30668
- "path": "src/search-bar/search-bar.ts",
30669
- "declarations": [
30670
- {
30671
- "kind": "class",
30672
- "description": "",
30673
- "name": "SearchBar",
30674
- "members": [
30675
- {
30676
- "kind": "field",
30677
- "name": "combobox",
30678
- "type": {
30679
- "text": "SearchBarCombobox"
30680
- },
30681
- "privacy": "public"
30682
- },
30683
- {
30684
- "kind": "field",
30685
- "name": "defaultSlottedNodes"
30686
- },
30687
- {
30688
- "kind": "field",
30689
- "name": "options",
30690
- "type": {
30691
- "text": "AvailableOption[]"
30692
- }
30693
- },
30694
- {
30695
- "kind": "field",
30696
- "name": "searchTerm",
30697
- "type": {
30698
- "text": "string"
30699
- },
30700
- "default": "''"
30701
- },
30702
- {
30703
- "kind": "field",
30704
- "name": "appearance",
30705
- "type": {
30706
- "text": "string"
30707
- },
30708
- "default": "'neutral'"
30709
- },
30710
- {
30711
- "kind": "field",
30712
- "name": "minlength",
30713
- "type": {
30714
- "text": "number"
30715
- },
30716
- "default": "INPUT_MIN_LENGTH"
30717
- },
30718
- {
30719
- "kind": "field",
30720
- "name": "position",
30721
- "type": {
30722
- "text": "Position"
30723
- }
30724
- },
30725
- {
30726
- "kind": "field",
30727
- "name": "placeholder",
30728
- "type": {
30729
- "text": "string"
30730
- },
30731
- "default": "'Start typing to search'"
30732
- },
30733
- {
30734
- "kind": "field",
30735
- "name": "disabled",
30736
- "type": {
30737
- "text": "boolean"
30738
- }
30739
- },
30740
- {
30741
- "kind": "field",
30742
- "name": "loading",
30743
- "type": {
30744
- "text": "boolean"
30745
- }
30746
- },
30747
- {
30748
- "kind": "field",
30749
- "name": "selectedOptions",
30750
- "type": {
30751
- "text": "SelectedOption[]"
30752
- },
30753
- "default": "[]"
30754
- },
30755
- {
30756
- "kind": "field",
30757
- "name": "filteredOptions",
30758
- "type": {
30759
- "text": "AvailableOption[]"
30760
- }
30761
- },
30762
- {
30763
- "kind": "field",
30764
- "name": "selectedOptionsDiv",
30765
- "type": {
30766
- "text": "HTMLDivElement"
30767
- },
30768
- "privacy": "public"
30769
- },
30770
- {
30771
- "kind": "method",
30772
- "name": "clear",
30773
- "privacy": "public"
30774
- },
30775
- {
30776
- "kind": "method",
30777
- "name": "clearSearch",
30778
- "privacy": "public",
30779
- "return": {
30780
- "type": {
30781
- "text": "void"
30782
- }
30783
- }
30784
- },
30785
- {
30786
- "kind": "method",
30787
- "name": "inputdeleted",
30788
- "privacy": "public"
30789
- },
30790
- {
30791
- "kind": "method",
30792
- "name": "changeHandler",
30793
- "privacy": "public"
30794
- },
30795
- {
30796
- "kind": "method",
30797
- "name": "pasteHandler",
30798
- "privacy": "public",
30799
- "parameters": [
30800
- {
30801
- "name": "event",
30802
- "type": {
30803
- "text": "ClipboardEvent"
30804
- }
30805
- }
30806
- ]
30807
- },
30808
- {
30809
- "kind": "method",
30810
- "name": "hasSelectedOption",
30811
- "privacy": "public",
30812
- "parameters": [
30813
- {
30814
- "name": "term",
30815
- "type": {
30816
- "text": "string"
30817
- }
30818
- },
30819
- {
30820
- "name": "field",
30821
- "type": {
30822
- "text": "string"
30823
- }
30824
- }
30825
- ]
30826
- },
30827
- {
30828
- "kind": "method",
30829
- "name": "unselectOption",
30830
- "privacy": "public",
30831
- "parameters": [
30832
- {
30833
- "name": "option",
30834
- "type": {
30835
- "text": "any"
30836
- }
30837
- }
30838
- ]
30839
- },
30840
- {
30841
- "kind": "method",
30842
- "name": "inputHandler",
30843
- "privacy": "public"
30844
- },
30845
- {
30846
- "kind": "method",
30847
- "name": "filterSelectedOptions",
30848
- "privacy": "private",
30849
- "parameters": [
30850
- {
30851
- "name": "term",
30852
- "type": {
30853
- "text": "string"
30854
- }
30855
- }
30856
- ]
30857
- },
30858
- {
30859
- "kind": "field",
30860
- "name": "normalizeDelimiter",
30861
- "privacy": "private"
30862
- },
30863
- {
30864
- "kind": "field",
30865
- "name": "addOrReplaceSelectedText",
30866
- "privacy": "private"
30867
- },
30868
- {
30869
- "kind": "field",
30870
- "name": "_presentation",
30871
- "type": {
30872
- "text": "ComponentPresentation | null | undefined"
30873
- },
30874
- "privacy": "private",
30875
- "default": "void 0",
30876
- "inheritedFrom": {
30877
- "name": "FoundationElement",
30878
- "module": "src/foundation-element/foundation-element.ts"
30879
- }
30880
- },
30881
- {
30882
- "kind": "field",
30883
- "name": "$presentation",
30884
- "type": {
30885
- "text": "ComponentPresentation | null"
30886
- },
30887
- "privacy": "public",
30888
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
30889
- "inheritedFrom": {
30890
- "name": "FoundationElement",
30891
- "module": "src/foundation-element/foundation-element.ts"
30892
- }
30893
- },
30894
- {
30895
- "kind": "field",
30896
- "name": "template",
30897
- "type": {
30898
- "text": "ElementViewTemplate | void | null"
30899
- },
30900
- "privacy": "public",
30901
- "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.",
30902
- "inheritedFrom": {
30903
- "name": "FoundationElement",
30904
- "module": "src/foundation-element/foundation-element.ts"
30905
- }
30906
- },
30907
- {
30908
- "kind": "method",
30909
- "name": "templateChanged",
30910
- "privacy": "protected",
30911
- "return": {
30912
- "type": {
30913
- "text": "void"
30914
- }
30915
- },
30916
- "inheritedFrom": {
30917
- "name": "FoundationElement",
30918
- "module": "src/foundation-element/foundation-element.ts"
30919
- }
30920
- },
30921
- {
30922
- "kind": "field",
30923
- "name": "styles",
30924
- "type": {
30925
- "text": "ElementStyles | void | null"
30926
- },
30927
- "privacy": "public",
30928
- "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.",
30929
- "inheritedFrom": {
30930
- "name": "FoundationElement",
30931
- "module": "src/foundation-element/foundation-element.ts"
30932
- }
30933
- },
30934
- {
30935
- "kind": "method",
30936
- "name": "stylesChanged",
30937
- "privacy": "protected",
30938
- "return": {
30939
- "type": {
30940
- "text": "void"
30941
- }
30942
- },
30943
- "inheritedFrom": {
30944
- "name": "FoundationElement",
30945
- "module": "src/foundation-element/foundation-element.ts"
30946
- }
30947
- },
30948
- {
30949
- "kind": "method",
30950
- "name": "compose",
30951
- "privacy": "public",
30952
- "static": true,
30953
- "return": {
30954
- "type": {
30955
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
30956
- }
30957
- },
30958
- "parameters": [
30959
- {
30960
- "name": "this",
30961
- "type": {
30962
- "text": "K"
30963
- }
30964
- },
30965
- {
30966
- "name": "elementDefinition",
30967
- "type": {
30968
- "text": "T"
30969
- },
30970
- "description": "The definition of the element to create the registry\nfunction for."
30971
- }
30972
- ],
30973
- "description": "Defines an element registry function with a set of element definition defaults.",
30974
- "inheritedFrom": {
30975
- "name": "FoundationElement",
30976
- "module": "src/foundation-element/foundation-element.ts"
30977
- }
30978
- }
30979
- ],
30980
- "attributes": [
30981
- {
30982
- "name": "appearance",
30983
- "type": {
30984
- "text": "string"
30985
- },
30986
- "default": "'neutral'",
30987
- "fieldName": "appearance"
30988
- },
30989
- {
30990
- "name": "minlength",
30991
- "type": {
30992
- "text": "number"
30993
- },
30994
- "default": "INPUT_MIN_LENGTH",
30995
- "resolveInitializer": {
30996
- "module": "/src/search-bar/search-bar.types"
30997
- },
30998
- "fieldName": "minlength"
30999
- },
31000
- {
31001
- "name": "position",
31002
- "type": {
31003
- "text": "Position"
31004
- },
31005
- "fieldName": "position"
31006
- },
31007
- {
31008
- "name": "placeholder",
31009
- "type": {
31010
- "text": "string"
31011
- },
31012
- "default": "'Start typing to search'",
31013
- "fieldName": "placeholder"
31014
- },
31015
- {
31016
- "name": "disabled",
31017
- "type": {
31018
- "text": "boolean"
31019
- },
31020
- "fieldName": "disabled"
31021
- }
31022
- ],
31023
- "superclass": {
31024
- "name": "FoundationElement",
31025
- "package": "@microsoft/fast-foundation"
31026
- },
31027
- "tagName": "%%prefix%%-search-bar",
31028
- "customElement": true
31029
- },
31030
- {
31031
- "kind": "variable",
31032
- "name": "foundationSearchBarShadowOptions",
31033
- "type": {
31034
- "text": "ShadowRootInit"
31035
- },
31036
- "default": "undefined"
31037
- },
31038
- {
31039
- "kind": "variable",
31040
- "name": "defaultSearchBarConfig",
31041
- "type": {
31042
- "text": "object"
31043
- },
31044
- "default": "{}"
31045
- },
31046
- {
31047
- "kind": "variable",
31048
- "name": "foundationSearchBar",
31049
- "description": "The Foundation Search Bar",
31050
- "privacy": "public"
31051
- }
31052
- ],
31053
- "exports": [
31054
- {
31055
- "kind": "js",
31056
- "name": "SearchBar",
31057
- "declaration": {
31058
- "name": "SearchBar",
31059
- "module": "src/search-bar/search-bar.ts"
31060
- }
31061
- },
31062
- {
31063
- "kind": "js",
31064
- "name": "foundationSearchBarShadowOptions",
31065
- "declaration": {
31066
- "name": "foundationSearchBarShadowOptions",
31067
- "module": "src/search-bar/search-bar.ts"
31068
- }
31069
- },
31070
- {
31071
- "kind": "js",
31072
- "name": "defaultSearchBarConfig",
31073
- "declaration": {
31074
- "name": "defaultSearchBarConfig",
31075
- "module": "src/search-bar/search-bar.ts"
31076
- }
31077
- },
31430
+ "name": "foundationSearchBarStyles",
31431
+ "default": "css`\n .search-bar-combobox {\n width: 100%;\n min-width: auto;\n }\n\n .padding {\n padding-left: calc(${designUnit} * 1px);\n }\n\n .selected-options {\n display: flex;\n align-items: center;\n overflow: hidden;\n gap: calc(${designUnit} * 1px);\n padding-right: calc(${designUnit} * 1px);\n }\n\n .selected-options:hover {\n overflow-x: overlay;\n }\n\n .selected-options::-webkit-scrollbar {\n height: 7px;\n }\n\n .selected-options::-webkit-scrollbar-thumb {\n border-radius: 10px;\n box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);\n background-color: #484848;\n border: 1px solid #7e7e7e;\n }\n\n .selected-options-divider {\n border-right: calc(var(--stroke-width) * 1px) solid var(--neutral-fill-rest);\n }\n\n .options-button {\n height: fit-content;\n min-width: fit-content;\n }\n\n .label {\n display: block;\n font-size: var(--type-ramp-base-font-size);\n margin: calc(${designUnit} * 2px) 2px;\n }\n\n .label-hidden {\n display: none;\n }\n\n .search-clear-button {\n min-width: 28px;\n min-height: 28px;\n height: 28px;\n margin: 0;\n }\n\n .search-clear-button svg {\n rotate: 45deg;\n }\n\n .search-clear-button::part(control) {\n padding: 0;\n }\n\n .search-clear-button .svg-container {\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .tooltip {\n position: absolute;\n z-index: 999;\n }\n\n .tooltip::part(tooltip) {\n background-color: rgb(18 18 18 / 100%);\n border: 1px solid #2e3339;\n display: flex;\n justify-content: center;\n align-items: center;\n box-shadow: 0 4px 10px rgb(0 0 0 / 25%);\n font-size: 10px;\n color: #f1f1f1;\n height: 26px;\n }\n\n .close-icon {\n color: var(--accent-fill-rest);\n }\n`"
31432
+ }
31433
+ ],
31434
+ "exports": [
31078
31435
  {
31079
31436
  "kind": "js",
31080
- "name": "foundationSearchBar",
31437
+ "name": "foundationSearchBarStyles",
31081
31438
  "declaration": {
31082
- "name": "foundationSearchBar",
31083
- "module": "src/search-bar/search-bar.ts"
31439
+ "name": "foundationSearchBarStyles",
31440
+ "module": "src/search-bar/search-bar.styles.ts"
31084
31441
  }
31085
31442
  }
31086
31443
  ]
31087
31444
  },
31088
31445
  {
31089
31446
  "kind": "javascript-module",
31090
- "path": "src/search-bar/search-bar.types.ts",
31447
+ "path": "src/search-bar/search-bar.template.ts",
31091
31448
  "declarations": [
31092
31449
  {
31093
- "kind": "variable",
31094
- "name": "SCROLL_TIMEOUT",
31095
- "type": {
31096
- "text": "number"
31097
- },
31098
- "default": "10"
31099
- },
31100
- {
31101
- "kind": "variable",
31102
- "name": "INPUT_MIN_LENGTH",
31103
- "type": {
31104
- "text": "number"
31105
- },
31106
- "default": "3"
31450
+ "kind": "function",
31451
+ "name": "crossIcon",
31452
+ "parameters": [
31453
+ {
31454
+ "name": "slot",
31455
+ "default": "'start'"
31456
+ }
31457
+ ]
31107
31458
  },
31108
31459
  {
31109
- "kind": "variable",
31110
- "name": "COMBO_INPUT_MIN_LENGTH",
31111
- "type": {
31112
- "text": "number"
31113
- },
31114
- "default": "1"
31460
+ "kind": "function",
31461
+ "name": "plusIcon"
31115
31462
  },
31116
31463
  {
31117
31464
  "kind": "function",
31118
- "name": "getCriteriaBuilder",
31465
+ "name": "getPrefixedSearchBar",
31119
31466
  "parameters": [
31120
31467
  {
31121
- "name": "field"
31122
- },
31123
- {
31124
- "name": "term"
31468
+ "name": "prefix",
31469
+ "type": {
31470
+ "text": "string"
31471
+ }
31125
31472
  }
31126
31473
  ]
31474
+ },
31475
+ {
31476
+ "kind": "variable",
31477
+ "name": "foundationSearchBarTemplate",
31478
+ "default": "html<SearchBar>`\n ${(x) => getPrefixedSearchBar(getPrefix(x))}\n`"
31127
31479
  }
31128
31480
  ],
31129
31481
  "exports": [
31130
31482
  {
31131
31483
  "kind": "js",
31132
- "name": "SCROLL_TIMEOUT",
31484
+ "name": "crossIcon",
31133
31485
  "declaration": {
31134
- "name": "SCROLL_TIMEOUT",
31135
- "module": "src/search-bar/search-bar.types.ts"
31486
+ "name": "crossIcon",
31487
+ "module": "src/search-bar/search-bar.template.ts"
31136
31488
  }
31137
31489
  },
31138
31490
  {
31139
31491
  "kind": "js",
31140
- "name": "INPUT_MIN_LENGTH",
31492
+ "name": "plusIcon",
31141
31493
  "declaration": {
31142
- "name": "INPUT_MIN_LENGTH",
31143
- "module": "src/search-bar/search-bar.types.ts"
31494
+ "name": "plusIcon",
31495
+ "module": "src/search-bar/search-bar.template.ts"
31144
31496
  }
31145
31497
  },
31146
31498
  {
31147
31499
  "kind": "js",
31148
- "name": "COMBO_INPUT_MIN_LENGTH",
31500
+ "name": "getPrefixedSearchBar",
31149
31501
  "declaration": {
31150
- "name": "COMBO_INPUT_MIN_LENGTH",
31151
- "module": "src/search-bar/search-bar.types.ts"
31502
+ "name": "getPrefixedSearchBar",
31503
+ "module": "src/search-bar/search-bar.template.ts"
31152
31504
  }
31153
31505
  },
31154
31506
  {
31155
31507
  "kind": "js",
31156
- "name": "getCriteriaBuilder",
31508
+ "name": "foundationSearchBarTemplate",
31157
31509
  "declaration": {
31158
- "name": "getCriteriaBuilder",
31159
- "module": "src/search-bar/search-bar.types.ts"
31510
+ "name": "foundationSearchBarTemplate",
31511
+ "module": "src/search-bar/search-bar.template.ts"
31160
31512
  }
31161
31513
  }
31162
31514
  ]
31163
31515
  },
31164
31516
  {
31165
31517
  "kind": "javascript-module",
31166
- "path": "src/router/configuration.ts",
31518
+ "path": "src/search-bar/search-bar.ts",
31167
31519
  "declarations": [
31168
31520
  {
31169
31521
  "kind": "class",
31170
31522
  "description": "",
31171
- "name": "FoundationRouterConfiguration",
31523
+ "name": "SearchBar",
31172
31524
  "members": [
31173
31525
  {
31174
31526
  "kind": "field",
31175
- "name": "container",
31527
+ "name": "combobox",
31176
31528
  "type": {
31177
- "text": "Container"
31529
+ "text": "SearchBarCombobox"
31178
31530
  },
31179
- "privacy": "protected"
31531
+ "privacy": "public"
31180
31532
  },
31181
31533
  {
31182
31534
  "kind": "field",
31183
- "name": "analytics",
31184
- "type": {
31185
- "text": "FoundationAnalytics"
31186
- },
31187
- "privacy": "protected"
31535
+ "name": "defaultSlottedNodes"
31188
31536
  },
31189
31537
  {
31190
31538
  "kind": "field",
31191
- "name": "user",
31539
+ "name": "options",
31192
31540
  "type": {
31193
- "text": "User"
31541
+ "text": "AvailableOption[]"
31194
31542
  }
31195
31543
  },
31196
31544
  {
31197
31545
  "kind": "field",
31198
- "name": "_session",
31546
+ "name": "searchTerm",
31199
31547
  "type": {
31200
- "text": "Session"
31548
+ "text": "string"
31201
31549
  },
31202
- "privacy": "private"
31550
+ "default": "''"
31203
31551
  },
31204
31552
  {
31205
31553
  "kind": "field",
31206
- "name": "logger",
31207
- "default": "routerLogger"
31554
+ "name": "appearance",
31555
+ "type": {
31556
+ "text": "string"
31557
+ },
31558
+ "default": "'neutral'"
31208
31559
  },
31209
31560
  {
31210
31561
  "kind": "field",
31211
- "name": "loginPath",
31562
+ "name": "minlength",
31212
31563
  "type": {
31213
- "text": "string"
31564
+ "text": "number"
31214
31565
  },
31215
- "default": "'login'"
31566
+ "default": "INPUT_MIN_LENGTH"
31216
31567
  },
31217
31568
  {
31218
31569
  "kind": "field",
31219
- "name": "notFoundPath",
31570
+ "name": "position",
31220
31571
  "type": {
31221
- "text": "string"
31222
- },
31223
- "default": "'not-found'"
31572
+ "text": "Position"
31573
+ }
31224
31574
  },
31225
31575
  {
31226
31576
  "kind": "field",
31227
- "name": "notPermittedPath",
31577
+ "name": "placeholder",
31228
31578
  "type": {
31229
31579
  "text": "string"
31230
31580
  },
31231
- "default": "'not-permitted'"
31581
+ "default": "'Start typing to search'"
31232
31582
  },
31233
31583
  {
31234
31584
  "kind": "field",
31235
- "name": "basename",
31585
+ "name": "disabled",
31236
31586
  "type": {
31237
- "text": "string"
31587
+ "text": "boolean"
31588
+ }
31589
+ },
31590
+ {
31591
+ "kind": "field",
31592
+ "name": "loading",
31593
+ "type": {
31594
+ "text": "boolean"
31595
+ }
31596
+ },
31597
+ {
31598
+ "kind": "field",
31599
+ "name": "selectedOptions",
31600
+ "type": {
31601
+ "text": "SelectedOption[]"
31238
31602
  },
31239
- "default": "PUBLIC_PATH"
31603
+ "default": "[]"
31240
31604
  },
31241
31605
  {
31242
31606
  "kind": "field",
31243
- "name": "relativeTo",
31607
+ "name": "filteredOptions",
31244
31608
  "type": {
31245
- "text": "Router"
31609
+ "text": "AvailableOption[]"
31246
31610
  }
31247
31611
  },
31248
31612
  {
31249
31613
  "kind": "field",
31250
- "name": "routes",
31614
+ "name": "selectedOptionsDiv",
31251
31615
  "type": {
31252
- "text": "FoundationRouteCollection<TSettings>"
31616
+ "text": "HTMLDivElement"
31253
31617
  },
31254
- "privacy": "public",
31255
- "readonly": true,
31256
- "default": "new FoundationRouteCollection<TSettings>(this)"
31618
+ "privacy": "public"
31257
31619
  },
31258
31620
  {
31259
31621
  "kind": "method",
31260
- "name": "getNavItems",
31261
- "return": {
31262
- "type": {
31263
- "text": "FoundationRouteNavItem[]"
31264
- }
31265
- },
31266
- "parameters": [
31267
- {
31268
- "name": "predicate",
31269
- "default": "defaultNavItemPredicate",
31270
- "type": {
31271
- "text": "NavItemPredicate"
31272
- }
31273
- }
31274
- ]
31622
+ "name": "clear",
31623
+ "privacy": "public"
31275
31624
  },
31276
31625
  {
31277
31626
  "kind": "method",
31278
- "name": "configureAnalytics"
31627
+ "name": "clearSearch",
31628
+ "privacy": "public",
31629
+ "return": {
31630
+ "type": {
31631
+ "text": "void"
31632
+ }
31633
+ }
31279
31634
  },
31280
31635
  {
31281
31636
  "kind": "method",
31282
- "name": "configureRoutePermittedChecks"
31637
+ "name": "inputdeleted",
31638
+ "privacy": "public"
31283
31639
  },
31284
31640
  {
31285
31641
  "kind": "method",
31286
- "name": "configureFallbackRouteDefinition"
31642
+ "name": "changeHandler",
31643
+ "privacy": "public"
31287
31644
  },
31288
31645
  {
31289
31646
  "kind": "method",
31290
- "name": "navigationPhaseLoginRedirect",
31647
+ "name": "pasteHandler",
31648
+ "privacy": "public",
31291
31649
  "parameters": [
31292
31650
  {
31293
- "name": "phase",
31651
+ "name": "event",
31294
31652
  "type": {
31295
- "text": "NavigationPhase"
31653
+ "text": "ClipboardEvent"
31296
31654
  }
31297
31655
  }
31298
31656
  ]
31299
31657
  },
31300
31658
  {
31301
31659
  "kind": "method",
31302
- "name": "generateRouteFromName",
31303
- "return": {
31304
- "type": {
31305
- "text": "Promise<string | null>"
31306
- }
31307
- },
31660
+ "name": "hasSelectedOption",
31661
+ "privacy": "public",
31308
31662
  "parameters": [
31309
31663
  {
31310
- "name": "name",
31664
+ "name": "term",
31311
31665
  "type": {
31312
31666
  "text": "string"
31313
31667
  }
31314
31668
  },
31315
31669
  {
31316
- "name": "params",
31317
- "type": {
31318
- "text": "object"
31319
- }
31320
- }
31321
- ]
31322
- },
31323
- {
31324
- "kind": "method",
31325
- "name": "navigateTo",
31326
- "parameters": [
31327
- {
31328
- "name": "config",
31670
+ "name": "field",
31329
31671
  "type": {
31330
- "text": "NavigateToConfig"
31672
+ "text": "string"
31331
31673
  }
31332
31674
  }
31333
31675
  ]
31334
31676
  },
31335
31677
  {
31336
31678
  "kind": "method",
31337
- "name": "generateNavigationPath",
31338
- "return": {
31339
- "type": {
31340
- "text": "string"
31341
- }
31342
- },
31679
+ "name": "unselectOption",
31680
+ "privacy": "public",
31343
31681
  "parameters": [
31344
31682
  {
31345
- "name": "path",
31346
- "type": {
31347
- "text": "string"
31348
- }
31349
- },
31350
- {
31351
- "name": "params",
31352
- "optional": true,
31683
+ "name": "option",
31353
31684
  "type": {
31354
- "text": "object"
31685
+ "text": "any"
31355
31686
  }
31356
31687
  }
31357
31688
  ]
31358
31689
  },
31359
31690
  {
31360
31691
  "kind": "method",
31361
- "name": "getNavigationPathBasename"
31692
+ "name": "inputHandler",
31693
+ "privacy": "public"
31362
31694
  },
31363
31695
  {
31364
31696
  "kind": "method",
31365
- "name": "construct",
31366
- "return": {
31367
- "type": {
31368
- "text": "T"
31369
- }
31370
- },
31697
+ "name": "filterSelectedOptions",
31698
+ "privacy": "private",
31371
31699
  "parameters": [
31372
31700
  {
31373
- "name": "Type",
31701
+ "name": "term",
31374
31702
  "type": {
31375
- "text": "Constructable<T>"
31703
+ "text": "string"
31376
31704
  }
31377
31705
  }
31378
- ]
31379
- }
31380
- ],
31381
- "superclass": {
31382
- "name": "RouterConfiguration",
31383
- "package": "@microsoft/fast-router"
31384
- }
31385
- }
31386
- ],
31387
- "exports": [
31388
- {
31389
- "kind": "js",
31390
- "name": "FoundationRouterConfiguration",
31391
- "declaration": {
31392
- "name": "FoundationRouterConfiguration",
31393
- "module": "src/router/configuration.ts"
31394
- }
31395
- }
31396
- ]
31397
- },
31398
- {
31399
- "kind": "javascript-module",
31400
- "path": "src/router/events.ts",
31401
- "declarations": [
31402
- {
31403
- "kind": "variable",
31404
- "name": "NavigateToEventType",
31405
- "type": {
31406
- "text": "string"
31407
- },
31408
- "default": "'navigate-to'"
31409
- },
31410
- {
31411
- "kind": "variable",
31412
- "name": "GenerateNavigationPathEventType",
31413
- "type": {
31414
- "text": "string"
31415
- },
31416
- "default": "'generate-navigation-path'"
31417
- }
31418
- ],
31419
- "exports": [
31420
- {
31421
- "kind": "js",
31422
- "name": "NavigateToEventType",
31423
- "declaration": {
31424
- "name": "NavigateToEventType",
31425
- "module": "src/router/events.ts"
31426
- }
31427
- },
31428
- {
31429
- "kind": "js",
31430
- "name": "GenerateNavigationPathEventType",
31431
- "declaration": {
31432
- "name": "GenerateNavigationPathEventType",
31433
- "module": "src/router/events.ts"
31434
- }
31435
- }
31436
- ]
31437
- },
31438
- {
31439
- "kind": "javascript-module",
31440
- "path": "src/router/foundation-router.ts",
31441
- "declarations": [
31442
- {
31443
- "kind": "class",
31444
- "description": "",
31445
- "name": "FoundationRouter",
31446
- "members": [
31447
- {
31448
- "kind": "field",
31449
- "name": "logger",
31450
- "default": "routerLogger"
31451
- },
31452
- {
31453
- "kind": "field",
31454
- "name": "config",
31455
- "type": {
31456
- "text": "FoundationRouterConfiguration | null"
31457
- }
31458
- },
31459
- {
31460
- "kind": "field",
31461
- "name": "router",
31462
- "type": {
31463
- "text": "Router"
31464
- },
31465
- "readonly": true
31466
- },
31467
- {
31468
- "kind": "method",
31469
- "name": "addEventListeners",
31470
- "privacy": "protected"
31471
- },
31472
- {
31473
- "kind": "method",
31474
- "name": "removeEventListeners",
31475
- "privacy": "protected"
31476
- },
31477
- {
31478
- "kind": "field",
31479
- "name": "onNavigateTo",
31480
- "privacy": "protected"
31481
- },
31482
- {
31483
- "kind": "field",
31484
- "name": "onGenerateNavigationPath",
31485
- "privacy": "protected"
31486
- }
31487
- ],
31488
- "superclass": {
31489
- "name": "<local>_undefined",
31490
- "module": "src/router/foundation-router.ts"
31491
- }
31492
- }
31493
- ],
31494
- "exports": [
31495
- {
31496
- "kind": "js",
31497
- "name": "FoundationRouter",
31498
- "declaration": {
31499
- "name": "FoundationRouter",
31500
- "module": "src/router/foundation-router.ts"
31501
- }
31502
- },
31503
- {
31504
- "kind": "custom-element-definition",
31505
- "name": "foundation-router",
31506
- "declaration": {
31507
- "name": "FoundationRouter",
31508
- "module": "src/router/foundation-router.ts"
31509
- }
31510
- }
31511
- ]
31512
- },
31513
- {
31514
- "kind": "javascript-module",
31515
- "path": "src/router/index.ts",
31516
- "declarations": [],
31517
- "exports": [
31518
- {
31519
- "kind": "js",
31520
- "name": "*",
31521
- "declaration": {
31522
- "name": "*",
31523
- "package": "./configuration"
31524
- }
31525
- },
31526
- {
31527
- "kind": "js",
31528
- "name": "*",
31529
- "declaration": {
31530
- "name": "*",
31531
- "package": "./events"
31532
- }
31533
- },
31534
- {
31535
- "kind": "js",
31536
- "name": "*",
31537
- "declaration": {
31538
- "name": "*",
31539
- "package": "./foundation-router"
31540
- }
31541
- },
31542
- {
31543
- "kind": "js",
31544
- "name": "*",
31545
- "declaration": {
31546
- "name": "*",
31547
- "package": "./logger"
31548
- }
31549
- },
31550
- {
31551
- "kind": "js",
31552
- "name": "*",
31553
- "declaration": {
31554
- "name": "*",
31555
- "package": "./navigation"
31556
- }
31557
- },
31558
- {
31559
- "kind": "js",
31560
- "name": "*",
31561
- "declaration": {
31562
- "name": "*",
31563
- "package": "./navItems"
31564
- }
31565
- },
31566
- {
31567
- "kind": "js",
31568
- "name": "*",
31569
- "declaration": {
31570
- "name": "*",
31571
- "package": "./router"
31572
- }
31573
- },
31574
- {
31575
- "kind": "js",
31576
- "name": "*",
31577
- "declaration": {
31578
- "name": "*",
31579
- "package": "./routes"
31580
- }
31581
- },
31582
- {
31583
- "kind": "js",
31584
- "name": "*",
31585
- "declaration": {
31586
- "name": "*",
31587
- "package": "./types"
31588
- }
31589
- },
31590
- {
31591
- "kind": "js",
31592
- "name": "*",
31593
- "declaration": {
31594
- "name": "*",
31595
- "package": "./utils"
31596
- }
31597
- }
31598
- ]
31599
- },
31600
- {
31601
- "kind": "javascript-module",
31602
- "path": "src/router/logger.ts",
31603
- "declarations": [
31604
- {
31605
- "kind": "variable",
31606
- "name": "routerLogger"
31607
- }
31608
- ],
31609
- "exports": [
31610
- {
31611
- "kind": "js",
31612
- "name": "routerLogger",
31613
- "declaration": {
31614
- "name": "routerLogger",
31615
- "module": "src/router/logger.ts"
31616
- }
31617
- }
31618
- ]
31619
- },
31620
- {
31621
- "kind": "javascript-module",
31622
- "path": "src/router/navItems.ts",
31623
- "declarations": [
31624
- {
31625
- "kind": "function",
31626
- "name": "defaultNavItemPredicate",
31627
- "parameters": [
31706
+ ]
31707
+ },
31628
31708
  {
31629
- "name": "item",
31709
+ "kind": "field",
31710
+ "name": "normalizeDelimiter",
31711
+ "privacy": "private"
31712
+ },
31713
+ {
31714
+ "kind": "field",
31715
+ "name": "addOrReplaceSelectedText",
31716
+ "privacy": "private"
31717
+ },
31718
+ {
31719
+ "kind": "field",
31720
+ "name": "_presentation",
31630
31721
  "type": {
31631
- "text": "FoundationRouteNavItem"
31722
+ "text": "ComponentPresentation | null | undefined"
31723
+ },
31724
+ "privacy": "private",
31725
+ "default": "void 0",
31726
+ "inheritedFrom": {
31727
+ "name": "FoundationElement",
31728
+ "module": "src/foundation-element/foundation-element.ts"
31632
31729
  }
31633
- }
31634
- ]
31635
- },
31636
- {
31637
- "kind": "variable",
31638
- "name": "defaultPlacementIndexPadding",
31639
- "type": {
31640
- "text": "number"
31641
- },
31642
- "default": "10"
31643
- },
31644
- {
31645
- "kind": "function",
31646
- "name": "getNavItems",
31647
- "return": {
31648
- "type": {
31649
- "text": "FoundationRouteNavItem[]"
31650
- }
31651
- },
31652
- "parameters": [
31730
+ },
31653
31731
  {
31654
- "name": "routes",
31732
+ "kind": "field",
31733
+ "name": "$presentation",
31655
31734
  "type": {
31656
- "text": "Pick<FoundationRoute, 'navItems' | 'name' | 'path'>[]"
31735
+ "text": "ComponentPresentation | null"
31736
+ },
31737
+ "privacy": "public",
31738
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
31739
+ "inheritedFrom": {
31740
+ "name": "FoundationElement",
31741
+ "module": "src/foundation-element/foundation-element.ts"
31657
31742
  }
31658
31743
  },
31659
31744
  {
31660
- "name": "predicate",
31661
- "default": "defaultNavItemPredicate"
31745
+ "kind": "field",
31746
+ "name": "template",
31747
+ "type": {
31748
+ "text": "ElementViewTemplate | void | null"
31749
+ },
31750
+ "privacy": "public",
31751
+ "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.",
31752
+ "inheritedFrom": {
31753
+ "name": "FoundationElement",
31754
+ "module": "src/foundation-element/foundation-element.ts"
31755
+ }
31662
31756
  },
31663
31757
  {
31664
- "name": "placementIndexPadding",
31665
- "default": "defaultPlacementIndexPadding"
31758
+ "kind": "method",
31759
+ "name": "templateChanged",
31760
+ "privacy": "protected",
31761
+ "return": {
31762
+ "type": {
31763
+ "text": "void"
31764
+ }
31765
+ },
31766
+ "inheritedFrom": {
31767
+ "name": "FoundationElement",
31768
+ "module": "src/foundation-element/foundation-element.ts"
31769
+ }
31770
+ },
31771
+ {
31772
+ "kind": "field",
31773
+ "name": "styles",
31774
+ "type": {
31775
+ "text": "ElementStyles | void | null"
31776
+ },
31777
+ "privacy": "public",
31778
+ "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.",
31779
+ "inheritedFrom": {
31780
+ "name": "FoundationElement",
31781
+ "module": "src/foundation-element/foundation-element.ts"
31782
+ }
31783
+ },
31784
+ {
31785
+ "kind": "method",
31786
+ "name": "stylesChanged",
31787
+ "privacy": "protected",
31788
+ "return": {
31789
+ "type": {
31790
+ "text": "void"
31791
+ }
31792
+ },
31793
+ "inheritedFrom": {
31794
+ "name": "FoundationElement",
31795
+ "module": "src/foundation-element/foundation-element.ts"
31796
+ }
31797
+ },
31798
+ {
31799
+ "kind": "method",
31800
+ "name": "compose",
31801
+ "privacy": "public",
31802
+ "static": true,
31803
+ "return": {
31804
+ "type": {
31805
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
31806
+ }
31807
+ },
31808
+ "parameters": [
31809
+ {
31810
+ "name": "this",
31811
+ "type": {
31812
+ "text": "K"
31813
+ }
31814
+ },
31815
+ {
31816
+ "name": "elementDefinition",
31817
+ "type": {
31818
+ "text": "T"
31819
+ },
31820
+ "description": "The definition of the element to create the registry\nfunction for."
31821
+ }
31822
+ ],
31823
+ "description": "Defines an element registry function with a set of element definition defaults.",
31824
+ "inheritedFrom": {
31825
+ "name": "FoundationElement",
31826
+ "module": "src/foundation-element/foundation-element.ts"
31827
+ }
31666
31828
  }
31667
31829
  ],
31668
- "description": "Get navigation items from routes."
31669
- }
31670
- ],
31671
- "exports": [
31672
- {
31673
- "kind": "js",
31674
- "name": "defaultNavItemPredicate",
31675
- "declaration": {
31676
- "name": "defaultNavItemPredicate",
31677
- "module": "src/router/navItems.ts"
31678
- }
31679
- },
31680
- {
31681
- "kind": "js",
31682
- "name": "defaultPlacementIndexPadding",
31683
- "declaration": {
31684
- "name": "defaultPlacementIndexPadding",
31685
- "module": "src/router/navItems.ts"
31686
- }
31830
+ "attributes": [
31831
+ {
31832
+ "name": "appearance",
31833
+ "type": {
31834
+ "text": "string"
31835
+ },
31836
+ "default": "'neutral'",
31837
+ "fieldName": "appearance"
31838
+ },
31839
+ {
31840
+ "name": "minlength",
31841
+ "type": {
31842
+ "text": "number"
31843
+ },
31844
+ "default": "INPUT_MIN_LENGTH",
31845
+ "resolveInitializer": {
31846
+ "module": "/src/search-bar/search-bar.types"
31847
+ },
31848
+ "fieldName": "minlength"
31849
+ },
31850
+ {
31851
+ "name": "position",
31852
+ "type": {
31853
+ "text": "Position"
31854
+ },
31855
+ "fieldName": "position"
31856
+ },
31857
+ {
31858
+ "name": "placeholder",
31859
+ "type": {
31860
+ "text": "string"
31861
+ },
31862
+ "default": "'Start typing to search'",
31863
+ "fieldName": "placeholder"
31864
+ },
31865
+ {
31866
+ "name": "disabled",
31867
+ "type": {
31868
+ "text": "boolean"
31869
+ },
31870
+ "fieldName": "disabled"
31871
+ }
31872
+ ],
31873
+ "superclass": {
31874
+ "name": "FoundationElement",
31875
+ "package": "@microsoft/fast-foundation"
31876
+ },
31877
+ "tagName": "%%prefix%%-search-bar",
31878
+ "customElement": true
31687
31879
  },
31688
- {
31689
- "kind": "js",
31690
- "name": "getNavItems",
31691
- "declaration": {
31692
- "name": "getNavItems",
31693
- "module": "src/router/navItems.ts"
31694
- }
31695
- }
31696
- ]
31697
- },
31698
- {
31699
- "kind": "javascript-module",
31700
- "path": "src/router/navigation.ts",
31701
- "declarations": [
31702
- {
31703
- "kind": "variable",
31704
- "name": "FoundationRouteNav"
31705
- }
31706
- ],
31707
- "exports": [
31708
- {
31709
- "kind": "js",
31710
- "name": "FoundationRouteNav",
31711
- "declaration": {
31712
- "name": "FoundationRouteNav",
31713
- "module": "src/router/navigation.ts"
31714
- }
31715
- }
31716
- ]
31717
- },
31718
- {
31719
- "kind": "javascript-module",
31720
- "path": "src/router/router.ts",
31721
- "declarations": [
31722
31880
  {
31723
31881
  "kind": "variable",
31724
- "name": "routerProperty",
31882
+ "name": "foundationSearchBarShadowOptions",
31725
31883
  "type": {
31726
- "text": "string"
31884
+ "text": "ShadowRootInit"
31727
31885
  },
31728
- "default": "'$router'"
31886
+ "default": "undefined"
31729
31887
  },
31730
31888
  {
31731
31889
  "kind": "variable",
31732
- "name": "Router"
31890
+ "name": "defaultSearchBarConfig",
31891
+ "type": {
31892
+ "text": "object"
31893
+ },
31894
+ "default": "{}"
31733
31895
  },
31734
31896
  {
31735
- "kind": "class",
31736
- "description": "",
31737
- "name": "DefaultRouter",
31738
- "superclass": {
31739
- "name": "DefaultFASTRouter",
31740
- "package": "@microsoft/fast-router"
31741
- }
31897
+ "kind": "variable",
31898
+ "name": "foundationSearchBar",
31899
+ "description": "The Foundation Search Bar",
31900
+ "privacy": "public"
31742
31901
  }
31743
31902
  ],
31744
31903
  "exports": [
31745
31904
  {
31746
31905
  "kind": "js",
31747
- "name": "routerProperty",
31906
+ "name": "SearchBar",
31748
31907
  "declaration": {
31749
- "name": "routerProperty",
31750
- "module": "src/router/router.ts"
31908
+ "name": "SearchBar",
31909
+ "module": "src/search-bar/search-bar.ts"
31751
31910
  }
31752
31911
  },
31753
31912
  {
31754
31913
  "kind": "js",
31755
- "name": "Router",
31914
+ "name": "foundationSearchBarShadowOptions",
31756
31915
  "declaration": {
31757
- "name": "Router",
31758
- "module": "src/router/router.ts"
31916
+ "name": "foundationSearchBarShadowOptions",
31917
+ "module": "src/search-bar/search-bar.ts"
31759
31918
  }
31760
31919
  },
31761
31920
  {
31762
31921
  "kind": "js",
31763
- "name": "DefaultRouter",
31922
+ "name": "defaultSearchBarConfig",
31764
31923
  "declaration": {
31765
- "name": "DefaultRouter",
31766
- "module": "src/router/router.ts"
31767
- }
31768
- }
31769
- ]
31770
- },
31771
- {
31772
- "kind": "javascript-module",
31773
- "path": "src/router/routes.ts",
31774
- "declarations": [
31775
- {
31776
- "kind": "class",
31777
- "description": "",
31778
- "name": "FoundationRouteCollection",
31779
- "members": [
31780
- {
31781
- "kind": "field",
31782
- "name": "definitions",
31783
- "type": {
31784
- "text": "FoundationRoute<TSettings>[]"
31785
- },
31786
- "default": "[]"
31787
- },
31788
- {
31789
- "kind": "method",
31790
- "name": "map",
31791
- "parameters": [
31792
- {
31793
- "name": "routes",
31794
- "type": {
31795
- "text": "FoundationRoute<TSettings>[]"
31796
- }
31797
- }
31798
- ]
31799
- }
31800
- ],
31801
- "superclass": {
31802
- "name": "RouteCollection",
31803
- "package": "@microsoft/fast-router"
31924
+ "name": "defaultSearchBarConfig",
31925
+ "module": "src/search-bar/search-bar.ts"
31804
31926
  }
31805
- }
31806
- ],
31807
- "exports": [
31927
+ },
31808
31928
  {
31809
31929
  "kind": "js",
31810
- "name": "FoundationRouteCollection",
31930
+ "name": "foundationSearchBar",
31811
31931
  "declaration": {
31812
- "name": "FoundationRouteCollection",
31813
- "module": "src/router/routes.ts"
31932
+ "name": "foundationSearchBar",
31933
+ "module": "src/search-bar/search-bar.ts"
31814
31934
  }
31815
31935
  }
31816
31936
  ]
31817
31937
  },
31818
31938
  {
31819
31939
  "kind": "javascript-module",
31820
- "path": "src/router/types.ts",
31821
- "declarations": [],
31822
- "exports": []
31823
- },
31824
- {
31825
- "kind": "javascript-module",
31826
- "path": "src/router/utils.ts",
31940
+ "path": "src/search-bar/search-bar.types.ts",
31827
31941
  "declarations": [
31828
31942
  {
31829
- "kind": "function",
31830
- "name": "isAbsoluteUrl",
31831
- "return": {
31832
- "type": {
31833
- "text": "boolean"
31834
- }
31835
- },
31836
- "parameters": [
31837
- {
31838
- "name": "url",
31839
- "type": {
31840
- "text": "string"
31841
- }
31842
- }
31843
- ]
31844
- },
31845
- {
31846
- "kind": "function",
31847
- "name": "findRouter",
31848
- "return": {
31849
- "type": {
31850
- "text": "Router | null"
31851
- }
31943
+ "kind": "variable",
31944
+ "name": "SCROLL_TIMEOUT",
31945
+ "type": {
31946
+ "text": "number"
31852
31947
  },
31853
- "parameters": [
31854
- {
31855
- "name": "relativeTo",
31856
- "type": {
31857
- "text": "HTMLElement | Router"
31858
- }
31859
- }
31860
- ]
31948
+ "default": "10"
31861
31949
  },
31862
31950
  {
31863
- "kind": "function",
31864
- "name": "findParentRouter",
31865
- "return": {
31866
- "type": {
31867
- "text": "Router | null"
31868
- }
31951
+ "kind": "variable",
31952
+ "name": "INPUT_MIN_LENGTH",
31953
+ "type": {
31954
+ "text": "number"
31869
31955
  },
31870
- "parameters": [
31871
- {
31872
- "name": "relativeTo",
31873
- "type": {
31874
- "text": "HTMLElement | Router"
31875
- }
31876
- }
31877
- ]
31956
+ "default": "3"
31878
31957
  },
31879
31958
  {
31880
- "kind": "function",
31881
- "name": "findTopLevelRouter",
31882
- "return": {
31883
- "type": {
31884
- "text": "Router | null"
31885
- }
31959
+ "kind": "variable",
31960
+ "name": "COMBO_INPUT_MIN_LENGTH",
31961
+ "type": {
31962
+ "text": "number"
31886
31963
  },
31887
- "parameters": [
31888
- {
31889
- "name": "relativeTo",
31890
- "type": {
31891
- "text": "HTMLElement | Router"
31892
- }
31893
- }
31894
- ]
31895
- },
31896
- {
31897
- "kind": "function",
31898
- "name": "pathJoin",
31899
- "parameters": [
31900
- {
31901
- "name": "parts",
31902
- "type": {
31903
- "text": "string[]"
31904
- }
31905
- },
31906
- {
31907
- "name": "separator",
31908
- "default": "'/'"
31909
- },
31910
- {
31911
- "name": "allowTrailingSeparator",
31912
- "default": "false"
31913
- }
31914
- ]
31964
+ "default": "1"
31915
31965
  },
31916
31966
  {
31917
31967
  "kind": "function",
31918
- "name": "removeLastPathSegment",
31919
- "return": {
31920
- "type": {
31921
- "text": "string"
31922
- }
31923
- },
31968
+ "name": "getCriteriaBuilder",
31924
31969
  "parameters": [
31925
31970
  {
31926
- "name": "path",
31927
- "type": {
31928
- "text": "string"
31929
- }
31971
+ "name": "field"
31930
31972
  },
31931
31973
  {
31932
- "name": "separator",
31933
- "default": "'/'"
31934
- }
31935
- ]
31936
- },
31937
- {
31938
- "kind": "function",
31939
- "name": "removeChildRouteParameter",
31940
- "return": {
31941
- "type": {
31942
- "text": "string"
31943
- }
31944
- },
31945
- "parameters": [
31946
- {
31947
- "name": "path",
31948
- "type": {
31949
- "text": "string"
31950
- }
31974
+ "name": "term"
31951
31975
  }
31952
31976
  ]
31953
31977
  }
@@ -31955,58 +31979,34 @@
31955
31979
  "exports": [
31956
31980
  {
31957
31981
  "kind": "js",
31958
- "name": "isAbsoluteUrl",
31959
- "declaration": {
31960
- "name": "isAbsoluteUrl",
31961
- "module": "src/router/utils.ts"
31962
- }
31963
- },
31964
- {
31965
- "kind": "js",
31966
- "name": "findRouter",
31967
- "declaration": {
31968
- "name": "findRouter",
31969
- "module": "src/router/utils.ts"
31970
- }
31971
- },
31972
- {
31973
- "kind": "js",
31974
- "name": "findParentRouter",
31975
- "declaration": {
31976
- "name": "findParentRouter",
31977
- "module": "src/router/utils.ts"
31978
- }
31979
- },
31980
- {
31981
- "kind": "js",
31982
- "name": "findTopLevelRouter",
31982
+ "name": "SCROLL_TIMEOUT",
31983
31983
  "declaration": {
31984
- "name": "findTopLevelRouter",
31985
- "module": "src/router/utils.ts"
31984
+ "name": "SCROLL_TIMEOUT",
31985
+ "module": "src/search-bar/search-bar.types.ts"
31986
31986
  }
31987
31987
  },
31988
31988
  {
31989
31989
  "kind": "js",
31990
- "name": "pathJoin",
31990
+ "name": "INPUT_MIN_LENGTH",
31991
31991
  "declaration": {
31992
- "name": "pathJoin",
31993
- "module": "src/router/utils.ts"
31992
+ "name": "INPUT_MIN_LENGTH",
31993
+ "module": "src/search-bar/search-bar.types.ts"
31994
31994
  }
31995
31995
  },
31996
31996
  {
31997
31997
  "kind": "js",
31998
- "name": "removeLastPathSegment",
31998
+ "name": "COMBO_INPUT_MIN_LENGTH",
31999
31999
  "declaration": {
32000
- "name": "removeLastPathSegment",
32001
- "module": "src/router/utils.ts"
32000
+ "name": "COMBO_INPUT_MIN_LENGTH",
32001
+ "module": "src/search-bar/search-bar.types.ts"
32002
32002
  }
32003
32003
  },
32004
32004
  {
32005
32005
  "kind": "js",
32006
- "name": "removeChildRouteParameter",
32006
+ "name": "getCriteriaBuilder",
32007
32007
  "declaration": {
32008
- "name": "removeChildRouteParameter",
32009
- "module": "src/router/utils.ts"
32008
+ "name": "getCriteriaBuilder",
32009
+ "module": "src/search-bar/search-bar.types.ts"
32010
32010
  }
32011
32011
  }
32012
32012
  ]
@@ -40157,6 +40157,390 @@
40157
40157
  }
40158
40158
  ]
40159
40159
  },
40160
+ {
40161
+ "kind": "javascript-module",
40162
+ "path": "src/toolbar/index.ts",
40163
+ "declarations": [],
40164
+ "exports": [
40165
+ {
40166
+ "kind": "js",
40167
+ "name": "*",
40168
+ "declaration": {
40169
+ "name": "*",
40170
+ "package": "./toolbar.template"
40171
+ }
40172
+ },
40173
+ {
40174
+ "kind": "js",
40175
+ "name": "*",
40176
+ "declaration": {
40177
+ "name": "*",
40178
+ "package": "./toolbar.styles"
40179
+ }
40180
+ },
40181
+ {
40182
+ "kind": "js",
40183
+ "name": "*",
40184
+ "declaration": {
40185
+ "name": "*",
40186
+ "package": "./toolbar"
40187
+ }
40188
+ }
40189
+ ]
40190
+ },
40191
+ {
40192
+ "kind": "javascript-module",
40193
+ "path": "src/toolbar/toolbar.styles.ts",
40194
+ "declarations": [
40195
+ {
40196
+ "kind": "function",
40197
+ "name": "foundationToolbarStyles",
40198
+ "return": {
40199
+ "type": {
40200
+ "text": "ElementStyles"
40201
+ }
40202
+ },
40203
+ "parameters": [
40204
+ {
40205
+ "name": "context",
40206
+ "type": {
40207
+ "text": "ElementDefinitionContext"
40208
+ }
40209
+ },
40210
+ {
40211
+ "name": "definition",
40212
+ "type": {
40213
+ "text": "FoundationElementDefinition"
40214
+ }
40215
+ }
40216
+ ]
40217
+ }
40218
+ ],
40219
+ "exports": [
40220
+ {
40221
+ "kind": "js",
40222
+ "name": "foundationToolbarStyles",
40223
+ "declaration": {
40224
+ "name": "foundationToolbarStyles",
40225
+ "module": "src/toolbar/toolbar.styles.ts"
40226
+ }
40227
+ }
40228
+ ]
40229
+ },
40230
+ {
40231
+ "kind": "javascript-module",
40232
+ "path": "src/toolbar/toolbar.template.ts",
40233
+ "declarations": [
40234
+ {
40235
+ "kind": "function",
40236
+ "name": "foundationToolbarTemplate",
40237
+ "return": {
40238
+ "type": {
40239
+ "text": "ViewTemplate<Toolbar>"
40240
+ }
40241
+ },
40242
+ "parameters": [
40243
+ {
40244
+ "name": "context",
40245
+ "type": {
40246
+ "text": "ElementDefinitionContext"
40247
+ }
40248
+ },
40249
+ {
40250
+ "name": "definition",
40251
+ "type": {
40252
+ "text": "FoundationElementDefinition"
40253
+ }
40254
+ }
40255
+ ]
40256
+ }
40257
+ ],
40258
+ "exports": [
40259
+ {
40260
+ "kind": "js",
40261
+ "name": "foundationToolbarTemplate",
40262
+ "declaration": {
40263
+ "name": "foundationToolbarTemplate",
40264
+ "module": "src/toolbar/toolbar.template.ts"
40265
+ }
40266
+ }
40267
+ ]
40268
+ },
40269
+ {
40270
+ "kind": "javascript-module",
40271
+ "path": "src/toolbar/toolbar.ts",
40272
+ "declarations": [
40273
+ {
40274
+ "kind": "class",
40275
+ "description": "",
40276
+ "name": "Toolbar",
40277
+ "superclass": {
40278
+ "name": "FASTToolbar",
40279
+ "package": "@microsoft/fast-components"
40280
+ },
40281
+ "tagName": "%%prefix%%-toolbar",
40282
+ "customElement": true,
40283
+ "attributes": [
40284
+ {
40285
+ "name": "orientation",
40286
+ "type": {
40287
+ "text": "Orientation"
40288
+ },
40289
+ "description": "The orientation of the toolbar.",
40290
+ "fieldName": "orientation",
40291
+ "inheritedFrom": {
40292
+ "name": "Toolbar",
40293
+ "module": "src/toolbar/toolbar.ts"
40294
+ }
40295
+ }
40296
+ ],
40297
+ "members": [
40298
+ {
40299
+ "kind": "field",
40300
+ "name": "activeIndex",
40301
+ "inheritedFrom": {
40302
+ "name": "Toolbar",
40303
+ "module": "src/toolbar/toolbar.ts"
40304
+ }
40305
+ },
40306
+ {
40307
+ "kind": "field",
40308
+ "name": "orientation",
40309
+ "type": {
40310
+ "text": "Orientation"
40311
+ },
40312
+ "privacy": "public",
40313
+ "description": "The orientation of the toolbar.",
40314
+ "inheritedFrom": {
40315
+ "name": "Toolbar",
40316
+ "module": "src/toolbar/toolbar.ts"
40317
+ }
40318
+ },
40319
+ {
40320
+ "kind": "method",
40321
+ "name": "slottedItemsChanged",
40322
+ "privacy": "protected",
40323
+ "return": {
40324
+ "type": {
40325
+ "text": "void"
40326
+ }
40327
+ },
40328
+ "inheritedFrom": {
40329
+ "name": "Toolbar",
40330
+ "module": "src/toolbar/toolbar.ts"
40331
+ }
40332
+ },
40333
+ {
40334
+ "kind": "field",
40335
+ "name": "childItems",
40336
+ "type": {
40337
+ "text": "Element[]"
40338
+ },
40339
+ "privacy": "public",
40340
+ "inheritedFrom": {
40341
+ "name": "Toolbar",
40342
+ "module": "src/toolbar/toolbar.ts"
40343
+ }
40344
+ },
40345
+ {
40346
+ "kind": "method",
40347
+ "name": "childItemsChanged",
40348
+ "privacy": "protected",
40349
+ "return": {
40350
+ "type": {
40351
+ "text": "void"
40352
+ }
40353
+ },
40354
+ "parameters": [
40355
+ {
40356
+ "name": "prev",
40357
+ "type": {
40358
+ "text": "undefined | Element[]"
40359
+ }
40360
+ },
40361
+ {
40362
+ "name": "next",
40363
+ "type": {
40364
+ "text": "Element[]"
40365
+ }
40366
+ }
40367
+ ],
40368
+ "inheritedFrom": {
40369
+ "name": "Toolbar",
40370
+ "module": "src/toolbar/toolbar.ts"
40371
+ }
40372
+ },
40373
+ {
40374
+ "kind": "field",
40375
+ "name": "_presentation",
40376
+ "type": {
40377
+ "text": "ComponentPresentation | null | undefined"
40378
+ },
40379
+ "privacy": "private",
40380
+ "default": "void 0",
40381
+ "inheritedFrom": {
40382
+ "name": "FoundationElement",
40383
+ "module": "src/foundation-element/foundation-element.ts"
40384
+ }
40385
+ },
40386
+ {
40387
+ "kind": "field",
40388
+ "name": "$presentation",
40389
+ "type": {
40390
+ "text": "ComponentPresentation | null"
40391
+ },
40392
+ "privacy": "public",
40393
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
40394
+ "inheritedFrom": {
40395
+ "name": "FoundationElement",
40396
+ "module": "src/foundation-element/foundation-element.ts"
40397
+ }
40398
+ },
40399
+ {
40400
+ "kind": "field",
40401
+ "name": "template",
40402
+ "type": {
40403
+ "text": "ElementViewTemplate | void | null"
40404
+ },
40405
+ "privacy": "public",
40406
+ "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.",
40407
+ "inheritedFrom": {
40408
+ "name": "FoundationElement",
40409
+ "module": "src/foundation-element/foundation-element.ts"
40410
+ }
40411
+ },
40412
+ {
40413
+ "kind": "method",
40414
+ "name": "templateChanged",
40415
+ "privacy": "protected",
40416
+ "return": {
40417
+ "type": {
40418
+ "text": "void"
40419
+ }
40420
+ },
40421
+ "inheritedFrom": {
40422
+ "name": "FoundationElement",
40423
+ "module": "src/foundation-element/foundation-element.ts"
40424
+ }
40425
+ },
40426
+ {
40427
+ "kind": "field",
40428
+ "name": "styles",
40429
+ "type": {
40430
+ "text": "ElementStyles | void | null"
40431
+ },
40432
+ "privacy": "public",
40433
+ "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.",
40434
+ "inheritedFrom": {
40435
+ "name": "FoundationElement",
40436
+ "module": "src/foundation-element/foundation-element.ts"
40437
+ }
40438
+ },
40439
+ {
40440
+ "kind": "method",
40441
+ "name": "stylesChanged",
40442
+ "privacy": "protected",
40443
+ "return": {
40444
+ "type": {
40445
+ "text": "void"
40446
+ }
40447
+ },
40448
+ "inheritedFrom": {
40449
+ "name": "FoundationElement",
40450
+ "module": "src/foundation-element/foundation-element.ts"
40451
+ }
40452
+ },
40453
+ {
40454
+ "kind": "method",
40455
+ "name": "compose",
40456
+ "privacy": "public",
40457
+ "static": true,
40458
+ "return": {
40459
+ "type": {
40460
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
40461
+ }
40462
+ },
40463
+ "parameters": [
40464
+ {
40465
+ "name": "this",
40466
+ "type": {
40467
+ "text": "K"
40468
+ }
40469
+ },
40470
+ {
40471
+ "name": "elementDefinition",
40472
+ "type": {
40473
+ "text": "T"
40474
+ },
40475
+ "description": "The definition of the element to create the registry\nfunction for."
40476
+ }
40477
+ ],
40478
+ "description": "Defines an element registry function with a set of element definition defaults.",
40479
+ "inheritedFrom": {
40480
+ "name": "FoundationElement",
40481
+ "module": "src/foundation-element/foundation-element.ts"
40482
+ }
40483
+ }
40484
+ ]
40485
+ },
40486
+ {
40487
+ "kind": "variable",
40488
+ "name": "foundationToolbarShadowOptions",
40489
+ "type": {
40490
+ "text": "ShadowRootInit"
40491
+ },
40492
+ "default": "undefined"
40493
+ },
40494
+ {
40495
+ "kind": "variable",
40496
+ "name": "defaultToolbarConfig",
40497
+ "type": {
40498
+ "text": "object"
40499
+ },
40500
+ "default": "{}"
40501
+ },
40502
+ {
40503
+ "kind": "variable",
40504
+ "name": "foundationToolbar",
40505
+ "description": "The Foundation Toolbar",
40506
+ "privacy": "public"
40507
+ }
40508
+ ],
40509
+ "exports": [
40510
+ {
40511
+ "kind": "js",
40512
+ "name": "Toolbar",
40513
+ "declaration": {
40514
+ "name": "Toolbar",
40515
+ "module": "src/toolbar/toolbar.ts"
40516
+ }
40517
+ },
40518
+ {
40519
+ "kind": "js",
40520
+ "name": "foundationToolbarShadowOptions",
40521
+ "declaration": {
40522
+ "name": "foundationToolbarShadowOptions",
40523
+ "module": "src/toolbar/toolbar.ts"
40524
+ }
40525
+ },
40526
+ {
40527
+ "kind": "js",
40528
+ "name": "defaultToolbarConfig",
40529
+ "declaration": {
40530
+ "name": "defaultToolbarConfig",
40531
+ "module": "src/toolbar/toolbar.ts"
40532
+ }
40533
+ },
40534
+ {
40535
+ "kind": "js",
40536
+ "name": "foundationToolbar",
40537
+ "declaration": {
40538
+ "name": "foundationToolbar",
40539
+ "module": "src/toolbar/toolbar.ts"
40540
+ }
40541
+ }
40542
+ ]
40543
+ },
40160
40544
  {
40161
40545
  "kind": "javascript-module",
40162
40546
  "path": "src/tooltip/index.ts",
@@ -40977,390 +41361,6 @@
40977
41361
  }
40978
41362
  ]
40979
41363
  },
40980
- {
40981
- "kind": "javascript-module",
40982
- "path": "src/toolbar/index.ts",
40983
- "declarations": [],
40984
- "exports": [
40985
- {
40986
- "kind": "js",
40987
- "name": "*",
40988
- "declaration": {
40989
- "name": "*",
40990
- "package": "./toolbar.template"
40991
- }
40992
- },
40993
- {
40994
- "kind": "js",
40995
- "name": "*",
40996
- "declaration": {
40997
- "name": "*",
40998
- "package": "./toolbar.styles"
40999
- }
41000
- },
41001
- {
41002
- "kind": "js",
41003
- "name": "*",
41004
- "declaration": {
41005
- "name": "*",
41006
- "package": "./toolbar"
41007
- }
41008
- }
41009
- ]
41010
- },
41011
- {
41012
- "kind": "javascript-module",
41013
- "path": "src/toolbar/toolbar.styles.ts",
41014
- "declarations": [
41015
- {
41016
- "kind": "function",
41017
- "name": "foundationToolbarStyles",
41018
- "return": {
41019
- "type": {
41020
- "text": "ElementStyles"
41021
- }
41022
- },
41023
- "parameters": [
41024
- {
41025
- "name": "context",
41026
- "type": {
41027
- "text": "ElementDefinitionContext"
41028
- }
41029
- },
41030
- {
41031
- "name": "definition",
41032
- "type": {
41033
- "text": "FoundationElementDefinition"
41034
- }
41035
- }
41036
- ]
41037
- }
41038
- ],
41039
- "exports": [
41040
- {
41041
- "kind": "js",
41042
- "name": "foundationToolbarStyles",
41043
- "declaration": {
41044
- "name": "foundationToolbarStyles",
41045
- "module": "src/toolbar/toolbar.styles.ts"
41046
- }
41047
- }
41048
- ]
41049
- },
41050
- {
41051
- "kind": "javascript-module",
41052
- "path": "src/toolbar/toolbar.template.ts",
41053
- "declarations": [
41054
- {
41055
- "kind": "function",
41056
- "name": "foundationToolbarTemplate",
41057
- "return": {
41058
- "type": {
41059
- "text": "ViewTemplate<Toolbar>"
41060
- }
41061
- },
41062
- "parameters": [
41063
- {
41064
- "name": "context",
41065
- "type": {
41066
- "text": "ElementDefinitionContext"
41067
- }
41068
- },
41069
- {
41070
- "name": "definition",
41071
- "type": {
41072
- "text": "FoundationElementDefinition"
41073
- }
41074
- }
41075
- ]
41076
- }
41077
- ],
41078
- "exports": [
41079
- {
41080
- "kind": "js",
41081
- "name": "foundationToolbarTemplate",
41082
- "declaration": {
41083
- "name": "foundationToolbarTemplate",
41084
- "module": "src/toolbar/toolbar.template.ts"
41085
- }
41086
- }
41087
- ]
41088
- },
41089
- {
41090
- "kind": "javascript-module",
41091
- "path": "src/toolbar/toolbar.ts",
41092
- "declarations": [
41093
- {
41094
- "kind": "class",
41095
- "description": "",
41096
- "name": "Toolbar",
41097
- "superclass": {
41098
- "name": "FASTToolbar",
41099
- "package": "@microsoft/fast-components"
41100
- },
41101
- "tagName": "%%prefix%%-toolbar",
41102
- "customElement": true,
41103
- "attributes": [
41104
- {
41105
- "name": "orientation",
41106
- "type": {
41107
- "text": "Orientation"
41108
- },
41109
- "description": "The orientation of the toolbar.",
41110
- "fieldName": "orientation",
41111
- "inheritedFrom": {
41112
- "name": "Toolbar",
41113
- "module": "src/toolbar/toolbar.ts"
41114
- }
41115
- }
41116
- ],
41117
- "members": [
41118
- {
41119
- "kind": "field",
41120
- "name": "activeIndex",
41121
- "inheritedFrom": {
41122
- "name": "Toolbar",
41123
- "module": "src/toolbar/toolbar.ts"
41124
- }
41125
- },
41126
- {
41127
- "kind": "field",
41128
- "name": "orientation",
41129
- "type": {
41130
- "text": "Orientation"
41131
- },
41132
- "privacy": "public",
41133
- "description": "The orientation of the toolbar.",
41134
- "inheritedFrom": {
41135
- "name": "Toolbar",
41136
- "module": "src/toolbar/toolbar.ts"
41137
- }
41138
- },
41139
- {
41140
- "kind": "method",
41141
- "name": "slottedItemsChanged",
41142
- "privacy": "protected",
41143
- "return": {
41144
- "type": {
41145
- "text": "void"
41146
- }
41147
- },
41148
- "inheritedFrom": {
41149
- "name": "Toolbar",
41150
- "module": "src/toolbar/toolbar.ts"
41151
- }
41152
- },
41153
- {
41154
- "kind": "field",
41155
- "name": "childItems",
41156
- "type": {
41157
- "text": "Element[]"
41158
- },
41159
- "privacy": "public",
41160
- "inheritedFrom": {
41161
- "name": "Toolbar",
41162
- "module": "src/toolbar/toolbar.ts"
41163
- }
41164
- },
41165
- {
41166
- "kind": "method",
41167
- "name": "childItemsChanged",
41168
- "privacy": "protected",
41169
- "return": {
41170
- "type": {
41171
- "text": "void"
41172
- }
41173
- },
41174
- "parameters": [
41175
- {
41176
- "name": "prev",
41177
- "type": {
41178
- "text": "undefined | Element[]"
41179
- }
41180
- },
41181
- {
41182
- "name": "next",
41183
- "type": {
41184
- "text": "Element[]"
41185
- }
41186
- }
41187
- ],
41188
- "inheritedFrom": {
41189
- "name": "Toolbar",
41190
- "module": "src/toolbar/toolbar.ts"
41191
- }
41192
- },
41193
- {
41194
- "kind": "field",
41195
- "name": "_presentation",
41196
- "type": {
41197
- "text": "ComponentPresentation | null | undefined"
41198
- },
41199
- "privacy": "private",
41200
- "default": "void 0",
41201
- "inheritedFrom": {
41202
- "name": "FoundationElement",
41203
- "module": "src/foundation-element/foundation-element.ts"
41204
- }
41205
- },
41206
- {
41207
- "kind": "field",
41208
- "name": "$presentation",
41209
- "type": {
41210
- "text": "ComponentPresentation | null"
41211
- },
41212
- "privacy": "public",
41213
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
41214
- "inheritedFrom": {
41215
- "name": "FoundationElement",
41216
- "module": "src/foundation-element/foundation-element.ts"
41217
- }
41218
- },
41219
- {
41220
- "kind": "field",
41221
- "name": "template",
41222
- "type": {
41223
- "text": "ElementViewTemplate | void | null"
41224
- },
41225
- "privacy": "public",
41226
- "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.",
41227
- "inheritedFrom": {
41228
- "name": "FoundationElement",
41229
- "module": "src/foundation-element/foundation-element.ts"
41230
- }
41231
- },
41232
- {
41233
- "kind": "method",
41234
- "name": "templateChanged",
41235
- "privacy": "protected",
41236
- "return": {
41237
- "type": {
41238
- "text": "void"
41239
- }
41240
- },
41241
- "inheritedFrom": {
41242
- "name": "FoundationElement",
41243
- "module": "src/foundation-element/foundation-element.ts"
41244
- }
41245
- },
41246
- {
41247
- "kind": "field",
41248
- "name": "styles",
41249
- "type": {
41250
- "text": "ElementStyles | void | null"
41251
- },
41252
- "privacy": "public",
41253
- "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.",
41254
- "inheritedFrom": {
41255
- "name": "FoundationElement",
41256
- "module": "src/foundation-element/foundation-element.ts"
41257
- }
41258
- },
41259
- {
41260
- "kind": "method",
41261
- "name": "stylesChanged",
41262
- "privacy": "protected",
41263
- "return": {
41264
- "type": {
41265
- "text": "void"
41266
- }
41267
- },
41268
- "inheritedFrom": {
41269
- "name": "FoundationElement",
41270
- "module": "src/foundation-element/foundation-element.ts"
41271
- }
41272
- },
41273
- {
41274
- "kind": "method",
41275
- "name": "compose",
41276
- "privacy": "public",
41277
- "static": true,
41278
- "return": {
41279
- "type": {
41280
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
41281
- }
41282
- },
41283
- "parameters": [
41284
- {
41285
- "name": "this",
41286
- "type": {
41287
- "text": "K"
41288
- }
41289
- },
41290
- {
41291
- "name": "elementDefinition",
41292
- "type": {
41293
- "text": "T"
41294
- },
41295
- "description": "The definition of the element to create the registry\nfunction for."
41296
- }
41297
- ],
41298
- "description": "Defines an element registry function with a set of element definition defaults.",
41299
- "inheritedFrom": {
41300
- "name": "FoundationElement",
41301
- "module": "src/foundation-element/foundation-element.ts"
41302
- }
41303
- }
41304
- ]
41305
- },
41306
- {
41307
- "kind": "variable",
41308
- "name": "foundationToolbarShadowOptions",
41309
- "type": {
41310
- "text": "ShadowRootInit"
41311
- },
41312
- "default": "undefined"
41313
- },
41314
- {
41315
- "kind": "variable",
41316
- "name": "defaultToolbarConfig",
41317
- "type": {
41318
- "text": "object"
41319
- },
41320
- "default": "{}"
41321
- },
41322
- {
41323
- "kind": "variable",
41324
- "name": "foundationToolbar",
41325
- "description": "The Foundation Toolbar",
41326
- "privacy": "public"
41327
- }
41328
- ],
41329
- "exports": [
41330
- {
41331
- "kind": "js",
41332
- "name": "Toolbar",
41333
- "declaration": {
41334
- "name": "Toolbar",
41335
- "module": "src/toolbar/toolbar.ts"
41336
- }
41337
- },
41338
- {
41339
- "kind": "js",
41340
- "name": "foundationToolbarShadowOptions",
41341
- "declaration": {
41342
- "name": "foundationToolbarShadowOptions",
41343
- "module": "src/toolbar/toolbar.ts"
41344
- }
41345
- },
41346
- {
41347
- "kind": "js",
41348
- "name": "defaultToolbarConfig",
41349
- "declaration": {
41350
- "name": "defaultToolbarConfig",
41351
- "module": "src/toolbar/toolbar.ts"
41352
- }
41353
- },
41354
- {
41355
- "kind": "js",
41356
- "name": "foundationToolbar",
41357
- "declaration": {
41358
- "name": "foundationToolbar",
41359
- "module": "src/toolbar/toolbar.ts"
41360
- }
41361
- }
41362
- ]
41363
- },
41364
41364
  {
41365
41365
  "kind": "javascript-module",
41366
41366
  "path": "src/tree-item/index.ts",