@omnia/tooling-vue 8.0.291-dev → 8.0.292-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.
|
@@ -220,6 +220,8 @@ import wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e from '../../../../client/fx/ux/image/s
|
|
|
220
220
|
import wc8e03e2f7fb024945bc51138b77d06088 from '../../../../client/fx/ux/layoutcanvas/editor/LayoutEditorCanvas';
|
|
221
221
|
import wc4aed54beb02341e3a6cbde5af5fb6c78 from '../../../../client/fx/ux/layoutcanvas/layoutactionhandler/LayoutAction';
|
|
222
222
|
import wc02c473f7041b40038ceecdf09e6ba4ca from '../../../../client/fx/ux/layoutcanvas/layoutactionhandler/LayoutActionSettings';
|
|
223
|
+
import wc057def31f5f5403d91b2da569de2fdff from '../../../../client/fx/ux/layoutcanvas/layoutblock/LayoutBlock';
|
|
224
|
+
import wc5d6ec741cf6e4d8ab005abdda288ceed from '../../../../client/fx/ux/layoutcanvas/layoutblock/LayoutBlockSettings';
|
|
223
225
|
import wc0b2ee63495854227a082987161a9e641 from '../../../../client/fx/ux/layoutcanvas/renderer/LayoutBlockRendererHelper';
|
|
224
226
|
import wcf346db89a53b404690b1795429fb0162 from '../../../../client/fx/ux/layoutcanvas/renderer/LayoutRendererCanvas';
|
|
225
227
|
import wc96c7e84dfb66450796fe123aea7999c5 from '../../../../client/fx/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer';
|
|
@@ -2787,22 +2789,6 @@ declare global {
|
|
|
2787
2789
|
} : typeof wc8e03e2f7fb024945bc51138b77d06088;
|
|
2788
2790
|
};
|
|
2789
2791
|
"block": {
|
|
2790
|
-
"renderer": {
|
|
2791
|
-
"helper": typeof wc0b2ee63495854227a082987161a9e641 extends {
|
|
2792
|
-
propsDefinition: infer TProp;
|
|
2793
|
-
} ? {
|
|
2794
|
-
new (...args: any[]): {
|
|
2795
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
2796
|
-
};
|
|
2797
|
-
} : typeof wc0b2ee63495854227a082987161a9e641;
|
|
2798
|
-
};
|
|
2799
|
-
"placeholder": typeof wc4834285963564938a31a1ac1dfb1b5d8 extends {
|
|
2800
|
-
propsDefinition: infer TProp;
|
|
2801
|
-
} ? {
|
|
2802
|
-
new (...args: any[]): {
|
|
2803
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
2804
|
-
};
|
|
2805
|
-
} : typeof wc4834285963564938a31a1ac1dfb1b5d8;
|
|
2806
2792
|
"settings": {
|
|
2807
2793
|
"header": typeof wc2e52c0d860ec498fa3abf6b76eacc45d extends {
|
|
2808
2794
|
propsDefinition: infer TProp;
|
|
@@ -2840,6 +2826,29 @@ declare global {
|
|
|
2840
2826
|
};
|
|
2841
2827
|
} : typeof wc53cbd5702e9e41ffa95093586c0e001d;
|
|
2842
2828
|
};
|
|
2829
|
+
"renderer": {
|
|
2830
|
+
"helper": typeof wc0b2ee63495854227a082987161a9e641 extends {
|
|
2831
|
+
propsDefinition: infer TProp;
|
|
2832
|
+
} ? {
|
|
2833
|
+
new (...args: any[]): {
|
|
2834
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
2835
|
+
};
|
|
2836
|
+
} : typeof wc0b2ee63495854227a082987161a9e641;
|
|
2837
|
+
};
|
|
2838
|
+
"placeholder": typeof wc4834285963564938a31a1ac1dfb1b5d8 extends {
|
|
2839
|
+
propsDefinition: infer TProp;
|
|
2840
|
+
} ? {
|
|
2841
|
+
new (...args: any[]): {
|
|
2842
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
2843
|
+
};
|
|
2844
|
+
} : typeof wc4834285963564938a31a1ac1dfb1b5d8;
|
|
2845
|
+
"settings$": typeof wc5d6ec741cf6e4d8ab005abdda288ceed extends {
|
|
2846
|
+
propsDefinition: infer TProp;
|
|
2847
|
+
} ? {
|
|
2848
|
+
new (...args: any[]): {
|
|
2849
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
2850
|
+
};
|
|
2851
|
+
} : typeof wc5d6ec741cf6e4d8ab005abdda288ceed;
|
|
2843
2852
|
"title": {
|
|
2844
2853
|
"settings": typeof wcbeda6edf4c614323955fc06c6326f7e9 extends {
|
|
2845
2854
|
propsDefinition: infer TProp;
|
|
@@ -2857,6 +2866,13 @@ declare global {
|
|
|
2857
2866
|
};
|
|
2858
2867
|
} : typeof wc1b1dd31ac8644b498ddf378a431dfb19;
|
|
2859
2868
|
};
|
|
2869
|
+
"block$": typeof wc057def31f5f5403d91b2da569de2fdff extends {
|
|
2870
|
+
propsDefinition: infer TProp;
|
|
2871
|
+
} ? {
|
|
2872
|
+
new (...args: any[]): {
|
|
2873
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
2874
|
+
};
|
|
2875
|
+
} : typeof wc057def31f5f5403d91b2da569de2fdff;
|
|
2860
2876
|
"renderer": {
|
|
2861
2877
|
"canvas": typeof wcf346db89a53b404690b1795429fb0162 extends {
|
|
2862
2878
|
propsDefinition: infer TProp;
|