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