@progress/kendo-angular-buttons 25.0.0-develop.17 → 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]
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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"
|
|
@@ -5319,7 +5330,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImpo
|
|
|
5319
5330
|
{
|
|
5320
5331
|
provide: MultiTabStop,
|
|
5321
5332
|
useExisting: forwardRef(() => SplitButtonComponent)
|
|
5322
|
-
}
|
|
5333
|
+
},
|
|
5334
|
+
provideComponentName('splitbutton')
|
|
5323
5335
|
],
|
|
5324
5336
|
template: `
|
|
5325
5337
|
<ng-container kendoSplitButtonLocalizedMessages
|
|
@@ -5871,7 +5883,8 @@ class SpeechToTextButtonComponent {
|
|
|
5871
5883
|
{
|
|
5872
5884
|
provide: L10N_PREFIX,
|
|
5873
5885
|
useValue: 'kendo.speechtotextbutton'
|
|
5874
|
-
}
|
|
5886
|
+
},
|
|
5887
|
+
provideComponentName('speechtotextbutton')
|
|
5875
5888
|
], exportAs: ["kendoSpeechToTextButton"], usesOnChanges: true, ngImport: i0, template: `
|
|
5876
5889
|
<kendo-icon-wrapper
|
|
5877
5890
|
innerCssClass="k-button-icon"
|
|
@@ -5892,7 +5905,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImpo
|
|
|
5892
5905
|
{
|
|
5893
5906
|
provide: L10N_PREFIX,
|
|
5894
5907
|
useValue: 'kendo.speechtotextbutton'
|
|
5895
|
-
}
|
|
5908
|
+
},
|
|
5909
|
+
provideComponentName('speechtotextbutton')
|
|
5896
5910
|
],
|
|
5897
5911
|
template: `
|
|
5898
5912
|
<kendo-icon-wrapper
|
|
@@ -6571,7 +6585,8 @@ class SmartPasteButtonComponent {
|
|
|
6571
6585
|
{
|
|
6572
6586
|
provide: L10N_PREFIX,
|
|
6573
6587
|
useValue: 'kendo.smartpastebutton'
|
|
6574
|
-
}
|
|
6588
|
+
},
|
|
6589
|
+
provideComponentName('smartpastebutton')
|
|
6575
6590
|
], exportAs: ["kendoSmartPasteButton"], ngImport: i0, template: `
|
|
6576
6591
|
@if (icon || svgIcon) {
|
|
6577
6592
|
<kendo-icon-wrapper
|
|
@@ -6601,7 +6616,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImpo
|
|
|
6601
6616
|
{
|
|
6602
6617
|
provide: L10N_PREFIX,
|
|
6603
6618
|
useValue: 'kendo.smartpastebutton'
|
|
6604
|
-
}
|
|
6619
|
+
},
|
|
6620
|
+
provideComponentName('smartpastebutton')
|
|
6605
6621
|
],
|
|
6606
6622
|
standalone: true,
|
|
6607
6623
|
imports: [IconWrapperComponent, NgClass],
|
|
@@ -6845,7 +6861,8 @@ class SegmentedControlComponent {
|
|
|
6845
6861
|
{
|
|
6846
6862
|
provide: L10N_PREFIX,
|
|
6847
6863
|
useValue: 'kendo.segmentedcontrol'
|
|
6848
|
-
}
|
|
6864
|
+
},
|
|
6865
|
+
provideComponentName('segmentedcontrol')
|
|
6849
6866
|
], viewQueries: [{ propertyName: "thumb", first: true, predicate: ["thumb"], descendants: true }, { propertyName: "resizeSensor", first: true, predicate: ["resizeSensor"], descendants: true }], ngImport: i0, template: `
|
|
6850
6867
|
<kendo-resize-sensor #resizeSensor></kendo-resize-sensor>
|
|
6851
6868
|
<div class="k-segmented-control-thumb" #thumb [attr.aria-hidden]="true"></div>
|
|
@@ -6886,7 +6903,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImpo
|
|
|
6886
6903
|
{
|
|
6887
6904
|
provide: L10N_PREFIX,
|
|
6888
6905
|
useValue: 'kendo.segmentedcontrol'
|
|
6889
|
-
}
|
|
6906
|
+
},
|
|
6907
|
+
provideComponentName('segmentedcontrol')
|
|
6890
6908
|
],
|
|
6891
6909
|
template: `
|
|
6892
6910
|
<kendo-resize-sensor #resizeSensor></kendo-resize-sensor>
|
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"
|