@omnia/workplace 6.7.8-dev → 6.7.101-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.
@@ -25,4 +25,5 @@ export declare class Topics {
25
25
  static get registerTenantAdminHeaderSettings(): IMessageBusTopicPublishSubscriber<TenantAdminHeaderSettingSection>;
26
26
  static get registerSecretsForm(): IMessageBusTopicPublishSubscriber<SecretRegistrationMsg>;
27
27
  static get registerRichTextEditorExtension(): IMessageBusTopicPublishSubscriber<RichTextEditorExtensionMessage>;
28
+ static get closeWorkspaceMegaMenu(): IMessageBusTopicPublishSubscriber<void>;
28
29
  }
@@ -76,6 +76,7 @@ export interface NotificationPanelCustomColorModel {
76
76
  activeNotificationNumberColor?: string;
77
77
  notificationBackgroundColor?: string;
78
78
  activeNotificationBackgroundColor?: string;
79
+ unreadNotificationColor?: string;
79
80
  tabControlBackgroundColor?: string;
80
81
  sliderColor?: string;
81
82
  followTheming: boolean;
@@ -3,6 +3,8 @@ import { SignOffRequestEnums } from "./SignOffRequestEnum";
3
3
  import { ISignOffRequestResource } from "./SignOffRequestResource";
4
4
  export interface ISignOffRequestUpdatableProperties {
5
5
  status: SignOffRequestEnums.SignOffRequestStatus;
6
+ requestTo?: Array<Identity>;
7
+ reminderEmails?: Array<string>;
6
8
  }
7
9
  export interface SignOffRequest extends ISignOffRequestUpdatableProperties {
8
10
  id: GuidValue;
@@ -1,4 +1,4 @@
1
- import { GuidValue } from "@omnia/fx/models";
1
+ import { GuidValue, Identity } from "@omnia/fx/models";
2
2
  import { SignOffRequest } from "./SignOffRequest";
3
3
  export interface ISignOffRequestResource {
4
4
  /** Whatever resource id that can be served as unique id of your provider resource */
@@ -27,3 +27,7 @@ export interface SignOffRequestResourceData {
27
27
  export interface SignOffRequestResourceDetail extends SignOffRequestResourceData {
28
28
  resource: ISignOffRequestResource;
29
29
  }
30
+ export interface SignOffReminderSetting {
31
+ resourceDetails: Array<SignOffRequestResourceDetail>;
32
+ newUsersInGroup: Array<Identity>;
33
+ }
@@ -22,4 +22,7 @@ export declare class SignOffRequestService {
22
22
  resolveRequestToUsers: (requestTo: Array<Identity>) => Promise<{
23
23
  [groupId: string]: Identity[];
24
24
  }>;
25
+ getCurrentRequestToUsers: (requestIds: Array<GuidValue>) => Promise<{
26
+ [groupId: string]: Identity[];
27
+ }>;
25
28
  }
@@ -45,6 +45,7 @@ export declare class SignOffRequestStore extends Store {
45
45
  ensureSignOffRequestSettings: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: SignOffRequestSettings) => void, (failureReason: any) => void, () => Promise<SignOffRequestSettings>>;
46
46
  updateSignOffRequestSettings: import("@omnia/fx/stores").StoreAction<unknown, (updateSettings: SignOffRequestSettings) => void, (result: SignOffRequestSettings, updateSettings: SignOffRequestSettings) => void, (failureReason: any, updateSettings: SignOffRequestSettings) => void, (updateSettings: SignOffRequestSettings) => Promise<SignOffRequestSettings>>;
47
47
  ensureRequestToUsers: import("@omnia/fx/stores").StoreAction<unknown, (requestTo: Identity[]) => void, (result: Identity[], requestTo: Identity[]) => void, (failureReason: any, requestTo: Identity[]) => void, (requestTo: Array<Identity>) => Promise<Identity[]>>;
48
+ ensureCurrentRequestToUsers: import("@omnia/fx/stores").StoreAction<unknown, (requestId: GuidValue) => void, (result: Identity[], requestId: GuidValue) => void, (failureReason: any, requestId: GuidValue) => void, (requestId: GuidValue) => Promise<Identity[]>>;
48
49
  sendReminderEmail: import("@omnia/fx/stores").StoreAction<unknown, (request: SignOffRequest, resourceDetails: SignOffRequestResourceDetail[]) => void, (result: void, request: SignOffRequest, resourceDetails: SignOffRequestResourceDetail[]) => void, (failureReason: any, request: SignOffRequest, resourceDetails: SignOffRequestResourceDetail[]) => void, (request: SignOffRequest, resourceDetails: Array<SignOffRequestResourceDetail>) => Promise<void>>;
49
50
  };
50
51
  /**
@@ -1,53 +1 @@
1
- {
2
- "omnia-workplace-announcements-settings": [
3
- "settingsKey"
4
- ],
5
- "owpl-announcement-like-comment": [
6
- "visible",
7
- "onClose"
8
- ],
9
- "owpl-quicklink-settings": [
10
- "settingsKey"
11
- ],
12
- "omnia-workplace-np-settings": [
13
- "journey",
14
- "registerBlade",
15
- "currentSettings",
16
- "save",
17
- "componentSettingsChange"
18
- ],
19
- "pan-people-rollup-settings-breakpoint": [
20
- "breakPointId"
21
- ],
22
- "omnia-workplace-quick-search": [
23
- "searchKeyword",
24
- "searchBoxStyling",
25
- "styles",
26
- "onChangeMode",
27
- "onCloseDialog",
28
- "searchConfig"
29
- ],
30
- "omnia-workplace-advanced-search": [
31
- "searchKeyword",
32
- "styles",
33
- "onChangeMode",
34
- "onCloseDialog",
35
- "searchBoxStyling",
36
- "searchConfig",
37
- "selectedSearchCategoryId"
38
- ],
39
- "omnia-workplace-search-header": [
40
- "onClickOutside",
41
- "searchSettings"
42
- ],
43
- "otc-teamsites-editingproperties": [
44
- "onClosed"
45
- ],
46
- "otc-teamcollaborationapps-instance": [
47
- "model",
48
- "useValidator"
49
- ],
50
- "omnia-workplace-yammer-settings": [
51
- "settingsKey"
52
- ]
53
- }
1
+ {"omnia-workplace-announcements-settings":["settingsKey"],"owpl-announcement-like-comment":["visible","onClose"],"owpl-quicklink-settings":["settingsKey"],"omnia-workplace-np-settings":["journey","registerBlade","currentSettings","save","componentSettingsChange"],"pan-people-rollup-settings-breakpoint":["breakPointId"],"omnia-workplace-quick-search":["searchKeyword","searchBoxStyling","styles","onChangeMode","onCloseDialog","searchConfig"],"omnia-workplace-advanced-search":["searchKeyword","styles","onChangeMode","onCloseDialog","searchBoxStyling","searchConfig","selectedSearchCategoryId"],"omnia-workplace-search-header":["onClickOutside","searchSettings"],"otc-teamsites-editingproperties":["onClosed"],"otc-teamcollaborationapps-instance":["model","useValidator"],"omnia-workplace-yammer-settings":["settingsKey"]}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "6.7.8-dev",
4
+ "version": "6.7.101-preview",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"