@vizzly/services 0.15.0-dev-7bc589a7f3bd2fcefcfc87158e10f21fb3e5a79c → 0.15.0-dev-a54509b7edba5b0c1577b0610eef3b1c4baad5e7
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/cjs/index.cjs.js +6 -6
- package/dist/esm/index.esm.js +122 -119
- package/dist/types/services/src/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/esm/index.esm.js
CHANGED
|
@@ -4983,7 +4983,7 @@ class om extends Error {
|
|
|
4983
4983
|
}
|
|
4984
4984
|
}
|
|
4985
4985
|
gM.FailedToUpdateQueryEngineUser = om;
|
|
4986
|
-
var
|
|
4986
|
+
var L1 = O0 && O0.__awaiter || function(t, e, o, n) {
|
|
4987
4987
|
function b(a) {
|
|
4988
4988
|
return a instanceof o ? a : new o(function(O) {
|
|
4989
4989
|
O(a);
|
|
@@ -5029,7 +5029,7 @@ class cm extends rm.Api {
|
|
|
5029
5029
|
};
|
|
5030
5030
|
}
|
|
5031
5031
|
fetchGlobalLibraries(e) {
|
|
5032
|
-
return
|
|
5032
|
+
return L1(this, void 0, void 0, function* () {
|
|
5033
5033
|
return yield this.execute(this.buildFetchGlobalLibrariesRequest(e));
|
|
5034
5034
|
});
|
|
5035
5035
|
}
|
|
@@ -5044,7 +5044,7 @@ class cm extends rm.Api {
|
|
|
5044
5044
|
};
|
|
5045
5045
|
}
|
|
5046
5046
|
fetchGlobalLibraryAccessTokens(e) {
|
|
5047
|
-
return
|
|
5047
|
+
return L1(this, void 0, void 0, function* () {
|
|
5048
5048
|
return yield this.execute(this.buildFetchGlobalLibraryAccessTokensRequest(e));
|
|
5049
5049
|
});
|
|
5050
5050
|
}
|
|
@@ -5085,7 +5085,7 @@ class cm extends rm.Api {
|
|
|
5085
5085
|
};
|
|
5086
5086
|
}
|
|
5087
5087
|
createParentDashboard(e) {
|
|
5088
|
-
return
|
|
5088
|
+
return L1(this, void 0, void 0, function* () {
|
|
5089
5089
|
return yield this.execute(this.buildCreateParentDashboardRequest(e));
|
|
5090
5090
|
});
|
|
5091
5091
|
}
|
|
@@ -5102,7 +5102,7 @@ class cm extends rm.Api {
|
|
|
5102
5102
|
};
|
|
5103
5103
|
}
|
|
5104
5104
|
createParentGlobalLibrary(e) {
|
|
5105
|
-
return
|
|
5105
|
+
return L1(this, void 0, void 0, function* () {
|
|
5106
5106
|
return yield this.execute(this.buildCreateParentGlobalLibraryRequest(e));
|
|
5107
5107
|
});
|
|
5108
5108
|
}
|
|
@@ -5118,7 +5118,7 @@ class cm extends rm.Api {
|
|
|
5118
5118
|
};
|
|
5119
5119
|
}
|
|
5120
5120
|
createGlobalLibrary(e) {
|
|
5121
|
-
return
|
|
5121
|
+
return L1(this, void 0, void 0, function* () {
|
|
5122
5122
|
const o = yield this.execute(this.buildCreateGlobalLibraryRequest(e));
|
|
5123
5123
|
if (o.status === 200)
|
|
5124
5124
|
return o.body;
|
|
@@ -5139,7 +5139,7 @@ class cm extends rm.Api {
|
|
|
5139
5139
|
};
|
|
5140
5140
|
}
|
|
5141
5141
|
getProjects(e) {
|
|
5142
|
-
return
|
|
5142
|
+
return L1(this, void 0, void 0, function* () {
|
|
5143
5143
|
const o = yield this.execute(this.buildGetProjectsRequest(e));
|
|
5144
5144
|
if (o.status === 200)
|
|
5145
5145
|
return { projects: o.body.projects };
|
|
@@ -5154,7 +5154,7 @@ class cm extends rm.Api {
|
|
|
5154
5154
|
};
|
|
5155
5155
|
}
|
|
5156
5156
|
createProjectApiKey(e) {
|
|
5157
|
-
return
|
|
5157
|
+
return L1(this, void 0, void 0, function* () {
|
|
5158
5158
|
return yield this.execute(this.buildCreateProjectApiKeyRequest(e));
|
|
5159
5159
|
});
|
|
5160
5160
|
}
|
|
@@ -5167,7 +5167,7 @@ class cm extends rm.Api {
|
|
|
5167
5167
|
};
|
|
5168
5168
|
}
|
|
5169
5169
|
createQueryEngineUser(e) {
|
|
5170
|
-
return
|
|
5170
|
+
return L1(this, void 0, void 0, function* () {
|
|
5171
5171
|
const o = yield this.execute(this.buildCreateQueryEngineUserRequest(e));
|
|
5172
5172
|
if (o.status === 200)
|
|
5173
5173
|
return o.body.query_engine_user;
|
|
@@ -5210,7 +5210,7 @@ class cm extends rm.Api {
|
|
|
5210
5210
|
};
|
|
5211
5211
|
}
|
|
5212
5212
|
createManagedQueryEngineProject(e) {
|
|
5213
|
-
return
|
|
5213
|
+
return L1(this, void 0, void 0, function* () {
|
|
5214
5214
|
return yield this.execute(this.buildCreateManagedQueryEngineProjectRequest(e));
|
|
5215
5215
|
});
|
|
5216
5216
|
}
|
|
@@ -5225,7 +5225,7 @@ class cm extends rm.Api {
|
|
|
5225
5225
|
};
|
|
5226
5226
|
}
|
|
5227
5227
|
createVizzlyConfigVersion(e) {
|
|
5228
|
-
return
|
|
5228
|
+
return L1(this, void 0, void 0, function* () {
|
|
5229
5229
|
return yield this.execute(this.buildCreateVizzlyConfigVersionRequest(e));
|
|
5230
5230
|
});
|
|
5231
5231
|
}
|
|
@@ -5241,7 +5241,7 @@ class cm extends rm.Api {
|
|
|
5241
5241
|
};
|
|
5242
5242
|
}
|
|
5243
5243
|
duplicateDashboards(e) {
|
|
5244
|
-
return
|
|
5244
|
+
return L1(this, void 0, void 0, function* () {
|
|
5245
5245
|
return yield this.execute(this.buildDuplicateDashboardsRequest(e));
|
|
5246
5246
|
});
|
|
5247
5247
|
}
|
|
@@ -5260,7 +5260,7 @@ class cm extends rm.Api {
|
|
|
5260
5260
|
* @deprecated
|
|
5261
5261
|
*/
|
|
5262
5262
|
duplicateParentDashboard(e) {
|
|
5263
|
-
return
|
|
5263
|
+
return L1(this, void 0, void 0, function* () {
|
|
5264
5264
|
return yield this.execute(this.buildDuplicateParentDashboardRequest(e));
|
|
5265
5265
|
});
|
|
5266
5266
|
}
|
|
@@ -5278,7 +5278,7 @@ class cm extends rm.Api {
|
|
|
5278
5278
|
};
|
|
5279
5279
|
}
|
|
5280
5280
|
getConnection(e) {
|
|
5281
|
-
return
|
|
5281
|
+
return L1(this, void 0, void 0, function* () {
|
|
5282
5282
|
const o = yield this.execute(this.buildGetConnectionRequest(e));
|
|
5283
5283
|
if (o.status === 200)
|
|
5284
5284
|
return {
|
|
@@ -5296,7 +5296,7 @@ class cm extends rm.Api {
|
|
|
5296
5296
|
};
|
|
5297
5297
|
}
|
|
5298
5298
|
getManagedQueryEngineKeyPair(e) {
|
|
5299
|
-
return
|
|
5299
|
+
return L1(this, void 0, void 0, function* () {
|
|
5300
5300
|
return yield this.execute(this.buildGetManagedQueryEngineKeyPairRequest(e));
|
|
5301
5301
|
});
|
|
5302
5302
|
}
|
|
@@ -5308,7 +5308,7 @@ class cm extends rm.Api {
|
|
|
5308
5308
|
};
|
|
5309
5309
|
}
|
|
5310
5310
|
getProject(e) {
|
|
5311
|
-
return
|
|
5311
|
+
return L1(this, void 0, void 0, function* () {
|
|
5312
5312
|
const o = yield this.execute(this.buildGetProjectRequest(e));
|
|
5313
5313
|
if (o.status === 200)
|
|
5314
5314
|
return o.body;
|
|
@@ -5325,7 +5325,7 @@ class cm extends rm.Api {
|
|
|
5325
5325
|
};
|
|
5326
5326
|
}
|
|
5327
5327
|
getProjectAccessToken(e) {
|
|
5328
|
-
return
|
|
5328
|
+
return L1(this, void 0, void 0, function* () {
|
|
5329
5329
|
return yield this.execute(this.buildGetProjectAccessTokenRequest(e));
|
|
5330
5330
|
});
|
|
5331
5331
|
}
|
|
@@ -5339,7 +5339,7 @@ class cm extends rm.Api {
|
|
|
5339
5339
|
};
|
|
5340
5340
|
}
|
|
5341
5341
|
getQueryEngineUser(e) {
|
|
5342
|
-
return
|
|
5342
|
+
return L1(this, void 0, void 0, function* () {
|
|
5343
5343
|
const o = yield this.execute(this.buildGetQueryEngineUserRequest(e));
|
|
5344
5344
|
if (o.status === 200)
|
|
5345
5345
|
return o.body.query_engine_user;
|
|
@@ -5355,7 +5355,7 @@ class cm extends rm.Api {
|
|
|
5355
5355
|
};
|
|
5356
5356
|
}
|
|
5357
5357
|
getTeamMembers(e) {
|
|
5358
|
-
return
|
|
5358
|
+
return L1(this, void 0, void 0, function* () {
|
|
5359
5359
|
const o = yield this.execute(this.buildGetTeamMembersRequest(e));
|
|
5360
5360
|
if (o.status === 200)
|
|
5361
5361
|
return o.body;
|
|
@@ -5371,7 +5371,7 @@ class cm extends rm.Api {
|
|
|
5371
5371
|
};
|
|
5372
5372
|
}
|
|
5373
5373
|
getVizzlyConfig(e) {
|
|
5374
|
-
return
|
|
5374
|
+
return L1(this, void 0, void 0, function* () {
|
|
5375
5375
|
const o = yield this.execute(this.buildGetVizzlyConfigRequest(e));
|
|
5376
5376
|
if (o.status === 200)
|
|
5377
5377
|
return {
|
|
@@ -5389,7 +5389,7 @@ class cm extends rm.Api {
|
|
|
5389
5389
|
};
|
|
5390
5390
|
}
|
|
5391
5391
|
saveConnection(e) {
|
|
5392
|
-
return
|
|
5392
|
+
return L1(this, void 0, void 0, function* () {
|
|
5393
5393
|
return yield this.execute(this.buildSaveConnectionRequest(e));
|
|
5394
5394
|
});
|
|
5395
5395
|
}
|
|
@@ -5407,7 +5407,7 @@ class cm extends rm.Api {
|
|
|
5407
5407
|
};
|
|
5408
5408
|
}
|
|
5409
5409
|
saveEncryptedProjectEncryptionSecret(e) {
|
|
5410
|
-
return
|
|
5410
|
+
return L1(this, void 0, void 0, function* () {
|
|
5411
5411
|
const o = yield this.execute(this.buildSaveEncryptedProjectEncryptionSecretRequest(e));
|
|
5412
5412
|
if (o.status === 200)
|
|
5413
5413
|
return !0;
|
|
@@ -5428,7 +5428,7 @@ class cm extends rm.Api {
|
|
|
5428
5428
|
};
|
|
5429
5429
|
}
|
|
5430
5430
|
getScheduledReports(e) {
|
|
5431
|
-
return
|
|
5431
|
+
return L1(this, void 0, void 0, function* () {
|
|
5432
5432
|
return yield this.execute(this.buildGetScheduledReports(e));
|
|
5433
5433
|
});
|
|
5434
5434
|
}
|
|
@@ -5443,7 +5443,7 @@ class cm extends rm.Api {
|
|
|
5443
5443
|
};
|
|
5444
5444
|
}
|
|
5445
5445
|
saveScheduledReport(e) {
|
|
5446
|
-
return
|
|
5446
|
+
return L1(this, void 0, void 0, function* () {
|
|
5447
5447
|
return yield this.execute(this.buildSaveScheduledReportRequest(e));
|
|
5448
5448
|
});
|
|
5449
5449
|
}
|
|
@@ -5460,7 +5460,7 @@ class cm extends rm.Api {
|
|
|
5460
5460
|
};
|
|
5461
5461
|
}
|
|
5462
5462
|
updateDashboard(e) {
|
|
5463
|
-
return
|
|
5463
|
+
return L1(this, void 0, void 0, function* () {
|
|
5464
5464
|
return yield this.execute(this.buildUpdateDashboardRequest(e));
|
|
5465
5465
|
});
|
|
5466
5466
|
}
|
|
@@ -5480,7 +5480,7 @@ class cm extends rm.Api {
|
|
|
5480
5480
|
};
|
|
5481
5481
|
}
|
|
5482
5482
|
updateParentGlobalLibrary(e) {
|
|
5483
|
-
return
|
|
5483
|
+
return L1(this, void 0, void 0, function* () {
|
|
5484
5484
|
return yield this.execute(this.buildUpdateParentGlobalLibraryRequest(e));
|
|
5485
5485
|
});
|
|
5486
5486
|
}
|
|
@@ -5497,7 +5497,7 @@ class cm extends rm.Api {
|
|
|
5497
5497
|
};
|
|
5498
5498
|
}
|
|
5499
5499
|
updateGlobalLibrary(e) {
|
|
5500
|
-
return
|
|
5500
|
+
return L1(this, void 0, void 0, function* () {
|
|
5501
5501
|
return yield this.execute(this.buildUpdateGlobalLibraryRequest(e));
|
|
5502
5502
|
});
|
|
5503
5503
|
}
|
|
@@ -5515,7 +5515,7 @@ class cm extends rm.Api {
|
|
|
5515
5515
|
};
|
|
5516
5516
|
}
|
|
5517
5517
|
updateProjectApiKey(e) {
|
|
5518
|
-
return
|
|
5518
|
+
return L1(this, void 0, void 0, function* () {
|
|
5519
5519
|
return yield this.execute(this.buildUpdateProjectApiKeyRequest(e));
|
|
5520
5520
|
});
|
|
5521
5521
|
}
|
|
@@ -5530,7 +5530,7 @@ class cm extends rm.Api {
|
|
|
5530
5530
|
};
|
|
5531
5531
|
}
|
|
5532
5532
|
updateQueryEngineUser(e) {
|
|
5533
|
-
return
|
|
5533
|
+
return L1(this, void 0, void 0, function* () {
|
|
5534
5534
|
const o = yield this.execute(this.buildUpdateQueryEngineUserRequest(e));
|
|
5535
5535
|
if (o.status === 200)
|
|
5536
5536
|
return !0;
|
|
@@ -5550,7 +5550,7 @@ class cm extends rm.Api {
|
|
|
5550
5550
|
};
|
|
5551
5551
|
}
|
|
5552
5552
|
getDashboardFieldUsageMetadata(e) {
|
|
5553
|
-
return
|
|
5553
|
+
return L1(this, void 0, void 0, function* () {
|
|
5554
5554
|
return yield this.execute(this.buildGetDashboardFieldUsageMetadata(e));
|
|
5555
5555
|
});
|
|
5556
5556
|
}
|
|
@@ -5939,7 +5939,7 @@ class Om extends sm.Api {
|
|
|
5939
5939
|
}
|
|
5940
5940
|
}
|
|
5941
5941
|
yM.VizzlyAppApi = Om;
|
|
5942
|
-
var RM = {},
|
|
5942
|
+
var RM = {}, v1 = O0 && O0.__awaiter || function(t, e, o, n) {
|
|
5943
5943
|
function b(a) {
|
|
5944
5944
|
return a instanceof o ? a : new o(function(O) {
|
|
5945
5945
|
O(a);
|
|
@@ -6000,7 +6000,7 @@ class qm extends lm.Api {
|
|
|
6000
6000
|
};
|
|
6001
6001
|
}
|
|
6002
6002
|
fetchGlobalLibraryAccessTokens(e) {
|
|
6003
|
-
return
|
|
6003
|
+
return v1(this, void 0, void 0, function* () {
|
|
6004
6004
|
return yield this.execute(this.buildFetchGlobalLibraryAccessTokensRequest(e));
|
|
6005
6005
|
});
|
|
6006
6006
|
}
|
|
@@ -6026,7 +6026,7 @@ class qm extends lm.Api {
|
|
|
6026
6026
|
};
|
|
6027
6027
|
}
|
|
6028
6028
|
createConfigFromUpload(e) {
|
|
6029
|
-
return
|
|
6029
|
+
return v1(this, void 0, void 0, function* () {
|
|
6030
6030
|
return yield this.execute(this.buildCreateConfigFromUploadRequest(e));
|
|
6031
6031
|
});
|
|
6032
6032
|
}
|
|
@@ -6043,7 +6043,7 @@ class qm extends lm.Api {
|
|
|
6043
6043
|
};
|
|
6044
6044
|
}
|
|
6045
6045
|
createResults(e) {
|
|
6046
|
-
return
|
|
6046
|
+
return v1(this, arguments, void 0, function* (o, n = "v2") {
|
|
6047
6047
|
return yield this.execute(this.buildCreateResultsRequest(o, n));
|
|
6048
6048
|
});
|
|
6049
6049
|
}
|
|
@@ -6063,7 +6063,7 @@ class qm extends lm.Api {
|
|
|
6063
6063
|
};
|
|
6064
6064
|
}
|
|
6065
6065
|
collectSchema(e) {
|
|
6066
|
-
return
|
|
6066
|
+
return v1(this, void 0, void 0, function* () {
|
|
6067
6067
|
return yield this.execute(this.buildCollectSchemaRequest(e));
|
|
6068
6068
|
});
|
|
6069
6069
|
}
|
|
@@ -6080,7 +6080,7 @@ class qm extends lm.Api {
|
|
|
6080
6080
|
};
|
|
6081
6081
|
}
|
|
6082
6082
|
createSqlPreview(e) {
|
|
6083
|
-
return
|
|
6083
|
+
return v1(this, void 0, void 0, function* () {
|
|
6084
6084
|
var o;
|
|
6085
6085
|
const n = yield this.execute(this.buildCreateSqlPreviewRequest(e));
|
|
6086
6086
|
if (n.status === 200)
|
|
@@ -6101,7 +6101,7 @@ class qm extends lm.Api {
|
|
|
6101
6101
|
};
|
|
6102
6102
|
}
|
|
6103
6103
|
createQueryEngineUser(e) {
|
|
6104
|
-
return
|
|
6104
|
+
return v1(this, void 0, void 0, function* () {
|
|
6105
6105
|
return yield this.execute(this.buildCreateQueryEngineUserRequest(e));
|
|
6106
6106
|
});
|
|
6107
6107
|
}
|
|
@@ -6117,7 +6117,7 @@ class qm extends lm.Api {
|
|
|
6117
6117
|
};
|
|
6118
6118
|
}
|
|
6119
6119
|
fetchDataSets(e) {
|
|
6120
|
-
return
|
|
6120
|
+
return v1(this, void 0, void 0, function* () {
|
|
6121
6121
|
const o = this.buildFetchDataSetsRequest(e), n = yield this.execute(o);
|
|
6122
6122
|
if (n.status === 200)
|
|
6123
6123
|
return n;
|
|
@@ -6135,7 +6135,7 @@ class qm extends lm.Api {
|
|
|
6135
6135
|
};
|
|
6136
6136
|
}
|
|
6137
6137
|
fetchSelfHostedQueryEngineConfig(e) {
|
|
6138
|
-
return
|
|
6138
|
+
return v1(this, void 0, void 0, function* () {
|
|
6139
6139
|
return this.execute(this.buildFetchSelfHostedQueryEngineConfigRequest(e));
|
|
6140
6140
|
});
|
|
6141
6141
|
}
|
|
@@ -6148,7 +6148,7 @@ class qm extends lm.Api {
|
|
|
6148
6148
|
};
|
|
6149
6149
|
}
|
|
6150
6150
|
fetchProject(e) {
|
|
6151
|
-
return
|
|
6151
|
+
return v1(this, void 0, void 0, function* () {
|
|
6152
6152
|
return this.execute(this.buildFetchProjectRequest(e));
|
|
6153
6153
|
});
|
|
6154
6154
|
}
|
|
@@ -6161,7 +6161,7 @@ class qm extends lm.Api {
|
|
|
6161
6161
|
};
|
|
6162
6162
|
}
|
|
6163
6163
|
getStarted(e) {
|
|
6164
|
-
return
|
|
6164
|
+
return v1(this, void 0, void 0, function* () {
|
|
6165
6165
|
const o = yield this.execute(this.buildGetStartedRequest(e));
|
|
6166
6166
|
if (o.status != 200)
|
|
6167
6167
|
throw new um.FailedToSetupProject(typeof o.body == "object" && o.body.reason && "reason" in o.body ? o.body.reason : "Failed to create the first user.");
|
|
@@ -6180,7 +6180,7 @@ class qm extends lm.Api {
|
|
|
6180
6180
|
};
|
|
6181
6181
|
}
|
|
6182
6182
|
getTeamMembers(e) {
|
|
6183
|
-
return
|
|
6183
|
+
return v1(this, void 0, void 0, function* () {
|
|
6184
6184
|
return this.execute(this.buildGetTeamMembersRequest(e));
|
|
6185
6185
|
});
|
|
6186
6186
|
}
|
|
@@ -6192,7 +6192,7 @@ class qm extends lm.Api {
|
|
|
6192
6192
|
};
|
|
6193
6193
|
}
|
|
6194
6194
|
isVizzly(e) {
|
|
6195
|
-
return
|
|
6195
|
+
return v1(this, void 0, void 0, function* () {
|
|
6196
6196
|
return this.execute(this.buildIsVizzlyRequest(e));
|
|
6197
6197
|
});
|
|
6198
6198
|
}
|
|
@@ -6204,7 +6204,7 @@ class qm extends lm.Api {
|
|
|
6204
6204
|
};
|
|
6205
6205
|
}
|
|
6206
6206
|
saveConfig(e) {
|
|
6207
|
-
return
|
|
6207
|
+
return v1(this, void 0, void 0, function* () {
|
|
6208
6208
|
return yield this.execute(this.buildSaveConfigRequest(e));
|
|
6209
6209
|
});
|
|
6210
6210
|
}
|
|
@@ -6219,7 +6219,7 @@ class qm extends lm.Api {
|
|
|
6219
6219
|
};
|
|
6220
6220
|
}
|
|
6221
6221
|
saveConnection(e) {
|
|
6222
|
-
return
|
|
6222
|
+
return v1(this, void 0, void 0, function* () {
|
|
6223
6223
|
return yield this.execute(this.buildSaveConnectionRequest(e));
|
|
6224
6224
|
});
|
|
6225
6225
|
}
|
|
@@ -6235,7 +6235,7 @@ class qm extends lm.Api {
|
|
|
6235
6235
|
};
|
|
6236
6236
|
}
|
|
6237
6237
|
signInWithQueryEngineAccessToken(e) {
|
|
6238
|
-
return
|
|
6238
|
+
return v1(this, void 0, void 0, function* () {
|
|
6239
6239
|
return this.execute(this.buildSignInWithQueryEngineAccessTokenRequest(e));
|
|
6240
6240
|
});
|
|
6241
6241
|
}
|
|
@@ -6248,7 +6248,7 @@ class qm extends lm.Api {
|
|
|
6248
6248
|
};
|
|
6249
6249
|
}
|
|
6250
6250
|
signInWithEmailAndPassword(e) {
|
|
6251
|
-
return
|
|
6251
|
+
return v1(this, void 0, void 0, function* () {
|
|
6252
6252
|
return yield this.execute(this.buildSignInWithEmailAndPasswordRequest(e));
|
|
6253
6253
|
});
|
|
6254
6254
|
}
|
|
@@ -6264,7 +6264,7 @@ class qm extends lm.Api {
|
|
|
6264
6264
|
};
|
|
6265
6265
|
}
|
|
6266
6266
|
status(e) {
|
|
6267
|
-
return
|
|
6267
|
+
return v1(this, void 0, void 0, function* () {
|
|
6268
6268
|
return this.execute(this.buildStatusRequest(e));
|
|
6269
6269
|
});
|
|
6270
6270
|
}
|
|
@@ -6277,7 +6277,7 @@ class qm extends lm.Api {
|
|
|
6277
6277
|
};
|
|
6278
6278
|
}
|
|
6279
6279
|
createGlobalLibrary(e) {
|
|
6280
|
-
return
|
|
6280
|
+
return v1(this, void 0, void 0, function* () {
|
|
6281
6281
|
const o = yield this.execute(this.buildCreateGlobalLibraryRequest(e));
|
|
6282
6282
|
if (o.status === 200)
|
|
6283
6283
|
return o.body;
|
|
@@ -6298,7 +6298,7 @@ class qm extends lm.Api {
|
|
|
6298
6298
|
};
|
|
6299
6299
|
}
|
|
6300
6300
|
fetchGlobalLibraries(e) {
|
|
6301
|
-
return
|
|
6301
|
+
return v1(this, void 0, void 0, function* () {
|
|
6302
6302
|
return yield this.execute(this.buildFetchGlobalLibrariesRequest(e));
|
|
6303
6303
|
});
|
|
6304
6304
|
}
|
|
@@ -6313,7 +6313,7 @@ class qm extends lm.Api {
|
|
|
6313
6313
|
};
|
|
6314
6314
|
}
|
|
6315
6315
|
updateGlobalLibrary(e) {
|
|
6316
|
-
return
|
|
6316
|
+
return v1(this, void 0, void 0, function* () {
|
|
6317
6317
|
return yield this.execute(this.buildUpdateGlobalLibraryRequest(e));
|
|
6318
6318
|
});
|
|
6319
6319
|
}
|
|
@@ -6331,7 +6331,7 @@ class qm extends lm.Api {
|
|
|
6331
6331
|
};
|
|
6332
6332
|
}
|
|
6333
6333
|
updateDashboard(e) {
|
|
6334
|
-
return
|
|
6334
|
+
return v1(this, void 0, void 0, function* () {
|
|
6335
6335
|
return yield this.execute(this.buildUpdateDashboardRequest(e));
|
|
6336
6336
|
});
|
|
6337
6337
|
}
|
|
@@ -6351,7 +6351,7 @@ class qm extends lm.Api {
|
|
|
6351
6351
|
};
|
|
6352
6352
|
}
|
|
6353
6353
|
updateQueryEngineUser(e) {
|
|
6354
|
-
return
|
|
6354
|
+
return v1(this, void 0, void 0, function* () {
|
|
6355
6355
|
return yield this.execute(this.buildUpdateQueryEngineUserRequest(e));
|
|
6356
6356
|
});
|
|
6357
6357
|
}
|
|
@@ -6367,7 +6367,7 @@ class qm extends lm.Api {
|
|
|
6367
6367
|
};
|
|
6368
6368
|
}
|
|
6369
6369
|
uploadDataToVizzlyCloud(e) {
|
|
6370
|
-
return
|
|
6370
|
+
return v1(this, void 0, void 0, function* () {
|
|
6371
6371
|
return yield this.execute(this.buildUploadDataToVizzlyCloudRequest(e));
|
|
6372
6372
|
});
|
|
6373
6373
|
}
|
|
@@ -6388,13 +6388,13 @@ class qm extends lm.Api {
|
|
|
6388
6388
|
* information.
|
|
6389
6389
|
* */
|
|
6390
6390
|
createCompanyInfrastructure(e) {
|
|
6391
|
-
return
|
|
6391
|
+
return v1(this, void 0, void 0, function* () {
|
|
6392
6392
|
return yield this.execute(this.buildCreateCompanyInfrastructureRequest(e));
|
|
6393
6393
|
});
|
|
6394
6394
|
}
|
|
6395
6395
|
/** Get the status of a create company infrastructure call */
|
|
6396
6396
|
getCreateCompanyInfrastructureStatus(e) {
|
|
6397
|
-
return
|
|
6397
|
+
return v1(this, void 0, void 0, function* () {
|
|
6398
6398
|
return yield this.execute(this.buildCreateCompanyInfrastructureRequest(e, { statusOnly: !0 }));
|
|
6399
6399
|
});
|
|
6400
6400
|
}
|
|
@@ -6412,13 +6412,13 @@ class qm extends lm.Api {
|
|
|
6412
6412
|
}
|
|
6413
6413
|
/** Send request to ingest data */
|
|
6414
6414
|
ingestDatasource(e) {
|
|
6415
|
-
return
|
|
6415
|
+
return v1(this, void 0, void 0, function* () {
|
|
6416
6416
|
return yield this.execute(this.buildIngestDatasourceRequest(e, { statusOnly: !1 }));
|
|
6417
6417
|
});
|
|
6418
6418
|
}
|
|
6419
6419
|
/** Get the status of a call to ingest data for a data source. */
|
|
6420
6420
|
getIngestDatasourceStatus(e) {
|
|
6421
|
-
return
|
|
6421
|
+
return v1(this, void 0, void 0, function* () {
|
|
6422
6422
|
return yield this.execute(this.buildIngestDatasourceRequest(e, { statusOnly: !0 }));
|
|
6423
6423
|
});
|
|
6424
6424
|
}
|
|
@@ -6439,13 +6439,13 @@ class qm extends lm.Api {
|
|
|
6439
6439
|
}
|
|
6440
6440
|
/** Get the status of a call to ingest data for a data source. */
|
|
6441
6441
|
getCreateSnapshotStatus(e) {
|
|
6442
|
-
return
|
|
6442
|
+
return v1(this, void 0, void 0, function* () {
|
|
6443
6443
|
return yield this.execute(this.buildCreateSnapshotRequest(e, { statusOnly: !0 }));
|
|
6444
6444
|
});
|
|
6445
6445
|
}
|
|
6446
6446
|
/** Send request to create a snapshot */
|
|
6447
6447
|
createSnapshot(e) {
|
|
6448
|
-
return
|
|
6448
|
+
return v1(this, void 0, void 0, function* () {
|
|
6449
6449
|
return yield this.execute(this.buildCreateSnapshotRequest(e, { statusOnly: !1 }));
|
|
6450
6450
|
});
|
|
6451
6451
|
}
|
|
@@ -12708,7 +12708,7 @@ const q6 = Ut.QueryEngineConfig.Constants.timeDimensionsConstants, W6 = (t) => !
|
|
|
12708
12708
|
function: e.function || e.aggregate
|
|
12709
12709
|
};
|
|
12710
12710
|
return delete o.aggregate, o;
|
|
12711
|
-
}),
|
|
12711
|
+
}), R1 = (t) => t === "auto" || t === 0 || t === 2 ? t : "auto", ut = (t) => {
|
|
12712
12712
|
if (!t) return {};
|
|
12713
12713
|
let e = {};
|
|
12714
12714
|
return t.measure && Object.entries(t.measure).forEach(([o, n]) => {
|
|
@@ -18262,8 +18262,8 @@ const eu = (t) => ({
|
|
|
18262
18262
|
xAxisFormat: e.xAxisFormat,
|
|
18263
18263
|
goalLines: e.goalLines,
|
|
18264
18264
|
parameters: ut(e.parameters),
|
|
18265
|
-
approxXAxisLabelCount:
|
|
18266
|
-
approxYAxisLabelCount:
|
|
18265
|
+
approxXAxisLabelCount: R1(e.approxXAxisLabelCount),
|
|
18266
|
+
approxYAxisLabelCount: R1(e.approxYAxisLabelCount),
|
|
18267
18267
|
headline: ho(e.headline, e.timeDimension),
|
|
18268
18268
|
tags: e.tags ?? []
|
|
18269
18269
|
}),
|
|
@@ -18628,8 +18628,8 @@ const U_ = R.object({
|
|
|
18628
18628
|
goalLines: e.goalLines,
|
|
18629
18629
|
headline: ho(e.headline, e.timeDimension),
|
|
18630
18630
|
parameters: ut(e.parameters),
|
|
18631
|
-
approxXAxisLabelCount:
|
|
18632
|
-
approxYAxisLabelCount:
|
|
18631
|
+
approxXAxisLabelCount: R1(e.approxXAxisLabelCount),
|
|
18632
|
+
approxYAxisLabelCount: R1(e.approxYAxisLabelCount),
|
|
18633
18633
|
axisTitles: e.axisTitles,
|
|
18634
18634
|
tags: e.tags ?? [],
|
|
18635
18635
|
trends: e.trends ?? [],
|
|
@@ -18940,8 +18940,8 @@ const Gn = (t) => R.object({
|
|
|
18940
18940
|
filter: V1(e.filter),
|
|
18941
18941
|
viewId: k0(e.viewId),
|
|
18942
18942
|
dimension: Oe(e.dimension),
|
|
18943
|
-
approxXAxisLabelCount:
|
|
18944
|
-
approxYAxisLabelCount:
|
|
18943
|
+
approxXAxisLabelCount: R1(e.approxXAxisLabelCount),
|
|
18944
|
+
approxYAxisLabelCount: R1(e.approxYAxisLabelCount),
|
|
18945
18945
|
parameters: ut(e.parameters),
|
|
18946
18946
|
conditionalFormattingRules: St(
|
|
18947
18947
|
t.queryEngineConfig,
|
|
@@ -19256,8 +19256,8 @@ const Gn = (t) => R.object({
|
|
|
19256
19256
|
goalLines: e.goalLines,
|
|
19257
19257
|
headline: ho(e.headline, e.timeDimension),
|
|
19258
19258
|
parameters: ut(e.parameters),
|
|
19259
|
-
approxXAxisLabelCount:
|
|
19260
|
-
approxYAxisLabelCount:
|
|
19259
|
+
approxXAxisLabelCount: R1(e.approxXAxisLabelCount),
|
|
19260
|
+
approxYAxisLabelCount: R1(e.approxYAxisLabelCount),
|
|
19261
19261
|
axisTitles: e.axisTitles,
|
|
19262
19262
|
tags: e.tags ?? [],
|
|
19263
19263
|
stacked: e.stacked
|
|
@@ -19825,8 +19825,8 @@ const Gn = (t) => R.object({
|
|
|
19825
19825
|
yAxisPrefix: e.yAxisPrefix,
|
|
19826
19826
|
xAxisPostfix: e.xAxisPostfix,
|
|
19827
19827
|
xAxisPrefix: e.xAxisPrefix,
|
|
19828
|
-
approxXAxisLabelCount:
|
|
19829
|
-
approxYAxisLabelCount:
|
|
19828
|
+
approxXAxisLabelCount: R1(e.approxXAxisLabelCount),
|
|
19829
|
+
approxYAxisLabelCount: R1(e.approxYAxisLabelCount),
|
|
19830
19830
|
goalLines: e.goalLines,
|
|
19831
19831
|
axisTitles: e.axisTitles,
|
|
19832
19832
|
tags: e.tags ?? []
|
|
@@ -20174,8 +20174,8 @@ const Gn = (t) => R.object({
|
|
|
20174
20174
|
goalLines: e.goalLines,
|
|
20175
20175
|
headline: ho(e.headline, e.timeDimension),
|
|
20176
20176
|
parameters: ut(e.parameters),
|
|
20177
|
-
approxXAxisLabelCount:
|
|
20178
|
-
approxYAxisLabelCount:
|
|
20177
|
+
approxXAxisLabelCount: R1(e.approxXAxisLabelCount),
|
|
20178
|
+
approxYAxisLabelCount: R1(e.approxYAxisLabelCount),
|
|
20179
20179
|
axisTitles: e.axisTitles,
|
|
20180
20180
|
tags: e.tags ?? [],
|
|
20181
20181
|
trends: e.trends ?? []
|
|
@@ -20372,8 +20372,8 @@ function lu(t, e) {
|
|
|
20372
20372
|
lineDimension: Oe(t.lineDimension || t.dimension || []),
|
|
20373
20373
|
barDimension: Oe(t.barDimension || t.dimension || []),
|
|
20374
20374
|
viewId: k0(t.viewId),
|
|
20375
|
-
approxXAxisLabelCount:
|
|
20376
|
-
approxYAxisLabelCount:
|
|
20375
|
+
approxXAxisLabelCount: R1(t.approxXAxisLabelCount),
|
|
20376
|
+
approxYAxisLabelCount: R1(t.approxYAxisLabelCount),
|
|
20377
20377
|
conditionalFormattingRules: {
|
|
20378
20378
|
bar: St(e, t.conditionalFormattingRules?.bar),
|
|
20379
20379
|
line: St(e, t.conditionalFormattingRules?.line)
|
|
@@ -21515,8 +21515,8 @@ const ee = {
|
|
|
21515
21515
|
dimension: Oe(e.dimension),
|
|
21516
21516
|
viewId: k0(e.viewId),
|
|
21517
21517
|
filter: V1(e.filter),
|
|
21518
|
-
approxXAxisLabelCount:
|
|
21519
|
-
approxYAxisLabelCount:
|
|
21518
|
+
approxXAxisLabelCount: R1(e.approxXAxisLabelCount),
|
|
21519
|
+
approxYAxisLabelCount: R1(e.approxYAxisLabelCount),
|
|
21520
21520
|
tags: e.tags ?? [],
|
|
21521
21521
|
labels: e.labels ?? !1,
|
|
21522
21522
|
parameters: ut(e.parameters)
|
|
@@ -21790,8 +21790,8 @@ const ee = {
|
|
|
21790
21790
|
dimension: Oe(e.dimension),
|
|
21791
21791
|
viewId: k0(e.viewId),
|
|
21792
21792
|
filter: V1(e.filter),
|
|
21793
|
-
approxXAxisLabelCount:
|
|
21794
|
-
approxYAxisLabelCount:
|
|
21793
|
+
approxXAxisLabelCount: R1(e.approxXAxisLabelCount),
|
|
21794
|
+
approxYAxisLabelCount: R1(e.approxYAxisLabelCount),
|
|
21795
21795
|
tags: e.tags ?? [],
|
|
21796
21796
|
parameters: ut(e.parameters)
|
|
21797
21797
|
}),
|
|
@@ -22104,8 +22104,8 @@ const ee = {
|
|
|
22104
22104
|
goalLines: e.goalLines,
|
|
22105
22105
|
headline: ho(e.headline, e.timeDimension),
|
|
22106
22106
|
parameters: ut(e.parameters),
|
|
22107
|
-
approxXAxisLabelCount:
|
|
22108
|
-
approxYAxisLabelCount:
|
|
22107
|
+
approxXAxisLabelCount: R1(e.approxXAxisLabelCount),
|
|
22108
|
+
approxYAxisLabelCount: R1(e.approxYAxisLabelCount),
|
|
22109
22109
|
axisTitles: e.axisTitles,
|
|
22110
22110
|
tags: e.tags ?? [],
|
|
22111
22111
|
stacked: e.stacked
|
|
@@ -22426,8 +22426,8 @@ const ee = {
|
|
|
22426
22426
|
goalLines: e.goalLines,
|
|
22427
22427
|
headline: ho(e.headline, e.timeDimension),
|
|
22428
22428
|
parameters: ut(e.parameters),
|
|
22429
|
-
approxXAxisLabelCount:
|
|
22430
|
-
approxYAxisLabelCount:
|
|
22429
|
+
approxXAxisLabelCount: R1(e.approxXAxisLabelCount),
|
|
22430
|
+
approxYAxisLabelCount: R1(e.approxYAxisLabelCount),
|
|
22431
22431
|
axisTitles: e.axisTitles,
|
|
22432
22432
|
tags: e.tags ?? [],
|
|
22433
22433
|
trends: e.trends ?? []
|
|
@@ -22743,8 +22743,8 @@ const ee = {
|
|
|
22743
22743
|
goalLines: e.goalLines,
|
|
22744
22744
|
headline: ho(e.headline, e.timeDimension),
|
|
22745
22745
|
parameters: ut(e.parameters),
|
|
22746
|
-
approxXAxisLabelCount:
|
|
22747
|
-
approxYAxisLabelCount:
|
|
22746
|
+
approxXAxisLabelCount: R1(e.approxXAxisLabelCount),
|
|
22747
|
+
approxYAxisLabelCount: R1(e.approxYAxisLabelCount),
|
|
22748
22748
|
axisTitles: e.axisTitles,
|
|
22749
22749
|
tags: e.tags ?? [],
|
|
22750
22750
|
trends: e.trends ?? []
|
|
@@ -23644,8 +23644,8 @@ const Xl = (t) => R.object({
|
|
|
23644
23644
|
yAxisPrefix: e.yAxisPrefix,
|
|
23645
23645
|
yAxisFormat: e.yAxisFormat,
|
|
23646
23646
|
xAxisFormat: e.xAxisFormat,
|
|
23647
|
-
approxXAxisLabelCount:
|
|
23648
|
-
approxYAxisLabelCount:
|
|
23647
|
+
approxXAxisLabelCount: R1(e.approxXAxisLabelCount),
|
|
23648
|
+
approxYAxisLabelCount: R1(e.approxYAxisLabelCount),
|
|
23649
23649
|
legend: e.legend,
|
|
23650
23650
|
tags: e.tags ?? []
|
|
23651
23651
|
}),
|
|
@@ -24260,8 +24260,8 @@ const Xl = (t) => R.object({
|
|
|
24260
24260
|
yAxisPrefix: e.yAxisPrefix,
|
|
24261
24261
|
xAxisPostfix: e.xAxisPostfix,
|
|
24262
24262
|
xAxisPrefix: e.xAxisPrefix,
|
|
24263
|
-
approxXAxisLabelCount:
|
|
24264
|
-
approxYAxisLabelCount:
|
|
24263
|
+
approxXAxisLabelCount: R1(e.approxXAxisLabelCount),
|
|
24264
|
+
approxYAxisLabelCount: R1(e.approxYAxisLabelCount),
|
|
24265
24265
|
goalLines: e.goalLines,
|
|
24266
24266
|
quadrants: e.quadrants,
|
|
24267
24267
|
axisTitles: e.axisTitles,
|
|
@@ -25169,8 +25169,8 @@ const ku = (t) => R.object({
|
|
|
25169
25169
|
yAxisPrefix: e.yAxisPrefix,
|
|
25170
25170
|
yAxisFormat: e.yAxisFormat,
|
|
25171
25171
|
xAxisFormat: e.xAxisFormat,
|
|
25172
|
-
approxXAxisLabelCount:
|
|
25173
|
-
approxYAxisLabelCount:
|
|
25172
|
+
approxXAxisLabelCount: R1(e.approxXAxisLabelCount),
|
|
25173
|
+
approxYAxisLabelCount: R1(e.approxYAxisLabelCount),
|
|
25174
25174
|
axisTitles: e.axisTitles,
|
|
25175
25175
|
displaySubject: e.displaySubject,
|
|
25176
25176
|
displayTitle: e.displayTitle,
|
|
@@ -28091,7 +28091,7 @@ const J7 = () => Ut.QueryEngineConfig.getQueryEngineConfig("postgres"), eT = ()
|
|
|
28091
28091
|
throw "SQLite not support via the query engine";
|
|
28092
28092
|
}
|
|
28093
28093
|
};
|
|
28094
|
-
class
|
|
28094
|
+
class y1 {
|
|
28095
28095
|
constructor(e) {
|
|
28096
28096
|
const { init: o } = ib(e.type, {
|
|
28097
28097
|
queryEngineConfig: this.getQueryEngineConfig()
|
|
@@ -28099,10 +28099,10 @@ class v1 {
|
|
|
28099
28099
|
this.attributes = o(e?.dataSetId, e);
|
|
28100
28100
|
}
|
|
28101
28101
|
getQueryEngineConfig() {
|
|
28102
|
-
return
|
|
28102
|
+
return y1.queryEngineConfig || $e.use().getViewConfiguration().queryEngineConfig;
|
|
28103
28103
|
}
|
|
28104
28104
|
static setQueryEngineConfig(e) {
|
|
28105
|
-
typeof e == "string" ?
|
|
28105
|
+
typeof e == "string" ? y1.queryEngineConfig = bT(e) : y1.queryEngineConfig = e;
|
|
28106
28106
|
}
|
|
28107
28107
|
updateAttributes(e) {
|
|
28108
28108
|
const { setAttributes: o } = ib(this.attributes.type, {
|
|
@@ -28113,7 +28113,7 @@ class v1 {
|
|
|
28113
28113
|
this.attributes = o(this.attributes, e);
|
|
28114
28114
|
}
|
|
28115
28115
|
}
|
|
28116
|
-
class pT extends
|
|
28116
|
+
class pT extends y1 {
|
|
28117
28117
|
constructor(e) {
|
|
28118
28118
|
super({ ...e, type: "areaChart" });
|
|
28119
28119
|
}
|
|
@@ -28121,7 +28121,7 @@ class pT extends v1 {
|
|
|
28121
28121
|
return "areaChart";
|
|
28122
28122
|
}
|
|
28123
28123
|
}
|
|
28124
|
-
class aT extends
|
|
28124
|
+
class aT extends y1 {
|
|
28125
28125
|
constructor(e) {
|
|
28126
28126
|
super({ ...e, type: "areaChartV2" });
|
|
28127
28127
|
}
|
|
@@ -28129,7 +28129,7 @@ class aT extends v1 {
|
|
|
28129
28129
|
return "areaChartV2";
|
|
28130
28130
|
}
|
|
28131
28131
|
}
|
|
28132
|
-
class MT extends
|
|
28132
|
+
class MT extends y1 {
|
|
28133
28133
|
constructor(e) {
|
|
28134
28134
|
super({ ...e, type: "lineChart" });
|
|
28135
28135
|
}
|
|
@@ -28137,7 +28137,7 @@ class MT extends v1 {
|
|
|
28137
28137
|
return "lineChart";
|
|
28138
28138
|
}
|
|
28139
28139
|
}
|
|
28140
|
-
class zT extends
|
|
28140
|
+
class zT extends y1 {
|
|
28141
28141
|
constructor(e) {
|
|
28142
28142
|
super({ ...e, type: "lineChartV2" });
|
|
28143
28143
|
}
|
|
@@ -28145,7 +28145,7 @@ class zT extends v1 {
|
|
|
28145
28145
|
return "lineChartV2";
|
|
28146
28146
|
}
|
|
28147
28147
|
}
|
|
28148
|
-
class cT extends
|
|
28148
|
+
class cT extends y1 {
|
|
28149
28149
|
constructor(e) {
|
|
28150
28150
|
super({ ...e, type: "barChart" });
|
|
28151
28151
|
}
|
|
@@ -28153,7 +28153,7 @@ class cT extends v1 {
|
|
|
28153
28153
|
return "barChart";
|
|
28154
28154
|
}
|
|
28155
28155
|
}
|
|
28156
|
-
class sT extends
|
|
28156
|
+
class sT extends y1 {
|
|
28157
28157
|
constructor(e) {
|
|
28158
28158
|
super({ ...e, type: "barChartV2" });
|
|
28159
28159
|
}
|
|
@@ -28161,7 +28161,7 @@ class sT extends v1 {
|
|
|
28161
28161
|
return "barChartV2";
|
|
28162
28162
|
}
|
|
28163
28163
|
}
|
|
28164
|
-
class OT extends
|
|
28164
|
+
class OT extends y1 {
|
|
28165
28165
|
constructor(e) {
|
|
28166
28166
|
super({ ...e, type: "pieChart" });
|
|
28167
28167
|
}
|
|
@@ -28169,7 +28169,7 @@ class OT extends v1 {
|
|
|
28169
28169
|
return "pieChart";
|
|
28170
28170
|
}
|
|
28171
28171
|
}
|
|
28172
|
-
class lT extends
|
|
28172
|
+
class lT extends y1 {
|
|
28173
28173
|
constructor(e) {
|
|
28174
28174
|
super({ ...e, type: "bubbleChart" });
|
|
28175
28175
|
}
|
|
@@ -28177,7 +28177,7 @@ class lT extends v1 {
|
|
|
28177
28177
|
return "bubbleChart";
|
|
28178
28178
|
}
|
|
28179
28179
|
}
|
|
28180
|
-
class AT extends
|
|
28180
|
+
class AT extends y1 {
|
|
28181
28181
|
constructor(e) {
|
|
28182
28182
|
super({ ...e, type: "bubbleChartV2" });
|
|
28183
28183
|
}
|
|
@@ -28185,7 +28185,7 @@ class AT extends v1 {
|
|
|
28185
28185
|
return "bubbleChartV2";
|
|
28186
28186
|
}
|
|
28187
28187
|
}
|
|
28188
|
-
class dT extends
|
|
28188
|
+
class dT extends y1 {
|
|
28189
28189
|
constructor(e) {
|
|
28190
28190
|
super({ ...e, type: "sunburstChart" });
|
|
28191
28191
|
}
|
|
@@ -28193,7 +28193,7 @@ class dT extends v1 {
|
|
|
28193
28193
|
return "sunburstChart";
|
|
28194
28194
|
}
|
|
28195
28195
|
}
|
|
28196
|
-
class uT extends
|
|
28196
|
+
class uT extends y1 {
|
|
28197
28197
|
constructor(e) {
|
|
28198
28198
|
super({ ...e, type: "scatterChart" });
|
|
28199
28199
|
}
|
|
@@ -28201,7 +28201,7 @@ class uT extends v1 {
|
|
|
28201
28201
|
return "scatterChart";
|
|
28202
28202
|
}
|
|
28203
28203
|
}
|
|
28204
|
-
class fT extends
|
|
28204
|
+
class fT extends y1 {
|
|
28205
28205
|
constructor(e) {
|
|
28206
28206
|
super({ ...e, type: "comboChart" });
|
|
28207
28207
|
}
|
|
@@ -28209,7 +28209,7 @@ class fT extends v1 {
|
|
|
28209
28209
|
return "comboChart";
|
|
28210
28210
|
}
|
|
28211
28211
|
}
|
|
28212
|
-
class qT extends
|
|
28212
|
+
class qT extends y1 {
|
|
28213
28213
|
constructor(e) {
|
|
28214
28214
|
super({ ...e, type: "comboChartV2" });
|
|
28215
28215
|
}
|
|
@@ -28217,7 +28217,7 @@ class qT extends v1 {
|
|
|
28217
28217
|
return "comboChartV2";
|
|
28218
28218
|
}
|
|
28219
28219
|
}
|
|
28220
|
-
class WT extends
|
|
28220
|
+
class WT extends y1 {
|
|
28221
28221
|
constructor(e) {
|
|
28222
28222
|
super({ ...e, type: "dataTable" });
|
|
28223
28223
|
}
|
|
@@ -28225,7 +28225,7 @@ class WT extends v1 {
|
|
|
28225
28225
|
return "dataTable";
|
|
28226
28226
|
}
|
|
28227
28227
|
}
|
|
28228
|
-
class hT extends
|
|
28228
|
+
class hT extends y1 {
|
|
28229
28229
|
constructor(e) {
|
|
28230
28230
|
super({ ...e, type: "basicTable" });
|
|
28231
28231
|
}
|
|
@@ -28233,7 +28233,7 @@ class hT extends v1 {
|
|
|
28233
28233
|
return "basicTable";
|
|
28234
28234
|
}
|
|
28235
28235
|
}
|
|
28236
|
-
class mT extends
|
|
28236
|
+
class mT extends y1 {
|
|
28237
28237
|
constructor(e) {
|
|
28238
28238
|
super({ ...e, type: "horizontalBarChart" });
|
|
28239
28239
|
}
|
|
@@ -28241,7 +28241,7 @@ class mT extends v1 {
|
|
|
28241
28241
|
return "horizontalBarChart";
|
|
28242
28242
|
}
|
|
28243
28243
|
}
|
|
28244
|
-
class gT extends
|
|
28244
|
+
class gT extends y1 {
|
|
28245
28245
|
constructor(e) {
|
|
28246
28246
|
super({ ...e, type: "horizontalBarChartV2" });
|
|
28247
28247
|
}
|
|
@@ -28249,7 +28249,7 @@ class gT extends v1 {
|
|
|
28249
28249
|
return "horizontalBarChartV2";
|
|
28250
28250
|
}
|
|
28251
28251
|
}
|
|
28252
|
-
class yT extends
|
|
28252
|
+
class yT extends y1 {
|
|
28253
28253
|
constructor(e) {
|
|
28254
28254
|
super({ ...e, type: "mercatorMap" });
|
|
28255
28255
|
}
|
|
@@ -28257,7 +28257,7 @@ class yT extends v1 {
|
|
|
28257
28257
|
return "mercatorMap";
|
|
28258
28258
|
}
|
|
28259
28259
|
}
|
|
28260
|
-
class RT extends
|
|
28260
|
+
class RT extends y1 {
|
|
28261
28261
|
constructor(e) {
|
|
28262
28262
|
super({ ...e, type: "singleStat" });
|
|
28263
28263
|
}
|
|
@@ -28265,7 +28265,7 @@ class RT extends v1 {
|
|
|
28265
28265
|
return "singleStat";
|
|
28266
28266
|
}
|
|
28267
28267
|
}
|
|
28268
|
-
class LT extends
|
|
28268
|
+
class LT extends y1 {
|
|
28269
28269
|
constructor(e) {
|
|
28270
28270
|
super({ ...e, type: "progress" });
|
|
28271
28271
|
}
|
|
@@ -28273,7 +28273,7 @@ class LT extends v1 {
|
|
|
28273
28273
|
return "progress";
|
|
28274
28274
|
}
|
|
28275
28275
|
}
|
|
28276
|
-
class vT extends
|
|
28276
|
+
class vT extends y1 {
|
|
28277
28277
|
constructor(e) {
|
|
28278
28278
|
super({ ...e, type: "richText" });
|
|
28279
28279
|
}
|
|
@@ -28281,7 +28281,7 @@ class vT extends v1 {
|
|
|
28281
28281
|
return "richText";
|
|
28282
28282
|
}
|
|
28283
28283
|
}
|
|
28284
|
-
class _T extends
|
|
28284
|
+
class _T extends y1 {
|
|
28285
28285
|
constructor(e) {
|
|
28286
28286
|
super({ ...e, type: "waterfallChart" });
|
|
28287
28287
|
}
|
|
@@ -28289,7 +28289,7 @@ class _T extends v1 {
|
|
|
28289
28289
|
return "waterfallChart";
|
|
28290
28290
|
}
|
|
28291
28291
|
}
|
|
28292
|
-
class NT extends
|
|
28292
|
+
class NT extends y1 {
|
|
28293
28293
|
constructor(e) {
|
|
28294
28294
|
super({ ...e, type: "radarChart" });
|
|
28295
28295
|
}
|
|
@@ -28297,7 +28297,7 @@ class NT extends v1 {
|
|
|
28297
28297
|
return "radarChart";
|
|
28298
28298
|
}
|
|
28299
28299
|
}
|
|
28300
|
-
class TT extends
|
|
28300
|
+
class TT extends y1 {
|
|
28301
28301
|
constructor(e) {
|
|
28302
28302
|
super({ ...e, type: "funnelChart" });
|
|
28303
28303
|
}
|
|
@@ -29384,7 +29384,7 @@ class Ho {
|
|
|
29384
29384
|
});
|
|
29385
29385
|
}
|
|
29386
29386
|
static clearInstances() {
|
|
29387
|
-
$e._instanceStore = {},
|
|
29387
|
+
$e._instanceStore = {}, y1.setQueryEngineConfig(null);
|
|
29388
29388
|
}
|
|
29389
29389
|
/**
|
|
29390
29390
|
* Use the dashboard API to create the dashboard, upcast
|
|
@@ -29608,6 +29608,9 @@ class Ho {
|
|
|
29608
29608
|
static {
|
|
29609
29609
|
this.Library = Q7;
|
|
29610
29610
|
}
|
|
29611
|
+
static {
|
|
29612
|
+
this.View = y1;
|
|
29613
|
+
}
|
|
29611
29614
|
static {
|
|
29612
29615
|
this.AreaChart = pT;
|
|
29613
29616
|
}
|