@progress/kendo-angular-filter 19.1.2-develop.3 → 19.1.2-develop.5
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/esm2022/filter-field.component.mjs +7 -17
- package/esm2022/filter.component.mjs +3 -0
- package/esm2022/package-metadata.mjs +2 -2
- package/fesm2022/progress-kendo-angular-filter.mjs +12 -19
- package/filter-field.component.d.ts +7 -17
- package/filter.component.d.ts +3 -0
- package/package.json +12 -12
- package/schematics/ngAdd/index.js +4 -4
|
@@ -11,23 +11,13 @@ import * as i0 from "@angular/core";
|
|
|
11
11
|
* Used to declare filter expressions for the Filter component.
|
|
12
12
|
*
|
|
13
13
|
* @example
|
|
14
|
-
* ```
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
* <kendo-filter-field field="discontinued" title="Discontinued" editor="boolean"></kendo-filter-field>
|
|
22
|
-
* <kendo-filter-field field="ordered on" title="Ordered on" editor="date"></kendo-filter-field>
|
|
23
|
-
* <kendo-filter>
|
|
24
|
-
* `
|
|
25
|
-
* })
|
|
26
|
-
* export class AppComponent {
|
|
27
|
-
* onValueChange(e: CompositeFilterDescriptor) {
|
|
28
|
-
* console.log(e);
|
|
29
|
-
* }
|
|
30
|
-
* }
|
|
14
|
+
* ```html
|
|
15
|
+
* <kendo-filter>
|
|
16
|
+
* <kendo-filter-field field="country" editor="string" [operators]="['neq', 'eq', 'contains']"></kendo-filter-field>
|
|
17
|
+
* <kendo-filter-field field="budget" editor="number"></kendo-filter-field>
|
|
18
|
+
* <kendo-filter-field field="discontinued" title="Discontinued" editor="boolean"></kendo-filter-field>
|
|
19
|
+
* <kendo-filter-field field="ordered on" title="Ordered on" editor="date"></kendo-filter-field>
|
|
20
|
+
* <kendo-filter>
|
|
31
21
|
* ```
|
|
32
22
|
*/
|
|
33
23
|
export class FilterFieldComponent {
|
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: '19.1.2-develop.
|
|
13
|
+
publishDate: 1750431159,
|
|
14
|
+
version: '19.1.2-develop.5',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -231,8 +231,8 @@ const packageMetadata = {
|
|
|
231
231
|
productName: 'Kendo UI for Angular',
|
|
232
232
|
productCode: 'KENDOUIANGULAR',
|
|
233
233
|
productCodes: ['KENDOUIANGULAR'],
|
|
234
|
-
publishDate:
|
|
235
|
-
version: '19.1.2-develop.
|
|
234
|
+
publishDate: 1750431159,
|
|
235
|
+
version: '19.1.2-develop.5',
|
|
236
236
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
237
237
|
};
|
|
238
238
|
|
|
@@ -268,23 +268,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
268
268
|
* Used to declare filter expressions for the Filter component.
|
|
269
269
|
*
|
|
270
270
|
* @example
|
|
271
|
-
* ```
|
|
272
|
-
*
|
|
273
|
-
*
|
|
274
|
-
*
|
|
275
|
-
*
|
|
276
|
-
*
|
|
277
|
-
*
|
|
278
|
-
* <kendo-filter-field field="discontinued" title="Discontinued" editor="boolean"></kendo-filter-field>
|
|
279
|
-
* <kendo-filter-field field="ordered on" title="Ordered on" editor="date"></kendo-filter-field>
|
|
280
|
-
* <kendo-filter>
|
|
281
|
-
* `
|
|
282
|
-
* })
|
|
283
|
-
* export class AppComponent {
|
|
284
|
-
* onValueChange(e: CompositeFilterDescriptor) {
|
|
285
|
-
* console.log(e);
|
|
286
|
-
* }
|
|
287
|
-
* }
|
|
271
|
+
* ```html
|
|
272
|
+
* <kendo-filter>
|
|
273
|
+
* <kendo-filter-field field="country" editor="string" [operators]="['neq', 'eq', 'contains']"></kendo-filter-field>
|
|
274
|
+
* <kendo-filter-field field="budget" editor="number"></kendo-filter-field>
|
|
275
|
+
* <kendo-filter-field field="discontinued" title="Discontinued" editor="boolean"></kendo-filter-field>
|
|
276
|
+
* <kendo-filter-field field="ordered on" title="Ordered on" editor="date"></kendo-filter-field>
|
|
277
|
+
* <kendo-filter>
|
|
288
278
|
* ```
|
|
289
279
|
*/
|
|
290
280
|
class FilterFieldComponent {
|
|
@@ -1855,6 +1845,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1855
1845
|
* }
|
|
1856
1846
|
* }
|
|
1857
1847
|
* ```
|
|
1848
|
+
*
|
|
1849
|
+
* @remarks
|
|
1850
|
+
* Supported children components are: {@link CustomMessagesComponent}, {@link FilterFieldComponent}.
|
|
1858
1851
|
*/
|
|
1859
1852
|
class FilterComponent {
|
|
1860
1853
|
filterService;
|
|
@@ -10,23 +10,13 @@ import * as i0 from "@angular/core";
|
|
|
10
10
|
* Used to declare filter expressions for the Filter component.
|
|
11
11
|
*
|
|
12
12
|
* @example
|
|
13
|
-
* ```
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
* <kendo-filter-field field="discontinued" title="Discontinued" editor="boolean"></kendo-filter-field>
|
|
21
|
-
* <kendo-filter-field field="ordered on" title="Ordered on" editor="date"></kendo-filter-field>
|
|
22
|
-
* <kendo-filter>
|
|
23
|
-
* `
|
|
24
|
-
* })
|
|
25
|
-
* export class AppComponent {
|
|
26
|
-
* onValueChange(e: CompositeFilterDescriptor) {
|
|
27
|
-
* console.log(e);
|
|
28
|
-
* }
|
|
29
|
-
* }
|
|
13
|
+
* ```html
|
|
14
|
+
* <kendo-filter>
|
|
15
|
+
* <kendo-filter-field field="country" editor="string" [operators]="['neq', 'eq', 'contains']"></kendo-filter-field>
|
|
16
|
+
* <kendo-filter-field field="budget" editor="number"></kendo-filter-field>
|
|
17
|
+
* <kendo-filter-field field="discontinued" title="Discontinued" editor="boolean"></kendo-filter-field>
|
|
18
|
+
* <kendo-filter-field field="ordered on" title="Ordered on" editor="date"></kendo-filter-field>
|
|
19
|
+
* <kendo-filter>
|
|
30
20
|
* ```
|
|
31
21
|
*/
|
|
32
22
|
export declare class FilterFieldComponent {
|
package/filter.component.d.ts
CHANGED
|
@@ -44,6 +44,9 @@ import * as i0 from "@angular/core";
|
|
|
44
44
|
* }
|
|
45
45
|
* }
|
|
46
46
|
* ```
|
|
47
|
+
*
|
|
48
|
+
* @remarks
|
|
49
|
+
* Supported children components are: {@link CustomMessagesComponent}, {@link FilterFieldComponent}.
|
|
47
50
|
*/
|
|
48
51
|
export declare class FilterComponent implements OnInit, OnDestroy {
|
|
49
52
|
private filterService;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-filter",
|
|
3
|
-
"version": "19.1.2-develop.
|
|
3
|
+
"version": "19.1.2-develop.5",
|
|
4
4
|
"description": "Kendo UI Angular Filter",
|
|
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":
|
|
20
|
+
"publishDate": 1750431159,
|
|
21
21
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
22
22
|
}
|
|
23
23
|
},
|
|
@@ -28,20 +28,20 @@
|
|
|
28
28
|
"@angular/platform-browser": "16 - 20",
|
|
29
29
|
"@progress/kendo-data-query": "^1.5.5",
|
|
30
30
|
"@progress/kendo-licensing": "^1.5.0",
|
|
31
|
-
"@progress/kendo-angular-buttons": "19.1.2-develop.
|
|
32
|
-
"@progress/kendo-angular-common": "19.1.2-develop.
|
|
33
|
-
"@progress/kendo-angular-dateinputs": "19.1.2-develop.
|
|
34
|
-
"@progress/kendo-angular-dropdowns": "19.1.2-develop.
|
|
35
|
-
"@progress/kendo-angular-inputs": "19.1.2-develop.
|
|
36
|
-
"@progress/kendo-angular-intl": "19.1.2-develop.
|
|
37
|
-
"@progress/kendo-angular-l10n": "19.1.2-develop.
|
|
38
|
-
"@progress/kendo-angular-icons": "19.1.2-develop.
|
|
39
|
-
"@progress/kendo-angular-label": "19.1.2-develop.
|
|
31
|
+
"@progress/kendo-angular-buttons": "19.1.2-develop.5",
|
|
32
|
+
"@progress/kendo-angular-common": "19.1.2-develop.5",
|
|
33
|
+
"@progress/kendo-angular-dateinputs": "19.1.2-develop.5",
|
|
34
|
+
"@progress/kendo-angular-dropdowns": "19.1.2-develop.5",
|
|
35
|
+
"@progress/kendo-angular-inputs": "19.1.2-develop.5",
|
|
36
|
+
"@progress/kendo-angular-intl": "19.1.2-develop.5",
|
|
37
|
+
"@progress/kendo-angular-l10n": "19.1.2-develop.5",
|
|
38
|
+
"@progress/kendo-angular-icons": "19.1.2-develop.5",
|
|
39
|
+
"@progress/kendo-angular-label": "19.1.2-develop.5",
|
|
40
40
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"tslib": "^2.3.1",
|
|
44
|
-
"@progress/kendo-angular-schematics": "19.1.2-develop.
|
|
44
|
+
"@progress/kendo-angular-schematics": "19.1.2-develop.5"
|
|
45
45
|
},
|
|
46
46
|
"schematics": "./schematics/collection.json",
|
|
47
47
|
"module": "fesm2022/progress-kendo-angular-filter.mjs",
|
|
@@ -4,12 +4,12 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
4
4
|
function default_1(options) {
|
|
5
5
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'FilterModule', package: 'filter', peerDependencies: {
|
|
6
6
|
// peer deps of the dropdowns
|
|
7
|
-
'@progress/kendo-angular-treeview': '19.1.2-develop.
|
|
8
|
-
'@progress/kendo-angular-popup': '19.1.2-develop.
|
|
9
|
-
'@progress/kendo-angular-navigation': '19.1.2-develop.
|
|
7
|
+
'@progress/kendo-angular-treeview': '19.1.2-develop.5',
|
|
8
|
+
'@progress/kendo-angular-popup': '19.1.2-develop.5',
|
|
9
|
+
'@progress/kendo-angular-navigation': '19.1.2-develop.5',
|
|
10
10
|
// peer dependency of kendo-angular-inputs
|
|
11
11
|
'@progress/kendo-drawing': '^1.16.0',
|
|
12
|
-
'@progress/kendo-angular-dialog': '19.1.2-develop.
|
|
12
|
+
'@progress/kendo-angular-dialog': '19.1.2-develop.5',
|
|
13
13
|
// Peer dependency of icons
|
|
14
14
|
'@progress/kendo-svg-icons': '^4.0.0'
|
|
15
15
|
} });
|