@vonage/vivid 3.0.0-next.11 → 3.0.0-next.110

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 (209) hide show
  1. package/README.md +165 -4
  2. package/accordion/index.js +5 -14
  3. package/accordion-item/index.js +34 -41
  4. package/action-group/index.js +37 -0
  5. package/avatar/index.js +61 -0
  6. package/badge/index.js +23 -35
  7. package/banner/index.js +20 -115
  8. package/breadcrumb/index.js +22 -19
  9. package/breadcrumb-item/index.js +28 -25
  10. package/button/index.js +29 -690
  11. package/calendar/index.js +70 -69
  12. package/calendar-event/index.js +109 -0
  13. package/card/index.js +112 -0
  14. package/checkbox/index.js +178 -0
  15. package/custom-elements.json +3941 -0
  16. package/dialog/index.js +214 -0
  17. package/divider/index.js +27 -0
  18. package/elevation/index.js +10 -16
  19. package/fab/index.js +98 -0
  20. package/focus/index.js +18 -3
  21. package/header/index.js +63 -0
  22. package/icon/index.js +9 -12
  23. package/index.js +68 -22
  24. package/layout/index.js +6 -16
  25. package/lib/accordion-item/accordion-item.d.ts +2 -2
  26. package/lib/accordion-item/index.d.ts +0 -1
  27. package/lib/action-group/action-group.d.ts +10 -0
  28. package/lib/{sidenav-item/sidenav-item.template.d.ts → action-group/action-group.template.d.ts} +2 -2
  29. package/lib/{sidenav-item → action-group}/index.d.ts +1 -2
  30. package/lib/avatar/avatar.d.ts +15 -0
  31. package/lib/avatar/avatar.template.d.ts +4 -0
  32. package/lib/avatar/index.d.ts +2 -0
  33. package/lib/badge/badge.d.ts +3 -5
  34. package/lib/badge/index.d.ts +1 -2
  35. package/lib/banner/banner.d.ts +1 -1
  36. package/lib/banner/banner.template.d.ts +0 -2
  37. package/lib/breadcrumb/breadcrumb.template.d.ts +4 -0
  38. package/lib/breadcrumb-item/breadcrumb-item.d.ts +1 -1
  39. package/lib/breadcrumb-item/index.d.ts +0 -1
  40. package/lib/button/button.d.ts +4 -3
  41. package/lib/button/index.d.ts +1 -21
  42. package/lib/calendar/calendar.d.ts +3 -1
  43. package/lib/calendar/index.d.ts +0 -1
  44. package/lib/calendar-event/calendar-event.d.ts +14 -0
  45. package/lib/calendar-event/calendar-event.template.d.ts +4 -0
  46. package/lib/calendar-event/index.d.ts +2 -0
  47. package/lib/card/card.d.ts +10 -0
  48. package/lib/{text/text.template.d.ts → card/card.template.d.ts} +2 -2
  49. package/lib/{text → card}/index.d.ts +1 -1
  50. package/lib/checkbox/checkbox.d.ts +5 -0
  51. package/lib/checkbox/checkbox.template.d.ts +4 -0
  52. package/lib/checkbox/index.d.ts +2 -0
  53. package/lib/components.d.ts +32 -10
  54. package/lib/dialog/dialog.d.ts +20 -0
  55. package/lib/dialog/dialog.template.d.ts +4 -0
  56. package/lib/dialog/index.d.ts +2 -0
  57. package/lib/divider/divider.d.ts +3 -0
  58. package/lib/divider/divider.template.d.ts +4 -0
  59. package/lib/divider/index.d.ts +2 -0
  60. package/lib/elevation/elevation.d.ts +1 -0
  61. package/lib/elevation/index.d.ts +1 -1
  62. package/lib/enums.d.ts +19 -6
  63. package/lib/fab/fab.d.ts +13 -0
  64. package/lib/fab/fab.template.d.ts +4 -0
  65. package/lib/fab/index.d.ts +2 -0
  66. package/lib/focus/index.d.ts +1 -1
  67. package/lib/header/header.d.ts +5 -0
  68. package/lib/header/header.template.d.ts +4 -0
  69. package/lib/header/index.d.ts +2 -0
  70. package/lib/icon/icon.d.ts +5 -6
  71. package/lib/layout/index.d.ts +1 -1
  72. package/lib/layout/layout.d.ts +4 -4
  73. package/lib/listbox/index.d.ts +1 -0
  74. package/lib/listbox/listbox.d.ts +9 -0
  75. package/lib/listbox/listbox.template.d.ts +4 -0
  76. package/lib/menu/index.d.ts +10 -0
  77. package/lib/menu/menu.d.ts +10 -0
  78. package/lib/menu/menu.template.d.ts +3 -0
  79. package/lib/menu-item/index.d.ts +2 -0
  80. package/lib/menu-item/menu-item.d.ts +7 -0
  81. package/lib/menu-item/menu-item.template.d.ts +5 -0
  82. package/lib/nav/index.d.ts +2 -0
  83. package/lib/nav/nav.d.ts +3 -0
  84. package/lib/nav/nav.template.d.ts +4 -0
  85. package/lib/nav-disclosure/index.d.ts +2 -0
  86. package/lib/nav-disclosure/nav-disclosure.d.ts +10 -0
  87. package/lib/nav-disclosure/nav-disclosure.template.d.ts +4 -0
  88. package/lib/nav-item/index.d.ts +2 -0
  89. package/lib/{sidenav-item/sidenav-item.d.ts → nav-item/nav-item.d.ts} +2 -2
  90. package/lib/nav-item/nav-item.template.d.ts +4 -0
  91. package/lib/note/index.d.ts +2 -0
  92. package/lib/note/note.d.ts +10 -0
  93. package/lib/note/note.template.d.ts +4 -0
  94. package/lib/number-field/index.d.ts +2 -0
  95. package/lib/number-field/number-field.d.ts +14 -0
  96. package/lib/number-field/number-field.template.d.ts +4 -0
  97. package/lib/option/index.d.ts +2 -0
  98. package/lib/option/option.d.ts +9 -0
  99. package/lib/option/option.template.d.ts +4 -0
  100. package/lib/popup/index.d.ts +1 -3
  101. package/lib/popup/popup.d.ts +3 -2
  102. package/lib/progress/progress.d.ts +1 -1
  103. package/lib/progress-ring/progress-ring.d.ts +2 -1
  104. package/lib/radio/index.d.ts +2 -0
  105. package/lib/radio/radio.d.ts +4 -0
  106. package/lib/radio/radio.template.d.ts +4 -0
  107. package/lib/radio-group/index.d.ts +10 -0
  108. package/lib/radio-group/radio-group.d.ts +4 -0
  109. package/lib/radio-group/radio-group.template.d.ts +4 -0
  110. package/lib/side-drawer/index.d.ts +1 -1
  111. package/lib/side-drawer/side-drawer.d.ts +3 -2
  112. package/lib/slider/index.d.ts +2 -0
  113. package/lib/slider/slider.d.ts +4 -0
  114. package/lib/slider/slider.template.d.ts +4 -0
  115. package/lib/switch/index.d.ts +2 -0
  116. package/lib/switch/switch.d.ts +7 -0
  117. package/lib/switch/switch.template.d.ts +4 -0
  118. package/lib/text-anchor/text-anchor.d.ts +1 -1
  119. package/lib/text-area/index.d.ts +2 -0
  120. package/lib/text-area/text-area.d.ts +9 -0
  121. package/lib/text-area/text-area.template.d.ts +4 -0
  122. package/lib/text-field/index.d.ts +2 -0
  123. package/lib/text-field/text-field.d.ts +14 -0
  124. package/lib/text-field/text-field.template.d.ts +4 -0
  125. package/lib/tooltip/index.d.ts +0 -1
  126. package/lib/tooltip/tooltip.d.ts +7 -7
  127. package/listbox/index.js +1086 -0
  128. package/menu/index.js +357 -0
  129. package/menu-item/index.js +90 -0
  130. package/nav/index.js +17 -0
  131. package/nav-disclosure/index.js +80 -0
  132. package/nav-item/index.js +44 -0
  133. package/note/index.js +59 -0
  134. package/number-field/index.js +460 -0
  135. package/option/index.js +75 -0
  136. package/package.json +62 -10
  137. package/popup/index.js +35 -2036
  138. package/progress/index.js +33 -38
  139. package/progress-ring/index.js +13 -13
  140. package/radio/index.js +52 -0
  141. package/radio-group/index.js +435 -0
  142. package/shared/affix.js +2 -8
  143. package/shared/anchor.js +11 -3
  144. package/shared/apply-mixins.js +5 -4
  145. package/shared/aria-global.js +2 -86
  146. package/shared/aria.js +9 -0
  147. package/shared/base-progress.js +6 -1
  148. package/shared/breadcrumb-item.js +2 -2
  149. package/shared/button.js +23 -0
  150. package/shared/button2.js +200 -0
  151. package/shared/calendar-event.js +19 -0
  152. package/shared/design-system/index.d.ts +1 -1
  153. package/shared/dialog-polyfill.esm.js +858 -0
  154. package/shared/direction.js +20 -0
  155. package/shared/divider.js +55 -0
  156. package/shared/dom.js +8 -0
  157. package/shared/elevation.js +10 -0
  158. package/shared/enums.js +70 -0
  159. package/shared/es.object.assign.js +2 -59
  160. package/shared/es.promise.resolve.js +944 -0
  161. package/shared/es.regexp.to-string.js +58 -0
  162. package/shared/focus.js +11 -0
  163. package/shared/focus2.js +5 -0
  164. package/shared/form-associated.js +466 -0
  165. package/shared/form-elements.js +343 -0
  166. package/shared/icon.js +32 -1153
  167. package/shared/index.js +3780 -83
  168. package/shared/index2.js +7 -19
  169. package/shared/key-codes.js +97 -0
  170. package/shared/listbox-option.js +201 -0
  171. package/shared/menu-item.js +277 -0
  172. package/shared/numbers.js +25 -0
  173. package/shared/patterns/focus.d.ts +3 -0
  174. package/shared/patterns/form-elements/form-elements.d.ts +31 -0
  175. package/shared/patterns/form-elements/index.d.ts +1 -0
  176. package/shared/patterns/index.d.ts +2 -0
  177. package/shared/popup.js +1484 -0
  178. package/shared/radio.js +127 -0
  179. package/shared/ref.js +41 -0
  180. package/shared/slotted.js +1 -1
  181. package/shared/start-end.js +50 -0
  182. package/shared/string-trim.js +39 -0
  183. package/shared/text-anchor.js +2 -13
  184. package/shared/text-anchor.template.js +6 -5
  185. package/shared/utils/index.d.ts +1 -0
  186. package/side-drawer/index.js +38 -34
  187. package/slider/index.js +596 -0
  188. package/styles/core/all.css +86 -0
  189. package/styles/core/theme.css +11 -0
  190. package/styles/core/typography.css +80 -0
  191. package/styles/fonts/SpeziaCompleteVariableItalicWeb.woff2 +0 -0
  192. package/styles/fonts/SpeziaCompleteVariableUprightWeb.woff2 +0 -0
  193. package/styles/fonts/SpeziaMonoCompleteVariableWeb.woff2 +0 -0
  194. package/styles/fonts/spezia.css +9 -12
  195. package/styles/tokens/theme-dark.css +230 -0
  196. package/styles/tokens/theme-light.css +230 -0
  197. package/switch/index.js +153 -0
  198. package/text-anchor/index.js +8 -3
  199. package/text-area/index.js +288 -0
  200. package/text-field/index.js +129 -0
  201. package/tooltip/index.js +59 -43
  202. package/vivid.api.json +2979 -0
  203. package/lib/text/text.d.ts +0 -10
  204. package/shared/style-inject.es.js +0 -28
  205. package/shared/web.dom-collections.iterator.js +0 -1479
  206. package/sidenav-item/index.js +0 -38
  207. package/styles/themes/dark.css +0 -205
  208. package/styles/themes/light.css +0 -205
  209. package/text/index.js +0 -45
@@ -0,0 +1,3941 @@
1
+ {
2
+ "schemaVersion": "1.0.0",
3
+ "readme": "",
4
+ "modules": [
5
+ {
6
+ "kind": "javascript-module",
7
+ "path": "libs/components/src/lib/accordion/accordion.ts",
8
+ "declarations": [
9
+ {
10
+ "kind": "class",
11
+ "description": "Base class for accordion",
12
+ "name": "Accordion",
13
+ "members": [
14
+ {
15
+ "kind": "field",
16
+ "name": "accordionItems",
17
+ "type": {
18
+ "text": "HTMLCollectionOf<AccordionItem> | undefined"
19
+ },
20
+ "privacy": "private",
21
+ "default": "undefined"
22
+ },
23
+ {
24
+ "kind": "field",
25
+ "name": "multi",
26
+ "type": {
27
+ "text": "boolean"
28
+ },
29
+ "default": "false",
30
+ "privacy": "public",
31
+ "description": ""
32
+ },
33
+ {
34
+ "kind": "method",
35
+ "name": "handleOpened",
36
+ "privacy": "private",
37
+ "return": {
38
+ "type": {
39
+ "text": "any"
40
+ }
41
+ },
42
+ "parameters": [
43
+ {
44
+ "name": "e",
45
+ "type": {
46
+ "text": "Event"
47
+ }
48
+ }
49
+ ]
50
+ },
51
+ {
52
+ "kind": "method",
53
+ "name": "closeAll",
54
+ "return": {
55
+ "type": {
56
+ "text": "void"
57
+ }
58
+ }
59
+ }
60
+ ],
61
+ "attributes": [
62
+ {
63
+ "type": {
64
+ "text": "boolean"
65
+ },
66
+ "default": "false",
67
+ "fieldName": "multi"
68
+ }
69
+ ],
70
+ "superclass": {
71
+ "name": "FoundationElement",
72
+ "package": "@microsoft/fast-foundation"
73
+ }
74
+ }
75
+ ],
76
+ "exports": [
77
+ {
78
+ "kind": "js",
79
+ "name": "Accordion",
80
+ "declaration": {
81
+ "name": "Accordion",
82
+ "module": "libs/components/src/lib/accordion/accordion.ts"
83
+ }
84
+ }
85
+ ]
86
+ },
87
+ {
88
+ "kind": "javascript-module",
89
+ "path": "libs/components/src/lib/accordion-item/accordion-item.ts",
90
+ "declarations": [
91
+ {
92
+ "kind": "class",
93
+ "description": "Base class for accordion-item",
94
+ "name": "AccordionItem",
95
+ "members": [
96
+ {
97
+ "kind": "field",
98
+ "name": "heading",
99
+ "type": {
100
+ "text": "string | undefined"
101
+ },
102
+ "privacy": "public",
103
+ "description": ""
104
+ },
105
+ {
106
+ "kind": "field",
107
+ "name": "headingLevel",
108
+ "type": {
109
+ "text": "2 | 3 | 4 | 5 | 6 | undefined"
110
+ },
111
+ "privacy": "public",
112
+ "description": ""
113
+ },
114
+ {
115
+ "kind": "field",
116
+ "name": "noIndicator",
117
+ "type": {
118
+ "text": "boolean"
119
+ },
120
+ "default": "false",
121
+ "description": "Indicates whether the accordion-item has indicator",
122
+ "privacy": "public"
123
+ },
124
+ {
125
+ "kind": "field",
126
+ "name": "meta",
127
+ "type": {
128
+ "text": "string | undefined"
129
+ },
130
+ "privacy": "public",
131
+ "description": ""
132
+ },
133
+ {
134
+ "kind": "field",
135
+ "name": "open",
136
+ "type": {
137
+ "text": "boolean"
138
+ },
139
+ "default": "false",
140
+ "description": "Indicates whether the accordion-item is open",
141
+ "privacy": "public"
142
+ },
143
+ {
144
+ "kind": "method",
145
+ "name": "emitEvent",
146
+ "privacy": "private",
147
+ "return": {
148
+ "type": {
149
+ "text": "void"
150
+ }
151
+ },
152
+ "parameters": [
153
+ {
154
+ "name": "name",
155
+ "type": {
156
+ "text": "string"
157
+ }
158
+ }
159
+ ]
160
+ }
161
+ ],
162
+ "attributes": [
163
+ {
164
+ "name": "heading",
165
+ "type": {
166
+ "text": "string | undefined"
167
+ },
168
+ "fieldName": "heading"
169
+ },
170
+ {
171
+ "name": "heading-level",
172
+ "type": {
173
+ "text": "2 | 3 | 4 | 5 | 6 | undefined"
174
+ },
175
+ "fieldName": "headingLevel"
176
+ },
177
+ {
178
+ "name": "no-indicator",
179
+ "type": {
180
+ "text": "boolean"
181
+ },
182
+ "default": "false",
183
+ "description": "Indicates whether the accordion-item has indicator",
184
+ "fieldName": "noIndicator"
185
+ },
186
+ {
187
+ "name": "meta",
188
+ "type": {
189
+ "text": "string | undefined"
190
+ },
191
+ "fieldName": "meta"
192
+ },
193
+ {
194
+ "type": {
195
+ "text": "boolean"
196
+ },
197
+ "default": "false",
198
+ "description": "Indicates whether the accordion-item is open",
199
+ "fieldName": "open"
200
+ }
201
+ ],
202
+ "superclass": {
203
+ "name": "FoundationElement",
204
+ "package": "@microsoft/fast-foundation"
205
+ }
206
+ }
207
+ ],
208
+ "exports": [
209
+ {
210
+ "kind": "js",
211
+ "name": "AccordionItem",
212
+ "declaration": {
213
+ "name": "AccordionItem",
214
+ "module": "libs/components/src/lib/accordion-item/accordion-item.ts"
215
+ }
216
+ }
217
+ ]
218
+ },
219
+ {
220
+ "kind": "javascript-module",
221
+ "path": "libs/components/src/lib/action-group/action-group.ts",
222
+ "declarations": [
223
+ {
224
+ "kind": "class",
225
+ "description": "Base class for action-group",
226
+ "name": "ActionGroup",
227
+ "members": [
228
+ {
229
+ "kind": "field",
230
+ "name": "shape",
231
+ "type": {
232
+ "text": "ActionGroupShape | undefined"
233
+ },
234
+ "description": "The shape the ActionGroup should have.",
235
+ "privacy": "public"
236
+ },
237
+ {
238
+ "kind": "field",
239
+ "name": "appearance",
240
+ "type": {
241
+ "text": "ActionGroupAppearance | undefined"
242
+ },
243
+ "description": "The appearance the ActionGroup should have.",
244
+ "privacy": "public"
245
+ },
246
+ {
247
+ "kind": "field",
248
+ "name": "tight",
249
+ "type": {
250
+ "text": "boolean"
251
+ },
252
+ "default": "false",
253
+ "description": "Indicates whether action group should have padding.",
254
+ "privacy": "public"
255
+ }
256
+ ],
257
+ "attributes": [
258
+ {
259
+ "name": "shape",
260
+ "type": {
261
+ "text": "ActionGroupShape | undefined"
262
+ },
263
+ "description": "The shape the ActionGroup should have.",
264
+ "fieldName": "shape"
265
+ },
266
+ {
267
+ "name": "appearance",
268
+ "type": {
269
+ "text": "ActionGroupAppearance | undefined"
270
+ },
271
+ "description": "The appearance the ActionGroup should have.",
272
+ "fieldName": "appearance"
273
+ },
274
+ {
275
+ "type": {
276
+ "text": "boolean"
277
+ },
278
+ "default": "false",
279
+ "description": "Indicates whether action group should have padding.",
280
+ "fieldName": "tight"
281
+ }
282
+ ],
283
+ "superclass": {
284
+ "name": "FoundationElement",
285
+ "package": "@microsoft/fast-foundation"
286
+ }
287
+ }
288
+ ],
289
+ "exports": [
290
+ {
291
+ "kind": "js",
292
+ "name": "ActionGroup",
293
+ "declaration": {
294
+ "name": "ActionGroup",
295
+ "module": "libs/components/src/lib/action-group/action-group.ts"
296
+ }
297
+ }
298
+ ]
299
+ },
300
+ {
301
+ "kind": "javascript-module",
302
+ "path": "libs/components/src/lib/avatar/avatar.ts",
303
+ "declarations": [
304
+ {
305
+ "kind": "class",
306
+ "description": "",
307
+ "name": "Avatar",
308
+ "members": [
309
+ {
310
+ "kind": "field",
311
+ "name": "connotation",
312
+ "type": {
313
+ "text": "AvatarConnotation | undefined"
314
+ },
315
+ "description": "The connotation the avatar should have.",
316
+ "privacy": "public"
317
+ },
318
+ {
319
+ "kind": "field",
320
+ "name": "shape",
321
+ "type": {
322
+ "text": "AvatarShape | undefined"
323
+ },
324
+ "description": "The shape the avatar should have.",
325
+ "privacy": "public"
326
+ },
327
+ {
328
+ "kind": "field",
329
+ "name": "appearance",
330
+ "type": {
331
+ "text": "AvatarAppearance | undefined"
332
+ },
333
+ "description": "The appearance the avatar should have.",
334
+ "privacy": "public"
335
+ },
336
+ {
337
+ "kind": "field",
338
+ "name": "size",
339
+ "type": {
340
+ "text": "AvatarSize | undefined"
341
+ },
342
+ "description": "The size the avatar should have.",
343
+ "privacy": "public"
344
+ },
345
+ {
346
+ "kind": "field",
347
+ "name": "icon",
348
+ "type": {
349
+ "text": "string | undefined"
350
+ },
351
+ "description": "avatar header icon",
352
+ "privacy": "public"
353
+ },
354
+ {
355
+ "kind": "field",
356
+ "name": "name",
357
+ "type": {
358
+ "text": "string | undefined"
359
+ },
360
+ "description": "avatar name",
361
+ "privacy": "public"
362
+ }
363
+ ],
364
+ "attributes": [
365
+ {
366
+ "name": "connotation",
367
+ "type": {
368
+ "text": "AvatarConnotation | undefined"
369
+ },
370
+ "description": "The connotation the avatar should have.",
371
+ "fieldName": "connotation"
372
+ },
373
+ {
374
+ "name": "shape",
375
+ "type": {
376
+ "text": "AvatarShape | undefined"
377
+ },
378
+ "description": "The shape the avatar should have.",
379
+ "fieldName": "shape"
380
+ },
381
+ {
382
+ "name": "appearance",
383
+ "type": {
384
+ "text": "AvatarAppearance | undefined"
385
+ },
386
+ "description": "The appearance the avatar should have.",
387
+ "fieldName": "appearance"
388
+ },
389
+ {
390
+ "name": "size",
391
+ "type": {
392
+ "text": "AvatarSize | undefined"
393
+ },
394
+ "description": "The size the avatar should have.",
395
+ "fieldName": "size"
396
+ },
397
+ {
398
+ "name": "icon",
399
+ "type": {
400
+ "text": "string | undefined"
401
+ },
402
+ "description": "avatar header icon",
403
+ "fieldName": "icon"
404
+ },
405
+ {
406
+ "name": "name",
407
+ "type": {
408
+ "text": "string | undefined"
409
+ },
410
+ "description": "avatar name",
411
+ "fieldName": "name"
412
+ }
413
+ ],
414
+ "superclass": {
415
+ "name": "FoundationElement",
416
+ "package": "@microsoft/fast-foundation"
417
+ }
418
+ }
419
+ ],
420
+ "exports": [
421
+ {
422
+ "kind": "js",
423
+ "name": "Avatar",
424
+ "declaration": {
425
+ "name": "Avatar",
426
+ "module": "libs/components/src/lib/avatar/avatar.ts"
427
+ }
428
+ }
429
+ ]
430
+ },
431
+ {
432
+ "kind": "javascript-module",
433
+ "path": "libs/components/src/lib/badge/badge.ts",
434
+ "declarations": [
435
+ {
436
+ "kind": "class",
437
+ "description": "Base class for badge",
438
+ "name": "Badge",
439
+ "members": [
440
+ {
441
+ "kind": "field",
442
+ "name": "connotation",
443
+ "type": {
444
+ "text": "BadgeConnotation | undefined"
445
+ },
446
+ "description": "The connotation the badge should have.",
447
+ "privacy": "public"
448
+ },
449
+ {
450
+ "kind": "field",
451
+ "name": "shape",
452
+ "type": {
453
+ "text": "BadgeShape | undefined"
454
+ },
455
+ "description": "The shape the badge should have.",
456
+ "privacy": "public"
457
+ },
458
+ {
459
+ "kind": "field",
460
+ "name": "appearance",
461
+ "type": {
462
+ "text": "BadgeAppearance | undefined"
463
+ },
464
+ "description": "The appearance the badge should have.",
465
+ "privacy": "public"
466
+ },
467
+ {
468
+ "kind": "field",
469
+ "name": "text",
470
+ "type": {
471
+ "text": "string | undefined"
472
+ },
473
+ "description": "Indicates the badge's text.",
474
+ "privacy": "public"
475
+ }
476
+ ],
477
+ "attributes": [
478
+ {
479
+ "name": "connotation",
480
+ "type": {
481
+ "text": "BadgeConnotation | undefined"
482
+ },
483
+ "description": "The connotation the badge should have.",
484
+ "fieldName": "connotation"
485
+ },
486
+ {
487
+ "name": "shape",
488
+ "type": {
489
+ "text": "BadgeShape | undefined"
490
+ },
491
+ "description": "The shape the badge should have.",
492
+ "fieldName": "shape"
493
+ },
494
+ {
495
+ "name": "appearance",
496
+ "type": {
497
+ "text": "BadgeAppearance | undefined"
498
+ },
499
+ "description": "The appearance the badge should have.",
500
+ "fieldName": "appearance"
501
+ },
502
+ {
503
+ "name": "text",
504
+ "type": {
505
+ "text": "string | undefined"
506
+ },
507
+ "description": "Indicates the badge's text.",
508
+ "fieldName": "text"
509
+ }
510
+ ],
511
+ "superclass": {
512
+ "name": "FoundationElement",
513
+ "package": "@microsoft/fast-foundation"
514
+ }
515
+ }
516
+ ],
517
+ "exports": [
518
+ {
519
+ "kind": "js",
520
+ "name": "Badge",
521
+ "declaration": {
522
+ "name": "Badge",
523
+ "module": "libs/components/src/lib/badge/badge.ts"
524
+ }
525
+ }
526
+ ]
527
+ },
528
+ {
529
+ "kind": "javascript-module",
530
+ "path": "libs/components/src/lib/banner/banner.ts",
531
+ "declarations": [
532
+ {
533
+ "kind": "class",
534
+ "description": "Base class for banner",
535
+ "name": "Banner",
536
+ "members": [
537
+ {
538
+ "kind": "field",
539
+ "name": "actionHref",
540
+ "type": {
541
+ "text": "string | undefined"
542
+ }
543
+ },
544
+ {
545
+ "kind": "field",
546
+ "name": "actionText",
547
+ "type": {
548
+ "text": "string | undefined"
549
+ }
550
+ },
551
+ {
552
+ "kind": "field",
553
+ "name": "removable",
554
+ "type": {
555
+ "text": "boolean"
556
+ },
557
+ "default": "false"
558
+ },
559
+ {
560
+ "kind": "field",
561
+ "name": "ariaLive",
562
+ "type": {
563
+ "text": "any"
564
+ }
565
+ },
566
+ {
567
+ "kind": "field",
568
+ "name": "role",
569
+ "type": {
570
+ "text": "string | undefined"
571
+ }
572
+ },
573
+ {
574
+ "kind": "field",
575
+ "name": "text",
576
+ "type": {
577
+ "text": "string | undefined"
578
+ }
579
+ },
580
+ {
581
+ "kind": "field",
582
+ "name": "connotation",
583
+ "type": {
584
+ "text": "BannerConnotation | undefined"
585
+ }
586
+ },
587
+ {
588
+ "kind": "field",
589
+ "name": "conditionedIcon",
590
+ "readonly": true
591
+ },
592
+ {
593
+ "kind": "method",
594
+ "name": "remove",
595
+ "return": {
596
+ "type": {
597
+ "text": "void"
598
+ }
599
+ }
600
+ },
601
+ {
602
+ "kind": "field",
603
+ "name": "#handleRemoveEnd",
604
+ "privacy": "private"
605
+ },
606
+ {
607
+ "kind": "field",
608
+ "name": "#closeOnKeyDown",
609
+ "privacy": "private"
610
+ }
611
+ ],
612
+ "attributes": [
613
+ {
614
+ "name": "action-href",
615
+ "type": {
616
+ "text": "string | undefined"
617
+ },
618
+ "fieldName": "actionHref"
619
+ },
620
+ {
621
+ "name": "action-text",
622
+ "type": {
623
+ "text": "string | undefined"
624
+ },
625
+ "fieldName": "actionText"
626
+ },
627
+ {
628
+ "type": {
629
+ "text": "boolean"
630
+ },
631
+ "default": "false",
632
+ "fieldName": "removable"
633
+ },
634
+ {
635
+ "name": "aria-live",
636
+ "type": {
637
+ "text": "any"
638
+ },
639
+ "fieldName": "ariaLive"
640
+ },
641
+ {
642
+ "name": "role",
643
+ "type": {
644
+ "text": "string | undefined"
645
+ },
646
+ "fieldName": "role"
647
+ },
648
+ {
649
+ "name": "text",
650
+ "type": {
651
+ "text": "string | undefined"
652
+ },
653
+ "fieldName": "text"
654
+ },
655
+ {
656
+ "name": "connotation",
657
+ "type": {
658
+ "text": "BannerConnotation | undefined"
659
+ },
660
+ "fieldName": "connotation"
661
+ }
662
+ ],
663
+ "superclass": {
664
+ "name": "FoundationElement",
665
+ "package": "@microsoft/fast-foundation"
666
+ }
667
+ }
668
+ ],
669
+ "exports": [
670
+ {
671
+ "kind": "js",
672
+ "name": "Banner",
673
+ "declaration": {
674
+ "name": "Banner",
675
+ "module": "libs/components/src/lib/banner/banner.ts"
676
+ }
677
+ }
678
+ ]
679
+ },
680
+ {
681
+ "kind": "javascript-module",
682
+ "path": "libs/components/src/lib/breadcrumb/breadcrumb.ts",
683
+ "declarations": [
684
+ {
685
+ "kind": "class",
686
+ "description": "Base class for breadcrumb",
687
+ "name": "Breadcrumb",
688
+ "superclass": {
689
+ "name": "FoundationElement",
690
+ "package": "@microsoft/fast-foundation"
691
+ }
692
+ }
693
+ ],
694
+ "exports": [
695
+ {
696
+ "kind": "js",
697
+ "name": "Breadcrumb",
698
+ "declaration": {
699
+ "name": "Breadcrumb",
700
+ "module": "libs/components/src/lib/breadcrumb/breadcrumb.ts"
701
+ }
702
+ }
703
+ ]
704
+ },
705
+ {
706
+ "kind": "javascript-module",
707
+ "path": "libs/components/src/lib/breadcrumb-item/breadcrumb-item.ts",
708
+ "declarations": [
709
+ {
710
+ "kind": "class",
711
+ "description": "Base class for breadcrumb-item",
712
+ "name": "BreadcrumbItem",
713
+ "members": [
714
+ {
715
+ "kind": "field",
716
+ "name": "text",
717
+ "type": {
718
+ "text": "string | undefined"
719
+ }
720
+ }
721
+ ],
722
+ "attributes": [
723
+ {
724
+ "name": "text",
725
+ "type": {
726
+ "text": "string | undefined"
727
+ },
728
+ "fieldName": "text"
729
+ }
730
+ ],
731
+ "superclass": {
732
+ "name": "FastBreadcrumbItem",
733
+ "package": "@microsoft/fast-foundation"
734
+ }
735
+ }
736
+ ],
737
+ "exports": [
738
+ {
739
+ "kind": "js",
740
+ "name": "BreadcrumbItem",
741
+ "declaration": {
742
+ "name": "BreadcrumbItem",
743
+ "module": "libs/components/src/lib/breadcrumb-item/breadcrumb-item.ts"
744
+ }
745
+ }
746
+ ]
747
+ },
748
+ {
749
+ "kind": "javascript-module",
750
+ "path": "libs/components/src/lib/button/button.ts",
751
+ "declarations": [
752
+ {
753
+ "kind": "class",
754
+ "description": "Base class for button",
755
+ "name": "Button",
756
+ "members": [
757
+ {
758
+ "kind": "field",
759
+ "name": "connotation",
760
+ "type": {
761
+ "text": "ButtonConnotation | undefined"
762
+ },
763
+ "description": "The connotation the button should have.",
764
+ "privacy": "public"
765
+ },
766
+ {
767
+ "kind": "field",
768
+ "name": "shape",
769
+ "type": {
770
+ "text": "ButtonShape | undefined"
771
+ },
772
+ "description": "The shape the button should have.",
773
+ "privacy": "public"
774
+ },
775
+ {
776
+ "kind": "field",
777
+ "name": "appearance",
778
+ "type": {
779
+ "text": "ButtonAppearance | undefined"
780
+ },
781
+ "description": "The appearance the button should have.",
782
+ "privacy": "public"
783
+ },
784
+ {
785
+ "kind": "field",
786
+ "name": "size",
787
+ "type": {
788
+ "text": "ButtonSize | undefined"
789
+ },
790
+ "description": "The size the button should have.",
791
+ "privacy": "public"
792
+ },
793
+ {
794
+ "kind": "field",
795
+ "name": "stacked",
796
+ "type": {
797
+ "text": "boolean"
798
+ },
799
+ "default": "false",
800
+ "description": "Indicates the icon is stacked.",
801
+ "privacy": "public"
802
+ },
803
+ {
804
+ "kind": "field",
805
+ "name": "label",
806
+ "type": {
807
+ "text": "string | undefined"
808
+ },
809
+ "description": "Indicates the button's label.",
810
+ "privacy": "public"
811
+ }
812
+ ],
813
+ "attributes": [
814
+ {
815
+ "name": "connotation",
816
+ "type": {
817
+ "text": "ButtonConnotation | undefined"
818
+ },
819
+ "description": "The connotation the button should have.",
820
+ "fieldName": "connotation"
821
+ },
822
+ {
823
+ "name": "shape",
824
+ "type": {
825
+ "text": "ButtonShape | undefined"
826
+ },
827
+ "description": "The shape the button should have.",
828
+ "fieldName": "shape"
829
+ },
830
+ {
831
+ "name": "appearance",
832
+ "type": {
833
+ "text": "ButtonAppearance | undefined"
834
+ },
835
+ "description": "The appearance the button should have.",
836
+ "fieldName": "appearance"
837
+ },
838
+ {
839
+ "name": "size",
840
+ "type": {
841
+ "text": "ButtonSize | undefined"
842
+ },
843
+ "description": "The size the button should have.",
844
+ "fieldName": "size"
845
+ },
846
+ {
847
+ "name": "stacked",
848
+ "type": {
849
+ "text": "boolean"
850
+ },
851
+ "default": "false",
852
+ "description": "Indicates the icon is stacked.",
853
+ "fieldName": "stacked"
854
+ },
855
+ {
856
+ "name": "label",
857
+ "type": {
858
+ "text": "string | undefined"
859
+ },
860
+ "description": "Indicates the button's label.",
861
+ "fieldName": "label"
862
+ }
863
+ ],
864
+ "superclass": {
865
+ "name": "FoundationButton",
866
+ "package": "@microsoft/fast-foundation"
867
+ }
868
+ }
869
+ ],
870
+ "exports": [
871
+ {
872
+ "kind": "js",
873
+ "name": "Button",
874
+ "declaration": {
875
+ "name": "Button",
876
+ "module": "libs/components/src/lib/button/button.ts"
877
+ }
878
+ }
879
+ ]
880
+ },
881
+ {
882
+ "kind": "javascript-module",
883
+ "path": "libs/components/src/lib/calendar/calendar.ts",
884
+ "declarations": [
885
+ {
886
+ "kind": "class",
887
+ "description": "Base class for calendar",
888
+ "name": "Calendar",
889
+ "members": [
890
+ {
891
+ "kind": "field",
892
+ "name": "datetime",
893
+ "type": {
894
+ "text": "Date | string | undefined"
895
+ },
896
+ "description": "The date within a week of choice.\nAccepts any parameter acceptable by the `Date()` constructor.",
897
+ "privacy": "public"
898
+ },
899
+ {
900
+ "kind": "field",
901
+ "name": "startDay",
902
+ "type": {
903
+ "text": "'sunday' | 'monday' | undefined"
904
+ },
905
+ "description": "The day to show as the first within a work week.\nAccepts either Sunday or Monday\nCalendar will - programmatically - default to Monday if not specified\n\n(only applicable for views of more than a single day)",
906
+ "privacy": "public"
907
+ },
908
+ {
909
+ "kind": "field",
910
+ "name": "locales",
911
+ "type": {
912
+ "text": "string | string[] | undefined | undefined"
913
+ },
914
+ "description": "A locale string or array of locale strings that contain one or more language or locale tags.\nIf you include more than one locale string,\nlist them in descending order of priority so that the first entry is the preferred locale.\nIf you omit this parameter, the default locale of the JavaScript runtime is used.\nThis parameter must conform to BCP 47 standards; see the Intl.Collator object for details.\ne.g. en-US | en-US, he-IL",
915
+ "privacy": "public"
916
+ },
917
+ {
918
+ "kind": "field",
919
+ "name": "hour12",
920
+ "type": {
921
+ "text": "boolean"
922
+ },
923
+ "default": "false",
924
+ "description": "The convention of displayed time in which the day runs from midnight to midnight and is divided into 24 or 12 hours.\nUnless provided, choice will be set according to local time preference (e.g. US = 12, IL = 24)",
925
+ "privacy": "public"
926
+ },
927
+ {
928
+ "kind": "field",
929
+ "name": "#activeCalendarEvent",
930
+ "privacy": "private",
931
+ "type": {
932
+ "text": "CalendarEvent | null"
933
+ },
934
+ "readonly": true
935
+ },
936
+ {
937
+ "kind": "field",
938
+ "name": "getEventContext",
939
+ "default": "getEventContext",
940
+ "description": "Fire an event",
941
+ "parameters": [
942
+ {
943
+ "description": "event name",
944
+ "name": "event",
945
+ "type": {
946
+ "text": "string"
947
+ }
948
+ },
949
+ {
950
+ "description": "optional event detail object",
951
+ "name": "detail",
952
+ "optional": true,
953
+ "type": {
954
+ "text": "Object"
955
+ }
956
+ }
957
+ ],
958
+ "return": {
959
+ "type": {
960
+ "text": "boolean"
961
+ }
962
+ }
963
+ },
964
+ {
965
+ "kind": "method",
966
+ "name": "getCalendarEventContainingCell",
967
+ "privacy": "private",
968
+ "parameters": [
969
+ {
970
+ "name": "calendarEvent",
971
+ "type": {
972
+ "text": "CalendarEvent"
973
+ }
974
+ }
975
+ ]
976
+ },
977
+ {
978
+ "kind": "method",
979
+ "name": "arrowKeysInteractions",
980
+ "privacy": "private",
981
+ "parameters": [
982
+ {
983
+ "name": "key",
984
+ "type": {
985
+ "text": "PredefindKeys"
986
+ }
987
+ }
988
+ ]
989
+ },
990
+ {
991
+ "kind": "method",
992
+ "name": "activateElement",
993
+ "privacy": "private",
994
+ "parameters": [
995
+ {
996
+ "name": "el",
997
+ "type": {
998
+ "text": "HTMLElement | null | undefined"
999
+ }
1000
+ }
1001
+ ]
1002
+ },
1003
+ {
1004
+ "kind": "method",
1005
+ "name": "onKeydown",
1006
+ "parameters": [
1007
+ {
1008
+ "name": "{ key }",
1009
+ "type": {
1010
+ "text": "KeyboardEvent"
1011
+ }
1012
+ }
1013
+ ]
1014
+ }
1015
+ ],
1016
+ "attributes": [
1017
+ {
1018
+ "name": "datetime",
1019
+ "type": {
1020
+ "text": "Date | string | undefined"
1021
+ },
1022
+ "description": "The date within a week of choice.\nAccepts any parameter acceptable by the `Date()` constructor.",
1023
+ "fieldName": "datetime"
1024
+ },
1025
+ {
1026
+ "name": "start-day",
1027
+ "type": {
1028
+ "text": "'sunday' | 'monday' | undefined"
1029
+ },
1030
+ "description": "The day to show as the first within a work week.\nAccepts either Sunday or Monday\nCalendar will - programmatically - default to Monday if not specified\n\n(only applicable for views of more than a single day)",
1031
+ "fieldName": "startDay"
1032
+ },
1033
+ {
1034
+ "name": "locales",
1035
+ "type": {
1036
+ "text": "string | string[] | undefined | undefined"
1037
+ },
1038
+ "description": "A locale string or array of locale strings that contain one or more language or locale tags.\nIf you include more than one locale string,\nlist them in descending order of priority so that the first entry is the preferred locale.\nIf you omit this parameter, the default locale of the JavaScript runtime is used.\nThis parameter must conform to BCP 47 standards; see the Intl.Collator object for details.\ne.g. en-US | en-US, he-IL",
1039
+ "fieldName": "locales"
1040
+ },
1041
+ {
1042
+ "type": {
1043
+ "text": "boolean"
1044
+ },
1045
+ "default": "false",
1046
+ "description": "The convention of displayed time in which the day runs from midnight to midnight and is divided into 24 or 12 hours.\nUnless provided, choice will be set according to local time preference (e.g. US = 12, IL = 24)",
1047
+ "fieldName": "hour12"
1048
+ }
1049
+ ],
1050
+ "superclass": {
1051
+ "name": "FoundationElement",
1052
+ "package": "@microsoft/fast-foundation"
1053
+ }
1054
+ }
1055
+ ],
1056
+ "exports": [
1057
+ {
1058
+ "kind": "js",
1059
+ "name": "Calendar",
1060
+ "declaration": {
1061
+ "name": "Calendar",
1062
+ "module": "libs/components/src/lib/calendar/calendar.ts"
1063
+ }
1064
+ }
1065
+ ]
1066
+ },
1067
+ {
1068
+ "kind": "javascript-module",
1069
+ "path": "libs/components/src/lib/calendar-event/calendar-event.ts",
1070
+ "declarations": [
1071
+ {
1072
+ "kind": "class",
1073
+ "description": "Base class for calendar-event",
1074
+ "name": "CalendarEvent",
1075
+ "members": [
1076
+ {
1077
+ "kind": "field",
1078
+ "name": "heading",
1079
+ "type": {
1080
+ "text": "string | undefined"
1081
+ },
1082
+ "description": "the heading of the event",
1083
+ "privacy": "public"
1084
+ },
1085
+ {
1086
+ "kind": "field",
1087
+ "name": "description",
1088
+ "type": {
1089
+ "text": "string | undefined"
1090
+ },
1091
+ "description": "the description of the event",
1092
+ "privacy": "public"
1093
+ },
1094
+ {
1095
+ "kind": "field",
1096
+ "name": "connotation",
1097
+ "type": {
1098
+ "text": "CalendarEventConnotation | undefined"
1099
+ },
1100
+ "description": "The connotation the calendar event should have.",
1101
+ "privacy": "public"
1102
+ },
1103
+ {
1104
+ "kind": "field",
1105
+ "name": "appearance",
1106
+ "type": {
1107
+ "text": "CalendarEventAppearance | undefined"
1108
+ },
1109
+ "description": "The appearance the calendar event should have.",
1110
+ "privacy": "public"
1111
+ },
1112
+ {
1113
+ "kind": "field",
1114
+ "name": "overlapCount",
1115
+ "type": {
1116
+ "text": "number | undefined"
1117
+ },
1118
+ "description": "sets card display precendence and indentation",
1119
+ "privacy": "public"
1120
+ },
1121
+ {
1122
+ "kind": "field",
1123
+ "name": "start",
1124
+ "type": {
1125
+ "text": "number | undefined"
1126
+ },
1127
+ "description": "time of day event starts",
1128
+ "privacy": "public"
1129
+ },
1130
+ {
1131
+ "kind": "field",
1132
+ "name": "duration",
1133
+ "type": {
1134
+ "text": "number | undefined"
1135
+ },
1136
+ "description": "event's time duration in hours",
1137
+ "privacy": "public"
1138
+ }
1139
+ ],
1140
+ "attributes": [
1141
+ {
1142
+ "name": "heading",
1143
+ "type": {
1144
+ "text": "string | undefined"
1145
+ },
1146
+ "description": "the heading of the event",
1147
+ "fieldName": "heading"
1148
+ },
1149
+ {
1150
+ "name": "description",
1151
+ "type": {
1152
+ "text": "string | undefined"
1153
+ },
1154
+ "description": "the description of the event",
1155
+ "fieldName": "description"
1156
+ },
1157
+ {
1158
+ "name": "connotation",
1159
+ "type": {
1160
+ "text": "CalendarEventConnotation | undefined"
1161
+ },
1162
+ "description": "The connotation the calendar event should have.",
1163
+ "fieldName": "connotation"
1164
+ },
1165
+ {
1166
+ "name": "appearance",
1167
+ "type": {
1168
+ "text": "CalendarEventAppearance | undefined"
1169
+ },
1170
+ "description": "The appearance the calendar event should have.",
1171
+ "fieldName": "appearance"
1172
+ },
1173
+ {
1174
+ "name": "overlap-count",
1175
+ "type": {
1176
+ "text": "number | undefined"
1177
+ },
1178
+ "description": "sets card display precendence and indentation",
1179
+ "fieldName": "overlapCount"
1180
+ },
1181
+ {
1182
+ "type": {
1183
+ "text": "number | undefined"
1184
+ },
1185
+ "description": "time of day event starts",
1186
+ "fieldName": "start"
1187
+ },
1188
+ {
1189
+ "type": {
1190
+ "text": "number | undefined"
1191
+ },
1192
+ "description": "event's time duration in hours",
1193
+ "fieldName": "duration"
1194
+ }
1195
+ ],
1196
+ "superclass": {
1197
+ "name": "FoundationElement",
1198
+ "package": "@microsoft/fast-foundation"
1199
+ }
1200
+ }
1201
+ ],
1202
+ "exports": [
1203
+ {
1204
+ "kind": "js",
1205
+ "name": "CalendarEvent",
1206
+ "declaration": {
1207
+ "name": "CalendarEvent",
1208
+ "module": "libs/components/src/lib/calendar-event/calendar-event.ts"
1209
+ }
1210
+ }
1211
+ ]
1212
+ },
1213
+ {
1214
+ "kind": "javascript-module",
1215
+ "path": "libs/components/src/lib/card/card.ts",
1216
+ "declarations": [
1217
+ {
1218
+ "kind": "class",
1219
+ "description": "Base class for card",
1220
+ "name": "Card",
1221
+ "members": [
1222
+ {
1223
+ "kind": "field",
1224
+ "name": "headline",
1225
+ "type": {
1226
+ "text": "string | undefined"
1227
+ },
1228
+ "description": "the text of the card heading\naccepts string",
1229
+ "privacy": "public"
1230
+ },
1231
+ {
1232
+ "kind": "field",
1233
+ "name": "subtitle",
1234
+ "type": {
1235
+ "text": "string | undefined"
1236
+ },
1237
+ "description": "the text of the card sub-heading\naccepts string",
1238
+ "privacy": "public"
1239
+ },
1240
+ {
1241
+ "kind": "field",
1242
+ "name": "text",
1243
+ "type": {
1244
+ "text": "string | undefined"
1245
+ },
1246
+ "description": "the text of the card sub-heading\naccepts string",
1247
+ "privacy": "public"
1248
+ },
1249
+ {
1250
+ "kind": "field",
1251
+ "name": "icon",
1252
+ "type": {
1253
+ "text": "string | undefined"
1254
+ },
1255
+ "description": "card header icon",
1256
+ "privacy": "public"
1257
+ },
1258
+ {
1259
+ "kind": "field",
1260
+ "name": "elevation",
1261
+ "type": {
1262
+ "text": "0 | 2 | 4 | 8 | 12 | 16 | 24 | undefined"
1263
+ },
1264
+ "description": "card elevation dp",
1265
+ "privacy": "public"
1266
+ },
1267
+ {
1268
+ "kind": "field",
1269
+ "name": "graphicSlottedContent",
1270
+ "type": {
1271
+ "text": "HTMLElement[] | undefined"
1272
+ }
1273
+ },
1274
+ {
1275
+ "kind": "field",
1276
+ "name": "hasMetaSlottedContent",
1277
+ "type": {
1278
+ "text": "HTMLElement[] | undefined"
1279
+ }
1280
+ }
1281
+ ],
1282
+ "attributes": [
1283
+ {
1284
+ "name": "headline",
1285
+ "type": {
1286
+ "text": "string | undefined"
1287
+ },
1288
+ "description": "the text of the card heading\naccepts string",
1289
+ "fieldName": "headline"
1290
+ },
1291
+ {
1292
+ "name": "subtitle",
1293
+ "type": {
1294
+ "text": "string | undefined"
1295
+ },
1296
+ "description": "the text of the card sub-heading\naccepts string",
1297
+ "fieldName": "subtitle"
1298
+ },
1299
+ {
1300
+ "name": "text",
1301
+ "type": {
1302
+ "text": "string | undefined"
1303
+ },
1304
+ "description": "the text of the card sub-heading\naccepts string",
1305
+ "fieldName": "text"
1306
+ },
1307
+ {
1308
+ "name": "icon",
1309
+ "type": {
1310
+ "text": "string | undefined"
1311
+ },
1312
+ "description": "card header icon",
1313
+ "fieldName": "icon"
1314
+ },
1315
+ {
1316
+ "name": "elevation",
1317
+ "type": {
1318
+ "text": "0 | 2 | 4 | 8 | 12 | 16 | 24 | undefined"
1319
+ },
1320
+ "description": "card elevation dp",
1321
+ "fieldName": "elevation"
1322
+ }
1323
+ ],
1324
+ "superclass": {
1325
+ "name": "FoundationElement",
1326
+ "package": "@microsoft/fast-foundation"
1327
+ }
1328
+ }
1329
+ ],
1330
+ "exports": [
1331
+ {
1332
+ "kind": "js",
1333
+ "name": "Card",
1334
+ "declaration": {
1335
+ "name": "Card",
1336
+ "module": "libs/components/src/lib/card/card.ts"
1337
+ }
1338
+ }
1339
+ ]
1340
+ },
1341
+ {
1342
+ "kind": "javascript-module",
1343
+ "path": "libs/components/src/lib/checkbox/checkbox.ts",
1344
+ "declarations": [
1345
+ {
1346
+ "kind": "variable",
1347
+ "name": "keySpace",
1348
+ "type": {
1349
+ "text": "' '"
1350
+ },
1351
+ "default": "' '"
1352
+ },
1353
+ {
1354
+ "kind": "class",
1355
+ "description": "Base class for checkbox",
1356
+ "name": "Checkbox",
1357
+ "members": [
1358
+ {
1359
+ "kind": "field",
1360
+ "name": "label",
1361
+ "type": {
1362
+ "text": "string | undefined"
1363
+ },
1364
+ "description": "Indicates the checkbox's label.",
1365
+ "privacy": "public"
1366
+ }
1367
+ ],
1368
+ "attributes": [
1369
+ {
1370
+ "name": "label",
1371
+ "type": {
1372
+ "text": "string | undefined"
1373
+ },
1374
+ "description": "Indicates the checkbox's label.",
1375
+ "fieldName": "label"
1376
+ }
1377
+ ],
1378
+ "superclass": {
1379
+ "name": "FastCheckbox",
1380
+ "package": "@microsoft/fast-foundation"
1381
+ }
1382
+ }
1383
+ ],
1384
+ "exports": [
1385
+ {
1386
+ "kind": "js",
1387
+ "name": "keySpace",
1388
+ "declaration": {
1389
+ "name": "keySpace",
1390
+ "module": "libs/components/src/lib/checkbox/checkbox.ts"
1391
+ }
1392
+ },
1393
+ {
1394
+ "kind": "js",
1395
+ "name": "Checkbox",
1396
+ "declaration": {
1397
+ "name": "Checkbox",
1398
+ "module": "libs/components/src/lib/checkbox/checkbox.ts"
1399
+ }
1400
+ }
1401
+ ]
1402
+ },
1403
+ {
1404
+ "kind": "javascript-module",
1405
+ "path": "libs/components/src/lib/dialog/dialog.ts",
1406
+ "declarations": [
1407
+ {
1408
+ "kind": "class",
1409
+ "description": "Base class for dialog",
1410
+ "name": "Dialog",
1411
+ "members": [
1412
+ {
1413
+ "kind": "field",
1414
+ "name": "open",
1415
+ "type": {
1416
+ "text": "boolean"
1417
+ },
1418
+ "default": "false",
1419
+ "description": "Indicates dialog's state",
1420
+ "privacy": "public"
1421
+ },
1422
+ {
1423
+ "kind": "field",
1424
+ "name": "icon",
1425
+ "type": {
1426
+ "text": "string | undefined"
1427
+ }
1428
+ },
1429
+ {
1430
+ "kind": "field",
1431
+ "name": "text",
1432
+ "type": {
1433
+ "text": "string | undefined"
1434
+ }
1435
+ },
1436
+ {
1437
+ "kind": "field",
1438
+ "name": "headline",
1439
+ "type": {
1440
+ "text": "string | undefined"
1441
+ }
1442
+ },
1443
+ {
1444
+ "kind": "field",
1445
+ "name": "ariaLabelledBy",
1446
+ "type": {
1447
+ "text": "string | null"
1448
+ },
1449
+ "default": "null"
1450
+ },
1451
+ {
1452
+ "kind": "field",
1453
+ "name": "ariaLabel",
1454
+ "type": {
1455
+ "text": "string | null"
1456
+ },
1457
+ "default": "null"
1458
+ },
1459
+ {
1460
+ "kind": "field",
1461
+ "name": "ariaDescribedBy",
1462
+ "type": {
1463
+ "text": "string | null"
1464
+ },
1465
+ "default": "null"
1466
+ },
1467
+ {
1468
+ "kind": "field",
1469
+ "name": "#modal",
1470
+ "privacy": "private",
1471
+ "type": {
1472
+ "text": "boolean"
1473
+ },
1474
+ "default": "false"
1475
+ },
1476
+ {
1477
+ "kind": "field",
1478
+ "name": "returnValue",
1479
+ "type": {
1480
+ "text": "string"
1481
+ }
1482
+ },
1483
+ {
1484
+ "kind": "field",
1485
+ "name": "modal",
1486
+ "readonly": true
1487
+ },
1488
+ {
1489
+ "kind": "field",
1490
+ "name": "#dialogElement",
1491
+ "privacy": "private",
1492
+ "type": {
1493
+ "text": "HTMLDialogElement | undefined"
1494
+ }
1495
+ },
1496
+ {
1497
+ "kind": "field",
1498
+ "name": "#dialog",
1499
+ "privacy": "private",
1500
+ "readonly": true
1501
+ },
1502
+ {
1503
+ "kind": "method",
1504
+ "name": "openChanged",
1505
+ "parameters": [
1506
+ {
1507
+ "name": "oldValue",
1508
+ "type": {
1509
+ "text": "boolean"
1510
+ }
1511
+ },
1512
+ {
1513
+ "name": "newValue",
1514
+ "type": {
1515
+ "text": "boolean"
1516
+ }
1517
+ }
1518
+ ]
1519
+ },
1520
+ {
1521
+ "kind": "field",
1522
+ "name": "#handleScrimClick",
1523
+ "privacy": "private"
1524
+ },
1525
+ {
1526
+ "kind": "field",
1527
+ "name": "#handleInternalFormSubmit",
1528
+ "privacy": "private"
1529
+ },
1530
+ {
1531
+ "kind": "method",
1532
+ "name": "close"
1533
+ },
1534
+ {
1535
+ "kind": "method",
1536
+ "name": "#handleModal",
1537
+ "parameters": [
1538
+ {
1539
+ "name": "show",
1540
+ "type": {
1541
+ "text": "boolean"
1542
+ }
1543
+ }
1544
+ ]
1545
+ },
1546
+ {
1547
+ "kind": "method",
1548
+ "name": "show"
1549
+ },
1550
+ {
1551
+ "kind": "method",
1552
+ "name": "showModal"
1553
+ }
1554
+ ],
1555
+ "events": [
1556
+ {
1557
+ "name": "close",
1558
+ "type": {
1559
+ "text": "CustomEvent"
1560
+ }
1561
+ }
1562
+ ],
1563
+ "attributes": [
1564
+ {
1565
+ "type": {
1566
+ "text": "boolean"
1567
+ },
1568
+ "default": "false",
1569
+ "description": "Indicates dialog's state",
1570
+ "fieldName": "open"
1571
+ },
1572
+ {
1573
+ "name": "icon",
1574
+ "type": {
1575
+ "text": "string | undefined"
1576
+ },
1577
+ "fieldName": "icon"
1578
+ },
1579
+ {
1580
+ "name": "text",
1581
+ "type": {
1582
+ "text": "string | undefined"
1583
+ },
1584
+ "fieldName": "text"
1585
+ },
1586
+ {
1587
+ "name": "headline",
1588
+ "type": {
1589
+ "text": "string | undefined"
1590
+ },
1591
+ "fieldName": "headline"
1592
+ },
1593
+ {
1594
+ "name": "aria-labelledby",
1595
+ "type": {
1596
+ "text": "string | null"
1597
+ },
1598
+ "default": "null",
1599
+ "fieldName": "ariaLabelledBy"
1600
+ },
1601
+ {
1602
+ "name": "aria-label",
1603
+ "type": {
1604
+ "text": "string | null"
1605
+ },
1606
+ "default": "null",
1607
+ "fieldName": "ariaLabel"
1608
+ },
1609
+ {
1610
+ "name": "aria-describedby",
1611
+ "type": {
1612
+ "text": "string | null"
1613
+ },
1614
+ "default": "null",
1615
+ "fieldName": "ariaDescribedBy"
1616
+ }
1617
+ ],
1618
+ "superclass": {
1619
+ "name": "FoundationElement",
1620
+ "package": "@microsoft/fast-foundation"
1621
+ }
1622
+ }
1623
+ ],
1624
+ "exports": [
1625
+ {
1626
+ "kind": "js",
1627
+ "name": "Dialog",
1628
+ "declaration": {
1629
+ "name": "Dialog",
1630
+ "module": "libs/components/src/lib/dialog/dialog.ts"
1631
+ }
1632
+ }
1633
+ ]
1634
+ },
1635
+ {
1636
+ "kind": "javascript-module",
1637
+ "path": "libs/components/src/lib/divider/divider.ts",
1638
+ "declarations": [
1639
+ {
1640
+ "kind": "class",
1641
+ "description": "Base class for divider",
1642
+ "name": "Divider",
1643
+ "superclass": {
1644
+ "name": "FoundationDivider",
1645
+ "package": "@microsoft/fast-foundation"
1646
+ }
1647
+ }
1648
+ ],
1649
+ "exports": [
1650
+ {
1651
+ "kind": "js",
1652
+ "name": "Divider",
1653
+ "declaration": {
1654
+ "name": "Divider",
1655
+ "module": "libs/components/src/lib/divider/divider.ts"
1656
+ }
1657
+ }
1658
+ ]
1659
+ },
1660
+ {
1661
+ "kind": "javascript-module",
1662
+ "path": "libs/components/src/lib/elevation/elevation.ts",
1663
+ "declarations": [
1664
+ {
1665
+ "kind": "class",
1666
+ "description": "Base class for elevation",
1667
+ "name": "Elevation",
1668
+ "members": [
1669
+ {
1670
+ "kind": "field",
1671
+ "name": "dp",
1672
+ "type": {
1673
+ "text": "0 | 2 | 4 | 8 | 12 | 16 | 24 | undefined"
1674
+ },
1675
+ "description": "Indicates the elevation's dp.",
1676
+ "privacy": "public"
1677
+ },
1678
+ {
1679
+ "kind": "field",
1680
+ "name": "noShadow",
1681
+ "type": {
1682
+ "text": "boolean | undefined"
1683
+ },
1684
+ "description": "toggles the elevation's shadow.",
1685
+ "privacy": "public"
1686
+ }
1687
+ ],
1688
+ "attributes": [
1689
+ {
1690
+ "name": "dp",
1691
+ "type": {
1692
+ "text": "0 | 2 | 4 | 8 | 12 | 16 | 24 | undefined"
1693
+ },
1694
+ "description": "Indicates the elevation's dp.",
1695
+ "fieldName": "dp"
1696
+ },
1697
+ {
1698
+ "name": "no-shadow",
1699
+ "type": {
1700
+ "text": "boolean | undefined"
1701
+ },
1702
+ "description": "toggles the elevation's shadow.",
1703
+ "fieldName": "noShadow"
1704
+ }
1705
+ ],
1706
+ "superclass": {
1707
+ "name": "FoundationElement",
1708
+ "package": "@microsoft/fast-foundation"
1709
+ }
1710
+ }
1711
+ ],
1712
+ "exports": [
1713
+ {
1714
+ "kind": "js",
1715
+ "name": "Elevation",
1716
+ "declaration": {
1717
+ "name": "Elevation",
1718
+ "module": "libs/components/src/lib/elevation/elevation.ts"
1719
+ }
1720
+ }
1721
+ ]
1722
+ },
1723
+ {
1724
+ "kind": "javascript-module",
1725
+ "path": "libs/components/src/lib/fab/fab.ts",
1726
+ "declarations": [
1727
+ {
1728
+ "kind": "class",
1729
+ "description": "Base class for fab",
1730
+ "name": "Fab",
1731
+ "members": [
1732
+ {
1733
+ "kind": "field",
1734
+ "name": "connotation",
1735
+ "type": {
1736
+ "text": "FabConnotation | undefined"
1737
+ },
1738
+ "description": "The connotation the fab should have.",
1739
+ "privacy": "public"
1740
+ },
1741
+ {
1742
+ "kind": "field",
1743
+ "name": "size",
1744
+ "type": {
1745
+ "text": "FABSize | undefined"
1746
+ },
1747
+ "description": "The size the FAB should have.",
1748
+ "privacy": "public"
1749
+ },
1750
+ {
1751
+ "kind": "field",
1752
+ "name": "label",
1753
+ "type": {
1754
+ "text": "string | undefined"
1755
+ },
1756
+ "description": "Indicates the fab's label.",
1757
+ "privacy": "public"
1758
+ }
1759
+ ],
1760
+ "attributes": [
1761
+ {
1762
+ "name": "connotation",
1763
+ "type": {
1764
+ "text": "FabConnotation | undefined"
1765
+ },
1766
+ "description": "The connotation the fab should have.",
1767
+ "fieldName": "connotation"
1768
+ },
1769
+ {
1770
+ "name": "size",
1771
+ "type": {
1772
+ "text": "FABSize | undefined"
1773
+ },
1774
+ "description": "The size the FAB should have.",
1775
+ "fieldName": "size"
1776
+ },
1777
+ {
1778
+ "name": "label",
1779
+ "type": {
1780
+ "text": "string | undefined"
1781
+ },
1782
+ "description": "Indicates the fab's label.",
1783
+ "fieldName": "label"
1784
+ }
1785
+ ],
1786
+ "superclass": {
1787
+ "name": "FoundationButton",
1788
+ "package": "@microsoft/fast-foundation"
1789
+ }
1790
+ }
1791
+ ],
1792
+ "exports": [
1793
+ {
1794
+ "kind": "js",
1795
+ "name": "Fab",
1796
+ "declaration": {
1797
+ "name": "Fab",
1798
+ "module": "libs/components/src/lib/fab/fab.ts"
1799
+ }
1800
+ }
1801
+ ]
1802
+ },
1803
+ {
1804
+ "kind": "javascript-module",
1805
+ "path": "libs/components/src/lib/focus/focus.ts",
1806
+ "declarations": [
1807
+ {
1808
+ "kind": "class",
1809
+ "description": "Base class for badge",
1810
+ "name": "Focus",
1811
+ "superclass": {
1812
+ "name": "FoundationElement",
1813
+ "package": "@microsoft/fast-foundation"
1814
+ }
1815
+ }
1816
+ ],
1817
+ "exports": [
1818
+ {
1819
+ "kind": "js",
1820
+ "name": "Focus",
1821
+ "declaration": {
1822
+ "name": "Focus",
1823
+ "module": "libs/components/src/lib/focus/focus.ts"
1824
+ }
1825
+ }
1826
+ ]
1827
+ },
1828
+ {
1829
+ "kind": "javascript-module",
1830
+ "path": "libs/components/src/lib/header/header.ts",
1831
+ "declarations": [
1832
+ {
1833
+ "kind": "class",
1834
+ "description": "Base class for header",
1835
+ "name": "Header",
1836
+ "members": [
1837
+ {
1838
+ "kind": "field",
1839
+ "name": "elevationShadow",
1840
+ "type": {
1841
+ "text": "boolean"
1842
+ },
1843
+ "default": "false",
1844
+ "description": "header elevation shadow",
1845
+ "privacy": "public"
1846
+ },
1847
+ {
1848
+ "kind": "field",
1849
+ "name": "alternate",
1850
+ "type": {
1851
+ "text": "boolean"
1852
+ },
1853
+ "default": "false",
1854
+ "description": "applies scheme alternate to header region",
1855
+ "privacy": "public"
1856
+ }
1857
+ ],
1858
+ "attributes": [
1859
+ {
1860
+ "name": "elevation-shadow",
1861
+ "type": {
1862
+ "text": "boolean"
1863
+ },
1864
+ "default": "false",
1865
+ "description": "header elevation shadow",
1866
+ "fieldName": "elevationShadow"
1867
+ },
1868
+ {
1869
+ "type": {
1870
+ "text": "boolean"
1871
+ },
1872
+ "default": "false",
1873
+ "description": "applies scheme alternate to header region",
1874
+ "fieldName": "alternate"
1875
+ }
1876
+ ],
1877
+ "superclass": {
1878
+ "name": "FoundationElement",
1879
+ "package": "@microsoft/fast-foundation"
1880
+ }
1881
+ }
1882
+ ],
1883
+ "exports": [
1884
+ {
1885
+ "kind": "js",
1886
+ "name": "Header",
1887
+ "declaration": {
1888
+ "name": "Header",
1889
+ "module": "libs/components/src/lib/header/header.ts"
1890
+ }
1891
+ }
1892
+ ]
1893
+ },
1894
+ {
1895
+ "kind": "javascript-module",
1896
+ "path": "libs/components/src/lib/icon/icon.placeholder.ts",
1897
+ "declarations": [
1898
+ {
1899
+ "kind": "variable",
1900
+ "name": "PLACEHOLDER_ICON",
1901
+ "default": "`<svg width=\"80%\" height=\"80%\" viewBox=\"0 0 64 64\">\n <g>\n <g stroke-width=\"6\" stroke-linecap=\"round\" fill=\"none\">\n <path stroke=\"currentColor\" d=\"M4,32 c0,15,12,28,28,28c8,0,16-4,21-9\">\n </path>\n <path d=\"M60,32 C60,16,47.464,4,32,4S4,16,4,32\">\n </path>\n <animateTransform values=\"0,32,32;360,32,32\" attributeName=\"transform\" type=\"rotate\" repeatCount=\"indefinite\" dur=\"750ms\">\n </animateTransform>\n </g>\n </g>\n</svg>`"
1902
+ }
1903
+ ],
1904
+ "exports": [
1905
+ {
1906
+ "kind": "js",
1907
+ "name": "PLACEHOLDER_ICON",
1908
+ "declaration": {
1909
+ "name": "PLACEHOLDER_ICON",
1910
+ "module": "libs/components/src/lib/icon/icon.placeholder.ts"
1911
+ }
1912
+ }
1913
+ ]
1914
+ },
1915
+ {
1916
+ "kind": "javascript-module",
1917
+ "path": "libs/components/src/lib/icon/icon.ts",
1918
+ "declarations": [
1919
+ {
1920
+ "kind": "class",
1921
+ "description": "",
1922
+ "name": "Icon",
1923
+ "members": [
1924
+ {
1925
+ "kind": "field",
1926
+ "name": "connotation",
1927
+ "type": {
1928
+ "text": "IconConnotation | undefined"
1929
+ },
1930
+ "description": "The connotation the icon should have.",
1931
+ "privacy": "public"
1932
+ },
1933
+ {
1934
+ "kind": "field",
1935
+ "name": "size",
1936
+ "type": {
1937
+ "text": "-6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined"
1938
+ }
1939
+ },
1940
+ {
1941
+ "kind": "field",
1942
+ "name": "name",
1943
+ "type": {
1944
+ "text": "string | undefined"
1945
+ },
1946
+ "description": "Indicates which icon to resolve.",
1947
+ "privacy": "public"
1948
+ },
1949
+ {
1950
+ "kind": "method",
1951
+ "name": "nameChanged",
1952
+ "async": true
1953
+ }
1954
+ ],
1955
+ "attributes": [
1956
+ {
1957
+ "name": "connotation",
1958
+ "type": {
1959
+ "text": "IconConnotation | undefined"
1960
+ },
1961
+ "description": "The connotation the icon should have.",
1962
+ "fieldName": "connotation"
1963
+ },
1964
+ {
1965
+ "name": "size",
1966
+ "type": {
1967
+ "text": "-6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined"
1968
+ },
1969
+ "fieldName": "size"
1970
+ },
1971
+ {
1972
+ "name": "name",
1973
+ "type": {
1974
+ "text": "string | undefined"
1975
+ },
1976
+ "description": "Indicates which icon to resolve.",
1977
+ "fieldName": "name"
1978
+ }
1979
+ ],
1980
+ "superclass": {
1981
+ "name": "FoundationElement",
1982
+ "package": "@microsoft/fast-foundation"
1983
+ }
1984
+ }
1985
+ ],
1986
+ "exports": [
1987
+ {
1988
+ "kind": "js",
1989
+ "name": "Icon",
1990
+ "declaration": {
1991
+ "name": "Icon",
1992
+ "module": "libs/components/src/lib/icon/icon.ts"
1993
+ }
1994
+ }
1995
+ ]
1996
+ },
1997
+ {
1998
+ "kind": "javascript-module",
1999
+ "path": "libs/components/src/lib/layout/layout.ts",
2000
+ "declarations": [
2001
+ {
2002
+ "kind": "class",
2003
+ "description": "Base class for layout",
2004
+ "name": "Layout",
2005
+ "cssProperties": [
2006
+ {}
2007
+ ],
2008
+ "members": [
2009
+ {
2010
+ "kind": "field",
2011
+ "name": "gutters",
2012
+ "type": {
2013
+ "text": "Gutters | undefined"
2014
+ },
2015
+ "description": "sets the initial preferred margin from predefined available options",
2016
+ "privacy": "public"
2017
+ },
2018
+ {
2019
+ "kind": "field",
2020
+ "name": "columnBasis",
2021
+ "type": {
2022
+ "text": "ColumnBasis | undefined"
2023
+ },
2024
+ "description": "sets the initial preferred measure of a column from predefined available options",
2025
+ "privacy": "public"
2026
+ },
2027
+ {
2028
+ "kind": "field",
2029
+ "name": "columnSpacing",
2030
+ "type": {
2031
+ "text": "ColumnSpacing | undefined"
2032
+ },
2033
+ "description": "sets the initial preferred spacing of a column from predefined available options",
2034
+ "privacy": "public"
2035
+ },
2036
+ {
2037
+ "kind": "field",
2038
+ "name": "autoSizing",
2039
+ "type": {
2040
+ "text": "AUTO_SIZING | undefined"
2041
+ },
2042
+ "description": "sets the initial preferred auto-sizing from predefined available options",
2043
+ "privacy": "public"
2044
+ }
2045
+ ],
2046
+ "attributes": [
2047
+ {
2048
+ "name": "gutters",
2049
+ "type": {
2050
+ "text": "Gutters | undefined"
2051
+ },
2052
+ "description": "sets the initial preferred margin from predefined available options",
2053
+ "fieldName": "gutters"
2054
+ },
2055
+ {
2056
+ "name": "column-basis",
2057
+ "type": {
2058
+ "text": "ColumnBasis | undefined"
2059
+ },
2060
+ "description": "sets the initial preferred measure of a column from predefined available options",
2061
+ "fieldName": "columnBasis"
2062
+ },
2063
+ {
2064
+ "name": "column-spacing",
2065
+ "type": {
2066
+ "text": "ColumnSpacing | undefined"
2067
+ },
2068
+ "description": "sets the initial preferred spacing of a column from predefined available options",
2069
+ "fieldName": "columnSpacing"
2070
+ },
2071
+ {
2072
+ "name": "auto-sizing",
2073
+ "type": {
2074
+ "text": "AUTO_SIZING | undefined"
2075
+ },
2076
+ "description": "sets the initial preferred auto-sizing from predefined available options",
2077
+ "fieldName": "autoSizing"
2078
+ }
2079
+ ],
2080
+ "superclass": {
2081
+ "name": "FoundationElement",
2082
+ "package": "@microsoft/fast-foundation"
2083
+ }
2084
+ }
2085
+ ],
2086
+ "exports": [
2087
+ {
2088
+ "kind": "js",
2089
+ "name": "Layout",
2090
+ "declaration": {
2091
+ "name": "Layout",
2092
+ "module": "libs/components/src/lib/layout/layout.ts"
2093
+ }
2094
+ }
2095
+ ]
2096
+ },
2097
+ {
2098
+ "kind": "javascript-module",
2099
+ "path": "libs/components/src/lib/listbox/listbox.ts",
2100
+ "declarations": [
2101
+ {
2102
+ "kind": "class",
2103
+ "description": "Base class for listbox",
2104
+ "name": "Listbox",
2105
+ "members": [
2106
+ {
2107
+ "kind": "field",
2108
+ "name": "appearance",
2109
+ "type": {
2110
+ "text": "LisboxAppearance | undefined"
2111
+ },
2112
+ "description": "The appearance the listbox should have.",
2113
+ "privacy": "public"
2114
+ },
2115
+ {
2116
+ "kind": "method",
2117
+ "name": "slottedOptionsChanged",
2118
+ "parameters": [
2119
+ {
2120
+ "name": "prev",
2121
+ "type": {
2122
+ "text": "Element[] | undefined"
2123
+ }
2124
+ },
2125
+ {
2126
+ "name": "next",
2127
+ "type": {
2128
+ "text": "Element[]"
2129
+ }
2130
+ }
2131
+ ]
2132
+ },
2133
+ {
2134
+ "kind": "method",
2135
+ "name": "#disableSlottedChildren",
2136
+ "return": {
2137
+ "type": {
2138
+ "text": "void"
2139
+ }
2140
+ }
2141
+ }
2142
+ ],
2143
+ "attributes": [
2144
+ {
2145
+ "name": "appearance",
2146
+ "type": {
2147
+ "text": "LisboxAppearance | undefined"
2148
+ },
2149
+ "description": "The appearance the listbox should have.",
2150
+ "fieldName": "appearance"
2151
+ }
2152
+ ],
2153
+ "superclass": {
2154
+ "name": "FoundationListboxElement",
2155
+ "package": "@microsoft/fast-foundation"
2156
+ }
2157
+ }
2158
+ ],
2159
+ "exports": [
2160
+ {
2161
+ "kind": "js",
2162
+ "name": "Listbox",
2163
+ "declaration": {
2164
+ "name": "Listbox",
2165
+ "module": "libs/components/src/lib/listbox/listbox.ts"
2166
+ }
2167
+ }
2168
+ ]
2169
+ },
2170
+ {
2171
+ "kind": "javascript-module",
2172
+ "path": "libs/components/src/lib/menu/menu.ts",
2173
+ "declarations": [
2174
+ {
2175
+ "kind": "class",
2176
+ "description": "Base class for menu",
2177
+ "name": "Menu",
2178
+ "members": [
2179
+ {
2180
+ "kind": "field",
2181
+ "name": "_popup",
2182
+ "type": {
2183
+ "text": "Popup | undefined"
2184
+ }
2185
+ },
2186
+ {
2187
+ "kind": "field",
2188
+ "name": "open",
2189
+ "type": {
2190
+ "text": "boolean"
2191
+ },
2192
+ "default": "false",
2193
+ "description": "indicates whether the menu is open",
2194
+ "privacy": "public"
2195
+ },
2196
+ {
2197
+ "kind": "field",
2198
+ "name": "placement",
2199
+ "type": {
2200
+ "text": "Placement | undefined"
2201
+ },
2202
+ "description": "the placement of the menu",
2203
+ "privacy": "public"
2204
+ },
2205
+ {
2206
+ "kind": "field",
2207
+ "name": "anchor",
2208
+ "type": {
2209
+ "text": "string | undefined"
2210
+ },
2211
+ "description": "ID reference to element in the menu's owner document.",
2212
+ "privacy": "public"
2213
+ },
2214
+ {
2215
+ "kind": "field",
2216
+ "name": "popupOpenChanged"
2217
+ }
2218
+ ],
2219
+ "attributes": [
2220
+ {
2221
+ "type": {
2222
+ "text": "boolean"
2223
+ },
2224
+ "default": "false",
2225
+ "description": "indicates whether the menu is open",
2226
+ "fieldName": "open"
2227
+ },
2228
+ {
2229
+ "name": "placement",
2230
+ "type": {
2231
+ "text": "Placement | undefined"
2232
+ },
2233
+ "description": "the placement of the menu",
2234
+ "fieldName": "placement"
2235
+ },
2236
+ {
2237
+ "name": "anchor",
2238
+ "type": {
2239
+ "text": "string | undefined"
2240
+ },
2241
+ "description": "ID reference to element in the menu's owner document.",
2242
+ "fieldName": "anchor"
2243
+ }
2244
+ ],
2245
+ "superclass": {
2246
+ "name": "FastMenu",
2247
+ "package": "@microsoft/fast-foundation"
2248
+ }
2249
+ }
2250
+ ],
2251
+ "exports": [
2252
+ {
2253
+ "kind": "js",
2254
+ "name": "Menu",
2255
+ "declaration": {
2256
+ "name": "Menu",
2257
+ "module": "libs/components/src/lib/menu/menu.ts"
2258
+ }
2259
+ }
2260
+ ]
2261
+ },
2262
+ {
2263
+ "kind": "javascript-module",
2264
+ "path": "libs/components/src/lib/menu-item/menu-item.ts",
2265
+ "declarations": [
2266
+ {
2267
+ "kind": "class",
2268
+ "description": "Base class for menu-item",
2269
+ "name": "MenuItem",
2270
+ "members": [
2271
+ {
2272
+ "kind": "field",
2273
+ "name": "text",
2274
+ "type": {
2275
+ "text": "string | undefined"
2276
+ },
2277
+ "description": "Indicates the menu item's text.",
2278
+ "privacy": "public"
2279
+ }
2280
+ ],
2281
+ "attributes": [
2282
+ {
2283
+ "name": "text",
2284
+ "type": {
2285
+ "text": "string | undefined"
2286
+ },
2287
+ "description": "Indicates the menu item's text.",
2288
+ "fieldName": "text"
2289
+ }
2290
+ ],
2291
+ "superclass": {
2292
+ "name": "FastMenuItem",
2293
+ "package": "@microsoft/fast-foundation"
2294
+ }
2295
+ }
2296
+ ],
2297
+ "exports": [
2298
+ {
2299
+ "kind": "js",
2300
+ "name": "MenuItem",
2301
+ "declaration": {
2302
+ "name": "MenuItem",
2303
+ "module": "libs/components/src/lib/menu-item/menu-item.ts"
2304
+ }
2305
+ }
2306
+ ]
2307
+ },
2308
+ {
2309
+ "kind": "javascript-module",
2310
+ "path": "libs/components/src/lib/nav/nav.ts",
2311
+ "declarations": [
2312
+ {
2313
+ "kind": "class",
2314
+ "description": "A Nav Item Custom HTML Element.\nBased largely on the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element .",
2315
+ "name": "Nav",
2316
+ "superclass": {
2317
+ "name": "FoundationElement",
2318
+ "package": "@microsoft/fast-foundation"
2319
+ }
2320
+ }
2321
+ ],
2322
+ "exports": [
2323
+ {
2324
+ "kind": "js",
2325
+ "name": "Nav",
2326
+ "declaration": {
2327
+ "name": "Nav",
2328
+ "module": "libs/components/src/lib/nav/nav.ts"
2329
+ }
2330
+ }
2331
+ ]
2332
+ },
2333
+ {
2334
+ "kind": "javascript-module",
2335
+ "path": "libs/components/src/lib/nav-disclosure/nav-disclosure.ts",
2336
+ "declarations": [
2337
+ {
2338
+ "kind": "class",
2339
+ "description": "A Nav Item Custom HTML Element.\nBased largely on the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element .",
2340
+ "name": "NavDisclosure",
2341
+ "members": [
2342
+ {
2343
+ "kind": "field",
2344
+ "name": "details",
2345
+ "type": {
2346
+ "text": "HTMLDetailsElement"
2347
+ }
2348
+ },
2349
+ {
2350
+ "kind": "field",
2351
+ "name": "label",
2352
+ "type": {
2353
+ "text": "string | undefined"
2354
+ },
2355
+ "privacy": "public",
2356
+ "description": ""
2357
+ },
2358
+ {
2359
+ "kind": "field",
2360
+ "name": "open",
2361
+ "type": {
2362
+ "text": "boolean"
2363
+ },
2364
+ "default": "false",
2365
+ "description": "Indicates whether the nav-disclosure is open",
2366
+ "privacy": "public"
2367
+ },
2368
+ {
2369
+ "kind": "field",
2370
+ "name": "#onToggle",
2371
+ "privacy": "private"
2372
+ }
2373
+ ],
2374
+ "attributes": [
2375
+ {
2376
+ "name": "label",
2377
+ "type": {
2378
+ "text": "string | undefined"
2379
+ },
2380
+ "fieldName": "label"
2381
+ },
2382
+ {
2383
+ "type": {
2384
+ "text": "boolean"
2385
+ },
2386
+ "default": "false",
2387
+ "description": "Indicates whether the nav-disclosure is open",
2388
+ "fieldName": "open"
2389
+ }
2390
+ ],
2391
+ "superclass": {
2392
+ "name": "FoundationElement",
2393
+ "package": "@microsoft/fast-foundation"
2394
+ }
2395
+ }
2396
+ ],
2397
+ "exports": [
2398
+ {
2399
+ "kind": "js",
2400
+ "name": "NavDisclosure",
2401
+ "declaration": {
2402
+ "name": "NavDisclosure",
2403
+ "module": "libs/components/src/lib/nav-disclosure/nav-disclosure.ts"
2404
+ }
2405
+ }
2406
+ ]
2407
+ },
2408
+ {
2409
+ "kind": "javascript-module",
2410
+ "path": "libs/components/src/lib/nav-item/nav-item.ts",
2411
+ "declarations": [
2412
+ {
2413
+ "kind": "class",
2414
+ "description": "A Nav Item Custom HTML Element.\nBased largely on the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element .",
2415
+ "name": "NavItem",
2416
+ "superclass": {
2417
+ "name": "TextAnchor",
2418
+ "module": "/libs/components/src/lib/text-anchor/text-anchor"
2419
+ },
2420
+ "attributes": [
2421
+ {
2422
+ "name": "text",
2423
+ "type": {
2424
+ "text": "string | undefined"
2425
+ },
2426
+ "description": "Indicates the text anchor's text.",
2427
+ "fieldName": "text",
2428
+ "inheritedFrom": {
2429
+ "name": "TextAnchor",
2430
+ "module": "libs/components/src/lib/text-anchor/text-anchor.ts"
2431
+ }
2432
+ }
2433
+ ],
2434
+ "members": [
2435
+ {
2436
+ "kind": "field",
2437
+ "name": "text",
2438
+ "type": {
2439
+ "text": "string | undefined"
2440
+ },
2441
+ "description": "Indicates the text anchor's text.",
2442
+ "privacy": "public",
2443
+ "inheritedFrom": {
2444
+ "name": "TextAnchor",
2445
+ "module": "libs/components/src/lib/text-anchor/text-anchor.ts"
2446
+ }
2447
+ }
2448
+ ]
2449
+ }
2450
+ ],
2451
+ "exports": [
2452
+ {
2453
+ "kind": "js",
2454
+ "name": "NavItem",
2455
+ "declaration": {
2456
+ "name": "NavItem",
2457
+ "module": "libs/components/src/lib/nav-item/nav-item.ts"
2458
+ }
2459
+ }
2460
+ ]
2461
+ },
2462
+ {
2463
+ "kind": "javascript-module",
2464
+ "path": "libs/components/src/lib/note/note.ts",
2465
+ "declarations": [
2466
+ {
2467
+ "kind": "class",
2468
+ "description": "Base class for note",
2469
+ "name": "Note",
2470
+ "members": [
2471
+ {
2472
+ "kind": "field",
2473
+ "name": "headline",
2474
+ "type": {
2475
+ "text": "string | undefined"
2476
+ },
2477
+ "description": "Indicates the note's headline text",
2478
+ "privacy": "public"
2479
+ },
2480
+ {
2481
+ "kind": "field",
2482
+ "name": "connotation",
2483
+ "type": {
2484
+ "text": "NoteConnotation | undefined"
2485
+ }
2486
+ }
2487
+ ],
2488
+ "attributes": [
2489
+ {
2490
+ "name": "headline",
2491
+ "type": {
2492
+ "text": "string | undefined"
2493
+ },
2494
+ "description": "Indicates the note's headline text",
2495
+ "fieldName": "headline"
2496
+ },
2497
+ {
2498
+ "name": "connotation",
2499
+ "type": {
2500
+ "text": "NoteConnotation | undefined"
2501
+ },
2502
+ "fieldName": "connotation"
2503
+ }
2504
+ ],
2505
+ "superclass": {
2506
+ "name": "FoundationElement",
2507
+ "package": "@microsoft/fast-foundation"
2508
+ }
2509
+ }
2510
+ ],
2511
+ "exports": [
2512
+ {
2513
+ "kind": "js",
2514
+ "name": "Note",
2515
+ "declaration": {
2516
+ "name": "Note",
2517
+ "module": "libs/components/src/lib/note/note.ts"
2518
+ }
2519
+ }
2520
+ ]
2521
+ },
2522
+ {
2523
+ "kind": "javascript-module",
2524
+ "path": "libs/components/src/lib/number-field/number-field.ts",
2525
+ "declarations": [
2526
+ {
2527
+ "kind": "class",
2528
+ "description": "Base class for number-field",
2529
+ "name": "NumberField",
2530
+ "members": [
2531
+ {
2532
+ "kind": "field",
2533
+ "name": "appearance",
2534
+ "type": {
2535
+ "text": "NumberFieldAppearance | undefined"
2536
+ }
2537
+ },
2538
+ {
2539
+ "kind": "field",
2540
+ "name": "shape",
2541
+ "type": {
2542
+ "text": "NumberFieldShape | undefined"
2543
+ }
2544
+ },
2545
+ {
2546
+ "kind": "field",
2547
+ "name": "autoComplete",
2548
+ "type": {
2549
+ "text": "string | undefined"
2550
+ }
2551
+ }
2552
+ ],
2553
+ "attributes": [
2554
+ {
2555
+ "name": "appearance",
2556
+ "type": {
2557
+ "text": "NumberFieldAppearance | undefined"
2558
+ },
2559
+ "fieldName": "appearance"
2560
+ },
2561
+ {
2562
+ "name": "shape",
2563
+ "type": {
2564
+ "text": "NumberFieldShape | undefined"
2565
+ },
2566
+ "fieldName": "shape"
2567
+ },
2568
+ {
2569
+ "name": "autoComplete",
2570
+ "type": {
2571
+ "text": "string | undefined"
2572
+ },
2573
+ "fieldName": "autoComplete"
2574
+ }
2575
+ ],
2576
+ "superclass": {
2577
+ "name": "FastNumberField",
2578
+ "package": "@microsoft/fast-foundation"
2579
+ }
2580
+ }
2581
+ ],
2582
+ "exports": [
2583
+ {
2584
+ "kind": "js",
2585
+ "name": "NumberField",
2586
+ "declaration": {
2587
+ "name": "NumberField",
2588
+ "module": "libs/components/src/lib/number-field/number-field.ts"
2589
+ }
2590
+ }
2591
+ ]
2592
+ },
2593
+ {
2594
+ "kind": "javascript-module",
2595
+ "path": "libs/components/src/lib/option/option.ts",
2596
+ "declarations": [
2597
+ {
2598
+ "kind": "class",
2599
+ "description": "Base class for option",
2600
+ "name": "ListboxOption",
2601
+ "members": [
2602
+ {
2603
+ "kind": "field",
2604
+ "name": "_text",
2605
+ "type": {
2606
+ "text": "string | undefined"
2607
+ },
2608
+ "privacy": "public",
2609
+ "description": ""
2610
+ },
2611
+ {
2612
+ "kind": "field",
2613
+ "name": "text"
2614
+ }
2615
+ ],
2616
+ "attributes": [
2617
+ {
2618
+ "name": "text",
2619
+ "type": {
2620
+ "text": "string | undefined"
2621
+ },
2622
+ "fieldName": "_text"
2623
+ }
2624
+ ],
2625
+ "superclass": {
2626
+ "name": "FoundationListboxOption",
2627
+ "package": "@microsoft/fast-foundation"
2628
+ }
2629
+ }
2630
+ ],
2631
+ "exports": [
2632
+ {
2633
+ "kind": "js",
2634
+ "name": "ListboxOption",
2635
+ "declaration": {
2636
+ "name": "ListboxOption",
2637
+ "module": "libs/components/src/lib/option/option.ts"
2638
+ }
2639
+ }
2640
+ ]
2641
+ },
2642
+ {
2643
+ "kind": "javascript-module",
2644
+ "path": "libs/components/src/lib/popup/popup.ts",
2645
+ "declarations": [
2646
+ {
2647
+ "kind": "class",
2648
+ "description": "Base class for popup",
2649
+ "name": "Popup",
2650
+ "members": [
2651
+ {
2652
+ "kind": "field",
2653
+ "name": "#arrowPosition",
2654
+ "privacy": "private",
2655
+ "type": {
2656
+ "text": "any"
2657
+ },
2658
+ "readonly": true
2659
+ },
2660
+ {
2661
+ "kind": "field",
2662
+ "name": "#padding",
2663
+ "privacy": "private",
2664
+ "type": {
2665
+ "text": "number"
2666
+ },
2667
+ "readonly": true
2668
+ },
2669
+ {
2670
+ "kind": "field",
2671
+ "name": "#distance",
2672
+ "privacy": "private",
2673
+ "type": {
2674
+ "text": "number"
2675
+ },
2676
+ "readonly": true
2677
+ },
2678
+ {
2679
+ "kind": "field",
2680
+ "name": "#strategy",
2681
+ "privacy": "private",
2682
+ "type": {
2683
+ "text": "Strategy"
2684
+ },
2685
+ "readonly": true
2686
+ },
2687
+ {
2688
+ "kind": "field",
2689
+ "name": "#middleware",
2690
+ "privacy": "private",
2691
+ "type": {
2692
+ "text": "Array<any>"
2693
+ },
2694
+ "readonly": true
2695
+ },
2696
+ {
2697
+ "kind": "field",
2698
+ "name": "#cleanup",
2699
+ "privacy": "private",
2700
+ "type": {
2701
+ "text": "() => void | undefined"
2702
+ }
2703
+ },
2704
+ {
2705
+ "kind": "field",
2706
+ "name": "anchorEl",
2707
+ "type": {
2708
+ "text": "Element | null | undefined"
2709
+ },
2710
+ "privacy": "protected"
2711
+ },
2712
+ {
2713
+ "kind": "field",
2714
+ "name": "popupEl",
2715
+ "type": {
2716
+ "text": "HTMLElement"
2717
+ }
2718
+ },
2719
+ {
2720
+ "kind": "field",
2721
+ "name": "arrowEl",
2722
+ "type": {
2723
+ "text": "HTMLElement"
2724
+ }
2725
+ },
2726
+ {
2727
+ "kind": "field",
2728
+ "name": "open",
2729
+ "type": {
2730
+ "text": "boolean"
2731
+ },
2732
+ "default": "false",
2733
+ "description": "indicates whether the popup is open",
2734
+ "privacy": "public"
2735
+ },
2736
+ {
2737
+ "kind": "method",
2738
+ "name": "openChanged",
2739
+ "return": {
2740
+ "type": {
2741
+ "text": "void"
2742
+ }
2743
+ },
2744
+ "parameters": [
2745
+ {
2746
+ "name": "_",
2747
+ "type": {
2748
+ "text": "boolean"
2749
+ }
2750
+ },
2751
+ {
2752
+ "name": "newValue",
2753
+ "type": {
2754
+ "text": "boolean"
2755
+ }
2756
+ }
2757
+ ]
2758
+ },
2759
+ {
2760
+ "kind": "field",
2761
+ "name": "dismissible",
2762
+ "type": {
2763
+ "text": "boolean"
2764
+ },
2765
+ "default": "false",
2766
+ "description": "adds close button to the popup",
2767
+ "privacy": "public"
2768
+ },
2769
+ {
2770
+ "kind": "field",
2771
+ "name": "arrow",
2772
+ "type": {
2773
+ "text": "boolean"
2774
+ },
2775
+ "default": "false",
2776
+ "description": "adds small triangle to indicate the trigger element",
2777
+ "privacy": "public"
2778
+ },
2779
+ {
2780
+ "kind": "field",
2781
+ "name": "alternate",
2782
+ "type": {
2783
+ "text": "boolean"
2784
+ },
2785
+ "default": "false",
2786
+ "description": "set the color-scheme to dark",
2787
+ "privacy": "public"
2788
+ },
2789
+ {
2790
+ "kind": "field",
2791
+ "name": "placement",
2792
+ "type": {
2793
+ "text": "Placement | undefined"
2794
+ },
2795
+ "description": "the placement of the popup",
2796
+ "privacy": "public"
2797
+ },
2798
+ {
2799
+ "kind": "field",
2800
+ "name": "anchor",
2801
+ "type": {
2802
+ "text": "string"
2803
+ },
2804
+ "description": "ID reference to element in the popup’s owner document.",
2805
+ "privacy": "public"
2806
+ },
2807
+ {
2808
+ "kind": "method",
2809
+ "name": "updatePosition",
2810
+ "description": "Updates popup's position",
2811
+ "privacy": "public",
2812
+ "async": true
2813
+ },
2814
+ {
2815
+ "kind": "method",
2816
+ "name": "#assignPopupPosition",
2817
+ "return": {
2818
+ "type": {
2819
+ "text": "void"
2820
+ }
2821
+ },
2822
+ "parameters": [
2823
+ {
2824
+ "name": "data",
2825
+ "type": {
2826
+ "text": "any"
2827
+ }
2828
+ }
2829
+ ]
2830
+ },
2831
+ {
2832
+ "kind": "method",
2833
+ "name": "#assignArrowPosition",
2834
+ "return": {
2835
+ "type": {
2836
+ "text": "void"
2837
+ }
2838
+ },
2839
+ "parameters": [
2840
+ {
2841
+ "name": "data",
2842
+ "type": {
2843
+ "text": "any"
2844
+ }
2845
+ }
2846
+ ]
2847
+ },
2848
+ {
2849
+ "kind": "method",
2850
+ "name": "#getAnchorById",
2851
+ "return": {
2852
+ "type": {
2853
+ "text": "HTMLElement | null"
2854
+ }
2855
+ },
2856
+ "description": "Gets the anchor element by id"
2857
+ },
2858
+ {
2859
+ "kind": "field",
2860
+ "name": "#handleKeydown",
2861
+ "privacy": "private"
2862
+ }
2863
+ ],
2864
+ "attributes": [
2865
+ {
2866
+ "type": {
2867
+ "text": "boolean"
2868
+ },
2869
+ "default": "false",
2870
+ "description": "indicates whether the popup is open",
2871
+ "fieldName": "open"
2872
+ },
2873
+ {
2874
+ "type": {
2875
+ "text": "boolean"
2876
+ },
2877
+ "default": "false",
2878
+ "description": "adds close button to the popup",
2879
+ "fieldName": "dismissible"
2880
+ },
2881
+ {
2882
+ "type": {
2883
+ "text": "boolean"
2884
+ },
2885
+ "default": "false",
2886
+ "description": "adds small triangle to indicate the trigger element",
2887
+ "fieldName": "arrow"
2888
+ },
2889
+ {
2890
+ "type": {
2891
+ "text": "boolean"
2892
+ },
2893
+ "default": "false",
2894
+ "description": "set the color-scheme to dark",
2895
+ "fieldName": "alternate"
2896
+ },
2897
+ {
2898
+ "type": {
2899
+ "text": "Placement | undefined"
2900
+ },
2901
+ "description": "the placement of the popup",
2902
+ "fieldName": "placement"
2903
+ },
2904
+ {
2905
+ "name": "anchor",
2906
+ "type": {
2907
+ "text": "string"
2908
+ },
2909
+ "description": "ID reference to element in the popup’s owner document.",
2910
+ "fieldName": "anchor"
2911
+ }
2912
+ ],
2913
+ "superclass": {
2914
+ "name": "FoundationElement",
2915
+ "package": "@microsoft/fast-foundation"
2916
+ }
2917
+ }
2918
+ ],
2919
+ "exports": [
2920
+ {
2921
+ "kind": "js",
2922
+ "name": "Popup",
2923
+ "declaration": {
2924
+ "name": "Popup",
2925
+ "module": "libs/components/src/lib/popup/popup.ts"
2926
+ }
2927
+ }
2928
+ ]
2929
+ },
2930
+ {
2931
+ "kind": "javascript-module",
2932
+ "path": "libs/components/src/lib/progress/progress.ts",
2933
+ "declarations": [
2934
+ {
2935
+ "kind": "class",
2936
+ "description": "Base class for progress",
2937
+ "name": "Progress",
2938
+ "members": [
2939
+ {
2940
+ "kind": "field",
2941
+ "name": "shape",
2942
+ "type": {
2943
+ "text": "ProgressShape | undefined"
2944
+ }
2945
+ },
2946
+ {
2947
+ "kind": "field",
2948
+ "name": "connotation",
2949
+ "type": {
2950
+ "text": "ProgressConnotation | undefined"
2951
+ }
2952
+ },
2953
+ {
2954
+ "kind": "field",
2955
+ "name": "reverse",
2956
+ "type": {
2957
+ "text": "boolean"
2958
+ },
2959
+ "default": "false"
2960
+ }
2961
+ ],
2962
+ "attributes": [
2963
+ {
2964
+ "name": "shape",
2965
+ "type": {
2966
+ "text": "ProgressShape | undefined"
2967
+ },
2968
+ "fieldName": "shape"
2969
+ },
2970
+ {
2971
+ "name": "connotation",
2972
+ "type": {
2973
+ "text": "ProgressConnotation | undefined"
2974
+ },
2975
+ "fieldName": "connotation"
2976
+ },
2977
+ {
2978
+ "type": {
2979
+ "text": "boolean"
2980
+ },
2981
+ "default": "false",
2982
+ "fieldName": "reverse"
2983
+ }
2984
+ ],
2985
+ "superclass": {
2986
+ "name": "BaseProgress",
2987
+ "package": "@microsoft/fast-foundation"
2988
+ }
2989
+ }
2990
+ ],
2991
+ "exports": [
2992
+ {
2993
+ "kind": "js",
2994
+ "name": "Progress",
2995
+ "declaration": {
2996
+ "name": "Progress",
2997
+ "module": "libs/components/src/lib/progress/progress.ts"
2998
+ }
2999
+ }
3000
+ ]
3001
+ },
3002
+ {
3003
+ "kind": "javascript-module",
3004
+ "path": "libs/components/src/lib/progress-ring/progress-ring.ts",
3005
+ "declarations": [
3006
+ {
3007
+ "kind": "class",
3008
+ "description": "Base class for progress-ring",
3009
+ "name": "ProgressRing",
3010
+ "members": [
3011
+ {
3012
+ "kind": "field",
3013
+ "name": "connotation",
3014
+ "type": {
3015
+ "text": "ProgressRingConnotation | undefined"
3016
+ }
3017
+ },
3018
+ {
3019
+ "kind": "field",
3020
+ "name": "size",
3021
+ "type": {
3022
+ "text": "-5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined"
3023
+ }
3024
+ }
3025
+ ],
3026
+ "attributes": [
3027
+ {
3028
+ "name": "connotation",
3029
+ "type": {
3030
+ "text": "ProgressRingConnotation | undefined"
3031
+ },
3032
+ "fieldName": "connotation"
3033
+ },
3034
+ {
3035
+ "name": "size",
3036
+ "type": {
3037
+ "text": "-5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined"
3038
+ },
3039
+ "fieldName": "size"
3040
+ }
3041
+ ],
3042
+ "superclass": {
3043
+ "name": "BaseProgress",
3044
+ "package": "@microsoft/fast-foundation"
3045
+ }
3046
+ }
3047
+ ],
3048
+ "exports": [
3049
+ {
3050
+ "kind": "js",
3051
+ "name": "ProgressRing",
3052
+ "declaration": {
3053
+ "name": "ProgressRing",
3054
+ "module": "libs/components/src/lib/progress-ring/progress-ring.ts"
3055
+ }
3056
+ }
3057
+ ]
3058
+ },
3059
+ {
3060
+ "kind": "javascript-module",
3061
+ "path": "libs/components/src/lib/radio/radio.ts",
3062
+ "declarations": [
3063
+ {
3064
+ "kind": "class",
3065
+ "description": "Base class for radio",
3066
+ "name": "Radio",
3067
+ "members": [
3068
+ {
3069
+ "kind": "field",
3070
+ "name": "label",
3071
+ "type": {
3072
+ "text": "string | undefined"
3073
+ },
3074
+ "description": "Indicates the radio's label.",
3075
+ "privacy": "public"
3076
+ }
3077
+ ],
3078
+ "attributes": [
3079
+ {
3080
+ "name": "label",
3081
+ "type": {
3082
+ "text": "string | undefined"
3083
+ },
3084
+ "description": "Indicates the radio's label.",
3085
+ "fieldName": "label"
3086
+ }
3087
+ ],
3088
+ "superclass": {
3089
+ "name": "FastRadio",
3090
+ "package": "@microsoft/fast-foundation"
3091
+ }
3092
+ }
3093
+ ],
3094
+ "exports": [
3095
+ {
3096
+ "kind": "js",
3097
+ "name": "Radio",
3098
+ "declaration": {
3099
+ "name": "Radio",
3100
+ "module": "libs/components/src/lib/radio/radio.ts"
3101
+ }
3102
+ }
3103
+ ]
3104
+ },
3105
+ {
3106
+ "kind": "javascript-module",
3107
+ "path": "libs/components/src/lib/radio-group/radio-group.ts",
3108
+ "declarations": [
3109
+ {
3110
+ "kind": "class",
3111
+ "description": "Base class for radio-group",
3112
+ "name": "RadioGroup",
3113
+ "members": [
3114
+ {
3115
+ "kind": "field",
3116
+ "name": "label",
3117
+ "type": {
3118
+ "text": "string | undefined"
3119
+ },
3120
+ "description": "Indicates the group's label.",
3121
+ "privacy": "public"
3122
+ }
3123
+ ],
3124
+ "attributes": [
3125
+ {
3126
+ "name": "label",
3127
+ "type": {
3128
+ "text": "string | undefined"
3129
+ },
3130
+ "description": "Indicates the group's label.",
3131
+ "fieldName": "label"
3132
+ }
3133
+ ],
3134
+ "superclass": {
3135
+ "name": "FastRadioGroup",
3136
+ "package": "@microsoft/fast-foundation"
3137
+ }
3138
+ }
3139
+ ],
3140
+ "exports": [
3141
+ {
3142
+ "kind": "js",
3143
+ "name": "RadioGroup",
3144
+ "declaration": {
3145
+ "name": "RadioGroup",
3146
+ "module": "libs/components/src/lib/radio-group/radio-group.ts"
3147
+ }
3148
+ }
3149
+ ]
3150
+ },
3151
+ {
3152
+ "kind": "javascript-module",
3153
+ "path": "libs/components/src/lib/side-drawer/side-drawer.ts",
3154
+ "declarations": [
3155
+ {
3156
+ "kind": "class",
3157
+ "description": "Base class for side-drawer",
3158
+ "name": "SideDrawer",
3159
+ "members": [
3160
+ {
3161
+ "kind": "field",
3162
+ "name": "alternate",
3163
+ "type": {
3164
+ "text": "boolean"
3165
+ },
3166
+ "default": "false",
3167
+ "description": "applies scheme alternate region",
3168
+ "privacy": "public"
3169
+ },
3170
+ {
3171
+ "kind": "field",
3172
+ "name": "modal",
3173
+ "type": {
3174
+ "text": "boolean"
3175
+ },
3176
+ "default": "false",
3177
+ "description": "sets the side drawer's type to modal",
3178
+ "privacy": "public"
3179
+ },
3180
+ {
3181
+ "kind": "field",
3182
+ "name": "open",
3183
+ "type": {
3184
+ "text": "boolean"
3185
+ },
3186
+ "default": "false",
3187
+ "description": "indicates whether the side drawer is open",
3188
+ "privacy": "public"
3189
+ },
3190
+ {
3191
+ "kind": "field",
3192
+ "name": "trailing",
3193
+ "type": {
3194
+ "text": "boolean"
3195
+ },
3196
+ "default": "false",
3197
+ "description": "sets the side of the side drawer",
3198
+ "privacy": "public"
3199
+ },
3200
+ {
3201
+ "kind": "method",
3202
+ "name": "#close",
3203
+ "return": {
3204
+ "type": {
3205
+ "text": "void"
3206
+ }
3207
+ }
3208
+ },
3209
+ {
3210
+ "kind": "method",
3211
+ "name": "#open",
3212
+ "return": {
3213
+ "type": {
3214
+ "text": "void"
3215
+ }
3216
+ }
3217
+ }
3218
+ ],
3219
+ "attributes": [
3220
+ {
3221
+ "type": {
3222
+ "text": "boolean"
3223
+ },
3224
+ "default": "false",
3225
+ "description": "applies scheme alternate region",
3226
+ "fieldName": "alternate"
3227
+ },
3228
+ {
3229
+ "type": {
3230
+ "text": "boolean"
3231
+ },
3232
+ "default": "false",
3233
+ "description": "sets the side drawer's type to modal",
3234
+ "fieldName": "modal"
3235
+ },
3236
+ {
3237
+ "type": {
3238
+ "text": "boolean"
3239
+ },
3240
+ "default": "false",
3241
+ "description": "indicates whether the side drawer is open",
3242
+ "fieldName": "open"
3243
+ },
3244
+ {
3245
+ "type": {
3246
+ "text": "boolean"
3247
+ },
3248
+ "default": "false",
3249
+ "description": "sets the side of the side drawer",
3250
+ "fieldName": "trailing"
3251
+ }
3252
+ ],
3253
+ "superclass": {
3254
+ "name": "FoundationElement",
3255
+ "package": "@microsoft/fast-foundation"
3256
+ }
3257
+ }
3258
+ ],
3259
+ "exports": [
3260
+ {
3261
+ "kind": "js",
3262
+ "name": "SideDrawer",
3263
+ "declaration": {
3264
+ "name": "SideDrawer",
3265
+ "module": "libs/components/src/lib/side-drawer/side-drawer.ts"
3266
+ }
3267
+ }
3268
+ ]
3269
+ },
3270
+ {
3271
+ "kind": "javascript-module",
3272
+ "path": "libs/components/src/lib/slider/slider.ts",
3273
+ "declarations": [
3274
+ {
3275
+ "kind": "class",
3276
+ "description": "Base class for slider",
3277
+ "name": "Slider",
3278
+ "members": [
3279
+ {
3280
+ "kind": "field",
3281
+ "name": "markers",
3282
+ "type": {
3283
+ "text": "boolean"
3284
+ },
3285
+ "default": "false",
3286
+ "description": "Display markers on/off",
3287
+ "privacy": "public"
3288
+ }
3289
+ ],
3290
+ "attributes": [
3291
+ {
3292
+ "type": {
3293
+ "text": "boolean"
3294
+ },
3295
+ "default": "false",
3296
+ "description": "Display markers on/off",
3297
+ "fieldName": "markers"
3298
+ }
3299
+ ],
3300
+ "superclass": {
3301
+ "name": "FastSlider",
3302
+ "package": "@microsoft/fast-foundation"
3303
+ }
3304
+ }
3305
+ ],
3306
+ "exports": [
3307
+ {
3308
+ "kind": "js",
3309
+ "name": "Slider",
3310
+ "declaration": {
3311
+ "name": "Slider",
3312
+ "module": "libs/components/src/lib/slider/slider.ts"
3313
+ }
3314
+ }
3315
+ ]
3316
+ },
3317
+ {
3318
+ "kind": "javascript-module",
3319
+ "path": "libs/components/src/lib/switch/switch.ts",
3320
+ "declarations": [
3321
+ {
3322
+ "kind": "class",
3323
+ "description": "Base class for switch",
3324
+ "name": "Switch",
3325
+ "members": [
3326
+ {
3327
+ "kind": "field",
3328
+ "name": "label",
3329
+ "type": {
3330
+ "text": "string | undefined"
3331
+ },
3332
+ "description": "Indicates the switch's label.",
3333
+ "privacy": "public"
3334
+ },
3335
+ {
3336
+ "kind": "field",
3337
+ "name": "connotation",
3338
+ "type": {
3339
+ "text": "SwitchConnotation | undefined"
3340
+ }
3341
+ }
3342
+ ],
3343
+ "attributes": [
3344
+ {
3345
+ "name": "label",
3346
+ "type": {
3347
+ "text": "string | undefined"
3348
+ },
3349
+ "description": "Indicates the switch's label.",
3350
+ "fieldName": "label"
3351
+ },
3352
+ {
3353
+ "name": "connotation",
3354
+ "type": {
3355
+ "text": "SwitchConnotation | undefined"
3356
+ },
3357
+ "fieldName": "connotation"
3358
+ }
3359
+ ],
3360
+ "superclass": {
3361
+ "name": "FoundationElement",
3362
+ "package": "@microsoft/fast-foundation"
3363
+ }
3364
+ }
3365
+ ],
3366
+ "exports": [
3367
+ {
3368
+ "kind": "js",
3369
+ "name": "Switch",
3370
+ "declaration": {
3371
+ "name": "Switch",
3372
+ "module": "libs/components/src/lib/switch/switch.ts"
3373
+ }
3374
+ }
3375
+ ]
3376
+ },
3377
+ {
3378
+ "kind": "javascript-module",
3379
+ "path": "libs/components/src/lib/text-anchor/text-anchor.ts",
3380
+ "declarations": [
3381
+ {
3382
+ "kind": "class",
3383
+ "description": "Base class for text-anchor",
3384
+ "name": "TextAnchor",
3385
+ "members": [
3386
+ {
3387
+ "kind": "field",
3388
+ "name": "text",
3389
+ "type": {
3390
+ "text": "string | undefined"
3391
+ },
3392
+ "description": "Indicates the text anchor's text.",
3393
+ "privacy": "public"
3394
+ }
3395
+ ],
3396
+ "attributes": [
3397
+ {
3398
+ "name": "text",
3399
+ "type": {
3400
+ "text": "string | undefined"
3401
+ },
3402
+ "description": "Indicates the text anchor's text.",
3403
+ "fieldName": "text"
3404
+ }
3405
+ ],
3406
+ "superclass": {
3407
+ "name": "Anchor",
3408
+ "package": "@microsoft/fast-foundation"
3409
+ }
3410
+ }
3411
+ ],
3412
+ "exports": [
3413
+ {
3414
+ "kind": "js",
3415
+ "name": "TextAnchor",
3416
+ "declaration": {
3417
+ "name": "TextAnchor",
3418
+ "module": "libs/components/src/lib/text-anchor/text-anchor.ts"
3419
+ }
3420
+ }
3421
+ ]
3422
+ },
3423
+ {
3424
+ "kind": "javascript-module",
3425
+ "path": "libs/components/src/lib/text-area/text-area.ts",
3426
+ "declarations": [
3427
+ {
3428
+ "kind": "class",
3429
+ "description": "Base class for text-area",
3430
+ "name": "TextArea",
3431
+ "members": [
3432
+ {
3433
+ "kind": "field",
3434
+ "name": "wrap",
3435
+ "type": {
3436
+ "text": "TextAreaWrap | undefined"
3437
+ }
3438
+ }
3439
+ ],
3440
+ "attributes": [
3441
+ {
3442
+ "name": "wrap",
3443
+ "type": {
3444
+ "text": "TextAreaWrap | undefined"
3445
+ },
3446
+ "fieldName": "wrap"
3447
+ }
3448
+ ],
3449
+ "superclass": {
3450
+ "name": "FoundationElement",
3451
+ "package": "@microsoft/fast-foundation"
3452
+ }
3453
+ }
3454
+ ],
3455
+ "exports": [
3456
+ {
3457
+ "kind": "js",
3458
+ "name": "TextArea",
3459
+ "declaration": {
3460
+ "name": "TextArea",
3461
+ "module": "libs/components/src/lib/text-area/text-area.ts"
3462
+ }
3463
+ }
3464
+ ]
3465
+ },
3466
+ {
3467
+ "kind": "javascript-module",
3468
+ "path": "libs/components/src/lib/text-field/text-field.ts",
3469
+ "declarations": [
3470
+ {
3471
+ "kind": "class",
3472
+ "description": "Base class for text-field",
3473
+ "name": "TextField",
3474
+ "members": [
3475
+ {
3476
+ "kind": "field",
3477
+ "name": "appearance",
3478
+ "type": {
3479
+ "text": "TextFieldAppearance | undefined"
3480
+ }
3481
+ },
3482
+ {
3483
+ "kind": "field",
3484
+ "name": "shape",
3485
+ "type": {
3486
+ "text": "TextFieldShape | undefined"
3487
+ }
3488
+ },
3489
+ {
3490
+ "kind": "field",
3491
+ "name": "autoComplete",
3492
+ "type": {
3493
+ "text": "string | undefined"
3494
+ }
3495
+ }
3496
+ ],
3497
+ "attributes": [
3498
+ {
3499
+ "name": "appearance",
3500
+ "type": {
3501
+ "text": "TextFieldAppearance | undefined"
3502
+ },
3503
+ "fieldName": "appearance"
3504
+ },
3505
+ {
3506
+ "name": "shape",
3507
+ "type": {
3508
+ "text": "TextFieldShape | undefined"
3509
+ },
3510
+ "fieldName": "shape"
3511
+ },
3512
+ {
3513
+ "name": "autoComplete",
3514
+ "type": {
3515
+ "text": "string | undefined"
3516
+ },
3517
+ "fieldName": "autoComplete"
3518
+ }
3519
+ ],
3520
+ "superclass": {
3521
+ "name": "FoundationTextfield",
3522
+ "package": "@microsoft/fast-foundation"
3523
+ }
3524
+ }
3525
+ ],
3526
+ "exports": [
3527
+ {
3528
+ "kind": "js",
3529
+ "name": "TextField",
3530
+ "declaration": {
3531
+ "name": "TextField",
3532
+ "module": "libs/components/src/lib/text-field/text-field.ts"
3533
+ }
3534
+ }
3535
+ ]
3536
+ },
3537
+ {
3538
+ "kind": "javascript-module",
3539
+ "path": "libs/components/src/lib/tooltip/tooltip.ts",
3540
+ "declarations": [
3541
+ {
3542
+ "kind": "class",
3543
+ "description": "Base class for tooltip",
3544
+ "name": "Tooltip",
3545
+ "members": [
3546
+ {
3547
+ "kind": "field",
3548
+ "name": "text",
3549
+ "type": {
3550
+ "text": "string | undefined"
3551
+ },
3552
+ "description": "the text of the tooltip\naccepts string",
3553
+ "privacy": "public"
3554
+ },
3555
+ {
3556
+ "kind": "method",
3557
+ "name": "#anchorUpdated",
3558
+ "return": {
3559
+ "type": {
3560
+ "text": "void"
3561
+ }
3562
+ }
3563
+ },
3564
+ {
3565
+ "kind": "method",
3566
+ "name": "#addEventListener",
3567
+ "return": {
3568
+ "type": {
3569
+ "text": "void"
3570
+ }
3571
+ }
3572
+ },
3573
+ {
3574
+ "kind": "method",
3575
+ "name": "#removeEventListener",
3576
+ "return": {
3577
+ "type": {
3578
+ "text": "void"
3579
+ }
3580
+ }
3581
+ },
3582
+ {
3583
+ "kind": "field",
3584
+ "name": "#show",
3585
+ "privacy": "private"
3586
+ },
3587
+ {
3588
+ "kind": "field",
3589
+ "name": "#hide",
3590
+ "privacy": "private"
3591
+ },
3592
+ {
3593
+ "kind": "field",
3594
+ "name": "#arrowPosition",
3595
+ "privacy": "private",
3596
+ "type": {
3597
+ "text": "any"
3598
+ },
3599
+ "readonly": true,
3600
+ "inheritedFrom": {
3601
+ "name": "Popup",
3602
+ "module": "libs/components/src/lib/popup/popup.ts"
3603
+ }
3604
+ },
3605
+ {
3606
+ "kind": "field",
3607
+ "name": "#padding",
3608
+ "privacy": "private",
3609
+ "type": {
3610
+ "text": "number"
3611
+ },
3612
+ "readonly": true,
3613
+ "inheritedFrom": {
3614
+ "name": "Popup",
3615
+ "module": "libs/components/src/lib/popup/popup.ts"
3616
+ }
3617
+ },
3618
+ {
3619
+ "kind": "field",
3620
+ "name": "#distance",
3621
+ "privacy": "private",
3622
+ "type": {
3623
+ "text": "number"
3624
+ },
3625
+ "readonly": true,
3626
+ "inheritedFrom": {
3627
+ "name": "Popup",
3628
+ "module": "libs/components/src/lib/popup/popup.ts"
3629
+ }
3630
+ },
3631
+ {
3632
+ "kind": "field",
3633
+ "name": "#strategy",
3634
+ "privacy": "private",
3635
+ "type": {
3636
+ "text": "Strategy"
3637
+ },
3638
+ "readonly": true,
3639
+ "inheritedFrom": {
3640
+ "name": "Popup",
3641
+ "module": "libs/components/src/lib/popup/popup.ts"
3642
+ }
3643
+ },
3644
+ {
3645
+ "kind": "field",
3646
+ "name": "#middleware",
3647
+ "privacy": "private",
3648
+ "type": {
3649
+ "text": "Array<any>"
3650
+ },
3651
+ "readonly": true,
3652
+ "inheritedFrom": {
3653
+ "name": "Popup",
3654
+ "module": "libs/components/src/lib/popup/popup.ts"
3655
+ }
3656
+ },
3657
+ {
3658
+ "kind": "field",
3659
+ "name": "#cleanup",
3660
+ "privacy": "private",
3661
+ "type": {
3662
+ "text": "() => void | undefined"
3663
+ },
3664
+ "inheritedFrom": {
3665
+ "name": "Popup",
3666
+ "module": "libs/components/src/lib/popup/popup.ts"
3667
+ }
3668
+ },
3669
+ {
3670
+ "kind": "field",
3671
+ "name": "anchorEl",
3672
+ "type": {
3673
+ "text": "Element | null | undefined"
3674
+ },
3675
+ "privacy": "protected",
3676
+ "inheritedFrom": {
3677
+ "name": "Popup",
3678
+ "module": "libs/components/src/lib/popup/popup.ts"
3679
+ }
3680
+ },
3681
+ {
3682
+ "kind": "field",
3683
+ "name": "popupEl",
3684
+ "type": {
3685
+ "text": "HTMLElement"
3686
+ },
3687
+ "inheritedFrom": {
3688
+ "name": "Popup",
3689
+ "module": "libs/components/src/lib/popup/popup.ts"
3690
+ }
3691
+ },
3692
+ {
3693
+ "kind": "field",
3694
+ "name": "arrowEl",
3695
+ "type": {
3696
+ "text": "HTMLElement"
3697
+ },
3698
+ "inheritedFrom": {
3699
+ "name": "Popup",
3700
+ "module": "libs/components/src/lib/popup/popup.ts"
3701
+ }
3702
+ },
3703
+ {
3704
+ "kind": "field",
3705
+ "name": "open",
3706
+ "type": {
3707
+ "text": "boolean"
3708
+ },
3709
+ "default": "false",
3710
+ "description": "indicates whether the popup is open",
3711
+ "privacy": "public",
3712
+ "inheritedFrom": {
3713
+ "name": "Popup",
3714
+ "module": "libs/components/src/lib/popup/popup.ts"
3715
+ }
3716
+ },
3717
+ {
3718
+ "kind": "method",
3719
+ "name": "openChanged",
3720
+ "return": {
3721
+ "type": {
3722
+ "text": "void"
3723
+ }
3724
+ },
3725
+ "parameters": [
3726
+ {
3727
+ "name": "_",
3728
+ "type": {
3729
+ "text": "boolean"
3730
+ }
3731
+ },
3732
+ {
3733
+ "name": "newValue",
3734
+ "type": {
3735
+ "text": "boolean"
3736
+ }
3737
+ }
3738
+ ],
3739
+ "inheritedFrom": {
3740
+ "name": "Popup",
3741
+ "module": "libs/components/src/lib/popup/popup.ts"
3742
+ }
3743
+ },
3744
+ {
3745
+ "kind": "field",
3746
+ "name": "dismissible",
3747
+ "type": {
3748
+ "text": "boolean"
3749
+ },
3750
+ "default": "false",
3751
+ "description": "adds close button to the popup",
3752
+ "privacy": "public",
3753
+ "inheritedFrom": {
3754
+ "name": "Popup",
3755
+ "module": "libs/components/src/lib/popup/popup.ts"
3756
+ }
3757
+ },
3758
+ {
3759
+ "kind": "field",
3760
+ "name": "arrow",
3761
+ "type": {
3762
+ "text": "boolean"
3763
+ },
3764
+ "default": "false",
3765
+ "description": "adds small triangle to indicate the trigger element",
3766
+ "privacy": "public",
3767
+ "inheritedFrom": {
3768
+ "name": "Popup",
3769
+ "module": "libs/components/src/lib/popup/popup.ts"
3770
+ }
3771
+ },
3772
+ {
3773
+ "kind": "field",
3774
+ "name": "alternate",
3775
+ "type": {
3776
+ "text": "boolean"
3777
+ },
3778
+ "default": "false",
3779
+ "description": "set the color-scheme to dark",
3780
+ "privacy": "public",
3781
+ "inheritedFrom": {
3782
+ "name": "Popup",
3783
+ "module": "libs/components/src/lib/popup/popup.ts"
3784
+ }
3785
+ },
3786
+ {
3787
+ "kind": "field",
3788
+ "name": "placement",
3789
+ "type": {
3790
+ "text": "Placement | undefined"
3791
+ },
3792
+ "description": "the placement of the popup",
3793
+ "privacy": "public",
3794
+ "inheritedFrom": {
3795
+ "name": "Popup",
3796
+ "module": "libs/components/src/lib/popup/popup.ts"
3797
+ }
3798
+ },
3799
+ {
3800
+ "kind": "field",
3801
+ "name": "anchor",
3802
+ "type": {
3803
+ "text": "string"
3804
+ },
3805
+ "description": "ID reference to element in the popup’s owner document.",
3806
+ "privacy": "public",
3807
+ "inheritedFrom": {
3808
+ "name": "Popup",
3809
+ "module": "libs/components/src/lib/popup/popup.ts"
3810
+ }
3811
+ },
3812
+ {
3813
+ "kind": "method",
3814
+ "name": "updatePosition",
3815
+ "description": "Updates popup's position",
3816
+ "privacy": "public",
3817
+ "async": true,
3818
+ "inheritedFrom": {
3819
+ "name": "Popup",
3820
+ "module": "libs/components/src/lib/popup/popup.ts"
3821
+ }
3822
+ },
3823
+ {
3824
+ "kind": "method",
3825
+ "name": "#assignPopupPosition",
3826
+ "return": {
3827
+ "type": {
3828
+ "text": "void"
3829
+ }
3830
+ },
3831
+ "parameters": [
3832
+ {
3833
+ "name": "data",
3834
+ "type": {
3835
+ "text": "any"
3836
+ }
3837
+ }
3838
+ ],
3839
+ "inheritedFrom": {
3840
+ "name": "Popup",
3841
+ "module": "libs/components/src/lib/popup/popup.ts"
3842
+ }
3843
+ },
3844
+ {
3845
+ "kind": "method",
3846
+ "name": "#assignArrowPosition",
3847
+ "return": {
3848
+ "type": {
3849
+ "text": "void"
3850
+ }
3851
+ },
3852
+ "parameters": [
3853
+ {
3854
+ "name": "data",
3855
+ "type": {
3856
+ "text": "any"
3857
+ }
3858
+ }
3859
+ ],
3860
+ "inheritedFrom": {
3861
+ "name": "Popup",
3862
+ "module": "libs/components/src/lib/popup/popup.ts"
3863
+ }
3864
+ },
3865
+ {
3866
+ "kind": "method",
3867
+ "name": "#getAnchorById",
3868
+ "return": {
3869
+ "type": {
3870
+ "text": "HTMLElement | null"
3871
+ }
3872
+ },
3873
+ "description": "Gets the anchor element by id",
3874
+ "inheritedFrom": {
3875
+ "name": "Popup",
3876
+ "module": "libs/components/src/lib/popup/popup.ts"
3877
+ }
3878
+ },
3879
+ {
3880
+ "kind": "field",
3881
+ "name": "#handleKeydown",
3882
+ "privacy": "private",
3883
+ "inheritedFrom": {
3884
+ "name": "Popup",
3885
+ "module": "libs/components/src/lib/popup/popup.ts"
3886
+ }
3887
+ }
3888
+ ],
3889
+ "attributes": [
3890
+ {
3891
+ "name": "text",
3892
+ "type": {
3893
+ "text": "string | undefined"
3894
+ },
3895
+ "description": "the text of the tooltip\naccepts string",
3896
+ "fieldName": "text"
3897
+ },
3898
+ {
3899
+ "type": {
3900
+ "text": "Placement | undefined"
3901
+ },
3902
+ "description": "indicates whether the popup is open",
3903
+ "fieldName": "open",
3904
+ "default": "false",
3905
+ "inheritedFrom": {
3906
+ "name": "Popup",
3907
+ "module": "libs/components/src/lib/popup/popup.ts"
3908
+ }
3909
+ },
3910
+ {
3911
+ "name": "anchor",
3912
+ "type": {
3913
+ "text": "string"
3914
+ },
3915
+ "description": "ID reference to element in the popup’s owner document.",
3916
+ "fieldName": "anchor",
3917
+ "inheritedFrom": {
3918
+ "name": "Popup",
3919
+ "module": "libs/components/src/lib/popup/popup.ts"
3920
+ }
3921
+ }
3922
+ ],
3923
+ "superclass": {
3924
+ "name": "Popup",
3925
+ "module": "/libs/components/src/lib/popup/popup"
3926
+ }
3927
+ }
3928
+ ],
3929
+ "exports": [
3930
+ {
3931
+ "kind": "js",
3932
+ "name": "Tooltip",
3933
+ "declaration": {
3934
+ "name": "Tooltip",
3935
+ "module": "libs/components/src/lib/tooltip/tooltip.ts"
3936
+ }
3937
+ }
3938
+ ]
3939
+ }
3940
+ ]
3941
+ }