Skip to content

Commit

Permalink
Gallery Build Tag: gallery-2012.09.19-20-07
Browse files Browse the repository at this point in the history
  • Loading branch information
YUI Builder committed Sep 19, 2012
1 parent f4c5e4d commit b6a6947
Show file tree
Hide file tree
Showing 48 changed files with 5,268 additions and 666 deletions.
12 changes: 5 additions & 7 deletions build/gallery-bottle/assets/gallery-bottle-core.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
html{height:100%}
body{position:relative}
body.btInit{-webkit-text-size-adjust:100%}

.bt-translate3d{-webkit-transform: translate3d(0, 0, 0)}
Expand All @@ -8,18 +9,15 @@ body.btInit{-webkit-text-size-adjust:100%}

.yui3-widget-pushpop{overflow:hidden}

.yui3-btshortcut{position:absolute}
.yui3-btshortcut-hidden{top:-9999px;left:-9999px}
.yui3-btshortcut-disabled{display:none}

.yui3-btoverlay{position:absolute;z-index:9999}
.yui3-btoverlay-hidden{top:-9999px;left:-9999px}
.yui3-btoverlay-disabled{display:none}
.yui3-btshortcut, .yui3-btoverlay {position:absolute}
.yui3-btshortcut-hidden, .yui3-btoverlay-hidden{top:-9999px;left:-9999px}
.yui3-btshortcut-disabled, .yui3-btoverlay-disabled{display:none}

.yui3-btphotogrid .bpg_column{display:inline-block;overflow:hidden;vertical-align:top}

.yui3-btslidetab .bst_slide {white-space:nowrap}
.bst_slidebox {overflow:hidden}
.bst_slide {position:relative}
.bst_slide li {display:inline-block}
.bst_tab {position:relative}
.bst_tab > * {position:absolute!important;left:-10000px;width:100%}
Expand Down
2 changes: 1 addition & 1 deletion build/gallery-bottle/assets/skins/sam/gallery-bottle.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build/gallery-bottle/gallery-bottle-coverage.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ _yuitest_coverage["/build/gallery-bottle/gallery-bottle.js"] = {
path: "/build/gallery-bottle/gallery-bottle.js",
code: []
};
_yuitest_coverage["/build/gallery-bottle/gallery-bottle.js"].code=["YUI.add('gallery-bottle', function(Y) {","","/**"," * The bottle module collects all UI components, and provides initialize functions."," *"," * @module gallery-bottle"," */","","/**"," * Bottle is the base namespace for all Bottle Classes or statuc methods"," *"," * @class Bottle"," */","","//handle body width and height","var BOTTLE_INIT = 'btInit',"," BOTTLE_READY = 'btReady',"," body = Y.one('body'),"," inited = body.hasClass(BOTTLE_INIT),"," hideURL = false,",""," resetBodySize = function () {"," if (hideURL) {"," window.scrollTo(0, 0);"," }",""," body.setStyles({"," width: Y.Bottle.Device.getBrowserWidth(),"," height: Y.Bottle.Device.getBrowserHeight()"," });"," },",""," initWidgets = function(css, cls) {"," Y.all(css).each(function (srcNode) {"," var unused = new cls({"," srcNode: srcNode,"," render: true"," });"," });"," },",""," /**"," * Initialize bottle UI library , create instances with supported data-roles."," *"," * @method init"," * @param hideURL {Boolean} auto hide URL Bar when bottle inited or orientation changed"," */"," init = function (hide) {"," var pageNode = Y.one('[data-role=page]'),"," unused;",""," hideURL = hide;",""," if (inited) {"," return;"," }",""," if (pageNode) {"," Y.one('html').setStyle('overflow', 'hidden');"," body.setStyle('overflow', 'hidden');"," }",""," body.addClass(BOTTLE_INIT);"," inited = true;",""," initWidgets('[data-role=photogrid]', Y.Bottle.PhotoGrid);"," initWidgets('[data-role=carousel]', Y.Bottle.Carousel);"," initWidgets('[data-role=slidetab]', Y.Bottle.SlideTab);"," initWidgets('[data-role=loader]', Y.Bottle.Loader);",""," if (pageNode) {"," resetBodySize();"," unused = (new Y.Bottle.Page({srcNode: pageNode, render: true})).resize();"," }",""," Y.all('[data-role=shortcut]').each(function (shortcutNode) {"," unused = new Y.Bottle.ShortCut({"," srcNode: shortcutNode,"," visible: false,"," disabled: true,"," render: body"," });"," });",""," Y.all('[data-role=overlay]').each(function (overlayNode) {"," unused = new Y.Bottle.Overlay({"," srcNode: overlayNode,"," visible: false,"," disabled: true,"," render: body"," });"," });",""," window.addEventListener((Y.UA.mobile == 'Apple') ? 'orientationchange' : 'resize', function () {"," var scCurrent = Y.Bottle.ShortCut.getCurrent(),"," overlayCurrent = Y.Bottle.Overlay.getCurrent(),"," page = Y.Bottle.Page.getCurrent();",""," if (page) {"," resetBodySize();"," page.resize();"," }",""," if (scCurrent) {"," scCurrent.scResize();"," }",""," if (overlayCurrent) {"," overlayCurrent.olResize();"," }"," }, false);",""," body.addClass(BOTTLE_READY);"," Y.publish(BOTTLE_READY, {fireOnce: true});"," Y.fire(BOTTLE_READY);"," };","","Y.namespace('Bottle').init = init;","","","}, 'gallery-2012.09.12-20-02' ,{skinnable:true, requires:['gallery-bt-device', 'gallery-bt-shortcut', 'gallery-bt-overlay', 'gallery-bt-photogrid', 'gallery-bt-slidetab', 'gallery-bt-carousel', 'gallery-bt-loader']});"];
_yuitest_coverage["/build/gallery-bottle/gallery-bottle.js"].code=["YUI.add('gallery-bottle', function(Y) {","","/**"," * The bottle module collects all UI components, and provides initialize functions."," *"," * @module gallery-bottle"," */","","/**"," * Bottle is the base namespace for all Bottle Classes or statuc methods"," *"," * @class Bottle"," */","","//handle body width and height","var BOTTLE_INIT = 'btInit',"," BOTTLE_READY = 'btReady',"," body = Y.one('body'),"," inited = body.hasClass(BOTTLE_INIT),"," hideURL = false,",""," resetBodySize = function () {"," if (hideURL) {"," window.scrollTo(0, 0);"," }",""," body.setStyles({"," width: Y.Bottle.Device.getBrowserWidth(),"," height: Y.Bottle.Device.getBrowserHeight()"," });"," },",""," initWidgets = function(css, cls) {"," Y.all(css).each(function (srcNode) {"," var unused = new cls({"," srcNode: srcNode,"," render: true"," });"," });"," },",""," /**"," * Initialize bottle UI library , create instances with supported data-roles."," *"," * @method init"," * @param hideURL {Boolean} auto hide URL Bar when bottle inited or orientation changed"," */"," init = function (hide) {"," var pageNode = Y.one('[data-role=page]'),"," unused;",""," hideURL = hide;",""," if (inited) {"," return;"," }",""," if (pageNode) {"," Y.one('html').setStyle('overflow', 'hidden');"," body.setStyle('overflow', 'hidden');"," }",""," body.addClass(BOTTLE_INIT);"," inited = true;",""," initWidgets('[data-role=photogrid]', Y.Bottle.PhotoGrid);"," initWidgets('[data-role=carousel]', Y.Bottle.Carousel);"," initWidgets('[data-role=slidetab]', Y.Bottle.SlideTab);"," initWidgets('[data-role=loader]', Y.Bottle.Loader);",""," if (pageNode) {"," resetBodySize();"," unused = (new Y.Bottle.Page({srcNode: pageNode, render: true})).resize();"," }",""," Y.all('[data-role=shortcut]').each(function (shortcutNode) {"," unused = new Y.Bottle.ShortCut({"," srcNode: shortcutNode,"," visible: false,"," disabled: true,"," render: body"," });"," });",""," Y.all('[data-role=overlay]').each(function (overlayNode) {"," unused = new Y.Bottle.Overlay({"," srcNode: overlayNode,"," visible: false,"," disabled: true,"," render: body"," });"," });",""," window.addEventListener((Y.UA.mobile == 'Apple') ? 'orientationchange' : 'resize', function () {"," var scCurrent = Y.Bottle.ShortCut.getCurrent(),"," overlayCurrent = Y.Bottle.Overlay.getCurrent(),"," page = Y.Bottle.Page.getCurrent();",""," if (page) {"," resetBodySize();"," page.resize();"," }",""," if (scCurrent) {"," scCurrent.scResize();"," }",""," if (overlayCurrent) {"," overlayCurrent.olResize();"," }"," }, false);",""," body.addClass(BOTTLE_READY);"," Y.publish(BOTTLE_READY, {fireOnce: true});"," Y.fire(BOTTLE_READY);"," };","","Y.namespace('Bottle').init = init;","","","}, 'gallery-2012.09.19-20-07' ,{skinnable:true, requires:['gallery-bt-device', 'gallery-bt-shortcut', 'gallery-bt-overlay', 'gallery-bt-photogrid', 'gallery-bt-slidetab', 'gallery-bt-carousel', 'gallery-bt-loader']});"];
_yuitest_coverage["/build/gallery-bottle/gallery-bottle.js"].lines = {"1":0,"16":0,"23":0,"24":0,"27":0,"34":0,"35":0,"49":0,"52":0,"54":0,"55":0,"58":0,"59":0,"60":0,"63":0,"64":0,"66":0,"67":0,"68":0,"69":0,"71":0,"72":0,"73":0,"76":0,"77":0,"85":0,"86":0,"94":0,"95":0,"99":0,"100":0,"101":0,"104":0,"105":0,"108":0,"109":0,"113":0,"114":0,"115":0,"118":0};
_yuitest_coverage["/build/gallery-bottle/gallery-bottle.js"].functions = {"resetBodySize:22":0,"(anonymous 2):34":0,"initWidgets:33":0,"(anonymous 3):76":0,"(anonymous 4):85":0,"(anonymous 5):94":0,"init:48":0,"(anonymous 1):1":0};
_yuitest_coverage["/build/gallery-bottle/gallery-bottle.js"].coveredLines = 40;
Expand Down Expand Up @@ -199,4 +199,4 @@ _yuitest_coverline("/build/gallery-bottle/gallery-bottle.js", 118);
Y.namespace('Bottle').init = init;


}, 'gallery-2012.09.12-20-02' ,{skinnable:true, requires:['gallery-bt-device', 'gallery-bt-shortcut', 'gallery-bt-overlay', 'gallery-bt-photogrid', 'gallery-bt-slidetab', 'gallery-bt-carousel', 'gallery-bt-loader']});
}, 'gallery-2012.09.19-20-07' ,{skinnable:true, requires:['gallery-bt-device', 'gallery-bt-shortcut', 'gallery-bt-overlay', 'gallery-bt-photogrid', 'gallery-bt-slidetab', 'gallery-bt-carousel', 'gallery-bt-loader']});
2 changes: 1 addition & 1 deletion build/gallery-bottle/gallery-bottle-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ var BOTTLE_INIT = 'btInit',
Y.namespace('Bottle').init = init;


}, 'gallery-2012.09.12-20-02' ,{skinnable:true, requires:['gallery-bt-device', 'gallery-bt-shortcut', 'gallery-bt-overlay', 'gallery-bt-photogrid', 'gallery-bt-slidetab', 'gallery-bt-carousel', 'gallery-bt-loader']});
}, 'gallery-2012.09.19-20-07' ,{skinnable:true, requires:['gallery-bt-device', 'gallery-bt-shortcut', 'gallery-bt-overlay', 'gallery-bt-photogrid', 'gallery-bt-slidetab', 'gallery-bt-carousel', 'gallery-bt-loader']});
2 changes: 1 addition & 1 deletion build/gallery-bottle/gallery-bottle-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/gallery-bottle/gallery-bottle.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ var BOTTLE_INIT = 'btInit',
Y.namespace('Bottle').init = init;


}, 'gallery-2012.09.12-20-02' ,{skinnable:true, requires:['gallery-bt-device', 'gallery-bt-shortcut', 'gallery-bt-overlay', 'gallery-bt-photogrid', 'gallery-bt-slidetab', 'gallery-bt-carousel', 'gallery-bt-loader']});
}, 'gallery-2012.09.19-20-07' ,{skinnable:true, requires:['gallery-bt-device', 'gallery-bt-shortcut', 'gallery-bt-overlay', 'gallery-bt-photogrid', 'gallery-bt-slidetab', 'gallery-bt-carousel', 'gallery-bt-loader']});
Loading

0 comments on commit b6a6947

Please sign in to comment.