tin-spa 20.16.30 → 20.16.34
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 +2 -0
- package/fesm2022/{tin-spa-accounting.module-DhAEm2hN.mjs → tin-spa-accounting.module-CXzXpOnI.mjs} +2 -2
- package/fesm2022/{tin-spa-accounting.module-DhAEm2hN.mjs.map → tin-spa-accounting.module-CXzXpOnI.mjs.map} +1 -1
- package/fesm2022/{tin-spa-agent-page.component-D0jky32q.mjs → tin-spa-agent-page.component-CfCEjOsF.mjs} +2 -2
- package/fesm2022/{tin-spa-agent-page.component-D0jky32q.mjs.map → tin-spa-agent-page.component-CfCEjOsF.mjs.map} +1 -1
- package/fesm2022/{tin-spa-agent.component-B-_sp-xx.mjs → tin-spa-agent.component-FY1LLVNh.mjs} +2 -2
- package/fesm2022/{tin-spa-agent.component-B-_sp-xx.mjs.map → tin-spa-agent.component-FY1LLVNh.mjs.map} +1 -1
- package/fesm2022/{tin-spa-assets.module-CYdxBwtm.mjs → tin-spa-assets.module-BFJL6Ztj.mjs} +2 -2
- package/fesm2022/{tin-spa-assets.module-CYdxBwtm.mjs.map → tin-spa-assets.module-BFJL6Ztj.mjs.map} +1 -1
- package/fesm2022/tin-spa-core.mjs.map +1 -1
- package/fesm2022/{tin-spa-general-erp.module-_PS2Ftvh.mjs → tin-spa-general-erp.module-BLbwtk7s.mjs} +2 -2
- package/fesm2022/{tin-spa-general-erp.module-_PS2Ftvh.mjs.map → tin-spa-general-erp.module-BLbwtk7s.mjs.map} +1 -1
- package/fesm2022/{tin-spa-hr.module-BwSJYMjQ.mjs → tin-spa-hr.module-DYcy3nQd.mjs} +2 -2
- package/fesm2022/{tin-spa-hr.module-BwSJYMjQ.mjs.map → tin-spa-hr.module-DYcy3nQd.mjs.map} +1 -1
- package/fesm2022/{tin-spa-inventory.module-DHQE_NgX.mjs → tin-spa-inventory.module-BRBH_n8Y.mjs} +2 -2
- package/fesm2022/{tin-spa-inventory.module-DHQE_NgX.mjs.map → tin-spa-inventory.module-BRBH_n8Y.mjs.map} +1 -1
- package/fesm2022/tin-spa-landing.mjs +41 -2
- package/fesm2022/tin-spa-landing.mjs.map +1 -1
- package/fesm2022/{tin-spa-loans.module-DcdI1DkN.mjs → tin-spa-loans.module-DC_M4fAb.mjs} +2 -2
- package/fesm2022/{tin-spa-loans.module-DcdI1DkN.mjs.map → tin-spa-loans.module-DC_M4fAb.mjs.map} +1 -1
- package/fesm2022/{tin-spa-manufacturing.module-BETvG6RY.mjs → tin-spa-manufacturing.module-CE2MhGGC.mjs} +2 -2
- package/fesm2022/{tin-spa-manufacturing.module-BETvG6RY.mjs.map → tin-spa-manufacturing.module-CE2MhGGC.mjs.map} +1 -1
- package/fesm2022/{tin-spa-payroll.module-NlC9rEPk.mjs → tin-spa-payroll.module-E8tXa5UI.mjs} +2 -2
- package/fesm2022/{tin-spa-payroll.module-NlC9rEPk.mjs.map → tin-spa-payroll.module-E8tXa5UI.mjs.map} +1 -1
- package/fesm2022/{tin-spa-purchasing.module-D1hBPzXQ.mjs → tin-spa-purchasing.module-DIKiWt1m.mjs} +2 -2
- package/fesm2022/{tin-spa-purchasing.module-D1hBPzXQ.mjs.map → tin-spa-purchasing.module-DIKiWt1m.mjs.map} +1 -1
- package/fesm2022/{tin-spa-sales.module-kiSLV-ea.mjs → tin-spa-sales.module-D-kWKKQf.mjs} +2 -2
- package/fesm2022/{tin-spa-sales.module-kiSLV-ea.mjs.map → tin-spa-sales.module-D-kWKKQf.mjs.map} +1 -1
- package/fesm2022/{tin-spa-tenancy-erp.module-DkVrf474.mjs → tin-spa-tenancy-erp.module-6Wkbu53K.mjs} +2 -2
- package/fesm2022/{tin-spa-tenancy-erp.module-DkVrf474.mjs.map → tin-spa-tenancy-erp.module-6Wkbu53K.mjs.map} +1 -1
- package/fesm2022/{tin-spa-tin-spa-DCR4-B5G.mjs → tin-spa-tin-spa-BehOqlaA.mjs} +84 -19
- package/fesm2022/tin-spa-tin-spa-BehOqlaA.mjs.map +1 -0
- package/fesm2022/tin-spa.mjs +1 -1
- package/index.d.ts +8 -1
- package/landing/index.d.ts +6 -1
- package/package.json +1 -1
- package/fesm2022/tin-spa-tin-spa-DCR4-B5G.mjs.map +0 -1
package/core/index.d.ts
CHANGED
|
@@ -920,10 +920,12 @@ interface GroupConfig {
|
|
|
920
920
|
itemIcons?: Icon[];
|
|
921
921
|
itemAdditionalIcons?: Icon[];
|
|
922
922
|
groupIcons?: Icon[];
|
|
923
|
+
groupAdditionalIcons?: Icon[];
|
|
923
924
|
showGroupCount?: boolean;
|
|
924
925
|
emptyGroupMessage?: string;
|
|
925
926
|
showEmptyGroups?: boolean;
|
|
926
927
|
headerButtons?: Button[];
|
|
928
|
+
maxHeaderButtonsCount?: number;
|
|
927
929
|
contextMenuEnabled?: boolean;
|
|
928
930
|
itemClickButton?: string;
|
|
929
931
|
filterEnabled?: boolean;
|
package/fesm2022/{tin-spa-accounting.module-DhAEm2hN.mjs → tin-spa-accounting.module-CXzXpOnI.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-BehOqlaA.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-CXzXpOnI.mjs.map
|