@vonage/vivid 4.22.0 → 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 +1987 -631
- 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 +11 -5
- 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-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/fab/fab.d.ts +11 -5
- package/lib/file-picker/file-picker.d.ts +339 -3
- 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 +339 -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 +10 -0
- package/lib/searchable-select/option-tag.d.ts +11 -5
- 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/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 +11 -5
- 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 +8 -7
- package/shared/definition15.js +10 -9
- package/shared/definition16.js +1 -1
- package/shared/definition17.js +1 -1
- package/shared/definition18.js +1 -1
- package/shared/definition19.js +1 -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 +7 -2
- package/shared/definition26.js +8 -3
- package/shared/definition27.cjs +3 -2
- package/shared/definition27.js +4 -3
- package/shared/definition28.js +1 -1
- package/shared/definition29.js +1 -1
- package/shared/definition3.cjs +3 -2
- package/shared/definition3.js +5 -4
- package/shared/definition30.cjs +33 -34
- package/shared/definition30.js +35 -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 +2 -13
- package/shared/definition35.js +4 -15
- 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.js +1 -1
- package/shared/definition40.cjs +8 -5
- package/shared/definition40.js +9 -6
- package/shared/definition41.js +1 -1
- package/shared/definition42.js +1 -1
- package/shared/definition43.cjs +465 -105
- package/shared/definition43.js +457 -97
- package/shared/definition44.cjs +9 -6
- package/shared/definition44.js +10 -7
- package/shared/definition45.cjs +13 -7
- package/shared/definition45.js +14 -8
- 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 +7 -6
- package/shared/definition50.js +9 -8
- 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.js +1 -1
- 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 +68 -14
- package/shared/definition56.js +69 -15
- 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/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 +4 -1
- package/shared/option.js +4 -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/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/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 +155 -14
- 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
|
}
|
|
@@ -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",
|
|
@@ -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",
|
|
@@ -10957,6 +11089,18 @@
|
|
|
10957
11089
|
},
|
|
10958
11090
|
"default": "false"
|
|
10959
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
|
+
},
|
|
10960
11104
|
{
|
|
10961
11105
|
"kind": "field",
|
|
10962
11106
|
"name": "proxy",
|
|
@@ -11061,6 +11205,10 @@
|
|
|
11061
11205
|
}
|
|
11062
11206
|
],
|
|
11063
11207
|
"mixins": [
|
|
11208
|
+
{
|
|
11209
|
+
"name": "DelegatesAria",
|
|
11210
|
+
"module": "/libs/components/src/shared/aria/delegates-aria"
|
|
11211
|
+
},
|
|
11064
11212
|
{
|
|
11065
11213
|
"name": "Localized",
|
|
11066
11214
|
"module": "/libs/components/src/shared/patterns"
|
|
@@ -11171,6 +11319,18 @@
|
|
|
11171
11319
|
"description": "applies scheme alternate to header region",
|
|
11172
11320
|
"privacy": "public"
|
|
11173
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
|
+
},
|
|
11174
11334
|
{
|
|
11175
11335
|
"kind": "field",
|
|
11176
11336
|
"name": "VIVID_VERSION",
|
|
@@ -11205,6 +11365,12 @@
|
|
|
11205
11365
|
"fieldName": "alternate"
|
|
11206
11366
|
}
|
|
11207
11367
|
],
|
|
11368
|
+
"mixins": [
|
|
11369
|
+
{
|
|
11370
|
+
"name": "DelegatesAria",
|
|
11371
|
+
"module": "/libs/components/src/shared/aria/delegates-aria"
|
|
11372
|
+
}
|
|
11373
|
+
],
|
|
11208
11374
|
"superclass": {
|
|
11209
11375
|
"name": "VividElement",
|
|
11210
11376
|
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
@@ -11734,7 +11900,7 @@
|
|
|
11734
11900
|
"kind": "field",
|
|
11735
11901
|
"name": "menuItems",
|
|
11736
11902
|
"type": {
|
|
11737
|
-
"text": "
|
|
11903
|
+
"text": "HTMLElement[] | undefined"
|
|
11738
11904
|
},
|
|
11739
11905
|
"privacy": "private"
|
|
11740
11906
|
},
|
|
@@ -11847,12 +12013,6 @@
|
|
|
11847
12013
|
"type": {
|
|
11848
12014
|
"text": "number"
|
|
11849
12015
|
}
|
|
11850
|
-
},
|
|
11851
|
-
{
|
|
11852
|
-
"name": "adjustment",
|
|
11853
|
-
"type": {
|
|
11854
|
-
"text": "number"
|
|
11855
|
-
}
|
|
11856
12016
|
}
|
|
11857
12017
|
]
|
|
11858
12018
|
},
|
|
@@ -12041,6 +12201,18 @@
|
|
|
12041
12201
|
"module": "libs/components/src/shared/patterns/anchored.ts"
|
|
12042
12202
|
}
|
|
12043
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
|
+
},
|
|
12044
12216
|
{
|
|
12045
12217
|
"kind": "field",
|
|
12046
12218
|
"name": "VIVID_VERSION",
|
|
@@ -12450,6 +12622,18 @@
|
|
|
12450
12622
|
"kind": "method",
|
|
12451
12623
|
"name": "#emitSyntheticClick"
|
|
12452
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
|
+
},
|
|
12453
12637
|
{
|
|
12454
12638
|
"kind": "field",
|
|
12455
12639
|
"name": "icon",
|
|
@@ -12580,6 +12764,10 @@
|
|
|
12580
12764
|
}
|
|
12581
12765
|
],
|
|
12582
12766
|
"mixins": [
|
|
12767
|
+
{
|
|
12768
|
+
"name": "HostSemantics",
|
|
12769
|
+
"module": "/libs/components/src/shared/aria/host-semantics"
|
|
12770
|
+
},
|
|
12583
12771
|
{
|
|
12584
12772
|
"name": "AffixIcon",
|
|
12585
12773
|
"module": "/libs/components/src/shared/patterns/affix"
|
|
@@ -12665,6 +12853,12 @@
|
|
|
12665
12853
|
"name": ""
|
|
12666
12854
|
}
|
|
12667
12855
|
],
|
|
12856
|
+
"mixins": [
|
|
12857
|
+
{
|
|
12858
|
+
"name": "DelegatesAria",
|
|
12859
|
+
"module": "/libs/components/src/shared/aria/delegates-aria"
|
|
12860
|
+
}
|
|
12861
|
+
],
|
|
12668
12862
|
"superclass": {
|
|
12669
12863
|
"name": "VividElement",
|
|
12670
12864
|
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
@@ -12674,6 +12868,18 @@
|
|
|
12674
12868
|
"name": "nav"
|
|
12675
12869
|
},
|
|
12676
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
|
+
},
|
|
12677
12883
|
{
|
|
12678
12884
|
"kind": "field",
|
|
12679
12885
|
"name": "VIVID_VERSION",
|
|
@@ -12896,6 +13102,18 @@
|
|
|
12896
13102
|
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
12897
13103
|
}
|
|
12898
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
|
+
},
|
|
12899
13117
|
{
|
|
12900
13118
|
"kind": "field",
|
|
12901
13119
|
"name": "VIVID_VERSION",
|
|
@@ -13180,6 +13398,18 @@
|
|
|
13180
13398
|
"module": "libs/components/src/lib/text-anchor/text-anchor.ts"
|
|
13181
13399
|
}
|
|
13182
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
|
+
},
|
|
13183
13413
|
{
|
|
13184
13414
|
"kind": "field",
|
|
13185
13415
|
"name": "VIVID_VERSION",
|
|
@@ -13918,6 +14148,18 @@
|
|
|
13918
14148
|
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
13919
14149
|
}
|
|
13920
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
|
+
},
|
|
13921
14163
|
{
|
|
13922
14164
|
"kind": "field",
|
|
13923
14165
|
"name": "proxy",
|
|
@@ -14429,6 +14671,18 @@
|
|
|
14429
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)",
|
|
14430
14672
|
"description": ""
|
|
14431
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
|
+
},
|
|
14432
14686
|
{
|
|
14433
14687
|
"kind": "field",
|
|
14434
14688
|
"name": "iconTrailing",
|
|
@@ -14552,6 +14806,10 @@
|
|
|
14552
14806
|
}
|
|
14553
14807
|
],
|
|
14554
14808
|
"mixins": [
|
|
14809
|
+
{
|
|
14810
|
+
"name": "HostSemantics",
|
|
14811
|
+
"module": "/libs/components/src/shared/aria/host-semantics"
|
|
14812
|
+
},
|
|
14555
14813
|
{
|
|
14556
14814
|
"name": "AffixIconWithTrailing",
|
|
14557
14815
|
"module": "/libs/components/src/shared/patterns/affix"
|
|
@@ -15375,6 +15633,18 @@
|
|
|
15375
15633
|
"description": "Indicates the progress' reverse status.",
|
|
15376
15634
|
"privacy": "public"
|
|
15377
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
|
+
},
|
|
15378
15648
|
{
|
|
15379
15649
|
"kind": "field",
|
|
15380
15650
|
"name": "value",
|
|
@@ -15602,6 +15872,18 @@
|
|
|
15602
15872
|
"text": "-6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined"
|
|
15603
15873
|
}
|
|
15604
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
|
+
},
|
|
15605
15887
|
{
|
|
15606
15888
|
"kind": "field",
|
|
15607
15889
|
"name": "value",
|
|
@@ -16290,6 +16572,18 @@
|
|
|
16290
16572
|
"name": "moveLeft",
|
|
16291
16573
|
"privacy": "private"
|
|
16292
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
|
+
},
|
|
16293
16587
|
{
|
|
16294
16588
|
"kind": "field",
|
|
16295
16589
|
"name": "VIVID_VERSION",
|
|
@@ -16364,6 +16658,12 @@
|
|
|
16364
16658
|
"fieldName": "orientation"
|
|
16365
16659
|
}
|
|
16366
16660
|
],
|
|
16661
|
+
"mixins": [
|
|
16662
|
+
{
|
|
16663
|
+
"name": "HostSemantics",
|
|
16664
|
+
"module": "/libs/components/src/shared/aria/host-semantics"
|
|
16665
|
+
}
|
|
16666
|
+
],
|
|
16367
16667
|
"superclass": {
|
|
16368
16668
|
"name": "VividElement",
|
|
16369
16669
|
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
@@ -17213,6 +17513,17 @@
|
|
|
17213
17513
|
"kind": "method",
|
|
17214
17514
|
"name": "selectionEndChanged"
|
|
17215
17515
|
},
|
|
17516
|
+
{
|
|
17517
|
+
"kind": "field",
|
|
17518
|
+
"name": "placeholder",
|
|
17519
|
+
"type": {
|
|
17520
|
+
"text": "string | undefined"
|
|
17521
|
+
}
|
|
17522
|
+
},
|
|
17523
|
+
{
|
|
17524
|
+
"kind": "method",
|
|
17525
|
+
"name": "placeholderChanged"
|
|
17526
|
+
},
|
|
17216
17527
|
{
|
|
17217
17528
|
"kind": "field",
|
|
17218
17529
|
"name": "#handleSelectionChange",
|
|
@@ -17252,6 +17563,26 @@
|
|
|
17252
17563
|
}
|
|
17253
17564
|
]
|
|
17254
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
|
+
},
|
|
17255
17586
|
{
|
|
17256
17587
|
"kind": "method",
|
|
17257
17588
|
"name": "focus"
|
|
@@ -17287,6 +17618,13 @@
|
|
|
17287
17618
|
},
|
|
17288
17619
|
"default": "null",
|
|
17289
17620
|
"fieldName": "selectionEnd"
|
|
17621
|
+
},
|
|
17622
|
+
{
|
|
17623
|
+
"name": "placeholder",
|
|
17624
|
+
"type": {
|
|
17625
|
+
"text": "string | undefined"
|
|
17626
|
+
},
|
|
17627
|
+
"fieldName": "placeholder"
|
|
17290
17628
|
}
|
|
17291
17629
|
],
|
|
17292
17630
|
"superclass": {
|
|
@@ -17978,6 +18316,18 @@
|
|
|
17978
18316
|
"privacy": "private",
|
|
17979
18317
|
"default": "new ResizeObserver(() => {\n\t\tthis.#updateTagLayout();\n\t})"
|
|
17980
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
|
+
},
|
|
17981
18331
|
{
|
|
17982
18332
|
"kind": "field",
|
|
17983
18333
|
"name": "iconTrailing",
|
|
@@ -18154,6 +18504,10 @@
|
|
|
18154
18504
|
}
|
|
18155
18505
|
],
|
|
18156
18506
|
"mixins": [
|
|
18507
|
+
{
|
|
18508
|
+
"name": "DelegatesAria",
|
|
18509
|
+
"module": "/libs/components/src/shared/aria/delegates-aria"
|
|
18510
|
+
},
|
|
18157
18511
|
{
|
|
18158
18512
|
"name": "AffixIconWithTrailing",
|
|
18159
18513
|
"module": "/libs/components/src/shared/patterns"
|
|
@@ -18612,6 +18966,18 @@
|
|
|
18612
18966
|
"kind": "method",
|
|
18613
18967
|
"name": "formResetCallback"
|
|
18614
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
|
+
},
|
|
18615
18981
|
{
|
|
18616
18982
|
"kind": "field",
|
|
18617
18983
|
"name": "iconTrailing",
|
|
@@ -18867,6 +19233,10 @@
|
|
|
18867
19233
|
}
|
|
18868
19234
|
],
|
|
18869
19235
|
"mixins": [
|
|
19236
|
+
{
|
|
19237
|
+
"name": "HostSemantics",
|
|
19238
|
+
"module": "/libs/components/src/shared/aria/host-semantics"
|
|
19239
|
+
},
|
|
18870
19240
|
{
|
|
18871
19241
|
"name": "AffixIconWithTrailing",
|
|
18872
19242
|
"module": "/libs/components/src/shared/patterns"
|
|
@@ -19053,6 +19423,18 @@
|
|
|
19053
19423
|
"description": "Removes the padding around the box's slot content",
|
|
19054
19424
|
"privacy": "public"
|
|
19055
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
|
+
},
|
|
19056
19438
|
{
|
|
19057
19439
|
"kind": "field",
|
|
19058
19440
|
"name": "VIVID_VERSION",
|
|
@@ -19775,6 +20157,18 @@
|
|
|
19775
20157
|
"name": "#onMouseOut",
|
|
19776
20158
|
"privacy": "private"
|
|
19777
20159
|
},
|
|
20160
|
+
{
|
|
20161
|
+
"kind": "field",
|
|
20162
|
+
"name": "_vividAriaBehaviour",
|
|
20163
|
+
"default": "'delegate'",
|
|
20164
|
+
"type": {
|
|
20165
|
+
"text": "'delegate'"
|
|
20166
|
+
},
|
|
20167
|
+
"inheritedFrom": {
|
|
20168
|
+
"name": "DelegatesAria",
|
|
20169
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
20170
|
+
}
|
|
20171
|
+
},
|
|
19778
20172
|
{
|
|
19779
20173
|
"kind": "field",
|
|
19780
20174
|
"name": "proxy",
|
|
@@ -20306,6 +20700,18 @@
|
|
|
20306
20700
|
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
20307
20701
|
}
|
|
20308
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
|
+
},
|
|
20309
20715
|
{
|
|
20310
20716
|
"kind": "field",
|
|
20311
20717
|
"name": "VIVID_VERSION",
|
|
@@ -20727,6 +21133,18 @@
|
|
|
20727
21133
|
"kind": "field",
|
|
20728
21134
|
"name": "checked"
|
|
20729
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
|
+
},
|
|
20730
21148
|
{
|
|
20731
21149
|
"kind": "field",
|
|
20732
21150
|
"name": "proxy",
|
|
@@ -21030,6 +21448,18 @@
|
|
|
21030
21448
|
}
|
|
21031
21449
|
]
|
|
21032
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
|
+
},
|
|
21033
21463
|
{
|
|
21034
21464
|
"kind": "field",
|
|
21035
21465
|
"name": "iconTrailing",
|
|
@@ -21154,6 +21584,10 @@
|
|
|
21154
21584
|
}
|
|
21155
21585
|
],
|
|
21156
21586
|
"mixins": [
|
|
21587
|
+
{
|
|
21588
|
+
"name": "HostSemantics",
|
|
21589
|
+
"module": "/libs/components/src/shared/aria/host-semantics"
|
|
21590
|
+
},
|
|
21157
21591
|
{
|
|
21158
21592
|
"name": "AffixIconWithTrailing",
|
|
21159
21593
|
"module": "/libs/components/src/shared/patterns/affix"
|
|
@@ -21233,6 +21667,12 @@
|
|
|
21233
21667
|
"name": ""
|
|
21234
21668
|
}
|
|
21235
21669
|
],
|
|
21670
|
+
"mixins": [
|
|
21671
|
+
{
|
|
21672
|
+
"name": "HostSemantics",
|
|
21673
|
+
"module": "/libs/components/src/shared/aria/host-semantics"
|
|
21674
|
+
}
|
|
21675
|
+
],
|
|
21236
21676
|
"superclass": {
|
|
21237
21677
|
"name": "VividElement",
|
|
21238
21678
|
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
@@ -21244,15 +21684,27 @@
|
|
|
21244
21684
|
"members": [
|
|
21245
21685
|
{
|
|
21246
21686
|
"kind": "field",
|
|
21247
|
-
"name": "
|
|
21248
|
-
"
|
|
21249
|
-
"default": "__PACKAGE_VERSION__",
|
|
21250
|
-
"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`.",
|
|
21687
|
+
"name": "_vividAriaBehaviour",
|
|
21688
|
+
"default": "'host'",
|
|
21251
21689
|
"type": {
|
|
21252
|
-
"text": "
|
|
21690
|
+
"text": "'host'"
|
|
21253
21691
|
},
|
|
21254
21692
|
"inheritedFrom": {
|
|
21255
|
-
"name": "
|
|
21693
|
+
"name": "HostSemantics",
|
|
21694
|
+
"module": "libs/components/src/shared/aria/host-semantics.ts"
|
|
21695
|
+
}
|
|
21696
|
+
},
|
|
21697
|
+
{
|
|
21698
|
+
"kind": "field",
|
|
21699
|
+
"name": "VIVID_VERSION",
|
|
21700
|
+
"static": true,
|
|
21701
|
+
"default": "__PACKAGE_VERSION__",
|
|
21702
|
+
"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`.",
|
|
21703
|
+
"type": {
|
|
21704
|
+
"text": "string"
|
|
21705
|
+
},
|
|
21706
|
+
"inheritedFrom": {
|
|
21707
|
+
"name": "VividElement",
|
|
21256
21708
|
"module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
|
|
21257
21709
|
}
|
|
21258
21710
|
}
|
|
@@ -22086,6 +22538,18 @@
|
|
|
22086
22538
|
}
|
|
22087
22539
|
}
|
|
22088
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
|
+
},
|
|
22089
22553
|
{
|
|
22090
22554
|
"kind": "field",
|
|
22091
22555
|
"name": "icon",
|
|
@@ -22209,6 +22673,10 @@
|
|
|
22209
22673
|
}
|
|
22210
22674
|
],
|
|
22211
22675
|
"mixins": [
|
|
22676
|
+
{
|
|
22677
|
+
"name": "DelegatesAria",
|
|
22678
|
+
"module": "/libs/components/src/shared/aria/delegates-aria"
|
|
22679
|
+
},
|
|
22212
22680
|
{
|
|
22213
22681
|
"name": "AffixIcon",
|
|
22214
22682
|
"module": "/libs/components/src/shared/patterns/affix"
|
|
@@ -22299,6 +22767,18 @@
|
|
|
22299
22767
|
"name": "tag-group"
|
|
22300
22768
|
},
|
|
22301
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
|
+
},
|
|
22302
22782
|
{
|
|
22303
22783
|
"kind": "field",
|
|
22304
22784
|
"name": "VIVID_VERSION",
|
|
@@ -22425,6 +22905,18 @@
|
|
|
22425
22905
|
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
22426
22906
|
}
|
|
22427
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
|
+
},
|
|
22428
22920
|
{
|
|
22429
22921
|
"kind": "field",
|
|
22430
22922
|
"name": "VIVID_VERSION",
|
|
@@ -22867,6 +23359,18 @@
|
|
|
22867
23359
|
"text": "Reflector<this, HTMLTextAreaElement> | undefined"
|
|
22868
23360
|
}
|
|
22869
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
|
+
},
|
|
22870
23374
|
{
|
|
22871
23375
|
"kind": "field",
|
|
22872
23376
|
"name": "proxy",
|
|
@@ -23362,31 +23866,12 @@
|
|
|
23362
23866
|
},
|
|
23363
23867
|
{
|
|
23364
23868
|
"kind": "method",
|
|
23365
|
-
"name": "
|
|
23366
|
-
"parameters": [
|
|
23367
|
-
{
|
|
23368
|
-
"name": "labelEl",
|
|
23369
|
-
"type": {
|
|
23370
|
-
"text": "HTMLLabelElement"
|
|
23371
|
-
}
|
|
23372
|
-
}
|
|
23373
|
-
]
|
|
23374
|
-
},
|
|
23375
|
-
{
|
|
23376
|
-
"kind": "field",
|
|
23377
|
-
"name": "#reflectToInput",
|
|
23378
|
-
"privacy": "private",
|
|
23379
|
-
"type": {
|
|
23380
|
-
"text": "Reflector<this, HTMLInputElement> | undefined"
|
|
23381
|
-
}
|
|
23869
|
+
"name": "focus"
|
|
23382
23870
|
},
|
|
23383
23871
|
{
|
|
23384
23872
|
"kind": "field",
|
|
23385
|
-
"name": "#
|
|
23386
|
-
"privacy": "private"
|
|
23387
|
-
"type": {
|
|
23388
|
-
"text": "HTMLElement | undefined"
|
|
23389
|
-
}
|
|
23873
|
+
"name": "#randomId",
|
|
23874
|
+
"privacy": "private"
|
|
23390
23875
|
},
|
|
23391
23876
|
{
|
|
23392
23877
|
"kind": "field",
|
|
@@ -23396,10 +23881,6 @@
|
|
|
23396
23881
|
"text": "MutationObserver | undefined"
|
|
23397
23882
|
}
|
|
23398
23883
|
},
|
|
23399
|
-
{
|
|
23400
|
-
"kind": "method",
|
|
23401
|
-
"name": "focus"
|
|
23402
|
-
},
|
|
23403
23884
|
{
|
|
23404
23885
|
"kind": "method",
|
|
23405
23886
|
"name": "#updateHelperTextMutationObserver"
|
|
@@ -23421,6 +23902,18 @@
|
|
|
23421
23902
|
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
23422
23903
|
}
|
|
23423
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
|
+
},
|
|
23424
23917
|
{
|
|
23425
23918
|
"kind": "field",
|
|
23426
23919
|
"name": "proxy",
|
|
@@ -24877,6 +25370,18 @@
|
|
|
24877
25370
|
"privacy": "public",
|
|
24878
25371
|
"readonly": true
|
|
24879
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
|
+
},
|
|
24880
25385
|
{
|
|
24881
25386
|
"kind": "field",
|
|
24882
25387
|
"name": "icon",
|
|
@@ -24968,6 +25473,10 @@
|
|
|
24968
25473
|
}
|
|
24969
25474
|
],
|
|
24970
25475
|
"mixins": [
|
|
25476
|
+
{
|
|
25477
|
+
"name": "HostSemantics",
|
|
25478
|
+
"module": "/libs/components/src/shared/aria/host-semantics"
|
|
25479
|
+
},
|
|
24971
25480
|
{
|
|
24972
25481
|
"name": "AffixIcon",
|
|
24973
25482
|
"module": "/libs/components/src/shared/patterns/affix"
|
|
@@ -25184,6 +25693,18 @@
|
|
|
25184
25693
|
}
|
|
25185
25694
|
}
|
|
25186
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
|
+
},
|
|
25187
25708
|
{
|
|
25188
25709
|
"kind": "field",
|
|
25189
25710
|
"name": "VIVID_VERSION",
|
|
@@ -25209,6 +25730,12 @@
|
|
|
25209
25730
|
"fieldName": "renderCollapsedNodes"
|
|
25210
25731
|
}
|
|
25211
25732
|
],
|
|
25733
|
+
"mixins": [
|
|
25734
|
+
{
|
|
25735
|
+
"name": "HostSemantics",
|
|
25736
|
+
"module": "/libs/components/src/shared/aria/host-semantics"
|
|
25737
|
+
}
|
|
25738
|
+
],
|
|
25212
25739
|
"superclass": {
|
|
25213
25740
|
"name": "VividElement",
|
|
25214
25741
|
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element.js"
|
|
@@ -25677,102 +26204,6 @@
|
|
|
25677
26204
|
}
|
|
25678
26205
|
]
|
|
25679
26206
|
},
|
|
25680
|
-
{
|
|
25681
|
-
"kind": "javascript-module",
|
|
25682
|
-
"path": "libs/components/src/lib/rich-text-editor/menubar/definition.ts",
|
|
25683
|
-
"declarations": [
|
|
25684
|
-
{
|
|
25685
|
-
"kind": "variable",
|
|
25686
|
-
"name": "menuBarDefinition"
|
|
25687
|
-
},
|
|
25688
|
-
{
|
|
25689
|
-
"kind": "variable",
|
|
25690
|
-
"name": "registerMenuBar",
|
|
25691
|
-
"description": "Registers the menubar element with the design system.",
|
|
25692
|
-
"parameters": [
|
|
25693
|
-
{
|
|
25694
|
-
"description": "the prefix to use for the component name",
|
|
25695
|
-
"name": "prefix"
|
|
25696
|
-
}
|
|
25697
|
-
]
|
|
25698
|
-
}
|
|
25699
|
-
],
|
|
25700
|
-
"exports": [
|
|
25701
|
-
{
|
|
25702
|
-
"kind": "js",
|
|
25703
|
-
"name": "menuBarDefinition",
|
|
25704
|
-
"declaration": {
|
|
25705
|
-
"name": "menuBarDefinition",
|
|
25706
|
-
"module": "libs/components/src/lib/rich-text-editor/menubar/definition.ts"
|
|
25707
|
-
}
|
|
25708
|
-
},
|
|
25709
|
-
{
|
|
25710
|
-
"kind": "js",
|
|
25711
|
-
"name": "registerMenuBar",
|
|
25712
|
-
"declaration": {
|
|
25713
|
-
"name": "registerMenuBar",
|
|
25714
|
-
"module": "libs/components/src/lib/rich-text-editor/menubar/definition.ts"
|
|
25715
|
-
}
|
|
25716
|
-
}
|
|
25717
|
-
]
|
|
25718
|
-
},
|
|
25719
|
-
{
|
|
25720
|
-
"kind": "javascript-module",
|
|
25721
|
-
"path": "libs/components/src/lib/rich-text-editor/menubar/menubar.ts",
|
|
25722
|
-
"declarations": [
|
|
25723
|
-
{
|
|
25724
|
-
"kind": "class",
|
|
25725
|
-
"description": "",
|
|
25726
|
-
"name": "MenuBar",
|
|
25727
|
-
"members": [
|
|
25728
|
-
{
|
|
25729
|
-
"kind": "field",
|
|
25730
|
-
"name": "menuItems",
|
|
25731
|
-
"type": {
|
|
25732
|
-
"text": "string | undefined"
|
|
25733
|
-
}
|
|
25734
|
-
},
|
|
25735
|
-
{
|
|
25736
|
-
"kind": "field",
|
|
25737
|
-
"name": "VIVID_VERSION",
|
|
25738
|
-
"static": true,
|
|
25739
|
-
"default": "__PACKAGE_VERSION__",
|
|
25740
|
-
"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`.",
|
|
25741
|
-
"type": {
|
|
25742
|
-
"text": "string"
|
|
25743
|
-
},
|
|
25744
|
-
"inheritedFrom": {
|
|
25745
|
-
"name": "VividElement",
|
|
25746
|
-
"module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
|
|
25747
|
-
}
|
|
25748
|
-
}
|
|
25749
|
-
],
|
|
25750
|
-
"attributes": [
|
|
25751
|
-
{
|
|
25752
|
-
"name": "menu-items",
|
|
25753
|
-
"type": {
|
|
25754
|
-
"text": "string | undefined"
|
|
25755
|
-
},
|
|
25756
|
-
"fieldName": "menuItems"
|
|
25757
|
-
}
|
|
25758
|
-
],
|
|
25759
|
-
"superclass": {
|
|
25760
|
-
"name": "VividElement",
|
|
25761
|
-
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
25762
|
-
}
|
|
25763
|
-
}
|
|
25764
|
-
],
|
|
25765
|
-
"exports": [
|
|
25766
|
-
{
|
|
25767
|
-
"kind": "js",
|
|
25768
|
-
"name": "MenuBar",
|
|
25769
|
-
"declaration": {
|
|
25770
|
-
"name": "MenuBar",
|
|
25771
|
-
"module": "libs/components/src/lib/rich-text-editor/menubar/menubar.ts"
|
|
25772
|
-
}
|
|
25773
|
-
}
|
|
25774
|
-
]
|
|
25775
|
-
},
|
|
25776
26207
|
{
|
|
25777
26208
|
"kind": "javascript-module",
|
|
25778
26209
|
"path": "libs/components/src/lib/rich-text-editor/facades/prose-mirror-vivid.schema.ts",
|
|
@@ -25798,6 +26229,21 @@
|
|
|
25798
26229
|
"kind": "javascript-module",
|
|
25799
26230
|
"path": "libs/components/src/lib/rich-text-editor/facades/vivid-prose-mirror.facade.ts",
|
|
25800
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
|
+
},
|
|
25801
26247
|
{
|
|
25802
26248
|
"kind": "class",
|
|
25803
26249
|
"description": "",
|
|
@@ -25851,6 +26297,19 @@
|
|
|
25851
26297
|
}
|
|
25852
26298
|
]
|
|
25853
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
|
+
},
|
|
25854
26313
|
{
|
|
25855
26314
|
"kind": "method",
|
|
25856
26315
|
"name": "replaceContent",
|
|
@@ -25932,11 +26391,61 @@
|
|
|
25932
26391
|
}
|
|
25933
26392
|
}
|
|
25934
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
|
+
]
|
|
25935
26428
|
}
|
|
25936
26429
|
]
|
|
25937
26430
|
}
|
|
25938
26431
|
],
|
|
25939
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
|
+
},
|
|
25940
26449
|
{
|
|
25941
26450
|
"kind": "js",
|
|
25942
26451
|
"name": "ProseMirrorFacade",
|
|
@@ -25949,169 +26458,167 @@
|
|
|
25949
26458
|
},
|
|
25950
26459
|
{
|
|
25951
26460
|
"kind": "javascript-module",
|
|
25952
|
-
"path": "libs/components/src/
|
|
26461
|
+
"path": "libs/components/src/lib/rich-text-editor/menubar/consts.ts",
|
|
25953
26462
|
"declarations": [
|
|
25954
26463
|
{
|
|
25955
|
-
"kind": "
|
|
25956
|
-
"
|
|
25957
|
-
"
|
|
25958
|
-
|
|
25959
|
-
|
|
25960
|
-
|
|
25961
|
-
|
|
25962
|
-
|
|
25963
|
-
|
|
25964
|
-
|
|
25965
|
-
|
|
25966
|
-
|
|
25967
|
-
|
|
25968
|
-
|
|
25969
|
-
|
|
25970
|
-
|
|
25971
|
-
|
|
25972
|
-
|
|
25973
|
-
|
|
25974
|
-
|
|
25975
|
-
|
|
25976
|
-
|
|
25977
|
-
|
|
25978
|
-
|
|
25979
|
-
|
|
25980
|
-
|
|
25981
|
-
|
|
25982
|
-
|
|
25983
|
-
|
|
25984
|
-
|
|
25985
|
-
|
|
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
|
+
},
|
|
26515
|
+
{
|
|
26516
|
+
"kind": "javascript-module",
|
|
26517
|
+
"path": "libs/components/src/lib/rich-text-editor/menubar/definition.ts",
|
|
26518
|
+
"declarations": [
|
|
26519
|
+
{
|
|
26520
|
+
"kind": "variable",
|
|
26521
|
+
"name": "menuBarDefinition"
|
|
26522
|
+
},
|
|
26523
|
+
{
|
|
26524
|
+
"kind": "variable",
|
|
26525
|
+
"name": "registerMenuBar",
|
|
26526
|
+
"description": "Registers the menubar element with the design system.",
|
|
26527
|
+
"parameters": [
|
|
25986
26528
|
{
|
|
25987
|
-
"
|
|
25988
|
-
"name": "
|
|
25989
|
-
|
|
25990
|
-
|
|
25991
|
-
|
|
25992
|
-
|
|
25993
|
-
|
|
25994
|
-
|
|
26529
|
+
"description": "the prefix to use for the component name",
|
|
26530
|
+
"name": "prefix"
|
|
26531
|
+
}
|
|
26532
|
+
]
|
|
26533
|
+
}
|
|
26534
|
+
],
|
|
26535
|
+
"exports": [
|
|
26536
|
+
{
|
|
26537
|
+
"kind": "js",
|
|
26538
|
+
"name": "menuBarDefinition",
|
|
26539
|
+
"declaration": {
|
|
26540
|
+
"name": "menuBarDefinition",
|
|
26541
|
+
"module": "libs/components/src/lib/rich-text-editor/menubar/definition.ts"
|
|
26542
|
+
}
|
|
26543
|
+
},
|
|
26544
|
+
{
|
|
26545
|
+
"kind": "js",
|
|
26546
|
+
"name": "registerMenuBar",
|
|
26547
|
+
"declaration": {
|
|
26548
|
+
"name": "registerMenuBar",
|
|
26549
|
+
"module": "libs/components/src/lib/rich-text-editor/menubar/definition.ts"
|
|
26550
|
+
}
|
|
26551
|
+
}
|
|
26552
|
+
]
|
|
26553
|
+
},
|
|
26554
|
+
{
|
|
26555
|
+
"kind": "javascript-module",
|
|
26556
|
+
"path": "libs/components/src/lib/rich-text-editor/menubar/menubar.ts",
|
|
26557
|
+
"declarations": [
|
|
26558
|
+
{
|
|
26559
|
+
"kind": "class",
|
|
26560
|
+
"description": "",
|
|
26561
|
+
"name": "MenuBar",
|
|
26562
|
+
"members": [
|
|
25995
26563
|
{
|
|
25996
26564
|
"kind": "field",
|
|
25997
|
-
"name": "
|
|
26565
|
+
"name": "menuItems",
|
|
25998
26566
|
"type": {
|
|
25999
|
-
"text": "string"
|
|
26000
|
-
}
|
|
26001
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
26002
|
-
"privacy": "public"
|
|
26567
|
+
"text": "string | undefined"
|
|
26568
|
+
}
|
|
26003
26569
|
},
|
|
26004
26570
|
{
|
|
26005
26571
|
"kind": "field",
|
|
26006
|
-
"name": "
|
|
26007
|
-
"
|
|
26008
|
-
|
|
26009
|
-
},
|
|
26010
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
26011
|
-
"privacy": "public"
|
|
26572
|
+
"name": "#textEditorElement",
|
|
26573
|
+
"privacy": "private",
|
|
26574
|
+
"readonly": true
|
|
26012
26575
|
},
|
|
26013
26576
|
{
|
|
26014
26577
|
"kind": "field",
|
|
26015
|
-
"name": "
|
|
26578
|
+
"name": "#updateTextStyleState",
|
|
26579
|
+
"privacy": "private",
|
|
26016
26580
|
"type": {
|
|
26017
|
-
"text": "
|
|
26581
|
+
"text": "EventListener"
|
|
26018
26582
|
},
|
|
26019
|
-
"
|
|
26020
|
-
"privacy": "public"
|
|
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})"
|
|
26021
26584
|
},
|
|
26022
26585
|
{
|
|
26023
26586
|
"kind": "field",
|
|
26024
|
-
"name": "
|
|
26587
|
+
"name": "VIVID_VERSION",
|
|
26588
|
+
"static": true,
|
|
26589
|
+
"default": "__PACKAGE_VERSION__",
|
|
26590
|
+
"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`.",
|
|
26025
26591
|
"type": {
|
|
26026
26592
|
"text": "string"
|
|
26027
26593
|
},
|
|
26028
|
-
"
|
|
26029
|
-
|
|
26030
|
-
|
|
26031
|
-
|
|
26032
|
-
"kind": "field",
|
|
26033
|
-
"name": "control",
|
|
26034
|
-
"type": {
|
|
26035
|
-
"text": "HTMLAnchorElement | undefined"
|
|
26036
|
-
},
|
|
26037
|
-
"description": "References the root element"
|
|
26594
|
+
"inheritedFrom": {
|
|
26595
|
+
"name": "VividElement",
|
|
26596
|
+
"module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
|
|
26597
|
+
}
|
|
26038
26598
|
}
|
|
26039
26599
|
],
|
|
26040
26600
|
"attributes": [
|
|
26041
26601
|
{
|
|
26042
|
-
"name": "
|
|
26043
|
-
"type": {
|
|
26044
|
-
"text": "string"
|
|
26045
|
-
},
|
|
26046
|
-
"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.",
|
|
26047
|
-
"fieldName": "download"
|
|
26048
|
-
},
|
|
26049
|
-
{
|
|
26050
|
-
"name": "href",
|
|
26051
|
-
"type": {
|
|
26052
|
-
"text": "string"
|
|
26053
|
-
},
|
|
26054
|
-
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
26055
|
-
"fieldName": "href"
|
|
26056
|
-
},
|
|
26057
|
-
{
|
|
26058
|
-
"name": "hreflang",
|
|
26059
|
-
"type": {
|
|
26060
|
-
"text": "string"
|
|
26061
|
-
},
|
|
26062
|
-
"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.",
|
|
26063
|
-
"fieldName": "hreflang"
|
|
26064
|
-
},
|
|
26065
|
-
{
|
|
26066
|
-
"name": "ping",
|
|
26067
|
-
"type": {
|
|
26068
|
-
"text": "string"
|
|
26069
|
-
},
|
|
26070
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
26071
|
-
"fieldName": "ping"
|
|
26072
|
-
},
|
|
26073
|
-
{
|
|
26074
|
-
"name": "referrerpolicy",
|
|
26075
|
-
"type": {
|
|
26076
|
-
"text": "string"
|
|
26077
|
-
},
|
|
26078
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
26079
|
-
"fieldName": "referrerpolicy"
|
|
26080
|
-
},
|
|
26081
|
-
{
|
|
26082
|
-
"name": "rel",
|
|
26083
|
-
"type": {
|
|
26084
|
-
"text": "string"
|
|
26085
|
-
},
|
|
26086
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
26087
|
-
"fieldName": "rel"
|
|
26088
|
-
},
|
|
26089
|
-
{
|
|
26090
|
-
"name": "target",
|
|
26091
|
-
"type": {
|
|
26092
|
-
"text": "'_self' | '_blank' | '_parent' | '_top'"
|
|
26093
|
-
},
|
|
26094
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
26095
|
-
"fieldName": "target"
|
|
26096
|
-
},
|
|
26097
|
-
{
|
|
26098
|
-
"name": "type",
|
|
26602
|
+
"name": "menu-items",
|
|
26099
26603
|
"type": {
|
|
26100
|
-
"text": "string"
|
|
26604
|
+
"text": "string | undefined"
|
|
26101
26605
|
},
|
|
26102
|
-
"
|
|
26103
|
-
"fieldName": "type"
|
|
26606
|
+
"fieldName": "menuItems"
|
|
26104
26607
|
}
|
|
26105
|
-
]
|
|
26608
|
+
],
|
|
26609
|
+
"superclass": {
|
|
26610
|
+
"name": "VividElement",
|
|
26611
|
+
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
26612
|
+
}
|
|
26106
26613
|
}
|
|
26107
26614
|
],
|
|
26108
26615
|
"exports": [
|
|
26109
26616
|
{
|
|
26110
26617
|
"kind": "js",
|
|
26111
|
-
"name": "
|
|
26618
|
+
"name": "MenuBar",
|
|
26112
26619
|
"declaration": {
|
|
26113
|
-
"name": "
|
|
26114
|
-
"module": "libs/components/src/
|
|
26620
|
+
"name": "MenuBar",
|
|
26621
|
+
"module": "libs/components/src/lib/rich-text-editor/menubar/menubar.ts"
|
|
26115
26622
|
}
|
|
26116
26623
|
}
|
|
26117
26624
|
]
|
|
@@ -26324,6 +26831,18 @@
|
|
|
26324
26831
|
"privacy": "private",
|
|
26325
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"
|
|
26326
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
|
+
},
|
|
26327
26846
|
{
|
|
26328
26847
|
"kind": "field",
|
|
26329
26848
|
"name": "proxy",
|
|
@@ -26436,23 +26955,192 @@
|
|
|
26436
26955
|
},
|
|
26437
26956
|
{
|
|
26438
26957
|
"kind": "javascript-module",
|
|
26439
|
-
"path": "libs/components/src/shared/foundation/
|
|
26958
|
+
"path": "libs/components/src/shared/foundation/anchor/anchor.ts",
|
|
26440
26959
|
"declarations": [
|
|
26441
26960
|
{
|
|
26442
|
-
"kind": "
|
|
26443
|
-
"
|
|
26444
|
-
|
|
26445
|
-
|
|
26446
|
-
"kind": "function",
|
|
26447
|
-
"name": "FormAssociated",
|
|
26448
|
-
"return": {
|
|
26449
|
-
"type": {
|
|
26450
|
-
"text": "T"
|
|
26451
|
-
}
|
|
26452
|
-
},
|
|
26453
|
-
"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": [
|
|
26454
26965
|
{
|
|
26455
|
-
"
|
|
26966
|
+
"kind": "field",
|
|
26967
|
+
"name": "download",
|
|
26968
|
+
"type": {
|
|
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
|
+
},
|
|
26974
|
+
{
|
|
26975
|
+
"kind": "field",
|
|
26976
|
+
"name": "href",
|
|
26977
|
+
"type": {
|
|
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",
|
|
26456
27144
|
"type": {
|
|
26457
27145
|
"text": "T"
|
|
26458
27146
|
}
|
|
@@ -26904,6 +27592,36 @@
|
|
|
26904
27592
|
"type": {
|
|
26905
27593
|
"text": "string"
|
|
26906
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"
|
|
26907
27625
|
}
|
|
26908
27626
|
],
|
|
26909
27627
|
"superclass": {
|
|
@@ -27425,113 +28143,708 @@
|
|
|
27425
28143
|
],
|
|
27426
28144
|
"parameters": [
|
|
27427
28145
|
{
|
|
27428
|
-
"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": "{}",
|
|
27429
28703
|
"type": {
|
|
27430
|
-
"text": "T"
|
|
28704
|
+
"text": "BoundAriaProperties<T>"
|
|
27431
28705
|
}
|
|
27432
|
-
}
|
|
27433
|
-
],
|
|
27434
|
-
"attributes": [
|
|
28706
|
+
},
|
|
27435
28707
|
{
|
|
27436
|
-
"name": "
|
|
28708
|
+
"name": "options",
|
|
28709
|
+
"default": "{}",
|
|
27437
28710
|
"type": {
|
|
27438
|
-
"text": "
|
|
27439
|
-
}
|
|
27440
|
-
"fieldName": "label"
|
|
28711
|
+
"text": "DelegateAriaOptions"
|
|
28712
|
+
}
|
|
27441
28713
|
}
|
|
27442
|
-
]
|
|
28714
|
+
],
|
|
28715
|
+
"description": "Directive to delegate ARIA properties to the target element."
|
|
27443
28716
|
},
|
|
27444
28717
|
{
|
|
27445
|
-
"kind": "
|
|
27446
|
-
"
|
|
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
|
+
],
|
|
27447
28731
|
"parameters": [
|
|
27448
28732
|
{
|
|
27449
|
-
"name": "
|
|
28733
|
+
"name": "Base",
|
|
27450
28734
|
"type": {
|
|
27451
|
-
"text": "
|
|
28735
|
+
"text": "T"
|
|
27452
28736
|
}
|
|
27453
28737
|
}
|
|
27454
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
|
+
}
|
|
27455
28749
|
},
|
|
27456
28750
|
{
|
|
27457
|
-
"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",
|
|
27458
28766
|
"description": "",
|
|
27459
|
-
"name": "
|
|
28767
|
+
"name": "HostSemanticsBehavior",
|
|
27460
28768
|
"members": [
|
|
27461
28769
|
{
|
|
27462
28770
|
"kind": "field",
|
|
27463
|
-
"name": "
|
|
28771
|
+
"name": "boundProperties",
|
|
27464
28772
|
"type": {
|
|
27465
|
-
"text": "
|
|
27466
|
-
}
|
|
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
|
+
]
|
|
27467
28801
|
},
|
|
27468
28802
|
{
|
|
27469
28803
|
"kind": "field",
|
|
27470
|
-
"name": "
|
|
27471
|
-
"privacy": "private",
|
|
28804
|
+
"name": "bindingBehaviours",
|
|
27472
28805
|
"type": {
|
|
27473
|
-
"text": "
|
|
28806
|
+
"text": "Behavior[]"
|
|
27474
28807
|
},
|
|
27475
|
-
"
|
|
28808
|
+
"privacy": "private",
|
|
28809
|
+
"default": "[]"
|
|
27476
28810
|
},
|
|
27477
28811
|
{
|
|
27478
28812
|
"kind": "method",
|
|
27479
|
-
"name": "
|
|
28813
|
+
"name": "bindPropertiesToTarget",
|
|
28814
|
+
"privacy": "private",
|
|
27480
28815
|
"parameters": [
|
|
27481
28816
|
{
|
|
27482
|
-
"name": "
|
|
28817
|
+
"name": "source",
|
|
27483
28818
|
"type": {
|
|
27484
|
-
"text": "
|
|
28819
|
+
"text": "HostSemanticsElement"
|
|
27485
28820
|
}
|
|
27486
28821
|
},
|
|
27487
28822
|
{
|
|
27488
|
-
"name": "
|
|
28823
|
+
"name": "boundProperties",
|
|
27489
28824
|
"type": {
|
|
27490
|
-
"text": "
|
|
28825
|
+
"text": "BoundAriaProperties<T>"
|
|
28826
|
+
}
|
|
28827
|
+
},
|
|
28828
|
+
{
|
|
28829
|
+
"name": "target",
|
|
28830
|
+
"type": {
|
|
28831
|
+
"text": "HTMLElement"
|
|
27491
28832
|
}
|
|
27492
28833
|
}
|
|
27493
28834
|
]
|
|
27494
28835
|
},
|
|
27495
28836
|
{
|
|
27496
28837
|
"kind": "method",
|
|
27497
|
-
"name": "
|
|
28838
|
+
"name": "releasePropertyBindings",
|
|
28839
|
+
"privacy": "private",
|
|
27498
28840
|
"parameters": [
|
|
27499
28841
|
{
|
|
27500
|
-
"name": "
|
|
28842
|
+
"name": "source",
|
|
27501
28843
|
"type": {
|
|
27502
|
-
"text": "
|
|
28844
|
+
"text": "HostSemanticsElement"
|
|
27503
28845
|
}
|
|
27504
28846
|
}
|
|
27505
28847
|
]
|
|
27506
|
-
},
|
|
27507
|
-
{
|
|
27508
|
-
"kind": "method",
|
|
27509
|
-
"name": "#clearCustomErrorAndRevalidate"
|
|
27510
|
-
},
|
|
27511
|
-
{
|
|
27512
|
-
"kind": "field",
|
|
27513
|
-
"name": "_validate"
|
|
27514
|
-
},
|
|
27515
|
-
{
|
|
27516
|
-
"kind": "field",
|
|
27517
|
-
"name": "validate"
|
|
27518
|
-
}
|
|
27519
|
-
],
|
|
27520
|
-
"parameters": [
|
|
27521
|
-
{
|
|
27522
|
-
"name": "constructor",
|
|
27523
|
-
"type": {
|
|
27524
|
-
"text": "T"
|
|
27525
|
-
}
|
|
27526
|
-
}
|
|
27527
|
-
],
|
|
27528
|
-
"attributes": [
|
|
27529
|
-
{
|
|
27530
|
-
"name": "error-text",
|
|
27531
|
-
"type": {
|
|
27532
|
-
"text": "string | undefined"
|
|
27533
|
-
},
|
|
27534
|
-
"fieldName": "errorText"
|
|
27535
28848
|
}
|
|
27536
28849
|
]
|
|
27537
28850
|
}
|
|
@@ -27539,79 +28852,50 @@
|
|
|
27539
28852
|
"exports": [
|
|
27540
28853
|
{
|
|
27541
28854
|
"kind": "js",
|
|
27542
|
-
"name": "
|
|
27543
|
-
"declaration": {
|
|
27544
|
-
"name": "FormElementHelperText",
|
|
27545
|
-
"module": "libs/components/src/shared/patterns/form-elements/form-elements.ts"
|
|
27546
|
-
}
|
|
27547
|
-
},
|
|
27548
|
-
{
|
|
27549
|
-
"kind": "js",
|
|
27550
|
-
"name": "FormElementSuccessText",
|
|
27551
|
-
"declaration": {
|
|
27552
|
-
"name": "FormElementSuccessText",
|
|
27553
|
-
"module": "libs/components/src/shared/patterns/form-elements/form-elements.ts"
|
|
27554
|
-
}
|
|
27555
|
-
},
|
|
27556
|
-
{
|
|
27557
|
-
"kind": "js",
|
|
27558
|
-
"name": "FormElementCharCount",
|
|
27559
|
-
"declaration": {
|
|
27560
|
-
"name": "FormElementCharCount",
|
|
27561
|
-
"module": "libs/components/src/shared/patterns/form-elements/form-elements.ts"
|
|
27562
|
-
}
|
|
27563
|
-
},
|
|
27564
|
-
{
|
|
27565
|
-
"kind": "js",
|
|
27566
|
-
"name": "formElements",
|
|
27567
|
-
"declaration": {
|
|
27568
|
-
"name": "formElements",
|
|
27569
|
-
"module": "libs/components/src/shared/patterns/form-elements/form-elements.ts"
|
|
27570
|
-
}
|
|
27571
|
-
},
|
|
27572
|
-
{
|
|
27573
|
-
"kind": "js",
|
|
27574
|
-
"name": "getFeedbackTemplate",
|
|
27575
|
-
"declaration": {
|
|
27576
|
-
"name": "getFeedbackTemplate",
|
|
27577
|
-
"module": "libs/components/src/shared/patterns/form-elements/form-elements.ts"
|
|
27578
|
-
}
|
|
27579
|
-
},
|
|
27580
|
-
{
|
|
27581
|
-
"kind": "js",
|
|
27582
|
-
"name": "errorText",
|
|
28855
|
+
"name": "HostSemanticsBehavior",
|
|
27583
28856
|
"declaration": {
|
|
27584
|
-
"name": "
|
|
27585
|
-
"module": "libs/components/src/shared/
|
|
28857
|
+
"name": "HostSemanticsBehavior",
|
|
28858
|
+
"module": "libs/components/src/shared/aria/host-semantics-behavior.ts"
|
|
27586
28859
|
}
|
|
27587
28860
|
}
|
|
27588
28861
|
]
|
|
27589
28862
|
},
|
|
27590
28863
|
{
|
|
27591
28864
|
"kind": "javascript-module",
|
|
27592
|
-
"path": "libs/components/src/shared/aria/
|
|
28865
|
+
"path": "libs/components/src/shared/aria/host-semantics.ts",
|
|
27593
28866
|
"declarations": [
|
|
27594
28867
|
{
|
|
27595
28868
|
"kind": "function",
|
|
27596
|
-
"name": "
|
|
28869
|
+
"name": "applyHostSemantics",
|
|
27597
28870
|
"return": {
|
|
27598
28871
|
"type": {
|
|
27599
|
-
"text": "
|
|
28872
|
+
"text": "CaptureType<T>"
|
|
27600
28873
|
}
|
|
27601
28874
|
},
|
|
27602
28875
|
"parameters": [
|
|
27603
28876
|
{
|
|
27604
|
-
"name": "
|
|
28877
|
+
"name": "boundProperties",
|
|
28878
|
+
"default": "{}",
|
|
27605
28879
|
"type": {
|
|
27606
|
-
"text": "
|
|
28880
|
+
"text": "BoundAriaProperties<T>"
|
|
27607
28881
|
}
|
|
27608
28882
|
}
|
|
27609
28883
|
]
|
|
27610
28884
|
},
|
|
27611
28885
|
{
|
|
27612
28886
|
"kind": "mixin",
|
|
27613
|
-
"description": "Mixin for components that
|
|
27614
|
-
"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
|
+
],
|
|
27615
28899
|
"parameters": [
|
|
27616
28900
|
{
|
|
27617
28901
|
"name": "Base",
|
|
@@ -27625,18 +28909,18 @@
|
|
|
27625
28909
|
"exports": [
|
|
27626
28910
|
{
|
|
27627
28911
|
"kind": "js",
|
|
27628
|
-
"name": "
|
|
28912
|
+
"name": "applyHostSemantics",
|
|
27629
28913
|
"declaration": {
|
|
27630
|
-
"name": "
|
|
27631
|
-
"module": "libs/components/src/shared/aria/
|
|
28914
|
+
"name": "applyHostSemantics",
|
|
28915
|
+
"module": "libs/components/src/shared/aria/host-semantics.ts"
|
|
27632
28916
|
}
|
|
27633
28917
|
},
|
|
27634
28918
|
{
|
|
27635
28919
|
"kind": "js",
|
|
27636
|
-
"name": "
|
|
28920
|
+
"name": "HostSemantics",
|
|
27637
28921
|
"declaration": {
|
|
27638
|
-
"name": "
|
|
27639
|
-
"module": "libs/components/src/shared/aria/
|
|
28922
|
+
"name": "HostSemantics",
|
|
28923
|
+
"module": "libs/components/src/shared/aria/host-semantics.ts"
|
|
27640
28924
|
}
|
|
27641
28925
|
}
|
|
27642
28926
|
]
|
|
@@ -27673,6 +28957,30 @@
|
|
|
27673
28957
|
"name": "VividElement",
|
|
27674
28958
|
"module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
|
|
27675
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
|
+
}
|
|
27676
28984
|
}
|
|
27677
28985
|
],
|
|
27678
28986
|
"mixins": [
|
|
@@ -27808,6 +29116,30 @@
|
|
|
27808
29116
|
"name": "VividElement",
|
|
27809
29117
|
"module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
|
|
27810
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
|
+
}
|
|
27811
29143
|
}
|
|
27812
29144
|
],
|
|
27813
29145
|
"attributes": [
|
|
@@ -28517,6 +29849,30 @@
|
|
|
28517
29849
|
"name": "VividElement",
|
|
28518
29850
|
"module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
|
|
28519
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
|
+
}
|
|
28520
29876
|
}
|
|
28521
29877
|
],
|
|
28522
29878
|
"mixins": [
|