@progress/kendo-angular-buttons 18.2.1-develop.3 → 18.3.0-develop.2

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.
@@ -156,6 +156,7 @@ export declare class DropDownButtonComponent extends ListButton implements After
156
156
  */
157
157
  onBlur: EventEmitter<any>;
158
158
  get focused(): boolean;
159
+ hostDisplayStyle: string;
159
160
  get dir(): Direction;
160
161
  /**
161
162
  * @hidden
@@ -184,6 +184,7 @@ export class DropDownButtonComponent extends ListButton {
184
184
  get focused() {
185
185
  return this._isFocused && !this._disabled;
186
186
  }
187
+ hostDisplayStyle = 'inline-flex';
187
188
  get dir() {
188
189
  return this.direction;
189
190
  }
@@ -336,7 +337,7 @@ export class DropDownButtonComponent extends ListButton {
336
337
  }
337
338
  }
338
339
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DropDownButtonComponent, deps: [{ token: i1.FocusService }, { token: i2.NavigationService }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i3.PopupService }, { token: i0.ElementRef }, { token: i4.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i5.PopupContainerService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
339
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: DropDownButtonComponent, isStandalone: true, selector: "kendo-dropdownbutton", inputs: { arrowIcon: "arrowIcon", icon: "icon", svgIcon: "svgIcon", iconClass: "iconClass", imageUrl: "imageUrl", textField: "textField", data: "data", size: "size", rounded: "rounded", fillMode: "fillMode", themeColor: "themeColor", buttonAttributes: "buttonAttributes" }, outputs: { itemClick: "itemClick", onFocus: "focus", onBlur: "blur" }, host: { listeners: { "keydown": "keydown($event)", "keyup": "keyup($event)", "mousedown": "mousedown($event)", "mouseup": "mouseup($event)" }, properties: { "class.k-focus": "this.focused", "attr.dir": "this.dir" } }, providers: [
340
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: DropDownButtonComponent, isStandalone: true, selector: "kendo-dropdownbutton", inputs: { arrowIcon: "arrowIcon", icon: "icon", svgIcon: "svgIcon", iconClass: "iconClass", imageUrl: "imageUrl", textField: "textField", data: "data", size: "size", rounded: "rounded", fillMode: "fillMode", themeColor: "themeColor", buttonAttributes: "buttonAttributes" }, outputs: { itemClick: "itemClick", onFocus: "focus", onBlur: "blur" }, host: { listeners: { "keydown": "keydown($event)", "keyup": "keyup($event)", "mousedown": "mousedown($event)", "mouseup": "mouseup($event)" }, properties: { "class.k-focus": "this.focused", "style.display": "this.hostDisplayStyle", "attr.dir": "this.dir" } }, providers: [
340
341
  FocusService,
341
342
  NavigationService,
342
343
  NAVIGATION_SETTINGS_PROVIDER,
@@ -491,6 +492,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
491
492
  }], focused: [{
492
493
  type: HostBinding,
493
494
  args: ['class.k-focus']
495
+ }], hostDisplayStyle: [{
496
+ type: HostBinding,
497
+ args: ['style.display']
494
498
  }], dir: [{
495
499
  type: HostBinding,
496
500
  args: ['attr.dir']
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1742998513,
14
- version: '18.2.1-develop.3',
13
+ publishDate: 1743161450,
14
+ version: '18.3.0-develop.2',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };
@@ -44,8 +44,8 @@ const packageMetadata = {
44
44
  productName: 'Kendo UI for Angular',
45
45
  productCode: 'KENDOUIANGULAR',
46
46
  productCodes: ['KENDOUIANGULAR'],
47
- publishDate: 1742998513,
48
- version: '18.2.1-develop.3',
47
+ publishDate: 1743161450,
48
+ version: '18.3.0-develop.2',
49
49
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
50
50
  };
51
51
 
@@ -2950,6 +2950,7 @@ class DropDownButtonComponent extends ListButton {
2950
2950
  get focused() {
2951
2951
  return this._isFocused && !this._disabled;
2952
2952
  }
2953
+ hostDisplayStyle = 'inline-flex';
2953
2954
  get dir() {
2954
2955
  return this.direction;
2955
2956
  }
@@ -3102,7 +3103,7 @@ class DropDownButtonComponent extends ListButton {
3102
3103
  }
3103
3104
  }
3104
3105
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DropDownButtonComponent, deps: [{ token: FocusService }, { token: NavigationService }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i3.PopupService }, { token: i0.ElementRef }, { token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: PopupContainerService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
3105
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: DropDownButtonComponent, isStandalone: true, selector: "kendo-dropdownbutton", inputs: { arrowIcon: "arrowIcon", icon: "icon", svgIcon: "svgIcon", iconClass: "iconClass", imageUrl: "imageUrl", textField: "textField", data: "data", size: "size", rounded: "rounded", fillMode: "fillMode", themeColor: "themeColor", buttonAttributes: "buttonAttributes" }, outputs: { itemClick: "itemClick", onFocus: "focus", onBlur: "blur" }, host: { listeners: { "keydown": "keydown($event)", "keyup": "keyup($event)", "mousedown": "mousedown($event)", "mouseup": "mouseup($event)" }, properties: { "class.k-focus": "this.focused", "attr.dir": "this.dir" } }, providers: [
3106
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: DropDownButtonComponent, isStandalone: true, selector: "kendo-dropdownbutton", inputs: { arrowIcon: "arrowIcon", icon: "icon", svgIcon: "svgIcon", iconClass: "iconClass", imageUrl: "imageUrl", textField: "textField", data: "data", size: "size", rounded: "rounded", fillMode: "fillMode", themeColor: "themeColor", buttonAttributes: "buttonAttributes" }, outputs: { itemClick: "itemClick", onFocus: "focus", onBlur: "blur" }, host: { listeners: { "keydown": "keydown($event)", "keyup": "keyup($event)", "mousedown": "mousedown($event)", "mouseup": "mouseup($event)" }, properties: { "class.k-focus": "this.focused", "style.display": "this.hostDisplayStyle", "attr.dir": "this.dir" } }, providers: [
3106
3107
  FocusService,
3107
3108
  NavigationService,
3108
3109
  NAVIGATION_SETTINGS_PROVIDER$2,
@@ -3257,6 +3258,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3257
3258
  }], focused: [{
3258
3259
  type: HostBinding,
3259
3260
  args: ['class.k-focus']
3261
+ }], hostDisplayStyle: [{
3262
+ type: HostBinding,
3263
+ args: ['style.display']
3260
3264
  }], dir: [{
3261
3265
  type: HostBinding,
3262
3266
  args: ['attr.dir']
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-buttons",
3
- "version": "18.2.1-develop.3",
3
+ "version": "18.3.0-develop.2",
4
4
  "description": "Buttons Package for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -21,7 +21,7 @@
21
21
  "package": {
22
22
  "productName": "Kendo UI for Angular",
23
23
  "productCode": "KENDOUIANGULAR",
24
- "publishDate": 1742998513,
24
+ "publishDate": 1743161450,
25
25
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
26
26
  }
27
27
  },
@@ -31,15 +31,15 @@
31
31
  "@angular/core": "16 - 19",
32
32
  "@angular/platform-browser": "16 - 19",
33
33
  "@progress/kendo-licensing": "^1.5.0",
34
- "@progress/kendo-angular-common": "18.2.1-develop.3",
35
- "@progress/kendo-angular-l10n": "18.2.1-develop.3",
36
- "@progress/kendo-angular-popup": "18.2.1-develop.3",
37
- "@progress/kendo-angular-icons": "18.2.1-develop.3",
34
+ "@progress/kendo-angular-common": "18.3.0-develop.2",
35
+ "@progress/kendo-angular-l10n": "18.3.0-develop.2",
36
+ "@progress/kendo-angular-popup": "18.3.0-develop.2",
37
+ "@progress/kendo-angular-icons": "18.3.0-develop.2",
38
38
  "rxjs": "^6.5.3 || ^7.0.0"
39
39
  },
40
40
  "dependencies": {
41
41
  "tslib": "^2.3.1",
42
- "@progress/kendo-angular-schematics": "18.2.1-develop.3",
42
+ "@progress/kendo-angular-schematics": "18.3.0-develop.2",
43
43
  "@progress/kendo-common": "^1.0.1"
44
44
  },
45
45
  "schematics": "./schematics/collection.json",