ngx-redi-core 1.1.8 → 1.2.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,5 +1,6 @@
1
+ export * from './src/models/classes/proceso-archivo-csv';
2
+ export * from './src/models/directives/drag-drop.directive';
3
+
1
4
 
2
5
  export * from './src/modules/redi-drag-drop.module';
3
- export * from './src/modules/redi-drag-drop/redi-drag-drop.component';
4
- export * from './src/models/classes/proceso-archivo-csv';
5
- export * from './src/models/directives/drag-drop.directive';
6
+ export * from './src/modules/redi-drag-drop/redi-drag-drop.component';
@@ -20,7 +20,8 @@ import { DragDropDirective } from '../models/directives/drag-drop.directive';
20
20
  MatRippleModule
21
21
  ],
22
22
  exports: [
23
- RediDragDropComponent
23
+ RediDragDropComponent,
24
+ DragDropDirective
24
25
  ]
25
26
  })
26
27
  export class RediDragDropModule { }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-redi-core",
3
- "version": "1.1.8",
3
+ "version": "1.2.0",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^15.2.9",
6
6
  "@angular/animations": "^15.2.9",