cps-ui-kit 19.2.0 → 19.4.0
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { OnDestroy } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
/**
|
|
4
4
|
* CpsTooltipPosition is used to define the position of the tooltip.
|
|
@@ -15,8 +15,6 @@ export type CpsTooltipOpenOn = 'hover' | 'click' | 'focus';
|
|
|
15
15
|
* @group Components
|
|
16
16
|
*/
|
|
17
17
|
export declare class CpsTooltipDirective implements OnDestroy {
|
|
18
|
-
private _elementRef;
|
|
19
|
-
private document;
|
|
20
18
|
/**
|
|
21
19
|
* Tooltip text or html to show.
|
|
22
20
|
* @group Props
|
|
@@ -71,7 +69,10 @@ export declare class CpsTooltipDirective implements OnDestroy {
|
|
|
71
69
|
private _showTimeout?;
|
|
72
70
|
private _hideTimeout?;
|
|
73
71
|
private window;
|
|
74
|
-
|
|
72
|
+
private _elementRef;
|
|
73
|
+
private _document;
|
|
74
|
+
private _domSanitizer;
|
|
75
|
+
constructor();
|
|
75
76
|
ngOnDestroy(): void;
|
|
76
77
|
private _createTooltip;
|
|
77
78
|
private _destroyTooltip;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cps-ui-kit",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.4.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^19.1.0",
|
|
6
6
|
"@angular/core": "^19.1.0",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"@types/lodash-es": "^4.17.12",
|
|
11
11
|
"lodash-es": "^4.17.21",
|
|
12
12
|
"primeng": "^19.0.5",
|
|
13
|
-
"xlsx": "^0.
|
|
13
|
+
"@e965/xlsx": "^0.20.3"
|
|
14
14
|
},
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|