@unovis/angular 1.4.0-beta.2 → 1.4.0-beta.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.
@@ -450,16 +450,22 @@
450
450
  return VisAnnotationsComponent;
451
451
  }());
452
452
  VisAnnotationsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisAnnotationsComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
453
- VisAnnotationsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisAnnotationsComponent, selector: "vis-annotations", inputs: { items: "items" }, providers: [{ provide: VisGenericComponent, useExisting: VisAnnotationsComponent }], usesOnChanges: true, ngImport: i0__namespace, template: '', isInline: true });
453
+ VisAnnotationsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisAnnotationsComponent, selector: "vis-annotations", inputs: { duration: "duration", events: "events", attributes: "attributes", items: "items" }, providers: [{ provide: VisCoreComponent, useExisting: VisAnnotationsComponent }], usesOnChanges: true, ngImport: i0__namespace, template: '', isInline: true });
454
454
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisAnnotationsComponent, decorators: [{
455
455
  type: i0.Component,
456
456
  args: [{
457
457
  selector: 'vis-annotations',
458
458
  template: '',
459
459
  // eslint-disable-next-line no-use-before-define
460
- providers: [{ provide: VisGenericComponent, useExisting: VisAnnotationsComponent }],
460
+ providers: [{ provide: VisCoreComponent, useExisting: VisAnnotationsComponent }],
461
461
  }]
462
- }], propDecorators: { items: [{
462
+ }], propDecorators: { duration: [{
463
+ type: i0.Input
464
+ }], events: [{
465
+ type: i0.Input
466
+ }], attributes: [{
467
+ type: i0.Input
468
+ }], items: [{
463
469
  type: i0.Input
464
470
  }] } });
465
471
 
@@ -828,6 +834,24 @@
828
834
  }]
829
835
  }] });
830
836
 
837
+ // !!! This code was automatically generated. You should not change it !!!
838
+ var VisAnnotationsModule = /** @class */ (function () {
839
+ function VisAnnotationsModule() {
840
+ }
841
+ return VisAnnotationsModule;
842
+ }());
843
+ VisAnnotationsModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisAnnotationsModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
844
+ VisAnnotationsModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisAnnotationsModule, declarations: [VisAnnotationsComponent], exports: [VisAnnotationsComponent] });
845
+ VisAnnotationsModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisAnnotationsModule, imports: [[]] });
846
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisAnnotationsModule, decorators: [{
847
+ type: i0.NgModule,
848
+ args: [{
849
+ imports: [],
850
+ declarations: [VisAnnotationsComponent],
851
+ exports: [VisAnnotationsComponent],
852
+ }]
853
+ }] });
854
+
831
855
  // !!! This code was automatically generated. You should not change it !!!
832
856
  var VisAxisComponent = /** @class */ (function () {
833
857
  function VisAxisComponent() {
@@ -3063,6 +3087,8 @@
3063
3087
  * Generated bundle index. Do not edit.
3064
3088
  */
3065
3089
 
3090
+ exports.VisAnnotationsComponent = VisAnnotationsComponent;
3091
+ exports.VisAnnotationsModule = VisAnnotationsModule;
3066
3092
  exports.VisAreaComponent = VisAreaComponent;
3067
3093
  exports.VisAreaModule = VisAreaModule;
3068
3094
  exports.VisAxisComponent = VisAxisComponent;