@progress/kendo-angular-buttons 25.0.0-develop.16 → 25.0.0-develop.18
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, signal, HostListener, HostBinding, Output, Input, Optional, ChangeDetectionStrategy, Component, ContentChildren, Directive, InjectionToken, Inject, ElementRef, ViewContainerRef, ViewChild, ContentChild, forwardRef, SkipSelf, afterNextRender, 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, hasObservers, KENDO_WEBMCP_HOST, isChanged, 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, hasObservers, KENDO_WEBMCP_HOST, provideComponentName, isChanged, 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:
|
|
53
|
-
version: '25.0.0-develop.
|
|
52
|
+
publishDate: 1785502108,
|
|
53
|
+
version: '25.0.0-develop.18',
|
|
54
54
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
55
55
|
};
|
|
56
56
|
|
|
@@ -554,7 +554,8 @@ class ButtonComponent {
|
|
|
554
554
|
{
|
|
555
555
|
provide: KENDO_WEBMCP_HOST,
|
|
556
556
|
useExisting: ButtonComponent
|
|
557
|
-
}
|
|
557
|
+
},
|
|
558
|
+
provideComponentName('button')
|
|
558
559
|
], exportAs: ["kendoButton"], ngImport: i0, template: `
|
|
559
560
|
<ng-template #iconTemplate>
|
|
560
561
|
@if (icon || svgIcon) {
|
|
@@ -611,7 +612,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImpo
|
|
|
611
612
|
{
|
|
612
613
|
provide: KENDO_WEBMCP_HOST,
|
|
613
614
|
useExisting: ButtonComponent
|
|
614
|
-
}
|
|
615
|
+
},
|
|
616
|
+
provideComponentName('button')
|
|
615
617
|
],
|
|
616
618
|
template: `
|
|
617
619
|
<ng-template #iconTemplate>
|
|
@@ -995,7 +997,8 @@ class ButtonGroupComponent {
|
|
|
995
997
|
{
|
|
996
998
|
provide: L10N_PREFIX,
|
|
997
999
|
useValue: 'kendo.buttongroup'
|
|
998
|
-
}
|
|
1000
|
+
},
|
|
1001
|
+
provideComponentName('buttongroup')
|
|
999
1002
|
], queries: [{ propertyName: "buttons", predicate: ButtonComponent }], exportAs: ["kendoButtonGroup"], usesOnChanges: true, ngImport: i0, template: `
|
|
1000
1003
|
<ng-content select="[kendoButton]"></ng-content>
|
|
1001
1004
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
@@ -1012,7 +1015,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImpo
|
|
|
1012
1015
|
{
|
|
1013
1016
|
provide: L10N_PREFIX,
|
|
1014
1017
|
useValue: 'kendo.buttongroup'
|
|
1015
|
-
}
|
|
1018
|
+
},
|
|
1019
|
+
provideComponentName('buttongroup')
|
|
1016
1020
|
],
|
|
1017
1021
|
template: `
|
|
1018
1022
|
<ng-content select="[kendoButton]"></ng-content>
|
|
@@ -1404,7 +1408,8 @@ class ChipComponent {
|
|
|
1404
1408
|
{
|
|
1405
1409
|
provide: L10N_PREFIX,
|
|
1406
1410
|
useValue: 'kendo.chip'
|
|
1407
|
-
}
|
|
1411
|
+
},
|
|
1412
|
+
provideComponentName('chip')
|
|
1408
1413
|
], ngImport: i0, template: `
|
|
1409
1414
|
@if (icon || svgIcon) {
|
|
1410
1415
|
<kendo-icon-wrapper
|
|
@@ -1548,7 +1553,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImpo
|
|
|
1548
1553
|
{
|
|
1549
1554
|
provide: L10N_PREFIX,
|
|
1550
1555
|
useValue: 'kendo.chip'
|
|
1551
|
-
}
|
|
1556
|
+
},
|
|
1557
|
+
provideComponentName('chip')
|
|
1552
1558
|
],
|
|
1553
1559
|
standalone: true,
|
|
1554
1560
|
imports: [NgStyle, IconWrapperComponent]
|
|
@@ -2420,7 +2426,7 @@ class ListButton extends MultiTabStop {
|
|
|
2420
2426
|
buttonId = guid();
|
|
2421
2427
|
_data;
|
|
2422
2428
|
_open = signal(false, ...(ngDevMode ? [{ debugName: "_open" }] : []));
|
|
2423
|
-
_disabled = false;
|
|
2429
|
+
_disabled = signal(false, ...(ngDevMode ? [{ debugName: "_disabled" }] : []));
|
|
2424
2430
|
_active = signal(false, ...(ngDevMode ? [{ debugName: "_active" }] : []));
|
|
2425
2431
|
_popupSettings = { animate: true, popupClass: '' };
|
|
2426
2432
|
_isFocused = false;
|
|
@@ -2443,10 +2449,10 @@ class ListButton extends MultiTabStop {
|
|
|
2443
2449
|
if (value && this.openState) {
|
|
2444
2450
|
this.openState = false;
|
|
2445
2451
|
}
|
|
2446
|
-
this._disabled
|
|
2452
|
+
this._disabled.set(value);
|
|
2447
2453
|
}
|
|
2448
2454
|
get disabled() {
|
|
2449
|
-
return this._disabled;
|
|
2455
|
+
return this._disabled();
|
|
2450
2456
|
}
|
|
2451
2457
|
/**
|
|
2452
2458
|
* Specifies the [`tabIndex`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex) of the component.
|
|
@@ -2578,7 +2584,7 @@ class ListButton extends MultiTabStop {
|
|
|
2578
2584
|
* @hidden
|
|
2579
2585
|
*/
|
|
2580
2586
|
togglePopupVisibility() {
|
|
2581
|
-
if (this._disabled) {
|
|
2587
|
+
if (this._disabled()) {
|
|
2582
2588
|
return;
|
|
2583
2589
|
}
|
|
2584
2590
|
this._toggle(!this.openState, true);
|
|
@@ -2662,7 +2668,7 @@ class ListButton extends MultiTabStop {
|
|
|
2662
2668
|
* @hidden
|
|
2663
2669
|
*/
|
|
2664
2670
|
keyHandler(event, keyEvent, isHost) {
|
|
2665
|
-
if (this._disabled) {
|
|
2671
|
+
if (this._disabled()) {
|
|
2666
2672
|
return;
|
|
2667
2673
|
}
|
|
2668
2674
|
const eventData = event;
|
|
@@ -2729,7 +2735,7 @@ class ListButton extends MultiTabStop {
|
|
|
2729
2735
|
this.blurWrapper();
|
|
2730
2736
|
}
|
|
2731
2737
|
onNavigationEnterUp(_args) {
|
|
2732
|
-
if (!this._disabled && !this.openState) {
|
|
2738
|
+
if (!this._disabled() && !this.openState) {
|
|
2733
2739
|
this._active.set(false);
|
|
2734
2740
|
}
|
|
2735
2741
|
if (this.openState) {
|
|
@@ -2747,7 +2753,7 @@ class ListButton extends MultiTabStop {
|
|
|
2747
2753
|
}
|
|
2748
2754
|
}
|
|
2749
2755
|
onNavigationOpen() {
|
|
2750
|
-
if (!this._disabled && !this.openState) {
|
|
2756
|
+
if (!this._disabled() && !this.openState) {
|
|
2751
2757
|
this.togglePopupVisibility();
|
|
2752
2758
|
}
|
|
2753
2759
|
}
|
|
@@ -2979,7 +2985,7 @@ class DropDownButtonComponent extends ListButton {
|
|
|
2979
2985
|
*/
|
|
2980
2986
|
onBlur = new EventEmitter();
|
|
2981
2987
|
get focused() {
|
|
2982
|
-
return this._isFocused && !this._disabled;
|
|
2988
|
+
return this._isFocused && !this._disabled();
|
|
2983
2989
|
}
|
|
2984
2990
|
hostDisplayStyle = 'inline-flex';
|
|
2985
2991
|
get dir() {
|
|
@@ -3023,7 +3029,7 @@ class DropDownButtonComponent extends ListButton {
|
|
|
3023
3029
|
* @hidden
|
|
3024
3030
|
*/
|
|
3025
3031
|
mousedown(event) {
|
|
3026
|
-
if (this._disabled) {
|
|
3032
|
+
if (this._disabled()) {
|
|
3027
3033
|
event.preventDefault();
|
|
3028
3034
|
}
|
|
3029
3035
|
else {
|
|
@@ -3034,7 +3040,7 @@ class DropDownButtonComponent extends ListButton {
|
|
|
3034
3040
|
* @hidden
|
|
3035
3041
|
*/
|
|
3036
3042
|
mouseup(event) {
|
|
3037
|
-
if (this._disabled) {
|
|
3043
|
+
if (this._disabled()) {
|
|
3038
3044
|
event.preventDefault();
|
|
3039
3045
|
}
|
|
3040
3046
|
this._active.set(false);
|
|
@@ -3098,7 +3104,7 @@ class DropDownButtonComponent extends ListButton {
|
|
|
3098
3104
|
* @hidden
|
|
3099
3105
|
*/
|
|
3100
3106
|
handleFocus(event) {
|
|
3101
|
-
if (!this._disabled) {
|
|
3107
|
+
if (!this._disabled()) {
|
|
3102
3108
|
if (!this._isFocused) {
|
|
3103
3109
|
this.onFocus.emit();
|
|
3104
3110
|
}
|
|
@@ -3150,7 +3156,8 @@ class DropDownButtonComponent extends ListButton {
|
|
|
3150
3156
|
provide: L10N_PREFIX,
|
|
3151
3157
|
useValue: 'kendo.dropdownbutton'
|
|
3152
3158
|
},
|
|
3153
|
-
PopupContainerService
|
|
3159
|
+
PopupContainerService,
|
|
3160
|
+
provideComponentName('dropdownbutton')
|
|
3154
3161
|
], queries: [{ propertyName: "itemTemplate", first: true, predicate: ButtonItemTemplateDirective, descendants: true }], exportAs: ["kendoDropDownButton"], usesInheritance: true, ngImport: i0, template: `
|
|
3155
3162
|
<button kendoButton #button
|
|
3156
3163
|
type="button"
|
|
@@ -3212,7 +3219,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImpo
|
|
|
3212
3219
|
provide: L10N_PREFIX,
|
|
3213
3220
|
useValue: 'kendo.dropdownbutton'
|
|
3214
3221
|
},
|
|
3215
|
-
PopupContainerService
|
|
3222
|
+
PopupContainerService,
|
|
3223
|
+
provideComponentName('dropdownbutton')
|
|
3216
3224
|
],
|
|
3217
3225
|
template: `
|
|
3218
3226
|
<button kendoButton #button
|
|
@@ -3779,10 +3787,10 @@ class FloatingActionButtonComponent {
|
|
|
3779
3787
|
* @default false
|
|
3780
3788
|
*/
|
|
3781
3789
|
set disabled(disabled) {
|
|
3782
|
-
this._disabled
|
|
3790
|
+
this._disabled.set(disabled);
|
|
3783
3791
|
}
|
|
3784
3792
|
get disabled() {
|
|
3785
|
-
return this._disabled;
|
|
3793
|
+
return this._disabled();
|
|
3786
3794
|
}
|
|
3787
3795
|
/**
|
|
3788
3796
|
* Specifies the alignment of the FloatingActionButton ([see example](https://www.telerik.com/kendo-angular-ui/components/buttons/floatingactionbutton/positioning#alignment)).
|
|
@@ -3892,7 +3900,7 @@ class FloatingActionButtonComponent {
|
|
|
3892
3900
|
_themeColor = undefined;
|
|
3893
3901
|
_size = undefined;
|
|
3894
3902
|
_rounded = undefined;
|
|
3895
|
-
_disabled = false;
|
|
3903
|
+
_disabled = signal(false, ...(ngDevMode ? [{ debugName: "_disabled" }] : []));
|
|
3896
3904
|
_align = { horizontal: 'end', vertical: 'bottom' };
|
|
3897
3905
|
_offset = { x: DEFAULT_OFFSET, y: DEFAULT_OFFSET };
|
|
3898
3906
|
_direction = signal(undefined, ...(ngDevMode ? [{ debugName: "_direction" }] : []));
|
|
@@ -4395,7 +4403,8 @@ class FloatingActionButtonComponent {
|
|
|
4395
4403
|
{
|
|
4396
4404
|
provide: L10N_PREFIX,
|
|
4397
4405
|
useValue: 'kendo.floatingactionbutton'
|
|
4398
|
-
}
|
|
4406
|
+
},
|
|
4407
|
+
provideComponentName('floatingactionbutton')
|
|
4399
4408
|
], queries: [{ propertyName: "dialItemTemplate", first: true, predicate: DialItemTemplateDirective, descendants: true }, { propertyName: "fabTemplate", first: true, predicate: FloatingActionButtonTemplateDirective, descendants: true }], viewQueries: [{ propertyName: "button", first: true, predicate: ["button"], descendants: true, static: true }, { propertyName: "popupTemplate", first: true, predicate: ["popupTemplate"], descendants: true, static: true }], ngImport: i0, template: `
|
|
4400
4409
|
<button
|
|
4401
4410
|
#button
|
|
@@ -4473,7 +4482,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImpo
|
|
|
4473
4482
|
{
|
|
4474
4483
|
provide: L10N_PREFIX,
|
|
4475
4484
|
useValue: 'kendo.floatingactionbutton'
|
|
4476
|
-
}
|
|
4485
|
+
},
|
|
4486
|
+
provideComponentName('floatingactionbutton')
|
|
4477
4487
|
],
|
|
4478
4488
|
template: `
|
|
4479
4489
|
<button
|
|
@@ -4837,10 +4847,10 @@ class SplitButtonComponent extends ListButton {
|
|
|
4837
4847
|
if (this.isOpen) {
|
|
4838
4848
|
this.toggle(false);
|
|
4839
4849
|
}
|
|
4840
|
-
this._disabled
|
|
4850
|
+
this._disabled.set(value);
|
|
4841
4851
|
}
|
|
4842
4852
|
get disabled() {
|
|
4843
|
-
return this._disabled;
|
|
4853
|
+
return this._disabled();
|
|
4844
4854
|
}
|
|
4845
4855
|
/**
|
|
4846
4856
|
* Configures the popup settings of the SplitButton.
|
|
@@ -4960,7 +4970,7 @@ class SplitButtonComponent extends ListButton {
|
|
|
4960
4970
|
this._isFocused = value;
|
|
4961
4971
|
}
|
|
4962
4972
|
get isFocused() {
|
|
4963
|
-
return this._isFocused && !this._disabled && isDocumentAvailable() && this.wrapperContains(document.activeElement);
|
|
4973
|
+
return this._isFocused && !this._disabled() && isDocumentAvailable() && this.wrapperContains(document.activeElement);
|
|
4964
4974
|
}
|
|
4965
4975
|
get widgetClasses() {
|
|
4966
4976
|
return true;
|
|
@@ -4985,7 +4995,7 @@ class SplitButtonComponent extends ListButton {
|
|
|
4985
4995
|
* @hidden
|
|
4986
4996
|
*/
|
|
4987
4997
|
onButtonFocus(event) {
|
|
4988
|
-
if (!this._disabled) {
|
|
4998
|
+
if (!this._disabled()) {
|
|
4989
4999
|
if (!this._isFocused) {
|
|
4990
5000
|
this.onFocus.emit();
|
|
4991
5001
|
}
|
|
@@ -5227,7 +5237,8 @@ class SplitButtonComponent extends ListButton {
|
|
|
5227
5237
|
{
|
|
5228
5238
|
provide: MultiTabStop,
|
|
5229
5239
|
useExisting: forwardRef(() => SplitButtonComponent)
|
|
5230
|
-
}
|
|
5240
|
+
},
|
|
5241
|
+
provideComponentName('splitbutton')
|
|
5231
5242
|
], queries: [{ propertyName: "itemTemplate", first: true, predicate: ButtonItemTemplateDirective, descendants: true }], exportAs: ["kendoSplitButton"], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `
|
|
5232
5243
|
<ng-container kendoSplitButtonLocalizedMessages
|
|
5233
5244
|
i18n-splitButtonLabel="kendo.splitbutton.splitButtonLabel|The text for the SplitButton aria-label"
|
|
@@ -5278,6 +5289,7 @@ class SplitButtonComponent extends ListButton {
|
|
|
5278
5289
|
[attr.aria-label]="messageFor('toggleButtonLabel')"
|
|
5279
5290
|
[attr.aria-expanded]="openState"
|
|
5280
5291
|
[attr.aria-controls]="openState ? listId : null"
|
|
5292
|
+
[attr.aria-disabled]="disabled || null"
|
|
5281
5293
|
(click)="onArrowButtonClick()"
|
|
5282
5294
|
(mousedown)="toggleArrowButtonActiveState(true)"
|
|
5283
5295
|
(mouseup)="toggleArrowButtonActiveState(false)"
|
|
@@ -5318,7 +5330,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImpo
|
|
|
5318
5330
|
{
|
|
5319
5331
|
provide: MultiTabStop,
|
|
5320
5332
|
useExisting: forwardRef(() => SplitButtonComponent)
|
|
5321
|
-
}
|
|
5333
|
+
},
|
|
5334
|
+
provideComponentName('splitbutton')
|
|
5322
5335
|
],
|
|
5323
5336
|
template: `
|
|
5324
5337
|
<ng-container kendoSplitButtonLocalizedMessages
|
|
@@ -5370,6 +5383,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImpo
|
|
|
5370
5383
|
[attr.aria-label]="messageFor('toggleButtonLabel')"
|
|
5371
5384
|
[attr.aria-expanded]="openState"
|
|
5372
5385
|
[attr.aria-controls]="openState ? listId : null"
|
|
5386
|
+
[attr.aria-disabled]="disabled || null"
|
|
5373
5387
|
(click)="onArrowButtonClick()"
|
|
5374
5388
|
(mousedown)="toggleArrowButtonActiveState(true)"
|
|
5375
5389
|
(mouseup)="toggleArrowButtonActiveState(false)"
|
|
@@ -5593,6 +5607,9 @@ class SpeechToTextButtonComponent {
|
|
|
5593
5607
|
get listeningClass() {
|
|
5594
5608
|
return this.isListening;
|
|
5595
5609
|
}
|
|
5610
|
+
get ariaPressed() {
|
|
5611
|
+
return this.isListening ? 'true' : 'false';
|
|
5612
|
+
}
|
|
5596
5613
|
speechToTextButtonClass = true;
|
|
5597
5614
|
get classDisabled() {
|
|
5598
5615
|
return this.isDisabled;
|
|
@@ -5861,12 +5878,13 @@ class SpeechToTextButtonComponent {
|
|
|
5861
5878
|
});
|
|
5862
5879
|
}
|
|
5863
5880
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SpeechToTextButtonComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5864
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: SpeechToTextButtonComponent, isStandalone: true, selector: "button[kendoSpeechToTextButton]", inputs: { disabled: "disabled", size: "size", rounded: "rounded", fillMode: "fillMode", themeColor: "themeColor", integrationMode: "integrationMode", lang: "lang", continuous: "continuous", interimResults: "interimResults", maxAlternatives: "maxAlternatives" }, outputs: { start: "start", end: "end", result: "result", error: "error", click: "click" }, host: { listeners: { "focus": "onFocus()", "blur": "onBlur()" }, properties: { "class.k-icon-button": "this.iconButtonClass", "class.k-listening": "this.listeningClass", "class.k-speech-to-text-button": "this.speechToTextButtonClass", "class.k-disabled": "this.classDisabled", "attr.dir": "this.getDirection" } }, providers: [
|
|
5881
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: SpeechToTextButtonComponent, isStandalone: true, selector: "button[kendoSpeechToTextButton]", inputs: { disabled: "disabled", size: "size", rounded: "rounded", fillMode: "fillMode", themeColor: "themeColor", integrationMode: "integrationMode", lang: "lang", continuous: "continuous", interimResults: "interimResults", maxAlternatives: "maxAlternatives" }, outputs: { start: "start", end: "end", result: "result", error: "error", click: "click" }, host: { listeners: { "focus": "onFocus()", "blur": "onBlur()" }, properties: { "class.k-icon-button": "this.iconButtonClass", "class.k-listening": "this.listeningClass", "attr.aria-pressed": "this.ariaPressed", "class.k-speech-to-text-button": "this.speechToTextButtonClass", "class.k-disabled": "this.classDisabled", "attr.dir": "this.getDirection" } }, providers: [
|
|
5865
5882
|
LocalizationService,
|
|
5866
5883
|
{
|
|
5867
5884
|
provide: L10N_PREFIX,
|
|
5868
5885
|
useValue: 'kendo.speechtotextbutton'
|
|
5869
|
-
}
|
|
5886
|
+
},
|
|
5887
|
+
provideComponentName('speechtotextbutton')
|
|
5870
5888
|
], exportAs: ["kendoSpeechToTextButton"], usesOnChanges: true, ngImport: i0, template: `
|
|
5871
5889
|
<kendo-icon-wrapper
|
|
5872
5890
|
innerCssClass="k-button-icon"
|
|
@@ -5887,7 +5905,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImpo
|
|
|
5887
5905
|
{
|
|
5888
5906
|
provide: L10N_PREFIX,
|
|
5889
5907
|
useValue: 'kendo.speechtotextbutton'
|
|
5890
|
-
}
|
|
5908
|
+
},
|
|
5909
|
+
provideComponentName('speechtotextbutton')
|
|
5891
5910
|
],
|
|
5892
5911
|
template: `
|
|
5893
5912
|
<kendo-icon-wrapper
|
|
@@ -5936,6 +5955,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImpo
|
|
|
5936
5955
|
}], listeningClass: [{
|
|
5937
5956
|
type: HostBinding,
|
|
5938
5957
|
args: ['class.k-listening']
|
|
5958
|
+
}], ariaPressed: [{
|
|
5959
|
+
type: HostBinding,
|
|
5960
|
+
args: ['attr.aria-pressed']
|
|
5939
5961
|
}], speechToTextButtonClass: [{
|
|
5940
5962
|
type: HostBinding,
|
|
5941
5963
|
args: ['class.k-speech-to-text-button']
|
|
@@ -6563,7 +6585,8 @@ class SmartPasteButtonComponent {
|
|
|
6563
6585
|
{
|
|
6564
6586
|
provide: L10N_PREFIX,
|
|
6565
6587
|
useValue: 'kendo.smartpastebutton'
|
|
6566
|
-
}
|
|
6588
|
+
},
|
|
6589
|
+
provideComponentName('smartpastebutton')
|
|
6567
6590
|
], exportAs: ["kendoSmartPasteButton"], ngImport: i0, template: `
|
|
6568
6591
|
@if (icon || svgIcon) {
|
|
6569
6592
|
<kendo-icon-wrapper
|
|
@@ -6593,7 +6616,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImpo
|
|
|
6593
6616
|
{
|
|
6594
6617
|
provide: L10N_PREFIX,
|
|
6595
6618
|
useValue: 'kendo.smartpastebutton'
|
|
6596
|
-
}
|
|
6619
|
+
},
|
|
6620
|
+
provideComponentName('smartpastebutton')
|
|
6597
6621
|
],
|
|
6598
6622
|
standalone: true,
|
|
6599
6623
|
imports: [IconWrapperComponent, NgClass],
|
|
@@ -6837,7 +6861,8 @@ class SegmentedControlComponent {
|
|
|
6837
6861
|
{
|
|
6838
6862
|
provide: L10N_PREFIX,
|
|
6839
6863
|
useValue: 'kendo.segmentedcontrol'
|
|
6840
|
-
}
|
|
6864
|
+
},
|
|
6865
|
+
provideComponentName('segmentedcontrol')
|
|
6841
6866
|
], viewQueries: [{ propertyName: "thumb", first: true, predicate: ["thumb"], descendants: true }, { propertyName: "resizeSensor", first: true, predicate: ["resizeSensor"], descendants: true }], ngImport: i0, template: `
|
|
6842
6867
|
<kendo-resize-sensor #resizeSensor></kendo-resize-sensor>
|
|
6843
6868
|
<div class="k-segmented-control-thumb" #thumb [attr.aria-hidden]="true"></div>
|
|
@@ -6878,7 +6903,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImpo
|
|
|
6878
6903
|
{
|
|
6879
6904
|
provide: L10N_PREFIX,
|
|
6880
6905
|
useValue: 'kendo.segmentedcontrol'
|
|
6881
|
-
}
|
|
6906
|
+
},
|
|
6907
|
+
provideComponentName('segmentedcontrol')
|
|
6882
6908
|
],
|
|
6883
6909
|
template: `
|
|
6884
6910
|
<kendo-resize-sensor #resizeSensor></kendo-resize-sensor>
|
package/index.d.ts
CHANGED
|
@@ -803,7 +803,7 @@ declare class ListButton extends MultiTabStop implements OnDestroy {
|
|
|
803
803
|
protected buttonId: string;
|
|
804
804
|
protected _data: any;
|
|
805
805
|
protected _open: i0.WritableSignal<boolean>;
|
|
806
|
-
protected _disabled: boolean
|
|
806
|
+
protected _disabled: i0.WritableSignal<boolean>;
|
|
807
807
|
protected _active: i0.WritableSignal<boolean>;
|
|
808
808
|
protected _popupSettings: PopupSettings;
|
|
809
809
|
protected _isFocused: boolean;
|
|
@@ -2400,6 +2400,7 @@ declare class SpeechToTextButtonComponent implements OnInit, OnDestroy {
|
|
|
2400
2400
|
click: EventEmitter<any>;
|
|
2401
2401
|
get iconButtonClass(): boolean;
|
|
2402
2402
|
get listeningClass(): boolean;
|
|
2403
|
+
get ariaPressed(): string;
|
|
2403
2404
|
speechToTextButtonClass: boolean;
|
|
2404
2405
|
get classDisabled(): boolean;
|
|
2405
2406
|
get getDirection(): string;
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "25.0.0-develop.
|
|
10
|
+
"publishDate": 1785502108,
|
|
11
|
+
"version": "25.0.0-develop.18",
|
|
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": "25.0.0-develop.
|
|
3
|
+
"version": "25.0.0-develop.18",
|
|
4
4
|
"description": "Buttons Package for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"package": {
|
|
57
57
|
"productName": "Kendo UI for Angular",
|
|
58
58
|
"productCode": "KENDOUIANGULAR",
|
|
59
|
-
"publishDate":
|
|
59
|
+
"publishDate": 1785502108,
|
|
60
60
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
61
61
|
}
|
|
62
62
|
},
|
|
@@ -66,15 +66,15 @@
|
|
|
66
66
|
"@angular/core": "20 - 22",
|
|
67
67
|
"@angular/platform-browser": "20 - 22",
|
|
68
68
|
"@progress/kendo-licensing": "^1.11.0",
|
|
69
|
-
"@progress/kendo-angular-common": "25.0.0-develop.
|
|
70
|
-
"@progress/kendo-angular-l10n": "25.0.0-develop.
|
|
71
|
-
"@progress/kendo-angular-popup": "25.0.0-develop.
|
|
72
|
-
"@progress/kendo-angular-icons": "25.0.0-develop.
|
|
69
|
+
"@progress/kendo-angular-common": "25.0.0-develop.18",
|
|
70
|
+
"@progress/kendo-angular-l10n": "25.0.0-develop.18",
|
|
71
|
+
"@progress/kendo-angular-popup": "25.0.0-develop.18",
|
|
72
|
+
"@progress/kendo-angular-icons": "25.0.0-develop.18",
|
|
73
73
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
76
|
"tslib": "^2.3.1",
|
|
77
|
-
"@progress/kendo-angular-schematics": "25.0.0-develop.
|
|
77
|
+
"@progress/kendo-angular-schematics": "25.0.0-develop.18",
|
|
78
78
|
"@progress/kendo-common": "^1.0.1",
|
|
79
79
|
"@progress/kendo-webspeech-common": "1.0.1",
|
|
80
80
|
"@progress/kendo-smartpaste-common": "1.0.0"
|