@progress/kendo-angular-filter 17.0.0-develop.4 → 17.0.0-develop.40

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.
Files changed (45) hide show
  1. package/README.md +35 -17
  2. package/aria-label.directive.d.ts +1 -1
  3. package/base-filter-row.component.d.ts +1 -1
  4. package/editors/boolean-editor.component.d.ts +1 -1
  5. package/editors/date-editor.component.d.ts +1 -1
  6. package/editors/numeric-editor.component.d.ts +1 -1
  7. package/editors/text-editor.component.d.ts +1 -1
  8. package/{esm2020 → esm2022}/aria-label.directive.mjs +6 -3
  9. package/{esm2020 → esm2022}/base-filter-row.component.mjs +10 -5
  10. package/{esm2020 → esm2022}/editors/boolean-editor.component.mjs +11 -7
  11. package/{esm2020 → esm2022}/editors/date-editor.component.mjs +9 -5
  12. package/{esm2020 → esm2022}/editors/numeric-editor.component.mjs +9 -5
  13. package/{esm2020 → esm2022}/editors/text-editor.component.mjs +8 -5
  14. package/{esm2020 → esm2022}/filter-expression-operators.component.mjs +9 -6
  15. package/{esm2020 → esm2022}/filter-expression.component.mjs +28 -20
  16. package/{esm2020 → esm2022}/filter-field.component.mjs +50 -3
  17. package/{esm2020 → esm2022}/filter-group.component.mjs +41 -36
  18. package/{esm2020 → esm2022}/filter.component.mjs +40 -29
  19. package/{esm2020 → esm2022}/filter.module.mjs +26 -26
  20. package/{esm2020 → esm2022}/filter.service.mjs +5 -7
  21. package/{esm2020 → esm2022}/localization/custom-messages.component.mjs +9 -8
  22. package/{esm2020 → esm2022}/localization/localized-messages.directive.mjs +9 -8
  23. package/esm2022/localization/messages.mjs +243 -0
  24. package/{esm2020 → esm2022}/navigation.service.mjs +12 -9
  25. package/{esm2020 → esm2022}/package-metadata.mjs +2 -2
  26. package/{esm2020 → esm2022}/templates/value-editor.template.mjs +4 -3
  27. package/{esm2020 → esm2022}/util.mjs +3 -3
  28. package/{fesm2020 → fesm2022}/progress-kendo-angular-filter.mjs +442 -193
  29. package/filter-expression-operators.component.d.ts +1 -1
  30. package/filter-expression.component.d.ts +1 -1
  31. package/filter-field.component.d.ts +1 -1
  32. package/filter-group.component.d.ts +1 -1
  33. package/filter.component.d.ts +1 -1
  34. package/localization/messages.d.ts +1 -1
  35. package/model/filter-expression.d.ts +2 -2
  36. package/package.json +19 -25
  37. package/schematics/ngAdd/index.js +4 -4
  38. package/util.d.ts +1 -1
  39. package/esm2020/localization/messages.mjs +0 -95
  40. package/fesm2015/progress-kendo-angular-filter.mjs +0 -2278
  41. /package/{esm2020 → esm2022}/directives.mjs +0 -0
  42. /package/{esm2020 → esm2022}/error-messages.mjs +0 -0
  43. /package/{esm2020 → esm2022}/index.mjs +0 -0
  44. /package/{esm2020 → esm2022}/model/filter-expression.mjs +0 -0
  45. /package/{esm2020 → esm2022}/progress-kendo-angular-filter.mjs +0 -0
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-filter',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1728985445,
13
- version: '17.0.0-develop.4',
12
+ publishDate: 1730799134,
13
+ version: '17.0.0-develop.40',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -5,13 +5,14 @@
5
5
  import { Directive, TemplateRef } from '@angular/core';
6
6
  import * as i0 from "@angular/core";
7
7
  export class FilterValueEditorTemplateDirective {
8
+ templateRef;
8
9
  constructor(templateRef) {
9
10
  this.templateRef = templateRef;
10
11
  }
12
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterValueEditorTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
13
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: FilterValueEditorTemplateDirective, isStandalone: true, selector: "[kendoFilterValueEditorTemplate]", ngImport: i0 });
11
14
  }
12
- FilterValueEditorTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterValueEditorTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
13
- FilterValueEditorTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterValueEditorTemplateDirective, isStandalone: true, selector: "[kendoFilterValueEditorTemplate]", ngImport: i0 });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterValueEditorTemplateDirective, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterValueEditorTemplateDirective, decorators: [{
15
16
  type: Directive,
16
17
  args: [{
17
18
  selector: '[kendoFilterValueEditorTemplate]',
@@ -144,10 +144,10 @@ export const isPresent = (value) => value !== null && value !== undefined;
144
144
  * @hidden
145
145
  */
146
146
  export class FilterItem {
147
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterItem, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
148
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterItem });
147
149
  }
148
- FilterItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterItem, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
149
- FilterItem.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterItem });
150
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterItem, decorators: [{
150
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterItem, decorators: [{
151
151
  type: Injectable
152
152
  }] });
153
153
  /**