@vonage/vivid 4.14.2 → 4.14.4
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 +1361 -1017
- package/index.cjs +1 -0
- package/index.js +1 -1
- package/lib/accordion/definition.d.ts +5 -1
- package/lib/combobox/combobox.d.ts +5 -1
- package/lib/file-picker/file-picker.d.ts +1 -0
- package/lib/menu-item/definition.d.ts +1 -1
- package/lib/menu-item/menu-item-role.d.ts +7 -0
- package/lib/menu-item/menu-item.d.ts +1 -7
- package/lib/number-field/number-field.d.ts +1 -1
- package/lib/option/option.d.ts +6 -0
- package/lib/radio/radio.d.ts +2 -2
- package/lib/searchable-select/option-tag.d.ts +2 -2
- package/lib/select/select.form-associated.d.ts +1 -1
- package/lib/switch/switch.d.ts +1 -0
- package/lib/tabs/tabs.d.ts +5 -1
- package/lib/text-anchor/text-anchor.d.ts +1 -1
- package/lib/tree-item/tree-item.d.ts +1 -1
- package/lib/tree-view/tree-view.d.ts +1 -1
- package/package.json +1 -1
- package/shared/applyMixinsWithObservables.cjs +1 -1
- package/shared/applyMixinsWithObservables.js +1 -1
- package/shared/definition11.cjs +1 -1
- package/shared/definition11.js +1 -1
- package/shared/definition16.cjs +63 -30
- package/shared/definition16.js +61 -28
- package/shared/definition17.cjs +2 -2
- package/shared/definition17.js +2 -2
- package/shared/definition2.cjs +11 -6
- package/shared/definition2.js +11 -7
- package/shared/definition25.cjs +25 -18
- package/shared/definition25.js +26 -19
- package/shared/definition29.cjs +12 -33
- package/shared/definition29.js +12 -33
- package/shared/definition33.cjs +1 -1
- package/shared/definition33.js +1 -1
- package/shared/definition34.cjs +4 -294
- package/shared/definition34.js +4 -294
- package/shared/definition41.cjs +1 -1
- package/shared/definition41.js +1 -1
- package/shared/definition42.cjs +1 -2
- package/shared/definition42.js +1 -2
- package/shared/definition43.cjs +1 -2
- package/shared/definition43.js +1 -2
- package/shared/definition46.cjs +2 -2
- package/shared/definition46.js +3 -3
- package/shared/definition48.cjs +22 -15
- package/shared/definition48.js +22 -15
- package/shared/definition5.cjs +4 -3
- package/shared/definition5.js +4 -3
- package/shared/definition51.cjs +11 -402
- package/shared/definition51.js +17 -408
- package/shared/definition54.js +1 -1
- package/shared/definition56.js +1 -1
- package/shared/direction.cjs +2 -16
- package/shared/direction.js +3 -17
- package/shared/foundation/utilities/direction.d.ts +2 -0
- package/shared/listbox.cjs +1 -1
- package/shared/listbox.js +1 -1
- package/shared/text-anchor.cjs +1 -1
- package/shared/text-anchor.js +1 -1
- package/shared/text-field2.js +1 -1
- package/shared/vivid-element.cjs +0 -2
- 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 +70 -3
- package/shared/apply-mixins2.cjs +0 -25
- package/shared/apply-mixins2.js +0 -23
- package/shared/form-associated2.cjs +0 -383
- package/shared/form-associated2.js +0 -381
- package/shared/foundation-element.cjs +0 -1417
- package/shared/foundation-element.js +0 -1414
- package/shared/key-codes2.cjs +0 -96
- package/shared/key-codes2.js +0 -88
- package/shared/start-end.cjs +0 -52
- package/shared/start-end.js +0 -50
package/custom-elements.json
CHANGED
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
"kind": "variable",
|
|
11
11
|
"name": "AccordionExpandMode",
|
|
12
12
|
"type": {
|
|
13
|
-
"text": "{\n\t/**\n\t * Designates only a single
|
|
13
|
+
"text": "{\n\t/**\n\t * Designates only a single AccordionItem can be open a time.\n\t */\n\tsingle: 'single',\n\n\t/**\n\t * Designates multiple AccordionItems can be open simultaneously.\n\t */\n\tmulti: 'multi',\n}"
|
|
14
14
|
},
|
|
15
|
-
"default": "{\n\t/**\n\t * Designates only a single
|
|
15
|
+
"default": "{\n\t/**\n\t * Designates only a single AccordionItem can be open a time.\n\t */\n\tsingle: 'single',\n\n\t/**\n\t * Designates multiple AccordionItems can be open simultaneously.\n\t */\n\tmulti: 'multi',\n}",
|
|
16
16
|
"description": "Expand mode for Accordion",
|
|
17
17
|
"privacy": "public"
|
|
18
18
|
},
|
|
@@ -227,6 +227,14 @@
|
|
|
227
227
|
"kind": "javascript-module",
|
|
228
228
|
"path": "libs/components/src/lib/accordion/definition.ts",
|
|
229
229
|
"declarations": [
|
|
230
|
+
{
|
|
231
|
+
"kind": "variable",
|
|
232
|
+
"name": "AccordionExpandMode",
|
|
233
|
+
"type": {
|
|
234
|
+
"text": "{\n\tsingle: 'single',\n\tmulti: 'multi',\n}"
|
|
235
|
+
},
|
|
236
|
+
"default": "{\n\tsingle: 'single',\n\tmulti: 'multi',\n}"
|
|
237
|
+
},
|
|
230
238
|
{
|
|
231
239
|
"kind": "variable",
|
|
232
240
|
"name": "registerAccordion",
|
|
@@ -245,7 +253,7 @@
|
|
|
245
253
|
"name": "AccordionExpandMode",
|
|
246
254
|
"declaration": {
|
|
247
255
|
"name": "AccordionExpandMode",
|
|
248
|
-
"
|
|
256
|
+
"module": "libs/components/src/lib/accordion/definition.ts"
|
|
249
257
|
}
|
|
250
258
|
},
|
|
251
259
|
{
|
|
@@ -4653,6 +4661,24 @@
|
|
|
4653
4661
|
"description": "The appearance attribute.",
|
|
4654
4662
|
"privacy": "public"
|
|
4655
4663
|
},
|
|
4664
|
+
{
|
|
4665
|
+
"kind": "field",
|
|
4666
|
+
"name": "shape",
|
|
4667
|
+
"type": {
|
|
4668
|
+
"text": "ComboboxShape | undefined"
|
|
4669
|
+
},
|
|
4670
|
+
"description": "The shape attribute.",
|
|
4671
|
+
"privacy": "public"
|
|
4672
|
+
},
|
|
4673
|
+
{
|
|
4674
|
+
"kind": "field",
|
|
4675
|
+
"name": "scale",
|
|
4676
|
+
"type": {
|
|
4677
|
+
"text": "ComboboxSize | undefined"
|
|
4678
|
+
},
|
|
4679
|
+
"description": "The size the combobox should have.",
|
|
4680
|
+
"privacy": "public"
|
|
4681
|
+
},
|
|
4656
4682
|
{
|
|
4657
4683
|
"kind": "field",
|
|
4658
4684
|
"name": "placement",
|
|
@@ -4903,6 +4929,22 @@
|
|
|
4903
4929
|
"description": "The appearance attribute.",
|
|
4904
4930
|
"fieldName": "appearance"
|
|
4905
4931
|
},
|
|
4932
|
+
{
|
|
4933
|
+
"name": "shape",
|
|
4934
|
+
"type": {
|
|
4935
|
+
"text": "ComboboxShape | undefined"
|
|
4936
|
+
},
|
|
4937
|
+
"description": "The shape attribute.",
|
|
4938
|
+
"fieldName": "shape"
|
|
4939
|
+
},
|
|
4940
|
+
{
|
|
4941
|
+
"name": "scale",
|
|
4942
|
+
"type": {
|
|
4943
|
+
"text": "ComboboxSize | undefined"
|
|
4944
|
+
},
|
|
4945
|
+
"description": "The size the combobox should have.",
|
|
4946
|
+
"fieldName": "scale"
|
|
4947
|
+
},
|
|
4906
4948
|
{
|
|
4907
4949
|
"name": "placement",
|
|
4908
4950
|
"type": {
|
|
@@ -9376,6 +9418,16 @@
|
|
|
9376
9418
|
"default": "'vwc-button'",
|
|
9377
9419
|
"description": "Used internally to hold the tag that button is registered at."
|
|
9378
9420
|
},
|
|
9421
|
+
{
|
|
9422
|
+
"kind": "field",
|
|
9423
|
+
"name": "iconTag",
|
|
9424
|
+
"type": {
|
|
9425
|
+
"text": "string"
|
|
9426
|
+
},
|
|
9427
|
+
"privacy": "private",
|
|
9428
|
+
"default": "'vwc-icon'",
|
|
9429
|
+
"description": "Used internally to hold the tag that icon is registered at."
|
|
9430
|
+
},
|
|
9379
9431
|
{
|
|
9380
9432
|
"kind": "field",
|
|
9381
9433
|
"name": "#localizeErrorMessage",
|
|
@@ -9390,10 +9442,6 @@
|
|
|
9390
9442
|
"kind": "method",
|
|
9391
9443
|
"name": "#addRemoveButtonToFilesPreview"
|
|
9392
9444
|
},
|
|
9393
|
-
{
|
|
9394
|
-
"kind": "method",
|
|
9395
|
-
"name": "#setRemoveButtonConnotationOnError"
|
|
9396
|
-
},
|
|
9397
9445
|
{
|
|
9398
9446
|
"kind": "method",
|
|
9399
9447
|
"name": "#chooseFile",
|
|
@@ -10535,34 +10583,50 @@
|
|
|
10535
10583
|
"exports": [
|
|
10536
10584
|
{
|
|
10537
10585
|
"kind": "js",
|
|
10538
|
-
"name": "
|
|
10586
|
+
"name": "registerMenuItem",
|
|
10539
10587
|
"declaration": {
|
|
10540
|
-
"name": "
|
|
10541
|
-
"module": "
|
|
10588
|
+
"name": "registerMenuItem",
|
|
10589
|
+
"module": "libs/components/src/lib/menu-item/definition.ts"
|
|
10542
10590
|
}
|
|
10543
10591
|
},
|
|
10544
10592
|
{
|
|
10545
10593
|
"kind": "js",
|
|
10546
|
-
"name": "
|
|
10594
|
+
"name": "MenuItemRole",
|
|
10547
10595
|
"declaration": {
|
|
10548
|
-
"name": "
|
|
10549
|
-
"module": "
|
|
10596
|
+
"name": "MenuItemRole",
|
|
10597
|
+
"module": "./menu-item-role"
|
|
10550
10598
|
}
|
|
10551
10599
|
}
|
|
10552
10600
|
]
|
|
10553
10601
|
},
|
|
10554
10602
|
{
|
|
10555
10603
|
"kind": "javascript-module",
|
|
10556
|
-
"path": "libs/components/src/lib/menu-item/menu-item.ts",
|
|
10604
|
+
"path": "libs/components/src/lib/menu-item/menu-item-role.ts",
|
|
10557
10605
|
"declarations": [
|
|
10558
10606
|
{
|
|
10559
10607
|
"kind": "variable",
|
|
10560
10608
|
"name": "MenuItemRole",
|
|
10561
10609
|
"type": {
|
|
10562
|
-
"text": "{\n\
|
|
10610
|
+
"text": "{\n\tmenuitem: 'menuitem',\n\tmenuitemcheckbox: 'menuitemcheckbox',\n\tmenuitemradio: 'menuitemradio',\n\tpresentation: 'presentation',\n}"
|
|
10563
10611
|
},
|
|
10564
|
-
"default": "{\n\
|
|
10565
|
-
}
|
|
10612
|
+
"default": "{\n\tmenuitem: 'menuitem',\n\tmenuitemcheckbox: 'menuitemcheckbox',\n\tmenuitemradio: 'menuitemradio',\n\tpresentation: 'presentation',\n}"
|
|
10613
|
+
}
|
|
10614
|
+
],
|
|
10615
|
+
"exports": [
|
|
10616
|
+
{
|
|
10617
|
+
"kind": "js",
|
|
10618
|
+
"name": "MenuItemRole",
|
|
10619
|
+
"declaration": {
|
|
10620
|
+
"name": "MenuItemRole",
|
|
10621
|
+
"module": "libs/components/src/lib/menu-item/menu-item-role.ts"
|
|
10622
|
+
}
|
|
10623
|
+
}
|
|
10624
|
+
]
|
|
10625
|
+
},
|
|
10626
|
+
{
|
|
10627
|
+
"kind": "javascript-module",
|
|
10628
|
+
"path": "libs/components/src/lib/menu-item/menu-item.ts",
|
|
10629
|
+
"declarations": [
|
|
10566
10630
|
{
|
|
10567
10631
|
"kind": "class",
|
|
10568
10632
|
"description": "",
|
|
@@ -10892,14 +10956,6 @@
|
|
|
10892
10956
|
}
|
|
10893
10957
|
],
|
|
10894
10958
|
"exports": [
|
|
10895
|
-
{
|
|
10896
|
-
"kind": "js",
|
|
10897
|
-
"name": "MenuItemRole",
|
|
10898
|
-
"declaration": {
|
|
10899
|
-
"name": "MenuItemRole",
|
|
10900
|
-
"module": "libs/components/src/lib/menu-item/menu-item.ts"
|
|
10901
|
-
}
|
|
10902
|
-
},
|
|
10903
10959
|
{
|
|
10904
10960
|
"kind": "js",
|
|
10905
10961
|
"name": "MenuItem",
|
|
@@ -14781,8 +14837,8 @@
|
|
|
14781
14837
|
}
|
|
14782
14838
|
],
|
|
14783
14839
|
"superclass": {
|
|
14784
|
-
"name": "
|
|
14785
|
-
"
|
|
14840
|
+
"name": "VividElement",
|
|
14841
|
+
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
14786
14842
|
}
|
|
14787
14843
|
}
|
|
14788
14844
|
],
|
|
@@ -15551,7 +15607,7 @@
|
|
|
15551
15607
|
"mixins": [
|
|
15552
15608
|
{
|
|
15553
15609
|
"name": "FormAssociated",
|
|
15554
|
-
"
|
|
15610
|
+
"module": "/libs/components/src/shared/foundation/form-associated/form-associated"
|
|
15555
15611
|
}
|
|
15556
15612
|
],
|
|
15557
15613
|
"superclass": {
|
|
@@ -16489,12 +16545,12 @@
|
|
|
16489
16545
|
},
|
|
16490
16546
|
{
|
|
16491
16547
|
"kind": "javascript-module",
|
|
16492
|
-
"path": "libs/components/src/lib/
|
|
16548
|
+
"path": "libs/components/src/lib/split-button/definition.ts",
|
|
16493
16549
|
"declarations": [
|
|
16494
16550
|
{
|
|
16495
16551
|
"kind": "variable",
|
|
16496
|
-
"name": "
|
|
16497
|
-
"description": "Registers the
|
|
16552
|
+
"name": "registerSplitButton",
|
|
16553
|
+
"description": "Registers the button elements with the design system.",
|
|
16498
16554
|
"parameters": [
|
|
16499
16555
|
{
|
|
16500
16556
|
"description": "the prefix to use for the component name",
|
|
@@ -16506,403 +16562,366 @@
|
|
|
16506
16562
|
"exports": [
|
|
16507
16563
|
{
|
|
16508
16564
|
"kind": "js",
|
|
16509
|
-
"name": "
|
|
16565
|
+
"name": "SplitButtonAppearance",
|
|
16510
16566
|
"declaration": {
|
|
16511
|
-
"name": "
|
|
16512
|
-
"module": "./
|
|
16567
|
+
"name": "SplitButtonAppearance",
|
|
16568
|
+
"module": "./split-button"
|
|
16513
16569
|
}
|
|
16514
16570
|
},
|
|
16515
16571
|
{
|
|
16516
16572
|
"kind": "js",
|
|
16517
|
-
"name": "
|
|
16573
|
+
"name": "SplitButtonConnotation",
|
|
16518
16574
|
"declaration": {
|
|
16519
|
-
"name": "
|
|
16520
|
-
"module": "
|
|
16575
|
+
"name": "SplitButtonConnotation",
|
|
16576
|
+
"module": "./split-button"
|
|
16521
16577
|
}
|
|
16522
|
-
}
|
|
16523
|
-
]
|
|
16524
|
-
},
|
|
16525
|
-
{
|
|
16526
|
-
"kind": "javascript-module",
|
|
16527
|
-
"path": "libs/components/src/lib/slider/slider.form-associated.ts",
|
|
16528
|
-
"declarations": [
|
|
16578
|
+
},
|
|
16529
16579
|
{
|
|
16530
|
-
"kind": "
|
|
16531
|
-
"
|
|
16532
|
-
"
|
|
16533
|
-
|
|
16534
|
-
|
|
16535
|
-
"kind": "field",
|
|
16536
|
-
"name": "proxy"
|
|
16537
|
-
}
|
|
16538
|
-
],
|
|
16539
|
-
"mixins": [
|
|
16540
|
-
{
|
|
16541
|
-
"name": "FormAssociated",
|
|
16542
|
-
"module": "/libs/components/src/shared/foundation/form-associated/form-associated"
|
|
16543
|
-
}
|
|
16544
|
-
],
|
|
16545
|
-
"superclass": {
|
|
16546
|
-
"name": "_Slider",
|
|
16547
|
-
"module": "libs/components/src/lib/slider/slider.form-associated.ts"
|
|
16580
|
+
"kind": "js",
|
|
16581
|
+
"name": "SplitButtonShape",
|
|
16582
|
+
"declaration": {
|
|
16583
|
+
"name": "SplitButtonShape",
|
|
16584
|
+
"module": "./split-button"
|
|
16548
16585
|
}
|
|
16549
|
-
}
|
|
16550
|
-
],
|
|
16551
|
-
"exports": [
|
|
16586
|
+
},
|
|
16552
16587
|
{
|
|
16553
16588
|
"kind": "js",
|
|
16554
|
-
"name": "
|
|
16589
|
+
"name": "SplitButtonSize",
|
|
16555
16590
|
"declaration": {
|
|
16556
|
-
"name": "
|
|
16557
|
-
"module": "
|
|
16591
|
+
"name": "SplitButtonSize",
|
|
16592
|
+
"module": "./split-button"
|
|
16593
|
+
}
|
|
16594
|
+
},
|
|
16595
|
+
{
|
|
16596
|
+
"kind": "js",
|
|
16597
|
+
"name": "registerSplitButton",
|
|
16598
|
+
"declaration": {
|
|
16599
|
+
"name": "registerSplitButton",
|
|
16600
|
+
"module": "libs/components/src/lib/split-button/definition.ts"
|
|
16558
16601
|
}
|
|
16559
16602
|
}
|
|
16560
16603
|
]
|
|
16561
16604
|
},
|
|
16562
16605
|
{
|
|
16563
16606
|
"kind": "javascript-module",
|
|
16564
|
-
"path": "libs/components/src/lib/
|
|
16607
|
+
"path": "libs/components/src/lib/split-button/locale.ts",
|
|
16608
|
+
"declarations": [],
|
|
16609
|
+
"exports": []
|
|
16610
|
+
},
|
|
16611
|
+
{
|
|
16612
|
+
"kind": "javascript-module",
|
|
16613
|
+
"path": "libs/components/src/lib/split-button/split-button.ts",
|
|
16565
16614
|
"declarations": [
|
|
16566
|
-
{
|
|
16567
|
-
"kind": "variable",
|
|
16568
|
-
"name": "SliderMode",
|
|
16569
|
-
"type": {
|
|
16570
|
-
"text": "{\n\tsingleValue: 'single-value',\n}"
|
|
16571
|
-
},
|
|
16572
|
-
"default": "{\n\tsingleValue: 'single-value',\n}",
|
|
16573
|
-
"description": "The selection modes of a @microsoft/fast-foundation#(Slider:class).",
|
|
16574
|
-
"privacy": "public"
|
|
16575
|
-
},
|
|
16576
16615
|
{
|
|
16577
16616
|
"kind": "class",
|
|
16578
16617
|
"description": "",
|
|
16579
|
-
"name": "
|
|
16618
|
+
"name": "SplitButton",
|
|
16580
16619
|
"cssProperties": [
|
|
16581
16620
|
{
|
|
16582
|
-
"name": "--vvd-
|
|
16621
|
+
"name": "--vvd-split-button-cta-primary",
|
|
16583
16622
|
"default": "var(--vvd-color-cta-500)"
|
|
16584
16623
|
},
|
|
16585
16624
|
{
|
|
16586
|
-
"name": "--vvd-
|
|
16587
|
-
"default": "var(--vvd-color-canvas
|
|
16588
|
-
}
|
|
16589
|
-
],
|
|
16590
|
-
"members": [
|
|
16625
|
+
"name": "--vvd-split-button-cta-primary-text",
|
|
16626
|
+
"default": "var(--vvd-color-canvas)"
|
|
16627
|
+
},
|
|
16591
16628
|
{
|
|
16592
|
-
"
|
|
16593
|
-
"
|
|
16594
|
-
"type": {
|
|
16595
|
-
"text": "boolean"
|
|
16596
|
-
},
|
|
16597
|
-
"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.",
|
|
16598
|
-
"privacy": "public"
|
|
16629
|
+
"name": "--vvd-split-button-cta-primary-increment",
|
|
16630
|
+
"default": "var(--vvd-color-cta-600)"
|
|
16599
16631
|
},
|
|
16600
16632
|
{
|
|
16601
|
-
"
|
|
16602
|
-
"
|
|
16603
|
-
"type": {
|
|
16604
|
-
"text": "number"
|
|
16605
|
-
},
|
|
16606
|
-
"description": "The value property, typed as a number.",
|
|
16607
|
-
"privacy": "public"
|
|
16633
|
+
"name": "--vvd-split-button-cta-contrast",
|
|
16634
|
+
"default": "var(--vvd-color-cta-800)"
|
|
16608
16635
|
},
|
|
16609
16636
|
{
|
|
16610
|
-
"
|
|
16611
|
-
"
|
|
16612
|
-
"type": {
|
|
16613
|
-
"text": "(value: string) => string"
|
|
16614
|
-
},
|
|
16615
|
-
"description": "Custom function that generates a string for the component's \"aria-valuetext\" attribute based on the current value.",
|
|
16616
|
-
"privacy": "public"
|
|
16637
|
+
"name": "--vvd-split-button-cta-fierce",
|
|
16638
|
+
"default": "var(--vvd-color-cta-700)"
|
|
16617
16639
|
},
|
|
16618
16640
|
{
|
|
16619
|
-
"
|
|
16620
|
-
"
|
|
16621
|
-
"type": {
|
|
16622
|
-
"text": "number"
|
|
16623
|
-
},
|
|
16624
|
-
"default": "0",
|
|
16625
|
-
"description": "The minimum allowed value.",
|
|
16626
|
-
"privacy": "public"
|
|
16641
|
+
"name": "--vvd-split-button-cta-firm",
|
|
16642
|
+
"default": "var(--vvd-color-cta-600)"
|
|
16627
16643
|
},
|
|
16628
16644
|
{
|
|
16629
|
-
"
|
|
16630
|
-
"
|
|
16631
|
-
"type": {
|
|
16632
|
-
"text": "number"
|
|
16633
|
-
},
|
|
16634
|
-
"default": "10",
|
|
16635
|
-
"description": "The maximum allowed value.",
|
|
16636
|
-
"privacy": "public"
|
|
16645
|
+
"name": "--vvd-split-button-cta-soft",
|
|
16646
|
+
"default": "var(--vvd-color-cta-100)"
|
|
16637
16647
|
},
|
|
16638
16648
|
{
|
|
16639
|
-
"
|
|
16640
|
-
"
|
|
16641
|
-
"type": {
|
|
16642
|
-
"text": "number"
|
|
16643
|
-
},
|
|
16644
|
-
"default": "1",
|
|
16645
|
-
"description": "Value to increment or decrement via arrow keys, mouse click or drag.",
|
|
16646
|
-
"privacy": "public"
|
|
16649
|
+
"name": "--vvd-split-button-cta-faint",
|
|
16650
|
+
"default": "var(--vvd-color-cta-50)"
|
|
16647
16651
|
},
|
|
16648
16652
|
{
|
|
16649
|
-
"
|
|
16650
|
-
"
|
|
16651
|
-
"type": {
|
|
16652
|
-
"text": "Orientation"
|
|
16653
|
-
},
|
|
16654
|
-
"description": "The orientation of the slider.",
|
|
16655
|
-
"privacy": "public"
|
|
16653
|
+
"name": "--vvd-split-button-success-primary",
|
|
16654
|
+
"default": "var(--vvd-color-success-500)"
|
|
16656
16655
|
},
|
|
16657
16656
|
{
|
|
16658
|
-
"
|
|
16659
|
-
"
|
|
16660
|
-
"type": {
|
|
16661
|
-
"text": "SliderMode"
|
|
16662
|
-
},
|
|
16663
|
-
"description": "The selection mode.",
|
|
16664
|
-
"privacy": "public"
|
|
16657
|
+
"name": "--vvd-split-button-success-primary-text",
|
|
16658
|
+
"default": "var(--vvd-color-canvas)"
|
|
16665
16659
|
},
|
|
16666
16660
|
{
|
|
16667
|
-
"
|
|
16668
|
-
"
|
|
16669
|
-
"return": {
|
|
16670
|
-
"type": {
|
|
16671
|
-
"text": "void"
|
|
16672
|
-
}
|
|
16673
|
-
},
|
|
16674
|
-
"description": "Increment the value by the step",
|
|
16675
|
-
"privacy": "public"
|
|
16661
|
+
"name": "--vvd-split-button-success-primary-increment",
|
|
16662
|
+
"default": "var(--vvd-color-success-600)"
|
|
16676
16663
|
},
|
|
16677
16664
|
{
|
|
16678
|
-
"
|
|
16679
|
-
"
|
|
16680
|
-
"return": {
|
|
16681
|
-
"type": {
|
|
16682
|
-
"text": "void"
|
|
16683
|
-
}
|
|
16684
|
-
},
|
|
16685
|
-
"description": "Decrement the value by the step",
|
|
16686
|
-
"privacy": "public"
|
|
16665
|
+
"name": "--vvd-split-button-success-contrast",
|
|
16666
|
+
"default": "var(--vvd-color-success-800)"
|
|
16687
16667
|
},
|
|
16688
16668
|
{
|
|
16689
|
-
"
|
|
16690
|
-
"
|
|
16691
|
-
"privacy": "protected"
|
|
16669
|
+
"name": "--vvd-split-button-success-fierce",
|
|
16670
|
+
"default": "var(--vvd-color-success-700)"
|
|
16692
16671
|
},
|
|
16693
16672
|
{
|
|
16694
|
-
"
|
|
16695
|
-
"
|
|
16696
|
-
"privacy": "public",
|
|
16697
|
-
"return": {
|
|
16698
|
-
"type": {
|
|
16699
|
-
"text": "void"
|
|
16700
|
-
}
|
|
16701
|
-
},
|
|
16702
|
-
"parameters": [
|
|
16703
|
-
{
|
|
16704
|
-
"name": "_",
|
|
16705
|
-
"type": {
|
|
16706
|
-
"text": "Direction"
|
|
16707
|
-
}
|
|
16708
|
-
},
|
|
16709
|
-
{
|
|
16710
|
-
"description": "writing mode",
|
|
16711
|
-
"name": "direction"
|
|
16712
|
-
}
|
|
16713
|
-
],
|
|
16714
|
-
"description": "Places the thumb based on the current value"
|
|
16673
|
+
"name": "--vvd-split-button-success-firm",
|
|
16674
|
+
"default": "var(--vvd-color-success-600)"
|
|
16715
16675
|
},
|
|
16716
16676
|
{
|
|
16717
|
-
"
|
|
16718
|
-
"
|
|
16719
|
-
"parameters": [
|
|
16720
|
-
{
|
|
16721
|
-
"name": "value",
|
|
16722
|
-
"type": {
|
|
16723
|
-
"text": "number"
|
|
16724
|
-
}
|
|
16725
|
-
}
|
|
16726
|
-
]
|
|
16677
|
+
"name": "--vvd-split-button-success-soft",
|
|
16678
|
+
"default": "var(--vvd-color-success-100)"
|
|
16727
16679
|
},
|
|
16728
16680
|
{
|
|
16729
|
-
"
|
|
16730
|
-
"
|
|
16731
|
-
"privacy": "private",
|
|
16732
|
-
"return": {
|
|
16733
|
-
"type": {
|
|
16734
|
-
"text": "void"
|
|
16735
|
-
}
|
|
16736
|
-
},
|
|
16737
|
-
"description": "Update the step multiplier used to ensure rounding errors from steps that\nare not whole numbers"
|
|
16681
|
+
"name": "--vvd-split-button-success-faint",
|
|
16682
|
+
"default": "var(--vvd-color-success-50)"
|
|
16738
16683
|
},
|
|
16739
16684
|
{
|
|
16740
|
-
"
|
|
16741
|
-
"
|
|
16742
|
-
"privacy": "private"
|
|
16685
|
+
"name": "--vvd-split-button-alert-primary",
|
|
16686
|
+
"default": "var(--vvd-color-alert-500)"
|
|
16743
16687
|
},
|
|
16744
16688
|
{
|
|
16745
|
-
"
|
|
16746
|
-
"
|
|
16747
|
-
"privacy": "private"
|
|
16689
|
+
"name": "--vvd-split-button-alert-primary-text",
|
|
16690
|
+
"default": "var(--vvd-color-canvas)"
|
|
16748
16691
|
},
|
|
16749
16692
|
{
|
|
16750
|
-
"
|
|
16751
|
-
"
|
|
16752
|
-
"type": {
|
|
16753
|
-
"text": "string"
|
|
16754
|
-
},
|
|
16755
|
-
"privacy": "private",
|
|
16756
|
-
"readonly": true
|
|
16693
|
+
"name": "--vvd-split-button-alert-primary-increment",
|
|
16694
|
+
"default": "var(--vvd-color-alert-600)"
|
|
16757
16695
|
},
|
|
16758
16696
|
{
|
|
16759
|
-
"
|
|
16760
|
-
"
|
|
16761
|
-
"privacy": "private",
|
|
16762
|
-
"return": {
|
|
16763
|
-
"type": {
|
|
16764
|
-
"text": "void"
|
|
16765
|
-
}
|
|
16766
|
-
}
|
|
16697
|
+
"name": "--vvd-split-button-alert-contrast",
|
|
16698
|
+
"default": "var(--vvd-color-alert-800)"
|
|
16767
16699
|
},
|
|
16768
16700
|
{
|
|
16769
|
-
"
|
|
16770
|
-
"
|
|
16771
|
-
"privacy": "private",
|
|
16772
|
-
"description": "Handle mouse moves during a thumb drag operation\nIf the event handler is null it removes the events"
|
|
16701
|
+
"name": "--vvd-split-button-alert-fierce",
|
|
16702
|
+
"default": "var(--vvd-color-alert-700)"
|
|
16773
16703
|
},
|
|
16774
16704
|
{
|
|
16775
|
-
"
|
|
16776
|
-
"
|
|
16777
|
-
"privacy": "private",
|
|
16778
|
-
"description": "Handle mouse moves during a thumb drag operation"
|
|
16705
|
+
"name": "--vvd-split-button-alert-firm",
|
|
16706
|
+
"default": "var(--vvd-color-alert-600)"
|
|
16779
16707
|
},
|
|
16780
16708
|
{
|
|
16781
|
-
"
|
|
16782
|
-
"
|
|
16783
|
-
"parameters": [
|
|
16784
|
-
{
|
|
16785
|
-
"name": "e",
|
|
16786
|
-
"type": {
|
|
16787
|
-
"text": "Pick<MouseEvent, 'pageX' | 'pageY'>"
|
|
16788
|
-
}
|
|
16789
|
-
}
|
|
16790
|
-
]
|
|
16709
|
+
"name": "--vvd-split-button-alert-soft",
|
|
16710
|
+
"default": "var(--vvd-color-alert-100)"
|
|
16791
16711
|
},
|
|
16792
16712
|
{
|
|
16793
|
-
"
|
|
16794
|
-
"
|
|
16795
|
-
"privacy": "private",
|
|
16796
|
-
"description": "Handle a window mouse up during a drag operation"
|
|
16713
|
+
"name": "--vvd-split-button-alert-faint",
|
|
16714
|
+
"default": "var(--vvd-color-alert-50)"
|
|
16797
16715
|
},
|
|
16798
16716
|
{
|
|
16799
|
-
"
|
|
16800
|
-
"
|
|
16801
|
-
"privacy": "private"
|
|
16717
|
+
"name": "--vvd-split-button-announcement-primary",
|
|
16718
|
+
"default": "var(--vvd-color-announcement-500)"
|
|
16802
16719
|
},
|
|
16803
16720
|
{
|
|
16804
|
-
"
|
|
16805
|
-
"
|
|
16806
|
-
"privacy": "private",
|
|
16807
|
-
"parameters": [
|
|
16808
|
-
{
|
|
16809
|
-
"description": "MouseEvent or null. If there is no event handler it will remove the events",
|
|
16810
|
-
"name": "e"
|
|
16811
|
-
}
|
|
16812
|
-
],
|
|
16813
|
-
"description": ""
|
|
16721
|
+
"name": "--vvd-split-button-announcement-primary-text",
|
|
16722
|
+
"default": "var(--vvd-color-canvas)"
|
|
16814
16723
|
},
|
|
16815
16724
|
{
|
|
16816
|
-
"
|
|
16817
|
-
"
|
|
16818
|
-
|
|
16819
|
-
|
|
16820
|
-
|
|
16821
|
-
|
|
16822
|
-
|
|
16823
|
-
|
|
16824
|
-
|
|
16825
|
-
|
|
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)"
|
|
16826
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": [
|
|
16827
16792
|
{
|
|
16828
16793
|
"kind": "field",
|
|
16829
|
-
"name": "
|
|
16794
|
+
"name": "_action",
|
|
16830
16795
|
"type": {
|
|
16831
|
-
"text": "
|
|
16796
|
+
"text": "HTMLButtonElement"
|
|
16832
16797
|
},
|
|
16833
|
-
"
|
|
16798
|
+
"description": "Action HTML button element",
|
|
16799
|
+
"privacy": "public"
|
|
16834
16800
|
},
|
|
16835
16801
|
{
|
|
16836
16802
|
"kind": "field",
|
|
16837
|
-
"name": "
|
|
16803
|
+
"name": "action",
|
|
16838
16804
|
"type": {
|
|
16839
|
-
"text": "
|
|
16805
|
+
"text": "HTMLButtonElement"
|
|
16840
16806
|
},
|
|
16841
|
-
"
|
|
16807
|
+
"readonly": true
|
|
16842
16808
|
},
|
|
16843
16809
|
{
|
|
16844
16810
|
"kind": "field",
|
|
16845
|
-
"name": "
|
|
16811
|
+
"name": "_indicator",
|
|
16846
16812
|
"type": {
|
|
16847
|
-
"text": "
|
|
16813
|
+
"text": "HTMLButtonElement"
|
|
16848
16814
|
},
|
|
16849
|
-
"
|
|
16850
|
-
"description": "Display markers on/off",
|
|
16815
|
+
"description": "Indicator HTML button element",
|
|
16851
16816
|
"privacy": "public"
|
|
16852
16817
|
},
|
|
16853
16818
|
{
|
|
16854
16819
|
"kind": "field",
|
|
16855
|
-
"name": "
|
|
16820
|
+
"name": "indicator",
|
|
16856
16821
|
"type": {
|
|
16857
|
-
"text": "
|
|
16822
|
+
"text": "HTMLButtonElement"
|
|
16858
16823
|
},
|
|
16859
|
-
"
|
|
16860
|
-
"description": "Show current value on the thumb.",
|
|
16861
|
-
"privacy": "public"
|
|
16824
|
+
"readonly": true
|
|
16862
16825
|
},
|
|
16863
16826
|
{
|
|
16864
16827
|
"kind": "field",
|
|
16865
16828
|
"name": "connotation",
|
|
16866
16829
|
"type": {
|
|
16867
|
-
"text": "
|
|
16830
|
+
"text": "SplitButtonConnotation | undefined"
|
|
16868
16831
|
},
|
|
16869
|
-
"description": "
|
|
16832
|
+
"description": "The connotation the split button should have.",
|
|
16870
16833
|
"privacy": "public"
|
|
16871
16834
|
},
|
|
16872
16835
|
{
|
|
16873
16836
|
"kind": "field",
|
|
16874
|
-
"name": "
|
|
16875
|
-
"privacy": "private",
|
|
16837
|
+
"name": "shape",
|
|
16876
16838
|
"type": {
|
|
16877
|
-
"text": "
|
|
16839
|
+
"text": "SplitButtonShape | undefined"
|
|
16878
16840
|
},
|
|
16879
|
-
"
|
|
16841
|
+
"description": "The shape the split button should have.",
|
|
16842
|
+
"privacy": "public"
|
|
16880
16843
|
},
|
|
16881
16844
|
{
|
|
16882
|
-
"kind": "
|
|
16883
|
-
"name": "
|
|
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"
|
|
16884
16852
|
},
|
|
16885
16853
|
{
|
|
16886
|
-
"kind": "
|
|
16887
|
-
"name": "
|
|
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"
|
|
16888
16861
|
},
|
|
16889
16862
|
{
|
|
16890
16863
|
"kind": "field",
|
|
16891
|
-
"name": "
|
|
16892
|
-
"
|
|
16864
|
+
"name": "label",
|
|
16865
|
+
"type": {
|
|
16866
|
+
"text": "string | undefined"
|
|
16867
|
+
},
|
|
16868
|
+
"description": "Indicates the split button's label.",
|
|
16869
|
+
"privacy": "public"
|
|
16893
16870
|
},
|
|
16894
16871
|
{
|
|
16895
16872
|
"kind": "field",
|
|
16896
|
-
"name": "
|
|
16897
|
-
"
|
|
16873
|
+
"name": "icon",
|
|
16874
|
+
"type": {
|
|
16875
|
+
"text": "string | undefined"
|
|
16876
|
+
},
|
|
16877
|
+
"description": "Indicates the split button's icon.",
|
|
16878
|
+
"privacy": "public"
|
|
16898
16879
|
},
|
|
16899
16880
|
{
|
|
16900
16881
|
"kind": "field",
|
|
16901
|
-
"name": "
|
|
16902
|
-
"
|
|
16903
|
-
"
|
|
16904
|
-
|
|
16905
|
-
|
|
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"
|
|
16906
16925
|
}
|
|
16907
16926
|
],
|
|
16908
16927
|
"events": [
|
|
@@ -16910,147 +16929,139 @@
|
|
|
16910
16929
|
"type": {
|
|
16911
16930
|
"text": "CustomEvent<undefined>"
|
|
16912
16931
|
},
|
|
16913
|
-
"description": "
|
|
16914
|
-
"name": "
|
|
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"
|
|
16915
16941
|
}
|
|
16916
16942
|
],
|
|
16917
16943
|
"attributes": [
|
|
16918
16944
|
{
|
|
16919
|
-
"name": "
|
|
16945
|
+
"name": "connotation",
|
|
16920
16946
|
"type": {
|
|
16921
|
-
"text": "
|
|
16947
|
+
"text": "SplitButtonConnotation | undefined"
|
|
16922
16948
|
},
|
|
16923
|
-
"description": "
|
|
16924
|
-
"fieldName": "
|
|
16949
|
+
"description": "The connotation the split button should have.",
|
|
16950
|
+
"fieldName": "connotation"
|
|
16925
16951
|
},
|
|
16926
16952
|
{
|
|
16953
|
+
"name": "shape",
|
|
16927
16954
|
"type": {
|
|
16928
|
-
"text": "
|
|
16955
|
+
"text": "SplitButtonShape | undefined"
|
|
16929
16956
|
},
|
|
16930
|
-
"
|
|
16931
|
-
"
|
|
16932
|
-
"fieldName": "min"
|
|
16957
|
+
"description": "The shape the split button should have.",
|
|
16958
|
+
"fieldName": "shape"
|
|
16933
16959
|
},
|
|
16934
16960
|
{
|
|
16961
|
+
"name": "appearance",
|
|
16935
16962
|
"type": {
|
|
16936
|
-
"text": "
|
|
16963
|
+
"text": "SplitButtonAppearance | undefined"
|
|
16937
16964
|
},
|
|
16938
|
-
"
|
|
16939
|
-
"
|
|
16940
|
-
"fieldName": "max"
|
|
16965
|
+
"description": "The appearance the split button should have.",
|
|
16966
|
+
"fieldName": "appearance"
|
|
16941
16967
|
},
|
|
16942
16968
|
{
|
|
16969
|
+
"name": "size",
|
|
16943
16970
|
"type": {
|
|
16944
|
-
"text": "
|
|
16971
|
+
"text": "SplitButtonSize | undefined"
|
|
16945
16972
|
},
|
|
16946
|
-
"
|
|
16947
|
-
"
|
|
16948
|
-
"fieldName": "step"
|
|
16973
|
+
"description": "The size the split button should have.",
|
|
16974
|
+
"fieldName": "size"
|
|
16949
16975
|
},
|
|
16950
16976
|
{
|
|
16951
|
-
"name": "
|
|
16977
|
+
"name": "label",
|
|
16952
16978
|
"type": {
|
|
16953
|
-
"text": "
|
|
16979
|
+
"text": "string | undefined"
|
|
16954
16980
|
},
|
|
16955
|
-
"description": "
|
|
16956
|
-
"fieldName": "
|
|
16981
|
+
"description": "Indicates the split button's label.",
|
|
16982
|
+
"fieldName": "label"
|
|
16957
16983
|
},
|
|
16958
16984
|
{
|
|
16959
|
-
"name": "
|
|
16985
|
+
"name": "icon",
|
|
16960
16986
|
"type": {
|
|
16961
|
-
"text": "
|
|
16987
|
+
"text": "string | undefined"
|
|
16962
16988
|
},
|
|
16963
|
-
"description": "
|
|
16964
|
-
"fieldName": "
|
|
16989
|
+
"description": "Indicates the split button's icon.",
|
|
16990
|
+
"fieldName": "icon"
|
|
16965
16991
|
},
|
|
16966
16992
|
{
|
|
16967
|
-
"name": "
|
|
16993
|
+
"name": "split-indicator",
|
|
16968
16994
|
"type": {
|
|
16969
|
-
"text": "string
|
|
16995
|
+
"text": "string"
|
|
16970
16996
|
},
|
|
16971
|
-
"default": "
|
|
16972
|
-
"
|
|
16997
|
+
"default": "'chevron-down-line'",
|
|
16998
|
+
"description": "Indicates the split button's icon indicator.",
|
|
16999
|
+
"fieldName": "splitIndicator"
|
|
16973
17000
|
},
|
|
16974
17001
|
{
|
|
16975
|
-
"name": "
|
|
17002
|
+
"name": "disabled",
|
|
16976
17003
|
"type": {
|
|
16977
|
-
"text": "
|
|
17004
|
+
"text": "boolean"
|
|
16978
17005
|
},
|
|
16979
|
-
"default": "
|
|
16980
|
-
"
|
|
17006
|
+
"default": "false",
|
|
17007
|
+
"description": "Indicates if the button is disabled.",
|
|
17008
|
+
"fieldName": "disabled"
|
|
16981
17009
|
},
|
|
16982
17010
|
{
|
|
17011
|
+
"name": "aria-label",
|
|
16983
17012
|
"type": {
|
|
16984
|
-
"text": "
|
|
17013
|
+
"text": "string | null"
|
|
16985
17014
|
},
|
|
16986
|
-
"default": "
|
|
16987
|
-
"
|
|
16988
|
-
"fieldName": "markers"
|
|
17015
|
+
"default": "null",
|
|
17016
|
+
"fieldName": "ariaLabel"
|
|
16989
17017
|
},
|
|
16990
17018
|
{
|
|
17019
|
+
"name": "aria-expanded",
|
|
16991
17020
|
"type": {
|
|
16992
|
-
"text": "
|
|
17021
|
+
"text": "string | null"
|
|
16993
17022
|
},
|
|
16994
|
-
"default": "
|
|
16995
|
-
"
|
|
16996
|
-
"fieldName": "pin"
|
|
17023
|
+
"default": "null",
|
|
17024
|
+
"fieldName": "ariaExpanded"
|
|
16997
17025
|
},
|
|
16998
17026
|
{
|
|
16999
|
-
"name": "
|
|
17027
|
+
"name": "indicator-aria-label",
|
|
17000
17028
|
"type": {
|
|
17001
|
-
"text": "
|
|
17029
|
+
"text": "| string\n\t\t| null"
|
|
17002
17030
|
},
|
|
17003
|
-
"
|
|
17004
|
-
"
|
|
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"
|
|
17005
17034
|
}
|
|
17006
17035
|
],
|
|
17007
17036
|
"superclass": {
|
|
17008
|
-
"name": "
|
|
17009
|
-
"module": "/libs/components/src/
|
|
17037
|
+
"name": "VividElement",
|
|
17038
|
+
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
17010
17039
|
},
|
|
17011
17040
|
"vividComponent": {
|
|
17012
17041
|
"public": true,
|
|
17013
|
-
"name": "
|
|
17014
|
-
"vueModels": [
|
|
17015
|
-
{
|
|
17016
|
-
"name": "modelValue",
|
|
17017
|
-
"attributeName": "value",
|
|
17018
|
-
"eventNames": [
|
|
17019
|
-
"change"
|
|
17020
|
-
],
|
|
17021
|
-
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
17022
|
-
}
|
|
17023
|
-
]
|
|
17042
|
+
"name": "split-button"
|
|
17024
17043
|
}
|
|
17025
17044
|
}
|
|
17026
17045
|
],
|
|
17027
17046
|
"exports": [
|
|
17028
17047
|
{
|
|
17029
17048
|
"kind": "js",
|
|
17030
|
-
"name": "
|
|
17031
|
-
"declaration": {
|
|
17032
|
-
"name": "SliderMode",
|
|
17033
|
-
"module": "libs/components/src/lib/slider/slider.ts"
|
|
17034
|
-
}
|
|
17035
|
-
},
|
|
17036
|
-
{
|
|
17037
|
-
"kind": "js",
|
|
17038
|
-
"name": "Slider",
|
|
17049
|
+
"name": "SplitButton",
|
|
17039
17050
|
"declaration": {
|
|
17040
|
-
"name": "
|
|
17041
|
-
"module": "libs/components/src/lib/
|
|
17051
|
+
"name": "SplitButton",
|
|
17052
|
+
"module": "libs/components/src/lib/split-button/split-button.ts"
|
|
17042
17053
|
}
|
|
17043
17054
|
}
|
|
17044
17055
|
]
|
|
17045
17056
|
},
|
|
17046
17057
|
{
|
|
17047
17058
|
"kind": "javascript-module",
|
|
17048
|
-
"path": "libs/components/src/lib/
|
|
17059
|
+
"path": "libs/components/src/lib/slider/definition.ts",
|
|
17049
17060
|
"declarations": [
|
|
17050
17061
|
{
|
|
17051
17062
|
"kind": "variable",
|
|
17052
|
-
"name": "
|
|
17053
|
-
"description": "Registers the
|
|
17063
|
+
"name": "registerSlider",
|
|
17064
|
+
"description": "Registers the slider elements with the design system.",
|
|
17054
17065
|
"parameters": [
|
|
17055
17066
|
{
|
|
17056
17067
|
"description": "the prefix to use for the component name",
|
|
@@ -17062,450 +17073,462 @@
|
|
|
17062
17073
|
"exports": [
|
|
17063
17074
|
{
|
|
17064
17075
|
"kind": "js",
|
|
17065
|
-
"name": "
|
|
17066
|
-
"declaration": {
|
|
17067
|
-
"name": "SplitButtonAppearance",
|
|
17068
|
-
"module": "./split-button"
|
|
17069
|
-
}
|
|
17070
|
-
},
|
|
17071
|
-
{
|
|
17072
|
-
"kind": "js",
|
|
17073
|
-
"name": "SplitButtonConnotation",
|
|
17076
|
+
"name": "SliderConnotation",
|
|
17074
17077
|
"declaration": {
|
|
17075
|
-
"name": "
|
|
17076
|
-
"module": "./
|
|
17078
|
+
"name": "SliderConnotation",
|
|
17079
|
+
"module": "./slider"
|
|
17077
17080
|
}
|
|
17078
17081
|
},
|
|
17079
17082
|
{
|
|
17080
17083
|
"kind": "js",
|
|
17081
|
-
"name": "
|
|
17084
|
+
"name": "registerSlider",
|
|
17082
17085
|
"declaration": {
|
|
17083
|
-
"name": "
|
|
17084
|
-
"module": "
|
|
17086
|
+
"name": "registerSlider",
|
|
17087
|
+
"module": "libs/components/src/lib/slider/definition.ts"
|
|
17085
17088
|
}
|
|
17086
|
-
}
|
|
17089
|
+
}
|
|
17090
|
+
]
|
|
17091
|
+
},
|
|
17092
|
+
{
|
|
17093
|
+
"kind": "javascript-module",
|
|
17094
|
+
"path": "libs/components/src/lib/slider/slider.form-associated.ts",
|
|
17095
|
+
"declarations": [
|
|
17087
17096
|
{
|
|
17088
|
-
"kind": "
|
|
17089
|
-
"
|
|
17090
|
-
"
|
|
17091
|
-
|
|
17092
|
-
|
|
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"
|
|
17093
17115
|
}
|
|
17094
|
-
}
|
|
17116
|
+
}
|
|
17117
|
+
],
|
|
17118
|
+
"exports": [
|
|
17095
17119
|
{
|
|
17096
17120
|
"kind": "js",
|
|
17097
|
-
"name": "
|
|
17121
|
+
"name": "FormAssociatedSlider",
|
|
17098
17122
|
"declaration": {
|
|
17099
|
-
"name": "
|
|
17100
|
-
"module": "libs/components/src/lib/
|
|
17123
|
+
"name": "FormAssociatedSlider",
|
|
17124
|
+
"module": "libs/components/src/lib/slider/slider.form-associated.ts"
|
|
17101
17125
|
}
|
|
17102
17126
|
}
|
|
17103
17127
|
]
|
|
17104
17128
|
},
|
|
17105
17129
|
{
|
|
17106
17130
|
"kind": "javascript-module",
|
|
17107
|
-
"path": "libs/components/src/lib/
|
|
17108
|
-
"declarations": [],
|
|
17109
|
-
"exports": []
|
|
17110
|
-
},
|
|
17111
|
-
{
|
|
17112
|
-
"kind": "javascript-module",
|
|
17113
|
-
"path": "libs/components/src/lib/split-button/split-button.ts",
|
|
17131
|
+
"path": "libs/components/src/lib/slider/slider.ts",
|
|
17114
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
|
+
},
|
|
17115
17143
|
{
|
|
17116
17144
|
"kind": "class",
|
|
17117
17145
|
"description": "",
|
|
17118
|
-
"name": "
|
|
17146
|
+
"name": "Slider",
|
|
17119
17147
|
"cssProperties": [
|
|
17120
17148
|
{
|
|
17121
|
-
"name": "--vvd-
|
|
17149
|
+
"name": "--vvd-slider-cta-primary",
|
|
17122
17150
|
"default": "var(--vvd-color-cta-500)"
|
|
17123
17151
|
},
|
|
17124
17152
|
{
|
|
17125
|
-
"name": "--vvd-
|
|
17126
|
-
"default": "var(--vvd-color-canvas)"
|
|
17127
|
-
}
|
|
17128
|
-
|
|
17129
|
-
|
|
17130
|
-
"default": "var(--vvd-color-cta-600)"
|
|
17131
|
-
},
|
|
17132
|
-
{
|
|
17133
|
-
"name": "--vvd-split-button-cta-contrast",
|
|
17134
|
-
"default": "var(--vvd-color-cta-800)"
|
|
17135
|
-
},
|
|
17136
|
-
{
|
|
17137
|
-
"name": "--vvd-split-button-cta-fierce",
|
|
17138
|
-
"default": "var(--vvd-color-cta-700)"
|
|
17139
|
-
},
|
|
17140
|
-
{
|
|
17141
|
-
"name": "--vvd-split-button-cta-firm",
|
|
17142
|
-
"default": "var(--vvd-color-cta-600)"
|
|
17143
|
-
},
|
|
17144
|
-
{
|
|
17145
|
-
"name": "--vvd-split-button-cta-soft",
|
|
17146
|
-
"default": "var(--vvd-color-cta-100)"
|
|
17147
|
-
},
|
|
17148
|
-
{
|
|
17149
|
-
"name": "--vvd-split-button-cta-faint",
|
|
17150
|
-
"default": "var(--vvd-color-cta-50)"
|
|
17151
|
-
},
|
|
17152
|
-
{
|
|
17153
|
-
"name": "--vvd-split-button-success-primary",
|
|
17154
|
-
"default": "var(--vvd-color-success-500)"
|
|
17155
|
-
},
|
|
17156
|
-
{
|
|
17157
|
-
"name": "--vvd-split-button-success-primary-text",
|
|
17158
|
-
"default": "var(--vvd-color-canvas)"
|
|
17159
|
-
},
|
|
17160
|
-
{
|
|
17161
|
-
"name": "--vvd-split-button-success-primary-increment",
|
|
17162
|
-
"default": "var(--vvd-color-success-600)"
|
|
17163
|
-
},
|
|
17164
|
-
{
|
|
17165
|
-
"name": "--vvd-split-button-success-contrast",
|
|
17166
|
-
"default": "var(--vvd-color-success-800)"
|
|
17167
|
-
},
|
|
17168
|
-
{
|
|
17169
|
-
"name": "--vvd-split-button-success-fierce",
|
|
17170
|
-
"default": "var(--vvd-color-success-700)"
|
|
17171
|
-
},
|
|
17172
|
-
{
|
|
17173
|
-
"name": "--vvd-split-button-success-firm",
|
|
17174
|
-
"default": "var(--vvd-color-success-600)"
|
|
17175
|
-
},
|
|
17176
|
-
{
|
|
17177
|
-
"name": "--vvd-split-button-success-soft",
|
|
17178
|
-
"default": "var(--vvd-color-success-100)"
|
|
17179
|
-
},
|
|
17180
|
-
{
|
|
17181
|
-
"name": "--vvd-split-button-success-faint",
|
|
17182
|
-
"default": "var(--vvd-color-success-50)"
|
|
17183
|
-
},
|
|
17184
|
-
{
|
|
17185
|
-
"name": "--vvd-split-button-alert-primary",
|
|
17186
|
-
"default": "var(--vvd-color-alert-500)"
|
|
17187
|
-
},
|
|
17188
|
-
{
|
|
17189
|
-
"name": "--vvd-split-button-alert-primary-text",
|
|
17190
|
-
"default": "var(--vvd-color-canvas)"
|
|
17191
|
-
},
|
|
17192
|
-
{
|
|
17193
|
-
"name": "--vvd-split-button-alert-primary-increment",
|
|
17194
|
-
"default": "var(--vvd-color-alert-600)"
|
|
17195
|
-
},
|
|
17153
|
+
"name": "--vvd-slider-accent-primary",
|
|
17154
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
17155
|
+
}
|
|
17156
|
+
],
|
|
17157
|
+
"members": [
|
|
17196
17158
|
{
|
|
17197
|
-
"
|
|
17198
|
-
"
|
|
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"
|
|
17199
17166
|
},
|
|
17200
17167
|
{
|
|
17201
|
-
"
|
|
17202
|
-
"
|
|
17168
|
+
"kind": "field",
|
|
17169
|
+
"name": "valueAsNumber",
|
|
17170
|
+
"type": {
|
|
17171
|
+
"text": "number"
|
|
17172
|
+
},
|
|
17173
|
+
"description": "The value property, typed as a number.",
|
|
17174
|
+
"privacy": "public"
|
|
17203
17175
|
},
|
|
17204
17176
|
{
|
|
17205
|
-
"
|
|
17206
|
-
"
|
|
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"
|
|
17207
17184
|
},
|
|
17208
17185
|
{
|
|
17209
|
-
"
|
|
17210
|
-
"
|
|
17186
|
+
"kind": "field",
|
|
17187
|
+
"name": "min",
|
|
17188
|
+
"type": {
|
|
17189
|
+
"text": "number"
|
|
17190
|
+
},
|
|
17191
|
+
"default": "0",
|
|
17192
|
+
"description": "The minimum allowed value.",
|
|
17193
|
+
"privacy": "public"
|
|
17211
17194
|
},
|
|
17212
17195
|
{
|
|
17213
|
-
"
|
|
17214
|
-
"
|
|
17196
|
+
"kind": "field",
|
|
17197
|
+
"name": "max",
|
|
17198
|
+
"type": {
|
|
17199
|
+
"text": "number"
|
|
17200
|
+
},
|
|
17201
|
+
"default": "10",
|
|
17202
|
+
"description": "The maximum allowed value.",
|
|
17203
|
+
"privacy": "public"
|
|
17215
17204
|
},
|
|
17216
17205
|
{
|
|
17217
|
-
"
|
|
17218
|
-
"
|
|
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"
|
|
17219
17214
|
},
|
|
17220
17215
|
{
|
|
17221
|
-
"
|
|
17222
|
-
"
|
|
17216
|
+
"kind": "field",
|
|
17217
|
+
"name": "orientation",
|
|
17218
|
+
"type": {
|
|
17219
|
+
"text": "Orientation"
|
|
17220
|
+
},
|
|
17221
|
+
"description": "The orientation of the slider.",
|
|
17222
|
+
"privacy": "public"
|
|
17223
17223
|
},
|
|
17224
17224
|
{
|
|
17225
|
-
"
|
|
17226
|
-
"
|
|
17225
|
+
"kind": "field",
|
|
17226
|
+
"name": "mode",
|
|
17227
|
+
"type": {
|
|
17228
|
+
"text": "SliderMode"
|
|
17229
|
+
},
|
|
17230
|
+
"description": "The selection mode.",
|
|
17231
|
+
"privacy": "public"
|
|
17227
17232
|
},
|
|
17228
17233
|
{
|
|
17229
|
-
"
|
|
17230
|
-
"
|
|
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"
|
|
17231
17243
|
},
|
|
17232
17244
|
{
|
|
17233
|
-
"
|
|
17234
|
-
"
|
|
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"
|
|
17235
17254
|
},
|
|
17236
17255
|
{
|
|
17237
|
-
"
|
|
17238
|
-
"
|
|
17256
|
+
"kind": "field",
|
|
17257
|
+
"name": "keypressHandler",
|
|
17258
|
+
"privacy": "protected"
|
|
17239
17259
|
},
|
|
17240
17260
|
{
|
|
17241
|
-
"
|
|
17242
|
-
"
|
|
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"
|
|
17243
17282
|
},
|
|
17244
17283
|
{
|
|
17245
|
-
"
|
|
17246
|
-
"
|
|
17284
|
+
"kind": "method",
|
|
17285
|
+
"name": "#thumbTrackEndOffset",
|
|
17286
|
+
"parameters": [
|
|
17287
|
+
{
|
|
17288
|
+
"name": "value",
|
|
17289
|
+
"type": {
|
|
17290
|
+
"text": "number"
|
|
17291
|
+
}
|
|
17292
|
+
}
|
|
17293
|
+
]
|
|
17247
17294
|
},
|
|
17248
17295
|
{
|
|
17249
|
-
"
|
|
17250
|
-
"
|
|
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"
|
|
17251
17305
|
},
|
|
17252
17306
|
{
|
|
17253
|
-
"
|
|
17254
|
-
"
|
|
17307
|
+
"kind": "field",
|
|
17308
|
+
"name": "setupTrackConstraints",
|
|
17309
|
+
"privacy": "private"
|
|
17255
17310
|
},
|
|
17256
17311
|
{
|
|
17257
|
-
"
|
|
17258
|
-
"
|
|
17312
|
+
"kind": "field",
|
|
17313
|
+
"name": "setupListeners",
|
|
17314
|
+
"privacy": "private"
|
|
17259
17315
|
},
|
|
17260
17316
|
{
|
|
17261
|
-
"
|
|
17262
|
-
"
|
|
17317
|
+
"kind": "field",
|
|
17318
|
+
"name": "midpoint",
|
|
17319
|
+
"type": {
|
|
17320
|
+
"text": "string"
|
|
17321
|
+
},
|
|
17322
|
+
"privacy": "private",
|
|
17323
|
+
"readonly": true
|
|
17263
17324
|
},
|
|
17264
17325
|
{
|
|
17265
|
-
"
|
|
17266
|
-
"
|
|
17326
|
+
"kind": "method",
|
|
17327
|
+
"name": "setupDefaultValue",
|
|
17328
|
+
"privacy": "private",
|
|
17329
|
+
"return": {
|
|
17330
|
+
"type": {
|
|
17331
|
+
"text": "void"
|
|
17332
|
+
}
|
|
17333
|
+
}
|
|
17267
17334
|
},
|
|
17268
17335
|
{
|
|
17269
|
-
"
|
|
17270
|
-
"
|
|
17336
|
+
"kind": "field",
|
|
17337
|
+
"name": "handleThumbMouseDown",
|
|
17338
|
+
"privacy": "private",
|
|
17339
|
+
"description": "Handle mouse moves during a thumb drag operation\nIf the event handler is null it removes the events"
|
|
17271
17340
|
},
|
|
17272
17341
|
{
|
|
17273
|
-
"
|
|
17274
|
-
"
|
|
17342
|
+
"kind": "field",
|
|
17343
|
+
"name": "handleMouseMove",
|
|
17344
|
+
"privacy": "private",
|
|
17345
|
+
"description": "Handle mouse moves during a thumb drag operation"
|
|
17275
17346
|
},
|
|
17276
17347
|
{
|
|
17277
|
-
"
|
|
17278
|
-
"
|
|
17279
|
-
|
|
17280
|
-
|
|
17281
|
-
|
|
17282
|
-
|
|
17283
|
-
|
|
17284
|
-
|
|
17348
|
+
"kind": "method",
|
|
17349
|
+
"name": "#calculateValueFromMouseEvent",
|
|
17350
|
+
"parameters": [
|
|
17351
|
+
{
|
|
17352
|
+
"name": "e",
|
|
17353
|
+
"type": {
|
|
17354
|
+
"text": "Pick<MouseEvent, 'pageX' | 'pageY'>"
|
|
17355
|
+
}
|
|
17356
|
+
}
|
|
17357
|
+
]
|
|
17285
17358
|
},
|
|
17286
|
-
{
|
|
17287
|
-
"description": "Add an icon to the component.",
|
|
17288
|
-
"name": "icon"
|
|
17289
|
-
}
|
|
17290
|
-
],
|
|
17291
|
-
"members": [
|
|
17292
17359
|
{
|
|
17293
17360
|
"kind": "field",
|
|
17294
|
-
"name": "
|
|
17295
|
-
"
|
|
17296
|
-
|
|
17297
|
-
},
|
|
17298
|
-
"description": "Action HTML button element",
|
|
17299
|
-
"privacy": "public"
|
|
17361
|
+
"name": "handleWindowMouseUp",
|
|
17362
|
+
"privacy": "private",
|
|
17363
|
+
"description": "Handle a window mouse up during a drag operation"
|
|
17300
17364
|
},
|
|
17301
17365
|
{
|
|
17302
17366
|
"kind": "field",
|
|
17303
|
-
"name": "
|
|
17304
|
-
"
|
|
17305
|
-
"text": "HTMLButtonElement"
|
|
17306
|
-
},
|
|
17307
|
-
"readonly": true
|
|
17367
|
+
"name": "stopDragging",
|
|
17368
|
+
"privacy": "private"
|
|
17308
17369
|
},
|
|
17309
17370
|
{
|
|
17310
17371
|
"kind": "field",
|
|
17311
|
-
"name": "
|
|
17312
|
-
"
|
|
17313
|
-
|
|
17314
|
-
|
|
17315
|
-
|
|
17316
|
-
|
|
17372
|
+
"name": "handleMouseDown",
|
|
17373
|
+
"privacy": "private",
|
|
17374
|
+
"parameters": [
|
|
17375
|
+
{
|
|
17376
|
+
"description": "MouseEvent or null. If there is no event handler it will remove the events",
|
|
17377
|
+
"name": "e"
|
|
17378
|
+
}
|
|
17379
|
+
],
|
|
17380
|
+
"description": ""
|
|
17317
17381
|
},
|
|
17318
17382
|
{
|
|
17319
|
-
"kind": "
|
|
17320
|
-
"name": "
|
|
17321
|
-
"
|
|
17322
|
-
|
|
17323
|
-
|
|
17324
|
-
|
|
17383
|
+
"kind": "method",
|
|
17384
|
+
"name": "#roundToNearestStep",
|
|
17385
|
+
"parameters": [
|
|
17386
|
+
{
|
|
17387
|
+
"name": "value",
|
|
17388
|
+
"type": {
|
|
17389
|
+
"text": "number"
|
|
17390
|
+
}
|
|
17391
|
+
}
|
|
17392
|
+
]
|
|
17325
17393
|
},
|
|
17326
17394
|
{
|
|
17327
17395
|
"kind": "field",
|
|
17328
|
-
"name": "
|
|
17396
|
+
"name": "ariaLabel",
|
|
17329
17397
|
"type": {
|
|
17330
|
-
"text": "
|
|
17398
|
+
"text": "string | null"
|
|
17331
17399
|
},
|
|
17332
|
-
"
|
|
17333
|
-
"privacy": "public"
|
|
17400
|
+
"default": "null"
|
|
17334
17401
|
},
|
|
17335
17402
|
{
|
|
17336
17403
|
"kind": "field",
|
|
17337
|
-
"name": "
|
|
17404
|
+
"name": "ariaValuetext",
|
|
17338
17405
|
"type": {
|
|
17339
|
-
"text": "
|
|
17406
|
+
"text": "string | null"
|
|
17340
17407
|
},
|
|
17341
|
-
"
|
|
17342
|
-
"privacy": "public"
|
|
17408
|
+
"default": "null"
|
|
17343
17409
|
},
|
|
17344
17410
|
{
|
|
17345
17411
|
"kind": "field",
|
|
17346
|
-
"name": "
|
|
17412
|
+
"name": "markers",
|
|
17347
17413
|
"type": {
|
|
17348
|
-
"text": "
|
|
17414
|
+
"text": "boolean"
|
|
17349
17415
|
},
|
|
17350
|
-
"
|
|
17416
|
+
"default": "false",
|
|
17417
|
+
"description": "Display markers on/off",
|
|
17351
17418
|
"privacy": "public"
|
|
17352
17419
|
},
|
|
17353
17420
|
{
|
|
17354
17421
|
"kind": "field",
|
|
17355
|
-
"name": "
|
|
17422
|
+
"name": "pin",
|
|
17356
17423
|
"type": {
|
|
17357
|
-
"text": "
|
|
17424
|
+
"text": "boolean"
|
|
17358
17425
|
},
|
|
17359
|
-
"
|
|
17426
|
+
"default": "false",
|
|
17427
|
+
"description": "Show current value on the thumb.",
|
|
17360
17428
|
"privacy": "public"
|
|
17361
17429
|
},
|
|
17362
17430
|
{
|
|
17363
17431
|
"kind": "field",
|
|
17364
|
-
"name": "
|
|
17432
|
+
"name": "connotation",
|
|
17365
17433
|
"type": {
|
|
17366
|
-
"text": "
|
|
17434
|
+
"text": "SliderConnotation | undefined"
|
|
17367
17435
|
},
|
|
17368
|
-
"description": "
|
|
17436
|
+
"description": "slider connotation",
|
|
17369
17437
|
"privacy": "public"
|
|
17370
17438
|
},
|
|
17371
17439
|
{
|
|
17372
17440
|
"kind": "field",
|
|
17373
|
-
"name": "
|
|
17441
|
+
"name": "#isNonVisibleFocus",
|
|
17442
|
+
"privacy": "private",
|
|
17374
17443
|
"type": {
|
|
17375
|
-
"text": "
|
|
17444
|
+
"text": "boolean"
|
|
17376
17445
|
},
|
|
17377
|
-
"
|
|
17378
|
-
"privacy": "public"
|
|
17446
|
+
"default": "false"
|
|
17379
17447
|
},
|
|
17380
17448
|
{
|
|
17381
|
-
"kind": "
|
|
17382
|
-
"name": "
|
|
17383
|
-
"type": {
|
|
17384
|
-
"text": "string"
|
|
17385
|
-
},
|
|
17386
|
-
"default": "'chevron-down-line'",
|
|
17387
|
-
"description": "Indicates the split button's icon indicator.",
|
|
17388
|
-
"privacy": "public"
|
|
17449
|
+
"kind": "method",
|
|
17450
|
+
"name": "#registerThumbListeners"
|
|
17389
17451
|
},
|
|
17390
17452
|
{
|
|
17391
|
-
"kind": "
|
|
17392
|
-
"name": "
|
|
17393
|
-
"type": {
|
|
17394
|
-
"text": "boolean"
|
|
17395
|
-
},
|
|
17396
|
-
"default": "false",
|
|
17397
|
-
"description": "Indicates if the button is disabled.",
|
|
17398
|
-
"privacy": "public"
|
|
17453
|
+
"kind": "method",
|
|
17454
|
+
"name": "#unregisterThumbListeners"
|
|
17399
17455
|
},
|
|
17400
17456
|
{
|
|
17401
17457
|
"kind": "field",
|
|
17402
|
-
"name": "
|
|
17403
|
-
"
|
|
17404
|
-
"text": "string | null"
|
|
17405
|
-
},
|
|
17406
|
-
"default": "null"
|
|
17458
|
+
"name": "#onMouseOver",
|
|
17459
|
+
"privacy": "private"
|
|
17407
17460
|
},
|
|
17408
17461
|
{
|
|
17409
17462
|
"kind": "field",
|
|
17410
|
-
"name": "
|
|
17411
|
-
"
|
|
17412
|
-
"text": "string | null"
|
|
17413
|
-
},
|
|
17414
|
-
"default": "null"
|
|
17463
|
+
"name": "#onMouseOut",
|
|
17464
|
+
"privacy": "private"
|
|
17415
17465
|
},
|
|
17416
17466
|
{
|
|
17417
17467
|
"kind": "field",
|
|
17418
|
-
"name": "
|
|
17419
|
-
"
|
|
17420
|
-
"
|
|
17421
|
-
|
|
17422
|
-
|
|
17423
|
-
"description": "Defines a string value that labels the indicator element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
|
|
17424
|
-
"privacy": "public"
|
|
17468
|
+
"name": "proxy",
|
|
17469
|
+
"inheritedFrom": {
|
|
17470
|
+
"name": "FormAssociatedSlider",
|
|
17471
|
+
"module": "libs/components/src/lib/slider/slider.form-associated.ts"
|
|
17472
|
+
}
|
|
17425
17473
|
}
|
|
17426
17474
|
],
|
|
17427
17475
|
"events": [
|
|
17428
17476
|
{
|
|
17429
17477
|
"type": {
|
|
17430
|
-
"text": "CustomEvent<undefined>"
|
|
17431
|
-
},
|
|
17432
|
-
"description": "Event emitted when the action button is clicked",
|
|
17433
|
-
"name": "action-click"
|
|
17434
|
-
},
|
|
17435
|
-
{
|
|
17436
|
-
"type": {
|
|
17437
|
-
"text": "CustomEvent<undefined>"
|
|
17438
|
-
},
|
|
17439
|
-
"description": "Event emitted when the indicator button is clicked",
|
|
17440
|
-
"name": "indicator-click"
|
|
17441
|
-
}
|
|
17442
|
-
],
|
|
17443
|
-
"attributes": [
|
|
17444
|
-
{
|
|
17445
|
-
"name": "connotation",
|
|
17446
|
-
"type": {
|
|
17447
|
-
"text": "SplitButtonConnotation | undefined"
|
|
17448
|
-
},
|
|
17449
|
-
"description": "The connotation the split button should have.",
|
|
17450
|
-
"fieldName": "connotation"
|
|
17451
|
-
},
|
|
17452
|
-
{
|
|
17453
|
-
"name": "shape",
|
|
17454
|
-
"type": {
|
|
17455
|
-
"text": "SplitButtonShape | undefined"
|
|
17478
|
+
"text": "CustomEvent<undefined>"
|
|
17456
17479
|
},
|
|
17457
|
-
"description": "
|
|
17458
|
-
"
|
|
17459
|
-
}
|
|
17480
|
+
"description": "Fires a custom 'change' event when the slider value changes",
|
|
17481
|
+
"name": "change"
|
|
17482
|
+
}
|
|
17483
|
+
],
|
|
17484
|
+
"attributes": [
|
|
17460
17485
|
{
|
|
17461
|
-
"name": "
|
|
17486
|
+
"name": "readonly",
|
|
17462
17487
|
"type": {
|
|
17463
|
-
"text": "
|
|
17488
|
+
"text": "boolean"
|
|
17464
17489
|
},
|
|
17465
|
-
"description": "
|
|
17466
|
-
"fieldName": "
|
|
17490
|
+
"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.",
|
|
17491
|
+
"fieldName": "readOnly"
|
|
17467
17492
|
},
|
|
17468
17493
|
{
|
|
17469
|
-
"name": "size",
|
|
17470
17494
|
"type": {
|
|
17471
|
-
"text": "
|
|
17495
|
+
"text": "number"
|
|
17472
17496
|
},
|
|
17473
|
-
"
|
|
17474
|
-
"
|
|
17497
|
+
"default": "0",
|
|
17498
|
+
"description": "The minimum allowed value.",
|
|
17499
|
+
"fieldName": "min"
|
|
17475
17500
|
},
|
|
17476
17501
|
{
|
|
17477
|
-
"name": "label",
|
|
17478
17502
|
"type": {
|
|
17479
|
-
"text": "
|
|
17503
|
+
"text": "number"
|
|
17480
17504
|
},
|
|
17481
|
-
"
|
|
17482
|
-
"
|
|
17505
|
+
"default": "10",
|
|
17506
|
+
"description": "The maximum allowed value.",
|
|
17507
|
+
"fieldName": "max"
|
|
17483
17508
|
},
|
|
17484
17509
|
{
|
|
17485
|
-
"name": "icon",
|
|
17486
17510
|
"type": {
|
|
17487
|
-
"text": "
|
|
17511
|
+
"text": "number"
|
|
17488
17512
|
},
|
|
17489
|
-
"
|
|
17490
|
-
"
|
|
17513
|
+
"default": "1",
|
|
17514
|
+
"description": "Value to increment or decrement via arrow keys, mouse click or drag.",
|
|
17515
|
+
"fieldName": "step"
|
|
17491
17516
|
},
|
|
17492
17517
|
{
|
|
17493
|
-
"name": "
|
|
17518
|
+
"name": "orientation",
|
|
17494
17519
|
"type": {
|
|
17495
|
-
"text": "
|
|
17520
|
+
"text": "Orientation"
|
|
17496
17521
|
},
|
|
17497
|
-
"
|
|
17498
|
-
"
|
|
17499
|
-
"fieldName": "splitIndicator"
|
|
17522
|
+
"description": "The orientation of the slider.",
|
|
17523
|
+
"fieldName": "orientation"
|
|
17500
17524
|
},
|
|
17501
17525
|
{
|
|
17502
|
-
"name": "
|
|
17526
|
+
"name": "mode",
|
|
17503
17527
|
"type": {
|
|
17504
|
-
"text": "
|
|
17528
|
+
"text": "SliderMode"
|
|
17505
17529
|
},
|
|
17506
|
-
"
|
|
17507
|
-
"
|
|
17508
|
-
"fieldName": "disabled"
|
|
17530
|
+
"description": "The selection mode.",
|
|
17531
|
+
"fieldName": "mode"
|
|
17509
17532
|
},
|
|
17510
17533
|
{
|
|
17511
17534
|
"name": "aria-label",
|
|
@@ -17516,52 +17539,85 @@
|
|
|
17516
17539
|
"fieldName": "ariaLabel"
|
|
17517
17540
|
},
|
|
17518
17541
|
{
|
|
17519
|
-
"name": "aria-
|
|
17542
|
+
"name": "aria-valuetext",
|
|
17520
17543
|
"type": {
|
|
17521
17544
|
"text": "string | null"
|
|
17522
17545
|
},
|
|
17523
17546
|
"default": "null",
|
|
17524
|
-
"fieldName": "
|
|
17547
|
+
"fieldName": "ariaValuetext"
|
|
17525
17548
|
},
|
|
17526
17549
|
{
|
|
17527
|
-
"name": "indicator-aria-label",
|
|
17528
17550
|
"type": {
|
|
17529
|
-
"text": "
|
|
17551
|
+
"text": "boolean"
|
|
17530
17552
|
},
|
|
17531
|
-
"default": "
|
|
17532
|
-
"description": "
|
|
17533
|
-
"fieldName": "
|
|
17553
|
+
"default": "false",
|
|
17554
|
+
"description": "Display markers on/off",
|
|
17555
|
+
"fieldName": "markers"
|
|
17556
|
+
},
|
|
17557
|
+
{
|
|
17558
|
+
"type": {
|
|
17559
|
+
"text": "boolean"
|
|
17560
|
+
},
|
|
17561
|
+
"default": "false",
|
|
17562
|
+
"description": "Show current value on the thumb.",
|
|
17563
|
+
"fieldName": "pin"
|
|
17564
|
+
},
|
|
17565
|
+
{
|
|
17566
|
+
"name": "connotation",
|
|
17567
|
+
"type": {
|
|
17568
|
+
"text": "SliderConnotation | undefined"
|
|
17569
|
+
},
|
|
17570
|
+
"description": "slider connotation",
|
|
17571
|
+
"fieldName": "connotation"
|
|
17534
17572
|
}
|
|
17535
17573
|
],
|
|
17536
17574
|
"superclass": {
|
|
17537
|
-
"name": "
|
|
17538
|
-
"module": "/libs/components/src/
|
|
17575
|
+
"name": "FormAssociatedSlider",
|
|
17576
|
+
"module": "/libs/components/src/lib/slider/slider.form-associated"
|
|
17539
17577
|
},
|
|
17540
17578
|
"vividComponent": {
|
|
17541
17579
|
"public": true,
|
|
17542
|
-
"name": "
|
|
17580
|
+
"name": "slider",
|
|
17581
|
+
"vueModels": [
|
|
17582
|
+
{
|
|
17583
|
+
"name": "modelValue",
|
|
17584
|
+
"attributeName": "value",
|
|
17585
|
+
"eventNames": [
|
|
17586
|
+
"change"
|
|
17587
|
+
],
|
|
17588
|
+
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
17589
|
+
}
|
|
17590
|
+
]
|
|
17543
17591
|
}
|
|
17544
17592
|
}
|
|
17545
17593
|
],
|
|
17546
17594
|
"exports": [
|
|
17547
17595
|
{
|
|
17548
17596
|
"kind": "js",
|
|
17549
|
-
"name": "
|
|
17597
|
+
"name": "SliderMode",
|
|
17550
17598
|
"declaration": {
|
|
17551
|
-
"name": "
|
|
17552
|
-
"module": "libs/components/src/lib/
|
|
17599
|
+
"name": "SliderMode",
|
|
17600
|
+
"module": "libs/components/src/lib/slider/slider.ts"
|
|
17601
|
+
}
|
|
17602
|
+
},
|
|
17603
|
+
{
|
|
17604
|
+
"kind": "js",
|
|
17605
|
+
"name": "Slider",
|
|
17606
|
+
"declaration": {
|
|
17607
|
+
"name": "Slider",
|
|
17608
|
+
"module": "libs/components/src/lib/slider/slider.ts"
|
|
17553
17609
|
}
|
|
17554
17610
|
}
|
|
17555
17611
|
]
|
|
17556
17612
|
},
|
|
17557
17613
|
{
|
|
17558
17614
|
"kind": "javascript-module",
|
|
17559
|
-
"path": "libs/components/src/lib/
|
|
17615
|
+
"path": "libs/components/src/lib/tab/definition.ts",
|
|
17560
17616
|
"declarations": [
|
|
17561
17617
|
{
|
|
17562
17618
|
"kind": "variable",
|
|
17563
|
-
"name": "
|
|
17564
|
-
"description": "Registers the
|
|
17619
|
+
"name": "registerTab",
|
|
17620
|
+
"description": "Registers the tab elements with the design system.",
|
|
17565
17621
|
"parameters": [
|
|
17566
17622
|
{
|
|
17567
17623
|
"description": "the prefix to use for the component name",
|
|
@@ -17573,322 +17629,273 @@
|
|
|
17573
17629
|
"exports": [
|
|
17574
17630
|
{
|
|
17575
17631
|
"kind": "js",
|
|
17576
|
-
"name": "
|
|
17632
|
+
"name": "TabConnotation",
|
|
17577
17633
|
"declaration": {
|
|
17578
|
-
"name": "
|
|
17579
|
-
"module": "./
|
|
17634
|
+
"name": "TabConnotation",
|
|
17635
|
+
"module": "./tab"
|
|
17580
17636
|
}
|
|
17581
17637
|
},
|
|
17582
17638
|
{
|
|
17583
17639
|
"kind": "js",
|
|
17584
|
-
"name": "
|
|
17640
|
+
"name": "TabShape",
|
|
17585
17641
|
"declaration": {
|
|
17586
|
-
"name": "
|
|
17587
|
-
"module": "
|
|
17588
|
-
}
|
|
17589
|
-
}
|
|
17590
|
-
]
|
|
17591
|
-
},
|
|
17592
|
-
{
|
|
17593
|
-
"kind": "javascript-module",
|
|
17594
|
-
"path": "libs/components/src/lib/switch/switch.form-associated.ts",
|
|
17595
|
-
"declarations": [
|
|
17596
|
-
{
|
|
17597
|
-
"kind": "class",
|
|
17598
|
-
"description": "",
|
|
17599
|
-
"name": "FormAssociatedSwitch",
|
|
17600
|
-
"members": [
|
|
17601
|
-
{
|
|
17602
|
-
"kind": "field",
|
|
17603
|
-
"name": "proxy"
|
|
17604
|
-
}
|
|
17605
|
-
],
|
|
17606
|
-
"mixins": [
|
|
17607
|
-
{
|
|
17608
|
-
"name": "CheckableFormAssociated",
|
|
17609
|
-
"module": "/libs/components/src/shared/foundation/form-associated/form-associated"
|
|
17610
|
-
}
|
|
17611
|
-
],
|
|
17612
|
-
"superclass": {
|
|
17613
|
-
"name": "_Switch",
|
|
17614
|
-
"module": "libs/components/src/lib/switch/switch.form-associated.ts"
|
|
17642
|
+
"name": "TabShape",
|
|
17643
|
+
"module": "./tab"
|
|
17615
17644
|
}
|
|
17616
|
-
}
|
|
17617
|
-
],
|
|
17618
|
-
"exports": [
|
|
17645
|
+
},
|
|
17619
17646
|
{
|
|
17620
17647
|
"kind": "js",
|
|
17621
|
-
"name": "
|
|
17648
|
+
"name": "registerTab",
|
|
17622
17649
|
"declaration": {
|
|
17623
|
-
"name": "
|
|
17624
|
-
"module": "libs/components/src/lib/
|
|
17650
|
+
"name": "registerTab",
|
|
17651
|
+
"module": "libs/components/src/lib/tab/definition.ts"
|
|
17625
17652
|
}
|
|
17626
17653
|
}
|
|
17627
17654
|
]
|
|
17628
17655
|
},
|
|
17629
17656
|
{
|
|
17630
17657
|
"kind": "javascript-module",
|
|
17631
|
-
"path": "libs/components/src/lib/
|
|
17632
|
-
"declarations": [
|
|
17633
|
-
|
|
17634
|
-
|
|
17635
|
-
|
|
17636
|
-
|
|
17637
|
-
|
|
17638
|
-
|
|
17639
|
-
|
|
17640
|
-
|
|
17641
|
-
|
|
17642
|
-
|
|
17643
|
-
|
|
17644
|
-
"default": "var(--vvd-color-cta-500)"
|
|
17645
|
-
},
|
|
17646
|
-
{
|
|
17647
|
-
"name": "--vvd-switch-cta-primary-increment",
|
|
17648
|
-
"default": "var(--vvd-color-cta-600)"
|
|
17649
|
-
},
|
|
17650
|
-
{
|
|
17651
|
-
"name": "--vvd-switch-cta-firm",
|
|
17652
|
-
"default": "var(--vvd-color-cta-600)"
|
|
17653
|
-
},
|
|
17654
|
-
{
|
|
17655
|
-
"name": "--vvd-switch-cta-intermediate",
|
|
17656
|
-
"default": "var(--vvd-color-cta-500)"
|
|
17657
|
-
},
|
|
17658
|
-
{
|
|
17659
|
-
"name": "--vvd-switch-cta-fierce",
|
|
17660
|
-
"default": "var(--vvd-color-cta-700)"
|
|
17661
|
-
},
|
|
17662
|
-
{
|
|
17663
|
-
"name": "--vvd-switch-alert-primary-text",
|
|
17664
|
-
"default": "var(--vvd-color-canvas)"
|
|
17665
|
-
},
|
|
17666
|
-
{
|
|
17667
|
-
"name": "--vvd-switch-alert-primary",
|
|
17668
|
-
"default": "var(--vvd-color-alert-500)"
|
|
17669
|
-
},
|
|
17670
|
-
{
|
|
17671
|
-
"name": "--vvd-switch-alert-primary-increment",
|
|
17672
|
-
"default": "var(--vvd-color-alert-600)"
|
|
17673
|
-
},
|
|
17674
|
-
{
|
|
17675
|
-
"name": "--vvd-switch-alert-firm",
|
|
17676
|
-
"default": "var(--vvd-color-alert-600)"
|
|
17677
|
-
},
|
|
17678
|
-
{
|
|
17679
|
-
"name": "--vvd-switch-alert-intermediate",
|
|
17680
|
-
"default": "var(--vvd-color-alert-500)"
|
|
17681
|
-
},
|
|
17682
|
-
{
|
|
17683
|
-
"name": "--vvd-switch-alert-fierce",
|
|
17684
|
-
"default": "var(--vvd-color-alert-700)"
|
|
17685
|
-
},
|
|
17686
|
-
{
|
|
17687
|
-
"name": "--vvd-switch-success-primary-text",
|
|
17688
|
-
"default": "var(--vvd-color-canvas)"
|
|
17689
|
-
},
|
|
17690
|
-
{
|
|
17691
|
-
"name": "--vvd-switch-success-primary",
|
|
17692
|
-
"default": "var(--vvd-color-success-500)"
|
|
17693
|
-
},
|
|
17694
|
-
{
|
|
17695
|
-
"name": "--vvd-switch-success-primary-increment",
|
|
17696
|
-
"default": "var(--vvd-color-success-600)"
|
|
17697
|
-
},
|
|
17698
|
-
{
|
|
17699
|
-
"name": "--vvd-switch-success-firm",
|
|
17700
|
-
"default": "var(--vvd-color-success-600)"
|
|
17701
|
-
},
|
|
17702
|
-
{
|
|
17703
|
-
"name": "--vvd-switch-success-intermediate",
|
|
17704
|
-
"default": "var(--vvd-color-success-500)"
|
|
17705
|
-
},
|
|
17706
|
-
{
|
|
17707
|
-
"name": "--vvd-switch-success-fierce",
|
|
17708
|
-
"default": "var(--vvd-color-success-700)"
|
|
17709
|
-
},
|
|
17658
|
+
"path": "libs/components/src/lib/tab/locale.ts",
|
|
17659
|
+
"declarations": [],
|
|
17660
|
+
"exports": []
|
|
17661
|
+
},
|
|
17662
|
+
{
|
|
17663
|
+
"kind": "javascript-module",
|
|
17664
|
+
"path": "libs/components/src/lib/tab/tab.ts",
|
|
17665
|
+
"declarations": [
|
|
17666
|
+
{
|
|
17667
|
+
"kind": "class",
|
|
17668
|
+
"description": "",
|
|
17669
|
+
"name": "Tab",
|
|
17670
|
+
"cssProperties": [
|
|
17710
17671
|
{
|
|
17711
|
-
"name": "--vvd-
|
|
17672
|
+
"name": "--vvd-tab-cta-primary-text",
|
|
17712
17673
|
"default": "var(--vvd-color-canvas)"
|
|
17713
17674
|
},
|
|
17714
17675
|
{
|
|
17715
|
-
"name": "--vvd-
|
|
17716
|
-
"default": "var(--vvd-color-
|
|
17676
|
+
"name": "--vvd-tab-cta-firm",
|
|
17677
|
+
"default": "var(--vvd-color-cta-600)"
|
|
17717
17678
|
},
|
|
17718
17679
|
{
|
|
17719
|
-
"name": "--vvd-
|
|
17720
|
-
"default": "var(--vvd-color-
|
|
17680
|
+
"name": "--vvd-tab-cta-faint",
|
|
17681
|
+
"default": "var(--vvd-color-cta-50)"
|
|
17721
17682
|
},
|
|
17722
17683
|
{
|
|
17723
|
-
"name": "--vvd-
|
|
17724
|
-
"default": "var(--vvd-color-
|
|
17684
|
+
"name": "--vvd-tab-cta-fierce",
|
|
17685
|
+
"default": "var(--vvd-color-cta-700)"
|
|
17725
17686
|
},
|
|
17726
17687
|
{
|
|
17727
|
-
"name": "--vvd-
|
|
17728
|
-
"default": "var(--vvd-color-
|
|
17688
|
+
"name": "--vvd-tab-cta-pale",
|
|
17689
|
+
"default": "var(--vvd-color-cta-300)"
|
|
17729
17690
|
},
|
|
17730
17691
|
{
|
|
17731
|
-
"name": "--vvd-
|
|
17732
|
-
"default": "var(--vvd-color-
|
|
17692
|
+
"name": "--vvd-tab-cta-soft",
|
|
17693
|
+
"default": "var(--vvd-color-cta-100)"
|
|
17733
17694
|
},
|
|
17734
17695
|
{
|
|
17735
|
-
"name": "--vvd-
|
|
17696
|
+
"name": "--vvd-tab-accent-primary-text",
|
|
17736
17697
|
"default": "var(--vvd-color-canvas)"
|
|
17737
17698
|
},
|
|
17738
17699
|
{
|
|
17739
|
-
"name": "--vvd-
|
|
17700
|
+
"name": "--vvd-tab-accent-firm",
|
|
17740
17701
|
"default": "var(--vvd-color-canvas-text)"
|
|
17741
17702
|
},
|
|
17742
17703
|
{
|
|
17743
|
-
"name": "--vvd-
|
|
17744
|
-
"default": "var(--vvd-color-neutral-
|
|
17704
|
+
"name": "--vvd-tab-accent-faint",
|
|
17705
|
+
"default": "var(--vvd-color-neutral-50)"
|
|
17745
17706
|
},
|
|
17746
17707
|
{
|
|
17747
|
-
"name": "--vvd-
|
|
17748
|
-
"default": "var(--vvd-color-
|
|
17708
|
+
"name": "--vvd-tab-accent-fierce",
|
|
17709
|
+
"default": "var(--vvd-color-neutral-700)"
|
|
17749
17710
|
},
|
|
17750
17711
|
{
|
|
17751
|
-
"name": "--vvd-
|
|
17752
|
-
"default": "var(--vvd-color-neutral-
|
|
17712
|
+
"name": "--vvd-tab-accent-pale",
|
|
17713
|
+
"default": "var(--vvd-color-neutral-300)"
|
|
17753
17714
|
},
|
|
17754
17715
|
{
|
|
17755
|
-
"name": "--vvd-
|
|
17756
|
-
"default": "var(--vvd-color-neutral-
|
|
17716
|
+
"name": "--vvd-tab-accent-soft",
|
|
17717
|
+
"default": "var(--vvd-color-neutral-100)"
|
|
17718
|
+
}
|
|
17719
|
+
],
|
|
17720
|
+
"slots": [
|
|
17721
|
+
{
|
|
17722
|
+
"description": "Slot to add an icon to tab.",
|
|
17723
|
+
"name": "icon"
|
|
17757
17724
|
}
|
|
17758
17725
|
],
|
|
17759
17726
|
"members": [
|
|
17760
17727
|
{
|
|
17761
17728
|
"kind": "field",
|
|
17762
|
-
"name": "
|
|
17729
|
+
"name": "disabled",
|
|
17763
17730
|
"type": {
|
|
17764
|
-
"text": "
|
|
17731
|
+
"text": "boolean"
|
|
17765
17732
|
},
|
|
17766
|
-
"description": "
|
|
17733
|
+
"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.",
|
|
17767
17734
|
"privacy": "public"
|
|
17768
17735
|
},
|
|
17769
17736
|
{
|
|
17770
17737
|
"kind": "field",
|
|
17771
17738
|
"name": "connotation",
|
|
17772
17739
|
"type": {
|
|
17773
|
-
"text": "
|
|
17740
|
+
"text": "TabConnotation | undefined"
|
|
17774
17741
|
},
|
|
17775
|
-
"description": "
|
|
17742
|
+
"description": "The connotation the tab should have.",
|
|
17776
17743
|
"privacy": "public"
|
|
17777
17744
|
},
|
|
17778
17745
|
{
|
|
17779
17746
|
"kind": "field",
|
|
17780
|
-
"name": "
|
|
17747
|
+
"name": "shape",
|
|
17781
17748
|
"type": {
|
|
17782
|
-
"text": "
|
|
17749
|
+
"text": "TabShape | undefined"
|
|
17783
17750
|
},
|
|
17784
|
-
"description": "
|
|
17751
|
+
"description": "The shape the tab should have.",
|
|
17785
17752
|
"privacy": "public"
|
|
17786
17753
|
},
|
|
17787
17754
|
{
|
|
17788
|
-
"kind": "
|
|
17789
|
-
"name": "
|
|
17790
|
-
"
|
|
17791
|
-
|
|
17792
|
-
|
|
17793
|
-
|
|
17794
|
-
|
|
17795
|
-
}
|
|
17755
|
+
"kind": "field",
|
|
17756
|
+
"name": "label",
|
|
17757
|
+
"type": {
|
|
17758
|
+
"text": "string | undefined"
|
|
17759
|
+
},
|
|
17760
|
+
"description": "Indicates the tab's label.",
|
|
17761
|
+
"privacy": "public"
|
|
17796
17762
|
},
|
|
17797
17763
|
{
|
|
17798
17764
|
"kind": "field",
|
|
17799
|
-
"name": "
|
|
17765
|
+
"name": "removable",
|
|
17800
17766
|
"type": {
|
|
17801
17767
|
"text": "boolean"
|
|
17802
17768
|
},
|
|
17803
|
-
"default": "
|
|
17769
|
+
"default": "false",
|
|
17770
|
+
"description": "Indicates the tab's label.",
|
|
17771
|
+
"privacy": "public"
|
|
17804
17772
|
},
|
|
17805
17773
|
{
|
|
17806
17774
|
"kind": "field",
|
|
17807
|
-
"name": "
|
|
17775
|
+
"name": "tabIndex",
|
|
17776
|
+
"type": {
|
|
17777
|
+
"text": "number"
|
|
17778
|
+
},
|
|
17779
|
+
"default": "'-1' as unknown"
|
|
17808
17780
|
},
|
|
17809
17781
|
{
|
|
17810
17782
|
"kind": "field",
|
|
17811
|
-
"name": "
|
|
17812
|
-
"inheritedFrom": {
|
|
17813
|
-
"name": "FormAssociatedSwitch",
|
|
17814
|
-
"module": "libs/components/src/lib/switch/switch.form-associated.ts"
|
|
17815
|
-
}
|
|
17816
|
-
}
|
|
17817
|
-
],
|
|
17818
|
-
"events": [
|
|
17819
|
-
{
|
|
17783
|
+
"name": "ariaSelected",
|
|
17820
17784
|
"type": {
|
|
17821
|
-
"text": "
|
|
17785
|
+
"text": "string | null"
|
|
17822
17786
|
},
|
|
17823
|
-
"
|
|
17824
|
-
|
|
17787
|
+
"default": "null"
|
|
17788
|
+
},
|
|
17789
|
+
{
|
|
17790
|
+
"kind": "method",
|
|
17791
|
+
"name": "_handleCloseClick",
|
|
17792
|
+
"parameters": [
|
|
17793
|
+
{
|
|
17794
|
+
"name": "e",
|
|
17795
|
+
"type": {
|
|
17796
|
+
"text": "Event"
|
|
17797
|
+
}
|
|
17798
|
+
}
|
|
17799
|
+
]
|
|
17800
|
+
},
|
|
17801
|
+
{
|
|
17802
|
+
"kind": "method",
|
|
17803
|
+
"name": "_onKeyDown",
|
|
17804
|
+
"parameters": [
|
|
17805
|
+
{
|
|
17806
|
+
"name": "e",
|
|
17807
|
+
"type": {
|
|
17808
|
+
"text": "KeyboardEvent"
|
|
17809
|
+
}
|
|
17810
|
+
}
|
|
17811
|
+
]
|
|
17825
17812
|
}
|
|
17826
17813
|
],
|
|
17827
17814
|
"attributes": [
|
|
17828
17815
|
{
|
|
17829
|
-
"name": "label",
|
|
17830
17816
|
"type": {
|
|
17831
|
-
"text": "
|
|
17817
|
+
"text": "boolean"
|
|
17832
17818
|
},
|
|
17833
|
-
"description": "
|
|
17834
|
-
"fieldName": "
|
|
17819
|
+
"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.",
|
|
17820
|
+
"fieldName": "disabled"
|
|
17835
17821
|
},
|
|
17836
17822
|
{
|
|
17837
17823
|
"name": "connotation",
|
|
17838
17824
|
"type": {
|
|
17839
|
-
"text": "
|
|
17825
|
+
"text": "TabConnotation | undefined"
|
|
17840
17826
|
},
|
|
17841
|
-
"description": "
|
|
17827
|
+
"description": "The connotation the tab should have.",
|
|
17842
17828
|
"fieldName": "connotation"
|
|
17843
17829
|
},
|
|
17844
17830
|
{
|
|
17845
|
-
"name": "
|
|
17831
|
+
"name": "shape",
|
|
17832
|
+
"type": {
|
|
17833
|
+
"text": "TabShape | undefined"
|
|
17834
|
+
},
|
|
17835
|
+
"description": "The shape the tab should have.",
|
|
17836
|
+
"fieldName": "shape"
|
|
17837
|
+
},
|
|
17838
|
+
{
|
|
17839
|
+
"name": "label",
|
|
17840
|
+
"type": {
|
|
17841
|
+
"text": "string | undefined"
|
|
17842
|
+
},
|
|
17843
|
+
"description": "Indicates the tab's label.",
|
|
17844
|
+
"fieldName": "label"
|
|
17845
|
+
},
|
|
17846
|
+
{
|
|
17846
17847
|
"type": {
|
|
17847
17848
|
"text": "boolean"
|
|
17848
17849
|
},
|
|
17849
|
-
"
|
|
17850
|
-
"
|
|
17850
|
+
"default": "false",
|
|
17851
|
+
"description": "Indicates the tab's label.",
|
|
17852
|
+
"fieldName": "removable"
|
|
17853
|
+
},
|
|
17854
|
+
{
|
|
17855
|
+
"type": {
|
|
17856
|
+
"text": "number"
|
|
17857
|
+
},
|
|
17858
|
+
"default": "'-1' as unknown",
|
|
17859
|
+
"fieldName": "tabIndex"
|
|
17860
|
+
},
|
|
17861
|
+
{
|
|
17862
|
+
"name": "aria-selected",
|
|
17863
|
+
"type": {
|
|
17864
|
+
"text": "string | null"
|
|
17865
|
+
},
|
|
17866
|
+
"default": "null",
|
|
17867
|
+
"fieldName": "ariaSelected"
|
|
17851
17868
|
}
|
|
17852
17869
|
],
|
|
17853
17870
|
"superclass": {
|
|
17854
|
-
"name": "
|
|
17855
|
-
"module": "/libs/components/src/
|
|
17871
|
+
"name": "VividElement",
|
|
17872
|
+
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
17856
17873
|
},
|
|
17857
17874
|
"vividComponent": {
|
|
17858
17875
|
"public": true,
|
|
17859
|
-
"name": "
|
|
17860
|
-
"vueModels": [
|
|
17861
|
-
{
|
|
17862
|
-
"name": "modelValue",
|
|
17863
|
-
"attributeName": "checked",
|
|
17864
|
-
"eventNames": [
|
|
17865
|
-
"change"
|
|
17866
|
-
],
|
|
17867
|
-
"valueMapping": "(event.target as HTMLInputElement).checked"
|
|
17868
|
-
}
|
|
17869
|
-
]
|
|
17876
|
+
"name": "tab"
|
|
17870
17877
|
}
|
|
17871
17878
|
}
|
|
17872
17879
|
],
|
|
17873
17880
|
"exports": [
|
|
17874
17881
|
{
|
|
17875
17882
|
"kind": "js",
|
|
17876
|
-
"name": "
|
|
17883
|
+
"name": "Tab",
|
|
17877
17884
|
"declaration": {
|
|
17878
|
-
"name": "
|
|
17879
|
-
"module": "libs/components/src/lib/
|
|
17885
|
+
"name": "Tab",
|
|
17886
|
+
"module": "libs/components/src/lib/tab/tab.ts"
|
|
17880
17887
|
}
|
|
17881
17888
|
}
|
|
17882
17889
|
]
|
|
17883
17890
|
},
|
|
17884
17891
|
{
|
|
17885
17892
|
"kind": "javascript-module",
|
|
17886
|
-
"path": "libs/components/src/lib/
|
|
17893
|
+
"path": "libs/components/src/lib/switch/definition.ts",
|
|
17887
17894
|
"declarations": [
|
|
17888
17895
|
{
|
|
17889
17896
|
"kind": "variable",
|
|
17890
|
-
"name": "
|
|
17891
|
-
"description": "Registers the
|
|
17897
|
+
"name": "registerSwitch",
|
|
17898
|
+
"description": "Registers the switch elements with the design system.",
|
|
17892
17899
|
"parameters": [
|
|
17893
17900
|
{
|
|
17894
17901
|
"description": "the prefix to use for the component name",
|
|
@@ -17900,261 +17907,326 @@
|
|
|
17900
17907
|
"exports": [
|
|
17901
17908
|
{
|
|
17902
17909
|
"kind": "js",
|
|
17903
|
-
"name": "
|
|
17910
|
+
"name": "SwitchConnotation",
|
|
17904
17911
|
"declaration": {
|
|
17905
|
-
"name": "
|
|
17906
|
-
"module": "./
|
|
17912
|
+
"name": "SwitchConnotation",
|
|
17913
|
+
"module": "./switch"
|
|
17907
17914
|
}
|
|
17908
17915
|
},
|
|
17909
17916
|
{
|
|
17910
17917
|
"kind": "js",
|
|
17911
|
-
"name": "
|
|
17918
|
+
"name": "registerSwitch",
|
|
17912
17919
|
"declaration": {
|
|
17913
|
-
"name": "
|
|
17914
|
-
"module": "
|
|
17920
|
+
"name": "registerSwitch",
|
|
17921
|
+
"module": "libs/components/src/lib/switch/definition.ts"
|
|
17922
|
+
}
|
|
17923
|
+
}
|
|
17924
|
+
]
|
|
17925
|
+
},
|
|
17926
|
+
{
|
|
17927
|
+
"kind": "javascript-module",
|
|
17928
|
+
"path": "libs/components/src/lib/switch/switch.form-associated.ts",
|
|
17929
|
+
"declarations": [
|
|
17930
|
+
{
|
|
17931
|
+
"kind": "class",
|
|
17932
|
+
"description": "",
|
|
17933
|
+
"name": "FormAssociatedSwitch",
|
|
17934
|
+
"members": [
|
|
17935
|
+
{
|
|
17936
|
+
"kind": "field",
|
|
17937
|
+
"name": "proxy"
|
|
17938
|
+
}
|
|
17939
|
+
],
|
|
17940
|
+
"mixins": [
|
|
17941
|
+
{
|
|
17942
|
+
"name": "CheckableFormAssociated",
|
|
17943
|
+
"module": "/libs/components/src/shared/foundation/form-associated/form-associated"
|
|
17944
|
+
}
|
|
17945
|
+
],
|
|
17946
|
+
"superclass": {
|
|
17947
|
+
"name": "_Switch",
|
|
17948
|
+
"module": "libs/components/src/lib/switch/switch.form-associated.ts"
|
|
17915
17949
|
}
|
|
17916
|
-
}
|
|
17950
|
+
}
|
|
17951
|
+
],
|
|
17952
|
+
"exports": [
|
|
17917
17953
|
{
|
|
17918
17954
|
"kind": "js",
|
|
17919
|
-
"name": "
|
|
17955
|
+
"name": "FormAssociatedSwitch",
|
|
17920
17956
|
"declaration": {
|
|
17921
|
-
"name": "
|
|
17922
|
-
"module": "libs/components/src/lib/
|
|
17957
|
+
"name": "FormAssociatedSwitch",
|
|
17958
|
+
"module": "libs/components/src/lib/switch/switch.form-associated.ts"
|
|
17923
17959
|
}
|
|
17924
17960
|
}
|
|
17925
17961
|
]
|
|
17926
17962
|
},
|
|
17927
17963
|
{
|
|
17928
17964
|
"kind": "javascript-module",
|
|
17929
|
-
"path": "libs/components/src/lib/
|
|
17930
|
-
"declarations": [],
|
|
17931
|
-
"exports": []
|
|
17932
|
-
},
|
|
17933
|
-
{
|
|
17934
|
-
"kind": "javascript-module",
|
|
17935
|
-
"path": "libs/components/src/lib/tab/tab.ts",
|
|
17965
|
+
"path": "libs/components/src/lib/switch/switch.ts",
|
|
17936
17966
|
"declarations": [
|
|
17937
17967
|
{
|
|
17938
17968
|
"kind": "class",
|
|
17939
17969
|
"description": "",
|
|
17940
|
-
"name": "
|
|
17970
|
+
"name": "Switch",
|
|
17941
17971
|
"cssProperties": [
|
|
17942
17972
|
{
|
|
17943
|
-
"name": "--vvd-
|
|
17973
|
+
"name": "--vvd-switch-cta-primary-text",
|
|
17944
17974
|
"default": "var(--vvd-color-canvas)"
|
|
17945
17975
|
},
|
|
17946
17976
|
{
|
|
17947
|
-
"name": "--vvd-
|
|
17977
|
+
"name": "--vvd-switch-cta-primary",
|
|
17978
|
+
"default": "var(--vvd-color-cta-500)"
|
|
17979
|
+
},
|
|
17980
|
+
{
|
|
17981
|
+
"name": "--vvd-switch-cta-primary-increment",
|
|
17948
17982
|
"default": "var(--vvd-color-cta-600)"
|
|
17949
17983
|
},
|
|
17950
17984
|
{
|
|
17951
|
-
"name": "--vvd-
|
|
17952
|
-
"default": "var(--vvd-color-cta-
|
|
17985
|
+
"name": "--vvd-switch-cta-firm",
|
|
17986
|
+
"default": "var(--vvd-color-cta-600)"
|
|
17953
17987
|
},
|
|
17954
17988
|
{
|
|
17955
|
-
"name": "--vvd-
|
|
17989
|
+
"name": "--vvd-switch-cta-intermediate",
|
|
17990
|
+
"default": "var(--vvd-color-cta-500)"
|
|
17991
|
+
},
|
|
17992
|
+
{
|
|
17993
|
+
"name": "--vvd-switch-cta-fierce",
|
|
17956
17994
|
"default": "var(--vvd-color-cta-700)"
|
|
17957
17995
|
},
|
|
17958
17996
|
{
|
|
17959
|
-
"name": "--vvd-
|
|
17960
|
-
"default": "var(--vvd-color-
|
|
17997
|
+
"name": "--vvd-switch-alert-primary-text",
|
|
17998
|
+
"default": "var(--vvd-color-canvas)"
|
|
17961
17999
|
},
|
|
17962
18000
|
{
|
|
17963
|
-
"name": "--vvd-
|
|
17964
|
-
"default": "var(--vvd-color-
|
|
18001
|
+
"name": "--vvd-switch-alert-primary",
|
|
18002
|
+
"default": "var(--vvd-color-alert-500)"
|
|
17965
18003
|
},
|
|
17966
18004
|
{
|
|
17967
|
-
"name": "--vvd-
|
|
18005
|
+
"name": "--vvd-switch-alert-primary-increment",
|
|
18006
|
+
"default": "var(--vvd-color-alert-600)"
|
|
18007
|
+
},
|
|
18008
|
+
{
|
|
18009
|
+
"name": "--vvd-switch-alert-firm",
|
|
18010
|
+
"default": "var(--vvd-color-alert-600)"
|
|
18011
|
+
},
|
|
18012
|
+
{
|
|
18013
|
+
"name": "--vvd-switch-alert-intermediate",
|
|
18014
|
+
"default": "var(--vvd-color-alert-500)"
|
|
18015
|
+
},
|
|
18016
|
+
{
|
|
18017
|
+
"name": "--vvd-switch-alert-fierce",
|
|
18018
|
+
"default": "var(--vvd-color-alert-700)"
|
|
18019
|
+
},
|
|
18020
|
+
{
|
|
18021
|
+
"name": "--vvd-switch-success-primary-text",
|
|
17968
18022
|
"default": "var(--vvd-color-canvas)"
|
|
17969
18023
|
},
|
|
17970
18024
|
{
|
|
17971
|
-
"name": "--vvd-
|
|
17972
|
-
"default": "var(--vvd-color-
|
|
18025
|
+
"name": "--vvd-switch-success-primary",
|
|
18026
|
+
"default": "var(--vvd-color-success-500)"
|
|
17973
18027
|
},
|
|
17974
18028
|
{
|
|
17975
|
-
"name": "--vvd-
|
|
17976
|
-
"default": "var(--vvd-color-
|
|
18029
|
+
"name": "--vvd-switch-success-primary-increment",
|
|
18030
|
+
"default": "var(--vvd-color-success-600)"
|
|
17977
18031
|
},
|
|
17978
18032
|
{
|
|
17979
|
-
"name": "--vvd-
|
|
17980
|
-
"default": "var(--vvd-color-
|
|
18033
|
+
"name": "--vvd-switch-success-firm",
|
|
18034
|
+
"default": "var(--vvd-color-success-600)"
|
|
17981
18035
|
},
|
|
17982
18036
|
{
|
|
17983
|
-
"name": "--vvd-
|
|
17984
|
-
"default": "var(--vvd-color-
|
|
18037
|
+
"name": "--vvd-switch-success-intermediate",
|
|
18038
|
+
"default": "var(--vvd-color-success-500)"
|
|
17985
18039
|
},
|
|
17986
18040
|
{
|
|
17987
|
-
"name": "--vvd-
|
|
17988
|
-
"default": "var(--vvd-color-
|
|
17989
|
-
}
|
|
17990
|
-
],
|
|
17991
|
-
"slots": [
|
|
18041
|
+
"name": "--vvd-switch-success-fierce",
|
|
18042
|
+
"default": "var(--vvd-color-success-700)"
|
|
18043
|
+
},
|
|
17992
18044
|
{
|
|
17993
|
-
"
|
|
17994
|
-
"
|
|
18045
|
+
"name": "--vvd-switch-announcement-primary-text",
|
|
18046
|
+
"default": "var(--vvd-color-canvas)"
|
|
18047
|
+
},
|
|
18048
|
+
{
|
|
18049
|
+
"name": "--vvd-switch-announcement-primary",
|
|
18050
|
+
"default": "var(--vvd-color-announcement-500)"
|
|
18051
|
+
},
|
|
18052
|
+
{
|
|
18053
|
+
"name": "--vvd-switch-announcement-primary-increment",
|
|
18054
|
+
"default": "var(--vvd-color-announcement-600)"
|
|
18055
|
+
},
|
|
18056
|
+
{
|
|
18057
|
+
"name": "--vvd-switch-announcement-firm",
|
|
18058
|
+
"default": "var(--vvd-color-announcement-600)"
|
|
18059
|
+
},
|
|
18060
|
+
{
|
|
18061
|
+
"name": "--vvd-switch-announcement-intermediate",
|
|
18062
|
+
"default": "var(--vvd-color-announcement-500)"
|
|
18063
|
+
},
|
|
18064
|
+
{
|
|
18065
|
+
"name": "--vvd-switch-announcement-fierce",
|
|
18066
|
+
"default": "var(--vvd-color-announcement-700)"
|
|
18067
|
+
},
|
|
18068
|
+
{
|
|
18069
|
+
"name": "--vvd-switch-accent-primary-text",
|
|
18070
|
+
"default": "var(--vvd-color-canvas)"
|
|
18071
|
+
},
|
|
18072
|
+
{
|
|
18073
|
+
"name": "--vvd-switch-accent-primary",
|
|
18074
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
18075
|
+
},
|
|
18076
|
+
{
|
|
18077
|
+
"name": "--vvd-switch-accent-primary-increment",
|
|
18078
|
+
"default": "var(--vvd-color-neutral-800)"
|
|
18079
|
+
},
|
|
18080
|
+
{
|
|
18081
|
+
"name": "--vvd-switch-accent-firm",
|
|
18082
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
18083
|
+
},
|
|
18084
|
+
{
|
|
18085
|
+
"name": "--vvd-switch-accent-intermediate",
|
|
18086
|
+
"default": "var(--vvd-color-neutral-500)"
|
|
18087
|
+
},
|
|
18088
|
+
{
|
|
18089
|
+
"name": "--vvd-switch-accent-fierce",
|
|
18090
|
+
"default": "var(--vvd-color-neutral-700)"
|
|
17995
18091
|
}
|
|
17996
18092
|
],
|
|
17997
18093
|
"members": [
|
|
17998
18094
|
{
|
|
17999
18095
|
"kind": "field",
|
|
18000
|
-
"name": "
|
|
18001
|
-
"type": {
|
|
18002
|
-
"text": "boolean"
|
|
18003
|
-
},
|
|
18004
|
-
"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.",
|
|
18005
|
-
"privacy": "public"
|
|
18006
|
-
},
|
|
18007
|
-
{
|
|
18008
|
-
"kind": "field",
|
|
18009
|
-
"name": "connotation",
|
|
18096
|
+
"name": "ariaLabel",
|
|
18010
18097
|
"type": {
|
|
18011
|
-
"text": "
|
|
18098
|
+
"text": "string | null"
|
|
18012
18099
|
},
|
|
18013
|
-
"
|
|
18014
|
-
"privacy": "public"
|
|
18100
|
+
"default": "null"
|
|
18015
18101
|
},
|
|
18016
18102
|
{
|
|
18017
18103
|
"kind": "field",
|
|
18018
|
-
"name": "
|
|
18104
|
+
"name": "label",
|
|
18019
18105
|
"type": {
|
|
18020
|
-
"text": "
|
|
18106
|
+
"text": "string | undefined"
|
|
18021
18107
|
},
|
|
18022
|
-
"description": "
|
|
18108
|
+
"description": "Indicates the switch's label.",
|
|
18023
18109
|
"privacy": "public"
|
|
18024
18110
|
},
|
|
18025
18111
|
{
|
|
18026
18112
|
"kind": "field",
|
|
18027
|
-
"name": "
|
|
18113
|
+
"name": "connotation",
|
|
18028
18114
|
"type": {
|
|
18029
|
-
"text": "
|
|
18115
|
+
"text": "SwitchConnotation | undefined"
|
|
18030
18116
|
},
|
|
18031
|
-
"description": "Indicates the
|
|
18117
|
+
"description": "Indicates the switch's connotation.",
|
|
18032
18118
|
"privacy": "public"
|
|
18033
18119
|
},
|
|
18034
18120
|
{
|
|
18035
18121
|
"kind": "field",
|
|
18036
|
-
"name": "
|
|
18122
|
+
"name": "readOnly",
|
|
18037
18123
|
"type": {
|
|
18038
18124
|
"text": "boolean"
|
|
18039
18125
|
},
|
|
18040
|
-
"
|
|
18041
|
-
"description": "Indicates the tab's label.",
|
|
18126
|
+
"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.",
|
|
18042
18127
|
"privacy": "public"
|
|
18043
18128
|
},
|
|
18044
18129
|
{
|
|
18045
|
-
"kind": "
|
|
18046
|
-
"name": "
|
|
18047
|
-
"
|
|
18048
|
-
|
|
18049
|
-
|
|
18050
|
-
|
|
18130
|
+
"kind": "method",
|
|
18131
|
+
"name": "updateForm",
|
|
18132
|
+
"privacy": "private",
|
|
18133
|
+
"return": {
|
|
18134
|
+
"type": {
|
|
18135
|
+
"text": "void"
|
|
18136
|
+
}
|
|
18137
|
+
}
|
|
18051
18138
|
},
|
|
18052
18139
|
{
|
|
18053
18140
|
"kind": "field",
|
|
18054
|
-
"name": "
|
|
18141
|
+
"name": "defaultChecked",
|
|
18055
18142
|
"type": {
|
|
18056
|
-
"text": "
|
|
18143
|
+
"text": "boolean"
|
|
18057
18144
|
},
|
|
18058
|
-
"default": "
|
|
18145
|
+
"default": "!!this.checkedAttribute"
|
|
18059
18146
|
},
|
|
18060
18147
|
{
|
|
18061
|
-
"kind": "
|
|
18062
|
-
"name": "
|
|
18063
|
-
"parameters": [
|
|
18064
|
-
{
|
|
18065
|
-
"name": "e",
|
|
18066
|
-
"type": {
|
|
18067
|
-
"text": "Event"
|
|
18068
|
-
}
|
|
18069
|
-
}
|
|
18070
|
-
]
|
|
18148
|
+
"kind": "field",
|
|
18149
|
+
"name": "checked"
|
|
18071
18150
|
},
|
|
18072
18151
|
{
|
|
18073
|
-
"kind": "
|
|
18074
|
-
"name": "
|
|
18075
|
-
"
|
|
18076
|
-
|
|
18077
|
-
|
|
18078
|
-
|
|
18079
|
-
"text": "KeyboardEvent"
|
|
18080
|
-
}
|
|
18081
|
-
}
|
|
18082
|
-
]
|
|
18152
|
+
"kind": "field",
|
|
18153
|
+
"name": "proxy",
|
|
18154
|
+
"inheritedFrom": {
|
|
18155
|
+
"name": "FormAssociatedSwitch",
|
|
18156
|
+
"module": "libs/components/src/lib/switch/switch.form-associated.ts"
|
|
18157
|
+
}
|
|
18083
18158
|
}
|
|
18084
18159
|
],
|
|
18085
|
-
"
|
|
18086
|
-
{
|
|
18087
|
-
"type": {
|
|
18088
|
-
"text": "boolean"
|
|
18089
|
-
},
|
|
18090
|
-
"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.",
|
|
18091
|
-
"fieldName": "disabled"
|
|
18092
|
-
},
|
|
18160
|
+
"events": [
|
|
18093
18161
|
{
|
|
18094
|
-
"name": "connotation",
|
|
18095
18162
|
"type": {
|
|
18096
|
-
"text": "
|
|
18163
|
+
"text": "CustomEvent<undefined>"
|
|
18097
18164
|
},
|
|
18098
|
-
"description": "
|
|
18099
|
-
"
|
|
18100
|
-
}
|
|
18165
|
+
"description": "Emits a custom change event when the checked state changes",
|
|
18166
|
+
"name": "change"
|
|
18167
|
+
}
|
|
18168
|
+
],
|
|
18169
|
+
"attributes": [
|
|
18101
18170
|
{
|
|
18102
|
-
"name": "
|
|
18171
|
+
"name": "aria-label",
|
|
18103
18172
|
"type": {
|
|
18104
|
-
"text": "
|
|
18173
|
+
"text": "string | null"
|
|
18105
18174
|
},
|
|
18106
|
-
"
|
|
18107
|
-
"fieldName": "
|
|
18175
|
+
"default": "null",
|
|
18176
|
+
"fieldName": "ariaLabel"
|
|
18108
18177
|
},
|
|
18109
18178
|
{
|
|
18110
18179
|
"name": "label",
|
|
18111
18180
|
"type": {
|
|
18112
18181
|
"text": "string | undefined"
|
|
18113
18182
|
},
|
|
18114
|
-
"description": "Indicates the
|
|
18183
|
+
"description": "Indicates the switch's label.",
|
|
18115
18184
|
"fieldName": "label"
|
|
18116
18185
|
},
|
|
18117
18186
|
{
|
|
18187
|
+
"name": "connotation",
|
|
18118
18188
|
"type": {
|
|
18119
|
-
"text": "
|
|
18120
|
-
},
|
|
18121
|
-
"default": "false",
|
|
18122
|
-
"description": "Indicates the tab's label.",
|
|
18123
|
-
"fieldName": "removable"
|
|
18124
|
-
},
|
|
18125
|
-
{
|
|
18126
|
-
"type": {
|
|
18127
|
-
"text": "number"
|
|
18189
|
+
"text": "SwitchConnotation | undefined"
|
|
18128
18190
|
},
|
|
18129
|
-
"
|
|
18130
|
-
"fieldName": "
|
|
18191
|
+
"description": "Indicates the switch's connotation.",
|
|
18192
|
+
"fieldName": "connotation"
|
|
18131
18193
|
},
|
|
18132
18194
|
{
|
|
18133
|
-
"name": "
|
|
18195
|
+
"name": "readonly",
|
|
18134
18196
|
"type": {
|
|
18135
|
-
"text": "
|
|
18197
|
+
"text": "boolean"
|
|
18136
18198
|
},
|
|
18137
|
-
"
|
|
18138
|
-
"fieldName": "
|
|
18199
|
+
"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.",
|
|
18200
|
+
"fieldName": "readOnly"
|
|
18139
18201
|
}
|
|
18140
18202
|
],
|
|
18141
18203
|
"superclass": {
|
|
18142
|
-
"name": "
|
|
18143
|
-
"module": "/libs/components/src/
|
|
18204
|
+
"name": "FormAssociatedSwitch",
|
|
18205
|
+
"module": "/libs/components/src/lib/switch/switch.form-associated"
|
|
18144
18206
|
},
|
|
18145
18207
|
"vividComponent": {
|
|
18146
18208
|
"public": true,
|
|
18147
|
-
"name": "
|
|
18209
|
+
"name": "switch",
|
|
18210
|
+
"vueModels": [
|
|
18211
|
+
{
|
|
18212
|
+
"name": "modelValue",
|
|
18213
|
+
"attributeName": "checked",
|
|
18214
|
+
"eventNames": [
|
|
18215
|
+
"change"
|
|
18216
|
+
],
|
|
18217
|
+
"valueMapping": "(event.target as HTMLInputElement).checked"
|
|
18218
|
+
}
|
|
18219
|
+
]
|
|
18148
18220
|
}
|
|
18149
18221
|
}
|
|
18150
18222
|
],
|
|
18151
18223
|
"exports": [
|
|
18152
18224
|
{
|
|
18153
18225
|
"kind": "js",
|
|
18154
|
-
"name": "
|
|
18226
|
+
"name": "Switch",
|
|
18155
18227
|
"declaration": {
|
|
18156
|
-
"name": "
|
|
18157
|
-
"module": "libs/components/src/lib/
|
|
18228
|
+
"name": "Switch",
|
|
18229
|
+
"module": "libs/components/src/lib/switch/switch.ts"
|
|
18158
18230
|
}
|
|
18159
18231
|
}
|
|
18160
18232
|
]
|
|
@@ -18268,6 +18340,14 @@
|
|
|
18268
18340
|
},
|
|
18269
18341
|
"default": "'--_tabs-tablist-column'"
|
|
18270
18342
|
},
|
|
18343
|
+
{
|
|
18344
|
+
"kind": "variable",
|
|
18345
|
+
"name": "TabsOrientation",
|
|
18346
|
+
"type": {
|
|
18347
|
+
"text": "{\n\tvertical: 'vertical',\n\thorizontal: 'horizontal',\n}"
|
|
18348
|
+
},
|
|
18349
|
+
"default": "{\n\tvertical: 'vertical',\n\thorizontal: 'horizontal',\n}"
|
|
18350
|
+
},
|
|
18271
18351
|
{
|
|
18272
18352
|
"kind": "class",
|
|
18273
18353
|
"description": "",
|
|
@@ -18722,6 +18802,14 @@
|
|
|
18722
18802
|
"module": "libs/components/src/lib/tabs/tabs.ts"
|
|
18723
18803
|
}
|
|
18724
18804
|
},
|
|
18805
|
+
{
|
|
18806
|
+
"kind": "js",
|
|
18807
|
+
"name": "TabsOrientation",
|
|
18808
|
+
"declaration": {
|
|
18809
|
+
"name": "TabsOrientation",
|
|
18810
|
+
"module": "libs/components/src/lib/tabs/tabs.ts"
|
|
18811
|
+
}
|
|
18812
|
+
},
|
|
18725
18813
|
{
|
|
18726
18814
|
"kind": "js",
|
|
18727
18815
|
"name": "Tabs",
|
|
@@ -21552,7 +21640,7 @@
|
|
|
21552
21640
|
],
|
|
21553
21641
|
"superclass": {
|
|
21554
21642
|
"name": "VividElement",
|
|
21555
|
-
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
21643
|
+
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element.js"
|
|
21556
21644
|
},
|
|
21557
21645
|
"vividComponent": {
|
|
21558
21646
|
"public": true,
|
|
@@ -21974,6 +22062,226 @@
|
|
|
21974
22062
|
}
|
|
21975
22063
|
]
|
|
21976
22064
|
},
|
|
22065
|
+
{
|
|
22066
|
+
"kind": "javascript-module",
|
|
22067
|
+
"path": "libs/components/src/lib/time-picker/inline-time-picker/columns.ts",
|
|
22068
|
+
"declarations": [
|
|
22069
|
+
{
|
|
22070
|
+
"kind": "variable",
|
|
22071
|
+
"name": "HoursColumn",
|
|
22072
|
+
"type": {
|
|
22073
|
+
"text": "Column"
|
|
22074
|
+
},
|
|
22075
|
+
"default": "{\n\tid: 'hours',\n\tgetLabel: (x: InlineTimePicker) => x.locale.timePicker.hoursLabel,\n\tgetOptions: (x: InlineTimePicker) =>\n\t\tgetHoursOptions(\n\t\t\tx.min,\n\t\t\tx.max,\n\t\t\tx.clock === '12h'\n\t\t\t\t? MeridiesColumn.getSelectedOptionValue(x) ??\n\t\t\t\t\t\tMeridiesColumn.getOptions(x)[0].value\n\t\t\t\t: undefined\n\t\t),\n\tgetSelectedOptionValue: (x: InlineTimePicker) =>\n\t\tx.value ? parseTimeStr(x.value).hourStr : undefined,\n\tupdatedValue: (x: InlineTimePicker, optionValue: string) => {\n\t\tif (x.value) {\n\t\t\tconst { minuteStr, secondStr } = parseTimeStr(x.value);\n\t\t\treturn `${optionValue}:${minuteStr}:${secondStr}`;\n\t\t} else {\n\t\t\treturn `${optionValue}:00:00`;\n\t\t}\n\t},\n}"
|
|
22076
|
+
},
|
|
22077
|
+
{
|
|
22078
|
+
"kind": "variable",
|
|
22079
|
+
"name": "MinutesColumn",
|
|
22080
|
+
"type": {
|
|
22081
|
+
"text": "Column"
|
|
22082
|
+
},
|
|
22083
|
+
"default": "{\n\tid: 'minutes',\n\tgetLabel: (x: InlineTimePicker) => x.locale.timePicker.minutesLabel,\n\tgetOptions: (x: InlineTimePicker) =>\n\t\tgetMinutesOptions(x.minutesStep, x.value, x.min, x.max),\n\tgetSelectedOptionValue: (x: InlineTimePicker) =>\n\t\tx.value ? parseTimeStr(x.value).minuteStr : undefined,\n\tupdatedValue: (x: InlineTimePicker, optionValue: string) => {\n\t\tif (x.value) {\n\t\t\tconst { hourStr, secondStr } = parseTimeStr(x.value);\n\t\t\treturn `${hourStr}:${optionValue}:${secondStr}`;\n\t\t} else {\n\t\t\treturn `00:${optionValue}:00`;\n\t\t}\n\t},\n}"
|
|
22084
|
+
},
|
|
22085
|
+
{
|
|
22086
|
+
"kind": "variable",
|
|
22087
|
+
"name": "SecondsColumn",
|
|
22088
|
+
"type": {
|
|
22089
|
+
"text": "Column"
|
|
22090
|
+
},
|
|
22091
|
+
"default": "{\n\tid: 'seconds',\n\tgetLabel: (x: InlineTimePicker) => x.locale.timePicker.secondsLabel,\n\tgetOptions: (x: InlineTimePicker) =>\n\t\tgetSecondsOptions(x.secondsStep!, x.value, x.min, x.max),\n\tgetSelectedOptionValue: (x: InlineTimePicker) =>\n\t\tx.value ? parseTimeStr(x.value).secondStr : undefined,\n\tupdatedValue: (x: InlineTimePicker, optionValue: string) => {\n\t\tif (x.value) {\n\t\t\tconst { hourStr, minuteStr } = parseTimeStr(x.value);\n\t\t\treturn `${hourStr}:${minuteStr}:${optionValue}`;\n\t\t} else {\n\t\t\treturn `00:00:${optionValue}`;\n\t\t}\n\t},\n}"
|
|
22092
|
+
},
|
|
22093
|
+
{
|
|
22094
|
+
"kind": "variable",
|
|
22095
|
+
"name": "MeridiesColumn",
|
|
22096
|
+
"type": {
|
|
22097
|
+
"text": "Column"
|
|
22098
|
+
},
|
|
22099
|
+
"default": "{\n\tid: 'meridies',\n\tgetLabel: (x: InlineTimePicker) => x.locale.timePicker.meridiesLabel,\n\tgetOptions: (x: InlineTimePicker) => getMeridiesOptions(x.min, x.max),\n\tgetSelectedOptionValue: (x: InlineTimePicker) =>\n\t\tx.value ? parseTimeStr(x.value).meridiem : undefined,\n\tupdatedValue: (x: InlineTimePicker, optionValue: string) => {\n\t\tif (x.value) {\n\t\t\tconst { hours, minuteStr, secondStr } = parseTimeStr(x.value);\n\t\t\tlet adjustedHours = hours;\n\t\t\tif (optionValue === 'AM' && hours >= 12) {\n\t\t\t\tadjustedHours -= 12;\n\t\t\t} else if (optionValue === 'PM' && hours < 12) {\n\t\t\t\tadjustedHours += 12;\n\t\t\t}\n\t\t\treturn `${formatTimePart(adjustedHours)}:${minuteStr}:${secondStr}`;\n\t\t} else {\n\t\t\tif (optionValue === 'AM') {\n\t\t\t\treturn '00:00:00';\n\t\t\t} else {\n\t\t\t\treturn '12:00:00';\n\t\t\t}\n\t\t}\n\t},\n}"
|
|
22100
|
+
}
|
|
22101
|
+
],
|
|
22102
|
+
"exports": [
|
|
22103
|
+
{
|
|
22104
|
+
"kind": "js",
|
|
22105
|
+
"name": "HoursColumn",
|
|
22106
|
+
"declaration": {
|
|
22107
|
+
"name": "HoursColumn",
|
|
22108
|
+
"module": "libs/components/src/lib/time-picker/inline-time-picker/columns.ts"
|
|
22109
|
+
}
|
|
22110
|
+
},
|
|
22111
|
+
{
|
|
22112
|
+
"kind": "js",
|
|
22113
|
+
"name": "MinutesColumn",
|
|
22114
|
+
"declaration": {
|
|
22115
|
+
"name": "MinutesColumn",
|
|
22116
|
+
"module": "libs/components/src/lib/time-picker/inline-time-picker/columns.ts"
|
|
22117
|
+
}
|
|
22118
|
+
},
|
|
22119
|
+
{
|
|
22120
|
+
"kind": "js",
|
|
22121
|
+
"name": "SecondsColumn",
|
|
22122
|
+
"declaration": {
|
|
22123
|
+
"name": "SecondsColumn",
|
|
22124
|
+
"module": "libs/components/src/lib/time-picker/inline-time-picker/columns.ts"
|
|
22125
|
+
}
|
|
22126
|
+
},
|
|
22127
|
+
{
|
|
22128
|
+
"kind": "js",
|
|
22129
|
+
"name": "MeridiesColumn",
|
|
22130
|
+
"declaration": {
|
|
22131
|
+
"name": "MeridiesColumn",
|
|
22132
|
+
"module": "libs/components/src/lib/time-picker/inline-time-picker/columns.ts"
|
|
22133
|
+
}
|
|
22134
|
+
}
|
|
22135
|
+
]
|
|
22136
|
+
},
|
|
22137
|
+
{
|
|
22138
|
+
"kind": "javascript-module",
|
|
22139
|
+
"path": "libs/components/src/lib/time-picker/inline-time-picker/definition.ts",
|
|
22140
|
+
"declarations": [
|
|
22141
|
+
{
|
|
22142
|
+
"kind": "variable",
|
|
22143
|
+
"name": "registerInlineTimePicker",
|
|
22144
|
+
"description": "Registers the inline-time-picker element with the design system.",
|
|
22145
|
+
"parameters": [
|
|
22146
|
+
{
|
|
22147
|
+
"description": "the prefix to use for the component name",
|
|
22148
|
+
"name": "prefix"
|
|
22149
|
+
}
|
|
22150
|
+
]
|
|
22151
|
+
}
|
|
22152
|
+
],
|
|
22153
|
+
"exports": [
|
|
22154
|
+
{
|
|
22155
|
+
"kind": "js",
|
|
22156
|
+
"name": "registerInlineTimePicker",
|
|
22157
|
+
"declaration": {
|
|
22158
|
+
"name": "registerInlineTimePicker",
|
|
22159
|
+
"module": "libs/components/src/lib/time-picker/inline-time-picker/definition.ts"
|
|
22160
|
+
}
|
|
22161
|
+
}
|
|
22162
|
+
]
|
|
22163
|
+
},
|
|
22164
|
+
{
|
|
22165
|
+
"kind": "javascript-module",
|
|
22166
|
+
"path": "libs/components/src/lib/time-picker/inline-time-picker/inline-time-picker.ts",
|
|
22167
|
+
"declarations": [
|
|
22168
|
+
{
|
|
22169
|
+
"kind": "class",
|
|
22170
|
+
"description": "",
|
|
22171
|
+
"name": "InlineTimePicker",
|
|
22172
|
+
"cssProperties": [
|
|
22173
|
+
{
|
|
22174
|
+
"name": "--vvd-time-picker-accent-primary",
|
|
22175
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
22176
|
+
},
|
|
22177
|
+
{
|
|
22178
|
+
"name": "--vvd-time-picker-accent-firm",
|
|
22179
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
22180
|
+
},
|
|
22181
|
+
{
|
|
22182
|
+
"name": "--vvd-time-picker-accent-faint",
|
|
22183
|
+
"default": "var(--vvd-color-neutral-50)"
|
|
22184
|
+
},
|
|
22185
|
+
{
|
|
22186
|
+
"name": "--vvd-time-picker-accent-soft",
|
|
22187
|
+
"default": "var(--vvd-color-neutral-100)"
|
|
22188
|
+
},
|
|
22189
|
+
{
|
|
22190
|
+
"name": "--vvd-time-picker-accent-dim",
|
|
22191
|
+
"default": "var(--vvd-color-neutral-200)"
|
|
22192
|
+
},
|
|
22193
|
+
{
|
|
22194
|
+
"name": "--vvd-time-picker-accent-pale",
|
|
22195
|
+
"default": "var(--vvd-color-neutral-300)"
|
|
22196
|
+
}
|
|
22197
|
+
],
|
|
22198
|
+
"members": [
|
|
22199
|
+
{
|
|
22200
|
+
"kind": "field",
|
|
22201
|
+
"name": "value",
|
|
22202
|
+
"type": {
|
|
22203
|
+
"text": "string | undefined"
|
|
22204
|
+
}
|
|
22205
|
+
},
|
|
22206
|
+
{
|
|
22207
|
+
"kind": "method",
|
|
22208
|
+
"name": "valueChanged",
|
|
22209
|
+
"parameters": [
|
|
22210
|
+
{
|
|
22211
|
+
"name": "_",
|
|
22212
|
+
"optional": true,
|
|
22213
|
+
"type": {
|
|
22214
|
+
"text": "string"
|
|
22215
|
+
}
|
|
22216
|
+
},
|
|
22217
|
+
{
|
|
22218
|
+
"name": "newValue",
|
|
22219
|
+
"optional": true,
|
|
22220
|
+
"type": {
|
|
22221
|
+
"text": "string"
|
|
22222
|
+
}
|
|
22223
|
+
}
|
|
22224
|
+
]
|
|
22225
|
+
},
|
|
22226
|
+
{
|
|
22227
|
+
"kind": "field",
|
|
22228
|
+
"name": "minutesStep",
|
|
22229
|
+
"type": {
|
|
22230
|
+
"text": "number"
|
|
22231
|
+
},
|
|
22232
|
+
"default": "1"
|
|
22233
|
+
},
|
|
22234
|
+
{
|
|
22235
|
+
"kind": "field",
|
|
22236
|
+
"name": "secondsStep",
|
|
22237
|
+
"type": {
|
|
22238
|
+
"text": "number | undefined"
|
|
22239
|
+
}
|
|
22240
|
+
},
|
|
22241
|
+
{
|
|
22242
|
+
"kind": "field",
|
|
22243
|
+
"name": "clock",
|
|
22244
|
+
"type": {
|
|
22245
|
+
"text": "'12h' | '24h'"
|
|
22246
|
+
},
|
|
22247
|
+
"default": "'24h'"
|
|
22248
|
+
},
|
|
22249
|
+
{
|
|
22250
|
+
"kind": "field",
|
|
22251
|
+
"name": "min",
|
|
22252
|
+
"type": {
|
|
22253
|
+
"text": "string | undefined"
|
|
22254
|
+
}
|
|
22255
|
+
},
|
|
22256
|
+
{
|
|
22257
|
+
"kind": "field",
|
|
22258
|
+
"name": "max",
|
|
22259
|
+
"type": {
|
|
22260
|
+
"text": "string | undefined"
|
|
22261
|
+
}
|
|
22262
|
+
},
|
|
22263
|
+
{
|
|
22264
|
+
"kind": "method",
|
|
22265
|
+
"name": "scrollSelectedOptionsToTop"
|
|
22266
|
+
}
|
|
22267
|
+
],
|
|
22268
|
+
"superclass": {
|
|
22269
|
+
"name": "VividElement",
|
|
22270
|
+
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
22271
|
+
}
|
|
22272
|
+
}
|
|
22273
|
+
],
|
|
22274
|
+
"exports": [
|
|
22275
|
+
{
|
|
22276
|
+
"kind": "js",
|
|
22277
|
+
"name": "InlineTimePicker",
|
|
22278
|
+
"declaration": {
|
|
22279
|
+
"name": "InlineTimePicker",
|
|
22280
|
+
"module": "libs/components/src/lib/time-picker/inline-time-picker/inline-time-picker.ts"
|
|
22281
|
+
}
|
|
22282
|
+
}
|
|
22283
|
+
]
|
|
22284
|
+
},
|
|
21977
22285
|
{
|
|
21978
22286
|
"kind": "javascript-module",
|
|
21979
22287
|
"path": "libs/components/src/lib/time-picker/time/picker.ts",
|
|
@@ -23665,6 +23973,42 @@
|
|
|
23665
23973
|
}
|
|
23666
23974
|
]
|
|
23667
23975
|
},
|
|
23976
|
+
{
|
|
23977
|
+
"kind": "javascript-module",
|
|
23978
|
+
"path": "libs/components/src/shared/foundation/utilities/direction.ts",
|
|
23979
|
+
"declarations": [
|
|
23980
|
+
{
|
|
23981
|
+
"kind": "function",
|
|
23982
|
+
"name": "getDirection",
|
|
23983
|
+
"return": {
|
|
23984
|
+
"type": {
|
|
23985
|
+
"text": "Direction"
|
|
23986
|
+
}
|
|
23987
|
+
},
|
|
23988
|
+
"parameters": [
|
|
23989
|
+
{
|
|
23990
|
+
"name": "rootNode",
|
|
23991
|
+
"type": {
|
|
23992
|
+
"text": "HTMLElement"
|
|
23993
|
+
},
|
|
23994
|
+
"description": "the HTMLElement to begin the query from, usually \"this\" when used in a component controller"
|
|
23995
|
+
}
|
|
23996
|
+
],
|
|
23997
|
+
"description": "a method to determine the current localization direction of the view",
|
|
23998
|
+
"privacy": "public"
|
|
23999
|
+
}
|
|
24000
|
+
],
|
|
24001
|
+
"exports": [
|
|
24002
|
+
{
|
|
24003
|
+
"kind": "js",
|
|
24004
|
+
"name": "getDirection",
|
|
24005
|
+
"declaration": {
|
|
24006
|
+
"name": "getDirection",
|
|
24007
|
+
"module": "libs/components/src/shared/foundation/utilities/direction.ts"
|
|
24008
|
+
}
|
|
24009
|
+
}
|
|
24010
|
+
]
|
|
24011
|
+
},
|
|
23668
24012
|
{
|
|
23669
24013
|
"kind": "javascript-module",
|
|
23670
24014
|
"path": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts",
|