tin-spa 20.16.14 → 20.16.22
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.
- package/core/index.d.ts +5 -1
- package/fesm2022/{tin-spa-accounting.module-MuYH__EY.mjs → tin-spa-accounting.module-KVI9jUs-.mjs} +2 -2
- package/fesm2022/{tin-spa-accounting.module-MuYH__EY.mjs.map → tin-spa-accounting.module-KVI9jUs-.mjs.map} +1 -1
- package/fesm2022/{tin-spa-agent-page.component-CUCN72Ia.mjs → tin-spa-agent-page.component-KWBRBCtv.mjs} +2 -2
- package/fesm2022/{tin-spa-agent-page.component-CUCN72Ia.mjs.map → tin-spa-agent-page.component-KWBRBCtv.mjs.map} +1 -1
- package/fesm2022/{tin-spa-agent.component-mIDUqL_B.mjs → tin-spa-agent.component-iPpO23R7.mjs} +2 -2
- package/fesm2022/{tin-spa-agent.component-mIDUqL_B.mjs.map → tin-spa-agent.component-iPpO23R7.mjs.map} +1 -1
- package/fesm2022/{tin-spa-assets.module-CKipQlJI.mjs → tin-spa-assets.module-Do4EttIK.mjs} +2 -2
- package/fesm2022/{tin-spa-assets.module-CKipQlJI.mjs.map → tin-spa-assets.module-Do4EttIK.mjs.map} +1 -1
- package/fesm2022/tin-spa-core.mjs +122 -37
- package/fesm2022/tin-spa-core.mjs.map +1 -1
- package/fesm2022/{tin-spa-general-erp.module-Bc7qsj3E.mjs → tin-spa-general-erp.module-Buals2Bo.mjs} +2 -2
- package/fesm2022/{tin-spa-general-erp.module-Bc7qsj3E.mjs.map → tin-spa-general-erp.module-Buals2Bo.mjs.map} +1 -1
- package/fesm2022/{tin-spa-hr.module-hG3zFS80.mjs → tin-spa-hr.module-Bzc-LCD1.mjs} +2 -2
- package/fesm2022/{tin-spa-hr.module-hG3zFS80.mjs.map → tin-spa-hr.module-Bzc-LCD1.mjs.map} +1 -1
- package/fesm2022/{tin-spa-inventory.module-BYFJazxE.mjs → tin-spa-inventory.module-BAc_0LOm.mjs} +2 -2
- package/fesm2022/{tin-spa-inventory.module-BYFJazxE.mjs.map → tin-spa-inventory.module-BAc_0LOm.mjs.map} +1 -1
- package/fesm2022/tin-spa-keys.mjs +1 -0
- package/fesm2022/tin-spa-keys.mjs.map +1 -1
- package/fesm2022/{tin-spa-loans.module-ICVGFHaj.mjs → tin-spa-loans.module-bZvFYV_u.mjs} +2 -2
- package/fesm2022/{tin-spa-loans.module-ICVGFHaj.mjs.map → tin-spa-loans.module-bZvFYV_u.mjs.map} +1 -1
- package/fesm2022/tin-spa-login.mjs +62 -2
- package/fesm2022/tin-spa-login.mjs.map +1 -1
- package/fesm2022/{tin-spa-manufacturing.module-CGYMdDfS.mjs → tin-spa-manufacturing.module-CCOf5WFV.mjs} +2 -2
- package/fesm2022/{tin-spa-manufacturing.module-CGYMdDfS.mjs.map → tin-spa-manufacturing.module-CCOf5WFV.mjs.map} +1 -1
- package/fesm2022/{tin-spa-payroll.module-hr0VZKIT.mjs → tin-spa-payroll.module-D9Pbfd1o.mjs} +2 -2
- package/fesm2022/{tin-spa-payroll.module-hr0VZKIT.mjs.map → tin-spa-payroll.module-D9Pbfd1o.mjs.map} +1 -1
- package/fesm2022/{tin-spa-purchasing.module-BIBDx-oe.mjs → tin-spa-purchasing.module-D26l8_Iq.mjs} +2 -2
- package/fesm2022/{tin-spa-purchasing.module-BIBDx-oe.mjs.map → tin-spa-purchasing.module-D26l8_Iq.mjs.map} +1 -1
- package/fesm2022/{tin-spa-sales.module-CoyY0k-a.mjs → tin-spa-sales.module-CEqRkBvT.mjs} +2 -2
- package/fesm2022/{tin-spa-sales.module-CoyY0k-a.mjs.map → tin-spa-sales.module-CEqRkBvT.mjs.map} +1 -1
- package/fesm2022/{tin-spa-tenancy-erp.module-VjOlW33U.mjs → tin-spa-tenancy-erp.module-ty2JvZcw.mjs} +2 -2
- package/fesm2022/{tin-spa-tenancy-erp.module-VjOlW33U.mjs.map → tin-spa-tenancy-erp.module-ty2JvZcw.mjs.map} +1 -1
- package/fesm2022/{tin-spa-tin-spa-DhI6eeit.mjs → tin-spa-tin-spa-DypZODpc.mjs} +306 -65
- package/fesm2022/tin-spa-tin-spa-DypZODpc.mjs.map +1 -0
- package/fesm2022/tin-spa.mjs +1 -1
- package/index.d.ts +51 -11
- package/keys/index.d.ts +3 -0
- package/login/index.d.ts +7 -2
- package/package.json +1 -1
- package/fesm2022/tin-spa-tin-spa-DhI6eeit.mjs.map +0 -1
package/core/index.d.ts
CHANGED
|
@@ -946,6 +946,7 @@ interface Column {
|
|
|
946
946
|
optionDisplay?: string;
|
|
947
947
|
optionValue?: string;
|
|
948
948
|
display?: (row: any) => any;
|
|
949
|
+
enumDisplay?: boolean;
|
|
949
950
|
detailsConfig?: DetailsDialogConfig;
|
|
950
951
|
hidden?: VisibilityValue;
|
|
951
952
|
visible?: VisibilityValue;
|
|
@@ -2376,6 +2377,8 @@ interface TinSpaAppSettings {
|
|
|
2376
2377
|
* URL Rewrite / SPA fallback) so deep links resolve to index.html — which is exactly why this
|
|
2377
2378
|
* has to be per-environment: the same build is promoted to servers configured differently. */
|
|
2378
2379
|
PathRouting?: boolean;
|
|
2380
|
+
/** Multi-tenant (ERP) on or off per environment (overrides the code-declared `multiTenant`). */
|
|
2381
|
+
MultiTenant?: boolean;
|
|
2379
2382
|
/** SignalR/real-time on or off per environment (overrides the code-declared `realTime`). */
|
|
2380
2383
|
RealTime?: boolean;
|
|
2381
2384
|
/** Offline capability on or off per environment (overrides the code-declared `offline`). */
|
|
@@ -2834,11 +2837,12 @@ declare class SetupService {
|
|
|
2834
2837
|
declare class SubscriptionService {
|
|
2835
2838
|
private httpService;
|
|
2836
2839
|
private authService;
|
|
2840
|
+
private runtime;
|
|
2837
2841
|
private enabledFeaturesSource;
|
|
2838
2842
|
enabledFeatures$: rxjs.Observable<string[]>;
|
|
2839
2843
|
private featuresLoaded;
|
|
2840
2844
|
private gateMode;
|
|
2841
|
-
constructor(httpService: HttpService, authService: AuthService);
|
|
2845
|
+
constructor(httpService: HttpService, authService: AuthService, runtime: TinSpaRuntimeConfig);
|
|
2842
2846
|
loadFeatures(): void;
|
|
2843
2847
|
isFeatureEnabled(featureKey: string): boolean;
|
|
2844
2848
|
isModuleEnabled(featureKey: string): boolean;
|
package/fesm2022/{tin-spa-accounting.module-MuYH__EY.mjs → tin-spa-accounting.module-KVI9jUs-.mjs}
RENAMED
|
@@ -4,7 +4,7 @@ import * as i1$2 from '@angular/router';
|
|
|
4
4
|
import { RouterModule } from '@angular/router';
|
|
5
5
|
import * as i1 from 'tin-spa/core';
|
|
6
6
|
import { AccountingService, MessageService, ApiErrorService, PurchasingService, HttpService, DataServiceLib, ReceiptDialogComponent } from 'tin-spa/core';
|
|
7
|
-
import { T as TilesComponent, a as TabsComponent, P as PageComponent, D as DateComponent, b as TableComponent, S as SelectLiteComponent, c as TinSpaModule, C as ChartsComponent, d as TenantTransferService, f as featureGuard, e as SpaAdminModule } from './tin-spa-tin-spa-
|
|
7
|
+
import { T as TilesComponent, a as TabsComponent, P as PageComponent, D as DateComponent, b as TableComponent, S as SelectLiteComponent, c as TinSpaModule, C as ChartsComponent, d as TenantTransferService, f as featureGuard, e as SpaAdminModule } from './tin-spa-tin-spa-DypZODpc.mjs';
|
|
8
8
|
import * as i1$1 from '@angular/common';
|
|
9
9
|
import { CommonModule } from '@angular/common';
|
|
10
10
|
import * as i3 from '@angular/material/button';
|
|
@@ -2243,4 +2243,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.14", ngImpo
|
|
|
2243
2243
|
}] });
|
|
2244
2244
|
|
|
2245
2245
|
export { AccountingModule };
|
|
2246
|
-
//# sourceMappingURL=tin-spa-accounting.module-
|
|
2246
|
+
//# sourceMappingURL=tin-spa-accounting.module-KVI9jUs-.mjs.map
|