From 854a06804f836ba67af3ef445f8b01001ed7987f Mon Sep 17 00:00:00 2001 From: AlexVangelov Date: Mon, 29 Dec 2014 21:58:01 -0500 Subject: [PATCH] v 2.0.1 include alternative mappings --- CHANGELOG.md | 3 + Gemfile.lock | 76 +- lib/sencha-touch/rails/engine.rb | 4 +- lib/sencha-touch/rails/version.rb | 4 +- .../assets/javascripts/sencha-touch-rails.js | 1682 ++++++++++++++++- 5 files changed, 1711 insertions(+), 58 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 944563e..14fa577 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2.0.1 + - Include alternative mappings + ## 2.0.0 - Sencha Touch 2.4.1 GPL diff --git a/Gemfile.lock b/Gemfile.lock index 9b06f2b..b42bd07 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,63 +1,35 @@ PATH remote: . specs: - sencha-touch-rails (1.0.2) - railties (>= 3.2.1, < 5.0) + sencha-touch-rails (2.0.0) + compass (>= 1.0.1) + compass-blueprint (>= 1.0.0) GEM remote: https://rubygems.org/ specs: - actionpack (4.2.0) - actionview (= 4.2.0) - activesupport (= 4.2.0) - rack (~> 1.6.0) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.1) - actionview (4.2.0) - activesupport (= 4.2.0) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.1) - activesupport (4.2.0) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - builder (3.2.2) - erubis (2.7.0) - i18n (0.7.0) - json (1.8.1) - loofah (2.0.1) - nokogiri (>= 1.5.9) - mini_portile (0.6.1) - minitest (5.5.0) - nokogiri (1.6.5) - mini_portile (~> 0.6.0) - rack (1.6.0) - rack-test (0.6.2) - rack (>= 1.0) - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.5) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6.0) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.1) - loofah (~> 2.0) - railties (4.2.0) - actionpack (= 4.2.0) - activesupport (= 4.2.0) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (10.4.2) + chunky_png (1.3.3) + compass (1.0.1) + chunky_png (~> 1.2) + compass-core (~> 1.0.1) + compass-import-once (~> 1.0.5) + rb-fsevent (>= 0.9.3) + rb-inotify (>= 0.9) + sass (>= 3.3.13, < 3.5) + compass-blueprint (1.0.0) + compass + compass-core (1.0.1) + multi_json (~> 1.0) + sass (>= 3.3.0, < 3.5) + compass-import-once (1.0.5) + sass (>= 3.2, < 3.5) + ffi (1.9.6) + multi_json (1.10.1) + rb-fsevent (0.9.4) + rb-inotify (0.9.5) + ffi (>= 0.5.0) rubyzip (1.1.6) - thor (0.19.1) - thread_safe (0.3.4) - tzinfo (1.2.2) - thread_safe (~> 0.1) + sass (3.4.9) PLATFORMS ruby diff --git a/lib/sencha-touch/rails/engine.rb b/lib/sencha-touch/rails/engine.rb index d83be71..c5ddcc3 100644 --- a/lib/sencha-touch/rails/engine.rb +++ b/lib/sencha-touch/rails/engine.rb @@ -2,9 +2,7 @@ module SenchaTouch module Rails class Engine < ::Rails::Engine - initializer "add compass assets" do |app| - #Rails.application.config.assets.precompile += %w{ bookmarklet.css } - #Rails.application.config.assets.precompile += %w{ bookmarklet.js } + initializer "add assets" do |app| app.config.assets.paths << "#{Gem.loaded_specs['compass-core'].full_gem_path}/stylesheets" app.config.assets.paths << "#{Gem.loaded_specs['compass-blueprint'].full_gem_path}/framework/blueprint/stylesheets" app.config.assets.paths << root.join("vendor", "compass-recipes", "stylesheets") diff --git a/lib/sencha-touch/rails/version.rb b/lib/sencha-touch/rails/version.rb index 49dfcc3..c224d3b 100644 --- a/lib/sencha-touch/rails/version.rb +++ b/lib/sencha-touch/rails/version.rb @@ -1,6 +1,6 @@ module SenchaTouch module Rails - VERSION = "2.0.0" - SENCHA_TOUC_VERSION = "2.4.1" + VERSION = "2.0.1" + SENCHA_TOUCH_VERSION = "2.4.1 GPL" end end diff --git a/vendor/assets/javascripts/sencha-touch-rails.js b/vendor/assets/javascripts/sencha-touch-rails.js index ceff9c7..6c80995 100644 --- a/vendor/assets/javascripts/sencha-touch-rails.js +++ b/vendor/assets/javascripts/sencha-touch-rails.js @@ -1,5 +1,5 @@ /* -This file includes Senchca Touch javascrip files in Rails Asset Pipeline +This file includes Senchca Touch javascript files in Rails Asset Pipeline @author Alex Vangelov GNU General Public License Usage @@ -44,6 +44,1686 @@ at http://www.sencha.com/contact. //= require sencha-touch/dom/Element.style //= require sencha-touch/dom/Element.traversal //= require sencha-touch/dom/CompositeElementLite +Ext.ClassManager.addNameAlternateMappings({ + "Ext.AbstractComponent": [], + "Ext.AbstractManager": [], + "Ext.AbstractPlugin": [], + "Ext.ActionSheet": [], + "Ext.Ajax": [], + "Ext.Anim": [], + "Ext.AnimationQueue": [], + "Ext.Audio": [], + "Ext.BingMap": [], + "Ext.Button": [], + "Ext.Component": [ + "Ext.lib.Component" + ], + "Ext.ComponentManager": [ + "Ext.ComponentMgr" + ], + "Ext.ComponentQuery": [], + "Ext.Container": [ + "Ext.lib.Container" + ], + "Ext.Decorator": [], + "Ext.Evented": [ + "Ext.EventedBase" + ], + "Ext.Img": [], + "Ext.ItemCollection": [], + "Ext.Label": [], + "Ext.LoadMask": [], + "Ext.Map": [], + "Ext.Mask": [], + "Ext.Media": [], + "Ext.Menu": [], + "Ext.MessageBox": [], + "Ext.Panel": [ + "Ext.lib.Panel" + ], + "Ext.ProgressIndicator": [], + "Ext.Promise": [], + "Ext.SegmentedButton": [], + "Ext.Sheet": [], + "Ext.Sortable": [], + "Ext.Spacer": [], + "Ext.TaskQueue": [], + "Ext.Template": [], + "Ext.Title": [], + "Ext.TitleBar": [], + "Ext.Toast": [], + "Ext.Toolbar": [], + "Ext.Video": [], + "Ext.XTemplate": [], + "Ext.XTemplateCompiler": [], + "Ext.XTemplateParser": [], + "Ext.app.Action": [], + "Ext.app.Application": [], + "Ext.app.Controller": [], + "Ext.app.History": [], + "Ext.app.Profile": [], + "Ext.app.Route": [], + "Ext.app.Router": [], + "Ext.behavior.Behavior": [], + "Ext.behavior.Draggable": [], + "Ext.behavior.Scrollable": [], + "Ext.behavior.Translatable": [], + "Ext.carousel.Carousel": [ + "Ext.Carousel" + ], + "Ext.carousel.Indicator": [ + "Ext.Carousel.Indicator" + ], + "Ext.carousel.Infinite": [], + "Ext.carousel.Item": [], + "Ext.chart.AbstractChart": [], + "Ext.chart.CartesianChart": [ + "Ext.chart.Chart" + ], + "Ext.chart.Legend": [], + "Ext.chart.MarkerHolder": [], + "Ext.chart.Markers": [], + "Ext.chart.PolarChart": [], + "Ext.chart.SpaceFillingChart": [], + "Ext.chart.axis.Axis": [], + "Ext.chart.axis.Category": [], + "Ext.chart.axis.Numeric": [], + "Ext.chart.axis.Time": [], + "Ext.chart.axis.layout.CombineDuplicate": [], + "Ext.chart.axis.layout.Continuous": [], + "Ext.chart.axis.layout.Discrete": [], + "Ext.chart.axis.layout.Layout": [], + "Ext.chart.axis.segmenter.Names": [], + "Ext.chart.axis.segmenter.Numeric": [], + "Ext.chart.axis.segmenter.Segmenter": [], + "Ext.chart.axis.segmenter.Time": [], + "Ext.chart.axis.sprite.Axis": [], + "Ext.chart.grid.CircularGrid": [], + "Ext.chart.grid.HorizontalGrid": [], + "Ext.chart.grid.RadialGrid": [], + "Ext.chart.grid.VerticalGrid": [], + "Ext.chart.interactions.Abstract": [], + "Ext.chart.interactions.CrossZoom": [], + "Ext.chart.interactions.Crosshair": [], + "Ext.chart.interactions.ItemHighlight": [], + "Ext.chart.interactions.ItemInfo": [], + "Ext.chart.interactions.PanZoom": [], + "Ext.chart.interactions.Rotate": [], + "Ext.chart.interactions.RotatePie3D": [], + "Ext.chart.label.Callout": [], + "Ext.chart.label.Label": [], + "Ext.chart.series.Area": [], + "Ext.chart.series.Bar": [], + "Ext.chart.series.CandleStick": [], + "Ext.chart.series.Cartesian": [], + "Ext.chart.series.Gauge": [], + "Ext.chart.series.ItemPublisher": [], + "Ext.chart.series.Line": [], + "Ext.chart.series.Pie": [], + "Ext.chart.series.Pie3D": [], + "Ext.chart.series.Polar": [], + "Ext.chart.series.Radar": [], + "Ext.chart.series.Scatter": [], + "Ext.chart.series.Series": [], + "Ext.chart.series.StackedCartesian": [], + "Ext.chart.series.sprite.Aggregative": [], + "Ext.chart.series.sprite.Area": [], + "Ext.chart.series.sprite.Bar": [], + "Ext.chart.series.sprite.CandleStick": [], + "Ext.chart.series.sprite.Cartesian": [], + "Ext.chart.series.sprite.Line": [], + "Ext.chart.series.sprite.Pie3DPart": [], + "Ext.chart.series.sprite.PieSlice": [], + "Ext.chart.series.sprite.Polar": [], + "Ext.chart.series.sprite.Radar": [], + "Ext.chart.series.sprite.Scatter": [], + "Ext.chart.series.sprite.StackedCartesian": [], + "Ext.data.ArrayStore": [], + "Ext.data.Batch": [], + "Ext.data.Connection": [], + "Ext.data.DirectStore": [], + "Ext.data.Error": [], + "Ext.data.Errors": [], + "Ext.data.Field": [], + "Ext.data.JsonP": [ + "Ext.util.JSONP" + ], + "Ext.data.JsonStore": [], + "Ext.data.Model": [ + "Ext.data.Record" + ], + "Ext.data.ModelManager": [ + "Ext.ModelMgr", + "Ext.ModelManager" + ], + "Ext.data.NodeInterface": [ + "Ext.data.Node" + ], + "Ext.data.NodeStore": [], + "Ext.data.Operation": [], + "Ext.data.Request": [], + "Ext.data.ResultSet": [], + "Ext.data.SortTypes": [], + "Ext.data.Store": [], + "Ext.data.StoreManager": [ + "Ext.StoreMgr", + "Ext.data.StoreMgr", + "Ext.StoreManager" + ], + "Ext.data.TreeStore": [], + "Ext.data.Types": [], + "Ext.data.Validations": [ + "Ext.data.validations" + ], + "Ext.data.association.Association": [ + "Ext.data.Association" + ], + "Ext.data.association.BelongsTo": [ + "Ext.data.BelongsToAssociation" + ], + "Ext.data.association.HasMany": [ + "Ext.data.HasManyAssociation" + ], + "Ext.data.association.HasOne": [ + "Ext.data.HasOneAssociation" + ], + "Ext.data.identifier.Sequential": [], + "Ext.data.identifier.Simple": [], + "Ext.data.identifier.Uuid": [], + "Ext.data.proxy.Ajax": [ + "Ext.data.HttpProxy", + "Ext.data.AjaxProxy" + ], + "Ext.data.proxy.Client": [ + "Ext.proxy.ClientProxy" + ], + "Ext.data.proxy.Direct": [ + "Ext.data.DirectProxy" + ], + "Ext.data.proxy.JsonP": [ + "Ext.data.ScriptTagProxy" + ], + "Ext.data.proxy.LocalStorage": [ + "Ext.data.LocalStorageProxy" + ], + "Ext.data.proxy.Memory": [ + "Ext.data.MemoryProxy" + ], + "Ext.data.proxy.Proxy": [ + "Ext.data.DataProxy", + "Ext.data.Proxy" + ], + "Ext.data.proxy.Rest": [ + "Ext.data.RestProxy" + ], + "Ext.data.proxy.Server": [ + "Ext.data.ServerProxy" + ], + "Ext.data.proxy.SessionStorage": [ + "Ext.data.SessionStorageProxy" + ], + "Ext.data.proxy.Sql": [ + "Ext.data.proxy.SQL" + ], + "Ext.data.proxy.WebStorage": [ + "Ext.data.WebStorageProxy" + ], + "Ext.data.reader.Array": [ + "Ext.data.ArrayReader" + ], + "Ext.data.reader.Json": [ + "Ext.data.JsonReader" + ], + "Ext.data.reader.Reader": [ + "Ext.data.Reader", + "Ext.data.DataReader" + ], + "Ext.data.reader.Xml": [ + "Ext.data.XmlReader" + ], + "Ext.data.writer.Json": [ + "Ext.data.JsonWriter" + ], + "Ext.data.writer.Writer": [ + "Ext.data.DataWriter", + "Ext.data.Writer" + ], + "Ext.data.writer.Xml": [ + "Ext.data.XmlWriter" + ], + "Ext.dataview.DataView": [ + "Ext.DataView" + ], + "Ext.dataview.IndexBar": [ + "Ext.IndexBar" + ], + "Ext.dataview.List": [ + "Ext.List" + ], + "Ext.dataview.ListItemHeader": [], + "Ext.dataview.NestedList": [ + "Ext.NestedList" + ], + "Ext.dataview.component.Container": [], + "Ext.dataview.component.DataItem": [], + "Ext.dataview.component.ListItem": [], + "Ext.dataview.component.SimpleListItem": [], + "Ext.dataview.element.Container": [], + "Ext.dataview.element.List": [], + "Ext.device.Accelerometer": [], + "Ext.device.Browser": [], + "Ext.device.Camera": [], + "Ext.device.Capture": [], + "Ext.device.Communicator": [], + "Ext.device.Compass": [], + "Ext.device.Connection": [], + "Ext.device.Contacts": [], + "Ext.device.Device": [], + "Ext.device.FileSystem": [], + "Ext.device.Geolocation": [], + "Ext.device.Globalization": [], + "Ext.device.Media": [], + "Ext.device.Notification": [], + "Ext.device.Orientation": [], + "Ext.device.Purchases": [], + "Ext.device.Purchases.Product": [], + "Ext.device.Push": [], + "Ext.device.SQLite": [], + "Ext.device.Splashscreen": [], + "Ext.device.Storage": [], + "Ext.device.Tunnel": [], + "Ext.device.accelerometer.Abstract": [], + "Ext.device.accelerometer.Cordova": [ + "Ext.device.accelerometer.PhoneGap" + ], + "Ext.device.accelerometer.Simulator": [], + "Ext.device.browser.Abstract": [], + "Ext.device.browser.Cordova": [], + "Ext.device.browser.Simulator": [], + "Ext.device.browser.Window": [], + "Ext.device.camera.Abstract": [], + "Ext.device.camera.Cordova": [ + "Ext.device.camera.PhoneGap" + ], + "Ext.device.camera.Sencha": [], + "Ext.device.camera.Simulator": [], + "Ext.device.capture.Abstract": [ + "Ext.device.capture.Simulator" + ], + "Ext.device.capture.Cordova": [], + "Ext.device.communicator.Android": [], + "Ext.device.communicator.Default": [], + "Ext.device.compass.Abstract": [], + "Ext.device.compass.Cordova": [ + "Ext.device.compass.PhoneGap" + ], + "Ext.device.compass.Simulator": [], + "Ext.device.connection.Abstract": [], + "Ext.device.connection.Cordova": [ + "Ext.device.connection.PhoneGap" + ], + "Ext.device.connection.Sencha": [], + "Ext.device.connection.Simulator": [], + "Ext.device.contacts.Abstract": [], + "Ext.device.contacts.Cordova": [ + "Ext.device.contacts.PhoneGap" + ], + "Ext.device.contacts.Sencha": [], + "Ext.device.device.Abstract": [], + "Ext.device.device.Cordova": [ + "Ext.device.device.PhoneGap" + ], + "Ext.device.device.Sencha": [], + "Ext.device.device.Simulator": [], + "Ext.device.filesystem.Abstract": [], + "Ext.device.filesystem.Chrome": [], + "Ext.device.filesystem.Cordova": [ + "Ext.device.filesystem.PhoneGap" + ], + "Ext.device.filesystem.DirectoryEntry": [], + "Ext.device.filesystem.Entry": [], + "Ext.device.filesystem.FileEntry": [], + "Ext.device.filesystem.FileSystem": [], + "Ext.device.filesystem.HTML5": [], + "Ext.device.filesystem.Sencha": [], + "Ext.device.filesystem.Simulator": [], + "Ext.device.geolocation.Abstract": [], + "Ext.device.geolocation.Cordova": [ + "Ext.device.geolocation.PhoneGap" + ], + "Ext.device.geolocation.Sencha": [], + "Ext.device.geolocation.Simulator": [], + "Ext.device.globalization.Abstract": [], + "Ext.device.globalization.Cordova": [ + "Ext.device.globalization.PhoneGap" + ], + "Ext.device.globalization.Simulator": [], + "Ext.device.media.Abstract": [], + "Ext.device.media.Cordova": [ + "Ext.device.media.PhoneGap" + ], + "Ext.device.notification.Abstract": [], + "Ext.device.notification.Cordova": [ + "Ext.device.notification.PhoneGap" + ], + "Ext.device.notification.Sencha": [], + "Ext.device.notification.Simulator": [], + "Ext.device.orientation.Abstract": [], + "Ext.device.orientation.HTML5": [], + "Ext.device.orientation.Sencha": [], + "Ext.device.purchases.Purchase": [], + "Ext.device.purchases.Sencha": [], + "Ext.device.push.Abstract": [], + "Ext.device.push.Cordova": [], + "Ext.device.push.Sencha": [], + "Ext.device.splashscreen.Abstract": [], + "Ext.device.splashscreen.Cordova": [ + "Ext.device.splashscreen.PhoneGap" + ], + "Ext.device.splashscreen.Simulator": [], + "Ext.device.sqlite.Database": [], + "Ext.device.sqlite.SQLResultSet": [], + "Ext.device.sqlite.SQLResultSetRowList": [], + "Ext.device.sqlite.SQLTransaction": [], + "Ext.device.sqlite.Sencha": [], + "Ext.device.storage.Abstract": [], + "Ext.device.storage.Cordova": [ + "Ext.device.storage.PhoneGap" + ], + "Ext.device.storage.HTML5.Database": [], + "Ext.device.storage.HTML5.HTML5": [], + "Ext.device.storage.HTML5.SQLStatement": [], + "Ext.device.storage.Simulator": [], + "Ext.device.tunnel.Abstract": [], + "Ext.device.tunnel.Connection": [], + "Ext.device.tunnel.Sencha": [], + "Ext.device.tunnel.Simulator": [], + "Ext.direct.Event": [], + "Ext.direct.ExceptionEvent": [], + "Ext.direct.JsonProvider": [], + "Ext.direct.Manager": [ + "Ext.Direct" + ], + "Ext.direct.PollingProvider": [], + "Ext.direct.Provider": [], + "Ext.direct.RemotingEvent": [], + "Ext.direct.RemotingMethod": [], + "Ext.direct.RemotingProvider": [], + "Ext.direct.Transaction": [ + "Ext.Direct.Transaction" + ], + "Ext.dom.CompositeElement": [ + "Ext.CompositeElement" + ], + "Ext.draw.Animator": [], + "Ext.draw.Color": [], + "Ext.draw.Component": [], + "Ext.draw.Draw": [], + "Ext.draw.LimitedCache": [], + "Ext.draw.Matrix": [], + "Ext.draw.Path": [], + "Ext.draw.SegmentTree": [], + "Ext.draw.Solver": [], + "Ext.draw.Surface": [], + "Ext.draw.TextMeasurer": [], + "Ext.draw.TimingFunctions": [], + "Ext.draw.engine.Canvas": [], + "Ext.draw.engine.Svg": [], + "Ext.draw.engine.SvgContext": [], + "Ext.draw.engine.SvgContext.Gradient": [], + "Ext.draw.engine.SvgExporter": [], + "Ext.draw.gradient.Gradient": [], + "Ext.draw.gradient.GradientDefinition": [], + "Ext.draw.gradient.Linear": [], + "Ext.draw.gradient.Radial": [], + "Ext.draw.modifier.Animation": [], + "Ext.draw.modifier.Highlight": [], + "Ext.draw.modifier.Modifier": [], + "Ext.draw.modifier.Target": [], + "Ext.draw.sprite.AnimationParser": [], + "Ext.draw.sprite.Arc": [], + "Ext.draw.sprite.AttributeDefinition": [], + "Ext.draw.sprite.AttributeParser": [], + "Ext.draw.sprite.Circle": [], + "Ext.draw.sprite.Composite": [], + "Ext.draw.sprite.Ellipse": [], + "Ext.draw.sprite.EllipticalArc": [], + "Ext.draw.sprite.Image": [], + "Ext.draw.sprite.Instancing": [], + "Ext.draw.sprite.Line": [], + "Ext.draw.sprite.Path": [], + "Ext.draw.sprite.Rect": [], + "Ext.draw.sprite.Sector": [], + "Ext.draw.sprite.Sprite": [], + "Ext.draw.sprite.Text": [], + "Ext.event.Controller": [], + "Ext.event.Dispatcher": [], + "Ext.event.Dom": [], + "Ext.event.Event": [ + "Ext.EventObject" + ], + "Ext.event.ListenerStack": [], + "Ext.event.Touch": [], + "Ext.event.publisher.ComponentDelegation": [], + "Ext.event.publisher.ComponentPaint": [], + "Ext.event.publisher.ComponentSize": [], + "Ext.event.publisher.Dom": [], + "Ext.event.publisher.ElementPaint": [], + "Ext.event.publisher.ElementSize": [], + "Ext.event.publisher.Publisher": [], + "Ext.event.publisher.TouchGesture": [], + "Ext.event.recognizer.DoubleTap": [], + "Ext.event.recognizer.Drag": [], + "Ext.event.recognizer.EdgeSwipe": [], + "Ext.event.recognizer.HorizontalSwipe": [], + "Ext.event.recognizer.LongPress": [], + "Ext.event.recognizer.MultiTouch": [], + "Ext.event.recognizer.Pinch": [], + "Ext.event.recognizer.Recognizer": [], + "Ext.event.recognizer.Rotate": [], + "Ext.event.recognizer.SingleTouch": [], + "Ext.event.recognizer.Swipe": [], + "Ext.event.recognizer.Tap": [], + "Ext.event.recognizer.Touch": [], + "Ext.event.recognizer.VerticalSwipe": [], + "Ext.field.Checkbox": [ + "Ext.form.Checkbox" + ], + "Ext.field.DatePicker": [ + "Ext.form.DatePicker" + ], + "Ext.field.DatePickerNative": [ + "Ext.form.DatePickerNative" + ], + "Ext.field.Email": [ + "Ext.form.Email" + ], + "Ext.field.Field": [ + "Ext.form.Field" + ], + "Ext.field.File": [], + "Ext.field.FileInput": [], + "Ext.field.Hidden": [ + "Ext.form.Hidden" + ], + "Ext.field.Input": [], + "Ext.field.Number": [ + "Ext.form.Number" + ], + "Ext.field.Password": [ + "Ext.form.Password" + ], + "Ext.field.Radio": [ + "Ext.form.Radio" + ], + "Ext.field.Search": [ + "Ext.form.Search" + ], + "Ext.field.Select": [ + "Ext.form.Select" + ], + "Ext.field.Slider": [ + "Ext.form.Slider" + ], + "Ext.field.Spinner": [ + "Ext.form.Spinner" + ], + "Ext.field.Text": [ + "Ext.form.Text" + ], + "Ext.field.TextArea": [ + "Ext.form.TextArea" + ], + "Ext.field.TextAreaInput": [], + "Ext.field.Toggle": [ + "Ext.form.Toggle" + ], + "Ext.field.Url": [ + "Ext.form.Url" + ], + "Ext.form.FieldSet": [], + "Ext.form.Panel": [ + "Ext.form.FormPanel" + ], + "Ext.fx.Animation": [], + "Ext.fx.Easing": [], + "Ext.fx.Runner": [], + "Ext.fx.State": [], + "Ext.fx.animation.Abstract": [], + "Ext.fx.animation.Cube": [], + "Ext.fx.animation.Fade": [ + "Ext.fx.animation.FadeIn" + ], + "Ext.fx.animation.FadeOut": [], + "Ext.fx.animation.Flip": [], + "Ext.fx.animation.Pop": [ + "Ext.fx.animation.PopIn" + ], + "Ext.fx.animation.PopOut": [], + "Ext.fx.animation.Slide": [ + "Ext.fx.animation.SlideIn" + ], + "Ext.fx.animation.SlideOut": [], + "Ext.fx.animation.Wipe": [ + "Ext.fx.animation.WipeIn" + ], + "Ext.fx.animation.WipeOut": [], + "Ext.fx.easing.Abstract": [], + "Ext.fx.easing.Bounce": [], + "Ext.fx.easing.BoundMomentum": [], + "Ext.fx.easing.EaseIn": [], + "Ext.fx.easing.EaseOut": [], + "Ext.fx.easing.Linear": [], + "Ext.fx.easing.Momentum": [], + "Ext.fx.layout.Card": [], + "Ext.fx.layout.card.Abstract": [], + "Ext.fx.layout.card.Cover": [], + "Ext.fx.layout.card.Cube": [], + "Ext.fx.layout.card.Fade": [], + "Ext.fx.layout.card.Flip": [], + "Ext.fx.layout.card.Pop": [], + "Ext.fx.layout.card.Reveal": [], + "Ext.fx.layout.card.Scroll": [], + "Ext.fx.layout.card.ScrollCover": [], + "Ext.fx.layout.card.ScrollReveal": [], + "Ext.fx.layout.card.Slide": [], + "Ext.fx.layout.card.Style": [], + "Ext.fx.runner.Css": [], + "Ext.fx.runner.CssAnimation": [], + "Ext.fx.runner.CssTransition": [], + "Ext.layout.Abstract": [], + "Ext.layout.Box": [], + "Ext.layout.Card": [], + "Ext.layout.Default": [], + "Ext.layout.Fit": [], + "Ext.layout.FlexBox": [], + "Ext.layout.Float": [], + "Ext.layout.HBox": [], + "Ext.layout.VBox": [], + "Ext.layout.wrapper.BoxDock": [], + "Ext.layout.wrapper.Dock": [], + "Ext.layout.wrapper.Inner": [], + "Ext.log.Base": [], + "Ext.log.Logger": [], + "Ext.log.filter.Filter": [], + "Ext.log.filter.Priority": [], + "Ext.log.formatter.Default": [], + "Ext.log.formatter.Formatter": [], + "Ext.log.formatter.Identity": [], + "Ext.log.writer.Console": [], + "Ext.log.writer.DocumentTitle": [], + "Ext.log.writer.Remote": [], + "Ext.log.writer.Writer": [], + "Ext.mixin.Bindable": [], + "Ext.mixin.Filterable": [], + "Ext.mixin.Mixin": [], + "Ext.mixin.Observable": [ + "Ext.util.Observable" + ], + "Ext.mixin.Progressable": [], + "Ext.mixin.Selectable": [], + "Ext.mixin.Sortable": [], + "Ext.mixin.Templatable": [], + "Ext.mixin.Traversable": [], + "Ext.navigation.Bar": [], + "Ext.navigation.View": [ + "Ext.NavigationView" + ], + "Ext.picker.Date": [ + "Ext.DatePicker" + ], + "Ext.picker.Picker": [ + "Ext.Picker" + ], + "Ext.picker.Slot": [ + "Ext.Picker.Slot" + ], + "Ext.plugin.ListPaging": [], + "Ext.plugin.PullRefresh": [], + "Ext.plugin.SortableList": [], + "Ext.scroll.Indicator": [ + "Ext.util.Indicator" + ], + "Ext.scroll.Scroller": [], + "Ext.scroll.View": [ + "Ext.util.ScrollView" + ], + "Ext.scroll.indicator.Abstract": [], + "Ext.scroll.indicator.CssTransform": [], + "Ext.scroll.indicator.Rounded": [], + "Ext.scroll.indicator.ScrollPosition": [], + "Ext.slider.Slider": [], + "Ext.slider.Thumb": [], + "Ext.slider.Toggle": [], + "Ext.tab.Bar": [ + "Ext.TabBar" + ], + "Ext.tab.Panel": [ + "Ext.TabPanel" + ], + "Ext.tab.Tab": [ + "Ext.Tab" + ], + "Ext.table.Cell": [], + "Ext.table.Row": [], + "Ext.table.Table": [], + "Ext.util.AbstractMixedCollection": [], + "Ext.util.Audio": [], + "Ext.util.Collection": [], + "Ext.util.DelayedTask": [], + "Ext.util.Draggable": [], + "Ext.util.Droppable": [], + "Ext.util.Filter": [], + "Ext.util.Format": [], + "Ext.util.Geolocation": [ + "Ext.util.GeoLocation" + ], + "Ext.util.Grouper": [], + "Ext.util.HashMap": [], + "Ext.util.Inflector": [], + "Ext.util.InputBlocker": [], + "Ext.util.LineSegment": [], + "Ext.util.MixedCollection": [], + "Ext.util.Offset": [], + "Ext.util.PaintMonitor": [], + "Ext.util.Point": [], + "Ext.util.PositionMap": [], + "Ext.util.Region": [], + "Ext.util.SizeMonitor": [], + "Ext.util.Sortable": [], + "Ext.util.Sorter": [], + "Ext.util.TapRepeater": [], + "Ext.util.Translatable": [], + "Ext.util.TranslatableGroup": [], + "Ext.util.TranslatableList": [], + "Ext.util.Wrapper": [], + "Ext.util.paintmonitor.Abstract": [], + "Ext.util.paintmonitor.CssAnimation": [], + "Ext.util.paintmonitor.OverflowChange": [], + "Ext.util.sizemonitor.Abstract": [], + "Ext.util.sizemonitor.Default": [], + "Ext.util.sizemonitor.OverflowChange": [], + "Ext.util.sizemonitor.Scroll": [], + "Ext.util.translatable.Abstract": [], + "Ext.util.translatable.CssPosition": [], + "Ext.util.translatable.CssTransform": [], + "Ext.util.translatable.Dom": [], + "Ext.util.translatable.ScrollPosition": [], + "Ext.ux.ActionOverFlowMenuButton": [], + "Ext.ux.ApplicationMenu": [], + "Ext.ux.ContextMenu": [], + "Ext.ux.MenuButton": [], + "Ext.ux.TabMenuButton": [], + "Ext.ux.device.Analytics": [], + "Ext.ux.device.Twitter": [], + "Ext.ux.device.analytics.Abstract": [], + "Ext.ux.device.analytics.Cordova": [], + "Ext.ux.device.twitter.Abstract": [], + "Ext.ux.device.twitter.Cordova": [], + "Ext.ux.parse.Helper": [ + "ParseHelper" + ], + "Ext.ux.parse.Model": [], + "Ext.ux.parse.Proxy": [], + "Ext.ux.parse.Reader": [], + "Ext.ux.parse.Store": [], + "Ext.ux.parse.association.Pointer": [], + "Ext.ux.parse.association.Relation": [], + "Ext.viewport.Android": [], + "Ext.viewport.Default": [], + "Ext.viewport.Ios": [], + "Ext.viewport.Viewport": [], + "Ext.viewport.WindowsPhone": [ + "Ext.viewport.WP" + ] +}); +Ext.ClassManager.addNameAliasMappings({ + "Ext.AbstractComponent": [], + "Ext.AbstractManager": [], + "Ext.AbstractPlugin": [], + "Ext.ActionSheet": [ + "widget.actionsheet" + ], + "Ext.Ajax": [], + "Ext.Anim": [], + "Ext.AnimationQueue": [], + "Ext.Audio": [ + "widget.audio" + ], + "Ext.BingMap": [ + "widget.bingmap" + ], + "Ext.Button": [ + "widget.button" + ], + "Ext.Component": [ + "widget.component" + ], + "Ext.ComponentManager": [], + "Ext.ComponentQuery": [], + "Ext.Container": [ + "widget.container" + ], + "Ext.Decorator": [], + "Ext.Evented": [], + "Ext.Img": [ + "widget.image", + "widget.img" + ], + "Ext.ItemCollection": [], + "Ext.Label": [ + "widget.label" + ], + "Ext.LoadMask": [ + "widget.loadmask" + ], + "Ext.Map": [ + "widget.map" + ], + "Ext.Mask": [ + "widget.mask" + ], + "Ext.Media": [ + "widget.media" + ], + "Ext.Menu": [ + "widget.menu" + ], + "Ext.MessageBox": [], + "Ext.Panel": [ + "widget.panel" + ], + "Ext.ProgressIndicator": [ + "widget.progressindicator" + ], + "Ext.Promise": [], + "Ext.SegmentedButton": [ + "widget.segmentedbutton" + ], + "Ext.Sheet": [ + "widget.sheet" + ], + "Ext.Sortable": [], + "Ext.Spacer": [ + "widget.spacer" + ], + "Ext.TaskQueue": [], + "Ext.Template": [], + "Ext.Title": [ + "widget.title" + ], + "Ext.TitleBar": [ + "widget.titlebar" + ], + "Ext.Toast": [], + "Ext.Toolbar": [ + "widget.toolbar" + ], + "Ext.Video": [ + "widget.video" + ], + "Ext.XTemplate": [], + "Ext.XTemplateCompiler": [], + "Ext.XTemplateParser": [], + "Ext.app.Action": [], + "Ext.app.Application": [], + "Ext.app.Controller": [], + "Ext.app.History": [], + "Ext.app.Profile": [], + "Ext.app.Route": [], + "Ext.app.Router": [], + "Ext.behavior.Behavior": [], + "Ext.behavior.Draggable": [], + "Ext.behavior.Scrollable": [], + "Ext.behavior.Translatable": [], + "Ext.carousel.Carousel": [ + "widget.carousel" + ], + "Ext.carousel.Indicator": [ + "widget.carouselindicator" + ], + "Ext.carousel.Infinite": [], + "Ext.carousel.Item": [], + "Ext.chart.AbstractChart": [], + "Ext.chart.CartesianChart": [ + "Ext.chart.Chart", + "widget.chart" + ], + "Ext.chart.Legend": [ + "widget.legend" + ], + "Ext.chart.MarkerHolder": [], + "Ext.chart.Markers": [], + "Ext.chart.PolarChart": [ + "widget.polar" + ], + "Ext.chart.SpaceFillingChart": [ + "widget.spacefilling" + ], + "Ext.chart.axis.Axis": [ + "widget.axis" + ], + "Ext.chart.axis.Category": [ + "axis.category" + ], + "Ext.chart.axis.Numeric": [ + "axis.numeric" + ], + "Ext.chart.axis.Time": [ + "axis.time" + ], + "Ext.chart.axis.layout.CombineDuplicate": [ + "axisLayout.combineDuplicate" + ], + "Ext.chart.axis.layout.Continuous": [ + "axisLayout.continuous" + ], + "Ext.chart.axis.layout.Discrete": [ + "axisLayout.discrete" + ], + "Ext.chart.axis.layout.Layout": [], + "Ext.chart.axis.segmenter.Names": [ + "segmenter.names" + ], + "Ext.chart.axis.segmenter.Numeric": [ + "segmenter.numeric" + ], + "Ext.chart.axis.segmenter.Segmenter": [], + "Ext.chart.axis.segmenter.Time": [ + "segmenter.time" + ], + "Ext.chart.axis.sprite.Axis": [], + "Ext.chart.grid.CircularGrid": [ + "grid.circular" + ], + "Ext.chart.grid.HorizontalGrid": [ + "grid.horizontal" + ], + "Ext.chart.grid.RadialGrid": [ + "grid.radial" + ], + "Ext.chart.grid.VerticalGrid": [ + "grid.vertical" + ], + "Ext.chart.interactions.Abstract": [ + "widget.interaction" + ], + "Ext.chart.interactions.CrossZoom": [ + "interaction.crosszoom" + ], + "Ext.chart.interactions.Crosshair": [ + "interaction.crosshair" + ], + "Ext.chart.interactions.ItemHighlight": [ + "interaction.itemhighlight" + ], + "Ext.chart.interactions.ItemInfo": [ + "interaction.iteminfo" + ], + "Ext.chart.interactions.PanZoom": [ + "interaction.panzoom" + ], + "Ext.chart.interactions.Rotate": [ + "interaction.rotate" + ], + "Ext.chart.interactions.RotatePie3D": [ + "interaction.rotatePie3d" + ], + "Ext.chart.label.Callout": [], + "Ext.chart.label.Label": [], + "Ext.chart.series.Area": [ + "series.area" + ], + "Ext.chart.series.Bar": [ + "series.bar" + ], + "Ext.chart.series.CandleStick": [ + "series.candlestick" + ], + "Ext.chart.series.Cartesian": [], + "Ext.chart.series.Gauge": [ + "series.gauge" + ], + "Ext.chart.series.ItemPublisher": [], + "Ext.chart.series.Line": [ + "series.line" + ], + "Ext.chart.series.Pie": [ + "series.pie" + ], + "Ext.chart.series.Pie3D": [ + "series.pie3d" + ], + "Ext.chart.series.Polar": [], + "Ext.chart.series.Radar": [ + "series.radar" + ], + "Ext.chart.series.Scatter": [ + "series.scatter" + ], + "Ext.chart.series.Series": [], + "Ext.chart.series.StackedCartesian": [], + "Ext.chart.series.sprite.Aggregative": [], + "Ext.chart.series.sprite.Area": [ + "sprite.areaSeries" + ], + "Ext.chart.series.sprite.Bar": [ + "sprite.barSeries" + ], + "Ext.chart.series.sprite.CandleStick": [ + "sprite.candlestickSeries" + ], + "Ext.chart.series.sprite.Cartesian": [], + "Ext.chart.series.sprite.Line": [ + "sprite.lineSeries" + ], + "Ext.chart.series.sprite.Pie3DPart": [ + "sprite.pie3dPart" + ], + "Ext.chart.series.sprite.PieSlice": [ + "sprite.pieslice" + ], + "Ext.chart.series.sprite.Polar": [], + "Ext.chart.series.sprite.Radar": [ + "sprite.radar" + ], + "Ext.chart.series.sprite.Scatter": [ + "sprite.scatterSeries" + ], + "Ext.chart.series.sprite.StackedCartesian": [], + "Ext.data.ArrayStore": [ + "store.array" + ], + "Ext.data.Batch": [], + "Ext.data.Connection": [], + "Ext.data.DirectStore": [ + "store.direct" + ], + "Ext.data.Error": [], + "Ext.data.Errors": [], + "Ext.data.Field": [ + "data.field" + ], + "Ext.data.JsonP": [], + "Ext.data.JsonStore": [ + "store.json" + ], + "Ext.data.Model": [], + "Ext.data.ModelManager": [], + "Ext.data.NodeInterface": [], + "Ext.data.NodeStore": [ + "store.node" + ], + "Ext.data.Operation": [], + "Ext.data.Request": [], + "Ext.data.ResultSet": [], + "Ext.data.SortTypes": [], + "Ext.data.Store": [ + "store.store" + ], + "Ext.data.StoreManager": [], + "Ext.data.TreeStore": [ + "store.tree" + ], + "Ext.data.Types": [], + "Ext.data.Validations": [], + "Ext.data.association.Association": [], + "Ext.data.association.BelongsTo": [ + "association.belongsto" + ], + "Ext.data.association.HasMany": [ + "association.hasmany" + ], + "Ext.data.association.HasOne": [ + "association.hasone" + ], + "Ext.data.identifier.Sequential": [ + "data.identifier.sequential" + ], + "Ext.data.identifier.Simple": [ + "data.identifier.simple" + ], + "Ext.data.identifier.Uuid": [ + "data.identifier.uuid" + ], + "Ext.data.proxy.Ajax": [ + "proxy.ajax" + ], + "Ext.data.proxy.Client": [], + "Ext.data.proxy.Direct": [ + "proxy.direct" + ], + "Ext.data.proxy.JsonP": [ + "proxy.jsonp", + "proxy.scripttag" + ], + "Ext.data.proxy.LocalStorage": [ + "proxy.localstorage" + ], + "Ext.data.proxy.Memory": [ + "proxy.memory" + ], + "Ext.data.proxy.Proxy": [ + "proxy.proxy" + ], + "Ext.data.proxy.Rest": [ + "proxy.rest" + ], + "Ext.data.proxy.Server": [ + "proxy.server" + ], + "Ext.data.proxy.SessionStorage": [ + "proxy.sessionstorage" + ], + "Ext.data.proxy.Sql": [ + "proxy.sql" + ], + "Ext.data.proxy.WebStorage": [], + "Ext.data.reader.Array": [ + "reader.array" + ], + "Ext.data.reader.Json": [ + "reader.json" + ], + "Ext.data.reader.Reader": [], + "Ext.data.reader.Xml": [ + "reader.xml" + ], + "Ext.data.writer.Json": [ + "writer.json" + ], + "Ext.data.writer.Writer": [ + "writer.base" + ], + "Ext.data.writer.Xml": [ + "writer.xml" + ], + "Ext.dataview.DataView": [ + "widget.dataview" + ], + "Ext.dataview.IndexBar": [], + "Ext.dataview.List": [ + "widget.list" + ], + "Ext.dataview.ListItemHeader": [ + "widget.listitemheader" + ], + "Ext.dataview.NestedList": [ + "widget.nestedlist" + ], + "Ext.dataview.component.Container": [], + "Ext.dataview.component.DataItem": [ + "widget.dataitem" + ], + "Ext.dataview.component.ListItem": [ + "widget.listitem" + ], + "Ext.dataview.component.SimpleListItem": [ + "widget.simplelistitem" + ], + "Ext.dataview.element.Container": [], + "Ext.dataview.element.List": [], + "Ext.device.Accelerometer": [], + "Ext.device.Browser": [], + "Ext.device.Camera": [], + "Ext.device.Capture": [], + "Ext.device.Communicator": [], + "Ext.device.Compass": [], + "Ext.device.Connection": [], + "Ext.device.Contacts": [], + "Ext.device.Device": [], + "Ext.device.FileSystem": [], + "Ext.device.Geolocation": [], + "Ext.device.Globalization": [], + "Ext.device.Media": [], + "Ext.device.Notification": [], + "Ext.device.Orientation": [], + "Ext.device.Purchases": [], + "Ext.device.Purchases.Product": [], + "Ext.device.Push": [], + "Ext.device.SQLite": [], + "Ext.device.Splashscreen": [], + "Ext.device.Storage": [], + "Ext.device.Tunnel": [], + "Ext.device.accelerometer.Abstract": [], + "Ext.device.accelerometer.Cordova": [], + "Ext.device.accelerometer.Simulator": [], + "Ext.device.browser.Abstract": [], + "Ext.device.browser.Cordova": [], + "Ext.device.browser.Simulator": [], + "Ext.device.browser.Window": [], + "Ext.device.camera.Abstract": [], + "Ext.device.camera.Cordova": [], + "Ext.device.camera.Sencha": [], + "Ext.device.camera.Simulator": [], + "Ext.device.capture.Abstract": [], + "Ext.device.capture.Cordova": [], + "Ext.device.communicator.Android": [], + "Ext.device.communicator.Default": [], + "Ext.device.compass.Abstract": [], + "Ext.device.compass.Cordova": [], + "Ext.device.compass.Simulator": [], + "Ext.device.connection.Abstract": [], + "Ext.device.connection.Cordova": [], + "Ext.device.connection.Sencha": [], + "Ext.device.connection.Simulator": [], + "Ext.device.contacts.Abstract": [], + "Ext.device.contacts.Cordova": [], + "Ext.device.contacts.Sencha": [], + "Ext.device.device.Abstract": [], + "Ext.device.device.Cordova": [], + "Ext.device.device.Sencha": [], + "Ext.device.device.Simulator": [], + "Ext.device.filesystem.Abstract": [], + "Ext.device.filesystem.Chrome": [], + "Ext.device.filesystem.Cordova": [], + "Ext.device.filesystem.DirectoryEntry": [], + "Ext.device.filesystem.Entry": [], + "Ext.device.filesystem.FileEntry": [], + "Ext.device.filesystem.FileSystem": [], + "Ext.device.filesystem.HTML5": [], + "Ext.device.filesystem.Sencha": [], + "Ext.device.filesystem.Simulator": [], + "Ext.device.geolocation.Abstract": [], + "Ext.device.geolocation.Cordova": [], + "Ext.device.geolocation.Sencha": [], + "Ext.device.geolocation.Simulator": [], + "Ext.device.globalization.Abstract": [], + "Ext.device.globalization.Cordova": [], + "Ext.device.globalization.Simulator": [], + "Ext.device.media.Abstract": [], + "Ext.device.media.Cordova": [], + "Ext.device.notification.Abstract": [], + "Ext.device.notification.Cordova": [], + "Ext.device.notification.Sencha": [], + "Ext.device.notification.Simulator": [], + "Ext.device.orientation.Abstract": [], + "Ext.device.orientation.HTML5": [], + "Ext.device.orientation.Sencha": [], + "Ext.device.purchases.Purchase": [], + "Ext.device.purchases.Sencha": [], + "Ext.device.push.Abstract": [], + "Ext.device.push.Cordova": [], + "Ext.device.push.Sencha": [], + "Ext.device.splashscreen.Abstract": [], + "Ext.device.splashscreen.Cordova": [], + "Ext.device.splashscreen.Simulator": [], + "Ext.device.sqlite.Database": [], + "Ext.device.sqlite.SQLResultSet": [], + "Ext.device.sqlite.SQLResultSetRowList": [], + "Ext.device.sqlite.SQLTransaction": [], + "Ext.device.sqlite.Sencha": [], + "Ext.device.storage.Abstract": [], + "Ext.device.storage.Cordova": [], + "Ext.device.storage.HTML5.Database": [], + "Ext.device.storage.HTML5.HTML5": [], + "Ext.device.storage.HTML5.SQLStatement": [], + "Ext.device.storage.Simulator": [], + "Ext.device.tunnel.Abstract": [], + "Ext.device.tunnel.Connection": [], + "Ext.device.tunnel.Sencha": [], + "Ext.device.tunnel.Simulator": [], + "Ext.direct.Event": [ + "direct.event" + ], + "Ext.direct.ExceptionEvent": [ + "direct.exception" + ], + "Ext.direct.JsonProvider": [ + "direct.jsonprovider" + ], + "Ext.direct.Manager": [], + "Ext.direct.PollingProvider": [ + "direct.pollingprovider" + ], + "Ext.direct.Provider": [ + "direct.provider" + ], + "Ext.direct.RemotingEvent": [ + "direct.rpc" + ], + "Ext.direct.RemotingMethod": [], + "Ext.direct.RemotingProvider": [ + "direct.remotingprovider" + ], + "Ext.direct.Transaction": [ + "direct.transaction" + ], + "Ext.dom.CompositeElement": [], + "Ext.draw.Animator": [], + "Ext.draw.Color": [], + "Ext.draw.Component": [ + "widget.draw" + ], + "Ext.draw.Draw": [], + "Ext.draw.LimitedCache": [], + "Ext.draw.Matrix": [], + "Ext.draw.Path": [], + "Ext.draw.SegmentTree": [], + "Ext.draw.Solver": [], + "Ext.draw.Surface": [ + "widget.surface" + ], + "Ext.draw.TextMeasurer": [], + "Ext.draw.TimingFunctions": [], + "Ext.draw.engine.Canvas": [], + "Ext.draw.engine.Svg": [], + "Ext.draw.engine.SvgContext": [], + "Ext.draw.engine.SvgContext.Gradient": [], + "Ext.draw.engine.SvgExporter": [], + "Ext.draw.gradient.Gradient": [], + "Ext.draw.gradient.GradientDefinition": [], + "Ext.draw.gradient.Linear": [], + "Ext.draw.gradient.Radial": [], + "Ext.draw.modifier.Animation": [ + "modifier.animation" + ], + "Ext.draw.modifier.Highlight": [ + "modifier.highlight" + ], + "Ext.draw.modifier.Modifier": [], + "Ext.draw.modifier.Target": [ + "modifier.target" + ], + "Ext.draw.sprite.AnimationParser": [], + "Ext.draw.sprite.Arc": [ + "sprite.arc" + ], + "Ext.draw.sprite.AttributeDefinition": [], + "Ext.draw.sprite.AttributeParser": [], + "Ext.draw.sprite.Circle": [ + "sprite.circle" + ], + "Ext.draw.sprite.Composite": [ + "sprite.composite" + ], + "Ext.draw.sprite.Ellipse": [ + "sprite.ellipse" + ], + "Ext.draw.sprite.EllipticalArc": [ + "sprite.ellipticalArc" + ], + "Ext.draw.sprite.Image": [ + "sprite.image" + ], + "Ext.draw.sprite.Instancing": [ + "sprite.instancing" + ], + "Ext.draw.sprite.Line": [ + "sprite.line" + ], + "Ext.draw.sprite.Path": [ + "sprite.path" + ], + "Ext.draw.sprite.Rect": [ + "sprite.rect" + ], + "Ext.draw.sprite.Sector": [ + "sprite.sector" + ], + "Ext.draw.sprite.Sprite": [ + "sprite.sprite" + ], + "Ext.draw.sprite.Text": [ + "sprite.text" + ], + "Ext.event.Controller": [], + "Ext.event.Dispatcher": [], + "Ext.event.Dom": [], + "Ext.event.Event": [], + "Ext.event.ListenerStack": [], + "Ext.event.Touch": [], + "Ext.event.publisher.ComponentDelegation": [], + "Ext.event.publisher.ComponentPaint": [], + "Ext.event.publisher.ComponentSize": [], + "Ext.event.publisher.Dom": [], + "Ext.event.publisher.ElementPaint": [], + "Ext.event.publisher.ElementSize": [], + "Ext.event.publisher.Publisher": [], + "Ext.event.publisher.TouchGesture": [], + "Ext.event.recognizer.DoubleTap": [], + "Ext.event.recognizer.Drag": [], + "Ext.event.recognizer.EdgeSwipe": [], + "Ext.event.recognizer.HorizontalSwipe": [], + "Ext.event.recognizer.LongPress": [], + "Ext.event.recognizer.MultiTouch": [], + "Ext.event.recognizer.Pinch": [], + "Ext.event.recognizer.Recognizer": [], + "Ext.event.recognizer.Rotate": [], + "Ext.event.recognizer.SingleTouch": [], + "Ext.event.recognizer.Swipe": [], + "Ext.event.recognizer.Tap": [], + "Ext.event.recognizer.Touch": [], + "Ext.event.recognizer.VerticalSwipe": [], + "Ext.field.Checkbox": [ + "widget.checkboxfield" + ], + "Ext.field.DatePicker": [ + "widget.datepickerfield" + ], + "Ext.field.DatePickerNative": [ + "widget.datepickernativefield" + ], + "Ext.field.Email": [ + "widget.emailfield" + ], + "Ext.field.Field": [ + "widget.field" + ], + "Ext.field.File": [ + "widget.filefield" + ], + "Ext.field.FileInput": [ + "widget.fileinput" + ], + "Ext.field.Hidden": [ + "widget.hiddenfield" + ], + "Ext.field.Input": [ + "widget.input" + ], + "Ext.field.Number": [ + "widget.numberfield" + ], + "Ext.field.Password": [ + "widget.passwordfield" + ], + "Ext.field.Radio": [ + "widget.radiofield" + ], + "Ext.field.Search": [ + "widget.searchfield" + ], + "Ext.field.Select": [ + "widget.selectfield" + ], + "Ext.field.Slider": [ + "widget.sliderfield" + ], + "Ext.field.Spinner": [ + "widget.spinnerfield" + ], + "Ext.field.Text": [ + "widget.textfield" + ], + "Ext.field.TextArea": [ + "widget.textareafield" + ], + "Ext.field.TextAreaInput": [ + "widget.textareainput" + ], + "Ext.field.Toggle": [ + "widget.togglefield" + ], + "Ext.field.Url": [ + "widget.urlfield" + ], + "Ext.form.FieldSet": [ + "widget.fieldset" + ], + "Ext.form.Panel": [ + "widget.formpanel" + ], + "Ext.fx.Animation": [], + "Ext.fx.Easing": [], + "Ext.fx.Runner": [], + "Ext.fx.State": [], + "Ext.fx.animation.Abstract": [], + "Ext.fx.animation.Cube": [ + "animation.cube" + ], + "Ext.fx.animation.Fade": [ + "animation.fade", + "animation.fadeIn" + ], + "Ext.fx.animation.FadeOut": [ + "animation.fadeOut" + ], + "Ext.fx.animation.Flip": [ + "animation.flip" + ], + "Ext.fx.animation.Pop": [ + "animation.pop", + "animation.popIn" + ], + "Ext.fx.animation.PopOut": [ + "animation.popOut" + ], + "Ext.fx.animation.Slide": [ + "animation.slide", + "animation.slideIn" + ], + "Ext.fx.animation.SlideOut": [ + "animation.slideOut" + ], + "Ext.fx.animation.Wipe": [], + "Ext.fx.animation.WipeOut": [], + "Ext.fx.easing.Abstract": [], + "Ext.fx.easing.Bounce": [], + "Ext.fx.easing.BoundMomentum": [], + "Ext.fx.easing.EaseIn": [ + "easing.ease-in" + ], + "Ext.fx.easing.EaseOut": [ + "easing.ease-out" + ], + "Ext.fx.easing.Linear": [ + "easing.linear" + ], + "Ext.fx.easing.Momentum": [], + "Ext.fx.layout.Card": [], + "Ext.fx.layout.card.Abstract": [], + "Ext.fx.layout.card.Cover": [ + "fx.layout.card.cover" + ], + "Ext.fx.layout.card.Cube": [ + "fx.layout.card.cube" + ], + "Ext.fx.layout.card.Fade": [ + "fx.layout.card.fade" + ], + "Ext.fx.layout.card.Flip": [ + "fx.layout.card.flip" + ], + "Ext.fx.layout.card.Pop": [ + "fx.layout.card.pop" + ], + "Ext.fx.layout.card.Reveal": [ + "fx.layout.card.reveal" + ], + "Ext.fx.layout.card.Scroll": [ + "fx.layout.card.scroll" + ], + "Ext.fx.layout.card.ScrollCover": [ + "fx.layout.card.scrollcover" + ], + "Ext.fx.layout.card.ScrollReveal": [ + "fx.layout.card.scrollreveal" + ], + "Ext.fx.layout.card.Slide": [ + "fx.layout.card.slide" + ], + "Ext.fx.layout.card.Style": [], + "Ext.fx.runner.Css": [], + "Ext.fx.runner.CssAnimation": [], + "Ext.fx.runner.CssTransition": [], + "Ext.layout.Abstract": [], + "Ext.layout.Box": [ + "layout.tablebox" + ], + "Ext.layout.Card": [ + "layout.card" + ], + "Ext.layout.Default": [ + "layout.auto", + "layout.default" + ], + "Ext.layout.Fit": [ + "layout.fit" + ], + "Ext.layout.FlexBox": [ + "layout.box" + ], + "Ext.layout.Float": [ + "layout.float" + ], + "Ext.layout.HBox": [ + "layout.hbox" + ], + "Ext.layout.VBox": [ + "layout.vbox" + ], + "Ext.layout.wrapper.BoxDock": [], + "Ext.layout.wrapper.Dock": [], + "Ext.layout.wrapper.Inner": [], + "Ext.log.Base": [], + "Ext.log.Logger": [], + "Ext.log.filter.Filter": [], + "Ext.log.filter.Priority": [], + "Ext.log.formatter.Default": [], + "Ext.log.formatter.Formatter": [], + "Ext.log.formatter.Identity": [], + "Ext.log.writer.Console": [], + "Ext.log.writer.DocumentTitle": [], + "Ext.log.writer.Remote": [], + "Ext.log.writer.Writer": [], + "Ext.mixin.Bindable": [], + "Ext.mixin.Filterable": [], + "Ext.mixin.Mixin": [], + "Ext.mixin.Observable": [], + "Ext.mixin.Progressable": [], + "Ext.mixin.Selectable": [], + "Ext.mixin.Sortable": [], + "Ext.mixin.Templatable": [], + "Ext.mixin.Traversable": [], + "Ext.navigation.Bar": [], + "Ext.navigation.View": [ + "widget.navigationview" + ], + "Ext.picker.Date": [ + "widget.datepicker" + ], + "Ext.picker.Picker": [ + "widget.picker" + ], + "Ext.picker.Slot": [ + "widget.pickerslot" + ], + "Ext.plugin.ListPaging": [ + "plugin.listpaging" + ], + "Ext.plugin.PullRefresh": [ + "plugin.pullrefresh" + ], + "Ext.plugin.SortableList": [ + "plugin.sortablelist" + ], + "Ext.scroll.Indicator": [], + "Ext.scroll.Scroller": [], + "Ext.scroll.View": [], + "Ext.scroll.indicator.Abstract": [], + "Ext.scroll.indicator.CssTransform": [], + "Ext.scroll.indicator.Rounded": [], + "Ext.scroll.indicator.ScrollPosition": [], + "Ext.slider.Slider": [ + "widget.slider" + ], + "Ext.slider.Thumb": [ + "widget.thumb" + ], + "Ext.slider.Toggle": [], + "Ext.tab.Bar": [ + "widget.tabbar" + ], + "Ext.tab.Panel": [ + "widget.tabpanel" + ], + "Ext.tab.Tab": [ + "widget.tab" + ], + "Ext.table.Cell": [ + "widget.tablecell" + ], + "Ext.table.Row": [ + "widget.tablerow" + ], + "Ext.table.Table": [ + "widget.table" + ], + "Ext.util.AbstractMixedCollection": [], + "Ext.util.Audio": [], + "Ext.util.Collection": [], + "Ext.util.DelayedTask": [], + "Ext.util.Draggable": [], + "Ext.util.Droppable": [], + "Ext.util.Filter": [], + "Ext.util.Format": [], + "Ext.util.Geolocation": [], + "Ext.util.Grouper": [], + "Ext.util.HashMap": [], + "Ext.util.Inflector": [], + "Ext.util.InputBlocker": [], + "Ext.util.LineSegment": [], + "Ext.util.MixedCollection": [], + "Ext.util.Offset": [], + "Ext.util.PaintMonitor": [], + "Ext.util.Point": [], + "Ext.util.PositionMap": [], + "Ext.util.Region": [], + "Ext.util.SizeMonitor": [], + "Ext.util.Sortable": [], + "Ext.util.Sorter": [], + "Ext.util.TapRepeater": [], + "Ext.util.Translatable": [], + "Ext.util.TranslatableGroup": [], + "Ext.util.TranslatableList": [], + "Ext.util.Wrapper": [], + "Ext.util.paintmonitor.Abstract": [], + "Ext.util.paintmonitor.CssAnimation": [], + "Ext.util.paintmonitor.OverflowChange": [], + "Ext.util.sizemonitor.Abstract": [], + "Ext.util.sizemonitor.Default": [], + "Ext.util.sizemonitor.OverflowChange": [], + "Ext.util.sizemonitor.Scroll": [], + "Ext.util.translatable.Abstract": [], + "Ext.util.translatable.CssPosition": [], + "Ext.util.translatable.CssTransform": [], + "Ext.util.translatable.Dom": [], + "Ext.util.translatable.ScrollPosition": [], + "Ext.ux.ActionOverFlowMenuButton": [], + "Ext.ux.ApplicationMenu": [], + "Ext.ux.ContextMenu": [], + "Ext.ux.MenuButton": [], + "Ext.ux.TabMenuButton": [], + "Ext.ux.device.Analytics": [], + "Ext.ux.device.Twitter": [], + "Ext.ux.device.analytics.Abstract": [], + "Ext.ux.device.analytics.Cordova": [], + "Ext.ux.device.twitter.Abstract": [], + "Ext.ux.device.twitter.Cordova": [], + "Ext.ux.parse.Helper": [], + "Ext.ux.parse.Model": [], + "Ext.ux.parse.Proxy": [ + "proxy.parse" + ], + "Ext.ux.parse.Reader": [ + "reader.parse" + ], + "Ext.ux.parse.Store": [], + "Ext.ux.parse.association.Pointer": [ + "association.pointer" + ], + "Ext.ux.parse.association.Relation": [ + "association.relation" + ], + "Ext.viewport.Android": [], + "Ext.viewport.Default": [ + "widget.viewport" + ], + "Ext.viewport.Ios": [], + "Ext.viewport.Viewport": [], + "Ext.viewport.WindowsPhone": [] +}); Ext.Loader.setPath({ 'Ext': 'assets/sencha-touch'