diff --git a/compiler/components/preview_ui_extension_component.json b/compiler/components/preview_ui_extension_component.json new file mode 100644 index 0000000000000000000000000000000000000000..00247aff317f342fb097baf44b16d911a714feab --- /dev/null +++ b/compiler/components/preview_ui_extension_component.json @@ -0,0 +1,11 @@ +{ + "name": "PreviewUIExtensionComponent", + "attrs": [ + "onTerminated", + "onError", + "onReceive", + "onRemoteReady" + ], + "atomic": true, + "systemApi": false +} \ No newline at end of file diff --git a/compiler/tsconfig.esm.json b/compiler/tsconfig.esm.json index 2e20f130e683922cde186a0cd89b1736f686e038..32530da6a9b1548b7b50e942f5341cbd51121317 100755 --- a/compiler/tsconfig.esm.json +++ b/compiler/tsconfig.esm.json @@ -275,6 +275,7 @@ "PasteButton", "SaveButton", "UIExtensionComponent", + "PreviewUIExtensionComponent", "IsolatedComponent", "RichEditor", "Component3D", @@ -861,6 +862,11 @@ "type": "UIExtensionComponentAttribute", "instance": "UIExtensionComponentInstance" }, + { + "name": "PreviewUIExtensionComponent", + "type": "PreviewUIExtensionComponentAttribute", + "instance": "PreviewUIExtensionComponentInstance" + }, { "name": "IsolatedComponent", "type": "IsolatedComponentAttribute", diff --git a/compiler/tsconfig.json b/compiler/tsconfig.json index 96c81984ebe1f3e9e8727c09d49b29a158250512..852aebd495fba0feaf1300d5240e197c1621bd9c 100644 --- a/compiler/tsconfig.json +++ b/compiler/tsconfig.json @@ -284,6 +284,7 @@ "PasteButton", "SaveButton", "UIExtensionComponent", + "PreviewUIExtensionComponent", "IsolatedComponent", "RichEditor", "Component3D", @@ -910,6 +911,11 @@ "type": "UIExtensionComponentAttribute", "instance": "UIExtensionComponentInstance" }, + { + "name": "PreviewUIExtensionComponent", + "type": "PreviewUIExtensionComponentAttribute", + "instance": "PreviewUIExtensionComponentInstance" + }, { "name": "IsolatedComponent", "type": "IsolatedComponentAttribute",