@resolveio/client-lib-core 0.0.16 → 0.1.1

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 (127) hide show
  1. package/esm2020/lib/account-manager.service.mjs +9 -11
  2. package/esm2020/lib/auth/auth-guard.service.mjs +4 -8
  3. package/esm2020/lib/auth/auth-permissions.service.mjs +3 -3
  4. package/esm2020/lib/auth/auth.service.mjs +3 -3
  5. package/esm2020/lib/auth/auth365.component.mjs +3 -3
  6. package/esm2020/lib/auth/can-deactivate-guard.service.mjs +3 -3
  7. package/esm2020/lib/auth/enroll.component.mjs +3 -3
  8. package/esm2020/lib/auth/forgot-password.component.mjs +3 -3
  9. package/esm2020/lib/core.component.mjs +13 -138
  10. package/esm2020/lib/core.module.mjs +6 -17
  11. package/esm2020/lib/core.service.mjs +4 -12
  12. package/esm2020/lib/directive/focus.mjs +3 -3
  13. package/esm2020/lib/directive/scroll.mjs +3 -3
  14. package/esm2020/lib/home/home.component.mjs +7 -44
  15. package/esm2020/lib/logger/logger.component.mjs +3 -3
  16. package/esm2020/lib/offline-manager.service.mjs +3 -3
  17. package/esm2020/lib/pipes/domsanitizor.pipe.mjs +3 -3
  18. package/esm2020/lib/pipes/filter.pipe.mjs +6 -6
  19. package/esm2020/lib/pipes/json-parse.pipe.mjs +3 -3
  20. package/esm2020/lib/pipes/minus-currency.pipe.mjs +3 -3
  21. package/esm2020/lib/pipes/phone.pipe.mjs +3 -3
  22. package/esm2020/lib/pipes/pipe.module.mjs +4 -4
  23. package/esm2020/lib/pipes/reverse-list.pipe.mjs +3 -3
  24. package/esm2020/lib/pipes/titlecase.pipe.mjs +3 -3
  25. package/esm2020/lib/resolveio-class.mjs +3 -3
  26. package/esm2020/lib/shared/shared.module.mjs +4 -4
  27. package/esm2020/lib/socket-manager.service.mjs +4 -14
  28. package/esm2020/lib/socket.service.mjs +3 -3
  29. package/esm2020/lib/support-ticket/detail/support-ticket-detail.component.mjs +3 -3
  30. package/esm2020/lib/support-ticket/edit/support-ticket-edit.component.mjs +3 -3
  31. package/esm2020/lib/support-ticket/list/support-ticket-list.component.mjs +3 -3
  32. package/esm2020/lib/support-ticket/new/support-ticket-new.component.mjs +3 -3
  33. package/esm2020/lib/support-ticket/support-ticket.component.mjs +3 -3
  34. package/esm2020/lib/support-ticket/support-ticket.module.mjs +5 -6
  35. package/esm2020/lib/support-ticket/support-ticket.service.mjs +3 -3
  36. package/esm2020/lib/token-manager.service.mjs +3 -3
  37. package/esm2020/lib/user-settings/settings/users-settings.component.mjs +5 -21
  38. package/esm2020/lib/user-settings/user-settings.component.mjs +4 -4
  39. package/esm2020/lib/user-settings/user-settings.module.mjs +7 -10
  40. package/esm2020/lib/user-settings/user-settings.service.mjs +3 -3
  41. package/esm2020/lib/util/aws.service.mjs +3 -3
  42. package/esm2020/lib/util/validation.service.mjs +3 -3
  43. package/esm2020/lib/util/window-resize.service.mjs +3 -3
  44. package/esm2020/lib/util/window.service.mjs +3 -3
  45. package/esm2020/lib/widgets/alert/alert.service.mjs +3 -3
  46. package/esm2020/lib/widgets/chartjs/chart.component.mjs +3 -3
  47. package/esm2020/lib/widgets/chartjs/chart.module.mjs +4 -4
  48. package/esm2020/lib/widgets/collapse-table/collapse-table.component.mjs +3 -3
  49. package/esm2020/lib/widgets/collapse-table/collapse-table.module.mjs +4 -4
  50. package/esm2020/lib/widgets/data-table/data-table.component.mjs +3 -3
  51. package/esm2020/lib/widgets/data-table/data-table.module.mjs +4 -4
  52. package/esm2020/lib/widgets/date-shortcut/date-shortcut.component.mjs +3 -3
  53. package/esm2020/lib/widgets/date-shortcut/date-shortcut.module.mjs +4 -4
  54. package/esm2020/lib/widgets/dialog/dialog.confirm.content.mjs +3 -3
  55. package/esm2020/lib/widgets/dialog/dialog.error.content.mjs +3 -3
  56. package/esm2020/lib/widgets/dialog/dialog.input.content.mjs +3 -3
  57. package/esm2020/lib/widgets/dialog/dialog.login.content.mjs +3 -3
  58. package/esm2020/lib/widgets/dialog/dialog.notify.content.mjs +3 -3
  59. package/esm2020/lib/widgets/dialog/dialog.register.content.mjs +3 -3
  60. package/esm2020/lib/widgets/dialog/dialog.select-data-labels.content.mjs +3 -3
  61. package/esm2020/lib/widgets/dialog/dialog.select-datetime.content.mjs +3 -3
  62. package/esm2020/lib/widgets/dialog/dialog.service.mjs +3 -3
  63. package/esm2020/lib/widgets/file/file-upload.component.mjs +4 -18
  64. package/esm2020/lib/widgets/file/file-upload.module.mjs +4 -4
  65. package/esm2020/lib/widgets/form-button/form-button.component.mjs +3 -3
  66. package/esm2020/lib/widgets/form-button/form-button.module.mjs +4 -4
  67. package/esm2020/lib/widgets/navbar-main/navbar-main.component.mjs +5 -5
  68. package/esm2020/lib/widgets/navbar-module/navbar-module.component.mjs +5 -5
  69. package/esm2020/lib/widgets/responsive-button-group/responsive-button-group.component.mjs +3 -3
  70. package/esm2020/lib/widgets/responsive-button-group/responsive-button-group.module.mjs +4 -4
  71. package/esm2020/lib/widgets/scheduler/scheduler.component.mjs +3 -3
  72. package/esm2020/lib/widgets/scheduler/scheduler.module.mjs +4 -4
  73. package/esm2020/lib/widgets/sort-table/sort-table-header.component.mjs +3 -3
  74. package/esm2020/lib/widgets/sort-table/sort-table-ngfor.component.mjs +3 -3
  75. package/esm2020/lib/widgets/sort-table/sort-table.directive.mjs +3 -3
  76. package/esm2020/lib/widgets/sort-table/sort-table.module.mjs +4 -4
  77. package/esm2020/lib/widgets/user-role/user-role.component.mjs +3 -3
  78. package/esm2020/lib/widgets/user-role/user-role.module.mjs +4 -4
  79. package/esm2020/public_api.mjs +1 -19
  80. package/fesm2015/resolveio-client-lib-core.mjs +489 -1283
  81. package/fesm2015/resolveio-client-lib-core.mjs.map +1 -1
  82. package/fesm2020/resolveio-client-lib-core.mjs +489 -1281
  83. package/fesm2020/resolveio-client-lib-core.mjs.map +1 -1
  84. package/lib/account-manager.service.d.ts +2 -3
  85. package/lib/core.component.d.ts +1 -11
  86. package/lib/core.module.d.ts +4 -6
  87. package/lib/core.service.d.ts +0 -4
  88. package/lib/home/home.component.d.ts +0 -6
  89. package/lib/user-settings/settings/users-settings.component.d.ts +0 -3
  90. package/package.json +14 -17
  91. package/public_api.d.ts +0 -18
  92. package/esm2020/lib/home/about-us.component.mjs +0 -34
  93. package/esm2020/lib/home/contact-us.component.mjs +0 -57
  94. package/esm2020/lib/home/demo.component.mjs +0 -59
  95. package/esm2020/lib/home/home.module.mjs +0 -46
  96. package/esm2020/lib/standard-pages/contactus/contactus.component.mjs +0 -45
  97. package/esm2020/lib/standard-pages/faq/faq.component.mjs +0 -45
  98. package/esm2020/lib/standard-pages/features/features.component.mjs +0 -23
  99. package/esm2020/lib/standard-pages/home/home.component.mjs +0 -38
  100. package/esm2020/lib/standard-pages/howitwork/howitwork.component.mjs +0 -23
  101. package/esm2020/lib/standard-pages/loginsignup/loginsignup.component.mjs +0 -23
  102. package/esm2020/lib/standard-pages/pricing/pricing.component.mjs +0 -37
  103. package/esm2020/lib/standard-pages/standard-pages.module.mjs +0 -65
  104. package/esm2020/lib/widgets/ngx-tour-ng-bootstrap/ng-bootstrap-tour.service.mjs +0 -14
  105. package/esm2020/lib/widgets/ngx-tour-ng-bootstrap/ng-bootstrap.module.mjs +0 -34
  106. package/esm2020/lib/widgets/ngx-tour-ng-bootstrap/step-option.interface.mjs +0 -2
  107. package/esm2020/lib/widgets/ngx-tour-ng-bootstrap/tour-anchor.directive.mjs +0 -76
  108. package/esm2020/lib/widgets/ngx-tour-ng-bootstrap/tour-step-template.component.mjs +0 -70
  109. package/esm2020/lib/widgets/ngx-tour-ng-bootstrap/tour-step-template.service.mjs +0 -10
  110. package/lib/home/about-us.component.d.ts +0 -15
  111. package/lib/home/contact-us.component.d.ts +0 -20
  112. package/lib/home/demo.component.d.ts +0 -25
  113. package/lib/home/home.module.d.ts +0 -12
  114. package/lib/standard-pages/contactus/contactus.component.d.ts +0 -17
  115. package/lib/standard-pages/faq/faq.component.d.ts +0 -17
  116. package/lib/standard-pages/features/features.component.d.ts +0 -12
  117. package/lib/standard-pages/home/home.component.d.ts +0 -14
  118. package/lib/standard-pages/howitwork/howitwork.component.d.ts +0 -12
  119. package/lib/standard-pages/loginsignup/loginsignup.component.d.ts +0 -12
  120. package/lib/standard-pages/pricing/pricing.component.d.ts +0 -14
  121. package/lib/standard-pages/standard-pages.module.d.ts +0 -16
  122. package/lib/widgets/ngx-tour-ng-bootstrap/ng-bootstrap-tour.service.d.ts +0 -7
  123. package/lib/widgets/ngx-tour-ng-bootstrap/ng-bootstrap.module.d.ts +0 -17
  124. package/lib/widgets/ngx-tour-ng-bootstrap/step-option.interface.d.ts +0 -5
  125. package/lib/widgets/ngx-tour-ng-bootstrap/tour-anchor.directive.d.ts +0 -26
  126. package/lib/widgets/ngx-tour-ng-bootstrap/tour-step-template.component.d.ts +0 -20
  127. package/lib/widgets/ngx-tour-ng-bootstrap/tour-step-template.service.d.ts +0 -9
@@ -1,17 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { AuthService } from '../../auth/auth.service';
3
- import { ProviderService, BaseComponent } from '../../resolveio-class';
4
- import { FormGroup } from '@angular/forms';
5
- import { HttpClient } from '@angular/common/http';
6
- import * as i0 from "@angular/core";
7
- export declare class ContactUsStandardComponent extends BaseComponent implements OnInit {
8
- private auth;
9
- private _services;
10
- private _http;
11
- form: FormGroup;
12
- constructor(auth: AuthService, _services: ProviderService, _http: HttpClient);
13
- ngOnInit(): void;
14
- onSubmitContactUs(): void;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<ContactUsStandardComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<ContactUsStandardComponent, "ng-component", never, {}, {}, never, never>;
17
- }
@@ -1,17 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { AuthService } from '../../auth/auth.service';
3
- import { ProviderService, BaseComponent } from '../../resolveio-class';
4
- import { FormGroup } from '@angular/forms';
5
- import { HttpClient } from '@angular/common/http';
6
- import * as i0 from "@angular/core";
7
- export declare class FAQComponent extends BaseComponent implements OnInit {
8
- private auth;
9
- private _services;
10
- private _http;
11
- form: FormGroup;
12
- constructor(auth: AuthService, _services: ProviderService, _http: HttpClient);
13
- ngOnInit(): void;
14
- onSubmitContactUs(): void;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<FAQComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<FAQComponent, "ng-component", never, {}, {}, never, never>;
17
- }
@@ -1,12 +0,0 @@
1
- import { AuthService } from '../../auth/auth.service';
2
- import { ProviderService, BaseComponent } from '../../resolveio-class';
3
- import { HttpClient } from '@angular/common/http';
4
- import * as i0 from "@angular/core";
5
- export declare class FeaturesComponent extends BaseComponent {
6
- private auth;
7
- private _services;
8
- private _http;
9
- constructor(auth: AuthService, _services: ProviderService, _http: HttpClient);
10
- static ɵfac: i0.ɵɵFactoryDeclaration<FeaturesComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<FeaturesComponent, "ng-component", never, {}, {}, never, never>;
12
- }
@@ -1,14 +0,0 @@
1
- import { AuthService } from '../../auth/auth.service';
2
- import { ProviderService, BaseComponent } from '../../resolveio-class';
3
- import { HttpClient } from '@angular/common/http';
4
- import { OwlOptions } from 'ngx-owl-carousel-o';
5
- import * as i0 from "@angular/core";
6
- export declare class HomeStandardComponent extends BaseComponent {
7
- private auth;
8
- private _services;
9
- private _http;
10
- constructor(auth: AuthService, _services: ProviderService, _http: HttpClient);
11
- customOptions: OwlOptions;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<HomeStandardComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<HomeStandardComponent, "ng-component", never, {}, {}, never, never>;
14
- }
@@ -1,12 +0,0 @@
1
- import { AuthService } from '../../auth/auth.service';
2
- import { ProviderService, BaseComponent } from '../../resolveio-class';
3
- import { HttpClient } from '@angular/common/http';
4
- import * as i0 from "@angular/core";
5
- export declare class HowItWorkComponent extends BaseComponent {
6
- private auth;
7
- private _services;
8
- private _http;
9
- constructor(auth: AuthService, _services: ProviderService, _http: HttpClient);
10
- static ɵfac: i0.ɵɵFactoryDeclaration<HowItWorkComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<HowItWorkComponent, "ng-component", never, {}, {}, never, never>;
12
- }
@@ -1,12 +0,0 @@
1
- import { AuthService } from '../../auth/auth.service';
2
- import { ProviderService, BaseComponent } from '../../resolveio-class';
3
- import { HttpClient } from '@angular/common/http';
4
- import * as i0 from "@angular/core";
5
- export declare class LoginSignupComponent extends BaseComponent {
6
- private auth;
7
- private _services;
8
- private _http;
9
- constructor(auth: AuthService, _services: ProviderService, _http: HttpClient);
10
- static ɵfac: i0.ɵɵFactoryDeclaration<LoginSignupComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<LoginSignupComponent, "ng-component", never, {}, {}, never, never>;
12
- }
@@ -1,14 +0,0 @@
1
- import { AuthService } from '../../auth/auth.service';
2
- import { ProviderService, BaseComponent } from '../../resolveio-class';
3
- import { HttpClient } from '@angular/common/http';
4
- import { OwlOptions } from 'ngx-owl-carousel-o';
5
- import * as i0 from "@angular/core";
6
- export declare class PricingComponent extends BaseComponent {
7
- private auth;
8
- private _services;
9
- private _http;
10
- constructor(auth: AuthService, _services: ProviderService, _http: HttpClient);
11
- customOptions: OwlOptions;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<PricingComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<PricingComponent, "ng-component", never, {}, {}, never, never>;
14
- }
@@ -1,16 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./contactus/contactus.component";
3
- import * as i2 from "./faq/faq.component";
4
- import * as i3 from "./features/features.component";
5
- import * as i4 from "./home/home.component";
6
- import * as i5 from "./howitwork/howitwork.component";
7
- import * as i6 from "./loginsignup/loginsignup.component";
8
- import * as i7 from "./pricing/pricing.component";
9
- import * as i8 from "../shared/shared.module";
10
- import * as i9 from "@ng-bootstrap/ng-bootstrap";
11
- import * as i10 from "ngx-owl-carousel-o";
12
- export declare class StandardPagesModule {
13
- static ɵfac: i0.ɵɵFactoryDeclaration<StandardPagesModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<StandardPagesModule, [typeof i1.ContactUsStandardComponent, typeof i2.FAQComponent, typeof i3.FeaturesComponent, typeof i4.HomeStandardComponent, typeof i5.HowItWorkComponent, typeof i6.LoginSignupComponent, typeof i7.PricingComponent], [typeof i8.SharedModule, typeof i9.NgbModule, typeof i10.CarouselModule], [typeof i1.ContactUsStandardComponent, typeof i2.FAQComponent, typeof i3.FeaturesComponent, typeof i4.HomeStandardComponent, typeof i5.HowItWorkComponent, typeof i6.LoginSignupComponent, typeof i7.PricingComponent]>;
15
- static ɵinj: i0.ɵɵInjectorDeclaration<StandardPagesModule>;
16
- }
@@ -1,7 +0,0 @@
1
- import { TourService } from 'ngx-tour-core';
2
- import { INgbStepOption } from './step-option.interface';
3
- import * as i0 from "@angular/core";
4
- export declare class NgbTourService extends TourService<INgbStepOption> {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<NgbTourService, never>;
6
- static ɵprov: i0.ɵɵInjectableDeclaration<NgbTourService>;
7
- }
@@ -1,17 +0,0 @@
1
- import { ModuleWithProviders } from '@angular/core';
2
- import { Route } from '@angular/router';
3
- import { NgbTourService } from './ng-bootstrap-tour.service';
4
- import { TourAnchorNgBootstrapDirective, TourAnchorNgBootstrapPopoverDirective } from './tour-anchor.directive';
5
- import { TourStepTemplateComponent } from './tour-step-template.component';
6
- import * as i0 from "@angular/core";
7
- import * as i1 from "./tour-anchor.directive";
8
- import * as i2 from "./tour-step-template.component";
9
- import * as i3 from "@angular/common";
10
- import * as i4 from "@ng-bootstrap/ng-bootstrap";
11
- export { TourAnchorNgBootstrapDirective, TourAnchorNgBootstrapPopoverDirective, TourStepTemplateComponent, NgbTourService };
12
- export declare class TourNgBootstrapModule {
13
- static forRoot(): ModuleWithProviders<Route>;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<TourNgBootstrapModule, never>;
15
- static ɵmod: i0.ɵɵNgModuleDeclaration<TourNgBootstrapModule, [typeof i1.TourAnchorNgBootstrapDirective, typeof i1.TourAnchorNgBootstrapPopoverDirective, typeof i2.TourStepTemplateComponent], [typeof i3.CommonModule, typeof i4.NgbPopoverModule], [typeof i1.TourAnchorNgBootstrapDirective, typeof i1.TourAnchorNgBootstrapPopoverDirective, typeof i2.TourStepTemplateComponent]>;
16
- static ɵinj: i0.ɵɵInjectorDeclaration<TourNgBootstrapModule>;
17
- }
@@ -1,5 +0,0 @@
1
- import { IStepOption } from 'ngx-tour-core';
2
- import { Placement } from '@ng-bootstrap/ng-bootstrap';
3
- export interface INgbStepOption extends IStepOption {
4
- placement?: Placement | 'after' | 'after-top' | 'after-bottom' | 'top-after' | 'top-before' | 'bottom-after' | 'bottom-before' | 'before' | 'before-top' | 'before-bottom' | 'below' | 'above';
5
- }
@@ -1,26 +0,0 @@
1
- import { ElementRef, OnDestroy, OnInit } from '@angular/core';
2
- import { NgbPopover } from '@ng-bootstrap/ng-bootstrap';
3
- import { TourAnchorDirective } from 'ngx-tour-core';
4
- import { NgbTourService } from './ng-bootstrap-tour.service';
5
- import { INgbStepOption } from './step-option.interface';
6
- import { TourStepTemplateService } from './tour-step-template.service';
7
- import * as i0 from "@angular/core";
8
- export declare class TourAnchorNgBootstrapPopoverDirective extends NgbPopover {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<TourAnchorNgBootstrapPopoverDirective, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<TourAnchorNgBootstrapPopoverDirective, "[tourAnchor]", never, {}, {}, never>;
11
- }
12
- export declare class TourAnchorNgBootstrapDirective implements OnInit, OnDestroy, TourAnchorDirective {
13
- private tourService;
14
- private tourStepTemplate;
15
- private element;
16
- private popoverDirective;
17
- tourAnchor: string;
18
- isActive: boolean;
19
- constructor(tourService: NgbTourService, tourStepTemplate: TourStepTemplateService, element: ElementRef, popoverDirective: TourAnchorNgBootstrapPopoverDirective);
20
- ngOnInit(): void;
21
- ngOnDestroy(): void;
22
- showTourStep(step: INgbStepOption): void;
23
- hideTourStep(): void;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<TourAnchorNgBootstrapDirective, [null, null, null, { host: true; }]>;
25
- static ɵdir: i0.ɵɵDirectiveDeclaration<TourAnchorNgBootstrapDirective, "[tourAnchor]", never, { "tourAnchor": "tourAnchor"; }, {}, never>;
26
- }
@@ -1,20 +0,0 @@
1
- import { TourHotkeyListenerComponent, IStepOption } from 'ngx-tour-core';
2
- import { TourStepTemplateService } from './tour-step-template.service';
3
- import { TemplateRef, AfterContentInit } from '@angular/core';
4
- import { NgbTourService } from './ng-bootstrap-tour.service';
5
- import * as i0 from "@angular/core";
6
- export declare class TourStepTemplateComponent extends TourHotkeyListenerComponent implements AfterContentInit {
7
- private tourStepTemplateService;
8
- tourService: NgbTourService;
9
- defaultTourStepTemplate: TemplateRef<any>;
10
- stepTemplate: TemplateRef<{
11
- step: IStepOption;
12
- }>;
13
- stepTemplateContent: TemplateRef<{
14
- step: IStepOption;
15
- }>;
16
- constructor(tourStepTemplateService: TourStepTemplateService, tourService: NgbTourService);
17
- ngAfterContentInit(): void;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<TourStepTemplateComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<TourStepTemplateComponent, "tour-step-template", never, { "stepTemplate": "stepTemplate"; }, {}, ["stepTemplateContent"], never>;
20
- }
@@ -1,9 +0,0 @@
1
- import { TemplateRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class TourStepTemplateService {
4
- template: TemplateRef<{
5
- content: string;
6
- }>;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<TourStepTemplateService, never>;
8
- static ɵprov: i0.ɵɵInjectableDeclaration<TourStepTemplateService>;
9
- }