randmarcomps 1.581.0 → 1.583.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 +1 -12
- package/dist/randmarcomps.js +17449 -28249
- package/dist/randmarcomps.umd.cjs +134 -147
- package/package.json +1 -2
package/dist/randmarcomps.d.ts
CHANGED
|
@@ -134,10 +134,6 @@ export declare type ApiImageProps = Omit<React_2.ImgHTMLAttributes<HTMLImageElem
|
|
|
134
134
|
alt: string;
|
|
135
135
|
};
|
|
136
136
|
|
|
137
|
-
declare interface ApiKeyContextType {
|
|
138
|
-
apiKey: string | null;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
137
|
/**
|
|
142
138
|
* A responsive, theme-aware area chart component built on Recharts,
|
|
143
139
|
* capable of rendering multiple series on single or dual axes.
|
|
@@ -169,7 +165,7 @@ declare interface AssistantChatProps {
|
|
|
169
165
|
|
|
170
166
|
/**
|
|
171
167
|
* A component that displays an animated AI icon and placeholder text while
|
|
172
|
-
* fetching an insight from the
|
|
168
|
+
* fetching an insight from the Randmar generation API. It can be displayed with or without
|
|
173
169
|
* a surrounding card style.
|
|
174
170
|
*/
|
|
175
171
|
export declare function AssistantInsight({ applicationId, prompt, smartAndSlow, thinkingPlaceholderText, withCard, }: AssistantInsightProps): JSX.Element;
|
|
@@ -561,11 +557,6 @@ export declare const formatNumber: (value: number, options?: Intl.NumberFormatOp
|
|
|
561
557
|
*/
|
|
562
558
|
export declare const formatYYYYMMDDIntToDateString: (dateInt?: number | null) => string;
|
|
563
559
|
|
|
564
|
-
export declare const GeminiApiKeyProvider: ({ apiKey, children, }: {
|
|
565
|
-
apiKey?: string | null;
|
|
566
|
-
children: ReactNode;
|
|
567
|
-
}) => JSX.Element;
|
|
568
|
-
|
|
569
560
|
export declare function GeneralDocumentCard({ document, loading }: GeneralDocumentCardProps): JSX.Element;
|
|
570
561
|
|
|
571
562
|
export declare interface GeneralDocumentCardProps {
|
|
@@ -1274,8 +1265,6 @@ export declare function useApiOrigin(): string;
|
|
|
1274
1265
|
|
|
1275
1266
|
export declare const useChat: () => ChatContextType;
|
|
1276
1267
|
|
|
1277
|
-
export declare const useGeminiApiKey: () => ApiKeyContextType;
|
|
1278
|
-
|
|
1279
1268
|
export declare function useIsMobile(): boolean;
|
|
1280
1269
|
|
|
1281
1270
|
export declare function useRandmarApiConfig(): RandmarApiConfig;
|