@vonage/vivid 3.39.0 → 3.40.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (147) hide show
  1. package/accordion/index.js +1 -1
  2. package/accordion-item/index.js +1 -1
  3. package/alert/index.js +3 -2
  4. package/banner/index.js +2 -1
  5. package/breadcrumb-item/index.js +1 -1
  6. package/button/index.js +2 -1
  7. package/card/index.js +1 -1
  8. package/checkbox/index.js +1 -1
  9. package/combobox/index.js +5 -3
  10. package/custom-elements.json +512 -0
  11. package/data-grid/index.js +1 -0
  12. package/date-picker/index.js +6 -4
  13. package/date-range-picker/index.js +5 -3
  14. package/dialog/index.js +6 -2
  15. package/elevation/index.js +1 -1
  16. package/fab/index.js +1 -1
  17. package/file-picker/index.js +2 -1
  18. package/focus/index.js +1 -1
  19. package/header/index.js +1 -1
  20. package/index.js +23 -19
  21. package/lib/checkbox/checkbox.d.ts +1 -0
  22. package/lib/components.d.ts +1 -0
  23. package/lib/dialog/dialog.d.ts +4 -0
  24. package/lib/dialog/locale.d.ts +3 -0
  25. package/lib/menu/menu.d.ts +1 -0
  26. package/lib/number-field/locale.d.ts +4 -0
  27. package/lib/number-field/number-field.d.ts +4 -2
  28. package/lib/progress/progress.d.ts +1 -0
  29. package/lib/progress-ring/progress-ring.d.ts +1 -0
  30. package/lib/radio/radio.d.ts +1 -0
  31. package/lib/selectable-box/definition.d.ts +3 -0
  32. package/lib/selectable-box/selectable-box.d.ts +13 -0
  33. package/lib/selectable-box/selectable-box.template.d.ts +4 -0
  34. package/lib/slider/definition.d.ts +1 -0
  35. package/lib/slider/slider.d.ts +5 -0
  36. package/lib/text-area/text-area.d.ts +3 -0
  37. package/lib/text-field/text-field.d.ts +5 -2
  38. package/listbox/index.js +3 -2
  39. package/locales/en-GB.js +7 -0
  40. package/locales/en-US.js +7 -0
  41. package/locales/ja-JP.js +7 -0
  42. package/locales/zh-CN.js +7 -0
  43. package/menu/index.js +4 -3
  44. package/menu-item/index.js +1 -1
  45. package/nav-disclosure/index.js +1 -1
  46. package/nav-item/index.js +1 -1
  47. package/number-field/index.js +3 -1
  48. package/option/index.js +1 -1
  49. package/package.json +1 -1
  50. package/pagination/index.js +2 -1
  51. package/popup/index.js +4 -3
  52. package/radio/index.js +1 -1
  53. package/select/index.js +5 -3
  54. package/selectable-box/index.js +23 -0
  55. package/shared/Reflector.js +65 -0
  56. package/shared/date-picker/calendar/segment.d.ts +21 -0
  57. package/shared/date-picker/date-picker-base.d.ts +1 -0
  58. package/shared/definition.js +2 -2
  59. package/shared/definition10.js +4 -73
  60. package/shared/definition11.js +1 -1
  61. package/shared/definition12.js +1 -1
  62. package/shared/definition13.js +2 -2
  63. package/shared/definition14.js +12 -5
  64. package/shared/definition15.js +3 -3
  65. package/shared/definition16.js +22 -8
  66. package/shared/definition17.js +5 -5
  67. package/shared/definition18.js +15 -8
  68. package/shared/definition19.js +18 -10
  69. package/shared/definition2.js +2 -2
  70. package/shared/definition20.js +1 -1
  71. package/shared/definition21.js +1 -1
  72. package/shared/definition22.js +2 -2
  73. package/shared/definition23.js +4 -3
  74. package/shared/definition24.js +2 -2
  75. package/shared/definition27.js +13 -4
  76. package/shared/definition28.js +2 -2
  77. package/shared/definition29.js +2 -2
  78. package/shared/definition3.js +1 -1
  79. package/shared/definition30.js +2 -2
  80. package/shared/definition32.js +1 -1
  81. package/shared/definition33.js +19 -4
  82. package/shared/definition34.js +2 -2
  83. package/shared/definition35.js +3 -2
  84. package/shared/definition36.js +11 -3
  85. package/shared/definition37.js +13 -9
  86. package/shared/definition38.js +2 -2
  87. package/shared/definition39.js +5 -4
  88. package/shared/definition4.js +4 -3
  89. package/shared/definition40.js +4 -4
  90. package/shared/definition41.js +111 -76
  91. package/shared/definition42.js +77 -557
  92. package/shared/definition43.js +568 -102
  93. package/shared/definition44.js +104 -135
  94. package/shared/definition45.js +153 -17
  95. package/shared/definition46.js +16 -79
  96. package/shared/definition47.js +53 -475
  97. package/shared/definition48.js +493 -25
  98. package/shared/definition49.js +22 -121
  99. package/shared/definition5.js +1 -1
  100. package/shared/definition50.js +114 -261
  101. package/shared/definition51.js +258 -119
  102. package/shared/definition52.js +258 -109
  103. package/shared/definition53.js +84 -74
  104. package/shared/definition54.js +114 -69
  105. package/shared/definition55.js +81 -292
  106. package/shared/definition56.js +302 -13
  107. package/shared/definition57.js +11 -41
  108. package/shared/definition58.js +20 -154
  109. package/shared/definition59.js +181 -0
  110. package/shared/definition6.js +1 -1
  111. package/shared/definition7.js +3 -2
  112. package/shared/definition8.js +2 -2
  113. package/shared/enums.js +71 -0
  114. package/shared/icon.js +1 -1
  115. package/shared/index2.js +28 -1
  116. package/shared/key-codes.js +1 -1
  117. package/shared/key-codes2.js +9 -0
  118. package/shared/listbox.js +2 -7
  119. package/shared/localization/Locale.d.ts +4 -0
  120. package/shared/presentationDate.js +194 -141
  121. package/shared/radio.js +7 -0
  122. package/shared/text-field.js +1 -1
  123. package/shared/utils/Reflector.d.ts +8 -0
  124. package/shared/utils/randomId.d.ts +1 -0
  125. package/side-drawer/index.js +1 -1
  126. package/slider/index.js +2 -2
  127. package/split-button/index.js +2 -2
  128. package/style.css +686 -559
  129. package/styles/core/all.css +1 -1
  130. package/styles/core/theme.css +1 -1
  131. package/styles/core/typography.css +1 -1
  132. package/styles/tokens/theme-dark.css +4 -4
  133. package/styles/tokens/theme-light.css +4 -4
  134. package/styles/tokens/vivid-2-compat.css +1 -1
  135. package/switch/index.js +2 -2
  136. package/tab/index.js +2 -2
  137. package/tab-panel/index.js +1 -1
  138. package/tabs/index.js +4 -4
  139. package/tag/index.js +2 -2
  140. package/tag-group/index.js +1 -1
  141. package/text-area/index.js +3 -2
  142. package/text-field/index.js +3 -2
  143. package/toggletip/index.js +5 -4
  144. package/tooltip/index.js +5 -4
  145. package/tree-item/index.js +2 -2
  146. package/tree-view/index.js +1 -1
  147. package/vivid.api.json +141 -0
@@ -2804,6 +2804,14 @@
2804
2804
  }
2805
2805
  ],
2806
2806
  "members": [
2807
+ {
2808
+ "kind": "field",
2809
+ "name": "ariaLabel",
2810
+ "type": {
2811
+ "text": "string | null"
2812
+ },
2813
+ "default": "null"
2814
+ },
2807
2815
  {
2808
2816
  "kind": "field",
2809
2817
  "name": "connotation",
@@ -2815,6 +2823,14 @@
2815
2823
  }
2816
2824
  ],
2817
2825
  "attributes": [
2826
+ {
2827
+ "name": "aria-label",
2828
+ "type": {
2829
+ "text": "string | null"
2830
+ },
2831
+ "default": "null",
2832
+ "fieldName": "ariaLabel"
2833
+ },
2818
2834
  {
2819
2835
  "name": "connotation",
2820
2836
  "type": {
@@ -3136,6 +3152,12 @@
3136
3152
  "name": "updateCellStyle"
3137
3153
  }
3138
3154
  ],
3155
+ "events": [
3156
+ {
3157
+ "description": "Event that fires when a sortable column header is clicked",
3158
+ "name": "sort"
3159
+ }
3160
+ ],
3139
3161
  "attributes": [
3140
3162
  {
3141
3163
  "name": "aria-selected",
@@ -3728,6 +3750,23 @@
3728
3750
  "module": "libs/components/src/shared/date-picker/date-picker-base.ts"
3729
3751
  }
3730
3752
  },
3753
+ {
3754
+ "kind": "method",
3755
+ "name": "_adjustSelectedMonthToEnsureVisibilityOf",
3756
+ "privacy": "protected",
3757
+ "parameters": [
3758
+ {
3759
+ "name": "date",
3760
+ "type": {
3761
+ "text": "DateStr"
3762
+ }
3763
+ }
3764
+ ],
3765
+ "inheritedFrom": {
3766
+ "name": "DatePickerBase",
3767
+ "module": "libs/components/src/shared/date-picker/date-picker-base.ts"
3768
+ }
3769
+ },
3731
3770
  {
3732
3771
  "kind": "method",
3733
3772
  "name": "#isMonthAfterValidRange",
@@ -4146,6 +4185,23 @@
4146
4185
  "module": "libs/components/src/shared/date-picker/date-picker-base.ts"
4147
4186
  }
4148
4187
  },
4188
+ {
4189
+ "kind": "method",
4190
+ "name": "_adjustSelectedMonthToEnsureVisibilityOf",
4191
+ "privacy": "protected",
4192
+ "parameters": [
4193
+ {
4194
+ "name": "date",
4195
+ "type": {
4196
+ "text": "DateStr"
4197
+ }
4198
+ }
4199
+ ],
4200
+ "inheritedFrom": {
4201
+ "name": "DatePickerBase",
4202
+ "module": "libs/components/src/shared/date-picker/date-picker-base.ts"
4203
+ }
4204
+ },
4149
4205
  {
4150
4206
  "kind": "method",
4151
4207
  "name": "#isMonthAfterValidRange",
@@ -4558,6 +4614,14 @@
4558
4614
  },
4559
4615
  "default": "null"
4560
4616
  },
4617
+ {
4618
+ "kind": "field",
4619
+ "name": "dismissButtonAriaLabel",
4620
+ "type": {
4621
+ "text": "string | null"
4622
+ },
4623
+ "default": "null"
4624
+ },
4561
4625
  {
4562
4626
  "kind": "field",
4563
4627
  "name": "#modal",
@@ -4734,6 +4798,14 @@
4734
4798
  },
4735
4799
  "default": "null",
4736
4800
  "fieldName": "ariaDescribedBy"
4801
+ },
4802
+ {
4803
+ "name": "dismiss-button-aria-label",
4804
+ "type": {
4805
+ "text": "string | null"
4806
+ },
4807
+ "default": "null",
4808
+ "fieldName": "dismissButtonAriaLabel"
4737
4809
  }
4738
4810
  ],
4739
4811
  "superclass": {
@@ -4761,6 +4833,12 @@
4761
4833
  }
4762
4834
  ]
4763
4835
  },
4836
+ {
4837
+ "kind": "javascript-module",
4838
+ "path": "libs/components/src/lib/dialog/locale.ts",
4839
+ "declarations": [],
4840
+ "exports": []
4841
+ },
4764
4842
  {
4765
4843
  "kind": "javascript-module",
4766
4844
  "path": "libs/components/src/lib/divider/definition.ts",
@@ -6608,6 +6686,10 @@
6608
6686
  "type": {
6609
6687
  "text": "HTMLElement[] | undefined"
6610
6688
  }
6689
+ },
6690
+ {
6691
+ "kind": "field",
6692
+ "name": "handleFocusOut"
6611
6693
  }
6612
6694
  ],
6613
6695
  "events": [
@@ -7506,6 +7588,12 @@
7506
7588
  }
7507
7589
  ]
7508
7590
  },
7591
+ {
7592
+ "kind": "javascript-module",
7593
+ "path": "libs/components/src/lib/number-field/locale.ts",
7594
+ "declarations": [],
7595
+ "exports": []
7596
+ },
7509
7597
  {
7510
7598
  "kind": "javascript-module",
7511
7599
  "path": "libs/components/src/lib/number-field/number-field.ts",
@@ -7589,6 +7677,22 @@
7589
7677
  }
7590
7678
  ],
7591
7679
  "members": [
7680
+ {
7681
+ "kind": "field",
7682
+ "name": "incrementButtonAriaLabel",
7683
+ "type": {
7684
+ "text": "string | null"
7685
+ },
7686
+ "default": "null"
7687
+ },
7688
+ {
7689
+ "kind": "field",
7690
+ "name": "decrementButtonAriaLabel",
7691
+ "type": {
7692
+ "text": "string | null"
7693
+ },
7694
+ "default": "null"
7695
+ },
7592
7696
  {
7593
7697
  "kind": "field",
7594
7698
  "name": "appearance",
@@ -7643,6 +7747,22 @@
7643
7747
  }
7644
7748
  ],
7645
7749
  "attributes": [
7750
+ {
7751
+ "name": "increment-button-aria-label",
7752
+ "type": {
7753
+ "text": "string | null"
7754
+ },
7755
+ "default": "null",
7756
+ "fieldName": "incrementButtonAriaLabel"
7757
+ },
7758
+ {
7759
+ "name": "decrement-button-aria-label",
7760
+ "type": {
7761
+ "text": "string | null"
7762
+ },
7763
+ "default": "null",
7764
+ "fieldName": "decrementButtonAriaLabel"
7765
+ },
7646
7766
  {
7647
7767
  "name": "appearance",
7648
7768
  "type": {
@@ -8508,6 +8628,14 @@
8508
8628
  }
8509
8629
  ],
8510
8630
  "members": [
8631
+ {
8632
+ "kind": "field",
8633
+ "name": "ariaLabel",
8634
+ "type": {
8635
+ "text": "string | null"
8636
+ },
8637
+ "default": "null"
8638
+ },
8511
8639
  {
8512
8640
  "kind": "field",
8513
8641
  "name": "shape",
@@ -8538,6 +8666,14 @@
8538
8666
  }
8539
8667
  ],
8540
8668
  "attributes": [
8669
+ {
8670
+ "name": "aria-label",
8671
+ "type": {
8672
+ "text": "string | null"
8673
+ },
8674
+ "default": "null",
8675
+ "fieldName": "ariaLabel"
8676
+ },
8541
8677
  {
8542
8678
  "name": "shape",
8543
8679
  "type": {
@@ -8655,6 +8791,14 @@
8655
8791
  }
8656
8792
  ],
8657
8793
  "members": [
8794
+ {
8795
+ "kind": "field",
8796
+ "name": "ariaLabel",
8797
+ "type": {
8798
+ "text": "string | null"
8799
+ },
8800
+ "default": "null"
8801
+ },
8658
8802
  {
8659
8803
  "kind": "field",
8660
8804
  "name": "connotation",
@@ -8671,6 +8815,14 @@
8671
8815
  }
8672
8816
  ],
8673
8817
  "attributes": [
8818
+ {
8819
+ "name": "aria-label",
8820
+ "type": {
8821
+ "text": "string | null"
8822
+ },
8823
+ "default": "null",
8824
+ "fieldName": "ariaLabel"
8825
+ },
8674
8826
  {
8675
8827
  "name": "connotation",
8676
8828
  "type": {
@@ -8802,6 +8954,14 @@
8802
8954
  }
8803
8955
  ],
8804
8956
  "members": [
8957
+ {
8958
+ "kind": "field",
8959
+ "name": "ariaLabel",
8960
+ "type": {
8961
+ "text": "string | null"
8962
+ },
8963
+ "default": "null"
8964
+ },
8805
8965
  {
8806
8966
  "kind": "field",
8807
8967
  "name": "label",
@@ -8822,6 +8982,14 @@
8822
8982
  }
8823
8983
  ],
8824
8984
  "attributes": [
8985
+ {
8986
+ "name": "aria-label",
8987
+ "type": {
8988
+ "text": "string | null"
8989
+ },
8990
+ "default": "null",
8991
+ "fieldName": "ariaLabel"
8992
+ },
8825
8993
  {
8826
8994
  "name": "label",
8827
8995
  "type": {
@@ -9198,6 +9366,238 @@
9198
9366
  }
9199
9367
  ]
9200
9368
  },
9369
+ {
9370
+ "kind": "javascript-module",
9371
+ "path": "libs/components/src/lib/selectable-box/definition.ts",
9372
+ "declarations": [
9373
+ {
9374
+ "kind": "variable",
9375
+ "name": "selectableBoxDefinition"
9376
+ },
9377
+ {
9378
+ "kind": "variable",
9379
+ "name": "registerSelectableBox",
9380
+ "description": "Registers the selectable-box element with the design system.",
9381
+ "parameters": [
9382
+ {
9383
+ "description": "the prefix to use for the component name",
9384
+ "name": "prefix"
9385
+ }
9386
+ ]
9387
+ }
9388
+ ],
9389
+ "exports": [
9390
+ {
9391
+ "kind": "js",
9392
+ "name": "selectableBoxDefinition",
9393
+ "declaration": {
9394
+ "name": "selectableBoxDefinition",
9395
+ "module": "libs/components/src/lib/selectable-box/definition.ts"
9396
+ }
9397
+ },
9398
+ {
9399
+ "kind": "js",
9400
+ "name": "registerSelectableBox",
9401
+ "declaration": {
9402
+ "name": "registerSelectableBox",
9403
+ "module": "libs/components/src/lib/selectable-box/definition.ts"
9404
+ }
9405
+ }
9406
+ ]
9407
+ },
9408
+ {
9409
+ "kind": "javascript-module",
9410
+ "path": "libs/components/src/lib/selectable-box/selectable-box.ts",
9411
+ "declarations": [
9412
+ {
9413
+ "kind": "class",
9414
+ "description": "Base class for selectable-box",
9415
+ "name": "SelectableBox",
9416
+ "cssProperties": [
9417
+ {
9418
+ "name": "--vvd-selectable-box-cta-firm",
9419
+ "default": "var(--vvd-color-cta-600)"
9420
+ },
9421
+ {
9422
+ "name": "--vvd-selectable-box-cta-pale",
9423
+ "default": "var(--vvd-color-cta-300)"
9424
+ },
9425
+ {
9426
+ "name": "--vvd-selectable-box-cta-soft",
9427
+ "default": "var(--vvd-color-cta-100)"
9428
+ },
9429
+ {
9430
+ "name": "--vvd-selectable-box-accent-firm",
9431
+ "default": "var(--vvd-color-canvas-text)"
9432
+ },
9433
+ {
9434
+ "name": "--vvd-selectable-box-accent-pale",
9435
+ "default": "var(--vvd-color-neutral-300)"
9436
+ },
9437
+ {
9438
+ "name": "--vvd-selectable-box-accent-soft",
9439
+ "default": "var(--vvd-color-neutral-100)"
9440
+ }
9441
+ ],
9442
+ "slots": [
9443
+ {
9444
+ "description": "Slot for box's content.",
9445
+ "name": "default"
9446
+ }
9447
+ ],
9448
+ "members": [
9449
+ {
9450
+ "kind": "field",
9451
+ "name": "checked",
9452
+ "type": {
9453
+ "text": "boolean"
9454
+ },
9455
+ "default": "false",
9456
+ "description": "Controls the checked state of the box",
9457
+ "privacy": "public"
9458
+ },
9459
+ {
9460
+ "kind": "field",
9461
+ "name": "clickable",
9462
+ "type": {
9463
+ "text": "boolean"
9464
+ },
9465
+ "default": "false",
9466
+ "description": "Makes the whole selectable box clickable",
9467
+ "privacy": "public"
9468
+ },
9469
+ {
9470
+ "kind": "field",
9471
+ "name": "connotation",
9472
+ "type": {
9473
+ "text": "SelectableBoxConnotation | undefined"
9474
+ },
9475
+ "description": "The connotation the selectable box should have.",
9476
+ "privacy": "public"
9477
+ },
9478
+ {
9479
+ "kind": "field",
9480
+ "name": "controlAriaLabel",
9481
+ "type": {
9482
+ "text": "string | null"
9483
+ },
9484
+ "default": "null",
9485
+ "description": "Adds an accessible label to selectable box",
9486
+ "privacy": "public"
9487
+ },
9488
+ {
9489
+ "kind": "field",
9490
+ "name": "controlAriaLabelledby",
9491
+ "type": {
9492
+ "text": "string | null"
9493
+ },
9494
+ "default": "null",
9495
+ "description": "Links a piece of content as an accessible label",
9496
+ "privacy": "public"
9497
+ },
9498
+ {
9499
+ "kind": "field",
9500
+ "name": "controlType",
9501
+ "type": {
9502
+ "text": "SelectableBoxControlType | undefined"
9503
+ },
9504
+ "description": "The type of control the box should have: checkbox or radio.",
9505
+ "privacy": "public"
9506
+ },
9507
+ {
9508
+ "kind": "field",
9509
+ "name": "tight",
9510
+ "type": {
9511
+ "text": "boolean"
9512
+ },
9513
+ "default": "false",
9514
+ "description": "Removes the padding around the box's slot content",
9515
+ "privacy": "public"
9516
+ }
9517
+ ],
9518
+ "events": [
9519
+ {
9520
+ "description": "Fired when the checked state changes",
9521
+ "name": "change"
9522
+ }
9523
+ ],
9524
+ "attributes": [
9525
+ {
9526
+ "type": {
9527
+ "text": "boolean"
9528
+ },
9529
+ "default": "false",
9530
+ "description": "Controls the checked state of the box",
9531
+ "fieldName": "checked"
9532
+ },
9533
+ {
9534
+ "type": {
9535
+ "text": "boolean"
9536
+ },
9537
+ "default": "false",
9538
+ "description": "Makes the whole selectable box clickable",
9539
+ "fieldName": "clickable"
9540
+ },
9541
+ {
9542
+ "name": "connotation",
9543
+ "type": {
9544
+ "text": "SelectableBoxConnotation | undefined"
9545
+ },
9546
+ "description": "The connotation the selectable box should have.",
9547
+ "fieldName": "connotation"
9548
+ },
9549
+ {
9550
+ "name": "control-aria-label",
9551
+ "type": {
9552
+ "text": "string | null"
9553
+ },
9554
+ "default": "null",
9555
+ "description": "Adds an accessible label to selectable box",
9556
+ "fieldName": "controlAriaLabel"
9557
+ },
9558
+ {
9559
+ "name": "control-aria-labelledby",
9560
+ "type": {
9561
+ "text": "string | null"
9562
+ },
9563
+ "default": "null",
9564
+ "description": "Links a piece of content as an accessible label",
9565
+ "fieldName": "controlAriaLabelledby"
9566
+ },
9567
+ {
9568
+ "name": "control-type",
9569
+ "type": {
9570
+ "text": "SelectableBoxControlType | undefined"
9571
+ },
9572
+ "description": "The type of control the box should have: checkbox or radio.",
9573
+ "fieldName": "controlType"
9574
+ },
9575
+ {
9576
+ "type": {
9577
+ "text": "boolean"
9578
+ },
9579
+ "default": "false",
9580
+ "description": "Removes the padding around the box's slot content",
9581
+ "fieldName": "tight"
9582
+ }
9583
+ ],
9584
+ "superclass": {
9585
+ "name": "FoundationElement",
9586
+ "package": "@microsoft/fast-foundation"
9587
+ }
9588
+ }
9589
+ ],
9590
+ "exports": [
9591
+ {
9592
+ "kind": "js",
9593
+ "name": "SelectableBox",
9594
+ "declaration": {
9595
+ "name": "SelectableBox",
9596
+ "module": "libs/components/src/lib/selectable-box/selectable-box.ts"
9597
+ }
9598
+ }
9599
+ ]
9600
+ },
9201
9601
  {
9202
9602
  "kind": "javascript-module",
9203
9603
  "path": "libs/components/src/lib/side-drawer/definition.ts",
@@ -9399,6 +9799,14 @@
9399
9799
  }
9400
9800
  ],
9401
9801
  "exports": [
9802
+ {
9803
+ "kind": "js",
9804
+ "name": "SliderConnotation",
9805
+ "declaration": {
9806
+ "name": "SliderConnotation",
9807
+ "module": "./slider"
9808
+ }
9809
+ },
9402
9810
  {
9403
9811
  "kind": "js",
9404
9812
  "name": "sliderDefinition",
@@ -9425,7 +9833,33 @@
9425
9833
  "kind": "class",
9426
9834
  "description": "Base class for slider",
9427
9835
  "name": "Slider",
9836
+ "cssProperties": [
9837
+ {
9838
+ "name": "--vvd-slider-cta-primary",
9839
+ "default": "var(--vvd-color-cta-500)"
9840
+ },
9841
+ {
9842
+ "name": "--vvd-slider-accent-primary",
9843
+ "default": "var(--vvd-color-canvas-text)"
9844
+ }
9845
+ ],
9428
9846
  "members": [
9847
+ {
9848
+ "kind": "field",
9849
+ "name": "ariaLabel",
9850
+ "type": {
9851
+ "text": "string | null"
9852
+ },
9853
+ "default": "null"
9854
+ },
9855
+ {
9856
+ "kind": "field",
9857
+ "name": "ariaValuetext",
9858
+ "type": {
9859
+ "text": "string | null"
9860
+ },
9861
+ "default": "null"
9862
+ },
9429
9863
  {
9430
9864
  "kind": "field",
9431
9865
  "name": "markers",
@@ -9435,9 +9869,34 @@
9435
9869
  "default": "false",
9436
9870
  "description": "Display markers on/off",
9437
9871
  "privacy": "public"
9872
+ },
9873
+ {
9874
+ "kind": "field",
9875
+ "name": "connotation",
9876
+ "type": {
9877
+ "text": "SliderConnotation | undefined"
9878
+ },
9879
+ "description": "slider connotation",
9880
+ "privacy": "public"
9438
9881
  }
9439
9882
  ],
9440
9883
  "attributes": [
9884
+ {
9885
+ "name": "aria-label",
9886
+ "type": {
9887
+ "text": "string | null"
9888
+ },
9889
+ "default": "null",
9890
+ "fieldName": "ariaLabel"
9891
+ },
9892
+ {
9893
+ "name": "aria-valuetext",
9894
+ "type": {
9895
+ "text": "string | null"
9896
+ },
9897
+ "default": "null",
9898
+ "fieldName": "ariaValuetext"
9899
+ },
9441
9900
  {
9442
9901
  "type": {
9443
9902
  "text": "boolean"
@@ -9445,6 +9904,14 @@
9445
9904
  "default": "false",
9446
9905
  "description": "Display markers on/off",
9447
9906
  "fieldName": "markers"
9907
+ },
9908
+ {
9909
+ "name": "connotation",
9910
+ "type": {
9911
+ "text": "SliderConnotation | undefined"
9912
+ },
9913
+ "description": "slider connotation",
9914
+ "fieldName": "connotation"
9448
9915
  }
9449
9916
  ],
9450
9917
  "superclass": {
@@ -11183,6 +11650,14 @@
11183
11650
  },
11184
11651
  "description": "The wrap attribute",
11185
11652
  "privacy": "public"
11653
+ },
11654
+ {
11655
+ "kind": "field",
11656
+ "name": "#reflectToTextArea",
11657
+ "privacy": "private",
11658
+ "type": {
11659
+ "text": "Reflector<this, HTMLTextAreaElement> | undefined"
11660
+ }
11186
11661
  }
11187
11662
  ],
11188
11663
  "attributes": [
@@ -11388,6 +11863,30 @@
11388
11863
  "type": {
11389
11864
  "text": "HTMLElement[] | undefined"
11390
11865
  }
11866
+ },
11867
+ {
11868
+ "kind": "method",
11869
+ "name": "#handleLabelChange",
11870
+ "parameters": [
11871
+ {
11872
+ "name": "labelEl",
11873
+ "type": {
11874
+ "text": "HTMLLabelElement"
11875
+ }
11876
+ }
11877
+ ]
11878
+ },
11879
+ {
11880
+ "kind": "field",
11881
+ "name": "#reflectToInput",
11882
+ "privacy": "private",
11883
+ "type": {
11884
+ "text": "Reflector<this, HTMLInputElement> | undefined"
11885
+ }
11886
+ },
11887
+ {
11888
+ "kind": "method",
11889
+ "name": "focus"
11391
11890
  }
11392
11891
  ],
11393
11892
  "attributes": [
@@ -12214,6 +12713,19 @@
12214
12713
  "kind": "method",
12215
12714
  "name": "#getFocusableEls"
12216
12715
  },
12716
+ {
12717
+ "kind": "method",
12718
+ "name": "_adjustSelectedMonthToEnsureVisibilityOf",
12719
+ "privacy": "protected",
12720
+ "parameters": [
12721
+ {
12722
+ "name": "date",
12723
+ "type": {
12724
+ "text": "DateStr"
12725
+ }
12726
+ }
12727
+ ]
12728
+ },
12217
12729
  {
12218
12730
  "kind": "method",
12219
12731
  "name": "#isMonthAfterValidRange",
@@ -11,5 +11,6 @@ import '../shared/slotted.js';
11
11
  import '../shared/children.js';
12
12
  import '../shared/focus2.js';
13
13
  import '../shared/focus.js';
14
+ import '../shared/key-codes2.js';
14
15
 
15
16
  registerDataGrid();