diff --git a/compiler/components/dynamic_component.json b/compiler/components/dynamic_component.json new file mode 100644 index 0000000000000000000000000000000000000000..78565f1ed8be23d2b3fc2ff1fff05ff21c13b2cd --- /dev/null +++ b/compiler/components/dynamic_component.json @@ -0,0 +1,6 @@ +{ + "name": "DynamicComponent", + "attrs": [ + "onError" + ] +} \ No newline at end of file diff --git a/compiler/tsconfig.esm.json b/compiler/tsconfig.esm.json index 16b0871aeb5fe92870788706db742044ab7d5884..720e024f47d11765f4d19f0d1efeae6d6bce6a41 100755 --- a/compiler/tsconfig.esm.json +++ b/compiler/tsconfig.esm.json @@ -277,6 +277,7 @@ "SaveButton", "UIExtensionComponent", "IsolatedComponent", + "DynamicComponent", "RichEditor", "Component3D", "ContainerSpan", @@ -884,6 +885,11 @@ "type": "IsolatedComponentAttribute", "instance": "IsolatedComponentInstance" }, + { + "name": "DynamicComponent", + "type": "DynamicComponentAttribute", + "instance": "DynamicComponentInstance" + }, { "name": "RichEditor", "type": "RichEditorAttribute", diff --git a/compiler/tsconfig.json b/compiler/tsconfig.json index 787f0572bb96f0b6fd37ea960bf7508cb74dd3bd..caadc5c4cb4763d0c191c4736424acff929385e0 100644 --- a/compiler/tsconfig.json +++ b/compiler/tsconfig.json @@ -285,6 +285,7 @@ "SaveButton", "UIExtensionComponent", "IsolatedComponent", + "DynamicComponent", "RichEditor", "Component3D", "ContainerSpan", @@ -927,6 +928,11 @@ "type": "IsolatedComponentAttribute", "instance": "IsolatedComponentInstance" }, + { + "name": "DynamicComponent", + "type": "DynamicComponentAttribute", + "instance": "DynamicComponentInstance" + }, { "name": "RichEditor", "type": "RichEditorAttribute",