primevue 3.18.0 → 3.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.
- package/README.md +13 -2
- package/autocomplete/AutoComplete.vue +15 -2
- package/autocomplete/autocomplete.cjs.js +15 -2
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.esm.js +15 -2
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +15 -2
- package/autocomplete/autocomplete.min.js +1 -1
- package/breadcrumb/BreadcrumbItem.vue +6 -6
- package/breadcrumb/breadcrumb.cjs.js +6 -6
- package/breadcrumb/breadcrumb.cjs.min.js +1 -1
- package/breadcrumb/breadcrumb.esm.js +6 -6
- package/breadcrumb/breadcrumb.esm.min.js +1 -1
- package/breadcrumb/breadcrumb.js +6 -6
- package/breadcrumb/breadcrumb.min.js +1 -1
- package/calendar/Calendar.d.ts +20 -0
- package/calendar/Calendar.vue +32 -14
- package/calendar/calendar.cjs.js +139 -121
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +139 -121
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +139 -121
- package/calendar/calendar.min.js +1 -1
- package/chips/Chips.d.ts +7 -2
- package/chips/Chips.vue +11 -3
- package/chips/chips.cjs.js +12 -4
- package/chips/chips.cjs.min.js +1 -1
- package/chips/chips.esm.js +12 -4
- package/chips/chips.esm.min.js +1 -1
- package/chips/chips.js +12 -4
- package/chips/chips.min.js +1 -1
- package/confirmdialog/ConfirmDialog.vue +6 -1
- package/confirmdialog/confirmdialog.cjs.js +7 -1
- package/confirmdialog/confirmdialog.cjs.min.js +1 -1
- package/confirmdialog/confirmdialog.esm.js +7 -1
- package/confirmdialog/confirmdialog.esm.min.js +1 -1
- package/confirmdialog/confirmdialog.js +7 -1
- package/confirmdialog/confirmdialog.min.js +1 -1
- package/confirmpopup/ConfirmPopup.vue +59 -5
- package/confirmpopup/confirmpopup.cjs.js +83 -19
- package/confirmpopup/confirmpopup.cjs.min.js +1 -1
- package/confirmpopup/confirmpopup.esm.js +82 -19
- package/confirmpopup/confirmpopup.esm.min.js +1 -1
- package/confirmpopup/confirmpopup.js +82 -19
- package/confirmpopup/confirmpopup.min.js +1 -1
- package/contextmenu/ContextMenu.vue +14 -16
- package/contextmenu/contextmenu.cjs.js +14 -16
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.esm.js +14 -16
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +14 -16
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +374 -94
- package/core/core.min.js +13 -9
- package/datatable/DataTable.d.ts +1 -1
- package/datatable/DataTable.vue +1 -1
- package/datatable/HeaderCell.vue +1 -1
- package/datatable/TableBody.vue +1 -1
- package/datatable/TableHeader.vue +1 -1
- package/datatable/datatable.cjs.js +4 -4
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.esm.js +4 -4
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +4 -4
- package/datatable/datatable.min.js +1 -1
- package/dialog/Dialog.d.ts +19 -5
- package/dialog/Dialog.vue +114 -51
- package/dialog/dialog.cjs.js +145 -72
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.esm.js +143 -71
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +143 -71
- package/dialog/dialog.min.js +1 -1
- package/dropdown/Dropdown.vue +20 -1
- package/dropdown/dropdown.cjs.js +20 -1
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +20 -1
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +20 -1
- package/dropdown/dropdown.min.js +1 -1
- package/fileupload/FileContent.vue +9 -2
- package/fileupload/fileupload.cjs.js +10 -4
- package/fileupload/fileupload.cjs.min.js +1 -1
- package/fileupload/fileupload.esm.js +9 -4
- package/fileupload/fileupload.esm.min.js +1 -1
- package/fileupload/fileupload.js +11 -6
- package/fileupload/fileupload.min.js +1 -1
- package/focustrap/FocusTrap.d.ts +5 -0
- package/focustrap/focustrap.cjs.js +94 -0
- package/focustrap/focustrap.cjs.min.js +1 -0
- package/focustrap/focustrap.esm.js +92 -0
- package/focustrap/focustrap.esm.min.js +1 -0
- package/focustrap/focustrap.js +96 -0
- package/focustrap/focustrap.min.js +1 -0
- package/focustrap/package.json +6 -0
- package/inplace/Inplace.d.ts +5 -0
- package/inplace/Inplace.vue +5 -1
- package/inplace/inplace.cjs.js +6 -2
- package/inplace/inplace.cjs.min.js +1 -1
- package/inplace/inplace.esm.js +6 -2
- package/inplace/inplace.esm.min.js +1 -1
- package/inplace/inplace.js +6 -2
- package/inplace/inplace.min.js +1 -1
- package/inputnumber/InputNumber.d.ts +5 -0
- package/inputnumber/InputNumber.vue +9 -0
- package/inputnumber/inputnumber.cjs.js +9 -0
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.esm.js +9 -0
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +9 -0
- package/inputnumber/inputnumber.min.js +1 -1
- package/megamenu/MegaMenu.vue +3 -2
- package/megamenu/megamenu.cjs.js +3 -2
- package/megamenu/megamenu.cjs.min.js +1 -1
- package/megamenu/megamenu.esm.js +3 -2
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +3 -2
- package/megamenu/megamenu.min.js +1 -1
- package/menu/Menu.vue +7 -7
- package/menu/menu.cjs.js +7 -7
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.esm.js +7 -7
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +7 -7
- package/menu/menu.min.js +1 -1
- package/menubar/Menubar.vue +5 -3
- package/menubar/MenubarSub.vue +1 -1
- package/menubar/menubar.cjs.js +22 -18
- package/menubar/menubar.cjs.min.js +1 -1
- package/menubar/menubar.esm.js +22 -18
- package/menubar/menubar.esm.min.js +1 -1
- package/menubar/menubar.js +22 -18
- package/menubar/menubar.min.js +1 -1
- package/message/Message.d.ts +5 -0
- package/message/Message.vue +5 -1
- package/message/message.cjs.js +9 -5
- package/message/message.cjs.min.js +1 -1
- package/message/message.esm.js +9 -5
- package/message/message.esm.min.js +1 -1
- package/message/message.js +9 -5
- package/message/message.min.js +1 -1
- package/multiselect/MultiSelect.vue +24 -3
- package/multiselect/multiselect.cjs.js +24 -3
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.esm.js +24 -3
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +24 -3
- package/multiselect/multiselect.min.js +1 -1
- package/overlaypanel/OverlayPanel.d.ts +2 -1
- package/overlaypanel/OverlayPanel.vue +31 -5
- package/overlaypanel/overlaypanel.cjs.js +49 -17
- package/overlaypanel/overlaypanel.cjs.min.js +1 -1
- package/overlaypanel/overlaypanel.esm.js +48 -17
- package/overlaypanel/overlaypanel.esm.min.js +1 -1
- package/overlaypanel/overlaypanel.js +48 -17
- package/overlaypanel/overlaypanel.min.js +1 -1
- package/package.json +1 -1
- package/paginator/Paginator.vue +5 -3
- package/paginator/paginator.cjs.js +5 -3
- package/paginator/paginator.cjs.min.js +1 -1
- package/paginator/paginator.esm.js +5 -3
- package/paginator/paginator.esm.min.js +1 -1
- package/paginator/paginator.js +5 -3
- package/paginator/paginator.min.js +1 -1
- package/panelmenu/PanelMenuList.vue +1 -2
- package/panelmenu/panelmenu.cjs.js +4 -622
- package/panelmenu/panelmenu.cjs.min.js +1 -1
- package/panelmenu/panelmenu.esm.js +13 -631
- package/panelmenu/panelmenu.esm.min.js +1 -1
- package/panelmenu/panelmenu.js +4 -622
- package/panelmenu/panelmenu.min.js +1 -1
- package/resources/primevue.css +4 -2
- package/resources/primevue.min.css +1 -1
- package/scrollpanel/ScrollPanel.vue +5 -0
- package/scrollpanel/scrollpanel.cjs.js +1 -1
- package/scrollpanel/scrollpanel.cjs.min.js +1 -1
- package/scrollpanel/scrollpanel.esm.js +1 -1
- package/scrollpanel/scrollpanel.esm.min.js +1 -1
- package/scrollpanel/scrollpanel.js +1 -1
- package/scrollpanel/scrollpanel.min.js +1 -1
- package/sidebar/Sidebar.d.ts +5 -5
- package/sidebar/Sidebar.vue +46 -14
- package/sidebar/sidebar.cjs.js +73 -30
- package/sidebar/sidebar.cjs.min.js +1 -1
- package/sidebar/sidebar.esm.js +72 -30
- package/sidebar/sidebar.esm.min.js +1 -1
- package/sidebar/sidebar.js +72 -30
- package/sidebar/sidebar.min.js +1 -1
- package/slider/Slider.vue +21 -12
- package/slider/slider.cjs.js +21 -12
- package/slider/slider.cjs.min.js +1 -1
- package/slider/slider.esm.js +21 -12
- package/slider/slider.esm.min.js +1 -1
- package/slider/slider.js +21 -12
- package/slider/slider.min.js +1 -1
- package/splitter/Splitter.d.ts +16 -0
- package/splitter/Splitter.vue +2 -1
- package/splitter/splitter.cjs.js +2 -1
- package/splitter/splitter.cjs.min.js +1 -1
- package/splitter/splitter.esm.js +2 -1
- package/splitter/splitter.esm.min.js +1 -1
- package/splitter/splitter.js +2 -1
- package/splitter/splitter.min.js +1 -1
- package/tieredmenu/TieredMenu.vue +1 -2
- package/tieredmenu/tieredmenu.cjs.js +1 -2
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.esm.js +1 -2
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +1 -2
- package/tieredmenu/tieredmenu.min.js +1 -1
- package/toast/Toast.d.ts +25 -0
- package/toast/Toast.vue +32 -1
- package/toast/ToastMessage.vue +12 -7
- package/toast/toast.cjs.js +44 -14
- package/toast/toast.cjs.min.js +1 -1
- package/toast/toast.esm.js +44 -14
- package/toast/toast.esm.min.js +1 -1
- package/toast/toast.js +44 -14
- package/toast/toast.min.js +1 -1
- package/tooltip/tooltip.cjs.js +28 -5
- package/tooltip/tooltip.cjs.min.js +1 -1
- package/tooltip/tooltip.esm.js +28 -5
- package/tooltip/tooltip.esm.min.js +1 -1
- package/tooltip/tooltip.js +28 -5
- package/tooltip/tooltip.min.js +1 -1
- package/utils/Utils.d.ts +1 -0
- package/utils/utils.cjs.js +6 -0
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.esm.js +6 -0
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +6 -0
- package/utils/utils.min.js +1 -1
- package/vetur-attributes.json +75 -11
- package/vetur-tags.json +25 -8
- package/web-types.json +233 -21
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.19.0",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -1298,6 +1298,46 @@
|
|
|
1298
1298
|
"type": "string"
|
|
1299
1299
|
}
|
|
1300
1300
|
},
|
|
1301
|
+
{
|
|
1302
|
+
"name": "previousIcon",
|
|
1303
|
+
"default": "pi pi-chevron-left",
|
|
1304
|
+
"doc-url": "https://primefaces.org/primevue/showcase/#/calendar",
|
|
1305
|
+
"description": "Icon to show in the previous button.",
|
|
1306
|
+
"value": {
|
|
1307
|
+
"kind": "expression",
|
|
1308
|
+
"type": "string"
|
|
1309
|
+
}
|
|
1310
|
+
},
|
|
1311
|
+
{
|
|
1312
|
+
"name": "nextIcon",
|
|
1313
|
+
"default": "pi pi-chevron-right",
|
|
1314
|
+
"doc-url": "https://primefaces.org/primevue/showcase/#/calendar",
|
|
1315
|
+
"description": "Icon to show in the next button.",
|
|
1316
|
+
"value": {
|
|
1317
|
+
"kind": "expression",
|
|
1318
|
+
"type": "string"
|
|
1319
|
+
}
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"name": "incrementIcon",
|
|
1323
|
+
"default": "pi pi-chevron-up",
|
|
1324
|
+
"doc-url": "https://primefaces.org/primevue/showcase/#/calendar",
|
|
1325
|
+
"description": "Icon to show in each of the increment buttons.",
|
|
1326
|
+
"value": {
|
|
1327
|
+
"kind": "expression",
|
|
1328
|
+
"type": "string"
|
|
1329
|
+
}
|
|
1330
|
+
},
|
|
1331
|
+
{
|
|
1332
|
+
"name": "decrementIcon",
|
|
1333
|
+
"default": "pi pi-chevron-down",
|
|
1334
|
+
"doc-url": "https://primefaces.org/primevue/showcase/#/calendar",
|
|
1335
|
+
"description": "Icon to show in each of the decrement buttons.",
|
|
1336
|
+
"value": {
|
|
1337
|
+
"kind": "expression",
|
|
1338
|
+
"type": "string"
|
|
1339
|
+
}
|
|
1340
|
+
},
|
|
1301
1341
|
{
|
|
1302
1342
|
"name": "numberOfMonths",
|
|
1303
1343
|
"default": "1",
|
|
@@ -2930,10 +2970,10 @@
|
|
|
2930
2970
|
"name": "separator",
|
|
2931
2971
|
"default": "null",
|
|
2932
2972
|
"doc-url": "https://primefaces.org/primevue/showcase/#/chips",
|
|
2933
|
-
"description": "Separator char to add an item when pressed in addition to the enter key.
|
|
2973
|
+
"description": "Separator char to add an item when pressed in addition to the enter key.",
|
|
2934
2974
|
"value": {
|
|
2935
2975
|
"kind": "expression",
|
|
2936
|
-
"type": "string"
|
|
2976
|
+
"type": "string | any"
|
|
2937
2977
|
}
|
|
2938
2978
|
},
|
|
2939
2979
|
{
|
|
@@ -3015,6 +3055,16 @@
|
|
|
3015
3055
|
"kind": "expression",
|
|
3016
3056
|
"type": "object"
|
|
3017
3057
|
}
|
|
3058
|
+
},
|
|
3059
|
+
{
|
|
3060
|
+
"name": "removeTokenIcon",
|
|
3061
|
+
"default": "pi pi-times-circle",
|
|
3062
|
+
"doc-url": "https://primefaces.org/primevue/showcase/#/chips",
|
|
3063
|
+
"description": "Icon to display in chip remove action.",
|
|
3064
|
+
"value": {
|
|
3065
|
+
"kind": "expression",
|
|
3066
|
+
"type": "string"
|
|
3067
|
+
}
|
|
3018
3068
|
}
|
|
3019
3069
|
],
|
|
3020
3070
|
"events": [
|
|
@@ -5817,6 +5867,16 @@
|
|
|
5817
5867
|
"type": "string"
|
|
5818
5868
|
}
|
|
5819
5869
|
},
|
|
5870
|
+
{
|
|
5871
|
+
"name": "contentProps",
|
|
5872
|
+
"default": "null",
|
|
5873
|
+
"doc-url": "https://primefaces.org/primevue/showcase/#/dialog",
|
|
5874
|
+
"description": "Uses to pass all properties of the HTMLDivElement to the overlay panel inside the component.",
|
|
5875
|
+
"value": {
|
|
5876
|
+
"kind": "expression",
|
|
5877
|
+
"type": "null"
|
|
5878
|
+
}
|
|
5879
|
+
},
|
|
5820
5880
|
{
|
|
5821
5881
|
"name": "rtl",
|
|
5822
5882
|
"default": "null",
|
|
@@ -5867,16 +5927,6 @@
|
|
|
5867
5927
|
"type": "boolean"
|
|
5868
5928
|
}
|
|
5869
5929
|
},
|
|
5870
|
-
{
|
|
5871
|
-
"name": "ariaCloseLabel",
|
|
5872
|
-
"default": "close",
|
|
5873
|
-
"doc-url": "https://primefaces.org/primevue/showcase/#/dialog",
|
|
5874
|
-
"description": "Aria label of the close icon.",
|
|
5875
|
-
"value": {
|
|
5876
|
-
"kind": "expression",
|
|
5877
|
-
"type": "string"
|
|
5878
|
-
}
|
|
5879
|
-
},
|
|
5880
5930
|
{
|
|
5881
5931
|
"name": "maximizable",
|
|
5882
5932
|
"default": "false",
|
|
@@ -5946,6 +5996,36 @@
|
|
|
5946
5996
|
"kind": "expression",
|
|
5947
5997
|
"type": "string"
|
|
5948
5998
|
}
|
|
5999
|
+
},
|
|
6000
|
+
{
|
|
6001
|
+
"name": "closeIcon",
|
|
6002
|
+
"default": "pi pi-times",
|
|
6003
|
+
"doc-url": "https://primefaces.org/primevue/showcase/#/dialog",
|
|
6004
|
+
"description": "Icon to display in the dialog close button.",
|
|
6005
|
+
"value": {
|
|
6006
|
+
"kind": "expression",
|
|
6007
|
+
"type": "string"
|
|
6008
|
+
}
|
|
6009
|
+
},
|
|
6010
|
+
{
|
|
6011
|
+
"name": "maximizeIcon",
|
|
6012
|
+
"default": "pi pi-window-maximize",
|
|
6013
|
+
"doc-url": "https://primefaces.org/primevue/showcase/#/dialog",
|
|
6014
|
+
"description": "Icon to display in the dialog maximize button when dialog is not maximized.",
|
|
6015
|
+
"value": {
|
|
6016
|
+
"kind": "expression",
|
|
6017
|
+
"type": "string"
|
|
6018
|
+
}
|
|
6019
|
+
},
|
|
6020
|
+
{
|
|
6021
|
+
"name": "minimizeIcon",
|
|
6022
|
+
"default": "pi pi-window-minimize",
|
|
6023
|
+
"doc-url": "https://primefaces.org/primevue/showcase/#/dialog",
|
|
6024
|
+
"description": "Icon to display in the dialog maximize button when dialog is maximized.",
|
|
6025
|
+
"value": {
|
|
6026
|
+
"kind": "expression",
|
|
6027
|
+
"type": "string"
|
|
6028
|
+
}
|
|
5949
6029
|
}
|
|
5950
6030
|
],
|
|
5951
6031
|
"events": [
|
|
@@ -7201,6 +7281,16 @@
|
|
|
7201
7281
|
"type": "number"
|
|
7202
7282
|
}
|
|
7203
7283
|
},
|
|
7284
|
+
{
|
|
7285
|
+
"name": "invalidFileLimitMessage",
|
|
7286
|
+
"default": "\"{0}\": Invalid file type, allowed file types: \"{1}\".",
|
|
7287
|
+
"doc-url": "https://primefaces.org/primevue/showcase/#/fileupload",
|
|
7288
|
+
"description": "Message of the invalid file type.",
|
|
7289
|
+
"value": {
|
|
7290
|
+
"kind": "expression",
|
|
7291
|
+
"type": "string"
|
|
7292
|
+
}
|
|
7293
|
+
},
|
|
7204
7294
|
{
|
|
7205
7295
|
"name": "withCredentials",
|
|
7206
7296
|
"default": "false",
|
|
@@ -7517,6 +7607,15 @@
|
|
|
7517
7607
|
}
|
|
7518
7608
|
]
|
|
7519
7609
|
},
|
|
7610
|
+
{
|
|
7611
|
+
"name": "FocusTrap",
|
|
7612
|
+
"source": {
|
|
7613
|
+
"module": "PrimeVue",
|
|
7614
|
+
"symbol": "FocusTrap"
|
|
7615
|
+
},
|
|
7616
|
+
"doc-url": "https://primefaces.org/primevue/showcase/#/focustrap",
|
|
7617
|
+
"description": "Focus Trap keeps focus within a certain DOM element while tabbing."
|
|
7618
|
+
},
|
|
7520
7619
|
{
|
|
7521
7620
|
"name": "FullCalendar",
|
|
7522
7621
|
"source": {
|
|
@@ -7935,6 +8034,16 @@
|
|
|
7935
8034
|
"kind": "expression",
|
|
7936
8035
|
"type": "boolean"
|
|
7937
8036
|
}
|
|
8037
|
+
},
|
|
8038
|
+
{
|
|
8039
|
+
"name": "closeIcon",
|
|
8040
|
+
"default": "pi pi-times",
|
|
8041
|
+
"doc-url": "https://primefaces.org/primevue/showcase/#/inplace",
|
|
8042
|
+
"description": "Icon to display in the close button.",
|
|
8043
|
+
"value": {
|
|
8044
|
+
"kind": "expression",
|
|
8045
|
+
"type": "string"
|
|
8046
|
+
}
|
|
7938
8047
|
}
|
|
7939
8048
|
],
|
|
7940
8049
|
"events": [
|
|
@@ -8268,6 +8377,16 @@
|
|
|
8268
8377
|
"type": "boolean"
|
|
8269
8378
|
}
|
|
8270
8379
|
},
|
|
8380
|
+
{
|
|
8381
|
+
"name": "highlightOnFocus",
|
|
8382
|
+
"default": false,
|
|
8383
|
+
"doc-url": "https://primefaces.org/primevue/showcase/#/inputnumber",
|
|
8384
|
+
"description": "Highlights automatically the input value.",
|
|
8385
|
+
"value": {
|
|
8386
|
+
"kind": "expression",
|
|
8387
|
+
"type": "boolean"
|
|
8388
|
+
}
|
|
8389
|
+
},
|
|
8271
8390
|
{
|
|
8272
8391
|
"name": "readonly",
|
|
8273
8392
|
"default": "false",
|
|
@@ -9535,6 +9654,16 @@
|
|
|
9535
9654
|
"kind": "expression",
|
|
9536
9655
|
"type": "string"
|
|
9537
9656
|
}
|
|
9657
|
+
},
|
|
9658
|
+
{
|
|
9659
|
+
"name": "closeIcon",
|
|
9660
|
+
"default": "pi pi-times",
|
|
9661
|
+
"doc-url": "https://primefaces.org/primevue/showcase/#/message",
|
|
9662
|
+
"description": "Icon to display in the message close button.",
|
|
9663
|
+
"value": {
|
|
9664
|
+
"kind": "expression",
|
|
9665
|
+
"type": "string"
|
|
9666
|
+
}
|
|
9538
9667
|
}
|
|
9539
9668
|
],
|
|
9540
9669
|
"events": [
|
|
@@ -12199,23 +12328,23 @@
|
|
|
12199
12328
|
}
|
|
12200
12329
|
},
|
|
12201
12330
|
{
|
|
12202
|
-
"name": "
|
|
12203
|
-
"default": "
|
|
12331
|
+
"name": "closeIcon",
|
|
12332
|
+
"default": "pi pi-times",
|
|
12204
12333
|
"doc-url": "https://primefaces.org/primevue/showcase/#/sidebar",
|
|
12205
|
-
"description": "
|
|
12334
|
+
"description": "Icon to display in the sidebar close button.",
|
|
12206
12335
|
"value": {
|
|
12207
12336
|
"kind": "expression",
|
|
12208
|
-
"type": "
|
|
12337
|
+
"type": "string"
|
|
12209
12338
|
}
|
|
12210
12339
|
},
|
|
12211
12340
|
{
|
|
12212
|
-
"name": "
|
|
12213
|
-
"default": "
|
|
12341
|
+
"name": "modal",
|
|
12342
|
+
"default": "true",
|
|
12214
12343
|
"doc-url": "https://primefaces.org/primevue/showcase/#/sidebar",
|
|
12215
|
-
"description": "
|
|
12344
|
+
"description": "Whether to a modal layer behind the sidebar.",
|
|
12216
12345
|
"value": {
|
|
12217
12346
|
"kind": "expression",
|
|
12218
|
-
"type": "
|
|
12347
|
+
"type": "boolean"
|
|
12219
12348
|
}
|
|
12220
12349
|
}
|
|
12221
12350
|
],
|
|
@@ -12850,6 +12979,25 @@
|
|
|
12850
12979
|
}
|
|
12851
12980
|
],
|
|
12852
12981
|
"events": [
|
|
12982
|
+
{
|
|
12983
|
+
"name": "resizenstart",
|
|
12984
|
+
"doc-url": "https://primefaces.org/primevue/showcase/#/splitter",
|
|
12985
|
+
"description": "Callback to invoke when resize starts.",
|
|
12986
|
+
"arguments": [
|
|
12987
|
+
{
|
|
12988
|
+
"name": "event.originalEvent",
|
|
12989
|
+
"doc-url": "https://primefaces.org/primevue/showcase/#/splitter",
|
|
12990
|
+
"type": "object",
|
|
12991
|
+
"description": "Browser event"
|
|
12992
|
+
},
|
|
12993
|
+
{
|
|
12994
|
+
"name": "event.sizes",
|
|
12995
|
+
"doc-url": "https://primefaces.org/primevue/showcase/#/splitter",
|
|
12996
|
+
"type": "array",
|
|
12997
|
+
"description": "Sizes of the panels as an array"
|
|
12998
|
+
}
|
|
12999
|
+
]
|
|
13000
|
+
},
|
|
12853
13001
|
{
|
|
12854
13002
|
"name": "resizened",
|
|
12855
13003
|
"doc-url": "https://primefaces.org/primevue/showcase/#/splitter",
|
|
@@ -13690,6 +13838,56 @@
|
|
|
13690
13838
|
"kind": "expression",
|
|
13691
13839
|
"type": "object"
|
|
13692
13840
|
}
|
|
13841
|
+
},
|
|
13842
|
+
{
|
|
13843
|
+
"name": "closeIcon",
|
|
13844
|
+
"default": "pi pi-times",
|
|
13845
|
+
"doc-url": "https://primefaces.org/primevue/showcase/#/toast",
|
|
13846
|
+
"description": "Icon to display in the toast close button.",
|
|
13847
|
+
"value": {
|
|
13848
|
+
"kind": "expression",
|
|
13849
|
+
"type": "string"
|
|
13850
|
+
}
|
|
13851
|
+
},
|
|
13852
|
+
{
|
|
13853
|
+
"name": "infoIcon",
|
|
13854
|
+
"default": "pi pi-info-circle",
|
|
13855
|
+
"doc-url": "https://primefaces.org/primevue/showcase/#/toast",
|
|
13856
|
+
"description": "Icon to display in the toast with info severity.",
|
|
13857
|
+
"value": {
|
|
13858
|
+
"kind": "expression",
|
|
13859
|
+
"type": "string"
|
|
13860
|
+
}
|
|
13861
|
+
},
|
|
13862
|
+
{
|
|
13863
|
+
"name": "warnIcon",
|
|
13864
|
+
"default": "pi pi-exclamation-triangle",
|
|
13865
|
+
"doc-url": "https://primefaces.org/primevue/showcase/#/toast",
|
|
13866
|
+
"description": "Icon to display in the toast with warn severity.",
|
|
13867
|
+
"value": {
|
|
13868
|
+
"kind": "expression",
|
|
13869
|
+
"type": "string"
|
|
13870
|
+
}
|
|
13871
|
+
},
|
|
13872
|
+
{
|
|
13873
|
+
"name": "errorIcon",
|
|
13874
|
+
"default": "pi pi-times",
|
|
13875
|
+
"doc-url": "https://primefaces.org/primevue/showcase/#/toast",
|
|
13876
|
+
"description": "Icon to display in the toast with error severity.",
|
|
13877
|
+
"value": {
|
|
13878
|
+
"kind": "expression",
|
|
13879
|
+
"type": "string"
|
|
13880
|
+
}
|
|
13881
|
+
},
|
|
13882
|
+
{
|
|
13883
|
+
"name": "successIcon",
|
|
13884
|
+
"default": "pi pi-check",
|
|
13885
|
+
"doc-url": "https://primefaces.org/primevue/showcase/#/toast",
|
|
13886
|
+
"description": "Icon to display in the toast with success severity.",
|
|
13887
|
+
"value": {
|
|
13888
|
+
"kind": "expression",
|
|
13889
|
+
"type": "string"
|
|
13890
|
+
}
|
|
13693
13891
|
}
|
|
13694
13892
|
],
|
|
13695
13893
|
"slots": [
|
|
@@ -15458,6 +15656,20 @@
|
|
|
15458
15656
|
}
|
|
15459
15657
|
]
|
|
15460
15658
|
},
|
|
15659
|
+
{
|
|
15660
|
+
"name": "FocusTrap",
|
|
15661
|
+
"source": {
|
|
15662
|
+
"module": "PrimeVue",
|
|
15663
|
+
"symbol": "FocusTrap"
|
|
15664
|
+
},
|
|
15665
|
+
"description": "Focus Trap keeps focus within a certain DOM element while tabbing.",
|
|
15666
|
+
"doc-url": "https://primefaces.org/primevue/showcase/#/focustrap",
|
|
15667
|
+
"value": {
|
|
15668
|
+
"kind": "expression",
|
|
15669
|
+
"type": "function"
|
|
15670
|
+
},
|
|
15671
|
+
"required": false
|
|
15672
|
+
},
|
|
15461
15673
|
{
|
|
15462
15674
|
"name": "Ripple",
|
|
15463
15675
|
"source": {
|