@progress/kendo-angular-filter 25.0.0-develop.1 → 25.0.0-develop.13
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/fesm2022/progress-kendo-angular-filter.mjs +93 -79
- package/index.d.ts +6 -2
- package/package-metadata.mjs +2 -2
- package/package.json +12 -12
- package/schematics/ngAdd/index.js +4 -4
|
@@ -48,10 +48,10 @@ class FilterService {
|
|
|
48
48
|
}
|
|
49
49
|
parentItem.filters.forEach((filter) => filter.filters && this.remove(item, positionIndex, filter));
|
|
50
50
|
}
|
|
51
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
52
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
51
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FilterService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
52
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FilterService });
|
|
53
53
|
}
|
|
54
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
54
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FilterService, decorators: [{
|
|
55
55
|
type: Injectable
|
|
56
56
|
}] });
|
|
57
57
|
|
|
@@ -195,10 +195,10 @@ const isPresent = (value) => value !== null && value !== undefined;
|
|
|
195
195
|
* @hidden
|
|
196
196
|
*/
|
|
197
197
|
class FilterItem {
|
|
198
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
199
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
198
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FilterItem, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
199
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FilterItem });
|
|
200
200
|
}
|
|
201
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
201
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FilterItem, decorators: [{
|
|
202
202
|
type: Injectable
|
|
203
203
|
}] });
|
|
204
204
|
/**
|
|
@@ -232,8 +232,8 @@ const packageMetadata = {
|
|
|
232
232
|
productName: 'Kendo UI for Angular',
|
|
233
233
|
productCode: 'KENDOUIANGULAR',
|
|
234
234
|
productCodes: ['KENDOUIANGULAR'],
|
|
235
|
-
publishDate:
|
|
236
|
-
version: '25.0.0-develop.
|
|
235
|
+
publishDate: 1785426922,
|
|
236
|
+
version: '25.0.0-develop.13',
|
|
237
237
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
238
238
|
};
|
|
239
239
|
|
|
@@ -253,10 +253,10 @@ class FilterValueEditorTemplateDirective {
|
|
|
253
253
|
constructor(templateRef) {
|
|
254
254
|
this.templateRef = templateRef;
|
|
255
255
|
}
|
|
256
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
257
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
256
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FilterValueEditorTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
257
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: FilterValueEditorTemplateDirective, isStandalone: true, selector: "[kendoFilterValueEditorTemplate]", ngImport: i0 });
|
|
258
258
|
}
|
|
259
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
259
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FilterValueEditorTemplateDirective, decorators: [{
|
|
260
260
|
type: Directive,
|
|
261
261
|
args: [{
|
|
262
262
|
selector: '[kendoFilterValueEditorTemplate]',
|
|
@@ -295,10 +295,10 @@ class FilterOperatorTemplateDirective {
|
|
|
295
295
|
constructor(templateRef) {
|
|
296
296
|
this.templateRef = templateRef;
|
|
297
297
|
}
|
|
298
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
299
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
298
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FilterOperatorTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
299
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: FilterOperatorTemplateDirective, isStandalone: true, selector: "[kendoFilterOperatorTemplate]", ngImport: i0 });
|
|
300
300
|
}
|
|
301
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
301
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FilterOperatorTemplateDirective, decorators: [{
|
|
302
302
|
type: Directive,
|
|
303
303
|
args: [{
|
|
304
304
|
selector: '[kendoFilterOperatorTemplate]',
|
|
@@ -387,10 +387,10 @@ class FilterFieldComponent {
|
|
|
387
387
|
* @hidden
|
|
388
388
|
*/
|
|
389
389
|
operatorTemplate;
|
|
390
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
391
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
390
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FilterFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
391
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: FilterFieldComponent, isStandalone: true, selector: "kendo-filter-field", inputs: { field: "field", title: "title", editor: "editor", operators: "operators", editorFormat: "editorFormat" }, queries: [{ propertyName: "editorTemplate", first: true, predicate: FilterValueEditorTemplateDirective, descendants: true }, { propertyName: "operatorTemplate", first: true, predicate: FilterOperatorTemplateDirective, descendants: true }], ngImport: i0, template: ``, isInline: true });
|
|
392
392
|
}
|
|
393
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
393
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FilterFieldComponent, decorators: [{
|
|
394
394
|
type: Component,
|
|
395
395
|
args: [{
|
|
396
396
|
selector: 'kendo-filter-field',
|
|
@@ -563,10 +563,10 @@ class NavigationService {
|
|
|
563
563
|
this.flattenHierarchicalFilterItems(items);
|
|
564
564
|
this.setItemIndexes();
|
|
565
565
|
}
|
|
566
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
567
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
566
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: NavigationService, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
567
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: NavigationService });
|
|
568
568
|
}
|
|
569
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
569
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: NavigationService, decorators: [{
|
|
570
570
|
type: Injectable
|
|
571
571
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }] });
|
|
572
572
|
|
|
@@ -636,10 +636,10 @@ class BaseFilterRowComponent {
|
|
|
636
636
|
this.navigationService.currentToolbarItemIndex = this.itemNumber;
|
|
637
637
|
this.navigationService.focusCurrentElement(elementToFocus, true);
|
|
638
638
|
}
|
|
639
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
640
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
639
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: BaseFilterRowComponent, deps: [{ token: i0.ElementRef }, { token: NavigationService }, { token: i1.LocalizationService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
640
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: BaseFilterRowComponent, isStandalone: true, inputs: { index: "index" }, outputs: { valueChange: "valueChange" }, ngImport: i0 });
|
|
641
641
|
}
|
|
642
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
642
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: BaseFilterRowComponent, decorators: [{
|
|
643
643
|
type: Directive,
|
|
644
644
|
args: [{}]
|
|
645
645
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: NavigationService }, { type: i1.LocalizationService }, { type: i0.Renderer2 }], propDecorators: { index: [{
|
|
@@ -663,10 +663,10 @@ class AriaLabelValueDirective {
|
|
|
663
663
|
const target = this.hostElement.nativeElement.querySelector('input') || this.hostElement.nativeElement;
|
|
664
664
|
this.renderer.setAttribute(target, 'aria-label', this.ariaLabel);
|
|
665
665
|
}
|
|
666
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
667
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
666
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: AriaLabelValueDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
667
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: AriaLabelValueDirective, isStandalone: true, selector: "[kendoAriaLabelValue]", inputs: { ariaLabel: ["kendoAriaLabelValue", "ariaLabel"] }, ngImport: i0 });
|
|
668
668
|
}
|
|
669
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
669
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: AriaLabelValueDirective, decorators: [{
|
|
670
670
|
type: Directive,
|
|
671
671
|
args: [{
|
|
672
672
|
selector: '[kendoAriaLabelValue]',
|
|
@@ -696,8 +696,8 @@ class FilterDateEditorComponent {
|
|
|
696
696
|
this.currentItem.value = value;
|
|
697
697
|
this.valueChange.emit();
|
|
698
698
|
}
|
|
699
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
700
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
699
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FilterDateEditorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
700
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: FilterDateEditorComponent, isStandalone: true, selector: "kendo-filter-date-editor", inputs: { currentItem: "currentItem", isDisabled: "isDisabled", format: "format" }, outputs: { valueChange: "valueChange" }, ngImport: i0, template: `
|
|
701
701
|
<kendo-datepicker
|
|
702
702
|
[tabindex]="-1"
|
|
703
703
|
[kendoAriaLabelValue]="messageFor('filterValueAriaLabel')"
|
|
@@ -712,7 +712,7 @@ class FilterDateEditorComponent {
|
|
|
712
712
|
</kendo-datepicker>
|
|
713
713
|
`, isInline: true, dependencies: [{ kind: "component", type: DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "clearButton", "inputAttributes", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "footer", "navigationItemTemplate", "weekDaysFormat", "showOtherMonthDays", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "adaptiveTitle", "adaptiveSubtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close", "escape"], exportAs: ["kendo-datepicker"] }, { kind: "directive", type: AriaLabelValueDirective, selector: "[kendoAriaLabelValue]", inputs: ["kendoAriaLabelValue"] }, { kind: "component", type: DatePickerCustomMessagesComponent, selector: "kendo-datepicker-messages" }] });
|
|
714
714
|
}
|
|
715
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
715
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FilterDateEditorComponent, decorators: [{
|
|
716
716
|
type: Component,
|
|
717
717
|
args: [{
|
|
718
718
|
selector: 'kendo-filter-date-editor',
|
|
@@ -778,8 +778,8 @@ class FilterBooleanEditorComponent {
|
|
|
778
778
|
this.currentItem.value = value;
|
|
779
779
|
this.valueChange.emit();
|
|
780
780
|
}
|
|
781
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
782
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
781
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FilterBooleanEditorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
782
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: FilterBooleanEditorComponent, isStandalone: true, selector: "kendo-filter-boolean-editor", inputs: { currentItem: "currentItem" }, outputs: { valueChange: "valueChange" }, ngImport: i0, template: `
|
|
783
783
|
<kendo-dropdownlist
|
|
784
784
|
[tabindex]="-1"
|
|
785
785
|
[kendoAriaLabelValue]="messageFor('filterValueAriaLabel')"
|
|
@@ -795,7 +795,7 @@ class FilterBooleanEditorComponent {
|
|
|
795
795
|
</kendo-dropdownlist>
|
|
796
796
|
`, isInline: true, dependencies: [{ kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "adaptiveTitle", "adaptiveSubtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: AriaLabelValueDirective, selector: "[kendoAriaLabelValue]", inputs: ["kendoAriaLabelValue"] }, { kind: "directive", type: ValueTemplateDirective, selector: "[kendoDropDownListValueTemplate],[kendoDropDownTreeValueTemplate]" }, { kind: "directive", type: ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }] });
|
|
797
797
|
}
|
|
798
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
798
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FilterBooleanEditorComponent, decorators: [{
|
|
799
799
|
type: Component,
|
|
800
800
|
args: [{
|
|
801
801
|
selector: 'kendo-filter-boolean-editor',
|
|
@@ -842,8 +842,8 @@ class FilterNumericEditorComponent {
|
|
|
842
842
|
this.currentItem.value = value;
|
|
843
843
|
this.valueChange.emit();
|
|
844
844
|
}
|
|
845
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
846
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
845
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FilterNumericEditorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
846
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: FilterNumericEditorComponent, isStandalone: true, selector: "kendo-filter-numeric-editor", inputs: { currentItem: "currentItem", isDisabled: "isDisabled", format: "format" }, outputs: { valueChange: "valueChange" }, ngImport: i0, template: `
|
|
847
847
|
<kendo-numerictextbox
|
|
848
848
|
[tabindex]="-1"
|
|
849
849
|
[kendoAriaLabelValue]="messageFor('filterValueAriaLabel')"
|
|
@@ -858,7 +858,7 @@ class FilterNumericEditorComponent {
|
|
|
858
858
|
</kendo-numerictextbox>
|
|
859
859
|
`, isInline: true, dependencies: [{ kind: "component", type: NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }, { kind: "directive", type: AriaLabelValueDirective, selector: "[kendoAriaLabelValue]", inputs: ["kendoAriaLabelValue"] }, { kind: "component", type: NumericTextBoxCustomMessagesComponent, selector: "kendo-numerictextbox-messages" }] });
|
|
860
860
|
}
|
|
861
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
861
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FilterNumericEditorComponent, decorators: [{
|
|
862
862
|
type: Component,
|
|
863
863
|
args: [{
|
|
864
864
|
selector: 'kendo-filter-numeric-editor',
|
|
@@ -907,8 +907,8 @@ class FilterTextEditorComponent {
|
|
|
907
907
|
this.currentItem.value = value;
|
|
908
908
|
this.valueChange.emit();
|
|
909
909
|
}
|
|
910
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
911
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
910
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FilterTextEditorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
911
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: FilterTextEditorComponent, isStandalone: true, selector: "kendo-filter-text-editor", inputs: { currentItem: "currentItem", isDisabled: "isDisabled" }, outputs: { valueChange: "valueChange" }, ngImport: i0, template: `
|
|
912
912
|
<kendo-textbox
|
|
913
913
|
[tabindex]="-1"
|
|
914
914
|
[kendoAriaLabelValue]="messageFor('filterValueAriaLabel')"
|
|
@@ -918,7 +918,7 @@ class FilterTextEditorComponent {
|
|
|
918
918
|
</kendo-textbox>
|
|
919
919
|
`, isInline: true, dependencies: [{ kind: "component", type: TextBoxComponent, selector: "kendo-textbox", inputs: ["focusableId", "title", "type", "disabled", "readonly", "tabindex", "value", "selectOnFocus", "showSuccessIcon", "showErrorIcon", "clearButton", "successIcon", "successSvgIcon", "errorIcon", "errorSvgIcon", "clearButtonIcon", "clearButtonSvgIcon", "size", "rounded", "fillMode", "tabIndex", "placeholder", "maxlength", "inputAttributes"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }, { kind: "directive", type: AriaLabelValueDirective, selector: "[kendoAriaLabelValue]", inputs: ["kendoAriaLabelValue"] }] });
|
|
920
920
|
}
|
|
921
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
921
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FilterTextEditorComponent, decorators: [{
|
|
922
922
|
type: Component,
|
|
923
923
|
args: [{
|
|
924
924
|
selector: 'kendo-filter-text-editor',
|
|
@@ -964,8 +964,8 @@ class FilterExpressionOperatorsComponent {
|
|
|
964
964
|
operatorValueChange(value) {
|
|
965
965
|
this.valueChange.emit(value);
|
|
966
966
|
}
|
|
967
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
968
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
967
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FilterExpressionOperatorsComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
968
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: FilterExpressionOperatorsComponent, isStandalone: true, selector: "kendo-filter-expression-operators", inputs: { currentItem: "currentItem", editorType: "editorType", operators: "operators", operatorTemplate: "operatorTemplate" }, outputs: { valueChange: "valueChange" }, ngImport: i0, template: `
|
|
969
969
|
@if (operatorTemplate) {
|
|
970
970
|
<ng-container
|
|
971
971
|
[ngTemplateOutlet]="operatorTemplate"
|
|
@@ -993,7 +993,7 @@ class FilterExpressionOperatorsComponent {
|
|
|
993
993
|
}
|
|
994
994
|
`, isInline: true, dependencies: [{ kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "adaptiveTitle", "adaptiveSubtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: AriaLabelValueDirective, selector: "[kendoAriaLabelValue]", inputs: ["kendoAriaLabelValue"] }, { kind: "directive", type: ValueTemplateDirective, selector: "[kendoDropDownListValueTemplate],[kendoDropDownTreeValueTemplate]" }, { kind: "directive", type: ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
995
995
|
}
|
|
996
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
996
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FilterExpressionOperatorsComponent, decorators: [{
|
|
997
997
|
type: Component,
|
|
998
998
|
args: [{
|
|
999
999
|
selector: "kendo-filter-expression-operators",
|
|
@@ -1230,13 +1230,13 @@ class FilterExpressionComponent extends BaseFilterRowComponent {
|
|
|
1230
1230
|
this.editorTemplate = filterExpression?.editorTemplate;
|
|
1231
1231
|
this.operatorTemplate = filterExpression?.operatorTemplate;
|
|
1232
1232
|
}
|
|
1233
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1234
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
1233
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FilterExpressionComponent, deps: [{ token: FilterService }, { token: i0.ElementRef }, { token: NavigationService }, { token: i1.LocalizationService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
1234
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: FilterExpressionComponent, isStandalone: true, selector: "kendo-filter-expression", inputs: { currentItem: "currentItem" }, providers: [{
|
|
1235
1235
|
provide: FilterItem,
|
|
1236
1236
|
useExisting: forwardRef(() => FilterExpressionComponent)
|
|
1237
1237
|
}], usesInheritance: true, ngImport: i0, template: `
|
|
1238
1238
|
<div class="k-filter-toolbar">
|
|
1239
|
-
<div class="k-toolbar
|
|
1239
|
+
<div class="k-toolbar" role="toolbar" [attr.aria-label]="messageFor('filterToolbarAriaLabel')" (mousedown)="onMouseDown($event)">
|
|
1240
1240
|
<div class="k-filter-field k-toolbar-item" >
|
|
1241
1241
|
@if (fieldTemplate) {
|
|
1242
1242
|
<ng-container
|
|
@@ -1302,13 +1302,14 @@ class FilterExpressionComponent extends BaseFilterRowComponent {
|
|
|
1302
1302
|
[svgIcon]="xIcon"
|
|
1303
1303
|
fillMode="flat"
|
|
1304
1304
|
[title]="messageFor('remove')"
|
|
1305
|
+
[attr.aria-label]="messageFor('remove')"
|
|
1305
1306
|
(click)="removeFilterExpression()">
|
|
1306
1307
|
</button>
|
|
1307
1308
|
</div>
|
|
1308
1309
|
</div>
|
|
1309
1310
|
`, isInline: true, dependencies: [{ kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "adaptiveTitle", "adaptiveSubtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: AriaLabelValueDirective, selector: "[kendoAriaLabelValue]", inputs: ["kendoAriaLabelValue"] }, { kind: "component", type: FilterExpressionOperatorsComponent, selector: "kendo-filter-expression-operators", inputs: ["currentItem", "editorType", "operators", "operatorTemplate"], outputs: ["valueChange"] }, { kind: "component", type: FilterTextEditorComponent, selector: "kendo-filter-text-editor", inputs: ["currentItem", "isDisabled"], outputs: ["valueChange"] }, { kind: "component", type: FilterNumericEditorComponent, selector: "kendo-filter-numeric-editor", inputs: ["currentItem", "isDisabled", "format"], outputs: ["valueChange"] }, { kind: "component", type: FilterBooleanEditorComponent, selector: "kendo-filter-boolean-editor", inputs: ["currentItem"], outputs: ["valueChange"] }, { kind: "component", type: FilterDateEditorComponent, selector: "kendo-filter-date-editor", inputs: ["currentItem", "isDisabled", "format"], outputs: ["valueChange"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
|
1310
1311
|
}
|
|
1311
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1312
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FilterExpressionComponent, decorators: [{
|
|
1312
1313
|
type: Component,
|
|
1313
1314
|
args: [{
|
|
1314
1315
|
providers: [{
|
|
@@ -1318,7 +1319,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
1318
1319
|
selector: 'kendo-filter-expression',
|
|
1319
1320
|
template: `
|
|
1320
1321
|
<div class="k-filter-toolbar">
|
|
1321
|
-
<div class="k-toolbar
|
|
1322
|
+
<div class="k-toolbar" role="toolbar" [attr.aria-label]="messageFor('filterToolbarAriaLabel')" (mousedown)="onMouseDown($event)">
|
|
1322
1323
|
<div class="k-filter-field k-toolbar-item" >
|
|
1323
1324
|
@if (fieldTemplate) {
|
|
1324
1325
|
<ng-container
|
|
@@ -1384,6 +1385,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
1384
1385
|
[svgIcon]="xIcon"
|
|
1385
1386
|
fillMode="flat"
|
|
1386
1387
|
[title]="messageFor('remove')"
|
|
1388
|
+
[attr.aria-label]="messageFor('remove')"
|
|
1387
1389
|
(click)="removeFilterExpression()">
|
|
1388
1390
|
</button>
|
|
1389
1391
|
</div>
|
|
@@ -1490,19 +1492,18 @@ class FilterGroupComponent extends BaseFilterRowComponent {
|
|
|
1490
1492
|
this.navigationService.currentToolbarItemIndex = this.itemNumber;
|
|
1491
1493
|
this.navigationService.focusCurrentElement(elementToFocus, true);
|
|
1492
1494
|
}
|
|
1493
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1494
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
1495
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FilterGroupComponent, deps: [{ token: FilterService }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: NavigationService }, { token: i1.LocalizationService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
1496
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: FilterGroupComponent, isStandalone: true, selector: "kendo-filter-group", inputs: { currentItem: "currentItem" }, providers: [{
|
|
1495
1497
|
provide: FilterItem,
|
|
1496
1498
|
useExisting: forwardRef(() => FilterGroupComponent)
|
|
1497
1499
|
}], viewQueries: [{ propertyName: "_filterItems", predicate: FilterItem, descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
|
1498
1500
|
<div class="k-filter-toolbar">
|
|
1499
|
-
<div class="k-toolbar
|
|
1501
|
+
<div class="k-toolbar" role="toolbar" [attr.aria-label]="messageFor('filterToolbarAriaLabel')" (mousedown)="onMouseDown($event)">
|
|
1500
1502
|
<div class="k-toolbar-button-group k-button-group" role="group">
|
|
1501
1503
|
@for (operator of operators; track operator) {
|
|
1502
1504
|
<button
|
|
1503
1505
|
tabindex="-1"
|
|
1504
1506
|
kendoButton
|
|
1505
|
-
class="k-toolbar-button"
|
|
1506
1507
|
[ngClass]="{'k-group-start': operator.value === 'and', 'k-group-end': operator.value === 'or'}"
|
|
1507
1508
|
[selected]="currentItem.logic === operator.value"
|
|
1508
1509
|
[attr.aria-pressed]="currentItem.logic === operator.value"
|
|
@@ -1543,7 +1544,8 @@ class FilterGroupComponent extends BaseFilterRowComponent {
|
|
|
1543
1544
|
icon="x"
|
|
1544
1545
|
[svgIcon]="xIcon"
|
|
1545
1546
|
fillMode="flat"
|
|
1546
|
-
[title]="messageFor('
|
|
1547
|
+
[title]="messageFor('removeGroup')"
|
|
1548
|
+
[attr.aria-label]="messageFor('removeGroup')"
|
|
1547
1549
|
(click)="removeFilterGroup()">
|
|
1548
1550
|
</button>
|
|
1549
1551
|
</div>
|
|
@@ -1573,7 +1575,7 @@ class FilterGroupComponent extends BaseFilterRowComponent {
|
|
|
1573
1575
|
}
|
|
1574
1576
|
`, isInline: true, dependencies: [{ kind: "component", type: FilterGroupComponent, selector: "kendo-filter-group", inputs: ["currentItem"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: FilterExpressionComponent, selector: "kendo-filter-expression", inputs: ["currentItem"] }] });
|
|
1575
1577
|
}
|
|
1576
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1578
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FilterGroupComponent, decorators: [{
|
|
1577
1579
|
type: Component,
|
|
1578
1580
|
args: [{
|
|
1579
1581
|
providers: [{
|
|
@@ -1583,13 +1585,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
1583
1585
|
selector: 'kendo-filter-group',
|
|
1584
1586
|
template: `
|
|
1585
1587
|
<div class="k-filter-toolbar">
|
|
1586
|
-
<div class="k-toolbar
|
|
1588
|
+
<div class="k-toolbar" role="toolbar" [attr.aria-label]="messageFor('filterToolbarAriaLabel')" (mousedown)="onMouseDown($event)">
|
|
1587
1589
|
<div class="k-toolbar-button-group k-button-group" role="group">
|
|
1588
1590
|
@for (operator of operators; track operator) {
|
|
1589
1591
|
<button
|
|
1590
1592
|
tabindex="-1"
|
|
1591
1593
|
kendoButton
|
|
1592
|
-
class="k-toolbar-button"
|
|
1593
1594
|
[ngClass]="{'k-group-start': operator.value === 'and', 'k-group-end': operator.value === 'or'}"
|
|
1594
1595
|
[selected]="currentItem.logic === operator.value"
|
|
1595
1596
|
[attr.aria-pressed]="currentItem.logic === operator.value"
|
|
@@ -1630,7 +1631,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
1630
1631
|
icon="x"
|
|
1631
1632
|
[svgIcon]="xIcon"
|
|
1632
1633
|
fillMode="flat"
|
|
1633
|
-
[title]="messageFor('
|
|
1634
|
+
[title]="messageFor('removeGroup')"
|
|
1635
|
+
[attr.aria-label]="messageFor('removeGroup')"
|
|
1634
1636
|
(click)="removeFilterGroup()">
|
|
1635
1637
|
</button>
|
|
1636
1638
|
</div>
|
|
@@ -1682,7 +1684,7 @@ class Messages extends ComponentMessages {
|
|
|
1682
1684
|
*/
|
|
1683
1685
|
filterExpressionFilters;
|
|
1684
1686
|
/**
|
|
1685
|
-
* The text of the `Remove` button.
|
|
1687
|
+
* The text of the `Remove Expression` button.
|
|
1686
1688
|
*/
|
|
1687
1689
|
remove;
|
|
1688
1690
|
/**
|
|
@@ -1817,14 +1819,18 @@ class Messages extends ComponentMessages {
|
|
|
1817
1819
|
* The text of the filter row aria label.
|
|
1818
1820
|
*/
|
|
1819
1821
|
filterToolbarAriaLabel;
|
|
1822
|
+
/**
|
|
1823
|
+
* The text of the Remove Group button.
|
|
1824
|
+
*/
|
|
1825
|
+
removeGroup;
|
|
1820
1826
|
/**
|
|
1821
1827
|
* The text of the filter toolbar aria label.
|
|
1822
1828
|
*/
|
|
1823
1829
|
filterComponentAriaLabel;
|
|
1824
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1825
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
1830
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
1831
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: Messages, isStandalone: true, selector: "[kendoFilterMessages]", inputs: { 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", filterToolbarAriaLabel: "filterToolbarAriaLabel", removeGroup: "removeGroup", filterComponentAriaLabel: "filterComponentAriaLabel" }, usesInheritance: true, ngImport: i0 });
|
|
1826
1832
|
}
|
|
1827
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1833
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: Messages, decorators: [{
|
|
1828
1834
|
type: Directive,
|
|
1829
1835
|
args: [{
|
|
1830
1836
|
selector: '[kendoFilterMessages]'
|
|
@@ -1901,6 +1907,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
1901
1907
|
type: Input
|
|
1902
1908
|
}], filterToolbarAriaLabel: [{
|
|
1903
1909
|
type: Input
|
|
1910
|
+
}], removeGroup: [{
|
|
1911
|
+
type: Input
|
|
1904
1912
|
}], filterComponentAriaLabel: [{
|
|
1905
1913
|
type: Input
|
|
1906
1914
|
}] } });
|
|
@@ -1914,15 +1922,15 @@ class LocalizedMessagesDirective extends Messages {
|
|
|
1914
1922
|
super();
|
|
1915
1923
|
this.service = service;
|
|
1916
1924
|
}
|
|
1917
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1918
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
1925
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1926
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: LocalizedMessagesDirective, isStandalone: true, selector: "[kendoFilterLocalizedMessages]", providers: [
|
|
1919
1927
|
{
|
|
1920
1928
|
provide: Messages,
|
|
1921
1929
|
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
|
1922
1930
|
}
|
|
1923
1931
|
], usesInheritance: true, ngImport: i0 });
|
|
1924
1932
|
}
|
|
1925
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1933
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
|
|
1926
1934
|
type: Directive,
|
|
1927
1935
|
args: [{
|
|
1928
1936
|
providers: [
|
|
@@ -1967,10 +1975,10 @@ class FilterFieldsTemplateDirective {
|
|
|
1967
1975
|
constructor(templateRef) {
|
|
1968
1976
|
this.templateRef = templateRef;
|
|
1969
1977
|
}
|
|
1970
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1971
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
1978
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FilterFieldsTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1979
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: FilterFieldsTemplateDirective, isStandalone: true, selector: "[kendoFilterFieldsTemplate]", ngImport: i0 });
|
|
1972
1980
|
}
|
|
1973
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1981
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FilterFieldsTemplateDirective, decorators: [{
|
|
1974
1982
|
type: Directive,
|
|
1975
1983
|
args: [{
|
|
1976
1984
|
selector: '[kendoFilterFieldsTemplate]',
|
|
@@ -2269,8 +2277,8 @@ class FilterComponent {
|
|
|
2269
2277
|
}
|
|
2270
2278
|
return false;
|
|
2271
2279
|
}
|
|
2272
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2273
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2280
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FilterComponent, deps: [{ token: FilterService }, { token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: NavigationService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
2281
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: FilterComponent, isStandalone: true, selector: "kendo-filter", inputs: { filters: "filters", value: "value" }, outputs: { valueChange: "valueChange" }, host: { listeners: { "focusout": "focusout($event)", "focusin": "focusin($event)", "keydown": "onKeydown($event)" }, properties: { "attr.dir": "this.direction" } }, providers: [
|
|
2274
2282
|
LocalizationService,
|
|
2275
2283
|
{
|
|
2276
2284
|
provide: L10N_PREFIX,
|
|
@@ -2298,8 +2306,8 @@ class FilterComponent {
|
|
|
2298
2306
|
i18n-filterExpressionFilters="kendo.filter.filterExpressionFilters|The text of the Filter Expression filters drop down"
|
|
2299
2307
|
filterExpressionFilters="Fields"
|
|
2300
2308
|
|
|
2301
|
-
i18n-remove="kendo.filter.remove|The text of the Remove button"
|
|
2302
|
-
remove="Remove"
|
|
2309
|
+
i18n-remove="kendo.filter.remove|The text of the Remove Expression button"
|
|
2310
|
+
remove="Remove expression"
|
|
2303
2311
|
|
|
2304
2312
|
i18n-addFilter="kendo.filter.addFilter|The text of the Add Filter button"
|
|
2305
2313
|
addFilter="Add Filter"
|
|
@@ -2388,6 +2396,9 @@ class FilterComponent {
|
|
|
2388
2396
|
i18n-filterToolbarAriaLabel="kendo.filter.filterToolbarAriaLabel|The text of the filter row aria label"
|
|
2389
2397
|
filterToolbarAriaLabel="filter row settings"
|
|
2390
2398
|
|
|
2399
|
+
i18n-removeGroup="kendo.filter.removeGroup|The text of the Remove Group button"
|
|
2400
|
+
removeGroup="Remove group"
|
|
2401
|
+
|
|
2391
2402
|
i18n-filterComponentAriaLabel="kendo.filter.filterComponentAriaLabel|The text of the filter component aria label"
|
|
2392
2403
|
filterComponentAriaLabel="filter component"
|
|
2393
2404
|
>
|
|
@@ -2405,7 +2416,7 @@ class FilterComponent {
|
|
|
2405
2416
|
</div>
|
|
2406
2417
|
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoFilterLocalizedMessages]" }, { kind: "component", type: FilterGroupComponent, selector: "kendo-filter-group", inputs: ["currentItem"] }] });
|
|
2407
2418
|
}
|
|
2408
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2419
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FilterComponent, decorators: [{
|
|
2409
2420
|
type: Component,
|
|
2410
2421
|
args: [{
|
|
2411
2422
|
providers: [
|
|
@@ -2438,8 +2449,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
2438
2449
|
i18n-filterExpressionFilters="kendo.filter.filterExpressionFilters|The text of the Filter Expression filters drop down"
|
|
2439
2450
|
filterExpressionFilters="Fields"
|
|
2440
2451
|
|
|
2441
|
-
i18n-remove="kendo.filter.remove|The text of the Remove button"
|
|
2442
|
-
remove="Remove"
|
|
2452
|
+
i18n-remove="kendo.filter.remove|The text of the Remove Expression button"
|
|
2453
|
+
remove="Remove expression"
|
|
2443
2454
|
|
|
2444
2455
|
i18n-addFilter="kendo.filter.addFilter|The text of the Add Filter button"
|
|
2445
2456
|
addFilter="Add Filter"
|
|
@@ -2528,6 +2539,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
2528
2539
|
i18n-filterToolbarAriaLabel="kendo.filter.filterToolbarAriaLabel|The text of the filter row aria label"
|
|
2529
2540
|
filterToolbarAriaLabel="filter row settings"
|
|
2530
2541
|
|
|
2542
|
+
i18n-removeGroup="kendo.filter.removeGroup|The text of the Remove Group button"
|
|
2543
|
+
removeGroup="Remove group"
|
|
2544
|
+
|
|
2531
2545
|
i18n-filterComponentAriaLabel="kendo.filter.filterComponentAriaLabel|The text of the filter component aria label"
|
|
2532
2546
|
filterComponentAriaLabel="filter component"
|
|
2533
2547
|
>
|
|
@@ -2589,15 +2603,15 @@ class CustomMessagesComponent extends Messages {
|
|
|
2589
2603
|
get override() {
|
|
2590
2604
|
return true;
|
|
2591
2605
|
}
|
|
2592
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2593
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2606
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: CustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
2607
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: CustomMessagesComponent, isStandalone: true, selector: "kendo-filter-messages", providers: [
|
|
2594
2608
|
{
|
|
2595
2609
|
provide: Messages,
|
|
2596
2610
|
useExisting: forwardRef(() => CustomMessagesComponent)
|
|
2597
2611
|
}
|
|
2598
2612
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
2599
2613
|
}
|
|
2600
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2614
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: CustomMessagesComponent, decorators: [{
|
|
2601
2615
|
type: Component,
|
|
2602
2616
|
args: [{
|
|
2603
2617
|
providers: [
|
|
@@ -2657,9 +2671,9 @@ const KENDO_FILTER = [
|
|
|
2657
2671
|
* ```
|
|
2658
2672
|
*/
|
|
2659
2673
|
class FilterModule {
|
|
2660
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2661
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
2662
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
2674
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FilterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2675
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.26", ngImport: i0, type: FilterModule, imports: [FilterComponent, FilterFieldComponent, CustomMessagesComponent, FilterValueEditorTemplateDirective, FilterOperatorTemplateDirective, FilterFieldsTemplateDirective], exports: [FilterComponent, FilterFieldComponent, CustomMessagesComponent, FilterValueEditorTemplateDirective, FilterOperatorTemplateDirective, FilterFieldsTemplateDirective] });
|
|
2676
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FilterModule, providers: [
|
|
2663
2677
|
// InputsModule providers
|
|
2664
2678
|
IconsService,
|
|
2665
2679
|
PopupService,
|
|
@@ -2683,7 +2697,7 @@ class FilterModule {
|
|
|
2683
2697
|
DayPeriodService
|
|
2684
2698
|
], imports: [FilterComponent] });
|
|
2685
2699
|
}
|
|
2686
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2700
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FilterModule, decorators: [{
|
|
2687
2701
|
type: NgModule,
|
|
2688
2702
|
args: [{
|
|
2689
2703
|
imports: [...KENDO_FILTER],
|
package/index.d.ts
CHANGED
|
@@ -463,7 +463,7 @@ declare class Messages extends ComponentMessages {
|
|
|
463
463
|
*/
|
|
464
464
|
filterExpressionFilters: string;
|
|
465
465
|
/**
|
|
466
|
-
* The text of the `Remove` button.
|
|
466
|
+
* The text of the `Remove Expression` button.
|
|
467
467
|
*/
|
|
468
468
|
remove: string;
|
|
469
469
|
/**
|
|
@@ -598,12 +598,16 @@ declare class Messages extends ComponentMessages {
|
|
|
598
598
|
* The text of the filter row aria label.
|
|
599
599
|
*/
|
|
600
600
|
filterToolbarAriaLabel: string;
|
|
601
|
+
/**
|
|
602
|
+
* The text of the Remove Group button.
|
|
603
|
+
*/
|
|
604
|
+
removeGroup: string;
|
|
601
605
|
/**
|
|
602
606
|
* The text of the filter toolbar aria label.
|
|
603
607
|
*/
|
|
604
608
|
filterComponentAriaLabel: string;
|
|
605
609
|
static ɵfac: i0.ɵɵFactoryDeclaration<Messages, never>;
|
|
606
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<Messages, "[kendoFilterMessages]", never, { "filterExpressionOperators": { "alias": "filterExpressionOperators"; "required": false; }; "filterExpressionFilters": { "alias": "filterExpressionFilters"; "required": false; }; "remove": { "alias": "remove"; "required": false; }; "addGroup": { "alias": "addGroup"; "required": false; }; "addFilter": { "alias": "addFilter"; "required": false; }; "filterAndLogic": { "alias": "filterAndLogic"; "required": false; }; "filterOrLogic": { "alias": "filterOrLogic"; "required": false; }; "filterEqOperator": { "alias": "filterEqOperator"; "required": false; }; "filterNotEqOperator": { "alias": "filterNotEqOperator"; "required": false; }; "filterIsNullOperator": { "alias": "filterIsNullOperator"; "required": false; }; "filterIsNotNullOperator": { "alias": "filterIsNotNullOperator"; "required": false; }; "filterIsEmptyOperator": { "alias": "filterIsEmptyOperator"; "required": false; }; "filterIsNotEmptyOperator": { "alias": "filterIsNotEmptyOperator"; "required": false; }; "filterStartsWithOperator": { "alias": "filterStartsWithOperator"; "required": false; }; "filterContainsOperator": { "alias": "filterContainsOperator"; "required": false; }; "filterNotContainsOperator": { "alias": "filterNotContainsOperator"; "required": false; }; "filterEndsWithOperator": { "alias": "filterEndsWithOperator"; "required": false; }; "filterGteOperator": { "alias": "filterGteOperator"; "required": false; }; "filterGtOperator": { "alias": "filterGtOperator"; "required": false; }; "filterLteOperator": { "alias": "filterLteOperator"; "required": false; }; "filterLtOperator": { "alias": "filterLtOperator"; "required": false; }; "filterIsTrue": { "alias": "filterIsTrue"; "required": false; }; "filterIsFalse": { "alias": "filterIsFalse"; "required": false; }; "filterBooleanAll": { "alias": "filterBooleanAll"; "required": false; }; "filterAfterOrEqualOperator": { "alias": "filterAfterOrEqualOperator"; "required": false; }; "filterAfterOperator": { "alias": "filterAfterOperator"; "required": false; }; "filterBeforeOperator": { "alias": "filterBeforeOperator"; "required": false; }; "filterBeforeOrEqualOperator": { "alias": "filterBeforeOrEqualOperator"; "required": false; }; "editorNumericDecrement": { "alias": "editorNumericDecrement"; "required": false; }; "editorNumericIncrement": { "alias": "editorNumericIncrement"; "required": false; }; "editorDateTodayText": { "alias": "editorDateTodayText"; "required": false; }; "editorDateToggleText": { "alias": "editorDateToggleText"; "required": false; }; "filterFieldAriaLabel": { "alias": "filterFieldAriaLabel"; "required": false; }; "filterOperatorAriaLabel": { "alias": "filterOperatorAriaLabel"; "required": false; }; "filterValueAriaLabel": { "alias": "filterValueAriaLabel"; "required": false; }; "filterToolbarAriaLabel": { "alias": "filterToolbarAriaLabel"; "required": false; }; "filterComponentAriaLabel": { "alias": "filterComponentAriaLabel"; "required": false; }; }, {}, never, never, true, never>;
|
|
610
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<Messages, "[kendoFilterMessages]", never, { "filterExpressionOperators": { "alias": "filterExpressionOperators"; "required": false; }; "filterExpressionFilters": { "alias": "filterExpressionFilters"; "required": false; }; "remove": { "alias": "remove"; "required": false; }; "addGroup": { "alias": "addGroup"; "required": false; }; "addFilter": { "alias": "addFilter"; "required": false; }; "filterAndLogic": { "alias": "filterAndLogic"; "required": false; }; "filterOrLogic": { "alias": "filterOrLogic"; "required": false; }; "filterEqOperator": { "alias": "filterEqOperator"; "required": false; }; "filterNotEqOperator": { "alias": "filterNotEqOperator"; "required": false; }; "filterIsNullOperator": { "alias": "filterIsNullOperator"; "required": false; }; "filterIsNotNullOperator": { "alias": "filterIsNotNullOperator"; "required": false; }; "filterIsEmptyOperator": { "alias": "filterIsEmptyOperator"; "required": false; }; "filterIsNotEmptyOperator": { "alias": "filterIsNotEmptyOperator"; "required": false; }; "filterStartsWithOperator": { "alias": "filterStartsWithOperator"; "required": false; }; "filterContainsOperator": { "alias": "filterContainsOperator"; "required": false; }; "filterNotContainsOperator": { "alias": "filterNotContainsOperator"; "required": false; }; "filterEndsWithOperator": { "alias": "filterEndsWithOperator"; "required": false; }; "filterGteOperator": { "alias": "filterGteOperator"; "required": false; }; "filterGtOperator": { "alias": "filterGtOperator"; "required": false; }; "filterLteOperator": { "alias": "filterLteOperator"; "required": false; }; "filterLtOperator": { "alias": "filterLtOperator"; "required": false; }; "filterIsTrue": { "alias": "filterIsTrue"; "required": false; }; "filterIsFalse": { "alias": "filterIsFalse"; "required": false; }; "filterBooleanAll": { "alias": "filterBooleanAll"; "required": false; }; "filterAfterOrEqualOperator": { "alias": "filterAfterOrEqualOperator"; "required": false; }; "filterAfterOperator": { "alias": "filterAfterOperator"; "required": false; }; "filterBeforeOperator": { "alias": "filterBeforeOperator"; "required": false; }; "filterBeforeOrEqualOperator": { "alias": "filterBeforeOrEqualOperator"; "required": false; }; "editorNumericDecrement": { "alias": "editorNumericDecrement"; "required": false; }; "editorNumericIncrement": { "alias": "editorNumericIncrement"; "required": false; }; "editorDateTodayText": { "alias": "editorDateTodayText"; "required": false; }; "editorDateToggleText": { "alias": "editorDateToggleText"; "required": false; }; "filterFieldAriaLabel": { "alias": "filterFieldAriaLabel"; "required": false; }; "filterOperatorAriaLabel": { "alias": "filterOperatorAriaLabel"; "required": false; }; "filterValueAriaLabel": { "alias": "filterValueAriaLabel"; "required": false; }; "filterToolbarAriaLabel": { "alias": "filterToolbarAriaLabel"; "required": false; }; "removeGroup": { "alias": "removeGroup"; "required": false; }; "filterComponentAriaLabel": { "alias": "filterComponentAriaLabel"; "required": false; }; }, {}, never, never, true, never>;
|
|
607
611
|
}
|
|
608
612
|
|
|
609
613
|
/**
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "25.0.0-develop.
|
|
10
|
+
"publishDate": 1785426922,
|
|
11
|
+
"version": "25.0.0-develop.13",
|
|
12
12
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-filter",
|
|
3
|
-
"version": "25.0.0-develop.
|
|
3
|
+
"version": "25.0.0-develop.13",
|
|
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": 1785426922,
|
|
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": "20 - 22",
|
|
29
29
|
"@progress/kendo-data-query": "^1.7.3",
|
|
30
30
|
"@progress/kendo-licensing": "^1.11.0",
|
|
31
|
-
"@progress/kendo-angular-buttons": "25.0.0-develop.
|
|
32
|
-
"@progress/kendo-angular-common": "25.0.0-develop.
|
|
33
|
-
"@progress/kendo-angular-dateinputs": "25.0.0-develop.
|
|
34
|
-
"@progress/kendo-angular-dropdowns": "25.0.0-develop.
|
|
35
|
-
"@progress/kendo-angular-inputs": "25.0.0-develop.
|
|
36
|
-
"@progress/kendo-angular-intl": "25.0.0-develop.
|
|
37
|
-
"@progress/kendo-angular-l10n": "25.0.0-develop.
|
|
38
|
-
"@progress/kendo-angular-icons": "25.0.0-develop.
|
|
39
|
-
"@progress/kendo-angular-label": "25.0.0-develop.
|
|
31
|
+
"@progress/kendo-angular-buttons": "25.0.0-develop.13",
|
|
32
|
+
"@progress/kendo-angular-common": "25.0.0-develop.13",
|
|
33
|
+
"@progress/kendo-angular-dateinputs": "25.0.0-develop.13",
|
|
34
|
+
"@progress/kendo-angular-dropdowns": "25.0.0-develop.13",
|
|
35
|
+
"@progress/kendo-angular-inputs": "25.0.0-develop.13",
|
|
36
|
+
"@progress/kendo-angular-intl": "25.0.0-develop.13",
|
|
37
|
+
"@progress/kendo-angular-l10n": "25.0.0-develop.13",
|
|
38
|
+
"@progress/kendo-angular-icons": "25.0.0-develop.13",
|
|
39
|
+
"@progress/kendo-angular-label": "25.0.0-develop.13",
|
|
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": "25.0.0-develop.
|
|
44
|
+
"@progress/kendo-angular-schematics": "25.0.0-develop.13"
|
|
45
45
|
},
|
|
46
46
|
"schematics": "./schematics/collection.json",
|
|
47
47
|
"module": "fesm2022/progress-kendo-angular-filter.mjs",
|
|
@@ -9,12 +9,12 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
9
9
|
function default_1(options) {
|
|
10
10
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'FilterModule', package: 'filter', peerDependencies: {
|
|
11
11
|
// peer deps of the dropdowns
|
|
12
|
-
'@progress/kendo-angular-treeview': '25.0.0-develop.
|
|
13
|
-
'@progress/kendo-angular-popup': '25.0.0-develop.
|
|
14
|
-
'@progress/kendo-angular-navigation': '25.0.0-develop.
|
|
12
|
+
'@progress/kendo-angular-treeview': '25.0.0-develop.13',
|
|
13
|
+
'@progress/kendo-angular-popup': '25.0.0-develop.13',
|
|
14
|
+
'@progress/kendo-angular-navigation': '25.0.0-develop.13',
|
|
15
15
|
// peer dependency of kendo-angular-inputs
|
|
16
16
|
'@progress/kendo-drawing': '^1.16.0',
|
|
17
|
-
'@progress/kendo-angular-dialog': '25.0.0-develop.
|
|
17
|
+
'@progress/kendo-angular-dialog': '25.0.0-develop.13',
|
|
18
18
|
// Peer dependency of icons
|
|
19
19
|
'@progress/kendo-svg-icons': '^4.0.0'
|
|
20
20
|
} });
|