@omnia/workplace 7.0.6-dev → 7.0.7-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/models/apps/index.js +14 -14
- package/internal-do-not-import-from-here/models/components/index.js +7 -7
- package/internal-do-not-import-from-here/models/facebookworkplace/index.js +1 -1
- package/internal-do-not-import-from-here/models/favoritebutton/index.js +1 -1
- package/internal-do-not-import-from-here/models/forms/index.js +3 -3
- package/internal-do-not-import-from-here/models/governancedashboard/index.js +1 -1
- package/internal-do-not-import-from-here/models/index.js +63 -63
- package/internal-do-not-import-from-here/models/mediapicker/index.js +1 -1
- package/internal-do-not-import-from-here/models/myteamcollaboration/index.js +1 -1
- package/internal-do-not-import-from-here/models/powerapp/index.js +2 -2
- package/internal-do-not-import-from-here/models/promotedsearchresults/index.js +1 -1
- package/internal-do-not-import-from-here/models/searchfeedbacks/index.js +2 -2
- package/internal-do-not-import-from-here/models/signoffrequest/index.js +12 -12
- package/internal-do-not-import-from-here/models/signoffrequest/request/index.js +3 -3
- package/internal-do-not-import-from-here/models/siteproperties/index.js +1 -1
- package/internal-do-not-import-from-here/models/sites/index.js +3 -3
- package/internal-do-not-import-from-here/models/styles/index.js +27 -27
- package/internal-do-not-import-from-here/models/teamcollaborationnavigation/index.js +2 -2
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/index.js +3 -3
- package/internal-do-not-import-from-here/models/teamnewsrollup/index.js +4 -4
- package/internal-do-not-import-from-here/models/yammer/index.js +1 -1
- package/internal-do-not-import-from-here/wcdefinitions.json +1 -1
- package/package.json +1 -1
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
4
|
+
tslib_1.__exportStar(require("./Enums"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./TeamCollaborationAppTemplateProperties"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./TeamCollaborationAppInstanceProperties"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./SharePointSiteInfo"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./TeamCollaborationAppTemplate"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./TeamProvisioning"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./SiteDesign"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./MSTeamsInfo"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./TeamCollaborationAppInstance"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./OfficeNamingPolicyValidationResult"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./MSTeamsChannel"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./MSTeamsProperties"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./MSTeamsApps"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./TeamworkAppLayoutDefinition"), exports);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
4
|
+
tslib_1.__exportStar(require("./TeamNewsBlockStyles"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./MyTeamCollaborationStyles"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./TeamSiteEditPropertiesStyles"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./MySitesStyles"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./CreateTeamworkStyles"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./CreateTeamworkBlock"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./PostsFeedBlock"), exports);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
|
|
4
|
+
tslib_1.__exportStar(require("./FacebookWorkplaceSettingsSection"), exports);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
|
|
4
|
+
tslib_1.__exportStar(require("./AddFavoriteButtonHandlerSettings"), exports);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
tslib_1.__exportStar(require("./Form"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./FormLayout"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./Statistic"), exports);
|
|
@@ -3,66 +3,66 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
require("./WorkplaceApi");
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
6
|
+
tslib_1.__exportStar(require("./signoffrequest"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./forms"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./Workspace"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./RegisterActionMenuItemMsg"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./ActionMenuExportationMsg"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./SearchTemplateRendererMsg"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./ISearchTemplate"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./Search"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./SearchCategory"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./Enums"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./ManifestIds"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./NotificationPanelMsg"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./NotificationPanelHistoryEntry"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./HeaderSetting"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./styles"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./MyTaskItem"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./MyTaskItemProcessor"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./TutorialProvider"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./SearchAdminSettingsSection"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./FooterSettings"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./SearchBoxStyling"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./Constants"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./ActionRouteInfo"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./BusinessProfileSettingsSection"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./EnterprisePropertyViewModel"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./EnterprisePropertyDataTypeViewModel"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./TenantAdminSettingSection"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./TenantAdminHeaderSettingSection"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./CentralImageLocationsStyles"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./AppTemplate"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./Secrets"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./LogoSettings"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./GovernanceDashboards"), exports);
|
|
39
|
+
tslib_1.__exportStar(require("./styles"), exports);
|
|
40
|
+
tslib_1.__exportStar(require("./EnterprisePropertyCategoryViewModel"), exports);
|
|
41
|
+
tslib_1.__exportStar(require("./NotificationPanel"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./components"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./BusinessProfileAppProvisioning"), exports);
|
|
44
|
+
tslib_1.__exportStar(require("./FollowedsitesUpdatedAtUserPropertyBag"), exports);
|
|
45
|
+
tslib_1.__exportStar(require("./AppAuthenticationOptions"), exports);
|
|
46
|
+
tslib_1.__exportStar(require("./CompactHeaderRegistration"), exports);
|
|
47
|
+
tslib_1.__exportStar(require("./apps"), exports);
|
|
48
|
+
tslib_1.__exportStar(require("./teamnewsrollup"), exports);
|
|
49
|
+
tslib_1.__exportStar(require("./siteproperties"), exports);
|
|
50
|
+
tslib_1.__exportStar(require("./myteamcollaboration"), exports);
|
|
51
|
+
tslib_1.__exportStar(require("./teamcollaborationnavigation"), exports);
|
|
52
|
+
tslib_1.__exportStar(require("./sites"), exports);
|
|
53
|
+
tslib_1.__exportStar(require("./governancedashboard"), exports);
|
|
54
|
+
tslib_1.__exportStar(require("./teamcollaborationrollup"), exports);
|
|
55
|
+
tslib_1.__exportStar(require("./facebookworkplace"), exports);
|
|
56
|
+
tslib_1.__exportStar(require("./AppCollaborationSettingsSection"), exports);
|
|
57
|
+
tslib_1.__exportStar(require("./mediapicker"), exports);
|
|
58
|
+
tslib_1.__exportStar(require("./favoritebutton"), exports);
|
|
59
|
+
tslib_1.__exportStar(require("./EnterpriseGlossary"), exports);
|
|
60
|
+
tslib_1.__exportStar(require("./TaxonomyNavigation"), exports);
|
|
61
|
+
tslib_1.__exportStar(require("./yammer"), exports);
|
|
62
|
+
tslib_1.__exportStar(require("./SharedLink"), exports);
|
|
63
|
+
tslib_1.__exportStar(require("./SearchProvider"), exports);
|
|
64
|
+
tslib_1.__exportStar(require("./powerapp"), exports);
|
|
65
|
+
tslib_1.__exportStar(require("./IAdminComponent"), exports);
|
|
66
|
+
tslib_1.__exportStar(require("./promotedsearchresults"), exports);
|
|
67
|
+
tslib_1.__exportStar(require("./searchfeedbacks"), exports);
|
|
68
|
+
tslib_1.__exportStar(require("./ScopedPermissionRegistraion"), exports);
|
|
@@ -3,4 +3,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
//export * from "./MyTeamCollaborationCategory";
|
|
5
5
|
//export * from "./MyteamcollaborationSettings";
|
|
6
|
-
|
|
6
|
+
tslib_1.__exportStar(require("./TeamCollabrationApp"), exports);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
tslib_1.__exportStar(require("./PowerAppBlock"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./PowerAppSettings"), exports);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
tslib_1.__exportStar(require("./SearchFeedback"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./SearchFeedbackQuery"), exports);
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
4
|
+
tslib_1.__exportStar(require("./SignOffRequest"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./SignOffRequestResource"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./SignOffRequestResourceProvider"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./SignOffRequestResponse"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./SignOffRequestTemplate"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./SignOffRequestEnum"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./SignOffRequestQuery"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./SignOffRequestProvider"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./request"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./SignOffRequestDetail"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./SignOffRequestApi"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./SignOffRequestSettings"), exports);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
tslib_1.__exportStar(require("./SignOffEmailRequest"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./SignOffRequestCreateModel"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./SignOffRequestTemplateCreateModel"), exports);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
|
|
4
|
+
tslib_1.__exportStar(require("./EditingSitePropertiesRegistration"), exports);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
tslib_1.__exportStar(require("./MySitesSettings"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./Enums"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./Sites"), exports);
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
4
|
+
tslib_1.__exportStar(require("./LogoStyle"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./HeaderStyles"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./AnnouncementStyles"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./SharedStyles"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./SearchStyles"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./ActionMenuStyles"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./UserMenuStyles"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./NotificationPanelSettingsStyles"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./NotificationPanelStyles"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./NotificationPanelHeaderStyles"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./MyLinkStyles"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./DefaultSearchTemplateStyles"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./UserAccessibilitySettingsStyles"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./FooterStyle"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./JumpToContentStyles"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./TargetingPropertyStyles"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./LocalizationInputStyles"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./LocalizationAdminStyles"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./GovernanceDashboardStyles"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./EnterprisePropertyCategoryStyles"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./OmniaSystemLanguageSettingsStyles"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./TaxonomyNavigationStyles"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./MegaMenuStyles"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./WorkplaceActionMenuStyles"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./WorkplaceHomeStyles"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./DocumentDirectionSettingsStyles"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./WorkplaceSharedStyles"), exports);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
tslib_1.__exportStar(require("./TeamCollaborationNavigationStyles"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./TeamCollaborationNavigationSettings"), exports);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
tslib_1.__exportStar(require("./TeamCollaborationRollupBlock"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./TeamCollaborationRollupBlockStyles"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./TeamCollaborationRollupView"), exports);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
tslib_1.__exportStar(require("./TeamNews"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./TeamNewsQuery"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./TeamNewsRollupSettings"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./TeamNewsRollupViewRegistration"), exports);
|
|
@@ -1 +1 @@
|
|
|
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":["
|
|
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":["valueBind","useValidator"],"pan-userprofile-propertyfeedback":["visible","propertyName","onClose"],"omnia-workplace-yammer-settings":["settingsKey"]}
|