@vizzly/dashboard 0.15.0-dev-dfdff442d54d270df03c337679ae904243a831b6 → 0.15.0-dev-22a3a4d82d007a71e3d303cc3550ce20bed7a1e9
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/dashboard.esm.js
CHANGED
|
@@ -75098,162 +75098,282 @@ var AreaChart$6 = /*#__PURE__*/function (_View2) {
|
|
|
75098
75098
|
};
|
|
75099
75099
|
return AreaChart;
|
|
75100
75100
|
}(View$3);
|
|
75101
|
-
var
|
|
75102
|
-
function
|
|
75101
|
+
var AreaChartV2$1 = /*#__PURE__*/function (_View3) {
|
|
75102
|
+
function AreaChartV2(attributes) {
|
|
75103
75103
|
return _View3.call(this, _extends({}, attributes, {
|
|
75104
|
+
type: 'areaChartV2'
|
|
75105
|
+
})) || this;
|
|
75106
|
+
}
|
|
75107
|
+
_inheritsLoose(AreaChartV2, _View3);
|
|
75108
|
+
AreaChartV2.type = function type() {
|
|
75109
|
+
return 'areaChartV2';
|
|
75110
|
+
};
|
|
75111
|
+
return AreaChartV2;
|
|
75112
|
+
}(View$3);
|
|
75113
|
+
var LineChart$6 = /*#__PURE__*/function (_View4) {
|
|
75114
|
+
function LineChart(attributes) {
|
|
75115
|
+
return _View4.call(this, _extends({}, attributes, {
|
|
75104
75116
|
type: 'lineChart'
|
|
75105
75117
|
})) || this;
|
|
75106
75118
|
}
|
|
75107
|
-
_inheritsLoose(LineChart,
|
|
75119
|
+
_inheritsLoose(LineChart, _View4);
|
|
75108
75120
|
LineChart.type = function type() {
|
|
75109
75121
|
return 'lineChart';
|
|
75110
75122
|
};
|
|
75111
75123
|
return LineChart;
|
|
75112
75124
|
}(View$3);
|
|
75113
|
-
var
|
|
75125
|
+
var LineChartV2$1 = /*#__PURE__*/function (_View5) {
|
|
75126
|
+
function LineChartV2(attributes) {
|
|
75127
|
+
return _View5.call(this, _extends({}, attributes, {
|
|
75128
|
+
type: 'lineChartV2'
|
|
75129
|
+
})) || this;
|
|
75130
|
+
}
|
|
75131
|
+
_inheritsLoose(LineChartV2, _View5);
|
|
75132
|
+
LineChartV2.type = function type() {
|
|
75133
|
+
return 'lineChartV2';
|
|
75134
|
+
};
|
|
75135
|
+
return LineChartV2;
|
|
75136
|
+
}(View$3);
|
|
75137
|
+
var BarChart$6 = /*#__PURE__*/function (_View6) {
|
|
75114
75138
|
function BarChart(attributes) {
|
|
75115
|
-
return
|
|
75139
|
+
return _View6.call(this, _extends({}, attributes, {
|
|
75116
75140
|
type: 'barChart'
|
|
75117
75141
|
})) || this;
|
|
75118
75142
|
}
|
|
75119
|
-
_inheritsLoose(BarChart,
|
|
75143
|
+
_inheritsLoose(BarChart, _View6);
|
|
75120
75144
|
BarChart.type = function type() {
|
|
75121
75145
|
return 'barChart';
|
|
75122
75146
|
};
|
|
75123
75147
|
return BarChart;
|
|
75124
75148
|
}(View$3);
|
|
75125
|
-
var
|
|
75149
|
+
var BarChartV2$1 = /*#__PURE__*/function (_View7) {
|
|
75150
|
+
function BarChartV2(attributes) {
|
|
75151
|
+
return _View7.call(this, _extends({}, attributes, {
|
|
75152
|
+
type: 'barChartV2'
|
|
75153
|
+
})) || this;
|
|
75154
|
+
}
|
|
75155
|
+
_inheritsLoose(BarChartV2, _View7);
|
|
75156
|
+
BarChartV2.type = function type() {
|
|
75157
|
+
return 'barChartV2';
|
|
75158
|
+
};
|
|
75159
|
+
return BarChartV2;
|
|
75160
|
+
}(View$3);
|
|
75161
|
+
var PieChart$4 = /*#__PURE__*/function (_View8) {
|
|
75126
75162
|
function PieChart(attributes) {
|
|
75127
|
-
return
|
|
75163
|
+
return _View8.call(this, _extends({}, attributes, {
|
|
75128
75164
|
type: 'pieChart'
|
|
75129
75165
|
})) || this;
|
|
75130
75166
|
}
|
|
75131
|
-
_inheritsLoose(PieChart,
|
|
75167
|
+
_inheritsLoose(PieChart, _View8);
|
|
75132
75168
|
PieChart.type = function type() {
|
|
75133
75169
|
return 'pieChart';
|
|
75134
75170
|
};
|
|
75135
75171
|
return PieChart;
|
|
75136
75172
|
}(View$3);
|
|
75137
|
-
var
|
|
75173
|
+
var BubbleChart$5 = /*#__PURE__*/function (_View9) {
|
|
75174
|
+
function BubbleChart(attributes) {
|
|
75175
|
+
return _View9.call(this, _extends({}, attributes, {
|
|
75176
|
+
type: 'bubbleChart'
|
|
75177
|
+
})) || this;
|
|
75178
|
+
}
|
|
75179
|
+
_inheritsLoose(BubbleChart, _View9);
|
|
75180
|
+
BubbleChart.type = function type() {
|
|
75181
|
+
return 'bubbleChart';
|
|
75182
|
+
};
|
|
75183
|
+
return BubbleChart;
|
|
75184
|
+
}(View$3);
|
|
75185
|
+
var BubbleChartV2$2 = /*#__PURE__*/function (_View10) {
|
|
75186
|
+
function BubbleChartV2(attributes) {
|
|
75187
|
+
return _View10.call(this, _extends({}, attributes, {
|
|
75188
|
+
type: 'bubbleChartV2'
|
|
75189
|
+
})) || this;
|
|
75190
|
+
}
|
|
75191
|
+
_inheritsLoose(BubbleChartV2, _View10);
|
|
75192
|
+
BubbleChartV2.type = function type() {
|
|
75193
|
+
return 'bubbleChartV2';
|
|
75194
|
+
};
|
|
75195
|
+
return BubbleChartV2;
|
|
75196
|
+
}(View$3);
|
|
75197
|
+
var SunburstChart$3 = /*#__PURE__*/function (_View11) {
|
|
75198
|
+
function SunburstChart(attributes) {
|
|
75199
|
+
return _View11.call(this, _extends({}, attributes, {
|
|
75200
|
+
type: 'sunburstChart'
|
|
75201
|
+
})) || this;
|
|
75202
|
+
}
|
|
75203
|
+
_inheritsLoose(SunburstChart, _View11);
|
|
75204
|
+
SunburstChart.type = function type() {
|
|
75205
|
+
return 'sunburstChart';
|
|
75206
|
+
};
|
|
75207
|
+
return SunburstChart;
|
|
75208
|
+
}(View$3);
|
|
75209
|
+
var ScatterChart$4 = /*#__PURE__*/function (_View12) {
|
|
75138
75210
|
function ScatterChart(attributes) {
|
|
75139
|
-
return
|
|
75211
|
+
return _View12.call(this, _extends({}, attributes, {
|
|
75140
75212
|
type: 'scatterChart'
|
|
75141
75213
|
})) || this;
|
|
75142
75214
|
}
|
|
75143
|
-
_inheritsLoose(ScatterChart,
|
|
75215
|
+
_inheritsLoose(ScatterChart, _View12);
|
|
75144
75216
|
ScatterChart.type = function type() {
|
|
75145
75217
|
return 'scatterChart';
|
|
75146
75218
|
};
|
|
75147
75219
|
return ScatterChart;
|
|
75148
75220
|
}(View$3);
|
|
75149
|
-
var ComboChart$5 = /*#__PURE__*/function (
|
|
75221
|
+
var ComboChart$5 = /*#__PURE__*/function (_View13) {
|
|
75150
75222
|
function ComboChart(attributes) {
|
|
75151
|
-
return
|
|
75223
|
+
return _View13.call(this, _extends({}, attributes, {
|
|
75152
75224
|
type: 'comboChart'
|
|
75153
75225
|
})) || this;
|
|
75154
75226
|
}
|
|
75155
|
-
_inheritsLoose(ComboChart,
|
|
75227
|
+
_inheritsLoose(ComboChart, _View13);
|
|
75156
75228
|
ComboChart.type = function type() {
|
|
75157
75229
|
return 'comboChart';
|
|
75158
75230
|
};
|
|
75159
75231
|
return ComboChart;
|
|
75160
75232
|
}(View$3);
|
|
75161
|
-
var
|
|
75233
|
+
var ComboChartV2$2 = /*#__PURE__*/function (_View14) {
|
|
75234
|
+
function ComboChartV2(attributes) {
|
|
75235
|
+
return _View14.call(this, _extends({}, attributes, {
|
|
75236
|
+
type: 'comboChartV2'
|
|
75237
|
+
})) || this;
|
|
75238
|
+
}
|
|
75239
|
+
_inheritsLoose(ComboChartV2, _View14);
|
|
75240
|
+
ComboChartV2.type = function type() {
|
|
75241
|
+
return 'comboChartV2';
|
|
75242
|
+
};
|
|
75243
|
+
return ComboChartV2;
|
|
75244
|
+
}(View$3);
|
|
75245
|
+
var PivotTable = /*#__PURE__*/function (_View15) {
|
|
75162
75246
|
function PivotTable(attributes) {
|
|
75163
|
-
return
|
|
75247
|
+
return _View15.call(this, _extends({}, attributes, {
|
|
75164
75248
|
type: 'dataTable'
|
|
75165
75249
|
})) || this;
|
|
75166
75250
|
}
|
|
75167
|
-
_inheritsLoose(PivotTable,
|
|
75251
|
+
_inheritsLoose(PivotTable, _View15);
|
|
75168
75252
|
PivotTable.type = function type() {
|
|
75169
75253
|
return 'dataTable';
|
|
75170
75254
|
};
|
|
75171
75255
|
return PivotTable;
|
|
75172
75256
|
}(View$3);
|
|
75173
|
-
var BasicTable$1 = /*#__PURE__*/function (
|
|
75257
|
+
var BasicTable$1 = /*#__PURE__*/function (_View16) {
|
|
75174
75258
|
function BasicTable(attributes) {
|
|
75175
|
-
return
|
|
75259
|
+
return _View16.call(this, _extends({}, attributes, {
|
|
75176
75260
|
type: 'basicTable'
|
|
75177
75261
|
})) || this;
|
|
75178
75262
|
}
|
|
75179
|
-
_inheritsLoose(BasicTable,
|
|
75263
|
+
_inheritsLoose(BasicTable, _View16);
|
|
75180
75264
|
BasicTable.type = function type() {
|
|
75181
75265
|
return 'basicTable';
|
|
75182
75266
|
};
|
|
75183
75267
|
return BasicTable;
|
|
75184
75268
|
}(View$3);
|
|
75185
|
-
var HorizontalBarChart$4 = /*#__PURE__*/function (
|
|
75269
|
+
var HorizontalBarChart$4 = /*#__PURE__*/function (_View17) {
|
|
75186
75270
|
function HorizontalBarChart(attributes) {
|
|
75187
|
-
return
|
|
75271
|
+
return _View17.call(this, _extends({}, attributes, {
|
|
75188
75272
|
type: 'horizontalBarChart'
|
|
75189
75273
|
})) || this;
|
|
75190
75274
|
}
|
|
75191
|
-
_inheritsLoose(HorizontalBarChart,
|
|
75275
|
+
_inheritsLoose(HorizontalBarChart, _View17);
|
|
75192
75276
|
HorizontalBarChart.type = function type() {
|
|
75193
75277
|
return 'horizontalBarChart';
|
|
75194
75278
|
};
|
|
75195
75279
|
return HorizontalBarChart;
|
|
75196
75280
|
}(View$3);
|
|
75197
|
-
var
|
|
75281
|
+
var HorizontalBarChartV2$1 = /*#__PURE__*/function (_View18) {
|
|
75282
|
+
function HorizontalBarChartV2(attributes) {
|
|
75283
|
+
return _View18.call(this, _extends({}, attributes, {
|
|
75284
|
+
type: 'horizontalBarChartV2'
|
|
75285
|
+
})) || this;
|
|
75286
|
+
}
|
|
75287
|
+
_inheritsLoose(HorizontalBarChartV2, _View18);
|
|
75288
|
+
HorizontalBarChartV2.type = function type() {
|
|
75289
|
+
return 'horizontalBarChartV2';
|
|
75290
|
+
};
|
|
75291
|
+
return HorizontalBarChartV2;
|
|
75292
|
+
}(View$3);
|
|
75293
|
+
var MercatorMap$4 = /*#__PURE__*/function (_View19) {
|
|
75198
75294
|
function MercatorMap(attributes) {
|
|
75199
|
-
return
|
|
75295
|
+
return _View19.call(this, _extends({}, attributes, {
|
|
75200
75296
|
type: 'mercatorMap'
|
|
75201
75297
|
})) || this;
|
|
75202
75298
|
}
|
|
75203
|
-
_inheritsLoose(MercatorMap,
|
|
75299
|
+
_inheritsLoose(MercatorMap, _View19);
|
|
75204
75300
|
MercatorMap.type = function type() {
|
|
75205
75301
|
return 'mercatorMap';
|
|
75206
75302
|
};
|
|
75207
75303
|
return MercatorMap;
|
|
75208
75304
|
}(View$3);
|
|
75209
|
-
var SingleStat$3 = /*#__PURE__*/function (
|
|
75305
|
+
var SingleStat$3 = /*#__PURE__*/function (_View20) {
|
|
75210
75306
|
function SingleStat(attributes) {
|
|
75211
|
-
return
|
|
75307
|
+
return _View20.call(this, _extends({}, attributes, {
|
|
75212
75308
|
type: 'singleStat'
|
|
75213
75309
|
})) || this;
|
|
75214
75310
|
}
|
|
75215
|
-
_inheritsLoose(SingleStat,
|
|
75311
|
+
_inheritsLoose(SingleStat, _View20);
|
|
75216
75312
|
SingleStat.type = function type() {
|
|
75217
75313
|
return 'singleStat';
|
|
75218
75314
|
};
|
|
75219
75315
|
return SingleStat;
|
|
75220
75316
|
}(View$3);
|
|
75221
|
-
var Progress$3 = /*#__PURE__*/function (
|
|
75317
|
+
var Progress$3 = /*#__PURE__*/function (_View21) {
|
|
75222
75318
|
function Progress(attributes) {
|
|
75223
|
-
return
|
|
75319
|
+
return _View21.call(this, _extends({}, attributes, {
|
|
75224
75320
|
type: 'progress'
|
|
75225
75321
|
})) || this;
|
|
75226
75322
|
}
|
|
75227
|
-
_inheritsLoose(Progress,
|
|
75323
|
+
_inheritsLoose(Progress, _View21);
|
|
75228
75324
|
Progress.type = function type() {
|
|
75229
75325
|
return 'progress';
|
|
75230
75326
|
};
|
|
75231
75327
|
return Progress;
|
|
75232
75328
|
}(View$3);
|
|
75233
|
-
var
|
|
75329
|
+
var RichText$3 = /*#__PURE__*/function (_View22) {
|
|
75330
|
+
function RichText(attributes) {
|
|
75331
|
+
return _View22.call(this, _extends({}, attributes, {
|
|
75332
|
+
type: 'richText'
|
|
75333
|
+
})) || this;
|
|
75334
|
+
}
|
|
75335
|
+
_inheritsLoose(RichText, _View22);
|
|
75336
|
+
RichText.type = function type() {
|
|
75337
|
+
return 'richText';
|
|
75338
|
+
};
|
|
75339
|
+
return RichText;
|
|
75340
|
+
}(View$3);
|
|
75341
|
+
var WaterfallChart$4 = /*#__PURE__*/function (_View23) {
|
|
75234
75342
|
function WaterfallChart(attributes) {
|
|
75235
|
-
return
|
|
75343
|
+
return _View23.call(this, _extends({}, attributes, {
|
|
75236
75344
|
type: 'waterfallChart'
|
|
75237
75345
|
})) || this;
|
|
75238
75346
|
}
|
|
75239
|
-
_inheritsLoose(WaterfallChart,
|
|
75347
|
+
_inheritsLoose(WaterfallChart, _View23);
|
|
75240
75348
|
WaterfallChart.type = function type() {
|
|
75241
75349
|
return 'waterfallChart';
|
|
75242
75350
|
};
|
|
75243
75351
|
return WaterfallChart;
|
|
75244
75352
|
}(View$3);
|
|
75245
|
-
var RadarChart$4 = /*#__PURE__*/function (
|
|
75353
|
+
var RadarChart$4 = /*#__PURE__*/function (_View24) {
|
|
75246
75354
|
function RadarChart(attributes) {
|
|
75247
|
-
return
|
|
75355
|
+
return _View24.call(this, _extends({}, attributes, {
|
|
75248
75356
|
type: 'radarChart'
|
|
75249
75357
|
})) || this;
|
|
75250
75358
|
}
|
|
75251
|
-
_inheritsLoose(RadarChart,
|
|
75359
|
+
_inheritsLoose(RadarChart, _View24);
|
|
75252
75360
|
RadarChart.type = function type() {
|
|
75253
75361
|
return 'radarChart';
|
|
75254
75362
|
};
|
|
75255
75363
|
return RadarChart;
|
|
75256
75364
|
}(View$3);
|
|
75365
|
+
var FunnelChart$3 = /*#__PURE__*/function (_View25) {
|
|
75366
|
+
function FunnelChart(attributes) {
|
|
75367
|
+
return _View25.call(this, _extends({}, attributes, {
|
|
75368
|
+
type: 'funnelChart'
|
|
75369
|
+
})) || this;
|
|
75370
|
+
}
|
|
75371
|
+
_inheritsLoose(FunnelChart, _View25);
|
|
75372
|
+
FunnelChart.type = function type() {
|
|
75373
|
+
return 'funnelChart';
|
|
75374
|
+
};
|
|
75375
|
+
return FunnelChart;
|
|
75376
|
+
}(View$3);
|
|
75257
75377
|
|
|
75258
75378
|
var VizzlyInstanceNotLoaded = /*#__PURE__*/function (_Error) {
|
|
75259
75379
|
function VizzlyInstanceNotLoaded(instanceId) {
|
|
@@ -77250,19 +77370,29 @@ VizzlyServices.Editor = Editor;
|
|
|
77250
77370
|
VizzlyServices.Header = Header;
|
|
77251
77371
|
VizzlyServices.Library = Library$1;
|
|
77252
77372
|
VizzlyServices.AreaChart = AreaChart$6;
|
|
77373
|
+
VizzlyServices.AreaChartV2 = AreaChartV2$1;
|
|
77253
77374
|
VizzlyServices.LineChart = LineChart$6;
|
|
77254
|
-
VizzlyServices.
|
|
77375
|
+
VizzlyServices.LineChartV2 = LineChartV2$1;
|
|
77255
77376
|
VizzlyServices.BarChart = BarChart$6;
|
|
77377
|
+
VizzlyServices.BarChartV2 = BarChartV2$1;
|
|
77256
77378
|
VizzlyServices.PieChart = PieChart$4;
|
|
77379
|
+
VizzlyServices.BubbleChart = BubbleChart$5;
|
|
77380
|
+
VizzlyServices.BubbleChartV2 = BubbleChartV2$2;
|
|
77257
77381
|
VizzlyServices.ScatterChart = ScatterChart$4;
|
|
77258
77382
|
VizzlyServices.ComboChart = ComboChart$5;
|
|
77383
|
+
VizzlyServices.ComboChartV2 = ComboChartV2$2;
|
|
77259
77384
|
VizzlyServices.PivotTable = PivotTable;
|
|
77260
77385
|
VizzlyServices.BasicTable = BasicTable$1;
|
|
77261
77386
|
VizzlyServices.HorizontalBarChart = HorizontalBarChart$4;
|
|
77387
|
+
VizzlyServices.HorizontalBarChartV2 = HorizontalBarChartV2$1;
|
|
77262
77388
|
VizzlyServices.MercatorMap = MercatorMap$4;
|
|
77263
77389
|
VizzlyServices.SingleStat = SingleStat$3;
|
|
77264
77390
|
VizzlyServices.Progress = Progress$3;
|
|
77265
|
-
VizzlyServices.
|
|
77391
|
+
VizzlyServices.RichText = RichText$3;
|
|
77392
|
+
VizzlyServices.WaterfallChart = WaterfallChart$4;
|
|
77393
|
+
VizzlyServices.FunnelChart = FunnelChart$3;
|
|
77394
|
+
VizzlyServices.SunburstChart = SunburstChart$3;
|
|
77395
|
+
VizzlyServices.RadarChart = RadarChart$4; // export type Query = Omit<SQLQuery, 'timeZone'> & { timeZone?: string };
|
|
77266
77396
|
// @ts-ignore
|
|
77267
77397
|
if (typeof window !== 'undefined' && !window.Vizzly) {
|
|
77268
77398
|
// @ts-ignore
|
|
@@ -13,19 +13,31 @@ export declare class View<T extends Component.Attributes> {
|
|
|
13
13
|
} & RequiredAttributes<T>);
|
|
14
14
|
updateAttributes(newAttributes: Partial<T>): void;
|
|
15
15
|
}
|
|
16
|
-
export declare type AnyView = AreaChart | LineChart | BarChart | PieChart | BubbleChart | ScatterChart | ComboChart | PivotTable | BasicTable | HorizontalBarChart | MercatorMap | SingleStat | Progress | RichText | WaterfallChart;
|
|
16
|
+
export declare type AnyView = AreaChart | AreaChartV2 | LineChart | LineChartV2 | BarChart | BarChartV2 | PieChart | BubbleChart | BubbleChartV2 | ScatterChart | ComboChart | ComboChartV2 | PivotTable | BasicTable | HorizontalBarChart | HorizontalBarChartV2 | MercatorMap | SingleStat | Progress | RichText | WaterfallChart | FunnelChart | SunburstChart | RadarChart;
|
|
17
17
|
export declare class AreaChart extends View<Component.AreaChartAttributes> {
|
|
18
18
|
constructor(attributes: Partial<Component.AreaChartAttributes> & RequiredAttributes<Component.AreaChartAttributes>);
|
|
19
19
|
static type(): Component.AreaChartAttributes['type'];
|
|
20
20
|
}
|
|
21
|
+
export declare class AreaChartV2 extends View<Component.AreaChartV2Attributes> {
|
|
22
|
+
constructor(attributes: Partial<Component.AreaChartV2Attributes> & RequiredAttributes<Component.AreaChartV2Attributes>);
|
|
23
|
+
static type(): Component.AreaChartV2Attributes['type'];
|
|
24
|
+
}
|
|
21
25
|
export declare class LineChart extends View<Component.LineChartAttributes> {
|
|
22
26
|
constructor(attributes: Partial<Component.LineChartAttributes> & RequiredAttributes<Component.LineChartAttributes>);
|
|
23
27
|
static type(): Component.LineChartAttributes['type'];
|
|
24
28
|
}
|
|
29
|
+
export declare class LineChartV2 extends View<Component.LineChartV2Attributes> {
|
|
30
|
+
constructor(attributes: Partial<Component.LineChartV2Attributes> & RequiredAttributes<Component.LineChartV2Attributes>);
|
|
31
|
+
static type(): Component.LineChartV2Attributes['type'];
|
|
32
|
+
}
|
|
25
33
|
export declare class BarChart extends View<Component.BarChartAttributes> {
|
|
26
34
|
constructor(attributes: Partial<Component.BarChartAttributes> & RequiredAttributes<Component.BarChartAttributes>);
|
|
27
35
|
static type(): Component.BarChartAttributes['type'];
|
|
28
36
|
}
|
|
37
|
+
export declare class BarChartV2 extends View<Component.BarChartV2Attributes> {
|
|
38
|
+
constructor(attributes: Partial<Component.BarChartV2Attributes> & RequiredAttributes<Component.BarChartV2Attributes>);
|
|
39
|
+
static type(): Component.BarChartV2Attributes['type'];
|
|
40
|
+
}
|
|
29
41
|
export declare class PieChart extends View<Component.PieChartAttributes> {
|
|
30
42
|
constructor(attributes: Partial<Component.PieChartAttributes> & RequiredAttributes<Component.PieChartAttributes>);
|
|
31
43
|
static type(): Component.PieChartAttributes['type'];
|
|
@@ -34,6 +46,10 @@ export declare class BubbleChart extends View<Component.BubbleChartAttributes> {
|
|
|
34
46
|
constructor(attributes: Partial<Component.BubbleChartAttributes> & RequiredAttributes<Component.BubbleChartAttributes>);
|
|
35
47
|
static type(): Component.BubbleChartAttributes['type'];
|
|
36
48
|
}
|
|
49
|
+
export declare class BubbleChartV2 extends View<Component.BubbleChartV2Attributes> {
|
|
50
|
+
constructor(attributes: Partial<Component.BubbleChartV2Attributes> & RequiredAttributes<Component.BubbleChartV2Attributes>);
|
|
51
|
+
static type(): Component.BubbleChartV2Attributes['type'];
|
|
52
|
+
}
|
|
37
53
|
export declare class SunburstChart extends View<Component.SunburstChartAttributes> {
|
|
38
54
|
constructor(attributes: Partial<Component.SunburstChartAttributes> & RequiredAttributes<Component.SunburstChartAttributes>);
|
|
39
55
|
static type(): Component.SunburstChartAttributes['type'];
|
|
@@ -46,6 +62,10 @@ export declare class ComboChart extends View<Component.ComboChartAttributes> {
|
|
|
46
62
|
constructor(attributes: Partial<Component.ComboChartAttributes> & RequiredAttributes<Component.ComboChartAttributes>);
|
|
47
63
|
static type(): Component.ComboChartAttributes['type'];
|
|
48
64
|
}
|
|
65
|
+
export declare class ComboChartV2 extends View<Component.ComboChartV2Attributes> {
|
|
66
|
+
constructor(attributes: Partial<Component.ComboChartV2Attributes> & RequiredAttributes<Component.ComboChartV2Attributes>);
|
|
67
|
+
static type(): Component.ComboChartV2Attributes['type'];
|
|
68
|
+
}
|
|
49
69
|
export declare class PivotTable extends View<Component.DataTableAttributes> {
|
|
50
70
|
constructor(attributes: Partial<Component.DataTableAttributes> & RequiredAttributes<Component.DataTableAttributes>);
|
|
51
71
|
static type(): Component.DataTableAttributes['type'];
|
|
@@ -58,6 +78,10 @@ export declare class HorizontalBarChart extends View<Component.HorizontalBarChar
|
|
|
58
78
|
constructor(attributes: Partial<Component.HorizontalBarChartAttributes> & RequiredAttributes<Component.HorizontalBarChartAttributes>);
|
|
59
79
|
static type(): Component.HorizontalBarChartAttributes['type'];
|
|
60
80
|
}
|
|
81
|
+
export declare class HorizontalBarChartV2 extends View<Component.HorizontalBarChartV2Attributes> {
|
|
82
|
+
constructor(attributes: Partial<Component.HorizontalBarChartV2Attributes> & RequiredAttributes<Component.HorizontalBarChartV2Attributes>);
|
|
83
|
+
static type(): Component.HorizontalBarChartV2Attributes['type'];
|
|
84
|
+
}
|
|
61
85
|
export declare class MercatorMap extends View<Component.MercatorMapAttributes> {
|
|
62
86
|
constructor(attributes: Partial<Component.MercatorMapAttributes> & RequiredAttributes<Component.MercatorMapAttributes>);
|
|
63
87
|
static type(): Component.MercatorMapAttributes['type'];
|
|
@@ -82,4 +106,8 @@ export declare class RadarChart extends View<Component.RadarChartAttributes> {
|
|
|
82
106
|
constructor(attributes: Partial<Component.RadarChartAttributes> & RequiredAttributes<Component.RadarChartAttributes>);
|
|
83
107
|
static type(): Component.RadarChartAttributes['type'];
|
|
84
108
|
}
|
|
109
|
+
export declare class FunnelChart extends View<Component.FunnelChartAttributes> {
|
|
110
|
+
constructor(attributes: Partial<Component.FunnelChartAttributes> & RequiredAttributes<Component.FunnelChartAttributes>);
|
|
111
|
+
static type(): Component.FunnelChartAttributes['type'];
|
|
112
|
+
}
|
|
85
113
|
export {};
|
|
@@ -9,7 +9,7 @@ import * as GlobalLibraryLogic from '../../shared-logic/src/GlobalLibrary';
|
|
|
9
9
|
import { LoaderOptions } from './VizzlyLoader';
|
|
10
10
|
import { Row, Cell, Dashboard, Header, Library, Editor } from './Services';
|
|
11
11
|
import * as Views from './Services/View';
|
|
12
|
-
import { ViewConfiguration } from '../../shared-logic/src/ViewConfiguration/types';
|
|
12
|
+
import type { ViewConfiguration } from '../../shared-logic/src/ViewConfiguration/types';
|
|
13
13
|
import { EventBus, EventBusParams } from './eventbus.types';
|
|
14
14
|
import { QueryAttributes } from '../../shared-logic/src/QueryAttributes/types';
|
|
15
15
|
import { CustomDriver } from '../../results-driver/src/types';
|
|
@@ -116,19 +116,29 @@ declare class VizzlyServices {
|
|
|
116
116
|
static Header: typeof Header;
|
|
117
117
|
static Library: typeof Library;
|
|
118
118
|
static AreaChart: typeof Views.AreaChart;
|
|
119
|
+
static AreaChartV2: typeof Views.AreaChartV2;
|
|
119
120
|
static LineChart: typeof Views.LineChart;
|
|
120
|
-
static
|
|
121
|
+
static LineChartV2: typeof Views.LineChartV2;
|
|
121
122
|
static BarChart: typeof Views.BarChart;
|
|
123
|
+
static BarChartV2: typeof Views.BarChartV2;
|
|
122
124
|
static PieChart: typeof Views.PieChart;
|
|
125
|
+
static BubbleChart: typeof Views.BubbleChart;
|
|
126
|
+
static BubbleChartV2: typeof Views.BubbleChartV2;
|
|
123
127
|
static ScatterChart: typeof Views.ScatterChart;
|
|
124
128
|
static ComboChart: typeof Views.ComboChart;
|
|
129
|
+
static ComboChartV2: typeof Views.ComboChartV2;
|
|
125
130
|
static PivotTable: typeof Views.PivotTable;
|
|
126
131
|
static BasicTable: typeof Views.BasicTable;
|
|
127
132
|
static HorizontalBarChart: typeof Views.HorizontalBarChart;
|
|
133
|
+
static HorizontalBarChartV2: typeof Views.HorizontalBarChartV2;
|
|
128
134
|
static MercatorMap: typeof Views.MercatorMap;
|
|
129
135
|
static SingleStat: typeof Views.SingleStat;
|
|
130
136
|
static Progress: typeof Views.Progress;
|
|
137
|
+
static RichText: typeof Views.RichText;
|
|
131
138
|
static WaterfallChart: typeof Views.WaterfallChart;
|
|
139
|
+
static FunnelChart: typeof Views.FunnelChart;
|
|
140
|
+
static SunburstChart: typeof Views.SunburstChart;
|
|
141
|
+
static RadarChart: typeof Views.RadarChart;
|
|
132
142
|
}
|
|
133
143
|
export declare type UpdateDashboardParams = {
|
|
134
144
|
dashboardId: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vizzly/dashboard",
|
|
3
3
|
"author": "james@vizzly.co",
|
|
4
|
-
"version": "0.15.0-dev-
|
|
4
|
+
"version": "0.15.0-dev-22a3a4d82d007a71e3d303cc3550ce20bed7a1e9",
|
|
5
5
|
"source": "src/index.tsx",
|
|
6
6
|
"types": "./dist/dashboard/src/index.d.ts",
|
|
7
7
|
"module": "./dist/dashboard.esm.js",
|