@progress/kendo-angular-pager 23.0.0-develop.1 → 23.0.0-develop.10

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.
@@ -608,9 +608,7 @@ class PagerPrevButtonsComponent extends PagerElementComponent {
608
608
  super(localization, pagerContext, cd);
609
609
  }
610
610
  /**
611
- * Specifies the padding of the navigation buttons.
612
- *
613
- * @default undefined
611
+ * Specifies the padding of the navigation buttons. The default value is set by the Kendo theme.
614
612
  */
615
613
  size;
616
614
  /**
@@ -778,17 +776,15 @@ class PagerPageSizesComponent extends PagerElementComponent {
778
776
  this._pageSizes = normalizedItems;
779
777
  }
780
778
  /**
781
- * Specifies the padding of the DropDownList component.
782
- *
783
- * @default undefined
779
+ * Specifies the padding of the DropDownList component. The default value is set by the Kendo theme.
784
780
  */
785
781
  size;
786
782
  /**
787
783
  * Specifies the adaptive mode of the internal `DropDownList` component.
788
784
  *
789
- * @default 'auto'
785
+ * @default 'none'
790
786
  */
791
- adaptiveMode = 'auto';
787
+ adaptiveMode = 'none';
792
788
  /**
793
789
  * @hidden
794
790
  *
@@ -960,9 +956,7 @@ class PagerNumericButtonsComponent extends PagerElementComponent {
960
956
  */
961
957
  buttonCount;
962
958
  /**
963
- * Specifies the padding of the numeric buttons.
964
- *
965
- * @default undefined
959
+ * Specifies the padding of the numeric buttons. The default value is set by the Kendo theme.
966
960
  */
967
961
  set size(size) {
968
962
  this.handleClasses(size, 'size');
@@ -1197,9 +1191,7 @@ class PagerNextButtonsComponent extends PagerElementComponent {
1197
1191
  return this.currentPage === this.totalPages || !this.total;
1198
1192
  }
1199
1193
  /**
1200
- * Specifies the padding of the navigation buttons.
1201
- *
1202
- * @default undefined
1194
+ * Specifies the padding of the navigation buttons. The default value is set by the Kendo theme.
1203
1195
  */
1204
1196
  size;
1205
1197
  constructor(localization, pagerContext, cd) {
@@ -1314,9 +1306,7 @@ class PagerInputComponent extends PagerElementComponent {
1314
1306
  */
1315
1307
  showPageText = true;
1316
1308
  /**
1317
- * Specifies the padding of the internal `NumericTextBox` component.
1318
- *
1319
- * @default undefined
1309
+ * Specifies the padding of the internal `NumericTextBox` component. The default value is set by the Kendo theme.
1320
1310
  */
1321
1311
  size;
1322
1312
  constructor(localization, pagerContext, zone, cd, renderer) {
@@ -1531,7 +1521,7 @@ const packageMetadata = {
1531
1521
  productCode: 'KENDOUIANGULAR',
1532
1522
  productCodes: ['KENDOUIANGULAR'],
1533
1523
  publishDate: 0,
1534
- version: '23.0.0-develop.1',
1524
+ version: '23.0.0-develop.10',
1535
1525
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
1536
1526
  };
1537
1527
 
@@ -1684,9 +1674,7 @@ class PagerComponent {
1684
1674
  return this._navigable;
1685
1675
  }
1686
1676
  /**
1687
- * Specifies the padding of all Pager elements.
1688
- *
1689
- * @default undefined
1677
+ * Specifies the padding of all Pager elements. The default value is set by the Kendo theme.
1690
1678
  */
1691
1679
  set size(size) {
1692
1680
  this.handleClasses(size, 'size');
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1770286982,
11
- "version": "23.0.0-develop.1",
10
+ "publishDate": 1770666745,
11
+ "version": "23.0.0-develop.10",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-pager",
3
- "version": "23.0.0-develop.1",
3
+ "version": "23.0.0-develop.10",
4
4
  "description": "Kendo UI Angular Pager",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -17,7 +17,7 @@
17
17
  "package": {
18
18
  "productName": "Kendo UI for Angular",
19
19
  "productCode": "KENDOUIANGULAR",
20
- "publishDate": 1770286982,
20
+ "publishDate": 1770666745,
21
21
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
22
22
  }
23
23
  },
@@ -27,16 +27,16 @@
27
27
  "@angular/core": "19 - 21",
28
28
  "@angular/platform-browser": "19 - 21",
29
29
  "@progress/kendo-licensing": "^1.10.0",
30
- "@progress/kendo-angular-common": "23.0.0-develop.1",
31
- "@progress/kendo-angular-dropdowns": "23.0.0-develop.1",
32
- "@progress/kendo-angular-inputs": "23.0.0-develop.1",
33
- "@progress/kendo-angular-icons": "23.0.0-develop.1",
34
- "@progress/kendo-angular-l10n": "23.0.0-develop.1",
30
+ "@progress/kendo-angular-common": "23.0.0-develop.10",
31
+ "@progress/kendo-angular-dropdowns": "23.0.0-develop.10",
32
+ "@progress/kendo-angular-inputs": "23.0.0-develop.10",
33
+ "@progress/kendo-angular-icons": "23.0.0-develop.10",
34
+ "@progress/kendo-angular-l10n": "23.0.0-develop.10",
35
35
  "rxjs": "^6.5.3 || ^7.0.0"
36
36
  },
37
37
  "dependencies": {
38
38
  "tslib": "^2.3.1",
39
- "@progress/kendo-angular-schematics": "23.0.0-develop.1"
39
+ "@progress/kendo-angular-schematics": "23.0.0-develop.10"
40
40
  },
41
41
  "schematics": "./schematics/collection.json",
42
42
  "module": "fesm2022/progress-kendo-angular-pager.mjs",
@@ -32,9 +32,7 @@ export declare class PagerInputComponent extends PagerElementComponent {
32
32
  */
33
33
  showPageText: boolean;
34
34
  /**
35
- * Specifies the padding of the internal `NumericTextBox` component.
36
- *
37
- * @default undefined
35
+ * Specifies the padding of the internal `NumericTextBox` component. The default value is set by the Kendo theme.
38
36
  */
39
37
  size: PagerSize;
40
38
  constructor(localization: LocalizationService, pagerContext: PagerContextService, zone: NgZone, cd: ChangeDetectorRef, renderer: Renderer2);
@@ -30,9 +30,7 @@ export declare class PagerNextButtonsComponent extends PagerElementComponent {
30
30
  */
31
31
  get disabled(): boolean;
32
32
  /**
33
- * Specifies the padding of the navigation buttons.
34
- *
35
- * @default undefined
33
+ * Specifies the padding of the navigation buttons. The default value is set by the Kendo theme.
36
34
  */
37
35
  size: PagerSize;
38
36
  constructor(localization: LocalizationService, pagerContext: PagerContextService, cd: ChangeDetectorRef);
@@ -33,9 +33,7 @@ export declare class PagerNumericButtonsComponent extends PagerElementComponent
33
33
  */
34
34
  buttonCount: number;
35
35
  /**
36
- * Specifies the padding of the numeric buttons.
37
- *
38
- * @default undefined
36
+ * Specifies the padding of the numeric buttons. The default value is set by the Kendo theme.
39
37
  */
40
38
  set size(size: PagerSize);
41
39
  get size(): PagerSize;
@@ -49,15 +49,13 @@ export declare class PagerPageSizesComponent extends PagerElementComponent imple
49
49
  */
50
50
  set pageSizes(pageSizes: PageSizeItem[] | number[]);
51
51
  /**
52
- * Specifies the padding of the DropDownList component.
53
- *
54
- * @default undefined
52
+ * Specifies the padding of the DropDownList component. The default value is set by the Kendo theme.
55
53
  */
56
54
  size: PagerSize;
57
55
  /**
58
56
  * Specifies the adaptive mode of the internal `DropDownList` component.
59
57
  *
60
- * @default 'auto'
58
+ * @default 'none'
61
59
  */
62
60
  adaptiveMode: AdaptiveMode;
63
61
  /**
@@ -23,9 +23,7 @@ import * as i0 from "@angular/core";
23
23
  export declare class PagerPrevButtonsComponent extends PagerElementComponent {
24
24
  constructor(localization: LocalizationService, pagerContext: PagerContextService, cd: ChangeDetectorRef);
25
25
  /**
26
- * Specifies the padding of the navigation buttons.
27
- *
28
- * @default undefined
26
+ * Specifies the padding of the navigation buttons. The default value is set by the Kendo theme.
29
27
  */
30
28
  size: PagerSize;
31
29
  /**
@@ -132,9 +132,7 @@ export declare class PagerComponent implements OnChanges, AfterViewInit, OnInit,
132
132
  set navigable(value: boolean);
133
133
  get navigable(): boolean;
134
134
  /**
135
- * Specifies the padding of all Pager elements.
136
- *
137
- * @default undefined
135
+ * Specifies the padding of all Pager elements. The default value is set by the Kendo theme.
138
136
  */
139
137
  set size(size: PagerSize);
140
138
  get size(): PagerSize;
@@ -9,14 +9,14 @@ const schematics_1 = require("@angular-devkit/schematics");
9
9
  function default_1(options) {
10
10
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'PagerModule', package: 'pager', peerDependencies: {
11
11
  // Peers of inputs and dropdowns
12
- '@progress/kendo-angular-treeview': '23.0.0-develop.1',
13
- '@progress/kendo-angular-intl': '23.0.0-develop.1',
14
- '@progress/kendo-angular-navigation': '23.0.0-develop.1',
15
- '@progress/kendo-angular-popup': '23.0.0-develop.1',
12
+ '@progress/kendo-angular-treeview': '23.0.0-develop.10',
13
+ '@progress/kendo-angular-intl': '23.0.0-develop.10',
14
+ '@progress/kendo-angular-navigation': '23.0.0-develop.10',
15
+ '@progress/kendo-angular-popup': '23.0.0-develop.10',
16
16
  '@progress/kendo-drawing': '^1.5.12',
17
17
  // peer dependency of kendo-angular-inputs
18
- '@progress/kendo-angular-buttons': '23.0.0-develop.1',
19
- '@progress/kendo-angular-dialog': '23.0.0-develop.1',
18
+ '@progress/kendo-angular-buttons': '23.0.0-develop.10',
19
+ '@progress/kendo-angular-dialog': '23.0.0-develop.10',
20
20
  // Peer dependency of icons
21
21
  '@progress/kendo-svg-icons': '^4.0.0'
22
22
  } });