@genesislcap/foundation-ui 14.240.0 → 14.241.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/custom-elements.json +2183 -2183
  2. package/package.json +16 -16
@@ -819,51 +819,6 @@
819
819
  }
820
820
  ]
821
821
  },
822
- {
823
- "kind": "javascript-module",
824
- "path": "src/_common/icons.ts",
825
- "declarations": [
826
- {
827
- "kind": "function",
828
- "name": "closeIcon",
829
- "parameters": [
830
- {
831
- "name": "slot",
832
- "default": "'start'"
833
- },
834
- {
835
- "name": "fill",
836
- "default": "'#879ba6'"
837
- }
838
- ]
839
- }
840
- ],
841
- "exports": [
842
- {
843
- "kind": "js",
844
- "name": "closeIcon",
845
- "declaration": {
846
- "name": "closeIcon",
847
- "module": "src/_common/icons.ts"
848
- }
849
- }
850
- ]
851
- },
852
- {
853
- "kind": "javascript-module",
854
- "path": "src/_common/index.ts",
855
- "declarations": [],
856
- "exports": [
857
- {
858
- "kind": "js",
859
- "name": "*",
860
- "declaration": {
861
- "name": "*",
862
- "package": "./icons"
863
- }
864
- }
865
- ]
866
- },
867
822
  {
868
823
  "kind": "javascript-module",
869
824
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1817,188 +1772,6 @@
1817
1772
  }
1818
1773
  ]
1819
1774
  },
1820
- {
1821
- "kind": "javascript-module",
1822
- "path": "src/accordion/accordion.styles.ts",
1823
- "declarations": [
1824
- {
1825
- "kind": "function",
1826
- "name": "foundationAccordionStyles",
1827
- "return": {
1828
- "type": {
1829
- "text": "ElementStyles"
1830
- }
1831
- },
1832
- "parameters": [
1833
- {
1834
- "name": "context",
1835
- "type": {
1836
- "text": "ElementDefinitionContext"
1837
- }
1838
- },
1839
- {
1840
- "name": "definition",
1841
- "type": {
1842
- "text": "FoundationElementDefinition"
1843
- }
1844
- }
1845
- ]
1846
- }
1847
- ],
1848
- "exports": [
1849
- {
1850
- "kind": "js",
1851
- "name": "foundationAccordionStyles",
1852
- "declaration": {
1853
- "name": "foundationAccordionStyles",
1854
- "module": "src/accordion/accordion.styles.ts"
1855
- }
1856
- }
1857
- ]
1858
- },
1859
- {
1860
- "kind": "javascript-module",
1861
- "path": "src/accordion/accordion.template.ts",
1862
- "declarations": [
1863
- {
1864
- "kind": "function",
1865
- "name": "foundationAccordionTemplate",
1866
- "return": {
1867
- "type": {
1868
- "text": "ViewTemplate<Accordion>"
1869
- }
1870
- },
1871
- "parameters": [
1872
- {
1873
- "name": "context",
1874
- "type": {
1875
- "text": "ElementDefinitionContext"
1876
- }
1877
- },
1878
- {
1879
- "name": "definition",
1880
- "type": {
1881
- "text": "FoundationElementDefinition"
1882
- }
1883
- }
1884
- ]
1885
- }
1886
- ],
1887
- "exports": [
1888
- {
1889
- "kind": "js",
1890
- "name": "foundationAccordionTemplate",
1891
- "declaration": {
1892
- "name": "foundationAccordionTemplate",
1893
- "module": "src/accordion/accordion.template.ts"
1894
- }
1895
- }
1896
- ]
1897
- },
1898
- {
1899
- "kind": "javascript-module",
1900
- "path": "src/accordion/accordion.ts",
1901
- "declarations": [
1902
- {
1903
- "kind": "class",
1904
- "description": "",
1905
- "name": "Accordion",
1906
- "superclass": {
1907
- "name": "FASTAccordion",
1908
- "package": "@microsoft/fast-foundation"
1909
- },
1910
- "tagName": "%%prefix%%-accordion",
1911
- "customElement": true
1912
- },
1913
- {
1914
- "kind": "variable",
1915
- "name": "foundationAccordionShadowOptions",
1916
- "type": {
1917
- "text": "ShadowRootInit"
1918
- },
1919
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1920
- },
1921
- {
1922
- "kind": "variable",
1923
- "name": "defaultAccordionConfig",
1924
- "type": {
1925
- "text": "object"
1926
- },
1927
- "default": "{}"
1928
- },
1929
- {
1930
- "kind": "variable",
1931
- "name": "foundationAccordion",
1932
- "description": "The Foundation Accordion",
1933
- "privacy": "public"
1934
- }
1935
- ],
1936
- "exports": [
1937
- {
1938
- "kind": "js",
1939
- "name": "Accordion",
1940
- "declaration": {
1941
- "name": "Accordion",
1942
- "module": "src/accordion/accordion.ts"
1943
- }
1944
- },
1945
- {
1946
- "kind": "js",
1947
- "name": "foundationAccordionShadowOptions",
1948
- "declaration": {
1949
- "name": "foundationAccordionShadowOptions",
1950
- "module": "src/accordion/accordion.ts"
1951
- }
1952
- },
1953
- {
1954
- "kind": "js",
1955
- "name": "defaultAccordionConfig",
1956
- "declaration": {
1957
- "name": "defaultAccordionConfig",
1958
- "module": "src/accordion/accordion.ts"
1959
- }
1960
- },
1961
- {
1962
- "kind": "js",
1963
- "name": "foundationAccordion",
1964
- "declaration": {
1965
- "name": "foundationAccordion",
1966
- "module": "src/accordion/accordion.ts"
1967
- }
1968
- }
1969
- ]
1970
- },
1971
- {
1972
- "kind": "javascript-module",
1973
- "path": "src/accordion/index.ts",
1974
- "declarations": [],
1975
- "exports": [
1976
- {
1977
- "kind": "js",
1978
- "name": "*",
1979
- "declaration": {
1980
- "name": "*",
1981
- "package": "./accordion.template"
1982
- }
1983
- },
1984
- {
1985
- "kind": "js",
1986
- "name": "*",
1987
- "declaration": {
1988
- "name": "*",
1989
- "package": "./accordion.styles"
1990
- }
1991
- },
1992
- {
1993
- "kind": "js",
1994
- "name": "*",
1995
- "declaration": {
1996
- "name": "*",
1997
- "package": "./accordion"
1998
- }
1999
- }
2000
- ]
2001
- },
2002
1775
  {
2003
1776
  "kind": "javascript-module",
2004
1777
  "path": "src/anchor/anchor.styles.ts",
@@ -2519,37 +2292,6 @@
2519
2292
  }
2520
2293
  ]
2521
2294
  },
2522
- {
2523
- "kind": "javascript-module",
2524
- "path": "src/_config/index.ts",
2525
- "declarations": [],
2526
- "exports": [
2527
- {
2528
- "kind": "js",
2529
- "name": "*",
2530
- "declaration": {
2531
- "name": "*",
2532
- "package": "./styles"
2533
- }
2534
- },
2535
- {
2536
- "kind": "js",
2537
- "name": "*",
2538
- "declaration": {
2539
- "name": "*",
2540
- "package": "./tokens"
2541
- }
2542
- },
2543
- {
2544
- "kind": "js",
2545
- "name": "*",
2546
- "declaration": {
2547
- "name": "*",
2548
- "package": "./values"
2549
- }
2550
- }
2551
- ]
2552
- },
2553
2295
  {
2554
2296
  "kind": "javascript-module",
2555
2297
  "path": "src/anchored-region/anchor-region.template.ts",
@@ -4140,6 +3882,264 @@
4140
3882
  }
4141
3883
  ]
4142
3884
  },
3885
+ {
3886
+ "kind": "javascript-module",
3887
+ "path": "src/_common/icons.ts",
3888
+ "declarations": [
3889
+ {
3890
+ "kind": "function",
3891
+ "name": "closeIcon",
3892
+ "parameters": [
3893
+ {
3894
+ "name": "slot",
3895
+ "default": "'start'"
3896
+ },
3897
+ {
3898
+ "name": "fill",
3899
+ "default": "'#879ba6'"
3900
+ }
3901
+ ]
3902
+ }
3903
+ ],
3904
+ "exports": [
3905
+ {
3906
+ "kind": "js",
3907
+ "name": "closeIcon",
3908
+ "declaration": {
3909
+ "name": "closeIcon",
3910
+ "module": "src/_common/icons.ts"
3911
+ }
3912
+ }
3913
+ ]
3914
+ },
3915
+ {
3916
+ "kind": "javascript-module",
3917
+ "path": "src/_common/index.ts",
3918
+ "declarations": [],
3919
+ "exports": [
3920
+ {
3921
+ "kind": "js",
3922
+ "name": "*",
3923
+ "declaration": {
3924
+ "name": "*",
3925
+ "package": "./icons"
3926
+ }
3927
+ }
3928
+ ]
3929
+ },
3930
+ {
3931
+ "kind": "javascript-module",
3932
+ "path": "src/accordion/accordion.styles.ts",
3933
+ "declarations": [
3934
+ {
3935
+ "kind": "function",
3936
+ "name": "foundationAccordionStyles",
3937
+ "return": {
3938
+ "type": {
3939
+ "text": "ElementStyles"
3940
+ }
3941
+ },
3942
+ "parameters": [
3943
+ {
3944
+ "name": "context",
3945
+ "type": {
3946
+ "text": "ElementDefinitionContext"
3947
+ }
3948
+ },
3949
+ {
3950
+ "name": "definition",
3951
+ "type": {
3952
+ "text": "FoundationElementDefinition"
3953
+ }
3954
+ }
3955
+ ]
3956
+ }
3957
+ ],
3958
+ "exports": [
3959
+ {
3960
+ "kind": "js",
3961
+ "name": "foundationAccordionStyles",
3962
+ "declaration": {
3963
+ "name": "foundationAccordionStyles",
3964
+ "module": "src/accordion/accordion.styles.ts"
3965
+ }
3966
+ }
3967
+ ]
3968
+ },
3969
+ {
3970
+ "kind": "javascript-module",
3971
+ "path": "src/accordion/accordion.template.ts",
3972
+ "declarations": [
3973
+ {
3974
+ "kind": "function",
3975
+ "name": "foundationAccordionTemplate",
3976
+ "return": {
3977
+ "type": {
3978
+ "text": "ViewTemplate<Accordion>"
3979
+ }
3980
+ },
3981
+ "parameters": [
3982
+ {
3983
+ "name": "context",
3984
+ "type": {
3985
+ "text": "ElementDefinitionContext"
3986
+ }
3987
+ },
3988
+ {
3989
+ "name": "definition",
3990
+ "type": {
3991
+ "text": "FoundationElementDefinition"
3992
+ }
3993
+ }
3994
+ ]
3995
+ }
3996
+ ],
3997
+ "exports": [
3998
+ {
3999
+ "kind": "js",
4000
+ "name": "foundationAccordionTemplate",
4001
+ "declaration": {
4002
+ "name": "foundationAccordionTemplate",
4003
+ "module": "src/accordion/accordion.template.ts"
4004
+ }
4005
+ }
4006
+ ]
4007
+ },
4008
+ {
4009
+ "kind": "javascript-module",
4010
+ "path": "src/accordion/accordion.ts",
4011
+ "declarations": [
4012
+ {
4013
+ "kind": "class",
4014
+ "description": "",
4015
+ "name": "Accordion",
4016
+ "superclass": {
4017
+ "name": "FASTAccordion",
4018
+ "package": "@microsoft/fast-foundation"
4019
+ },
4020
+ "tagName": "%%prefix%%-accordion",
4021
+ "customElement": true
4022
+ },
4023
+ {
4024
+ "kind": "variable",
4025
+ "name": "foundationAccordionShadowOptions",
4026
+ "type": {
4027
+ "text": "ShadowRootInit"
4028
+ },
4029
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
4030
+ },
4031
+ {
4032
+ "kind": "variable",
4033
+ "name": "defaultAccordionConfig",
4034
+ "type": {
4035
+ "text": "object"
4036
+ },
4037
+ "default": "{}"
4038
+ },
4039
+ {
4040
+ "kind": "variable",
4041
+ "name": "foundationAccordion",
4042
+ "description": "The Foundation Accordion",
4043
+ "privacy": "public"
4044
+ }
4045
+ ],
4046
+ "exports": [
4047
+ {
4048
+ "kind": "js",
4049
+ "name": "Accordion",
4050
+ "declaration": {
4051
+ "name": "Accordion",
4052
+ "module": "src/accordion/accordion.ts"
4053
+ }
4054
+ },
4055
+ {
4056
+ "kind": "js",
4057
+ "name": "foundationAccordionShadowOptions",
4058
+ "declaration": {
4059
+ "name": "foundationAccordionShadowOptions",
4060
+ "module": "src/accordion/accordion.ts"
4061
+ }
4062
+ },
4063
+ {
4064
+ "kind": "js",
4065
+ "name": "defaultAccordionConfig",
4066
+ "declaration": {
4067
+ "name": "defaultAccordionConfig",
4068
+ "module": "src/accordion/accordion.ts"
4069
+ }
4070
+ },
4071
+ {
4072
+ "kind": "js",
4073
+ "name": "foundationAccordion",
4074
+ "declaration": {
4075
+ "name": "foundationAccordion",
4076
+ "module": "src/accordion/accordion.ts"
4077
+ }
4078
+ }
4079
+ ]
4080
+ },
4081
+ {
4082
+ "kind": "javascript-module",
4083
+ "path": "src/accordion/index.ts",
4084
+ "declarations": [],
4085
+ "exports": [
4086
+ {
4087
+ "kind": "js",
4088
+ "name": "*",
4089
+ "declaration": {
4090
+ "name": "*",
4091
+ "package": "./accordion.template"
4092
+ }
4093
+ },
4094
+ {
4095
+ "kind": "js",
4096
+ "name": "*",
4097
+ "declaration": {
4098
+ "name": "*",
4099
+ "package": "./accordion.styles"
4100
+ }
4101
+ },
4102
+ {
4103
+ "kind": "js",
4104
+ "name": "*",
4105
+ "declaration": {
4106
+ "name": "*",
4107
+ "package": "./accordion"
4108
+ }
4109
+ }
4110
+ ]
4111
+ },
4112
+ {
4113
+ "kind": "javascript-module",
4114
+ "path": "src/_config/index.ts",
4115
+ "declarations": [],
4116
+ "exports": [
4117
+ {
4118
+ "kind": "js",
4119
+ "name": "*",
4120
+ "declaration": {
4121
+ "name": "*",
4122
+ "package": "./styles"
4123
+ }
4124
+ },
4125
+ {
4126
+ "kind": "js",
4127
+ "name": "*",
4128
+ "declaration": {
4129
+ "name": "*",
4130
+ "package": "./tokens"
4131
+ }
4132
+ },
4133
+ {
4134
+ "kind": "js",
4135
+ "name": "*",
4136
+ "declaration": {
4137
+ "name": "*",
4138
+ "package": "./values"
4139
+ }
4140
+ }
4141
+ ]
4142
+ },
4143
4143
  {
4144
4144
  "kind": "javascript-module",
4145
4145
  "path": "src/avatar/avatar.styles.ts",
@@ -30016,410 +30016,1260 @@
30016
30016
  },
30017
30017
  {
30018
30018
  "kind": "javascript-module",
30019
- "path": "src/search-bar/index.ts",
30020
- "declarations": [],
30021
- "exports": [
30022
- {
30023
- "kind": "js",
30024
- "name": "*",
30025
- "declaration": {
30026
- "name": "*",
30027
- "package": "./search-bar"
30028
- }
30029
- },
30030
- {
30031
- "kind": "js",
30032
- "name": "*",
30033
- "declaration": {
30034
- "name": "*",
30035
- "package": "./search-bar.styles"
30036
- }
30037
- },
30038
- {
30039
- "kind": "js",
30040
- "name": "*",
30041
- "declaration": {
30042
- "name": "*",
30043
- "package": "./search-bar.template"
30044
- }
30045
- },
30046
- {
30047
- "kind": "js",
30048
- "name": "*",
30049
- "declaration": {
30050
- "name": "*",
30051
- "package": "./search-bar.types"
30052
- }
30053
- },
30054
- {
30055
- "kind": "js",
30056
- "name": "*",
30057
- "declaration": {
30058
- "name": "*",
30059
- "package": "./search-bar-combobox"
30060
- }
30061
- },
30062
- {
30063
- "kind": "js",
30064
- "name": "*",
30065
- "declaration": {
30066
- "name": "*",
30067
- "package": "./search-bar-combobox.styles"
30068
- }
30069
- },
30070
- {
30071
- "kind": "js",
30072
- "name": "*",
30073
- "declaration": {
30074
- "name": "*",
30075
- "package": "./search-bar-combobox.template"
30076
- }
30077
- }
30078
- ]
30079
- },
30080
- {
30081
- "kind": "javascript-module",
30082
- "path": "src/search-bar/search-bar-combobox.styles.ts",
30019
+ "path": "src/router/configuration.ts",
30083
30020
  "declarations": [
30084
30021
  {
30085
- "kind": "function",
30086
- "name": "foundationSearchBarComboboxStyles",
30087
- "return": {
30088
- "type": {
30089
- "text": "ElementStyles"
30090
- }
30091
- },
30092
- "parameters": [
30022
+ "kind": "class",
30023
+ "description": "",
30024
+ "name": "FoundationRouterConfiguration",
30025
+ "members": [
30093
30026
  {
30094
- "name": "context",
30027
+ "kind": "field",
30028
+ "name": "container",
30095
30029
  "type": {
30096
- "text": "ElementDefinitionContext"
30097
- }
30030
+ "text": "Container"
30031
+ },
30032
+ "privacy": "protected"
30098
30033
  },
30099
30034
  {
30100
- "name": "definition",
30035
+ "kind": "field",
30036
+ "name": "analytics",
30101
30037
  "type": {
30102
- "text": "FoundationElementDefinition"
30103
- }
30104
- }
30105
- ]
30106
- }
30107
- ],
30108
- "exports": [
30109
- {
30110
- "kind": "js",
30111
- "name": "foundationSearchBarComboboxStyles",
30112
- "declaration": {
30113
- "name": "foundationSearchBarComboboxStyles",
30114
- "module": "src/search-bar/search-bar-combobox.styles.ts"
30115
- }
30116
- }
30117
- ]
30118
- },
30119
- {
30120
- "kind": "javascript-module",
30121
- "path": "src/search-bar/search-bar-combobox.template.ts",
30122
- "declarations": [
30123
- {
30124
- "kind": "function",
30125
- "name": "foundationSearchBarComboboxTemplate",
30126
- "return": {
30127
- "type": {
30128
- "text": "ViewTemplate<SearchBarCombobox>"
30129
- }
30130
- },
30131
- "parameters": [
30038
+ "text": "FoundationAnalytics"
30039
+ },
30040
+ "privacy": "protected"
30041
+ },
30132
30042
  {
30133
- "name": "context",
30043
+ "kind": "field",
30044
+ "name": "user",
30134
30045
  "type": {
30135
- "text": "ElementDefinitionContext"
30046
+ "text": "User"
30136
30047
  }
30137
30048
  },
30138
30049
  {
30139
- "name": "definition",
30050
+ "kind": "field",
30051
+ "name": "_session",
30140
30052
  "type": {
30141
- "text": "ComboboxOptions"
30142
- }
30143
- }
30144
- ]
30145
- }
30146
- ],
30147
- "exports": [
30148
- {
30149
- "kind": "js",
30150
- "name": "foundationSearchBarComboboxTemplate",
30151
- "declaration": {
30152
- "name": "foundationSearchBarComboboxTemplate",
30153
- "module": "src/search-bar/search-bar-combobox.template.ts"
30154
- }
30155
- }
30156
- ]
30157
- },
30158
- {
30159
- "kind": "javascript-module",
30160
- "path": "src/search-bar/search-bar-combobox.ts",
30161
- "declarations": [
30162
- {
30163
- "kind": "class",
30164
- "description": "",
30165
- "name": "SearchBarCombobox",
30166
- "members": [
30053
+ "text": "Session"
30054
+ },
30055
+ "privacy": "private"
30056
+ },
30167
30057
  {
30168
30058
  "kind": "field",
30169
- "name": "minlength",
30059
+ "name": "logger",
30060
+ "default": "routerLogger"
30061
+ },
30062
+ {
30063
+ "kind": "field",
30064
+ "name": "loginPath",
30170
30065
  "type": {
30171
- "text": "number"
30066
+ "text": "string"
30172
30067
  },
30173
- "default": "COMBO_INPUT_MIN_LENGTH"
30068
+ "default": "'login'"
30174
30069
  },
30175
30070
  {
30176
30071
  "kind": "field",
30177
- "name": "previousLength",
30072
+ "name": "notFoundPath",
30178
30073
  "type": {
30179
- "text": "number"
30074
+ "text": "string"
30180
30075
  },
30181
- "privacy": "private",
30182
- "default": "-1"
30076
+ "default": "'not-found'"
30183
30077
  },
30184
30078
  {
30185
30079
  "kind": "field",
30186
- "name": "changeListener",
30187
- "privacy": "private"
30080
+ "name": "notPermittedPath",
30081
+ "type": {
30082
+ "text": "string"
30083
+ },
30084
+ "default": "'not-permitted'"
30085
+ },
30086
+ {
30087
+ "kind": "field",
30088
+ "name": "basename",
30089
+ "type": {
30090
+ "text": "string"
30091
+ },
30092
+ "default": "PUBLIC_PATH"
30093
+ },
30094
+ {
30095
+ "kind": "field",
30096
+ "name": "relativeTo",
30097
+ "type": {
30098
+ "text": "Router"
30099
+ }
30100
+ },
30101
+ {
30102
+ "kind": "field",
30103
+ "name": "routes",
30104
+ "type": {
30105
+ "text": "FoundationRouteCollection<TSettings>"
30106
+ },
30107
+ "privacy": "public",
30108
+ "readonly": true,
30109
+ "default": "new FoundationRouteCollection<TSettings>(this)"
30188
30110
  },
30189
30111
  {
30190
30112
  "kind": "method",
30191
- "name": "clickHandler",
30113
+ "name": "getNavItems",
30192
30114
  "return": {
30193
30115
  "type": {
30194
- "text": "boolean | void"
30116
+ "text": "FoundationRouteNavItem[]"
30195
30117
  }
30196
30118
  },
30197
30119
  "parameters": [
30198
30120
  {
30199
- "name": "e",
30121
+ "name": "predicate",
30122
+ "default": "defaultNavItemPredicate",
30200
30123
  "type": {
30201
- "text": "any"
30124
+ "text": "NavItemPredicate"
30202
30125
  }
30203
30126
  }
30204
30127
  ]
30205
30128
  },
30206
30129
  {
30207
30130
  "kind": "method",
30208
- "name": "keyupHandler",
30209
- "privacy": "public",
30131
+ "name": "configureAnalytics"
30132
+ },
30133
+ {
30134
+ "kind": "method",
30135
+ "name": "configureRoutePermittedChecks"
30136
+ },
30137
+ {
30138
+ "kind": "method",
30139
+ "name": "configureFallbackRouteDefinition"
30140
+ },
30141
+ {
30142
+ "kind": "method",
30143
+ "name": "navigationPhaseLoginRedirect",
30210
30144
  "parameters": [
30211
30145
  {
30212
- "name": "e",
30146
+ "name": "phase",
30213
30147
  "type": {
30214
- "text": "KeyboardEvent"
30148
+ "text": "NavigationPhase"
30215
30149
  }
30216
30150
  }
30217
30151
  ]
30218
30152
  },
30219
30153
  {
30220
30154
  "kind": "method",
30221
- "name": "keydownHandler",
30222
- "privacy": "public",
30155
+ "name": "generateRouteFromName",
30223
30156
  "return": {
30224
30157
  "type": {
30225
- "text": "boolean | void"
30158
+ "text": "Promise<string | null>"
30226
30159
  }
30227
30160
  },
30228
30161
  "parameters": [
30229
30162
  {
30230
- "name": "e",
30163
+ "name": "name",
30231
30164
  "type": {
30232
- "text": "Event & KeyboardEvent"
30165
+ "text": "string"
30166
+ }
30167
+ },
30168
+ {
30169
+ "name": "params",
30170
+ "type": {
30171
+ "text": "object"
30233
30172
  }
30234
30173
  }
30235
30174
  ]
30236
30175
  },
30237
30176
  {
30238
30177
  "kind": "method",
30239
- "name": "inputHandler",
30178
+ "name": "navigateTo",
30179
+ "parameters": [
30180
+ {
30181
+ "name": "config",
30182
+ "type": {
30183
+ "text": "NavigateToConfig"
30184
+ }
30185
+ }
30186
+ ]
30187
+ },
30188
+ {
30189
+ "kind": "method",
30190
+ "name": "generateNavigationPath",
30240
30191
  "return": {
30241
30192
  "type": {
30242
- "text": "boolean | void"
30193
+ "text": "string"
30243
30194
  }
30244
30195
  },
30245
30196
  "parameters": [
30246
30197
  {
30247
- "name": "e",
30198
+ "name": "path",
30248
30199
  "type": {
30249
- "text": "InputEvent"
30200
+ "text": "string"
30201
+ }
30202
+ },
30203
+ {
30204
+ "name": "params",
30205
+ "optional": true,
30206
+ "type": {
30207
+ "text": "object"
30250
30208
  }
30251
30209
  }
30252
30210
  ]
30253
30211
  },
30254
30212
  {
30255
30213
  "kind": "method",
30256
- "name": "openChanged"
30257
- },
30258
- {
30259
- "kind": "field",
30260
- "name": "autocomplete",
30261
- "type": {
30262
- "text": "ComboboxAutocomplete | undefined"
30263
- },
30264
- "description": "The autocomplete attribute.",
30265
- "privacy": "public",
30266
- "inheritedFrom": {
30267
- "name": "Combobox",
30268
- "module": "src/combobox/combobox.ts"
30269
- }
30270
- },
30271
- {
30272
- "kind": "field",
30273
- "name": "filteredOptions",
30274
- "type": {
30275
- "text": "ListboxOption[]"
30276
- },
30277
- "privacy": "public",
30278
- "default": "[]",
30279
- "description": "The collection of currently filtered options.",
30280
- "inheritedFrom": {
30281
- "name": "Combobox",
30282
- "module": "src/combobox/combobox.ts"
30283
- }
30214
+ "name": "getNavigationPathBasename"
30284
30215
  },
30285
30216
  {
30286
30217
  "kind": "method",
30287
- "name": "validate",
30288
- "privacy": "public",
30218
+ "name": "construct",
30289
30219
  "return": {
30290
30220
  "type": {
30291
- "text": "void"
30221
+ "text": "T"
30292
30222
  }
30293
30223
  },
30294
- "description": "{@inheritDoc (FormAssociated:interface).validate}",
30295
- "inheritedFrom": {
30296
- "name": "Combobox",
30297
- "module": "src/combobox/combobox.ts"
30298
- }
30299
- },
30300
- {
30301
- "kind": "field",
30302
- "name": "isAutocompleteInline",
30303
- "type": {
30304
- "text": "boolean"
30305
- },
30306
- "privacy": "private",
30307
- "inheritedFrom": {
30308
- "name": "Combobox",
30309
- "module": "src/combobox/combobox.ts"
30310
- }
30311
- },
30224
+ "parameters": [
30225
+ {
30226
+ "name": "Type",
30227
+ "type": {
30228
+ "text": "Constructable<T>"
30229
+ }
30230
+ }
30231
+ ]
30232
+ }
30233
+ ],
30234
+ "superclass": {
30235
+ "name": "RouterConfiguration",
30236
+ "package": "@microsoft/fast-router"
30237
+ }
30238
+ }
30239
+ ],
30240
+ "exports": [
30241
+ {
30242
+ "kind": "js",
30243
+ "name": "FoundationRouterConfiguration",
30244
+ "declaration": {
30245
+ "name": "FoundationRouterConfiguration",
30246
+ "module": "src/router/configuration.ts"
30247
+ }
30248
+ }
30249
+ ]
30250
+ },
30251
+ {
30252
+ "kind": "javascript-module",
30253
+ "path": "src/router/events.ts",
30254
+ "declarations": [
30255
+ {
30256
+ "kind": "variable",
30257
+ "name": "NavigateToEventType",
30258
+ "type": {
30259
+ "text": "string"
30260
+ },
30261
+ "default": "'navigate-to'"
30262
+ },
30263
+ {
30264
+ "kind": "variable",
30265
+ "name": "GenerateNavigationPathEventType",
30266
+ "type": {
30267
+ "text": "string"
30268
+ },
30269
+ "default": "'generate-navigation-path'"
30270
+ }
30271
+ ],
30272
+ "exports": [
30273
+ {
30274
+ "kind": "js",
30275
+ "name": "NavigateToEventType",
30276
+ "declaration": {
30277
+ "name": "NavigateToEventType",
30278
+ "module": "src/router/events.ts"
30279
+ }
30280
+ },
30281
+ {
30282
+ "kind": "js",
30283
+ "name": "GenerateNavigationPathEventType",
30284
+ "declaration": {
30285
+ "name": "GenerateNavigationPathEventType",
30286
+ "module": "src/router/events.ts"
30287
+ }
30288
+ }
30289
+ ]
30290
+ },
30291
+ {
30292
+ "kind": "javascript-module",
30293
+ "path": "src/router/foundation-router.ts",
30294
+ "declarations": [
30295
+ {
30296
+ "kind": "class",
30297
+ "description": "",
30298
+ "name": "FoundationRouter",
30299
+ "members": [
30312
30300
  {
30313
30301
  "kind": "field",
30314
- "name": "isAutocompleteList",
30315
- "type": {
30316
- "text": "boolean"
30317
- },
30318
- "privacy": "private",
30319
- "inheritedFrom": {
30320
- "name": "Combobox",
30321
- "module": "src/combobox/combobox.ts"
30322
- }
30302
+ "name": "logger",
30303
+ "default": "routerLogger"
30323
30304
  },
30324
30305
  {
30325
30306
  "kind": "field",
30326
- "name": "isAutocompleteBoth",
30307
+ "name": "config",
30327
30308
  "type": {
30328
- "text": "boolean"
30329
- },
30330
- "privacy": "private",
30331
- "inheritedFrom": {
30332
- "name": "Combobox",
30333
- "module": "src/combobox/combobox.ts"
30309
+ "text": "FoundationRouterConfiguration | null"
30334
30310
  }
30335
30311
  },
30336
30312
  {
30337
30313
  "kind": "field",
30338
- "name": "open",
30314
+ "name": "router",
30339
30315
  "type": {
30340
- "text": "boolean"
30316
+ "text": "Router"
30341
30317
  },
30342
- "privacy": "public",
30343
- "default": "false",
30344
- "description": "The open attribute.",
30345
- "inheritedFrom": {
30346
- "name": "Combobox",
30347
- "module": "src/combobox/combobox.ts"
30348
- }
30318
+ "readonly": true
30349
30319
  },
30350
30320
  {
30351
- "kind": "field",
30352
- "name": "options",
30353
- "type": {
30354
- "text": "ListboxOption[]"
30355
- },
30356
- "privacy": "public",
30357
- "description": "The list of options.",
30358
- "inheritedFrom": {
30359
- "name": "Combobox",
30360
- "module": "src/combobox/combobox.ts"
30361
- }
30321
+ "kind": "method",
30322
+ "name": "addEventListeners",
30323
+ "privacy": "protected"
30362
30324
  },
30363
30325
  {
30364
- "kind": "field",
30365
- "name": "placeholder",
30366
- "type": {
30367
- "text": "string"
30368
- },
30369
- "privacy": "public",
30370
- "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
30371
- "inheritedFrom": {
30372
- "name": "Combobox",
30373
- "module": "src/combobox/combobox.ts"
30374
- }
30326
+ "kind": "method",
30327
+ "name": "removeEventListeners",
30328
+ "privacy": "protected"
30375
30329
  },
30376
30330
  {
30377
30331
  "kind": "field",
30378
- "name": "positionAttribute",
30379
- "type": {
30380
- "text": "SelectPosition | undefined"
30381
- },
30382
- "privacy": "public",
30383
- "description": "The placement for the listbox when the combobox is open.",
30384
- "inheritedFrom": {
30385
- "name": "Combobox",
30386
- "module": "src/combobox/combobox.ts"
30387
- }
30332
+ "name": "onNavigateTo",
30333
+ "privacy": "protected"
30388
30334
  },
30389
30335
  {
30390
30336
  "kind": "field",
30391
- "name": "position",
30392
- "type": {
30393
- "text": "SelectPosition | undefined"
30394
- },
30395
- "privacy": "public",
30396
- "description": "The current state of the calculated position of the listbox.",
30397
- "inheritedFrom": {
30398
- "name": "Combobox",
30399
- "module": "src/combobox/combobox.ts"
30400
- }
30401
- },
30402
- {
30403
- "kind": "method",
30404
- "name": "positionChanged",
30405
- "privacy": "protected",
30406
- "return": {
30407
- "type": {
30408
- "text": "void"
30409
- }
30410
- },
30411
- "parameters": [
30412
- {
30413
- "name": "prev",
30414
- "type": {
30415
- "text": "SelectPosition | undefined"
30416
- }
30417
- },
30418
- {
30419
- "name": "next",
30420
- "type": {
30421
- "text": "SelectPosition | undefined"
30422
- }
30337
+ "name": "onGenerateNavigationPath",
30338
+ "privacy": "protected"
30339
+ }
30340
+ ],
30341
+ "superclass": {
30342
+ "name": "<local>_undefined",
30343
+ "module": "src/router/foundation-router.ts"
30344
+ }
30345
+ }
30346
+ ],
30347
+ "exports": [
30348
+ {
30349
+ "kind": "js",
30350
+ "name": "FoundationRouter",
30351
+ "declaration": {
30352
+ "name": "FoundationRouter",
30353
+ "module": "src/router/foundation-router.ts"
30354
+ }
30355
+ },
30356
+ {
30357
+ "kind": "custom-element-definition",
30358
+ "name": "foundation-router",
30359
+ "declaration": {
30360
+ "name": "FoundationRouter",
30361
+ "module": "src/router/foundation-router.ts"
30362
+ }
30363
+ }
30364
+ ]
30365
+ },
30366
+ {
30367
+ "kind": "javascript-module",
30368
+ "path": "src/router/index.ts",
30369
+ "declarations": [],
30370
+ "exports": [
30371
+ {
30372
+ "kind": "js",
30373
+ "name": "*",
30374
+ "declaration": {
30375
+ "name": "*",
30376
+ "package": "./configuration"
30377
+ }
30378
+ },
30379
+ {
30380
+ "kind": "js",
30381
+ "name": "*",
30382
+ "declaration": {
30383
+ "name": "*",
30384
+ "package": "./events"
30385
+ }
30386
+ },
30387
+ {
30388
+ "kind": "js",
30389
+ "name": "*",
30390
+ "declaration": {
30391
+ "name": "*",
30392
+ "package": "./foundation-router"
30393
+ }
30394
+ },
30395
+ {
30396
+ "kind": "js",
30397
+ "name": "*",
30398
+ "declaration": {
30399
+ "name": "*",
30400
+ "package": "./logger"
30401
+ }
30402
+ },
30403
+ {
30404
+ "kind": "js",
30405
+ "name": "*",
30406
+ "declaration": {
30407
+ "name": "*",
30408
+ "package": "./navigation"
30409
+ }
30410
+ },
30411
+ {
30412
+ "kind": "js",
30413
+ "name": "*",
30414
+ "declaration": {
30415
+ "name": "*",
30416
+ "package": "./navItems"
30417
+ }
30418
+ },
30419
+ {
30420
+ "kind": "js",
30421
+ "name": "*",
30422
+ "declaration": {
30423
+ "name": "*",
30424
+ "package": "./router"
30425
+ }
30426
+ },
30427
+ {
30428
+ "kind": "js",
30429
+ "name": "*",
30430
+ "declaration": {
30431
+ "name": "*",
30432
+ "package": "./routes"
30433
+ }
30434
+ },
30435
+ {
30436
+ "kind": "js",
30437
+ "name": "*",
30438
+ "declaration": {
30439
+ "name": "*",
30440
+ "package": "./types"
30441
+ }
30442
+ },
30443
+ {
30444
+ "kind": "js",
30445
+ "name": "*",
30446
+ "declaration": {
30447
+ "name": "*",
30448
+ "package": "./utils"
30449
+ }
30450
+ }
30451
+ ]
30452
+ },
30453
+ {
30454
+ "kind": "javascript-module",
30455
+ "path": "src/router/logger.ts",
30456
+ "declarations": [
30457
+ {
30458
+ "kind": "variable",
30459
+ "name": "routerLogger"
30460
+ }
30461
+ ],
30462
+ "exports": [
30463
+ {
30464
+ "kind": "js",
30465
+ "name": "routerLogger",
30466
+ "declaration": {
30467
+ "name": "routerLogger",
30468
+ "module": "src/router/logger.ts"
30469
+ }
30470
+ }
30471
+ ]
30472
+ },
30473
+ {
30474
+ "kind": "javascript-module",
30475
+ "path": "src/router/navItems.ts",
30476
+ "declarations": [
30477
+ {
30478
+ "kind": "function",
30479
+ "name": "defaultNavItemPredicate",
30480
+ "parameters": [
30481
+ {
30482
+ "name": "item",
30483
+ "type": {
30484
+ "text": "FoundationRouteNavItem"
30485
+ }
30486
+ }
30487
+ ]
30488
+ },
30489
+ {
30490
+ "kind": "variable",
30491
+ "name": "defaultPlacementIndexPadding",
30492
+ "type": {
30493
+ "text": "number"
30494
+ },
30495
+ "default": "10"
30496
+ },
30497
+ {
30498
+ "kind": "function",
30499
+ "name": "getNavItems",
30500
+ "return": {
30501
+ "type": {
30502
+ "text": "FoundationRouteNavItem[]"
30503
+ }
30504
+ },
30505
+ "parameters": [
30506
+ {
30507
+ "name": "routes",
30508
+ "type": {
30509
+ "text": "Pick<FoundationRoute, 'navItems' | 'name' | 'path'>[]"
30510
+ }
30511
+ },
30512
+ {
30513
+ "name": "predicate",
30514
+ "default": "defaultNavItemPredicate"
30515
+ },
30516
+ {
30517
+ "name": "placementIndexPadding",
30518
+ "default": "defaultPlacementIndexPadding"
30519
+ }
30520
+ ],
30521
+ "description": "Get navigation items from routes."
30522
+ }
30523
+ ],
30524
+ "exports": [
30525
+ {
30526
+ "kind": "js",
30527
+ "name": "defaultNavItemPredicate",
30528
+ "declaration": {
30529
+ "name": "defaultNavItemPredicate",
30530
+ "module": "src/router/navItems.ts"
30531
+ }
30532
+ },
30533
+ {
30534
+ "kind": "js",
30535
+ "name": "defaultPlacementIndexPadding",
30536
+ "declaration": {
30537
+ "name": "defaultPlacementIndexPadding",
30538
+ "module": "src/router/navItems.ts"
30539
+ }
30540
+ },
30541
+ {
30542
+ "kind": "js",
30543
+ "name": "getNavItems",
30544
+ "declaration": {
30545
+ "name": "getNavItems",
30546
+ "module": "src/router/navItems.ts"
30547
+ }
30548
+ }
30549
+ ]
30550
+ },
30551
+ {
30552
+ "kind": "javascript-module",
30553
+ "path": "src/router/navigation.ts",
30554
+ "declarations": [
30555
+ {
30556
+ "kind": "variable",
30557
+ "name": "FoundationRouteNav"
30558
+ }
30559
+ ],
30560
+ "exports": [
30561
+ {
30562
+ "kind": "js",
30563
+ "name": "FoundationRouteNav",
30564
+ "declaration": {
30565
+ "name": "FoundationRouteNav",
30566
+ "module": "src/router/navigation.ts"
30567
+ }
30568
+ }
30569
+ ]
30570
+ },
30571
+ {
30572
+ "kind": "javascript-module",
30573
+ "path": "src/router/router.ts",
30574
+ "declarations": [
30575
+ {
30576
+ "kind": "variable",
30577
+ "name": "routerProperty",
30578
+ "type": {
30579
+ "text": "string"
30580
+ },
30581
+ "default": "'$router'"
30582
+ },
30583
+ {
30584
+ "kind": "variable",
30585
+ "name": "Router"
30586
+ },
30587
+ {
30588
+ "kind": "class",
30589
+ "description": "",
30590
+ "name": "DefaultRouter",
30591
+ "superclass": {
30592
+ "name": "DefaultFASTRouter",
30593
+ "package": "@microsoft/fast-router"
30594
+ }
30595
+ }
30596
+ ],
30597
+ "exports": [
30598
+ {
30599
+ "kind": "js",
30600
+ "name": "routerProperty",
30601
+ "declaration": {
30602
+ "name": "routerProperty",
30603
+ "module": "src/router/router.ts"
30604
+ }
30605
+ },
30606
+ {
30607
+ "kind": "js",
30608
+ "name": "Router",
30609
+ "declaration": {
30610
+ "name": "Router",
30611
+ "module": "src/router/router.ts"
30612
+ }
30613
+ },
30614
+ {
30615
+ "kind": "js",
30616
+ "name": "DefaultRouter",
30617
+ "declaration": {
30618
+ "name": "DefaultRouter",
30619
+ "module": "src/router/router.ts"
30620
+ }
30621
+ }
30622
+ ]
30623
+ },
30624
+ {
30625
+ "kind": "javascript-module",
30626
+ "path": "src/router/routes.ts",
30627
+ "declarations": [
30628
+ {
30629
+ "kind": "class",
30630
+ "description": "",
30631
+ "name": "FoundationRouteCollection",
30632
+ "members": [
30633
+ {
30634
+ "kind": "field",
30635
+ "name": "definitions",
30636
+ "type": {
30637
+ "text": "FoundationRoute<TSettings>[]"
30638
+ },
30639
+ "default": "[]"
30640
+ },
30641
+ {
30642
+ "kind": "method",
30643
+ "name": "map",
30644
+ "parameters": [
30645
+ {
30646
+ "name": "routes",
30647
+ "type": {
30648
+ "text": "FoundationRoute<TSettings>[]"
30649
+ }
30650
+ }
30651
+ ]
30652
+ }
30653
+ ],
30654
+ "superclass": {
30655
+ "name": "RouteCollection",
30656
+ "package": "@microsoft/fast-router"
30657
+ }
30658
+ }
30659
+ ],
30660
+ "exports": [
30661
+ {
30662
+ "kind": "js",
30663
+ "name": "FoundationRouteCollection",
30664
+ "declaration": {
30665
+ "name": "FoundationRouteCollection",
30666
+ "module": "src/router/routes.ts"
30667
+ }
30668
+ }
30669
+ ]
30670
+ },
30671
+ {
30672
+ "kind": "javascript-module",
30673
+ "path": "src/router/types.ts",
30674
+ "declarations": [],
30675
+ "exports": []
30676
+ },
30677
+ {
30678
+ "kind": "javascript-module",
30679
+ "path": "src/router/utils.ts",
30680
+ "declarations": [
30681
+ {
30682
+ "kind": "function",
30683
+ "name": "isAbsoluteUrl",
30684
+ "return": {
30685
+ "type": {
30686
+ "text": "boolean"
30687
+ }
30688
+ },
30689
+ "parameters": [
30690
+ {
30691
+ "name": "url",
30692
+ "type": {
30693
+ "text": "string"
30694
+ }
30695
+ }
30696
+ ]
30697
+ },
30698
+ {
30699
+ "kind": "function",
30700
+ "name": "findRouter",
30701
+ "return": {
30702
+ "type": {
30703
+ "text": "Router | null"
30704
+ }
30705
+ },
30706
+ "parameters": [
30707
+ {
30708
+ "name": "relativeTo",
30709
+ "type": {
30710
+ "text": "HTMLElement | Router"
30711
+ }
30712
+ }
30713
+ ]
30714
+ },
30715
+ {
30716
+ "kind": "function",
30717
+ "name": "findParentRouter",
30718
+ "return": {
30719
+ "type": {
30720
+ "text": "Router | null"
30721
+ }
30722
+ },
30723
+ "parameters": [
30724
+ {
30725
+ "name": "relativeTo",
30726
+ "type": {
30727
+ "text": "HTMLElement | Router"
30728
+ }
30729
+ }
30730
+ ]
30731
+ },
30732
+ {
30733
+ "kind": "function",
30734
+ "name": "findTopLevelRouter",
30735
+ "return": {
30736
+ "type": {
30737
+ "text": "Router | null"
30738
+ }
30739
+ },
30740
+ "parameters": [
30741
+ {
30742
+ "name": "relativeTo",
30743
+ "type": {
30744
+ "text": "HTMLElement | Router"
30745
+ }
30746
+ }
30747
+ ]
30748
+ },
30749
+ {
30750
+ "kind": "function",
30751
+ "name": "pathJoin",
30752
+ "parameters": [
30753
+ {
30754
+ "name": "parts",
30755
+ "type": {
30756
+ "text": "string[]"
30757
+ }
30758
+ },
30759
+ {
30760
+ "name": "separator",
30761
+ "default": "'/'"
30762
+ },
30763
+ {
30764
+ "name": "allowTrailingSeparator",
30765
+ "default": "false"
30766
+ }
30767
+ ]
30768
+ },
30769
+ {
30770
+ "kind": "function",
30771
+ "name": "removeLastPathSegment",
30772
+ "return": {
30773
+ "type": {
30774
+ "text": "string"
30775
+ }
30776
+ },
30777
+ "parameters": [
30778
+ {
30779
+ "name": "path",
30780
+ "type": {
30781
+ "text": "string"
30782
+ }
30783
+ },
30784
+ {
30785
+ "name": "separator",
30786
+ "default": "'/'"
30787
+ }
30788
+ ]
30789
+ },
30790
+ {
30791
+ "kind": "function",
30792
+ "name": "removeChildRouteParameter",
30793
+ "return": {
30794
+ "type": {
30795
+ "text": "string"
30796
+ }
30797
+ },
30798
+ "parameters": [
30799
+ {
30800
+ "name": "path",
30801
+ "type": {
30802
+ "text": "string"
30803
+ }
30804
+ }
30805
+ ]
30806
+ }
30807
+ ],
30808
+ "exports": [
30809
+ {
30810
+ "kind": "js",
30811
+ "name": "isAbsoluteUrl",
30812
+ "declaration": {
30813
+ "name": "isAbsoluteUrl",
30814
+ "module": "src/router/utils.ts"
30815
+ }
30816
+ },
30817
+ {
30818
+ "kind": "js",
30819
+ "name": "findRouter",
30820
+ "declaration": {
30821
+ "name": "findRouter",
30822
+ "module": "src/router/utils.ts"
30823
+ }
30824
+ },
30825
+ {
30826
+ "kind": "js",
30827
+ "name": "findParentRouter",
30828
+ "declaration": {
30829
+ "name": "findParentRouter",
30830
+ "module": "src/router/utils.ts"
30831
+ }
30832
+ },
30833
+ {
30834
+ "kind": "js",
30835
+ "name": "findTopLevelRouter",
30836
+ "declaration": {
30837
+ "name": "findTopLevelRouter",
30838
+ "module": "src/router/utils.ts"
30839
+ }
30840
+ },
30841
+ {
30842
+ "kind": "js",
30843
+ "name": "pathJoin",
30844
+ "declaration": {
30845
+ "name": "pathJoin",
30846
+ "module": "src/router/utils.ts"
30847
+ }
30848
+ },
30849
+ {
30850
+ "kind": "js",
30851
+ "name": "removeLastPathSegment",
30852
+ "declaration": {
30853
+ "name": "removeLastPathSegment",
30854
+ "module": "src/router/utils.ts"
30855
+ }
30856
+ },
30857
+ {
30858
+ "kind": "js",
30859
+ "name": "removeChildRouteParameter",
30860
+ "declaration": {
30861
+ "name": "removeChildRouteParameter",
30862
+ "module": "src/router/utils.ts"
30863
+ }
30864
+ }
30865
+ ]
30866
+ },
30867
+ {
30868
+ "kind": "javascript-module",
30869
+ "path": "src/search-bar/index.ts",
30870
+ "declarations": [],
30871
+ "exports": [
30872
+ {
30873
+ "kind": "js",
30874
+ "name": "*",
30875
+ "declaration": {
30876
+ "name": "*",
30877
+ "package": "./search-bar"
30878
+ }
30879
+ },
30880
+ {
30881
+ "kind": "js",
30882
+ "name": "*",
30883
+ "declaration": {
30884
+ "name": "*",
30885
+ "package": "./search-bar.styles"
30886
+ }
30887
+ },
30888
+ {
30889
+ "kind": "js",
30890
+ "name": "*",
30891
+ "declaration": {
30892
+ "name": "*",
30893
+ "package": "./search-bar.template"
30894
+ }
30895
+ },
30896
+ {
30897
+ "kind": "js",
30898
+ "name": "*",
30899
+ "declaration": {
30900
+ "name": "*",
30901
+ "package": "./search-bar.types"
30902
+ }
30903
+ },
30904
+ {
30905
+ "kind": "js",
30906
+ "name": "*",
30907
+ "declaration": {
30908
+ "name": "*",
30909
+ "package": "./search-bar-combobox"
30910
+ }
30911
+ },
30912
+ {
30913
+ "kind": "js",
30914
+ "name": "*",
30915
+ "declaration": {
30916
+ "name": "*",
30917
+ "package": "./search-bar-combobox.styles"
30918
+ }
30919
+ },
30920
+ {
30921
+ "kind": "js",
30922
+ "name": "*",
30923
+ "declaration": {
30924
+ "name": "*",
30925
+ "package": "./search-bar-combobox.template"
30926
+ }
30927
+ }
30928
+ ]
30929
+ },
30930
+ {
30931
+ "kind": "javascript-module",
30932
+ "path": "src/search-bar/search-bar-combobox.styles.ts",
30933
+ "declarations": [
30934
+ {
30935
+ "kind": "function",
30936
+ "name": "foundationSearchBarComboboxStyles",
30937
+ "return": {
30938
+ "type": {
30939
+ "text": "ElementStyles"
30940
+ }
30941
+ },
30942
+ "parameters": [
30943
+ {
30944
+ "name": "context",
30945
+ "type": {
30946
+ "text": "ElementDefinitionContext"
30947
+ }
30948
+ },
30949
+ {
30950
+ "name": "definition",
30951
+ "type": {
30952
+ "text": "FoundationElementDefinition"
30953
+ }
30954
+ }
30955
+ ]
30956
+ }
30957
+ ],
30958
+ "exports": [
30959
+ {
30960
+ "kind": "js",
30961
+ "name": "foundationSearchBarComboboxStyles",
30962
+ "declaration": {
30963
+ "name": "foundationSearchBarComboboxStyles",
30964
+ "module": "src/search-bar/search-bar-combobox.styles.ts"
30965
+ }
30966
+ }
30967
+ ]
30968
+ },
30969
+ {
30970
+ "kind": "javascript-module",
30971
+ "path": "src/search-bar/search-bar-combobox.template.ts",
30972
+ "declarations": [
30973
+ {
30974
+ "kind": "function",
30975
+ "name": "foundationSearchBarComboboxTemplate",
30976
+ "return": {
30977
+ "type": {
30978
+ "text": "ViewTemplate<SearchBarCombobox>"
30979
+ }
30980
+ },
30981
+ "parameters": [
30982
+ {
30983
+ "name": "context",
30984
+ "type": {
30985
+ "text": "ElementDefinitionContext"
30986
+ }
30987
+ },
30988
+ {
30989
+ "name": "definition",
30990
+ "type": {
30991
+ "text": "ComboboxOptions"
30992
+ }
30993
+ }
30994
+ ]
30995
+ }
30996
+ ],
30997
+ "exports": [
30998
+ {
30999
+ "kind": "js",
31000
+ "name": "foundationSearchBarComboboxTemplate",
31001
+ "declaration": {
31002
+ "name": "foundationSearchBarComboboxTemplate",
31003
+ "module": "src/search-bar/search-bar-combobox.template.ts"
31004
+ }
31005
+ }
31006
+ ]
31007
+ },
31008
+ {
31009
+ "kind": "javascript-module",
31010
+ "path": "src/search-bar/search-bar-combobox.ts",
31011
+ "declarations": [
31012
+ {
31013
+ "kind": "class",
31014
+ "description": "",
31015
+ "name": "SearchBarCombobox",
31016
+ "members": [
31017
+ {
31018
+ "kind": "field",
31019
+ "name": "minlength",
31020
+ "type": {
31021
+ "text": "number"
31022
+ },
31023
+ "default": "COMBO_INPUT_MIN_LENGTH"
31024
+ },
31025
+ {
31026
+ "kind": "field",
31027
+ "name": "previousLength",
31028
+ "type": {
31029
+ "text": "number"
31030
+ },
31031
+ "privacy": "private",
31032
+ "default": "-1"
31033
+ },
31034
+ {
31035
+ "kind": "field",
31036
+ "name": "changeListener",
31037
+ "privacy": "private"
31038
+ },
31039
+ {
31040
+ "kind": "method",
31041
+ "name": "clickHandler",
31042
+ "return": {
31043
+ "type": {
31044
+ "text": "boolean | void"
31045
+ }
31046
+ },
31047
+ "parameters": [
31048
+ {
31049
+ "name": "e",
31050
+ "type": {
31051
+ "text": "any"
31052
+ }
31053
+ }
31054
+ ]
31055
+ },
31056
+ {
31057
+ "kind": "method",
31058
+ "name": "keyupHandler",
31059
+ "privacy": "public",
31060
+ "parameters": [
31061
+ {
31062
+ "name": "e",
31063
+ "type": {
31064
+ "text": "KeyboardEvent"
31065
+ }
31066
+ }
31067
+ ]
31068
+ },
31069
+ {
31070
+ "kind": "method",
31071
+ "name": "keydownHandler",
31072
+ "privacy": "public",
31073
+ "return": {
31074
+ "type": {
31075
+ "text": "boolean | void"
31076
+ }
31077
+ },
31078
+ "parameters": [
31079
+ {
31080
+ "name": "e",
31081
+ "type": {
31082
+ "text": "Event & KeyboardEvent"
31083
+ }
31084
+ }
31085
+ ]
31086
+ },
31087
+ {
31088
+ "kind": "method",
31089
+ "name": "inputHandler",
31090
+ "return": {
31091
+ "type": {
31092
+ "text": "boolean | void"
31093
+ }
31094
+ },
31095
+ "parameters": [
31096
+ {
31097
+ "name": "e",
31098
+ "type": {
31099
+ "text": "InputEvent"
31100
+ }
31101
+ }
31102
+ ]
31103
+ },
31104
+ {
31105
+ "kind": "method",
31106
+ "name": "openChanged"
31107
+ },
31108
+ {
31109
+ "kind": "field",
31110
+ "name": "autocomplete",
31111
+ "type": {
31112
+ "text": "ComboboxAutocomplete | undefined"
31113
+ },
31114
+ "description": "The autocomplete attribute.",
31115
+ "privacy": "public",
31116
+ "inheritedFrom": {
31117
+ "name": "Combobox",
31118
+ "module": "src/combobox/combobox.ts"
31119
+ }
31120
+ },
31121
+ {
31122
+ "kind": "field",
31123
+ "name": "filteredOptions",
31124
+ "type": {
31125
+ "text": "ListboxOption[]"
31126
+ },
31127
+ "privacy": "public",
31128
+ "default": "[]",
31129
+ "description": "The collection of currently filtered options.",
31130
+ "inheritedFrom": {
31131
+ "name": "Combobox",
31132
+ "module": "src/combobox/combobox.ts"
31133
+ }
31134
+ },
31135
+ {
31136
+ "kind": "method",
31137
+ "name": "validate",
31138
+ "privacy": "public",
31139
+ "return": {
31140
+ "type": {
31141
+ "text": "void"
31142
+ }
31143
+ },
31144
+ "description": "{@inheritDoc (FormAssociated:interface).validate}",
31145
+ "inheritedFrom": {
31146
+ "name": "Combobox",
31147
+ "module": "src/combobox/combobox.ts"
31148
+ }
31149
+ },
31150
+ {
31151
+ "kind": "field",
31152
+ "name": "isAutocompleteInline",
31153
+ "type": {
31154
+ "text": "boolean"
31155
+ },
31156
+ "privacy": "private",
31157
+ "inheritedFrom": {
31158
+ "name": "Combobox",
31159
+ "module": "src/combobox/combobox.ts"
31160
+ }
31161
+ },
31162
+ {
31163
+ "kind": "field",
31164
+ "name": "isAutocompleteList",
31165
+ "type": {
31166
+ "text": "boolean"
31167
+ },
31168
+ "privacy": "private",
31169
+ "inheritedFrom": {
31170
+ "name": "Combobox",
31171
+ "module": "src/combobox/combobox.ts"
31172
+ }
31173
+ },
31174
+ {
31175
+ "kind": "field",
31176
+ "name": "isAutocompleteBoth",
31177
+ "type": {
31178
+ "text": "boolean"
31179
+ },
31180
+ "privacy": "private",
31181
+ "inheritedFrom": {
31182
+ "name": "Combobox",
31183
+ "module": "src/combobox/combobox.ts"
31184
+ }
31185
+ },
31186
+ {
31187
+ "kind": "field",
31188
+ "name": "open",
31189
+ "type": {
31190
+ "text": "boolean"
31191
+ },
31192
+ "privacy": "public",
31193
+ "default": "false",
31194
+ "description": "The open attribute.",
31195
+ "inheritedFrom": {
31196
+ "name": "Combobox",
31197
+ "module": "src/combobox/combobox.ts"
31198
+ }
31199
+ },
31200
+ {
31201
+ "kind": "field",
31202
+ "name": "options",
31203
+ "type": {
31204
+ "text": "ListboxOption[]"
31205
+ },
31206
+ "privacy": "public",
31207
+ "description": "The list of options.",
31208
+ "inheritedFrom": {
31209
+ "name": "Combobox",
31210
+ "module": "src/combobox/combobox.ts"
31211
+ }
31212
+ },
31213
+ {
31214
+ "kind": "field",
31215
+ "name": "placeholder",
31216
+ "type": {
31217
+ "text": "string"
31218
+ },
31219
+ "privacy": "public",
31220
+ "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
31221
+ "inheritedFrom": {
31222
+ "name": "Combobox",
31223
+ "module": "src/combobox/combobox.ts"
31224
+ }
31225
+ },
31226
+ {
31227
+ "kind": "field",
31228
+ "name": "positionAttribute",
31229
+ "type": {
31230
+ "text": "SelectPosition | undefined"
31231
+ },
31232
+ "privacy": "public",
31233
+ "description": "The placement for the listbox when the combobox is open.",
31234
+ "inheritedFrom": {
31235
+ "name": "Combobox",
31236
+ "module": "src/combobox/combobox.ts"
31237
+ }
31238
+ },
31239
+ {
31240
+ "kind": "field",
31241
+ "name": "position",
31242
+ "type": {
31243
+ "text": "SelectPosition | undefined"
31244
+ },
31245
+ "privacy": "public",
31246
+ "description": "The current state of the calculated position of the listbox.",
31247
+ "inheritedFrom": {
31248
+ "name": "Combobox",
31249
+ "module": "src/combobox/combobox.ts"
31250
+ }
31251
+ },
31252
+ {
31253
+ "kind": "method",
31254
+ "name": "positionChanged",
31255
+ "privacy": "protected",
31256
+ "return": {
31257
+ "type": {
31258
+ "text": "void"
31259
+ }
31260
+ },
31261
+ "parameters": [
31262
+ {
31263
+ "name": "prev",
31264
+ "type": {
31265
+ "text": "SelectPosition | undefined"
31266
+ }
31267
+ },
31268
+ {
31269
+ "name": "next",
31270
+ "type": {
31271
+ "text": "SelectPosition | undefined"
31272
+ }
30423
31273
  }
30424
31274
  ],
30425
31275
  "inheritedFrom": {
@@ -30852,1377 +31702,551 @@
30852
31702
  "declarations": [
30853
31703
  {
30854
31704
  "kind": "variable",
30855
- "name": "foundationSearchBarStyles",
30856
- "default": "css`\n .search-bar-combobox {\n width: 100%;\n min-width: auto;\n }\n\n .padding {\n padding-left: calc(${designUnit} * 1px);\n }\n\n .selected-options {\n display: flex;\n align-items: center;\n overflow: hidden;\n gap: calc(${designUnit} * 1px);\n padding-right: calc(${designUnit} * 1px);\n }\n\n .selected-options:hover {\n overflow-x: overlay;\n }\n\n .selected-options::-webkit-scrollbar {\n height: 7px;\n }\n\n .selected-options::-webkit-scrollbar-thumb {\n border-radius: 10px;\n box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);\n background-color: #484848;\n border: 1px solid #7e7e7e;\n }\n\n .selected-options-divider {\n border-right: calc(var(--stroke-width) * 1px) solid var(--neutral-fill-rest);\n }\n\n .options-button {\n height: fit-content;\n min-width: fit-content;\n }\n\n .label {\n display: block;\n font-size: var(--type-ramp-base-font-size);\n margin: calc(${designUnit} * 2px) 2px;\n }\n\n .label-hidden {\n display: none;\n }\n\n .search-clear-button {\n min-width: 28px;\n min-height: 28px;\n height: 28px;\n margin: 0;\n }\n\n .search-clear-button svg {\n rotate: 45deg;\n }\n\n .search-clear-button::part(control) {\n padding: 0;\n }\n\n .search-clear-button .svg-container {\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .tooltip {\n position: absolute;\n z-index: 999;\n }\n\n .tooltip::part(tooltip) {\n background-color: rgb(18 18 18 / 100%);\n border: 1px solid #2e3339;\n display: flex;\n justify-content: center;\n align-items: center;\n box-shadow: 0 4px 10px rgb(0 0 0 / 25%);\n font-size: 10px;\n color: #f1f1f1;\n height: 26px;\n }\n\n .close-icon {\n color: var(--accent-fill-rest);\n }\n`"
30857
- }
30858
- ],
30859
- "exports": [
30860
- {
30861
- "kind": "js",
30862
- "name": "foundationSearchBarStyles",
30863
- "declaration": {
30864
- "name": "foundationSearchBarStyles",
30865
- "module": "src/search-bar/search-bar.styles.ts"
30866
- }
30867
- }
30868
- ]
30869
- },
30870
- {
30871
- "kind": "javascript-module",
30872
- "path": "src/search-bar/search-bar.template.ts",
30873
- "declarations": [
30874
- {
30875
- "kind": "function",
30876
- "name": "crossIcon",
30877
- "parameters": [
30878
- {
30879
- "name": "slot",
30880
- "default": "'start'"
30881
- }
30882
- ]
30883
- },
30884
- {
30885
- "kind": "function",
30886
- "name": "plusIcon"
30887
- },
30888
- {
30889
- "kind": "function",
30890
- "name": "getPrefixedSearchBar",
30891
- "parameters": [
30892
- {
30893
- "name": "prefix",
30894
- "type": {
30895
- "text": "string"
30896
- }
30897
- }
30898
- ]
30899
- },
30900
- {
30901
- "kind": "variable",
30902
- "name": "foundationSearchBarTemplate",
30903
- "default": "html<SearchBar>`\n ${(x) => getPrefixedSearchBar(getPrefix(x))}\n`"
30904
- }
30905
- ],
30906
- "exports": [
30907
- {
30908
- "kind": "js",
30909
- "name": "crossIcon",
30910
- "declaration": {
30911
- "name": "crossIcon",
30912
- "module": "src/search-bar/search-bar.template.ts"
30913
- }
30914
- },
30915
- {
30916
- "kind": "js",
30917
- "name": "plusIcon",
30918
- "declaration": {
30919
- "name": "plusIcon",
30920
- "module": "src/search-bar/search-bar.template.ts"
30921
- }
30922
- },
30923
- {
30924
- "kind": "js",
30925
- "name": "getPrefixedSearchBar",
30926
- "declaration": {
30927
- "name": "getPrefixedSearchBar",
30928
- "module": "src/search-bar/search-bar.template.ts"
30929
- }
30930
- },
30931
- {
30932
- "kind": "js",
30933
- "name": "foundationSearchBarTemplate",
30934
- "declaration": {
30935
- "name": "foundationSearchBarTemplate",
30936
- "module": "src/search-bar/search-bar.template.ts"
30937
- }
30938
- }
30939
- ]
30940
- },
30941
- {
30942
- "kind": "javascript-module",
30943
- "path": "src/search-bar/search-bar.ts",
30944
- "declarations": [
30945
- {
30946
- "kind": "class",
30947
- "description": "",
30948
- "name": "SearchBar",
30949
- "members": [
30950
- {
30951
- "kind": "field",
30952
- "name": "combobox",
30953
- "type": {
30954
- "text": "SearchBarCombobox"
30955
- },
30956
- "privacy": "public"
30957
- },
30958
- {
30959
- "kind": "field",
30960
- "name": "defaultSlottedNodes"
30961
- },
30962
- {
30963
- "kind": "field",
30964
- "name": "options",
30965
- "type": {
30966
- "text": "AvailableOption[]"
30967
- }
30968
- },
30969
- {
30970
- "kind": "field",
30971
- "name": "searchTerm",
30972
- "type": {
30973
- "text": "string"
30974
- },
30975
- "default": "''"
30976
- },
30977
- {
30978
- "kind": "field",
30979
- "name": "appearance",
30980
- "type": {
30981
- "text": "string"
30982
- },
30983
- "default": "'neutral'"
30984
- },
30985
- {
30986
- "kind": "field",
30987
- "name": "minlength",
30988
- "type": {
30989
- "text": "number"
30990
- },
30991
- "default": "INPUT_MIN_LENGTH"
30992
- },
30993
- {
30994
- "kind": "field",
30995
- "name": "position",
30996
- "type": {
30997
- "text": "Position"
30998
- }
30999
- },
31000
- {
31001
- "kind": "field",
31002
- "name": "placeholder",
31003
- "type": {
31004
- "text": "string"
31005
- },
31006
- "default": "'Start typing to search'"
31007
- },
31008
- {
31009
- "kind": "field",
31010
- "name": "disabled",
31011
- "type": {
31012
- "text": "boolean"
31013
- }
31014
- },
31015
- {
31016
- "kind": "field",
31017
- "name": "loading",
31018
- "type": {
31019
- "text": "boolean"
31020
- }
31021
- },
31022
- {
31023
- "kind": "field",
31024
- "name": "selectedOptions",
31025
- "type": {
31026
- "text": "SelectedOption[]"
31027
- },
31028
- "default": "[]"
31029
- },
31030
- {
31031
- "kind": "field",
31032
- "name": "filteredOptions",
31033
- "type": {
31034
- "text": "AvailableOption[]"
31035
- }
31036
- },
31037
- {
31038
- "kind": "field",
31039
- "name": "selectedOptionsDiv",
31040
- "type": {
31041
- "text": "HTMLDivElement"
31042
- },
31043
- "privacy": "public"
31044
- },
31045
- {
31046
- "kind": "method",
31047
- "name": "clear",
31048
- "privacy": "public"
31049
- },
31050
- {
31051
- "kind": "method",
31052
- "name": "clearSearch",
31053
- "privacy": "public",
31054
- "return": {
31055
- "type": {
31056
- "text": "void"
31057
- }
31058
- }
31059
- },
31060
- {
31061
- "kind": "method",
31062
- "name": "inputdeleted",
31063
- "privacy": "public"
31064
- },
31065
- {
31066
- "kind": "method",
31067
- "name": "changeHandler",
31068
- "privacy": "public"
31069
- },
31070
- {
31071
- "kind": "method",
31072
- "name": "pasteHandler",
31073
- "privacy": "public",
31074
- "parameters": [
31075
- {
31076
- "name": "event",
31077
- "type": {
31078
- "text": "ClipboardEvent"
31079
- }
31080
- }
31081
- ]
31082
- },
31083
- {
31084
- "kind": "method",
31085
- "name": "hasSelectedOption",
31086
- "privacy": "public",
31087
- "parameters": [
31088
- {
31089
- "name": "term",
31090
- "type": {
31091
- "text": "string"
31092
- }
31093
- },
31094
- {
31095
- "name": "field",
31096
- "type": {
31097
- "text": "string"
31098
- }
31099
- }
31100
- ]
31101
- },
31102
- {
31103
- "kind": "method",
31104
- "name": "unselectOption",
31105
- "privacy": "public",
31106
- "parameters": [
31107
- {
31108
- "name": "option",
31109
- "type": {
31110
- "text": "any"
31111
- }
31112
- }
31113
- ]
31114
- },
31115
- {
31116
- "kind": "method",
31117
- "name": "inputHandler",
31118
- "privacy": "public"
31119
- },
31120
- {
31121
- "kind": "method",
31122
- "name": "filterSelectedOptions",
31123
- "privacy": "private",
31124
- "parameters": [
31125
- {
31126
- "name": "term",
31127
- "type": {
31128
- "text": "string"
31129
- }
31130
- }
31131
- ]
31132
- },
31133
- {
31134
- "kind": "field",
31135
- "name": "normalizeDelimiter",
31136
- "privacy": "private"
31137
- },
31138
- {
31139
- "kind": "field",
31140
- "name": "addOrReplaceSelectedText",
31141
- "privacy": "private"
31142
- },
31143
- {
31144
- "kind": "field",
31145
- "name": "_presentation",
31146
- "type": {
31147
- "text": "ComponentPresentation | null | undefined"
31148
- },
31149
- "privacy": "private",
31150
- "default": "void 0",
31151
- "inheritedFrom": {
31152
- "name": "FoundationElement",
31153
- "module": "src/foundation-element/foundation-element.ts"
31154
- }
31155
- },
31156
- {
31157
- "kind": "field",
31158
- "name": "$presentation",
31159
- "type": {
31160
- "text": "ComponentPresentation | null"
31161
- },
31162
- "privacy": "public",
31163
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
31164
- "inheritedFrom": {
31165
- "name": "FoundationElement",
31166
- "module": "src/foundation-element/foundation-element.ts"
31167
- }
31168
- },
31169
- {
31170
- "kind": "field",
31171
- "name": "template",
31172
- "type": {
31173
- "text": "ElementViewTemplate | void | null"
31174
- },
31175
- "privacy": "public",
31176
- "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.",
31177
- "inheritedFrom": {
31178
- "name": "FoundationElement",
31179
- "module": "src/foundation-element/foundation-element.ts"
31180
- }
31181
- },
31182
- {
31183
- "kind": "method",
31184
- "name": "templateChanged",
31185
- "privacy": "protected",
31186
- "return": {
31187
- "type": {
31188
- "text": "void"
31189
- }
31190
- },
31191
- "inheritedFrom": {
31192
- "name": "FoundationElement",
31193
- "module": "src/foundation-element/foundation-element.ts"
31194
- }
31195
- },
31196
- {
31197
- "kind": "field",
31198
- "name": "styles",
31199
- "type": {
31200
- "text": "ElementStyles | void | null"
31201
- },
31202
- "privacy": "public",
31203
- "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.",
31204
- "inheritedFrom": {
31205
- "name": "FoundationElement",
31206
- "module": "src/foundation-element/foundation-element.ts"
31207
- }
31208
- },
31209
- {
31210
- "kind": "method",
31211
- "name": "stylesChanged",
31212
- "privacy": "protected",
31213
- "return": {
31214
- "type": {
31215
- "text": "void"
31216
- }
31217
- },
31218
- "inheritedFrom": {
31219
- "name": "FoundationElement",
31220
- "module": "src/foundation-element/foundation-element.ts"
31221
- }
31222
- },
31223
- {
31224
- "kind": "method",
31225
- "name": "compose",
31226
- "privacy": "public",
31227
- "static": true,
31228
- "return": {
31229
- "type": {
31230
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
31231
- }
31232
- },
31233
- "parameters": [
31234
- {
31235
- "name": "this",
31236
- "type": {
31237
- "text": "K"
31238
- }
31239
- },
31240
- {
31241
- "name": "elementDefinition",
31242
- "type": {
31243
- "text": "T"
31244
- },
31245
- "description": "The definition of the element to create the registry\nfunction for."
31246
- }
31247
- ],
31248
- "description": "Defines an element registry function with a set of element definition defaults.",
31249
- "inheritedFrom": {
31250
- "name": "FoundationElement",
31251
- "module": "src/foundation-element/foundation-element.ts"
31252
- }
31253
- }
31254
- ],
31255
- "attributes": [
31256
- {
31257
- "name": "appearance",
31258
- "type": {
31259
- "text": "string"
31260
- },
31261
- "default": "'neutral'",
31262
- "fieldName": "appearance"
31263
- },
31264
- {
31265
- "name": "minlength",
31266
- "type": {
31267
- "text": "number"
31268
- },
31269
- "default": "INPUT_MIN_LENGTH",
31270
- "resolveInitializer": {
31271
- "module": "/src/search-bar/search-bar.types"
31272
- },
31273
- "fieldName": "minlength"
31274
- },
31275
- {
31276
- "name": "position",
31277
- "type": {
31278
- "text": "Position"
31279
- },
31280
- "fieldName": "position"
31281
- },
31282
- {
31283
- "name": "placeholder",
31284
- "type": {
31285
- "text": "string"
31286
- },
31287
- "default": "'Start typing to search'",
31288
- "fieldName": "placeholder"
31289
- },
31290
- {
31291
- "name": "disabled",
31292
- "type": {
31293
- "text": "boolean"
31294
- },
31295
- "fieldName": "disabled"
31296
- }
31297
- ],
31298
- "superclass": {
31299
- "name": "FoundationElement",
31300
- "package": "@microsoft/fast-foundation"
31301
- },
31302
- "tagName": "%%prefix%%-search-bar",
31303
- "customElement": true
31304
- },
31305
- {
31306
- "kind": "variable",
31307
- "name": "foundationSearchBarShadowOptions",
31308
- "type": {
31309
- "text": "ShadowRootInit"
31310
- },
31311
- "default": "undefined"
31312
- },
31313
- {
31314
- "kind": "variable",
31315
- "name": "defaultSearchBarConfig",
31316
- "type": {
31317
- "text": "object"
31318
- },
31319
- "default": "{}"
31320
- },
31321
- {
31322
- "kind": "variable",
31323
- "name": "foundationSearchBar",
31324
- "description": "The Foundation Search Bar",
31325
- "privacy": "public"
31326
- }
31327
- ],
31328
- "exports": [
31329
- {
31330
- "kind": "js",
31331
- "name": "SearchBar",
31332
- "declaration": {
31333
- "name": "SearchBar",
31334
- "module": "src/search-bar/search-bar.ts"
31335
- }
31336
- },
31337
- {
31338
- "kind": "js",
31339
- "name": "foundationSearchBarShadowOptions",
31340
- "declaration": {
31341
- "name": "foundationSearchBarShadowOptions",
31342
- "module": "src/search-bar/search-bar.ts"
31343
- }
31344
- },
31345
- {
31346
- "kind": "js",
31347
- "name": "defaultSearchBarConfig",
31348
- "declaration": {
31349
- "name": "defaultSearchBarConfig",
31350
- "module": "src/search-bar/search-bar.ts"
31351
- }
31352
- },
31705
+ "name": "foundationSearchBarStyles",
31706
+ "default": "css`\n .search-bar-combobox {\n width: 100%;\n min-width: auto;\n }\n\n .padding {\n padding-left: calc(${designUnit} * 1px);\n }\n\n .selected-options {\n display: flex;\n align-items: center;\n overflow: hidden;\n gap: calc(${designUnit} * 1px);\n padding-right: calc(${designUnit} * 1px);\n }\n\n .selected-options:hover {\n overflow-x: overlay;\n }\n\n .selected-options::-webkit-scrollbar {\n height: 7px;\n }\n\n .selected-options::-webkit-scrollbar-thumb {\n border-radius: 10px;\n box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);\n background-color: #484848;\n border: 1px solid #7e7e7e;\n }\n\n .selected-options-divider {\n border-right: calc(var(--stroke-width) * 1px) solid var(--neutral-fill-rest);\n }\n\n .options-button {\n height: fit-content;\n min-width: fit-content;\n }\n\n .label {\n display: block;\n font-size: var(--type-ramp-base-font-size);\n margin: calc(${designUnit} * 2px) 2px;\n }\n\n .label-hidden {\n display: none;\n }\n\n .search-clear-button {\n min-width: 28px;\n min-height: 28px;\n height: 28px;\n margin: 0;\n }\n\n .search-clear-button svg {\n rotate: 45deg;\n }\n\n .search-clear-button::part(control) {\n padding: 0;\n }\n\n .search-clear-button .svg-container {\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .tooltip {\n position: absolute;\n z-index: 999;\n }\n\n .tooltip::part(tooltip) {\n background-color: rgb(18 18 18 / 100%);\n border: 1px solid #2e3339;\n display: flex;\n justify-content: center;\n align-items: center;\n box-shadow: 0 4px 10px rgb(0 0 0 / 25%);\n font-size: 10px;\n color: #f1f1f1;\n height: 26px;\n }\n\n .close-icon {\n color: var(--accent-fill-rest);\n }\n`"
31707
+ }
31708
+ ],
31709
+ "exports": [
31353
31710
  {
31354
31711
  "kind": "js",
31355
- "name": "foundationSearchBar",
31712
+ "name": "foundationSearchBarStyles",
31356
31713
  "declaration": {
31357
- "name": "foundationSearchBar",
31358
- "module": "src/search-bar/search-bar.ts"
31714
+ "name": "foundationSearchBarStyles",
31715
+ "module": "src/search-bar/search-bar.styles.ts"
31359
31716
  }
31360
31717
  }
31361
31718
  ]
31362
31719
  },
31363
31720
  {
31364
31721
  "kind": "javascript-module",
31365
- "path": "src/search-bar/search-bar.types.ts",
31722
+ "path": "src/search-bar/search-bar.template.ts",
31366
31723
  "declarations": [
31367
31724
  {
31368
- "kind": "variable",
31369
- "name": "SCROLL_TIMEOUT",
31370
- "type": {
31371
- "text": "number"
31372
- },
31373
- "default": "10"
31374
- },
31375
- {
31376
- "kind": "variable",
31377
- "name": "INPUT_MIN_LENGTH",
31378
- "type": {
31379
- "text": "number"
31380
- },
31381
- "default": "3"
31725
+ "kind": "function",
31726
+ "name": "crossIcon",
31727
+ "parameters": [
31728
+ {
31729
+ "name": "slot",
31730
+ "default": "'start'"
31731
+ }
31732
+ ]
31382
31733
  },
31383
31734
  {
31384
- "kind": "variable",
31385
- "name": "COMBO_INPUT_MIN_LENGTH",
31386
- "type": {
31387
- "text": "number"
31388
- },
31389
- "default": "1"
31735
+ "kind": "function",
31736
+ "name": "plusIcon"
31390
31737
  },
31391
31738
  {
31392
31739
  "kind": "function",
31393
- "name": "getCriteriaBuilder",
31740
+ "name": "getPrefixedSearchBar",
31394
31741
  "parameters": [
31395
31742
  {
31396
- "name": "field"
31397
- },
31398
- {
31399
- "name": "term"
31743
+ "name": "prefix",
31744
+ "type": {
31745
+ "text": "string"
31746
+ }
31400
31747
  }
31401
31748
  ]
31749
+ },
31750
+ {
31751
+ "kind": "variable",
31752
+ "name": "foundationSearchBarTemplate",
31753
+ "default": "html<SearchBar>`\n ${(x) => getPrefixedSearchBar(getPrefix(x))}\n`"
31402
31754
  }
31403
31755
  ],
31404
31756
  "exports": [
31405
31757
  {
31406
31758
  "kind": "js",
31407
- "name": "SCROLL_TIMEOUT",
31759
+ "name": "crossIcon",
31408
31760
  "declaration": {
31409
- "name": "SCROLL_TIMEOUT",
31410
- "module": "src/search-bar/search-bar.types.ts"
31761
+ "name": "crossIcon",
31762
+ "module": "src/search-bar/search-bar.template.ts"
31411
31763
  }
31412
31764
  },
31413
31765
  {
31414
31766
  "kind": "js",
31415
- "name": "INPUT_MIN_LENGTH",
31767
+ "name": "plusIcon",
31416
31768
  "declaration": {
31417
- "name": "INPUT_MIN_LENGTH",
31418
- "module": "src/search-bar/search-bar.types.ts"
31769
+ "name": "plusIcon",
31770
+ "module": "src/search-bar/search-bar.template.ts"
31419
31771
  }
31420
31772
  },
31421
31773
  {
31422
31774
  "kind": "js",
31423
- "name": "COMBO_INPUT_MIN_LENGTH",
31775
+ "name": "getPrefixedSearchBar",
31424
31776
  "declaration": {
31425
- "name": "COMBO_INPUT_MIN_LENGTH",
31426
- "module": "src/search-bar/search-bar.types.ts"
31777
+ "name": "getPrefixedSearchBar",
31778
+ "module": "src/search-bar/search-bar.template.ts"
31427
31779
  }
31428
31780
  },
31429
31781
  {
31430
31782
  "kind": "js",
31431
- "name": "getCriteriaBuilder",
31783
+ "name": "foundationSearchBarTemplate",
31432
31784
  "declaration": {
31433
- "name": "getCriteriaBuilder",
31434
- "module": "src/search-bar/search-bar.types.ts"
31785
+ "name": "foundationSearchBarTemplate",
31786
+ "module": "src/search-bar/search-bar.template.ts"
31435
31787
  }
31436
31788
  }
31437
31789
  ]
31438
31790
  },
31439
31791
  {
31440
31792
  "kind": "javascript-module",
31441
- "path": "src/router/configuration.ts",
31793
+ "path": "src/search-bar/search-bar.ts",
31442
31794
  "declarations": [
31443
31795
  {
31444
31796
  "kind": "class",
31445
31797
  "description": "",
31446
- "name": "FoundationRouterConfiguration",
31798
+ "name": "SearchBar",
31447
31799
  "members": [
31448
31800
  {
31449
31801
  "kind": "field",
31450
- "name": "container",
31802
+ "name": "combobox",
31451
31803
  "type": {
31452
- "text": "Container"
31804
+ "text": "SearchBarCombobox"
31453
31805
  },
31454
- "privacy": "protected"
31806
+ "privacy": "public"
31455
31807
  },
31456
31808
  {
31457
31809
  "kind": "field",
31458
- "name": "analytics",
31459
- "type": {
31460
- "text": "FoundationAnalytics"
31461
- },
31462
- "privacy": "protected"
31810
+ "name": "defaultSlottedNodes"
31463
31811
  },
31464
31812
  {
31465
31813
  "kind": "field",
31466
- "name": "user",
31814
+ "name": "options",
31467
31815
  "type": {
31468
- "text": "User"
31816
+ "text": "AvailableOption[]"
31469
31817
  }
31470
31818
  },
31471
31819
  {
31472
31820
  "kind": "field",
31473
- "name": "_session",
31821
+ "name": "searchTerm",
31474
31822
  "type": {
31475
- "text": "Session"
31823
+ "text": "string"
31476
31824
  },
31477
- "privacy": "private"
31825
+ "default": "''"
31478
31826
  },
31479
31827
  {
31480
31828
  "kind": "field",
31481
- "name": "logger",
31482
- "default": "routerLogger"
31829
+ "name": "appearance",
31830
+ "type": {
31831
+ "text": "string"
31832
+ },
31833
+ "default": "'neutral'"
31483
31834
  },
31484
31835
  {
31485
31836
  "kind": "field",
31486
- "name": "loginPath",
31837
+ "name": "minlength",
31487
31838
  "type": {
31488
- "text": "string"
31839
+ "text": "number"
31489
31840
  },
31490
- "default": "'login'"
31841
+ "default": "INPUT_MIN_LENGTH"
31491
31842
  },
31492
31843
  {
31493
31844
  "kind": "field",
31494
- "name": "notFoundPath",
31845
+ "name": "position",
31495
31846
  "type": {
31496
- "text": "string"
31497
- },
31498
- "default": "'not-found'"
31847
+ "text": "Position"
31848
+ }
31499
31849
  },
31500
31850
  {
31501
31851
  "kind": "field",
31502
- "name": "notPermittedPath",
31852
+ "name": "placeholder",
31503
31853
  "type": {
31504
31854
  "text": "string"
31505
31855
  },
31506
- "default": "'not-permitted'"
31856
+ "default": "'Start typing to search'"
31507
31857
  },
31508
31858
  {
31509
31859
  "kind": "field",
31510
- "name": "basename",
31860
+ "name": "disabled",
31511
31861
  "type": {
31512
- "text": "string"
31862
+ "text": "boolean"
31863
+ }
31864
+ },
31865
+ {
31866
+ "kind": "field",
31867
+ "name": "loading",
31868
+ "type": {
31869
+ "text": "boolean"
31870
+ }
31871
+ },
31872
+ {
31873
+ "kind": "field",
31874
+ "name": "selectedOptions",
31875
+ "type": {
31876
+ "text": "SelectedOption[]"
31513
31877
  },
31514
- "default": "PUBLIC_PATH"
31878
+ "default": "[]"
31515
31879
  },
31516
31880
  {
31517
31881
  "kind": "field",
31518
- "name": "relativeTo",
31882
+ "name": "filteredOptions",
31519
31883
  "type": {
31520
- "text": "Router"
31884
+ "text": "AvailableOption[]"
31521
31885
  }
31522
31886
  },
31523
31887
  {
31524
31888
  "kind": "field",
31525
- "name": "routes",
31889
+ "name": "selectedOptionsDiv",
31526
31890
  "type": {
31527
- "text": "FoundationRouteCollection<TSettings>"
31891
+ "text": "HTMLDivElement"
31528
31892
  },
31529
- "privacy": "public",
31530
- "readonly": true,
31531
- "default": "new FoundationRouteCollection<TSettings>(this)"
31893
+ "privacy": "public"
31532
31894
  },
31533
31895
  {
31534
31896
  "kind": "method",
31535
- "name": "getNavItems",
31536
- "return": {
31537
- "type": {
31538
- "text": "FoundationRouteNavItem[]"
31539
- }
31540
- },
31541
- "parameters": [
31542
- {
31543
- "name": "predicate",
31544
- "default": "defaultNavItemPredicate",
31545
- "type": {
31546
- "text": "NavItemPredicate"
31547
- }
31548
- }
31549
- ]
31897
+ "name": "clear",
31898
+ "privacy": "public"
31550
31899
  },
31551
31900
  {
31552
31901
  "kind": "method",
31553
- "name": "configureAnalytics"
31902
+ "name": "clearSearch",
31903
+ "privacy": "public",
31904
+ "return": {
31905
+ "type": {
31906
+ "text": "void"
31907
+ }
31908
+ }
31554
31909
  },
31555
31910
  {
31556
31911
  "kind": "method",
31557
- "name": "configureRoutePermittedChecks"
31912
+ "name": "inputdeleted",
31913
+ "privacy": "public"
31558
31914
  },
31559
31915
  {
31560
31916
  "kind": "method",
31561
- "name": "configureFallbackRouteDefinition"
31917
+ "name": "changeHandler",
31918
+ "privacy": "public"
31562
31919
  },
31563
31920
  {
31564
31921
  "kind": "method",
31565
- "name": "navigationPhaseLoginRedirect",
31922
+ "name": "pasteHandler",
31923
+ "privacy": "public",
31566
31924
  "parameters": [
31567
31925
  {
31568
- "name": "phase",
31926
+ "name": "event",
31569
31927
  "type": {
31570
- "text": "NavigationPhase"
31928
+ "text": "ClipboardEvent"
31571
31929
  }
31572
31930
  }
31573
31931
  ]
31574
31932
  },
31575
31933
  {
31576
31934
  "kind": "method",
31577
- "name": "generateRouteFromName",
31578
- "return": {
31579
- "type": {
31580
- "text": "Promise<string | null>"
31581
- }
31582
- },
31935
+ "name": "hasSelectedOption",
31936
+ "privacy": "public",
31583
31937
  "parameters": [
31584
31938
  {
31585
- "name": "name",
31939
+ "name": "term",
31586
31940
  "type": {
31587
31941
  "text": "string"
31588
31942
  }
31589
31943
  },
31590
31944
  {
31591
- "name": "params",
31592
- "type": {
31593
- "text": "object"
31594
- }
31595
- }
31596
- ]
31597
- },
31598
- {
31599
- "kind": "method",
31600
- "name": "navigateTo",
31601
- "parameters": [
31602
- {
31603
- "name": "config",
31945
+ "name": "field",
31604
31946
  "type": {
31605
- "text": "NavigateToConfig"
31947
+ "text": "string"
31606
31948
  }
31607
31949
  }
31608
31950
  ]
31609
31951
  },
31610
31952
  {
31611
31953
  "kind": "method",
31612
- "name": "generateNavigationPath",
31613
- "return": {
31614
- "type": {
31615
- "text": "string"
31616
- }
31617
- },
31954
+ "name": "unselectOption",
31955
+ "privacy": "public",
31618
31956
  "parameters": [
31619
31957
  {
31620
- "name": "path",
31621
- "type": {
31622
- "text": "string"
31623
- }
31624
- },
31625
- {
31626
- "name": "params",
31627
- "optional": true,
31958
+ "name": "option",
31628
31959
  "type": {
31629
- "text": "object"
31960
+ "text": "any"
31630
31961
  }
31631
31962
  }
31632
31963
  ]
31633
31964
  },
31634
31965
  {
31635
31966
  "kind": "method",
31636
- "name": "getNavigationPathBasename"
31967
+ "name": "inputHandler",
31968
+ "privacy": "public"
31637
31969
  },
31638
31970
  {
31639
31971
  "kind": "method",
31640
- "name": "construct",
31641
- "return": {
31642
- "type": {
31643
- "text": "T"
31644
- }
31645
- },
31972
+ "name": "filterSelectedOptions",
31973
+ "privacy": "private",
31646
31974
  "parameters": [
31647
31975
  {
31648
- "name": "Type",
31976
+ "name": "term",
31649
31977
  "type": {
31650
- "text": "Constructable<T>"
31978
+ "text": "string"
31651
31979
  }
31652
31980
  }
31653
- ]
31654
- }
31655
- ],
31656
- "superclass": {
31657
- "name": "RouterConfiguration",
31658
- "package": "@microsoft/fast-router"
31659
- }
31660
- }
31661
- ],
31662
- "exports": [
31663
- {
31664
- "kind": "js",
31665
- "name": "FoundationRouterConfiguration",
31666
- "declaration": {
31667
- "name": "FoundationRouterConfiguration",
31668
- "module": "src/router/configuration.ts"
31669
- }
31670
- }
31671
- ]
31672
- },
31673
- {
31674
- "kind": "javascript-module",
31675
- "path": "src/router/events.ts",
31676
- "declarations": [
31677
- {
31678
- "kind": "variable",
31679
- "name": "NavigateToEventType",
31680
- "type": {
31681
- "text": "string"
31682
- },
31683
- "default": "'navigate-to'"
31684
- },
31685
- {
31686
- "kind": "variable",
31687
- "name": "GenerateNavigationPathEventType",
31688
- "type": {
31689
- "text": "string"
31690
- },
31691
- "default": "'generate-navigation-path'"
31692
- }
31693
- ],
31694
- "exports": [
31695
- {
31696
- "kind": "js",
31697
- "name": "NavigateToEventType",
31698
- "declaration": {
31699
- "name": "NavigateToEventType",
31700
- "module": "src/router/events.ts"
31701
- }
31702
- },
31703
- {
31704
- "kind": "js",
31705
- "name": "GenerateNavigationPathEventType",
31706
- "declaration": {
31707
- "name": "GenerateNavigationPathEventType",
31708
- "module": "src/router/events.ts"
31709
- }
31710
- }
31711
- ]
31712
- },
31713
- {
31714
- "kind": "javascript-module",
31715
- "path": "src/router/foundation-router.ts",
31716
- "declarations": [
31717
- {
31718
- "kind": "class",
31719
- "description": "",
31720
- "name": "FoundationRouter",
31721
- "members": [
31722
- {
31723
- "kind": "field",
31724
- "name": "logger",
31725
- "default": "routerLogger"
31726
- },
31727
- {
31728
- "kind": "field",
31729
- "name": "config",
31730
- "type": {
31731
- "text": "FoundationRouterConfiguration | null"
31732
- }
31733
- },
31734
- {
31735
- "kind": "field",
31736
- "name": "router",
31737
- "type": {
31738
- "text": "Router"
31739
- },
31740
- "readonly": true
31741
- },
31742
- {
31743
- "kind": "method",
31744
- "name": "addEventListeners",
31745
- "privacy": "protected"
31746
- },
31747
- {
31748
- "kind": "method",
31749
- "name": "removeEventListeners",
31750
- "privacy": "protected"
31751
- },
31752
- {
31753
- "kind": "field",
31754
- "name": "onNavigateTo",
31755
- "privacy": "protected"
31756
- },
31757
- {
31758
- "kind": "field",
31759
- "name": "onGenerateNavigationPath",
31760
- "privacy": "protected"
31761
- }
31762
- ],
31763
- "superclass": {
31764
- "name": "<local>_undefined",
31765
- "module": "src/router/foundation-router.ts"
31766
- }
31767
- }
31768
- ],
31769
- "exports": [
31770
- {
31771
- "kind": "js",
31772
- "name": "FoundationRouter",
31773
- "declaration": {
31774
- "name": "FoundationRouter",
31775
- "module": "src/router/foundation-router.ts"
31776
- }
31777
- },
31778
- {
31779
- "kind": "custom-element-definition",
31780
- "name": "foundation-router",
31781
- "declaration": {
31782
- "name": "FoundationRouter",
31783
- "module": "src/router/foundation-router.ts"
31784
- }
31785
- }
31786
- ]
31787
- },
31788
- {
31789
- "kind": "javascript-module",
31790
- "path": "src/router/index.ts",
31791
- "declarations": [],
31792
- "exports": [
31793
- {
31794
- "kind": "js",
31795
- "name": "*",
31796
- "declaration": {
31797
- "name": "*",
31798
- "package": "./configuration"
31799
- }
31800
- },
31801
- {
31802
- "kind": "js",
31803
- "name": "*",
31804
- "declaration": {
31805
- "name": "*",
31806
- "package": "./events"
31807
- }
31808
- },
31809
- {
31810
- "kind": "js",
31811
- "name": "*",
31812
- "declaration": {
31813
- "name": "*",
31814
- "package": "./foundation-router"
31815
- }
31816
- },
31817
- {
31818
- "kind": "js",
31819
- "name": "*",
31820
- "declaration": {
31821
- "name": "*",
31822
- "package": "./logger"
31823
- }
31824
- },
31825
- {
31826
- "kind": "js",
31827
- "name": "*",
31828
- "declaration": {
31829
- "name": "*",
31830
- "package": "./navigation"
31831
- }
31832
- },
31833
- {
31834
- "kind": "js",
31835
- "name": "*",
31836
- "declaration": {
31837
- "name": "*",
31838
- "package": "./navItems"
31839
- }
31840
- },
31841
- {
31842
- "kind": "js",
31843
- "name": "*",
31844
- "declaration": {
31845
- "name": "*",
31846
- "package": "./router"
31847
- }
31848
- },
31849
- {
31850
- "kind": "js",
31851
- "name": "*",
31852
- "declaration": {
31853
- "name": "*",
31854
- "package": "./routes"
31855
- }
31856
- },
31857
- {
31858
- "kind": "js",
31859
- "name": "*",
31860
- "declaration": {
31861
- "name": "*",
31862
- "package": "./types"
31863
- }
31864
- },
31865
- {
31866
- "kind": "js",
31867
- "name": "*",
31868
- "declaration": {
31869
- "name": "*",
31870
- "package": "./utils"
31871
- }
31872
- }
31873
- ]
31874
- },
31875
- {
31876
- "kind": "javascript-module",
31877
- "path": "src/router/logger.ts",
31878
- "declarations": [
31879
- {
31880
- "kind": "variable",
31881
- "name": "routerLogger"
31882
- }
31883
- ],
31884
- "exports": [
31885
- {
31886
- "kind": "js",
31887
- "name": "routerLogger",
31888
- "declaration": {
31889
- "name": "routerLogger",
31890
- "module": "src/router/logger.ts"
31891
- }
31892
- }
31893
- ]
31894
- },
31895
- {
31896
- "kind": "javascript-module",
31897
- "path": "src/router/navItems.ts",
31898
- "declarations": [
31899
- {
31900
- "kind": "function",
31901
- "name": "defaultNavItemPredicate",
31902
- "parameters": [
31981
+ ]
31982
+ },
31903
31983
  {
31904
- "name": "item",
31984
+ "kind": "field",
31985
+ "name": "normalizeDelimiter",
31986
+ "privacy": "private"
31987
+ },
31988
+ {
31989
+ "kind": "field",
31990
+ "name": "addOrReplaceSelectedText",
31991
+ "privacy": "private"
31992
+ },
31993
+ {
31994
+ "kind": "field",
31995
+ "name": "_presentation",
31905
31996
  "type": {
31906
- "text": "FoundationRouteNavItem"
31997
+ "text": "ComponentPresentation | null | undefined"
31998
+ },
31999
+ "privacy": "private",
32000
+ "default": "void 0",
32001
+ "inheritedFrom": {
32002
+ "name": "FoundationElement",
32003
+ "module": "src/foundation-element/foundation-element.ts"
31907
32004
  }
31908
- }
31909
- ]
31910
- },
31911
- {
31912
- "kind": "variable",
31913
- "name": "defaultPlacementIndexPadding",
31914
- "type": {
31915
- "text": "number"
31916
- },
31917
- "default": "10"
31918
- },
31919
- {
31920
- "kind": "function",
31921
- "name": "getNavItems",
31922
- "return": {
31923
- "type": {
31924
- "text": "FoundationRouteNavItem[]"
31925
- }
31926
- },
31927
- "parameters": [
32005
+ },
31928
32006
  {
31929
- "name": "routes",
32007
+ "kind": "field",
32008
+ "name": "$presentation",
31930
32009
  "type": {
31931
- "text": "Pick<FoundationRoute, 'navItems' | 'name' | 'path'>[]"
32010
+ "text": "ComponentPresentation | null"
32011
+ },
32012
+ "privacy": "public",
32013
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
32014
+ "inheritedFrom": {
32015
+ "name": "FoundationElement",
32016
+ "module": "src/foundation-element/foundation-element.ts"
31932
32017
  }
31933
32018
  },
31934
32019
  {
31935
- "name": "predicate",
31936
- "default": "defaultNavItemPredicate"
32020
+ "kind": "field",
32021
+ "name": "template",
32022
+ "type": {
32023
+ "text": "ElementViewTemplate | void | null"
32024
+ },
32025
+ "privacy": "public",
32026
+ "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.",
32027
+ "inheritedFrom": {
32028
+ "name": "FoundationElement",
32029
+ "module": "src/foundation-element/foundation-element.ts"
32030
+ }
31937
32031
  },
31938
32032
  {
31939
- "name": "placementIndexPadding",
31940
- "default": "defaultPlacementIndexPadding"
32033
+ "kind": "method",
32034
+ "name": "templateChanged",
32035
+ "privacy": "protected",
32036
+ "return": {
32037
+ "type": {
32038
+ "text": "void"
32039
+ }
32040
+ },
32041
+ "inheritedFrom": {
32042
+ "name": "FoundationElement",
32043
+ "module": "src/foundation-element/foundation-element.ts"
32044
+ }
32045
+ },
32046
+ {
32047
+ "kind": "field",
32048
+ "name": "styles",
32049
+ "type": {
32050
+ "text": "ElementStyles | void | null"
32051
+ },
32052
+ "privacy": "public",
32053
+ "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.",
32054
+ "inheritedFrom": {
32055
+ "name": "FoundationElement",
32056
+ "module": "src/foundation-element/foundation-element.ts"
32057
+ }
32058
+ },
32059
+ {
32060
+ "kind": "method",
32061
+ "name": "stylesChanged",
32062
+ "privacy": "protected",
32063
+ "return": {
32064
+ "type": {
32065
+ "text": "void"
32066
+ }
32067
+ },
32068
+ "inheritedFrom": {
32069
+ "name": "FoundationElement",
32070
+ "module": "src/foundation-element/foundation-element.ts"
32071
+ }
32072
+ },
32073
+ {
32074
+ "kind": "method",
32075
+ "name": "compose",
32076
+ "privacy": "public",
32077
+ "static": true,
32078
+ "return": {
32079
+ "type": {
32080
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
32081
+ }
32082
+ },
32083
+ "parameters": [
32084
+ {
32085
+ "name": "this",
32086
+ "type": {
32087
+ "text": "K"
32088
+ }
32089
+ },
32090
+ {
32091
+ "name": "elementDefinition",
32092
+ "type": {
32093
+ "text": "T"
32094
+ },
32095
+ "description": "The definition of the element to create the registry\nfunction for."
32096
+ }
32097
+ ],
32098
+ "description": "Defines an element registry function with a set of element definition defaults.",
32099
+ "inheritedFrom": {
32100
+ "name": "FoundationElement",
32101
+ "module": "src/foundation-element/foundation-element.ts"
32102
+ }
31941
32103
  }
31942
32104
  ],
31943
- "description": "Get navigation items from routes."
31944
- }
31945
- ],
31946
- "exports": [
31947
- {
31948
- "kind": "js",
31949
- "name": "defaultNavItemPredicate",
31950
- "declaration": {
31951
- "name": "defaultNavItemPredicate",
31952
- "module": "src/router/navItems.ts"
31953
- }
31954
- },
31955
- {
31956
- "kind": "js",
31957
- "name": "defaultPlacementIndexPadding",
31958
- "declaration": {
31959
- "name": "defaultPlacementIndexPadding",
31960
- "module": "src/router/navItems.ts"
31961
- }
32105
+ "attributes": [
32106
+ {
32107
+ "name": "appearance",
32108
+ "type": {
32109
+ "text": "string"
32110
+ },
32111
+ "default": "'neutral'",
32112
+ "fieldName": "appearance"
32113
+ },
32114
+ {
32115
+ "name": "minlength",
32116
+ "type": {
32117
+ "text": "number"
32118
+ },
32119
+ "default": "INPUT_MIN_LENGTH",
32120
+ "resolveInitializer": {
32121
+ "module": "/src/search-bar/search-bar.types"
32122
+ },
32123
+ "fieldName": "minlength"
32124
+ },
32125
+ {
32126
+ "name": "position",
32127
+ "type": {
32128
+ "text": "Position"
32129
+ },
32130
+ "fieldName": "position"
32131
+ },
32132
+ {
32133
+ "name": "placeholder",
32134
+ "type": {
32135
+ "text": "string"
32136
+ },
32137
+ "default": "'Start typing to search'",
32138
+ "fieldName": "placeholder"
32139
+ },
32140
+ {
32141
+ "name": "disabled",
32142
+ "type": {
32143
+ "text": "boolean"
32144
+ },
32145
+ "fieldName": "disabled"
32146
+ }
32147
+ ],
32148
+ "superclass": {
32149
+ "name": "FoundationElement",
32150
+ "package": "@microsoft/fast-foundation"
32151
+ },
32152
+ "tagName": "%%prefix%%-search-bar",
32153
+ "customElement": true
31962
32154
  },
31963
- {
31964
- "kind": "js",
31965
- "name": "getNavItems",
31966
- "declaration": {
31967
- "name": "getNavItems",
31968
- "module": "src/router/navItems.ts"
31969
- }
31970
- }
31971
- ]
31972
- },
31973
- {
31974
- "kind": "javascript-module",
31975
- "path": "src/router/navigation.ts",
31976
- "declarations": [
31977
- {
31978
- "kind": "variable",
31979
- "name": "FoundationRouteNav"
31980
- }
31981
- ],
31982
- "exports": [
31983
- {
31984
- "kind": "js",
31985
- "name": "FoundationRouteNav",
31986
- "declaration": {
31987
- "name": "FoundationRouteNav",
31988
- "module": "src/router/navigation.ts"
31989
- }
31990
- }
31991
- ]
31992
- },
31993
- {
31994
- "kind": "javascript-module",
31995
- "path": "src/router/router.ts",
31996
- "declarations": [
31997
32155
  {
31998
32156
  "kind": "variable",
31999
- "name": "routerProperty",
32157
+ "name": "foundationSearchBarShadowOptions",
32000
32158
  "type": {
32001
- "text": "string"
32159
+ "text": "ShadowRootInit"
32002
32160
  },
32003
- "default": "'$router'"
32161
+ "default": "undefined"
32004
32162
  },
32005
32163
  {
32006
32164
  "kind": "variable",
32007
- "name": "Router"
32165
+ "name": "defaultSearchBarConfig",
32166
+ "type": {
32167
+ "text": "object"
32168
+ },
32169
+ "default": "{}"
32008
32170
  },
32009
32171
  {
32010
- "kind": "class",
32011
- "description": "",
32012
- "name": "DefaultRouter",
32013
- "superclass": {
32014
- "name": "DefaultFASTRouter",
32015
- "package": "@microsoft/fast-router"
32016
- }
32172
+ "kind": "variable",
32173
+ "name": "foundationSearchBar",
32174
+ "description": "The Foundation Search Bar",
32175
+ "privacy": "public"
32017
32176
  }
32018
32177
  ],
32019
32178
  "exports": [
32020
32179
  {
32021
32180
  "kind": "js",
32022
- "name": "routerProperty",
32181
+ "name": "SearchBar",
32023
32182
  "declaration": {
32024
- "name": "routerProperty",
32025
- "module": "src/router/router.ts"
32183
+ "name": "SearchBar",
32184
+ "module": "src/search-bar/search-bar.ts"
32026
32185
  }
32027
32186
  },
32028
32187
  {
32029
32188
  "kind": "js",
32030
- "name": "Router",
32189
+ "name": "foundationSearchBarShadowOptions",
32031
32190
  "declaration": {
32032
- "name": "Router",
32033
- "module": "src/router/router.ts"
32191
+ "name": "foundationSearchBarShadowOptions",
32192
+ "module": "src/search-bar/search-bar.ts"
32034
32193
  }
32035
32194
  },
32036
32195
  {
32037
32196
  "kind": "js",
32038
- "name": "DefaultRouter",
32197
+ "name": "defaultSearchBarConfig",
32039
32198
  "declaration": {
32040
- "name": "DefaultRouter",
32041
- "module": "src/router/router.ts"
32042
- }
32043
- }
32044
- ]
32045
- },
32046
- {
32047
- "kind": "javascript-module",
32048
- "path": "src/router/routes.ts",
32049
- "declarations": [
32050
- {
32051
- "kind": "class",
32052
- "description": "",
32053
- "name": "FoundationRouteCollection",
32054
- "members": [
32055
- {
32056
- "kind": "field",
32057
- "name": "definitions",
32058
- "type": {
32059
- "text": "FoundationRoute<TSettings>[]"
32060
- },
32061
- "default": "[]"
32062
- },
32063
- {
32064
- "kind": "method",
32065
- "name": "map",
32066
- "parameters": [
32067
- {
32068
- "name": "routes",
32069
- "type": {
32070
- "text": "FoundationRoute<TSettings>[]"
32071
- }
32072
- }
32073
- ]
32074
- }
32075
- ],
32076
- "superclass": {
32077
- "name": "RouteCollection",
32078
- "package": "@microsoft/fast-router"
32199
+ "name": "defaultSearchBarConfig",
32200
+ "module": "src/search-bar/search-bar.ts"
32079
32201
  }
32080
- }
32081
- ],
32082
- "exports": [
32202
+ },
32083
32203
  {
32084
32204
  "kind": "js",
32085
- "name": "FoundationRouteCollection",
32205
+ "name": "foundationSearchBar",
32086
32206
  "declaration": {
32087
- "name": "FoundationRouteCollection",
32088
- "module": "src/router/routes.ts"
32207
+ "name": "foundationSearchBar",
32208
+ "module": "src/search-bar/search-bar.ts"
32089
32209
  }
32090
32210
  }
32091
32211
  ]
32092
32212
  },
32093
32213
  {
32094
32214
  "kind": "javascript-module",
32095
- "path": "src/router/types.ts",
32096
- "declarations": [],
32097
- "exports": []
32098
- },
32099
- {
32100
- "kind": "javascript-module",
32101
- "path": "src/router/utils.ts",
32215
+ "path": "src/search-bar/search-bar.types.ts",
32102
32216
  "declarations": [
32103
32217
  {
32104
- "kind": "function",
32105
- "name": "isAbsoluteUrl",
32106
- "return": {
32107
- "type": {
32108
- "text": "boolean"
32109
- }
32110
- },
32111
- "parameters": [
32112
- {
32113
- "name": "url",
32114
- "type": {
32115
- "text": "string"
32116
- }
32117
- }
32118
- ]
32119
- },
32120
- {
32121
- "kind": "function",
32122
- "name": "findRouter",
32123
- "return": {
32124
- "type": {
32125
- "text": "Router | null"
32126
- }
32218
+ "kind": "variable",
32219
+ "name": "SCROLL_TIMEOUT",
32220
+ "type": {
32221
+ "text": "number"
32127
32222
  },
32128
- "parameters": [
32129
- {
32130
- "name": "relativeTo",
32131
- "type": {
32132
- "text": "HTMLElement | Router"
32133
- }
32134
- }
32135
- ]
32223
+ "default": "10"
32136
32224
  },
32137
32225
  {
32138
- "kind": "function",
32139
- "name": "findParentRouter",
32140
- "return": {
32141
- "type": {
32142
- "text": "Router | null"
32143
- }
32226
+ "kind": "variable",
32227
+ "name": "INPUT_MIN_LENGTH",
32228
+ "type": {
32229
+ "text": "number"
32144
32230
  },
32145
- "parameters": [
32146
- {
32147
- "name": "relativeTo",
32148
- "type": {
32149
- "text": "HTMLElement | Router"
32150
- }
32151
- }
32152
- ]
32231
+ "default": "3"
32153
32232
  },
32154
32233
  {
32155
- "kind": "function",
32156
- "name": "findTopLevelRouter",
32157
- "return": {
32158
- "type": {
32159
- "text": "Router | null"
32160
- }
32234
+ "kind": "variable",
32235
+ "name": "COMBO_INPUT_MIN_LENGTH",
32236
+ "type": {
32237
+ "text": "number"
32161
32238
  },
32162
- "parameters": [
32163
- {
32164
- "name": "relativeTo",
32165
- "type": {
32166
- "text": "HTMLElement | Router"
32167
- }
32168
- }
32169
- ]
32170
- },
32171
- {
32172
- "kind": "function",
32173
- "name": "pathJoin",
32174
- "parameters": [
32175
- {
32176
- "name": "parts",
32177
- "type": {
32178
- "text": "string[]"
32179
- }
32180
- },
32181
- {
32182
- "name": "separator",
32183
- "default": "'/'"
32184
- },
32185
- {
32186
- "name": "allowTrailingSeparator",
32187
- "default": "false"
32188
- }
32189
- ]
32239
+ "default": "1"
32190
32240
  },
32191
32241
  {
32192
32242
  "kind": "function",
32193
- "name": "removeLastPathSegment",
32194
- "return": {
32195
- "type": {
32196
- "text": "string"
32197
- }
32198
- },
32243
+ "name": "getCriteriaBuilder",
32199
32244
  "parameters": [
32200
32245
  {
32201
- "name": "path",
32202
- "type": {
32203
- "text": "string"
32204
- }
32246
+ "name": "field"
32205
32247
  },
32206
32248
  {
32207
- "name": "separator",
32208
- "default": "'/'"
32209
- }
32210
- ]
32211
- },
32212
- {
32213
- "kind": "function",
32214
- "name": "removeChildRouteParameter",
32215
- "return": {
32216
- "type": {
32217
- "text": "string"
32218
- }
32219
- },
32220
- "parameters": [
32221
- {
32222
- "name": "path",
32223
- "type": {
32224
- "text": "string"
32225
- }
32249
+ "name": "term"
32226
32250
  }
32227
32251
  ]
32228
32252
  }
@@ -32230,58 +32254,34 @@
32230
32254
  "exports": [
32231
32255
  {
32232
32256
  "kind": "js",
32233
- "name": "isAbsoluteUrl",
32234
- "declaration": {
32235
- "name": "isAbsoluteUrl",
32236
- "module": "src/router/utils.ts"
32237
- }
32238
- },
32239
- {
32240
- "kind": "js",
32241
- "name": "findRouter",
32242
- "declaration": {
32243
- "name": "findRouter",
32244
- "module": "src/router/utils.ts"
32245
- }
32246
- },
32247
- {
32248
- "kind": "js",
32249
- "name": "findParentRouter",
32250
- "declaration": {
32251
- "name": "findParentRouter",
32252
- "module": "src/router/utils.ts"
32253
- }
32254
- },
32255
- {
32256
- "kind": "js",
32257
- "name": "findTopLevelRouter",
32257
+ "name": "SCROLL_TIMEOUT",
32258
32258
  "declaration": {
32259
- "name": "findTopLevelRouter",
32260
- "module": "src/router/utils.ts"
32259
+ "name": "SCROLL_TIMEOUT",
32260
+ "module": "src/search-bar/search-bar.types.ts"
32261
32261
  }
32262
32262
  },
32263
32263
  {
32264
32264
  "kind": "js",
32265
- "name": "pathJoin",
32265
+ "name": "INPUT_MIN_LENGTH",
32266
32266
  "declaration": {
32267
- "name": "pathJoin",
32268
- "module": "src/router/utils.ts"
32267
+ "name": "INPUT_MIN_LENGTH",
32268
+ "module": "src/search-bar/search-bar.types.ts"
32269
32269
  }
32270
32270
  },
32271
32271
  {
32272
32272
  "kind": "js",
32273
- "name": "removeLastPathSegment",
32273
+ "name": "COMBO_INPUT_MIN_LENGTH",
32274
32274
  "declaration": {
32275
- "name": "removeLastPathSegment",
32276
- "module": "src/router/utils.ts"
32275
+ "name": "COMBO_INPUT_MIN_LENGTH",
32276
+ "module": "src/search-bar/search-bar.types.ts"
32277
32277
  }
32278
32278
  },
32279
32279
  {
32280
32280
  "kind": "js",
32281
- "name": "removeChildRouteParameter",
32281
+ "name": "getCriteriaBuilder",
32282
32282
  "declaration": {
32283
- "name": "removeChildRouteParameter",
32284
- "module": "src/router/utils.ts"
32283
+ "name": "getCriteriaBuilder",
32284
+ "module": "src/search-bar/search-bar.types.ts"
32285
32285
  }
32286
32286
  }
32287
32287
  ]
@@ -34644,6 +34644,446 @@
34644
34644
  }
34645
34645
  ]
34646
34646
  },
34647
+ {
34648
+ "kind": "javascript-module",
34649
+ "path": "src/slider-label/index.ts",
34650
+ "declarations": [],
34651
+ "exports": [
34652
+ {
34653
+ "kind": "js",
34654
+ "name": "*",
34655
+ "declaration": {
34656
+ "name": "*",
34657
+ "package": "./slider-label.template"
34658
+ }
34659
+ },
34660
+ {
34661
+ "kind": "js",
34662
+ "name": "*",
34663
+ "declaration": {
34664
+ "name": "*",
34665
+ "package": "./slider-label.styles"
34666
+ }
34667
+ },
34668
+ {
34669
+ "kind": "js",
34670
+ "name": "*",
34671
+ "declaration": {
34672
+ "name": "*",
34673
+ "package": "./slider-label"
34674
+ }
34675
+ }
34676
+ ]
34677
+ },
34678
+ {
34679
+ "kind": "javascript-module",
34680
+ "path": "src/slider-label/slider-label.styles.ts",
34681
+ "declarations": [
34682
+ {
34683
+ "kind": "function",
34684
+ "name": "foundationSliderLabelStyles",
34685
+ "return": {
34686
+ "type": {
34687
+ "text": "ElementStyles"
34688
+ }
34689
+ },
34690
+ "parameters": [
34691
+ {
34692
+ "name": "context",
34693
+ "type": {
34694
+ "text": "ElementDefinitionContext"
34695
+ }
34696
+ },
34697
+ {
34698
+ "name": "definition",
34699
+ "type": {
34700
+ "text": "FoundationElementDefinition"
34701
+ }
34702
+ }
34703
+ ]
34704
+ }
34705
+ ],
34706
+ "exports": [
34707
+ {
34708
+ "kind": "js",
34709
+ "name": "foundationSliderLabelStyles",
34710
+ "declaration": {
34711
+ "name": "foundationSliderLabelStyles",
34712
+ "module": "src/slider-label/slider-label.styles.ts"
34713
+ }
34714
+ }
34715
+ ]
34716
+ },
34717
+ {
34718
+ "kind": "javascript-module",
34719
+ "path": "src/slider-label/slider-label.template.ts",
34720
+ "declarations": [
34721
+ {
34722
+ "kind": "function",
34723
+ "name": "foundationSliderLabelTemplate",
34724
+ "return": {
34725
+ "type": {
34726
+ "text": "ViewTemplate<SliderLabel>"
34727
+ }
34728
+ },
34729
+ "parameters": [
34730
+ {
34731
+ "name": "context",
34732
+ "type": {
34733
+ "text": "ElementDefinitionContext"
34734
+ }
34735
+ },
34736
+ {
34737
+ "name": "definition",
34738
+ "type": {
34739
+ "text": "FoundationElementDefinition"
34740
+ }
34741
+ }
34742
+ ]
34743
+ }
34744
+ ],
34745
+ "exports": [
34746
+ {
34747
+ "kind": "js",
34748
+ "name": "foundationSliderLabelTemplate",
34749
+ "declaration": {
34750
+ "name": "foundationSliderLabelTemplate",
34751
+ "module": "src/slider-label/slider-label.template.ts"
34752
+ }
34753
+ }
34754
+ ]
34755
+ },
34756
+ {
34757
+ "kind": "javascript-module",
34758
+ "path": "src/slider-label/slider-label.ts",
34759
+ "declarations": [
34760
+ {
34761
+ "kind": "class",
34762
+ "description": "",
34763
+ "name": "SliderLabel",
34764
+ "superclass": {
34765
+ "name": "FASTSliderLabel",
34766
+ "package": "@microsoft/fast-components"
34767
+ },
34768
+ "tagName": "%%prefix%%-slider-label",
34769
+ "customElement": true,
34770
+ "attributes": [
34771
+ {
34772
+ "name": "position",
34773
+ "type": {
34774
+ "text": "string"
34775
+ },
34776
+ "description": "The position of the label relative to the min and max value of the parent @microsoft/fast-foundation#(Slider:class).",
34777
+ "fieldName": "position",
34778
+ "inheritedFrom": {
34779
+ "name": "SliderLabel",
34780
+ "module": "src/slider-label/slider-label.ts"
34781
+ }
34782
+ },
34783
+ {
34784
+ "name": "hide-mark",
34785
+ "type": {
34786
+ "text": "boolean"
34787
+ },
34788
+ "default": "false",
34789
+ "description": "Hides the tick mark.",
34790
+ "fieldName": "hideMark",
34791
+ "inheritedFrom": {
34792
+ "name": "SliderLabel",
34793
+ "module": "src/slider-label/slider-label.ts"
34794
+ }
34795
+ },
34796
+ {
34797
+ "name": "disabled",
34798
+ "type": {
34799
+ "text": "boolean"
34800
+ },
34801
+ "description": "The disabled state of the label. This is generally controlled by the parent @microsoft/fast-foundation#(Slider:class).",
34802
+ "fieldName": "disabled",
34803
+ "inheritedFrom": {
34804
+ "name": "SliderLabel",
34805
+ "module": "src/slider-label/slider-label.ts"
34806
+ }
34807
+ }
34808
+ ],
34809
+ "members": [
34810
+ {
34811
+ "kind": "field",
34812
+ "name": "position",
34813
+ "type": {
34814
+ "text": "string"
34815
+ },
34816
+ "privacy": "public",
34817
+ "description": "The position of the label relative to the min and max value of the parent {@link @microsoft/fast-foundation#(Slider:class)}.",
34818
+ "inheritedFrom": {
34819
+ "name": "SliderLabel",
34820
+ "module": "src/slider-label/slider-label.ts"
34821
+ }
34822
+ },
34823
+ {
34824
+ "kind": "method",
34825
+ "name": "positionChanged",
34826
+ "privacy": "private",
34827
+ "return": {
34828
+ "type": {
34829
+ "text": "void"
34830
+ }
34831
+ },
34832
+ "inheritedFrom": {
34833
+ "name": "SliderLabel",
34834
+ "module": "src/slider-label/slider-label.ts"
34835
+ }
34836
+ },
34837
+ {
34838
+ "kind": "field",
34839
+ "name": "hideMark",
34840
+ "type": {
34841
+ "text": "boolean"
34842
+ },
34843
+ "privacy": "public",
34844
+ "default": "false",
34845
+ "description": "Hides the tick mark.",
34846
+ "inheritedFrom": {
34847
+ "name": "SliderLabel",
34848
+ "module": "src/slider-label/slider-label.ts"
34849
+ }
34850
+ },
34851
+ {
34852
+ "kind": "field",
34853
+ "name": "disabled",
34854
+ "type": {
34855
+ "text": "boolean"
34856
+ },
34857
+ "privacy": "public",
34858
+ "description": "The disabled state of the label. This is generally controlled by the parent {@link @microsoft/fast-foundation#(Slider:class)}.",
34859
+ "inheritedFrom": {
34860
+ "name": "SliderLabel",
34861
+ "module": "src/slider-label/slider-label.ts"
34862
+ }
34863
+ },
34864
+ {
34865
+ "kind": "field",
34866
+ "name": "notifier",
34867
+ "type": {
34868
+ "text": "Notifier"
34869
+ },
34870
+ "privacy": "private",
34871
+ "inheritedFrom": {
34872
+ "name": "SliderLabel",
34873
+ "module": "src/slider-label/slider-label.ts"
34874
+ }
34875
+ },
34876
+ {
34877
+ "kind": "method",
34878
+ "name": "isSliderConfig",
34879
+ "privacy": "private",
34880
+ "return": {
34881
+ "type": {
34882
+ "text": "node is SliderConfiguration"
34883
+ }
34884
+ },
34885
+ "parameters": [
34886
+ {
34887
+ "name": "node",
34888
+ "type": {
34889
+ "text": "any"
34890
+ }
34891
+ }
34892
+ ],
34893
+ "inheritedFrom": {
34894
+ "name": "SliderLabel",
34895
+ "module": "src/slider-label/slider-label.ts"
34896
+ }
34897
+ },
34898
+ {
34899
+ "kind": "field",
34900
+ "name": "getSliderConfiguration",
34901
+ "privacy": "private",
34902
+ "inheritedFrom": {
34903
+ "name": "SliderLabel",
34904
+ "module": "src/slider-label/slider-label.ts"
34905
+ }
34906
+ },
34907
+ {
34908
+ "kind": "field",
34909
+ "name": "positionAsStyle",
34910
+ "privacy": "private",
34911
+ "inheritedFrom": {
34912
+ "name": "SliderLabel",
34913
+ "module": "src/slider-label/slider-label.ts"
34914
+ }
34915
+ },
34916
+ {
34917
+ "kind": "field",
34918
+ "name": "_presentation",
34919
+ "type": {
34920
+ "text": "ComponentPresentation | null | undefined"
34921
+ },
34922
+ "privacy": "private",
34923
+ "default": "void 0",
34924
+ "inheritedFrom": {
34925
+ "name": "FoundationElement",
34926
+ "module": "src/foundation-element/foundation-element.ts"
34927
+ }
34928
+ },
34929
+ {
34930
+ "kind": "field",
34931
+ "name": "$presentation",
34932
+ "type": {
34933
+ "text": "ComponentPresentation | null"
34934
+ },
34935
+ "privacy": "public",
34936
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
34937
+ "inheritedFrom": {
34938
+ "name": "FoundationElement",
34939
+ "module": "src/foundation-element/foundation-element.ts"
34940
+ }
34941
+ },
34942
+ {
34943
+ "kind": "field",
34944
+ "name": "template",
34945
+ "type": {
34946
+ "text": "ElementViewTemplate | void | null"
34947
+ },
34948
+ "privacy": "public",
34949
+ "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.",
34950
+ "inheritedFrom": {
34951
+ "name": "FoundationElement",
34952
+ "module": "src/foundation-element/foundation-element.ts"
34953
+ }
34954
+ },
34955
+ {
34956
+ "kind": "method",
34957
+ "name": "templateChanged",
34958
+ "privacy": "protected",
34959
+ "return": {
34960
+ "type": {
34961
+ "text": "void"
34962
+ }
34963
+ },
34964
+ "inheritedFrom": {
34965
+ "name": "FoundationElement",
34966
+ "module": "src/foundation-element/foundation-element.ts"
34967
+ }
34968
+ },
34969
+ {
34970
+ "kind": "field",
34971
+ "name": "styles",
34972
+ "type": {
34973
+ "text": "ElementStyles | void | null"
34974
+ },
34975
+ "privacy": "public",
34976
+ "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.",
34977
+ "inheritedFrom": {
34978
+ "name": "FoundationElement",
34979
+ "module": "src/foundation-element/foundation-element.ts"
34980
+ }
34981
+ },
34982
+ {
34983
+ "kind": "method",
34984
+ "name": "stylesChanged",
34985
+ "privacy": "protected",
34986
+ "return": {
34987
+ "type": {
34988
+ "text": "void"
34989
+ }
34990
+ },
34991
+ "inheritedFrom": {
34992
+ "name": "FoundationElement",
34993
+ "module": "src/foundation-element/foundation-element.ts"
34994
+ }
34995
+ },
34996
+ {
34997
+ "kind": "method",
34998
+ "name": "compose",
34999
+ "privacy": "public",
35000
+ "static": true,
35001
+ "return": {
35002
+ "type": {
35003
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
35004
+ }
35005
+ },
35006
+ "parameters": [
35007
+ {
35008
+ "name": "this",
35009
+ "type": {
35010
+ "text": "K"
35011
+ }
35012
+ },
35013
+ {
35014
+ "name": "elementDefinition",
35015
+ "type": {
35016
+ "text": "T"
35017
+ },
35018
+ "description": "The definition of the element to create the registry\nfunction for."
35019
+ }
35020
+ ],
35021
+ "description": "Defines an element registry function with a set of element definition defaults.",
35022
+ "inheritedFrom": {
35023
+ "name": "FoundationElement",
35024
+ "module": "src/foundation-element/foundation-element.ts"
35025
+ }
35026
+ }
35027
+ ]
35028
+ },
35029
+ {
35030
+ "kind": "variable",
35031
+ "name": "foundationSliderLabelShadowOptions",
35032
+ "type": {
35033
+ "text": "ShadowRootInit"
35034
+ },
35035
+ "default": "undefined"
35036
+ },
35037
+ {
35038
+ "kind": "variable",
35039
+ "name": "defaultSliderLabelConfig",
35040
+ "type": {
35041
+ "text": "object"
35042
+ },
35043
+ "default": "{}"
35044
+ },
35045
+ {
35046
+ "kind": "variable",
35047
+ "name": "foundationSliderLabel",
35048
+ "description": "The Foundation Slider Label",
35049
+ "privacy": "public"
35050
+ }
35051
+ ],
35052
+ "exports": [
35053
+ {
35054
+ "kind": "js",
35055
+ "name": "SliderLabel",
35056
+ "declaration": {
35057
+ "name": "SliderLabel",
35058
+ "module": "src/slider-label/slider-label.ts"
35059
+ }
35060
+ },
35061
+ {
35062
+ "kind": "js",
35063
+ "name": "foundationSliderLabelShadowOptions",
35064
+ "declaration": {
35065
+ "name": "foundationSliderLabelShadowOptions",
35066
+ "module": "src/slider-label/slider-label.ts"
35067
+ }
35068
+ },
35069
+ {
35070
+ "kind": "js",
35071
+ "name": "defaultSliderLabelConfig",
35072
+ "declaration": {
35073
+ "name": "defaultSliderLabelConfig",
35074
+ "module": "src/slider-label/slider-label.ts"
35075
+ }
35076
+ },
35077
+ {
35078
+ "kind": "js",
35079
+ "name": "foundationSliderLabel",
35080
+ "declaration": {
35081
+ "name": "foundationSliderLabel",
35082
+ "module": "src/slider-label/slider-label.ts"
35083
+ }
35084
+ }
35085
+ ]
35086
+ },
34647
35087
  {
34648
35088
  "kind": "javascript-module",
34649
35089
  "path": "src/snackbar/index.ts",
@@ -36397,446 +36837,6 @@
36397
36837
  }
36398
36838
  ]
36399
36839
  },
36400
- {
36401
- "kind": "javascript-module",
36402
- "path": "src/slider-label/index.ts",
36403
- "declarations": [],
36404
- "exports": [
36405
- {
36406
- "kind": "js",
36407
- "name": "*",
36408
- "declaration": {
36409
- "name": "*",
36410
- "package": "./slider-label.template"
36411
- }
36412
- },
36413
- {
36414
- "kind": "js",
36415
- "name": "*",
36416
- "declaration": {
36417
- "name": "*",
36418
- "package": "./slider-label.styles"
36419
- }
36420
- },
36421
- {
36422
- "kind": "js",
36423
- "name": "*",
36424
- "declaration": {
36425
- "name": "*",
36426
- "package": "./slider-label"
36427
- }
36428
- }
36429
- ]
36430
- },
36431
- {
36432
- "kind": "javascript-module",
36433
- "path": "src/slider-label/slider-label.styles.ts",
36434
- "declarations": [
36435
- {
36436
- "kind": "function",
36437
- "name": "foundationSliderLabelStyles",
36438
- "return": {
36439
- "type": {
36440
- "text": "ElementStyles"
36441
- }
36442
- },
36443
- "parameters": [
36444
- {
36445
- "name": "context",
36446
- "type": {
36447
- "text": "ElementDefinitionContext"
36448
- }
36449
- },
36450
- {
36451
- "name": "definition",
36452
- "type": {
36453
- "text": "FoundationElementDefinition"
36454
- }
36455
- }
36456
- ]
36457
- }
36458
- ],
36459
- "exports": [
36460
- {
36461
- "kind": "js",
36462
- "name": "foundationSliderLabelStyles",
36463
- "declaration": {
36464
- "name": "foundationSliderLabelStyles",
36465
- "module": "src/slider-label/slider-label.styles.ts"
36466
- }
36467
- }
36468
- ]
36469
- },
36470
- {
36471
- "kind": "javascript-module",
36472
- "path": "src/slider-label/slider-label.template.ts",
36473
- "declarations": [
36474
- {
36475
- "kind": "function",
36476
- "name": "foundationSliderLabelTemplate",
36477
- "return": {
36478
- "type": {
36479
- "text": "ViewTemplate<SliderLabel>"
36480
- }
36481
- },
36482
- "parameters": [
36483
- {
36484
- "name": "context",
36485
- "type": {
36486
- "text": "ElementDefinitionContext"
36487
- }
36488
- },
36489
- {
36490
- "name": "definition",
36491
- "type": {
36492
- "text": "FoundationElementDefinition"
36493
- }
36494
- }
36495
- ]
36496
- }
36497
- ],
36498
- "exports": [
36499
- {
36500
- "kind": "js",
36501
- "name": "foundationSliderLabelTemplate",
36502
- "declaration": {
36503
- "name": "foundationSliderLabelTemplate",
36504
- "module": "src/slider-label/slider-label.template.ts"
36505
- }
36506
- }
36507
- ]
36508
- },
36509
- {
36510
- "kind": "javascript-module",
36511
- "path": "src/slider-label/slider-label.ts",
36512
- "declarations": [
36513
- {
36514
- "kind": "class",
36515
- "description": "",
36516
- "name": "SliderLabel",
36517
- "superclass": {
36518
- "name": "FASTSliderLabel",
36519
- "package": "@microsoft/fast-components"
36520
- },
36521
- "tagName": "%%prefix%%-slider-label",
36522
- "customElement": true,
36523
- "attributes": [
36524
- {
36525
- "name": "position",
36526
- "type": {
36527
- "text": "string"
36528
- },
36529
- "description": "The position of the label relative to the min and max value of the parent @microsoft/fast-foundation#(Slider:class).",
36530
- "fieldName": "position",
36531
- "inheritedFrom": {
36532
- "name": "SliderLabel",
36533
- "module": "src/slider-label/slider-label.ts"
36534
- }
36535
- },
36536
- {
36537
- "name": "hide-mark",
36538
- "type": {
36539
- "text": "boolean"
36540
- },
36541
- "default": "false",
36542
- "description": "Hides the tick mark.",
36543
- "fieldName": "hideMark",
36544
- "inheritedFrom": {
36545
- "name": "SliderLabel",
36546
- "module": "src/slider-label/slider-label.ts"
36547
- }
36548
- },
36549
- {
36550
- "name": "disabled",
36551
- "type": {
36552
- "text": "boolean"
36553
- },
36554
- "description": "The disabled state of the label. This is generally controlled by the parent @microsoft/fast-foundation#(Slider:class).",
36555
- "fieldName": "disabled",
36556
- "inheritedFrom": {
36557
- "name": "SliderLabel",
36558
- "module": "src/slider-label/slider-label.ts"
36559
- }
36560
- }
36561
- ],
36562
- "members": [
36563
- {
36564
- "kind": "field",
36565
- "name": "position",
36566
- "type": {
36567
- "text": "string"
36568
- },
36569
- "privacy": "public",
36570
- "description": "The position of the label relative to the min and max value of the parent {@link @microsoft/fast-foundation#(Slider:class)}.",
36571
- "inheritedFrom": {
36572
- "name": "SliderLabel",
36573
- "module": "src/slider-label/slider-label.ts"
36574
- }
36575
- },
36576
- {
36577
- "kind": "method",
36578
- "name": "positionChanged",
36579
- "privacy": "private",
36580
- "return": {
36581
- "type": {
36582
- "text": "void"
36583
- }
36584
- },
36585
- "inheritedFrom": {
36586
- "name": "SliderLabel",
36587
- "module": "src/slider-label/slider-label.ts"
36588
- }
36589
- },
36590
- {
36591
- "kind": "field",
36592
- "name": "hideMark",
36593
- "type": {
36594
- "text": "boolean"
36595
- },
36596
- "privacy": "public",
36597
- "default": "false",
36598
- "description": "Hides the tick mark.",
36599
- "inheritedFrom": {
36600
- "name": "SliderLabel",
36601
- "module": "src/slider-label/slider-label.ts"
36602
- }
36603
- },
36604
- {
36605
- "kind": "field",
36606
- "name": "disabled",
36607
- "type": {
36608
- "text": "boolean"
36609
- },
36610
- "privacy": "public",
36611
- "description": "The disabled state of the label. This is generally controlled by the parent {@link @microsoft/fast-foundation#(Slider:class)}.",
36612
- "inheritedFrom": {
36613
- "name": "SliderLabel",
36614
- "module": "src/slider-label/slider-label.ts"
36615
- }
36616
- },
36617
- {
36618
- "kind": "field",
36619
- "name": "notifier",
36620
- "type": {
36621
- "text": "Notifier"
36622
- },
36623
- "privacy": "private",
36624
- "inheritedFrom": {
36625
- "name": "SliderLabel",
36626
- "module": "src/slider-label/slider-label.ts"
36627
- }
36628
- },
36629
- {
36630
- "kind": "method",
36631
- "name": "isSliderConfig",
36632
- "privacy": "private",
36633
- "return": {
36634
- "type": {
36635
- "text": "node is SliderConfiguration"
36636
- }
36637
- },
36638
- "parameters": [
36639
- {
36640
- "name": "node",
36641
- "type": {
36642
- "text": "any"
36643
- }
36644
- }
36645
- ],
36646
- "inheritedFrom": {
36647
- "name": "SliderLabel",
36648
- "module": "src/slider-label/slider-label.ts"
36649
- }
36650
- },
36651
- {
36652
- "kind": "field",
36653
- "name": "getSliderConfiguration",
36654
- "privacy": "private",
36655
- "inheritedFrom": {
36656
- "name": "SliderLabel",
36657
- "module": "src/slider-label/slider-label.ts"
36658
- }
36659
- },
36660
- {
36661
- "kind": "field",
36662
- "name": "positionAsStyle",
36663
- "privacy": "private",
36664
- "inheritedFrom": {
36665
- "name": "SliderLabel",
36666
- "module": "src/slider-label/slider-label.ts"
36667
- }
36668
- },
36669
- {
36670
- "kind": "field",
36671
- "name": "_presentation",
36672
- "type": {
36673
- "text": "ComponentPresentation | null | undefined"
36674
- },
36675
- "privacy": "private",
36676
- "default": "void 0",
36677
- "inheritedFrom": {
36678
- "name": "FoundationElement",
36679
- "module": "src/foundation-element/foundation-element.ts"
36680
- }
36681
- },
36682
- {
36683
- "kind": "field",
36684
- "name": "$presentation",
36685
- "type": {
36686
- "text": "ComponentPresentation | null"
36687
- },
36688
- "privacy": "public",
36689
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
36690
- "inheritedFrom": {
36691
- "name": "FoundationElement",
36692
- "module": "src/foundation-element/foundation-element.ts"
36693
- }
36694
- },
36695
- {
36696
- "kind": "field",
36697
- "name": "template",
36698
- "type": {
36699
- "text": "ElementViewTemplate | void | null"
36700
- },
36701
- "privacy": "public",
36702
- "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.",
36703
- "inheritedFrom": {
36704
- "name": "FoundationElement",
36705
- "module": "src/foundation-element/foundation-element.ts"
36706
- }
36707
- },
36708
- {
36709
- "kind": "method",
36710
- "name": "templateChanged",
36711
- "privacy": "protected",
36712
- "return": {
36713
- "type": {
36714
- "text": "void"
36715
- }
36716
- },
36717
- "inheritedFrom": {
36718
- "name": "FoundationElement",
36719
- "module": "src/foundation-element/foundation-element.ts"
36720
- }
36721
- },
36722
- {
36723
- "kind": "field",
36724
- "name": "styles",
36725
- "type": {
36726
- "text": "ElementStyles | void | null"
36727
- },
36728
- "privacy": "public",
36729
- "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.",
36730
- "inheritedFrom": {
36731
- "name": "FoundationElement",
36732
- "module": "src/foundation-element/foundation-element.ts"
36733
- }
36734
- },
36735
- {
36736
- "kind": "method",
36737
- "name": "stylesChanged",
36738
- "privacy": "protected",
36739
- "return": {
36740
- "type": {
36741
- "text": "void"
36742
- }
36743
- },
36744
- "inheritedFrom": {
36745
- "name": "FoundationElement",
36746
- "module": "src/foundation-element/foundation-element.ts"
36747
- }
36748
- },
36749
- {
36750
- "kind": "method",
36751
- "name": "compose",
36752
- "privacy": "public",
36753
- "static": true,
36754
- "return": {
36755
- "type": {
36756
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
36757
- }
36758
- },
36759
- "parameters": [
36760
- {
36761
- "name": "this",
36762
- "type": {
36763
- "text": "K"
36764
- }
36765
- },
36766
- {
36767
- "name": "elementDefinition",
36768
- "type": {
36769
- "text": "T"
36770
- },
36771
- "description": "The definition of the element to create the registry\nfunction for."
36772
- }
36773
- ],
36774
- "description": "Defines an element registry function with a set of element definition defaults.",
36775
- "inheritedFrom": {
36776
- "name": "FoundationElement",
36777
- "module": "src/foundation-element/foundation-element.ts"
36778
- }
36779
- }
36780
- ]
36781
- },
36782
- {
36783
- "kind": "variable",
36784
- "name": "foundationSliderLabelShadowOptions",
36785
- "type": {
36786
- "text": "ShadowRootInit"
36787
- },
36788
- "default": "undefined"
36789
- },
36790
- {
36791
- "kind": "variable",
36792
- "name": "defaultSliderLabelConfig",
36793
- "type": {
36794
- "text": "object"
36795
- },
36796
- "default": "{}"
36797
- },
36798
- {
36799
- "kind": "variable",
36800
- "name": "foundationSliderLabel",
36801
- "description": "The Foundation Slider Label",
36802
- "privacy": "public"
36803
- }
36804
- ],
36805
- "exports": [
36806
- {
36807
- "kind": "js",
36808
- "name": "SliderLabel",
36809
- "declaration": {
36810
- "name": "SliderLabel",
36811
- "module": "src/slider-label/slider-label.ts"
36812
- }
36813
- },
36814
- {
36815
- "kind": "js",
36816
- "name": "foundationSliderLabelShadowOptions",
36817
- "declaration": {
36818
- "name": "foundationSliderLabelShadowOptions",
36819
- "module": "src/slider-label/slider-label.ts"
36820
- }
36821
- },
36822
- {
36823
- "kind": "js",
36824
- "name": "defaultSliderLabelConfig",
36825
- "declaration": {
36826
- "name": "defaultSliderLabelConfig",
36827
- "module": "src/slider-label/slider-label.ts"
36828
- }
36829
- },
36830
- {
36831
- "kind": "js",
36832
- "name": "foundationSliderLabel",
36833
- "declaration": {
36834
- "name": "foundationSliderLabel",
36835
- "module": "src/slider-label/slider-label.ts"
36836
- }
36837
- }
36838
- ]
36839
- },
36840
36840
  {
36841
36841
  "kind": "javascript-module",
36842
36842
  "path": "src/stepper-tab-panel/index.ts",