@aiot-toolkit/velasim
Version:
vela for sim
755 lines (710 loc) • 25.4 kB
JavaScript
export default function(global, globalThis, window, $app_exports$){
globalThis = undefined;
global = typeof window === "undefined" ? global.__proto__ : window ;
var createPageHandler = function() {
return /******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({
/***/ "./node_modules/@aiot-toolkit/dsl-xvm/lib/loaders/script-loader.js!./node_modules/@aiot-toolkit/dsl-xvm/lib/loaders/module-loader.js!./node_modules/babel-loader/lib/index.js?cwd=/home/zhoubingqing/workspace/vela/vela-demo-quality&cacheDirectory&plugins[]=/home/zhoubingqing/workspace/vela/vela-demo-quality/node_modules/@aiot-toolkit/dsl-xvm/lib/loaders/babel-plugin-jsx.js&comments=false&configFile=/home/zhoubingqing/workspace/vela/vela-demo-quality/node_modules/@aiot-toolkit/packager/babel.config.js!./node_modules/@aiot-toolkit/dsl-xvm/lib/loaders/access-loader.js!./node_modules/@aiot-toolkit/dsl-xvm/lib/loaders/fragment-loader.js?index=0&type=script!./node_modules/@aiot-toolkit/packager/lib/loaders/inject-suite-loader.js?hookName=onReady!./src/widgets/switch/origin/index.ux?uxType=page":
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/@aiot-toolkit/dsl-xvm/lib/loaders/script-loader.js!./node_modules/@aiot-toolkit/dsl-xvm/lib/loaders/module-loader.js!./node_modules/babel-loader/lib/index.js?cwd=/home/zhoubingqing/workspace/vela/vela-demo-quality&cacheDirectory&plugins[]=/home/zhoubingqing/workspace/vela/vela-demo-quality/node_modules/@aiot-toolkit/dsl-xvm/lib/loaders/babel-plugin-jsx.js&comments=false&configFile=/home/zhoubingqing/workspace/vela/vela-demo-quality/node_modules/@aiot-toolkit/packager/babel.config.js!./node_modules/@aiot-toolkit/dsl-xvm/lib/loaders/access-loader.js!./node_modules/@aiot-toolkit/dsl-xvm/lib/loaders/fragment-loader.js?index=0&type=script!./node_modules/@aiot-toolkit/packager/lib/loaders/inject-suite-loader.js?hookName=onReady!./src/widgets/switch/origin/index.ux?uxType=page ***!
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
module.exports = function __scriptModule__ (module, exports, $app_require$){"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _index = _interopRequireDefault2(__webpack_require__(/*! ./test/widgets/switch/origin/index.js */ "./test/widgets/switch/origin/index.js"));
function _interopRequireDefault2(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var _default = {
private: {
checkedValue2: false,
checkedValue3: true,
checkedValue4: false,
checkedValue5: true,
checkedValue6: true
},
onGetChecked2(evt) {
this.checkedValue2 = evt.checked;
this.onGetChecked2Active = 'onGetChecked2';
},
onGetChecked3(evt) {
this.checkedValue3 = evt.checked;
this.onGetChecked3Active = 'onGetChecked3';
},
onGetChecked4(evt) {
this.checkedValue4 = evt.checked;
this.onGetChecked4Active = 'onGetChecked4';
},
onGetChecked5(evt) {
this.checkedValue5 = evt.checked;
this.onGetChecked5Active = 'onGetChecked5';
},
onGetChecked6(evt) {
this.checkedValue6 = evt.checked;
this.onGetChecked5Active = 'onGetChecked6';
},
onReady() {
this.$options = this._options || this.$options;
if (this.$options._descriptor) {
this.$options._descriptor['back'] = {
access: 'public'
};
}
__webpack_require__.g.CASE_TEST_START = __webpack_require__.g.CASE_TEST_START || 1000;
__webpack_require__.g.CASE_TEST_TIMEOUT = __webpack_require__.g.CASE_TEST_TIMEOUT || 2000;
__webpack_require__.g.mocha = new Mocha({
reporter: 'json',
timeout: __webpack_require__.g.CASE_TEST_TIMEOUT
});
mocha.ui('bdd');
mocha.suite.emit('pre-require', __webpack_require__.g, null, mocha);
setTimeout(() => {
typeof _index.default === 'function' && (0, _index.default)(this);
const mochaRunner = mocha.run(() => {
if (mochaRunner) {
mochaRunner.testResults.stats.title = mocha.suite.suites && mocha.suite.suites[0] && mocha.suite.suites[0].title;
console.info('testResults: ', JSON.stringify(mochaRunner.testResults));
pushData('pageTestList', mochaRunner.testResults);
const stats = mochaRunner.testResults.stats;
}
if (this.back !== 'false') {
console.info('拥有关联测试用例,测试完毕,返回到之前的页面');
function _interopRequireDefault(obj) {
return obj && obj.__esModule ? obj : {
default: obj
};
}
var _system = _interopRequireDefault($app_require$('@app-module/system.router'));
_system.default.back();
}
});
}, __webpack_require__.g.CASE_TEST_START);
}
};
exports.default = _default;
const moduleOwn = exports.default || module.exports;
const accessors = ['public', 'protected', 'private'];
if (moduleOwn.data && accessors.some(function (acc) {
return moduleOwn[acc];
})) {
throw new Error('页面VM对象中的属性data不可与"' + accessors.join(',') + '"同时存在,请使用private替换data名称');
} else if (!moduleOwn.data) {
moduleOwn.data = {};
moduleOwn._descriptor = {};
accessors.forEach(function (acc) {
const accType = typeof moduleOwn[acc];
if (accType === 'object') {
moduleOwn.data = Object.assign(moduleOwn.data, moduleOwn[acc]);
for (const name in moduleOwn[acc]) {
moduleOwn._descriptor[name] = {
access: acc
};
}
} else if (accType === 'function') {
console.warn('页面VM对象中的属性' + acc + '的值不能是函数,请使用对象');
}
});
}}
/***/ }),
/***/ "./node_modules/@aiot-toolkit/dsl-xvm/lib/loaders/style-loader.js?index=0&type=style!./node_modules/@aiot-toolkit/dsl-xvm/lib/loaders/fragment-loader.js?index=0&type=style!./src/widgets/switch/origin/index.ux?uxType=page":
/*!***********************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/@aiot-toolkit/dsl-xvm/lib/loaders/style-loader.js?index=0&type=style!./node_modules/@aiot-toolkit/dsl-xvm/lib/loaders/fragment-loader.js?index=0&type=style!./src/widgets/switch/origin/index.ux?uxType=page ***!
\***********************************************************************************************************************************************************************************************************************************/
/***/ ((module) => {
module.exports = [
[
[
[
0,
"hap-page"
]
],
{
"flexDirection": "column",
"flex": 1,
"backgroundColor": "#fbf9fe"
}
],
[
[
[
0,
"hap-comp"
]
],
{
"flexDirection": "column",
"flex": 1,
"backgroundColor": "#fbf9fe"
}
],
[
[
[
0,
"hap-row"
]
],
{
"flexDirection": "column",
"borderTopWidth": "1px",
"borderTopColor": "rgb(187,187,187)"
}
],
[
[
[
0,
"hap-row-inline"
]
],
{
"borderTopWidth": "1px",
"borderTopColor": "rgb(187,187,187)"
}
],
[
[
[
0,
"hap-row-desc"
]
],
{
"color": "#3d3d3f",
"paddingTop": "10px",
"paddingRight": "0px",
"paddingBottom": "10px",
"paddingLeft": "20px",
"backgroundColor": "#f1ebeb"
}
],
[
[
[
0,
"hap-row-desc-inline"
]
],
{
"color": "#3d3d3f",
"paddingTop": "10px",
"paddingRight": "0px",
"paddingBottom": "10px",
"paddingLeft": "20px",
"backgroundColor": "#f1ebeb",
"width": "300px"
}
],
[
[
[
0,
"hap-row-container"
]
],
{
"marginTop": "50px",
"marginRight": "60px",
"marginBottom": "50px",
"marginLeft": "60px",
"flexDirection": "column"
}
],
[
[
[
0,
"hap-row-content"
]
],
{
"flexDirection": "column",
"backgroundColor": "#ffffff",
"paddingTop": "30px",
"paddingRight": "30px",
"paddingBottom": "30px",
"paddingLeft": "30px",
"marginBottom": "50px"
}
],
[
[
[
0,
"btn-l"
]
],
{
"height": "80px",
"textAlign": "center",
"marginTop": "50px",
"marginRight": "0px",
"marginBottom": "50px",
"marginLeft": "0px",
"color": "#ffffff",
"fontSize": "30px",
"backgroundColor": "#0faeff"
}
],
[
[
[
0,
"btn-m"
]
],
{
"height": "80px",
"textAlign": "center",
"borderRadius": "5px",
"marginTop": "50px",
"marginRight": "30px",
"marginBottom": "50px",
"marginLeft": "30px",
"color": "#ffffff",
"fontSize": "30px",
"backgroundColor": "#0faeff"
}
],
[
[
[
0,
"btn-s"
]
],
{
"height": "80px",
"textAlign": "center",
"borderRadius": "5px",
"marginTop": "50px",
"marginRight": "100px",
"marginBottom": "50px",
"marginLeft": "100px",
"color": "#ffffff",
"fontSize": "30px",
"backgroundColor": "#0faeff"
}
],
[
[
[
0,
"hap-row-content"
],
[
0,
"btn-s"
]
],
{
"height": "80px",
"textAlign": "center",
"borderRadius": "5px",
"marginTop": "50px",
"marginRight": "100px",
"marginBottom": "50px",
"marginLeft": "100px",
"color": "#ffffff",
"fontSize": "30px",
"backgroundColor": "#0faeff"
}
],
[
[
[
0,
"flex-dir-col"
]
],
{
"flexDirection": "column"
}
],
[
[
[
0,
"flex-dir-row"
]
],
{
"flexDirection": "row"
}
],
[
[
[
0,
"hap-m-r-20"
]
],
{
"marginRight": "20px"
}
],
[
[
[
0,
"switch"
]
],
{
"borderTopWidth": "1px",
"borderRightWidth": "1px",
"borderBottomWidth": "1px",
"borderLeftWidth": "1px",
"borderStyle": "solid",
"borderTopColor": "#FFFF00",
"borderRightColor": "#FFFF00",
"borderBottomColor": "#FFFF00",
"borderLeftColor": "#FFFF00",
"backgroundColor": "#FFFFFF",
"borderTopColor:checked": "#FF0000",
"borderRightColor:checked": "#FF0000",
"borderBottomColor:checked": "#FF0000",
"borderLeftColor:checked": "#FF0000",
"backgroundColor:checked": "#dddddd"
}
],
[
[
[
1,
"uiSwitch1"
]
],
{
"borderTopColor:checked": "#FF0000",
"borderRightColor:checked": "#FF0000",
"borderBottomColor:checked": "#FF0000",
"borderLeftColor:checked": "#FF0000",
"backgroundColor:checked": "#dddddd"
}
],
[
[
[
0,
"switch1"
]
],
{}
]
]
/***/ }),
/***/ "./node_modules/@aiot-toolkit/dsl-xvm/lib/loaders/template-loader.js!./node_modules/@aiot-toolkit/dsl-xvm/lib/loaders/fragment-loader.js?index=0&type=template!./src/widgets/switch/origin/index.ux?uxType=page&":
/*!***********************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/@aiot-toolkit/dsl-xvm/lib/loaders/template-loader.js!./node_modules/@aiot-toolkit/dsl-xvm/lib/loaders/fragment-loader.js?index=0&type=template!./src/widgets/switch/origin/index.ux?uxType=page& ***!
\***********************************************************************************************************************************************************************************************************************/
/***/ ((module) => {
module.exports = function (vm) {
const _vm_ = vm || this
return aiot.__ce__("div", {
"classList": [
"hap-page"
]
}, [
aiot.__ce__("div", {
"classList": [
"hap-row"
]
}, [
aiot.__ce__("text", {
"classList": [
"hap-row-desc"
],
"value": "default"
}),
aiot.__ce__("switch", {
"id": "uiSwitch1",
"style": {
"borderTopWidth": "1px",
"borderRightWidth": "1px",
"borderBottomWidth": "1px",
"borderLeftWidth": "1px",
"borderStyle": "solid",
"borderTopColor": "#FFFF00",
"borderRightColor": "#FFFF00",
"borderBottomColor": "#FFFF00",
"borderLeftColor": "#FFFF00",
"backgroundColor": "#FFFFFF"
}
})
]),
aiot.__ce__("div", {
"classList": [
"hap-row"
]
}, [
aiot.__ce__("text", {
"classList": [
"hap-row-desc"
],
"value": function () {return '' + 'checked="' + (_vm_.checkedValue2) + '"'}
}),
aiot.__ce__("switch", {
"id": "uiSwitch2",
"checked": function () {return _vm_.checkedValue2},
"classList": [
"switch"
],
"events": {
"change": function (evt) {_vm_.onGetChecked2(evt)}
}
}),
aiot.__ce__("text", {
"value": function () {return _vm_.checkedValue2}
})
]),
aiot.__ce__("div", {
"classList": [
"hap-row"
]
}, [
aiot.__ce__("text", {
"classList": [
"hap-row-desc"
],
"value": function () {return '' + 'checked="' + (_vm_.checkedValue3) + '"'}
}),
aiot.__ce__("switch", {
"id": "uiSwitch3",
"checked": function () {return _vm_.checkedValue3},
"classList": [
"switch"
],
"events": {
"change": function (evt) {_vm_.onGetChecked3(evt)}
}
}),
aiot.__ce__("text", {
"value": function () {return _vm_.checkedValue3}
})
]),
aiot.__ce__("div", {
"classList": [
"hap-row"
]
}, [
aiot.__ce__("text", {
"classList": [
"hap-row-desc"
],
"value": function () {return '' + 'checked="' + (_vm_.checkedValue4) + '"'}
}),
aiot.__ce__("switch", {
"id": "uiSwitch4",
"checked": function () {return _vm_.checkedValue4},
"classList": [
"switch"
],
"events": {
"change": function (evt) {_vm_.onGetChecked4(evt)}
}
}),
aiot.__ce__("text", {
"value": function () {return _vm_.checkedValue4}
})
]),
aiot.__ce__("div", {
"classList": [
"hap-row"
]
}, [
aiot.__ce__("text", {
"classList": [
"hap-row-desc"
],
"value": function () {return '' + 'checked="' + (_vm_.checkedValue5) + '"'}
}),
aiot.__ce__("switch", {
"id": "uiSwitch5",
"checked": function () {return _vm_.checkedValue5},
"classList": [
"switch"
],
"events": {
"change": function (evt) {_vm_.onGetChecked5(evt)}
}
}),
aiot.__ce__("text", {
"value": function () {return _vm_.checkedValue5}
})
]),
aiot.__ce__("div", {
"classList": [
"hap-row"
]
}, [
aiot.__ce__("text", {
"classList": [
"hap-row-desc"
],
"value": function () {return '' + 'checked="' + (_vm_.checkedValue6) + '"'}
}),
aiot.__ce__("switch", {
"id": "uiSwitch6",
"checked": function () {return _vm_.checkedValue6},
"classList": [
"switch1"
],
"events": {
"change": function (evt) {_vm_.onGetChecked6(evt)}
}
}),
aiot.__ce__("text", {
"value": function () {return _vm_.checkedValue6}
})
]),
aiot.__ce__("div", {
"classList": [
"hap-row"
]
}, [
aiot.__ce__("text", {
"classList": [
"hap-row-desc"
],
"value": "默认:checked:false,thumb-color:#009385,track-color:#009385"
}),
aiot.__ce__("switch", {
"id": "uiSwitch7"
})
])
])
}
/***/ }),
/***/ "./src/widgets/switch/origin/index.ux?uxType=page":
/*!********************************************************!*\
!*** ./src/widgets/switch/origin/index.ux?uxType=page ***!
\********************************************************/
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
var $app_style$ = __webpack_require__(/*! !../../../../node_modules/@aiot-toolkit/dsl-xvm/lib/loaders/style-loader.js?index=0&type=style!../../../../node_modules/@aiot-toolkit/dsl-xvm/lib/loaders/fragment-loader.js?index=0&type=style!./index.ux?uxType=page */ "./node_modules/@aiot-toolkit/dsl-xvm/lib/loaders/style-loader.js?index=0&type=style!./node_modules/@aiot-toolkit/dsl-xvm/lib/loaders/fragment-loader.js?index=0&type=style!./src/widgets/switch/origin/index.ux?uxType=page")
var $app_script$ = __webpack_require__(/*! !../../../../node_modules/@aiot-toolkit/dsl-xvm/lib/loaders/script-loader.js!../../../../node_modules/@aiot-toolkit/dsl-xvm/lib/loaders/module-loader.js!../../../../node_modules/babel-loader/lib/index.js?cwd=/home/zhoubingqing/workspace/vela/vela-demo-quality&cacheDirectory&plugins[]=/home/zhoubingqing/workspace/vela/vela-demo-quality/node_modules/@aiot-toolkit/dsl-xvm/lib/loaders/babel-plugin-jsx.js&comments=false&configFile=/home/zhoubingqing/workspace/vela/vela-demo-quality/node_modules/@aiot-toolkit/packager/babel.config.js!../../../../node_modules/@aiot-toolkit/dsl-xvm/lib/loaders/access-loader.js!../../../../node_modules/@aiot-toolkit/dsl-xvm/lib/loaders/fragment-loader.js?index=0&type=script!../../../../node_modules/@aiot-toolkit/packager/lib/loaders/inject-suite-loader.js?hookName=onReady!./index.ux?uxType=page */ "./node_modules/@aiot-toolkit/dsl-xvm/lib/loaders/script-loader.js!./node_modules/@aiot-toolkit/dsl-xvm/lib/loaders/module-loader.js!./node_modules/babel-loader/lib/index.js?cwd=/home/zhoubingqing/workspace/vela/vela-demo-quality&cacheDirectory&plugins[]=/home/zhoubingqing/workspace/vela/vela-demo-quality/node_modules/@aiot-toolkit/dsl-xvm/lib/loaders/babel-plugin-jsx.js&comments=false&configFile=/home/zhoubingqing/workspace/vela/vela-demo-quality/node_modules/@aiot-toolkit/packager/babel.config.js!./node_modules/@aiot-toolkit/dsl-xvm/lib/loaders/access-loader.js!./node_modules/@aiot-toolkit/dsl-xvm/lib/loaders/fragment-loader.js?index=0&type=script!./node_modules/@aiot-toolkit/packager/lib/loaders/inject-suite-loader.js?hookName=onReady!./src/widgets/switch/origin/index.ux?uxType=page")
var $app_template$ = __webpack_require__(/*! !../../../../node_modules/@aiot-toolkit/dsl-xvm/lib/loaders/template-loader.js!../../../../node_modules/@aiot-toolkit/dsl-xvm/lib/loaders/fragment-loader.js?index=0&type=template!./index.ux?uxType=page& */ "./node_modules/@aiot-toolkit/dsl-xvm/lib/loaders/template-loader.js!./node_modules/@aiot-toolkit/dsl-xvm/lib/loaders/fragment-loader.js?index=0&type=template!./src/widgets/switch/origin/index.ux?uxType=page&")
$app_script$({}, $app_exports$, $app_require$);
$app_exports$.default.template = $app_template$;
$app_exports$.default.style = $app_style$;
module.exports = $app_exports$.default;
/***/ }),
/***/ "./test/widgets/switch/origin/index.js":
/*!*********************************************!*\
!*** ./test/widgets/switch/origin/index.js ***!
\*********************************************/
/***/ ((__unused_webpack_module, exports) => {
"use strict";
Object.defineProperty(exports, "__esModule", ({
value: true
}));
exports.default = _default;
/**
* 测试脚本
* @desc
* @see {@link http://chaijs.com/api/bdd/} chai断言
* @param vm 页面对应的ViewModel
* @desc 断言函数调用时必须传递第三个参数,说明断言业务意义
*/
function _default(vm) {
describe('组件switch', function () {
it('默认: 未选中、滑块颜色、滑轨颜色', function () {
const elNode1 = vm.$element('uiSwitch7');
const uiNodeStyle = normalize(nodeStyle(elNode1));
const uiNodeAttr = normalize(nodeAttr(elNode1)); // checked:false,thumb-color:#009385,track-color:#009385
assert.strictEqual(uiNodeAttr.checked, false, 'checked状态正确');
assert.strictEqual(uiNodeStyle.thumbColor, '#009385', 'thumbColor正确');
assert.strictEqual(uiNodeStyle.trackColor, '#009385', 'trackColor正确');
});
it('switch组件:渲染样式', function () {
const uiNode1 = normalize(nodeStyle(vm.$element('uiSwitch1')));
const uiNode2 = normalize(nodeStyle(vm.$element('uiSwitch2'))); // border-color: #FF0000;
assert.strictEqual(uiNode1.borderColor, '#FFFF00', 'borderColor正确');
assert.strictEqual(uiNode2.borderColor, '#FFFF00', 'borderColor正确');
});
it('事件:事件响应', function (done) {
// 动态改变属性值
vm.checkedValue2 = true;
vm.checkedValue3 = false;
vm.checkedValue4 = true;
vm.checkedValue5 = false;
setTimeoutDone(function () {
assert.strictEqual(vm.onGetChecked2Active, 'onGetChecked2', '字符串值一致');
assert.strictEqual(vm.onGetChecked3Active, 'onGetChecked3', '字符串值一致');
assert.strictEqual(vm.onGetChecked4Active, 'onGetChecked4', '字符串值一致');
assert.strictEqual(vm.onGetChecked5Active, 'onGetChecked5', '字符串值一致');
done();
}, 1e3, done);
});
it.skip('switch组件: checked伪类', function (done) {
// 测试伪类样式
const uiNode1 = normalize(nodeStyle(vm.$element('uiSwitch1')));
const uiNode2 = normalize(nodeStyle(vm.$element('uiSwitch2')));
const uiNode3 = normalize(nodeStyle(vm.$element('uiSwitch3')));
const uiNode4 = normalize(nodeStyle(vm.$element('uiSwitch4')));
const uiNode5 = normalize(nodeStyle(vm.$element('uiSwitch5')));
setTimeoutDone(function () {
// 伪类: borderColor: #FFFF00;
assert.strictEqual(uiNode1.borderColor, '#FFFF00', 'borderColor正确');
assert.strictEqual(uiNode2.borderColor, '#FF0000', 'borderColor正确');
assert.strictEqual(uiNode3.borderColor, '#FFFF00', 'borderColor正确');
assert.strictEqual(uiNode4.borderColor, '#FF0000', 'borderColor正确');
assert.strictEqual(uiNode5.borderColor, '#FFFF00', 'borderColor正确');
done();
}, 1e3, done);
});
});
}
/***/ })
/******/ });
/************************************************************************/
/******/ // The module cache
/******/ var __webpack_module_cache__ = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/ // Check if module is in cache
/******/ if(__webpack_module_cache__[moduleId]) {
/******/ return __webpack_module_cache__[moduleId].exports;
/******/ }
/******/ // Create a new module (and put it into the cache)
/******/ var module = __webpack_module_cache__[moduleId] = {
/******/ // no module.id needed
/******/ // no module.loaded needed
/******/ exports: {}
/******/ };
/******/
/******/ // Execute the module function
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
/******/
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }
/******/
/************************************************************************/
/******/ /* webpack/runtime/global */
/******/ (() => {
/******/ __webpack_require__.g = (function() {
/******/ if (typeof globalThis === 'object') return globalThis;
/******/ try {
/******/ return this || new Function('return this')();
/******/ } catch (e) {
/******/ if (typeof window === 'object') return window;
/******/ }
/******/ })();
/******/ })();
/******/
/************************************************************************/
/******/
/******/ // startup
/******/ // Load entry module and return exports
/******/ // This entry module is referenced by other modules so it can't be inlined
/******/ var __webpack_exports__ = __webpack_require__("./src/widgets/switch/origin/index.ux?uxType=page");
/******/
/******/ })()
;
};
return createPageHandler();
};