@omnia/tooling-vue 8.0.524-dev → 8.0.525-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,7 +148,8 @@ 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 wc73154f51a92944acbe248779a3fa7ef5 from '../../../../client/fx/ux/versionedlayout/editor/
|
|
151
|
+
import wc73154f51a92944acbe248779a3fa7ef5 from '../../../../client/fx/ux/versionedlayout/editor/VersionedLayoutEditor_old';
|
|
152
|
+
import wcf61a88097aa748dbb99b691f78da571a from '../../../../client/fx/ux/versionedlayout/editor/VersionedLayoutEditor';
|
|
152
153
|
import wc32a6ca3074384eb4bcef68e9cd49a334 from '../../../../client/fx/ux/versionedlayout/editor/panels/versionhistory/VersionHistory';
|
|
153
154
|
import wcf024796066784669a26452b2da403b70 from '../../../../client/fx/ux/versionedlayout/editor/panels/Panels';
|
|
154
155
|
import wcc88e2566b07a4680aef7f575f5c5641b from '../../../../client/fx/ux/versionedlayout/controller/VersionedLayoutController';
|
|
@@ -2597,13 +2598,6 @@ declare global {
|
|
|
2597
2598
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
2598
2599
|
};
|
|
2599
2600
|
} : typeof wcba03fc7e6921468289c0a0ffe0cf942e;
|
|
2600
|
-
"controller": typeof wcc88e2566b07a4680aef7f575f5c5641b extends {
|
|
2601
|
-
propsDefinition: infer TProp;
|
|
2602
|
-
} ? {
|
|
2603
|
-
new (...args: any[]): {
|
|
2604
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
2605
|
-
};
|
|
2606
|
-
} : typeof wcc88e2566b07a4680aef7f575f5c5641b;
|
|
2607
2601
|
"editor": (typeof wc73154f51a92944acbe248779a3fa7ef5 extends {
|
|
2608
2602
|
propsDefinition: infer TProp;
|
|
2609
2603
|
} ? {
|
|
@@ -2611,6 +2605,13 @@ declare global {
|
|
|
2611
2605
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
2612
2606
|
};
|
|
2613
2607
|
} : typeof wc73154f51a92944acbe248779a3fa7ef5) & {
|
|
2608
|
+
"v2": typeof wcf61a88097aa748dbb99b691f78da571a extends {
|
|
2609
|
+
propsDefinition: infer TProp;
|
|
2610
|
+
} ? {
|
|
2611
|
+
new (...args: any[]): {
|
|
2612
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
2613
|
+
};
|
|
2614
|
+
} : typeof wcf61a88097aa748dbb99b691f78da571a;
|
|
2614
2615
|
"chrome": typeof wc177046bfd171495bbce70d1cd9242fa1 extends {
|
|
2615
2616
|
propsDefinition: infer TProp;
|
|
2616
2617
|
} ? {
|
|
@@ -2619,6 +2620,13 @@ declare global {
|
|
|
2619
2620
|
};
|
|
2620
2621
|
} : typeof wc177046bfd171495bbce70d1cd9242fa1;
|
|
2621
2622
|
};
|
|
2623
|
+
"controller": typeof wcc88e2566b07a4680aef7f575f5c5641b extends {
|
|
2624
|
+
propsDefinition: infer TProp;
|
|
2625
|
+
} ? {
|
|
2626
|
+
new (...args: any[]): {
|
|
2627
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
2628
|
+
};
|
|
2629
|
+
} : typeof wcc88e2566b07a4680aef7f575f5c5641b;
|
|
2622
2630
|
"blade": {
|
|
2623
2631
|
"builder": typeof wc35ec8e8c3b6e45858afd0b1832eef250 extends {
|
|
2624
2632
|
propsDefinition: infer TProp;
|