randmarcomps 1.503.0 → 1.504.0
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/randmarcomps.d.ts +2 -2
- package/dist/randmarcomps.js +1567 -1545
- package/dist/randmarcomps.umd.cjs +39 -39
- package/package.json +1 -1
package/dist/randmarcomps.d.ts
CHANGED
|
@@ -32,7 +32,7 @@ import { ReactNode } from 'react';
|
|
|
32
32
|
import { RefAttributes } from 'react';
|
|
33
33
|
import { Requisition } from 'randmar-api-client';
|
|
34
34
|
import { Reseller } from 'randmar-api-client';
|
|
35
|
-
import {
|
|
35
|
+
import { ReturnOld } from 'randmar-api-client';
|
|
36
36
|
import { SalesData } from 'randmar-api-client';
|
|
37
37
|
import { SalesStatistic } from 'randmar-api-client';
|
|
38
38
|
import * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area';
|
|
@@ -844,7 +844,7 @@ export declare function ReturnsTable({ applicationId, returns, loading }: Return
|
|
|
844
844
|
|
|
845
845
|
declare interface ReturnsTableProps {
|
|
846
846
|
applicationId: string;
|
|
847
|
-
returns?:
|
|
847
|
+
returns?: ReturnOld[] | null;
|
|
848
848
|
loading?: boolean;
|
|
849
849
|
}
|
|
850
850
|
|