@progress/kendo-angular-buttons 11.2.0-develop.10 → 11.2.0-develop.12
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.
|
@@ -64,20 +64,19 @@ ListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
|
|
|
64
64
|
[attr.aria-disabled]="dataItem.disabled ? true : false">
|
|
65
65
|
<ng-template [ngIf]="itemTemplate?.templateRef">
|
|
66
66
|
<span class="k-link k-menu-link" [class.k-disabled]="dataItem.disabled">
|
|
67
|
-
<ng-template
|
|
67
|
+
<ng-template
|
|
68
|
+
[templateContext]="{ templateRef: itemTemplate?.templateRef, $implicit: dataItem }"
|
|
69
|
+
></ng-template>
|
|
68
70
|
</span>
|
|
69
71
|
</ng-template>
|
|
70
72
|
<ng-template [ngIf]="!itemTemplate?.templateRef">
|
|
71
73
|
<span class="k-link k-menu-link" [class.k-disabled]="dataItem.disabled">
|
|
72
|
-
<span
|
|
73
|
-
*ngIf="dataItem.icon || dataItem.iconClass"
|
|
74
|
-
[ngClass]="getIconClasses(dataItem)"
|
|
75
|
-
></span>
|
|
76
74
|
<kendo-icon-wrapper
|
|
77
75
|
*ngIf="dataItem.icon || dataItem.iconClass || dataItem.svgIcon"
|
|
78
76
|
[name]="dataItem.icon"
|
|
79
77
|
[svgIcon]="dataItem.svgIcon"
|
|
80
|
-
[customFontClass]="dataItem.iconClass"
|
|
78
|
+
[customFontClass]="dataItem.iconClass"
|
|
79
|
+
></kendo-icon-wrapper>
|
|
81
80
|
<img
|
|
82
81
|
*ngIf="dataItem.imageUrl"
|
|
83
82
|
class="k-image"
|
|
@@ -85,13 +84,13 @@ ListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
|
|
|
85
84
|
alt=""
|
|
86
85
|
>
|
|
87
86
|
<span *ngIf="getText(dataItem)" class="k-menu-link-text">
|
|
88
|
-
|
|
87
|
+
{{ getText(dataItem) }}
|
|
89
88
|
</span>
|
|
90
89
|
</span>
|
|
91
90
|
</ng-template>
|
|
92
91
|
</li>
|
|
93
92
|
</ul>
|
|
94
|
-
|
|
93
|
+
`, isInline: true, components: [{ type: i1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3.FocusableDirective, selector: "[kendoButtonFocusable]", inputs: ["index"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }] });
|
|
95
94
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ListComponent, decorators: [{
|
|
96
95
|
type: Component,
|
|
97
96
|
args: [{
|
|
@@ -110,20 +109,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
110
109
|
[attr.aria-disabled]="dataItem.disabled ? true : false">
|
|
111
110
|
<ng-template [ngIf]="itemTemplate?.templateRef">
|
|
112
111
|
<span class="k-link k-menu-link" [class.k-disabled]="dataItem.disabled">
|
|
113
|
-
<ng-template
|
|
112
|
+
<ng-template
|
|
113
|
+
[templateContext]="{ templateRef: itemTemplate?.templateRef, $implicit: dataItem }"
|
|
114
|
+
></ng-template>
|
|
114
115
|
</span>
|
|
115
116
|
</ng-template>
|
|
116
117
|
<ng-template [ngIf]="!itemTemplate?.templateRef">
|
|
117
118
|
<span class="k-link k-menu-link" [class.k-disabled]="dataItem.disabled">
|
|
118
|
-
<span
|
|
119
|
-
*ngIf="dataItem.icon || dataItem.iconClass"
|
|
120
|
-
[ngClass]="getIconClasses(dataItem)"
|
|
121
|
-
></span>
|
|
122
119
|
<kendo-icon-wrapper
|
|
123
120
|
*ngIf="dataItem.icon || dataItem.iconClass || dataItem.svgIcon"
|
|
124
121
|
[name]="dataItem.icon"
|
|
125
122
|
[svgIcon]="dataItem.svgIcon"
|
|
126
|
-
[customFontClass]="dataItem.iconClass"
|
|
123
|
+
[customFontClass]="dataItem.iconClass"
|
|
124
|
+
></kendo-icon-wrapper>
|
|
127
125
|
<img
|
|
128
126
|
*ngIf="dataItem.imageUrl"
|
|
129
127
|
class="k-image"
|
|
@@ -131,13 +129,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
131
129
|
alt=""
|
|
132
130
|
>
|
|
133
131
|
<span *ngIf="getText(dataItem)" class="k-menu-link-text">
|
|
134
|
-
|
|
132
|
+
{{ getText(dataItem) }}
|
|
135
133
|
</span>
|
|
136
134
|
</span>
|
|
137
135
|
</ng-template>
|
|
138
136
|
</li>
|
|
139
137
|
</ul>
|
|
140
|
-
|
|
138
|
+
`,
|
|
141
139
|
}]
|
|
142
140
|
}], ctorParameters: function () { return []; }, propDecorators: { data: [{
|
|
143
141
|
type: Input
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-buttons',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '11.2.0-develop.
|
|
12
|
+
publishDate: 1675864657,
|
|
13
|
+
version: '11.2.0-develop.12',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -29,8 +29,8 @@ const packageMetadata = {
|
|
|
29
29
|
name: '@progress/kendo-angular-buttons',
|
|
30
30
|
productName: 'Kendo UI for Angular',
|
|
31
31
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
32
|
-
publishDate:
|
|
33
|
-
version: '11.2.0-develop.
|
|
32
|
+
publishDate: 1675864657,
|
|
33
|
+
version: '11.2.0-develop.12',
|
|
34
34
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
35
35
|
};
|
|
36
36
|
|
|
@@ -1241,20 +1241,19 @@ ListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
|
|
|
1241
1241
|
[attr.aria-disabled]="dataItem.disabled ? true : false">
|
|
1242
1242
|
<ng-template [ngIf]="itemTemplate?.templateRef">
|
|
1243
1243
|
<span class="k-link k-menu-link" [class.k-disabled]="dataItem.disabled">
|
|
1244
|
-
<ng-template
|
|
1244
|
+
<ng-template
|
|
1245
|
+
[templateContext]="{ templateRef: itemTemplate?.templateRef, $implicit: dataItem }"
|
|
1246
|
+
></ng-template>
|
|
1245
1247
|
</span>
|
|
1246
1248
|
</ng-template>
|
|
1247
1249
|
<ng-template [ngIf]="!itemTemplate?.templateRef">
|
|
1248
1250
|
<span class="k-link k-menu-link" [class.k-disabled]="dataItem.disabled">
|
|
1249
|
-
<span
|
|
1250
|
-
*ngIf="dataItem.icon || dataItem.iconClass"
|
|
1251
|
-
[ngClass]="getIconClasses(dataItem)"
|
|
1252
|
-
></span>
|
|
1253
1251
|
<kendo-icon-wrapper
|
|
1254
1252
|
*ngIf="dataItem.icon || dataItem.iconClass || dataItem.svgIcon"
|
|
1255
1253
|
[name]="dataItem.icon"
|
|
1256
1254
|
[svgIcon]="dataItem.svgIcon"
|
|
1257
|
-
[customFontClass]="dataItem.iconClass"
|
|
1255
|
+
[customFontClass]="dataItem.iconClass"
|
|
1256
|
+
></kendo-icon-wrapper>
|
|
1258
1257
|
<img
|
|
1259
1258
|
*ngIf="dataItem.imageUrl"
|
|
1260
1259
|
class="k-image"
|
|
@@ -1262,13 +1261,13 @@ ListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
|
|
|
1262
1261
|
alt=""
|
|
1263
1262
|
>
|
|
1264
1263
|
<span *ngIf="getText(dataItem)" class="k-menu-link-text">
|
|
1265
|
-
|
|
1264
|
+
{{ getText(dataItem) }}
|
|
1266
1265
|
</span>
|
|
1267
1266
|
</span>
|
|
1268
1267
|
</ng-template>
|
|
1269
1268
|
</li>
|
|
1270
1269
|
</ul>
|
|
1271
|
-
|
|
1270
|
+
`, isInline: true, components: [{ type: i2.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: FocusableDirective, selector: "[kendoButtonFocusable]", inputs: ["index"] }, { type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }] });
|
|
1272
1271
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ListComponent, decorators: [{
|
|
1273
1272
|
type: Component,
|
|
1274
1273
|
args: [{
|
|
@@ -1287,20 +1286,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1287
1286
|
[attr.aria-disabled]="dataItem.disabled ? true : false">
|
|
1288
1287
|
<ng-template [ngIf]="itemTemplate?.templateRef">
|
|
1289
1288
|
<span class="k-link k-menu-link" [class.k-disabled]="dataItem.disabled">
|
|
1290
|
-
<ng-template
|
|
1289
|
+
<ng-template
|
|
1290
|
+
[templateContext]="{ templateRef: itemTemplate?.templateRef, $implicit: dataItem }"
|
|
1291
|
+
></ng-template>
|
|
1291
1292
|
</span>
|
|
1292
1293
|
</ng-template>
|
|
1293
1294
|
<ng-template [ngIf]="!itemTemplate?.templateRef">
|
|
1294
1295
|
<span class="k-link k-menu-link" [class.k-disabled]="dataItem.disabled">
|
|
1295
|
-
<span
|
|
1296
|
-
*ngIf="dataItem.icon || dataItem.iconClass"
|
|
1297
|
-
[ngClass]="getIconClasses(dataItem)"
|
|
1298
|
-
></span>
|
|
1299
1296
|
<kendo-icon-wrapper
|
|
1300
1297
|
*ngIf="dataItem.icon || dataItem.iconClass || dataItem.svgIcon"
|
|
1301
1298
|
[name]="dataItem.icon"
|
|
1302
1299
|
[svgIcon]="dataItem.svgIcon"
|
|
1303
|
-
[customFontClass]="dataItem.iconClass"
|
|
1300
|
+
[customFontClass]="dataItem.iconClass"
|
|
1301
|
+
></kendo-icon-wrapper>
|
|
1304
1302
|
<img
|
|
1305
1303
|
*ngIf="dataItem.imageUrl"
|
|
1306
1304
|
class="k-image"
|
|
@@ -1308,13 +1306,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1308
1306
|
alt=""
|
|
1309
1307
|
>
|
|
1310
1308
|
<span *ngIf="getText(dataItem)" class="k-menu-link-text">
|
|
1311
|
-
|
|
1309
|
+
{{ getText(dataItem) }}
|
|
1312
1310
|
</span>
|
|
1313
1311
|
</span>
|
|
1314
1312
|
</ng-template>
|
|
1315
1313
|
</li>
|
|
1316
1314
|
</ul>
|
|
1317
|
-
|
|
1315
|
+
`,
|
|
1318
1316
|
}]
|
|
1319
1317
|
}], ctorParameters: function () { return []; }, propDecorators: { data: [{
|
|
1320
1318
|
type: Input
|
|
@@ -47,8 +47,8 @@ const packageMetadata = {
|
|
|
47
47
|
name: '@progress/kendo-angular-buttons',
|
|
48
48
|
productName: 'Kendo UI for Angular',
|
|
49
49
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
50
|
-
publishDate:
|
|
51
|
-
version: '11.2.0-develop.
|
|
50
|
+
publishDate: 1675864657,
|
|
51
|
+
version: '11.2.0-develop.12',
|
|
52
52
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
53
53
|
};
|
|
54
54
|
|
|
@@ -1301,20 +1301,19 @@ ListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
|
|
|
1301
1301
|
[attr.aria-disabled]="dataItem.disabled ? true : false">
|
|
1302
1302
|
<ng-template [ngIf]="itemTemplate?.templateRef">
|
|
1303
1303
|
<span class="k-link k-menu-link" [class.k-disabled]="dataItem.disabled">
|
|
1304
|
-
<ng-template
|
|
1304
|
+
<ng-template
|
|
1305
|
+
[templateContext]="{ templateRef: itemTemplate?.templateRef, $implicit: dataItem }"
|
|
1306
|
+
></ng-template>
|
|
1305
1307
|
</span>
|
|
1306
1308
|
</ng-template>
|
|
1307
1309
|
<ng-template [ngIf]="!itemTemplate?.templateRef">
|
|
1308
1310
|
<span class="k-link k-menu-link" [class.k-disabled]="dataItem.disabled">
|
|
1309
|
-
<span
|
|
1310
|
-
*ngIf="dataItem.icon || dataItem.iconClass"
|
|
1311
|
-
[ngClass]="getIconClasses(dataItem)"
|
|
1312
|
-
></span>
|
|
1313
1311
|
<kendo-icon-wrapper
|
|
1314
1312
|
*ngIf="dataItem.icon || dataItem.iconClass || dataItem.svgIcon"
|
|
1315
1313
|
[name]="dataItem.icon"
|
|
1316
1314
|
[svgIcon]="dataItem.svgIcon"
|
|
1317
|
-
[customFontClass]="dataItem.iconClass"
|
|
1315
|
+
[customFontClass]="dataItem.iconClass"
|
|
1316
|
+
></kendo-icon-wrapper>
|
|
1318
1317
|
<img
|
|
1319
1318
|
*ngIf="dataItem.imageUrl"
|
|
1320
1319
|
class="k-image"
|
|
@@ -1322,13 +1321,13 @@ ListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
|
|
|
1322
1321
|
alt=""
|
|
1323
1322
|
>
|
|
1324
1323
|
<span *ngIf="getText(dataItem)" class="k-menu-link-text">
|
|
1325
|
-
|
|
1324
|
+
{{ getText(dataItem) }}
|
|
1326
1325
|
</span>
|
|
1327
1326
|
</span>
|
|
1328
1327
|
</ng-template>
|
|
1329
1328
|
</li>
|
|
1330
1329
|
</ul>
|
|
1331
|
-
|
|
1330
|
+
`, isInline: true, components: [{ type: i2.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: FocusableDirective, selector: "[kendoButtonFocusable]", inputs: ["index"] }, { type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }] });
|
|
1332
1331
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ListComponent, decorators: [{
|
|
1333
1332
|
type: Component,
|
|
1334
1333
|
args: [{
|
|
@@ -1347,20 +1346,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1347
1346
|
[attr.aria-disabled]="dataItem.disabled ? true : false">
|
|
1348
1347
|
<ng-template [ngIf]="itemTemplate?.templateRef">
|
|
1349
1348
|
<span class="k-link k-menu-link" [class.k-disabled]="dataItem.disabled">
|
|
1350
|
-
<ng-template
|
|
1349
|
+
<ng-template
|
|
1350
|
+
[templateContext]="{ templateRef: itemTemplate?.templateRef, $implicit: dataItem }"
|
|
1351
|
+
></ng-template>
|
|
1351
1352
|
</span>
|
|
1352
1353
|
</ng-template>
|
|
1353
1354
|
<ng-template [ngIf]="!itemTemplate?.templateRef">
|
|
1354
1355
|
<span class="k-link k-menu-link" [class.k-disabled]="dataItem.disabled">
|
|
1355
|
-
<span
|
|
1356
|
-
*ngIf="dataItem.icon || dataItem.iconClass"
|
|
1357
|
-
[ngClass]="getIconClasses(dataItem)"
|
|
1358
|
-
></span>
|
|
1359
1356
|
<kendo-icon-wrapper
|
|
1360
1357
|
*ngIf="dataItem.icon || dataItem.iconClass || dataItem.svgIcon"
|
|
1361
1358
|
[name]="dataItem.icon"
|
|
1362
1359
|
[svgIcon]="dataItem.svgIcon"
|
|
1363
|
-
[customFontClass]="dataItem.iconClass"
|
|
1360
|
+
[customFontClass]="dataItem.iconClass"
|
|
1361
|
+
></kendo-icon-wrapper>
|
|
1364
1362
|
<img
|
|
1365
1363
|
*ngIf="dataItem.imageUrl"
|
|
1366
1364
|
class="k-image"
|
|
@@ -1368,13 +1366,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1368
1366
|
alt=""
|
|
1369
1367
|
>
|
|
1370
1368
|
<span *ngIf="getText(dataItem)" class="k-menu-link-text">
|
|
1371
|
-
|
|
1369
|
+
{{ getText(dataItem) }}
|
|
1372
1370
|
</span>
|
|
1373
1371
|
</span>
|
|
1374
1372
|
</ng-template>
|
|
1375
1373
|
</li>
|
|
1376
1374
|
</ul>
|
|
1377
|
-
|
|
1375
|
+
`,
|
|
1378
1376
|
}]
|
|
1379
1377
|
}], ctorParameters: function () { return []; }, propDecorators: { data: [{
|
|
1380
1378
|
type: Input
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-buttons",
|
|
3
|
-
"version": "11.2.0-develop.
|
|
3
|
+
"version": "11.2.0-develop.12",
|
|
4
4
|
"description": "Buttons Package for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -25,15 +25,15 @@
|
|
|
25
25
|
"@angular/core": "13 - 15",
|
|
26
26
|
"@angular/platform-browser": "13 - 15",
|
|
27
27
|
"@progress/kendo-licensing": "^1.0.2",
|
|
28
|
-
"@progress/kendo-angular-common": "11.2.0-develop.
|
|
29
|
-
"@progress/kendo-angular-l10n": "11.2.0-develop.
|
|
30
|
-
"@progress/kendo-angular-popup": "11.2.0-develop.
|
|
31
|
-
"@progress/kendo-angular-icons": "11.2.0-develop.
|
|
28
|
+
"@progress/kendo-angular-common": "11.2.0-develop.12",
|
|
29
|
+
"@progress/kendo-angular-l10n": "11.2.0-develop.12",
|
|
30
|
+
"@progress/kendo-angular-popup": "11.2.0-develop.12",
|
|
31
|
+
"@progress/kendo-angular-icons": "11.2.0-develop.12",
|
|
32
32
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"tslib": "^2.3.1",
|
|
36
|
-
"@progress/kendo-angular-schematics": "11.2.0-develop.
|
|
36
|
+
"@progress/kendo-angular-schematics": "11.2.0-develop.12",
|
|
37
37
|
"@progress/kendo-common": "^0.2.1"
|
|
38
38
|
},
|
|
39
39
|
"schematics": "./schematics/collection.json",
|