@omnia/workplace 6.6.17-dev → 6.6.100-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.
Files changed (58) hide show
  1. package/internal-do-not-import-from-here/apis/ScopedPermissionApi.d.ts +20 -0
  2. package/internal-do-not-import-from-here/apis/index.d.ts +1 -0
  3. package/internal-do-not-import-from-here/core/messaging/InternalWorkplaceTopics.d.ts +0 -3
  4. package/internal-do-not-import-from-here/core/messaging/WorkplaceTopics.d.ts +0 -7
  5. package/internal-do-not-import-from-here/core/utils/Utils.d.ts +2 -0
  6. package/internal-do-not-import-from-here/manifests/omnia.workplace.fx.manifest.json +1 -1
  7. package/internal-do-not-import-from-here/models/Constants.d.ts +13 -31
  8. package/internal-do-not-import-from-here/models/Constants.js +20 -45
  9. package/internal-do-not-import-from-here/models/ManifestIds.d.ts +20 -31
  10. package/internal-do-not-import-from-here/models/ManifestIds.js +40 -95
  11. package/internal-do-not-import-from-here/models/ScopedPermissionRegistraion.d.ts +5 -0
  12. package/internal-do-not-import-from-here/{core/loc/powerappLocalize.manifest.d.ts → models/ScopedPermissionRegistraion.js} +0 -0
  13. package/internal-do-not-import-from-here/models/SearchAdminSettingsSection.d.ts +0 -3
  14. package/internal-do-not-import-from-here/models/{ProfileWorkplace.d.ts → Workspace.d.ts} +29 -29
  15. package/internal-do-not-import-from-here/models/{ProfileWorkplace.js → Workspace.js} +43 -43
  16. package/internal-do-not-import-from-here/models/apps/Enums.d.ts +0 -5
  17. package/internal-do-not-import-from-here/models/apps/Enums.js +0 -6
  18. package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplateProperties.d.ts +0 -1
  19. package/internal-do-not-import-from-here/models/forms/Form.d.ts +9 -1
  20. package/internal-do-not-import-from-here/models/forms/Form.js +17 -0
  21. package/internal-do-not-import-from-here/models/index.d.ts +2 -4
  22. package/internal-do-not-import-from-here/models/index.js +2 -4
  23. package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.d.ts +0 -14
  24. package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.js +0 -26
  25. package/internal-do-not-import-from-here/models/styles/MyLinkStyles.d.ts +1 -1
  26. package/internal-do-not-import-from-here/models/styles/NotificationPanelStyles.d.ts +1 -0
  27. package/internal-do-not-import-from-here/models/styles/SearchStyles.d.ts +2 -2
  28. package/internal-do-not-import-from-here/models/styles/SearchStyles.js +0 -1
  29. package/internal-do-not-import-from-here/models/styles/UserMenuStyles.d.ts +1 -0
  30. package/internal-do-not-import-from-here/models/styles/index.d.ts +0 -1
  31. package/internal-do-not-import-from-here/models/styles/index.js +0 -1
  32. package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationSettings.d.ts +0 -1
  33. package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationStyles.d.ts +1 -0
  34. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.d.ts +0 -2
  35. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.js +1 -1
  36. package/internal-do-not-import-from-here/services/SignOffRequestService.d.ts +1 -2
  37. package/internal-do-not-import-from-here/services/index.d.ts +0 -1
  38. package/internal-do-not-import-from-here/stores/index.d.ts +0 -1
  39. package/package.json +1 -1
  40. package/internal-do-not-import-from-here/core/loc/powerappLocalize.d.ts +0 -24
  41. package/internal-do-not-import-from-here/models/IAdminComponent.d.ts +0 -5
  42. package/internal-do-not-import-from-here/models/IAdminComponent.js +0 -1
  43. package/internal-do-not-import-from-here/models/powerapp/PowerAppBlock.d.ts +0 -18
  44. package/internal-do-not-import-from-here/models/powerapp/PowerAppBlock.js +0 -1
  45. package/internal-do-not-import-from-here/models/powerapp/PowerAppBlockStyles.d.ts +0 -0
  46. package/internal-do-not-import-from-here/models/powerapp/PowerAppBlockStyles.js +0 -0
  47. package/internal-do-not-import-from-here/models/powerapp/PowerAppSettings.d.ts +0 -3
  48. package/internal-do-not-import-from-here/models/powerapp/PowerAppSettings.js +0 -1
  49. package/internal-do-not-import-from-here/models/powerapp/index.d.ts +0 -2
  50. package/internal-do-not-import-from-here/models/powerapp/index.js +0 -2
  51. package/internal-do-not-import-from-here/models/promotedsearchresults/PromotedSearchResult.d.ts +0 -21
  52. package/internal-do-not-import-from-here/models/promotedsearchresults/PromotedSearchResult.js +0 -6
  53. package/internal-do-not-import-from-here/models/promotedsearchresults/index.d.ts +0 -1
  54. package/internal-do-not-import-from-here/models/promotedsearchresults/index.js +0 -1
  55. package/internal-do-not-import-from-here/models/styles/DocumentDirectionSettingsStyles.d.ts +0 -4
  56. package/internal-do-not-import-from-here/models/styles/DocumentDirectionSettingsStyles.js +0 -1
  57. package/internal-do-not-import-from-here/services/PromotedSearchResultService.d.ts +0 -10
  58. package/internal-do-not-import-from-here/stores/PromotedSearchResultStore.d.ts +0 -30
@@ -2,7 +2,7 @@
2
2
  import "./WorkplaceApi";
3
3
  export * from "./signoffrequest";
4
4
  export * from "./forms";
5
- export * from "./ProfileWorkplace";
5
+ export * from "./Workspace";
6
6
  export * from './RegisterActionMenuItemMsg';
7
7
  export * from './ActionMenuExportationMsg';
8
8
  export * from './SearchTemplateRendererMsg';
@@ -58,6 +58,4 @@ export * from "./TaxonomyNavigation";
58
58
  export * from "./yammer";
59
59
  export * from "./SharedLink";
60
60
  export * from "./SearchProvider";
61
- export * from "./powerapp";
62
- export * from "./IAdminComponent";
63
- export * from "./promotedsearchresults";
61
+ export * from "./ScopedPermissionRegistraion";
@@ -2,15 +2,6 @@ import { MediaPickerStorageProviderContext, GuidValue } from '@omnia/fx-models';
2
2
  declare abstract class MediaPickerProviderStorageWorkplaceContext extends MediaPickerStorageProviderContext {
3
3
  readonly omniaServiceId: GuidValue;
4
4
  }
5
- export declare class MediaPickerStorageProviderWorkplaceFaviconContext extends MediaPickerProviderStorageWorkplaceContext {
6
- businessProfileId?: GuidValue;
7
- readonly storageProviderContextId: GuidValue;
8
- /**
9
- *
10
- * @param businessProfileId Null for tenant level
11
- */
12
- constructor(businessProfileId?: GuidValue);
13
- }
14
5
  export declare class MediaPickerStorageProviderWorkplaceLogoContext extends MediaPickerProviderStorageWorkplaceContext {
15
6
  readonly storageProviderContextId: GuidValue;
16
7
  readonly businessProfileId?: GuidValue;
@@ -30,9 +21,4 @@ export declare class MediaPickerStorageProviderWorkplaceFormContext extends Medi
30
21
  readonly formId: number;
31
22
  constructor(formId: number);
32
23
  }
33
- export declare class MediaPickerStorageProviderWorkplacePromotedSearchResultContext extends MediaPickerProviderStorageWorkplaceContext {
34
- readonly storageProviderContextId: GuidValue;
35
- readonly businessProfileId: GuidValue;
36
- constructor(businessProfileId: GuidValue);
37
- }
38
24
  export {};
@@ -10,21 +10,6 @@ var MediaPickerProviderStorageWorkplaceContext = /** @class */ (function (_super
10
10
  }
11
11
  return MediaPickerProviderStorageWorkplaceContext;
12
12
  }(MediaPickerStorageProviderContext));
13
- var MediaPickerStorageProviderWorkplaceFaviconContext = /** @class */ (function (_super) {
14
- __extends(MediaPickerStorageProviderWorkplaceFaviconContext, _super);
15
- /**
16
- *
17
- * @param businessProfileId Null for tenant level
18
- */
19
- function MediaPickerStorageProviderWorkplaceFaviconContext(businessProfileId) {
20
- var _this = _super.call(this) || this;
21
- _this.businessProfileId = businessProfileId;
22
- _this.storageProviderContextId = new Guid("800babf8-d070-4b76-92bd-f5db6c5894b3");
23
- return _this;
24
- }
25
- return MediaPickerStorageProviderWorkplaceFaviconContext;
26
- }(MediaPickerProviderStorageWorkplaceContext));
27
- export { MediaPickerStorageProviderWorkplaceFaviconContext };
28
13
  var MediaPickerStorageProviderWorkplaceLogoContext = /** @class */ (function (_super) {
29
14
  __extends(MediaPickerStorageProviderWorkplaceLogoContext, _super);
30
15
  /**
@@ -62,14 +47,3 @@ var MediaPickerStorageProviderWorkplaceFormContext = /** @class */ (function (_s
62
47
  return MediaPickerStorageProviderWorkplaceFormContext;
63
48
  }(MediaPickerProviderStorageWorkplaceContext));
64
49
  export { MediaPickerStorageProviderWorkplaceFormContext };
65
- var MediaPickerStorageProviderWorkplacePromotedSearchResultContext = /** @class */ (function (_super) {
66
- __extends(MediaPickerStorageProviderWorkplacePromotedSearchResultContext, _super);
67
- function MediaPickerStorageProviderWorkplacePromotedSearchResultContext(businessProfileId) {
68
- var _this = _super.call(this) || this;
69
- _this.storageProviderContextId = new Guid("97baf05e-0d3e-4248-84c7-fe949261f7db");
70
- _this.businessProfileId = businessProfileId;
71
- return _this;
72
- }
73
- return MediaPickerStorageProviderWorkplacePromotedSearchResultContext;
74
- }(MediaPickerProviderStorageWorkplaceContext));
75
- export { MediaPickerStorageProviderWorkplacePromotedSearchResultContext };
@@ -6,7 +6,7 @@ export declare const MyLinksStyles: {
6
6
  layout?: types.NestedCSSProperties;
7
7
  linkItem?: (theming: Theming) => types.NestedCSSProperties;
8
8
  progress?: types.NestedCSSProperties;
9
- linkListHolder?: types.NestedCSSProperties;
9
+ linkListHolder?: (dialogFitInOmniaBody: boolean) => types.NestedCSSProperties;
10
10
  backgroundColor?: (bgrColor: any) => types.NestedCSSProperties;
11
11
  contentHeight?: (isDialog: boolean, marginTop: number) => types.NestedCSSProperties;
12
12
  linkIcon?: types.NestedCSSProperties;
@@ -18,4 +18,5 @@ export declare const NotificationPanelStyles: {
18
18
  createTabItemMediaQuery?: () => types.MediaQuery;
19
19
  centerText?: types.NestedCSSProperties;
20
20
  verticalSliderStyle?: (sliderColor: string) => types.NestedCSSProperties;
21
+ wrapper?: (backgroundColor: string) => types.NestedCSSProperties;
21
22
  };
@@ -10,7 +10,7 @@ declare type SearchRule = {
10
10
  resultRow?: (theme: OmniaTheming) => types.NestedCSSProperties;
11
11
  dialogContainer?: types.NestedCSSProperties;
12
12
  dialogHeader?: (theme: OmniaTheming) => types.NestedCSSProperties;
13
- dialogBody?: (dialogMode: boolean, dropdownResultMode: boolean, hideFooter: boolean) => types.NestedCSSProperties;
13
+ dialogBody?: (dialogMode: boolean, dropdownResultMode: boolean, hideFooter: boolean, dialogFitInOmniaBody?: boolean) => types.NestedCSSProperties;
14
14
  dialogFooter?: (isHaveKeyWork: boolean) => types.NestedCSSProperties;
15
15
  closeBtn?: types.NestedCSSProperties;
16
16
  linkSeeMore?: types.NestedCSSProperties;
@@ -36,8 +36,8 @@ export declare const SearchAdminStyles: {
36
36
  refinersTableLimitHeader?: types.NestedCSSProperties;
37
37
  refinersTableActionsHeader?: types.NestedCSSProperties;
38
38
  inputLabel?: types.NestedCSSProperties;
39
+ enterprisePropertyPosition?: types.NestedCSSProperties;
39
40
  };
40
- export declare const SearchStyles: SearchRule;
41
41
  export declare const QuickSearchStyles: SearchRule;
42
42
  export declare const AdvancedSearchStyles: {
43
43
  container?: (isDialogMode?: boolean) => types.NestedCSSProperties;
@@ -1,5 +1,4 @@
1
1
  export var SearchAdminStyles = {};
2
- export var SearchStyles = {};
3
2
  export var QuickSearchStyles = {};
4
3
  export var AdvancedSearchStyles = {};
5
4
  export var SearchBlockStyles = {};
@@ -11,4 +11,5 @@ export declare const UserMenuStyles: {
11
11
  dialogCustomMenuWrapper?: (theming: OmniaTheming) => types.NestedCSSProperties;
12
12
  navigationDrawer?: types.NestedCSSProperties;
13
13
  titleWrapper?: types.NestedCSSProperties;
14
+ buttonProfileMenuItem?: types.NestedCSSProperties;
14
15
  };
@@ -23,5 +23,4 @@ export * from "./TaxonomyNavigationStyles";
23
23
  export * from "./MegaMenuStyles";
24
24
  export * from "./WorkplaceActionMenuStyles";
25
25
  export * from "./WorkplaceHomeStyles";
26
- export * from "./DocumentDirectionSettingsStyles";
27
26
  export * from "./WorkplaceSharedStyles";
@@ -23,5 +23,4 @@ export * from "./TaxonomyNavigationStyles";
23
23
  export * from "./MegaMenuStyles";
24
24
  export * from "./WorkplaceActionMenuStyles";
25
25
  export * from "./WorkplaceHomeStyles";
26
- export * from "./DocumentDirectionSettingsStyles";
27
26
  export * from "./WorkplaceSharedStyles";
@@ -21,5 +21,4 @@ export interface TeamworkNavigationTab {
21
21
  }
22
22
  export interface CreateAppDialogSettings extends TeamCollaborationNavigationWithCreateTeamworkSettings {
23
23
  dialogPosition: DialogPositions;
24
- isCreateAppDialog: boolean;
25
24
  }
@@ -9,6 +9,7 @@ export declare const TeamworkNavigationStyles: {
9
9
  listItemsWapper?: (otherElementHeight: number) => types.NestedCSSProperties;
10
10
  tabSlide?: types.NestedCSSProperties;
11
11
  dialogCenterStyles?: types.NestedCSSProperties;
12
+ dialogBodyWrapper?: types.NestedCSSProperties;
12
13
  };
13
14
  export declare const TeamworkNavigationSettingStyles: {
14
15
  tabLine?: (firstLine: boolean) => types.NestedCSSProperties;
@@ -1,6 +1,5 @@
1
1
  import { SpacingSettings, GuidValue, RollupFilter, RollupEnums, RollupSetting, PersonPropFilterValue, BooleanPropFilterValue, TextPropFilterValue, TaxonomyPropFilterValue, DatePropFilterValue, TexSearchestPropFilterValue, MultilingualString } from '@omnia/fx-models';
2
2
  import { TeamCollaborationRollupScopeTypes } from '.';
3
- import { AppEnums } from '../apps';
4
3
  export declare const TeamCollaborationConstants: {
5
4
  readonly teamTitleAndLink: string;
6
5
  readonly searchBoxInternalName: string;
@@ -18,7 +17,6 @@ export interface TeamCollaborationRollupResultItem {
18
17
  followError?: boolean;
19
18
  unfollowError?: boolean;
20
19
  templateIcon?: any;
21
- defaultResourceUrlType?: AppEnums.ResourceUrlType;
22
20
  }
23
21
  export interface TeamCollaborationResult {
24
22
  total: number;
@@ -6,7 +6,7 @@ export var TeamCollaborationConstants = {
6
6
  get OPMProcessPropertyId() {
7
7
  return "7491ec1a-9cf5-4c49-b102-2f84f89795eb";
8
8
  },
9
- get appInstanceDescription() { return "appinstance_description"; }
9
+ get appInstanceDescription() { return "946d3604-c98d-426b-acd4-7ff907e6cf94"; }
10
10
  };
11
11
  export var TeamCollaborationRollupEnums;
12
12
  (function (TeamCollaborationRollupEnums) {
@@ -17,8 +17,7 @@ export declare class SignOffRequestService {
17
17
  sendCloseEmail: (request: SignOffRequest, resourceDetails: Array<SignOffRequestResourceDetail>) => Promise<void>;
18
18
  sendReopenEmail: (request: SignOffRequest, resourceDetails: Array<SignOffRequestResourceDetail>) => Promise<void>;
19
19
  sendCompletedEmail: (unconfirmedSignOffRequestResource: UnconfirmedSignOffRequestResource) => void;
20
- closeRequest: (signOffRequestId: GuidValue) => Promise<SignOffRequest>;
21
- downloadReport: (request: SignOffRequest, showUserNameInReport: boolean) => Promise<void>;
20
+ downloadReport: (request: SignOffRequest) => Promise<void>;
22
21
  resolveRequestToUsers: (requestTo: Array<Identity>) => Promise<{
23
22
  [groupId: string]: Identity[];
24
23
  }>;
@@ -5,4 +5,3 @@ export * from "./FormService";
5
5
  export * from "./AppAuthenticationOptionsService";
6
6
  export * from "./SignOffRequestService";
7
7
  export * from "./HomeService";
8
- export * from "./PromotedSearchResultService";
@@ -7,4 +7,3 @@ export * from "./TeamCollaborationStore";
7
7
  export * from "./CurrentFormStore";
8
8
  export * from "./FormStore";
9
9
  export * from "./SignOffRequestStore";
10
- export * from "./PromotedSearchResultStore";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "6.6.17-dev",
4
+ "version": "6.6.100-preview",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -1,24 +0,0 @@
1
- export declare module PowerAppLocalization {
2
- const namespace = "OmniaWorkplace.PowerApp";
3
- interface locInterface {
4
- PowerApp: string;
5
- Admin: {
6
- AppFinderUrl: string;
7
- };
8
- PowerAppBlock: {
9
- BlockTitle: string;
10
- BlockDescription: string;
11
- Settings: {
12
- App: string;
13
- ThemeParameterKeys: string;
14
- Display: string;
15
- DisplaySettings: {
16
- Auto: string;
17
- CustomRatio: string;
18
- Height: string;
19
- };
20
- FindApp: string;
21
- };
22
- };
23
- }
24
- }
@@ -1,5 +0,0 @@
1
- import { AdminNavigationBuiltInCategory, JourneyInstance } from "@omnia/fx/models";
2
- export interface IAdminComponent {
3
- category: AdminNavigationBuiltInCategory;
4
- getJourney: () => JourneyInstance;
5
- }
@@ -1,18 +0,0 @@
1
- import { MultilingualString } from "@omnia/fx/models";
2
- export interface PowerAppBlockSettings {
3
- title: MultilingualString;
4
- powerAppUrl: string;
5
- sizeSettings: PowerAppBlockSizeSettings;
6
- themeParamKeys: PowerAppBlockThemeParamKeys;
7
- }
8
- export interface PowerAppBlockSizeSettings {
9
- auto: boolean;
10
- height: number;
11
- x: number;
12
- y: number;
13
- }
14
- export interface PowerAppBlockThemeParamKeys {
15
- backgroundColor: string;
16
- foregroundColor: string;
17
- textColor: string;
18
- }
@@ -1,3 +0,0 @@
1
- export interface PowerAppSettings {
2
- appFinderUrl: string;
3
- }
@@ -1,2 +0,0 @@
1
- export * from './PowerAppBlock';
2
- export * from './PowerAppSettings';
@@ -1,2 +0,0 @@
1
- export * from './PowerAppBlock';
2
- export * from './PowerAppSettings';
@@ -1,21 +0,0 @@
1
- import { GuidValue, MediaPickerImage, MultilingualString, TargetingFilterData } from "@omnia/fx/models";
2
- export declare enum PromotedSearchResultStatus {
3
- OnHold = 0,
4
- Active = 1
5
- }
6
- export interface PromotedSearchResult {
7
- id: number;
8
- businessProfileId: GuidValue;
9
- data: PromotedSearchResultData;
10
- }
11
- export interface PromotedSearchResultData {
12
- start?: string;
13
- end?: string;
14
- title: MultilingualString;
15
- description: MultilingualString;
16
- image: MediaPickerImage;
17
- url: string;
18
- keywords: string[];
19
- targeting: TargetingFilterData;
20
- status: PromotedSearchResultStatus;
21
- }
@@ -1,6 +0,0 @@
1
- export var PromotedSearchResultStatus;
2
- (function (PromotedSearchResultStatus) {
3
- PromotedSearchResultStatus[PromotedSearchResultStatus["OnHold"] = 0] = "OnHold";
4
- PromotedSearchResultStatus[PromotedSearchResultStatus["Active"] = 1] = "Active";
5
- //Pending - This may be used in future for suggestion item
6
- })(PromotedSearchResultStatus || (PromotedSearchResultStatus = {}));
@@ -1 +0,0 @@
1
- export * from "./PromotedSearchResult";
@@ -1 +0,0 @@
1
- export * from "./PromotedSearchResult";
@@ -1,4 +0,0 @@
1
- import { types } from 'typestyle';
2
- export declare const DocumentDirectionSettingsStyles: {
3
- documentDirectionTitle: types.NestedCSSProperties;
4
- };
@@ -1 +0,0 @@
1
- export var DocumentDirectionSettingsStyles = {};
@@ -1,10 +0,0 @@
1
- import { GuidValue } from '@omnia/fx-models';
2
- import { PromotedSearchResult, PromotedSearchResultData } from '../../fx/models';
3
- export declare class PromotedSearchResultService {
4
- private httpClient;
5
- private readonly baseUrl;
6
- add: (profileId: GuidValue, data: PromotedSearchResultData) => Promise<PromotedSearchResult>;
7
- update: (item: PromotedSearchResult) => Promise<PromotedSearchResult>;
8
- getAll: (profileId: GuidValue, filterActiveOnly?: boolean) => Promise<PromotedSearchResult[]>;
9
- delete: (item: PromotedSearchResult) => Promise<void>;
10
- }
@@ -1,30 +0,0 @@
1
- import { GuidValue } from '@omnia/fx-models';
2
- import { Store } from '@omnia/fx/stores';
3
- import { PromotedSearchResult, PromotedSearchResultData } from '../models';
4
- export declare class PromotedSearchResultStore extends Store {
5
- private internal;
6
- private promotedSearchResultService;
7
- private userTargetingStore;
8
- private multilingualStore;
9
- getters: {
10
- all: (profileId: GuidValue) => PromotedSearchResult[];
11
- search: (text: string, profileId: GuidValue) => PromotedSearchResult[];
12
- };
13
- mutations: {
14
- addOrUpdate: import("@omnia/fx/stores").StoreMutation<(...items: PromotedSearchResult[]) => void, (...args: PromotedSearchResult[]) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
15
- remove: import("@omnia/fx/stores").StoreMutation<(item: PromotedSearchResult) => void, (item: PromotedSearchResult) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
16
- };
17
- actions: {
18
- ensureLoad: import("@omnia/fx/stores").StoreAction<unknown, (profileId: GuidValue, filterOnlyActive?: boolean) => void, (result: void, profileId: GuidValue, filterOnlyActive?: boolean) => void, (failureReason: any, profileId: GuidValue, filterOnlyActive?: boolean) => void, (profileId: GuidValue, filterOnlyActive?: boolean) => Promise<void>>;
19
- add: import("@omnia/fx/stores").StoreAction<unknown, (profileId: GuidValue, data: PromotedSearchResultData) => void, (result: PromotedSearchResult, profileId: GuidValue, data: PromotedSearchResultData) => void, (failureReason: any, profileId: GuidValue, data: PromotedSearchResultData) => void, (profileId: GuidValue, data: PromotedSearchResultData) => Promise<PromotedSearchResult>>;
20
- update: import("@omnia/fx/stores").StoreAction<unknown, (item: PromotedSearchResult) => void, (result: PromotedSearchResult, item: PromotedSearchResult) => void, (failureReason: any, item: PromotedSearchResult) => void, (item: PromotedSearchResult) => Promise<PromotedSearchResult>>;
21
- delete: import("@omnia/fx/stores").StoreAction<unknown, (item: PromotedSearchResult) => void, (result: void, item: PromotedSearchResult) => void, (failureReason: any, item: PromotedSearchResult) => void, (item: PromotedSearchResult) => Promise<void>>;
22
- };
23
- private getProfileIdStr;
24
- private searchByTitle;
25
- private filterActiveItems;
26
- private checkSearchMatching;
27
- private checkTargetingValue;
28
- protected onActivated(): void;
29
- protected onDisposing(): void;
30
- }