@progress/kendo-angular-toolbar 21.0.0-develop.20 → 21.0.0-develop.22
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:
|
|
14
|
-
version: '21.0.0-develop.
|
|
13
|
+
publishDate: 1762431969,
|
|
14
|
+
version: '21.0.0-develop.22',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -310,7 +310,7 @@ export class ToolBarButtonComponent extends ToolBarToolComponent {
|
|
|
310
310
|
});
|
|
311
311
|
}
|
|
312
312
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ToolBarButtonComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i1.ToolBarComponent }], target: i0.ɵɵFactoryTarget.Component });
|
|
313
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
313
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: ToolBarButtonComponent, isStandalone: true, selector: "kendo-toolbar-button", inputs: { showText: "showText", showIcon: "showIcon", text: "text", style: "style", className: "className", title: "title", disabled: "disabled", toggleable: "toggleable", look: "look", togglable: "togglable", selected: "selected", fillMode: "fillMode", rounded: "rounded", themeColor: "themeColor", icon: "icon", iconClass: "iconClass", svgIcon: "svgIcon", imageUrl: "imageUrl" }, outputs: { click: "click", pointerdown: "pointerdown", selectedChange: "selectedChange" }, providers: [{ provide: ToolBarToolComponent, useExisting: forwardRef(() => ToolBarButtonComponent) }], viewQueries: [{ propertyName: "toolbarButtonElement", first: true, predicate: ["toolbarButton"], descendants: true, read: ElementRef }, { propertyName: "sectionButtonElement", first: true, predicate: ["sectionButton"], descendants: true, read: ElementRef }, { propertyName: "overflowButtonElement", first: true, predicate: ["overflowButton"], descendants: true, read: ElementRef }], exportAs: ["kendoToolBarButton"], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `
|
|
314
314
|
<ng-template #toolbarTemplate>
|
|
315
315
|
<kendo-badge-container *ngIf="hasBadgeContainer">
|
|
316
316
|
<button
|
|
@@ -393,6 +393,11 @@ export class ToolBarButtonComponent extends ToolBarToolComponent {
|
|
|
393
393
|
[customFontClass]="overflowOptions.iconClass"
|
|
394
394
|
[svgIcon]="overflowOptions.svgIcon"
|
|
395
395
|
></kendo-icon-wrapper>
|
|
396
|
+
@if (overflowOptions.imageUrl) {
|
|
397
|
+
<span class="k-icon k-button-icon">
|
|
398
|
+
<img [src]="overflowOptions.imageUrl" role="presentation" class="k-image" />
|
|
399
|
+
</span>
|
|
400
|
+
}
|
|
396
401
|
<span *ngIf="overflowOptions.text" class="k-menu-link-text">{{overflowOptions.text}}</span>
|
|
397
402
|
</span>
|
|
398
403
|
</div>
|
|
@@ -550,6 +555,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
550
555
|
[customFontClass]="overflowOptions.iconClass"
|
|
551
556
|
[svgIcon]="overflowOptions.svgIcon"
|
|
552
557
|
></kendo-icon-wrapper>
|
|
558
|
+
@if (overflowOptions.imageUrl) {
|
|
559
|
+
<span class="k-icon k-button-icon">
|
|
560
|
+
<img [src]="overflowOptions.imageUrl" role="presentation" class="k-image" />
|
|
561
|
+
</span>
|
|
562
|
+
}
|
|
553
563
|
<span *ngIf="overflowOptions.text" class="k-menu-link-text">{{overflowOptions.text}}</span>
|
|
554
564
|
</span>
|
|
555
565
|
</div>
|
|
@@ -26,8 +26,8 @@ const packageMetadata = {
|
|
|
26
26
|
productName: 'Kendo UI for Angular',
|
|
27
27
|
productCode: 'KENDOUIANGULAR',
|
|
28
28
|
productCodes: ['KENDOUIANGULAR'],
|
|
29
|
-
publishDate:
|
|
30
|
-
version: '21.0.0-develop.
|
|
29
|
+
publishDate: 1762431969,
|
|
30
|
+
version: '21.0.0-develop.22',
|
|
31
31
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
32
32
|
};
|
|
33
33
|
|
|
@@ -2911,7 +2911,7 @@ class ToolBarButtonComponent extends ToolBarToolComponent {
|
|
|
2911
2911
|
});
|
|
2912
2912
|
}
|
|
2913
2913
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ToolBarButtonComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: ToolBarComponent }], target: i0.ɵɵFactoryTarget.Component });
|
|
2914
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
2914
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: ToolBarButtonComponent, isStandalone: true, selector: "kendo-toolbar-button", inputs: { showText: "showText", showIcon: "showIcon", text: "text", style: "style", className: "className", title: "title", disabled: "disabled", toggleable: "toggleable", look: "look", togglable: "togglable", selected: "selected", fillMode: "fillMode", rounded: "rounded", themeColor: "themeColor", icon: "icon", iconClass: "iconClass", svgIcon: "svgIcon", imageUrl: "imageUrl" }, outputs: { click: "click", pointerdown: "pointerdown", selectedChange: "selectedChange" }, providers: [{ provide: ToolBarToolComponent, useExisting: forwardRef(() => ToolBarButtonComponent) }], viewQueries: [{ propertyName: "toolbarButtonElement", first: true, predicate: ["toolbarButton"], descendants: true, read: ElementRef }, { propertyName: "sectionButtonElement", first: true, predicate: ["sectionButton"], descendants: true, read: ElementRef }, { propertyName: "overflowButtonElement", first: true, predicate: ["overflowButton"], descendants: true, read: ElementRef }], exportAs: ["kendoToolBarButton"], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `
|
|
2915
2915
|
<ng-template #toolbarTemplate>
|
|
2916
2916
|
<kendo-badge-container *ngIf="hasBadgeContainer">
|
|
2917
2917
|
<button
|
|
@@ -2994,6 +2994,11 @@ class ToolBarButtonComponent extends ToolBarToolComponent {
|
|
|
2994
2994
|
[customFontClass]="overflowOptions.iconClass"
|
|
2995
2995
|
[svgIcon]="overflowOptions.svgIcon"
|
|
2996
2996
|
></kendo-icon-wrapper>
|
|
2997
|
+
@if (overflowOptions.imageUrl) {
|
|
2998
|
+
<span class="k-icon k-button-icon">
|
|
2999
|
+
<img [src]="overflowOptions.imageUrl" role="presentation" class="k-image" />
|
|
3000
|
+
</span>
|
|
3001
|
+
}
|
|
2997
3002
|
<span *ngIf="overflowOptions.text" class="k-menu-link-text">{{overflowOptions.text}}</span>
|
|
2998
3003
|
</span>
|
|
2999
3004
|
</div>
|
|
@@ -3151,6 +3156,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
3151
3156
|
[customFontClass]="overflowOptions.iconClass"
|
|
3152
3157
|
[svgIcon]="overflowOptions.svgIcon"
|
|
3153
3158
|
></kendo-icon-wrapper>
|
|
3159
|
+
@if (overflowOptions.imageUrl) {
|
|
3160
|
+
<span class="k-icon k-button-icon">
|
|
3161
|
+
<img [src]="overflowOptions.imageUrl" role="presentation" class="k-image" />
|
|
3162
|
+
</span>
|
|
3163
|
+
}
|
|
3154
3164
|
<span *ngIf="overflowOptions.text" class="k-menu-link-text">{{overflowOptions.text}}</span>
|
|
3155
3165
|
</span>
|
|
3156
3166
|
</div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-toolbar",
|
|
3
|
-
"version": "21.0.0-develop.
|
|
3
|
+
"version": "21.0.0-develop.22",
|
|
4
4
|
"description": "Kendo UI Angular Toolbar component - a single UI element that organizes buttons and other navigation elements",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"package": {
|
|
46
46
|
"productName": "Kendo UI for Angular",
|
|
47
47
|
"productCode": "KENDOUIANGULAR",
|
|
48
|
-
"publishDate":
|
|
48
|
+
"publishDate": 1762431969,
|
|
49
49
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
50
50
|
}
|
|
51
51
|
},
|
|
@@ -55,17 +55,17 @@
|
|
|
55
55
|
"@angular/core": "18 - 20",
|
|
56
56
|
"@angular/platform-browser": "18 - 20",
|
|
57
57
|
"@progress/kendo-licensing": "^1.7.0",
|
|
58
|
-
"@progress/kendo-angular-buttons": "21.0.0-develop.
|
|
59
|
-
"@progress/kendo-angular-common": "21.0.0-develop.
|
|
60
|
-
"@progress/kendo-angular-l10n": "21.0.0-develop.
|
|
61
|
-
"@progress/kendo-angular-icons": "21.0.0-develop.
|
|
62
|
-
"@progress/kendo-angular-indicators": "21.0.0-develop.
|
|
63
|
-
"@progress/kendo-angular-popup": "21.0.0-develop.
|
|
58
|
+
"@progress/kendo-angular-buttons": "21.0.0-develop.22",
|
|
59
|
+
"@progress/kendo-angular-common": "21.0.0-develop.22",
|
|
60
|
+
"@progress/kendo-angular-l10n": "21.0.0-develop.22",
|
|
61
|
+
"@progress/kendo-angular-icons": "21.0.0-develop.22",
|
|
62
|
+
"@progress/kendo-angular-indicators": "21.0.0-develop.22",
|
|
63
|
+
"@progress/kendo-angular-popup": "21.0.0-develop.22",
|
|
64
64
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
67
|
"tslib": "^2.3.1",
|
|
68
|
-
"@progress/kendo-angular-schematics": "21.0.0-develop.
|
|
68
|
+
"@progress/kendo-angular-schematics": "21.0.0-develop.22",
|
|
69
69
|
"node-html-parser": "^7.0.1"
|
|
70
70
|
},
|
|
71
71
|
"schematics": "./schematics/collection.json",
|