-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
initial commit of Login Panel extension source code
- Loading branch information
1 parent
dc59236
commit 10782e3
Showing
29 changed files
with
2,134 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
114 changes: 114 additions & 0 deletions
114
touch/LoginPanel/1.0.1/.sencha/package/build.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
# =========================================== | ||
# This file defines properties used by | ||
# build-impl.xml, which is the base impl | ||
# of an applications build process. | ||
# =========================================== | ||
|
||
# =========================================== | ||
# properties defining various directory | ||
# locations | ||
# =========================================== | ||
build.dir=${package.build.dir} | ||
build.resources.dir=${build.dir}/resources | ||
package.resources.dir=${package.dir}/resources | ||
package.sass.dir=${package.dir}/sass | ||
package.licenses.dir=${package.dir}/licenses | ||
|
||
# =========================================== | ||
# definitions of various file name patterns | ||
# used for output artifacts | ||
# =========================================== | ||
build.name.prefix=${build.dir}/${package.name} | ||
build.name.css.prefix=${build.resources.dir}/${package.name} | ||
build.name.ruby=config.rb | ||
|
||
build.debug.suffix=-debug | ||
build.all.suffix=-all | ||
build.rtl.suffix=-rtl | ||
|
||
build.all.debug.suffix=${build.all.suffix}${build.debug.suffix} | ||
build.all.rtl.suffix=${build.all.suffix}${build.rtl.suffix} | ||
build.all.rtl.debug.suffix=${build.all.suffix}${build.rtl.suffix}${build.debug.suffix} | ||
|
||
# =========================================== | ||
# define the output js file names for dev, | ||
# debug, and compressed (no suffix) | ||
# =========================================== | ||
build.all.js=${build.name.prefix}.js | ||
build.all.debug.js=${build.name.prefix}${build.debug.suffix}.js | ||
|
||
# =========================================== | ||
# output file names for the scss files | ||
# =========================================== | ||
build.all.scss=${build.name.prefix}${build.all.debug.suffix}.scss | ||
build.all.rtl.scss=${build.name.prefix}${build.all.rtl.debug.suffix}.scss | ||
|
||
# =========================================== | ||
# output file names for the css files | ||
# generated from the scss files by running | ||
# a compass compilation | ||
# =========================================== | ||
build.all.css.debug.prefix=${package.name}${build.all.debug.suffix} | ||
build.all.css.debug=${build.resources.dir}/${build.all.css.debug.prefix}.css | ||
build.all.rtl.css.debug.prefix=${package.name}${build.all.rtl.debug.suffix} | ||
build.all.rtl.css.debug=${build.resources.dir}/${build.all.rtl.css.debug.prefix}.css | ||
build.all.css.prefix=${package.name}${build.all.suffix} | ||
build.all.css=${build.resources.dir}/${build.all.css.prefix}.css | ||
build.all.rtl.css.prefix=${package.name}${build.all.rtl.suffix} | ||
build.all.rtl.css=${build.resources.dir}/${build.all.rtl.css.prefix}.css | ||
|
||
build.all.ruby=${build.dir}/${build.name.ruby} | ||
|
||
# =========================================== | ||
# options to pass to the 'sencha fs slice' command | ||
# =========================================== | ||
build.slice.options= | ||
|
||
# =========================================== | ||
# preprocessor options used when generating | ||
# concatenated js output files | ||
# =========================================== | ||
build.compile.js.debug.options=debug:true | ||
build.compile.js.options=debug:false | ||
|
||
# =========================================== | ||
# compression option used to generate '-all' | ||
# js output file | ||
# =========================================== | ||
build.compile.js.compress=+yui | ||
|
||
# =========================================== | ||
# selector count threshold to use when | ||
# splitting a single css file into multiple | ||
# css files (IE selector limit workaround) | ||
# =========================================== | ||
build.css.selector.limit=4095 | ||
|
||
# =========================================== | ||
# Options for sub-packages | ||
|
||
# Set to true/1 to enable build.version inheritance by sub-pacakges | ||
build.subpkgs.inherit.version=0 | ||
|
||
# =========================================== | ||
# theme slicing example page settings | ||
# =========================================== | ||
package.example.dir=${package.dir}/sass/example | ||
package.example.base=${build.all.rtl.css.debug.prefix} | ||
package.example.css.rel=resources/${package.example.base}.css | ||
package.example.css=${build.dir}/${package.example.css.rel} | ||
package.example.scss=${build.dir}/${package.example.base}.scss | ||
package.example.theme.html=${package.example.dir}/theme.html | ||
|
||
bootstrap.base.path=${package.example.dir} | ||
bootstrap.example.js=${package.example.dir}/bootstrap.js | ||
|
||
|
||
# =========================================== | ||
# options controlling output packaging | ||
# operations for output '.pkg' file | ||
# =========================================== | ||
pkg.build.dir=${workspace.build.dir}/${package.name} | ||
pkg.file.name=${package.name}.pkg | ||
pkg.includes=**/* | ||
pkg.excludes=package.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,118 @@ | ||
{ | ||
"sources": { | ||
"package.json.tpl.merge": { | ||
"12322b2f0769f491000df8ec0e012dd2d78a7eaf": "eJx1zrEKwjAQgOG9TxE6S9HV2VFcFBdxONJrDW1y8XIRSum7m2pTJzMd/3cHGQuVXunAYrlX5ei79pTmqdx8QQa/wiXNK2hGEOLZwJEbLMWQLURrgYfZzg9iUTksXqOA6bE+YNBsvBhy8+6RXKvqX1PUKA+6gxbz5Qs5LNu7altt19+Q9SDXP9oQW5BPzqknDX0qwhGXxPiMhjGkersXU/EGNatRVA\u003d\u003d" | ||
}, | ||
"theme.html.tpl.merge": { | ||
"79ec5194c052d6cc313e842c4e2763fa562c7b70": "eJydVE1vEzEQve+vmO4JEF6nhQNKd3MJRYCQqEg4cHS8k9jFay/2JE1U9b/X3l1KWoKIYln74Tdv3vh55PLs/dfp/Mf1FShqzCQrzxjLAGDq2p3XK0XwQr6Ei9H5BYuPNwXM0Eol4JOVRcZYJAw8haKeJCaUpMng5GpL8HkGc4UNwkfhLYZQ8h7r4xokEWWpZfhrrTdVPnWW0BKb71rMQfZ/VU64JZ5kLiFK+4BUfZ9/YO/ySdYnGmqGL07UIIwBnxJ6rMFo+zOAsDUE6XVLoYtLdXfEBMdgU+WBdgaDQqQcKMoPqjKEHJTHZZXjVjStwaJb4kOCPus+40ZsRL+aQ/CyyouCx3kXsW9orgWpex6/WY2L9aq4Cfmk5H388SkXzlEgL9pn/ANukEKYGS3RRz89HrbhCEmPtkb/f73kfiOsXmKgwXjlPMn1CZq9c3Emvyj1EVuIgDyIEPhwHPy32IlWHqXxuIUTReQ6kGsOmtf1XZ8pjeJW1ysklnpfaBtP7e4RS6MRfqXtGM5H7fbyCRKJpMbwdvQX0rqgSbvIip0uSG/wKe426JfG3Y5ho4NemD34PvtT2ZaFro8YxRqQXv8TgVfPinatkJp2ser9zN32+bD/ku/dHwtX76JR3Ssh3QXzACi8aeE\u003d" | ||
}, | ||
"build.properties.merge": { | ||
"e82ebd1d5c3c044c6b5563c9a2ea04b78ef272c4": "eJytV8lu5DYQvfsrCDhATxxbngCZwwygYw45zWHyA5S61KJNkQJJeUHQ/56qErW0FqelTF9aol7txVfkrUiv/93cir9L5UWhNIgjFMqAF7WzNbig8LHxcBTZu0Bc1ih9fFBVrZO3St+L11LlpUDZUILIpAdB3xBoCyGNkHWtVS6Dssa3sqQ3B+8TxGxxcSP8duw/h6TMSbxIp2yDC8pBHqx7R5y20b+NFjiaBDWlv/xTy/xZniDp187xswNvG4fxRuAAeOw/3XTSU3C3vgL30i8iab0HYfbB+GWV3bftuW0T2lYVC92llfvHyApELUMAxznl5imsE7YJdROExJoUMg/78k3ak9qh/bfLdA6xEeQ8hueYp4nIRao/FHZN9p7m1hTqlLjspis7ZM0p8U1BSh/4LX6RWvfr+Nz1QRhW8flmBL5Q1fk3aDn3UY5w55H8SPUH0gNqKnut/ZGGZZf2dREwc8TeeBr1kOemOcLLPUPR0j0yylHktsJieuqqT8aK1vqvu5qJonzyfdCj3jrj+qxGK9DFbJD85oTELExSQPnx2MO8vm/XcDlRxYf+T5vxzCLTTrtGy7StoqafmI8+HTSTTmDAyUA042w1yRfNLdcYon+ESm4fJEj+V5qZf3dKiVjaOHt6ueCR1cwu6VjnpnWD52ReoS1OzQq1pusa55aMTx28oOJVtxazdG1+Ps7MdTlZzcaWPIwdGWuigTIZXZN5s4NLbd1O42AFtzf+0z44eDB5KUXhhadxf6C+r5BGd/U8q0iiqV1HMoinPzoORI/5fPBagun2cbtTceTiuQwM72ucCyMu2MeB7YYHJObYoV0c/PYtuAbmyEtMIbWH7WF3Ews1xajboLFGHXWJAx0WDgi+DPX/RtqZTn97b9R2zz1oPidjCI0J2FGoq7SaXccQ2rIRDk/5gQqHBOvxTw8MLZRBcNXooGqOZ2DmT3/9OVjQqlJBvFr3LB0aO+6b6LTvOpUJq0z/+Pz1y/bIv8fupIHjm+wh0gUPsR8QeH9hxzz+Tk/YpRlG2rrwAo4rrUwJTgVpcqAZFJXIZ1ISt1OT1c8nn0RkJ5l+3u4u7nU8ddP+pCLAm8RLGJ3CT7gIXJmtm6bjx6hr7aLxGL/P8HQXTP9zPMzECOFApz2/js7mY9UtrS5Ir90KJgbmlv0Vwq1lv2SaK5CUodLpXI7VDQgcB9YGH5ysWWWC16VyRWwE7Zb5HLpoYsDS8XP3EEHuDc5qTb0Uyag111Iz3avlsD0i4pBgMx/2sBbKDTdnDI1IwKPB8X16dkUjIbLFr9N5Tq4wQplcN0fw6d3d4x2vwFtc6QSePJ4A/wVRGa0C" | ||
}, | ||
"config.rb.tpl.merge": { | ||
"33f446bd02c3fd24eb27891582eff6a2e789796b": "eJxLLi2KT8ksUrBVcMvMSdUDMvMSc1M14uPdPH1c4+M1ufJLSwpKS+KLSypzUoGqrPJSi0tSU7gALskTcA\u003d\u003d" | ||
}, | ||
"all.scss.merge": { | ||
"da39a3ee5e6b4b0d3255bfef95601890afd80709": "eJwDAAAAAAE\u003d" | ||
}, | ||
"custom.js.merge": { | ||
"199e99bbd15c3c0415569425cb21e77c95e9042a": "eJxlj0FOxDAMRfdziq9ZwUjTHIAlYslquIAncdtA4lSxC8PtSdoREmIV6f/4+dmdDjjhbY6KMSZGeycWrmQcQAqCGlWLMmEpUQzXb1xY/Ex4zgFnRMNXTAlSWseovCTybbbUDl6XsJHa1FH3sYX8B03cqqlS4OPQ//2V8CQ7K5fPriEBNjPU17gYjCZE6UnmYbacfj/GsaUNslUIhbVzu5lwq/2qVjIohGixCCVkkjiyWrOFzqWaXw0sViPr0IRYGVQ7yq+55X2HdObg7meo45udt4XnKyk7Je0Z5SWxqyyB6/Cu/Uh3ODj3crNhN28ar/f1D49P/7rLXUd7+QPuPI9g" | ||
}, | ||
"testing.properties.merge": { | ||
"e65f969c42eb4f355c850fc58fea852582f20db8": "eJyVkUFywyAQBO9+xVb5oIutH/gX+QCCkbUOAooFOf59FsmqpHKKOFEwOzM0Z7r9f53O9DGx0Mge5DBygFDKMSEX1m0VOBpepLqhsndXnpPvv2Z/oefEdiKdLRNoMAJqdyqMI5lAJiXP1hSOQbbZ5msh0mskmuOvnDHHWY32JjbmDEkxOCqxBai6K5DC4d693RAWzjHMCOVCkmB5ZLhW9EWdINjJtBJv9T7cU0vXsk/2rWwxn9AisHA6AooLcgNhqi8riYXdimAn0P+07vXsCOuD8rNimLWaiDKkmBrK7UOUyR0B2RRQdzXedyp+CMVaUi0rQn3ninMxvurPspjBQ/54jjHvYLbHycGKG5Fm2SIf0u/ut9M3l43NIg\u003d\u003d" | ||
}, | ||
"sencha.cfg.tpl.merge": { | ||
"6d1982cce48163a98dc46012d1d0cdfa209fbda6": "eJzFVdFq2zAUfc9XXNzBWmicvg0GgXZlD9vDWsge96LIcqJFljRJTuqN/vuOJNvJmqbbYLASim1dnXPuuVdXZ/R5LUizRpCpKeDZMr5hK0FT8mvTqooaFvg6LRUxriDrjBUudCQ1lbM+vvzqjZ6cTYbXGDr/YTerT3h4nEzORiKPEEHB0G4tE7D0A+lrT4ubxYK4cQ5xRle+TPsqUbNWBdoy1UalgCveP4SCGsG0BwYLSWEtlfBZl2fez7zjdM50NbxvmbvoE+IKH1IwwOLehOeMCXuVJX3QZLDoaGdc5S8Ta2mZFqq8j/+hgFkIMADZc85SxCxFlJ57X2I5WmDIh06Jkbx2piGmuz3lJXkRsimwaKmY3kBFnb/gl75cZsk6hmTAY12daSE6FtC2IduaUj1QiT3PKR1rGAPLUdkc4bmOWUn0jJumYVMvLHMsiIqU9CE2Um1UJZxHiYXbZ4uaykqkinoBpOF702LXUpB4sEpyGVSH0G+tdECMJggo56qt8IrSRt5lK1V1KDVBWRbW81df2qurN++GhUq6x5js3yrHo9kK5yAYPXij1L63YimAFtloJ7ECgSu5RTkYBbaKW4ue/m6AKPpuBztrg0ELSs6U6oAzpgroldAi62EWbbXs8pGEcULz/ogCQkkdPYlBOHdv4cMZEc1m1z0WXT/lP7BqTOtZq8bVp4ZlY/qKpnYqYGvRFzWd0xzsBXN8jRRq42hxu1gAKHuXjul+nHxkW7bgTtowdkLrsa/PGsmhG2CU0UdNCebTxe7b+w8SwDjw/ykDUL+cAQLGDCL5UeuQbKxxITUOTkkkTFmls4GehHjRp3jELsJv/EPADCRpJJwwEv3XT3BDVsWZXsQuXbM8zeMdkqQUZNqAGXQoIp9f0D2rIK0OV0bPlpznRgcmMfDFA2us+sXhc3+R6nV4nxxS9lv8SdYh4EVi3y6n/S4/HscBhu40yoI7SubWKWqH4YmbY1OkeZEv1tDZX4QBEtfkaV0DHXTN/+kfNN1i8uIGus83ukROU7pPteRpRX5P3mISCWV2B8MHNWdbgzwb4VZplhtdoxQBM19iLmqxg3eYJT5un/wEixPeXA\u003d\u003d" | ||
} | ||
}, | ||
"targets": { | ||
".sencha/package/testing.properties": { | ||
"source": "testing.properties.merge", | ||
"version": "e65f969c42eb4f355c850fc58fea852582f20db8", | ||
"parameters": { | ||
"pkgName": "LoginPanel", | ||
"senchadir": ".sencha", | ||
"touchRelPath": "../../touch", | ||
"extRelPath": "../../${ext.dir}", | ||
"pkgType": "code" | ||
} | ||
}, | ||
".sencha/package/build.properties": { | ||
"source": "build.properties.merge", | ||
"version": "e82ebd1d5c3c044c6b5563c9a2ea04b78ef272c4", | ||
"parameters": { | ||
"pkgName": "LoginPanel", | ||
"senchadir": ".sencha", | ||
"touchRelPath": "../../touch", | ||
"extRelPath": "../../${ext.dir}", | ||
"pkgType": "code" | ||
} | ||
}, | ||
"package.json": { | ||
"source": "package.json.tpl.merge", | ||
"version": "12322b2f0769f491000df8ec0e012dd2d78a7eaf", | ||
"parameters": { | ||
"pkgName": "LoginPanel", | ||
"senchadir": ".sencha", | ||
"touchRelPath": "../../touch", | ||
"extRelPath": "../../${ext.dir}", | ||
"pkgType": "code" | ||
} | ||
}, | ||
"sass/example/theme.html": { | ||
"source": "theme.html.tpl.merge", | ||
"version": "79ec5194c052d6cc313e842c4e2763fa562c7b70", | ||
"parameters": { | ||
"pkgName": "LoginPanel", | ||
"senchadir": ".sencha", | ||
"touchRelPath": "../../touch", | ||
"extRelPath": "../../${ext.dir}", | ||
"pkgType": "code" | ||
} | ||
}, | ||
"sass/example/custom.js": { | ||
"source": "custom.js.merge", | ||
"version": "199e99bbd15c3c0415569425cb21e77c95e9042a", | ||
"parameters": { | ||
"pkgName": "LoginPanel", | ||
"senchadir": ".sencha", | ||
"touchRelPath": "../../touch", | ||
"extRelPath": "../../${ext.dir}", | ||
"pkgType": "code" | ||
} | ||
}, | ||
"sass/etc/all.scss": { | ||
"source": "all.scss.merge", | ||
"version": "da39a3ee5e6b4b0d3255bfef95601890afd80709", | ||
"parameters": { | ||
"pkgName": "LoginPanel", | ||
"senchadir": ".sencha", | ||
"touchRelPath": "../../touch", | ||
"extRelPath": "../../${ext.dir}", | ||
"pkgType": "code" | ||
} | ||
}, | ||
"sass/config.rb": { | ||
"source": "config.rb.tpl.merge", | ||
"version": "33f446bd02c3fd24eb27891582eff6a2e789796b", | ||
"parameters": { | ||
"pkgName": "LoginPanel", | ||
"senchadir": ".sencha", | ||
"touchRelPath": "../../touch", | ||
"extRelPath": "../../${ext.dir}", | ||
"pkgType": "code" | ||
} | ||
}, | ||
".sencha/package/sencha.cfg": { | ||
"source": "sencha.cfg.tpl.merge", | ||
"version": "6d1982cce48163a98dc46012d1d0cdfa209fbda6", | ||
"parameters": { | ||
"pkgName": "LoginPanel", | ||
"senchadir": ".sencha", | ||
"touchRelPath": "../../touch", | ||
"extRelPath": "../../${ext.dir}", | ||
"pkgType": "code" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<project basedir="."> | ||
<!-- | ||
This file can be freely edited, so long as the <import file="${sencha.workspace.config.dir}/plugin.xml"/> | ||
statement is not removed. | ||
One of the purposes of this file is to hook various Sencha Command operations and do | ||
processing before or after the command is processed. To do this, simply provide the | ||
logic in a <target> using one of these names: | ||
-before-generate-app Called before an application is generated | ||
-after-generate-app Called after an application is generated | ||
-before-generate-controller Called before a controller is generated | ||
-after-generate-controller Called after a controller is generated | ||
-before-generate-model Called before a model is generated | ||
-after-generate-model Called after a model is generated | ||
-before-generate-profile Called before a profile is generated | ||
-after-generate-profile Called after a profile is generated | ||
--> | ||
<import file="${workspace.config.dir}/plugin.xml"/> | ||
|
||
<!-- | ||
<target name="-after-generate-model"> | ||
... use ${args.path}, ${args.name} and ${args.fields} as needed ... | ||
</target> | ||
Other targets are similar. There are properties prefixed with "args." and the name of | ||
the command line option that hold the parameters for the command. | ||
--> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
# The name of the package - should match the "name" property in ./package.json | ||
# | ||
package.name=LoginPanel | ||
|
||
# The namespace to which this package's SASS corresponds. The default value of | ||
# "Ext" means that the files in ./sass/src (and ./sass/var) match classes in | ||
# the Ext" root namespace. In other words, "Ext.panel.Panel" maps to | ||
# ./sass/src/panel/Panel.scss. | ||
# | ||
# To style classes from any namespace, set this to blank. If this is blank, | ||
# then to style "Ext.panel.Panel" you would put SASS in | ||
# ./sass/src/Ext/panel/Panel.scss. | ||
# | ||
package.sass.namespace=Ext | ||
|
||
# This is the comma-separated list of folders where classes reside. These | ||
# classes must be explicitly required to be included in the build. | ||
# | ||
package.classpath=${package.dir}/src | ||
|
||
# This is the comma-separated list of folders of overrides. All files in this | ||
# path will be given a tag of "packageOverrides" which is automatically | ||
# required in generated apps by the presence of this line in app.js: | ||
# | ||
# //@require @packageOverrides | ||
# | ||
package.overrides=${package.dir}/overrides | ||
|
||
# This is the folder where SASS "src" resides. This is searched for SCSS | ||
# files that match the JavaScript classes used by the application. | ||
# | ||
package.sass.srcpath=${package.dir}/sass/src | ||
|
||
# This is the folder where SASS "vars" resides. This is searched for SCSS | ||
# files that match the JavaScript classes used by the application. | ||
# | ||
package.sass.varpath=${package.dir}/sass/var | ||
|
||
# This file is automatically imported into the SASS build before "vars". | ||
# | ||
package.sass.etcpath=${package.dir}/sass/etc/all.scss | ||
|
||
# This is the folder in which to place "sencha packaage build" output. | ||
# | ||
package.build.dir=${package.dir}/build | ||
|
||
# The folder that contains example application(s) for this package. | ||
# | ||
package.examples.dir=${package.dir}/examples | ||
|
||
# The folder that contains sub-packages of this package. Only valid for "framework" | ||
# package type. | ||
# | ||
package.subpkgs.dir=${package.dir}/packages | ||
|
||
#============================================================================== | ||
# Custom Properties - Place customizations below this line to avoid merge | ||
# conflicts with newer versions | ||
|
||
package.cmd.version=4.0.0.150 |
Oops, something went wrong.