diff --git a/compiler/components/anylayout.json b/compiler/components/anylayout.json new file mode 100644 index 0000000000000000000000000000000000000000..484f54ca58d132565317fcd105e28cf2cc373c2c --- /dev/null +++ b/compiler/components/anylayout.json @@ -0,0 +1,4 @@ +{ +"name": "AnyLayout", +"attrs": ["circleRadius", "circleEdgeWidth", "circleEdgeColor", "onCircleClick"] +} \ No newline at end of file diff --git a/compiler/tsconfig.json b/compiler/tsconfig.json index e7ee165ec8924d5a143b49209e55a7fe5f1d15da..639ae2baf2159819a5bddc964680c6e01295c368 100644 --- a/compiler/tsconfig.json +++ b/compiler/tsconfig.json @@ -159,6 +159,7 @@ "decorator": ["LocalBuilder", "Builder"] }, "components": [ + "AnyLayout", "AbilityComponent", "AlphabetIndexer", "AnalogClock", @@ -294,6 +295,11 @@ "extend": { "decorator": ["Extend", "AnimatableExtend"], "components": [ + { + "name": "AnyLayout", + "type": "AnyLayoutAttribute", + "instance": "AnyLayoutInstance" + }, { "name": "AbilityComponent", "type": "AbilityComponentAttribute",