@dxs-ts/eveli-ide 0.0.202 → 0.0.203
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/build/api-iam/iam-types.d.ts +1 -1
- package/build/{cssMode-CgfBOUrt.js → cssMode-DKwr5zUO.js} +1 -1
- package/build/eveli-permissions/EveliPermissions.d.ts +1 -0
- package/build/eveli-table/EveliTableRightMenu.d.ts +9 -0
- package/build/eveli-table/EveliTableRightMenuButtonColumn.d.ts +5 -0
- package/build/eveli-table/EveliTableRightMenuCols.d.ts +2 -0
- package/build/eveli-table/EveliTableRightMenuFilters.d.ts +7 -0
- package/build/eveli-table/IndicatorAssignee.d.ts +6 -0
- package/build/eveli-table/IndicatorPriority.d.ts +7 -0
- package/build/eveli-table/IndicatorStatus.d.ts +7 -0
- package/build/{freemarker2-DLAq9dCg.js → freemarker2-DmYQQtQv.js} +1 -1
- package/build/{handlebars-DWW3mDcA.js → handlebars-Cu8SpQnj.js} +1 -1
- package/build/{html-E7gDjMBT.js → html-CbhYUH8s.js} +1 -1
- package/build/{htmlMode-C18kWmSb.js → htmlMode-BIWOhiMD.js} +1 -1
- package/build/{index-CDAkn83h.js → index-Cd3KCej5.js} +54371 -53636
- package/build/index.js +1 -1
- package/build/{javascript-BOvvDeV-.js → javascript-951YpcVN.js} +1 -1
- package/build/{jsonMode-BU_PLf4p.js → jsonMode-C31FRoMn.js} +1 -1
- package/build/{liquid-Bmo27B2N.js → liquid-JeR0ryPn.js} +1 -1
- package/build/{mdx-DqsYAdwG.js → mdx-li75A5Wv.js} +1 -1
- package/build/{python-DDIaU3uw.js → python-B6C02V-N.js} +1 -1
- package/build/{razor-tw_MTNmJ.js → razor-CURxlsNB.js} +1 -1
- package/build/routeTree.gen.d.ts +16 -3
- package/build/routes/secured.$locale.worker.tables.index.d.ts +1 -0
- package/build/{tsMode-GRoSasL3.js → tsMode-iHK3hvIT.js} +1 -1
- package/build/{typescript-BhW3k59N.js → typescript-1W_AcWLV.js} +1 -1
- package/build/{xml-CNbR_B-E.js → xml-Df_w54UW.js} +1 -1
- package/build/{yaml-CNZagS7I.js → yaml-MIX3wi28.js} +1 -1
- package/package.json +1 -1
- package/build/eveli-table/EveliTableVerticalButtonColumn.d.ts +0 -4
- package/build/eveli-table/EveliTableVerticalMenu.d.ts +0 -8
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare namespace IamApi {
|
|
2
2
|
}
|
|
3
3
|
export declare namespace IamApi {
|
|
4
|
-
type UserPermission = 'WRENCH_VIEW' | 'WRENCH_EDIT' | 'STENCIL_VIEW' | 'STENCIL_EDIT' | 'TASK_ALL_VIEW' | 'TASK_ALL_EDIT' | 'TASK_ALL_DELETE' | 'TASK_GROUP_VIEW' | 'TASK_GROUP_EDIT' | 'RELEASE_VIEW' | 'RELEASE_EDIT' | 'DEPLOYMENT_VIEW' | 'DEPLOYMENT_EDIT' | 'DASHBOARD_VIEW' | 'FEEDBACK_VIEW' | 'FEEBACK_EDIT' | 'DIALOB_VIEW' | 'DIALOB_EDIT';
|
|
4
|
+
type UserPermission = 'WRENCH_VIEW' | 'WRENCH_EDIT' | 'STENCIL_VIEW' | 'STENCIL_EDIT' | 'TASK_ALL_VIEW' | 'TASK_ALL_EDIT' | 'TASK_ALL_DELETE' | 'TASK_GROUP_VIEW' | 'TASK_GROUP_EDIT' | 'RELEASE_VIEW' | 'RELEASE_EDIT' | 'DEPLOYMENT_VIEW' | 'DEPLOYMENT_EDIT' | 'DASHBOARD_VIEW' | 'FEEDBACK_VIEW' | 'FEEBACK_EDIT' | 'DIALOB_VIEW' | 'DIALOB_EDIT' | 'TABLES_V2';
|
|
5
5
|
interface User {
|
|
6
6
|
userId: string;
|
|
7
7
|
name: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as et } from "./index-
|
|
1
|
+
import { m as et } from "./index-Cd3KCej5.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -34,6 +34,7 @@ declare const EveliPermissionMapping: {
|
|
|
34
34
|
EDIT_STENCIL_ASSET: IamApi.UserPermission[];
|
|
35
35
|
DELETE_TASK: IamApi.UserPermission[];
|
|
36
36
|
DELETE_STENCIL_ASSET: IamApi.UserPermission[];
|
|
37
|
+
NAV_TO_TABLES_V2: IamApi.UserPermission[];
|
|
37
38
|
};
|
|
38
39
|
export type EveliPermissionType = keyof typeof EveliPermissionMapping;
|
|
39
40
|
export declare const EveliPermissions: React.FC<{
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export declare const EveliTableRightMenu: React.FC<{
|
|
3
|
+
width: string;
|
|
4
|
+
children: React.ReactNode;
|
|
5
|
+
}>;
|
|
6
|
+
export declare const EveliTableRightMenuRootClassName = "EveliTableRightMenu";
|
|
7
|
+
export declare const EveliTableRightMenuRoot: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & {
|
|
8
|
+
width: string;
|
|
9
|
+
}, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof React.ClassAttributes<HTMLDivElement> | keyof React.HTMLAttributes<HTMLDivElement>>, {}>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as f } from "./index-
|
|
1
|
+
import { m as f } from "./index-Cd3KCej5.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as l } from "./index-
|
|
1
|
+
import { m as l } from "./index-Cd3KCej5.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as s } from "./index-
|
|
1
|
+
import { m as s } from "./index-Cd3KCej5.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as lt } from "./index-
|
|
1
|
+
import { m as lt } from "./index-Cd3KCej5.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|