@omnia/workplace 8.0.5-dev → 8.0.6-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/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/styles/MyLinkStyles.d.ts +0 -29
- package/internal-do-not-import-from-here/wctypings.d.ts +22 -0
- package/package.json +1 -1
|
@@ -484,6 +484,7 @@ export declare class WebComponentManifests {
|
|
|
484
484
|
static get UserManagementUserDetailBladeAuthenticationTab(): Guid;
|
|
485
485
|
static get UserManagementUserDetailBladePropertiesTab(): Guid;
|
|
486
486
|
static get UserManagementBulkImportBlade(): Guid;
|
|
487
|
+
static get UserManagementLoginLogBlade(): Guid;
|
|
487
488
|
static get BusinessProfileAuthenticationBlade(): Guid;
|
|
488
489
|
static get TenantAnalyticsJourney(): Guid;
|
|
489
490
|
static get TenantAnalyticsSetupBlade(): Guid;
|
|
@@ -493,6 +493,7 @@ class WebComponentManifests {
|
|
|
493
493
|
static get UserManagementUserDetailBladeAuthenticationTab() { return new fx_models_1.Guid("95A66C49-40C7-442C-B815-359C5D299365"); }
|
|
494
494
|
static get UserManagementUserDetailBladePropertiesTab() { return new fx_models_1.Guid("9C7C9267-6BAE-4157-A588-98EECB88663D"); }
|
|
495
495
|
static get UserManagementBulkImportBlade() { return new fx_models_1.Guid("8DF3CBAB-53D4-4091-8FE0-A44F88E92018"); }
|
|
496
|
+
static get UserManagementLoginLogBlade() { return new fx_models_1.Guid("F00E21CD-5E0F-472A-A91D-C2B927E25FA7"); }
|
|
496
497
|
static get BusinessProfileAuthenticationBlade() { return new fx_models_1.Guid("4C9410C5-86FF-49A6-A493-F8A35BB3F990"); }
|
|
497
498
|
static get TenantAnalyticsJourney() { return new fx_models_1.Guid("d64bc647-0d37-49de-bd60-eb0d39cbb4a9"); }
|
|
498
499
|
static get TenantAnalyticsSetupBlade() { return new fx_models_1.Guid("3e80d831-f02b-4c0b-bfbd-a1354896f98b"); }
|
|
@@ -21,51 +21,22 @@ export declare const SimpleListStyles: {
|
|
|
21
21
|
linkIcon?: types.NestedCSSProperties;
|
|
22
22
|
linkItem?: types.NestedCSSProperties;
|
|
23
23
|
linkItemWrapper?: (spacing: SpacingSettings) => types.NestedCSSProperties;
|
|
24
|
-
showMoreBtnAlign?: types.NestedCSSProperties;
|
|
25
24
|
showMore?: (bgrColor: any, textColor: any) => types.NestedCSSProperties;
|
|
26
|
-
textColor?: (color: any) => types.NestedCSSProperties;
|
|
27
|
-
backgroundColor?: (bgrColor: any) => types.NestedCSSProperties;
|
|
28
25
|
};
|
|
29
26
|
export declare const AppIconStyles: {
|
|
30
27
|
padding: (spacing: SpacingSettings) => types.NestedCSSProperties;
|
|
31
|
-
linkIcon?: types.NestedCSSProperties;
|
|
32
28
|
titleText?: types.NestedCSSProperties;
|
|
33
|
-
linkTitle?: types.NestedCSSProperties;
|
|
34
29
|
wrapper?: (transform: boolean) => types.NestedCSSProperties;
|
|
35
|
-
showMore?: (bgrColor: any, textColor: any) => types.NestedCSSProperties;
|
|
36
|
-
textColor?: (color: any) => types.NestedCSSProperties;
|
|
37
|
-
backgroundColor?: (bgrColor: any) => types.NestedCSSProperties;
|
|
38
|
-
dialogTextWrapper?: types.NestedCSSProperties;
|
|
39
|
-
actionButtonWrapper?: types.NestedCSSProperties;
|
|
40
30
|
};
|
|
41
31
|
export declare const AppLaunchViewStyles: {
|
|
42
32
|
padding: (spacing: SpacingSettings) => types.NestedCSSProperties;
|
|
43
|
-
linkIcon?: types.NestedCSSProperties;
|
|
44
33
|
showAllLink?: types.NestedCSSProperties;
|
|
45
|
-
showAllLinkIcon?: types.NestedCSSProperties;
|
|
46
34
|
linkItem?: types.NestedCSSProperties;
|
|
47
35
|
linkTitle?: types.NestedCSSProperties;
|
|
48
36
|
linkTiteText?: types.NestedCSSProperties;
|
|
49
|
-
showMore?: (bgrColor: any) => types.NestedCSSProperties;
|
|
50
|
-
textColor?: (color: any) => types.NestedCSSProperties;
|
|
51
|
-
backgroundColor?: (bgrColor: any) => types.NestedCSSProperties;
|
|
52
37
|
};
|
|
53
38
|
export declare const AppLaunchStyles: {
|
|
54
|
-
wrapper?: types.NestedCSSProperties;
|
|
55
|
-
contentHeight?: types.NestedCSSProperties;
|
|
56
|
-
launchButton?: types.NestedCSSProperties;
|
|
57
|
-
dialogHeight?: types.NestedCSSProperties;
|
|
58
|
-
navigationIndex?: types.NestedCSSProperties;
|
|
59
|
-
appIcon?: types.NestedCSSProperties;
|
|
60
|
-
appIconHover?: types.NestedCSSProperties;
|
|
61
|
-
showMoreIcon?: types.NestedCSSProperties;
|
|
62
|
-
backgroundHover?: (bgrColor: any) => types.NestedCSSProperties;
|
|
63
|
-
backgroundColor?: (bgrColor: any) => types.NestedCSSProperties;
|
|
64
|
-
borderColor?: (bgrColor: any) => types.NestedCSSProperties;
|
|
65
|
-
a?: (bgrColor: any) => types.NestedCSSProperties;
|
|
66
39
|
appLanch?: types.NestedCSSProperties;
|
|
67
|
-
officeLink?: (bgrColor: any) => types.NestedCSSProperties;
|
|
68
|
-
officeLinkIcon?: types.NestedCSSProperties;
|
|
69
40
|
};
|
|
70
41
|
export declare const SimpleListingSearchTemplateStyles: {
|
|
71
42
|
itemWrapper?: types.NestedCSSProperties;
|
|
@@ -13,8 +13,13 @@ import wc88932da6b22f4bc09351c700308edfcc from '../../../../client/favicon/admin
|
|
|
13
13
|
import wc9bec119bf8b84fef9246263748793629 from '../../../../client/footer/components/FooterSettingsForm';
|
|
14
14
|
import wce556c401dfce48e8b4e923a14755dcdd from '../../../../client/logo/components/LogoComponent';
|
|
15
15
|
import wca119b69db10a4c6eb709878ee4800163 from '../../../../client/logo/components/LogoSettingsComponent';
|
|
16
|
+
import wcfe39c5e995cb43cfab3f7422dcf29030 from '../../../../client/mylinks/components/MyLinksComponent';
|
|
17
|
+
import wc12180b4d535f488d99ddb53544b7aa30 from '../../../../client/mylinks/components/QuickLinksComponent';
|
|
16
18
|
import wc64b86fee3f66437f887cffdd3514166f from '../../../../client/mylinks/components/QuickLinkSettingsForm';
|
|
17
19
|
import wcb5264aa5091b49f5b14fd495d6ec5009 from '../../../../client/mylinks/components/AppLaunchComponent';
|
|
20
|
+
import wc78ea783924834a058a17efd750402a7e from '../../../../client/mylinks/components/CompactAppLaunchComponent';
|
|
21
|
+
import wc8680e45ca9484321b5c1e09b80eb20d9 from '../../../../client/organizationtreeblock/OrganizationTreeBlockSettings';
|
|
22
|
+
import wc3834550717ee410c8583f7eb587e5903 from '../../../../client/organizationtreeblock/OrganizationTreeBlock';
|
|
18
23
|
import wc88894e6a2e4144b6a6f1af3612caf276 from '../../../../client/propertiesblock/Properties';
|
|
19
24
|
import wc295591853df2404993e5d8326ec94982 from '../../../../client/propertiesblock/PropertiesSettings';
|
|
20
25
|
import wc24c33a6612d84d628142fd0486dcd9ed from '../../../../client/search/components/QuickSearchComponent';
|
|
@@ -51,6 +56,7 @@ import wc95a66c4940c7442cb815359c5d299365 from '../../../../client/usermanagemen
|
|
|
51
56
|
import wc9c7c92676bae4157a58898eecb88663d from '../../../../client/usermanagement/admin/blades/usertypes/tabs/PropertiesTab';
|
|
52
57
|
import wc36d0078c1c79486bb4e392a97f03bdb5 from '../../../../client/usermanagement/admin/blades/identitycreationsettings/IdentityCreationRequestSettingsBlade';
|
|
53
58
|
import wc8df3cbab53d440918fe0a44f88e92018 from '../../../../client/usermanagement/admin/blades/users/BulkImportUsersBlade';
|
|
59
|
+
import wcf00e21cd5e0f472aa91dc2b927e25fa7 from '../../../../client/usermanagement/admin/blades/loginlog/LoginLogListingBlade';
|
|
54
60
|
import wcff8336d1955845ff84a59043adea65c0 from '../../../../client/usermenuv2/components/UserMenu';
|
|
55
61
|
import wcc2f552f72ec342d88bdb254712201b7e from '../../../../client/actionmenu/admin/ActionMenuAdmin';
|
|
56
62
|
import wc19997524d6bc4fc2a411bd1e3faf661b from '../../../../client/admin/appproperties/QueryableProperties';
|
|
@@ -145,6 +151,11 @@ import wc4023bb2d9cf14d9e8c3cc8206fc92658 from '../../../../client/forms/compone
|
|
|
145
151
|
import wcf7861b4b6856450da63327ef4d617283 from '../../../../client/mylinks/admin/appLaunch/AppLaunchAdmin';
|
|
146
152
|
import wcf2450b17ae8c4350b4676052e9f46e5e from '../../../../client/mylinks/admin/blades/SharedLinksListingBlade';
|
|
147
153
|
import wcce61a6332caf4895bda994b8553a00d2 from '../../../../client/mylinks/admin/blades/CreateEditBlade';
|
|
154
|
+
import wc4e4d65d67db942b798aba553a0c8b9dd from '../../../../client/mylinks/components/manage/ManageMyLinks';
|
|
155
|
+
import wceb09bd9c564c42058c58b3ed405403d4 from '../../../../client/mylinks/components/templates/QuickLinksAppIconsView';
|
|
156
|
+
import wcd031f476a71d47ff8f08817a63f0f956 from '../../../../client/mylinks/components/templates/QuickLinksSimpleListingView';
|
|
157
|
+
import wc5d34d10f0067418e8c67c28a99007a7f from '../../../../client/mylinks/components/templates/QuickLinksAppLaunchView';
|
|
158
|
+
import wccdd9e41db7844adbbbb45ccb0568a92b from '../../../../client/mylinks/components/templates/MyLinksPanelViewComponent';
|
|
148
159
|
import wc2cff741d3f8546e3b36f143020d9a547 from '../../../../client/teamcollaborationapp/configure/extensibilities/AttachSiteButton';
|
|
149
160
|
import wcc6d4210701a54825910e4232aeac8b75 from '../../../../client/teamcollaborationapp/configure/extensibilities/AppEditing';
|
|
150
161
|
import wc036c36b99a434829aa0901c6b5868a82 from '../../../../client/teamcollaborationapp/configure/extensibilities/SensitivityLabel';
|
|
@@ -245,8 +256,13 @@ declare global {
|
|
|
245
256
|
"omnia-workplace-footer-settings": typeof wc9bec119bf8b84fef9246263748793629 extends { propsDefinition: infer TProp } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc9bec119bf8b84fef9246263748793629 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc9bec119bf8b84fef9246263748793629>, "propsDefinition">> : never
|
|
246
257
|
"owpl-logo": typeof wce556c401dfce48e8b4e923a14755dcdd extends { propsDefinition: infer TProp } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wce556c401dfce48e8b4e923a14755dcdd extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wce556c401dfce48e8b4e923a14755dcdd>, "propsDefinition">> : never
|
|
247
258
|
"owpl-logo-settings": typeof wca119b69db10a4c6eb709878ee4800163 extends { propsDefinition: infer TProp } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wca119b69db10a4c6eb709878ee4800163 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wca119b69db10a4c6eb709878ee4800163>, "propsDefinition">> : never
|
|
259
|
+
"owpl-mylinks-navigation": typeof wcfe39c5e995cb43cfab3f7422dcf29030 extends { propsDefinition: infer TProp } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcfe39c5e995cb43cfab3f7422dcf29030 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcfe39c5e995cb43cfab3f7422dcf29030>, "propsDefinition">> : never
|
|
260
|
+
"owpl-workplace-quicklink": typeof wc12180b4d535f488d99ddb53544b7aa30 extends { propsDefinition: infer TProp } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc12180b4d535f488d99ddb53544b7aa30 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc12180b4d535f488d99ddb53544b7aa30>, "propsDefinition">> : never
|
|
248
261
|
"owpl-quicklink-settings": typeof wc64b86fee3f66437f887cffdd3514166f extends { propsDefinition: infer TProp } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc64b86fee3f66437f887cffdd3514166f extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc64b86fee3f66437f887cffdd3514166f>, "propsDefinition">> : never
|
|
249
262
|
"owpl-applauncher": typeof wcb5264aa5091b49f5b14fd495d6ec5009 extends { propsDefinition: infer TProp } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcb5264aa5091b49f5b14fd495d6ec5009 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcb5264aa5091b49f5b14fd495d6ec5009>, "propsDefinition">> : never
|
|
263
|
+
"owpl-compact-applauncher": typeof wc78ea783924834a058a17efd750402a7e extends { propsDefinition: infer TProp } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc78ea783924834a058a17efd750402a7e extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc78ea783924834a058a17efd750402a7e>, "propsDefinition">> : never
|
|
264
|
+
"wp-organizationtree-block-settings": typeof wc8680e45ca9484321b5c1e09b80eb20d9 extends { propsDefinition: infer TProp } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc8680e45ca9484321b5c1e09b80eb20d9 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc8680e45ca9484321b5c1e09b80eb20d9>, "propsDefinition">> : never
|
|
265
|
+
"wp-organizationtree-block": typeof wc3834550717ee410c8583f7eb587e5903 extends { propsDefinition: infer TProp } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc3834550717ee410c8583f7eb587e5903 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc3834550717ee410c8583f7eb587e5903>, "propsDefinition">> : never
|
|
250
266
|
"wp-properties": typeof wc88894e6a2e4144b6a6f1af3612caf276 extends { propsDefinition: infer TProp } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc88894e6a2e4144b6a6f1af3612caf276 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc88894e6a2e4144b6a6f1af3612caf276>, "propsDefinition">> : never
|
|
251
267
|
"wp-properties-settings": typeof wc295591853df2404993e5d8326ec94982 extends { propsDefinition: infer TProp } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc295591853df2404993e5d8326ec94982 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc295591853df2404993e5d8326ec94982>, "propsDefinition">> : never
|
|
252
268
|
"omnia-workplace-quick-search": typeof wc24c33a6612d84d628142fd0486dcd9ed extends { propsDefinition: infer TProp } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc24c33a6612d84d628142fd0486dcd9ed extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc24c33a6612d84d628142fd0486dcd9ed>, "propsDefinition">> : never
|
|
@@ -283,6 +299,7 @@ declare global {
|
|
|
283
299
|
"omnia-workplace-user-management-user-type-detail-properties-tab": typeof wc9c7c92676bae4157a58898eecb88663d extends { propsDefinition: infer TProp } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc9c7c92676bae4157a58898eecb88663d extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc9c7c92676bae4157a58898eecb88663d>, "propsDefinition">> : never
|
|
284
300
|
"omnia-workplace-user-management-identity-creation-request": typeof wc36d0078c1c79486bb4e392a97f03bdb5 extends { propsDefinition: infer TProp } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc36d0078c1c79486bb4e392a97f03bdb5 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc36d0078c1c79486bb4e392a97f03bdb5>, "propsDefinition">> : never
|
|
285
301
|
"omnia-workplace-user-management-bulk-import": typeof wc8df3cbab53d440918fe0a44f88e92018 extends { propsDefinition: infer TProp } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc8df3cbab53d440918fe0a44f88e92018 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc8df3cbab53d440918fe0a44f88e92018>, "propsDefinition">> : never
|
|
302
|
+
"omnia-workplace-user-management-login-log": typeof wcf00e21cd5e0f472aa91dc2b927e25fa7 extends { propsDefinition: infer TProp } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcf00e21cd5e0f472aa91dc2b927e25fa7 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcf00e21cd5e0f472aa91dc2b927e25fa7>, "propsDefinition">> : never
|
|
286
303
|
"omnia-workplace-usermenu": typeof wcff8336d1955845ff84a59043adea65c0 extends { propsDefinition: infer TProp } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcff8336d1955845ff84a59043adea65c0 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcff8336d1955845ff84a59043adea65c0>, "propsDefinition">> : never
|
|
287
304
|
"omnia-workplace-action-menu-admin": typeof wcc2f552f72ec342d88bdb254712201b7e extends { propsDefinition: infer TProp } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcc2f552f72ec342d88bdb254712201b7e extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcc2f552f72ec342d88bdb254712201b7e>, "propsDefinition">> : never
|
|
288
305
|
"owpl-queryableproperties-journey": typeof wc19997524d6bc4fc2a411bd1e3faf661b extends { propsDefinition: infer TProp } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc19997524d6bc4fc2a411bd1e3faf661b extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc19997524d6bc4fc2a411bd1e3faf661b>, "propsDefinition">> : never
|
|
@@ -377,6 +394,11 @@ declare global {
|
|
|
377
394
|
"omnia-workplace-app-launch-admin": typeof wcf7861b4b6856450da63327ef4d617283 extends { propsDefinition: infer TProp } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcf7861b4b6856450da63327ef4d617283 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcf7861b4b6856450da63327ef4d617283>, "propsDefinition">> : never
|
|
378
395
|
"omnia-workplace-admin-sharedlinks-listing": typeof wcf2450b17ae8c4350b4676052e9f46e5e extends { propsDefinition: infer TProp } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcf2450b17ae8c4350b4676052e9f46e5e extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcf2450b17ae8c4350b4676052e9f46e5e>, "propsDefinition">> : never
|
|
379
396
|
"omnia-workplace-admin-sharedlinks-addorupdate": typeof wcce61a6332caf4895bda994b8553a00d2 extends { propsDefinition: infer TProp } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcce61a6332caf4895bda994b8553a00d2 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcce61a6332caf4895bda994b8553a00d2>, "propsDefinition">> : never
|
|
397
|
+
"owpl-mylinks-managemylinks": typeof wc4e4d65d67db942b798aba553a0c8b9dd extends { propsDefinition: infer TProp } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc4e4d65d67db942b798aba553a0c8b9dd extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc4e4d65d67db942b798aba553a0c8b9dd>, "propsDefinition">> : never
|
|
398
|
+
"owpl-appicon-view-template": typeof wceb09bd9c564c42058c58b3ed405403d4 extends { propsDefinition: infer TProp } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wceb09bd9c564c42058c58b3ed405403d4 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wceb09bd9c564c42058c58b3ed405403d4>, "propsDefinition">> : never
|
|
399
|
+
"owpl-simple-view-template": typeof wcd031f476a71d47ff8f08817a63f0f956 extends { propsDefinition: infer TProp } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcd031f476a71d47ff8f08817a63f0f956 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcd031f476a71d47ff8f08817a63f0f956>, "propsDefinition">> : never
|
|
400
|
+
"owpl-app-launch-template": typeof wc5d34d10f0067418e8c67c28a99007a7f extends { propsDefinition: infer TProp } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc5d34d10f0067418e8c67c28a99007a7f extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc5d34d10f0067418e8c67c28a99007a7f>, "propsDefinition">> : never
|
|
401
|
+
"owpl-quicklink-view-template": typeof wccdd9e41db7844adbbbb45ccb0568a92b extends { propsDefinition: infer TProp } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wccdd9e41db7844adbbbb45ccb0568a92b extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wccdd9e41db7844adbbbb45ccb0568a92b>, "propsDefinition">> : never
|
|
380
402
|
"omnia-workspace-attach-site-button": typeof wc2cff741d3f8546e3b36f143020d9a547 extends { propsDefinition: infer TProp } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc2cff741d3f8546e3b36f143020d9a547 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc2cff741d3f8546e3b36f143020d9a547>, "propsDefinition">> : never
|
|
381
403
|
"omnia-workspace-app-editing": typeof wcc6d4210701a54825910e4232aeac8b75 extends { propsDefinition: infer TProp } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcc6d4210701a54825910e4232aeac8b75 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcc6d4210701a54825910e4232aeac8b75>, "propsDefinition">> : never
|
|
382
404
|
"omnia-workspace-sensitivity-label": typeof wc036c36b99a434829aa0901c6b5868a82 extends { propsDefinition: infer TProp } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc036c36b99a434829aa0901c6b5868a82 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc036c36b99a434829aa0901c6b5868a82>, "propsDefinition">> : never
|