@omnia/tooling-vue 8.0.233-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';
|
|
@@ -513,8 +512,6 @@ import wccac6f7b1e12d4d8b8d302340d885bd48 from '../../../../client/fx/ux/layoutc
|
|
|
513
512
|
import wc2a460a78bf504a2b9d00b1f86a347d46 from '../../../../client/fx/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings';
|
|
514
513
|
import wc5b6b6242356046c29e05c24fb2135bf0 from '../../../../client/fx/ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings';
|
|
515
514
|
import wc0f5cb3a8175d418c8527d1852cb28782 from '../../../../client/fx/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent';
|
|
516
|
-
import wcdaa944a8f4784cadab3dd17136f1b892 from '../../../../client/fx/ux/admin/system/submenu/auditlogs/blades/DetailsBlade';
|
|
517
|
-
import wc1ee168eee56443ac97099ad694c0b021 from '../../../../client/fx/ux/admin/system/submenu/auditlogs/blades/SettingsBlade';
|
|
518
515
|
import wc1476702e8f24468d9185322be5931c54 from '../../../../client/fx/ux/app/management/tabs/shared/addbutton/AddButton';
|
|
519
516
|
import wc56efc575579e4da3bb45d3a45d8c0888 from '../../../../client/fx/ux/aurora/admin/blades/blueprints/components/ComponentsJourney';
|
|
520
517
|
import wc891de93e73cc47b0a552d24fdf34c9cf from '../../../../client/fx/ux/aurora/admin/blades/blueprints/spacing/SpacingJourney';
|
|
@@ -1005,9 +1002,6 @@ declare global {
|
|
|
1005
1002
|
"oa-user-management-sync-provider-settings": typeof wc0ab38b6f985240ec83c437db8a27d7c6 extends {
|
|
1006
1003
|
propsDefinition: infer TProp;
|
|
1007
1004
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc0ab38b6f985240ec83c437db8a27d7c6 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc0ab38b6f985240ec83c437db8a27d7c6>, "propsDefinition">> : never;
|
|
1008
|
-
"oa-user-management-sync-provider-logs": typeof wc6a15d7edea3d4b548b71d8a7f3e50295 extends {
|
|
1009
|
-
propsDefinition: infer TProp;
|
|
1010
|
-
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc6a15d7edea3d4b548b71d8a7f3e50295 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc6a15d7edea3d4b548b71d8a7f3e50295>, "propsDefinition">> : never;
|
|
1011
1005
|
"oa-user-management-omnia-search-user-logs": typeof wce77bbdc8d37d4449b3515d9f408e7ec8 extends {
|
|
1012
1006
|
propsDefinition: infer TProp;
|
|
1013
1007
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wce77bbdc8d37d4449b3515d9f408e7ec8 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wce77bbdc8d37d4449b3515d9f408e7ec8>, "propsDefinition">> : never;
|
|
@@ -2079,12 +2073,6 @@ declare global {
|
|
|
2079
2073
|
"omfx-enterprise-glossary-link": typeof wc0f5cb3a8175d418c8527d1852cb28782 extends {
|
|
2080
2074
|
propsDefinition: infer TProp;
|
|
2081
2075
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc0f5cb3a8175d418c8527d1852cb28782 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc0f5cb3a8175d418c8527d1852cb28782>, "propsDefinition">> : never;
|
|
2082
|
-
"oa-auditlog-detail": typeof wcdaa944a8f4784cadab3dd17136f1b892 extends {
|
|
2083
|
-
propsDefinition: infer TProp;
|
|
2084
|
-
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcdaa944a8f4784cadab3dd17136f1b892 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcdaa944a8f4784cadab3dd17136f1b892>, "propsDefinition">> : never;
|
|
2085
|
-
"oa-auditlog-settings": typeof wc1ee168eee56443ac97099ad694c0b021 extends {
|
|
2086
|
-
propsDefinition: infer TProp;
|
|
2087
|
-
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc1ee168eee56443ac97099ad694c0b021 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc1ee168eee56443ac97099ad694c0b021>, "propsDefinition">> : never;
|
|
2088
2076
|
"omfx-add-button": typeof wc1476702e8f24468d9185322be5931c54 extends {
|
|
2089
2077
|
propsDefinition: infer TProp;
|
|
2090
2078
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc1476702e8f24468d9185322be5931c54 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc1476702e8f24468d9185322be5931c54>, "propsDefinition">> : never;
|
|
@@ -5719,13 +5707,6 @@ declare global {
|
|
|
5719
5707
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
5720
5708
|
};
|
|
5721
5709
|
} : typeof wc0ab38b6f985240ec83c437db8a27d7c6;
|
|
5722
|
-
"logs": typeof wc6a15d7edea3d4b548b71d8a7f3e50295 extends {
|
|
5723
|
-
propsDefinition: infer TProp;
|
|
5724
|
-
} ? {
|
|
5725
|
-
new (...args: any[]): {
|
|
5726
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
5727
|
-
};
|
|
5728
|
-
} : typeof wc6a15d7edea3d4b548b71d8a7f3e50295;
|
|
5729
5710
|
};
|
|
5730
5711
|
};
|
|
5731
5712
|
"omnia": {
|
|
@@ -6062,22 +6043,6 @@ declare global {
|
|
|
6062
6043
|
};
|
|
6063
6044
|
} : typeof wc9fbf91affc974ca698437e8ada43bb0c;
|
|
6064
6045
|
};
|
|
6065
|
-
"auditlog": {
|
|
6066
|
-
"detail": typeof wcdaa944a8f4784cadab3dd17136f1b892 extends {
|
|
6067
|
-
propsDefinition: infer TProp;
|
|
6068
|
-
} ? {
|
|
6069
|
-
new (...args: any[]): {
|
|
6070
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
6071
|
-
};
|
|
6072
|
-
} : typeof wcdaa944a8f4784cadab3dd17136f1b892;
|
|
6073
|
-
"settings": typeof wc1ee168eee56443ac97099ad694c0b021 extends {
|
|
6074
|
-
propsDefinition: infer TProp;
|
|
6075
|
-
} ? {
|
|
6076
|
-
new (...args: any[]): {
|
|
6077
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
6078
|
-
};
|
|
6079
|
-
} : typeof wc1ee168eee56443ac97099ad694c0b021;
|
|
6080
|
-
};
|
|
6081
6046
|
};
|
|
6082
6047
|
let o: {
|
|
6083
6048
|
"alert": typeof wc8a200f29d7484601b901dd76ca8ec771 extends {
|