@umbraco-ui/uui-pagination 1.16.0-rc.0 → 1.17.0-rc.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.
@@ -88,15 +88,15 @@ export declare class UUIPaginationElement extends LitElement {
88
88
  goToPage(page: number): void;
89
89
  /** When having limited display of page-buttons and clicking a page-button that changes the current range, the focus stays on the position of the clicked button which is not anymore representing the number clicked, therefore we move focus to the button that represents the current page. */
90
90
  protected focusActivePage(): void;
91
- protected renderFirst(): import("lit-html").TemplateResult<1>;
92
- protected renderPrevious(): import("lit-html").TemplateResult<1>;
93
- protected renderNext(): import("lit-html").TemplateResult<1>;
94
- protected renderLast(): import("lit-html").TemplateResult<1>;
95
- protected renderDots(): import("lit-html").TemplateResult<1>;
96
- protected renderPage(page: number): import("lit-html").TemplateResult<1>;
97
- protected renderNavigationLeft(): import("lit-html").TemplateResult<1>;
98
- protected renderNavigationRight(): import("lit-html").TemplateResult<1>;
99
- render(): import("lit-html").TemplateResult<1>;
91
+ protected renderFirst(): import("lit").TemplateResult<1>;
92
+ protected renderPrevious(): import("lit").TemplateResult<1>;
93
+ protected renderNext(): import("lit").TemplateResult<1>;
94
+ protected renderLast(): import("lit").TemplateResult<1>;
95
+ protected renderDots(): import("lit").TemplateResult<1>;
96
+ protected renderPage(page: number): import("lit").TemplateResult<1>;
97
+ protected renderNavigationLeft(): import("lit").TemplateResult<1>;
98
+ protected renderNavigationRight(): import("lit").TemplateResult<1>;
99
+ render(): import("lit").TemplateResult<1>;
100
100
  static styles: import("lit").CSSResult[];
101
101
  }
102
102
  declare global {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-pagination",
3
- "version": "1.16.0-rc.0",
3
+ "version": "1.17.0-rc.0",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Umbraco",
@@ -30,9 +30,9 @@
30
30
  "custom-elements.json"
31
31
  ],
32
32
  "dependencies": {
33
- "@umbraco-ui/uui-base": "1.16.0-rc.0",
34
- "@umbraco-ui/uui-button": "1.16.0-rc.0",
35
- "@umbraco-ui/uui-button-group": "1.16.0-rc.0"
33
+ "@umbraco-ui/uui-base": "1.17.0-rc.0",
34
+ "@umbraco-ui/uui-button": "1.17.0-rc.0",
35
+ "@umbraco-ui/uui-button-group": "1.17.0-rc.0"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
@@ -43,5 +43,5 @@
43
43
  "access": "public"
44
44
  },
45
45
  "homepage": "https://uui.umbraco.com/?path=/story/uui-pagination",
46
- "gitHead": "7bf1acd40b60feb81d82067ba2342d2b3e33c057"
46
+ "gitHead": "028e20bd07ebf02164589b086e746c9cc587409c"
47
47
  }