tin-spa 20.16.30 → 20.16.39
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 +3 -1
- package/fesm2022/{tin-spa-accounting.module-DhAEm2hN.mjs → tin-spa-accounting.module-tLjerUSJ.mjs} +2 -2
- package/fesm2022/{tin-spa-accounting.module-DhAEm2hN.mjs.map → tin-spa-accounting.module-tLjerUSJ.mjs.map} +1 -1
- package/fesm2022/{tin-spa-agent-page.component-D0jky32q.mjs → tin-spa-agent-page.component-sMhdglOQ.mjs} +2 -2
- package/fesm2022/{tin-spa-agent-page.component-D0jky32q.mjs.map → tin-spa-agent-page.component-sMhdglOQ.mjs.map} +1 -1
- package/fesm2022/{tin-spa-agent.component-B-_sp-xx.mjs → tin-spa-agent.component-BbAKYiFv.mjs} +2 -2
- package/fesm2022/{tin-spa-agent.component-B-_sp-xx.mjs.map → tin-spa-agent.component-BbAKYiFv.mjs.map} +1 -1
- package/fesm2022/{tin-spa-assets.module-CYdxBwtm.mjs → tin-spa-assets.module-BB1jV4ni.mjs} +2 -2
- package/fesm2022/{tin-spa-assets.module-CYdxBwtm.mjs.map → tin-spa-assets.module-BB1jV4ni.mjs.map} +1 -1
- package/fesm2022/tin-spa-core.mjs +8 -8
- package/fesm2022/tin-spa-core.mjs.map +1 -1
- package/fesm2022/{tin-spa-general-erp.module-_PS2Ftvh.mjs → tin-spa-general-erp.module-urL5So4z.mjs} +2 -2
- package/fesm2022/{tin-spa-general-erp.module-_PS2Ftvh.mjs.map → tin-spa-general-erp.module-urL5So4z.mjs.map} +1 -1
- package/fesm2022/{tin-spa-hr.module-BwSJYMjQ.mjs → tin-spa-hr.module-lMgTujaL.mjs} +2 -2
- package/fesm2022/{tin-spa-hr.module-BwSJYMjQ.mjs.map → tin-spa-hr.module-lMgTujaL.mjs.map} +1 -1
- package/fesm2022/{tin-spa-inventory.module-DHQE_NgX.mjs → tin-spa-inventory.module-D6E720b3.mjs} +2 -2
- package/fesm2022/{tin-spa-inventory.module-DHQE_NgX.mjs.map → tin-spa-inventory.module-D6E720b3.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-DPqG5dbT.mjs} +2 -2
- package/fesm2022/{tin-spa-loans.module-DcdI1DkN.mjs.map → tin-spa-loans.module-DPqG5dbT.mjs.map} +1 -1
- package/fesm2022/{tin-spa-manufacturing.module-BETvG6RY.mjs → tin-spa-manufacturing.module-DphDbjjV.mjs} +2 -2
- package/fesm2022/{tin-spa-manufacturing.module-BETvG6RY.mjs.map → tin-spa-manufacturing.module-DphDbjjV.mjs.map} +1 -1
- package/fesm2022/{tin-spa-payroll.module-NlC9rEPk.mjs → tin-spa-payroll.module-XekyNje-.mjs} +2 -2
- package/fesm2022/{tin-spa-payroll.module-NlC9rEPk.mjs.map → tin-spa-payroll.module-XekyNje-.mjs.map} +1 -1
- package/fesm2022/{tin-spa-purchasing.module-D1hBPzXQ.mjs → tin-spa-purchasing.module-TY3v_R4Y.mjs} +2 -2
- package/fesm2022/{tin-spa-purchasing.module-D1hBPzXQ.mjs.map → tin-spa-purchasing.module-TY3v_R4Y.mjs.map} +1 -1
- package/fesm2022/{tin-spa-sales.module-kiSLV-ea.mjs → tin-spa-sales.module-BjAeQZT1.mjs} +2 -2
- package/fesm2022/{tin-spa-sales.module-kiSLV-ea.mjs.map → tin-spa-sales.module-BjAeQZT1.mjs.map} +1 -1
- package/fesm2022/{tin-spa-tenancy-erp.module-DkVrf474.mjs → tin-spa-tenancy-erp.module-BPkLuqdQ.mjs} +2 -2
- package/fesm2022/{tin-spa-tenancy-erp.module-DkVrf474.mjs.map → tin-spa-tenancy-erp.module-BPkLuqdQ.mjs.map} +1 -1
- package/fesm2022/{tin-spa-tin-spa-DCR4-B5G.mjs → tin-spa-tin-spa-CCAfYbuE.mjs} +135 -31
- package/fesm2022/tin-spa-tin-spa-CCAfYbuE.mjs.map +1 -0
- package/fesm2022/tin-spa.mjs +1 -1
- package/index.d.ts +11 -2
- 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
|
@@ -885,7 +885,7 @@ declare class StepConfig {
|
|
|
885
885
|
interface Icon {
|
|
886
886
|
name: string;
|
|
887
887
|
color?: string;
|
|
888
|
-
tip?: string;
|
|
888
|
+
tip?: string | ((data: any) => string);
|
|
889
889
|
tipField?: string;
|
|
890
890
|
bannerField?: string;
|
|
891
891
|
condition?: (value: any) => boolean;
|
|
@@ -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-tLjerUSJ.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-CCAfYbuE.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-tLjerUSJ.mjs.map
|