@omnia/tooling-vue 8.0.293-dev → 8.0.296-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 +60 -0
- package/internal-do-not-import-from-here/tasks/ComponentDocRegistrations.js +1 -1
- package/package.json +3 -3
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { VueComponentBaseProps } from "../../../../client/fx/ux/index";
|
|
2
2
|
import wcf3d75940db51447dbf6719251f5465b0 from '../../../../client/fx/console/components/Console';
|
|
3
3
|
import wce6b88bd8d41949c8af6fed268ae64430 from '../../../../client/fx/console/components/SocketComponent';
|
|
4
|
+
import wc5057354b14bb430e854a22e21d9ab7af from '../../../../client/fx/spfx/components/OmniaWPContainerSettings';
|
|
5
|
+
import wca7105d996040472b8d55819f99a434db from '../../../../client/fx/spfx/components/OmniaWPContainer';
|
|
4
6
|
import wc8e3534c9960c46b090f442e563d71265 from '../../../../client/fx/ux/alignmentpicker/AlignmentPicker';
|
|
5
7
|
import wce4889269c6ad440da65f3acdf5bb6152 from '../../../../client/fx/ux/authsetup/AuthSetup';
|
|
6
8
|
import wc057bef6897bb4ba4a089d01c2da1322e from '../../../../client/fx/ux/chrome/ChromeRenderer';
|
|
@@ -12,6 +14,7 @@ import wc90e26d3a6e3e4bf9bd1ce81c6735eda2 from '../../../../client/fx/ux/datetim
|
|
|
12
14
|
import wcd3d05fa7bb114ecab1c16f714641b678 from '../../../../client/fx/ux/datetimezonerenderer/DateTimeZoneRenderer';
|
|
13
15
|
import wc3ff00f2d8a4c48a4ae0cff23fc0127ac from '../../../../client/fx/ux/dialog/Dialog';
|
|
14
16
|
import wc3c8a3f4a373c4d7bb02bbeccc49b8d79 from '../../../../client/fx/ux/documenticon/DocumentIcon';
|
|
17
|
+
import wc109f737cdec14061b134c74ab16b0ad9 from '../../../../client/fx/ux/draggable/DraggableComponent';
|
|
15
18
|
import wc60feadd89e4d4c2eb095cee9f104ee96 from '../../../../client/fx/ux/dynamicplaceholder/DynamicPlaceholder';
|
|
16
19
|
import wcac8a9be60cfb47f288f602ececa6687f from '../../../../client/fx/ux/dynamicplaceholder/DynamicPlaceholderSettings';
|
|
17
20
|
import wc41a6d1b1b02e4b368aac19ded6b391a1 from '../../../../client/fx/ux/enterpriseglossary/EnterpriseGlossaryPicker';
|
|
@@ -278,6 +281,7 @@ import wc154a229c9bd84d31aed848da93f29ea2 from '../../../../client/fx/ux/oxide/l
|
|
|
278
281
|
import wc4a4631845ea24fbb8cabdbb9b06772da from '../../../../client/fx/ux/oxide/list/ListItem';
|
|
279
282
|
import wc1ed9f2ec3580492cb211d719c9b15ad1 from '../../../../client/fx/ux/oxide/main/Main';
|
|
280
283
|
import wc01c206c8b30e41408b6457cdea679b78 from '../../../../client/fx/ux/oxide/menu/Menu';
|
|
284
|
+
import wc3e9e78e3757946ffb9d1b19e67727eb1 from '../../../../client/fx/ux/oxide/motion/Motion';
|
|
281
285
|
import wc48b4d391d03f4a01a9485b845917d229 from '../../../../client/fx/ux/oxide/navigationdrawer/NavigationDrawer';
|
|
282
286
|
import wc16277e3059db453eb98ad6946d315c39 from '../../../../client/fx/ux/oxide/notification/Notification';
|
|
283
287
|
import wcecbd3b3dbc834cf0856597772da1320c from '../../../../client/fx/ux/oxide/pagination/Pagination';
|
|
@@ -476,6 +480,7 @@ import wc37329e5d5cf74ff1ba633ce14b88e51c from '../../../../client/fx/ux/admin/s
|
|
|
476
480
|
import wca49a79f59f1e471d813f12926f411f9c from '../../../../client/fx/ux/admin/settings/blades/mediapicker/components/cropratios/CropRatiosJourney';
|
|
477
481
|
import wcab1f3fecab21479198cc3a4934b6625d from '../../../../client/fx/ux/admin/settings/blades/mediapicker/components/filesize/FileSizeLimitSettingsJourney';
|
|
478
482
|
import wc19b22417acb641c196f947ea4d60f4b2 from '../../../../client/fx/ux/admin/settings/blades/mediapicker/components/scalingsettings/ScalingSettingsJourney';
|
|
483
|
+
import wc69af1046393b4f49975f7800f0e825a0 from '../../../../client/fx/ux/admin/settings/blades/redirect/OmniaRedirect';
|
|
479
484
|
import wc62529631696b457bbc0418c888fc940f from '../../../../client/fx/ux/admin/settings/blades/tenantgeneralsettings/TenantGeneralSettings';
|
|
480
485
|
import wcfcf7035a4e22428fbcdd47843d4882ba from '../../../../client/fx/ux/admin/settings/blades/tenantregional/TenantRegional';
|
|
481
486
|
import wc05be354b04b344449edd7269f762a43c from '../../../../client/fx/ux/admin/system/submenu/auditlogs/AuditLogsJourney';
|
|
@@ -484,6 +489,7 @@ import wc61fdccaff48f471dbe822dc9b5911c85 from '../../../../client/fx/ux/admin/s
|
|
|
484
489
|
import wcaa12c9f2abc344b980c998c3e8105671 from '../../../../client/fx/ux/admin/system/submenu/extensions/ExtensionsJourney';
|
|
485
490
|
import wcde39448bc490408486b3889c4227c5f0 from '../../../../client/fx/ux/admin/system/submenu/licenses/LicensesJourney';
|
|
486
491
|
import wcb4f33fbec8ed473f8d2584f35154a981 from '../../../../client/fx/ux/admin/system/submenu/localizationadmin/LocalizationAdmin';
|
|
492
|
+
import wcb19b2cdc3d544c1893c3048886487a73 from '../../../../client/fx/ux/admin/system/submenu/seo/SeoManager';
|
|
487
493
|
import wcfeb168ca8f484e06ab3f88d48c078319 from '../../../../client/fx/ux/admin/system/submenu/services/ServicesJourney';
|
|
488
494
|
import wc3a923c54b15d461597cd678c0d561496 from '../../../../client/fx/ux/admin/system/submenu/systemlogs/SystemLogsJourney';
|
|
489
495
|
import wc9fbf91affc974ca698437e8ada43bb0c from '../../../../client/fx/ux/admin/system/submenu/tenantcontact/TenantContactJourney';
|
|
@@ -549,6 +555,17 @@ declare global {
|
|
|
549
555
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
550
556
|
};
|
|
551
557
|
} : typeof wcf3d75940db51447dbf6719251f5465b0;
|
|
558
|
+
"fx": {
|
|
559
|
+
"spfx": {
|
|
560
|
+
"wp": typeof wca7105d996040472b8d55819f99a434db extends {
|
|
561
|
+
propsDefinition: infer TProp;
|
|
562
|
+
} ? {
|
|
563
|
+
new (...args: any[]): {
|
|
564
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
565
|
+
};
|
|
566
|
+
} : typeof wca7105d996040472b8d55819f99a434db;
|
|
567
|
+
};
|
|
568
|
+
};
|
|
552
569
|
"admin": {
|
|
553
570
|
"renderer": typeof wc253e469ef68e4cb5b526343736c2ff11 extends {
|
|
554
571
|
propsDefinition: infer TProp;
|
|
@@ -750,6 +767,17 @@ declare global {
|
|
|
750
767
|
};
|
|
751
768
|
} : typeof wce6b88bd8d41949c8af6fed268ae64430;
|
|
752
769
|
};
|
|
770
|
+
"spfx": {
|
|
771
|
+
"wp": {
|
|
772
|
+
"settings": typeof wc5057354b14bb430e854a22e21d9ab7af extends {
|
|
773
|
+
propsDefinition: infer TProp;
|
|
774
|
+
} ? {
|
|
775
|
+
new (...args: any[]): {
|
|
776
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
777
|
+
};
|
|
778
|
+
} : typeof wc5057354b14bb430e854a22e21d9ab7af;
|
|
779
|
+
};
|
|
780
|
+
};
|
|
753
781
|
"alignment": {
|
|
754
782
|
"picker": typeof wc8e3534c9960c46b090f442e563d71265 extends {
|
|
755
783
|
propsDefinition: infer TProp;
|
|
@@ -893,6 +921,13 @@ declare global {
|
|
|
893
921
|
};
|
|
894
922
|
} : typeof wc3c8a3f4a373c4d7bb02bbeccc49b8d79;
|
|
895
923
|
};
|
|
924
|
+
"draggable": typeof wc109f737cdec14061b134c74ab16b0ad9 extends {
|
|
925
|
+
propsDefinition: infer TProp;
|
|
926
|
+
} ? {
|
|
927
|
+
new (...args: any[]): {
|
|
928
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
929
|
+
};
|
|
930
|
+
} : typeof wc109f737cdec14061b134c74ab16b0ad9;
|
|
896
931
|
"dynamic": {
|
|
897
932
|
"placeholder": {
|
|
898
933
|
"settings": typeof wcac8a9be60cfb47f288f602ececa6687f extends {
|
|
@@ -3977,6 +4012,24 @@ declare global {
|
|
|
3977
4012
|
};
|
|
3978
4013
|
};
|
|
3979
4014
|
"oa": {
|
|
4015
|
+
"redirect": {
|
|
4016
|
+
"manager": typeof wc69af1046393b4f49975f7800f0e825a0 extends {
|
|
4017
|
+
propsDefinition: infer TProp;
|
|
4018
|
+
} ? {
|
|
4019
|
+
new (...args: any[]): {
|
|
4020
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
4021
|
+
};
|
|
4022
|
+
} : typeof wc69af1046393b4f49975f7800f0e825a0;
|
|
4023
|
+
};
|
|
4024
|
+
"seomanager": {
|
|
4025
|
+
"journey": typeof wcb19b2cdc3d544c1893c3048886487a73 extends {
|
|
4026
|
+
propsDefinition: infer TProp;
|
|
4027
|
+
} ? {
|
|
4028
|
+
new (...args: any[]): {
|
|
4029
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
4030
|
+
};
|
|
4031
|
+
} : typeof wcb19b2cdc3d544c1893c3048886487a73;
|
|
4032
|
+
};
|
|
3980
4033
|
"appsettings": {
|
|
3981
4034
|
"admin": {
|
|
3982
4035
|
"journey": typeof wc4cd5054dab4a44dfb4f0cd4be9d1ee50 extends {
|
|
@@ -4862,6 +4915,13 @@ declare global {
|
|
|
4862
4915
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
4863
4916
|
};
|
|
4864
4917
|
} : typeof wc01c206c8b30e41408b6457cdea679b78;
|
|
4918
|
+
"motion": typeof wc3e9e78e3757946ffb9d1b19e67727eb1 extends {
|
|
4919
|
+
propsDefinition: infer TProp;
|
|
4920
|
+
} ? {
|
|
4921
|
+
new (...args: any[]): {
|
|
4922
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
4923
|
+
};
|
|
4924
|
+
} : typeof wc3e9e78e3757946ffb9d1b19e67727eb1;
|
|
4865
4925
|
"navigation": {
|
|
4866
4926
|
"drawer": typeof wc48b4d391d03f4a01a9485b845917d229 extends {
|
|
4867
4927
|
propsDefinition: infer TProp;
|