@progress/kendo-angular-tooltip 17.0.0-develop.35 → 17.0.0-develop.37
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: '17.0.0-develop.
|
|
12
|
+
publishDate: 1730722780,
|
|
13
|
+
version: '17.0.0-develop.37',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -303,8 +303,8 @@ const packageMetadata = {
|
|
|
303
303
|
name: '@progress/kendo-angular-tooltip',
|
|
304
304
|
productName: 'Kendo UI for Angular',
|
|
305
305
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
306
|
-
publishDate:
|
|
307
|
-
version: '17.0.0-develop.
|
|
306
|
+
publishDate: 1730722780,
|
|
307
|
+
version: '17.0.0-develop.37',
|
|
308
308
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
309
309
|
};
|
|
310
310
|
|
|
@@ -985,7 +985,6 @@ class PopoverDirectivesBase {
|
|
|
985
985
|
popupAlign,
|
|
986
986
|
anchorAlign,
|
|
987
987
|
margin: popupMargin,
|
|
988
|
-
popupClass: 'k-popup-transparent',
|
|
989
988
|
collision: { horizontal: 'fit', vertical: 'fit' }
|
|
990
989
|
});
|
|
991
990
|
const popupInstance = this.popupRef.content.instance;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-tooltip",
|
|
3
|
-
"version": "17.0.0-develop.
|
|
3
|
+
"version": "17.0.0-develop.37",
|
|
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": "16 - 18",
|
|
26
26
|
"@angular/platform-browser": "16 - 18",
|
|
27
27
|
"@progress/kendo-licensing": "^1.0.2",
|
|
28
|
-
"@progress/kendo-angular-common": "17.0.0-develop.
|
|
29
|
-
"@progress/kendo-angular-l10n": "17.0.0-develop.
|
|
30
|
-
"@progress/kendo-angular-popup": "17.0.0-develop.
|
|
31
|
-
"@progress/kendo-angular-icons": "17.0.0-develop.
|
|
28
|
+
"@progress/kendo-angular-common": "17.0.0-develop.37",
|
|
29
|
+
"@progress/kendo-angular-l10n": "17.0.0-develop.37",
|
|
30
|
+
"@progress/kendo-angular-popup": "17.0.0-develop.37",
|
|
31
|
+
"@progress/kendo-angular-icons": "17.0.0-develop.37",
|
|
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": "17.0.0-develop.
|
|
36
|
+
"@progress/kendo-angular-schematics": "17.0.0-develop.37"
|
|
37
37
|
},
|
|
38
38
|
"schematics": "./schematics/collection.json",
|
|
39
39
|
"module": "fesm2022/progress-kendo-angular-tooltip.mjs",
|