@progress/kendo-angular-grid 13.5.1-develop.1 → 13.5.1-develop.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.
@@ -194,7 +194,7 @@ export class GridComponent {
194
194
  * A function that defines how to track changes for the data rows.
195
195
  * By default, the Grid tracks changes by the index of the data item.
196
196
  * Edited rows are tracked by reference.
197
- * [See exmpale](slug:track_changes_grid)
197
+ * [See example](slug:track_changes_grid)
198
198
  */
199
199
  this.trackBy = defaultTrackBy;
200
200
  /**
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-grid',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1694789125,
13
- version: '13.5.1-develop.1',
12
+ publishDate: 1695231725,
13
+ version: '13.5.1-develop.3',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -4474,8 +4474,8 @@ const packageMetadata = {
4474
4474
  name: '@progress/kendo-angular-grid',
4475
4475
  productName: 'Kendo UI for Angular',
4476
4476
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
4477
- publishDate: 1694789125,
4478
- version: '13.5.1-develop.1',
4477
+ publishDate: 1695231725,
4478
+ version: '13.5.1-develop.3',
4479
4479
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
4480
4480
  };
4481
4481
 
@@ -19609,7 +19609,7 @@ class GridComponent {
19609
19609
  * A function that defines how to track changes for the data rows.
19610
19610
  * By default, the Grid tracks changes by the index of the data item.
19611
19611
  * Edited rows are tracked by reference.
19612
- * [See exmpale](slug:track_changes_grid)
19612
+ * [See example](slug:track_changes_grid)
19613
19613
  */
19614
19614
  this.trackBy = defaultTrackBy;
19615
19615
  /**
@@ -4442,8 +4442,8 @@ const packageMetadata = {
4442
4442
  name: '@progress/kendo-angular-grid',
4443
4443
  productName: 'Kendo UI for Angular',
4444
4444
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
4445
- publishDate: 1694789125,
4446
- version: '13.5.1-develop.1',
4445
+ publishDate: 1695231725,
4446
+ version: '13.5.1-develop.3',
4447
4447
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
4448
4448
  };
4449
4449
 
@@ -19529,7 +19529,7 @@ class GridComponent {
19529
19529
  * A function that defines how to track changes for the data rows.
19530
19530
  * By default, the Grid tracks changes by the index of the data item.
19531
19531
  * Edited rows are tracked by reference.
19532
- * [See exmpale](slug:track_changes_grid)
19532
+ * [See example](slug:track_changes_grid)
19533
19533
  */
19534
19534
  this.trackBy = defaultTrackBy;
19535
19535
  /**
@@ -181,7 +181,7 @@ export declare class GridComponent implements AfterContentInit, AfterViewInit, O
181
181
  * A function that defines how to track changes for the data rows.
182
182
  * By default, the Grid tracks changes by the index of the data item.
183
183
  * Edited rows are tracked by reference.
184
- * [See exmpale](slug:track_changes_grid)
184
+ * [See example](slug:track_changes_grid)
185
185
  */
186
186
  trackBy: TrackByFunction<GridItem>;
187
187
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-grid",
3
- "version": "13.5.1-develop.1",
3
+ "version": "13.5.1-develop.3",
4
4
  "description": "Kendo UI Grid for Angular - high performance data grid with paging, filtering, virtualization, CRUD, and more.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -32,25 +32,25 @@
32
32
  "@progress/kendo-data-query": "^1.0.0",
33
33
  "@progress/kendo-drawing": "^1.17.2",
34
34
  "@progress/kendo-licensing": "^1.0.2",
35
- "@progress/kendo-angular-buttons": "13.5.1-develop.1",
36
- "@progress/kendo-angular-common": "13.5.1-develop.1",
37
- "@progress/kendo-angular-dateinputs": "13.5.1-develop.1",
38
- "@progress/kendo-angular-layout": "13.5.1-develop.1",
39
- "@progress/kendo-angular-dropdowns": "13.5.1-develop.1",
40
- "@progress/kendo-angular-excel-export": "13.5.1-develop.1",
41
- "@progress/kendo-angular-icons": "13.5.1-develop.1",
42
- "@progress/kendo-angular-inputs": "13.5.1-develop.1",
43
- "@progress/kendo-angular-intl": "13.5.1-develop.1",
44
- "@progress/kendo-angular-l10n": "13.5.1-develop.1",
45
- "@progress/kendo-angular-label": "13.5.1-develop.1",
46
- "@progress/kendo-angular-pdf-export": "13.5.1-develop.1",
47
- "@progress/kendo-angular-popup": "13.5.1-develop.1",
48
- "@progress/kendo-angular-utils": "13.5.1-develop.1",
35
+ "@progress/kendo-angular-buttons": "13.5.1-develop.3",
36
+ "@progress/kendo-angular-common": "13.5.1-develop.3",
37
+ "@progress/kendo-angular-dateinputs": "13.5.1-develop.3",
38
+ "@progress/kendo-angular-layout": "13.5.1-develop.3",
39
+ "@progress/kendo-angular-dropdowns": "13.5.1-develop.3",
40
+ "@progress/kendo-angular-excel-export": "13.5.1-develop.3",
41
+ "@progress/kendo-angular-icons": "13.5.1-develop.3",
42
+ "@progress/kendo-angular-inputs": "13.5.1-develop.3",
43
+ "@progress/kendo-angular-intl": "13.5.1-develop.3",
44
+ "@progress/kendo-angular-l10n": "13.5.1-develop.3",
45
+ "@progress/kendo-angular-label": "13.5.1-develop.3",
46
+ "@progress/kendo-angular-pdf-export": "13.5.1-develop.3",
47
+ "@progress/kendo-angular-popup": "13.5.1-develop.3",
48
+ "@progress/kendo-angular-utils": "13.5.1-develop.3",
49
49
  "rxjs": "^6.5.3 || ^7.0.0"
50
50
  },
51
51
  "dependencies": {
52
52
  "tslib": "^2.3.1",
53
- "@progress/kendo-angular-schematics": "13.5.1-develop.1",
53
+ "@progress/kendo-angular-schematics": "13.5.1-develop.3",
54
54
  "@progress/kendo-common": "^0.2.0",
55
55
  "@progress/kendo-file-saver": "^1.0.0"
56
56
  },
@@ -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: 'GridModule', package: 'grid', peerDependencies: {
6
6
  // peer dep of the dropdowns
7
- '@progress/kendo-angular-treeview': '13.5.1-develop.1',
7
+ '@progress/kendo-angular-treeview': '13.5.1-develop.3',
8
8
  // peer dependency of kendo-angular-inputs
9
- '@progress/kendo-angular-dialog': '13.5.1-develop.1',
9
+ '@progress/kendo-angular-dialog': '13.5.1-develop.3',
10
10
  // peer dependency of kendo-angular-icons
11
11
  '@progress/kendo-svg-icons': '^1.0.0',
12
12
  // peer dependency of kendo-angular-layout
13
- '@progress/kendo-angular-progressbar': '13.5.1-develop.1'
13
+ '@progress/kendo-angular-progressbar': '13.5.1-develop.3'
14
14
  } });
15
15
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
16
16
  }