@genesislcap/foundation-ui 14.271.2 → 14.273.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 (32) hide show
  1. package/dist/custom-elements.json +2049 -1392
  2. package/dist/dts/base-components.d.ts +22 -0
  3. package/dist/dts/base-components.d.ts.map +1 -1
  4. package/dist/dts/index.d.ts +2 -0
  5. package/dist/dts/index.d.ts.map +1 -1
  6. package/dist/dts/scheduler/index.d.ts +4 -0
  7. package/dist/dts/scheduler/index.d.ts.map +1 -0
  8. package/dist/dts/scheduler/scheduler.d.ts +37 -0
  9. package/dist/dts/scheduler/scheduler.d.ts.map +1 -0
  10. package/dist/dts/scheduler/scheduler.styles.d.ts +3 -0
  11. package/dist/dts/scheduler/scheduler.styles.d.ts.map +1 -0
  12. package/dist/dts/scheduler/scheduler.template.d.ts +4 -0
  13. package/dist/dts/scheduler/scheduler.template.d.ts.map +1 -0
  14. package/dist/dts/scheduler-timezone/index.d.ts +4 -0
  15. package/dist/dts/scheduler-timezone/index.d.ts.map +1 -0
  16. package/dist/dts/scheduler-timezone/scheduler-timezone.d.ts +40 -0
  17. package/dist/dts/scheduler-timezone/scheduler-timezone.d.ts.map +1 -0
  18. package/dist/dts/scheduler-timezone/scheduler-timezone.styles.d.ts +3 -0
  19. package/dist/dts/scheduler-timezone/scheduler-timezone.styles.d.ts.map +1 -0
  20. package/dist/dts/scheduler-timezone/scheduler-timezone.template.d.ts +4 -0
  21. package/dist/dts/scheduler-timezone/scheduler-timezone.template.d.ts.map +1 -0
  22. package/dist/esm/base-components.js +4 -0
  23. package/dist/esm/index.js +2 -0
  24. package/dist/esm/scheduler/index.js +3 -0
  25. package/dist/esm/scheduler/scheduler.js +47 -0
  26. package/dist/esm/scheduler/scheduler.styles.js +9 -0
  27. package/dist/esm/scheduler/scheduler.template.js +18 -0
  28. package/dist/esm/scheduler-timezone/index.js +3 -0
  29. package/dist/esm/scheduler-timezone/scheduler-timezone.js +81 -0
  30. package/dist/esm/scheduler-timezone/scheduler-timezone.styles.js +29 -0
  31. package/dist/esm/scheduler-timezone/scheduler-timezone.template.js +23 -0
  32. package/package.json +18 -18
@@ -12,7 +12,7 @@
12
12
  "type": {
13
13
  "text": "object"
14
14
  },
15
- "default": "{\n foundationAccordion,\n foundationAccordionItem,\n foundationActionsMenu,\n foundationAnchor,\n foundationAnchoredRegion,\n foundationAvatar,\n foundationBadge,\n foundationBanner,\n foundationBreadcrumb,\n foundationBreadcrumbItem,\n foundationButton,\n foundationCalendar,\n foundationCard,\n foundationCategorizedMultiselect,\n foundationCheckbox,\n foundationCombobox,\n foundationConnectionIndicator,\n foundationDataGrid,\n foundationDataGridCell,\n foundationDataGridRow,\n foundationDatePicker,\n foundationDesignSystemProvider,\n foundationDialog,\n foundationDisclosure,\n foundationDivider,\n foundationDropdownMenu,\n foundationErrorBanner,\n foundationErrorBoundary,\n foundationErrorDialog,\n foundationFileUpload,\n foundationFilter,\n foundationFilterBar,\n foundationFlexLayout,\n foundationFlipper,\n foundationFlyout,\n foundationGridLayout,\n foundationGridLayoutItem,\n foundationHorizontalScroll,\n foundationIcon,\n foundationListbox,\n foundationListboxOption,\n foundationMenu,\n foundationMenuItem,\n foundationModal,\n foundationMultiselect,\n foundationNumberField,\n foundationPopper,\n foundationProgress,\n foundationProgressRing,\n foundationRadio,\n foundationRadioGroup,\n foundationSchedulerCronBuilder,\n foundationSearchBar,\n foundationSearchBarCombobox,\n foundationSegmentedControl,\n foundationSegmentedItem,\n foundationSelect,\n foundationSkeleton,\n foundationSlider,\n foundationSliderLabel,\n foundationSnackbar,\n foundationStackingIcons,\n foundationStepper,\n foundationStepperTab,\n foundationStepperTabPanel,\n foundationSwitch,\n foundationSystemHealthOverlay,\n foundationTab,\n foundationTabPanel,\n foundationTabs,\n foundationTextArea,\n foundationTextField,\n foundationToast,\n foundationToolbar,\n foundationTooltip,\n foundationTreeItem,\n foundationTreeView,\n foundationUrlInput,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
15
+ "default": "{\n foundationAccordion,\n foundationAccordionItem,\n foundationActionsMenu,\n foundationAnchor,\n foundationAnchoredRegion,\n foundationAvatar,\n foundationBadge,\n foundationBanner,\n foundationBreadcrumb,\n foundationBreadcrumbItem,\n foundationButton,\n foundationCalendar,\n foundationCard,\n foundationCategorizedMultiselect,\n foundationCheckbox,\n foundationCombobox,\n foundationConnectionIndicator,\n foundationDataGrid,\n foundationDataGridCell,\n foundationDataGridRow,\n foundationDatePicker,\n foundationDesignSystemProvider,\n foundationDialog,\n foundationDisclosure,\n foundationDivider,\n foundationDropdownMenu,\n foundationErrorBanner,\n foundationErrorBoundary,\n foundationErrorDialog,\n foundationFileUpload,\n foundationFilter,\n foundationFilterBar,\n foundationFlexLayout,\n foundationFlipper,\n foundationFlyout,\n foundationGridLayout,\n foundationGridLayoutItem,\n foundationHorizontalScroll,\n foundationIcon,\n foundationListbox,\n foundationListboxOption,\n foundationMenu,\n foundationMenuItem,\n foundationModal,\n foundationMultiselect,\n foundationNumberField,\n foundationPopper,\n foundationProgress,\n foundationProgressRing,\n foundationRadio,\n foundationRadioGroup,\n foundationScheduler,\n foundationSchedulerCronBuilder,\n foundationSchedulerTimezone,\n foundationSearchBar,\n foundationSearchBarCombobox,\n foundationSegmentedControl,\n foundationSegmentedItem,\n foundationSelect,\n foundationSkeleton,\n foundationSlider,\n foundationSliderLabel,\n foundationSnackbar,\n foundationStackingIcons,\n foundationStepper,\n foundationStepperTab,\n foundationStepperTabPanel,\n foundationSwitch,\n foundationSystemHealthOverlay,\n foundationTab,\n foundationTabPanel,\n foundationTabs,\n foundationTextArea,\n foundationTextField,\n foundationToast,\n foundationToolbar,\n foundationTooltip,\n foundationTreeItem,\n foundationTreeView,\n foundationUrlInput,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
16
16
  }
17
17
  ],
18
18
  "exports": [
@@ -556,6 +556,14 @@
556
556
  "package": "./router"
557
557
  }
558
558
  },
559
+ {
560
+ "kind": "js",
561
+ "name": "*",
562
+ "declaration": {
563
+ "name": "*",
564
+ "package": "./scheduler"
565
+ }
566
+ },
559
567
  {
560
568
  "kind": "js",
561
569
  "name": "*",
@@ -564,6 +572,14 @@
564
572
  "package": "./scheduler-cron-builder"
565
573
  }
566
574
  },
575
+ {
576
+ "kind": "js",
577
+ "name": "*",
578
+ "declaration": {
579
+ "name": "*",
580
+ "package": "./scheduler-timezone"
581
+ }
582
+ },
567
583
  {
568
584
  "kind": "js",
569
585
  "name": "*",
@@ -911,188 +927,6 @@
911
927
  }
912
928
  ]
913
929
  },
914
- {
915
- "kind": "javascript-module",
916
- "path": "src/accordion/accordion.styles.ts",
917
- "declarations": [
918
- {
919
- "kind": "function",
920
- "name": "foundationAccordionStyles",
921
- "return": {
922
- "type": {
923
- "text": "ElementStyles"
924
- }
925
- },
926
- "parameters": [
927
- {
928
- "name": "context",
929
- "type": {
930
- "text": "ElementDefinitionContext"
931
- }
932
- },
933
- {
934
- "name": "definition",
935
- "type": {
936
- "text": "FoundationElementDefinition"
937
- }
938
- }
939
- ]
940
- }
941
- ],
942
- "exports": [
943
- {
944
- "kind": "js",
945
- "name": "foundationAccordionStyles",
946
- "declaration": {
947
- "name": "foundationAccordionStyles",
948
- "module": "src/accordion/accordion.styles.ts"
949
- }
950
- }
951
- ]
952
- },
953
- {
954
- "kind": "javascript-module",
955
- "path": "src/accordion/accordion.template.ts",
956
- "declarations": [
957
- {
958
- "kind": "function",
959
- "name": "foundationAccordionTemplate",
960
- "return": {
961
- "type": {
962
- "text": "ViewTemplate<Accordion>"
963
- }
964
- },
965
- "parameters": [
966
- {
967
- "name": "context",
968
- "type": {
969
- "text": "ElementDefinitionContext"
970
- }
971
- },
972
- {
973
- "name": "definition",
974
- "type": {
975
- "text": "FoundationElementDefinition"
976
- }
977
- }
978
- ]
979
- }
980
- ],
981
- "exports": [
982
- {
983
- "kind": "js",
984
- "name": "foundationAccordionTemplate",
985
- "declaration": {
986
- "name": "foundationAccordionTemplate",
987
- "module": "src/accordion/accordion.template.ts"
988
- }
989
- }
990
- ]
991
- },
992
- {
993
- "kind": "javascript-module",
994
- "path": "src/accordion/accordion.ts",
995
- "declarations": [
996
- {
997
- "kind": "class",
998
- "description": "",
999
- "name": "Accordion",
1000
- "superclass": {
1001
- "name": "FASTAccordion",
1002
- "package": "@microsoft/fast-foundation"
1003
- },
1004
- "tagName": "%%prefix%%-accordion",
1005
- "customElement": true
1006
- },
1007
- {
1008
- "kind": "variable",
1009
- "name": "foundationAccordionShadowOptions",
1010
- "type": {
1011
- "text": "ShadowRootInit"
1012
- },
1013
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1014
- },
1015
- {
1016
- "kind": "variable",
1017
- "name": "defaultAccordionConfig",
1018
- "type": {
1019
- "text": "object"
1020
- },
1021
- "default": "{}"
1022
- },
1023
- {
1024
- "kind": "variable",
1025
- "name": "foundationAccordion",
1026
- "description": "The Foundation Accordion",
1027
- "privacy": "public"
1028
- }
1029
- ],
1030
- "exports": [
1031
- {
1032
- "kind": "js",
1033
- "name": "Accordion",
1034
- "declaration": {
1035
- "name": "Accordion",
1036
- "module": "src/accordion/accordion.ts"
1037
- }
1038
- },
1039
- {
1040
- "kind": "js",
1041
- "name": "foundationAccordionShadowOptions",
1042
- "declaration": {
1043
- "name": "foundationAccordionShadowOptions",
1044
- "module": "src/accordion/accordion.ts"
1045
- }
1046
- },
1047
- {
1048
- "kind": "js",
1049
- "name": "defaultAccordionConfig",
1050
- "declaration": {
1051
- "name": "defaultAccordionConfig",
1052
- "module": "src/accordion/accordion.ts"
1053
- }
1054
- },
1055
- {
1056
- "kind": "js",
1057
- "name": "foundationAccordion",
1058
- "declaration": {
1059
- "name": "foundationAccordion",
1060
- "module": "src/accordion/accordion.ts"
1061
- }
1062
- }
1063
- ]
1064
- },
1065
- {
1066
- "kind": "javascript-module",
1067
- "path": "src/accordion/index.ts",
1068
- "declarations": [],
1069
- "exports": [
1070
- {
1071
- "kind": "js",
1072
- "name": "*",
1073
- "declaration": {
1074
- "name": "*",
1075
- "package": "./accordion.template"
1076
- }
1077
- },
1078
- {
1079
- "kind": "js",
1080
- "name": "*",
1081
- "declaration": {
1082
- "name": "*",
1083
- "package": "./accordion.styles"
1084
- }
1085
- },
1086
- {
1087
- "kind": "js",
1088
- "name": "*",
1089
- "declaration": {
1090
- "name": "*",
1091
- "package": "./accordion"
1092
- }
1093
- }
1094
- ]
1095
- },
1096
930
  {
1097
931
  "kind": "javascript-module",
1098
932
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1487,6 +1321,188 @@
1487
1321
  }
1488
1322
  ]
1489
1323
  },
1324
+ {
1325
+ "kind": "javascript-module",
1326
+ "path": "src/accordion/accordion.styles.ts",
1327
+ "declarations": [
1328
+ {
1329
+ "kind": "function",
1330
+ "name": "foundationAccordionStyles",
1331
+ "return": {
1332
+ "type": {
1333
+ "text": "ElementStyles"
1334
+ }
1335
+ },
1336
+ "parameters": [
1337
+ {
1338
+ "name": "context",
1339
+ "type": {
1340
+ "text": "ElementDefinitionContext"
1341
+ }
1342
+ },
1343
+ {
1344
+ "name": "definition",
1345
+ "type": {
1346
+ "text": "FoundationElementDefinition"
1347
+ }
1348
+ }
1349
+ ]
1350
+ }
1351
+ ],
1352
+ "exports": [
1353
+ {
1354
+ "kind": "js",
1355
+ "name": "foundationAccordionStyles",
1356
+ "declaration": {
1357
+ "name": "foundationAccordionStyles",
1358
+ "module": "src/accordion/accordion.styles.ts"
1359
+ }
1360
+ }
1361
+ ]
1362
+ },
1363
+ {
1364
+ "kind": "javascript-module",
1365
+ "path": "src/accordion/accordion.template.ts",
1366
+ "declarations": [
1367
+ {
1368
+ "kind": "function",
1369
+ "name": "foundationAccordionTemplate",
1370
+ "return": {
1371
+ "type": {
1372
+ "text": "ViewTemplate<Accordion>"
1373
+ }
1374
+ },
1375
+ "parameters": [
1376
+ {
1377
+ "name": "context",
1378
+ "type": {
1379
+ "text": "ElementDefinitionContext"
1380
+ }
1381
+ },
1382
+ {
1383
+ "name": "definition",
1384
+ "type": {
1385
+ "text": "FoundationElementDefinition"
1386
+ }
1387
+ }
1388
+ ]
1389
+ }
1390
+ ],
1391
+ "exports": [
1392
+ {
1393
+ "kind": "js",
1394
+ "name": "foundationAccordionTemplate",
1395
+ "declaration": {
1396
+ "name": "foundationAccordionTemplate",
1397
+ "module": "src/accordion/accordion.template.ts"
1398
+ }
1399
+ }
1400
+ ]
1401
+ },
1402
+ {
1403
+ "kind": "javascript-module",
1404
+ "path": "src/accordion/accordion.ts",
1405
+ "declarations": [
1406
+ {
1407
+ "kind": "class",
1408
+ "description": "",
1409
+ "name": "Accordion",
1410
+ "superclass": {
1411
+ "name": "FASTAccordion",
1412
+ "package": "@microsoft/fast-foundation"
1413
+ },
1414
+ "tagName": "%%prefix%%-accordion",
1415
+ "customElement": true
1416
+ },
1417
+ {
1418
+ "kind": "variable",
1419
+ "name": "foundationAccordionShadowOptions",
1420
+ "type": {
1421
+ "text": "ShadowRootInit"
1422
+ },
1423
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1424
+ },
1425
+ {
1426
+ "kind": "variable",
1427
+ "name": "defaultAccordionConfig",
1428
+ "type": {
1429
+ "text": "object"
1430
+ },
1431
+ "default": "{}"
1432
+ },
1433
+ {
1434
+ "kind": "variable",
1435
+ "name": "foundationAccordion",
1436
+ "description": "The Foundation Accordion",
1437
+ "privacy": "public"
1438
+ }
1439
+ ],
1440
+ "exports": [
1441
+ {
1442
+ "kind": "js",
1443
+ "name": "Accordion",
1444
+ "declaration": {
1445
+ "name": "Accordion",
1446
+ "module": "src/accordion/accordion.ts"
1447
+ }
1448
+ },
1449
+ {
1450
+ "kind": "js",
1451
+ "name": "foundationAccordionShadowOptions",
1452
+ "declaration": {
1453
+ "name": "foundationAccordionShadowOptions",
1454
+ "module": "src/accordion/accordion.ts"
1455
+ }
1456
+ },
1457
+ {
1458
+ "kind": "js",
1459
+ "name": "defaultAccordionConfig",
1460
+ "declaration": {
1461
+ "name": "defaultAccordionConfig",
1462
+ "module": "src/accordion/accordion.ts"
1463
+ }
1464
+ },
1465
+ {
1466
+ "kind": "js",
1467
+ "name": "foundationAccordion",
1468
+ "declaration": {
1469
+ "name": "foundationAccordion",
1470
+ "module": "src/accordion/accordion.ts"
1471
+ }
1472
+ }
1473
+ ]
1474
+ },
1475
+ {
1476
+ "kind": "javascript-module",
1477
+ "path": "src/accordion/index.ts",
1478
+ "declarations": [],
1479
+ "exports": [
1480
+ {
1481
+ "kind": "js",
1482
+ "name": "*",
1483
+ "declaration": {
1484
+ "name": "*",
1485
+ "package": "./accordion.template"
1486
+ }
1487
+ },
1488
+ {
1489
+ "kind": "js",
1490
+ "name": "*",
1491
+ "declaration": {
1492
+ "name": "*",
1493
+ "package": "./accordion.styles"
1494
+ }
1495
+ },
1496
+ {
1497
+ "kind": "js",
1498
+ "name": "*",
1499
+ "declaration": {
1500
+ "name": "*",
1501
+ "package": "./accordion"
1502
+ }
1503
+ }
1504
+ ]
1505
+ },
1490
1506
  {
1491
1507
  "kind": "javascript-module",
1492
1508
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -2048,14 +2064,14 @@
2048
2064
  },
2049
2065
  {
2050
2066
  "kind": "javascript-module",
2051
- "path": "src/anchored-region/anchor-region.template.ts",
2067
+ "path": "src/anchor/anchor.styles.ts",
2052
2068
  "declarations": [
2053
2069
  {
2054
2070
  "kind": "function",
2055
- "name": "foundationAnchoredRegionTemplate",
2071
+ "name": "foundationAnchorStyles",
2056
2072
  "return": {
2057
2073
  "type": {
2058
- "text": "ViewTemplate<AnchoredRegion>"
2074
+ "text": "ElementStyles"
2059
2075
  }
2060
2076
  },
2061
2077
  "parameters": [
@@ -2077,24 +2093,24 @@
2077
2093
  "exports": [
2078
2094
  {
2079
2095
  "kind": "js",
2080
- "name": "foundationAnchoredRegionTemplate",
2096
+ "name": "foundationAnchorStyles",
2081
2097
  "declaration": {
2082
- "name": "foundationAnchoredRegionTemplate",
2083
- "module": "src/anchored-region/anchor-region.template.ts"
2098
+ "name": "foundationAnchorStyles",
2099
+ "module": "src/anchor/anchor.styles.ts"
2084
2100
  }
2085
2101
  }
2086
2102
  ]
2087
2103
  },
2088
2104
  {
2089
2105
  "kind": "javascript-module",
2090
- "path": "src/anchored-region/anchored-region.styles.ts",
2106
+ "path": "src/anchor/anchor.template.ts",
2091
2107
  "declarations": [
2092
2108
  {
2093
2109
  "kind": "function",
2094
- "name": "foundationAnchoredRegionStyles",
2110
+ "name": "foundationAnchorTemplate",
2095
2111
  "return": {
2096
2112
  "type": {
2097
- "text": "ElementStyles"
2113
+ "text": "ViewTemplate<Anchor>"
2098
2114
  }
2099
2115
  },
2100
2116
  "parameters": [
@@ -2116,812 +2132,780 @@
2116
2132
  "exports": [
2117
2133
  {
2118
2134
  "kind": "js",
2119
- "name": "foundationAnchoredRegionStyles",
2135
+ "name": "foundationAnchorTemplate",
2120
2136
  "declaration": {
2121
- "name": "foundationAnchoredRegionStyles",
2122
- "module": "src/anchored-region/anchored-region.styles.ts"
2137
+ "name": "foundationAnchorTemplate",
2138
+ "module": "src/anchor/anchor.template.ts"
2123
2139
  }
2124
2140
  }
2125
2141
  ]
2126
2142
  },
2127
2143
  {
2128
2144
  "kind": "javascript-module",
2129
- "path": "src/anchored-region/anchored-region.ts",
2145
+ "path": "src/anchor/anchor.ts",
2130
2146
  "declarations": [
2131
2147
  {
2132
2148
  "kind": "class",
2133
2149
  "description": "",
2134
- "name": "AnchoredRegion",
2150
+ "name": "Anchor",
2135
2151
  "superclass": {
2136
- "name": "FASTAnchoredRegion",
2152
+ "name": "FASTAnchor",
2137
2153
  "package": "@microsoft/fast-components"
2138
2154
  },
2139
- "tagName": "%%prefix%%-anchored-region",
2155
+ "tagName": "%%prefix%%-anchor",
2140
2156
  "customElement": true,
2141
2157
  "attributes": [
2142
2158
  {
2143
- "name": "anchor",
2159
+ "name": "download",
2144
2160
  "type": {
2145
2161
  "text": "string"
2146
2162
  },
2147
- "default": "\"\"",
2148
- "description": "The HTML ID of the anchor element this region is positioned relative to",
2149
- "fieldName": "anchor",
2163
+ "description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2164
+ "fieldName": "download",
2150
2165
  "inheritedFrom": {
2151
- "name": "AnchoredRegion",
2152
- "module": "src/anchored-region/anchored-region.ts"
2166
+ "name": "Anchor",
2167
+ "module": "src/anchor/anchor.ts"
2153
2168
  }
2154
2169
  },
2155
2170
  {
2156
- "name": "viewport",
2171
+ "name": "href",
2157
2172
  "type": {
2158
2173
  "text": "string"
2159
2174
  },
2160
- "default": "\"\"",
2161
- "description": "The HTML ID of the viewport element this region is positioned relative to",
2162
- "fieldName": "viewport",
2163
- "inheritedFrom": {
2164
- "name": "AnchoredRegion",
2165
- "module": "src/anchored-region/anchored-region.ts"
2166
- }
2167
- },
2168
- {
2169
- "name": "horizontal-positioning-mode",
2170
- "type": {
2171
- "text": "AxisPositioningMode"
2172
- },
2173
- "default": "\"uncontrolled\"",
2174
- "description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
2175
- "fieldName": "horizontalPositioningMode",
2176
- "inheritedFrom": {
2177
- "name": "AnchoredRegion",
2178
- "module": "src/anchored-region/anchored-region.ts"
2179
- }
2180
- },
2181
- {
2182
- "name": "horizontal-default-position",
2183
- "type": {
2184
- "text": "HorizontalPosition"
2185
- },
2186
- "default": "\"unset\"",
2187
- "description": "The default horizontal position of the region relative to the anchor element",
2188
- "fieldName": "horizontalDefaultPosition",
2189
- "inheritedFrom": {
2190
- "name": "AnchoredRegion",
2191
- "module": "src/anchored-region/anchored-region.ts"
2192
- }
2193
- },
2194
- {
2195
- "name": "horizontal-viewport-lock",
2196
- "type": {
2197
- "text": "boolean"
2198
- },
2199
- "default": "false",
2200
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2201
- "fieldName": "horizontalViewportLock",
2202
- "inheritedFrom": {
2203
- "name": "AnchoredRegion",
2204
- "module": "src/anchored-region/anchored-region.ts"
2205
- }
2206
- },
2207
- {
2208
- "name": "horizontal-inset",
2209
- "type": {
2210
- "text": "boolean"
2211
- },
2212
- "default": "false",
2213
- "description": "Whether the region overlaps the anchor on the horizontal axis",
2214
- "fieldName": "horizontalInset",
2215
- "inheritedFrom": {
2216
- "name": "AnchoredRegion",
2217
- "module": "src/anchored-region/anchored-region.ts"
2218
- }
2219
- },
2220
- {
2221
- "name": "horizontal-threshold",
2222
- "type": {
2223
- "text": "number"
2224
- },
2225
- "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
2226
- "fieldName": "horizontalThreshold",
2227
- "inheritedFrom": {
2228
- "name": "AnchoredRegion",
2229
- "module": "src/anchored-region/anchored-region.ts"
2230
- }
2231
- },
2232
- {
2233
- "name": "horizontal-scaling",
2234
- "type": {
2235
- "text": "AxisScalingMode"
2236
- },
2237
- "default": "\"content\"",
2238
- "description": "Defines how the width of the region is calculated",
2239
- "fieldName": "horizontalScaling",
2240
- "inheritedFrom": {
2241
- "name": "AnchoredRegion",
2242
- "module": "src/anchored-region/anchored-region.ts"
2243
- }
2244
- },
2245
- {
2246
- "name": "vertical-positioning-mode",
2247
- "type": {
2248
- "text": "AxisPositioningMode"
2249
- },
2250
- "default": "\"uncontrolled\"",
2251
- "description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
2252
- "fieldName": "verticalPositioningMode",
2253
- "inheritedFrom": {
2254
- "name": "AnchoredRegion",
2255
- "module": "src/anchored-region/anchored-region.ts"
2256
- }
2257
- },
2258
- {
2259
- "name": "vertical-default-position",
2260
- "type": {
2261
- "text": "VerticalPosition"
2262
- },
2263
- "default": "\"unset\"",
2264
- "description": "The default vertical position of the region relative to the anchor element",
2265
- "fieldName": "verticalDefaultPosition",
2175
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2176
+ "fieldName": "href",
2266
2177
  "inheritedFrom": {
2267
- "name": "AnchoredRegion",
2268
- "module": "src/anchored-region/anchored-region.ts"
2178
+ "name": "Anchor",
2179
+ "module": "src/anchor/anchor.ts"
2269
2180
  }
2270
2181
  },
2271
2182
  {
2272
- "name": "vertical-viewport-lock",
2183
+ "name": "hreflang",
2273
2184
  "type": {
2274
- "text": "boolean"
2185
+ "text": "string"
2275
2186
  },
2276
- "default": "false",
2277
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
2278
- "fieldName": "verticalViewportLock",
2187
+ "description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2188
+ "fieldName": "hreflang",
2279
2189
  "inheritedFrom": {
2280
- "name": "AnchoredRegion",
2281
- "module": "src/anchored-region/anchored-region.ts"
2190
+ "name": "Anchor",
2191
+ "module": "src/anchor/anchor.ts"
2282
2192
  }
2283
2193
  },
2284
2194
  {
2285
- "name": "vertical-inset",
2195
+ "name": "ping",
2286
2196
  "type": {
2287
- "text": "boolean"
2197
+ "text": "string"
2288
2198
  },
2289
- "default": "false",
2290
- "description": "Whether the region overlaps the anchor on the vertical axis",
2291
- "fieldName": "verticalInset",
2199
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2200
+ "fieldName": "ping",
2292
2201
  "inheritedFrom": {
2293
- "name": "AnchoredRegion",
2294
- "module": "src/anchored-region/anchored-region.ts"
2202
+ "name": "Anchor",
2203
+ "module": "src/anchor/anchor.ts"
2295
2204
  }
2296
2205
  },
2297
2206
  {
2298
- "name": "vertical-threshold",
2207
+ "name": "referrerpolicy",
2299
2208
  "type": {
2300
- "text": "number"
2209
+ "text": "string"
2301
2210
  },
2302
- "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
2303
- "fieldName": "verticalThreshold",
2211
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2212
+ "fieldName": "referrerpolicy",
2304
2213
  "inheritedFrom": {
2305
- "name": "AnchoredRegion",
2306
- "module": "src/anchored-region/anchored-region.ts"
2214
+ "name": "Anchor",
2215
+ "module": "src/anchor/anchor.ts"
2307
2216
  }
2308
2217
  },
2309
2218
  {
2310
- "name": "vertical-scaling",
2219
+ "name": "rel",
2311
2220
  "type": {
2312
- "text": "AxisScalingMode"
2221
+ "text": "string"
2313
2222
  },
2314
- "default": "\"content\"",
2315
- "description": "Defines how the height of the region is calculated",
2316
- "fieldName": "verticalScaling",
2223
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2224
+ "fieldName": "rel",
2317
2225
  "inheritedFrom": {
2318
- "name": "AnchoredRegion",
2319
- "module": "src/anchored-region/anchored-region.ts"
2226
+ "name": "Anchor",
2227
+ "module": "src/anchor/anchor.ts"
2320
2228
  }
2321
2229
  },
2322
2230
  {
2323
- "name": "fixed-placement",
2231
+ "name": "target",
2324
2232
  "type": {
2325
- "text": "boolean"
2233
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2326
2234
  },
2327
- "default": "false",
2328
- "description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
2329
- "fieldName": "fixedPlacement",
2235
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2236
+ "fieldName": "target",
2330
2237
  "inheritedFrom": {
2331
- "name": "AnchoredRegion",
2332
- "module": "src/anchored-region/anchored-region.ts"
2238
+ "name": "Anchor",
2239
+ "module": "src/anchor/anchor.ts"
2333
2240
  }
2334
2241
  },
2335
2242
  {
2336
- "name": "auto-update-mode",
2243
+ "name": "type",
2337
2244
  "type": {
2338
- "text": "AutoUpdateMode"
2245
+ "text": "string"
2339
2246
  },
2340
- "default": "\"anchor\"",
2341
- "description": "Defines what triggers the anchored region to revaluate positioning",
2342
- "fieldName": "autoUpdateMode",
2247
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2248
+ "fieldName": "type",
2343
2249
  "inheritedFrom": {
2344
- "name": "AnchoredRegion",
2345
- "module": "src/anchored-region/anchored-region.ts"
2250
+ "name": "Anchor",
2251
+ "module": "src/anchor/anchor.ts"
2346
2252
  }
2347
2253
  }
2348
2254
  ],
2349
2255
  "members": [
2350
2256
  {
2351
2257
  "kind": "field",
2352
- "name": "anchor",
2258
+ "name": "download",
2353
2259
  "type": {
2354
2260
  "text": "string"
2355
2261
  },
2356
2262
  "privacy": "public",
2357
- "default": "\"\"",
2358
- "description": "The HTML ID of the anchor element this region is positioned relative to",
2359
- "inheritedFrom": {
2360
- "name": "AnchoredRegion",
2361
- "module": "src/anchored-region/anchored-region.ts"
2362
- }
2363
- },
2364
- {
2365
- "kind": "method",
2366
- "name": "anchorChanged",
2367
- "privacy": "private",
2368
- "return": {
2369
- "type": {
2370
- "text": "void"
2371
- }
2372
- },
2263
+ "description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2373
2264
  "inheritedFrom": {
2374
- "name": "AnchoredRegion",
2375
- "module": "src/anchored-region/anchored-region.ts"
2265
+ "name": "Anchor",
2266
+ "module": "src/anchor/anchor.ts"
2376
2267
  }
2377
2268
  },
2378
2269
  {
2379
2270
  "kind": "field",
2380
- "name": "viewport",
2271
+ "name": "href",
2381
2272
  "type": {
2382
2273
  "text": "string"
2383
2274
  },
2384
2275
  "privacy": "public",
2385
- "default": "\"\"",
2386
- "description": "The HTML ID of the viewport element this region is positioned relative to",
2387
- "inheritedFrom": {
2388
- "name": "AnchoredRegion",
2389
- "module": "src/anchored-region/anchored-region.ts"
2390
- }
2391
- },
2392
- {
2393
- "kind": "method",
2394
- "name": "viewportChanged",
2395
- "privacy": "private",
2396
- "return": {
2397
- "type": {
2398
- "text": "void"
2399
- }
2400
- },
2276
+ "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2401
2277
  "inheritedFrom": {
2402
- "name": "AnchoredRegion",
2403
- "module": "src/anchored-region/anchored-region.ts"
2278
+ "name": "Anchor",
2279
+ "module": "src/anchor/anchor.ts"
2404
2280
  }
2405
2281
  },
2406
2282
  {
2407
2283
  "kind": "field",
2408
- "name": "horizontalPositioningMode",
2284
+ "name": "hreflang",
2409
2285
  "type": {
2410
- "text": "AxisPositioningMode"
2286
+ "text": "string"
2411
2287
  },
2412
2288
  "privacy": "public",
2413
- "default": "\"uncontrolled\"",
2414
- "description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
2289
+ "description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2415
2290
  "inheritedFrom": {
2416
- "name": "AnchoredRegion",
2417
- "module": "src/anchored-region/anchored-region.ts"
2291
+ "name": "Anchor",
2292
+ "module": "src/anchor/anchor.ts"
2418
2293
  }
2419
2294
  },
2420
2295
  {
2421
- "kind": "method",
2422
- "name": "horizontalPositioningModeChanged",
2423
- "privacy": "private",
2424
- "return": {
2425
- "type": {
2426
- "text": "void"
2427
- }
2296
+ "kind": "field",
2297
+ "name": "ping",
2298
+ "type": {
2299
+ "text": "string"
2428
2300
  },
2301
+ "privacy": "public",
2302
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2429
2303
  "inheritedFrom": {
2430
- "name": "AnchoredRegion",
2431
- "module": "src/anchored-region/anchored-region.ts"
2304
+ "name": "Anchor",
2305
+ "module": "src/anchor/anchor.ts"
2432
2306
  }
2433
2307
  },
2434
2308
  {
2435
2309
  "kind": "field",
2436
- "name": "horizontalDefaultPosition",
2310
+ "name": "referrerpolicy",
2437
2311
  "type": {
2438
- "text": "HorizontalPosition"
2312
+ "text": "string"
2439
2313
  },
2440
2314
  "privacy": "public",
2441
- "default": "\"unset\"",
2442
- "description": "The default horizontal position of the region relative to the anchor element",
2315
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2443
2316
  "inheritedFrom": {
2444
- "name": "AnchoredRegion",
2445
- "module": "src/anchored-region/anchored-region.ts"
2317
+ "name": "Anchor",
2318
+ "module": "src/anchor/anchor.ts"
2446
2319
  }
2447
2320
  },
2448
2321
  {
2449
- "kind": "method",
2450
- "name": "horizontalDefaultPositionChanged",
2451
- "privacy": "private",
2452
- "return": {
2453
- "type": {
2454
- "text": "void"
2455
- }
2322
+ "kind": "field",
2323
+ "name": "rel",
2324
+ "type": {
2325
+ "text": "string"
2456
2326
  },
2327
+ "privacy": "public",
2328
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2457
2329
  "inheritedFrom": {
2458
- "name": "AnchoredRegion",
2459
- "module": "src/anchored-region/anchored-region.ts"
2330
+ "name": "Anchor",
2331
+ "module": "src/anchor/anchor.ts"
2460
2332
  }
2461
2333
  },
2462
2334
  {
2463
2335
  "kind": "field",
2464
- "name": "horizontalViewportLock",
2336
+ "name": "target",
2465
2337
  "type": {
2466
- "text": "boolean"
2338
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2467
2339
  },
2468
2340
  "privacy": "public",
2469
- "default": "false",
2470
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2341
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2471
2342
  "inheritedFrom": {
2472
- "name": "AnchoredRegion",
2473
- "module": "src/anchored-region/anchored-region.ts"
2343
+ "name": "Anchor",
2344
+ "module": "src/anchor/anchor.ts"
2474
2345
  }
2475
2346
  },
2476
2347
  {
2477
- "kind": "method",
2478
- "name": "horizontalViewportLockChanged",
2479
- "privacy": "private",
2480
- "return": {
2481
- "type": {
2482
- "text": "void"
2483
- }
2348
+ "kind": "field",
2349
+ "name": "type",
2350
+ "type": {
2351
+ "text": "string"
2484
2352
  },
2353
+ "privacy": "public",
2354
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2485
2355
  "inheritedFrom": {
2486
- "name": "AnchoredRegion",
2487
- "module": "src/anchored-region/anchored-region.ts"
2356
+ "name": "Anchor",
2357
+ "module": "src/anchor/anchor.ts"
2488
2358
  }
2489
2359
  },
2490
2360
  {
2491
2361
  "kind": "field",
2492
- "name": "horizontalInset",
2362
+ "name": "control",
2493
2363
  "type": {
2494
- "text": "boolean"
2364
+ "text": "HTMLAnchorElement | undefined"
2495
2365
  },
2496
2366
  "privacy": "public",
2497
- "default": "false",
2498
- "description": "Whether the region overlaps the anchor on the horizontal axis",
2367
+ "description": "References the root element",
2499
2368
  "inheritedFrom": {
2500
- "name": "AnchoredRegion",
2501
- "module": "src/anchored-region/anchored-region.ts"
2369
+ "name": "Anchor",
2370
+ "module": "src/anchor/anchor.ts"
2502
2371
  }
2503
2372
  },
2504
2373
  {
2505
- "kind": "method",
2506
- "name": "horizontalInsetChanged",
2374
+ "kind": "field",
2375
+ "name": "handleUnsupportedDelegatesFocus",
2507
2376
  "privacy": "private",
2508
- "return": {
2509
- "type": {
2510
- "text": "void"
2511
- }
2512
- },
2377
+ "description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
2513
2378
  "inheritedFrom": {
2514
- "name": "AnchoredRegion",
2515
- "module": "src/anchored-region/anchored-region.ts"
2379
+ "name": "Anchor",
2380
+ "module": "src/anchor/anchor.ts"
2516
2381
  }
2517
2382
  },
2518
2383
  {
2519
2384
  "kind": "field",
2520
- "name": "horizontalThreshold",
2385
+ "name": "_presentation",
2521
2386
  "type": {
2522
- "text": "number"
2387
+ "text": "ComponentPresentation | null | undefined"
2523
2388
  },
2524
- "privacy": "public",
2525
- "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
2526
- "inheritedFrom": {
2527
- "name": "AnchoredRegion",
2528
- "module": "src/anchored-region/anchored-region.ts"
2529
- }
2530
- },
2531
- {
2532
- "kind": "method",
2533
- "name": "horizontalThresholdChanged",
2534
2389
  "privacy": "private",
2535
- "return": {
2536
- "type": {
2537
- "text": "void"
2538
- }
2539
- },
2390
+ "default": "void 0",
2540
2391
  "inheritedFrom": {
2541
- "name": "AnchoredRegion",
2542
- "module": "src/anchored-region/anchored-region.ts"
2392
+ "name": "FoundationElement",
2393
+ "module": "src/foundation-element/foundation-element.ts"
2543
2394
  }
2544
2395
  },
2545
2396
  {
2546
2397
  "kind": "field",
2547
- "name": "horizontalScaling",
2398
+ "name": "$presentation",
2548
2399
  "type": {
2549
- "text": "AxisScalingMode"
2400
+ "text": "ComponentPresentation | null"
2550
2401
  },
2551
2402
  "privacy": "public",
2552
- "default": "\"content\"",
2553
- "description": "Defines how the width of the region is calculated",
2554
- "inheritedFrom": {
2555
- "name": "AnchoredRegion",
2556
- "module": "src/anchored-region/anchored-region.ts"
2557
- }
2558
- },
2559
- {
2560
- "kind": "method",
2561
- "name": "horizontalScalingChanged",
2562
- "privacy": "private",
2563
- "return": {
2564
- "type": {
2565
- "text": "void"
2566
- }
2567
- },
2403
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2568
2404
  "inheritedFrom": {
2569
- "name": "AnchoredRegion",
2570
- "module": "src/anchored-region/anchored-region.ts"
2405
+ "name": "FoundationElement",
2406
+ "module": "src/foundation-element/foundation-element.ts"
2571
2407
  }
2572
2408
  },
2573
2409
  {
2574
2410
  "kind": "field",
2575
- "name": "verticalPositioningMode",
2411
+ "name": "template",
2576
2412
  "type": {
2577
- "text": "AxisPositioningMode"
2413
+ "text": "ElementViewTemplate | void | null"
2578
2414
  },
2579
2415
  "privacy": "public",
2580
- "default": "\"uncontrolled\"",
2581
- "description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
2416
+ "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.",
2582
2417
  "inheritedFrom": {
2583
- "name": "AnchoredRegion",
2584
- "module": "src/anchored-region/anchored-region.ts"
2418
+ "name": "FoundationElement",
2419
+ "module": "src/foundation-element/foundation-element.ts"
2585
2420
  }
2586
2421
  },
2587
2422
  {
2588
2423
  "kind": "method",
2589
- "name": "verticalPositioningModeChanged",
2590
- "privacy": "private",
2424
+ "name": "templateChanged",
2425
+ "privacy": "protected",
2591
2426
  "return": {
2592
2427
  "type": {
2593
2428
  "text": "void"
2594
2429
  }
2595
2430
  },
2596
2431
  "inheritedFrom": {
2597
- "name": "AnchoredRegion",
2598
- "module": "src/anchored-region/anchored-region.ts"
2432
+ "name": "FoundationElement",
2433
+ "module": "src/foundation-element/foundation-element.ts"
2599
2434
  }
2600
2435
  },
2601
2436
  {
2602
2437
  "kind": "field",
2603
- "name": "verticalDefaultPosition",
2438
+ "name": "styles",
2604
2439
  "type": {
2605
- "text": "VerticalPosition"
2440
+ "text": "ElementStyles | void | null"
2606
2441
  },
2607
2442
  "privacy": "public",
2608
- "default": "\"unset\"",
2609
- "description": "The default vertical position of the region relative to the anchor element",
2443
+ "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.",
2610
2444
  "inheritedFrom": {
2611
- "name": "AnchoredRegion",
2612
- "module": "src/anchored-region/anchored-region.ts"
2445
+ "name": "FoundationElement",
2446
+ "module": "src/foundation-element/foundation-element.ts"
2613
2447
  }
2614
2448
  },
2615
2449
  {
2616
2450
  "kind": "method",
2617
- "name": "verticalDefaultPositionChanged",
2618
- "privacy": "private",
2451
+ "name": "stylesChanged",
2452
+ "privacy": "protected",
2619
2453
  "return": {
2620
2454
  "type": {
2621
2455
  "text": "void"
2622
2456
  }
2623
2457
  },
2624
2458
  "inheritedFrom": {
2625
- "name": "AnchoredRegion",
2626
- "module": "src/anchored-region/anchored-region.ts"
2627
- }
2628
- },
2629
- {
2630
- "kind": "field",
2631
- "name": "verticalViewportLock",
2632
- "type": {
2633
- "text": "boolean"
2634
- },
2635
- "privacy": "public",
2636
- "default": "false",
2637
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
2638
- "inheritedFrom": {
2639
- "name": "AnchoredRegion",
2640
- "module": "src/anchored-region/anchored-region.ts"
2459
+ "name": "FoundationElement",
2460
+ "module": "src/foundation-element/foundation-element.ts"
2641
2461
  }
2642
2462
  },
2643
2463
  {
2644
2464
  "kind": "method",
2645
- "name": "verticalViewportLockChanged",
2646
- "privacy": "private",
2465
+ "name": "compose",
2466
+ "privacy": "public",
2467
+ "static": true,
2647
2468
  "return": {
2648
2469
  "type": {
2649
- "text": "void"
2470
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2650
2471
  }
2651
2472
  },
2652
- "inheritedFrom": {
2653
- "name": "AnchoredRegion",
2654
- "module": "src/anchored-region/anchored-region.ts"
2655
- }
2656
- },
2657
- {
2658
- "kind": "field",
2659
- "name": "verticalInset",
2660
- "type": {
2661
- "text": "boolean"
2662
- },
2663
- "privacy": "public",
2664
- "default": "false",
2665
- "description": "Whether the region overlaps the anchor on the vertical axis",
2666
- "inheritedFrom": {
2667
- "name": "AnchoredRegion",
2668
- "module": "src/anchored-region/anchored-region.ts"
2473
+ "parameters": [
2474
+ {
2475
+ "name": "this",
2476
+ "type": {
2477
+ "text": "K"
2478
+ }
2479
+ },
2480
+ {
2481
+ "name": "elementDefinition",
2482
+ "type": {
2483
+ "text": "T"
2484
+ },
2485
+ "description": "The definition of the element to create the registry\nfunction for."
2486
+ }
2487
+ ],
2488
+ "description": "Defines an element registry function with a set of element definition defaults.",
2489
+ "inheritedFrom": {
2490
+ "name": "FoundationElement",
2491
+ "module": "src/foundation-element/foundation-element.ts"
2492
+ }
2493
+ }
2494
+ ]
2495
+ },
2496
+ {
2497
+ "kind": "variable",
2498
+ "name": "foundationAnchorShadowOptions",
2499
+ "type": {
2500
+ "text": "ShadowRootInit"
2501
+ },
2502
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2503
+ },
2504
+ {
2505
+ "kind": "variable",
2506
+ "name": "defaultAnchorConfig",
2507
+ "type": {
2508
+ "text": "object"
2509
+ },
2510
+ "default": "{}"
2511
+ },
2512
+ {
2513
+ "kind": "variable",
2514
+ "name": "foundationAnchor",
2515
+ "description": "The Foundation Anchor",
2516
+ "privacy": "public"
2517
+ }
2518
+ ],
2519
+ "exports": [
2520
+ {
2521
+ "kind": "js",
2522
+ "name": "Anchor",
2523
+ "declaration": {
2524
+ "name": "Anchor",
2525
+ "module": "src/anchor/anchor.ts"
2526
+ }
2527
+ },
2528
+ {
2529
+ "kind": "js",
2530
+ "name": "foundationAnchorShadowOptions",
2531
+ "declaration": {
2532
+ "name": "foundationAnchorShadowOptions",
2533
+ "module": "src/anchor/anchor.ts"
2534
+ }
2535
+ },
2536
+ {
2537
+ "kind": "js",
2538
+ "name": "defaultAnchorConfig",
2539
+ "declaration": {
2540
+ "name": "defaultAnchorConfig",
2541
+ "module": "src/anchor/anchor.ts"
2542
+ }
2543
+ },
2544
+ {
2545
+ "kind": "js",
2546
+ "name": "foundationAnchor",
2547
+ "declaration": {
2548
+ "name": "foundationAnchor",
2549
+ "module": "src/anchor/anchor.ts"
2550
+ }
2551
+ }
2552
+ ]
2553
+ },
2554
+ {
2555
+ "kind": "javascript-module",
2556
+ "path": "src/anchor/index.ts",
2557
+ "declarations": [],
2558
+ "exports": [
2559
+ {
2560
+ "kind": "js",
2561
+ "name": "*",
2562
+ "declaration": {
2563
+ "name": "*",
2564
+ "package": "./anchor.template"
2565
+ }
2566
+ },
2567
+ {
2568
+ "kind": "js",
2569
+ "name": "*",
2570
+ "declaration": {
2571
+ "name": "*",
2572
+ "package": "./anchor.styles"
2573
+ }
2574
+ },
2575
+ {
2576
+ "kind": "js",
2577
+ "name": "*",
2578
+ "declaration": {
2579
+ "name": "*",
2580
+ "package": "./anchor"
2581
+ }
2582
+ }
2583
+ ]
2584
+ },
2585
+ {
2586
+ "kind": "javascript-module",
2587
+ "path": "src/anchored-region/anchor-region.template.ts",
2588
+ "declarations": [
2589
+ {
2590
+ "kind": "function",
2591
+ "name": "foundationAnchoredRegionTemplate",
2592
+ "return": {
2593
+ "type": {
2594
+ "text": "ViewTemplate<AnchoredRegion>"
2595
+ }
2596
+ },
2597
+ "parameters": [
2598
+ {
2599
+ "name": "context",
2600
+ "type": {
2601
+ "text": "ElementDefinitionContext"
2669
2602
  }
2670
2603
  },
2671
2604
  {
2672
- "kind": "method",
2673
- "name": "verticalInsetChanged",
2674
- "privacy": "private",
2675
- "return": {
2676
- "type": {
2677
- "text": "void"
2678
- }
2605
+ "name": "definition",
2606
+ "type": {
2607
+ "text": "FoundationElementDefinition"
2608
+ }
2609
+ }
2610
+ ]
2611
+ }
2612
+ ],
2613
+ "exports": [
2614
+ {
2615
+ "kind": "js",
2616
+ "name": "foundationAnchoredRegionTemplate",
2617
+ "declaration": {
2618
+ "name": "foundationAnchoredRegionTemplate",
2619
+ "module": "src/anchored-region/anchor-region.template.ts"
2620
+ }
2621
+ }
2622
+ ]
2623
+ },
2624
+ {
2625
+ "kind": "javascript-module",
2626
+ "path": "src/anchored-region/anchored-region.styles.ts",
2627
+ "declarations": [
2628
+ {
2629
+ "kind": "function",
2630
+ "name": "foundationAnchoredRegionStyles",
2631
+ "return": {
2632
+ "type": {
2633
+ "text": "ElementStyles"
2634
+ }
2635
+ },
2636
+ "parameters": [
2637
+ {
2638
+ "name": "context",
2639
+ "type": {
2640
+ "text": "ElementDefinitionContext"
2641
+ }
2642
+ },
2643
+ {
2644
+ "name": "definition",
2645
+ "type": {
2646
+ "text": "FoundationElementDefinition"
2647
+ }
2648
+ }
2649
+ ]
2650
+ }
2651
+ ],
2652
+ "exports": [
2653
+ {
2654
+ "kind": "js",
2655
+ "name": "foundationAnchoredRegionStyles",
2656
+ "declaration": {
2657
+ "name": "foundationAnchoredRegionStyles",
2658
+ "module": "src/anchored-region/anchored-region.styles.ts"
2659
+ }
2660
+ }
2661
+ ]
2662
+ },
2663
+ {
2664
+ "kind": "javascript-module",
2665
+ "path": "src/anchored-region/anchored-region.ts",
2666
+ "declarations": [
2667
+ {
2668
+ "kind": "class",
2669
+ "description": "",
2670
+ "name": "AnchoredRegion",
2671
+ "superclass": {
2672
+ "name": "FASTAnchoredRegion",
2673
+ "package": "@microsoft/fast-components"
2674
+ },
2675
+ "tagName": "%%prefix%%-anchored-region",
2676
+ "customElement": true,
2677
+ "attributes": [
2678
+ {
2679
+ "name": "anchor",
2680
+ "type": {
2681
+ "text": "string"
2679
2682
  },
2683
+ "default": "\"\"",
2684
+ "description": "The HTML ID of the anchor element this region is positioned relative to",
2685
+ "fieldName": "anchor",
2680
2686
  "inheritedFrom": {
2681
2687
  "name": "AnchoredRegion",
2682
2688
  "module": "src/anchored-region/anchored-region.ts"
2683
2689
  }
2684
2690
  },
2685
2691
  {
2686
- "kind": "field",
2687
- "name": "verticalThreshold",
2692
+ "name": "viewport",
2688
2693
  "type": {
2689
- "text": "number"
2694
+ "text": "string"
2690
2695
  },
2691
- "privacy": "public",
2692
- "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
2696
+ "default": "\"\"",
2697
+ "description": "The HTML ID of the viewport element this region is positioned relative to",
2698
+ "fieldName": "viewport",
2693
2699
  "inheritedFrom": {
2694
2700
  "name": "AnchoredRegion",
2695
2701
  "module": "src/anchored-region/anchored-region.ts"
2696
2702
  }
2697
2703
  },
2698
2704
  {
2699
- "kind": "method",
2700
- "name": "verticalThresholdChanged",
2701
- "privacy": "private",
2702
- "return": {
2703
- "type": {
2704
- "text": "void"
2705
- }
2705
+ "name": "horizontal-positioning-mode",
2706
+ "type": {
2707
+ "text": "AxisPositioningMode"
2706
2708
  },
2709
+ "default": "\"uncontrolled\"",
2710
+ "description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
2711
+ "fieldName": "horizontalPositioningMode",
2707
2712
  "inheritedFrom": {
2708
2713
  "name": "AnchoredRegion",
2709
2714
  "module": "src/anchored-region/anchored-region.ts"
2710
2715
  }
2711
2716
  },
2712
2717
  {
2713
- "kind": "field",
2714
- "name": "verticalScaling",
2718
+ "name": "horizontal-default-position",
2715
2719
  "type": {
2716
- "text": "AxisScalingMode"
2720
+ "text": "HorizontalPosition"
2717
2721
  },
2718
- "privacy": "public",
2719
- "default": "\"content\"",
2720
- "description": "Defines how the height of the region is calculated",
2722
+ "default": "\"unset\"",
2723
+ "description": "The default horizontal position of the region relative to the anchor element",
2724
+ "fieldName": "horizontalDefaultPosition",
2721
2725
  "inheritedFrom": {
2722
2726
  "name": "AnchoredRegion",
2723
2727
  "module": "src/anchored-region/anchored-region.ts"
2724
2728
  }
2725
2729
  },
2726
2730
  {
2727
- "kind": "method",
2728
- "name": "verticalScalingChanged",
2729
- "privacy": "private",
2730
- "return": {
2731
- "type": {
2732
- "text": "void"
2733
- }
2731
+ "name": "horizontal-viewport-lock",
2732
+ "type": {
2733
+ "text": "boolean"
2734
2734
  },
2735
+ "default": "false",
2736
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2737
+ "fieldName": "horizontalViewportLock",
2735
2738
  "inheritedFrom": {
2736
2739
  "name": "AnchoredRegion",
2737
2740
  "module": "src/anchored-region/anchored-region.ts"
2738
2741
  }
2739
2742
  },
2740
2743
  {
2741
- "kind": "field",
2742
- "name": "fixedPlacement",
2744
+ "name": "horizontal-inset",
2743
2745
  "type": {
2744
2746
  "text": "boolean"
2745
2747
  },
2746
- "privacy": "public",
2747
2748
  "default": "false",
2748
- "description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
2749
+ "description": "Whether the region overlaps the anchor on the horizontal axis",
2750
+ "fieldName": "horizontalInset",
2749
2751
  "inheritedFrom": {
2750
2752
  "name": "AnchoredRegion",
2751
2753
  "module": "src/anchored-region/anchored-region.ts"
2752
2754
  }
2753
2755
  },
2754
2756
  {
2755
- "kind": "method",
2756
- "name": "fixedPlacementChanged",
2757
- "privacy": "private",
2758
- "return": {
2759
- "type": {
2760
- "text": "void"
2761
- }
2757
+ "name": "horizontal-threshold",
2758
+ "type": {
2759
+ "text": "number"
2762
2760
  },
2761
+ "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
2762
+ "fieldName": "horizontalThreshold",
2763
2763
  "inheritedFrom": {
2764
2764
  "name": "AnchoredRegion",
2765
2765
  "module": "src/anchored-region/anchored-region.ts"
2766
2766
  }
2767
2767
  },
2768
2768
  {
2769
- "kind": "field",
2770
- "name": "autoUpdateMode",
2769
+ "name": "horizontal-scaling",
2771
2770
  "type": {
2772
- "text": "AutoUpdateMode"
2771
+ "text": "AxisScalingMode"
2773
2772
  },
2774
- "privacy": "public",
2775
- "default": "\"anchor\"",
2776
- "description": "Defines what triggers the anchored region to revaluate positioning",
2773
+ "default": "\"content\"",
2774
+ "description": "Defines how the width of the region is calculated",
2775
+ "fieldName": "horizontalScaling",
2777
2776
  "inheritedFrom": {
2778
2777
  "name": "AnchoredRegion",
2779
2778
  "module": "src/anchored-region/anchored-region.ts"
2780
2779
  }
2781
2780
  },
2782
2781
  {
2783
- "kind": "method",
2784
- "name": "autoUpdateModeChanged",
2785
- "privacy": "private",
2786
- "return": {
2787
- "type": {
2788
- "text": "void"
2789
- }
2782
+ "name": "vertical-positioning-mode",
2783
+ "type": {
2784
+ "text": "AxisPositioningMode"
2790
2785
  },
2791
- "parameters": [
2792
- {
2793
- "name": "prevMode",
2794
- "type": {
2795
- "text": "AutoUpdateMode"
2796
- }
2797
- },
2798
- {
2799
- "name": "newMode",
2800
- "type": {
2801
- "text": "AutoUpdateMode"
2802
- }
2803
- }
2804
- ],
2786
+ "default": "\"uncontrolled\"",
2787
+ "description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
2788
+ "fieldName": "verticalPositioningMode",
2805
2789
  "inheritedFrom": {
2806
2790
  "name": "AnchoredRegion",
2807
2791
  "module": "src/anchored-region/anchored-region.ts"
2808
2792
  }
2809
2793
  },
2810
2794
  {
2811
- "kind": "field",
2812
- "name": "anchorElement",
2795
+ "name": "vertical-default-position",
2813
2796
  "type": {
2814
- "text": "HTMLElement | null"
2797
+ "text": "VerticalPosition"
2815
2798
  },
2816
- "privacy": "public",
2817
- "default": "null",
2818
- "description": "The HTML element being used as the anchor",
2799
+ "default": "\"unset\"",
2800
+ "description": "The default vertical position of the region relative to the anchor element",
2801
+ "fieldName": "verticalDefaultPosition",
2819
2802
  "inheritedFrom": {
2820
2803
  "name": "AnchoredRegion",
2821
2804
  "module": "src/anchored-region/anchored-region.ts"
2822
2805
  }
2823
2806
  },
2824
2807
  {
2825
- "kind": "method",
2826
- "name": "anchorElementChanged",
2827
- "privacy": "private",
2828
- "return": {
2829
- "type": {
2830
- "text": "void"
2831
- }
2808
+ "name": "vertical-viewport-lock",
2809
+ "type": {
2810
+ "text": "boolean"
2832
2811
  },
2812
+ "default": "false",
2813
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
2814
+ "fieldName": "verticalViewportLock",
2833
2815
  "inheritedFrom": {
2834
2816
  "name": "AnchoredRegion",
2835
2817
  "module": "src/anchored-region/anchored-region.ts"
2836
2818
  }
2837
2819
  },
2838
2820
  {
2839
- "kind": "field",
2840
- "name": "viewportElement",
2821
+ "name": "vertical-inset",
2841
2822
  "type": {
2842
- "text": "HTMLElement | null"
2823
+ "text": "boolean"
2843
2824
  },
2844
- "privacy": "public",
2845
- "default": "null",
2846
- "description": "The HTML element being used as the viewport",
2825
+ "default": "false",
2826
+ "description": "Whether the region overlaps the anchor on the vertical axis",
2827
+ "fieldName": "verticalInset",
2847
2828
  "inheritedFrom": {
2848
2829
  "name": "AnchoredRegion",
2849
2830
  "module": "src/anchored-region/anchored-region.ts"
2850
2831
  }
2851
2832
  },
2852
2833
  {
2853
- "kind": "method",
2854
- "name": "viewportElementChanged",
2855
- "privacy": "private",
2856
- "return": {
2857
- "type": {
2858
- "text": "void"
2859
- }
2834
+ "name": "vertical-threshold",
2835
+ "type": {
2836
+ "text": "number"
2860
2837
  },
2838
+ "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
2839
+ "fieldName": "verticalThreshold",
2861
2840
  "inheritedFrom": {
2862
2841
  "name": "AnchoredRegion",
2863
2842
  "module": "src/anchored-region/anchored-region.ts"
2864
2843
  }
2865
2844
  },
2866
2845
  {
2867
- "kind": "field",
2868
- "name": "verticalPosition",
2846
+ "name": "vertical-scaling",
2869
2847
  "type": {
2870
- "text": "AnchoredRegionPositionLabel | undefined"
2848
+ "text": "AxisScalingMode"
2871
2849
  },
2872
- "privacy": "public",
2873
- "description": "indicates the current horizontal position of the region",
2850
+ "default": "\"content\"",
2851
+ "description": "Defines how the height of the region is calculated",
2852
+ "fieldName": "verticalScaling",
2874
2853
  "inheritedFrom": {
2875
2854
  "name": "AnchoredRegion",
2876
2855
  "module": "src/anchored-region/anchored-region.ts"
2877
2856
  }
2878
2857
  },
2879
2858
  {
2880
- "kind": "field",
2881
- "name": "horizontalPosition",
2859
+ "name": "fixed-placement",
2882
2860
  "type": {
2883
- "text": "AnchoredRegionPositionLabel | undefined"
2861
+ "text": "boolean"
2884
2862
  },
2885
- "privacy": "public",
2886
- "description": "indicates the current vertical position of the region",
2863
+ "default": "false",
2864
+ "description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
2865
+ "fieldName": "fixedPlacement",
2887
2866
  "inheritedFrom": {
2888
2867
  "name": "AnchoredRegion",
2889
2868
  "module": "src/anchored-region/anchored-region.ts"
2890
2869
  }
2891
2870
  },
2892
2871
  {
2893
- "kind": "field",
2894
- "name": "translateX",
2872
+ "name": "auto-update-mode",
2895
2873
  "type": {
2896
- "text": "number"
2874
+ "text": "AutoUpdateMode"
2897
2875
  },
2898
- "privacy": "private",
2899
- "description": "values to be applied to the component's transform on render",
2876
+ "default": "\"anchor\"",
2877
+ "description": "Defines what triggers the anchored region to revaluate positioning",
2878
+ "fieldName": "autoUpdateMode",
2900
2879
  "inheritedFrom": {
2901
2880
  "name": "AnchoredRegion",
2902
2881
  "module": "src/anchored-region/anchored-region.ts"
2903
2882
  }
2904
- },
2883
+ }
2884
+ ],
2885
+ "members": [
2905
2886
  {
2906
2887
  "kind": "field",
2907
- "name": "translateY",
2888
+ "name": "anchor",
2908
2889
  "type": {
2909
- "text": "number"
2890
+ "text": "string"
2910
2891
  },
2911
- "privacy": "private",
2892
+ "privacy": "public",
2893
+ "default": "\"\"",
2894
+ "description": "The HTML ID of the anchor element this region is positioned relative to",
2912
2895
  "inheritedFrom": {
2913
2896
  "name": "AnchoredRegion",
2914
2897
  "module": "src/anchored-region/anchored-region.ts"
2915
2898
  }
2916
2899
  },
2917
2900
  {
2918
- "kind": "field",
2919
- "name": "regionWidth",
2920
- "type": {
2921
- "text": "string"
2922
- },
2901
+ "kind": "method",
2902
+ "name": "anchorChanged",
2923
2903
  "privacy": "private",
2924
- "description": "the span to be applied to the region on each axis",
2904
+ "return": {
2905
+ "type": {
2906
+ "text": "void"
2907
+ }
2908
+ },
2925
2909
  "inheritedFrom": {
2926
2910
  "name": "AnchoredRegion",
2927
2911
  "module": "src/anchored-region/anchored-region.ts"
@@ -2929,24 +2913,27 @@
2929
2913
  },
2930
2914
  {
2931
2915
  "kind": "field",
2932
- "name": "regionHeight",
2916
+ "name": "viewport",
2933
2917
  "type": {
2934
2918
  "text": "string"
2935
2919
  },
2936
- "privacy": "private",
2920
+ "privacy": "public",
2921
+ "default": "\"\"",
2922
+ "description": "The HTML ID of the viewport element this region is positioned relative to",
2937
2923
  "inheritedFrom": {
2938
2924
  "name": "AnchoredRegion",
2939
2925
  "module": "src/anchored-region/anchored-region.ts"
2940
2926
  }
2941
2927
  },
2942
2928
  {
2943
- "kind": "field",
2944
- "name": "resizeDetector",
2945
- "type": {
2946
- "text": "ResizeObserverClassDefinition | null"
2947
- },
2929
+ "kind": "method",
2930
+ "name": "viewportChanged",
2948
2931
  "privacy": "private",
2949
- "default": "null",
2932
+ "return": {
2933
+ "type": {
2934
+ "text": "void"
2935
+ }
2936
+ },
2950
2937
  "inheritedFrom": {
2951
2938
  "name": "AnchoredRegion",
2952
2939
  "module": "src/anchored-region/anchored-region.ts"
@@ -2954,23 +2941,27 @@
2954
2941
  },
2955
2942
  {
2956
2943
  "kind": "field",
2957
- "name": "viewportRect",
2944
+ "name": "horizontalPositioningMode",
2958
2945
  "type": {
2959
- "text": "ClientRect | DOMRect | undefined"
2946
+ "text": "AxisPositioningMode"
2960
2947
  },
2961
- "privacy": "private",
2948
+ "privacy": "public",
2949
+ "default": "\"uncontrolled\"",
2950
+ "description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
2962
2951
  "inheritedFrom": {
2963
2952
  "name": "AnchoredRegion",
2964
2953
  "module": "src/anchored-region/anchored-region.ts"
2965
2954
  }
2966
2955
  },
2967
2956
  {
2968
- "kind": "field",
2969
- "name": "anchorRect",
2970
- "type": {
2971
- "text": "ClientRect | DOMRect | undefined"
2972
- },
2957
+ "kind": "method",
2958
+ "name": "horizontalPositioningModeChanged",
2973
2959
  "privacy": "private",
2960
+ "return": {
2961
+ "type": {
2962
+ "text": "void"
2963
+ }
2964
+ },
2974
2965
  "inheritedFrom": {
2975
2966
  "name": "AnchoredRegion",
2976
2967
  "module": "src/anchored-region/anchored-region.ts"
@@ -2978,25 +2969,27 @@
2978
2969
  },
2979
2970
  {
2980
2971
  "kind": "field",
2981
- "name": "regionRect",
2972
+ "name": "horizontalDefaultPosition",
2982
2973
  "type": {
2983
- "text": "ClientRect | DOMRect | undefined"
2974
+ "text": "HorizontalPosition"
2984
2975
  },
2985
- "privacy": "private",
2976
+ "privacy": "public",
2977
+ "default": "\"unset\"",
2978
+ "description": "The default horizontal position of the region relative to the anchor element",
2986
2979
  "inheritedFrom": {
2987
2980
  "name": "AnchoredRegion",
2988
2981
  "module": "src/anchored-region/anchored-region.ts"
2989
2982
  }
2990
2983
  },
2991
2984
  {
2992
- "kind": "field",
2993
- "name": "baseHorizontalOffset",
2994
- "type": {
2995
- "text": "number"
2996
- },
2985
+ "kind": "method",
2986
+ "name": "horizontalDefaultPositionChanged",
2997
2987
  "privacy": "private",
2998
- "default": "0",
2999
- "description": "base offsets between the positioner's base position and the anchor's",
2988
+ "return": {
2989
+ "type": {
2990
+ "text": "void"
2991
+ }
2992
+ },
3000
2993
  "inheritedFrom": {
3001
2994
  "name": "AnchoredRegion",
3002
2995
  "module": "src/anchored-region/anchored-region.ts"
@@ -3004,25 +2997,27 @@
3004
2997
  },
3005
2998
  {
3006
2999
  "kind": "field",
3007
- "name": "baseVerticalOffset",
3000
+ "name": "horizontalViewportLock",
3008
3001
  "type": {
3009
- "text": "number"
3002
+ "text": "boolean"
3010
3003
  },
3011
- "privacy": "private",
3012
- "default": "0",
3004
+ "privacy": "public",
3005
+ "default": "false",
3006
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
3013
3007
  "inheritedFrom": {
3014
3008
  "name": "AnchoredRegion",
3015
3009
  "module": "src/anchored-region/anchored-region.ts"
3016
3010
  }
3017
3011
  },
3018
3012
  {
3019
- "kind": "field",
3020
- "name": "pendingPositioningUpdate",
3021
- "type": {
3022
- "text": "boolean"
3023
- },
3013
+ "kind": "method",
3014
+ "name": "horizontalViewportLockChanged",
3024
3015
  "privacy": "private",
3025
- "default": "false",
3016
+ "return": {
3017
+ "type": {
3018
+ "text": "void"
3019
+ }
3020
+ },
3026
3021
  "inheritedFrom": {
3027
3022
  "name": "AnchoredRegion",
3028
3023
  "module": "src/anchored-region/anchored-region.ts"
@@ -3030,24 +3025,27 @@
3030
3025
  },
3031
3026
  {
3032
3027
  "kind": "field",
3033
- "name": "pendingReset",
3028
+ "name": "horizontalInset",
3034
3029
  "type": {
3035
3030
  "text": "boolean"
3036
3031
  },
3037
- "privacy": "private",
3032
+ "privacy": "public",
3038
3033
  "default": "false",
3034
+ "description": "Whether the region overlaps the anchor on the horizontal axis",
3039
3035
  "inheritedFrom": {
3040
3036
  "name": "AnchoredRegion",
3041
3037
  "module": "src/anchored-region/anchored-region.ts"
3042
3038
  }
3043
3039
  },
3044
3040
  {
3045
- "kind": "field",
3046
- "name": "currentDirection",
3047
- "type": {
3048
- "text": "Direction"
3049
- },
3041
+ "kind": "method",
3042
+ "name": "horizontalInsetChanged",
3050
3043
  "privacy": "private",
3044
+ "return": {
3045
+ "type": {
3046
+ "text": "void"
3047
+ }
3048
+ },
3051
3049
  "inheritedFrom": {
3052
3050
  "name": "AnchoredRegion",
3053
3051
  "module": "src/anchored-region/anchored-region.ts"
@@ -3055,25 +3053,26 @@
3055
3053
  },
3056
3054
  {
3057
3055
  "kind": "field",
3058
- "name": "regionVisible",
3056
+ "name": "horizontalThreshold",
3059
3057
  "type": {
3060
- "text": "boolean"
3058
+ "text": "number"
3061
3059
  },
3062
- "privacy": "private",
3063
- "default": "false",
3060
+ "privacy": "public",
3061
+ "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
3064
3062
  "inheritedFrom": {
3065
3063
  "name": "AnchoredRegion",
3066
3064
  "module": "src/anchored-region/anchored-region.ts"
3067
3065
  }
3068
3066
  },
3069
3067
  {
3070
- "kind": "field",
3071
- "name": "forceUpdate",
3072
- "type": {
3073
- "text": "boolean"
3074
- },
3068
+ "kind": "method",
3069
+ "name": "horizontalThresholdChanged",
3075
3070
  "privacy": "private",
3076
- "default": "false",
3071
+ "return": {
3072
+ "type": {
3073
+ "text": "void"
3074
+ }
3075
+ },
3077
3076
  "inheritedFrom": {
3078
3077
  "name": "AnchoredRegion",
3079
3078
  "module": "src/anchored-region/anchored-region.ts"
@@ -3081,26 +3080,27 @@
3081
3080
  },
3082
3081
  {
3083
3082
  "kind": "field",
3084
- "name": "updateThreshold",
3083
+ "name": "horizontalScaling",
3085
3084
  "type": {
3086
- "text": "number"
3085
+ "text": "AxisScalingMode"
3087
3086
  },
3088
- "privacy": "private",
3089
- "default": "0.5",
3087
+ "privacy": "public",
3088
+ "default": "\"content\"",
3089
+ "description": "Defines how the width of the region is calculated",
3090
3090
  "inheritedFrom": {
3091
3091
  "name": "AnchoredRegion",
3092
3092
  "module": "src/anchored-region/anchored-region.ts"
3093
3093
  }
3094
3094
  },
3095
3095
  {
3096
- "kind": "field",
3097
- "name": "intersectionService",
3098
- "type": {
3099
- "text": "IntersectionService"
3100
- },
3096
+ "kind": "method",
3097
+ "name": "horizontalScalingChanged",
3101
3098
  "privacy": "private",
3102
- "static": true,
3103
- "default": "new IntersectionService()",
3099
+ "return": {
3100
+ "type": {
3101
+ "text": "void"
3102
+ }
3103
+ },
3104
3104
  "inheritedFrom": {
3105
3105
  "name": "AnchoredRegion",
3106
3106
  "module": "src/anchored-region/anchored-region.ts"
@@ -3108,9 +3108,13 @@
3108
3108
  },
3109
3109
  {
3110
3110
  "kind": "field",
3111
- "name": "update",
3111
+ "name": "verticalPositioningMode",
3112
+ "type": {
3113
+ "text": "AxisPositioningMode"
3114
+ },
3112
3115
  "privacy": "public",
3113
- "description": "update position",
3116
+ "default": "\"uncontrolled\"",
3117
+ "description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
3114
3118
  "inheritedFrom": {
3115
3119
  "name": "AnchoredRegion",
3116
3120
  "module": "src/anchored-region/anchored-region.ts"
@@ -3118,29 +3122,27 @@
3118
3122
  },
3119
3123
  {
3120
3124
  "kind": "method",
3121
- "name": "disconnectResizeDetector",
3125
+ "name": "verticalPositioningModeChanged",
3122
3126
  "privacy": "private",
3123
3127
  "return": {
3124
3128
  "type": {
3125
3129
  "text": "void"
3126
3130
  }
3127
3131
  },
3128
- "description": "destroys the instance's resize observer",
3129
3132
  "inheritedFrom": {
3130
3133
  "name": "AnchoredRegion",
3131
3134
  "module": "src/anchored-region/anchored-region.ts"
3132
3135
  }
3133
3136
  },
3134
3137
  {
3135
- "kind": "method",
3136
- "name": "initializeResizeDetector",
3137
- "privacy": "private",
3138
- "return": {
3139
- "type": {
3140
- "text": "void"
3141
- }
3138
+ "kind": "field",
3139
+ "name": "verticalDefaultPosition",
3140
+ "type": {
3141
+ "text": "VerticalPosition"
3142
3142
  },
3143
- "description": "initializes the instance's resize observer",
3143
+ "privacy": "public",
3144
+ "default": "\"unset\"",
3145
+ "description": "The default vertical position of the region relative to the anchor element",
3144
3146
  "inheritedFrom": {
3145
3147
  "name": "AnchoredRegion",
3146
3148
  "module": "src/anchored-region/anchored-region.ts"
@@ -3148,29 +3150,27 @@
3148
3150
  },
3149
3151
  {
3150
3152
  "kind": "method",
3151
- "name": "updateForAttributeChange",
3153
+ "name": "verticalDefaultPositionChanged",
3152
3154
  "privacy": "private",
3153
3155
  "return": {
3154
3156
  "type": {
3155
3157
  "text": "void"
3156
3158
  }
3157
3159
  },
3158
- "description": "react to attribute changes that don't require a reset",
3159
3160
  "inheritedFrom": {
3160
3161
  "name": "AnchoredRegion",
3161
3162
  "module": "src/anchored-region/anchored-region.ts"
3162
3163
  }
3163
3164
  },
3164
3165
  {
3165
- "kind": "method",
3166
- "name": "initialize",
3167
- "privacy": "private",
3168
- "return": {
3169
- "type": {
3170
- "text": "void"
3171
- }
3166
+ "kind": "field",
3167
+ "name": "verticalViewportLock",
3168
+ "type": {
3169
+ "text": "boolean"
3172
3170
  },
3173
- "description": "fully initializes the component",
3171
+ "privacy": "public",
3172
+ "default": "false",
3173
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
3174
3174
  "inheritedFrom": {
3175
3175
  "name": "AnchoredRegion",
3176
3176
  "module": "src/anchored-region/anchored-region.ts"
@@ -3178,39 +3178,41 @@
3178
3178
  },
3179
3179
  {
3180
3180
  "kind": "method",
3181
- "name": "requestReset",
3181
+ "name": "verticalViewportLockChanged",
3182
3182
  "privacy": "private",
3183
3183
  "return": {
3184
3184
  "type": {
3185
3185
  "text": "void"
3186
3186
  }
3187
3187
  },
3188
- "description": "Request a reset if there are currently no open requests",
3189
3188
  "inheritedFrom": {
3190
3189
  "name": "AnchoredRegion",
3191
3190
  "module": "src/anchored-region/anchored-region.ts"
3192
3191
  }
3193
3192
  },
3194
3193
  {
3195
- "kind": "method",
3196
- "name": "setInitialState",
3197
- "privacy": "private",
3198
- "return": {
3199
- "type": {
3200
- "text": "void"
3201
- }
3194
+ "kind": "field",
3195
+ "name": "verticalInset",
3196
+ "type": {
3197
+ "text": "boolean"
3202
3198
  },
3203
- "description": "sets the starting configuration for component internal values",
3199
+ "privacy": "public",
3200
+ "default": "false",
3201
+ "description": "Whether the region overlaps the anchor on the vertical axis",
3204
3202
  "inheritedFrom": {
3205
3203
  "name": "AnchoredRegion",
3206
3204
  "module": "src/anchored-region/anchored-region.ts"
3207
3205
  }
3208
3206
  },
3209
3207
  {
3210
- "kind": "field",
3211
- "name": "startObservers",
3208
+ "kind": "method",
3209
+ "name": "verticalInsetChanged",
3212
3210
  "privacy": "private",
3213
- "description": "starts observers",
3211
+ "return": {
3212
+ "type": {
3213
+ "text": "void"
3214
+ }
3215
+ },
3214
3216
  "inheritedFrom": {
3215
3217
  "name": "AnchoredRegion",
3216
3218
  "module": "src/anchored-region/anchored-region.ts"
@@ -3218,19 +3220,26 @@
3218
3220
  },
3219
3221
  {
3220
3222
  "kind": "field",
3221
- "name": "requestPositionUpdates",
3222
- "privacy": "private",
3223
- "description": "get position updates",
3223
+ "name": "verticalThreshold",
3224
+ "type": {
3225
+ "text": "number"
3226
+ },
3227
+ "privacy": "public",
3228
+ "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
3224
3229
  "inheritedFrom": {
3225
3230
  "name": "AnchoredRegion",
3226
3231
  "module": "src/anchored-region/anchored-region.ts"
3227
3232
  }
3228
3233
  },
3229
3234
  {
3230
- "kind": "field",
3231
- "name": "stopObservers",
3235
+ "kind": "method",
3236
+ "name": "verticalThresholdChanged",
3232
3237
  "privacy": "private",
3233
- "description": "stops observers",
3238
+ "return": {
3239
+ "type": {
3240
+ "text": "void"
3241
+ }
3242
+ },
3234
3243
  "inheritedFrom": {
3235
3244
  "name": "AnchoredRegion",
3236
3245
  "module": "src/anchored-region/anchored-region.ts"
@@ -3238,19 +3247,27 @@
3238
3247
  },
3239
3248
  {
3240
3249
  "kind": "field",
3241
- "name": "getViewport",
3242
- "privacy": "private",
3243
- "description": "Gets the viewport element by id, or defaults to document root",
3250
+ "name": "verticalScaling",
3251
+ "type": {
3252
+ "text": "AxisScalingMode"
3253
+ },
3254
+ "privacy": "public",
3255
+ "default": "\"content\"",
3256
+ "description": "Defines how the height of the region is calculated",
3244
3257
  "inheritedFrom": {
3245
3258
  "name": "AnchoredRegion",
3246
3259
  "module": "src/anchored-region/anchored-region.ts"
3247
3260
  }
3248
3261
  },
3249
3262
  {
3250
- "kind": "field",
3251
- "name": "getAnchor",
3263
+ "kind": "method",
3264
+ "name": "verticalScalingChanged",
3252
3265
  "privacy": "private",
3253
- "description": "Gets the anchor element by id",
3266
+ "return": {
3267
+ "type": {
3268
+ "text": "void"
3269
+ }
3270
+ },
3254
3271
  "inheritedFrom": {
3255
3272
  "name": "AnchoredRegion",
3256
3273
  "module": "src/anchored-region/anchored-region.ts"
@@ -3258,19 +3275,27 @@
3258
3275
  },
3259
3276
  {
3260
3277
  "kind": "field",
3261
- "name": "handleIntersection",
3262
- "privacy": "private",
3263
- "description": "Handle intersections",
3278
+ "name": "fixedPlacement",
3279
+ "type": {
3280
+ "text": "boolean"
3281
+ },
3282
+ "privacy": "public",
3283
+ "default": "false",
3284
+ "description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
3264
3285
  "inheritedFrom": {
3265
3286
  "name": "AnchoredRegion",
3266
3287
  "module": "src/anchored-region/anchored-region.ts"
3267
3288
  }
3268
3289
  },
3269
3290
  {
3270
- "kind": "field",
3271
- "name": "applyIntersectionEntries",
3291
+ "kind": "method",
3292
+ "name": "fixedPlacementChanged",
3272
3293
  "privacy": "private",
3273
- "description": "iterate through intersection entries and apply data",
3294
+ "return": {
3295
+ "type": {
3296
+ "text": "void"
3297
+ }
3298
+ },
3274
3299
  "inheritedFrom": {
3275
3300
  "name": "AnchoredRegion",
3276
3301
  "module": "src/anchored-region/anchored-region.ts"
@@ -3278,19 +3303,41 @@
3278
3303
  },
3279
3304
  {
3280
3305
  "kind": "field",
3281
- "name": "updateRegionOffset",
3282
- "privacy": "private",
3283
- "description": "Update the offset values",
3306
+ "name": "autoUpdateMode",
3307
+ "type": {
3308
+ "text": "AutoUpdateMode"
3309
+ },
3310
+ "privacy": "public",
3311
+ "default": "\"anchor\"",
3312
+ "description": "Defines what triggers the anchored region to revaluate positioning",
3284
3313
  "inheritedFrom": {
3285
3314
  "name": "AnchoredRegion",
3286
3315
  "module": "src/anchored-region/anchored-region.ts"
3287
3316
  }
3288
3317
  },
3289
3318
  {
3290
- "kind": "field",
3291
- "name": "isRectDifferent",
3319
+ "kind": "method",
3320
+ "name": "autoUpdateModeChanged",
3292
3321
  "privacy": "private",
3293
- "description": "compare rects to see if there is enough change to justify a DOM update",
3322
+ "return": {
3323
+ "type": {
3324
+ "text": "void"
3325
+ }
3326
+ },
3327
+ "parameters": [
3328
+ {
3329
+ "name": "prevMode",
3330
+ "type": {
3331
+ "text": "AutoUpdateMode"
3332
+ }
3333
+ },
3334
+ {
3335
+ "name": "newMode",
3336
+ "type": {
3337
+ "text": "AutoUpdateMode"
3338
+ }
3339
+ }
3340
+ ],
3294
3341
  "inheritedFrom": {
3295
3342
  "name": "AnchoredRegion",
3296
3343
  "module": "src/anchored-region/anchored-region.ts"
@@ -3298,19 +3345,27 @@
3298
3345
  },
3299
3346
  {
3300
3347
  "kind": "field",
3301
- "name": "handleResize",
3302
- "privacy": "private",
3303
- "description": "Handle resize events",
3348
+ "name": "anchorElement",
3349
+ "type": {
3350
+ "text": "HTMLElement | null"
3351
+ },
3352
+ "privacy": "public",
3353
+ "default": "null",
3354
+ "description": "The HTML element being used as the anchor",
3304
3355
  "inheritedFrom": {
3305
3356
  "name": "AnchoredRegion",
3306
3357
  "module": "src/anchored-region/anchored-region.ts"
3307
3358
  }
3308
3359
  },
3309
3360
  {
3310
- "kind": "field",
3311
- "name": "reset",
3361
+ "kind": "method",
3362
+ "name": "anchorElementChanged",
3312
3363
  "privacy": "private",
3313
- "description": "resets the component",
3364
+ "return": {
3365
+ "type": {
3366
+ "text": "void"
3367
+ }
3368
+ },
3314
3369
  "inheritedFrom": {
3315
3370
  "name": "AnchoredRegion",
3316
3371
  "module": "src/anchored-region/anchored-region.ts"
@@ -3318,19 +3373,27 @@
3318
3373
  },
3319
3374
  {
3320
3375
  "kind": "field",
3321
- "name": "updateLayout",
3322
- "privacy": "private",
3323
- "description": "Recalculate layout related state values",
3376
+ "name": "viewportElement",
3377
+ "type": {
3378
+ "text": "HTMLElement | null"
3379
+ },
3380
+ "privacy": "public",
3381
+ "default": "null",
3382
+ "description": "The HTML element being used as the viewport",
3324
3383
  "inheritedFrom": {
3325
3384
  "name": "AnchoredRegion",
3326
3385
  "module": "src/anchored-region/anchored-region.ts"
3327
3386
  }
3328
3387
  },
3329
3388
  {
3330
- "kind": "field",
3331
- "name": "updateRegionStyle",
3389
+ "kind": "method",
3390
+ "name": "viewportElementChanged",
3332
3391
  "privacy": "private",
3333
- "description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
3392
+ "return": {
3393
+ "type": {
3394
+ "text": "void"
3395
+ }
3396
+ },
3334
3397
  "inheritedFrom": {
3335
3398
  "name": "AnchoredRegion",
3336
3399
  "module": "src/anchored-region/anchored-region.ts"
@@ -3338,9 +3401,12 @@
3338
3401
  },
3339
3402
  {
3340
3403
  "kind": "field",
3341
- "name": "updatePositionClasses",
3342
- "privacy": "private",
3343
- "description": "Updates the css classes that reflect the current position of the element",
3404
+ "name": "verticalPosition",
3405
+ "type": {
3406
+ "text": "AnchoredRegionPositionLabel | undefined"
3407
+ },
3408
+ "privacy": "public",
3409
+ "description": "indicates the current horizontal position of the region",
3344
3410
  "inheritedFrom": {
3345
3411
  "name": "AnchoredRegion",
3346
3412
  "module": "src/anchored-region/anchored-region.ts"
@@ -3348,9 +3414,12 @@
3348
3414
  },
3349
3415
  {
3350
3416
  "kind": "field",
3351
- "name": "setHorizontalPosition",
3352
- "privacy": "private",
3353
- "description": "Get horizontal positioning state based on desired position",
3417
+ "name": "horizontalPosition",
3418
+ "type": {
3419
+ "text": "AnchoredRegionPositionLabel | undefined"
3420
+ },
3421
+ "privacy": "public",
3422
+ "description": "indicates the current vertical position of the region",
3354
3423
  "inheritedFrom": {
3355
3424
  "name": "AnchoredRegion",
3356
3425
  "module": "src/anchored-region/anchored-region.ts"
@@ -3358,9 +3427,12 @@
3358
3427
  },
3359
3428
  {
3360
3429
  "kind": "field",
3361
- "name": "setVerticalPosition",
3430
+ "name": "translateX",
3431
+ "type": {
3432
+ "text": "number"
3433
+ },
3362
3434
  "privacy": "private",
3363
- "description": "Set vertical positioning state based on desired position",
3435
+ "description": "values to be applied to the component's transform on render",
3364
3436
  "inheritedFrom": {
3365
3437
  "name": "AnchoredRegion",
3366
3438
  "module": "src/anchored-region/anchored-region.ts"
@@ -3368,9 +3440,11 @@
3368
3440
  },
3369
3441
  {
3370
3442
  "kind": "field",
3371
- "name": "getPositioningOptions",
3443
+ "name": "translateY",
3444
+ "type": {
3445
+ "text": "number"
3446
+ },
3372
3447
  "privacy": "private",
3373
- "description": "Get available positions based on positioning mode",
3374
3448
  "inheritedFrom": {
3375
3449
  "name": "AnchoredRegion",
3376
3450
  "module": "src/anchored-region/anchored-region.ts"
@@ -3378,9 +3452,12 @@
3378
3452
  },
3379
3453
  {
3380
3454
  "kind": "field",
3381
- "name": "getAvailableSpace",
3455
+ "name": "regionWidth",
3456
+ "type": {
3457
+ "text": "string"
3458
+ },
3382
3459
  "privacy": "private",
3383
- "description": "Get the space available for a particular relative position",
3460
+ "description": "the span to be applied to the region on each axis",
3384
3461
  "inheritedFrom": {
3385
3462
  "name": "AnchoredRegion",
3386
3463
  "module": "src/anchored-region/anchored-region.ts"
@@ -3388,9 +3465,11 @@
3388
3465
  },
3389
3466
  {
3390
3467
  "kind": "field",
3391
- "name": "getNextRegionDimension",
3468
+ "name": "regionHeight",
3469
+ "type": {
3470
+ "text": "string"
3471
+ },
3392
3472
  "privacy": "private",
3393
- "description": "Get region dimensions",
3394
3473
  "inheritedFrom": {
3395
3474
  "name": "AnchoredRegion",
3396
3475
  "module": "src/anchored-region/anchored-region.ts"
@@ -3398,9 +3477,12 @@
3398
3477
  },
3399
3478
  {
3400
3479
  "kind": "field",
3401
- "name": "startAutoUpdateEventListeners",
3480
+ "name": "resizeDetector",
3481
+ "type": {
3482
+ "text": "ResizeObserverClassDefinition | null"
3483
+ },
3402
3484
  "privacy": "private",
3403
- "description": "starts event listeners that can trigger auto updating",
3485
+ "default": "null",
3404
3486
  "inheritedFrom": {
3405
3487
  "name": "AnchoredRegion",
3406
3488
  "module": "src/anchored-region/anchored-region.ts"
@@ -3408,9 +3490,11 @@
3408
3490
  },
3409
3491
  {
3410
3492
  "kind": "field",
3411
- "name": "stopAutoUpdateEventListeners",
3493
+ "name": "viewportRect",
3494
+ "type": {
3495
+ "text": "ClientRect | DOMRect | undefined"
3496
+ },
3412
3497
  "privacy": "private",
3413
- "description": "stops event listeners that can trigger auto updating",
3414
3498
  "inheritedFrom": {
3415
3499
  "name": "AnchoredRegion",
3416
3500
  "module": "src/anchored-region/anchored-region.ts"
@@ -3418,540 +3502,454 @@
3418
3502
  },
3419
3503
  {
3420
3504
  "kind": "field",
3421
- "name": "_presentation",
3505
+ "name": "anchorRect",
3422
3506
  "type": {
3423
- "text": "ComponentPresentation | null | undefined"
3507
+ "text": "ClientRect | DOMRect | undefined"
3424
3508
  },
3425
3509
  "privacy": "private",
3426
- "default": "void 0",
3427
- "inheritedFrom": {
3428
- "name": "FoundationElement",
3429
- "module": "src/foundation-element/foundation-element.ts"
3430
- }
3431
- },
3432
- {
3433
- "kind": "field",
3434
- "name": "$presentation",
3435
- "type": {
3436
- "text": "ComponentPresentation | null"
3437
- },
3438
- "privacy": "public",
3439
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3440
- "inheritedFrom": {
3441
- "name": "FoundationElement",
3442
- "module": "src/foundation-element/foundation-element.ts"
3443
- }
3444
- },
3445
- {
3446
- "kind": "field",
3447
- "name": "template",
3448
- "type": {
3449
- "text": "ElementViewTemplate | void | null"
3450
- },
3451
- "privacy": "public",
3452
- "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.",
3453
- "inheritedFrom": {
3454
- "name": "FoundationElement",
3455
- "module": "src/foundation-element/foundation-element.ts"
3456
- }
3457
- },
3458
- {
3459
- "kind": "method",
3460
- "name": "templateChanged",
3461
- "privacy": "protected",
3462
- "return": {
3463
- "type": {
3464
- "text": "void"
3465
- }
3466
- },
3467
- "inheritedFrom": {
3468
- "name": "FoundationElement",
3469
- "module": "src/foundation-element/foundation-element.ts"
3470
- }
3471
- },
3472
- {
3473
- "kind": "field",
3474
- "name": "styles",
3475
- "type": {
3476
- "text": "ElementStyles | void | null"
3477
- },
3478
- "privacy": "public",
3479
- "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.",
3480
- "inheritedFrom": {
3481
- "name": "FoundationElement",
3482
- "module": "src/foundation-element/foundation-element.ts"
3483
- }
3484
- },
3485
- {
3486
- "kind": "method",
3487
- "name": "stylesChanged",
3488
- "privacy": "protected",
3489
- "return": {
3490
- "type": {
3491
- "text": "void"
3492
- }
3493
- },
3494
- "inheritedFrom": {
3495
- "name": "FoundationElement",
3496
- "module": "src/foundation-element/foundation-element.ts"
3497
- }
3498
- },
3499
- {
3500
- "kind": "method",
3501
- "name": "compose",
3502
- "privacy": "public",
3503
- "static": true,
3504
- "return": {
3505
- "type": {
3506
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3507
- }
3508
- },
3509
- "parameters": [
3510
- {
3511
- "name": "this",
3512
- "type": {
3513
- "text": "K"
3514
- }
3515
- },
3516
- {
3517
- "name": "elementDefinition",
3518
- "type": {
3519
- "text": "T"
3520
- },
3521
- "description": "The definition of the element to create the registry\nfunction for."
3522
- }
3523
- ],
3524
- "description": "Defines an element registry function with a set of element definition defaults.",
3525
- "inheritedFrom": {
3526
- "name": "FoundationElement",
3527
- "module": "src/foundation-element/foundation-element.ts"
3528
- }
3529
- }
3530
- ],
3531
- "events": [
3532
- {
3533
- "description": "Fires a custom 'loaded' event when the region is loaded and visible",
3534
- "name": "loaded",
3535
- "inheritedFrom": {
3536
- "name": "AnchoredRegion",
3537
- "module": "src/anchored-region/anchored-region.ts"
3538
- }
3539
- },
3540
- {
3541
- "description": "Fires a custom 'positionchange' event when the position has changed",
3542
- "name": "positionchange",
3543
3510
  "inheritedFrom": {
3544
3511
  "name": "AnchoredRegion",
3545
3512
  "module": "src/anchored-region/anchored-region.ts"
3546
3513
  }
3547
- }
3548
- ]
3549
- },
3550
- {
3551
- "kind": "variable",
3552
- "name": "foundationAnchoredRegionShadowOptions",
3553
- "type": {
3554
- "text": "ShadowRootInit"
3555
- },
3556
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3557
- },
3558
- {
3559
- "kind": "variable",
3560
- "name": "defaultAnchoredRegionConfig",
3561
- "type": {
3562
- "text": "object"
3563
- },
3564
- "default": "{}"
3565
- },
3566
- {
3567
- "kind": "variable",
3568
- "name": "foundationAnchoredRegion",
3569
- "description": "The Foundation Anchored Region",
3570
- "privacy": "public"
3571
- }
3572
- ],
3573
- "exports": [
3574
- {
3575
- "kind": "js",
3576
- "name": "AnchoredRegion",
3577
- "declaration": {
3578
- "name": "AnchoredRegion",
3579
- "module": "src/anchored-region/anchored-region.ts"
3580
- }
3581
- },
3582
- {
3583
- "kind": "js",
3584
- "name": "foundationAnchoredRegionShadowOptions",
3585
- "declaration": {
3586
- "name": "foundationAnchoredRegionShadowOptions",
3587
- "module": "src/anchored-region/anchored-region.ts"
3588
- }
3589
- },
3590
- {
3591
- "kind": "js",
3592
- "name": "defaultAnchoredRegionConfig",
3593
- "declaration": {
3594
- "name": "defaultAnchoredRegionConfig",
3595
- "module": "src/anchored-region/anchored-region.ts"
3596
- }
3597
- },
3598
- {
3599
- "kind": "js",
3600
- "name": "foundationAnchoredRegion",
3601
- "declaration": {
3602
- "name": "foundationAnchoredRegion",
3603
- "module": "src/anchored-region/anchored-region.ts"
3604
- }
3605
- }
3606
- ]
3607
- },
3608
- {
3609
- "kind": "javascript-module",
3610
- "path": "src/anchored-region/index.ts",
3611
- "declarations": [],
3612
- "exports": [
3613
- {
3614
- "kind": "js",
3615
- "name": "*",
3616
- "declaration": {
3617
- "name": "*",
3618
- "package": "./anchor-region.template"
3619
- }
3620
- },
3621
- {
3622
- "kind": "js",
3623
- "name": "*",
3624
- "declaration": {
3625
- "name": "*",
3626
- "package": "./anchored-region.styles"
3627
- }
3628
- },
3629
- {
3630
- "kind": "js",
3631
- "name": "*",
3632
- "declaration": {
3633
- "name": "*",
3634
- "package": "./anchored-region"
3635
- }
3636
- }
3637
- ]
3638
- },
3639
- {
3640
- "kind": "javascript-module",
3641
- "path": "src/anchor/anchor.styles.ts",
3642
- "declarations": [
3643
- {
3644
- "kind": "function",
3645
- "name": "foundationAnchorStyles",
3646
- "return": {
3647
- "type": {
3648
- "text": "ElementStyles"
3649
- }
3650
- },
3651
- "parameters": [
3652
- {
3653
- "name": "context",
3654
- "type": {
3655
- "text": "ElementDefinitionContext"
3656
- }
3657
3514
  },
3658
3515
  {
3659
- "name": "definition",
3660
- "type": {
3661
- "text": "FoundationElementDefinition"
3662
- }
3663
- }
3664
- ]
3665
- }
3666
- ],
3667
- "exports": [
3668
- {
3669
- "kind": "js",
3670
- "name": "foundationAnchorStyles",
3671
- "declaration": {
3672
- "name": "foundationAnchorStyles",
3673
- "module": "src/anchor/anchor.styles.ts"
3674
- }
3675
- }
3676
- ]
3677
- },
3678
- {
3679
- "kind": "javascript-module",
3680
- "path": "src/anchor/anchor.template.ts",
3681
- "declarations": [
3682
- {
3683
- "kind": "function",
3684
- "name": "foundationAnchorTemplate",
3685
- "return": {
3686
- "type": {
3687
- "text": "ViewTemplate<Anchor>"
3688
- }
3689
- },
3690
- "parameters": [
3691
- {
3692
- "name": "context",
3693
- "type": {
3694
- "text": "ElementDefinitionContext"
3695
- }
3696
- },
3697
- {
3698
- "name": "definition",
3699
- "type": {
3700
- "text": "FoundationElementDefinition"
3701
- }
3702
- }
3703
- ]
3704
- }
3705
- ],
3706
- "exports": [
3707
- {
3708
- "kind": "js",
3709
- "name": "foundationAnchorTemplate",
3710
- "declaration": {
3711
- "name": "foundationAnchorTemplate",
3712
- "module": "src/anchor/anchor.template.ts"
3713
- }
3714
- }
3715
- ]
3716
- },
3717
- {
3718
- "kind": "javascript-module",
3719
- "path": "src/anchor/anchor.ts",
3720
- "declarations": [
3721
- {
3722
- "kind": "class",
3723
- "description": "",
3724
- "name": "Anchor",
3725
- "superclass": {
3726
- "name": "FASTAnchor",
3727
- "package": "@microsoft/fast-components"
3728
- },
3729
- "tagName": "%%prefix%%-anchor",
3730
- "customElement": true,
3731
- "attributes": [
3732
- {
3733
- "name": "download",
3516
+ "kind": "field",
3517
+ "name": "regionRect",
3734
3518
  "type": {
3735
- "text": "string"
3519
+ "text": "ClientRect | DOMRect | undefined"
3736
3520
  },
3737
- "description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3738
- "fieldName": "download",
3521
+ "privacy": "private",
3739
3522
  "inheritedFrom": {
3740
- "name": "Anchor",
3741
- "module": "src/anchor/anchor.ts"
3523
+ "name": "AnchoredRegion",
3524
+ "module": "src/anchored-region/anchored-region.ts"
3742
3525
  }
3743
3526
  },
3744
3527
  {
3745
- "name": "href",
3528
+ "kind": "field",
3529
+ "name": "baseHorizontalOffset",
3746
3530
  "type": {
3747
- "text": "string"
3531
+ "text": "number"
3748
3532
  },
3749
- "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3750
- "fieldName": "href",
3533
+ "privacy": "private",
3534
+ "default": "0",
3535
+ "description": "base offsets between the positioner's base position and the anchor's",
3751
3536
  "inheritedFrom": {
3752
- "name": "Anchor",
3753
- "module": "src/anchor/anchor.ts"
3537
+ "name": "AnchoredRegion",
3538
+ "module": "src/anchored-region/anchored-region.ts"
3754
3539
  }
3755
3540
  },
3756
3541
  {
3757
- "name": "hreflang",
3542
+ "kind": "field",
3543
+ "name": "baseVerticalOffset",
3758
3544
  "type": {
3759
- "text": "string"
3545
+ "text": "number"
3760
3546
  },
3761
- "description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3762
- "fieldName": "hreflang",
3547
+ "privacy": "private",
3548
+ "default": "0",
3763
3549
  "inheritedFrom": {
3764
- "name": "Anchor",
3765
- "module": "src/anchor/anchor.ts"
3550
+ "name": "AnchoredRegion",
3551
+ "module": "src/anchored-region/anchored-region.ts"
3766
3552
  }
3767
3553
  },
3768
3554
  {
3769
- "name": "ping",
3555
+ "kind": "field",
3556
+ "name": "pendingPositioningUpdate",
3770
3557
  "type": {
3771
- "text": "string"
3558
+ "text": "boolean"
3772
3559
  },
3773
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3774
- "fieldName": "ping",
3560
+ "privacy": "private",
3561
+ "default": "false",
3775
3562
  "inheritedFrom": {
3776
- "name": "Anchor",
3777
- "module": "src/anchor/anchor.ts"
3563
+ "name": "AnchoredRegion",
3564
+ "module": "src/anchored-region/anchored-region.ts"
3778
3565
  }
3779
3566
  },
3780
3567
  {
3781
- "name": "referrerpolicy",
3568
+ "kind": "field",
3569
+ "name": "pendingReset",
3782
3570
  "type": {
3783
- "text": "string"
3571
+ "text": "boolean"
3784
3572
  },
3785
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3786
- "fieldName": "referrerpolicy",
3573
+ "privacy": "private",
3574
+ "default": "false",
3787
3575
  "inheritedFrom": {
3788
- "name": "Anchor",
3789
- "module": "src/anchor/anchor.ts"
3576
+ "name": "AnchoredRegion",
3577
+ "module": "src/anchored-region/anchored-region.ts"
3790
3578
  }
3791
3579
  },
3792
3580
  {
3793
- "name": "rel",
3581
+ "kind": "field",
3582
+ "name": "currentDirection",
3794
3583
  "type": {
3795
- "text": "string"
3584
+ "text": "Direction"
3796
3585
  },
3797
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3798
- "fieldName": "rel",
3586
+ "privacy": "private",
3799
3587
  "inheritedFrom": {
3800
- "name": "Anchor",
3801
- "module": "src/anchor/anchor.ts"
3588
+ "name": "AnchoredRegion",
3589
+ "module": "src/anchored-region/anchored-region.ts"
3802
3590
  }
3803
3591
  },
3804
3592
  {
3805
- "name": "target",
3593
+ "kind": "field",
3594
+ "name": "regionVisible",
3806
3595
  "type": {
3807
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
3596
+ "text": "boolean"
3808
3597
  },
3809
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3810
- "fieldName": "target",
3598
+ "privacy": "private",
3599
+ "default": "false",
3811
3600
  "inheritedFrom": {
3812
- "name": "Anchor",
3813
- "module": "src/anchor/anchor.ts"
3601
+ "name": "AnchoredRegion",
3602
+ "module": "src/anchored-region/anchored-region.ts"
3814
3603
  }
3815
3604
  },
3816
3605
  {
3817
- "name": "type",
3606
+ "kind": "field",
3607
+ "name": "forceUpdate",
3818
3608
  "type": {
3819
- "text": "string"
3609
+ "text": "boolean"
3820
3610
  },
3821
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3822
- "fieldName": "type",
3611
+ "privacy": "private",
3612
+ "default": "false",
3823
3613
  "inheritedFrom": {
3824
- "name": "Anchor",
3825
- "module": "src/anchor/anchor.ts"
3614
+ "name": "AnchoredRegion",
3615
+ "module": "src/anchored-region/anchored-region.ts"
3826
3616
  }
3827
- }
3828
- ],
3829
- "members": [
3617
+ },
3830
3618
  {
3831
3619
  "kind": "field",
3832
- "name": "download",
3620
+ "name": "updateThreshold",
3833
3621
  "type": {
3834
- "text": "string"
3622
+ "text": "number"
3835
3623
  },
3836
- "privacy": "public",
3837
- "description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3624
+ "privacy": "private",
3625
+ "default": "0.5",
3838
3626
  "inheritedFrom": {
3839
- "name": "Anchor",
3840
- "module": "src/anchor/anchor.ts"
3627
+ "name": "AnchoredRegion",
3628
+ "module": "src/anchored-region/anchored-region.ts"
3841
3629
  }
3842
3630
  },
3843
3631
  {
3844
3632
  "kind": "field",
3845
- "name": "href",
3633
+ "name": "intersectionService",
3846
3634
  "type": {
3847
- "text": "string"
3635
+ "text": "IntersectionService"
3848
3636
  },
3849
- "privacy": "public",
3850
- "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3637
+ "privacy": "private",
3638
+ "static": true,
3639
+ "default": "new IntersectionService()",
3851
3640
  "inheritedFrom": {
3852
- "name": "Anchor",
3853
- "module": "src/anchor/anchor.ts"
3641
+ "name": "AnchoredRegion",
3642
+ "module": "src/anchored-region/anchored-region.ts"
3854
3643
  }
3855
3644
  },
3856
3645
  {
3857
3646
  "kind": "field",
3858
- "name": "hreflang",
3859
- "type": {
3860
- "text": "string"
3861
- },
3647
+ "name": "update",
3862
3648
  "privacy": "public",
3863
- "description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3649
+ "description": "update position",
3864
3650
  "inheritedFrom": {
3865
- "name": "Anchor",
3866
- "module": "src/anchor/anchor.ts"
3651
+ "name": "AnchoredRegion",
3652
+ "module": "src/anchored-region/anchored-region.ts"
3867
3653
  }
3868
3654
  },
3869
3655
  {
3870
- "kind": "field",
3871
- "name": "ping",
3872
- "type": {
3873
- "text": "string"
3656
+ "kind": "method",
3657
+ "name": "disconnectResizeDetector",
3658
+ "privacy": "private",
3659
+ "return": {
3660
+ "type": {
3661
+ "text": "void"
3662
+ }
3874
3663
  },
3875
- "privacy": "public",
3876
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3664
+ "description": "destroys the instance's resize observer",
3877
3665
  "inheritedFrom": {
3878
- "name": "Anchor",
3879
- "module": "src/anchor/anchor.ts"
3666
+ "name": "AnchoredRegion",
3667
+ "module": "src/anchored-region/anchored-region.ts"
3880
3668
  }
3881
3669
  },
3882
3670
  {
3883
- "kind": "field",
3884
- "name": "referrerpolicy",
3885
- "type": {
3886
- "text": "string"
3671
+ "kind": "method",
3672
+ "name": "initializeResizeDetector",
3673
+ "privacy": "private",
3674
+ "return": {
3675
+ "type": {
3676
+ "text": "void"
3677
+ }
3887
3678
  },
3888
- "privacy": "public",
3889
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3679
+ "description": "initializes the instance's resize observer",
3890
3680
  "inheritedFrom": {
3891
- "name": "Anchor",
3892
- "module": "src/anchor/anchor.ts"
3681
+ "name": "AnchoredRegion",
3682
+ "module": "src/anchored-region/anchored-region.ts"
3893
3683
  }
3894
3684
  },
3895
3685
  {
3896
- "kind": "field",
3897
- "name": "rel",
3898
- "type": {
3899
- "text": "string"
3686
+ "kind": "method",
3687
+ "name": "updateForAttributeChange",
3688
+ "privacy": "private",
3689
+ "return": {
3690
+ "type": {
3691
+ "text": "void"
3692
+ }
3900
3693
  },
3901
- "privacy": "public",
3902
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3694
+ "description": "react to attribute changes that don't require a reset",
3903
3695
  "inheritedFrom": {
3904
- "name": "Anchor",
3905
- "module": "src/anchor/anchor.ts"
3696
+ "name": "AnchoredRegion",
3697
+ "module": "src/anchored-region/anchored-region.ts"
3906
3698
  }
3907
3699
  },
3908
3700
  {
3909
- "kind": "field",
3910
- "name": "target",
3911
- "type": {
3912
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
3701
+ "kind": "method",
3702
+ "name": "initialize",
3703
+ "privacy": "private",
3704
+ "return": {
3705
+ "type": {
3706
+ "text": "void"
3707
+ }
3913
3708
  },
3914
- "privacy": "public",
3915
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3709
+ "description": "fully initializes the component",
3916
3710
  "inheritedFrom": {
3917
- "name": "Anchor",
3918
- "module": "src/anchor/anchor.ts"
3711
+ "name": "AnchoredRegion",
3712
+ "module": "src/anchored-region/anchored-region.ts"
3919
3713
  }
3920
3714
  },
3921
3715
  {
3922
- "kind": "field",
3923
- "name": "type",
3924
- "type": {
3925
- "text": "string"
3716
+ "kind": "method",
3717
+ "name": "requestReset",
3718
+ "privacy": "private",
3719
+ "return": {
3720
+ "type": {
3721
+ "text": "void"
3722
+ }
3926
3723
  },
3927
- "privacy": "public",
3928
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3724
+ "description": "Request a reset if there are currently no open requests",
3929
3725
  "inheritedFrom": {
3930
- "name": "Anchor",
3931
- "module": "src/anchor/anchor.ts"
3726
+ "name": "AnchoredRegion",
3727
+ "module": "src/anchored-region/anchored-region.ts"
3932
3728
  }
3933
3729
  },
3934
3730
  {
3935
- "kind": "field",
3936
- "name": "control",
3937
- "type": {
3938
- "text": "HTMLAnchorElement | undefined"
3731
+ "kind": "method",
3732
+ "name": "setInitialState",
3733
+ "privacy": "private",
3734
+ "return": {
3735
+ "type": {
3736
+ "text": "void"
3737
+ }
3939
3738
  },
3940
- "privacy": "public",
3941
- "description": "References the root element",
3739
+ "description": "sets the starting configuration for component internal values",
3942
3740
  "inheritedFrom": {
3943
- "name": "Anchor",
3944
- "module": "src/anchor/anchor.ts"
3741
+ "name": "AnchoredRegion",
3742
+ "module": "src/anchored-region/anchored-region.ts"
3945
3743
  }
3946
3744
  },
3947
3745
  {
3948
3746
  "kind": "field",
3949
- "name": "handleUnsupportedDelegatesFocus",
3747
+ "name": "startObservers",
3950
3748
  "privacy": "private",
3951
- "description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
3749
+ "description": "starts observers",
3952
3750
  "inheritedFrom": {
3953
- "name": "Anchor",
3954
- "module": "src/anchor/anchor.ts"
3751
+ "name": "AnchoredRegion",
3752
+ "module": "src/anchored-region/anchored-region.ts"
3753
+ }
3754
+ },
3755
+ {
3756
+ "kind": "field",
3757
+ "name": "requestPositionUpdates",
3758
+ "privacy": "private",
3759
+ "description": "get position updates",
3760
+ "inheritedFrom": {
3761
+ "name": "AnchoredRegion",
3762
+ "module": "src/anchored-region/anchored-region.ts"
3763
+ }
3764
+ },
3765
+ {
3766
+ "kind": "field",
3767
+ "name": "stopObservers",
3768
+ "privacy": "private",
3769
+ "description": "stops observers",
3770
+ "inheritedFrom": {
3771
+ "name": "AnchoredRegion",
3772
+ "module": "src/anchored-region/anchored-region.ts"
3773
+ }
3774
+ },
3775
+ {
3776
+ "kind": "field",
3777
+ "name": "getViewport",
3778
+ "privacy": "private",
3779
+ "description": "Gets the viewport element by id, or defaults to document root",
3780
+ "inheritedFrom": {
3781
+ "name": "AnchoredRegion",
3782
+ "module": "src/anchored-region/anchored-region.ts"
3783
+ }
3784
+ },
3785
+ {
3786
+ "kind": "field",
3787
+ "name": "getAnchor",
3788
+ "privacy": "private",
3789
+ "description": "Gets the anchor element by id",
3790
+ "inheritedFrom": {
3791
+ "name": "AnchoredRegion",
3792
+ "module": "src/anchored-region/anchored-region.ts"
3793
+ }
3794
+ },
3795
+ {
3796
+ "kind": "field",
3797
+ "name": "handleIntersection",
3798
+ "privacy": "private",
3799
+ "description": "Handle intersections",
3800
+ "inheritedFrom": {
3801
+ "name": "AnchoredRegion",
3802
+ "module": "src/anchored-region/anchored-region.ts"
3803
+ }
3804
+ },
3805
+ {
3806
+ "kind": "field",
3807
+ "name": "applyIntersectionEntries",
3808
+ "privacy": "private",
3809
+ "description": "iterate through intersection entries and apply data",
3810
+ "inheritedFrom": {
3811
+ "name": "AnchoredRegion",
3812
+ "module": "src/anchored-region/anchored-region.ts"
3813
+ }
3814
+ },
3815
+ {
3816
+ "kind": "field",
3817
+ "name": "updateRegionOffset",
3818
+ "privacy": "private",
3819
+ "description": "Update the offset values",
3820
+ "inheritedFrom": {
3821
+ "name": "AnchoredRegion",
3822
+ "module": "src/anchored-region/anchored-region.ts"
3823
+ }
3824
+ },
3825
+ {
3826
+ "kind": "field",
3827
+ "name": "isRectDifferent",
3828
+ "privacy": "private",
3829
+ "description": "compare rects to see if there is enough change to justify a DOM update",
3830
+ "inheritedFrom": {
3831
+ "name": "AnchoredRegion",
3832
+ "module": "src/anchored-region/anchored-region.ts"
3833
+ }
3834
+ },
3835
+ {
3836
+ "kind": "field",
3837
+ "name": "handleResize",
3838
+ "privacy": "private",
3839
+ "description": "Handle resize events",
3840
+ "inheritedFrom": {
3841
+ "name": "AnchoredRegion",
3842
+ "module": "src/anchored-region/anchored-region.ts"
3843
+ }
3844
+ },
3845
+ {
3846
+ "kind": "field",
3847
+ "name": "reset",
3848
+ "privacy": "private",
3849
+ "description": "resets the component",
3850
+ "inheritedFrom": {
3851
+ "name": "AnchoredRegion",
3852
+ "module": "src/anchored-region/anchored-region.ts"
3853
+ }
3854
+ },
3855
+ {
3856
+ "kind": "field",
3857
+ "name": "updateLayout",
3858
+ "privacy": "private",
3859
+ "description": "Recalculate layout related state values",
3860
+ "inheritedFrom": {
3861
+ "name": "AnchoredRegion",
3862
+ "module": "src/anchored-region/anchored-region.ts"
3863
+ }
3864
+ },
3865
+ {
3866
+ "kind": "field",
3867
+ "name": "updateRegionStyle",
3868
+ "privacy": "private",
3869
+ "description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
3870
+ "inheritedFrom": {
3871
+ "name": "AnchoredRegion",
3872
+ "module": "src/anchored-region/anchored-region.ts"
3873
+ }
3874
+ },
3875
+ {
3876
+ "kind": "field",
3877
+ "name": "updatePositionClasses",
3878
+ "privacy": "private",
3879
+ "description": "Updates the css classes that reflect the current position of the element",
3880
+ "inheritedFrom": {
3881
+ "name": "AnchoredRegion",
3882
+ "module": "src/anchored-region/anchored-region.ts"
3883
+ }
3884
+ },
3885
+ {
3886
+ "kind": "field",
3887
+ "name": "setHorizontalPosition",
3888
+ "privacy": "private",
3889
+ "description": "Get horizontal positioning state based on desired position",
3890
+ "inheritedFrom": {
3891
+ "name": "AnchoredRegion",
3892
+ "module": "src/anchored-region/anchored-region.ts"
3893
+ }
3894
+ },
3895
+ {
3896
+ "kind": "field",
3897
+ "name": "setVerticalPosition",
3898
+ "privacy": "private",
3899
+ "description": "Set vertical positioning state based on desired position",
3900
+ "inheritedFrom": {
3901
+ "name": "AnchoredRegion",
3902
+ "module": "src/anchored-region/anchored-region.ts"
3903
+ }
3904
+ },
3905
+ {
3906
+ "kind": "field",
3907
+ "name": "getPositioningOptions",
3908
+ "privacy": "private",
3909
+ "description": "Get available positions based on positioning mode",
3910
+ "inheritedFrom": {
3911
+ "name": "AnchoredRegion",
3912
+ "module": "src/anchored-region/anchored-region.ts"
3913
+ }
3914
+ },
3915
+ {
3916
+ "kind": "field",
3917
+ "name": "getAvailableSpace",
3918
+ "privacy": "private",
3919
+ "description": "Get the space available for a particular relative position",
3920
+ "inheritedFrom": {
3921
+ "name": "AnchoredRegion",
3922
+ "module": "src/anchored-region/anchored-region.ts"
3923
+ }
3924
+ },
3925
+ {
3926
+ "kind": "field",
3927
+ "name": "getNextRegionDimension",
3928
+ "privacy": "private",
3929
+ "description": "Get region dimensions",
3930
+ "inheritedFrom": {
3931
+ "name": "AnchoredRegion",
3932
+ "module": "src/anchored-region/anchored-region.ts"
3933
+ }
3934
+ },
3935
+ {
3936
+ "kind": "field",
3937
+ "name": "startAutoUpdateEventListeners",
3938
+ "privacy": "private",
3939
+ "description": "starts event listeners that can trigger auto updating",
3940
+ "inheritedFrom": {
3941
+ "name": "AnchoredRegion",
3942
+ "module": "src/anchored-region/anchored-region.ts"
3943
+ }
3944
+ },
3945
+ {
3946
+ "kind": "field",
3947
+ "name": "stopAutoUpdateEventListeners",
3948
+ "privacy": "private",
3949
+ "description": "stops event listeners that can trigger auto updating",
3950
+ "inheritedFrom": {
3951
+ "name": "AnchoredRegion",
3952
+ "module": "src/anchored-region/anchored-region.ts"
3955
3953
  }
3956
3954
  },
3957
3955
  {
@@ -4065,11 +4063,29 @@
4065
4063
  "module": "src/foundation-element/foundation-element.ts"
4066
4064
  }
4067
4065
  }
4066
+ ],
4067
+ "events": [
4068
+ {
4069
+ "description": "Fires a custom 'loaded' event when the region is loaded and visible",
4070
+ "name": "loaded",
4071
+ "inheritedFrom": {
4072
+ "name": "AnchoredRegion",
4073
+ "module": "src/anchored-region/anchored-region.ts"
4074
+ }
4075
+ },
4076
+ {
4077
+ "description": "Fires a custom 'positionchange' event when the position has changed",
4078
+ "name": "positionchange",
4079
+ "inheritedFrom": {
4080
+ "name": "AnchoredRegion",
4081
+ "module": "src/anchored-region/anchored-region.ts"
4082
+ }
4083
+ }
4068
4084
  ]
4069
4085
  },
4070
4086
  {
4071
4087
  "kind": "variable",
4072
- "name": "foundationAnchorShadowOptions",
4088
+ "name": "foundationAnchoredRegionShadowOptions",
4073
4089
  "type": {
4074
4090
  "text": "ShadowRootInit"
4075
4091
  },
@@ -4077,7 +4093,7 @@
4077
4093
  },
4078
4094
  {
4079
4095
  "kind": "variable",
4080
- "name": "defaultAnchorConfig",
4096
+ "name": "defaultAnchoredRegionConfig",
4081
4097
  "type": {
4082
4098
  "text": "object"
4083
4099
  },
@@ -4085,49 +4101,49 @@
4085
4101
  },
4086
4102
  {
4087
4103
  "kind": "variable",
4088
- "name": "foundationAnchor",
4089
- "description": "The Foundation Anchor",
4104
+ "name": "foundationAnchoredRegion",
4105
+ "description": "The Foundation Anchored Region",
4090
4106
  "privacy": "public"
4091
4107
  }
4092
4108
  ],
4093
4109
  "exports": [
4094
4110
  {
4095
4111
  "kind": "js",
4096
- "name": "Anchor",
4112
+ "name": "AnchoredRegion",
4097
4113
  "declaration": {
4098
- "name": "Anchor",
4099
- "module": "src/anchor/anchor.ts"
4114
+ "name": "AnchoredRegion",
4115
+ "module": "src/anchored-region/anchored-region.ts"
4100
4116
  }
4101
4117
  },
4102
4118
  {
4103
4119
  "kind": "js",
4104
- "name": "foundationAnchorShadowOptions",
4120
+ "name": "foundationAnchoredRegionShadowOptions",
4105
4121
  "declaration": {
4106
- "name": "foundationAnchorShadowOptions",
4107
- "module": "src/anchor/anchor.ts"
4122
+ "name": "foundationAnchoredRegionShadowOptions",
4123
+ "module": "src/anchored-region/anchored-region.ts"
4108
4124
  }
4109
4125
  },
4110
4126
  {
4111
4127
  "kind": "js",
4112
- "name": "defaultAnchorConfig",
4128
+ "name": "defaultAnchoredRegionConfig",
4113
4129
  "declaration": {
4114
- "name": "defaultAnchorConfig",
4115
- "module": "src/anchor/anchor.ts"
4130
+ "name": "defaultAnchoredRegionConfig",
4131
+ "module": "src/anchored-region/anchored-region.ts"
4116
4132
  }
4117
4133
  },
4118
4134
  {
4119
4135
  "kind": "js",
4120
- "name": "foundationAnchor",
4136
+ "name": "foundationAnchoredRegion",
4121
4137
  "declaration": {
4122
- "name": "foundationAnchor",
4123
- "module": "src/anchor/anchor.ts"
4138
+ "name": "foundationAnchoredRegion",
4139
+ "module": "src/anchored-region/anchored-region.ts"
4124
4140
  }
4125
4141
  }
4126
4142
  ]
4127
4143
  },
4128
4144
  {
4129
4145
  "kind": "javascript-module",
4130
- "path": "src/anchor/index.ts",
4146
+ "path": "src/anchored-region/index.ts",
4131
4147
  "declarations": [],
4132
4148
  "exports": [
4133
4149
  {
@@ -4135,7 +4151,7 @@
4135
4151
  "name": "*",
4136
4152
  "declaration": {
4137
4153
  "name": "*",
4138
- "package": "./anchor.template"
4154
+ "package": "./anchor-region.template"
4139
4155
  }
4140
4156
  },
4141
4157
  {
@@ -4143,7 +4159,7 @@
4143
4159
  "name": "*",
4144
4160
  "declaration": {
4145
4161
  "name": "*",
4146
- "package": "./anchor.styles"
4162
+ "package": "./anchored-region.styles"
4147
4163
  }
4148
4164
  },
4149
4165
  {
@@ -4151,7 +4167,7 @@
4151
4167
  "name": "*",
4152
4168
  "declaration": {
4153
4169
  "name": "*",
4154
- "package": "./anchor"
4170
+ "package": "./anchored-region"
4155
4171
  }
4156
4172
  }
4157
4173
  ]
@@ -32204,178 +32220,505 @@
32204
32220
  },
32205
32221
  "parameters": [
32206
32222
  {
32207
- "name": "url",
32223
+ "name": "url",
32224
+ "type": {
32225
+ "text": "string"
32226
+ }
32227
+ }
32228
+ ]
32229
+ },
32230
+ {
32231
+ "kind": "function",
32232
+ "name": "findRouter",
32233
+ "return": {
32234
+ "type": {
32235
+ "text": "Router | null"
32236
+ }
32237
+ },
32238
+ "parameters": [
32239
+ {
32240
+ "name": "relativeTo",
32241
+ "type": {
32242
+ "text": "HTMLElement | Router"
32243
+ }
32244
+ }
32245
+ ]
32246
+ },
32247
+ {
32248
+ "kind": "function",
32249
+ "name": "findParentRouter",
32250
+ "return": {
32251
+ "type": {
32252
+ "text": "Router | null"
32253
+ }
32254
+ },
32255
+ "parameters": [
32256
+ {
32257
+ "name": "relativeTo",
32258
+ "type": {
32259
+ "text": "HTMLElement | Router"
32260
+ }
32261
+ }
32262
+ ]
32263
+ },
32264
+ {
32265
+ "kind": "function",
32266
+ "name": "findTopLevelRouter",
32267
+ "return": {
32268
+ "type": {
32269
+ "text": "Router | null"
32270
+ }
32271
+ },
32272
+ "parameters": [
32273
+ {
32274
+ "name": "relativeTo",
32275
+ "type": {
32276
+ "text": "HTMLElement | Router"
32277
+ }
32278
+ }
32279
+ ]
32280
+ },
32281
+ {
32282
+ "kind": "function",
32283
+ "name": "pathJoin",
32284
+ "parameters": [
32285
+ {
32286
+ "name": "parts",
32287
+ "type": {
32288
+ "text": "string[]"
32289
+ }
32290
+ },
32291
+ {
32292
+ "name": "separator",
32293
+ "default": "'/'"
32294
+ },
32295
+ {
32296
+ "name": "allowTrailingSeparator",
32297
+ "default": "false"
32298
+ }
32299
+ ]
32300
+ },
32301
+ {
32302
+ "kind": "function",
32303
+ "name": "removeLastPathSegment",
32304
+ "return": {
32305
+ "type": {
32306
+ "text": "string"
32307
+ }
32308
+ },
32309
+ "parameters": [
32310
+ {
32311
+ "name": "path",
32312
+ "type": {
32313
+ "text": "string"
32314
+ }
32315
+ },
32316
+ {
32317
+ "name": "separator",
32318
+ "default": "'/'"
32319
+ }
32320
+ ]
32321
+ },
32322
+ {
32323
+ "kind": "function",
32324
+ "name": "removeChildRouteParameter",
32325
+ "return": {
32326
+ "type": {
32327
+ "text": "string"
32328
+ }
32329
+ },
32330
+ "parameters": [
32331
+ {
32332
+ "name": "path",
32333
+ "type": {
32334
+ "text": "string"
32335
+ }
32336
+ }
32337
+ ]
32338
+ }
32339
+ ],
32340
+ "exports": [
32341
+ {
32342
+ "kind": "js",
32343
+ "name": "isAbsoluteUrl",
32344
+ "declaration": {
32345
+ "name": "isAbsoluteUrl",
32346
+ "module": "src/router/utils.ts"
32347
+ }
32348
+ },
32349
+ {
32350
+ "kind": "js",
32351
+ "name": "findRouter",
32352
+ "declaration": {
32353
+ "name": "findRouter",
32354
+ "module": "src/router/utils.ts"
32355
+ }
32356
+ },
32357
+ {
32358
+ "kind": "js",
32359
+ "name": "findParentRouter",
32360
+ "declaration": {
32361
+ "name": "findParentRouter",
32362
+ "module": "src/router/utils.ts"
32363
+ }
32364
+ },
32365
+ {
32366
+ "kind": "js",
32367
+ "name": "findTopLevelRouter",
32368
+ "declaration": {
32369
+ "name": "findTopLevelRouter",
32370
+ "module": "src/router/utils.ts"
32371
+ }
32372
+ },
32373
+ {
32374
+ "kind": "js",
32375
+ "name": "pathJoin",
32376
+ "declaration": {
32377
+ "name": "pathJoin",
32378
+ "module": "src/router/utils.ts"
32379
+ }
32380
+ },
32381
+ {
32382
+ "kind": "js",
32383
+ "name": "removeLastPathSegment",
32384
+ "declaration": {
32385
+ "name": "removeLastPathSegment",
32386
+ "module": "src/router/utils.ts"
32387
+ }
32388
+ },
32389
+ {
32390
+ "kind": "js",
32391
+ "name": "removeChildRouteParameter",
32392
+ "declaration": {
32393
+ "name": "removeChildRouteParameter",
32394
+ "module": "src/router/utils.ts"
32395
+ }
32396
+ }
32397
+ ]
32398
+ },
32399
+ {
32400
+ "kind": "javascript-module",
32401
+ "path": "src/scheduler/index.ts",
32402
+ "declarations": [],
32403
+ "exports": [
32404
+ {
32405
+ "kind": "js",
32406
+ "name": "*",
32407
+ "declaration": {
32408
+ "name": "*",
32409
+ "package": "./scheduler"
32410
+ }
32411
+ },
32412
+ {
32413
+ "kind": "js",
32414
+ "name": "*",
32415
+ "declaration": {
32416
+ "name": "*",
32417
+ "package": "./scheduler.styles"
32418
+ }
32419
+ },
32420
+ {
32421
+ "kind": "js",
32422
+ "name": "*",
32423
+ "declaration": {
32424
+ "name": "*",
32425
+ "package": "./scheduler.template"
32426
+ }
32427
+ }
32428
+ ]
32429
+ },
32430
+ {
32431
+ "kind": "javascript-module",
32432
+ "path": "src/scheduler/scheduler.styles.ts",
32433
+ "declarations": [
32434
+ {
32435
+ "kind": "variable",
32436
+ "name": "schedulerStyles",
32437
+ "type": {
32438
+ "text": "ElementStyles"
32439
+ },
32440
+ "default": "css`\n /* Host */\n :host {\n display: flex;\n flex-direction: column;\n width: 100%;\n }\n`"
32441
+ }
32442
+ ],
32443
+ "exports": [
32444
+ {
32445
+ "kind": "js",
32446
+ "name": "schedulerStyles",
32447
+ "declaration": {
32448
+ "name": "schedulerStyles",
32449
+ "module": "src/scheduler/scheduler.styles.ts"
32450
+ }
32451
+ }
32452
+ ]
32453
+ },
32454
+ {
32455
+ "kind": "javascript-module",
32456
+ "path": "src/scheduler/scheduler.template.ts",
32457
+ "declarations": [
32458
+ {
32459
+ "kind": "function",
32460
+ "name": "getPrefixedScheduler",
32461
+ "parameters": [
32462
+ {
32463
+ "name": "prefix",
32464
+ "type": {
32465
+ "text": "string"
32466
+ }
32467
+ }
32468
+ ]
32469
+ },
32470
+ {
32471
+ "kind": "variable",
32472
+ "name": "foundationSchedulerTemplate",
32473
+ "default": "html<Scheduler>`\n ${(x) => getPrefixedScheduler(getPrefix(x))}\n`"
32474
+ }
32475
+ ],
32476
+ "exports": [
32477
+ {
32478
+ "kind": "js",
32479
+ "name": "getPrefixedScheduler",
32480
+ "declaration": {
32481
+ "name": "getPrefixedScheduler",
32482
+ "module": "src/scheduler/scheduler.template.ts"
32483
+ }
32484
+ },
32485
+ {
32486
+ "kind": "js",
32487
+ "name": "foundationSchedulerTemplate",
32488
+ "declaration": {
32489
+ "name": "foundationSchedulerTemplate",
32490
+ "module": "src/scheduler/scheduler.template.ts"
32491
+ }
32492
+ }
32493
+ ]
32494
+ },
32495
+ {
32496
+ "kind": "javascript-module",
32497
+ "path": "src/scheduler/scheduler.ts",
32498
+ "declarations": [
32499
+ {
32500
+ "kind": "class",
32501
+ "description": "",
32502
+ "name": "Scheduler",
32503
+ "members": [
32504
+ {
32505
+ "kind": "field",
32506
+ "name": "timezone",
32507
+ "type": {
32508
+ "text": "string"
32509
+ },
32510
+ "default": "''"
32511
+ },
32512
+ {
32513
+ "kind": "field",
32514
+ "name": "cron",
32515
+ "type": {
32516
+ "text": "string"
32517
+ },
32518
+ "default": "''"
32519
+ },
32520
+ {
32521
+ "kind": "field",
32522
+ "name": "cronConfig",
32523
+ "type": {
32524
+ "text": "CronConfig"
32525
+ }
32526
+ },
32527
+ {
32528
+ "kind": "method",
32529
+ "name": "cronConfigChanged"
32530
+ },
32531
+ {
32532
+ "kind": "method",
32533
+ "name": "handleChange",
32534
+ "parameters": [
32535
+ {
32536
+ "name": "event",
32537
+ "type": {
32538
+ "text": "CustomEvent"
32539
+ }
32540
+ },
32541
+ {
32542
+ "name": "key",
32543
+ "type": {
32544
+ "text": "string"
32545
+ }
32546
+ }
32547
+ ]
32548
+ },
32549
+ {
32550
+ "kind": "field",
32551
+ "name": "_presentation",
32208
32552
  "type": {
32209
- "text": "string"
32553
+ "text": "ComponentPresentation | null | undefined"
32554
+ },
32555
+ "privacy": "private",
32556
+ "default": "void 0",
32557
+ "inheritedFrom": {
32558
+ "name": "FoundationElement",
32559
+ "module": "src/foundation-element/foundation-element.ts"
32210
32560
  }
32211
- }
32212
- ]
32213
- },
32214
- {
32215
- "kind": "function",
32216
- "name": "findRouter",
32217
- "return": {
32218
- "type": {
32219
- "text": "Router | null"
32220
- }
32221
- },
32222
- "parameters": [
32561
+ },
32223
32562
  {
32224
- "name": "relativeTo",
32563
+ "kind": "field",
32564
+ "name": "$presentation",
32225
32565
  "type": {
32226
- "text": "HTMLElement | Router"
32566
+ "text": "ComponentPresentation | null"
32567
+ },
32568
+ "privacy": "public",
32569
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
32570
+ "inheritedFrom": {
32571
+ "name": "FoundationElement",
32572
+ "module": "src/foundation-element/foundation-element.ts"
32227
32573
  }
32228
- }
32229
- ]
32230
- },
32231
- {
32232
- "kind": "function",
32233
- "name": "findParentRouter",
32234
- "return": {
32235
- "type": {
32236
- "text": "Router | null"
32237
- }
32238
- },
32239
- "parameters": [
32574
+ },
32240
32575
  {
32241
- "name": "relativeTo",
32576
+ "kind": "field",
32577
+ "name": "template",
32242
32578
  "type": {
32243
- "text": "HTMLElement | Router"
32579
+ "text": "ElementViewTemplate | void | null"
32580
+ },
32581
+ "privacy": "public",
32582
+ "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.",
32583
+ "inheritedFrom": {
32584
+ "name": "FoundationElement",
32585
+ "module": "src/foundation-element/foundation-element.ts"
32244
32586
  }
32245
- }
32246
- ]
32247
- },
32248
- {
32249
- "kind": "function",
32250
- "name": "findTopLevelRouter",
32251
- "return": {
32252
- "type": {
32253
- "text": "Router | null"
32254
- }
32255
- },
32256
- "parameters": [
32587
+ },
32257
32588
  {
32258
- "name": "relativeTo",
32259
- "type": {
32260
- "text": "HTMLElement | Router"
32589
+ "kind": "method",
32590
+ "name": "templateChanged",
32591
+ "privacy": "protected",
32592
+ "return": {
32593
+ "type": {
32594
+ "text": "void"
32595
+ }
32596
+ },
32597
+ "inheritedFrom": {
32598
+ "name": "FoundationElement",
32599
+ "module": "src/foundation-element/foundation-element.ts"
32261
32600
  }
32262
- }
32263
- ]
32264
- },
32265
- {
32266
- "kind": "function",
32267
- "name": "pathJoin",
32268
- "parameters": [
32601
+ },
32269
32602
  {
32270
- "name": "parts",
32603
+ "kind": "field",
32604
+ "name": "styles",
32271
32605
  "type": {
32272
- "text": "string[]"
32606
+ "text": "ElementStyles | void | null"
32607
+ },
32608
+ "privacy": "public",
32609
+ "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.",
32610
+ "inheritedFrom": {
32611
+ "name": "FoundationElement",
32612
+ "module": "src/foundation-element/foundation-element.ts"
32273
32613
  }
32274
32614
  },
32275
32615
  {
32276
- "name": "separator",
32277
- "default": "'/'"
32616
+ "kind": "method",
32617
+ "name": "stylesChanged",
32618
+ "privacy": "protected",
32619
+ "return": {
32620
+ "type": {
32621
+ "text": "void"
32622
+ }
32623
+ },
32624
+ "inheritedFrom": {
32625
+ "name": "FoundationElement",
32626
+ "module": "src/foundation-element/foundation-element.ts"
32627
+ }
32278
32628
  },
32279
32629
  {
32280
- "name": "allowTrailingSeparator",
32281
- "default": "false"
32630
+ "kind": "method",
32631
+ "name": "compose",
32632
+ "privacy": "public",
32633
+ "static": true,
32634
+ "return": {
32635
+ "type": {
32636
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
32637
+ }
32638
+ },
32639
+ "parameters": [
32640
+ {
32641
+ "name": "this",
32642
+ "type": {
32643
+ "text": "K"
32644
+ }
32645
+ },
32646
+ {
32647
+ "name": "elementDefinition",
32648
+ "type": {
32649
+ "text": "T"
32650
+ },
32651
+ "description": "The definition of the element to create the registry\nfunction for."
32652
+ }
32653
+ ],
32654
+ "description": "Defines an element registry function with a set of element definition defaults.",
32655
+ "inheritedFrom": {
32656
+ "name": "FoundationElement",
32657
+ "module": "src/foundation-element/foundation-element.ts"
32658
+ }
32282
32659
  }
32283
- ]
32660
+ ],
32661
+ "superclass": {
32662
+ "name": "FoundationElement",
32663
+ "package": "@microsoft/fast-foundation"
32664
+ },
32665
+ "tagName": "%%prefix%%-scheduler",
32666
+ "customElement": true
32284
32667
  },
32285
32668
  {
32286
- "kind": "function",
32287
- "name": "removeLastPathSegment",
32288
- "return": {
32289
- "type": {
32290
- "text": "string"
32291
- }
32669
+ "kind": "variable",
32670
+ "name": "foundationSchedulerShadowOptions",
32671
+ "type": {
32672
+ "text": "ShadowRootInit"
32292
32673
  },
32293
- "parameters": [
32294
- {
32295
- "name": "path",
32296
- "type": {
32297
- "text": "string"
32298
- }
32299
- },
32300
- {
32301
- "name": "separator",
32302
- "default": "'/'"
32303
- }
32304
- ]
32674
+ "default": "undefined"
32305
32675
  },
32306
32676
  {
32307
- "kind": "function",
32308
- "name": "removeChildRouteParameter",
32309
- "return": {
32310
- "type": {
32311
- "text": "string"
32312
- }
32677
+ "kind": "variable",
32678
+ "name": "defaultConfig",
32679
+ "type": {
32680
+ "text": "object"
32313
32681
  },
32314
- "parameters": [
32315
- {
32316
- "name": "path",
32317
- "type": {
32318
- "text": "string"
32319
- }
32320
- }
32321
- ]
32682
+ "default": "{}"
32683
+ },
32684
+ {
32685
+ "kind": "variable",
32686
+ "name": "foundationScheduler",
32687
+ "description": "The Foundation Scheduler Element.",
32688
+ "privacy": "public"
32322
32689
  }
32323
32690
  ],
32324
32691
  "exports": [
32325
32692
  {
32326
32693
  "kind": "js",
32327
- "name": "isAbsoluteUrl",
32328
- "declaration": {
32329
- "name": "isAbsoluteUrl",
32330
- "module": "src/router/utils.ts"
32331
- }
32332
- },
32333
- {
32334
- "kind": "js",
32335
- "name": "findRouter",
32336
- "declaration": {
32337
- "name": "findRouter",
32338
- "module": "src/router/utils.ts"
32339
- }
32340
- },
32341
- {
32342
- "kind": "js",
32343
- "name": "findParentRouter",
32344
- "declaration": {
32345
- "name": "findParentRouter",
32346
- "module": "src/router/utils.ts"
32347
- }
32348
- },
32349
- {
32350
- "kind": "js",
32351
- "name": "findTopLevelRouter",
32694
+ "name": "Scheduler",
32352
32695
  "declaration": {
32353
- "name": "findTopLevelRouter",
32354
- "module": "src/router/utils.ts"
32696
+ "name": "Scheduler",
32697
+ "module": "src/scheduler/scheduler.ts"
32355
32698
  }
32356
32699
  },
32357
32700
  {
32358
32701
  "kind": "js",
32359
- "name": "pathJoin",
32702
+ "name": "foundationSchedulerShadowOptions",
32360
32703
  "declaration": {
32361
- "name": "pathJoin",
32362
- "module": "src/router/utils.ts"
32704
+ "name": "foundationSchedulerShadowOptions",
32705
+ "module": "src/scheduler/scheduler.ts"
32363
32706
  }
32364
32707
  },
32365
32708
  {
32366
32709
  "kind": "js",
32367
- "name": "removeLastPathSegment",
32710
+ "name": "defaultConfig",
32368
32711
  "declaration": {
32369
- "name": "removeLastPathSegment",
32370
- "module": "src/router/utils.ts"
32712
+ "name": "defaultConfig",
32713
+ "module": "src/scheduler/scheduler.ts"
32371
32714
  }
32372
32715
  },
32373
32716
  {
32374
32717
  "kind": "js",
32375
- "name": "removeChildRouteParameter",
32718
+ "name": "foundationScheduler",
32376
32719
  "declaration": {
32377
- "name": "removeChildRouteParameter",
32378
- "module": "src/router/utils.ts"
32720
+ "name": "foundationScheduler",
32721
+ "module": "src/scheduler/scheduler.ts"
32379
32722
  }
32380
32723
  }
32381
32724
  ]
@@ -32890,6 +33233,320 @@
32890
33233
  }
32891
33234
  ]
32892
33235
  },
33236
+ {
33237
+ "kind": "javascript-module",
33238
+ "path": "src/scheduler-timezone/index.ts",
33239
+ "declarations": [],
33240
+ "exports": [
33241
+ {
33242
+ "kind": "js",
33243
+ "name": "*",
33244
+ "declaration": {
33245
+ "name": "*",
33246
+ "package": "./scheduler-timezone.styles"
33247
+ }
33248
+ },
33249
+ {
33250
+ "kind": "js",
33251
+ "name": "*",
33252
+ "declaration": {
33253
+ "name": "*",
33254
+ "package": "./scheduler-timezone.template"
33255
+ }
33256
+ },
33257
+ {
33258
+ "kind": "js",
33259
+ "name": "*",
33260
+ "declaration": {
33261
+ "name": "*",
33262
+ "package": "./scheduler-timezone"
33263
+ }
33264
+ }
33265
+ ]
33266
+ },
33267
+ {
33268
+ "kind": "javascript-module",
33269
+ "path": "src/scheduler-timezone/scheduler-timezone.styles.ts",
33270
+ "declarations": [
33271
+ {
33272
+ "kind": "variable",
33273
+ "name": "schedulerTimezoneStyles",
33274
+ "type": {
33275
+ "text": "ElementStyles"
33276
+ },
33277
+ "default": "css`\n /* Host */\n :host {\n display: flex;\n flex-direction: column;\n width: 100%;\n }\n\n .container {\n padding: calc(var(--design-unit) * 2px) calc(var(--design-unit) * 4px);\n display: flex;\n flex-direction: column;\n gap: calc(var(--design-unit) * 2px);\n }\n\n .label {\n color: var(--neutral-foreground-hint);\n display: block;\n cursor: pointer;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n font-style: normal;\n }\n\n .timezone-combobox::part(listbox) {\n max-height: 20vh;\n }\n`"
33278
+ }
33279
+ ],
33280
+ "exports": [
33281
+ {
33282
+ "kind": "js",
33283
+ "name": "schedulerTimezoneStyles",
33284
+ "declaration": {
33285
+ "name": "schedulerTimezoneStyles",
33286
+ "module": "src/scheduler-timezone/scheduler-timezone.styles.ts"
33287
+ }
33288
+ }
33289
+ ]
33290
+ },
33291
+ {
33292
+ "kind": "javascript-module",
33293
+ "path": "src/scheduler-timezone/scheduler-timezone.template.ts",
33294
+ "declarations": [
33295
+ {
33296
+ "kind": "function",
33297
+ "name": "getPrefixedSchedulerTimezone",
33298
+ "parameters": [
33299
+ {
33300
+ "name": "prefix",
33301
+ "type": {
33302
+ "text": "string"
33303
+ }
33304
+ }
33305
+ ]
33306
+ },
33307
+ {
33308
+ "kind": "variable",
33309
+ "name": "foundationSchedulerTimezoneTemplate",
33310
+ "default": "html<SchedulerTimezone>`\n ${(x) => getPrefixedSchedulerTimezone(getPrefix(x))}\n`"
33311
+ }
33312
+ ],
33313
+ "exports": [
33314
+ {
33315
+ "kind": "js",
33316
+ "name": "getPrefixedSchedulerTimezone",
33317
+ "declaration": {
33318
+ "name": "getPrefixedSchedulerTimezone",
33319
+ "module": "src/scheduler-timezone/scheduler-timezone.template.ts"
33320
+ }
33321
+ },
33322
+ {
33323
+ "kind": "js",
33324
+ "name": "foundationSchedulerTimezoneTemplate",
33325
+ "declaration": {
33326
+ "name": "foundationSchedulerTimezoneTemplate",
33327
+ "module": "src/scheduler-timezone/scheduler-timezone.template.ts"
33328
+ }
33329
+ }
33330
+ ]
33331
+ },
33332
+ {
33333
+ "kind": "javascript-module",
33334
+ "path": "src/scheduler-timezone/scheduler-timezone.ts",
33335
+ "declarations": [
33336
+ {
33337
+ "kind": "class",
33338
+ "description": "",
33339
+ "name": "SchedulerTimezone",
33340
+ "members": [
33341
+ {
33342
+ "kind": "field",
33343
+ "name": "timezone",
33344
+ "type": {
33345
+ "text": "string"
33346
+ },
33347
+ "default": "''"
33348
+ },
33349
+ {
33350
+ "kind": "method",
33351
+ "name": "timezoneChanged"
33352
+ },
33353
+ {
33354
+ "kind": "field",
33355
+ "name": "connect",
33356
+ "type": {
33357
+ "text": "Connect"
33358
+ }
33359
+ },
33360
+ {
33361
+ "kind": "field",
33362
+ "name": "timeZones"
33363
+ },
33364
+ {
33365
+ "kind": "method",
33366
+ "name": "getTimeZones",
33367
+ "return": {
33368
+ "type": {
33369
+ "text": "Promise<void>"
33370
+ }
33371
+ }
33372
+ },
33373
+ {
33374
+ "kind": "field",
33375
+ "name": "_presentation",
33376
+ "type": {
33377
+ "text": "ComponentPresentation | null | undefined"
33378
+ },
33379
+ "privacy": "private",
33380
+ "default": "void 0",
33381
+ "inheritedFrom": {
33382
+ "name": "FoundationElement",
33383
+ "module": "src/foundation-element/foundation-element.ts"
33384
+ }
33385
+ },
33386
+ {
33387
+ "kind": "field",
33388
+ "name": "$presentation",
33389
+ "type": {
33390
+ "text": "ComponentPresentation | null"
33391
+ },
33392
+ "privacy": "public",
33393
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
33394
+ "inheritedFrom": {
33395
+ "name": "FoundationElement",
33396
+ "module": "src/foundation-element/foundation-element.ts"
33397
+ }
33398
+ },
33399
+ {
33400
+ "kind": "field",
33401
+ "name": "template",
33402
+ "type": {
33403
+ "text": "ElementViewTemplate | void | null"
33404
+ },
33405
+ "privacy": "public",
33406
+ "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.",
33407
+ "inheritedFrom": {
33408
+ "name": "FoundationElement",
33409
+ "module": "src/foundation-element/foundation-element.ts"
33410
+ }
33411
+ },
33412
+ {
33413
+ "kind": "method",
33414
+ "name": "templateChanged",
33415
+ "privacy": "protected",
33416
+ "return": {
33417
+ "type": {
33418
+ "text": "void"
33419
+ }
33420
+ },
33421
+ "inheritedFrom": {
33422
+ "name": "FoundationElement",
33423
+ "module": "src/foundation-element/foundation-element.ts"
33424
+ }
33425
+ },
33426
+ {
33427
+ "kind": "field",
33428
+ "name": "styles",
33429
+ "type": {
33430
+ "text": "ElementStyles | void | null"
33431
+ },
33432
+ "privacy": "public",
33433
+ "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.",
33434
+ "inheritedFrom": {
33435
+ "name": "FoundationElement",
33436
+ "module": "src/foundation-element/foundation-element.ts"
33437
+ }
33438
+ },
33439
+ {
33440
+ "kind": "method",
33441
+ "name": "stylesChanged",
33442
+ "privacy": "protected",
33443
+ "return": {
33444
+ "type": {
33445
+ "text": "void"
33446
+ }
33447
+ },
33448
+ "inheritedFrom": {
33449
+ "name": "FoundationElement",
33450
+ "module": "src/foundation-element/foundation-element.ts"
33451
+ }
33452
+ },
33453
+ {
33454
+ "kind": "method",
33455
+ "name": "compose",
33456
+ "privacy": "public",
33457
+ "static": true,
33458
+ "return": {
33459
+ "type": {
33460
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
33461
+ }
33462
+ },
33463
+ "parameters": [
33464
+ {
33465
+ "name": "this",
33466
+ "type": {
33467
+ "text": "K"
33468
+ }
33469
+ },
33470
+ {
33471
+ "name": "elementDefinition",
33472
+ "type": {
33473
+ "text": "T"
33474
+ },
33475
+ "description": "The definition of the element to create the registry\nfunction for."
33476
+ }
33477
+ ],
33478
+ "description": "Defines an element registry function with a set of element definition defaults.",
33479
+ "inheritedFrom": {
33480
+ "name": "FoundationElement",
33481
+ "module": "src/foundation-element/foundation-element.ts"
33482
+ }
33483
+ }
33484
+ ],
33485
+ "superclass": {
33486
+ "name": "FoundationElement",
33487
+ "package": "@microsoft/fast-foundation"
33488
+ },
33489
+ "tagName": "%%prefix%%-scheduler-timezone",
33490
+ "customElement": true
33491
+ },
33492
+ {
33493
+ "kind": "variable",
33494
+ "name": "foundationSchedulerTimezoneShadowOptions",
33495
+ "type": {
33496
+ "text": "ShadowRootInit"
33497
+ },
33498
+ "default": "undefined"
33499
+ },
33500
+ {
33501
+ "kind": "variable",
33502
+ "name": "defaultTimezoneConfig",
33503
+ "type": {
33504
+ "text": "object"
33505
+ },
33506
+ "default": "{}"
33507
+ },
33508
+ {
33509
+ "kind": "variable",
33510
+ "name": "foundationSchedulerTimezone",
33511
+ "description": "The Foundation Scheduler Timezone Element.",
33512
+ "privacy": "public"
33513
+ }
33514
+ ],
33515
+ "exports": [
33516
+ {
33517
+ "kind": "js",
33518
+ "name": "SchedulerTimezone",
33519
+ "declaration": {
33520
+ "name": "SchedulerTimezone",
33521
+ "module": "src/scheduler-timezone/scheduler-timezone.ts"
33522
+ }
33523
+ },
33524
+ {
33525
+ "kind": "js",
33526
+ "name": "foundationSchedulerTimezoneShadowOptions",
33527
+ "declaration": {
33528
+ "name": "foundationSchedulerTimezoneShadowOptions",
33529
+ "module": "src/scheduler-timezone/scheduler-timezone.ts"
33530
+ }
33531
+ },
33532
+ {
33533
+ "kind": "js",
33534
+ "name": "defaultTimezoneConfig",
33535
+ "declaration": {
33536
+ "name": "defaultTimezoneConfig",
33537
+ "module": "src/scheduler-timezone/scheduler-timezone.ts"
33538
+ }
33539
+ },
33540
+ {
33541
+ "kind": "js",
33542
+ "name": "foundationSchedulerTimezone",
33543
+ "declaration": {
33544
+ "name": "foundationSchedulerTimezone",
33545
+ "module": "src/scheduler-timezone/scheduler-timezone.ts"
33546
+ }
33547
+ }
33548
+ ]
33549
+ },
32893
33550
  {
32894
33551
  "kind": "javascript-module",
32895
33552
  "path": "src/search-bar/index.ts",