@techextensor/tab-core-utility 2.2.9 → 2.2.11

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 (95) hide show
  1. package/esm2022/index.mjs +65 -63
  2. package/index.d.ts +0 -52
  3. package/package.json +1 -1
  4. package/esm2022/lib/tab-core-utility/app/constants/api-constants.mjs +0 -33
  5. package/esm2022/lib/tab-core-utility/app/constants/common.mjs +0 -33
  6. package/esm2022/lib/tab-core-utility/app/constants/error-messages.mjs +0 -13
  7. package/esm2022/lib/tab-core-utility/app/constants/storage-constants.mjs +0 -16
  8. package/esm2022/lib/tab-core-utility/app/crud/tab-delete.service.mjs +0 -145
  9. package/esm2022/lib/tab-core-utility/app/crud/tab-get.service.mjs +0 -131
  10. package/esm2022/lib/tab-core-utility/app/crud/tab-insert.service.mjs +0 -77
  11. package/esm2022/lib/tab-core-utility/app/crud/tab-update.service.mjs +0 -105
  12. package/esm2022/lib/tab-core-utility/app/crud/tab-workflow.service.mjs +0 -43
  13. package/esm2022/lib/tab-core-utility/app/enums/controllers.enum.mjs +0 -26
  14. package/esm2022/lib/tab-core-utility/app/enums/dsq.enum.mjs +0 -48
  15. package/esm2022/lib/tab-core-utility/app/enums/permission.enum.mjs +0 -20
  16. package/esm2022/lib/tab-core-utility/app/enums/query.enum.mjs +0 -14
  17. package/esm2022/lib/tab-core-utility/app/enums/workflow.enum.mjs +0 -37
  18. package/esm2022/lib/tab-core-utility/app/helpers/common/app.helpers.mjs +0 -70
  19. package/esm2022/lib/tab-core-utility/app/helpers/common/dsq.helpers.mjs +0 -70
  20. package/esm2022/lib/tab-core-utility/app/helpers/common/req-res.helpers.mjs +0 -64
  21. package/esm2022/lib/tab-core-utility/app/helpers/common/template.helpers.mjs +0 -58
  22. package/esm2022/lib/tab-core-utility/app/helpers/common/where-clause.helpers.mjs +0 -208
  23. package/esm2022/lib/tab-core-utility/app/helpers/screen/forms.helpers.mjs +0 -38
  24. package/esm2022/lib/tab-core-utility/app/helpers/screen/grid-column-data.helpers.mjs +0 -78
  25. package/esm2022/lib/tab-core-utility/app/helpers/screen/grid.helpers.mjs +0 -112
  26. package/esm2022/lib/tab-core-utility/app/helpers/screen/media-upload.helpers.mjs +0 -77
  27. package/esm2022/lib/tab-core-utility/app/helpers/screen/plugin.helpers.mjs +0 -55
  28. package/esm2022/lib/tab-core-utility/app/helpers/screen/screen.helpers.mjs +0 -26
  29. package/esm2022/lib/tab-core-utility/app/interfaces/grid.interface.mjs +0 -3
  30. package/esm2022/lib/tab-core-utility/app/interfaces/orgInfo.interface.mjs +0 -2
  31. package/esm2022/lib/tab-core-utility/app/interfaces/schema.interface.mjs +0 -2
  32. package/esm2022/lib/tab-core-utility/app/models/api-query.class.mjs +0 -47
  33. package/esm2022/lib/tab-core-utility/app/models/app-object.class.mjs +0 -30
  34. package/esm2022/lib/tab-core-utility/app/models/common.class.mjs +0 -12
  35. package/esm2022/lib/tab-core-utility/app/models/data-source-queries.class.mjs +0 -31
  36. package/esm2022/lib/tab-core-utility/app/utils/filter.util.mjs +0 -75
  37. package/esm2022/lib/tab-core-utility/app/utils/form-builder.util.mjs +0 -39
  38. package/esm2022/lib/tab-core-utility/app/utils/json.util.mjs +0 -138
  39. package/esm2022/lib/tab-core-utility/app/utils/operators.util.mjs +0 -129
  40. package/esm2022/lib/tab-core-utility/app/utils/req-res.util.mjs +0 -168
  41. package/esm2022/lib/tab-core-utility/app/utils/tab-app.util.mjs +0 -99
  42. package/esm2022/lib/tab-core-utility/auth/idb-storage.service.mjs +0 -69
  43. package/esm2022/lib/tab-core-utility/auth/session-storage.service.mjs +0 -52
  44. package/esm2022/lib/tab-core-utility/core/error-handler/error-handler-interceptor.service.mjs +0 -26
  45. package/esm2022/lib/tab-core-utility/core/error-handler/error-handler.store.mjs +0 -21
  46. package/esm2022/lib/tab-core-utility/core/error-handler/models/error-handler.state.mjs +0 -5
  47. package/esm2022/lib/tab-core-utility/core/util/auth.utils.mjs +0 -21
  48. package/esm2022/lib/tab-core-utility/store/auth.store.mjs +0 -43
  49. package/esm2022/lib/tab-core-utility/store/orginfo.store.mjs +0 -42
  50. package/lib/tab-core-utility/app/constants/api-constants.d.ts +0 -30
  51. package/lib/tab-core-utility/app/constants/common.d.ts +0 -8
  52. package/lib/tab-core-utility/app/constants/error-messages.d.ts +0 -6
  53. package/lib/tab-core-utility/app/constants/storage-constants.d.ts +0 -15
  54. package/lib/tab-core-utility/app/crud/tab-delete.service.d.ts +0 -51
  55. package/lib/tab-core-utility/app/crud/tab-get.service.d.ts +0 -58
  56. package/lib/tab-core-utility/app/crud/tab-insert.service.d.ts +0 -37
  57. package/lib/tab-core-utility/app/crud/tab-update.service.d.ts +0 -14
  58. package/lib/tab-core-utility/app/crud/tab-workflow.service.d.ts +0 -20
  59. package/lib/tab-core-utility/app/enums/controllers.enum.d.ts +0 -24
  60. package/lib/tab-core-utility/app/enums/dsq.enum.d.ts +0 -42
  61. package/lib/tab-core-utility/app/enums/permission.enum.d.ts +0 -16
  62. package/lib/tab-core-utility/app/enums/query.enum.d.ts +0 -11
  63. package/lib/tab-core-utility/app/enums/workflow.enum.d.ts +0 -30
  64. package/lib/tab-core-utility/app/helpers/common/app.helpers.d.ts +0 -32
  65. package/lib/tab-core-utility/app/helpers/common/dsq.helpers.d.ts +0 -32
  66. package/lib/tab-core-utility/app/helpers/common/req-res.helpers.d.ts +0 -62
  67. package/lib/tab-core-utility/app/helpers/common/template.helpers.d.ts +0 -25
  68. package/lib/tab-core-utility/app/helpers/common/where-clause.helpers.d.ts +0 -82
  69. package/lib/tab-core-utility/app/helpers/screen/forms.helpers.d.ts +0 -11
  70. package/lib/tab-core-utility/app/helpers/screen/grid-column-data.helpers.d.ts +0 -33
  71. package/lib/tab-core-utility/app/helpers/screen/grid.helpers.d.ts +0 -63
  72. package/lib/tab-core-utility/app/helpers/screen/media-upload.helpers.d.ts +0 -38
  73. package/lib/tab-core-utility/app/helpers/screen/plugin.helpers.d.ts +0 -25
  74. package/lib/tab-core-utility/app/helpers/screen/screen.helpers.d.ts +0 -11
  75. package/lib/tab-core-utility/app/interfaces/grid.interface.d.ts +0 -110
  76. package/lib/tab-core-utility/app/interfaces/orgInfo.interface.d.ts +0 -31
  77. package/lib/tab-core-utility/app/interfaces/schema.interface.d.ts +0 -11
  78. package/lib/tab-core-utility/app/models/api-query.class.d.ts +0 -69
  79. package/lib/tab-core-utility/app/models/app-object.class.d.ts +0 -74
  80. package/lib/tab-core-utility/app/models/common.class.d.ts +0 -24
  81. package/lib/tab-core-utility/app/models/data-source-queries.class.d.ts +0 -95
  82. package/lib/tab-core-utility/app/utils/filter.util.d.ts +0 -30
  83. package/lib/tab-core-utility/app/utils/form-builder.util.d.ts +0 -13
  84. package/lib/tab-core-utility/app/utils/json.util.d.ts +0 -25
  85. package/lib/tab-core-utility/app/utils/operators.util.d.ts +0 -21
  86. package/lib/tab-core-utility/app/utils/req-res.util.d.ts +0 -61
  87. package/lib/tab-core-utility/app/utils/tab-app.util.d.ts +0 -48
  88. package/lib/tab-core-utility/auth/idb-storage.service.d.ts +0 -14
  89. package/lib/tab-core-utility/auth/session-storage.service.d.ts +0 -22
  90. package/lib/tab-core-utility/core/error-handler/error-handler-interceptor.service.d.ts +0 -3
  91. package/lib/tab-core-utility/core/error-handler/error-handler.store.d.ts +0 -10
  92. package/lib/tab-core-utility/core/error-handler/models/error-handler.state.d.ts +0 -5
  93. package/lib/tab-core-utility/core/util/auth.utils.d.ts +0 -9
  94. package/lib/tab-core-utility/store/auth.store.d.ts +0 -19
  95. package/lib/tab-core-utility/store/orginfo.store.d.ts +0 -22
@@ -1,9 +0,0 @@
1
- export declare class AuthUtils {
2
- /**
3
- * Is token expired?
4
- *
5
- * @param token
6
- * @param offsetSeconds
7
- */
8
- static isTokenExpired(): boolean;
9
- }
@@ -1,19 +0,0 @@
1
- import { Observable } from "rxjs";
2
- import { LoginUserRequest } from "../app/interfaces/auth.interface";
3
- export declare const authStore: import("@angular/core").Type<{
4
- token: import("@angular/core").Signal<string>;
5
- name: import("@angular/core").Signal<string>;
6
- id: import("@angular/core").Signal<any>;
7
- email: import("@angular/core").Signal<string>;
8
- avatar: import("@angular/core").Signal<string>;
9
- status: import("@angular/core").Signal<string>;
10
- checkUserlogin: () => boolean;
11
- login: (API_URL: string, credentials: LoginUserRequest) => Observable<any>;
12
- } & import("@ngrx/signals").StateSignal<{
13
- token: string;
14
- name: string;
15
- id: any;
16
- email: string;
17
- avatar: string;
18
- status: string;
19
- }>>;
@@ -1,22 +0,0 @@
1
- export declare const OrgInfoStore: import("@angular/core").Type<{
2
- FavIcon: import("@angular/core").Signal<string>;
3
- Org_Brand_Color: import("@angular/core").Signal<string>;
4
- Org_Logo: import("@angular/core").Signal<string>;
5
- Org_Menu_Logo: import("@angular/core").Signal<string>;
6
- ShowSignUp: import("@angular/core").Signal<string>;
7
- TagLine: import("@angular/core").Signal<string>;
8
- profileScreenID: import("@angular/core").Signal<string>;
9
- workFlowName: import("@angular/core").Signal<string>;
10
- OrganizationName: import("@angular/core").Signal<string>;
11
- getOrganizationInformation: (orgInfoData: any) => void;
12
- } & import("@ngrx/signals").StateSignal<{
13
- FavIcon: string;
14
- Org_Brand_Color: string;
15
- Org_Logo: string;
16
- Org_Menu_Logo: string;
17
- ShowSignUp: string;
18
- TagLine: string;
19
- profileScreenID: string;
20
- workFlowName: string;
21
- OrganizationName: string;
22
- }>>;