@progress/kendo-angular-buttons 24.0.0-develop.36 → 24.0.0-develop.38

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.
@@ -6,7 +6,7 @@ import * as i0 from '@angular/core';
6
6
  import { Injectable, isDevMode, EventEmitter, HostListener, HostBinding, Output, Input, Optional, Component, ContentChildren, Directive, InjectionToken, Inject, ElementRef, ViewContainerRef, ViewChild, ContentChild, forwardRef, SkipSelf, ChangeDetectionStrategy, NgModule } from '@angular/core';
7
7
  import { Subject, Subscription, fromEvent, merge, of, Observable, from } from 'rxjs';
8
8
  import * as i12 from '@progress/kendo-angular-common';
9
- import { isDocumentAvailable, isFirefox, isSafari, isChanged, hasObservers, normalizeKeys, Keys, TemplateContextDirective, MultiTabStop, guid, parseCSSClassNames, isPresent as isPresent$1, EventsOutsideAngularDirective, replaceMessagePlaceholder, anyChanged, PreventableEvent as PreventableEvent$1, ResizeSensorComponent, ToggleButtonTabStopDirective, ResizeBatchService, KENDO_TOGGLEBUTTONTABSTOP } from '@progress/kendo-angular-common';
9
+ import { isDocumentAvailable, isFirefox, isSafari, isChanged, hasObservers, KENDO_WEBMCP_HOST, normalizeKeys, Keys, TemplateContextDirective, MultiTabStop, guid, parseCSSClassNames, isPresent as isPresent$1, EventsOutsideAngularDirective, replaceMessagePlaceholder, anyChanged, PreventableEvent as PreventableEvent$1, ResizeSensorComponent, ToggleButtonTabStopDirective, ResizeBatchService, KENDO_TOGGLEBUTTONTABSTOP } from '@progress/kendo-angular-common';
10
10
  export { ToggleButtonTabStopDirective } from '@progress/kendo-angular-common';
11
11
  import { chevronDownIcon, xCircleIcon, moreVerticalIcon, microphoneIcon, stopIcon, pasteSparkleIcon } from '@progress/kendo-svg-icons';
12
12
  import * as i1 from '@progress/kendo-angular-l10n';
@@ -49,8 +49,8 @@ const packageMetadata = {
49
49
  productName: 'Kendo UI for Angular',
50
50
  productCode: 'KENDOUIANGULAR',
51
51
  productCodes: ['KENDOUIANGULAR'],
52
- publishDate: 1779120283,
53
- version: '24.0.0-develop.36',
52
+ publishDate: 1779191859,
53
+ version: '24.0.0-develop.38',
54
54
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
55
55
  };
56
56
 
@@ -542,6 +542,10 @@ class ButtonComponent {
542
542
  {
543
543
  provide: L10N_PREFIX,
544
544
  useValue: 'kendo.button'
545
+ },
546
+ {
547
+ provide: KENDO_WEBMCP_HOST,
548
+ useExisting: ButtonComponent
545
549
  }
546
550
  ], exportAs: ["kendoButton"], usesOnChanges: true, ngImport: i0, template: `
547
551
  <ng-template #iconTemplate>
@@ -593,6 +597,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
593
597
  {
594
598
  provide: L10N_PREFIX,
595
599
  useValue: 'kendo.button'
600
+ },
601
+ {
602
+ provide: KENDO_WEBMCP_HOST,
603
+ useExisting: ButtonComponent
596
604
  }
597
605
  ],
598
606
  selector: 'button[kendoButton]',
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1779120283,
11
- "version": "24.0.0-develop.36",
10
+ "publishDate": 1779191859,
11
+ "version": "24.0.0-develop.38",
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-buttons",
3
- "version": "24.0.0-develop.36",
3
+ "version": "24.0.0-develop.38",
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": 1779120283,
24
+ "publishDate": 1779191859,
25
25
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
26
26
  }
27
27
  },
@@ -31,15 +31,15 @@
31
31
  "@angular/core": "19 - 21",
32
32
  "@angular/platform-browser": "19 - 21",
33
33
  "@progress/kendo-licensing": "^1.11.0",
34
- "@progress/kendo-angular-common": "24.0.0-develop.36",
35
- "@progress/kendo-angular-l10n": "24.0.0-develop.36",
36
- "@progress/kendo-angular-popup": "24.0.0-develop.36",
37
- "@progress/kendo-angular-icons": "24.0.0-develop.36",
34
+ "@progress/kendo-angular-common": "24.0.0-develop.38",
35
+ "@progress/kendo-angular-l10n": "24.0.0-develop.38",
36
+ "@progress/kendo-angular-popup": "24.0.0-develop.38",
37
+ "@progress/kendo-angular-icons": "24.0.0-develop.38",
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": "24.0.0-develop.36",
42
+ "@progress/kendo-angular-schematics": "24.0.0-develop.38",
43
43
  "@progress/kendo-common": "^1.0.1",
44
44
  "@progress/kendo-webspeech-common": "1.0.1",
45
45
  "@progress/kendo-smartpaste-common": "1.0.0"