@omnia/fx 7.8.136-preview → 7.8.139-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/UxModels.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/app/appinstance/view/listing/ListView.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/services/UnsplashImageService.d.ts +3 -0
- package/package.json +2 -2
@@ -1,5 +1,4 @@
|
|
1
1
|
import { IWebComponentInstance } from "@omnia/fx";
|
2
|
-
import { AppInstanceRollupViewPropertySettings, EnterprisePropertyDefinition } from "@omnia/fx-models";
|
3
2
|
import { MediaPickerService } from "../../../../../services";
|
4
3
|
import { DirectionRuleStore } from "../../../../../stores";
|
5
4
|
import { AppInstanceRollupViewBase } from "../BaseView";
|
@@ -12,11 +11,8 @@ export declare class AppInstanceRollupListViewComponent extends AppInstanceRollu
|
|
12
11
|
private skipPaddingRowCells;
|
13
12
|
private paddingForCell;
|
14
13
|
private isRightToLeft;
|
15
|
-
private specialPropertyNames;
|
16
14
|
created(): void;
|
17
15
|
mounted(): void;
|
18
|
-
get columns(): Array<AppInstanceRollupViewPropertySettings>;
|
19
|
-
isValidColumn(col: AppInstanceRollupViewPropertySettings): EnterprisePropertyDefinition;
|
20
16
|
private init;
|
21
17
|
private registerStickyHeader;
|
22
18
|
private initSpacingAndPadding;
|
@@ -34,6 +34,7 @@ export declare class StepperSectionDesigner extends VueComponentBase<StepperSect
|
|
34
34
|
private getCustomAnchorName;
|
35
35
|
private silentNavigateIfNeeded;
|
36
36
|
private renderStepLabel;
|
37
|
+
private getSpfxPath;
|
37
38
|
private getAnchorName;
|
38
39
|
get items(): SectionItem<SteppedSectionItemSettings>[];
|
39
40
|
private get inLayoutDesignMode();
|
@@ -1,6 +1,9 @@
|
|
1
|
+
import { UnsplashAuthenticationInfo } from "../../../../models";
|
1
2
|
import { UnsplashResponse } from "../models/UnsplashImage";
|
2
3
|
export declare class UnsplashImageService {
|
3
4
|
private commonHttpClient;
|
5
|
+
private omniaHttpClient;
|
4
6
|
search: (searchText: string, offset: number, limit: number, clientId: any, page: any) => Promise<UnsplashResponse>;
|
5
7
|
private getImages;
|
8
|
+
getAuthenticationInfo: () => Promise<UnsplashAuthenticationInfo>;
|
6
9
|
}
|
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.139-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.139-preview",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|