update bundle

This commit is contained in:
王劲鹏
2021-03-03 16:13:58 +08:00
committed by osborn
parent 28519d20c7
commit 0e430cc342
7 changed files with 27 additions and 15 deletions

View File

@@ -22,7 +22,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { View, Property } from "../ui/view";
import { View, Property, InconsistProperty } from "../ui/view";
import { Color } from "../util/color";
import { Gravity } from "../util/gravity";
import { layoutConfig } from "../util/index.util";
@@ -44,7 +44,7 @@ export class Input extends View {
}
}
__decorate([
Property,
InconsistProperty,
__metadata("design:type", String)
], Input.prototype, "text", void 0);
__decorate([

View File

@@ -22,13 +22,13 @@ var __metadata = (this && this.__metadata) || function (k, v) {
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { View, Property } from "../ui/view";
import { View, Property, InconsistProperty } from "../ui/view";
import { Color } from "../util/color";
import { layoutConfig } from "../util/index.util";
export class Switch extends View {
}
__decorate([
Property,
InconsistProperty,
__metadata("design:type", Boolean)
], Switch.prototype, "state", void 0);
__decorate([