primereact 9.0.0-rc.1 → 9.1.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 +2 -2
- package/accordion/accordion.d.ts +2 -2
- package/autocomplete/autocomplete.d.ts +2 -2
- package/avatar/avatar.d.ts +2 -2
- package/avatargroup/avatargroup.d.ts +2 -2
- package/badge/badge.d.ts +2 -2
- package/blockui/blockui.d.ts +2 -2
- package/breadcrumb/breadcrumb.d.ts +2 -2
- package/button/button.cjs.js +15 -2
- package/button/button.cjs.min.js +1 -1
- package/button/button.d.ts +46 -2
- package/button/button.esm.js +15 -2
- package/button/button.esm.min.js +1 -1
- package/button/button.js +15 -2
- package/button/button.min.js +1 -1
- package/calendar/calendar.d.ts +2 -2
- package/card/card.d.ts +2 -2
- package/carousel/carousel.d.ts +2 -3
- package/cascadeselect/cascadeselect.cjs.js +28 -0
- package/cascadeselect/cascadeselect.cjs.min.js +1 -1
- package/cascadeselect/cascadeselect.d.ts +11 -2
- package/cascadeselect/cascadeselect.esm.js +29 -1
- package/cascadeselect/cascadeselect.esm.min.js +1 -1
- package/cascadeselect/cascadeselect.js +28 -0
- package/cascadeselect/cascadeselect.min.js +1 -1
- package/chart/chart.d.ts +2 -2
- package/checkbox/checkbox.d.ts +2 -2
- package/chip/chip.d.ts +2 -2
- package/chips/chips.d.ts +2 -2
- package/colorpicker/colorpicker.d.ts +2 -2
- package/column/column.d.ts +3 -45
- package/columngroup/columngroup.d.ts +2 -2
- package/confirmdialog/confirmdialog.d.ts +2 -4
- package/confirmpopup/confirmpopup.d.ts +2 -4
- package/contextmenu/contextmenu.d.ts +2 -2
- package/core/core.js +33 -3
- package/core/core.min.js +4 -4
- package/csstransition/csstransition.d.ts +2 -2
- package/datascroller/datascroller.d.ts +2 -2
- package/datatable/datatable.d.ts +10 -29
- package/dataview/dataview.d.ts +3 -5
- package/deferredcontent/deferredcontent.d.ts +2 -2
- package/dialog/dialog.d.ts +2 -3
- package/divider/divider.d.ts +2 -2
- package/dock/dock.d.ts +2 -4
- package/dropdown/dropdown.d.ts +2 -3
- package/editor/editor.d.ts +2 -2
- package/fieldset/fieldset.d.ts +2 -2
- package/fileupload/fileupload.cjs.js +156 -23
- package/fileupload/fileupload.cjs.min.js +1 -1
- package/fileupload/fileupload.d.ts +2 -6
- package/fileupload/fileupload.esm.js +156 -23
- package/fileupload/fileupload.esm.min.js +1 -1
- package/fileupload/fileupload.js +156 -23
- package/fileupload/fileupload.min.css +1 -1
- package/fileupload/fileupload.min.js +1 -1
- package/galleria/galleria.d.ts +2 -3
- package/hooks/hooks.cjs.js +15 -0
- package/hooks/hooks.cjs.min.js +1 -1
- package/hooks/hooks.d.ts +2 -8
- package/hooks/hooks.esm.js +15 -0
- package/hooks/hooks.esm.min.js +1 -1
- package/hooks/hooks.js +15 -0
- package/hooks/hooks.min.js +1 -1
- package/image/image.d.ts +2 -2
- package/inplace/inplace.d.ts +20 -10
- package/inputmask/inputmask.d.ts +2 -2
- package/inputnumber/inputnumber.d.ts +2 -2
- package/inputswitch/inputswitch.d.ts +2 -2
- package/inputtext/inputtext.d.ts +2 -2
- package/inputtextarea/inputtextarea.d.ts +2 -2
- package/knob/knob.d.ts +2 -2
- package/listbox/listbox.d.ts +2 -5
- package/megamenu/megamenu.d.ts +2 -2
- package/mention/mention.d.ts +2 -3
- package/menu/menu.d.ts +2 -2
- package/menubar/menubar.d.ts +2 -2
- package/menubar/menubar.min.css +1 -1
- package/menuitem/menuitem.d.ts +3 -4
- package/message/message.d.ts +2 -2
- package/messages/messages.d.ts +2 -2
- package/multiselect/multiselect.d.ts +2 -4
- package/multistatecheckbox/multistatecheckbox.d.ts +2 -3
- package/orderlist/orderlist.cjs.js +33 -2
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.d.ts +7 -3
- package/orderlist/orderlist.esm.js +31 -3
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +33 -2
- package/orderlist/orderlist.min.js +1 -1
- package/organizationchart/organizationchart.cjs.js +2 -1
- package/organizationchart/organizationchart.cjs.min.js +1 -1
- package/organizationchart/organizationchart.d.ts +6 -2
- package/organizationchart/organizationchart.esm.js +2 -1
- package/organizationchart/organizationchart.esm.min.js +1 -1
- package/organizationchart/organizationchart.js +2 -1
- package/organizationchart/organizationchart.min.js +1 -1
- package/overlaypanel/overlaypanel.d.ts +2 -3
- package/overlayservice/overlayservice.d.ts +2 -3
- package/package.json +3 -3
- package/paginator/paginator.cjs.js +1 -1
- package/paginator/paginator.cjs.min.js +1 -1
- package/paginator/paginator.d.ts +5 -17
- package/paginator/paginator.esm.js +1 -1
- package/paginator/paginator.esm.min.js +1 -1
- package/paginator/paginator.js +1 -1
- package/paginator/paginator.min.js +1 -1
- package/panel/panel.d.ts +2 -3
- package/panelmenu/panelmenu.d.ts +2 -2
- package/password/password.d.ts +2 -2
- package/picklist/picklist.cjs.js +34 -2
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.d.ts +12 -3
- package/picklist/picklist.esm.js +32 -3
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +34 -2
- package/picklist/picklist.min.js +1 -1
- package/primereact.all.cjs.js +191 -27
- package/primereact.all.cjs.min.js +1 -1
- package/primereact.all.esm.js +191 -27
- package/primereact.all.esm.min.js +1 -1
- package/primereact.all.js +191 -27
- package/primereact.all.min.js +1 -1
- package/progressbar/progressbar.d.ts +2 -2
- package/progressspinner/progressspinner.d.ts +2 -2
- package/radiobutton/radiobutton.d.ts +2 -2
- package/rating/rating.d.ts +2 -2
- package/resources/primereact.css +643 -625
- package/resources/primereact.min.css +1 -1
- package/resources/themes/arya-blue/theme.css +1 -44
- package/resources/themes/arya-green/theme.css +1 -44
- package/resources/themes/arya-orange/theme.css +1 -44
- package/resources/themes/arya-purple/theme.css +1 -44
- package/resources/themes/bootstrap4-dark-blue/theme.css +0 -44
- package/resources/themes/bootstrap4-dark-purple/theme.css +0 -44
- package/resources/themes/bootstrap4-light-blue/theme.css +0 -44
- package/resources/themes/bootstrap4-light-purple/theme.css +0 -44
- package/resources/themes/fluent-light/theme.css +0 -44
- package/resources/themes/lara-dark-blue/theme.css +0 -44
- package/resources/themes/lara-dark-indigo/theme.css +0 -44
- package/resources/themes/lara-dark-purple/theme.css +0 -44
- package/resources/themes/lara-dark-teal/theme.css +0 -44
- package/resources/themes/lara-light-blue/theme.css +0 -44
- package/resources/themes/lara-light-indigo/theme.css +0 -44
- package/resources/themes/lara-light-purple/theme.css +0 -44
- package/resources/themes/lara-light-teal/theme.css +0 -44
- package/resources/themes/luna-amber/theme.css +0 -44
- package/resources/themes/luna-blue/theme.css +0 -44
- package/resources/themes/luna-green/theme.css +0 -44
- package/resources/themes/luna-pink/theme.css +0 -44
- package/resources/themes/md-dark-deeppurple/theme.css +0 -44
- package/resources/themes/md-dark-indigo/theme.css +0 -44
- package/resources/themes/md-light-deeppurple/theme.css +0 -44
- package/resources/themes/md-light-indigo/theme.css +0 -44
- package/resources/themes/mdc-dark-deeppurple/theme.css +0 -44
- package/resources/themes/mdc-dark-indigo/theme.css +0 -44
- package/resources/themes/mdc-light-deeppurple/theme.css +0 -44
- package/resources/themes/mdc-light-indigo/theme.css +0 -44
- package/resources/themes/mira/theme.css +0 -44
- package/resources/themes/nano/theme.css +0 -44
- package/resources/themes/nova/theme.css +0 -44
- package/resources/themes/nova-accent/theme.css +0 -44
- package/resources/themes/nova-alt/theme.css +0 -44
- package/resources/themes/rhea/theme.css +0 -44
- package/resources/themes/saga-blue/theme.css +0 -44
- package/resources/themes/saga-green/theme.css +0 -44
- package/resources/themes/saga-orange/theme.css +0 -44
- package/resources/themes/saga-purple/theme.css +0 -44
- package/resources/themes/soho-dark/theme.css +0 -44
- package/resources/themes/soho-light/theme.css +0 -44
- package/resources/themes/tailwind-light/theme.css +7 -54
- package/resources/themes/vela-blue/theme.css +0 -44
- package/resources/themes/vela-green/theme.css +0 -44
- package/resources/themes/vela-orange/theme.css +0 -44
- package/resources/themes/vela-purple/theme.css +0 -44
- package/resources/themes/viva-dark/theme.css +0 -44
- package/resources/themes/viva-light/theme.css +0 -44
- package/ripple/ripple.d.ts +2 -2
- package/row/row.d.ts +2 -2
- package/scrollpanel/scrollpanel.d.ts +2 -2
- package/scrolltop/scrolltop.d.ts +2 -2
- package/selectbutton/selectbutton.d.ts +2 -2
- package/selectitem/selectitem.d.ts +0 -1
- package/sidebar/sidebar.d.ts +2 -2
- package/skeleton/skeleton.d.ts +2 -2
- package/slidemenu/slidemenu.d.ts +2 -2
- package/slider/slider.d.ts +2 -2
- package/speeddial/speeddial.d.ts +2 -3
- package/splitbutton/splitbutton.d.ts +2 -2
- package/splitter/splitter.d.ts +2 -2
- package/steps/steps.d.ts +2 -2
- package/styleclass/styleclass.d.ts +2 -2
- package/tabmenu/tabmenu.d.ts +2 -2
- package/tabview/tabview.d.ts +2 -3
- package/tag/tag.d.ts +2 -2
- package/terminal/terminal.d.ts +2 -2
- package/terminalservice/terminalservice.d.ts +2 -3
- package/tieredmenu/tieredmenu.d.ts +2 -2
- package/timeline/timeline.d.ts +2 -2
- package/toast/toast.d.ts +2 -3
- package/togglebutton/togglebutton.d.ts +2 -3
- package/toolbar/toolbar.d.ts +2 -2
- package/tooltip/tooltip.d.ts +2 -2
- package/tooltip/tooltipoptions.d.ts +49 -14
- package/tree/tree.d.ts +2 -11
- package/treeselect/treeselect.d.ts +2 -7
- package/treetable/treetable.d.ts +2 -7
- package/tristatecheckbox/tristatecheckbox.d.ts +2 -2
- package/virtualscroller/virtualscroller.cjs.js +2 -0
- package/virtualscroller/virtualscroller.cjs.min.js +1 -1
- package/virtualscroller/virtualscroller.d.ts +2 -9
- package/virtualscroller/virtualscroller.esm.js +2 -0
- package/virtualscroller/virtualscroller.esm.min.js +1 -1
- package/virtualscroller/virtualscroller.js +2 -0
- package/virtualscroller/virtualscroller.min.css +1 -1
- package/virtualscroller/virtualscroller.min.js +1 -1
- package/web-types.json +2 -2
- package/accordion/package.json +0 -7
- package/api/package.json +0 -7
- package/autocomplete/package.json +0 -7
- package/avatar/package.json +0 -7
- package/avatargroup/package.json +0 -7
- package/badge/package.json +0 -7
- package/blockui/package.json +0 -7
- package/breadcrumb/package.json +0 -7
- package/button/package.json +0 -7
- package/calendar/package.json +0 -7
- package/card/package.json +0 -7
- package/carousel/package.json +0 -7
- package/cascadeselect/package.json +0 -7
- package/chart/package.json +0 -7
- package/checkbox/package.json +0 -7
- package/chip/package.json +0 -7
- package/chips/package.json +0 -7
- package/colorpicker/package.json +0 -7
- package/column/package.json +0 -7
- package/columngroup/package.json +0 -7
- package/confirmdialog/package.json +0 -7
- package/confirmpopup/package.json +0 -7
- package/contextmenu/package.json +0 -7
- package/csstransition/package.json +0 -7
- package/datascroller/package.json +0 -7
- package/datatable/package.json +0 -7
- package/dataview/package.json +0 -7
- package/deferredcontent/package.json +0 -7
- package/dialog/package.json +0 -7
- package/divider/package.json +0 -7
- package/dock/package.json +0 -7
- package/dropdown/package.json +0 -7
- package/editor/package.json +0 -7
- package/fieldset/package.json +0 -7
- package/fileupload/package.json +0 -7
- package/galleria/package.json +0 -7
- package/hooks/package.json +0 -7
- package/image/package.json +0 -7
- package/inplace/package.json +0 -7
- package/inputmask/package.json +0 -7
- package/inputnumber/package.json +0 -7
- package/inputswitch/package.json +0 -7
- package/inputtext/package.json +0 -7
- package/inputtextarea/package.json +0 -7
- package/keyfilter/package.json +0 -7
- package/knob/package.json +0 -7
- package/listbox/package.json +0 -7
- package/megamenu/package.json +0 -7
- package/mention/package.json +0 -7
- package/menu/package.json +0 -7
- package/menubar/package.json +0 -7
- package/menuitem/package.json +0 -4
- package/message/package.json +0 -7
- package/messages/package.json +0 -7
- package/multiselect/package.json +0 -7
- package/multistatecheckbox/package.json +0 -7
- package/orderlist/package.json +0 -7
- package/organizationchart/package.json +0 -7
- package/overlaypanel/package.json +0 -7
- package/overlayservice/package.json +0 -7
- package/paginator/package.json +0 -7
- package/panel/package.json +0 -7
- package/panelmenu/package.json +0 -7
- package/password/package.json +0 -7
- package/picklist/package.json +0 -7
- package/portal/package.json +0 -6
- package/progressbar/package.json +0 -7
- package/progressspinner/package.json +0 -7
- package/radiobutton/package.json +0 -7
- package/rating/package.json +0 -7
- package/ripple/package.json +0 -7
- package/row/package.json +0 -7
- package/scrollpanel/package.json +0 -7
- package/scrolltop/package.json +0 -7
- package/selectbutton/package.json +0 -7
- package/selectitem/package.json +0 -4
- package/sidebar/package.json +0 -7
- package/skeleton/package.json +0 -7
- package/slidemenu/package.json +0 -7
- package/slider/package.json +0 -7
- package/speeddial/package.json +0 -7
- package/splitbutton/package.json +0 -7
- package/splitter/package.json +0 -7
- package/steps/package.json +0 -7
- package/styleclass/package.json +0 -7
- package/tabmenu/package.json +0 -7
- package/tabview/package.json +0 -7
- package/tag/package.json +0 -7
- package/terminal/package.json +0 -7
- package/terminalservice/package.json +0 -7
- package/tieredmenu/package.json +0 -7
- package/timeline/package.json +0 -7
- package/toast/package.json +0 -7
- package/togglebutton/package.json +0 -7
- package/toolbar/package.json +0 -7
- package/tooltip/package.json +0 -7
- package/tree/package.json +0 -7
- package/treenode/package.json +0 -4
- package/treeselect/package.json +0 -7
- package/treetable/package.json +0 -7
- package/tristatecheckbox/package.json +0 -7
- package/utils/package.json +0 -7
- package/virtualscroller/package.json +0 -7
|
@@ -3429,22 +3429,6 @@
|
|
|
3429
3429
|
background: #edf0fA;
|
|
3430
3430
|
}
|
|
3431
3431
|
|
|
3432
|
-
@media screen and (max-width: 769px) {
|
|
3433
|
-
.p-orderlist {
|
|
3434
|
-
flex-direction: column;
|
|
3435
|
-
}
|
|
3436
|
-
.p-orderlist .p-orderlist-controls {
|
|
3437
|
-
padding: 1rem;
|
|
3438
|
-
flex-direction: row;
|
|
3439
|
-
}
|
|
3440
|
-
.p-orderlist .p-orderlist-controls .p-button {
|
|
3441
|
-
margin-right: 0.5rem;
|
|
3442
|
-
margin-bottom: 0;
|
|
3443
|
-
}
|
|
3444
|
-
.p-orderlist .p-orderlist-controls .p-button:last-child {
|
|
3445
|
-
margin-right: 0;
|
|
3446
|
-
}
|
|
3447
|
-
}
|
|
3448
3432
|
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
|
|
3449
3433
|
background: #edf0fA;
|
|
3450
3434
|
color: #6c6c6c;
|
|
@@ -3624,34 +3608,6 @@
|
|
|
3624
3608
|
background: #ced6f1;
|
|
3625
3609
|
}
|
|
3626
3610
|
|
|
3627
|
-
@media screen and (max-width: 769px) {
|
|
3628
|
-
.p-picklist {
|
|
3629
|
-
flex-direction: column;
|
|
3630
|
-
}
|
|
3631
|
-
.p-picklist .p-picklist-buttons {
|
|
3632
|
-
padding: 1rem;
|
|
3633
|
-
flex-direction: row;
|
|
3634
|
-
}
|
|
3635
|
-
.p-picklist .p-picklist-buttons .p-button {
|
|
3636
|
-
margin-right: 0.5rem;
|
|
3637
|
-
margin-bottom: 0;
|
|
3638
|
-
}
|
|
3639
|
-
.p-picklist .p-picklist-buttons .p-button:last-child {
|
|
3640
|
-
margin-right: 0;
|
|
3641
|
-
}
|
|
3642
|
-
.p-picklist .p-picklist-transfer-buttons .pi-angle-right:before {
|
|
3643
|
-
content: "\e930";
|
|
3644
|
-
}
|
|
3645
|
-
.p-picklist .p-picklist-transfer-buttons .pi-angle-double-right:before {
|
|
3646
|
-
content: "\e92c";
|
|
3647
|
-
}
|
|
3648
|
-
.p-picklist .p-picklist-transfer-buttons .pi-angle-left:before {
|
|
3649
|
-
content: "\e933";
|
|
3650
|
-
}
|
|
3651
|
-
.p-picklist .p-picklist-transfer-buttons .pi-angle-double-left:before {
|
|
3652
|
-
content: "\e92f";
|
|
3653
|
-
}
|
|
3654
|
-
}
|
|
3655
3611
|
.p-tree {
|
|
3656
3612
|
border: 2px solid #ebebeb;
|
|
3657
3613
|
background: #ffffff;
|
package/ripple/ripple.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
*
|
|
3
3
|
* Ripple component adds ripple effect to the host element.
|
|
4
4
|
*
|
|
5
|
-
* [Live Demo](https://www.
|
|
5
|
+
* [Live Demo](https://www.primereact.org/ripple)
|
|
6
6
|
*
|
|
7
7
|
* @module ripple
|
|
8
8
|
*
|
|
@@ -26,7 +26,7 @@ export interface RippleProps {
|
|
|
26
26
|
*
|
|
27
27
|
* _Ripple component adds ripple effect to the host element._
|
|
28
28
|
*
|
|
29
|
-
* [Live Demo](https://www.
|
|
29
|
+
* [Live Demo](https://www.primereact.org/ripple/)
|
|
30
30
|
* --- ---
|
|
31
31
|
* 
|
|
32
32
|
*
|
package/row/row.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
*
|
|
3
3
|
* Row component is a helper component used to create grouping structures in DataTable.
|
|
4
4
|
*
|
|
5
|
-
* [Live Demo](https://www.
|
|
5
|
+
* [Live Demo](https://www.primereact.org/datatable/)
|
|
6
6
|
*
|
|
7
7
|
* @module row
|
|
8
8
|
*
|
|
@@ -34,7 +34,7 @@ export interface RowProps {
|
|
|
34
34
|
*
|
|
35
35
|
* _Row component is a helper component used to create grouping structures in DataTable._
|
|
36
36
|
*
|
|
37
|
-
* [Live Demo](https://www.
|
|
37
|
+
* [Live Demo](https://www.primereact.org/datatable/)
|
|
38
38
|
* --- ---
|
|
39
39
|
* 
|
|
40
40
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
*
|
|
3
3
|
* ScrollPanel is a cross browser, lightweight and skinnable alternative to native browser scrollbar.
|
|
4
4
|
*
|
|
5
|
-
* [Live Demo](https://www.
|
|
5
|
+
* [Live Demo](https://www.primereact.org/scrollpanel/)
|
|
6
6
|
*
|
|
7
7
|
* @module scrollpanel
|
|
8
8
|
*
|
|
@@ -26,7 +26,7 @@ export interface ScrollPanelProps extends Omit<React.DetailedHTMLProps<React.HTM
|
|
|
26
26
|
*
|
|
27
27
|
* _ScrollPanel is a cross browser, lightweight and skinnable alternative to native browser scrollbar._
|
|
28
28
|
*
|
|
29
|
-
* [Live Demo](https://www.
|
|
29
|
+
* [Live Demo](https://www.primereact.org/scrollpanel/)
|
|
30
30
|
* --- ---
|
|
31
31
|
* 
|
|
32
32
|
*
|
package/scrolltop/scrolltop.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
*
|
|
3
3
|
* ScrollTop gets displayed after a certain scroll position and used to navigates to the top of the page quickly.
|
|
4
4
|
*
|
|
5
|
-
* [Live Demo](https://www.
|
|
5
|
+
* [Live Demo](https://www.primereact.org/scrolltop/)
|
|
6
6
|
*
|
|
7
7
|
* @module scrolltop
|
|
8
8
|
*
|
|
@@ -69,7 +69,7 @@ export interface ScrollTopProps {
|
|
|
69
69
|
*
|
|
70
70
|
* _ScrollTop gets displayed after a certain scroll position and used to navigates to the top of the page quickly._
|
|
71
71
|
*
|
|
72
|
-
* [Live Demo](https://www.
|
|
72
|
+
* [Live Demo](https://www.primereact.org/scrolltop/)
|
|
73
73
|
* --- ---
|
|
74
74
|
* 
|
|
75
75
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
*
|
|
3
3
|
* SelectButton is used to choose single or multiple items from a list using buttons.
|
|
4
4
|
*
|
|
5
|
-
* [Live Demo](https://www.
|
|
5
|
+
* [Live Demo](https://www.primereact.org/selectbutton/)
|
|
6
6
|
*
|
|
7
7
|
* @module selectbutton
|
|
8
8
|
*
|
|
@@ -102,7 +102,7 @@ export interface SelectButtonProps extends Omit<React.DetailedHTMLProps<React.In
|
|
|
102
102
|
*
|
|
103
103
|
* _SelectButton is used to choose single or multiple items from a list using buttons._
|
|
104
104
|
*
|
|
105
|
-
* [Live Demo](https://www.
|
|
105
|
+
* [Live Demo](https://www.primereact.org/selectbutton/)
|
|
106
106
|
* --- ---
|
|
107
107
|
* 
|
|
108
108
|
*
|
package/sidebar/sidebar.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
*
|
|
3
3
|
* Sidebar is a panel component displayed as an overlay.
|
|
4
4
|
*
|
|
5
|
-
* [Live Demo](https://www.
|
|
5
|
+
* [Live Demo](https://www.primereact.org/sidebar/)
|
|
6
6
|
*
|
|
7
7
|
* @module sidebar
|
|
8
8
|
*
|
|
@@ -108,7 +108,7 @@ export interface SidebarProps extends Omit<React.DetailedHTMLProps<React.HTMLAtt
|
|
|
108
108
|
*
|
|
109
109
|
* _Sidebar is a panel component displayed as an overlay._
|
|
110
110
|
*
|
|
111
|
-
* [Live Demo](https://www.
|
|
111
|
+
* [Live Demo](https://www.primereact.org/sidebar/)
|
|
112
112
|
* --- ---
|
|
113
113
|
* 
|
|
114
114
|
*
|
package/skeleton/skeleton.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
*
|
|
3
3
|
* Skeleton is a placeholder to display instead of the actual content.
|
|
4
4
|
*
|
|
5
|
-
* [Live Demo](https://www.
|
|
5
|
+
* [Live Demo](https://www.primereact.org/skeleton/)
|
|
6
6
|
*
|
|
7
7
|
* @module skeleton
|
|
8
8
|
*
|
|
@@ -54,7 +54,7 @@ export interface SkeletonProps extends Omit<React.DetailedHTMLProps<React.HTMLAt
|
|
|
54
54
|
*
|
|
55
55
|
* _Skeleton is a placeholder to display instead of the actual content._
|
|
56
56
|
*
|
|
57
|
-
* [Live Demo](https://www.
|
|
57
|
+
* [Live Demo](https://www.primereact.org/skeleton/)
|
|
58
58
|
* --- ---
|
|
59
59
|
* 
|
|
60
60
|
*
|
package/slidemenu/slidemenu.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
*
|
|
3
3
|
* SlideMenu displays submenus with a slide animation.
|
|
4
4
|
*
|
|
5
|
-
* [Live Demo](https://www.
|
|
5
|
+
* [Live Demo](https://www.primereact.org/slidemenu/)
|
|
6
6
|
*
|
|
7
7
|
* @module slidemenu
|
|
8
8
|
*
|
|
@@ -108,7 +108,7 @@ export interface SlideMenuProps extends Omit<React.DetailedHTMLProps<React.HTMLA
|
|
|
108
108
|
*
|
|
109
109
|
* _SlideMenu displays submenus with a slide animation._
|
|
110
110
|
*
|
|
111
|
-
* [Live Demo](https://www.
|
|
111
|
+
* [Live Demo](https://www.primereact.org/slidemenu/)
|
|
112
112
|
* --- ---
|
|
113
113
|
* 
|
|
114
114
|
*
|
package/slider/slider.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
*
|
|
3
3
|
* Slider is a component to provide input with a drag handle.
|
|
4
4
|
*
|
|
5
|
-
* [Live Demo](https://www.
|
|
5
|
+
* [Live Demo](https://www.primereact.org/slider/)
|
|
6
6
|
*
|
|
7
7
|
* @module slider
|
|
8
8
|
*
|
|
@@ -99,7 +99,7 @@ export interface SliderProps extends Omit<React.DetailedHTMLProps<React.InputHTM
|
|
|
99
99
|
*
|
|
100
100
|
* _Slider is a component to provide input with a drag handle._
|
|
101
101
|
*
|
|
102
|
-
* [Live Demo](https://www.
|
|
102
|
+
* [Live Demo](https://www.primereact.org/slider/)
|
|
103
103
|
* --- ---
|
|
104
104
|
* 
|
|
105
105
|
*
|
package/speeddial/speeddial.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
*
|
|
3
3
|
* When pressed, a floating action button can display multiple primary actions that can be performed on a page.
|
|
4
4
|
*
|
|
5
|
-
* [Live Demo](https://www.
|
|
5
|
+
* [Live Demo](https://www.primereact.org/speeddial/)
|
|
6
6
|
*
|
|
7
7
|
* @module speeddial
|
|
8
8
|
*
|
|
@@ -12,7 +12,6 @@ import { MenuItem } from '../menuitem';
|
|
|
12
12
|
import { IconType } from '../utils';
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
|
-
* @group Misc
|
|
16
15
|
*/
|
|
17
16
|
interface SpeedDialButtonOptions {
|
|
18
17
|
/**
|
|
@@ -155,7 +154,7 @@ export interface SpeedDialProps extends Omit<React.DetailedHTMLProps<React.HTMLA
|
|
|
155
154
|
*
|
|
156
155
|
* _When pressed, a floating action button can display multiple primary actions that can be performed on a page._
|
|
157
156
|
*
|
|
158
|
-
* [Live Demo](https://www.
|
|
157
|
+
* [Live Demo](https://www.primereact.org/speeddial/)
|
|
159
158
|
* --- ---
|
|
160
159
|
* 
|
|
161
160
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
*
|
|
3
3
|
* SplitButton groups a set of commands in an overlay with a default command.
|
|
4
4
|
*
|
|
5
|
-
* [Live Demo](https://www.
|
|
5
|
+
* [Live Demo](https://www.primereact.org/splitbutton/)
|
|
6
6
|
*
|
|
7
7
|
* @module splitbutton
|
|
8
8
|
*
|
|
@@ -124,7 +124,7 @@ export interface SplitButtonProps extends Omit<React.DetailedHTMLProps<React.HTM
|
|
|
124
124
|
*
|
|
125
125
|
* _SplitButton groups a set of commands in an overlay with a default command._
|
|
126
126
|
*
|
|
127
|
-
* [Live Demo](https://www.
|
|
127
|
+
* [Live Demo](https://www.primereact.org/splitbutton/)
|
|
128
128
|
* --- ---
|
|
129
129
|
* 
|
|
130
130
|
*
|
package/splitter/splitter.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
*
|
|
3
3
|
* Splitter is utilized to separate and resize panels.
|
|
4
4
|
*
|
|
5
|
-
* [Live Demo](https://www.
|
|
5
|
+
* [Live Demo](https://www.primereact.org/splitter/)
|
|
6
6
|
*
|
|
7
7
|
* Helper Components:
|
|
8
8
|
*
|
|
@@ -104,7 +104,7 @@ export interface SplitterProps extends Omit<React.DetailedHTMLProps<React.HTMLAt
|
|
|
104
104
|
*
|
|
105
105
|
* _Splitter is utilized to separate and resize panels._
|
|
106
106
|
*
|
|
107
|
-
* [Live Demo](https://www.
|
|
107
|
+
* [Live Demo](https://www.primereact.org/splitter/)
|
|
108
108
|
* --- ---
|
|
109
109
|
* 
|
|
110
110
|
*
|
package/steps/steps.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
*
|
|
3
3
|
* Steps also known as Stepper, is an indicator for the steps in a workflow. Layout of steps component is optimized for responsive design.
|
|
4
4
|
*
|
|
5
|
-
* [Live Demo](https://www.
|
|
5
|
+
* [Live Demo](https://www.primereact.org/steps/)
|
|
6
6
|
*
|
|
7
7
|
* @module steps
|
|
8
8
|
*
|
|
@@ -66,7 +66,7 @@ export interface StepsProps extends Omit<React.DetailedHTMLProps<React.HTMLAttri
|
|
|
66
66
|
*
|
|
67
67
|
* _Steps also known as Stepper, is an indicator for the steps in a workflow. Layout of steps component is optimized for responsive design._
|
|
68
68
|
*
|
|
69
|
-
* [Live Demo](https://www.
|
|
69
|
+
* [Live Demo](https://www.primereact.org/steps/)
|
|
70
70
|
* --- ---
|
|
71
71
|
* 
|
|
72
72
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
*
|
|
3
3
|
* StyleClass manages css classes declaratively to during enter/leave animations or just to toggle classes on an element.
|
|
4
4
|
*
|
|
5
|
-
* [Live Demo](https://www.
|
|
5
|
+
* [Live Demo](https://www.primereact.org/styleclass)
|
|
6
6
|
*
|
|
7
7
|
* @module styleclass
|
|
8
8
|
*
|
|
@@ -67,7 +67,7 @@ export interface StyleClassProps {
|
|
|
67
67
|
*
|
|
68
68
|
* _StyleClass manages css classes declaratively to during enter/leave animations or just to toggle classes on an element._
|
|
69
69
|
*
|
|
70
|
-
* [Live Demo](https://www.
|
|
70
|
+
* [Live Demo](https://www.primereact.org/styleclass/)
|
|
71
71
|
* --- ---
|
|
72
72
|
* 
|
|
73
73
|
*
|
package/tabmenu/tabmenu.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
*
|
|
3
3
|
* TabMenu is a navigation/command component that displays items as tab headers.
|
|
4
4
|
*
|
|
5
|
-
* [Live Demo](https://www.
|
|
5
|
+
* [Live Demo](https://www.primereact.org/tabmenu/)
|
|
6
6
|
*
|
|
7
7
|
* @module tabmenu
|
|
8
8
|
*
|
|
@@ -61,7 +61,7 @@ export interface TabMenuProps extends Omit<React.DetailedHTMLProps<React.HTMLAtt
|
|
|
61
61
|
*
|
|
62
62
|
* _TabMenu is a navigation/command component that displays items as tab headers._
|
|
63
63
|
*
|
|
64
|
-
* [Live Demo](https://www.
|
|
64
|
+
* [Live Demo](https://www.primereact.org/tabmenu/)
|
|
65
65
|
* --- ---
|
|
66
66
|
* 
|
|
67
67
|
*
|
package/tabview/tabview.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
*
|
|
3
3
|
* TabView is a container component to group content with tabs.
|
|
4
4
|
*
|
|
5
|
-
* [Live Demo](https://www.
|
|
5
|
+
* [Live Demo](https://www.primereact.org/tabview/)
|
|
6
6
|
*
|
|
7
7
|
* Helper Components:
|
|
8
8
|
*
|
|
@@ -15,7 +15,6 @@ import * as React from 'react';
|
|
|
15
15
|
|
|
16
16
|
/**
|
|
17
17
|
* Custom Tabpanel header template options
|
|
18
|
-
* @group Misc
|
|
19
18
|
*/
|
|
20
19
|
interface TabPanelHeaderTemplateOptions {
|
|
21
20
|
/**
|
|
@@ -230,7 +229,7 @@ export interface TabViewProps extends Omit<React.DetailedHTMLProps<React.HTMLAtt
|
|
|
230
229
|
*
|
|
231
230
|
* _TabView is a container component to group content with tabs._
|
|
232
231
|
*
|
|
233
|
-
* [Live Demo](https://www.
|
|
232
|
+
* [Live Demo](https://www.primereact.org/tabview/)
|
|
234
233
|
* --- ---
|
|
235
234
|
* 
|
|
236
235
|
*
|
package/tag/tag.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
*
|
|
3
3
|
* Tag component is used to categorize content.
|
|
4
4
|
*
|
|
5
|
-
* [Live Demo](https://www.
|
|
5
|
+
* [Live Demo](https://www.primereact.org/tag)
|
|
6
6
|
*
|
|
7
7
|
* @module tag
|
|
8
8
|
*
|
|
@@ -45,7 +45,7 @@ export interface TagProps extends Omit<React.DetailedHTMLProps<React.HTMLAttribu
|
|
|
45
45
|
*
|
|
46
46
|
* _Tag component is used to categorize content._
|
|
47
47
|
*
|
|
48
|
-
* [Live Demo](https://www.
|
|
48
|
+
* [Live Demo](https://www.primereact.org/tag/)
|
|
49
49
|
* --- ---
|
|
50
50
|
* 
|
|
51
51
|
*
|
package/terminal/terminal.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
*
|
|
3
3
|
* Terminal is a text based user interface.
|
|
4
4
|
*
|
|
5
|
-
* [Live Demo](https://www.
|
|
5
|
+
* [Live Demo](https://www.primereact.org/terminal)
|
|
6
6
|
*
|
|
7
7
|
* @module terminal
|
|
8
8
|
*
|
|
@@ -34,7 +34,7 @@ export interface TerminalProps extends Omit<React.DetailedHTMLProps<React.HTMLAt
|
|
|
34
34
|
*
|
|
35
35
|
* _Terminal is a text based user interface._
|
|
36
36
|
*
|
|
37
|
-
* [Live Demo](https://www.
|
|
37
|
+
* [Live Demo](https://www.primereact.org/terminal/)
|
|
38
38
|
* --- ---
|
|
39
39
|
* 
|
|
40
40
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
*
|
|
3
3
|
* Terminal is a text based user interface.
|
|
4
4
|
*
|
|
5
|
-
* [Live Demo](https://www.
|
|
5
|
+
* [Live Demo](https://www.primereact.org/terminal/)
|
|
6
6
|
*
|
|
7
7
|
* @module terminal
|
|
8
8
|
*
|
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
12
|
* Custom terminal service options.
|
|
13
|
-
* @group Misc
|
|
14
13
|
*/
|
|
15
14
|
export interface TerminalServiceOptions {
|
|
16
15
|
/**
|
|
@@ -38,7 +37,7 @@ export interface TerminalServiceOptions {
|
|
|
38
37
|
*
|
|
39
38
|
* _Terminal is a text based user interface._
|
|
40
39
|
*
|
|
41
|
-
* [Live Demo](https://www.
|
|
40
|
+
* [Live Demo](https://www.primereact.org/terminal/)
|
|
42
41
|
* --- ---
|
|
43
42
|
* 
|
|
44
43
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
*
|
|
3
3
|
* TieredMenu is an input component that provides real-time suggestions when being typed.
|
|
4
4
|
*
|
|
5
|
-
* [Live Demo](https://www.
|
|
5
|
+
* [Live Demo](https://www.primereact.org/tieredmenu/)
|
|
6
6
|
*
|
|
7
7
|
* @module tieredmenu
|
|
8
8
|
*
|
|
@@ -67,7 +67,7 @@ export interface TieredMenuProps extends Omit<React.DetailedHTMLProps<React.HTML
|
|
|
67
67
|
*
|
|
68
68
|
* _TieredMenu is an input component that provides real-time suggestions when being typed._
|
|
69
69
|
*
|
|
70
|
-
* [Live Demo](https://www.
|
|
70
|
+
* [Live Demo](https://www.primereact.org/tieredmenu/)
|
|
71
71
|
* --- ---
|
|
72
72
|
* 
|
|
73
73
|
*
|
package/timeline/timeline.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
*
|
|
3
3
|
* Timeline visualizes a series of chained events.
|
|
4
4
|
*
|
|
5
|
-
* [Live Demo](https://www.
|
|
5
|
+
* [Live Demo](https://www.primereact.org/timeline/)
|
|
6
6
|
*
|
|
7
7
|
* @module timeline
|
|
8
8
|
*
|
|
@@ -56,7 +56,7 @@ export interface TimelineProps extends Omit<React.DetailedHTMLProps<React.HTMLAt
|
|
|
56
56
|
*
|
|
57
57
|
* _Timeline visualizes a series of chained events._
|
|
58
58
|
*
|
|
59
|
-
* [Live Demo](https://www.
|
|
59
|
+
* [Live Demo](https://www.primereact.org/timeline/)
|
|
60
60
|
* --- ---
|
|
61
61
|
* 
|
|
62
62
|
*
|
package/toast/toast.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
*
|
|
3
3
|
* Toast is used to display messages in an overlay.
|
|
4
4
|
*
|
|
5
|
-
* [Live Demo](https://www.
|
|
5
|
+
* [Live Demo](https://www.primereact.org/toast/)
|
|
6
6
|
*
|
|
7
7
|
* @module toast
|
|
8
8
|
*
|
|
@@ -12,7 +12,6 @@ import { CSSTransitionProps } from '../csstransition';
|
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
14
|
* Message options for toast component
|
|
15
|
-
* @group Misc
|
|
16
15
|
*/
|
|
17
16
|
export interface ToastMessage {
|
|
18
17
|
/**
|
|
@@ -117,7 +116,7 @@ export interface ToastProps extends Omit<React.DetailedHTMLProps<React.HTMLAttri
|
|
|
117
116
|
*
|
|
118
117
|
* _Toast is used to display messages in an overlay._
|
|
119
118
|
*
|
|
120
|
-
* [Live Demo](https://www.
|
|
119
|
+
* [Live Demo](https://www.primereact.org/toast/)
|
|
121
120
|
* --- ---
|
|
122
121
|
* 
|
|
123
122
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
*
|
|
3
3
|
* ToggleButton is used to select a boolean value using a button.
|
|
4
4
|
*
|
|
5
|
-
* [Live Demo](https://www.
|
|
5
|
+
* [Live Demo](https://www.primereact.org/togglebutton/)
|
|
6
6
|
*
|
|
7
7
|
* @module togglebutton
|
|
8
8
|
*
|
|
@@ -13,7 +13,6 @@ import { IconType } from '../utils';
|
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
15
|
* Custom toggle button change target options
|
|
16
|
-
* @group Misc
|
|
17
16
|
*/
|
|
18
17
|
interface ToggleButtonChangeTargetOptions {
|
|
19
18
|
/**
|
|
@@ -126,7 +125,7 @@ export interface ToggleButtonProps extends Omit<React.DetailedHTMLProps<React.In
|
|
|
126
125
|
*
|
|
127
126
|
* _ToggleButton is used to select a boolean value using a button._
|
|
128
127
|
*
|
|
129
|
-
* [Live Demo](https://www.
|
|
128
|
+
* [Live Demo](https://www.primereact.org/togglebutton/)
|
|
130
129
|
* --- ---
|
|
131
130
|
* 
|
|
132
131
|
*
|
package/toolbar/toolbar.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
*
|
|
3
3
|
* Toolbar is a grouping component for buttons and other content.
|
|
4
4
|
*
|
|
5
|
-
* [Live Demo](https://www.
|
|
5
|
+
* [Live Demo](https://www.primereact.org/toolbar/)
|
|
6
6
|
*
|
|
7
7
|
* @module toolbar
|
|
8
8
|
*
|
|
@@ -48,7 +48,7 @@ export interface ToolbarProps extends Omit<React.DetailedHTMLProps<React.HTMLAtt
|
|
|
48
48
|
*
|
|
49
49
|
* _Toolbar is a grouping component for buttons and other content._
|
|
50
50
|
*
|
|
51
|
-
* [Live Demo](https://www.
|
|
51
|
+
* [Live Demo](https://www.primereact.org/toolbar/)
|
|
52
52
|
* --- ---
|
|
53
53
|
* 
|
|
54
54
|
*
|
package/tooltip/tooltip.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
*
|
|
3
3
|
* Tooltip functionality is integrated within various PrimeReact components.
|
|
4
4
|
*
|
|
5
|
-
* [Live Demo](https://www.
|
|
5
|
+
* [Live Demo](https://www.primereact.org/tooltip/)
|
|
6
6
|
*
|
|
7
7
|
* @module tooltip
|
|
8
8
|
*
|
|
@@ -40,7 +40,7 @@ export interface TooltipProps extends TooltipOptions {
|
|
|
40
40
|
*
|
|
41
41
|
* _Tooltip functionality is integrated within various PrimeReact components._
|
|
42
42
|
*
|
|
43
|
-
* [Live Demo](https://www.
|
|
43
|
+
* [Live Demo](https://www.primereact.org/tooltip/)
|
|
44
44
|
* --- ---
|
|
45
45
|
* 
|
|
46
46
|
*
|