@progress/kendo-angular-buttons 19.3.0-develop.4 → 19.3.0-develop.6

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.
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1752065196,
14
- version: '19.3.0-develop.4',
13
+ publishDate: 1752079621,
14
+ version: '19.3.0-develop.6',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };
@@ -10,10 +10,10 @@ import { ButtonItemTemplateDirective } from './../listbutton/button-item-templat
10
10
  import { FocusService } from './../focusable/focus.service';
11
11
  import { NavigationService } from './../navigation/navigation.service';
12
12
  import { NAVIGATION_CONFIG } from './../navigation/navigation-config';
13
- import { isDocumentAvailable, guid, isChanged, anyChanged, MultiTabStop } from '@progress/kendo-angular-common';
13
+ import { isDocumentAvailable, guid, isChanged, anyChanged, MultiTabStop, replaceMessagePlaceholder } from '@progress/kendo-angular-common';
14
14
  import { closest, isPresent } from './../util';
15
15
  import { Keys } from '@progress/kendo-angular-common';
16
- import { replaceMessagePlaceholder, getStylingClasses } from '../util';
16
+ import { getStylingClasses } from '../util';
17
17
  import { PopupContainerService } from '../listbutton/container.service';
18
18
  import { caretAltDownIcon } from '@progress/kendo-svg-icons';
19
19
  import { ListComponent } from '../listbutton/list.component';
package/esm2022/util.mjs CHANGED
@@ -38,10 +38,6 @@ export function closest(element, selector) {
38
38
  node = node.parentNode;
39
39
  }
40
40
  }
41
- /**
42
- * @hidden
43
- */
44
- export const replaceMessagePlaceholder = (message, name, value) => message.replace(new RegExp(`{\\s*${name}\\s*}`, 'g'), value);
45
41
  /**
46
42
  * @hidden
47
43
  */
@@ -6,7 +6,7 @@ import * as i0 from '@angular/core';
6
6
  import { Injectable, isDevMode, EventEmitter, Component, Optional, Input, Output, HostBinding, HostListener, ContentChildren, Directive, InjectionToken, Inject, ElementRef, ViewContainerRef, ViewChild, ContentChild, forwardRef, 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, Keys, TemplateContextDirective, MultiTabStop, guid, isPresent as isPresent$1, EventsOutsideAngularDirective, anyChanged, ToggleButtonTabStopDirective, ResizeBatchService, KENDO_TOGGLEBUTTONTABSTOP } from '@progress/kendo-angular-common';
9
+ import { isDocumentAvailable, isFirefox, isSafari, isChanged, hasObservers, Keys, TemplateContextDirective, MultiTabStop, guid, isPresent as isPresent$1, EventsOutsideAngularDirective, replaceMessagePlaceholder, anyChanged, ToggleButtonTabStopDirective, ResizeBatchService, KENDO_TOGGLEBUTTONTABSTOP } from '@progress/kendo-angular-common';
10
10
  export { ToggleButtonTabStopDirective } from '@progress/kendo-angular-common';
11
11
  import { caretAltDownIcon, xCircleIcon, moreVerticalIcon, microphoneOutlineIcon, stopSmIcon } from '@progress/kendo-svg-icons';
12
12
  import * as i1 from '@progress/kendo-angular-l10n';
@@ -45,8 +45,8 @@ const packageMetadata = {
45
45
  productName: 'Kendo UI for Angular',
46
46
  productCode: 'KENDOUIANGULAR',
47
47
  productCodes: ['KENDOUIANGULAR'],
48
- publishDate: 1752065196,
49
- version: '19.3.0-develop.4',
48
+ publishDate: 1752079621,
49
+ version: '19.3.0-develop.6',
50
50
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
51
51
  };
52
52
 
@@ -86,10 +86,6 @@ function closest(element, selector) {
86
86
  node = node.parentNode;
87
87
  }
88
88
  }
89
- /**
90
- * @hidden
91
- */
92
- const replaceMessagePlaceholder = (message, name, value) => message.replace(new RegExp(`{\\s*${name}\\s*}`, 'g'), value);
93
89
  /**
94
90
  * @hidden
95
91
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-buttons",
3
- "version": "19.3.0-develop.4",
3
+ "version": "19.3.0-develop.6",
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": 1752065196,
24
+ "publishDate": 1752079621,
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 - 20",
32
32
  "@angular/platform-browser": "16 - 20",
33
33
  "@progress/kendo-licensing": "^1.5.0",
34
- "@progress/kendo-angular-common": "19.3.0-develop.4",
35
- "@progress/kendo-angular-l10n": "19.3.0-develop.4",
36
- "@progress/kendo-angular-popup": "19.3.0-develop.4",
37
- "@progress/kendo-angular-icons": "19.3.0-develop.4",
34
+ "@progress/kendo-angular-common": "19.3.0-develop.6",
35
+ "@progress/kendo-angular-l10n": "19.3.0-develop.6",
36
+ "@progress/kendo-angular-popup": "19.3.0-develop.6",
37
+ "@progress/kendo-angular-icons": "19.3.0-develop.6",
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": "19.3.0-develop.4",
42
+ "@progress/kendo-angular-schematics": "19.3.0-develop.6",
43
43
  "@progress/kendo-common": "^1.0.1",
44
44
  "@progress/kendo-webspeech-common": "1.0.0"
45
45
  },
package/util.d.ts CHANGED
@@ -16,10 +16,6 @@ export declare const tick: (f: any) => Promise<any>;
16
16
  * @hidden
17
17
  */
18
18
  export declare function closest(element: any, selector: string): any;
19
- /**
20
- * @hidden
21
- */
22
- export declare const replaceMessagePlaceholder: (message: string, name: string, value: string) => string;
23
19
  /**
24
20
  * @hidden
25
21
  */