@leanix/components 0.4.695 → 0.4.697

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
@@ -120,7 +120,6 @@ export * from './lib/forms-ui/validators/date-in-foreseeable-future.validator';
120
120
  export * from './lib/forms-ui/validators/string-not-in-array.validator';
121
121
  export { LxDragAndDropListModule } from './lib/forms-ui/components/drag-and-drop-list/drag-and-drop-list.module';
122
122
  export * from './lib/modal-ui/modal.constants';
123
- export * from './lib/modal-ui/modal.module';
124
123
  export * from './lib/modal-ui/components/modal-footer/modal-footer.component';
125
124
  export * from './lib/modal-ui/components/modal-header/modal-header.component';
126
125
  export * from './lib/modal-ui/components/modal/modal.component';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.4.695",
3
+ "version": "0.4.697",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {
@@ -1,18 +0,0 @@
1
- import { ModalComponent } from './components/modal/modal.component';
2
- import { ModalContentDirective } from './directives/modal-content.directive';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "@angular/common";
5
- import * as i2 from "@angular/cdk/portal";
6
- import * as i3 from "@angular/cdk/overlay";
7
- import * as i4 from "@angular/cdk/a11y";
8
- import * as i5 from "@ngx-translate/core";
9
- import * as i6 from "./components/modal/modal.component";
10
- import * as i7 from "./components/modal-header/modal-header.component";
11
- import * as i8 from "./components/modal-footer/modal-footer.component";
12
- import * as i9 from "./directives/modal-content.directive";
13
- export declare const MODAL_MODULE_EXPORTS: (typeof ModalContentDirective | typeof ModalComponent)[];
14
- export declare class LxModalModule {
15
- static ɵfac: i0.ɵɵFactoryDeclaration<LxModalModule, never>;
16
- static ɵmod: i0.ɵɵNgModuleDeclaration<LxModalModule, never, [typeof i1.CommonModule, typeof i2.PortalModule, typeof i3.OverlayModule, typeof i4.A11yModule, typeof i5.TranslateModule, typeof i6.ModalComponent, typeof i7.ModalHeaderComponent, typeof i8.ModalFooterComponent, typeof i9.ModalContentDirective], [typeof i6.ModalComponent, typeof i7.ModalHeaderComponent, typeof i8.ModalFooterComponent, typeof i9.ModalContentDirective]>;
17
- static ɵinj: i0.ɵɵInjectorDeclaration<LxModalModule>;
18
- }