update bundle
This commit is contained in:
@@ -2715,7 +2715,7 @@ var Input = /** @class */ (function (_super) {
|
||||
return this.nativeChannel(context, 'releaseFocus')();
|
||||
};
|
||||
__decorate$3([
|
||||
Property,
|
||||
InconsistProperty,
|
||||
__metadata$3("design:type", String)
|
||||
], Input.prototype, "text", void 0);
|
||||
__decorate$3([
|
||||
@@ -2911,7 +2911,7 @@ var Switch = /** @class */ (function (_super) {
|
||||
return _super !== null && _super.apply(this, arguments) || this;
|
||||
}
|
||||
__decorate([
|
||||
Property,
|
||||
InconsistProperty,
|
||||
__metadata("design:type", Boolean)
|
||||
], Switch.prototype, "state", void 0);
|
||||
__decorate([
|
||||
|
@@ -2081,7 +2081,7 @@ class Input extends View {
|
||||
}
|
||||
}
|
||||
__decorate$3([
|
||||
Property,
|
||||
InconsistProperty,
|
||||
__metadata$3("design:type", String)
|
||||
], Input.prototype, "text", void 0);
|
||||
__decorate$3([
|
||||
@@ -2216,7 +2216,7 @@ var __metadata = (undefined && undefined.__metadata) || function (k, v) {
|
||||
class Switch extends View {
|
||||
}
|
||||
__decorate([
|
||||
Property,
|
||||
InconsistProperty,
|
||||
__metadata("design:type", Boolean)
|
||||
], Switch.prototype, "state", void 0);
|
||||
__decorate([
|
||||
|
@@ -3576,7 +3576,7 @@ class Input extends View {
|
||||
}
|
||||
}
|
||||
__decorate$3([
|
||||
Property,
|
||||
InconsistProperty,
|
||||
__metadata$3("design:type", String)
|
||||
], Input.prototype, "text", void 0);
|
||||
__decorate$3([
|
||||
@@ -3711,7 +3711,7 @@ var __metadata = (undefined && undefined.__metadata) || function (k, v) {
|
||||
class Switch extends View {
|
||||
}
|
||||
__decorate([
|
||||
Property,
|
||||
InconsistProperty,
|
||||
__metadata("design:type", Boolean)
|
||||
], Switch.prototype, "state", void 0);
|
||||
__decorate([
|
||||
|
@@ -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([
|
||||
|
@@ -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([
|
||||
|
Reference in New Issue
Block a user