diff --git a/compiler/components/embedded_component.json b/compiler/components/embedded_component.json new file mode 100644 index 0000000000000000000000000000000000000000..d70f672ed34a102444bdd897ee31e75669d8d5ce --- /dev/null +++ b/compiler/components/embedded_component.json @@ -0,0 +1,9 @@ +{ + "name": "EmbeddedComponent", + "attrs": [ + "onTerminated", + "onError" + ], + "atomic": true, + "systemApi": true +} \ No newline at end of file diff --git a/compiler/tsconfig.esm.json b/compiler/tsconfig.esm.json index 0e29e51184350e31dbdb563de4cc5e6176fe55ed..145b3c295efaf8ff4230b716d1612c7665456169 100644 --- a/compiler/tsconfig.esm.json +++ b/compiler/tsconfig.esm.json @@ -28,6 +28,7 @@ "DatePicker", "Divider", "Ellipse", + "EmbeddedComponent", "Flex", "FormComponent", "Gauge", @@ -206,6 +207,11 @@ "type": "EllipseAttribute", "instance": "EllipseInstance" }, + { + "name": "EmbeddedComponent", + "type": "EmbeddedComponentAttribute", + "instance": "EmbeddedComponentInstance" + }, { "name": "Flex", "type": "FlexAttribute", diff --git a/compiler/tsconfig.json b/compiler/tsconfig.json index 65cd87bc31fd72b5e0748c80ed65c1cbaa7c4ac0..3943167b009ffe9f7947f48c56bb5461afc5bd36 100644 --- a/compiler/tsconfig.json +++ b/compiler/tsconfig.json @@ -28,6 +28,7 @@ "DatePicker", "Divider", "Ellipse", + "EmbeddedComponent", "Flex", "FormComponent", "Gauge", @@ -206,6 +207,11 @@ "type": "EllipseAttribute", "instance": "EllipseInstance" }, + { + "name": "EmbeddedComponent", + "type": "EmbeddedComponentAttribute", + "instance": "EmbeddedComponentInstance" + }, { "name": "Flex", "type": "FlexAttribute",