systelab-components-test
Version:
Widgets to be use in the E2E Tests based in Protractor
22 lines (21 loc) • 1.24 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("./widgets/button"), exports);
tslib_1.__exportStar(require("./widgets/checkbox"), exports);
tslib_1.__exportStar(require("./widgets/combobox"), exports);
tslib_1.__exportStar(require("./widgets/context-menu"), exports);
tslib_1.__exportStar(require("./widgets/datepicker"), exports);
tslib_1.__exportStar(require("./widgets/grid"), exports);
tslib_1.__exportStar(require("./widgets/icon"), exports);
tslib_1.__exportStar(require("./widgets/inputfield"), exports);
tslib_1.__exportStar(require("./widgets/label"), exports);
tslib_1.__exportStar(require("./widgets/message-popup"), exports);
tslib_1.__exportStar(require("./widgets/multiple-combobox"), exports);
tslib_1.__exportStar(require("./widgets/popup"), exports);
tslib_1.__exportStar(require("./widgets/radio-button"), exports);
tslib_1.__exportStar(require("./widgets/spinner"), exports);
tslib_1.__exportStar(require("./widgets/dialog"), exports);
tslib_1.__exportStar(require("./widgets/tabs"), exports);
tslib_1.__exportStar(require("./widgets/tab"), exports);
tslib_1.__exportStar(require("./widgets/widget"), exports);