@omnia/fx 7.8.106-preview → 7.8.108-preview
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/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/UnsplashProvider.d.ts
CHANGED
|
@@ -13,13 +13,16 @@ export declare class UnsplashProviderComponent extends GridViewMediaProviderComp
|
|
|
13
13
|
setEmptyResultHandler(): void;
|
|
14
14
|
unsplashImageService: UnsplashImageService;
|
|
15
15
|
omniaTheming: OmniaTheming;
|
|
16
|
+
private secretsService;
|
|
16
17
|
unsplashLoc: UnsplashProviderLocalization.locInterface;
|
|
17
18
|
private unsplashProviderStyles;
|
|
18
19
|
private searchKeyword;
|
|
19
20
|
private hasSearchResult;
|
|
21
|
+
private clientId;
|
|
20
22
|
constructor();
|
|
21
23
|
created(): void;
|
|
22
24
|
mounted(): void;
|
|
25
|
+
private getUnplashProviderSecret;
|
|
23
26
|
private renderUnsplashLink;
|
|
24
27
|
private renderImageDetail;
|
|
25
28
|
render(): VueTsxSupport.JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { UnsplashImage } from "../models/UnsplashImage";
|
|
2
2
|
export declare class UnsplashImageService {
|
|
3
3
|
private commonHttpClient;
|
|
4
|
-
search: (searchText: string, offset
|
|
4
|
+
search: (searchText: string, offset: number, limit: number, clientId: any) => Promise<Array<UnsplashImage>>;
|
|
5
5
|
private getImages;
|
|
6
6
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@omnia/fx",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "7.8.
|
|
4
|
+
"version": "7.8.108-preview",
|
|
5
5
|
"description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
],
|
|
21
21
|
"author": "Omnia Digital Workplace AB",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@omnia/fx-models": "7.8.
|
|
23
|
+
"@omnia/fx-models": "7.8.108-preview",
|
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
|
25
25
|
"broadcast-channel": "4.8.0",
|
|
26
26
|
"dayjs": "1.10.7",
|