@omnia/tooling-vue 8.0.232-dev → 8.0.234-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/config/omnia.vendor.manifest.json +1 -1
- package/internal-do-not-import-from-here/config/tooling.output.json +1 -1
- package/internal-do-not-import-from-here/config/wctypings.d.ts +22 -24
- package/internal-do-not-import-from-here/shared.js +3 -0
- package/internal-do-not-import-from-here/tasks/ComponentDocRegistrations.js +1 -1
- package/package.json +3 -3
|
@@ -68,6 +68,7 @@ import wcd836de74ad894f4999e21046b1ba2cab from '../../../../client/fx/ux/magicli
|
|
|
68
68
|
import wc744b3f31e00c4815b63ecaf638ad7a7a from '../../../../client/fx/ux/markdown/MarkdownEditor';
|
|
69
69
|
import wcc8b990d01ddc45ab930b4409fc406435 from '../../../../client/fx/ux/markdown/MarkdownRenderer';
|
|
70
70
|
import wccbd18219fce4454d92afd1867f0ef43b from '../../../../client/fx/ux/markdown/MarkdownToolbar';
|
|
71
|
+
import wcfaee0b6397494a9abca9c480856e2498 from '../../../../client/fx/ux/markdown2/MarkdownEditorFuture';
|
|
71
72
|
import wce9bb3179713943d787e139cedf749838 from '../../../../client/fx/ux/mediapickerimage/MediaPickerImage';
|
|
72
73
|
import wc4b2648ed8b124e62a09b21b099b43399 from '../../../../client/fx/ux/mediapickervideo/MediaPickerVideo';
|
|
73
74
|
import wc2e8004b49c8d44dd8edb56ce884c2b57 from '../../../../client/fx/ux/monaco/MonacoEditor';
|
|
@@ -218,6 +219,7 @@ import wcf8c97eefe53a4f3eaab4aedd8a53f5a8 from '../../../../client/fx/ux/layoutc
|
|
|
218
219
|
import wc8e03e2f7fb024945bc51138b77d06088 from '../../../../client/fx/ux/layoutcanvas/editor/LayoutEditorCanvas';
|
|
219
220
|
import wc0b2ee63495854227a082987161a9e641 from '../../../../client/fx/ux/layoutcanvas/renderer/LayoutBlockRendererHelper';
|
|
220
221
|
import wcf346db89a53b404690b1795429fb0162 from '../../../../client/fx/ux/layoutcanvas/renderer/LayoutRendererCanvas';
|
|
222
|
+
import wcdc73e71c4fdf47bbb5f48c6d998b4229 from '../../../../client/fx/ux/markdown2/markdowntester/MarkdownTester';
|
|
221
223
|
import wc96c7e84dfb66450796fe123aea7999c5 from '../../../../client/fx/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer';
|
|
222
224
|
import wcc15cd6402e584ab18c73ed2b5e3eded9 from '../../../../client/fx/ux/mediagallery/view/MediaDisplayRenderer';
|
|
223
225
|
import wc29f45ded4fb4479fab6fd6fd79505642 from '../../../../client/fx/ux/mediapickerV2/chrome/MediaPicker';
|
|
@@ -511,8 +513,6 @@ import wccac6f7b1e12d4d8b8d302340d885bd48 from '../../../../client/fx/ux/layoutc
|
|
|
511
513
|
import wc2a460a78bf504a2b9d00b1f86a347d46 from '../../../../client/fx/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings';
|
|
512
514
|
import wc5b6b6242356046c29e05c24fb2135bf0 from '../../../../client/fx/ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings';
|
|
513
515
|
import wc0f5cb3a8175d418c8527d1852cb28782 from '../../../../client/fx/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent';
|
|
514
|
-
import wcdaa944a8f4784cadab3dd17136f1b892 from '../../../../client/fx/ux/admin/system/submenu/auditlogs/blades/DetailsBlade';
|
|
515
|
-
import wc1ee168eee56443ac97099ad694c0b021 from '../../../../client/fx/ux/admin/system/submenu/auditlogs/blades/SettingsBlade';
|
|
516
516
|
import wc1476702e8f24468d9185322be5931c54 from '../../../../client/fx/ux/app/management/tabs/shared/addbutton/AddButton';
|
|
517
517
|
import wc56efc575579e4da3bb45d3a45d8c0888 from '../../../../client/fx/ux/aurora/admin/blades/blueprints/components/ComponentsJourney';
|
|
518
518
|
import wc891de93e73cc47b0a552d24fdf34c9cf from '../../../../client/fx/ux/aurora/admin/blades/blueprints/spacing/SpacingJourney';
|
|
@@ -742,6 +742,9 @@ declare global {
|
|
|
742
742
|
"omfx-markdown-editor-toolbar": typeof wccbd18219fce4454d92afd1867f0ef43b extends {
|
|
743
743
|
propsDefinition: infer TProp;
|
|
744
744
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wccbd18219fce4454d92afd1867f0ef43b extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wccbd18219fce4454d92afd1867f0ef43b>, "propsDefinition">> : never;
|
|
745
|
+
"omfx-markdown-editor-future": typeof wcfaee0b6397494a9abca9c480856e2498 extends {
|
|
746
|
+
propsDefinition: infer TProp;
|
|
747
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcfaee0b6397494a9abca9c480856e2498 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcfaee0b6397494a9abca9c480856e2498>, "propsDefinition">> : never;
|
|
745
748
|
"omfx-media-picker-image": typeof wce9bb3179713943d787e139cedf749838 extends {
|
|
746
749
|
propsDefinition: infer TProp;
|
|
747
750
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wce9bb3179713943d787e139cedf749838 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wce9bb3179713943d787e139cedf749838>, "propsDefinition">> : never;
|
|
@@ -1192,6 +1195,9 @@ declare global {
|
|
|
1192
1195
|
"omfx-layout-renderer-canvas": typeof wcf346db89a53b404690b1795429fb0162 extends {
|
|
1193
1196
|
propsDefinition: infer TProp;
|
|
1194
1197
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcf346db89a53b404690b1795429fb0162 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcf346db89a53b404690b1795429fb0162>, "propsDefinition">> : never;
|
|
1198
|
+
"omfx-markdown-tester": typeof wcdc73e71c4fdf47bbb5f48c6d998b4229 extends {
|
|
1199
|
+
propsDefinition: infer TProp;
|
|
1200
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcdc73e71c4fdf47bbb5f48c6d998b4229 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcdc73e71c4fdf47bbb5f48c6d998b4229>, "propsDefinition">> : never;
|
|
1195
1201
|
"omfx-photowall-slider-display-renderer": typeof wc96c7e84dfb66450796fe123aea7999c5 extends {
|
|
1196
1202
|
propsDefinition: infer TProp;
|
|
1197
1203
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc96c7e84dfb66450796fe123aea7999c5 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc96c7e84dfb66450796fe123aea7999c5>, "propsDefinition">> : never;
|
|
@@ -2071,12 +2077,6 @@ declare global {
|
|
|
2071
2077
|
"omfx-enterprise-glossary-link": typeof wc0f5cb3a8175d418c8527d1852cb28782 extends {
|
|
2072
2078
|
propsDefinition: infer TProp;
|
|
2073
2079
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc0f5cb3a8175d418c8527d1852cb28782 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc0f5cb3a8175d418c8527d1852cb28782>, "propsDefinition">> : never;
|
|
2074
|
-
"oa-auditlog-detail": typeof wcdaa944a8f4784cadab3dd17136f1b892 extends {
|
|
2075
|
-
propsDefinition: infer TProp;
|
|
2076
|
-
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcdaa944a8f4784cadab3dd17136f1b892 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcdaa944a8f4784cadab3dd17136f1b892>, "propsDefinition">> : never;
|
|
2077
|
-
"oa-auditlog-settings": typeof wc1ee168eee56443ac97099ad694c0b021 extends {
|
|
2078
|
-
propsDefinition: infer TProp;
|
|
2079
|
-
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc1ee168eee56443ac97099ad694c0b021 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc1ee168eee56443ac97099ad694c0b021>, "propsDefinition">> : never;
|
|
2080
2080
|
"omfx-add-button": typeof wc1476702e8f24468d9185322be5931c54 extends {
|
|
2081
2081
|
propsDefinition: infer TProp;
|
|
2082
2082
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc1476702e8f24468d9185322be5931c54 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc1476702e8f24468d9185322be5931c54>, "propsDefinition">> : never;
|
|
@@ -3176,6 +3176,13 @@ declare global {
|
|
|
3176
3176
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
3177
3177
|
};
|
|
3178
3178
|
} : typeof wccbd18219fce4454d92afd1867f0ef43b;
|
|
3179
|
+
"future": typeof wcfaee0b6397494a9abca9c480856e2498 extends {
|
|
3180
|
+
propsDefinition: infer TProp;
|
|
3181
|
+
} ? {
|
|
3182
|
+
new (...args: any[]): {
|
|
3183
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
3184
|
+
};
|
|
3185
|
+
} : typeof wcfaee0b6397494a9abca9c480856e2498;
|
|
3179
3186
|
};
|
|
3180
3187
|
"renderer": typeof wcc8b990d01ddc45ab930b4409fc406435 extends {
|
|
3181
3188
|
propsDefinition: infer TProp;
|
|
@@ -3191,6 +3198,13 @@ declare global {
|
|
|
3191
3198
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
3192
3199
|
};
|
|
3193
3200
|
} : typeof wc744b3f31e00c4815b63ecaf638ad7a7a;
|
|
3201
|
+
"tester": typeof wcdc73e71c4fdf47bbb5f48c6d998b4229 extends {
|
|
3202
|
+
propsDefinition: infer TProp;
|
|
3203
|
+
} ? {
|
|
3204
|
+
new (...args: any[]): {
|
|
3205
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
3206
|
+
};
|
|
3207
|
+
} : typeof wcdc73e71c4fdf47bbb5f48c6d998b4229;
|
|
3194
3208
|
};
|
|
3195
3209
|
"media": {
|
|
3196
3210
|
"picker": {
|
|
@@ -6040,22 +6054,6 @@ declare global {
|
|
|
6040
6054
|
};
|
|
6041
6055
|
} : typeof wc9fbf91affc974ca698437e8ada43bb0c;
|
|
6042
6056
|
};
|
|
6043
|
-
"auditlog": {
|
|
6044
|
-
"detail": typeof wcdaa944a8f4784cadab3dd17136f1b892 extends {
|
|
6045
|
-
propsDefinition: infer TProp;
|
|
6046
|
-
} ? {
|
|
6047
|
-
new (...args: any[]): {
|
|
6048
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
6049
|
-
};
|
|
6050
|
-
} : typeof wcdaa944a8f4784cadab3dd17136f1b892;
|
|
6051
|
-
"settings": typeof wc1ee168eee56443ac97099ad694c0b021 extends {
|
|
6052
|
-
propsDefinition: infer TProp;
|
|
6053
|
-
} ? {
|
|
6054
|
-
new (...args: any[]): {
|
|
6055
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
6056
|
-
};
|
|
6057
|
-
} : typeof wc1ee168eee56443ac97099ad694c0b021;
|
|
6058
|
-
};
|
|
6059
6057
|
};
|
|
6060
6058
|
let o: {
|
|
6061
6059
|
"alert": typeof wc8a200f29d7484601b901dd76ca8ec771 extends {
|
|
@@ -356,6 +356,9 @@ function replaceComponentNamespace(content) {
|
|
|
356
356
|
if (info.wc?.namespaces) {
|
|
357
357
|
info.wc.namespaces.forEach(namespace => {
|
|
358
358
|
content = content.replace(new RegExp(`(<|<\/|\\s)${namespace}\\..*?(>|\\s)`, 'g'), function (match) {
|
|
359
|
+
if (match.indexOf("<") === -1) {
|
|
360
|
+
return match;
|
|
361
|
+
}
|
|
359
362
|
return match.replace(new RegExp(`(${namespace}.*)(?=(>|\\s))`), function (token) {
|
|
360
363
|
return token.replace(/(\S+)/g, function (tag) {
|
|
361
364
|
// console.log("replaceWebComponentNamespaceMapping", tag)
|