mand-mobile
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -6,2 +6,6 @@ --- | ||
<!-- CUTOFF --> | ||
### 1.0.9 | ||
`2018-04-26` | ||
- 修复issue#47 | ||
### 1.0.8 | ||
@@ -8,0 +12,0 @@ `2018-04-24` |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', '../_util', './style/index.css'], factory); | ||
define(['exports', '../_util', '../_style/global.css', './style/index.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('../_util'), require('./style/index.css')); | ||
factory(exports, require('../_util'), require('../_style/global.css'), require('./style/index.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global._util, global.index); | ||
factory(mod.exports, global._util, global.global, global.index); | ||
global.index = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', '../popup', '../_util', './style/index.css'], factory); | ||
define(['exports', '../popup', '../_util', '../_style/global.css', './style/index.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('../popup'), require('../_util'), require('./style/index.css')); | ||
factory(exports, require('../popup'), require('../_util'), require('../_style/global.css'), require('./style/index.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.popup, global._util, global.index); | ||
factory(mod.exports, global.popup, global._util, global.global, global.index); | ||
global.index = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', '../icon', './style/index.css'], factory); | ||
define(['exports', '../icon', '../_style/global.css', './style/index.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('../icon'), require('./style/index.css')); | ||
factory(exports, require('../icon'), require('../_style/global.css'), require('./style/index.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.icon, global.index); | ||
factory(mod.exports, global.icon, global.global, global.index); | ||
global.index = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', '../icon', './style/index.css'], factory); | ||
define(['exports', '../icon', '../_style/global.css', './style/index.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('../icon'), require('./style/index.css')); | ||
factory(exports, require('../icon'), require('../_style/global.css'), require('./style/index.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.icon, global.index); | ||
factory(mod.exports, global.icon, global.global, global.index); | ||
global.index = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', '../dialog', '../codebox', '../button', './style/index.css'], factory); | ||
define(['exports', '../dialog', '../codebox', '../button', '../_style/global.css', './style/index.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('../dialog'), require('../codebox'), require('../button'), require('./style/index.css')); | ||
factory(exports, require('../dialog'), require('../codebox'), require('../button'), require('../_style/global.css'), require('./style/index.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.dialog, global.codebox, global.button, global.index); | ||
factory(mod.exports, global.dialog, global.codebox, global.button, global.global, global.index); | ||
global.index = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', '../popup', '../popup/title-bar', '../captcha', '../button', '../icon', './rolling', '../_util', './style/index.css'], factory); | ||
define(['exports', '../popup', '../popup/title-bar', '../captcha', '../button', '../icon', './rolling', '../_util', '../_style/global.css', './style/index.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('../popup'), require('../popup/title-bar'), require('../captcha'), require('../button'), require('../icon'), require('./rolling'), require('../_util'), require('./style/index.css')); | ||
factory(exports, require('../popup'), require('../popup/title-bar'), require('../captcha'), require('../button'), require('../icon'), require('./rolling'), require('../_util'), require('../_style/global.css'), require('./style/index.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.popup, global.titleBar, global.captcha, global.button, global.icon, global.rolling, global._util, global.index); | ||
factory(mod.exports, global.popup, global.titleBar, global.captcha, global.button, global.icon, global.rolling, global._util, global.global, global.index); | ||
global.index = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', './style/rolling.css'], factory); | ||
define(['exports', '../_style/global.css', './style/rolling.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('./style/rolling.css')); | ||
factory(exports, require('../_style/global.css'), require('./style/rolling.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.rolling); | ||
factory(mod.exports, global.global, global.rolling); | ||
global.rolling = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', './style/index.css'], factory); | ||
define(['exports', '../_style/global.css', './style/index.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('./style/index.css')); | ||
factory(exports, require('../_style/global.css'), require('./style/index.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.index); | ||
factory(mod.exports, global.global, global.index); | ||
global.index = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', '../number-keyboard', './style/index.css'], factory); | ||
define(['exports', '../number-keyboard', '../_style/global.css', './style/index.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('../number-keyboard'), require('./style/index.css')); | ||
factory(exports, require('../number-keyboard'), require('../_style/global.css'), require('./style/index.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.numberKeyboard, global.index); | ||
factory(mod.exports, global.numberKeyboard, global.global, global.index); | ||
global.index = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', '../picker', '../_util', './style/index.css'], factory); | ||
define(['exports', '../picker', '../_util', '../_style/global.css', './style/index.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('../picker'), require('../_util'), require('./style/index.css')); | ||
factory(exports, require('../picker'), require('../_util'), require('../_style/global.css'), require('./style/index.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.picker, global._util, global.index); | ||
factory(mod.exports, global.picker, global._util, global.global, global.index); | ||
global.index = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', '../popup', '../icon', './style/dialog.css'], factory); | ||
define(['exports', '../popup', '../icon', '../_style/global.css', './style/dialog.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('../popup'), require('../icon'), require('./style/dialog.css')); | ||
factory(exports, require('../popup'), require('../icon'), require('../_style/global.css'), require('./style/dialog.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.popup, global.icon, global.dialog); | ||
factory(mod.exports, global.popup, global.icon, global.global, global.dialog); | ||
global.dialog = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', '../popup', '../radio', '../_util', './style/index.css'], factory); | ||
define(['exports', '../popup', '../radio', '../_util', '../_style/global.css', './style/index.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('../popup'), require('../radio'), require('../_util'), require('./style/index.css')); | ||
factory(exports, require('../popup'), require('../radio'), require('../_util'), require('../_style/global.css'), require('./style/index.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.popup, global.radio, global._util, global.index); | ||
factory(mod.exports, global.popup, global.radio, global._util, global.global, global.index); | ||
global.index = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', '../icon', '../_util', './style/index.css'], factory); | ||
define(['exports', '../icon', '../_util', '../_style/global.css', './style/index.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('../icon'), require('../_util'), require('./style/index.css')); | ||
factory(exports, require('../icon'), require('../_util'), require('../_style/global.css'), require('./style/index.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.icon, global._util, global.index); | ||
factory(mod.exports, global.icon, global._util, global.global, global.index); | ||
global.index = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', './style/index.css'], factory); | ||
define(['exports', '../_style/global.css', './style/index.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('./style/index.css')); | ||
factory(exports, require('../_style/global.css'), require('./style/index.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.index); | ||
factory(mod.exports, global.global, global.index); | ||
global.index = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', './load-spirte', './style/index.css'], factory); | ||
define(['exports', './load-spirte', '../_style/global.css', './style/index.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('./load-spirte'), require('./style/index.css')); | ||
factory(exports, require('./load-spirte'), require('../_style/global.css'), require('./style/index.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.loadSpirte, global.index); | ||
factory(mod.exports, global.loadSpirte, global.global, global.index); | ||
global.index = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', './image-reader', './image-dataurl', '../_util', './style/index.css'], factory); | ||
define(['exports', './image-reader', './image-dataurl', '../_util', '../_style/global.css', './style/index.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('./image-reader'), require('./image-dataurl'), require('../_util'), require('./style/index.css')); | ||
factory(exports, require('./image-reader'), require('./image-dataurl'), require('../_util'), require('../_style/global.css'), require('./style/index.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.imageReader, global.imageDataurl, global._util, global.index); | ||
factory(mod.exports, global.imageReader, global.imageDataurl, global._util, global.global, global.index); | ||
global.index = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', '../swiper', '../swiper/swiper-item', './style/index.css'], factory); | ||
define(['exports', '../swiper', '../swiper/swiper-item', '../_style/global.css', './style/index.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('../swiper'), require('../swiper/swiper-item'), require('./style/index.css')); | ||
factory(exports, require('../swiper'), require('../swiper/swiper-item'), require('../_style/global.css'), require('./style/index.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.swiper, global.swiperItem, global.index); | ||
factory(mod.exports, global.swiper, global.swiperItem, global.global, global.index); | ||
global.index = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', '../icon', '../number-keyboard', './cursor', '../_util', '../_util/formate-value', './style/index.css'], factory); | ||
define(['exports', '../icon', '../number-keyboard', './cursor', '../_util', '../_util/formate-value', '../_style/global.css', './style/index.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('../icon'), require('../number-keyboard'), require('./cursor'), require('../_util'), require('../_util/formate-value'), require('./style/index.css')); | ||
factory(exports, require('../icon'), require('../number-keyboard'), require('./cursor'), require('../_util'), require('../_util/formate-value'), require('../_style/global.css'), require('./style/index.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.icon, global.numberKeyboard, global.cursor, global._util, global.formateValue, global.index); | ||
factory(mod.exports, global.icon, global.numberKeyboard, global.cursor, global._util, global.formateValue, global.global, global.index); | ||
global.index = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', '../popup', '../icon', './style/index.css'], factory); | ||
define(['exports', '../popup', '../icon', '../_style/global.css', './style/index.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('../popup'), require('../icon'), require('./style/index.css')); | ||
factory(exports, require('../popup'), require('../icon'), require('../_style/global.css'), require('./style/index.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.popup, global.icon, global.index); | ||
factory(mod.exports, global.popup, global.icon, global.global, global.index); | ||
global.index = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', '../icon', './style/index.css'], factory); | ||
define(['exports', '../icon', '../_style/global.css', './style/index.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('../icon'), require('./style/index.css')); | ||
factory(exports, require('../icon'), require('../_style/global.css'), require('./style/index.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.icon, global.index); | ||
factory(mod.exports, global.icon, global.global, global.index); | ||
global.index = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', '../popup', './keyboard', './style/index.css'], factory); | ||
define(['exports', '../popup', './keyboard', '../_style/global.css', './style/index.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('../popup'), require('./keyboard'), require('./style/index.css')); | ||
factory(exports, require('../popup'), require('./keyboard'), require('../_style/global.css'), require('./style/index.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.popup, global.keyboard, global.index); | ||
factory(mod.exports, global.popup, global.keyboard, global.global, global.index); | ||
global.index = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', './style/keyboard.css'], factory); | ||
define(['exports', '../_style/global.css', './style/keyboard.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('./style/keyboard.css')); | ||
factory(exports, require('../_style/global.css'), require('./style/keyboard.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.keyboard); | ||
factory(mod.exports, global.global, global.keyboard); | ||
global.keyboard = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', '../popup', '../popup/title-bar', './picker-column', './cascade', '../_util', './style/index.css'], factory); | ||
define(['exports', '../popup', '../popup/title-bar', './picker-column', './cascade', '../_util', '../_style/global.css', './style/index.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('../popup'), require('../popup/title-bar'), require('./picker-column'), require('./cascade'), require('../_util'), require('./style/index.css')); | ||
factory(exports, require('../popup'), require('../popup/title-bar'), require('./picker-column'), require('./cascade'), require('../_util'), require('../_style/global.css'), require('./style/index.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.popup, global.titleBar, global.pickerColumn, global.cascade, global._util, global.index); | ||
factory(mod.exports, global.popup, global.titleBar, global.pickerColumn, global.cascade, global._util, global.global, global.index); | ||
global.index = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', '../_util/scroller', '../_util/render', '../_util', './style/picker-column.css'], factory); | ||
define(['exports', '../_util/scroller', '../_util/render', '../_util', '../_style/global.css', './style/picker-column.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('../_util/scroller'), require('../_util/render'), require('../_util'), require('./style/picker-column.css')); | ||
factory(exports, require('../_util/scroller'), require('../_util/render'), require('../_util'), require('../_style/global.css'), require('./style/picker-column.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.scroller, global.render, global._util, global.pickerColumn); | ||
factory(mod.exports, global.scroller, global.render, global._util, global.global, global.pickerColumn); | ||
global.pickerColumn = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', '../popup/title-bar', './style/index.css'], factory); | ||
define(['exports', '../popup/title-bar', '../_style/global.css', './style/index.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('../popup/title-bar'), require('./style/index.css')); | ||
factory(exports, require('../popup/title-bar'), require('../_style/global.css'), require('./style/index.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.titleBar, global.index); | ||
factory(mod.exports, global.titleBar, global.global, global.index); | ||
global.index = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', './style/index.css'], factory); | ||
define(['exports', '../_style/global.css', './style/index.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('./style/index.css')); | ||
factory(exports, require('../_style/global.css'), require('./style/index.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.index); | ||
factory(mod.exports, global.global, global.index); | ||
global.index = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', './style/title-bar.css'], factory); | ||
define(['exports', '../_style/global.css', './style/title-bar.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('./style/title-bar.css')); | ||
factory(exports, require('../_style/global.css'), require('./style/title-bar.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.titleBar); | ||
factory(mod.exports, global.global, global.titleBar); | ||
global.titleBar = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', '../field', '../field-item', '../input-item', '../icon', '../_util', './style/index.css'], factory); | ||
define(['exports', '../field', '../field-item', '../input-item', '../icon', '../_util', '../_style/global.css', './style/index.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('../field'), require('../field-item'), require('../input-item'), require('../icon'), require('../_util'), require('./style/index.css')); | ||
factory(exports, require('../field'), require('../field-item'), require('../input-item'), require('../icon'), require('../_util'), require('../_style/global.css'), require('./style/index.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.field, global.fieldItem, global.inputItem, global.icon, global._util, global.index); | ||
factory(mod.exports, global.field, global.fieldItem, global.inputItem, global.icon, global._util, global.global, global.index); | ||
global.index = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', '../button', './style/index.css'], factory); | ||
define(['exports', '../button', '../_style/global.css', './style/index.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('../button'), require('./style/index.css')); | ||
factory(exports, require('../button'), require('../_style/global.css'), require('./style/index.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.button, global.index); | ||
factory(mod.exports, global.button, global.global, global.index); | ||
global.index = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', '../popup', '../popup/title-bar', '../radio', '../_util', './style/index.css'], factory); | ||
define(['exports', '../popup', '../popup/title-bar', '../radio', '../_util', '../_style/global.css', './style/index.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('../popup'), require('../popup/title-bar'), require('../radio'), require('../_util'), require('./style/index.css')); | ||
factory(exports, require('../popup'), require('../popup/title-bar'), require('../radio'), require('../_util'), require('../_style/global.css'), require('./style/index.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.popup, global.titleBar, global.radio, global._util, global.index); | ||
factory(mod.exports, global.popup, global.titleBar, global.radio, global._util, global.global, global.index); | ||
global.index = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', '../_util', './style/index.css'], factory); | ||
define(['exports', '../_util', '../_style/global.css', './style/index.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('../_util'), require('./style/index.css')); | ||
factory(exports, require('../_util'), require('../_style/global.css'), require('./style/index.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global._util, global.index); | ||
factory(mod.exports, global._util, global.global, global.index); | ||
global.index = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', '../icon', './style/index.css'], factory); | ||
define(['exports', '../icon', '../_style/global.css', './style/index.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('../icon'), require('./style/index.css')); | ||
factory(exports, require('../icon'), require('../_style/global.css'), require('./style/index.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.icon, global.index); | ||
factory(mod.exports, global.icon, global.global, global.index); | ||
global.index = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', '../swiper/swiper-item', './style/index.css'], factory); | ||
define(['exports', '../swiper/swiper-item', '../_style/global.css', './style/index.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('../swiper/swiper-item'), require('./style/index.css')); | ||
factory(exports, require('../swiper/swiper-item'), require('../_style/global.css'), require('./style/index.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.swiperItem, global.index); | ||
factory(mod.exports, global.swiperItem, global.global, global.index); | ||
global.index = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', '../_util/scroller', '../_util/render', '../_util', './style/index.css'], factory); | ||
define(['exports', '../_util/scroller', '../_util/render', '../_util', '../_style/global.css', './style/index.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('../_util/scroller'), require('../_util/render'), require('../_util'), require('./style/index.css')); | ||
factory(exports, require('../_util/scroller'), require('../_util/render'), require('../_util'), require('../_style/global.css'), require('./style/index.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.scroller, global.render, global._util, global.index); | ||
factory(mod.exports, global.scroller, global.render, global._util, global.global, global.index); | ||
global.index = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', './style/swiper-item.css'], factory); | ||
define(['exports', '../_style/global.css', './style/swiper-item.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('./style/swiper-item.css')); | ||
factory(exports, require('../_style/global.css'), require('./style/swiper-item.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.swiperItem); | ||
factory(mod.exports, global.global, global.swiperItem); | ||
global.swiperItem = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', './style/index.css'], factory); | ||
define(['exports', '../_style/global.css', './style/index.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('./style/index.css')); | ||
factory(exports, require('../_style/global.css'), require('./style/index.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.index); | ||
factory(mod.exports, global.global, global.index); | ||
global.index = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', './style/index.css'], factory); | ||
define(['exports', '../_style/global.css', './style/index.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('./style/index.css')); | ||
factory(exports, require('../_style/global.css'), require('./style/index.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.index); | ||
factory(mod.exports, global.global, global.index); | ||
global.index = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', '../popup', '../popup/title-bar', '../tabs', '../icon', '../radio', '../_util', './style/index.css'], factory); | ||
define(['exports', '../popup', '../popup/title-bar', '../tabs', '../icon', '../radio', '../_util', '../_style/global.css', './style/index.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('../popup'), require('../popup/title-bar'), require('../tabs'), require('../icon'), require('../radio'), require('../_util'), require('./style/index.css')); | ||
factory(exports, require('../popup'), require('../popup/title-bar'), require('../tabs'), require('../icon'), require('../radio'), require('../_util'), require('../_style/global.css'), require('./style/index.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.popup, global.titleBar, global.tabs, global.icon, global.radio, global._util, global.index); | ||
factory(mod.exports, global.popup, global.titleBar, global.tabs, global.icon, global.radio, global._util, global.global, global.index); | ||
global.index = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', '../tab-bar', './style/index.css'], factory); | ||
define(['exports', '../tab-bar', '../_style/global.css', './style/index.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('../tab-bar'), require('./style/index.css')); | ||
factory(exports, require('../tab-bar'), require('../_style/global.css'), require('./style/index.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.tabBar, global.index); | ||
factory(mod.exports, global.tabBar, global.global, global.index); | ||
global.index = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', './style/index.css'], factory); | ||
define(['exports', '../_style/global.css', './style/index.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('./style/index.css')); | ||
factory(exports, require('../_style/global.css'), require('./style/index.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.index); | ||
factory(mod.exports, global.global, global.index); | ||
global.index = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', '../icon', './style/tip.css'], factory); | ||
define(['exports', '../icon', '../_style/global.css', './style/tip.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('../icon'), require('./style/tip.css')); | ||
factory(exports, require('../icon'), require('../_style/global.css'), require('./style/tip.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.icon, global.tip); | ||
factory(mod.exports, global.icon, global.global, global.tip); | ||
global.tip = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
;(function(){ | ||
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports', '../popup', '../icon', './style/toast.css'], factory); | ||
define(['exports', '../popup', '../icon', '../_style/global.css', './style/toast.css'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require('../popup'), require('../icon'), require('./style/toast.css')); | ||
factory(exports, require('../popup'), require('../icon'), require('../_style/global.css'), require('./style/toast.css')); | ||
} else { | ||
@@ -11,3 +11,3 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.popup, global.icon, global.toast); | ||
factory(mod.exports, global.popup, global.icon, global.global, global.toast); | ||
global.toast = mod.exports; | ||
@@ -14,0 +14,0 @@ } |
{ | ||
"name": "mand-mobile", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "A Vue.js 2.0 Mobile UI Toolkit", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/didi/mand-mobile", | ||
"scripts": { | ||
"dev:webpack": "webpack-dashboard -m -- node build/webpack/dev-server", | ||
"dev": "node build/rollup/dev-server.rollup", | ||
"dev": "webpack-dashboard -m -- node build/webpack/dev-server", | ||
"dev:rollup": "node build/rollup/dev-server.rollup", | ||
"dev:site": "cd site && npm start", | ||
@@ -29,0 +29,0 @@ "create": "node build/component-init.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1599540
557
22330