hplx-feature-library 1.0.257 → 1.0.259

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/index.js CHANGED
@@ -1,11 +1,11 @@
1
1
  import { P as r } from "./PediatricsCalculatorTable-G0ttbDpi.js";
2
- import { P as e } from "./PatientPopupContainer-CYR3CP_O.js";
2
+ import { P as e } from "./PatientPopupContainer-BcogPwe7.js";
3
3
  import { A as i } from "./Attachments-imJatd2A.js";
4
4
  import { P } from "./PatientAddEdit-C5MnysOS.js";
5
5
  import { S as m } from "./SearchPatients-B91CFBhq.js";
6
6
  import { N as n } from "./NineDots-B3ZRumoi.js";
7
7
  import { U as d } from "./UserProfile-1Pll0yKL.js";
8
- import { P as c } from "./PrintModal-D5fLJZS8.js";
8
+ import { P as c } from "./PrintModal-CwTm7s39.js";
9
9
  import { A as u } from "./AllInvestigationsTable-Dg-YXASz.js";
10
10
  export {
11
11
  u as AllInvestigations,
@@ -1,4 +1,4 @@
1
- import { P as f } from "../PrintModal-D5fLJZS8.js";
1
+ import { P as f } from "../PrintModal-CwTm7s39.js";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -123,7 +123,7 @@ export interface GlobalWindow {
123
123
  role_id: string;
124
124
  partner_service_enabled: string;
125
125
  key: string;
126
- showToast?: (title: string, subTitle: string, type: string, time: number) => void;
126
+ showToast?: (title: string, subTitle: string, type: string, time: number, position?: string) => void;
127
127
  alert(message?: string): void;
128
128
  filteredUpcomingAppts: I_PATIENT_APPOINTMENT[];
129
129
  doctor_speciality: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hplx-feature-library",
3
3
  "private": false,
4
- "version": "1.0.257",
4
+ "version": "1.0.259",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "npm i hplx-react-elements-dev@qa && vite",