@progress/kendo-angular-dropdowns 20.1.2-develop.2 → 21.0.0-develop.3
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/autocomplete/autocomplete.component.d.ts +1 -1
- package/codemods/template-transformer/index.js +1 -2
- package/codemods/utils.js +2 -2
- package/codemods/v19/autocomplete-subtitle.js +1 -1
- package/codemods/v19/autocomplete-title.js +1 -1
- package/codemods/v19/combobox-subtitle.js +1 -1
- package/codemods/v19/combobox-title.js +1 -1
- package/codemods/v19/dropdownlist-subtitle.js +1 -1
- package/codemods/v19/dropdownlist-title.js +1 -1
- package/codemods/v19/dropdowntree-subtitle.js +1 -1
- package/codemods/v19/dropdowntree-title.js +1 -1
- package/codemods/v19/multicolumncombobox-subtitle.js +1 -1
- package/codemods/v19/multicolumncombobox-title.js +1 -1
- package/codemods/v19/multiselect-subtitle.js +1 -1
- package/codemods/v19/multiselect-title.js +1 -1
- package/codemods/v19/multiselecttree-subtitle.js +1 -1
- package/codemods/v19/multiselecttree-title.js +1 -1
- package/dropdownlist/dropdownlist.component.d.ts +1 -1
- package/dropdowntrees/dropdowntree.component.d.ts +5 -5
- package/dropdowntrees/multiselecttree.component.d.ts +3 -3
- package/esm2022/autocomplete/autocomplete.component.mjs +4 -4
- package/esm2022/autocomplete/autocomplete.module.mjs +4 -4
- package/esm2022/comboboxes/combobox-column/column-cell-template.directive.mjs +4 -4
- package/esm2022/comboboxes/combobox-column/column-header-template.directive.mjs +4 -4
- package/esm2022/comboboxes/combobox-column/combobox-column.component.mjs +3 -3
- package/esm2022/comboboxes/combobox.component.mjs +5 -5
- package/esm2022/comboboxes/combobox.module.mjs +4 -4
- package/esm2022/comboboxes/multicolumncombobox.component.mjs +4 -4
- package/esm2022/common/adaptive-renderer.component.mjs +4 -4
- package/esm2022/common/data.service.mjs +3 -3
- package/esm2022/common/disabled-items/disabled-items.service.mjs +4 -4
- package/esm2022/common/filter-input.directive.mjs +4 -4
- package/esm2022/common/filtering/filter.directive.mjs +4 -4
- package/esm2022/common/list-item.directive.mjs +4 -4
- package/esm2022/common/list.component.mjs +4 -4
- package/esm2022/common/localization/custom-messages.component.mjs +4 -4
- package/esm2022/common/localization/localized-messages.directive.mjs +4 -4
- package/esm2022/common/localization/messages.mjs +3 -3
- package/esm2022/common/navigation/navigation.service.mjs +4 -4
- package/esm2022/common/searchbar.component.mjs +5 -5
- package/esm2022/common/selection/selectable.directive.mjs +4 -4
- package/esm2022/common/selection/selection.service.mjs +4 -4
- package/esm2022/common/shared-events.directive.mjs +4 -4
- package/esm2022/common/taglist.component.mjs +4 -4
- package/esm2022/common/templates/custom-item-template.directive.mjs +4 -4
- package/esm2022/common/templates/fixed-group-template.directive.mjs +4 -4
- package/esm2022/common/templates/footer-template.directive.mjs +4 -4
- package/esm2022/common/templates/group-tag-template.directive.mjs +4 -4
- package/esm2022/common/templates/group-template.directive.mjs +4 -4
- package/esm2022/common/templates/header-template.directive.mjs +4 -4
- package/esm2022/common/templates/item-template.directive.mjs +4 -4
- package/esm2022/common/templates/no-data-template.directive.mjs +4 -4
- package/esm2022/common/templates/tag-template.directive.mjs +4 -4
- package/esm2022/common/templates/value-template.directive.mjs +4 -4
- package/esm2022/dropdownlist/dropdownlist.component.mjs +4 -4
- package/esm2022/dropdownlist/dropdownlist.module.mjs +4 -4
- package/esm2022/dropdowns.module.mjs +4 -4
- package/esm2022/dropdowntrees/checked-state/base-check.directive.mjs +3 -3
- package/esm2022/dropdowntrees/checked-state/check-all.directive.mjs +4 -4
- package/esm2022/dropdowntrees/checked-state/check.directive.mjs +4 -4
- package/esm2022/dropdowntrees/data-binding/dropdowntree/flat-binding.directive.mjs +4 -4
- package/esm2022/dropdowntrees/data-binding/dropdowntree/hierarchy-binding.directive.mjs +4 -4
- package/esm2022/dropdowntrees/data-binding/multiselecttree/flat-binding.directive.mjs +4 -4
- package/esm2022/dropdowntrees/data-binding/multiselecttree/hierarchy-binding.directive.mjs +4 -4
- package/esm2022/dropdowntrees/dropdowntree.component.mjs +4 -4
- package/esm2022/dropdowntrees/dropdowntrees.module.mjs +4 -4
- package/esm2022/dropdowntrees/expanded-state/expand.directive.mjs +4 -4
- package/esm2022/dropdowntrees/lookup/lookup.service.mjs +3 -3
- package/esm2022/dropdowntrees/multiselecttree.component.mjs +4 -4
- package/esm2022/dropdowntrees/summary-tag/summary-tag.directive.mjs +4 -4
- package/esm2022/dropdowntrees/templates/node-template.directive.mjs +4 -4
- package/esm2022/multiselect/multiselect.component.mjs +4 -4
- package/esm2022/multiselect/multiselect.module.mjs +4 -4
- package/esm2022/multiselect/summary-tag.directive.mjs +4 -4
- package/esm2022/package-metadata.mjs +2 -2
- package/fesm2022/progress-kendo-angular-dropdowns.mjs +215 -215
- package/package.json +15 -15
- package/schematics/ngAdd/index.js +3 -3
|
@@ -53,16 +53,16 @@ export class SummaryTagDirective {
|
|
|
53
53
|
}
|
|
54
54
|
};
|
|
55
55
|
}
|
|
56
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
57
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
56
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SummaryTagDirective, deps: [{ token: i1.MultiSelectComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
57
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SummaryTagDirective, isStandalone: true, selector: "[kendoMultiSelectSummaryTag]", inputs: { showAfter: ["kendoMultiSelectSummaryTag", "showAfter"] }, usesOnChanges: true, ngImport: i0 });
|
|
58
58
|
}
|
|
59
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
59
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SummaryTagDirective, decorators: [{
|
|
60
60
|
type: Directive,
|
|
61
61
|
args: [{
|
|
62
62
|
selector: '[kendoMultiSelectSummaryTag]',
|
|
63
63
|
standalone: true
|
|
64
64
|
}]
|
|
65
|
-
}], ctorParameters:
|
|
65
|
+
}], ctorParameters: () => [{ type: i1.MultiSelectComponent }], propDecorators: { showAfter: [{
|
|
66
66
|
type: Input,
|
|
67
67
|
args: ['kendoMultiSelectSummaryTag']
|
|
68
68
|
}] } });
|
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: '
|
|
13
|
+
publishDate: 1761757721,
|
|
14
|
+
version: '21.0.0-develop.3',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|