@omnia/tooling-vue 8.0.234-dev → 8.0.235-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.
|
@@ -155,7 +155,6 @@ import wc9539268b741944dd970796a5ff9d0b0d from '../../../../client/fx/ux/admin/u
|
|
|
155
155
|
import wcebd9788ab21748688f4e594ecf568806 from '../../../../client/fx/ux/admin/usermanagement/usertypes/UserTypeJourney';
|
|
156
156
|
import wc242dc5602ede41f0b6d4151884a2ec63 from '../../../../client/fx/ux/admin/usermanagement/synchronization/SyncProviderListingBlade';
|
|
157
157
|
import wc0ab38b6f985240ec83c437db8a27d7c6 from '../../../../client/fx/ux/admin/usermanagement/synchronization/SyncProviderSettingsBlade';
|
|
158
|
-
import wc6a15d7edea3d4b548b71d8a7f3e50295 from '../../../../client/fx/ux/admin/usermanagement/synchronization/SyncProviderLogsBlade';
|
|
159
158
|
import wce77bbdc8d37d4449b3515d9f408e7ec8 from '../../../../client/fx/ux/admin/usermanagement/synchronization/OmniaSearchUserLogsBlade';
|
|
160
159
|
import wcf5842aadad834b4bb7b8ef9d6eb8b8e1 from '../../../../client/fx/ux/admin/usermanagement/users/UserJourney';
|
|
161
160
|
import wc6f1fc2596ddb411abf1741ed422947e3 from '../../../../client/fx/ux/admin/usermanagement/users/active/Journey';
|
|
@@ -1003,9 +1002,6 @@ declare global {
|
|
|
1003
1002
|
"oa-user-management-sync-provider-settings": typeof wc0ab38b6f985240ec83c437db8a27d7c6 extends {
|
|
1004
1003
|
propsDefinition: infer TProp;
|
|
1005
1004
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc0ab38b6f985240ec83c437db8a27d7c6 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc0ab38b6f985240ec83c437db8a27d7c6>, "propsDefinition">> : never;
|
|
1006
|
-
"oa-user-management-sync-provider-logs": typeof wc6a15d7edea3d4b548b71d8a7f3e50295 extends {
|
|
1007
|
-
propsDefinition: infer TProp;
|
|
1008
|
-
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc6a15d7edea3d4b548b71d8a7f3e50295 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc6a15d7edea3d4b548b71d8a7f3e50295>, "propsDefinition">> : never;
|
|
1009
1005
|
"oa-user-management-omnia-search-user-logs": typeof wce77bbdc8d37d4449b3515d9f408e7ec8 extends {
|
|
1010
1006
|
propsDefinition: infer TProp;
|
|
1011
1007
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wce77bbdc8d37d4449b3515d9f408e7ec8 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wce77bbdc8d37d4449b3515d9f408e7ec8>, "propsDefinition">> : never;
|
|
@@ -5711,13 +5707,6 @@ declare global {
|
|
|
5711
5707
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
5712
5708
|
};
|
|
5713
5709
|
} : typeof wc0ab38b6f985240ec83c437db8a27d7c6;
|
|
5714
|
-
"logs": typeof wc6a15d7edea3d4b548b71d8a7f3e50295 extends {
|
|
5715
|
-
propsDefinition: infer TProp;
|
|
5716
|
-
} ? {
|
|
5717
|
-
new (...args: any[]): {
|
|
5718
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
5719
|
-
};
|
|
5720
|
-
} : typeof wc6a15d7edea3d4b548b71d8a7f3e50295;
|
|
5721
5710
|
};
|
|
5722
5711
|
};
|
|
5723
5712
|
"omnia": {
|