{
    "name": "@bootstrap-vue/pagination",
    "version": "1.0.0",
    "meta": {
        "title": "Pagination",
        "component": "bPagination",
        "events": [
            {
                "event": "input",
                "description": "when page changes via user interaction or programmatically",
                "args": [
                    {
                        "arg": "page",
                        "description": "Selected page number (starting with 1)"
                    }
                ]
            },
            {
              "event": "change",
              "description": "when page changes via user interaction",
              "args": [
                  {
                      "arg": "page",
                      "description": "Selected page number (starting with 1)"
                  }
              ]
            }
        ],
        "slots": [
            {
                "name": "first-text",
                "description": "The \"goto first page\" button content (html/sub-components supported)"
            },
            {
                "name": "prev-text",
                "description": "The \"goto previous page\" button content (html/sub-components supported)"
            },
            {
                "name": "next-text",
                "description": "The \"goto next page\" button content (html/sub-components supported)"
            },
            {
                "name": "last-text",
                "description": "The \"goto last page\" button content (html/sub-components supported)"
            },
            {
                "name": "ellipsis-text",
                "description": " | the '...' indicator content (html/sub-components supported)"
            }
        ]
    }
}
