@leanix/components 0.4.681 → 0.4.683
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/index.d.ts
CHANGED
|
@@ -125,7 +125,6 @@ export * from './lib/modal-ui/components/modal-footer/modal-footer.component';
|
|
|
125
125
|
export * from './lib/modal-ui/components/modal-header/modal-header.component';
|
|
126
126
|
export * from './lib/modal-ui/components/modal/modal.component';
|
|
127
127
|
export * from './lib/modal-ui/directives/modal-content.directive';
|
|
128
|
-
export * from './lib/popover-ui/popover-ui.module';
|
|
129
128
|
export * from './lib/popover-ui/components/popover/popover.component';
|
|
130
129
|
export * from './lib/popover-ui/directives/popover-click.directive';
|
|
131
130
|
export * from './lib/popover-ui/directives/popover-content.directive';
|
package/package.json
CHANGED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "@ncstate/sat-popover";
|
|
4
|
-
import * as i3 from "./directives/popover-hover.directive";
|
|
5
|
-
import * as i4 from "./directives/popover-click.directive";
|
|
6
|
-
import * as i5 from "./components/popover/popover.component";
|
|
7
|
-
import * as i6 from "./directives/popover-content.directive";
|
|
8
|
-
export declare class LxPopoverUiModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LxPopoverUiModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LxPopoverUiModule, never, [typeof i1.CommonModule, typeof i2.SatPopoverModule, typeof i3.PopoverHoverDirective, typeof i4.PopoverClickDirective, typeof i5.PopoverComponent, typeof i6.PopoverContentDirective], [typeof i2.SatPopoverModule, typeof i4.PopoverClickDirective, typeof i3.PopoverHoverDirective, typeof i5.PopoverComponent, typeof i6.PopoverContentDirective]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<LxPopoverUiModule>;
|
|
12
|
-
}
|