@omnia/tooling-vue 8.0.526-dev → 8.0.527-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.
|
@@ -148,6 +148,7 @@ import wc21a1f20b3d404602853049c1c8b8da2f from '../../../../client/fx/ux/userpre
|
|
|
148
148
|
import wc30289e2b58ff48b0aabb3cb3732c3038 from '../../../../client/fx/ux/usertypelayout/UserTypeLayoutRenderer';
|
|
149
149
|
import wc90cfd68bb4e04f67bfd5677bdf4af59d from '../../../../client/fx/ux/validation/FieldValidation';
|
|
150
150
|
import wcba03fc7e6921468289c0a0ffe0cf942e from '../../../../client/fx/ux/versionedlayout/renderer/VersionedLayoutRenderer';
|
|
151
|
+
import wc16225d552da74599b01a49952f3d2280 from '../../../../client/fx/ux/versionedlayout/renderer/v2/VersionedLayoutRenderer';
|
|
151
152
|
import wc73154f51a92944acbe248779a3fa7ef5 from '../../../../client/fx/ux/versionedlayout/editor/VersionedLayoutEditor_old';
|
|
152
153
|
import wcf61a88097aa748dbb99b691f78da571a from '../../../../client/fx/ux/versionedlayout/editor/VersionedLayoutEditor';
|
|
153
154
|
import wc32a6ca3074384eb4bcef68e9cd49a334 from '../../../../client/fx/ux/versionedlayout/editor/panels/versionhistory/VersionHistory';
|
|
@@ -2592,13 +2593,21 @@ declare global {
|
|
|
2592
2593
|
};
|
|
2593
2594
|
"versioned": {
|
|
2594
2595
|
"layout": {
|
|
2595
|
-
"renderer": typeof wcba03fc7e6921468289c0a0ffe0cf942e extends {
|
|
2596
|
+
"renderer": (typeof wcba03fc7e6921468289c0a0ffe0cf942e extends {
|
|
2596
2597
|
propsDefinition: infer TProp;
|
|
2597
2598
|
} ? {
|
|
2598
2599
|
new (...args: any[]): {
|
|
2599
2600
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
2600
2601
|
};
|
|
2601
|
-
} : typeof wcba03fc7e6921468289c0a0ffe0cf942e
|
|
2602
|
+
} : typeof wcba03fc7e6921468289c0a0ffe0cf942e) & {
|
|
2603
|
+
"v2": typeof wc16225d552da74599b01a49952f3d2280 extends {
|
|
2604
|
+
propsDefinition: infer TProp;
|
|
2605
|
+
} ? {
|
|
2606
|
+
new (...args: any[]): {
|
|
2607
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
2608
|
+
};
|
|
2609
|
+
} : typeof wc16225d552da74599b01a49952f3d2280;
|
|
2610
|
+
};
|
|
2602
2611
|
"editor": (typeof wc73154f51a92944acbe248779a3fa7ef5 extends {
|
|
2603
2612
|
propsDefinition: infer TProp;
|
|
2604
2613
|
} ? {
|