@progress/kendo-angular-grid 16.3.0-develop.8 → 16.3.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.
- package/esm2020/filtering/cell/boolean-filter-cell.component.mjs +1 -1
- package/esm2020/filtering/cell/date-filter-cell.component.mjs +1 -0
- package/esm2020/filtering/cell/numeric-filter-cell.component.mjs +1 -1
- package/esm2020/filtering/cell/string-filter-cell.component.mjs +1 -1
- package/esm2020/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-grid.mjs +6 -5
- package/fesm2020/progress-kendo-angular-grid.mjs +6 -5
- package/filtering/cell/boolean-filter-cell.component.d.ts +1 -1
- package/filtering/cell/date-filter-cell.component.d.ts +1 -0
- package/filtering/cell/numeric-filter-cell.component.d.ts +1 -1
- package/filtering/cell/string-filter-cell.component.d.ts +1 -1
- package/package.json +16 -16
- package/schematics/ngAdd/index.js +4 -4
|
@@ -18,7 +18,7 @@ import * as i6 from "../filter-input.directive";
|
|
|
18
18
|
import * as i7 from "./filter-cell-wrapper.component";
|
|
19
19
|
/**
|
|
20
20
|
* Represents a Boolean filter-cell component.
|
|
21
|
-
*
|
|
21
|
+
* See the article about the [built-in filter components](slug:filter_row#toc-built-in-filter-row-components).
|
|
22
22
|
*
|
|
23
23
|
* @example
|
|
24
24
|
*
|
|
@@ -18,6 +18,7 @@ import * as i6 from "../filter-input.directive";
|
|
|
18
18
|
import * as i7 from "./filter-cell-wrapper.component";
|
|
19
19
|
/**
|
|
20
20
|
* Represents a [DatePicker](slug:overview_datepicker) filter-cell component.
|
|
21
|
+
* See the article about the [built-in filter components](slug:filter_row#toc-built-in-filter-row-components).
|
|
21
22
|
*
|
|
22
23
|
* @example
|
|
23
24
|
*
|
|
@@ -18,7 +18,7 @@ import * as i6 from "../filter-input.directive";
|
|
|
18
18
|
import * as i7 from "./filter-cell-wrapper.component";
|
|
19
19
|
/**
|
|
20
20
|
* Represents a numeric filter-cell component.
|
|
21
|
-
*
|
|
21
|
+
* See the article about the [built-in filter components](slug:filter_row#toc-built-in-filter-row-components).
|
|
22
22
|
*
|
|
23
23
|
* @example
|
|
24
24
|
* ```html
|
|
@@ -19,7 +19,7 @@ import * as i7 from "../filter-input.directive";
|
|
|
19
19
|
import * as i8 from "./filter-cell-wrapper.component";
|
|
20
20
|
/**
|
|
21
21
|
* Represents a string filter-cell component
|
|
22
|
-
*
|
|
22
|
+
* See the article about the [built-in filter components](slug:filter_row#toc-built-in-filter-row-components).
|
|
23
23
|
*
|
|
24
24
|
* @example
|
|
25
25
|
* ```html
|
|
@@ -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:
|
|
13
|
-
version: '16.3.0
|
|
12
|
+
publishDate: 1718885009,
|
|
13
|
+
version: '16.3.0',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -4581,8 +4581,8 @@ const packageMetadata = {
|
|
|
4581
4581
|
name: '@progress/kendo-angular-grid',
|
|
4582
4582
|
productName: 'Kendo UI for Angular',
|
|
4583
4583
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
4584
|
-
publishDate:
|
|
4585
|
-
version: '16.3.0
|
|
4584
|
+
publishDate: 1718885009,
|
|
4585
|
+
version: '16.3.0',
|
|
4586
4586
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
4587
4587
|
};
|
|
4588
4588
|
|
|
@@ -15284,7 +15284,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
15284
15284
|
|
|
15285
15285
|
/**
|
|
15286
15286
|
* Represents a string filter-cell component
|
|
15287
|
-
*
|
|
15287
|
+
* See the article about the [built-in filter components](slug:filter_row#toc-built-in-filter-row-components).
|
|
15288
15288
|
*
|
|
15289
15289
|
* @example
|
|
15290
15290
|
* ```html
|
|
@@ -15378,7 +15378,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
15378
15378
|
|
|
15379
15379
|
/**
|
|
15380
15380
|
* Represents a numeric filter-cell component.
|
|
15381
|
-
*
|
|
15381
|
+
* See the article about the [built-in filter components](slug:filter_row#toc-built-in-filter-row-components).
|
|
15382
15382
|
*
|
|
15383
15383
|
* @example
|
|
15384
15384
|
* ```html
|
|
@@ -15506,7 +15506,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
15506
15506
|
|
|
15507
15507
|
/**
|
|
15508
15508
|
* Represents a Boolean filter-cell component.
|
|
15509
|
-
*
|
|
15509
|
+
* See the article about the [built-in filter components](slug:filter_row#toc-built-in-filter-row-components).
|
|
15510
15510
|
*
|
|
15511
15511
|
* @example
|
|
15512
15512
|
*
|
|
@@ -15599,6 +15599,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
15599
15599
|
|
|
15600
15600
|
/**
|
|
15601
15601
|
* Represents a [DatePicker](slug:overview_datepicker) filter-cell component.
|
|
15602
|
+
* See the article about the [built-in filter components](slug:filter_row#toc-built-in-filter-row-components).
|
|
15602
15603
|
*
|
|
15603
15604
|
* @example
|
|
15604
15605
|
*
|
|
@@ -4549,8 +4549,8 @@ const packageMetadata = {
|
|
|
4549
4549
|
name: '@progress/kendo-angular-grid',
|
|
4550
4550
|
productName: 'Kendo UI for Angular',
|
|
4551
4551
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
4552
|
-
publishDate:
|
|
4553
|
-
version: '16.3.0
|
|
4552
|
+
publishDate: 1718885009,
|
|
4553
|
+
version: '16.3.0',
|
|
4554
4554
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
4555
4555
|
};
|
|
4556
4556
|
|
|
@@ -15205,7 +15205,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
15205
15205
|
|
|
15206
15206
|
/**
|
|
15207
15207
|
* Represents a string filter-cell component
|
|
15208
|
-
*
|
|
15208
|
+
* See the article about the [built-in filter components](slug:filter_row#toc-built-in-filter-row-components).
|
|
15209
15209
|
*
|
|
15210
15210
|
* @example
|
|
15211
15211
|
* ```html
|
|
@@ -15299,7 +15299,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
15299
15299
|
|
|
15300
15300
|
/**
|
|
15301
15301
|
* Represents a numeric filter-cell component.
|
|
15302
|
-
*
|
|
15302
|
+
* See the article about the [built-in filter components](slug:filter_row#toc-built-in-filter-row-components).
|
|
15303
15303
|
*
|
|
15304
15304
|
* @example
|
|
15305
15305
|
* ```html
|
|
@@ -15427,7 +15427,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
15427
15427
|
|
|
15428
15428
|
/**
|
|
15429
15429
|
* Represents a Boolean filter-cell component.
|
|
15430
|
-
*
|
|
15430
|
+
* See the article about the [built-in filter components](slug:filter_row#toc-built-in-filter-row-components).
|
|
15431
15431
|
*
|
|
15432
15432
|
* @example
|
|
15433
15433
|
*
|
|
@@ -15520,6 +15520,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
15520
15520
|
|
|
15521
15521
|
/**
|
|
15522
15522
|
* Represents a [DatePicker](slug:overview_datepicker) filter-cell component.
|
|
15523
|
+
* See the article about the [built-in filter components](slug:filter_row#toc-built-in-filter-row-components).
|
|
15523
15524
|
*
|
|
15524
15525
|
* @example
|
|
15525
15526
|
*
|
|
@@ -11,7 +11,7 @@ import { ContextService } from '../../common/provider.service';
|
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
/**
|
|
13
13
|
* Represents a Boolean filter-cell component.
|
|
14
|
-
*
|
|
14
|
+
* See the article about the [built-in filter components](slug:filter_row#toc-built-in-filter-row-components).
|
|
15
15
|
*
|
|
16
16
|
* @example
|
|
17
17
|
*
|
|
@@ -9,6 +9,7 @@ import { ContextService } from '../../common/provider.service';
|
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
/**
|
|
11
11
|
* Represents a [DatePicker](slug:overview_datepicker) filter-cell component.
|
|
12
|
+
* See the article about the [built-in filter components](slug:filter_row#toc-built-in-filter-row-components).
|
|
12
13
|
*
|
|
13
14
|
* @example
|
|
14
15
|
*
|
|
@@ -9,7 +9,7 @@ import { ContextService } from '../../common/provider.service';
|
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
/**
|
|
11
11
|
* Represents a numeric filter-cell component.
|
|
12
|
-
*
|
|
12
|
+
* See the article about the [built-in filter components](slug:filter_row#toc-built-in-filter-row-components).
|
|
13
13
|
*
|
|
14
14
|
* @example
|
|
15
15
|
* ```html
|
|
@@ -9,7 +9,7 @@ import { ContextService } from '../../common/provider.service';
|
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
/**
|
|
11
11
|
* Represents a string filter-cell component
|
|
12
|
-
*
|
|
12
|
+
* See the article about the [built-in filter components](slug:filter_row#toc-built-in-filter-row-components).
|
|
13
13
|
*
|
|
14
14
|
* @example
|
|
15
15
|
* ```html
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-grid",
|
|
3
|
-
"version": "16.3.0
|
|
3
|
+
"version": "16.3.0",
|
|
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",
|
|
@@ -33,25 +33,25 @@
|
|
|
33
33
|
"@progress/kendo-data-query": "^1.0.0",
|
|
34
34
|
"@progress/kendo-drawing": "^1.19.0",
|
|
35
35
|
"@progress/kendo-licensing": "^1.0.2",
|
|
36
|
-
"@progress/kendo-angular-buttons": "16.3.0
|
|
37
|
-
"@progress/kendo-angular-common": "16.3.0
|
|
38
|
-
"@progress/kendo-angular-dateinputs": "16.3.0
|
|
39
|
-
"@progress/kendo-angular-layout": "16.3.0
|
|
40
|
-
"@progress/kendo-angular-dropdowns": "16.3.0
|
|
41
|
-
"@progress/kendo-angular-excel-export": "16.3.0
|
|
42
|
-
"@progress/kendo-angular-icons": "16.3.0
|
|
43
|
-
"@progress/kendo-angular-inputs": "16.3.0
|
|
44
|
-
"@progress/kendo-angular-intl": "16.3.0
|
|
45
|
-
"@progress/kendo-angular-l10n": "16.3.0
|
|
46
|
-
"@progress/kendo-angular-label": "16.3.0
|
|
47
|
-
"@progress/kendo-angular-pdf-export": "16.3.0
|
|
48
|
-
"@progress/kendo-angular-popup": "16.3.0
|
|
49
|
-
"@progress/kendo-angular-utils": "16.3.0
|
|
36
|
+
"@progress/kendo-angular-buttons": "16.3.0",
|
|
37
|
+
"@progress/kendo-angular-common": "16.3.0",
|
|
38
|
+
"@progress/kendo-angular-dateinputs": "16.3.0",
|
|
39
|
+
"@progress/kendo-angular-layout": "16.3.0",
|
|
40
|
+
"@progress/kendo-angular-dropdowns": "16.3.0",
|
|
41
|
+
"@progress/kendo-angular-excel-export": "16.3.0",
|
|
42
|
+
"@progress/kendo-angular-icons": "16.3.0",
|
|
43
|
+
"@progress/kendo-angular-inputs": "16.3.0",
|
|
44
|
+
"@progress/kendo-angular-intl": "16.3.0",
|
|
45
|
+
"@progress/kendo-angular-l10n": "16.3.0",
|
|
46
|
+
"@progress/kendo-angular-label": "16.3.0",
|
|
47
|
+
"@progress/kendo-angular-pdf-export": "16.3.0",
|
|
48
|
+
"@progress/kendo-angular-popup": "16.3.0",
|
|
49
|
+
"@progress/kendo-angular-utils": "16.3.0",
|
|
50
50
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"tslib": "^2.3.1",
|
|
54
|
-
"@progress/kendo-angular-schematics": "16.3.0
|
|
54
|
+
"@progress/kendo-angular-schematics": "16.3.0",
|
|
55
55
|
"@progress/kendo-common": "^0.2.0",
|
|
56
56
|
"@progress/kendo-file-saver": "^1.0.0"
|
|
57
57
|
},
|
|
@@ -4,14 +4,14 @@ 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 deps of the dropdowns
|
|
7
|
-
'@progress/kendo-angular-treeview': '16.3.0
|
|
8
|
-
'@progress/kendo-angular-navigation': '16.3.0
|
|
7
|
+
'@progress/kendo-angular-treeview': '16.3.0',
|
|
8
|
+
'@progress/kendo-angular-navigation': '16.3.0',
|
|
9
9
|
// peer dependency of kendo-angular-inputs
|
|
10
|
-
'@progress/kendo-angular-dialog': '16.3.0
|
|
10
|
+
'@progress/kendo-angular-dialog': '16.3.0',
|
|
11
11
|
// peer dependency of kendo-angular-icons
|
|
12
12
|
'@progress/kendo-svg-icons': '^3.0.0',
|
|
13
13
|
// peer dependency of kendo-angular-layout
|
|
14
|
-
'@progress/kendo-angular-progressbar': '16.3.0
|
|
14
|
+
'@progress/kendo-angular-progressbar': '16.3.0'
|
|
15
15
|
} });
|
|
16
16
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
17
17
|
}
|