@xwadex/fesd-next 0.3.7 → 0.3.8
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/dist/types/index.d.ts +0 -3
- package/dist/types/index.js +0 -3
- package/package.json +1 -1
- package/dist/types/cms.type.d.ts +0 -27
- package/dist/types/cms.type.js +0 -1
- package/dist/types/commons.type.d.ts +0 -16
- package/dist/types/commons.type.js +0 -1
- package/dist/types/utils.type.d.ts +0 -1
- package/dist/types/utils.type.js +0 -1
package/dist/types/index.d.ts
CHANGED
package/dist/types/index.js
CHANGED
package/package.json
CHANGED
package/dist/types/cms.type.d.ts
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
export type SitesTypes = {
|
|
2
|
-
id: number | string;
|
|
3
|
-
index: string;
|
|
4
|
-
name: string;
|
|
5
|
-
route: string;
|
|
6
|
-
sites: SitesLagnuageTypes[];
|
|
7
|
-
};
|
|
8
|
-
export type SitesLagnuageTypes = {
|
|
9
|
-
id: number | string;
|
|
10
|
-
index: string;
|
|
11
|
-
name: string;
|
|
12
|
-
route: string;
|
|
13
|
-
};
|
|
14
|
-
export type SitesNavsMenusTypes = {
|
|
15
|
-
id: number | string;
|
|
16
|
-
index: string;
|
|
17
|
-
name: string;
|
|
18
|
-
route: string;
|
|
19
|
-
navs: SitesNavsTypes[];
|
|
20
|
-
active?: boolean;
|
|
21
|
-
};
|
|
22
|
-
export type SitesNavsTypes = {
|
|
23
|
-
id: number | string;
|
|
24
|
-
index: string;
|
|
25
|
-
name: string;
|
|
26
|
-
route: string;
|
|
27
|
-
};
|
package/dist/types/cms.type.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export type ParamsTypes = {
|
|
2
|
-
sites?: string;
|
|
3
|
-
units?: string;
|
|
4
|
-
contents?: string;
|
|
5
|
-
};
|
|
6
|
-
export type SearchParamsTypes = {
|
|
7
|
-
[key: string]: string | string[] | undefined;
|
|
8
|
-
};
|
|
9
|
-
export type CacheTypes = number | false | undefined;
|
|
10
|
-
export type PermissionTypes = "read" | "edit" | "create";
|
|
11
|
-
export type ConfirmEndTypes = "REMOTE" | "LOCAL";
|
|
12
|
-
export type DatasetsEndTypes = "REMOTE" | "LOCAL";
|
|
13
|
-
export type ReduceBaseActionTypes<S, T extends keyof S, P = S[T]> = {
|
|
14
|
-
type: T;
|
|
15
|
-
payload: P;
|
|
16
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type MergeAll<M> = M[keyof M];
|
package/dist/types/utils.type.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|