@omnia/tooling-vue 8.0.254-dev → 8.0.256-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/tooling.output.json +1 -1
- package/internal-do-not-import-from-here/config/wctypings.d.ts +18 -0
- package/internal-do-not-import-from-here/tasks/ComponentDocRegistrations.js +1 -1
- package/internal-do-not-import-from-here/tasks/doc.js +1 -0
- package/internal-do-not-import-from-here/vite/middlewares/HmrMiddleware.js +4 -3
- package/package.json +3 -3
|
@@ -212,6 +212,8 @@ import wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e from '../../../../client/fx/ux/image/s
|
|
|
212
212
|
import wc800a5cc9e969441ab62989d09642fd91 from '../../../../client/fx/ux/layoutcanvas/actionhandler/LayoutEditorAction';
|
|
213
213
|
import wcf8c97eefe53a4f3eaab4aedd8a53f5a8 from '../../../../client/fx/ux/layoutcanvas/actionhandler/LayoutEditorActionSettings';
|
|
214
214
|
import wc8e03e2f7fb024945bc51138b77d06088 from '../../../../client/fx/ux/layoutcanvas/editor/LayoutEditorCanvas';
|
|
215
|
+
import wc4aed54beb02341e3a6cbde5af5fb6c78 from '../../../../client/fx/ux/layoutcanvas/layoutactionhandler/LayoutAction';
|
|
216
|
+
import wc02c473f7041b40038ceecdf09e6ba4ca from '../../../../client/fx/ux/layoutcanvas/layoutactionhandler/LayoutActionSettings';
|
|
215
217
|
import wc0b2ee63495854227a082987161a9e641 from '../../../../client/fx/ux/layoutcanvas/renderer/LayoutBlockRendererHelper';
|
|
216
218
|
import wcf346db89a53b404690b1795429fb0162 from '../../../../client/fx/ux/layoutcanvas/renderer/LayoutRendererCanvas';
|
|
217
219
|
import wcdc73e71c4fdf47bbb5f48c6d998b4229 from '../../../../client/fx/ux/markdown2/markdowntester/MarkdownTester';
|
|
@@ -687,6 +689,22 @@ declare global {
|
|
|
687
689
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
688
690
|
};
|
|
689
691
|
} : typeof wcf8c97eefe53a4f3eaab4aedd8a53f5a8;
|
|
692
|
+
"btn": {
|
|
693
|
+
"settings": typeof wc02c473f7041b40038ceecdf09e6ba4ca extends {
|
|
694
|
+
propsDefinition: infer TProp;
|
|
695
|
+
} ? {
|
|
696
|
+
new (...args: any[]): {
|
|
697
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
698
|
+
};
|
|
699
|
+
} : typeof wc02c473f7041b40038ceecdf09e6ba4ca;
|
|
700
|
+
};
|
|
701
|
+
"btn$": typeof wc4aed54beb02341e3a6cbde5af5fb6c78 extends {
|
|
702
|
+
propsDefinition: infer TProp;
|
|
703
|
+
} ? {
|
|
704
|
+
new (...args: any[]): {
|
|
705
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
706
|
+
};
|
|
707
|
+
} : typeof wc4aed54beb02341e3a6cbde5af5fb6c78;
|
|
690
708
|
};
|
|
691
709
|
"action$": typeof wc800a5cc9e969441ab62989d09642fd91 extends {
|
|
692
710
|
propsDefinition: infer TProp;
|