@omnia/fx 8.0.557-dev → 8.0.558-dev
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/app/management/api/AppManagementApi.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/shared-mobile/UseIcon.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
- package/package.json +2 -2
@@ -30,6 +30,7 @@ export declare class AppManagementInstanceApi implements IAppManagementInstanceA
|
|
30
30
|
headerVisibility: Ref<boolean, boolean>;
|
31
31
|
uxColColsRef: Ref<number, number>;
|
32
32
|
icons: {
|
33
|
+
faBrandsIcon: <T extends string>(name: T extends `${string} ${string}` ? never : T) => import("@omnia/fx-models").FontAwesomeIcon;
|
33
34
|
faIcon: <T extends string>(name: T extends `${string} ${string}` ? never : T) => import("@omnia/fx-models").FontAwesomeIcon;
|
34
35
|
mdIcon: (name: string) => import("@omnia/fx-models").MaterialIcon;
|
35
36
|
flagIcon: (name: string) => import("@omnia/fx-models").FlagIcon;
|
@@ -5,6 +5,7 @@ type UseIconProvider = {
|
|
5
5
|
};
|
6
6
|
export declare function useIconClass(icon: IIcon): any;
|
7
7
|
export declare function useIcons(): {
|
8
|
+
faBrandsIcon: <T extends string>(name: T extends `${string} ${string}` ? never : T) => FontAwesomeIcon;
|
8
9
|
faIcon: <T extends string>(name: T extends `${string} ${string}` ? never : T) => FontAwesomeIcon;
|
9
10
|
mdIcon: (name: string) => MaterialIcon;
|
10
11
|
flagIcon: (name: string) => FlagIcon;
|
@@ -51,6 +51,7 @@ export declare class VersionedLayoutDefinitionEditorItem implements IEditorItem
|
|
51
51
|
private isDefaultLayout;
|
52
52
|
private _defaultLayoutEditorTabApiReadyCallBack;
|
53
53
|
icons: {
|
54
|
+
faBrandsIcon: <T extends string>(name: T extends `${string} ${string}` ? never : T) => import("@omnia/fx-models").FontAwesomeIcon;
|
54
55
|
faIcon: <T extends string>(name: T extends `${string} ${string}` ? never : T) => import("@omnia/fx-models").FontAwesomeIcon;
|
55
56
|
mdIcon: (name: string) => import("@omnia/fx-models").MaterialIcon;
|
56
57
|
flagIcon: (name: string) => import("@omnia/fx-models").FlagIcon;
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/fx",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "8.0.
|
4
|
+
"version": "8.0.558-dev",
|
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": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.558-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|