@vonage/vivid 4.21.1 → 4.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +2055 -640
- package/index.cjs +1 -1
- package/index.js +2 -2
- package/lib/accordion-item/accordion-item.d.ts +11 -5
- package/lib/action-group/action-group.d.ts +8 -6
- package/lib/alert/alert.d.ts +21 -9
- package/lib/audio-player/audio-player.d.ts +13 -6
- package/lib/badge/badge.d.ts +11 -5
- package/lib/banner/banner.d.ts +26 -12
- package/lib/breadcrumb/breadcrumb.d.ts +333 -1
- package/lib/breadcrumb/breadcrumb.template.d.ts +2 -3
- package/lib/breadcrumb-item/breadcrumb-item.d.ts +8 -6
- package/lib/button/button.d.ts +11 -5
- package/lib/calendar/calendar.d.ts +3 -1
- package/lib/calendar-event/calendar-event.d.ts +333 -1
- package/lib/checkbox/checkbox.d.ts +8 -6
- package/lib/combobox/combobox.d.ts +11 -5
- package/lib/date-picker/date-picker.d.ts +74 -50
- package/lib/date-range-picker/date-range-picker.d.ts +38 -26
- package/lib/date-time-picker/date-time-picker.d.ts +76 -52
- package/lib/dial-pad/dial-pad.d.ts +11 -5
- package/lib/dialog/dialog.d.ts +16 -8
- package/lib/divider/divider.d.ts +8 -6
- package/lib/enums.d.ts +0 -4
- package/lib/fab/fab.d.ts +11 -5
- package/lib/file-picker/file-picker.d.ts +338 -1
- package/lib/header/header.d.ts +333 -1
- package/lib/menu/menu.d.ts +16 -8
- package/lib/menu-item/menu-item.d.ts +338 -2
- package/lib/nav/nav.d.ts +333 -1
- package/lib/nav-disclosure/nav-disclosure.d.ts +16 -8
- package/lib/nav-item/nav-item.d.ts +11 -5
- package/lib/note/note.d.ts +11 -5
- package/lib/number-field/number-field.d.ts +26 -12
- package/lib/option/option.d.ts +341 -3
- package/lib/progress/progress.d.ts +8 -6
- package/lib/progress-ring/progress-ring.d.ts +8 -6
- package/lib/radio-group/radio-group.d.ts +333 -1
- package/lib/range-slider/range-slider.d.ts +11 -5
- package/lib/rich-text-editor/facades/prose-mirror-vivid.schema.d.ts +1 -1
- package/lib/rich-text-editor/facades/vivid-prose-mirror.facade.d.ts +7 -1
- package/lib/rich-text-editor/menubar/consts.d.ts +18 -0
- package/lib/rich-text-editor/menubar/menubar.d.ts +3 -0
- package/lib/rich-text-editor/rich-text-editor.d.ts +14 -3
- package/lib/searchable-select/option-tag.d.ts +14 -6
- package/lib/searchable-select/searchable-select.d.ts +349 -7
- package/lib/select/select.d.ts +339 -3
- package/lib/selectable-box/selectable-box.d.ts +8 -6
- package/lib/slider/slider.d.ts +16 -8
- package/lib/split-button/split-button.d.ts +26 -12
- package/lib/switch/switch.d.ts +8 -6
- package/lib/tab/tab.d.ts +349 -7
- package/lib/tab-panel/tab-panel.d.ts +333 -1
- package/lib/tabs/definition.d.ts +1 -0
- package/lib/tabs/tabs.d.ts +6 -1
- package/lib/tag/tag.d.ts +338 -2
- package/lib/tag-group/tag-group.d.ts +8 -6
- package/lib/text-anchor/text-anchor.d.ts +16 -8
- package/lib/text-area/text-area.d.ts +8 -6
- package/lib/text-field/text-field.d.ts +16 -8
- package/lib/time-picker/time-picker.d.ts +38 -26
- package/lib/toggletip/toggletip.d.ts +9 -3
- package/lib/tooltip/tooltip.d.ts +9 -3
- package/lib/tree-item/tree-item.d.ts +338 -2
- package/lib/tree-view/tree-view.d.ts +333 -1
- package/lib/video-player/video-player.d.ts +14 -6
- package/package.json +1 -1
- package/shared/affix.js +1 -1
- package/shared/aria/aria-change-subscription.d.ts +6 -0
- package/shared/aria/aria-mixin.d.ts +338 -0
- package/shared/aria/delegate-aria-behavior.d.ts +31 -0
- package/shared/aria/delegates-aria.d.ts +14 -9
- package/shared/aria/host-semantics-behavior.d.ts +22 -0
- package/shared/aria/host-semantics.d.ts +337 -0
- package/shared/attribute-binding-behaviour.cjs +41 -0
- package/shared/attribute-binding-behaviour.js +39 -0
- package/shared/calendar-event.cjs +2 -1
- package/shared/calendar-event.js +2 -1
- package/shared/definition.js +1 -1
- package/shared/definition10.cjs +8 -2
- package/shared/definition10.js +9 -3
- package/shared/definition11.cjs +4 -28
- package/shared/definition11.js +5 -29
- package/shared/definition12.cjs +4 -1
- package/shared/definition12.js +5 -2
- package/shared/definition13.js +1 -1
- package/shared/definition14.js +1 -1
- package/shared/definition15.cjs +9 -8
- package/shared/definition15.js +11 -10
- package/shared/definition16.cjs +1 -1
- package/shared/definition16.js +2 -2
- package/shared/definition17.js +1 -1
- package/shared/definition18.js +1 -1
- package/shared/definition19.cjs +3 -0
- package/shared/definition19.js +4 -1
- package/shared/definition2.js +1 -1
- package/shared/definition20.js +1 -1
- package/shared/definition21.js +1 -1
- package/shared/definition22.cjs +3 -2
- package/shared/definition22.js +5 -4
- package/shared/definition23.cjs +4 -2
- package/shared/definition23.js +6 -4
- package/shared/definition24.js +1 -1
- package/shared/definition25.cjs +2 -14
- package/shared/definition25.js +3 -15
- package/shared/definition26.cjs +15 -2
- package/shared/definition26.js +16 -3
- package/shared/definition27.cjs +3 -2
- package/shared/definition27.js +4 -3
- package/shared/definition28.cjs +1 -1
- package/shared/definition28.js +2 -2
- package/shared/definition29.js +1 -1
- package/shared/definition3.cjs +4 -3
- package/shared/definition3.js +6 -5
- package/shared/definition30.cjs +34 -34
- package/shared/definition30.js +36 -36
- package/shared/definition31.cjs +6 -4
- package/shared/definition31.js +8 -6
- package/shared/definition32.js +1 -1
- package/shared/definition33.cjs +7 -2
- package/shared/definition33.js +8 -3
- package/shared/definition34.js +1 -1
- package/shared/definition35.cjs +3 -14
- package/shared/definition35.js +5 -16
- package/shared/definition36.cjs +8 -5
- package/shared/definition36.js +9 -6
- package/shared/definition37.js +1 -1
- package/shared/definition38.cjs +7 -8
- package/shared/definition38.js +9 -10
- package/shared/definition39.cjs +7 -8
- package/shared/definition39.js +9 -10
- package/shared/definition4.cjs +1 -1
- package/shared/definition4.js +2 -2
- package/shared/definition40.cjs +8 -5
- package/shared/definition40.js +9 -6
- package/shared/definition41.cjs +1 -1
- package/shared/definition41.js +2 -2
- package/shared/definition42.js +1 -1
- package/shared/definition43.cjs +506 -93
- package/shared/definition43.js +502 -89
- package/shared/definition44.cjs +27 -10
- package/shared/definition44.js +28 -11
- package/shared/definition45.cjs +12 -6
- package/shared/definition45.js +13 -7
- package/shared/definition46.cjs +18 -6
- package/shared/definition46.js +20 -8
- package/shared/definition47.js +1 -1
- package/shared/definition48.js +1 -1
- package/shared/definition49.cjs +10 -3
- package/shared/definition49.js +12 -5
- package/shared/definition5.cjs +7 -2
- package/shared/definition5.js +8 -3
- package/shared/definition50.cjs +8 -7
- package/shared/definition50.js +10 -9
- package/shared/definition51.cjs +3 -2
- package/shared/definition51.js +4 -3
- package/shared/definition52.cjs +8 -4
- package/shared/definition52.js +9 -5
- package/shared/definition53.cjs +5 -0
- package/shared/definition53.js +6 -2
- package/shared/definition54.cjs +4 -3
- package/shared/definition54.js +6 -5
- package/shared/definition55.cjs +7 -4
- package/shared/definition55.js +8 -5
- package/shared/definition56.cjs +69 -15
- package/shared/definition56.js +70 -16
- package/shared/definition57.cjs +163 -112
- package/shared/definition57.js +165 -114
- package/shared/definition58.js +1 -1
- package/shared/definition59.js +1 -1
- package/shared/definition6.js +1 -1
- package/shared/definition60.js +1 -1
- package/shared/definition61.cjs +8 -5
- package/shared/definition61.js +9 -6
- package/shared/definition62.cjs +5 -2
- package/shared/definition62.js +6 -3
- package/shared/definition63.js +1 -1
- package/shared/definition64.js +1 -1
- package/shared/definition65.js +1 -1
- package/shared/definition7.js +1 -1
- package/shared/definition8.cjs +4 -2
- package/shared/definition8.js +6 -4
- package/shared/definition9.js +1 -1
- package/shared/delegates-aria.cjs +106 -56
- package/shared/delegates-aria.js +107 -58
- package/shared/enums.cjs +0 -6
- package/shared/enums.js +1 -6
- package/shared/foundation/button/button.d.ts +8 -6
- package/shared/foundation/vivid-element/vivid-element.d.ts +339 -1
- package/shared/host-semantics.cjs +65 -0
- package/shared/host-semantics.js +62 -0
- package/shared/option.cjs +7 -1
- package/shared/option.js +7 -1
- package/shared/patterns/affix.d.ts +22 -10
- package/shared/patterns/anchored.d.ts +18 -6
- package/shared/patterns/localized.d.ts +11 -5
- package/shared/patterns/trapped-focus.d.ts +11 -5
- package/shared/picker-field/mixins/calendar-picker.d.ts +19 -13
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +19 -13
- package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +11 -5
- package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +38 -26
- package/shared/picker-field/mixins/single-date-picker.d.ts +55 -37
- package/shared/picker-field/mixins/single-value-picker.d.ts +17 -11
- package/shared/picker-field/mixins/time-selection-picker.d.ts +38 -26
- package/shared/picker-field/mixins/time-selection-picker.template.d.ts +38 -26
- package/shared/picker-field/picker-field.d.ts +21 -9
- package/shared/picker-field.template.js +1 -1
- package/shared/repeat.js +1 -1
- package/shared/single-value-picker.cjs +3 -0
- package/shared/single-value-picker.js +3 -0
- package/shared/slider.template.cjs +10 -9
- package/shared/slider.template.js +10 -9
- package/shared/templating/attribute-binding-behaviour.d.ts +15 -0
- package/shared/templating/render-in-light-dom.d.ts +22 -0
- package/shared/text-anchor.template.cjs +2 -13
- package/shared/text-anchor.template.js +2 -13
- package/shared/text-field.cjs +1 -1
- package/shared/text-field.js +1 -1
- package/shared/time-selection-picker.template.js +1 -1
- package/shared/vivid-element.cjs +96 -2
- package/shared/vivid-element.js +93 -3
- 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/styles/tokens/vivid-2-compat.css +1 -1
- package/text-anchor/index.js +1 -1
- package/vivid.api.json +316 -70
- package/shared/Reflector.cjs +0 -71
- package/shared/Reflector.js +0 -69
package/custom-elements.json
CHANGED
|
@@ -294,6 +294,194 @@
|
|
|
294
294
|
}
|
|
295
295
|
]
|
|
296
296
|
},
|
|
297
|
+
{
|
|
298
|
+
"kind": "javascript-module",
|
|
299
|
+
"path": "libs/components/src/lib/action-group/action-group.ts",
|
|
300
|
+
"declarations": [
|
|
301
|
+
{
|
|
302
|
+
"kind": "class",
|
|
303
|
+
"description": "",
|
|
304
|
+
"name": "ActionGroup",
|
|
305
|
+
"cssProperties": [
|
|
306
|
+
{
|
|
307
|
+
"name": "--vvd-action-group-accent-primary",
|
|
308
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"name": "--vvd-action-group-accent-intermediate",
|
|
312
|
+
"default": "var(--vvd-color-neutral-500)"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"name": "--vvd-action-group-accent-faint",
|
|
316
|
+
"default": "var(--vvd-color-neutral-50)"
|
|
317
|
+
}
|
|
318
|
+
],
|
|
319
|
+
"slots": [
|
|
320
|
+
{
|
|
321
|
+
"description": "Default slot.",
|
|
322
|
+
"name": ""
|
|
323
|
+
}
|
|
324
|
+
],
|
|
325
|
+
"members": [
|
|
326
|
+
{
|
|
327
|
+
"kind": "field",
|
|
328
|
+
"name": "shape",
|
|
329
|
+
"type": {
|
|
330
|
+
"text": "ActionGroupShape | undefined"
|
|
331
|
+
},
|
|
332
|
+
"description": "The shape the ActionGroup should have.",
|
|
333
|
+
"privacy": "public"
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"kind": "field",
|
|
337
|
+
"name": "appearance",
|
|
338
|
+
"type": {
|
|
339
|
+
"text": "ActionGroupAppearance | undefined"
|
|
340
|
+
},
|
|
341
|
+
"description": "The appearance the ActionGroup should have.",
|
|
342
|
+
"privacy": "public"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"kind": "field",
|
|
346
|
+
"name": "tight",
|
|
347
|
+
"type": {
|
|
348
|
+
"text": "boolean"
|
|
349
|
+
},
|
|
350
|
+
"default": "false",
|
|
351
|
+
"description": "Indicates whether action group should have padding.",
|
|
352
|
+
"privacy": "public"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"kind": "field",
|
|
356
|
+
"name": "_vividAriaBehaviour",
|
|
357
|
+
"default": "'delegate'",
|
|
358
|
+
"type": {
|
|
359
|
+
"text": "'delegate'"
|
|
360
|
+
},
|
|
361
|
+
"inheritedFrom": {
|
|
362
|
+
"name": "DelegatesAria",
|
|
363
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
364
|
+
}
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"kind": "field",
|
|
368
|
+
"name": "VIVID_VERSION",
|
|
369
|
+
"static": true,
|
|
370
|
+
"default": "__PACKAGE_VERSION__",
|
|
371
|
+
"description": "The current version of the Vivid library, which is useful for debugging.\nIt can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.",
|
|
372
|
+
"type": {
|
|
373
|
+
"text": "string"
|
|
374
|
+
},
|
|
375
|
+
"inheritedFrom": {
|
|
376
|
+
"name": "VividElement",
|
|
377
|
+
"module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
|
|
378
|
+
}
|
|
379
|
+
}
|
|
380
|
+
],
|
|
381
|
+
"attributes": [
|
|
382
|
+
{
|
|
383
|
+
"name": "shape",
|
|
384
|
+
"type": {
|
|
385
|
+
"text": "ActionGroupShape | undefined"
|
|
386
|
+
},
|
|
387
|
+
"description": "The shape the ActionGroup should have.",
|
|
388
|
+
"fieldName": "shape"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"name": "appearance",
|
|
392
|
+
"type": {
|
|
393
|
+
"text": "ActionGroupAppearance | undefined"
|
|
394
|
+
},
|
|
395
|
+
"description": "The appearance the ActionGroup should have.",
|
|
396
|
+
"fieldName": "appearance"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"type": {
|
|
400
|
+
"text": "boolean"
|
|
401
|
+
},
|
|
402
|
+
"default": "false",
|
|
403
|
+
"description": "Indicates whether action group should have padding.",
|
|
404
|
+
"fieldName": "tight"
|
|
405
|
+
}
|
|
406
|
+
],
|
|
407
|
+
"mixins": [
|
|
408
|
+
{
|
|
409
|
+
"name": "DelegatesAria",
|
|
410
|
+
"module": "/libs/components/src/shared/aria/delegates-aria"
|
|
411
|
+
}
|
|
412
|
+
],
|
|
413
|
+
"superclass": {
|
|
414
|
+
"name": "VividElement",
|
|
415
|
+
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
416
|
+
},
|
|
417
|
+
"vividComponent": {
|
|
418
|
+
"public": true,
|
|
419
|
+
"name": "action-group"
|
|
420
|
+
}
|
|
421
|
+
}
|
|
422
|
+
],
|
|
423
|
+
"exports": [
|
|
424
|
+
{
|
|
425
|
+
"kind": "js",
|
|
426
|
+
"name": "ActionGroup",
|
|
427
|
+
"declaration": {
|
|
428
|
+
"name": "ActionGroup",
|
|
429
|
+
"module": "libs/components/src/lib/action-group/action-group.ts"
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
]
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"kind": "javascript-module",
|
|
436
|
+
"path": "libs/components/src/lib/action-group/definition.ts",
|
|
437
|
+
"declarations": [
|
|
438
|
+
{
|
|
439
|
+
"kind": "variable",
|
|
440
|
+
"name": "registerActionGroup",
|
|
441
|
+
"description": "Registers the action-group elements with the design system.",
|
|
442
|
+
"parameters": [
|
|
443
|
+
{
|
|
444
|
+
"description": "the prefix to use for the component name",
|
|
445
|
+
"name": "prefix"
|
|
446
|
+
}
|
|
447
|
+
]
|
|
448
|
+
}
|
|
449
|
+
],
|
|
450
|
+
"exports": [
|
|
451
|
+
{
|
|
452
|
+
"kind": "js",
|
|
453
|
+
"name": "ActionGroupShape",
|
|
454
|
+
"declaration": {
|
|
455
|
+
"name": "ActionGroupShape",
|
|
456
|
+
"module": "./action-group"
|
|
457
|
+
}
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"kind": "js",
|
|
461
|
+
"name": "ActionGroupAppearance",
|
|
462
|
+
"declaration": {
|
|
463
|
+
"name": "ActionGroupAppearance",
|
|
464
|
+
"module": "./action-group"
|
|
465
|
+
}
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"kind": "js",
|
|
469
|
+
"name": "registerActionGroup",
|
|
470
|
+
"declaration": {
|
|
471
|
+
"name": "registerActionGroup",
|
|
472
|
+
"module": "libs/components/src/lib/action-group/definition.ts"
|
|
473
|
+
}
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"kind": "js",
|
|
477
|
+
"name": "VwcActionGroupElement",
|
|
478
|
+
"declaration": {
|
|
479
|
+
"name": "ActionGroup",
|
|
480
|
+
"module": "libs/components/src/lib/action-group/definition.ts"
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
]
|
|
484
|
+
},
|
|
297
485
|
{
|
|
298
486
|
"kind": "javascript-module",
|
|
299
487
|
"path": "libs/components/src/lib/accordion-item/accordion-item.ts",
|
|
@@ -596,267 +784,91 @@
|
|
|
596
784
|
},
|
|
597
785
|
{
|
|
598
786
|
"kind": "javascript-module",
|
|
599
|
-
"path": "libs/components/src/lib/
|
|
787
|
+
"path": "libs/components/src/lib/alert/alert.ts",
|
|
600
788
|
"declarations": [
|
|
601
789
|
{
|
|
602
790
|
"kind": "class",
|
|
603
791
|
"description": "",
|
|
604
|
-
"name": "
|
|
792
|
+
"name": "Alert",
|
|
605
793
|
"cssProperties": [
|
|
606
794
|
{
|
|
607
|
-
"name": "--vvd-
|
|
795
|
+
"name": "--vvd-alert-success-primary",
|
|
796
|
+
"default": "var(--vvd-color-success-500)"
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
"name": "--vvd-alert-success-primary-text",
|
|
800
|
+
"default": "var(--vvd-color-canvas)"
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"name": "--vvd-alert-information-primary",
|
|
804
|
+
"default": "var(--vvd-color-information-500)"
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"name": "--vvd-alert-information-primary-text",
|
|
808
|
+
"default": "var(--vvd-color-canvas)"
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
"name": "--vvd-alert-alert-primary",
|
|
812
|
+
"default": "var(--vvd-color-alert-500)"
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"name": "--vvd-alert-alert-primary-text",
|
|
816
|
+
"default": "var(--vvd-color-canvas)"
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"name": "--vvd-alert-warning-primary",
|
|
820
|
+
"default": "var(--vvd-color-warning-300)"
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"name": "--vvd-alert-warning-primary-text",
|
|
608
824
|
"default": "var(--vvd-color-canvas-text)"
|
|
609
825
|
},
|
|
610
826
|
{
|
|
611
|
-
"name": "--vvd-
|
|
612
|
-
"default": "var(--vvd-color-
|
|
827
|
+
"name": "--vvd-alert-announcement-primary",
|
|
828
|
+
"default": "var(--vvd-color-announcement-500)"
|
|
613
829
|
},
|
|
614
830
|
{
|
|
615
|
-
"name": "--vvd-
|
|
616
|
-
"default": "var(--vvd-color-
|
|
831
|
+
"name": "--vvd-alert-announcement-primary-text",
|
|
832
|
+
"default": "var(--vvd-color-canvas)"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"name": "--vvd-alert-accent-primary",
|
|
836
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"name": "--vvd-alert-accent-primary-text",
|
|
840
|
+
"default": "var(--vvd-color-canvas)"
|
|
617
841
|
}
|
|
618
842
|
],
|
|
619
843
|
"slots": [
|
|
620
844
|
{
|
|
621
|
-
"description": "
|
|
622
|
-
"name": ""
|
|
845
|
+
"description": "The main content of the Alert.",
|
|
846
|
+
"name": "main"
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"description": "Add action items to the Alert using this slot.",
|
|
850
|
+
"name": "action-items"
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
"description": "Add an icon to the component.",
|
|
854
|
+
"name": "icon"
|
|
623
855
|
}
|
|
624
856
|
],
|
|
625
857
|
"members": [
|
|
626
858
|
{
|
|
627
859
|
"kind": "field",
|
|
628
|
-
"name": "
|
|
860
|
+
"name": "dismissButtonAriaLabel",
|
|
629
861
|
"type": {
|
|
630
|
-
"text": "
|
|
862
|
+
"text": "| string\n\t\t| null"
|
|
631
863
|
},
|
|
632
|
-
"
|
|
864
|
+
"default": "null",
|
|
865
|
+
"description": "Allows setting a custom aria-label for the dismiss button.",
|
|
633
866
|
"privacy": "public"
|
|
634
867
|
},
|
|
635
868
|
{
|
|
636
869
|
"kind": "field",
|
|
637
|
-
"name": "
|
|
638
|
-
"
|
|
639
|
-
"text": "ActionGroupAppearance | undefined"
|
|
640
|
-
},
|
|
641
|
-
"description": "The appearance the ActionGroup should have.",
|
|
642
|
-
"privacy": "public"
|
|
643
|
-
},
|
|
644
|
-
{
|
|
645
|
-
"kind": "field",
|
|
646
|
-
"name": "tight",
|
|
647
|
-
"type": {
|
|
648
|
-
"text": "boolean"
|
|
649
|
-
},
|
|
650
|
-
"default": "false",
|
|
651
|
-
"description": "Indicates whether action group should have padding.",
|
|
652
|
-
"privacy": "public"
|
|
653
|
-
},
|
|
654
|
-
{
|
|
655
|
-
"kind": "field",
|
|
656
|
-
"name": "VIVID_VERSION",
|
|
657
|
-
"static": true,
|
|
658
|
-
"default": "__PACKAGE_VERSION__",
|
|
659
|
-
"description": "The current version of the Vivid library, which is useful for debugging.\nIt can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.",
|
|
660
|
-
"type": {
|
|
661
|
-
"text": "string"
|
|
662
|
-
},
|
|
663
|
-
"inheritedFrom": {
|
|
664
|
-
"name": "VividElement",
|
|
665
|
-
"module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
|
|
666
|
-
}
|
|
667
|
-
}
|
|
668
|
-
],
|
|
669
|
-
"attributes": [
|
|
670
|
-
{
|
|
671
|
-
"name": "shape",
|
|
672
|
-
"type": {
|
|
673
|
-
"text": "ActionGroupShape | undefined"
|
|
674
|
-
},
|
|
675
|
-
"description": "The shape the ActionGroup should have.",
|
|
676
|
-
"fieldName": "shape"
|
|
677
|
-
},
|
|
678
|
-
{
|
|
679
|
-
"name": "appearance",
|
|
680
|
-
"type": {
|
|
681
|
-
"text": "ActionGroupAppearance | undefined"
|
|
682
|
-
},
|
|
683
|
-
"description": "The appearance the ActionGroup should have.",
|
|
684
|
-
"fieldName": "appearance"
|
|
685
|
-
},
|
|
686
|
-
{
|
|
687
|
-
"type": {
|
|
688
|
-
"text": "boolean"
|
|
689
|
-
},
|
|
690
|
-
"default": "false",
|
|
691
|
-
"description": "Indicates whether action group should have padding.",
|
|
692
|
-
"fieldName": "tight"
|
|
693
|
-
}
|
|
694
|
-
],
|
|
695
|
-
"mixins": [
|
|
696
|
-
{
|
|
697
|
-
"name": "DelegatesAria",
|
|
698
|
-
"module": "/libs/components/src/shared/aria/delegates-aria"
|
|
699
|
-
}
|
|
700
|
-
],
|
|
701
|
-
"superclass": {
|
|
702
|
-
"name": "VividElement",
|
|
703
|
-
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
704
|
-
},
|
|
705
|
-
"vividComponent": {
|
|
706
|
-
"public": true,
|
|
707
|
-
"name": "action-group"
|
|
708
|
-
}
|
|
709
|
-
}
|
|
710
|
-
],
|
|
711
|
-
"exports": [
|
|
712
|
-
{
|
|
713
|
-
"kind": "js",
|
|
714
|
-
"name": "ActionGroup",
|
|
715
|
-
"declaration": {
|
|
716
|
-
"name": "ActionGroup",
|
|
717
|
-
"module": "libs/components/src/lib/action-group/action-group.ts"
|
|
718
|
-
}
|
|
719
|
-
}
|
|
720
|
-
]
|
|
721
|
-
},
|
|
722
|
-
{
|
|
723
|
-
"kind": "javascript-module",
|
|
724
|
-
"path": "libs/components/src/lib/action-group/definition.ts",
|
|
725
|
-
"declarations": [
|
|
726
|
-
{
|
|
727
|
-
"kind": "variable",
|
|
728
|
-
"name": "registerActionGroup",
|
|
729
|
-
"description": "Registers the action-group elements with the design system.",
|
|
730
|
-
"parameters": [
|
|
731
|
-
{
|
|
732
|
-
"description": "the prefix to use for the component name",
|
|
733
|
-
"name": "prefix"
|
|
734
|
-
}
|
|
735
|
-
]
|
|
736
|
-
}
|
|
737
|
-
],
|
|
738
|
-
"exports": [
|
|
739
|
-
{
|
|
740
|
-
"kind": "js",
|
|
741
|
-
"name": "ActionGroupShape",
|
|
742
|
-
"declaration": {
|
|
743
|
-
"name": "ActionGroupShape",
|
|
744
|
-
"module": "./action-group"
|
|
745
|
-
}
|
|
746
|
-
},
|
|
747
|
-
{
|
|
748
|
-
"kind": "js",
|
|
749
|
-
"name": "ActionGroupAppearance",
|
|
750
|
-
"declaration": {
|
|
751
|
-
"name": "ActionGroupAppearance",
|
|
752
|
-
"module": "./action-group"
|
|
753
|
-
}
|
|
754
|
-
},
|
|
755
|
-
{
|
|
756
|
-
"kind": "js",
|
|
757
|
-
"name": "registerActionGroup",
|
|
758
|
-
"declaration": {
|
|
759
|
-
"name": "registerActionGroup",
|
|
760
|
-
"module": "libs/components/src/lib/action-group/definition.ts"
|
|
761
|
-
}
|
|
762
|
-
},
|
|
763
|
-
{
|
|
764
|
-
"kind": "js",
|
|
765
|
-
"name": "VwcActionGroupElement",
|
|
766
|
-
"declaration": {
|
|
767
|
-
"name": "ActionGroup",
|
|
768
|
-
"module": "libs/components/src/lib/action-group/definition.ts"
|
|
769
|
-
}
|
|
770
|
-
}
|
|
771
|
-
]
|
|
772
|
-
},
|
|
773
|
-
{
|
|
774
|
-
"kind": "javascript-module",
|
|
775
|
-
"path": "libs/components/src/lib/alert/alert.ts",
|
|
776
|
-
"declarations": [
|
|
777
|
-
{
|
|
778
|
-
"kind": "class",
|
|
779
|
-
"description": "",
|
|
780
|
-
"name": "Alert",
|
|
781
|
-
"cssProperties": [
|
|
782
|
-
{
|
|
783
|
-
"name": "--vvd-alert-success-primary",
|
|
784
|
-
"default": "var(--vvd-color-success-500)"
|
|
785
|
-
},
|
|
786
|
-
{
|
|
787
|
-
"name": "--vvd-alert-success-primary-text",
|
|
788
|
-
"default": "var(--vvd-color-canvas)"
|
|
789
|
-
},
|
|
790
|
-
{
|
|
791
|
-
"name": "--vvd-alert-information-primary",
|
|
792
|
-
"default": "var(--vvd-color-information-500)"
|
|
793
|
-
},
|
|
794
|
-
{
|
|
795
|
-
"name": "--vvd-alert-information-primary-text",
|
|
796
|
-
"default": "var(--vvd-color-canvas)"
|
|
797
|
-
},
|
|
798
|
-
{
|
|
799
|
-
"name": "--vvd-alert-alert-primary",
|
|
800
|
-
"default": "var(--vvd-color-alert-500)"
|
|
801
|
-
},
|
|
802
|
-
{
|
|
803
|
-
"name": "--vvd-alert-alert-primary-text",
|
|
804
|
-
"default": "var(--vvd-color-canvas)"
|
|
805
|
-
},
|
|
806
|
-
{
|
|
807
|
-
"name": "--vvd-alert-warning-primary",
|
|
808
|
-
"default": "var(--vvd-color-warning-300)"
|
|
809
|
-
},
|
|
810
|
-
{
|
|
811
|
-
"name": "--vvd-alert-warning-primary-text",
|
|
812
|
-
"default": "var(--vvd-color-canvas-text)"
|
|
813
|
-
},
|
|
814
|
-
{
|
|
815
|
-
"name": "--vvd-alert-announcement-primary",
|
|
816
|
-
"default": "var(--vvd-color-announcement-500)"
|
|
817
|
-
},
|
|
818
|
-
{
|
|
819
|
-
"name": "--vvd-alert-announcement-primary-text",
|
|
820
|
-
"default": "var(--vvd-color-canvas)"
|
|
821
|
-
},
|
|
822
|
-
{
|
|
823
|
-
"name": "--vvd-alert-accent-primary",
|
|
824
|
-
"default": "var(--vvd-color-canvas-text)"
|
|
825
|
-
},
|
|
826
|
-
{
|
|
827
|
-
"name": "--vvd-alert-accent-primary-text",
|
|
828
|
-
"default": "var(--vvd-color-canvas)"
|
|
829
|
-
}
|
|
830
|
-
],
|
|
831
|
-
"slots": [
|
|
832
|
-
{
|
|
833
|
-
"description": "The main content of the Alert.",
|
|
834
|
-
"name": "main"
|
|
835
|
-
},
|
|
836
|
-
{
|
|
837
|
-
"description": "Add action items to the Alert using this slot.",
|
|
838
|
-
"name": "action-items"
|
|
839
|
-
},
|
|
840
|
-
{
|
|
841
|
-
"description": "Add an icon to the component.",
|
|
842
|
-
"name": "icon"
|
|
843
|
-
}
|
|
844
|
-
],
|
|
845
|
-
"members": [
|
|
846
|
-
{
|
|
847
|
-
"kind": "field",
|
|
848
|
-
"name": "dismissButtonAriaLabel",
|
|
849
|
-
"type": {
|
|
850
|
-
"text": "| string\n\t\t| null"
|
|
851
|
-
},
|
|
852
|
-
"default": "null",
|
|
853
|
-
"description": "Allows setting a custom aria-label for the dismiss button.",
|
|
854
|
-
"privacy": "public"
|
|
855
|
-
},
|
|
856
|
-
{
|
|
857
|
-
"kind": "field",
|
|
858
|
-
"name": "#timeoutID",
|
|
859
|
-
"privacy": "private",
|
|
870
|
+
"name": "#timeoutID",
|
|
871
|
+
"privacy": "private",
|
|
860
872
|
"type": {
|
|
861
873
|
"text": "NodeJS.Timeout | undefined"
|
|
862
874
|
}
|
|
@@ -1309,7 +1321,7 @@
|
|
|
1309
1321
|
"kind": "field",
|
|
1310
1322
|
"name": "skipBy",
|
|
1311
1323
|
"type": {
|
|
1312
|
-
"text": "
|
|
1324
|
+
"text": "AudioPlayerMediaSkipBy | undefined"
|
|
1313
1325
|
},
|
|
1314
1326
|
"description": "Allows the audio to skip back or forward",
|
|
1315
1327
|
"privacy": "public"
|
|
@@ -1504,7 +1516,7 @@
|
|
|
1504
1516
|
{
|
|
1505
1517
|
"name": "skip-by",
|
|
1506
1518
|
"type": {
|
|
1507
|
-
"text": "
|
|
1519
|
+
"text": "AudioPlayerMediaSkipBy | undefined"
|
|
1508
1520
|
},
|
|
1509
1521
|
"description": "Allows the audio to skip back or forward",
|
|
1510
1522
|
"fieldName": "skipBy"
|
|
@@ -2561,6 +2573,18 @@
|
|
|
2561
2573
|
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
2562
2574
|
}
|
|
2563
2575
|
},
|
|
2576
|
+
{
|
|
2577
|
+
"kind": "field",
|
|
2578
|
+
"name": "_vividAriaBehaviour",
|
|
2579
|
+
"default": "'delegate'",
|
|
2580
|
+
"type": {
|
|
2581
|
+
"text": "'delegate'"
|
|
2582
|
+
},
|
|
2583
|
+
"inheritedFrom": {
|
|
2584
|
+
"name": "DelegatesAria",
|
|
2585
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
2586
|
+
}
|
|
2587
|
+
},
|
|
2564
2588
|
{
|
|
2565
2589
|
"kind": "field",
|
|
2566
2590
|
"name": "VIVID_VERSION",
|
|
@@ -2790,6 +2814,18 @@
|
|
|
2790
2814
|
],
|
|
2791
2815
|
"description": "Sets ARIA Current for the current node\nIf child node with an anchor tag and with href is found then set aria-current to correct value for the child node,\notherwise apply aria-current to the host element, with an href"
|
|
2792
2816
|
},
|
|
2817
|
+
{
|
|
2818
|
+
"kind": "field",
|
|
2819
|
+
"name": "_vividAriaBehaviour",
|
|
2820
|
+
"default": "'delegate'",
|
|
2821
|
+
"type": {
|
|
2822
|
+
"text": "'delegate'"
|
|
2823
|
+
},
|
|
2824
|
+
"inheritedFrom": {
|
|
2825
|
+
"name": "DelegatesAria",
|
|
2826
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
2827
|
+
}
|
|
2828
|
+
},
|
|
2793
2829
|
{
|
|
2794
2830
|
"kind": "field",
|
|
2795
2831
|
"name": "VIVID_VERSION",
|
|
@@ -2805,6 +2841,12 @@
|
|
|
2805
2841
|
}
|
|
2806
2842
|
}
|
|
2807
2843
|
],
|
|
2844
|
+
"mixins": [
|
|
2845
|
+
{
|
|
2846
|
+
"name": "DelegatesAria",
|
|
2847
|
+
"module": "/libs/components/src/shared/aria/delegates-aria"
|
|
2848
|
+
}
|
|
2849
|
+
],
|
|
2808
2850
|
"superclass": {
|
|
2809
2851
|
"name": "VividElement",
|
|
2810
2852
|
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
@@ -2877,6 +2919,18 @@
|
|
|
2877
2919
|
"text": "string | undefined"
|
|
2878
2920
|
}
|
|
2879
2921
|
},
|
|
2922
|
+
{
|
|
2923
|
+
"kind": "field",
|
|
2924
|
+
"name": "_vividAriaBehaviour",
|
|
2925
|
+
"default": "'delegate'",
|
|
2926
|
+
"type": {
|
|
2927
|
+
"text": "'delegate'"
|
|
2928
|
+
},
|
|
2929
|
+
"inheritedFrom": {
|
|
2930
|
+
"name": "DelegatesAria",
|
|
2931
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
2932
|
+
}
|
|
2933
|
+
},
|
|
2880
2934
|
{
|
|
2881
2935
|
"kind": "field",
|
|
2882
2936
|
"name": "VIVID_VERSION",
|
|
@@ -3603,6 +3657,18 @@
|
|
|
3603
3657
|
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
3604
3658
|
}
|
|
3605
3659
|
},
|
|
3660
|
+
{
|
|
3661
|
+
"kind": "field",
|
|
3662
|
+
"name": "_vividAriaBehaviour",
|
|
3663
|
+
"default": "'delegate'",
|
|
3664
|
+
"type": {
|
|
3665
|
+
"text": "'delegate'"
|
|
3666
|
+
},
|
|
3667
|
+
"inheritedFrom": {
|
|
3668
|
+
"name": "DelegatesAria",
|
|
3669
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
3670
|
+
}
|
|
3671
|
+
},
|
|
3606
3672
|
{
|
|
3607
3673
|
"kind": "field",
|
|
3608
3674
|
"name": "proxy",
|
|
@@ -4047,7 +4113,7 @@
|
|
|
4047
4113
|
"kind": "field",
|
|
4048
4114
|
"name": "stickyMode",
|
|
4049
4115
|
"type": {
|
|
4050
|
-
"text": "
|
|
4116
|
+
"text": "CalendarSticky"
|
|
4051
4117
|
},
|
|
4052
4118
|
"description": "Sticky header and sticky column options",
|
|
4053
4119
|
"privacy": "public"
|
|
@@ -4180,7 +4246,7 @@
|
|
|
4180
4246
|
{
|
|
4181
4247
|
"name": "sticky-mode",
|
|
4182
4248
|
"type": {
|
|
4183
|
-
"text": "
|
|
4249
|
+
"text": "CalendarSticky"
|
|
4184
4250
|
},
|
|
4185
4251
|
"description": "Sticky header and sticky column options",
|
|
4186
4252
|
"fieldName": "stickyMode"
|
|
@@ -4430,7 +4496,19 @@
|
|
|
4430
4496
|
},
|
|
4431
4497
|
{
|
|
4432
4498
|
"kind": "field",
|
|
4433
|
-
"name": "
|
|
4499
|
+
"name": "_vividAriaBehaviour",
|
|
4500
|
+
"default": "'delegate'",
|
|
4501
|
+
"type": {
|
|
4502
|
+
"text": "'delegate'"
|
|
4503
|
+
},
|
|
4504
|
+
"inheritedFrom": {
|
|
4505
|
+
"name": "DelegatesAria",
|
|
4506
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
4507
|
+
}
|
|
4508
|
+
},
|
|
4509
|
+
{
|
|
4510
|
+
"kind": "field",
|
|
4511
|
+
"name": "VIVID_VERSION",
|
|
4434
4512
|
"static": true,
|
|
4435
4513
|
"default": "__PACKAGE_VERSION__",
|
|
4436
4514
|
"description": "The current version of the Vivid library, which is useful for debugging.\nIt can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.",
|
|
@@ -4499,6 +4577,12 @@
|
|
|
4499
4577
|
"fieldName": "duration"
|
|
4500
4578
|
}
|
|
4501
4579
|
],
|
|
4580
|
+
"mixins": [
|
|
4581
|
+
{
|
|
4582
|
+
"name": "DelegatesAria",
|
|
4583
|
+
"module": "/libs/components/src/shared/aria/delegates-aria"
|
|
4584
|
+
}
|
|
4585
|
+
],
|
|
4502
4586
|
"superclass": {
|
|
4503
4587
|
"name": "VividElement",
|
|
4504
4588
|
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
@@ -4966,6 +5050,18 @@
|
|
|
4966
5050
|
"kind": "method",
|
|
4967
5051
|
"name": "ariaCheckedChanged"
|
|
4968
5052
|
},
|
|
5053
|
+
{
|
|
5054
|
+
"kind": "field",
|
|
5055
|
+
"name": "_vividAriaBehaviour",
|
|
5056
|
+
"default": "'delegate'",
|
|
5057
|
+
"type": {
|
|
5058
|
+
"text": "'delegate'"
|
|
5059
|
+
},
|
|
5060
|
+
"inheritedFrom": {
|
|
5061
|
+
"name": "DelegatesAria",
|
|
5062
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
5063
|
+
}
|
|
5064
|
+
},
|
|
4969
5065
|
{
|
|
4970
5066
|
"kind": "field",
|
|
4971
5067
|
"name": "proxy",
|
|
@@ -9113,6 +9209,18 @@
|
|
|
9113
9209
|
"kind": "method",
|
|
9114
9210
|
"name": "#showDialog"
|
|
9115
9211
|
},
|
|
9212
|
+
{
|
|
9213
|
+
"kind": "field",
|
|
9214
|
+
"name": "_vividAriaBehaviour",
|
|
9215
|
+
"default": "'delegate'",
|
|
9216
|
+
"type": {
|
|
9217
|
+
"text": "'delegate'"
|
|
9218
|
+
},
|
|
9219
|
+
"inheritedFrom": {
|
|
9220
|
+
"name": "DelegatesAria",
|
|
9221
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
9222
|
+
}
|
|
9223
|
+
},
|
|
9116
9224
|
{
|
|
9117
9225
|
"kind": "field",
|
|
9118
9226
|
"name": "VIVID_VERSION",
|
|
@@ -9369,6 +9477,18 @@
|
|
|
9369
9477
|
"description": "The orientation of the divider.",
|
|
9370
9478
|
"privacy": "public"
|
|
9371
9479
|
},
|
|
9480
|
+
{
|
|
9481
|
+
"kind": "field",
|
|
9482
|
+
"name": "_vividAriaBehaviour",
|
|
9483
|
+
"default": "'delegate'",
|
|
9484
|
+
"type": {
|
|
9485
|
+
"text": "'delegate'"
|
|
9486
|
+
},
|
|
9487
|
+
"inheritedFrom": {
|
|
9488
|
+
"name": "DelegatesAria",
|
|
9489
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
9490
|
+
}
|
|
9491
|
+
},
|
|
9372
9492
|
{
|
|
9373
9493
|
"kind": "field",
|
|
9374
9494
|
"name": "VIVID_VERSION",
|
|
@@ -10283,6 +10403,18 @@
|
|
|
10283
10403
|
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
10284
10404
|
}
|
|
10285
10405
|
},
|
|
10406
|
+
{
|
|
10407
|
+
"kind": "field",
|
|
10408
|
+
"name": "_vividAriaBehaviour",
|
|
10409
|
+
"default": "'delegate'",
|
|
10410
|
+
"type": {
|
|
10411
|
+
"text": "'delegate'"
|
|
10412
|
+
},
|
|
10413
|
+
"inheritedFrom": {
|
|
10414
|
+
"name": "DelegatesAria",
|
|
10415
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
10416
|
+
}
|
|
10417
|
+
},
|
|
10286
10418
|
{
|
|
10287
10419
|
"kind": "field",
|
|
10288
10420
|
"name": "proxy",
|
|
@@ -10589,6 +10721,16 @@
|
|
|
10589
10721
|
"privacy": "public",
|
|
10590
10722
|
"readonly": true
|
|
10591
10723
|
},
|
|
10724
|
+
{
|
|
10725
|
+
"kind": "field",
|
|
10726
|
+
"name": "rejectedFiles",
|
|
10727
|
+
"type": {
|
|
10728
|
+
"text": "File[]"
|
|
10729
|
+
},
|
|
10730
|
+
"description": "Files that have been rejected by the file picker for failing validation.",
|
|
10731
|
+
"privacy": "public",
|
|
10732
|
+
"readonly": true
|
|
10733
|
+
},
|
|
10592
10734
|
{
|
|
10593
10735
|
"kind": "method",
|
|
10594
10736
|
"name": "#syncSingleFileState"
|
|
@@ -10947,6 +11089,18 @@
|
|
|
10947
11089
|
},
|
|
10948
11090
|
"default": "false"
|
|
10949
11091
|
},
|
|
11092
|
+
{
|
|
11093
|
+
"kind": "field",
|
|
11094
|
+
"name": "_vividAriaBehaviour",
|
|
11095
|
+
"default": "'delegate'",
|
|
11096
|
+
"type": {
|
|
11097
|
+
"text": "'delegate'"
|
|
11098
|
+
},
|
|
11099
|
+
"inheritedFrom": {
|
|
11100
|
+
"name": "DelegatesAria",
|
|
11101
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
11102
|
+
}
|
|
11103
|
+
},
|
|
10950
11104
|
{
|
|
10951
11105
|
"kind": "field",
|
|
10952
11106
|
"name": "proxy",
|
|
@@ -11051,6 +11205,10 @@
|
|
|
11051
11205
|
}
|
|
11052
11206
|
],
|
|
11053
11207
|
"mixins": [
|
|
11208
|
+
{
|
|
11209
|
+
"name": "DelegatesAria",
|
|
11210
|
+
"module": "/libs/components/src/shared/aria/delegates-aria"
|
|
11211
|
+
},
|
|
11054
11212
|
{
|
|
11055
11213
|
"name": "Localized",
|
|
11056
11214
|
"module": "/libs/components/src/shared/patterns"
|
|
@@ -11161,6 +11319,18 @@
|
|
|
11161
11319
|
"description": "applies scheme alternate to header region",
|
|
11162
11320
|
"privacy": "public"
|
|
11163
11321
|
},
|
|
11322
|
+
{
|
|
11323
|
+
"kind": "field",
|
|
11324
|
+
"name": "_vividAriaBehaviour",
|
|
11325
|
+
"default": "'delegate'",
|
|
11326
|
+
"type": {
|
|
11327
|
+
"text": "'delegate'"
|
|
11328
|
+
},
|
|
11329
|
+
"inheritedFrom": {
|
|
11330
|
+
"name": "DelegatesAria",
|
|
11331
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
11332
|
+
}
|
|
11333
|
+
},
|
|
11164
11334
|
{
|
|
11165
11335
|
"kind": "field",
|
|
11166
11336
|
"name": "VIVID_VERSION",
|
|
@@ -11195,6 +11365,12 @@
|
|
|
11195
11365
|
"fieldName": "alternate"
|
|
11196
11366
|
}
|
|
11197
11367
|
],
|
|
11368
|
+
"mixins": [
|
|
11369
|
+
{
|
|
11370
|
+
"name": "DelegatesAria",
|
|
11371
|
+
"module": "/libs/components/src/shared/aria/delegates-aria"
|
|
11372
|
+
}
|
|
11373
|
+
],
|
|
11198
11374
|
"superclass": {
|
|
11199
11375
|
"name": "VividElement",
|
|
11200
11376
|
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
@@ -11724,7 +11900,7 @@
|
|
|
11724
11900
|
"kind": "field",
|
|
11725
11901
|
"name": "menuItems",
|
|
11726
11902
|
"type": {
|
|
11727
|
-
"text": "
|
|
11903
|
+
"text": "HTMLElement[] | undefined"
|
|
11728
11904
|
},
|
|
11729
11905
|
"privacy": "private"
|
|
11730
11906
|
},
|
|
@@ -11837,12 +12013,6 @@
|
|
|
11837
12013
|
"type": {
|
|
11838
12014
|
"text": "number"
|
|
11839
12015
|
}
|
|
11840
|
-
},
|
|
11841
|
-
{
|
|
11842
|
-
"name": "adjustment",
|
|
11843
|
-
"type": {
|
|
11844
|
-
"text": "number"
|
|
11845
|
-
}
|
|
11846
12016
|
}
|
|
11847
12017
|
]
|
|
11848
12018
|
},
|
|
@@ -12031,6 +12201,18 @@
|
|
|
12031
12201
|
"module": "libs/components/src/shared/patterns/anchored.ts"
|
|
12032
12202
|
}
|
|
12033
12203
|
},
|
|
12204
|
+
{
|
|
12205
|
+
"kind": "field",
|
|
12206
|
+
"name": "_vividAriaBehaviour",
|
|
12207
|
+
"default": "'delegate'",
|
|
12208
|
+
"type": {
|
|
12209
|
+
"text": "'delegate'"
|
|
12210
|
+
},
|
|
12211
|
+
"inheritedFrom": {
|
|
12212
|
+
"name": "DelegatesAria",
|
|
12213
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
12214
|
+
}
|
|
12215
|
+
},
|
|
12034
12216
|
{
|
|
12035
12217
|
"kind": "field",
|
|
12036
12218
|
"name": "VIVID_VERSION",
|
|
@@ -12338,6 +12520,7 @@
|
|
|
12338
12520
|
"type": {
|
|
12339
12521
|
"text": "boolean"
|
|
12340
12522
|
},
|
|
12523
|
+
"default": "false",
|
|
12341
12524
|
"description": "The checked value of the element.",
|
|
12342
12525
|
"privacy": "public"
|
|
12343
12526
|
},
|
|
@@ -12439,6 +12622,18 @@
|
|
|
12439
12622
|
"kind": "method",
|
|
12440
12623
|
"name": "#emitSyntheticClick"
|
|
12441
12624
|
},
|
|
12625
|
+
{
|
|
12626
|
+
"kind": "field",
|
|
12627
|
+
"name": "_vividAriaBehaviour",
|
|
12628
|
+
"default": "'host'",
|
|
12629
|
+
"type": {
|
|
12630
|
+
"text": "'host'"
|
|
12631
|
+
},
|
|
12632
|
+
"inheritedFrom": {
|
|
12633
|
+
"name": "HostSemantics",
|
|
12634
|
+
"module": "libs/components/src/shared/aria/host-semantics.ts"
|
|
12635
|
+
}
|
|
12636
|
+
},
|
|
12442
12637
|
{
|
|
12443
12638
|
"kind": "field",
|
|
12444
12639
|
"name": "icon",
|
|
@@ -12510,6 +12705,7 @@
|
|
|
12510
12705
|
"type": {
|
|
12511
12706
|
"text": "boolean"
|
|
12512
12707
|
},
|
|
12708
|
+
"default": "false",
|
|
12513
12709
|
"description": "The checked value of the element.",
|
|
12514
12710
|
"fieldName": "checked"
|
|
12515
12711
|
},
|
|
@@ -12568,6 +12764,10 @@
|
|
|
12568
12764
|
}
|
|
12569
12765
|
],
|
|
12570
12766
|
"mixins": [
|
|
12767
|
+
{
|
|
12768
|
+
"name": "HostSemantics",
|
|
12769
|
+
"module": "/libs/components/src/shared/aria/host-semantics"
|
|
12770
|
+
},
|
|
12571
12771
|
{
|
|
12572
12772
|
"name": "AffixIcon",
|
|
12573
12773
|
"module": "/libs/components/src/shared/patterns/affix"
|
|
@@ -12653,6 +12853,12 @@
|
|
|
12653
12853
|
"name": ""
|
|
12654
12854
|
}
|
|
12655
12855
|
],
|
|
12856
|
+
"mixins": [
|
|
12857
|
+
{
|
|
12858
|
+
"name": "DelegatesAria",
|
|
12859
|
+
"module": "/libs/components/src/shared/aria/delegates-aria"
|
|
12860
|
+
}
|
|
12861
|
+
],
|
|
12656
12862
|
"superclass": {
|
|
12657
12863
|
"name": "VividElement",
|
|
12658
12864
|
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
@@ -12662,6 +12868,18 @@
|
|
|
12662
12868
|
"name": "nav"
|
|
12663
12869
|
},
|
|
12664
12870
|
"members": [
|
|
12871
|
+
{
|
|
12872
|
+
"kind": "field",
|
|
12873
|
+
"name": "_vividAriaBehaviour",
|
|
12874
|
+
"default": "'delegate'",
|
|
12875
|
+
"type": {
|
|
12876
|
+
"text": "'delegate'"
|
|
12877
|
+
},
|
|
12878
|
+
"inheritedFrom": {
|
|
12879
|
+
"name": "DelegatesAria",
|
|
12880
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
12881
|
+
}
|
|
12882
|
+
},
|
|
12665
12883
|
{
|
|
12666
12884
|
"kind": "field",
|
|
12667
12885
|
"name": "VIVID_VERSION",
|
|
@@ -12884,6 +13102,18 @@
|
|
|
12884
13102
|
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
12885
13103
|
}
|
|
12886
13104
|
},
|
|
13105
|
+
{
|
|
13106
|
+
"kind": "field",
|
|
13107
|
+
"name": "_vividAriaBehaviour",
|
|
13108
|
+
"default": "'delegate'",
|
|
13109
|
+
"type": {
|
|
13110
|
+
"text": "'delegate'"
|
|
13111
|
+
},
|
|
13112
|
+
"inheritedFrom": {
|
|
13113
|
+
"name": "DelegatesAria",
|
|
13114
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
13115
|
+
}
|
|
13116
|
+
},
|
|
12887
13117
|
{
|
|
12888
13118
|
"kind": "field",
|
|
12889
13119
|
"name": "VIVID_VERSION",
|
|
@@ -13168,6 +13398,18 @@
|
|
|
13168
13398
|
"module": "libs/components/src/lib/text-anchor/text-anchor.ts"
|
|
13169
13399
|
}
|
|
13170
13400
|
},
|
|
13401
|
+
{
|
|
13402
|
+
"kind": "field",
|
|
13403
|
+
"name": "_vividAriaBehaviour",
|
|
13404
|
+
"default": "'delegate'",
|
|
13405
|
+
"type": {
|
|
13406
|
+
"text": "'delegate'"
|
|
13407
|
+
},
|
|
13408
|
+
"inheritedFrom": {
|
|
13409
|
+
"name": "DelegatesAria",
|
|
13410
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
13411
|
+
}
|
|
13412
|
+
},
|
|
13171
13413
|
{
|
|
13172
13414
|
"kind": "field",
|
|
13173
13415
|
"name": "VIVID_VERSION",
|
|
@@ -13906,6 +14148,18 @@
|
|
|
13906
14148
|
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
13907
14149
|
}
|
|
13908
14150
|
},
|
|
14151
|
+
{
|
|
14152
|
+
"kind": "field",
|
|
14153
|
+
"name": "_vividAriaBehaviour",
|
|
14154
|
+
"default": "'delegate'",
|
|
14155
|
+
"type": {
|
|
14156
|
+
"text": "'delegate'"
|
|
14157
|
+
},
|
|
14158
|
+
"inheritedFrom": {
|
|
14159
|
+
"name": "DelegatesAria",
|
|
14160
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
14161
|
+
}
|
|
14162
|
+
},
|
|
13909
14163
|
{
|
|
13910
14164
|
"kind": "field",
|
|
13911
14165
|
"name": "proxy",
|
|
@@ -14402,12 +14656,33 @@
|
|
|
14402
14656
|
"name": "_hasMatchedText",
|
|
14403
14657
|
"readonly": true
|
|
14404
14658
|
},
|
|
14659
|
+
{
|
|
14660
|
+
"kind": "field",
|
|
14661
|
+
"name": "tagConnotation",
|
|
14662
|
+
"type": {
|
|
14663
|
+
"text": "OptionTagConnotation | undefined"
|
|
14664
|
+
},
|
|
14665
|
+
"description": "When displayed as a tag, the connotation of the tag.",
|
|
14666
|
+
"privacy": "public"
|
|
14667
|
+
},
|
|
14405
14668
|
{
|
|
14406
14669
|
"kind": "field",
|
|
14407
14670
|
"name": "proxy",
|
|
14408
14671
|
"default": "new Option(\n\t\t\tthis.text,\n\t\t\t// @ts-expect-error Propery is used before it is assigned\n\t\t\tthis.initialValue,\n\t\t\tthis.defaultSelected,\n\t\t\tthis.selected\n\t\t)",
|
|
14409
14672
|
"description": ""
|
|
14410
14673
|
},
|
|
14674
|
+
{
|
|
14675
|
+
"kind": "field",
|
|
14676
|
+
"name": "_vividAriaBehaviour",
|
|
14677
|
+
"default": "'host'",
|
|
14678
|
+
"type": {
|
|
14679
|
+
"text": "'host'"
|
|
14680
|
+
},
|
|
14681
|
+
"inheritedFrom": {
|
|
14682
|
+
"name": "HostSemantics",
|
|
14683
|
+
"module": "libs/components/src/shared/aria/host-semantics.ts"
|
|
14684
|
+
}
|
|
14685
|
+
},
|
|
14411
14686
|
{
|
|
14412
14687
|
"kind": "field",
|
|
14413
14688
|
"name": "iconTrailing",
|
|
@@ -14496,6 +14771,14 @@
|
|
|
14496
14771
|
"description": "Text to highlighted as matching a search query.",
|
|
14497
14772
|
"fieldName": "matchedText"
|
|
14498
14773
|
},
|
|
14774
|
+
{
|
|
14775
|
+
"name": "tag-connotation",
|
|
14776
|
+
"type": {
|
|
14777
|
+
"text": "OptionTagConnotation | undefined"
|
|
14778
|
+
},
|
|
14779
|
+
"description": "When displayed as a tag, the connotation of the tag.",
|
|
14780
|
+
"fieldName": "tagConnotation"
|
|
14781
|
+
},
|
|
14499
14782
|
{
|
|
14500
14783
|
"name": "icon-trailing",
|
|
14501
14784
|
"type": {
|
|
@@ -14523,6 +14806,10 @@
|
|
|
14523
14806
|
}
|
|
14524
14807
|
],
|
|
14525
14808
|
"mixins": [
|
|
14809
|
+
{
|
|
14810
|
+
"name": "HostSemantics",
|
|
14811
|
+
"module": "/libs/components/src/shared/aria/host-semantics"
|
|
14812
|
+
},
|
|
14526
14813
|
{
|
|
14527
14814
|
"name": "AffixIconWithTrailing",
|
|
14528
14815
|
"module": "/libs/components/src/shared/patterns/affix"
|
|
@@ -15346,6 +15633,18 @@
|
|
|
15346
15633
|
"description": "Indicates the progress' reverse status.",
|
|
15347
15634
|
"privacy": "public"
|
|
15348
15635
|
},
|
|
15636
|
+
{
|
|
15637
|
+
"kind": "field",
|
|
15638
|
+
"name": "_vividAriaBehaviour",
|
|
15639
|
+
"default": "'delegate'",
|
|
15640
|
+
"type": {
|
|
15641
|
+
"text": "'delegate'"
|
|
15642
|
+
},
|
|
15643
|
+
"inheritedFrom": {
|
|
15644
|
+
"name": "DelegatesAria",
|
|
15645
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
15646
|
+
}
|
|
15647
|
+
},
|
|
15349
15648
|
{
|
|
15350
15649
|
"kind": "field",
|
|
15351
15650
|
"name": "value",
|
|
@@ -15573,6 +15872,18 @@
|
|
|
15573
15872
|
"text": "-6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined"
|
|
15574
15873
|
}
|
|
15575
15874
|
},
|
|
15875
|
+
{
|
|
15876
|
+
"kind": "field",
|
|
15877
|
+
"name": "_vividAriaBehaviour",
|
|
15878
|
+
"default": "'delegate'",
|
|
15879
|
+
"type": {
|
|
15880
|
+
"text": "'delegate'"
|
|
15881
|
+
},
|
|
15882
|
+
"inheritedFrom": {
|
|
15883
|
+
"name": "DelegatesAria",
|
|
15884
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
15885
|
+
}
|
|
15886
|
+
},
|
|
15576
15887
|
{
|
|
15577
15888
|
"kind": "field",
|
|
15578
15889
|
"name": "value",
|
|
@@ -16261,6 +16572,18 @@
|
|
|
16261
16572
|
"name": "moveLeft",
|
|
16262
16573
|
"privacy": "private"
|
|
16263
16574
|
},
|
|
16575
|
+
{
|
|
16576
|
+
"kind": "field",
|
|
16577
|
+
"name": "_vividAriaBehaviour",
|
|
16578
|
+
"default": "'host'",
|
|
16579
|
+
"type": {
|
|
16580
|
+
"text": "'host'"
|
|
16581
|
+
},
|
|
16582
|
+
"inheritedFrom": {
|
|
16583
|
+
"name": "HostSemantics",
|
|
16584
|
+
"module": "libs/components/src/shared/aria/host-semantics.ts"
|
|
16585
|
+
}
|
|
16586
|
+
},
|
|
16264
16587
|
{
|
|
16265
16588
|
"kind": "field",
|
|
16266
16589
|
"name": "VIVID_VERSION",
|
|
@@ -16335,6 +16658,12 @@
|
|
|
16335
16658
|
"fieldName": "orientation"
|
|
16336
16659
|
}
|
|
16337
16660
|
],
|
|
16661
|
+
"mixins": [
|
|
16662
|
+
{
|
|
16663
|
+
"name": "HostSemantics",
|
|
16664
|
+
"module": "/libs/components/src/shared/aria/host-semantics"
|
|
16665
|
+
}
|
|
16666
|
+
],
|
|
16338
16667
|
"superclass": {
|
|
16339
16668
|
"name": "VividElement",
|
|
16340
16669
|
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
@@ -17118,7 +17447,7 @@
|
|
|
17118
17447
|
"declarations": [
|
|
17119
17448
|
{
|
|
17120
17449
|
"kind": "variable",
|
|
17121
|
-
"name": "
|
|
17450
|
+
"name": "RichTextEditorTextBlocks",
|
|
17122
17451
|
"type": {
|
|
17123
17452
|
"text": "{\n\ttitle: 'h2',\n\tsubtitle: 'h3',\n\tbody: 'p',\n}"
|
|
17124
17453
|
},
|
|
@@ -17186,12 +17515,14 @@
|
|
|
17186
17515
|
},
|
|
17187
17516
|
{
|
|
17188
17517
|
"kind": "field",
|
|
17189
|
-
"name": "
|
|
17190
|
-
"privacy": "private",
|
|
17518
|
+
"name": "placeholder",
|
|
17191
17519
|
"type": {
|
|
17192
|
-
"text": "
|
|
17193
|
-
}
|
|
17194
|
-
|
|
17520
|
+
"text": "string | undefined"
|
|
17521
|
+
}
|
|
17522
|
+
},
|
|
17523
|
+
{
|
|
17524
|
+
"kind": "method",
|
|
17525
|
+
"name": "placeholderChanged"
|
|
17195
17526
|
},
|
|
17196
17527
|
{
|
|
17197
17528
|
"kind": "field",
|
|
@@ -17210,10 +17541,10 @@
|
|
|
17210
17541
|
},
|
|
17211
17542
|
{
|
|
17212
17543
|
"kind": "method",
|
|
17213
|
-
"name": "
|
|
17544
|
+
"name": "setTextBlock",
|
|
17214
17545
|
"parameters": [
|
|
17215
17546
|
{
|
|
17216
|
-
"name": "
|
|
17547
|
+
"name": "blockType",
|
|
17217
17548
|
"type": {
|
|
17218
17549
|
"text": "'title' | 'subtitle' | 'body'"
|
|
17219
17550
|
}
|
|
@@ -17232,6 +17563,30 @@
|
|
|
17232
17563
|
}
|
|
17233
17564
|
]
|
|
17234
17565
|
},
|
|
17566
|
+
{
|
|
17567
|
+
"kind": "method",
|
|
17568
|
+
"name": "setSelectionTextSize",
|
|
17569
|
+
"parameters": [
|
|
17570
|
+
{
|
|
17571
|
+
"name": "textSize",
|
|
17572
|
+
"type": {
|
|
17573
|
+
"text": "RICH_TEXT_EDITOR_MENUBAR_TEXT_SIZES"
|
|
17574
|
+
}
|
|
17575
|
+
}
|
|
17576
|
+
]
|
|
17577
|
+
},
|
|
17578
|
+
{
|
|
17579
|
+
"kind": "field",
|
|
17580
|
+
"name": "selectionStyles",
|
|
17581
|
+
"type": {
|
|
17582
|
+
"text": "SelectionStyles"
|
|
17583
|
+
},
|
|
17584
|
+
"readonly": true
|
|
17585
|
+
},
|
|
17586
|
+
{
|
|
17587
|
+
"kind": "method",
|
|
17588
|
+
"name": "focus"
|
|
17589
|
+
},
|
|
17235
17590
|
{
|
|
17236
17591
|
"kind": "field",
|
|
17237
17592
|
"name": "VIVID_VERSION",
|
|
@@ -17263,6 +17618,13 @@
|
|
|
17263
17618
|
},
|
|
17264
17619
|
"default": "null",
|
|
17265
17620
|
"fieldName": "selectionEnd"
|
|
17621
|
+
},
|
|
17622
|
+
{
|
|
17623
|
+
"name": "placeholder",
|
|
17624
|
+
"type": {
|
|
17625
|
+
"text": "string | undefined"
|
|
17626
|
+
},
|
|
17627
|
+
"fieldName": "placeholder"
|
|
17266
17628
|
}
|
|
17267
17629
|
],
|
|
17268
17630
|
"superclass": {
|
|
@@ -17278,9 +17640,9 @@
|
|
|
17278
17640
|
"exports": [
|
|
17279
17641
|
{
|
|
17280
17642
|
"kind": "js",
|
|
17281
|
-
"name": "
|
|
17643
|
+
"name": "RichTextEditorTextBlocks",
|
|
17282
17644
|
"declaration": {
|
|
17283
|
-
"name": "
|
|
17645
|
+
"name": "RichTextEditorTextBlocks",
|
|
17284
17646
|
"module": "libs/components/src/lib/rich-text-editor/rich-text-editor.ts"
|
|
17285
17647
|
}
|
|
17286
17648
|
},
|
|
@@ -17344,6 +17706,10 @@
|
|
|
17344
17706
|
"description": "",
|
|
17345
17707
|
"name": "OptionTag",
|
|
17346
17708
|
"cssProperties": [
|
|
17709
|
+
{
|
|
17710
|
+
"name": "--vvd-option-tag-cta-contrast",
|
|
17711
|
+
"default": "var(--vvd-color-cta-800)"
|
|
17712
|
+
},
|
|
17347
17713
|
{
|
|
17348
17714
|
"name": "--vvd-option-tag-accent-contrast",
|
|
17349
17715
|
"default": "var(--vvd-color-neutral-800)"
|
|
@@ -17357,6 +17723,13 @@
|
|
|
17357
17723
|
"text": "OptionTagShape | undefined"
|
|
17358
17724
|
}
|
|
17359
17725
|
},
|
|
17726
|
+
{
|
|
17727
|
+
"kind": "field",
|
|
17728
|
+
"name": "connotation",
|
|
17729
|
+
"type": {
|
|
17730
|
+
"text": "OptionTagConnotation | undefined"
|
|
17731
|
+
}
|
|
17732
|
+
},
|
|
17360
17733
|
{
|
|
17361
17734
|
"kind": "field",
|
|
17362
17735
|
"name": "label",
|
|
@@ -17943,6 +18316,18 @@
|
|
|
17943
18316
|
"privacy": "private",
|
|
17944
18317
|
"default": "new ResizeObserver(() => {\n\t\tthis.#updateTagLayout();\n\t})"
|
|
17945
18318
|
},
|
|
18319
|
+
{
|
|
18320
|
+
"kind": "field",
|
|
18321
|
+
"name": "_vividAriaBehaviour",
|
|
18322
|
+
"default": "'delegate'",
|
|
18323
|
+
"type": {
|
|
18324
|
+
"text": "'delegate'"
|
|
18325
|
+
},
|
|
18326
|
+
"inheritedFrom": {
|
|
18327
|
+
"name": "DelegatesAria",
|
|
18328
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
18329
|
+
}
|
|
18330
|
+
},
|
|
17946
18331
|
{
|
|
17947
18332
|
"kind": "field",
|
|
17948
18333
|
"name": "iconTrailing",
|
|
@@ -18119,6 +18504,10 @@
|
|
|
18119
18504
|
}
|
|
18120
18505
|
],
|
|
18121
18506
|
"mixins": [
|
|
18507
|
+
{
|
|
18508
|
+
"name": "DelegatesAria",
|
|
18509
|
+
"module": "/libs/components/src/shared/aria/delegates-aria"
|
|
18510
|
+
},
|
|
18122
18511
|
{
|
|
18123
18512
|
"name": "AffixIconWithTrailing",
|
|
18124
18513
|
"module": "/libs/components/src/shared/patterns"
|
|
@@ -18577,6 +18966,18 @@
|
|
|
18577
18966
|
"kind": "method",
|
|
18578
18967
|
"name": "formResetCallback"
|
|
18579
18968
|
},
|
|
18969
|
+
{
|
|
18970
|
+
"kind": "field",
|
|
18971
|
+
"name": "_vividAriaBehaviour",
|
|
18972
|
+
"default": "'host'",
|
|
18973
|
+
"type": {
|
|
18974
|
+
"text": "'host'"
|
|
18975
|
+
},
|
|
18976
|
+
"inheritedFrom": {
|
|
18977
|
+
"name": "HostSemantics",
|
|
18978
|
+
"module": "libs/components/src/shared/aria/host-semantics.ts"
|
|
18979
|
+
}
|
|
18980
|
+
},
|
|
18580
18981
|
{
|
|
18581
18982
|
"kind": "field",
|
|
18582
18983
|
"name": "iconTrailing",
|
|
@@ -18832,6 +19233,10 @@
|
|
|
18832
19233
|
}
|
|
18833
19234
|
],
|
|
18834
19235
|
"mixins": [
|
|
19236
|
+
{
|
|
19237
|
+
"name": "HostSemantics",
|
|
19238
|
+
"module": "/libs/components/src/shared/aria/host-semantics"
|
|
19239
|
+
},
|
|
18835
19240
|
{
|
|
18836
19241
|
"name": "AffixIconWithTrailing",
|
|
18837
19242
|
"module": "/libs/components/src/shared/patterns"
|
|
@@ -19018,6 +19423,18 @@
|
|
|
19018
19423
|
"description": "Removes the padding around the box's slot content",
|
|
19019
19424
|
"privacy": "public"
|
|
19020
19425
|
},
|
|
19426
|
+
{
|
|
19427
|
+
"kind": "field",
|
|
19428
|
+
"name": "_vividAriaBehaviour",
|
|
19429
|
+
"default": "'delegate'",
|
|
19430
|
+
"type": {
|
|
19431
|
+
"text": "'delegate'"
|
|
19432
|
+
},
|
|
19433
|
+
"inheritedFrom": {
|
|
19434
|
+
"name": "DelegatesAria",
|
|
19435
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
19436
|
+
}
|
|
19437
|
+
},
|
|
19021
19438
|
{
|
|
19022
19439
|
"kind": "field",
|
|
19023
19440
|
"name": "VIVID_VERSION",
|
|
@@ -19742,10 +20159,22 @@
|
|
|
19742
20159
|
},
|
|
19743
20160
|
{
|
|
19744
20161
|
"kind": "field",
|
|
19745
|
-
"name": "
|
|
20162
|
+
"name": "_vividAriaBehaviour",
|
|
20163
|
+
"default": "'delegate'",
|
|
20164
|
+
"type": {
|
|
20165
|
+
"text": "'delegate'"
|
|
20166
|
+
},
|
|
19746
20167
|
"inheritedFrom": {
|
|
19747
|
-
"name": "
|
|
19748
|
-
"module": "libs/components/src/
|
|
20168
|
+
"name": "DelegatesAria",
|
|
20169
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
20170
|
+
}
|
|
20171
|
+
},
|
|
20172
|
+
{
|
|
20173
|
+
"kind": "field",
|
|
20174
|
+
"name": "proxy",
|
|
20175
|
+
"inheritedFrom": {
|
|
20176
|
+
"name": "FormAssociatedSlider",
|
|
20177
|
+
"module": "libs/components/src/lib/slider/slider.form-associated.ts"
|
|
19749
20178
|
}
|
|
19750
20179
|
},
|
|
19751
20180
|
{
|
|
@@ -20271,6 +20700,18 @@
|
|
|
20271
20700
|
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
20272
20701
|
}
|
|
20273
20702
|
},
|
|
20703
|
+
{
|
|
20704
|
+
"kind": "field",
|
|
20705
|
+
"name": "_vividAriaBehaviour",
|
|
20706
|
+
"default": "'delegate'",
|
|
20707
|
+
"type": {
|
|
20708
|
+
"text": "'delegate'"
|
|
20709
|
+
},
|
|
20710
|
+
"inheritedFrom": {
|
|
20711
|
+
"name": "DelegatesAria",
|
|
20712
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
20713
|
+
}
|
|
20714
|
+
},
|
|
20274
20715
|
{
|
|
20275
20716
|
"kind": "field",
|
|
20276
20717
|
"name": "VIVID_VERSION",
|
|
@@ -20692,6 +21133,18 @@
|
|
|
20692
21133
|
"kind": "field",
|
|
20693
21134
|
"name": "checked"
|
|
20694
21135
|
},
|
|
21136
|
+
{
|
|
21137
|
+
"kind": "field",
|
|
21138
|
+
"name": "_vividAriaBehaviour",
|
|
21139
|
+
"default": "'delegate'",
|
|
21140
|
+
"type": {
|
|
21141
|
+
"text": "'delegate'"
|
|
21142
|
+
},
|
|
21143
|
+
"inheritedFrom": {
|
|
21144
|
+
"name": "DelegatesAria",
|
|
21145
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
21146
|
+
}
|
|
21147
|
+
},
|
|
20695
21148
|
{
|
|
20696
21149
|
"kind": "field",
|
|
20697
21150
|
"name": "proxy",
|
|
@@ -20995,6 +21448,18 @@
|
|
|
20995
21448
|
}
|
|
20996
21449
|
]
|
|
20997
21450
|
},
|
|
21451
|
+
{
|
|
21452
|
+
"kind": "field",
|
|
21453
|
+
"name": "_vividAriaBehaviour",
|
|
21454
|
+
"default": "'host'",
|
|
21455
|
+
"type": {
|
|
21456
|
+
"text": "'host'"
|
|
21457
|
+
},
|
|
21458
|
+
"inheritedFrom": {
|
|
21459
|
+
"name": "HostSemantics",
|
|
21460
|
+
"module": "libs/components/src/shared/aria/host-semantics.ts"
|
|
21461
|
+
}
|
|
21462
|
+
},
|
|
20998
21463
|
{
|
|
20999
21464
|
"kind": "field",
|
|
21000
21465
|
"name": "iconTrailing",
|
|
@@ -21119,6 +21584,10 @@
|
|
|
21119
21584
|
}
|
|
21120
21585
|
],
|
|
21121
21586
|
"mixins": [
|
|
21587
|
+
{
|
|
21588
|
+
"name": "HostSemantics",
|
|
21589
|
+
"module": "/libs/components/src/shared/aria/host-semantics"
|
|
21590
|
+
},
|
|
21122
21591
|
{
|
|
21123
21592
|
"name": "AffixIconWithTrailing",
|
|
21124
21593
|
"module": "/libs/components/src/shared/patterns/affix"
|
|
@@ -21198,6 +21667,12 @@
|
|
|
21198
21667
|
"name": ""
|
|
21199
21668
|
}
|
|
21200
21669
|
],
|
|
21670
|
+
"mixins": [
|
|
21671
|
+
{
|
|
21672
|
+
"name": "HostSemantics",
|
|
21673
|
+
"module": "/libs/components/src/shared/aria/host-semantics"
|
|
21674
|
+
}
|
|
21675
|
+
],
|
|
21201
21676
|
"superclass": {
|
|
21202
21677
|
"name": "VividElement",
|
|
21203
21678
|
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
@@ -21207,6 +21682,18 @@
|
|
|
21207
21682
|
"name": "tab-panel"
|
|
21208
21683
|
},
|
|
21209
21684
|
"members": [
|
|
21685
|
+
{
|
|
21686
|
+
"kind": "field",
|
|
21687
|
+
"name": "_vividAriaBehaviour",
|
|
21688
|
+
"default": "'host'",
|
|
21689
|
+
"type": {
|
|
21690
|
+
"text": "'host'"
|
|
21691
|
+
},
|
|
21692
|
+
"inheritedFrom": {
|
|
21693
|
+
"name": "HostSemantics",
|
|
21694
|
+
"module": "libs/components/src/shared/aria/host-semantics.ts"
|
|
21695
|
+
}
|
|
21696
|
+
},
|
|
21210
21697
|
{
|
|
21211
21698
|
"kind": "field",
|
|
21212
21699
|
"name": "VIVID_VERSION",
|
|
@@ -21252,6 +21739,14 @@
|
|
|
21252
21739
|
}
|
|
21253
21740
|
],
|
|
21254
21741
|
"exports": [
|
|
21742
|
+
{
|
|
21743
|
+
"kind": "js",
|
|
21744
|
+
"name": "TabsGutters",
|
|
21745
|
+
"declaration": {
|
|
21746
|
+
"name": "TabsGutters",
|
|
21747
|
+
"module": "./tabs"
|
|
21748
|
+
}
|
|
21749
|
+
},
|
|
21255
21750
|
{
|
|
21256
21751
|
"kind": "js",
|
|
21257
21752
|
"name": "registerTabs",
|
|
@@ -21290,6 +21785,14 @@
|
|
|
21290
21785
|
},
|
|
21291
21786
|
"default": "'--_tabs-tablist-column'"
|
|
21292
21787
|
},
|
|
21788
|
+
{
|
|
21789
|
+
"kind": "variable",
|
|
21790
|
+
"name": "TabsGutters",
|
|
21791
|
+
"type": {
|
|
21792
|
+
"text": "{\n\tNone: 'none',\n\tSmall: 'small',\n}"
|
|
21793
|
+
},
|
|
21794
|
+
"default": "{\n\tNone: 'none',\n\tSmall: 'small',\n}"
|
|
21795
|
+
},
|
|
21293
21796
|
{
|
|
21294
21797
|
"kind": "variable",
|
|
21295
21798
|
"name": "TabsOrientation",
|
|
@@ -21766,6 +22269,14 @@
|
|
|
21766
22269
|
"module": "libs/components/src/lib/tabs/tabs.ts"
|
|
21767
22270
|
}
|
|
21768
22271
|
},
|
|
22272
|
+
{
|
|
22273
|
+
"kind": "js",
|
|
22274
|
+
"name": "TabsGutters",
|
|
22275
|
+
"declaration": {
|
|
22276
|
+
"name": "TabsGutters",
|
|
22277
|
+
"module": "libs/components/src/lib/tabs/tabs.ts"
|
|
22278
|
+
}
|
|
22279
|
+
},
|
|
21769
22280
|
{
|
|
21770
22281
|
"kind": "js",
|
|
21771
22282
|
"name": "TabsOrientation",
|
|
@@ -22027,6 +22538,18 @@
|
|
|
22027
22538
|
}
|
|
22028
22539
|
}
|
|
22029
22540
|
},
|
|
22541
|
+
{
|
|
22542
|
+
"kind": "field",
|
|
22543
|
+
"name": "_vividAriaBehaviour",
|
|
22544
|
+
"default": "'delegate'",
|
|
22545
|
+
"type": {
|
|
22546
|
+
"text": "'delegate'"
|
|
22547
|
+
},
|
|
22548
|
+
"inheritedFrom": {
|
|
22549
|
+
"name": "DelegatesAria",
|
|
22550
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
22551
|
+
}
|
|
22552
|
+
},
|
|
22030
22553
|
{
|
|
22031
22554
|
"kind": "field",
|
|
22032
22555
|
"name": "icon",
|
|
@@ -22150,6 +22673,10 @@
|
|
|
22150
22673
|
}
|
|
22151
22674
|
],
|
|
22152
22675
|
"mixins": [
|
|
22676
|
+
{
|
|
22677
|
+
"name": "DelegatesAria",
|
|
22678
|
+
"module": "/libs/components/src/shared/aria/delegates-aria"
|
|
22679
|
+
},
|
|
22153
22680
|
{
|
|
22154
22681
|
"name": "AffixIcon",
|
|
22155
22682
|
"module": "/libs/components/src/shared/patterns/affix"
|
|
@@ -22240,6 +22767,18 @@
|
|
|
22240
22767
|
"name": "tag-group"
|
|
22241
22768
|
},
|
|
22242
22769
|
"members": [
|
|
22770
|
+
{
|
|
22771
|
+
"kind": "field",
|
|
22772
|
+
"name": "_vividAriaBehaviour",
|
|
22773
|
+
"default": "'delegate'",
|
|
22774
|
+
"type": {
|
|
22775
|
+
"text": "'delegate'"
|
|
22776
|
+
},
|
|
22777
|
+
"inheritedFrom": {
|
|
22778
|
+
"name": "DelegatesAria",
|
|
22779
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
22780
|
+
}
|
|
22781
|
+
},
|
|
22243
22782
|
{
|
|
22244
22783
|
"kind": "field",
|
|
22245
22784
|
"name": "VIVID_VERSION",
|
|
@@ -22366,6 +22905,18 @@
|
|
|
22366
22905
|
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
22367
22906
|
}
|
|
22368
22907
|
},
|
|
22908
|
+
{
|
|
22909
|
+
"kind": "field",
|
|
22910
|
+
"name": "_vividAriaBehaviour",
|
|
22911
|
+
"default": "'delegate'",
|
|
22912
|
+
"type": {
|
|
22913
|
+
"text": "'delegate'"
|
|
22914
|
+
},
|
|
22915
|
+
"inheritedFrom": {
|
|
22916
|
+
"name": "DelegatesAria",
|
|
22917
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
22918
|
+
}
|
|
22919
|
+
},
|
|
22369
22920
|
{
|
|
22370
22921
|
"kind": "field",
|
|
22371
22922
|
"name": "VIVID_VERSION",
|
|
@@ -22808,6 +23359,18 @@
|
|
|
22808
23359
|
"text": "Reflector<this, HTMLTextAreaElement> | undefined"
|
|
22809
23360
|
}
|
|
22810
23361
|
},
|
|
23362
|
+
{
|
|
23363
|
+
"kind": "field",
|
|
23364
|
+
"name": "_vividAriaBehaviour",
|
|
23365
|
+
"default": "'delegate'",
|
|
23366
|
+
"type": {
|
|
23367
|
+
"text": "'delegate'"
|
|
23368
|
+
},
|
|
23369
|
+
"inheritedFrom": {
|
|
23370
|
+
"name": "DelegatesAria",
|
|
23371
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
23372
|
+
}
|
|
23373
|
+
},
|
|
22811
23374
|
{
|
|
22812
23375
|
"kind": "field",
|
|
22813
23376
|
"name": "proxy",
|
|
@@ -23303,31 +23866,12 @@
|
|
|
23303
23866
|
},
|
|
23304
23867
|
{
|
|
23305
23868
|
"kind": "method",
|
|
23306
|
-
"name": "
|
|
23307
|
-
"parameters": [
|
|
23308
|
-
{
|
|
23309
|
-
"name": "labelEl",
|
|
23310
|
-
"type": {
|
|
23311
|
-
"text": "HTMLLabelElement"
|
|
23312
|
-
}
|
|
23313
|
-
}
|
|
23314
|
-
]
|
|
23315
|
-
},
|
|
23316
|
-
{
|
|
23317
|
-
"kind": "field",
|
|
23318
|
-
"name": "#reflectToInput",
|
|
23319
|
-
"privacy": "private",
|
|
23320
|
-
"type": {
|
|
23321
|
-
"text": "Reflector<this, HTMLInputElement> | undefined"
|
|
23322
|
-
}
|
|
23869
|
+
"name": "focus"
|
|
23323
23870
|
},
|
|
23324
23871
|
{
|
|
23325
23872
|
"kind": "field",
|
|
23326
|
-
"name": "#
|
|
23327
|
-
"privacy": "private"
|
|
23328
|
-
"type": {
|
|
23329
|
-
"text": "HTMLElement | undefined"
|
|
23330
|
-
}
|
|
23873
|
+
"name": "#randomId",
|
|
23874
|
+
"privacy": "private"
|
|
23331
23875
|
},
|
|
23332
23876
|
{
|
|
23333
23877
|
"kind": "field",
|
|
@@ -23337,10 +23881,6 @@
|
|
|
23337
23881
|
"text": "MutationObserver | undefined"
|
|
23338
23882
|
}
|
|
23339
23883
|
},
|
|
23340
|
-
{
|
|
23341
|
-
"kind": "method",
|
|
23342
|
-
"name": "focus"
|
|
23343
|
-
},
|
|
23344
23884
|
{
|
|
23345
23885
|
"kind": "method",
|
|
23346
23886
|
"name": "#updateHelperTextMutationObserver"
|
|
@@ -23362,6 +23902,18 @@
|
|
|
23362
23902
|
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
23363
23903
|
}
|
|
23364
23904
|
},
|
|
23905
|
+
{
|
|
23906
|
+
"kind": "field",
|
|
23907
|
+
"name": "_vividAriaBehaviour",
|
|
23908
|
+
"default": "'delegate'",
|
|
23909
|
+
"type": {
|
|
23910
|
+
"text": "'delegate'"
|
|
23911
|
+
},
|
|
23912
|
+
"inheritedFrom": {
|
|
23913
|
+
"name": "DelegatesAria",
|
|
23914
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
23915
|
+
}
|
|
23916
|
+
},
|
|
23365
23917
|
{
|
|
23366
23918
|
"kind": "field",
|
|
23367
23919
|
"name": "proxy",
|
|
@@ -24818,6 +25370,18 @@
|
|
|
24818
25370
|
"privacy": "public",
|
|
24819
25371
|
"readonly": true
|
|
24820
25372
|
},
|
|
25373
|
+
{
|
|
25374
|
+
"kind": "field",
|
|
25375
|
+
"name": "_vividAriaBehaviour",
|
|
25376
|
+
"default": "'host'",
|
|
25377
|
+
"type": {
|
|
25378
|
+
"text": "'host'"
|
|
25379
|
+
},
|
|
25380
|
+
"inheritedFrom": {
|
|
25381
|
+
"name": "HostSemantics",
|
|
25382
|
+
"module": "libs/components/src/shared/aria/host-semantics.ts"
|
|
25383
|
+
}
|
|
25384
|
+
},
|
|
24821
25385
|
{
|
|
24822
25386
|
"kind": "field",
|
|
24823
25387
|
"name": "icon",
|
|
@@ -24909,6 +25473,10 @@
|
|
|
24909
25473
|
}
|
|
24910
25474
|
],
|
|
24911
25475
|
"mixins": [
|
|
25476
|
+
{
|
|
25477
|
+
"name": "HostSemantics",
|
|
25478
|
+
"module": "/libs/components/src/shared/aria/host-semantics"
|
|
25479
|
+
},
|
|
24912
25480
|
{
|
|
24913
25481
|
"name": "AffixIcon",
|
|
24914
25482
|
"module": "/libs/components/src/shared/patterns/affix"
|
|
@@ -25125,6 +25693,18 @@
|
|
|
25125
25693
|
}
|
|
25126
25694
|
}
|
|
25127
25695
|
},
|
|
25696
|
+
{
|
|
25697
|
+
"kind": "field",
|
|
25698
|
+
"name": "_vividAriaBehaviour",
|
|
25699
|
+
"default": "'host'",
|
|
25700
|
+
"type": {
|
|
25701
|
+
"text": "'host'"
|
|
25702
|
+
},
|
|
25703
|
+
"inheritedFrom": {
|
|
25704
|
+
"name": "HostSemantics",
|
|
25705
|
+
"module": "libs/components/src/shared/aria/host-semantics.ts"
|
|
25706
|
+
}
|
|
25707
|
+
},
|
|
25128
25708
|
{
|
|
25129
25709
|
"kind": "field",
|
|
25130
25710
|
"name": "VIVID_VERSION",
|
|
@@ -25150,6 +25730,12 @@
|
|
|
25150
25730
|
"fieldName": "renderCollapsedNodes"
|
|
25151
25731
|
}
|
|
25152
25732
|
],
|
|
25733
|
+
"mixins": [
|
|
25734
|
+
{
|
|
25735
|
+
"name": "HostSemantics",
|
|
25736
|
+
"module": "/libs/components/src/shared/aria/host-semantics"
|
|
25737
|
+
}
|
|
25738
|
+
],
|
|
25153
25739
|
"superclass": {
|
|
25154
25740
|
"name": "VividElement",
|
|
25155
25741
|
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element.js"
|
|
@@ -25295,7 +25881,7 @@
|
|
|
25295
25881
|
"kind": "field",
|
|
25296
25882
|
"name": "skipBy",
|
|
25297
25883
|
"type": {
|
|
25298
|
-
"text": "
|
|
25884
|
+
"text": "VideoPlayerMediaSkipBy"
|
|
25299
25885
|
},
|
|
25300
25886
|
"description": "Allows the video to loop back to the beginning when finished",
|
|
25301
25887
|
"privacy": "public"
|
|
@@ -25432,7 +26018,7 @@
|
|
|
25432
26018
|
{
|
|
25433
26019
|
"name": "skip-by",
|
|
25434
26020
|
"type": {
|
|
25435
|
-
"text": "
|
|
26021
|
+
"text": "VideoPlayerMediaSkipBy"
|
|
25436
26022
|
},
|
|
25437
26023
|
"description": "Allows the video to loop back to the beginning when finished",
|
|
25438
26024
|
"fieldName": "skipBy"
|
|
@@ -25643,6 +26229,21 @@
|
|
|
25643
26229
|
"kind": "javascript-module",
|
|
25644
26230
|
"path": "libs/components/src/lib/rich-text-editor/facades/vivid-prose-mirror.facade.ts",
|
|
25645
26231
|
"declarations": [
|
|
26232
|
+
{
|
|
26233
|
+
"kind": "variable",
|
|
26234
|
+
"name": "placeholderPluginKey",
|
|
26235
|
+
"default": "new PluginKey('placeholderPlugin')"
|
|
26236
|
+
},
|
|
26237
|
+
{
|
|
26238
|
+
"kind": "function",
|
|
26239
|
+
"name": "createPlaceholderPlugin",
|
|
26240
|
+
"parameters": [
|
|
26241
|
+
{
|
|
26242
|
+
"name": "placeholder",
|
|
26243
|
+
"default": "DEFAULT_TEXT_EDITOR_PLACEHOLDER"
|
|
26244
|
+
}
|
|
26245
|
+
]
|
|
26246
|
+
},
|
|
25646
26247
|
{
|
|
25647
26248
|
"kind": "class",
|
|
25648
26249
|
"description": "",
|
|
@@ -25696,6 +26297,19 @@
|
|
|
25696
26297
|
}
|
|
25697
26298
|
]
|
|
25698
26299
|
},
|
|
26300
|
+
{
|
|
26301
|
+
"kind": "method",
|
|
26302
|
+
"name": "updatePlaceholder",
|
|
26303
|
+
"parameters": [
|
|
26304
|
+
{
|
|
26305
|
+
"name": "placeholderText",
|
|
26306
|
+
"optional": true,
|
|
26307
|
+
"type": {
|
|
26308
|
+
"text": "string"
|
|
26309
|
+
}
|
|
26310
|
+
}
|
|
26311
|
+
]
|
|
26312
|
+
},
|
|
25699
26313
|
{
|
|
25700
26314
|
"kind": "method",
|
|
25701
26315
|
"name": "replaceContent",
|
|
@@ -25777,11 +26391,61 @@
|
|
|
25777
26391
|
}
|
|
25778
26392
|
}
|
|
25779
26393
|
]
|
|
26394
|
+
},
|
|
26395
|
+
{
|
|
26396
|
+
"kind": "method",
|
|
26397
|
+
"name": "#getSelectionBlockType"
|
|
26398
|
+
},
|
|
26399
|
+
{
|
|
26400
|
+
"kind": "method",
|
|
26401
|
+
"name": "#getSelectionTextDecoration"
|
|
26402
|
+
},
|
|
26403
|
+
{
|
|
26404
|
+
"kind": "method",
|
|
26405
|
+
"name": "#getSelectionTextSize"
|
|
26406
|
+
},
|
|
26407
|
+
{
|
|
26408
|
+
"kind": "method",
|
|
26409
|
+
"name": "getSelectionStyles",
|
|
26410
|
+
"return": {
|
|
26411
|
+
"type": {
|
|
26412
|
+
"text": "SelectionStyles"
|
|
26413
|
+
}
|
|
26414
|
+
}
|
|
26415
|
+
},
|
|
26416
|
+
{
|
|
26417
|
+
"kind": "method",
|
|
26418
|
+
"name": "setTextSize",
|
|
26419
|
+
"parameters": [
|
|
26420
|
+
{
|
|
26421
|
+
"name": "size",
|
|
26422
|
+
"default": "'normal'",
|
|
26423
|
+
"type": {
|
|
26424
|
+
"text": "RICH_TEXT_EDITOR_MENUBAR_TEXT_SIZES"
|
|
26425
|
+
}
|
|
26426
|
+
}
|
|
26427
|
+
]
|
|
25780
26428
|
}
|
|
25781
26429
|
]
|
|
25782
26430
|
}
|
|
25783
26431
|
],
|
|
25784
26432
|
"exports": [
|
|
26433
|
+
{
|
|
26434
|
+
"kind": "js",
|
|
26435
|
+
"name": "placeholderPluginKey",
|
|
26436
|
+
"declaration": {
|
|
26437
|
+
"name": "placeholderPluginKey",
|
|
26438
|
+
"module": "libs/components/src/lib/rich-text-editor/facades/vivid-prose-mirror.facade.ts"
|
|
26439
|
+
}
|
|
26440
|
+
},
|
|
26441
|
+
{
|
|
26442
|
+
"kind": "js",
|
|
26443
|
+
"name": "createPlaceholderPlugin",
|
|
26444
|
+
"declaration": {
|
|
26445
|
+
"name": "createPlaceholderPlugin",
|
|
26446
|
+
"module": "libs/components/src/lib/rich-text-editor/facades/vivid-prose-mirror.facade.ts"
|
|
26447
|
+
}
|
|
26448
|
+
},
|
|
25785
26449
|
{
|
|
25786
26450
|
"kind": "js",
|
|
25787
26451
|
"name": "ProseMirrorFacade",
|
|
@@ -25792,6 +26456,62 @@
|
|
|
25792
26456
|
}
|
|
25793
26457
|
]
|
|
25794
26458
|
},
|
|
26459
|
+
{
|
|
26460
|
+
"kind": "javascript-module",
|
|
26461
|
+
"path": "libs/components/src/lib/rich-text-editor/menubar/consts.ts",
|
|
26462
|
+
"declarations": [
|
|
26463
|
+
{
|
|
26464
|
+
"kind": "variable",
|
|
26465
|
+
"name": "TEXT_DECORATION_ITEMS",
|
|
26466
|
+
"type": {
|
|
26467
|
+
"text": "array"
|
|
26468
|
+
},
|
|
26469
|
+
"default": "[\n\t{\n\t\ttext: 'Bold',\n\t\ticon: 'bold-line',\n\t\tvalue: 'bold',\n\t},\n\t{\n\t\ttext: 'Italic',\n\t\ticon: 'italic-line',\n\t\tvalue: 'italics',\n\t},\n\t{\n\t\ttext: 'Underline',\n\t\ticon: 'underline-line',\n\t\tvalue: 'underline',\n\t},\n\t{\n\t\ttext: 'Strikethrough',\n\t\ticon: 'strikethrough-line',\n\t\tvalue: 'strikethrough',\n\t},\n\t{\n\t\ttext: 'Monospace',\n\t\ticon: 'monospace-line',\n\t\tvalue: 'monospace',\n\t},\n]"
|
|
26470
|
+
},
|
|
26471
|
+
{
|
|
26472
|
+
"kind": "variable",
|
|
26473
|
+
"name": "TEXT_SIZES",
|
|
26474
|
+
"type": {
|
|
26475
|
+
"text": "array"
|
|
26476
|
+
},
|
|
26477
|
+
"default": "[\n\t{\n\t\ttext: 'Extra Large',\n\t\tvalue: 'extra-large',\n\t},\n\t{\n\t\ttext: 'Large',\n\t\tvalue: 'large',\n\t},\n\t{\n\t\ttext: 'Normal',\n\t\tvalue: 'normal',\n\t},\n\t{\n\t\ttext: 'Small',\n\t\tvalue: 'small',\n\t},\n]"
|
|
26478
|
+
},
|
|
26479
|
+
{
|
|
26480
|
+
"kind": "variable",
|
|
26481
|
+
"name": "MENU_BAR_ITEMS",
|
|
26482
|
+
"type": {
|
|
26483
|
+
"text": "{\n\t[key: string]: {\n\t\tregisterStateProperty?: (menuBar: MenuBar) => void;\n\t\trender: (context: VividElementDefinitionContext) => ViewTemplate<any, any>;\n\t};\n}"
|
|
26484
|
+
},
|
|
26485
|
+
"default": "{\n\ttextBlock: {\n\t\tregisterStateProperty: function (menuBar: MenuBar) {\n\t\t\tmenuBar.addEventListener('text-styles-changed', textBlockEventHandler);\n\t\t},\n\t\trender: function (context) {\n\t\t\tconst selectTag = context.tagFor(Select);\n\t\t\tconst optionTag = context.tagFor(ListboxOption);\n\t\t\tconst tooltipTag = context.tagFor(Tooltip);\n\n\t\t\treturn html`\n\t\t<${tooltipTag} text=\"Text Block Type\" placement=\"top\">\n\t\t\t<${selectTag}\n scale=\"condensed\"\n shape=\"rounded\"\n appearance=\"ghost\"\n\t\t\t\tslot=\"anchor\"\n\t\t\t\ttrigger=\"auto\"\n\t\t\t\tid=\"text-block\"\n\t\t\t\taria-label=\"Text Block\"\n\t\t\t\tplacement=\"bottom-end\"\n\t\t\t\tvalue=\"${(_, { parent }) => parent.textBlockType}\"\n\t\t\t\t@change=\"${(_, { parent, event }) =>\n\t\t\t\t\tnotifyMenuBarChange(\n\t\t\t\t\t\tparent,\n\t\t\t\t\t\t'text-block-selected',\n\t\t\t\t\t\t(event.target as HTMLSelectElement).value\n\t\t\t\t\t)}\"\n\t\t\t>\n\t\t\t\t<${optionTag}\n\t\t\t\t\ttext=\"Title\"\n\t\t\t\t\tvalue=\"title\"\n\t\t\t\t\tinternal-part\n\t\t\t\t\tclass=\"title\"\n\t\t\t\t\tconnotation=\"cta\"\n\t\t\t\t></${optionTag}>\n\t\t\t\t<${optionTag}\n\t\t\t\t\ttext=\"Subtitle\"\n\t\t\t\t\tvalue=\"subtitle\"\n\t\t\t\t\tinternal-part\n\t\t\t\t\tclass=\"subtitle\"\n\t\t\t\t\tconnotation=\"cta\"\n\t\t\t\t></${optionTag}>\n\t\t\t\t<${optionTag}\n\t\t\t\t\ttext=\"Body\"\n\t\t\t\t\tvalue=\"body\"\n\t\t\t\t\tinternal-part\n\t\t\t\t\tclass=\"body\"\n\t\t\t\t\tconnotation=\"cta\"\n\t\t\t\t></${optionTag}>\n\t\t\t</${selectTag}>\n\t\t</${tooltipTag}>\n\t\t`;\n\t\t},\n\t},\n\ttextDecoration: {\n\t\tregisterStateProperty: function (menuBar) {\n\t\t\tmenuBar.addEventListener(\n\t\t\t\t'text-styles-changed',\n\t\t\t\ttextDecorationEventHandler\n\t\t\t);\n\t\t},\n\t\trender: function (context) {\n\t\t\tconst buttonTag = context.tagFor(Button);\n\t\t\tconst tooltipTag = context.tagFor(Tooltip);\n\t\t\treturn html`\n\t\t\t\t<span id=\"text-decoration\">\n\t\t\t\t\t${repeat(\n\t\t\t\t\t\t(_) => TEXT_DECORATION_ITEMS,\n\t\t\t\t\t\thtml`\n <${tooltipTag} text=\"${(x) => x.text}\" placement=\"top\">\n <${buttonTag}\n class=\"selection-button\"\n slot=\"anchor\"\n aria-label=\"${(x) => x.text}\"\n size=\"super-condensed\"\n appearance=\"ghost-light\"\n shape=\"rounded\"\n icon=\"${(x) => x.icon}\"\n @click=\"${(x, c) =>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnotifyMenuBarChange(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tc.parentContext.parent,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'text-decoration-selected',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx.value\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)}\"')}\"\n ></${buttonTag}>\n </${tooltipTag}>\n\t\t\t\t`\n\t\t\t\t\t)}\n\t\t\t\t</span>\n\t\t\t`;\n\t\t},\n\t},\n\ttextSize: {\n\t\tregisterStateProperty: function (menuBar) {\n\t\t\tmenuBar.addEventListener('text-styles-changed', textSizeEventHandler);\n\t\t},\n\t\trender: function (context) {\n\t\t\tconst menuTag = context.tagFor(Menu);\n\t\t\tconst buttonTag = context.tagFor(Button);\n\t\t\tconst tooltipTag = context.tagFor(Tooltip);\n\t\t\tconst menuItemTag = context.tagFor(MenuItem);\n\t\t\treturn html`\n <${menuTag}\n\t\t\t\t\t\tauto-dismiss\n trigger=\"auto\"\n id=\"text-size\"\n aria-label=\"Text Size\"\n placement=\"bottom-end\"\n >\n\t\t\t\t\t\t<${tooltipTag} slot=\"anchor\" text=\"Text Size\" placement=\"top\">\n <${buttonTag}\n slot=\"anchor\"\n aria-label=\"Open text size menu\"\n size=\"super-condensed\"\n appearance=\"ghost-light\"\n shape=\"pill\"\n icon=\"text-size-line\"\n ></${buttonTag}>\n\t\t\t\t\t\t</${tooltipTag}>\n\t\t\t\t\t\t${repeat(\n\t\t\t\t\t\t\t(_) => TEXT_SIZES,\n\t\t\t\t\t\t\thtml`\n\t\t\t\t\t\t\t<${menuItemTag}\n\t\t\t\t\t\t\t\tcheck-appearance=\"tick-only\"\n\t\t\t\t\t\t\t\trole=\"menuitemcheckbox\"\n\t\t\t\t\t\t\t\ttext=\"${(x) => x.text}\"\n\t\t\t\t\t\t\t\tvalue=\"${(x) => x.value}\"\n\t\t\t\t\t\t\t\tinternal-part\n\t\t\t\t\t\t\t\tclass=\"menubar-selector-menuitem\"\n\t\t\t\t\t\t\t\tconnotation=\"cta\"\n\t\t\t\t\t\t\t\t@click=\"${(x, c) =>\n\t\t\t\t\t\t\t\t\tnotifyMenuBarChange(\n\t\t\t\t\t\t\t\t\t\tc.parentContext.parent,\n\t\t\t\t\t\t\t\t\t\t'text-size-selected',\n\t\t\t\t\t\t\t\t\t\tx.value\n\t\t\t\t\t\t\t\t\t)}\"\n ></${menuItemTag}>\n\t\t\t\t\t\t\t`\n\t\t\t\t\t\t)}\n </${menuTag}>\n `;\n\t\t},\n\t},\n\tdivider: {\n\t\trender: function (context) {\n\t\t\tconst dividerTag = context.tagFor(Divider);\n\t\t\treturn html`\n\t\t\t\t<${dividerTag} class=\"divider\" orientation=\"vertical\"></${dividerTag}>\n\t\t\t`;\n\t\t},\n\t},\n}"
|
|
26486
|
+
}
|
|
26487
|
+
],
|
|
26488
|
+
"exports": [
|
|
26489
|
+
{
|
|
26490
|
+
"kind": "js",
|
|
26491
|
+
"name": "TEXT_DECORATION_ITEMS",
|
|
26492
|
+
"declaration": {
|
|
26493
|
+
"name": "TEXT_DECORATION_ITEMS",
|
|
26494
|
+
"module": "libs/components/src/lib/rich-text-editor/menubar/consts.ts"
|
|
26495
|
+
}
|
|
26496
|
+
},
|
|
26497
|
+
{
|
|
26498
|
+
"kind": "js",
|
|
26499
|
+
"name": "TEXT_SIZES",
|
|
26500
|
+
"declaration": {
|
|
26501
|
+
"name": "TEXT_SIZES",
|
|
26502
|
+
"module": "libs/components/src/lib/rich-text-editor/menubar/consts.ts"
|
|
26503
|
+
}
|
|
26504
|
+
},
|
|
26505
|
+
{
|
|
26506
|
+
"kind": "js",
|
|
26507
|
+
"name": "MENU_BAR_ITEMS",
|
|
26508
|
+
"declaration": {
|
|
26509
|
+
"name": "MENU_BAR_ITEMS",
|
|
26510
|
+
"module": "libs/components/src/lib/rich-text-editor/menubar/consts.ts"
|
|
26511
|
+
}
|
|
26512
|
+
}
|
|
26513
|
+
]
|
|
26514
|
+
},
|
|
25795
26515
|
{
|
|
25796
26516
|
"kind": "javascript-module",
|
|
25797
26517
|
"path": "libs/components/src/lib/rich-text-editor/menubar/definition.ts",
|
|
@@ -25847,6 +26567,21 @@
|
|
|
25847
26567
|
"text": "string | undefined"
|
|
25848
26568
|
}
|
|
25849
26569
|
},
|
|
26570
|
+
{
|
|
26571
|
+
"kind": "field",
|
|
26572
|
+
"name": "#textEditorElement",
|
|
26573
|
+
"privacy": "private",
|
|
26574
|
+
"readonly": true
|
|
26575
|
+
},
|
|
26576
|
+
{
|
|
26577
|
+
"kind": "field",
|
|
26578
|
+
"name": "#updateTextStyleState",
|
|
26579
|
+
"privacy": "private",
|
|
26580
|
+
"type": {
|
|
26581
|
+
"text": "EventListener"
|
|
26582
|
+
},
|
|
26583
|
+
"default": "(() => {\n\t\tthis.dispatchEvent(\n\t\t\tnew CustomEvent('text-styles-changed', {\n\t\t\t\tdetail: this.#textEditorElement?.selectionStyles,\n\t\t\t})\n\t\t);\n\t})"
|
|
26584
|
+
},
|
|
25850
26585
|
{
|
|
25851
26586
|
"kind": "field",
|
|
25852
26587
|
"name": "VIVID_VERSION",
|
|
@@ -25890,182 +26625,13 @@
|
|
|
25890
26625
|
},
|
|
25891
26626
|
{
|
|
25892
26627
|
"kind": "javascript-module",
|
|
25893
|
-
"path": "libs/components/src/shared/foundation/
|
|
25894
|
-
"declarations": [
|
|
25895
|
-
|
|
25896
|
-
|
|
25897
|
-
|
|
25898
|
-
|
|
25899
|
-
|
|
25900
|
-
{
|
|
25901
|
-
"kind": "field",
|
|
25902
|
-
"name": "download",
|
|
25903
|
-
"type": {
|
|
25904
|
-
"text": "string"
|
|
25905
|
-
},
|
|
25906
|
-
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
25907
|
-
"privacy": "public"
|
|
25908
|
-
},
|
|
25909
|
-
{
|
|
25910
|
-
"kind": "field",
|
|
25911
|
-
"name": "href",
|
|
25912
|
-
"type": {
|
|
25913
|
-
"text": "string"
|
|
25914
|
-
},
|
|
25915
|
-
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
25916
|
-
"privacy": "public"
|
|
25917
|
-
},
|
|
25918
|
-
{
|
|
25919
|
-
"kind": "field",
|
|
25920
|
-
"name": "hreflang",
|
|
25921
|
-
"type": {
|
|
25922
|
-
"text": "string"
|
|
25923
|
-
},
|
|
25924
|
-
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
25925
|
-
"privacy": "public"
|
|
25926
|
-
},
|
|
25927
|
-
{
|
|
25928
|
-
"kind": "field",
|
|
25929
|
-
"name": "ping",
|
|
25930
|
-
"type": {
|
|
25931
|
-
"text": "string"
|
|
25932
|
-
},
|
|
25933
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
25934
|
-
"privacy": "public"
|
|
25935
|
-
},
|
|
25936
|
-
{
|
|
25937
|
-
"kind": "field",
|
|
25938
|
-
"name": "referrerpolicy",
|
|
25939
|
-
"type": {
|
|
25940
|
-
"text": "string"
|
|
25941
|
-
},
|
|
25942
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
25943
|
-
"privacy": "public"
|
|
25944
|
-
},
|
|
25945
|
-
{
|
|
25946
|
-
"kind": "field",
|
|
25947
|
-
"name": "rel",
|
|
25948
|
-
"type": {
|
|
25949
|
-
"text": "string"
|
|
25950
|
-
},
|
|
25951
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
25952
|
-
"privacy": "public"
|
|
25953
|
-
},
|
|
25954
|
-
{
|
|
25955
|
-
"kind": "field",
|
|
25956
|
-
"name": "target",
|
|
25957
|
-
"type": {
|
|
25958
|
-
"text": "'_self' | '_blank' | '_parent' | '_top'"
|
|
25959
|
-
},
|
|
25960
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
25961
|
-
"privacy": "public"
|
|
25962
|
-
},
|
|
25963
|
-
{
|
|
25964
|
-
"kind": "field",
|
|
25965
|
-
"name": "type",
|
|
25966
|
-
"type": {
|
|
25967
|
-
"text": "string"
|
|
25968
|
-
},
|
|
25969
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
25970
|
-
"privacy": "public"
|
|
25971
|
-
},
|
|
25972
|
-
{
|
|
25973
|
-
"kind": "field",
|
|
25974
|
-
"name": "control",
|
|
25975
|
-
"type": {
|
|
25976
|
-
"text": "HTMLAnchorElement | undefined"
|
|
25977
|
-
},
|
|
25978
|
-
"description": "References the root element"
|
|
25979
|
-
}
|
|
25980
|
-
],
|
|
25981
|
-
"attributes": [
|
|
25982
|
-
{
|
|
25983
|
-
"name": "download",
|
|
25984
|
-
"type": {
|
|
25985
|
-
"text": "string"
|
|
25986
|
-
},
|
|
25987
|
-
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
25988
|
-
"fieldName": "download"
|
|
25989
|
-
},
|
|
25990
|
-
{
|
|
25991
|
-
"name": "href",
|
|
25992
|
-
"type": {
|
|
25993
|
-
"text": "string"
|
|
25994
|
-
},
|
|
25995
|
-
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
25996
|
-
"fieldName": "href"
|
|
25997
|
-
},
|
|
25998
|
-
{
|
|
25999
|
-
"name": "hreflang",
|
|
26000
|
-
"type": {
|
|
26001
|
-
"text": "string"
|
|
26002
|
-
},
|
|
26003
|
-
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
26004
|
-
"fieldName": "hreflang"
|
|
26005
|
-
},
|
|
26006
|
-
{
|
|
26007
|
-
"name": "ping",
|
|
26008
|
-
"type": {
|
|
26009
|
-
"text": "string"
|
|
26010
|
-
},
|
|
26011
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
26012
|
-
"fieldName": "ping"
|
|
26013
|
-
},
|
|
26014
|
-
{
|
|
26015
|
-
"name": "referrerpolicy",
|
|
26016
|
-
"type": {
|
|
26017
|
-
"text": "string"
|
|
26018
|
-
},
|
|
26019
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
26020
|
-
"fieldName": "referrerpolicy"
|
|
26021
|
-
},
|
|
26022
|
-
{
|
|
26023
|
-
"name": "rel",
|
|
26024
|
-
"type": {
|
|
26025
|
-
"text": "string"
|
|
26026
|
-
},
|
|
26027
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
26028
|
-
"fieldName": "rel"
|
|
26029
|
-
},
|
|
26030
|
-
{
|
|
26031
|
-
"name": "target",
|
|
26032
|
-
"type": {
|
|
26033
|
-
"text": "'_self' | '_blank' | '_parent' | '_top'"
|
|
26034
|
-
},
|
|
26035
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
26036
|
-
"fieldName": "target"
|
|
26037
|
-
},
|
|
26038
|
-
{
|
|
26039
|
-
"name": "type",
|
|
26040
|
-
"type": {
|
|
26041
|
-
"text": "string"
|
|
26042
|
-
},
|
|
26043
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
26044
|
-
"fieldName": "type"
|
|
26045
|
-
}
|
|
26046
|
-
]
|
|
26047
|
-
}
|
|
26048
|
-
],
|
|
26049
|
-
"exports": [
|
|
26050
|
-
{
|
|
26051
|
-
"kind": "js",
|
|
26052
|
-
"name": "Anchor",
|
|
26053
|
-
"declaration": {
|
|
26054
|
-
"name": "Anchor",
|
|
26055
|
-
"module": "libs/components/src/shared/foundation/anchor/anchor.ts"
|
|
26056
|
-
}
|
|
26057
|
-
}
|
|
26058
|
-
]
|
|
26059
|
-
},
|
|
26060
|
-
{
|
|
26061
|
-
"kind": "javascript-module",
|
|
26062
|
-
"path": "libs/components/src/shared/foundation/button/button.form-associated.ts",
|
|
26063
|
-
"declarations": [],
|
|
26064
|
-
"exports": []
|
|
26065
|
-
},
|
|
26066
|
-
{
|
|
26067
|
-
"kind": "javascript-module",
|
|
26068
|
-
"path": "libs/components/src/shared/foundation/button/button.ts",
|
|
26628
|
+
"path": "libs/components/src/shared/foundation/button/button.form-associated.ts",
|
|
26629
|
+
"declarations": [],
|
|
26630
|
+
"exports": []
|
|
26631
|
+
},
|
|
26632
|
+
{
|
|
26633
|
+
"kind": "javascript-module",
|
|
26634
|
+
"path": "libs/components/src/shared/foundation/button/button.ts",
|
|
26069
26635
|
"declarations": [
|
|
26070
26636
|
{
|
|
26071
26637
|
"kind": "class",
|
|
@@ -26265,6 +26831,18 @@
|
|
|
26265
26831
|
"privacy": "private",
|
|
26266
26832
|
"description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858"
|
|
26267
26833
|
},
|
|
26834
|
+
{
|
|
26835
|
+
"kind": "field",
|
|
26836
|
+
"name": "_vividAriaBehaviour",
|
|
26837
|
+
"default": "'delegate'",
|
|
26838
|
+
"type": {
|
|
26839
|
+
"text": "'delegate'"
|
|
26840
|
+
},
|
|
26841
|
+
"inheritedFrom": {
|
|
26842
|
+
"name": "DelegatesAria",
|
|
26843
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
26844
|
+
}
|
|
26845
|
+
},
|
|
26268
26846
|
{
|
|
26269
26847
|
"kind": "field",
|
|
26270
26848
|
"name": "proxy",
|
|
@@ -26377,72 +26955,241 @@
|
|
|
26377
26955
|
},
|
|
26378
26956
|
{
|
|
26379
26957
|
"kind": "javascript-module",
|
|
26380
|
-
"path": "libs/components/src/shared/foundation/
|
|
26958
|
+
"path": "libs/components/src/shared/foundation/anchor/anchor.ts",
|
|
26381
26959
|
"declarations": [
|
|
26382
26960
|
{
|
|
26383
|
-
"kind": "
|
|
26384
|
-
"
|
|
26385
|
-
|
|
26386
|
-
|
|
26387
|
-
"kind": "function",
|
|
26388
|
-
"name": "FormAssociated",
|
|
26389
|
-
"return": {
|
|
26390
|
-
"type": {
|
|
26391
|
-
"text": "T"
|
|
26392
|
-
}
|
|
26393
|
-
},
|
|
26394
|
-
"parameters": [
|
|
26961
|
+
"kind": "class",
|
|
26962
|
+
"description": "Based largely on the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element .",
|
|
26963
|
+
"name": "Anchor",
|
|
26964
|
+
"members": [
|
|
26395
26965
|
{
|
|
26396
|
-
"
|
|
26966
|
+
"kind": "field",
|
|
26967
|
+
"name": "download",
|
|
26397
26968
|
"type": {
|
|
26398
|
-
"text": "
|
|
26399
|
-
}
|
|
26400
|
-
|
|
26401
|
-
|
|
26402
|
-
|
|
26403
|
-
},
|
|
26404
|
-
{
|
|
26405
|
-
"kind": "function",
|
|
26406
|
-
"name": "CheckableFormAssociated",
|
|
26407
|
-
"return": {
|
|
26408
|
-
"type": {
|
|
26409
|
-
"text": "T"
|
|
26410
|
-
}
|
|
26411
|
-
},
|
|
26412
|
-
"parameters": [
|
|
26969
|
+
"text": "string"
|
|
26970
|
+
},
|
|
26971
|
+
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
26972
|
+
"privacy": "public"
|
|
26973
|
+
},
|
|
26413
26974
|
{
|
|
26414
|
-
"
|
|
26975
|
+
"kind": "field",
|
|
26976
|
+
"name": "href",
|
|
26415
26977
|
"type": {
|
|
26416
|
-
"text": "
|
|
26417
|
-
}
|
|
26418
|
-
|
|
26419
|
-
|
|
26420
|
-
|
|
26421
|
-
|
|
26422
|
-
|
|
26423
|
-
|
|
26424
|
-
|
|
26425
|
-
|
|
26426
|
-
|
|
26427
|
-
|
|
26428
|
-
|
|
26429
|
-
|
|
26430
|
-
|
|
26431
|
-
|
|
26432
|
-
|
|
26433
|
-
|
|
26434
|
-
|
|
26435
|
-
|
|
26436
|
-
|
|
26437
|
-
|
|
26438
|
-
|
|
26439
|
-
|
|
26440
|
-
|
|
26441
|
-
|
|
26442
|
-
|
|
26443
|
-
|
|
26444
|
-
|
|
26445
|
-
|
|
26978
|
+
"text": "string"
|
|
26979
|
+
},
|
|
26980
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
26981
|
+
"privacy": "public"
|
|
26982
|
+
},
|
|
26983
|
+
{
|
|
26984
|
+
"kind": "field",
|
|
26985
|
+
"name": "hreflang",
|
|
26986
|
+
"type": {
|
|
26987
|
+
"text": "string"
|
|
26988
|
+
},
|
|
26989
|
+
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
26990
|
+
"privacy": "public"
|
|
26991
|
+
},
|
|
26992
|
+
{
|
|
26993
|
+
"kind": "field",
|
|
26994
|
+
"name": "ping",
|
|
26995
|
+
"type": {
|
|
26996
|
+
"text": "string"
|
|
26997
|
+
},
|
|
26998
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
26999
|
+
"privacy": "public"
|
|
27000
|
+
},
|
|
27001
|
+
{
|
|
27002
|
+
"kind": "field",
|
|
27003
|
+
"name": "referrerpolicy",
|
|
27004
|
+
"type": {
|
|
27005
|
+
"text": "string"
|
|
27006
|
+
},
|
|
27007
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
27008
|
+
"privacy": "public"
|
|
27009
|
+
},
|
|
27010
|
+
{
|
|
27011
|
+
"kind": "field",
|
|
27012
|
+
"name": "rel",
|
|
27013
|
+
"type": {
|
|
27014
|
+
"text": "string"
|
|
27015
|
+
},
|
|
27016
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
27017
|
+
"privacy": "public"
|
|
27018
|
+
},
|
|
27019
|
+
{
|
|
27020
|
+
"kind": "field",
|
|
27021
|
+
"name": "target",
|
|
27022
|
+
"type": {
|
|
27023
|
+
"text": "'_self' | '_blank' | '_parent' | '_top'"
|
|
27024
|
+
},
|
|
27025
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
27026
|
+
"privacy": "public"
|
|
27027
|
+
},
|
|
27028
|
+
{
|
|
27029
|
+
"kind": "field",
|
|
27030
|
+
"name": "type",
|
|
27031
|
+
"type": {
|
|
27032
|
+
"text": "string"
|
|
27033
|
+
},
|
|
27034
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
27035
|
+
"privacy": "public"
|
|
27036
|
+
},
|
|
27037
|
+
{
|
|
27038
|
+
"kind": "field",
|
|
27039
|
+
"name": "control",
|
|
27040
|
+
"type": {
|
|
27041
|
+
"text": "HTMLAnchorElement | undefined"
|
|
27042
|
+
},
|
|
27043
|
+
"description": "References the root element"
|
|
27044
|
+
}
|
|
27045
|
+
],
|
|
27046
|
+
"attributes": [
|
|
27047
|
+
{
|
|
27048
|
+
"name": "download",
|
|
27049
|
+
"type": {
|
|
27050
|
+
"text": "string"
|
|
27051
|
+
},
|
|
27052
|
+
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
27053
|
+
"fieldName": "download"
|
|
27054
|
+
},
|
|
27055
|
+
{
|
|
27056
|
+
"name": "href",
|
|
27057
|
+
"type": {
|
|
27058
|
+
"text": "string"
|
|
27059
|
+
},
|
|
27060
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
27061
|
+
"fieldName": "href"
|
|
27062
|
+
},
|
|
27063
|
+
{
|
|
27064
|
+
"name": "hreflang",
|
|
27065
|
+
"type": {
|
|
27066
|
+
"text": "string"
|
|
27067
|
+
},
|
|
27068
|
+
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
27069
|
+
"fieldName": "hreflang"
|
|
27070
|
+
},
|
|
27071
|
+
{
|
|
27072
|
+
"name": "ping",
|
|
27073
|
+
"type": {
|
|
27074
|
+
"text": "string"
|
|
27075
|
+
},
|
|
27076
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
27077
|
+
"fieldName": "ping"
|
|
27078
|
+
},
|
|
27079
|
+
{
|
|
27080
|
+
"name": "referrerpolicy",
|
|
27081
|
+
"type": {
|
|
27082
|
+
"text": "string"
|
|
27083
|
+
},
|
|
27084
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
27085
|
+
"fieldName": "referrerpolicy"
|
|
27086
|
+
},
|
|
27087
|
+
{
|
|
27088
|
+
"name": "rel",
|
|
27089
|
+
"type": {
|
|
27090
|
+
"text": "string"
|
|
27091
|
+
},
|
|
27092
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
27093
|
+
"fieldName": "rel"
|
|
27094
|
+
},
|
|
27095
|
+
{
|
|
27096
|
+
"name": "target",
|
|
27097
|
+
"type": {
|
|
27098
|
+
"text": "'_self' | '_blank' | '_parent' | '_top'"
|
|
27099
|
+
},
|
|
27100
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
27101
|
+
"fieldName": "target"
|
|
27102
|
+
},
|
|
27103
|
+
{
|
|
27104
|
+
"name": "type",
|
|
27105
|
+
"type": {
|
|
27106
|
+
"text": "string"
|
|
27107
|
+
},
|
|
27108
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
27109
|
+
"fieldName": "type"
|
|
27110
|
+
}
|
|
27111
|
+
]
|
|
27112
|
+
}
|
|
27113
|
+
],
|
|
27114
|
+
"exports": [
|
|
27115
|
+
{
|
|
27116
|
+
"kind": "js",
|
|
27117
|
+
"name": "Anchor",
|
|
27118
|
+
"declaration": {
|
|
27119
|
+
"name": "Anchor",
|
|
27120
|
+
"module": "libs/components/src/shared/foundation/anchor/anchor.ts"
|
|
27121
|
+
}
|
|
27122
|
+
}
|
|
27123
|
+
]
|
|
27124
|
+
},
|
|
27125
|
+
{
|
|
27126
|
+
"kind": "javascript-module",
|
|
27127
|
+
"path": "libs/components/src/shared/foundation/form-associated/form-associated.ts",
|
|
27128
|
+
"declarations": [
|
|
27129
|
+
{
|
|
27130
|
+
"kind": "variable",
|
|
27131
|
+
"name": "supportsElementInternals"
|
|
27132
|
+
},
|
|
27133
|
+
{
|
|
27134
|
+
"kind": "function",
|
|
27135
|
+
"name": "FormAssociated",
|
|
27136
|
+
"return": {
|
|
27137
|
+
"type": {
|
|
27138
|
+
"text": "T"
|
|
27139
|
+
}
|
|
27140
|
+
},
|
|
27141
|
+
"parameters": [
|
|
27142
|
+
{
|
|
27143
|
+
"name": "BaseCtor",
|
|
27144
|
+
"type": {
|
|
27145
|
+
"text": "T"
|
|
27146
|
+
}
|
|
27147
|
+
}
|
|
27148
|
+
],
|
|
27149
|
+
"description": "Base function for providing Custom Element Form Association."
|
|
27150
|
+
},
|
|
27151
|
+
{
|
|
27152
|
+
"kind": "function",
|
|
27153
|
+
"name": "CheckableFormAssociated",
|
|
27154
|
+
"return": {
|
|
27155
|
+
"type": {
|
|
27156
|
+
"text": "T"
|
|
27157
|
+
}
|
|
27158
|
+
},
|
|
27159
|
+
"parameters": [
|
|
27160
|
+
{
|
|
27161
|
+
"name": "BaseCtor",
|
|
27162
|
+
"type": {
|
|
27163
|
+
"text": "T"
|
|
27164
|
+
}
|
|
27165
|
+
}
|
|
27166
|
+
],
|
|
27167
|
+
"description": ""
|
|
27168
|
+
}
|
|
27169
|
+
],
|
|
27170
|
+
"exports": [
|
|
27171
|
+
{
|
|
27172
|
+
"kind": "js",
|
|
27173
|
+
"name": "supportsElementInternals",
|
|
27174
|
+
"declaration": {
|
|
27175
|
+
"name": "supportsElementInternals",
|
|
27176
|
+
"module": "libs/components/src/shared/foundation/form-associated/form-associated.ts"
|
|
27177
|
+
}
|
|
27178
|
+
},
|
|
27179
|
+
{
|
|
27180
|
+
"kind": "js",
|
|
27181
|
+
"name": "FormAssociated",
|
|
27182
|
+
"declaration": {
|
|
27183
|
+
"name": "FormAssociated",
|
|
27184
|
+
"module": "libs/components/src/shared/foundation/form-associated/form-associated.ts"
|
|
27185
|
+
}
|
|
27186
|
+
},
|
|
27187
|
+
{
|
|
27188
|
+
"kind": "js",
|
|
27189
|
+
"name": "CheckableFormAssociated",
|
|
27190
|
+
"declaration": {
|
|
27191
|
+
"name": "CheckableFormAssociated",
|
|
27192
|
+
"module": "libs/components/src/shared/foundation/form-associated/form-associated.ts"
|
|
26446
27193
|
}
|
|
26447
27194
|
}
|
|
26448
27195
|
]
|
|
@@ -26845,6 +27592,36 @@
|
|
|
26845
27592
|
"type": {
|
|
26846
27593
|
"text": "string"
|
|
26847
27594
|
}
|
|
27595
|
+
},
|
|
27596
|
+
{
|
|
27597
|
+
"kind": "field",
|
|
27598
|
+
"name": "specialHandling",
|
|
27599
|
+
"type": {
|
|
27600
|
+
"text": "boolean"
|
|
27601
|
+
},
|
|
27602
|
+
"default": "false",
|
|
27603
|
+
"inheritedFrom": {
|
|
27604
|
+
"name": "AriaMixin",
|
|
27605
|
+
"module": "libs/components/src/shared/aria/aria-mixin.ts"
|
|
27606
|
+
}
|
|
27607
|
+
},
|
|
27608
|
+
{
|
|
27609
|
+
"kind": "field",
|
|
27610
|
+
"name": "_vividAriaBehaviour",
|
|
27611
|
+
"type": {
|
|
27612
|
+
"text": "VividAriaBehaviour"
|
|
27613
|
+
},
|
|
27614
|
+
"default": "'default'",
|
|
27615
|
+
"inheritedFrom": {
|
|
27616
|
+
"name": "AriaMixin",
|
|
27617
|
+
"module": "libs/components/src/shared/aria/aria-mixin.ts"
|
|
27618
|
+
}
|
|
27619
|
+
}
|
|
27620
|
+
],
|
|
27621
|
+
"mixins": [
|
|
27622
|
+
{
|
|
27623
|
+
"name": "AriaMixin",
|
|
27624
|
+
"module": "/libs/components/src/shared/aria/aria-mixin"
|
|
26848
27625
|
}
|
|
26849
27626
|
],
|
|
26850
27627
|
"superclass": {
|
|
@@ -27366,113 +28143,708 @@
|
|
|
27366
28143
|
],
|
|
27367
28144
|
"parameters": [
|
|
27368
28145
|
{
|
|
27369
|
-
"name": "constructor",
|
|
28146
|
+
"name": "constructor",
|
|
28147
|
+
"type": {
|
|
28148
|
+
"text": "T"
|
|
28149
|
+
}
|
|
28150
|
+
}
|
|
28151
|
+
],
|
|
28152
|
+
"attributes": [
|
|
28153
|
+
{
|
|
28154
|
+
"name": "label",
|
|
28155
|
+
"type": {
|
|
28156
|
+
"text": "string | undefined"
|
|
28157
|
+
},
|
|
28158
|
+
"fieldName": "label"
|
|
28159
|
+
}
|
|
28160
|
+
]
|
|
28161
|
+
},
|
|
28162
|
+
{
|
|
28163
|
+
"kind": "function",
|
|
28164
|
+
"name": "getFeedbackTemplate",
|
|
28165
|
+
"parameters": [
|
|
28166
|
+
{
|
|
28167
|
+
"name": "context",
|
|
28168
|
+
"type": {
|
|
28169
|
+
"text": "VividElementDefinitionContext"
|
|
28170
|
+
}
|
|
28171
|
+
}
|
|
28172
|
+
]
|
|
28173
|
+
},
|
|
28174
|
+
{
|
|
28175
|
+
"kind": "mixin",
|
|
28176
|
+
"description": "",
|
|
28177
|
+
"name": "errorText",
|
|
28178
|
+
"members": [
|
|
28179
|
+
{
|
|
28180
|
+
"kind": "field",
|
|
28181
|
+
"name": "errorText",
|
|
28182
|
+
"type": {
|
|
28183
|
+
"text": "string | undefined"
|
|
28184
|
+
}
|
|
28185
|
+
},
|
|
28186
|
+
{
|
|
28187
|
+
"kind": "field",
|
|
28188
|
+
"name": "#blockValidateCalls",
|
|
28189
|
+
"privacy": "private",
|
|
28190
|
+
"type": {
|
|
28191
|
+
"text": "boolean"
|
|
28192
|
+
},
|
|
28193
|
+
"default": "false"
|
|
28194
|
+
},
|
|
28195
|
+
{
|
|
28196
|
+
"kind": "method",
|
|
28197
|
+
"name": "errorTextChanged",
|
|
28198
|
+
"parameters": [
|
|
28199
|
+
{
|
|
28200
|
+
"name": "_",
|
|
28201
|
+
"type": {
|
|
28202
|
+
"text": "string"
|
|
28203
|
+
}
|
|
28204
|
+
},
|
|
28205
|
+
{
|
|
28206
|
+
"name": "newErrorText",
|
|
28207
|
+
"type": {
|
|
28208
|
+
"text": "string | undefined"
|
|
28209
|
+
}
|
|
28210
|
+
}
|
|
28211
|
+
]
|
|
28212
|
+
},
|
|
28213
|
+
{
|
|
28214
|
+
"kind": "method",
|
|
28215
|
+
"name": "#forceCustomError",
|
|
28216
|
+
"parameters": [
|
|
28217
|
+
{
|
|
28218
|
+
"name": "errorMessage",
|
|
28219
|
+
"type": {
|
|
28220
|
+
"text": "string"
|
|
28221
|
+
}
|
|
28222
|
+
}
|
|
28223
|
+
]
|
|
28224
|
+
},
|
|
28225
|
+
{
|
|
28226
|
+
"kind": "method",
|
|
28227
|
+
"name": "#clearCustomErrorAndRevalidate"
|
|
28228
|
+
},
|
|
28229
|
+
{
|
|
28230
|
+
"kind": "field",
|
|
28231
|
+
"name": "_validate"
|
|
28232
|
+
},
|
|
28233
|
+
{
|
|
28234
|
+
"kind": "field",
|
|
28235
|
+
"name": "validate"
|
|
28236
|
+
}
|
|
28237
|
+
],
|
|
28238
|
+
"parameters": [
|
|
28239
|
+
{
|
|
28240
|
+
"name": "constructor",
|
|
28241
|
+
"type": {
|
|
28242
|
+
"text": "T"
|
|
28243
|
+
}
|
|
28244
|
+
}
|
|
28245
|
+
],
|
|
28246
|
+
"attributes": [
|
|
28247
|
+
{
|
|
28248
|
+
"name": "error-text",
|
|
28249
|
+
"type": {
|
|
28250
|
+
"text": "string | undefined"
|
|
28251
|
+
},
|
|
28252
|
+
"fieldName": "errorText"
|
|
28253
|
+
}
|
|
28254
|
+
]
|
|
28255
|
+
}
|
|
28256
|
+
],
|
|
28257
|
+
"exports": [
|
|
28258
|
+
{
|
|
28259
|
+
"kind": "js",
|
|
28260
|
+
"name": "FormElementHelperText",
|
|
28261
|
+
"declaration": {
|
|
28262
|
+
"name": "FormElementHelperText",
|
|
28263
|
+
"module": "libs/components/src/shared/patterns/form-elements/form-elements.ts"
|
|
28264
|
+
}
|
|
28265
|
+
},
|
|
28266
|
+
{
|
|
28267
|
+
"kind": "js",
|
|
28268
|
+
"name": "FormElementSuccessText",
|
|
28269
|
+
"declaration": {
|
|
28270
|
+
"name": "FormElementSuccessText",
|
|
28271
|
+
"module": "libs/components/src/shared/patterns/form-elements/form-elements.ts"
|
|
28272
|
+
}
|
|
28273
|
+
},
|
|
28274
|
+
{
|
|
28275
|
+
"kind": "js",
|
|
28276
|
+
"name": "FormElementCharCount",
|
|
28277
|
+
"declaration": {
|
|
28278
|
+
"name": "FormElementCharCount",
|
|
28279
|
+
"module": "libs/components/src/shared/patterns/form-elements/form-elements.ts"
|
|
28280
|
+
}
|
|
28281
|
+
},
|
|
28282
|
+
{
|
|
28283
|
+
"kind": "js",
|
|
28284
|
+
"name": "formElements",
|
|
28285
|
+
"declaration": {
|
|
28286
|
+
"name": "formElements",
|
|
28287
|
+
"module": "libs/components/src/shared/patterns/form-elements/form-elements.ts"
|
|
28288
|
+
}
|
|
28289
|
+
},
|
|
28290
|
+
{
|
|
28291
|
+
"kind": "js",
|
|
28292
|
+
"name": "getFeedbackTemplate",
|
|
28293
|
+
"declaration": {
|
|
28294
|
+
"name": "getFeedbackTemplate",
|
|
28295
|
+
"module": "libs/components/src/shared/patterns/form-elements/form-elements.ts"
|
|
28296
|
+
}
|
|
28297
|
+
},
|
|
28298
|
+
{
|
|
28299
|
+
"kind": "js",
|
|
28300
|
+
"name": "errorText",
|
|
28301
|
+
"declaration": {
|
|
28302
|
+
"name": "errorText",
|
|
28303
|
+
"module": "libs/components/src/shared/patterns/form-elements/form-elements.ts"
|
|
28304
|
+
}
|
|
28305
|
+
}
|
|
28306
|
+
]
|
|
28307
|
+
},
|
|
28308
|
+
{
|
|
28309
|
+
"kind": "javascript-module",
|
|
28310
|
+
"path": "libs/components/src/shared/aria/aria-change-subscription.ts",
|
|
28311
|
+
"declarations": [
|
|
28312
|
+
{
|
|
28313
|
+
"kind": "function",
|
|
28314
|
+
"name": "subscribeToAriaPropertyChanges",
|
|
28315
|
+
"parameters": [
|
|
28316
|
+
{
|
|
28317
|
+
"name": "source",
|
|
28318
|
+
"type": {
|
|
28319
|
+
"text": "AriaMixinElement"
|
|
28320
|
+
}
|
|
28321
|
+
},
|
|
28322
|
+
{
|
|
28323
|
+
"name": "listener",
|
|
28324
|
+
"type": {
|
|
28325
|
+
"text": "AriaChangeSubscriber"
|
|
28326
|
+
}
|
|
28327
|
+
}
|
|
28328
|
+
]
|
|
28329
|
+
},
|
|
28330
|
+
{
|
|
28331
|
+
"kind": "function",
|
|
28332
|
+
"name": "unsubscribeFromAriaPropertyChanges",
|
|
28333
|
+
"parameters": [
|
|
28334
|
+
{
|
|
28335
|
+
"name": "source",
|
|
28336
|
+
"type": {
|
|
28337
|
+
"text": "AriaMixinElement"
|
|
28338
|
+
}
|
|
28339
|
+
},
|
|
28340
|
+
{
|
|
28341
|
+
"name": "listener",
|
|
28342
|
+
"type": {
|
|
28343
|
+
"text": "AriaChangeSubscriber"
|
|
28344
|
+
}
|
|
28345
|
+
}
|
|
28346
|
+
]
|
|
28347
|
+
},
|
|
28348
|
+
{
|
|
28349
|
+
"kind": "function",
|
|
28350
|
+
"name": "publishAriaPropertyChange",
|
|
28351
|
+
"parameters": [
|
|
28352
|
+
{
|
|
28353
|
+
"name": "source",
|
|
28354
|
+
"type": {
|
|
28355
|
+
"text": "AriaMixinElement"
|
|
28356
|
+
}
|
|
28357
|
+
},
|
|
28358
|
+
{
|
|
28359
|
+
"name": "changedAriaProperty",
|
|
28360
|
+
"type": {
|
|
28361
|
+
"text": "AriaPropertyName"
|
|
28362
|
+
}
|
|
28363
|
+
}
|
|
28364
|
+
]
|
|
28365
|
+
}
|
|
28366
|
+
],
|
|
28367
|
+
"exports": [
|
|
28368
|
+
{
|
|
28369
|
+
"kind": "js",
|
|
28370
|
+
"name": "subscribeToAriaPropertyChanges",
|
|
28371
|
+
"declaration": {
|
|
28372
|
+
"name": "subscribeToAriaPropertyChanges",
|
|
28373
|
+
"module": "libs/components/src/shared/aria/aria-change-subscription.ts"
|
|
28374
|
+
}
|
|
28375
|
+
},
|
|
28376
|
+
{
|
|
28377
|
+
"kind": "js",
|
|
28378
|
+
"name": "unsubscribeFromAriaPropertyChanges",
|
|
28379
|
+
"declaration": {
|
|
28380
|
+
"name": "unsubscribeFromAriaPropertyChanges",
|
|
28381
|
+
"module": "libs/components/src/shared/aria/aria-change-subscription.ts"
|
|
28382
|
+
}
|
|
28383
|
+
},
|
|
28384
|
+
{
|
|
28385
|
+
"kind": "js",
|
|
28386
|
+
"name": "publishAriaPropertyChange",
|
|
28387
|
+
"declaration": {
|
|
28388
|
+
"name": "publishAriaPropertyChange",
|
|
28389
|
+
"module": "libs/components/src/shared/aria/aria-change-subscription.ts"
|
|
28390
|
+
}
|
|
28391
|
+
}
|
|
28392
|
+
]
|
|
28393
|
+
},
|
|
28394
|
+
{
|
|
28395
|
+
"kind": "javascript-module",
|
|
28396
|
+
"path": "libs/components/src/shared/aria/aria-mixin.ts",
|
|
28397
|
+
"declarations": [
|
|
28398
|
+
{
|
|
28399
|
+
"kind": "variable",
|
|
28400
|
+
"name": "ariaMixinProperties",
|
|
28401
|
+
"type": {
|
|
28402
|
+
"text": "[\n\t'role',\n\t'ariaAtomic',\n\t'ariaAutoComplete',\n\t'ariaBusy',\n\t'ariaChecked',\n\t'ariaColCount',\n\t'ariaColIndex',\n\t'ariaColIndexText',\n\t'ariaColSpan',\n\t'ariaCurrent',\n\t'ariaDescription',\n\t'ariaDisabled',\n\t'ariaExpanded',\n\t'ariaHasPopup',\n\t'ariaHidden',\n\t'ariaInvalid',\n\t'ariaKeyShortcuts',\n\t'ariaLabel',\n\t'ariaLevel',\n\t'ariaLive',\n\t'ariaModal',\n\t'ariaMultiLine',\n\t'ariaMultiSelectable',\n\t'ariaOrientation',\n\t'ariaPlaceholder',\n\t'ariaPosInSet',\n\t'ariaPressed',\n\t'ariaReadOnly',\n\t'ariaRequired',\n\t'ariaRoleDescription',\n\t'ariaRowCount',\n\t'ariaRowIndex',\n\t'ariaRowIndexText',\n\t'ariaRowSpan',\n\t'ariaSelected',\n\t'ariaSetSize',\n\t'ariaSort',\n\t'ariaValueMax',\n\t'ariaValueMin',\n\t'ariaValueNow',\n\t'ariaValueText',\n\t'ariaRelevant', // Non-standard\n]"
|
|
28403
|
+
},
|
|
28404
|
+
"default": "[\n\t'role',\n\t'ariaAtomic',\n\t'ariaAutoComplete',\n\t'ariaBusy',\n\t'ariaChecked',\n\t'ariaColCount',\n\t'ariaColIndex',\n\t'ariaColIndexText',\n\t'ariaColSpan',\n\t'ariaCurrent',\n\t'ariaDescription',\n\t'ariaDisabled',\n\t'ariaExpanded',\n\t'ariaHasPopup',\n\t'ariaHidden',\n\t'ariaInvalid',\n\t'ariaKeyShortcuts',\n\t'ariaLabel',\n\t'ariaLevel',\n\t'ariaLive',\n\t'ariaModal',\n\t'ariaMultiLine',\n\t'ariaMultiSelectable',\n\t'ariaOrientation',\n\t'ariaPlaceholder',\n\t'ariaPosInSet',\n\t'ariaPressed',\n\t'ariaReadOnly',\n\t'ariaRequired',\n\t'ariaRoleDescription',\n\t'ariaRowCount',\n\t'ariaRowIndex',\n\t'ariaRowIndexText',\n\t'ariaRowSpan',\n\t'ariaSelected',\n\t'ariaSetSize',\n\t'ariaSort',\n\t'ariaValueMax',\n\t'ariaValueMin',\n\t'ariaValueNow',\n\t'ariaValueText',\n\t'ariaRelevant', // Non-standard\n]",
|
|
28405
|
+
"description": "Properties of the ARIAMixin (see: https://www.w3.org/TR/wai-aria-1.3/#ARIAMixin) which is applied to Element.\nIDREF properties are omitted."
|
|
28406
|
+
},
|
|
28407
|
+
{
|
|
28408
|
+
"kind": "function",
|
|
28409
|
+
"name": "ariaAttributeName",
|
|
28410
|
+
"return": {
|
|
28411
|
+
"type": {
|
|
28412
|
+
"text": "string"
|
|
28413
|
+
}
|
|
28414
|
+
},
|
|
28415
|
+
"parameters": [
|
|
28416
|
+
{
|
|
28417
|
+
"name": "ariaPropertyName",
|
|
28418
|
+
"type": {
|
|
28419
|
+
"text": "AriaPropertyName"
|
|
28420
|
+
}
|
|
28421
|
+
}
|
|
28422
|
+
]
|
|
28423
|
+
},
|
|
28424
|
+
{
|
|
28425
|
+
"kind": "mixin",
|
|
28426
|
+
"description": "Mixin for all components. Declares all ARIA attributes.",
|
|
28427
|
+
"name": "AriaMixin",
|
|
28428
|
+
"members": [
|
|
28429
|
+
{
|
|
28430
|
+
"kind": "field",
|
|
28431
|
+
"name": "specialHandling",
|
|
28432
|
+
"type": {
|
|
28433
|
+
"text": "boolean"
|
|
28434
|
+
},
|
|
28435
|
+
"default": "false"
|
|
28436
|
+
},
|
|
28437
|
+
{
|
|
28438
|
+
"kind": "field",
|
|
28439
|
+
"name": "_vividAriaBehaviour",
|
|
28440
|
+
"type": {
|
|
28441
|
+
"text": "VividAriaBehaviour"
|
|
28442
|
+
},
|
|
28443
|
+
"default": "'default'"
|
|
28444
|
+
}
|
|
28445
|
+
],
|
|
28446
|
+
"parameters": [
|
|
28447
|
+
{
|
|
28448
|
+
"name": "Base",
|
|
28449
|
+
"type": {
|
|
28450
|
+
"text": "T"
|
|
28451
|
+
}
|
|
28452
|
+
}
|
|
28453
|
+
]
|
|
28454
|
+
}
|
|
28455
|
+
],
|
|
28456
|
+
"exports": [
|
|
28457
|
+
{
|
|
28458
|
+
"kind": "js",
|
|
28459
|
+
"name": "ariaMixinProperties",
|
|
28460
|
+
"declaration": {
|
|
28461
|
+
"name": "ariaMixinProperties",
|
|
28462
|
+
"module": "libs/components/src/shared/aria/aria-mixin.ts"
|
|
28463
|
+
}
|
|
28464
|
+
},
|
|
28465
|
+
{
|
|
28466
|
+
"kind": "js",
|
|
28467
|
+
"name": "ariaAttributeName",
|
|
28468
|
+
"declaration": {
|
|
28469
|
+
"name": "ariaAttributeName",
|
|
28470
|
+
"module": "libs/components/src/shared/aria/aria-mixin.ts"
|
|
28471
|
+
}
|
|
28472
|
+
},
|
|
28473
|
+
{
|
|
28474
|
+
"kind": "js",
|
|
28475
|
+
"name": "AriaMixin",
|
|
28476
|
+
"declaration": {
|
|
28477
|
+
"name": "AriaMixin",
|
|
28478
|
+
"module": "libs/components/src/shared/aria/aria-mixin.ts"
|
|
28479
|
+
}
|
|
28480
|
+
}
|
|
28481
|
+
]
|
|
28482
|
+
},
|
|
28483
|
+
{
|
|
28484
|
+
"kind": "javascript-module",
|
|
28485
|
+
"path": "libs/components/src/shared/aria/delegate-aria-behavior.ts",
|
|
28486
|
+
"declarations": [
|
|
28487
|
+
{
|
|
28488
|
+
"kind": "class",
|
|
28489
|
+
"description": "",
|
|
28490
|
+
"name": "DelegateAriaBehavior",
|
|
28491
|
+
"members": [
|
|
28492
|
+
{
|
|
28493
|
+
"kind": "field",
|
|
28494
|
+
"name": "boundProperties",
|
|
28495
|
+
"type": {
|
|
28496
|
+
"text": "BoundAriaProperties<T>"
|
|
28497
|
+
},
|
|
28498
|
+
"privacy": "private",
|
|
28499
|
+
"readonly": true
|
|
28500
|
+
},
|
|
28501
|
+
{
|
|
28502
|
+
"kind": "field",
|
|
28503
|
+
"name": "forwardedProperties",
|
|
28504
|
+
"type": {
|
|
28505
|
+
"text": "Set<AriaPropertyName>"
|
|
28506
|
+
},
|
|
28507
|
+
"privacy": "private",
|
|
28508
|
+
"readonly": true
|
|
28509
|
+
},
|
|
28510
|
+
{
|
|
28511
|
+
"kind": "field",
|
|
28512
|
+
"name": "isMitigationDisabled",
|
|
28513
|
+
"type": {
|
|
28514
|
+
"text": "boolean"
|
|
28515
|
+
},
|
|
28516
|
+
"privacy": "private",
|
|
28517
|
+
"readonly": true
|
|
28518
|
+
},
|
|
28519
|
+
{
|
|
28520
|
+
"kind": "field",
|
|
28521
|
+
"name": "source",
|
|
28522
|
+
"type": {
|
|
28523
|
+
"text": "DelegatesAriaElement | null"
|
|
28524
|
+
},
|
|
28525
|
+
"privacy": "private",
|
|
28526
|
+
"default": "null"
|
|
28527
|
+
},
|
|
28528
|
+
{
|
|
28529
|
+
"kind": "method",
|
|
28530
|
+
"name": "bind",
|
|
28531
|
+
"parameters": [
|
|
28532
|
+
{
|
|
28533
|
+
"name": "source",
|
|
28534
|
+
"type": {
|
|
28535
|
+
"text": "DelegatesAriaElement"
|
|
28536
|
+
}
|
|
28537
|
+
}
|
|
28538
|
+
]
|
|
28539
|
+
},
|
|
28540
|
+
{
|
|
28541
|
+
"kind": "method",
|
|
28542
|
+
"name": "unbind"
|
|
28543
|
+
},
|
|
28544
|
+
{
|
|
28545
|
+
"kind": "field",
|
|
28546
|
+
"name": "bindingBehaviours",
|
|
28547
|
+
"type": {
|
|
28548
|
+
"text": "AttributeBindingBehavior[]"
|
|
28549
|
+
},
|
|
28550
|
+
"privacy": "private",
|
|
28551
|
+
"default": "[]"
|
|
28552
|
+
},
|
|
28553
|
+
{
|
|
28554
|
+
"kind": "method",
|
|
28555
|
+
"name": "bindPropertiesToTarget",
|
|
28556
|
+
"privacy": "private",
|
|
28557
|
+
"parameters": [
|
|
28558
|
+
{
|
|
28559
|
+
"name": "source",
|
|
28560
|
+
"type": {
|
|
28561
|
+
"text": "DelegatesAriaElement"
|
|
28562
|
+
}
|
|
28563
|
+
},
|
|
28564
|
+
{
|
|
28565
|
+
"name": "boundProperties",
|
|
28566
|
+
"type": {
|
|
28567
|
+
"text": "BoundAriaProperties<T>"
|
|
28568
|
+
}
|
|
28569
|
+
},
|
|
28570
|
+
{
|
|
28571
|
+
"name": "target",
|
|
28572
|
+
"type": {
|
|
28573
|
+
"text": "HTMLElement"
|
|
28574
|
+
}
|
|
28575
|
+
}
|
|
28576
|
+
]
|
|
28577
|
+
},
|
|
28578
|
+
{
|
|
28579
|
+
"kind": "method",
|
|
28580
|
+
"name": "releasePropertyBindings",
|
|
28581
|
+
"privacy": "private",
|
|
28582
|
+
"parameters": [
|
|
28583
|
+
{
|
|
28584
|
+
"name": "source",
|
|
28585
|
+
"type": {
|
|
28586
|
+
"text": "DelegatesAriaElement"
|
|
28587
|
+
}
|
|
28588
|
+
}
|
|
28589
|
+
]
|
|
28590
|
+
},
|
|
28591
|
+
{
|
|
28592
|
+
"kind": "method",
|
|
28593
|
+
"name": "startForwardingPropertiesToTarget",
|
|
28594
|
+
"privacy": "private",
|
|
28595
|
+
"parameters": [
|
|
28596
|
+
{
|
|
28597
|
+
"name": "source",
|
|
28598
|
+
"type": {
|
|
28599
|
+
"text": "DelegatesAriaElement"
|
|
28600
|
+
}
|
|
28601
|
+
},
|
|
28602
|
+
{
|
|
28603
|
+
"name": "delegatedProperties",
|
|
28604
|
+
"type": {
|
|
28605
|
+
"text": "Set<AriaPropertyName>"
|
|
28606
|
+
}
|
|
28607
|
+
},
|
|
28608
|
+
{
|
|
28609
|
+
"name": "target",
|
|
28610
|
+
"type": {
|
|
28611
|
+
"text": "HTMLElement"
|
|
28612
|
+
}
|
|
28613
|
+
}
|
|
28614
|
+
]
|
|
28615
|
+
},
|
|
28616
|
+
{
|
|
28617
|
+
"kind": "method",
|
|
28618
|
+
"name": "stopForwardingPropertiesToTarget",
|
|
28619
|
+
"privacy": "private",
|
|
28620
|
+
"parameters": [
|
|
28621
|
+
{
|
|
28622
|
+
"name": "source",
|
|
28623
|
+
"type": {
|
|
28624
|
+
"text": "DelegatesAriaElement"
|
|
28625
|
+
}
|
|
28626
|
+
}
|
|
28627
|
+
]
|
|
28628
|
+
},
|
|
28629
|
+
{
|
|
28630
|
+
"kind": "field",
|
|
28631
|
+
"name": "onSourceAriaPropertyChanged",
|
|
28632
|
+
"privacy": "private"
|
|
28633
|
+
},
|
|
28634
|
+
{
|
|
28635
|
+
"kind": "method",
|
|
28636
|
+
"name": "forwardPropertyToTarget",
|
|
28637
|
+
"privacy": "private",
|
|
28638
|
+
"parameters": [
|
|
28639
|
+
{
|
|
28640
|
+
"name": "target",
|
|
28641
|
+
"type": {
|
|
28642
|
+
"text": "HTMLElement"
|
|
28643
|
+
}
|
|
28644
|
+
},
|
|
28645
|
+
{
|
|
28646
|
+
"name": "property",
|
|
28647
|
+
"type": {
|
|
28648
|
+
"text": "AriaPropertyName"
|
|
28649
|
+
}
|
|
28650
|
+
},
|
|
28651
|
+
{
|
|
28652
|
+
"name": "value",
|
|
28653
|
+
"type": {
|
|
28654
|
+
"text": "BoundValue"
|
|
28655
|
+
}
|
|
28656
|
+
}
|
|
28657
|
+
]
|
|
28658
|
+
},
|
|
28659
|
+
{
|
|
28660
|
+
"kind": "method",
|
|
28661
|
+
"name": "mitigateAccessibilityIssues",
|
|
28662
|
+
"privacy": "private",
|
|
28663
|
+
"parameters": [
|
|
28664
|
+
{
|
|
28665
|
+
"name": "source",
|
|
28666
|
+
"type": {
|
|
28667
|
+
"text": "AriaMixinElement"
|
|
28668
|
+
}
|
|
28669
|
+
}
|
|
28670
|
+
],
|
|
28671
|
+
"description": "Sets role to presentation unless there are properties present that prohibit it.\nUsing role=\"presentation\" will cause non-global states or properties to be ignored.\nSee: https://www.w3.org/TR/wai-aria-1.3/#conflict_resolution_presentation_none"
|
|
28672
|
+
}
|
|
28673
|
+
]
|
|
28674
|
+
}
|
|
28675
|
+
],
|
|
28676
|
+
"exports": [
|
|
28677
|
+
{
|
|
28678
|
+
"kind": "js",
|
|
28679
|
+
"name": "DelegateAriaBehavior",
|
|
28680
|
+
"declaration": {
|
|
28681
|
+
"name": "DelegateAriaBehavior",
|
|
28682
|
+
"module": "libs/components/src/shared/aria/delegate-aria-behavior.ts"
|
|
28683
|
+
}
|
|
28684
|
+
}
|
|
28685
|
+
]
|
|
28686
|
+
},
|
|
28687
|
+
{
|
|
28688
|
+
"kind": "javascript-module",
|
|
28689
|
+
"path": "libs/components/src/shared/aria/delegates-aria.ts",
|
|
28690
|
+
"declarations": [
|
|
28691
|
+
{
|
|
28692
|
+
"kind": "function",
|
|
28693
|
+
"name": "delegateAria",
|
|
28694
|
+
"return": {
|
|
28695
|
+
"type": {
|
|
28696
|
+
"text": "CaptureType<T>"
|
|
28697
|
+
}
|
|
28698
|
+
},
|
|
28699
|
+
"parameters": [
|
|
28700
|
+
{
|
|
28701
|
+
"name": "boundProperties",
|
|
28702
|
+
"default": "{}",
|
|
27370
28703
|
"type": {
|
|
27371
|
-
"text": "T"
|
|
28704
|
+
"text": "BoundAriaProperties<T>"
|
|
27372
28705
|
}
|
|
27373
|
-
}
|
|
27374
|
-
],
|
|
27375
|
-
"attributes": [
|
|
28706
|
+
},
|
|
27376
28707
|
{
|
|
27377
|
-
"name": "
|
|
28708
|
+
"name": "options",
|
|
28709
|
+
"default": "{}",
|
|
27378
28710
|
"type": {
|
|
27379
|
-
"text": "
|
|
27380
|
-
}
|
|
27381
|
-
"fieldName": "label"
|
|
28711
|
+
"text": "DelegateAriaOptions"
|
|
28712
|
+
}
|
|
27382
28713
|
}
|
|
27383
|
-
]
|
|
28714
|
+
],
|
|
28715
|
+
"description": "Directive to delegate ARIA properties to the target element."
|
|
27384
28716
|
},
|
|
27385
28717
|
{
|
|
27386
|
-
"kind": "
|
|
27387
|
-
"
|
|
28718
|
+
"kind": "mixin",
|
|
28719
|
+
"description": "Mixin for components that delegate ARIA properties to an element inside the\nshadow root.",
|
|
28720
|
+
"name": "DelegatesAria",
|
|
28721
|
+
"members": [
|
|
28722
|
+
{
|
|
28723
|
+
"kind": "field",
|
|
28724
|
+
"name": "_vividAriaBehaviour",
|
|
28725
|
+
"default": "'delegate'",
|
|
28726
|
+
"type": {
|
|
28727
|
+
"text": "'delegate'"
|
|
28728
|
+
}
|
|
28729
|
+
}
|
|
28730
|
+
],
|
|
27388
28731
|
"parameters": [
|
|
27389
28732
|
{
|
|
27390
|
-
"name": "
|
|
28733
|
+
"name": "Base",
|
|
27391
28734
|
"type": {
|
|
27392
|
-
"text": "
|
|
28735
|
+
"text": "T"
|
|
27393
28736
|
}
|
|
27394
28737
|
}
|
|
27395
28738
|
]
|
|
28739
|
+
}
|
|
28740
|
+
],
|
|
28741
|
+
"exports": [
|
|
28742
|
+
{
|
|
28743
|
+
"kind": "js",
|
|
28744
|
+
"name": "delegateAria",
|
|
28745
|
+
"declaration": {
|
|
28746
|
+
"name": "delegateAria",
|
|
28747
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
28748
|
+
}
|
|
27396
28749
|
},
|
|
27397
28750
|
{
|
|
27398
|
-
"kind": "
|
|
28751
|
+
"kind": "js",
|
|
28752
|
+
"name": "DelegatesAria",
|
|
28753
|
+
"declaration": {
|
|
28754
|
+
"name": "DelegatesAria",
|
|
28755
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
28756
|
+
}
|
|
28757
|
+
}
|
|
28758
|
+
]
|
|
28759
|
+
},
|
|
28760
|
+
{
|
|
28761
|
+
"kind": "javascript-module",
|
|
28762
|
+
"path": "libs/components/src/shared/aria/host-semantics-behavior.ts",
|
|
28763
|
+
"declarations": [
|
|
28764
|
+
{
|
|
28765
|
+
"kind": "class",
|
|
27399
28766
|
"description": "",
|
|
27400
|
-
"name": "
|
|
28767
|
+
"name": "HostSemanticsBehavior",
|
|
27401
28768
|
"members": [
|
|
27402
28769
|
{
|
|
27403
28770
|
"kind": "field",
|
|
27404
|
-
"name": "
|
|
28771
|
+
"name": "boundProperties",
|
|
27405
28772
|
"type": {
|
|
27406
|
-
"text": "
|
|
27407
|
-
}
|
|
28773
|
+
"text": "BoundAriaProperties<T>"
|
|
28774
|
+
},
|
|
28775
|
+
"privacy": "private",
|
|
28776
|
+
"readonly": true
|
|
28777
|
+
},
|
|
28778
|
+
{
|
|
28779
|
+
"kind": "method",
|
|
28780
|
+
"name": "bind",
|
|
28781
|
+
"parameters": [
|
|
28782
|
+
{
|
|
28783
|
+
"name": "source",
|
|
28784
|
+
"type": {
|
|
28785
|
+
"text": "HostSemanticsElement"
|
|
28786
|
+
}
|
|
28787
|
+
}
|
|
28788
|
+
]
|
|
28789
|
+
},
|
|
28790
|
+
{
|
|
28791
|
+
"kind": "method",
|
|
28792
|
+
"name": "unbind",
|
|
28793
|
+
"parameters": [
|
|
28794
|
+
{
|
|
28795
|
+
"name": "source",
|
|
28796
|
+
"type": {
|
|
28797
|
+
"text": "HostSemanticsElement"
|
|
28798
|
+
}
|
|
28799
|
+
}
|
|
28800
|
+
]
|
|
27408
28801
|
},
|
|
27409
28802
|
{
|
|
27410
28803
|
"kind": "field",
|
|
27411
|
-
"name": "
|
|
27412
|
-
"privacy": "private",
|
|
28804
|
+
"name": "bindingBehaviours",
|
|
27413
28805
|
"type": {
|
|
27414
|
-
"text": "
|
|
28806
|
+
"text": "Behavior[]"
|
|
27415
28807
|
},
|
|
27416
|
-
"
|
|
28808
|
+
"privacy": "private",
|
|
28809
|
+
"default": "[]"
|
|
27417
28810
|
},
|
|
27418
28811
|
{
|
|
27419
28812
|
"kind": "method",
|
|
27420
|
-
"name": "
|
|
28813
|
+
"name": "bindPropertiesToTarget",
|
|
28814
|
+
"privacy": "private",
|
|
27421
28815
|
"parameters": [
|
|
27422
28816
|
{
|
|
27423
|
-
"name": "
|
|
28817
|
+
"name": "source",
|
|
27424
28818
|
"type": {
|
|
27425
|
-
"text": "
|
|
28819
|
+
"text": "HostSemanticsElement"
|
|
27426
28820
|
}
|
|
27427
28821
|
},
|
|
27428
28822
|
{
|
|
27429
|
-
"name": "
|
|
28823
|
+
"name": "boundProperties",
|
|
27430
28824
|
"type": {
|
|
27431
|
-
"text": "
|
|
28825
|
+
"text": "BoundAriaProperties<T>"
|
|
28826
|
+
}
|
|
28827
|
+
},
|
|
28828
|
+
{
|
|
28829
|
+
"name": "target",
|
|
28830
|
+
"type": {
|
|
28831
|
+
"text": "HTMLElement"
|
|
27432
28832
|
}
|
|
27433
28833
|
}
|
|
27434
28834
|
]
|
|
27435
28835
|
},
|
|
27436
28836
|
{
|
|
27437
28837
|
"kind": "method",
|
|
27438
|
-
"name": "
|
|
28838
|
+
"name": "releasePropertyBindings",
|
|
28839
|
+
"privacy": "private",
|
|
27439
28840
|
"parameters": [
|
|
27440
28841
|
{
|
|
27441
|
-
"name": "
|
|
28842
|
+
"name": "source",
|
|
27442
28843
|
"type": {
|
|
27443
|
-
"text": "
|
|
28844
|
+
"text": "HostSemanticsElement"
|
|
27444
28845
|
}
|
|
27445
28846
|
}
|
|
27446
28847
|
]
|
|
27447
|
-
},
|
|
27448
|
-
{
|
|
27449
|
-
"kind": "method",
|
|
27450
|
-
"name": "#clearCustomErrorAndRevalidate"
|
|
27451
|
-
},
|
|
27452
|
-
{
|
|
27453
|
-
"kind": "field",
|
|
27454
|
-
"name": "_validate"
|
|
27455
|
-
},
|
|
27456
|
-
{
|
|
27457
|
-
"kind": "field",
|
|
27458
|
-
"name": "validate"
|
|
27459
|
-
}
|
|
27460
|
-
],
|
|
27461
|
-
"parameters": [
|
|
27462
|
-
{
|
|
27463
|
-
"name": "constructor",
|
|
27464
|
-
"type": {
|
|
27465
|
-
"text": "T"
|
|
27466
|
-
}
|
|
27467
|
-
}
|
|
27468
|
-
],
|
|
27469
|
-
"attributes": [
|
|
27470
|
-
{
|
|
27471
|
-
"name": "error-text",
|
|
27472
|
-
"type": {
|
|
27473
|
-
"text": "string | undefined"
|
|
27474
|
-
},
|
|
27475
|
-
"fieldName": "errorText"
|
|
27476
28848
|
}
|
|
27477
28849
|
]
|
|
27478
28850
|
}
|
|
@@ -27480,79 +28852,50 @@
|
|
|
27480
28852
|
"exports": [
|
|
27481
28853
|
{
|
|
27482
28854
|
"kind": "js",
|
|
27483
|
-
"name": "
|
|
27484
|
-
"declaration": {
|
|
27485
|
-
"name": "FormElementHelperText",
|
|
27486
|
-
"module": "libs/components/src/shared/patterns/form-elements/form-elements.ts"
|
|
27487
|
-
}
|
|
27488
|
-
},
|
|
27489
|
-
{
|
|
27490
|
-
"kind": "js",
|
|
27491
|
-
"name": "FormElementSuccessText",
|
|
27492
|
-
"declaration": {
|
|
27493
|
-
"name": "FormElementSuccessText",
|
|
27494
|
-
"module": "libs/components/src/shared/patterns/form-elements/form-elements.ts"
|
|
27495
|
-
}
|
|
27496
|
-
},
|
|
27497
|
-
{
|
|
27498
|
-
"kind": "js",
|
|
27499
|
-
"name": "FormElementCharCount",
|
|
27500
|
-
"declaration": {
|
|
27501
|
-
"name": "FormElementCharCount",
|
|
27502
|
-
"module": "libs/components/src/shared/patterns/form-elements/form-elements.ts"
|
|
27503
|
-
}
|
|
27504
|
-
},
|
|
27505
|
-
{
|
|
27506
|
-
"kind": "js",
|
|
27507
|
-
"name": "formElements",
|
|
27508
|
-
"declaration": {
|
|
27509
|
-
"name": "formElements",
|
|
27510
|
-
"module": "libs/components/src/shared/patterns/form-elements/form-elements.ts"
|
|
27511
|
-
}
|
|
27512
|
-
},
|
|
27513
|
-
{
|
|
27514
|
-
"kind": "js",
|
|
27515
|
-
"name": "getFeedbackTemplate",
|
|
27516
|
-
"declaration": {
|
|
27517
|
-
"name": "getFeedbackTemplate",
|
|
27518
|
-
"module": "libs/components/src/shared/patterns/form-elements/form-elements.ts"
|
|
27519
|
-
}
|
|
27520
|
-
},
|
|
27521
|
-
{
|
|
27522
|
-
"kind": "js",
|
|
27523
|
-
"name": "errorText",
|
|
28855
|
+
"name": "HostSemanticsBehavior",
|
|
27524
28856
|
"declaration": {
|
|
27525
|
-
"name": "
|
|
27526
|
-
"module": "libs/components/src/shared/
|
|
28857
|
+
"name": "HostSemanticsBehavior",
|
|
28858
|
+
"module": "libs/components/src/shared/aria/host-semantics-behavior.ts"
|
|
27527
28859
|
}
|
|
27528
28860
|
}
|
|
27529
28861
|
]
|
|
27530
28862
|
},
|
|
27531
28863
|
{
|
|
27532
28864
|
"kind": "javascript-module",
|
|
27533
|
-
"path": "libs/components/src/shared/aria/
|
|
28865
|
+
"path": "libs/components/src/shared/aria/host-semantics.ts",
|
|
27534
28866
|
"declarations": [
|
|
27535
28867
|
{
|
|
27536
28868
|
"kind": "function",
|
|
27537
|
-
"name": "
|
|
28869
|
+
"name": "applyHostSemantics",
|
|
27538
28870
|
"return": {
|
|
27539
28871
|
"type": {
|
|
27540
|
-
"text": "
|
|
28872
|
+
"text": "CaptureType<T>"
|
|
27541
28873
|
}
|
|
27542
28874
|
},
|
|
27543
28875
|
"parameters": [
|
|
27544
28876
|
{
|
|
27545
|
-
"name": "
|
|
28877
|
+
"name": "boundProperties",
|
|
28878
|
+
"default": "{}",
|
|
27546
28879
|
"type": {
|
|
27547
|
-
"text": "
|
|
28880
|
+
"text": "BoundAriaProperties<T>"
|
|
27548
28881
|
}
|
|
27549
28882
|
}
|
|
27550
28883
|
]
|
|
27551
28884
|
},
|
|
27552
28885
|
{
|
|
27553
28886
|
"kind": "mixin",
|
|
27554
|
-
"description": "Mixin for components that
|
|
27555
|
-
"name": "
|
|
28887
|
+
"description": "Mixin for components that place semantics on the host element.",
|
|
28888
|
+
"name": "HostSemantics",
|
|
28889
|
+
"members": [
|
|
28890
|
+
{
|
|
28891
|
+
"kind": "field",
|
|
28892
|
+
"name": "_vividAriaBehaviour",
|
|
28893
|
+
"default": "'host'",
|
|
28894
|
+
"type": {
|
|
28895
|
+
"text": "'host'"
|
|
28896
|
+
}
|
|
28897
|
+
}
|
|
28898
|
+
],
|
|
27556
28899
|
"parameters": [
|
|
27557
28900
|
{
|
|
27558
28901
|
"name": "Base",
|
|
@@ -27566,18 +28909,18 @@
|
|
|
27566
28909
|
"exports": [
|
|
27567
28910
|
{
|
|
27568
28911
|
"kind": "js",
|
|
27569
|
-
"name": "
|
|
28912
|
+
"name": "applyHostSemantics",
|
|
27570
28913
|
"declaration": {
|
|
27571
|
-
"name": "
|
|
27572
|
-
"module": "libs/components/src/shared/aria/
|
|
28914
|
+
"name": "applyHostSemantics",
|
|
28915
|
+
"module": "libs/components/src/shared/aria/host-semantics.ts"
|
|
27573
28916
|
}
|
|
27574
28917
|
},
|
|
27575
28918
|
{
|
|
27576
28919
|
"kind": "js",
|
|
27577
|
-
"name": "
|
|
28920
|
+
"name": "HostSemantics",
|
|
27578
28921
|
"declaration": {
|
|
27579
|
-
"name": "
|
|
27580
|
-
"module": "libs/components/src/shared/aria/
|
|
28922
|
+
"name": "HostSemantics",
|
|
28923
|
+
"module": "libs/components/src/shared/aria/host-semantics.ts"
|
|
27581
28924
|
}
|
|
27582
28925
|
}
|
|
27583
28926
|
]
|
|
@@ -27614,6 +28957,30 @@
|
|
|
27614
28957
|
"name": "VividElement",
|
|
27615
28958
|
"module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
|
|
27616
28959
|
}
|
|
28960
|
+
},
|
|
28961
|
+
{
|
|
28962
|
+
"kind": "field",
|
|
28963
|
+
"name": "specialHandling",
|
|
28964
|
+
"type": {
|
|
28965
|
+
"text": "boolean"
|
|
28966
|
+
},
|
|
28967
|
+
"default": "false",
|
|
28968
|
+
"inheritedFrom": {
|
|
28969
|
+
"name": "VividElement",
|
|
28970
|
+
"module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
|
|
28971
|
+
}
|
|
28972
|
+
},
|
|
28973
|
+
{
|
|
28974
|
+
"kind": "field",
|
|
28975
|
+
"name": "_vividAriaBehaviour",
|
|
28976
|
+
"type": {
|
|
28977
|
+
"text": "VividAriaBehaviour"
|
|
28978
|
+
},
|
|
28979
|
+
"default": "'default'",
|
|
28980
|
+
"inheritedFrom": {
|
|
28981
|
+
"name": "VividElement",
|
|
28982
|
+
"module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
|
|
28983
|
+
}
|
|
27617
28984
|
}
|
|
27618
28985
|
],
|
|
27619
28986
|
"mixins": [
|
|
@@ -27749,6 +29116,30 @@
|
|
|
27749
29116
|
"name": "VividElement",
|
|
27750
29117
|
"module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
|
|
27751
29118
|
}
|
|
29119
|
+
},
|
|
29120
|
+
{
|
|
29121
|
+
"kind": "field",
|
|
29122
|
+
"name": "specialHandling",
|
|
29123
|
+
"type": {
|
|
29124
|
+
"text": "boolean"
|
|
29125
|
+
},
|
|
29126
|
+
"default": "false",
|
|
29127
|
+
"inheritedFrom": {
|
|
29128
|
+
"name": "VividElement",
|
|
29129
|
+
"module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
|
|
29130
|
+
}
|
|
29131
|
+
},
|
|
29132
|
+
{
|
|
29133
|
+
"kind": "field",
|
|
29134
|
+
"name": "_vividAriaBehaviour",
|
|
29135
|
+
"type": {
|
|
29136
|
+
"text": "VividAriaBehaviour"
|
|
29137
|
+
},
|
|
29138
|
+
"default": "'default'",
|
|
29139
|
+
"inheritedFrom": {
|
|
29140
|
+
"name": "VividElement",
|
|
29141
|
+
"module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
|
|
29142
|
+
}
|
|
27752
29143
|
}
|
|
27753
29144
|
],
|
|
27754
29145
|
"attributes": [
|
|
@@ -28458,6 +29849,30 @@
|
|
|
28458
29849
|
"name": "VividElement",
|
|
28459
29850
|
"module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
|
|
28460
29851
|
}
|
|
29852
|
+
},
|
|
29853
|
+
{
|
|
29854
|
+
"kind": "field",
|
|
29855
|
+
"name": "specialHandling",
|
|
29856
|
+
"type": {
|
|
29857
|
+
"text": "boolean"
|
|
29858
|
+
},
|
|
29859
|
+
"default": "false",
|
|
29860
|
+
"inheritedFrom": {
|
|
29861
|
+
"name": "VividElement",
|
|
29862
|
+
"module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
|
|
29863
|
+
}
|
|
29864
|
+
},
|
|
29865
|
+
{
|
|
29866
|
+
"kind": "field",
|
|
29867
|
+
"name": "_vividAriaBehaviour",
|
|
29868
|
+
"type": {
|
|
29869
|
+
"text": "VividAriaBehaviour"
|
|
29870
|
+
},
|
|
29871
|
+
"default": "'default'",
|
|
29872
|
+
"inheritedFrom": {
|
|
29873
|
+
"name": "VividElement",
|
|
29874
|
+
"module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
|
|
29875
|
+
}
|
|
28461
29876
|
}
|
|
28462
29877
|
],
|
|
28463
29878
|
"mixins": [
|