@progress/kendo-angular-tooltip 13.3.1-develop.1 → 13.4.0-develop.10
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.
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-tooltip',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '13.
|
|
12
|
+
publishDate: 1692971732,
|
|
13
|
+
version: '13.4.0-develop.10',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -257,7 +257,7 @@ PopoverComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
|
257
257
|
useValue: 'kendo.popover'
|
|
258
258
|
}
|
|
259
259
|
], queries: [{ propertyName: "titleTemplate", first: true, predicate: PopoverTitleTemplateDirective, descendants: true }, { propertyName: "bodyTemplate", first: true, predicate: PopoverBodyTemplateDirective, descendants: true }, { propertyName: "actionsTemplate", first: true, predicate: PopoverActionsTemplateDirective, descendants: true }], viewQueries: [{ propertyName: "popoverWrapper", first: true, predicate: ["popoverWrapper"], descendants: true }, { propertyName: "titleTemplateWrapper", first: true, predicate: ["titleTemplateWrapper"], descendants: true }, { propertyName: "bodyTemplateWrapper", first: true, predicate: ["bodyTemplateWrapper"], descendants: true }], ngImport: i0, template: `
|
|
260
|
-
<div #popoverWrapper *ngIf="visible" class="k-popover" [ngStyle]="{'width': width, 'height': height}">
|
|
260
|
+
<div #popoverWrapper *ngIf="visible" class="k-popover k-popup" [ngStyle]="{'width': width, 'height': height}">
|
|
261
261
|
<div class="k-popover-callout" [ngClass]="getCalloutPosition()" *ngIf="callout"></div>
|
|
262
262
|
|
|
263
263
|
<div class="k-popover-inner" *ngIf="callout; else noCallout">
|
|
@@ -285,7 +285,7 @@ PopoverComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
|
285
285
|
</ng-container>
|
|
286
286
|
</div>
|
|
287
287
|
|
|
288
|
-
<div *ngIf="actionsTemplate" class="k-popover-actions k-actions k-
|
|
288
|
+
<div *ngIf="actionsTemplate" class="k-popover-actions k-actions k-actions-stretched k-actions-horizontal">
|
|
289
289
|
<ng-template *ngIf="actionsTemplate"
|
|
290
290
|
[ngTemplateOutlet]="actionsTemplate?.templateRef"
|
|
291
291
|
[ngTemplateOutletContext]="{ $implicit: anchor, data: contextData }">
|
|
@@ -306,7 +306,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
306
306
|
}
|
|
307
307
|
],
|
|
308
308
|
template: `
|
|
309
|
-
<div #popoverWrapper *ngIf="visible" class="k-popover" [ngStyle]="{'width': width, 'height': height}">
|
|
309
|
+
<div #popoverWrapper *ngIf="visible" class="k-popover k-popup" [ngStyle]="{'width': width, 'height': height}">
|
|
310
310
|
<div class="k-popover-callout" [ngClass]="getCalloutPosition()" *ngIf="callout"></div>
|
|
311
311
|
|
|
312
312
|
<div class="k-popover-inner" *ngIf="callout; else noCallout">
|
|
@@ -334,7 +334,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
334
334
|
</ng-container>
|
|
335
335
|
</div>
|
|
336
336
|
|
|
337
|
-
<div *ngIf="actionsTemplate" class="k-popover-actions k-actions k-
|
|
337
|
+
<div *ngIf="actionsTemplate" class="k-popover-actions k-actions k-actions-stretched k-actions-horizontal">
|
|
338
338
|
<ng-template *ngIf="actionsTemplate"
|
|
339
339
|
[ngTemplateOutlet]="actionsTemplate?.templateRef"
|
|
340
340
|
[ngTemplateOutletContext]="{ $implicit: anchor, data: contextData }">
|
|
@@ -25,8 +25,8 @@ const packageMetadata = {
|
|
|
25
25
|
name: '@progress/kendo-angular-tooltip',
|
|
26
26
|
productName: 'Kendo UI for Angular',
|
|
27
27
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
28
|
-
publishDate:
|
|
29
|
-
version: '13.
|
|
28
|
+
publishDate: 1692971732,
|
|
29
|
+
version: '13.4.0-develop.10',
|
|
30
30
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
31
31
|
};
|
|
32
32
|
|
|
@@ -1246,7 +1246,7 @@ PopoverComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
|
1246
1246
|
useValue: 'kendo.popover'
|
|
1247
1247
|
}
|
|
1248
1248
|
], queries: [{ propertyName: "titleTemplate", first: true, predicate: PopoverTitleTemplateDirective, descendants: true }, { propertyName: "bodyTemplate", first: true, predicate: PopoverBodyTemplateDirective, descendants: true }, { propertyName: "actionsTemplate", first: true, predicate: PopoverActionsTemplateDirective, descendants: true }], viewQueries: [{ propertyName: "popoverWrapper", first: true, predicate: ["popoverWrapper"], descendants: true }, { propertyName: "titleTemplateWrapper", first: true, predicate: ["titleTemplateWrapper"], descendants: true }, { propertyName: "bodyTemplateWrapper", first: true, predicate: ["bodyTemplateWrapper"], descendants: true }], ngImport: i0, template: `
|
|
1249
|
-
<div #popoverWrapper *ngIf="visible" class="k-popover" [ngStyle]="{'width': width, 'height': height}">
|
|
1249
|
+
<div #popoverWrapper *ngIf="visible" class="k-popover k-popup" [ngStyle]="{'width': width, 'height': height}">
|
|
1250
1250
|
<div class="k-popover-callout" [ngClass]="getCalloutPosition()" *ngIf="callout"></div>
|
|
1251
1251
|
|
|
1252
1252
|
<div class="k-popover-inner" *ngIf="callout; else noCallout">
|
|
@@ -1274,7 +1274,7 @@ PopoverComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
|
1274
1274
|
</ng-container>
|
|
1275
1275
|
</div>
|
|
1276
1276
|
|
|
1277
|
-
<div *ngIf="actionsTemplate" class="k-popover-actions k-actions k-
|
|
1277
|
+
<div *ngIf="actionsTemplate" class="k-popover-actions k-actions k-actions-stretched k-actions-horizontal">
|
|
1278
1278
|
<ng-template *ngIf="actionsTemplate"
|
|
1279
1279
|
[ngTemplateOutlet]="actionsTemplate?.templateRef"
|
|
1280
1280
|
[ngTemplateOutletContext]="{ $implicit: anchor, data: contextData }">
|
|
@@ -1295,7 +1295,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1295
1295
|
}
|
|
1296
1296
|
],
|
|
1297
1297
|
template: `
|
|
1298
|
-
<div #popoverWrapper *ngIf="visible" class="k-popover" [ngStyle]="{'width': width, 'height': height}">
|
|
1298
|
+
<div #popoverWrapper *ngIf="visible" class="k-popover k-popup" [ngStyle]="{'width': width, 'height': height}">
|
|
1299
1299
|
<div class="k-popover-callout" [ngClass]="getCalloutPosition()" *ngIf="callout"></div>
|
|
1300
1300
|
|
|
1301
1301
|
<div class="k-popover-inner" *ngIf="callout; else noCallout">
|
|
@@ -1323,7 +1323,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1323
1323
|
</ng-container>
|
|
1324
1324
|
</div>
|
|
1325
1325
|
|
|
1326
|
-
<div *ngIf="actionsTemplate" class="k-popover-actions k-actions k-
|
|
1326
|
+
<div *ngIf="actionsTemplate" class="k-popover-actions k-actions k-actions-stretched k-actions-horizontal">
|
|
1327
1327
|
<ng-template *ngIf="actionsTemplate"
|
|
1328
1328
|
[ngTemplateOutlet]="actionsTemplate?.templateRef"
|
|
1329
1329
|
[ngTemplateOutletContext]="{ $implicit: anchor, data: contextData }">
|
|
@@ -25,8 +25,8 @@ const packageMetadata = {
|
|
|
25
25
|
name: '@progress/kendo-angular-tooltip',
|
|
26
26
|
productName: 'Kendo UI for Angular',
|
|
27
27
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
28
|
-
publishDate:
|
|
29
|
-
version: '13.
|
|
28
|
+
publishDate: 1692971732,
|
|
29
|
+
version: '13.4.0-develop.10',
|
|
30
30
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
31
31
|
};
|
|
32
32
|
|
|
@@ -1238,7 +1238,7 @@ PopoverComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
|
1238
1238
|
useValue: 'kendo.popover'
|
|
1239
1239
|
}
|
|
1240
1240
|
], queries: [{ propertyName: "titleTemplate", first: true, predicate: PopoverTitleTemplateDirective, descendants: true }, { propertyName: "bodyTemplate", first: true, predicate: PopoverBodyTemplateDirective, descendants: true }, { propertyName: "actionsTemplate", first: true, predicate: PopoverActionsTemplateDirective, descendants: true }], viewQueries: [{ propertyName: "popoverWrapper", first: true, predicate: ["popoverWrapper"], descendants: true }, { propertyName: "titleTemplateWrapper", first: true, predicate: ["titleTemplateWrapper"], descendants: true }, { propertyName: "bodyTemplateWrapper", first: true, predicate: ["bodyTemplateWrapper"], descendants: true }], ngImport: i0, template: `
|
|
1241
|
-
<div #popoverWrapper *ngIf="visible" class="k-popover" [ngStyle]="{'width': width, 'height': height}">
|
|
1241
|
+
<div #popoverWrapper *ngIf="visible" class="k-popover k-popup" [ngStyle]="{'width': width, 'height': height}">
|
|
1242
1242
|
<div class="k-popover-callout" [ngClass]="getCalloutPosition()" *ngIf="callout"></div>
|
|
1243
1243
|
|
|
1244
1244
|
<div class="k-popover-inner" *ngIf="callout; else noCallout">
|
|
@@ -1266,7 +1266,7 @@ PopoverComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
|
1266
1266
|
</ng-container>
|
|
1267
1267
|
</div>
|
|
1268
1268
|
|
|
1269
|
-
<div *ngIf="actionsTemplate" class="k-popover-actions k-actions k-
|
|
1269
|
+
<div *ngIf="actionsTemplate" class="k-popover-actions k-actions k-actions-stretched k-actions-horizontal">
|
|
1270
1270
|
<ng-template *ngIf="actionsTemplate"
|
|
1271
1271
|
[ngTemplateOutlet]="actionsTemplate?.templateRef"
|
|
1272
1272
|
[ngTemplateOutletContext]="{ $implicit: anchor, data: contextData }">
|
|
@@ -1287,7 +1287,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1287
1287
|
}
|
|
1288
1288
|
],
|
|
1289
1289
|
template: `
|
|
1290
|
-
<div #popoverWrapper *ngIf="visible" class="k-popover" [ngStyle]="{'width': width, 'height': height}">
|
|
1290
|
+
<div #popoverWrapper *ngIf="visible" class="k-popover k-popup" [ngStyle]="{'width': width, 'height': height}">
|
|
1291
1291
|
<div class="k-popover-callout" [ngClass]="getCalloutPosition()" *ngIf="callout"></div>
|
|
1292
1292
|
|
|
1293
1293
|
<div class="k-popover-inner" *ngIf="callout; else noCallout">
|
|
@@ -1315,7 +1315,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1315
1315
|
</ng-container>
|
|
1316
1316
|
</div>
|
|
1317
1317
|
|
|
1318
|
-
<div *ngIf="actionsTemplate" class="k-popover-actions k-actions k-
|
|
1318
|
+
<div *ngIf="actionsTemplate" class="k-popover-actions k-actions k-actions-stretched k-actions-horizontal">
|
|
1319
1319
|
<ng-template *ngIf="actionsTemplate"
|
|
1320
1320
|
[ngTemplateOutlet]="actionsTemplate?.templateRef"
|
|
1321
1321
|
[ngTemplateOutletContext]="{ $implicit: anchor, data: contextData }">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-tooltip",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.4.0-develop.10",
|
|
4
4
|
"description": "Kendo UI Tooltip for Angular - A highly customizable and easily themeable tooltip from the creators developers trust for professional Angular components.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -25,15 +25,15 @@
|
|
|
25
25
|
"@angular/core": "13 - 16",
|
|
26
26
|
"@angular/platform-browser": "13 - 16",
|
|
27
27
|
"@progress/kendo-licensing": "^1.0.2",
|
|
28
|
-
"@progress/kendo-angular-common": "13.
|
|
29
|
-
"@progress/kendo-angular-l10n": "13.
|
|
30
|
-
"@progress/kendo-angular-popup": "13.
|
|
31
|
-
"@progress/kendo-angular-icons": "13.
|
|
28
|
+
"@progress/kendo-angular-common": "13.4.0-develop.10",
|
|
29
|
+
"@progress/kendo-angular-l10n": "13.4.0-develop.10",
|
|
30
|
+
"@progress/kendo-angular-popup": "13.4.0-develop.10",
|
|
31
|
+
"@progress/kendo-angular-icons": "13.4.0-develop.10",
|
|
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": "13.
|
|
36
|
+
"@progress/kendo-angular-schematics": "13.4.0-develop.10"
|
|
37
37
|
},
|
|
38
38
|
"schematics": "./schematics/collection.json",
|
|
39
39
|
"module": "fesm2015/progress-kendo-angular-tooltip.mjs",
|