@omnia/workplace 8.0.1-vnext → 8.0.3-vnext
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/manifests/omnia.workplace.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/models/ManifestIds.d.ts +1 -0
- package/internal-do-not-import-from-here/models/ManifestIds.js +1 -0
- package/internal-do-not-import-from-here/models/Secrets.d.ts +1 -0
- package/internal-do-not-import-from-here/tooling.output.json +1 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +194 -71
- package/package.json +1 -1
- package/task.js +3 -3
- package/task.ts +4 -4
@@ -1 +1 @@
|
|
1
|
-
{"name":"omniaWebpackJsonp['39df27aa-95f1-4a23-b3f6-8b231afcda82']['491a5b75-e3d6-472a-8958-216be85b092a']","content":{"./client/admin/settings/blades/tenantheader/loc/localize.js":{"id":"./client/admin/settings/blades/tenantheader/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["TenantHeaderLocalization"]},"./node_modules/@omnia/workplace/core/loc/formLocalize.js":{"id":"./node_modules/@omnia/workplace/core/loc/formlocalize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["FormsLocalization"]},"./node_modules/@omnia/workplace/core/loc/localize.js":{"id":"./node_modules/@omnia/workplace/core/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["TeamCoreLocalization"]},"./node_modules/@omnia/workplace/core/loc/powerappLocalize.js":{"id":"./node_modules/@omnia/workplace/core/loc/powerapplocalize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["PowerAppLocalization"]},"./node_modules/@omnia/workplace/core/messaging/InternalWorkplaceTopics.js":{"id":"./node_modules/@omnia/workplace/core/messaging/internalworkplacetopics.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalWorkplaceTopics"]},"./node_modules/@omnia/workplace/services/index.js":{"id":"./node_modules/@omnia/workplace/services/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AppAuthenticationOptionsService","FormService","HomeService","NotificationPanelHistoryService","PromotedSearchResultService","SearchCategoryService","SearchFeedbackService","SignOffRequestService","TeamCollaborationService"]},"./node_modules/@omnia/workplace/index.js":{"id":"8bf93338-8e70-4104-a75d-ae11485eec04","buildMeta":{"exportsType":"namespace"}
|
1
|
+
{"name":"omniaWebpackJsonp['39df27aa-95f1-4a23-b3f6-8b231afcda82']['491a5b75-e3d6-472a-8958-216be85b092a']","content":{"./client/admin/settings/blades/tenantheader/loc/localize.js":{"id":"./client/admin/settings/blades/tenantheader/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["TenantHeaderLocalization"]},"./node_modules/@omnia/workplace/core/loc/formLocalize.js":{"id":"./node_modules/@omnia/workplace/core/loc/formlocalize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["FormsLocalization"]},"./node_modules/@omnia/workplace/core/loc/localize.js":{"id":"./node_modules/@omnia/workplace/core/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["TeamCoreLocalization"]},"./node_modules/@omnia/workplace/core/loc/powerappLocalize.js":{"id":"./node_modules/@omnia/workplace/core/loc/powerapplocalize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["PowerAppLocalization"]},"./node_modules/@omnia/workplace/core/messaging/InternalWorkplaceTopics.js":{"id":"./node_modules/@omnia/workplace/core/messaging/internalworkplacetopics.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalWorkplaceTopics"]},"./node_modules/@omnia/workplace/services/index.js":{"id":"./node_modules/@omnia/workplace/services/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AppAuthenticationOptionsService","FormService","HomeService","NotificationPanelHistoryService","PromotedSearchResultService","SearchCategoryService","SearchFeedbackService","SignOffRequestService","TeamCollaborationService"]},"./node_modules/@omnia/workplace/index.js":{"id":"8bf93338-8e70-4104-a75d-ae11485eec04","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/workplace/models/index.js":{"id":"c778308f-5fbb-4a3d-8691-ad7408ffbd56","buildMeta":{"exportsType":"namespace"}}}}
|
@@ -278,6 +278,7 @@ export declare class WebComponentManifests {
|
|
278
278
|
static get CentralImageLocations(): Guid;
|
279
279
|
static get MediaPickerGeneral(): Guid;
|
280
280
|
static get MediaPickerScalingSettingsListing(): Guid;
|
281
|
+
static get MediaPickerFileSizeLimitSettings(): Guid;
|
281
282
|
static get MediaPickerCropRatios(): Guid;
|
282
283
|
static get BusinessProfileLanguage(): Guid;
|
283
284
|
static get AppTemplatesCustomStepMember(): Guid;
|
@@ -287,6 +287,7 @@ class WebComponentManifests {
|
|
287
287
|
static get CentralImageLocations() { return new fx_models_1.Guid("0bebb289-f3fc-4838-a032-4a9f20c605c1"); }
|
288
288
|
static get MediaPickerGeneral() { return new fx_models_1.Guid("0aa2c49f-500d-4d1c-a31a-9ecbf80d3882"); }
|
289
289
|
static get MediaPickerScalingSettingsListing() { return new fx_models_1.Guid("19b22417-acb6-41c1-96f9-47ea4d60f4b2"); }
|
290
|
+
static get MediaPickerFileSizeLimitSettings() { return new fx_models_1.Guid("ab1f3fec-ab21-4791-98cc-3a4934b6625d"); }
|
290
291
|
static get MediaPickerCropRatios() { return new fx_models_1.Guid("a49a79f5-9f1e-471d-813f-12926f411f9c"); }
|
291
292
|
static get BusinessProfileLanguage() { return new fx_models_1.Guid("936D6849-3488-4A6F-B16C-91B0C625E837"); }
|
292
293
|
static get AppTemplatesCustomStepMember() { return new fx_models_1.Guid("bfc04495-50cb-4de6-9983-f53997f3fbe2"); }
|
@@ -0,0 +1 @@
|
|
1
|
+
{"wc":{"namespace":"owpl","mappings":{"WpProperties":"wp-properties","WpPropertiesSettings":"wp-properties-settings","OmniaWorkplaceSignoffrequestrollup":"omnia-workplace-signoffrequestrollup","OmniaWorkplaceUserManagementJourney":"omnia-workplace-user-management-journey","OmniaWorkplaceUserManagementUserTypeListing":"omnia-workplace-user-management-user-type-listing","OmniaWorkplaceUserManagementUserTypeDetail":"omnia-workplace-user-management-user-type-detail","OmniaWorkplaceUserManagementSyncProviderListing":"omnia-workplace-user-management-sync-provider-listing","OmniaWorkplaceUserManagementSyncProviderSettings":"omnia-workplace-user-management-sync-provider-settings","OmniaWorkplaceUserManagementSyncProviderLogs":"omnia-workplace-user-management-sync-provider-logs","OmniaWorkplaceUserManagementUserListing":"omnia-workplace-user-management-user-listing","OmniaWorkplaceUserManagementUserDetail":"omnia-workplace-user-management-user-detail","OmniaWorkplaceUserManagementUserAuthentication":"omnia-workplace-user-management-user-authentication","OmniaWorkplaceUserManagementGroupListing":"omnia-workplace-user-management-group-listing","OmniaWorkplaceUserManagementGroupDetail":"omnia-workplace-user-management-group-detail","OmniaWorkplaceUserManagementAuthenticationSettings":"omnia-workplace-user-management-authentication-settings","OmniaWorkplaceUserManagementDynamicgroupListing":"omnia-workplace-user-management-dynamicgroup-listing","OmniaWorkplaceUserManagementDynamicgroupDetail":"omnia-workplace-user-management-dynamicgroup-detail","OmniaWorkplaceUserManagementUserpropertyListing":"omnia-workplace-user-management-userproperty-listing","OmniaWorkplaceUserManagementUserpropertyDetail":"omnia-workplace-user-management-userproperty-detail","OwplQueryablepropertiesJourney":"owpl-queryableproperties-journey","OmniaTadAppJourney":"omnia-tad-app-journey","OmniaTadOpenaiDalleSecret":"omnia-tad-openai-dalle-secret","OwplEnterprisepropertiesJourney":"owpl-enterpriseproperties-journey","OmniaTadPropertiesJourney":"omnia-tad-properties-journey","OmniaTadPropertysetsJourney":"omnia-tad-propertysets-journey","OmniaTadTenantSecretsJourney":"omnia-tad-tenant-secrets-journey","OmniaSecurityJourney":"omnia-security-journey","OmniaTadSecurityJourney":"omnia-tad-security-journey","OmniaTadTenantadminSettings":"omnia-tad-tenantadmin-settings","WpAdminSignoffrequestQuerypropertiesJourney":"wp-admin-signoffrequest-queryproperties-journey","OmniaTadSystemJourney":"omnia-tad-system-journey","OmniaTadSystemAccountForm":"omnia-tad-system-account-form","WplTenantreusablecontentSecretJourney":"wpl-tenantreusablecontent-secret-journey","OmniaTadTenantreusablecontentAdminJourney":"omnia-tad-tenantreusablecontent-admin-journey","OmniaTadTextCompletionForm":"omnia-tad-text-completion-form","PanPeopleRollup":"pan-people-rollup","OwplPowerappSettingAdminJourneyTenant":"owpl-powerapp-setting-admin-journey-tenant","OmniaWorkspaceYammerAppForm":"omnia-workspace-yammer-app-form","OmniaWorkspaceTeamworkPermissionInput":"omnia-workspace-teamwork-permission-input","OtcTeamCollaborationRollup":"otc-team-collaboration-rollup","OmniaTadBusinessprofileJourney":"omnia-tad-businessprofile-journey","OmniaTadTenantAdministratorPermissionJourney":"omnia-tad-tenant-administrator-permission-journey","OmniaTadBusinessProfileHttpCodeDisplay":"omnia-tad-business-profile-http-code-display","OmniaTadTenantHttpCodeDisplay":"omnia-tad-tenant-http-code-display","OmniaWorkspaceAttachSiteButton":"omnia-workspace-attach-site-button","OmniaWorkspaceSyncLastActivityButton":"omnia-workspace-sync-last-activity-button","OmniaWorkspaceAppEditing":"omnia-workspace-app-editing","OmniaWorkspaceSensitivityLabel":"omnia-workspace-sensitivity-label","OmniaWorkspaceSetupTeamwork":"omnia-workspace-setup-teamwork","OmniaTadTenantMediapicker":"omnia-tad-tenant-mediapicker","OmniaTadTenantMediapickerCropratios":"omnia-tad-tenant-mediapicker-cropratios","OmniaTadTenantMediapickerFilesize":"omnia-tad-tenant-mediapicker-filesize","OmniaTadTenantMediapickerScalingsettings":"omnia-tad-tenant-mediapicker-scalingsettings","OmniaTadGeneralsettings":"omnia-tad-generalsettings","OmniaTadTenantregional":"omnia-tad-tenantregional","OmniaTadTenantauthenticationJourney":"omnia-tad-tenantauthentication-journey","OmniaTadAzureadpermissionsJourney":"omnia-tad-azureadpermissions-journey","OmnaixAzureadsyncAdminJourney":"omnaix-azureadsync-admin-journey","OmniaTadCsomclientcontextFallbackurlJourney":"omnia-tad-csomclientcontext-fallbackurl-journey","OmniaTadCustomemailJourney":"omnia-tad-customemail-journey","OmniaTadExtensionsJourney":"omnia-tad-extensions-journey","OmniaTadMicrosoft365Journey":"omnia-tad-microsoft365-journey","OmniaTadTenantpeopleinformationJourney":"omnia-tad-tenantpeopleinformation-journey","OmniaTadServicesJourney":"omnia-tad-services-journey","OmniaTadSpfxInstructionJourney":"omnia-tad-spfx-instruction-journey","OmniaTadTeamsappGeneratorJourney":"omnia-tad-teamsapp-generator-journey","OmniaTadTenantcontactJourney":"omnia-tad-tenantcontact-journey","OmniaTadTenanterrorinformationJourney":"omnia-tad-tenanterrorinformation-journey","OmniaTadTexttranslatorJourney":"omnia-tad-texttranslator-journey","OmniaWpSignoffrequestrollupProgressstatusRenderer":"omnia-wp-signoffrequestrollup-progressstatus-renderer","OmniaWpSignoffrequestrollupProgressstatusSettings":"omnia-wp-signoffrequestrollup-progressstatus-settings","OmniaWpSignoffrequestrollupProgressstatusSettingsDefaultvalueinput":"omnia-wp-signoffrequestrollup-progressstatus-settings-defaultvalueinput","OmniaWpSignoffrequestrollupProgressstatusSelection":"omnia-wp-signoffrequestrollup-progressstatus-selection","OmniaWpSignoffrequestrollupStatusRenderer":"omnia-wp-signoffrequestrollup-status-renderer","OmniaWpSignoffrequestrollupStatusSettings":"omnia-wp-signoffrequestrollup-status-settings","OmniaWpSignoffrequestrollupStatusSettingsDefaultvalueinput":"omnia-wp-signoffrequestrollup-status-settings-defaultvalueinput","OmniaWpSignoffrequestrollupStatusSelection":"omnia-wp-signoffrequestrollup-status-selection","OmniaWpSignoffrequestrollupTypeRenderer":"omnia-wp-signoffrequestrollup-type-renderer","OmniaWpSignoffrequestrollupTypeSettings":"omnia-wp-signoffrequestrollup-type-settings","OmniaWpSignoffrequestrollupTypeSettingsDefaultvalueinput":"omnia-wp-signoffrequestrollup-type-settings-defaultvalueinput","OmniaWpSignoffrequestrollupTypeSelection":"omnia-wp-signoffrequestrollup-type-selection","OmniaWorkplaceAzureAdSyncAppForm":"omnia-workplace-azure-ad-sync-app-form","OmniaxAzureAdSyncAccountForm":"omniax-azure-ad-sync-account-form"}}}
|
@@ -19,12 +19,20 @@ import wc9c3a9218af534e48b95ba122eb43db64 from '../../../../client/usermanagemen
|
|
19
19
|
import wcf43ef789418d4f56bd2788420f3d9823 from '../../../../client/usermanagement/admin/blades/dynamicgroups/DynamicGroupDetailBlade';
|
20
20
|
import wc77fa3438c9204b32bddc1b8361e530c2 from '../../../../client/usermanagement/admin/blades/userproperties/UserPropertyListingBlade';
|
21
21
|
import wc3967363b80cd4b12900f7a9c7975bf6a from '../../../../client/usermanagement/admin/blades/userproperties/UserPropertyDetailBlade';
|
22
|
+
import wc19997524d6bc4fc2a411bd1e3faf661b from '../../../../client/admin/appproperties/QueryableProperties';
|
23
|
+
import wcb830a9783f584951a2d81e2b2009a126 from '../../../../client/admin/appproperties/AppPropertiesJourney';
|
22
24
|
import wc28b79dc39fc04a07ae50fa8d77e4a84b from '../../../../client/admin/dalle/components/DallESecret';
|
25
|
+
import wce98dd24f7bfa4704ad5e85510cbe3d37 from '../../../../client/admin/enterpriseproperties/EnterprisePropertiesJourney';
|
26
|
+
import wc95f6e9a4f7284543998644bf59323c76 from '../../../../client/admin/properties/PropertiesJourney';
|
27
|
+
import wc813c8357aa75489fb022f5c7b0a02443 from '../../../../client/admin/propertysets/PropertySetsJourney';
|
23
28
|
import wc1d60e6da39df4458b6213b4d64bf2843 from '../../../../client/admin/secrets/TenantSecretsJourney';
|
24
29
|
import wc64414dbb034543c89572b254ef41aae7 from '../../../../client/admin/security/AdminJourney';
|
25
30
|
import wc48770aa703464610ace370d3f3e65f14 from '../../../../client/admin/security/AdminJourneyTenant';
|
31
|
+
import wc5618d436945b4fdfb43293dac1a541a6 from '../../../../client/admin/settings/TenantAdminSettingsJourney';
|
32
|
+
import wc5fb83ba2a1224324925faa7dad59a22d from '../../../../client/admin/signoffrequestqueryableproperties/SignOffRequestQueryablePropertiesJourney';
|
26
33
|
import wc8d451f6cbcf442c3a4a07d3ad5de09a3 from '../../../../client/admin/system/SystemJourney';
|
27
34
|
import wc0f7957bf937e4563992af142e027d1d2 from '../../../../client/admin/systemaccount/components/SystemAccountForm';
|
35
|
+
import wc8a58fe31bf8240a4a5f5a827c4446de1 from '../../../../client/admin/tenantreusablecontent/TenantReusableSecretJourney';
|
28
36
|
import wc25f35a90f1e049b5952b0a5dd40ee6fd from '../../../../client/admin/tenantreusablecontent/TenantReusableContentJourney';
|
29
37
|
import wc8f0de086dd4048209dcf73e01556c5ae from '../../../../client/admin/textcompletion/components/TextCompletion';
|
30
38
|
import wcb5a5fd89a18c4c0e90877cb3556bede5 from '../../../../client/peoplerollup/components/PeopleRollup';
|
@@ -41,8 +49,15 @@ import wc31470e4c6f9d41769d35d31d1f8446fc from '../../../../client/teamcollabora
|
|
41
49
|
import wcc6d4210701a54825910e4232aeac8b75 from '../../../../client/teamcollaborationapp/configure/extensibilities/AppEditing';
|
42
50
|
import wc036c36b99a434829aa0901c6b5868a82 from '../../../../client/teamcollaborationapp/configure/extensibilities/SensitivityLabel';
|
43
51
|
import wc9f8b58418bcd4de38000c1f1c0deb062 from '../../../../client/teamcollaborationapp/configure/extensibilities/SetupTeamwork';
|
52
|
+
import wc37329e5d5cf74ff1ba633ce14b88e51c from '../../../../client/admin/settings/blades/mediapicker/MediaPicker';
|
53
|
+
import wca49a79f59f1e471d813f12926f411f9c from '../../../../client/admin/settings/blades/mediapicker/components/cropratios/CropRatiosJourney';
|
54
|
+
import wcab1f3fecab21479198cc3a4934b6625d from '../../../../client/admin/settings/blades/mediapicker/components/filesize/FileSizeLimitSettingsJourney';
|
55
|
+
import wc19b22417acb641c196f947ea4d60f4b2 from '../../../../client/admin/settings/blades/mediapicker/components/scalingsettings/ScalingSettingsJourney';
|
56
|
+
import wc62529631696b457bbc0418c888fc940f from '../../../../client/admin/settings/blades/tenantgeneralsettings/TenantGeneralSettings';
|
57
|
+
import wcfcf7035a4e22428fbcdd47843d4882ba from '../../../../client/admin/settings/blades/tenantregional/TenantRegional';
|
44
58
|
import wc06663ffd728243a5bf53f39717ecec5f from '../../../../client/admin/system/submenu/authentication/AuthenticationJourney';
|
45
59
|
import wc2d8b288c0d904db4a4b86f7e6851b109 from '../../../../client/admin/system/submenu/azureadpermissions/AzureAdPermissionsJourney';
|
60
|
+
import wcdefc96c5152c48679763477ae749f271 from '../../../../client/admin/system/submenu/azureadsync/AzureADSyncJourney';
|
46
61
|
import wcecf746d7b8ad478f9b3b564dfcd81162 from '../../../../client/admin/system/submenu/csomclientcontextsettings/FallbackUrlSettingsJourney';
|
47
62
|
import wc61fdccaff48f471dbe822dc9b5911c85 from '../../../../client/admin/system/submenu/customemail/CustomEmailJourney';
|
48
63
|
import wcaa12c9f2abc344b980c998c3e8105671 from '../../../../client/admin/system/submenu/extensions/ExtensionsJourney';
|
@@ -50,6 +65,8 @@ import wc21fdcf572d81494688a966a63f7e9cd1 from '../../../../client/admin/system/
|
|
50
65
|
import wc2949577e19024e2ea58a23dc0c0a22a5 from '../../../../client/admin/system/submenu/peopleinfo/TenantPeopleInfoJourney';
|
51
66
|
import wcfeb168ca8f484e06ab3f88d48c078319 from '../../../../client/admin/system/submenu/services/ServicesJourney';
|
52
67
|
import wcbcf37fbe9ed64f61859cdd0fd624dcb9 from '../../../../client/admin/system/submenu/spfxinstruction/SPFxInstructionJourney';
|
68
|
+
import wc877e3f23d8244d3ba564b9e8298b9488 from '../../../../client/admin/system/submenu/teamsapp/TeamsAppGeneratorJourney';
|
69
|
+
import wc9fbf91affc974ca698437e8ada43bb0c from '../../../../client/admin/system/submenu/tenantcontact/TenantContactJourney';
|
53
70
|
import wcebaf28e84f5e44f9a5b265c0eb54b911 from '../../../../client/admin/system/submenu/tenanterrorinformation/TenantErrorInformationJourney';
|
54
71
|
import wca5d4f21baf094e238e54ec05121953f0 from '../../../../client/admin/system/submenu/texttranslator/TranslatorProviderJourney';
|
55
72
|
import wc84d11b7319be41918b63564083c376f6 from '../../../../client/signoffrequest/components/rollup/filterengine/components/renderer/progressstatus/Renderer';
|
@@ -68,78 +85,184 @@ import wcb4199c78758f4012874dea3685eb2e1d from '../../../../client/admin/system/
|
|
68
85
|
import wcaf6eb9f45bf64611ba359264e76f0287 from '../../../../client/admin/system/submenu/azureadsync/systemaccount/components/SystemAccountForm';
|
69
86
|
//{{importWC}}
|
70
87
|
declare global {
|
71
|
-
namespace JSX {
|
72
|
-
interface Element { }
|
73
|
-
interface ElementClass { }
|
88
|
+
namespace JSX {
|
89
|
+
interface Element { }
|
90
|
+
interface ElementClass { }
|
74
91
|
|
75
|
-
interface IntrinsicElements {
|
76
|
-
|
77
|
-
"wp-properties-settings": typeof wc295591853df2404993e5d8326ec94982.propsDefinition
|
78
|
-
"omnia-workplace-signoffrequestrollup": typeof wc830aeebda0334b00969ca8c135e2f344.propsDefinition
|
79
|
-
"omnia-workplace-user-management-journey": typeof wc1d19aeb722e44b9e9d2617035854dd2a.propsDefinition
|
80
|
-
"omnia-workplace-user-management-user-type-listing": typeof wcebd9788ab21748688f4e594ecf568806.propsDefinition
|
81
|
-
"omnia-workplace-user-management-user-type-detail": typeof wc0f51dc5b13ae4c3e8b74eab4eb3b289b.propsDefinition
|
82
|
-
"omnia-workplace-user-management-sync-provider-listing": typeof wc242dc5602ede41f0b6d4151884a2ec63.propsDefinition
|
83
|
-
"omnia-workplace-user-management-sync-provider-settings": typeof wc0ab38b6f985240ec83c437db8a27d7c6.propsDefinition
|
84
|
-
"omnia-workplace-user-management-sync-provider-logs": typeof wc6a15d7edea3d4b548b71d8a7f3e50295.propsDefinition
|
85
|
-
"omnia-workplace-user-management-user-listing": typeof wc6f1fc2596ddb411abf1741ed422947e3.propsDefinition
|
86
|
-
"omnia-workplace-user-management-user-detail": typeof wcfb9aa542fd414c5f8468aa0ad67d11f7.propsDefinition
|
87
|
-
"omnia-workplace-user-management-user-authentication": typeof wc2de8ec5f9d034828b1928ba37e48b322.propsDefinition
|
88
|
-
"omnia-workplace-user-management-group-listing": typeof wc0a208072d45f4f498d59ab7b9da9a10d.propsDefinition
|
89
|
-
"omnia-workplace-user-management-group-detail": typeof wc836c198b2a2c418f89a0cf47ed44092d.propsDefinition
|
90
|
-
"omnia-workplace-user-management-authentication-settings": typeof wca95a8b4a7e944190924087b361950843.propsDefinition
|
91
|
-
"omnia-workplace-user-management-dynamicgroup-listing": typeof wc9c3a9218af534e48b95ba122eb43db64.propsDefinition
|
92
|
-
"omnia-workplace-user-management-dynamicgroup-detail": typeof wcf43ef789418d4f56bd2788420f3d9823.propsDefinition
|
93
|
-
"omnia-workplace-user-management-userproperty-listing": typeof wc77fa3438c9204b32bddc1b8361e530c2.propsDefinition
|
94
|
-
"omnia-workplace-user-management-userproperty-detail": typeof wc3967363b80cd4b12900f7a9c7975bf6a.propsDefinition
|
95
|
-
"
|
96
|
-
"omnia-tad-
|
97
|
-
"omnia-
|
98
|
-
"
|
99
|
-
"omnia-tad-
|
100
|
-
"omnia-tad-
|
101
|
-
"omnia-tad-
|
102
|
-
"omnia-
|
103
|
-
"
|
104
|
-
"
|
105
|
-
"
|
106
|
-
"omnia-
|
107
|
-
"
|
108
|
-
"
|
109
|
-
"omnia-tad-
|
110
|
-
"omnia-tad-
|
111
|
-
"
|
112
|
-
"
|
113
|
-
"omnia-workspace-
|
114
|
-
"omnia-workspace-
|
115
|
-
"
|
116
|
-
"omnia-
|
117
|
-
"omnia-tad-
|
118
|
-
"omnia-tad-
|
119
|
-
"omnia-tad-
|
120
|
-
"omnia-
|
121
|
-
"omnia-
|
122
|
-
"omnia-
|
123
|
-
"omnia-
|
124
|
-
"omnia-
|
125
|
-
"omnia-tad-
|
126
|
-
"omnia-tad-
|
127
|
-
"omnia-tad-
|
128
|
-
"omnia-
|
129
|
-
"omnia-
|
130
|
-
"omnia-
|
131
|
-
"omnia-
|
132
|
-
"omnia-
|
133
|
-
"
|
134
|
-
"omnia-
|
135
|
-
"omnia-
|
136
|
-
"omnia-
|
137
|
-
"omnia-
|
138
|
-
"omnia-
|
139
|
-
"omnia-
|
140
|
-
"omnia-
|
141
|
-
"
|
92
|
+
interface IntrinsicElements {
|
93
|
+
"wp-properties": typeof wc88894e6a2e4144b6a6f1af3612caf276.propsDefinition | VueComponentBaseProps
|
94
|
+
"wp-properties-settings": typeof wc295591853df2404993e5d8326ec94982.propsDefinition | VueComponentBaseProps
|
95
|
+
"omnia-workplace-signoffrequestrollup": typeof wc830aeebda0334b00969ca8c135e2f344.propsDefinition | VueComponentBaseProps
|
96
|
+
"omnia-workplace-user-management-journey": typeof wc1d19aeb722e44b9e9d2617035854dd2a.propsDefinition | VueComponentBaseProps
|
97
|
+
"omnia-workplace-user-management-user-type-listing": typeof wcebd9788ab21748688f4e594ecf568806.propsDefinition | VueComponentBaseProps
|
98
|
+
"omnia-workplace-user-management-user-type-detail": typeof wc0f51dc5b13ae4c3e8b74eab4eb3b289b.propsDefinition | VueComponentBaseProps
|
99
|
+
"omnia-workplace-user-management-sync-provider-listing": typeof wc242dc5602ede41f0b6d4151884a2ec63.propsDefinition | VueComponentBaseProps
|
100
|
+
"omnia-workplace-user-management-sync-provider-settings": typeof wc0ab38b6f985240ec83c437db8a27d7c6.propsDefinition | VueComponentBaseProps
|
101
|
+
"omnia-workplace-user-management-sync-provider-logs": typeof wc6a15d7edea3d4b548b71d8a7f3e50295.propsDefinition | VueComponentBaseProps
|
102
|
+
"omnia-workplace-user-management-user-listing": typeof wc6f1fc2596ddb411abf1741ed422947e3.propsDefinition | VueComponentBaseProps
|
103
|
+
"omnia-workplace-user-management-user-detail": typeof wcfb9aa542fd414c5f8468aa0ad67d11f7.propsDefinition | VueComponentBaseProps
|
104
|
+
"omnia-workplace-user-management-user-authentication": typeof wc2de8ec5f9d034828b1928ba37e48b322.propsDefinition | VueComponentBaseProps
|
105
|
+
"omnia-workplace-user-management-group-listing": typeof wc0a208072d45f4f498d59ab7b9da9a10d.propsDefinition | VueComponentBaseProps
|
106
|
+
"omnia-workplace-user-management-group-detail": typeof wc836c198b2a2c418f89a0cf47ed44092d.propsDefinition | VueComponentBaseProps
|
107
|
+
"omnia-workplace-user-management-authentication-settings": typeof wca95a8b4a7e944190924087b361950843.propsDefinition | VueComponentBaseProps
|
108
|
+
"omnia-workplace-user-management-dynamicgroup-listing": typeof wc9c3a9218af534e48b95ba122eb43db64.propsDefinition | VueComponentBaseProps
|
109
|
+
"omnia-workplace-user-management-dynamicgroup-detail": typeof wcf43ef789418d4f56bd2788420f3d9823.propsDefinition | VueComponentBaseProps
|
110
|
+
"omnia-workplace-user-management-userproperty-listing": typeof wc77fa3438c9204b32bddc1b8361e530c2.propsDefinition | VueComponentBaseProps
|
111
|
+
"omnia-workplace-user-management-userproperty-detail": typeof wc3967363b80cd4b12900f7a9c7975bf6a.propsDefinition | VueComponentBaseProps
|
112
|
+
"owpl-queryableproperties-journey": typeof wc19997524d6bc4fc2a411bd1e3faf661b.propsDefinition | VueComponentBaseProps
|
113
|
+
"omnia-tad-app-journey": typeof wcb830a9783f584951a2d81e2b2009a126.propsDefinition | VueComponentBaseProps
|
114
|
+
"omnia-tad-openai-dalle-secret": typeof wc28b79dc39fc04a07ae50fa8d77e4a84b.propsDefinition | VueComponentBaseProps
|
115
|
+
"owpl-enterpriseproperties-journey": typeof wce98dd24f7bfa4704ad5e85510cbe3d37.propsDefinition | VueComponentBaseProps
|
116
|
+
"omnia-tad-properties-journey": typeof wc95f6e9a4f7284543998644bf59323c76.propsDefinition | VueComponentBaseProps
|
117
|
+
"omnia-tad-propertysets-journey": typeof wc813c8357aa75489fb022f5c7b0a02443.propsDefinition | VueComponentBaseProps
|
118
|
+
"omnia-tad-tenant-secrets-journey": typeof wc1d60e6da39df4458b6213b4d64bf2843.propsDefinition | VueComponentBaseProps
|
119
|
+
"omnia-security-journey": typeof wc64414dbb034543c89572b254ef41aae7.propsDefinition | VueComponentBaseProps
|
120
|
+
"omnia-tad-security-journey": typeof wc48770aa703464610ace370d3f3e65f14.propsDefinition | VueComponentBaseProps
|
121
|
+
"omnia-tad-tenantadmin-settings": typeof wc5618d436945b4fdfb43293dac1a541a6.propsDefinition | VueComponentBaseProps
|
122
|
+
"wp-admin-signoffrequest-queryproperties-journey": typeof wc5fb83ba2a1224324925faa7dad59a22d.propsDefinition | VueComponentBaseProps
|
123
|
+
"omnia-tad-system-journey": typeof wc8d451f6cbcf442c3a4a07d3ad5de09a3.propsDefinition | VueComponentBaseProps
|
124
|
+
"omnia-tad-system-account-form": typeof wc0f7957bf937e4563992af142e027d1d2.propsDefinition | VueComponentBaseProps
|
125
|
+
"wpl-tenantreusablecontent-secret-journey": typeof wc8a58fe31bf8240a4a5f5a827c4446de1.propsDefinition | VueComponentBaseProps
|
126
|
+
"omnia-tad-tenantreusablecontent-admin-journey": typeof wc25f35a90f1e049b5952b0a5dd40ee6fd.propsDefinition | VueComponentBaseProps
|
127
|
+
"omnia-tad-text-completion-form": typeof wc8f0de086dd4048209dcf73e01556c5ae.propsDefinition | VueComponentBaseProps
|
128
|
+
"pan-people-rollup": typeof wcb5a5fd89a18c4c0e90877cb3556bede5.propsDefinition | VueComponentBaseProps
|
129
|
+
"owpl-powerapp-setting-admin-journey-tenant": typeof wcb643dd40d26c4c739f23d5fa4b436064.propsDefinition | VueComponentBaseProps
|
130
|
+
"omnia-workspace-yammer-app-form": typeof wc352e23d39a2040f786991b9796032e3a.propsDefinition | VueComponentBaseProps
|
131
|
+
"omnia-workspace-teamwork-permission-input": typeof wc240a15bb28454ace84086bc1d251b859.propsDefinition | VueComponentBaseProps
|
132
|
+
"otc-team-collaboration-rollup": typeof wc87f6d9e757bc4495ba2de1bf961642ac.propsDefinition | VueComponentBaseProps
|
133
|
+
"omnia-tad-businessprofile-journey": typeof wc2b69d826807c470e9db10a19bba2d1e0.propsDefinition | VueComponentBaseProps
|
134
|
+
"omnia-tad-tenant-administrator-permission-journey": typeof wcaf0c761e8ba54dee858ca7593adcce76.propsDefinition | VueComponentBaseProps
|
135
|
+
"omnia-tad-business-profile-http-code-display": typeof wc9b3a0a46626748f3b71168bd16f62a66.propsDefinition | VueComponentBaseProps
|
136
|
+
"omnia-tad-tenant-http-code-display": typeof wca2b3a1be68a849c28d605069174de7be.propsDefinition | VueComponentBaseProps
|
137
|
+
"omnia-workspace-attach-site-button": typeof wc2cff741d3f8546e3b36f143020d9a547.propsDefinition | VueComponentBaseProps
|
138
|
+
"omnia-workspace-sync-last-activity-button": typeof wc31470e4c6f9d41769d35d31d1f8446fc.propsDefinition | VueComponentBaseProps
|
139
|
+
"omnia-workspace-app-editing": typeof wcc6d4210701a54825910e4232aeac8b75.propsDefinition | VueComponentBaseProps
|
140
|
+
"omnia-workspace-sensitivity-label": typeof wc036c36b99a434829aa0901c6b5868a82.propsDefinition | VueComponentBaseProps
|
141
|
+
"omnia-workspace-setup-teamwork": typeof wc9f8b58418bcd4de38000c1f1c0deb062.propsDefinition | VueComponentBaseProps
|
142
|
+
"omnia-tad-tenant-mediapicker": typeof wc37329e5d5cf74ff1ba633ce14b88e51c.propsDefinition | VueComponentBaseProps
|
143
|
+
"omnia-tad-tenant-mediapicker-cropratios": typeof wca49a79f59f1e471d813f12926f411f9c.propsDefinition | VueComponentBaseProps
|
144
|
+
"omnia-tad-tenant-mediapicker-filesize": typeof wcab1f3fecab21479198cc3a4934b6625d.propsDefinition | VueComponentBaseProps
|
145
|
+
"omnia-tad-tenant-mediapicker-scalingsettings": typeof wc19b22417acb641c196f947ea4d60f4b2.propsDefinition | VueComponentBaseProps
|
146
|
+
"omnia-tad-generalsettings": typeof wc62529631696b457bbc0418c888fc940f.propsDefinition | VueComponentBaseProps
|
147
|
+
"omnia-tad-tenantregional": typeof wcfcf7035a4e22428fbcdd47843d4882ba.propsDefinition | VueComponentBaseProps
|
148
|
+
"omnia-tad-tenantauthentication-journey": typeof wc06663ffd728243a5bf53f39717ecec5f.propsDefinition | VueComponentBaseProps
|
149
|
+
"omnia-tad-azureadpermissions-journey": typeof wc2d8b288c0d904db4a4b86f7e6851b109.propsDefinition | VueComponentBaseProps
|
150
|
+
"omnaix-azureadsync-admin-journey": typeof wcdefc96c5152c48679763477ae749f271.propsDefinition | VueComponentBaseProps
|
151
|
+
"omnia-tad-csomclientcontext-fallbackurl-journey": typeof wcecf746d7b8ad478f9b3b564dfcd81162.propsDefinition | VueComponentBaseProps
|
152
|
+
"omnia-tad-customemail-journey": typeof wc61fdccaff48f471dbe822dc9b5911c85.propsDefinition | VueComponentBaseProps
|
153
|
+
"omnia-tad-extensions-journey": typeof wcaa12c9f2abc344b980c998c3e8105671.propsDefinition | VueComponentBaseProps
|
154
|
+
"omnia-tad-microsoft365-journey": typeof wc21fdcf572d81494688a966a63f7e9cd1.propsDefinition | VueComponentBaseProps
|
155
|
+
"omnia-tad-tenantpeopleinformation-journey": typeof wc2949577e19024e2ea58a23dc0c0a22a5.propsDefinition | VueComponentBaseProps
|
156
|
+
"omnia-tad-services-journey": typeof wcfeb168ca8f484e06ab3f88d48c078319.propsDefinition | VueComponentBaseProps
|
157
|
+
"omnia-tad-spfx-instruction-journey": typeof wcbcf37fbe9ed64f61859cdd0fd624dcb9.propsDefinition | VueComponentBaseProps
|
158
|
+
"omnia-tad-teamsapp-generator-journey": typeof wc877e3f23d8244d3ba564b9e8298b9488.propsDefinition | VueComponentBaseProps
|
159
|
+
"omnia-tad-tenantcontact-journey": typeof wc9fbf91affc974ca698437e8ada43bb0c.propsDefinition | VueComponentBaseProps
|
160
|
+
"omnia-tad-tenanterrorinformation-journey": typeof wcebaf28e84f5e44f9a5b265c0eb54b911.propsDefinition | VueComponentBaseProps
|
161
|
+
"omnia-tad-texttranslator-journey": typeof wca5d4f21baf094e238e54ec05121953f0.propsDefinition | VueComponentBaseProps
|
162
|
+
"omnia-wp-signoffrequestrollup-progressstatus-renderer": typeof wc84d11b7319be41918b63564083c376f6.propsDefinition | VueComponentBaseProps
|
163
|
+
"omnia-wp-signoffrequestrollup-progressstatus-settings": typeof wcda2ab10e0751481b819004f69178bc4c.propsDefinition | VueComponentBaseProps
|
164
|
+
"omnia-wp-signoffrequestrollup-progressstatus-settings-defaultvalueinput": typeof wce18ff6ce8bd04511baad8ebf31d5f9ca.propsDefinition | VueComponentBaseProps
|
165
|
+
"omnia-wp-signoffrequestrollup-progressstatus-selection": typeof wca7bb250ca4014701994d845c61147fec.propsDefinition | VueComponentBaseProps
|
166
|
+
"omnia-wp-signoffrequestrollup-status-renderer": typeof wceb9d51dea42d4fdc832d80838014c11f.propsDefinition | VueComponentBaseProps
|
167
|
+
"omnia-wp-signoffrequestrollup-status-settings": typeof wcba1b704157e8417591c8995c18f9aaa5.propsDefinition | VueComponentBaseProps
|
168
|
+
"omnia-wp-signoffrequestrollup-status-settings-defaultvalueinput": typeof wc1ab3ab1dff20498bb479a2d39dd3a196.propsDefinition | VueComponentBaseProps
|
169
|
+
"omnia-wp-signoffrequestrollup-status-selection": typeof wc586025d5e9a14b849737f6da29ca3b4a.propsDefinition | VueComponentBaseProps
|
170
|
+
"omnia-wp-signoffrequestrollup-type-renderer": typeof wce135d092ee7b4cd9b014d013de56ada5.propsDefinition | VueComponentBaseProps
|
171
|
+
"omnia-wp-signoffrequestrollup-type-settings": typeof wc688e5482ec4b45d1ba0af20e783c0ce3.propsDefinition | VueComponentBaseProps
|
172
|
+
"omnia-wp-signoffrequestrollup-type-settings-defaultvalueinput": typeof wcb22476a7e7344e599525e8547fa85d32.propsDefinition | VueComponentBaseProps
|
173
|
+
"omnia-wp-signoffrequestrollup-type-selection": typeof wcaa32f8b8df044934be45fd7394e9cc8d.propsDefinition | VueComponentBaseProps
|
174
|
+
"omnia-workplace-azure-ad-sync-app-form": typeof wcb4199c78758f4012874dea3685eb2e1d.propsDefinition | VueComponentBaseProps
|
175
|
+
"omniax-azure-ad-sync-account-form": typeof wcaf6eb9f45bf64611ba359264e76f0287.propsDefinition | VueComponentBaseProps
|
142
176
|
//{{elementName}}
|
177
|
+
}
|
178
|
+
}
|
143
179
|
}
|
144
|
-
|
180
|
+
|
181
|
+
declare global {
|
182
|
+
let owpl: {
|
183
|
+
"WpProperties": { new(...args: any[]): { $props: typeof wc88894e6a2e4144b6a6f1af3612caf276.propsDefinition | VueComponentBaseProps } }
|
184
|
+
"WpPropertiesSettings": { new(...args: any[]): { $props: typeof wc295591853df2404993e5d8326ec94982.propsDefinition | VueComponentBaseProps } }
|
185
|
+
"OmniaWorkplaceSignoffrequestrollup": { new(...args: any[]): { $props: typeof wc830aeebda0334b00969ca8c135e2f344.propsDefinition | VueComponentBaseProps } }
|
186
|
+
"OmniaWorkplaceUserManagementJourney": { new(...args: any[]): { $props: typeof wc1d19aeb722e44b9e9d2617035854dd2a.propsDefinition | VueComponentBaseProps } }
|
187
|
+
"OmniaWorkplaceUserManagementUserTypeListing": { new(...args: any[]): { $props: typeof wcebd9788ab21748688f4e594ecf568806.propsDefinition | VueComponentBaseProps } }
|
188
|
+
"OmniaWorkplaceUserManagementUserTypeDetail": { new(...args: any[]): { $props: typeof wc0f51dc5b13ae4c3e8b74eab4eb3b289b.propsDefinition | VueComponentBaseProps } }
|
189
|
+
"OmniaWorkplaceUserManagementSyncProviderListing": { new(...args: any[]): { $props: typeof wc242dc5602ede41f0b6d4151884a2ec63.propsDefinition | VueComponentBaseProps } }
|
190
|
+
"OmniaWorkplaceUserManagementSyncProviderSettings": { new(...args: any[]): { $props: typeof wc0ab38b6f985240ec83c437db8a27d7c6.propsDefinition | VueComponentBaseProps } }
|
191
|
+
"OmniaWorkplaceUserManagementSyncProviderLogs": { new(...args: any[]): { $props: typeof wc6a15d7edea3d4b548b71d8a7f3e50295.propsDefinition | VueComponentBaseProps } }
|
192
|
+
"OmniaWorkplaceUserManagementUserListing": { new(...args: any[]): { $props: typeof wc6f1fc2596ddb411abf1741ed422947e3.propsDefinition | VueComponentBaseProps } }
|
193
|
+
"OmniaWorkplaceUserManagementUserDetail": { new(...args: any[]): { $props: typeof wcfb9aa542fd414c5f8468aa0ad67d11f7.propsDefinition | VueComponentBaseProps } }
|
194
|
+
"OmniaWorkplaceUserManagementUserAuthentication": { new(...args: any[]): { $props: typeof wc2de8ec5f9d034828b1928ba37e48b322.propsDefinition | VueComponentBaseProps } }
|
195
|
+
"OmniaWorkplaceUserManagementGroupListing": { new(...args: any[]): { $props: typeof wc0a208072d45f4f498d59ab7b9da9a10d.propsDefinition | VueComponentBaseProps } }
|
196
|
+
"OmniaWorkplaceUserManagementGroupDetail": { new(...args: any[]): { $props: typeof wc836c198b2a2c418f89a0cf47ed44092d.propsDefinition | VueComponentBaseProps } }
|
197
|
+
"OmniaWorkplaceUserManagementAuthenticationSettings": { new(...args: any[]): { $props: typeof wca95a8b4a7e944190924087b361950843.propsDefinition | VueComponentBaseProps } }
|
198
|
+
"OmniaWorkplaceUserManagementDynamicgroupListing": { new(...args: any[]): { $props: typeof wc9c3a9218af534e48b95ba122eb43db64.propsDefinition | VueComponentBaseProps } }
|
199
|
+
"OmniaWorkplaceUserManagementDynamicgroupDetail": { new(...args: any[]): { $props: typeof wcf43ef789418d4f56bd2788420f3d9823.propsDefinition | VueComponentBaseProps } }
|
200
|
+
"OmniaWorkplaceUserManagementUserpropertyListing": { new(...args: any[]): { $props: typeof wc77fa3438c9204b32bddc1b8361e530c2.propsDefinition | VueComponentBaseProps } }
|
201
|
+
"OmniaWorkplaceUserManagementUserpropertyDetail": { new(...args: any[]): { $props: typeof wc3967363b80cd4b12900f7a9c7975bf6a.propsDefinition | VueComponentBaseProps } }
|
202
|
+
"OwplQueryablepropertiesJourney": { new(...args: any[]): { $props: typeof wc19997524d6bc4fc2a411bd1e3faf661b.propsDefinition | VueComponentBaseProps } }
|
203
|
+
"OmniaTadAppJourney": { new(...args: any[]): { $props: typeof wcb830a9783f584951a2d81e2b2009a126.propsDefinition | VueComponentBaseProps } }
|
204
|
+
"OmniaTadOpenaiDalleSecret": { new(...args: any[]): { $props: typeof wc28b79dc39fc04a07ae50fa8d77e4a84b.propsDefinition | VueComponentBaseProps } }
|
205
|
+
"OwplEnterprisepropertiesJourney": { new(...args: any[]): { $props: typeof wce98dd24f7bfa4704ad5e85510cbe3d37.propsDefinition | VueComponentBaseProps } }
|
206
|
+
"OmniaTadPropertiesJourney": { new(...args: any[]): { $props: typeof wc95f6e9a4f7284543998644bf59323c76.propsDefinition | VueComponentBaseProps } }
|
207
|
+
"OmniaTadPropertysetsJourney": { new(...args: any[]): { $props: typeof wc813c8357aa75489fb022f5c7b0a02443.propsDefinition | VueComponentBaseProps } }
|
208
|
+
"OmniaTadTenantSecretsJourney": { new(...args: any[]): { $props: typeof wc1d60e6da39df4458b6213b4d64bf2843.propsDefinition | VueComponentBaseProps } }
|
209
|
+
"OmniaSecurityJourney": { new(...args: any[]): { $props: typeof wc64414dbb034543c89572b254ef41aae7.propsDefinition | VueComponentBaseProps } }
|
210
|
+
"OmniaTadSecurityJourney": { new(...args: any[]): { $props: typeof wc48770aa703464610ace370d3f3e65f14.propsDefinition | VueComponentBaseProps } }
|
211
|
+
"OmniaTadTenantadminSettings": { new(...args: any[]): { $props: typeof wc5618d436945b4fdfb43293dac1a541a6.propsDefinition | VueComponentBaseProps } }
|
212
|
+
"WpAdminSignoffrequestQuerypropertiesJourney": { new(...args: any[]): { $props: typeof wc5fb83ba2a1224324925faa7dad59a22d.propsDefinition | VueComponentBaseProps } }
|
213
|
+
"OmniaTadSystemJourney": { new(...args: any[]): { $props: typeof wc8d451f6cbcf442c3a4a07d3ad5de09a3.propsDefinition | VueComponentBaseProps } }
|
214
|
+
"OmniaTadSystemAccountForm": { new(...args: any[]): { $props: typeof wc0f7957bf937e4563992af142e027d1d2.propsDefinition | VueComponentBaseProps } }
|
215
|
+
"WplTenantreusablecontentSecretJourney": { new(...args: any[]): { $props: typeof wc8a58fe31bf8240a4a5f5a827c4446de1.propsDefinition | VueComponentBaseProps } }
|
216
|
+
"OmniaTadTenantreusablecontentAdminJourney": { new(...args: any[]): { $props: typeof wc25f35a90f1e049b5952b0a5dd40ee6fd.propsDefinition | VueComponentBaseProps } }
|
217
|
+
"OmniaTadTextCompletionForm": { new(...args: any[]): { $props: typeof wc8f0de086dd4048209dcf73e01556c5ae.propsDefinition | VueComponentBaseProps } }
|
218
|
+
"PanPeopleRollup": { new(...args: any[]): { $props: typeof wcb5a5fd89a18c4c0e90877cb3556bede5.propsDefinition | VueComponentBaseProps } }
|
219
|
+
"OwplPowerappSettingAdminJourneyTenant": { new(...args: any[]): { $props: typeof wcb643dd40d26c4c739f23d5fa4b436064.propsDefinition | VueComponentBaseProps } }
|
220
|
+
"OmniaWorkspaceYammerAppForm": { new(...args: any[]): { $props: typeof wc352e23d39a2040f786991b9796032e3a.propsDefinition | VueComponentBaseProps } }
|
221
|
+
"OmniaWorkspaceTeamworkPermissionInput": { new(...args: any[]): { $props: typeof wc240a15bb28454ace84086bc1d251b859.propsDefinition | VueComponentBaseProps } }
|
222
|
+
"OtcTeamCollaborationRollup": { new(...args: any[]): { $props: typeof wc87f6d9e757bc4495ba2de1bf961642ac.propsDefinition | VueComponentBaseProps } }
|
223
|
+
"OmniaTadBusinessprofileJourney": { new(...args: any[]): { $props: typeof wc2b69d826807c470e9db10a19bba2d1e0.propsDefinition | VueComponentBaseProps } }
|
224
|
+
"OmniaTadTenantAdministratorPermissionJourney": { new(...args: any[]): { $props: typeof wcaf0c761e8ba54dee858ca7593adcce76.propsDefinition | VueComponentBaseProps } }
|
225
|
+
"OmniaTadBusinessProfileHttpCodeDisplay": { new(...args: any[]): { $props: typeof wc9b3a0a46626748f3b71168bd16f62a66.propsDefinition | VueComponentBaseProps } }
|
226
|
+
"OmniaTadTenantHttpCodeDisplay": { new(...args: any[]): { $props: typeof wca2b3a1be68a849c28d605069174de7be.propsDefinition | VueComponentBaseProps } }
|
227
|
+
"OmniaWorkspaceAttachSiteButton": { new(...args: any[]): { $props: typeof wc2cff741d3f8546e3b36f143020d9a547.propsDefinition | VueComponentBaseProps } }
|
228
|
+
"OmniaWorkspaceSyncLastActivityButton": { new(...args: any[]): { $props: typeof wc31470e4c6f9d41769d35d31d1f8446fc.propsDefinition | VueComponentBaseProps } }
|
229
|
+
"OmniaWorkspaceAppEditing": { new(...args: any[]): { $props: typeof wcc6d4210701a54825910e4232aeac8b75.propsDefinition | VueComponentBaseProps } }
|
230
|
+
"OmniaWorkspaceSensitivityLabel": { new(...args: any[]): { $props: typeof wc036c36b99a434829aa0901c6b5868a82.propsDefinition | VueComponentBaseProps } }
|
231
|
+
"OmniaWorkspaceSetupTeamwork": { new(...args: any[]): { $props: typeof wc9f8b58418bcd4de38000c1f1c0deb062.propsDefinition | VueComponentBaseProps } }
|
232
|
+
"OmniaTadTenantMediapicker": { new(...args: any[]): { $props: typeof wc37329e5d5cf74ff1ba633ce14b88e51c.propsDefinition | VueComponentBaseProps } }
|
233
|
+
"OmniaTadTenantMediapickerCropratios": { new(...args: any[]): { $props: typeof wca49a79f59f1e471d813f12926f411f9c.propsDefinition | VueComponentBaseProps } }
|
234
|
+
"OmniaTadTenantMediapickerFilesize": { new(...args: any[]): { $props: typeof wcab1f3fecab21479198cc3a4934b6625d.propsDefinition | VueComponentBaseProps } }
|
235
|
+
"OmniaTadTenantMediapickerScalingsettings": { new(...args: any[]): { $props: typeof wc19b22417acb641c196f947ea4d60f4b2.propsDefinition | VueComponentBaseProps } }
|
236
|
+
"OmniaTadGeneralsettings": { new(...args: any[]): { $props: typeof wc62529631696b457bbc0418c888fc940f.propsDefinition | VueComponentBaseProps } }
|
237
|
+
"OmniaTadTenantregional": { new(...args: any[]): { $props: typeof wcfcf7035a4e22428fbcdd47843d4882ba.propsDefinition | VueComponentBaseProps } }
|
238
|
+
"OmniaTadTenantauthenticationJourney": { new(...args: any[]): { $props: typeof wc06663ffd728243a5bf53f39717ecec5f.propsDefinition | VueComponentBaseProps } }
|
239
|
+
"OmniaTadAzureadpermissionsJourney": { new(...args: any[]): { $props: typeof wc2d8b288c0d904db4a4b86f7e6851b109.propsDefinition | VueComponentBaseProps } }
|
240
|
+
"OmnaixAzureadsyncAdminJourney": { new(...args: any[]): { $props: typeof wcdefc96c5152c48679763477ae749f271.propsDefinition | VueComponentBaseProps } }
|
241
|
+
"OmniaTadCsomclientcontextFallbackurlJourney": { new(...args: any[]): { $props: typeof wcecf746d7b8ad478f9b3b564dfcd81162.propsDefinition | VueComponentBaseProps } }
|
242
|
+
"OmniaTadCustomemailJourney": { new(...args: any[]): { $props: typeof wc61fdccaff48f471dbe822dc9b5911c85.propsDefinition | VueComponentBaseProps } }
|
243
|
+
"OmniaTadExtensionsJourney": { new(...args: any[]): { $props: typeof wcaa12c9f2abc344b980c998c3e8105671.propsDefinition | VueComponentBaseProps } }
|
244
|
+
"OmniaTadMicrosoft365Journey": { new(...args: any[]): { $props: typeof wc21fdcf572d81494688a966a63f7e9cd1.propsDefinition | VueComponentBaseProps } }
|
245
|
+
"OmniaTadTenantpeopleinformationJourney": { new(...args: any[]): { $props: typeof wc2949577e19024e2ea58a23dc0c0a22a5.propsDefinition | VueComponentBaseProps } }
|
246
|
+
"OmniaTadServicesJourney": { new(...args: any[]): { $props: typeof wcfeb168ca8f484e06ab3f88d48c078319.propsDefinition | VueComponentBaseProps } }
|
247
|
+
"OmniaTadSpfxInstructionJourney": { new(...args: any[]): { $props: typeof wcbcf37fbe9ed64f61859cdd0fd624dcb9.propsDefinition | VueComponentBaseProps } }
|
248
|
+
"OmniaTadTeamsappGeneratorJourney": { new(...args: any[]): { $props: typeof wc877e3f23d8244d3ba564b9e8298b9488.propsDefinition | VueComponentBaseProps } }
|
249
|
+
"OmniaTadTenantcontactJourney": { new(...args: any[]): { $props: typeof wc9fbf91affc974ca698437e8ada43bb0c.propsDefinition | VueComponentBaseProps } }
|
250
|
+
"OmniaTadTenanterrorinformationJourney": { new(...args: any[]): { $props: typeof wcebaf28e84f5e44f9a5b265c0eb54b911.propsDefinition | VueComponentBaseProps } }
|
251
|
+
"OmniaTadTexttranslatorJourney": { new(...args: any[]): { $props: typeof wca5d4f21baf094e238e54ec05121953f0.propsDefinition | VueComponentBaseProps } }
|
252
|
+
"OmniaWpSignoffrequestrollupProgressstatusRenderer": { new(...args: any[]): { $props: typeof wc84d11b7319be41918b63564083c376f6.propsDefinition | VueComponentBaseProps } }
|
253
|
+
"OmniaWpSignoffrequestrollupProgressstatusSettings": { new(...args: any[]): { $props: typeof wcda2ab10e0751481b819004f69178bc4c.propsDefinition | VueComponentBaseProps } }
|
254
|
+
"OmniaWpSignoffrequestrollupProgressstatusSettingsDefaultvalueinput": { new(...args: any[]): { $props: typeof wce18ff6ce8bd04511baad8ebf31d5f9ca.propsDefinition | VueComponentBaseProps } }
|
255
|
+
"OmniaWpSignoffrequestrollupProgressstatusSelection": { new(...args: any[]): { $props: typeof wca7bb250ca4014701994d845c61147fec.propsDefinition | VueComponentBaseProps } }
|
256
|
+
"OmniaWpSignoffrequestrollupStatusRenderer": { new(...args: any[]): { $props: typeof wceb9d51dea42d4fdc832d80838014c11f.propsDefinition | VueComponentBaseProps } }
|
257
|
+
"OmniaWpSignoffrequestrollupStatusSettings": { new(...args: any[]): { $props: typeof wcba1b704157e8417591c8995c18f9aaa5.propsDefinition | VueComponentBaseProps } }
|
258
|
+
"OmniaWpSignoffrequestrollupStatusSettingsDefaultvalueinput": { new(...args: any[]): { $props: typeof wc1ab3ab1dff20498bb479a2d39dd3a196.propsDefinition | VueComponentBaseProps } }
|
259
|
+
"OmniaWpSignoffrequestrollupStatusSelection": { new(...args: any[]): { $props: typeof wc586025d5e9a14b849737f6da29ca3b4a.propsDefinition | VueComponentBaseProps } }
|
260
|
+
"OmniaWpSignoffrequestrollupTypeRenderer": { new(...args: any[]): { $props: typeof wce135d092ee7b4cd9b014d013de56ada5.propsDefinition | VueComponentBaseProps } }
|
261
|
+
"OmniaWpSignoffrequestrollupTypeSettings": { new(...args: any[]): { $props: typeof wc688e5482ec4b45d1ba0af20e783c0ce3.propsDefinition | VueComponentBaseProps } }
|
262
|
+
"OmniaWpSignoffrequestrollupTypeSettingsDefaultvalueinput": { new(...args: any[]): { $props: typeof wcb22476a7e7344e599525e8547fa85d32.propsDefinition | VueComponentBaseProps } }
|
263
|
+
"OmniaWpSignoffrequestrollupTypeSelection": { new(...args: any[]): { $props: typeof wcaa32f8b8df044934be45fd7394e9cc8d.propsDefinition | VueComponentBaseProps } }
|
264
|
+
"OmniaWorkplaceAzureAdSyncAppForm": { new(...args: any[]): { $props: typeof wcb4199c78758f4012874dea3685eb2e1d.propsDefinition | VueComponentBaseProps } }
|
265
|
+
"OmniaxAzureAdSyncAccountForm": { new(...args: any[]): { $props: typeof wcaf6eb9f45bf64611ba359264e76f0287.propsDefinition | VueComponentBaseProps } }
|
266
|
+
//{{nselementName}}
|
267
|
+
};
|
145
268
|
}
|
package/package.json
CHANGED
package/task.js
CHANGED
@@ -15,9 +15,9 @@ function init() {
|
|
15
15
|
resourceId: "491a5b75-e3d6-472a-8958-216be85b092a"
|
16
16
|
}
|
17
17
|
]);
|
18
|
-
const
|
19
|
-
if (fsExtra.existsSync(
|
20
|
-
(0, tooling_vue_1.
|
18
|
+
const outputPath = path.resolve(__dirname, "./internal-do-not-import-from-here/tooling.output.json");
|
19
|
+
if (fsExtra.existsSync(outputPath)) {
|
20
|
+
(0, tooling_vue_1.registerOutputInfo)(fsExtra.readJSONSync(outputPath));
|
21
21
|
}
|
22
22
|
}
|
23
23
|
exports.init = init;
|
package/task.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
"use strict";
|
2
|
-
import { registerManifestsReference,
|
2
|
+
import { registerManifestsReference, registerOutputInfo } from "@omnia/tooling-vue";
|
3
3
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
5
5
|
|
@@ -18,9 +18,9 @@ export function init() {
|
|
18
18
|
}
|
19
19
|
]);
|
20
20
|
|
21
|
-
const
|
22
|
-
if (fsExtra.existsSync(
|
23
|
-
|
21
|
+
const outputPath = path.resolve(__dirname, "./internal-do-not-import-from-here/tooling.output.json");
|
22
|
+
if (fsExtra.existsSync(outputPath)) {
|
23
|
+
registerOutputInfo(fsExtra.readJSONSync(outputPath));
|
24
24
|
}
|
25
25
|
}
|
26
26
|
|