diff --git a/build/ajax/ajax-pkg-min.js b/build/ajax/ajax-pkg-min.js index ebee76b83f..1f518020ce 100644 --- a/build/ajax/ajax-pkg-min.js +++ b/build/ajax/ajax-pkg-min.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ KISSY.add("ajax",function(d,B){function i(a){a=d.merge(J,a);if(a.url){if(a.data&&!d.isString(a.data))a.data=d.param(a.data);a.context=a.context||a;var b,e=n,g,f=a.type.toUpperCase();if(a.dataType===w){b=a.jsonpCallback||w+d.now();a.url=a.url+(a.url.indexOf("?")===-1?"?":"&")+(a.jsonp+"="+b);a.dataType=C;var o=j[b];j[b]=function(k){if(d.isFunction(o))o(k);else{j[b]=B;try{delete j[b]}catch(h){}}p([n,q],k,e,c,a)}}if(a.data&&f===x)a.url=a.url+(a.url.indexOf("?")===-1?"?":"&")+a.data;if(a.dataType===C){l(D, a);f=d.getScript(a.url,b?null:function(){p([n,q],t,e,c,a)});l(E,a);return f}var r=false,c=a.xhr();l(D,a);c.open(f,a.url,a.async);try{if(a.data||a.contentType)c.setRequestHeader(F,a.contentType);c.setRequestHeader("Accept",a.dataType&&a.accepts[a.dataType]?a.accepts[a.dataType]+", */*; q=0.01":a.accepts._default)}catch(L){}c.onreadystatechange=function(k){if(!c||c.readyState===0||k==="abort"){r||p(q,null,s,c,a);r=true;if(c)c.onreadystatechange=G}else if(!r&&c&&(c.readyState===4||k===u)){r=true;c.onreadystatechange= diff --git a/build/ajax/ajax-pkg.js b/build/ajax/ajax-pkg.js index 3adb34e332..011a0cf536 100644 --- a/build/ajax/ajax-pkg.js +++ b/build/ajax/ajax-pkg.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /*** * @module ajax diff --git a/build/anim/anim-pkg-min.js b/build/anim/anim-pkg-min.js index eb973a8e35..1ae770938e 100644 --- a/build/anim/anim-pkg-min.js +++ b/build/anim/anim-pkg-min.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ KISSY.add("anim-easing",function(d){var t=Math,o=t.PI,h=t.pow,w=t.sin,l=1.70158,r={easeNone:function(a){return a},easeIn:function(a){return a*a},easeOut:function(a){return(2-a)*a},easeBoth:function(a){return(a*=2)<1?0.5*a*a:0.5*(1- --a*(a-2))},easeInStrong:function(a){return a*a*a*a},easeOutStrong:function(a){return 1- --a*a*a*a},easeBothStrong:function(a){return(a*=2)<1?0.5*a*a*a*a:0.5*(2-(a-=2)*a*a*a)},elasticIn:function(a){if(a===0||a===1)return a;return-(h(2,10*(a-=1))*w((a-0.075)*2*o/0.3))}, elasticOut:function(a){if(a===0||a===1)return a;return h(2,-10*a)*w((a-0.075)*2*o/0.3)+1},elasticBoth:function(a){if(a===0||(a*=2)===2)return a;if(a<1)return-0.5*h(2,10*(a-=1))*w((a-0.1125)*2*o/0.45);return h(2,-10*(a-=1))*w((a-0.1125)*2*o/0.45)*0.5+1},backIn:function(a){if(a===1)a-=0.0010;return a*a*((l+1)*a-l)},backOut:function(a){return(a-=1)*a*((l+1)*a+l)+1},backBoth:function(a){if((a*=2)<1)return 0.5*a*a*(((l*=1.525)+1)*a-l);return 0.5*((a-=2)*a*(((l*=1.525)+1)*a+l)+2)},bounceIn:function(a){return 1- diff --git a/build/anim/anim-pkg.js b/build/anim/anim-pkg.js index 032ac2bde5..74603e8b4c 100644 --- a/build/anim/anim-pkg.js +++ b/build/anim/anim-pkg.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /** * @module anim-easing diff --git a/build/base/base-pkg-min.js b/build/base/base-pkg-min.js index 623a397326..1b6d1b3246 100644 --- a/build/base/base-pkg-min.js +++ b/build/base/base-pkg-min.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ KISSY.add("attribute",function(d,h){function e(){this.__attrs={};this.__attrVals={}}function f(a){a+="";return a.charAt(0).toUpperCase()+a.substring(1)}d.augment(e,{__getDefAttrs:function(){return d.clone(this.__attrs)},addAttr:function(a,b){this.__attrs[a]=d.clone(b||{});return this},hasAttr:function(a){return a&&this.__attrs.hasOwnProperty(a)},removeAttr:function(a){if(this.hasAttr(a)){delete this.__attrs[a];delete this.__attrVals[a]}return this},set:function(a,b){var c=this.get(a);if(c!==b)if(false!== this.__fireAttrChange("before",a,c,b)){this.__set(a,b);this.__fireAttrChange("after",a,c,this.__attrVals[a]);return this}},__fireAttrChange:function(a,b,c,g){return this.fire(a+f(b)+"Change",{attrName:b,prevVal:c,newVal:g})},__set:function(a,b){var c,g=this.__attrs[a];if(g=g&&g.setter)c=g.call(this,b);if(c!==h)b=c;this.__attrVals[a]=b},get:function(a){var b;b=(b=this.__attrs[a])&&b.getter;a=a in this.__attrVals?this.__attrVals[a]:this.__getDefAttrVal(a);if(b)a=b.call(this,a);return a},__getDefAttrVal:function(a){a= diff --git a/build/base/base-pkg.js b/build/base/base-pkg.js index ca04ae2566..95947978a4 100644 --- a/build/base/base-pkg.js +++ b/build/base/base-pkg.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /** * @module Attribute diff --git a/build/calendar/calendar-min.css b/build/calendar/calendar-min.css index d8371eff2a..d6cadcf83d 100644 --- a/build/calendar/calendar-min.css +++ b/build/calendar/calendar-min.css @@ -1,6 +1,6 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ .ks-clearfix:after{content:'\20';display:block;height:0;clear:both;}.ks-clearfix{*zoom:1;}.hidden{display:none;}.ks-cal-call{background:white;height:auto;border:1px solid #9bc0e0;font-size:12px;font-family:Tahoma;}.ks-cal-call.multi-1{width:189px!important;}.ks-cal-call.multi-2{width:380px!important;_width:373px;}.ks-cal-call.multi-3{width:568px!important;_width:560px;}.ks-cal-call{-moz-box-shadow:2px 2px 0 #ccc;-webkit-box-shadow:2px 2px 0 #ccc;-khtml-box-shadow:2px 2px 0 #ccc;-ms-box-shadow:2px 2px 0 #ccc;filter:progid:DXImageTransform.Microsoft.Shadow(direction = 155,Color = #dadada,Strength = 3),progid:DXImageTransform.Microsoft.DropShadow(Color = #22aaaaaa,OffX = 0,OffY = 0);}.ks-cal-call .ks-cal-box{margin:4px;_margin:4px 2px;height:auto;width:auto;float:left;*padding-bottom:5px;_padding-bottom:3px;position:relative;}.ks-cal-call .ks-cal-hd{background:url('http://img04.taobaocdn.com/tps/i4/T1aqNrXbFvXXXXXXXX-10-100.gif') repeat-x 0 -41px;width:181px;height:24px;background-color:#40a6ff;position:relative;}.ks-cal-call .ks-cal-hd a.ks-prev{overflow:hidden;text-indent:-100em;background:url('http://img04.taobaocdn.com/tps/i4/T1aqNrXbFvXXXXXXXX-10-100.gif') no-repeat 0 4px;height:1;width:10px;float:left;position:absolute;left:3px;top:3px;font-size:10px;text-decoration:none;color:white;}.ks-cal-call .ks-cal-hd a.ks-next{overflow:hidden;text-indent:-100em;background:url('http://img04.taobaocdn.com/tps/i4/T1aqNrXbFvXXXXXXXX-10-100.gif') no-repeat 0 -15px;height:1;width:10px;position:absolute;right:3px;top:3px;font-size:10px;text-decoration:none;color:white;}.ks-cal-call .ks-cal-hd a.ks-title,.ks-cal-call .ks-cal-hd a.ks-title:link,.ks-cal-call .ks-cal-hd a.ks-title:visited{color:white;text-decoration:none;position:relative;margin-left:auto;margin-right:auto;width:77px;height:17px;line-height:17px;display:block;top:3px;text-align:center;}.ks-cal-call .ks-cal-hd a.ks-title:hover{border:1px solid #8cc6ff;top:2px;color:#f0ff00;background:url('http://img04.taobaocdn.com/tps/i4/T1aqNrXbFvXXXXXXXX-10-100.gif') repeat-x 0 -75px;}.ks-cal-call .ks-cal-bd{width:181px;}.ks-cal-call .ks-cal-bd .ks-whd{width:auto;height:19px;overflow:hidden;background-color:#cce7ff;margin-top:4px;*padding-left:2px;*width:179px;}.ks-cal-call .ks-cal-bd .ks-whd span{float:left;width:25.857px;text-align:center;line-height:19px;}.ks-cal-call .ks-cal-bd .ks-whd span,x:-moz-any-link{width:25px;}.ks-cal-call .ks-cal-bd .ks-whd span,x:-moz-any-link,x:default{width:25.857px;}.ks-cal-call .ks-cal-bd .ks-dbd{width:181px;height:auto;background-color:white;margin-top:4px;*padding-left:2px;*width:179px;}.ks-cal-call .ks-cal-bd .ks-dbd a,.ks-cal-call .ks-cal-bd .ks-dbd a:link,.ks-cal-call .ks-cal-bd .ks-dbd a:visited{color:#049;float:left;width:25.857px;text-align:center;line-height:22px;text-decoration:none;}.ks-cal-call .ks-cal-bd .ks-dbd a:hover{background-color:#ebf4fc;}.ks-cal-call .ks-cal-bd .ks-dbd a,x:-moz-any-link{width:25px;}.ks-cal-call .ks-cal-bd .ks-dbd a:link,x:-moz-any-link{width:25px;}.ks-cal-call .ks-cal-bd .ks-dbd a:visited,x:-moz-any-link{width:25px;}.ks-cal-call .ks-cal-bd .ks-dbd a,.ks-cal-call .ks-cal-bd .ks-dbd a:link,.ks-cal-call .ks-cal-bd .ks-dbd a:visited,x:-moz-any-link,x:default{width:25.857px;}.ks-cal-call .ks-cal-bd .ks-dbd a.ks-null,.ks-cal-call .ks-cal-bd .ks-dbd a.ks-null:link,.ks-cal-call .ks-cal-bd .ks-dbd a.ks-null:visited{background:white;color:white;cursor:default;}.ks-cal-call .ks-cal-bd .ks-dbd a.ks-today,.ks-cal-call .ks-cal-bd .ks-dbd a.ks-today:link,.ks-cal-call .ks-cal-bd .ks-dbd a.ks-today:visited{color:#f60;font-weight:bold;}.ks-cal-call .ks-cal-bd .ks-dbd a.ks-selected,.ks-cal-call .ks-cal-bd .ks-dbd a.ks-selected:link,.ks-cal-call .ks-cal-bd .ks-dbd a.ks-selected:visited{background-color:#cce7ff;}.ks-cal-call .ks-cal-bd .ks-dbd a.ks-disabled,.ks-cal-call .ks-cal-bd .ks-dbd a.ks-disabled:link,.ks-cal-call .ks-cal-bd .ks-dbd a.ks-disabled:visited{color:#8c8c8c;cursor:default;background-color:white;}.ks-cal-call .ks-cal-bd .ks-dbd a.ks-range,.ks-cal-call .ks-cal-bd .ks-dbd a.ks-range:link,.ks-cal-call .ks-cal-bd .ks-dbd a.ks-range:visited{background-color:#cce7ff;}.ks-cal-call .ks-cal-ft{text-align:center;width:181px;}.ks-cal-call .ks-cal-ft .ks-cal-time{background-color:#e5e5e5;display:inline-block;*display:inline;*zoom:1;padding:3px 5px;*padding:2px 5px;_padding:3px 5px;width:95px;position:relative;padding-right:18px;*top:-2px;_top:-1px;}.ks-cal-time .cta{width:13px;height:20px;position:absolute;right:0;top:0;line-height:0;}@media all and(-webkit-min-device-pixel-ratio:10000),not all and(-webkit-min-device-pixel-ratio:0){head~body .ks-cal-call .ks-cal-ft .ks-cal-time{padding:2px 5px 2px 0;display:block;float:left;width:110px;margin-left:13px;}head~body .ks-cal-call .ks-cal-ft .ct-ok{margin-left:0;}}.ks-cal-time button{width:13px;height:10px;border:0;overflow:hidden;background:url("http://img05.taobaocdn.com/tps/i5/T1McxAXXRHXXXXXXXX-29-10.gif") no-repeat;cursor:pointer;}.ks-cal-time button.u{background-position:0 0;}.ks-cal-time button.d{background-position:-16px 0;}.ks-cal-time span{cursor:pointer;}.ks-cal-time span.on{padding:0 1px;background-color:#333;color:white;}.ks-cal-timelist{position:absolute;height:auto;width:auto;_width:205px;border:1px solid #9bc0e0;background-color:#f2f2f2;z-index:100;}.ks-cal-timelist ul{width:50px;border-left:1px solid #9bc0e0;float:left;list-style:none;padding:0;margin:5px 0;}.ks-cal-timelist ul.first{border:0!important;}.ks-cal-timelist ul li{text-align:center;float:left;width:100%;}.ks-cal-timelist ul li a,.ks-cal-timelist ul li a:link,.ks-cal-timelist ul li a:visited{line-height:18px;text-decoration:none;color:black;}.ks-cal-timelist ul li a:hover{background-color:#cce7f2;color:#049;}.ks-setime{position:absolute;left:0;top:28px;right:0;width:180px;background:#f2f2f2;border:1px solid #9bc0e0;text-align:center;vertical-align:middle;height:auto;padding-top:10px;padding-bottom:10px;}.ks-setime p{height:30px;margin:0;padding:0;}.ks-setime select,.ks-setime input{width:80px;}.ks-selectime{position:absolute;left:0;bottom:28px;*bottom:32px;right:0;width:180px;background:#f2f2f2;border:1px solid #9bc0e0;text-align:center;vertical-align:middle;height:auto;padding-top:10px;padding-bottom:10px;}.ks-selectime a,.ks-selectime a:link,.ks-selectime a:visited{margin-left:10px;display:inline-block;*display:inline;float:left;text-decoration:none;color:#049;}.ks-selectime a:hover{text-decoration:underline;}.ks-selectime a.x{position:absolute;right:3px;bottom:2px;font-weight:bold;font-family:"comic Sans MS";}.ks-selectime select,.ks-selectime input{width:80px;}.ks-select-calendar{width:126px;height:20px;*width:122px;*height:18px;_width:124px;border:1px solid #ccc;background:url(http://img03.taobaocdn.com/tps/i3/T1cJ4PXfXGXXXXXXXX-16-13.gif) no-repeat 106px 4px;}.lot-calendar{position:absolute;top:0;left:222px;z-index:100;} \ No newline at end of file diff --git a/build/calendar/calendar-pkg-min.js b/build/calendar/calendar-pkg-min.js index 63725266c9..bbdea54030 100644 --- a/build/calendar/calendar-pkg-min.js +++ b/build/calendar/calendar-pkg-min.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ KISSY.add("date",function(e){var j=function(){var i=/w{1}|d{1,4}|m{1,4}|yy(?:yy)?|([HhMsTt])\1?|[LloSZ]|"[^"]*"|'[^']*'/g,a=/\b(?:[PMCEA][SDP]T|(?:Pacific|Mountain|Central|Eastern|Atlantic) (?:Standard|Daylight|Prevailing) Time|(?:GMT|UTC)(?:[-+]\d{4})?)\b/g,b=/[^-+\dA-Z]/g,c=function(f,g){f=String(f);for(g=g||2;f.lengthe&&!b){f.attr(a,"data-ks-lazyload",a.src);if(d!=="none")a.src=d;else a.removeAttribute("src"); diff --git a/build/datalazyload/datalazyload-pkg.js b/build/datalazyload/datalazyload-pkg.js index d3e0aa2475..728372fceb 100644 --- a/build/datalazyload/datalazyload-pkg.js +++ b/build/datalazyload/datalazyload-pkg.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /** * 数据延迟加载组件 diff --git a/build/dd/dd-pkg-min.js b/build/dd/dd-pkg-min.js index 97297cc0ec..276bf4475f 100644 --- a/build/dd/dd-pkg-min.js +++ b/build/dd/dd-pkg-min.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ KISSY.add("dd",function(d){function g(){g.superclass.constructor.apply(this,arguments);this._init()}function i(c,f,h){h=h||150;if(h===-1)return function(){c.apply(f,arguments)};var k=d.now();return function(){var l=d.now();if(l-k>h){k=l;c.apply(f,arguments)}}}var j=document,a=d.Event,b=d.DOM,e=d.Node;d.DD={};g.ATTRS={bufferTime:{value:200},activeDrag:{}};d.extend(g,d.Base,{_init:function(){this._showShimMove=i(this._move,this,30)},_move:function(c){var f=this.get("activeDrag");if(f){c.preventDefault(); f._move(c)}},_start:function(c){var f=this,h=f.get("bufferTime")||0;f._registerEvent();if(h)f._bufferTimer=setTimeout(function(){f._bufferStart(c)},h);else f._bufferStart(c)},_bufferStart:function(c){this.set("activeDrag",c);c.get("shim")&&this._activeShim();c._start()},_end:function(c){var f=this.get("activeDrag");this._unregisterEvent();if(this._bufferTimer){clearTimeout(this._bufferTimer);this._bufferTimer=null}this._shim&&this._shim.css({display:"none"});if(f){f._end(c);this.set("activeDrag", diff --git a/build/dd/dd-pkg.js b/build/dd/dd-pkg.js index ccee45cb4a..80d7c57308 100644 --- a/build/dd/dd-pkg.js +++ b/build/dd/dd-pkg.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /** * dd support for kissy diff --git a/build/dom/dom-pkg-min.js b/build/dom/dom-pkg-min.js index 3cf303423b..2f218ad90d 100644 --- a/build/dom/dom-pkg-min.js +++ b/build/dom/dom-pkg-min.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ KISSY.add("dom",function(a,x){function p(g,q){return g&&g.nodeType===q}a.DOM={_isElementNode:function(g){return p(g,1)},_isKSNode:function(g){return a.Node&&p(g,a.Node.TYPE)},_getWin:function(g){return g&&"scrollTo"in g&&g.document?g:p(g,9)?g.defaultView||g.parentWindow:g===x?window:false},_nodeTypeIs:p}}); KISSY.add("selector",function(a,x){function p(e,f){var c,b,d=[],m;f=g(f);if(a.isString(e)){e=a.trim(e);if(w.test(e)){if(b=q(e.slice(1),f))d=[b]}else if(c=n.exec(e)){b=c[1];m=c[2];c=c[3];if(f=b?q(b,f):f)if(c)if(!b||e.indexOf(k)!==-1)d=h(c,m,f);else{if((b=q(b,f))&&v.hasClass(b,c))d=[b]}else if(m)d=z(m,f)}else if(a.ExternalSelector)return a.ExternalSelector(e,f);else j(e)}else if(e&&(e[r]||e[s]))d=e[r]?[e[r]()]:e[s]();else if(e&&(a.isArray(e)||e&&!e.nodeType&&e.item&&!e.setTimeout))d=e;else if(e)d=[e]; diff --git a/build/dom/dom-pkg.js b/build/dom/dom-pkg.js index 776c673d19..800c5db997 100644 --- a/build/dom/dom-pkg.js +++ b/build/dom/dom-pkg.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /** * @module dom diff --git a/build/event/event-pkg-min.js b/build/event/event-pkg-min.js index 2b5c510fe7..32917000db 100644 --- a/build/event/event-pkg-min.js +++ b/build/event/event-pkg-min.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ KISSY.add("event",function(e,k){function j(a,b,d,f,h){if(e.isString(b))b=e.query(b);if(e.isArray(b)){e.each(b,function(l){m[a](l,d,f,h)});return true}if((d=e.trim(d))&&d.indexOf(z)>0){e.each(d.split(z),function(l){m[a](b,l,f,h)});return true}}function g(a){return a&&a.nodeType!==3&&a.nodeType!==8?i.data(a,y):-1}function n(a,b){a&&a.nodeType!==3&&a.nodeType!==8&&i.data(a,y,b)}var c=document,i=e.DOM,t=c.addEventListener?function(a,b,d,f){a.addEventListener&&a.addEventListener(b,d,!!f)}:function(a,b, d){a.attachEvent&&a.attachEvent("on"+b,d)},p=c.removeEventListener?function(a,b,d,f){a.removeEventListener&&a.removeEventListener(b,d,!!f)}:function(a,b,d){a.detachEvent&&a.detachEvent("on"+b,d)},y="ksEventTargetId",z=" ",A=e.now(),x={},m={EVENT_GUID:y,special:{},add:function(a,b,d,f){if(!j("add",a,b,d,f)){var h=g(a),l,q,r,u,s;if(!(h===-1||!b||!e.isFunction(d))){if(!h){n(a,h=A++);x[h]={target:a,events:{}}}q=x[h].events;if(!q[b]){l=((h=!a.isCustomEventTarget)||a._supportSpecialEvent)&&m.special[b]|| diff --git a/build/event/event-pkg.js b/build/event/event-pkg.js index 1bbf04548e..6407988a3e 100644 --- a/build/event/event-pkg.js +++ b/build/event/event-pkg.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /** * @module event diff --git a/build/flash/flash-pkg-min.js b/build/flash/flash-pkg-min.js index 7da58652e6..805f19f6f3 100644 --- a/build/flash/flash-pkg-min.js +++ b/build/flash/flash-pkg-min.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ KISSY.add("flash",function(f){f.Flash={swfs:{},length:0,version:"1.3"}},{requires:["core"]}); KISSY.add("flash-ua",function(f){function l(i){var j=f.isString(i)?i.match(/(\d)+/g).splice(0,3):i;i=i;if(f.isArray(j))i=parseFloat(j[0]+"."+n(j[1],3)+n(j[2],5));return i||0}function n(i,j){for(var p=(i+"").length;p++';h.extend(k,h.Base);k.ATTRS={type:{value:"standard"},bigImageSrc:{value:"",setter:function(a){var b=this.get("bigImageSrc");if(a&&A.test(a)&&a!==b){this._cacheBigImageSrc=b;return a}return this.get("bigImageSrc")},getter:function(a){var b;if(!a)if((b=e.attr(this.image, diff --git a/build/imagezoom/imagezoom-pkg.js b/build/imagezoom/imagezoom-pkg.js index f48821ed4e..47802de312 100644 --- a/build/imagezoom/imagezoom-pkg.js +++ b/build/imagezoom/imagezoom-pkg.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /** * @fileoverview 图片放大效果 ImageZoom. diff --git a/build/json/json-pkg-min.js b/build/json/json-pkg-min.js index 44c4a1bd2e..ebb6fa66a7 100644 --- a/build/json/json-pkg-min.js +++ b/build/json/json-pkg-min.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ if(!this.JSON)this.JSON={}; (function(){function k(b){return b<10?"0"+b:b}function n(b){p.lastIndex=0;return p.test(b)?'"'+b.replace(p,function(f){var c=r[f];return typeof c==="string"?c:"\\u"+("0000"+f.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+b+'"'}function j(b,f){var c,d,g,l,i=h,e,a=f[b];if(a&&typeof a==="object"&&typeof a.toJSON==="function")a=a.toJSON(b);if(typeof m==="function")a=m.call(f,b,a);switch(typeof a){case "string":return n(a);case "number":return isFinite(a)?String(a):"null";case "boolean":case "null":return String(a); diff --git a/build/json/json-pkg.js b/build/json/json-pkg.js index 98a440c1e3..2350ef4eba 100644 --- a/build/json/json-pkg.js +++ b/build/json/json-pkg.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /* http://www.JSON.org/json2.js diff --git a/build/kissy-min.js b/build/kissy-min.js index 256bd05827..3b79956ac8 100644 --- a/build/kissy-min.js +++ b/build/kissy-min.js @@ -1,9 +1,9 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:57 */ -(function(a,s,t){var j={mix:function(i,d,u,w){if(!d||!i)return i;if(u===t)u=true;var m,q,v;if(w&&(v=w.length))for(m=0;m=0;c--)b[c]=e[c];return b}}if(location&&(location.search||"").indexOf("ks-debug")!==-1)a.Config.debug=true})(KISSY); (function(a,s){var t=a.__HOST.document,j=t.getElementsByTagName("head")[0]||t.documentElement,h=2,k=3,i=4,d=a.mix,u=t.createElement("script").readyState?function(f,p){var e=f.onreadystatechange;f.onreadystatechange=function(){var b=f.readyState;if(b==="loaded"||b==="complete"){f.onreadystatechange=null;e&&e();p.call(this)}}}:function(f,p){f.addEventListener("load",p,false)},w=/\.css(?:\?|$)/i,m;m={add:function(f,p,e){var b=this.Env.mods,c;if(a.isString(f)&&!e&&a.isPlainObject(p)){c={};c[f]=p;f=c}if(a.isPlainObject(f)){a.each(f, function(g,l){g.name=l;b[l]&&d(g,b[l],false)});d(b,f)}else{e=e||{};c=b[f]||{};f=e.host||c.host||f;c=b[f]||{};d(c,{name:f,status:h});if(!c.fns)c.fns=[];p&&c.fns.push(p);d(b[f]=c,e);c.attach!==false&&this.__isAttached(c.requires)&&this.__attachMod(c)}return this},use:function(f,p,e){f=f.replace(/\s+/g,"").split(",");e=e||{};var b=this,c;e=(e||0).global;var g,l=f.length,o;e&&b.__mixMods(e);if(b.__isAttached(f))p&&p(b);else{for(g=0;g=0;A--){var B=x[A],E=g[B],D=a.inArray(B,l);E&&E.status===i||D||c.__attachModByName(B,b,e);D||z.push(B)}z.length!=0&&z.unshift(f.name);b()},e);var n=false},__mixMods:function(f){var p=this.Env.mods, e=f.Env.mods,b;for(b in e)this.__mixMod(p,e,b,f)},__mixMod:function(f,p,e,b){var c=f[e]||{},g=c.status;a.mix(c,a.clone(p[e]));if(g)c.status=g;b&&this.__buildPath(c,b.Config.base);f[e]=c},__attachMod:function(f){var p=this;if(f.fns){a.each(f.fns,function(e){e&&e(p)});f.fns=s}f.status=i},__isAttached:function(f){for(var p=this.Env.mods,e,b=(f=a.makeArray(f)).length-1;b>=0;b--){e=f[b].replace(/\+css/,"");e=p[e]||{};if(e.status!==i)return false}return true},__load:function(f,p,e){function b(){l[g]=h; if(f.status!==k){e&&c.__mixMod(c.Env.mods,e.Env.mods,f.name,e);if(f.status!==i)f.status=h;p()}}var c=this,g=f.fullpath,l=a.Env._loadQueue,o=l[g];f.status=f.status||0;if(f.status<1&&o)f.status=o.nodeName?1:h;if(a.isString(f.cssfullpath)){c.getScript(f.cssfullpath);f.cssfullpath=h}if(f.status<1&&g){f.status=1;o=c.getScript(g,{success:function(){KISSY.log(f.name+" is loaded.","info");b()},error:function(){f.status=k;l[g]=h},charset:f.charset});w.test(g)||(l[g]=o)}else f.status===1?u(o,b):p()},__buildPath:function(f, diff --git a/build/kissy.js b/build/kissy.js index 7b9f20cdd5..448cd11b2b 100644 --- a/build/kissy.js +++ b/build/kissy.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /* * @module kissy @@ -65,7 +65,7 @@ build time: ${build.time} * The version of the library. * @type {String} */ - version: '1.1.7dev', + version: '1.1.7', /** * Returns a new object containing all of the properties of @@ -1062,7 +1062,7 @@ build time: ${build.time} if (!mod) { //默认js名字 var componentJsName = self.Config['componentJsName'] || function(m) { - return m + '-pkg-min.js?t=20110114134242'; + return m + '-pkg-min.js?t=20110114135714'; }, js = S.isFunction(componentJsName) ? componentJsName(modName) : componentJsName; mod = { @@ -1075,7 +1075,7 @@ build time: ${build.time} if (hasCss) { var componentCssName = self.Config['componentCssName'] || function(m) { - return m + '-min.css?t=20110114134242'; + return m + '-min.css?t=20110114135714'; }, css = S.isFunction(componentCssName) ? componentCssName(modName) : componentCssName; @@ -1433,9 +1433,9 @@ build time: ${build.time} })(KISSY); /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:57 */ /** * @module ua @@ -1631,9 +1631,9 @@ KISSY.add('ua-extra', function(S) { S.mix(UA, o); }); /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /** * @module dom @@ -3685,9 +3685,9 @@ KISSY.add('dom-insertion', function(S) { * */ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /** * @module event @@ -4291,9 +4291,9 @@ KISSY.add('event-focusin', function(S) { * - webkit 和 opera 已支持 DOMFocusIn/DOMFocusOut 事件,但上面的写法已经能达到预期效果,暂时不考虑原生支持。 */ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /** * @module node @@ -4679,9 +4679,9 @@ KISSY.add('node-attach', function(S, undefined) { }); /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /* http://www.JSON.org/json2.js @@ -5185,9 +5185,9 @@ KISSY.add('json', function (S) { }; }); /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /*** * @module ajax @@ -5508,9 +5508,9 @@ KISSY.add('ajax', function(S, undef) { * - [玉伯] 去掉 getJSON 接口,增加 jsonp 接口 */ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /** * @module anim-easing @@ -6167,9 +6167,9 @@ KISSY.add('anim-node-plugin', function(S, undefined) { }); /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /** * @module cookie @@ -6253,9 +6253,9 @@ KISSY.add('cookie', function(S) { * 独立成静态工具类的方式更优。 */ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /** * @module Attribute diff --git a/build/node/node-pkg-min.js b/build/node/node-pkg-min.js index 368bee3391..e18ca2f484 100644 --- a/build/node/node-pkg-min.js +++ b/build/node/node-pkg-min.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ KISSY.add("node",function(a){function i(c,f,j){if(!(this instanceof i))return new i(c,f,j);if(c){if(a.isString(c)){c=p.create(c,f,j);if(c.nodeType===11)return new a.NodeList(c.childNodes)}else if(c instanceof i)return c;else c=c;this[0]=c}else this.length=0}var p=a.DOM;i.TYPE="-ks-Node";a.augment(i,{length:1,getDOMNode:function(){return this[0]},nodeType:i.TYPE});a.one=function(c,f){var j=a.get(c,f);return j?new i(j):null};a.Node=i}); KISSY.add("nodelist",function(a){function i(f){if(!(this instanceof i))return new i(f);p.push.apply(this,a.makeArray(f)||[])}var p=Array.prototype,c=a.DOM._isElementNode;a.mix(i.prototype,{length:0,item:function(f){var j=null,n,g;if(c(f)){n=0;for(g=this.length;n=0;a--)c[a]=m[a];return c}}if(location&&(location.search||"").indexOf("ks-debug")!==-1)b.Config.debug=true})(KISSY); (function(b,s){var t=b.__HOST.document,d=t.getElementsByTagName("head")[0]||t.documentElement,e=2,f=3,j=4,h=b.mix,l=t.createElement("script").readyState?function(o,r){var m=o.onreadystatechange;o.onreadystatechange=function(){var c=o.readyState;if(c==="loaded"||c==="complete"){o.onreadystatechange=null;m&&m();r.call(this)}}}:function(o,r){o.addEventListener("load",r,false)},u=/\.css(?:\?|$)/i,k;k={add:function(o,r,m){var c=this.Env.mods,a;if(b.isString(o)&&!m&&b.isPlainObject(r)){a={};a[o]=r;o=a}if(b.isPlainObject(o)){b.each(o, function(g,i){g.name=i;c[i]&&h(g,c[i],false)});h(c,o)}else{m=m||{};a=c[o]||{};o=m.host||a.host||o;a=c[o]||{};h(a,{name:o,status:e});if(!a.fns)a.fns=[];r&&a.fns.push(r);h(c[o]=a,m);a.attach!==false&&this.__isAttached(a.requires)&&this.__attachMod(a)}return this},use:function(o,r,m){o=o.replace(/\s+/g,"").split(",");m=m||{};var c=this,a;m=(m||0).global;var g,i=o.length,n;m&&c.__mixMods(m);if(c.__isAttached(o))r&&r(c);else{for(g=0;g=0;A--){var B=y[A],E=g[B],C=b.inArray(B,i);E&&E.status===j||C||a.__attachModByName(B,c,m);C||z.push(B)}z.length!=0&&z.unshift(o.name);c()},m);var v=false},__mixMods:function(o){var r=this.Env.mods, m=o.Env.mods,c;for(c in m)this.__mixMod(r,m,c,o)},__mixMod:function(o,r,m,c){var a=o[m]||{},g=a.status;b.mix(a,b.clone(r[m]));if(g)a.status=g;c&&this.__buildPath(a,c.Config.base);o[m]=a},__attachMod:function(o){var r=this;if(o.fns){b.each(o.fns,function(m){m&&m(r)});o.fns=s}o.status=j},__isAttached:function(o){for(var r=this.Env.mods,m,c=(o=b.makeArray(o)).length-1;c>=0;c--){m=o[c].replace(/\+css/,"");m=r[m]||{};if(m.status!==j)return false}return true},__load:function(o,r,m){function c(){i[g]=e; if(o.status!==f){m&&a.__mixMod(a.Env.mods,m.Env.mods,o.name,m);if(o.status!==j)o.status=e;r()}}var a=this,g=o.fullpath,i=b.Env._loadQueue,n=i[g];o.status=o.status||0;if(o.status<1&&n)o.status=n.nodeName?1:e;if(b.isString(o.cssfullpath)){a.getScript(o.cssfullpath);o.cssfullpath=e}if(o.status<1&&g){o.status=1;n=a.getScript(g,{success:function(){KISSY.log(o.name+" is loaded.","info");c()},error:function(){o.status=f;i[g]=e},charset:o.charset});u.test(g)||(i[g]=n)}else o.status===1?l(n,c):r()},__buildPath:function(o, diff --git a/build/packages/kissy-aio.js b/build/packages/kissy-aio.js index 39c3e845c4..36166a0208 100644 --- a/build/packages/kissy-aio.js +++ b/build/packages/kissy-aio.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /* * @module kissy @@ -65,7 +65,7 @@ build time: ${build.time} * The version of the library. * @type {String} */ - version: '1.1.7dev', + version: '1.1.7', /** * Returns a new object containing all of the properties of @@ -1062,7 +1062,7 @@ build time: ${build.time} if (!mod) { //默认js名字 var componentJsName = self.Config['componentJsName'] || function(m) { - return m + '-pkg-min.js?t=20110114134242'; + return m + '-pkg-min.js?t=20110114135714'; }, js = S.isFunction(componentJsName) ? componentJsName(modName) : componentJsName; mod = { @@ -1075,7 +1075,7 @@ build time: ${build.time} if (hasCss) { var componentCssName = self.Config['componentCssName'] || function(m) { - return m + '-min.css?t=20110114134242'; + return m + '-min.css?t=20110114135714'; }, css = S.isFunction(componentCssName) ? componentCssName(modName) : componentCssName; @@ -1433,9 +1433,9 @@ build time: ${build.time} })(KISSY); /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:57 */ /** * @module ua @@ -1631,9 +1631,9 @@ KISSY.add('ua-extra', function(S) { S.mix(UA, o); }); /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /** * @module dom @@ -3685,9 +3685,9 @@ KISSY.add('dom-insertion', function(S) { * */ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /** * @module event @@ -4291,9 +4291,9 @@ KISSY.add('event-focusin', function(S) { * - webkit 和 opera 已支持 DOMFocusIn/DOMFocusOut 事件,但上面的写法已经能达到预期效果,暂时不考虑原生支持。 */ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /** * @module node @@ -4679,9 +4679,9 @@ KISSY.add('node-attach', function(S, undefined) { }); /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /* http://www.JSON.org/json2.js @@ -5185,9 +5185,9 @@ KISSY.add('json', function (S) { }; }); /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /*** * @module ajax @@ -5508,9 +5508,9 @@ KISSY.add('ajax', function(S, undef) { * - [玉伯] 去掉 getJSON 接口,增加 jsonp 接口 */ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /** * @module anim-easing @@ -6167,9 +6167,9 @@ KISSY.add('anim-node-plugin', function(S, undefined) { }); /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /** * @module cookie @@ -6253,9 +6253,9 @@ KISSY.add('cookie', function(S) { * 独立成静态工具类的方式更优。 */ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /** * @module Attribute @@ -6499,9 +6499,9 @@ KISSY.add('base', function (S) { KISSY.add('core'); /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:57 */ /*! * Sizzle CSS Selector Engine - v1.0 @@ -7579,9 +7579,9 @@ KISSY.add('sizzle', function(S) { })(); /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /** * 数据延迟加载组件 @@ -8064,9 +8064,9 @@ KISSY.add('datalazyload', function(S, undefined) { * - 2009-12-17 yubo 将 imglazyload 升级为 datalazyload, 支持 textarea 方式延迟和特定元素即将出现时的回调函数 */ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /** * @module Flash 全局静态类 @@ -8565,9 +8565,9 @@ KISSY.add('flash-embed', function(S) { }, { host: 'flash' }); /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /** * dd support for kissy @@ -8953,9 +8953,9 @@ KISSY.add('dd-draggable', function(S) { }, { host: 'dd' }); /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /** * resizable support for kissy @@ -9112,9 +9112,9 @@ KISSY.add("resizable", function(S) { }, { requires:["dd"] }); /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:57 */ /** * @module UIBase @@ -10441,9 +10441,9 @@ KISSY.add("uibase-stdmod", function(S) { },{ host:"uibase" });/* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:57 */ /** * Switchable @@ -11547,9 +11547,9 @@ KISSY.add('accordion', function(S) { * */ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /** * KISSY Overlay @@ -11655,9 +11655,9 @@ KISSY.add('dialog', function(S) { /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:57 */ /** * 提示补全组件 @@ -12747,9 +12747,9 @@ KISSY.add('suggest', function(S, undefined) { * 2010-08-04 更新: 去掉对 yahoo-dom-event 的依赖,仅依赖 ks-core. 调整了部分 public api, 扩展更容易了。 */ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /** * @fileoverview 图片放大效果 ImageZoom. @@ -13540,9 +13540,9 @@ KISSY.add('autorender', function(S) { }, { host: 'imagezoom' } ); /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /* * Date Format 1.2.3 diff --git a/build/packages/kissy-min.js b/build/packages/kissy-min.js index 256bd05827..3b79956ac8 100644 --- a/build/packages/kissy-min.js +++ b/build/packages/kissy-min.js @@ -1,9 +1,9 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:57 */ -(function(a,s,t){var j={mix:function(i,d,u,w){if(!d||!i)return i;if(u===t)u=true;var m,q,v;if(w&&(v=w.length))for(m=0;m=0;c--)b[c]=e[c];return b}}if(location&&(location.search||"").indexOf("ks-debug")!==-1)a.Config.debug=true})(KISSY); (function(a,s){var t=a.__HOST.document,j=t.getElementsByTagName("head")[0]||t.documentElement,h=2,k=3,i=4,d=a.mix,u=t.createElement("script").readyState?function(f,p){var e=f.onreadystatechange;f.onreadystatechange=function(){var b=f.readyState;if(b==="loaded"||b==="complete"){f.onreadystatechange=null;e&&e();p.call(this)}}}:function(f,p){f.addEventListener("load",p,false)},w=/\.css(?:\?|$)/i,m;m={add:function(f,p,e){var b=this.Env.mods,c;if(a.isString(f)&&!e&&a.isPlainObject(p)){c={};c[f]=p;f=c}if(a.isPlainObject(f)){a.each(f, function(g,l){g.name=l;b[l]&&d(g,b[l],false)});d(b,f)}else{e=e||{};c=b[f]||{};f=e.host||c.host||f;c=b[f]||{};d(c,{name:f,status:h});if(!c.fns)c.fns=[];p&&c.fns.push(p);d(b[f]=c,e);c.attach!==false&&this.__isAttached(c.requires)&&this.__attachMod(c)}return this},use:function(f,p,e){f=f.replace(/\s+/g,"").split(",");e=e||{};var b=this,c;e=(e||0).global;var g,l=f.length,o;e&&b.__mixMods(e);if(b.__isAttached(f))p&&p(b);else{for(g=0;g=0;A--){var B=x[A],E=g[B],D=a.inArray(B,l);E&&E.status===i||D||c.__attachModByName(B,b,e);D||z.push(B)}z.length!=0&&z.unshift(f.name);b()},e);var n=false},__mixMods:function(f){var p=this.Env.mods, e=f.Env.mods,b;for(b in e)this.__mixMod(p,e,b,f)},__mixMod:function(f,p,e,b){var c=f[e]||{},g=c.status;a.mix(c,a.clone(p[e]));if(g)c.status=g;b&&this.__buildPath(c,b.Config.base);f[e]=c},__attachMod:function(f){var p=this;if(f.fns){a.each(f.fns,function(e){e&&e(p)});f.fns=s}f.status=i},__isAttached:function(f){for(var p=this.Env.mods,e,b=(f=a.makeArray(f)).length-1;b>=0;b--){e=f[b].replace(/\+css/,"");e=p[e]||{};if(e.status!==i)return false}return true},__load:function(f,p,e){function b(){l[g]=h; if(f.status!==k){e&&c.__mixMod(c.Env.mods,e.Env.mods,f.name,e);if(f.status!==i)f.status=h;p()}}var c=this,g=f.fullpath,l=a.Env._loadQueue,o=l[g];f.status=f.status||0;if(f.status<1&&o)f.status=o.nodeName?1:h;if(a.isString(f.cssfullpath)){c.getScript(f.cssfullpath);f.cssfullpath=h}if(f.status<1&&g){f.status=1;o=c.getScript(g,{success:function(){KISSY.log(f.name+" is loaded.","info");b()},error:function(){f.status=k;l[g]=h},charset:f.charset});w.test(g)||(l[g]=o)}else f.status===1?u(o,b):p()},__buildPath:function(f, diff --git a/build/packages/kissy.js b/build/packages/kissy.js index 7b9f20cdd5..448cd11b2b 100644 --- a/build/packages/kissy.js +++ b/build/packages/kissy.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /* * @module kissy @@ -65,7 +65,7 @@ build time: ${build.time} * The version of the library. * @type {String} */ - version: '1.1.7dev', + version: '1.1.7', /** * Returns a new object containing all of the properties of @@ -1062,7 +1062,7 @@ build time: ${build.time} if (!mod) { //默认js名字 var componentJsName = self.Config['componentJsName'] || function(m) { - return m + '-pkg-min.js?t=20110114134242'; + return m + '-pkg-min.js?t=20110114135714'; }, js = S.isFunction(componentJsName) ? componentJsName(modName) : componentJsName; mod = { @@ -1075,7 +1075,7 @@ build time: ${build.time} if (hasCss) { var componentCssName = self.Config['componentCssName'] || function(m) { - return m + '-min.css?t=20110114134242'; + return m + '-min.css?t=20110114135714'; }, css = S.isFunction(componentCssName) ? componentCssName(modName) : componentCssName; @@ -1433,9 +1433,9 @@ build time: ${build.time} })(KISSY); /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:57 */ /** * @module ua @@ -1631,9 +1631,9 @@ KISSY.add('ua-extra', function(S) { S.mix(UA, o); }); /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /** * @module dom @@ -3685,9 +3685,9 @@ KISSY.add('dom-insertion', function(S) { * */ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /** * @module event @@ -4291,9 +4291,9 @@ KISSY.add('event-focusin', function(S) { * - webkit 和 opera 已支持 DOMFocusIn/DOMFocusOut 事件,但上面的写法已经能达到预期效果,暂时不考虑原生支持。 */ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /** * @module node @@ -4679,9 +4679,9 @@ KISSY.add('node-attach', function(S, undefined) { }); /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /* http://www.JSON.org/json2.js @@ -5185,9 +5185,9 @@ KISSY.add('json', function (S) { }; }); /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /*** * @module ajax @@ -5508,9 +5508,9 @@ KISSY.add('ajax', function(S, undef) { * - [玉伯] 去掉 getJSON 接口,增加 jsonp 接口 */ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /** * @module anim-easing @@ -6167,9 +6167,9 @@ KISSY.add('anim-node-plugin', function(S, undefined) { }); /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /** * @module cookie @@ -6253,9 +6253,9 @@ KISSY.add('cookie', function(S) { * 独立成静态工具类的方式更优。 */ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /** * @module Attribute diff --git a/build/packages/seed-min.js b/build/packages/seed-min.js index 143efd20f6..75c545210d 100644 --- a/build/packages/seed-min.js +++ b/build/packages/seed-min.js @@ -1,9 +1,9 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:57 */ -(function(f,n,u){var v={mix:function(j,l,o,p){if(!l||!j)return j;if(o===u)o=true;var d,i,k;if(p&&(k=p.length))for(d=0;d=0;e--)c[e]=b[e];return c}}if(location&&(location.search||"").indexOf("ks-debug")!==-1)f.Config.debug=true})(KISSY); (function(f,n){var u=f.__HOST.document,v=u.getElementsByTagName("head")[0]||u.documentElement,r=2,s=3,j=4,l=f.mix,o=u.createElement("script").readyState?function(a,h){var b=a.onreadystatechange;a.onreadystatechange=function(){var c=a.readyState;if(c==="loaded"||c==="complete"){a.onreadystatechange=null;b&&b();h.call(this)}}}:function(a,h){a.addEventListener("load",h,false)},p=/\.css(?:\?|$)/i,d;d={add:function(a,h,b){var c=this.Env.mods,e;if(f.isString(a)&&!b&&f.isPlainObject(h)){e={};e[a]=h;a=e}if(f.isPlainObject(a)){f.each(a, function(g,m){g.name=m;c[m]&&l(g,c[m],false)});l(c,a)}else{b=b||{};e=c[a]||{};a=b.host||e.host||a;e=c[a]||{};l(e,{name:a,status:r});if(!e.fns)e.fns=[];h&&e.fns.push(h);l(c[a]=e,b);e.attach!==false&&this.__isAttached(e.requires)&&this.__attachMod(e)}return this},use:function(a,h,b){a=a.replace(/\s+/g,"").split(",");b=b||{};var c=this,e;b=(b||0).global;var g,m=a.length,q;b&&c.__mixMods(b);if(c.__isAttached(a))h&&h(c);else{for(g=0;g=0;B--){var A=y[B],C=g[A],D=f.inArray(A,m);C&&C.status===j||D||e.__attachModByName(A,c,b);D||z.push(A)}z.length!=0&&z.unshift(a.name);c()},b);var x=false},__mixMods:function(a){var h=this.Env.mods, b=a.Env.mods,c;for(c in b)this.__mixMod(h,b,c,a)},__mixMod:function(a,h,b,c){var e=a[b]||{},g=e.status;f.mix(e,f.clone(h[b]));if(g)e.status=g;c&&this.__buildPath(e,c.Config.base);a[b]=e},__attachMod:function(a){var h=this;if(a.fns){f.each(a.fns,function(b){b&&b(h)});a.fns=n}a.status=j},__isAttached:function(a){for(var h=this.Env.mods,b,c=(a=f.makeArray(a)).length-1;c>=0;c--){b=a[c].replace(/\+css/,"");b=h[b]||{};if(b.status!==j)return false}return true},__load:function(a,h,b){function c(){m[g]=r; if(a.status!==s){b&&e.__mixMod(e.Env.mods,b.Env.mods,a.name,b);if(a.status!==j)a.status=r;h()}}var e=this,g=a.fullpath,m=f.Env._loadQueue,q=m[g];a.status=a.status||0;if(a.status<1&&q)a.status=q.nodeName?1:r;if(f.isString(a.cssfullpath)){e.getScript(a.cssfullpath);a.cssfullpath=r}if(a.status<1&&g){a.status=1;q=e.getScript(g,{success:function(){KISSY.log(a.name+" is loaded.","info");c()},error:function(){a.status=s;m[g]=r},charset:a.charset});p.test(g)||(m[g]=q)}else a.status===1?o(q,c):h()},__buildPath:function(a, diff --git a/build/packages/seed.js b/build/packages/seed.js index cb5a170f5e..e6a4bd7863 100644 --- a/build/packages/seed.js +++ b/build/packages/seed.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /* * @module kissy @@ -65,7 +65,7 @@ build time: ${build.time} * The version of the library. * @type {String} */ - version: '1.1.7dev', + version: '1.1.7', /** * Returns a new object containing all of the properties of @@ -1062,7 +1062,7 @@ build time: ${build.time} if (!mod) { //默认js名字 var componentJsName = self.Config['componentJsName'] || function(m) { - return m + '-pkg-min.js?t=20110114134242'; + return m + '-pkg-min.js?t=20110114135714'; }, js = S.isFunction(componentJsName) ? componentJsName(modName) : componentJsName; mod = { @@ -1075,7 +1075,7 @@ build time: ${build.time} if (hasCss) { var componentCssName = self.Config['componentCssName'] || function(m) { - return m + '-min.css?t=20110114134242'; + return m + '-min.css?t=20110114135714'; }, css = S.isFunction(componentCssName) ? componentCssName(modName) : componentCssName; diff --git a/build/resizable/resizable-pkg-min.js b/build/resizable/resizable-pkg-min.js index ee63d97cae..853fd30147 100644 --- a/build/resizable/resizable-pkg-min.js +++ b/build/resizable/resizable-pkg-min.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ KISSY.add("resizable",function(j){for(var q=j.Draggable,r=j.Node,l={t:function(a,b,c,d,e,f,g,h,i){a=Math.min(Math.max(c,h-i),d);return[0,a,e+h-a,0]},b:function(a,b,c,d,e,f,g,h,i){return[0,Math.min(Math.max(c,h+i),d),0,0]},r:function(a,b,c,d,e,f,g,h,i,k){return[Math.min(Math.max(a,g+k),b),0,0,0]},l:function(a,b,c,d,e,f,g,h,i,k){a=Math.min(Math.max(a,g-k),b);return[a,0,0,f+g-a]}},o=["l","r"],p=["t","b"],m=0;m")).prependTo(c);e=b[e]=new q({node:f});e.on("drag",this._drag, diff --git a/build/resizable/resizable-pkg.js b/build/resizable/resizable-pkg.js index 58143bf3ed..971d4d63dc 100644 --- a/build/resizable/resizable-pkg.js +++ b/build/resizable/resizable-pkg.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /** * resizable support for kissy diff --git a/build/seed-min.js b/build/seed-min.js index 143efd20f6..75c545210d 100644 --- a/build/seed-min.js +++ b/build/seed-min.js @@ -1,9 +1,9 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:57 */ -(function(f,n,u){var v={mix:function(j,l,o,p){if(!l||!j)return j;if(o===u)o=true;var d,i,k;if(p&&(k=p.length))for(d=0;d=0;e--)c[e]=b[e];return c}}if(location&&(location.search||"").indexOf("ks-debug")!==-1)f.Config.debug=true})(KISSY); (function(f,n){var u=f.__HOST.document,v=u.getElementsByTagName("head")[0]||u.documentElement,r=2,s=3,j=4,l=f.mix,o=u.createElement("script").readyState?function(a,h){var b=a.onreadystatechange;a.onreadystatechange=function(){var c=a.readyState;if(c==="loaded"||c==="complete"){a.onreadystatechange=null;b&&b();h.call(this)}}}:function(a,h){a.addEventListener("load",h,false)},p=/\.css(?:\?|$)/i,d;d={add:function(a,h,b){var c=this.Env.mods,e;if(f.isString(a)&&!b&&f.isPlainObject(h)){e={};e[a]=h;a=e}if(f.isPlainObject(a)){f.each(a, function(g,m){g.name=m;c[m]&&l(g,c[m],false)});l(c,a)}else{b=b||{};e=c[a]||{};a=b.host||e.host||a;e=c[a]||{};l(e,{name:a,status:r});if(!e.fns)e.fns=[];h&&e.fns.push(h);l(c[a]=e,b);e.attach!==false&&this.__isAttached(e.requires)&&this.__attachMod(e)}return this},use:function(a,h,b){a=a.replace(/\s+/g,"").split(",");b=b||{};var c=this,e;b=(b||0).global;var g,m=a.length,q;b&&c.__mixMods(b);if(c.__isAttached(a))h&&h(c);else{for(g=0;g=0;B--){var A=y[B],C=g[A],D=f.inArray(A,m);C&&C.status===j||D||e.__attachModByName(A,c,b);D||z.push(A)}z.length!=0&&z.unshift(a.name);c()},b);var x=false},__mixMods:function(a){var h=this.Env.mods, b=a.Env.mods,c;for(c in b)this.__mixMod(h,b,c,a)},__mixMod:function(a,h,b,c){var e=a[b]||{},g=e.status;f.mix(e,f.clone(h[b]));if(g)e.status=g;c&&this.__buildPath(e,c.Config.base);a[b]=e},__attachMod:function(a){var h=this;if(a.fns){f.each(a.fns,function(b){b&&b(h)});a.fns=n}a.status=j},__isAttached:function(a){for(var h=this.Env.mods,b,c=(a=f.makeArray(a)).length-1;c>=0;c--){b=a[c].replace(/\+css/,"");b=h[b]||{};if(b.status!==j)return false}return true},__load:function(a,h,b){function c(){m[g]=r; if(a.status!==s){b&&e.__mixMod(e.Env.mods,b.Env.mods,a.name,b);if(a.status!==j)a.status=r;h()}}var e=this,g=a.fullpath,m=f.Env._loadQueue,q=m[g];a.status=a.status||0;if(a.status<1&&q)a.status=q.nodeName?1:r;if(f.isString(a.cssfullpath)){e.getScript(a.cssfullpath);a.cssfullpath=r}if(a.status<1&&g){a.status=1;q=e.getScript(g,{success:function(){KISSY.log(a.name+" is loaded.","info");c()},error:function(){a.status=s;m[g]=r},charset:a.charset});p.test(g)||(m[g]=q)}else a.status===1?o(q,c):h()},__buildPath:function(a, diff --git a/build/seed.js b/build/seed.js index cb5a170f5e..e6a4bd7863 100644 --- a/build/seed.js +++ b/build/seed.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ /* * @module kissy @@ -65,7 +65,7 @@ build time: ${build.time} * The version of the library. * @type {String} */ - version: '1.1.7dev', + version: '1.1.7', /** * Returns a new object containing all of the properties of @@ -1062,7 +1062,7 @@ build time: ${build.time} if (!mod) { //默认js名字 var componentJsName = self.Config['componentJsName'] || function(m) { - return m + '-pkg-min.js?t=20110114134242'; + return m + '-pkg-min.js?t=20110114135714'; }, js = S.isFunction(componentJsName) ? componentJsName(modName) : componentJsName; mod = { @@ -1075,7 +1075,7 @@ build time: ${build.time} if (hasCss) { var componentCssName = self.Config['componentCssName'] || function(m) { - return m + '-min.css?t=20110114134242'; + return m + '-min.css?t=20110114135714'; }, css = S.isFunction(componentCssName) ? componentCssName(modName) : componentCssName; diff --git a/build/seed/seed-pkg-min.js b/build/seed/seed-pkg-min.js index a9e129d374..d93d622221 100644 --- a/build/seed/seed-pkg-min.js +++ b/build/seed/seed-pkg-min.js @@ -1,9 +1,9 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:56 */ -(function(f,n,u){var v={mix:function(j,l,o,p){if(!l||!j)return j;if(o===u)o=true;var d,i,k;if(p&&(k=p.length))for(d=0;d0){k=g;break}}g=g[a]}d[f]=k}}}var v=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,w=0,z=Object.prototype.toString,m=false,A=true;[0,0].sort(function(){A=false;return 0});var j=function(a,b,c,d){c=c||[];var f=b=b||document;if(b.nodeType!==1&&b.nodeType!==9)return[];if(!a||typeof a!=="string")return c;var e=[],h,g,k,q,n=true,p=j.isXML(b),o=a,l;do{v.exec("");if(h=v.exec(o)){o=h[3];e.push(h[1]);if(h[2]){q= diff --git a/build/sizzle/sizzle-pkg.js b/build/sizzle/sizzle-pkg.js index 4ac2e62f3e..6bbd691e42 100644 --- a/build/sizzle/sizzle-pkg.js +++ b/build/sizzle/sizzle-pkg.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:57 */ /*! * Sizzle CSS Selector Engine - v1.0 diff --git a/build/suggest/suggest-pkg-min.js b/build/suggest/suggest-pkg-min.js index 303e7f1a8c..d9d549e674 100644 --- a/build/suggest/suggest-pkg-min.js +++ b/build/suggest/suggest-pkg-min.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:57 */ KISSY.add("suggest",function(f,n){function l(a,b,c){if(!(this instanceof l))return new l(a,b,c);this.textInput=f.get(a);this.config=c=f.merge(y,c);b+=b.indexOf("?")===-1?"?":"&";this.dataSource=b+c.callbackName+"="+(a=c.callbackFn);if(a!==u){c=a;a=c.split(".");b=a.length;if(b>1){c=c.replace(/^(.*)\..+$/,"$1");c=f.namespace(c,true);c[a[b-1]]=q}else r[c]=q}this.queryParams=this.query=k;this._dataCache={};this._init()}function v(a,b){if(b.nodeType===1){d.html(a,k);a.appendChild(b)}else d.html(a,b)}function q(a){l.focusInstance&& f.later(function(){l.focusInstance._handleResponse(a)},0)}var d=f.DOM,j=f.Event,r=window,o=document,p,w=f.get("head"),s=f.UA.ie,u="KISSY.Suggest.callback",k="",x=parseInt,z=/^(?:input|button|a)$/i,y={containerCls:k,resultFormat:"%result%",closeBtnText:"\u5173\u95ed",shim:s===6,submitOnSelect:true,offset:-1,charset:"utf-8",callbackName:"callback",callbackFn:u,queryName:"q"};f.augment(l,f.EventTarget,{_init:function(){p=o.body;this._initTextInput();this._initContainer();this.config.shim&&this._initShim();this._initStyle(); diff --git a/build/suggest/suggest-pkg.js b/build/suggest/suggest-pkg.js index cd44a46a15..6bed429a9c 100644 --- a/build/suggest/suggest-pkg.js +++ b/build/suggest/suggest-pkg.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:57 */ /** * 提示补全组件 diff --git a/build/switchable/switchable-pkg-min.js b/build/switchable/switchable-pkg-min.js index 3e5d635af1..d7ccb0872e 100644 --- a/build/switchable/switchable-pkg-min.js +++ b/build/switchable/switchable-pkg-min.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:57 */ KISSY.add("switchable",function(c,k){function i(a,b){b=b||{};if(!("markupType"in b))if(b.panelCls)b.markupType=1;else if(b.panels)b.markupType=2;b=c.merge(i.Config,b);this.container=c.get(a);this.config=b;this.activeIndex=b.activeIndex;this._init()}var l=c.DOM,g=c.Event;i.Config={markupType:0,navCls:"ks-switchable-nav",contentCls:"ks-switchable-content",triggerCls:"ks-switchable-trigger",panelCls:"ks-switchable-panel",triggers:[],panels:[],hasTriggers:true,triggerType:"mouse",delay:0.1,activeIndex:0, activeTriggerCls:"ks-active",steps:1,viewSize:[]};i.Plugins=[];c.augment(i,c.EventTarget,{_init:function(){var a=this,b=a.config;a._parseMarkup();b.switchTo&&a.switchTo(b.switchTo);b.hasTriggers&&a._bindTriggers();c.each(i.Plugins,function(d){d.init&&d.init(a)});a.fire("init")},_parseMarkup:function(){var a=this.container,b=this.config,d,f=[],h=[];switch(b.markupType){case 0:if(d=c.get("."+b.navCls,a))f=l.children(d);d=c.get("."+b.contentCls,a);h=l.children(d);break;case 1:f=c.query("."+b.triggerCls, diff --git a/build/switchable/switchable-pkg.js b/build/switchable/switchable-pkg.js index 91a9de36fb..35e5069d03 100644 --- a/build/switchable/switchable-pkg.js +++ b/build/switchable/switchable-pkg.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:57 */ /** * Switchable diff --git a/build/template/template-pkg-min.js b/build/template/template-pkg-min.js index 35b5c7603c..46a1fc8c37 100644 --- a/build/template/template-pkg-min.js +++ b/build/template/template-pkg-min.js @@ -1,5 +1,5 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:57 */ diff --git a/build/template/template-pkg.js b/build/template/template-pkg.js index 97053a84a7..d3ed63ab48 100644 --- a/build/template/template-pkg.js +++ b/build/template/template-pkg.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:57 */ /** * @fileoverview KISSY Template Engine. diff --git a/build/test/test-min.css b/build/test/test-min.css index 15b8d468fa..ba0b26a449 100644 --- a/build/test/test-min.css +++ b/build/test/test-min.css @@ -1,6 +1,6 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:57 */ body.ks-test{margin:0;padding:15px;font-size:12px;line-height:20px;font-family:Verdana,Arial,sans-serif;}#konsole{border:1px solid #999;background-color:#eee;padding:10px;margin-top:10px;}#log{color:#666;border:1px solid #999;background-color:#fff;padding:5px;height:312px;overflow-x:auto;overflow-y:scroll;font:14px / 16px "Courier New",Courier,monospace;white-space:pre-wrap;}#log .passed{color:darkgreen;}#log .failed{color:#900;}#log hr{border:0;border-top:1px dotted #ccc;margin:3px 0;color:#fff;}.ks-test-form button{padding:2px 20px;}.ks-test-form .settings{padding:10px;line-height:25px;} \ No newline at end of file diff --git a/build/test/test-min.js b/build/test/test-min.js index 0a43227117..c091243235 100644 --- a/build/test/test-min.js +++ b/build/test/test-min.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:57 */ var KISSY=window.KISSY||{}; (function(e,l,o){function p(){q||l.Test.init()}var i=e.document,g=function(a){return typeof a==="string"?i.getElementById(a):a},m=function(a){return a<10?"0"+a:a},d=[],j,r,k,h,n,f={init:function(){j=g("log");r=g("hidepasses").checked;k=g("times").value;h=g("wl").value},time:function(a){a.startTime=(new Date).getTime()},timeEnd:function(a){a.tookTime=(new Date).getTime()-a.startTime},echo:function(a,b,c){if(b===o)b="
";if(c===o){c=new Date;c=m(c.getHours())+":"+m(c.getMinutes())+":"+m(c.getSeconds())+ diff --git a/build/test/test.css b/build/test/test.css index f9aaf8edf6..4693263283 100644 --- a/build/test/test.css +++ b/build/test/test.css @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:57 */ /** * @module test style diff --git a/build/test/test.js b/build/test/test.js index 7d3a044312..df2ef0db42 100644 --- a/build/test/test.js +++ b/build/test/test.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:57 */ /** * @module 单元测试 diff --git a/build/ua/ua-pkg-min.js b/build/ua/ua-pkg-min.js index 0c990bf82c..f67d6ea101 100644 --- a/build/ua/ua-pkg-min.js +++ b/build/ua/ua-pkg-min.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:57 */ KISSY.add("ua",function(g){var c=navigator.userAgent,f="",d="",a,b={},e=function(h){var i=0;return parseFloat(h.replace(/\./g,function(){return i++===0?".":""}))};if((a=c.match(/AppleWebKit\/([\d.]*)/))&&a[1]){b[f="webkit"]=e(a[1]);if((a=c.match(/Chrome\/([\d.]*)/))&&a[1])b[d="chrome"]=e(a[1]);else if((a=c.match(/\/([\d.]*) Safari/))&&a[1])b[d="safari"]=e(a[1]);if(/ Mobile\//.test(c))b.mobile="apple";else if(a=c.match(/NokiaN[^\/]*|Android \d\.\d|webOS\/\d\.\d/))b.mobile=a[0].toLowerCase()}else if((a= c.match(/Presto\/([\d.]*)/))&&a[1]){b[f="presto"]=e(a[1]);if((a=c.match(/Opera\/([\d.]*)/))&&a[1]){b[d="opera"]=e(a[1]);if((a=c.match(/Opera\/.* Version\/([\d.]*)/))&&a[1])b[d]=e(a[1]);if((a=c.match(/Opera Mini[^;]*/))&&a)b.mobile=a[0].toLowerCase();else if((a=c.match(/Opera Mobi[^;]*/))&&a)b.mobile=a[0]}}else if((a=c.match(/MSIE\s([^;]*)/))&&a[1]){b[f="trident"]=0.1;b[d="ie"]=e(a[1]);if((a=c.match(/Trident\/([\d.]*)/))&&a[1])b[f]=e(a[1])}else if(a=c.match(/Gecko/)){b[f="gecko"]=0.1;if((a=c.match(/rv:([\d.]*)/))&& diff --git a/build/ua/ua-pkg.js b/build/ua/ua-pkg.js index 3f36d375a7..1dc3f816ff 100644 --- a/build/ua/ua-pkg.js +++ b/build/ua/ua-pkg.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:57 */ /** * @module ua diff --git a/build/uibase/uibase-pkg-min.js b/build/uibase/uibase-pkg-min.js index 04c88bd90e..72dfc7593a 100644 --- a/build/uibase/uibase-pkg-min.js +++ b/build/uibase/uibase-pkg-min.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:57 */ KISSY.add("uibase",function(c){function e(g){a.apply(this,arguments);for(var h=this.constructor;h;){if(g&&g[b]&&h.HTML_PARSER)if(g[b]=c.one(g[b])){var i=g[b],j=h.HTML_PARSER,l=void 0,m=void 0;for(l in j)if(j.hasOwnProperty(l)){m=j[l];if(c.isFunction(m))this.__set(l,m.call(this,i));else if(c.isString(m))this.__set(l,i.one(m));else c.isArray(m)&&m[0]&&this.__set(l,i.all(m[0]))}}h=h.superclass&&h.superclass.constructor}f(this,"initializer","constructor");g&&g.autoRender&&this.render()}function f(g,h, i){for(var j=g.constructor,l=[],m,n,p;j;){p=[];if(n=j.__ks_exts)for(var o=0;o=0;o--)l[o]&&l[o].call(g)}var b="srcNode",a=c.Base,d=c.Attribute.__capitalFirst,k=function(){};e.HTML_PARSER={};e.ATTRS={render:{valueFn:function(){return document.body}},rendered:{value:false}};c.extend(e,a,{render:function(){if(!this.get("rendered")){this._renderUI(); diff --git a/build/uibase/uibase-pkg.js b/build/uibase/uibase-pkg.js index 13e0e119ec..d5d960d920 100644 --- a/build/uibase/uibase-pkg.js +++ b/build/uibase/uibase-pkg.js @@ -1,7 +1,7 @@ /* -Copyright 2011, KISSY UI Library v1.1.7dev +Copyright 2011, KISSY UI Library v1.1.7 MIT Licensed -build time: ${build.time} +build time: Jan 14 13:57 */ /** * @module UIBase diff --git a/tools/build.xml b/tools/build.xml index 783d35ccd3..b9aab4706c 100644 --- a/tools/build.xml +++ b/tools/build.xml @@ -6,7 +6,7 @@ - +