UNPKG

qt-scan-broadcast

Version:

qt-scan-broadcast extend for weex

919 lines (849 loc) 17.4 kB
// { "framework": "Vue" } /******/ (function(modules) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = {}; /******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ // Check if module is in cache /******/ if(installedModules[moduleId]) /******/ return installedModules[moduleId].exports; /******/ // Create a new module (and put it into the cache) /******/ var module = installedModules[moduleId] = { /******/ exports: {}, /******/ id: moduleId, /******/ loaded: false /******/ }; /******/ // Execute the module function /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); /******/ // Flag the module as loaded /******/ module.loaded = true; /******/ // Return the exports of the module /******/ return module.exports; /******/ } /******/ // expose the modules object (__webpack_modules__) /******/ __webpack_require__.m = modules; /******/ // expose the module cache /******/ __webpack_require__.c = installedModules; /******/ // __webpack_public_path__ /******/ __webpack_require__.p = ""; /******/ // Load entry module and return exports /******/ return __webpack_require__(0); /******/ }) /************************************************************************/ /******/ ({ /***/ 0: /***/ function(module, exports, __webpack_require__) { var __vue_exports__, __vue_options__ var __vue_styles__ = [] /* styles */ __vue_styles__.push(__webpack_require__(552) ) /* script */ __vue_exports__ = __webpack_require__(553) /* template */ var __vue_template__ = __webpack_require__(554) __vue_options__ = __vue_exports__ = __vue_exports__ || {} if ( typeof __vue_exports__.default === "object" || typeof __vue_exports__.default === "function" ) { if (Object.keys(__vue_exports__).some(function (key) { return key !== "default" && key !== "__esModule" })) {console.error("named exports are not supported in *.vue files.")} __vue_options__ = __vue_exports__ = __vue_exports__.default } if (typeof __vue_options__ === "function") { __vue_options__ = __vue_options__.options } __vue_options__.__file = "/Users/bobning/work/source/weex_fork/examples/vue/style/style-flex.vue" __vue_options__.render = __vue_template__.render __vue_options__.staticRenderFns = __vue_template__.staticRenderFns __vue_options__.style = __vue_options__.style || {} __vue_styles__.forEach(function (module) { for (var name in module) { __vue_options__.style[name] = module[name] } }) module.exports = __vue_exports__ module.exports.el = 'true' new Vue(module.exports) /***/ }, /***/ 381: /***/ function(module, exports, __webpack_require__) { var __vue_exports__, __vue_options__ var __vue_styles__ = [] /* styles */ __vue_styles__.push(__webpack_require__(382) ) /* script */ __vue_exports__ = __webpack_require__(383) /* template */ var __vue_template__ = __webpack_require__(384) __vue_options__ = __vue_exports__ = __vue_exports__ || {} if ( typeof __vue_exports__.default === "object" || typeof __vue_exports__.default === "function" ) { if (Object.keys(__vue_exports__).some(function (key) { return key !== "default" && key !== "__esModule" })) {console.error("named exports are not supported in *.vue files.")} __vue_options__ = __vue_exports__ = __vue_exports__.default } if (typeof __vue_options__ === "function") { __vue_options__ = __vue_options__.options } __vue_options__.__file = "/Users/bobning/work/source/weex_fork/examples/vue/include/panel.vue" __vue_options__.render = __vue_template__.render __vue_options__.staticRenderFns = __vue_template__.staticRenderFns __vue_options__.style = __vue_options__.style || {} __vue_styles__.forEach(function (module) { for (var name in module) { __vue_options__.style[name] = module[name] } }) module.exports = __vue_exports__ /***/ }, /***/ 382: /***/ function(module, exports) { module.exports = { "panel": { "marginBottom": 20, "backgroundColor": "#ffffff", "borderColor": "#dddddd", "borderWidth": 1 }, "panel-primary": { "borderColor": "rgb(40,96,144)" }, "panel-success": { "borderColor": "rgb(76,174,76)" }, "panel-info": { "borderColor": "rgb(70,184,218)" }, "panel-warning": { "borderColor": "rgb(238,162,54)" }, "panel-danger": { "borderColor": "rgb(212,63,58)" }, "panel-header": { "backgroundColor": "#f5f5f5", "fontSize": 40, "color": "#333333" }, "panel-header-primary": { "backgroundColor": "rgb(40,96,144)", "color": "#ffffff" }, "panel-header-success": { "backgroundColor": "rgb(92,184,92)", "color": "#ffffff" }, "panel-header-info": { "backgroundColor": "rgb(91,192,222)", "color": "#ffffff" }, "panel-header-warning": { "backgroundColor": "rgb(240,173,78)", "color": "#ffffff" }, "panel-header-danger": { "backgroundColor": "rgb(217,83,79)", "color": "#ffffff" } } /***/ }, /***/ 383: /***/ function(module, exports) { 'use strict'; // // // // // // // // // // // // // // // // // // // // // // // // // // module.exports = { props: { type: { default: 'default' }, title: { default: '' }, paddingBody: { default: 20 }, paddingHead: { default: 20 }, dataClass: { default: '' }, // FIXME transfer class border: { default: 0 } } }; /***/ }, /***/ 384: /***/ function(module, exports) { module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h; return _h('div', { class: ['panel', 'panel-' + _vm.type], style: { borderWidth: _vm.border } }, [_h('text', { class: ['panel-header', 'panel-header-' + _vm.type], style: { paddingTop: _vm.paddingHead, paddingBottom: _vm.paddingHead, paddingLeft: _vm.paddingHead * 1.5, paddingRight: _vm.paddingHead * 1.5 } }, [_vm._s(_vm.title)]), _h('div', { class: ['panel-body', 'panel-body-' + _vm.type], style: { paddingTop: _vm.paddingBody, paddingBottom: _vm.paddingBody, paddingLeft: _vm.paddingBody * 1.5, paddingRight: _vm.paddingBody * 1.5 } }, [_vm._t("default")])]) },staticRenderFns: []} module.exports.render._withStripped = true /***/ }, /***/ 546: /***/ function(module, exports, __webpack_require__) { var __vue_exports__, __vue_options__ var __vue_styles__ = [] /* styles */ __vue_styles__.push(__webpack_require__(547) ) /* script */ __vue_exports__ = __webpack_require__(548) /* template */ var __vue_template__ = __webpack_require__(549) __vue_options__ = __vue_exports__ = __vue_exports__ || {} if ( typeof __vue_exports__.default === "object" || typeof __vue_exports__.default === "function" ) { if (Object.keys(__vue_exports__).some(function (key) { return key !== "default" && key !== "__esModule" })) {console.error("named exports are not supported in *.vue files.")} __vue_options__ = __vue_exports__ = __vue_exports__.default } if (typeof __vue_options__ === "function") { __vue_options__ = __vue_options__.options } __vue_options__.__file = "/Users/bobning/work/source/weex_fork/examples/vue/style/style-item.vue" __vue_options__.render = __vue_template__.render __vue_options__.staticRenderFns = __vue_template__.staticRenderFns __vue_options__.style = __vue_options__.style || {} __vue_styles__.forEach(function (module) { for (var name in module) { __vue_options__.style[name] = module[name] } }) module.exports = __vue_exports__ /***/ }, /***/ 547: /***/ function(module, exports) { module.exports = { "item": { "marginRight": 10, "width": 160, "height": 75, "paddingLeft": 8, "paddingRight": 8, "paddingTop": 8, "paddingBottom": 8 }, "txt": { "color": "#eeeeee" } } /***/ }, /***/ 548: /***/ function(module, exports) { 'use strict'; // // // // // // // module.exports = { props: { value: { default: '' }, type: { default: '0' } // 0, 1 }, computed: { bgColor: function bgColor() { return this.type == '1' ? '#7BA3A8' : '#BEAD92'; } } }; /***/ }, /***/ 549: /***/ function(module, exports) { module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h; return _h('text', { staticClass: ["item", "txt"], style: { backgroundColor: _vm.bgColor }, attrs: { "value": _vm.value } }) },staticRenderFns: []} module.exports.render._withStripped = true /***/ }, /***/ 552: /***/ function(module, exports) { module.exports = { "row": { "flexDirection": "row", "marginBottom": 10 }, "row-align": { "height": 160, "borderWidth": 3, "borderColor": "#dddddd", "borderStyle": "solid" } } /***/ }, /***/ 553: /***/ function(module, exports, __webpack_require__) { 'use strict'; // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // module.exports = { components: { panel: __webpack_require__(381), styleItem: __webpack_require__(546) } }; /***/ }, /***/ 554: /***/ function(module, exports) { module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h; return _h('div', [_h('panel', { attrs: { "title": "flex-direction", "type": "primary" } }, [_h('div', { staticClass: ["row"], staticStyle: { flexDirection: "row" } }, [_h('style-item', { staticStyle: { marginRight: "0" }, attrs: { "value": "row" } }), _h('style-item', { attrs: { "type": "1" } })]), _h('div', { staticClass: ["row"], staticStyle: { flexDirection: "column" } }, [_h('style-item', { attrs: { "value": "column" } }), _h('style-item', { attrs: { "type": "1" } })])]), _h('panel', { attrs: { "title": "justify-content", "type": "primary" } }, [_h('div', { staticClass: ["row"], staticStyle: { justifyContent: "flex-start" } }, [_h('style-item', { staticStyle: { marginRight: "0" } }), _h('style-item', { staticStyle: { marginRight: "0" }, attrs: { "type": "1" } }), _h('style-item', { staticStyle: { marginRight: "0" } })]), _h('div', { staticClass: ["row"], staticStyle: { justifyContent: "flex-end" } }, [_h('style-item', { staticStyle: { marginRight: "0" } }), _h('style-item', { staticStyle: { marginRight: "0" }, attrs: { "type": "1" } }), _h('style-item', { staticStyle: { marginRight: "0" } })]), _h('div', { staticClass: ["row"], staticStyle: { justifyContent: "center" } }, [_h('style-item', { staticStyle: { marginRight: "0" } }), _h('style-item', { staticStyle: { marginRight: "0" }, attrs: { "type": "1" } }), _h('style-item', { staticStyle: { marginRight: "0" } })]), _h('div', { staticClass: ["row"], staticStyle: { justifyContent: "space-between" } }, [_h('style-item', { staticStyle: { marginRight: "0" } }), _h('style-item', { staticStyle: { marginRight: "0" }, attrs: { "type": "1" } }), _h('style-item', { staticStyle: { marginRight: "0" } })])]), _h('panel', { attrs: { "title": "align-items", "type": "primary" } }, [_h('div', { staticClass: ["row", "row-align"], staticStyle: { alignItems: "flex-start" } }, [_h('style-item', { staticStyle: { marginRight: "0" } }), _h('style-item', { staticStyle: { marginRight: "0" }, attrs: { "type": "1" } }), _h('style-item', { staticStyle: { marginRight: "0" } })]), _h('div', { staticClass: ["row", "row-align"], staticStyle: { alignItems: "flex-end" } }, [_h('style-item', { staticStyle: { marginRight: "0" } }), _h('style-item', { staticStyle: { marginRight: "0" }, attrs: { "type": "1" } }), _h('style-item', { staticStyle: { marginRight: "0" } })]), _h('div', { staticClass: ["row", "row-align"], staticStyle: { alignItems: "center" } }, [_h('style-item', { staticStyle: { marginRight: "0" } }), _h('style-item', { staticStyle: { marginRight: "0" }, attrs: { "type": "1" } }), _h('style-item', { staticStyle: { marginRight: "0" } })]), _h('div', { staticClass: ["row", "row-align"], staticStyle: { alignItems: "stretch" } }, [_h('style-item', { staticStyle: { marginRight: "0" } }), _h('style-item', { staticStyle: { marginRight: "0" }, attrs: { "type": "1" } }), _h('style-item', { staticStyle: { marginRight: "0" } })])]), _h('panel', { attrs: { "title": "flex", "type": "primary" } }, [_h('div', { staticClass: ["row"], staticStyle: { alignItems: "flex-start" } }, [_h('style-item', { staticStyle: { marginRight: "0" }, attrs: { "value": "no flex" } }), _h('style-item', { staticStyle: { marginRight: "0" }, attrs: { "value": "no flex", "type": "1" } }), _h('style-item', { staticStyle: { marginRight: "0" }, attrs: { "value": "no flex" } })]), _h('div', { staticClass: ["row"], staticStyle: { alignItems: "flex-start" } }, [_h('style-item', { staticStyle: { marginRight: "0" }, attrs: { "value": "no flex" } }), _h('style-item', { staticStyle: { marginRight: "0", flex: "1" }, attrs: { "type": "1", "value": "flex:1" } }), _h('style-item', { staticStyle: { marginRight: "0", flex: "2" }, attrs: { "value": "flex:2" } })]), _h('div', { staticClass: ["row"], staticStyle: { alignItems: "flex-start" } }, [_h('style-item', { staticStyle: { marginRight: "0", flex: "1" }, attrs: { "value": "flex:1" } }), _h('style-item', { staticStyle: { marginRight: "0", flex: "1" }, attrs: { "type": "1", "value": "flex:1" } }), _h('style-item', { staticStyle: { marginRight: "0", flex: "1" }, attrs: { "value": "flex:1" } })]), _h('div', { staticClass: ["row"], staticStyle: { alignItems: "flex-start" } }, [_h('style-item', { staticStyle: { marginRight: "0", flex: "1" }, attrs: { "value": "flex:1" } }), _h('style-item', { staticStyle: { marginRight: "0", flex: "2" }, attrs: { "type": "1", "value": "flex:2" } }), _h('style-item', { staticStyle: { marginRight: "0", flex: "3" }, attrs: { "value": "flex:3" } })])]), _h('panel', { attrs: { "title": "flex-wrap", "type": "primary" } }, [_h('div', { staticClass: ["row"], staticStyle: { flexWrap: "wrap", backgroundColor: "grey", padding: "10" } }, [_h('style-item', { attrs: { "value": "1:wrap" } }), _h('style-item', { attrs: { "value": "2:wrap" } }), _h('style-item', { attrs: { "value": "3:wrap" } }), _h('style-item', { attrs: { "value": "4:wrap" } }), _h('style-item', { attrs: { "value": "5:wrap" } }), _h('style-item', { attrs: { "value": "6:wrap" } })]), _h('div', { staticClass: ["row"], staticStyle: { flexWrap: "nowrap", backgroundColor: "grey", padding: "10" } }, [_h('style-item', { attrs: { "value": "1:nowrap" } }), _h('style-item', { attrs: { "value": "2:nowrap" } }), _h('style-item', { attrs: { "value": "3:nowrap" } }), _h('style-item', { attrs: { "value": "4:nowrap" } }), _h('style-item', { attrs: { "value": "5:nowrap" } }), _h('style-item', { attrs: { "value": "6:nowrap" } })])])]) },staticRenderFns: []} module.exports.render._withStripped = true /***/ } /******/ });