umwd-components 0.1.754 → 0.1.756
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.
|
@@ -1,2 +1 @@
|
|
|
1
|
-
declare function getSalesData(year: number): Promise<any>;
|
|
2
|
-
export { getSalesData };
|
|
1
|
+
export declare function getSalesData(year: number): Promise<any>;
|
|
@@ -242,3 +242,5 @@ export { IroStatusIndicator } from "./components/e-commerce/iro/IroStatusIndicat
|
|
|
242
242
|
export { default as ManageIROForm } from "./components/e-commerce/iro/ManageIROForm";
|
|
243
243
|
export { default as TextualIROItemUpdater } from "./components/e-commerce/iro/TextualIROItemUpdater";
|
|
244
244
|
export { default as TextualManageIroForm } from "./components/e-commerce/iro/TextualManageIROForm";
|
|
245
|
+
export { default as SalesChart } from "./components/e-commerce/charts/SalesChart";
|
|
246
|
+
export { getSalesData as getSalesData } from "./data/loaders/e-commerce/charts/getSalesData";
|