@progress/kendo-angular-pager 13.0.4-develop.2 → 13.1.0-develop.1
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/esm2020/package-metadata.mjs +2 -2
- package/esm2020/pager/pager-next-buttons.component.mjs +1 -1
- package/esm2020/pager/pager-numeric-buttons.component.mjs +1 -1
- package/esm2020/pager/pager-prev-buttons.component.mjs +1 -1
- package/fesm2015/progress-kendo-angular-pager.mjs +5 -5
- package/fesm2020/progress-kendo-angular-pager.mjs +5 -5
- package/package.json +7 -7
- package/schematics/ngAdd/index.js +5 -5
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-pager',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '13.0
|
|
12
|
+
publishDate: 1686904093,
|
|
13
|
+
version: '13.1.0-develop.1',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -75,7 +75,7 @@ PagerNextButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
75
75
|
[attr.aria-label]="textFor('lastPage')"
|
|
76
76
|
(click)="currentPage !== totalPages ? changePage(totalPages-1) : false">
|
|
77
77
|
</button>
|
|
78
|
-
`, isInline: true, components: [{ type: i3.
|
|
78
|
+
`, isInline: true, components: [{ type: i3.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], directives: [{ type: i4.PagerFocusableDirective, selector: "[kendoPagerFocusable]", exportAs: ["kendoPagerFocusable"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
79
79
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PagerNextButtonsComponent, decorators: [{
|
|
80
80
|
type: Component,
|
|
81
81
|
args: [{
|
|
@@ -191,7 +191,7 @@ PagerNumericButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12
|
|
|
191
191
|
[attr.title]="pageLabel(end + 1)"
|
|
192
192
|
(click)="changePage(end)">...</button>
|
|
193
193
|
</div>
|
|
194
|
-
`, isInline: true, components: [{ type: i3.
|
|
194
|
+
`, isInline: true, components: [{ type: i3.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], directives: [{ type: i4.PagerFocusableDirective, selector: "[kendoPagerFocusable]", exportAs: ["kendoPagerFocusable"] }, { type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i5.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i5.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
195
195
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PagerNumericButtonsComponent, decorators: [{
|
|
196
196
|
type: Component,
|
|
197
197
|
args: [{
|
|
@@ -75,7 +75,7 @@ PagerPrevButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
75
75
|
[attr.aria-label]="textFor('previousPage')"
|
|
76
76
|
(click)="currentPage !== 1 ? changePage(currentPage-2) : false">
|
|
77
77
|
</button>
|
|
78
|
-
`, isInline: true, components: [{ type: i3.
|
|
78
|
+
`, isInline: true, components: [{ type: i3.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], directives: [{ type: i4.PagerFocusableDirective, selector: "[kendoPagerFocusable]", exportAs: ["kendoPagerFocusable"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
79
79
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PagerPrevButtonsComponent, decorators: [{
|
|
80
80
|
type: Component,
|
|
81
81
|
args: [{
|
|
@@ -487,7 +487,7 @@ PagerPrevButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
487
487
|
[attr.aria-label]="textFor('previousPage')"
|
|
488
488
|
(click)="currentPage !== 1 ? changePage(currentPage-2) : false">
|
|
489
489
|
</button>
|
|
490
|
-
`, isInline: true, components: [{ type: i3.
|
|
490
|
+
`, isInline: true, components: [{ type: i3.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], directives: [{ type: PagerFocusableDirective, selector: "[kendoPagerFocusable]", exportAs: ["kendoPagerFocusable"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
491
491
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PagerPrevButtonsComponent, decorators: [{
|
|
492
492
|
type: Component,
|
|
493
493
|
args: [{
|
|
@@ -1012,7 +1012,7 @@ PagerNumericButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12
|
|
|
1012
1012
|
[attr.title]="pageLabel(end + 1)"
|
|
1013
1013
|
(click)="changePage(end)">...</button>
|
|
1014
1014
|
</div>
|
|
1015
|
-
`, isInline: true, components: [{ type: i3.
|
|
1015
|
+
`, isInline: true, components: [{ type: i3.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], directives: [{ type: PagerFocusableDirective, selector: "[kendoPagerFocusable]", exportAs: ["kendoPagerFocusable"] }, { type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i5.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i5.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1016
1016
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PagerNumericButtonsComponent, decorators: [{
|
|
1017
1017
|
type: Component,
|
|
1018
1018
|
args: [{
|
|
@@ -1156,7 +1156,7 @@ PagerNextButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
1156
1156
|
[attr.aria-label]="textFor('lastPage')"
|
|
1157
1157
|
(click)="currentPage !== totalPages ? changePage(totalPages-1) : false">
|
|
1158
1158
|
</button>
|
|
1159
|
-
`, isInline: true, components: [{ type: i3.
|
|
1159
|
+
`, isInline: true, components: [{ type: i3.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], directives: [{ type: PagerFocusableDirective, selector: "[kendoPagerFocusable]", exportAs: ["kendoPagerFocusable"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1160
1160
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PagerNextButtonsComponent, decorators: [{
|
|
1161
1161
|
type: Component,
|
|
1162
1162
|
args: [{
|
|
@@ -1411,8 +1411,8 @@ const packageMetadata = {
|
|
|
1411
1411
|
name: '@progress/kendo-angular-pager',
|
|
1412
1412
|
productName: 'Kendo UI for Angular',
|
|
1413
1413
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
1414
|
-
publishDate:
|
|
1415
|
-
version: '13.0
|
|
1414
|
+
publishDate: 1686904093,
|
|
1415
|
+
version: '13.1.0-develop.1',
|
|
1416
1416
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
1417
1417
|
};
|
|
1418
1418
|
|
|
@@ -487,7 +487,7 @@ PagerPrevButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
487
487
|
[attr.aria-label]="textFor('previousPage')"
|
|
488
488
|
(click)="currentPage !== 1 ? changePage(currentPage-2) : false">
|
|
489
489
|
</button>
|
|
490
|
-
`, isInline: true, components: [{ type: i3.
|
|
490
|
+
`, isInline: true, components: [{ type: i3.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], directives: [{ type: PagerFocusableDirective, selector: "[kendoPagerFocusable]", exportAs: ["kendoPagerFocusable"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
491
491
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PagerPrevButtonsComponent, decorators: [{
|
|
492
492
|
type: Component,
|
|
493
493
|
args: [{
|
|
@@ -1009,7 +1009,7 @@ PagerNumericButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12
|
|
|
1009
1009
|
[attr.title]="pageLabel(end + 1)"
|
|
1010
1010
|
(click)="changePage(end)">...</button>
|
|
1011
1011
|
</div>
|
|
1012
|
-
`, isInline: true, components: [{ type: i3.
|
|
1012
|
+
`, isInline: true, components: [{ type: i3.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], directives: [{ type: PagerFocusableDirective, selector: "[kendoPagerFocusable]", exportAs: ["kendoPagerFocusable"] }, { type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i5.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i5.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1013
1013
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PagerNumericButtonsComponent, decorators: [{
|
|
1014
1014
|
type: Component,
|
|
1015
1015
|
args: [{
|
|
@@ -1153,7 +1153,7 @@ PagerNextButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
1153
1153
|
[attr.aria-label]="textFor('lastPage')"
|
|
1154
1154
|
(click)="currentPage !== totalPages ? changePage(totalPages-1) : false">
|
|
1155
1155
|
</button>
|
|
1156
|
-
`, isInline: true, components: [{ type: i3.
|
|
1156
|
+
`, isInline: true, components: [{ type: i3.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], directives: [{ type: PagerFocusableDirective, selector: "[kendoPagerFocusable]", exportAs: ["kendoPagerFocusable"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1157
1157
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PagerNextButtonsComponent, decorators: [{
|
|
1158
1158
|
type: Component,
|
|
1159
1159
|
args: [{
|
|
@@ -1408,8 +1408,8 @@ const packageMetadata = {
|
|
|
1408
1408
|
name: '@progress/kendo-angular-pager',
|
|
1409
1409
|
productName: 'Kendo UI for Angular',
|
|
1410
1410
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
1411
|
-
publishDate:
|
|
1412
|
-
version: '13.0
|
|
1411
|
+
publishDate: 1686904093,
|
|
1412
|
+
version: '13.1.0-develop.1',
|
|
1413
1413
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
1414
1414
|
};
|
|
1415
1415
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-pager",
|
|
3
|
-
"version": "13.0
|
|
3
|
+
"version": "13.1.0-develop.1",
|
|
4
4
|
"description": "Kendo UI Angular Pager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@angular/core": "13 - 16",
|
|
22
22
|
"@angular/platform-browser": "13 - 16",
|
|
23
23
|
"@progress/kendo-licensing": "^1.0.2",
|
|
24
|
-
"@progress/kendo-angular-common": "13.0
|
|
25
|
-
"@progress/kendo-angular-dropdowns": "13.0
|
|
26
|
-
"@progress/kendo-angular-inputs": "13.0
|
|
27
|
-
"@progress/kendo-angular-icons": "13.0
|
|
28
|
-
"@progress/kendo-angular-l10n": "13.0
|
|
24
|
+
"@progress/kendo-angular-common": "13.1.0-develop.1",
|
|
25
|
+
"@progress/kendo-angular-dropdowns": "13.1.0-develop.1",
|
|
26
|
+
"@progress/kendo-angular-inputs": "13.1.0-develop.1",
|
|
27
|
+
"@progress/kendo-angular-icons": "13.1.0-develop.1",
|
|
28
|
+
"@progress/kendo-angular-l10n": "13.1.0-develop.1",
|
|
29
29
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"tslib": "^2.3.1",
|
|
33
|
-
"@progress/kendo-angular-schematics": "13.0
|
|
33
|
+
"@progress/kendo-angular-schematics": "13.1.0-develop.1"
|
|
34
34
|
},
|
|
35
35
|
"schematics": "./schematics/collection.json",
|
|
36
36
|
"module": "fesm2015/progress-kendo-angular-pager.mjs",
|
|
@@ -4,13 +4,13 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
4
4
|
function default_1(options) {
|
|
5
5
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'PagerModule', package: 'pager', peerDependencies: {
|
|
6
6
|
// Peers of inputs and dropdowns
|
|
7
|
-
'@progress/kendo-angular-treeview': '13.0
|
|
8
|
-
'@progress/kendo-angular-intl': '13.0
|
|
9
|
-
'@progress/kendo-angular-popup': '13.0
|
|
7
|
+
'@progress/kendo-angular-treeview': '13.1.0-develop.1',
|
|
8
|
+
'@progress/kendo-angular-intl': '13.1.0-develop.1',
|
|
9
|
+
'@progress/kendo-angular-popup': '13.1.0-develop.1',
|
|
10
10
|
'@progress/kendo-drawing': '^1.5.12',
|
|
11
11
|
// peer dependency of kendo-angular-inputs
|
|
12
|
-
'@progress/kendo-angular-buttons': '13.0
|
|
13
|
-
'@progress/kendo-angular-dialog': '13.0
|
|
12
|
+
'@progress/kendo-angular-buttons': '13.1.0-develop.1',
|
|
13
|
+
'@progress/kendo-angular-dialog': '13.1.0-develop.1',
|
|
14
14
|
// Peer dependency of icons
|
|
15
15
|
'@progress/kendo-svg-icons': '^1.0.0'
|
|
16
16
|
} });
|