@bnsights/bbsf-admin-portal 1.0.69 → 1.0.70

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.
Files changed (23) hide show
  1. package/README.md +5 -0
  2. package/bnsights-bbsf-admin-portal-1.0.70.tgz +0 -0
  3. package/bundles/bnsights-bbsf-admin-portal.umd.js +60 -44
  4. package/bundles/bnsights-bbsf-admin-portal.umd.js.map +1 -1
  5. package/esm2015/lib/Pages/impersonation-rules/impersonation-rules.module.js +3 -3
  6. package/esm2015/lib/Pages/jobs/jobs.module.js +3 -3
  7. package/esm2015/lib/Pages/lookups/lookup-item/lookup-item.component.js +3 -3
  8. package/esm2015/lib/Pages/notifications/add/add.component.js +1 -6
  9. package/esm2015/lib/Pages/notifications/master-layouts/master-layouts.component.js +2 -2
  10. package/esm2015/lib/Pages/notifications/template-info/template-info.component.js +8 -3
  11. package/esm2015/lib/Pages/notifications/templates/templates.component.js +2 -4
  12. package/esm2015/lib/Pages/publicHolidays/public-holiday/public-holiday.component.js +1 -3
  13. package/esm2015/lib/Pages/shared/components/survey/survey-info/add-question/add-question.component.js +2 -2
  14. package/esm2015/lib/Pages/shared/components/survey/survey-info/edit-question/edit-question.component.js +2 -2
  15. package/esm2015/lib/Pages/shared/components/survey/survey-info/survey-info.component.js +27 -1
  16. package/esm2015/lib/Pages/workflows/tabs/tabs.component.js +2 -2
  17. package/esm2015/lib/Pages/workflows/workflow/workflow.component.js +1 -2
  18. package/fesm2015/bnsights-bbsf-admin-portal.js +60 -44
  19. package/fesm2015/bnsights-bbsf-admin-portal.js.map +1 -1
  20. package/lib/Pages/notifications/template-info/template-info.component.d.ts +1 -0
  21. package/package.json +1 -1
  22. package/src/lib/assets/sass/custom-styles.scss +1 -7
  23. package/bnsights-bbsf-admin-portal-1.0.69.tgz +0 -0
@@ -24,6 +24,7 @@ export declare class TemplateInfoComponent implements OnInit {
24
24
  TemplateIdEnc: string;
25
25
  TemplateInfo: any;
26
26
  Template: any;
27
+ isDataLoaded: boolean;
27
28
  LanguageList: any[];
28
29
  EmailServiceProviderList: any[];
29
30
  SMSServiceProviderList: any[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bnsights/bbsf-admin-portal",
3
- "version": "1.0.69",
3
+ "version": "1.0.70",
4
4
  "peerDependencies": {
5
5
  "@amcharts/amcharts5": "^5.2.25",
6
6
  "@agm/core": "^3.0.0-beta.0",
@@ -598,12 +598,6 @@ button.swal2-cancel {
598
598
  border: 1px dashed #f1416c;
599
599
  margin-bottom: 20px;
600
600
  }
601
- //nav tabs
602
- .nav-link.active {
603
- background-color: #b68a35 !important;
604
- }
605
- .nav-link {
606
- color: #b68a35;
607
- }
601
+
608
602
 
609
603