primevue 3.24.0 → 3.26.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/README.md +64 -176
- package/api/Api.d.ts +284 -292
- package/autocomplete/AutoComplete.d.ts +5 -5
- package/autocomplete/AutoComplete.vue +5 -5
- package/autocomplete/autocomplete.cjs.js +5 -5
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.esm.js +5 -5
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +5 -5
- package/autocomplete/autocomplete.min.js +1 -1
- package/blockui/BlockUI.d.ts +2 -0
- package/calendar/Calendar.d.ts +4 -4
- package/calendar/Calendar.vue +71 -17
- package/calendar/calendar.cjs.js +58 -20
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +58 -20
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +58 -20
- package/calendar/calendar.min.js +1 -1
- package/cascadeselect/CascadeSelect.d.ts +4 -4
- package/cascadeselect/CascadeSelect.vue +4 -4
- package/cascadeselect/cascadeselect.cjs.js +4 -4
- package/cascadeselect/cascadeselect.cjs.min.js +1 -1
- package/cascadeselect/cascadeselect.esm.js +4 -4
- package/cascadeselect/cascadeselect.esm.min.js +1 -1
- package/cascadeselect/cascadeselect.js +4 -4
- package/cascadeselect/cascadeselect.min.js +1 -1
- package/checkbox/Checkbox.d.ts +2 -2
- package/checkbox/Checkbox.vue +2 -2
- package/checkbox/checkbox.cjs.js +2 -2
- package/checkbox/checkbox.cjs.min.js +1 -1
- package/checkbox/checkbox.esm.js +2 -2
- package/checkbox/checkbox.esm.min.js +1 -1
- package/checkbox/checkbox.js +2 -2
- package/checkbox/checkbox.min.js +1 -1
- package/chips/Chips.d.ts +4 -3
- package/chips/Chips.vue +2 -2
- package/chips/chips.cjs.js +2 -2
- package/chips/chips.cjs.min.js +1 -1
- package/chips/chips.esm.js +2 -2
- package/chips/chips.esm.min.js +1 -1
- package/chips/chips.js +2 -2
- package/chips/chips.min.js +1 -1
- package/column/Column.d.ts +9 -0
- package/confirmationoptions/ConfirmationOptions.d.ts +1 -0
- package/confirmdialog/ConfirmDialog.d.ts +5 -0
- package/confirmdialog/ConfirmDialog.vue +17 -1
- package/confirmdialog/confirmdialog.cjs.js +7 -2
- package/confirmdialog/confirmdialog.cjs.min.js +1 -1
- package/confirmdialog/confirmdialog.esm.js +7 -2
- package/confirmdialog/confirmdialog.esm.min.js +1 -1
- package/confirmdialog/confirmdialog.js +7 -2
- package/confirmdialog/confirmdialog.min.js +1 -1
- package/confirmpopup/ConfirmPopup.vue +3 -0
- package/confirmpopup/confirmpopup.cjs.js +3 -0
- package/confirmpopup/confirmpopup.cjs.min.js +1 -1
- package/confirmpopup/confirmpopup.esm.js +3 -0
- package/confirmpopup/confirmpopup.esm.min.js +1 -1
- package/confirmpopup/confirmpopup.js +3 -0
- package/confirmpopup/confirmpopup.min.js +1 -1
- package/core/core.js +22 -15
- package/core/core.min.js +4 -4
- package/datatable/DataTable.d.ts +9 -9
- package/datatable/FooterCell.vue +2 -2
- package/datatable/TableBody.vue +6 -1
- package/datatable/datatable.cjs.js +8 -3
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.esm.js +8 -3
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +8 -3
- package/datatable/datatable.min.js +1 -1
- package/dialog/Dialog.vue +24 -7
- package/dialog/dialog.cjs.js +14 -7
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.esm.js +14 -7
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +14 -7
- package/dialog/dialog.min.js +1 -1
- package/dropdown/Dropdown.d.ts +10 -4
- package/dropdown/Dropdown.vue +5 -5
- package/dropdown/dropdown.cjs.js +5 -5
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +5 -5
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +5 -5
- package/dropdown/dropdown.min.js +1 -1
- package/dynamicdialog/DynamicDialog.vue +1 -1
- package/dynamicdialog/dynamicdialog.cjs.js +1 -1
- package/dynamicdialog/dynamicdialog.cjs.min.js +1 -1
- package/dynamicdialog/dynamicdialog.esm.js +2 -2
- package/dynamicdialog/dynamicdialog.esm.min.js +1 -1
- package/dynamicdialog/dynamicdialog.js +1 -1
- package/dynamicdialog/dynamicdialog.min.js +1 -1
- package/editor/Editor.d.ts +1 -0
- package/inplace/Inplace.vue +5 -1
- package/inplace/inplace.cjs.js +10 -2
- package/inplace/inplace.cjs.min.js +1 -1
- package/inplace/inplace.esm.js +10 -3
- package/inplace/inplace.esm.min.js +1 -1
- package/inplace/inplace.js +11 -4
- package/inplace/inplace.min.js +1 -1
- package/inputmask/InputMask.vue +59 -49
- package/inputmask/inputmask.cjs.js +59 -49
- package/inputmask/inputmask.cjs.min.js +1 -1
- package/inputmask/inputmask.esm.js +59 -49
- package/inputmask/inputmask.esm.min.js +1 -1
- package/inputmask/inputmask.js +59 -49
- package/inputmask/inputmask.min.js +1 -1
- package/inputnumber/InputNumber.d.ts +2 -2
- package/inputnumber/InputNumber.vue +2 -2
- package/inputnumber/inputnumber.cjs.js +2 -2
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.esm.js +2 -2
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +2 -2
- package/inputnumber/inputnumber.min.js +1 -1
- package/inputswitch/InputSwitch.d.ts +3 -2
- package/inputswitch/InputSwitch.vue +2 -2
- package/inputswitch/inputswitch.cjs.js +2 -2
- package/inputswitch/inputswitch.cjs.min.js +1 -1
- package/inputswitch/inputswitch.esm.js +2 -2
- package/inputswitch/inputswitch.esm.min.js +1 -1
- package/inputswitch/inputswitch.js +2 -2
- package/inputswitch/inputswitch.min.js +1 -1
- package/menuitem/MenuItem.d.ts +1 -1
- package/organizationchart/OrganizationChart.d.ts +3 -2
- package/package.json +1 -1
- package/panel/Panel.d.ts +4 -2
- package/password/Password.d.ts +4 -4
- package/password/Password.vue +4 -4
- package/password/password.cjs.js +4 -4
- package/password/password.cjs.min.js +1 -1
- package/password/password.esm.js +4 -4
- package/password/password.esm.min.js +1 -1
- package/password/password.js +4 -4
- package/password/password.min.js +1 -1
- package/portal/Portal.d.ts +1 -0
- package/radiobutton/RadioButton.d.ts +3 -2
- package/radiobutton/RadioButton.vue +2 -2
- package/radiobutton/radiobutton.cjs.js +2 -2
- package/radiobutton/radiobutton.cjs.min.js +1 -1
- package/radiobutton/radiobutton.esm.js +2 -2
- package/radiobutton/radiobutton.esm.min.js +1 -1
- package/radiobutton/radiobutton.js +2 -2
- package/radiobutton/radiobutton.min.js +1 -1
- package/row/Row.d.ts +1 -1
- package/selectbutton/SelectButton.d.ts +1 -1
- package/selectbutton/SelectButton.vue +2 -2
- package/selectbutton/selectbutton.cjs.js +2 -2
- package/selectbutton/selectbutton.cjs.min.js +1 -1
- package/selectbutton/selectbutton.esm.js +2 -2
- package/selectbutton/selectbutton.esm.min.js +1 -1
- package/selectbutton/selectbutton.js +2 -2
- package/selectbutton/selectbutton.min.js +1 -1
- package/slider/Slider.vue +3 -14
- package/slider/slider.cjs.js +3 -14
- package/slider/slider.cjs.min.js +1 -1
- package/slider/slider.esm.js +3 -14
- package/slider/slider.esm.min.js +1 -1
- package/slider/slider.js +3 -14
- package/slider/slider.min.js +1 -1
- package/splitbutton/SplitButton.vue +4 -2
- package/splitbutton/splitbutton.cjs.js +6 -4
- package/splitbutton/splitbutton.cjs.min.js +1 -1
- package/splitbutton/splitbutton.esm.js +6 -4
- package/splitbutton/splitbutton.esm.min.js +1 -1
- package/splitbutton/splitbutton.js +6 -4
- package/splitbutton/splitbutton.min.js +1 -1
- package/textarea/Textarea.d.ts +1 -0
- package/tieredmenu/TieredMenu.d.ts +2 -0
- package/toast/Toast.d.ts +0 -1
- package/togglebutton/ToggleButton.d.ts +2 -2
- package/togglebutton/ToggleButton.vue +2 -2
- package/togglebutton/togglebutton.cjs.js +2 -2
- package/togglebutton/togglebutton.cjs.min.js +1 -1
- package/togglebutton/togglebutton.esm.js +2 -2
- package/togglebutton/togglebutton.esm.min.js +1 -1
- package/togglebutton/togglebutton.js +2 -2
- package/togglebutton/togglebutton.min.js +1 -1
- package/tooltip/tooltip.cjs.js +1 -1
- package/tooltip/tooltip.cjs.min.js +1 -1
- package/tooltip/tooltip.esm.js +1 -1
- package/tooltip/tooltip.esm.min.js +1 -1
- package/tooltip/tooltip.js +1 -1
- package/tooltip/tooltip.min.js +1 -1
- package/tree/Tree.d.ts +3 -0
- package/treeselect/TreeSelect.d.ts +2 -2
- package/treeselect/TreeSelect.vue +3 -3
- package/treeselect/treeselect.cjs.js +3 -3
- package/treeselect/treeselect.cjs.min.js +1 -1
- package/treeselect/treeselect.esm.js +3 -3
- package/treeselect/treeselect.esm.min.js +1 -1
- package/treeselect/treeselect.js +3 -3
- package/treeselect/treeselect.min.js +1 -1
- package/treetable/TreeTable.d.ts +2 -0
- package/treetable/TreeTable.vue +3 -3
- package/treetable/treetable.cjs.js +3 -3
- package/treetable/treetable.cjs.min.js +1 -1
- package/treetable/treetable.esm.js +3 -3
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +3 -3
- package/treetable/treetable.min.js +1 -1
- package/tristatecheckbox/TriStateCheckbox.vue +1 -1
- package/tristatecheckbox/tristatecheckbox.cjs.js +1 -1
- package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.esm.js +1 -1
- package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.js +1 -1
- package/tristatecheckbox/tristatecheckbox.min.js +1 -1
- package/vetur-attributes.json +32 -28
- package/vetur-tags.json +2 -1
- package/web-types.json +40 -30
package/vetur-attributes.json
CHANGED
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
},
|
|
154
154
|
"autocomplete/inputClass": {
|
|
155
155
|
"description": "Style class of the input field.",
|
|
156
|
-
"type": "string"
|
|
156
|
+
"type": "string | object"
|
|
157
157
|
},
|
|
158
158
|
"autocomplete/inputProps": {
|
|
159
159
|
"description": "Uses to pass all properties of the HTMLInputElement/HTMLSpanElement to the focusable input element inside the component.",
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
},
|
|
166
166
|
"autocomplete/panelClass": {
|
|
167
167
|
"description": "Style class of the overlay panel.",
|
|
168
|
-
"type": "string"
|
|
168
|
+
"type": "string | object"
|
|
169
169
|
},
|
|
170
170
|
"autocomplete/panelProps": {
|
|
171
171
|
"description": "Uses to pass all properties of the HTMLDivElement to the overlay panel inside the component.",
|
|
@@ -401,7 +401,7 @@
|
|
|
401
401
|
},
|
|
402
402
|
"calendar/panelClass": {
|
|
403
403
|
"description": "Style class of the overlay panel.",
|
|
404
|
-
"type": "string"
|
|
404
|
+
"type": "string | object"
|
|
405
405
|
},
|
|
406
406
|
"calendar/minDate": {
|
|
407
407
|
"description": "The minimum selectable date.",
|
|
@@ -517,11 +517,11 @@
|
|
|
517
517
|
},
|
|
518
518
|
"calendar/inputClass": {
|
|
519
519
|
"description": "Style class of the input field.",
|
|
520
|
-
"type": "string"
|
|
520
|
+
"type": "string | object"
|
|
521
521
|
},
|
|
522
522
|
"calendar/inputStyle": {
|
|
523
523
|
"description": "Inline style of the input field.",
|
|
524
|
-
"type": "
|
|
524
|
+
"type": "object"
|
|
525
525
|
},
|
|
526
526
|
"calendar/inputProps": {
|
|
527
527
|
"description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
|
|
@@ -529,7 +529,7 @@
|
|
|
529
529
|
},
|
|
530
530
|
"calendar/panelStyle": {
|
|
531
531
|
"description": "Inline style of the overlay panel.",
|
|
532
|
-
"type": "
|
|
532
|
+
"type": "object"
|
|
533
533
|
},
|
|
534
534
|
"calendar/panelProps": {
|
|
535
535
|
"description": "Uses to pass all properties of the HTMLDivElement to the overlay panel inside the component.",
|
|
@@ -637,7 +637,7 @@
|
|
|
637
637
|
},
|
|
638
638
|
"cascadeselect/inputClass": {
|
|
639
639
|
"description": "Style class of the input field.",
|
|
640
|
-
"type": "string"
|
|
640
|
+
"type": "string | object"
|
|
641
641
|
},
|
|
642
642
|
"cascadeselect/inputProps": {
|
|
643
643
|
"description": "Uses to pass all properties of the HTMLInputElement/HTMLSpanElement to the focusable input element inside the component.",
|
|
@@ -649,7 +649,7 @@
|
|
|
649
649
|
},
|
|
650
650
|
"cascadeselect/panelClass": {
|
|
651
651
|
"description": "Style class of the overlay panel.",
|
|
652
|
-
"type": "string"
|
|
652
|
+
"type": "string | object"
|
|
653
653
|
},
|
|
654
654
|
"cascadeselect/panelProps": {
|
|
655
655
|
"description": "Uses to pass all properties of the HTMLDivElement to the overlay panel inside the component.",
|
|
@@ -773,11 +773,11 @@
|
|
|
773
773
|
},
|
|
774
774
|
"checkbox/inputClass": {
|
|
775
775
|
"description": "Style class of the input field.",
|
|
776
|
-
"type": "
|
|
776
|
+
"type": "string | object"
|
|
777
777
|
},
|
|
778
778
|
"checkbox/inputStyle": {
|
|
779
779
|
"description": "Inline style of the input field.",
|
|
780
|
-
"type": "
|
|
780
|
+
"type": "object"
|
|
781
781
|
},
|
|
782
782
|
"checkbox/inputProps": {
|
|
783
783
|
"description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
|
|
@@ -845,11 +845,11 @@
|
|
|
845
845
|
},
|
|
846
846
|
"chips/inputClass": {
|
|
847
847
|
"description": "Style class of the input field.",
|
|
848
|
-
"type": "string"
|
|
848
|
+
"type": "string | object"
|
|
849
849
|
},
|
|
850
850
|
"chips/inputStyle": {
|
|
851
851
|
"description": "Inline style of the input field.",
|
|
852
|
-
"type": "
|
|
852
|
+
"type": "object"
|
|
853
853
|
},
|
|
854
854
|
"chips/inputProps": {
|
|
855
855
|
"description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
|
|
@@ -1079,6 +1079,10 @@
|
|
|
1079
1079
|
"description": "Object literal to define widths per screen size.",
|
|
1080
1080
|
"type": "object"
|
|
1081
1081
|
},
|
|
1082
|
+
"confirmdialog/draggable": {
|
|
1083
|
+
"description": "Whether the dialog can be relocated by dragging.",
|
|
1084
|
+
"type": "boolean"
|
|
1085
|
+
},
|
|
1082
1086
|
"confirmpopup/group": {
|
|
1083
1087
|
"description": "Optional key to match the key of the confirmation, useful to target a specific confirm dialog instance.",
|
|
1084
1088
|
"type": "string"
|
|
@@ -1629,7 +1633,7 @@
|
|
|
1629
1633
|
},
|
|
1630
1634
|
"dropdown/inputClass": {
|
|
1631
1635
|
"description": "Style class of the input field.",
|
|
1632
|
-
"type": "string"
|
|
1636
|
+
"type": "string | object"
|
|
1633
1637
|
},
|
|
1634
1638
|
"dropdown/inputProps": {
|
|
1635
1639
|
"description": "Uses to pass all properties of the HTMLInputElement/HTMLSpanElement to the focusable input element inside the component.",
|
|
@@ -2101,11 +2105,11 @@
|
|
|
2101
2105
|
},
|
|
2102
2106
|
"inputnumber/inputStyle": {
|
|
2103
2107
|
"description": "Inline style of the input field.",
|
|
2104
|
-
"type": "
|
|
2108
|
+
"type": "object"
|
|
2105
2109
|
},
|
|
2106
2110
|
"inputnumber/inputClass": {
|
|
2107
2111
|
"description": "Style class of the input field.",
|
|
2108
|
-
"type": "string"
|
|
2112
|
+
"type": "string | object"
|
|
2109
2113
|
},
|
|
2110
2114
|
"inputnumber/inputProps": {
|
|
2111
2115
|
"description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
|
|
@@ -2137,11 +2141,11 @@
|
|
|
2137
2141
|
},
|
|
2138
2142
|
"inputswitch/inputStyle": {
|
|
2139
2143
|
"description": "Inline style of the input field.",
|
|
2140
|
-
"type": "
|
|
2144
|
+
"type": "object"
|
|
2141
2145
|
},
|
|
2142
2146
|
"inputswitch/inputClass": {
|
|
2143
2147
|
"description": "Style class of the input field.",
|
|
2144
|
-
"type": "string"
|
|
2148
|
+
"type": "string | object"
|
|
2145
2149
|
},
|
|
2146
2150
|
"inputswitch/inputProps": {
|
|
2147
2151
|
"description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
|
|
@@ -2773,11 +2777,11 @@
|
|
|
2773
2777
|
},
|
|
2774
2778
|
"password/inputStyle": {
|
|
2775
2779
|
"description": "Inline style of the input field.",
|
|
2776
|
-
"type": "
|
|
2780
|
+
"type": "object"
|
|
2777
2781
|
},
|
|
2778
2782
|
"password/inputClass": {
|
|
2779
2783
|
"description": "Style class of the input field.",
|
|
2780
|
-
"type": "
|
|
2784
|
+
"type": "string | object"
|
|
2781
2785
|
},
|
|
2782
2786
|
"password/inputProps": {
|
|
2783
2787
|
"description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
|
|
@@ -2789,11 +2793,11 @@
|
|
|
2789
2793
|
},
|
|
2790
2794
|
"password/panelClass": {
|
|
2791
2795
|
"description": "Style class of the overlay panel.",
|
|
2792
|
-
"type": "string"
|
|
2796
|
+
"type": "string | object"
|
|
2793
2797
|
},
|
|
2794
2798
|
"password/panelStyle": {
|
|
2795
2799
|
"description": "Inline style of the overlay panel.",
|
|
2796
|
-
"type": "
|
|
2800
|
+
"type": "object"
|
|
2797
2801
|
},
|
|
2798
2802
|
"password/panelProps": {
|
|
2799
2803
|
"description": "Uses to pass all properties of the HTMLDivElement to the overlay panel inside the component.",
|
|
@@ -2893,11 +2897,11 @@
|
|
|
2893
2897
|
},
|
|
2894
2898
|
"radiobutton/inputClass": {
|
|
2895
2899
|
"description": "Style class of the input field.",
|
|
2896
|
-
"type": "string"
|
|
2900
|
+
"type": "string | object"
|
|
2897
2901
|
},
|
|
2898
2902
|
"radiobutton/inputStyle": {
|
|
2899
2903
|
"description": "Inline style of the input field.",
|
|
2900
|
-
"type": "
|
|
2904
|
+
"type": "object"
|
|
2901
2905
|
},
|
|
2902
2906
|
"radiobutton/inputProps": {
|
|
2903
2907
|
"description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
|
|
@@ -3481,11 +3485,11 @@
|
|
|
3481
3485
|
},
|
|
3482
3486
|
"togglebutton/inputClass": {
|
|
3483
3487
|
"description": "Style class of the input field.",
|
|
3484
|
-
"type": "string"
|
|
3488
|
+
"type": "string | object"
|
|
3485
3489
|
},
|
|
3486
3490
|
"togglebutton/inputStyle": {
|
|
3487
3491
|
"description": "Inline style of the input field.",
|
|
3488
|
-
"type": "
|
|
3492
|
+
"type": "object"
|
|
3489
3493
|
},
|
|
3490
3494
|
"togglebutton/inputProps": {
|
|
3491
3495
|
"description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
|
|
@@ -3577,11 +3581,11 @@
|
|
|
3577
3581
|
},
|
|
3578
3582
|
"treeselect/inputStyle": {
|
|
3579
3583
|
"description": "Inline style of the input field.",
|
|
3580
|
-
"type": "
|
|
3584
|
+
"type": "object"
|
|
3581
3585
|
},
|
|
3582
3586
|
"treeselect/inputClass": {
|
|
3583
3587
|
"description": "Style class of the input field.",
|
|
3584
|
-
"type": "string"
|
|
3588
|
+
"type": "string | object"
|
|
3585
3589
|
},
|
|
3586
3590
|
"treeselect/selectionMode": {
|
|
3587
3591
|
"description": "Defines the selection mode, valid values \"single\", \"multiple\", and \"checkbox\".",
|
|
@@ -3589,7 +3593,7 @@
|
|
|
3589
3593
|
},
|
|
3590
3594
|
"treeselect/panelClass": {
|
|
3591
3595
|
"description": "Style class of the overlay panel.",
|
|
3592
|
-
"type": "string"
|
|
3596
|
+
"type": "string | object"
|
|
3593
3597
|
},
|
|
3594
3598
|
"treeselect/appendTo": {
|
|
3595
3599
|
"description": "A valid query selector or an HTMLElement to specify where the overlay gets attached. Special keywords are \"body\" for document body and \"self\" for the element itself.",
|
package/vetur-tags.json
CHANGED
package/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "PrimeVue",
|
|
5
|
-
"version": "3.
|
|
5
|
+
"version": "3.26.0",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -485,7 +485,7 @@
|
|
|
485
485
|
"description": "Style class of the input field.",
|
|
486
486
|
"value": {
|
|
487
487
|
"kind": "expression",
|
|
488
|
-
"type": "string"
|
|
488
|
+
"type": "string | object"
|
|
489
489
|
}
|
|
490
490
|
},
|
|
491
491
|
{
|
|
@@ -515,7 +515,7 @@
|
|
|
515
515
|
"description": "Style class of the overlay panel.",
|
|
516
516
|
"value": {
|
|
517
517
|
"kind": "expression",
|
|
518
|
-
"type": "string"
|
|
518
|
+
"type": "string | object"
|
|
519
519
|
}
|
|
520
520
|
},
|
|
521
521
|
{
|
|
@@ -1700,7 +1700,7 @@
|
|
|
1700
1700
|
"description": "Style class of the input field.",
|
|
1701
1701
|
"value": {
|
|
1702
1702
|
"kind": "expression",
|
|
1703
|
-
"type": "string"
|
|
1703
|
+
"type": "string | object"
|
|
1704
1704
|
}
|
|
1705
1705
|
},
|
|
1706
1706
|
{
|
|
@@ -1710,7 +1710,7 @@
|
|
|
1710
1710
|
"description": "Inline style of the input field.",
|
|
1711
1711
|
"value": {
|
|
1712
1712
|
"kind": "expression",
|
|
1713
|
-
"type": "
|
|
1713
|
+
"type": "object"
|
|
1714
1714
|
}
|
|
1715
1715
|
},
|
|
1716
1716
|
{
|
|
@@ -1730,7 +1730,7 @@
|
|
|
1730
1730
|
"description": "Style class of the overlay panel.",
|
|
1731
1731
|
"value": {
|
|
1732
1732
|
"kind": "expression",
|
|
1733
|
-
"type": "string"
|
|
1733
|
+
"type": "string | object"
|
|
1734
1734
|
}
|
|
1735
1735
|
},
|
|
1736
1736
|
{
|
|
@@ -1740,7 +1740,7 @@
|
|
|
1740
1740
|
"description": "Inline style of the overlay panel.",
|
|
1741
1741
|
"value": {
|
|
1742
1742
|
"kind": "expression",
|
|
1743
|
-
"type": "
|
|
1743
|
+
"type": "object"
|
|
1744
1744
|
}
|
|
1745
1745
|
},
|
|
1746
1746
|
{
|
|
@@ -2254,7 +2254,7 @@
|
|
|
2254
2254
|
"description": "Style class of the input field.",
|
|
2255
2255
|
"value": {
|
|
2256
2256
|
"kind": "expression",
|
|
2257
|
-
"type": "string"
|
|
2257
|
+
"type": "string | object"
|
|
2258
2258
|
}
|
|
2259
2259
|
},
|
|
2260
2260
|
{
|
|
@@ -2284,7 +2284,7 @@
|
|
|
2284
2284
|
"description": "Style class of the overlay panel.",
|
|
2285
2285
|
"value": {
|
|
2286
2286
|
"kind": "expression",
|
|
2287
|
-
"type": "string"
|
|
2287
|
+
"type": "string | object"
|
|
2288
2288
|
}
|
|
2289
2289
|
},
|
|
2290
2290
|
{
|
|
@@ -2784,7 +2784,7 @@
|
|
|
2784
2784
|
"description": "Style class of the input field.",
|
|
2785
2785
|
"value": {
|
|
2786
2786
|
"kind": "expression",
|
|
2787
|
-
"type": "
|
|
2787
|
+
"type": "string | object"
|
|
2788
2788
|
}
|
|
2789
2789
|
},
|
|
2790
2790
|
{
|
|
@@ -2794,7 +2794,7 @@
|
|
|
2794
2794
|
"description": "Inline style of the input field.",
|
|
2795
2795
|
"value": {
|
|
2796
2796
|
"kind": "expression",
|
|
2797
|
-
"type": "
|
|
2797
|
+
"type": "object"
|
|
2798
2798
|
}
|
|
2799
2799
|
},
|
|
2800
2800
|
{
|
|
@@ -3018,7 +3018,7 @@
|
|
|
3018
3018
|
"description": "Style class of the input field.",
|
|
3019
3019
|
"value": {
|
|
3020
3020
|
"kind": "expression",
|
|
3021
|
-
"type": "string"
|
|
3021
|
+
"type": "string | object"
|
|
3022
3022
|
}
|
|
3023
3023
|
},
|
|
3024
3024
|
{
|
|
@@ -3028,7 +3028,7 @@
|
|
|
3028
3028
|
"description": "Inline style of the input field.",
|
|
3029
3029
|
"value": {
|
|
3030
3030
|
"kind": "expression",
|
|
3031
|
-
"type": "
|
|
3031
|
+
"type": "object"
|
|
3032
3032
|
}
|
|
3033
3033
|
},
|
|
3034
3034
|
{
|
|
@@ -3767,6 +3767,16 @@
|
|
|
3767
3767
|
"kind": "expression",
|
|
3768
3768
|
"type": "object"
|
|
3769
3769
|
}
|
|
3770
|
+
},
|
|
3771
|
+
{
|
|
3772
|
+
"name": "draggable",
|
|
3773
|
+
"default": "true",
|
|
3774
|
+
"doc-url": "https://primevue.org/confirmdialog",
|
|
3775
|
+
"description": "Whether the dialog can be relocated by dragging.",
|
|
3776
|
+
"value": {
|
|
3777
|
+
"kind": "expression",
|
|
3778
|
+
"type": "boolean"
|
|
3779
|
+
}
|
|
3770
3780
|
}
|
|
3771
3781
|
],
|
|
3772
3782
|
"slots": [
|
|
@@ -6352,7 +6362,7 @@
|
|
|
6352
6362
|
"description": "Style class of the input field.",
|
|
6353
6363
|
"value": {
|
|
6354
6364
|
"kind": "expression",
|
|
6355
|
-
"type": "string"
|
|
6365
|
+
"type": "string | object"
|
|
6356
6366
|
}
|
|
6357
6367
|
},
|
|
6358
6368
|
{
|
|
@@ -8178,7 +8188,7 @@
|
|
|
8178
8188
|
"description": "Inline style of the input field.",
|
|
8179
8189
|
"value": {
|
|
8180
8190
|
"kind": "expression",
|
|
8181
|
-
"type": "
|
|
8191
|
+
"type": "object"
|
|
8182
8192
|
}
|
|
8183
8193
|
},
|
|
8184
8194
|
{
|
|
@@ -8188,7 +8198,7 @@
|
|
|
8188
8198
|
"description": "Style class of the input field.",
|
|
8189
8199
|
"value": {
|
|
8190
8200
|
"kind": "expression",
|
|
8191
|
-
"type": "string"
|
|
8201
|
+
"type": "string | object"
|
|
8192
8202
|
}
|
|
8193
8203
|
},
|
|
8194
8204
|
{
|
|
@@ -8332,7 +8342,7 @@
|
|
|
8332
8342
|
"description": "Inline style of the input field.",
|
|
8333
8343
|
"value": {
|
|
8334
8344
|
"kind": "expression",
|
|
8335
|
-
"type": "
|
|
8345
|
+
"type": "object"
|
|
8336
8346
|
}
|
|
8337
8347
|
},
|
|
8338
8348
|
{
|
|
@@ -8342,7 +8352,7 @@
|
|
|
8342
8352
|
"description": "Style class of the input field.",
|
|
8343
8353
|
"value": {
|
|
8344
8354
|
"kind": "expression",
|
|
8345
|
-
"type": "string"
|
|
8355
|
+
"type": "string | object"
|
|
8346
8356
|
}
|
|
8347
8357
|
},
|
|
8348
8358
|
{
|
|
@@ -10696,7 +10706,7 @@
|
|
|
10696
10706
|
"description": "Inline style of the input field.",
|
|
10697
10707
|
"value": {
|
|
10698
10708
|
"kind": "expression",
|
|
10699
|
-
"type": "
|
|
10709
|
+
"type": "object"
|
|
10700
10710
|
}
|
|
10701
10711
|
},
|
|
10702
10712
|
{
|
|
@@ -10706,7 +10716,7 @@
|
|
|
10706
10716
|
"description": "Style class of the input field.",
|
|
10707
10717
|
"value": {
|
|
10708
10718
|
"kind": "expression",
|
|
10709
|
-
"type": "
|
|
10719
|
+
"type": "string | object"
|
|
10710
10720
|
}
|
|
10711
10721
|
},
|
|
10712
10722
|
{
|
|
@@ -10736,7 +10746,7 @@
|
|
|
10736
10746
|
"description": "Style class of the overlay panel.",
|
|
10737
10747
|
"value": {
|
|
10738
10748
|
"kind": "expression",
|
|
10739
|
-
"type": "string"
|
|
10749
|
+
"type": "string | object"
|
|
10740
10750
|
}
|
|
10741
10751
|
},
|
|
10742
10752
|
{
|
|
@@ -10746,7 +10756,7 @@
|
|
|
10746
10756
|
"description": "Inline style of the overlay panel.",
|
|
10747
10757
|
"value": {
|
|
10748
10758
|
"kind": "expression",
|
|
10749
|
-
"type": "
|
|
10759
|
+
"type": "object"
|
|
10750
10760
|
}
|
|
10751
10761
|
},
|
|
10752
10762
|
{
|
|
@@ -11245,7 +11255,7 @@
|
|
|
11245
11255
|
"description": "Style class of the input field.",
|
|
11246
11256
|
"value": {
|
|
11247
11257
|
"kind": "expression",
|
|
11248
|
-
"type": "string"
|
|
11258
|
+
"type": "string | object"
|
|
11249
11259
|
}
|
|
11250
11260
|
},
|
|
11251
11261
|
{
|
|
@@ -11255,7 +11265,7 @@
|
|
|
11255
11265
|
"description": "Inline style of the input field.",
|
|
11256
11266
|
"value": {
|
|
11257
11267
|
"kind": "expression",
|
|
11258
|
-
"type": "
|
|
11268
|
+
"type": "object"
|
|
11259
11269
|
}
|
|
11260
11270
|
},
|
|
11261
11271
|
{
|
|
@@ -11581,7 +11591,7 @@
|
|
|
11581
11591
|
},
|
|
11582
11592
|
{
|
|
11583
11593
|
"name": "unselectable",
|
|
11584
|
-
"default": "
|
|
11594
|
+
"default": "false",
|
|
11585
11595
|
"doc-url": "https://primevue.org/selectbutton",
|
|
11586
11596
|
"description": "Whether selection can be cleared.",
|
|
11587
11597
|
"value": {
|
|
@@ -13352,7 +13362,7 @@
|
|
|
13352
13362
|
"description": "Style class of the input field.",
|
|
13353
13363
|
"value": {
|
|
13354
13364
|
"kind": "expression",
|
|
13355
|
-
"type": "string"
|
|
13365
|
+
"type": "string | object"
|
|
13356
13366
|
}
|
|
13357
13367
|
},
|
|
13358
13368
|
{
|
|
@@ -13362,7 +13372,7 @@
|
|
|
13362
13372
|
"description": "Inline style of the input field.",
|
|
13363
13373
|
"value": {
|
|
13364
13374
|
"kind": "expression",
|
|
13365
|
-
"type": "
|
|
13375
|
+
"type": "object"
|
|
13366
13376
|
}
|
|
13367
13377
|
},
|
|
13368
13378
|
{
|
|
@@ -13741,7 +13751,7 @@
|
|
|
13741
13751
|
"description": "Inline style of the input field.",
|
|
13742
13752
|
"value": {
|
|
13743
13753
|
"kind": "expression",
|
|
13744
|
-
"type": "
|
|
13754
|
+
"type": "object"
|
|
13745
13755
|
}
|
|
13746
13756
|
},
|
|
13747
13757
|
{
|
|
@@ -13751,7 +13761,7 @@
|
|
|
13751
13761
|
"description": "Style class of the input field.",
|
|
13752
13762
|
"value": {
|
|
13753
13763
|
"kind": "expression",
|
|
13754
|
-
"type": "string"
|
|
13764
|
+
"type": "string | object"
|
|
13755
13765
|
}
|
|
13756
13766
|
},
|
|
13757
13767
|
{
|
|
@@ -13771,7 +13781,7 @@
|
|
|
13771
13781
|
"description": "Style class of the overlay panel.",
|
|
13772
13782
|
"value": {
|
|
13773
13783
|
"kind": "expression",
|
|
13774
|
-
"type": "string"
|
|
13784
|
+
"type": "string | object"
|
|
13775
13785
|
}
|
|
13776
13786
|
},
|
|
13777
13787
|
{
|