randmarcomps 1.586.0 → 1.588.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 -1
- package/dist/randmarcomps.js +1231 -1222
- package/dist/randmarcomps.umd.cjs +49 -49
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/randmarcomps.d.ts
CHANGED
|
@@ -604,6 +604,7 @@ declare interface IProps_2 {
|
|
|
604
604
|
isSuperAdmin: boolean;
|
|
605
605
|
reseller?: Reseller;
|
|
606
606
|
withoutReports?: boolean;
|
|
607
|
+
loadFullAfterSummary?: boolean;
|
|
607
608
|
}
|
|
608
609
|
|
|
609
610
|
export declare function Label({ className, ...props }: React_2.ComponentProps<typeof LabelPrimitive.Root>): JSX.Element;
|
|
@@ -860,7 +861,7 @@ export declare interface ResellerCardProps {
|
|
|
860
861
|
loading?: boolean;
|
|
861
862
|
}
|
|
862
863
|
|
|
863
|
-
export declare function ResellerOverview({ appID, reseller, readonly, userEmail, isSuperAdmin, withoutReports }: IProps_2): JSX.Element;
|
|
864
|
+
export declare function ResellerOverview({ appID, reseller, readonly, userEmail, isSuperAdmin, withoutReports, loadFullAfterSummary, }: IProps_2): JSX.Element;
|
|
864
865
|
|
|
865
866
|
export declare function ResellerQualificationsCard({ qualifications, loading }: ResellerQualificationsCardProps): JSX.Element;
|
|
866
867
|
|