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,24 @@
|
|
1
|
+
define( function() {
|
2
|
+
|
3
|
+
// A method for quickly swapping in/out CSS properties to get correct calculations.
|
4
|
+
return function( elem, options, callback, args ) {
|
5
|
+
var ret, name,
|
6
|
+
old = {};
|
7
|
+
|
8
|
+
// Remember the old values, and insert the new ones
|
9
|
+
for ( name in options ) {
|
10
|
+
old[ name ] = elem.style[ name ];
|
11
|
+
elem.style[ name ] = options[ name ];
|
12
|
+
}
|
13
|
+
|
14
|
+
ret = callback.apply( elem, args || [] );
|
15
|
+
|
16
|
+
// Revert the old values
|
17
|
+
for ( name in options ) {
|
18
|
+
elem.style[ name ] = old[ name ];
|
19
|
+
}
|
20
|
+
|
21
|
+
return ret;
|
22
|
+
};
|
23
|
+
|
24
|
+
} );
|
@@ -0,0 +1,187 @@
|
|
1
|
+
define( [
|
2
|
+
"./core",
|
3
|
+
"./core/access",
|
4
|
+
"./data/var/dataPriv",
|
5
|
+
"./data/var/dataUser"
|
6
|
+
], function( jQuery, access, dataPriv, dataUser ) {
|
7
|
+
|
8
|
+
// Implementation Summary
|
9
|
+
//
|
10
|
+
// 1. Enforce API surface and semantic compatibility with 1.9.x branch
|
11
|
+
// 2. Improve the module's maintainability by reducing the storage
|
12
|
+
// paths to a single mechanism.
|
13
|
+
// 3. Use the same single mechanism to support "private" and "user" data.
|
14
|
+
// 4. _Never_ expose "private" data to user code (TODO: Drop _data, _removeData)
|
15
|
+
// 5. Avoid exposing implementation details on user objects (eg. expando properties)
|
16
|
+
// 6. Provide a clear path for implementation upgrade to WeakMap in 2014
|
17
|
+
|
18
|
+
var rbrace = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,
|
19
|
+
rmultiDash = /[A-Z]/g;
|
20
|
+
|
21
|
+
function dataAttr( elem, key, data ) {
|
22
|
+
var name;
|
23
|
+
|
24
|
+
// If nothing was found internally, try to fetch any
|
25
|
+
// data from the HTML5 data-* attribute
|
26
|
+
if ( data === undefined && elem.nodeType === 1 ) {
|
27
|
+
name = "data-" + key.replace( rmultiDash, "-$&" ).toLowerCase();
|
28
|
+
data = elem.getAttribute( name );
|
29
|
+
|
30
|
+
if ( typeof data === "string" ) {
|
31
|
+
try {
|
32
|
+
data = data === "true" ? true :
|
33
|
+
data === "false" ? false :
|
34
|
+
data === "null" ? null :
|
35
|
+
|
36
|
+
// Only convert to a number if it doesn't change the string
|
37
|
+
+data + "" === data ? +data :
|
38
|
+
rbrace.test( data ) ? jQuery.parseJSON( data ) :
|
39
|
+
data;
|
40
|
+
} catch ( e ) {}
|
41
|
+
|
42
|
+
// Make sure we set the data so it isn't changed later
|
43
|
+
dataUser.set( elem, key, data );
|
44
|
+
} else {
|
45
|
+
data = undefined;
|
46
|
+
}
|
47
|
+
}
|
48
|
+
return data;
|
49
|
+
}
|
50
|
+
|
51
|
+
jQuery.extend( {
|
52
|
+
hasData: function( elem ) {
|
53
|
+
return dataUser.hasData( elem ) || dataPriv.hasData( elem );
|
54
|
+
},
|
55
|
+
|
56
|
+
data: function( elem, name, data ) {
|
57
|
+
return dataUser.access( elem, name, data );
|
58
|
+
},
|
59
|
+
|
60
|
+
removeData: function( elem, name ) {
|
61
|
+
dataUser.remove( elem, name );
|
62
|
+
},
|
63
|
+
|
64
|
+
// TODO: Now that all calls to _data and _removeData have been replaced
|
65
|
+
// with direct calls to dataPriv methods, these can be deprecated.
|
66
|
+
_data: function( elem, name, data ) {
|
67
|
+
return dataPriv.access( elem, name, data );
|
68
|
+
},
|
69
|
+
|
70
|
+
_removeData: function( elem, name ) {
|
71
|
+
dataPriv.remove( elem, name );
|
72
|
+
}
|
73
|
+
} );
|
74
|
+
|
75
|
+
jQuery.fn.extend( {
|
76
|
+
data: function( key, value ) {
|
77
|
+
var i, name, data,
|
78
|
+
elem = this[ 0 ],
|
79
|
+
attrs = elem && elem.attributes;
|
80
|
+
|
81
|
+
// Gets all values
|
82
|
+
if ( key === undefined ) {
|
83
|
+
if ( this.length ) {
|
84
|
+
data = dataUser.get( elem );
|
85
|
+
|
86
|
+
if ( elem.nodeType === 1 && !dataPriv.get( elem, "hasDataAttrs" ) ) {
|
87
|
+
i = attrs.length;
|
88
|
+
while ( i-- ) {
|
89
|
+
|
90
|
+
// Support: IE11+
|
91
|
+
// The attrs elements can be null (#14894)
|
92
|
+
if ( attrs[ i ] ) {
|
93
|
+
name = attrs[ i ].name;
|
94
|
+
if ( name.indexOf( "data-" ) === 0 ) {
|
95
|
+
name = jQuery.camelCase( name.slice( 5 ) );
|
96
|
+
dataAttr( elem, name, data[ name ] );
|
97
|
+
}
|
98
|
+
}
|
99
|
+
}
|
100
|
+
dataPriv.set( elem, "hasDataAttrs", true );
|
101
|
+
}
|
102
|
+
}
|
103
|
+
|
104
|
+
return data;
|
105
|
+
}
|
106
|
+
|
107
|
+
// Sets multiple values
|
108
|
+
if ( typeof key === "object" ) {
|
109
|
+
return this.each( function() {
|
110
|
+
dataUser.set( this, key );
|
111
|
+
} );
|
112
|
+
}
|
113
|
+
|
114
|
+
return access( this, function( value ) {
|
115
|
+
var data, camelKey;
|
116
|
+
|
117
|
+
// The calling jQuery object (element matches) is not empty
|
118
|
+
// (and therefore has an element appears at this[ 0 ]) and the
|
119
|
+
// `value` parameter was not undefined. An empty jQuery object
|
120
|
+
// will result in `undefined` for elem = this[ 0 ] which will
|
121
|
+
// throw an exception if an attempt to read a data cache is made.
|
122
|
+
if ( elem && value === undefined ) {
|
123
|
+
|
124
|
+
// Attempt to get data from the cache
|
125
|
+
// with the key as-is
|
126
|
+
data = dataUser.get( elem, key ) ||
|
127
|
+
|
128
|
+
// Try to find dashed key if it exists (gh-2779)
|
129
|
+
// This is for 2.2.x only
|
130
|
+
dataUser.get( elem, key.replace( rmultiDash, "-$&" ).toLowerCase() );
|
131
|
+
|
132
|
+
if ( data !== undefined ) {
|
133
|
+
return data;
|
134
|
+
}
|
135
|
+
|
136
|
+
camelKey = jQuery.camelCase( key );
|
137
|
+
|
138
|
+
// Attempt to get data from the cache
|
139
|
+
// with the key camelized
|
140
|
+
data = dataUser.get( elem, camelKey );
|
141
|
+
if ( data !== undefined ) {
|
142
|
+
return data;
|
143
|
+
}
|
144
|
+
|
145
|
+
// Attempt to "discover" the data in
|
146
|
+
// HTML5 custom data-* attrs
|
147
|
+
data = dataAttr( elem, camelKey, undefined );
|
148
|
+
if ( data !== undefined ) {
|
149
|
+
return data;
|
150
|
+
}
|
151
|
+
|
152
|
+
// We tried really hard, but the data doesn't exist.
|
153
|
+
return;
|
154
|
+
}
|
155
|
+
|
156
|
+
// Set the data...
|
157
|
+
camelKey = jQuery.camelCase( key );
|
158
|
+
this.each( function() {
|
159
|
+
|
160
|
+
// First, attempt to store a copy or reference of any
|
161
|
+
// data that might've been store with a camelCased key.
|
162
|
+
var data = dataUser.get( this, camelKey );
|
163
|
+
|
164
|
+
// For HTML5 data-* attribute interop, we have to
|
165
|
+
// store property names with dashes in a camelCase form.
|
166
|
+
// This might not apply to all properties...*
|
167
|
+
dataUser.set( this, camelKey, value );
|
168
|
+
|
169
|
+
// *... In the case of properties that might _actually_
|
170
|
+
// have dashes, we need to also store a copy of that
|
171
|
+
// unchanged property.
|
172
|
+
if ( key.indexOf( "-" ) > -1 && data !== undefined ) {
|
173
|
+
dataUser.set( this, key, value );
|
174
|
+
}
|
175
|
+
} );
|
176
|
+
}, null, value, arguments.length > 1, null, true );
|
177
|
+
},
|
178
|
+
|
179
|
+
removeData: function( key ) {
|
180
|
+
return this.each( function() {
|
181
|
+
dataUser.remove( this, key );
|
182
|
+
} );
|
183
|
+
}
|
184
|
+
} );
|
185
|
+
|
186
|
+
return jQuery;
|
187
|
+
} );
|
@@ -0,0 +1,200 @@
|
|
1
|
+
define( [
|
2
|
+
"../core",
|
3
|
+
"../var/rnotwhite",
|
4
|
+
"./var/acceptData"
|
5
|
+
], function( jQuery, rnotwhite, acceptData ) {
|
6
|
+
|
7
|
+
function Data() {
|
8
|
+
this.expando = jQuery.expando + Data.uid++;
|
9
|
+
}
|
10
|
+
|
11
|
+
Data.uid = 1;
|
12
|
+
|
13
|
+
Data.prototype = {
|
14
|
+
|
15
|
+
register: function( owner, initial ) {
|
16
|
+
var value = initial || {};
|
17
|
+
|
18
|
+
// If it is a node unlikely to be stringify-ed or looped over
|
19
|
+
// use plain assignment
|
20
|
+
if ( owner.nodeType ) {
|
21
|
+
owner[ this.expando ] = value;
|
22
|
+
|
23
|
+
// Otherwise secure it in a non-enumerable, non-writable property
|
24
|
+
// configurability must be true to allow the property to be
|
25
|
+
// deleted with the delete operator
|
26
|
+
} else {
|
27
|
+
Object.defineProperty( owner, this.expando, {
|
28
|
+
value: value,
|
29
|
+
writable: true,
|
30
|
+
configurable: true
|
31
|
+
} );
|
32
|
+
}
|
33
|
+
return owner[ this.expando ];
|
34
|
+
},
|
35
|
+
cache: function( owner ) {
|
36
|
+
|
37
|
+
// We can accept data for non-element nodes in modern browsers,
|
38
|
+
// but we should not, see #8335.
|
39
|
+
// Always return an empty object.
|
40
|
+
if ( !acceptData( owner ) ) {
|
41
|
+
return {};
|
42
|
+
}
|
43
|
+
|
44
|
+
// Check if the owner object already has a cache
|
45
|
+
var value = owner[ this.expando ];
|
46
|
+
|
47
|
+
// If not, create one
|
48
|
+
if ( !value ) {
|
49
|
+
value = {};
|
50
|
+
|
51
|
+
// We can accept data for non-element nodes in modern browsers,
|
52
|
+
// but we should not, see #8335.
|
53
|
+
// Always return an empty object.
|
54
|
+
if ( acceptData( owner ) ) {
|
55
|
+
|
56
|
+
// If it is a node unlikely to be stringify-ed or looped over
|
57
|
+
// use plain assignment
|
58
|
+
if ( owner.nodeType ) {
|
59
|
+
owner[ this.expando ] = value;
|
60
|
+
|
61
|
+
// Otherwise secure it in a non-enumerable property
|
62
|
+
// configurable must be true to allow the property to be
|
63
|
+
// deleted when data is removed
|
64
|
+
} else {
|
65
|
+
Object.defineProperty( owner, this.expando, {
|
66
|
+
value: value,
|
67
|
+
configurable: true
|
68
|
+
} );
|
69
|
+
}
|
70
|
+
}
|
71
|
+
}
|
72
|
+
|
73
|
+
return value;
|
74
|
+
},
|
75
|
+
set: function( owner, data, value ) {
|
76
|
+
var prop,
|
77
|
+
cache = this.cache( owner );
|
78
|
+
|
79
|
+
// Handle: [ owner, key, value ] args
|
80
|
+
if ( typeof data === "string" ) {
|
81
|
+
cache[ data ] = value;
|
82
|
+
|
83
|
+
// Handle: [ owner, { properties } ] args
|
84
|
+
} else {
|
85
|
+
|
86
|
+
// Copy the properties one-by-one to the cache object
|
87
|
+
for ( prop in data ) {
|
88
|
+
cache[ prop ] = data[ prop ];
|
89
|
+
}
|
90
|
+
}
|
91
|
+
return cache;
|
92
|
+
},
|
93
|
+
get: function( owner, key ) {
|
94
|
+
return key === undefined ?
|
95
|
+
this.cache( owner ) :
|
96
|
+
owner[ this.expando ] && owner[ this.expando ][ key ];
|
97
|
+
},
|
98
|
+
access: function( owner, key, value ) {
|
99
|
+
var stored;
|
100
|
+
|
101
|
+
// In cases where either:
|
102
|
+
//
|
103
|
+
// 1. No key was specified
|
104
|
+
// 2. A string key was specified, but no value provided
|
105
|
+
//
|
106
|
+
// Take the "read" path and allow the get method to determine
|
107
|
+
// which value to return, respectively either:
|
108
|
+
//
|
109
|
+
// 1. The entire cache object
|
110
|
+
// 2. The data stored at the key
|
111
|
+
//
|
112
|
+
if ( key === undefined ||
|
113
|
+
( ( key && typeof key === "string" ) && value === undefined ) ) {
|
114
|
+
|
115
|
+
stored = this.get( owner, key );
|
116
|
+
|
117
|
+
return stored !== undefined ?
|
118
|
+
stored : this.get( owner, jQuery.camelCase( key ) );
|
119
|
+
}
|
120
|
+
|
121
|
+
// When the key is not a string, or both a key and value
|
122
|
+
// are specified, set or extend (existing objects) with either:
|
123
|
+
//
|
124
|
+
// 1. An object of properties
|
125
|
+
// 2. A key and value
|
126
|
+
//
|
127
|
+
this.set( owner, key, value );
|
128
|
+
|
129
|
+
// Since the "set" path can have two possible entry points
|
130
|
+
// return the expected data based on which path was taken[*]
|
131
|
+
return value !== undefined ? value : key;
|
132
|
+
},
|
133
|
+
remove: function( owner, key ) {
|
134
|
+
var i, name, camel,
|
135
|
+
cache = owner[ this.expando ];
|
136
|
+
|
137
|
+
if ( cache === undefined ) {
|
138
|
+
return;
|
139
|
+
}
|
140
|
+
|
141
|
+
if ( key === undefined ) {
|
142
|
+
this.register( owner );
|
143
|
+
|
144
|
+
} else {
|
145
|
+
|
146
|
+
// Support array or space separated string of keys
|
147
|
+
if ( jQuery.isArray( key ) ) {
|
148
|
+
|
149
|
+
// If "name" is an array of keys...
|
150
|
+
// When data is initially created, via ("key", "val") signature,
|
151
|
+
// keys will be converted to camelCase.
|
152
|
+
// Since there is no way to tell _how_ a key was added, remove
|
153
|
+
// both plain key and camelCase key. #12786
|
154
|
+
// This will only penalize the array argument path.
|
155
|
+
name = key.concat( key.map( jQuery.camelCase ) );
|
156
|
+
} else {
|
157
|
+
camel = jQuery.camelCase( key );
|
158
|
+
|
159
|
+
// Try the string as a key before any manipulation
|
160
|
+
if ( key in cache ) {
|
161
|
+
name = [ key, camel ];
|
162
|
+
} else {
|
163
|
+
|
164
|
+
// If a key with the spaces exists, use it.
|
165
|
+
// Otherwise, create an array by matching non-whitespace
|
166
|
+
name = camel;
|
167
|
+
name = name in cache ?
|
168
|
+
[ name ] : ( name.match( rnotwhite ) || [] );
|
169
|
+
}
|
170
|
+
}
|
171
|
+
|
172
|
+
i = name.length;
|
173
|
+
|
174
|
+
while ( i-- ) {
|
175
|
+
delete cache[ name[ i ] ];
|
176
|
+
}
|
177
|
+
}
|
178
|
+
|
179
|
+
// Remove the expando if there's no more data
|
180
|
+
if ( key === undefined || jQuery.isEmptyObject( cache ) ) {
|
181
|
+
|
182
|
+
// Support: Chrome <= 35-45+
|
183
|
+
// Webkit & Blink performance suffers when deleting properties
|
184
|
+
// from DOM nodes, so set to undefined instead
|
185
|
+
// https://code.google.com/p/chromium/issues/detail?id=378607
|
186
|
+
if ( owner.nodeType ) {
|
187
|
+
owner[ this.expando ] = undefined;
|
188
|
+
} else {
|
189
|
+
delete owner[ this.expando ];
|
190
|
+
}
|
191
|
+
}
|
192
|
+
},
|
193
|
+
hasData: function( owner ) {
|
194
|
+
var cache = owner[ this.expando ];
|
195
|
+
return cache !== undefined && !jQuery.isEmptyObject( cache );
|
196
|
+
}
|
197
|
+
};
|
198
|
+
|
199
|
+
return Data;
|
200
|
+
} );
|
@@ -0,0 +1,20 @@
|
|
1
|
+
define([
|
2
|
+
"../core"
|
3
|
+
], function( jQuery ) {
|
4
|
+
|
5
|
+
/**
|
6
|
+
* Determines whether an object can have data
|
7
|
+
*/
|
8
|
+
jQuery.acceptData = function( owner ) {
|
9
|
+
// Accepts only:
|
10
|
+
// - Node
|
11
|
+
// - Node.ELEMENT_NODE
|
12
|
+
// - Node.DOCUMENT_NODE
|
13
|
+
// - Object
|
14
|
+
// - Any
|
15
|
+
/* jshint -W018 */
|
16
|
+
return owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType );
|
17
|
+
};
|
18
|
+
|
19
|
+
return jQuery.acceptData;
|
20
|
+
});
|
@@ -0,0 +1,23 @@
|
|
1
|
+
define( [
|
2
|
+
"../var/document",
|
3
|
+
"../var/support"
|
4
|
+
], function( document, support ) {
|
5
|
+
|
6
|
+
( function() {
|
7
|
+
var div = document.createElement( "div" );
|
8
|
+
|
9
|
+
// Support: IE<9
|
10
|
+
support.deleteExpando = true;
|
11
|
+
try {
|
12
|
+
delete div.test;
|
13
|
+
} catch ( e ) {
|
14
|
+
support.deleteExpando = false;
|
15
|
+
}
|
16
|
+
|
17
|
+
// Null elements to avoid leaks in IE.
|
18
|
+
div = null;
|
19
|
+
} )();
|
20
|
+
|
21
|
+
return support;
|
22
|
+
|
23
|
+
} );
|