@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.
Files changed (31) hide show
  1. package/build/api-iam/iam-types.d.ts +1 -1
  2. package/build/{cssMode-CgfBOUrt.js → cssMode-DKwr5zUO.js} +1 -1
  3. package/build/eveli-permissions/EveliPermissions.d.ts +1 -0
  4. package/build/eveli-table/EveliTableRightMenu.d.ts +9 -0
  5. package/build/eveli-table/EveliTableRightMenuButtonColumn.d.ts +5 -0
  6. package/build/eveli-table/EveliTableRightMenuCols.d.ts +2 -0
  7. package/build/eveli-table/EveliTableRightMenuFilters.d.ts +7 -0
  8. package/build/eveli-table/IndicatorAssignee.d.ts +6 -0
  9. package/build/eveli-table/IndicatorPriority.d.ts +7 -0
  10. package/build/eveli-table/IndicatorStatus.d.ts +7 -0
  11. package/build/{freemarker2-DLAq9dCg.js → freemarker2-DmYQQtQv.js} +1 -1
  12. package/build/{handlebars-DWW3mDcA.js → handlebars-Cu8SpQnj.js} +1 -1
  13. package/build/{html-E7gDjMBT.js → html-CbhYUH8s.js} +1 -1
  14. package/build/{htmlMode-C18kWmSb.js → htmlMode-BIWOhiMD.js} +1 -1
  15. package/build/{index-CDAkn83h.js → index-Cd3KCej5.js} +54371 -53636
  16. package/build/index.js +1 -1
  17. package/build/{javascript-BOvvDeV-.js → javascript-951YpcVN.js} +1 -1
  18. package/build/{jsonMode-BU_PLf4p.js → jsonMode-C31FRoMn.js} +1 -1
  19. package/build/{liquid-Bmo27B2N.js → liquid-JeR0ryPn.js} +1 -1
  20. package/build/{mdx-DqsYAdwG.js → mdx-li75A5Wv.js} +1 -1
  21. package/build/{python-DDIaU3uw.js → python-B6C02V-N.js} +1 -1
  22. package/build/{razor-tw_MTNmJ.js → razor-CURxlsNB.js} +1 -1
  23. package/build/routeTree.gen.d.ts +16 -3
  24. package/build/routes/secured.$locale.worker.tables.index.d.ts +1 -0
  25. package/build/{tsMode-GRoSasL3.js → tsMode-iHK3hvIT.js} +1 -1
  26. package/build/{typescript-BhW3k59N.js → typescript-1W_AcWLV.js} +1 -1
  27. package/build/{xml-CNbR_B-E.js → xml-Df_w54UW.js} +1 -1
  28. package/build/{yaml-CNZagS7I.js → yaml-MIX3wi28.js} +1 -1
  29. package/package.json +1 -1
  30. package/build/eveli-table/EveliTableVerticalButtonColumn.d.ts +0 -4
  31. 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-CDAkn83h.js";
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>>, {}>;
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+ export declare const EveliTableRightMenuButtonColumn: React.FC<{
3
+ onColumnsClick: () => void;
4
+ onFiltersClick: () => void;
5
+ }>;
@@ -0,0 +1,2 @@
1
+ import { default as React } from 'react';
2
+ export declare const EveliTableRightMenuCols: React.FC;
@@ -0,0 +1,7 @@
1
+ import { default as React } from 'react';
2
+ export declare const EveliTableRightMenuFilters: React.FC;
3
+ export declare const FilterItem: React.FC<{
4
+ filterTitle: string;
5
+ children: React.ReactNode;
6
+ onClick: () => void;
7
+ }>;
@@ -0,0 +1,6 @@
1
+ import { default as React } from 'react';
2
+ interface IndicatorAssigneeProps {
3
+ name: string;
4
+ }
5
+ export declare const IndicatorAssignee: React.FC<IndicatorAssigneeProps>;
6
+ export {};
@@ -0,0 +1,7 @@
1
+ import { default as React } from 'react';
2
+ type PriorityType = 'HIGH' | 'MEDIUM' | 'LOW';
3
+ interface TaskPriority {
4
+ type: PriorityType;
5
+ }
6
+ export declare const IndicatorPriority: React.FC<TaskPriority>;
7
+ export {};
@@ -0,0 +1,7 @@
1
+ import { default as React } from 'react';
2
+ type StatusType = 'NEW' | 'OPEN' | 'COMPLETED' | 'REJECTED';
3
+ interface TaskStatus {
4
+ type: StatusType;
5
+ }
6
+ export declare const IndicatorStatus: React.FC<TaskStatus>;
7
+ export {};
@@ -1,4 +1,4 @@
1
- import { m as f } from "./index-CDAkn83h.js";
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-CDAkn83h.js";
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-CDAkn83h.js";
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-CDAkn83h.js";
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)