tin-spa 14.3.11 → 14.10.2

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 (227) hide show
  1. package/README.md +24 -24
  2. package/esm2020/lib/classes/Classes.mjs +53 -206
  3. package/esm2020/lib/classes/LibClasses.mjs +180 -0
  4. package/esm2020/lib/classes/TinCore.mjs +201 -42
  5. package/esm2020/lib/components/alert/alert.component.mjs +12 -6
  6. package/esm2020/lib/components/attach/attach.component.mjs +49 -33
  7. package/esm2020/lib/components/capsules/capsules.component.mjs +63 -0
  8. package/esm2020/lib/components/cards/cards.component.mjs +103 -0
  9. package/esm2020/lib/components/date/date.component.mjs +6 -6
  10. package/esm2020/lib/components/datetime/datetime.component.mjs +6 -3
  11. package/esm2020/lib/components/email/email.component.mjs +133 -0
  12. package/esm2020/lib/components/filter/filter.component.mjs +7 -3
  13. package/esm2020/lib/components/form/form.component.mjs +155 -53
  14. package/esm2020/lib/components/html/html.component.mjs +34 -0
  15. package/esm2020/lib/components/label/label.component.mjs +6 -3
  16. package/esm2020/lib/components/list-dialog/list-dialog.component.mjs +3 -3
  17. package/esm2020/lib/components/money/money.component.mjs +26 -9
  18. package/esm2020/lib/components/multi-select/multi-select.component.mjs +165 -0
  19. package/esm2020/lib/components/multi-text/multi-text.component.mjs +208 -0
  20. package/esm2020/lib/components/nav-menu/nav-menu.component.mjs +32 -28
  21. package/esm2020/lib/components/notes/notes.component.mjs +62 -0
  22. package/esm2020/lib/components/number/number.component.mjs +23 -8
  23. package/esm2020/lib/components/option/option.component.mjs +39 -14
  24. package/esm2020/lib/components/page/page.component.mjs +101 -0
  25. package/esm2020/lib/components/search/search.component.mjs +10 -5
  26. package/esm2020/lib/components/select/select.component.mjs +56 -119
  27. package/esm2020/lib/components/select-bitwise/select-bitwise.component.mjs +87 -0
  28. package/esm2020/lib/components/select-common/select-common.component.mjs +189 -0
  29. package/esm2020/lib/components/select-internal/select-internal.component.mjs +75 -0
  30. package/esm2020/lib/components/select-lite/select-lite.component.mjs +18 -0
  31. package/esm2020/lib/components/steps/steps.component.mjs +83 -61
  32. package/esm2020/lib/components/suffix/suffix.component.mjs +70 -0
  33. package/esm2020/lib/components/table/detailsDialog.component.mjs +179 -37
  34. package/esm2020/lib/components/table/table.component.mjs +142 -108
  35. package/esm2020/lib/components/table-action/table-action.component.mjs +42 -8
  36. package/esm2020/lib/components/table-header/table-header.component.mjs +87 -15
  37. package/esm2020/lib/components/table-internal/detailsDialog-internal.component.mjs +183 -35
  38. package/esm2020/lib/components/table-internal/table-internal.component.mjs +144 -109
  39. package/esm2020/lib/components/table-lite/detailsDialog-lite.component.mjs +371 -0
  40. package/esm2020/lib/components/table-lite/table-lite.component.mjs +441 -0
  41. package/esm2020/lib/components/table-row/table-row.component.mjs +41 -6
  42. package/esm2020/lib/components/text/text.component.mjs +97 -42
  43. package/esm2020/lib/components/tiles/tiles.component.mjs +44 -26
  44. package/esm2020/lib/components/viewer/viewer.component.mjs +7 -3
  45. package/esm2020/lib/components/viewer/viewerDialog.component.mjs +20 -13
  46. package/esm2020/lib/modules/admin/admin-routing.module.mjs +32 -22
  47. package/esm2020/lib/modules/index/index-routing.module.mjs +4 -4
  48. package/esm2020/lib/modules/spa-admin.module.mjs +7 -7
  49. package/esm2020/lib/modules/spa-index.module.mjs +4 -4
  50. package/esm2020/lib/modules/spa-user.module.mjs +3 -3
  51. package/esm2020/lib/modules/user/user-routing.module.mjs +3 -3
  52. package/esm2020/lib/pages/accounts/accountDialog.component.mjs +56 -0
  53. package/esm2020/lib/pages/accounts/accounts.component.mjs +70 -0
  54. package/esm2020/lib/pages/app-models/app-models.component.mjs +56 -0
  55. package/esm2020/lib/pages/approvals/approvals.component.mjs +19 -0
  56. package/esm2020/lib/pages/approvals-config/approvals-config.component.mjs +165 -0
  57. package/esm2020/lib/pages/bug/bug.component.mjs +14 -0
  58. package/esm2020/lib/pages/change-password/change-password.component.mjs +92 -0
  59. package/esm2020/lib/pages/create-account/create-account.component.mjs +110 -0
  60. package/esm2020/lib/pages/customers/customers.component.mjs +21 -0
  61. package/esm2020/lib/{components → pages}/departments/departments.component.mjs +3 -5
  62. package/esm2020/lib/pages/employees/employees.component.mjs +20 -0
  63. package/esm2020/lib/pages/grades/grades.component.mjs +14 -0
  64. package/esm2020/lib/pages/inventory/inventory.component.mjs +99 -0
  65. package/esm2020/lib/pages/inventory/quantityDialog.component.mjs +53 -0
  66. package/esm2020/lib/pages/invitations-table/invitations-table.component.mjs +71 -0
  67. package/esm2020/lib/pages/login/login.component.mjs +166 -0
  68. package/esm2020/lib/pages/logs/logs.component.mjs +42 -0
  69. package/esm2020/lib/pages/membership/membership.component.mjs +44 -0
  70. package/esm2020/lib/pages/notifications/notifications.component.mjs +90 -0
  71. package/esm2020/lib/pages/notifications-config/notifications-config.component.mjs +113 -0
  72. package/esm2020/lib/pages/plans/plans.component.mjs +44 -0
  73. package/esm2020/lib/pages/positions/positions.component.mjs +21 -0
  74. package/esm2020/lib/pages/profile/profile.component.mjs +94 -0
  75. package/esm2020/lib/pages/recover-account/recover-account.component.mjs +46 -0
  76. package/esm2020/lib/{components → pages}/roles/addRoleDialog.component.mjs +3 -3
  77. package/esm2020/lib/pages/roles/roles.component.mjs +151 -0
  78. package/esm2020/lib/{components → pages}/settings/settings.component.mjs +2 -11
  79. package/esm2020/lib/pages/signup/signup.component.mjs +50 -0
  80. package/esm2020/lib/pages/suppliers/suppliers.component.mjs +22 -0
  81. package/esm2020/lib/pages/tasks/tasks.component.mjs +86 -0
  82. package/esm2020/lib/pages/tenant-settings/tenant-settings.component.mjs +228 -0
  83. package/esm2020/lib/pages/tenants/tenants.component.mjs +47 -0
  84. package/esm2020/lib/pages/transactions/transactDialog.component.mjs +80 -0
  85. package/esm2020/lib/pages/transactions/transactions.component.mjs +101 -0
  86. package/esm2020/lib/pages/users/users.component.mjs +141 -0
  87. package/esm2020/lib/pages/welcome/welcome.component.mjs +86 -0
  88. package/esm2020/lib/select-context.directive.mjs +23 -0
  89. package/esm2020/lib/services/auth.service.mjs +3 -2
  90. package/esm2020/lib/services/button.service.mjs +90 -30
  91. package/esm2020/lib/services/csv.service.mjs +49 -0
  92. package/esm2020/lib/services/datalib.service.mjs +504 -76
  93. package/esm2020/lib/services/dialog.service.mjs +24 -7
  94. package/esm2020/lib/services/log.service.mjs +2 -2
  95. package/esm2020/lib/services/notifications.service.mjs +33 -0
  96. package/esm2020/lib/services/table-config.service.mjs +55 -7
  97. package/esm2020/lib/tin-spa.module.mjs +70 -30
  98. package/esm2020/public-api.mjs +33 -25
  99. package/fesm2015/tin-spa.mjs +6258 -2345
  100. package/fesm2015/tin-spa.mjs.map +1 -1
  101. package/fesm2020/tin-spa.mjs +6308 -2336
  102. package/fesm2020/tin-spa.mjs.map +1 -1
  103. package/lib/classes/Classes.d.ts +244 -294
  104. package/lib/classes/LibClasses.d.ts +173 -0
  105. package/lib/classes/TinCore.d.ts +13 -3
  106. package/lib/components/attach/attach.component.d.ts +13 -6
  107. package/lib/components/capsules/capsules.component.d.ts +26 -0
  108. package/lib/components/cards/cards.component.d.ts +39 -0
  109. package/lib/components/datetime/datetime.component.d.ts +2 -1
  110. package/lib/components/email/email.component.d.ts +40 -0
  111. package/lib/components/filter/filter.component.d.ts +1 -0
  112. package/lib/components/form/form.component.d.ts +20 -9
  113. package/lib/components/html/html.component.d.ts +16 -0
  114. package/lib/components/label/label.component.d.ts +2 -1
  115. package/lib/components/money/money.component.d.ts +8 -1
  116. package/lib/components/multi-select/multi-select.component.d.ts +47 -0
  117. package/lib/components/multi-text/multi-text.component.d.ts +56 -0
  118. package/lib/components/nav-menu/nav-menu.component.d.ts +6 -2
  119. package/lib/components/notes/notes.component.d.ts +19 -0
  120. package/lib/components/number/number.component.d.ts +7 -1
  121. package/lib/components/option/option.component.d.ts +11 -2
  122. package/lib/components/page/page.component.d.ts +38 -0
  123. package/lib/components/search/search.component.d.ts +3 -1
  124. package/lib/components/select/select.component.d.ts +16 -35
  125. package/lib/components/select-bitwise/select-bitwise.component.d.ts +31 -0
  126. package/lib/components/select-common/select-common.component.d.ts +50 -0
  127. package/lib/components/select-internal/select-internal.component.d.ts +23 -0
  128. package/lib/components/select-lite/select-lite.component.d.ts +8 -0
  129. package/lib/components/steps/steps.component.d.ts +18 -9
  130. package/lib/components/suffix/suffix.component.d.ts +23 -0
  131. package/lib/components/table/detailsDialog.component.d.ts +24 -7
  132. package/lib/components/table/table.component.d.ts +18 -9
  133. package/lib/components/table-action/table-action.component.d.ts +4 -1
  134. package/lib/components/table-header/table-header.component.d.ts +19 -4
  135. package/lib/components/table-internal/detailsDialog-internal.component.d.ts +24 -7
  136. package/lib/components/table-internal/table-internal.component.d.ts +18 -9
  137. package/lib/components/table-lite/detailsDialog-lite.component.d.ts +81 -0
  138. package/lib/components/table-lite/table-lite.component.d.ts +91 -0
  139. package/lib/components/table-row/table-row.component.d.ts +5 -2
  140. package/lib/components/text/text.component.d.ts +17 -4
  141. package/lib/components/tiles/tiles.component.d.ts +7 -4
  142. package/lib/components/viewer/viewerDialog.component.d.ts +3 -1
  143. package/lib/modules/spa-admin.module.d.ts +6 -6
  144. package/lib/modules/spa-index.module.d.ts +3 -3
  145. package/lib/modules/spa-user.module.d.ts +2 -2
  146. package/lib/pages/app-models/app-models.component.d.ts +15 -0
  147. package/lib/pages/approvals/approvals.component.d.ts +10 -0
  148. package/lib/pages/approvals-config/approvals-config.component.d.ts +24 -0
  149. package/lib/{components → pages}/change-password/change-password.component.d.ts +1 -1
  150. package/lib/{components → pages}/create-account/create-account.component.d.ts +2 -1
  151. package/lib/{components → pages}/customers/customers.component.d.ts +2 -8
  152. package/lib/{components → pages}/invitations-table/invitations-table.component.d.ts +1 -1
  153. package/lib/{components → pages}/login/login.component.d.ts +10 -3
  154. package/lib/{components → pages}/logs/logs.component.d.ts +2 -6
  155. package/lib/{components → pages}/membership/membership.component.d.ts +2 -6
  156. package/lib/pages/notifications/notifications.component.d.ts +16 -0
  157. package/lib/pages/notifications-config/notifications-config.component.d.ts +17 -0
  158. package/lib/{components → pages}/plans/plans.component.d.ts +2 -6
  159. package/lib/{components → pages}/profile/profile.component.d.ts +2 -1
  160. package/lib/{components → pages}/roles/addRoleDialog.component.d.ts +1 -1
  161. package/lib/{components → pages}/roles/roles.component.d.ts +15 -3
  162. package/lib/{components → pages}/signup/signup.component.d.ts +1 -1
  163. package/lib/{components → pages}/suppliers/suppliers.component.d.ts +1 -4
  164. package/lib/{components → pages}/tasks/tasks.component.d.ts +1 -1
  165. package/lib/{components → pages}/tenant-settings/tenant-settings.component.d.ts +12 -7
  166. package/lib/{components → pages}/tenants/tenants.component.d.ts +2 -2
  167. package/lib/{components → pages}/users/users.component.d.ts +8 -16
  168. package/lib/select-context.directive.d.ts +10 -0
  169. package/lib/services/auth.service.d.ts +1 -1
  170. package/lib/services/button.service.d.ts +10 -7
  171. package/lib/services/csv.service.d.ts +10 -0
  172. package/lib/services/datalib.service.d.ts +55 -10
  173. package/lib/services/dialog.service.d.ts +2 -2
  174. package/lib/services/log.service.d.ts +1 -1
  175. package/lib/services/notifications.service.d.ts +12 -0
  176. package/lib/services/table-config.service.d.ts +9 -1
  177. package/lib/tin-spa.module.d.ts +51 -33
  178. package/package.json +1 -1
  179. package/public-api.d.ts +31 -23
  180. package/esm2020/lib/components/accounts/accountDialog.component.mjs +0 -56
  181. package/esm2020/lib/components/accounts/accounts.component.mjs +0 -70
  182. package/esm2020/lib/components/bug/bug.component.mjs +0 -14
  183. package/esm2020/lib/components/change-password/change-password.component.mjs +0 -92
  184. package/esm2020/lib/components/create-account/create-account.component.mjs +0 -109
  185. package/esm2020/lib/components/customers/customers.component.mjs +0 -60
  186. package/esm2020/lib/components/employees/employees.component.mjs +0 -21
  187. package/esm2020/lib/components/grades/grades.component.mjs +0 -14
  188. package/esm2020/lib/components/inventory/inventory.component.mjs +0 -99
  189. package/esm2020/lib/components/inventory/quantityDialog.component.mjs +0 -53
  190. package/esm2020/lib/components/invitations/invitations.component.mjs +0 -14
  191. package/esm2020/lib/components/invitations-table/invitations-table.component.mjs +0 -70
  192. package/esm2020/lib/components/login/login.component.mjs +0 -127
  193. package/esm2020/lib/components/logs/logs.component.mjs +0 -37
  194. package/esm2020/lib/components/membership/membership.component.mjs +0 -48
  195. package/esm2020/lib/components/notifications/notifications.component.mjs +0 -14
  196. package/esm2020/lib/components/plans/plans.component.mjs +0 -47
  197. package/esm2020/lib/components/positions/positions.component.mjs +0 -21
  198. package/esm2020/lib/components/profile/profile.component.mjs +0 -92
  199. package/esm2020/lib/components/recover-account/recover-account.component.mjs +0 -46
  200. package/esm2020/lib/components/roles/roles.component.mjs +0 -91
  201. package/esm2020/lib/components/signup/signup.component.mjs +0 -50
  202. package/esm2020/lib/components/suppliers/suppliers.component.mjs +0 -50
  203. package/esm2020/lib/components/tasks/tasks.component.mjs +0 -86
  204. package/esm2020/lib/components/tenant-settings/inviteDialog.component.mjs +0 -60
  205. package/esm2020/lib/components/tenant-settings/tenant-settings.component.mjs +0 -155
  206. package/esm2020/lib/components/tenants/tenants.component.mjs +0 -47
  207. package/esm2020/lib/components/transactions/transactDialog.component.mjs +0 -80
  208. package/esm2020/lib/components/transactions/transactions.component.mjs +0 -101
  209. package/esm2020/lib/components/users/users.component.mjs +0 -118
  210. package/esm2020/lib/components/welcome/welcome.component.mjs +0 -86
  211. package/lib/components/invitations/invitations.component.d.ts +0 -8
  212. package/lib/components/notifications/notifications.component.d.ts +0 -8
  213. package/lib/components/tenant-settings/inviteDialog.component.d.ts +0 -28
  214. /package/lib/{components → pages}/accounts/accountDialog.component.d.ts +0 -0
  215. /package/lib/{components → pages}/accounts/accounts.component.d.ts +0 -0
  216. /package/lib/{components → pages}/bug/bug.component.d.ts +0 -0
  217. /package/lib/{components → pages}/departments/departments.component.d.ts +0 -0
  218. /package/lib/{components → pages}/employees/employees.component.d.ts +0 -0
  219. /package/lib/{components → pages}/grades/grades.component.d.ts +0 -0
  220. /package/lib/{components → pages}/inventory/inventory.component.d.ts +0 -0
  221. /package/lib/{components → pages}/inventory/quantityDialog.component.d.ts +0 -0
  222. /package/lib/{components → pages}/positions/positions.component.d.ts +0 -0
  223. /package/lib/{components → pages}/recover-account/recover-account.component.d.ts +0 -0
  224. /package/lib/{components → pages}/settings/settings.component.d.ts +0 -0
  225. /package/lib/{components → pages}/transactions/transactDialog.component.d.ts +0 -0
  226. /package/lib/{components → pages}/transactions/transactions.component.d.ts +0 -0
  227. /package/lib/{components → pages}/welcome/welcome.component.d.ts +0 -0
@@ -0,0 +1,17 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { DetailsDialogConfig, FormConfig, PageConfig, TableConfig } from '../../classes/Classes';
3
+ import { DataServiceLib } from '../../services/datalib.service';
4
+ import * as i0 from "@angular/core";
5
+ export declare class NotificationsConfigComponent implements OnInit {
6
+ private dataService;
7
+ constructor(dataService: DataServiceLib);
8
+ ngOnInit(): void;
9
+ notificationOperationFormConfig: FormConfig;
10
+ notificationOperationsTableConfig: TableConfig;
11
+ notificationConfigFormConfig: FormConfig;
12
+ notificationConfigDetailsConfig: DetailsDialogConfig;
13
+ notificationConfigTable: TableConfig;
14
+ pageConfig: PageConfig;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<NotificationsConfigComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<NotificationsConfigComponent, "spa-notifications-config", never, {}, {}, never, never, false>;
17
+ }
@@ -1,17 +1,13 @@
1
1
  import { OnInit } from '@angular/core';
2
- import { DataServiceLib } from '../../services/datalib.service';
3
2
  import { FormConfig, TableConfig } from '../../classes/Classes';
4
- import { MessageService } from '../../services/message.service';
5
3
  import { AuthService } from '../../services/auth.service';
6
4
  import * as i0 from "@angular/core";
7
5
  export declare class PlansComponent implements OnInit {
8
- private dataService;
9
- private messageService;
10
6
  authService: AuthService;
11
- constructor(dataService: DataServiceLib, messageService: MessageService, authService: AuthService);
7
+ constructor(authService: AuthService);
12
8
  ngOnInit(): void;
13
9
  formConfig: FormConfig;
14
- config: TableConfig;
10
+ plansTableConfig: TableConfig;
15
11
  static ɵfac: i0.ɵɵFactoryDeclaration<PlansComponent, never>;
16
12
  static ɵcmp: i0.ɵɵComponentDeclaration<PlansComponent, "spa-plans", never, {}, {}, never, never, false>;
17
13
  }
@@ -2,9 +2,10 @@ import { AuthService } from './../../services/auth.service';
2
2
  import { MessageService } from './../../services/message.service';
3
3
  import { DataServiceLib } from '../../services/datalib.service';
4
4
  import { OnInit } from '@angular/core';
5
- import { AppConfig, Profile } from '../../classes/Classes';
5
+ import { AppConfig } from '../../classes/Classes';
6
6
  import { Router } from '@angular/router';
7
7
  import { HttpService } from '../../services/http.service';
8
+ import { Profile } from '../../classes/LibClasses';
8
9
  import * as i0 from "@angular/core";
9
10
  export declare class ProfileComponent implements OnInit {
10
11
  dataService: DataServiceLib;
@@ -3,8 +3,8 @@ import { AuthService } from '../../services/auth.service';
3
3
  import { OnInit } from '@angular/core';
4
4
  import { MatDialogRef } from '@angular/material/dialog';
5
5
  import { DataServiceLib } from '../../services/datalib.service';
6
- import { Role } from '../../classes/Classes';
7
6
  import { LoaderService } from '../../services/loader.service';
7
+ import { Role } from '../../classes/LibClasses';
8
8
  import * as i0 from "@angular/core";
9
9
  export declare class addRoleDialog implements OnInit {
10
10
  private loaderService;
@@ -1,30 +1,42 @@
1
- import { AppConfig } from './../../classes/Classes';
1
+ import { AppConfig, Button, CapItem, DetailsDialogConfig, RoleAccess } from './../../classes/Classes';
2
2
  import { OnInit } from "@angular/core";
3
3
  import { MatDialog } from "@angular/material/dialog";
4
4
  import { DataServiceLib } from "../../services/datalib.service";
5
- import { Role } from "../../classes/Classes";
6
5
  import { Router } from "@angular/router";
7
6
  import { MessageService } from '../../services/message.service';
8
7
  import { AuthService } from '../../services/auth.service';
9
8
  import { HttpService } from '../../services/http.service';
9
+ import { DialogService } from '../../services/dialog.service';
10
+ import { Role } from '../../classes/LibClasses';
10
11
  import * as i0 from "@angular/core";
11
12
  export declare class RolesComponent implements OnInit {
12
13
  private httpService;
13
14
  private router;
14
15
  private authService;
15
16
  private dataService;
17
+ private dialogService;
16
18
  dialog: MatDialog;
17
19
  private messageService;
18
- constructor(httpService: HttpService, router: Router, authService: AuthService, dataService: DataServiceLib, dialog: MatDialog, messageService: MessageService);
20
+ constructor(httpService: HttpService, router: Router, authService: AuthService, dataService: DataServiceLib, dialogService: DialogService, dialog: MatDialog, messageService: MessageService);
19
21
  ngOnInit(): void;
20
22
  isProcessing: boolean;
21
23
  roles: Role[];
24
+ RoleAccess: typeof RoleAccess;
22
25
  appConfig: AppConfig;
26
+ roleAccessOptions: {
27
+ value: RoleAccess;
28
+ name: string;
29
+ }[];
23
30
  loadRoles(): void;
24
31
  refresh(): void;
32
+ onCapItemChange(capItem: CapItem, checked: boolean, role: any): void;
33
+ hasSubItemsAccess(capItem: CapItem, role: any): boolean;
25
34
  addRole(): void;
26
35
  updateRole(role: Role): void;
27
36
  deleteRole(role: Role): void;
37
+ renameDialogConfig: DetailsDialogConfig;
38
+ renameButton: Button;
39
+ renameRole(role: Role): void;
28
40
  static ɵfac: i0.ɵɵFactoryDeclaration<RolesComponent, never>;
29
41
  static ɵcmp: i0.ɵɵComponentDeclaration<RolesComponent, "spa-roles", never, {}, {}, never, never, false>;
30
42
  }
@@ -2,8 +2,8 @@ import { OnInit } from '@angular/core';
2
2
  import { MessageService } from '../../services/message.service';
3
3
  import { DataServiceLib } from '../../services/datalib.service';
4
4
  import { AuthService } from '../../services/auth.service';
5
- import { User, Profile, Account } from '../../classes/Classes';
6
5
  import { HttpService } from '../../services/http.service';
6
+ import { Account, Profile, User } from '../../classes/LibClasses';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class SignupComponent implements OnInit {
9
9
  private httpService;
@@ -1,17 +1,14 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { DataServiceLib } from '../../services/datalib.service';
3
- import { FormConfig, TableConfig } from '../../classes/Classes';
4
3
  import { MessageService } from '../../services/message.service';
5
4
  import { AuthService } from '../../services/auth.service';
6
5
  import * as i0 from "@angular/core";
7
6
  export declare class SuppliersComponent implements OnInit {
8
- private dataService;
7
+ dataService: DataServiceLib;
9
8
  private messageService;
10
9
  authService: AuthService;
11
10
  constructor(dataService: DataServiceLib, messageService: MessageService, authService: AuthService);
12
11
  ngOnInit(): void;
13
- formConfig: FormConfig;
14
- config: TableConfig;
15
12
  static ɵfac: i0.ɵɵFactoryDeclaration<SuppliersComponent, never>;
16
13
  static ɵcmp: i0.ɵɵComponentDeclaration<SuppliersComponent, "spa-suppliers", never, {}, {}, never, never, false>;
17
14
  }
@@ -21,7 +21,7 @@ export declare class TasksComponent implements OnInit {
21
21
  value: number;
22
22
  }[];
23
23
  formConfig: FormConfig;
24
- config: TableConfig;
24
+ tasksTableConfig: TableConfig;
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<TasksComponent, never>;
26
26
  static ɵcmp: i0.ɵɵComponentDeclaration<TasksComponent, "spa-tasks", never, {}, {}, never, never, false>;
27
27
  }
@@ -1,5 +1,5 @@
1
1
  import { OnInit } from '@angular/core';
2
- import { FormConfig, TableConfig } from '../../classes/Classes';
2
+ import { FormConfig, TableConfig, DetailsDialogConfig, Field } from '../../classes/Classes';
3
3
  import { DataServiceLib } from '../../services/datalib.service';
4
4
  import { MessageService } from '../../services/message.service';
5
5
  import { AuthService } from '../../services/auth.service';
@@ -21,22 +21,27 @@ export declare class TenantSettingsComponent implements OnInit {
21
21
  plan: any;
22
22
  ownTenant: any;
23
23
  roles: {
24
- name: string;
25
- value: number;
24
+ roleName: string;
25
+ roleID: number;
26
26
  }[];
27
27
  loadData(): void;
28
28
  loadTenants(): void;
29
- renameTenant(): void;
29
+ updateTenant(x: any): void;
30
30
  refreshOrgsLists(): void;
31
31
  switchTenant(): void;
32
- newTenant(): void;
32
+ forceLogin(): void;
33
+ roleField: Field;
34
+ inviteDialogConfig: DetailsDialogConfig;
33
35
  membersFormConfig: FormConfig;
34
- inviteActionClicked(x: any): void;
35
- inviteDiag(): void;
36
36
  tableReload: Subject<boolean>;
37
37
  membersTableConfig: TableConfig;
38
+ orgFormConfig: FormConfig;
39
+ createOrgDialogConfig: DetailsDialogConfig;
40
+ renameOrgDialogConfig: DetailsDialogConfig;
38
41
  orgsReload: Subject<boolean>;
39
42
  orgsTableConfig: TableConfig;
43
+ mailerFormConfig: FormConfig;
44
+ mailerTableConfig: TableConfig;
40
45
  static ɵfac: i0.ɵɵFactoryDeclaration<TenantSettingsComponent, never>;
41
46
  static ɵcmp: i0.ɵɵComponentDeclaration<TenantSettingsComponent, "spa-tenant-settings", never, {}, {}, never, never, false>;
42
47
  }
@@ -10,8 +10,8 @@ export declare class TenantsComponent implements OnInit {
10
10
  authService: AuthService;
11
11
  constructor(dataService: DataServiceLib, messageService: MessageService, authService: AuthService);
12
12
  ngOnInit(): void;
13
- formConfig: FormConfig;
14
- config: TableConfig;
13
+ tenantFormConfig: FormConfig;
14
+ tenantsTableConfig: TableConfig;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<TenantsComponent, never>;
16
16
  static ɵcmp: i0.ɵɵComponentDeclaration<TenantsComponent, "spa-tenants", never, {}, {}, never, never, false>;
17
17
  }
@@ -1,11 +1,10 @@
1
1
  import { OnInit } from "@angular/core";
2
- import { MatPaginator } from "@angular/material/paginator";
3
2
  import { MatDialog } from "@angular/material/dialog";
4
3
  import { DataServiceLib } from "../../services/datalib.service";
5
4
  import { Router } from "@angular/router";
6
5
  import { MessageService } from "../../services/message.service";
7
6
  import { AuthService } from "../../services/auth.service";
8
- import { User } from '../../classes/Classes';
7
+ import { TableConfig, FormConfig, DetailsDialogConfig } from '../../classes/Classes';
9
8
  import { HttpService } from "../../services/http.service";
10
9
  import * as i0 from "@angular/core";
11
10
  export declare class UsersComponent implements OnInit {
@@ -17,20 +16,13 @@ export declare class UsersComponent implements OnInit {
17
16
  private messageService;
18
17
  constructor(httpService: HttpService, router: Router, authService: AuthService, dataService: DataServiceLib, dialog: MatDialog, messageService: MessageService);
19
18
  ngOnInit(): void;
20
- isProcessing: boolean;
21
- usersPaginator: MatPaginator;
22
- _filterText: string;
23
- users: any;
24
- usersRaw: any;
25
- displayedColumns: string[];
26
- UpdateData(): void;
27
- applyFilter(filterValue: string): void;
28
- createAccount(): void;
29
- viewProfile(user: User): void;
30
- lock(u: any): void;
31
- unlock(u: any): void;
32
- recover(u: User): void;
33
- deleteUser(user: User): void;
19
+ inputChanged(x: any): void;
20
+ loadMeta(): void;
21
+ userBaseFormConfig: FormConfig;
22
+ createDialog: DetailsDialogConfig;
23
+ editDialog: DetailsDialogConfig;
24
+ passwordDialog: DetailsDialogConfig;
25
+ usersTableConfig: TableConfig;
34
26
  static ɵfac: i0.ɵɵFactoryDeclaration<UsersComponent, never>;
35
27
  static ɵcmp: i0.ɵɵComponentDeclaration<UsersComponent, "spa-users", never, {}, {}, never, never, false>;
36
28
  }
@@ -0,0 +1,10 @@
1
+ import { TemplateRef, ViewContainerRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class SelectContextDirective {
4
+ private templateRef;
5
+ private viewContainer;
6
+ constructor(templateRef: TemplateRef<any>, viewContainer: ViewContainerRef);
7
+ set selectContext(context: any);
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<SelectContextDirective, never>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SelectContextDirective, "[selectContext]", never, { "selectContext": "selectContext"; }, {}, never, never, false>;
10
+ }
@@ -3,9 +3,9 @@ import { Router, CanActivate, ActivatedRoute } from '@angular/router';
3
3
  import { BehaviorSubject } from 'rxjs';
4
4
  import { StorageService } from './storage.service';
5
5
  import { LogService } from './log.service';
6
- import { Role } from '../classes/Classes';
7
6
  import { HttpService } from './http.service';
8
7
  import { SocialAuthService } from '@abacritt/angularx-social-login';
8
+ import { Role } from '../classes/LibClasses';
9
9
  import * as i0 from "@angular/core";
10
10
  export declare class AuthService implements CanActivate {
11
11
  private _route;
@@ -1,7 +1,11 @@
1
1
  import { Button, TableConfig } from '../classes/Classes';
2
+ import { AuthService } from './auth.service';
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class ButtonService {
5
+ private authService;
6
+ constructor(authService: AuthService);
4
7
  getButton(buttons: Button[], name: string): Button | null;
8
+ getConfirmMessage(button: Button, row: any): string;
5
9
  getButtonProperties(button: Button, row: any, config: TableConfig): {
6
10
  color: string;
7
11
  icon: string;
@@ -10,18 +14,17 @@ export declare class ButtonService {
10
14
  tip: string;
11
15
  };
12
16
  getButtonColor(button: Button, row: any): string;
13
- isButtonDisabled(button: Button, row: any): boolean;
14
- isButtonVisible(button: Button, row: any, isLoadComplete: boolean): boolean;
15
17
  getTitleAction(mode: string, buttons: Button[]): string;
16
18
  isTabVisible(tableConfig: TableConfig): boolean;
17
- getIcon(button: Button, config: TableConfig): string;
18
- testDisabled(button: Button, row: any): boolean;
19
- testVisible(button: Button, row: any): boolean;
19
+ getIcon(button: Button, config: TableConfig | null): string;
20
+ testDisabled(button: Button, row: any, config?: TableConfig): boolean;
21
+ getVisibleButtons(buttons: Button[], row: any, tableConfig?: TableConfig): Button[];
22
+ testVisible(button: Button, row: any, tableConfig?: TableConfig): boolean;
23
+ private hasRequiredAccess;
20
24
  private getDefaultColor;
21
25
  private getDefaultIcon;
22
26
  getCreateButton(buttons: Button[]): Button | undefined;
23
- getDisplayedButtons(buttons: Button[], isSmallScreen: boolean, minButtons?: string[]): Button[];
24
- getActionsWidth(buttons: Button[]): string;
27
+ isFormButton(button: Button): boolean;
25
28
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonService, never>;
26
29
  static ɵprov: i0.ɵɵInjectableDeclaration<ButtonService>;
27
30
  }
@@ -0,0 +1,10 @@
1
+ import { TableConfig } from '../classes/Classes';
2
+ import * as i0 from "@angular/core";
3
+ export declare class CsvService {
4
+ generateCsv(data: any[], columns: string[], filename: string, config: TableConfig): void;
5
+ private convertToCsv;
6
+ private createColumnMap;
7
+ private escapeCommas;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<CsvService, never>;
9
+ static ɵprov: i0.ɵɵInjectableDeclaration<CsvService>;
10
+ }
@@ -1,17 +1,21 @@
1
- import { Action, AppConfig, Button, CapItem, FormConfig, TableConfig, User } from '../classes/Classes';
1
+ import { Action, AppConfig, Button, CapItem, DetailsDialogConfig, FormConfig, TableConfig } from '../classes/Classes';
2
2
  import { Observable } from 'rxjs';
3
3
  import { HttpService } from './http.service';
4
4
  import { ActivatedRoute, Router } from '@angular/router';
5
+ import { User } from '../classes/LibClasses';
6
+ import { AuthService } from './auth.service';
5
7
  import * as i0 from "@angular/core";
6
8
  export declare class DataServiceLib {
7
9
  private httpService;
8
10
  router: Router;
9
11
  private route;
10
- constructor(httpService: HttpService, router: Router, route: ActivatedRoute);
12
+ private authService;
13
+ constructor(httpService: HttpService, router: Router, route: ActivatedRoute, authService: AuthService);
11
14
  appConfig: AppConfig;
12
15
  private appConfigSource;
13
16
  appConfigObserv: Observable<AppConfig>;
14
17
  UpdateAppConfig(config: AppConfig): void;
18
+ myRole: any;
15
19
  capHome: CapItem;
16
20
  capAdmin: CapItem;
17
21
  capUsers: CapItem;
@@ -33,23 +37,64 @@ export declare class DataServiceLib {
33
37
  capDepartments: CapItem;
34
38
  capPositions: CapItem;
35
39
  capGrades: CapItem;
40
+ capApprovals: CapItem;
41
+ capApprovalsConfig: CapItem;
42
+ capNotifications: CapItem;
43
+ capSelfApproval: CapItem;
44
+ capAppModels: CapItem;
45
+ capNotificationsConfig: CapItem;
36
46
  tmpProfileuserName: string;
37
47
  isProcessing: boolean;
38
- loadEmployeesMeta(): void;
48
+ departmentFormConfig: FormConfig;
49
+ editDepartmentButton: Button;
50
+ departmentDetailsConfig: DetailsDialogConfig;
51
+ positionFormConfig: FormConfig;
52
+ editPositionButton: Button;
53
+ positionDetailsConfig: DetailsDialogConfig;
39
54
  genders: {
40
55
  name: string;
41
56
  value: number;
42
57
  }[];
43
58
  employeeFormConfig: FormConfig;
44
- employeeTableConfig: TableConfig;
45
- loadPositionMeta(): void;
46
- positionFormConfig: FormConfig;
47
- editPositionButton: Button;
48
- positionTableConfig: TableConfig;
49
- departmentFormConfig: FormConfig;
50
- editDepartmentButton: Button;
59
+ employeesTableConfig: TableConfig;
60
+ positionsTableConfig: TableConfig;
51
61
  departmentTableConfig: TableConfig;
62
+ contactPersonFormConfig: FormConfig;
63
+ contactPersonTableConfig: TableConfig;
64
+ customerFormConfig: FormConfig;
65
+ customerCreateButton: Button;
66
+ customerEditButton: Button;
67
+ customerDetailsConfig: DetailsDialogConfig;
68
+ customersTableConfig: TableConfig;
69
+ supplierFormConfig: FormConfig;
70
+ supplierCreateButton: Button;
71
+ supplierEditButton: Button;
72
+ supplierDetailsConfig: DetailsDialogConfig;
73
+ suppliersTableConfig: TableConfig;
74
+ notificationOptions: {
75
+ name: string;
76
+ value: number;
77
+ }[];
78
+ approvalHistoryFormConfig: FormConfig;
79
+ approvalHistoryTableConfig: TableConfig;
80
+ approvalFormConfig: FormConfig;
81
+ approvalActionFormConfig: FormConfig;
82
+ approveActionDetailsConfig: DetailsDialogConfig;
83
+ declineActionDetailsConfig: DetailsDialogConfig;
84
+ approveButton: Button;
85
+ declineButton: Button;
86
+ cancelButton: Button;
87
+ approvalDetailsConfig: DetailsDialogConfig;
88
+ viewApprovalButton: Button;
89
+ receivedApprovalsTableConfig: TableConfig;
90
+ sentApprovalsTableConfig: TableConfig;
91
+ private listCache;
92
+ private cacheDuration;
93
+ private cacheTimestamps;
52
94
  CallApi(action: Action, data?: any): Observable<any>;
95
+ private handleListCall;
96
+ invalidateListCache(entityUrl: string): void;
97
+ ClearCache(): void;
53
98
  CheckWelcomed(path?: string): void;
54
99
  Navigate(path: string): void;
55
100
  NavigateWithValue(path: string, value: string): void;
@@ -1,6 +1,6 @@
1
1
  import { MatDialog, MatDialogRef } from '@angular/material/dialog';
2
2
  import { Observable } from 'rxjs';
3
- import { Column, DetailsDialogConfig, TableConfig } from '../classes/Classes';
3
+ import { Button, DetailsDialogConfig } from '../classes/Classes';
4
4
  import { BreakpointObserver } from '@angular/cdk/layout';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class DialogService {
@@ -13,7 +13,7 @@ export declare class DialogService {
13
13
  inputChange: Observable<any>;
14
14
  dialogRef: MatDialogRef<T>;
15
15
  };
16
- openConfiguredDetailsDialog<T>(buttonName: string, row: any, config: TableConfig | DetailsDialogConfig, dialogComponent: new (...args: any[]) => T, column?: Column): Observable<any>;
16
+ openConfiguredDetailsDialog<T>(button: Button, row: any, dialogComponent: new (...args: any[]) => T): Observable<any>;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<DialogService, never>;
18
18
  static ɵprov: i0.ɵɵInjectableDeclaration<DialogService>;
19
19
  }
@@ -1,4 +1,4 @@
1
- import { LogLevel } from '../classes/Classes';
1
+ import { LogLevel } from "../classes/LibClasses";
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class LogService {
4
4
  constructor();
@@ -0,0 +1,12 @@
1
+ import { DataServiceLib } from './datalib.service';
2
+ import * as i0 from "@angular/core";
3
+ export declare class NotificationsService {
4
+ private dataService;
5
+ private notificationCount;
6
+ notificationCount$: import("rxjs").Observable<number>;
7
+ constructor(dataService: DataServiceLib);
8
+ loadNotifications(): void;
9
+ refreshCount(): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<NotificationsService, never>;
11
+ static ɵprov: i0.ɵɵInjectableDeclaration<NotificationsService>;
12
+ }
@@ -1,9 +1,17 @@
1
1
  import { Button, Column, TableConfig } from '../classes/Classes';
2
+ import { DataServiceLib } from './datalib.service';
3
+ import { AuthService } from './auth.service';
2
4
  import * as i0 from "@angular/core";
3
5
  export declare class TableConfigService {
6
+ private dataService;
7
+ private authService;
8
+ constructor(dataService: DataServiceLib, authService: AuthService);
4
9
  setColumns(config: TableConfig, smallScreen: boolean): string[];
5
10
  getVisibleColumns(config: TableConfig): Column[];
6
- getActionsWidth(buttons: Button[]): string;
11
+ getActionsWidth(buttons: Button[], smallScreen: boolean, config: TableConfig): string;
12
+ getDisplayedButtons(buttons: Button[], isSmallScreen: boolean, config: TableConfig): Button[];
13
+ hasTableAccess(config: TableConfig): boolean;
14
+ getVisibleTableConfigs(tableConfigs: TableConfig[]): TableConfig[];
7
15
  static ɵfac: i0.ɵɵFactoryDeclaration<TableConfigService, never>;
8
16
  static ɵprov: i0.ɵɵInjectableDeclaration<TableConfigService>;
9
17
  }
@@ -27,40 +27,58 @@ import * as i25 from "./components/number/number.component";
27
27
  import * as i26 from "./components/search/search.component";
28
28
  import * as i27 from "./components/viewer/viewer.component";
29
29
  import * as i28 from "./components/viewer/viewerDialog.component";
30
- import * as i29 from "./components/tenant-settings/tenant-settings.component";
31
- import * as i30 from "./components/tenant-settings/inviteDialog.component";
32
- import * as i31 from "./components/tenants/tenants.component";
33
- import * as i32 from "./components/bug/bug.component";
34
- import * as i33 from "./components/membership/membership.component";
35
- import * as i34 from "./components/plans/plans.component";
36
- import * as i35 from "./components/customers/customers.component";
37
- import * as i36 from "./components/inventory/inventory.component";
38
- import * as i37 from "./components/inventory/quantityDialog.component";
39
- import * as i38 from "./components/accounts/accounts.component";
40
- import * as i39 from "./components/accounts/accountDialog.component";
41
- import * as i40 from "./components/suppliers/suppliers.component";
42
- import * as i41 from "./components/transactions/transactions.component";
43
- import * as i42 from "./components/transactions/transactDialog.component";
44
- import * as i43 from "./components/list-dialog/list-dialog.component";
45
- import * as i44 from "./components/tasks/tasks.component";
46
- import * as i45 from "./components/departments/departments.component";
47
- import * as i46 from "./components/employees/employees.component";
48
- import * as i47 from "./components/positions/positions.component";
49
- import * as i48 from "./components/grades/grades.component";
50
- import * as i49 from "./components/welcome/welcome.component";
51
- import * as i50 from "./components/invitations/invitations.component";
52
- import * as i51 from "./components/notifications/notifications.component";
53
- import * as i52 from "./components/invitations-table/invitations-table.component";
54
- import * as i53 from "./components/table-header/table-header.component";
55
- import * as i54 from "./components/table-row/table-row.component";
56
- import * as i55 from "./components/table-action/table-action.component";
57
- import * as i56 from "./components/alert/alert.component";
58
- import * as i57 from "./modules/spa-mat.module";
59
- import * as i58 from "@angular/common/http";
60
- import * as i59 from "./components/money/currency-input-mask.module";
61
- import * as i60 from "ngx-doc-viewer";
30
+ import * as i29 from "./pages/tenant-settings/tenant-settings.component";
31
+ import * as i30 from "./pages/tenants/tenants.component";
32
+ import * as i31 from "./pages/bug/bug.component";
33
+ import * as i32 from "./pages/membership/membership.component";
34
+ import * as i33 from "./pages/plans/plans.component";
35
+ import * as i34 from "./pages/customers/customers.component";
36
+ import * as i35 from "./pages/inventory/inventory.component";
37
+ import * as i36 from "./pages/inventory/quantityDialog.component";
38
+ import * as i37 from "./pages/accounts/accounts.component";
39
+ import * as i38 from "./pages/accounts/accountDialog.component";
40
+ import * as i39 from "./pages/suppliers/suppliers.component";
41
+ import * as i40 from "./pages/transactions/transactions.component";
42
+ import * as i41 from "./pages/transactions/transactDialog.component";
43
+ import * as i42 from "./components/list-dialog/list-dialog.component";
44
+ import * as i43 from "./pages/tasks/tasks.component";
45
+ import * as i44 from "./pages/departments/departments.component";
46
+ import * as i45 from "./pages/employees/employees.component";
47
+ import * as i46 from "./pages/positions/positions.component";
48
+ import * as i47 from "./pages/grades/grades.component";
49
+ import * as i48 from "./pages/welcome/welcome.component";
50
+ import * as i49 from "./pages/notifications/notifications.component";
51
+ import * as i50 from "./pages/invitations-table/invitations-table.component";
52
+ import * as i51 from "./components/table-header/table-header.component";
53
+ import * as i52 from "./components/table-row/table-row.component";
54
+ import * as i53 from "./components/table-action/table-action.component";
55
+ import * as i54 from "./components/alert/alert.component";
56
+ import * as i55 from "./components/email/email.component";
57
+ import * as i56 from "./components/page/page.component";
58
+ import * as i57 from "./components/select-common/select-common.component";
59
+ import * as i58 from "./components/select-internal/select-internal.component";
60
+ import * as i59 from "./components/suffix/suffix.component";
61
+ import * as i60 from "./select-context.directive";
62
+ import * as i61 from "./components/select-lite/select-lite.component";
63
+ import * as i62 from "./components/table-lite/table-lite.component";
64
+ import * as i63 from "./components/table-lite/detailsDialog-lite.component";
65
+ import * as i64 from "./pages/approvals/approvals.component";
66
+ import * as i65 from "./pages/approvals-config/approvals-config.component";
67
+ import * as i66 from "./components/multi-text/multi-text.component";
68
+ import * as i67 from "./components/multi-select/multi-select.component";
69
+ import * as i68 from "./components/select-bitwise/select-bitwise.component";
70
+ import * as i69 from "./pages/app-models/app-models.component";
71
+ import * as i70 from "./pages/notifications-config/notifications-config.component";
72
+ import * as i71 from "./components/html/html.component";
73
+ import * as i72 from "./components/notes/notes.component";
74
+ import * as i73 from "./components/capsules/capsules.component";
75
+ import * as i74 from "./components/cards/cards.component";
76
+ import * as i75 from "./modules/spa-mat.module";
77
+ import * as i76 from "@angular/common/http";
78
+ import * as i77 from "./components/money/currency-input-mask.module";
79
+ import * as i78 from "ngx-doc-viewer";
62
80
  export declare class TinSpaModule {
63
81
  static ɵfac: i0.ɵɵFactoryDeclaration<TinSpaModule, never>;
64
- static ɵmod: i0.ɵɵNgModuleDeclaration<TinSpaModule, [typeof i1.TinSpaComponent, typeof i2.TextComponent, typeof i3.CheckComponent, typeof i4.DateComponent, typeof i5.DatetimeComponent, typeof i6.LabelComponent, typeof i7.SelectComponent, typeof i8.ActivityComponent, typeof i9.FilterComponent, typeof i10.messageDialog, typeof i11.MoneyComponent, typeof i12.OptionComponent, typeof i13.TilesComponent, typeof i14.StepsComponent, typeof i15.AttachComponent, typeof i16.ChipsComponent, typeof i17.LoaderComponent, typeof i18.NavMenuComponent, typeof i19.TableComponent, typeof i20.TableInternalComponent, typeof i21.DetailsDialog, typeof i22.DetailsDialogInternal, typeof i23.FormComponent, typeof i24.CamelToWordsPipe, typeof i25.NumberComponent, typeof i26.SearchComponent, typeof i27.ViewerComponent, typeof i28.viewerDialog, typeof i29.TenantSettingsComponent, typeof i30.inviteDialog, typeof i31.TenantsComponent, typeof i32.BugComponent, typeof i33.MembershipComponent, typeof i34.PlansComponent, typeof i35.CustomersComponent, typeof i36.InventoryComponent, typeof i37.quantityDialog, typeof i38.AccountsComponent, typeof i39.accountDialog, typeof i40.SuppliersComponent, typeof i41.TransactionsComponent, typeof i42.transactDialog, typeof i43.ListDialogComponent, typeof i44.TasksComponent, typeof i45.DepartmentsComponent, typeof i46.EmployeesComponent, typeof i47.PositionsComponent, typeof i48.GradesComponent, typeof i49.WelcomeComponent, typeof i50.InvitationsComponent, typeof i51.NotificationsComponent, typeof i52.InvitationsTableComponent, typeof i53.TableHeaderComponent, typeof i54.TableRowComponent, typeof i55.TableActionComponent, typeof i56.AlertComponent], [typeof i57.SpaMatModule, typeof i58.HttpClientModule, typeof i59.CurrencyInputModule, typeof i60.NgxDocViewerModule], [typeof i1.TinSpaComponent, typeof i57.SpaMatModule, typeof i56.AlertComponent, typeof i2.TextComponent, typeof i10.messageDialog, typeof i18.NavMenuComponent, typeof i17.LoaderComponent, typeof i13.TilesComponent, typeof i4.DateComponent, typeof i7.SelectComponent, typeof i5.DatetimeComponent, typeof i3.CheckComponent, typeof i15.AttachComponent, typeof i11.MoneyComponent, typeof i16.ChipsComponent, typeof i8.ActivityComponent, typeof i12.OptionComponent, typeof i6.LabelComponent, typeof i14.StepsComponent, typeof i9.FilterComponent, typeof i19.TableComponent, typeof i21.DetailsDialog, typeof i23.FormComponent, typeof i25.NumberComponent, typeof i26.SearchComponent, typeof i27.ViewerComponent, typeof i28.viewerDialog, typeof i43.ListDialogComponent, typeof i35.CustomersComponent, typeof i38.AccountsComponent, typeof i36.InventoryComponent, typeof i40.SuppliersComponent, typeof i41.TransactionsComponent, typeof i43.ListDialogComponent, typeof i44.TasksComponent, typeof i45.DepartmentsComponent, typeof i46.EmployeesComponent, typeof i47.PositionsComponent, typeof i48.GradesComponent, typeof i49.WelcomeComponent]>;
82
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TinSpaModule, [typeof i1.TinSpaComponent, typeof i2.TextComponent, typeof i3.CheckComponent, typeof i4.DateComponent, typeof i5.DatetimeComponent, typeof i6.LabelComponent, typeof i7.SelectComponent, typeof i8.ActivityComponent, typeof i9.FilterComponent, typeof i10.messageDialog, typeof i11.MoneyComponent, typeof i12.OptionComponent, typeof i13.TilesComponent, typeof i14.StepsComponent, typeof i15.AttachComponent, typeof i16.ChipsComponent, typeof i17.LoaderComponent, typeof i18.NavMenuComponent, typeof i19.TableComponent, typeof i20.TableInternalComponent, typeof i21.DetailsDialog, typeof i22.DetailsDialogInternal, typeof i23.FormComponent, typeof i24.CamelToWordsPipe, typeof i25.NumberComponent, typeof i26.SearchComponent, typeof i27.ViewerComponent, typeof i28.viewerDialog, typeof i29.TenantSettingsComponent, typeof i30.TenantsComponent, typeof i31.BugComponent, typeof i32.MembershipComponent, typeof i33.PlansComponent, typeof i34.CustomersComponent, typeof i35.InventoryComponent, typeof i36.quantityDialog, typeof i37.AccountsComponent, typeof i38.accountDialog, typeof i39.SuppliersComponent, typeof i40.TransactionsComponent, typeof i41.transactDialog, typeof i42.ListDialogComponent, typeof i43.TasksComponent, typeof i44.DepartmentsComponent, typeof i45.EmployeesComponent, typeof i46.PositionsComponent, typeof i47.GradesComponent, typeof i48.WelcomeComponent, typeof i49.NotificationsComponent, typeof i50.InvitationsTableComponent, typeof i51.TableHeaderComponent, typeof i52.TableRowComponent, typeof i53.TableActionComponent, typeof i54.AlertComponent, typeof i55.EmailComponent, typeof i56.PageComponent, typeof i57.SelectCommonComponent, typeof i58.SelectInternalComponent, typeof i59.SuffixComponent, typeof i60.SelectContextDirective, typeof i61.SelectLiteComponent, typeof i62.TableLiteComponent, typeof i63.DetailsDialogLite, typeof i64.ApprovalsComponent, typeof i65.ApprovalsConfigComponent, typeof i66.MultiTextComponent, typeof i67.MultiSelectComponent, typeof i68.SelectBitwiseComponent, typeof i69.AppModelsComponent, typeof i70.NotificationsConfigComponent, typeof i71.HtmlComponent, typeof i72.NotesComponent, typeof i73.CapsulesComponent, typeof i74.CardsComponent], [typeof i75.SpaMatModule, typeof i76.HttpClientModule, typeof i77.CurrencyInputModule, typeof i78.NgxDocViewerModule], [typeof i1.TinSpaComponent, typeof i75.SpaMatModule, typeof i54.AlertComponent, typeof i2.TextComponent, typeof i66.MultiTextComponent, typeof i10.messageDialog, typeof i18.NavMenuComponent, typeof i17.LoaderComponent, typeof i13.TilesComponent, typeof i4.DateComponent, typeof i7.SelectComponent, typeof i68.SelectBitwiseComponent, typeof i67.MultiSelectComponent, typeof i5.DatetimeComponent, typeof i3.CheckComponent, typeof i15.AttachComponent, typeof i11.MoneyComponent, typeof i16.ChipsComponent, typeof i8.ActivityComponent, typeof i12.OptionComponent, typeof i6.LabelComponent, typeof i14.StepsComponent, typeof i9.FilterComponent, typeof i19.TableComponent, typeof i21.DetailsDialog, typeof i23.FormComponent, typeof i25.NumberComponent, typeof i26.SearchComponent, typeof i27.ViewerComponent, typeof i28.viewerDialog, typeof i42.ListDialogComponent, typeof i34.CustomersComponent, typeof i37.AccountsComponent, typeof i35.InventoryComponent, typeof i39.SuppliersComponent, typeof i40.TransactionsComponent, typeof i42.ListDialogComponent, typeof i43.TasksComponent, typeof i44.DepartmentsComponent, typeof i45.EmployeesComponent, typeof i46.PositionsComponent, typeof i47.GradesComponent, typeof i48.WelcomeComponent, typeof i55.EmailComponent, typeof i56.PageComponent, typeof i71.HtmlComponent, typeof i72.NotesComponent, typeof i73.CapsulesComponent]>;
65
83
  static ɵinj: i0.ɵɵInjectorDeclaration<TinSpaModule>;
66
84
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tin-spa",
3
- "version": "14.3.11",
3
+ "version": "14.10.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.2.0",
6
6
  "@angular/core": "^14.2.0"