sencha-touch-rails 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b433c432852fb3df752bdecc045378233d120676
4
- data.tar.gz: a6ce00121bb0b3ef29b9d6c40596ec500a69d3e4
3
+ metadata.gz: b76a77600449c8b53f45abf3c061779900239dd3
4
+ data.tar.gz: 8743dfc64647e0fd31240fd59781b9079846aca6
5
5
  SHA512:
6
- metadata.gz: f5dac96278eb4e8b60a5f15638f012af36ce8f685f6f474215f881346547e3e9556d702f112121b92a4a5f7a6bc106f2f76c9c362e9e75c94e3d6699915afaf3
7
- data.tar.gz: 32959938afbb7b16b0bdc4456c97e6ab588a2a24ea614d52f6dbc7abc3eb4510fa0712ebf73ecdfbd5b344d3837b6709ac2769dbd30a8fcde9383e000fd867f0
6
+ metadata.gz: d6b18183c4619dea5679eb4aed2d8254e283d92bdc3d6af0940cc31f2379d0c62ff35ca8007bbd1605e93734f3ecddb5e609fe9817c1c28f2b29284fcaaadb28
7
+ data.tar.gz: 54dab1382da842ace6bce118a66340e22d888a3c9c93398c3a7e961d6101fecdbe213ae47cee9010f5c0c12ac657f3938aec1bc6e9582427f4a618fe04f73403
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 2.0.1
2
+ - Include alternative mappings
3
+
1
4
  ## 2.0.0
2
5
 
3
6
  - Sencha Touch 2.4.1 GPL
data/Gemfile.lock CHANGED
@@ -1,63 +1,35 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sencha-touch-rails (1.0.2)
5
- railties (>= 3.2.1, < 5.0)
4
+ sencha-touch-rails (2.0.0)
5
+ compass (>= 1.0.1)
6
+ compass-blueprint (>= 1.0.0)
6
7
 
7
8
  GEM
8
9
  remote: https://rubygems.org/
9
10
  specs:
10
- actionpack (4.2.0)
11
- actionview (= 4.2.0)
12
- activesupport (= 4.2.0)
13
- rack (~> 1.6.0)
14
- rack-test (~> 0.6.2)
15
- rails-dom-testing (~> 1.0, >= 1.0.5)
16
- rails-html-sanitizer (~> 1.0, >= 1.0.1)
17
- actionview (4.2.0)
18
- activesupport (= 4.2.0)
19
- builder (~> 3.1)
20
- erubis (~> 2.7.0)
21
- rails-dom-testing (~> 1.0, >= 1.0.5)
22
- rails-html-sanitizer (~> 1.0, >= 1.0.1)
23
- activesupport (4.2.0)
24
- i18n (~> 0.7)
25
- json (~> 1.7, >= 1.7.7)
26
- minitest (~> 5.1)
27
- thread_safe (~> 0.3, >= 0.3.4)
28
- tzinfo (~> 1.1)
29
- builder (3.2.2)
30
- erubis (2.7.0)
31
- i18n (0.7.0)
32
- json (1.8.1)
33
- loofah (2.0.1)
34
- nokogiri (>= 1.5.9)
35
- mini_portile (0.6.1)
36
- minitest (5.5.0)
37
- nokogiri (1.6.5)
38
- mini_portile (~> 0.6.0)
39
- rack (1.6.0)
40
- rack-test (0.6.2)
41
- rack (>= 1.0)
42
- rails-deprecated_sanitizer (1.0.3)
43
- activesupport (>= 4.2.0.alpha)
44
- rails-dom-testing (1.0.5)
45
- activesupport (>= 4.2.0.beta, < 5.0)
46
- nokogiri (~> 1.6.0)
47
- rails-deprecated_sanitizer (>= 1.0.1)
48
- rails-html-sanitizer (1.0.1)
49
- loofah (~> 2.0)
50
- railties (4.2.0)
51
- actionpack (= 4.2.0)
52
- activesupport (= 4.2.0)
53
- rake (>= 0.8.7)
54
- thor (>= 0.18.1, < 2.0)
55
- rake (10.4.2)
11
+ chunky_png (1.3.3)
12
+ compass (1.0.1)
13
+ chunky_png (~> 1.2)
14
+ compass-core (~> 1.0.1)
15
+ compass-import-once (~> 1.0.5)
16
+ rb-fsevent (>= 0.9.3)
17
+ rb-inotify (>= 0.9)
18
+ sass (>= 3.3.13, < 3.5)
19
+ compass-blueprint (1.0.0)
20
+ compass
21
+ compass-core (1.0.1)
22
+ multi_json (~> 1.0)
23
+ sass (>= 3.3.0, < 3.5)
24
+ compass-import-once (1.0.5)
25
+ sass (>= 3.2, < 3.5)
26
+ ffi (1.9.6)
27
+ multi_json (1.10.1)
28
+ rb-fsevent (0.9.4)
29
+ rb-inotify (0.9.5)
30
+ ffi (>= 0.5.0)
56
31
  rubyzip (1.1.6)
57
- thor (0.19.1)
58
- thread_safe (0.3.4)
59
- tzinfo (1.2.2)
60
- thread_safe (~> 0.1)
32
+ sass (3.4.9)
61
33
 
62
34
  PLATFORMS
63
35
  ruby
data/README.md CHANGED
@@ -14,7 +14,7 @@ And then execute:
14
14
 
15
15
  $ bundle install
16
16
 
17
- Keep in mind that Sencha Touch GPL is downloaded during the gem instalation and can take a long time. You can monitor download progress by install it yourself as:
17
+ Keep in mind that Sencha Touch GPL is downloaded during the gem installation and can take a long time. You can monitor download progress by install it yourself as:
18
18
 
19
19
  $ gem install sencha-touch-rails --verbose
20
20
 
@@ -88,4 +88,14 @@ Simple usage with coffee script:
88
88
  iconCls: 'settings',
89
89
  html: "Settings"
90
90
  }
91
- ]
91
+ ]
92
+
93
+ An article about sencha-touch-rails:
94
+ [https://alexvangelov.wordpress.com/2014/12/26/sencha-touch-rails](https://alexvangelov.wordpress.com/2014/12/26/sencha-touch-rails)
95
+
96
+ ## Work in progress:
97
+
98
+ In production environment Ext.Loader is not able to load dependencies since they are not included in Sprockets. Even if we pass all Sencha Touch source files to sprockets and compile them, Ext.Loader is not compatible with production hashed file names. Workaround is to put manually Sencha Touch javascript sources in `public/assets/sencha-touch`. There should be a way to extract Ext dependencies list in ruby, then sencha-touch-rails will be able to add it as required assets for compilation. This way we should have an optimized application specific Sencha Touch framework in both development and production environments.
99
+
100
+ ### A hint:
101
+ You can see Sencha Touch loaded dependencies from browser's console by executing: `for(i in Ext.Loader.history){ console.log(Ext.Loader.getPath(Ext.Loader.history[i])); }` and add them manually to the application.js before going to production.
@@ -2,9 +2,7 @@
2
2
  module SenchaTouch
3
3
  module Rails
4
4
  class Engine < ::Rails::Engine
5
- initializer "add compass assets" do |app|
6
- #Rails.application.config.assets.precompile += %w{ bookmarklet.css }
7
- #Rails.application.config.assets.precompile += %w{ bookmarklet.js }
5
+ initializer "add assets" do |app|
8
6
  app.config.assets.paths << "#{Gem.loaded_specs['compass-core'].full_gem_path}/stylesheets"
9
7
  app.config.assets.paths << "#{Gem.loaded_specs['compass-blueprint'].full_gem_path}/framework/blueprint/stylesheets"
10
8
  app.config.assets.paths << root.join("vendor", "compass-recipes", "stylesheets")
@@ -1,6 +1,6 @@
1
1
  module SenchaTouch
2
2
  module Rails
3
- VERSION = "2.0.0"
4
- SENCHA_TOUC_VERSION = "2.4.1"
3
+ VERSION = "2.0.1"
4
+ SENCHA_TOUCH_VERSION = "2.4.1 GPL"
5
5
  end
6
6
  end
@@ -1,5 +1,5 @@
1
1
  /*
2
- This file includes Senchca Touch javascrip files in Rails Asset Pipeline
2
+ This file includes Senchca Touch javascript files in Rails Asset Pipeline
3
3
  @author Alex Vangelov <email@data.bg>
4
4
 
5
5
  GNU General Public License Usage
@@ -44,6 +44,1686 @@ at http://www.sencha.com/contact.
44
44
  //= require sencha-touch/dom/Element.style
45
45
  //= require sencha-touch/dom/Element.traversal
46
46
  //= require sencha-touch/dom/CompositeElementLite
47
+ Ext.ClassManager.addNameAlternateMappings({
48
+ "Ext.AbstractComponent": [],
49
+ "Ext.AbstractManager": [],
50
+ "Ext.AbstractPlugin": [],
51
+ "Ext.ActionSheet": [],
52
+ "Ext.Ajax": [],
53
+ "Ext.Anim": [],
54
+ "Ext.AnimationQueue": [],
55
+ "Ext.Audio": [],
56
+ "Ext.BingMap": [],
57
+ "Ext.Button": [],
58
+ "Ext.Component": [
59
+ "Ext.lib.Component"
60
+ ],
61
+ "Ext.ComponentManager": [
62
+ "Ext.ComponentMgr"
63
+ ],
64
+ "Ext.ComponentQuery": [],
65
+ "Ext.Container": [
66
+ "Ext.lib.Container"
67
+ ],
68
+ "Ext.Decorator": [],
69
+ "Ext.Evented": [
70
+ "Ext.EventedBase"
71
+ ],
72
+ "Ext.Img": [],
73
+ "Ext.ItemCollection": [],
74
+ "Ext.Label": [],
75
+ "Ext.LoadMask": [],
76
+ "Ext.Map": [],
77
+ "Ext.Mask": [],
78
+ "Ext.Media": [],
79
+ "Ext.Menu": [],
80
+ "Ext.MessageBox": [],
81
+ "Ext.Panel": [
82
+ "Ext.lib.Panel"
83
+ ],
84
+ "Ext.ProgressIndicator": [],
85
+ "Ext.Promise": [],
86
+ "Ext.SegmentedButton": [],
87
+ "Ext.Sheet": [],
88
+ "Ext.Sortable": [],
89
+ "Ext.Spacer": [],
90
+ "Ext.TaskQueue": [],
91
+ "Ext.Template": [],
92
+ "Ext.Title": [],
93
+ "Ext.TitleBar": [],
94
+ "Ext.Toast": [],
95
+ "Ext.Toolbar": [],
96
+ "Ext.Video": [],
97
+ "Ext.XTemplate": [],
98
+ "Ext.XTemplateCompiler": [],
99
+ "Ext.XTemplateParser": [],
100
+ "Ext.app.Action": [],
101
+ "Ext.app.Application": [],
102
+ "Ext.app.Controller": [],
103
+ "Ext.app.History": [],
104
+ "Ext.app.Profile": [],
105
+ "Ext.app.Route": [],
106
+ "Ext.app.Router": [],
107
+ "Ext.behavior.Behavior": [],
108
+ "Ext.behavior.Draggable": [],
109
+ "Ext.behavior.Scrollable": [],
110
+ "Ext.behavior.Translatable": [],
111
+ "Ext.carousel.Carousel": [
112
+ "Ext.Carousel"
113
+ ],
114
+ "Ext.carousel.Indicator": [
115
+ "Ext.Carousel.Indicator"
116
+ ],
117
+ "Ext.carousel.Infinite": [],
118
+ "Ext.carousel.Item": [],
119
+ "Ext.chart.AbstractChart": [],
120
+ "Ext.chart.CartesianChart": [
121
+ "Ext.chart.Chart"
122
+ ],
123
+ "Ext.chart.Legend": [],
124
+ "Ext.chart.MarkerHolder": [],
125
+ "Ext.chart.Markers": [],
126
+ "Ext.chart.PolarChart": [],
127
+ "Ext.chart.SpaceFillingChart": [],
128
+ "Ext.chart.axis.Axis": [],
129
+ "Ext.chart.axis.Category": [],
130
+ "Ext.chart.axis.Numeric": [],
131
+ "Ext.chart.axis.Time": [],
132
+ "Ext.chart.axis.layout.CombineDuplicate": [],
133
+ "Ext.chart.axis.layout.Continuous": [],
134
+ "Ext.chart.axis.layout.Discrete": [],
135
+ "Ext.chart.axis.layout.Layout": [],
136
+ "Ext.chart.axis.segmenter.Names": [],
137
+ "Ext.chart.axis.segmenter.Numeric": [],
138
+ "Ext.chart.axis.segmenter.Segmenter": [],
139
+ "Ext.chart.axis.segmenter.Time": [],
140
+ "Ext.chart.axis.sprite.Axis": [],
141
+ "Ext.chart.grid.CircularGrid": [],
142
+ "Ext.chart.grid.HorizontalGrid": [],
143
+ "Ext.chart.grid.RadialGrid": [],
144
+ "Ext.chart.grid.VerticalGrid": [],
145
+ "Ext.chart.interactions.Abstract": [],
146
+ "Ext.chart.interactions.CrossZoom": [],
147
+ "Ext.chart.interactions.Crosshair": [],
148
+ "Ext.chart.interactions.ItemHighlight": [],
149
+ "Ext.chart.interactions.ItemInfo": [],
150
+ "Ext.chart.interactions.PanZoom": [],
151
+ "Ext.chart.interactions.Rotate": [],
152
+ "Ext.chart.interactions.RotatePie3D": [],
153
+ "Ext.chart.label.Callout": [],
154
+ "Ext.chart.label.Label": [],
155
+ "Ext.chart.series.Area": [],
156
+ "Ext.chart.series.Bar": [],
157
+ "Ext.chart.series.CandleStick": [],
158
+ "Ext.chart.series.Cartesian": [],
159
+ "Ext.chart.series.Gauge": [],
160
+ "Ext.chart.series.ItemPublisher": [],
161
+ "Ext.chart.series.Line": [],
162
+ "Ext.chart.series.Pie": [],
163
+ "Ext.chart.series.Pie3D": [],
164
+ "Ext.chart.series.Polar": [],
165
+ "Ext.chart.series.Radar": [],
166
+ "Ext.chart.series.Scatter": [],
167
+ "Ext.chart.series.Series": [],
168
+ "Ext.chart.series.StackedCartesian": [],
169
+ "Ext.chart.series.sprite.Aggregative": [],
170
+ "Ext.chart.series.sprite.Area": [],
171
+ "Ext.chart.series.sprite.Bar": [],
172
+ "Ext.chart.series.sprite.CandleStick": [],
173
+ "Ext.chart.series.sprite.Cartesian": [],
174
+ "Ext.chart.series.sprite.Line": [],
175
+ "Ext.chart.series.sprite.Pie3DPart": [],
176
+ "Ext.chart.series.sprite.PieSlice": [],
177
+ "Ext.chart.series.sprite.Polar": [],
178
+ "Ext.chart.series.sprite.Radar": [],
179
+ "Ext.chart.series.sprite.Scatter": [],
180
+ "Ext.chart.series.sprite.StackedCartesian": [],
181
+ "Ext.data.ArrayStore": [],
182
+ "Ext.data.Batch": [],
183
+ "Ext.data.Connection": [],
184
+ "Ext.data.DirectStore": [],
185
+ "Ext.data.Error": [],
186
+ "Ext.data.Errors": [],
187
+ "Ext.data.Field": [],
188
+ "Ext.data.JsonP": [
189
+ "Ext.util.JSONP"
190
+ ],
191
+ "Ext.data.JsonStore": [],
192
+ "Ext.data.Model": [
193
+ "Ext.data.Record"
194
+ ],
195
+ "Ext.data.ModelManager": [
196
+ "Ext.ModelMgr",
197
+ "Ext.ModelManager"
198
+ ],
199
+ "Ext.data.NodeInterface": [
200
+ "Ext.data.Node"
201
+ ],
202
+ "Ext.data.NodeStore": [],
203
+ "Ext.data.Operation": [],
204
+ "Ext.data.Request": [],
205
+ "Ext.data.ResultSet": [],
206
+ "Ext.data.SortTypes": [],
207
+ "Ext.data.Store": [],
208
+ "Ext.data.StoreManager": [
209
+ "Ext.StoreMgr",
210
+ "Ext.data.StoreMgr",
211
+ "Ext.StoreManager"
212
+ ],
213
+ "Ext.data.TreeStore": [],
214
+ "Ext.data.Types": [],
215
+ "Ext.data.Validations": [
216
+ "Ext.data.validations"
217
+ ],
218
+ "Ext.data.association.Association": [
219
+ "Ext.data.Association"
220
+ ],
221
+ "Ext.data.association.BelongsTo": [
222
+ "Ext.data.BelongsToAssociation"
223
+ ],
224
+ "Ext.data.association.HasMany": [
225
+ "Ext.data.HasManyAssociation"
226
+ ],
227
+ "Ext.data.association.HasOne": [
228
+ "Ext.data.HasOneAssociation"
229
+ ],
230
+ "Ext.data.identifier.Sequential": [],
231
+ "Ext.data.identifier.Simple": [],
232
+ "Ext.data.identifier.Uuid": [],
233
+ "Ext.data.proxy.Ajax": [
234
+ "Ext.data.HttpProxy",
235
+ "Ext.data.AjaxProxy"
236
+ ],
237
+ "Ext.data.proxy.Client": [
238
+ "Ext.proxy.ClientProxy"
239
+ ],
240
+ "Ext.data.proxy.Direct": [
241
+ "Ext.data.DirectProxy"
242
+ ],
243
+ "Ext.data.proxy.JsonP": [
244
+ "Ext.data.ScriptTagProxy"
245
+ ],
246
+ "Ext.data.proxy.LocalStorage": [
247
+ "Ext.data.LocalStorageProxy"
248
+ ],
249
+ "Ext.data.proxy.Memory": [
250
+ "Ext.data.MemoryProxy"
251
+ ],
252
+ "Ext.data.proxy.Proxy": [
253
+ "Ext.data.DataProxy",
254
+ "Ext.data.Proxy"
255
+ ],
256
+ "Ext.data.proxy.Rest": [
257
+ "Ext.data.RestProxy"
258
+ ],
259
+ "Ext.data.proxy.Server": [
260
+ "Ext.data.ServerProxy"
261
+ ],
262
+ "Ext.data.proxy.SessionStorage": [
263
+ "Ext.data.SessionStorageProxy"
264
+ ],
265
+ "Ext.data.proxy.Sql": [
266
+ "Ext.data.proxy.SQL"
267
+ ],
268
+ "Ext.data.proxy.WebStorage": [
269
+ "Ext.data.WebStorageProxy"
270
+ ],
271
+ "Ext.data.reader.Array": [
272
+ "Ext.data.ArrayReader"
273
+ ],
274
+ "Ext.data.reader.Json": [
275
+ "Ext.data.JsonReader"
276
+ ],
277
+ "Ext.data.reader.Reader": [
278
+ "Ext.data.Reader",
279
+ "Ext.data.DataReader"
280
+ ],
281
+ "Ext.data.reader.Xml": [
282
+ "Ext.data.XmlReader"
283
+ ],
284
+ "Ext.data.writer.Json": [
285
+ "Ext.data.JsonWriter"
286
+ ],
287
+ "Ext.data.writer.Writer": [
288
+ "Ext.data.DataWriter",
289
+ "Ext.data.Writer"
290
+ ],
291
+ "Ext.data.writer.Xml": [
292
+ "Ext.data.XmlWriter"
293
+ ],
294
+ "Ext.dataview.DataView": [
295
+ "Ext.DataView"
296
+ ],
297
+ "Ext.dataview.IndexBar": [
298
+ "Ext.IndexBar"
299
+ ],
300
+ "Ext.dataview.List": [
301
+ "Ext.List"
302
+ ],
303
+ "Ext.dataview.ListItemHeader": [],
304
+ "Ext.dataview.NestedList": [
305
+ "Ext.NestedList"
306
+ ],
307
+ "Ext.dataview.component.Container": [],
308
+ "Ext.dataview.component.DataItem": [],
309
+ "Ext.dataview.component.ListItem": [],
310
+ "Ext.dataview.component.SimpleListItem": [],
311
+ "Ext.dataview.element.Container": [],
312
+ "Ext.dataview.element.List": [],
313
+ "Ext.device.Accelerometer": [],
314
+ "Ext.device.Browser": [],
315
+ "Ext.device.Camera": [],
316
+ "Ext.device.Capture": [],
317
+ "Ext.device.Communicator": [],
318
+ "Ext.device.Compass": [],
319
+ "Ext.device.Connection": [],
320
+ "Ext.device.Contacts": [],
321
+ "Ext.device.Device": [],
322
+ "Ext.device.FileSystem": [],
323
+ "Ext.device.Geolocation": [],
324
+ "Ext.device.Globalization": [],
325
+ "Ext.device.Media": [],
326
+ "Ext.device.Notification": [],
327
+ "Ext.device.Orientation": [],
328
+ "Ext.device.Purchases": [],
329
+ "Ext.device.Purchases.Product": [],
330
+ "Ext.device.Push": [],
331
+ "Ext.device.SQLite": [],
332
+ "Ext.device.Splashscreen": [],
333
+ "Ext.device.Storage": [],
334
+ "Ext.device.Tunnel": [],
335
+ "Ext.device.accelerometer.Abstract": [],
336
+ "Ext.device.accelerometer.Cordova": [
337
+ "Ext.device.accelerometer.PhoneGap"
338
+ ],
339
+ "Ext.device.accelerometer.Simulator": [],
340
+ "Ext.device.browser.Abstract": [],
341
+ "Ext.device.browser.Cordova": [],
342
+ "Ext.device.browser.Simulator": [],
343
+ "Ext.device.browser.Window": [],
344
+ "Ext.device.camera.Abstract": [],
345
+ "Ext.device.camera.Cordova": [
346
+ "Ext.device.camera.PhoneGap"
347
+ ],
348
+ "Ext.device.camera.Sencha": [],
349
+ "Ext.device.camera.Simulator": [],
350
+ "Ext.device.capture.Abstract": [
351
+ "Ext.device.capture.Simulator"
352
+ ],
353
+ "Ext.device.capture.Cordova": [],
354
+ "Ext.device.communicator.Android": [],
355
+ "Ext.device.communicator.Default": [],
356
+ "Ext.device.compass.Abstract": [],
357
+ "Ext.device.compass.Cordova": [
358
+ "Ext.device.compass.PhoneGap"
359
+ ],
360
+ "Ext.device.compass.Simulator": [],
361
+ "Ext.device.connection.Abstract": [],
362
+ "Ext.device.connection.Cordova": [
363
+ "Ext.device.connection.PhoneGap"
364
+ ],
365
+ "Ext.device.connection.Sencha": [],
366
+ "Ext.device.connection.Simulator": [],
367
+ "Ext.device.contacts.Abstract": [],
368
+ "Ext.device.contacts.Cordova": [
369
+ "Ext.device.contacts.PhoneGap"
370
+ ],
371
+ "Ext.device.contacts.Sencha": [],
372
+ "Ext.device.device.Abstract": [],
373
+ "Ext.device.device.Cordova": [
374
+ "Ext.device.device.PhoneGap"
375
+ ],
376
+ "Ext.device.device.Sencha": [],
377
+ "Ext.device.device.Simulator": [],
378
+ "Ext.device.filesystem.Abstract": [],
379
+ "Ext.device.filesystem.Chrome": [],
380
+ "Ext.device.filesystem.Cordova": [
381
+ "Ext.device.filesystem.PhoneGap"
382
+ ],
383
+ "Ext.device.filesystem.DirectoryEntry": [],
384
+ "Ext.device.filesystem.Entry": [],
385
+ "Ext.device.filesystem.FileEntry": [],
386
+ "Ext.device.filesystem.FileSystem": [],
387
+ "Ext.device.filesystem.HTML5": [],
388
+ "Ext.device.filesystem.Sencha": [],
389
+ "Ext.device.filesystem.Simulator": [],
390
+ "Ext.device.geolocation.Abstract": [],
391
+ "Ext.device.geolocation.Cordova": [
392
+ "Ext.device.geolocation.PhoneGap"
393
+ ],
394
+ "Ext.device.geolocation.Sencha": [],
395
+ "Ext.device.geolocation.Simulator": [],
396
+ "Ext.device.globalization.Abstract": [],
397
+ "Ext.device.globalization.Cordova": [
398
+ "Ext.device.globalization.PhoneGap"
399
+ ],
400
+ "Ext.device.globalization.Simulator": [],
401
+ "Ext.device.media.Abstract": [],
402
+ "Ext.device.media.Cordova": [
403
+ "Ext.device.media.PhoneGap"
404
+ ],
405
+ "Ext.device.notification.Abstract": [],
406
+ "Ext.device.notification.Cordova": [
407
+ "Ext.device.notification.PhoneGap"
408
+ ],
409
+ "Ext.device.notification.Sencha": [],
410
+ "Ext.device.notification.Simulator": [],
411
+ "Ext.device.orientation.Abstract": [],
412
+ "Ext.device.orientation.HTML5": [],
413
+ "Ext.device.orientation.Sencha": [],
414
+ "Ext.device.purchases.Purchase": [],
415
+ "Ext.device.purchases.Sencha": [],
416
+ "Ext.device.push.Abstract": [],
417
+ "Ext.device.push.Cordova": [],
418
+ "Ext.device.push.Sencha": [],
419
+ "Ext.device.splashscreen.Abstract": [],
420
+ "Ext.device.splashscreen.Cordova": [
421
+ "Ext.device.splashscreen.PhoneGap"
422
+ ],
423
+ "Ext.device.splashscreen.Simulator": [],
424
+ "Ext.device.sqlite.Database": [],
425
+ "Ext.device.sqlite.SQLResultSet": [],
426
+ "Ext.device.sqlite.SQLResultSetRowList": [],
427
+ "Ext.device.sqlite.SQLTransaction": [],
428
+ "Ext.device.sqlite.Sencha": [],
429
+ "Ext.device.storage.Abstract": [],
430
+ "Ext.device.storage.Cordova": [
431
+ "Ext.device.storage.PhoneGap"
432
+ ],
433
+ "Ext.device.storage.HTML5.Database": [],
434
+ "Ext.device.storage.HTML5.HTML5": [],
435
+ "Ext.device.storage.HTML5.SQLStatement": [],
436
+ "Ext.device.storage.Simulator": [],
437
+ "Ext.device.tunnel.Abstract": [],
438
+ "Ext.device.tunnel.Connection": [],
439
+ "Ext.device.tunnel.Sencha": [],
440
+ "Ext.device.tunnel.Simulator": [],
441
+ "Ext.direct.Event": [],
442
+ "Ext.direct.ExceptionEvent": [],
443
+ "Ext.direct.JsonProvider": [],
444
+ "Ext.direct.Manager": [
445
+ "Ext.Direct"
446
+ ],
447
+ "Ext.direct.PollingProvider": [],
448
+ "Ext.direct.Provider": [],
449
+ "Ext.direct.RemotingEvent": [],
450
+ "Ext.direct.RemotingMethod": [],
451
+ "Ext.direct.RemotingProvider": [],
452
+ "Ext.direct.Transaction": [
453
+ "Ext.Direct.Transaction"
454
+ ],
455
+ "Ext.dom.CompositeElement": [
456
+ "Ext.CompositeElement"
457
+ ],
458
+ "Ext.draw.Animator": [],
459
+ "Ext.draw.Color": [],
460
+ "Ext.draw.Component": [],
461
+ "Ext.draw.Draw": [],
462
+ "Ext.draw.LimitedCache": [],
463
+ "Ext.draw.Matrix": [],
464
+ "Ext.draw.Path": [],
465
+ "Ext.draw.SegmentTree": [],
466
+ "Ext.draw.Solver": [],
467
+ "Ext.draw.Surface": [],
468
+ "Ext.draw.TextMeasurer": [],
469
+ "Ext.draw.TimingFunctions": [],
470
+ "Ext.draw.engine.Canvas": [],
471
+ "Ext.draw.engine.Svg": [],
472
+ "Ext.draw.engine.SvgContext": [],
473
+ "Ext.draw.engine.SvgContext.Gradient": [],
474
+ "Ext.draw.engine.SvgExporter": [],
475
+ "Ext.draw.gradient.Gradient": [],
476
+ "Ext.draw.gradient.GradientDefinition": [],
477
+ "Ext.draw.gradient.Linear": [],
478
+ "Ext.draw.gradient.Radial": [],
479
+ "Ext.draw.modifier.Animation": [],
480
+ "Ext.draw.modifier.Highlight": [],
481
+ "Ext.draw.modifier.Modifier": [],
482
+ "Ext.draw.modifier.Target": [],
483
+ "Ext.draw.sprite.AnimationParser": [],
484
+ "Ext.draw.sprite.Arc": [],
485
+ "Ext.draw.sprite.AttributeDefinition": [],
486
+ "Ext.draw.sprite.AttributeParser": [],
487
+ "Ext.draw.sprite.Circle": [],
488
+ "Ext.draw.sprite.Composite": [],
489
+ "Ext.draw.sprite.Ellipse": [],
490
+ "Ext.draw.sprite.EllipticalArc": [],
491
+ "Ext.draw.sprite.Image": [],
492
+ "Ext.draw.sprite.Instancing": [],
493
+ "Ext.draw.sprite.Line": [],
494
+ "Ext.draw.sprite.Path": [],
495
+ "Ext.draw.sprite.Rect": [],
496
+ "Ext.draw.sprite.Sector": [],
497
+ "Ext.draw.sprite.Sprite": [],
498
+ "Ext.draw.sprite.Text": [],
499
+ "Ext.event.Controller": [],
500
+ "Ext.event.Dispatcher": [],
501
+ "Ext.event.Dom": [],
502
+ "Ext.event.Event": [
503
+ "Ext.EventObject"
504
+ ],
505
+ "Ext.event.ListenerStack": [],
506
+ "Ext.event.Touch": [],
507
+ "Ext.event.publisher.ComponentDelegation": [],
508
+ "Ext.event.publisher.ComponentPaint": [],
509
+ "Ext.event.publisher.ComponentSize": [],
510
+ "Ext.event.publisher.Dom": [],
511
+ "Ext.event.publisher.ElementPaint": [],
512
+ "Ext.event.publisher.ElementSize": [],
513
+ "Ext.event.publisher.Publisher": [],
514
+ "Ext.event.publisher.TouchGesture": [],
515
+ "Ext.event.recognizer.DoubleTap": [],
516
+ "Ext.event.recognizer.Drag": [],
517
+ "Ext.event.recognizer.EdgeSwipe": [],
518
+ "Ext.event.recognizer.HorizontalSwipe": [],
519
+ "Ext.event.recognizer.LongPress": [],
520
+ "Ext.event.recognizer.MultiTouch": [],
521
+ "Ext.event.recognizer.Pinch": [],
522
+ "Ext.event.recognizer.Recognizer": [],
523
+ "Ext.event.recognizer.Rotate": [],
524
+ "Ext.event.recognizer.SingleTouch": [],
525
+ "Ext.event.recognizer.Swipe": [],
526
+ "Ext.event.recognizer.Tap": [],
527
+ "Ext.event.recognizer.Touch": [],
528
+ "Ext.event.recognizer.VerticalSwipe": [],
529
+ "Ext.field.Checkbox": [
530
+ "Ext.form.Checkbox"
531
+ ],
532
+ "Ext.field.DatePicker": [
533
+ "Ext.form.DatePicker"
534
+ ],
535
+ "Ext.field.DatePickerNative": [
536
+ "Ext.form.DatePickerNative"
537
+ ],
538
+ "Ext.field.Email": [
539
+ "Ext.form.Email"
540
+ ],
541
+ "Ext.field.Field": [
542
+ "Ext.form.Field"
543
+ ],
544
+ "Ext.field.File": [],
545
+ "Ext.field.FileInput": [],
546
+ "Ext.field.Hidden": [
547
+ "Ext.form.Hidden"
548
+ ],
549
+ "Ext.field.Input": [],
550
+ "Ext.field.Number": [
551
+ "Ext.form.Number"
552
+ ],
553
+ "Ext.field.Password": [
554
+ "Ext.form.Password"
555
+ ],
556
+ "Ext.field.Radio": [
557
+ "Ext.form.Radio"
558
+ ],
559
+ "Ext.field.Search": [
560
+ "Ext.form.Search"
561
+ ],
562
+ "Ext.field.Select": [
563
+ "Ext.form.Select"
564
+ ],
565
+ "Ext.field.Slider": [
566
+ "Ext.form.Slider"
567
+ ],
568
+ "Ext.field.Spinner": [
569
+ "Ext.form.Spinner"
570
+ ],
571
+ "Ext.field.Text": [
572
+ "Ext.form.Text"
573
+ ],
574
+ "Ext.field.TextArea": [
575
+ "Ext.form.TextArea"
576
+ ],
577
+ "Ext.field.TextAreaInput": [],
578
+ "Ext.field.Toggle": [
579
+ "Ext.form.Toggle"
580
+ ],
581
+ "Ext.field.Url": [
582
+ "Ext.form.Url"
583
+ ],
584
+ "Ext.form.FieldSet": [],
585
+ "Ext.form.Panel": [
586
+ "Ext.form.FormPanel"
587
+ ],
588
+ "Ext.fx.Animation": [],
589
+ "Ext.fx.Easing": [],
590
+ "Ext.fx.Runner": [],
591
+ "Ext.fx.State": [],
592
+ "Ext.fx.animation.Abstract": [],
593
+ "Ext.fx.animation.Cube": [],
594
+ "Ext.fx.animation.Fade": [
595
+ "Ext.fx.animation.FadeIn"
596
+ ],
597
+ "Ext.fx.animation.FadeOut": [],
598
+ "Ext.fx.animation.Flip": [],
599
+ "Ext.fx.animation.Pop": [
600
+ "Ext.fx.animation.PopIn"
601
+ ],
602
+ "Ext.fx.animation.PopOut": [],
603
+ "Ext.fx.animation.Slide": [
604
+ "Ext.fx.animation.SlideIn"
605
+ ],
606
+ "Ext.fx.animation.SlideOut": [],
607
+ "Ext.fx.animation.Wipe": [
608
+ "Ext.fx.animation.WipeIn"
609
+ ],
610
+ "Ext.fx.animation.WipeOut": [],
611
+ "Ext.fx.easing.Abstract": [],
612
+ "Ext.fx.easing.Bounce": [],
613
+ "Ext.fx.easing.BoundMomentum": [],
614
+ "Ext.fx.easing.EaseIn": [],
615
+ "Ext.fx.easing.EaseOut": [],
616
+ "Ext.fx.easing.Linear": [],
617
+ "Ext.fx.easing.Momentum": [],
618
+ "Ext.fx.layout.Card": [],
619
+ "Ext.fx.layout.card.Abstract": [],
620
+ "Ext.fx.layout.card.Cover": [],
621
+ "Ext.fx.layout.card.Cube": [],
622
+ "Ext.fx.layout.card.Fade": [],
623
+ "Ext.fx.layout.card.Flip": [],
624
+ "Ext.fx.layout.card.Pop": [],
625
+ "Ext.fx.layout.card.Reveal": [],
626
+ "Ext.fx.layout.card.Scroll": [],
627
+ "Ext.fx.layout.card.ScrollCover": [],
628
+ "Ext.fx.layout.card.ScrollReveal": [],
629
+ "Ext.fx.layout.card.Slide": [],
630
+ "Ext.fx.layout.card.Style": [],
631
+ "Ext.fx.runner.Css": [],
632
+ "Ext.fx.runner.CssAnimation": [],
633
+ "Ext.fx.runner.CssTransition": [],
634
+ "Ext.layout.Abstract": [],
635
+ "Ext.layout.Box": [],
636
+ "Ext.layout.Card": [],
637
+ "Ext.layout.Default": [],
638
+ "Ext.layout.Fit": [],
639
+ "Ext.layout.FlexBox": [],
640
+ "Ext.layout.Float": [],
641
+ "Ext.layout.HBox": [],
642
+ "Ext.layout.VBox": [],
643
+ "Ext.layout.wrapper.BoxDock": [],
644
+ "Ext.layout.wrapper.Dock": [],
645
+ "Ext.layout.wrapper.Inner": [],
646
+ "Ext.log.Base": [],
647
+ "Ext.log.Logger": [],
648
+ "Ext.log.filter.Filter": [],
649
+ "Ext.log.filter.Priority": [],
650
+ "Ext.log.formatter.Default": [],
651
+ "Ext.log.formatter.Formatter": [],
652
+ "Ext.log.formatter.Identity": [],
653
+ "Ext.log.writer.Console": [],
654
+ "Ext.log.writer.DocumentTitle": [],
655
+ "Ext.log.writer.Remote": [],
656
+ "Ext.log.writer.Writer": [],
657
+ "Ext.mixin.Bindable": [],
658
+ "Ext.mixin.Filterable": [],
659
+ "Ext.mixin.Mixin": [],
660
+ "Ext.mixin.Observable": [
661
+ "Ext.util.Observable"
662
+ ],
663
+ "Ext.mixin.Progressable": [],
664
+ "Ext.mixin.Selectable": [],
665
+ "Ext.mixin.Sortable": [],
666
+ "Ext.mixin.Templatable": [],
667
+ "Ext.mixin.Traversable": [],
668
+ "Ext.navigation.Bar": [],
669
+ "Ext.navigation.View": [
670
+ "Ext.NavigationView"
671
+ ],
672
+ "Ext.picker.Date": [
673
+ "Ext.DatePicker"
674
+ ],
675
+ "Ext.picker.Picker": [
676
+ "Ext.Picker"
677
+ ],
678
+ "Ext.picker.Slot": [
679
+ "Ext.Picker.Slot"
680
+ ],
681
+ "Ext.plugin.ListPaging": [],
682
+ "Ext.plugin.PullRefresh": [],
683
+ "Ext.plugin.SortableList": [],
684
+ "Ext.scroll.Indicator": [
685
+ "Ext.util.Indicator"
686
+ ],
687
+ "Ext.scroll.Scroller": [],
688
+ "Ext.scroll.View": [
689
+ "Ext.util.ScrollView"
690
+ ],
691
+ "Ext.scroll.indicator.Abstract": [],
692
+ "Ext.scroll.indicator.CssTransform": [],
693
+ "Ext.scroll.indicator.Rounded": [],
694
+ "Ext.scroll.indicator.ScrollPosition": [],
695
+ "Ext.slider.Slider": [],
696
+ "Ext.slider.Thumb": [],
697
+ "Ext.slider.Toggle": [],
698
+ "Ext.tab.Bar": [
699
+ "Ext.TabBar"
700
+ ],
701
+ "Ext.tab.Panel": [
702
+ "Ext.TabPanel"
703
+ ],
704
+ "Ext.tab.Tab": [
705
+ "Ext.Tab"
706
+ ],
707
+ "Ext.table.Cell": [],
708
+ "Ext.table.Row": [],
709
+ "Ext.table.Table": [],
710
+ "Ext.util.AbstractMixedCollection": [],
711
+ "Ext.util.Audio": [],
712
+ "Ext.util.Collection": [],
713
+ "Ext.util.DelayedTask": [],
714
+ "Ext.util.Draggable": [],
715
+ "Ext.util.Droppable": [],
716
+ "Ext.util.Filter": [],
717
+ "Ext.util.Format": [],
718
+ "Ext.util.Geolocation": [
719
+ "Ext.util.GeoLocation"
720
+ ],
721
+ "Ext.util.Grouper": [],
722
+ "Ext.util.HashMap": [],
723
+ "Ext.util.Inflector": [],
724
+ "Ext.util.InputBlocker": [],
725
+ "Ext.util.LineSegment": [],
726
+ "Ext.util.MixedCollection": [],
727
+ "Ext.util.Offset": [],
728
+ "Ext.util.PaintMonitor": [],
729
+ "Ext.util.Point": [],
730
+ "Ext.util.PositionMap": [],
731
+ "Ext.util.Region": [],
732
+ "Ext.util.SizeMonitor": [],
733
+ "Ext.util.Sortable": [],
734
+ "Ext.util.Sorter": [],
735
+ "Ext.util.TapRepeater": [],
736
+ "Ext.util.Translatable": [],
737
+ "Ext.util.TranslatableGroup": [],
738
+ "Ext.util.TranslatableList": [],
739
+ "Ext.util.Wrapper": [],
740
+ "Ext.util.paintmonitor.Abstract": [],
741
+ "Ext.util.paintmonitor.CssAnimation": [],
742
+ "Ext.util.paintmonitor.OverflowChange": [],
743
+ "Ext.util.sizemonitor.Abstract": [],
744
+ "Ext.util.sizemonitor.Default": [],
745
+ "Ext.util.sizemonitor.OverflowChange": [],
746
+ "Ext.util.sizemonitor.Scroll": [],
747
+ "Ext.util.translatable.Abstract": [],
748
+ "Ext.util.translatable.CssPosition": [],
749
+ "Ext.util.translatable.CssTransform": [],
750
+ "Ext.util.translatable.Dom": [],
751
+ "Ext.util.translatable.ScrollPosition": [],
752
+ "Ext.ux.ActionOverFlowMenuButton": [],
753
+ "Ext.ux.ApplicationMenu": [],
754
+ "Ext.ux.ContextMenu": [],
755
+ "Ext.ux.MenuButton": [],
756
+ "Ext.ux.TabMenuButton": [],
757
+ "Ext.ux.device.Analytics": [],
758
+ "Ext.ux.device.Twitter": [],
759
+ "Ext.ux.device.analytics.Abstract": [],
760
+ "Ext.ux.device.analytics.Cordova": [],
761
+ "Ext.ux.device.twitter.Abstract": [],
762
+ "Ext.ux.device.twitter.Cordova": [],
763
+ "Ext.ux.parse.Helper": [
764
+ "ParseHelper"
765
+ ],
766
+ "Ext.ux.parse.Model": [],
767
+ "Ext.ux.parse.Proxy": [],
768
+ "Ext.ux.parse.Reader": [],
769
+ "Ext.ux.parse.Store": [],
770
+ "Ext.ux.parse.association.Pointer": [],
771
+ "Ext.ux.parse.association.Relation": [],
772
+ "Ext.viewport.Android": [],
773
+ "Ext.viewport.Default": [],
774
+ "Ext.viewport.Ios": [],
775
+ "Ext.viewport.Viewport": [],
776
+ "Ext.viewport.WindowsPhone": [
777
+ "Ext.viewport.WP"
778
+ ]
779
+ });
780
+ Ext.ClassManager.addNameAliasMappings({
781
+ "Ext.AbstractComponent": [],
782
+ "Ext.AbstractManager": [],
783
+ "Ext.AbstractPlugin": [],
784
+ "Ext.ActionSheet": [
785
+ "widget.actionsheet"
786
+ ],
787
+ "Ext.Ajax": [],
788
+ "Ext.Anim": [],
789
+ "Ext.AnimationQueue": [],
790
+ "Ext.Audio": [
791
+ "widget.audio"
792
+ ],
793
+ "Ext.BingMap": [
794
+ "widget.bingmap"
795
+ ],
796
+ "Ext.Button": [
797
+ "widget.button"
798
+ ],
799
+ "Ext.Component": [
800
+ "widget.component"
801
+ ],
802
+ "Ext.ComponentManager": [],
803
+ "Ext.ComponentQuery": [],
804
+ "Ext.Container": [
805
+ "widget.container"
806
+ ],
807
+ "Ext.Decorator": [],
808
+ "Ext.Evented": [],
809
+ "Ext.Img": [
810
+ "widget.image",
811
+ "widget.img"
812
+ ],
813
+ "Ext.ItemCollection": [],
814
+ "Ext.Label": [
815
+ "widget.label"
816
+ ],
817
+ "Ext.LoadMask": [
818
+ "widget.loadmask"
819
+ ],
820
+ "Ext.Map": [
821
+ "widget.map"
822
+ ],
823
+ "Ext.Mask": [
824
+ "widget.mask"
825
+ ],
826
+ "Ext.Media": [
827
+ "widget.media"
828
+ ],
829
+ "Ext.Menu": [
830
+ "widget.menu"
831
+ ],
832
+ "Ext.MessageBox": [],
833
+ "Ext.Panel": [
834
+ "widget.panel"
835
+ ],
836
+ "Ext.ProgressIndicator": [
837
+ "widget.progressindicator"
838
+ ],
839
+ "Ext.Promise": [],
840
+ "Ext.SegmentedButton": [
841
+ "widget.segmentedbutton"
842
+ ],
843
+ "Ext.Sheet": [
844
+ "widget.sheet"
845
+ ],
846
+ "Ext.Sortable": [],
847
+ "Ext.Spacer": [
848
+ "widget.spacer"
849
+ ],
850
+ "Ext.TaskQueue": [],
851
+ "Ext.Template": [],
852
+ "Ext.Title": [
853
+ "widget.title"
854
+ ],
855
+ "Ext.TitleBar": [
856
+ "widget.titlebar"
857
+ ],
858
+ "Ext.Toast": [],
859
+ "Ext.Toolbar": [
860
+ "widget.toolbar"
861
+ ],
862
+ "Ext.Video": [
863
+ "widget.video"
864
+ ],
865
+ "Ext.XTemplate": [],
866
+ "Ext.XTemplateCompiler": [],
867
+ "Ext.XTemplateParser": [],
868
+ "Ext.app.Action": [],
869
+ "Ext.app.Application": [],
870
+ "Ext.app.Controller": [],
871
+ "Ext.app.History": [],
872
+ "Ext.app.Profile": [],
873
+ "Ext.app.Route": [],
874
+ "Ext.app.Router": [],
875
+ "Ext.behavior.Behavior": [],
876
+ "Ext.behavior.Draggable": [],
877
+ "Ext.behavior.Scrollable": [],
878
+ "Ext.behavior.Translatable": [],
879
+ "Ext.carousel.Carousel": [
880
+ "widget.carousel"
881
+ ],
882
+ "Ext.carousel.Indicator": [
883
+ "widget.carouselindicator"
884
+ ],
885
+ "Ext.carousel.Infinite": [],
886
+ "Ext.carousel.Item": [],
887
+ "Ext.chart.AbstractChart": [],
888
+ "Ext.chart.CartesianChart": [
889
+ "Ext.chart.Chart",
890
+ "widget.chart"
891
+ ],
892
+ "Ext.chart.Legend": [
893
+ "widget.legend"
894
+ ],
895
+ "Ext.chart.MarkerHolder": [],
896
+ "Ext.chart.Markers": [],
897
+ "Ext.chart.PolarChart": [
898
+ "widget.polar"
899
+ ],
900
+ "Ext.chart.SpaceFillingChart": [
901
+ "widget.spacefilling"
902
+ ],
903
+ "Ext.chart.axis.Axis": [
904
+ "widget.axis"
905
+ ],
906
+ "Ext.chart.axis.Category": [
907
+ "axis.category"
908
+ ],
909
+ "Ext.chart.axis.Numeric": [
910
+ "axis.numeric"
911
+ ],
912
+ "Ext.chart.axis.Time": [
913
+ "axis.time"
914
+ ],
915
+ "Ext.chart.axis.layout.CombineDuplicate": [
916
+ "axisLayout.combineDuplicate"
917
+ ],
918
+ "Ext.chart.axis.layout.Continuous": [
919
+ "axisLayout.continuous"
920
+ ],
921
+ "Ext.chart.axis.layout.Discrete": [
922
+ "axisLayout.discrete"
923
+ ],
924
+ "Ext.chart.axis.layout.Layout": [],
925
+ "Ext.chart.axis.segmenter.Names": [
926
+ "segmenter.names"
927
+ ],
928
+ "Ext.chart.axis.segmenter.Numeric": [
929
+ "segmenter.numeric"
930
+ ],
931
+ "Ext.chart.axis.segmenter.Segmenter": [],
932
+ "Ext.chart.axis.segmenter.Time": [
933
+ "segmenter.time"
934
+ ],
935
+ "Ext.chart.axis.sprite.Axis": [],
936
+ "Ext.chart.grid.CircularGrid": [
937
+ "grid.circular"
938
+ ],
939
+ "Ext.chart.grid.HorizontalGrid": [
940
+ "grid.horizontal"
941
+ ],
942
+ "Ext.chart.grid.RadialGrid": [
943
+ "grid.radial"
944
+ ],
945
+ "Ext.chart.grid.VerticalGrid": [
946
+ "grid.vertical"
947
+ ],
948
+ "Ext.chart.interactions.Abstract": [
949
+ "widget.interaction"
950
+ ],
951
+ "Ext.chart.interactions.CrossZoom": [
952
+ "interaction.crosszoom"
953
+ ],
954
+ "Ext.chart.interactions.Crosshair": [
955
+ "interaction.crosshair"
956
+ ],
957
+ "Ext.chart.interactions.ItemHighlight": [
958
+ "interaction.itemhighlight"
959
+ ],
960
+ "Ext.chart.interactions.ItemInfo": [
961
+ "interaction.iteminfo"
962
+ ],
963
+ "Ext.chart.interactions.PanZoom": [
964
+ "interaction.panzoom"
965
+ ],
966
+ "Ext.chart.interactions.Rotate": [
967
+ "interaction.rotate"
968
+ ],
969
+ "Ext.chart.interactions.RotatePie3D": [
970
+ "interaction.rotatePie3d"
971
+ ],
972
+ "Ext.chart.label.Callout": [],
973
+ "Ext.chart.label.Label": [],
974
+ "Ext.chart.series.Area": [
975
+ "series.area"
976
+ ],
977
+ "Ext.chart.series.Bar": [
978
+ "series.bar"
979
+ ],
980
+ "Ext.chart.series.CandleStick": [
981
+ "series.candlestick"
982
+ ],
983
+ "Ext.chart.series.Cartesian": [],
984
+ "Ext.chart.series.Gauge": [
985
+ "series.gauge"
986
+ ],
987
+ "Ext.chart.series.ItemPublisher": [],
988
+ "Ext.chart.series.Line": [
989
+ "series.line"
990
+ ],
991
+ "Ext.chart.series.Pie": [
992
+ "series.pie"
993
+ ],
994
+ "Ext.chart.series.Pie3D": [
995
+ "series.pie3d"
996
+ ],
997
+ "Ext.chart.series.Polar": [],
998
+ "Ext.chart.series.Radar": [
999
+ "series.radar"
1000
+ ],
1001
+ "Ext.chart.series.Scatter": [
1002
+ "series.scatter"
1003
+ ],
1004
+ "Ext.chart.series.Series": [],
1005
+ "Ext.chart.series.StackedCartesian": [],
1006
+ "Ext.chart.series.sprite.Aggregative": [],
1007
+ "Ext.chart.series.sprite.Area": [
1008
+ "sprite.areaSeries"
1009
+ ],
1010
+ "Ext.chart.series.sprite.Bar": [
1011
+ "sprite.barSeries"
1012
+ ],
1013
+ "Ext.chart.series.sprite.CandleStick": [
1014
+ "sprite.candlestickSeries"
1015
+ ],
1016
+ "Ext.chart.series.sprite.Cartesian": [],
1017
+ "Ext.chart.series.sprite.Line": [
1018
+ "sprite.lineSeries"
1019
+ ],
1020
+ "Ext.chart.series.sprite.Pie3DPart": [
1021
+ "sprite.pie3dPart"
1022
+ ],
1023
+ "Ext.chart.series.sprite.PieSlice": [
1024
+ "sprite.pieslice"
1025
+ ],
1026
+ "Ext.chart.series.sprite.Polar": [],
1027
+ "Ext.chart.series.sprite.Radar": [
1028
+ "sprite.radar"
1029
+ ],
1030
+ "Ext.chart.series.sprite.Scatter": [
1031
+ "sprite.scatterSeries"
1032
+ ],
1033
+ "Ext.chart.series.sprite.StackedCartesian": [],
1034
+ "Ext.data.ArrayStore": [
1035
+ "store.array"
1036
+ ],
1037
+ "Ext.data.Batch": [],
1038
+ "Ext.data.Connection": [],
1039
+ "Ext.data.DirectStore": [
1040
+ "store.direct"
1041
+ ],
1042
+ "Ext.data.Error": [],
1043
+ "Ext.data.Errors": [],
1044
+ "Ext.data.Field": [
1045
+ "data.field"
1046
+ ],
1047
+ "Ext.data.JsonP": [],
1048
+ "Ext.data.JsonStore": [
1049
+ "store.json"
1050
+ ],
1051
+ "Ext.data.Model": [],
1052
+ "Ext.data.ModelManager": [],
1053
+ "Ext.data.NodeInterface": [],
1054
+ "Ext.data.NodeStore": [
1055
+ "store.node"
1056
+ ],
1057
+ "Ext.data.Operation": [],
1058
+ "Ext.data.Request": [],
1059
+ "Ext.data.ResultSet": [],
1060
+ "Ext.data.SortTypes": [],
1061
+ "Ext.data.Store": [
1062
+ "store.store"
1063
+ ],
1064
+ "Ext.data.StoreManager": [],
1065
+ "Ext.data.TreeStore": [
1066
+ "store.tree"
1067
+ ],
1068
+ "Ext.data.Types": [],
1069
+ "Ext.data.Validations": [],
1070
+ "Ext.data.association.Association": [],
1071
+ "Ext.data.association.BelongsTo": [
1072
+ "association.belongsto"
1073
+ ],
1074
+ "Ext.data.association.HasMany": [
1075
+ "association.hasmany"
1076
+ ],
1077
+ "Ext.data.association.HasOne": [
1078
+ "association.hasone"
1079
+ ],
1080
+ "Ext.data.identifier.Sequential": [
1081
+ "data.identifier.sequential"
1082
+ ],
1083
+ "Ext.data.identifier.Simple": [
1084
+ "data.identifier.simple"
1085
+ ],
1086
+ "Ext.data.identifier.Uuid": [
1087
+ "data.identifier.uuid"
1088
+ ],
1089
+ "Ext.data.proxy.Ajax": [
1090
+ "proxy.ajax"
1091
+ ],
1092
+ "Ext.data.proxy.Client": [],
1093
+ "Ext.data.proxy.Direct": [
1094
+ "proxy.direct"
1095
+ ],
1096
+ "Ext.data.proxy.JsonP": [
1097
+ "proxy.jsonp",
1098
+ "proxy.scripttag"
1099
+ ],
1100
+ "Ext.data.proxy.LocalStorage": [
1101
+ "proxy.localstorage"
1102
+ ],
1103
+ "Ext.data.proxy.Memory": [
1104
+ "proxy.memory"
1105
+ ],
1106
+ "Ext.data.proxy.Proxy": [
1107
+ "proxy.proxy"
1108
+ ],
1109
+ "Ext.data.proxy.Rest": [
1110
+ "proxy.rest"
1111
+ ],
1112
+ "Ext.data.proxy.Server": [
1113
+ "proxy.server"
1114
+ ],
1115
+ "Ext.data.proxy.SessionStorage": [
1116
+ "proxy.sessionstorage"
1117
+ ],
1118
+ "Ext.data.proxy.Sql": [
1119
+ "proxy.sql"
1120
+ ],
1121
+ "Ext.data.proxy.WebStorage": [],
1122
+ "Ext.data.reader.Array": [
1123
+ "reader.array"
1124
+ ],
1125
+ "Ext.data.reader.Json": [
1126
+ "reader.json"
1127
+ ],
1128
+ "Ext.data.reader.Reader": [],
1129
+ "Ext.data.reader.Xml": [
1130
+ "reader.xml"
1131
+ ],
1132
+ "Ext.data.writer.Json": [
1133
+ "writer.json"
1134
+ ],
1135
+ "Ext.data.writer.Writer": [
1136
+ "writer.base"
1137
+ ],
1138
+ "Ext.data.writer.Xml": [
1139
+ "writer.xml"
1140
+ ],
1141
+ "Ext.dataview.DataView": [
1142
+ "widget.dataview"
1143
+ ],
1144
+ "Ext.dataview.IndexBar": [],
1145
+ "Ext.dataview.List": [
1146
+ "widget.list"
1147
+ ],
1148
+ "Ext.dataview.ListItemHeader": [
1149
+ "widget.listitemheader"
1150
+ ],
1151
+ "Ext.dataview.NestedList": [
1152
+ "widget.nestedlist"
1153
+ ],
1154
+ "Ext.dataview.component.Container": [],
1155
+ "Ext.dataview.component.DataItem": [
1156
+ "widget.dataitem"
1157
+ ],
1158
+ "Ext.dataview.component.ListItem": [
1159
+ "widget.listitem"
1160
+ ],
1161
+ "Ext.dataview.component.SimpleListItem": [
1162
+ "widget.simplelistitem"
1163
+ ],
1164
+ "Ext.dataview.element.Container": [],
1165
+ "Ext.dataview.element.List": [],
1166
+ "Ext.device.Accelerometer": [],
1167
+ "Ext.device.Browser": [],
1168
+ "Ext.device.Camera": [],
1169
+ "Ext.device.Capture": [],
1170
+ "Ext.device.Communicator": [],
1171
+ "Ext.device.Compass": [],
1172
+ "Ext.device.Connection": [],
1173
+ "Ext.device.Contacts": [],
1174
+ "Ext.device.Device": [],
1175
+ "Ext.device.FileSystem": [],
1176
+ "Ext.device.Geolocation": [],
1177
+ "Ext.device.Globalization": [],
1178
+ "Ext.device.Media": [],
1179
+ "Ext.device.Notification": [],
1180
+ "Ext.device.Orientation": [],
1181
+ "Ext.device.Purchases": [],
1182
+ "Ext.device.Purchases.Product": [],
1183
+ "Ext.device.Push": [],
1184
+ "Ext.device.SQLite": [],
1185
+ "Ext.device.Splashscreen": [],
1186
+ "Ext.device.Storage": [],
1187
+ "Ext.device.Tunnel": [],
1188
+ "Ext.device.accelerometer.Abstract": [],
1189
+ "Ext.device.accelerometer.Cordova": [],
1190
+ "Ext.device.accelerometer.Simulator": [],
1191
+ "Ext.device.browser.Abstract": [],
1192
+ "Ext.device.browser.Cordova": [],
1193
+ "Ext.device.browser.Simulator": [],
1194
+ "Ext.device.browser.Window": [],
1195
+ "Ext.device.camera.Abstract": [],
1196
+ "Ext.device.camera.Cordova": [],
1197
+ "Ext.device.camera.Sencha": [],
1198
+ "Ext.device.camera.Simulator": [],
1199
+ "Ext.device.capture.Abstract": [],
1200
+ "Ext.device.capture.Cordova": [],
1201
+ "Ext.device.communicator.Android": [],
1202
+ "Ext.device.communicator.Default": [],
1203
+ "Ext.device.compass.Abstract": [],
1204
+ "Ext.device.compass.Cordova": [],
1205
+ "Ext.device.compass.Simulator": [],
1206
+ "Ext.device.connection.Abstract": [],
1207
+ "Ext.device.connection.Cordova": [],
1208
+ "Ext.device.connection.Sencha": [],
1209
+ "Ext.device.connection.Simulator": [],
1210
+ "Ext.device.contacts.Abstract": [],
1211
+ "Ext.device.contacts.Cordova": [],
1212
+ "Ext.device.contacts.Sencha": [],
1213
+ "Ext.device.device.Abstract": [],
1214
+ "Ext.device.device.Cordova": [],
1215
+ "Ext.device.device.Sencha": [],
1216
+ "Ext.device.device.Simulator": [],
1217
+ "Ext.device.filesystem.Abstract": [],
1218
+ "Ext.device.filesystem.Chrome": [],
1219
+ "Ext.device.filesystem.Cordova": [],
1220
+ "Ext.device.filesystem.DirectoryEntry": [],
1221
+ "Ext.device.filesystem.Entry": [],
1222
+ "Ext.device.filesystem.FileEntry": [],
1223
+ "Ext.device.filesystem.FileSystem": [],
1224
+ "Ext.device.filesystem.HTML5": [],
1225
+ "Ext.device.filesystem.Sencha": [],
1226
+ "Ext.device.filesystem.Simulator": [],
1227
+ "Ext.device.geolocation.Abstract": [],
1228
+ "Ext.device.geolocation.Cordova": [],
1229
+ "Ext.device.geolocation.Sencha": [],
1230
+ "Ext.device.geolocation.Simulator": [],
1231
+ "Ext.device.globalization.Abstract": [],
1232
+ "Ext.device.globalization.Cordova": [],
1233
+ "Ext.device.globalization.Simulator": [],
1234
+ "Ext.device.media.Abstract": [],
1235
+ "Ext.device.media.Cordova": [],
1236
+ "Ext.device.notification.Abstract": [],
1237
+ "Ext.device.notification.Cordova": [],
1238
+ "Ext.device.notification.Sencha": [],
1239
+ "Ext.device.notification.Simulator": [],
1240
+ "Ext.device.orientation.Abstract": [],
1241
+ "Ext.device.orientation.HTML5": [],
1242
+ "Ext.device.orientation.Sencha": [],
1243
+ "Ext.device.purchases.Purchase": [],
1244
+ "Ext.device.purchases.Sencha": [],
1245
+ "Ext.device.push.Abstract": [],
1246
+ "Ext.device.push.Cordova": [],
1247
+ "Ext.device.push.Sencha": [],
1248
+ "Ext.device.splashscreen.Abstract": [],
1249
+ "Ext.device.splashscreen.Cordova": [],
1250
+ "Ext.device.splashscreen.Simulator": [],
1251
+ "Ext.device.sqlite.Database": [],
1252
+ "Ext.device.sqlite.SQLResultSet": [],
1253
+ "Ext.device.sqlite.SQLResultSetRowList": [],
1254
+ "Ext.device.sqlite.SQLTransaction": [],
1255
+ "Ext.device.sqlite.Sencha": [],
1256
+ "Ext.device.storage.Abstract": [],
1257
+ "Ext.device.storage.Cordova": [],
1258
+ "Ext.device.storage.HTML5.Database": [],
1259
+ "Ext.device.storage.HTML5.HTML5": [],
1260
+ "Ext.device.storage.HTML5.SQLStatement": [],
1261
+ "Ext.device.storage.Simulator": [],
1262
+ "Ext.device.tunnel.Abstract": [],
1263
+ "Ext.device.tunnel.Connection": [],
1264
+ "Ext.device.tunnel.Sencha": [],
1265
+ "Ext.device.tunnel.Simulator": [],
1266
+ "Ext.direct.Event": [
1267
+ "direct.event"
1268
+ ],
1269
+ "Ext.direct.ExceptionEvent": [
1270
+ "direct.exception"
1271
+ ],
1272
+ "Ext.direct.JsonProvider": [
1273
+ "direct.jsonprovider"
1274
+ ],
1275
+ "Ext.direct.Manager": [],
1276
+ "Ext.direct.PollingProvider": [
1277
+ "direct.pollingprovider"
1278
+ ],
1279
+ "Ext.direct.Provider": [
1280
+ "direct.provider"
1281
+ ],
1282
+ "Ext.direct.RemotingEvent": [
1283
+ "direct.rpc"
1284
+ ],
1285
+ "Ext.direct.RemotingMethod": [],
1286
+ "Ext.direct.RemotingProvider": [
1287
+ "direct.remotingprovider"
1288
+ ],
1289
+ "Ext.direct.Transaction": [
1290
+ "direct.transaction"
1291
+ ],
1292
+ "Ext.dom.CompositeElement": [],
1293
+ "Ext.draw.Animator": [],
1294
+ "Ext.draw.Color": [],
1295
+ "Ext.draw.Component": [
1296
+ "widget.draw"
1297
+ ],
1298
+ "Ext.draw.Draw": [],
1299
+ "Ext.draw.LimitedCache": [],
1300
+ "Ext.draw.Matrix": [],
1301
+ "Ext.draw.Path": [],
1302
+ "Ext.draw.SegmentTree": [],
1303
+ "Ext.draw.Solver": [],
1304
+ "Ext.draw.Surface": [
1305
+ "widget.surface"
1306
+ ],
1307
+ "Ext.draw.TextMeasurer": [],
1308
+ "Ext.draw.TimingFunctions": [],
1309
+ "Ext.draw.engine.Canvas": [],
1310
+ "Ext.draw.engine.Svg": [],
1311
+ "Ext.draw.engine.SvgContext": [],
1312
+ "Ext.draw.engine.SvgContext.Gradient": [],
1313
+ "Ext.draw.engine.SvgExporter": [],
1314
+ "Ext.draw.gradient.Gradient": [],
1315
+ "Ext.draw.gradient.GradientDefinition": [],
1316
+ "Ext.draw.gradient.Linear": [],
1317
+ "Ext.draw.gradient.Radial": [],
1318
+ "Ext.draw.modifier.Animation": [
1319
+ "modifier.animation"
1320
+ ],
1321
+ "Ext.draw.modifier.Highlight": [
1322
+ "modifier.highlight"
1323
+ ],
1324
+ "Ext.draw.modifier.Modifier": [],
1325
+ "Ext.draw.modifier.Target": [
1326
+ "modifier.target"
1327
+ ],
1328
+ "Ext.draw.sprite.AnimationParser": [],
1329
+ "Ext.draw.sprite.Arc": [
1330
+ "sprite.arc"
1331
+ ],
1332
+ "Ext.draw.sprite.AttributeDefinition": [],
1333
+ "Ext.draw.sprite.AttributeParser": [],
1334
+ "Ext.draw.sprite.Circle": [
1335
+ "sprite.circle"
1336
+ ],
1337
+ "Ext.draw.sprite.Composite": [
1338
+ "sprite.composite"
1339
+ ],
1340
+ "Ext.draw.sprite.Ellipse": [
1341
+ "sprite.ellipse"
1342
+ ],
1343
+ "Ext.draw.sprite.EllipticalArc": [
1344
+ "sprite.ellipticalArc"
1345
+ ],
1346
+ "Ext.draw.sprite.Image": [
1347
+ "sprite.image"
1348
+ ],
1349
+ "Ext.draw.sprite.Instancing": [
1350
+ "sprite.instancing"
1351
+ ],
1352
+ "Ext.draw.sprite.Line": [
1353
+ "sprite.line"
1354
+ ],
1355
+ "Ext.draw.sprite.Path": [
1356
+ "sprite.path"
1357
+ ],
1358
+ "Ext.draw.sprite.Rect": [
1359
+ "sprite.rect"
1360
+ ],
1361
+ "Ext.draw.sprite.Sector": [
1362
+ "sprite.sector"
1363
+ ],
1364
+ "Ext.draw.sprite.Sprite": [
1365
+ "sprite.sprite"
1366
+ ],
1367
+ "Ext.draw.sprite.Text": [
1368
+ "sprite.text"
1369
+ ],
1370
+ "Ext.event.Controller": [],
1371
+ "Ext.event.Dispatcher": [],
1372
+ "Ext.event.Dom": [],
1373
+ "Ext.event.Event": [],
1374
+ "Ext.event.ListenerStack": [],
1375
+ "Ext.event.Touch": [],
1376
+ "Ext.event.publisher.ComponentDelegation": [],
1377
+ "Ext.event.publisher.ComponentPaint": [],
1378
+ "Ext.event.publisher.ComponentSize": [],
1379
+ "Ext.event.publisher.Dom": [],
1380
+ "Ext.event.publisher.ElementPaint": [],
1381
+ "Ext.event.publisher.ElementSize": [],
1382
+ "Ext.event.publisher.Publisher": [],
1383
+ "Ext.event.publisher.TouchGesture": [],
1384
+ "Ext.event.recognizer.DoubleTap": [],
1385
+ "Ext.event.recognizer.Drag": [],
1386
+ "Ext.event.recognizer.EdgeSwipe": [],
1387
+ "Ext.event.recognizer.HorizontalSwipe": [],
1388
+ "Ext.event.recognizer.LongPress": [],
1389
+ "Ext.event.recognizer.MultiTouch": [],
1390
+ "Ext.event.recognizer.Pinch": [],
1391
+ "Ext.event.recognizer.Recognizer": [],
1392
+ "Ext.event.recognizer.Rotate": [],
1393
+ "Ext.event.recognizer.SingleTouch": [],
1394
+ "Ext.event.recognizer.Swipe": [],
1395
+ "Ext.event.recognizer.Tap": [],
1396
+ "Ext.event.recognizer.Touch": [],
1397
+ "Ext.event.recognizer.VerticalSwipe": [],
1398
+ "Ext.field.Checkbox": [
1399
+ "widget.checkboxfield"
1400
+ ],
1401
+ "Ext.field.DatePicker": [
1402
+ "widget.datepickerfield"
1403
+ ],
1404
+ "Ext.field.DatePickerNative": [
1405
+ "widget.datepickernativefield"
1406
+ ],
1407
+ "Ext.field.Email": [
1408
+ "widget.emailfield"
1409
+ ],
1410
+ "Ext.field.Field": [
1411
+ "widget.field"
1412
+ ],
1413
+ "Ext.field.File": [
1414
+ "widget.filefield"
1415
+ ],
1416
+ "Ext.field.FileInput": [
1417
+ "widget.fileinput"
1418
+ ],
1419
+ "Ext.field.Hidden": [
1420
+ "widget.hiddenfield"
1421
+ ],
1422
+ "Ext.field.Input": [
1423
+ "widget.input"
1424
+ ],
1425
+ "Ext.field.Number": [
1426
+ "widget.numberfield"
1427
+ ],
1428
+ "Ext.field.Password": [
1429
+ "widget.passwordfield"
1430
+ ],
1431
+ "Ext.field.Radio": [
1432
+ "widget.radiofield"
1433
+ ],
1434
+ "Ext.field.Search": [
1435
+ "widget.searchfield"
1436
+ ],
1437
+ "Ext.field.Select": [
1438
+ "widget.selectfield"
1439
+ ],
1440
+ "Ext.field.Slider": [
1441
+ "widget.sliderfield"
1442
+ ],
1443
+ "Ext.field.Spinner": [
1444
+ "widget.spinnerfield"
1445
+ ],
1446
+ "Ext.field.Text": [
1447
+ "widget.textfield"
1448
+ ],
1449
+ "Ext.field.TextArea": [
1450
+ "widget.textareafield"
1451
+ ],
1452
+ "Ext.field.TextAreaInput": [
1453
+ "widget.textareainput"
1454
+ ],
1455
+ "Ext.field.Toggle": [
1456
+ "widget.togglefield"
1457
+ ],
1458
+ "Ext.field.Url": [
1459
+ "widget.urlfield"
1460
+ ],
1461
+ "Ext.form.FieldSet": [
1462
+ "widget.fieldset"
1463
+ ],
1464
+ "Ext.form.Panel": [
1465
+ "widget.formpanel"
1466
+ ],
1467
+ "Ext.fx.Animation": [],
1468
+ "Ext.fx.Easing": [],
1469
+ "Ext.fx.Runner": [],
1470
+ "Ext.fx.State": [],
1471
+ "Ext.fx.animation.Abstract": [],
1472
+ "Ext.fx.animation.Cube": [
1473
+ "animation.cube"
1474
+ ],
1475
+ "Ext.fx.animation.Fade": [
1476
+ "animation.fade",
1477
+ "animation.fadeIn"
1478
+ ],
1479
+ "Ext.fx.animation.FadeOut": [
1480
+ "animation.fadeOut"
1481
+ ],
1482
+ "Ext.fx.animation.Flip": [
1483
+ "animation.flip"
1484
+ ],
1485
+ "Ext.fx.animation.Pop": [
1486
+ "animation.pop",
1487
+ "animation.popIn"
1488
+ ],
1489
+ "Ext.fx.animation.PopOut": [
1490
+ "animation.popOut"
1491
+ ],
1492
+ "Ext.fx.animation.Slide": [
1493
+ "animation.slide",
1494
+ "animation.slideIn"
1495
+ ],
1496
+ "Ext.fx.animation.SlideOut": [
1497
+ "animation.slideOut"
1498
+ ],
1499
+ "Ext.fx.animation.Wipe": [],
1500
+ "Ext.fx.animation.WipeOut": [],
1501
+ "Ext.fx.easing.Abstract": [],
1502
+ "Ext.fx.easing.Bounce": [],
1503
+ "Ext.fx.easing.BoundMomentum": [],
1504
+ "Ext.fx.easing.EaseIn": [
1505
+ "easing.ease-in"
1506
+ ],
1507
+ "Ext.fx.easing.EaseOut": [
1508
+ "easing.ease-out"
1509
+ ],
1510
+ "Ext.fx.easing.Linear": [
1511
+ "easing.linear"
1512
+ ],
1513
+ "Ext.fx.easing.Momentum": [],
1514
+ "Ext.fx.layout.Card": [],
1515
+ "Ext.fx.layout.card.Abstract": [],
1516
+ "Ext.fx.layout.card.Cover": [
1517
+ "fx.layout.card.cover"
1518
+ ],
1519
+ "Ext.fx.layout.card.Cube": [
1520
+ "fx.layout.card.cube"
1521
+ ],
1522
+ "Ext.fx.layout.card.Fade": [
1523
+ "fx.layout.card.fade"
1524
+ ],
1525
+ "Ext.fx.layout.card.Flip": [
1526
+ "fx.layout.card.flip"
1527
+ ],
1528
+ "Ext.fx.layout.card.Pop": [
1529
+ "fx.layout.card.pop"
1530
+ ],
1531
+ "Ext.fx.layout.card.Reveal": [
1532
+ "fx.layout.card.reveal"
1533
+ ],
1534
+ "Ext.fx.layout.card.Scroll": [
1535
+ "fx.layout.card.scroll"
1536
+ ],
1537
+ "Ext.fx.layout.card.ScrollCover": [
1538
+ "fx.layout.card.scrollcover"
1539
+ ],
1540
+ "Ext.fx.layout.card.ScrollReveal": [
1541
+ "fx.layout.card.scrollreveal"
1542
+ ],
1543
+ "Ext.fx.layout.card.Slide": [
1544
+ "fx.layout.card.slide"
1545
+ ],
1546
+ "Ext.fx.layout.card.Style": [],
1547
+ "Ext.fx.runner.Css": [],
1548
+ "Ext.fx.runner.CssAnimation": [],
1549
+ "Ext.fx.runner.CssTransition": [],
1550
+ "Ext.layout.Abstract": [],
1551
+ "Ext.layout.Box": [
1552
+ "layout.tablebox"
1553
+ ],
1554
+ "Ext.layout.Card": [
1555
+ "layout.card"
1556
+ ],
1557
+ "Ext.layout.Default": [
1558
+ "layout.auto",
1559
+ "layout.default"
1560
+ ],
1561
+ "Ext.layout.Fit": [
1562
+ "layout.fit"
1563
+ ],
1564
+ "Ext.layout.FlexBox": [
1565
+ "layout.box"
1566
+ ],
1567
+ "Ext.layout.Float": [
1568
+ "layout.float"
1569
+ ],
1570
+ "Ext.layout.HBox": [
1571
+ "layout.hbox"
1572
+ ],
1573
+ "Ext.layout.VBox": [
1574
+ "layout.vbox"
1575
+ ],
1576
+ "Ext.layout.wrapper.BoxDock": [],
1577
+ "Ext.layout.wrapper.Dock": [],
1578
+ "Ext.layout.wrapper.Inner": [],
1579
+ "Ext.log.Base": [],
1580
+ "Ext.log.Logger": [],
1581
+ "Ext.log.filter.Filter": [],
1582
+ "Ext.log.filter.Priority": [],
1583
+ "Ext.log.formatter.Default": [],
1584
+ "Ext.log.formatter.Formatter": [],
1585
+ "Ext.log.formatter.Identity": [],
1586
+ "Ext.log.writer.Console": [],
1587
+ "Ext.log.writer.DocumentTitle": [],
1588
+ "Ext.log.writer.Remote": [],
1589
+ "Ext.log.writer.Writer": [],
1590
+ "Ext.mixin.Bindable": [],
1591
+ "Ext.mixin.Filterable": [],
1592
+ "Ext.mixin.Mixin": [],
1593
+ "Ext.mixin.Observable": [],
1594
+ "Ext.mixin.Progressable": [],
1595
+ "Ext.mixin.Selectable": [],
1596
+ "Ext.mixin.Sortable": [],
1597
+ "Ext.mixin.Templatable": [],
1598
+ "Ext.mixin.Traversable": [],
1599
+ "Ext.navigation.Bar": [],
1600
+ "Ext.navigation.View": [
1601
+ "widget.navigationview"
1602
+ ],
1603
+ "Ext.picker.Date": [
1604
+ "widget.datepicker"
1605
+ ],
1606
+ "Ext.picker.Picker": [
1607
+ "widget.picker"
1608
+ ],
1609
+ "Ext.picker.Slot": [
1610
+ "widget.pickerslot"
1611
+ ],
1612
+ "Ext.plugin.ListPaging": [
1613
+ "plugin.listpaging"
1614
+ ],
1615
+ "Ext.plugin.PullRefresh": [
1616
+ "plugin.pullrefresh"
1617
+ ],
1618
+ "Ext.plugin.SortableList": [
1619
+ "plugin.sortablelist"
1620
+ ],
1621
+ "Ext.scroll.Indicator": [],
1622
+ "Ext.scroll.Scroller": [],
1623
+ "Ext.scroll.View": [],
1624
+ "Ext.scroll.indicator.Abstract": [],
1625
+ "Ext.scroll.indicator.CssTransform": [],
1626
+ "Ext.scroll.indicator.Rounded": [],
1627
+ "Ext.scroll.indicator.ScrollPosition": [],
1628
+ "Ext.slider.Slider": [
1629
+ "widget.slider"
1630
+ ],
1631
+ "Ext.slider.Thumb": [
1632
+ "widget.thumb"
1633
+ ],
1634
+ "Ext.slider.Toggle": [],
1635
+ "Ext.tab.Bar": [
1636
+ "widget.tabbar"
1637
+ ],
1638
+ "Ext.tab.Panel": [
1639
+ "widget.tabpanel"
1640
+ ],
1641
+ "Ext.tab.Tab": [
1642
+ "widget.tab"
1643
+ ],
1644
+ "Ext.table.Cell": [
1645
+ "widget.tablecell"
1646
+ ],
1647
+ "Ext.table.Row": [
1648
+ "widget.tablerow"
1649
+ ],
1650
+ "Ext.table.Table": [
1651
+ "widget.table"
1652
+ ],
1653
+ "Ext.util.AbstractMixedCollection": [],
1654
+ "Ext.util.Audio": [],
1655
+ "Ext.util.Collection": [],
1656
+ "Ext.util.DelayedTask": [],
1657
+ "Ext.util.Draggable": [],
1658
+ "Ext.util.Droppable": [],
1659
+ "Ext.util.Filter": [],
1660
+ "Ext.util.Format": [],
1661
+ "Ext.util.Geolocation": [],
1662
+ "Ext.util.Grouper": [],
1663
+ "Ext.util.HashMap": [],
1664
+ "Ext.util.Inflector": [],
1665
+ "Ext.util.InputBlocker": [],
1666
+ "Ext.util.LineSegment": [],
1667
+ "Ext.util.MixedCollection": [],
1668
+ "Ext.util.Offset": [],
1669
+ "Ext.util.PaintMonitor": [],
1670
+ "Ext.util.Point": [],
1671
+ "Ext.util.PositionMap": [],
1672
+ "Ext.util.Region": [],
1673
+ "Ext.util.SizeMonitor": [],
1674
+ "Ext.util.Sortable": [],
1675
+ "Ext.util.Sorter": [],
1676
+ "Ext.util.TapRepeater": [],
1677
+ "Ext.util.Translatable": [],
1678
+ "Ext.util.TranslatableGroup": [],
1679
+ "Ext.util.TranslatableList": [],
1680
+ "Ext.util.Wrapper": [],
1681
+ "Ext.util.paintmonitor.Abstract": [],
1682
+ "Ext.util.paintmonitor.CssAnimation": [],
1683
+ "Ext.util.paintmonitor.OverflowChange": [],
1684
+ "Ext.util.sizemonitor.Abstract": [],
1685
+ "Ext.util.sizemonitor.Default": [],
1686
+ "Ext.util.sizemonitor.OverflowChange": [],
1687
+ "Ext.util.sizemonitor.Scroll": [],
1688
+ "Ext.util.translatable.Abstract": [],
1689
+ "Ext.util.translatable.CssPosition": [],
1690
+ "Ext.util.translatable.CssTransform": [],
1691
+ "Ext.util.translatable.Dom": [],
1692
+ "Ext.util.translatable.ScrollPosition": [],
1693
+ "Ext.ux.ActionOverFlowMenuButton": [],
1694
+ "Ext.ux.ApplicationMenu": [],
1695
+ "Ext.ux.ContextMenu": [],
1696
+ "Ext.ux.MenuButton": [],
1697
+ "Ext.ux.TabMenuButton": [],
1698
+ "Ext.ux.device.Analytics": [],
1699
+ "Ext.ux.device.Twitter": [],
1700
+ "Ext.ux.device.analytics.Abstract": [],
1701
+ "Ext.ux.device.analytics.Cordova": [],
1702
+ "Ext.ux.device.twitter.Abstract": [],
1703
+ "Ext.ux.device.twitter.Cordova": [],
1704
+ "Ext.ux.parse.Helper": [],
1705
+ "Ext.ux.parse.Model": [],
1706
+ "Ext.ux.parse.Proxy": [
1707
+ "proxy.parse"
1708
+ ],
1709
+ "Ext.ux.parse.Reader": [
1710
+ "reader.parse"
1711
+ ],
1712
+ "Ext.ux.parse.Store": [],
1713
+ "Ext.ux.parse.association.Pointer": [
1714
+ "association.pointer"
1715
+ ],
1716
+ "Ext.ux.parse.association.Relation": [
1717
+ "association.relation"
1718
+ ],
1719
+ "Ext.viewport.Android": [],
1720
+ "Ext.viewport.Default": [
1721
+ "widget.viewport"
1722
+ ],
1723
+ "Ext.viewport.Ios": [],
1724
+ "Ext.viewport.Viewport": [],
1725
+ "Ext.viewport.WindowsPhone": []
1726
+ });
47
1727
 
48
1728
  Ext.Loader.setPath({
49
1729
  'Ext': 'assets/sencha-touch'