@lucca-front/ng 19.1.0 → 19.1.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.
- package/fesm2022/lucca-front-ng-dialog.mjs +2 -2
- package/fesm2022/lucca-front-ng-dialog.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-form-field.mjs +7 -2
- package/fesm2022/lucca-front-ng-form-field.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-forms.mjs +2 -2
- package/fesm2022/lucca-front-ng-forms.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-popup-employee.mjs +2 -2
- package/fesm2022/lucca-front-ng-popup-employee.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-tooltip.mjs +67 -34
- package/fesm2022/lucca-front-ng-tooltip.mjs.map +1 -1
- package/package.json +15 -15
- package/tooltip/trigger/tooltip-trigger.directive.d.ts +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lucca-front/ng",
|
|
3
|
-
"version": "19.1.
|
|
3
|
+
"version": "19.1.2",
|
|
4
4
|
"description": "A library of icons made by the team @Lucca",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"@angular/common": "^19.0.0",
|
|
27
27
|
"@angular/core": "^19.0.0",
|
|
28
28
|
"@angular/cdk": "^19.0.0",
|
|
29
|
-
"@lucca-front/icons": "19.1.
|
|
30
|
-
"@lucca-front/scss": "19.1.
|
|
29
|
+
"@lucca-front/icons": "19.1.2",
|
|
30
|
+
"@lucca-front/scss": "19.1.2",
|
|
31
31
|
"isomorphic-dompurify": "^2.17.0",
|
|
32
32
|
"date-fns": "^3.6.0",
|
|
33
33
|
"rxjs": "^7.8.0"
|
|
@@ -53,10 +53,6 @@
|
|
|
53
53
|
"types": "./animations/index.d.ts",
|
|
54
54
|
"default": "./fesm2022/lucca-front-ng-animations.mjs"
|
|
55
55
|
},
|
|
56
|
-
"./api": {
|
|
57
|
-
"types": "./api/index.d.ts",
|
|
58
|
-
"default": "./fesm2022/lucca-front-ng-api.mjs"
|
|
59
|
-
},
|
|
60
56
|
"./button": {
|
|
61
57
|
"types": "./button/index.d.ts",
|
|
62
58
|
"default": "./fesm2022/lucca-front-ng-button.mjs"
|
|
@@ -65,10 +61,6 @@
|
|
|
65
61
|
"types": "./core/index.d.ts",
|
|
66
62
|
"default": "./fesm2022/lucca-front-ng-core.mjs"
|
|
67
63
|
},
|
|
68
|
-
"./core-select": {
|
|
69
|
-
"types": "./core-select/index.d.ts",
|
|
70
|
-
"default": "./fesm2022/lucca-front-ng-core-select.mjs"
|
|
71
|
-
},
|
|
72
64
|
"./callout": {
|
|
73
65
|
"types": "./callout/index.d.ts",
|
|
74
66
|
"default": "./fesm2022/lucca-front-ng-callout.mjs"
|
|
@@ -77,6 +69,14 @@
|
|
|
77
69
|
"types": "./comment/index.d.ts",
|
|
78
70
|
"default": "./fesm2022/lucca-front-ng-comment.mjs"
|
|
79
71
|
},
|
|
72
|
+
"./core-select": {
|
|
73
|
+
"types": "./core-select/index.d.ts",
|
|
74
|
+
"default": "./fesm2022/lucca-front-ng-core-select.mjs"
|
|
75
|
+
},
|
|
76
|
+
"./api": {
|
|
77
|
+
"types": "./api/index.d.ts",
|
|
78
|
+
"default": "./fesm2022/lucca-front-ng-api.mjs"
|
|
79
|
+
},
|
|
80
80
|
"./date": {
|
|
81
81
|
"types": "./date/index.d.ts",
|
|
82
82
|
"default": "./fesm2022/lucca-front-ng-date.mjs"
|
|
@@ -129,14 +129,14 @@
|
|
|
129
129
|
"types": "./icon/index.d.ts",
|
|
130
130
|
"default": "./fesm2022/lucca-front-ng-icon.mjs"
|
|
131
131
|
},
|
|
132
|
-
"./inline-message": {
|
|
133
|
-
"types": "./inline-message/index.d.ts",
|
|
134
|
-
"default": "./fesm2022/lucca-front-ng-inline-message.mjs"
|
|
135
|
-
},
|
|
136
132
|
"./input": {
|
|
137
133
|
"types": "./input/index.d.ts",
|
|
138
134
|
"default": "./fesm2022/lucca-front-ng-input.mjs"
|
|
139
135
|
},
|
|
136
|
+
"./inline-message": {
|
|
137
|
+
"types": "./inline-message/index.d.ts",
|
|
138
|
+
"default": "./fesm2022/lucca-front-ng-inline-message.mjs"
|
|
139
|
+
},
|
|
140
140
|
"./link": {
|
|
141
141
|
"types": "./link/index.d.ts",
|
|
142
142
|
"default": "./fesm2022/lucca-front-ng-link.mjs"
|
|
@@ -29,6 +29,7 @@ export declare class LuTooltipTriggerDirective implements AfterContentInit, OnDe
|
|
|
29
29
|
private closeTooltip;
|
|
30
30
|
private setAccessibilityProperties;
|
|
31
31
|
ngAfterContentInit(): void;
|
|
32
|
+
private runOutsideZoneJS;
|
|
32
33
|
/**********************
|
|
33
34
|
*
|
|
34
35
|
* LEGACY STUFF TO HANDLE EXISTING POSITIONS
|