@unovis/angular 1.4.0-beta.3 → 1.4.0-beta.5

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.
@@ -438,8 +438,8 @@
438
438
  (_b = this.componentContainer) === null || _b === void 0 ? void 0 : _b.render();
439
439
  };
440
440
  VisAnnotationsComponent.prototype.getConfig = function () {
441
- var items = this.items;
442
- var config = { items: items };
441
+ var _c = this, duration = _c.duration, events = _c.events, attributes = _c.attributes, items = _c.items;
442
+ var config = { duration: duration, events: events, attributes: attributes, items: items };
443
443
  var keys = Object.keys(config);
444
444
  keys.forEach(function (key) {
445
445
  if (config[key] === undefined)
@@ -450,7 +450,7 @@
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: VisGenericComponent, 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: [{
@@ -459,7 +459,13 @@
459
459
  // eslint-disable-next-line no-use-before-define
460
460
  providers: [{ provide: VisGenericComponent, 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() {
@@ -1053,8 +1077,8 @@
1053
1077
  (_c = this.componentContainer) === null || _c === void 0 ? void 0 : _c.render();
1054
1078
  };
1055
1079
  VisChordDiagramComponent.prototype.getConfig = function () {
1056
- var _d = this, duration = _d.duration, events = _d.events, attributes = _d.attributes, highlightedNodeId = _d.highlightedNodeId, highlightedLinkIds = _d.highlightedLinkIds, linkColor = _d.linkColor, linkValue = _d.linkValue, nodeLevels = _d.nodeLevels, nodeWidth = _d.nodeWidth, nodeColor = _d.nodeColor, nodeLabel = _d.nodeLabel, nodeLabelColor = _d.nodeLabelColor, nodeLabelAlignment = _d.nodeLabelAlignment, padAngle = _d.padAngle, cornerRadius = _d.cornerRadius, angleRange = _d.angleRange, radiusScaleExponent = _d.radiusScaleExponent;
1057
- var config = { duration: duration, events: events, attributes: attributes, highlightedNodeId: highlightedNodeId, highlightedLinkIds: highlightedLinkIds, linkColor: linkColor, linkValue: linkValue, nodeLevels: nodeLevels, nodeWidth: nodeWidth, nodeColor: nodeColor, nodeLabel: nodeLabel, nodeLabelColor: nodeLabelColor, nodeLabelAlignment: nodeLabelAlignment, padAngle: padAngle, cornerRadius: cornerRadius, angleRange: angleRange, radiusScaleExponent: radiusScaleExponent };
1080
+ var _d = this, duration = _d.duration, events = _d.events, attributes = _d.attributes, angleRange = _d.angleRange, cornerRadius = _d.cornerRadius, highlightedNodeId = _d.highlightedNodeId, highlightedLinkIds = _d.highlightedLinkIds, linkColor = _d.linkColor, linkValue = _d.linkValue, nodeLevels = _d.nodeLevels, nodeWidth = _d.nodeWidth, nodeColor = _d.nodeColor, nodeLabel = _d.nodeLabel, nodeLabelColor = _d.nodeLabelColor, nodeLabelAlignment = _d.nodeLabelAlignment, padAngle = _d.padAngle, radiusScaleExponent = _d.radiusScaleExponent;
1081
+ var config = { duration: duration, events: events, attributes: attributes, angleRange: angleRange, cornerRadius: cornerRadius, highlightedNodeId: highlightedNodeId, highlightedLinkIds: highlightedLinkIds, linkColor: linkColor, linkValue: linkValue, nodeLevels: nodeLevels, nodeWidth: nodeWidth, nodeColor: nodeColor, nodeLabel: nodeLabel, nodeLabelColor: nodeLabelColor, nodeLabelAlignment: nodeLabelAlignment, padAngle: padAngle, radiusScaleExponent: radiusScaleExponent };
1058
1082
  var keys = Object.keys(config);
1059
1083
  keys.forEach(function (key) {
1060
1084
  if (config[key] === undefined)
@@ -1065,7 +1089,7 @@
1065
1089
  return VisChordDiagramComponent;
1066
1090
  }());
1067
1091
  VisChordDiagramComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisChordDiagramComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
1068
- VisChordDiagramComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisChordDiagramComponent, selector: "vis-chord-diagram", inputs: { duration: "duration", events: "events", attributes: "attributes", highlightedNodeId: "highlightedNodeId", highlightedLinkIds: "highlightedLinkIds", linkColor: "linkColor", linkValue: "linkValue", nodeLevels: "nodeLevels", nodeWidth: "nodeWidth", nodeColor: "nodeColor", nodeLabel: "nodeLabel", nodeLabelColor: "nodeLabelColor", nodeLabelAlignment: "nodeLabelAlignment", padAngle: "padAngle", cornerRadius: "cornerRadius", angleRange: "angleRange", radiusScaleExponent: "radiusScaleExponent", data: "data" }, providers: [{ provide: VisCoreComponent, useExisting: VisChordDiagramComponent }], usesOnChanges: true, ngImport: i0__namespace, template: '', isInline: true });
1092
+ VisChordDiagramComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisChordDiagramComponent, selector: "vis-chord-diagram", inputs: { duration: "duration", events: "events", attributes: "attributes", angleRange: "angleRange", cornerRadius: "cornerRadius", highlightedNodeId: "highlightedNodeId", highlightedLinkIds: "highlightedLinkIds", linkColor: "linkColor", linkValue: "linkValue", nodeLevels: "nodeLevels", nodeWidth: "nodeWidth", nodeColor: "nodeColor", nodeLabel: "nodeLabel", nodeLabelColor: "nodeLabelColor", nodeLabelAlignment: "nodeLabelAlignment", padAngle: "padAngle", radiusScaleExponent: "radiusScaleExponent", data: "data" }, providers: [{ provide: VisCoreComponent, useExisting: VisChordDiagramComponent }], usesOnChanges: true, ngImport: i0__namespace, template: '', isInline: true });
1069
1093
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisChordDiagramComponent, decorators: [{
1070
1094
  type: i0.Component,
1071
1095
  args: [{
@@ -1080,6 +1104,10 @@
1080
1104
  type: i0.Input
1081
1105
  }], attributes: [{
1082
1106
  type: i0.Input
1107
+ }], angleRange: [{
1108
+ type: i0.Input
1109
+ }], cornerRadius: [{
1110
+ type: i0.Input
1083
1111
  }], highlightedNodeId: [{
1084
1112
  type: i0.Input
1085
1113
  }], highlightedLinkIds: [{
@@ -1102,10 +1130,6 @@
1102
1130
  type: i0.Input
1103
1131
  }], padAngle: [{
1104
1132
  type: i0.Input
1105
- }], cornerRadius: [{
1106
- type: i0.Input
1107
- }], angleRange: [{
1108
- type: i0.Input
1109
1133
  }], radiusScaleExponent: [{
1110
1134
  type: i0.Input
1111
1135
  }], data: [{
@@ -1831,8 +1855,8 @@
1831
1855
  (_c = this.componentContainer) === null || _c === void 0 ? void 0 : _c.render();
1832
1856
  };
1833
1857
  VisNestedDonutComponent.prototype.getConfig = function () {
1834
- var _d = this, duration = _d.duration, events = _d.events, attributes = _d.attributes, angleRange = _d.angleRange, direction = _d.direction, value = _d.value, centralLabel = _d.centralLabel, centralSubLabel = _d.centralSubLabel, centralSubLabelWrap = _d.centralSubLabelWrap, showBackground = _d.showBackground, sort = _d.sort, layers = _d.layers, layerSettings = _d.layerSettings, layerPadding = _d.layerPadding, cornerRadius = _d.cornerRadius, emptySegmentAngle = _d.emptySegmentAngle, hideOverflowingSegmentLabels = _d.hideOverflowingSegmentLabels, segmentColor = _d.segmentColor, segmentLabel = _d.segmentLabel, segmentLabelColor = _d.segmentLabelColor, showEmptySegments = _d.showEmptySegments;
1835
- var config = { duration: duration, events: events, attributes: attributes, angleRange: angleRange, direction: direction, value: value, centralLabel: centralLabel, centralSubLabel: centralSubLabel, centralSubLabelWrap: centralSubLabelWrap, showBackground: showBackground, sort: sort, layers: layers, layerSettings: layerSettings, layerPadding: layerPadding, cornerRadius: cornerRadius, emptySegmentAngle: emptySegmentAngle, hideOverflowingSegmentLabels: hideOverflowingSegmentLabels, segmentColor: segmentColor, segmentLabel: segmentLabel, segmentLabelColor: segmentLabelColor, showEmptySegments: showEmptySegments };
1858
+ var _d = this, duration = _d.duration, events = _d.events, attributes = _d.attributes, angleRange = _d.angleRange, direction = _d.direction, value = _d.value, centralLabel = _d.centralLabel, centralSubLabel = _d.centralSubLabel, centralSubLabelWrap = _d.centralSubLabelWrap, showBackground = _d.showBackground, sort = _d.sort, layers = _d.layers, layerSettings = _d.layerSettings, layerPadding = _d.layerPadding, cornerRadius = _d.cornerRadius, emptySegmentAngle = _d.emptySegmentAngle, hideOverflowingSegmentLabels = _d.hideOverflowingSegmentLabels, segmentColor = _d.segmentColor, segmentLabel = _d.segmentLabel, segmentLabelColor = _d.segmentLabelColor, showEmptySegments = _d.showEmptySegments, showSegmentLabels = _d.showSegmentLabels;
1859
+ var config = { duration: duration, events: events, attributes: attributes, angleRange: angleRange, direction: direction, value: value, centralLabel: centralLabel, centralSubLabel: centralSubLabel, centralSubLabelWrap: centralSubLabelWrap, showBackground: showBackground, sort: sort, layers: layers, layerSettings: layerSettings, layerPadding: layerPadding, cornerRadius: cornerRadius, emptySegmentAngle: emptySegmentAngle, hideOverflowingSegmentLabels: hideOverflowingSegmentLabels, segmentColor: segmentColor, segmentLabel: segmentLabel, segmentLabelColor: segmentLabelColor, showEmptySegments: showEmptySegments, showSegmentLabels: showSegmentLabels };
1836
1860
  var keys = Object.keys(config);
1837
1861
  keys.forEach(function (key) {
1838
1862
  if (config[key] === undefined)
@@ -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;