@vonage/vivid 4.19.0-preview.0 → 4.19.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 +922 -742
- package/index.cjs +5 -0
- package/index.d.ts +1 -0
- package/index.js +2 -2
- package/lib/action-group/action-group.d.ts +0 -118
- package/lib/banner/banner.d.ts +0 -118
- package/lib/breadcrumb-item/breadcrumb-item.d.ts +0 -118
- package/lib/checkbox/checkbox.d.ts +0 -118
- package/lib/date-picker/date-picker.d.ts +0 -472
- package/lib/date-range-picker/date-range-picker.d.ts +0 -236
- package/lib/date-time-picker/date-time-picker.d.ts +0 -472
- package/lib/date-time-picker/definition.d.ts +2 -0
- package/lib/dialog/dialog.d.ts +0 -118
- package/lib/divider/divider.d.ts +0 -118
- package/lib/menu/menu.d.ts +0 -236
- package/lib/nav-disclosure/nav-disclosure.d.ts +0 -118
- package/lib/number-field/number-field.d.ts +0 -118
- package/lib/option/option.d.ts +2 -3
- package/lib/pagination/pagination.d.ts +1 -0
- package/lib/progress/progress.d.ts +0 -118
- package/lib/progress-ring/progress-ring.d.ts +0 -118
- package/lib/rich-text-editor/definition.d.ts +2 -0
- package/lib/rich-text-editor/facades/vivid-prose-mirror.facade.d.ts +1 -0
- package/lib/rich-text-editor/menubar/definition.d.ts +2 -0
- package/lib/rich-text-editor/menubar/menubar.d.ts +4 -0
- package/lib/rich-text-editor/menubar/menubar.template.d.ts +4 -0
- package/lib/rich-text-editor/rich-text-editor.d.ts +7 -0
- package/lib/searchable-select/locale.d.ts +1 -0
- package/lib/searchable-select/searchable-select.d.ts +1 -1
- package/lib/selectable-box/selectable-box.d.ts +0 -118
- package/lib/slider/slider.d.ts +0 -118
- package/lib/split-button/split-button.d.ts +0 -118
- package/lib/switch/switch.d.ts +0 -118
- package/lib/tag-group/tag-group.d.ts +0 -118
- package/lib/tag-name-map.d.ts +73 -0
- package/lib/text-anchor/text-anchor.d.ts +0 -118
- package/lib/text-area/text-area.d.ts +0 -118
- package/lib/text-field/text-field.d.ts +0 -118
- package/lib/time-picker/time-picker.d.ts +0 -236
- package/lib/toggletip/toggletip.d.ts +0 -118
- package/lib/tooltip/tooltip.d.ts +0 -118
- package/locales/de-DE.cjs +1 -0
- package/locales/de-DE.js +1 -0
- package/locales/en-GB.cjs +1 -0
- package/locales/en-GB.js +1 -0
- package/locales/en-US.cjs +1 -0
- package/locales/en-US.js +1 -0
- package/locales/ja-JP.cjs +1 -0
- package/locales/ja-JP.js +1 -0
- package/locales/zh-CN.cjs +1 -0
- package/locales/zh-CN.js +1 -0
- package/package.json +1 -1
- package/shared/aria/delegates-aria.d.ts +0 -118
- package/shared/definition20.cjs +10 -10
- package/shared/definition20.js +1 -1
- package/shared/definition30.cjs +1 -1
- package/shared/definition30.js +1 -1
- package/shared/definition36.cjs +7 -7
- package/shared/definition36.js +7 -7
- package/shared/definition37.cjs +15 -1
- package/shared/definition37.js +15 -1
- package/shared/definition4.cjs +13 -12
- package/shared/definition4.js +13 -12
- package/shared/definition43.cjs +221 -12
- package/shared/definition43.js +222 -14
- package/shared/definition44.cjs +35 -39
- package/shared/definition44.js +35 -39
- package/shared/definition63.cjs +232 -157
- package/shared/definition63.js +232 -157
- package/shared/foundation/button/button.d.ts +0 -118
- package/shared/option.cjs +16 -19
- package/shared/option.js +16 -19
- package/shared/patterns/anchored.d.ts +0 -236
- package/shared/picker-field/mixins/calendar-picker.d.ts +0 -118
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +0 -118
- package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +0 -236
- package/shared/picker-field/mixins/single-date-picker.d.ts +0 -354
- package/shared/picker-field/mixins/single-value-picker.d.ts +0 -118
- package/shared/picker-field/mixins/time-selection-picker.d.ts +0 -236
- package/shared/picker-field/mixins/time-selection-picker.template.d.ts +0 -236
- package/shared/picker-field.template.js +1 -1
- package/shared/vivid-element.cjs +1 -1
- package/shared/vivid-element.js +1 -1
- package/styles/core/all.css +1 -1
- package/styles/core/theme.css +1 -1
- package/styles/core/typography.css +1 -1
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +1 -1
- package/vivid.api.json +1260 -556
package/custom-elements.json
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
+
{
|
|
6
|
+
"kind": "javascript-module",
|
|
7
|
+
"path": "libs/components/src/lib/tag-name-map.ts",
|
|
8
|
+
"declarations": [],
|
|
9
|
+
"exports": []
|
|
10
|
+
},
|
|
5
11
|
{
|
|
6
12
|
"kind": "javascript-module",
|
|
7
13
|
"path": "libs/components/src/lib/accordion/accordion.ts",
|
|
@@ -288,182 +294,6 @@
|
|
|
288
294
|
}
|
|
289
295
|
]
|
|
290
296
|
},
|
|
291
|
-
{
|
|
292
|
-
"kind": "javascript-module",
|
|
293
|
-
"path": "libs/components/src/lib/action-group/action-group.ts",
|
|
294
|
-
"declarations": [
|
|
295
|
-
{
|
|
296
|
-
"kind": "class",
|
|
297
|
-
"description": "",
|
|
298
|
-
"name": "ActionGroup",
|
|
299
|
-
"cssProperties": [
|
|
300
|
-
{
|
|
301
|
-
"name": "--vvd-action-group-accent-primary",
|
|
302
|
-
"default": "var(--vvd-color-canvas-text)"
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
"name": "--vvd-action-group-accent-intermediate",
|
|
306
|
-
"default": "var(--vvd-color-neutral-500)"
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
"name": "--vvd-action-group-accent-faint",
|
|
310
|
-
"default": "var(--vvd-color-neutral-50)"
|
|
311
|
-
}
|
|
312
|
-
],
|
|
313
|
-
"slots": [
|
|
314
|
-
{
|
|
315
|
-
"description": "Default slot.",
|
|
316
|
-
"name": ""
|
|
317
|
-
}
|
|
318
|
-
],
|
|
319
|
-
"members": [
|
|
320
|
-
{
|
|
321
|
-
"kind": "field",
|
|
322
|
-
"name": "shape",
|
|
323
|
-
"type": {
|
|
324
|
-
"text": "ActionGroupShape | undefined"
|
|
325
|
-
},
|
|
326
|
-
"description": "The shape the ActionGroup should have.",
|
|
327
|
-
"privacy": "public"
|
|
328
|
-
},
|
|
329
|
-
{
|
|
330
|
-
"kind": "field",
|
|
331
|
-
"name": "appearance",
|
|
332
|
-
"type": {
|
|
333
|
-
"text": "ActionGroupAppearance | undefined"
|
|
334
|
-
},
|
|
335
|
-
"description": "The appearance the ActionGroup should have.",
|
|
336
|
-
"privacy": "public"
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
"kind": "field",
|
|
340
|
-
"name": "tight",
|
|
341
|
-
"type": {
|
|
342
|
-
"text": "boolean"
|
|
343
|
-
},
|
|
344
|
-
"default": "false",
|
|
345
|
-
"description": "Indicates whether action group should have padding.",
|
|
346
|
-
"privacy": "public"
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
"kind": "field",
|
|
350
|
-
"name": "VIVID_VERSION",
|
|
351
|
-
"static": true,
|
|
352
|
-
"default": "__PACKAGE_VERSION__",
|
|
353
|
-
"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`.",
|
|
354
|
-
"type": {
|
|
355
|
-
"text": "string"
|
|
356
|
-
},
|
|
357
|
-
"inheritedFrom": {
|
|
358
|
-
"name": "VividElement",
|
|
359
|
-
"module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
|
|
360
|
-
}
|
|
361
|
-
}
|
|
362
|
-
],
|
|
363
|
-
"attributes": [
|
|
364
|
-
{
|
|
365
|
-
"name": "shape",
|
|
366
|
-
"type": {
|
|
367
|
-
"text": "ActionGroupShape | undefined"
|
|
368
|
-
},
|
|
369
|
-
"description": "The shape the ActionGroup should have.",
|
|
370
|
-
"fieldName": "shape"
|
|
371
|
-
},
|
|
372
|
-
{
|
|
373
|
-
"name": "appearance",
|
|
374
|
-
"type": {
|
|
375
|
-
"text": "ActionGroupAppearance | undefined"
|
|
376
|
-
},
|
|
377
|
-
"description": "The appearance the ActionGroup should have.",
|
|
378
|
-
"fieldName": "appearance"
|
|
379
|
-
},
|
|
380
|
-
{
|
|
381
|
-
"type": {
|
|
382
|
-
"text": "boolean"
|
|
383
|
-
},
|
|
384
|
-
"default": "false",
|
|
385
|
-
"description": "Indicates whether action group should have padding.",
|
|
386
|
-
"fieldName": "tight"
|
|
387
|
-
}
|
|
388
|
-
],
|
|
389
|
-
"mixins": [
|
|
390
|
-
{
|
|
391
|
-
"name": "DelegatesAria",
|
|
392
|
-
"module": "/libs/components/src/shared/aria/delegates-aria"
|
|
393
|
-
}
|
|
394
|
-
],
|
|
395
|
-
"superclass": {
|
|
396
|
-
"name": "VividElement",
|
|
397
|
-
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
398
|
-
},
|
|
399
|
-
"vividComponent": {
|
|
400
|
-
"public": true,
|
|
401
|
-
"name": "action-group"
|
|
402
|
-
}
|
|
403
|
-
}
|
|
404
|
-
],
|
|
405
|
-
"exports": [
|
|
406
|
-
{
|
|
407
|
-
"kind": "js",
|
|
408
|
-
"name": "ActionGroup",
|
|
409
|
-
"declaration": {
|
|
410
|
-
"name": "ActionGroup",
|
|
411
|
-
"module": "libs/components/src/lib/action-group/action-group.ts"
|
|
412
|
-
}
|
|
413
|
-
}
|
|
414
|
-
]
|
|
415
|
-
},
|
|
416
|
-
{
|
|
417
|
-
"kind": "javascript-module",
|
|
418
|
-
"path": "libs/components/src/lib/action-group/definition.ts",
|
|
419
|
-
"declarations": [
|
|
420
|
-
{
|
|
421
|
-
"kind": "variable",
|
|
422
|
-
"name": "registerActionGroup",
|
|
423
|
-
"description": "Registers the action-group elements with the design system.",
|
|
424
|
-
"parameters": [
|
|
425
|
-
{
|
|
426
|
-
"description": "the prefix to use for the component name",
|
|
427
|
-
"name": "prefix"
|
|
428
|
-
}
|
|
429
|
-
]
|
|
430
|
-
}
|
|
431
|
-
],
|
|
432
|
-
"exports": [
|
|
433
|
-
{
|
|
434
|
-
"kind": "js",
|
|
435
|
-
"name": "ActionGroupShape",
|
|
436
|
-
"declaration": {
|
|
437
|
-
"name": "ActionGroupShape",
|
|
438
|
-
"module": "./action-group"
|
|
439
|
-
}
|
|
440
|
-
},
|
|
441
|
-
{
|
|
442
|
-
"kind": "js",
|
|
443
|
-
"name": "ActionGroupAppearance",
|
|
444
|
-
"declaration": {
|
|
445
|
-
"name": "ActionGroupAppearance",
|
|
446
|
-
"module": "./action-group"
|
|
447
|
-
}
|
|
448
|
-
},
|
|
449
|
-
{
|
|
450
|
-
"kind": "js",
|
|
451
|
-
"name": "registerActionGroup",
|
|
452
|
-
"declaration": {
|
|
453
|
-
"name": "registerActionGroup",
|
|
454
|
-
"module": "libs/components/src/lib/action-group/definition.ts"
|
|
455
|
-
}
|
|
456
|
-
},
|
|
457
|
-
{
|
|
458
|
-
"kind": "js",
|
|
459
|
-
"name": "VwcActionGroupElement",
|
|
460
|
-
"declaration": {
|
|
461
|
-
"name": "ActionGroup",
|
|
462
|
-
"module": "libs/components/src/lib/action-group/definition.ts"
|
|
463
|
-
}
|
|
464
|
-
}
|
|
465
|
-
]
|
|
466
|
-
},
|
|
467
297
|
{
|
|
468
298
|
"kind": "javascript-module",
|
|
469
299
|
"path": "libs/components/src/lib/accordion-item/accordion-item.ts",
|
|
@@ -708,95 +538,271 @@
|
|
|
708
538
|
},
|
|
709
539
|
{
|
|
710
540
|
"kind": "javascript-module",
|
|
711
|
-
"path": "libs/components/src/lib/
|
|
541
|
+
"path": "libs/components/src/lib/action-group/action-group.ts",
|
|
712
542
|
"declarations": [
|
|
713
543
|
{
|
|
714
544
|
"kind": "class",
|
|
715
545
|
"description": "",
|
|
716
|
-
"name": "
|
|
546
|
+
"name": "ActionGroup",
|
|
717
547
|
"cssProperties": [
|
|
718
548
|
{
|
|
719
|
-
"name": "--vvd-
|
|
720
|
-
"default": "var(--vvd-color-success-500)"
|
|
721
|
-
},
|
|
722
|
-
{
|
|
723
|
-
"name": "--vvd-alert-success-primary-text",
|
|
724
|
-
"default": "var(--vvd-color-canvas)"
|
|
725
|
-
},
|
|
726
|
-
{
|
|
727
|
-
"name": "--vvd-alert-information-primary",
|
|
728
|
-
"default": "var(--vvd-color-information-500)"
|
|
729
|
-
},
|
|
730
|
-
{
|
|
731
|
-
"name": "--vvd-alert-information-primary-text",
|
|
732
|
-
"default": "var(--vvd-color-canvas)"
|
|
733
|
-
},
|
|
734
|
-
{
|
|
735
|
-
"name": "--vvd-alert-alert-primary",
|
|
736
|
-
"default": "var(--vvd-color-alert-500)"
|
|
737
|
-
},
|
|
738
|
-
{
|
|
739
|
-
"name": "--vvd-alert-alert-primary-text",
|
|
740
|
-
"default": "var(--vvd-color-canvas)"
|
|
741
|
-
},
|
|
742
|
-
{
|
|
743
|
-
"name": "--vvd-alert-warning-primary",
|
|
744
|
-
"default": "var(--vvd-color-warning-300)"
|
|
745
|
-
},
|
|
746
|
-
{
|
|
747
|
-
"name": "--vvd-alert-warning-primary-text",
|
|
549
|
+
"name": "--vvd-action-group-accent-primary",
|
|
748
550
|
"default": "var(--vvd-color-canvas-text)"
|
|
749
551
|
},
|
|
750
552
|
{
|
|
751
|
-
"name": "--vvd-
|
|
752
|
-
"default": "var(--vvd-color-
|
|
753
|
-
},
|
|
754
|
-
{
|
|
755
|
-
"name": "--vvd-alert-announcement-primary-text",
|
|
756
|
-
"default": "var(--vvd-color-canvas)"
|
|
757
|
-
},
|
|
758
|
-
{
|
|
759
|
-
"name": "--vvd-alert-accent-primary",
|
|
760
|
-
"default": "var(--vvd-color-canvas-text)"
|
|
553
|
+
"name": "--vvd-action-group-accent-intermediate",
|
|
554
|
+
"default": "var(--vvd-color-neutral-500)"
|
|
761
555
|
},
|
|
762
556
|
{
|
|
763
|
-
"name": "--vvd-
|
|
764
|
-
"default": "var(--vvd-color-
|
|
557
|
+
"name": "--vvd-action-group-accent-faint",
|
|
558
|
+
"default": "var(--vvd-color-neutral-50)"
|
|
765
559
|
}
|
|
766
560
|
],
|
|
767
561
|
"slots": [
|
|
768
562
|
{
|
|
769
|
-
"description": "
|
|
770
|
-
"name": "
|
|
771
|
-
},
|
|
772
|
-
{
|
|
773
|
-
"description": "Add action items to the Alert using this slot.",
|
|
774
|
-
"name": "action-items"
|
|
775
|
-
},
|
|
776
|
-
{
|
|
777
|
-
"description": "Add an icon to the component.",
|
|
778
|
-
"name": "icon"
|
|
563
|
+
"description": "Default slot.",
|
|
564
|
+
"name": ""
|
|
779
565
|
}
|
|
780
566
|
],
|
|
781
567
|
"members": [
|
|
782
568
|
{
|
|
783
569
|
"kind": "field",
|
|
784
|
-
"name": "
|
|
570
|
+
"name": "shape",
|
|
785
571
|
"type": {
|
|
786
|
-
"text": "
|
|
572
|
+
"text": "ActionGroupShape | undefined"
|
|
787
573
|
},
|
|
788
|
-
"
|
|
789
|
-
"description": "Allows setting a custom aria-label for the dismiss button.",
|
|
574
|
+
"description": "The shape the ActionGroup should have.",
|
|
790
575
|
"privacy": "public"
|
|
791
576
|
},
|
|
792
577
|
{
|
|
793
578
|
"kind": "field",
|
|
794
|
-
"name": "
|
|
795
|
-
"privacy": "private",
|
|
579
|
+
"name": "appearance",
|
|
796
580
|
"type": {
|
|
797
|
-
"text": "
|
|
798
|
-
}
|
|
799
|
-
|
|
581
|
+
"text": "ActionGroupAppearance | undefined"
|
|
582
|
+
},
|
|
583
|
+
"description": "The appearance the ActionGroup should have.",
|
|
584
|
+
"privacy": "public"
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"kind": "field",
|
|
588
|
+
"name": "tight",
|
|
589
|
+
"type": {
|
|
590
|
+
"text": "boolean"
|
|
591
|
+
},
|
|
592
|
+
"default": "false",
|
|
593
|
+
"description": "Indicates whether action group should have padding.",
|
|
594
|
+
"privacy": "public"
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"kind": "field",
|
|
598
|
+
"name": "VIVID_VERSION",
|
|
599
|
+
"static": true,
|
|
600
|
+
"default": "__PACKAGE_VERSION__",
|
|
601
|
+
"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`.",
|
|
602
|
+
"type": {
|
|
603
|
+
"text": "string"
|
|
604
|
+
},
|
|
605
|
+
"inheritedFrom": {
|
|
606
|
+
"name": "VividElement",
|
|
607
|
+
"module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
|
|
608
|
+
}
|
|
609
|
+
}
|
|
610
|
+
],
|
|
611
|
+
"attributes": [
|
|
612
|
+
{
|
|
613
|
+
"name": "shape",
|
|
614
|
+
"type": {
|
|
615
|
+
"text": "ActionGroupShape | undefined"
|
|
616
|
+
},
|
|
617
|
+
"description": "The shape the ActionGroup should have.",
|
|
618
|
+
"fieldName": "shape"
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
"name": "appearance",
|
|
622
|
+
"type": {
|
|
623
|
+
"text": "ActionGroupAppearance | undefined"
|
|
624
|
+
},
|
|
625
|
+
"description": "The appearance the ActionGroup should have.",
|
|
626
|
+
"fieldName": "appearance"
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"type": {
|
|
630
|
+
"text": "boolean"
|
|
631
|
+
},
|
|
632
|
+
"default": "false",
|
|
633
|
+
"description": "Indicates whether action group should have padding.",
|
|
634
|
+
"fieldName": "tight"
|
|
635
|
+
}
|
|
636
|
+
],
|
|
637
|
+
"mixins": [
|
|
638
|
+
{
|
|
639
|
+
"name": "DelegatesAria",
|
|
640
|
+
"module": "/libs/components/src/shared/aria/delegates-aria"
|
|
641
|
+
}
|
|
642
|
+
],
|
|
643
|
+
"superclass": {
|
|
644
|
+
"name": "VividElement",
|
|
645
|
+
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
646
|
+
},
|
|
647
|
+
"vividComponent": {
|
|
648
|
+
"public": true,
|
|
649
|
+
"name": "action-group"
|
|
650
|
+
}
|
|
651
|
+
}
|
|
652
|
+
],
|
|
653
|
+
"exports": [
|
|
654
|
+
{
|
|
655
|
+
"kind": "js",
|
|
656
|
+
"name": "ActionGroup",
|
|
657
|
+
"declaration": {
|
|
658
|
+
"name": "ActionGroup",
|
|
659
|
+
"module": "libs/components/src/lib/action-group/action-group.ts"
|
|
660
|
+
}
|
|
661
|
+
}
|
|
662
|
+
]
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"kind": "javascript-module",
|
|
666
|
+
"path": "libs/components/src/lib/action-group/definition.ts",
|
|
667
|
+
"declarations": [
|
|
668
|
+
{
|
|
669
|
+
"kind": "variable",
|
|
670
|
+
"name": "registerActionGroup",
|
|
671
|
+
"description": "Registers the action-group elements with the design system.",
|
|
672
|
+
"parameters": [
|
|
673
|
+
{
|
|
674
|
+
"description": "the prefix to use for the component name",
|
|
675
|
+
"name": "prefix"
|
|
676
|
+
}
|
|
677
|
+
]
|
|
678
|
+
}
|
|
679
|
+
],
|
|
680
|
+
"exports": [
|
|
681
|
+
{
|
|
682
|
+
"kind": "js",
|
|
683
|
+
"name": "ActionGroupShape",
|
|
684
|
+
"declaration": {
|
|
685
|
+
"name": "ActionGroupShape",
|
|
686
|
+
"module": "./action-group"
|
|
687
|
+
}
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"kind": "js",
|
|
691
|
+
"name": "ActionGroupAppearance",
|
|
692
|
+
"declaration": {
|
|
693
|
+
"name": "ActionGroupAppearance",
|
|
694
|
+
"module": "./action-group"
|
|
695
|
+
}
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
"kind": "js",
|
|
699
|
+
"name": "registerActionGroup",
|
|
700
|
+
"declaration": {
|
|
701
|
+
"name": "registerActionGroup",
|
|
702
|
+
"module": "libs/components/src/lib/action-group/definition.ts"
|
|
703
|
+
}
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
"kind": "js",
|
|
707
|
+
"name": "VwcActionGroupElement",
|
|
708
|
+
"declaration": {
|
|
709
|
+
"name": "ActionGroup",
|
|
710
|
+
"module": "libs/components/src/lib/action-group/definition.ts"
|
|
711
|
+
}
|
|
712
|
+
}
|
|
713
|
+
]
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
"kind": "javascript-module",
|
|
717
|
+
"path": "libs/components/src/lib/alert/alert.ts",
|
|
718
|
+
"declarations": [
|
|
719
|
+
{
|
|
720
|
+
"kind": "class",
|
|
721
|
+
"description": "",
|
|
722
|
+
"name": "Alert",
|
|
723
|
+
"cssProperties": [
|
|
724
|
+
{
|
|
725
|
+
"name": "--vvd-alert-success-primary",
|
|
726
|
+
"default": "var(--vvd-color-success-500)"
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"name": "--vvd-alert-success-primary-text",
|
|
730
|
+
"default": "var(--vvd-color-canvas)"
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"name": "--vvd-alert-information-primary",
|
|
734
|
+
"default": "var(--vvd-color-information-500)"
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"name": "--vvd-alert-information-primary-text",
|
|
738
|
+
"default": "var(--vvd-color-canvas)"
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"name": "--vvd-alert-alert-primary",
|
|
742
|
+
"default": "var(--vvd-color-alert-500)"
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"name": "--vvd-alert-alert-primary-text",
|
|
746
|
+
"default": "var(--vvd-color-canvas)"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"name": "--vvd-alert-warning-primary",
|
|
750
|
+
"default": "var(--vvd-color-warning-300)"
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"name": "--vvd-alert-warning-primary-text",
|
|
754
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"name": "--vvd-alert-announcement-primary",
|
|
758
|
+
"default": "var(--vvd-color-announcement-500)"
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
"name": "--vvd-alert-announcement-primary-text",
|
|
762
|
+
"default": "var(--vvd-color-canvas)"
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"name": "--vvd-alert-accent-primary",
|
|
766
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"name": "--vvd-alert-accent-primary-text",
|
|
770
|
+
"default": "var(--vvd-color-canvas)"
|
|
771
|
+
}
|
|
772
|
+
],
|
|
773
|
+
"slots": [
|
|
774
|
+
{
|
|
775
|
+
"description": "The main content of the Alert.",
|
|
776
|
+
"name": "main"
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"description": "Add action items to the Alert using this slot.",
|
|
780
|
+
"name": "action-items"
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"description": "Add an icon to the component.",
|
|
784
|
+
"name": "icon"
|
|
785
|
+
}
|
|
786
|
+
],
|
|
787
|
+
"members": [
|
|
788
|
+
{
|
|
789
|
+
"kind": "field",
|
|
790
|
+
"name": "dismissButtonAriaLabel",
|
|
791
|
+
"type": {
|
|
792
|
+
"text": "| string\n\t\t| null"
|
|
793
|
+
},
|
|
794
|
+
"default": "null",
|
|
795
|
+
"description": "Allows setting a custom aria-label for the dismiss button.",
|
|
796
|
+
"privacy": "public"
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
"kind": "field",
|
|
800
|
+
"name": "#timeoutID",
|
|
801
|
+
"privacy": "private",
|
|
802
|
+
"type": {
|
|
803
|
+
"text": "NodeJS.Timeout | undefined"
|
|
804
|
+
}
|
|
805
|
+
},
|
|
800
806
|
{
|
|
801
807
|
"kind": "field",
|
|
802
808
|
"name": "removable",
|
|
@@ -4814,7 +4820,7 @@
|
|
|
4814
4820
|
"eventNames": [
|
|
4815
4821
|
"change"
|
|
4816
4822
|
],
|
|
4817
|
-
"valueMapping": "
|
|
4823
|
+
"valueMapping": "event.currentTarget.checked"
|
|
4818
4824
|
}
|
|
4819
4825
|
]
|
|
4820
4826
|
}
|
|
@@ -5319,7 +5325,7 @@
|
|
|
5319
5325
|
"eventNames": [
|
|
5320
5326
|
"change"
|
|
5321
5327
|
],
|
|
5322
|
-
"valueMapping": "
|
|
5328
|
+
"valueMapping": "event.currentTarget.value"
|
|
5323
5329
|
}
|
|
5324
5330
|
]
|
|
5325
5331
|
}
|
|
@@ -6969,7 +6975,7 @@
|
|
|
6969
6975
|
"eventNames": [
|
|
6970
6976
|
"input"
|
|
6971
6977
|
],
|
|
6972
|
-
"valueMapping": "
|
|
6978
|
+
"valueMapping": "event.currentTarget.value"
|
|
6973
6979
|
}
|
|
6974
6980
|
]
|
|
6975
6981
|
},
|
|
@@ -7527,7 +7533,7 @@
|
|
|
7527
7533
|
"eventNames": [
|
|
7528
7534
|
"input:start"
|
|
7529
7535
|
],
|
|
7530
|
-
"valueMapping": "
|
|
7536
|
+
"valueMapping": "event.currentTarget.start"
|
|
7531
7537
|
},
|
|
7532
7538
|
{
|
|
7533
7539
|
"name": "end",
|
|
@@ -7535,7 +7541,7 @@
|
|
|
7535
7541
|
"eventNames": [
|
|
7536
7542
|
"input:end"
|
|
7537
7543
|
],
|
|
7538
|
-
"valueMapping": "
|
|
7544
|
+
"valueMapping": "event.currentTarget.end"
|
|
7539
7545
|
}
|
|
7540
7546
|
]
|
|
7541
7547
|
}
|
|
@@ -8140,7 +8146,7 @@
|
|
|
8140
8146
|
"eventNames": [
|
|
8141
8147
|
"input"
|
|
8142
8148
|
],
|
|
8143
|
-
"valueMapping": "
|
|
8149
|
+
"valueMapping": "event.currentTarget.value"
|
|
8144
8150
|
}
|
|
8145
8151
|
]
|
|
8146
8152
|
}
|
|
@@ -8181,6 +8187,14 @@
|
|
|
8181
8187
|
"name": "registerDateTimePicker",
|
|
8182
8188
|
"module": "libs/components/src/lib/date-time-picker/definition.ts"
|
|
8183
8189
|
}
|
|
8190
|
+
},
|
|
8191
|
+
{
|
|
8192
|
+
"kind": "js",
|
|
8193
|
+
"name": "VwcDateTimePickerElement",
|
|
8194
|
+
"declaration": {
|
|
8195
|
+
"name": "DateTimePicker",
|
|
8196
|
+
"module": "libs/components/src/lib/date-time-picker/definition.ts"
|
|
8197
|
+
}
|
|
8184
8198
|
}
|
|
8185
8199
|
]
|
|
8186
8200
|
},
|
|
@@ -8567,7 +8581,7 @@
|
|
|
8567
8581
|
"eventNames": [
|
|
8568
8582
|
"input"
|
|
8569
8583
|
],
|
|
8570
|
-
"valueMapping": "
|
|
8584
|
+
"valueMapping": "event.currentTarget.value"
|
|
8571
8585
|
}
|
|
8572
8586
|
]
|
|
8573
8587
|
}
|
|
@@ -8988,7 +9002,7 @@
|
|
|
8988
9002
|
"open",
|
|
8989
9003
|
"close"
|
|
8990
9004
|
],
|
|
8991
|
-
"valueMapping": "
|
|
9005
|
+
"valueMapping": "event.currentTarget.open"
|
|
8992
9006
|
}
|
|
8993
9007
|
]
|
|
8994
9008
|
}
|
|
@@ -12206,7 +12220,7 @@
|
|
|
12206
12220
|
"eventNames": [
|
|
12207
12221
|
"change"
|
|
12208
12222
|
],
|
|
12209
|
-
"valueMapping": "
|
|
12223
|
+
"valueMapping": "event.currentTarget.checked"
|
|
12210
12224
|
}
|
|
12211
12225
|
]
|
|
12212
12226
|
}
|
|
@@ -13603,7 +13617,7 @@
|
|
|
13603
13617
|
"eventNames": [
|
|
13604
13618
|
"input"
|
|
13605
13619
|
],
|
|
13606
|
-
"valueMapping": "
|
|
13620
|
+
"valueMapping": "event.currentTarget.value"
|
|
13607
13621
|
}
|
|
13608
13622
|
]
|
|
13609
13623
|
}
|
|
@@ -13886,22 +13900,15 @@
|
|
|
13886
13900
|
},
|
|
13887
13901
|
{
|
|
13888
13902
|
"kind": "field",
|
|
13889
|
-
"name": "
|
|
13890
|
-
"type": {
|
|
13891
|
-
"text": "string"
|
|
13892
|
-
},
|
|
13893
|
-
"default": "''"
|
|
13894
|
-
},
|
|
13895
|
-
{
|
|
13896
|
-
"kind": "field",
|
|
13897
|
-
"name": "highlightText",
|
|
13903
|
+
"name": "matchedText",
|
|
13898
13904
|
"type": {
|
|
13899
13905
|
"text": "string | undefined"
|
|
13900
|
-
}
|
|
13906
|
+
},
|
|
13907
|
+
"description": "Text to highlighted as matching a search query."
|
|
13901
13908
|
},
|
|
13902
13909
|
{
|
|
13903
13910
|
"kind": "field",
|
|
13904
|
-
"name": "
|
|
13911
|
+
"name": "_hasMatchedText",
|
|
13905
13912
|
"readonly": true
|
|
13906
13913
|
},
|
|
13907
13914
|
{
|
|
@@ -13964,11 +13971,12 @@
|
|
|
13964
13971
|
"fieldName": "_text"
|
|
13965
13972
|
},
|
|
13966
13973
|
{
|
|
13967
|
-
"name": "
|
|
13974
|
+
"name": "matched-text",
|
|
13968
13975
|
"type": {
|
|
13969
13976
|
"text": "string | undefined"
|
|
13970
13977
|
},
|
|
13971
|
-
"
|
|
13978
|
+
"description": "Text to highlighted as matching a search query.",
|
|
13979
|
+
"fieldName": "matchedText"
|
|
13972
13980
|
}
|
|
13973
13981
|
],
|
|
13974
13982
|
"superclass": {
|
|
@@ -14182,6 +14190,16 @@
|
|
|
14182
14190
|
}
|
|
14183
14191
|
]
|
|
14184
14192
|
},
|
|
14193
|
+
{
|
|
14194
|
+
"kind": "field",
|
|
14195
|
+
"name": "#constrainedSelectedIndex",
|
|
14196
|
+
"privacy": "private",
|
|
14197
|
+
"readonly": true
|
|
14198
|
+
},
|
|
14199
|
+
{
|
|
14200
|
+
"kind": "method",
|
|
14201
|
+
"name": "#constrainSelectedIndex"
|
|
14202
|
+
},
|
|
14185
14203
|
{
|
|
14186
14204
|
"kind": "field",
|
|
14187
14205
|
"name": "VIVID_VERSION",
|
|
@@ -15782,7 +15800,7 @@
|
|
|
15782
15800
|
"eventNames": [
|
|
15783
15801
|
"change"
|
|
15784
15802
|
],
|
|
15785
|
-
"valueMapping": "
|
|
15803
|
+
"valueMapping": "event.currentTarget.value"
|
|
15786
15804
|
}
|
|
15787
15805
|
]
|
|
15788
15806
|
}
|
|
@@ -16467,7 +16485,7 @@
|
|
|
16467
16485
|
"eventNames": [
|
|
16468
16486
|
"input:start"
|
|
16469
16487
|
],
|
|
16470
|
-
"valueMapping": "
|
|
16488
|
+
"valueMapping": "event.currentTarget.start"
|
|
16471
16489
|
},
|
|
16472
16490
|
{
|
|
16473
16491
|
"name": "end",
|
|
@@ -16475,7 +16493,7 @@
|
|
|
16475
16493
|
"eventNames": [
|
|
16476
16494
|
"input:end"
|
|
16477
16495
|
],
|
|
16478
|
-
"valueMapping": "
|
|
16496
|
+
"valueMapping": "event.currentTarget.end"
|
|
16479
16497
|
}
|
|
16480
16498
|
]
|
|
16481
16499
|
}
|
|
@@ -16528,6 +16546,14 @@
|
|
|
16528
16546
|
"name": "registerRichTextEditor",
|
|
16529
16547
|
"module": "libs/components/src/lib/rich-text-editor/definition.ts"
|
|
16530
16548
|
}
|
|
16549
|
+
},
|
|
16550
|
+
{
|
|
16551
|
+
"kind": "js",
|
|
16552
|
+
"name": "VwcRichTextEditorElement",
|
|
16553
|
+
"declaration": {
|
|
16554
|
+
"name": "RichTextEditor",
|
|
16555
|
+
"module": "libs/components/src/lib/rich-text-editor/definition.ts"
|
|
16556
|
+
}
|
|
16531
16557
|
}
|
|
16532
16558
|
]
|
|
16533
16559
|
},
|
|
@@ -16535,6 +16561,14 @@
|
|
|
16535
16561
|
"kind": "javascript-module",
|
|
16536
16562
|
"path": "libs/components/src/lib/rich-text-editor/rich-text-editor.ts",
|
|
16537
16563
|
"declarations": [
|
|
16564
|
+
{
|
|
16565
|
+
"kind": "variable",
|
|
16566
|
+
"name": "RichTextEditorTextSizes",
|
|
16567
|
+
"type": {
|
|
16568
|
+
"text": "{\n\ttitle: 'h2',\n\tsubtitle: 'h3',\n\tbody: 'p',\n}"
|
|
16569
|
+
},
|
|
16570
|
+
"default": "{\n\ttitle: 'h2',\n\tsubtitle: 'h3',\n\tbody: 'p',\n}"
|
|
16571
|
+
},
|
|
16538
16572
|
{
|
|
16539
16573
|
"kind": "class",
|
|
16540
16574
|
"description": "",
|
|
@@ -16595,6 +16629,15 @@
|
|
|
16595
16629
|
"kind": "method",
|
|
16596
16630
|
"name": "selectionEndChanged"
|
|
16597
16631
|
},
|
|
16632
|
+
{
|
|
16633
|
+
"kind": "field",
|
|
16634
|
+
"name": "#selectionChangedByUser",
|
|
16635
|
+
"privacy": "private",
|
|
16636
|
+
"type": {
|
|
16637
|
+
"text": "boolean"
|
|
16638
|
+
},
|
|
16639
|
+
"default": "false"
|
|
16640
|
+
},
|
|
16598
16641
|
{
|
|
16599
16642
|
"kind": "field",
|
|
16600
16643
|
"name": "#handleSelectionChange",
|
|
@@ -16605,6 +16648,23 @@
|
|
|
16605
16648
|
"name": "#handleChange",
|
|
16606
16649
|
"privacy": "private"
|
|
16607
16650
|
},
|
|
16651
|
+
{
|
|
16652
|
+
"kind": "field",
|
|
16653
|
+
"name": "#handleInput",
|
|
16654
|
+
"privacy": "private"
|
|
16655
|
+
},
|
|
16656
|
+
{
|
|
16657
|
+
"kind": "method",
|
|
16658
|
+
"name": "setTextSize",
|
|
16659
|
+
"parameters": [
|
|
16660
|
+
{
|
|
16661
|
+
"name": "size",
|
|
16662
|
+
"type": {
|
|
16663
|
+
"text": "'title' | 'subtitle' | 'body'"
|
|
16664
|
+
}
|
|
16665
|
+
}
|
|
16666
|
+
]
|
|
16667
|
+
},
|
|
16608
16668
|
{
|
|
16609
16669
|
"kind": "field",
|
|
16610
16670
|
"name": "VIVID_VERSION",
|
|
@@ -16649,6 +16709,14 @@
|
|
|
16649
16709
|
}
|
|
16650
16710
|
],
|
|
16651
16711
|
"exports": [
|
|
16712
|
+
{
|
|
16713
|
+
"kind": "js",
|
|
16714
|
+
"name": "RichTextEditorTextSizes",
|
|
16715
|
+
"declaration": {
|
|
16716
|
+
"name": "RichTextEditorTextSizes",
|
|
16717
|
+
"module": "libs/components/src/lib/rich-text-editor/rich-text-editor.ts"
|
|
16718
|
+
}
|
|
16719
|
+
},
|
|
16652
16720
|
{
|
|
16653
16721
|
"kind": "js",
|
|
16654
16722
|
"name": "RichTextEditor",
|
|
@@ -16938,7 +17006,7 @@
|
|
|
16938
17006
|
"name": "no-matches"
|
|
16939
17007
|
},
|
|
16940
17008
|
{
|
|
16941
|
-
"description": "Message that appears
|
|
17009
|
+
"description": "Message that appears there are no options to display and the component is in a loading state.",
|
|
16942
17010
|
"name": "loading-options"
|
|
16943
17011
|
}
|
|
16944
17012
|
],
|
|
@@ -17091,6 +17159,7 @@
|
|
|
17091
17159
|
{
|
|
17092
17160
|
"kind": "field",
|
|
17093
17161
|
"name": "searchText",
|
|
17162
|
+
"description": "The current search text of the component.",
|
|
17094
17163
|
"readonly": true
|
|
17095
17164
|
},
|
|
17096
17165
|
{
|
|
@@ -17150,10 +17219,11 @@
|
|
|
17150
17219
|
},
|
|
17151
17220
|
{
|
|
17152
17221
|
"kind": "field",
|
|
17153
|
-
"name": "
|
|
17222
|
+
"name": "optionFilter",
|
|
17154
17223
|
"type": {
|
|
17155
17224
|
"text": "(\n\t\toption: ListboxOption,\n\t\tsearchText: string\n\t) => boolean | undefined"
|
|
17156
|
-
}
|
|
17225
|
+
},
|
|
17226
|
+
"description": "Function to filter the options to display."
|
|
17157
17227
|
},
|
|
17158
17228
|
{
|
|
17159
17229
|
"kind": "field",
|
|
@@ -17161,7 +17231,8 @@
|
|
|
17161
17231
|
"type": {
|
|
17162
17232
|
"text": "boolean"
|
|
17163
17233
|
},
|
|
17164
|
-
"default": "false"
|
|
17234
|
+
"default": "false",
|
|
17235
|
+
"description": "Whether the component is in a loading state."
|
|
17165
17236
|
},
|
|
17166
17237
|
{
|
|
17167
17238
|
"kind": "method",
|
|
@@ -17335,7 +17406,7 @@
|
|
|
17335
17406
|
"text": "CustomEvent<undefined>"
|
|
17336
17407
|
},
|
|
17337
17408
|
"description": "Fired when the search text changes",
|
|
17338
|
-
"name": "
|
|
17409
|
+
"name": "search-text-change"
|
|
17339
17410
|
},
|
|
17340
17411
|
{
|
|
17341
17412
|
"type": {
|
|
@@ -17410,6 +17481,7 @@
|
|
|
17410
17481
|
"text": "boolean"
|
|
17411
17482
|
},
|
|
17412
17483
|
"default": "false",
|
|
17484
|
+
"description": "Whether the component is in a loading state.",
|
|
17413
17485
|
"fieldName": "loading"
|
|
17414
17486
|
},
|
|
17415
17487
|
{
|
|
@@ -17435,7 +17507,7 @@
|
|
|
17435
17507
|
"eventNames": [
|
|
17436
17508
|
"input"
|
|
17437
17509
|
],
|
|
17438
|
-
"valueMapping": "
|
|
17510
|
+
"valueMapping": "event.currentTarget.value"
|
|
17439
17511
|
},
|
|
17440
17512
|
{
|
|
17441
17513
|
"name": "values",
|
|
@@ -17443,7 +17515,7 @@
|
|
|
17443
17515
|
"eventNames": [
|
|
17444
17516
|
"input"
|
|
17445
17517
|
],
|
|
17446
|
-
"valueMapping": "
|
|
17518
|
+
"valueMapping": "event.currentTarget.values"
|
|
17447
17519
|
}
|
|
17448
17520
|
]
|
|
17449
17521
|
}
|
|
@@ -18086,7 +18158,7 @@
|
|
|
18086
18158
|
"eventNames": [
|
|
18087
18159
|
"input"
|
|
18088
18160
|
],
|
|
18089
|
-
"valueMapping": "
|
|
18161
|
+
"valueMapping": "event.currentTarget.value"
|
|
18090
18162
|
}
|
|
18091
18163
|
]
|
|
18092
18164
|
}
|
|
@@ -19101,7 +19173,7 @@
|
|
|
19101
19173
|
"eventNames": [
|
|
19102
19174
|
"change"
|
|
19103
19175
|
],
|
|
19104
|
-
"valueMapping": "
|
|
19176
|
+
"valueMapping": "event.currentTarget.value"
|
|
19105
19177
|
}
|
|
19106
19178
|
]
|
|
19107
19179
|
}
|
|
@@ -19128,12 +19200,12 @@
|
|
|
19128
19200
|
},
|
|
19129
19201
|
{
|
|
19130
19202
|
"kind": "javascript-module",
|
|
19131
|
-
"path": "libs/components/src/lib/
|
|
19203
|
+
"path": "libs/components/src/lib/switch/definition.ts",
|
|
19132
19204
|
"declarations": [
|
|
19133
19205
|
{
|
|
19134
19206
|
"kind": "variable",
|
|
19135
|
-
"name": "
|
|
19136
|
-
"description": "Registers the
|
|
19207
|
+
"name": "registerSwitch",
|
|
19208
|
+
"description": "Registers the switch elements with the design system.",
|
|
19137
19209
|
"parameters": [
|
|
19138
19210
|
{
|
|
19139
19211
|
"description": "the prefix to use for the component name",
|
|
@@ -19145,358 +19217,268 @@
|
|
|
19145
19217
|
"exports": [
|
|
19146
19218
|
{
|
|
19147
19219
|
"kind": "js",
|
|
19148
|
-
"name": "
|
|
19149
|
-
"declaration": {
|
|
19150
|
-
"name": "SplitButtonAppearance",
|
|
19151
|
-
"module": "./split-button"
|
|
19152
|
-
}
|
|
19153
|
-
},
|
|
19154
|
-
{
|
|
19155
|
-
"kind": "js",
|
|
19156
|
-
"name": "SplitButtonConnotation",
|
|
19220
|
+
"name": "SwitchConnotation",
|
|
19157
19221
|
"declaration": {
|
|
19158
|
-
"name": "
|
|
19159
|
-
"module": "./
|
|
19222
|
+
"name": "SwitchConnotation",
|
|
19223
|
+
"module": "./switch"
|
|
19160
19224
|
}
|
|
19161
19225
|
},
|
|
19162
19226
|
{
|
|
19163
19227
|
"kind": "js",
|
|
19164
|
-
"name": "
|
|
19228
|
+
"name": "registerSwitch",
|
|
19165
19229
|
"declaration": {
|
|
19166
|
-
"name": "
|
|
19167
|
-
"module": "
|
|
19230
|
+
"name": "registerSwitch",
|
|
19231
|
+
"module": "libs/components/src/lib/switch/definition.ts"
|
|
19168
19232
|
}
|
|
19169
19233
|
},
|
|
19170
19234
|
{
|
|
19171
19235
|
"kind": "js",
|
|
19172
|
-
"name": "
|
|
19236
|
+
"name": "VwcSwitchElement",
|
|
19173
19237
|
"declaration": {
|
|
19174
|
-
"name": "
|
|
19175
|
-
"module": "
|
|
19238
|
+
"name": "Switch",
|
|
19239
|
+
"module": "libs/components/src/lib/switch/definition.ts"
|
|
19176
19240
|
}
|
|
19177
|
-
}
|
|
19241
|
+
}
|
|
19242
|
+
]
|
|
19243
|
+
},
|
|
19244
|
+
{
|
|
19245
|
+
"kind": "javascript-module",
|
|
19246
|
+
"path": "libs/components/src/lib/switch/switch.form-associated.ts",
|
|
19247
|
+
"declarations": [
|
|
19178
19248
|
{
|
|
19179
|
-
"kind": "
|
|
19180
|
-
"
|
|
19181
|
-
"
|
|
19182
|
-
|
|
19183
|
-
|
|
19249
|
+
"kind": "class",
|
|
19250
|
+
"description": "",
|
|
19251
|
+
"name": "FormAssociatedSwitch",
|
|
19252
|
+
"members": [
|
|
19253
|
+
{
|
|
19254
|
+
"kind": "field",
|
|
19255
|
+
"name": "proxy"
|
|
19256
|
+
},
|
|
19257
|
+
{
|
|
19258
|
+
"kind": "field",
|
|
19259
|
+
"name": "VIVID_VERSION",
|
|
19260
|
+
"static": true,
|
|
19261
|
+
"default": "__PACKAGE_VERSION__",
|
|
19262
|
+
"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`.",
|
|
19263
|
+
"type": {
|
|
19264
|
+
"text": "string"
|
|
19265
|
+
},
|
|
19266
|
+
"inheritedFrom": {
|
|
19267
|
+
"name": "VividElement",
|
|
19268
|
+
"module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
|
|
19269
|
+
}
|
|
19270
|
+
}
|
|
19271
|
+
],
|
|
19272
|
+
"mixins": [
|
|
19273
|
+
{
|
|
19274
|
+
"name": "CheckableFormAssociated",
|
|
19275
|
+
"module": "/libs/components/src/shared/foundation/form-associated/form-associated"
|
|
19276
|
+
}
|
|
19277
|
+
],
|
|
19278
|
+
"superclass": {
|
|
19279
|
+
"name": "_Switch",
|
|
19280
|
+
"module": "libs/components/src/lib/switch/switch.form-associated.ts"
|
|
19184
19281
|
}
|
|
19185
|
-
}
|
|
19282
|
+
}
|
|
19283
|
+
],
|
|
19284
|
+
"exports": [
|
|
19186
19285
|
{
|
|
19187
19286
|
"kind": "js",
|
|
19188
|
-
"name": "
|
|
19287
|
+
"name": "FormAssociatedSwitch",
|
|
19189
19288
|
"declaration": {
|
|
19190
|
-
"name": "
|
|
19191
|
-
"module": "libs/components/src/lib/
|
|
19289
|
+
"name": "FormAssociatedSwitch",
|
|
19290
|
+
"module": "libs/components/src/lib/switch/switch.form-associated.ts"
|
|
19192
19291
|
}
|
|
19193
19292
|
}
|
|
19194
19293
|
]
|
|
19195
19294
|
},
|
|
19196
19295
|
{
|
|
19197
19296
|
"kind": "javascript-module",
|
|
19198
|
-
"path": "libs/components/src/lib/
|
|
19199
|
-
"declarations": [],
|
|
19200
|
-
"exports": []
|
|
19201
|
-
},
|
|
19202
|
-
{
|
|
19203
|
-
"kind": "javascript-module",
|
|
19204
|
-
"path": "libs/components/src/lib/split-button/split-button.ts",
|
|
19297
|
+
"path": "libs/components/src/lib/switch/switch.ts",
|
|
19205
19298
|
"declarations": [
|
|
19206
19299
|
{
|
|
19207
19300
|
"kind": "class",
|
|
19208
19301
|
"description": "",
|
|
19209
|
-
"name": "
|
|
19302
|
+
"name": "Switch",
|
|
19210
19303
|
"cssProperties": [
|
|
19211
19304
|
{
|
|
19212
|
-
"name": "--vvd-
|
|
19213
|
-
"default": "var(--vvd-color-cta-500)"
|
|
19214
|
-
},
|
|
19215
|
-
{
|
|
19216
|
-
"name": "--vvd-split-button-cta-primary-text",
|
|
19305
|
+
"name": "--vvd-switch-cta-primary-text",
|
|
19217
19306
|
"default": "var(--vvd-color-canvas)"
|
|
19218
19307
|
},
|
|
19219
19308
|
{
|
|
19220
|
-
"name": "--vvd-
|
|
19221
|
-
"default": "var(--vvd-color-cta-
|
|
19222
|
-
},
|
|
19223
|
-
{
|
|
19224
|
-
"name": "--vvd-split-button-cta-contrast",
|
|
19225
|
-
"default": "var(--vvd-color-cta-800)"
|
|
19226
|
-
},
|
|
19227
|
-
{
|
|
19228
|
-
"name": "--vvd-split-button-cta-fierce",
|
|
19229
|
-
"default": "var(--vvd-color-cta-700)"
|
|
19309
|
+
"name": "--vvd-switch-cta-primary",
|
|
19310
|
+
"default": "var(--vvd-color-cta-500)"
|
|
19230
19311
|
},
|
|
19231
19312
|
{
|
|
19232
|
-
"name": "--vvd-
|
|
19313
|
+
"name": "--vvd-switch-cta-primary-increment",
|
|
19233
19314
|
"default": "var(--vvd-color-cta-600)"
|
|
19234
19315
|
},
|
|
19235
19316
|
{
|
|
19236
|
-
"name": "--vvd-
|
|
19237
|
-
"default": "var(--vvd-color-cta-
|
|
19317
|
+
"name": "--vvd-switch-cta-firm",
|
|
19318
|
+
"default": "var(--vvd-color-cta-600)"
|
|
19238
19319
|
},
|
|
19239
19320
|
{
|
|
19240
|
-
"name": "--vvd-
|
|
19241
|
-
"default": "var(--vvd-color-cta-
|
|
19321
|
+
"name": "--vvd-switch-cta-intermediate",
|
|
19322
|
+
"default": "var(--vvd-color-cta-500)"
|
|
19242
19323
|
},
|
|
19243
19324
|
{
|
|
19244
|
-
"name": "--vvd-
|
|
19245
|
-
"default": "var(--vvd-color-
|
|
19325
|
+
"name": "--vvd-switch-cta-fierce",
|
|
19326
|
+
"default": "var(--vvd-color-cta-700)"
|
|
19246
19327
|
},
|
|
19247
19328
|
{
|
|
19248
|
-
"name": "--vvd-
|
|
19329
|
+
"name": "--vvd-switch-alert-primary-text",
|
|
19249
19330
|
"default": "var(--vvd-color-canvas)"
|
|
19250
19331
|
},
|
|
19251
19332
|
{
|
|
19252
|
-
"name": "--vvd-
|
|
19253
|
-
"default": "var(--vvd-color-
|
|
19254
|
-
},
|
|
19255
|
-
{
|
|
19256
|
-
"name": "--vvd-split-button-success-contrast",
|
|
19257
|
-
"default": "var(--vvd-color-success-800)"
|
|
19258
|
-
},
|
|
19259
|
-
{
|
|
19260
|
-
"name": "--vvd-split-button-success-fierce",
|
|
19261
|
-
"default": "var(--vvd-color-success-700)"
|
|
19333
|
+
"name": "--vvd-switch-alert-primary",
|
|
19334
|
+
"default": "var(--vvd-color-alert-500)"
|
|
19262
19335
|
},
|
|
19263
19336
|
{
|
|
19264
|
-
"name": "--vvd-
|
|
19265
|
-
"default": "var(--vvd-color-
|
|
19337
|
+
"name": "--vvd-switch-alert-primary-increment",
|
|
19338
|
+
"default": "var(--vvd-color-alert-600)"
|
|
19266
19339
|
},
|
|
19267
19340
|
{
|
|
19268
|
-
"name": "--vvd-
|
|
19269
|
-
"default": "var(--vvd-color-
|
|
19341
|
+
"name": "--vvd-switch-alert-firm",
|
|
19342
|
+
"default": "var(--vvd-color-alert-600)"
|
|
19270
19343
|
},
|
|
19271
19344
|
{
|
|
19272
|
-
"name": "--vvd-
|
|
19273
|
-
"default": "var(--vvd-color-
|
|
19345
|
+
"name": "--vvd-switch-alert-intermediate",
|
|
19346
|
+
"default": "var(--vvd-color-alert-500)"
|
|
19274
19347
|
},
|
|
19275
19348
|
{
|
|
19276
|
-
"name": "--vvd-
|
|
19277
|
-
"default": "var(--vvd-color-alert-
|
|
19349
|
+
"name": "--vvd-switch-alert-fierce",
|
|
19350
|
+
"default": "var(--vvd-color-alert-700)"
|
|
19278
19351
|
},
|
|
19279
19352
|
{
|
|
19280
|
-
"name": "--vvd-
|
|
19353
|
+
"name": "--vvd-switch-success-primary-text",
|
|
19281
19354
|
"default": "var(--vvd-color-canvas)"
|
|
19282
19355
|
},
|
|
19283
19356
|
{
|
|
19284
|
-
"name": "--vvd-
|
|
19285
|
-
"default": "var(--vvd-color-
|
|
19357
|
+
"name": "--vvd-switch-success-primary",
|
|
19358
|
+
"default": "var(--vvd-color-success-500)"
|
|
19286
19359
|
},
|
|
19287
19360
|
{
|
|
19288
|
-
"name": "--vvd-
|
|
19289
|
-
"default": "var(--vvd-color-
|
|
19361
|
+
"name": "--vvd-switch-success-primary-increment",
|
|
19362
|
+
"default": "var(--vvd-color-success-600)"
|
|
19290
19363
|
},
|
|
19291
19364
|
{
|
|
19292
|
-
"name": "--vvd-
|
|
19293
|
-
"default": "var(--vvd-color-
|
|
19365
|
+
"name": "--vvd-switch-success-firm",
|
|
19366
|
+
"default": "var(--vvd-color-success-600)"
|
|
19294
19367
|
},
|
|
19295
19368
|
{
|
|
19296
|
-
"name": "--vvd-
|
|
19297
|
-
"default": "var(--vvd-color-
|
|
19369
|
+
"name": "--vvd-switch-success-intermediate",
|
|
19370
|
+
"default": "var(--vvd-color-success-500)"
|
|
19298
19371
|
},
|
|
19299
19372
|
{
|
|
19300
|
-
"name": "--vvd-
|
|
19301
|
-
"default": "var(--vvd-color-
|
|
19373
|
+
"name": "--vvd-switch-success-fierce",
|
|
19374
|
+
"default": "var(--vvd-color-success-700)"
|
|
19302
19375
|
},
|
|
19303
19376
|
{
|
|
19304
|
-
"name": "--vvd-
|
|
19305
|
-
"default": "var(--vvd-color-
|
|
19377
|
+
"name": "--vvd-switch-announcement-primary-text",
|
|
19378
|
+
"default": "var(--vvd-color-canvas)"
|
|
19306
19379
|
},
|
|
19307
19380
|
{
|
|
19308
|
-
"name": "--vvd-
|
|
19381
|
+
"name": "--vvd-switch-announcement-primary",
|
|
19309
19382
|
"default": "var(--vvd-color-announcement-500)"
|
|
19310
19383
|
},
|
|
19311
19384
|
{
|
|
19312
|
-
"name": "--vvd-
|
|
19313
|
-
"default": "var(--vvd-color-
|
|
19385
|
+
"name": "--vvd-switch-announcement-primary-increment",
|
|
19386
|
+
"default": "var(--vvd-color-announcement-600)"
|
|
19314
19387
|
},
|
|
19315
19388
|
{
|
|
19316
|
-
"name": "--vvd-
|
|
19389
|
+
"name": "--vvd-switch-announcement-firm",
|
|
19317
19390
|
"default": "var(--vvd-color-announcement-600)"
|
|
19318
19391
|
},
|
|
19319
19392
|
{
|
|
19320
|
-
"name": "--vvd-
|
|
19321
|
-
"default": "var(--vvd-color-announcement-
|
|
19393
|
+
"name": "--vvd-switch-announcement-intermediate",
|
|
19394
|
+
"default": "var(--vvd-color-announcement-500)"
|
|
19322
19395
|
},
|
|
19323
19396
|
{
|
|
19324
|
-
"name": "--vvd-
|
|
19397
|
+
"name": "--vvd-switch-announcement-fierce",
|
|
19325
19398
|
"default": "var(--vvd-color-announcement-700)"
|
|
19326
19399
|
},
|
|
19327
19400
|
{
|
|
19328
|
-
"name": "--vvd-
|
|
19329
|
-
"default": "var(--vvd-color-
|
|
19401
|
+
"name": "--vvd-switch-accent-primary-text",
|
|
19402
|
+
"default": "var(--vvd-color-canvas)"
|
|
19330
19403
|
},
|
|
19331
19404
|
{
|
|
19332
|
-
"name": "--vvd-
|
|
19333
|
-
"default": "var(--vvd-color-
|
|
19405
|
+
"name": "--vvd-switch-accent-primary",
|
|
19406
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
19334
19407
|
},
|
|
19335
19408
|
{
|
|
19336
|
-
"name": "--vvd-
|
|
19337
|
-
"default": "var(--vvd-color-
|
|
19409
|
+
"name": "--vvd-switch-accent-primary-increment",
|
|
19410
|
+
"default": "var(--vvd-color-neutral-800)"
|
|
19338
19411
|
},
|
|
19339
19412
|
{
|
|
19340
|
-
"name": "--vvd-
|
|
19413
|
+
"name": "--vvd-switch-accent-firm",
|
|
19341
19414
|
"default": "var(--vvd-color-canvas-text)"
|
|
19342
19415
|
},
|
|
19343
19416
|
{
|
|
19344
|
-
"name": "--vvd-
|
|
19345
|
-
"default": "var(--vvd-color-
|
|
19417
|
+
"name": "--vvd-switch-accent-intermediate",
|
|
19418
|
+
"default": "var(--vvd-color-neutral-500)"
|
|
19346
19419
|
},
|
|
19347
19420
|
{
|
|
19348
|
-
"name": "--vvd-
|
|
19349
|
-
"default": "var(--vvd-color-neutral-800)"
|
|
19350
|
-
},
|
|
19351
|
-
{
|
|
19352
|
-
"name": "--vvd-split-button-accent-contrast",
|
|
19353
|
-
"default": "var(--vvd-color-neutral-800)"
|
|
19354
|
-
},
|
|
19355
|
-
{
|
|
19356
|
-
"name": "--vvd-split-button-accent-fierce",
|
|
19421
|
+
"name": "--vvd-switch-accent-fierce",
|
|
19357
19422
|
"default": "var(--vvd-color-neutral-700)"
|
|
19358
|
-
},
|
|
19359
|
-
{
|
|
19360
|
-
"name": "--vvd-split-button-accent-firm",
|
|
19361
|
-
"default": "var(--vvd-color-canvas-text)"
|
|
19362
|
-
},
|
|
19363
|
-
{
|
|
19364
|
-
"name": "--vvd-split-button-accent-soft",
|
|
19365
|
-
"default": "var(--vvd-color-neutral-100)"
|
|
19366
|
-
},
|
|
19367
|
-
{
|
|
19368
|
-
"name": "--vvd-split-button-accent-faint",
|
|
19369
|
-
"default": "var(--vvd-color-neutral-50)"
|
|
19370
|
-
}
|
|
19371
|
-
],
|
|
19372
|
-
"slots": [
|
|
19373
|
-
{
|
|
19374
|
-
"description": "Default slot.",
|
|
19375
|
-
"name": ""
|
|
19376
|
-
},
|
|
19377
|
-
{
|
|
19378
|
-
"description": "Add an icon to the component.",
|
|
19379
|
-
"name": "icon"
|
|
19380
19423
|
}
|
|
19381
19424
|
],
|
|
19382
19425
|
"members": [
|
|
19383
19426
|
{
|
|
19384
19427
|
"kind": "field",
|
|
19385
|
-
"name": "
|
|
19386
|
-
"type": {
|
|
19387
|
-
"text": "HTMLButtonElement"
|
|
19388
|
-
},
|
|
19389
|
-
"description": "Action HTML button element",
|
|
19390
|
-
"privacy": "public"
|
|
19391
|
-
},
|
|
19392
|
-
{
|
|
19393
|
-
"kind": "field",
|
|
19394
|
-
"name": "action",
|
|
19395
|
-
"type": {
|
|
19396
|
-
"text": "HTMLButtonElement"
|
|
19397
|
-
},
|
|
19398
|
-
"readonly": true
|
|
19399
|
-
},
|
|
19400
|
-
{
|
|
19401
|
-
"kind": "field",
|
|
19402
|
-
"name": "_indicator",
|
|
19428
|
+
"name": "label",
|
|
19403
19429
|
"type": {
|
|
19404
|
-
"text": "
|
|
19430
|
+
"text": "string | undefined"
|
|
19405
19431
|
},
|
|
19406
|
-
"description": "
|
|
19432
|
+
"description": "Indicates the switch's label.",
|
|
19407
19433
|
"privacy": "public"
|
|
19408
19434
|
},
|
|
19409
|
-
{
|
|
19410
|
-
"kind": "field",
|
|
19411
|
-
"name": "indicator",
|
|
19412
|
-
"type": {
|
|
19413
|
-
"text": "HTMLButtonElement"
|
|
19414
|
-
},
|
|
19415
|
-
"readonly": true
|
|
19416
|
-
},
|
|
19417
19435
|
{
|
|
19418
19436
|
"kind": "field",
|
|
19419
19437
|
"name": "connotation",
|
|
19420
19438
|
"type": {
|
|
19421
|
-
"text": "
|
|
19422
|
-
},
|
|
19423
|
-
"description": "The connotation the split button should have.",
|
|
19424
|
-
"privacy": "public"
|
|
19425
|
-
},
|
|
19426
|
-
{
|
|
19427
|
-
"kind": "field",
|
|
19428
|
-
"name": "shape",
|
|
19429
|
-
"type": {
|
|
19430
|
-
"text": "SplitButtonShape | undefined"
|
|
19431
|
-
},
|
|
19432
|
-
"description": "The shape the split button should have.",
|
|
19433
|
-
"privacy": "public"
|
|
19434
|
-
},
|
|
19435
|
-
{
|
|
19436
|
-
"kind": "field",
|
|
19437
|
-
"name": "appearance",
|
|
19438
|
-
"type": {
|
|
19439
|
-
"text": "SplitButtonAppearance | undefined"
|
|
19440
|
-
},
|
|
19441
|
-
"description": "The appearance the split button should have.",
|
|
19442
|
-
"privacy": "public"
|
|
19443
|
-
},
|
|
19444
|
-
{
|
|
19445
|
-
"kind": "field",
|
|
19446
|
-
"name": "size",
|
|
19447
|
-
"type": {
|
|
19448
|
-
"text": "SplitButtonSize | undefined"
|
|
19439
|
+
"text": "SwitchConnotation | undefined"
|
|
19449
19440
|
},
|
|
19450
|
-
"description": "
|
|
19441
|
+
"description": "Indicates the switch's connotation.",
|
|
19451
19442
|
"privacy": "public"
|
|
19452
19443
|
},
|
|
19453
19444
|
{
|
|
19454
19445
|
"kind": "field",
|
|
19455
|
-
"name": "
|
|
19446
|
+
"name": "readOnly",
|
|
19456
19447
|
"type": {
|
|
19457
|
-
"text": "
|
|
19448
|
+
"text": "boolean"
|
|
19458
19449
|
},
|
|
19459
|
-
"description": "
|
|
19450
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
19460
19451
|
"privacy": "public"
|
|
19461
19452
|
},
|
|
19462
19453
|
{
|
|
19463
|
-
"kind": "
|
|
19464
|
-
"name": "
|
|
19465
|
-
"
|
|
19466
|
-
|
|
19467
|
-
|
|
19468
|
-
|
|
19469
|
-
|
|
19454
|
+
"kind": "method",
|
|
19455
|
+
"name": "updateForm",
|
|
19456
|
+
"privacy": "private",
|
|
19457
|
+
"return": {
|
|
19458
|
+
"type": {
|
|
19459
|
+
"text": "void"
|
|
19460
|
+
}
|
|
19461
|
+
}
|
|
19470
19462
|
},
|
|
19471
19463
|
{
|
|
19472
19464
|
"kind": "field",
|
|
19473
|
-
"name": "
|
|
19465
|
+
"name": "defaultChecked",
|
|
19474
19466
|
"type": {
|
|
19475
|
-
"text": "
|
|
19467
|
+
"text": "boolean"
|
|
19476
19468
|
},
|
|
19477
|
-
"default": "
|
|
19478
|
-
"description": "Indicates the split button's icon indicator.",
|
|
19479
|
-
"privacy": "public"
|
|
19469
|
+
"default": "!!this.checkedAttribute"
|
|
19480
19470
|
},
|
|
19481
19471
|
{
|
|
19482
19472
|
"kind": "field",
|
|
19483
|
-
"name": "
|
|
19484
|
-
"type": {
|
|
19485
|
-
"text": "boolean"
|
|
19486
|
-
},
|
|
19487
|
-
"default": "false",
|
|
19488
|
-
"description": "Indicates if the button is disabled.",
|
|
19489
|
-
"privacy": "public"
|
|
19473
|
+
"name": "checked"
|
|
19490
19474
|
},
|
|
19491
19475
|
{
|
|
19492
19476
|
"kind": "field",
|
|
19493
|
-
"name": "
|
|
19494
|
-
"
|
|
19495
|
-
"
|
|
19496
|
-
|
|
19497
|
-
|
|
19498
|
-
"description": "Defines a string value that labels the indicator element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
|
|
19499
|
-
"privacy": "public"
|
|
19477
|
+
"name": "proxy",
|
|
19478
|
+
"inheritedFrom": {
|
|
19479
|
+
"name": "FormAssociatedSwitch",
|
|
19480
|
+
"module": "libs/components/src/lib/switch/switch.form-associated.ts"
|
|
19481
|
+
}
|
|
19500
19482
|
},
|
|
19501
19483
|
{
|
|
19502
19484
|
"kind": "field",
|
|
@@ -19518,92 +19500,34 @@
|
|
|
19518
19500
|
"type": {
|
|
19519
19501
|
"text": "CustomEvent<undefined>"
|
|
19520
19502
|
},
|
|
19521
|
-
"description": "
|
|
19522
|
-
"name": "
|
|
19523
|
-
},
|
|
19524
|
-
{
|
|
19525
|
-
"type": {
|
|
19526
|
-
"text": "CustomEvent<undefined>"
|
|
19527
|
-
},
|
|
19528
|
-
"description": "Event emitted when the indicator button is clicked",
|
|
19529
|
-
"name": "indicator-click"
|
|
19503
|
+
"description": "Emits a custom change event when the checked state changes",
|
|
19504
|
+
"name": "change"
|
|
19530
19505
|
}
|
|
19531
19506
|
],
|
|
19532
19507
|
"attributes": [
|
|
19533
|
-
{
|
|
19534
|
-
"name": "connotation",
|
|
19535
|
-
"type": {
|
|
19536
|
-
"text": "SplitButtonConnotation | undefined"
|
|
19537
|
-
},
|
|
19538
|
-
"description": "The connotation the split button should have.",
|
|
19539
|
-
"fieldName": "connotation"
|
|
19540
|
-
},
|
|
19541
|
-
{
|
|
19542
|
-
"name": "shape",
|
|
19543
|
-
"type": {
|
|
19544
|
-
"text": "SplitButtonShape | undefined"
|
|
19545
|
-
},
|
|
19546
|
-
"description": "The shape the split button should have.",
|
|
19547
|
-
"fieldName": "shape"
|
|
19548
|
-
},
|
|
19549
|
-
{
|
|
19550
|
-
"name": "appearance",
|
|
19551
|
-
"type": {
|
|
19552
|
-
"text": "SplitButtonAppearance | undefined"
|
|
19553
|
-
},
|
|
19554
|
-
"description": "The appearance the split button should have.",
|
|
19555
|
-
"fieldName": "appearance"
|
|
19556
|
-
},
|
|
19557
|
-
{
|
|
19558
|
-
"name": "size",
|
|
19559
|
-
"type": {
|
|
19560
|
-
"text": "SplitButtonSize | undefined"
|
|
19561
|
-
},
|
|
19562
|
-
"description": "The size the split button should have.",
|
|
19563
|
-
"fieldName": "size"
|
|
19564
|
-
},
|
|
19565
19508
|
{
|
|
19566
19509
|
"name": "label",
|
|
19567
19510
|
"type": {
|
|
19568
19511
|
"text": "string | undefined"
|
|
19569
19512
|
},
|
|
19570
|
-
"description": "Indicates the
|
|
19513
|
+
"description": "Indicates the switch's label.",
|
|
19571
19514
|
"fieldName": "label"
|
|
19572
19515
|
},
|
|
19573
19516
|
{
|
|
19574
|
-
"name": "
|
|
19575
|
-
"type": {
|
|
19576
|
-
"text": "string | undefined"
|
|
19577
|
-
},
|
|
19578
|
-
"description": "Indicates the split button's icon.",
|
|
19579
|
-
"fieldName": "icon"
|
|
19580
|
-
},
|
|
19581
|
-
{
|
|
19582
|
-
"name": "split-indicator",
|
|
19517
|
+
"name": "connotation",
|
|
19583
19518
|
"type": {
|
|
19584
|
-
"text": "
|
|
19519
|
+
"text": "SwitchConnotation | undefined"
|
|
19585
19520
|
},
|
|
19586
|
-
"
|
|
19587
|
-
"
|
|
19588
|
-
"fieldName": "splitIndicator"
|
|
19521
|
+
"description": "Indicates the switch's connotation.",
|
|
19522
|
+
"fieldName": "connotation"
|
|
19589
19523
|
},
|
|
19590
19524
|
{
|
|
19591
|
-
"name": "
|
|
19525
|
+
"name": "readonly",
|
|
19592
19526
|
"type": {
|
|
19593
19527
|
"text": "boolean"
|
|
19594
19528
|
},
|
|
19595
|
-
"
|
|
19596
|
-
"
|
|
19597
|
-
"fieldName": "disabled"
|
|
19598
|
-
},
|
|
19599
|
-
{
|
|
19600
|
-
"name": "indicator-aria-label",
|
|
19601
|
-
"type": {
|
|
19602
|
-
"text": "| string\n\t\t| null"
|
|
19603
|
-
},
|
|
19604
|
-
"default": "null",
|
|
19605
|
-
"description": "Defines a string value that labels the indicator element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
|
|
19606
|
-
"fieldName": "indicatorAriaLabel"
|
|
19529
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
19530
|
+
"fieldName": "readOnly"
|
|
19607
19531
|
}
|
|
19608
19532
|
],
|
|
19609
19533
|
"mixins": [
|
|
@@ -19613,34 +19537,44 @@
|
|
|
19613
19537
|
}
|
|
19614
19538
|
],
|
|
19615
19539
|
"superclass": {
|
|
19616
|
-
"name": "
|
|
19617
|
-
"module": "/libs/components/src/
|
|
19540
|
+
"name": "FormAssociatedSwitch",
|
|
19541
|
+
"module": "/libs/components/src/lib/switch/switch.form-associated"
|
|
19618
19542
|
},
|
|
19619
19543
|
"vividComponent": {
|
|
19620
19544
|
"public": true,
|
|
19621
|
-
"name": "
|
|
19545
|
+
"name": "switch",
|
|
19546
|
+
"vueModels": [
|
|
19547
|
+
{
|
|
19548
|
+
"name": "modelValue",
|
|
19549
|
+
"propName": "checked",
|
|
19550
|
+
"eventNames": [
|
|
19551
|
+
"change"
|
|
19552
|
+
],
|
|
19553
|
+
"valueMapping": "event.currentTarget.checked"
|
|
19554
|
+
}
|
|
19555
|
+
]
|
|
19622
19556
|
}
|
|
19623
19557
|
}
|
|
19624
19558
|
],
|
|
19625
19559
|
"exports": [
|
|
19626
19560
|
{
|
|
19627
19561
|
"kind": "js",
|
|
19628
|
-
"name": "
|
|
19562
|
+
"name": "Switch",
|
|
19629
19563
|
"declaration": {
|
|
19630
|
-
"name": "
|
|
19631
|
-
"module": "libs/components/src/lib/
|
|
19564
|
+
"name": "Switch",
|
|
19565
|
+
"module": "libs/components/src/lib/switch/switch.ts"
|
|
19632
19566
|
}
|
|
19633
19567
|
}
|
|
19634
19568
|
]
|
|
19635
19569
|
},
|
|
19636
19570
|
{
|
|
19637
19571
|
"kind": "javascript-module",
|
|
19638
|
-
"path": "libs/components/src/lib/
|
|
19572
|
+
"path": "libs/components/src/lib/split-button/definition.ts",
|
|
19639
19573
|
"declarations": [
|
|
19640
19574
|
{
|
|
19641
19575
|
"kind": "variable",
|
|
19642
|
-
"name": "
|
|
19643
|
-
"description": "Registers the
|
|
19576
|
+
"name": "registerSplitButton",
|
|
19577
|
+
"description": "Registers the button elements with the design system.",
|
|
19644
19578
|
"parameters": [
|
|
19645
19579
|
{
|
|
19646
19580
|
"description": "the prefix to use for the component name",
|
|
@@ -19652,268 +19586,358 @@
|
|
|
19652
19586
|
"exports": [
|
|
19653
19587
|
{
|
|
19654
19588
|
"kind": "js",
|
|
19655
|
-
"name": "
|
|
19589
|
+
"name": "SplitButtonAppearance",
|
|
19656
19590
|
"declaration": {
|
|
19657
|
-
"name": "
|
|
19658
|
-
"module": "./
|
|
19591
|
+
"name": "SplitButtonAppearance",
|
|
19592
|
+
"module": "./split-button"
|
|
19659
19593
|
}
|
|
19660
19594
|
},
|
|
19661
19595
|
{
|
|
19662
19596
|
"kind": "js",
|
|
19663
|
-
"name": "
|
|
19597
|
+
"name": "SplitButtonConnotation",
|
|
19664
19598
|
"declaration": {
|
|
19665
|
-
"name": "
|
|
19666
|
-
"module": "
|
|
19667
|
-
}
|
|
19599
|
+
"name": "SplitButtonConnotation",
|
|
19600
|
+
"module": "./split-button"
|
|
19601
|
+
}
|
|
19668
19602
|
},
|
|
19669
19603
|
{
|
|
19670
19604
|
"kind": "js",
|
|
19671
|
-
"name": "
|
|
19605
|
+
"name": "SplitButtonShape",
|
|
19672
19606
|
"declaration": {
|
|
19673
|
-
"name": "
|
|
19674
|
-
"module": "
|
|
19607
|
+
"name": "SplitButtonShape",
|
|
19608
|
+
"module": "./split-button"
|
|
19675
19609
|
}
|
|
19676
|
-
}
|
|
19677
|
-
]
|
|
19678
|
-
},
|
|
19679
|
-
{
|
|
19680
|
-
"kind": "javascript-module",
|
|
19681
|
-
"path": "libs/components/src/lib/switch/switch.form-associated.ts",
|
|
19682
|
-
"declarations": [
|
|
19610
|
+
},
|
|
19683
19611
|
{
|
|
19684
|
-
"kind": "
|
|
19685
|
-
"
|
|
19686
|
-
"
|
|
19687
|
-
|
|
19688
|
-
|
|
19689
|
-
"kind": "field",
|
|
19690
|
-
"name": "proxy"
|
|
19691
|
-
},
|
|
19692
|
-
{
|
|
19693
|
-
"kind": "field",
|
|
19694
|
-
"name": "VIVID_VERSION",
|
|
19695
|
-
"static": true,
|
|
19696
|
-
"default": "__PACKAGE_VERSION__",
|
|
19697
|
-
"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`.",
|
|
19698
|
-
"type": {
|
|
19699
|
-
"text": "string"
|
|
19700
|
-
},
|
|
19701
|
-
"inheritedFrom": {
|
|
19702
|
-
"name": "VividElement",
|
|
19703
|
-
"module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
|
|
19704
|
-
}
|
|
19705
|
-
}
|
|
19706
|
-
],
|
|
19707
|
-
"mixins": [
|
|
19708
|
-
{
|
|
19709
|
-
"name": "CheckableFormAssociated",
|
|
19710
|
-
"module": "/libs/components/src/shared/foundation/form-associated/form-associated"
|
|
19711
|
-
}
|
|
19712
|
-
],
|
|
19713
|
-
"superclass": {
|
|
19714
|
-
"name": "_Switch",
|
|
19715
|
-
"module": "libs/components/src/lib/switch/switch.form-associated.ts"
|
|
19612
|
+
"kind": "js",
|
|
19613
|
+
"name": "SplitButtonSize",
|
|
19614
|
+
"declaration": {
|
|
19615
|
+
"name": "SplitButtonSize",
|
|
19616
|
+
"module": "./split-button"
|
|
19716
19617
|
}
|
|
19717
|
-
}
|
|
19718
|
-
],
|
|
19719
|
-
"exports": [
|
|
19618
|
+
},
|
|
19720
19619
|
{
|
|
19721
19620
|
"kind": "js",
|
|
19722
|
-
"name": "
|
|
19621
|
+
"name": "registerSplitButton",
|
|
19723
19622
|
"declaration": {
|
|
19724
|
-
"name": "
|
|
19725
|
-
"module": "libs/components/src/lib/
|
|
19623
|
+
"name": "registerSplitButton",
|
|
19624
|
+
"module": "libs/components/src/lib/split-button/definition.ts"
|
|
19625
|
+
}
|
|
19626
|
+
},
|
|
19627
|
+
{
|
|
19628
|
+
"kind": "js",
|
|
19629
|
+
"name": "VwcSplitButtonElement",
|
|
19630
|
+
"declaration": {
|
|
19631
|
+
"name": "SplitButton",
|
|
19632
|
+
"module": "libs/components/src/lib/split-button/definition.ts"
|
|
19726
19633
|
}
|
|
19727
19634
|
}
|
|
19728
19635
|
]
|
|
19729
19636
|
},
|
|
19730
19637
|
{
|
|
19731
19638
|
"kind": "javascript-module",
|
|
19732
|
-
"path": "libs/components/src/lib/
|
|
19639
|
+
"path": "libs/components/src/lib/split-button/locale.ts",
|
|
19640
|
+
"declarations": [],
|
|
19641
|
+
"exports": []
|
|
19642
|
+
},
|
|
19643
|
+
{
|
|
19644
|
+
"kind": "javascript-module",
|
|
19645
|
+
"path": "libs/components/src/lib/split-button/split-button.ts",
|
|
19733
19646
|
"declarations": [
|
|
19734
19647
|
{
|
|
19735
19648
|
"kind": "class",
|
|
19736
19649
|
"description": "",
|
|
19737
|
-
"name": "
|
|
19650
|
+
"name": "SplitButton",
|
|
19738
19651
|
"cssProperties": [
|
|
19739
19652
|
{
|
|
19740
|
-
"name": "--vvd-
|
|
19741
|
-
"default": "var(--vvd-color-
|
|
19653
|
+
"name": "--vvd-split-button-cta-primary",
|
|
19654
|
+
"default": "var(--vvd-color-cta-500)"
|
|
19742
19655
|
},
|
|
19743
19656
|
{
|
|
19744
|
-
"name": "--vvd-
|
|
19745
|
-
"default": "var(--vvd-color-
|
|
19657
|
+
"name": "--vvd-split-button-cta-primary-text",
|
|
19658
|
+
"default": "var(--vvd-color-canvas)"
|
|
19746
19659
|
},
|
|
19747
19660
|
{
|
|
19748
|
-
"name": "--vvd-
|
|
19661
|
+
"name": "--vvd-split-button-cta-primary-increment",
|
|
19749
19662
|
"default": "var(--vvd-color-cta-600)"
|
|
19750
19663
|
},
|
|
19751
19664
|
{
|
|
19752
|
-
"name": "--vvd-
|
|
19665
|
+
"name": "--vvd-split-button-cta-contrast",
|
|
19666
|
+
"default": "var(--vvd-color-cta-800)"
|
|
19667
|
+
},
|
|
19668
|
+
{
|
|
19669
|
+
"name": "--vvd-split-button-cta-fierce",
|
|
19670
|
+
"default": "var(--vvd-color-cta-700)"
|
|
19671
|
+
},
|
|
19672
|
+
{
|
|
19673
|
+
"name": "--vvd-split-button-cta-firm",
|
|
19753
19674
|
"default": "var(--vvd-color-cta-600)"
|
|
19754
19675
|
},
|
|
19755
19676
|
{
|
|
19756
|
-
"name": "--vvd-
|
|
19757
|
-
"default": "var(--vvd-color-cta-
|
|
19677
|
+
"name": "--vvd-split-button-cta-soft",
|
|
19678
|
+
"default": "var(--vvd-color-cta-100)"
|
|
19758
19679
|
},
|
|
19759
19680
|
{
|
|
19760
|
-
"name": "--vvd-
|
|
19761
|
-
"default": "var(--vvd-color-cta-
|
|
19681
|
+
"name": "--vvd-split-button-cta-faint",
|
|
19682
|
+
"default": "var(--vvd-color-cta-50)"
|
|
19762
19683
|
},
|
|
19763
19684
|
{
|
|
19764
|
-
"name": "--vvd-
|
|
19685
|
+
"name": "--vvd-split-button-success-primary",
|
|
19686
|
+
"default": "var(--vvd-color-success-500)"
|
|
19687
|
+
},
|
|
19688
|
+
{
|
|
19689
|
+
"name": "--vvd-split-button-success-primary-text",
|
|
19765
19690
|
"default": "var(--vvd-color-canvas)"
|
|
19766
19691
|
},
|
|
19767
19692
|
{
|
|
19768
|
-
"name": "--vvd-
|
|
19769
|
-
"default": "var(--vvd-color-
|
|
19693
|
+
"name": "--vvd-split-button-success-primary-increment",
|
|
19694
|
+
"default": "var(--vvd-color-success-600)"
|
|
19770
19695
|
},
|
|
19771
19696
|
{
|
|
19772
|
-
"name": "--vvd-
|
|
19773
|
-
"default": "var(--vvd-color-
|
|
19697
|
+
"name": "--vvd-split-button-success-contrast",
|
|
19698
|
+
"default": "var(--vvd-color-success-800)"
|
|
19774
19699
|
},
|
|
19775
19700
|
{
|
|
19776
|
-
"name": "--vvd-
|
|
19777
|
-
"default": "var(--vvd-color-
|
|
19701
|
+
"name": "--vvd-split-button-success-fierce",
|
|
19702
|
+
"default": "var(--vvd-color-success-700)"
|
|
19778
19703
|
},
|
|
19779
19704
|
{
|
|
19780
|
-
"name": "--vvd-
|
|
19781
|
-
"default": "var(--vvd-color-
|
|
19705
|
+
"name": "--vvd-split-button-success-firm",
|
|
19706
|
+
"default": "var(--vvd-color-success-600)"
|
|
19782
19707
|
},
|
|
19783
19708
|
{
|
|
19784
|
-
"name": "--vvd-
|
|
19785
|
-
"default": "var(--vvd-color-
|
|
19709
|
+
"name": "--vvd-split-button-success-soft",
|
|
19710
|
+
"default": "var(--vvd-color-success-100)"
|
|
19786
19711
|
},
|
|
19787
19712
|
{
|
|
19788
|
-
"name": "--vvd-
|
|
19713
|
+
"name": "--vvd-split-button-success-faint",
|
|
19714
|
+
"default": "var(--vvd-color-success-50)"
|
|
19715
|
+
},
|
|
19716
|
+
{
|
|
19717
|
+
"name": "--vvd-split-button-alert-primary",
|
|
19718
|
+
"default": "var(--vvd-color-alert-500)"
|
|
19719
|
+
},
|
|
19720
|
+
{
|
|
19721
|
+
"name": "--vvd-split-button-alert-primary-text",
|
|
19789
19722
|
"default": "var(--vvd-color-canvas)"
|
|
19790
19723
|
},
|
|
19791
19724
|
{
|
|
19792
|
-
"name": "--vvd-
|
|
19793
|
-
"default": "var(--vvd-color-
|
|
19725
|
+
"name": "--vvd-split-button-alert-primary-increment",
|
|
19726
|
+
"default": "var(--vvd-color-alert-600)"
|
|
19794
19727
|
},
|
|
19795
19728
|
{
|
|
19796
|
-
"name": "--vvd-
|
|
19797
|
-
"default": "var(--vvd-color-
|
|
19729
|
+
"name": "--vvd-split-button-alert-contrast",
|
|
19730
|
+
"default": "var(--vvd-color-alert-800)"
|
|
19798
19731
|
},
|
|
19799
19732
|
{
|
|
19800
|
-
"name": "--vvd-
|
|
19801
|
-
"default": "var(--vvd-color-
|
|
19733
|
+
"name": "--vvd-split-button-alert-fierce",
|
|
19734
|
+
"default": "var(--vvd-color-alert-700)"
|
|
19802
19735
|
},
|
|
19803
19736
|
{
|
|
19804
|
-
"name": "--vvd-
|
|
19805
|
-
"default": "var(--vvd-color-
|
|
19737
|
+
"name": "--vvd-split-button-alert-firm",
|
|
19738
|
+
"default": "var(--vvd-color-alert-600)"
|
|
19806
19739
|
},
|
|
19807
19740
|
{
|
|
19808
|
-
"name": "--vvd-
|
|
19809
|
-
"default": "var(--vvd-color-
|
|
19741
|
+
"name": "--vvd-split-button-alert-soft",
|
|
19742
|
+
"default": "var(--vvd-color-alert-100)"
|
|
19810
19743
|
},
|
|
19811
19744
|
{
|
|
19812
|
-
"name": "--vvd-
|
|
19813
|
-
"default": "var(--vvd-color-
|
|
19745
|
+
"name": "--vvd-split-button-alert-faint",
|
|
19746
|
+
"default": "var(--vvd-color-alert-50)"
|
|
19814
19747
|
},
|
|
19815
19748
|
{
|
|
19816
|
-
"name": "--vvd-
|
|
19749
|
+
"name": "--vvd-split-button-announcement-primary",
|
|
19817
19750
|
"default": "var(--vvd-color-announcement-500)"
|
|
19818
19751
|
},
|
|
19819
19752
|
{
|
|
19820
|
-
"name": "--vvd-
|
|
19821
|
-
"default": "var(--vvd-color-
|
|
19753
|
+
"name": "--vvd-split-button-announcement-primary-text",
|
|
19754
|
+
"default": "var(--vvd-color-canvas)"
|
|
19822
19755
|
},
|
|
19823
19756
|
{
|
|
19824
|
-
"name": "--vvd-
|
|
19757
|
+
"name": "--vvd-split-button-announcement-primary-increment",
|
|
19825
19758
|
"default": "var(--vvd-color-announcement-600)"
|
|
19826
19759
|
},
|
|
19827
19760
|
{
|
|
19828
|
-
"name": "--vvd-
|
|
19829
|
-
"default": "var(--vvd-color-announcement-
|
|
19761
|
+
"name": "--vvd-split-button-announcement-contrast",
|
|
19762
|
+
"default": "var(--vvd-color-announcement-800)"
|
|
19830
19763
|
},
|
|
19831
19764
|
{
|
|
19832
|
-
"name": "--vvd-
|
|
19765
|
+
"name": "--vvd-split-button-announcement-fierce",
|
|
19833
19766
|
"default": "var(--vvd-color-announcement-700)"
|
|
19834
19767
|
},
|
|
19835
19768
|
{
|
|
19836
|
-
"name": "--vvd-
|
|
19837
|
-
"default": "var(--vvd-color-
|
|
19769
|
+
"name": "--vvd-split-button-announcement-firm",
|
|
19770
|
+
"default": "var(--vvd-color-announcement-600)"
|
|
19838
19771
|
},
|
|
19839
19772
|
{
|
|
19840
|
-
"name": "--vvd-
|
|
19773
|
+
"name": "--vvd-split-button-announcement-soft",
|
|
19774
|
+
"default": "var(--vvd-color-announcement-100)"
|
|
19775
|
+
},
|
|
19776
|
+
{
|
|
19777
|
+
"name": "--vvd-split-button-announcement-faint",
|
|
19778
|
+
"default": "var(--vvd-color-announcement-50)"
|
|
19779
|
+
},
|
|
19780
|
+
{
|
|
19781
|
+
"name": "--vvd-split-button-accent-primary",
|
|
19841
19782
|
"default": "var(--vvd-color-canvas-text)"
|
|
19842
19783
|
},
|
|
19843
19784
|
{
|
|
19844
|
-
"name": "--vvd-
|
|
19785
|
+
"name": "--vvd-split-button-accent-primary-text",
|
|
19786
|
+
"default": "var(--vvd-color-canvas)"
|
|
19787
|
+
},
|
|
19788
|
+
{
|
|
19789
|
+
"name": "--vvd-split-button-accent-primary-increment",
|
|
19845
19790
|
"default": "var(--vvd-color-neutral-800)"
|
|
19846
19791
|
},
|
|
19847
19792
|
{
|
|
19848
|
-
"name": "--vvd-
|
|
19793
|
+
"name": "--vvd-split-button-accent-contrast",
|
|
19794
|
+
"default": "var(--vvd-color-neutral-800)"
|
|
19795
|
+
},
|
|
19796
|
+
{
|
|
19797
|
+
"name": "--vvd-split-button-accent-fierce",
|
|
19798
|
+
"default": "var(--vvd-color-neutral-700)"
|
|
19799
|
+
},
|
|
19800
|
+
{
|
|
19801
|
+
"name": "--vvd-split-button-accent-firm",
|
|
19849
19802
|
"default": "var(--vvd-color-canvas-text)"
|
|
19850
19803
|
},
|
|
19851
19804
|
{
|
|
19852
|
-
"name": "--vvd-
|
|
19853
|
-
"default": "var(--vvd-color-neutral-
|
|
19805
|
+
"name": "--vvd-split-button-accent-soft",
|
|
19806
|
+
"default": "var(--vvd-color-neutral-100)"
|
|
19807
|
+
},
|
|
19808
|
+
{
|
|
19809
|
+
"name": "--vvd-split-button-accent-faint",
|
|
19810
|
+
"default": "var(--vvd-color-neutral-50)"
|
|
19811
|
+
}
|
|
19812
|
+
],
|
|
19813
|
+
"slots": [
|
|
19814
|
+
{
|
|
19815
|
+
"description": "Default slot.",
|
|
19816
|
+
"name": ""
|
|
19817
|
+
},
|
|
19818
|
+
{
|
|
19819
|
+
"description": "Add an icon to the component.",
|
|
19820
|
+
"name": "icon"
|
|
19821
|
+
}
|
|
19822
|
+
],
|
|
19823
|
+
"members": [
|
|
19824
|
+
{
|
|
19825
|
+
"kind": "field",
|
|
19826
|
+
"name": "_action",
|
|
19827
|
+
"type": {
|
|
19828
|
+
"text": "HTMLButtonElement"
|
|
19829
|
+
},
|
|
19830
|
+
"description": "Action HTML button element",
|
|
19831
|
+
"privacy": "public"
|
|
19832
|
+
},
|
|
19833
|
+
{
|
|
19834
|
+
"kind": "field",
|
|
19835
|
+
"name": "action",
|
|
19836
|
+
"type": {
|
|
19837
|
+
"text": "HTMLButtonElement"
|
|
19838
|
+
},
|
|
19839
|
+
"readonly": true
|
|
19840
|
+
},
|
|
19841
|
+
{
|
|
19842
|
+
"kind": "field",
|
|
19843
|
+
"name": "_indicator",
|
|
19844
|
+
"type": {
|
|
19845
|
+
"text": "HTMLButtonElement"
|
|
19846
|
+
},
|
|
19847
|
+
"description": "Indicator HTML button element",
|
|
19848
|
+
"privacy": "public"
|
|
19849
|
+
},
|
|
19850
|
+
{
|
|
19851
|
+
"kind": "field",
|
|
19852
|
+
"name": "indicator",
|
|
19853
|
+
"type": {
|
|
19854
|
+
"text": "HTMLButtonElement"
|
|
19855
|
+
},
|
|
19856
|
+
"readonly": true
|
|
19857
|
+
},
|
|
19858
|
+
{
|
|
19859
|
+
"kind": "field",
|
|
19860
|
+
"name": "connotation",
|
|
19861
|
+
"type": {
|
|
19862
|
+
"text": "SplitButtonConnotation | undefined"
|
|
19863
|
+
},
|
|
19864
|
+
"description": "The connotation the split button should have.",
|
|
19865
|
+
"privacy": "public"
|
|
19866
|
+
},
|
|
19867
|
+
{
|
|
19868
|
+
"kind": "field",
|
|
19869
|
+
"name": "shape",
|
|
19870
|
+
"type": {
|
|
19871
|
+
"text": "SplitButtonShape | undefined"
|
|
19872
|
+
},
|
|
19873
|
+
"description": "The shape the split button should have.",
|
|
19874
|
+
"privacy": "public"
|
|
19854
19875
|
},
|
|
19855
|
-
{
|
|
19856
|
-
"name": "--vvd-switch-accent-fierce",
|
|
19857
|
-
"default": "var(--vvd-color-neutral-700)"
|
|
19858
|
-
}
|
|
19859
|
-
],
|
|
19860
|
-
"members": [
|
|
19861
19876
|
{
|
|
19862
19877
|
"kind": "field",
|
|
19863
|
-
"name": "
|
|
19878
|
+
"name": "appearance",
|
|
19864
19879
|
"type": {
|
|
19865
|
-
"text": "
|
|
19880
|
+
"text": "SplitButtonAppearance | undefined"
|
|
19866
19881
|
},
|
|
19867
|
-
"description": "
|
|
19882
|
+
"description": "The appearance the split button should have.",
|
|
19868
19883
|
"privacy": "public"
|
|
19869
19884
|
},
|
|
19870
19885
|
{
|
|
19871
19886
|
"kind": "field",
|
|
19872
|
-
"name": "
|
|
19887
|
+
"name": "size",
|
|
19873
19888
|
"type": {
|
|
19874
|
-
"text": "
|
|
19889
|
+
"text": "SplitButtonSize | undefined"
|
|
19875
19890
|
},
|
|
19876
|
-
"description": "
|
|
19891
|
+
"description": "The size the split button should have.",
|
|
19877
19892
|
"privacy": "public"
|
|
19878
19893
|
},
|
|
19879
19894
|
{
|
|
19880
19895
|
"kind": "field",
|
|
19881
|
-
"name": "
|
|
19896
|
+
"name": "label",
|
|
19882
19897
|
"type": {
|
|
19883
|
-
"text": "
|
|
19898
|
+
"text": "string | undefined"
|
|
19884
19899
|
},
|
|
19885
|
-
"description": "
|
|
19900
|
+
"description": "Indicates the split button's label.",
|
|
19886
19901
|
"privacy": "public"
|
|
19887
19902
|
},
|
|
19888
19903
|
{
|
|
19889
|
-
"kind": "
|
|
19890
|
-
"name": "
|
|
19891
|
-
"
|
|
19892
|
-
|
|
19893
|
-
|
|
19894
|
-
|
|
19895
|
-
|
|
19896
|
-
}
|
|
19904
|
+
"kind": "field",
|
|
19905
|
+
"name": "icon",
|
|
19906
|
+
"type": {
|
|
19907
|
+
"text": "string | undefined"
|
|
19908
|
+
},
|
|
19909
|
+
"description": "Indicates the split button's icon.",
|
|
19910
|
+
"privacy": "public"
|
|
19897
19911
|
},
|
|
19898
19912
|
{
|
|
19899
19913
|
"kind": "field",
|
|
19900
|
-
"name": "
|
|
19914
|
+
"name": "splitIndicator",
|
|
19901
19915
|
"type": {
|
|
19902
|
-
"text": "
|
|
19916
|
+
"text": "string"
|
|
19903
19917
|
},
|
|
19904
|
-
"default": "
|
|
19918
|
+
"default": "'chevron-down-line'",
|
|
19919
|
+
"description": "Indicates the split button's icon indicator.",
|
|
19920
|
+
"privacy": "public"
|
|
19905
19921
|
},
|
|
19906
19922
|
{
|
|
19907
19923
|
"kind": "field",
|
|
19908
|
-
"name": "
|
|
19924
|
+
"name": "disabled",
|
|
19925
|
+
"type": {
|
|
19926
|
+
"text": "boolean"
|
|
19927
|
+
},
|
|
19928
|
+
"default": "false",
|
|
19929
|
+
"description": "Indicates if the button is disabled.",
|
|
19930
|
+
"privacy": "public"
|
|
19909
19931
|
},
|
|
19910
19932
|
{
|
|
19911
19933
|
"kind": "field",
|
|
19912
|
-
"name": "
|
|
19913
|
-
"
|
|
19914
|
-
"
|
|
19915
|
-
|
|
19916
|
-
|
|
19934
|
+
"name": "indicatorAriaLabel",
|
|
19935
|
+
"type": {
|
|
19936
|
+
"text": "| string\n\t\t| null"
|
|
19937
|
+
},
|
|
19938
|
+
"default": "null",
|
|
19939
|
+
"description": "Defines a string value that labels the indicator element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
|
|
19940
|
+
"privacy": "public"
|
|
19917
19941
|
},
|
|
19918
19942
|
{
|
|
19919
19943
|
"kind": "field",
|
|
@@ -19935,34 +19959,92 @@
|
|
|
19935
19959
|
"type": {
|
|
19936
19960
|
"text": "CustomEvent<undefined>"
|
|
19937
19961
|
},
|
|
19938
|
-
"description": "
|
|
19939
|
-
"name": "
|
|
19962
|
+
"description": "Event emitted when the action button is clicked",
|
|
19963
|
+
"name": "action-click"
|
|
19964
|
+
},
|
|
19965
|
+
{
|
|
19966
|
+
"type": {
|
|
19967
|
+
"text": "CustomEvent<undefined>"
|
|
19968
|
+
},
|
|
19969
|
+
"description": "Event emitted when the indicator button is clicked",
|
|
19970
|
+
"name": "indicator-click"
|
|
19940
19971
|
}
|
|
19941
19972
|
],
|
|
19942
19973
|
"attributes": [
|
|
19974
|
+
{
|
|
19975
|
+
"name": "connotation",
|
|
19976
|
+
"type": {
|
|
19977
|
+
"text": "SplitButtonConnotation | undefined"
|
|
19978
|
+
},
|
|
19979
|
+
"description": "The connotation the split button should have.",
|
|
19980
|
+
"fieldName": "connotation"
|
|
19981
|
+
},
|
|
19982
|
+
{
|
|
19983
|
+
"name": "shape",
|
|
19984
|
+
"type": {
|
|
19985
|
+
"text": "SplitButtonShape | undefined"
|
|
19986
|
+
},
|
|
19987
|
+
"description": "The shape the split button should have.",
|
|
19988
|
+
"fieldName": "shape"
|
|
19989
|
+
},
|
|
19990
|
+
{
|
|
19991
|
+
"name": "appearance",
|
|
19992
|
+
"type": {
|
|
19993
|
+
"text": "SplitButtonAppearance | undefined"
|
|
19994
|
+
},
|
|
19995
|
+
"description": "The appearance the split button should have.",
|
|
19996
|
+
"fieldName": "appearance"
|
|
19997
|
+
},
|
|
19998
|
+
{
|
|
19999
|
+
"name": "size",
|
|
20000
|
+
"type": {
|
|
20001
|
+
"text": "SplitButtonSize | undefined"
|
|
20002
|
+
},
|
|
20003
|
+
"description": "The size the split button should have.",
|
|
20004
|
+
"fieldName": "size"
|
|
20005
|
+
},
|
|
19943
20006
|
{
|
|
19944
20007
|
"name": "label",
|
|
19945
20008
|
"type": {
|
|
19946
20009
|
"text": "string | undefined"
|
|
19947
20010
|
},
|
|
19948
|
-
"description": "Indicates the
|
|
20011
|
+
"description": "Indicates the split button's label.",
|
|
19949
20012
|
"fieldName": "label"
|
|
19950
20013
|
},
|
|
19951
20014
|
{
|
|
19952
|
-
"name": "
|
|
20015
|
+
"name": "icon",
|
|
19953
20016
|
"type": {
|
|
19954
|
-
"text": "
|
|
20017
|
+
"text": "string | undefined"
|
|
19955
20018
|
},
|
|
19956
|
-
"description": "Indicates the
|
|
19957
|
-
"fieldName": "
|
|
20019
|
+
"description": "Indicates the split button's icon.",
|
|
20020
|
+
"fieldName": "icon"
|
|
19958
20021
|
},
|
|
19959
20022
|
{
|
|
19960
|
-
"name": "
|
|
20023
|
+
"name": "split-indicator",
|
|
20024
|
+
"type": {
|
|
20025
|
+
"text": "string"
|
|
20026
|
+
},
|
|
20027
|
+
"default": "'chevron-down-line'",
|
|
20028
|
+
"description": "Indicates the split button's icon indicator.",
|
|
20029
|
+
"fieldName": "splitIndicator"
|
|
20030
|
+
},
|
|
20031
|
+
{
|
|
20032
|
+
"name": "disabled",
|
|
19961
20033
|
"type": {
|
|
19962
20034
|
"text": "boolean"
|
|
19963
20035
|
},
|
|
19964
|
-
"
|
|
19965
|
-
"
|
|
20036
|
+
"default": "false",
|
|
20037
|
+
"description": "Indicates if the button is disabled.",
|
|
20038
|
+
"fieldName": "disabled"
|
|
20039
|
+
},
|
|
20040
|
+
{
|
|
20041
|
+
"name": "indicator-aria-label",
|
|
20042
|
+
"type": {
|
|
20043
|
+
"text": "| string\n\t\t| null"
|
|
20044
|
+
},
|
|
20045
|
+
"default": "null",
|
|
20046
|
+
"description": "Defines a string value that labels the indicator element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
|
|
20047
|
+
"fieldName": "indicatorAriaLabel"
|
|
19966
20048
|
}
|
|
19967
20049
|
],
|
|
19968
20050
|
"mixins": [
|
|
@@ -19972,32 +20054,22 @@
|
|
|
19972
20054
|
}
|
|
19973
20055
|
],
|
|
19974
20056
|
"superclass": {
|
|
19975
|
-
"name": "
|
|
19976
|
-
"module": "/libs/components/src/
|
|
20057
|
+
"name": "VividElement",
|
|
20058
|
+
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
19977
20059
|
},
|
|
19978
20060
|
"vividComponent": {
|
|
19979
20061
|
"public": true,
|
|
19980
|
-
"name": "
|
|
19981
|
-
"vueModels": [
|
|
19982
|
-
{
|
|
19983
|
-
"name": "modelValue",
|
|
19984
|
-
"propName": "checked",
|
|
19985
|
-
"eventNames": [
|
|
19986
|
-
"change"
|
|
19987
|
-
],
|
|
19988
|
-
"valueMapping": "(event.target as HTMLInputElement).checked"
|
|
19989
|
-
}
|
|
19990
|
-
]
|
|
20062
|
+
"name": "split-button"
|
|
19991
20063
|
}
|
|
19992
20064
|
}
|
|
19993
20065
|
],
|
|
19994
20066
|
"exports": [
|
|
19995
20067
|
{
|
|
19996
20068
|
"kind": "js",
|
|
19997
|
-
"name": "
|
|
20069
|
+
"name": "SplitButton",
|
|
19998
20070
|
"declaration": {
|
|
19999
|
-
"name": "
|
|
20000
|
-
"module": "libs/components/src/lib/
|
|
20071
|
+
"name": "SplitButton",
|
|
20072
|
+
"module": "libs/components/src/lib/split-button/split-button.ts"
|
|
20001
20073
|
}
|
|
20002
20074
|
}
|
|
20003
20075
|
]
|
|
@@ -22053,7 +22125,7 @@
|
|
|
22053
22125
|
"eventNames": [
|
|
22054
22126
|
"input"
|
|
22055
22127
|
],
|
|
22056
|
-
"valueMapping": "
|
|
22128
|
+
"valueMapping": "event.currentTarget.value"
|
|
22057
22129
|
}
|
|
22058
22130
|
]
|
|
22059
22131
|
}
|
|
@@ -22608,7 +22680,7 @@
|
|
|
22608
22680
|
"eventNames": [
|
|
22609
22681
|
"input"
|
|
22610
22682
|
],
|
|
22611
|
-
"valueMapping": "
|
|
22683
|
+
"valueMapping": "event.currentTarget.value"
|
|
22612
22684
|
}
|
|
22613
22685
|
]
|
|
22614
22686
|
}
|
|
@@ -23099,7 +23171,7 @@
|
|
|
23099
23171
|
"eventNames": [
|
|
23100
23172
|
"input"
|
|
23101
23173
|
],
|
|
23102
|
-
"valueMapping": "
|
|
23174
|
+
"valueMapping": "event.currentTarget.value"
|
|
23103
23175
|
}
|
|
23104
23176
|
]
|
|
23105
23177
|
}
|
|
@@ -24698,7 +24770,7 @@
|
|
|
24698
24770
|
},
|
|
24699
24771
|
{
|
|
24700
24772
|
"kind": "field",
|
|
24701
|
-
"name": "#
|
|
24773
|
+
"name": "#handleChangeEvent",
|
|
24702
24774
|
"privacy": "private"
|
|
24703
24775
|
},
|
|
24704
24776
|
{
|
|
@@ -24770,6 +24842,18 @@
|
|
|
24770
24842
|
"kind": "field",
|
|
24771
24843
|
"name": "#dispatchEvent",
|
|
24772
24844
|
"privacy": "private"
|
|
24845
|
+
},
|
|
24846
|
+
{
|
|
24847
|
+
"kind": "method",
|
|
24848
|
+
"name": "setSelectionTag",
|
|
24849
|
+
"parameters": [
|
|
24850
|
+
{
|
|
24851
|
+
"name": "tag",
|
|
24852
|
+
"type": {
|
|
24853
|
+
"text": "string"
|
|
24854
|
+
}
|
|
24855
|
+
}
|
|
24856
|
+
]
|
|
24773
24857
|
}
|
|
24774
24858
|
]
|
|
24775
24859
|
}
|
|
@@ -24785,6 +24869,102 @@
|
|
|
24785
24869
|
}
|
|
24786
24870
|
]
|
|
24787
24871
|
},
|
|
24872
|
+
{
|
|
24873
|
+
"kind": "javascript-module",
|
|
24874
|
+
"path": "libs/components/src/lib/rich-text-editor/menubar/definition.ts",
|
|
24875
|
+
"declarations": [
|
|
24876
|
+
{
|
|
24877
|
+
"kind": "variable",
|
|
24878
|
+
"name": "menuBarDefinition"
|
|
24879
|
+
},
|
|
24880
|
+
{
|
|
24881
|
+
"kind": "variable",
|
|
24882
|
+
"name": "registerMenuBar",
|
|
24883
|
+
"description": "Registers the menubar element with the design system.",
|
|
24884
|
+
"parameters": [
|
|
24885
|
+
{
|
|
24886
|
+
"description": "the prefix to use for the component name",
|
|
24887
|
+
"name": "prefix"
|
|
24888
|
+
}
|
|
24889
|
+
]
|
|
24890
|
+
}
|
|
24891
|
+
],
|
|
24892
|
+
"exports": [
|
|
24893
|
+
{
|
|
24894
|
+
"kind": "js",
|
|
24895
|
+
"name": "menuBarDefinition",
|
|
24896
|
+
"declaration": {
|
|
24897
|
+
"name": "menuBarDefinition",
|
|
24898
|
+
"module": "libs/components/src/lib/rich-text-editor/menubar/definition.ts"
|
|
24899
|
+
}
|
|
24900
|
+
},
|
|
24901
|
+
{
|
|
24902
|
+
"kind": "js",
|
|
24903
|
+
"name": "registerMenuBar",
|
|
24904
|
+
"declaration": {
|
|
24905
|
+
"name": "registerMenuBar",
|
|
24906
|
+
"module": "libs/components/src/lib/rich-text-editor/menubar/definition.ts"
|
|
24907
|
+
}
|
|
24908
|
+
}
|
|
24909
|
+
]
|
|
24910
|
+
},
|
|
24911
|
+
{
|
|
24912
|
+
"kind": "javascript-module",
|
|
24913
|
+
"path": "libs/components/src/lib/rich-text-editor/menubar/menubar.ts",
|
|
24914
|
+
"declarations": [
|
|
24915
|
+
{
|
|
24916
|
+
"kind": "class",
|
|
24917
|
+
"description": "",
|
|
24918
|
+
"name": "MenuBar",
|
|
24919
|
+
"members": [
|
|
24920
|
+
{
|
|
24921
|
+
"kind": "field",
|
|
24922
|
+
"name": "menuItems",
|
|
24923
|
+
"type": {
|
|
24924
|
+
"text": "string | undefined"
|
|
24925
|
+
}
|
|
24926
|
+
},
|
|
24927
|
+
{
|
|
24928
|
+
"kind": "field",
|
|
24929
|
+
"name": "VIVID_VERSION",
|
|
24930
|
+
"static": true,
|
|
24931
|
+
"default": "__PACKAGE_VERSION__",
|
|
24932
|
+
"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`.",
|
|
24933
|
+
"type": {
|
|
24934
|
+
"text": "string"
|
|
24935
|
+
},
|
|
24936
|
+
"inheritedFrom": {
|
|
24937
|
+
"name": "VividElement",
|
|
24938
|
+
"module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
|
|
24939
|
+
}
|
|
24940
|
+
}
|
|
24941
|
+
],
|
|
24942
|
+
"attributes": [
|
|
24943
|
+
{
|
|
24944
|
+
"name": "menu-items",
|
|
24945
|
+
"type": {
|
|
24946
|
+
"text": "string | undefined"
|
|
24947
|
+
},
|
|
24948
|
+
"fieldName": "menuItems"
|
|
24949
|
+
}
|
|
24950
|
+
],
|
|
24951
|
+
"superclass": {
|
|
24952
|
+
"name": "VividElement",
|
|
24953
|
+
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
24954
|
+
}
|
|
24955
|
+
}
|
|
24956
|
+
],
|
|
24957
|
+
"exports": [
|
|
24958
|
+
{
|
|
24959
|
+
"kind": "js",
|
|
24960
|
+
"name": "MenuBar",
|
|
24961
|
+
"declaration": {
|
|
24962
|
+
"name": "MenuBar",
|
|
24963
|
+
"module": "libs/components/src/lib/rich-text-editor/menubar/menubar.ts"
|
|
24964
|
+
}
|
|
24965
|
+
}
|
|
24966
|
+
]
|
|
24967
|
+
},
|
|
24788
24968
|
{
|
|
24789
24969
|
"kind": "javascript-module",
|
|
24790
24970
|
"path": "libs/components/src/shared/foundation/anchor/anchor.ts",
|