@veloceapps/sdk 8.0.0-112 → 8.0.0-114

Sign up to get free protection for your applications and to get access to all the features.
@@ -21,6 +21,7 @@ import { DragDropModule } from '@angular/cdk/drag-drop';
21
21
  import { ScrollingModule } from '@angular/cdk/scrolling';
22
22
  import * as angularForms from '@angular/forms';
23
23
  import { FormsModule, ReactiveFormsModule } from '@angular/forms';
24
+ import { DataSource } from '@angular/cdk/collections';
24
25
  import * as rxjsOperators from 'rxjs/operators';
25
26
  import * as sass from 'sass';
26
27
  import { transform } from '@babel/standalone';
@@ -1653,6 +1654,9 @@ const vendorMap = {
1653
1654
  ...VELOCE_LIBS_BACKWARDS_COMPATIBLE,
1654
1655
  '@angular/core': i0,
1655
1656
  '@angular/forms': angularForms,
1657
+ '@angular/cdk/collections': {
1658
+ DataSource,
1659
+ },
1656
1660
  rxjs: rxjs,
1657
1661
  'rxjs/operators': rxjsOperators,
1658
1662
  lodash: lodash,