@vonage/vivid-vue 3.60.0 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/generated/components/VBanner.vue2.d.ts +3 -3
- package/generated/components/VBanner.vue3.d.ts +3 -3
- package/generated/components/VButton.vue2.d.ts +2 -19
- package/generated/components/VButton.vue3.d.ts +2 -19
- package/generated/components/VCheckbox.vue2.d.ts +4 -36
- package/generated/components/VCheckbox.vue3.d.ts +4 -36
- package/generated/components/VCombobox.vue2.d.ts +2 -19
- package/generated/components/VCombobox.vue3.d.ts +2 -19
- package/generated/components/VDataGridCell.vue2.d.ts +3 -3
- package/generated/components/VDataGridCell.vue3.d.ts +3 -3
- package/generated/components/VDatePicker.vue2.d.ts +4 -19
- package/generated/components/VDatePicker.vue3.d.ts +4 -19
- package/generated/components/VDateRangePicker.vue2.d.ts +2 -63
- package/generated/components/VDateRangePicker.vue3.d.ts +2 -63
- package/generated/components/VFab.vue2.d.ts +2 -19
- package/generated/components/VFab.vue3.d.ts +2 -19
- package/generated/components/VFilePicker.vue2.d.ts +2 -19
- package/generated/components/VFilePicker.vue3.d.ts +2 -19
- package/generated/components/VNumberField.vue2.d.ts +2 -19
- package/generated/components/VNumberField.vue3.d.ts +2 -19
- package/generated/components/VOption.vue2.d.ts +0 -17
- package/generated/components/VOption.vue3.d.ts +0 -17
- package/generated/components/VRadio.vue2.d.ts +4 -36
- package/generated/components/VRadio.vue3.d.ts +4 -36
- package/generated/components/VRangeSlider.vue2.d.ts +2 -65
- package/generated/components/VRangeSlider.vue3.d.ts +2 -65
- package/generated/components/VSelect.vue2.d.ts +2 -19
- package/generated/components/VSelect.vue3.d.ts +2 -19
- package/generated/components/VSlider.vue2.d.ts +2 -19
- package/generated/components/VSlider.vue3.d.ts +2 -19
- package/generated/components/VSwitch.vue2.d.ts +4 -36
- package/generated/components/VSwitch.vue3.d.ts +4 -36
- package/generated/components/VTab.vue2.d.ts +3 -3
- package/generated/components/VTab.vue3.d.ts +3 -3
- package/generated/components/VTextArea.vue2.d.ts +2 -19
- package/generated/components/VTextArea.vue3.d.ts +2 -19
- package/generated/components/VTextField.vue2.d.ts +2 -19
- package/generated/components/VTextField.vue3.d.ts +2 -19
- package/generated/components/VTimePicker.vue2.d.ts +2 -19
- package/generated/components/VTimePicker.vue3.d.ts +2 -19
- package/index.cjs +679 -881
- package/index.js +679 -881
- package/package.json +2 -2
- package/web-types.json +6 -198
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-vue",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"description": "A Vue wrapper library for Vivid components.",
|
|
5
5
|
"author": "Vonage",
|
|
6
6
|
"license": "ISC",
|
|
@@ -20,6 +20,6 @@
|
|
|
20
20
|
"vue": "^2.7.0 || >=3.0.0"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@vonage/vivid": "^
|
|
23
|
+
"@vonage/vivid": "^4.0.0"
|
|
24
24
|
}
|
|
25
25
|
}
|
package/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"framework": "vue",
|
|
3
3
|
"name": "@vonage/vivid-vue",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "4.0.0",
|
|
5
5
|
"contributions": {
|
|
6
6
|
"html": {
|
|
7
7
|
"description-markup": "markdown",
|
|
@@ -819,7 +819,7 @@
|
|
|
819
819
|
"name": "ariaLive",
|
|
820
820
|
"value": {
|
|
821
821
|
"kind": "expression",
|
|
822
|
-
"type": "
|
|
822
|
+
"type": "string"
|
|
823
823
|
}
|
|
824
824
|
},
|
|
825
825
|
{
|
|
@@ -1093,14 +1093,6 @@
|
|
|
1093
1093
|
},
|
|
1094
1094
|
{
|
|
1095
1095
|
"name": "value",
|
|
1096
|
-
"description": "The initial value of the form. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
1097
|
-
"value": {
|
|
1098
|
-
"kind": "expression",
|
|
1099
|
-
"type": "string"
|
|
1100
|
-
}
|
|
1101
|
-
},
|
|
1102
|
-
{
|
|
1103
|
-
"name": "currentValue",
|
|
1104
1096
|
"description": "The current value of the element. This property serves as a mechanism\nto set the `value` property through both property assignment and the\n.setAttribute() method. This is useful for setting the field's value\nin UI libraries that bind data through the .setAttribute() API\nand don't support IDL attribute binding.",
|
|
1105
1097
|
"value": {
|
|
1106
1098
|
"kind": "expression",
|
|
@@ -1743,14 +1735,6 @@
|
|
|
1743
1735
|
},
|
|
1744
1736
|
{
|
|
1745
1737
|
"name": "value",
|
|
1746
|
-
"description": "The initial value of the form. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
1747
|
-
"value": {
|
|
1748
|
-
"kind": "expression",
|
|
1749
|
-
"type": "string"
|
|
1750
|
-
}
|
|
1751
|
-
},
|
|
1752
|
-
{
|
|
1753
|
-
"name": "currentValue",
|
|
1754
1738
|
"description": "The current value of the element. This property serves as a mechanism\nto set the `value` property through both property assignment and the\n.setAttribute() method. This is useful for setting the field's value\nin UI libraries that bind data through the .setAttribute() API\nand don't support IDL attribute binding.",
|
|
1755
1739
|
"value": {
|
|
1756
1740
|
"kind": "expression",
|
|
@@ -1783,14 +1767,6 @@
|
|
|
1783
1767
|
},
|
|
1784
1768
|
{
|
|
1785
1769
|
"name": "checked",
|
|
1786
|
-
"description": "Provides the default checkedness of the input element",
|
|
1787
|
-
"value": {
|
|
1788
|
-
"kind": "expression",
|
|
1789
|
-
"type": "boolean"
|
|
1790
|
-
}
|
|
1791
|
-
},
|
|
1792
|
-
{
|
|
1793
|
-
"name": "currentChecked",
|
|
1794
1770
|
"description": "The current checkedness of the element. This property serves as a mechanism\nto set the `checked` property through both property assignment and the\n.setAttribute() method. This is useful for setting the field's checkedness\nin UI libraries that bind data through the .setAttribute() API\nand don't support IDL attribute binding.",
|
|
1795
1771
|
"value": {
|
|
1796
1772
|
"kind": "expression",
|
|
@@ -1908,14 +1884,6 @@
|
|
|
1908
1884
|
},
|
|
1909
1885
|
{
|
|
1910
1886
|
"name": "value",
|
|
1911
|
-
"description": "The initial value of the form. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
1912
|
-
"value": {
|
|
1913
|
-
"kind": "expression",
|
|
1914
|
-
"type": "string"
|
|
1915
|
-
}
|
|
1916
|
-
},
|
|
1917
|
-
{
|
|
1918
|
-
"name": "currentValue",
|
|
1919
1887
|
"description": "The current value of the element. This property serves as a mechanism\nto set the `value` property through both property assignment and the\n.setAttribute() method. This is useful for setting the field's value\nin UI libraries that bind data through the .setAttribute() API\nand don't support IDL attribute binding.",
|
|
1920
1888
|
"value": {
|
|
1921
1889
|
"kind": "expression",
|
|
@@ -2149,7 +2117,7 @@
|
|
|
2149
2117
|
"description": "Extends the data grid cell definition to hold more options.",
|
|
2150
2118
|
"value": {
|
|
2151
2119
|
"kind": "expression",
|
|
2152
|
-
"type": "
|
|
2120
|
+
"type": "object"
|
|
2153
2121
|
}
|
|
2154
2122
|
},
|
|
2155
2123
|
{
|
|
@@ -2404,14 +2372,6 @@
|
|
|
2404
2372
|
},
|
|
2405
2373
|
{
|
|
2406
2374
|
"name": "value",
|
|
2407
|
-
"description": "The initial value of the date-picker.",
|
|
2408
|
-
"value": {
|
|
2409
|
-
"kind": "expression",
|
|
2410
|
-
"type": "string"
|
|
2411
|
-
}
|
|
2412
|
-
},
|
|
2413
|
-
{
|
|
2414
|
-
"name": "currentValue",
|
|
2415
2375
|
"description": "The current value of the date-picker.",
|
|
2416
2376
|
"value": {
|
|
2417
2377
|
"kind": "expression",
|
|
@@ -2541,14 +2501,6 @@
|
|
|
2541
2501
|
"type": "string"
|
|
2542
2502
|
}
|
|
2543
2503
|
},
|
|
2544
|
-
{
|
|
2545
|
-
"name": "start",
|
|
2546
|
-
"description": "The initial start value. This value sets the `start` property\nonly when the `start` property has not been explicitly set.",
|
|
2547
|
-
"value": {
|
|
2548
|
-
"kind": "expression",
|
|
2549
|
-
"type": "string"
|
|
2550
|
-
}
|
|
2551
|
-
},
|
|
2552
2504
|
{
|
|
2553
2505
|
"name": "initialEnd",
|
|
2554
2506
|
"description": "The initial end value. This value sets the `end` property\nonly when the `end` property has not been explicitly set.",
|
|
@@ -2558,15 +2510,7 @@
|
|
|
2558
2510
|
}
|
|
2559
2511
|
},
|
|
2560
2512
|
{
|
|
2561
|
-
"name": "
|
|
2562
|
-
"description": "The initial end value. This value sets the `end` property\nonly when the `end` property has not been explicitly set.",
|
|
2563
|
-
"value": {
|
|
2564
|
-
"kind": "expression",
|
|
2565
|
-
"type": "string"
|
|
2566
|
-
}
|
|
2567
|
-
},
|
|
2568
|
-
{
|
|
2569
|
-
"name": "currentStart",
|
|
2513
|
+
"name": "start",
|
|
2570
2514
|
"description": "The current start value of the element. This property serves as a mechanism\nto set the `start` property through both property assignment and the\n.setAttribute() method. This is useful for setting the field's value\nin UI libraries that bind data through the .setAttribute() API\nand don't support IDL attribute binding.",
|
|
2571
2515
|
"value": {
|
|
2572
2516
|
"kind": "expression",
|
|
@@ -2574,7 +2518,7 @@
|
|
|
2574
2518
|
}
|
|
2575
2519
|
},
|
|
2576
2520
|
{
|
|
2577
|
-
"name": "
|
|
2521
|
+
"name": "end",
|
|
2578
2522
|
"description": "The current end value of the element. This property serves as a mechanism\nto set the `end` property through both property assignment and the\n.setAttribute() method. This is useful for setting the field's value\nin UI libraries that bind data through the .setAttribute() API\nand don't support IDL attribute binding.",
|
|
2579
2523
|
"value": {
|
|
2580
2524
|
"kind": "expression",
|
|
@@ -2599,14 +2543,6 @@
|
|
|
2599
2543
|
},
|
|
2600
2544
|
{
|
|
2601
2545
|
"name": "value",
|
|
2602
|
-
"description": "The initial value of the date-picker.",
|
|
2603
|
-
"value": {
|
|
2604
|
-
"kind": "expression",
|
|
2605
|
-
"type": "string"
|
|
2606
|
-
}
|
|
2607
|
-
},
|
|
2608
|
-
{
|
|
2609
|
-
"name": "currentValue",
|
|
2610
2546
|
"description": "The current value of the date-picker.",
|
|
2611
2547
|
"value": {
|
|
2612
2548
|
"kind": "expression",
|
|
@@ -3143,14 +3079,6 @@
|
|
|
3143
3079
|
},
|
|
3144
3080
|
{
|
|
3145
3081
|
"name": "value",
|
|
3146
|
-
"description": "The initial value of the form. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
3147
|
-
"value": {
|
|
3148
|
-
"kind": "expression",
|
|
3149
|
-
"type": "string"
|
|
3150
|
-
}
|
|
3151
|
-
},
|
|
3152
|
-
{
|
|
3153
|
-
"name": "currentValue",
|
|
3154
3082
|
"description": "The current value of the element. This property serves as a mechanism\nto set the `value` property through both property assignment and the\n.setAttribute() method. This is useful for setting the field's value\nin UI libraries that bind data through the .setAttribute() API\nand don't support IDL attribute binding.",
|
|
3155
3083
|
"value": {
|
|
3156
3084
|
"kind": "expression",
|
|
@@ -3354,14 +3282,6 @@
|
|
|
3354
3282
|
},
|
|
3355
3283
|
{
|
|
3356
3284
|
"name": "value",
|
|
3357
|
-
"description": "The initial value of the form. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
3358
|
-
"value": {
|
|
3359
|
-
"kind": "expression",
|
|
3360
|
-
"type": "string"
|
|
3361
|
-
}
|
|
3362
|
-
},
|
|
3363
|
-
{
|
|
3364
|
-
"name": "currentValue",
|
|
3365
3285
|
"description": "The current value of the element. This property serves as a mechanism\nto set the `value` property through both property assignment and the\n.setAttribute() method. This is useful for setting the field's value\nin UI libraries that bind data through the .setAttribute() API\nand don't support IDL attribute binding.",
|
|
3366
3286
|
"value": {
|
|
3367
3287
|
"kind": "expression",
|
|
@@ -4423,14 +4343,6 @@
|
|
|
4423
4343
|
},
|
|
4424
4344
|
{
|
|
4425
4345
|
"name": "value",
|
|
4426
|
-
"description": "The initial value of the form. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
4427
|
-
"value": {
|
|
4428
|
-
"kind": "expression",
|
|
4429
|
-
"type": "string"
|
|
4430
|
-
}
|
|
4431
|
-
},
|
|
4432
|
-
{
|
|
4433
|
-
"name": "currentValue",
|
|
4434
4346
|
"description": "The current value of the element. This property serves as a mechanism\nto set the `value` property through both property assignment and the\n.setAttribute() method. This is useful for setting the field's value\nin UI libraries that bind data through the .setAttribute() API\nand don't support IDL attribute binding.",
|
|
4435
4347
|
"value": {
|
|
4436
4348
|
"kind": "expression",
|
|
@@ -4663,14 +4575,6 @@
|
|
|
4663
4575
|
"type": "string"
|
|
4664
4576
|
}
|
|
4665
4577
|
},
|
|
4666
|
-
{
|
|
4667
|
-
"name": "value",
|
|
4668
|
-
"description": "The initial value of the option. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
4669
|
-
"value": {
|
|
4670
|
-
"kind": "expression",
|
|
4671
|
-
"type": "string"
|
|
4672
|
-
}
|
|
4673
|
-
},
|
|
4674
4578
|
{
|
|
4675
4579
|
"name": "text",
|
|
4676
4580
|
"value": {
|
|
@@ -5049,14 +4953,6 @@
|
|
|
5049
4953
|
},
|
|
5050
4954
|
{
|
|
5051
4955
|
"name": "value",
|
|
5052
|
-
"description": "The initial value of the form. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
5053
|
-
"value": {
|
|
5054
|
-
"kind": "expression",
|
|
5055
|
-
"type": "string"
|
|
5056
|
-
}
|
|
5057
|
-
},
|
|
5058
|
-
{
|
|
5059
|
-
"name": "currentValue",
|
|
5060
4956
|
"description": "The current value of the element. This property serves as a mechanism\nto set the `value` property through both property assignment and the\n.setAttribute() method. This is useful for setting the field's value\nin UI libraries that bind data through the .setAttribute() API\nand don't support IDL attribute binding.",
|
|
5061
4957
|
"value": {
|
|
5062
4958
|
"kind": "expression",
|
|
@@ -5089,14 +4985,6 @@
|
|
|
5089
4985
|
},
|
|
5090
4986
|
{
|
|
5091
4987
|
"name": "checked",
|
|
5092
|
-
"description": "Provides the default checkedness of the input element",
|
|
5093
|
-
"value": {
|
|
5094
|
-
"kind": "expression",
|
|
5095
|
-
"type": "boolean"
|
|
5096
|
-
}
|
|
5097
|
-
},
|
|
5098
|
-
{
|
|
5099
|
-
"name": "currentChecked",
|
|
5100
4988
|
"description": "The current checkedness of the element. This property serves as a mechanism\nto set the `checked` property through both property assignment and the\n.setAttribute() method. This is useful for setting the field's checkedness\nin UI libraries that bind data through the .setAttribute() API\nand don't support IDL attribute binding.",
|
|
5101
4989
|
"value": {
|
|
5102
4990
|
"kind": "expression",
|
|
@@ -5313,14 +5201,6 @@
|
|
|
5313
5201
|
},
|
|
5314
5202
|
{
|
|
5315
5203
|
"name": "value",
|
|
5316
|
-
"description": "The initial value of the form. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
5317
|
-
"value": {
|
|
5318
|
-
"kind": "expression",
|
|
5319
|
-
"type": "string"
|
|
5320
|
-
}
|
|
5321
|
-
},
|
|
5322
|
-
{
|
|
5323
|
-
"name": "currentValue",
|
|
5324
5204
|
"description": "The current value of the element. This property serves as a mechanism\nto set the `value` property through both property assignment and the\n.setAttribute() method. This is useful for setting the field's value\nin UI libraries that bind data through the .setAttribute() API\nand don't support IDL attribute binding.",
|
|
5325
5205
|
"value": {
|
|
5326
5206
|
"kind": "expression",
|
|
@@ -5353,14 +5233,6 @@
|
|
|
5353
5233
|
},
|
|
5354
5234
|
{
|
|
5355
5235
|
"name": "start",
|
|
5356
|
-
"description": "The initial start value. This value sets the `start` property\nonly when the `start` property has not been explicitly set.",
|
|
5357
|
-
"value": {
|
|
5358
|
-
"kind": "expression",
|
|
5359
|
-
"type": "string"
|
|
5360
|
-
}
|
|
5361
|
-
},
|
|
5362
|
-
{
|
|
5363
|
-
"name": "currentStart",
|
|
5364
5236
|
"description": "The current start value of the element. This property serves as a mechanism\nto set the `start` property through both property assignment and the\n.setAttribute() method. This is useful for setting the field's value\nin UI libraries that bind data through the .setAttribute() API\nand don't support IDL attribute binding.",
|
|
5365
5237
|
"value": {
|
|
5366
5238
|
"kind": "expression",
|
|
@@ -5377,14 +5249,6 @@
|
|
|
5377
5249
|
},
|
|
5378
5250
|
{
|
|
5379
5251
|
"name": "end",
|
|
5380
|
-
"description": "The initial end value. This value sets the `end` property\nonly when the `end` property has not been explicitly set.",
|
|
5381
|
-
"value": {
|
|
5382
|
-
"kind": "expression",
|
|
5383
|
-
"type": "string"
|
|
5384
|
-
}
|
|
5385
|
-
},
|
|
5386
|
-
{
|
|
5387
|
-
"name": "currentEnd",
|
|
5388
5252
|
"description": "The current end value of the element. This property serves as a mechanism\nto set the `end` property through both property assignment and the\n.setAttribute() method. This is useful for setting the field's value\nin UI libraries that bind data through the .setAttribute() API\nand don't support IDL attribute binding.",
|
|
5389
5253
|
"value": {
|
|
5390
5254
|
"kind": "expression",
|
|
@@ -5579,14 +5443,6 @@
|
|
|
5579
5443
|
},
|
|
5580
5444
|
{
|
|
5581
5445
|
"name": "value",
|
|
5582
|
-
"description": "The initial value of the form. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
5583
|
-
"value": {
|
|
5584
|
-
"kind": "expression",
|
|
5585
|
-
"type": "string"
|
|
5586
|
-
}
|
|
5587
|
-
},
|
|
5588
|
-
{
|
|
5589
|
-
"name": "currentValue",
|
|
5590
5446
|
"description": "The current value of the element. This property serves as a mechanism\nto set the `value` property through both property assignment and the\n.setAttribute() method. This is useful for setting the field's value\nin UI libraries that bind data through the .setAttribute() API\nand don't support IDL attribute binding.",
|
|
5591
5447
|
"value": {
|
|
5592
5448
|
"kind": "expression",
|
|
@@ -5955,14 +5811,6 @@
|
|
|
5955
5811
|
},
|
|
5956
5812
|
{
|
|
5957
5813
|
"name": "value",
|
|
5958
|
-
"description": "The initial value of the form. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
5959
|
-
"value": {
|
|
5960
|
-
"kind": "expression",
|
|
5961
|
-
"type": "string"
|
|
5962
|
-
}
|
|
5963
|
-
},
|
|
5964
|
-
{
|
|
5965
|
-
"name": "currentValue",
|
|
5966
5814
|
"description": "The current value of the element. This property serves as a mechanism\nto set the `value` property through both property assignment and the\n.setAttribute() method. This is useful for setting the field's value\nin UI libraries that bind data through the .setAttribute() API\nand don't support IDL attribute binding.",
|
|
5967
5815
|
"value": {
|
|
5968
5816
|
"kind": "expression",
|
|
@@ -6280,14 +6128,6 @@
|
|
|
6280
6128
|
},
|
|
6281
6129
|
{
|
|
6282
6130
|
"name": "value",
|
|
6283
|
-
"description": "The initial value of the form. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
6284
|
-
"value": {
|
|
6285
|
-
"kind": "expression",
|
|
6286
|
-
"type": "string"
|
|
6287
|
-
}
|
|
6288
|
-
},
|
|
6289
|
-
{
|
|
6290
|
-
"name": "currentValue",
|
|
6291
6131
|
"description": "The current value of the element. This property serves as a mechanism\nto set the `value` property through both property assignment and the\n.setAttribute() method. This is useful for setting the field's value\nin UI libraries that bind data through the .setAttribute() API\nand don't support IDL attribute binding.",
|
|
6292
6132
|
"value": {
|
|
6293
6133
|
"kind": "expression",
|
|
@@ -6320,14 +6160,6 @@
|
|
|
6320
6160
|
},
|
|
6321
6161
|
{
|
|
6322
6162
|
"name": "checked",
|
|
6323
|
-
"description": "Provides the default checkedness of the input element",
|
|
6324
|
-
"value": {
|
|
6325
|
-
"kind": "expression",
|
|
6326
|
-
"type": "boolean"
|
|
6327
|
-
}
|
|
6328
|
-
},
|
|
6329
|
-
{
|
|
6330
|
-
"name": "currentChecked",
|
|
6331
6163
|
"description": "The current checkedness of the element. This property serves as a mechanism\nto set the `checked` property through both property assignment and the\n.setAttribute() method. This is useful for setting the field's checkedness\nin UI libraries that bind data through the .setAttribute() API\nand don't support IDL attribute binding.",
|
|
6332
6164
|
"value": {
|
|
6333
6165
|
"kind": "expression",
|
|
@@ -6460,7 +6292,7 @@
|
|
|
6460
6292
|
"name": "tabIndex",
|
|
6461
6293
|
"value": {
|
|
6462
6294
|
"kind": "expression",
|
|
6463
|
-
"type": "
|
|
6295
|
+
"type": "number"
|
|
6464
6296
|
}
|
|
6465
6297
|
},
|
|
6466
6298
|
{
|
|
@@ -6922,14 +6754,6 @@
|
|
|
6922
6754
|
},
|
|
6923
6755
|
{
|
|
6924
6756
|
"name": "value",
|
|
6925
|
-
"description": "The initial value of the form. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
6926
|
-
"value": {
|
|
6927
|
-
"kind": "expression",
|
|
6928
|
-
"type": "string"
|
|
6929
|
-
}
|
|
6930
|
-
},
|
|
6931
|
-
{
|
|
6932
|
-
"name": "currentValue",
|
|
6933
6757
|
"description": "The current value of the element. This property serves as a mechanism\nto set the `value` property through both property assignment and the\n.setAttribute() method. This is useful for setting the field's value\nin UI libraries that bind data through the .setAttribute() API\nand don't support IDL attribute binding.",
|
|
6934
6758
|
"value": {
|
|
6935
6759
|
"kind": "expression",
|
|
@@ -7169,14 +6993,6 @@
|
|
|
7169
6993
|
},
|
|
7170
6994
|
{
|
|
7171
6995
|
"name": "value",
|
|
7172
|
-
"description": "The initial value of the form. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
7173
|
-
"value": {
|
|
7174
|
-
"kind": "expression",
|
|
7175
|
-
"type": "string"
|
|
7176
|
-
}
|
|
7177
|
-
},
|
|
7178
|
-
{
|
|
7179
|
-
"name": "currentValue",
|
|
7180
6996
|
"description": "The current value of the element. This property serves as a mechanism\nto set the `value` property through both property assignment and the\n.setAttribute() method. This is useful for setting the field's value\nin UI libraries that bind data through the .setAttribute() API\nand don't support IDL attribute binding.",
|
|
7181
6997
|
"value": {
|
|
7182
6998
|
"kind": "expression",
|
|
@@ -7405,14 +7221,6 @@
|
|
|
7405
7221
|
},
|
|
7406
7222
|
{
|
|
7407
7223
|
"name": "value",
|
|
7408
|
-
"description": "The initial value of the form. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
7409
|
-
"value": {
|
|
7410
|
-
"kind": "expression",
|
|
7411
|
-
"type": "string"
|
|
7412
|
-
}
|
|
7413
|
-
},
|
|
7414
|
-
{
|
|
7415
|
-
"name": "currentValue",
|
|
7416
7224
|
"description": "The current value of the element. This property serves as a mechanism\nto set the `value` property through both property assignment and the\n.setAttribute() method. This is useful for setting the field's value\nin UI libraries that bind data through the .setAttribute() API\nand don't support IDL attribute binding.",
|
|
7417
7225
|
"value": {
|
|
7418
7226
|
"kind": "expression",
|