@bnsights/bbsf-admin-portal 1.0.74 → 1.0.76

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.
@@ -62,6 +62,7 @@ export declare class AddQuestionComponent extends AppBaseComponent implements On
62
62
  onSuccessAddHandler: any;
63
63
  ngOnInit(): void;
64
64
  changeScoring(value: any): void;
65
+ updateLengthValidator(name: any, max: any, min: any): void;
65
66
  changeDataType(key: any): void;
66
67
  addModal: (surveyId: any, audienceType: any) => void;
67
68
  getAddModel: () => any[];
@@ -66,6 +66,7 @@ export declare class EditQuestionComponent extends AppBaseComponent implements O
66
66
  onSuccessEditHandler: any;
67
67
  ngOnInit(): void;
68
68
  changeScoring(value: any): void;
69
+ updateLengthValidator(name: any, max: any, min: any): void;
69
70
  changeDataType(key: any): void;
70
71
  changeFormStatus(value: any): void;
71
72
  editModal: (id: any, surveyAudienceTypeID: any, isViewOnly?: boolean) => void;
@@ -57,6 +57,7 @@ export declare class SurveyComponent extends AppBaseComponent implements OnInit
57
57
  showEditModal(id: any): void;
58
58
  showDuplicateModal(id: any): void;
59
59
  showDeleteModal(id: any): void;
60
+ isEditable(status: any): boolean;
60
61
  getStatus(status: any): string;
61
62
  static ɵfac: i0.ɵɵFactoryDeclaration<SurveyComponent, never>;
62
63
  static ɵcmp: i0.ɵɵComponentDeclaration<SurveyComponent, "app-survey", never, {}, {}, never, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bnsights/bbsf-admin-portal",
3
- "version": "1.0.74",
3
+ "version": "1.0.76",
4
4
  "peerDependencies": {
5
5
  "@amcharts/amcharts5": "^5.2.25",
6
6
  "@agm/core": "^3.0.0-beta.0",
@@ -38,7 +38,7 @@
38
38
  "@angular/platform-browser": "~12.2.12",
39
39
  "@angular/platform-browser-dynamic": "~12.2.12",
40
40
  "@angular/router": "~12.2.12",
41
- "@bnsights/bbsf-controls": "1.0.85",
41
+ "@bnsights/bbsf-controls": "1.0.86",
42
42
  "@bnsights/bbsf-utilities": "1.0.31",
43
43
  "@fortawesome/fontawesome-free": "^5.15.1",
44
44
  "@ng-bootstrap/ng-bootstrap": "^9.0.2",