@progress/kendo-angular-filter 0.1.7 → 1.0.0-next.202204010908
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/{dist/es2015/aria-label.directive.d.ts → aria-label.directive.d.ts} +3 -0
- package/bundles/kendo-angular-filter.umd.js +5 -0
- package/{dist/es2015/editors → editors}/boolean-editor.component.d.ts +3 -0
- package/{dist/es2015/editors → editors}/date-editor.component.d.ts +3 -0
- package/{dist/es2015/editors → editors}/numeric-editor.component.d.ts +3 -0
- package/{dist/es2015/editors → editors}/text-editor.component.d.ts +3 -0
- package/esm2015/aria-label.directive.js +28 -0
- package/esm2015/editors/boolean-editor.component.js +84 -0
- package/esm2015/editors/date-editor.component.js +67 -0
- package/esm2015/editors/numeric-editor.component.js +67 -0
- package/esm2015/editors/text-editor.component.js +59 -0
- package/esm2015/filter-expression-operators.component.js +68 -0
- package/{dist/es2015 → esm2015}/filter-expression.component.js +71 -26
- package/esm2015/filter-group.component.js +206 -0
- package/{dist/es2015 → esm2015}/filter.component.js +151 -34
- package/esm2015/filter.module.js +117 -0
- package/{dist/es2015 → esm2015}/filter.service.js +8 -10
- package/{dist/es2015/shared.module.d.ts → esm2015/kendo-angular-filter.js} +2 -3
- package/esm2015/localization/custom-messages.component.js +41 -0
- package/esm2015/localization/localized-messages.directive.js +36 -0
- package/esm2015/localization/messages.js +95 -0
- package/{dist/es/index.js → esm2015/main.js} +3 -8
- package/{dist/es → esm2015}/model/filter-expression.js +1 -0
- package/{dist/es2015 → esm2015}/package-metadata.js +1 -1
- package/esm2015/shared.module.js +50 -0
- package/{dist/es2015 → esm2015}/util.js +3 -3
- package/fesm2015/kendo-angular-filter.js +1622 -0
- package/{dist/es2015/filter-expression-operators.component.d.ts → filter-expression-operators.component.d.ts} +3 -0
- package/{dist/es2015/filter-expression.component.d.ts → filter-expression.component.d.ts} +5 -0
- package/{dist/es2015/filter-group.component.d.ts → filter-group.component.d.ts} +7 -2
- package/{dist/es2015/filter.component.d.ts → filter.component.d.ts} +7 -2
- package/filter.module.d.ts +53 -0
- package/{dist/es2015/filter.service.d.ts → filter.service.d.ts} +3 -0
- package/{dist/npm/model/filter-expression.js → kendo-angular-filter.d.ts} +3 -3
- package/{dist/es2015/localization → localization}/custom-messages.component.d.ts +4 -1
- package/{dist/es2015/localization → localization}/localized-messages.directive.d.ts +3 -0
- package/{dist/es2015/localization → localization}/messages.d.ts +3 -0
- package/{dist/es2015/index.d.ts → main.d.ts} +4 -8
- package/{dist/es2015/model → model}/filter-expression.d.ts +0 -0
- package/{dist/es2015/package-metadata.d.ts → package-metadata.d.ts} +0 -0
- package/package.json +38 -109
- package/schematics/ngAdd/index.js +5 -2
- package/schematics/ngAdd/index.js.map +1 -1
- package/shared.module.d.ts +19 -0
- package/util.d.ts +147 -0
- package/dist/cdn/js/kendo-angular-filter.js +0 -20
- package/dist/cdn/main.js +0 -5
- package/dist/es/aria-label.directive.js +0 -30
- package/dist/es/editors/boolean-editor.component.js +0 -61
- package/dist/es/editors/date-editor.component.js +0 -45
- package/dist/es/editors/numeric-editor.component.js +0 -45
- package/dist/es/editors/text-editor.component.js +0 -45
- package/dist/es/filter-expression-operators.component.js +0 -48
- package/dist/es/filter-expression.component.js +0 -136
- package/dist/es/filter-group.component.js +0 -84
- package/dist/es/filter.component.js +0 -185
- package/dist/es/filter.module.js +0 -91
- package/dist/es/filter.service.js +0 -45
- package/dist/es/localization/custom-messages.component.js +0 -44
- package/dist/es/localization/localized-messages.directive.js +0 -35
- package/dist/es/localization/messages.js +0 -166
- package/dist/es/main.js +0 -6
- package/dist/es/package-metadata.js +0 -15
- package/dist/es/shared.module.js +0 -35
- package/dist/es/util.js +0 -136
- package/dist/es2015/aria-label.directive.js +0 -29
- package/dist/es2015/editors/boolean-editor.component.js +0 -72
- package/dist/es2015/editors/date-editor.component.js +0 -56
- package/dist/es2015/editors/numeric-editor.component.js +0 -56
- package/dist/es2015/editors/text-editor.component.js +0 -52
- package/dist/es2015/filter-expression-operators.component.js +0 -59
- package/dist/es2015/filter-group.component.js +0 -145
- package/dist/es2015/filter.module.d.ts +0 -37
- package/dist/es2015/filter.module.js +0 -88
- package/dist/es2015/index.js +0 -21
- package/dist/es2015/index.metadata.json +0 -1
- package/dist/es2015/localization/custom-messages.component.js +0 -36
- package/dist/es2015/localization/localized-messages.directive.js +0 -31
- package/dist/es2015/localization/messages.js +0 -160
- package/dist/es2015/main.d.ts +0 -7
- package/dist/es2015/main.js +0 -6
- package/dist/es2015/model/filter-expression.js +0 -7
- package/dist/es2015/shared.module.js +0 -32
- package/dist/es2015/util.d.ts +0 -147
- package/dist/fesm2015/index.js +0 -1316
- package/dist/fesm5/index.js +0 -1076
- package/dist/npm/aria-label.directive.js +0 -32
- package/dist/npm/editors/boolean-editor.component.js +0 -63
- package/dist/npm/editors/date-editor.component.js +0 -47
- package/dist/npm/editors/numeric-editor.component.js +0 -47
- package/dist/npm/editors/text-editor.component.js +0 -47
- package/dist/npm/filter-expression-operators.component.js +0 -50
- package/dist/npm/filter-expression.component.js +0 -138
- package/dist/npm/filter-group.component.js +0 -86
- package/dist/npm/filter.component.js +0 -187
- package/dist/npm/filter.module.js +0 -93
- package/dist/npm/filter.service.js +0 -47
- package/dist/npm/index.js +0 -37
- package/dist/npm/localization/custom-messages.component.js +0 -46
- package/dist/npm/localization/localized-messages.directive.js +0 -37
- package/dist/npm/localization/messages.js +0 -168
- package/dist/npm/main.js +0 -10
- package/dist/npm/package-metadata.js +0 -17
- package/dist/npm/shared.module.js +0 -37
- package/dist/npm/util.js +0 -138
- package/dist/systemjs/kendo-angular-filter.js +0 -5
|
@@ -6,6 +6,7 @@ import { EventEmitter } from '@angular/core';
|
|
|
6
6
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
7
7
|
import { FilterDescriptor } from '@progress/kendo-data-query';
|
|
8
8
|
import { FilterService } from './filter.service';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
9
10
|
/**
|
|
10
11
|
* @hidden
|
|
11
12
|
*/
|
|
@@ -21,4 +22,6 @@ export declare class FilterExpressionOperatorsComponent {
|
|
|
21
22
|
constructor(filterService: FilterService, localization: LocalizationService);
|
|
22
23
|
messageFor(key: string): string;
|
|
23
24
|
operatorValueChange(value: string): void;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FilterExpressionOperatorsComponent, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterExpressionOperatorsComponent, "kendo-filter-expression-operators", never, { "currentItem": "currentItem"; "operators": "operators"; }, { "valueChange": "valueChange"; }, never, never>;
|
|
24
27
|
}
|
|
@@ -4,9 +4,11 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ChangeDetectorRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
6
6
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
7
|
+
import { CompositeFilterDescriptor } from '@progress/kendo-data-query';
|
|
7
8
|
import { FilterDescriptor } from '@progress/kendo-data-query';
|
|
8
9
|
import { FilterService } from './filter.service';
|
|
9
10
|
import { FilterEditor, FilterExpression, FilterOperator } from './model/filter-expression';
|
|
11
|
+
import * as i0 from "@angular/core";
|
|
10
12
|
/**
|
|
11
13
|
* @hidden
|
|
12
14
|
*/
|
|
@@ -14,6 +16,7 @@ export declare class FilterExpressionComponent implements OnInit, OnDestroy {
|
|
|
14
16
|
private filterService;
|
|
15
17
|
protected localization: LocalizationService;
|
|
16
18
|
private cdr;
|
|
19
|
+
static ngAcceptInputType_currentItem: FilterDescriptor | CompositeFilterDescriptor;
|
|
17
20
|
index: number;
|
|
18
21
|
currentItem: FilterDescriptor;
|
|
19
22
|
valueChange: EventEmitter<void>;
|
|
@@ -40,4 +43,6 @@ export declare class FilterExpressionComponent implements OnInit, OnDestroy {
|
|
|
40
43
|
getEditorType(): FilterEditor;
|
|
41
44
|
removeFilterExpression(): void;
|
|
42
45
|
private setOperators;
|
|
46
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FilterExpressionComponent, never>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterExpressionComponent, "kendo-filter-expression", never, { "index": "index"; "currentItem": "currentItem"; }, { "valueChange": "valueChange"; }, never, never>;
|
|
43
48
|
}
|
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ChangeDetectorRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
6
6
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
7
|
+
import { FilterDescriptor } from '@progress/kendo-data-query';
|
|
7
8
|
import { CompositeFilterDescriptor } from '@progress/kendo-data-query';
|
|
8
9
|
import { FilterService } from './filter.service';
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
9
11
|
/**
|
|
10
12
|
* @hidden
|
|
11
13
|
*/
|
|
@@ -13,12 +15,13 @@ export declare class FilterGroupComponent implements OnInit, OnDestroy {
|
|
|
13
15
|
private filterService;
|
|
14
16
|
localization: LocalizationService;
|
|
15
17
|
private cdr;
|
|
18
|
+
static ngAcceptInputType_currentItem: FilterDescriptor | CompositeFilterDescriptor;
|
|
16
19
|
index: number;
|
|
17
20
|
currentItem: CompositeFilterDescriptor;
|
|
18
21
|
valueChange: EventEmitter<void>;
|
|
19
22
|
operators: {
|
|
20
23
|
text: string;
|
|
21
|
-
value:
|
|
24
|
+
value: 'and' | 'or';
|
|
22
25
|
}[];
|
|
23
26
|
private localizationSubscription;
|
|
24
27
|
constructor(filterService: FilterService, localization: LocalizationService, cdr: ChangeDetectorRef);
|
|
@@ -26,11 +29,13 @@ export declare class FilterGroupComponent implements OnInit, OnDestroy {
|
|
|
26
29
|
ngOnDestroy(): void;
|
|
27
30
|
getLogicOperators(): {
|
|
28
31
|
text: string;
|
|
29
|
-
value:
|
|
32
|
+
value: 'and' | 'or';
|
|
30
33
|
}[];
|
|
31
34
|
messageFor(key: string): string;
|
|
32
35
|
selectedChange(logicOperator: 'or' | 'and'): void;
|
|
33
36
|
addFilterExpression(): void;
|
|
34
37
|
addFilterGroup(): void;
|
|
35
38
|
removeFilterGroup(): void;
|
|
39
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FilterGroupComponent, never>;
|
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterGroupComponent, "kendo-filter-group", never, { "index": "index"; "currentItem": "currentItem"; }, { "valueChange": "valueChange"; }, never, never>;
|
|
36
41
|
}
|
|
@@ -10,6 +10,7 @@ import { FilterExpression } from './model/filter-expression';
|
|
|
10
10
|
import { Direction } from './util';
|
|
11
11
|
import { ChangeDetectorRef } from '@angular/core';
|
|
12
12
|
import { OnDestroy } from '@angular/core';
|
|
13
|
+
import * as i0 from "@angular/core";
|
|
13
14
|
/**
|
|
14
15
|
* Represents the [Kendo UI Filter component for Angular]({% slug overview_filter %}).
|
|
15
16
|
* The Filter component can be used to apply any user defined filter criteria.
|
|
@@ -50,11 +51,13 @@ export declare class FilterComponent implements OnInit, OnDestroy {
|
|
|
50
51
|
/**
|
|
51
52
|
* Specifies the available user-defined filters. At least one filter should be provided.
|
|
52
53
|
*/
|
|
53
|
-
filters: FilterExpression[];
|
|
54
|
+
set filters(_filters: FilterExpression[]);
|
|
55
|
+
get filters(): FilterExpression[];
|
|
54
56
|
/**
|
|
55
57
|
* Sets the initial `value` of the Filter component.
|
|
56
58
|
*/
|
|
57
|
-
value: CompositeFilterDescriptor;
|
|
59
|
+
set value(value: CompositeFilterDescriptor);
|
|
60
|
+
get value(): CompositeFilterDescriptor;
|
|
58
61
|
/**
|
|
59
62
|
* Fires every time the Filter component value is updated.
|
|
60
63
|
* That is each time a Filter Group or Filter Expression is added, removed, or updated.
|
|
@@ -74,4 +77,6 @@ export declare class FilterComponent implements OnInit, OnDestroy {
|
|
|
74
77
|
onValueChange(): void;
|
|
75
78
|
private normalizeFilter;
|
|
76
79
|
private normalizeValue;
|
|
80
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FilterComponent, never>;
|
|
81
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterComponent, "kendo-filter", never, { "filters": "filters"; "value": "value"; }, { "valueChange": "valueChange"; }, never, never>;
|
|
77
82
|
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
import * as i1 from "./filter.component";
|
|
7
|
+
import * as i2 from "./editors/numeric-editor.component";
|
|
8
|
+
import * as i3 from "./editors/text-editor.component";
|
|
9
|
+
import * as i4 from "./filter-expression.component";
|
|
10
|
+
import * as i5 from "./filter-group.component";
|
|
11
|
+
import * as i6 from "./filter-expression-operators.component";
|
|
12
|
+
import * as i7 from "./editors/boolean-editor.component";
|
|
13
|
+
import * as i8 from "./editors/date-editor.component";
|
|
14
|
+
import * as i9 from "./localization/localized-messages.directive";
|
|
15
|
+
import * as i10 from "./localization/custom-messages.component";
|
|
16
|
+
import * as i11 from "./aria-label.directive";
|
|
17
|
+
import * as i12 from "./shared.module";
|
|
18
|
+
/**
|
|
19
|
+
* Represents the [NgModule]({{ site.data.urls.angular['ngmoduleapi'] }})
|
|
20
|
+
* definition for the Filter component.
|
|
21
|
+
*
|
|
22
|
+
* @example
|
|
23
|
+
*
|
|
24
|
+
* ```
|
|
25
|
+
* // Import the Filter module
|
|
26
|
+
* import { FilterModule } from '@progress/kendo-angular-filter';
|
|
27
|
+
*
|
|
28
|
+
* // The browser platform with a compiler
|
|
29
|
+
* import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
|
|
30
|
+
*
|
|
31
|
+
* import { NgModule } from '@angular/core';
|
|
32
|
+
*
|
|
33
|
+
* // Import the app component
|
|
34
|
+
* import { AppComponent } from './app.component';
|
|
35
|
+
*
|
|
36
|
+
* // Define the app module
|
|
37
|
+
* _@NgModule({
|
|
38
|
+
* declarations: [AppComponent], // declare app component
|
|
39
|
+
* imports: [BrowserModule, FilterModule], // import Filter module
|
|
40
|
+
* bootstrap: [AppComponent]
|
|
41
|
+
* })
|
|
42
|
+
* export class AppModule { }
|
|
43
|
+
*
|
|
44
|
+
* // Compile and launch the module
|
|
45
|
+
* platformBrowserDynamic().bootstrapModule(AppModule);
|
|
46
|
+
*
|
|
47
|
+
* ```
|
|
48
|
+
*/
|
|
49
|
+
export declare class FilterModule {
|
|
50
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FilterModule, never>;
|
|
51
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FilterModule, [typeof i1.FilterComponent, typeof i2.FilterNumericEditorComponent, typeof i3.FilterTextEditorComponent, typeof i4.FilterExpressionComponent, typeof i5.FilterGroupComponent, typeof i6.FilterExpressionOperatorsComponent, typeof i7.FilterBooleanEditorComponent, typeof i8.FilterDateEditorComponent, typeof i9.LocalizedMessagesDirective, typeof i10.CustomMessagesComponent, typeof i11.AriaLabelValueDirective], [typeof i12.SharedModule], [typeof i1.FilterComponent, typeof i2.FilterNumericEditorComponent, typeof i3.FilterTextEditorComponent, typeof i4.FilterExpressionComponent, typeof i5.FilterGroupComponent, typeof i6.FilterExpressionOperatorsComponent, typeof i7.FilterBooleanEditorComponent, typeof i8.FilterDateEditorComponent, typeof i9.LocalizedMessagesDirective, typeof i10.CustomMessagesComponent, typeof i11.AriaLabelValueDirective]>;
|
|
52
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<FilterModule>;
|
|
53
|
+
}
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { CompositeFilterDescriptor, FilterDescriptor } from '@progress/kendo-data-query';
|
|
6
6
|
import { FilterExpression } from './model/filter-expression';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
7
8
|
/**
|
|
8
9
|
* @hidden
|
|
9
10
|
*/
|
|
@@ -14,4 +15,6 @@ export declare class FilterService {
|
|
|
14
15
|
addFilterGroup(item: CompositeFilterDescriptor): void;
|
|
15
16
|
addFilterExpression(item: CompositeFilterDescriptor): void;
|
|
16
17
|
remove(item: CompositeFilterDescriptor | FilterDescriptor, positionIndex: number, parentItem?: CompositeFilterDescriptor): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FilterService, never>;
|
|
19
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<FilterService>;
|
|
17
20
|
}
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
"use strict";
|
|
6
5
|
/**
|
|
7
|
-
*
|
|
6
|
+
* Generated bundle index. Do not edit.
|
|
8
7
|
*/
|
|
9
|
-
|
|
8
|
+
/// <amd-module name="@progress/kendo-angular-filter" />
|
|
9
|
+
export * from './main';
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
6
6
|
import { Messages } from './messages';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
7
8
|
/**
|
|
8
9
|
* Custom component messages override default component messages
|
|
9
10
|
* ([see example]({% slug globalization_filter %}#toc-localization)).
|
|
@@ -11,5 +12,7 @@ import { Messages } from './messages';
|
|
|
11
12
|
export declare class CustomMessagesComponent extends Messages {
|
|
12
13
|
protected service: LocalizationService;
|
|
13
14
|
constructor(service: LocalizationService);
|
|
14
|
-
protected
|
|
15
|
+
protected get override(): boolean;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CustomMessagesComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CustomMessagesComponent, "kendo-filter-messages", never, {}, {}, never, never>;
|
|
15
18
|
}
|
|
@@ -4,10 +4,13 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
6
6
|
import { Messages } from './messages';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
7
8
|
/**
|
|
8
9
|
* @hidden
|
|
9
10
|
*/
|
|
10
11
|
export declare class LocalizedMessagesDirective extends Messages {
|
|
11
12
|
protected service: LocalizationService;
|
|
12
13
|
constructor(service: LocalizationService);
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedMessagesDirective, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedMessagesDirective, "[kendoFilterLocalizedMessages]", never, {}, {}, never>;
|
|
13
16
|
}
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ComponentMessages } from '@progress/kendo-angular-l10n';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
/**
|
|
7
8
|
* @hidden
|
|
8
9
|
*/
|
|
@@ -155,4 +156,6 @@ export declare class Messages extends ComponentMessages {
|
|
|
155
156
|
* The text of the filter toolbar aria label.
|
|
156
157
|
*/
|
|
157
158
|
filterToolbarAriaLabel: string;
|
|
159
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Messages, never>;
|
|
160
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<Messages, "[kendoFilterMessages]", never, { "filterExpressionOperators": "filterExpressionOperators"; "filterExpressionFilters": "filterExpressionFilters"; "remove": "remove"; "addGroup": "addGroup"; "addFilter": "addFilter"; "filterAndLogic": "filterAndLogic"; "filterOrLogic": "filterOrLogic"; "filterEqOperator": "filterEqOperator"; "filterNotEqOperator": "filterNotEqOperator"; "filterIsNullOperator": "filterIsNullOperator"; "filterIsNotNullOperator": "filterIsNotNullOperator"; "filterIsEmptyOperator": "filterIsEmptyOperator"; "filterIsNotEmptyOperator": "filterIsNotEmptyOperator"; "filterStartsWithOperator": "filterStartsWithOperator"; "filterContainsOperator": "filterContainsOperator"; "filterNotContainsOperator": "filterNotContainsOperator"; "filterEndsWithOperator": "filterEndsWithOperator"; "filterGteOperator": "filterGteOperator"; "filterGtOperator": "filterGtOperator"; "filterLteOperator": "filterLteOperator"; "filterLtOperator": "filterLtOperator"; "filterIsTrue": "filterIsTrue"; "filterIsFalse": "filterIsFalse"; "filterBooleanAll": "filterBooleanAll"; "filterAfterOrEqualOperator": "filterAfterOrEqualOperator"; "filterAfterOperator": "filterAfterOperator"; "filterBeforeOperator": "filterBeforeOperator"; "filterBeforeOrEqualOperator": "filterBeforeOrEqualOperator"; "editorNumericDecrement": "editorNumericDecrement"; "editorNumericIncrement": "editorNumericIncrement"; "editorDateTodayText": "editorDateTodayText"; "editorDateToggleText": "editorDateToggleText"; "filterFieldAriaLabel": "filterFieldAriaLabel"; "filterOperatorAriaLabel": "filterOperatorAriaLabel"; "filterValueAriaLabel": "filterValueAriaLabel"; "filterAriaLabel": "filterAriaLabel"; "filterToolbarAriaLabel": "filterToolbarAriaLabel"; }, {}, never>;
|
|
158
161
|
}
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
export
|
|
5
|
+
export { FilterComponent } from './filter.component';
|
|
6
|
+
export { FilterGroupComponent } from './filter-group.component';
|
|
7
|
+
export { FilterModule } from './filter.module';
|
|
8
|
+
export { FilterExpression } from './model/filter-expression';
|
|
9
9
|
export { AriaLabelValueDirective } from './aria-label.directive';
|
|
10
10
|
export { FilterBooleanEditorComponent } from './editors/boolean-editor.component';
|
|
11
11
|
export { FilterDateEditorComponent } from './editors/date-editor.component';
|
|
@@ -13,9 +13,5 @@ export { FilterNumericEditorComponent } from './editors/numeric-editor.component
|
|
|
13
13
|
export { FilterTextEditorComponent } from './editors/text-editor.component';
|
|
14
14
|
export { FilterExpressionOperatorsComponent } from './filter-expression-operators.component';
|
|
15
15
|
export { FilterExpressionComponent } from './filter-expression.component';
|
|
16
|
-
export { FilterGroupComponent } from './filter-group.component';
|
|
17
|
-
export { FilterService } from './filter.service';
|
|
18
16
|
export { CustomMessagesComponent } from './localization/custom-messages.component';
|
|
19
17
|
export { LocalizedMessagesDirective } from './localization/localized-messages.directive';
|
|
20
|
-
export { Messages } from './localization/messages';
|
|
21
|
-
export { SharedModule } from './shared.module';
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,104 +1,42 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-filter",
|
|
3
|
+
"version": "1.0.0-next.202204010908",
|
|
3
4
|
"description": "Kendo UI Angular Filter",
|
|
4
|
-
"author": "Progress",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
"
|
|
13
|
-
|
|
14
|
-
"jsdelivr": "dist/cdn/main.js",
|
|
15
|
-
"unpkg": "dist/cdn/main.js",
|
|
16
|
-
"sideEffects": false,
|
|
17
|
-
"scripts": {
|
|
18
|
-
"test": "jest",
|
|
19
|
-
"test:watch": "jest --watch",
|
|
20
|
-
"test:ci": "ci-angular-test",
|
|
21
|
-
"e2e:ci": "ci-angular-e2e",
|
|
22
|
-
"e2e": "gulp e2e",
|
|
23
|
-
"start": "gulp start",
|
|
24
|
-
"lint": "gulp lint && gulp lint-docs && tsc --noEmit",
|
|
25
|
-
"api-check": "gulp api-check",
|
|
26
|
-
"build-package": "gulp build-package",
|
|
27
|
-
"semantic-release": "semantic-release pre && semantic-prerelease publish --public && semantic-release post"
|
|
6
|
+
"author": "Progress",
|
|
7
|
+
"homepage": "https://www.telerik.com/kendo-angular-ui/components/",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "https://github.com/telerik/kendo-angular-filter.git"
|
|
11
|
+
},
|
|
12
|
+
"bugs": {
|
|
13
|
+
"url": "https://github.com/telerik/kendo-angular"
|
|
28
14
|
},
|
|
29
15
|
"keywords": [
|
|
30
|
-
"
|
|
31
|
-
"
|
|
16
|
+
"Angular",
|
|
17
|
+
"Kendo UI"
|
|
32
18
|
],
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"@angular/core": "8 - 13",
|
|
36
|
-
"@progress/kendo-angular-common": "^2.0.0",
|
|
37
|
-
"@progress/kendo-licensing": "^1.0.0",
|
|
38
|
-
"@progress/kendo-angular-buttons": "^7.0.0",
|
|
39
|
-
"@progress/kendo-angular-dateinputs": "^6.0.0",
|
|
40
|
-
"@progress/kendo-angular-dropdowns": "^6.0.0",
|
|
41
|
-
"@progress/kendo-angular-inputs": "^8.0.0",
|
|
42
|
-
"@progress/kendo-angular-intl": "^3.1.2",
|
|
43
|
-
"@progress/kendo-angular-l10n": "^3.0.3",
|
|
44
|
-
"@progress/kendo-angular-label": "^3.1.1",
|
|
45
|
-
"@progress/kendo-data-query": "^1.5.5"
|
|
19
|
+
"@progress": {
|
|
20
|
+
"friendlyName": "Filter"
|
|
46
21
|
},
|
|
47
22
|
"dependencies": {
|
|
48
|
-
"@progress/kendo-schematics": "
|
|
49
|
-
"tslib": "^
|
|
23
|
+
"@progress/kendo-schematics": "next",
|
|
24
|
+
"tslib": "^2.3.1"
|
|
50
25
|
},
|
|
51
|
-
"
|
|
52
|
-
"@angular
|
|
53
|
-
"@angular
|
|
54
|
-
"@angular
|
|
55
|
-
"@angular
|
|
56
|
-
"@angular
|
|
57
|
-
"@
|
|
58
|
-
"@angular
|
|
59
|
-
"@angular/forms": "^8.2.0",
|
|
60
|
-
"@angular/platform-browser": "^8.2.0",
|
|
61
|
-
"@angular/platform-browser-dynamic": "^8.2.0",
|
|
62
|
-
"@angular/platform-server": "^8.2.0",
|
|
63
|
-
"@angular/router": "^8.2.0",
|
|
64
|
-
"@progress/kendo-angular-buttons": "^7.0.0",
|
|
65
|
-
"@progress/kendo-angular-dateinputs": "^6.0.0",
|
|
66
|
-
"@progress/kendo-angular-dropdowns": "^6.0.0",
|
|
67
|
-
"@progress/kendo-angular-inputs": "^8.0.0",
|
|
26
|
+
"peerDependencies": {
|
|
27
|
+
"@angular/common": "^12.0.0 || ^13.0.0",
|
|
28
|
+
"@angular/core": "^12.0.0 || ^13.0.0",
|
|
29
|
+
"@progress/kendo-angular-buttons": "next",
|
|
30
|
+
"@progress/kendo-angular-common": "next",
|
|
31
|
+
"@progress/kendo-angular-dateinputs": "next",
|
|
32
|
+
"@progress/kendo-angular-dropdowns": "next",
|
|
33
|
+
"@progress/kendo-angular-inputs": "next",
|
|
68
34
|
"@progress/kendo-angular-intl": "^3.1.2",
|
|
69
|
-
"@progress/kendo-angular-l10n": "
|
|
70
|
-
"@progress/kendo-angular-label": "
|
|
71
|
-
"@progress/kendo-angular-popup": "^4.0.2",
|
|
72
|
-
"@progress/kendo-angular-treeview": "^6.0.0",
|
|
35
|
+
"@progress/kendo-angular-l10n": "next",
|
|
36
|
+
"@progress/kendo-angular-label": "next",
|
|
73
37
|
"@progress/kendo-data-query": "^1.5.5",
|
|
74
|
-
"@progress/kendo-drawing": "^1.16.0",
|
|
75
|
-
"@progress/kendo-angular-common": "^2.0.0",
|
|
76
|
-
"@progress/kendo-angular-e2e": "^3.0.0",
|
|
77
|
-
"@progress/kendo-e2e": "^0.7.0",
|
|
78
|
-
"@progress/kendo-angular-jest-preset": "^2.0.0",
|
|
79
|
-
"@progress/kendo-angular-tasks": "cdn-bundle-v18",
|
|
80
38
|
"@progress/kendo-licensing": "^1.0.0",
|
|
81
|
-
"
|
|
82
|
-
"@progress/kendo-theme-default": "^5.0.0",
|
|
83
|
-
"@progress/kendo-theme-material": "^5.0.0",
|
|
84
|
-
"@telerik/semantic-prerelease": "^1.0.0",
|
|
85
|
-
"@types/jest": "^21.1.8",
|
|
86
|
-
"@types/node": "~8.9.4",
|
|
87
|
-
"@types/zone.js": "0.0.27",
|
|
88
|
-
"codelyzer": "^5.0.0",
|
|
89
|
-
"core-js": "^2.2.2",
|
|
90
|
-
"cz-conventional-changelog": "^1.1.5",
|
|
91
|
-
"ghooks": "^1.0.3",
|
|
92
|
-
"gulp": "^4.0.0",
|
|
93
|
-
"jest-cli": "^21.2.1",
|
|
94
|
-
"jest-junit": "^8.0.0",
|
|
95
|
-
"rxjs": "~6.4.0",
|
|
96
|
-
"rxjs-tslint-rules": "^4.23.1",
|
|
97
|
-
"semantic-release": "^6.3.6",
|
|
98
|
-
"tslint": "^5.0.0",
|
|
99
|
-
"typescript": "~3.4.2",
|
|
100
|
-
"validate-commit-msg": "^1.1.1",
|
|
101
|
-
"zone.js": "~0.9.1"
|
|
39
|
+
"rxjs": "^6.5.3 || ^7.0.0"
|
|
102
40
|
},
|
|
103
41
|
"config": {
|
|
104
42
|
"commitizen": {
|
|
@@ -123,27 +61,16 @@
|
|
|
123
61
|
"maxSubjectLength": 100
|
|
124
62
|
}
|
|
125
63
|
},
|
|
126
|
-
"
|
|
127
|
-
"preset": "@progress/kendo-angular-jest-preset"
|
|
128
|
-
},
|
|
129
|
-
"repository": {
|
|
130
|
-
"type": "git",
|
|
131
|
-
"url": "https://github.com/telerik/kendo-angular-filter.git"
|
|
132
|
-
},
|
|
133
|
-
"bugs": {
|
|
134
|
-
"url": "https://github.com/telerik/kendo-angular"
|
|
135
|
-
},
|
|
136
|
-
"@progress": {
|
|
137
|
-
"friendlyName": "Filter"
|
|
138
|
-
},
|
|
139
|
-
"homepage": "https://www.telerik.com/kendo-angular-ui/components/",
|
|
64
|
+
"schematics": "./schematics/collection.json",
|
|
140
65
|
"release": {
|
|
141
66
|
"debug": false,
|
|
142
67
|
"branchTags": {
|
|
143
|
-
"develop": "dev"
|
|
68
|
+
"develop": "dev",
|
|
69
|
+
"ng12-update": "next"
|
|
144
70
|
},
|
|
145
71
|
"fallbackTags": {
|
|
146
|
-
"dev": "latest"
|
|
72
|
+
"dev": "latest",
|
|
73
|
+
"next": "latest"
|
|
147
74
|
},
|
|
148
75
|
"analyzeCommits": "@telerik/semantic-prerelease/analyzeCommits",
|
|
149
76
|
"generateNotes": "@progress/kendo-angular-tasks/lib/generateNotes",
|
|
@@ -151,9 +78,11 @@
|
|
|
151
78
|
"verifyConditions": "@telerik/semantic-prerelease/verifyConditions",
|
|
152
79
|
"verifyRelease": "@telerik/semantic-prerelease/verifyRelease"
|
|
153
80
|
},
|
|
154
|
-
"
|
|
155
|
-
"
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
81
|
+
"main": "bundles/kendo-angular-filter.umd.js",
|
|
82
|
+
"module": "fesm2015/kendo-angular-filter.js",
|
|
83
|
+
"es2015": "fesm2015/kendo-angular-filter.js",
|
|
84
|
+
"esm2015": "esm2015/kendo-angular-filter.js",
|
|
85
|
+
"fesm2015": "fesm2015/kendo-angular-filter.js",
|
|
86
|
+
"typings": "kendo-angular-filter.d.ts",
|
|
87
|
+
"sideEffects": false
|
|
159
88
|
}
|
|
@@ -1,8 +1,12 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
1
5
|
"use strict";
|
|
2
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
7
|
const schematics_1 = require("@angular-devkit/schematics");
|
|
4
8
|
function default_1(options) {
|
|
5
|
-
const finalOptions = Object.assign({}, options, { mainNgModule: 'FilterModule', package: 'filter', peerDependencies: {
|
|
9
|
+
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'FilterModule', package: 'filter', peerDependencies: {
|
|
6
10
|
// peer dep of the dropdowns
|
|
7
11
|
'@progress/kendo-angular-treeview': '^6.0.0',
|
|
8
12
|
"@progress/kendo-angular-popup": "^4.0.2",
|
|
@@ -12,4 +16,3 @@ function default_1(options) {
|
|
|
12
16
|
return schematics_1.externalSchematic('@progress/kendo-schematics', 'ng-add', finalOptions);
|
|
13
17
|
}
|
|
14
18
|
exports.default = default_1;
|
|
15
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../tooling/schematics/ngAdd/index.ts"],"names":[],"mappings":";;AAAA,2DAKoC;AAEpC,mBAAyB,OAAY;IACjC,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../tooling/schematics/ngAdd/index.ts"],"names":[],"mappings":";;AAAA,2DAKoC;AAEpC,mBAAyB,OAAY;IACjC,MAAM,YAAY,mCACX,OAAO,KACV,YAAY,EAAE,cAAc,EAC5B,OAAO,EAAE,QAAQ,EACjB,gBAAgB,EAAE;YACd,4BAA4B;YAC5B,kCAAkC,EAAE,QAAQ;YAC5C,+BAA+B,EAAE,QAAQ;YACzC,iBAAiB;YACjB,yBAAyB,EAAE,SAAS;SACvC,GACJ,CAAC;IAEF,OAAO,8BAAiB,CAAC,4BAA4B,EAAE,QAAQ,EAAE,YAAY,CAAC,CAAC;AACnF,CAAC;AAfD,4BAeC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
import * as i1 from "@angular/common";
|
|
7
|
+
import * as i2 from "@progress/kendo-angular-inputs";
|
|
8
|
+
import * as i3 from "@progress/kendo-angular-label";
|
|
9
|
+
import * as i4 from "@progress/kendo-angular-dropdowns";
|
|
10
|
+
import * as i5 from "@progress/kendo-angular-buttons";
|
|
11
|
+
import * as i6 from "@progress/kendo-angular-dateinputs";
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
export declare class SharedModule {
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
|
|
17
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, never, [typeof i1.CommonModule, typeof i2.InputsModule, typeof i3.LabelModule, typeof i4.DropDownsModule, typeof i5.ButtonsModule, typeof i6.DateInputsModule], [typeof i1.CommonModule, typeof i2.InputsModule, typeof i3.LabelModule, typeof i4.DropDownsModule, typeof i5.ButtonsModule, typeof i6.DateInputsModule]>;
|
|
18
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
|
|
19
|
+
}
|