@progress/kendo-angular-tooltip 25.0.0-develop.16 → 25.0.0-develop.18

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.
@@ -6,7 +6,7 @@ import * as i0 from '@angular/core';
6
6
  import { forwardRef, Input, Directive, Optional, isDevMode, EventEmitter, signal, afterNextRender, HostBinding, ContentChild, ViewChild, Output, ChangeDetectionStrategy, Component, ElementRef, ChangeDetectorRef, Injectable, InjectionToken, Inject, NgModule } from '@angular/core';
7
7
  import * as i1 from '@progress/kendo-angular-l10n';
8
8
  import { ComponentMessages, LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
9
- import { PreventableEvent, focusableSelector, Keys, isDocumentAvailable, closest, hasObservers, ResizeBatchService } from '@progress/kendo-angular-common';
9
+ import { PreventableEvent, focusableSelector, Keys, isDocumentAvailable, closest, hasObservers, provideComponentName, ResizeBatchService } from '@progress/kendo-angular-common';
10
10
  import * as i1$1 from '@progress/kendo-angular-popup';
11
11
  import { PopupService } from '@progress/kendo-angular-popup';
12
12
  import { auditTime, take, filter } from 'rxjs/operators';
@@ -302,8 +302,8 @@ const packageMetadata = {
302
302
  productName: 'Kendo UI for Angular',
303
303
  productCode: 'KENDOUIANGULAR',
304
304
  productCodes: ['KENDOUIANGULAR'],
305
- publishDate: 1785489724,
306
- version: '25.0.0-develop.16',
305
+ publishDate: 1785502198,
306
+ version: '25.0.0-develop.18',
307
307
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
308
308
  };
309
309
 
@@ -1878,7 +1878,8 @@ class TooltipContentComponent {
1878
1878
  {
1879
1879
  provide: L10N_PREFIX,
1880
1880
  useValue: 'kendo.tooltip'
1881
- }
1881
+ },
1882
+ provideComponentName('tooltip')
1882
1883
  ], ngImport: i0, template: `
1883
1884
  <ng-container kendoTooltipLocalizedMessages
1884
1885
  i18n-closeTitle="kendo.tooltip.closeTitle|The title of the close button"
@@ -1977,7 +1978,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImpo
1977
1978
  {
1978
1979
  provide: L10N_PREFIX,
1979
1980
  useValue: 'kendo.tooltip'
1980
- }
1981
+ },
1982
+ provideComponentName('tooltip')
1981
1983
  ],
1982
1984
  standalone: true,
1983
1985
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1785489724,
11
- "version": "25.0.0-develop.16",
10
+ "publishDate": 1785502198,
11
+ "version": "25.0.0-develop.18",
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": "25.0.0-develop.16",
3
+ "version": "25.0.0-develop.18",
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": 1785489724,
39
+ "publishDate": 1785502198,
40
40
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
41
41
  }
42
42
  },
@@ -46,15 +46,15 @@
46
46
  "@angular/core": "20 - 22",
47
47
  "@angular/platform-browser": "20 - 22",
48
48
  "@progress/kendo-licensing": "^1.11.0",
49
- "@progress/kendo-angular-common": "25.0.0-develop.16",
50
- "@progress/kendo-angular-l10n": "25.0.0-develop.16",
51
- "@progress/kendo-angular-popup": "25.0.0-develop.16",
52
- "@progress/kendo-angular-icons": "25.0.0-develop.16",
49
+ "@progress/kendo-angular-common": "25.0.0-develop.18",
50
+ "@progress/kendo-angular-l10n": "25.0.0-develop.18",
51
+ "@progress/kendo-angular-popup": "25.0.0-develop.18",
52
+ "@progress/kendo-angular-icons": "25.0.0-develop.18",
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": "25.0.0-develop.16"
57
+ "@progress/kendo-angular-schematics": "25.0.0-develop.18"
58
58
  },
59
59
  "schematics": "./schematics/collection.json",
60
60
  "module": "fesm2022/progress-kendo-angular-tooltip.mjs",