primereact 10.9.1 → 10.9.3
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/api/api.cjs.js +2 -1
- package/api/api.cjs.min.js +1 -1
- package/api/api.d.ts +5 -1
- package/api/api.esm.js +2 -1
- package/api/api.esm.min.js +1 -1
- package/api/api.js +2 -1
- package/api/api.min.js +1 -1
- package/autocomplete/autocomplete.cjs.js +25 -4
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.d.ts +2 -2
- package/autocomplete/autocomplete.esm.js +25 -4
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +25 -4
- package/autocomplete/autocomplete.min.js +1 -1
- package/breadcrumb/breadcrumb.cjs.js +1 -1
- package/breadcrumb/breadcrumb.cjs.min.js +1 -1
- package/breadcrumb/breadcrumb.esm.js +1 -1
- package/breadcrumb/breadcrumb.esm.min.js +1 -1
- package/breadcrumb/breadcrumb.js +1 -1
- package/breadcrumb/breadcrumb.min.js +1 -1
- package/buttongroup/buttongroup.cjs.js +4 -1
- package/buttongroup/buttongroup.cjs.min.js +1 -1
- package/buttongroup/buttongroup.esm.js +4 -1
- package/buttongroup/buttongroup.esm.min.js +1 -1
- package/buttongroup/buttongroup.js +4 -1
- package/buttongroup/buttongroup.min.js +1 -1
- package/calendar/calendar.cjs.js +41 -21
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.d.ts +16 -62
- package/calendar/calendar.esm.js +41 -21
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +41 -21
- package/calendar/calendar.min.js +1 -1
- package/carousel/carousel.cjs.js +1 -1
- package/carousel/carousel.cjs.min.js +1 -1
- package/carousel/carousel.esm.js +1 -1
- package/carousel/carousel.esm.min.js +1 -1
- package/carousel/carousel.js +1 -1
- package/carousel/carousel.min.js +1 -1
- package/chip/chip.cjs.js +11 -2
- package/chip/chip.cjs.min.js +1 -1
- package/chip/chip.d.ts +13 -2
- package/chip/chip.esm.js +11 -2
- package/chip/chip.esm.min.js +1 -1
- package/chip/chip.js +11 -2
- package/chip/chip.min.js +1 -1
- package/componentbase/componentbase.cjs.js +15 -6
- package/componentbase/componentbase.cjs.min.js +1 -1
- package/componentbase/componentbase.esm.js +15 -6
- package/componentbase/componentbase.esm.min.js +1 -1
- package/componentbase/componentbase.js +15 -6
- package/componentbase/componentbase.min.js +1 -1
- package/confirmdialog/confirmdialog.cjs.js +4 -3
- package/confirmdialog/confirmdialog.cjs.min.js +1 -1
- package/confirmdialog/confirmdialog.esm.js +4 -3
- package/confirmdialog/confirmdialog.esm.min.js +1 -1
- package/confirmdialog/confirmdialog.js +4 -3
- package/confirmdialog/confirmdialog.min.js +1 -1
- package/contextmenu/contextmenu.cjs.js +0 -1
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.esm.js +0 -1
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +0 -1
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +167 -92
- package/core/core.min.js +10 -10
- package/datascroller/datascroller.cjs.js +2 -0
- package/datascroller/datascroller.cjs.min.js +1 -1
- package/datascroller/datascroller.esm.js +2 -0
- package/datascroller/datascroller.esm.min.js +1 -1
- package/datascroller/datascroller.js +2 -0
- package/datascroller/datascroller.min.js +1 -1
- package/datatable/datatable.cjs.js +85 -58
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.esm.js +85 -58
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +85 -58
- package/datatable/datatable.min.js +1 -1
- package/dataview/dataview.cjs.js +7 -3
- package/dataview/dataview.cjs.min.js +1 -1
- package/dataview/dataview.esm.js +7 -3
- package/dataview/dataview.esm.min.js +1 -1
- package/dataview/dataview.js +8 -4
- package/dataview/dataview.min.js +1 -1
- package/dialog/dialog.cjs.js +0 -1
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.esm.js +0 -1
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +0 -1
- package/dialog/dialog.min.js +1 -1
- package/divider/divider.cjs.js +2 -2
- package/divider/divider.cjs.min.js +1 -1
- package/divider/divider.esm.js +2 -2
- package/divider/divider.esm.min.js +1 -1
- package/divider/divider.js +2 -2
- package/divider/divider.min.js +1 -1
- package/dock/dock.cjs.js +0 -1
- package/dock/dock.cjs.min.js +1 -1
- package/dock/dock.esm.js +0 -1
- package/dock/dock.esm.min.js +1 -1
- package/dock/dock.js +0 -1
- package/dock/dock.min.js +1 -1
- package/dropdown/dropdown.cjs.js +36 -30
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.d.ts +5 -0
- package/dropdown/dropdown.esm.js +38 -32
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +36 -30
- package/dropdown/dropdown.min.js +1 -1
- package/fileupload/fileupload.cjs.js +2 -1
- package/fileupload/fileupload.cjs.min.js +1 -1
- package/fileupload/fileupload.d.ts +4 -0
- package/fileupload/fileupload.esm.js +2 -1
- package/fileupload/fileupload.esm.min.js +1 -1
- package/fileupload/fileupload.js +2 -1
- package/fileupload/fileupload.min.js +1 -1
- package/galleria/galleria.cjs.js +1 -1
- package/galleria/galleria.cjs.min.js +1 -1
- package/galleria/galleria.esm.js +1 -1
- package/galleria/galleria.esm.min.js +1 -1
- package/galleria/galleria.js +1 -1
- package/galleria/galleria.min.js +1 -1
- package/hooks/hooks.d.ts +3 -2
- package/inputmask/inputmask.cjs.js +4 -2
- package/inputmask/inputmask.cjs.min.js +1 -1
- package/inputmask/inputmask.esm.js +4 -2
- package/inputmask/inputmask.esm.min.js +1 -1
- package/inputmask/inputmask.js +4 -2
- package/inputmask/inputmask.min.js +1 -1
- package/inputnumber/inputnumber.cjs.js +7 -1
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.esm.js +7 -1
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +7 -1
- package/inputnumber/inputnumber.min.js +1 -1
- package/inputtext/inputtext.d.ts +1 -1
- package/inputtextarea/inputtextarea.cjs.js +1 -1
- package/inputtextarea/inputtextarea.cjs.min.js +1 -1
- package/inputtextarea/inputtextarea.esm.js +1 -1
- package/inputtextarea/inputtextarea.esm.min.js +1 -1
- package/inputtextarea/inputtextarea.js +1 -1
- package/inputtextarea/inputtextarea.min.js +1 -1
- package/megamenu/megamenu.cjs.js +5 -10
- package/megamenu/megamenu.cjs.min.js +1 -1
- package/megamenu/megamenu.esm.js +5 -10
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +5 -10
- package/megamenu/megamenu.min.js +1 -1
- package/mention/mention.cjs.js +1 -1
- package/mention/mention.cjs.min.js +1 -1
- package/mention/mention.esm.js +1 -1
- package/mention/mention.esm.min.js +1 -1
- package/mention/mention.js +1 -1
- package/mention/mention.min.js +1 -1
- package/menu/menu.cjs.js +6 -1
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.esm.js +6 -1
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +6 -1
- package/menu/menu.min.js +1 -1
- package/menubar/menubar.cjs.js +2 -3
- package/menubar/menubar.cjs.min.js +1 -1
- package/menubar/menubar.esm.js +2 -3
- package/menubar/menubar.esm.min.js +1 -1
- package/menubar/menubar.js +2 -3
- package/menubar/menubar.min.js +1 -1
- package/multiselect/multiselect.cjs.js +29 -29
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.d.ts +6 -1
- package/multiselect/multiselect.esm.js +30 -30
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +29 -29
- package/multiselect/multiselect.min.js +1 -1
- package/orderlist/orderlist.cjs.js +24 -23
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.esm.js +24 -23
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +24 -23
- package/orderlist/orderlist.min.js +1 -1
- package/package.json +1 -1
- package/paginator/paginator.cjs.js +3 -2
- package/paginator/paginator.cjs.min.js +1 -1
- package/paginator/paginator.esm.js +3 -2
- package/paginator/paginator.esm.min.js +1 -1
- package/paginator/paginator.js +3 -2
- package/paginator/paginator.min.js +1 -1
- package/panelmenu/panelmenu.cjs.js +1 -2
- package/panelmenu/panelmenu.cjs.min.js +1 -1
- package/panelmenu/panelmenu.esm.js +1 -2
- package/panelmenu/panelmenu.esm.min.js +1 -1
- package/panelmenu/panelmenu.js +1 -2
- package/panelmenu/panelmenu.min.js +1 -1
- package/passthrough/tailwind/index.cjs.js +1 -1
- package/passthrough/tailwind/index.cjs.min.js +1 -1
- package/passthrough/tailwind/index.esm.js +1 -1
- package/passthrough/tailwind/index.esm.min.js +1 -1
- package/passthrough/tailwind/index.js +1 -1
- package/passthrough/tailwind/index.min.js +1 -1
- package/picklist/picklist.cjs.js +22 -8
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.esm.js +22 -8
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +22 -8
- package/picklist/picklist.min.js +1 -1
- package/primereact.all.cjs.js +684 -489
- package/primereact.all.cjs.min.js +1 -1
- package/primereact.all.esm.js +684 -489
- package/primereact.all.esm.min.js +1 -1
- package/primereact.all.js +684 -489
- package/primereact.all.min.js +1 -1
- package/sidebar/sidebar.cjs.js +1 -1
- package/sidebar/sidebar.cjs.min.js +1 -1
- package/sidebar/sidebar.esm.js +1 -1
- package/sidebar/sidebar.esm.min.js +1 -1
- package/sidebar/sidebar.js +1 -1
- package/sidebar/sidebar.min.js +1 -1
- package/speeddial/speeddial.cjs.js +1 -1
- package/speeddial/speeddial.cjs.min.js +1 -1
- package/speeddial/speeddial.esm.js +1 -1
- package/speeddial/speeddial.esm.min.js +1 -1
- package/speeddial/speeddial.js +1 -1
- package/speeddial/speeddial.min.js +1 -1
- package/splitbutton/splitbutton.cjs.js +0 -1
- package/splitbutton/splitbutton.cjs.min.js +1 -1
- package/splitbutton/splitbutton.esm.js +0 -1
- package/splitbutton/splitbutton.esm.min.js +1 -1
- package/splitbutton/splitbutton.js +0 -1
- package/splitbutton/splitbutton.min.js +1 -1
- package/stepper/stepper.d.ts +27 -13
- package/tabview/tabview.cjs.js +1 -1
- package/tabview/tabview.cjs.min.js +1 -1
- package/tabview/tabview.esm.js +1 -1
- package/tabview/tabview.esm.min.js +1 -1
- package/tabview/tabview.js +1 -1
- package/tabview/tabview.min.js +1 -1
- package/tieredmenu/tieredmenu.cjs.js +0 -1
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.esm.js +0 -1
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +0 -1
- package/tieredmenu/tieredmenu.min.js +1 -1
- 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 +7 -1
- package/tooltip/tooltip.cjs.min.js +1 -1
- package/tooltip/tooltip.esm.js +7 -1
- package/tooltip/tooltip.esm.min.js +1 -1
- package/tooltip/tooltip.js +7 -1
- package/tooltip/tooltip.min.js +1 -1
- package/tree/tree.cjs.js +40 -38
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.d.ts +11 -1
- package/tree/tree.esm.js +41 -39
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +41 -39
- package/tree/tree.min.js +1 -1
- package/treeselect/treeselect.cjs.js +12 -13
- package/treeselect/treeselect.cjs.min.js +1 -1
- package/treeselect/treeselect.d.ts +6 -1
- package/treeselect/treeselect.esm.js +13 -14
- package/treeselect/treeselect.esm.min.js +1 -1
- package/treeselect/treeselect.js +12 -13
- package/treeselect/treeselect.min.js +1 -1
- package/treetable/treetable.cjs.js +264 -254
- package/treetable/treetable.cjs.min.js +1 -1
- package/treetable/treetable.esm.js +265 -255
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +265 -255
- package/treetable/treetable.min.js +1 -1
- package/utils/utils.cjs.js +53 -8
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.esm.js +53 -8
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +53 -8
- package/utils/utils.min.js +1 -1
- package/virtualscroller/virtualscroller.cjs.js +3 -3
- package/virtualscroller/virtualscroller.cjs.min.js +1 -1
- package/virtualscroller/virtualscroller.esm.js +3 -3
- package/virtualscroller/virtualscroller.esm.min.js +1 -1
- package/virtualscroller/virtualscroller.js +3 -3
- package/virtualscroller/virtualscroller.min.js +1 -1
- package/web-types.json +1001 -47
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": "react",
|
|
4
4
|
"name": "PrimeReact",
|
|
5
|
-
"version": "10.9.
|
|
5
|
+
"version": "10.9.3",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -498,10 +498,10 @@
|
|
|
498
498
|
{
|
|
499
499
|
"name": "selectedItemTemplate",
|
|
500
500
|
"default": "null",
|
|
501
|
-
"description": "Template of a selected item.",
|
|
501
|
+
"description": "Template of a selected item. In multiple mode, it is used to customize the chips using a ReactNode. In single mode, it is used to customize the text using a string.",
|
|
502
502
|
"value": {
|
|
503
503
|
"kind": "expression",
|
|
504
|
-
"type": "
|
|
504
|
+
"type": "ReactNode | Function"
|
|
505
505
|
}
|
|
506
506
|
},
|
|
507
507
|
{
|
|
@@ -1411,52 +1411,768 @@
|
|
|
1411
1411
|
"description": "Display loading icon of the button",
|
|
1412
1412
|
"value": {
|
|
1413
1413
|
"kind": "expression",
|
|
1414
|
-
"type": "boolean"
|
|
1414
|
+
"type": "boolean"
|
|
1415
|
+
}
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
"name": "loadingIcon",
|
|
1419
|
+
"default": "null",
|
|
1420
|
+
"description": "Name of the loading icon or JSX.Element for loading icon.",
|
|
1421
|
+
"value": {
|
|
1422
|
+
"kind": "expression",
|
|
1423
|
+
"type": "IconType<ButtonProps>"
|
|
1424
|
+
}
|
|
1425
|
+
},
|
|
1426
|
+
{
|
|
1427
|
+
"name": "plain",
|
|
1428
|
+
"default": "false",
|
|
1429
|
+
"description": "Add a plain textual class to the button without a background initially.",
|
|
1430
|
+
"value": {
|
|
1431
|
+
"kind": "expression",
|
|
1432
|
+
"type": "boolean"
|
|
1433
|
+
}
|
|
1434
|
+
},
|
|
1435
|
+
{
|
|
1436
|
+
"name": "tooltip",
|
|
1437
|
+
"default": "null",
|
|
1438
|
+
"description": "Content of the tooltip.",
|
|
1439
|
+
"value": {
|
|
1440
|
+
"kind": "expression",
|
|
1441
|
+
"type": "string"
|
|
1442
|
+
}
|
|
1443
|
+
},
|
|
1444
|
+
{
|
|
1445
|
+
"name": "tooltipOptions",
|
|
1446
|
+
"default": "null",
|
|
1447
|
+
"description": "Configuration of the tooltip, refer to the tooltip documentation for more information.",
|
|
1448
|
+
"value": {
|
|
1449
|
+
"kind": "expression",
|
|
1450
|
+
"type": "TooltipOptions"
|
|
1451
|
+
}
|
|
1452
|
+
},
|
|
1453
|
+
{
|
|
1454
|
+
"name": "visible",
|
|
1455
|
+
"default": "true",
|
|
1456
|
+
"description": "When present, it specifies that the element should be visible.",
|
|
1457
|
+
"value": {
|
|
1458
|
+
"kind": "expression",
|
|
1459
|
+
"type": "boolean"
|
|
1460
|
+
}
|
|
1461
|
+
},
|
|
1462
|
+
{
|
|
1463
|
+
"name": "pt",
|
|
1464
|
+
"default": "null",
|
|
1465
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
1466
|
+
"value": {
|
|
1467
|
+
"kind": "expression",
|
|
1468
|
+
"type": "ButtonPassThroughOptions"
|
|
1469
|
+
}
|
|
1470
|
+
},
|
|
1471
|
+
{
|
|
1472
|
+
"name": "ptOptions",
|
|
1473
|
+
"default": "null",
|
|
1474
|
+
"description": "Used to configure passthrough(pt) options of the component.",
|
|
1475
|
+
"value": {
|
|
1476
|
+
"kind": "expression",
|
|
1477
|
+
"type": "PassThroughOptions"
|
|
1478
|
+
}
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
"name": "unstyled",
|
|
1482
|
+
"default": "false",
|
|
1483
|
+
"description": "When enabled, it removes component related styles in the core.",
|
|
1484
|
+
"value": {
|
|
1485
|
+
"kind": "expression",
|
|
1486
|
+
"type": "boolean"
|
|
1487
|
+
}
|
|
1488
|
+
}
|
|
1489
|
+
],
|
|
1490
|
+
"events": []
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
"name": "Buttongroup",
|
|
1494
|
+
"source": {
|
|
1495
|
+
"module": "PrimeReact",
|
|
1496
|
+
"symbol": "Buttongroup"
|
|
1497
|
+
},
|
|
1498
|
+
"description": "A set of Buttons can be displayed together using the ButtonGroup component.\n\n[Live Demo](https://www.primereact.org/button/)",
|
|
1499
|
+
"doc-url": "https://www.primereact.org/button/",
|
|
1500
|
+
"attributes": [],
|
|
1501
|
+
"events": []
|
|
1502
|
+
},
|
|
1503
|
+
{
|
|
1504
|
+
"name": "Calendar",
|
|
1505
|
+
"source": {
|
|
1506
|
+
"module": "PrimeReact",
|
|
1507
|
+
"symbol": "Calendar"
|
|
1508
|
+
},
|
|
1509
|
+
"description": "Calendar also known as DatePicker, is a form component to work with dates.\n\n[Live Demo](https://www.primereact.org/calendar/)",
|
|
1510
|
+
"doc-url": "https://www.primereact.org/calendar/",
|
|
1511
|
+
"attributes": [
|
|
1512
|
+
{
|
|
1513
|
+
"name": "id",
|
|
1514
|
+
"default": "null",
|
|
1515
|
+
"description": "Unique identifier of the element.",
|
|
1516
|
+
"value": {
|
|
1517
|
+
"kind": "expression",
|
|
1518
|
+
"type": "string"
|
|
1519
|
+
}
|
|
1520
|
+
},
|
|
1521
|
+
{
|
|
1522
|
+
"name": "appendTo",
|
|
1523
|
+
"default": "document.body",
|
|
1524
|
+
"description": "DOM element instance where the overlay panel should be mounted. Valid values are any DOM Element and \"self\". The \"self\" value is used to render a component where it is located.",
|
|
1525
|
+
"value": {
|
|
1526
|
+
"kind": "expression",
|
|
1527
|
+
"type": "null | HTMLElement | \"self\" | Function"
|
|
1528
|
+
}
|
|
1529
|
+
},
|
|
1530
|
+
{
|
|
1531
|
+
"name": "autoFocus",
|
|
1532
|
+
"default": "false",
|
|
1533
|
+
"description": "When present, it specifies that the component should automatically get focus on load.",
|
|
1534
|
+
"value": {
|
|
1535
|
+
"kind": "expression",
|
|
1536
|
+
"type": "boolean"
|
|
1537
|
+
}
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
"name": "ariaLabelledBy",
|
|
1541
|
+
"default": "null",
|
|
1542
|
+
"description": "Establishes relationships between the component and label(s) where its value should be one or more element IDs.",
|
|
1543
|
+
"value": {
|
|
1544
|
+
"kind": "expression",
|
|
1545
|
+
"type": "string"
|
|
1546
|
+
}
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
"name": "ariaLabel",
|
|
1550
|
+
"default": "null",
|
|
1551
|
+
"description": "ARIA label for screenreader support.",
|
|
1552
|
+
"value": {
|
|
1553
|
+
"kind": "expression",
|
|
1554
|
+
"type": "string"
|
|
1555
|
+
}
|
|
1556
|
+
},
|
|
1557
|
+
{
|
|
1558
|
+
"name": "autoZIndex",
|
|
1559
|
+
"default": "true",
|
|
1560
|
+
"description": "Whether to automatically manage layering.",
|
|
1561
|
+
"value": {
|
|
1562
|
+
"kind": "expression",
|
|
1563
|
+
"type": "boolean"
|
|
1564
|
+
}
|
|
1565
|
+
},
|
|
1566
|
+
{
|
|
1567
|
+
"name": "baseZIndex",
|
|
1568
|
+
"default": "0",
|
|
1569
|
+
"description": "Base zIndex value to use in layering.",
|
|
1570
|
+
"value": {
|
|
1571
|
+
"kind": "expression",
|
|
1572
|
+
"type": "number"
|
|
1573
|
+
}
|
|
1574
|
+
},
|
|
1575
|
+
{
|
|
1576
|
+
"name": "className",
|
|
1577
|
+
"default": "null",
|
|
1578
|
+
"description": "Style class of the element.",
|
|
1579
|
+
"value": {
|
|
1580
|
+
"kind": "expression",
|
|
1581
|
+
"type": "string"
|
|
1582
|
+
}
|
|
1583
|
+
},
|
|
1584
|
+
{
|
|
1585
|
+
"name": "clearButtonClassName",
|
|
1586
|
+
"default": "p-secondary-button",
|
|
1587
|
+
"description": "Style class of the clear button.",
|
|
1588
|
+
"value": {
|
|
1589
|
+
"kind": "expression",
|
|
1590
|
+
"type": "string"
|
|
1591
|
+
}
|
|
1592
|
+
},
|
|
1593
|
+
{
|
|
1594
|
+
"name": "dateFormat",
|
|
1595
|
+
"default": "mm/dd/yy",
|
|
1596
|
+
"description": "Format of the date.",
|
|
1597
|
+
"value": {
|
|
1598
|
+
"kind": "expression",
|
|
1599
|
+
"type": "string"
|
|
1600
|
+
}
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
"name": "decrementIcon",
|
|
1604
|
+
"default": "null",
|
|
1605
|
+
"description": "Icon to show in each of the decrement buttons.",
|
|
1606
|
+
"value": {
|
|
1607
|
+
"kind": "expression",
|
|
1608
|
+
"type": "IconType<CalendarProps<\"single\", Date>>"
|
|
1609
|
+
}
|
|
1610
|
+
},
|
|
1611
|
+
{
|
|
1612
|
+
"name": "invalid",
|
|
1613
|
+
"default": "false",
|
|
1614
|
+
"description": "When present, it specifies that the component should have invalid state style.",
|
|
1615
|
+
"value": {
|
|
1616
|
+
"kind": "expression",
|
|
1617
|
+
"type": "boolean"
|
|
1618
|
+
}
|
|
1619
|
+
},
|
|
1620
|
+
{
|
|
1621
|
+
"name": "disabled",
|
|
1622
|
+
"default": "false",
|
|
1623
|
+
"description": "When specified, disables the component.",
|
|
1624
|
+
"value": {
|
|
1625
|
+
"kind": "expression",
|
|
1626
|
+
"type": "boolean"
|
|
1627
|
+
}
|
|
1628
|
+
},
|
|
1629
|
+
{
|
|
1630
|
+
"name": "variant",
|
|
1631
|
+
"default": "outlined",
|
|
1632
|
+
"description": "Specifies the input variant of the component.",
|
|
1633
|
+
"value": {
|
|
1634
|
+
"kind": "expression",
|
|
1635
|
+
"type": "\"filled\" | \"outlined\""
|
|
1636
|
+
}
|
|
1637
|
+
},
|
|
1638
|
+
{
|
|
1639
|
+
"name": "disabledDates",
|
|
1640
|
+
"default": "null",
|
|
1641
|
+
"description": "Array with dates to disable.",
|
|
1642
|
+
"value": {
|
|
1643
|
+
"kind": "expression",
|
|
1644
|
+
"type": "Date[]"
|
|
1645
|
+
}
|
|
1646
|
+
},
|
|
1647
|
+
{
|
|
1648
|
+
"name": "disabledDays",
|
|
1649
|
+
"default": "null",
|
|
1650
|
+
"description": "Array with disabled weekday numbers.",
|
|
1651
|
+
"value": {
|
|
1652
|
+
"kind": "expression",
|
|
1653
|
+
"type": "number[]"
|
|
1654
|
+
}
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
"name": "enabledDates",
|
|
1658
|
+
"default": "null",
|
|
1659
|
+
"description": "Array with dates to enable (all other dates will be disabled).",
|
|
1660
|
+
"value": {
|
|
1661
|
+
"kind": "expression",
|
|
1662
|
+
"type": "Date[]"
|
|
1663
|
+
}
|
|
1664
|
+
},
|
|
1665
|
+
{
|
|
1666
|
+
"name": "hideOnDateTimeSelect",
|
|
1667
|
+
"default": "false",
|
|
1668
|
+
"description": "Whether to hide the overlay on date selection when showTime is enabled.",
|
|
1669
|
+
"value": {
|
|
1670
|
+
"kind": "expression",
|
|
1671
|
+
"type": "boolean"
|
|
1672
|
+
}
|
|
1673
|
+
},
|
|
1674
|
+
{
|
|
1675
|
+
"name": "hideOnRangeSelection",
|
|
1676
|
+
"default": "null",
|
|
1677
|
+
"description": "Whether to hide the overlay on date selection is completed when selectionMode is range.",
|
|
1678
|
+
"value": {
|
|
1679
|
+
"kind": "expression",
|
|
1680
|
+
"type": "boolean"
|
|
1681
|
+
}
|
|
1682
|
+
},
|
|
1683
|
+
{
|
|
1684
|
+
"name": "hourFormat",
|
|
1685
|
+
"default": "24",
|
|
1686
|
+
"description": "Specifies 12 or 24 hour format.",
|
|
1687
|
+
"value": {
|
|
1688
|
+
"kind": "expression",
|
|
1689
|
+
"type": "\"12\" | \"24\""
|
|
1690
|
+
}
|
|
1691
|
+
},
|
|
1692
|
+
{
|
|
1693
|
+
"name": "icon",
|
|
1694
|
+
"default": "null",
|
|
1695
|
+
"description": "Icon of the calendar button.",
|
|
1696
|
+
"value": {
|
|
1697
|
+
"kind": "expression",
|
|
1698
|
+
"type": "IconType<CalendarProps<\"single\", Date>>"
|
|
1699
|
+
}
|
|
1700
|
+
},
|
|
1701
|
+
{
|
|
1702
|
+
"name": "iconPos",
|
|
1703
|
+
"default": "right",
|
|
1704
|
+
"description": "Icon position of the calendar button.",
|
|
1705
|
+
"value": {
|
|
1706
|
+
"kind": "expression",
|
|
1707
|
+
"type": "\"left\" | \"right\""
|
|
1708
|
+
}
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
"name": "incrementIcon",
|
|
1712
|
+
"default": "null",
|
|
1713
|
+
"description": "Icon to show in each of the increment buttons.",
|
|
1714
|
+
"value": {
|
|
1715
|
+
"kind": "expression",
|
|
1716
|
+
"type": "IconType<CalendarProps<\"single\", Date>>"
|
|
1717
|
+
}
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
"name": "inline",
|
|
1721
|
+
"default": "false",
|
|
1722
|
+
"description": "When enabled, displays the calendar as inline instead of an overlay.",
|
|
1723
|
+
"value": {
|
|
1724
|
+
"kind": "expression",
|
|
1725
|
+
"type": "boolean"
|
|
1726
|
+
}
|
|
1727
|
+
},
|
|
1728
|
+
{
|
|
1729
|
+
"name": "inputClassName",
|
|
1730
|
+
"default": "null",
|
|
1731
|
+
"description": "Style class of the input element.",
|
|
1732
|
+
"value": {
|
|
1733
|
+
"kind": "expression",
|
|
1734
|
+
"type": "string"
|
|
1735
|
+
}
|
|
1736
|
+
},
|
|
1737
|
+
{
|
|
1738
|
+
"name": "inputId",
|
|
1739
|
+
"default": "null",
|
|
1740
|
+
"description": "Identifier of the input element.",
|
|
1741
|
+
"value": {
|
|
1742
|
+
"kind": "expression",
|
|
1743
|
+
"type": "string"
|
|
1744
|
+
}
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
"name": "inputRef",
|
|
1748
|
+
"default": "null",
|
|
1749
|
+
"description": "Reference of the input element.",
|
|
1750
|
+
"value": {
|
|
1751
|
+
"kind": "expression",
|
|
1752
|
+
"type": "Ref<HTMLInputElement>"
|
|
1753
|
+
}
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
"name": "inputStyle",
|
|
1757
|
+
"default": "null",
|
|
1758
|
+
"description": "Inline style of the input field.",
|
|
1759
|
+
"value": {
|
|
1760
|
+
"kind": "expression",
|
|
1761
|
+
"type": "CSSProperties"
|
|
1762
|
+
}
|
|
1763
|
+
},
|
|
1764
|
+
{
|
|
1765
|
+
"name": "keepInvalid",
|
|
1766
|
+
"default": "false",
|
|
1767
|
+
"description": "Keep invalid value when input blur.",
|
|
1768
|
+
"value": {
|
|
1769
|
+
"kind": "expression",
|
|
1770
|
+
"type": "boolean"
|
|
1771
|
+
}
|
|
1772
|
+
},
|
|
1773
|
+
{
|
|
1774
|
+
"name": "locale",
|
|
1775
|
+
"default": "en",
|
|
1776
|
+
"description": "Used to display the values of the locale object defined in the Locale API.",
|
|
1777
|
+
"value": {
|
|
1778
|
+
"kind": "expression",
|
|
1779
|
+
"type": "string"
|
|
1780
|
+
}
|
|
1781
|
+
},
|
|
1782
|
+
{
|
|
1783
|
+
"name": "mask",
|
|
1784
|
+
"default": "null",
|
|
1785
|
+
"description": "Mask pattern for input element.",
|
|
1786
|
+
"value": {
|
|
1787
|
+
"kind": "expression",
|
|
1788
|
+
"type": "string"
|
|
1789
|
+
}
|
|
1790
|
+
},
|
|
1791
|
+
{
|
|
1792
|
+
"name": "maskSlotChar",
|
|
1793
|
+
"default": "_",
|
|
1794
|
+
"description": "Placeholder character in mask.",
|
|
1795
|
+
"value": {
|
|
1796
|
+
"kind": "expression",
|
|
1797
|
+
"type": "string"
|
|
1798
|
+
}
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
"name": "maxDate",
|
|
1802
|
+
"default": "null",
|
|
1803
|
+
"description": "The maximum selectable date.",
|
|
1804
|
+
"value": {
|
|
1805
|
+
"kind": "expression",
|
|
1806
|
+
"type": "Date"
|
|
1807
|
+
}
|
|
1808
|
+
},
|
|
1809
|
+
{
|
|
1810
|
+
"name": "maxDateCount",
|
|
1811
|
+
"default": "null",
|
|
1812
|
+
"description": "Maximum number of selectable dates in multiple mode.",
|
|
1813
|
+
"value": {
|
|
1814
|
+
"kind": "expression",
|
|
1815
|
+
"type": "number"
|
|
1816
|
+
}
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
"name": "minDate",
|
|
1820
|
+
"default": "null",
|
|
1821
|
+
"description": "The minimum selectable date.",
|
|
1822
|
+
"value": {
|
|
1823
|
+
"kind": "expression",
|
|
1824
|
+
"type": "Date"
|
|
1825
|
+
}
|
|
1826
|
+
},
|
|
1827
|
+
{
|
|
1828
|
+
"name": "monthNavigator",
|
|
1829
|
+
"default": "false",
|
|
1830
|
+
"description": "Whether the month should be rendered as a dropdown instead of text.",
|
|
1831
|
+
"value": {
|
|
1832
|
+
"kind": "expression",
|
|
1833
|
+
"type": "boolean"
|
|
1834
|
+
}
|
|
1835
|
+
},
|
|
1836
|
+
{
|
|
1837
|
+
"name": "name",
|
|
1838
|
+
"default": "null",
|
|
1839
|
+
"description": "Name of the input element.",
|
|
1840
|
+
"value": {
|
|
1841
|
+
"kind": "expression",
|
|
1842
|
+
"type": "string"
|
|
1843
|
+
}
|
|
1844
|
+
},
|
|
1845
|
+
{
|
|
1846
|
+
"name": "nextIcon",
|
|
1847
|
+
"default": "null",
|
|
1848
|
+
"description": "Icon to show in the next button.",
|
|
1849
|
+
"value": {
|
|
1850
|
+
"kind": "expression",
|
|
1851
|
+
"type": "IconType<CalendarProps<\"single\", Date>>"
|
|
1852
|
+
}
|
|
1853
|
+
},
|
|
1854
|
+
{
|
|
1855
|
+
"name": "numberOfMonths",
|
|
1856
|
+
"default": "1",
|
|
1857
|
+
"description": "Number of months to display.",
|
|
1858
|
+
"value": {
|
|
1859
|
+
"kind": "expression",
|
|
1860
|
+
"type": "number"
|
|
1861
|
+
}
|
|
1862
|
+
},
|
|
1863
|
+
{
|
|
1864
|
+
"name": "panelClassName",
|
|
1865
|
+
"default": "null",
|
|
1866
|
+
"description": "Style class of the datetimepicker panel.",
|
|
1867
|
+
"value": {
|
|
1868
|
+
"kind": "expression",
|
|
1869
|
+
"type": "string"
|
|
1870
|
+
}
|
|
1871
|
+
},
|
|
1872
|
+
{
|
|
1873
|
+
"name": "panelStyle",
|
|
1874
|
+
"default": "null",
|
|
1875
|
+
"description": "Inline style of the datetimepicker panel.",
|
|
1876
|
+
"value": {
|
|
1877
|
+
"kind": "expression",
|
|
1878
|
+
"type": "CSSProperties"
|
|
1879
|
+
}
|
|
1880
|
+
},
|
|
1881
|
+
{
|
|
1882
|
+
"name": "placeholder",
|
|
1883
|
+
"default": "null",
|
|
1884
|
+
"description": "Placeholder text for the input.",
|
|
1885
|
+
"value": {
|
|
1886
|
+
"kind": "expression",
|
|
1887
|
+
"type": "string"
|
|
1888
|
+
}
|
|
1889
|
+
},
|
|
1890
|
+
{
|
|
1891
|
+
"name": "prevIcon",
|
|
1892
|
+
"default": "null",
|
|
1893
|
+
"description": "Icon to show in the previous button.",
|
|
1894
|
+
"value": {
|
|
1895
|
+
"kind": "expression",
|
|
1896
|
+
"type": "IconType<CalendarProps<\"single\", Date>>"
|
|
1897
|
+
}
|
|
1898
|
+
},
|
|
1899
|
+
{
|
|
1900
|
+
"name": "readOnlyInput",
|
|
1901
|
+
"default": "false",
|
|
1902
|
+
"description": "When specified, prevents entering the date manually with keyboard.",
|
|
1903
|
+
"value": {
|
|
1904
|
+
"kind": "expression",
|
|
1905
|
+
"type": "boolean"
|
|
1906
|
+
}
|
|
1907
|
+
},
|
|
1908
|
+
{
|
|
1909
|
+
"name": "required",
|
|
1910
|
+
"default": "false",
|
|
1911
|
+
"description": "When present, it specifies that an input field must be filled out before submitting the form.",
|
|
1912
|
+
"value": {
|
|
1913
|
+
"kind": "expression",
|
|
1914
|
+
"type": "boolean"
|
|
1915
|
+
}
|
|
1916
|
+
},
|
|
1917
|
+
{
|
|
1918
|
+
"name": "selectOtherMonths",
|
|
1919
|
+
"default": "false",
|
|
1920
|
+
"description": "Whether days in other months shown before or after the current month are selectable. This only applies if the showOtherMonths option is set to true.",
|
|
1921
|
+
"value": {
|
|
1922
|
+
"kind": "expression",
|
|
1923
|
+
"type": "boolean"
|
|
1924
|
+
}
|
|
1925
|
+
},
|
|
1926
|
+
{
|
|
1927
|
+
"name": "shortYearCutoff",
|
|
1928
|
+
"default": "+10",
|
|
1929
|
+
"description": "The cutoff year for determining the century for a date.",
|
|
1930
|
+
"value": {
|
|
1931
|
+
"kind": "expression",
|
|
1932
|
+
"type": "string"
|
|
1933
|
+
}
|
|
1934
|
+
},
|
|
1935
|
+
{
|
|
1936
|
+
"name": "showButtonBar",
|
|
1937
|
+
"default": "false",
|
|
1938
|
+
"description": "Whether to display today and clear buttons at the footer",
|
|
1939
|
+
"value": {
|
|
1940
|
+
"kind": "expression",
|
|
1941
|
+
"type": "boolean"
|
|
1942
|
+
}
|
|
1943
|
+
},
|
|
1944
|
+
{
|
|
1945
|
+
"name": "showIcon",
|
|
1946
|
+
"default": "false",
|
|
1947
|
+
"description": "When enabled, displays a button with icon next to input.",
|
|
1948
|
+
"value": {
|
|
1949
|
+
"kind": "expression",
|
|
1950
|
+
"type": "boolean"
|
|
1951
|
+
}
|
|
1952
|
+
},
|
|
1953
|
+
{
|
|
1954
|
+
"name": "showMillisec",
|
|
1955
|
+
"default": "false",
|
|
1956
|
+
"description": "Whether to show the milliseconds in time picker.",
|
|
1957
|
+
"value": {
|
|
1958
|
+
"kind": "expression",
|
|
1959
|
+
"type": "boolean"
|
|
1960
|
+
}
|
|
1961
|
+
},
|
|
1962
|
+
{
|
|
1963
|
+
"name": "showMinMaxRange",
|
|
1964
|
+
"default": "false",
|
|
1965
|
+
"description": "Controls whether navigation beyond minimum and maximum dates is restricted. When true, navigation is limited to the min/max date range.",
|
|
1966
|
+
"value": {
|
|
1967
|
+
"kind": "expression",
|
|
1968
|
+
"type": "boolean"
|
|
1969
|
+
}
|
|
1970
|
+
},
|
|
1971
|
+
{
|
|
1972
|
+
"name": "showOnFocus",
|
|
1973
|
+
"default": "true",
|
|
1974
|
+
"description": "When disabled, datepicker will not be visible with input focus.",
|
|
1975
|
+
"value": {
|
|
1976
|
+
"kind": "expression",
|
|
1977
|
+
"type": "boolean"
|
|
1978
|
+
}
|
|
1979
|
+
},
|
|
1980
|
+
{
|
|
1981
|
+
"name": "showOtherMonths",
|
|
1982
|
+
"default": "true",
|
|
1983
|
+
"description": "Whether to display dates in other months (non-selectable) at the start or end of the current month. To make these days selectable use the selectOtherMonths option.",
|
|
1984
|
+
"value": {
|
|
1985
|
+
"kind": "expression",
|
|
1986
|
+
"type": "boolean"
|
|
1987
|
+
}
|
|
1988
|
+
},
|
|
1989
|
+
{
|
|
1990
|
+
"name": "showSeconds",
|
|
1991
|
+
"default": "false",
|
|
1992
|
+
"description": "Whether to show the seconds in time picker.",
|
|
1993
|
+
"value": {
|
|
1994
|
+
"kind": "expression",
|
|
1995
|
+
"type": "boolean"
|
|
1996
|
+
}
|
|
1997
|
+
},
|
|
1998
|
+
{
|
|
1999
|
+
"name": "showTime",
|
|
2000
|
+
"default": "false",
|
|
2001
|
+
"description": "Whether to display timepicker.",
|
|
2002
|
+
"value": {
|
|
2003
|
+
"kind": "expression",
|
|
2004
|
+
"type": "boolean"
|
|
2005
|
+
}
|
|
2006
|
+
},
|
|
2007
|
+
{
|
|
2008
|
+
"name": "showWeek",
|
|
2009
|
+
"default": "false",
|
|
2010
|
+
"description": "When enabled, calendar will show week numbers.",
|
|
2011
|
+
"value": {
|
|
2012
|
+
"kind": "expression",
|
|
2013
|
+
"type": "boolean"
|
|
2014
|
+
}
|
|
2015
|
+
},
|
|
2016
|
+
{
|
|
2017
|
+
"name": "stepHour",
|
|
2018
|
+
"default": "1",
|
|
2019
|
+
"description": "Hours to change per step.",
|
|
2020
|
+
"value": {
|
|
2021
|
+
"kind": "expression",
|
|
2022
|
+
"type": "number"
|
|
2023
|
+
}
|
|
2024
|
+
},
|
|
2025
|
+
{
|
|
2026
|
+
"name": "stepMillisec",
|
|
2027
|
+
"default": "1",
|
|
2028
|
+
"description": "Milliseconds to change per step.",
|
|
2029
|
+
"value": {
|
|
2030
|
+
"kind": "expression",
|
|
2031
|
+
"type": "number"
|
|
2032
|
+
}
|
|
2033
|
+
},
|
|
2034
|
+
{
|
|
2035
|
+
"name": "stepMinute",
|
|
2036
|
+
"default": "1",
|
|
2037
|
+
"description": "Minutes to change per step.",
|
|
2038
|
+
"value": {
|
|
2039
|
+
"kind": "expression",
|
|
2040
|
+
"type": "number"
|
|
2041
|
+
}
|
|
2042
|
+
},
|
|
2043
|
+
{
|
|
2044
|
+
"name": "stepSecond",
|
|
2045
|
+
"default": "1",
|
|
2046
|
+
"description": "Seconds to change per step.",
|
|
2047
|
+
"value": {
|
|
2048
|
+
"kind": "expression",
|
|
2049
|
+
"type": "number"
|
|
2050
|
+
}
|
|
2051
|
+
},
|
|
2052
|
+
{
|
|
2053
|
+
"name": "style",
|
|
2054
|
+
"default": "null",
|
|
2055
|
+
"description": "Inline style of the element.",
|
|
2056
|
+
"value": {
|
|
2057
|
+
"kind": "expression",
|
|
2058
|
+
"type": "CSSProperties"
|
|
2059
|
+
}
|
|
2060
|
+
},
|
|
2061
|
+
{
|
|
2062
|
+
"name": "tabIndex",
|
|
2063
|
+
"default": "null",
|
|
2064
|
+
"description": "Index of the element in tabbing order.",
|
|
2065
|
+
"value": {
|
|
2066
|
+
"kind": "expression",
|
|
2067
|
+
"type": "number"
|
|
2068
|
+
}
|
|
2069
|
+
},
|
|
2070
|
+
{
|
|
2071
|
+
"name": "timeOnly",
|
|
2072
|
+
"default": "false",
|
|
2073
|
+
"description": "Whether to display timepicker only.",
|
|
2074
|
+
"value": {
|
|
2075
|
+
"kind": "expression",
|
|
2076
|
+
"type": "boolean"
|
|
2077
|
+
}
|
|
2078
|
+
},
|
|
2079
|
+
{
|
|
2080
|
+
"name": "todayButtonClassName",
|
|
2081
|
+
"default": "p-secondary-button",
|
|
2082
|
+
"description": "Style class of the today button.",
|
|
2083
|
+
"value": {
|
|
2084
|
+
"kind": "expression",
|
|
2085
|
+
"type": "string"
|
|
2086
|
+
}
|
|
2087
|
+
},
|
|
2088
|
+
{
|
|
2089
|
+
"name": "tooltip",
|
|
2090
|
+
"default": "null",
|
|
2091
|
+
"description": "Content of the tooltip.",
|
|
2092
|
+
"value": {
|
|
2093
|
+
"kind": "expression",
|
|
2094
|
+
"type": "string"
|
|
2095
|
+
}
|
|
2096
|
+
},
|
|
2097
|
+
{
|
|
2098
|
+
"name": "tooltipOptions",
|
|
2099
|
+
"default": "null",
|
|
2100
|
+
"description": "Configuration of the tooltip, refer to the tooltip documentation for more information.",
|
|
2101
|
+
"value": {
|
|
2102
|
+
"kind": "expression",
|
|
2103
|
+
"type": "TooltipOptions"
|
|
2104
|
+
}
|
|
2105
|
+
},
|
|
2106
|
+
{
|
|
2107
|
+
"name": "touchUI",
|
|
2108
|
+
"default": "false",
|
|
2109
|
+
"description": "When enabled, calendar overlay is displayed as optimized for touch devices.",
|
|
2110
|
+
"value": {
|
|
2111
|
+
"kind": "expression",
|
|
2112
|
+
"type": "boolean"
|
|
2113
|
+
}
|
|
2114
|
+
},
|
|
2115
|
+
{
|
|
2116
|
+
"name": "transitionOptions",
|
|
2117
|
+
"default": "null",
|
|
2118
|
+
"description": "The properties of CSSTransition can be customized, except for \"nodeRef\" and \"in\" properties.",
|
|
2119
|
+
"value": {
|
|
2120
|
+
"kind": "expression",
|
|
2121
|
+
"type": "CSSTransitionProps"
|
|
2122
|
+
}
|
|
2123
|
+
},
|
|
2124
|
+
{
|
|
2125
|
+
"name": "view",
|
|
2126
|
+
"default": "date",
|
|
2127
|
+
"description": "Type of view to display.",
|
|
2128
|
+
"value": {
|
|
2129
|
+
"kind": "expression",
|
|
2130
|
+
"type": "\"month\" | \"year\" | \"date\""
|
|
1415
2131
|
}
|
|
1416
2132
|
},
|
|
1417
2133
|
{
|
|
1418
|
-
"name": "
|
|
2134
|
+
"name": "viewDate",
|
|
1419
2135
|
"default": "null",
|
|
1420
|
-
"description": "
|
|
2136
|
+
"description": "Date instance whose month and year are used to display the calendar.",
|
|
1421
2137
|
"value": {
|
|
1422
2138
|
"kind": "expression",
|
|
1423
|
-
"type": "
|
|
2139
|
+
"type": "Nullable<Date>"
|
|
1424
2140
|
}
|
|
1425
2141
|
},
|
|
1426
2142
|
{
|
|
1427
|
-
"name": "
|
|
2143
|
+
"name": "visible",
|
|
1428
2144
|
"default": "false",
|
|
1429
|
-
"description": "
|
|
2145
|
+
"description": "Specifies the visibility of the overlay.",
|
|
1430
2146
|
"value": {
|
|
1431
2147
|
"kind": "expression",
|
|
1432
2148
|
"type": "boolean"
|
|
1433
2149
|
}
|
|
1434
2150
|
},
|
|
1435
2151
|
{
|
|
1436
|
-
"name": "
|
|
1437
|
-
"default": "
|
|
1438
|
-
"description": "
|
|
2152
|
+
"name": "yearNavigator",
|
|
2153
|
+
"default": "false",
|
|
2154
|
+
"description": "Whether the year should be rendered as a dropdown instead of text.",
|
|
1439
2155
|
"value": {
|
|
1440
2156
|
"kind": "expression",
|
|
1441
|
-
"type": "
|
|
2157
|
+
"type": "boolean"
|
|
1442
2158
|
}
|
|
1443
2159
|
},
|
|
1444
2160
|
{
|
|
1445
|
-
"name": "
|
|
2161
|
+
"name": "yearRange",
|
|
1446
2162
|
"default": "null",
|
|
1447
|
-
"description": "
|
|
2163
|
+
"description": "The range of years displayed in the year drop-down in (nnnn:nnnn) format such as (2000:2020).",
|
|
1448
2164
|
"value": {
|
|
1449
2165
|
"kind": "expression",
|
|
1450
|
-
"type": "
|
|
2166
|
+
"type": "string"
|
|
1451
2167
|
}
|
|
1452
2168
|
},
|
|
1453
2169
|
{
|
|
1454
|
-
"name": "
|
|
1455
|
-
"default": "
|
|
1456
|
-
"description": "
|
|
2170
|
+
"name": "children",
|
|
2171
|
+
"default": "null",
|
|
2172
|
+
"description": "Used to get the child elements of the component.",
|
|
1457
2173
|
"value": {
|
|
1458
2174
|
"kind": "expression",
|
|
1459
|
-
"type": "
|
|
2175
|
+
"type": "ReactNode"
|
|
1460
2176
|
}
|
|
1461
2177
|
},
|
|
1462
2178
|
{
|
|
@@ -1465,7 +2181,7 @@
|
|
|
1465
2181
|
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
1466
2182
|
"value": {
|
|
1467
2183
|
"kind": "expression",
|
|
1468
|
-
"type": "
|
|
2184
|
+
"type": "CalendarPassThroughOptions"
|
|
1469
2185
|
}
|
|
1470
2186
|
},
|
|
1471
2187
|
{
|
|
@@ -1485,31 +2201,224 @@
|
|
|
1485
2201
|
"kind": "expression",
|
|
1486
2202
|
"type": "boolean"
|
|
1487
2203
|
}
|
|
2204
|
+
},
|
|
2205
|
+
{
|
|
2206
|
+
"name": "selectionMode",
|
|
2207
|
+
"default": "single",
|
|
2208
|
+
"description": "Specifies the selection mode either \"single\", \"range\", or \"multiple\";",
|
|
2209
|
+
"value": {
|
|
2210
|
+
"kind": "expression",
|
|
2211
|
+
"type": "TMode"
|
|
2212
|
+
}
|
|
2213
|
+
},
|
|
2214
|
+
{
|
|
2215
|
+
"name": "value",
|
|
2216
|
+
"default": "null",
|
|
2217
|
+
"description": "Value of the component.",
|
|
2218
|
+
"value": {
|
|
2219
|
+
"kind": "expression",
|
|
2220
|
+
"type": "Nullable<TValue>"
|
|
2221
|
+
}
|
|
1488
2222
|
}
|
|
1489
2223
|
],
|
|
1490
|
-
"events": [
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
2224
|
+
"events": [
|
|
2225
|
+
{
|
|
2226
|
+
"name": "formatDateTime",
|
|
2227
|
+
"description": "Function for overriding default behavior that formats a Date to the string representation.",
|
|
2228
|
+
"arguments": [
|
|
2229
|
+
{
|
|
2230
|
+
"name": "date",
|
|
2231
|
+
"type": "Date",
|
|
2232
|
+
"description": "Formating date"
|
|
2233
|
+
}
|
|
2234
|
+
]
|
|
2235
|
+
},
|
|
2236
|
+
{
|
|
2237
|
+
"name": "parseDateTime",
|
|
2238
|
+
"description": "Function for overriding default behavior that parses text into the Date.",
|
|
2239
|
+
"arguments": [
|
|
2240
|
+
{
|
|
2241
|
+
"name": "text",
|
|
2242
|
+
"type": "string",
|
|
2243
|
+
"description": "Parsing date"
|
|
2244
|
+
}
|
|
2245
|
+
]
|
|
2246
|
+
},
|
|
2247
|
+
{
|
|
2248
|
+
"name": "dateTemplate",
|
|
2249
|
+
"description": "Function that gets a date information and returns the cell content in datepicker.",
|
|
2250
|
+
"arguments": [
|
|
2251
|
+
{
|
|
2252
|
+
"name": "event",
|
|
2253
|
+
"type": "CalendarDateTemplateEvent",
|
|
2254
|
+
"description": "Custom date template event"
|
|
2255
|
+
}
|
|
2256
|
+
]
|
|
2257
|
+
},
|
|
2258
|
+
{
|
|
2259
|
+
"name": "decadeTemplate",
|
|
2260
|
+
"description": "Function that gets a navigator information and returns the decade selections in the panel.",
|
|
2261
|
+
"arguments": [
|
|
2262
|
+
{
|
|
2263
|
+
"name": "yearValues",
|
|
2264
|
+
"type": "number[]",
|
|
2265
|
+
"description": "The values of years"
|
|
2266
|
+
}
|
|
2267
|
+
]
|
|
2268
|
+
},
|
|
2269
|
+
{
|
|
2270
|
+
"name": "footerTemplate",
|
|
2271
|
+
"description": "Custom footer template of overlay.",
|
|
2272
|
+
"arguments": []
|
|
2273
|
+
},
|
|
2274
|
+
{
|
|
2275
|
+
"name": "headerTemplate",
|
|
2276
|
+
"description": "Custom header template of overlay.",
|
|
2277
|
+
"arguments": []
|
|
2278
|
+
},
|
|
2279
|
+
{
|
|
2280
|
+
"name": "monthNavigatorTemplate",
|
|
2281
|
+
"description": "Function that gets a navigator information and returns the navigator element in header.",
|
|
2282
|
+
"arguments": [
|
|
2283
|
+
{
|
|
2284
|
+
"name": "event",
|
|
2285
|
+
"type": "CalendarMonthNavigatorTemplateEvent",
|
|
2286
|
+
"description": "Custom month navigator template event."
|
|
2287
|
+
}
|
|
2288
|
+
]
|
|
2289
|
+
},
|
|
2290
|
+
{
|
|
2291
|
+
"name": "onBlur",
|
|
2292
|
+
"description": "Callback to invoke on blur event of input field.",
|
|
2293
|
+
"arguments": [
|
|
2294
|
+
{
|
|
2295
|
+
"name": "event",
|
|
2296
|
+
"type": "FocusEvent<HTMLInputElement, Element>",
|
|
2297
|
+
"description": "Browser event"
|
|
2298
|
+
}
|
|
2299
|
+
]
|
|
2300
|
+
},
|
|
2301
|
+
{
|
|
2302
|
+
"name": "onClearButtonClick",
|
|
2303
|
+
"description": "Callback to invoke when clear button is clicked.",
|
|
2304
|
+
"arguments": [
|
|
2305
|
+
{
|
|
2306
|
+
"name": "event",
|
|
2307
|
+
"type": "MouseEvent<HTMLButtonElement, MouseEvent>",
|
|
2308
|
+
"description": "Browser event"
|
|
2309
|
+
}
|
|
2310
|
+
]
|
|
2311
|
+
},
|
|
2312
|
+
{
|
|
2313
|
+
"name": "onFocus",
|
|
2314
|
+
"description": "Callback to invoke on focus event of input field.",
|
|
2315
|
+
"arguments": [
|
|
2316
|
+
{
|
|
2317
|
+
"name": "event",
|
|
2318
|
+
"type": "FocusEvent<HTMLInputElement, Element>",
|
|
2319
|
+
"description": "Browser event"
|
|
2320
|
+
}
|
|
2321
|
+
]
|
|
2322
|
+
},
|
|
2323
|
+
{
|
|
2324
|
+
"name": "onHide",
|
|
2325
|
+
"description": "Callback to invoke when overlay panel or modal becomes hidden.",
|
|
2326
|
+
"arguments": []
|
|
2327
|
+
},
|
|
2328
|
+
{
|
|
2329
|
+
"name": "onInput",
|
|
2330
|
+
"description": "Callback to invoke on input event of input field.",
|
|
2331
|
+
"arguments": [
|
|
2332
|
+
{
|
|
2333
|
+
"name": "event",
|
|
2334
|
+
"type": "FormEvent<HTMLInputElement>",
|
|
2335
|
+
"description": "Browser event"
|
|
2336
|
+
}
|
|
2337
|
+
]
|
|
2338
|
+
},
|
|
2339
|
+
{
|
|
2340
|
+
"name": "onMonthChange",
|
|
2341
|
+
"description": "Callback to invoke when month changes.",
|
|
2342
|
+
"arguments": [
|
|
2343
|
+
{
|
|
2344
|
+
"name": "event",
|
|
2345
|
+
"type": "CalendarMonthChangeEvent",
|
|
2346
|
+
"description": "Custom month change event"
|
|
2347
|
+
}
|
|
2348
|
+
]
|
|
2349
|
+
},
|
|
2350
|
+
{
|
|
2351
|
+
"name": "onSelect",
|
|
2352
|
+
"description": "Callback to invoke when a date is selected.",
|
|
2353
|
+
"arguments": [
|
|
2354
|
+
{
|
|
2355
|
+
"name": "event",
|
|
2356
|
+
"type": "CalendarSelectEvent",
|
|
2357
|
+
"description": "Custom select event"
|
|
2358
|
+
}
|
|
2359
|
+
]
|
|
2360
|
+
},
|
|
2361
|
+
{
|
|
2362
|
+
"name": "onShow",
|
|
2363
|
+
"description": "Callback to invoke when overlay panel or modal becomes visible.",
|
|
2364
|
+
"arguments": []
|
|
2365
|
+
},
|
|
2366
|
+
{
|
|
2367
|
+
"name": "onTodayButtonClick",
|
|
2368
|
+
"description": "Callback to invoke when today button is clicked.",
|
|
2369
|
+
"arguments": [
|
|
2370
|
+
{
|
|
2371
|
+
"name": "event",
|
|
2372
|
+
"type": "MouseEvent<HTMLButtonElement, MouseEvent>",
|
|
2373
|
+
"description": "Browser event"
|
|
2374
|
+
}
|
|
2375
|
+
]
|
|
2376
|
+
},
|
|
2377
|
+
{
|
|
2378
|
+
"name": "onViewDateChange",
|
|
2379
|
+
"description": "Callback to invoke when the displayed month/year is changed.",
|
|
2380
|
+
"arguments": [
|
|
2381
|
+
{
|
|
2382
|
+
"name": "event",
|
|
2383
|
+
"type": "CalendarViewChangeEvent",
|
|
2384
|
+
"description": "Custom view change event"
|
|
2385
|
+
}
|
|
2386
|
+
]
|
|
2387
|
+
},
|
|
2388
|
+
{
|
|
2389
|
+
"name": "onVisibleChange",
|
|
2390
|
+
"description": "Callback to invoke when visible is changed.",
|
|
2391
|
+
"arguments": [
|
|
2392
|
+
{
|
|
2393
|
+
"name": "event",
|
|
2394
|
+
"type": "CalendarVisibleChangeEvent",
|
|
2395
|
+
"description": "Custom visible change event"
|
|
2396
|
+
}
|
|
2397
|
+
]
|
|
2398
|
+
},
|
|
2399
|
+
{
|
|
2400
|
+
"name": "yearNavigatorTemplate",
|
|
2401
|
+
"description": "Function that gets a navigator information and returns the navigator in header.",
|
|
2402
|
+
"arguments": [
|
|
2403
|
+
{
|
|
2404
|
+
"name": "event",
|
|
2405
|
+
"type": "CalendarYearNavigatorTemplateEvent",
|
|
2406
|
+
"description": "Custom year navigator template event"
|
|
2407
|
+
}
|
|
2408
|
+
]
|
|
2409
|
+
},
|
|
2410
|
+
{
|
|
2411
|
+
"name": "onChange",
|
|
2412
|
+
"description": "Callback to invoke when value changes.",
|
|
2413
|
+
"arguments": [
|
|
2414
|
+
{
|
|
2415
|
+
"name": "event",
|
|
2416
|
+
"type": "FormEvent<TValue, SyntheticEvent<Element, Event>>",
|
|
2417
|
+
"description": "Custom change event"
|
|
2418
|
+
}
|
|
2419
|
+
]
|
|
2420
|
+
}
|
|
2421
|
+
]
|
|
1513
2422
|
},
|
|
1514
2423
|
{
|
|
1515
2424
|
"name": "Card",
|
|
@@ -2669,7 +3578,7 @@
|
|
|
2669
3578
|
},
|
|
2670
3579
|
{
|
|
2671
3580
|
"name": "onRemove",
|
|
2672
|
-
"description": "Callback to invoke when a chip is removed
|
|
3581
|
+
"description": "Callback to invoke when a chip is removed.",
|
|
2673
3582
|
"arguments": [
|
|
2674
3583
|
{
|
|
2675
3584
|
"name": "event",
|
|
@@ -6522,6 +7431,15 @@
|
|
|
6522
7431
|
"type": "IconType<DropdownProps>"
|
|
6523
7432
|
}
|
|
6524
7433
|
},
|
|
7434
|
+
{
|
|
7435
|
+
"name": "filterDelay",
|
|
7436
|
+
"default": "300",
|
|
7437
|
+
"description": "Delay in milliseconds before filtering the data.",
|
|
7438
|
+
"value": {
|
|
7439
|
+
"kind": "expression",
|
|
7440
|
+
"type": "number"
|
|
7441
|
+
}
|
|
7442
|
+
},
|
|
6525
7443
|
{
|
|
6526
7444
|
"name": "filterInputAutoFocus",
|
|
6527
7445
|
"default": "false",
|
|
@@ -7488,6 +8406,15 @@
|
|
|
7488
8406
|
"type": "string"
|
|
7489
8407
|
}
|
|
7490
8408
|
},
|
|
8409
|
+
{
|
|
8410
|
+
"name": "selectedFileLabel",
|
|
8411
|
+
"default": "null",
|
|
8412
|
+
"description": "Label of the choose button after a file is selected.",
|
|
8413
|
+
"value": {
|
|
8414
|
+
"kind": "expression",
|
|
8415
|
+
"type": "string"
|
|
8416
|
+
}
|
|
8417
|
+
},
|
|
7491
8418
|
{
|
|
7492
8419
|
"name": "uploadLabel",
|
|
7493
8420
|
"default": "null",
|
|
@@ -13518,6 +14445,15 @@
|
|
|
13518
14445
|
"type": "string"
|
|
13519
14446
|
}
|
|
13520
14447
|
},
|
|
14448
|
+
{
|
|
14449
|
+
"name": "filterDelay",
|
|
14450
|
+
"default": "300",
|
|
14451
|
+
"description": "Delay in milliseconds before filtering the data.",
|
|
14452
|
+
"value": {
|
|
14453
|
+
"kind": "expression",
|
|
14454
|
+
"type": "number"
|
|
14455
|
+
}
|
|
14456
|
+
},
|
|
13521
14457
|
{
|
|
13522
14458
|
"name": "filterInputAutoFocus",
|
|
13523
14459
|
"default": "true",
|
|
@@ -20555,6 +21491,15 @@
|
|
|
20555
21491
|
"type": "boolean"
|
|
20556
21492
|
}
|
|
20557
21493
|
},
|
|
21494
|
+
{
|
|
21495
|
+
"name": "filterDelay",
|
|
21496
|
+
"default": "300",
|
|
21497
|
+
"description": "Delay in milliseconds before filtering the data.",
|
|
21498
|
+
"value": {
|
|
21499
|
+
"kind": "expression",
|
|
21500
|
+
"type": "number"
|
|
21501
|
+
}
|
|
21502
|
+
},
|
|
20558
21503
|
{
|
|
20559
21504
|
"name": "filterIcon",
|
|
20560
21505
|
"default": "null",
|
|
@@ -20567,7 +21512,7 @@
|
|
|
20567
21512
|
{
|
|
20568
21513
|
"name": "filterValue",
|
|
20569
21514
|
"default": "null",
|
|
20570
|
-
"description": "When filtering is enabled, the value of input field.",
|
|
21515
|
+
"description": "When filtering is enabled, the value of input field. To control the value externally, use with onFilterValueChange.",
|
|
20571
21516
|
"value": {
|
|
20572
21517
|
"kind": "expression",
|
|
20573
21518
|
"type": "string"
|
|
@@ -20970,6 +21915,15 @@
|
|
|
20970
21915
|
"type": "string"
|
|
20971
21916
|
}
|
|
20972
21917
|
},
|
|
21918
|
+
{
|
|
21919
|
+
"name": "filterDelay",
|
|
21920
|
+
"default": "300",
|
|
21921
|
+
"description": "Delay in milliseconds before filtering the data.",
|
|
21922
|
+
"value": {
|
|
21923
|
+
"kind": "expression",
|
|
21924
|
+
"type": "number"
|
|
21925
|
+
}
|
|
21926
|
+
},
|
|
20973
21927
|
{
|
|
20974
21928
|
"name": "filterIcon",
|
|
20975
21929
|
"default": "null",
|
|
@@ -21027,7 +21981,7 @@
|
|
|
21027
21981
|
{
|
|
21028
21982
|
"name": "filterValue",
|
|
21029
21983
|
"default": "null",
|
|
21030
|
-
"description": "When filtering is enabled, the value of input field.",
|
|
21984
|
+
"description": "When filtering is enabled, the value of input field. To control the value externally, use with onFilterValueChange.",
|
|
21031
21985
|
"value": {
|
|
21032
21986
|
"kind": "expression",
|
|
21033
21987
|
"type": "string"
|