@everymatrix/stage-dm-input-text 1.0.22 → 1.0.26
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/component-lib.js +7 -7
- package/main.js +7 -7
- package/main.js.map +1 -1
- package/package-stage.json +1 -1
- package/package.json +1 -1
package/component-lib.js
CHANGED
|
@@ -33436,7 +33436,7 @@ var TemplateService = class _TemplateService {
|
|
|
33436
33436
|
templateChanged = new Subject();
|
|
33437
33437
|
templatesList = signal(void 0);
|
|
33438
33438
|
saveTemplate(templateName, templateDescription, params, reportId, templateId, isTemporary = true) {
|
|
33439
|
-
const url = this.apiHandlerService.getACSBaseUrl("save_report_template", "
|
|
33439
|
+
const url = this.apiHandlerService.getACSBaseUrl("save_report_template", "ubo");
|
|
33440
33440
|
const body = {
|
|
33441
33441
|
p_report_params: {
|
|
33442
33442
|
p_user_id: this.sessionService.sessionData?.Username,
|
|
@@ -33458,7 +33458,7 @@ var TemplateService = class _TemplateService {
|
|
|
33458
33458
|
}));
|
|
33459
33459
|
}
|
|
33460
33460
|
getTemplateById(reportId, templateId) {
|
|
33461
|
-
const url = this.apiHandlerService.getACSBaseUrl("get_report_templates", "
|
|
33461
|
+
const url = this.apiHandlerService.getACSBaseUrl("get_report_templates", "ubo");
|
|
33462
33462
|
const body = {
|
|
33463
33463
|
p_report_params: {
|
|
33464
33464
|
p_user_id: this.sessionService.sessionData?.Username,
|
|
@@ -33478,7 +33478,7 @@ var TemplateService = class _TemplateService {
|
|
|
33478
33478
|
}));
|
|
33479
33479
|
}
|
|
33480
33480
|
getAllTemplates(reportId) {
|
|
33481
|
-
const url = this.apiHandlerService.getACSBaseUrl("get_report_templates", "
|
|
33481
|
+
const url = this.apiHandlerService.getACSBaseUrl("get_report_templates", "ubo");
|
|
33482
33482
|
const body = {
|
|
33483
33483
|
p_report_params: {
|
|
33484
33484
|
p_user_id: this.sessionService.sessionData?.Username,
|
|
@@ -33491,7 +33491,7 @@ var TemplateService = class _TemplateService {
|
|
|
33491
33491
|
return this.apiHandlerService.Post(url, body);
|
|
33492
33492
|
}
|
|
33493
33493
|
deleteTemplate(templateId) {
|
|
33494
|
-
const url = this.apiHandlerService.getACSBaseUrl("delete_report_template", "
|
|
33494
|
+
const url = this.apiHandlerService.getACSBaseUrl("delete_report_template", "ubo");
|
|
33495
33495
|
const body = {
|
|
33496
33496
|
p_report_params: {
|
|
33497
33497
|
p_environment: this.sessionService.sessionData?.Environment,
|
|
@@ -33649,7 +33649,7 @@ var SendingService = class _SendingService {
|
|
|
33649
33649
|
{ "id": "uuid", "name": "uuid" }
|
|
33650
33650
|
];
|
|
33651
33651
|
getSchedules(reportId, templateId, domainId) {
|
|
33652
|
-
const url = this.apiHandlerService.getACSBaseUrl("get_report_schedules", "
|
|
33652
|
+
const url = this.apiHandlerService.getACSBaseUrl("get_report_schedules", "ubo");
|
|
33653
33653
|
const body = {
|
|
33654
33654
|
p_report_params: {
|
|
33655
33655
|
p_user_id: this.sessionService.sessionData?.Username,
|
|
@@ -33758,7 +33758,7 @@ var SendingService = class _SendingService {
|
|
|
33758
33758
|
}
|
|
33759
33759
|
saveReportSchedule(template, formValue, reportBodyModel, scheduleInterval, currentSchedule) {
|
|
33760
33760
|
const body = this.getRequestParamsToAirflow(template, formValue, reportBodyModel, scheduleInterval, currentSchedule);
|
|
33761
|
-
const url = this.apiHandlerService.getACSBaseUrl("save_report_schedule", "
|
|
33761
|
+
const url = this.apiHandlerService.getACSBaseUrl("save_report_schedule", "ubo");
|
|
33762
33762
|
return this.apiHandlerService.Post(url, body).pipe(map((response) => {
|
|
33763
33763
|
const result = response?.[0];
|
|
33764
33764
|
if (result && result.successful !== "true") {
|
|
@@ -33776,7 +33776,7 @@ var SendingService = class _SendingService {
|
|
|
33776
33776
|
p_schedule_id: scheduleId
|
|
33777
33777
|
}
|
|
33778
33778
|
};
|
|
33779
|
-
const url = this.apiHandlerService.getACSBaseUrl("save_report_schedule", "
|
|
33779
|
+
const url = this.apiHandlerService.getACSBaseUrl("save_report_schedule", "ubo");
|
|
33780
33780
|
return this.apiHandlerService.Post(url, body);
|
|
33781
33781
|
}
|
|
33782
33782
|
convertToCron(sendOptions) {
|
package/main.js
CHANGED
|
@@ -31052,7 +31052,7 @@ var TemplateService = class _TemplateService {
|
|
|
31052
31052
|
templateChanged = new Subject();
|
|
31053
31053
|
templatesList = signal(void 0);
|
|
31054
31054
|
saveTemplate(templateName, templateDescription, params, reportId, templateId, isTemporary = true) {
|
|
31055
|
-
const url = this.apiHandlerService.getACSBaseUrl("save_report_template", "
|
|
31055
|
+
const url = this.apiHandlerService.getACSBaseUrl("save_report_template", "ubo");
|
|
31056
31056
|
const body = {
|
|
31057
31057
|
p_report_params: {
|
|
31058
31058
|
p_user_id: this.sessionService.sessionData?.Username,
|
|
@@ -31074,7 +31074,7 @@ var TemplateService = class _TemplateService {
|
|
|
31074
31074
|
}));
|
|
31075
31075
|
}
|
|
31076
31076
|
getTemplateById(reportId, templateId) {
|
|
31077
|
-
const url = this.apiHandlerService.getACSBaseUrl("get_report_templates", "
|
|
31077
|
+
const url = this.apiHandlerService.getACSBaseUrl("get_report_templates", "ubo");
|
|
31078
31078
|
const body = {
|
|
31079
31079
|
p_report_params: {
|
|
31080
31080
|
p_user_id: this.sessionService.sessionData?.Username,
|
|
@@ -31094,7 +31094,7 @@ var TemplateService = class _TemplateService {
|
|
|
31094
31094
|
}));
|
|
31095
31095
|
}
|
|
31096
31096
|
getAllTemplates(reportId) {
|
|
31097
|
-
const url = this.apiHandlerService.getACSBaseUrl("get_report_templates", "
|
|
31097
|
+
const url = this.apiHandlerService.getACSBaseUrl("get_report_templates", "ubo");
|
|
31098
31098
|
const body = {
|
|
31099
31099
|
p_report_params: {
|
|
31100
31100
|
p_user_id: this.sessionService.sessionData?.Username,
|
|
@@ -31107,7 +31107,7 @@ var TemplateService = class _TemplateService {
|
|
|
31107
31107
|
return this.apiHandlerService.Post(url, body);
|
|
31108
31108
|
}
|
|
31109
31109
|
deleteTemplate(templateId) {
|
|
31110
|
-
const url = this.apiHandlerService.getACSBaseUrl("delete_report_template", "
|
|
31110
|
+
const url = this.apiHandlerService.getACSBaseUrl("delete_report_template", "ubo");
|
|
31111
31111
|
const body = {
|
|
31112
31112
|
p_report_params: {
|
|
31113
31113
|
p_environment: this.sessionService.sessionData?.Environment,
|
|
@@ -31265,7 +31265,7 @@ var SendingService = class _SendingService {
|
|
|
31265
31265
|
{ "id": "uuid", "name": "uuid" }
|
|
31266
31266
|
];
|
|
31267
31267
|
getSchedules(reportId, templateId, domainId) {
|
|
31268
|
-
const url = this.apiHandlerService.getACSBaseUrl("get_report_schedules", "
|
|
31268
|
+
const url = this.apiHandlerService.getACSBaseUrl("get_report_schedules", "ubo");
|
|
31269
31269
|
const body = {
|
|
31270
31270
|
p_report_params: {
|
|
31271
31271
|
p_user_id: this.sessionService.sessionData?.Username,
|
|
@@ -31374,7 +31374,7 @@ var SendingService = class _SendingService {
|
|
|
31374
31374
|
}
|
|
31375
31375
|
saveReportSchedule(template, formValue, reportBodyModel, scheduleInterval, currentSchedule) {
|
|
31376
31376
|
const body = this.getRequestParamsToAirflow(template, formValue, reportBodyModel, scheduleInterval, currentSchedule);
|
|
31377
|
-
const url = this.apiHandlerService.getACSBaseUrl("save_report_schedule", "
|
|
31377
|
+
const url = this.apiHandlerService.getACSBaseUrl("save_report_schedule", "ubo");
|
|
31378
31378
|
return this.apiHandlerService.Post(url, body).pipe(map((response) => {
|
|
31379
31379
|
const result = response?.[0];
|
|
31380
31380
|
if (result && result.successful !== "true") {
|
|
@@ -31392,7 +31392,7 @@ var SendingService = class _SendingService {
|
|
|
31392
31392
|
p_schedule_id: scheduleId
|
|
31393
31393
|
}
|
|
31394
31394
|
};
|
|
31395
|
-
const url = this.apiHandlerService.getACSBaseUrl("save_report_schedule", "
|
|
31395
|
+
const url = this.apiHandlerService.getACSBaseUrl("save_report_schedule", "ubo");
|
|
31396
31396
|
return this.apiHandlerService.Post(url, body);
|
|
31397
31397
|
}
|
|
31398
31398
|
convertToCron(sendOptions) {
|