@progress/kendo-angular-tooltip 24.0.1 → 24.0.2-develop.2

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.
@@ -302,8 +302,8 @@ const packageMetadata = {
302
302
  productName: 'Kendo UI for Angular',
303
303
  productCode: 'KENDOUIANGULAR',
304
304
  productCodes: ['KENDOUIANGULAR'],
305
- publishDate: 1779374483,
306
- version: '24.0.1',
305
+ publishDate: 1779778399,
306
+ version: '24.0.2-develop.2',
307
307
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
308
308
  };
309
309
 
@@ -2574,11 +2574,11 @@ const KENDO_TOOLTIPS = [
2574
2574
  * import { TooltipModule } from '@progress/kendo-angular-tooltip';
2575
2575
  * import { NgModule } from '@angular/core';
2576
2576
  *
2577
- * @NgModule{{
2577
+ * @NgModule({
2578
2578
  * declarations: [AppComponent],
2579
2579
  * imports: [BrowserModule, TooltipModule],
2580
2580
  * bootstrap: [AppComponent]
2581
- * }}
2581
+ * })
2582
2582
  * export class AppModule {}
2583
2583
  * ```
2584
2584
  */
@@ -2640,11 +2640,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
2640
2640
  * import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
2641
2641
  * import { NgModule } from '@angular/core';
2642
2642
  *
2643
- * @NgModule{{
2643
+ * @NgModule({
2644
2644
  * declarations: [AppComponent],
2645
2645
  * imports: [BrowserModule, TooltipsModule],
2646
2646
  * bootstrap: [AppComponent]
2647
- * }}
2647
+ * })
2648
2648
  * export class AppModule {}
2649
2649
  * ```
2650
2650
  */
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1779374483,
11
- "version": "24.0.1",
10
+ "publishDate": 1779778399,
11
+ "version": "24.0.2-develop.2",
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-tooltip",
3
- "version": "24.0.1",
3
+ "version": "24.0.2-develop.2",
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",
@@ -36,7 +36,7 @@
36
36
  "package": {
37
37
  "productName": "Kendo UI for Angular",
38
38
  "productCode": "KENDOUIANGULAR",
39
- "publishDate": 1779374483,
39
+ "publishDate": 1779778399,
40
40
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
41
41
  }
42
42
  },
@@ -46,15 +46,15 @@
46
46
  "@angular/core": "19 - 21",
47
47
  "@angular/platform-browser": "19 - 21",
48
48
  "@progress/kendo-licensing": "^1.11.0",
49
- "@progress/kendo-angular-common": "24.0.1",
50
- "@progress/kendo-angular-l10n": "24.0.1",
51
- "@progress/kendo-angular-popup": "24.0.1",
52
- "@progress/kendo-angular-icons": "24.0.1",
49
+ "@progress/kendo-angular-common": "24.0.2-develop.2",
50
+ "@progress/kendo-angular-l10n": "24.0.2-develop.2",
51
+ "@progress/kendo-angular-popup": "24.0.2-develop.2",
52
+ "@progress/kendo-angular-icons": "24.0.2-develop.2",
53
53
  "rxjs": "^6.5.3 || ^7.0.0"
54
54
  },
55
55
  "dependencies": {
56
56
  "tslib": "^2.3.1",
57
- "@progress/kendo-angular-schematics": "24.0.1"
57
+ "@progress/kendo-angular-schematics": "24.0.2-develop.2"
58
58
  },
59
59
  "schematics": "./schematics/collection.json",
60
60
  "module": "fesm2022/progress-kendo-angular-tooltip.mjs",
@@ -15,11 +15,11 @@ import * as i3 from "./localization/localized-messages.directive";
15
15
  * import { TooltipModule } from '@progress/kendo-angular-tooltip';
16
16
  * import { NgModule } from '@angular/core';
17
17
  *
18
- * @NgModule{{
18
+ * @NgModule({
19
19
  * declarations: [AppComponent],
20
20
  * imports: [BrowserModule, TooltipModule],
21
21
  * bootstrap: [AppComponent]
22
- * }}
22
+ * })
23
23
  * export class AppModule {}
24
24
  * ```
25
25
  */
@@ -22,11 +22,11 @@ import * as i9 from "./popover/container.directive";
22
22
  * import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
23
23
  * import { NgModule } from '@angular/core';
24
24
  *
25
- * @NgModule{{
25
+ * @NgModule({
26
26
  * declarations: [AppComponent],
27
27
  * imports: [BrowserModule, TooltipsModule],
28
28
  * bootstrap: [AppComponent]
29
- * }}
29
+ * })
30
30
  * export class AppModule {}
31
31
  * ```
32
32
  */