@zimyo/engage 0.1.8-pms → 0.1.9-hrms
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/components/feedback/appreciation/badge-master/modal/form.schema.d.ts +2 -2
- package/dist/components/feedback/appreciation/list/appreciation-list.d.ts +2 -0
- package/dist/components/feedback/continuous-feedback/modal/form.schema.d.ts +2 -2
- package/dist/components/feedback/one-to-one/schedule-modal/form.schema.d.ts +5 -5
- package/dist/components/feedback/one-to-one/view-details-modal/form.schema.d.ts +1 -1
- package/dist/components/pip/constant.d.ts +12 -0
- package/dist/components/pip/pip-notification/pip-notifiation-template.d.ts +7 -0
- package/dist/components/pip/pip-notification/pip-notification.d.ts +1 -0
- package/dist/components/pip/view-details/view-details.d.ts +5 -3
- package/dist/components/ui/editor/editor.d.ts +12 -0
- package/dist/main.cjs +585 -312
- package/dist/main.d.ts +2 -0
- package/dist/main.js +68617 -52881
- package/dist/shared/constants/endpoints.d.ts +4 -0
- package/dist/shared/providers/auth-provider.d.ts +2 -2
- package/dist/shared/providers/engage-provider.d.ts +2 -2
- package/dist/shared/zustand/session.store.d.ts +2 -2
- package/dist/style.css +1 -1
- package/package.json +5 -3
- package/dist/shared/constants/OAuthScope.d.ts +0 -1
|
@@ -5,13 +5,13 @@ export declare const BadgeFormSchema: z.ZodObject<{
|
|
|
5
5
|
BADGE_LOGO: z.ZodString;
|
|
6
6
|
APPERICATION_REMARKS: z.ZodString;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
TITLE: string;
|
|
9
8
|
DESCRIPTION: string;
|
|
9
|
+
TITLE: string;
|
|
10
10
|
APPERICATION_REMARKS: string;
|
|
11
11
|
BADGE_LOGO: string;
|
|
12
12
|
}, {
|
|
13
|
-
TITLE: string;
|
|
14
13
|
DESCRIPTION: string;
|
|
14
|
+
TITLE: string;
|
|
15
15
|
APPERICATION_REMARKS: string;
|
|
16
16
|
BADGE_LOGO: string;
|
|
17
17
|
}>;
|
|
@@ -16,11 +16,11 @@ export declare const ContinuousFeedbackFormSchema: z.ZodObject<{
|
|
|
16
16
|
RATING: number;
|
|
17
17
|
}>, "many">>;
|
|
18
18
|
}, "strip", z.ZodTypeAny, {
|
|
19
|
+
FILES: any[];
|
|
20
|
+
IMAGES: any[];
|
|
19
21
|
FEEDBACK_FOR: number;
|
|
20
22
|
FEEDBACK_TITLE: string;
|
|
21
23
|
FEEDBACK_CONTENT: string;
|
|
22
|
-
FILES: any[];
|
|
23
|
-
IMAGES: any[];
|
|
24
24
|
SKILL_RATING: {
|
|
25
25
|
NAME: string;
|
|
26
26
|
RATING: number;
|
|
@@ -10,22 +10,22 @@ export declare const ScheduleOneToOneFormSchema: z.ZodObject<{
|
|
|
10
10
|
MEDIUM_ALIAS: z.ZodOptional<z.ZodString>;
|
|
11
11
|
EVENT_UID: z.ZodOptional<z.ZodString>;
|
|
12
12
|
}, "strip", z.ZodTypeAny, {
|
|
13
|
-
SCHEDULE_WITH: number;
|
|
14
|
-
MEETING_TITLE: string;
|
|
15
13
|
DATE: string;
|
|
16
14
|
START_TIME: string;
|
|
17
15
|
DURATION: string;
|
|
16
|
+
MEETING_TITLE: string;
|
|
17
|
+
SCHEDULE_WITH: number;
|
|
18
18
|
MEDIUM: number;
|
|
19
19
|
DESCRIPTION?: string | undefined;
|
|
20
20
|
MEDIUM_ALIAS?: string | undefined;
|
|
21
21
|
EVENT_UID?: string | undefined;
|
|
22
22
|
}, {
|
|
23
|
-
SCHEDULE_WITH: number;
|
|
24
|
-
MEETING_TITLE: string;
|
|
25
23
|
DURATION: string;
|
|
26
|
-
|
|
24
|
+
MEETING_TITLE: string;
|
|
25
|
+
SCHEDULE_WITH: number;
|
|
27
26
|
DATE?: string | undefined;
|
|
28
27
|
START_TIME?: string | undefined;
|
|
28
|
+
DESCRIPTION?: string | undefined;
|
|
29
29
|
MEDIUM?: number | undefined;
|
|
30
30
|
MEDIUM_ALIAS?: string | undefined;
|
|
31
31
|
EVENT_UID?: string | undefined;
|
|
@@ -5,9 +5,9 @@ export declare const OneToOneDetailsFormSchema: z.ZodObject<{
|
|
|
5
5
|
IMAGES: z.ZodDefault<z.ZodArray<z.ZodAny, "many">>;
|
|
6
6
|
VISIBLE_TO: z.ZodDefault<z.ZodNumber>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
|
+
TEXT: string;
|
|
8
9
|
FILES: any[];
|
|
9
10
|
IMAGES: any[];
|
|
10
|
-
TEXT: string;
|
|
11
11
|
VISIBLE_TO: number;
|
|
12
12
|
}, {
|
|
13
13
|
TEXT: string;
|
|
@@ -7,3 +7,15 @@ export declare const PIP_TABS: {
|
|
|
7
7
|
TEAM: string;
|
|
8
8
|
ORGANIZATION: string;
|
|
9
9
|
};
|
|
10
|
+
export declare const NOTIFICATION_SLUGS: {
|
|
11
|
+
employee_name: string;
|
|
12
|
+
reviewer_name: string;
|
|
13
|
+
approver_name: string;
|
|
14
|
+
hr_name: string;
|
|
15
|
+
end_date: string;
|
|
16
|
+
start_date: string;
|
|
17
|
+
};
|
|
18
|
+
export declare const EMAIL_TEMPLATE_TYPES: {
|
|
19
|
+
label: string;
|
|
20
|
+
value: string;
|
|
21
|
+
}[];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const PipNotification: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
import React from "react";
|
|
2
1
|
import "./stylesModal.css";
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
type props = {
|
|
3
|
+
pipId?: string;
|
|
4
|
+
};
|
|
5
|
+
export declare const ViewPIPDetails: (props: props) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
type props = {
|
|
2
|
+
className?: string;
|
|
3
|
+
value: string;
|
|
4
|
+
height?: number | string;
|
|
5
|
+
width?: string | number;
|
|
6
|
+
placeholder?: string;
|
|
7
|
+
font_size?: string | number;
|
|
8
|
+
setEditorData: (value: string) => void;
|
|
9
|
+
showTable?: boolean;
|
|
10
|
+
};
|
|
11
|
+
declare const Editor: (props: props) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export default Editor;
|