@bnsights/bbsf-admin-portal 1.0.57 → 1.0.59
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/README.md +8 -0
- package/bnsights-bbsf-admin-portal-1.0.59.tgz +0 -0
- package/bundles/bnsights-bbsf-admin-portal.umd.js +48 -37
- package/bundles/bnsights-bbsf-admin-portal.umd.js.map +1 -1
- package/esm2015/lib/Pages/authentication/auth-callback/auth-callback.component.js +5 -5
- package/esm2015/lib/Pages/shared/components/survey/delete-survey/delete-survey.component.js +2 -1
- package/esm2015/lib/Pages/shared/components/survey/survey-info/add-question/add-question.component.js +2 -2
- package/esm2015/lib/Pages/shared/components/survey/survey-info/edit-question/edit-question.component.js +2 -2
- package/esm2015/lib/Pages/shared/components/survey/survey-info/preview/preview.component.js +2 -2
- package/esm2015/lib/Pages/shared/components/survey/survey-info/result-question/result.component.js +2 -2
- package/esm2015/lib/Pages/shared/components/survey/survey-info/survey-info.component.js +2 -2
- package/esm2015/lib/Pages/shared/modules/public-survey.module.js +1 -1
- package/esm2015/lib/Pages/shared/modules/survey.module.js +8 -8
- package/esm2015/lib/Pages/shared/shared.module.js +6 -5
- package/fesm2015/bnsights-bbsf-admin-portal.js +28 -28
- package/fesm2015/bnsights-bbsf-admin-portal.js.map +1 -1
- package/lib/Pages/shared/modules/survey.module.d.ts +4 -4
- package/lib/Pages/shared/shared.module.d.ts +2 -1
- package/package.json +3 -3
- package/bnsights-bbsf-admin-portal-1.0.57.tgz +0 -0
package/README.md
CHANGED
|
@@ -5,6 +5,14 @@ BBSF Admin Portal package is part of BBSF 3 packages. It hosts all the angular m
|
|
|
5
5
|
For more info please visit [BBSF documentation](https://bnsightsprojects.visualstudio.com/BBSF%203/_wiki/wikis/BBSF-3.wiki/65/BBSF-Documentation)
|
|
6
6
|
|
|
7
7
|
# Change Log
|
|
8
|
+
## 1.0.59 / 05-12-2022
|
|
9
|
+
===================
|
|
10
|
+
* Update controls version
|
|
11
|
+
* Update Utilities version
|
|
12
|
+
|
|
13
|
+
# 1.0.58 / 08-12-2022
|
|
14
|
+
===================
|
|
15
|
+
* Update Survey Module
|
|
8
16
|
## 1.0.57 / 05-12-2022
|
|
9
17
|
===================
|
|
10
18
|
* Update controls version
|
|
Binary file
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@angular/common/http'), require('@ngx-translate/http-loader'), require('@angular/router'), require('@bnsights/bbsf-utilities'), require('ng-block-ui'), require('rxjs'), require('object-path'), require('@popperjs/core'), require('ng-inline-svg'), require('@ngx-translate/core'), require('@ng-bootstrap/ng-bootstrap'), require('rxjs/operators'), require('@angular/forms'), require('@bnsights/bbsf-controls'), require('file-saver'), require('ngx-clipboard'), require('@angular/material/menu'), require('@angular/material/checkbox'), require('@angular/cdk/tree'), require('@angular/material/tree'), require('@angular/material/icon'), require('oidc-client'), require('@angular/cdk/clipboard'), require('@angular/cdk/drag-drop'), require('@amcharts/amcharts5'), require('@amcharts/amcharts5/xy'), require('@amcharts/amcharts5/themes/Animated'), require('ng-wizard')
|
|
3
|
-
typeof define === 'function' && define.amd ? define('@bnsights/bbsf-admin-portal', ['exports', '@angular/core', '@angular/common', '@angular/common/http', '@ngx-translate/http-loader', '@angular/router', '@bnsights/bbsf-utilities', 'ng-block-ui', 'rxjs', 'object-path', '@popperjs/core', 'ng-inline-svg', '@ngx-translate/core', '@ng-bootstrap/ng-bootstrap', 'rxjs/operators', '@angular/forms', '@bnsights/bbsf-controls', 'file-saver', 'ngx-clipboard', '@angular/material/menu', '@angular/material/checkbox', '@angular/cdk/tree', '@angular/material/tree', '@angular/material/icon', 'oidc-client', '@angular/cdk/clipboard', '@angular/cdk/drag-drop', '@amcharts/amcharts5', '@amcharts/amcharts5/xy', '@amcharts/amcharts5/themes/Animated', 'ng-wizard'
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.bnsights = global.bnsights || {}, global.bnsights["bbsf-admin-portal"] = {}), global.ng.core, global.ng.common, global.ng.common.http, global.httpLoader, global.ng.router, global.i1, global.i5$1, global.rxjs, global.objectPath, global.core, global.i11, global.i4, global.i5, global.rxjs.operators, global.ng.forms, global.i6, global.fileSaver, global.i3, global.ng.material.menu, global.ng.material.checkbox, global.ng.cdk.tree, global.ng.material.tree, global.ng.material.icon, global.oidcClient, global.ng.cdk.clipboard, global.ng.cdk.dragDrop, global.am5, global.am5xy, global.am5themes_Animated, global.i2
|
|
5
|
-
})(this, (function (exports, i0, i9, i1$2, httpLoader, i1$1, i1, i5$1, rxjs, objectPath, core, i11, i4, i5, operators, i10, i6, fileSaver, i3, i7, i7$1, tree, i6$1, icon, oidcClient, clipboard, i20, am5, am5xy, am5themes_Animated, i2
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@angular/common/http'), require('@ngx-translate/http-loader'), require('@angular/router'), require('@bnsights/bbsf-utilities'), require('ng-block-ui'), require('rxjs'), require('object-path'), require('@popperjs/core'), require('ng-inline-svg'), require('@ngx-translate/core'), require('@ng-bootstrap/ng-bootstrap'), require('rxjs/operators'), require('@angular/forms'), require('@bnsights/bbsf-controls'), require('file-saver'), require('ngx-clipboard'), require('@angular/material/menu'), require('@angular/material/checkbox'), require('@angular/cdk/tree'), require('@angular/material/tree'), require('@angular/material/icon'), require('oidc-client'), require('@angular/cdk/clipboard'), require('@angular/cdk/drag-drop'), require('@amcharts/amcharts5'), require('@amcharts/amcharts5/xy'), require('@amcharts/amcharts5/themes/Animated'), require('ng-wizard')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define('@bnsights/bbsf-admin-portal', ['exports', '@angular/core', '@angular/common', '@angular/common/http', '@ngx-translate/http-loader', '@angular/router', '@bnsights/bbsf-utilities', 'ng-block-ui', 'rxjs', 'object-path', '@popperjs/core', 'ng-inline-svg', '@ngx-translate/core', '@ng-bootstrap/ng-bootstrap', 'rxjs/operators', '@angular/forms', '@bnsights/bbsf-controls', 'file-saver', 'ngx-clipboard', '@angular/material/menu', '@angular/material/checkbox', '@angular/cdk/tree', '@angular/material/tree', '@angular/material/icon', 'oidc-client', '@angular/cdk/clipboard', '@angular/cdk/drag-drop', '@amcharts/amcharts5', '@amcharts/amcharts5/xy', '@amcharts/amcharts5/themes/Animated', 'ng-wizard'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.bnsights = global.bnsights || {}, global.bnsights["bbsf-admin-portal"] = {}), global.ng.core, global.ng.common, global.ng.common.http, global.httpLoader, global.ng.router, global.i1, global.i5$1, global.rxjs, global.objectPath, global.core, global.i11, global.i4, global.i5, global.rxjs.operators, global.ng.forms, global.i6, global.fileSaver, global.i3, global.ng.material.menu, global.ng.material.checkbox, global.ng.cdk.tree, global.ng.material.tree, global.ng.material.icon, global.oidcClient, global.ng.cdk.clipboard, global.ng.cdk.dragDrop, global.am5, global.am5xy, global.am5themes_Animated, global.i2));
|
|
5
|
+
})(this, (function (exports, i0, i9, i1$2, httpLoader, i1$1, i1, i5$1, rxjs, objectPath, core, i11, i4, i5, operators, i10, i6, fileSaver, i3, i7, i7$1, tree, i6$1, icon, oidcClient, clipboard, i20, am5, am5xy, am5themes_Animated, i2) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
8
|
|
|
@@ -18316,14 +18316,19 @@
|
|
|
18316
18316
|
return __awaiter(this, void 0, void 0, function () {
|
|
18317
18317
|
return __generator(this, function (_a) {
|
|
18318
18318
|
switch (_a.label) {
|
|
18319
|
-
case 0:
|
|
18320
|
-
|
|
18321
|
-
|
|
18322
|
-
|
|
18323
|
-
|
|
18324
|
-
|
|
18325
|
-
|
|
18319
|
+
case 0:
|
|
18320
|
+
// check for error
|
|
18321
|
+
// if (this.route.snapshot.fragment.indexOf('error') >= 0) {
|
|
18322
|
+
// this.error=true;
|
|
18323
|
+
// return;
|
|
18324
|
+
// }
|
|
18325
|
+
return [4 /*yield*/, this.authService.completeAuthentication()];
|
|
18326
18326
|
case 1:
|
|
18327
|
+
// check for error
|
|
18328
|
+
// if (this.route.snapshot.fragment.indexOf('error') >= 0) {
|
|
18329
|
+
// this.error=true;
|
|
18330
|
+
// return;
|
|
18331
|
+
// }
|
|
18327
18332
|
_a.sent();
|
|
18328
18333
|
this.router.navigate([this.authService.getUrl()]);
|
|
18329
18334
|
return [2 /*return*/];
|
|
@@ -21400,16 +21405,16 @@
|
|
|
21400
21405
|
return SharedModule;
|
|
21401
21406
|
}());
|
|
21402
21407
|
SharedModule$1.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SharedModule$1, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
21403
|
-
SharedModule$1.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SharedModule$1, imports: [i9.CommonModule] });
|
|
21408
|
+
SharedModule$1.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SharedModule$1, imports: [i9.CommonModule, i11.InlineSVGModule], exports: [i11.InlineSVGModule] });
|
|
21404
21409
|
SharedModule$1.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SharedModule$1, providers: [
|
|
21405
21410
|
AuthService$1
|
|
21406
|
-
], imports: [[i9.CommonModule]] });
|
|
21411
|
+
], imports: [[i9.CommonModule, i11.InlineSVGModule], i11.InlineSVGModule] });
|
|
21407
21412
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SharedModule$1, decorators: [{
|
|
21408
21413
|
type: i0.NgModule,
|
|
21409
21414
|
args: [{
|
|
21410
|
-
imports: [i9.CommonModule],
|
|
21415
|
+
imports: [i9.CommonModule, i11.InlineSVGModule],
|
|
21411
21416
|
// declarations: [AutofocusDirective],
|
|
21412
|
-
|
|
21417
|
+
exports: [i11.InlineSVGModule],
|
|
21413
21418
|
providers: [
|
|
21414
21419
|
AuthService$1
|
|
21415
21420
|
],
|
|
@@ -23567,16 +23572,16 @@
|
|
|
23567
23572
|
return SharedModule;
|
|
23568
23573
|
}());
|
|
23569
23574
|
SharedModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SharedModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
23570
|
-
SharedModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SharedModule, imports: [i9.CommonModule] });
|
|
23575
|
+
SharedModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SharedModule, imports: [i9.CommonModule, i11.InlineSVGModule], exports: [i11.InlineSVGModule] });
|
|
23571
23576
|
SharedModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SharedModule, providers: [
|
|
23572
23577
|
AuthService
|
|
23573
|
-
], imports: [[i9.CommonModule]] });
|
|
23578
|
+
], imports: [[i9.CommonModule, i11.InlineSVGModule], i11.InlineSVGModule] });
|
|
23574
23579
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SharedModule, decorators: [{
|
|
23575
23580
|
type: i0.NgModule,
|
|
23576
23581
|
args: [{
|
|
23577
|
-
imports: [i9.CommonModule],
|
|
23582
|
+
imports: [i9.CommonModule, i11.InlineSVGModule],
|
|
23578
23583
|
// declarations: [AutofocusDirective],
|
|
23579
|
-
|
|
23584
|
+
exports: [i11.InlineSVGModule],
|
|
23580
23585
|
providers: [
|
|
23581
23586
|
AuthService
|
|
23582
23587
|
],
|
|
@@ -23677,14 +23682,19 @@
|
|
|
23677
23682
|
return __awaiter(this, void 0, void 0, function () {
|
|
23678
23683
|
return __generator(this, function (_a) {
|
|
23679
23684
|
switch (_a.label) {
|
|
23680
|
-
case 0:
|
|
23681
|
-
|
|
23682
|
-
|
|
23683
|
-
|
|
23684
|
-
|
|
23685
|
-
|
|
23686
|
-
|
|
23685
|
+
case 0:
|
|
23686
|
+
// check for error
|
|
23687
|
+
// if (this.route.snapshot.fragment.indexOf('error') >= 0) {
|
|
23688
|
+
// this.error=true;
|
|
23689
|
+
// return;
|
|
23690
|
+
// }
|
|
23691
|
+
return [4 /*yield*/, this.authService.completeAuthentication()];
|
|
23687
23692
|
case 1:
|
|
23693
|
+
// check for error
|
|
23694
|
+
// if (this.route.snapshot.fragment.indexOf('error') >= 0) {
|
|
23695
|
+
// this.error=true;
|
|
23696
|
+
// return;
|
|
23697
|
+
// }
|
|
23688
23698
|
_a.sent();
|
|
23689
23699
|
this.router.navigate([this.authService.getUrl()]);
|
|
23690
23700
|
return [2 /*return*/];
|
|
@@ -25657,7 +25667,7 @@
|
|
|
25657
25667
|
return PreviewComponent;
|
|
25658
25668
|
}(i6.AppBaseComponent));
|
|
25659
25669
|
PreviewComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: PreviewComponent, deps: [{ token: i0__namespace.Injector }, { token: SurveyService }, { token: i1__namespace$1.ActivatedRoute }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
25660
|
-
PreviewComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: PreviewComponent, selector: "app-preview", viewQueries: [{ propertyName: "previewQuestionModal", first: true, predicate: ["PreviewQuestionModal"], descendants: true }], usesInheritance: true, ngImport: i0__namespace, template: "<bbsf-page-header-component [options]=\"pageHeaderOptions\" ></bbsf-page-header-component>\r\n<!--end toolbar-->\r\n<div class=\"container-xxl\">\r\n <div class=\"info-container\" *ngIf=\"isDateLoaded\">\r\n <!--<h4 class=\"card-title\">\r\n {{EN?surveyInfo.title.english:surveyInfo.title.arabic}}\r\n </h4>-->\r\n <p class=\"card-description\">\r\n {{EN?surveyInfo.description.english:surveyInfo.description.arabic}}\r\n </p>\r\n <div class=\"section-margin-bottom\">\r\n <BBSF-Form [options]=\"previewSurveyOptions\">\r\n <div class=\"preview-question\">\r\n <BBSF-RadioButton *ngIf=\"showAudienceType\" [options]=\"audienceTypeRadioButton\" (OnChange)=\"ChangeAudienceTypeValue($event)\" [group]=\"previewForm\"></BBSF-RadioButton>\r\n </div>\r\n <survey-form *ngIf=\"showInternal\" #previewQuestionModal [options]=\"surveyFormField\" [group]=\"previewForm\"></survey-form>\r\n <div class=\"external-form\" *ngIf=\"showExternal\">\r\n <BBSF-MultiLingualTextBox [options]=\"name\" [group]=\"previewForm\">\r\n </BBSF-MultiLingualTextBox>\r\n <BBSF-TextBox [options]=\"email\" [group]=\"previewForm\"></BBSF-TextBox>\r\n </div>\r\n <survey-form *ngIf=\"showExternal\" #previewQuestionModal [options]=\"surveyFormField\" [group]=\"previewForm\"></survey-form>\r\n <div class=\"survey-footer\">\r\n <button type=\"button\" class=\"btn btn-sm btn-light me-3\" [routerLink]=\"['
|
|
25670
|
+
PreviewComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: PreviewComponent, selector: "app-preview", viewQueries: [{ propertyName: "previewQuestionModal", first: true, predicate: ["PreviewQuestionModal"], descendants: true }], usesInheritance: true, ngImport: i0__namespace, template: "<bbsf-page-header-component [options]=\"pageHeaderOptions\" ></bbsf-page-header-component>\r\n<!--end toolbar-->\r\n<div class=\"container-xxl\">\r\n <div class=\"info-container\" *ngIf=\"isDateLoaded\">\r\n <!--<h4 class=\"card-title\">\r\n {{EN?surveyInfo.title.english:surveyInfo.title.arabic}}\r\n </h4>-->\r\n <p class=\"card-description\">\r\n {{EN?surveyInfo.description.english:surveyInfo.description.arabic}}\r\n </p>\r\n <div class=\"section-margin-bottom\">\r\n <BBSF-Form [options]=\"previewSurveyOptions\">\r\n <div class=\"preview-question\">\r\n <BBSF-RadioButton *ngIf=\"showAudienceType\" [options]=\"audienceTypeRadioButton\" (OnChange)=\"ChangeAudienceTypeValue($event)\" [group]=\"previewForm\"></BBSF-RadioButton>\r\n </div>\r\n <survey-form *ngIf=\"showInternal\" #previewQuestionModal [options]=\"surveyFormField\" [group]=\"previewForm\"></survey-form>\r\n <div class=\"external-form\" *ngIf=\"showExternal\">\r\n <BBSF-MultiLingualTextBox [options]=\"name\" [group]=\"previewForm\">\r\n </BBSF-MultiLingualTextBox>\r\n <BBSF-TextBox [options]=\"email\" [group]=\"previewForm\"></BBSF-TextBox>\r\n </div>\r\n <survey-form *ngIf=\"showExternal\" #previewQuestionModal [options]=\"surveyFormField\" [group]=\"previewForm\"></survey-form>\r\n <div class=\"survey-footer\">\r\n <button type=\"button\" class=\"btn btn-sm btn-light me-3\" [routerLink]=\"['../../../../info',surveyID]\">\r\n {{l(\"CancelLabel\")}}\r\n </button>\r\n <button type=\"submit\" [disabled]=\"true\" class=\"btn btn-sm btn-brand \">{{l(\"Submit\")}}</button>\r\n </div>\r\n </BBSF-Form>\r\n\r\n </div>\r\n\r\n </div>\r\n</div>\r\n", components: [{ type: i6__namespace.PageHeaderComponentComponent, selector: "bbsf-page-header-component", inputs: ["group", "options"] }, { type: i6__namespace.FormComponent, selector: "BBSF-Form", inputs: ["options"], outputs: ["OnChange"] }, { type: i6__namespace.RadioButtonComponent, selector: "BBSF-RadioButton", inputs: ["group", "options"], outputs: ["OnChange"] }, { type: SurveyFormComponent, selector: "survey-form", inputs: ["group", "options"] }, { type: i6__namespace.MultiLingualTextBoxComponent, selector: "BBSF-MultiLingualTextBox", inputs: ["group", "options"], outputs: ["OnChange"] }, { type: i6__namespace.TextboxComponent, selector: "BBSF-TextBox", inputs: ["group", "options"], outputs: ["OnChange"] }], directives: [{ type: i9__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1__namespace$1.RouterLink, selector: ":not(a):not(area)[routerLink]", inputs: ["routerLink", "queryParams", "fragment", "queryParamsHandling", "preserveFragment", "skipLocationChange", "replaceUrl", "state", "relativeTo"] }] });
|
|
25661
25671
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: PreviewComponent, decorators: [{
|
|
25662
25672
|
type: i0.Component,
|
|
25663
25673
|
args: [{
|
|
@@ -25708,7 +25718,7 @@
|
|
|
25708
25718
|
_this.surveySubmissionInfo = res;
|
|
25709
25719
|
_this.surveySubmissionForm = new i10.FormGroup({});
|
|
25710
25720
|
_this.breadCrumb = [];
|
|
25711
|
-
_this.breadCrumb.push(new i6.BreadCrumb(_this.l("Home"), false, "/"), new i6.BreadCrumb(_this.l("Survey_Details"), false, "
|
|
25721
|
+
_this.breadCrumb.push(new i6.BreadCrumb(_this.l("Home"), false, "/"), new i6.BreadCrumb(_this.l("Survey_Details"), false, "../../../info/" + _this.surveySubmissionInfo.surveyID), new i6.BreadCrumb(_this.l("Submission_Preview"), true));
|
|
25712
25722
|
_this.pageHeaderOptions = new i6.PageHeaderOptions();
|
|
25713
25723
|
_this.pageHeaderOptions.TitleValue = _this.l("Submission_Preview");
|
|
25714
25724
|
_this.pageHeaderOptions.SearchTextBox.Active = false;
|
|
@@ -26059,6 +26069,7 @@
|
|
|
26059
26069
|
};
|
|
26060
26070
|
DeleteSurveyComponent.prototype.showDeleteModal = function (id) {
|
|
26061
26071
|
var _this = this;
|
|
26072
|
+
debugger;
|
|
26062
26073
|
this.startBlockUI();
|
|
26063
26074
|
var paramArray = [];
|
|
26064
26075
|
paramArray.push(id);
|
|
@@ -26213,7 +26224,7 @@
|
|
|
26213
26224
|
_this.audience.LabelDescription = _this.l("AudienceDescriptionHint");
|
|
26214
26225
|
_this.addSize = new i6.DropdownOptions();
|
|
26215
26226
|
_this.addSize.Name = "Size";
|
|
26216
|
-
_this.addSize.LabelKey = "
|
|
26227
|
+
_this.addSize.LabelKey = "Size";
|
|
26217
26228
|
_this.addSize.IsRequired = true;
|
|
26218
26229
|
_this.addSize.AllowSearchFilter = true;
|
|
26219
26230
|
_this.addSize.DataSource = _this.SizeList;
|
|
@@ -26789,7 +26800,7 @@
|
|
|
26789
26800
|
_this.audience.IsDisabled = isViewOnly;
|
|
26790
26801
|
_this.editSize = new i6.DropdownOptions();
|
|
26791
26802
|
_this.editSize.Name = "Size";
|
|
26792
|
-
_this.editSize.LabelKey = "
|
|
26803
|
+
_this.editSize.LabelKey = "Size";
|
|
26793
26804
|
_this.editSize.IsRequired = true;
|
|
26794
26805
|
_this.editSize.AllowSearchFilter = true;
|
|
26795
26806
|
_this.editSize.DataSource = _this.SizeList;
|
|
@@ -28163,7 +28174,7 @@
|
|
|
28163
28174
|
return SurveyInfoComponent;
|
|
28164
28175
|
}(i6.AppBaseComponent));
|
|
28165
28176
|
SurveyInfoComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SurveyInfoComponent, deps: [{ token: i0__namespace.Injector }, { token: i0.PLATFORM_ID }, { token: i0__namespace.NgZone }, { token: i1__namespace$1.Router }, { token: i1__namespace.MasterLayoutService }, { token: SurveyService }, { token: SurveyQuestionService }, { token: i1__namespace$1.ActivatedRoute }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
28166
|
-
SurveyInfoComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: SurveyInfoComponent, selector: "app-survey-info", viewQueries: [{ propertyName: "pagingElement", first: true, predicate: ["pagingViewElement"], descendants: true }, { propertyName: "deleteConfirmationModalControl", first: true, predicate: ["deleteConfirmationModalControl"], descendants: true }, { propertyName: "editModal", first: true, predicate: ["editModal"], descendants: true }, { propertyName: "editQuestionModal", first: true, predicate: ["editQuestionModal"], descendants: true }, { propertyName: "deleteQuestionConfirmationModalControl", first: true, predicate: ["deleteQuestionModal"], descendants: true }, { propertyName: "AddQuestionComponent", first: true, predicate: ["addQuestionModal"], descendants: true }, { propertyName: "addPublishModal", first: true, predicate: ["addPublishModal"], descendants: true }, { propertyName: "addUnPublishModal", first: true, predicate: ["addUnPublishModal"], descendants: true }, { propertyName: "deleteSubmissionConfirmationModalControl", first: true, predicate: ["deleteSubmissionModal"], descendants: true }, { propertyName: "eliminateSubmissionConfirmationModalControl", first: true, predicate: ["eliminateModal"], descendants: true }, { propertyName: "unEliminateSubmissionConfirmationModalControl", first: true, predicate: ["unEliminateModal"], descendants: true }, { propertyName: "pagingQuestionElement", first: true, predicate: ["pagingQuestionViewElement"], descendants: true }, { propertyName: "pagingSubmissionElement", first: true, predicate: ["pagingSubmissionViewElement"], descendants: true }], usesInheritance: true, ngImport: i0__namespace, template: "<!--toolbar-->\r\n<div *ngIf=\"loadInfo\">\r\n<bbsf-page-header-component [options]=\"pageHeaderOptions\" ></bbsf-page-header-component>\r\n</div>\r\n<!--end toolbar-->\r\n<div class=\"container-xxl\">\r\n <div class=\"info-container\" *ngIf=\"loadInfo\">\r\n <div class=\"section-margin-bottom\">\r\n <div class=\"d-flex justify-content-between align-items-center\">\r\n <span class=\"badge badge-light\" [ngClass]=\"getStatus(survey.statusItemID)\">{{survey.localizedStatus}}</span>\r\n <span ngbTooltip=\"{{l('Audience')}}\" class=\"badge badge-light mx-2\">{{survey.localizedAudience}}</span>\r\n </div>\r\n <p class=\"card-description\">\r\n {{survey.localizedDesc}}\r\n </p>\r\n <div class=\"card-data\">\r\n <BBSF-TextBox *ngIf=\"canTakeSurvey&& (survey.audienceItemID==AudienceTypeEnum.Internal||survey.audienceItemID==AudienceTypeEnum.Both)\"\r\n [options]=\"TextBoxWithInternalURL\" [group]=\"urlForm\"></BBSF-TextBox>\r\n <BBSF-TextBox *ngIf=\"canTakeSurvey&& (survey.audienceItemID==AudienceTypeEnum.External||survey.audienceItemID==AudienceTypeEnum.Both)\"\r\n [options]=\"TextBoxWithExternalURL\" [group]=\"urlForm\"></BBSF-TextBox>\r\n <div class=\"survery-date border-0\">\r\n <div class=\"icon-boxes align-items-baseline\">\r\n <div ngbTooltip=\"{{l('Date')}}\" class=\"icon-box\">\r\n <div class=\"symbol\">\r\n <span class=\"symbol-label\">\r\n <span class=\"svg-icon svg-icon-4\" [inlineSVG]=\"'/assets/images/calendar.svg'\">\r\n </span>\r\n </span>\r\n </div>\r\n <span class=\"survey-counter-title\" *ngIf=\"survey.startDate==null\">\r\n {{l('NotStartedYet')}}\r\n </span>\r\n <span class=\"survey-counter-title d-flex flex-stack\" *ngIf=\"survey.startDate!=null\">\r\n {{survey.startDate|surveyDate}}\r\n <span class=\"badge badge-light\">{{survey.endDate!=null?(survey.endDate|surveyDate):l('HasNoEnd')}} </span>\r\n </span>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"section-margin-bottom\">\r\n <ul ngbNav #nav=\"ngbNav\" class=\"nav nav-stretch nav-line-tabs nav-custom\">\r\n <li ngbNavItem class=\"nav-item\" [destroyOnHide]=\"true\">\r\n <a class=\"nav-link\" ngbNavLink>\r\n <h4>\r\n {{l('Questions')}}\r\n </h4>\r\n </a>\r\n <ng-template ngbNavContent>\r\n <div class=\"section-info\">\r\n <div class=\"page-subheader justify-content-between\">\r\n <BBSF-TextBox [options]=\"SearchTextBoxOptions\" [group]=\"filtersQuestionForm\"\r\n (OnChange)=\"searchInQuestionList($event)\"></BBSF-TextBox>\r\n <BBSF-TextBox [options]=\"SurveyIDOptions\" [group]=\"filtersQuestionForm\" hidden></BBSF-TextBox>\r\n <button type=\"button\" *ngIf=\"canAddQuestion\" class=\"btn btn-brand btn-sm subheader-btn\"\r\n (click)=\"showAddQuestionModal()\">\r\n {{l('Add')}}\r\n </button>\r\n </div>\r\n <div [hidden]=\"pagingQuestionResult.length == 0\">\r\n <div ngbNavContent cdkDropList (cdkDropListDropped)=\"drop($event)\">\r\n <div class=\"question-info\" [cdkDragDisabled]=\"canTakeSurvey\" cdkDrag\r\n *ngFor=\"let item of pagingQuestionResult; let i=index\">\r\n <div class=\"symbol symbol-25px me-4\" cdkDragHandle *ngIf=\"!canTakeSurvey\">\r\n <span class=\"symbol-label\">\r\n <span class=\"svg-icon svg-icon-7\" [inlineSVG]=\"'/assets/images/reorder.svg'\">\r\n </span>\r\n </span>\r\n </div>\r\n <div class=\"card card-listing\">\r\n <div class=\"card-header\">\r\n <div class=\"card-title\">\r\n <span class=\"badge badge-light\"\r\n ngbTooltip=\"{{l('Type')}}\">{{item.localizedQuestionTypeItem}}</span>\r\n <span class=\"badge badge-light mx-2\"\r\n ngbTooltip=\"{{l('Audience')}}\">{{item.localizedAudienceType}}</span>\r\n <span class=\"badge badge-brand-light mx-2\"\r\n *ngIf=\"item.isRelatedToSurveyQuestion\">{{l('Linked')}}</span>\r\n <span class=\"badge badge-light mx-2\" *ngIf=\"!item.isVisible\" ngbTooltip=\"{{l('NotVisible')}}\">\r\n {{l(\"NotVisible\")}}\r\n </span>\r\n </div>\r\n <div class=\"card-toolbar\">\r\n <div ngbDropdown container=\"body\" class=\"dropdown-custom\"\r\n [placement]=\"EN ? 'bottom-right' : 'bottom-left'\">\r\n <button type=\"button\" class=\"dropdown-toggle-custom btn btn-clear\" ngbDropdownToggle>\r\n <span class=\"svg-icon svg-icon-3\"\r\n [inlineSVG]=\"'/assets/images/card-dropdown.svg'\"></span>\r\n </button>\r\n <div ngbDropdownMenu class=\"dropdown-menu-custom\">\r\n <button *ngIf=\"!(canEditQuestion&&canDeleteQuestion)\"\r\n (click)=\"showEditQuestionModal(item.iD_GUID,true)\" apppreventdoubleclick type=\"button\"\r\n ngbDropdownItem class=\"dropdown-button\">\r\n <span class=\"svg-icon svg-icon-3\" [inlineSVG]=\"'/assets/images/info.svg'\">\r\n </span>\r\n {{l(\"Details\")}}\r\n </button>\r\n\r\n <button *ngIf=\"canEditQuestion\" (click)=\"showEditQuestionModal(item.iD_GUID,false)\"\r\n apppreventdoubleclick type=\"button\" ngbDropdownItem class=\"dropdown-button\">\r\n <span class=\"svg-icon svg-icon-3\" [inlineSVG]=\"'/assets/images/Edit.svg'\">\r\n </span>\r\n {{l(\"Edit\")}}\r\n </button>\r\n <button type=\"button\" *ngIf=\"canDeleteQuestion\"\r\n (click)=\"showDeleteQuestionModal(item.iD_GUID)\" apppreventdoubleclick ngbDropdownItem\r\n class=\"dropdown-button\">\r\n <span class=\"svg-icon svg-icon-3\"\r\n [inlineSVG]=\"'/assets/images/Trash.svg'\"></span> {{l(\"Delete\")}}\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"card-body\">\r\n <div class=\"survey-counter\">\r\n <span class=\"survey-counter-title\">{{item.localizedText}}</span>\r\n <span class=\"badge badge-light-brand badge-square ms-2 me-0\"\r\n ngbTooltip=\"{{l('Score')}}\">{{item.totalScore}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <BBSF-Paging (Items)=\"setQuestionListingResult($event)\" [options]=\"pagingQuestionOptions\"\r\n [group]=\"filtersQuestionForm\" #pagingQuestionViewElement></BBSF-Paging>\r\n </div>\r\n </div>\r\n <app-no-results *ngIf=\"pagingQuestionResult.length == 0\"></app-no-results>\r\n\r\n </ng-template>\r\n </li>\r\n <li ngbNavItem class=\"nav-item\" [destroyOnHide]=\"true\">\r\n <a class=\"nav-link\" ngbNavLink>\r\n <h4>\r\n {{l('Submissions')}}\r\n </h4>\r\n </a>\r\n <ng-template ngbNavContent>\r\n <div class=\"section-info\" ngbNavContent>\r\n <div class=\"page-subheader justify-content-between\">\r\n <BBSF-TextBox [options]=\"SearchTextBoxOptions\" [group]=\"filtersSubmissionForm\"></BBSF-TextBox>\r\n <BBSF-TextBox [options]=\"SurveyIDOptions\" [group]=\"filtersSubmissionForm\" hidden></BBSF-TextBox>\r\n </div>\r\n <div class=\"info-container\" [hidden]=\"pagingSubmissionResult.length == 0\">\r\n <div class=\"table-responsive\">\r\n <table class=\"table table-custom\">\r\n <thead>\r\n <tr class=\"table-header\">\r\n <th> {{l('Name')}}</th>\r\n <th>{{l('Email')}}</th>\r\n <th>{{l('Type')}}</th>\r\n <th>{{l('Created')}}</th>\r\n <th>{{l('Score')}}</th>\r\n <th class=\"table-action\">{{l(\"Action\")}}</th>\r\n </tr>\r\n </thead>\r\n <tbody class=\"table-body\">\r\n <tr *ngFor=\"let item of pagingSubmissionResult; let i=index\">\r\n <td>\r\n <span class=\"line-clamp-2\">\r\n {{item.localizedName}}\r\n <span class=\"badge badge-danger mx-2\" *ngIf=\"item.isEliminated&&item.allowElimination\">\r\n {{l('Eliminated')}}\r\n </span>\r\n </span>\r\n </td>\r\n <td>\r\n {{item.email}}\r\n </td>\r\n <td>\r\n <div class=\"badge badge-light\">\r\n {{item.isInternalUser? l('InternalUsers'):l('ExternalUsers')}}\r\n </div>\r\n </td>\r\n <td>{{item.created|surveyDate}}</td>\r\n <td>{{item.totalScore}}</td>\r\n <td class=\"table-action\">\r\n <button type=\"button\" ngbTooltip=\"{{l('Preview')}}\"\r\n [routerLink]=\"['../../info/result', item.iD_GUID]\" class=\"btn btn-sm p-2\">\r\n <span class=\"svg-icon svg-icon-3\"\r\n [inlineSVG]=\"'/assets/images/answers.svg'\"></span>\r\n </button>\r\n\r\n <button type=\"button\" *ngIf=\"!item.isEliminated&&item.allowElimination\"\r\n ngbTooltip=\"{{this.l('EliminateHint')}}\" class=\"btn btn-sm p-2\">\r\n <span class=\"svg-icon svg-icon-3\" (click)=\"showEliminateSubmissionModal(item.iD_GUID)\"\r\n apppreventdoubleclick\r\n [inlineSVG]=\"'/assets/images/unlink.svg'\"></span>\r\n </button>\r\n\r\n <button type=\"button\" *ngIf=\"item.isEliminated&&item.allowElimination\"\r\n ngbTooltip=\"{{this.l('UnEliminate')}}\" class=\"btn btn-sm p-2\">\r\n <span class=\"svg-icon svg-icon-3\" (click)=\"showUnEliminateSubmissionModal(item.iD_GUID)\"\r\n apppreventdoubleclick [inlineSVG]=\"'/assets/images/link.svg'\"></span>\r\n </button>\r\n\r\n <button type=\"button\" ngbTooltip=\"{{l('Delete')}}\" class=\"btn btn-sm p-2\">\r\n <span class=\"svg-icon svg-icon-3\" (click)=\"showDeleteSubmissionModal(item.iD_GUID)\"\r\n apppreventdoubleclick [inlineSVG]=\"'/assets/images/Trash.svg'\"></span>\r\n </button>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n </div>\r\n <BBSF-Paging (Items)=\"setSubmissionListingResult($event)\" [options]=\"pagingSubmissionOptions\"\r\n [group]=\"filtersSubmissionForm\" #pagingSubmissionViewElement></BBSF-Paging>\r\n </div>\r\n <app-no-results *ngIf=\"pagingSubmissionResult.length == 0\"></app-no-results>\r\n\r\n </ng-template>\r\n </li>\r\n <li ngbNavItem class=\"nav-item\" *ngIf=\"showOverview\" [destroyOnHide]=\"true\">\r\n <a class=\"nav-link\" ngbNavLink (click)=\"loadSurveyOverview()\">\r\n <h4>\r\n {{l(\"Overview\") }}\r\n </h4>\r\n </a>\r\n <ng-template ngbNavContent>\r\n <div class=\"section-info\" ngbNavContent>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-md-3\">\r\n <div class=\"overview-question\">\r\n <ul ngbNav #nav=\"ngbNav\" class=\"nav-pills\" orientation=\"vertical\">\r\n <h4> {{l(\"Questions\") }}</h4>\r\n <li ngbNavItem=\"{{item.localizedTitle}}\" [destroyOnHide]=\"true\"\r\n *ngFor=\"let item of questionOverviewResult\" (click)=\"loadChart(item)\">\r\n <a ngbNavLink>{{item.localizedTitle}}</a>\r\n\r\n </li>\r\n\r\n </ul>\r\n </div>\r\n </div>\r\n\r\n <div class=\"col-md-9\">\r\n <div class=\"chart-section\">\r\n <h4 class=\"chart-question\">{{l(\"Overview\") }}</h4>\r\n <div id=\"chartdiv\"></div>\r\n </div>\r\n <div class=\"chart-section\">\r\n <h4 class=\"chart-question\">{{l(\"Score\") }} </h4>\r\n <div id=\"chartOverview\"></div>\r\n\r\n </div>\r\n\r\n </div>\r\n </div>\r\n </div>\r\n </ng-template>\r\n </li>\r\n </ul>\r\n\r\n\r\n <div [ngbNavOutlet]=\"nav\"></div>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <app-edit-survey #editModal [pagingElement]=\"pagingElement\" [onSuccessHandler]=\"onSuccessHandler\"></app-edit-survey>\r\n <app-delete-survey #deleteConfirmationModalControl [pagingElement]=\"pagingElement\"\r\n [onSuccessHandler]=\"onSuccessDeleteHandler\"></app-delete-survey>\r\n <app-add-question #addQuestionModal [pagingElement]=\"pagingQuestionElement\"></app-add-question>\r\n <app-edit-question #editQuestionModal [pagingElement]=\"pagingQuestionElement\"></app-edit-question>\r\n <app-delete-question #deleteQuestionModal [pagingElement]=\"pagingQuestionElement\"></app-delete-question>\r\n <app-publish-survey #addPublishModal [pagingElement]=\"pagingElement\" [onSuccessHandler]=\"onSuccessHandler\" *ngIf=\"loadInfo\" [showToggle]=\"survey.isShowToggleOfScoreResultAfterSubmission\">\r\n </app-publish-survey>\r\n <app-unpublish-survey #addUnPublishModal [pagingElement]=\"pagingElement\" [onSuccessHandler]=\"onSuccessHandler\">\r\n </app-unpublish-survey>\r\n <app-delete-submission #deleteSubmissionModal [pagingElement]=\"pagingSubmissionElement\"\r\n [onSuccessHandler]=\"onSuccessDeleteHandlerSubmission\"></app-delete-submission>\r\n <app-eliminate-submission #eliminateModal [pagingElement]=\"pagingSubmissionElement\"\r\n [onSuccessHandler]=\"onSuccessHandler\"></app-eliminate-submission>\r\n <app-unEliminate-submission #unEliminateModal [pagingElement]=\"pagingSubmissionElement\"\r\n [onSuccessHandler]=\"onSuccessHandler\"></app-unEliminate-submission>\r\n", styles: [""], components: [{ type: i6__namespace.PageHeaderComponentComponent, selector: "bbsf-page-header-component", inputs: ["group", "options"] }, { type: i6__namespace.TextboxComponent, selector: "BBSF-TextBox", inputs: ["group", "options"], outputs: ["OnChange"] }, { type: i6__namespace.PagingComponent, selector: "BBSF-Paging", inputs: ["options", "group"], outputs: ["Items"] }, { type: NoResultsComponent, selector: "app-no-results" }, { type: i5__namespace.NgbNavOutlet, selector: "[ngbNavOutlet]", inputs: ["paneRole", "ngbNavOutlet"] }, { type: EditSurveyComponent, selector: "app-edit-survey", inputs: ["pagingElement", "onSuccessHandler"] }, { type: DeleteSurveyComponent, selector: "app-delete-survey", inputs: ["onSuccessHandler", "pagingElement"] }, { type: AddQuestionComponent, selector: "app-add-question", inputs: ["pagingElement"] }, { type: EditQuestionComponent, selector: "app-edit-question", inputs: ["pagingElement"] }, { type: DeleteQuestionComponent, selector: "app-delete-question", inputs: ["onSuccessHandler", "pagingElement"] }, { type: PublishSurveyComponent, selector: "app-publish-survey", inputs: ["pagingElement", "showToggle", "onSuccessHandler"] }, { type: UnPublishSurveyComponent, selector: "app-unpublish-survey", inputs: ["onSuccessHandler", "pagingElement"] }, { type: DeleteSubmissionComponent, selector: "app-delete-submission", inputs: ["onSuccessHandler", "pagingElement"] }, { type: EliminateSubmissionComponent, selector: "app-eliminate-submission", inputs: ["onSuccessHandler", "pagingElement"] }, { type: UnEliminateSubmissionComponent, selector: "app-unEliminate-submission", inputs: ["onSuccessHandler", "pagingElement"] }], directives: [{ type: i9__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i9__namespace.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i5__namespace.NgbTooltip, selector: "[ngbTooltip]", inputs: ["animation", "autoClose", "placement", "triggers", "container", "disableTooltip", "tooltipClass", "openDelay", "closeDelay", "ngbTooltip"], outputs: ["shown", "hidden"], exportAs: ["ngbTooltip"] }, { type: i11__namespace.InlineSVGDirective, selector: "[inlineSVG]", inputs: ["resolveSVGUrl", "replaceContents", "prepend", "injectComponent", "cacheSVG", "forceEvalStyles", "evalScripts", "inlineSVG", "setSVGAttributes", "removeSVGAttributes", "fallbackImgUrl", "onSVGLoaded"], outputs: ["onSVGInserted", "onSVGFailed"] }, { type: i5__namespace.NgbNav, selector: "[ngbNav]", inputs: ["animation", "destroyOnHide", "orientation", "roles", "keyboard", "activeId"], outputs: ["activeIdChange", "shown", "hidden", "navChange"], exportAs: ["ngbNav"] }, { type: i5__namespace.NgbNavItem, selector: "[ngbNavItem]", inputs: ["disabled", "domId", "destroyOnHide", "ngbNavItem"], outputs: ["shown", "hidden"], exportAs: ["ngbNavItem"] }, { type: i5__namespace.NgbNavLink, selector: "a[ngbNavLink]" }, { type: i5__namespace.NgbNavContent, selector: "ng-template[ngbNavContent]" }, { type: i20__namespace.CdkDropList, selector: "[cdkDropList], cdk-drop-list", inputs: ["cdkDropListConnectedTo", "id", "cdkDropListEnterPredicate", "cdkDropListSortPredicate", "cdkDropListDisabled", "cdkDropListSortingDisabled", "cdkDropListAutoScrollDisabled", "cdkDropListOrientation", "cdkDropListLockAxis", "cdkDropListData", "cdkDropListAutoScrollStep"], outputs: ["cdkDropListDropped", "cdkDropListEntered", "cdkDropListExited", "cdkDropListSorted"], exportAs: ["cdkDropList"] }, { type: i9__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i20__namespace.CdkDrag, selector: "[cdkDrag]", inputs: ["cdkDragDisabled", "cdkDragStartDelay", "cdkDragLockAxis", "cdkDragConstrainPosition", "cdkDragPreviewClass", "cdkDragBoundary", "cdkDragRootElement", "cdkDragPreviewContainer", "cdkDragData", "cdkDragFreeDragPosition"], outputs: ["cdkDragStarted", "cdkDragReleased", "cdkDragEnded", "cdkDragEntered", "cdkDragExited", "cdkDragDropped", "cdkDragMoved"], exportAs: ["cdkDrag"] }, { type: i20__namespace.CdkDragHandle, selector: "[cdkDragHandle]", inputs: ["cdkDragHandleDisabled"] }, { type: i5__namespace.NgbDropdown, selector: "[ngbDropdown]", inputs: ["open", "placement", "container", "autoClose", "display", "dropdownClass"], outputs: ["openChange"], exportAs: ["ngbDropdown"] }, { type: i5__namespace.NgbDropdownToggle, selector: "[ngbDropdownToggle]" }, { type: i5__namespace.NgbDropdownMenu, selector: "[ngbDropdownMenu]" }, { type: i5__namespace.NgbDropdownItem, selector: "[ngbDropdownItem]", inputs: ["disabled"] }, { type: i1__namespace$1.RouterLink, selector: ":not(a):not(area)[routerLink]", inputs: ["routerLink", "queryParams", "fragment", "queryParamsHandling", "preserveFragment", "skipLocationChange", "replaceUrl", "state", "relativeTo"] }], pipes: { "surveyDate": SurveyDatePipe } });
|
|
28177
|
+
SurveyInfoComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: SurveyInfoComponent, selector: "app-survey-info", viewQueries: [{ propertyName: "pagingElement", first: true, predicate: ["pagingViewElement"], descendants: true }, { propertyName: "deleteConfirmationModalControl", first: true, predicate: ["deleteConfirmationModalControl"], descendants: true }, { propertyName: "editModal", first: true, predicate: ["editModal"], descendants: true }, { propertyName: "editQuestionModal", first: true, predicate: ["editQuestionModal"], descendants: true }, { propertyName: "deleteQuestionConfirmationModalControl", first: true, predicate: ["deleteQuestionModal"], descendants: true }, { propertyName: "AddQuestionComponent", first: true, predicate: ["addQuestionModal"], descendants: true }, { propertyName: "addPublishModal", first: true, predicate: ["addPublishModal"], descendants: true }, { propertyName: "addUnPublishModal", first: true, predicate: ["addUnPublishModal"], descendants: true }, { propertyName: "deleteSubmissionConfirmationModalControl", first: true, predicate: ["deleteSubmissionModal"], descendants: true }, { propertyName: "eliminateSubmissionConfirmationModalControl", first: true, predicate: ["eliminateModal"], descendants: true }, { propertyName: "unEliminateSubmissionConfirmationModalControl", first: true, predicate: ["unEliminateModal"], descendants: true }, { propertyName: "pagingQuestionElement", first: true, predicate: ["pagingQuestionViewElement"], descendants: true }, { propertyName: "pagingSubmissionElement", first: true, predicate: ["pagingSubmissionViewElement"], descendants: true }], usesInheritance: true, ngImport: i0__namespace, template: "<!--toolbar-->\r\n<div *ngIf=\"loadInfo\">\r\n<bbsf-page-header-component [options]=\"pageHeaderOptions\" ></bbsf-page-header-component>\r\n</div>\r\n<!--end toolbar-->\r\n<div class=\"container-xxl\">\r\n <div class=\"info-container\" *ngIf=\"loadInfo\">\r\n <div class=\"section-margin-bottom\">\r\n <div class=\"d-flex justify-content-between align-items-center\">\r\n <span class=\"badge badge-light\" [ngClass]=\"getStatus(survey.statusItemID)\">{{survey.localizedStatus}}</span>\r\n <span ngbTooltip=\"{{l('Audience')}}\" class=\"badge badge-light mx-2\">{{survey.localizedAudience}}</span>\r\n </div>\r\n <p class=\"card-description\">\r\n {{survey.localizedDesc}}\r\n </p>\r\n <div class=\"card-data\">\r\n <BBSF-TextBox *ngIf=\"canTakeSurvey&& (survey.audienceItemID==AudienceTypeEnum.Internal||survey.audienceItemID==AudienceTypeEnum.Both)\"\r\n [options]=\"TextBoxWithInternalURL\" [group]=\"urlForm\"></BBSF-TextBox>\r\n <BBSF-TextBox *ngIf=\"canTakeSurvey&& (survey.audienceItemID==AudienceTypeEnum.External||survey.audienceItemID==AudienceTypeEnum.Both)\"\r\n [options]=\"TextBoxWithExternalURL\" [group]=\"urlForm\"></BBSF-TextBox>\r\n <div class=\"survery-date border-0\">\r\n <div class=\"icon-boxes align-items-baseline\">\r\n <div ngbTooltip=\"{{l('Date')}}\" class=\"icon-box\">\r\n <div class=\"symbol\">\r\n <span class=\"symbol-label\">\r\n <span class=\"svg-icon svg-icon-4\" [inlineSVG]=\"'/assets/images/calendar.svg'\">\r\n </span>\r\n </span>\r\n </div>\r\n <span class=\"survey-counter-title\" *ngIf=\"survey.startDate==null\">\r\n {{l('NotStartedYet')}}\r\n </span>\r\n <span class=\"survey-counter-title d-flex flex-stack\" *ngIf=\"survey.startDate!=null\">\r\n {{survey.startDate|surveyDate}}\r\n <span class=\"badge badge-light\">{{survey.endDate!=null?(survey.endDate|surveyDate):l('HasNoEnd')}} </span>\r\n </span>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"section-margin-bottom\">\r\n <ul ngbNav #nav=\"ngbNav\" class=\"nav nav-stretch nav-line-tabs nav-custom\">\r\n <li ngbNavItem class=\"nav-item\" [destroyOnHide]=\"true\">\r\n <a class=\"nav-link\" ngbNavLink>\r\n <h4>\r\n {{l('Questions')}}\r\n </h4>\r\n </a>\r\n <ng-template ngbNavContent>\r\n <div class=\"section-info\">\r\n <div class=\"page-subheader justify-content-between\">\r\n <BBSF-TextBox [options]=\"SearchTextBoxOptions\" [group]=\"filtersQuestionForm\"\r\n (OnChange)=\"searchInQuestionList($event)\"></BBSF-TextBox>\r\n <BBSF-TextBox [options]=\"SurveyIDOptions\" [group]=\"filtersQuestionForm\" hidden></BBSF-TextBox>\r\n <button type=\"button\" *ngIf=\"canAddQuestion\" class=\"btn btn-brand btn-sm subheader-btn\"\r\n (click)=\"showAddQuestionModal()\">\r\n {{l('Add')}}\r\n </button>\r\n </div>\r\n <div [hidden]=\"pagingQuestionResult.length == 0\">\r\n <div ngbNavContent cdkDropList (cdkDropListDropped)=\"drop($event)\">\r\n <div class=\"question-info\" [cdkDragDisabled]=\"canTakeSurvey\" cdkDrag\r\n *ngFor=\"let item of pagingQuestionResult; let i=index\">\r\n <div class=\"symbol symbol-25px me-4\" cdkDragHandle *ngIf=\"!canTakeSurvey\">\r\n <span class=\"symbol-label\">\r\n <span class=\"svg-icon svg-icon-7\" [inlineSVG]=\"'/assets/images/reorder.svg'\">\r\n </span>\r\n </span>\r\n </div>\r\n <div class=\"card card-listing\">\r\n <div class=\"card-header\">\r\n <div class=\"card-title\">\r\n <span class=\"badge badge-light\"\r\n ngbTooltip=\"{{l('Type')}}\">{{item.localizedQuestionTypeItem}}</span>\r\n <span class=\"badge badge-light mx-2\"\r\n ngbTooltip=\"{{l('Audience')}}\">{{item.localizedAudienceType}}</span>\r\n <span class=\"badge badge-brand-light mx-2\"\r\n *ngIf=\"item.isRelatedToSurveyQuestion\">{{l('Linked')}}</span>\r\n <span class=\"badge badge-light mx-2\" *ngIf=\"!item.isVisible\" ngbTooltip=\"{{l('NotVisible')}}\">\r\n {{l(\"NotVisible\")}}\r\n </span>\r\n </div>\r\n <div class=\"card-toolbar\">\r\n <div ngbDropdown container=\"body\" class=\"dropdown-custom\"\r\n [placement]=\"EN ? 'bottom-right' : 'bottom-left'\">\r\n <button type=\"button\" class=\"dropdown-toggle-custom btn btn-clear\" ngbDropdownToggle>\r\n <span class=\"svg-icon svg-icon-3\"\r\n [inlineSVG]=\"'/assets/images/card-dropdown.svg'\"></span>\r\n </button>\r\n <div ngbDropdownMenu class=\"dropdown-menu-custom\">\r\n <button *ngIf=\"!(canEditQuestion&&canDeleteQuestion)\"\r\n (click)=\"showEditQuestionModal(item.iD_GUID,true)\" apppreventdoubleclick type=\"button\"\r\n ngbDropdownItem class=\"dropdown-button\">\r\n <span class=\"svg-icon svg-icon-3\" [inlineSVG]=\"'/assets/images/info.svg'\">\r\n </span>\r\n {{l(\"Details\")}}\r\n </button>\r\n\r\n <button *ngIf=\"canEditQuestion\" (click)=\"showEditQuestionModal(item.iD_GUID,false)\"\r\n apppreventdoubleclick type=\"button\" ngbDropdownItem class=\"dropdown-button\">\r\n <span class=\"svg-icon svg-icon-3\" [inlineSVG]=\"'/assets/images/Edit.svg'\">\r\n </span>\r\n {{l(\"Edit\")}}\r\n </button>\r\n <button type=\"button\" *ngIf=\"canDeleteQuestion\"\r\n (click)=\"showDeleteQuestionModal(item.iD_GUID)\" apppreventdoubleclick ngbDropdownItem\r\n class=\"dropdown-button\">\r\n <span class=\"svg-icon svg-icon-3\"\r\n [inlineSVG]=\"'/assets/images/Trash.svg'\"></span> {{l(\"Delete\")}}\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"card-body\">\r\n <div class=\"survey-counter\">\r\n <span class=\"survey-counter-title\">{{item.localizedText}}</span>\r\n <span class=\"badge badge-light-brand badge-square ms-2 me-0\"\r\n ngbTooltip=\"{{l('Score')}}\">{{item.totalScore}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <BBSF-Paging (Items)=\"setQuestionListingResult($event)\" [options]=\"pagingQuestionOptions\"\r\n [group]=\"filtersQuestionForm\" #pagingQuestionViewElement></BBSF-Paging>\r\n </div>\r\n </div>\r\n <app-no-results *ngIf=\"pagingQuestionResult.length == 0\"></app-no-results>\r\n\r\n </ng-template>\r\n </li>\r\n <li ngbNavItem class=\"nav-item\" [destroyOnHide]=\"true\">\r\n <a class=\"nav-link\" ngbNavLink>\r\n <h4>\r\n {{l('Submissions')}}\r\n </h4>\r\n </a>\r\n <ng-template ngbNavContent>\r\n <div class=\"section-info\" ngbNavContent>\r\n <div class=\"page-subheader justify-content-between\">\r\n <BBSF-TextBox [options]=\"SearchTextBoxOptions\" [group]=\"filtersSubmissionForm\"></BBSF-TextBox>\r\n <BBSF-TextBox [options]=\"SurveyIDOptions\" [group]=\"filtersSubmissionForm\" hidden></BBSF-TextBox>\r\n </div>\r\n <div class=\"info-container\" [hidden]=\"pagingSubmissionResult.length == 0\">\r\n <div class=\"table-responsive\">\r\n <table class=\"table table-custom\">\r\n <thead>\r\n <tr class=\"table-header\">\r\n <th> {{l('Name')}}</th>\r\n <th>{{l('Email')}}</th>\r\n <th>{{l('Type')}}</th>\r\n <th>{{l('Created')}}</th>\r\n <th>{{l('Score')}}</th>\r\n <th class=\"table-action\">{{l(\"Action\")}}</th>\r\n </tr>\r\n </thead>\r\n <tbody class=\"table-body\">\r\n <tr *ngFor=\"let item of pagingSubmissionResult; let i=index\">\r\n <td>\r\n <span class=\"line-clamp-2\">\r\n {{item.localizedName}}\r\n <span class=\"badge badge-danger mx-2\" *ngIf=\"item.isEliminated&&item.allowElimination\">\r\n {{l('Eliminated')}}\r\n </span>\r\n </span>\r\n </td>\r\n <td>\r\n {{item.email}}\r\n </td>\r\n <td>\r\n <div class=\"badge badge-light\">\r\n {{item.isInternalUser? l('InternalUsers'):l('ExternalUsers')}}\r\n </div>\r\n </td>\r\n <td>{{item.created|surveyDate}}</td>\r\n <td>{{item.totalScore}}</td>\r\n <td class=\"table-action\">\r\n <button type=\"button\" ngbTooltip=\"{{l('Preview')}}\"\r\n [routerLink]=\"['../../info/result', item.iD_GUID]\" class=\"btn btn-sm p-2\">\r\n <span class=\"svg-icon svg-icon-3\"\r\n [inlineSVG]=\"'/assets/images/answers.svg'\"></span>\r\n </button>\r\n\r\n <button type=\"button\" *ngIf=\"!item.isEliminated&&item.allowElimination\"\r\n ngbTooltip=\"{{this.l('EliminateHint')}}\" class=\"btn btn-sm p-2\">\r\n <span class=\"svg-icon svg-icon-3\" (click)=\"showEliminateSubmissionModal(item.iD_GUID)\"\r\n apppreventdoubleclick\r\n [inlineSVG]=\"'/assets/images/unlink.svg'\"></span>\r\n </button>\r\n\r\n <button type=\"button\" *ngIf=\"item.isEliminated&&item.allowElimination\"\r\n ngbTooltip=\"{{this.l('UnEliminate')}}\" class=\"btn btn-sm p-2\">\r\n <span class=\"svg-icon svg-icon-3\" (click)=\"showUnEliminateSubmissionModal(item.iD_GUID)\"\r\n apppreventdoubleclick [inlineSVG]=\"'/assets/images/link.svg'\"></span>\r\n </button>\r\n\r\n <button type=\"button\" ngbTooltip=\"{{l('Delete')}}\" class=\"btn btn-sm p-2\">\r\n <span class=\"svg-icon svg-icon-3\" (click)=\"showDeleteSubmissionModal(item.iD_GUID)\"\r\n apppreventdoubleclick [inlineSVG]=\"'/assets/images/Trash.svg'\"></span>\r\n </button>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n </div>\r\n <BBSF-Paging (Items)=\"setSubmissionListingResult($event)\" [options]=\"pagingSubmissionOptions\"\r\n [group]=\"filtersSubmissionForm\" #pagingSubmissionViewElement></BBSF-Paging>\r\n </div>\r\n <app-no-results *ngIf=\"pagingSubmissionResult.length == 0\"></app-no-results>\r\n\r\n </ng-template>\r\n </li>\r\n <li ngbNavItem class=\"nav-item\" *ngIf=\"showOverview\" [destroyOnHide]=\"true\">\r\n <a class=\"nav-link\" ngbNavLink (click)=\"loadSurveyOverview()\">\r\n <h4>\r\n {{l(\"Overview\") }}\r\n </h4>\r\n </a>\r\n <ng-template ngbNavContent>\r\n <div class=\"section-info\" ngbNavContent>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-md-3\">\r\n <div class=\"overview-question\">\r\n <ul ngbNav #nav=\"ngbNav\" class=\"nav-pills\" orientation=\"vertical\">\r\n <h4> {{l(\"Questions\") }}</h4>\r\n <li ngbNavItem=\"{{item.localizedTitle}}\" [destroyOnHide]=\"true\"\r\n *ngFor=\"let item of questionOverviewResult\" (click)=\"loadChart(item)\">\r\n <a ngbNavLink>{{item.localizedTitle}}</a>\r\n\r\n </li>\r\n\r\n </ul>\r\n </div>\r\n </div>\r\n\r\n <div class=\"col-md-9\">\r\n <div class=\"chart-section\">\r\n <h4 class=\"chart-question\">{{l(\"Overview\") }}</h4>\r\n <div id=\"chartdiv\" style=\"width: 100%; height: 500px\"></div>\r\n </div>\r\n <div class=\"chart-section\">\r\n <h4 class=\"chart-question\">{{l(\"Score\") }} </h4>\r\n <div id=\"chartOverview\" style=\"width: 100%; height: 500px\"></div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </ng-template>\r\n </li>\r\n </ul>\r\n\r\n\r\n <div [ngbNavOutlet]=\"nav\"></div>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <app-edit-survey #editModal [pagingElement]=\"pagingElement\" [onSuccessHandler]=\"onSuccessHandler\"></app-edit-survey>\r\n <app-delete-survey #deleteConfirmationModalControl [pagingElement]=\"pagingElement\"\r\n [onSuccessHandler]=\"onSuccessDeleteHandler\"></app-delete-survey>\r\n <app-add-question #addQuestionModal [pagingElement]=\"pagingQuestionElement\"></app-add-question>\r\n <app-edit-question #editQuestionModal [pagingElement]=\"pagingQuestionElement\"></app-edit-question>\r\n <app-delete-question #deleteQuestionModal [pagingElement]=\"pagingQuestionElement\"></app-delete-question>\r\n <app-publish-survey #addPublishModal [pagingElement]=\"pagingElement\" [onSuccessHandler]=\"onSuccessHandler\" *ngIf=\"loadInfo\" [showToggle]=\"survey.isShowToggleOfScoreResultAfterSubmission\">\r\n </app-publish-survey>\r\n <app-unpublish-survey #addUnPublishModal [pagingElement]=\"pagingElement\" [onSuccessHandler]=\"onSuccessHandler\">\r\n </app-unpublish-survey>\r\n <app-delete-submission #deleteSubmissionModal [pagingElement]=\"pagingSubmissionElement\"\r\n [onSuccessHandler]=\"onSuccessDeleteHandlerSubmission\"></app-delete-submission>\r\n <app-eliminate-submission #eliminateModal [pagingElement]=\"pagingSubmissionElement\"\r\n [onSuccessHandler]=\"onSuccessHandler\"></app-eliminate-submission>\r\n <app-unEliminate-submission #unEliminateModal [pagingElement]=\"pagingSubmissionElement\"\r\n [onSuccessHandler]=\"onSuccessHandler\"></app-unEliminate-submission>\r\n", styles: [""], components: [{ type: i6__namespace.PageHeaderComponentComponent, selector: "bbsf-page-header-component", inputs: ["group", "options"] }, { type: i6__namespace.TextboxComponent, selector: "BBSF-TextBox", inputs: ["group", "options"], outputs: ["OnChange"] }, { type: i6__namespace.PagingComponent, selector: "BBSF-Paging", inputs: ["options", "group"], outputs: ["Items"] }, { type: NoResultsComponent, selector: "app-no-results" }, { type: i5__namespace.NgbNavOutlet, selector: "[ngbNavOutlet]", inputs: ["paneRole", "ngbNavOutlet"] }, { type: EditSurveyComponent, selector: "app-edit-survey", inputs: ["pagingElement", "onSuccessHandler"] }, { type: DeleteSurveyComponent, selector: "app-delete-survey", inputs: ["onSuccessHandler", "pagingElement"] }, { type: AddQuestionComponent, selector: "app-add-question", inputs: ["pagingElement"] }, { type: EditQuestionComponent, selector: "app-edit-question", inputs: ["pagingElement"] }, { type: DeleteQuestionComponent, selector: "app-delete-question", inputs: ["onSuccessHandler", "pagingElement"] }, { type: PublishSurveyComponent, selector: "app-publish-survey", inputs: ["pagingElement", "showToggle", "onSuccessHandler"] }, { type: UnPublishSurveyComponent, selector: "app-unpublish-survey", inputs: ["onSuccessHandler", "pagingElement"] }, { type: DeleteSubmissionComponent, selector: "app-delete-submission", inputs: ["onSuccessHandler", "pagingElement"] }, { type: EliminateSubmissionComponent, selector: "app-eliminate-submission", inputs: ["onSuccessHandler", "pagingElement"] }, { type: UnEliminateSubmissionComponent, selector: "app-unEliminate-submission", inputs: ["onSuccessHandler", "pagingElement"] }], directives: [{ type: i9__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i9__namespace.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i5__namespace.NgbTooltip, selector: "[ngbTooltip]", inputs: ["animation", "autoClose", "placement", "triggers", "container", "disableTooltip", "tooltipClass", "openDelay", "closeDelay", "ngbTooltip"], outputs: ["shown", "hidden"], exportAs: ["ngbTooltip"] }, { type: i11__namespace.InlineSVGDirective, selector: "[inlineSVG]", inputs: ["resolveSVGUrl", "replaceContents", "prepend", "injectComponent", "cacheSVG", "forceEvalStyles", "evalScripts", "inlineSVG", "setSVGAttributes", "removeSVGAttributes", "fallbackImgUrl", "onSVGLoaded"], outputs: ["onSVGInserted", "onSVGFailed"] }, { type: i5__namespace.NgbNav, selector: "[ngbNav]", inputs: ["animation", "destroyOnHide", "orientation", "roles", "keyboard", "activeId"], outputs: ["activeIdChange", "shown", "hidden", "navChange"], exportAs: ["ngbNav"] }, { type: i5__namespace.NgbNavItem, selector: "[ngbNavItem]", inputs: ["disabled", "domId", "destroyOnHide", "ngbNavItem"], outputs: ["shown", "hidden"], exportAs: ["ngbNavItem"] }, { type: i5__namespace.NgbNavLink, selector: "a[ngbNavLink]" }, { type: i5__namespace.NgbNavContent, selector: "ng-template[ngbNavContent]" }, { type: i20__namespace.CdkDropList, selector: "[cdkDropList], cdk-drop-list", inputs: ["cdkDropListConnectedTo", "id", "cdkDropListEnterPredicate", "cdkDropListSortPredicate", "cdkDropListDisabled", "cdkDropListSortingDisabled", "cdkDropListAutoScrollDisabled", "cdkDropListOrientation", "cdkDropListLockAxis", "cdkDropListData", "cdkDropListAutoScrollStep"], outputs: ["cdkDropListDropped", "cdkDropListEntered", "cdkDropListExited", "cdkDropListSorted"], exportAs: ["cdkDropList"] }, { type: i9__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i20__namespace.CdkDrag, selector: "[cdkDrag]", inputs: ["cdkDragDisabled", "cdkDragStartDelay", "cdkDragLockAxis", "cdkDragConstrainPosition", "cdkDragPreviewClass", "cdkDragBoundary", "cdkDragRootElement", "cdkDragPreviewContainer", "cdkDragData", "cdkDragFreeDragPosition"], outputs: ["cdkDragStarted", "cdkDragReleased", "cdkDragEnded", "cdkDragEntered", "cdkDragExited", "cdkDragDropped", "cdkDragMoved"], exportAs: ["cdkDrag"] }, { type: i20__namespace.CdkDragHandle, selector: "[cdkDragHandle]", inputs: ["cdkDragHandleDisabled"] }, { type: i5__namespace.NgbDropdown, selector: "[ngbDropdown]", inputs: ["open", "placement", "container", "autoClose", "display", "dropdownClass"], outputs: ["openChange"], exportAs: ["ngbDropdown"] }, { type: i5__namespace.NgbDropdownToggle, selector: "[ngbDropdownToggle]" }, { type: i5__namespace.NgbDropdownMenu, selector: "[ngbDropdownMenu]" }, { type: i5__namespace.NgbDropdownItem, selector: "[ngbDropdownItem]", inputs: ["disabled"] }, { type: i1__namespace$1.RouterLink, selector: ":not(a):not(area)[routerLink]", inputs: ["routerLink", "queryParams", "fragment", "queryParamsHandling", "preserveFragment", "skipLocationChange", "replaceUrl", "state", "relativeTo"] }], pipes: { "surveyDate": SurveyDatePipe } });
|
|
28167
28178
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SurveyInfoComponent, decorators: [{
|
|
28168
28179
|
type: i0.Component,
|
|
28169
28180
|
args: [{
|
|
@@ -29106,8 +29117,8 @@
|
|
|
29106
29117
|
SurveyRoutingModule,
|
|
29107
29118
|
i6.BBSFControlsModule,
|
|
29108
29119
|
i5.NgbModule,
|
|
29109
|
-
i1.BBSFUtilitiesModule,
|
|
29110
|
-
|
|
29120
|
+
i1.BBSFUtilitiesModule, i2__namespace.NgWizardModule, i20.DragDropModule,
|
|
29121
|
+
SharedModule$1] });
|
|
29111
29122
|
SurveyModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SurveyModule, providers: [
|
|
29112
29123
|
AnonymousLayoutService$1,
|
|
29113
29124
|
i1.MasterLayoutService,
|
|
@@ -29121,9 +29132,9 @@
|
|
|
29121
29132
|
i6.BBSFControlsModule,
|
|
29122
29133
|
i5.NgbModule,
|
|
29123
29134
|
i1.BBSFUtilitiesModule,
|
|
29124
|
-
inlineSvg_module.InlineSVGModule,
|
|
29125
29135
|
i2.NgWizardModule.forRoot(ngWizardConfig),
|
|
29126
|
-
i20.DragDropModule
|
|
29136
|
+
i20.DragDropModule,
|
|
29137
|
+
SharedModule$1
|
|
29127
29138
|
]] });
|
|
29128
29139
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SurveyModule, decorators: [{
|
|
29129
29140
|
type: i0.NgModule,
|
|
@@ -29157,9 +29168,9 @@
|
|
|
29157
29168
|
i6.BBSFControlsModule,
|
|
29158
29169
|
i5.NgbModule,
|
|
29159
29170
|
i1.BBSFUtilitiesModule,
|
|
29160
|
-
inlineSvg_module.InlineSVGModule,
|
|
29161
29171
|
i2.NgWizardModule.forRoot(ngWizardConfig),
|
|
29162
|
-
i20.DragDropModule
|
|
29172
|
+
i20.DragDropModule,
|
|
29173
|
+
SharedModule$1
|
|
29163
29174
|
],
|
|
29164
29175
|
providers: [
|
|
29165
29176
|
AnonymousLayoutService$1,
|