postrest 0.0.3 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (234) hide show
  1. checksums.yaml +4 -4
  2. data/lib/app.rb +1 -1
  3. data/public/index.htm +116 -0
  4. data/public/node_modules/pivottable/CONTRIBUTING.md +19 -0
  5. data/public/node_modules/pivottable/LICENSE.md +9 -0
  6. data/public/node_modules/pivottable/ReadMe.md +155 -0
  7. data/public/node_modules/pivottable/bower.json +31 -0
  8. data/public/node_modules/pivottable/c3_renderers.coffee +155 -0
  9. data/public/node_modules/pivottable/d3_renderers.coffee +73 -0
  10. data/public/node_modules/pivottable/dist/c3_renderers.js +256 -0
  11. data/public/node_modules/pivottable/dist/c3_renderers.js.map +1 -0
  12. data/public/node_modules/pivottable/dist/c3_renderers.min.js +2 -0
  13. data/public/node_modules/pivottable/dist/c3_renderers.min.js.map +1 -0
  14. data/public/node_modules/pivottable/dist/d3_renderers.js +105 -0
  15. data/public/node_modules/pivottable/dist/d3_renderers.js.map +1 -0
  16. data/public/node_modules/pivottable/dist/d3_renderers.min.js +2 -0
  17. data/public/node_modules/pivottable/dist/d3_renderers.min.js.map +1 -0
  18. data/public/node_modules/pivottable/dist/export_renderers.js +80 -0
  19. data/public/node_modules/pivottable/dist/export_renderers.js.map +1 -0
  20. data/public/node_modules/pivottable/dist/export_renderers.min.js +2 -0
  21. data/public/node_modules/pivottable/dist/export_renderers.min.js.map +1 -0
  22. data/public/node_modules/pivottable/dist/gchart_renderers.js +183 -0
  23. data/public/node_modules/pivottable/dist/gchart_renderers.js.map +1 -0
  24. data/public/node_modules/pivottable/dist/gchart_renderers.min.js +2 -0
  25. data/public/node_modules/pivottable/dist/gchart_renderers.min.js.map +1 -0
  26. data/public/node_modules/pivottable/dist/pivot.css +97 -0
  27. data/public/node_modules/pivottable/dist/pivot.es.js +78 -0
  28. data/public/node_modules/pivottable/dist/pivot.es.js.map +1 -0
  29. data/public/node_modules/pivottable/dist/pivot.es.min.js +2 -0
  30. data/public/node_modules/pivottable/dist/pivot.es.min.js.map +1 -0
  31. data/public/node_modules/pivottable/dist/pivot.fr.js +78 -0
  32. data/public/node_modules/pivottable/dist/pivot.fr.js.map +1 -0
  33. data/public/node_modules/pivottable/dist/pivot.fr.min.js +2 -0
  34. data/public/node_modules/pivottable/dist/pivot.fr.min.js.map +1 -0
  35. data/public/node_modules/pivottable/dist/pivot.js +1511 -0
  36. data/public/node_modules/pivottable/dist/pivot.js.map +1 -0
  37. data/public/node_modules/pivottable/dist/pivot.min.css +1 -0
  38. data/public/node_modules/pivottable/dist/pivot.min.js +2 -0
  39. data/public/node_modules/pivottable/dist/pivot.min.js.map +1 -0
  40. data/public/node_modules/pivottable/dist/pivot.nl.js +78 -0
  41. data/public/node_modules/pivottable/dist/pivot.nl.js.map +1 -0
  42. data/public/node_modules/pivottable/dist/pivot.nl.min.js +2 -0
  43. data/public/node_modules/pivottable/dist/pivot.nl.min.js.map +1 -0
  44. data/public/node_modules/pivottable/dist/pivot.pt.js +104 -0
  45. data/public/node_modules/pivottable/dist/pivot.pt.js.map +1 -0
  46. data/public/node_modules/pivottable/dist/pivot.pt.min.js +2 -0
  47. data/public/node_modules/pivottable/dist/pivot.pt.min.js.map +1 -0
  48. data/public/node_modules/pivottable/dist/pivot.ru.js +78 -0
  49. data/public/node_modules/pivottable/dist/pivot.ru.js.map +1 -0
  50. data/public/node_modules/pivottable/dist/pivot.ru.min.js +2 -0
  51. data/public/node_modules/pivottable/dist/pivot.ru.min.js.map +1 -0
  52. data/public/node_modules/pivottable/dist/pivot.tr.js +104 -0
  53. data/public/node_modules/pivottable/dist/pivot.tr.js.map +1 -0
  54. data/public/node_modules/pivottable/dist/pivot.tr.min.js +2 -0
  55. data/public/node_modules/pivottable/dist/pivot.tr.min.js.map +1 -0
  56. data/public/node_modules/pivottable/dist/tips_data.min.js +247 -0
  57. data/public/node_modules/pivottable/examples/c3.html +61 -0
  58. data/public/node_modules/pivottable/examples/d3.html +49 -0
  59. data/public/node_modules/pivottable/examples/fully_loaded.html +80 -0
  60. data/public/node_modules/pivottable/examples/gchart.html +53 -0
  61. data/public/node_modules/pivottable/examples/gh-fork-ribbon.css +140 -0
  62. data/public/node_modules/pivottable/examples/gh-fork-ribbon.ie.css +78 -0
  63. data/public/node_modules/pivottable/examples/index.html +85 -0
  64. data/public/node_modules/pivottable/examples/local.html +74 -0
  65. data/public/node_modules/pivottable/examples/montreal_2014.csv +366 -0
  66. data/public/node_modules/pivottable/examples/montreal_2014.html +106 -0
  67. data/public/node_modules/pivottable/examples/mps.csv +309 -0
  68. data/public/node_modules/pivottable/examples/mps.html +45 -0
  69. data/public/node_modules/pivottable/examples/mps.json +1 -0
  70. data/public/node_modules/pivottable/examples/mps_agg.html +44 -0
  71. data/public/node_modules/pivottable/examples/mps_csv.html +42 -0
  72. data/public/node_modules/pivottable/examples/mps_export.html +44 -0
  73. data/public/node_modules/pivottable/examples/mps_fr.html +40 -0
  74. data/public/node_modules/pivottable/examples/mps_prepop.html +42 -0
  75. data/public/node_modules/pivottable/examples/onrefresh.html +52 -0
  76. data/public/node_modules/pivottable/examples/rcsvs.html +87 -0
  77. data/public/node_modules/pivottable/examples/scatter.html +53 -0
  78. data/public/node_modules/pivottable/examples/show_code.js +17 -0
  79. data/public/node_modules/pivottable/examples/simple.html +41 -0
  80. data/public/node_modules/pivottable/examples/simple_agg.html +51 -0
  81. data/public/node_modules/pivottable/examples/simple_function.html +57 -0
  82. data/public/node_modules/pivottable/examples/simple_ui.html +42 -0
  83. data/public/node_modules/pivottable/examples/simple_ui_from_table.html +60 -0
  84. data/public/node_modules/pivottable/export_renderers.coffee +57 -0
  85. data/public/node_modules/pivottable/gchart_renderers.coffee +111 -0
  86. data/public/node_modules/pivottable/gulpFile.js +95 -0
  87. data/public/node_modules/pivottable/images/animation.gif +0 -0
  88. data/public/node_modules/pivottable/images/filters.png +0 -0
  89. data/public/node_modules/pivottable/images/gender_age_bins.png +0 -0
  90. data/public/node_modules/pivottable/images/gender_imbalance.png +0 -0
  91. data/public/node_modules/pivottable/images/gender_imbalance_instructions.png +0 -0
  92. data/public/node_modules/pivottable/images/initial_state.png +0 -0
  93. data/public/node_modules/pivottable/images/province_x_party_heatmap.png +0 -0
  94. data/public/node_modules/pivottable/images/province_x_party_heatmap_instructions.png +0 -0
  95. data/public/node_modules/pivottable/images/simple.png +0 -0
  96. data/public/node_modules/pivottable/images/simple_ui.png +0 -0
  97. data/public/node_modules/pivottable/images/whats_what.png +0 -0
  98. data/public/node_modules/pivottable/index.html +14 -0
  99. data/public/node_modules/pivottable/node_modules/jquery/AUTHORS.txt +278 -0
  100. data/public/node_modules/pivottable/node_modules/jquery/LICENSE.txt +36 -0
  101. data/public/node_modules/pivottable/node_modules/jquery/README.md +65 -0
  102. data/public/node_modules/pivottable/node_modules/jquery/bower.json +14 -0
  103. data/public/node_modules/pivottable/node_modules/jquery/dist/jquery.js +9842 -0
  104. data/public/node_modules/pivottable/node_modules/jquery/dist/jquery.min.js +4 -0
  105. data/public/node_modules/pivottable/node_modules/jquery/dist/jquery.min.map +1 -0
  106. data/public/node_modules/pivottable/node_modules/jquery/dist/jquery.slim.js +7877 -0
  107. data/public/node_modules/pivottable/node_modules/jquery/dist/jquery.slim.min.js +4 -0
  108. data/public/node_modules/pivottable/node_modules/jquery/dist/jquery.slim.min.map +1 -0
  109. data/public/node_modules/pivottable/node_modules/jquery/package.json +122 -0
  110. data/public/node_modules/pivottable/node_modules/jquery/sizzle/LICENSE.txt +36 -0
  111. data/public/node_modules/pivottable/node_modules/jquery/sizzle/dist/sizzle.js +2143 -0
  112. data/public/node_modules/pivottable/node_modules/jquery/sizzle/dist/sizzle.min.js +3 -0
  113. data/public/node_modules/pivottable/node_modules/jquery/sizzle/dist/sizzle.min.map +1 -0
  114. data/public/node_modules/pivottable/node_modules/jquery/src/ajax.js +845 -0
  115. data/public/node_modules/pivottable/node_modules/jquery/src/ajax/jsonp.js +100 -0
  116. data/public/node_modules/pivottable/node_modules/jquery/src/ajax/load.js +83 -0
  117. data/public/node_modules/pivottable/node_modules/jquery/src/ajax/parseJSON.js +13 -0
  118. data/public/node_modules/pivottable/node_modules/jquery/src/ajax/parseXML.js +27 -0
  119. data/public/node_modules/pivottable/node_modules/jquery/src/ajax/script.js +68 -0
  120. data/public/node_modules/pivottable/node_modules/jquery/src/ajax/var/location.js +3 -0
  121. data/public/node_modules/pivottable/node_modules/jquery/src/ajax/var/nonce.js +5 -0
  122. data/public/node_modules/pivottable/node_modules/jquery/src/ajax/var/rquery.js +3 -0
  123. data/public/node_modules/pivottable/node_modules/jquery/src/ajax/xhr.js +167 -0
  124. data/public/node_modules/pivottable/node_modules/jquery/src/attributes.js +11 -0
  125. data/public/node_modules/pivottable/node_modules/jquery/src/attributes/attr.js +142 -0
  126. data/public/node_modules/pivottable/node_modules/jquery/src/attributes/classes.js +177 -0
  127. data/public/node_modules/pivottable/node_modules/jquery/src/attributes/prop.js +125 -0
  128. data/public/node_modules/pivottable/node_modules/jquery/src/attributes/support.js +36 -0
  129. data/public/node_modules/pivottable/node_modules/jquery/src/attributes/val.js +177 -0
  130. data/public/node_modules/pivottable/node_modules/jquery/src/callbacks.js +232 -0
  131. data/public/node_modules/pivottable/node_modules/jquery/src/core.js +494 -0
  132. data/public/node_modules/pivottable/node_modules/jquery/src/core/DOMEval.js +14 -0
  133. data/public/node_modules/pivottable/node_modules/jquery/src/core/access.js +65 -0
  134. data/public/node_modules/pivottable/node_modules/jquery/src/core/init.js +134 -0
  135. data/public/node_modules/pivottable/node_modules/jquery/src/core/parseHTML.js +41 -0
  136. data/public/node_modules/pivottable/node_modules/jquery/src/core/ready.js +103 -0
  137. data/public/node_modules/pivottable/node_modules/jquery/src/core/support.js +18 -0
  138. data/public/node_modules/pivottable/node_modules/jquery/src/core/var/rsingleTag.js +5 -0
  139. data/public/node_modules/pivottable/node_modules/jquery/src/css.js +515 -0
  140. data/public/node_modules/pivottable/node_modules/jquery/src/css/addGetHookIf.js +24 -0
  141. data/public/node_modules/pivottable/node_modules/jquery/src/css/adjustCSS.js +65 -0
  142. data/public/node_modules/pivottable/node_modules/jquery/src/css/curCSS.js +60 -0
  143. data/public/node_modules/pivottable/node_modules/jquery/src/css/defaultDisplay.js +72 -0
  144. data/public/node_modules/pivottable/node_modules/jquery/src/css/hiddenVisibleSelectors.js +18 -0
  145. data/public/node_modules/pivottable/node_modules/jquery/src/css/showHide.js +48 -0
  146. data/public/node_modules/pivottable/node_modules/jquery/src/css/support.js +121 -0
  147. data/public/node_modules/pivottable/node_modules/jquery/src/css/var/cssExpand.js +3 -0
  148. data/public/node_modules/pivottable/node_modules/jquery/src/css/var/getStyles.js +15 -0
  149. data/public/node_modules/pivottable/node_modules/jquery/src/css/var/isHidden.js +16 -0
  150. data/public/node_modules/pivottable/node_modules/jquery/src/css/var/rmargin.js +3 -0
  151. data/public/node_modules/pivottable/node_modules/jquery/src/css/var/rnumnonpx.js +5 -0
  152. data/public/node_modules/pivottable/node_modules/jquery/src/css/var/swap.js +24 -0
  153. data/public/node_modules/pivottable/node_modules/jquery/src/data.js +187 -0
  154. data/public/node_modules/pivottable/node_modules/jquery/src/data/Data.js +200 -0
  155. data/public/node_modules/pivottable/node_modules/jquery/src/data/accepts.js +20 -0
  156. data/public/node_modules/pivottable/node_modules/jquery/src/data/support.js +23 -0
  157. data/public/node_modules/pivottable/node_modules/jquery/src/data/var/acceptData.js +18 -0
  158. data/public/node_modules/pivottable/node_modules/jquery/src/data/var/dataPriv.js +5 -0
  159. data/public/node_modules/pivottable/node_modules/jquery/src/data/var/dataUser.js +5 -0
  160. data/public/node_modules/pivottable/node_modules/jquery/src/deferred.js +158 -0
  161. data/public/node_modules/pivottable/node_modules/jquery/src/deferred/exceptionHook.js +19 -0
  162. data/public/node_modules/pivottable/node_modules/jquery/src/deprecated.js +32 -0
  163. data/public/node_modules/pivottable/node_modules/jquery/src/dimensions.js +54 -0
  164. data/public/node_modules/pivottable/node_modules/jquery/src/effects.js +629 -0
  165. data/public/node_modules/pivottable/node_modules/jquery/src/effects/Tween.js +121 -0
  166. data/public/node_modules/pivottable/node_modules/jquery/src/effects/animatedSelector.js +13 -0
  167. data/public/node_modules/pivottable/node_modules/jquery/src/effects/support.js +58 -0
  168. data/public/node_modules/pivottable/node_modules/jquery/src/event.js +710 -0
  169. data/public/node_modules/pivottable/node_modules/jquery/src/event/ajax.js +20 -0
  170. data/public/node_modules/pivottable/node_modules/jquery/src/event/alias.js +27 -0
  171. data/public/node_modules/pivottable/node_modules/jquery/src/event/focusin.js +53 -0
  172. data/public/node_modules/pivottable/node_modules/jquery/src/event/support.js +9 -0
  173. data/public/node_modules/pivottable/node_modules/jquery/src/event/trigger.js +199 -0
  174. data/public/node_modules/pivottable/node_modules/jquery/src/exports/amd.js +24 -0
  175. data/public/node_modules/pivottable/node_modules/jquery/src/exports/global.js +26 -0
  176. data/public/node_modules/pivottable/node_modules/jquery/src/intro.js +44 -0
  177. data/public/node_modules/pivottable/node_modules/jquery/src/jquery.js +37 -0
  178. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation.js +481 -0
  179. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/_evalUrl.js +20 -0
  180. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/buildFragment.js +102 -0
  181. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/createSafeFragment.js +20 -0
  182. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/getAll.js +21 -0
  183. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/setGlobalEval.js +20 -0
  184. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/support.js +33 -0
  185. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/var/nodeNames.js +5 -0
  186. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/var/rcheckableType.js +3 -0
  187. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/var/rleadingWhitespace.js +3 -0
  188. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/var/rscriptType.js +3 -0
  189. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/var/rtagName.js +3 -0
  190. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/wrapMap.js +27 -0
  191. data/public/node_modules/pivottable/node_modules/jquery/src/offset.js +218 -0
  192. data/public/node_modules/pivottable/node_modules/jquery/src/outro.js +2 -0
  193. data/public/node_modules/pivottable/node_modules/jquery/src/queue.js +143 -0
  194. data/public/node_modules/pivottable/node_modules/jquery/src/queue/delay.js +22 -0
  195. data/public/node_modules/pivottable/node_modules/jquery/src/selector-native.js +211 -0
  196. data/public/node_modules/pivottable/node_modules/jquery/src/selector-sizzle.js +14 -0
  197. data/public/node_modules/pivottable/node_modules/jquery/src/selector.js +1 -0
  198. data/public/node_modules/pivottable/node_modules/jquery/src/serialize.js +125 -0
  199. data/public/node_modules/pivottable/node_modules/jquery/src/support.js +63 -0
  200. data/public/node_modules/pivottable/node_modules/jquery/src/traversing.js +175 -0
  201. data/public/node_modules/pivottable/node_modules/jquery/src/traversing/findFilter.js +100 -0
  202. data/public/node_modules/pivottable/node_modules/jquery/src/traversing/var/dir.js +20 -0
  203. data/public/node_modules/pivottable/node_modules/jquery/src/traversing/var/rneedsContext.js +6 -0
  204. data/public/node_modules/pivottable/node_modules/jquery/src/traversing/var/siblings.js +15 -0
  205. data/public/node_modules/pivottable/node_modules/jquery/src/var/arr.js +3 -0
  206. data/public/node_modules/pivottable/node_modules/jquery/src/var/class2type.js +5 -0
  207. data/public/node_modules/pivottable/node_modules/jquery/src/var/concat.js +5 -0
  208. data/public/node_modules/pivottable/node_modules/jquery/src/var/deletedIds.js +3 -0
  209. data/public/node_modules/pivottable/node_modules/jquery/src/var/document.js +3 -0
  210. data/public/node_modules/pivottable/node_modules/jquery/src/var/documentElement.js +5 -0
  211. data/public/node_modules/pivottable/node_modules/jquery/src/var/hasOwn.js +5 -0
  212. data/public/node_modules/pivottable/node_modules/jquery/src/var/indexOf.js +5 -0
  213. data/public/node_modules/pivottable/node_modules/jquery/src/var/pnum.js +3 -0
  214. data/public/node_modules/pivottable/node_modules/jquery/src/var/push.js +5 -0
  215. data/public/node_modules/pivottable/node_modules/jquery/src/var/rcssNum.js +7 -0
  216. data/public/node_modules/pivottable/node_modules/jquery/src/var/rnotwhite.js +3 -0
  217. data/public/node_modules/pivottable/node_modules/jquery/src/var/slice.js +5 -0
  218. data/public/node_modules/pivottable/node_modules/jquery/src/var/support.js +5 -0
  219. data/public/node_modules/pivottable/node_modules/jquery/src/var/toString.js +5 -0
  220. data/public/node_modules/pivottable/node_modules/jquery/src/wrap.js +79 -0
  221. data/public/node_modules/pivottable/package.json +70 -0
  222. data/public/node_modules/pivottable/pivot.coffee +957 -0
  223. data/public/node_modules/pivottable/pivot.es.coffee +57 -0
  224. data/public/node_modules/pivottable/pivot.fr.coffee +57 -0
  225. data/public/node_modules/pivottable/pivot.nl.coffee +55 -0
  226. data/public/node_modules/pivottable/pivot.pt.coffee +80 -0
  227. data/public/node_modules/pivottable/pivot.ru.coffee +56 -0
  228. data/public/node_modules/pivottable/pivot.tr.coffee +80 -0
  229. data/public/node_modules/pivottable/pivottable.jquery.json +33 -0
  230. data/public/node_modules/pivottable/tests/boot.js +152 -0
  231. data/public/node_modules/pivottable/tests/index.html +35 -0
  232. data/public/node_modules/pivottable/tests/pivot_spec.coffee +458 -0
  233. data/public/vendor.js +5 -0
  234. metadata +232 -1
@@ -0,0 +1,24 @@
1
+ define( function() {
2
+
3
+ function addGetHookIf( conditionFn, hookFn ) {
4
+
5
+ // Define the hook, we'll check on the first run if it's really needed.
6
+ return {
7
+ get: function() {
8
+ if ( conditionFn() ) {
9
+
10
+ // Hook not needed (or it's not possible to use it due
11
+ // to missing dependency), remove it.
12
+ delete this.get;
13
+ return;
14
+ }
15
+
16
+ // Hook needed; redefine it so that the support test is not executed again.
17
+ return ( this.get = hookFn ).apply( this, arguments );
18
+ }
19
+ };
20
+ }
21
+
22
+ return addGetHookIf;
23
+
24
+ } );
@@ -0,0 +1,65 @@
1
+ define( [
2
+ "../core",
3
+ "../var/rcssNum"
4
+ ], function( jQuery, rcssNum ) {
5
+
6
+ function adjustCSS( elem, prop, valueParts, tween ) {
7
+ var adjusted,
8
+ scale = 1,
9
+ maxIterations = 20,
10
+ currentValue = tween ?
11
+ function() { return tween.cur(); } :
12
+ function() { return jQuery.css( elem, prop, "" ); },
13
+ initial = currentValue(),
14
+ unit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? "" : "px" ),
15
+
16
+ // Starting value computation is required for potential unit mismatches
17
+ initialInUnit = ( jQuery.cssNumber[ prop ] || unit !== "px" && +initial ) &&
18
+ rcssNum.exec( jQuery.css( elem, prop ) );
19
+
20
+ if ( initialInUnit && initialInUnit[ 3 ] !== unit ) {
21
+
22
+ // Trust units reported by jQuery.css
23
+ unit = unit || initialInUnit[ 3 ];
24
+
25
+ // Make sure we update the tween properties later on
26
+ valueParts = valueParts || [];
27
+
28
+ // Iteratively approximate from a nonzero starting point
29
+ initialInUnit = +initial || 1;
30
+
31
+ do {
32
+
33
+ // If previous iteration zeroed out, double until we get *something*.
34
+ // Use string for doubling so we don't accidentally see scale as unchanged below
35
+ scale = scale || ".5";
36
+
37
+ // Adjust and apply
38
+ initialInUnit = initialInUnit / scale;
39
+ jQuery.style( elem, prop, initialInUnit + unit );
40
+
41
+ // Update scale, tolerating zero or NaN from tween.cur()
42
+ // Break the loop if scale is unchanged or perfect, or if we've just had enough.
43
+ } while (
44
+ scale !== ( scale = currentValue() / initial ) && scale !== 1 && --maxIterations
45
+ );
46
+ }
47
+
48
+ if ( valueParts ) {
49
+ initialInUnit = +initialInUnit || +initial || 0;
50
+
51
+ // Apply relative offset (+=/-=) if specified
52
+ adjusted = valueParts[ 1 ] ?
53
+ initialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] :
54
+ +valueParts[ 2 ];
55
+ if ( tween ) {
56
+ tween.unit = unit;
57
+ tween.start = initialInUnit;
58
+ tween.end = adjusted;
59
+ }
60
+ }
61
+ return adjusted;
62
+ }
63
+
64
+ return adjustCSS;
65
+ } );
@@ -0,0 +1,60 @@
1
+ define( [
2
+ "../core",
3
+ "./var/rnumnonpx",
4
+ "./var/rmargin",
5
+ "./var/getStyles",
6
+ "./support",
7
+ "../selector" // Get jQuery.contains
8
+ ], function( jQuery, rnumnonpx, rmargin, getStyles, support ) {
9
+
10
+ function curCSS( elem, name, computed ) {
11
+ var width, minWidth, maxWidth, ret,
12
+ style = elem.style;
13
+
14
+ computed = computed || getStyles( elem );
15
+ ret = computed ? computed.getPropertyValue( name ) || computed[ name ] : undefined;
16
+
17
+ // Support: Opera 12.1x only
18
+ // Fall back to style even without computed
19
+ // computed is undefined for elems on document fragments
20
+ if ( ( ret === "" || ret === undefined ) && !jQuery.contains( elem.ownerDocument, elem ) ) {
21
+ ret = jQuery.style( elem, name );
22
+ }
23
+
24
+ // Support: IE9
25
+ // getPropertyValue is only needed for .css('filter') (#12537)
26
+ if ( computed ) {
27
+
28
+ // A tribute to the "awesome hack by Dean Edwards"
29
+ // Android Browser returns percentage for some values,
30
+ // but width seems to be reliably pixels.
31
+ // This is against the CSSOM draft spec:
32
+ // http://dev.w3.org/csswg/cssom/#resolved-values
33
+ if ( !support.pixelMarginRight() && rnumnonpx.test( ret ) && rmargin.test( name ) ) {
34
+
35
+ // Remember the original values
36
+ width = style.width;
37
+ minWidth = style.minWidth;
38
+ maxWidth = style.maxWidth;
39
+
40
+ // Put in the new values to get a computed value out
41
+ style.minWidth = style.maxWidth = style.width = ret;
42
+ ret = computed.width;
43
+
44
+ // Revert the changed values
45
+ style.width = width;
46
+ style.minWidth = minWidth;
47
+ style.maxWidth = maxWidth;
48
+ }
49
+ }
50
+
51
+ return ret !== undefined ?
52
+
53
+ // Support: IE9-11+
54
+ // IE returns zIndex value as an integer.
55
+ ret + "" :
56
+ ret;
57
+ }
58
+
59
+ return curCSS;
60
+ } );
@@ -0,0 +1,72 @@
1
+ define( [
2
+ "../core",
3
+ "../var/document",
4
+ "../manipulation" // appendTo
5
+ ], function( jQuery, document ) {
6
+
7
+ var iframe,
8
+ elemdisplay = {
9
+
10
+ // Support: Firefox
11
+ // We have to pre-define these values for FF (#10227)
12
+ HTML: "block",
13
+ BODY: "block"
14
+ };
15
+
16
+ /**
17
+ * Retrieve the actual display of a element
18
+ * @param {String} name nodeName of the element
19
+ * @param {Object} doc Document object
20
+ */
21
+
22
+ // Called only from within defaultDisplay
23
+ function actualDisplay( name, doc ) {
24
+ var elem = jQuery( doc.createElement( name ) ).appendTo( doc.body ),
25
+
26
+ display = jQuery.css( elem[ 0 ], "display" );
27
+
28
+ // We don't have any data stored on the element,
29
+ // so use "detach" method as fast way to get rid of the element
30
+ elem.detach();
31
+
32
+ return display;
33
+ }
34
+
35
+ /**
36
+ * Try to determine the default display value of an element
37
+ * @param {String} nodeName
38
+ */
39
+ function defaultDisplay( nodeName ) {
40
+ var doc = document,
41
+ display = elemdisplay[ nodeName ];
42
+
43
+ if ( !display ) {
44
+ display = actualDisplay( nodeName, doc );
45
+
46
+ // If the simple way fails, read from inside an iframe
47
+ if ( display === "none" || !display ) {
48
+
49
+ // Use the already-created iframe if possible
50
+ iframe = ( iframe || jQuery( "<iframe frameborder='0' width='0' height='0'/>" ) )
51
+ .appendTo( doc.documentElement );
52
+
53
+ // Always write a new HTML skeleton so Webkit and Firefox don't choke on reuse
54
+ doc = iframe[ 0 ].contentDocument;
55
+
56
+ // Support: IE
57
+ doc.write();
58
+ doc.close();
59
+
60
+ display = actualDisplay( nodeName, doc );
61
+ iframe.detach();
62
+ }
63
+
64
+ // Store the correct default display
65
+ elemdisplay[ nodeName ] = display;
66
+ }
67
+
68
+ return display;
69
+ }
70
+
71
+ return defaultDisplay;
72
+ } );
@@ -0,0 +1,18 @@
1
+ define( [
2
+ "../core",
3
+ "../selector"
4
+ ], function( jQuery ) {
5
+
6
+ jQuery.expr.filters.hidden = function( elem ) {
7
+ return !jQuery.expr.filters.visible( elem );
8
+ };
9
+ jQuery.expr.filters.visible = function( elem ) {
10
+
11
+ // Support: Opera <= 12.12
12
+ // Opera reports offsetWidths and offsetHeights less than zero on some elements
13
+ // Use OR instead of AND as the element is not visible if either is true
14
+ // See tickets #10406 and #13132
15
+ return elem.offsetWidth > 0 || elem.offsetHeight > 0 || elem.getClientRects().length > 0;
16
+ };
17
+
18
+ } );
@@ -0,0 +1,48 @@
1
+ define( [
2
+ "../data/var/dataPriv"
3
+ ], function( dataPriv ) {
4
+
5
+ function showHide( elements, show ) {
6
+ var display, elem,
7
+ values = [],
8
+ index = 0,
9
+ length = elements.length;
10
+
11
+ // Determine new display value for elements that need to change
12
+ for ( ; index < length; index++ ) {
13
+ elem = elements[ index ];
14
+ if ( !elem.style ) {
15
+ continue;
16
+ }
17
+
18
+ display = elem.style.display;
19
+ if ( show ) {
20
+ if ( display === "none" ) {
21
+
22
+ // Restore a pre-hide() value if we have one
23
+ values[ index ] = dataPriv.get( elem, "display" ) || "";
24
+ }
25
+ } else {
26
+ if ( display !== "none" ) {
27
+ values[ index ] = "none";
28
+
29
+ // Remember the value we're replacing
30
+ dataPriv.set( elem, "display", display );
31
+ }
32
+ }
33
+ }
34
+
35
+ // Set the display of the elements in a second loop
36
+ // to avoid the constant reflow
37
+ for ( index = 0; index < length; index++ ) {
38
+ if ( values[ index ] != null ) {
39
+ elements[ index ].style.display = values[ index ];
40
+ }
41
+ }
42
+
43
+ return elements;
44
+ }
45
+
46
+ return showHide;
47
+
48
+ } );
@@ -0,0 +1,121 @@
1
+ define( [
2
+ "../core",
3
+ "../var/document",
4
+ "../var/documentElement",
5
+ "../var/support"
6
+ ], function( jQuery, document, documentElement, support ) {
7
+
8
+ ( function() {
9
+ var pixelPositionVal, boxSizingReliableVal, pixelMarginRightVal, reliableMarginLeftVal,
10
+ container = document.createElement( "div" ),
11
+ div = document.createElement( "div" );
12
+
13
+ // Finish early in limited (non-browser) environments
14
+ if ( !div.style ) {
15
+ return;
16
+ }
17
+
18
+ // Support: IE9-11+
19
+ // Style of cloned element affects source element cloned (#8908)
20
+ div.style.backgroundClip = "content-box";
21
+ div.cloneNode( true ).style.backgroundClip = "";
22
+ support.clearCloneStyle = div.style.backgroundClip === "content-box";
23
+
24
+ container.style.cssText = "border:0;width:8px;height:0;top:0;left:-9999px;" +
25
+ "padding:0;margin-top:1px;position:absolute";
26
+ container.appendChild( div );
27
+
28
+ // Executing both pixelPosition & boxSizingReliable tests require only one layout
29
+ // so they're executed at the same time to save the second computation.
30
+ function computeStyleTests() {
31
+ div.style.cssText =
32
+
33
+ // Support: Firefox<29, Android 2.3
34
+ // Vendor-prefix box-sizing
35
+ "-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;" +
36
+ "position:relative;display:block;" +
37
+ "margin:auto;border:1px;padding:1px;" +
38
+ "top:1%;width:50%";
39
+ div.innerHTML = "";
40
+ documentElement.appendChild( container );
41
+
42
+ var divStyle = window.getComputedStyle( div );
43
+ pixelPositionVal = divStyle.top !== "1%";
44
+ reliableMarginLeftVal = divStyle.marginLeft === "2px";
45
+ boxSizingReliableVal = divStyle.width === "4px";
46
+
47
+ // Support: Android 4.0 - 4.3 only
48
+ // Some styles come back with percentage values, even though they shouldn't
49
+ div.style.marginRight = "50%";
50
+ pixelMarginRightVal = divStyle.marginRight === "4px";
51
+
52
+ documentElement.removeChild( container );
53
+ }
54
+
55
+ jQuery.extend( support, {
56
+ pixelPosition: function() {
57
+
58
+ // This test is executed only once but we still do memoizing
59
+ // since we can use the boxSizingReliable pre-computing.
60
+ // No need to check if the test was already performed, though.
61
+ computeStyleTests();
62
+ return pixelPositionVal;
63
+ },
64
+ boxSizingReliable: function() {
65
+ if ( boxSizingReliableVal == null ) {
66
+ computeStyleTests();
67
+ }
68
+ return boxSizingReliableVal;
69
+ },
70
+ pixelMarginRight: function() {
71
+
72
+ // Support: Android 4.0-4.3
73
+ // We're checking for boxSizingReliableVal here instead of pixelMarginRightVal
74
+ // since that compresses better and they're computed together anyway.
75
+ if ( boxSizingReliableVal == null ) {
76
+ computeStyleTests();
77
+ }
78
+ return pixelMarginRightVal;
79
+ },
80
+ reliableMarginLeft: function() {
81
+
82
+ // Support: IE <=8 only, Android 4.0 - 4.3 only, Firefox <=3 - 37
83
+ if ( boxSizingReliableVal == null ) {
84
+ computeStyleTests();
85
+ }
86
+ return reliableMarginLeftVal;
87
+ },
88
+ reliableMarginRight: function() {
89
+
90
+ // Support: Android 2.3
91
+ // Check if div with explicit width and no margin-right incorrectly
92
+ // gets computed margin-right based on width of container. (#3333)
93
+ // WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right
94
+ // This support function is only executed once so no memoizing is needed.
95
+ var ret,
96
+ marginDiv = div.appendChild( document.createElement( "div" ) );
97
+
98
+ // Reset CSS: box-sizing; display; margin; border; padding
99
+ marginDiv.style.cssText = div.style.cssText =
100
+
101
+ // Support: Android 2.3
102
+ // Vendor-prefix box-sizing
103
+ "-webkit-box-sizing:content-box;box-sizing:content-box;" +
104
+ "display:block;margin:0;border:0;padding:0";
105
+ marginDiv.style.marginRight = marginDiv.style.width = "0";
106
+ div.style.width = "1px";
107
+ documentElement.appendChild( container );
108
+
109
+ ret = !parseFloat( window.getComputedStyle( marginDiv ).marginRight );
110
+
111
+ documentElement.removeChild( container );
112
+ div.removeChild( marginDiv );
113
+
114
+ return ret;
115
+ }
116
+ } );
117
+ } )();
118
+
119
+ return support;
120
+
121
+ } );
@@ -0,0 +1,3 @@
1
+ define( function() {
2
+ return [ "Top", "Right", "Bottom", "Left" ];
3
+ } );
@@ -0,0 +1,15 @@
1
+ define( function() {
2
+ return function( elem ) {
3
+
4
+ // Support: IE<=11+, Firefox<=30+ (#15098, #14150)
5
+ // IE throws on elements created in popups
6
+ // FF meanwhile throws on frame elements through "defaultView.getComputedStyle"
7
+ var view = elem.ownerDocument.defaultView;
8
+
9
+ if ( !view || !view.opener ) {
10
+ view = window;
11
+ }
12
+
13
+ return view.getComputedStyle( elem );
14
+ };
15
+ } );
@@ -0,0 +1,16 @@
1
+ define( [
2
+ "../../core",
3
+ "../../selector"
4
+
5
+ // css is assumed
6
+ ], function( jQuery ) {
7
+
8
+ return function( elem, el ) {
9
+
10
+ // isHidden might be called from jQuery#filter function;
11
+ // in that case, element will be second argument
12
+ elem = el || elem;
13
+ return jQuery.css( elem, "display" ) === "none" ||
14
+ !jQuery.contains( elem.ownerDocument, elem );
15
+ };
16
+ } );