@vonage/vivid 3.0.0-next.120 → 3.0.0-next.122
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.
- package/custom-elements.json +119 -438
- package/header/index.js +4 -56
- package/index.js +40 -39
- package/layout/index.js +1 -1
- package/lib/accordion/definition.d.ts +0 -2
- package/lib/accordion-item/definition.d.ts +0 -2
- package/lib/action-group/definition.d.ts +0 -2
- package/lib/avatar/definition.d.ts +0 -2
- package/lib/badge/definition.d.ts +1 -1
- package/lib/banner/definition.d.ts +0 -2
- package/lib/breadcrumb/definition.d.ts +0 -2
- package/lib/breadcrumb-item/definition.d.ts +0 -2
- package/lib/button/definition.d.ts +0 -2
- package/lib/calendar/definition.d.ts +0 -2
- package/lib/calendar-event/definition.d.ts +0 -2
- package/lib/card/definition.d.ts +0 -2
- package/lib/checkbox/definition.d.ts +0 -2
- package/lib/components.d.ts +1 -0
- package/lib/dialog/definition.d.ts +0 -2
- package/lib/divider/definition.d.ts +0 -2
- package/lib/elevation/definition.d.ts +0 -2
- package/lib/fab/definition.d.ts +1 -1
- package/lib/focus/definition.d.ts +1 -1
- package/lib/header/definition.d.ts +1 -1
- package/lib/icon/definition.d.ts +1 -1
- package/lib/layout/definition.d.ts +1 -1
- package/lib/listbox/definition.d.ts +1 -1
- package/lib/menu/definition.d.ts +6 -2
- package/lib/menu-item/definition.d.ts +1 -1
- package/lib/nav/definition.d.ts +1 -1
- package/lib/nav-disclosure/definition.d.ts +1 -1
- package/lib/nav-item/definition.d.ts +1 -1
- package/lib/note/definition.d.ts +1 -1
- package/lib/number-field/definition.d.ts +2 -1
- package/lib/option/definition.d.ts +1 -1
- package/lib/popup/definition.d.ts +1 -2
- package/lib/progress/definition.d.ts +1 -1
- package/lib/progress-ring/definition.d.ts +1 -1
- package/lib/radio/definition.d.ts +1 -1
- package/lib/radio-group/definition.d.ts +6 -2
- package/lib/side-drawer/definition.d.ts +1 -1
- package/lib/slider/definition.d.ts +1 -1
- package/lib/switch/definition.d.ts +1 -1
- package/lib/text-anchor/definition.d.ts +1 -1
- package/lib/text-area/definition.d.ts +1 -1
- package/lib/text-field/definition.d.ts +1 -1
- package/lib/tooltip/definition.d.ts +1 -1
- package/listbox/index.js +2 -2
- package/menu/index.js +3 -3
- package/menu-item/index.js +1 -1
- package/nav/index.js +1 -1
- package/nav-disclosure/index.js +1 -1
- package/nav-item/index.js +1 -1
- package/note/index.js +1 -1
- package/number-field/index.js +8 -8
- package/option/index.js +1 -1
- package/package.json +3 -2
- package/popup/index.js +1 -1
- package/progress/index.js +1 -1
- package/progress-ring/index.js +1 -1
- package/radio/index.js +1 -1
- package/radio-group/index.js +1 -1
- package/shared/definition.js +7 -7
- package/shared/definition10.js +6 -6
- package/shared/definition11.js +9 -9
- package/shared/definition12.js +7 -7
- package/shared/definition13.js +7 -7
- package/shared/definition14.js +9 -9
- package/shared/definition15.js +6 -6
- package/shared/definition16.js +9 -9
- package/shared/definition17.js +10 -10
- package/shared/definition18.js +7 -7
- package/shared/definition19.js +9 -9
- package/shared/definition2.js +9 -9
- package/shared/definition20.js +48 -34
- package/shared/definition21.js +36 -1070
- package/shared/definition22.js +980 -163
- package/shared/definition23.js +212 -299
- package/shared/definition24.js +311 -1492
- package/shared/definition25.js +1493 -315
- package/shared/definition26.js +348 -15
- package/shared/definition27.js +13 -70
- package/shared/definition28.js +68 -24
- package/shared/definition29.js +22 -47
- package/shared/definition3.js +6 -6
- package/shared/definition30.js +41 -79
- package/shared/definition31.js +77 -60
- package/shared/definition32.js +68 -36
- package/shared/definition33.js +32 -422
- package/shared/definition34.js +419 -70
- package/shared/definition35.js +67 -573
- package/shared/definition36.js +528 -83
- package/shared/definition37.js +88 -220
- package/shared/definition38.js +247 -87
- package/shared/definition39.js +110 -68
- package/shared/definition4.js +7 -7
- package/shared/definition40.js +77 -0
- package/shared/definition5.js +7 -7
- package/shared/definition6.js +8 -8
- package/shared/definition7.js +8 -8
- package/shared/definition8.js +9 -9
- package/shared/definition9.js +9 -9
- package/shared/design-system/index.d.ts +2 -1
- package/shared/form-elements.js +1 -1
- package/shared/index.js +2 -2
- package/side-drawer/index.js +1 -1
- package/slider/index.js +1 -1
- package/styles/core/all.css +1 -1
- package/styles/core/theme.css +1 -1
- package/styles/core/typography.css +1 -1
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/switch/index.js +1 -1
- package/text-anchor/index.js +5 -5
- package/text-area/index.js +1 -1
- package/text-field/index.js +1 -1
- package/tooltip/index.js +2 -2
- package/vivid.api.json +545 -1162
package/vivid.api.json
CHANGED
|
@@ -174,198 +174,21 @@
|
|
|
174
174
|
"members": [
|
|
175
175
|
{
|
|
176
176
|
"kind": "Variable",
|
|
177
|
-
"canonicalReference": "@vonage/vivid!
|
|
177
|
+
"canonicalReference": "@vonage/vivid!badgeDefinition:var",
|
|
178
178
|
"docComment": "",
|
|
179
179
|
"excerptTokens": [
|
|
180
180
|
{
|
|
181
181
|
"kind": "Content",
|
|
182
|
-
"text": "
|
|
182
|
+
"text": "badgeDefinition: "
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
"kind": "Content",
|
|
186
|
-
"text": "import(\"@microsoft/fast-foundation\")."
|
|
186
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
"kind": "Reference",
|
|
190
|
-
"text": "
|
|
191
|
-
"canonicalReference": "@microsoft/fast-foundation!
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
"kind": "Content",
|
|
195
|
-
"text": "<"
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"kind": "Reference",
|
|
199
|
-
"text": "FoundationElementDefinition",
|
|
200
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
"kind": "Content",
|
|
204
|
-
"text": ", import(\"@microsoft/fast-element\")."
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
"kind": "Reference",
|
|
208
|
-
"text": "Constructable",
|
|
209
|
-
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
210
|
-
},
|
|
211
|
-
{
|
|
212
|
-
"kind": "Content",
|
|
213
|
-
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
214
|
-
},
|
|
215
|
-
{
|
|
216
|
-
"kind": "Reference",
|
|
217
|
-
"text": "FoundationElement",
|
|
218
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
"kind": "Content",
|
|
222
|
-
"text": ">>[]"
|
|
223
|
-
}
|
|
224
|
-
],
|
|
225
|
-
"fileUrlPath": "../../dist/libs/components/lib/accordion/definition.d.ts",
|
|
226
|
-
"isReadonly": true,
|
|
227
|
-
"releaseTag": "Public",
|
|
228
|
-
"name": "accordionElements",
|
|
229
|
-
"variableTypeTokenRange": {
|
|
230
|
-
"startIndex": 1,
|
|
231
|
-
"endIndex": 10
|
|
232
|
-
}
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
"kind": "Variable",
|
|
236
|
-
"canonicalReference": "@vonage/vivid!accordionItemElements:var",
|
|
237
|
-
"docComment": "",
|
|
238
|
-
"excerptTokens": [
|
|
239
|
-
{
|
|
240
|
-
"kind": "Content",
|
|
241
|
-
"text": "accordionItemElements: "
|
|
242
|
-
},
|
|
243
|
-
{
|
|
244
|
-
"kind": "Content",
|
|
245
|
-
"text": "import(\"@microsoft/fast-foundation\")."
|
|
246
|
-
},
|
|
247
|
-
{
|
|
248
|
-
"kind": "Reference",
|
|
249
|
-
"text": "FoundationElementRegistry",
|
|
250
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
"kind": "Content",
|
|
254
|
-
"text": "<"
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
"kind": "Reference",
|
|
258
|
-
"text": "FoundationElementDefinition",
|
|
259
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
260
|
-
},
|
|
261
|
-
{
|
|
262
|
-
"kind": "Content",
|
|
263
|
-
"text": ", import(\"@microsoft/fast-element\")."
|
|
264
|
-
},
|
|
265
|
-
{
|
|
266
|
-
"kind": "Reference",
|
|
267
|
-
"text": "Constructable",
|
|
268
|
-
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
269
|
-
},
|
|
270
|
-
{
|
|
271
|
-
"kind": "Content",
|
|
272
|
-
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
"kind": "Reference",
|
|
276
|
-
"text": "FoundationElement",
|
|
277
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
"kind": "Content",
|
|
281
|
-
"text": ">>[]"
|
|
282
|
-
}
|
|
283
|
-
],
|
|
284
|
-
"fileUrlPath": "../../dist/libs/components/lib/accordion-item/definition.d.ts",
|
|
285
|
-
"isReadonly": true,
|
|
286
|
-
"releaseTag": "Public",
|
|
287
|
-
"name": "accordionItemElements",
|
|
288
|
-
"variableTypeTokenRange": {
|
|
289
|
-
"startIndex": 1,
|
|
290
|
-
"endIndex": 10
|
|
291
|
-
}
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
"kind": "Variable",
|
|
295
|
-
"canonicalReference": "@vonage/vivid!actionGroupElements:var",
|
|
296
|
-
"docComment": "",
|
|
297
|
-
"excerptTokens": [
|
|
298
|
-
{
|
|
299
|
-
"kind": "Content",
|
|
300
|
-
"text": "actionGroupElements: "
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
"kind": "Content",
|
|
304
|
-
"text": "import(\"@microsoft/fast-foundation\")."
|
|
305
|
-
},
|
|
306
|
-
{
|
|
307
|
-
"kind": "Reference",
|
|
308
|
-
"text": "FoundationElementRegistry",
|
|
309
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
310
|
-
},
|
|
311
|
-
{
|
|
312
|
-
"kind": "Content",
|
|
313
|
-
"text": "<"
|
|
314
|
-
},
|
|
315
|
-
{
|
|
316
|
-
"kind": "Reference",
|
|
317
|
-
"text": "FoundationElementDefinition",
|
|
318
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
319
|
-
},
|
|
320
|
-
{
|
|
321
|
-
"kind": "Content",
|
|
322
|
-
"text": ", import(\"@microsoft/fast-element\")."
|
|
323
|
-
},
|
|
324
|
-
{
|
|
325
|
-
"kind": "Reference",
|
|
326
|
-
"text": "Constructable",
|
|
327
|
-
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
328
|
-
},
|
|
329
|
-
{
|
|
330
|
-
"kind": "Content",
|
|
331
|
-
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
332
|
-
},
|
|
333
|
-
{
|
|
334
|
-
"kind": "Reference",
|
|
335
|
-
"text": "FoundationElement",
|
|
336
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
"kind": "Content",
|
|
340
|
-
"text": ">>[]"
|
|
341
|
-
}
|
|
342
|
-
],
|
|
343
|
-
"fileUrlPath": "../../dist/libs/components/lib/action-group/definition.d.ts",
|
|
344
|
-
"isReadonly": true,
|
|
345
|
-
"releaseTag": "Public",
|
|
346
|
-
"name": "actionGroupElements",
|
|
347
|
-
"variableTypeTokenRange": {
|
|
348
|
-
"startIndex": 1,
|
|
349
|
-
"endIndex": 10
|
|
350
|
-
}
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
"kind": "Variable",
|
|
354
|
-
"canonicalReference": "@vonage/vivid!avatarElements:var",
|
|
355
|
-
"docComment": "",
|
|
356
|
-
"excerptTokens": [
|
|
357
|
-
{
|
|
358
|
-
"kind": "Content",
|
|
359
|
-
"text": "avatarElements: "
|
|
360
|
-
},
|
|
361
|
-
{
|
|
362
|
-
"kind": "Content",
|
|
363
|
-
"text": "import(\"@microsoft/fast-foundation\")."
|
|
364
|
-
},
|
|
365
|
-
{
|
|
366
|
-
"kind": "Reference",
|
|
367
|
-
"text": "FoundationElementRegistry",
|
|
368
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
190
|
+
"text": "OverrideFoundationElementDefinition",
|
|
191
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
369
192
|
},
|
|
370
193
|
{
|
|
371
194
|
"kind": "Content",
|
|
@@ -378,48 +201,7 @@
|
|
|
378
201
|
},
|
|
379
202
|
{
|
|
380
203
|
"kind": "Content",
|
|
381
|
-
"text": "
|
|
382
|
-
},
|
|
383
|
-
{
|
|
384
|
-
"kind": "Reference",
|
|
385
|
-
"text": "Constructable",
|
|
386
|
-
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
387
|
-
},
|
|
388
|
-
{
|
|
389
|
-
"kind": "Content",
|
|
390
|
-
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
391
|
-
},
|
|
392
|
-
{
|
|
393
|
-
"kind": "Reference",
|
|
394
|
-
"text": "FoundationElement",
|
|
395
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
396
|
-
},
|
|
397
|
-
{
|
|
398
|
-
"kind": "Content",
|
|
399
|
-
"text": ">>[]"
|
|
400
|
-
}
|
|
401
|
-
],
|
|
402
|
-
"fileUrlPath": "../../dist/libs/components/lib/avatar/definition.d.ts",
|
|
403
|
-
"isReadonly": true,
|
|
404
|
-
"releaseTag": "Public",
|
|
405
|
-
"name": "avatarElements",
|
|
406
|
-
"variableTypeTokenRange": {
|
|
407
|
-
"startIndex": 1,
|
|
408
|
-
"endIndex": 10
|
|
409
|
-
}
|
|
410
|
-
},
|
|
411
|
-
{
|
|
412
|
-
"kind": "Variable",
|
|
413
|
-
"canonicalReference": "@vonage/vivid!badgeElements:var",
|
|
414
|
-
"docComment": "",
|
|
415
|
-
"excerptTokens": [
|
|
416
|
-
{
|
|
417
|
-
"kind": "Content",
|
|
418
|
-
"text": "badgeElements: "
|
|
419
|
-
},
|
|
420
|
-
{
|
|
421
|
-
"kind": "Content",
|
|
422
|
-
"text": "import(\"@microsoft/fast-foundation\")."
|
|
204
|
+
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
423
205
|
},
|
|
424
206
|
{
|
|
425
207
|
"kind": "Reference",
|
|
@@ -455,656 +237,72 @@
|
|
|
455
237
|
},
|
|
456
238
|
{
|
|
457
239
|
"kind": "Content",
|
|
458
|
-
"text": ">>
|
|
240
|
+
"text": ">>"
|
|
459
241
|
}
|
|
460
242
|
],
|
|
461
243
|
"fileUrlPath": "../../dist/libs/components/lib/badge/definition.d.ts",
|
|
462
244
|
"isReadonly": true,
|
|
463
245
|
"releaseTag": "Public",
|
|
464
|
-
"name": "
|
|
465
|
-
"variableTypeTokenRange": {
|
|
466
|
-
"startIndex": 1,
|
|
467
|
-
"endIndex": 10
|
|
468
|
-
}
|
|
469
|
-
},
|
|
470
|
-
{
|
|
471
|
-
"kind": "Variable",
|
|
472
|
-
"canonicalReference": "@vonage/vivid!bannerElements:var",
|
|
473
|
-
"docComment": "",
|
|
474
|
-
"excerptTokens": [
|
|
475
|
-
{
|
|
476
|
-
"kind": "Content",
|
|
477
|
-
"text": "bannerElements: "
|
|
478
|
-
},
|
|
479
|
-
{
|
|
480
|
-
"kind": "Content",
|
|
481
|
-
"text": "import(\"@microsoft/fast-foundation\")."
|
|
482
|
-
},
|
|
483
|
-
{
|
|
484
|
-
"kind": "Reference",
|
|
485
|
-
"text": "FoundationElementRegistry",
|
|
486
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
487
|
-
},
|
|
488
|
-
{
|
|
489
|
-
"kind": "Content",
|
|
490
|
-
"text": "<"
|
|
491
|
-
},
|
|
492
|
-
{
|
|
493
|
-
"kind": "Reference",
|
|
494
|
-
"text": "FoundationElementDefinition",
|
|
495
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
496
|
-
},
|
|
497
|
-
{
|
|
498
|
-
"kind": "Content",
|
|
499
|
-
"text": ", import(\"@microsoft/fast-element\")."
|
|
500
|
-
},
|
|
501
|
-
{
|
|
502
|
-
"kind": "Reference",
|
|
503
|
-
"text": "Constructable",
|
|
504
|
-
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
505
|
-
},
|
|
506
|
-
{
|
|
507
|
-
"kind": "Content",
|
|
508
|
-
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
509
|
-
},
|
|
510
|
-
{
|
|
511
|
-
"kind": "Reference",
|
|
512
|
-
"text": "FoundationElement",
|
|
513
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
514
|
-
},
|
|
515
|
-
{
|
|
516
|
-
"kind": "Content",
|
|
517
|
-
"text": ">>[]"
|
|
518
|
-
}
|
|
519
|
-
],
|
|
520
|
-
"fileUrlPath": "../../dist/libs/components/lib/banner/definition.d.ts",
|
|
521
|
-
"isReadonly": true,
|
|
522
|
-
"releaseTag": "Public",
|
|
523
|
-
"name": "bannerElements",
|
|
246
|
+
"name": "badgeDefinition",
|
|
524
247
|
"variableTypeTokenRange": {
|
|
525
248
|
"startIndex": 1,
|
|
526
|
-
"endIndex":
|
|
249
|
+
"endIndex": 14
|
|
527
250
|
}
|
|
528
251
|
},
|
|
529
252
|
{
|
|
530
253
|
"kind": "Variable",
|
|
531
|
-
"canonicalReference": "@vonage/vivid!
|
|
254
|
+
"canonicalReference": "@vonage/vivid!designSystem:var",
|
|
532
255
|
"docComment": "",
|
|
533
256
|
"excerptTokens": [
|
|
534
257
|
{
|
|
535
258
|
"kind": "Content",
|
|
536
|
-
"text": "
|
|
537
|
-
},
|
|
538
|
-
{
|
|
539
|
-
"kind": "Content",
|
|
540
|
-
"text": "import(\"@microsoft/fast-foundation\")."
|
|
541
|
-
},
|
|
542
|
-
{
|
|
543
|
-
"kind": "Reference",
|
|
544
|
-
"text": "FoundationElementRegistry",
|
|
545
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
546
|
-
},
|
|
547
|
-
{
|
|
548
|
-
"kind": "Content",
|
|
549
|
-
"text": "<"
|
|
550
|
-
},
|
|
551
|
-
{
|
|
552
|
-
"kind": "Reference",
|
|
553
|
-
"text": "FoundationElementDefinition",
|
|
554
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
555
|
-
},
|
|
556
|
-
{
|
|
557
|
-
"kind": "Content",
|
|
558
|
-
"text": ", import(\"@microsoft/fast-element\")."
|
|
559
|
-
},
|
|
560
|
-
{
|
|
561
|
-
"kind": "Reference",
|
|
562
|
-
"text": "Constructable",
|
|
563
|
-
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
564
|
-
},
|
|
565
|
-
{
|
|
566
|
-
"kind": "Content",
|
|
567
|
-
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
568
|
-
},
|
|
569
|
-
{
|
|
570
|
-
"kind": "Reference",
|
|
571
|
-
"text": "FoundationElement",
|
|
572
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
573
|
-
},
|
|
574
|
-
{
|
|
575
|
-
"kind": "Content",
|
|
576
|
-
"text": ">>[]"
|
|
577
|
-
}
|
|
578
|
-
],
|
|
579
|
-
"fileUrlPath": "../../dist/libs/components/lib/breadcrumb/definition.d.ts",
|
|
580
|
-
"isReadonly": true,
|
|
581
|
-
"releaseTag": "Public",
|
|
582
|
-
"name": "breadcrumbElements",
|
|
583
|
-
"variableTypeTokenRange": {
|
|
584
|
-
"startIndex": 1,
|
|
585
|
-
"endIndex": 10
|
|
586
|
-
}
|
|
587
|
-
},
|
|
588
|
-
{
|
|
589
|
-
"kind": "Variable",
|
|
590
|
-
"canonicalReference": "@vonage/vivid!breadcrumbItemElements:var",
|
|
591
|
-
"docComment": "",
|
|
592
|
-
"excerptTokens": [
|
|
593
|
-
{
|
|
594
|
-
"kind": "Content",
|
|
595
|
-
"text": "breadcrumbItemElements: "
|
|
596
|
-
},
|
|
597
|
-
{
|
|
598
|
-
"kind": "Content",
|
|
599
|
-
"text": "import(\"@microsoft/fast-foundation\")."
|
|
600
|
-
},
|
|
601
|
-
{
|
|
602
|
-
"kind": "Reference",
|
|
603
|
-
"text": "FoundationElementRegistry",
|
|
604
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
605
|
-
},
|
|
606
|
-
{
|
|
607
|
-
"kind": "Content",
|
|
608
|
-
"text": "<"
|
|
609
|
-
},
|
|
610
|
-
{
|
|
611
|
-
"kind": "Reference",
|
|
612
|
-
"text": "FoundationElementDefinition",
|
|
613
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
614
|
-
},
|
|
615
|
-
{
|
|
616
|
-
"kind": "Content",
|
|
617
|
-
"text": ", import(\"@microsoft/fast-element\")."
|
|
618
|
-
},
|
|
619
|
-
{
|
|
620
|
-
"kind": "Reference",
|
|
621
|
-
"text": "Constructable",
|
|
622
|
-
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
623
|
-
},
|
|
624
|
-
{
|
|
625
|
-
"kind": "Content",
|
|
626
|
-
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
627
|
-
},
|
|
628
|
-
{
|
|
629
|
-
"kind": "Reference",
|
|
630
|
-
"text": "FoundationElement",
|
|
631
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
632
|
-
},
|
|
633
|
-
{
|
|
634
|
-
"kind": "Content",
|
|
635
|
-
"text": ">>[]"
|
|
636
|
-
}
|
|
637
|
-
],
|
|
638
|
-
"fileUrlPath": "../../dist/libs/components/lib/breadcrumb-item/definition.d.ts",
|
|
639
|
-
"isReadonly": true,
|
|
640
|
-
"releaseTag": "Public",
|
|
641
|
-
"name": "breadcrumbItemElements",
|
|
642
|
-
"variableTypeTokenRange": {
|
|
643
|
-
"startIndex": 1,
|
|
644
|
-
"endIndex": 10
|
|
645
|
-
}
|
|
646
|
-
},
|
|
647
|
-
{
|
|
648
|
-
"kind": "Variable",
|
|
649
|
-
"canonicalReference": "@vonage/vivid!buttonElements:var",
|
|
650
|
-
"docComment": "",
|
|
651
|
-
"excerptTokens": [
|
|
652
|
-
{
|
|
653
|
-
"kind": "Content",
|
|
654
|
-
"text": "buttonElements: "
|
|
655
|
-
},
|
|
656
|
-
{
|
|
657
|
-
"kind": "Content",
|
|
658
|
-
"text": "import(\"@microsoft/fast-foundation\")."
|
|
659
|
-
},
|
|
660
|
-
{
|
|
661
|
-
"kind": "Reference",
|
|
662
|
-
"text": "FoundationElementRegistry",
|
|
663
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
664
|
-
},
|
|
665
|
-
{
|
|
666
|
-
"kind": "Content",
|
|
667
|
-
"text": "<"
|
|
668
|
-
},
|
|
669
|
-
{
|
|
670
|
-
"kind": "Reference",
|
|
671
|
-
"text": "FoundationElementDefinition",
|
|
672
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
673
|
-
},
|
|
674
|
-
{
|
|
675
|
-
"kind": "Content",
|
|
676
|
-
"text": ", import(\"@microsoft/fast-element\")."
|
|
677
|
-
},
|
|
678
|
-
{
|
|
679
|
-
"kind": "Reference",
|
|
680
|
-
"text": "Constructable",
|
|
681
|
-
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
682
|
-
},
|
|
683
|
-
{
|
|
684
|
-
"kind": "Content",
|
|
685
|
-
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
686
|
-
},
|
|
687
|
-
{
|
|
688
|
-
"kind": "Reference",
|
|
689
|
-
"text": "FoundationElement",
|
|
690
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
691
|
-
},
|
|
692
|
-
{
|
|
693
|
-
"kind": "Content",
|
|
694
|
-
"text": ">>[]"
|
|
695
|
-
}
|
|
696
|
-
],
|
|
697
|
-
"fileUrlPath": "../../dist/libs/components/lib/button/definition.d.ts",
|
|
698
|
-
"isReadonly": true,
|
|
699
|
-
"releaseTag": "Public",
|
|
700
|
-
"name": "buttonElements",
|
|
701
|
-
"variableTypeTokenRange": {
|
|
702
|
-
"startIndex": 1,
|
|
703
|
-
"endIndex": 10
|
|
704
|
-
}
|
|
705
|
-
},
|
|
706
|
-
{
|
|
707
|
-
"kind": "Variable",
|
|
708
|
-
"canonicalReference": "@vonage/vivid!calendarElements:var",
|
|
709
|
-
"docComment": "",
|
|
710
|
-
"excerptTokens": [
|
|
711
|
-
{
|
|
712
|
-
"kind": "Content",
|
|
713
|
-
"text": "calendarElements: "
|
|
714
|
-
},
|
|
715
|
-
{
|
|
716
|
-
"kind": "Content",
|
|
717
|
-
"text": "import(\"@microsoft/fast-foundation\")."
|
|
718
|
-
},
|
|
719
|
-
{
|
|
720
|
-
"kind": "Reference",
|
|
721
|
-
"text": "FoundationElementRegistry",
|
|
722
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
723
|
-
},
|
|
724
|
-
{
|
|
725
|
-
"kind": "Content",
|
|
726
|
-
"text": "<"
|
|
727
|
-
},
|
|
728
|
-
{
|
|
729
|
-
"kind": "Reference",
|
|
730
|
-
"text": "FoundationElementDefinition",
|
|
731
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
732
|
-
},
|
|
733
|
-
{
|
|
734
|
-
"kind": "Content",
|
|
735
|
-
"text": ", import(\"@microsoft/fast-element\")."
|
|
736
|
-
},
|
|
737
|
-
{
|
|
738
|
-
"kind": "Reference",
|
|
739
|
-
"text": "Constructable",
|
|
740
|
-
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
741
|
-
},
|
|
742
|
-
{
|
|
743
|
-
"kind": "Content",
|
|
744
|
-
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
745
|
-
},
|
|
746
|
-
{
|
|
747
|
-
"kind": "Reference",
|
|
748
|
-
"text": "FoundationElement",
|
|
749
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
750
|
-
},
|
|
751
|
-
{
|
|
752
|
-
"kind": "Content",
|
|
753
|
-
"text": ">>[]"
|
|
754
|
-
}
|
|
755
|
-
],
|
|
756
|
-
"fileUrlPath": "../../dist/libs/components/lib/calendar/definition.d.ts",
|
|
757
|
-
"isReadonly": true,
|
|
758
|
-
"releaseTag": "Public",
|
|
759
|
-
"name": "calendarElements",
|
|
760
|
-
"variableTypeTokenRange": {
|
|
761
|
-
"startIndex": 1,
|
|
762
|
-
"endIndex": 10
|
|
763
|
-
}
|
|
764
|
-
},
|
|
765
|
-
{
|
|
766
|
-
"kind": "Variable",
|
|
767
|
-
"canonicalReference": "@vonage/vivid!calendarEventElements:var",
|
|
768
|
-
"docComment": "",
|
|
769
|
-
"excerptTokens": [
|
|
770
|
-
{
|
|
771
|
-
"kind": "Content",
|
|
772
|
-
"text": "calendarEventElements: "
|
|
773
|
-
},
|
|
774
|
-
{
|
|
775
|
-
"kind": "Content",
|
|
776
|
-
"text": "import(\"@microsoft/fast-foundation\")."
|
|
777
|
-
},
|
|
778
|
-
{
|
|
779
|
-
"kind": "Reference",
|
|
780
|
-
"text": "FoundationElementRegistry",
|
|
781
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
782
|
-
},
|
|
783
|
-
{
|
|
784
|
-
"kind": "Content",
|
|
785
|
-
"text": "<"
|
|
786
|
-
},
|
|
787
|
-
{
|
|
788
|
-
"kind": "Reference",
|
|
789
|
-
"text": "FoundationElementDefinition",
|
|
790
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
791
|
-
},
|
|
792
|
-
{
|
|
793
|
-
"kind": "Content",
|
|
794
|
-
"text": ", import(\"@microsoft/fast-element\")."
|
|
795
|
-
},
|
|
796
|
-
{
|
|
797
|
-
"kind": "Reference",
|
|
798
|
-
"text": "Constructable",
|
|
799
|
-
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
800
|
-
},
|
|
801
|
-
{
|
|
802
|
-
"kind": "Content",
|
|
803
|
-
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
804
|
-
},
|
|
805
|
-
{
|
|
806
|
-
"kind": "Reference",
|
|
807
|
-
"text": "FoundationElement",
|
|
808
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
809
|
-
},
|
|
810
|
-
{
|
|
811
|
-
"kind": "Content",
|
|
812
|
-
"text": ">>[]"
|
|
813
|
-
}
|
|
814
|
-
],
|
|
815
|
-
"fileUrlPath": "../../dist/libs/components/lib/calendar-event/definition.d.ts",
|
|
816
|
-
"isReadonly": true,
|
|
817
|
-
"releaseTag": "Public",
|
|
818
|
-
"name": "calendarEventElements",
|
|
819
|
-
"variableTypeTokenRange": {
|
|
820
|
-
"startIndex": 1,
|
|
821
|
-
"endIndex": 10
|
|
822
|
-
}
|
|
823
|
-
},
|
|
824
|
-
{
|
|
825
|
-
"kind": "Variable",
|
|
826
|
-
"canonicalReference": "@vonage/vivid!cardElements:var",
|
|
827
|
-
"docComment": "",
|
|
828
|
-
"excerptTokens": [
|
|
829
|
-
{
|
|
830
|
-
"kind": "Content",
|
|
831
|
-
"text": "cardElements: "
|
|
832
|
-
},
|
|
833
|
-
{
|
|
834
|
-
"kind": "Content",
|
|
835
|
-
"text": "import(\"@microsoft/fast-foundation\")."
|
|
836
|
-
},
|
|
837
|
-
{
|
|
838
|
-
"kind": "Reference",
|
|
839
|
-
"text": "FoundationElementRegistry",
|
|
840
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
841
|
-
},
|
|
842
|
-
{
|
|
843
|
-
"kind": "Content",
|
|
844
|
-
"text": "<"
|
|
845
|
-
},
|
|
846
|
-
{
|
|
847
|
-
"kind": "Reference",
|
|
848
|
-
"text": "FoundationElementDefinition",
|
|
849
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
850
|
-
},
|
|
851
|
-
{
|
|
852
|
-
"kind": "Content",
|
|
853
|
-
"text": ", import(\"@microsoft/fast-element\")."
|
|
854
|
-
},
|
|
855
|
-
{
|
|
856
|
-
"kind": "Reference",
|
|
857
|
-
"text": "Constructable",
|
|
858
|
-
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
859
|
-
},
|
|
860
|
-
{
|
|
861
|
-
"kind": "Content",
|
|
862
|
-
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
863
|
-
},
|
|
864
|
-
{
|
|
865
|
-
"kind": "Reference",
|
|
866
|
-
"text": "FoundationElement",
|
|
867
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
868
|
-
},
|
|
869
|
-
{
|
|
870
|
-
"kind": "Content",
|
|
871
|
-
"text": ">>[]"
|
|
872
|
-
}
|
|
873
|
-
],
|
|
874
|
-
"fileUrlPath": "../../dist/libs/components/lib/card/definition.d.ts",
|
|
875
|
-
"isReadonly": true,
|
|
876
|
-
"releaseTag": "Public",
|
|
877
|
-
"name": "cardElements",
|
|
878
|
-
"variableTypeTokenRange": {
|
|
879
|
-
"startIndex": 1,
|
|
880
|
-
"endIndex": 10
|
|
881
|
-
}
|
|
882
|
-
},
|
|
883
|
-
{
|
|
884
|
-
"kind": "Variable",
|
|
885
|
-
"canonicalReference": "@vonage/vivid!checkboxElements:var",
|
|
886
|
-
"docComment": "",
|
|
887
|
-
"excerptTokens": [
|
|
888
|
-
{
|
|
889
|
-
"kind": "Content",
|
|
890
|
-
"text": "checkboxElements: "
|
|
891
|
-
},
|
|
892
|
-
{
|
|
893
|
-
"kind": "Content",
|
|
894
|
-
"text": "(import(\"@microsoft/fast-foundation\")."
|
|
895
|
-
},
|
|
896
|
-
{
|
|
897
|
-
"kind": "Reference",
|
|
898
|
-
"text": "FoundationElementRegistry",
|
|
899
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
900
|
-
},
|
|
901
|
-
{
|
|
902
|
-
"kind": "Content",
|
|
903
|
-
"text": "<"
|
|
904
|
-
},
|
|
905
|
-
{
|
|
906
|
-
"kind": "Reference",
|
|
907
|
-
"text": "CheckboxOptions",
|
|
908
|
-
"canonicalReference": "@microsoft/fast-foundation!CheckboxOptions:type"
|
|
909
|
-
},
|
|
910
|
-
{
|
|
911
|
-
"kind": "Content",
|
|
912
|
-
"text": ", import(\"@microsoft/fast-element\")."
|
|
913
|
-
},
|
|
914
|
-
{
|
|
915
|
-
"kind": "Reference",
|
|
916
|
-
"text": "Constructable",
|
|
917
|
-
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
918
|
-
},
|
|
919
|
-
{
|
|
920
|
-
"kind": "Content",
|
|
921
|
-
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
922
|
-
},
|
|
923
|
-
{
|
|
924
|
-
"kind": "Reference",
|
|
925
|
-
"text": "FoundationElement",
|
|
926
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
927
|
-
},
|
|
928
|
-
{
|
|
929
|
-
"kind": "Content",
|
|
930
|
-
"text": ">> | import(\"@microsoft/fast-foundation\")."
|
|
931
|
-
},
|
|
932
|
-
{
|
|
933
|
-
"kind": "Reference",
|
|
934
|
-
"text": "FoundationElementRegistry",
|
|
935
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
936
|
-
},
|
|
937
|
-
{
|
|
938
|
-
"kind": "Content",
|
|
939
|
-
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
940
|
-
},
|
|
941
|
-
{
|
|
942
|
-
"kind": "Reference",
|
|
943
|
-
"text": "FoundationElementDefinition",
|
|
944
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
945
|
-
},
|
|
946
|
-
{
|
|
947
|
-
"kind": "Content",
|
|
948
|
-
"text": ", import(\"@microsoft/fast-element\")."
|
|
949
|
-
},
|
|
950
|
-
{
|
|
951
|
-
"kind": "Reference",
|
|
952
|
-
"text": "Constructable",
|
|
953
|
-
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
954
|
-
},
|
|
955
|
-
{
|
|
956
|
-
"kind": "Content",
|
|
957
|
-
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
958
|
-
},
|
|
959
|
-
{
|
|
960
|
-
"kind": "Reference",
|
|
961
|
-
"text": "FoundationElement",
|
|
962
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
963
|
-
},
|
|
964
|
-
{
|
|
965
|
-
"kind": "Content",
|
|
966
|
-
"text": ">>)[]"
|
|
967
|
-
}
|
|
968
|
-
],
|
|
969
|
-
"fileUrlPath": "../../dist/libs/components/lib/checkbox/definition.d.ts",
|
|
970
|
-
"isReadonly": true,
|
|
971
|
-
"releaseTag": "Public",
|
|
972
|
-
"name": "checkboxElements",
|
|
973
|
-
"variableTypeTokenRange": {
|
|
974
|
-
"startIndex": 1,
|
|
975
|
-
"endIndex": 18
|
|
976
|
-
}
|
|
977
|
-
},
|
|
978
|
-
{
|
|
979
|
-
"kind": "Variable",
|
|
980
|
-
"canonicalReference": "@vonage/vivid!dialogElements:var",
|
|
981
|
-
"docComment": "",
|
|
982
|
-
"excerptTokens": [
|
|
983
|
-
{
|
|
984
|
-
"kind": "Content",
|
|
985
|
-
"text": "dialogElements: "
|
|
986
|
-
},
|
|
987
|
-
{
|
|
988
|
-
"kind": "Content",
|
|
989
|
-
"text": "import(\"@microsoft/fast-foundation\")."
|
|
990
|
-
},
|
|
991
|
-
{
|
|
992
|
-
"kind": "Reference",
|
|
993
|
-
"text": "FoundationElementRegistry",
|
|
994
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
995
|
-
},
|
|
996
|
-
{
|
|
997
|
-
"kind": "Content",
|
|
998
|
-
"text": "<"
|
|
999
|
-
},
|
|
1000
|
-
{
|
|
1001
|
-
"kind": "Reference",
|
|
1002
|
-
"text": "FoundationElementDefinition",
|
|
1003
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
1004
|
-
},
|
|
1005
|
-
{
|
|
1006
|
-
"kind": "Content",
|
|
1007
|
-
"text": ", import(\"@microsoft/fast-element\")."
|
|
1008
|
-
},
|
|
1009
|
-
{
|
|
1010
|
-
"kind": "Reference",
|
|
1011
|
-
"text": "Constructable",
|
|
1012
|
-
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
1013
|
-
},
|
|
1014
|
-
{
|
|
1015
|
-
"kind": "Content",
|
|
1016
|
-
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
1017
|
-
},
|
|
1018
|
-
{
|
|
1019
|
-
"kind": "Reference",
|
|
1020
|
-
"text": "FoundationElement",
|
|
1021
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
1022
|
-
},
|
|
1023
|
-
{
|
|
1024
|
-
"kind": "Content",
|
|
1025
|
-
"text": ">>[]"
|
|
1026
|
-
}
|
|
1027
|
-
],
|
|
1028
|
-
"fileUrlPath": "../../dist/libs/components/lib/dialog/definition.d.ts",
|
|
1029
|
-
"isReadonly": true,
|
|
1030
|
-
"releaseTag": "Public",
|
|
1031
|
-
"name": "dialogElements",
|
|
1032
|
-
"variableTypeTokenRange": {
|
|
1033
|
-
"startIndex": 1,
|
|
1034
|
-
"endIndex": 10
|
|
1035
|
-
}
|
|
1036
|
-
},
|
|
1037
|
-
{
|
|
1038
|
-
"kind": "Variable",
|
|
1039
|
-
"canonicalReference": "@vonage/vivid!dividerElements:var",
|
|
1040
|
-
"docComment": "",
|
|
1041
|
-
"excerptTokens": [
|
|
1042
|
-
{
|
|
1043
|
-
"kind": "Content",
|
|
1044
|
-
"text": "dividerElements: "
|
|
1045
|
-
},
|
|
1046
|
-
{
|
|
1047
|
-
"kind": "Content",
|
|
1048
|
-
"text": "import(\"@microsoft/fast-foundation\")."
|
|
1049
|
-
},
|
|
1050
|
-
{
|
|
1051
|
-
"kind": "Reference",
|
|
1052
|
-
"text": "FoundationElementRegistry",
|
|
1053
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
1054
|
-
},
|
|
1055
|
-
{
|
|
1056
|
-
"kind": "Content",
|
|
1057
|
-
"text": "<"
|
|
1058
|
-
},
|
|
1059
|
-
{
|
|
1060
|
-
"kind": "Reference",
|
|
1061
|
-
"text": "FoundationElementDefinition",
|
|
1062
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
1063
|
-
},
|
|
1064
|
-
{
|
|
1065
|
-
"kind": "Content",
|
|
1066
|
-
"text": ", import(\"@microsoft/fast-element\")."
|
|
1067
|
-
},
|
|
1068
|
-
{
|
|
1069
|
-
"kind": "Reference",
|
|
1070
|
-
"text": "Constructable",
|
|
1071
|
-
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
1072
|
-
},
|
|
1073
|
-
{
|
|
1074
|
-
"kind": "Content",
|
|
1075
|
-
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
1076
|
-
},
|
|
1077
|
-
{
|
|
1078
|
-
"kind": "Reference",
|
|
1079
|
-
"text": "FoundationElement",
|
|
1080
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
259
|
+
"text": "designSystem: "
|
|
1081
260
|
},
|
|
1082
261
|
{
|
|
1083
|
-
"kind": "
|
|
1084
|
-
"text": "
|
|
262
|
+
"kind": "Reference",
|
|
263
|
+
"text": "DesignSystem",
|
|
264
|
+
"canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
|
|
1085
265
|
}
|
|
1086
266
|
],
|
|
1087
|
-
"fileUrlPath": "../../dist/libs/components/
|
|
267
|
+
"fileUrlPath": "../../dist/libs/components/shared/design-system/index.d.ts",
|
|
1088
268
|
"isReadonly": true,
|
|
1089
269
|
"releaseTag": "Public",
|
|
1090
|
-
"name": "
|
|
270
|
+
"name": "designSystem",
|
|
1091
271
|
"variableTypeTokenRange": {
|
|
1092
272
|
"startIndex": 1,
|
|
1093
|
-
"endIndex":
|
|
273
|
+
"endIndex": 2
|
|
1094
274
|
}
|
|
1095
275
|
},
|
|
1096
276
|
{
|
|
1097
277
|
"kind": "Variable",
|
|
1098
|
-
"canonicalReference": "@vonage/vivid!
|
|
278
|
+
"canonicalReference": "@vonage/vivid!fabDefinition:var",
|
|
1099
279
|
"docComment": "",
|
|
1100
280
|
"excerptTokens": [
|
|
1101
281
|
{
|
|
1102
282
|
"kind": "Content",
|
|
1103
|
-
"text": "
|
|
283
|
+
"text": "fabDefinition: "
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"kind": "Content",
|
|
287
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"kind": "Reference",
|
|
291
|
+
"text": "OverrideFoundationElementDefinition",
|
|
292
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"kind": "Content",
|
|
296
|
+
"text": "<"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"kind": "Reference",
|
|
300
|
+
"text": "FoundationElementDefinition",
|
|
301
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
1104
302
|
},
|
|
1105
303
|
{
|
|
1106
304
|
"kind": "Content",
|
|
1107
|
-
"text": "import(\"@microsoft/fast-foundation\")."
|
|
305
|
+
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
1108
306
|
},
|
|
1109
307
|
{
|
|
1110
308
|
"kind": "Reference",
|
|
@@ -1140,30 +338,48 @@
|
|
|
1140
338
|
},
|
|
1141
339
|
{
|
|
1142
340
|
"kind": "Content",
|
|
1143
|
-
"text": ">>
|
|
341
|
+
"text": ">>"
|
|
1144
342
|
}
|
|
1145
343
|
],
|
|
1146
|
-
"fileUrlPath": "../../dist/libs/components/lib/
|
|
344
|
+
"fileUrlPath": "../../dist/libs/components/lib/fab/definition.d.ts",
|
|
1147
345
|
"isReadonly": true,
|
|
1148
346
|
"releaseTag": "Public",
|
|
1149
|
-
"name": "
|
|
347
|
+
"name": "fabDefinition",
|
|
1150
348
|
"variableTypeTokenRange": {
|
|
1151
349
|
"startIndex": 1,
|
|
1152
|
-
"endIndex":
|
|
350
|
+
"endIndex": 14
|
|
1153
351
|
}
|
|
1154
352
|
},
|
|
1155
353
|
{
|
|
1156
354
|
"kind": "Variable",
|
|
1157
|
-
"canonicalReference": "@vonage/vivid!
|
|
355
|
+
"canonicalReference": "@vonage/vivid!headerDefinition:var",
|
|
1158
356
|
"docComment": "",
|
|
1159
357
|
"excerptTokens": [
|
|
1160
358
|
{
|
|
1161
359
|
"kind": "Content",
|
|
1162
|
-
"text": "
|
|
360
|
+
"text": "headerDefinition: "
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"kind": "Content",
|
|
364
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"kind": "Reference",
|
|
368
|
+
"text": "OverrideFoundationElementDefinition",
|
|
369
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"kind": "Content",
|
|
373
|
+
"text": "<"
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"kind": "Reference",
|
|
377
|
+
"text": "FoundationElementDefinition",
|
|
378
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
1163
379
|
},
|
|
1164
380
|
{
|
|
1165
381
|
"kind": "Content",
|
|
1166
|
-
"text": "import(\"@microsoft/fast-foundation\")."
|
|
382
|
+
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
1167
383
|
},
|
|
1168
384
|
{
|
|
1169
385
|
"kind": "Reference",
|
|
@@ -1199,30 +415,48 @@
|
|
|
1199
415
|
},
|
|
1200
416
|
{
|
|
1201
417
|
"kind": "Content",
|
|
1202
|
-
"text": ">>
|
|
418
|
+
"text": ">>"
|
|
1203
419
|
}
|
|
1204
420
|
],
|
|
1205
|
-
"fileUrlPath": "../../dist/libs/components/lib/
|
|
421
|
+
"fileUrlPath": "../../dist/libs/components/lib/header/definition.d.ts",
|
|
1206
422
|
"isReadonly": true,
|
|
1207
423
|
"releaseTag": "Public",
|
|
1208
|
-
"name": "
|
|
424
|
+
"name": "headerDefinition",
|
|
1209
425
|
"variableTypeTokenRange": {
|
|
1210
426
|
"startIndex": 1,
|
|
1211
|
-
"endIndex":
|
|
427
|
+
"endIndex": 14
|
|
1212
428
|
}
|
|
1213
429
|
},
|
|
1214
430
|
{
|
|
1215
431
|
"kind": "Variable",
|
|
1216
|
-
"canonicalReference": "@vonage/vivid!
|
|
432
|
+
"canonicalReference": "@vonage/vivid!iconDefinition:var",
|
|
1217
433
|
"docComment": "",
|
|
1218
434
|
"excerptTokens": [
|
|
1219
435
|
{
|
|
1220
436
|
"kind": "Content",
|
|
1221
|
-
"text": "
|
|
437
|
+
"text": "iconDefinition: "
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"kind": "Content",
|
|
441
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"kind": "Reference",
|
|
445
|
+
"text": "OverrideFoundationElementDefinition",
|
|
446
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"kind": "Content",
|
|
450
|
+
"text": "<"
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"kind": "Reference",
|
|
454
|
+
"text": "FoundationElementDefinition",
|
|
455
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
1222
456
|
},
|
|
1223
457
|
{
|
|
1224
458
|
"kind": "Content",
|
|
1225
|
-
"text": "import(\"@microsoft/fast-foundation\")."
|
|
459
|
+
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
1226
460
|
},
|
|
1227
461
|
{
|
|
1228
462
|
"kind": "Reference",
|
|
@@ -1258,30 +492,48 @@
|
|
|
1258
492
|
},
|
|
1259
493
|
{
|
|
1260
494
|
"kind": "Content",
|
|
1261
|
-
"text": ">>
|
|
495
|
+
"text": ">>"
|
|
1262
496
|
}
|
|
1263
497
|
],
|
|
1264
498
|
"fileUrlPath": "../../dist/libs/components/lib/icon/definition.d.ts",
|
|
1265
499
|
"isReadonly": true,
|
|
1266
500
|
"releaseTag": "Public",
|
|
1267
|
-
"name": "
|
|
501
|
+
"name": "iconDefinition",
|
|
1268
502
|
"variableTypeTokenRange": {
|
|
1269
503
|
"startIndex": 1,
|
|
1270
|
-
"endIndex":
|
|
504
|
+
"endIndex": 14
|
|
1271
505
|
}
|
|
1272
506
|
},
|
|
1273
507
|
{
|
|
1274
508
|
"kind": "Variable",
|
|
1275
|
-
"canonicalReference": "@vonage/vivid!
|
|
509
|
+
"canonicalReference": "@vonage/vivid!layoutDefinition:var",
|
|
1276
510
|
"docComment": "",
|
|
1277
511
|
"excerptTokens": [
|
|
1278
512
|
{
|
|
1279
513
|
"kind": "Content",
|
|
1280
|
-
"text": "
|
|
514
|
+
"text": "layoutDefinition: "
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
"kind": "Content",
|
|
518
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"kind": "Reference",
|
|
522
|
+
"text": "OverrideFoundationElementDefinition",
|
|
523
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"kind": "Content",
|
|
527
|
+
"text": "<"
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"kind": "Reference",
|
|
531
|
+
"text": "FoundationElementDefinition",
|
|
532
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
1281
533
|
},
|
|
1282
534
|
{
|
|
1283
535
|
"kind": "Content",
|
|
1284
|
-
"text": "import(\"@microsoft/fast-foundation\")."
|
|
536
|
+
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
1285
537
|
},
|
|
1286
538
|
{
|
|
1287
539
|
"kind": "Reference",
|
|
@@ -1317,30 +569,48 @@
|
|
|
1317
569
|
},
|
|
1318
570
|
{
|
|
1319
571
|
"kind": "Content",
|
|
1320
|
-
"text": ">>
|
|
572
|
+
"text": ">>"
|
|
1321
573
|
}
|
|
1322
574
|
],
|
|
1323
575
|
"fileUrlPath": "../../dist/libs/components/lib/layout/definition.d.ts",
|
|
1324
576
|
"isReadonly": true,
|
|
1325
577
|
"releaseTag": "Public",
|
|
1326
|
-
"name": "
|
|
578
|
+
"name": "layoutDefinition",
|
|
1327
579
|
"variableTypeTokenRange": {
|
|
1328
580
|
"startIndex": 1,
|
|
1329
|
-
"endIndex":
|
|
581
|
+
"endIndex": 14
|
|
1330
582
|
}
|
|
1331
583
|
},
|
|
1332
584
|
{
|
|
1333
585
|
"kind": "Variable",
|
|
1334
|
-
"canonicalReference": "@vonage/vivid!
|
|
586
|
+
"canonicalReference": "@vonage/vivid!listboxDefinition:var",
|
|
1335
587
|
"docComment": "",
|
|
1336
588
|
"excerptTokens": [
|
|
1337
589
|
{
|
|
1338
590
|
"kind": "Content",
|
|
1339
|
-
"text": "
|
|
591
|
+
"text": "listboxDefinition: "
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"kind": "Content",
|
|
595
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"kind": "Reference",
|
|
599
|
+
"text": "OverrideFoundationElementDefinition",
|
|
600
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
"kind": "Content",
|
|
604
|
+
"text": "<"
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"kind": "Reference",
|
|
608
|
+
"text": "FoundationElementDefinition",
|
|
609
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
1340
610
|
},
|
|
1341
611
|
{
|
|
1342
612
|
"kind": "Content",
|
|
1343
|
-
"text": "import(\"@microsoft/fast-foundation\")."
|
|
613
|
+
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
1344
614
|
},
|
|
1345
615
|
{
|
|
1346
616
|
"kind": "Reference",
|
|
@@ -1376,30 +646,48 @@
|
|
|
1376
646
|
},
|
|
1377
647
|
{
|
|
1378
648
|
"kind": "Content",
|
|
1379
|
-
"text": ">>
|
|
649
|
+
"text": ">>"
|
|
1380
650
|
}
|
|
1381
651
|
],
|
|
1382
652
|
"fileUrlPath": "../../dist/libs/components/lib/listbox/definition.d.ts",
|
|
1383
653
|
"isReadonly": true,
|
|
1384
654
|
"releaseTag": "Public",
|
|
1385
|
-
"name": "
|
|
655
|
+
"name": "listboxDefinition",
|
|
1386
656
|
"variableTypeTokenRange": {
|
|
1387
657
|
"startIndex": 1,
|
|
1388
|
-
"endIndex":
|
|
658
|
+
"endIndex": 14
|
|
1389
659
|
}
|
|
1390
660
|
},
|
|
1391
661
|
{
|
|
1392
662
|
"kind": "Variable",
|
|
1393
|
-
"canonicalReference": "@vonage/vivid!
|
|
663
|
+
"canonicalReference": "@vonage/vivid!listboxOptionDefinition:var",
|
|
1394
664
|
"docComment": "",
|
|
1395
665
|
"excerptTokens": [
|
|
1396
666
|
{
|
|
1397
667
|
"kind": "Content",
|
|
1398
|
-
"text": "
|
|
668
|
+
"text": "listboxOptionDefinition: "
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"kind": "Content",
|
|
672
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"kind": "Reference",
|
|
676
|
+
"text": "OverrideFoundationElementDefinition",
|
|
677
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"kind": "Content",
|
|
681
|
+
"text": "<"
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"kind": "Reference",
|
|
685
|
+
"text": "FoundationElementDefinition",
|
|
686
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
1399
687
|
},
|
|
1400
688
|
{
|
|
1401
689
|
"kind": "Content",
|
|
1402
|
-
"text": "import(\"@microsoft/fast-foundation\")."
|
|
690
|
+
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
1403
691
|
},
|
|
1404
692
|
{
|
|
1405
693
|
"kind": "Reference",
|
|
@@ -1435,35 +723,35 @@
|
|
|
1435
723
|
},
|
|
1436
724
|
{
|
|
1437
725
|
"kind": "Content",
|
|
1438
|
-
"text": ">>
|
|
726
|
+
"text": ">>"
|
|
1439
727
|
}
|
|
1440
728
|
],
|
|
1441
729
|
"fileUrlPath": "../../dist/libs/components/lib/option/definition.d.ts",
|
|
1442
730
|
"isReadonly": true,
|
|
1443
731
|
"releaseTag": "Public",
|
|
1444
|
-
"name": "
|
|
732
|
+
"name": "listboxOptionDefinition",
|
|
1445
733
|
"variableTypeTokenRange": {
|
|
1446
734
|
"startIndex": 1,
|
|
1447
|
-
"endIndex":
|
|
735
|
+
"endIndex": 14
|
|
1448
736
|
}
|
|
1449
737
|
},
|
|
1450
738
|
{
|
|
1451
739
|
"kind": "Variable",
|
|
1452
|
-
"canonicalReference": "@vonage/vivid!
|
|
740
|
+
"canonicalReference": "@vonage/vivid!menuDefinition:var",
|
|
1453
741
|
"docComment": "",
|
|
1454
742
|
"excerptTokens": [
|
|
1455
743
|
{
|
|
1456
744
|
"kind": "Content",
|
|
1457
|
-
"text": "
|
|
745
|
+
"text": "menuDefinition: "
|
|
1458
746
|
},
|
|
1459
747
|
{
|
|
1460
748
|
"kind": "Content",
|
|
1461
|
-
"text": "(import(\"@microsoft/fast-foundation\")."
|
|
749
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
1462
750
|
},
|
|
1463
751
|
{
|
|
1464
752
|
"kind": "Reference",
|
|
1465
|
-
"text": "
|
|
1466
|
-
"canonicalReference": "@microsoft/fast-foundation!
|
|
753
|
+
"text": "OverrideFoundationElementDefinition",
|
|
754
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
1467
755
|
},
|
|
1468
756
|
{
|
|
1469
757
|
"kind": "Content",
|
|
@@ -1476,52 +764,7 @@
|
|
|
1476
764
|
},
|
|
1477
765
|
{
|
|
1478
766
|
"kind": "Content",
|
|
1479
|
-
"text": ";\n}
|
|
1480
|
-
},
|
|
1481
|
-
{
|
|
1482
|
-
"kind": "Reference",
|
|
1483
|
-
"text": "Menu",
|
|
1484
|
-
"canonicalReference": "@vonage/vivid!~Menu:class"
|
|
1485
|
-
},
|
|
1486
|
-
{
|
|
1487
|
-
"kind": "Content",
|
|
1488
|
-
"text": "> | import(\"@microsoft/fast-foundation\")."
|
|
1489
|
-
},
|
|
1490
|
-
{
|
|
1491
|
-
"kind": "Reference",
|
|
1492
|
-
"text": "FoundationElementRegistry",
|
|
1493
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
1494
|
-
},
|
|
1495
|
-
{
|
|
1496
|
-
"kind": "Content",
|
|
1497
|
-
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
1498
|
-
},
|
|
1499
|
-
{
|
|
1500
|
-
"kind": "Reference",
|
|
1501
|
-
"text": "FoundationElementDefinition",
|
|
1502
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
1503
|
-
},
|
|
1504
|
-
{
|
|
1505
|
-
"kind": "Content",
|
|
1506
|
-
"text": ", import(\"@microsoft/fast-element\")."
|
|
1507
|
-
},
|
|
1508
|
-
{
|
|
1509
|
-
"kind": "Reference",
|
|
1510
|
-
"text": "Constructable",
|
|
1511
|
-
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
1512
|
-
},
|
|
1513
|
-
{
|
|
1514
|
-
"kind": "Content",
|
|
1515
|
-
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
1516
|
-
},
|
|
1517
|
-
{
|
|
1518
|
-
"kind": "Reference",
|
|
1519
|
-
"text": "FoundationElement",
|
|
1520
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
1521
|
-
},
|
|
1522
|
-
{
|
|
1523
|
-
"kind": "Content",
|
|
1524
|
-
"text": ">> | import(\"@microsoft/fast-foundation\")."
|
|
767
|
+
"text": ";\n}> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
1525
768
|
},
|
|
1526
769
|
{
|
|
1527
770
|
"kind": "Reference",
|
|
@@ -1530,62 +773,53 @@
|
|
|
1530
773
|
},
|
|
1531
774
|
{
|
|
1532
775
|
"kind": "Content",
|
|
1533
|
-
"text": "<import(\"@microsoft/fast-
|
|
1534
|
-
},
|
|
1535
|
-
{
|
|
1536
|
-
"kind": "Reference",
|
|
1537
|
-
"text": "MenuItemOptions",
|
|
1538
|
-
"canonicalReference": "@microsoft/fast-foundation!MenuItemOptions:type"
|
|
1539
|
-
},
|
|
1540
|
-
{
|
|
1541
|
-
"kind": "Content",
|
|
1542
|
-
"text": ", import(\"@microsoft/fast-element\")."
|
|
776
|
+
"text": "<{\n baseName: string;\n template: any;\n styles: import(\"@microsoft/fast-element\")."
|
|
1543
777
|
},
|
|
1544
778
|
{
|
|
1545
779
|
"kind": "Reference",
|
|
1546
|
-
"text": "
|
|
1547
|
-
"canonicalReference": "@microsoft/fast-element!
|
|
780
|
+
"text": "ComposableStyles",
|
|
781
|
+
"canonicalReference": "@microsoft/fast-element!ComposableStyles:type"
|
|
1548
782
|
},
|
|
1549
783
|
{
|
|
1550
784
|
"kind": "Content",
|
|
1551
|
-
"text": "
|
|
785
|
+
"text": ";\n}, typeof "
|
|
1552
786
|
},
|
|
1553
787
|
{
|
|
1554
788
|
"kind": "Reference",
|
|
1555
|
-
"text": "
|
|
1556
|
-
"canonicalReference": "@
|
|
789
|
+
"text": "Menu",
|
|
790
|
+
"canonicalReference": "@vonage/vivid!~Menu:class"
|
|
1557
791
|
},
|
|
1558
792
|
{
|
|
1559
793
|
"kind": "Content",
|
|
1560
|
-
"text": "
|
|
794
|
+
"text": ">"
|
|
1561
795
|
}
|
|
1562
796
|
],
|
|
1563
797
|
"fileUrlPath": "../../dist/libs/components/lib/menu/definition.d.ts",
|
|
1564
798
|
"isReadonly": true,
|
|
1565
799
|
"releaseTag": "Public",
|
|
1566
|
-
"name": "
|
|
800
|
+
"name": "menuDefinition",
|
|
1567
801
|
"variableTypeTokenRange": {
|
|
1568
802
|
"startIndex": 1,
|
|
1569
|
-
"endIndex":
|
|
803
|
+
"endIndex": 12
|
|
1570
804
|
}
|
|
1571
805
|
},
|
|
1572
806
|
{
|
|
1573
807
|
"kind": "Variable",
|
|
1574
|
-
"canonicalReference": "@vonage/vivid!
|
|
808
|
+
"canonicalReference": "@vonage/vivid!menuItemDefinition:var",
|
|
1575
809
|
"docComment": "",
|
|
1576
810
|
"excerptTokens": [
|
|
1577
811
|
{
|
|
1578
812
|
"kind": "Content",
|
|
1579
|
-
"text": "
|
|
813
|
+
"text": "menuItemDefinition: "
|
|
1580
814
|
},
|
|
1581
815
|
{
|
|
1582
816
|
"kind": "Content",
|
|
1583
|
-
"text": "(import(\"@microsoft/fast-foundation\")."
|
|
817
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
1584
818
|
},
|
|
1585
819
|
{
|
|
1586
820
|
"kind": "Reference",
|
|
1587
|
-
"text": "
|
|
1588
|
-
"canonicalReference": "@microsoft/fast-foundation!
|
|
821
|
+
"text": "OverrideFoundationElementDefinition",
|
|
822
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
1589
823
|
},
|
|
1590
824
|
{
|
|
1591
825
|
"kind": "Content",
|
|
@@ -1598,25 +832,7 @@
|
|
|
1598
832
|
},
|
|
1599
833
|
{
|
|
1600
834
|
"kind": "Content",
|
|
1601
|
-
"text": "
|
|
1602
|
-
},
|
|
1603
|
-
{
|
|
1604
|
-
"kind": "Reference",
|
|
1605
|
-
"text": "Constructable",
|
|
1606
|
-
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
1607
|
-
},
|
|
1608
|
-
{
|
|
1609
|
-
"kind": "Content",
|
|
1610
|
-
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
1611
|
-
},
|
|
1612
|
-
{
|
|
1613
|
-
"kind": "Reference",
|
|
1614
|
-
"text": "FoundationElement",
|
|
1615
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
1616
|
-
},
|
|
1617
|
-
{
|
|
1618
|
-
"kind": "Content",
|
|
1619
|
-
"text": ">> | import(\"@microsoft/fast-foundation\")."
|
|
835
|
+
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
1620
836
|
},
|
|
1621
837
|
{
|
|
1622
838
|
"kind": "Reference",
|
|
@@ -1625,12 +841,12 @@
|
|
|
1625
841
|
},
|
|
1626
842
|
{
|
|
1627
843
|
"kind": "Content",
|
|
1628
|
-
"text": "<
|
|
844
|
+
"text": "<"
|
|
1629
845
|
},
|
|
1630
846
|
{
|
|
1631
847
|
"kind": "Reference",
|
|
1632
|
-
"text": "
|
|
1633
|
-
"canonicalReference": "@microsoft/fast-foundation!
|
|
848
|
+
"text": "MenuItemOptions",
|
|
849
|
+
"canonicalReference": "@microsoft/fast-foundation!MenuItemOptions:type"
|
|
1634
850
|
},
|
|
1635
851
|
{
|
|
1636
852
|
"kind": "Content",
|
|
@@ -1652,35 +868,35 @@
|
|
|
1652
868
|
},
|
|
1653
869
|
{
|
|
1654
870
|
"kind": "Content",
|
|
1655
|
-
"text": ">>
|
|
871
|
+
"text": ">>"
|
|
1656
872
|
}
|
|
1657
873
|
],
|
|
1658
874
|
"fileUrlPath": "../../dist/libs/components/lib/menu-item/definition.d.ts",
|
|
1659
875
|
"isReadonly": true,
|
|
1660
876
|
"releaseTag": "Public",
|
|
1661
|
-
"name": "
|
|
877
|
+
"name": "menuItemDefinition",
|
|
1662
878
|
"variableTypeTokenRange": {
|
|
1663
879
|
"startIndex": 1,
|
|
1664
|
-
"endIndex":
|
|
880
|
+
"endIndex": 14
|
|
1665
881
|
}
|
|
1666
882
|
},
|
|
1667
883
|
{
|
|
1668
884
|
"kind": "Variable",
|
|
1669
|
-
"canonicalReference": "@vonage/vivid!
|
|
885
|
+
"canonicalReference": "@vonage/vivid!navDefinition:var",
|
|
1670
886
|
"docComment": "",
|
|
1671
887
|
"excerptTokens": [
|
|
1672
888
|
{
|
|
1673
889
|
"kind": "Content",
|
|
1674
|
-
"text": "
|
|
890
|
+
"text": "navDefinition: "
|
|
1675
891
|
},
|
|
1676
892
|
{
|
|
1677
893
|
"kind": "Content",
|
|
1678
|
-
"text": "import(\"@microsoft/fast-foundation\")."
|
|
894
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
1679
895
|
},
|
|
1680
896
|
{
|
|
1681
897
|
"kind": "Reference",
|
|
1682
|
-
"text": "
|
|
1683
|
-
"canonicalReference": "@microsoft/fast-foundation!
|
|
898
|
+
"text": "OverrideFoundationElementDefinition",
|
|
899
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
1684
900
|
},
|
|
1685
901
|
{
|
|
1686
902
|
"kind": "Content",
|
|
@@ -1693,48 +909,7 @@
|
|
|
1693
909
|
},
|
|
1694
910
|
{
|
|
1695
911
|
"kind": "Content",
|
|
1696
|
-
"text": "
|
|
1697
|
-
},
|
|
1698
|
-
{
|
|
1699
|
-
"kind": "Reference",
|
|
1700
|
-
"text": "Constructable",
|
|
1701
|
-
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
1702
|
-
},
|
|
1703
|
-
{
|
|
1704
|
-
"kind": "Content",
|
|
1705
|
-
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
1706
|
-
},
|
|
1707
|
-
{
|
|
1708
|
-
"kind": "Reference",
|
|
1709
|
-
"text": "FoundationElement",
|
|
1710
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
1711
|
-
},
|
|
1712
|
-
{
|
|
1713
|
-
"kind": "Content",
|
|
1714
|
-
"text": ">>[]"
|
|
1715
|
-
}
|
|
1716
|
-
],
|
|
1717
|
-
"fileUrlPath": "../../dist/libs/components/lib/nav-disclosure/definition.d.ts",
|
|
1718
|
-
"isReadonly": true,
|
|
1719
|
-
"releaseTag": "Public",
|
|
1720
|
-
"name": "navDisclosureElements",
|
|
1721
|
-
"variableTypeTokenRange": {
|
|
1722
|
-
"startIndex": 1,
|
|
1723
|
-
"endIndex": 10
|
|
1724
|
-
}
|
|
1725
|
-
},
|
|
1726
|
-
{
|
|
1727
|
-
"kind": "Variable",
|
|
1728
|
-
"canonicalReference": "@vonage/vivid!navElements:var",
|
|
1729
|
-
"docComment": "",
|
|
1730
|
-
"excerptTokens": [
|
|
1731
|
-
{
|
|
1732
|
-
"kind": "Content",
|
|
1733
|
-
"text": "navElements: "
|
|
1734
|
-
},
|
|
1735
|
-
{
|
|
1736
|
-
"kind": "Content",
|
|
1737
|
-
"text": "import(\"@microsoft/fast-foundation\")."
|
|
912
|
+
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
1738
913
|
},
|
|
1739
914
|
{
|
|
1740
915
|
"kind": "Reference",
|
|
@@ -1770,30 +945,48 @@
|
|
|
1770
945
|
},
|
|
1771
946
|
{
|
|
1772
947
|
"kind": "Content",
|
|
1773
|
-
"text": ">>
|
|
948
|
+
"text": ">>"
|
|
1774
949
|
}
|
|
1775
950
|
],
|
|
1776
951
|
"fileUrlPath": "../../dist/libs/components/lib/nav/definition.d.ts",
|
|
1777
952
|
"isReadonly": true,
|
|
1778
953
|
"releaseTag": "Public",
|
|
1779
|
-
"name": "
|
|
954
|
+
"name": "navDefinition",
|
|
1780
955
|
"variableTypeTokenRange": {
|
|
1781
956
|
"startIndex": 1,
|
|
1782
|
-
"endIndex":
|
|
957
|
+
"endIndex": 14
|
|
1783
958
|
}
|
|
1784
959
|
},
|
|
1785
960
|
{
|
|
1786
961
|
"kind": "Variable",
|
|
1787
|
-
"canonicalReference": "@vonage/vivid!
|
|
962
|
+
"canonicalReference": "@vonage/vivid!navDisclosureDefinition:var",
|
|
1788
963
|
"docComment": "",
|
|
1789
964
|
"excerptTokens": [
|
|
1790
965
|
{
|
|
1791
966
|
"kind": "Content",
|
|
1792
|
-
"text": "
|
|
967
|
+
"text": "navDisclosureDefinition: "
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
"kind": "Content",
|
|
971
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
"kind": "Reference",
|
|
975
|
+
"text": "OverrideFoundationElementDefinition",
|
|
976
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"kind": "Content",
|
|
980
|
+
"text": "<"
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"kind": "Reference",
|
|
984
|
+
"text": "FoundationElementDefinition",
|
|
985
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
1793
986
|
},
|
|
1794
987
|
{
|
|
1795
988
|
"kind": "Content",
|
|
1796
|
-
"text": "import(\"@microsoft/fast-foundation\")."
|
|
989
|
+
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
1797
990
|
},
|
|
1798
991
|
{
|
|
1799
992
|
"kind": "Reference",
|
|
@@ -1829,30 +1022,48 @@
|
|
|
1829
1022
|
},
|
|
1830
1023
|
{
|
|
1831
1024
|
"kind": "Content",
|
|
1832
|
-
"text": ">>
|
|
1025
|
+
"text": ">>"
|
|
1833
1026
|
}
|
|
1834
1027
|
],
|
|
1835
|
-
"fileUrlPath": "../../dist/libs/components/lib/nav-
|
|
1028
|
+
"fileUrlPath": "../../dist/libs/components/lib/nav-disclosure/definition.d.ts",
|
|
1836
1029
|
"isReadonly": true,
|
|
1837
1030
|
"releaseTag": "Public",
|
|
1838
|
-
"name": "
|
|
1031
|
+
"name": "navDisclosureDefinition",
|
|
1839
1032
|
"variableTypeTokenRange": {
|
|
1840
1033
|
"startIndex": 1,
|
|
1841
|
-
"endIndex":
|
|
1034
|
+
"endIndex": 14
|
|
1842
1035
|
}
|
|
1843
1036
|
},
|
|
1844
1037
|
{
|
|
1845
1038
|
"kind": "Variable",
|
|
1846
|
-
"canonicalReference": "@vonage/vivid!
|
|
1039
|
+
"canonicalReference": "@vonage/vivid!navItemDefinition:var",
|
|
1847
1040
|
"docComment": "",
|
|
1848
1041
|
"excerptTokens": [
|
|
1849
1042
|
{
|
|
1850
1043
|
"kind": "Content",
|
|
1851
|
-
"text": "
|
|
1044
|
+
"text": "navItemDefinition: "
|
|
1852
1045
|
},
|
|
1853
1046
|
{
|
|
1854
1047
|
"kind": "Content",
|
|
1855
|
-
"text": "import(\"@microsoft/fast-foundation\")."
|
|
1048
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"kind": "Reference",
|
|
1052
|
+
"text": "OverrideFoundationElementDefinition",
|
|
1053
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"kind": "Content",
|
|
1057
|
+
"text": "<"
|
|
1058
|
+
},
|
|
1059
|
+
{
|
|
1060
|
+
"kind": "Reference",
|
|
1061
|
+
"text": "FoundationElementDefinition",
|
|
1062
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"kind": "Content",
|
|
1066
|
+
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
1856
1067
|
},
|
|
1857
1068
|
{
|
|
1858
1069
|
"kind": "Reference",
|
|
@@ -1888,30 +1099,48 @@
|
|
|
1888
1099
|
},
|
|
1889
1100
|
{
|
|
1890
1101
|
"kind": "Content",
|
|
1891
|
-
"text": ">>
|
|
1102
|
+
"text": ">>"
|
|
1892
1103
|
}
|
|
1893
1104
|
],
|
|
1894
|
-
"fileUrlPath": "../../dist/libs/components/lib/
|
|
1105
|
+
"fileUrlPath": "../../dist/libs/components/lib/nav-item/definition.d.ts",
|
|
1895
1106
|
"isReadonly": true,
|
|
1896
1107
|
"releaseTag": "Public",
|
|
1897
|
-
"name": "
|
|
1108
|
+
"name": "navItemDefinition",
|
|
1898
1109
|
"variableTypeTokenRange": {
|
|
1899
1110
|
"startIndex": 1,
|
|
1900
|
-
"endIndex":
|
|
1111
|
+
"endIndex": 14
|
|
1901
1112
|
}
|
|
1902
1113
|
},
|
|
1903
1114
|
{
|
|
1904
1115
|
"kind": "Variable",
|
|
1905
|
-
"canonicalReference": "@vonage/vivid!
|
|
1116
|
+
"canonicalReference": "@vonage/vivid!noteDefinition:var",
|
|
1906
1117
|
"docComment": "",
|
|
1907
1118
|
"excerptTokens": [
|
|
1908
1119
|
{
|
|
1909
1120
|
"kind": "Content",
|
|
1910
|
-
"text": "
|
|
1121
|
+
"text": "noteDefinition: "
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
"kind": "Content",
|
|
1125
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
"kind": "Reference",
|
|
1129
|
+
"text": "OverrideFoundationElementDefinition",
|
|
1130
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
"kind": "Content",
|
|
1134
|
+
"text": "<"
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
"kind": "Reference",
|
|
1138
|
+
"text": "FoundationElementDefinition",
|
|
1139
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
1911
1140
|
},
|
|
1912
1141
|
{
|
|
1913
1142
|
"kind": "Content",
|
|
1914
|
-
"text": "import(\"@microsoft/fast-foundation\")."
|
|
1143
|
+
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
1915
1144
|
},
|
|
1916
1145
|
{
|
|
1917
1146
|
"kind": "Reference",
|
|
@@ -1950,27 +1179,45 @@
|
|
|
1950
1179
|
"text": ">>"
|
|
1951
1180
|
}
|
|
1952
1181
|
],
|
|
1953
|
-
"fileUrlPath": "../../dist/libs/components/lib/
|
|
1182
|
+
"fileUrlPath": "../../dist/libs/components/lib/note/definition.d.ts",
|
|
1954
1183
|
"isReadonly": true,
|
|
1955
1184
|
"releaseTag": "Public",
|
|
1956
|
-
"name": "
|
|
1185
|
+
"name": "noteDefinition",
|
|
1957
1186
|
"variableTypeTokenRange": {
|
|
1958
1187
|
"startIndex": 1,
|
|
1959
|
-
"endIndex":
|
|
1188
|
+
"endIndex": 14
|
|
1960
1189
|
}
|
|
1961
1190
|
},
|
|
1962
1191
|
{
|
|
1963
1192
|
"kind": "Variable",
|
|
1964
|
-
"canonicalReference": "@vonage/vivid!
|
|
1193
|
+
"canonicalReference": "@vonage/vivid!popupDefinition:var",
|
|
1965
1194
|
"docComment": "",
|
|
1966
1195
|
"excerptTokens": [
|
|
1967
1196
|
{
|
|
1968
1197
|
"kind": "Content",
|
|
1969
|
-
"text": "
|
|
1198
|
+
"text": "popupDefinition: "
|
|
1199
|
+
},
|
|
1200
|
+
{
|
|
1201
|
+
"kind": "Content",
|
|
1202
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"kind": "Reference",
|
|
1206
|
+
"text": "OverrideFoundationElementDefinition",
|
|
1207
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
1208
|
+
},
|
|
1209
|
+
{
|
|
1210
|
+
"kind": "Content",
|
|
1211
|
+
"text": "<"
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
"kind": "Reference",
|
|
1215
|
+
"text": "FoundationElementDefinition",
|
|
1216
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
1970
1217
|
},
|
|
1971
1218
|
{
|
|
1972
1219
|
"kind": "Content",
|
|
1973
|
-
"text": "import(\"@microsoft/fast-foundation\")."
|
|
1220
|
+
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
1974
1221
|
},
|
|
1975
1222
|
{
|
|
1976
1223
|
"kind": "Reference",
|
|
@@ -2006,30 +1253,48 @@
|
|
|
2006
1253
|
},
|
|
2007
1254
|
{
|
|
2008
1255
|
"kind": "Content",
|
|
2009
|
-
"text": ">>
|
|
1256
|
+
"text": ">>"
|
|
2010
1257
|
}
|
|
2011
1258
|
],
|
|
2012
1259
|
"fileUrlPath": "../../dist/libs/components/lib/popup/definition.d.ts",
|
|
2013
1260
|
"isReadonly": true,
|
|
2014
1261
|
"releaseTag": "Public",
|
|
2015
|
-
"name": "
|
|
1262
|
+
"name": "popupDefinition",
|
|
2016
1263
|
"variableTypeTokenRange": {
|
|
2017
1264
|
"startIndex": 1,
|
|
2018
|
-
"endIndex":
|
|
1265
|
+
"endIndex": 14
|
|
2019
1266
|
}
|
|
2020
1267
|
},
|
|
2021
1268
|
{
|
|
2022
1269
|
"kind": "Variable",
|
|
2023
|
-
"canonicalReference": "@vonage/vivid!
|
|
1270
|
+
"canonicalReference": "@vonage/vivid!progressDefinition:var",
|
|
2024
1271
|
"docComment": "",
|
|
2025
1272
|
"excerptTokens": [
|
|
2026
1273
|
{
|
|
2027
1274
|
"kind": "Content",
|
|
2028
|
-
"text": "
|
|
1275
|
+
"text": "progressDefinition: "
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"kind": "Content",
|
|
1279
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
"kind": "Reference",
|
|
1283
|
+
"text": "OverrideFoundationElementDefinition",
|
|
1284
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
1285
|
+
},
|
|
1286
|
+
{
|
|
1287
|
+
"kind": "Content",
|
|
1288
|
+
"text": "<"
|
|
1289
|
+
},
|
|
1290
|
+
{
|
|
1291
|
+
"kind": "Reference",
|
|
1292
|
+
"text": "FoundationElementDefinition",
|
|
1293
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
2029
1294
|
},
|
|
2030
1295
|
{
|
|
2031
1296
|
"kind": "Content",
|
|
2032
|
-
"text": "import(\"@microsoft/fast-foundation\")."
|
|
1297
|
+
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
2033
1298
|
},
|
|
2034
1299
|
{
|
|
2035
1300
|
"kind": "Reference",
|
|
@@ -2065,30 +1330,48 @@
|
|
|
2065
1330
|
},
|
|
2066
1331
|
{
|
|
2067
1332
|
"kind": "Content",
|
|
2068
|
-
"text": ">>
|
|
1333
|
+
"text": ">>"
|
|
2069
1334
|
}
|
|
2070
1335
|
],
|
|
2071
1336
|
"fileUrlPath": "../../dist/libs/components/lib/progress/definition.d.ts",
|
|
2072
1337
|
"isReadonly": true,
|
|
2073
1338
|
"releaseTag": "Public",
|
|
2074
|
-
"name": "
|
|
1339
|
+
"name": "progressDefinition",
|
|
2075
1340
|
"variableTypeTokenRange": {
|
|
2076
1341
|
"startIndex": 1,
|
|
2077
|
-
"endIndex":
|
|
1342
|
+
"endIndex": 14
|
|
2078
1343
|
}
|
|
2079
1344
|
},
|
|
2080
1345
|
{
|
|
2081
1346
|
"kind": "Variable",
|
|
2082
|
-
"canonicalReference": "@vonage/vivid!
|
|
1347
|
+
"canonicalReference": "@vonage/vivid!progressRingDefinition:var",
|
|
2083
1348
|
"docComment": "",
|
|
2084
1349
|
"excerptTokens": [
|
|
2085
1350
|
{
|
|
2086
1351
|
"kind": "Content",
|
|
2087
|
-
"text": "
|
|
1352
|
+
"text": "progressRingDefinition: "
|
|
1353
|
+
},
|
|
1354
|
+
{
|
|
1355
|
+
"kind": "Content",
|
|
1356
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
1357
|
+
},
|
|
1358
|
+
{
|
|
1359
|
+
"kind": "Reference",
|
|
1360
|
+
"text": "OverrideFoundationElementDefinition",
|
|
1361
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
"kind": "Content",
|
|
1365
|
+
"text": "<"
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
"kind": "Reference",
|
|
1369
|
+
"text": "FoundationElementDefinition",
|
|
1370
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
2088
1371
|
},
|
|
2089
1372
|
{
|
|
2090
1373
|
"kind": "Content",
|
|
2091
|
-
"text": "import(\"@microsoft/fast-foundation\")."
|
|
1374
|
+
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
2092
1375
|
},
|
|
2093
1376
|
{
|
|
2094
1377
|
"kind": "Reference",
|
|
@@ -2124,35 +1407,35 @@
|
|
|
2124
1407
|
},
|
|
2125
1408
|
{
|
|
2126
1409
|
"kind": "Content",
|
|
2127
|
-
"text": ">>
|
|
1410
|
+
"text": ">>"
|
|
2128
1411
|
}
|
|
2129
1412
|
],
|
|
2130
1413
|
"fileUrlPath": "../../dist/libs/components/lib/progress-ring/definition.d.ts",
|
|
2131
1414
|
"isReadonly": true,
|
|
2132
1415
|
"releaseTag": "Public",
|
|
2133
|
-
"name": "
|
|
1416
|
+
"name": "progressRingDefinition",
|
|
2134
1417
|
"variableTypeTokenRange": {
|
|
2135
1418
|
"startIndex": 1,
|
|
2136
|
-
"endIndex":
|
|
1419
|
+
"endIndex": 14
|
|
2137
1420
|
}
|
|
2138
1421
|
},
|
|
2139
1422
|
{
|
|
2140
1423
|
"kind": "Variable",
|
|
2141
|
-
"canonicalReference": "@vonage/vivid!
|
|
1424
|
+
"canonicalReference": "@vonage/vivid!radioDefinition:var",
|
|
2142
1425
|
"docComment": "",
|
|
2143
1426
|
"excerptTokens": [
|
|
2144
1427
|
{
|
|
2145
1428
|
"kind": "Content",
|
|
2146
|
-
"text": "
|
|
1429
|
+
"text": "radioDefinition: "
|
|
2147
1430
|
},
|
|
2148
1431
|
{
|
|
2149
1432
|
"kind": "Content",
|
|
2150
|
-
"text": "(import(\"@microsoft/fast-foundation\")."
|
|
1433
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
2151
1434
|
},
|
|
2152
1435
|
{
|
|
2153
1436
|
"kind": "Reference",
|
|
2154
|
-
"text": "
|
|
2155
|
-
"canonicalReference": "@microsoft/fast-foundation!
|
|
1437
|
+
"text": "OverrideFoundationElementDefinition",
|
|
1438
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
2156
1439
|
},
|
|
2157
1440
|
{
|
|
2158
1441
|
"kind": "Content",
|
|
@@ -2165,25 +1448,7 @@
|
|
|
2165
1448
|
},
|
|
2166
1449
|
{
|
|
2167
1450
|
"kind": "Content",
|
|
2168
|
-
"text": "
|
|
2169
|
-
},
|
|
2170
|
-
{
|
|
2171
|
-
"kind": "Reference",
|
|
2172
|
-
"text": "Constructable",
|
|
2173
|
-
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
2174
|
-
},
|
|
2175
|
-
{
|
|
2176
|
-
"kind": "Content",
|
|
2177
|
-
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
2178
|
-
},
|
|
2179
|
-
{
|
|
2180
|
-
"kind": "Reference",
|
|
2181
|
-
"text": "FoundationElement",
|
|
2182
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
2183
|
-
},
|
|
2184
|
-
{
|
|
2185
|
-
"kind": "Content",
|
|
2186
|
-
"text": ">> | import(\"@microsoft/fast-foundation\")."
|
|
1451
|
+
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
2187
1452
|
},
|
|
2188
1453
|
{
|
|
2189
1454
|
"kind": "Reference",
|
|
@@ -2192,12 +1457,12 @@
|
|
|
2192
1457
|
},
|
|
2193
1458
|
{
|
|
2194
1459
|
"kind": "Content",
|
|
2195
|
-
"text": "<
|
|
1460
|
+
"text": "<"
|
|
2196
1461
|
},
|
|
2197
1462
|
{
|
|
2198
1463
|
"kind": "Reference",
|
|
2199
|
-
"text": "
|
|
2200
|
-
"canonicalReference": "@microsoft/fast-foundation!
|
|
1464
|
+
"text": "RadioOptions",
|
|
1465
|
+
"canonicalReference": "@microsoft/fast-foundation!RadioOptions:type"
|
|
2201
1466
|
},
|
|
2202
1467
|
{
|
|
2203
1468
|
"kind": "Content",
|
|
@@ -2219,30 +1484,48 @@
|
|
|
2219
1484
|
},
|
|
2220
1485
|
{
|
|
2221
1486
|
"kind": "Content",
|
|
2222
|
-
"text": ">>
|
|
1487
|
+
"text": ">>"
|
|
2223
1488
|
}
|
|
2224
1489
|
],
|
|
2225
1490
|
"fileUrlPath": "../../dist/libs/components/lib/radio/definition.d.ts",
|
|
2226
1491
|
"isReadonly": true,
|
|
2227
1492
|
"releaseTag": "Public",
|
|
2228
|
-
"name": "
|
|
1493
|
+
"name": "radioDefinition",
|
|
2229
1494
|
"variableTypeTokenRange": {
|
|
2230
1495
|
"startIndex": 1,
|
|
2231
|
-
"endIndex":
|
|
1496
|
+
"endIndex": 14
|
|
2232
1497
|
}
|
|
2233
1498
|
},
|
|
2234
1499
|
{
|
|
2235
1500
|
"kind": "Variable",
|
|
2236
|
-
"canonicalReference": "@vonage/vivid!
|
|
1501
|
+
"canonicalReference": "@vonage/vivid!radioGroupDefinition:var",
|
|
2237
1502
|
"docComment": "",
|
|
2238
1503
|
"excerptTokens": [
|
|
2239
1504
|
{
|
|
2240
1505
|
"kind": "Content",
|
|
2241
|
-
"text": "
|
|
1506
|
+
"text": "radioGroupDefinition: "
|
|
1507
|
+
},
|
|
1508
|
+
{
|
|
1509
|
+
"kind": "Content",
|
|
1510
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
1511
|
+
},
|
|
1512
|
+
{
|
|
1513
|
+
"kind": "Reference",
|
|
1514
|
+
"text": "OverrideFoundationElementDefinition",
|
|
1515
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
1516
|
+
},
|
|
1517
|
+
{
|
|
1518
|
+
"kind": "Content",
|
|
1519
|
+
"text": "<{\n baseName: string;\n template: any;\n styles: import(\"@microsoft/fast-element\")."
|
|
1520
|
+
},
|
|
1521
|
+
{
|
|
1522
|
+
"kind": "Reference",
|
|
1523
|
+
"text": "ComposableStyles",
|
|
1524
|
+
"canonicalReference": "@microsoft/fast-element!ComposableStyles:type"
|
|
2242
1525
|
},
|
|
2243
1526
|
{
|
|
2244
1527
|
"kind": "Content",
|
|
2245
|
-
"text": "import(\"@microsoft/fast-foundation\")."
|
|
1528
|
+
"text": ";\n}> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
2246
1529
|
},
|
|
2247
1530
|
{
|
|
2248
1531
|
"kind": "Reference",
|
|
@@ -2269,16 +1552,16 @@
|
|
|
2269
1552
|
},
|
|
2270
1553
|
{
|
|
2271
1554
|
"kind": "Content",
|
|
2272
|
-
"text": ">
|
|
1555
|
+
"text": ">"
|
|
2273
1556
|
}
|
|
2274
1557
|
],
|
|
2275
1558
|
"fileUrlPath": "../../dist/libs/components/lib/radio-group/definition.d.ts",
|
|
2276
1559
|
"isReadonly": true,
|
|
2277
1560
|
"releaseTag": "Public",
|
|
2278
|
-
"name": "
|
|
1561
|
+
"name": "radioGroupDefinition",
|
|
2279
1562
|
"variableTypeTokenRange": {
|
|
2280
1563
|
"startIndex": 1,
|
|
2281
|
-
"endIndex":
|
|
1564
|
+
"endIndex": 12
|
|
2282
1565
|
}
|
|
2283
1566
|
},
|
|
2284
1567
|
{
|
|
@@ -2759,16 +2042,16 @@
|
|
|
2759
2042
|
},
|
|
2760
2043
|
{
|
|
2761
2044
|
"kind": "Variable",
|
|
2762
|
-
"canonicalReference": "@vonage/vivid!
|
|
2045
|
+
"canonicalReference": "@vonage/vivid!registerFactory:var",
|
|
2763
2046
|
"docComment": "",
|
|
2764
2047
|
"excerptTokens": [
|
|
2765
2048
|
{
|
|
2766
2049
|
"kind": "Content",
|
|
2767
|
-
"text": "
|
|
2050
|
+
"text": "registerFactory: "
|
|
2768
2051
|
},
|
|
2769
2052
|
{
|
|
2770
2053
|
"kind": "Content",
|
|
2771
|
-
"text": "(
|
|
2054
|
+
"text": "(registries: any[]) => (prefix?: string) => "
|
|
2772
2055
|
},
|
|
2773
2056
|
{
|
|
2774
2057
|
"kind": "Reference",
|
|
@@ -2779,7 +2062,35 @@
|
|
|
2779
2062
|
"fileUrlPath": "../../dist/libs/components/shared/design-system/index.d.ts",
|
|
2780
2063
|
"isReadonly": true,
|
|
2781
2064
|
"releaseTag": "Public",
|
|
2782
|
-
"name": "
|
|
2065
|
+
"name": "registerFactory",
|
|
2066
|
+
"variableTypeTokenRange": {
|
|
2067
|
+
"startIndex": 1,
|
|
2068
|
+
"endIndex": 3
|
|
2069
|
+
}
|
|
2070
|
+
},
|
|
2071
|
+
{
|
|
2072
|
+
"kind": "Variable",
|
|
2073
|
+
"canonicalReference": "@vonage/vivid!registerHeader:var",
|
|
2074
|
+
"docComment": "",
|
|
2075
|
+
"excerptTokens": [
|
|
2076
|
+
{
|
|
2077
|
+
"kind": "Content",
|
|
2078
|
+
"text": "registerHeader: "
|
|
2079
|
+
},
|
|
2080
|
+
{
|
|
2081
|
+
"kind": "Content",
|
|
2082
|
+
"text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
|
|
2083
|
+
},
|
|
2084
|
+
{
|
|
2085
|
+
"kind": "Reference",
|
|
2086
|
+
"text": "DesignSystem",
|
|
2087
|
+
"canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
|
|
2088
|
+
}
|
|
2089
|
+
],
|
|
2090
|
+
"fileUrlPath": "../../dist/libs/components/lib/header/definition.d.ts",
|
|
2091
|
+
"isReadonly": true,
|
|
2092
|
+
"releaseTag": "Public",
|
|
2093
|
+
"name": "registerHeader",
|
|
2783
2094
|
"variableTypeTokenRange": {
|
|
2784
2095
|
"startIndex": 1,
|
|
2785
2096
|
"endIndex": 3
|
|
@@ -3375,16 +2686,34 @@
|
|
|
3375
2686
|
},
|
|
3376
2687
|
{
|
|
3377
2688
|
"kind": "Variable",
|
|
3378
|
-
"canonicalReference": "@vonage/vivid!
|
|
2689
|
+
"canonicalReference": "@vonage/vivid!sideDrawerDefinition:var",
|
|
3379
2690
|
"docComment": "",
|
|
3380
2691
|
"excerptTokens": [
|
|
3381
2692
|
{
|
|
3382
2693
|
"kind": "Content",
|
|
3383
|
-
"text": "
|
|
2694
|
+
"text": "sideDrawerDefinition: "
|
|
2695
|
+
},
|
|
2696
|
+
{
|
|
2697
|
+
"kind": "Content",
|
|
2698
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
2699
|
+
},
|
|
2700
|
+
{
|
|
2701
|
+
"kind": "Reference",
|
|
2702
|
+
"text": "OverrideFoundationElementDefinition",
|
|
2703
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
2704
|
+
},
|
|
2705
|
+
{
|
|
2706
|
+
"kind": "Content",
|
|
2707
|
+
"text": "<"
|
|
2708
|
+
},
|
|
2709
|
+
{
|
|
2710
|
+
"kind": "Reference",
|
|
2711
|
+
"text": "FoundationElementDefinition",
|
|
2712
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
3384
2713
|
},
|
|
3385
2714
|
{
|
|
3386
2715
|
"kind": "Content",
|
|
3387
|
-
"text": "import(\"@microsoft/fast-foundation\")."
|
|
2716
|
+
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
3388
2717
|
},
|
|
3389
2718
|
{
|
|
3390
2719
|
"kind": "Reference",
|
|
@@ -3420,35 +2749,35 @@
|
|
|
3420
2749
|
},
|
|
3421
2750
|
{
|
|
3422
2751
|
"kind": "Content",
|
|
3423
|
-
"text": ">>
|
|
2752
|
+
"text": ">>"
|
|
3424
2753
|
}
|
|
3425
2754
|
],
|
|
3426
2755
|
"fileUrlPath": "../../dist/libs/components/lib/side-drawer/definition.d.ts",
|
|
3427
2756
|
"isReadonly": true,
|
|
3428
2757
|
"releaseTag": "Public",
|
|
3429
|
-
"name": "
|
|
2758
|
+
"name": "sideDrawerDefinition",
|
|
3430
2759
|
"variableTypeTokenRange": {
|
|
3431
2760
|
"startIndex": 1,
|
|
3432
|
-
"endIndex":
|
|
2761
|
+
"endIndex": 14
|
|
3433
2762
|
}
|
|
3434
2763
|
},
|
|
3435
2764
|
{
|
|
3436
2765
|
"kind": "Variable",
|
|
3437
|
-
"canonicalReference": "@vonage/vivid!
|
|
2766
|
+
"canonicalReference": "@vonage/vivid!sliderDefinition:var",
|
|
3438
2767
|
"docComment": "",
|
|
3439
2768
|
"excerptTokens": [
|
|
3440
2769
|
{
|
|
3441
2770
|
"kind": "Content",
|
|
3442
|
-
"text": "
|
|
2771
|
+
"text": "sliderDefinition: "
|
|
3443
2772
|
},
|
|
3444
2773
|
{
|
|
3445
2774
|
"kind": "Content",
|
|
3446
|
-
"text": "(import(\"@microsoft/fast-foundation\")."
|
|
2775
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
3447
2776
|
},
|
|
3448
2777
|
{
|
|
3449
2778
|
"kind": "Reference",
|
|
3450
|
-
"text": "
|
|
3451
|
-
"canonicalReference": "@microsoft/fast-foundation!
|
|
2779
|
+
"text": "OverrideFoundationElementDefinition",
|
|
2780
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
3452
2781
|
},
|
|
3453
2782
|
{
|
|
3454
2783
|
"kind": "Content",
|
|
@@ -3461,25 +2790,7 @@
|
|
|
3461
2790
|
},
|
|
3462
2791
|
{
|
|
3463
2792
|
"kind": "Content",
|
|
3464
|
-
"text": "
|
|
3465
|
-
},
|
|
3466
|
-
{
|
|
3467
|
-
"kind": "Reference",
|
|
3468
|
-
"text": "Constructable",
|
|
3469
|
-
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
3470
|
-
},
|
|
3471
|
-
{
|
|
3472
|
-
"kind": "Content",
|
|
3473
|
-
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
3474
|
-
},
|
|
3475
|
-
{
|
|
3476
|
-
"kind": "Reference",
|
|
3477
|
-
"text": "FoundationElement",
|
|
3478
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
3479
|
-
},
|
|
3480
|
-
{
|
|
3481
|
-
"kind": "Content",
|
|
3482
|
-
"text": ">> | import(\"@microsoft/fast-foundation\")."
|
|
2793
|
+
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
3483
2794
|
},
|
|
3484
2795
|
{
|
|
3485
2796
|
"kind": "Reference",
|
|
@@ -3488,12 +2799,12 @@
|
|
|
3488
2799
|
},
|
|
3489
2800
|
{
|
|
3490
2801
|
"kind": "Content",
|
|
3491
|
-
"text": "<
|
|
2802
|
+
"text": "<"
|
|
3492
2803
|
},
|
|
3493
2804
|
{
|
|
3494
2805
|
"kind": "Reference",
|
|
3495
|
-
"text": "
|
|
3496
|
-
"canonicalReference": "@microsoft/fast-foundation!
|
|
2806
|
+
"text": "SliderOptions",
|
|
2807
|
+
"canonicalReference": "@microsoft/fast-foundation!SliderOptions:type"
|
|
3497
2808
|
},
|
|
3498
2809
|
{
|
|
3499
2810
|
"kind": "Content",
|
|
@@ -3515,30 +2826,48 @@
|
|
|
3515
2826
|
},
|
|
3516
2827
|
{
|
|
3517
2828
|
"kind": "Content",
|
|
3518
|
-
"text": ">>
|
|
2829
|
+
"text": ">>"
|
|
3519
2830
|
}
|
|
3520
2831
|
],
|
|
3521
2832
|
"fileUrlPath": "../../dist/libs/components/lib/slider/definition.d.ts",
|
|
3522
2833
|
"isReadonly": true,
|
|
3523
2834
|
"releaseTag": "Public",
|
|
3524
|
-
"name": "
|
|
2835
|
+
"name": "sliderDefinition",
|
|
3525
2836
|
"variableTypeTokenRange": {
|
|
3526
2837
|
"startIndex": 1,
|
|
3527
|
-
"endIndex":
|
|
2838
|
+
"endIndex": 14
|
|
3528
2839
|
}
|
|
3529
2840
|
},
|
|
3530
2841
|
{
|
|
3531
2842
|
"kind": "Variable",
|
|
3532
|
-
"canonicalReference": "@vonage/vivid!
|
|
2843
|
+
"canonicalReference": "@vonage/vivid!switchDefinition:var",
|
|
3533
2844
|
"docComment": "",
|
|
3534
2845
|
"excerptTokens": [
|
|
3535
2846
|
{
|
|
3536
2847
|
"kind": "Content",
|
|
3537
|
-
"text": "
|
|
2848
|
+
"text": "switchDefinition: "
|
|
3538
2849
|
},
|
|
3539
2850
|
{
|
|
3540
2851
|
"kind": "Content",
|
|
3541
|
-
"text": "import(\"@microsoft/fast-foundation\")."
|
|
2852
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
2853
|
+
},
|
|
2854
|
+
{
|
|
2855
|
+
"kind": "Reference",
|
|
2856
|
+
"text": "OverrideFoundationElementDefinition",
|
|
2857
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
2858
|
+
},
|
|
2859
|
+
{
|
|
2860
|
+
"kind": "Content",
|
|
2861
|
+
"text": "<"
|
|
2862
|
+
},
|
|
2863
|
+
{
|
|
2864
|
+
"kind": "Reference",
|
|
2865
|
+
"text": "FoundationElementDefinition",
|
|
2866
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
2867
|
+
},
|
|
2868
|
+
{
|
|
2869
|
+
"kind": "Content",
|
|
2870
|
+
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
3542
2871
|
},
|
|
3543
2872
|
{
|
|
3544
2873
|
"kind": "Reference",
|
|
@@ -3574,30 +2903,48 @@
|
|
|
3574
2903
|
},
|
|
3575
2904
|
{
|
|
3576
2905
|
"kind": "Content",
|
|
3577
|
-
"text": ">>
|
|
2906
|
+
"text": ">>"
|
|
3578
2907
|
}
|
|
3579
2908
|
],
|
|
3580
2909
|
"fileUrlPath": "../../dist/libs/components/lib/switch/definition.d.ts",
|
|
3581
2910
|
"isReadonly": true,
|
|
3582
2911
|
"releaseTag": "Public",
|
|
3583
|
-
"name": "
|
|
2912
|
+
"name": "switchDefinition",
|
|
3584
2913
|
"variableTypeTokenRange": {
|
|
3585
2914
|
"startIndex": 1,
|
|
3586
|
-
"endIndex":
|
|
2915
|
+
"endIndex": 14
|
|
3587
2916
|
}
|
|
3588
2917
|
},
|
|
3589
2918
|
{
|
|
3590
2919
|
"kind": "Variable",
|
|
3591
|
-
"canonicalReference": "@vonage/vivid!
|
|
2920
|
+
"canonicalReference": "@vonage/vivid!textAreaDefinition:var",
|
|
3592
2921
|
"docComment": "",
|
|
3593
2922
|
"excerptTokens": [
|
|
3594
2923
|
{
|
|
3595
2924
|
"kind": "Content",
|
|
3596
|
-
"text": "
|
|
2925
|
+
"text": "textAreaDefinition: "
|
|
3597
2926
|
},
|
|
3598
2927
|
{
|
|
3599
2928
|
"kind": "Content",
|
|
3600
|
-
"text": "import(\"@microsoft/fast-foundation\")."
|
|
2929
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
2930
|
+
},
|
|
2931
|
+
{
|
|
2932
|
+
"kind": "Reference",
|
|
2933
|
+
"text": "OverrideFoundationElementDefinition",
|
|
2934
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
2935
|
+
},
|
|
2936
|
+
{
|
|
2937
|
+
"kind": "Content",
|
|
2938
|
+
"text": "<"
|
|
2939
|
+
},
|
|
2940
|
+
{
|
|
2941
|
+
"kind": "Reference",
|
|
2942
|
+
"text": "FoundationElementDefinition",
|
|
2943
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
2944
|
+
},
|
|
2945
|
+
{
|
|
2946
|
+
"kind": "Content",
|
|
2947
|
+
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
3601
2948
|
},
|
|
3602
2949
|
{
|
|
3603
2950
|
"kind": "Reference",
|
|
@@ -3633,30 +2980,48 @@
|
|
|
3633
2980
|
},
|
|
3634
2981
|
{
|
|
3635
2982
|
"kind": "Content",
|
|
3636
|
-
"text": ">>
|
|
2983
|
+
"text": ">>"
|
|
3637
2984
|
}
|
|
3638
2985
|
],
|
|
3639
2986
|
"fileUrlPath": "../../dist/libs/components/lib/text-area/definition.d.ts",
|
|
3640
2987
|
"isReadonly": true,
|
|
3641
2988
|
"releaseTag": "Public",
|
|
3642
|
-
"name": "
|
|
2989
|
+
"name": "textAreaDefinition",
|
|
3643
2990
|
"variableTypeTokenRange": {
|
|
3644
2991
|
"startIndex": 1,
|
|
3645
|
-
"endIndex":
|
|
2992
|
+
"endIndex": 14
|
|
3646
2993
|
}
|
|
3647
2994
|
},
|
|
3648
2995
|
{
|
|
3649
2996
|
"kind": "Variable",
|
|
3650
|
-
"canonicalReference": "@vonage/vivid!
|
|
2997
|
+
"canonicalReference": "@vonage/vivid!textFieldDefinition:var",
|
|
3651
2998
|
"docComment": "",
|
|
3652
2999
|
"excerptTokens": [
|
|
3653
3000
|
{
|
|
3654
3001
|
"kind": "Content",
|
|
3655
|
-
"text": "
|
|
3002
|
+
"text": "textFieldDefinition: "
|
|
3656
3003
|
},
|
|
3657
3004
|
{
|
|
3658
3005
|
"kind": "Content",
|
|
3659
|
-
"text": "import(\"@microsoft/fast-foundation\")."
|
|
3006
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
3007
|
+
},
|
|
3008
|
+
{
|
|
3009
|
+
"kind": "Reference",
|
|
3010
|
+
"text": "OverrideFoundationElementDefinition",
|
|
3011
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
3012
|
+
},
|
|
3013
|
+
{
|
|
3014
|
+
"kind": "Content",
|
|
3015
|
+
"text": "<"
|
|
3016
|
+
},
|
|
3017
|
+
{
|
|
3018
|
+
"kind": "Reference",
|
|
3019
|
+
"text": "FoundationElementDefinition",
|
|
3020
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
3021
|
+
},
|
|
3022
|
+
{
|
|
3023
|
+
"kind": "Content",
|
|
3024
|
+
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
3660
3025
|
},
|
|
3661
3026
|
{
|
|
3662
3027
|
"kind": "Reference",
|
|
@@ -3692,30 +3057,48 @@
|
|
|
3692
3057
|
},
|
|
3693
3058
|
{
|
|
3694
3059
|
"kind": "Content",
|
|
3695
|
-
"text": ">>
|
|
3060
|
+
"text": ">>"
|
|
3696
3061
|
}
|
|
3697
3062
|
],
|
|
3698
3063
|
"fileUrlPath": "../../dist/libs/components/lib/text-field/definition.d.ts",
|
|
3699
3064
|
"isReadonly": true,
|
|
3700
3065
|
"releaseTag": "Public",
|
|
3701
|
-
"name": "
|
|
3066
|
+
"name": "textFieldDefinition",
|
|
3702
3067
|
"variableTypeTokenRange": {
|
|
3703
3068
|
"startIndex": 1,
|
|
3704
|
-
"endIndex":
|
|
3069
|
+
"endIndex": 14
|
|
3705
3070
|
}
|
|
3706
3071
|
},
|
|
3707
3072
|
{
|
|
3708
3073
|
"kind": "Variable",
|
|
3709
|
-
"canonicalReference": "@vonage/vivid!
|
|
3074
|
+
"canonicalReference": "@vonage/vivid!tooltipDefinition:var",
|
|
3710
3075
|
"docComment": "",
|
|
3711
3076
|
"excerptTokens": [
|
|
3712
3077
|
{
|
|
3713
3078
|
"kind": "Content",
|
|
3714
|
-
"text": "
|
|
3079
|
+
"text": "tooltipDefinition: "
|
|
3715
3080
|
},
|
|
3716
3081
|
{
|
|
3717
3082
|
"kind": "Content",
|
|
3718
|
-
"text": "import(\"@microsoft/fast-foundation\")."
|
|
3083
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
3084
|
+
},
|
|
3085
|
+
{
|
|
3086
|
+
"kind": "Reference",
|
|
3087
|
+
"text": "OverrideFoundationElementDefinition",
|
|
3088
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
3089
|
+
},
|
|
3090
|
+
{
|
|
3091
|
+
"kind": "Content",
|
|
3092
|
+
"text": "<"
|
|
3093
|
+
},
|
|
3094
|
+
{
|
|
3095
|
+
"kind": "Reference",
|
|
3096
|
+
"text": "FoundationElementDefinition",
|
|
3097
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
3098
|
+
},
|
|
3099
|
+
{
|
|
3100
|
+
"kind": "Content",
|
|
3101
|
+
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
3719
3102
|
},
|
|
3720
3103
|
{
|
|
3721
3104
|
"kind": "Reference",
|
|
@@ -3751,16 +3134,16 @@
|
|
|
3751
3134
|
},
|
|
3752
3135
|
{
|
|
3753
3136
|
"kind": "Content",
|
|
3754
|
-
"text": ">>
|
|
3137
|
+
"text": ">>"
|
|
3755
3138
|
}
|
|
3756
3139
|
],
|
|
3757
3140
|
"fileUrlPath": "../../dist/libs/components/lib/tooltip/definition.d.ts",
|
|
3758
3141
|
"isReadonly": true,
|
|
3759
3142
|
"releaseTag": "Public",
|
|
3760
|
-
"name": "
|
|
3143
|
+
"name": "tooltipDefinition",
|
|
3761
3144
|
"variableTypeTokenRange": {
|
|
3762
3145
|
"startIndex": 1,
|
|
3763
|
-
"endIndex":
|
|
3146
|
+
"endIndex": 14
|
|
3764
3147
|
}
|
|
3765
3148
|
}
|
|
3766
3149
|
]
|