@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.
- package/dist/lib/bundles/unovis-angular.umd.js +29 -3
- package/dist/lib/bundles/unovis-angular.umd.js.map +1 -1
- package/dist/lib/components/annotations/annotations.component.d.ts +49 -2
- package/dist/lib/components/annotations/annotations.module.d.ts +7 -0
- package/dist/lib/components.d.ts +2 -0
- package/dist/lib/esm2015/components/annotations/annotations.component.js +11 -5
- package/dist/lib/esm2015/components/annotations/annotations.module.js +18 -0
- package/dist/lib/esm2015/components.js +3 -1
- package/dist/lib/fesm2015/unovis-angular.js +25 -4
- package/dist/lib/fesm2015/unovis-angular.js.map +1 -1
- package/dist/lib/package.json +2 -3
- package/package.json +2 -3
|
@@ -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:
|
|
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:
|
|
460
|
+
providers: [{ provide: VisCoreComponent, useExisting: VisAnnotationsComponent }],
|
|
461
461
|
}]
|
|
462
|
-
}], propDecorators: {
|
|
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;
|