postrest 0.0.3 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/app.rb +1 -1
- data/public/index.htm +116 -0
- data/public/node_modules/pivottable/CONTRIBUTING.md +19 -0
- data/public/node_modules/pivottable/LICENSE.md +9 -0
- data/public/node_modules/pivottable/ReadMe.md +155 -0
- data/public/node_modules/pivottable/bower.json +31 -0
- data/public/node_modules/pivottable/c3_renderers.coffee +155 -0
- data/public/node_modules/pivottable/d3_renderers.coffee +73 -0
- data/public/node_modules/pivottable/dist/c3_renderers.js +256 -0
- data/public/node_modules/pivottable/dist/c3_renderers.js.map +1 -0
- data/public/node_modules/pivottable/dist/c3_renderers.min.js +2 -0
- data/public/node_modules/pivottable/dist/c3_renderers.min.js.map +1 -0
- data/public/node_modules/pivottable/dist/d3_renderers.js +105 -0
- data/public/node_modules/pivottable/dist/d3_renderers.js.map +1 -0
- data/public/node_modules/pivottable/dist/d3_renderers.min.js +2 -0
- data/public/node_modules/pivottable/dist/d3_renderers.min.js.map +1 -0
- data/public/node_modules/pivottable/dist/export_renderers.js +80 -0
- data/public/node_modules/pivottable/dist/export_renderers.js.map +1 -0
- data/public/node_modules/pivottable/dist/export_renderers.min.js +2 -0
- data/public/node_modules/pivottable/dist/export_renderers.min.js.map +1 -0
- data/public/node_modules/pivottable/dist/gchart_renderers.js +183 -0
- data/public/node_modules/pivottable/dist/gchart_renderers.js.map +1 -0
- data/public/node_modules/pivottable/dist/gchart_renderers.min.js +2 -0
- data/public/node_modules/pivottable/dist/gchart_renderers.min.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.css +97 -0
- data/public/node_modules/pivottable/dist/pivot.es.js +78 -0
- data/public/node_modules/pivottable/dist/pivot.es.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.es.min.js +2 -0
- data/public/node_modules/pivottable/dist/pivot.es.min.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.fr.js +78 -0
- data/public/node_modules/pivottable/dist/pivot.fr.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.fr.min.js +2 -0
- data/public/node_modules/pivottable/dist/pivot.fr.min.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.js +1511 -0
- data/public/node_modules/pivottable/dist/pivot.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.min.css +1 -0
- data/public/node_modules/pivottable/dist/pivot.min.js +2 -0
- data/public/node_modules/pivottable/dist/pivot.min.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.nl.js +78 -0
- data/public/node_modules/pivottable/dist/pivot.nl.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.nl.min.js +2 -0
- data/public/node_modules/pivottable/dist/pivot.nl.min.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.pt.js +104 -0
- data/public/node_modules/pivottable/dist/pivot.pt.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.pt.min.js +2 -0
- data/public/node_modules/pivottable/dist/pivot.pt.min.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.ru.js +78 -0
- data/public/node_modules/pivottable/dist/pivot.ru.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.ru.min.js +2 -0
- data/public/node_modules/pivottable/dist/pivot.ru.min.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.tr.js +104 -0
- data/public/node_modules/pivottable/dist/pivot.tr.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.tr.min.js +2 -0
- data/public/node_modules/pivottable/dist/pivot.tr.min.js.map +1 -0
- data/public/node_modules/pivottable/dist/tips_data.min.js +247 -0
- data/public/node_modules/pivottable/examples/c3.html +61 -0
- data/public/node_modules/pivottable/examples/d3.html +49 -0
- data/public/node_modules/pivottable/examples/fully_loaded.html +80 -0
- data/public/node_modules/pivottable/examples/gchart.html +53 -0
- data/public/node_modules/pivottable/examples/gh-fork-ribbon.css +140 -0
- data/public/node_modules/pivottable/examples/gh-fork-ribbon.ie.css +78 -0
- data/public/node_modules/pivottable/examples/index.html +85 -0
- data/public/node_modules/pivottable/examples/local.html +74 -0
- data/public/node_modules/pivottable/examples/montreal_2014.csv +366 -0
- data/public/node_modules/pivottable/examples/montreal_2014.html +106 -0
- data/public/node_modules/pivottable/examples/mps.csv +309 -0
- data/public/node_modules/pivottable/examples/mps.html +45 -0
- data/public/node_modules/pivottable/examples/mps.json +1 -0
- data/public/node_modules/pivottable/examples/mps_agg.html +44 -0
- data/public/node_modules/pivottable/examples/mps_csv.html +42 -0
- data/public/node_modules/pivottable/examples/mps_export.html +44 -0
- data/public/node_modules/pivottable/examples/mps_fr.html +40 -0
- data/public/node_modules/pivottable/examples/mps_prepop.html +42 -0
- data/public/node_modules/pivottable/examples/onrefresh.html +52 -0
- data/public/node_modules/pivottable/examples/rcsvs.html +87 -0
- data/public/node_modules/pivottable/examples/scatter.html +53 -0
- data/public/node_modules/pivottable/examples/show_code.js +17 -0
- data/public/node_modules/pivottable/examples/simple.html +41 -0
- data/public/node_modules/pivottable/examples/simple_agg.html +51 -0
- data/public/node_modules/pivottable/examples/simple_function.html +57 -0
- data/public/node_modules/pivottable/examples/simple_ui.html +42 -0
- data/public/node_modules/pivottable/examples/simple_ui_from_table.html +60 -0
- data/public/node_modules/pivottable/export_renderers.coffee +57 -0
- data/public/node_modules/pivottable/gchart_renderers.coffee +111 -0
- data/public/node_modules/pivottable/gulpFile.js +95 -0
- data/public/node_modules/pivottable/images/animation.gif +0 -0
- data/public/node_modules/pivottable/images/filters.png +0 -0
- data/public/node_modules/pivottable/images/gender_age_bins.png +0 -0
- data/public/node_modules/pivottable/images/gender_imbalance.png +0 -0
- data/public/node_modules/pivottable/images/gender_imbalance_instructions.png +0 -0
- data/public/node_modules/pivottable/images/initial_state.png +0 -0
- data/public/node_modules/pivottable/images/province_x_party_heatmap.png +0 -0
- data/public/node_modules/pivottable/images/province_x_party_heatmap_instructions.png +0 -0
- data/public/node_modules/pivottable/images/simple.png +0 -0
- data/public/node_modules/pivottable/images/simple_ui.png +0 -0
- data/public/node_modules/pivottable/images/whats_what.png +0 -0
- data/public/node_modules/pivottable/index.html +14 -0
- data/public/node_modules/pivottable/node_modules/jquery/AUTHORS.txt +278 -0
- data/public/node_modules/pivottable/node_modules/jquery/LICENSE.txt +36 -0
- data/public/node_modules/pivottable/node_modules/jquery/README.md +65 -0
- data/public/node_modules/pivottable/node_modules/jquery/bower.json +14 -0
- data/public/node_modules/pivottable/node_modules/jquery/dist/jquery.js +9842 -0
- data/public/node_modules/pivottable/node_modules/jquery/dist/jquery.min.js +4 -0
- data/public/node_modules/pivottable/node_modules/jquery/dist/jquery.min.map +1 -0
- data/public/node_modules/pivottable/node_modules/jquery/dist/jquery.slim.js +7877 -0
- data/public/node_modules/pivottable/node_modules/jquery/dist/jquery.slim.min.js +4 -0
- data/public/node_modules/pivottable/node_modules/jquery/dist/jquery.slim.min.map +1 -0
- data/public/node_modules/pivottable/node_modules/jquery/package.json +122 -0
- data/public/node_modules/pivottable/node_modules/jquery/sizzle/LICENSE.txt +36 -0
- data/public/node_modules/pivottable/node_modules/jquery/sizzle/dist/sizzle.js +2143 -0
- data/public/node_modules/pivottable/node_modules/jquery/sizzle/dist/sizzle.min.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/sizzle/dist/sizzle.min.map +1 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/ajax.js +845 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/ajax/jsonp.js +100 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/ajax/load.js +83 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/ajax/parseJSON.js +13 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/ajax/parseXML.js +27 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/ajax/script.js +68 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/ajax/var/location.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/ajax/var/nonce.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/ajax/var/rquery.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/ajax/xhr.js +167 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/attributes.js +11 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/attributes/attr.js +142 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/attributes/classes.js +177 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/attributes/prop.js +125 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/attributes/support.js +36 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/attributes/val.js +177 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/callbacks.js +232 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/core.js +494 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/core/DOMEval.js +14 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/core/access.js +65 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/core/init.js +134 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/core/parseHTML.js +41 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/core/ready.js +103 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/core/support.js +18 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/core/var/rsingleTag.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css.js +515 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/addGetHookIf.js +24 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/adjustCSS.js +65 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/curCSS.js +60 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/defaultDisplay.js +72 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/hiddenVisibleSelectors.js +18 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/showHide.js +48 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/support.js +121 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/var/cssExpand.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/var/getStyles.js +15 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/var/isHidden.js +16 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/var/rmargin.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/var/rnumnonpx.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/var/swap.js +24 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/data.js +187 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/data/Data.js +200 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/data/accepts.js +20 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/data/support.js +23 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/data/var/acceptData.js +18 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/data/var/dataPriv.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/data/var/dataUser.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/deferred.js +158 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/deferred/exceptionHook.js +19 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/deprecated.js +32 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/dimensions.js +54 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/effects.js +629 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/effects/Tween.js +121 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/effects/animatedSelector.js +13 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/effects/support.js +58 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/event.js +710 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/event/ajax.js +20 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/event/alias.js +27 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/event/focusin.js +53 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/event/support.js +9 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/event/trigger.js +199 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/exports/amd.js +24 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/exports/global.js +26 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/intro.js +44 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/jquery.js +37 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation.js +481 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/_evalUrl.js +20 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/buildFragment.js +102 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/createSafeFragment.js +20 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/getAll.js +21 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/setGlobalEval.js +20 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/support.js +33 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/var/nodeNames.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/var/rcheckableType.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/var/rleadingWhitespace.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/var/rscriptType.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/var/rtagName.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/wrapMap.js +27 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/offset.js +218 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/outro.js +2 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/queue.js +143 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/queue/delay.js +22 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/selector-native.js +211 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/selector-sizzle.js +14 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/selector.js +1 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/serialize.js +125 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/support.js +63 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/traversing.js +175 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/traversing/findFilter.js +100 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/traversing/var/dir.js +20 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/traversing/var/rneedsContext.js +6 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/traversing/var/siblings.js +15 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/arr.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/class2type.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/concat.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/deletedIds.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/document.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/documentElement.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/hasOwn.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/indexOf.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/pnum.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/push.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/rcssNum.js +7 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/rnotwhite.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/slice.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/support.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/toString.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/wrap.js +79 -0
- data/public/node_modules/pivottable/package.json +70 -0
- data/public/node_modules/pivottable/pivot.coffee +957 -0
- data/public/node_modules/pivottable/pivot.es.coffee +57 -0
- data/public/node_modules/pivottable/pivot.fr.coffee +57 -0
- data/public/node_modules/pivottable/pivot.nl.coffee +55 -0
- data/public/node_modules/pivottable/pivot.pt.coffee +80 -0
- data/public/node_modules/pivottable/pivot.ru.coffee +56 -0
- data/public/node_modules/pivottable/pivot.tr.coffee +80 -0
- data/public/node_modules/pivottable/pivottable.jquery.json +33 -0
- data/public/node_modules/pivottable/tests/boot.js +152 -0
- data/public/node_modules/pivottable/tests/index.html +35 -0
- data/public/node_modules/pivottable/tests/pivot_spec.coffee +458 -0
- data/public/vendor.js +5 -0
- metadata +232 -1
@@ -0,0 +1,20 @@
|
|
1
|
+
define( [
|
2
|
+
"../ajax"
|
3
|
+
], function( jQuery ) {
|
4
|
+
|
5
|
+
jQuery._evalUrl = function( url ) {
|
6
|
+
return jQuery.ajax( {
|
7
|
+
url: url,
|
8
|
+
|
9
|
+
// Make this explicit, since user can override this through ajaxSetup (#11264)
|
10
|
+
type: "GET",
|
11
|
+
dataType: "script",
|
12
|
+
async: false,
|
13
|
+
global: false,
|
14
|
+
"throws": true
|
15
|
+
} );
|
16
|
+
};
|
17
|
+
|
18
|
+
return jQuery._evalUrl;
|
19
|
+
|
20
|
+
} );
|
@@ -0,0 +1,102 @@
|
|
1
|
+
define( [
|
2
|
+
"../core",
|
3
|
+
"./var/rtagName",
|
4
|
+
"./var/rscriptType",
|
5
|
+
"./wrapMap",
|
6
|
+
"./getAll",
|
7
|
+
"./setGlobalEval"
|
8
|
+
], function( jQuery, rtagName, rscriptType, wrapMap, getAll, setGlobalEval ) {
|
9
|
+
|
10
|
+
var rhtml = /<|&#?\w+;/;
|
11
|
+
|
12
|
+
function buildFragment( elems, context, scripts, selection, ignored ) {
|
13
|
+
var elem, tmp, tag, wrap, contains, j,
|
14
|
+
fragment = context.createDocumentFragment(),
|
15
|
+
nodes = [],
|
16
|
+
i = 0,
|
17
|
+
l = elems.length;
|
18
|
+
|
19
|
+
for ( ; i < l; i++ ) {
|
20
|
+
elem = elems[ i ];
|
21
|
+
|
22
|
+
if ( elem || elem === 0 ) {
|
23
|
+
|
24
|
+
// Add nodes directly
|
25
|
+
if ( jQuery.type( elem ) === "object" ) {
|
26
|
+
|
27
|
+
// Support: Android<4.1, PhantomJS<2
|
28
|
+
// push.apply(_, arraylike) throws on ancient WebKit
|
29
|
+
jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem );
|
30
|
+
|
31
|
+
// Convert non-html into a text node
|
32
|
+
} else if ( !rhtml.test( elem ) ) {
|
33
|
+
nodes.push( context.createTextNode( elem ) );
|
34
|
+
|
35
|
+
// Convert html into DOM nodes
|
36
|
+
} else {
|
37
|
+
tmp = tmp || fragment.appendChild( context.createElement( "div" ) );
|
38
|
+
|
39
|
+
// Deserialize a standard representation
|
40
|
+
tag = ( rtagName.exec( elem ) || [ "", "" ] )[ 1 ].toLowerCase();
|
41
|
+
wrap = wrapMap[ tag ] || wrapMap._default;
|
42
|
+
tmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ];
|
43
|
+
|
44
|
+
// Descend through wrappers to the right content
|
45
|
+
j = wrap[ 0 ];
|
46
|
+
while ( j-- ) {
|
47
|
+
tmp = tmp.lastChild;
|
48
|
+
}
|
49
|
+
|
50
|
+
// Support: Android<4.1, PhantomJS<2
|
51
|
+
// push.apply(_, arraylike) throws on ancient WebKit
|
52
|
+
jQuery.merge( nodes, tmp.childNodes );
|
53
|
+
|
54
|
+
// Remember the top-level container
|
55
|
+
tmp = fragment.firstChild;
|
56
|
+
|
57
|
+
// Ensure the created nodes are orphaned (#12392)
|
58
|
+
tmp.textContent = "";
|
59
|
+
}
|
60
|
+
}
|
61
|
+
}
|
62
|
+
|
63
|
+
// Remove wrapper from fragment
|
64
|
+
fragment.textContent = "";
|
65
|
+
|
66
|
+
i = 0;
|
67
|
+
while ( ( elem = nodes[ i++ ] ) ) {
|
68
|
+
|
69
|
+
// Skip elements already in the context collection (trac-4087)
|
70
|
+
if ( selection && jQuery.inArray( elem, selection ) > -1 ) {
|
71
|
+
if ( ignored ) {
|
72
|
+
ignored.push( elem );
|
73
|
+
}
|
74
|
+
continue;
|
75
|
+
}
|
76
|
+
|
77
|
+
contains = jQuery.contains( elem.ownerDocument, elem );
|
78
|
+
|
79
|
+
// Append to fragment
|
80
|
+
tmp = getAll( fragment.appendChild( elem ), "script" );
|
81
|
+
|
82
|
+
// Preserve script evaluation history
|
83
|
+
if ( contains ) {
|
84
|
+
setGlobalEval( tmp );
|
85
|
+
}
|
86
|
+
|
87
|
+
// Capture executables
|
88
|
+
if ( scripts ) {
|
89
|
+
j = 0;
|
90
|
+
while ( ( elem = tmp[ j++ ] ) ) {
|
91
|
+
if ( rscriptType.test( elem.type || "" ) ) {
|
92
|
+
scripts.push( elem );
|
93
|
+
}
|
94
|
+
}
|
95
|
+
}
|
96
|
+
}
|
97
|
+
|
98
|
+
return fragment;
|
99
|
+
}
|
100
|
+
|
101
|
+
return buildFragment;
|
102
|
+
} );
|
data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/createSafeFragment.js
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
define( [
|
2
|
+
"./var/nodeNames"
|
3
|
+
], function( nodeNames ) {
|
4
|
+
|
5
|
+
function createSafeFragment( document ) {
|
6
|
+
var list = nodeNames.split( "|" ),
|
7
|
+
safeFrag = document.createDocumentFragment();
|
8
|
+
|
9
|
+
if ( safeFrag.createElement ) {
|
10
|
+
while ( list.length ) {
|
11
|
+
safeFrag.createElement(
|
12
|
+
list.pop()
|
13
|
+
);
|
14
|
+
}
|
15
|
+
}
|
16
|
+
return safeFrag;
|
17
|
+
}
|
18
|
+
|
19
|
+
return createSafeFragment;
|
20
|
+
} );
|
@@ -0,0 +1,21 @@
|
|
1
|
+
define( [
|
2
|
+
"../core"
|
3
|
+
], function( jQuery ) {
|
4
|
+
|
5
|
+
function getAll( context, tag ) {
|
6
|
+
|
7
|
+
// Support: IE9-11+
|
8
|
+
// Use typeof to avoid zero-argument method invocation on host objects (#15151)
|
9
|
+
var ret = typeof context.getElementsByTagName !== "undefined" ?
|
10
|
+
context.getElementsByTagName( tag || "*" ) :
|
11
|
+
typeof context.querySelectorAll !== "undefined" ?
|
12
|
+
context.querySelectorAll( tag || "*" ) :
|
13
|
+
[];
|
14
|
+
|
15
|
+
return tag === undefined || tag && jQuery.nodeName( context, tag ) ?
|
16
|
+
jQuery.merge( [ context ], ret ) :
|
17
|
+
ret;
|
18
|
+
}
|
19
|
+
|
20
|
+
return getAll;
|
21
|
+
} );
|
@@ -0,0 +1,20 @@
|
|
1
|
+
define( [
|
2
|
+
"../data/var/dataPriv"
|
3
|
+
], function( dataPriv ) {
|
4
|
+
|
5
|
+
// Mark scripts as having already been evaluated
|
6
|
+
function setGlobalEval( elems, refElements ) {
|
7
|
+
var i = 0,
|
8
|
+
l = elems.length;
|
9
|
+
|
10
|
+
for ( ; i < l; i++ ) {
|
11
|
+
dataPriv.set(
|
12
|
+
elems[ i ],
|
13
|
+
"globalEval",
|
14
|
+
!refElements || dataPriv.get( refElements[ i ], "globalEval" )
|
15
|
+
);
|
16
|
+
}
|
17
|
+
}
|
18
|
+
|
19
|
+
return setGlobalEval;
|
20
|
+
} );
|
@@ -0,0 +1,33 @@
|
|
1
|
+
define( [
|
2
|
+
"../var/document",
|
3
|
+
"../var/support"
|
4
|
+
], function( document, support ) {
|
5
|
+
|
6
|
+
( function() {
|
7
|
+
var fragment = document.createDocumentFragment(),
|
8
|
+
div = fragment.appendChild( document.createElement( "div" ) ),
|
9
|
+
input = document.createElement( "input" );
|
10
|
+
|
11
|
+
// Support: Android 4.0-4.3, Safari<=5.1
|
12
|
+
// Check state lost if the name is set (#11217)
|
13
|
+
// Support: Windows Web Apps (WWA)
|
14
|
+
// `name` and `type` must use .setAttribute for WWA (#14901)
|
15
|
+
input.setAttribute( "type", "radio" );
|
16
|
+
input.setAttribute( "checked", "checked" );
|
17
|
+
input.setAttribute( "name", "t" );
|
18
|
+
|
19
|
+
div.appendChild( input );
|
20
|
+
|
21
|
+
// Support: Safari<=5.1, Android<4.2
|
22
|
+
// Older WebKit doesn't clone checked state correctly in fragments
|
23
|
+
support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked;
|
24
|
+
|
25
|
+
// Support: IE<=11+
|
26
|
+
// Make sure textarea (and checkbox) defaultValue is properly cloned
|
27
|
+
div.innerHTML = "<textarea>x</textarea>";
|
28
|
+
support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue;
|
29
|
+
} )();
|
30
|
+
|
31
|
+
return support;
|
32
|
+
|
33
|
+
} );
|
@@ -0,0 +1,27 @@
|
|
1
|
+
define( function() {
|
2
|
+
|
3
|
+
// We have to close these tags to support XHTML (#13200)
|
4
|
+
var wrapMap = {
|
5
|
+
|
6
|
+
// Support: IE9
|
7
|
+
option: [ 1, "<select multiple='multiple'>", "</select>" ],
|
8
|
+
|
9
|
+
// XHTML parsers do not magically insert elements in the
|
10
|
+
// same way that tag soup parsers do. So we cannot shorten
|
11
|
+
// this by omitting <tbody> or other required elements.
|
12
|
+
thead: [ 1, "<table>", "</table>" ],
|
13
|
+
col: [ 2, "<table><colgroup>", "</colgroup></table>" ],
|
14
|
+
tr: [ 2, "<table><tbody>", "</tbody></table>" ],
|
15
|
+
td: [ 3, "<table><tbody><tr>", "</tr></tbody></table>" ],
|
16
|
+
|
17
|
+
_default: [ 0, "", "" ]
|
18
|
+
};
|
19
|
+
|
20
|
+
// Support: IE9
|
21
|
+
wrapMap.optgroup = wrapMap.option;
|
22
|
+
|
23
|
+
wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;
|
24
|
+
wrapMap.th = wrapMap.td;
|
25
|
+
|
26
|
+
return wrapMap;
|
27
|
+
} );
|
@@ -0,0 +1,218 @@
|
|
1
|
+
define( [
|
2
|
+
"./core",
|
3
|
+
"./core/access",
|
4
|
+
"./var/document",
|
5
|
+
"./var/documentElement",
|
6
|
+
"./css/var/rnumnonpx",
|
7
|
+
"./css/curCSS",
|
8
|
+
"./css/addGetHookIf",
|
9
|
+
"./css/support",
|
10
|
+
|
11
|
+
"./core/init",
|
12
|
+
"./css",
|
13
|
+
"./selector" // contains
|
14
|
+
], function( jQuery, access, document, documentElement, rnumnonpx, curCSS, addGetHookIf, support ) {
|
15
|
+
|
16
|
+
/**
|
17
|
+
* Gets a window from an element
|
18
|
+
*/
|
19
|
+
function getWindow( elem ) {
|
20
|
+
return jQuery.isWindow( elem ) ? elem : elem.nodeType === 9 && elem.defaultView;
|
21
|
+
}
|
22
|
+
|
23
|
+
jQuery.offset = {
|
24
|
+
setOffset: function( elem, options, i ) {
|
25
|
+
var curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition,
|
26
|
+
position = jQuery.css( elem, "position" ),
|
27
|
+
curElem = jQuery( elem ),
|
28
|
+
props = {};
|
29
|
+
|
30
|
+
// Set position first, in-case top/left are set even on static elem
|
31
|
+
if ( position === "static" ) {
|
32
|
+
elem.style.position = "relative";
|
33
|
+
}
|
34
|
+
|
35
|
+
curOffset = curElem.offset();
|
36
|
+
curCSSTop = jQuery.css( elem, "top" );
|
37
|
+
curCSSLeft = jQuery.css( elem, "left" );
|
38
|
+
calculatePosition = ( position === "absolute" || position === "fixed" ) &&
|
39
|
+
( curCSSTop + curCSSLeft ).indexOf( "auto" ) > -1;
|
40
|
+
|
41
|
+
// Need to be able to calculate position if either
|
42
|
+
// top or left is auto and position is either absolute or fixed
|
43
|
+
if ( calculatePosition ) {
|
44
|
+
curPosition = curElem.position();
|
45
|
+
curTop = curPosition.top;
|
46
|
+
curLeft = curPosition.left;
|
47
|
+
|
48
|
+
} else {
|
49
|
+
curTop = parseFloat( curCSSTop ) || 0;
|
50
|
+
curLeft = parseFloat( curCSSLeft ) || 0;
|
51
|
+
}
|
52
|
+
|
53
|
+
if ( jQuery.isFunction( options ) ) {
|
54
|
+
|
55
|
+
// Use jQuery.extend here to allow modification of coordinates argument (gh-1848)
|
56
|
+
options = options.call( elem, i, jQuery.extend( {}, curOffset ) );
|
57
|
+
}
|
58
|
+
|
59
|
+
if ( options.top != null ) {
|
60
|
+
props.top = ( options.top - curOffset.top ) + curTop;
|
61
|
+
}
|
62
|
+
if ( options.left != null ) {
|
63
|
+
props.left = ( options.left - curOffset.left ) + curLeft;
|
64
|
+
}
|
65
|
+
|
66
|
+
if ( "using" in options ) {
|
67
|
+
options.using.call( elem, props );
|
68
|
+
|
69
|
+
} else {
|
70
|
+
curElem.css( props );
|
71
|
+
}
|
72
|
+
}
|
73
|
+
};
|
74
|
+
|
75
|
+
jQuery.fn.extend( {
|
76
|
+
offset: function( options ) {
|
77
|
+
if ( arguments.length ) {
|
78
|
+
return options === undefined ?
|
79
|
+
this :
|
80
|
+
this.each( function( i ) {
|
81
|
+
jQuery.offset.setOffset( this, options, i );
|
82
|
+
} );
|
83
|
+
}
|
84
|
+
|
85
|
+
var docElem, win,
|
86
|
+
elem = this[ 0 ],
|
87
|
+
box = { top: 0, left: 0 },
|
88
|
+
doc = elem && elem.ownerDocument;
|
89
|
+
|
90
|
+
if ( !doc ) {
|
91
|
+
return;
|
92
|
+
}
|
93
|
+
|
94
|
+
docElem = doc.documentElement;
|
95
|
+
|
96
|
+
// Make sure it's not a disconnected DOM node
|
97
|
+
if ( !jQuery.contains( docElem, elem ) ) {
|
98
|
+
return box;
|
99
|
+
}
|
100
|
+
|
101
|
+
box = elem.getBoundingClientRect();
|
102
|
+
win = getWindow( doc );
|
103
|
+
return {
|
104
|
+
top: box.top + win.pageYOffset - docElem.clientTop,
|
105
|
+
left: box.left + win.pageXOffset - docElem.clientLeft
|
106
|
+
};
|
107
|
+
},
|
108
|
+
|
109
|
+
position: function() {
|
110
|
+
if ( !this[ 0 ] ) {
|
111
|
+
return;
|
112
|
+
}
|
113
|
+
|
114
|
+
var offsetParent, offset,
|
115
|
+
elem = this[ 0 ],
|
116
|
+
parentOffset = { top: 0, left: 0 };
|
117
|
+
|
118
|
+
// Fixed elements are offset from window (parentOffset = {top:0, left: 0},
|
119
|
+
// because it is its only offset parent
|
120
|
+
if ( jQuery.css( elem, "position" ) === "fixed" ) {
|
121
|
+
|
122
|
+
// Assume getBoundingClientRect is there when computed position is fixed
|
123
|
+
offset = elem.getBoundingClientRect();
|
124
|
+
|
125
|
+
} else {
|
126
|
+
|
127
|
+
// Get *real* offsetParent
|
128
|
+
offsetParent = this.offsetParent();
|
129
|
+
|
130
|
+
// Get correct offsets
|
131
|
+
offset = this.offset();
|
132
|
+
if ( !jQuery.nodeName( offsetParent[ 0 ], "html" ) ) {
|
133
|
+
parentOffset = offsetParent.offset();
|
134
|
+
}
|
135
|
+
|
136
|
+
// Add offsetParent borders
|
137
|
+
parentOffset.top += jQuery.css( offsetParent[ 0 ], "borderTopWidth", true );
|
138
|
+
parentOffset.left += jQuery.css( offsetParent[ 0 ], "borderLeftWidth", true );
|
139
|
+
}
|
140
|
+
|
141
|
+
// Subtract parent offsets and element margins
|
142
|
+
return {
|
143
|
+
top: offset.top - parentOffset.top - jQuery.css( elem, "marginTop", true ),
|
144
|
+
left: offset.left - parentOffset.left - jQuery.css( elem, "marginLeft", true )
|
145
|
+
};
|
146
|
+
},
|
147
|
+
|
148
|
+
// This method will return documentElement in the following cases:
|
149
|
+
// 1) For the element inside the iframe without offsetParent, this method will return
|
150
|
+
// documentElement of the parent window
|
151
|
+
// 2) For the hidden or detached element
|
152
|
+
// 3) For body or html element, i.e. in case of the html node - it will return itself
|
153
|
+
//
|
154
|
+
// but those exceptions were never presented as a real life use-cases
|
155
|
+
// and might be considered as more preferable results.
|
156
|
+
//
|
157
|
+
// This logic, however, is not guaranteed and can change at any point in the future
|
158
|
+
offsetParent: function() {
|
159
|
+
return this.map( function() {
|
160
|
+
var offsetParent = this.offsetParent;
|
161
|
+
|
162
|
+
while ( offsetParent && jQuery.css( offsetParent, "position" ) === "static" ) {
|
163
|
+
offsetParent = offsetParent.offsetParent;
|
164
|
+
}
|
165
|
+
|
166
|
+
return offsetParent || documentElement;
|
167
|
+
} );
|
168
|
+
}
|
169
|
+
} );
|
170
|
+
|
171
|
+
// Create scrollLeft and scrollTop methods
|
172
|
+
jQuery.each( { scrollLeft: "pageXOffset", scrollTop: "pageYOffset" }, function( method, prop ) {
|
173
|
+
var top = "pageYOffset" === prop;
|
174
|
+
|
175
|
+
jQuery.fn[ method ] = function( val ) {
|
176
|
+
return access( this, function( elem, method, val ) {
|
177
|
+
var win = getWindow( elem );
|
178
|
+
|
179
|
+
if ( val === undefined ) {
|
180
|
+
return win ? win[ prop ] : elem[ method ];
|
181
|
+
}
|
182
|
+
|
183
|
+
if ( win ) {
|
184
|
+
win.scrollTo(
|
185
|
+
!top ? val : win.pageXOffset,
|
186
|
+
top ? val : win.pageYOffset
|
187
|
+
);
|
188
|
+
|
189
|
+
} else {
|
190
|
+
elem[ method ] = val;
|
191
|
+
}
|
192
|
+
}, method, val, arguments.length );
|
193
|
+
};
|
194
|
+
} );
|
195
|
+
|
196
|
+
// Support: Safari<7-8+, Chrome<37-44+
|
197
|
+
// Add the top/left cssHooks using jQuery.fn.position
|
198
|
+
// Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=29084
|
199
|
+
// Blink bug: https://code.google.com/p/chromium/issues/detail?id=229280
|
200
|
+
// getComputedStyle returns percent when specified for top/left/bottom/right;
|
201
|
+
// rather than make the css module depend on the offset module, just check for it here
|
202
|
+
jQuery.each( [ "top", "left" ], function( i, prop ) {
|
203
|
+
jQuery.cssHooks[ prop ] = addGetHookIf( support.pixelPosition,
|
204
|
+
function( elem, computed ) {
|
205
|
+
if ( computed ) {
|
206
|
+
computed = curCSS( elem, prop );
|
207
|
+
|
208
|
+
// If curCSS returns percentage, fallback to offset
|
209
|
+
return rnumnonpx.test( computed ) ?
|
210
|
+
jQuery( elem ).position()[ prop ] + "px" :
|
211
|
+
computed;
|
212
|
+
}
|
213
|
+
}
|
214
|
+
);
|
215
|
+
} );
|
216
|
+
|
217
|
+
return jQuery;
|
218
|
+
} );
|