uikit2-rails 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (109) hide show
  1. checksums.yaml +4 -4
  2. data/lib/uikit2/rails/version.rb +1 -1
  3. data/vendor/assets/javascripts/uikit/components/accordion.js +1 -1
  4. data/vendor/assets/javascripts/uikit/components/autocomplete.js +1 -1
  5. data/vendor/assets/javascripts/uikit/components/datepicker.js +1 -1
  6. data/vendor/assets/javascripts/uikit/components/form-password.js +1 -1
  7. data/vendor/assets/javascripts/uikit/components/form-select.js +1 -1
  8. data/vendor/assets/javascripts/uikit/components/grid-parallax.js +1 -1
  9. data/vendor/assets/javascripts/uikit/components/grid.js +1 -1
  10. data/vendor/assets/javascripts/uikit/components/htmleditor.js +3 -3
  11. data/vendor/assets/javascripts/uikit/components/lightbox.js +1 -1
  12. data/vendor/assets/javascripts/uikit/components/nestable.js +1 -1
  13. data/vendor/assets/javascripts/uikit/components/notify.js +1 -1
  14. data/vendor/assets/javascripts/uikit/components/pagination.js +1 -1
  15. data/vendor/assets/javascripts/uikit/components/parallax.js +40 -13
  16. data/vendor/assets/javascripts/uikit/components/search.js +1 -1
  17. data/vendor/assets/javascripts/uikit/components/slider.js +1 -1
  18. data/vendor/assets/javascripts/uikit/components/slideset.js +1 -1
  19. data/vendor/assets/javascripts/uikit/components/slideshow-fx.js +1 -1
  20. data/vendor/assets/javascripts/uikit/components/slideshow.js +1 -1
  21. data/vendor/assets/javascripts/uikit/components/sortable.js +1 -1
  22. data/vendor/assets/javascripts/uikit/components/sticky.js +2 -2
  23. data/vendor/assets/javascripts/uikit/components/timepicker.js +1 -1
  24. data/vendor/assets/javascripts/uikit/components/tooltip.js +1 -1
  25. data/vendor/assets/javascripts/uikit/components/upload.js +1 -1
  26. data/vendor/assets/javascripts/uikit/core/alert.js +1 -1
  27. data/vendor/assets/javascripts/uikit/core/button.js +1 -1
  28. data/vendor/assets/javascripts/uikit/core/core.js +2 -2
  29. data/vendor/assets/javascripts/uikit/core/cover.js +1 -1
  30. data/vendor/assets/javascripts/uikit/core/dropdown.js +1 -1
  31. data/vendor/assets/javascripts/uikit/core/grid.js +1 -1
  32. data/vendor/assets/javascripts/uikit/core/modal.js +8 -6
  33. data/vendor/assets/javascripts/uikit/core/nav.js +1 -1
  34. data/vendor/assets/javascripts/uikit/core/offcanvas.js +1 -1
  35. data/vendor/assets/javascripts/uikit/core/scrollspy.js +2 -2
  36. data/vendor/assets/javascripts/uikit/core/smooth-scroll.js +1 -1
  37. data/vendor/assets/javascripts/uikit/core/switcher.js +2 -2
  38. data/vendor/assets/javascripts/uikit/core/tab.js +1 -1
  39. data/vendor/assets/javascripts/uikit/core/toggle.js +1 -1
  40. data/vendor/assets/javascripts/uikit/core/touch.js +1 -1
  41. data/vendor/assets/javascripts/uikit/core/utility.js +41 -23
  42. data/vendor/assets/javascripts/uikit.js +107 -77
  43. data/vendor/assets/stylesheets/uikit/components/accordion.almost-flat.css +1 -1
  44. data/vendor/assets/stylesheets/uikit/components/accordion.css +1 -1
  45. data/vendor/assets/stylesheets/uikit/components/accordion.gradient.css +1 -1
  46. data/vendor/assets/stylesheets/uikit/components/autocomplete.almost-flat.css +1 -1
  47. data/vendor/assets/stylesheets/uikit/components/autocomplete.css +1 -1
  48. data/vendor/assets/stylesheets/uikit/components/autocomplete.gradient.css +1 -1
  49. data/vendor/assets/stylesheets/uikit/components/datepicker.almost-flat.css +1 -1
  50. data/vendor/assets/stylesheets/uikit/components/datepicker.css +1 -1
  51. data/vendor/assets/stylesheets/uikit/components/datepicker.gradient.css +1 -1
  52. data/vendor/assets/stylesheets/uikit/components/dotnav.almost-flat.css +1 -1
  53. data/vendor/assets/stylesheets/uikit/components/dotnav.css +1 -1
  54. data/vendor/assets/stylesheets/uikit/components/dotnav.gradient.css +1 -1
  55. data/vendor/assets/stylesheets/uikit/components/form-advanced.almost-flat.css +1 -1
  56. data/vendor/assets/stylesheets/uikit/components/form-advanced.css +1 -1
  57. data/vendor/assets/stylesheets/uikit/components/form-advanced.gradient.css +1 -1
  58. data/vendor/assets/stylesheets/uikit/components/form-file.almost-flat.css +1 -1
  59. data/vendor/assets/stylesheets/uikit/components/form-file.css +1 -1
  60. data/vendor/assets/stylesheets/uikit/components/form-file.gradient.css +1 -1
  61. data/vendor/assets/stylesheets/uikit/components/form-password.almost-flat.css +1 -1
  62. data/vendor/assets/stylesheets/uikit/components/form-password.css +1 -1
  63. data/vendor/assets/stylesheets/uikit/components/form-password.gradient.css +1 -1
  64. data/vendor/assets/stylesheets/uikit/components/form-select.almost-flat.css +1 -1
  65. data/vendor/assets/stylesheets/uikit/components/form-select.css +1 -1
  66. data/vendor/assets/stylesheets/uikit/components/form-select.gradient.css +1 -1
  67. data/vendor/assets/stylesheets/uikit/components/htmleditor.almost-flat.css +1 -1
  68. data/vendor/assets/stylesheets/uikit/components/htmleditor.css +1 -1
  69. data/vendor/assets/stylesheets/uikit/components/htmleditor.gradient.css +1 -1
  70. data/vendor/assets/stylesheets/uikit/components/nestable.almost-flat.css +1 -1
  71. data/vendor/assets/stylesheets/uikit/components/nestable.css +1 -1
  72. data/vendor/assets/stylesheets/uikit/components/nestable.gradient.css +1 -1
  73. data/vendor/assets/stylesheets/uikit/components/notify.almost-flat.css +1 -1
  74. data/vendor/assets/stylesheets/uikit/components/notify.css +1 -1
  75. data/vendor/assets/stylesheets/uikit/components/notify.gradient.css +1 -1
  76. data/vendor/assets/stylesheets/uikit/components/placeholder.almost-flat.css +1 -1
  77. data/vendor/assets/stylesheets/uikit/components/placeholder.css +1 -1
  78. data/vendor/assets/stylesheets/uikit/components/placeholder.gradient.css +1 -1
  79. data/vendor/assets/stylesheets/uikit/components/progress.almost-flat.css +1 -1
  80. data/vendor/assets/stylesheets/uikit/components/progress.css +1 -1
  81. data/vendor/assets/stylesheets/uikit/components/progress.gradient.css +1 -1
  82. data/vendor/assets/stylesheets/uikit/components/search.almost-flat.css +1 -1
  83. data/vendor/assets/stylesheets/uikit/components/search.css +1 -1
  84. data/vendor/assets/stylesheets/uikit/components/search.gradient.css +1 -1
  85. data/vendor/assets/stylesheets/uikit/components/slidenav.almost-flat.css +1 -1
  86. data/vendor/assets/stylesheets/uikit/components/slidenav.css +1 -1
  87. data/vendor/assets/stylesheets/uikit/components/slidenav.gradient.css +1 -1
  88. data/vendor/assets/stylesheets/uikit/components/slider.almost-flat.css +1 -1
  89. data/vendor/assets/stylesheets/uikit/components/slider.css +1 -1
  90. data/vendor/assets/stylesheets/uikit/components/slider.gradient.css +1 -1
  91. data/vendor/assets/stylesheets/uikit/components/slideshow.almost-flat.css +1 -1
  92. data/vendor/assets/stylesheets/uikit/components/slideshow.css +1 -1
  93. data/vendor/assets/stylesheets/uikit/components/slideshow.gradient.css +1 -1
  94. data/vendor/assets/stylesheets/uikit/components/sortable.almost-flat.css +1 -1
  95. data/vendor/assets/stylesheets/uikit/components/sortable.css +1 -1
  96. data/vendor/assets/stylesheets/uikit/components/sortable.gradient.css +1 -1
  97. data/vendor/assets/stylesheets/uikit/components/sticky.almost-flat.css +1 -9
  98. data/vendor/assets/stylesheets/uikit/components/sticky.css +1 -9
  99. data/vendor/assets/stylesheets/uikit/components/sticky.gradient.css +1 -9
  100. data/vendor/assets/stylesheets/uikit/components/tooltip.almost-flat.css +1 -1
  101. data/vendor/assets/stylesheets/uikit/components/tooltip.css +1 -1
  102. data/vendor/assets/stylesheets/uikit/components/tooltip.gradient.css +1 -1
  103. data/vendor/assets/stylesheets/uikit/components/upload.almost-flat.css +1 -1
  104. data/vendor/assets/stylesheets/uikit/components/upload.css +1 -1
  105. data/vendor/assets/stylesheets/uikit/components/upload.gradient.css +1 -1
  106. data/vendor/assets/stylesheets/uikit.almost-flat.css +58 -9
  107. data/vendor/assets/stylesheets/uikit.css +58 -9
  108. data/vendor/assets/stylesheets/uikit.gradient.css +58 -9
  109. metadata +2 -2
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  (function(core) {
3
3
 
4
4
  if (typeof define == "function" && define.amd) { // AMD
@@ -44,7 +44,7 @@
44
44
 
45
45
  var UI = {}, _UI = global.UIkit ? Object.create(global.UIkit) : undefined;
46
46
 
47
- UI.version = '2.24.3';
47
+ UI.version = '2.26.1';
48
48
 
49
49
  UI.noConflict = function() {
50
50
  // restore UIkit version
@@ -282,12 +282,11 @@
282
282
  var d = $.Deferred();
283
283
 
284
284
  element = UI.$(element);
285
- cls = cls;
286
285
 
287
286
  element.css('display', 'none').addClass(cls).one(UI.support.animation.end, function() {
288
287
  element.removeClass(cls);
289
288
  d.resolve();
290
- }).width();
289
+ });
291
290
 
292
291
  element.css('display', '');
293
292
 
@@ -644,22 +643,29 @@
644
643
  // custom scroll observer
645
644
  requestAnimationFrame((function(){
646
645
 
647
- var memory = {x: window.pageXOffset, y:window.pageYOffset}, dir;
646
+ var memory = {dir: {x:0, y:0}, x: window.pageXOffset, y:window.pageYOffset};
648
647
 
649
648
  var fn = function(){
650
-
651
- if (memory.x != window.pageXOffset || memory.y != window.pageYOffset) {
652
-
653
- dir = {x: 0 , y: 0};
654
-
655
- if (window.pageXOffset != memory.x) dir.x = window.pageXOffset > memory.x ? 1:-1;
656
- if (window.pageYOffset != memory.y) dir.y = window.pageYOffset > memory.y ? 1:-1;
657
-
658
- memory = {
659
- "dir": dir, "x": window.pageXOffset, "y": window.pageYOffset
660
- };
661
-
662
- UI.$doc.trigger('scrolling.uk.document', [memory]);
649
+ // reading this (window.page[X|Y]Offset) causes a full page recalc of the layout in Chrome,
650
+ // so we only want to do this once
651
+ var wpxo = window.pageXOffset;
652
+ var wpyo = window.pageYOffset;
653
+
654
+ // Did the scroll position change since the last time we were here?
655
+ if (memory.x != wpxo || memory.y != wpyo) {
656
+
657
+ // Set the direction of the scroll and store the new position
658
+ if (wpxo != memory.x) {memory.dir.x = wpxo > memory.x ? 1:-1; } else { memory.dir.x = 0; }
659
+ if (wpyo != memory.y) {memory.dir.y = wpyo > memory.y ? 1:-1; } else { memory.dir.y = 0; }
660
+
661
+ memory.x = wpxo;
662
+ memory.y = wpyo;
663
+
664
+ // Trigger the scroll event, this could probably be sent using memory.clone() but this is
665
+ // more explicit and easier to see exactly what is being sent in the event.
666
+ UI.$doc.trigger('scrolling.uk.document', [{
667
+ "dir": {"x": memory.dir.x, "y": memory.dir.y}, "x": wpxo, "y": wpyo
668
+ }]);
663
669
  }
664
670
 
665
671
  requestAnimationFrame(fn);
@@ -938,10 +944,10 @@
938
944
 
939
945
  UI.$("[data-uk-margin]", context).each(function() {
940
946
 
941
- var ele = UI.$(this), obj;
947
+ var ele = UI.$(this);
942
948
 
943
949
  if (!ele.data("stackMargin")) {
944
- obj = UI.stackMargin(ele, UI.Utils.options(ele.attr("data-uk-margin")));
950
+ UI.stackMargin(ele, UI.Utils.options(ele.attr("data-uk-margin")));
945
951
  }
946
952
  });
947
953
  });
@@ -951,8 +957,6 @@
951
957
 
952
958
  var $this = this;
953
959
 
954
- this.columns = [];
955
-
956
960
  UI.$win.on('resize orientationchange', (function() {
957
961
 
958
962
  var fn = function() {
@@ -980,32 +984,33 @@
980
984
 
981
985
  process: function() {
982
986
 
983
- var $this = this;
984
-
985
- this.columns = this.element.children();
987
+ var $this = this, columns = this.element.children();
986
988
 
987
- UI.Utils.stackMargin(this.columns, this.options);
989
+ UI.Utils.stackMargin(columns, this.options);
988
990
 
989
- if (!this.options.rowfirst) {
991
+ if (!this.options.rowfirst || !columns.length) {
990
992
  return this;
991
993
  }
992
994
 
993
995
  // Mark first column elements
994
- var pos_cache = this.columns.removeClass(this.options.rowfirst).filter(':visible').first().position();
996
+ var group = {}, minleft = false;
995
997
 
996
- if (pos_cache) {
997
- this.columns.each(function() {
998
- UI.$(this)[UI.$(this).position().left == pos_cache.left ? 'addClass':'removeClass']($this.options.rowfirst);
999
- });
1000
- }
998
+ columns.removeClass(this.options.rowfirst).each(function(offset, $ele){
1001
999
 
1002
- return this;
1003
- },
1000
+ $ele = UI.$(this);
1001
+
1002
+ if (this.style.display != 'none') {
1003
+ offset = $ele.offset().left;
1004
+ ((group[offset] = group[offset] || []) && group[offset]).push(this);
1005
+ minleft = minleft === false ? offset : Math.min(minleft, offset);
1006
+ }
1007
+ });
1008
+
1009
+ UI.$(group[minleft]).addClass(this.options.rowfirst);
1004
1010
 
1005
- revert: function() {
1006
- this.columns.removeClass(this.options.cls);
1007
1011
  return this;
1008
1012
  }
1013
+
1009
1014
  });
1010
1015
 
1011
1016
 
@@ -1038,7 +1043,7 @@
1038
1043
 
1039
1044
  var ele = UI.$(this), obj;
1040
1045
 
1041
- if (!ele.data("responsiveIframe")) {
1046
+ if (!ele.data("responsiveElement")) {
1042
1047
  obj = UI.responsiveElement(ele, {});
1043
1048
  }
1044
1049
  });
@@ -1087,31 +1092,42 @@
1087
1092
  'cls': 'uk-margin-small-top'
1088
1093
  }, options);
1089
1094
 
1090
- options.cls = options.cls;
1091
-
1092
1095
  elements = UI.$(elements).removeClass(options.cls);
1093
1096
 
1094
- var skip = false,
1095
- firstvisible = elements.filter(":visible:first"),
1096
- offset = firstvisible.length ? (firstvisible.position().top + firstvisible.outerHeight()) - 1 : false; // (-1): weird firefox bug when parent container is display:flex
1097
+ var min = false;
1097
1098
 
1098
- if (offset === false || elements.length == 1) return;
1099
+ elements.each(function(offset, height, pos, $ele){
1099
1100
 
1100
- elements.each(function() {
1101
+ $ele = UI.$(this);
1101
1102
 
1102
- var column = UI.$(this);
1103
+ if ($ele.css('display') != 'none') {
1103
1104
 
1104
- if (column.is(":visible")) {
1105
+ offset = $ele.offset();
1106
+ height = $ele.outerHeight();
1107
+ pos = offset.top + height;
1105
1108
 
1106
- if (skip) {
1107
- column.addClass(options.cls);
1108
- } else {
1109
+ $ele.data({
1110
+ 'ukMarginPos': pos,
1111
+ 'ukMarginTop': offset.top
1112
+ });
1109
1113
 
1110
- if (column.position().top >= offset) {
1111
- skip = column.addClass(options.cls);
1112
- }
1114
+ if (min === false || (offset.top < min.top) ) {
1115
+
1116
+ min = {
1117
+ top : offset.top,
1118
+ left : offset.left,
1119
+ pos : pos
1120
+ };
1113
1121
  }
1114
1122
  }
1123
+
1124
+ }).each(function($ele) {
1125
+
1126
+ $ele = UI.$(this);
1127
+
1128
+ if ($ele.css('display') != 'none' && $ele.data('ukMarginTop') > min.top && $ele.data('ukMarginPos') > min.pos) {
1129
+ $ele.addClass(options.cls);
1130
+ }
1115
1131
  });
1116
1132
  };
1117
1133
 
@@ -1372,6 +1388,7 @@
1372
1388
 
1373
1389
  if (element.data('scrollspy-idle')) {
1374
1390
  clearTimeout(element.data('scrollspy-idle'));
1391
+ element.data('scrollspy-idle', false);
1375
1392
  }
1376
1393
 
1377
1394
  element.removeClass("uk-scrollspy-inview").toggleClass(toggle);
@@ -1456,7 +1473,7 @@
1456
1473
  scrollTop = $win.scrollTop(),
1457
1474
  target = (function(){
1458
1475
  for(var i=0; i< inviews.length;i++){
1459
- if(inviews[i].offset().top >= scrollTop){
1476
+ if(inviews[i].offset().top + inviews[i].outerHeight() >= scrollTop){
1460
1477
  return inviews[i];
1461
1478
  }
1462
1479
  }
@@ -1844,14 +1861,14 @@
1844
1861
  'x': {
1845
1862
  "bottom-left" : 'bottom-right',
1846
1863
  "bottom-right" : 'bottom-left',
1847
- "bottom-center" : 'bottom-right',
1864
+ "bottom-center" : 'bottom-center',
1848
1865
  "top-left" : 'top-right',
1849
1866
  "top-right" : 'top-left',
1850
- "top-center" : 'top-right',
1851
- "left-top" : 'right',
1867
+ "top-center" : 'top-center',
1868
+ "left-top" : 'right-top',
1852
1869
  "left-bottom" : 'right-bottom',
1853
1870
  "left-center" : 'right-center',
1854
- "right-top" : 'left',
1871
+ "right-top" : 'left-top',
1855
1872
  "right-bottom" : 'left-bottom',
1856
1873
  "right-center" : 'left-center'
1857
1874
  },
@@ -1862,15 +1879,26 @@
1862
1879
  "top-left" : 'bottom-left',
1863
1880
  "top-right" : 'bottom-right',
1864
1881
  "top-center" : 'bottom-center',
1865
- "left-top" : 'top-left',
1866
- "left-bottom" : 'left-bottom',
1867
- "left-center" : 'top-left',
1868
- "right-top" : 'top-left',
1869
- "right-bottom" : 'bottom-left',
1870
- "right-center" : 'top-left'
1882
+ "left-top" : 'left-bottom',
1883
+ "left-bottom" : 'left-top',
1884
+ "left-center" : 'left-center',
1885
+ "right-top" : 'right-bottom',
1886
+ "right-bottom" : 'right-top',
1887
+ "right-center" : 'right-center'
1871
1888
  },
1872
1889
  'xy': {
1873
-
1890
+ "bottom-left" : 'top-right',
1891
+ "bottom-right" : 'top-left',
1892
+ "bottom-center" : 'top-center',
1893
+ "top-left" : 'bottom-right',
1894
+ "top-right" : 'bottom-left',
1895
+ "top-center" : 'bottom-center',
1896
+ "left-top" : 'right-bottom',
1897
+ "left-bottom" : 'right-top',
1898
+ "left-center" : 'right-center',
1899
+ "right-top" : 'left-bottom',
1900
+ "right-bottom" : 'left-top',
1901
+ "right-center" : 'left-center'
1874
1902
  }
1875
1903
  };
1876
1904
 
@@ -1951,7 +1979,7 @@
1951
1979
 
1952
1980
  if (this.options.mode == "click" || UI.support.touch) {
1953
1981
 
1954
- this.on("click.uikit.dropdown", function(e) {
1982
+ this.on("click.uk.dropdown", function(e) {
1955
1983
 
1956
1984
  var $target = UI.$(e.target);
1957
1985
 
@@ -2471,6 +2499,12 @@
2471
2499
 
2472
2500
  var active = false, activeCount = 0, $html = UI.$html, body;
2473
2501
 
2502
+ UI.$win.on("resize orientationchange", UI.Utils.debounce(function(){
2503
+ UI.$('.uk-modal.uk-open').each(function(){
2504
+ UI.$(this).data('modal').resize();
2505
+ });
2506
+ }, 150));
2507
+
2474
2508
  UI.component('modal', {
2475
2509
 
2476
2510
  defaults: {
@@ -2511,7 +2545,7 @@
2511
2545
  if (target[0] == $this.element[0] && $this.options.bgclose) {
2512
2546
  $this.hide();
2513
2547
  }
2514
- });
2548
+ }).on("changed.uk.dom", this.resize.bind(this));
2515
2549
  },
2516
2550
 
2517
2551
  toggle: function() {
@@ -2683,10 +2717,6 @@
2683
2717
  active.hide();
2684
2718
  }
2685
2719
  });
2686
-
2687
- UI.$win.on("resize orientationchange", UI.Utils.debounce(function(){
2688
- if (active) active.resize();
2689
- }, 150));
2690
2720
  },
2691
2721
 
2692
2722
  init: function() {
@@ -2883,7 +2913,7 @@
2883
2913
 
2884
2914
  var $this = this;
2885
2915
 
2886
- this.on("click.uikit.nav", this.options.toggle, function(e) {
2916
+ this.on("click.uk.nav", this.options.toggle, function(e) {
2887
2917
  e.preventDefault();
2888
2918
  var ele = UI.$(this);
2889
2919
  $this.open(ele.parent()[0] == $this.element[0] ? ele : ele.parent("li"));
@@ -3206,7 +3236,7 @@
3206
3236
 
3207
3237
  var $this = this;
3208
3238
 
3209
- this.on("click.uikit.switcher", this.options.toggle, function(e) {
3239
+ this.on("click.uk.switcher", this.options.toggle, function(e) {
3210
3240
  e.preventDefault();
3211
3241
  $this.show(this);
3212
3242
  });
@@ -3215,7 +3245,7 @@
3215
3245
 
3216
3246
  this.connect = UI.$(this.options.connect);
3217
3247
 
3218
- this.connect.find(".uk-active").removeClass(".uk-active");
3248
+ this.connect.children().removeClass("uk-active");
3219
3249
 
3220
3250
  // delegate switch commands within container content
3221
3251
  if (this.connect.length) {
@@ -3514,7 +3544,7 @@
3514
3544
 
3515
3545
  this.current = false;
3516
3546
 
3517
- this.on("click.uikit.tab", this.options.target, function(e) {
3547
+ this.on("click.uk.tab", this.options.target, function(e) {
3518
3548
 
3519
3549
  e.preventDefault();
3520
3550
 
@@ -3551,7 +3581,7 @@
3551
3581
  if (this.element.hasClass("uk-tab-bottom")) this.responsivetab.dropdown.addClass("uk-dropdown-up");
3552
3582
 
3553
3583
  // handle click
3554
- this.responsivetab.lst.on('click.uikit.tab', 'a', function(e) {
3584
+ this.responsivetab.lst.on('click.uk.tab', 'a', function(e) {
3555
3585
 
3556
3586
  e.preventDefault();
3557
3587
  e.stopPropagation();
@@ -3579,7 +3609,7 @@
3579
3609
  });
3580
3610
  }
3581
3611
 
3582
- UI.dropdown(this.responsivetab, {"mode": "click"});
3612
+ UI.dropdown(this.responsivetab, {"mode": "click", "preventflip": "y"});
3583
3613
 
3584
3614
  // init
3585
3615
  $this.trigger("change.uk.tab", [this.element.find(this.options.target).not('.uk-tab-responsive').filter('.uk-active')]);
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Accordion
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Accordion
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Accordion
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Autocomplete
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Autocomplete
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Autocomplete
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Datepicker
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Datepicker
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Datepicker
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Dotnav
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Dotnav
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Dotnav
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Form advanced
4
4
  Note: Only works in Webkit at the moment
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Form advanced
4
4
  Note: Only works in Webkit at the moment
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Form advanced
4
4
  Note: Only works in Webkit at the moment
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Form file
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Form file
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Form file
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Form password
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Form password
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Form password
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Form select
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Form select
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Form select
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: HTML editor
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: HTML editor
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: HTML editor
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Nestable
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Nestable
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Nestable
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Notify
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Notify
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Notify
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Placeholder
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Placeholder
4
4
  ========================================================================== */