asv-hlps 1.2.4 → 1.2.7
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.
|
@@ -98,6 +98,5 @@ import { Region } from "./entities/world/Region";
|
|
|
98
98
|
import { NaAc } from "./shared/NaAc";
|
|
99
99
|
import { NaCoAc } from "./shared/NaCoAc";
|
|
100
100
|
import { NaCoShortAc } from "./shared/NaCoShortAc";
|
|
101
|
-
import { MenuItemType } from "./types/
|
|
102
|
-
import { colNa, colNaCo, colNaCoSh, FormProps, HeaderTableColumnType, IPath } from "./types/Type";
|
|
101
|
+
import { colNa, colNaCo, colNaCoSh, FormProps, HeaderTableColumnType, IPath, MenuItemType } from "./types/Type";
|
|
103
102
|
export { AuthTag, AuthTagCat, Docu, DocuCat, Faq, FaqCat, Memo, MemoCat, NaAc, NaCoAc, NaCoShortAc, Buy, BuyCart, BuyItem, BuyItems, Mail, MailMass, MsgAlert, MsgChat, Account, Bank, Currency, Deposit, Feed, Spent, Entry, EntryAccount, EntryCat, EntryLine, OhadaCat, OhadaGrp, OhadaPlan, OhadaSubCat, Address, DutyPhcie, Gender, Leave, Ste, SteGrp, User, UserCredit, UserGrp, UserNote, UserOnline, UserRole, UserTitr, Zone, CartItem, DelideryProcess, Sale, SaleDelivery, SaleInfo, SaleItems, SaleProduct, SaleProductLot, SaleProductQtityIssue, SaleShop, SaleTreatStatus, ShopCart, Product, ProductAgcy, ProductAmm, ProductBuy, ProductCat, ProductDci, ProductDepot, ProductDos, ProductFg, ProductIn, ProductInOut, ProductInventory, ProductLabo, ProductLoc, ProductMvt, ProductMvtInventory, ProductOutReason, ProductPromo, ProductPvd, ProductSof, ProductStore, ProductTcl, ProductTclGrp, ProductTransfert, ProductWanted, Bill, BillLine, BillPayment, BillPaymentMethod, CBillPeriod, EBillPeriod, EPayMethod, Todo, Vehicle, Wish, City, Continent, Country, Department, Quarter, Region, MenuItemType, HeaderTableColumnType, IPath, colNa, colNaCo, colNaCoSh, FormProps, };
|
|
@@ -1,12 +1,44 @@
|
|
|
1
1
|
import { AuthParam } from "../../auth";
|
|
2
|
+
export interface MenuItemType {
|
|
3
|
+
key: string;
|
|
4
|
+
label: string;
|
|
5
|
+
isTitle?: boolean;
|
|
6
|
+
icon?: string;
|
|
7
|
+
url?: string;
|
|
8
|
+
badge?: {
|
|
9
|
+
variant: string;
|
|
10
|
+
text: string;
|
|
11
|
+
};
|
|
12
|
+
parentKey?: string;
|
|
13
|
+
target?: string;
|
|
14
|
+
children?: MenuItemType[];
|
|
15
|
+
}
|
|
16
|
+
export interface BtnType {
|
|
17
|
+
id: number | string;
|
|
18
|
+
label: any;
|
|
19
|
+
icon?: string;
|
|
20
|
+
size?: "sm" | "lg";
|
|
21
|
+
disabled?: boolean;
|
|
22
|
+
textColor?: "text-danger" | "text-success" | "text-primary" | "text-secondary";
|
|
23
|
+
color?: "danger" | "success" | "primary" | "secondary" | string;
|
|
24
|
+
divider?: boolean;
|
|
25
|
+
}
|
|
26
|
+
export interface DropMenuType {
|
|
27
|
+
label: string;
|
|
28
|
+
icon?: string;
|
|
29
|
+
color?: "primary" | "success" | "info" | "danger";
|
|
30
|
+
ellipsis?: "v" | "h";
|
|
31
|
+
drops: BtnType[];
|
|
32
|
+
}
|
|
2
33
|
export interface IPath {
|
|
3
34
|
id: number;
|
|
35
|
+
key?: string;
|
|
4
36
|
title: any;
|
|
5
37
|
link: string;
|
|
6
38
|
default?: boolean;
|
|
7
39
|
icon?: string;
|
|
8
40
|
param?: any;
|
|
9
|
-
|
|
41
|
+
auth?: AuthParam;
|
|
10
42
|
ms?: boolean;
|
|
11
43
|
}
|
|
12
44
|
export declare type HeaderTableColumnType = {
|
|
@@ -14,7 +46,7 @@ export declare type HeaderTableColumnType = {
|
|
|
14
46
|
accessor?: string;
|
|
15
47
|
content?: any;
|
|
16
48
|
style?: any;
|
|
17
|
-
|
|
49
|
+
auth?: AuthParam;
|
|
18
50
|
tooltipH?: any;
|
|
19
51
|
tooltipB?: any;
|
|
20
52
|
};
|
|
@@ -98,6 +98,5 @@ import { Region } from "./entities/world/Region";
|
|
|
98
98
|
import { NaAc } from "./shared/NaAc";
|
|
99
99
|
import { NaCoAc } from "./shared/NaCoAc";
|
|
100
100
|
import { NaCoShortAc } from "./shared/NaCoShortAc";
|
|
101
|
-
import { MenuItemType } from "./types/
|
|
102
|
-
import { colNa, colNaCo, colNaCoSh, FormProps, HeaderTableColumnType, IPath } from "./types/Type";
|
|
101
|
+
import { colNa, colNaCo, colNaCoSh, FormProps, HeaderTableColumnType, IPath, MenuItemType } from "./types/Type";
|
|
103
102
|
export { AuthTag, AuthTagCat, Docu, DocuCat, Faq, FaqCat, Memo, MemoCat, NaAc, NaCoAc, NaCoShortAc, Buy, BuyCart, BuyItem, BuyItems, Mail, MailMass, MsgAlert, MsgChat, Account, Bank, Currency, Deposit, Feed, Spent, Entry, EntryAccount, EntryCat, EntryLine, OhadaCat, OhadaGrp, OhadaPlan, OhadaSubCat, Address, DutyPhcie, Gender, Leave, Ste, SteGrp, User, UserCredit, UserGrp, UserNote, UserOnline, UserRole, UserTitr, Zone, CartItem, DelideryProcess, Sale, SaleDelivery, SaleInfo, SaleItems, SaleProduct, SaleProductLot, SaleProductQtityIssue, SaleShop, SaleTreatStatus, ShopCart, Product, ProductAgcy, ProductAmm, ProductBuy, ProductCat, ProductDci, ProductDepot, ProductDos, ProductFg, ProductIn, ProductInOut, ProductInventory, ProductLabo, ProductLoc, ProductMvt, ProductMvtInventory, ProductOutReason, ProductPromo, ProductPvd, ProductSof, ProductStore, ProductTcl, ProductTclGrp, ProductTransfert, ProductWanted, Bill, BillLine, BillPayment, BillPaymentMethod, CBillPeriod, EBillPeriod, EPayMethod, Todo, Vehicle, Wish, City, Continent, Country, Department, Quarter, Region, MenuItemType, HeaderTableColumnType, IPath, colNa, colNaCo, colNaCoSh, FormProps, };
|
|
@@ -1,12 +1,44 @@
|
|
|
1
1
|
import { AuthParam } from "../../auth";
|
|
2
|
+
export interface MenuItemType {
|
|
3
|
+
key: string;
|
|
4
|
+
label: string;
|
|
5
|
+
isTitle?: boolean;
|
|
6
|
+
icon?: string;
|
|
7
|
+
url?: string;
|
|
8
|
+
badge?: {
|
|
9
|
+
variant: string;
|
|
10
|
+
text: string;
|
|
11
|
+
};
|
|
12
|
+
parentKey?: string;
|
|
13
|
+
target?: string;
|
|
14
|
+
children?: MenuItemType[];
|
|
15
|
+
}
|
|
16
|
+
export interface BtnType {
|
|
17
|
+
id: number | string;
|
|
18
|
+
label: any;
|
|
19
|
+
icon?: string;
|
|
20
|
+
size?: "sm" | "lg";
|
|
21
|
+
disabled?: boolean;
|
|
22
|
+
textColor?: "text-danger" | "text-success" | "text-primary" | "text-secondary";
|
|
23
|
+
color?: "danger" | "success" | "primary" | "secondary" | string;
|
|
24
|
+
divider?: boolean;
|
|
25
|
+
}
|
|
26
|
+
export interface DropMenuType {
|
|
27
|
+
label: string;
|
|
28
|
+
icon?: string;
|
|
29
|
+
color?: "primary" | "success" | "info" | "danger";
|
|
30
|
+
ellipsis?: "v" | "h";
|
|
31
|
+
drops: BtnType[];
|
|
32
|
+
}
|
|
2
33
|
export interface IPath {
|
|
3
34
|
id: number;
|
|
35
|
+
key?: string;
|
|
4
36
|
title: any;
|
|
5
37
|
link: string;
|
|
6
38
|
default?: boolean;
|
|
7
39
|
icon?: string;
|
|
8
40
|
param?: any;
|
|
9
|
-
|
|
41
|
+
auth?: AuthParam;
|
|
10
42
|
ms?: boolean;
|
|
11
43
|
}
|
|
12
44
|
export declare type HeaderTableColumnType = {
|
|
@@ -14,7 +46,7 @@ export declare type HeaderTableColumnType = {
|
|
|
14
46
|
accessor?: string;
|
|
15
47
|
content?: any;
|
|
16
48
|
style?: any;
|
|
17
|
-
|
|
49
|
+
auth?: AuthParam;
|
|
18
50
|
tooltipH?: any;
|
|
19
51
|
tooltipB?: any;
|
|
20
52
|
};
|