@progress/kendo-angular-filter 16.5.0 → 16.6.0-develop.10

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 (40) hide show
  1. package/NOTICE.txt +12 -19
  2. package/aria-label.directive.d.ts +1 -1
  3. package/directives.d.ts +12 -0
  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/aria-label.directive.mjs +5 -2
  9. package/esm2020/directives.mjs +17 -0
  10. package/esm2020/editors/boolean-editor.component.mjs +7 -5
  11. package/esm2020/editors/date-editor.component.mjs +7 -5
  12. package/esm2020/editors/numeric-editor.component.mjs +7 -5
  13. package/esm2020/editors/text-editor.component.mjs +7 -5
  14. package/esm2020/filter-expression-operators.component.mjs +7 -5
  15. package/esm2020/filter-expression.component.mjs +15 -12
  16. package/esm2020/filter-field.component.mjs +3 -2
  17. package/esm2020/filter-group.component.mjs +8 -6
  18. package/esm2020/filter.component.mjs +7 -5
  19. package/esm2020/filter.module.mjs +61 -68
  20. package/esm2020/index.mjs +1 -0
  21. package/esm2020/localization/custom-messages.component.mjs +4 -3
  22. package/esm2020/localization/localized-messages.directive.mjs +3 -2
  23. package/esm2020/package-metadata.mjs +2 -2
  24. package/esm2020/templates/value-editor.template.mjs +3 -2
  25. package/fesm2015/progress-kendo-angular-filter.mjs +263 -275
  26. package/fesm2020/progress-kendo-angular-filter.mjs +263 -275
  27. package/filter-expression-operators.component.d.ts +1 -1
  28. package/filter-expression.component.d.ts +1 -1
  29. package/filter-field.component.d.ts +1 -1
  30. package/filter-group.component.d.ts +1 -1
  31. package/filter.component.d.ts +1 -1
  32. package/filter.module.d.ts +4 -14
  33. package/index.d.ts +1 -0
  34. package/localization/custom-messages.component.d.ts +2 -2
  35. package/localization/localized-messages.directive.d.ts +1 -1
  36. package/package.json +11 -11
  37. package/schematics/ngAdd/index.js +4 -4
  38. package/templates/value-editor.template.d.ts +1 -1
  39. package/esm2020/shared.module.mjs +0 -50
  40. package/shared.module.d.ts +0 -19
@@ -9,13 +9,13 @@ import { BaseFilterRowComponent } from './base-filter-row.component';
9
9
  import { FilterService } from './filter.service';
10
10
  import { NavigationService } from './navigation.service';
11
11
  import { FilterItem, getKeyByValue, localizeOperators, logicOperators, selectors } from './util';
12
+ import { FilterExpressionComponent } from './filter-expression.component';
13
+ import { ButtonComponent } from '@progress/kendo-angular-buttons';
14
+ import { NgFor, NgClass, NgIf } from '@angular/common';
12
15
  import * as i0 from "@angular/core";
13
16
  import * as i1 from "./filter.service";
14
17
  import * as i2 from "./navigation.service";
15
18
  import * as i3 from "@progress/kendo-angular-l10n";
16
- import * as i4 from "@angular/common";
17
- import * as i5 from "@progress/kendo-angular-buttons";
18
- import * as i6 from "./filter-expression.component";
19
19
  /**
20
20
  * @hidden
21
21
  */
@@ -120,7 +120,7 @@ export class FilterGroupComponent extends BaseFilterRowComponent {
120
120
  }
121
121
  }
122
122
  FilterGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterGroupComponent, deps: [{ token: i1.FilterService }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i2.NavigationService }, { token: i3.LocalizationService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
123
- FilterGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterGroupComponent, selector: "kendo-filter-group", inputs: { currentItem: "currentItem" }, providers: [{
123
+ FilterGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterGroupComponent, isStandalone: true, selector: "kendo-filter-group", inputs: { currentItem: "currentItem" }, providers: [{
124
124
  provide: FilterItem,
125
125
  useExisting: forwardRef(() => FilterGroupComponent)
126
126
  }], viewQueries: [{ propertyName: "_filterItems", predicate: FilterItem, descendants: true }], usesInheritance: true, ngImport: i0, template: `
@@ -193,7 +193,7 @@ FilterGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
193
193
  </li>
194
194
  </ng-container>
195
195
  </ul>
196
- `, isInline: true, dependencies: [{ kind: "directive", type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i5.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: i6.FilterExpressionComponent, selector: "kendo-filter-expression", inputs: ["currentItem"] }, { kind: "component", type: FilterGroupComponent, selector: "kendo-filter-group", inputs: ["currentItem"] }] });
196
+ `, isInline: true, dependencies: [{ kind: "component", type: FilterGroupComponent, selector: "kendo-filter-group", inputs: ["currentItem"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: FilterExpressionComponent, selector: "kendo-filter-expression", inputs: ["currentItem"] }] });
197
197
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterGroupComponent, decorators: [{
198
198
  type: Component,
199
199
  args: [{
@@ -272,7 +272,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
272
272
  </li>
273
273
  </ng-container>
274
274
  </ul>
275
- `
275
+ `,
276
+ standalone: true,
277
+ imports: [NgFor, ButtonComponent, NgClass, NgIf, FilterExpressionComponent]
276
278
  }]
277
279
  }], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i2.NavigationService }, { type: i3.LocalizationService }, { type: i0.Renderer2 }]; }, propDecorators: { _filterItems: [{
278
280
  type: ViewChildren,
@@ -14,12 +14,12 @@ import { FilterItem } from './util';
14
14
  import { NavigationService } from './navigation.service';
15
15
  import { Keys } from '@progress/kendo-angular-common';
16
16
  import { FilterErrorMessages } from './error-messages';
17
+ import { FilterGroupComponent } from './filter-group.component';
18
+ import { LocalizedMessagesDirective } from './localization/localized-messages.directive';
17
19
  import * as i0 from "@angular/core";
18
20
  import * as i1 from "./filter.service";
19
21
  import * as i2 from "@progress/kendo-angular-l10n";
20
22
  import * as i3 from "./navigation.service";
21
- import * as i4 from "./filter-group.component";
22
- import * as i5 from "./localization/localized-messages.directive";
23
23
  /**
24
24
  * Represents the [Kendo UI Filter component for Angular]({% slug overview_filter %}).
25
25
  * The Filter component can be used to apply any user defined filter criteria.
@@ -284,7 +284,7 @@ export class FilterComponent {
284
284
  }
285
285
  }
286
286
  FilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i3.NavigationService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
287
- FilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterComponent, selector: "kendo-filter", inputs: { filters: "filters", value: "value" }, outputs: { valueChange: "valueChange" }, host: { listeners: { "focusout": "focusout($event)", "keydown": "onKeydown($event)" }, properties: { "attr.dir": "this.direction" } }, providers: [
287
+ FilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterComponent, isStandalone: true, selector: "kendo-filter", inputs: { filters: "filters", value: "value" }, outputs: { valueChange: "valueChange" }, host: { listeners: { "focusout": "focusout($event)", "keydown": "onKeydown($event)" }, properties: { "attr.dir": "this.direction" } }, providers: [
288
288
  LocalizationService,
289
289
  {
290
290
  provide: L10N_PREFIX,
@@ -417,7 +417,7 @@ FilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versio
417
417
  </li>
418
418
  </ul>
419
419
  </div>
420
- `, isInline: true, dependencies: [{ kind: "component", type: i4.FilterGroupComponent, selector: "kendo-filter-group", inputs: ["currentItem"] }, { kind: "directive", type: i5.LocalizedMessagesDirective, selector: "[kendoFilterLocalizedMessages]" }] });
420
+ `, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoFilterLocalizedMessages]" }, { kind: "component", type: FilterGroupComponent, selector: "kendo-filter-group", inputs: ["currentItem"] }] });
421
421
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterComponent, decorators: [{
422
422
  type: Component,
423
423
  args: [{
@@ -556,7 +556,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
556
556
  </li>
557
557
  </ul>
558
558
  </div>
559
- `
559
+ `,
560
+ standalone: true,
561
+ imports: [LocalizedMessagesDirective, FilterGroupComponent]
560
562
  }]
561
563
  }], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i3.NavigationService }, { type: i0.Renderer2 }]; }, propDecorators: { focusout: [{
562
564
  type: HostListener,
@@ -3,21 +3,18 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { NgModule } from '@angular/core';
6
- import { AriaLabelValueDirective } from './aria-label.directive';
7
- import { FilterBooleanEditorComponent } from './editors/boolean-editor.component';
8
- import { FilterDateEditorComponent } from './editors/date-editor.component';
9
- import { FilterNumericEditorComponent } from './editors/numeric-editor.component';
10
- import { FilterTextEditorComponent } from './editors/text-editor.component';
11
- import { FilterExpressionOperatorsComponent } from './filter-expression-operators.component';
12
- import { FilterExpressionComponent } from './filter-expression.component';
13
- import { FilterFieldComponent } from './filter-field.component';
14
- import { FilterGroupComponent } from './filter-group.component';
15
- import { FilterComponent } from './filter.component';
16
- import { CustomMessagesComponent } from './localization/custom-messages.component';
17
- import { LocalizedMessagesDirective } from './localization/localized-messages.directive';
18
- import { SharedModule } from './shared.module';
19
- import { FilterValueEditorTemplateDirective } from './templates/value-editor.template';
6
+ import { KENDO_FILTER } from './directives';
7
+ import { IconsService } from '@progress/kendo-angular-icons';
8
+ import { PopupService } from '@progress/kendo-angular-popup';
9
+ import { ResizeBatchService } from '@progress/kendo-angular-common';
10
+ import { DialogContainerService, DialogService, NavigationService, WindowContainerService, WindowService, } from '@progress/kendo-angular-dialog';
11
+ import { CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, YearViewService, WeekNamesService, TimePickerDOMService, HoursService, MinutesService, SecondsService, MillisecondsService, DayPeriodService, } from '@progress/kendo-angular-dateinputs';
20
12
  import * as i0 from "@angular/core";
13
+ import * as i1 from "./filter.component";
14
+ import * as i2 from "./filter-field.component";
15
+ import * as i3 from "./localization/custom-messages.component";
16
+ import * as i4 from "./templates/value-editor.template";
17
+ // IMPORTANT: NgModule export kept for backwards compatibility
21
18
  /**
22
19
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
23
20
  * definition for the Filter component.
@@ -52,63 +49,59 @@ import * as i0 from "@angular/core";
52
49
  export class FilterModule {
53
50
  }
54
51
  FilterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
55
- FilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: FilterModule, declarations: [FilterComponent,
56
- FilterNumericEditorComponent,
57
- FilterTextEditorComponent,
58
- FilterExpressionComponent,
59
- FilterGroupComponent,
60
- FilterExpressionOperatorsComponent,
61
- FilterBooleanEditorComponent,
62
- FilterDateEditorComponent,
63
- LocalizedMessagesDirective,
64
- CustomMessagesComponent,
65
- AriaLabelValueDirective,
66
- FilterFieldComponent,
67
- FilterValueEditorTemplateDirective], imports: [SharedModule], exports: [FilterComponent,
68
- FilterNumericEditorComponent,
69
- FilterTextEditorComponent,
70
- FilterExpressionComponent,
71
- FilterGroupComponent,
72
- FilterExpressionOperatorsComponent,
73
- FilterBooleanEditorComponent,
74
- FilterDateEditorComponent,
75
- LocalizedMessagesDirective,
76
- CustomMessagesComponent,
77
- AriaLabelValueDirective,
78
- FilterFieldComponent,
79
- FilterValueEditorTemplateDirective] });
80
- FilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterModule, imports: [SharedModule] });
52
+ FilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: FilterModule, imports: [i1.FilterComponent, i2.FilterFieldComponent, i3.CustomMessagesComponent, i4.FilterValueEditorTemplateDirective], exports: [i1.FilterComponent, i2.FilterFieldComponent, i3.CustomMessagesComponent, i4.FilterValueEditorTemplateDirective] });
53
+ FilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterModule, providers: [
54
+ // InputsModule providers
55
+ IconsService,
56
+ PopupService,
57
+ ResizeBatchService,
58
+ DialogContainerService,
59
+ DialogService,
60
+ WindowService,
61
+ WindowContainerService,
62
+ // DateInputsModule providers
63
+ CalendarDOMService,
64
+ CenturyViewService,
65
+ DecadeViewService,
66
+ MonthViewService,
67
+ YearViewService,
68
+ WeekNamesService,
69
+ NavigationService,
70
+ TimePickerDOMService,
71
+ HoursService,
72
+ MinutesService,
73
+ SecondsService,
74
+ MillisecondsService,
75
+ DayPeriodService
76
+ ], imports: [i1.FilterComponent, i2.FilterFieldComponent, i3.CustomMessagesComponent] });
81
77
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterModule, decorators: [{
82
78
  type: NgModule,
83
79
  args: [{
84
- imports: [SharedModule],
85
- declarations: [FilterComponent,
86
- FilterNumericEditorComponent,
87
- FilterTextEditorComponent,
88
- FilterExpressionComponent,
89
- FilterGroupComponent,
90
- FilterExpressionOperatorsComponent,
91
- FilterBooleanEditorComponent,
92
- FilterDateEditorComponent,
93
- LocalizedMessagesDirective,
94
- CustomMessagesComponent,
95
- AriaLabelValueDirective,
96
- FilterFieldComponent,
97
- FilterValueEditorTemplateDirective
80
+ imports: [...KENDO_FILTER],
81
+ exports: [...KENDO_FILTER],
82
+ providers: [
83
+ // InputsModule providers
84
+ IconsService,
85
+ PopupService,
86
+ ResizeBatchService,
87
+ DialogContainerService,
88
+ DialogService,
89
+ WindowService,
90
+ WindowContainerService,
91
+ // DateInputsModule providers
92
+ CalendarDOMService,
93
+ CenturyViewService,
94
+ DecadeViewService,
95
+ MonthViewService,
96
+ YearViewService,
97
+ WeekNamesService,
98
+ NavigationService,
99
+ TimePickerDOMService,
100
+ HoursService,
101
+ MinutesService,
102
+ SecondsService,
103
+ MillisecondsService,
104
+ DayPeriodService
98
105
  ],
99
- exports: [FilterComponent,
100
- FilterNumericEditorComponent,
101
- FilterTextEditorComponent,
102
- FilterExpressionComponent,
103
- FilterGroupComponent,
104
- FilterExpressionOperatorsComponent,
105
- FilterBooleanEditorComponent,
106
- FilterDateEditorComponent,
107
- LocalizedMessagesDirective,
108
- CustomMessagesComponent,
109
- AriaLabelValueDirective,
110
- FilterFieldComponent,
111
- FilterValueEditorTemplateDirective
112
- ]
113
106
  }]
114
107
  }] });
package/esm2020/index.mjs CHANGED
@@ -16,3 +16,4 @@ export { CustomMessagesComponent } from './localization/custom-messages.componen
16
16
  export { LocalizedMessagesDirective } from './localization/localized-messages.directive';
17
17
  export { FilterFieldComponent } from './filter-field.component';
18
18
  export { FilterValueEditorTemplateDirective } from './templates/value-editor.template';
19
+ export * from './directives';
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
9
9
  import * as i1 from "@progress/kendo-angular-l10n";
10
10
  /**
11
11
  * Custom component messages override default component messages
12
- * ([see example]({% slug globalization_filter %}#toc-localization)).
12
+ * ([see example](slug:globalization_filter#toc-internationalization)).
13
13
  */
14
14
  export class CustomMessagesComponent extends Messages {
15
15
  constructor(service) {
@@ -21,7 +21,7 @@ export class CustomMessagesComponent extends Messages {
21
21
  }
22
22
  }
23
23
  CustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
24
- CustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CustomMessagesComponent, selector: "kendo-filter-messages", providers: [
24
+ CustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CustomMessagesComponent, isStandalone: true, selector: "kendo-filter-messages", providers: [
25
25
  {
26
26
  provide: Messages,
27
27
  useExisting: forwardRef(() => CustomMessagesComponent)
@@ -37,6 +37,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
37
37
  }
38
38
  ],
39
39
  selector: 'kendo-filter-messages',
40
- template: ``
40
+ template: ``,
41
+ standalone: true
41
42
  }]
42
43
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
@@ -17,7 +17,7 @@ export class LocalizedMessagesDirective extends Messages {
17
17
  }
18
18
  }
19
19
  LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
20
- LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedMessagesDirective, selector: "[kendoFilterLocalizedMessages]", providers: [
20
+ LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedMessagesDirective, isStandalone: true, selector: "[kendoFilterLocalizedMessages]", providers: [
21
21
  {
22
22
  provide: Messages,
23
23
  useExisting: forwardRef(() => LocalizedMessagesDirective)
@@ -32,6 +32,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
32
32
  useExisting: forwardRef(() => LocalizedMessagesDirective)
33
33
  }
34
34
  ],
35
- selector: '[kendoFilterLocalizedMessages]'
35
+ selector: '[kendoFilterLocalizedMessages]',
36
+ standalone: true
36
37
  }]
37
38
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
@@ -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: 1721814421,
13
- version: '16.5.0',
12
+ publishDate: 1722607219,
13
+ version: '16.6.0-develop.10',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -10,10 +10,11 @@ export class FilterValueEditorTemplateDirective {
10
10
  }
11
11
  }
12
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, selector: "[kendoFilterValueEditorTemplate]", ngImport: i0 });
13
+ FilterValueEditorTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterValueEditorTemplateDirective, isStandalone: true, selector: "[kendoFilterValueEditorTemplate]", ngImport: i0 });
14
14
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterValueEditorTemplateDirective, decorators: [{
15
15
  type: Directive,
16
16
  args: [{
17
- selector: '[kendoFilterValueEditorTemplate]'
17
+ selector: '[kendoFilterValueEditorTemplate]',
18
+ standalone: true
18
19
  }]
19
20
  }], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });