@unipin/angular-applet 18.0.3-beta.0 → 18.0.4

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 (54) hide show
  1. package/esm2022/graphql/generated.mjs +246 -1
  2. package/esm2022/lib/components/approval/detail/approval-detail.component.mjs +3 -3
  3. package/esm2022/lib/components/approval/form/approval-form.component.mjs +6 -6
  4. package/esm2022/lib/components/approval/list/approval-list.component.mjs +3 -3
  5. package/esm2022/lib/components/approval/services/approval.service.mjs +3 -3
  6. package/esm2022/lib/components/audit/detail/audit-detail.component.mjs +3 -3
  7. package/esm2022/lib/components/audit/list/audit-list.component.mjs +3 -3
  8. package/esm2022/lib/components/audit/service/audit.service.mjs +3 -3
  9. package/esm2022/lib/components/buttons/group/btn-group.component.mjs +3 -3
  10. package/esm2022/lib/components/buttons/loading/btn-loading.component.mjs +3 -3
  11. package/esm2022/lib/components/containers/applet-container/applet-container.component.mjs +3 -3
  12. package/esm2022/lib/components/containers/colum-header-container/column-header-container.component.mjs +3 -3
  13. package/esm2022/lib/components/containers/column-container/column-container.component.mjs +3 -3
  14. package/esm2022/lib/components/containers/column-container/directives/lazy-route.directive.mjs +3 -3
  15. package/esm2022/lib/components/containers/list-container/list-pagination-container/list-pagination-container.component.mjs +3 -3
  16. package/esm2022/lib/components/containers/list-container/list-snapshot-container/list-snapshot-container.component.mjs +3 -3
  17. package/esm2022/lib/components/containers/modal-container/modal-container.component.mjs +3 -3
  18. package/esm2022/lib/components/filter/filter.component.mjs +4 -4
  19. package/esm2022/lib/components/forms/currency-input/form-currency-input.component.mjs +9 -6
  20. package/esm2022/lib/components/forms/date/form-date.component.mjs +3 -3
  21. package/esm2022/lib/components/forms/image-picker/directives/drag-n-drop.directive.mjs +3 -3
  22. package/esm2022/lib/components/forms/image-picker/form-image-picker.component.mjs +3 -3
  23. package/esm2022/lib/components/forms/input/form-input.component.mjs +3 -3
  24. package/esm2022/lib/components/forms/number/form-number.component.mjs +3 -3
  25. package/esm2022/lib/components/forms/number/pipes/locale-number.pipe.mjs +3 -3
  26. package/esm2022/lib/components/forms/password/form-password.component.mjs +13 -6
  27. package/esm2022/lib/components/forms/searchable-select/form-searchable-select.component.mjs +3 -3
  28. package/esm2022/lib/components/forms/select/form-select.component.mjs +3 -3
  29. package/esm2022/lib/components/forms/textarea/form-textarea.component.mjs +3 -3
  30. package/esm2022/lib/components/grids/grid-pagination/grid-pagination.component.mjs +3 -3
  31. package/esm2022/lib/components/grids/grid-snapshot/grid-snapshot.component.mjs +3 -3
  32. package/esm2022/lib/components/grids/services/grid.service.mjs +3 -3
  33. package/esm2022/lib/components/tabs/tab-content/tab-content.component.mjs +3 -3
  34. package/esm2022/lib/components/tabs/tab-group/tab-group.component.mjs +3 -3
  35. package/esm2022/lib/components/tabs/tabs.component.module.mjs +4 -4
  36. package/esm2022/lib/interceptors/header/header.interceptor.mjs +3 -3
  37. package/esm2022/lib/interceptors/refresh-token/refresh-token.interceptor.mjs +3 -3
  38. package/esm2022/lib/modules/permission/directive/permission.directive.mjs +3 -3
  39. package/esm2022/lib/modules/permission/pages/401/unauthorized.page.mjs +3 -3
  40. package/esm2022/lib/modules/permission/pages/loading/loading.page.mjs +3 -3
  41. package/esm2022/lib/modules/permission/permission.module.mjs +4 -4
  42. package/esm2022/lib/modules/permission/services/permission.service.mjs +3 -3
  43. package/esm2022/lib/resolvers/auth/auth.resolver.mjs +3 -3
  44. package/esm2022/lib/services/auth/auth.service.mjs +3 -3
  45. package/esm2022/lib/services/country/country.service.mjs +3 -3
  46. package/esm2022/lib/services/currency/currency.service.mjs +3 -3
  47. package/esm2022/lib/services/profile/profile.service.mjs +3 -3
  48. package/fesm2022/unipin-angular-applet.mjs +401 -146
  49. package/fesm2022/unipin-angular-applet.mjs.map +1 -1
  50. package/graphql/generated.d.ts +3637 -200
  51. package/lib/components/forms/currency-input/form-currency-input.component.d.ts +2 -1
  52. package/lib/components/forms/password/form-password.component.d.ts +1 -0
  53. package/package.json +2 -2
  54. package/src/assets/scss/forms.scss +1 -1
@@ -75,10 +75,10 @@ export class AuthResolver {
75
75
  buffer = chars.indexOf(buffer);
76
76
  return output;
77
77
  }
78
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: AuthResolver, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
79
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: AuthResolver, providedIn: 'root' }); }
78
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.4", ngImport: i0, type: AuthResolver, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
79
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.4", ngImport: i0, type: AuthResolver, providedIn: 'root' }); }
80
80
  }
81
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: AuthResolver, decorators: [{
81
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.4", ngImport: i0, type: AuthResolver, decorators: [{
82
82
  type: Injectable,
83
83
  args: [{
84
84
  providedIn: 'root'
@@ -125,10 +125,10 @@ export class AuthService {
125
125
  variables: { input }
126
126
  });
127
127
  }
128
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: AuthService, deps: [{ token: i1.Apollo }, { token: i2.ProfileService }], target: i0.ɵɵFactoryTarget.Injectable }); }
129
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: AuthService, providedIn: 'root' }); }
128
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.4", ngImport: i0, type: AuthService, deps: [{ token: i1.Apollo }, { token: i2.ProfileService }], target: i0.ɵɵFactoryTarget.Injectable }); }
129
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.4", ngImport: i0, type: AuthService, providedIn: 'root' }); }
130
130
  }
131
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: AuthService, decorators: [{
131
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.4", ngImport: i0, type: AuthService, decorators: [{
132
132
  type: Injectable,
133
133
  args: [{
134
134
  providedIn: 'root'
@@ -38,10 +38,10 @@ export class CountryService {
38
38
  `,
39
39
  });
40
40
  }
41
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: CountryService, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable }); }
42
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: CountryService, providedIn: 'root' }); }
41
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.4", ngImport: i0, type: CountryService, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable }); }
42
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.4", ngImport: i0, type: CountryService, providedIn: 'root' }); }
43
43
  }
44
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: CountryService, decorators: [{
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.4", ngImport: i0, type: CountryService, decorators: [{
45
45
  type: Injectable,
46
46
  args: [{
47
47
  providedIn: 'root'
@@ -28,10 +28,10 @@ export class CurrencyService {
28
28
  `,
29
29
  });
30
30
  }
31
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: CurrencyService, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable }); }
32
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: CurrencyService, providedIn: 'root' }); }
31
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.4", ngImport: i0, type: CurrencyService, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable }); }
32
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.4", ngImport: i0, type: CurrencyService, providedIn: 'root' }); }
33
33
  }
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: CurrencyService, decorators: [{
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.4", ngImport: i0, type: CurrencyService, decorators: [{
35
35
  type: Injectable,
36
36
  args: [{
37
37
  providedIn: 'root'
@@ -52,10 +52,10 @@ export class ProfileService {
52
52
  return authMsMyProfile;
53
53
  }));
54
54
  }
55
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: ProfileService, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable }); }
56
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: ProfileService, providedIn: 'root' }); }
55
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.4", ngImport: i0, type: ProfileService, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable }); }
56
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.4", ngImport: i0, type: ProfileService, providedIn: 'root' }); }
57
57
  }
58
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: ProfileService, decorators: [{
58
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.4", ngImport: i0, type: ProfileService, decorators: [{
59
59
  type: Injectable,
60
60
  args: [{
61
61
  providedIn: 'root'