UNPKG

@shko.online/componentframework-mock

Version:

Mocking library to help with testing PowerApps Component Framework Components

24 lines (22 loc) 557 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DateTimeMetadataMock = void 0; var _Metadata = require("./Metadata.mock"); /* Copyright (c) 2022 Betim Beja and Shko Online LLC Licensed under the MIT license. */ class DateTimeMetadataMock extends _Metadata.MetadataMock { constructor() { super(); this.Behavior = void 0; this.Format = void 0; this.ImeMode = void 0; this.Behavior = 0; this.Format = ''; this.ImeMode = 0; } } exports.DateTimeMetadataMock = DateTimeMetadataMock;