@vonage/vivid 3.25.0 → 3.27.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 (118) hide show
  1. package/README.md +2 -0
  2. package/accordion/index.js +0 -1
  3. package/accordion-item/index.js +0 -1
  4. package/alert/index.js +0 -1
  5. package/avatar/index.js +0 -1
  6. package/badge/index.js +0 -1
  7. package/banner/index.js +0 -1
  8. package/breadcrumb-item/index.js +0 -1
  9. package/button/index.js +0 -1
  10. package/card/index.js +0 -1
  11. package/checkbox/index.js +0 -1
  12. package/combobox/index.js +0 -1
  13. package/custom-elements.json +335 -1
  14. package/data-grid/index.js +7 -2
  15. package/dialog/index.js +0 -1
  16. package/empty-state/index.js +0 -1
  17. package/fab/index.js +0 -1
  18. package/file-picker/index.js +26 -0
  19. package/header/index.js +1 -1
  20. package/icon/index.js +0 -1
  21. package/index.js +5 -6
  22. package/layout/index.js +1 -1
  23. package/lib/components.d.ts +1 -3
  24. package/lib/data-grid/data-grid-cell.d.ts +14 -1
  25. package/lib/data-grid/data-grid.options.d.ts +7 -0
  26. package/lib/file-picker/definition.d.ts +3 -0
  27. package/lib/file-picker/file-picker.d.ts +22 -0
  28. package/lib/file-picker/file-picker.template.d.ts +4 -0
  29. package/lib/file-picker/index.d.ts +1 -0
  30. package/lib/menu/menu.d.ts +1 -0
  31. package/listbox/index.js +56 -11
  32. package/menu/index.js +0 -1
  33. package/menu-item/index.js +0 -1
  34. package/nav-disclosure/index.js +0 -1
  35. package/nav-item/index.js +0 -1
  36. package/note/index.js +0 -1
  37. package/number-field/index.js +0 -1
  38. package/option/index.js +0 -1
  39. package/package.json +2 -1
  40. package/pagination/index.js +0 -1
  41. package/popup/index.js +0 -1
  42. package/select/index.js +0 -1
  43. package/shared/definition.js +1 -1
  44. package/shared/definition10.js +1 -1
  45. package/shared/definition11.js +1 -1
  46. package/shared/definition12.js +1 -1
  47. package/shared/definition14.js +1 -1
  48. package/shared/definition15.js +1 -1
  49. package/shared/definition16.js +2 -2
  50. package/shared/definition17.js +1 -1
  51. package/shared/definition18.js +1 -1
  52. package/shared/definition19.js +1 -1
  53. package/shared/definition2.js +1 -1
  54. package/shared/definition20.js +1 -1
  55. package/shared/definition21.js +1 -1
  56. package/shared/definition22.js +68 -21
  57. package/shared/definition23.js +1 -1
  58. package/shared/definition24.js +1 -1
  59. package/shared/definition25.js +1 -1
  60. package/shared/definition26.js +1 -1
  61. package/shared/definition27.js +2285 -45
  62. package/shared/definition28.js +46 -36
  63. package/shared/definition29.js +39 -49
  64. package/shared/definition30.js +16 -3
  65. package/shared/definition31.js +5 -6
  66. package/shared/definition33.js +1 -1
  67. package/shared/definition34.js +1 -1
  68. package/shared/definition35.js +1 -1
  69. package/shared/definition36.js +1 -1
  70. package/shared/definition37.js +2 -2
  71. package/shared/definition38.js +2 -2
  72. package/shared/definition39.js +1 -1
  73. package/shared/definition4.js +1 -1
  74. package/shared/definition40.js +1 -1
  75. package/shared/definition41.js +1 -1
  76. package/shared/definition42.js +1 -1
  77. package/shared/definition43.js +1 -1
  78. package/shared/definition44.js +1 -1
  79. package/shared/definition45.js +1 -1
  80. package/shared/definition47.js +1 -1
  81. package/shared/definition48.js +1 -1
  82. package/shared/definition5.js +1 -1
  83. package/shared/definition50.js +1 -1
  84. package/shared/definition51.js +5 -7
  85. package/shared/definition52.js +2 -2
  86. package/shared/definition53.js +1 -1
  87. package/shared/definition54.js +1 -1
  88. package/shared/definition6.js +1 -1
  89. package/shared/definition7.js +4 -3
  90. package/shared/definition8.js +1 -1
  91. package/shared/definition9.js +1 -1
  92. package/shared/es.object.assign.js +1 -1
  93. package/shared/es.regexp.to-string.js +1 -1
  94. package/shared/es.string.includes.js +1 -1
  95. package/shared/form-elements.js +1 -1
  96. package/shared/icon.js +17 -13
  97. package/shared/index.js +1 -1
  98. package/shared/patterns/form-elements/form-elements.d.ts +4 -4
  99. package/shared/string-trim.js +1 -1
  100. package/shared/text-field.js +1 -1
  101. package/shared/to-string.js +1 -1
  102. package/styles/core/all.css +1 -1
  103. package/styles/core/theme.css +1 -1
  104. package/styles/core/typography.css +1 -1
  105. package/styles/tokens/theme-dark.css +4 -4
  106. package/styles/tokens/theme-light.css +4 -4
  107. package/switch/index.js +0 -1
  108. package/tab/index.js +0 -1
  109. package/tabs/index.js +0 -1
  110. package/tag/index.js +0 -1
  111. package/text-anchor/index.js +0 -1
  112. package/text-area/index.js +0 -1
  113. package/text-field/index.js +0 -1
  114. package/toggletip/index.js +0 -1
  115. package/tooltip/index.js +0 -1
  116. package/tree-item/index.js +0 -1
  117. package/vivid.api.json +135 -928
  118. package/shared/engine-is-node.js +0 -8
package/vivid.api.json CHANGED
@@ -2662,6 +2662,83 @@
2662
2662
  "endIndex": 9
2663
2663
  }
2664
2664
  },
2665
+ {
2666
+ "kind": "Variable",
2667
+ "canonicalReference": "@vonage/vivid!filePickerDefinition:var",
2668
+ "docComment": "",
2669
+ "excerptTokens": [
2670
+ {
2671
+ "kind": "Content",
2672
+ "text": "filePickerDefinition: "
2673
+ },
2674
+ {
2675
+ "kind": "Content",
2676
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
2677
+ },
2678
+ {
2679
+ "kind": "Reference",
2680
+ "text": "OverrideFoundationElementDefinition",
2681
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
2682
+ },
2683
+ {
2684
+ "kind": "Content",
2685
+ "text": "<"
2686
+ },
2687
+ {
2688
+ "kind": "Reference",
2689
+ "text": "FoundationElementDefinition",
2690
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2691
+ },
2692
+ {
2693
+ "kind": "Content",
2694
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
2695
+ },
2696
+ {
2697
+ "kind": "Reference",
2698
+ "text": "FoundationElementRegistry",
2699
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
2700
+ },
2701
+ {
2702
+ "kind": "Content",
2703
+ "text": "<"
2704
+ },
2705
+ {
2706
+ "kind": "Reference",
2707
+ "text": "FoundationElementDefinition",
2708
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2709
+ },
2710
+ {
2711
+ "kind": "Content",
2712
+ "text": ", import(\"@microsoft/fast-element\")."
2713
+ },
2714
+ {
2715
+ "kind": "Reference",
2716
+ "text": "Constructable",
2717
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
2718
+ },
2719
+ {
2720
+ "kind": "Content",
2721
+ "text": "<import(\"@microsoft/fast-foundation\")."
2722
+ },
2723
+ {
2724
+ "kind": "Reference",
2725
+ "text": "FoundationElement",
2726
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
2727
+ },
2728
+ {
2729
+ "kind": "Content",
2730
+ "text": ">>"
2731
+ }
2732
+ ],
2733
+ "fileUrlPath": "../../dist/libs/components/lib/file-picker/definition.d.ts",
2734
+ "isReadonly": true,
2735
+ "releaseTag": "Public",
2736
+ "name": "filePickerDefinition",
2737
+ "variableTypeTokenRange": {
2738
+ "startIndex": 1,
2739
+ "endIndex": 14
2740
+ }
2741
+ },
2665
2742
  {
2666
2743
  "kind": "TypeAlias",
2667
2744
  "canonicalReference": "@vonage/vivid!Gutters:type",
@@ -3160,141 +3237,6 @@
3160
3237
  }
3161
3238
  ]
3162
3239
  },
3163
- {
3164
- "kind": "TypeAlias",
3165
- "canonicalReference": "@vonage/vivid!LisboxAppearance:type",
3166
- "docComment": "",
3167
- "excerptTokens": [
3168
- {
3169
- "kind": "Content",
3170
- "text": "export declare type LisboxAppearance = "
3171
- },
3172
- {
3173
- "kind": "Reference",
3174
- "text": "Extract",
3175
- "canonicalReference": "!Extract:type"
3176
- },
3177
- {
3178
- "kind": "Content",
3179
- "text": "<"
3180
- },
3181
- {
3182
- "kind": "Reference",
3183
- "text": "Appearance",
3184
- "canonicalReference": "@vonage/vivid!Appearance:enum"
3185
- },
3186
- {
3187
- "kind": "Content",
3188
- "text": ", "
3189
- },
3190
- {
3191
- "kind": "Reference",
3192
- "text": "Appearance.Fieldset",
3193
- "canonicalReference": "@vonage/vivid!Appearance.Fieldset:member"
3194
- },
3195
- {
3196
- "kind": "Content",
3197
- "text": " | "
3198
- },
3199
- {
3200
- "kind": "Reference",
3201
- "text": "Appearance.Ghost",
3202
- "canonicalReference": "@vonage/vivid!Appearance.Ghost:member"
3203
- },
3204
- {
3205
- "kind": "Content",
3206
- "text": ">"
3207
- },
3208
- {
3209
- "kind": "Content",
3210
- "text": ";"
3211
- }
3212
- ],
3213
- "fileUrlPath": "../../dist/libs/components/lib/listbox/listbox.d.ts",
3214
- "releaseTag": "Public",
3215
- "name": "LisboxAppearance",
3216
- "typeTokenRange": {
3217
- "startIndex": 1,
3218
- "endIndex": 9
3219
- }
3220
- },
3221
- {
3222
- "kind": "Variable",
3223
- "canonicalReference": "@vonage/vivid!listboxDefinition:var",
3224
- "docComment": "",
3225
- "excerptTokens": [
3226
- {
3227
- "kind": "Content",
3228
- "text": "listboxDefinition: "
3229
- },
3230
- {
3231
- "kind": "Content",
3232
- "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
3233
- },
3234
- {
3235
- "kind": "Reference",
3236
- "text": "OverrideFoundationElementDefinition",
3237
- "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
3238
- },
3239
- {
3240
- "kind": "Content",
3241
- "text": "<"
3242
- },
3243
- {
3244
- "kind": "Reference",
3245
- "text": "FoundationElementDefinition",
3246
- "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
3247
- },
3248
- {
3249
- "kind": "Content",
3250
- "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
3251
- },
3252
- {
3253
- "kind": "Reference",
3254
- "text": "FoundationElementRegistry",
3255
- "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
3256
- },
3257
- {
3258
- "kind": "Content",
3259
- "text": "<"
3260
- },
3261
- {
3262
- "kind": "Reference",
3263
- "text": "FoundationElementDefinition",
3264
- "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
3265
- },
3266
- {
3267
- "kind": "Content",
3268
- "text": ", import(\"@microsoft/fast-element\")."
3269
- },
3270
- {
3271
- "kind": "Reference",
3272
- "text": "Constructable",
3273
- "canonicalReference": "@microsoft/fast-element!Constructable:type"
3274
- },
3275
- {
3276
- "kind": "Content",
3277
- "text": "<import(\"@microsoft/fast-foundation\")."
3278
- },
3279
- {
3280
- "kind": "Reference",
3281
- "text": "FoundationElement",
3282
- "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
3283
- },
3284
- {
3285
- "kind": "Content",
3286
- "text": ">>"
3287
- }
3288
- ],
3289
- "fileUrlPath": "../../dist/libs/components/lib/listbox/definition.d.ts",
3290
- "isReadonly": true,
3291
- "releaseTag": "Public",
3292
- "name": "listboxDefinition",
3293
- "variableTypeTokenRange": {
3294
- "startIndex": 1,
3295
- "endIndex": 14
3296
- }
3297
- },
3298
3240
  {
3299
3241
  "kind": "Variable",
3300
3242
  "canonicalReference": "@vonage/vivid!listboxOptionDefinition:var",
@@ -4082,751 +4024,72 @@
4082
4024
  "endIndex": 10
4083
4025
  }
4084
4026
  },
4085
- {
4086
- "kind": "TypeAlias",
4087
- "canonicalReference": "@vonage/vivid!NumberFieldShape:type",
4088
- "docComment": "",
4089
- "excerptTokens": [
4090
- {
4091
- "kind": "Content",
4092
- "text": "export declare type NumberFieldShape = "
4093
- },
4094
- {
4095
- "kind": "Reference",
4096
- "text": "Extract",
4097
- "canonicalReference": "!Extract:type"
4098
- },
4099
- {
4100
- "kind": "Content",
4101
- "text": "<"
4102
- },
4103
- {
4104
- "kind": "Reference",
4105
- "text": "Shape",
4106
- "canonicalReference": "@vonage/vivid!Shape:enum"
4107
- },
4108
- {
4109
- "kind": "Content",
4110
- "text": ", "
4111
- },
4112
- {
4113
- "kind": "Reference",
4114
- "text": "Shape.Rounded",
4115
- "canonicalReference": "@vonage/vivid!Shape.Rounded:member"
4116
- },
4117
- {
4118
- "kind": "Content",
4119
- "text": " | "
4120
- },
4121
- {
4122
- "kind": "Reference",
4123
- "text": "Shape.Pill",
4124
- "canonicalReference": "@vonage/vivid!Shape.Pill:member"
4125
- },
4126
- {
4127
- "kind": "Content",
4128
- "text": ">"
4129
- },
4130
- {
4131
- "kind": "Content",
4132
- "text": ";"
4133
- }
4134
- ],
4135
- "fileUrlPath": "../../dist/libs/components/lib/number-field/number-field.d.ts",
4136
- "releaseTag": "Public",
4137
- "name": "NumberFieldShape",
4138
- "typeTokenRange": {
4139
- "startIndex": 1,
4140
- "endIndex": 9
4141
- }
4142
- },
4143
- {
4144
- "kind": "Variable",
4145
- "canonicalReference": "@vonage/vivid!paginationDefinition:var",
4146
- "docComment": "",
4147
- "excerptTokens": [
4148
- {
4149
- "kind": "Content",
4150
- "text": "paginationDefinition: "
4151
- },
4152
- {
4153
- "kind": "Content",
4154
- "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
4155
- },
4156
- {
4157
- "kind": "Reference",
4158
- "text": "OverrideFoundationElementDefinition",
4159
- "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
4160
- },
4161
- {
4162
- "kind": "Content",
4163
- "text": "<"
4164
- },
4165
- {
4166
- "kind": "Reference",
4167
- "text": "FoundationElementDefinition",
4168
- "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
4169
- },
4170
- {
4171
- "kind": "Content",
4172
- "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
4173
- },
4174
- {
4175
- "kind": "Reference",
4176
- "text": "FoundationElementRegistry",
4177
- "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
4178
- },
4179
- {
4180
- "kind": "Content",
4181
- "text": "<"
4182
- },
4183
- {
4184
- "kind": "Reference",
4185
- "text": "FoundationElementDefinition",
4186
- "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
4187
- },
4188
- {
4189
- "kind": "Content",
4190
- "text": ", import(\"@microsoft/fast-element\")."
4191
- },
4192
- {
4193
- "kind": "Reference",
4194
- "text": "Constructable",
4195
- "canonicalReference": "@microsoft/fast-element!Constructable:type"
4196
- },
4197
- {
4198
- "kind": "Content",
4199
- "text": "<import(\"@microsoft/fast-foundation\")."
4200
- },
4201
- {
4202
- "kind": "Reference",
4203
- "text": "FoundationElement",
4204
- "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
4205
- },
4206
- {
4207
- "kind": "Content",
4208
- "text": ">>"
4209
- }
4210
- ],
4211
- "fileUrlPath": "../../dist/libs/components/lib/pagination/definition.d.ts",
4212
- "isReadonly": true,
4213
- "releaseTag": "Public",
4214
- "name": "paginationDefinition",
4215
- "variableTypeTokenRange": {
4216
- "startIndex": 1,
4217
- "endIndex": 14
4218
- }
4219
- },
4220
- {
4221
- "kind": "Class",
4222
- "canonicalReference": "@vonage/vivid!Popup:class",
4223
- "docComment": "",
4224
- "excerptTokens": [
4225
- {
4226
- "kind": "Content",
4227
- "text": "export declare class Popup extends "
4228
- },
4229
- {
4230
- "kind": "Reference",
4231
- "text": "FoundationElement",
4232
- "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
4233
- },
4234
- {
4235
- "kind": "Content",
4236
- "text": " "
4237
- }
4238
- ],
4239
- "fileUrlPath": "../../dist/libs/components/lib/popup/popup.d.ts",
4240
- "releaseTag": "Public",
4241
- "name": "Popup",
4242
- "preserveMemberOrder": false,
4243
- "members": [
4244
- {
4245
- "kind": "Property",
4246
- "canonicalReference": "@vonage/vivid!Popup#alternate:member",
4247
- "docComment": "",
4248
- "excerptTokens": [
4249
- {
4250
- "kind": "Content",
4251
- "text": "alternate: "
4252
- },
4253
- {
4254
- "kind": "Content",
4255
- "text": "boolean"
4256
- },
4257
- {
4258
- "kind": "Content",
4259
- "text": ";"
4260
- }
4261
- ],
4262
- "isReadonly": false,
4263
- "isOptional": false,
4264
- "releaseTag": "Public",
4265
- "name": "alternate",
4266
- "propertyTypeTokenRange": {
4267
- "startIndex": 1,
4268
- "endIndex": 2
4269
- },
4270
- "isStatic": false,
4271
- "isProtected": false
4272
- },
4273
- {
4274
- "kind": "Property",
4275
- "canonicalReference": "@vonage/vivid!Popup#anchor:member",
4276
- "docComment": "",
4277
- "excerptTokens": [
4278
- {
4279
- "kind": "Content",
4280
- "text": "anchor?: "
4281
- },
4282
- {
4283
- "kind": "Content",
4284
- "text": "string | "
4285
- },
4286
- {
4287
- "kind": "Reference",
4288
- "text": "HTMLElement",
4289
- "canonicalReference": "!HTMLElement:interface"
4290
- },
4291
- {
4292
- "kind": "Content",
4293
- "text": ";"
4294
- }
4295
- ],
4296
- "isReadonly": false,
4297
- "isOptional": true,
4298
- "releaseTag": "Public",
4299
- "name": "anchor",
4300
- "propertyTypeTokenRange": {
4301
- "startIndex": 1,
4302
- "endIndex": 3
4303
- },
4304
- "isStatic": false,
4305
- "isProtected": false
4306
- },
4307
- {
4308
- "kind": "Property",
4309
- "canonicalReference": "@vonage/vivid!Popup#anchorEl:member",
4310
- "docComment": "",
4311
- "excerptTokens": [
4312
- {
4313
- "kind": "Content",
4314
- "text": "get anchorEl(): "
4315
- },
4316
- {
4317
- "kind": "Reference",
4318
- "text": "HTMLElement",
4319
- "canonicalReference": "!HTMLElement:interface"
4320
- },
4321
- {
4322
- "kind": "Content",
4323
- "text": " | null"
4324
- },
4325
- {
4326
- "kind": "Content",
4327
- "text": ";"
4328
- }
4329
- ],
4330
- "isReadonly": true,
4331
- "isOptional": false,
4332
- "releaseTag": "Public",
4333
- "name": "anchorEl",
4334
- "propertyTypeTokenRange": {
4335
- "startIndex": 1,
4336
- "endIndex": 3
4337
- },
4338
- "isStatic": false,
4339
- "isProtected": false
4340
- },
4341
- {
4342
- "kind": "Property",
4343
- "canonicalReference": "@vonage/vivid!Popup#arrow:member",
4344
- "docComment": "",
4345
- "excerptTokens": [
4346
- {
4347
- "kind": "Content",
4348
- "text": "arrow: "
4349
- },
4350
- {
4351
- "kind": "Content",
4352
- "text": "boolean"
4353
- },
4354
- {
4355
- "kind": "Content",
4356
- "text": ";"
4357
- }
4358
- ],
4359
- "isReadonly": false,
4360
- "isOptional": false,
4361
- "releaseTag": "Public",
4362
- "name": "arrow",
4363
- "propertyTypeTokenRange": {
4364
- "startIndex": 1,
4365
- "endIndex": 2
4366
- },
4367
- "isStatic": false,
4368
- "isProtected": false
4369
- },
4370
- {
4371
- "kind": "Property",
4372
- "canonicalReference": "@vonage/vivid!Popup#arrowEl:member",
4373
- "docComment": "",
4374
- "excerptTokens": [
4375
- {
4376
- "kind": "Content",
4377
- "text": "arrowEl: "
4378
- },
4379
- {
4380
- "kind": "Reference",
4381
- "text": "HTMLElement",
4382
- "canonicalReference": "!HTMLElement:interface"
4383
- },
4384
- {
4385
- "kind": "Content",
4386
- "text": ";"
4387
- }
4388
- ],
4389
- "isReadonly": false,
4390
- "isOptional": false,
4391
- "releaseTag": "Public",
4392
- "name": "arrowEl",
4393
- "propertyTypeTokenRange": {
4394
- "startIndex": 1,
4395
- "endIndex": 2
4396
- },
4397
- "isStatic": false,
4398
- "isProtected": false
4399
- },
4400
- {
4401
- "kind": "Method",
4402
- "canonicalReference": "@vonage/vivid!Popup#attributeChangedCallback:member(1)",
4403
- "docComment": "",
4404
- "excerptTokens": [
4405
- {
4406
- "kind": "Content",
4407
- "text": "attributeChangedCallback(name: "
4408
- },
4409
- {
4410
- "kind": "Content",
4411
- "text": "string"
4412
- },
4413
- {
4414
- "kind": "Content",
4415
- "text": ", oldValue: "
4416
- },
4417
- {
4418
- "kind": "Content",
4419
- "text": "string"
4420
- },
4421
- {
4422
- "kind": "Content",
4423
- "text": ", newValue: "
4424
- },
4425
- {
4426
- "kind": "Content",
4427
- "text": "string"
4428
- },
4429
- {
4430
- "kind": "Content",
4431
- "text": "): "
4432
- },
4433
- {
4434
- "kind": "Content",
4435
- "text": "void"
4436
- },
4437
- {
4438
- "kind": "Content",
4439
- "text": ";"
4440
- }
4441
- ],
4442
- "isStatic": false,
4443
- "returnTypeTokenRange": {
4444
- "startIndex": 7,
4445
- "endIndex": 8
4446
- },
4447
- "releaseTag": "Public",
4448
- "isProtected": false,
4449
- "overloadIndex": 1,
4450
- "parameters": [
4451
- {
4452
- "parameterName": "name",
4453
- "parameterTypeTokenRange": {
4454
- "startIndex": 1,
4455
- "endIndex": 2
4456
- },
4457
- "isOptional": false
4458
- },
4459
- {
4460
- "parameterName": "oldValue",
4461
- "parameterTypeTokenRange": {
4462
- "startIndex": 3,
4463
- "endIndex": 4
4464
- },
4465
- "isOptional": false
4466
- },
4467
- {
4468
- "parameterName": "newValue",
4469
- "parameterTypeTokenRange": {
4470
- "startIndex": 5,
4471
- "endIndex": 6
4472
- },
4473
- "isOptional": false
4474
- }
4475
- ],
4476
- "isOptional": false,
4477
- "name": "attributeChangedCallback"
4478
- },
4479
- {
4480
- "kind": "Method",
4481
- "canonicalReference": "@vonage/vivid!Popup#disconnectedCallback:member(1)",
4482
- "docComment": "",
4483
- "excerptTokens": [
4484
- {
4485
- "kind": "Content",
4486
- "text": "disconnectedCallback(): "
4487
- },
4488
- {
4489
- "kind": "Content",
4490
- "text": "void"
4491
- },
4492
- {
4493
- "kind": "Content",
4494
- "text": ";"
4495
- }
4496
- ],
4497
- "isStatic": false,
4498
- "returnTypeTokenRange": {
4499
- "startIndex": 1,
4500
- "endIndex": 2
4501
- },
4502
- "releaseTag": "Public",
4503
- "isProtected": false,
4504
- "overloadIndex": 1,
4505
- "parameters": [],
4506
- "isOptional": false,
4507
- "name": "disconnectedCallback"
4508
- },
4509
- {
4510
- "kind": "Property",
4511
- "canonicalReference": "@vonage/vivid!Popup#dismissible:member",
4512
- "docComment": "",
4513
- "excerptTokens": [
4514
- {
4515
- "kind": "Content",
4516
- "text": "dismissible: "
4517
- },
4518
- {
4519
- "kind": "Content",
4520
- "text": "boolean"
4521
- },
4522
- {
4523
- "kind": "Content",
4524
- "text": ";"
4525
- }
4526
- ],
4527
- "isReadonly": false,
4528
- "isOptional": false,
4529
- "releaseTag": "Public",
4530
- "name": "dismissible",
4531
- "propertyTypeTokenRange": {
4532
- "startIndex": 1,
4533
- "endIndex": 2
4534
- },
4535
- "isStatic": false,
4536
- "isProtected": false
4027
+ {
4028
+ "kind": "TypeAlias",
4029
+ "canonicalReference": "@vonage/vivid!NumberFieldShape:type",
4030
+ "docComment": "",
4031
+ "excerptTokens": [
4032
+ {
4033
+ "kind": "Content",
4034
+ "text": "export declare type NumberFieldShape = "
4537
4035
  },
4538
4036
  {
4539
- "kind": "Method",
4540
- "canonicalReference": "@vonage/vivid!Popup#hide:member(1)",
4541
- "docComment": "",
4542
- "excerptTokens": [
4543
- {
4544
- "kind": "Content",
4545
- "text": "hide(): "
4546
- },
4547
- {
4548
- "kind": "Content",
4549
- "text": "void"
4550
- },
4551
- {
4552
- "kind": "Content",
4553
- "text": ";"
4554
- }
4555
- ],
4556
- "isStatic": false,
4557
- "returnTypeTokenRange": {
4558
- "startIndex": 1,
4559
- "endIndex": 2
4560
- },
4561
- "releaseTag": "Public",
4562
- "isProtected": false,
4563
- "overloadIndex": 1,
4564
- "parameters": [],
4565
- "isOptional": false,
4566
- "name": "hide"
4037
+ "kind": "Reference",
4038
+ "text": "Extract",
4039
+ "canonicalReference": "!Extract:type"
4567
4040
  },
4568
4041
  {
4569
- "kind": "Property",
4570
- "canonicalReference": "@vonage/vivid!Popup#open:member",
4571
- "docComment": "",
4572
- "excerptTokens": [
4573
- {
4574
- "kind": "Content",
4575
- "text": "open: "
4576
- },
4577
- {
4578
- "kind": "Content",
4579
- "text": "boolean"
4580
- },
4581
- {
4582
- "kind": "Content",
4583
- "text": ";"
4584
- }
4585
- ],
4586
- "isReadonly": false,
4587
- "isOptional": false,
4588
- "releaseTag": "Public",
4589
- "name": "open",
4590
- "propertyTypeTokenRange": {
4591
- "startIndex": 1,
4592
- "endIndex": 2
4593
- },
4594
- "isStatic": false,
4595
- "isProtected": false
4042
+ "kind": "Content",
4043
+ "text": "<"
4596
4044
  },
4597
4045
  {
4598
- "kind": "Method",
4599
- "canonicalReference": "@vonage/vivid!Popup#openChanged:member(1)",
4600
- "docComment": "",
4601
- "excerptTokens": [
4602
- {
4603
- "kind": "Content",
4604
- "text": "openChanged(_: "
4605
- },
4606
- {
4607
- "kind": "Content",
4608
- "text": "boolean"
4609
- },
4610
- {
4611
- "kind": "Content",
4612
- "text": ", newValue: "
4613
- },
4614
- {
4615
- "kind": "Content",
4616
- "text": "boolean"
4617
- },
4618
- {
4619
- "kind": "Content",
4620
- "text": "): "
4621
- },
4622
- {
4623
- "kind": "Content",
4624
- "text": "void"
4625
- },
4626
- {
4627
- "kind": "Content",
4628
- "text": ";"
4629
- }
4630
- ],
4631
- "isStatic": false,
4632
- "returnTypeTokenRange": {
4633
- "startIndex": 5,
4634
- "endIndex": 6
4635
- },
4636
- "releaseTag": "Public",
4637
- "isProtected": false,
4638
- "overloadIndex": 1,
4639
- "parameters": [
4640
- {
4641
- "parameterName": "_",
4642
- "parameterTypeTokenRange": {
4643
- "startIndex": 1,
4644
- "endIndex": 2
4645
- },
4646
- "isOptional": false
4647
- },
4648
- {
4649
- "parameterName": "newValue",
4650
- "parameterTypeTokenRange": {
4651
- "startIndex": 3,
4652
- "endIndex": 4
4653
- },
4654
- "isOptional": false
4655
- }
4656
- ],
4657
- "isOptional": false,
4658
- "name": "openChanged"
4046
+ "kind": "Reference",
4047
+ "text": "Shape",
4048
+ "canonicalReference": "@vonage/vivid!Shape:enum"
4659
4049
  },
4660
4050
  {
4661
- "kind": "Property",
4662
- "canonicalReference": "@vonage/vivid!Popup#placement:member",
4663
- "docComment": "",
4664
- "excerptTokens": [
4665
- {
4666
- "kind": "Content",
4667
- "text": "placement?: "
4668
- },
4669
- {
4670
- "kind": "Reference",
4671
- "text": "Placement",
4672
- "canonicalReference": "@floating-ui/core!Placement:type"
4673
- },
4674
- {
4675
- "kind": "Content",
4676
- "text": ";"
4677
- }
4678
- ],
4679
- "isReadonly": false,
4680
- "isOptional": true,
4681
- "releaseTag": "Public",
4682
- "name": "placement",
4683
- "propertyTypeTokenRange": {
4684
- "startIndex": 1,
4685
- "endIndex": 2
4686
- },
4687
- "isStatic": false,
4688
- "isProtected": false
4051
+ "kind": "Content",
4052
+ "text": ", "
4689
4053
  },
4690
4054
  {
4691
- "kind": "Property",
4692
- "canonicalReference": "@vonage/vivid!Popup#popupEl:member",
4693
- "docComment": "",
4694
- "excerptTokens": [
4695
- {
4696
- "kind": "Content",
4697
- "text": "popupEl: "
4698
- },
4699
- {
4700
- "kind": "Reference",
4701
- "text": "HTMLElement",
4702
- "canonicalReference": "!HTMLElement:interface"
4703
- },
4704
- {
4705
- "kind": "Content",
4706
- "text": ";"
4707
- }
4708
- ],
4709
- "isReadonly": false,
4710
- "isOptional": false,
4711
- "releaseTag": "Public",
4712
- "name": "popupEl",
4713
- "propertyTypeTokenRange": {
4714
- "startIndex": 1,
4715
- "endIndex": 2
4716
- },
4717
- "isStatic": false,
4718
- "isProtected": false
4055
+ "kind": "Reference",
4056
+ "text": "Shape.Rounded",
4057
+ "canonicalReference": "@vonage/vivid!Shape.Rounded:member"
4719
4058
  },
4720
4059
  {
4721
- "kind": "Method",
4722
- "canonicalReference": "@vonage/vivid!Popup#show:member(1)",
4723
- "docComment": "",
4724
- "excerptTokens": [
4725
- {
4726
- "kind": "Content",
4727
- "text": "show(): "
4728
- },
4729
- {
4730
- "kind": "Content",
4731
- "text": "void"
4732
- },
4733
- {
4734
- "kind": "Content",
4735
- "text": ";"
4736
- }
4737
- ],
4738
- "isStatic": false,
4739
- "returnTypeTokenRange": {
4740
- "startIndex": 1,
4741
- "endIndex": 2
4742
- },
4743
- "releaseTag": "Public",
4744
- "isProtected": false,
4745
- "overloadIndex": 1,
4746
- "parameters": [],
4747
- "isOptional": false,
4748
- "name": "show"
4060
+ "kind": "Content",
4061
+ "text": " | "
4749
4062
  },
4750
4063
  {
4751
- "kind": "Property",
4752
- "canonicalReference": "@vonage/vivid!Popup#strategy:member",
4753
- "docComment": "",
4754
- "excerptTokens": [
4755
- {
4756
- "kind": "Content",
4757
- "text": "strategy?: "
4758
- },
4759
- {
4760
- "kind": "Reference",
4761
- "text": "Strategy",
4762
- "canonicalReference": "@floating-ui/core!Strategy:type"
4763
- },
4764
- {
4765
- "kind": "Content",
4766
- "text": ";"
4767
- }
4768
- ],
4769
- "isReadonly": false,
4770
- "isOptional": true,
4771
- "releaseTag": "Public",
4772
- "name": "strategy",
4773
- "propertyTypeTokenRange": {
4774
- "startIndex": 1,
4775
- "endIndex": 2
4776
- },
4777
- "isStatic": false,
4778
- "isProtected": false
4064
+ "kind": "Reference",
4065
+ "text": "Shape.Pill",
4066
+ "canonicalReference": "@vonage/vivid!Shape.Pill:member"
4779
4067
  },
4780
4068
  {
4781
- "kind": "Method",
4782
- "canonicalReference": "@vonage/vivid!Popup#updatePosition:member(1)",
4783
- "docComment": "",
4784
- "excerptTokens": [
4785
- {
4786
- "kind": "Content",
4787
- "text": "updatePosition(): "
4788
- },
4789
- {
4790
- "kind": "Reference",
4791
- "text": "Promise",
4792
- "canonicalReference": "!Promise:interface"
4793
- },
4794
- {
4795
- "kind": "Content",
4796
- "text": "<void>"
4797
- },
4798
- {
4799
- "kind": "Content",
4800
- "text": ";"
4801
- }
4802
- ],
4803
- "isStatic": false,
4804
- "returnTypeTokenRange": {
4805
- "startIndex": 1,
4806
- "endIndex": 3
4807
- },
4808
- "releaseTag": "Public",
4809
- "isProtected": false,
4810
- "overloadIndex": 1,
4811
- "parameters": [],
4812
- "isOptional": false,
4813
- "name": "updatePosition"
4069
+ "kind": "Content",
4070
+ "text": ">"
4071
+ },
4072
+ {
4073
+ "kind": "Content",
4074
+ "text": ";"
4814
4075
  }
4815
4076
  ],
4816
- "extendsTokenRange": {
4077
+ "fileUrlPath": "../../dist/libs/components/lib/number-field/number-field.d.ts",
4078
+ "releaseTag": "Public",
4079
+ "name": "NumberFieldShape",
4080
+ "typeTokenRange": {
4817
4081
  "startIndex": 1,
4818
- "endIndex": 2
4819
- },
4820
- "implementsTokenRanges": []
4082
+ "endIndex": 9
4083
+ }
4821
4084
  },
4822
4085
  {
4823
4086
  "kind": "Variable",
4824
- "canonicalReference": "@vonage/vivid!popupDefinition:var",
4087
+ "canonicalReference": "@vonage/vivid!paginationDefinition:var",
4825
4088
  "docComment": "",
4826
4089
  "excerptTokens": [
4827
4090
  {
4828
4091
  "kind": "Content",
4829
- "text": "popupDefinition: "
4092
+ "text": "paginationDefinition: "
4830
4093
  },
4831
4094
  {
4832
4095
  "kind": "Content",
@@ -4887,10 +4150,10 @@
4887
4150
  "text": ">>"
4888
4151
  }
4889
4152
  ],
4890
- "fileUrlPath": "../../dist/libs/components/lib/popup/definition.d.ts",
4153
+ "fileUrlPath": "../../dist/libs/components/lib/pagination/definition.d.ts",
4891
4154
  "isReadonly": true,
4892
4155
  "releaseTag": "Public",
4893
- "name": "popupDefinition",
4156
+ "name": "paginationDefinition",
4894
4157
  "variableTypeTokenRange": {
4895
4158
  "startIndex": 1,
4896
4159
  "endIndex": 14
@@ -6000,34 +5263,6 @@
6000
5263
  "endIndex": 3
6001
5264
  }
6002
5265
  },
6003
- {
6004
- "kind": "Variable",
6005
- "canonicalReference": "@vonage/vivid!registerElevation:var",
6006
- "docComment": "",
6007
- "excerptTokens": [
6008
- {
6009
- "kind": "Content",
6010
- "text": "registerElevation: "
6011
- },
6012
- {
6013
- "kind": "Content",
6014
- "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
6015
- },
6016
- {
6017
- "kind": "Reference",
6018
- "text": "DesignSystem",
6019
- "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
6020
- }
6021
- ],
6022
- "fileUrlPath": "../../dist/libs/components/lib/elevation/definition.d.ts",
6023
- "isReadonly": true,
6024
- "releaseTag": "Public",
6025
- "name": "registerElevation",
6026
- "variableTypeTokenRange": {
6027
- "startIndex": 1,
6028
- "endIndex": 3
6029
- }
6030
- },
6031
5266
  {
6032
5267
  "kind": "Variable",
6033
5268
  "canonicalReference": "@vonage/vivid!registerEmptyState:var",
@@ -6114,12 +5349,12 @@
6114
5349
  },
6115
5350
  {
6116
5351
  "kind": "Variable",
6117
- "canonicalReference": "@vonage/vivid!registerHeader:var",
5352
+ "canonicalReference": "@vonage/vivid!registerFilePicker:var",
6118
5353
  "docComment": "",
6119
5354
  "excerptTokens": [
6120
5355
  {
6121
5356
  "kind": "Content",
6122
- "text": "registerHeader: "
5357
+ "text": "registerFilePicker: "
6123
5358
  },
6124
5359
  {
6125
5360
  "kind": "Content",
@@ -6131,10 +5366,10 @@
6131
5366
  "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
6132
5367
  }
6133
5368
  ],
6134
- "fileUrlPath": "../../dist/libs/components/lib/header/definition.d.ts",
5369
+ "fileUrlPath": "../../dist/libs/components/lib/file-picker/definition.d.ts",
6135
5370
  "isReadonly": true,
6136
5371
  "releaseTag": "Public",
6137
- "name": "registerHeader",
5372
+ "name": "registerFilePicker",
6138
5373
  "variableTypeTokenRange": {
6139
5374
  "startIndex": 1,
6140
5375
  "endIndex": 3
@@ -6142,12 +5377,12 @@
6142
5377
  },
6143
5378
  {
6144
5379
  "kind": "Variable",
6145
- "canonicalReference": "@vonage/vivid!registerIcon:var",
5380
+ "canonicalReference": "@vonage/vivid!registerHeader:var",
6146
5381
  "docComment": "",
6147
5382
  "excerptTokens": [
6148
5383
  {
6149
5384
  "kind": "Content",
6150
- "text": "registerIcon: "
5385
+ "text": "registerHeader: "
6151
5386
  },
6152
5387
  {
6153
5388
  "kind": "Content",
@@ -6159,10 +5394,10 @@
6159
5394
  "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
6160
5395
  }
6161
5396
  ],
6162
- "fileUrlPath": "../../dist/libs/components/lib/icon/definition.d.ts",
5397
+ "fileUrlPath": "../../dist/libs/components/lib/header/definition.d.ts",
6163
5398
  "isReadonly": true,
6164
5399
  "releaseTag": "Public",
6165
- "name": "registerIcon",
5400
+ "name": "registerHeader",
6166
5401
  "variableTypeTokenRange": {
6167
5402
  "startIndex": 1,
6168
5403
  "endIndex": 3
@@ -6170,12 +5405,12 @@
6170
5405
  },
6171
5406
  {
6172
5407
  "kind": "Variable",
6173
- "canonicalReference": "@vonage/vivid!registerLayout:var",
5408
+ "canonicalReference": "@vonage/vivid!registerIcon:var",
6174
5409
  "docComment": "",
6175
5410
  "excerptTokens": [
6176
5411
  {
6177
5412
  "kind": "Content",
6178
- "text": "registerLayout: "
5413
+ "text": "registerIcon: "
6179
5414
  },
6180
5415
  {
6181
5416
  "kind": "Content",
@@ -6187,10 +5422,10 @@
6187
5422
  "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
6188
5423
  }
6189
5424
  ],
6190
- "fileUrlPath": "../../dist/libs/components/lib/layout/definition.d.ts",
5425
+ "fileUrlPath": "../../dist/libs/components/lib/icon/definition.d.ts",
6191
5426
  "isReadonly": true,
6192
5427
  "releaseTag": "Public",
6193
- "name": "registerLayout",
5428
+ "name": "registerIcon",
6194
5429
  "variableTypeTokenRange": {
6195
5430
  "startIndex": 1,
6196
5431
  "endIndex": 3
@@ -6198,12 +5433,12 @@
6198
5433
  },
6199
5434
  {
6200
5435
  "kind": "Variable",
6201
- "canonicalReference": "@vonage/vivid!registerListbox:var",
5436
+ "canonicalReference": "@vonage/vivid!registerLayout:var",
6202
5437
  "docComment": "",
6203
5438
  "excerptTokens": [
6204
5439
  {
6205
5440
  "kind": "Content",
6206
- "text": "registerListbox: "
5441
+ "text": "registerLayout: "
6207
5442
  },
6208
5443
  {
6209
5444
  "kind": "Content",
@@ -6215,10 +5450,10 @@
6215
5450
  "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
6216
5451
  }
6217
5452
  ],
6218
- "fileUrlPath": "../../dist/libs/components/lib/listbox/definition.d.ts",
5453
+ "fileUrlPath": "../../dist/libs/components/lib/layout/definition.d.ts",
6219
5454
  "isReadonly": true,
6220
5455
  "releaseTag": "Public",
6221
- "name": "registerListbox",
5456
+ "name": "registerLayout",
6222
5457
  "variableTypeTokenRange": {
6223
5458
  "startIndex": 1,
6224
5459
  "endIndex": 3
@@ -6476,34 +5711,6 @@
6476
5711
  "endIndex": 3
6477
5712
  }
6478
5713
  },
6479
- {
6480
- "kind": "Variable",
6481
- "canonicalReference": "@vonage/vivid!registerPopup:var",
6482
- "docComment": "",
6483
- "excerptTokens": [
6484
- {
6485
- "kind": "Content",
6486
- "text": "registerPopup: "
6487
- },
6488
- {
6489
- "kind": "Content",
6490
- "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
6491
- },
6492
- {
6493
- "kind": "Reference",
6494
- "text": "DesignSystem",
6495
- "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
6496
- }
6497
- ],
6498
- "fileUrlPath": "../../dist/libs/components/lib/popup/definition.d.ts",
6499
- "isReadonly": true,
6500
- "releaseTag": "Public",
6501
- "name": "registerPopup",
6502
- "variableTypeTokenRange": {
6503
- "startIndex": 1,
6504
- "endIndex": 3
6505
- }
6506
- },
6507
5714
  {
6508
5715
  "kind": "Variable",
6509
5716
  "canonicalReference": "@vonage/vivid!registerProgress:var",