trusty-cms 3.9.5 → 3.9.6
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.
- checksums.yaml +4 -4
- data/Gemfile +1 -0
- data/Gemfile.lock +56 -69
- data/app/assets/javascripts/admin/assets_admin.js +1 -0
- data/app/assets/javascripts/admin/jquery.ui.widget.js +558 -0
- data/db/migrate/20200117141251_create_admin_users.rb +5 -0
- data/lib/tasks/upgrade_to_devise.rake +1 -1
- data/lib/trusty_cms.rb +1 -1
- data/spec/controllers/welcome_controller_spec.rb +6 -0
- data/spec/dummy/config/application.rb +1 -1
- data/spec/dummy/db/schema.rb +0 -30
- data/spec/features/admin_login_spec.rb +92 -0
- data/spec/features/config_spec.rb +19 -19
- data/spec/features/layouts_spec.rb +26 -26
- data/spec/features/pages_spec.rb +29 -29
- data/spec/fixtures/users.yml +12 -9
- data/spec/models/layout_spec.rb +2 -2
- data/spec/routing/welcome_routing_spec.rb +18 -0
- data/spec/spec_helper.rb +0 -2
- data/trusty_cms.gemspec +2 -2
- metadata +13 -8
- data/spec/dummy/app/assets/config/manifest.js +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 74c35dcc536c36e6a89c8911b66b2cefdf4c557265153ced5a1a1353db4aea9a
|
4
|
+
data.tar.gz: f431899551c85eef3aa5cdadd1ba488293c7fb312fbffd499c9daa857cebdd42
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 27d9a994c75dbb7f45bef014275a9a46434f2502224040b02d74f90e54dd389e077c96bf2a73a82ecca6a77ae2319f77b956aeccb1b611a4236f2dd09d25930b
|
7
|
+
data.tar.gz: 5c5887be8de0f80f64edf6d9c45ad604a2665187ac8b26cad31611d1ee8fab3ca46f8793e162e48b2226b9c805b3b88c4f0dd2c0a23e9b981ebdd276d6ef1bef
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
trusty-cms (3.9.
|
4
|
+
trusty-cms (3.9.6)
|
5
5
|
RedCloth (= 4.3.2)
|
6
6
|
acts_as_list (~> 0.9.5)
|
7
7
|
acts_as_tree (>= 2.6.1, < 2.9.0)
|
@@ -19,11 +19,11 @@ PATH
|
|
19
19
|
rack (~> 2.0.1)
|
20
20
|
rack-cache (~> 1.7)
|
21
21
|
radius (~> 0.7)
|
22
|
-
rails
|
22
|
+
rails (~> 5.2.0)
|
23
23
|
rake (< 13.0)
|
24
24
|
rdoc (>= 5.1, < 7.0)
|
25
25
|
roadie-rails
|
26
|
-
|
26
|
+
sass-rails
|
27
27
|
stringex (>= 2.7.1, < 2.9.0)
|
28
28
|
tzinfo (~> 1.2.3)
|
29
29
|
uglifier (>= 3.2, < 5.0)
|
@@ -34,67 +34,54 @@ GEM
|
|
34
34
|
remote: https://rubygems.org/
|
35
35
|
specs:
|
36
36
|
RedCloth (4.3.2)
|
37
|
-
actioncable (
|
38
|
-
actionpack (=
|
37
|
+
actioncable (5.2.4.1)
|
38
|
+
actionpack (= 5.2.4.1)
|
39
39
|
nio4r (~> 2.0)
|
40
40
|
websocket-driver (>= 0.6.1)
|
41
|
-
|
42
|
-
actionpack (=
|
43
|
-
|
44
|
-
|
45
|
-
activestorage (= 6.0.2.1)
|
46
|
-
activesupport (= 6.0.2.1)
|
47
|
-
mail (>= 2.7.1)
|
48
|
-
actionmailer (6.0.2.1)
|
49
|
-
actionpack (= 6.0.2.1)
|
50
|
-
actionview (= 6.0.2.1)
|
51
|
-
activejob (= 6.0.2.1)
|
41
|
+
actionmailer (5.2.4.1)
|
42
|
+
actionpack (= 5.2.4.1)
|
43
|
+
actionview (= 5.2.4.1)
|
44
|
+
activejob (= 5.2.4.1)
|
52
45
|
mail (~> 2.5, >= 2.5.4)
|
53
46
|
rails-dom-testing (~> 2.0)
|
54
|
-
actionpack (
|
55
|
-
actionview (=
|
56
|
-
activesupport (=
|
47
|
+
actionpack (5.2.4.1)
|
48
|
+
actionview (= 5.2.4.1)
|
49
|
+
activesupport (= 5.2.4.1)
|
57
50
|
rack (~> 2.0, >= 2.0.8)
|
58
51
|
rack-test (>= 0.6.3)
|
59
52
|
rails-dom-testing (~> 2.0)
|
60
|
-
rails-html-sanitizer (~> 1.0, >= 1.2
|
61
|
-
|
62
|
-
|
63
|
-
activerecord (= 6.0.2.1)
|
64
|
-
activestorage (= 6.0.2.1)
|
65
|
-
activesupport (= 6.0.2.1)
|
66
|
-
nokogiri (>= 1.8.5)
|
67
|
-
actionview (6.0.2.1)
|
68
|
-
activesupport (= 6.0.2.1)
|
53
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
54
|
+
actionview (5.2.4.1)
|
55
|
+
activesupport (= 5.2.4.1)
|
69
56
|
builder (~> 3.1)
|
70
57
|
erubi (~> 1.4)
|
71
58
|
rails-dom-testing (~> 2.0)
|
72
|
-
rails-html-sanitizer (~> 1.
|
73
|
-
activejob (
|
74
|
-
activesupport (=
|
59
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
60
|
+
activejob (5.2.4.1)
|
61
|
+
activesupport (= 5.2.4.1)
|
75
62
|
globalid (>= 0.3.6)
|
76
|
-
activemodel (
|
77
|
-
activesupport (=
|
78
|
-
activerecord (
|
79
|
-
activemodel (=
|
80
|
-
activesupport (=
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
activerecord (=
|
63
|
+
activemodel (5.2.4.1)
|
64
|
+
activesupport (= 5.2.4.1)
|
65
|
+
activerecord (5.2.4.1)
|
66
|
+
activemodel (= 5.2.4.1)
|
67
|
+
activesupport (= 5.2.4.1)
|
68
|
+
arel (>= 9.0)
|
69
|
+
activestorage (5.2.4.1)
|
70
|
+
actionpack (= 5.2.4.1)
|
71
|
+
activerecord (= 5.2.4.1)
|
85
72
|
marcel (~> 0.3.1)
|
86
|
-
activesupport (
|
73
|
+
activesupport (5.2.4.1)
|
87
74
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
88
75
|
i18n (>= 0.7, < 2)
|
89
76
|
minitest (~> 5.1)
|
90
77
|
tzinfo (~> 1.1)
|
91
|
-
zeitwerk (~> 2.2)
|
92
78
|
acts_as_list (0.9.19)
|
93
79
|
activerecord (>= 3.0)
|
94
80
|
acts_as_tree (2.8.0)
|
95
81
|
activerecord (>= 3.0.0)
|
96
82
|
addressable (2.7.0)
|
97
83
|
public_suffix (>= 2.0.2, < 5.0)
|
84
|
+
arel (9.0.0)
|
98
85
|
bcrypt (3.1.13)
|
99
86
|
builder (3.2.4)
|
100
87
|
byebug (11.1.1)
|
@@ -114,11 +101,11 @@ GEM
|
|
114
101
|
cocaine (0.6.0)
|
115
102
|
terrapin (= 0.6.0)
|
116
103
|
coderay (1.1.2)
|
117
|
-
concurrent-ruby (1.1.
|
104
|
+
concurrent-ruby (1.1.5)
|
118
105
|
crass (1.0.6)
|
119
106
|
css_parser (1.7.1)
|
120
107
|
addressable
|
121
|
-
database_cleaner (1.
|
108
|
+
database_cleaner (1.7.0)
|
122
109
|
delocalize (1.2.0)
|
123
110
|
rails (>= 2)
|
124
111
|
devise (4.7.1)
|
@@ -137,7 +124,7 @@ GEM
|
|
137
124
|
factory_bot_rails (5.0.2)
|
138
125
|
factory_bot (~> 5.0.2)
|
139
126
|
railties (>= 4.2.0)
|
140
|
-
ffi (1.12.
|
127
|
+
ffi (1.12.1)
|
141
128
|
globalid (0.4.2)
|
142
129
|
activesupport (>= 4.2.0)
|
143
130
|
haml (5.1.2)
|
@@ -190,7 +177,7 @@ GEM
|
|
190
177
|
multipart-post (2.1.1)
|
191
178
|
mysql2 (0.5.3)
|
192
179
|
nio4r (2.5.2)
|
193
|
-
nokogiri (1.10.
|
180
|
+
nokogiri (1.10.7)
|
194
181
|
mini_portile2 (~> 2.4.0)
|
195
182
|
orm_adapter (0.5.0)
|
196
183
|
paperclip (6.1.0)
|
@@ -210,26 +197,24 @@ GEM
|
|
210
197
|
byebug (~> 11.0)
|
211
198
|
pry (~> 0.10)
|
212
199
|
public_suffix (4.0.3)
|
213
|
-
rack (2.0.
|
200
|
+
rack (2.0.8)
|
214
201
|
rack-cache (1.11.0)
|
215
202
|
rack (>= 0.4)
|
216
203
|
rack-test (1.1.0)
|
217
204
|
rack (>= 1.0, < 3)
|
218
205
|
radius (0.7.5)
|
219
|
-
rails (
|
220
|
-
actioncable (=
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
activestorage (= 6.0.2.1)
|
230
|
-
activesupport (= 6.0.2.1)
|
206
|
+
rails (5.2.4.1)
|
207
|
+
actioncable (= 5.2.4.1)
|
208
|
+
actionmailer (= 5.2.4.1)
|
209
|
+
actionpack (= 5.2.4.1)
|
210
|
+
actionview (= 5.2.4.1)
|
211
|
+
activejob (= 5.2.4.1)
|
212
|
+
activemodel (= 5.2.4.1)
|
213
|
+
activerecord (= 5.2.4.1)
|
214
|
+
activestorage (= 5.2.4.1)
|
215
|
+
activesupport (= 5.2.4.1)
|
231
216
|
bundler (>= 1.3.0)
|
232
|
-
railties (=
|
217
|
+
railties (= 5.2.4.1)
|
233
218
|
sprockets-rails (>= 2.0.0)
|
234
219
|
rails-dom-testing (2.0.3)
|
235
220
|
activesupport (>= 4.2.0)
|
@@ -238,15 +223,15 @@ GEM
|
|
238
223
|
loofah (~> 2.3)
|
239
224
|
rails-observers (0.1.5)
|
240
225
|
activemodel (>= 4.0)
|
241
|
-
railties (
|
242
|
-
actionpack (=
|
243
|
-
activesupport (=
|
226
|
+
railties (5.2.4.1)
|
227
|
+
actionpack (= 5.2.4.1)
|
228
|
+
activesupport (= 5.2.4.1)
|
244
229
|
method_source
|
245
230
|
rake (>= 0.8.7)
|
246
|
-
thor (>= 0.
|
231
|
+
thor (>= 0.19.0, < 2.0)
|
247
232
|
rake (12.3.3)
|
248
233
|
rdoc (6.2.1)
|
249
|
-
regexp_parser (1.
|
234
|
+
regexp_parser (1.6.0)
|
250
235
|
responders (3.0.0)
|
251
236
|
actionpack (>= 5.0)
|
252
237
|
railties (>= 5.0)
|
@@ -275,6 +260,8 @@ GEM
|
|
275
260
|
rspec-support (3.9.2)
|
276
261
|
ruby_parser (3.14.2)
|
277
262
|
sexp_processor (~> 4.9)
|
263
|
+
sass-rails (6.0.0)
|
264
|
+
sassc-rails (~> 2.1, >= 2.1.1)
|
278
265
|
sassc (2.2.1)
|
279
266
|
ffi (~> 1.9)
|
280
267
|
sassc-rails (2.1.2)
|
@@ -284,10 +271,10 @@ GEM
|
|
284
271
|
sprockets-rails
|
285
272
|
tilt
|
286
273
|
sexp_processor (4.14.1)
|
287
|
-
simplecov (0.18.
|
274
|
+
simplecov (0.18.0)
|
288
275
|
docile (~> 1.1)
|
289
|
-
simplecov-html (~> 0.11)
|
290
|
-
simplecov-html (0.
|
276
|
+
simplecov-html (~> 0.11.0)
|
277
|
+
simplecov-html (0.11.0)
|
291
278
|
sprockets (4.0.0)
|
292
279
|
concurrent-ruby (~> 1.0)
|
293
280
|
rack (> 1, < 3)
|
@@ -317,7 +304,6 @@ GEM
|
|
317
304
|
will_paginate (3.3.0)
|
318
305
|
xpath (3.2.0)
|
319
306
|
nokogiri (~> 1.8)
|
320
|
-
zeitwerk (2.2.2)
|
321
307
|
|
322
308
|
PLATFORMS
|
323
309
|
ruby
|
@@ -332,6 +318,7 @@ DEPENDENCIES
|
|
332
318
|
pry-byebug
|
333
319
|
rails-observers
|
334
320
|
rspec-rails
|
321
|
+
sass-rails
|
335
322
|
simplecov
|
336
323
|
trusty-cms!
|
337
324
|
trustygems (~> 0.2.0)
|
@@ -10,6 +10,7 @@
|
|
10
10
|
// WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD
|
11
11
|
// GO AFTER THE REQUIRES BELOW.
|
12
12
|
//
|
13
|
+
//= require 'admin/jquery.ui.widget'
|
13
14
|
//= require 'admin/jquery.iframe-transport'
|
14
15
|
//= require 'admin/jquery.fileupload'
|
15
16
|
//= require 'admin/assets'
|
@@ -0,0 +1,558 @@
|
|
1
|
+
/*! jQuery UI - v1.11.1 - 2014-09-17
|
2
|
+
* http://jqueryui.com
|
3
|
+
* Includes: widget.js
|
4
|
+
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
|
5
|
+
|
6
|
+
(function( factory ) {
|
7
|
+
if ( typeof define === "function" && define.amd ) {
|
8
|
+
|
9
|
+
// AMD. Register as an anonymous module.
|
10
|
+
define([ "jquery" ], factory );
|
11
|
+
} else {
|
12
|
+
|
13
|
+
// Browser globals
|
14
|
+
factory( jQuery );
|
15
|
+
}
|
16
|
+
}(function( $ ) {
|
17
|
+
/*!
|
18
|
+
* jQuery UI Widget 1.11.1
|
19
|
+
* http://jqueryui.com
|
20
|
+
*
|
21
|
+
* Copyright 2014 jQuery Foundation and other contributors
|
22
|
+
* Released under the MIT license.
|
23
|
+
* http://jquery.org/license
|
24
|
+
*
|
25
|
+
* http://api.jqueryui.com/jQuery.widget/
|
26
|
+
*/
|
27
|
+
|
28
|
+
|
29
|
+
var widget_uuid = 0,
|
30
|
+
widget_slice = Array.prototype.slice;
|
31
|
+
|
32
|
+
$.cleanData = (function( orig ) {
|
33
|
+
return function( elems ) {
|
34
|
+
var events, elem, i;
|
35
|
+
for ( i = 0; (elem = elems[i]) != null; i++ ) {
|
36
|
+
try {
|
37
|
+
|
38
|
+
// Only trigger remove when necessary to save time
|
39
|
+
events = $._data( elem, "events" );
|
40
|
+
if ( events && events.remove ) {
|
41
|
+
$( elem ).triggerHandler( "remove" );
|
42
|
+
}
|
43
|
+
|
44
|
+
// http://bugs.jquery.com/ticket/8235
|
45
|
+
} catch( e ) {}
|
46
|
+
}
|
47
|
+
orig( elems );
|
48
|
+
};
|
49
|
+
})( $.cleanData );
|
50
|
+
|
51
|
+
$.widget = function( name, base, prototype ) {
|
52
|
+
var fullName, existingConstructor, constructor, basePrototype,
|
53
|
+
// proxiedPrototype allows the provided prototype to remain unmodified
|
54
|
+
// so that it can be used as a mixin for multiple widgets (#8876)
|
55
|
+
proxiedPrototype = {},
|
56
|
+
namespace = name.split( "." )[ 0 ];
|
57
|
+
|
58
|
+
name = name.split( "." )[ 1 ];
|
59
|
+
fullName = namespace + "-" + name;
|
60
|
+
|
61
|
+
if ( !prototype ) {
|
62
|
+
prototype = base;
|
63
|
+
base = $.Widget;
|
64
|
+
}
|
65
|
+
|
66
|
+
// create selector for plugin
|
67
|
+
$.expr[ ":" ][ fullName.toLowerCase() ] = function( elem ) {
|
68
|
+
return !!$.data( elem, fullName );
|
69
|
+
};
|
70
|
+
|
71
|
+
$[ namespace ] = $[ namespace ] || {};
|
72
|
+
existingConstructor = $[ namespace ][ name ];
|
73
|
+
constructor = $[ namespace ][ name ] = function( options, element ) {
|
74
|
+
// allow instantiation without "new" keyword
|
75
|
+
if ( !this._createWidget ) {
|
76
|
+
return new constructor( options, element );
|
77
|
+
}
|
78
|
+
|
79
|
+
// allow instantiation without initializing for simple inheritance
|
80
|
+
// must use "new" keyword (the code above always passes args)
|
81
|
+
if ( arguments.length ) {
|
82
|
+
this._createWidget( options, element );
|
83
|
+
}
|
84
|
+
};
|
85
|
+
// extend with the existing constructor to carry over any static properties
|
86
|
+
$.extend( constructor, existingConstructor, {
|
87
|
+
version: prototype.version,
|
88
|
+
// copy the object used to create the prototype in case we need to
|
89
|
+
// redefine the widget later
|
90
|
+
_proto: $.extend( {}, prototype ),
|
91
|
+
// track widgets that inherit from this widget in case this widget is
|
92
|
+
// redefined after a widget inherits from it
|
93
|
+
_childConstructors: []
|
94
|
+
});
|
95
|
+
|
96
|
+
basePrototype = new base();
|
97
|
+
// we need to make the options hash a property directly on the new instance
|
98
|
+
// otherwise we'll modify the options hash on the prototype that we're
|
99
|
+
// inheriting from
|
100
|
+
basePrototype.options = $.widget.extend( {}, basePrototype.options );
|
101
|
+
$.each( prototype, function( prop, value ) {
|
102
|
+
if ( !$.isFunction( value ) ) {
|
103
|
+
proxiedPrototype[ prop ] = value;
|
104
|
+
return;
|
105
|
+
}
|
106
|
+
proxiedPrototype[ prop ] = (function() {
|
107
|
+
var _super = function() {
|
108
|
+
return base.prototype[ prop ].apply( this, arguments );
|
109
|
+
},
|
110
|
+
_superApply = function( args ) {
|
111
|
+
return base.prototype[ prop ].apply( this, args );
|
112
|
+
};
|
113
|
+
return function() {
|
114
|
+
var __super = this._super,
|
115
|
+
__superApply = this._superApply,
|
116
|
+
returnValue;
|
117
|
+
|
118
|
+
this._super = _super;
|
119
|
+
this._superApply = _superApply;
|
120
|
+
|
121
|
+
returnValue = value.apply( this, arguments );
|
122
|
+
|
123
|
+
this._super = __super;
|
124
|
+
this._superApply = __superApply;
|
125
|
+
|
126
|
+
return returnValue;
|
127
|
+
};
|
128
|
+
})();
|
129
|
+
});
|
130
|
+
constructor.prototype = $.widget.extend( basePrototype, {
|
131
|
+
// TODO: remove support for widgetEventPrefix
|
132
|
+
// always use the name + a colon as the prefix, e.g., draggable:start
|
133
|
+
// don't prefix for widgets that aren't DOM-based
|
134
|
+
widgetEventPrefix: existingConstructor ? (basePrototype.widgetEventPrefix || name) : name
|
135
|
+
}, proxiedPrototype, {
|
136
|
+
constructor: constructor,
|
137
|
+
namespace: namespace,
|
138
|
+
widgetName: name,
|
139
|
+
widgetFullName: fullName
|
140
|
+
});
|
141
|
+
|
142
|
+
// If this widget is being redefined then we need to find all widgets that
|
143
|
+
// are inheriting from it and redefine all of them so that they inherit from
|
144
|
+
// the new version of this widget. We're essentially trying to replace one
|
145
|
+
// level in the prototype chain.
|
146
|
+
if ( existingConstructor ) {
|
147
|
+
$.each( existingConstructor._childConstructors, function( i, child ) {
|
148
|
+
var childPrototype = child.prototype;
|
149
|
+
|
150
|
+
// redefine the child widget using the same prototype that was
|
151
|
+
// originally used, but inherit from the new version of the base
|
152
|
+
$.widget( childPrototype.namespace + "." + childPrototype.widgetName, constructor, child._proto );
|
153
|
+
});
|
154
|
+
// remove the list of existing child constructors from the old constructor
|
155
|
+
// so the old child constructors can be garbage collected
|
156
|
+
delete existingConstructor._childConstructors;
|
157
|
+
} else {
|
158
|
+
base._childConstructors.push( constructor );
|
159
|
+
}
|
160
|
+
|
161
|
+
$.widget.bridge( name, constructor );
|
162
|
+
|
163
|
+
return constructor;
|
164
|
+
};
|
165
|
+
|
166
|
+
$.widget.extend = function( target ) {
|
167
|
+
var input = widget_slice.call( arguments, 1 ),
|
168
|
+
inputIndex = 0,
|
169
|
+
inputLength = input.length,
|
170
|
+
key,
|
171
|
+
value;
|
172
|
+
for ( ; inputIndex < inputLength; inputIndex++ ) {
|
173
|
+
for ( key in input[ inputIndex ] ) {
|
174
|
+
value = input[ inputIndex ][ key ];
|
175
|
+
if ( input[ inputIndex ].hasOwnProperty( key ) && value !== undefined ) {
|
176
|
+
// Clone objects
|
177
|
+
if ( $.isPlainObject( value ) ) {
|
178
|
+
target[ key ] = $.isPlainObject( target[ key ] ) ?
|
179
|
+
$.widget.extend( {}, target[ key ], value ) :
|
180
|
+
// Don't extend strings, arrays, etc. with objects
|
181
|
+
$.widget.extend( {}, value );
|
182
|
+
// Copy everything else by reference
|
183
|
+
} else {
|
184
|
+
target[ key ] = value;
|
185
|
+
}
|
186
|
+
}
|
187
|
+
}
|
188
|
+
}
|
189
|
+
return target;
|
190
|
+
};
|
191
|
+
|
192
|
+
$.widget.bridge = function( name, object ) {
|
193
|
+
var fullName = object.prototype.widgetFullName || name;
|
194
|
+
$.fn[ name ] = function( options ) {
|
195
|
+
var isMethodCall = typeof options === "string",
|
196
|
+
args = widget_slice.call( arguments, 1 ),
|
197
|
+
returnValue = this;
|
198
|
+
|
199
|
+
// allow multiple hashes to be passed on init
|
200
|
+
options = !isMethodCall && args.length ?
|
201
|
+
$.widget.extend.apply( null, [ options ].concat(args) ) :
|
202
|
+
options;
|
203
|
+
|
204
|
+
if ( isMethodCall ) {
|
205
|
+
this.each(function() {
|
206
|
+
var methodValue,
|
207
|
+
instance = $.data( this, fullName );
|
208
|
+
if ( options === "instance" ) {
|
209
|
+
returnValue = instance;
|
210
|
+
return false;
|
211
|
+
}
|
212
|
+
if ( !instance ) {
|
213
|
+
return $.error( "cannot call methods on " + name + " prior to initialization; " +
|
214
|
+
"attempted to call method '" + options + "'" );
|
215
|
+
}
|
216
|
+
if ( !$.isFunction( instance[options] ) || options.charAt( 0 ) === "_" ) {
|
217
|
+
return $.error( "no such method '" + options + "' for " + name + " widget instance" );
|
218
|
+
}
|
219
|
+
methodValue = instance[ options ].apply( instance, args );
|
220
|
+
if ( methodValue !== instance && methodValue !== undefined ) {
|
221
|
+
returnValue = methodValue && methodValue.jquery ?
|
222
|
+
returnValue.pushStack( methodValue.get() ) :
|
223
|
+
methodValue;
|
224
|
+
return false;
|
225
|
+
}
|
226
|
+
});
|
227
|
+
} else {
|
228
|
+
this.each(function() {
|
229
|
+
var instance = $.data( this, fullName );
|
230
|
+
if ( instance ) {
|
231
|
+
instance.option( options || {} );
|
232
|
+
if ( instance._init ) {
|
233
|
+
instance._init();
|
234
|
+
}
|
235
|
+
} else {
|
236
|
+
$.data( this, fullName, new object( options, this ) );
|
237
|
+
}
|
238
|
+
});
|
239
|
+
}
|
240
|
+
|
241
|
+
return returnValue;
|
242
|
+
};
|
243
|
+
};
|
244
|
+
|
245
|
+
$.Widget = function( /* options, element */ ) {};
|
246
|
+
$.Widget._childConstructors = [];
|
247
|
+
|
248
|
+
$.Widget.prototype = {
|
249
|
+
widgetName: "widget",
|
250
|
+
widgetEventPrefix: "",
|
251
|
+
defaultElement: "<div>",
|
252
|
+
options: {
|
253
|
+
disabled: false,
|
254
|
+
|
255
|
+
// callbacks
|
256
|
+
create: null
|
257
|
+
},
|
258
|
+
_createWidget: function( options, element ) {
|
259
|
+
element = $( element || this.defaultElement || this )[ 0 ];
|
260
|
+
this.element = $( element );
|
261
|
+
this.uuid = widget_uuid++;
|
262
|
+
this.eventNamespace = "." + this.widgetName + this.uuid;
|
263
|
+
this.options = $.widget.extend( {},
|
264
|
+
this.options,
|
265
|
+
this._getCreateOptions(),
|
266
|
+
options );
|
267
|
+
|
268
|
+
this.bindings = $();
|
269
|
+
this.hoverable = $();
|
270
|
+
this.focusable = $();
|
271
|
+
|
272
|
+
if ( element !== this ) {
|
273
|
+
$.data( element, this.widgetFullName, this );
|
274
|
+
this._on( true, this.element, {
|
275
|
+
remove: function( event ) {
|
276
|
+
if ( event.target === element ) {
|
277
|
+
this.destroy();
|
278
|
+
}
|
279
|
+
}
|
280
|
+
});
|
281
|
+
this.document = $( element.style ?
|
282
|
+
// element within the document
|
283
|
+
element.ownerDocument :
|
284
|
+
// element is window or document
|
285
|
+
element.document || element );
|
286
|
+
this.window = $( this.document[0].defaultView || this.document[0].parentWindow );
|
287
|
+
}
|
288
|
+
|
289
|
+
this._create();
|
290
|
+
this._trigger( "create", null, this._getCreateEventData() );
|
291
|
+
this._init();
|
292
|
+
},
|
293
|
+
_getCreateOptions: $.noop,
|
294
|
+
_getCreateEventData: $.noop,
|
295
|
+
_create: $.noop,
|
296
|
+
_init: $.noop,
|
297
|
+
|
298
|
+
destroy: function() {
|
299
|
+
this._destroy();
|
300
|
+
// we can probably remove the unbind calls in 2.0
|
301
|
+
// all event bindings should go through this._on()
|
302
|
+
this.element
|
303
|
+
.unbind( this.eventNamespace )
|
304
|
+
.removeData( this.widgetFullName )
|
305
|
+
// support: jquery <1.6.3
|
306
|
+
// http://bugs.jquery.com/ticket/9413
|
307
|
+
.removeData( $.camelCase( this.widgetFullName ) );
|
308
|
+
this.widget()
|
309
|
+
.unbind( this.eventNamespace )
|
310
|
+
.removeAttr( "aria-disabled" )
|
311
|
+
.removeClass(
|
312
|
+
this.widgetFullName + "-disabled " +
|
313
|
+
"ui-state-disabled" );
|
314
|
+
|
315
|
+
// clean up events and states
|
316
|
+
this.bindings.unbind( this.eventNamespace );
|
317
|
+
this.hoverable.removeClass( "ui-state-hover" );
|
318
|
+
this.focusable.removeClass( "ui-state-focus" );
|
319
|
+
},
|
320
|
+
_destroy: $.noop,
|
321
|
+
|
322
|
+
widget: function() {
|
323
|
+
return this.element;
|
324
|
+
},
|
325
|
+
|
326
|
+
option: function( key, value ) {
|
327
|
+
var options = key,
|
328
|
+
parts,
|
329
|
+
curOption,
|
330
|
+
i;
|
331
|
+
|
332
|
+
if ( arguments.length === 0 ) {
|
333
|
+
// don't return a reference to the internal hash
|
334
|
+
return $.widget.extend( {}, this.options );
|
335
|
+
}
|
336
|
+
|
337
|
+
if ( typeof key === "string" ) {
|
338
|
+
// handle nested keys, e.g., "foo.bar" => { foo: { bar: ___ } }
|
339
|
+
options = {};
|
340
|
+
parts = key.split( "." );
|
341
|
+
key = parts.shift();
|
342
|
+
if ( parts.length ) {
|
343
|
+
curOption = options[ key ] = $.widget.extend( {}, this.options[ key ] );
|
344
|
+
for ( i = 0; i < parts.length - 1; i++ ) {
|
345
|
+
curOption[ parts[ i ] ] = curOption[ parts[ i ] ] || {};
|
346
|
+
curOption = curOption[ parts[ i ] ];
|
347
|
+
}
|
348
|
+
key = parts.pop();
|
349
|
+
if ( arguments.length === 1 ) {
|
350
|
+
return curOption[ key ] === undefined ? null : curOption[ key ];
|
351
|
+
}
|
352
|
+
curOption[ key ] = value;
|
353
|
+
} else {
|
354
|
+
if ( arguments.length === 1 ) {
|
355
|
+
return this.options[ key ] === undefined ? null : this.options[ key ];
|
356
|
+
}
|
357
|
+
options[ key ] = value;
|
358
|
+
}
|
359
|
+
}
|
360
|
+
|
361
|
+
this._setOptions( options );
|
362
|
+
|
363
|
+
return this;
|
364
|
+
},
|
365
|
+
_setOptions: function( options ) {
|
366
|
+
var key;
|
367
|
+
|
368
|
+
for ( key in options ) {
|
369
|
+
this._setOption( key, options[ key ] );
|
370
|
+
}
|
371
|
+
|
372
|
+
return this;
|
373
|
+
},
|
374
|
+
_setOption: function( key, value ) {
|
375
|
+
this.options[ key ] = value;
|
376
|
+
|
377
|
+
if ( key === "disabled" ) {
|
378
|
+
this.widget()
|
379
|
+
.toggleClass( this.widgetFullName + "-disabled", !!value );
|
380
|
+
|
381
|
+
// If the widget is becoming disabled, then nothing is interactive
|
382
|
+
if ( value ) {
|
383
|
+
this.hoverable.removeClass( "ui-state-hover" );
|
384
|
+
this.focusable.removeClass( "ui-state-focus" );
|
385
|
+
}
|
386
|
+
}
|
387
|
+
|
388
|
+
return this;
|
389
|
+
},
|
390
|
+
|
391
|
+
enable: function() {
|
392
|
+
return this._setOptions({ disabled: false });
|
393
|
+
},
|
394
|
+
disable: function() {
|
395
|
+
return this._setOptions({ disabled: true });
|
396
|
+
},
|
397
|
+
|
398
|
+
_on: function( suppressDisabledCheck, element, handlers ) {
|
399
|
+
var delegateElement,
|
400
|
+
instance = this;
|
401
|
+
|
402
|
+
// no suppressDisabledCheck flag, shuffle arguments
|
403
|
+
if ( typeof suppressDisabledCheck !== "boolean" ) {
|
404
|
+
handlers = element;
|
405
|
+
element = suppressDisabledCheck;
|
406
|
+
suppressDisabledCheck = false;
|
407
|
+
}
|
408
|
+
|
409
|
+
// no element argument, shuffle and use this.element
|
410
|
+
if ( !handlers ) {
|
411
|
+
handlers = element;
|
412
|
+
element = this.element;
|
413
|
+
delegateElement = this.widget();
|
414
|
+
} else {
|
415
|
+
element = delegateElement = $( element );
|
416
|
+
this.bindings = this.bindings.add( element );
|
417
|
+
}
|
418
|
+
|
419
|
+
$.each( handlers, function( event, handler ) {
|
420
|
+
function handlerProxy() {
|
421
|
+
// allow widgets to customize the disabled handling
|
422
|
+
// - disabled as an array instead of boolean
|
423
|
+
// - disabled class as method for disabling individual parts
|
424
|
+
if ( !suppressDisabledCheck &&
|
425
|
+
( instance.options.disabled === true ||
|
426
|
+
$( this ).hasClass( "ui-state-disabled" ) ) ) {
|
427
|
+
return;
|
428
|
+
}
|
429
|
+
return ( typeof handler === "string" ? instance[ handler ] : handler )
|
430
|
+
.apply( instance, arguments );
|
431
|
+
}
|
432
|
+
|
433
|
+
// copy the guid so direct unbinding works
|
434
|
+
if ( typeof handler !== "string" ) {
|
435
|
+
handlerProxy.guid = handler.guid =
|
436
|
+
handler.guid || handlerProxy.guid || $.guid++;
|
437
|
+
}
|
438
|
+
|
439
|
+
var match = event.match( /^([\w:-]*)\s*(.*)$/ ),
|
440
|
+
eventName = match[1] + instance.eventNamespace,
|
441
|
+
selector = match[2];
|
442
|
+
if ( selector ) {
|
443
|
+
delegateElement.delegate( selector, eventName, handlerProxy );
|
444
|
+
} else {
|
445
|
+
element.bind( eventName, handlerProxy );
|
446
|
+
}
|
447
|
+
});
|
448
|
+
},
|
449
|
+
|
450
|
+
_off: function( element, eventName ) {
|
451
|
+
eventName = (eventName || "").split( " " ).join( this.eventNamespace + " " ) + this.eventNamespace;
|
452
|
+
element.unbind( eventName ).undelegate( eventName );
|
453
|
+
},
|
454
|
+
|
455
|
+
_delay: function( handler, delay ) {
|
456
|
+
function handlerProxy() {
|
457
|
+
return ( typeof handler === "string" ? instance[ handler ] : handler )
|
458
|
+
.apply( instance, arguments );
|
459
|
+
}
|
460
|
+
var instance = this;
|
461
|
+
return setTimeout( handlerProxy, delay || 0 );
|
462
|
+
},
|
463
|
+
|
464
|
+
_hoverable: function( element ) {
|
465
|
+
this.hoverable = this.hoverable.add( element );
|
466
|
+
this._on( element, {
|
467
|
+
mouseenter: function( event ) {
|
468
|
+
$( event.currentTarget ).addClass( "ui-state-hover" );
|
469
|
+
},
|
470
|
+
mouseleave: function( event ) {
|
471
|
+
$( event.currentTarget ).removeClass( "ui-state-hover" );
|
472
|
+
}
|
473
|
+
});
|
474
|
+
},
|
475
|
+
|
476
|
+
_focusable: function( element ) {
|
477
|
+
this.focusable = this.focusable.add( element );
|
478
|
+
this._on( element, {
|
479
|
+
focusin: function( event ) {
|
480
|
+
$( event.currentTarget ).addClass( "ui-state-focus" );
|
481
|
+
},
|
482
|
+
focusout: function( event ) {
|
483
|
+
$( event.currentTarget ).removeClass( "ui-state-focus" );
|
484
|
+
}
|
485
|
+
});
|
486
|
+
},
|
487
|
+
|
488
|
+
_trigger: function( type, event, data ) {
|
489
|
+
var prop, orig,
|
490
|
+
callback = this.options[ type ];
|
491
|
+
|
492
|
+
data = data || {};
|
493
|
+
event = $.Event( event );
|
494
|
+
event.type = ( type === this.widgetEventPrefix ?
|
495
|
+
type :
|
496
|
+
this.widgetEventPrefix + type ).toLowerCase();
|
497
|
+
// the original event may come from any element
|
498
|
+
// so we need to reset the target on the new event
|
499
|
+
event.target = this.element[ 0 ];
|
500
|
+
|
501
|
+
// copy original event properties over to the new event
|
502
|
+
orig = event.originalEvent;
|
503
|
+
if ( orig ) {
|
504
|
+
for ( prop in orig ) {
|
505
|
+
if ( !( prop in event ) ) {
|
506
|
+
event[ prop ] = orig[ prop ];
|
507
|
+
}
|
508
|
+
}
|
509
|
+
}
|
510
|
+
|
511
|
+
this.element.trigger( event, data );
|
512
|
+
return !( $.isFunction( callback ) &&
|
513
|
+
callback.apply( this.element[0], [ event ].concat( data ) ) === false ||
|
514
|
+
event.isDefaultPrevented() );
|
515
|
+
}
|
516
|
+
};
|
517
|
+
|
518
|
+
$.each( { show: "fadeIn", hide: "fadeOut" }, function( method, defaultEffect ) {
|
519
|
+
$.Widget.prototype[ "_" + method ] = function( element, options, callback ) {
|
520
|
+
if ( typeof options === "string" ) {
|
521
|
+
options = { effect: options };
|
522
|
+
}
|
523
|
+
var hasOptions,
|
524
|
+
effectName = !options ?
|
525
|
+
method :
|
526
|
+
options === true || typeof options === "number" ?
|
527
|
+
defaultEffect :
|
528
|
+
options.effect || defaultEffect;
|
529
|
+
options = options || {};
|
530
|
+
if ( typeof options === "number" ) {
|
531
|
+
options = { duration: options };
|
532
|
+
}
|
533
|
+
hasOptions = !$.isEmptyObject( options );
|
534
|
+
options.complete = callback;
|
535
|
+
if ( options.delay ) {
|
536
|
+
element.delay( options.delay );
|
537
|
+
}
|
538
|
+
if ( hasOptions && $.effects && $.effects.effect[ effectName ] ) {
|
539
|
+
element[ method ]( options );
|
540
|
+
} else if ( effectName !== method && element[ effectName ] ) {
|
541
|
+
element[ effectName ]( options.duration, options.easing, callback );
|
542
|
+
} else {
|
543
|
+
element.queue(function( next ) {
|
544
|
+
$( this )[ method ]();
|
545
|
+
if ( callback ) {
|
546
|
+
callback.call( element[ 0 ] );
|
547
|
+
}
|
548
|
+
next();
|
549
|
+
});
|
550
|
+
}
|
551
|
+
};
|
552
|
+
});
|
553
|
+
|
554
|
+
var widget = $.widget;
|
555
|
+
|
556
|
+
|
557
|
+
|
558
|
+
}));
|