mirror of https://github.com/layui/layui
commit
7a7578acc5
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "layui",
|
"name": "layui",
|
||||||
"version": "2.8.0-rc.3",
|
"version": "2.8.0-rc.4",
|
||||||
"description": "Classic modular Front-End UI library",
|
"description": "Classic modular Front-End UI library",
|
||||||
"main": "dist/layui.js",
|
"main": "dist/layui.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
,Layui = function(){
|
,Layui = function(){
|
||||||
this.v = '2.8.0-rc.3'; // Layui 版本号
|
this.v = '2.8.0-rc.4'; // Layui 版本号
|
||||||
}
|
}
|
||||||
|
|
||||||
//识别预先可能定义的指定全局对象
|
//识别预先可能定义的指定全局对象
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/** layDate 日期与时间控件 | MIT Licensed */
|
/** laydate 日期与时间控件 | MIT Licensed */
|
||||||
|
|
||||||
;!function(window, document){ //gulp build: laydate-header
|
;!function(window, document){ //gulp build: laydate-header
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
// 外部调用
|
// 外部调用
|
||||||
var laydate = {
|
var laydate = {
|
||||||
v: '5.4.0' // layDate 版本号
|
v: '5.5.0' // layDate 版本号
|
||||||
,config: {
|
,config: {
|
||||||
weekStart: 0, // 默认周日一周的开始
|
weekStart: 0, // 默认周日一周的开始
|
||||||
} // 全局配置项
|
} // 全局配置项
|
||||||
|
@ -1613,7 +1613,7 @@
|
||||||
}, 300);
|
}, 300);
|
||||||
};
|
};
|
||||||
|
|
||||||
// 附加的渲染处理,在ready和change的时候调用
|
// 附加的渲染处理,在 ready 和 change 的时候调用
|
||||||
Class.prototype.renderAdditional = function(){
|
Class.prototype.renderAdditional = function(){
|
||||||
var that = this;
|
var that = this;
|
||||||
var options = that.config;
|
var options = that.config;
|
||||||
|
@ -1624,7 +1624,7 @@
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
//标记范围内的日期
|
// 标记范围内的日期
|
||||||
Class.prototype.stampRange = function(){
|
Class.prototype.stampRange = function(){
|
||||||
var that = this
|
var that = this
|
||||||
,options = that.config
|
,options = that.config
|
||||||
|
|
Loading…
Reference in New Issue