@unovis/angular 1.2.2-beta.3 → 1.2.2-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.
- package/dist/lib/bundles/unovis-angular.umd.js +18 -74
- package/dist/lib/bundles/unovis-angular.umd.js.map +1 -1
- package/dist/lib/components/axis/axis.component.d.ts +2 -23
- package/dist/lib/components/brush/brush.component.d.ts +2 -23
- package/dist/lib/components/crosshair/crosshair.component.d.ts +2 -23
- package/dist/lib/components/free-brush/free-brush.component.d.ts +2 -23
- package/dist/lib/components/graph/graph.component.d.ts +4 -1
- package/dist/lib/components/sankey/sankey.component.d.ts +4 -1
- package/dist/lib/components/timeline/timeline.component.d.ts +1 -3
- package/dist/lib/esm2015/components/axis/axis.component.js +4 -18
- package/dist/lib/esm2015/components/brush/brush.component.js +5 -19
- package/dist/lib/esm2015/components/crosshair/crosshair.component.js +4 -18
- package/dist/lib/esm2015/components/free-brush/free-brush.component.js +5 -19
- package/dist/lib/esm2015/components/graph/graph.component.js +1 -1
- package/dist/lib/esm2015/components/sankey/sankey.component.js +1 -1
- package/dist/lib/esm2015/components/timeline/timeline.component.js +4 -6
- package/dist/lib/esm2015/html-components/bullet-legend/bullet-legend.component.js +4 -2
- package/dist/lib/fesm2015/unovis-angular.js +18 -74
- package/dist/lib/fesm2015/unovis-angular.js.map +1 -1
- package/dist/lib/html-components/bullet-legend/bullet-legend.component.d.ts +4 -2
- package/dist/lib/package.json +4 -3
- package/package.json +11 -5
|
@@ -898,8 +898,8 @@
|
|
|
898
898
|
(_c = this.componentContainer) === null || _c === void 0 ? void 0 : _c.render();
|
|
899
899
|
};
|
|
900
900
|
VisAxisComponent.prototype.getConfig = function () {
|
|
901
|
-
var _d = this, duration = _d.duration, events = _d.events, attributes = _d.attributes,
|
|
902
|
-
var config = { duration: duration, events: events, attributes: attributes,
|
|
901
|
+
var _d = this, duration = _d.duration, events = _d.events, attributes = _d.attributes, position = _d.position, type = _d.type, fullSize = _d.fullSize, label = _d.label, labelFontSize = _d.labelFontSize, labelMargin = _d.labelMargin, labelColor = _d.labelColor, gridLine = _d.gridLine, tickLine = _d.tickLine, domainLine = _d.domainLine, minMaxTicksOnly = _d.minMaxTicksOnly, tickFormat = _d.tickFormat, tickValues = _d.tickValues, numTicks = _d.numTicks, tickTextFitMode = _d.tickTextFitMode, tickTextWidth = _d.tickTextWidth, tickTextSeparator = _d.tickTextSeparator, tickTextForceWordBreak = _d.tickTextForceWordBreak, tickTextTrimType = _d.tickTextTrimType, tickTextFontSize = _d.tickTextFontSize, tickTextAlign = _d.tickTextAlign, tickTextColor = _d.tickTextColor, tickPadding = _d.tickPadding;
|
|
902
|
+
var config = { duration: duration, events: events, attributes: attributes, position: position, type: type, fullSize: fullSize, label: label, labelFontSize: labelFontSize, labelMargin: labelMargin, labelColor: labelColor, gridLine: gridLine, tickLine: tickLine, domainLine: domainLine, minMaxTicksOnly: minMaxTicksOnly, tickFormat: tickFormat, tickValues: tickValues, numTicks: numTicks, tickTextFitMode: tickTextFitMode, tickTextWidth: tickTextWidth, tickTextSeparator: tickTextSeparator, tickTextForceWordBreak: tickTextForceWordBreak, tickTextTrimType: tickTextTrimType, tickTextFontSize: tickTextFontSize, tickTextAlign: tickTextAlign, tickTextColor: tickTextColor, tickPadding: tickPadding };
|
|
903
903
|
var keys = Object.keys(config);
|
|
904
904
|
keys.forEach(function (key) {
|
|
905
905
|
if (config[key] === undefined)
|
|
@@ -910,7 +910,7 @@
|
|
|
910
910
|
return VisAxisComponent;
|
|
911
911
|
}());
|
|
912
912
|
VisAxisComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisAxisComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
913
|
-
VisAxisComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisAxisComponent, selector: "vis-axis", inputs: { duration: "duration", events: "events", attributes: "attributes",
|
|
913
|
+
VisAxisComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisAxisComponent, selector: "vis-axis", inputs: { duration: "duration", events: "events", attributes: "attributes", position: "position", type: "type", fullSize: "fullSize", label: "label", labelFontSize: "labelFontSize", labelMargin: "labelMargin", labelColor: "labelColor", gridLine: "gridLine", tickLine: "tickLine", domainLine: "domainLine", minMaxTicksOnly: "minMaxTicksOnly", tickFormat: "tickFormat", tickValues: "tickValues", numTicks: "numTicks", tickTextFitMode: "tickTextFitMode", tickTextWidth: "tickTextWidth", tickTextSeparator: "tickTextSeparator", tickTextForceWordBreak: "tickTextForceWordBreak", tickTextTrimType: "tickTextTrimType", tickTextFontSize: "tickTextFontSize", tickTextAlign: "tickTextAlign", tickTextColor: "tickTextColor", tickPadding: "tickPadding", data: "data" }, providers: [{ provide: VisXYComponent, useExisting: VisAxisComponent }], usesOnChanges: true, ngImport: i0__namespace, template: '', isInline: true });
|
|
914
914
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisAxisComponent, decorators: [{
|
|
915
915
|
type: i0.Component,
|
|
916
916
|
args: [{
|
|
@@ -925,20 +925,6 @@
|
|
|
925
925
|
type: i0.Input
|
|
926
926
|
}], attributes: [{
|
|
927
927
|
type: i0.Input
|
|
928
|
-
}], x: [{
|
|
929
|
-
type: i0.Input
|
|
930
|
-
}], y: [{
|
|
931
|
-
type: i0.Input
|
|
932
|
-
}], id: [{
|
|
933
|
-
type: i0.Input
|
|
934
|
-
}], color: [{
|
|
935
|
-
type: i0.Input
|
|
936
|
-
}], xScale: [{
|
|
937
|
-
type: i0.Input
|
|
938
|
-
}], yScale: [{
|
|
939
|
-
type: i0.Input
|
|
940
|
-
}], excludeFromDomainCalculation: [{
|
|
941
|
-
type: i0.Input
|
|
942
928
|
}], position: [{
|
|
943
929
|
type: i0.Input
|
|
944
930
|
}], type: [{
|
|
@@ -1028,8 +1014,8 @@
|
|
|
1028
1014
|
(_c = this.componentContainer) === null || _c === void 0 ? void 0 : _c.render();
|
|
1029
1015
|
};
|
|
1030
1016
|
VisBrushComponent.prototype.getConfig = function () {
|
|
1031
|
-
var _d = this, duration = _d.duration, events = _d.events, attributes = _d.attributes,
|
|
1032
|
-
var config = { duration: duration, events: events, attributes: attributes,
|
|
1017
|
+
var _d = this, duration = _d.duration, events = _d.events, attributes = _d.attributes, onBrush = _d.onBrush, onBrushStart = _d.onBrushStart, onBrushMove = _d.onBrushMove, onBrushEnd = _d.onBrushEnd, handleWidth = _d.handleWidth, selection = _d.selection, draggable = _d.draggable, handlePosition = _d.handlePosition, selectionMinLength = _d.selectionMinLength;
|
|
1018
|
+
var config = { duration: duration, events: events, attributes: attributes, onBrush: onBrush, onBrushStart: onBrushStart, onBrushMove: onBrushMove, onBrushEnd: onBrushEnd, handleWidth: handleWidth, selection: selection, draggable: draggable, handlePosition: handlePosition, selectionMinLength: selectionMinLength };
|
|
1033
1019
|
var keys = Object.keys(config);
|
|
1034
1020
|
keys.forEach(function (key) {
|
|
1035
1021
|
if (config[key] === undefined)
|
|
@@ -1040,7 +1026,7 @@
|
|
|
1040
1026
|
return VisBrushComponent;
|
|
1041
1027
|
}());
|
|
1042
1028
|
VisBrushComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisBrushComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1043
|
-
VisBrushComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisBrushComponent, selector: "vis-brush", inputs: { duration: "duration", events: "events", attributes: "attributes",
|
|
1029
|
+
VisBrushComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisBrushComponent, selector: "vis-brush", inputs: { duration: "duration", events: "events", attributes: "attributes", onBrush: "onBrush", onBrushStart: "onBrushStart", onBrushMove: "onBrushMove", onBrushEnd: "onBrushEnd", handleWidth: "handleWidth", selection: "selection", draggable: "draggable", handlePosition: "handlePosition", selectionMinLength: "selectionMinLength", data: "data" }, providers: [{ provide: VisXYComponent, useExisting: VisBrushComponent }], usesOnChanges: true, ngImport: i0__namespace, template: '', isInline: true });
|
|
1044
1030
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisBrushComponent, decorators: [{
|
|
1045
1031
|
type: i0.Component,
|
|
1046
1032
|
args: [{
|
|
@@ -1055,20 +1041,6 @@
|
|
|
1055
1041
|
type: i0.Input
|
|
1056
1042
|
}], attributes: [{
|
|
1057
1043
|
type: i0.Input
|
|
1058
|
-
}], x: [{
|
|
1059
|
-
type: i0.Input
|
|
1060
|
-
}], y: [{
|
|
1061
|
-
type: i0.Input
|
|
1062
|
-
}], id: [{
|
|
1063
|
-
type: i0.Input
|
|
1064
|
-
}], color: [{
|
|
1065
|
-
type: i0.Input
|
|
1066
|
-
}], xScale: [{
|
|
1067
|
-
type: i0.Input
|
|
1068
|
-
}], yScale: [{
|
|
1069
|
-
type: i0.Input
|
|
1070
|
-
}], excludeFromDomainCalculation: [{
|
|
1071
|
-
type: i0.Input
|
|
1072
1044
|
}], onBrush: [{
|
|
1073
1045
|
type: i0.Input
|
|
1074
1046
|
}], onBrushStart: [{
|
|
@@ -1130,8 +1102,8 @@
|
|
|
1130
1102
|
(_c = this.componentContainer) === null || _c === void 0 ? void 0 : _c.render();
|
|
1131
1103
|
};
|
|
1132
1104
|
VisFreeBrushComponent.prototype.getConfig = function () {
|
|
1133
|
-
var _d = this, duration = _d.duration, events = _d.events, attributes = _d.attributes,
|
|
1134
|
-
var config = { duration: duration, events: events, attributes: attributes,
|
|
1105
|
+
var _d = this, duration = _d.duration, events = _d.events, attributes = _d.attributes, mode = _d.mode, onBrush = _d.onBrush, onBrushStart = _d.onBrushStart, onBrushMove = _d.onBrushMove, onBrushEnd = _d.onBrushEnd, handleWidth = _d.handleWidth, selection = _d.selection, selectionMinLength = _d.selectionMinLength, autoHide = _d.autoHide;
|
|
1106
|
+
var config = { duration: duration, events: events, attributes: attributes, mode: mode, onBrush: onBrush, onBrushStart: onBrushStart, onBrushMove: onBrushMove, onBrushEnd: onBrushEnd, handleWidth: handleWidth, selection: selection, selectionMinLength: selectionMinLength, autoHide: autoHide };
|
|
1135
1107
|
var keys = Object.keys(config);
|
|
1136
1108
|
keys.forEach(function (key) {
|
|
1137
1109
|
if (config[key] === undefined)
|
|
@@ -1142,7 +1114,7 @@
|
|
|
1142
1114
|
return VisFreeBrushComponent;
|
|
1143
1115
|
}());
|
|
1144
1116
|
VisFreeBrushComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisFreeBrushComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1145
|
-
VisFreeBrushComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisFreeBrushComponent, selector: "vis-free-brush", inputs: { duration: "duration", events: "events", attributes: "attributes",
|
|
1117
|
+
VisFreeBrushComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisFreeBrushComponent, selector: "vis-free-brush", inputs: { duration: "duration", events: "events", attributes: "attributes", mode: "mode", onBrush: "onBrush", onBrushStart: "onBrushStart", onBrushMove: "onBrushMove", onBrushEnd: "onBrushEnd", handleWidth: "handleWidth", selection: "selection", selectionMinLength: "selectionMinLength", autoHide: "autoHide", data: "data" }, providers: [{ provide: VisXYComponent, useExisting: VisFreeBrushComponent }], usesOnChanges: true, ngImport: i0__namespace, template: '', isInline: true });
|
|
1146
1118
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisFreeBrushComponent, decorators: [{
|
|
1147
1119
|
type: i0.Component,
|
|
1148
1120
|
args: [{
|
|
@@ -1157,20 +1129,6 @@
|
|
|
1157
1129
|
type: i0.Input
|
|
1158
1130
|
}], attributes: [{
|
|
1159
1131
|
type: i0.Input
|
|
1160
|
-
}], x: [{
|
|
1161
|
-
type: i0.Input
|
|
1162
|
-
}], y: [{
|
|
1163
|
-
type: i0.Input
|
|
1164
|
-
}], id: [{
|
|
1165
|
-
type: i0.Input
|
|
1166
|
-
}], color: [{
|
|
1167
|
-
type: i0.Input
|
|
1168
|
-
}], xScale: [{
|
|
1169
|
-
type: i0.Input
|
|
1170
|
-
}], yScale: [{
|
|
1171
|
-
type: i0.Input
|
|
1172
|
-
}], excludeFromDomainCalculation: [{
|
|
1173
|
-
type: i0.Input
|
|
1174
1132
|
}], mode: [{
|
|
1175
1133
|
type: i0.Input
|
|
1176
1134
|
}], onBrush: [{
|
|
@@ -1232,8 +1190,8 @@
|
|
|
1232
1190
|
(_c = this.componentContainer) === null || _c === void 0 ? void 0 : _c.render();
|
|
1233
1191
|
};
|
|
1234
1192
|
VisCrosshairComponent.prototype.getConfig = function () {
|
|
1235
|
-
var _d = this, duration = _d.duration, events = _d.events, attributes = _d.attributes,
|
|
1236
|
-
var config = { duration: duration, events: events, attributes: attributes,
|
|
1193
|
+
var _d = this, duration = _d.duration, events = _d.events, attributes = _d.attributes, yStacked = _d.yStacked, baseline = _d.baseline, tooltip = _d.tooltip, template = _d.template, hideWhenFarFromPointer = _d.hideWhenFarFromPointer, hideWhenFarFromPointerDistance = _d.hideWhenFarFromPointerDistance, snapToData = _d.snapToData, getCircles = _d.getCircles;
|
|
1194
|
+
var config = { duration: duration, events: events, attributes: attributes, yStacked: yStacked, baseline: baseline, tooltip: tooltip, template: template, hideWhenFarFromPointer: hideWhenFarFromPointer, hideWhenFarFromPointerDistance: hideWhenFarFromPointerDistance, snapToData: snapToData, getCircles: getCircles };
|
|
1237
1195
|
var keys = Object.keys(config);
|
|
1238
1196
|
keys.forEach(function (key) {
|
|
1239
1197
|
if (config[key] === undefined)
|
|
@@ -1244,7 +1202,7 @@
|
|
|
1244
1202
|
return VisCrosshairComponent;
|
|
1245
1203
|
}());
|
|
1246
1204
|
VisCrosshairComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisCrosshairComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1247
|
-
VisCrosshairComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisCrosshairComponent, selector: "vis-crosshair", inputs: { duration: "duration", events: "events", attributes: "attributes",
|
|
1205
|
+
VisCrosshairComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisCrosshairComponent, selector: "vis-crosshair", inputs: { duration: "duration", events: "events", attributes: "attributes", yStacked: "yStacked", baseline: "baseline", tooltip: "tooltip", template: "template", hideWhenFarFromPointer: "hideWhenFarFromPointer", hideWhenFarFromPointerDistance: "hideWhenFarFromPointerDistance", snapToData: "snapToData", getCircles: "getCircles", data: "data" }, providers: [{ provide: VisXYComponent, useExisting: VisCrosshairComponent }], usesOnChanges: true, ngImport: i0__namespace, template: '', isInline: true });
|
|
1248
1206
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisCrosshairComponent, decorators: [{
|
|
1249
1207
|
type: i0.Component,
|
|
1250
1208
|
args: [{
|
|
@@ -1259,20 +1217,6 @@
|
|
|
1259
1217
|
type: i0.Input
|
|
1260
1218
|
}], attributes: [{
|
|
1261
1219
|
type: i0.Input
|
|
1262
|
-
}], x: [{
|
|
1263
|
-
type: i0.Input
|
|
1264
|
-
}], y: [{
|
|
1265
|
-
type: i0.Input
|
|
1266
|
-
}], id: [{
|
|
1267
|
-
type: i0.Input
|
|
1268
|
-
}], color: [{
|
|
1269
|
-
type: i0.Input
|
|
1270
|
-
}], xScale: [{
|
|
1271
|
-
type: i0.Input
|
|
1272
|
-
}], yScale: [{
|
|
1273
|
-
type: i0.Input
|
|
1274
|
-
}], excludeFromDomainCalculation: [{
|
|
1275
|
-
type: i0.Input
|
|
1276
1220
|
}], yStacked: [{
|
|
1277
1221
|
type: i0.Input
|
|
1278
1222
|
}], baseline: [{
|
|
@@ -1746,8 +1690,8 @@
|
|
|
1746
1690
|
(_c = this.componentContainer) === null || _c === void 0 ? void 0 : _c.render();
|
|
1747
1691
|
};
|
|
1748
1692
|
VisTimelineComponent.prototype.getConfig = function () {
|
|
1749
|
-
var _d = this, duration = _d.duration, events = _d.events, attributes = _d.attributes, x = _d.x,
|
|
1750
|
-
var config = { duration: duration, events: events, attributes: attributes, x: x,
|
|
1693
|
+
var _d = this, duration = _d.duration, events = _d.events, attributes = _d.attributes, x = _d.x, id = _d.id, color = _d.color, xScale = _d.xScale, yScale = _d.yScale, excludeFromDomainCalculation = _d.excludeFromDomainCalculation, lineWidth = _d.lineWidth, lineCap = _d.lineCap, rowHeight = _d.rowHeight, length = _d.length, type = _d.type, cursor = _d.cursor, showLabels = _d.showLabels, labelWidth = _d.labelWidth, maxLabelWidth = _d.maxLabelWidth, alternatingRowColors = _d.alternatingRowColors, onScroll = _d.onScroll, showEmptySegments = _d.showEmptySegments;
|
|
1694
|
+
var config = { duration: duration, events: events, attributes: attributes, x: x, id: id, color: color, xScale: xScale, yScale: yScale, excludeFromDomainCalculation: excludeFromDomainCalculation, lineWidth: lineWidth, lineCap: lineCap, rowHeight: rowHeight, length: length, type: type, cursor: cursor, showLabels: showLabels, labelWidth: labelWidth, maxLabelWidth: maxLabelWidth, alternatingRowColors: alternatingRowColors, onScroll: onScroll, showEmptySegments: showEmptySegments };
|
|
1751
1695
|
var keys = Object.keys(config);
|
|
1752
1696
|
keys.forEach(function (key) {
|
|
1753
1697
|
if (config[key] === undefined)
|
|
@@ -1758,7 +1702,7 @@
|
|
|
1758
1702
|
return VisTimelineComponent;
|
|
1759
1703
|
}());
|
|
1760
1704
|
VisTimelineComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisTimelineComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1761
|
-
VisTimelineComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisTimelineComponent, selector: "vis-timeline", inputs: { duration: "duration", events: "events", attributes: "attributes", x: "x",
|
|
1705
|
+
VisTimelineComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisTimelineComponent, selector: "vis-timeline", inputs: { duration: "duration", events: "events", attributes: "attributes", x: "x", id: "id", color: "color", xScale: "xScale", yScale: "yScale", excludeFromDomainCalculation: "excludeFromDomainCalculation", lineWidth: "lineWidth", lineCap: "lineCap", rowHeight: "rowHeight", length: "length", type: "type", cursor: "cursor", showLabels: "showLabels", labelWidth: "labelWidth", maxLabelWidth: "maxLabelWidth", alternatingRowColors: "alternatingRowColors", onScroll: "onScroll", showEmptySegments: "showEmptySegments", data: "data" }, providers: [{ provide: VisXYComponent, useExisting: VisTimelineComponent }], usesOnChanges: true, ngImport: i0__namespace, template: '', isInline: true });
|
|
1762
1706
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisTimelineComponent, decorators: [{
|
|
1763
1707
|
type: i0.Component,
|
|
1764
1708
|
args: [{
|
|
@@ -1775,8 +1719,6 @@
|
|
|
1775
1719
|
type: i0.Input
|
|
1776
1720
|
}], x: [{
|
|
1777
1721
|
type: i0.Input
|
|
1778
|
-
}], y: [{
|
|
1779
|
-
type: i0.Input
|
|
1780
1722
|
}], id: [{
|
|
1781
1723
|
type: i0.Input
|
|
1782
1724
|
}], color: [{
|
|
@@ -2890,7 +2832,7 @@
|
|
|
2890
2832
|
return VisBulletLegendComponent;
|
|
2891
2833
|
}());
|
|
2892
2834
|
VisBulletLegendComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisBulletLegendComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
2893
|
-
VisBulletLegendComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisBulletLegendComponent, selector: "vis-bullet-legend", inputs: { items: "items", labelClassName: "labelClassName", onLegendItemClick: "onLegendItemClick", labelFontSize: "labelFontSize", labelMaxWidth: "labelMaxWidth", bulletSize: "bulletSize" }, providers: [{ provide: VisGenericComponent, useExisting: VisBulletLegendComponent }], viewQueries: [{ propertyName: "containerRef", first: true, predicate: ["container"], descendants: true }], usesOnChanges: true, ngImport: i0__namespace, template: '<div #container class="bullet-legend-container"></div>', isInline: true });
|
|
2835
|
+
VisBulletLegendComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisBulletLegendComponent, selector: "vis-bullet-legend", inputs: { items: "items", labelClassName: "labelClassName", onLegendItemClick: "onLegendItemClick", labelFontSize: "labelFontSize", labelMaxWidth: "labelMaxWidth", bulletSize: "bulletSize", bulletShape: "bulletShape" }, providers: [{ provide: VisGenericComponent, useExisting: VisBulletLegendComponent }], viewQueries: [{ propertyName: "containerRef", first: true, predicate: ["container"], descendants: true }], usesOnChanges: true, ngImport: i0__namespace, template: '<div #container class="bullet-legend-container"></div>', isInline: true });
|
|
2894
2836
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VisBulletLegendComponent, decorators: [{
|
|
2895
2837
|
type: i0.Component,
|
|
2896
2838
|
args: [{
|
|
@@ -2914,6 +2856,8 @@
|
|
|
2914
2856
|
type: i0.Input
|
|
2915
2857
|
}], bulletSize: [{
|
|
2916
2858
|
type: i0.Input
|
|
2859
|
+
}], bulletShape: [{
|
|
2860
|
+
type: i0.Input
|
|
2917
2861
|
}] } });
|
|
2918
2862
|
|
|
2919
2863
|
// !!! This code was automatically generated. You should not change it !!!
|