@xh/hoist 73.0.0-SNAPSHOT.1739485560030 → 73.0.0-SNAPSHOT.1740095960088
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.
|
@@ -44,7 +44,7 @@ export class RoleDetailsModel extends HoistModel {
|
|
|
44
44
|
);
|
|
45
45
|
|
|
46
46
|
this.setTabTitle('users', 'Users', role?.effectiveUsers);
|
|
47
|
-
this.setTabTitle('directories', '
|
|
47
|
+
this.setTabTitle('directories', 'Dir. Groups', role?.effectiveDirectoryGroups);
|
|
48
48
|
this.setTabTitle('effectiveRoles', 'Granted To', role?.effectiveRoles);
|
|
49
49
|
this.setTabTitle('inheritedRoles', 'Inheriting From', role?.inheritedRoles);
|
|
50
50
|
},
|
|
@@ -77,6 +77,7 @@ export class RoleDetailsModel extends HoistModel {
|
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
79
|
id: 'directories',
|
|
80
|
+
title: 'Dir. Groups',
|
|
80
81
|
omit: !this.roleModel.moduleConfig.directoryGroupsSupported,
|
|
81
82
|
content: directoryMembers
|
|
82
83
|
},
|
package/build/types/core/XH.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ import { ToastModel } from '../appcontainer/ToastModel';
|
|
|
11
11
|
import '../styles/XH.scss';
|
|
12
12
|
import { AppSpec, AppState, AppSuspendData, BannerSpec, ExceptionHandler, ExceptionHandlerOptions, HoistAppModel, HoistException, HoistService, HoistServiceClass, HoistUser, MessageSpec, PageState, PlainObject, SizingMode, TaskObserver, Theme, ToastSpec, TrackOptions } from './';
|
|
13
13
|
import { HoistModel, ModelSelector, RefreshContextModel } from './model';
|
|
14
|
-
export declare const MIN_HOIST_CORE_VERSION = "
|
|
14
|
+
export declare const MIN_HOIST_CORE_VERSION = "28.0";
|
|
15
15
|
/**
|
|
16
16
|
* Top-level Singleton model for Hoist. This is the main entry point for the API.
|
|
17
17
|
*
|
package/core/XH.ts
CHANGED
|
@@ -64,7 +64,7 @@ import {installServicesAsync} from './impl/InstallServices';
|
|
|
64
64
|
import {instanceManager} from './impl/InstanceManager';
|
|
65
65
|
import {HoistModel, ModelSelector, RefreshContextModel} from './model';
|
|
66
66
|
|
|
67
|
-
export const MIN_HOIST_CORE_VERSION = '
|
|
67
|
+
export const MIN_HOIST_CORE_VERSION = '28.0';
|
|
68
68
|
|
|
69
69
|
declare const xhAppCode: string;
|
|
70
70
|
declare const xhAppName: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "73.0.0-SNAPSHOT.
|
|
3
|
+
"version": "73.0.0-SNAPSHOT.1740095960088",
|
|
4
4
|
"description": "Hoist add-on for building and deploying React Applications.",
|
|
5
5
|
"repository": "github:xh/hoist-react",
|
|
6
6
|
"homepage": "https://xh.io",
|