umwd-components 0.1.815 → 0.1.816
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/cjs/src/components/e-commerce/invoice/InvoicePDF.js +1 -1
- package/dist/cjs/src/index.js +1 -1
- package/dist/cjs/tsconfig.build.tsbuildinfo +1 -1
- package/dist/esm/_virtual/index4.js +2 -2
- package/dist/esm/_virtual/index5.js +2 -2
- package/dist/esm/_virtual/index6.js +2 -2
- package/dist/esm/node_modules/color-string/index.js +1 -1
- package/dist/esm/node_modules/crypto-js/index.js +1 -1
- package/dist/esm/node_modules/prop-types/node_modules/react-is/index.js +1 -1
- package/dist/esm/src/components/e-commerce/invoice/InvoicePDF.js +1 -1
- package/dist/esm/src/index.js +1 -1
- package/dist/esm/tsconfig.build.tsbuildinfo +1 -1
- package/dist/esm/types/components/e-commerce/invoice/InvoicePDF.d.ts +3 -3
- package/dist/esm/types/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare const InvoicePDF: () => import("react/jsx-runtime").JSX.Element;
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export
|
|
2
|
+
declare function InvoiceDownloadLink(): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
declare function InvoicePDFViewer(): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export { InvoicePDF, InvoicePDFViewer, InvoiceDownloadLink };
|
|
@@ -98,6 +98,7 @@ export { OpoSummaryRow as OpoSummaryRow } from "./components/e-commerce/opo/OpoS
|
|
|
98
98
|
export { PaymentStatusIndicator as PaymentStatusIndicator } from "./components/e-commerce/opo/PaymentStatusIndicator";
|
|
99
99
|
export { InvoiceDownloadLink as InvoiceDownloadLink } from "./components/e-commerce/invoice/InvoicePDF";
|
|
100
100
|
export { InvoicePDFViewer as InvoicePDFViewer } from "./components/e-commerce/invoice/InvoicePDF";
|
|
101
|
+
export { InvoicePDF as InvoicePDF } from "./components/e-commerce/invoice/InvoicePDF";
|
|
101
102
|
export { getCustomerProfile as getCustomerProfile, getSingleOrderByUuid as getSingleOrderByUuid, } from "./data/loaders/e-commerce-loaders";
|
|
102
103
|
export { getAllOpos as getAllOpos } from "./data/loaders/e-commerce/getAllOpos";
|
|
103
104
|
export { getSingleCategory as getSingleCategory } from "./data/loaders/e-commerce/getSingleCategory";
|