react-luminus-components 1.5.14 → 1.5.15

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.
@@ -0,0 +1,10 @@
1
+ export default interface EmailOverviewModel {
2
+ id: number;
3
+ sender: string | null;
4
+ recipient: string | null;
5
+ subject: string | null;
6
+ body: string | null;
7
+ date: string | null;
8
+ employeeId: number;
9
+ notActionId: number;
10
+ }
@@ -143,3 +143,4 @@ export type { default as NotificationModel } from './types/notifCenter/Notificat
143
143
  export type { default as NotificationTarget } from './types/notifCenter/NotificationTarget';
144
144
  export type { default as NotificationTemplate } from './types/notifCenter/NotificationTemplate';
145
145
  export type { default as EmployeePickerBaseProps } from './types/EmployeePickerBaseProps';
146
+ export type { default as EmailOverviewModel } from './api/emailOverview/EmailOverviewModel';
@@ -9,6 +9,7 @@ import { default as CustomSelectTexts } from './CustomSelectTexts';
9
9
  import { default as DateTexts } from './DateTexts';
10
10
  import { default as DocumentsTexts } from './DocumentsTexts';
11
11
  import { default as DynamicFormsTexts } from './DynamicFormsTexts';
12
+ import { default as EmailOverviewTexts } from './EmailOverviewTexts';
12
13
  import { default as ErrorBoundaryTexts } from './ErrorBoundaryTexts';
13
14
  import { default as FormSubmitTexts } from './FormSubmitTexts';
14
15
  import { default as FormValidationTexts } from './FormValidationTexts';
@@ -50,5 +51,6 @@ type ComponentsContextTexts = {
50
51
  userSettings: UserSettingsTexts;
51
52
  localizations: LocalizationTexts;
52
53
  chart: ChartTexts;
54
+ emailOverview: EmailOverviewTexts;
53
55
  };
54
56
  export default ComponentsContextTexts;
@@ -0,0 +1,7 @@
1
+ type EmailOverviewTexts = {
2
+ title: string;
3
+ noMails: string;
4
+ from: string;
5
+ to: string;
6
+ };
7
+ export default EmailOverviewTexts;
@@ -1,4 +1,4 @@
1
- import { aw as J, aX as N, ar as E } from "./ShortcutLinksContext-CIQXm5jY.js";
1
+ import { aw as J, aX as N, ar as E } from "./ShortcutLinksContext-DpohvVH2.js";
2
2
  import { useState as p, useContext as F, useRef as G, useCallback as e, useEffect as O } from "react";
3
3
  import "react-router-dom";
4
4
  import "react-dom";
package/dist/utils.es.js CHANGED
@@ -1,5 +1,5 @@
1
- import { j as i, ao as g, U as p } from "./ShortcutLinksContext-CIQXm5jY.js";
2
- import { cd as j, cb as C, cc as P, ca as k, c9 as M, bU as V, bV as A, a_ as E, c0 as W, bR as z, bn as B, b6 as U, c8 as G, cf as Y, b$ as Z, bW as _, aI as H, bY as K, aJ as $, bX as q, bZ as J, b_ as X, c4 as Q, bl as ee, c2 as te, c1 as se, bS as re, c3 as ae, bT as oe, cg as ie, bK as ne, c5 as le, aT as ce, aZ as me, ci as ge, c6 as pe, _ as fe, c7 as ue, aH as de, ce as he, ch as ye } from "./ShortcutLinksContext-CIQXm5jY.js";
1
+ import { j as i, ao as g, U as p } from "./ShortcutLinksContext-DpohvVH2.js";
2
+ import { cd as j, cb as C, cc as P, ca as k, c9 as M, bU as V, bV as A, a_ as E, c0 as W, bR as z, bn as B, b6 as U, c8 as G, cf as Y, b$ as Z, bW as _, aI as H, bY as K, aJ as $, bX as q, bZ as J, b_ as X, c4 as Q, bl as ee, c2 as te, c1 as se, bS as re, c3 as ae, bT as oe, cg as ie, bK as ne, c5 as le, aT as ce, aZ as me, ci as ge, c6 as pe, _ as fe, c7 as ue, aH as de, ce as he, ch as ye } from "./ShortcutLinksContext-DpohvVH2.js";
3
3
  import "react";
4
4
  import "@azure/msal-browser";
5
5
  import "@azure/msal-react";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-luminus-components",
3
- "version": "1.5.14",
3
+ "version": "1.5.15",
4
4
  "description": "Library of React Components reusable in Luminus projects (Fleetman, CAFM)",
5
5
  "type": "module",
6
6
  "repository": {