@lucca-front/ng 21.3.0-rc.2 → 21.3.0-rc.4
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-empty-state.mjs +2 -2
- package/fesm2022/lucca-front-ng-empty-state.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-form-field.mjs +6 -5
- package/fesm2022/lucca-front-ng-form-field.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-highlight-text.mjs +5 -5
- package/fesm2022/lucca-front-ng-highlight-text.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-input.mjs +1 -1
- package/fesm2022/lucca-front-ng-input.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-option.mjs +2 -2
- package/fesm2022/lucca-front-ng-option.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-tooltip.mjs +157 -100
- package/fesm2022/lucca-front-ng-tooltip.mjs.map +1 -1
- package/package.json +6 -5
- package/types/lucca-front-ng-form-field.d.ts +2 -1
- package/types/lucca-front-ng-highlight-text.d.ts +4 -4
- package/types/lucca-front-ng-input.d.ts +1 -1
- package/types/lucca-front-ng-option.d.ts +2 -2
- package/types/lucca-front-ng-tooltip.d.ts +2 -2
|
@@ -55,7 +55,7 @@ declare class LuTooltipTriggerDirective implements OnDestroy {
|
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
/**
|
|
58
|
-
* @deprecated use `LuTooltipTriggerDirective
|
|
58
|
+
* @deprecated use `LuTooltipTriggerDirective` instead
|
|
59
59
|
*/
|
|
60
60
|
declare class LuTooltipTriggerModule {
|
|
61
61
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<LuTooltipTriggerModule, never>;
|
|
@@ -64,7 +64,7 @@ declare class LuTooltipTriggerModule {
|
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
/**
|
|
67
|
-
* @deprecated use `LuTooltipTriggerDirective,
|
|
67
|
+
* @deprecated use `LuTooltipTriggerDirective, LuTooltipPanelComponent` instead
|
|
68
68
|
*/
|
|
69
69
|
declare class LuTooltipModule {
|
|
70
70
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<LuTooltipModule, never>;
|