@vonage/vivid 4.19.0-preview.0 → 4.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. package/custom-elements.json +922 -742
  2. package/index.cjs +5 -0
  3. package/index.d.ts +1 -0
  4. package/index.js +2 -2
  5. package/lib/action-group/action-group.d.ts +0 -118
  6. package/lib/banner/banner.d.ts +0 -118
  7. package/lib/breadcrumb-item/breadcrumb-item.d.ts +0 -118
  8. package/lib/checkbox/checkbox.d.ts +0 -118
  9. package/lib/date-picker/date-picker.d.ts +0 -472
  10. package/lib/date-range-picker/date-range-picker.d.ts +0 -236
  11. package/lib/date-time-picker/date-time-picker.d.ts +0 -472
  12. package/lib/date-time-picker/definition.d.ts +2 -0
  13. package/lib/dialog/dialog.d.ts +0 -118
  14. package/lib/divider/divider.d.ts +0 -118
  15. package/lib/menu/menu.d.ts +0 -236
  16. package/lib/nav-disclosure/nav-disclosure.d.ts +0 -118
  17. package/lib/number-field/number-field.d.ts +0 -118
  18. package/lib/option/option.d.ts +2 -3
  19. package/lib/pagination/pagination.d.ts +1 -0
  20. package/lib/progress/progress.d.ts +0 -118
  21. package/lib/progress-ring/progress-ring.d.ts +0 -118
  22. package/lib/rich-text-editor/definition.d.ts +2 -0
  23. package/lib/rich-text-editor/facades/vivid-prose-mirror.facade.d.ts +1 -0
  24. package/lib/rich-text-editor/menubar/definition.d.ts +2 -0
  25. package/lib/rich-text-editor/menubar/menubar.d.ts +4 -0
  26. package/lib/rich-text-editor/menubar/menubar.template.d.ts +4 -0
  27. package/lib/rich-text-editor/rich-text-editor.d.ts +7 -0
  28. package/lib/searchable-select/locale.d.ts +1 -0
  29. package/lib/searchable-select/searchable-select.d.ts +1 -1
  30. package/lib/selectable-box/selectable-box.d.ts +0 -118
  31. package/lib/slider/slider.d.ts +0 -118
  32. package/lib/split-button/split-button.d.ts +0 -118
  33. package/lib/switch/switch.d.ts +0 -118
  34. package/lib/tag-group/tag-group.d.ts +0 -118
  35. package/lib/tag-name-map.d.ts +73 -0
  36. package/lib/text-anchor/text-anchor.d.ts +0 -118
  37. package/lib/text-area/text-area.d.ts +0 -118
  38. package/lib/text-field/text-field.d.ts +0 -118
  39. package/lib/time-picker/time-picker.d.ts +0 -236
  40. package/lib/toggletip/toggletip.d.ts +0 -118
  41. package/lib/tooltip/tooltip.d.ts +0 -118
  42. package/locales/de-DE.cjs +1 -0
  43. package/locales/de-DE.js +1 -0
  44. package/locales/en-GB.cjs +1 -0
  45. package/locales/en-GB.js +1 -0
  46. package/locales/en-US.cjs +1 -0
  47. package/locales/en-US.js +1 -0
  48. package/locales/ja-JP.cjs +1 -0
  49. package/locales/ja-JP.js +1 -0
  50. package/locales/zh-CN.cjs +1 -0
  51. package/locales/zh-CN.js +1 -0
  52. package/package.json +1 -1
  53. package/shared/aria/delegates-aria.d.ts +0 -118
  54. package/shared/definition20.cjs +10 -10
  55. package/shared/definition20.js +1 -1
  56. package/shared/definition30.cjs +1 -1
  57. package/shared/definition30.js +1 -1
  58. package/shared/definition36.cjs +7 -7
  59. package/shared/definition36.js +7 -7
  60. package/shared/definition37.cjs +15 -1
  61. package/shared/definition37.js +15 -1
  62. package/shared/definition4.cjs +13 -12
  63. package/shared/definition4.js +13 -12
  64. package/shared/definition43.cjs +221 -12
  65. package/shared/definition43.js +222 -14
  66. package/shared/definition44.cjs +35 -39
  67. package/shared/definition44.js +35 -39
  68. package/shared/definition63.cjs +232 -157
  69. package/shared/definition63.js +232 -157
  70. package/shared/foundation/button/button.d.ts +0 -118
  71. package/shared/option.cjs +16 -19
  72. package/shared/option.js +16 -19
  73. package/shared/patterns/anchored.d.ts +0 -236
  74. package/shared/picker-field/mixins/calendar-picker.d.ts +0 -118
  75. package/shared/picker-field/mixins/calendar-picker.template.d.ts +0 -118
  76. package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +0 -236
  77. package/shared/picker-field/mixins/single-date-picker.d.ts +0 -354
  78. package/shared/picker-field/mixins/single-value-picker.d.ts +0 -118
  79. package/shared/picker-field/mixins/time-selection-picker.d.ts +0 -236
  80. package/shared/picker-field/mixins/time-selection-picker.template.d.ts +0 -236
  81. package/shared/picker-field.template.js +1 -1
  82. package/shared/vivid-element.cjs +1 -1
  83. package/shared/vivid-element.js +1 -1
  84. package/styles/core/all.css +1 -1
  85. package/styles/core/theme.css +1 -1
  86. package/styles/core/typography.css +1 -1
  87. package/styles/tokens/theme-dark.css +4 -4
  88. package/styles/tokens/theme-light.css +4 -4
  89. package/styles/tokens/vivid-2-compat.css +1 -1
  90. package/vivid.api.json +1260 -556
package/vivid.api.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.51.0",
4
+ "toolVersion": "7.52.2",
5
5
  "schemaVersion": 1011,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -8024,6 +8024,71 @@
8024
8024
  "endIndex": 9
8025
8025
  }
8026
8026
  },
8027
+ {
8028
+ "kind": "TypeAlias",
8029
+ "canonicalReference": "@vonage/vivid!VividTagNameMap:type",
8030
+ "docComment": "",
8031
+ "excerptTokens": [
8032
+ {
8033
+ "kind": "Content",
8034
+ "text": "export type VividTagNameMap<P extends "
8035
+ },
8036
+ {
8037
+ "kind": "Content",
8038
+ "text": "string"
8039
+ },
8040
+ {
8041
+ "kind": "Content",
8042
+ "text": "> = "
8043
+ },
8044
+ {
8045
+ "kind": "Content",
8046
+ "text": "{\n [K in keyof "
8047
+ },
8048
+ {
8049
+ "kind": "Reference",
8050
+ "text": "DefaultVividTagNameMap",
8051
+ "canonicalReference": "@vonage/vivid!~DefaultVividTagNameMap:type"
8052
+ },
8053
+ {
8054
+ "kind": "Content",
8055
+ "text": " as K extends `vwc-${infer N}` ? `${P}-${N}` : never]: "
8056
+ },
8057
+ {
8058
+ "kind": "Reference",
8059
+ "text": "DefaultVividTagNameMap",
8060
+ "canonicalReference": "@vonage/vivid!~DefaultVividTagNameMap:type"
8061
+ },
8062
+ {
8063
+ "kind": "Content",
8064
+ "text": "[K];\n}"
8065
+ },
8066
+ {
8067
+ "kind": "Content",
8068
+ "text": ";"
8069
+ }
8070
+ ],
8071
+ "fileUrlPath": "../../dist/libs/components/lib/tag-name-map.d.ts",
8072
+ "releaseTag": "Public",
8073
+ "name": "VividTagNameMap",
8074
+ "typeParameters": [
8075
+ {
8076
+ "typeParameterName": "P",
8077
+ "constraintTokenRange": {
8078
+ "startIndex": 1,
8079
+ "endIndex": 2
8080
+ },
8081
+ "defaultTypeTokenRange": {
8082
+ "startIndex": 0,
8083
+ "endIndex": 0
8084
+ }
8085
+ }
8086
+ ],
8087
+ "typeTokenRange": {
8088
+ "startIndex": 3,
8089
+ "endIndex": 8
8090
+ }
8091
+ },
8027
8092
  {
8028
8093
  "kind": "Class",
8029
8094
  "canonicalReference": "@vonage/vivid!VwcAccordionElement:class",
@@ -14792,41 +14857,41 @@
14792
14857
  },
14793
14858
  {
14794
14859
  "kind": "Class",
14795
- "canonicalReference": "@vonage/vivid!VwcDialogElement:class",
14860
+ "canonicalReference": "@vonage/vivid!VwcDateTimePickerElement:class",
14796
14861
  "docComment": "",
14797
14862
  "excerptTokens": [
14798
14863
  {
14799
14864
  "kind": "Content",
14800
- "text": "export declare class Dialog extends "
14865
+ "text": "export declare class DateTimePicker extends "
14801
14866
  },
14802
14867
  {
14803
14868
  "kind": "Reference",
14804
- "text": "Dialog_base",
14805
- "canonicalReference": "@vonage/vivid!~Dialog_base"
14869
+ "text": "DateTimePicker_base",
14870
+ "canonicalReference": "@vonage/vivid!~DateTimePicker_base"
14806
14871
  },
14807
14872
  {
14808
14873
  "kind": "Content",
14809
14874
  "text": " "
14810
14875
  }
14811
14876
  ],
14812
- "fileUrlPath": "../../dist/libs/components/lib/dialog/dialog.d.ts",
14877
+ "fileUrlPath": "../../dist/libs/components/lib/date-time-picker/date-time-picker.d.ts",
14813
14878
  "releaseTag": "Public",
14814
14879
  "isAbstract": false,
14815
- "name": "VwcDialogElement",
14880
+ "name": "VwcDateTimePickerElement",
14816
14881
  "preserveMemberOrder": false,
14817
14882
  "members": [
14818
14883
  {
14819
14884
  "kind": "Property",
14820
- "canonicalReference": "@vonage/vivid!VwcDialogElement#_showDismissButton:member",
14885
+ "canonicalReference": "@vonage/vivid!VwcDateTimePickerElement#_resolvedMaxDate:member",
14821
14886
  "docComment": "",
14822
14887
  "excerptTokens": [
14823
14888
  {
14824
14889
  "kind": "Content",
14825
- "text": "get _showDismissButton(): "
14890
+ "text": "get _resolvedMaxDate(): "
14826
14891
  },
14827
14892
  {
14828
14893
  "kind": "Content",
14829
- "text": "boolean"
14894
+ "text": "string"
14830
14895
  },
14831
14896
  {
14832
14897
  "kind": "Content",
@@ -14836,7 +14901,7 @@
14836
14901
  "isReadonly": true,
14837
14902
  "isOptional": false,
14838
14903
  "releaseTag": "Public",
14839
- "name": "_showDismissButton",
14904
+ "name": "_resolvedMaxDate",
14840
14905
  "propertyTypeTokenRange": {
14841
14906
  "startIndex": 1,
14842
14907
  "endIndex": 2
@@ -14846,110 +14911,122 @@
14846
14911
  "isAbstract": false
14847
14912
  },
14848
14913
  {
14849
- "kind": "Method",
14850
- "canonicalReference": "@vonage/vivid!VwcDialogElement#close:member(1)",
14914
+ "kind": "Property",
14915
+ "canonicalReference": "@vonage/vivid!VwcDateTimePickerElement#_resolvedMaxTime:member",
14851
14916
  "docComment": "",
14852
14917
  "excerptTokens": [
14853
14918
  {
14854
14919
  "kind": "Content",
14855
- "text": "close(): "
14920
+ "text": "get _resolvedMaxTime(): "
14856
14921
  },
14857
14922
  {
14858
14923
  "kind": "Content",
14859
- "text": "void"
14924
+ "text": "string"
14860
14925
  },
14861
14926
  {
14862
14927
  "kind": "Content",
14863
14928
  "text": ";"
14864
14929
  }
14865
14930
  ],
14866
- "isStatic": false,
14867
- "returnTypeTokenRange": {
14931
+ "isReadonly": true,
14932
+ "isOptional": false,
14933
+ "releaseTag": "Public",
14934
+ "name": "_resolvedMaxTime",
14935
+ "propertyTypeTokenRange": {
14868
14936
  "startIndex": 1,
14869
14937
  "endIndex": 2
14870
14938
  },
14871
- "releaseTag": "Public",
14939
+ "isStatic": false,
14872
14940
  "isProtected": false,
14873
- "overloadIndex": 1,
14874
- "parameters": [],
14875
- "isOptional": false,
14876
- "isAbstract": false,
14877
- "name": "close"
14941
+ "isAbstract": false
14878
14942
  },
14879
14943
  {
14880
- "kind": "Method",
14881
- "canonicalReference": "@vonage/vivid!VwcDialogElement#connectedCallback:member(1)",
14944
+ "kind": "Property",
14945
+ "canonicalReference": "@vonage/vivid!VwcDateTimePickerElement#_resolvedMinDate:member",
14882
14946
  "docComment": "",
14883
14947
  "excerptTokens": [
14884
14948
  {
14885
14949
  "kind": "Content",
14886
- "text": "connectedCallback(): "
14950
+ "text": "get _resolvedMinDate(): "
14887
14951
  },
14888
14952
  {
14889
14953
  "kind": "Content",
14890
- "text": "void"
14954
+ "text": "string"
14891
14955
  },
14892
14956
  {
14893
14957
  "kind": "Content",
14894
14958
  "text": ";"
14895
14959
  }
14896
14960
  ],
14897
- "isStatic": false,
14898
- "returnTypeTokenRange": {
14961
+ "isReadonly": true,
14962
+ "isOptional": false,
14963
+ "releaseTag": "Public",
14964
+ "name": "_resolvedMinDate",
14965
+ "propertyTypeTokenRange": {
14899
14966
  "startIndex": 1,
14900
14967
  "endIndex": 2
14901
14968
  },
14902
- "releaseTag": "Public",
14969
+ "isStatic": false,
14903
14970
  "isProtected": false,
14904
- "overloadIndex": 1,
14905
- "parameters": [],
14906
- "isOptional": false,
14907
- "isAbstract": false,
14908
- "name": "connectedCallback"
14971
+ "isAbstract": false
14909
14972
  },
14910
14973
  {
14911
- "kind": "Method",
14912
- "canonicalReference": "@vonage/vivid!VwcDialogElement#disconnectedCallback:member(1)",
14974
+ "kind": "Property",
14975
+ "canonicalReference": "@vonage/vivid!VwcDateTimePickerElement#_resolvedMinTime:member",
14913
14976
  "docComment": "",
14914
14977
  "excerptTokens": [
14915
14978
  {
14916
14979
  "kind": "Content",
14917
- "text": "disconnectedCallback(): "
14980
+ "text": "get _resolvedMinTime(): "
14918
14981
  },
14919
14982
  {
14920
14983
  "kind": "Content",
14921
- "text": "void"
14984
+ "text": "string"
14922
14985
  },
14923
14986
  {
14924
14987
  "kind": "Content",
14925
14988
  "text": ";"
14926
14989
  }
14927
14990
  ],
14928
- "isStatic": false,
14929
- "returnTypeTokenRange": {
14991
+ "isReadonly": true,
14992
+ "isOptional": false,
14993
+ "releaseTag": "Public",
14994
+ "name": "_resolvedMinTime",
14995
+ "propertyTypeTokenRange": {
14930
14996
  "startIndex": 1,
14931
14997
  "endIndex": 2
14932
14998
  },
14999
+ "isStatic": false,
15000
+ "isProtected": false,
15001
+ "isAbstract": false
15002
+ },
15003
+ {
15004
+ "kind": "Constructor",
15005
+ "canonicalReference": "@vonage/vivid!VwcDateTimePickerElement:constructor(1)",
15006
+ "docComment": "/**\n * Constructs a new instance of the `DateTimePicker` class\n */\n",
15007
+ "excerptTokens": [
15008
+ {
15009
+ "kind": "Content",
15010
+ "text": "constructor();"
15011
+ }
15012
+ ],
14933
15013
  "releaseTag": "Public",
14934
15014
  "isProtected": false,
14935
15015
  "overloadIndex": 1,
14936
- "parameters": [],
14937
- "isOptional": false,
14938
- "isAbstract": false,
14939
- "name": "disconnectedCallback"
15016
+ "parameters": []
14940
15017
  },
14941
15018
  {
14942
15019
  "kind": "Property",
14943
- "canonicalReference": "@vonage/vivid!VwcDialogElement#dismissButtonAriaLabel:member",
15020
+ "canonicalReference": "@vonage/vivid!VwcDateTimePickerElement#max:member",
14944
15021
  "docComment": "",
14945
15022
  "excerptTokens": [
14946
15023
  {
14947
15024
  "kind": "Content",
14948
- "text": "dismissButtonAriaLabel: "
15025
+ "text": "max: "
14949
15026
  },
14950
15027
  {
14951
15028
  "kind": "Content",
14952
- "text": "string | null"
15029
+ "text": "string"
14953
15030
  },
14954
15031
  {
14955
15032
  "kind": "Content",
@@ -14959,7 +15036,7 @@
14959
15036
  "isReadonly": false,
14960
15037
  "isOptional": false,
14961
15038
  "releaseTag": "Public",
14962
- "name": "dismissButtonAriaLabel",
15039
+ "name": "max",
14963
15040
  "propertyTypeTokenRange": {
14964
15041
  "startIndex": 1,
14965
15042
  "endIndex": 2
@@ -14970,16 +15047,16 @@
14970
15047
  },
14971
15048
  {
14972
15049
  "kind": "Property",
14973
- "canonicalReference": "@vonage/vivid!VwcDialogElement#fullWidthBody:member",
15050
+ "canonicalReference": "@vonage/vivid!VwcDateTimePickerElement#maxDate:member",
14974
15051
  "docComment": "",
14975
15052
  "excerptTokens": [
14976
15053
  {
14977
15054
  "kind": "Content",
14978
- "text": "fullWidthBody: "
15055
+ "text": "maxDate: "
14979
15056
  },
14980
15057
  {
14981
15058
  "kind": "Content",
14982
- "text": "boolean"
15059
+ "text": "string"
14983
15060
  },
14984
15061
  {
14985
15062
  "kind": "Content",
@@ -14989,7 +15066,7 @@
14989
15066
  "isReadonly": false,
14990
15067
  "isOptional": false,
14991
15068
  "releaseTag": "Public",
14992
- "name": "fullWidthBody",
15069
+ "name": "maxDate",
14993
15070
  "propertyTypeTokenRange": {
14994
15071
  "startIndex": 1,
14995
15072
  "endIndex": 2
@@ -15000,12 +15077,12 @@
15000
15077
  },
15001
15078
  {
15002
15079
  "kind": "Property",
15003
- "canonicalReference": "@vonage/vivid!VwcDialogElement#headline:member",
15080
+ "canonicalReference": "@vonage/vivid!VwcDateTimePickerElement#maxTime:member",
15004
15081
  "docComment": "",
15005
15082
  "excerptTokens": [
15006
15083
  {
15007
15084
  "kind": "Content",
15008
- "text": "headline?: "
15085
+ "text": "maxTime: "
15009
15086
  },
15010
15087
  {
15011
15088
  "kind": "Content",
@@ -15017,9 +15094,9 @@
15017
15094
  }
15018
15095
  ],
15019
15096
  "isReadonly": false,
15020
- "isOptional": true,
15097
+ "isOptional": false,
15021
15098
  "releaseTag": "Public",
15022
- "name": "headline",
15099
+ "name": "maxTime",
15023
15100
  "propertyTypeTokenRange": {
15024
15101
  "startIndex": 1,
15025
15102
  "endIndex": 2
@@ -15030,12 +15107,12 @@
15030
15107
  },
15031
15108
  {
15032
15109
  "kind": "Property",
15033
- "canonicalReference": "@vonage/vivid!VwcDialogElement#icon:member",
15110
+ "canonicalReference": "@vonage/vivid!VwcDateTimePickerElement#min:member",
15034
15111
  "docComment": "",
15035
15112
  "excerptTokens": [
15036
15113
  {
15037
15114
  "kind": "Content",
15038
- "text": "icon?: "
15115
+ "text": "min: "
15039
15116
  },
15040
15117
  {
15041
15118
  "kind": "Content",
@@ -15047,9 +15124,9 @@
15047
15124
  }
15048
15125
  ],
15049
15126
  "isReadonly": false,
15050
- "isOptional": true,
15127
+ "isOptional": false,
15051
15128
  "releaseTag": "Public",
15052
- "name": "icon",
15129
+ "name": "min",
15053
15130
  "propertyTypeTokenRange": {
15054
15131
  "startIndex": 1,
15055
15132
  "endIndex": 2
@@ -15060,17 +15137,16 @@
15060
15137
  },
15061
15138
  {
15062
15139
  "kind": "Property",
15063
- "canonicalReference": "@vonage/vivid!VwcDialogElement#iconPlacement:member",
15140
+ "canonicalReference": "@vonage/vivid!VwcDateTimePickerElement#minDate:member",
15064
15141
  "docComment": "",
15065
15142
  "excerptTokens": [
15066
15143
  {
15067
15144
  "kind": "Content",
15068
- "text": "iconPlacement?: "
15145
+ "text": "minDate: "
15069
15146
  },
15070
15147
  {
15071
- "kind": "Reference",
15072
- "text": "IconPlacement",
15073
- "canonicalReference": "@vonage/vivid!IconPlacement:type"
15148
+ "kind": "Content",
15149
+ "text": "string"
15074
15150
  },
15075
15151
  {
15076
15152
  "kind": "Content",
@@ -15078,9 +15154,9 @@
15078
15154
  }
15079
15155
  ],
15080
15156
  "isReadonly": false,
15081
- "isOptional": true,
15157
+ "isOptional": false,
15082
15158
  "releaseTag": "Public",
15083
- "name": "iconPlacement",
15159
+ "name": "minDate",
15084
15160
  "propertyTypeTokenRange": {
15085
15161
  "startIndex": 1,
15086
15162
  "endIndex": 2
@@ -15091,16 +15167,16 @@
15091
15167
  },
15092
15168
  {
15093
15169
  "kind": "Property",
15094
- "canonicalReference": "@vonage/vivid!VwcDialogElement#modal:member",
15170
+ "canonicalReference": "@vonage/vivid!VwcDateTimePickerElement#minTime:member",
15095
15171
  "docComment": "",
15096
15172
  "excerptTokens": [
15097
15173
  {
15098
15174
  "kind": "Content",
15099
- "text": "modal: "
15175
+ "text": "minTime: "
15100
15176
  },
15101
15177
  {
15102
15178
  "kind": "Content",
15103
- "text": "boolean"
15179
+ "text": "string"
15104
15180
  },
15105
15181
  {
15106
15182
  "kind": "Content",
@@ -15110,7 +15186,7 @@
15110
15186
  "isReadonly": false,
15111
15187
  "isOptional": false,
15112
15188
  "releaseTag": "Public",
15113
- "name": "modal",
15189
+ "name": "minTime",
15114
15190
  "propertyTypeTokenRange": {
15115
15191
  "startIndex": 1,
15116
15192
  "endIndex": 2
@@ -15118,15 +15194,91 @@
15118
15194
  "isStatic": false,
15119
15195
  "isProtected": false,
15120
15196
  "isAbstract": false
15197
+ }
15198
+ ],
15199
+ "extendsTokenRange": {
15200
+ "startIndex": 1,
15201
+ "endIndex": 2
15202
+ },
15203
+ "implementsTokenRanges": []
15204
+ },
15205
+ {
15206
+ "kind": "Interface",
15207
+ "canonicalReference": "@vonage/vivid!VwcDateTimePickerElement:interface",
15208
+ "docComment": "",
15209
+ "excerptTokens": [
15210
+ {
15211
+ "kind": "Content",
15212
+ "text": "export interface DateTimePicker extends "
15213
+ },
15214
+ {
15215
+ "kind": "Reference",
15216
+ "text": "ErrorText",
15217
+ "canonicalReference": "@vonage/vivid!~ErrorText:interface"
15218
+ },
15219
+ {
15220
+ "kind": "Content",
15221
+ "text": ", "
15222
+ },
15223
+ {
15224
+ "kind": "Reference",
15225
+ "text": "FormElement",
15226
+ "canonicalReference": "@vonage/vivid!~FormElement:interface"
15227
+ },
15228
+ {
15229
+ "kind": "Content",
15230
+ "text": " "
15231
+ }
15232
+ ],
15233
+ "fileUrlPath": "../../dist/libs/components/lib/date-time-picker/date-time-picker.d.ts",
15234
+ "releaseTag": "Public",
15235
+ "name": "VwcDateTimePickerElement",
15236
+ "preserveMemberOrder": false,
15237
+ "members": [],
15238
+ "extendsTokenRanges": [
15239
+ {
15240
+ "startIndex": 1,
15241
+ "endIndex": 2
15242
+ },
15243
+ {
15244
+ "startIndex": 3,
15245
+ "endIndex": 4
15246
+ }
15247
+ ]
15248
+ },
15249
+ {
15250
+ "kind": "Class",
15251
+ "canonicalReference": "@vonage/vivid!VwcDialogElement:class",
15252
+ "docComment": "",
15253
+ "excerptTokens": [
15254
+ {
15255
+ "kind": "Content",
15256
+ "text": "export declare class Dialog extends "
15257
+ },
15258
+ {
15259
+ "kind": "Reference",
15260
+ "text": "Dialog_base",
15261
+ "canonicalReference": "@vonage/vivid!~Dialog_base"
15121
15262
  },
15263
+ {
15264
+ "kind": "Content",
15265
+ "text": " "
15266
+ }
15267
+ ],
15268
+ "fileUrlPath": "../../dist/libs/components/lib/dialog/dialog.d.ts",
15269
+ "releaseTag": "Public",
15270
+ "isAbstract": false,
15271
+ "name": "VwcDialogElement",
15272
+ "preserveMemberOrder": false,
15273
+ "members": [
15122
15274
  {
15123
15275
  "kind": "Property",
15124
- "canonicalReference": "@vonage/vivid!VwcDialogElement#noDismissButton:member",
15276
+ "canonicalReference": "@vonage/vivid!VwcDialogElement#_showDismissButton:member",
15125
15277
  "docComment": "",
15126
15278
  "excerptTokens": [
15127
15279
  {
15128
15280
  "kind": "Content",
15129
- "text": "noDismissButton: "
15281
+ "text": "get _showDismissButton(): "
15130
15282
  },
15131
15283
  {
15132
15284
  "kind": "Content",
@@ -15137,10 +15289,10 @@
15137
15289
  "text": ";"
15138
15290
  }
15139
15291
  ],
15140
- "isReadonly": false,
15292
+ "isReadonly": true,
15141
15293
  "isOptional": false,
15142
15294
  "releaseTag": "Public",
15143
- "name": "noDismissButton",
15295
+ "name": "_showDismissButton",
15144
15296
  "propertyTypeTokenRange": {
15145
15297
  "startIndex": 1,
15146
15298
  "endIndex": 2
@@ -15150,107 +15302,110 @@
15150
15302
  "isAbstract": false
15151
15303
  },
15152
15304
  {
15153
- "kind": "Property",
15154
- "canonicalReference": "@vonage/vivid!VwcDialogElement#noDismissOnEsc:member",
15305
+ "kind": "Method",
15306
+ "canonicalReference": "@vonage/vivid!VwcDialogElement#close:member(1)",
15155
15307
  "docComment": "",
15156
15308
  "excerptTokens": [
15157
15309
  {
15158
15310
  "kind": "Content",
15159
- "text": "noDismissOnEsc: "
15311
+ "text": "close(): "
15160
15312
  },
15161
15313
  {
15162
15314
  "kind": "Content",
15163
- "text": "boolean"
15315
+ "text": "void"
15164
15316
  },
15165
15317
  {
15166
15318
  "kind": "Content",
15167
15319
  "text": ";"
15168
15320
  }
15169
15321
  ],
15170
- "isReadonly": false,
15171
- "isOptional": false,
15172
- "releaseTag": "Public",
15173
- "name": "noDismissOnEsc",
15174
- "propertyTypeTokenRange": {
15322
+ "isStatic": false,
15323
+ "returnTypeTokenRange": {
15175
15324
  "startIndex": 1,
15176
15325
  "endIndex": 2
15177
15326
  },
15178
- "isStatic": false,
15327
+ "releaseTag": "Public",
15179
15328
  "isProtected": false,
15180
- "isAbstract": false
15329
+ "overloadIndex": 1,
15330
+ "parameters": [],
15331
+ "isOptional": false,
15332
+ "isAbstract": false,
15333
+ "name": "close"
15181
15334
  },
15182
15335
  {
15183
- "kind": "Property",
15184
- "canonicalReference": "@vonage/vivid!VwcDialogElement#noLightDismiss:member",
15336
+ "kind": "Method",
15337
+ "canonicalReference": "@vonage/vivid!VwcDialogElement#connectedCallback:member(1)",
15185
15338
  "docComment": "",
15186
15339
  "excerptTokens": [
15187
15340
  {
15188
15341
  "kind": "Content",
15189
- "text": "noLightDismiss: "
15342
+ "text": "connectedCallback(): "
15190
15343
  },
15191
15344
  {
15192
15345
  "kind": "Content",
15193
- "text": "boolean"
15346
+ "text": "void"
15194
15347
  },
15195
15348
  {
15196
15349
  "kind": "Content",
15197
15350
  "text": ";"
15198
15351
  }
15199
15352
  ],
15200
- "isReadonly": false,
15201
- "isOptional": false,
15202
- "releaseTag": "Public",
15203
- "name": "noLightDismiss",
15204
- "propertyTypeTokenRange": {
15353
+ "isStatic": false,
15354
+ "returnTypeTokenRange": {
15205
15355
  "startIndex": 1,
15206
15356
  "endIndex": 2
15207
15357
  },
15208
- "isStatic": false,
15358
+ "releaseTag": "Public",
15209
15359
  "isProtected": false,
15210
- "isAbstract": false
15360
+ "overloadIndex": 1,
15361
+ "parameters": [],
15362
+ "isOptional": false,
15363
+ "isAbstract": false,
15364
+ "name": "connectedCallback"
15211
15365
  },
15212
15366
  {
15213
- "kind": "Property",
15214
- "canonicalReference": "@vonage/vivid!VwcDialogElement#nonDismissible:member",
15367
+ "kind": "Method",
15368
+ "canonicalReference": "@vonage/vivid!VwcDialogElement#disconnectedCallback:member(1)",
15215
15369
  "docComment": "",
15216
15370
  "excerptTokens": [
15217
15371
  {
15218
15372
  "kind": "Content",
15219
- "text": "nonDismissible: "
15373
+ "text": "disconnectedCallback(): "
15220
15374
  },
15221
15375
  {
15222
15376
  "kind": "Content",
15223
- "text": "boolean"
15377
+ "text": "void"
15224
15378
  },
15225
15379
  {
15226
15380
  "kind": "Content",
15227
15381
  "text": ";"
15228
15382
  }
15229
15383
  ],
15230
- "isReadonly": false,
15231
- "isOptional": false,
15232
- "releaseTag": "Public",
15233
- "name": "nonDismissible",
15234
- "propertyTypeTokenRange": {
15384
+ "isStatic": false,
15385
+ "returnTypeTokenRange": {
15235
15386
  "startIndex": 1,
15236
15387
  "endIndex": 2
15237
15388
  },
15238
- "isStatic": false,
15389
+ "releaseTag": "Public",
15239
15390
  "isProtected": false,
15240
- "isAbstract": false
15391
+ "overloadIndex": 1,
15392
+ "parameters": [],
15393
+ "isOptional": false,
15394
+ "isAbstract": false,
15395
+ "name": "disconnectedCallback"
15241
15396
  },
15242
15397
  {
15243
15398
  "kind": "Property",
15244
- "canonicalReference": "@vonage/vivid!VwcDialogElement#open:member",
15399
+ "canonicalReference": "@vonage/vivid!VwcDialogElement#dismissButtonAriaLabel:member",
15245
15400
  "docComment": "",
15246
15401
  "excerptTokens": [
15247
15402
  {
15248
15403
  "kind": "Content",
15249
- "text": "open: "
15404
+ "text": "dismissButtonAriaLabel: "
15250
15405
  },
15251
15406
  {
15252
15407
  "kind": "Content",
15253
- "text": "boolean"
15408
+ "text": "string | null"
15254
15409
  },
15255
15410
  {
15256
15411
  "kind": "Content",
@@ -15260,7 +15415,7 @@
15260
15415
  "isReadonly": false,
15261
15416
  "isOptional": false,
15262
15417
  "releaseTag": "Public",
15263
- "name": "open",
15418
+ "name": "dismissButtonAriaLabel",
15264
15419
  "propertyTypeTokenRange": {
15265
15420
  "startIndex": 1,
15266
15421
  "endIndex": 2
@@ -15271,26 +15426,26 @@
15271
15426
  },
15272
15427
  {
15273
15428
  "kind": "Property",
15274
- "canonicalReference": "@vonage/vivid!VwcDialogElement#returnValue:member",
15429
+ "canonicalReference": "@vonage/vivid!VwcDialogElement#fullWidthBody:member",
15275
15430
  "docComment": "",
15276
15431
  "excerptTokens": [
15277
15432
  {
15278
15433
  "kind": "Content",
15279
- "text": "set returnValue(value: "
15434
+ "text": "fullWidthBody: "
15280
15435
  },
15281
15436
  {
15282
15437
  "kind": "Content",
15283
- "text": "string"
15438
+ "text": "boolean"
15284
15439
  },
15285
15440
  {
15286
15441
  "kind": "Content",
15287
- "text": ");"
15442
+ "text": ";"
15288
15443
  }
15289
15444
  ],
15290
15445
  "isReadonly": false,
15291
15446
  "isOptional": false,
15292
15447
  "releaseTag": "Public",
15293
- "name": "returnValue",
15448
+ "name": "fullWidthBody",
15294
15449
  "propertyTypeTokenRange": {
15295
15450
  "startIndex": 1,
15296
15451
  "endIndex": 2
@@ -15300,79 +15455,78 @@
15300
15455
  "isAbstract": false
15301
15456
  },
15302
15457
  {
15303
- "kind": "Method",
15304
- "canonicalReference": "@vonage/vivid!VwcDialogElement#show:member(1)",
15458
+ "kind": "Property",
15459
+ "canonicalReference": "@vonage/vivid!VwcDialogElement#headline:member",
15305
15460
  "docComment": "",
15306
15461
  "excerptTokens": [
15307
15462
  {
15308
15463
  "kind": "Content",
15309
- "text": "show(): "
15464
+ "text": "headline?: "
15310
15465
  },
15311
15466
  {
15312
15467
  "kind": "Content",
15313
- "text": "void"
15468
+ "text": "string"
15314
15469
  },
15315
15470
  {
15316
15471
  "kind": "Content",
15317
15472
  "text": ";"
15318
15473
  }
15319
15474
  ],
15320
- "isStatic": false,
15321
- "returnTypeTokenRange": {
15475
+ "isReadonly": false,
15476
+ "isOptional": true,
15477
+ "releaseTag": "Public",
15478
+ "name": "headline",
15479
+ "propertyTypeTokenRange": {
15322
15480
  "startIndex": 1,
15323
15481
  "endIndex": 2
15324
15482
  },
15325
- "releaseTag": "Public",
15483
+ "isStatic": false,
15326
15484
  "isProtected": false,
15327
- "overloadIndex": 1,
15328
- "parameters": [],
15329
- "isOptional": false,
15330
- "isAbstract": false,
15331
- "name": "show"
15485
+ "isAbstract": false
15332
15486
  },
15333
15487
  {
15334
- "kind": "Method",
15335
- "canonicalReference": "@vonage/vivid!VwcDialogElement#showModal:member(1)",
15488
+ "kind": "Property",
15489
+ "canonicalReference": "@vonage/vivid!VwcDialogElement#icon:member",
15336
15490
  "docComment": "",
15337
15491
  "excerptTokens": [
15338
15492
  {
15339
15493
  "kind": "Content",
15340
- "text": "showModal(): "
15494
+ "text": "icon?: "
15341
15495
  },
15342
15496
  {
15343
15497
  "kind": "Content",
15344
- "text": "void"
15498
+ "text": "string"
15345
15499
  },
15346
15500
  {
15347
15501
  "kind": "Content",
15348
15502
  "text": ";"
15349
15503
  }
15350
15504
  ],
15351
- "isStatic": false,
15352
- "returnTypeTokenRange": {
15505
+ "isReadonly": false,
15506
+ "isOptional": true,
15507
+ "releaseTag": "Public",
15508
+ "name": "icon",
15509
+ "propertyTypeTokenRange": {
15353
15510
  "startIndex": 1,
15354
15511
  "endIndex": 2
15355
15512
  },
15356
- "releaseTag": "Public",
15513
+ "isStatic": false,
15357
15514
  "isProtected": false,
15358
- "overloadIndex": 1,
15359
- "parameters": [],
15360
- "isOptional": false,
15361
- "isAbstract": false,
15362
- "name": "showModal"
15515
+ "isAbstract": false
15363
15516
  },
15364
15517
  {
15365
15518
  "kind": "Property",
15366
- "canonicalReference": "@vonage/vivid!VwcDialogElement#subtitle:member",
15519
+ "canonicalReference": "@vonage/vivid!VwcDialogElement#iconPlacement:member",
15367
15520
  "docComment": "",
15368
15521
  "excerptTokens": [
15369
15522
  {
15370
15523
  "kind": "Content",
15371
- "text": "subtitle?: "
15524
+ "text": "iconPlacement?: "
15372
15525
  },
15373
15526
  {
15374
- "kind": "Content",
15375
- "text": "string"
15527
+ "kind": "Reference",
15528
+ "text": "IconPlacement",
15529
+ "canonicalReference": "@vonage/vivid!IconPlacement:type"
15376
15530
  },
15377
15531
  {
15378
15532
  "kind": "Content",
@@ -15382,7 +15536,7 @@
15382
15536
  "isReadonly": false,
15383
15537
  "isOptional": true,
15384
15538
  "releaseTag": "Public",
15385
- "name": "subtitle",
15539
+ "name": "iconPlacement",
15386
15540
  "propertyTypeTokenRange": {
15387
15541
  "startIndex": 1,
15388
15542
  "endIndex": 2
@@ -15390,78 +15544,15 @@
15390
15544
  "isStatic": false,
15391
15545
  "isProtected": false,
15392
15546
  "isAbstract": false
15393
- }
15394
- ],
15395
- "extendsTokenRange": {
15396
- "startIndex": 1,
15397
- "endIndex": 2
15398
- },
15399
- "implementsTokenRanges": []
15400
- },
15401
- {
15402
- "kind": "Interface",
15403
- "canonicalReference": "@vonage/vivid!VwcDialogElement:interface",
15404
- "docComment": "",
15405
- "excerptTokens": [
15406
- {
15407
- "kind": "Content",
15408
- "text": "export interface Dialog extends "
15409
- },
15410
- {
15411
- "kind": "Reference",
15412
- "text": "Localized",
15413
- "canonicalReference": "@vonage/vivid!~Localized:class"
15414
- },
15415
- {
15416
- "kind": "Content",
15417
- "text": " "
15418
- }
15419
- ],
15420
- "fileUrlPath": "../../dist/libs/components/lib/dialog/dialog.d.ts",
15421
- "releaseTag": "Public",
15422
- "name": "VwcDialogElement",
15423
- "preserveMemberOrder": false,
15424
- "members": [],
15425
- "extendsTokenRanges": [
15426
- {
15427
- "startIndex": 1,
15428
- "endIndex": 2
15429
- }
15430
- ]
15431
- },
15432
- {
15433
- "kind": "Class",
15434
- "canonicalReference": "@vonage/vivid!VwcDialPadElement:class",
15435
- "docComment": "",
15436
- "excerptTokens": [
15437
- {
15438
- "kind": "Content",
15439
- "text": "export declare class DialPad extends "
15440
- },
15441
- {
15442
- "kind": "Reference",
15443
- "text": "VividElement",
15444
- "canonicalReference": "@vonage/vivid!~VividElement:class"
15445
15547
  },
15446
- {
15447
- "kind": "Content",
15448
- "text": " "
15449
- }
15450
- ],
15451
- "fileUrlPath": "../../dist/libs/components/lib/dial-pad/dial-pad.d.ts",
15452
- "releaseTag": "Public",
15453
- "isAbstract": false,
15454
- "name": "VwcDialPadElement",
15455
- "preserveMemberOrder": false,
15456
- "members": [
15457
15548
  {
15458
15549
  "kind": "Property",
15459
- "canonicalReference": "@vonage/vivid!VwcDialPadElement#callActive:member",
15550
+ "canonicalReference": "@vonage/vivid!VwcDialogElement#modal:member",
15460
15551
  "docComment": "",
15461
15552
  "excerptTokens": [
15462
15553
  {
15463
15554
  "kind": "Content",
15464
- "text": "callActive: "
15555
+ "text": "modal: "
15465
15556
  },
15466
15557
  {
15467
15558
  "kind": "Content",
@@ -15475,7 +15566,7 @@
15475
15566
  "isReadonly": false,
15476
15567
  "isOptional": false,
15477
15568
  "releaseTag": "Public",
15478
- "name": "callActive",
15569
+ "name": "modal",
15479
15570
  "propertyTypeTokenRange": {
15480
15571
  "startIndex": 1,
15481
15572
  "endIndex": 2
@@ -15486,16 +15577,16 @@
15486
15577
  },
15487
15578
  {
15488
15579
  "kind": "Property",
15489
- "canonicalReference": "@vonage/vivid!VwcDialPadElement#callButtonLabel:member",
15580
+ "canonicalReference": "@vonage/vivid!VwcDialogElement#noDismissButton:member",
15490
15581
  "docComment": "",
15491
15582
  "excerptTokens": [
15492
15583
  {
15493
15584
  "kind": "Content",
15494
- "text": "callButtonLabel: "
15585
+ "text": "noDismissButton: "
15495
15586
  },
15496
15587
  {
15497
15588
  "kind": "Content",
15498
- "text": "string | null"
15589
+ "text": "boolean"
15499
15590
  },
15500
15591
  {
15501
15592
  "kind": "Content",
@@ -15505,7 +15596,7 @@
15505
15596
  "isReadonly": false,
15506
15597
  "isOptional": false,
15507
15598
  "releaseTag": "Public",
15508
- "name": "callButtonLabel",
15599
+ "name": "noDismissButton",
15509
15600
  "propertyTypeTokenRange": {
15510
15601
  "startIndex": 1,
15511
15602
  "endIndex": 2
@@ -15516,12 +15607,12 @@
15516
15607
  },
15517
15608
  {
15518
15609
  "kind": "Property",
15519
- "canonicalReference": "@vonage/vivid!VwcDialPadElement#disabled:member",
15610
+ "canonicalReference": "@vonage/vivid!VwcDialogElement#noDismissOnEsc:member",
15520
15611
  "docComment": "",
15521
15612
  "excerptTokens": [
15522
15613
  {
15523
15614
  "kind": "Content",
15524
- "text": "disabled: "
15615
+ "text": "noDismissOnEsc: "
15525
15616
  },
15526
15617
  {
15527
15618
  "kind": "Content",
@@ -15535,7 +15626,7 @@
15535
15626
  "isReadonly": false,
15536
15627
  "isOptional": false,
15537
15628
  "releaseTag": "Public",
15538
- "name": "disabled",
15629
+ "name": "noDismissOnEsc",
15539
15630
  "propertyTypeTokenRange": {
15540
15631
  "startIndex": 1,
15541
15632
  "endIndex": 2
@@ -15546,16 +15637,16 @@
15546
15637
  },
15547
15638
  {
15548
15639
  "kind": "Property",
15549
- "canonicalReference": "@vonage/vivid!VwcDialPadElement#endCallButtonLabel:member",
15640
+ "canonicalReference": "@vonage/vivid!VwcDialogElement#noLightDismiss:member",
15550
15641
  "docComment": "",
15551
15642
  "excerptTokens": [
15552
15643
  {
15553
15644
  "kind": "Content",
15554
- "text": "endCallButtonLabel: "
15645
+ "text": "noLightDismiss: "
15555
15646
  },
15556
15647
  {
15557
15648
  "kind": "Content",
15558
- "text": "string | null"
15649
+ "text": "boolean"
15559
15650
  },
15560
15651
  {
15561
15652
  "kind": "Content",
@@ -15565,7 +15656,7 @@
15565
15656
  "isReadonly": false,
15566
15657
  "isOptional": false,
15567
15658
  "releaseTag": "Public",
15568
- "name": "endCallButtonLabel",
15659
+ "name": "noLightDismiss",
15569
15660
  "propertyTypeTokenRange": {
15570
15661
  "startIndex": 1,
15571
15662
  "endIndex": 2
@@ -15576,16 +15667,16 @@
15576
15667
  },
15577
15668
  {
15578
15669
  "kind": "Property",
15579
- "canonicalReference": "@vonage/vivid!VwcDialPadElement#helperText:member",
15670
+ "canonicalReference": "@vonage/vivid!VwcDialogElement#nonDismissible:member",
15580
15671
  "docComment": "",
15581
15672
  "excerptTokens": [
15582
15673
  {
15583
15674
  "kind": "Content",
15584
- "text": "helperText: "
15675
+ "text": "nonDismissible: "
15585
15676
  },
15586
15677
  {
15587
15678
  "kind": "Content",
15588
- "text": "string | null"
15679
+ "text": "boolean"
15589
15680
  },
15590
15681
  {
15591
15682
  "kind": "Content",
@@ -15595,7 +15686,7 @@
15595
15686
  "isReadonly": false,
15596
15687
  "isOptional": false,
15597
15688
  "releaseTag": "Public",
15598
- "name": "helperText",
15689
+ "name": "nonDismissible",
15599
15690
  "propertyTypeTokenRange": {
15600
15691
  "startIndex": 1,
15601
15692
  "endIndex": 2
@@ -15606,12 +15697,12 @@
15606
15697
  },
15607
15698
  {
15608
15699
  "kind": "Property",
15609
- "canonicalReference": "@vonage/vivid!VwcDialPadElement#noCall:member",
15700
+ "canonicalReference": "@vonage/vivid!VwcDialogElement#open:member",
15610
15701
  "docComment": "",
15611
15702
  "excerptTokens": [
15612
15703
  {
15613
15704
  "kind": "Content",
15614
- "text": "noCall: "
15705
+ "text": "open: "
15615
15706
  },
15616
15707
  {
15617
15708
  "kind": "Content",
@@ -15625,7 +15716,7 @@
15625
15716
  "isReadonly": false,
15626
15717
  "isOptional": false,
15627
15718
  "releaseTag": "Public",
15628
- "name": "noCall",
15719
+ "name": "open",
15629
15720
  "propertyTypeTokenRange": {
15630
15721
  "startIndex": 1,
15631
15722
  "endIndex": 2
@@ -15636,26 +15727,26 @@
15636
15727
  },
15637
15728
  {
15638
15729
  "kind": "Property",
15639
- "canonicalReference": "@vonage/vivid!VwcDialPadElement#noInput:member",
15730
+ "canonicalReference": "@vonage/vivid!VwcDialogElement#returnValue:member",
15640
15731
  "docComment": "",
15641
15732
  "excerptTokens": [
15642
15733
  {
15643
15734
  "kind": "Content",
15644
- "text": "noInput: "
15735
+ "text": "set returnValue(value: "
15645
15736
  },
15646
15737
  {
15647
15738
  "kind": "Content",
15648
- "text": "boolean"
15739
+ "text": "string"
15649
15740
  },
15650
15741
  {
15651
15742
  "kind": "Content",
15652
- "text": ";"
15743
+ "text": ");"
15653
15744
  }
15654
15745
  ],
15655
15746
  "isReadonly": false,
15656
15747
  "isOptional": false,
15657
15748
  "releaseTag": "Public",
15658
- "name": "noInput",
15749
+ "name": "returnValue",
15659
15750
  "propertyTypeTokenRange": {
15660
15751
  "startIndex": 1,
15661
15752
  "endIndex": 2
@@ -15665,17 +15756,382 @@
15665
15756
  "isAbstract": false
15666
15757
  },
15667
15758
  {
15668
- "kind": "Property",
15669
- "canonicalReference": "@vonage/vivid!VwcDialPadElement#pattern:member",
15759
+ "kind": "Method",
15760
+ "canonicalReference": "@vonage/vivid!VwcDialogElement#show:member(1)",
15670
15761
  "docComment": "",
15671
15762
  "excerptTokens": [
15672
15763
  {
15673
15764
  "kind": "Content",
15674
- "text": "pattern: "
15765
+ "text": "show(): "
15675
15766
  },
15676
15767
  {
15677
15768
  "kind": "Content",
15678
- "text": "string"
15769
+ "text": "void"
15770
+ },
15771
+ {
15772
+ "kind": "Content",
15773
+ "text": ";"
15774
+ }
15775
+ ],
15776
+ "isStatic": false,
15777
+ "returnTypeTokenRange": {
15778
+ "startIndex": 1,
15779
+ "endIndex": 2
15780
+ },
15781
+ "releaseTag": "Public",
15782
+ "isProtected": false,
15783
+ "overloadIndex": 1,
15784
+ "parameters": [],
15785
+ "isOptional": false,
15786
+ "isAbstract": false,
15787
+ "name": "show"
15788
+ },
15789
+ {
15790
+ "kind": "Method",
15791
+ "canonicalReference": "@vonage/vivid!VwcDialogElement#showModal:member(1)",
15792
+ "docComment": "",
15793
+ "excerptTokens": [
15794
+ {
15795
+ "kind": "Content",
15796
+ "text": "showModal(): "
15797
+ },
15798
+ {
15799
+ "kind": "Content",
15800
+ "text": "void"
15801
+ },
15802
+ {
15803
+ "kind": "Content",
15804
+ "text": ";"
15805
+ }
15806
+ ],
15807
+ "isStatic": false,
15808
+ "returnTypeTokenRange": {
15809
+ "startIndex": 1,
15810
+ "endIndex": 2
15811
+ },
15812
+ "releaseTag": "Public",
15813
+ "isProtected": false,
15814
+ "overloadIndex": 1,
15815
+ "parameters": [],
15816
+ "isOptional": false,
15817
+ "isAbstract": false,
15818
+ "name": "showModal"
15819
+ },
15820
+ {
15821
+ "kind": "Property",
15822
+ "canonicalReference": "@vonage/vivid!VwcDialogElement#subtitle:member",
15823
+ "docComment": "",
15824
+ "excerptTokens": [
15825
+ {
15826
+ "kind": "Content",
15827
+ "text": "subtitle?: "
15828
+ },
15829
+ {
15830
+ "kind": "Content",
15831
+ "text": "string"
15832
+ },
15833
+ {
15834
+ "kind": "Content",
15835
+ "text": ";"
15836
+ }
15837
+ ],
15838
+ "isReadonly": false,
15839
+ "isOptional": true,
15840
+ "releaseTag": "Public",
15841
+ "name": "subtitle",
15842
+ "propertyTypeTokenRange": {
15843
+ "startIndex": 1,
15844
+ "endIndex": 2
15845
+ },
15846
+ "isStatic": false,
15847
+ "isProtected": false,
15848
+ "isAbstract": false
15849
+ }
15850
+ ],
15851
+ "extendsTokenRange": {
15852
+ "startIndex": 1,
15853
+ "endIndex": 2
15854
+ },
15855
+ "implementsTokenRanges": []
15856
+ },
15857
+ {
15858
+ "kind": "Interface",
15859
+ "canonicalReference": "@vonage/vivid!VwcDialogElement:interface",
15860
+ "docComment": "",
15861
+ "excerptTokens": [
15862
+ {
15863
+ "kind": "Content",
15864
+ "text": "export interface Dialog extends "
15865
+ },
15866
+ {
15867
+ "kind": "Reference",
15868
+ "text": "Localized",
15869
+ "canonicalReference": "@vonage/vivid!~Localized:class"
15870
+ },
15871
+ {
15872
+ "kind": "Content",
15873
+ "text": " "
15874
+ }
15875
+ ],
15876
+ "fileUrlPath": "../../dist/libs/components/lib/dialog/dialog.d.ts",
15877
+ "releaseTag": "Public",
15878
+ "name": "VwcDialogElement",
15879
+ "preserveMemberOrder": false,
15880
+ "members": [],
15881
+ "extendsTokenRanges": [
15882
+ {
15883
+ "startIndex": 1,
15884
+ "endIndex": 2
15885
+ }
15886
+ ]
15887
+ },
15888
+ {
15889
+ "kind": "Class",
15890
+ "canonicalReference": "@vonage/vivid!VwcDialPadElement:class",
15891
+ "docComment": "",
15892
+ "excerptTokens": [
15893
+ {
15894
+ "kind": "Content",
15895
+ "text": "export declare class DialPad extends "
15896
+ },
15897
+ {
15898
+ "kind": "Reference",
15899
+ "text": "VividElement",
15900
+ "canonicalReference": "@vonage/vivid!~VividElement:class"
15901
+ },
15902
+ {
15903
+ "kind": "Content",
15904
+ "text": " "
15905
+ }
15906
+ ],
15907
+ "fileUrlPath": "../../dist/libs/components/lib/dial-pad/dial-pad.d.ts",
15908
+ "releaseTag": "Public",
15909
+ "isAbstract": false,
15910
+ "name": "VwcDialPadElement",
15911
+ "preserveMemberOrder": false,
15912
+ "members": [
15913
+ {
15914
+ "kind": "Property",
15915
+ "canonicalReference": "@vonage/vivid!VwcDialPadElement#callActive:member",
15916
+ "docComment": "",
15917
+ "excerptTokens": [
15918
+ {
15919
+ "kind": "Content",
15920
+ "text": "callActive: "
15921
+ },
15922
+ {
15923
+ "kind": "Content",
15924
+ "text": "boolean"
15925
+ },
15926
+ {
15927
+ "kind": "Content",
15928
+ "text": ";"
15929
+ }
15930
+ ],
15931
+ "isReadonly": false,
15932
+ "isOptional": false,
15933
+ "releaseTag": "Public",
15934
+ "name": "callActive",
15935
+ "propertyTypeTokenRange": {
15936
+ "startIndex": 1,
15937
+ "endIndex": 2
15938
+ },
15939
+ "isStatic": false,
15940
+ "isProtected": false,
15941
+ "isAbstract": false
15942
+ },
15943
+ {
15944
+ "kind": "Property",
15945
+ "canonicalReference": "@vonage/vivid!VwcDialPadElement#callButtonLabel:member",
15946
+ "docComment": "",
15947
+ "excerptTokens": [
15948
+ {
15949
+ "kind": "Content",
15950
+ "text": "callButtonLabel: "
15951
+ },
15952
+ {
15953
+ "kind": "Content",
15954
+ "text": "string | null"
15955
+ },
15956
+ {
15957
+ "kind": "Content",
15958
+ "text": ";"
15959
+ }
15960
+ ],
15961
+ "isReadonly": false,
15962
+ "isOptional": false,
15963
+ "releaseTag": "Public",
15964
+ "name": "callButtonLabel",
15965
+ "propertyTypeTokenRange": {
15966
+ "startIndex": 1,
15967
+ "endIndex": 2
15968
+ },
15969
+ "isStatic": false,
15970
+ "isProtected": false,
15971
+ "isAbstract": false
15972
+ },
15973
+ {
15974
+ "kind": "Property",
15975
+ "canonicalReference": "@vonage/vivid!VwcDialPadElement#disabled:member",
15976
+ "docComment": "",
15977
+ "excerptTokens": [
15978
+ {
15979
+ "kind": "Content",
15980
+ "text": "disabled: "
15981
+ },
15982
+ {
15983
+ "kind": "Content",
15984
+ "text": "boolean"
15985
+ },
15986
+ {
15987
+ "kind": "Content",
15988
+ "text": ";"
15989
+ }
15990
+ ],
15991
+ "isReadonly": false,
15992
+ "isOptional": false,
15993
+ "releaseTag": "Public",
15994
+ "name": "disabled",
15995
+ "propertyTypeTokenRange": {
15996
+ "startIndex": 1,
15997
+ "endIndex": 2
15998
+ },
15999
+ "isStatic": false,
16000
+ "isProtected": false,
16001
+ "isAbstract": false
16002
+ },
16003
+ {
16004
+ "kind": "Property",
16005
+ "canonicalReference": "@vonage/vivid!VwcDialPadElement#endCallButtonLabel:member",
16006
+ "docComment": "",
16007
+ "excerptTokens": [
16008
+ {
16009
+ "kind": "Content",
16010
+ "text": "endCallButtonLabel: "
16011
+ },
16012
+ {
16013
+ "kind": "Content",
16014
+ "text": "string | null"
16015
+ },
16016
+ {
16017
+ "kind": "Content",
16018
+ "text": ";"
16019
+ }
16020
+ ],
16021
+ "isReadonly": false,
16022
+ "isOptional": false,
16023
+ "releaseTag": "Public",
16024
+ "name": "endCallButtonLabel",
16025
+ "propertyTypeTokenRange": {
16026
+ "startIndex": 1,
16027
+ "endIndex": 2
16028
+ },
16029
+ "isStatic": false,
16030
+ "isProtected": false,
16031
+ "isAbstract": false
16032
+ },
16033
+ {
16034
+ "kind": "Property",
16035
+ "canonicalReference": "@vonage/vivid!VwcDialPadElement#helperText:member",
16036
+ "docComment": "",
16037
+ "excerptTokens": [
16038
+ {
16039
+ "kind": "Content",
16040
+ "text": "helperText: "
16041
+ },
16042
+ {
16043
+ "kind": "Content",
16044
+ "text": "string | null"
16045
+ },
16046
+ {
16047
+ "kind": "Content",
16048
+ "text": ";"
16049
+ }
16050
+ ],
16051
+ "isReadonly": false,
16052
+ "isOptional": false,
16053
+ "releaseTag": "Public",
16054
+ "name": "helperText",
16055
+ "propertyTypeTokenRange": {
16056
+ "startIndex": 1,
16057
+ "endIndex": 2
16058
+ },
16059
+ "isStatic": false,
16060
+ "isProtected": false,
16061
+ "isAbstract": false
16062
+ },
16063
+ {
16064
+ "kind": "Property",
16065
+ "canonicalReference": "@vonage/vivid!VwcDialPadElement#noCall:member",
16066
+ "docComment": "",
16067
+ "excerptTokens": [
16068
+ {
16069
+ "kind": "Content",
16070
+ "text": "noCall: "
16071
+ },
16072
+ {
16073
+ "kind": "Content",
16074
+ "text": "boolean"
16075
+ },
16076
+ {
16077
+ "kind": "Content",
16078
+ "text": ";"
16079
+ }
16080
+ ],
16081
+ "isReadonly": false,
16082
+ "isOptional": false,
16083
+ "releaseTag": "Public",
16084
+ "name": "noCall",
16085
+ "propertyTypeTokenRange": {
16086
+ "startIndex": 1,
16087
+ "endIndex": 2
16088
+ },
16089
+ "isStatic": false,
16090
+ "isProtected": false,
16091
+ "isAbstract": false
16092
+ },
16093
+ {
16094
+ "kind": "Property",
16095
+ "canonicalReference": "@vonage/vivid!VwcDialPadElement#noInput:member",
16096
+ "docComment": "",
16097
+ "excerptTokens": [
16098
+ {
16099
+ "kind": "Content",
16100
+ "text": "noInput: "
16101
+ },
16102
+ {
16103
+ "kind": "Content",
16104
+ "text": "boolean"
16105
+ },
16106
+ {
16107
+ "kind": "Content",
16108
+ "text": ";"
16109
+ }
16110
+ ],
16111
+ "isReadonly": false,
16112
+ "isOptional": false,
16113
+ "releaseTag": "Public",
16114
+ "name": "noInput",
16115
+ "propertyTypeTokenRange": {
16116
+ "startIndex": 1,
16117
+ "endIndex": 2
16118
+ },
16119
+ "isStatic": false,
16120
+ "isProtected": false,
16121
+ "isAbstract": false
16122
+ },
16123
+ {
16124
+ "kind": "Property",
16125
+ "canonicalReference": "@vonage/vivid!VwcDialPadElement#pattern:member",
16126
+ "docComment": "",
16127
+ "excerptTokens": [
16128
+ {
16129
+ "kind": "Content",
16130
+ "text": "pattern: "
16131
+ },
16132
+ {
16133
+ "kind": "Content",
16134
+ "text": "string"
15679
16135
  },
15680
16136
  {
15681
16137
  "kind": "Content",
@@ -20015,16 +20471,16 @@
20015
20471
  "members": [
20016
20472
  {
20017
20473
  "kind": "Property",
20018
- "canonicalReference": "@vonage/vivid!VwcOptionElement#_highlightTextToUse:member",
20474
+ "canonicalReference": "@vonage/vivid!VwcOptionElement#_hasMatchedText:member",
20019
20475
  "docComment": "",
20020
20476
  "excerptTokens": [
20021
20477
  {
20022
20478
  "kind": "Content",
20023
- "text": "get _highlightTextToUse(): "
20479
+ "text": "get _hasMatchedText(): "
20024
20480
  },
20025
20481
  {
20026
20482
  "kind": "Content",
20027
- "text": "string"
20483
+ "text": "boolean"
20028
20484
  },
20029
20485
  {
20030
20486
  "kind": "Content",
@@ -20034,37 +20490,7 @@
20034
20490
  "isReadonly": true,
20035
20491
  "isOptional": false,
20036
20492
  "releaseTag": "Public",
20037
- "name": "_highlightTextToUse",
20038
- "propertyTypeTokenRange": {
20039
- "startIndex": 1,
20040
- "endIndex": 2
20041
- },
20042
- "isStatic": false,
20043
- "isProtected": false,
20044
- "isAbstract": false
20045
- },
20046
- {
20047
- "kind": "Property",
20048
- "canonicalReference": "@vonage/vivid!VwcOptionElement#_internalHighlightText:member",
20049
- "docComment": "",
20050
- "excerptTokens": [
20051
- {
20052
- "kind": "Content",
20053
- "text": "_internalHighlightText: "
20054
- },
20055
- {
20056
- "kind": "Content",
20057
- "text": "string"
20058
- },
20059
- {
20060
- "kind": "Content",
20061
- "text": ";"
20062
- }
20063
- ],
20064
- "isReadonly": false,
20065
- "isOptional": false,
20066
- "releaseTag": "Public",
20067
- "name": "_internalHighlightText",
20493
+ "name": "_hasMatchedText",
20068
20494
  "propertyTypeTokenRange": {
20069
20495
  "startIndex": 1,
20070
20496
  "endIndex": 2
@@ -20393,68 +20819,38 @@
20393
20819
  "parameters": [],
20394
20820
  "isOptional": false,
20395
20821
  "isAbstract": false,
20396
- "name": "disabledChanged"
20397
- },
20398
- {
20399
- "kind": "Property",
20400
- "canonicalReference": "@vonage/vivid!VwcOptionElement#form:member",
20401
- "docComment": "",
20402
- "excerptTokens": [
20403
- {
20404
- "kind": "Content",
20405
- "text": "get form(): "
20406
- },
20407
- {
20408
- "kind": "Reference",
20409
- "text": "HTMLFormElement",
20410
- "canonicalReference": "!HTMLFormElement:interface"
20411
- },
20412
- {
20413
- "kind": "Content",
20414
- "text": " | null"
20415
- },
20416
- {
20417
- "kind": "Content",
20418
- "text": ";"
20419
- }
20420
- ],
20421
- "isReadonly": true,
20422
- "isOptional": false,
20423
- "releaseTag": "Public",
20424
- "name": "form",
20425
- "propertyTypeTokenRange": {
20426
- "startIndex": 1,
20427
- "endIndex": 3
20428
- },
20429
- "isStatic": false,
20430
- "isProtected": false,
20431
- "isAbstract": false
20822
+ "name": "disabledChanged"
20432
20823
  },
20433
20824
  {
20434
20825
  "kind": "Property",
20435
- "canonicalReference": "@vonage/vivid!VwcOptionElement#highlightText:member",
20826
+ "canonicalReference": "@vonage/vivid!VwcOptionElement#form:member",
20436
20827
  "docComment": "",
20437
20828
  "excerptTokens": [
20438
20829
  {
20439
20830
  "kind": "Content",
20440
- "text": "highlightText?: "
20831
+ "text": "get form(): "
20832
+ },
20833
+ {
20834
+ "kind": "Reference",
20835
+ "text": "HTMLFormElement",
20836
+ "canonicalReference": "!HTMLFormElement:interface"
20441
20837
  },
20442
20838
  {
20443
20839
  "kind": "Content",
20444
- "text": "string"
20840
+ "text": " | null"
20445
20841
  },
20446
20842
  {
20447
20843
  "kind": "Content",
20448
20844
  "text": ";"
20449
20845
  }
20450
20846
  ],
20451
- "isReadonly": false,
20452
- "isOptional": true,
20847
+ "isReadonly": true,
20848
+ "isOptional": false,
20453
20849
  "releaseTag": "Public",
20454
- "name": "highlightText",
20850
+ "name": "form",
20455
20851
  "propertyTypeTokenRange": {
20456
20852
  "startIndex": 1,
20457
- "endIndex": 2
20853
+ "endIndex": 3
20458
20854
  },
20459
20855
  "isStatic": false,
20460
20856
  "isProtected": false,
@@ -20551,6 +20947,36 @@
20551
20947
  "isProtected": false,
20552
20948
  "isAbstract": false
20553
20949
  },
20950
+ {
20951
+ "kind": "Property",
20952
+ "canonicalReference": "@vonage/vivid!VwcOptionElement#matchedText:member",
20953
+ "docComment": "",
20954
+ "excerptTokens": [
20955
+ {
20956
+ "kind": "Content",
20957
+ "text": "matchedText?: "
20958
+ },
20959
+ {
20960
+ "kind": "Content",
20961
+ "text": "string"
20962
+ },
20963
+ {
20964
+ "kind": "Content",
20965
+ "text": ";"
20966
+ }
20967
+ ],
20968
+ "isReadonly": false,
20969
+ "isOptional": true,
20970
+ "releaseTag": "Public",
20971
+ "name": "matchedText",
20972
+ "propertyTypeTokenRange": {
20973
+ "startIndex": 1,
20974
+ "endIndex": 2
20975
+ },
20976
+ "isStatic": false,
20977
+ "isProtected": false,
20978
+ "isAbstract": false
20979
+ },
20554
20980
  {
20555
20981
  "kind": "Property",
20556
20982
  "canonicalReference": "@vonage/vivid!VwcOptionElement#selected:member",
@@ -22029,7 +22455,220 @@
22029
22455
  },
22030
22456
  {
22031
22457
  "kind": "Content",
22032
- "text": "string | null"
22458
+ "text": "string | null"
22459
+ },
22460
+ {
22461
+ "kind": "Content",
22462
+ "text": ";"
22463
+ }
22464
+ ],
22465
+ "isReadonly": false,
22466
+ "isOptional": false,
22467
+ "releaseTag": "Public",
22468
+ "name": "ariaEndLabel",
22469
+ "propertyTypeTokenRange": {
22470
+ "startIndex": 1,
22471
+ "endIndex": 2
22472
+ },
22473
+ "isStatic": false,
22474
+ "isProtected": false,
22475
+ "isAbstract": false
22476
+ },
22477
+ {
22478
+ "kind": "Property",
22479
+ "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#ariaStartLabel:member",
22480
+ "docComment": "",
22481
+ "excerptTokens": [
22482
+ {
22483
+ "kind": "Content",
22484
+ "text": "ariaStartLabel: "
22485
+ },
22486
+ {
22487
+ "kind": "Content",
22488
+ "text": "string | null"
22489
+ },
22490
+ {
22491
+ "kind": "Content",
22492
+ "text": ";"
22493
+ }
22494
+ ],
22495
+ "isReadonly": false,
22496
+ "isOptional": false,
22497
+ "releaseTag": "Public",
22498
+ "name": "ariaStartLabel",
22499
+ "propertyTypeTokenRange": {
22500
+ "startIndex": 1,
22501
+ "endIndex": 2
22502
+ },
22503
+ "isStatic": false,
22504
+ "isProtected": false,
22505
+ "isAbstract": false
22506
+ },
22507
+ {
22508
+ "kind": "Method",
22509
+ "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#connectedCallback:member(1)",
22510
+ "docComment": "",
22511
+ "excerptTokens": [
22512
+ {
22513
+ "kind": "Content",
22514
+ "text": "connectedCallback(): "
22515
+ },
22516
+ {
22517
+ "kind": "Content",
22518
+ "text": "void"
22519
+ },
22520
+ {
22521
+ "kind": "Content",
22522
+ "text": ";"
22523
+ }
22524
+ ],
22525
+ "isStatic": false,
22526
+ "returnTypeTokenRange": {
22527
+ "startIndex": 1,
22528
+ "endIndex": 2
22529
+ },
22530
+ "releaseTag": "Public",
22531
+ "isProtected": false,
22532
+ "overloadIndex": 1,
22533
+ "parameters": [],
22534
+ "isOptional": false,
22535
+ "isAbstract": false,
22536
+ "name": "connectedCallback"
22537
+ },
22538
+ {
22539
+ "kind": "Property",
22540
+ "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#connotation:member",
22541
+ "docComment": "",
22542
+ "excerptTokens": [
22543
+ {
22544
+ "kind": "Content",
22545
+ "text": "connotation?: "
22546
+ },
22547
+ {
22548
+ "kind": "Reference",
22549
+ "text": "RangeSliderConnotation",
22550
+ "canonicalReference": "@vonage/vivid!~RangeSliderConnotation:type"
22551
+ },
22552
+ {
22553
+ "kind": "Content",
22554
+ "text": ";"
22555
+ }
22556
+ ],
22557
+ "isReadonly": false,
22558
+ "isOptional": true,
22559
+ "releaseTag": "Public",
22560
+ "name": "connotation",
22561
+ "propertyTypeTokenRange": {
22562
+ "startIndex": 1,
22563
+ "endIndex": 2
22564
+ },
22565
+ "isStatic": false,
22566
+ "isProtected": false,
22567
+ "isAbstract": false
22568
+ },
22569
+ {
22570
+ "kind": "Property",
22571
+ "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#currentEnd:member",
22572
+ "docComment": "",
22573
+ "excerptTokens": [
22574
+ {
22575
+ "kind": "Content",
22576
+ "text": "currentEnd: "
22577
+ },
22578
+ {
22579
+ "kind": "Content",
22580
+ "text": "string"
22581
+ },
22582
+ {
22583
+ "kind": "Content",
22584
+ "text": ";"
22585
+ }
22586
+ ],
22587
+ "isReadonly": false,
22588
+ "isOptional": false,
22589
+ "releaseTag": "Public",
22590
+ "name": "currentEnd",
22591
+ "propertyTypeTokenRange": {
22592
+ "startIndex": 1,
22593
+ "endIndex": 2
22594
+ },
22595
+ "isStatic": false,
22596
+ "isProtected": false,
22597
+ "isAbstract": false
22598
+ },
22599
+ {
22600
+ "kind": "Property",
22601
+ "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#currentStart:member",
22602
+ "docComment": "",
22603
+ "excerptTokens": [
22604
+ {
22605
+ "kind": "Content",
22606
+ "text": "currentStart: "
22607
+ },
22608
+ {
22609
+ "kind": "Content",
22610
+ "text": "string"
22611
+ },
22612
+ {
22613
+ "kind": "Content",
22614
+ "text": ";"
22615
+ }
22616
+ ],
22617
+ "isReadonly": false,
22618
+ "isOptional": false,
22619
+ "releaseTag": "Public",
22620
+ "name": "currentStart",
22621
+ "propertyTypeTokenRange": {
22622
+ "startIndex": 1,
22623
+ "endIndex": 2
22624
+ },
22625
+ "isStatic": false,
22626
+ "isProtected": false,
22627
+ "isAbstract": false
22628
+ },
22629
+ {
22630
+ "kind": "Method",
22631
+ "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#disconnectedCallback:member(1)",
22632
+ "docComment": "",
22633
+ "excerptTokens": [
22634
+ {
22635
+ "kind": "Content",
22636
+ "text": "disconnectedCallback(): "
22637
+ },
22638
+ {
22639
+ "kind": "Content",
22640
+ "text": "void"
22641
+ },
22642
+ {
22643
+ "kind": "Content",
22644
+ "text": ";"
22645
+ }
22646
+ ],
22647
+ "isStatic": false,
22648
+ "returnTypeTokenRange": {
22649
+ "startIndex": 1,
22650
+ "endIndex": 2
22651
+ },
22652
+ "releaseTag": "Public",
22653
+ "isProtected": false,
22654
+ "overloadIndex": 1,
22655
+ "parameters": [],
22656
+ "isOptional": false,
22657
+ "isAbstract": false,
22658
+ "name": "disconnectedCallback"
22659
+ },
22660
+ {
22661
+ "kind": "Property",
22662
+ "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#end:member",
22663
+ "docComment": "",
22664
+ "excerptTokens": [
22665
+ {
22666
+ "kind": "Content",
22667
+ "text": "end: "
22668
+ },
22669
+ {
22670
+ "kind": "Content",
22671
+ "text": "string"
22033
22672
  },
22034
22673
  {
22035
22674
  "kind": "Content",
@@ -22039,7 +22678,7 @@
22039
22678
  "isReadonly": false,
22040
22679
  "isOptional": false,
22041
22680
  "releaseTag": "Public",
22042
- "name": "ariaEndLabel",
22681
+ "name": "end",
22043
22682
  "propertyTypeTokenRange": {
22044
22683
  "startIndex": 1,
22045
22684
  "endIndex": 2
@@ -22050,26 +22689,26 @@
22050
22689
  },
22051
22690
  {
22052
22691
  "kind": "Property",
22053
- "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#ariaStartLabel:member",
22692
+ "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#endAsNumber:member",
22054
22693
  "docComment": "",
22055
22694
  "excerptTokens": [
22056
22695
  {
22057
22696
  "kind": "Content",
22058
- "text": "ariaStartLabel: "
22697
+ "text": "get endAsNumber(): "
22059
22698
  },
22060
22699
  {
22061
22700
  "kind": "Content",
22062
- "text": "string | null"
22701
+ "text": "number"
22063
22702
  },
22064
22703
  {
22065
22704
  "kind": "Content",
22066
- "text": ";"
22705
+ "text": ";\n\nset endAsNumber(next: number);"
22067
22706
  }
22068
22707
  ],
22069
22708
  "isReadonly": false,
22070
22709
  "isOptional": false,
22071
22710
  "releaseTag": "Public",
22072
- "name": "ariaStartLabel",
22711
+ "name": "endAsNumber",
22073
22712
  "propertyTypeTokenRange": {
22074
22713
  "startIndex": 1,
22075
22714
  "endIndex": 2
@@ -22080,12 +22719,12 @@
22080
22719
  },
22081
22720
  {
22082
22721
  "kind": "Method",
22083
- "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#connectedCallback:member(1)",
22722
+ "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#formResetCallback:member(1)",
22084
22723
  "docComment": "",
22085
22724
  "excerptTokens": [
22086
22725
  {
22087
22726
  "kind": "Content",
22088
- "text": "connectedCallback(): "
22727
+ "text": "formResetCallback(): "
22089
22728
  },
22090
22729
  {
22091
22730
  "kind": "Content",
@@ -22107,21 +22746,20 @@
22107
22746
  "parameters": [],
22108
22747
  "isOptional": false,
22109
22748
  "isAbstract": false,
22110
- "name": "connectedCallback"
22749
+ "name": "formResetCallback"
22111
22750
  },
22112
22751
  {
22113
22752
  "kind": "Property",
22114
- "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#connotation:member",
22753
+ "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#initialEnd:member",
22115
22754
  "docComment": "",
22116
22755
  "excerptTokens": [
22117
22756
  {
22118
22757
  "kind": "Content",
22119
- "text": "connotation?: "
22758
+ "text": "initialEnd: "
22120
22759
  },
22121
22760
  {
22122
- "kind": "Reference",
22123
- "text": "RangeSliderConnotation",
22124
- "canonicalReference": "@vonage/vivid!~RangeSliderConnotation:type"
22761
+ "kind": "Content",
22762
+ "text": "string | undefined"
22125
22763
  },
22126
22764
  {
22127
22765
  "kind": "Content",
@@ -22129,9 +22767,9 @@
22129
22767
  }
22130
22768
  ],
22131
22769
  "isReadonly": false,
22132
- "isOptional": true,
22770
+ "isOptional": false,
22133
22771
  "releaseTag": "Public",
22134
- "name": "connotation",
22772
+ "name": "initialEnd",
22135
22773
  "propertyTypeTokenRange": {
22136
22774
  "startIndex": 1,
22137
22775
  "endIndex": 2
@@ -22142,16 +22780,16 @@
22142
22780
  },
22143
22781
  {
22144
22782
  "kind": "Property",
22145
- "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#currentEnd:member",
22783
+ "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#initialStart:member",
22146
22784
  "docComment": "",
22147
22785
  "excerptTokens": [
22148
22786
  {
22149
22787
  "kind": "Content",
22150
- "text": "currentEnd: "
22788
+ "text": "initialStart: "
22151
22789
  },
22152
22790
  {
22153
22791
  "kind": "Content",
22154
- "text": "string"
22792
+ "text": "string | undefined"
22155
22793
  },
22156
22794
  {
22157
22795
  "kind": "Content",
@@ -22161,7 +22799,7 @@
22161
22799
  "isReadonly": false,
22162
22800
  "isOptional": false,
22163
22801
  "releaseTag": "Public",
22164
- "name": "currentEnd",
22802
+ "name": "initialStart",
22165
22803
  "propertyTypeTokenRange": {
22166
22804
  "startIndex": 1,
22167
22805
  "endIndex": 2
@@ -22172,16 +22810,16 @@
22172
22810
  },
22173
22811
  {
22174
22812
  "kind": "Property",
22175
- "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#currentStart:member",
22813
+ "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#markers:member",
22176
22814
  "docComment": "",
22177
22815
  "excerptTokens": [
22178
22816
  {
22179
22817
  "kind": "Content",
22180
- "text": "currentStart: "
22818
+ "text": "markers: "
22181
22819
  },
22182
22820
  {
22183
22821
  "kind": "Content",
22184
- "text": "string"
22822
+ "text": "boolean"
22185
22823
  },
22186
22824
  {
22187
22825
  "kind": "Content",
@@ -22191,7 +22829,7 @@
22191
22829
  "isReadonly": false,
22192
22830
  "isOptional": false,
22193
22831
  "releaseTag": "Public",
22194
- "name": "currentStart",
22832
+ "name": "markers",
22195
22833
  "propertyTypeTokenRange": {
22196
22834
  "startIndex": 1,
22197
22835
  "endIndex": 2
@@ -22201,48 +22839,47 @@
22201
22839
  "isAbstract": false
22202
22840
  },
22203
22841
  {
22204
- "kind": "Method",
22205
- "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#disconnectedCallback:member(1)",
22842
+ "kind": "Property",
22843
+ "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#max:member",
22206
22844
  "docComment": "",
22207
22845
  "excerptTokens": [
22208
22846
  {
22209
22847
  "kind": "Content",
22210
- "text": "disconnectedCallback(): "
22848
+ "text": "max: "
22211
22849
  },
22212
22850
  {
22213
22851
  "kind": "Content",
22214
- "text": "void"
22852
+ "text": "number"
22215
22853
  },
22216
22854
  {
22217
22855
  "kind": "Content",
22218
22856
  "text": ";"
22219
22857
  }
22220
22858
  ],
22221
- "isStatic": false,
22222
- "returnTypeTokenRange": {
22859
+ "isReadonly": false,
22860
+ "isOptional": false,
22861
+ "releaseTag": "Public",
22862
+ "name": "max",
22863
+ "propertyTypeTokenRange": {
22223
22864
  "startIndex": 1,
22224
22865
  "endIndex": 2
22225
22866
  },
22226
- "releaseTag": "Public",
22867
+ "isStatic": false,
22227
22868
  "isProtected": false,
22228
- "overloadIndex": 1,
22229
- "parameters": [],
22230
- "isOptional": false,
22231
- "isAbstract": false,
22232
- "name": "disconnectedCallback"
22869
+ "isAbstract": false
22233
22870
  },
22234
22871
  {
22235
22872
  "kind": "Property",
22236
- "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#end:member",
22873
+ "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#min:member",
22237
22874
  "docComment": "",
22238
22875
  "excerptTokens": [
22239
22876
  {
22240
22877
  "kind": "Content",
22241
- "text": "end: "
22878
+ "text": "min: "
22242
22879
  },
22243
22880
  {
22244
22881
  "kind": "Content",
22245
- "text": "string"
22882
+ "text": "number"
22246
22883
  },
22247
22884
  {
22248
22885
  "kind": "Content",
@@ -22252,7 +22889,7 @@
22252
22889
  "isReadonly": false,
22253
22890
  "isOptional": false,
22254
22891
  "releaseTag": "Public",
22255
- "name": "end",
22892
+ "name": "min",
22256
22893
  "propertyTypeTokenRange": {
22257
22894
  "startIndex": 1,
22258
22895
  "endIndex": 2
@@ -22263,26 +22900,27 @@
22263
22900
  },
22264
22901
  {
22265
22902
  "kind": "Property",
22266
- "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#endAsNumber:member",
22903
+ "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#orientation:member",
22267
22904
  "docComment": "",
22268
22905
  "excerptTokens": [
22269
22906
  {
22270
22907
  "kind": "Content",
22271
- "text": "get endAsNumber(): "
22908
+ "text": "orientation: "
22272
22909
  },
22273
22910
  {
22274
- "kind": "Content",
22275
- "text": "number"
22911
+ "kind": "Reference",
22912
+ "text": "Orientation",
22913
+ "canonicalReference": "@microsoft/fast-web-utilities!Orientation:type"
22276
22914
  },
22277
22915
  {
22278
22916
  "kind": "Content",
22279
- "text": ";\n\nset endAsNumber(next: number);"
22917
+ "text": ";"
22280
22918
  }
22281
22919
  ],
22282
22920
  "isReadonly": false,
22283
22921
  "isOptional": false,
22284
22922
  "releaseTag": "Public",
22285
- "name": "endAsNumber",
22923
+ "name": "orientation",
22286
22924
  "propertyTypeTokenRange": {
22287
22925
  "startIndex": 1,
22288
22926
  "endIndex": 2
@@ -22292,48 +22930,47 @@
22292
22930
  "isAbstract": false
22293
22931
  },
22294
22932
  {
22295
- "kind": "Method",
22296
- "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#formResetCallback:member(1)",
22933
+ "kind": "Property",
22934
+ "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#pin:member",
22297
22935
  "docComment": "",
22298
22936
  "excerptTokens": [
22299
22937
  {
22300
22938
  "kind": "Content",
22301
- "text": "formResetCallback(): "
22939
+ "text": "pin: "
22302
22940
  },
22303
22941
  {
22304
22942
  "kind": "Content",
22305
- "text": "void"
22943
+ "text": "boolean"
22306
22944
  },
22307
22945
  {
22308
22946
  "kind": "Content",
22309
22947
  "text": ";"
22310
22948
  }
22311
22949
  ],
22312
- "isStatic": false,
22313
- "returnTypeTokenRange": {
22950
+ "isReadonly": false,
22951
+ "isOptional": false,
22952
+ "releaseTag": "Public",
22953
+ "name": "pin",
22954
+ "propertyTypeTokenRange": {
22314
22955
  "startIndex": 1,
22315
22956
  "endIndex": 2
22316
22957
  },
22317
- "releaseTag": "Public",
22958
+ "isStatic": false,
22318
22959
  "isProtected": false,
22319
- "overloadIndex": 1,
22320
- "parameters": [],
22321
- "isOptional": false,
22322
- "isAbstract": false,
22323
- "name": "formResetCallback"
22960
+ "isAbstract": false
22324
22961
  },
22325
22962
  {
22326
22963
  "kind": "Property",
22327
- "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#initialEnd:member",
22964
+ "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#start:member",
22328
22965
  "docComment": "",
22329
22966
  "excerptTokens": [
22330
22967
  {
22331
22968
  "kind": "Content",
22332
- "text": "initialEnd: "
22969
+ "text": "start: "
22333
22970
  },
22334
22971
  {
22335
22972
  "kind": "Content",
22336
- "text": "string | undefined"
22973
+ "text": "string"
22337
22974
  },
22338
22975
  {
22339
22976
  "kind": "Content",
@@ -22343,7 +22980,7 @@
22343
22980
  "isReadonly": false,
22344
22981
  "isOptional": false,
22345
22982
  "releaseTag": "Public",
22346
- "name": "initialEnd",
22983
+ "name": "start",
22347
22984
  "propertyTypeTokenRange": {
22348
22985
  "startIndex": 1,
22349
22986
  "endIndex": 2
@@ -22354,16 +22991,46 @@
22354
22991
  },
22355
22992
  {
22356
22993
  "kind": "Property",
22357
- "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#initialStart:member",
22994
+ "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#startAsNumber:member",
22358
22995
  "docComment": "",
22359
22996
  "excerptTokens": [
22360
22997
  {
22361
22998
  "kind": "Content",
22362
- "text": "initialStart: "
22999
+ "text": "get startAsNumber(): "
22363
23000
  },
22364
23001
  {
22365
23002
  "kind": "Content",
22366
- "text": "string | undefined"
23003
+ "text": "number"
23004
+ },
23005
+ {
23006
+ "kind": "Content",
23007
+ "text": ";\n\nset startAsNumber(next: number);"
23008
+ }
23009
+ ],
23010
+ "isReadonly": false,
23011
+ "isOptional": false,
23012
+ "releaseTag": "Public",
23013
+ "name": "startAsNumber",
23014
+ "propertyTypeTokenRange": {
23015
+ "startIndex": 1,
23016
+ "endIndex": 2
23017
+ },
23018
+ "isStatic": false,
23019
+ "isProtected": false,
23020
+ "isAbstract": false
23021
+ },
23022
+ {
23023
+ "kind": "Property",
23024
+ "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#step:member",
23025
+ "docComment": "",
23026
+ "excerptTokens": [
23027
+ {
23028
+ "kind": "Content",
23029
+ "text": "step: "
23030
+ },
23031
+ {
23032
+ "kind": "Content",
23033
+ "text": "number"
22367
23034
  },
22368
23035
  {
22369
23036
  "kind": "Content",
@@ -22373,7 +23040,7 @@
22373
23040
  "isReadonly": false,
22374
23041
  "isOptional": false,
22375
23042
  "releaseTag": "Public",
22376
- "name": "initialStart",
23043
+ "name": "step",
22377
23044
  "propertyTypeTokenRange": {
22378
23045
  "startIndex": 1,
22379
23046
  "endIndex": 2
@@ -22384,16 +23051,16 @@
22384
23051
  },
22385
23052
  {
22386
23053
  "kind": "Property",
22387
- "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#markers:member",
23054
+ "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#valueTextFormatter:member",
22388
23055
  "docComment": "",
22389
23056
  "excerptTokens": [
22390
23057
  {
22391
23058
  "kind": "Content",
22392
- "text": "markers: "
23059
+ "text": "valueTextFormatter: "
22393
23060
  },
22394
23061
  {
22395
23062
  "kind": "Content",
22396
- "text": "boolean"
23063
+ "text": "(value: string) => string"
22397
23064
  },
22398
23065
  {
22399
23066
  "kind": "Content",
@@ -22403,7 +23070,7 @@
22403
23070
  "isReadonly": false,
22404
23071
  "isOptional": false,
22405
23072
  "releaseTag": "Public",
22406
- "name": "markers",
23073
+ "name": "valueTextFormatter",
22407
23074
  "propertyTypeTokenRange": {
22408
23075
  "startIndex": 1,
22409
23076
  "endIndex": 2
@@ -22411,49 +23078,141 @@
22411
23078
  "isStatic": false,
22412
23079
  "isProtected": false,
22413
23080
  "isAbstract": false
23081
+ }
23082
+ ],
23083
+ "extendsTokenRange": {
23084
+ "startIndex": 1,
23085
+ "endIndex": 2
23086
+ },
23087
+ "implementsTokenRanges": []
23088
+ },
23089
+ {
23090
+ "kind": "Interface",
23091
+ "canonicalReference": "@vonage/vivid!VwcRangeSliderElement:interface",
23092
+ "docComment": "",
23093
+ "excerptTokens": [
23094
+ {
23095
+ "kind": "Content",
23096
+ "text": "export interface RangeSlider extends "
23097
+ },
23098
+ {
23099
+ "kind": "Reference",
23100
+ "text": "FormElement",
23101
+ "canonicalReference": "@vonage/vivid!~FormElement:interface"
23102
+ },
23103
+ {
23104
+ "kind": "Content",
23105
+ "text": ", "
23106
+ },
23107
+ {
23108
+ "kind": "Reference",
23109
+ "text": "Localized",
23110
+ "canonicalReference": "@vonage/vivid!~Localized:class"
23111
+ },
23112
+ {
23113
+ "kind": "Content",
23114
+ "text": " "
23115
+ }
23116
+ ],
23117
+ "fileUrlPath": "../../dist/libs/components/lib/range-slider/range-slider.d.ts",
23118
+ "releaseTag": "Public",
23119
+ "name": "VwcRangeSliderElement",
23120
+ "preserveMemberOrder": false,
23121
+ "members": [],
23122
+ "extendsTokenRanges": [
23123
+ {
23124
+ "startIndex": 1,
23125
+ "endIndex": 2
23126
+ },
23127
+ {
23128
+ "startIndex": 3,
23129
+ "endIndex": 4
23130
+ }
23131
+ ]
23132
+ },
23133
+ {
23134
+ "kind": "Class",
23135
+ "canonicalReference": "@vonage/vivid!VwcRichTextEditorElement:class",
23136
+ "docComment": "",
23137
+ "excerptTokens": [
23138
+ {
23139
+ "kind": "Content",
23140
+ "text": "export declare class RichTextEditor extends "
23141
+ },
23142
+ {
23143
+ "kind": "Reference",
23144
+ "text": "VividElement",
23145
+ "canonicalReference": "@vonage/vivid!~VividElement:class"
23146
+ },
23147
+ {
23148
+ "kind": "Content",
23149
+ "text": " "
23150
+ }
23151
+ ],
23152
+ "fileUrlPath": "../../dist/libs/components/lib/rich-text-editor/rich-text-editor.d.ts",
23153
+ "releaseTag": "Public",
23154
+ "isAbstract": false,
23155
+ "name": "VwcRichTextEditorElement",
23156
+ "preserveMemberOrder": false,
23157
+ "members": [
23158
+ {
23159
+ "kind": "Constructor",
23160
+ "canonicalReference": "@vonage/vivid!VwcRichTextEditorElement:constructor(1)",
23161
+ "docComment": "/**\n * Constructs a new instance of the `RichTextEditor` class\n */\n",
23162
+ "excerptTokens": [
23163
+ {
23164
+ "kind": "Content",
23165
+ "text": "constructor();"
23166
+ }
23167
+ ],
23168
+ "releaseTag": "Public",
23169
+ "isProtected": false,
23170
+ "overloadIndex": 1,
23171
+ "parameters": []
22414
23172
  },
22415
23173
  {
22416
- "kind": "Property",
22417
- "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#max:member",
23174
+ "kind": "Method",
23175
+ "canonicalReference": "@vonage/vivid!VwcRichTextEditorElement#connectedCallback:member(1)",
22418
23176
  "docComment": "",
22419
23177
  "excerptTokens": [
22420
23178
  {
22421
23179
  "kind": "Content",
22422
- "text": "max: "
23180
+ "text": "connectedCallback(): "
22423
23181
  },
22424
23182
  {
22425
23183
  "kind": "Content",
22426
- "text": "number"
23184
+ "text": "void"
22427
23185
  },
22428
23186
  {
22429
23187
  "kind": "Content",
22430
23188
  "text": ";"
22431
23189
  }
22432
23190
  ],
22433
- "isReadonly": false,
22434
- "isOptional": false,
22435
- "releaseTag": "Public",
22436
- "name": "max",
22437
- "propertyTypeTokenRange": {
23191
+ "isStatic": false,
23192
+ "returnTypeTokenRange": {
22438
23193
  "startIndex": 1,
22439
23194
  "endIndex": 2
22440
23195
  },
22441
- "isStatic": false,
23196
+ "releaseTag": "Public",
22442
23197
  "isProtected": false,
22443
- "isAbstract": false
23198
+ "overloadIndex": 1,
23199
+ "parameters": [],
23200
+ "isOptional": false,
23201
+ "isAbstract": false,
23202
+ "name": "connectedCallback"
22444
23203
  },
22445
23204
  {
22446
23205
  "kind": "Property",
22447
- "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#min:member",
23206
+ "canonicalReference": "@vonage/vivid!VwcRichTextEditorElement#selectionEnd:member",
22448
23207
  "docComment": "",
22449
23208
  "excerptTokens": [
22450
23209
  {
22451
23210
  "kind": "Content",
22452
- "text": "min: "
23211
+ "text": "selectionEnd: "
22453
23212
  },
22454
23213
  {
22455
23214
  "kind": "Content",
22456
- "text": "number"
23215
+ "text": "number | null"
22457
23216
  },
22458
23217
  {
22459
23218
  "kind": "Content",
@@ -22463,7 +23222,7 @@
22463
23222
  "isReadonly": false,
22464
23223
  "isOptional": false,
22465
23224
  "releaseTag": "Public",
22466
- "name": "min",
23225
+ "name": "selectionEnd",
22467
23226
  "propertyTypeTokenRange": {
22468
23227
  "startIndex": 1,
22469
23228
  "endIndex": 2
@@ -22473,48 +23232,48 @@
22473
23232
  "isAbstract": false
22474
23233
  },
22475
23234
  {
22476
- "kind": "Property",
22477
- "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#orientation:member",
23235
+ "kind": "Method",
23236
+ "canonicalReference": "@vonage/vivid!VwcRichTextEditorElement#selectionEndChanged:member(1)",
22478
23237
  "docComment": "",
22479
23238
  "excerptTokens": [
22480
23239
  {
22481
23240
  "kind": "Content",
22482
- "text": "orientation: "
23241
+ "text": "selectionEndChanged(): "
22483
23242
  },
22484
23243
  {
22485
- "kind": "Reference",
22486
- "text": "Orientation",
22487
- "canonicalReference": "@microsoft/fast-web-utilities!Orientation:type"
23244
+ "kind": "Content",
23245
+ "text": "void"
22488
23246
  },
22489
23247
  {
22490
23248
  "kind": "Content",
22491
23249
  "text": ";"
22492
23250
  }
22493
23251
  ],
22494
- "isReadonly": false,
22495
- "isOptional": false,
22496
- "releaseTag": "Public",
22497
- "name": "orientation",
22498
- "propertyTypeTokenRange": {
23252
+ "isStatic": false,
23253
+ "returnTypeTokenRange": {
22499
23254
  "startIndex": 1,
22500
23255
  "endIndex": 2
22501
23256
  },
22502
- "isStatic": false,
23257
+ "releaseTag": "Public",
22503
23258
  "isProtected": false,
22504
- "isAbstract": false
23259
+ "overloadIndex": 1,
23260
+ "parameters": [],
23261
+ "isOptional": false,
23262
+ "isAbstract": false,
23263
+ "name": "selectionEndChanged"
22505
23264
  },
22506
23265
  {
22507
23266
  "kind": "Property",
22508
- "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#pin:member",
23267
+ "canonicalReference": "@vonage/vivid!VwcRichTextEditorElement#selectionStart:member",
22509
23268
  "docComment": "",
22510
23269
  "excerptTokens": [
22511
23270
  {
22512
23271
  "kind": "Content",
22513
- "text": "pin: "
23272
+ "text": "selectionStart: "
22514
23273
  },
22515
23274
  {
22516
23275
  "kind": "Content",
22517
- "text": "boolean"
23276
+ "text": "number | null"
22518
23277
  },
22519
23278
  {
22520
23279
  "kind": "Content",
@@ -22524,7 +23283,7 @@
22524
23283
  "isReadonly": false,
22525
23284
  "isOptional": false,
22526
23285
  "releaseTag": "Public",
22527
- "name": "pin",
23286
+ "name": "selectionStart",
22528
23287
  "propertyTypeTokenRange": {
22529
23288
  "startIndex": 1,
22530
23289
  "endIndex": 2
@@ -22534,117 +23293,106 @@
22534
23293
  "isAbstract": false
22535
23294
  },
22536
23295
  {
22537
- "kind": "Property",
22538
- "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#start:member",
23296
+ "kind": "Method",
23297
+ "canonicalReference": "@vonage/vivid!VwcRichTextEditorElement#selectionStartChanged:member(1)",
22539
23298
  "docComment": "",
22540
23299
  "excerptTokens": [
22541
23300
  {
22542
23301
  "kind": "Content",
22543
- "text": "start: "
23302
+ "text": "selectionStartChanged(): "
22544
23303
  },
22545
23304
  {
22546
23305
  "kind": "Content",
22547
- "text": "string"
23306
+ "text": "void"
22548
23307
  },
22549
23308
  {
22550
23309
  "kind": "Content",
22551
23310
  "text": ";"
22552
23311
  }
22553
23312
  ],
22554
- "isReadonly": false,
22555
- "isOptional": false,
22556
- "releaseTag": "Public",
22557
- "name": "start",
22558
- "propertyTypeTokenRange": {
23313
+ "isStatic": false,
23314
+ "returnTypeTokenRange": {
22559
23315
  "startIndex": 1,
22560
23316
  "endIndex": 2
22561
23317
  },
22562
- "isStatic": false,
23318
+ "releaseTag": "Public",
22563
23319
  "isProtected": false,
22564
- "isAbstract": false
23320
+ "overloadIndex": 1,
23321
+ "parameters": [],
23322
+ "isOptional": false,
23323
+ "isAbstract": false,
23324
+ "name": "selectionStartChanged"
22565
23325
  },
22566
23326
  {
22567
- "kind": "Property",
22568
- "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#startAsNumber:member",
23327
+ "kind": "Method",
23328
+ "canonicalReference": "@vonage/vivid!VwcRichTextEditorElement#setTextSize:member(1)",
22569
23329
  "docComment": "",
22570
23330
  "excerptTokens": [
22571
23331
  {
22572
23332
  "kind": "Content",
22573
- "text": "get startAsNumber(): "
23333
+ "text": "setTextSize(size: "
22574
23334
  },
22575
23335
  {
22576
23336
  "kind": "Content",
22577
- "text": "number"
23337
+ "text": "'title' | 'subtitle' | 'body'"
22578
23338
  },
22579
23339
  {
22580
23340
  "kind": "Content",
22581
- "text": ";\n\nset startAsNumber(next: number);"
22582
- }
22583
- ],
22584
- "isReadonly": false,
22585
- "isOptional": false,
22586
- "releaseTag": "Public",
22587
- "name": "startAsNumber",
22588
- "propertyTypeTokenRange": {
22589
- "startIndex": 1,
22590
- "endIndex": 2
22591
- },
22592
- "isStatic": false,
22593
- "isProtected": false,
22594
- "isAbstract": false
22595
- },
22596
- {
22597
- "kind": "Property",
22598
- "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#step:member",
22599
- "docComment": "",
22600
- "excerptTokens": [
22601
- {
22602
- "kind": "Content",
22603
- "text": "step: "
23341
+ "text": "): "
22604
23342
  },
22605
23343
  {
22606
23344
  "kind": "Content",
22607
- "text": "number"
23345
+ "text": "void"
22608
23346
  },
22609
23347
  {
22610
23348
  "kind": "Content",
22611
23349
  "text": ";"
22612
23350
  }
22613
23351
  ],
22614
- "isReadonly": false,
22615
- "isOptional": false,
22616
- "releaseTag": "Public",
22617
- "name": "step",
22618
- "propertyTypeTokenRange": {
22619
- "startIndex": 1,
22620
- "endIndex": 2
22621
- },
22622
23352
  "isStatic": false,
23353
+ "returnTypeTokenRange": {
23354
+ "startIndex": 3,
23355
+ "endIndex": 4
23356
+ },
23357
+ "releaseTag": "Public",
22623
23358
  "isProtected": false,
22624
- "isAbstract": false
23359
+ "overloadIndex": 1,
23360
+ "parameters": [
23361
+ {
23362
+ "parameterName": "size",
23363
+ "parameterTypeTokenRange": {
23364
+ "startIndex": 1,
23365
+ "endIndex": 2
23366
+ },
23367
+ "isOptional": false
23368
+ }
23369
+ ],
23370
+ "isOptional": false,
23371
+ "isAbstract": false,
23372
+ "name": "setTextSize"
22625
23373
  },
22626
23374
  {
22627
23375
  "kind": "Property",
22628
- "canonicalReference": "@vonage/vivid!VwcRangeSliderElement#valueTextFormatter:member",
23376
+ "canonicalReference": "@vonage/vivid!VwcRichTextEditorElement#value:member",
22629
23377
  "docComment": "",
22630
23378
  "excerptTokens": [
22631
23379
  {
22632
23380
  "kind": "Content",
22633
- "text": "valueTextFormatter: "
23381
+ "text": "get value(): "
22634
23382
  },
22635
23383
  {
22636
23384
  "kind": "Content",
22637
- "text": "(value: string) => string"
23385
+ "text": "string"
22638
23386
  },
22639
23387
  {
22640
23388
  "kind": "Content",
22641
- "text": ";"
23389
+ "text": ";\n\nset value(content: string);"
22642
23390
  }
22643
23391
  ],
22644
23392
  "isReadonly": false,
22645
23393
  "isOptional": false,
22646
23394
  "releaseTag": "Public",
22647
- "name": "valueTextFormatter",
23395
+ "name": "value",
22648
23396
  "propertyTypeTokenRange": {
22649
23397
  "startIndex": 1,
22650
23398
  "endIndex": 2
@@ -22660,50 +23408,6 @@
22660
23408
  },
22661
23409
  "implementsTokenRanges": []
22662
23410
  },
22663
- {
22664
- "kind": "Interface",
22665
- "canonicalReference": "@vonage/vivid!VwcRangeSliderElement:interface",
22666
- "docComment": "",
22667
- "excerptTokens": [
22668
- {
22669
- "kind": "Content",
22670
- "text": "export interface RangeSlider extends "
22671
- },
22672
- {
22673
- "kind": "Reference",
22674
- "text": "FormElement",
22675
- "canonicalReference": "@vonage/vivid!~FormElement:interface"
22676
- },
22677
- {
22678
- "kind": "Content",
22679
- "text": ", "
22680
- },
22681
- {
22682
- "kind": "Reference",
22683
- "text": "Localized",
22684
- "canonicalReference": "@vonage/vivid!~Localized:class"
22685
- },
22686
- {
22687
- "kind": "Content",
22688
- "text": " "
22689
- }
22690
- ],
22691
- "fileUrlPath": "../../dist/libs/components/lib/range-slider/range-slider.d.ts",
22692
- "releaseTag": "Public",
22693
- "name": "VwcRangeSliderElement",
22694
- "preserveMemberOrder": false,
22695
- "members": [],
22696
- "extendsTokenRanges": [
22697
- {
22698
- "startIndex": 1,
22699
- "endIndex": 2
22700
- },
22701
- {
22702
- "startIndex": 3,
22703
- "endIndex": 4
22704
- }
22705
- ]
22706
- },
22707
23411
  {
22708
23412
  "kind": "Class",
22709
23413
  "canonicalReference": "@vonage/vivid!VwcSearchableSelectElement:class",
@@ -22882,45 +23586,6 @@
22882
23586
  "isProtected": false,
22883
23587
  "isAbstract": false
22884
23588
  },
22885
- {
22886
- "kind": "Property",
22887
- "canonicalReference": "@vonage/vivid!VwcSearchableSelectElement#filterOption:member",
22888
- "docComment": "",
22889
- "excerptTokens": [
22890
- {
22891
- "kind": "Content",
22892
- "text": "filterOption?: "
22893
- },
22894
- {
22895
- "kind": "Content",
22896
- "text": "(option: "
22897
- },
22898
- {
22899
- "kind": "Reference",
22900
- "text": "ListboxOption",
22901
- "canonicalReference": "@vonage/vivid!VwcOptionElement:class"
22902
- },
22903
- {
22904
- "kind": "Content",
22905
- "text": ", searchText: string) => boolean"
22906
- },
22907
- {
22908
- "kind": "Content",
22909
- "text": ";"
22910
- }
22911
- ],
22912
- "isReadonly": false,
22913
- "isOptional": true,
22914
- "releaseTag": "Public",
22915
- "name": "filterOption",
22916
- "propertyTypeTokenRange": {
22917
- "startIndex": 1,
22918
- "endIndex": 4
22919
- },
22920
- "isStatic": false,
22921
- "isProtected": false,
22922
- "isAbstract": false
22923
- },
22924
23589
  {
22925
23590
  "kind": "Property",
22926
23591
  "canonicalReference": "@vonage/vivid!VwcSearchableSelectElement#fixedDropdown:member",
@@ -23101,6 +23766,45 @@
23101
23766
  "isProtected": false,
23102
23767
  "isAbstract": false
23103
23768
  },
23769
+ {
23770
+ "kind": "Property",
23771
+ "canonicalReference": "@vonage/vivid!VwcSearchableSelectElement#optionFilter:member",
23772
+ "docComment": "",
23773
+ "excerptTokens": [
23774
+ {
23775
+ "kind": "Content",
23776
+ "text": "optionFilter?: "
23777
+ },
23778
+ {
23779
+ "kind": "Content",
23780
+ "text": "(option: "
23781
+ },
23782
+ {
23783
+ "kind": "Reference",
23784
+ "text": "ListboxOption",
23785
+ "canonicalReference": "@vonage/vivid!VwcOptionElement:class"
23786
+ },
23787
+ {
23788
+ "kind": "Content",
23789
+ "text": ", searchText: string) => boolean"
23790
+ },
23791
+ {
23792
+ "kind": "Content",
23793
+ "text": ";"
23794
+ }
23795
+ ],
23796
+ "isReadonly": false,
23797
+ "isOptional": true,
23798
+ "releaseTag": "Public",
23799
+ "name": "optionFilter",
23800
+ "propertyTypeTokenRange": {
23801
+ "startIndex": 1,
23802
+ "endIndex": 4
23803
+ },
23804
+ "isStatic": false,
23805
+ "isProtected": false,
23806
+ "isAbstract": false
23807
+ },
23104
23808
  {
23105
23809
  "kind": "Property",
23106
23810
  "canonicalReference": "@vonage/vivid!VwcSearchableSelectElement#options:member",