@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.
|
@@ -75034,162 +75034,282 @@ var AreaChart$6 = /*#__PURE__*/function (_View2) {
|
|
|
75034
75034
|
};
|
|
75035
75035
|
return AreaChart;
|
|
75036
75036
|
}(View$3);
|
|
75037
|
-
var
|
|
75038
|
-
function
|
|
75037
|
+
var AreaChartV2$1 = /*#__PURE__*/function (_View3) {
|
|
75038
|
+
function AreaChartV2(attributes) {
|
|
75039
75039
|
return _View3.call(this, _extends({}, attributes, {
|
|
75040
|
+
type: 'areaChartV2'
|
|
75041
|
+
})) || this;
|
|
75042
|
+
}
|
|
75043
|
+
_inheritsLoose(AreaChartV2, _View3);
|
|
75044
|
+
AreaChartV2.type = function type() {
|
|
75045
|
+
return 'areaChartV2';
|
|
75046
|
+
};
|
|
75047
|
+
return AreaChartV2;
|
|
75048
|
+
}(View$3);
|
|
75049
|
+
var LineChart$6 = /*#__PURE__*/function (_View4) {
|
|
75050
|
+
function LineChart(attributes) {
|
|
75051
|
+
return _View4.call(this, _extends({}, attributes, {
|
|
75040
75052
|
type: 'lineChart'
|
|
75041
75053
|
})) || this;
|
|
75042
75054
|
}
|
|
75043
|
-
_inheritsLoose(LineChart,
|
|
75055
|
+
_inheritsLoose(LineChart, _View4);
|
|
75044
75056
|
LineChart.type = function type() {
|
|
75045
75057
|
return 'lineChart';
|
|
75046
75058
|
};
|
|
75047
75059
|
return LineChart;
|
|
75048
75060
|
}(View$3);
|
|
75049
|
-
var
|
|
75061
|
+
var LineChartV2$1 = /*#__PURE__*/function (_View5) {
|
|
75062
|
+
function LineChartV2(attributes) {
|
|
75063
|
+
return _View5.call(this, _extends({}, attributes, {
|
|
75064
|
+
type: 'lineChartV2'
|
|
75065
|
+
})) || this;
|
|
75066
|
+
}
|
|
75067
|
+
_inheritsLoose(LineChartV2, _View5);
|
|
75068
|
+
LineChartV2.type = function type() {
|
|
75069
|
+
return 'lineChartV2';
|
|
75070
|
+
};
|
|
75071
|
+
return LineChartV2;
|
|
75072
|
+
}(View$3);
|
|
75073
|
+
var BarChart$6 = /*#__PURE__*/function (_View6) {
|
|
75050
75074
|
function BarChart(attributes) {
|
|
75051
|
-
return
|
|
75075
|
+
return _View6.call(this, _extends({}, attributes, {
|
|
75052
75076
|
type: 'barChart'
|
|
75053
75077
|
})) || this;
|
|
75054
75078
|
}
|
|
75055
|
-
_inheritsLoose(BarChart,
|
|
75079
|
+
_inheritsLoose(BarChart, _View6);
|
|
75056
75080
|
BarChart.type = function type() {
|
|
75057
75081
|
return 'barChart';
|
|
75058
75082
|
};
|
|
75059
75083
|
return BarChart;
|
|
75060
75084
|
}(View$3);
|
|
75061
|
-
var
|
|
75085
|
+
var BarChartV2$1 = /*#__PURE__*/function (_View7) {
|
|
75086
|
+
function BarChartV2(attributes) {
|
|
75087
|
+
return _View7.call(this, _extends({}, attributes, {
|
|
75088
|
+
type: 'barChartV2'
|
|
75089
|
+
})) || this;
|
|
75090
|
+
}
|
|
75091
|
+
_inheritsLoose(BarChartV2, _View7);
|
|
75092
|
+
BarChartV2.type = function type() {
|
|
75093
|
+
return 'barChartV2';
|
|
75094
|
+
};
|
|
75095
|
+
return BarChartV2;
|
|
75096
|
+
}(View$3);
|
|
75097
|
+
var PieChart$4 = /*#__PURE__*/function (_View8) {
|
|
75062
75098
|
function PieChart(attributes) {
|
|
75063
|
-
return
|
|
75099
|
+
return _View8.call(this, _extends({}, attributes, {
|
|
75064
75100
|
type: 'pieChart'
|
|
75065
75101
|
})) || this;
|
|
75066
75102
|
}
|
|
75067
|
-
_inheritsLoose(PieChart,
|
|
75103
|
+
_inheritsLoose(PieChart, _View8);
|
|
75068
75104
|
PieChart.type = function type() {
|
|
75069
75105
|
return 'pieChart';
|
|
75070
75106
|
};
|
|
75071
75107
|
return PieChart;
|
|
75072
75108
|
}(View$3);
|
|
75073
|
-
var
|
|
75109
|
+
var BubbleChart$5 = /*#__PURE__*/function (_View9) {
|
|
75110
|
+
function BubbleChart(attributes) {
|
|
75111
|
+
return _View9.call(this, _extends({}, attributes, {
|
|
75112
|
+
type: 'bubbleChart'
|
|
75113
|
+
})) || this;
|
|
75114
|
+
}
|
|
75115
|
+
_inheritsLoose(BubbleChart, _View9);
|
|
75116
|
+
BubbleChart.type = function type() {
|
|
75117
|
+
return 'bubbleChart';
|
|
75118
|
+
};
|
|
75119
|
+
return BubbleChart;
|
|
75120
|
+
}(View$3);
|
|
75121
|
+
var BubbleChartV2$2 = /*#__PURE__*/function (_View10) {
|
|
75122
|
+
function BubbleChartV2(attributes) {
|
|
75123
|
+
return _View10.call(this, _extends({}, attributes, {
|
|
75124
|
+
type: 'bubbleChartV2'
|
|
75125
|
+
})) || this;
|
|
75126
|
+
}
|
|
75127
|
+
_inheritsLoose(BubbleChartV2, _View10);
|
|
75128
|
+
BubbleChartV2.type = function type() {
|
|
75129
|
+
return 'bubbleChartV2';
|
|
75130
|
+
};
|
|
75131
|
+
return BubbleChartV2;
|
|
75132
|
+
}(View$3);
|
|
75133
|
+
var SunburstChart$3 = /*#__PURE__*/function (_View11) {
|
|
75134
|
+
function SunburstChart(attributes) {
|
|
75135
|
+
return _View11.call(this, _extends({}, attributes, {
|
|
75136
|
+
type: 'sunburstChart'
|
|
75137
|
+
})) || this;
|
|
75138
|
+
}
|
|
75139
|
+
_inheritsLoose(SunburstChart, _View11);
|
|
75140
|
+
SunburstChart.type = function type() {
|
|
75141
|
+
return 'sunburstChart';
|
|
75142
|
+
};
|
|
75143
|
+
return SunburstChart;
|
|
75144
|
+
}(View$3);
|
|
75145
|
+
var ScatterChart$4 = /*#__PURE__*/function (_View12) {
|
|
75074
75146
|
function ScatterChart(attributes) {
|
|
75075
|
-
return
|
|
75147
|
+
return _View12.call(this, _extends({}, attributes, {
|
|
75076
75148
|
type: 'scatterChart'
|
|
75077
75149
|
})) || this;
|
|
75078
75150
|
}
|
|
75079
|
-
_inheritsLoose(ScatterChart,
|
|
75151
|
+
_inheritsLoose(ScatterChart, _View12);
|
|
75080
75152
|
ScatterChart.type = function type() {
|
|
75081
75153
|
return 'scatterChart';
|
|
75082
75154
|
};
|
|
75083
75155
|
return ScatterChart;
|
|
75084
75156
|
}(View$3);
|
|
75085
|
-
var ComboChart$5 = /*#__PURE__*/function (
|
|
75157
|
+
var ComboChart$5 = /*#__PURE__*/function (_View13) {
|
|
75086
75158
|
function ComboChart(attributes) {
|
|
75087
|
-
return
|
|
75159
|
+
return _View13.call(this, _extends({}, attributes, {
|
|
75088
75160
|
type: 'comboChart'
|
|
75089
75161
|
})) || this;
|
|
75090
75162
|
}
|
|
75091
|
-
_inheritsLoose(ComboChart,
|
|
75163
|
+
_inheritsLoose(ComboChart, _View13);
|
|
75092
75164
|
ComboChart.type = function type() {
|
|
75093
75165
|
return 'comboChart';
|
|
75094
75166
|
};
|
|
75095
75167
|
return ComboChart;
|
|
75096
75168
|
}(View$3);
|
|
75097
|
-
var
|
|
75169
|
+
var ComboChartV2$2 = /*#__PURE__*/function (_View14) {
|
|
75170
|
+
function ComboChartV2(attributes) {
|
|
75171
|
+
return _View14.call(this, _extends({}, attributes, {
|
|
75172
|
+
type: 'comboChartV2'
|
|
75173
|
+
})) || this;
|
|
75174
|
+
}
|
|
75175
|
+
_inheritsLoose(ComboChartV2, _View14);
|
|
75176
|
+
ComboChartV2.type = function type() {
|
|
75177
|
+
return 'comboChartV2';
|
|
75178
|
+
};
|
|
75179
|
+
return ComboChartV2;
|
|
75180
|
+
}(View$3);
|
|
75181
|
+
var PivotTable = /*#__PURE__*/function (_View15) {
|
|
75098
75182
|
function PivotTable(attributes) {
|
|
75099
|
-
return
|
|
75183
|
+
return _View15.call(this, _extends({}, attributes, {
|
|
75100
75184
|
type: 'dataTable'
|
|
75101
75185
|
})) || this;
|
|
75102
75186
|
}
|
|
75103
|
-
_inheritsLoose(PivotTable,
|
|
75187
|
+
_inheritsLoose(PivotTable, _View15);
|
|
75104
75188
|
PivotTable.type = function type() {
|
|
75105
75189
|
return 'dataTable';
|
|
75106
75190
|
};
|
|
75107
75191
|
return PivotTable;
|
|
75108
75192
|
}(View$3);
|
|
75109
|
-
var BasicTable$1 = /*#__PURE__*/function (
|
|
75193
|
+
var BasicTable$1 = /*#__PURE__*/function (_View16) {
|
|
75110
75194
|
function BasicTable(attributes) {
|
|
75111
|
-
return
|
|
75195
|
+
return _View16.call(this, _extends({}, attributes, {
|
|
75112
75196
|
type: 'basicTable'
|
|
75113
75197
|
})) || this;
|
|
75114
75198
|
}
|
|
75115
|
-
_inheritsLoose(BasicTable,
|
|
75199
|
+
_inheritsLoose(BasicTable, _View16);
|
|
75116
75200
|
BasicTable.type = function type() {
|
|
75117
75201
|
return 'basicTable';
|
|
75118
75202
|
};
|
|
75119
75203
|
return BasicTable;
|
|
75120
75204
|
}(View$3);
|
|
75121
|
-
var HorizontalBarChart$4 = /*#__PURE__*/function (
|
|
75205
|
+
var HorizontalBarChart$4 = /*#__PURE__*/function (_View17) {
|
|
75122
75206
|
function HorizontalBarChart(attributes) {
|
|
75123
|
-
return
|
|
75207
|
+
return _View17.call(this, _extends({}, attributes, {
|
|
75124
75208
|
type: 'horizontalBarChart'
|
|
75125
75209
|
})) || this;
|
|
75126
75210
|
}
|
|
75127
|
-
_inheritsLoose(HorizontalBarChart,
|
|
75211
|
+
_inheritsLoose(HorizontalBarChart, _View17);
|
|
75128
75212
|
HorizontalBarChart.type = function type() {
|
|
75129
75213
|
return 'horizontalBarChart';
|
|
75130
75214
|
};
|
|
75131
75215
|
return HorizontalBarChart;
|
|
75132
75216
|
}(View$3);
|
|
75133
|
-
var
|
|
75217
|
+
var HorizontalBarChartV2$1 = /*#__PURE__*/function (_View18) {
|
|
75218
|
+
function HorizontalBarChartV2(attributes) {
|
|
75219
|
+
return _View18.call(this, _extends({}, attributes, {
|
|
75220
|
+
type: 'horizontalBarChartV2'
|
|
75221
|
+
})) || this;
|
|
75222
|
+
}
|
|
75223
|
+
_inheritsLoose(HorizontalBarChartV2, _View18);
|
|
75224
|
+
HorizontalBarChartV2.type = function type() {
|
|
75225
|
+
return 'horizontalBarChartV2';
|
|
75226
|
+
};
|
|
75227
|
+
return HorizontalBarChartV2;
|
|
75228
|
+
}(View$3);
|
|
75229
|
+
var MercatorMap$4 = /*#__PURE__*/function (_View19) {
|
|
75134
75230
|
function MercatorMap(attributes) {
|
|
75135
|
-
return
|
|
75231
|
+
return _View19.call(this, _extends({}, attributes, {
|
|
75136
75232
|
type: 'mercatorMap'
|
|
75137
75233
|
})) || this;
|
|
75138
75234
|
}
|
|
75139
|
-
_inheritsLoose(MercatorMap,
|
|
75235
|
+
_inheritsLoose(MercatorMap, _View19);
|
|
75140
75236
|
MercatorMap.type = function type() {
|
|
75141
75237
|
return 'mercatorMap';
|
|
75142
75238
|
};
|
|
75143
75239
|
return MercatorMap;
|
|
75144
75240
|
}(View$3);
|
|
75145
|
-
var SingleStat$3 = /*#__PURE__*/function (
|
|
75241
|
+
var SingleStat$3 = /*#__PURE__*/function (_View20) {
|
|
75146
75242
|
function SingleStat(attributes) {
|
|
75147
|
-
return
|
|
75243
|
+
return _View20.call(this, _extends({}, attributes, {
|
|
75148
75244
|
type: 'singleStat'
|
|
75149
75245
|
})) || this;
|
|
75150
75246
|
}
|
|
75151
|
-
_inheritsLoose(SingleStat,
|
|
75247
|
+
_inheritsLoose(SingleStat, _View20);
|
|
75152
75248
|
SingleStat.type = function type() {
|
|
75153
75249
|
return 'singleStat';
|
|
75154
75250
|
};
|
|
75155
75251
|
return SingleStat;
|
|
75156
75252
|
}(View$3);
|
|
75157
|
-
var Progress$3 = /*#__PURE__*/function (
|
|
75253
|
+
var Progress$3 = /*#__PURE__*/function (_View21) {
|
|
75158
75254
|
function Progress(attributes) {
|
|
75159
|
-
return
|
|
75255
|
+
return _View21.call(this, _extends({}, attributes, {
|
|
75160
75256
|
type: 'progress'
|
|
75161
75257
|
})) || this;
|
|
75162
75258
|
}
|
|
75163
|
-
_inheritsLoose(Progress,
|
|
75259
|
+
_inheritsLoose(Progress, _View21);
|
|
75164
75260
|
Progress.type = function type() {
|
|
75165
75261
|
return 'progress';
|
|
75166
75262
|
};
|
|
75167
75263
|
return Progress;
|
|
75168
75264
|
}(View$3);
|
|
75169
|
-
var
|
|
75265
|
+
var RichText$3 = /*#__PURE__*/function (_View22) {
|
|
75266
|
+
function RichText(attributes) {
|
|
75267
|
+
return _View22.call(this, _extends({}, attributes, {
|
|
75268
|
+
type: 'richText'
|
|
75269
|
+
})) || this;
|
|
75270
|
+
}
|
|
75271
|
+
_inheritsLoose(RichText, _View22);
|
|
75272
|
+
RichText.type = function type() {
|
|
75273
|
+
return 'richText';
|
|
75274
|
+
};
|
|
75275
|
+
return RichText;
|
|
75276
|
+
}(View$3);
|
|
75277
|
+
var WaterfallChart$4 = /*#__PURE__*/function (_View23) {
|
|
75170
75278
|
function WaterfallChart(attributes) {
|
|
75171
|
-
return
|
|
75279
|
+
return _View23.call(this, _extends({}, attributes, {
|
|
75172
75280
|
type: 'waterfallChart'
|
|
75173
75281
|
})) || this;
|
|
75174
75282
|
}
|
|
75175
|
-
_inheritsLoose(WaterfallChart,
|
|
75283
|
+
_inheritsLoose(WaterfallChart, _View23);
|
|
75176
75284
|
WaterfallChart.type = function type() {
|
|
75177
75285
|
return 'waterfallChart';
|
|
75178
75286
|
};
|
|
75179
75287
|
return WaterfallChart;
|
|
75180
75288
|
}(View$3);
|
|
75181
|
-
var RadarChart$4 = /*#__PURE__*/function (
|
|
75289
|
+
var RadarChart$4 = /*#__PURE__*/function (_View24) {
|
|
75182
75290
|
function RadarChart(attributes) {
|
|
75183
|
-
return
|
|
75291
|
+
return _View24.call(this, _extends({}, attributes, {
|
|
75184
75292
|
type: 'radarChart'
|
|
75185
75293
|
})) || this;
|
|
75186
75294
|
}
|
|
75187
|
-
_inheritsLoose(RadarChart,
|
|
75295
|
+
_inheritsLoose(RadarChart, _View24);
|
|
75188
75296
|
RadarChart.type = function type() {
|
|
75189
75297
|
return 'radarChart';
|
|
75190
75298
|
};
|
|
75191
75299
|
return RadarChart;
|
|
75192
75300
|
}(View$3);
|
|
75301
|
+
var FunnelChart$3 = /*#__PURE__*/function (_View25) {
|
|
75302
|
+
function FunnelChart(attributes) {
|
|
75303
|
+
return _View25.call(this, _extends({}, attributes, {
|
|
75304
|
+
type: 'funnelChart'
|
|
75305
|
+
})) || this;
|
|
75306
|
+
}
|
|
75307
|
+
_inheritsLoose(FunnelChart, _View25);
|
|
75308
|
+
FunnelChart.type = function type() {
|
|
75309
|
+
return 'funnelChart';
|
|
75310
|
+
};
|
|
75311
|
+
return FunnelChart;
|
|
75312
|
+
}(View$3);
|
|
75193
75313
|
|
|
75194
75314
|
var VizzlyInstanceNotLoaded = /*#__PURE__*/function (_Error) {
|
|
75195
75315
|
function VizzlyInstanceNotLoaded(instanceId) {
|
|
@@ -77186,19 +77306,29 @@ VizzlyServices.Editor = Editor;
|
|
|
77186
77306
|
VizzlyServices.Header = Header;
|
|
77187
77307
|
VizzlyServices.Library = Library$1;
|
|
77188
77308
|
VizzlyServices.AreaChart = AreaChart$6;
|
|
77309
|
+
VizzlyServices.AreaChartV2 = AreaChartV2$1;
|
|
77189
77310
|
VizzlyServices.LineChart = LineChart$6;
|
|
77190
|
-
VizzlyServices.
|
|
77311
|
+
VizzlyServices.LineChartV2 = LineChartV2$1;
|
|
77191
77312
|
VizzlyServices.BarChart = BarChart$6;
|
|
77313
|
+
VizzlyServices.BarChartV2 = BarChartV2$1;
|
|
77192
77314
|
VizzlyServices.PieChart = PieChart$4;
|
|
77315
|
+
VizzlyServices.BubbleChart = BubbleChart$5;
|
|
77316
|
+
VizzlyServices.BubbleChartV2 = BubbleChartV2$2;
|
|
77193
77317
|
VizzlyServices.ScatterChart = ScatterChart$4;
|
|
77194
77318
|
VizzlyServices.ComboChart = ComboChart$5;
|
|
77319
|
+
VizzlyServices.ComboChartV2 = ComboChartV2$2;
|
|
77195
77320
|
VizzlyServices.PivotTable = PivotTable;
|
|
77196
77321
|
VizzlyServices.BasicTable = BasicTable$1;
|
|
77197
77322
|
VizzlyServices.HorizontalBarChart = HorizontalBarChart$4;
|
|
77323
|
+
VizzlyServices.HorizontalBarChartV2 = HorizontalBarChartV2$1;
|
|
77198
77324
|
VizzlyServices.MercatorMap = MercatorMap$4;
|
|
77199
77325
|
VizzlyServices.SingleStat = SingleStat$3;
|
|
77200
77326
|
VizzlyServices.Progress = Progress$3;
|
|
77201
|
-
VizzlyServices.
|
|
77327
|
+
VizzlyServices.RichText = RichText$3;
|
|
77328
|
+
VizzlyServices.WaterfallChart = WaterfallChart$4;
|
|
77329
|
+
VizzlyServices.FunnelChart = FunnelChart$3;
|
|
77330
|
+
VizzlyServices.SunburstChart = SunburstChart$3;
|
|
77331
|
+
VizzlyServices.RadarChart = RadarChart$4; // export type Query = Omit<SQLQuery, 'timeZone'> & { timeZone?: string };
|
|
77202
77332
|
// @ts-ignore
|
|
77203
77333
|
if (typeof window !== 'undefined' && !window.Vizzly) {
|
|
77204
77334
|
// @ts-ignore
|