@vonage/vivid 4.14.4 → 4.16.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 +900 -872
- package/lib/combobox/combobox.d.ts +2 -2
- package/lib/range-slider/utils/roundToStepValue.d.ts +4 -0
- package/package.json +1 -1
- package/shared/definition11.cjs +6 -1
- package/shared/definition11.js +6 -1
- package/shared/definition16.cjs +17 -4
- package/shared/definition16.js +18 -5
- package/shared/definition17.cjs +2 -5
- package/shared/definition17.js +2 -5
- package/shared/definition27.cjs +1 -1
- package/shared/definition27.js +1 -1
- package/shared/definition30.cjs +1 -0
- package/shared/definition30.js +1 -0
- package/shared/definition41.cjs +1 -1
- package/shared/definition41.js +2 -2
- package/shared/definition43.cjs +5 -5
- package/shared/definition43.js +5 -5
- package/shared/definition46.cjs +1 -1
- package/shared/definition46.js +2 -2
- package/shared/definition51.cjs +1 -1
- package/shared/definition51.js +1 -1
- package/shared/definition63.cjs +19 -3
- package/shared/definition63.js +19 -3
- package/shared/presentationDate.cjs +5 -4
- package/shared/presentationDate.js +5 -4
- package/shared/slider.template.cjs +11 -0
- package/shared/slider.template.js +11 -1
- package/shared/text-field2.cjs +4 -1
- package/shared/text-field2.js +4 -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 +1 -1
package/custom-elements.json
CHANGED
|
@@ -4630,6 +4630,18 @@
|
|
|
4630
4630
|
{
|
|
4631
4631
|
"description": "Default slot.",
|
|
4632
4632
|
"name": ""
|
|
4633
|
+
},
|
|
4634
|
+
{
|
|
4635
|
+
"description": "Slot to add an icon to the combobox control.",
|
|
4636
|
+
"name": "icon"
|
|
4637
|
+
},
|
|
4638
|
+
{
|
|
4639
|
+
"description": "Slot to add meta content to the combobox control.",
|
|
4640
|
+
"name": "meta"
|
|
4641
|
+
},
|
|
4642
|
+
{
|
|
4643
|
+
"description": "Describes how to use the combobox. Alternative to the `helper-text` attribute.",
|
|
4644
|
+
"name": "helper-text"
|
|
4633
4645
|
}
|
|
4634
4646
|
],
|
|
4635
4647
|
"members": [
|
|
@@ -16545,12 +16557,12 @@
|
|
|
16545
16557
|
},
|
|
16546
16558
|
{
|
|
16547
16559
|
"kind": "javascript-module",
|
|
16548
|
-
"path": "libs/components/src/lib/
|
|
16560
|
+
"path": "libs/components/src/lib/slider/definition.ts",
|
|
16549
16561
|
"declarations": [
|
|
16550
16562
|
{
|
|
16551
16563
|
"kind": "variable",
|
|
16552
|
-
"name": "
|
|
16553
|
-
"description": "Registers the
|
|
16564
|
+
"name": "registerSlider",
|
|
16565
|
+
"description": "Registers the slider elements with the design system.",
|
|
16554
16566
|
"parameters": [
|
|
16555
16567
|
{
|
|
16556
16568
|
"description": "the prefix to use for the component name",
|
|
@@ -16562,746 +16574,235 @@
|
|
|
16562
16574
|
"exports": [
|
|
16563
16575
|
{
|
|
16564
16576
|
"kind": "js",
|
|
16565
|
-
"name": "
|
|
16566
|
-
"declaration": {
|
|
16567
|
-
"name": "SplitButtonAppearance",
|
|
16568
|
-
"module": "./split-button"
|
|
16569
|
-
}
|
|
16570
|
-
},
|
|
16571
|
-
{
|
|
16572
|
-
"kind": "js",
|
|
16573
|
-
"name": "SplitButtonConnotation",
|
|
16577
|
+
"name": "SliderConnotation",
|
|
16574
16578
|
"declaration": {
|
|
16575
|
-
"name": "
|
|
16576
|
-
"module": "./
|
|
16579
|
+
"name": "SliderConnotation",
|
|
16580
|
+
"module": "./slider"
|
|
16577
16581
|
}
|
|
16578
16582
|
},
|
|
16579
16583
|
{
|
|
16580
16584
|
"kind": "js",
|
|
16581
|
-
"name": "
|
|
16585
|
+
"name": "registerSlider",
|
|
16582
16586
|
"declaration": {
|
|
16583
|
-
"name": "
|
|
16584
|
-
"module": "
|
|
16587
|
+
"name": "registerSlider",
|
|
16588
|
+
"module": "libs/components/src/lib/slider/definition.ts"
|
|
16585
16589
|
}
|
|
16586
|
-
}
|
|
16590
|
+
}
|
|
16591
|
+
]
|
|
16592
|
+
},
|
|
16593
|
+
{
|
|
16594
|
+
"kind": "javascript-module",
|
|
16595
|
+
"path": "libs/components/src/lib/slider/slider.form-associated.ts",
|
|
16596
|
+
"declarations": [
|
|
16587
16597
|
{
|
|
16588
|
-
"kind": "
|
|
16589
|
-
"
|
|
16590
|
-
"
|
|
16591
|
-
|
|
16592
|
-
|
|
16598
|
+
"kind": "class",
|
|
16599
|
+
"description": "",
|
|
16600
|
+
"name": "FormAssociatedSlider",
|
|
16601
|
+
"members": [
|
|
16602
|
+
{
|
|
16603
|
+
"kind": "field",
|
|
16604
|
+
"name": "proxy"
|
|
16605
|
+
}
|
|
16606
|
+
],
|
|
16607
|
+
"mixins": [
|
|
16608
|
+
{
|
|
16609
|
+
"name": "FormAssociated",
|
|
16610
|
+
"module": "/libs/components/src/shared/foundation/form-associated/form-associated"
|
|
16611
|
+
}
|
|
16612
|
+
],
|
|
16613
|
+
"superclass": {
|
|
16614
|
+
"name": "_Slider",
|
|
16615
|
+
"module": "libs/components/src/lib/slider/slider.form-associated.ts"
|
|
16593
16616
|
}
|
|
16594
|
-
}
|
|
16617
|
+
}
|
|
16618
|
+
],
|
|
16619
|
+
"exports": [
|
|
16595
16620
|
{
|
|
16596
16621
|
"kind": "js",
|
|
16597
|
-
"name": "
|
|
16622
|
+
"name": "FormAssociatedSlider",
|
|
16598
16623
|
"declaration": {
|
|
16599
|
-
"name": "
|
|
16600
|
-
"module": "libs/components/src/lib/
|
|
16624
|
+
"name": "FormAssociatedSlider",
|
|
16625
|
+
"module": "libs/components/src/lib/slider/slider.form-associated.ts"
|
|
16601
16626
|
}
|
|
16602
16627
|
}
|
|
16603
16628
|
]
|
|
16604
16629
|
},
|
|
16605
16630
|
{
|
|
16606
16631
|
"kind": "javascript-module",
|
|
16607
|
-
"path": "libs/components/src/lib/
|
|
16608
|
-
"declarations": [],
|
|
16609
|
-
"exports": []
|
|
16610
|
-
},
|
|
16611
|
-
{
|
|
16612
|
-
"kind": "javascript-module",
|
|
16613
|
-
"path": "libs/components/src/lib/split-button/split-button.ts",
|
|
16632
|
+
"path": "libs/components/src/lib/slider/slider.ts",
|
|
16614
16633
|
"declarations": [
|
|
16634
|
+
{
|
|
16635
|
+
"kind": "variable",
|
|
16636
|
+
"name": "SliderMode",
|
|
16637
|
+
"type": {
|
|
16638
|
+
"text": "{\n\tsingleValue: 'single-value',\n}"
|
|
16639
|
+
},
|
|
16640
|
+
"default": "{\n\tsingleValue: 'single-value',\n}",
|
|
16641
|
+
"description": "The selection modes of a Slider.",
|
|
16642
|
+
"privacy": "public"
|
|
16643
|
+
},
|
|
16615
16644
|
{
|
|
16616
16645
|
"kind": "class",
|
|
16617
16646
|
"description": "",
|
|
16618
|
-
"name": "
|
|
16647
|
+
"name": "Slider",
|
|
16619
16648
|
"cssProperties": [
|
|
16620
16649
|
{
|
|
16621
|
-
"name": "--vvd-
|
|
16650
|
+
"name": "--vvd-slider-cta-primary",
|
|
16622
16651
|
"default": "var(--vvd-color-cta-500)"
|
|
16623
16652
|
},
|
|
16624
16653
|
{
|
|
16625
|
-
"name": "--vvd-
|
|
16626
|
-
"default": "var(--vvd-color-canvas)"
|
|
16627
|
-
}
|
|
16654
|
+
"name": "--vvd-slider-accent-primary",
|
|
16655
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
16656
|
+
}
|
|
16657
|
+
],
|
|
16658
|
+
"members": [
|
|
16628
16659
|
{
|
|
16629
|
-
"
|
|
16630
|
-
"
|
|
16660
|
+
"kind": "field",
|
|
16661
|
+
"name": "readOnly",
|
|
16662
|
+
"type": {
|
|
16663
|
+
"text": "boolean"
|
|
16664
|
+
},
|
|
16665
|
+
"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.",
|
|
16666
|
+
"privacy": "public"
|
|
16631
16667
|
},
|
|
16632
16668
|
{
|
|
16633
|
-
"
|
|
16634
|
-
"
|
|
16669
|
+
"kind": "field",
|
|
16670
|
+
"name": "valueAsNumber",
|
|
16671
|
+
"type": {
|
|
16672
|
+
"text": "number"
|
|
16673
|
+
},
|
|
16674
|
+
"description": "The value property, typed as a number.",
|
|
16675
|
+
"privacy": "public"
|
|
16635
16676
|
},
|
|
16636
16677
|
{
|
|
16637
|
-
"
|
|
16638
|
-
"
|
|
16678
|
+
"kind": "field",
|
|
16679
|
+
"name": "valueTextFormatter",
|
|
16680
|
+
"type": {
|
|
16681
|
+
"text": "(value: string) => string"
|
|
16682
|
+
},
|
|
16683
|
+
"description": "Custom function that generates a string for the component's \"aria-valuetext\" attribute based on the current value.",
|
|
16684
|
+
"privacy": "public"
|
|
16639
16685
|
},
|
|
16640
16686
|
{
|
|
16641
|
-
"
|
|
16642
|
-
"
|
|
16687
|
+
"kind": "field",
|
|
16688
|
+
"name": "min",
|
|
16689
|
+
"type": {
|
|
16690
|
+
"text": "number"
|
|
16691
|
+
},
|
|
16692
|
+
"default": "0",
|
|
16693
|
+
"description": "The minimum allowed value.",
|
|
16694
|
+
"privacy": "public"
|
|
16643
16695
|
},
|
|
16644
16696
|
{
|
|
16645
|
-
"
|
|
16646
|
-
"
|
|
16697
|
+
"kind": "field",
|
|
16698
|
+
"name": "max",
|
|
16699
|
+
"type": {
|
|
16700
|
+
"text": "number"
|
|
16701
|
+
},
|
|
16702
|
+
"default": "10",
|
|
16703
|
+
"description": "The maximum allowed value.",
|
|
16704
|
+
"privacy": "public"
|
|
16647
16705
|
},
|
|
16648
16706
|
{
|
|
16649
|
-
"
|
|
16650
|
-
"
|
|
16707
|
+
"kind": "field",
|
|
16708
|
+
"name": "step",
|
|
16709
|
+
"type": {
|
|
16710
|
+
"text": "number"
|
|
16711
|
+
},
|
|
16712
|
+
"default": "1",
|
|
16713
|
+
"description": "Value to increment or decrement via arrow keys, mouse click or drag.",
|
|
16714
|
+
"privacy": "public"
|
|
16651
16715
|
},
|
|
16652
16716
|
{
|
|
16653
|
-
"
|
|
16654
|
-
"
|
|
16717
|
+
"kind": "field",
|
|
16718
|
+
"name": "orientation",
|
|
16719
|
+
"type": {
|
|
16720
|
+
"text": "Orientation"
|
|
16721
|
+
},
|
|
16722
|
+
"description": "The orientation of the slider.",
|
|
16723
|
+
"privacy": "public"
|
|
16655
16724
|
},
|
|
16656
16725
|
{
|
|
16657
|
-
"
|
|
16658
|
-
"
|
|
16726
|
+
"kind": "field",
|
|
16727
|
+
"name": "mode",
|
|
16728
|
+
"type": {
|
|
16729
|
+
"text": "SliderMode"
|
|
16730
|
+
},
|
|
16731
|
+
"description": "The selection mode.",
|
|
16732
|
+
"privacy": "public"
|
|
16659
16733
|
},
|
|
16660
16734
|
{
|
|
16661
|
-
"
|
|
16662
|
-
"
|
|
16735
|
+
"kind": "method",
|
|
16736
|
+
"name": "increment",
|
|
16737
|
+
"return": {
|
|
16738
|
+
"type": {
|
|
16739
|
+
"text": "void"
|
|
16740
|
+
}
|
|
16741
|
+
},
|
|
16742
|
+
"description": "Increment the value by the step",
|
|
16743
|
+
"privacy": "public"
|
|
16663
16744
|
},
|
|
16664
16745
|
{
|
|
16665
|
-
"
|
|
16666
|
-
"
|
|
16746
|
+
"kind": "method",
|
|
16747
|
+
"name": "decrement",
|
|
16748
|
+
"return": {
|
|
16749
|
+
"type": {
|
|
16750
|
+
"text": "void"
|
|
16751
|
+
}
|
|
16752
|
+
},
|
|
16753
|
+
"description": "Decrement the value by the step",
|
|
16754
|
+
"privacy": "public"
|
|
16667
16755
|
},
|
|
16668
16756
|
{
|
|
16669
|
-
"
|
|
16670
|
-
"
|
|
16757
|
+
"kind": "field",
|
|
16758
|
+
"name": "keypressHandler",
|
|
16759
|
+
"privacy": "protected"
|
|
16671
16760
|
},
|
|
16672
16761
|
{
|
|
16673
|
-
"
|
|
16674
|
-
"
|
|
16762
|
+
"kind": "method",
|
|
16763
|
+
"name": "setThumbPositionForOrientation",
|
|
16764
|
+
"privacy": "public",
|
|
16765
|
+
"return": {
|
|
16766
|
+
"type": {
|
|
16767
|
+
"text": "void"
|
|
16768
|
+
}
|
|
16769
|
+
},
|
|
16770
|
+
"parameters": [
|
|
16771
|
+
{
|
|
16772
|
+
"name": "_",
|
|
16773
|
+
"type": {
|
|
16774
|
+
"text": "Direction"
|
|
16775
|
+
}
|
|
16776
|
+
},
|
|
16777
|
+
{
|
|
16778
|
+
"description": "writing mode",
|
|
16779
|
+
"name": "direction"
|
|
16780
|
+
}
|
|
16781
|
+
],
|
|
16782
|
+
"description": "Places the thumb based on the current value"
|
|
16675
16783
|
},
|
|
16676
16784
|
{
|
|
16677
|
-
"
|
|
16678
|
-
"
|
|
16785
|
+
"kind": "method",
|
|
16786
|
+
"name": "#thumbTrackEndOffset",
|
|
16787
|
+
"parameters": [
|
|
16788
|
+
{
|
|
16789
|
+
"name": "value",
|
|
16790
|
+
"type": {
|
|
16791
|
+
"text": "number"
|
|
16792
|
+
}
|
|
16793
|
+
}
|
|
16794
|
+
]
|
|
16679
16795
|
},
|
|
16680
16796
|
{
|
|
16681
|
-
"
|
|
16682
|
-
"
|
|
16683
|
-
|
|
16684
|
-
|
|
16685
|
-
|
|
16686
|
-
|
|
16687
|
-
|
|
16688
|
-
|
|
16689
|
-
"
|
|
16690
|
-
"default": "var(--vvd-color-canvas)"
|
|
16691
|
-
},
|
|
16692
|
-
{
|
|
16693
|
-
"name": "--vvd-split-button-alert-primary-increment",
|
|
16694
|
-
"default": "var(--vvd-color-alert-600)"
|
|
16695
|
-
},
|
|
16696
|
-
{
|
|
16697
|
-
"name": "--vvd-split-button-alert-contrast",
|
|
16698
|
-
"default": "var(--vvd-color-alert-800)"
|
|
16699
|
-
},
|
|
16700
|
-
{
|
|
16701
|
-
"name": "--vvd-split-button-alert-fierce",
|
|
16702
|
-
"default": "var(--vvd-color-alert-700)"
|
|
16703
|
-
},
|
|
16704
|
-
{
|
|
16705
|
-
"name": "--vvd-split-button-alert-firm",
|
|
16706
|
-
"default": "var(--vvd-color-alert-600)"
|
|
16707
|
-
},
|
|
16708
|
-
{
|
|
16709
|
-
"name": "--vvd-split-button-alert-soft",
|
|
16710
|
-
"default": "var(--vvd-color-alert-100)"
|
|
16711
|
-
},
|
|
16712
|
-
{
|
|
16713
|
-
"name": "--vvd-split-button-alert-faint",
|
|
16714
|
-
"default": "var(--vvd-color-alert-50)"
|
|
16715
|
-
},
|
|
16716
|
-
{
|
|
16717
|
-
"name": "--vvd-split-button-announcement-primary",
|
|
16718
|
-
"default": "var(--vvd-color-announcement-500)"
|
|
16719
|
-
},
|
|
16720
|
-
{
|
|
16721
|
-
"name": "--vvd-split-button-announcement-primary-text",
|
|
16722
|
-
"default": "var(--vvd-color-canvas)"
|
|
16723
|
-
},
|
|
16724
|
-
{
|
|
16725
|
-
"name": "--vvd-split-button-announcement-primary-increment",
|
|
16726
|
-
"default": "var(--vvd-color-announcement-600)"
|
|
16727
|
-
},
|
|
16728
|
-
{
|
|
16729
|
-
"name": "--vvd-split-button-announcement-contrast",
|
|
16730
|
-
"default": "var(--vvd-color-announcement-800)"
|
|
16731
|
-
},
|
|
16732
|
-
{
|
|
16733
|
-
"name": "--vvd-split-button-announcement-fierce",
|
|
16734
|
-
"default": "var(--vvd-color-announcement-700)"
|
|
16735
|
-
},
|
|
16736
|
-
{
|
|
16737
|
-
"name": "--vvd-split-button-announcement-firm",
|
|
16738
|
-
"default": "var(--vvd-color-announcement-600)"
|
|
16739
|
-
},
|
|
16740
|
-
{
|
|
16741
|
-
"name": "--vvd-split-button-announcement-soft",
|
|
16742
|
-
"default": "var(--vvd-color-announcement-100)"
|
|
16743
|
-
},
|
|
16744
|
-
{
|
|
16745
|
-
"name": "--vvd-split-button-announcement-faint",
|
|
16746
|
-
"default": "var(--vvd-color-announcement-50)"
|
|
16747
|
-
},
|
|
16748
|
-
{
|
|
16749
|
-
"name": "--vvd-split-button-accent-primary",
|
|
16750
|
-
"default": "var(--vvd-color-canvas-text)"
|
|
16751
|
-
},
|
|
16752
|
-
{
|
|
16753
|
-
"name": "--vvd-split-button-accent-primary-text",
|
|
16754
|
-
"default": "var(--vvd-color-canvas)"
|
|
16755
|
-
},
|
|
16756
|
-
{
|
|
16757
|
-
"name": "--vvd-split-button-accent-primary-increment",
|
|
16758
|
-
"default": "var(--vvd-color-neutral-800)"
|
|
16759
|
-
},
|
|
16760
|
-
{
|
|
16761
|
-
"name": "--vvd-split-button-accent-contrast",
|
|
16762
|
-
"default": "var(--vvd-color-neutral-800)"
|
|
16763
|
-
},
|
|
16764
|
-
{
|
|
16765
|
-
"name": "--vvd-split-button-accent-fierce",
|
|
16766
|
-
"default": "var(--vvd-color-neutral-700)"
|
|
16767
|
-
},
|
|
16768
|
-
{
|
|
16769
|
-
"name": "--vvd-split-button-accent-firm",
|
|
16770
|
-
"default": "var(--vvd-color-canvas-text)"
|
|
16771
|
-
},
|
|
16772
|
-
{
|
|
16773
|
-
"name": "--vvd-split-button-accent-soft",
|
|
16774
|
-
"default": "var(--vvd-color-neutral-100)"
|
|
16775
|
-
},
|
|
16776
|
-
{
|
|
16777
|
-
"name": "--vvd-split-button-accent-faint",
|
|
16778
|
-
"default": "var(--vvd-color-neutral-50)"
|
|
16779
|
-
}
|
|
16780
|
-
],
|
|
16781
|
-
"slots": [
|
|
16782
|
-
{
|
|
16783
|
-
"description": "Default slot.",
|
|
16784
|
-
"name": ""
|
|
16785
|
-
},
|
|
16786
|
-
{
|
|
16787
|
-
"description": "Add an icon to the component.",
|
|
16788
|
-
"name": "icon"
|
|
16789
|
-
}
|
|
16790
|
-
],
|
|
16791
|
-
"members": [
|
|
16792
|
-
{
|
|
16793
|
-
"kind": "field",
|
|
16794
|
-
"name": "_action",
|
|
16795
|
-
"type": {
|
|
16796
|
-
"text": "HTMLButtonElement"
|
|
16797
|
-
},
|
|
16798
|
-
"description": "Action HTML button element",
|
|
16799
|
-
"privacy": "public"
|
|
16800
|
-
},
|
|
16801
|
-
{
|
|
16802
|
-
"kind": "field",
|
|
16803
|
-
"name": "action",
|
|
16804
|
-
"type": {
|
|
16805
|
-
"text": "HTMLButtonElement"
|
|
16806
|
-
},
|
|
16807
|
-
"readonly": true
|
|
16808
|
-
},
|
|
16809
|
-
{
|
|
16810
|
-
"kind": "field",
|
|
16811
|
-
"name": "_indicator",
|
|
16812
|
-
"type": {
|
|
16813
|
-
"text": "HTMLButtonElement"
|
|
16814
|
-
},
|
|
16815
|
-
"description": "Indicator HTML button element",
|
|
16816
|
-
"privacy": "public"
|
|
16817
|
-
},
|
|
16818
|
-
{
|
|
16819
|
-
"kind": "field",
|
|
16820
|
-
"name": "indicator",
|
|
16821
|
-
"type": {
|
|
16822
|
-
"text": "HTMLButtonElement"
|
|
16823
|
-
},
|
|
16824
|
-
"readonly": true
|
|
16825
|
-
},
|
|
16826
|
-
{
|
|
16827
|
-
"kind": "field",
|
|
16828
|
-
"name": "connotation",
|
|
16829
|
-
"type": {
|
|
16830
|
-
"text": "SplitButtonConnotation | undefined"
|
|
16831
|
-
},
|
|
16832
|
-
"description": "The connotation the split button should have.",
|
|
16833
|
-
"privacy": "public"
|
|
16834
|
-
},
|
|
16835
|
-
{
|
|
16836
|
-
"kind": "field",
|
|
16837
|
-
"name": "shape",
|
|
16838
|
-
"type": {
|
|
16839
|
-
"text": "SplitButtonShape | undefined"
|
|
16840
|
-
},
|
|
16841
|
-
"description": "The shape the split button should have.",
|
|
16842
|
-
"privacy": "public"
|
|
16843
|
-
},
|
|
16844
|
-
{
|
|
16845
|
-
"kind": "field",
|
|
16846
|
-
"name": "appearance",
|
|
16847
|
-
"type": {
|
|
16848
|
-
"text": "SplitButtonAppearance | undefined"
|
|
16849
|
-
},
|
|
16850
|
-
"description": "The appearance the split button should have.",
|
|
16851
|
-
"privacy": "public"
|
|
16852
|
-
},
|
|
16853
|
-
{
|
|
16854
|
-
"kind": "field",
|
|
16855
|
-
"name": "size",
|
|
16856
|
-
"type": {
|
|
16857
|
-
"text": "SplitButtonSize | undefined"
|
|
16858
|
-
},
|
|
16859
|
-
"description": "The size the split button should have.",
|
|
16860
|
-
"privacy": "public"
|
|
16861
|
-
},
|
|
16862
|
-
{
|
|
16863
|
-
"kind": "field",
|
|
16864
|
-
"name": "label",
|
|
16865
|
-
"type": {
|
|
16866
|
-
"text": "string | undefined"
|
|
16867
|
-
},
|
|
16868
|
-
"description": "Indicates the split button's label.",
|
|
16869
|
-
"privacy": "public"
|
|
16870
|
-
},
|
|
16871
|
-
{
|
|
16872
|
-
"kind": "field",
|
|
16873
|
-
"name": "icon",
|
|
16874
|
-
"type": {
|
|
16875
|
-
"text": "string | undefined"
|
|
16876
|
-
},
|
|
16877
|
-
"description": "Indicates the split button's icon.",
|
|
16878
|
-
"privacy": "public"
|
|
16879
|
-
},
|
|
16880
|
-
{
|
|
16881
|
-
"kind": "field",
|
|
16882
|
-
"name": "splitIndicator",
|
|
16883
|
-
"type": {
|
|
16884
|
-
"text": "string"
|
|
16885
|
-
},
|
|
16886
|
-
"default": "'chevron-down-line'",
|
|
16887
|
-
"description": "Indicates the split button's icon indicator.",
|
|
16888
|
-
"privacy": "public"
|
|
16889
|
-
},
|
|
16890
|
-
{
|
|
16891
|
-
"kind": "field",
|
|
16892
|
-
"name": "disabled",
|
|
16893
|
-
"type": {
|
|
16894
|
-
"text": "boolean"
|
|
16895
|
-
},
|
|
16896
|
-
"default": "false",
|
|
16897
|
-
"description": "Indicates if the button is disabled.",
|
|
16898
|
-
"privacy": "public"
|
|
16899
|
-
},
|
|
16900
|
-
{
|
|
16901
|
-
"kind": "field",
|
|
16902
|
-
"name": "ariaLabel",
|
|
16903
|
-
"type": {
|
|
16904
|
-
"text": "string | null"
|
|
16905
|
-
},
|
|
16906
|
-
"default": "null"
|
|
16907
|
-
},
|
|
16908
|
-
{
|
|
16909
|
-
"kind": "field",
|
|
16910
|
-
"name": "ariaExpanded",
|
|
16911
|
-
"type": {
|
|
16912
|
-
"text": "string | null"
|
|
16913
|
-
},
|
|
16914
|
-
"default": "null"
|
|
16915
|
-
},
|
|
16916
|
-
{
|
|
16917
|
-
"kind": "field",
|
|
16918
|
-
"name": "indicatorAriaLabel",
|
|
16919
|
-
"type": {
|
|
16920
|
-
"text": "| string\n\t\t| null"
|
|
16921
|
-
},
|
|
16922
|
-
"default": "null",
|
|
16923
|
-
"description": "Defines a string value that labels the indicator element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
|
|
16924
|
-
"privacy": "public"
|
|
16925
|
-
}
|
|
16926
|
-
],
|
|
16927
|
-
"events": [
|
|
16928
|
-
{
|
|
16929
|
-
"type": {
|
|
16930
|
-
"text": "CustomEvent<undefined>"
|
|
16931
|
-
},
|
|
16932
|
-
"description": "Event emitted when the action button is clicked",
|
|
16933
|
-
"name": "action-click"
|
|
16934
|
-
},
|
|
16935
|
-
{
|
|
16936
|
-
"type": {
|
|
16937
|
-
"text": "CustomEvent<undefined>"
|
|
16938
|
-
},
|
|
16939
|
-
"description": "Event emitted when the indicator button is clicked",
|
|
16940
|
-
"name": "indicator-click"
|
|
16941
|
-
}
|
|
16942
|
-
],
|
|
16943
|
-
"attributes": [
|
|
16944
|
-
{
|
|
16945
|
-
"name": "connotation",
|
|
16946
|
-
"type": {
|
|
16947
|
-
"text": "SplitButtonConnotation | undefined"
|
|
16948
|
-
},
|
|
16949
|
-
"description": "The connotation the split button should have.",
|
|
16950
|
-
"fieldName": "connotation"
|
|
16951
|
-
},
|
|
16952
|
-
{
|
|
16953
|
-
"name": "shape",
|
|
16954
|
-
"type": {
|
|
16955
|
-
"text": "SplitButtonShape | undefined"
|
|
16956
|
-
},
|
|
16957
|
-
"description": "The shape the split button should have.",
|
|
16958
|
-
"fieldName": "shape"
|
|
16959
|
-
},
|
|
16960
|
-
{
|
|
16961
|
-
"name": "appearance",
|
|
16962
|
-
"type": {
|
|
16963
|
-
"text": "SplitButtonAppearance | undefined"
|
|
16964
|
-
},
|
|
16965
|
-
"description": "The appearance the split button should have.",
|
|
16966
|
-
"fieldName": "appearance"
|
|
16967
|
-
},
|
|
16968
|
-
{
|
|
16969
|
-
"name": "size",
|
|
16970
|
-
"type": {
|
|
16971
|
-
"text": "SplitButtonSize | undefined"
|
|
16972
|
-
},
|
|
16973
|
-
"description": "The size the split button should have.",
|
|
16974
|
-
"fieldName": "size"
|
|
16975
|
-
},
|
|
16976
|
-
{
|
|
16977
|
-
"name": "label",
|
|
16978
|
-
"type": {
|
|
16979
|
-
"text": "string | undefined"
|
|
16980
|
-
},
|
|
16981
|
-
"description": "Indicates the split button's label.",
|
|
16982
|
-
"fieldName": "label"
|
|
16983
|
-
},
|
|
16984
|
-
{
|
|
16985
|
-
"name": "icon",
|
|
16986
|
-
"type": {
|
|
16987
|
-
"text": "string | undefined"
|
|
16988
|
-
},
|
|
16989
|
-
"description": "Indicates the split button's icon.",
|
|
16990
|
-
"fieldName": "icon"
|
|
16991
|
-
},
|
|
16992
|
-
{
|
|
16993
|
-
"name": "split-indicator",
|
|
16994
|
-
"type": {
|
|
16995
|
-
"text": "string"
|
|
16996
|
-
},
|
|
16997
|
-
"default": "'chevron-down-line'",
|
|
16998
|
-
"description": "Indicates the split button's icon indicator.",
|
|
16999
|
-
"fieldName": "splitIndicator"
|
|
17000
|
-
},
|
|
17001
|
-
{
|
|
17002
|
-
"name": "disabled",
|
|
17003
|
-
"type": {
|
|
17004
|
-
"text": "boolean"
|
|
17005
|
-
},
|
|
17006
|
-
"default": "false",
|
|
17007
|
-
"description": "Indicates if the button is disabled.",
|
|
17008
|
-
"fieldName": "disabled"
|
|
17009
|
-
},
|
|
17010
|
-
{
|
|
17011
|
-
"name": "aria-label",
|
|
17012
|
-
"type": {
|
|
17013
|
-
"text": "string | null"
|
|
17014
|
-
},
|
|
17015
|
-
"default": "null",
|
|
17016
|
-
"fieldName": "ariaLabel"
|
|
17017
|
-
},
|
|
17018
|
-
{
|
|
17019
|
-
"name": "aria-expanded",
|
|
17020
|
-
"type": {
|
|
17021
|
-
"text": "string | null"
|
|
17022
|
-
},
|
|
17023
|
-
"default": "null",
|
|
17024
|
-
"fieldName": "ariaExpanded"
|
|
17025
|
-
},
|
|
17026
|
-
{
|
|
17027
|
-
"name": "indicator-aria-label",
|
|
17028
|
-
"type": {
|
|
17029
|
-
"text": "| string\n\t\t| null"
|
|
17030
|
-
},
|
|
17031
|
-
"default": "null",
|
|
17032
|
-
"description": "Defines a string value that labels the indicator element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
|
|
17033
|
-
"fieldName": "indicatorAriaLabel"
|
|
17034
|
-
}
|
|
17035
|
-
],
|
|
17036
|
-
"superclass": {
|
|
17037
|
-
"name": "VividElement",
|
|
17038
|
-
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
17039
|
-
},
|
|
17040
|
-
"vividComponent": {
|
|
17041
|
-
"public": true,
|
|
17042
|
-
"name": "split-button"
|
|
17043
|
-
}
|
|
17044
|
-
}
|
|
17045
|
-
],
|
|
17046
|
-
"exports": [
|
|
17047
|
-
{
|
|
17048
|
-
"kind": "js",
|
|
17049
|
-
"name": "SplitButton",
|
|
17050
|
-
"declaration": {
|
|
17051
|
-
"name": "SplitButton",
|
|
17052
|
-
"module": "libs/components/src/lib/split-button/split-button.ts"
|
|
17053
|
-
}
|
|
17054
|
-
}
|
|
17055
|
-
]
|
|
17056
|
-
},
|
|
17057
|
-
{
|
|
17058
|
-
"kind": "javascript-module",
|
|
17059
|
-
"path": "libs/components/src/lib/slider/definition.ts",
|
|
17060
|
-
"declarations": [
|
|
17061
|
-
{
|
|
17062
|
-
"kind": "variable",
|
|
17063
|
-
"name": "registerSlider",
|
|
17064
|
-
"description": "Registers the slider elements with the design system.",
|
|
17065
|
-
"parameters": [
|
|
17066
|
-
{
|
|
17067
|
-
"description": "the prefix to use for the component name",
|
|
17068
|
-
"name": "prefix"
|
|
17069
|
-
}
|
|
17070
|
-
]
|
|
17071
|
-
}
|
|
17072
|
-
],
|
|
17073
|
-
"exports": [
|
|
17074
|
-
{
|
|
17075
|
-
"kind": "js",
|
|
17076
|
-
"name": "SliderConnotation",
|
|
17077
|
-
"declaration": {
|
|
17078
|
-
"name": "SliderConnotation",
|
|
17079
|
-
"module": "./slider"
|
|
17080
|
-
}
|
|
17081
|
-
},
|
|
17082
|
-
{
|
|
17083
|
-
"kind": "js",
|
|
17084
|
-
"name": "registerSlider",
|
|
17085
|
-
"declaration": {
|
|
17086
|
-
"name": "registerSlider",
|
|
17087
|
-
"module": "libs/components/src/lib/slider/definition.ts"
|
|
17088
|
-
}
|
|
17089
|
-
}
|
|
17090
|
-
]
|
|
17091
|
-
},
|
|
17092
|
-
{
|
|
17093
|
-
"kind": "javascript-module",
|
|
17094
|
-
"path": "libs/components/src/lib/slider/slider.form-associated.ts",
|
|
17095
|
-
"declarations": [
|
|
17096
|
-
{
|
|
17097
|
-
"kind": "class",
|
|
17098
|
-
"description": "",
|
|
17099
|
-
"name": "FormAssociatedSlider",
|
|
17100
|
-
"members": [
|
|
17101
|
-
{
|
|
17102
|
-
"kind": "field",
|
|
17103
|
-
"name": "proxy"
|
|
17104
|
-
}
|
|
17105
|
-
],
|
|
17106
|
-
"mixins": [
|
|
17107
|
-
{
|
|
17108
|
-
"name": "FormAssociated",
|
|
17109
|
-
"module": "/libs/components/src/shared/foundation/form-associated/form-associated"
|
|
17110
|
-
}
|
|
17111
|
-
],
|
|
17112
|
-
"superclass": {
|
|
17113
|
-
"name": "_Slider",
|
|
17114
|
-
"module": "libs/components/src/lib/slider/slider.form-associated.ts"
|
|
17115
|
-
}
|
|
17116
|
-
}
|
|
17117
|
-
],
|
|
17118
|
-
"exports": [
|
|
17119
|
-
{
|
|
17120
|
-
"kind": "js",
|
|
17121
|
-
"name": "FormAssociatedSlider",
|
|
17122
|
-
"declaration": {
|
|
17123
|
-
"name": "FormAssociatedSlider",
|
|
17124
|
-
"module": "libs/components/src/lib/slider/slider.form-associated.ts"
|
|
17125
|
-
}
|
|
17126
|
-
}
|
|
17127
|
-
]
|
|
17128
|
-
},
|
|
17129
|
-
{
|
|
17130
|
-
"kind": "javascript-module",
|
|
17131
|
-
"path": "libs/components/src/lib/slider/slider.ts",
|
|
17132
|
-
"declarations": [
|
|
17133
|
-
{
|
|
17134
|
-
"kind": "variable",
|
|
17135
|
-
"name": "SliderMode",
|
|
17136
|
-
"type": {
|
|
17137
|
-
"text": "{\n\tsingleValue: 'single-value',\n}"
|
|
17138
|
-
},
|
|
17139
|
-
"default": "{\n\tsingleValue: 'single-value',\n}",
|
|
17140
|
-
"description": "The selection modes of a Slider.",
|
|
17141
|
-
"privacy": "public"
|
|
17142
|
-
},
|
|
17143
|
-
{
|
|
17144
|
-
"kind": "class",
|
|
17145
|
-
"description": "",
|
|
17146
|
-
"name": "Slider",
|
|
17147
|
-
"cssProperties": [
|
|
17148
|
-
{
|
|
17149
|
-
"name": "--vvd-slider-cta-primary",
|
|
17150
|
-
"default": "var(--vvd-color-cta-500)"
|
|
17151
|
-
},
|
|
17152
|
-
{
|
|
17153
|
-
"name": "--vvd-slider-accent-primary",
|
|
17154
|
-
"default": "var(--vvd-color-canvas-text)"
|
|
17155
|
-
}
|
|
17156
|
-
],
|
|
17157
|
-
"members": [
|
|
17158
|
-
{
|
|
17159
|
-
"kind": "field",
|
|
17160
|
-
"name": "readOnly",
|
|
17161
|
-
"type": {
|
|
17162
|
-
"text": "boolean"
|
|
17163
|
-
},
|
|
17164
|
-
"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.",
|
|
17165
|
-
"privacy": "public"
|
|
17166
|
-
},
|
|
17167
|
-
{
|
|
17168
|
-
"kind": "field",
|
|
17169
|
-
"name": "valueAsNumber",
|
|
17170
|
-
"type": {
|
|
17171
|
-
"text": "number"
|
|
17172
|
-
},
|
|
17173
|
-
"description": "The value property, typed as a number.",
|
|
17174
|
-
"privacy": "public"
|
|
17175
|
-
},
|
|
17176
|
-
{
|
|
17177
|
-
"kind": "field",
|
|
17178
|
-
"name": "valueTextFormatter",
|
|
17179
|
-
"type": {
|
|
17180
|
-
"text": "(value: string) => string"
|
|
17181
|
-
},
|
|
17182
|
-
"description": "Custom function that generates a string for the component's \"aria-valuetext\" attribute based on the current value.",
|
|
17183
|
-
"privacy": "public"
|
|
17184
|
-
},
|
|
17185
|
-
{
|
|
17186
|
-
"kind": "field",
|
|
17187
|
-
"name": "min",
|
|
17188
|
-
"type": {
|
|
17189
|
-
"text": "number"
|
|
17190
|
-
},
|
|
17191
|
-
"default": "0",
|
|
17192
|
-
"description": "The minimum allowed value.",
|
|
17193
|
-
"privacy": "public"
|
|
17194
|
-
},
|
|
17195
|
-
{
|
|
17196
|
-
"kind": "field",
|
|
17197
|
-
"name": "max",
|
|
17198
|
-
"type": {
|
|
17199
|
-
"text": "number"
|
|
17200
|
-
},
|
|
17201
|
-
"default": "10",
|
|
17202
|
-
"description": "The maximum allowed value.",
|
|
17203
|
-
"privacy": "public"
|
|
17204
|
-
},
|
|
17205
|
-
{
|
|
17206
|
-
"kind": "field",
|
|
17207
|
-
"name": "step",
|
|
17208
|
-
"type": {
|
|
17209
|
-
"text": "number"
|
|
17210
|
-
},
|
|
17211
|
-
"default": "1",
|
|
17212
|
-
"description": "Value to increment or decrement via arrow keys, mouse click or drag.",
|
|
17213
|
-
"privacy": "public"
|
|
17214
|
-
},
|
|
17215
|
-
{
|
|
17216
|
-
"kind": "field",
|
|
17217
|
-
"name": "orientation",
|
|
17218
|
-
"type": {
|
|
17219
|
-
"text": "Orientation"
|
|
17220
|
-
},
|
|
17221
|
-
"description": "The orientation of the slider.",
|
|
17222
|
-
"privacy": "public"
|
|
17223
|
-
},
|
|
17224
|
-
{
|
|
17225
|
-
"kind": "field",
|
|
17226
|
-
"name": "mode",
|
|
17227
|
-
"type": {
|
|
17228
|
-
"text": "SliderMode"
|
|
17229
|
-
},
|
|
17230
|
-
"description": "The selection mode.",
|
|
17231
|
-
"privacy": "public"
|
|
17232
|
-
},
|
|
17233
|
-
{
|
|
17234
|
-
"kind": "method",
|
|
17235
|
-
"name": "increment",
|
|
17236
|
-
"return": {
|
|
17237
|
-
"type": {
|
|
17238
|
-
"text": "void"
|
|
17239
|
-
}
|
|
17240
|
-
},
|
|
17241
|
-
"description": "Increment the value by the step",
|
|
17242
|
-
"privacy": "public"
|
|
17243
|
-
},
|
|
17244
|
-
{
|
|
17245
|
-
"kind": "method",
|
|
17246
|
-
"name": "decrement",
|
|
17247
|
-
"return": {
|
|
17248
|
-
"type": {
|
|
17249
|
-
"text": "void"
|
|
17250
|
-
}
|
|
17251
|
-
},
|
|
17252
|
-
"description": "Decrement the value by the step",
|
|
17253
|
-
"privacy": "public"
|
|
17254
|
-
},
|
|
17255
|
-
{
|
|
17256
|
-
"kind": "field",
|
|
17257
|
-
"name": "keypressHandler",
|
|
17258
|
-
"privacy": "protected"
|
|
17259
|
-
},
|
|
17260
|
-
{
|
|
17261
|
-
"kind": "method",
|
|
17262
|
-
"name": "setThumbPositionForOrientation",
|
|
17263
|
-
"privacy": "public",
|
|
17264
|
-
"return": {
|
|
17265
|
-
"type": {
|
|
17266
|
-
"text": "void"
|
|
17267
|
-
}
|
|
17268
|
-
},
|
|
17269
|
-
"parameters": [
|
|
17270
|
-
{
|
|
17271
|
-
"name": "_",
|
|
17272
|
-
"type": {
|
|
17273
|
-
"text": "Direction"
|
|
17274
|
-
}
|
|
17275
|
-
},
|
|
17276
|
-
{
|
|
17277
|
-
"description": "writing mode",
|
|
17278
|
-
"name": "direction"
|
|
17279
|
-
}
|
|
17280
|
-
],
|
|
17281
|
-
"description": "Places the thumb based on the current value"
|
|
17282
|
-
},
|
|
17283
|
-
{
|
|
17284
|
-
"kind": "method",
|
|
17285
|
-
"name": "#thumbTrackEndOffset",
|
|
17286
|
-
"parameters": [
|
|
17287
|
-
{
|
|
17288
|
-
"name": "value",
|
|
17289
|
-
"type": {
|
|
17290
|
-
"text": "number"
|
|
17291
|
-
}
|
|
17292
|
-
}
|
|
17293
|
-
]
|
|
17294
|
-
},
|
|
17295
|
-
{
|
|
17296
|
-
"kind": "method",
|
|
17297
|
-
"name": "updateStepMultiplier",
|
|
17298
|
-
"privacy": "private",
|
|
17299
|
-
"return": {
|
|
17300
|
-
"type": {
|
|
17301
|
-
"text": "void"
|
|
17302
|
-
}
|
|
17303
|
-
},
|
|
17304
|
-
"description": "Update the step multiplier used to ensure rounding errors from steps that\nare not whole numbers"
|
|
16797
|
+
"kind": "method",
|
|
16798
|
+
"name": "updateStepMultiplier",
|
|
16799
|
+
"privacy": "private",
|
|
16800
|
+
"return": {
|
|
16801
|
+
"type": {
|
|
16802
|
+
"text": "void"
|
|
16803
|
+
}
|
|
16804
|
+
},
|
|
16805
|
+
"description": "Update the step multiplier used to ensure rounding errors from steps that\nare not whole numbers"
|
|
17305
16806
|
},
|
|
17306
16807
|
{
|
|
17307
16808
|
"kind": "field",
|
|
@@ -17612,12 +17113,12 @@
|
|
|
17612
17113
|
},
|
|
17613
17114
|
{
|
|
17614
17115
|
"kind": "javascript-module",
|
|
17615
|
-
"path": "libs/components/src/lib/
|
|
17116
|
+
"path": "libs/components/src/lib/split-button/definition.ts",
|
|
17616
17117
|
"declarations": [
|
|
17617
17118
|
{
|
|
17618
17119
|
"kind": "variable",
|
|
17619
|
-
"name": "
|
|
17620
|
-
"description": "Registers the
|
|
17120
|
+
"name": "registerSplitButton",
|
|
17121
|
+
"description": "Registers the button elements with the design system.",
|
|
17621
17122
|
"parameters": [
|
|
17622
17123
|
{
|
|
17623
17124
|
"description": "the prefix to use for the component name",
|
|
@@ -17629,126 +17130,301 @@
|
|
|
17629
17130
|
"exports": [
|
|
17630
17131
|
{
|
|
17631
17132
|
"kind": "js",
|
|
17632
|
-
"name": "
|
|
17133
|
+
"name": "SplitButtonAppearance",
|
|
17633
17134
|
"declaration": {
|
|
17634
|
-
"name": "
|
|
17635
|
-
"module": "./
|
|
17135
|
+
"name": "SplitButtonAppearance",
|
|
17136
|
+
"module": "./split-button"
|
|
17636
17137
|
}
|
|
17637
17138
|
},
|
|
17638
17139
|
{
|
|
17639
17140
|
"kind": "js",
|
|
17640
|
-
"name": "
|
|
17141
|
+
"name": "SplitButtonConnotation",
|
|
17641
17142
|
"declaration": {
|
|
17642
|
-
"name": "
|
|
17643
|
-
"module": "./
|
|
17143
|
+
"name": "SplitButtonConnotation",
|
|
17144
|
+
"module": "./split-button"
|
|
17644
17145
|
}
|
|
17645
17146
|
},
|
|
17646
17147
|
{
|
|
17647
17148
|
"kind": "js",
|
|
17648
|
-
"name": "
|
|
17149
|
+
"name": "SplitButtonShape",
|
|
17649
17150
|
"declaration": {
|
|
17650
|
-
"name": "
|
|
17651
|
-
"module": "
|
|
17151
|
+
"name": "SplitButtonShape",
|
|
17152
|
+
"module": "./split-button"
|
|
17153
|
+
}
|
|
17154
|
+
},
|
|
17155
|
+
{
|
|
17156
|
+
"kind": "js",
|
|
17157
|
+
"name": "SplitButtonSize",
|
|
17158
|
+
"declaration": {
|
|
17159
|
+
"name": "SplitButtonSize",
|
|
17160
|
+
"module": "./split-button"
|
|
17161
|
+
}
|
|
17162
|
+
},
|
|
17163
|
+
{
|
|
17164
|
+
"kind": "js",
|
|
17165
|
+
"name": "registerSplitButton",
|
|
17166
|
+
"declaration": {
|
|
17167
|
+
"name": "registerSplitButton",
|
|
17168
|
+
"module": "libs/components/src/lib/split-button/definition.ts"
|
|
17652
17169
|
}
|
|
17653
17170
|
}
|
|
17654
17171
|
]
|
|
17655
17172
|
},
|
|
17656
17173
|
{
|
|
17657
17174
|
"kind": "javascript-module",
|
|
17658
|
-
"path": "libs/components/src/lib/
|
|
17175
|
+
"path": "libs/components/src/lib/split-button/locale.ts",
|
|
17659
17176
|
"declarations": [],
|
|
17660
17177
|
"exports": []
|
|
17661
17178
|
},
|
|
17662
17179
|
{
|
|
17663
17180
|
"kind": "javascript-module",
|
|
17664
|
-
"path": "libs/components/src/lib/
|
|
17181
|
+
"path": "libs/components/src/lib/split-button/split-button.ts",
|
|
17665
17182
|
"declarations": [
|
|
17666
17183
|
{
|
|
17667
17184
|
"kind": "class",
|
|
17668
17185
|
"description": "",
|
|
17669
|
-
"name": "
|
|
17186
|
+
"name": "SplitButton",
|
|
17670
17187
|
"cssProperties": [
|
|
17671
17188
|
{
|
|
17672
|
-
"name": "--vvd-
|
|
17673
|
-
"default": "var(--vvd-color-
|
|
17189
|
+
"name": "--vvd-split-button-cta-primary",
|
|
17190
|
+
"default": "var(--vvd-color-cta-500)"
|
|
17191
|
+
},
|
|
17192
|
+
{
|
|
17193
|
+
"name": "--vvd-split-button-cta-primary-text",
|
|
17194
|
+
"default": "var(--vvd-color-canvas)"
|
|
17195
|
+
},
|
|
17196
|
+
{
|
|
17197
|
+
"name": "--vvd-split-button-cta-primary-increment",
|
|
17198
|
+
"default": "var(--vvd-color-cta-600)"
|
|
17199
|
+
},
|
|
17200
|
+
{
|
|
17201
|
+
"name": "--vvd-split-button-cta-contrast",
|
|
17202
|
+
"default": "var(--vvd-color-cta-800)"
|
|
17203
|
+
},
|
|
17204
|
+
{
|
|
17205
|
+
"name": "--vvd-split-button-cta-fierce",
|
|
17206
|
+
"default": "var(--vvd-color-cta-700)"
|
|
17207
|
+
},
|
|
17208
|
+
{
|
|
17209
|
+
"name": "--vvd-split-button-cta-firm",
|
|
17210
|
+
"default": "var(--vvd-color-cta-600)"
|
|
17211
|
+
},
|
|
17212
|
+
{
|
|
17213
|
+
"name": "--vvd-split-button-cta-soft",
|
|
17214
|
+
"default": "var(--vvd-color-cta-100)"
|
|
17215
|
+
},
|
|
17216
|
+
{
|
|
17217
|
+
"name": "--vvd-split-button-cta-faint",
|
|
17218
|
+
"default": "var(--vvd-color-cta-50)"
|
|
17219
|
+
},
|
|
17220
|
+
{
|
|
17221
|
+
"name": "--vvd-split-button-success-primary",
|
|
17222
|
+
"default": "var(--vvd-color-success-500)"
|
|
17223
|
+
},
|
|
17224
|
+
{
|
|
17225
|
+
"name": "--vvd-split-button-success-primary-text",
|
|
17226
|
+
"default": "var(--vvd-color-canvas)"
|
|
17227
|
+
},
|
|
17228
|
+
{
|
|
17229
|
+
"name": "--vvd-split-button-success-primary-increment",
|
|
17230
|
+
"default": "var(--vvd-color-success-600)"
|
|
17231
|
+
},
|
|
17232
|
+
{
|
|
17233
|
+
"name": "--vvd-split-button-success-contrast",
|
|
17234
|
+
"default": "var(--vvd-color-success-800)"
|
|
17235
|
+
},
|
|
17236
|
+
{
|
|
17237
|
+
"name": "--vvd-split-button-success-fierce",
|
|
17238
|
+
"default": "var(--vvd-color-success-700)"
|
|
17239
|
+
},
|
|
17240
|
+
{
|
|
17241
|
+
"name": "--vvd-split-button-success-firm",
|
|
17242
|
+
"default": "var(--vvd-color-success-600)"
|
|
17243
|
+
},
|
|
17244
|
+
{
|
|
17245
|
+
"name": "--vvd-split-button-success-soft",
|
|
17246
|
+
"default": "var(--vvd-color-success-100)"
|
|
17247
|
+
},
|
|
17248
|
+
{
|
|
17249
|
+
"name": "--vvd-split-button-success-faint",
|
|
17250
|
+
"default": "var(--vvd-color-success-50)"
|
|
17251
|
+
},
|
|
17252
|
+
{
|
|
17253
|
+
"name": "--vvd-split-button-alert-primary",
|
|
17254
|
+
"default": "var(--vvd-color-alert-500)"
|
|
17255
|
+
},
|
|
17256
|
+
{
|
|
17257
|
+
"name": "--vvd-split-button-alert-primary-text",
|
|
17258
|
+
"default": "var(--vvd-color-canvas)"
|
|
17259
|
+
},
|
|
17260
|
+
{
|
|
17261
|
+
"name": "--vvd-split-button-alert-primary-increment",
|
|
17262
|
+
"default": "var(--vvd-color-alert-600)"
|
|
17263
|
+
},
|
|
17264
|
+
{
|
|
17265
|
+
"name": "--vvd-split-button-alert-contrast",
|
|
17266
|
+
"default": "var(--vvd-color-alert-800)"
|
|
17674
17267
|
},
|
|
17675
17268
|
{
|
|
17676
|
-
"name": "--vvd-
|
|
17677
|
-
"default": "var(--vvd-color-
|
|
17269
|
+
"name": "--vvd-split-button-alert-fierce",
|
|
17270
|
+
"default": "var(--vvd-color-alert-700)"
|
|
17678
17271
|
},
|
|
17679
17272
|
{
|
|
17680
|
-
"name": "--vvd-
|
|
17681
|
-
"default": "var(--vvd-color-
|
|
17273
|
+
"name": "--vvd-split-button-alert-firm",
|
|
17274
|
+
"default": "var(--vvd-color-alert-600)"
|
|
17682
17275
|
},
|
|
17683
17276
|
{
|
|
17684
|
-
"name": "--vvd-
|
|
17685
|
-
"default": "var(--vvd-color-
|
|
17277
|
+
"name": "--vvd-split-button-alert-soft",
|
|
17278
|
+
"default": "var(--vvd-color-alert-100)"
|
|
17686
17279
|
},
|
|
17687
17280
|
{
|
|
17688
|
-
"name": "--vvd-
|
|
17689
|
-
"default": "var(--vvd-color-
|
|
17281
|
+
"name": "--vvd-split-button-alert-faint",
|
|
17282
|
+
"default": "var(--vvd-color-alert-50)"
|
|
17690
17283
|
},
|
|
17691
17284
|
{
|
|
17692
|
-
"name": "--vvd-
|
|
17693
|
-
"default": "var(--vvd-color-
|
|
17285
|
+
"name": "--vvd-split-button-announcement-primary",
|
|
17286
|
+
"default": "var(--vvd-color-announcement-500)"
|
|
17694
17287
|
},
|
|
17695
17288
|
{
|
|
17696
|
-
"name": "--vvd-
|
|
17289
|
+
"name": "--vvd-split-button-announcement-primary-text",
|
|
17697
17290
|
"default": "var(--vvd-color-canvas)"
|
|
17698
17291
|
},
|
|
17699
17292
|
{
|
|
17700
|
-
"name": "--vvd-
|
|
17293
|
+
"name": "--vvd-split-button-announcement-primary-increment",
|
|
17294
|
+
"default": "var(--vvd-color-announcement-600)"
|
|
17295
|
+
},
|
|
17296
|
+
{
|
|
17297
|
+
"name": "--vvd-split-button-announcement-contrast",
|
|
17298
|
+
"default": "var(--vvd-color-announcement-800)"
|
|
17299
|
+
},
|
|
17300
|
+
{
|
|
17301
|
+
"name": "--vvd-split-button-announcement-fierce",
|
|
17302
|
+
"default": "var(--vvd-color-announcement-700)"
|
|
17303
|
+
},
|
|
17304
|
+
{
|
|
17305
|
+
"name": "--vvd-split-button-announcement-firm",
|
|
17306
|
+
"default": "var(--vvd-color-announcement-600)"
|
|
17307
|
+
},
|
|
17308
|
+
{
|
|
17309
|
+
"name": "--vvd-split-button-announcement-soft",
|
|
17310
|
+
"default": "var(--vvd-color-announcement-100)"
|
|
17311
|
+
},
|
|
17312
|
+
{
|
|
17313
|
+
"name": "--vvd-split-button-announcement-faint",
|
|
17314
|
+
"default": "var(--vvd-color-announcement-50)"
|
|
17315
|
+
},
|
|
17316
|
+
{
|
|
17317
|
+
"name": "--vvd-split-button-accent-primary",
|
|
17701
17318
|
"default": "var(--vvd-color-canvas-text)"
|
|
17702
17319
|
},
|
|
17703
17320
|
{
|
|
17704
|
-
"name": "--vvd-
|
|
17705
|
-
"default": "var(--vvd-color-
|
|
17321
|
+
"name": "--vvd-split-button-accent-primary-text",
|
|
17322
|
+
"default": "var(--vvd-color-canvas)"
|
|
17706
17323
|
},
|
|
17707
17324
|
{
|
|
17708
|
-
"name": "--vvd-
|
|
17325
|
+
"name": "--vvd-split-button-accent-primary-increment",
|
|
17326
|
+
"default": "var(--vvd-color-neutral-800)"
|
|
17327
|
+
},
|
|
17328
|
+
{
|
|
17329
|
+
"name": "--vvd-split-button-accent-contrast",
|
|
17330
|
+
"default": "var(--vvd-color-neutral-800)"
|
|
17331
|
+
},
|
|
17332
|
+
{
|
|
17333
|
+
"name": "--vvd-split-button-accent-fierce",
|
|
17709
17334
|
"default": "var(--vvd-color-neutral-700)"
|
|
17710
17335
|
},
|
|
17711
17336
|
{
|
|
17712
|
-
"name": "--vvd-
|
|
17713
|
-
"default": "var(--vvd-color-
|
|
17337
|
+
"name": "--vvd-split-button-accent-firm",
|
|
17338
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
17714
17339
|
},
|
|
17715
17340
|
{
|
|
17716
|
-
"name": "--vvd-
|
|
17341
|
+
"name": "--vvd-split-button-accent-soft",
|
|
17717
17342
|
"default": "var(--vvd-color-neutral-100)"
|
|
17343
|
+
},
|
|
17344
|
+
{
|
|
17345
|
+
"name": "--vvd-split-button-accent-faint",
|
|
17346
|
+
"default": "var(--vvd-color-neutral-50)"
|
|
17718
17347
|
}
|
|
17719
17348
|
],
|
|
17720
17349
|
"slots": [
|
|
17721
17350
|
{
|
|
17722
|
-
"description": "
|
|
17351
|
+
"description": "Default slot.",
|
|
17352
|
+
"name": ""
|
|
17353
|
+
},
|
|
17354
|
+
{
|
|
17355
|
+
"description": "Add an icon to the component.",
|
|
17723
17356
|
"name": "icon"
|
|
17724
17357
|
}
|
|
17725
17358
|
],
|
|
17726
17359
|
"members": [
|
|
17727
17360
|
{
|
|
17728
17361
|
"kind": "field",
|
|
17729
|
-
"name": "
|
|
17362
|
+
"name": "_action",
|
|
17730
17363
|
"type": {
|
|
17731
|
-
"text": "
|
|
17364
|
+
"text": "HTMLButtonElement"
|
|
17732
17365
|
},
|
|
17733
|
-
"description": "
|
|
17366
|
+
"description": "Action HTML button element",
|
|
17367
|
+
"privacy": "public"
|
|
17368
|
+
},
|
|
17369
|
+
{
|
|
17370
|
+
"kind": "field",
|
|
17371
|
+
"name": "action",
|
|
17372
|
+
"type": {
|
|
17373
|
+
"text": "HTMLButtonElement"
|
|
17374
|
+
},
|
|
17375
|
+
"readonly": true
|
|
17376
|
+
},
|
|
17377
|
+
{
|
|
17378
|
+
"kind": "field",
|
|
17379
|
+
"name": "_indicator",
|
|
17380
|
+
"type": {
|
|
17381
|
+
"text": "HTMLButtonElement"
|
|
17382
|
+
},
|
|
17383
|
+
"description": "Indicator HTML button element",
|
|
17734
17384
|
"privacy": "public"
|
|
17735
17385
|
},
|
|
17386
|
+
{
|
|
17387
|
+
"kind": "field",
|
|
17388
|
+
"name": "indicator",
|
|
17389
|
+
"type": {
|
|
17390
|
+
"text": "HTMLButtonElement"
|
|
17391
|
+
},
|
|
17392
|
+
"readonly": true
|
|
17393
|
+
},
|
|
17736
17394
|
{
|
|
17737
17395
|
"kind": "field",
|
|
17738
17396
|
"name": "connotation",
|
|
17739
17397
|
"type": {
|
|
17740
|
-
"text": "
|
|
17398
|
+
"text": "SplitButtonConnotation | undefined"
|
|
17741
17399
|
},
|
|
17742
|
-
"description": "The connotation the
|
|
17400
|
+
"description": "The connotation the split button should have.",
|
|
17743
17401
|
"privacy": "public"
|
|
17744
17402
|
},
|
|
17745
17403
|
{
|
|
17746
17404
|
"kind": "field",
|
|
17747
17405
|
"name": "shape",
|
|
17748
17406
|
"type": {
|
|
17749
|
-
"text": "
|
|
17407
|
+
"text": "SplitButtonShape | undefined"
|
|
17750
17408
|
},
|
|
17751
|
-
"description": "The shape the
|
|
17409
|
+
"description": "The shape the split button should have.",
|
|
17410
|
+
"privacy": "public"
|
|
17411
|
+
},
|
|
17412
|
+
{
|
|
17413
|
+
"kind": "field",
|
|
17414
|
+
"name": "appearance",
|
|
17415
|
+
"type": {
|
|
17416
|
+
"text": "SplitButtonAppearance | undefined"
|
|
17417
|
+
},
|
|
17418
|
+
"description": "The appearance the split button should have.",
|
|
17419
|
+
"privacy": "public"
|
|
17420
|
+
},
|
|
17421
|
+
{
|
|
17422
|
+
"kind": "field",
|
|
17423
|
+
"name": "size",
|
|
17424
|
+
"type": {
|
|
17425
|
+
"text": "SplitButtonSize | undefined"
|
|
17426
|
+
},
|
|
17427
|
+
"description": "The size the split button should have.",
|
|
17752
17428
|
"privacy": "public"
|
|
17753
17429
|
},
|
|
17754
17430
|
{
|
|
@@ -17757,114 +17433,172 @@
|
|
|
17757
17433
|
"type": {
|
|
17758
17434
|
"text": "string | undefined"
|
|
17759
17435
|
},
|
|
17760
|
-
"description": "Indicates the
|
|
17436
|
+
"description": "Indicates the split button's label.",
|
|
17761
17437
|
"privacy": "public"
|
|
17762
17438
|
},
|
|
17763
17439
|
{
|
|
17764
17440
|
"kind": "field",
|
|
17765
|
-
"name": "
|
|
17441
|
+
"name": "icon",
|
|
17766
17442
|
"type": {
|
|
17767
|
-
"text": "
|
|
17443
|
+
"text": "string | undefined"
|
|
17768
17444
|
},
|
|
17769
|
-
"
|
|
17770
|
-
"description": "Indicates the tab's label.",
|
|
17445
|
+
"description": "Indicates the split button's icon.",
|
|
17771
17446
|
"privacy": "public"
|
|
17772
17447
|
},
|
|
17773
17448
|
{
|
|
17774
17449
|
"kind": "field",
|
|
17775
|
-
"name": "
|
|
17450
|
+
"name": "splitIndicator",
|
|
17776
17451
|
"type": {
|
|
17777
|
-
"text": "
|
|
17452
|
+
"text": "string"
|
|
17778
17453
|
},
|
|
17779
|
-
"default": "'-
|
|
17454
|
+
"default": "'chevron-down-line'",
|
|
17455
|
+
"description": "Indicates the split button's icon indicator.",
|
|
17456
|
+
"privacy": "public"
|
|
17780
17457
|
},
|
|
17781
17458
|
{
|
|
17782
17459
|
"kind": "field",
|
|
17783
|
-
"name": "
|
|
17460
|
+
"name": "disabled",
|
|
17461
|
+
"type": {
|
|
17462
|
+
"text": "boolean"
|
|
17463
|
+
},
|
|
17464
|
+
"default": "false",
|
|
17465
|
+
"description": "Indicates if the button is disabled.",
|
|
17466
|
+
"privacy": "public"
|
|
17467
|
+
},
|
|
17468
|
+
{
|
|
17469
|
+
"kind": "field",
|
|
17470
|
+
"name": "ariaLabel",
|
|
17784
17471
|
"type": {
|
|
17785
17472
|
"text": "string | null"
|
|
17786
17473
|
},
|
|
17787
17474
|
"default": "null"
|
|
17788
17475
|
},
|
|
17789
17476
|
{
|
|
17790
|
-
"kind": "
|
|
17791
|
-
"name": "
|
|
17792
|
-
"
|
|
17793
|
-
|
|
17794
|
-
|
|
17795
|
-
|
|
17796
|
-
"text": "Event"
|
|
17797
|
-
}
|
|
17798
|
-
}
|
|
17799
|
-
]
|
|
17477
|
+
"kind": "field",
|
|
17478
|
+
"name": "ariaExpanded",
|
|
17479
|
+
"type": {
|
|
17480
|
+
"text": "string | null"
|
|
17481
|
+
},
|
|
17482
|
+
"default": "null"
|
|
17800
17483
|
},
|
|
17801
17484
|
{
|
|
17802
|
-
"kind": "
|
|
17803
|
-
"name": "
|
|
17804
|
-
"
|
|
17805
|
-
|
|
17806
|
-
|
|
17807
|
-
|
|
17808
|
-
|
|
17809
|
-
|
|
17810
|
-
}
|
|
17811
|
-
]
|
|
17485
|
+
"kind": "field",
|
|
17486
|
+
"name": "indicatorAriaLabel",
|
|
17487
|
+
"type": {
|
|
17488
|
+
"text": "| string\n\t\t| null"
|
|
17489
|
+
},
|
|
17490
|
+
"default": "null",
|
|
17491
|
+
"description": "Defines a string value that labels the indicator element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
|
|
17492
|
+
"privacy": "public"
|
|
17812
17493
|
}
|
|
17813
17494
|
],
|
|
17814
|
-
"
|
|
17495
|
+
"events": [
|
|
17815
17496
|
{
|
|
17816
17497
|
"type": {
|
|
17817
|
-
"text": "
|
|
17498
|
+
"text": "CustomEvent<undefined>"
|
|
17818
17499
|
},
|
|
17819
|
-
"description": "
|
|
17820
|
-
"
|
|
17500
|
+
"description": "Event emitted when the action button is clicked",
|
|
17501
|
+
"name": "action-click"
|
|
17821
17502
|
},
|
|
17503
|
+
{
|
|
17504
|
+
"type": {
|
|
17505
|
+
"text": "CustomEvent<undefined>"
|
|
17506
|
+
},
|
|
17507
|
+
"description": "Event emitted when the indicator button is clicked",
|
|
17508
|
+
"name": "indicator-click"
|
|
17509
|
+
}
|
|
17510
|
+
],
|
|
17511
|
+
"attributes": [
|
|
17822
17512
|
{
|
|
17823
17513
|
"name": "connotation",
|
|
17824
17514
|
"type": {
|
|
17825
|
-
"text": "
|
|
17515
|
+
"text": "SplitButtonConnotation | undefined"
|
|
17826
17516
|
},
|
|
17827
|
-
"description": "The connotation the
|
|
17517
|
+
"description": "The connotation the split button should have.",
|
|
17828
17518
|
"fieldName": "connotation"
|
|
17829
17519
|
},
|
|
17830
17520
|
{
|
|
17831
17521
|
"name": "shape",
|
|
17832
17522
|
"type": {
|
|
17833
|
-
"text": "
|
|
17523
|
+
"text": "SplitButtonShape | undefined"
|
|
17524
|
+
},
|
|
17525
|
+
"description": "The shape the split button should have.",
|
|
17526
|
+
"fieldName": "shape"
|
|
17527
|
+
},
|
|
17528
|
+
{
|
|
17529
|
+
"name": "appearance",
|
|
17530
|
+
"type": {
|
|
17531
|
+
"text": "SplitButtonAppearance | undefined"
|
|
17532
|
+
},
|
|
17533
|
+
"description": "The appearance the split button should have.",
|
|
17534
|
+
"fieldName": "appearance"
|
|
17535
|
+
},
|
|
17536
|
+
{
|
|
17537
|
+
"name": "size",
|
|
17538
|
+
"type": {
|
|
17539
|
+
"text": "SplitButtonSize | undefined"
|
|
17540
|
+
},
|
|
17541
|
+
"description": "The size the split button should have.",
|
|
17542
|
+
"fieldName": "size"
|
|
17543
|
+
},
|
|
17544
|
+
{
|
|
17545
|
+
"name": "label",
|
|
17546
|
+
"type": {
|
|
17547
|
+
"text": "string | undefined"
|
|
17548
|
+
},
|
|
17549
|
+
"description": "Indicates the split button's label.",
|
|
17550
|
+
"fieldName": "label"
|
|
17551
|
+
},
|
|
17552
|
+
{
|
|
17553
|
+
"name": "icon",
|
|
17554
|
+
"type": {
|
|
17555
|
+
"text": "string | undefined"
|
|
17834
17556
|
},
|
|
17835
|
-
"description": "
|
|
17836
|
-
"fieldName": "
|
|
17557
|
+
"description": "Indicates the split button's icon.",
|
|
17558
|
+
"fieldName": "icon"
|
|
17837
17559
|
},
|
|
17838
17560
|
{
|
|
17839
|
-
"name": "
|
|
17561
|
+
"name": "split-indicator",
|
|
17840
17562
|
"type": {
|
|
17841
|
-
"text": "string
|
|
17563
|
+
"text": "string"
|
|
17842
17564
|
},
|
|
17843
|
-
"
|
|
17844
|
-
"
|
|
17565
|
+
"default": "'chevron-down-line'",
|
|
17566
|
+
"description": "Indicates the split button's icon indicator.",
|
|
17567
|
+
"fieldName": "splitIndicator"
|
|
17845
17568
|
},
|
|
17846
17569
|
{
|
|
17570
|
+
"name": "disabled",
|
|
17847
17571
|
"type": {
|
|
17848
17572
|
"text": "boolean"
|
|
17849
17573
|
},
|
|
17850
17574
|
"default": "false",
|
|
17851
|
-
"description": "Indicates the
|
|
17852
|
-
"fieldName": "
|
|
17575
|
+
"description": "Indicates if the button is disabled.",
|
|
17576
|
+
"fieldName": "disabled"
|
|
17853
17577
|
},
|
|
17854
17578
|
{
|
|
17579
|
+
"name": "aria-label",
|
|
17855
17580
|
"type": {
|
|
17856
|
-
"text": "
|
|
17581
|
+
"text": "string | null"
|
|
17857
17582
|
},
|
|
17858
|
-
"default": "
|
|
17859
|
-
"fieldName": "
|
|
17583
|
+
"default": "null",
|
|
17584
|
+
"fieldName": "ariaLabel"
|
|
17860
17585
|
},
|
|
17861
17586
|
{
|
|
17862
|
-
"name": "aria-
|
|
17587
|
+
"name": "aria-expanded",
|
|
17863
17588
|
"type": {
|
|
17864
17589
|
"text": "string | null"
|
|
17865
17590
|
},
|
|
17866
17591
|
"default": "null",
|
|
17867
|
-
"fieldName": "
|
|
17592
|
+
"fieldName": "ariaExpanded"
|
|
17593
|
+
},
|
|
17594
|
+
{
|
|
17595
|
+
"name": "indicator-aria-label",
|
|
17596
|
+
"type": {
|
|
17597
|
+
"text": "| string\n\t\t| null"
|
|
17598
|
+
},
|
|
17599
|
+
"default": "null",
|
|
17600
|
+
"description": "Defines a string value that labels the indicator element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
|
|
17601
|
+
"fieldName": "indicatorAriaLabel"
|
|
17868
17602
|
}
|
|
17869
17603
|
],
|
|
17870
17604
|
"superclass": {
|
|
@@ -17873,17 +17607,17 @@
|
|
|
17873
17607
|
},
|
|
17874
17608
|
"vividComponent": {
|
|
17875
17609
|
"public": true,
|
|
17876
|
-
"name": "
|
|
17610
|
+
"name": "split-button"
|
|
17877
17611
|
}
|
|
17878
17612
|
}
|
|
17879
17613
|
],
|
|
17880
17614
|
"exports": [
|
|
17881
17615
|
{
|
|
17882
17616
|
"kind": "js",
|
|
17883
|
-
"name": "
|
|
17617
|
+
"name": "SplitButton",
|
|
17884
17618
|
"declaration": {
|
|
17885
|
-
"name": "
|
|
17886
|
-
"module": "libs/components/src/lib/
|
|
17619
|
+
"name": "SplitButton",
|
|
17620
|
+
"module": "libs/components/src/lib/split-button/split-button.ts"
|
|
17887
17621
|
}
|
|
17888
17622
|
}
|
|
17889
17623
|
]
|
|
@@ -18042,191 +17776,469 @@
|
|
|
18042
17776
|
"default": "var(--vvd-color-success-700)"
|
|
18043
17777
|
},
|
|
18044
17778
|
{
|
|
18045
|
-
"name": "--vvd-switch-announcement-primary-text",
|
|
17779
|
+
"name": "--vvd-switch-announcement-primary-text",
|
|
17780
|
+
"default": "var(--vvd-color-canvas)"
|
|
17781
|
+
},
|
|
17782
|
+
{
|
|
17783
|
+
"name": "--vvd-switch-announcement-primary",
|
|
17784
|
+
"default": "var(--vvd-color-announcement-500)"
|
|
17785
|
+
},
|
|
17786
|
+
{
|
|
17787
|
+
"name": "--vvd-switch-announcement-primary-increment",
|
|
17788
|
+
"default": "var(--vvd-color-announcement-600)"
|
|
17789
|
+
},
|
|
17790
|
+
{
|
|
17791
|
+
"name": "--vvd-switch-announcement-firm",
|
|
17792
|
+
"default": "var(--vvd-color-announcement-600)"
|
|
17793
|
+
},
|
|
17794
|
+
{
|
|
17795
|
+
"name": "--vvd-switch-announcement-intermediate",
|
|
17796
|
+
"default": "var(--vvd-color-announcement-500)"
|
|
17797
|
+
},
|
|
17798
|
+
{
|
|
17799
|
+
"name": "--vvd-switch-announcement-fierce",
|
|
17800
|
+
"default": "var(--vvd-color-announcement-700)"
|
|
17801
|
+
},
|
|
17802
|
+
{
|
|
17803
|
+
"name": "--vvd-switch-accent-primary-text",
|
|
17804
|
+
"default": "var(--vvd-color-canvas)"
|
|
17805
|
+
},
|
|
17806
|
+
{
|
|
17807
|
+
"name": "--vvd-switch-accent-primary",
|
|
17808
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
17809
|
+
},
|
|
17810
|
+
{
|
|
17811
|
+
"name": "--vvd-switch-accent-primary-increment",
|
|
17812
|
+
"default": "var(--vvd-color-neutral-800)"
|
|
17813
|
+
},
|
|
17814
|
+
{
|
|
17815
|
+
"name": "--vvd-switch-accent-firm",
|
|
17816
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
17817
|
+
},
|
|
17818
|
+
{
|
|
17819
|
+
"name": "--vvd-switch-accent-intermediate",
|
|
17820
|
+
"default": "var(--vvd-color-neutral-500)"
|
|
17821
|
+
},
|
|
17822
|
+
{
|
|
17823
|
+
"name": "--vvd-switch-accent-fierce",
|
|
17824
|
+
"default": "var(--vvd-color-neutral-700)"
|
|
17825
|
+
}
|
|
17826
|
+
],
|
|
17827
|
+
"members": [
|
|
17828
|
+
{
|
|
17829
|
+
"kind": "field",
|
|
17830
|
+
"name": "ariaLabel",
|
|
17831
|
+
"type": {
|
|
17832
|
+
"text": "string | null"
|
|
17833
|
+
},
|
|
17834
|
+
"default": "null"
|
|
17835
|
+
},
|
|
17836
|
+
{
|
|
17837
|
+
"kind": "field",
|
|
17838
|
+
"name": "label",
|
|
17839
|
+
"type": {
|
|
17840
|
+
"text": "string | undefined"
|
|
17841
|
+
},
|
|
17842
|
+
"description": "Indicates the switch's label.",
|
|
17843
|
+
"privacy": "public"
|
|
17844
|
+
},
|
|
17845
|
+
{
|
|
17846
|
+
"kind": "field",
|
|
17847
|
+
"name": "connotation",
|
|
17848
|
+
"type": {
|
|
17849
|
+
"text": "SwitchConnotation | undefined"
|
|
17850
|
+
},
|
|
17851
|
+
"description": "Indicates the switch's connotation.",
|
|
17852
|
+
"privacy": "public"
|
|
17853
|
+
},
|
|
17854
|
+
{
|
|
17855
|
+
"kind": "field",
|
|
17856
|
+
"name": "readOnly",
|
|
17857
|
+
"type": {
|
|
17858
|
+
"text": "boolean"
|
|
17859
|
+
},
|
|
17860
|
+
"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.",
|
|
17861
|
+
"privacy": "public"
|
|
17862
|
+
},
|
|
17863
|
+
{
|
|
17864
|
+
"kind": "method",
|
|
17865
|
+
"name": "updateForm",
|
|
17866
|
+
"privacy": "private",
|
|
17867
|
+
"return": {
|
|
17868
|
+
"type": {
|
|
17869
|
+
"text": "void"
|
|
17870
|
+
}
|
|
17871
|
+
}
|
|
17872
|
+
},
|
|
17873
|
+
{
|
|
17874
|
+
"kind": "field",
|
|
17875
|
+
"name": "defaultChecked",
|
|
17876
|
+
"type": {
|
|
17877
|
+
"text": "boolean"
|
|
17878
|
+
},
|
|
17879
|
+
"default": "!!this.checkedAttribute"
|
|
17880
|
+
},
|
|
17881
|
+
{
|
|
17882
|
+
"kind": "field",
|
|
17883
|
+
"name": "checked"
|
|
17884
|
+
},
|
|
17885
|
+
{
|
|
17886
|
+
"kind": "field",
|
|
17887
|
+
"name": "proxy",
|
|
17888
|
+
"inheritedFrom": {
|
|
17889
|
+
"name": "FormAssociatedSwitch",
|
|
17890
|
+
"module": "libs/components/src/lib/switch/switch.form-associated.ts"
|
|
17891
|
+
}
|
|
17892
|
+
}
|
|
17893
|
+
],
|
|
17894
|
+
"events": [
|
|
17895
|
+
{
|
|
17896
|
+
"type": {
|
|
17897
|
+
"text": "CustomEvent<undefined>"
|
|
17898
|
+
},
|
|
17899
|
+
"description": "Emits a custom change event when the checked state changes",
|
|
17900
|
+
"name": "change"
|
|
17901
|
+
}
|
|
17902
|
+
],
|
|
17903
|
+
"attributes": [
|
|
17904
|
+
{
|
|
17905
|
+
"name": "aria-label",
|
|
17906
|
+
"type": {
|
|
17907
|
+
"text": "string | null"
|
|
17908
|
+
},
|
|
17909
|
+
"default": "null",
|
|
17910
|
+
"fieldName": "ariaLabel"
|
|
17911
|
+
},
|
|
17912
|
+
{
|
|
17913
|
+
"name": "label",
|
|
17914
|
+
"type": {
|
|
17915
|
+
"text": "string | undefined"
|
|
17916
|
+
},
|
|
17917
|
+
"description": "Indicates the switch's label.",
|
|
17918
|
+
"fieldName": "label"
|
|
17919
|
+
},
|
|
17920
|
+
{
|
|
17921
|
+
"name": "connotation",
|
|
17922
|
+
"type": {
|
|
17923
|
+
"text": "SwitchConnotation | undefined"
|
|
17924
|
+
},
|
|
17925
|
+
"description": "Indicates the switch's connotation.",
|
|
17926
|
+
"fieldName": "connotation"
|
|
17927
|
+
},
|
|
17928
|
+
{
|
|
17929
|
+
"name": "readonly",
|
|
17930
|
+
"type": {
|
|
17931
|
+
"text": "boolean"
|
|
17932
|
+
},
|
|
17933
|
+
"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.",
|
|
17934
|
+
"fieldName": "readOnly"
|
|
17935
|
+
}
|
|
17936
|
+
],
|
|
17937
|
+
"superclass": {
|
|
17938
|
+
"name": "FormAssociatedSwitch",
|
|
17939
|
+
"module": "/libs/components/src/lib/switch/switch.form-associated"
|
|
17940
|
+
},
|
|
17941
|
+
"vividComponent": {
|
|
17942
|
+
"public": true,
|
|
17943
|
+
"name": "switch",
|
|
17944
|
+
"vueModels": [
|
|
17945
|
+
{
|
|
17946
|
+
"name": "modelValue",
|
|
17947
|
+
"attributeName": "checked",
|
|
17948
|
+
"eventNames": [
|
|
17949
|
+
"change"
|
|
17950
|
+
],
|
|
17951
|
+
"valueMapping": "(event.target as HTMLInputElement).checked"
|
|
17952
|
+
}
|
|
17953
|
+
]
|
|
17954
|
+
}
|
|
17955
|
+
}
|
|
17956
|
+
],
|
|
17957
|
+
"exports": [
|
|
17958
|
+
{
|
|
17959
|
+
"kind": "js",
|
|
17960
|
+
"name": "Switch",
|
|
17961
|
+
"declaration": {
|
|
17962
|
+
"name": "Switch",
|
|
17963
|
+
"module": "libs/components/src/lib/switch/switch.ts"
|
|
17964
|
+
}
|
|
17965
|
+
}
|
|
17966
|
+
]
|
|
17967
|
+
},
|
|
17968
|
+
{
|
|
17969
|
+
"kind": "javascript-module",
|
|
17970
|
+
"path": "libs/components/src/lib/tab/definition.ts",
|
|
17971
|
+
"declarations": [
|
|
17972
|
+
{
|
|
17973
|
+
"kind": "variable",
|
|
17974
|
+
"name": "registerTab",
|
|
17975
|
+
"description": "Registers the tab elements with the design system.",
|
|
17976
|
+
"parameters": [
|
|
17977
|
+
{
|
|
17978
|
+
"description": "the prefix to use for the component name",
|
|
17979
|
+
"name": "prefix"
|
|
17980
|
+
}
|
|
17981
|
+
]
|
|
17982
|
+
}
|
|
17983
|
+
],
|
|
17984
|
+
"exports": [
|
|
17985
|
+
{
|
|
17986
|
+
"kind": "js",
|
|
17987
|
+
"name": "TabConnotation",
|
|
17988
|
+
"declaration": {
|
|
17989
|
+
"name": "TabConnotation",
|
|
17990
|
+
"module": "./tab"
|
|
17991
|
+
}
|
|
17992
|
+
},
|
|
17993
|
+
{
|
|
17994
|
+
"kind": "js",
|
|
17995
|
+
"name": "TabShape",
|
|
17996
|
+
"declaration": {
|
|
17997
|
+
"name": "TabShape",
|
|
17998
|
+
"module": "./tab"
|
|
17999
|
+
}
|
|
18000
|
+
},
|
|
18001
|
+
{
|
|
18002
|
+
"kind": "js",
|
|
18003
|
+
"name": "registerTab",
|
|
18004
|
+
"declaration": {
|
|
18005
|
+
"name": "registerTab",
|
|
18006
|
+
"module": "libs/components/src/lib/tab/definition.ts"
|
|
18007
|
+
}
|
|
18008
|
+
}
|
|
18009
|
+
]
|
|
18010
|
+
},
|
|
18011
|
+
{
|
|
18012
|
+
"kind": "javascript-module",
|
|
18013
|
+
"path": "libs/components/src/lib/tab/locale.ts",
|
|
18014
|
+
"declarations": [],
|
|
18015
|
+
"exports": []
|
|
18016
|
+
},
|
|
18017
|
+
{
|
|
18018
|
+
"kind": "javascript-module",
|
|
18019
|
+
"path": "libs/components/src/lib/tab/tab.ts",
|
|
18020
|
+
"declarations": [
|
|
18021
|
+
{
|
|
18022
|
+
"kind": "class",
|
|
18023
|
+
"description": "",
|
|
18024
|
+
"name": "Tab",
|
|
18025
|
+
"cssProperties": [
|
|
18026
|
+
{
|
|
18027
|
+
"name": "--vvd-tab-cta-primary-text",
|
|
18046
18028
|
"default": "var(--vvd-color-canvas)"
|
|
18047
18029
|
},
|
|
18048
18030
|
{
|
|
18049
|
-
"name": "--vvd-
|
|
18050
|
-
"default": "var(--vvd-color-
|
|
18031
|
+
"name": "--vvd-tab-cta-firm",
|
|
18032
|
+
"default": "var(--vvd-color-cta-600)"
|
|
18051
18033
|
},
|
|
18052
18034
|
{
|
|
18053
|
-
"name": "--vvd-
|
|
18054
|
-
"default": "var(--vvd-color-
|
|
18035
|
+
"name": "--vvd-tab-cta-faint",
|
|
18036
|
+
"default": "var(--vvd-color-cta-50)"
|
|
18055
18037
|
},
|
|
18056
18038
|
{
|
|
18057
|
-
"name": "--vvd-
|
|
18058
|
-
"default": "var(--vvd-color-
|
|
18039
|
+
"name": "--vvd-tab-cta-fierce",
|
|
18040
|
+
"default": "var(--vvd-color-cta-700)"
|
|
18059
18041
|
},
|
|
18060
18042
|
{
|
|
18061
|
-
"name": "--vvd-
|
|
18062
|
-
"default": "var(--vvd-color-
|
|
18043
|
+
"name": "--vvd-tab-cta-pale",
|
|
18044
|
+
"default": "var(--vvd-color-cta-300)"
|
|
18063
18045
|
},
|
|
18064
18046
|
{
|
|
18065
|
-
"name": "--vvd-
|
|
18066
|
-
"default": "var(--vvd-color-
|
|
18047
|
+
"name": "--vvd-tab-cta-soft",
|
|
18048
|
+
"default": "var(--vvd-color-cta-100)"
|
|
18067
18049
|
},
|
|
18068
18050
|
{
|
|
18069
|
-
"name": "--vvd-
|
|
18051
|
+
"name": "--vvd-tab-accent-primary-text",
|
|
18070
18052
|
"default": "var(--vvd-color-canvas)"
|
|
18071
18053
|
},
|
|
18072
18054
|
{
|
|
18073
|
-
"name": "--vvd-
|
|
18055
|
+
"name": "--vvd-tab-accent-firm",
|
|
18074
18056
|
"default": "var(--vvd-color-canvas-text)"
|
|
18075
18057
|
},
|
|
18076
18058
|
{
|
|
18077
|
-
"name": "--vvd-
|
|
18078
|
-
"default": "var(--vvd-color-neutral-
|
|
18059
|
+
"name": "--vvd-tab-accent-faint",
|
|
18060
|
+
"default": "var(--vvd-color-neutral-50)"
|
|
18079
18061
|
},
|
|
18080
18062
|
{
|
|
18081
|
-
"name": "--vvd-
|
|
18082
|
-
"default": "var(--vvd-color-
|
|
18063
|
+
"name": "--vvd-tab-accent-fierce",
|
|
18064
|
+
"default": "var(--vvd-color-neutral-700)"
|
|
18083
18065
|
},
|
|
18084
18066
|
{
|
|
18085
|
-
"name": "--vvd-
|
|
18086
|
-
"default": "var(--vvd-color-neutral-
|
|
18067
|
+
"name": "--vvd-tab-accent-pale",
|
|
18068
|
+
"default": "var(--vvd-color-neutral-300)"
|
|
18087
18069
|
},
|
|
18088
18070
|
{
|
|
18089
|
-
"name": "--vvd-
|
|
18090
|
-
"default": "var(--vvd-color-neutral-
|
|
18071
|
+
"name": "--vvd-tab-accent-soft",
|
|
18072
|
+
"default": "var(--vvd-color-neutral-100)"
|
|
18073
|
+
}
|
|
18074
|
+
],
|
|
18075
|
+
"slots": [
|
|
18076
|
+
{
|
|
18077
|
+
"description": "Slot to add an icon to tab.",
|
|
18078
|
+
"name": "icon"
|
|
18091
18079
|
}
|
|
18092
18080
|
],
|
|
18093
18081
|
"members": [
|
|
18094
18082
|
{
|
|
18095
18083
|
"kind": "field",
|
|
18096
|
-
"name": "
|
|
18084
|
+
"name": "disabled",
|
|
18097
18085
|
"type": {
|
|
18098
|
-
"text": "
|
|
18086
|
+
"text": "boolean"
|
|
18099
18087
|
},
|
|
18100
|
-
"
|
|
18088
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute for more information.",
|
|
18089
|
+
"privacy": "public"
|
|
18101
18090
|
},
|
|
18102
18091
|
{
|
|
18103
18092
|
"kind": "field",
|
|
18104
|
-
"name": "
|
|
18093
|
+
"name": "connotation",
|
|
18105
18094
|
"type": {
|
|
18106
|
-
"text": "
|
|
18095
|
+
"text": "TabConnotation | undefined"
|
|
18107
18096
|
},
|
|
18108
|
-
"description": "
|
|
18097
|
+
"description": "The connotation the tab should have.",
|
|
18109
18098
|
"privacy": "public"
|
|
18110
18099
|
},
|
|
18111
18100
|
{
|
|
18112
18101
|
"kind": "field",
|
|
18113
|
-
"name": "
|
|
18102
|
+
"name": "shape",
|
|
18114
18103
|
"type": {
|
|
18115
|
-
"text": "
|
|
18104
|
+
"text": "TabShape | undefined"
|
|
18116
18105
|
},
|
|
18117
|
-
"description": "
|
|
18106
|
+
"description": "The shape the tab should have.",
|
|
18118
18107
|
"privacy": "public"
|
|
18119
18108
|
},
|
|
18120
18109
|
{
|
|
18121
18110
|
"kind": "field",
|
|
18122
|
-
"name": "
|
|
18111
|
+
"name": "label",
|
|
18123
18112
|
"type": {
|
|
18124
|
-
"text": "
|
|
18113
|
+
"text": "string | undefined"
|
|
18125
18114
|
},
|
|
18126
|
-
"description": "
|
|
18115
|
+
"description": "Indicates the tab's label.",
|
|
18127
18116
|
"privacy": "public"
|
|
18128
18117
|
},
|
|
18129
|
-
{
|
|
18130
|
-
"kind": "method",
|
|
18131
|
-
"name": "updateForm",
|
|
18132
|
-
"privacy": "private",
|
|
18133
|
-
"return": {
|
|
18134
|
-
"type": {
|
|
18135
|
-
"text": "void"
|
|
18136
|
-
}
|
|
18137
|
-
}
|
|
18138
|
-
},
|
|
18139
18118
|
{
|
|
18140
18119
|
"kind": "field",
|
|
18141
|
-
"name": "
|
|
18120
|
+
"name": "removable",
|
|
18142
18121
|
"type": {
|
|
18143
18122
|
"text": "boolean"
|
|
18144
18123
|
},
|
|
18145
|
-
"default": "
|
|
18124
|
+
"default": "false",
|
|
18125
|
+
"description": "Indicates the tab's label.",
|
|
18126
|
+
"privacy": "public"
|
|
18146
18127
|
},
|
|
18147
18128
|
{
|
|
18148
18129
|
"kind": "field",
|
|
18149
|
-
"name": "
|
|
18130
|
+
"name": "tabIndex",
|
|
18131
|
+
"type": {
|
|
18132
|
+
"text": "number"
|
|
18133
|
+
},
|
|
18134
|
+
"default": "'-1' as unknown"
|
|
18150
18135
|
},
|
|
18151
18136
|
{
|
|
18152
18137
|
"kind": "field",
|
|
18153
|
-
"name": "
|
|
18154
|
-
"inheritedFrom": {
|
|
18155
|
-
"name": "FormAssociatedSwitch",
|
|
18156
|
-
"module": "libs/components/src/lib/switch/switch.form-associated.ts"
|
|
18157
|
-
}
|
|
18158
|
-
}
|
|
18159
|
-
],
|
|
18160
|
-
"events": [
|
|
18161
|
-
{
|
|
18138
|
+
"name": "ariaSelected",
|
|
18162
18139
|
"type": {
|
|
18163
|
-
"text": "
|
|
18140
|
+
"text": "string | null"
|
|
18164
18141
|
},
|
|
18165
|
-
"
|
|
18166
|
-
|
|
18142
|
+
"default": "null"
|
|
18143
|
+
},
|
|
18144
|
+
{
|
|
18145
|
+
"kind": "method",
|
|
18146
|
+
"name": "_handleCloseClick",
|
|
18147
|
+
"parameters": [
|
|
18148
|
+
{
|
|
18149
|
+
"name": "e",
|
|
18150
|
+
"type": {
|
|
18151
|
+
"text": "Event"
|
|
18152
|
+
}
|
|
18153
|
+
}
|
|
18154
|
+
]
|
|
18155
|
+
},
|
|
18156
|
+
{
|
|
18157
|
+
"kind": "method",
|
|
18158
|
+
"name": "_onKeyDown",
|
|
18159
|
+
"parameters": [
|
|
18160
|
+
{
|
|
18161
|
+
"name": "e",
|
|
18162
|
+
"type": {
|
|
18163
|
+
"text": "KeyboardEvent"
|
|
18164
|
+
}
|
|
18165
|
+
}
|
|
18166
|
+
]
|
|
18167
18167
|
}
|
|
18168
18168
|
],
|
|
18169
18169
|
"attributes": [
|
|
18170
18170
|
{
|
|
18171
|
-
"name": "aria-label",
|
|
18172
18171
|
"type": {
|
|
18173
|
-
"text": "
|
|
18172
|
+
"text": "boolean"
|
|
18174
18173
|
},
|
|
18175
|
-
"
|
|
18176
|
-
"fieldName": "
|
|
18174
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute for more information.",
|
|
18175
|
+
"fieldName": "disabled"
|
|
18176
|
+
},
|
|
18177
|
+
{
|
|
18178
|
+
"name": "connotation",
|
|
18179
|
+
"type": {
|
|
18180
|
+
"text": "TabConnotation | undefined"
|
|
18181
|
+
},
|
|
18182
|
+
"description": "The connotation the tab should have.",
|
|
18183
|
+
"fieldName": "connotation"
|
|
18184
|
+
},
|
|
18185
|
+
{
|
|
18186
|
+
"name": "shape",
|
|
18187
|
+
"type": {
|
|
18188
|
+
"text": "TabShape | undefined"
|
|
18189
|
+
},
|
|
18190
|
+
"description": "The shape the tab should have.",
|
|
18191
|
+
"fieldName": "shape"
|
|
18177
18192
|
},
|
|
18178
18193
|
{
|
|
18179
18194
|
"name": "label",
|
|
18180
18195
|
"type": {
|
|
18181
18196
|
"text": "string | undefined"
|
|
18182
18197
|
},
|
|
18183
|
-
"description": "Indicates the
|
|
18198
|
+
"description": "Indicates the tab's label.",
|
|
18184
18199
|
"fieldName": "label"
|
|
18185
18200
|
},
|
|
18186
18201
|
{
|
|
18187
|
-
"name": "connotation",
|
|
18188
18202
|
"type": {
|
|
18189
|
-
"text": "
|
|
18203
|
+
"text": "boolean"
|
|
18190
18204
|
},
|
|
18191
|
-
"
|
|
18192
|
-
"
|
|
18205
|
+
"default": "false",
|
|
18206
|
+
"description": "Indicates the tab's label.",
|
|
18207
|
+
"fieldName": "removable"
|
|
18193
18208
|
},
|
|
18194
18209
|
{
|
|
18195
|
-
"name": "readonly",
|
|
18196
18210
|
"type": {
|
|
18197
|
-
"text": "
|
|
18211
|
+
"text": "number"
|
|
18198
18212
|
},
|
|
18199
|
-
"
|
|
18200
|
-
"fieldName": "
|
|
18213
|
+
"default": "'-1' as unknown",
|
|
18214
|
+
"fieldName": "tabIndex"
|
|
18215
|
+
},
|
|
18216
|
+
{
|
|
18217
|
+
"name": "aria-selected",
|
|
18218
|
+
"type": {
|
|
18219
|
+
"text": "string | null"
|
|
18220
|
+
},
|
|
18221
|
+
"default": "null",
|
|
18222
|
+
"fieldName": "ariaSelected"
|
|
18201
18223
|
}
|
|
18202
18224
|
],
|
|
18203
18225
|
"superclass": {
|
|
18204
|
-
"name": "
|
|
18205
|
-
"module": "/libs/components/src/
|
|
18226
|
+
"name": "VividElement",
|
|
18227
|
+
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
18206
18228
|
},
|
|
18207
18229
|
"vividComponent": {
|
|
18208
18230
|
"public": true,
|
|
18209
|
-
"name": "
|
|
18210
|
-
"vueModels": [
|
|
18211
|
-
{
|
|
18212
|
-
"name": "modelValue",
|
|
18213
|
-
"attributeName": "checked",
|
|
18214
|
-
"eventNames": [
|
|
18215
|
-
"change"
|
|
18216
|
-
],
|
|
18217
|
-
"valueMapping": "(event.target as HTMLInputElement).checked"
|
|
18218
|
-
}
|
|
18219
|
-
]
|
|
18231
|
+
"name": "tab"
|
|
18220
18232
|
}
|
|
18221
18233
|
}
|
|
18222
18234
|
],
|
|
18223
18235
|
"exports": [
|
|
18224
18236
|
{
|
|
18225
18237
|
"kind": "js",
|
|
18226
|
-
"name": "
|
|
18238
|
+
"name": "Tab",
|
|
18227
18239
|
"declaration": {
|
|
18228
|
-
"name": "
|
|
18229
|
-
"module": "libs/components/src/lib/
|
|
18240
|
+
"name": "Tab",
|
|
18241
|
+
"module": "libs/components/src/lib/tab/tab.ts"
|
|
18230
18242
|
}
|
|
18231
18243
|
}
|
|
18232
18244
|
]
|
|
@@ -22049,6 +22061,14 @@
|
|
|
22049
22061
|
}
|
|
22050
22062
|
],
|
|
22051
22063
|
"description": "Rounds a value to the nearest step value. Handles decimal rounding."
|
|
22064
|
+
},
|
|
22065
|
+
{
|
|
22066
|
+
"kind": "variable",
|
|
22067
|
+
"name": "defaultToOneConverter",
|
|
22068
|
+
"type": {
|
|
22069
|
+
"text": "object"
|
|
22070
|
+
},
|
|
22071
|
+
"default": "{\n\tfromView(value: string | number): number {\n\t\tconst num = Number(value);\n\t\treturn handleStepValue(num);\n\t},\n\ttoView(value: number): string {\n\t\treturn value.toString();\n\t},\n}"
|
|
22052
22072
|
}
|
|
22053
22073
|
],
|
|
22054
22074
|
"exports": [
|
|
@@ -22059,6 +22079,14 @@
|
|
|
22059
22079
|
"name": "roundToStepValue",
|
|
22060
22080
|
"module": "libs/components/src/lib/range-slider/utils/roundToStepValue.ts"
|
|
22061
22081
|
}
|
|
22082
|
+
},
|
|
22083
|
+
{
|
|
22084
|
+
"kind": "js",
|
|
22085
|
+
"name": "defaultToOneConverter",
|
|
22086
|
+
"declaration": {
|
|
22087
|
+
"name": "defaultToOneConverter",
|
|
22088
|
+
"module": "libs/components/src/lib/range-slider/utils/roundToStepValue.ts"
|
|
22089
|
+
}
|
|
22062
22090
|
}
|
|
22063
22091
|
]
|
|
22064
22092
|
},
|