@progress/kendo-angular-dropdowns 24.0.0-develop.26 → 24.0.0-develop.27
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.
|
@@ -37,8 +37,8 @@ const packageMetadata = {
|
|
|
37
37
|
productName: 'Kendo UI for Angular',
|
|
38
38
|
productCode: 'KENDOUIANGULAR',
|
|
39
39
|
productCodes: ['KENDOUIANGULAR'],
|
|
40
|
-
publishDate:
|
|
41
|
-
version: '24.0.0-develop.
|
|
40
|
+
publishDate: 1778613135,
|
|
41
|
+
version: '24.0.0-develop.27',
|
|
42
42
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
43
43
|
};
|
|
44
44
|
|
|
@@ -9541,7 +9541,6 @@ class MultiSelectComponent {
|
|
|
9541
9541
|
renderer;
|
|
9542
9542
|
_zone;
|
|
9543
9543
|
injector;
|
|
9544
|
-
hostElement;
|
|
9545
9544
|
adaptiveService;
|
|
9546
9545
|
/**
|
|
9547
9546
|
* @hidden
|
|
@@ -10088,7 +10087,6 @@ class MultiSelectComponent {
|
|
|
10088
10087
|
* @hidden
|
|
10089
10088
|
*/
|
|
10090
10089
|
prefixTemplate;
|
|
10091
|
-
hostClasses = true;
|
|
10092
10090
|
get dir() {
|
|
10093
10091
|
return this.direction;
|
|
10094
10092
|
}
|
|
@@ -10140,7 +10138,7 @@ class MultiSelectComponent {
|
|
|
10140
10138
|
_fillMode;
|
|
10141
10139
|
_valueHolder = [];
|
|
10142
10140
|
isCustomValueSelected = false;
|
|
10143
|
-
constructor(wrapper, localization, popupService, dataService, selectionService, navigationService, disabledItemsService, cdr, differs, renderer, _zone, injector,
|
|
10141
|
+
constructor(wrapper, localization, popupService, dataService, selectionService, navigationService, disabledItemsService, cdr, differs, renderer, _zone, injector, adaptiveService) {
|
|
10144
10142
|
this.wrapper = wrapper;
|
|
10145
10143
|
this.localization = localization;
|
|
10146
10144
|
this.popupService = popupService;
|
|
@@ -10153,7 +10151,6 @@ class MultiSelectComponent {
|
|
|
10153
10151
|
this.renderer = renderer;
|
|
10154
10152
|
this._zone = _zone;
|
|
10155
10153
|
this.injector = injector;
|
|
10156
|
-
this.hostElement = hostElement;
|
|
10157
10154
|
this.adaptiveService = adaptiveService;
|
|
10158
10155
|
validatePackage(packageMetadata);
|
|
10159
10156
|
this.popupPointerDownHandler = this.onPointerDown.bind(this);
|
|
@@ -10161,6 +10158,8 @@ class MultiSelectComponent {
|
|
|
10161
10158
|
this.direction = this.localization.rtl ? 'rtl' : 'ltr';
|
|
10162
10159
|
this.subscribeEvents();
|
|
10163
10160
|
this.subscribeTouchEvents();
|
|
10161
|
+
this.renderer.addClass(this.wrapper.nativeElement, 'k-multiselect');
|
|
10162
|
+
this.renderer.addClass(this.wrapper.nativeElement, 'k-input');
|
|
10164
10163
|
}
|
|
10165
10164
|
get listContainerClasses() {
|
|
10166
10165
|
const containerClasses = ['k-list-container', 'k-multiselect-popup'];
|
|
@@ -10477,6 +10476,8 @@ class MultiSelectComponent {
|
|
|
10477
10476
|
this.valueChangeDetected = false;
|
|
10478
10477
|
}
|
|
10479
10478
|
ngOnInit() {
|
|
10479
|
+
this.renderer.addClass(this.wrapper.nativeElement, 'k-multiselect');
|
|
10480
|
+
this.renderer.addClass(this.wrapper.nativeElement, 'k-input');
|
|
10480
10481
|
this.renderer.removeAttribute(this.wrapper.nativeElement, "tabindex");
|
|
10481
10482
|
this.createCustomValueStream();
|
|
10482
10483
|
this.subs.add(this.localization
|
|
@@ -11233,8 +11234,8 @@ class MultiSelectComponent {
|
|
|
11233
11234
|
this.closePopup();
|
|
11234
11235
|
}
|
|
11235
11236
|
}
|
|
11236
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: MultiSelectComponent, deps: [{ token: i0.ElementRef }, { token: i1.LocalizationService }, { token: i2.PopupService }, { token: DataService }, { token: SelectionService }, { token: NavigationService }, { token: DisabledItemsService }, { token: i0.ChangeDetectorRef }, { token: i0.KeyValueDiffers }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i0.Injector }, { token:
|
|
11237
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: MultiSelectComponent, isStandalone: true, selector: "kendo-multiselect", inputs: { showStickyHeader: "showStickyHeader", focusableId: "focusableId", autoClose: "autoClose", loading: "loading", data: "data", value: "value", valueField: "valueField", textField: "textField", tabindex: "tabindex", tabIndex: "tabIndex", size: "size", rounded: "rounded", fillMode: "fillMode", placeholder: "placeholder", adaptiveMode: "adaptiveMode", adaptiveTitle: "adaptiveTitle", adaptiveSubtitle: "adaptiveSubtitle", disabled: "disabled", itemDisabled: "itemDisabled", checkboxes: "checkboxes", readonly: "readonly", filterable: "filterable", virtual: "virtual", popupSettings: "popupSettings", listHeight: "listHeight", valuePrimitive: "valuePrimitive", clearButton: "clearButton", tagMapper: "tagMapper", allowCustom: "allowCustom", valueNormalizer: "valueNormalizer", inputAttributes: "inputAttributes" }, outputs: { filterChange: "filterChange", valueChange: "valueChange", open: "open", opened: "opened", close: "close", closed: "closed", onFocus: "focus", onBlur: "blur", inputFocus: "inputFocus", inputBlur: "inputBlur", removeTag: "removeTag" }, host: { properties: { "class.k-readonly": "this.readonly", "
|
|
11237
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: MultiSelectComponent, deps: [{ token: i0.ElementRef }, { token: i1.LocalizationService }, { token: i2.PopupService }, { token: DataService }, { token: SelectionService }, { token: NavigationService }, { token: DisabledItemsService }, { token: i0.ChangeDetectorRef }, { token: i0.KeyValueDiffers }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i0.Injector }, { token: i7.AdaptiveService }], target: i0.ɵɵFactoryTarget.Component });
|
|
11238
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: MultiSelectComponent, isStandalone: true, selector: "kendo-multiselect", inputs: { showStickyHeader: "showStickyHeader", focusableId: "focusableId", autoClose: "autoClose", loading: "loading", data: "data", value: "value", valueField: "valueField", textField: "textField", tabindex: "tabindex", tabIndex: "tabIndex", size: "size", rounded: "rounded", fillMode: "fillMode", placeholder: "placeholder", adaptiveMode: "adaptiveMode", adaptiveTitle: "adaptiveTitle", adaptiveSubtitle: "adaptiveSubtitle", disabled: "disabled", itemDisabled: "itemDisabled", checkboxes: "checkboxes", readonly: "readonly", filterable: "filterable", virtual: "virtual", popupSettings: "popupSettings", listHeight: "listHeight", valuePrimitive: "valuePrimitive", clearButton: "clearButton", tagMapper: "tagMapper", allowCustom: "allowCustom", valueNormalizer: "valueNormalizer", inputAttributes: "inputAttributes" }, outputs: { filterChange: "filterChange", valueChange: "valueChange", open: "open", opened: "opened", close: "close", closed: "closed", onFocus: "focus", onBlur: "blur", inputFocus: "inputFocus", inputBlur: "inputBlur", removeTag: "removeTag" }, host: { properties: { "class.k-readonly": "this.readonly", "attr.dir": "this.dir", "class.k-disabled": "this.disabledClass", "class.k-loading": "this.isLoading" } }, providers: [
|
|
11238
11239
|
MULTISELECT_VALUE_ACCESSOR,
|
|
11239
11240
|
DataService,
|
|
11240
11241
|
SelectionService,
|
|
@@ -11272,7 +11273,7 @@ class MultiSelectComponent {
|
|
|
11272
11273
|
|
|
11273
11274
|
<ng-container
|
|
11274
11275
|
kendoDropDownSharedEvents
|
|
11275
|
-
[hostElement]="
|
|
11276
|
+
[hostElement]="wrapper"
|
|
11276
11277
|
[(isFocused)]="isFocused"
|
|
11277
11278
|
(handleBlur)="handleBlur()"
|
|
11278
11279
|
(onFocus)="handleFocus()"
|
|
@@ -11488,7 +11489,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
11488
11489
|
|
|
11489
11490
|
<ng-container
|
|
11490
11491
|
kendoDropDownSharedEvents
|
|
11491
|
-
[hostElement]="
|
|
11492
|
+
[hostElement]="wrapper"
|
|
11492
11493
|
[(isFocused)]="isFocused"
|
|
11493
11494
|
(handleBlur)="handleBlur()"
|
|
11494
11495
|
(onFocus)="handleFocus()"
|
|
@@ -11662,7 +11663,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
11662
11663
|
standalone: true,
|
|
11663
11664
|
imports: [LocalizedMessagesDirective, SharedDropDownEventsDirective, NgTemplateOutlet, SeparatorComponent, TagListComponent, SearchBarComponent, IconWrapperComponent, ResizeSensorComponent, AdaptiveRendererComponent, TemplateContextDirective, ListComponent]
|
|
11664
11665
|
}]
|
|
11665
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.LocalizationService }, { type: i2.PopupService }, { type: DataService }, { type: SelectionService }, { type: NavigationService }, { type: DisabledItemsService }, { type: i0.ChangeDetectorRef }, { type: i0.KeyValueDiffers }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i0.Injector }, { type:
|
|
11666
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.LocalizationService }, { type: i2.PopupService }, { type: DataService }, { type: SelectionService }, { type: NavigationService }, { type: DisabledItemsService }, { type: i0.ChangeDetectorRef }, { type: i0.KeyValueDiffers }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i0.Injector }, { type: i7.AdaptiveService }], propDecorators: { adaptiveRendererComponent: [{
|
|
11666
11667
|
type: ViewChild,
|
|
11667
11668
|
args: [AdaptiveRendererComponent]
|
|
11668
11669
|
}], showStickyHeader: [{
|
|
@@ -11803,12 +11804,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
11803
11804
|
}], prefixTemplate: [{
|
|
11804
11805
|
type: ContentChild,
|
|
11805
11806
|
args: [PrefixTemplateDirective]
|
|
11806
|
-
}], hostClasses: [{
|
|
11807
|
-
type: HostBinding,
|
|
11808
|
-
args: ['class.k-multiselect']
|
|
11809
|
-
}, {
|
|
11810
|
-
type: HostBinding,
|
|
11811
|
-
args: ['class.k-input']
|
|
11812
11807
|
}], dir: [{
|
|
11813
11808
|
type: HostBinding,
|
|
11814
11809
|
args: ['attr.dir']
|
|
@@ -85,7 +85,6 @@ export declare class MultiSelectComponent implements OnDestroy, OnChanges, OnIni
|
|
|
85
85
|
private renderer;
|
|
86
86
|
private _zone;
|
|
87
87
|
private injector;
|
|
88
|
-
hostElement: ElementRef;
|
|
89
88
|
private adaptiveService;
|
|
90
89
|
/**
|
|
91
90
|
* @hidden
|
|
@@ -437,7 +436,6 @@ export declare class MultiSelectComponent implements OnDestroy, OnChanges, OnIni
|
|
|
437
436
|
* @hidden
|
|
438
437
|
*/
|
|
439
438
|
prefixTemplate: PrefixTemplateDirective;
|
|
440
|
-
hostClasses: boolean;
|
|
441
439
|
get dir(): string;
|
|
442
440
|
get disabledClass(): boolean;
|
|
443
441
|
get isLoading(): boolean;
|
|
@@ -464,7 +462,7 @@ export declare class MultiSelectComponent implements OnDestroy, OnChanges, OnIni
|
|
|
464
462
|
private _fillMode;
|
|
465
463
|
private _valueHolder;
|
|
466
464
|
private isCustomValueSelected;
|
|
467
|
-
constructor(wrapper: ElementRef, localization: LocalizationService, popupService: PopupService, dataService: DataService, selectionService: SelectionService, navigationService: NavigationService, disabledItemsService: DisabledItemsService, cdr: ChangeDetectorRef, differs: KeyValueDiffers, renderer: Renderer2, _zone: NgZone, injector: Injector,
|
|
465
|
+
constructor(wrapper: ElementRef, localization: LocalizationService, popupService: PopupService, dataService: DataService, selectionService: SelectionService, navigationService: NavigationService, disabledItemsService: DisabledItemsService, cdr: ChangeDetectorRef, differs: KeyValueDiffers, renderer: Renderer2, _zone: NgZone, injector: Injector, adaptiveService: AdaptiveService);
|
|
468
466
|
get listContainerClasses(): any[];
|
|
469
467
|
/**
|
|
470
468
|
* @hidden
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "24.0.0-develop.
|
|
10
|
+
"publishDate": 1778613135,
|
|
11
|
+
"version": "24.0.0-develop.27",
|
|
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-dropdowns",
|
|
3
|
-
"version": "24.0.0-develop.
|
|
3
|
+
"version": "24.0.0-develop.27",
|
|
4
4
|
"description": "A wide variety of native Angular dropdown components including AutoComplete, ComboBox, DropDownList, DropDownTree, MultiColumnComboBox, MultiSelect, and MultiSelectTree ",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"package": {
|
|
122
122
|
"productName": "Kendo UI for Angular",
|
|
123
123
|
"productCode": "KENDOUIANGULAR",
|
|
124
|
-
"publishDate":
|
|
124
|
+
"publishDate": 1778613135,
|
|
125
125
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
126
126
|
}
|
|
127
127
|
},
|
|
@@ -132,18 +132,18 @@
|
|
|
132
132
|
"@angular/forms": "19 - 21",
|
|
133
133
|
"@angular/platform-browser": "19 - 21",
|
|
134
134
|
"@progress/kendo-licensing": "^1.11.0",
|
|
135
|
-
"@progress/kendo-angular-common": "24.0.0-develop.
|
|
136
|
-
"@progress/kendo-angular-utils": "24.0.0-develop.
|
|
137
|
-
"@progress/kendo-angular-l10n": "24.0.0-develop.
|
|
138
|
-
"@progress/kendo-angular-navigation": "24.0.0-develop.
|
|
139
|
-
"@progress/kendo-angular-popup": "24.0.0-develop.
|
|
140
|
-
"@progress/kendo-angular-icons": "24.0.0-develop.
|
|
141
|
-
"@progress/kendo-angular-treeview": "24.0.0-develop.
|
|
135
|
+
"@progress/kendo-angular-common": "24.0.0-develop.27",
|
|
136
|
+
"@progress/kendo-angular-utils": "24.0.0-develop.27",
|
|
137
|
+
"@progress/kendo-angular-l10n": "24.0.0-develop.27",
|
|
138
|
+
"@progress/kendo-angular-navigation": "24.0.0-develop.27",
|
|
139
|
+
"@progress/kendo-angular-popup": "24.0.0-develop.27",
|
|
140
|
+
"@progress/kendo-angular-icons": "24.0.0-develop.27",
|
|
141
|
+
"@progress/kendo-angular-treeview": "24.0.0-develop.27",
|
|
142
142
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
143
143
|
},
|
|
144
144
|
"dependencies": {
|
|
145
145
|
"tslib": "^2.3.1",
|
|
146
|
-
"@progress/kendo-angular-schematics": "24.0.0-develop.
|
|
146
|
+
"@progress/kendo-angular-schematics": "24.0.0-develop.27",
|
|
147
147
|
"@progress/kendo-common": "^1.0.1"
|
|
148
148
|
},
|
|
149
149
|
"schematics": "./schematics/collection.json",
|
|
@@ -9,9 +9,9 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
9
9
|
function default_1(options) {
|
|
10
10
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'DropDownsModule', package: 'dropdowns', peerDependencies: {
|
|
11
11
|
// peers of the treeview
|
|
12
|
-
'@progress/kendo-angular-inputs': '24.0.0-develop.
|
|
12
|
+
'@progress/kendo-angular-inputs': '24.0.0-develop.27',
|
|
13
13
|
// peers of inputs
|
|
14
|
-
'@progress/kendo-angular-intl': '24.0.0-develop.
|
|
14
|
+
'@progress/kendo-angular-intl': '24.0.0-develop.27',
|
|
15
15
|
'@progress/kendo-drawing': '^1.17.2',
|
|
16
16
|
// Peer dependency of icons
|
|
17
17
|
'@progress/kendo-svg-icons': '^4.0.0'
|