@qooxdoo/framework 7.9.0 → 7.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Manifest.json +2 -2
- package/lib/compiler/compile-info.json +81 -81
- package/lib/compiler/index.js +280 -279
- package/package.json +2 -1
- package/source/class/qx/event/handler/TouchCore.js +3 -1
package/lib/compiler/index.js
CHANGED
|
@@ -125,8 +125,8 @@ if (typeof global !== "undefined") {
|
|
|
125
125
|
"qx.promise.warnings": true,
|
|
126
126
|
"qx.promise.longStackTraces": true,
|
|
127
127
|
"qx.compiler": true,
|
|
128
|
-
"qx.compiler.version": "7.9.
|
|
129
|
-
"qx.version": "7.9.
|
|
128
|
+
"qx.compiler.version": "7.9.1",
|
|
129
|
+
"qx.version": "7.9.1",
|
|
130
130
|
"qx.compiler.targetType": "source",
|
|
131
131
|
"qx.compiler.outputDir": "compiled/node/build/",
|
|
132
132
|
"qx.target.privateArtifacts": false,
|
|
@@ -580,8 +580,9 @@ var runtime = (function (exports) {
|
|
|
580
580
|
throw arg;
|
|
581
581
|
}
|
|
582
582
|
|
|
583
|
-
// Be forgiving, per
|
|
584
|
-
// https://
|
|
583
|
+
// Be forgiving, per GeneratorResume behavior specified since ES2015:
|
|
584
|
+
// ES2015 spec, step 3: https://262.ecma-international.org/6.0/#sec-generatorresume
|
|
585
|
+
// Latest spec, step 2: https://tc39.es/ecma262/#sec-generatorresume
|
|
585
586
|
return doneResult();
|
|
586
587
|
}
|
|
587
588
|
|
|
@@ -654,7 +655,7 @@ var runtime = (function (exports) {
|
|
|
654
655
|
var method = delegate.iterator[methodName];
|
|
655
656
|
if (method === undefined) {
|
|
656
657
|
// A .throw or .return when the delegate iterator has no .throw
|
|
657
|
-
// method, or a missing .next
|
|
658
|
+
// method, or a missing .next method, always terminate the
|
|
658
659
|
// yield* loop.
|
|
659
660
|
context.delegate = null;
|
|
660
661
|
|
|
@@ -808,7 +809,7 @@ var runtime = (function (exports) {
|
|
|
808
809
|
};
|
|
809
810
|
|
|
810
811
|
function values(iterable) {
|
|
811
|
-
if (iterable
|
|
812
|
+
if (iterable != null) {
|
|
812
813
|
var iteratorMethod = iterable[iteratorSymbol];
|
|
813
814
|
if (iteratorMethod) {
|
|
814
815
|
return iteratorMethod.call(iterable);
|
|
@@ -33833,7 +33834,7 @@ Version: v${await qx.tool.config.Utils.getQxVersion()}
|
|
|
33833
33834
|
* @return {String}
|
|
33834
33835
|
*/
|
|
33835
33836
|
getCompilerVersion() {
|
|
33836
|
-
return "7.9.
|
|
33837
|
+
return "7.9.1";
|
|
33837
33838
|
},
|
|
33838
33839
|
/**
|
|
33839
33840
|
* Returns the qooxdoo version used in the application in the current or given
|
|
@@ -67958,6 +67959,30 @@ qx.$$packageData['0'] = {
|
|
|
67958
67959
|
}
|
|
67959
67960
|
},
|
|
67960
67961
|
"resources": {
|
|
67962
|
+
"qx/decoration/Simple/checkbox/checked-disabled.png": [
|
|
67963
|
+
6,
|
|
67964
|
+
6,
|
|
67965
|
+
"png",
|
|
67966
|
+
"qx"
|
|
67967
|
+
],
|
|
67968
|
+
"qx/decoration/Simple/checkbox/checked.png": [
|
|
67969
|
+
6,
|
|
67970
|
+
6,
|
|
67971
|
+
"png",
|
|
67972
|
+
"qx"
|
|
67973
|
+
],
|
|
67974
|
+
"qx/decoration/Simple/checkbox/undetermined-disabled.png": [
|
|
67975
|
+
6,
|
|
67976
|
+
2,
|
|
67977
|
+
"png",
|
|
67978
|
+
"qx"
|
|
67979
|
+
],
|
|
67980
|
+
"qx/decoration/Simple/checkbox/undetermined.png": [
|
|
67981
|
+
6,
|
|
67982
|
+
2,
|
|
67983
|
+
"png",
|
|
67984
|
+
"qx"
|
|
67985
|
+
],
|
|
67961
67986
|
"qx/decoration/Simple/arrows/down-invert.gif": [
|
|
67962
67987
|
7,
|
|
67963
67988
|
4,
|
|
@@ -68006,15 +68031,15 @@ qx.$$packageData['0'] = {
|
|
|
68006
68031
|
"gif",
|
|
68007
68032
|
"qx"
|
|
68008
68033
|
],
|
|
68009
|
-
"qx/decoration/Simple/arrows/
|
|
68010
|
-
4,
|
|
68034
|
+
"qx/decoration/Simple/arrows/up-invert.gif": [
|
|
68011
68035
|
7,
|
|
68036
|
+
4,
|
|
68012
68037
|
"gif",
|
|
68013
68038
|
"qx"
|
|
68014
68039
|
],
|
|
68015
|
-
"qx/decoration/Simple/arrows/
|
|
68016
|
-
7,
|
|
68040
|
+
"qx/decoration/Simple/arrows/right.gif": [
|
|
68017
68041
|
4,
|
|
68042
|
+
7,
|
|
68018
68043
|
"gif",
|
|
68019
68044
|
"qx"
|
|
68020
68045
|
],
|
|
@@ -68030,30 +68055,6 @@ qx.$$packageData['0'] = {
|
|
|
68030
68055
|
"gif",
|
|
68031
68056
|
"qx"
|
|
68032
68057
|
],
|
|
68033
|
-
"qx/decoration/Simple/checkbox/checked-disabled.png": [
|
|
68034
|
-
6,
|
|
68035
|
-
6,
|
|
68036
|
-
"png",
|
|
68037
|
-
"qx"
|
|
68038
|
-
],
|
|
68039
|
-
"qx/decoration/Simple/checkbox/checked.png": [
|
|
68040
|
-
6,
|
|
68041
|
-
6,
|
|
68042
|
-
"png",
|
|
68043
|
-
"qx"
|
|
68044
|
-
],
|
|
68045
|
-
"qx/decoration/Simple/checkbox/undetermined.png": [
|
|
68046
|
-
6,
|
|
68047
|
-
2,
|
|
68048
|
-
"png",
|
|
68049
|
-
"qx"
|
|
68050
|
-
],
|
|
68051
|
-
"qx/decoration/Simple/checkbox/undetermined-disabled.png": [
|
|
68052
|
-
6,
|
|
68053
|
-
2,
|
|
68054
|
-
"png",
|
|
68055
|
-
"qx"
|
|
68056
|
-
],
|
|
68057
68058
|
"qx/decoration/Simple/colorselector/brightness-field.png": [
|
|
68058
68059
|
19,
|
|
68059
68060
|
256,
|
|
@@ -68084,18 +68085,18 @@ qx.$$packageData['0'] = {
|
|
|
68084
68085
|
"gif",
|
|
68085
68086
|
"qx"
|
|
68086
68087
|
],
|
|
68087
|
-
"qx/decoration/Simple/cursors/copy.gif": [
|
|
68088
|
-
19,
|
|
68089
|
-
15,
|
|
68090
|
-
"gif",
|
|
68091
|
-
"qx"
|
|
68092
|
-
],
|
|
68093
68088
|
"qx/decoration/Simple/cursors/move.gif": [
|
|
68094
68089
|
13,
|
|
68095
68090
|
9,
|
|
68096
68091
|
"gif",
|
|
68097
68092
|
"qx"
|
|
68098
68093
|
],
|
|
68094
|
+
"qx/decoration/Simple/cursors/copy.gif": [
|
|
68095
|
+
19,
|
|
68096
|
+
15,
|
|
68097
|
+
"gif",
|
|
68098
|
+
"qx"
|
|
68099
|
+
],
|
|
68099
68100
|
"qx/decoration/Simple/cursors/nodrop.gif": [
|
|
68100
68101
|
20,
|
|
68101
68102
|
20,
|
|
@@ -68114,43 +68115,25 @@ qx.$$packageData['0'] = {
|
|
|
68114
68115
|
"gif",
|
|
68115
68116
|
"qx"
|
|
68116
68117
|
],
|
|
68117
|
-
"qx/decoration/Simple/menu/radiobutton.gif": [
|
|
68118
|
+
"qx/decoration/Simple/menu/radiobutton-invert.gif": [
|
|
68118
68119
|
16,
|
|
68119
68120
|
5,
|
|
68120
68121
|
"gif",
|
|
68121
68122
|
"qx"
|
|
68122
68123
|
],
|
|
68123
|
-
"qx/decoration/Simple/menu/radiobutton
|
|
68124
|
+
"qx/decoration/Simple/menu/radiobutton.gif": [
|
|
68124
68125
|
16,
|
|
68125
68126
|
5,
|
|
68126
68127
|
"gif",
|
|
68127
68128
|
"qx"
|
|
68128
68129
|
],
|
|
68129
|
-
"qx/decoration/Simple/
|
|
68130
|
-
|
|
68131
|
-
|
|
68132
|
-
"png",
|
|
68133
|
-
"qx"
|
|
68134
|
-
],
|
|
68135
|
-
"qx/decoration/Simple/splitpane/knob-vertical.png": [
|
|
68136
|
-
8,
|
|
68137
|
-
1,
|
|
68130
|
+
"qx/decoration/Simple/table/ascending-invert.png": [
|
|
68131
|
+
10,
|
|
68132
|
+
10,
|
|
68138
68133
|
"png",
|
|
68139
68134
|
"qx"
|
|
68140
68135
|
],
|
|
68141
|
-
"qx/decoration/Simple/
|
|
68142
|
-
19,
|
|
68143
|
-
16,
|
|
68144
|
-
"gif",
|
|
68145
|
-
"qx"
|
|
68146
|
-
],
|
|
68147
|
-
"qx/decoration/Simple/tree/plus.gif": [
|
|
68148
|
-
19,
|
|
68149
|
-
16,
|
|
68150
|
-
"gif",
|
|
68151
|
-
"qx"
|
|
68152
|
-
],
|
|
68153
|
-
"qx/decoration/Simple/table/ascending-invert.png": [
|
|
68136
|
+
"qx/decoration/Simple/table/ascending.png": [
|
|
68154
68137
|
10,
|
|
68155
68138
|
10,
|
|
68156
68139
|
"png",
|
|
@@ -68168,13 +68151,13 @@ qx.$$packageData['0'] = {
|
|
|
68168
68151
|
"png",
|
|
68169
68152
|
"qx"
|
|
68170
68153
|
],
|
|
68171
|
-
"qx/decoration/Simple/table/
|
|
68154
|
+
"qx/decoration/Simple/table/descending-invert.png": [
|
|
68172
68155
|
10,
|
|
68173
68156
|
10,
|
|
68174
68157
|
"png",
|
|
68175
68158
|
"qx"
|
|
68176
68159
|
],
|
|
68177
|
-
"qx/decoration/Simple/table/descending
|
|
68160
|
+
"qx/decoration/Simple/table/descending.png": [
|
|
68178
68161
|
10,
|
|
68179
68162
|
10,
|
|
68180
68163
|
"png",
|
|
@@ -68186,18 +68169,24 @@ qx.$$packageData['0'] = {
|
|
|
68186
68169
|
"png",
|
|
68187
68170
|
"qx"
|
|
68188
68171
|
],
|
|
68189
|
-
"qx/decoration/Simple/table/descending.png": [
|
|
68190
|
-
10,
|
|
68191
|
-
10,
|
|
68192
|
-
"png",
|
|
68193
|
-
"qx"
|
|
68194
|
-
],
|
|
68195
68172
|
"qx/decoration/Simple/tabview/close.gif": [
|
|
68196
68173
|
10,
|
|
68197
68174
|
9,
|
|
68198
68175
|
"gif",
|
|
68199
68176
|
"qx"
|
|
68200
68177
|
],
|
|
68178
|
+
"qx/decoration/Simple/tree/minus.gif": [
|
|
68179
|
+
19,
|
|
68180
|
+
16,
|
|
68181
|
+
"gif",
|
|
68182
|
+
"qx"
|
|
68183
|
+
],
|
|
68184
|
+
"qx/decoration/Simple/tree/plus.gif": [
|
|
68185
|
+
19,
|
|
68186
|
+
16,
|
|
68187
|
+
"gif",
|
|
68188
|
+
"qx"
|
|
68189
|
+
],
|
|
68201
68190
|
"qx/decoration/Simple/treevirtual/cross.gif": [
|
|
68202
68191
|
19,
|
|
68203
68192
|
16,
|
|
@@ -68270,13 +68259,25 @@ qx.$$packageData['0'] = {
|
|
|
68270
68259
|
"gif",
|
|
68271
68260
|
"qx"
|
|
68272
68261
|
],
|
|
68273
|
-
"qx/decoration/Simple/
|
|
68262
|
+
"qx/decoration/Simple/splitpane/knob-horizontal.png": [
|
|
68263
|
+
1,
|
|
68264
|
+
8,
|
|
68265
|
+
"png",
|
|
68266
|
+
"qx"
|
|
68267
|
+
],
|
|
68268
|
+
"qx/decoration/Simple/splitpane/knob-vertical.png": [
|
|
68269
|
+
8,
|
|
68270
|
+
1,
|
|
68271
|
+
"png",
|
|
68272
|
+
"qx"
|
|
68273
|
+
],
|
|
68274
|
+
"qx/decoration/Simple/window/close-white.gif": [
|
|
68274
68275
|
10,
|
|
68275
68276
|
9,
|
|
68276
68277
|
"gif",
|
|
68277
68278
|
"qx"
|
|
68278
68279
|
],
|
|
68279
|
-
"qx/decoration/Simple/window/close
|
|
68280
|
+
"qx/decoration/Simple/window/close.gif": [
|
|
68280
68281
|
10,
|
|
68281
68282
|
9,
|
|
68282
68283
|
"gif",
|
|
@@ -68288,19 +68289,19 @@ qx.$$packageData['0'] = {
|
|
|
68288
68289
|
"gif",
|
|
68289
68290
|
"qx"
|
|
68290
68291
|
],
|
|
68291
|
-
"qx/decoration/Simple/window/
|
|
68292
|
+
"qx/decoration/Simple/window/maximize.gif": [
|
|
68292
68293
|
9,
|
|
68293
68294
|
9,
|
|
68294
68295
|
"gif",
|
|
68295
68296
|
"qx"
|
|
68296
68297
|
],
|
|
68297
|
-
"qx/decoration/Simple/window/minimize.gif": [
|
|
68298
|
+
"qx/decoration/Simple/window/minimize-white.gif": [
|
|
68298
68299
|
9,
|
|
68299
68300
|
9,
|
|
68300
68301
|
"gif",
|
|
68301
68302
|
"qx"
|
|
68302
68303
|
],
|
|
68303
|
-
"qx/decoration/Simple/window/
|
|
68304
|
+
"qx/decoration/Simple/window/minimize.gif": [
|
|
68304
68305
|
9,
|
|
68305
68306
|
9,
|
|
68306
68307
|
"gif",
|
|
@@ -68330,49 +68331,49 @@ qx.$$packageData['0'] = {
|
|
|
68330
68331
|
"js",
|
|
68331
68332
|
"qx"
|
|
68332
68333
|
],
|
|
68333
|
-
"qx/tool/
|
|
68334
|
+
"qx/tool/schema/compile-1-0-0.json": [
|
|
68334
68335
|
null,
|
|
68335
68336
|
null,
|
|
68336
|
-
"",
|
|
68337
|
+
"json",
|
|
68337
68338
|
"qx"
|
|
68338
68339
|
],
|
|
68339
|
-
"qx/tool/
|
|
68340
|
+
"qx/tool/schema/Manifest-1-0-0.json": [
|
|
68340
68341
|
null,
|
|
68341
68342
|
null,
|
|
68342
|
-
"",
|
|
68343
|
+
"json",
|
|
68343
68344
|
"qx"
|
|
68344
68345
|
],
|
|
68345
|
-
"qx/tool/
|
|
68346
|
+
"qx/tool/schema/Manifest-2-0-0.json": [
|
|
68346
68347
|
null,
|
|
68347
68348
|
null,
|
|
68348
|
-
"",
|
|
68349
|
+
"json",
|
|
68349
68350
|
"qx"
|
|
68350
68351
|
],
|
|
68351
|
-
"qx/tool/schema/
|
|
68352
|
+
"qx/tool/schema/qooxdoo-1-0-0.json": [
|
|
68352
68353
|
null,
|
|
68353
68354
|
null,
|
|
68354
68355
|
"json",
|
|
68355
68356
|
"qx"
|
|
68356
68357
|
],
|
|
68357
|
-
"qx/tool/
|
|
68358
|
+
"qx/tool/website/.gitignore": [
|
|
68358
68359
|
null,
|
|
68359
68360
|
null,
|
|
68360
|
-
"
|
|
68361
|
+
"",
|
|
68361
68362
|
"qx"
|
|
68362
68363
|
],
|
|
68363
|
-
"qx/tool/
|
|
68364
|
+
"qx/tool/bin/build-devtools": [
|
|
68364
68365
|
null,
|
|
68365
68366
|
null,
|
|
68366
|
-
"
|
|
68367
|
+
"",
|
|
68367
68368
|
"qx"
|
|
68368
68369
|
],
|
|
68369
|
-
"qx/tool/
|
|
68370
|
+
"qx/tool/bin/build-website": [
|
|
68370
68371
|
null,
|
|
68371
68372
|
null,
|
|
68372
|
-
"
|
|
68373
|
+
"",
|
|
68373
68374
|
"qx"
|
|
68374
68375
|
],
|
|
68375
|
-
"qx/tool/
|
|
68376
|
+
"qx/tool/bin/download-assets": [
|
|
68376
68377
|
null,
|
|
68377
68378
|
null,
|
|
68378
68379
|
"",
|
|
@@ -68390,30 +68391,48 @@ qx.$$packageData['0'] = {
|
|
|
68390
68391
|
"ts",
|
|
68391
68392
|
"qx"
|
|
68392
68393
|
],
|
|
68393
|
-
"qx/tool/website/
|
|
68394
|
+
"qx/tool/website/build/404.html": [
|
|
68394
68395
|
null,
|
|
68395
68396
|
null,
|
|
68396
|
-
"
|
|
68397
|
+
"html",
|
|
68397
68398
|
"qx"
|
|
68398
68399
|
],
|
|
68399
|
-
"qx/tool/website/
|
|
68400
|
+
"qx/tool/website/build/about.html": [
|
|
68400
68401
|
null,
|
|
68401
68402
|
null,
|
|
68402
|
-
"
|
|
68403
|
+
"html",
|
|
68403
68404
|
"qx"
|
|
68404
68405
|
],
|
|
68405
|
-
"qx/tool/website/
|
|
68406
|
+
"qx/tool/website/build/index.html": [
|
|
68406
68407
|
null,
|
|
68407
68408
|
null,
|
|
68408
68409
|
"html",
|
|
68409
68410
|
"qx"
|
|
68410
68411
|
],
|
|
68412
|
+
"qx/tool/website/build/qooxdoo.css": [
|
|
68413
|
+
null,
|
|
68414
|
+
null,
|
|
68415
|
+
"css",
|
|
68416
|
+
"qx"
|
|
68417
|
+
],
|
|
68418
|
+
"qx/tool/website/layouts/default.dot": [
|
|
68419
|
+
null,
|
|
68420
|
+
null,
|
|
68421
|
+
"dot",
|
|
68422
|
+
"qx"
|
|
68423
|
+
],
|
|
68411
68424
|
"qx/tool/website/partials/footer.html": [
|
|
68412
68425
|
null,
|
|
68413
68426
|
null,
|
|
68414
68427
|
"html",
|
|
68415
68428
|
"qx"
|
|
68416
68429
|
],
|
|
68430
|
+
"qx/tool/website/partials/head.html": [
|
|
68431
|
+
null,
|
|
68432
|
+
null,
|
|
68433
|
+
"html",
|
|
68434
|
+
"qx"
|
|
68435
|
+
],
|
|
68417
68436
|
"qx/tool/website/partials/header.html": [
|
|
68418
68437
|
null,
|
|
68419
68438
|
null,
|
|
@@ -68432,193 +68451,199 @@ qx.$$packageData['0'] = {
|
|
|
68432
68451
|
"svg",
|
|
68433
68452
|
"qx"
|
|
68434
68453
|
],
|
|
68435
|
-
"qx/tool/website/partials/icon-twitter.svg": [
|
|
68436
|
-
16,
|
|
68437
|
-
16,
|
|
68438
|
-
"svg",
|
|
68439
|
-
"qx"
|
|
68440
|
-
],
|
|
68441
68454
|
"qx/tool/website/partials/icon-twitter.html": [
|
|
68442
68455
|
null,
|
|
68443
68456
|
null,
|
|
68444
68457
|
"html",
|
|
68445
68458
|
"qx"
|
|
68446
68459
|
],
|
|
68447
|
-
"qx/tool/website/
|
|
68448
|
-
|
|
68449
|
-
|
|
68450
|
-
"
|
|
68451
|
-
"qx"
|
|
68452
|
-
],
|
|
68453
|
-
"qx/tool/website/src/404.html": [
|
|
68454
|
-
null,
|
|
68455
|
-
null,
|
|
68456
|
-
"html",
|
|
68460
|
+
"qx/tool/website/partials/icon-twitter.svg": [
|
|
68461
|
+
16,
|
|
68462
|
+
16,
|
|
68463
|
+
"svg",
|
|
68457
68464
|
"qx"
|
|
68458
68465
|
],
|
|
68459
|
-
"qx/tool/website/
|
|
68466
|
+
"qx/tool/website/sass/qooxdoo.scss": [
|
|
68460
68467
|
null,
|
|
68461
68468
|
null,
|
|
68462
|
-
"
|
|
68469
|
+
"scss",
|
|
68463
68470
|
"qx"
|
|
68464
68471
|
],
|
|
68465
|
-
"qx/tool/website/
|
|
68472
|
+
"qx/tool/website/src/404.html": [
|
|
68466
68473
|
null,
|
|
68467
68474
|
null,
|
|
68468
68475
|
"html",
|
|
68469
68476
|
"qx"
|
|
68470
68477
|
],
|
|
68471
|
-
"qx/tool/website/
|
|
68478
|
+
"qx/tool/website/src/about.md": [
|
|
68472
68479
|
null,
|
|
68473
68480
|
null,
|
|
68474
|
-
"
|
|
68481
|
+
"md",
|
|
68475
68482
|
"qx"
|
|
68476
68483
|
],
|
|
68477
|
-
"qx/tool/website/
|
|
68484
|
+
"qx/tool/website/src/index.html": [
|
|
68478
68485
|
null,
|
|
68479
68486
|
null,
|
|
68480
68487
|
"html",
|
|
68481
68488
|
"qx"
|
|
68482
68489
|
],
|
|
68483
|
-
"qx/tool/
|
|
68490
|
+
"qx/tool/cli/templates/class/default.tmpl.js": [
|
|
68484
68491
|
null,
|
|
68485
68492
|
null,
|
|
68486
|
-
"
|
|
68493
|
+
"js",
|
|
68487
68494
|
"qx"
|
|
68488
68495
|
],
|
|
68489
|
-
"qx/tool/cli/templates/
|
|
68496
|
+
"qx/tool/cli/templates/class/interface.tmpl.js": [
|
|
68490
68497
|
null,
|
|
68491
68498
|
null,
|
|
68492
68499
|
"js",
|
|
68493
68500
|
"qx"
|
|
68494
68501
|
],
|
|
68495
|
-
"qx/tool/cli/templates/
|
|
68502
|
+
"qx/tool/cli/templates/class/header.tmpl.js": [
|
|
68496
68503
|
null,
|
|
68497
68504
|
null,
|
|
68498
68505
|
"js",
|
|
68499
68506
|
"qx"
|
|
68500
68507
|
],
|
|
68501
|
-
"qx/tool/cli/templates/
|
|
68508
|
+
"qx/tool/cli/templates/class/mixin.tmpl.js": [
|
|
68502
68509
|
null,
|
|
68503
68510
|
null,
|
|
68504
68511
|
"js",
|
|
68505
68512
|
"qx"
|
|
68506
68513
|
],
|
|
68507
|
-
"qx/tool/cli/templates/class/
|
|
68514
|
+
"qx/tool/cli/templates/class/singleton.tmpl.js": [
|
|
68508
68515
|
null,
|
|
68509
68516
|
null,
|
|
68510
68517
|
"js",
|
|
68511
68518
|
"qx"
|
|
68512
68519
|
],
|
|
68513
|
-
"qx/tool/cli/templates/
|
|
68520
|
+
"qx/tool/cli/templates/loader/loader-browser.tmpl.js": [
|
|
68514
68521
|
null,
|
|
68515
68522
|
null,
|
|
68516
68523
|
"js",
|
|
68517
68524
|
"qx"
|
|
68518
68525
|
],
|
|
68519
|
-
"qx/tool/cli/templates/
|
|
68526
|
+
"qx/tool/cli/templates/loader/loader-node.tmpl.js": [
|
|
68520
68527
|
null,
|
|
68521
68528
|
null,
|
|
68522
68529
|
"js",
|
|
68523
68530
|
"qx"
|
|
68524
68531
|
],
|
|
68525
|
-
"qx/tool/cli/templates/
|
|
68532
|
+
"qx/tool/cli/templates/loader/loader-rhino.tmpl.js": [
|
|
68526
68533
|
null,
|
|
68527
68534
|
null,
|
|
68528
68535
|
"js",
|
|
68529
68536
|
"qx"
|
|
68530
68537
|
],
|
|
68531
|
-
"qx/tool/
|
|
68538
|
+
"qx/tool/website/build/assets/abel.css": [
|
|
68532
68539
|
null,
|
|
68533
68540
|
null,
|
|
68534
|
-
"
|
|
68541
|
+
"css",
|
|
68535
68542
|
"qx"
|
|
68536
68543
|
],
|
|
68537
|
-
"qx/tool/website/
|
|
68544
|
+
"qx/tool/website/build/assets/bootstrap.min.css": [
|
|
68538
68545
|
null,
|
|
68539
68546
|
null,
|
|
68540
|
-
"
|
|
68547
|
+
"css",
|
|
68541
68548
|
"qx"
|
|
68542
68549
|
],
|
|
68543
|
-
"qx/tool/website/
|
|
68550
|
+
"qx/tool/website/build/assets/bootstrap.css": [
|
|
68544
68551
|
null,
|
|
68545
68552
|
null,
|
|
68546
68553
|
"css",
|
|
68547
68554
|
"qx"
|
|
68548
68555
|
],
|
|
68549
|
-
"qx/tool/website/
|
|
68556
|
+
"qx/tool/website/build/assets/buttons.js": [
|
|
68550
68557
|
null,
|
|
68551
68558
|
null,
|
|
68552
|
-
"
|
|
68559
|
+
"js",
|
|
68553
68560
|
"qx"
|
|
68554
68561
|
],
|
|
68555
|
-
"qx/tool/website/
|
|
68562
|
+
"qx/tool/website/build/assets/common.js": [
|
|
68556
68563
|
null,
|
|
68557
68564
|
null,
|
|
68558
|
-
"
|
|
68565
|
+
"js",
|
|
68559
68566
|
"qx"
|
|
68560
68567
|
],
|
|
68561
|
-
"qx/tool/website/
|
|
68568
|
+
"qx/tool/website/build/assets/bootstrap.min.css.map": [
|
|
68562
68569
|
null,
|
|
68563
68570
|
null,
|
|
68564
|
-
"
|
|
68571
|
+
"map",
|
|
68565
68572
|
"qx"
|
|
68566
68573
|
],
|
|
68567
|
-
"qx/tool/website/
|
|
68574
|
+
"qx/tool/website/build/assets/favicon.png": [
|
|
68568
68575
|
32,
|
|
68569
68576
|
32,
|
|
68570
68577
|
"png",
|
|
68571
68578
|
"qx"
|
|
68572
68579
|
],
|
|
68573
|
-
"qx/tool/website/
|
|
68580
|
+
"qx/tool/website/build/assets/fontawesome-all.js": [
|
|
68574
68581
|
null,
|
|
68575
68582
|
null,
|
|
68576
|
-
"
|
|
68583
|
+
"js",
|
|
68577
68584
|
"qx"
|
|
68578
68585
|
],
|
|
68579
|
-
"qx/tool/website/
|
|
68586
|
+
"qx/tool/website/build/assets/jquery.js": [
|
|
68580
68587
|
null,
|
|
68581
68588
|
null,
|
|
68582
68589
|
"js",
|
|
68583
68590
|
"qx"
|
|
68584
68591
|
],
|
|
68585
|
-
"qx/tool/website/
|
|
68592
|
+
"qx/tool/website/build/assets/logo.svg": [
|
|
68586
68593
|
512,
|
|
68587
68594
|
145,
|
|
68588
68595
|
"svg",
|
|
68589
68596
|
"qx"
|
|
68590
68597
|
],
|
|
68591
|
-
"qx/tool/website/
|
|
68592
|
-
null,
|
|
68593
|
-
null,
|
|
68594
|
-
"js",
|
|
68595
|
-
"qx"
|
|
68596
|
-
],
|
|
68597
|
-
"qx/tool/website/src/assets/qx-api.png": [
|
|
68598
|
+
"qx/tool/website/build/assets/qx-api.png": [
|
|
68598
68599
|
1144,
|
|
68599
68600
|
640,
|
|
68600
68601
|
"png",
|
|
68601
68602
|
"qx"
|
|
68602
68603
|
],
|
|
68603
|
-
"qx/tool/website/
|
|
68604
|
+
"qx/tool/website/build/assets/qx-ide.png": [
|
|
68604
68605
|
3183,
|
|
68605
68606
|
1752,
|
|
68606
68607
|
"png",
|
|
68607
68608
|
"qx"
|
|
68608
68609
|
],
|
|
68609
|
-
"qx/tool/website/
|
|
68610
|
+
"qx/tool/website/build/assets/qx-oo.png": [
|
|
68610
68611
|
870,
|
|
68611
68612
|
502,
|
|
68612
68613
|
"png",
|
|
68613
68614
|
"qx"
|
|
68614
68615
|
],
|
|
68615
|
-
"qx/tool/website/
|
|
68616
|
+
"qx/tool/website/build/assets/qx-white.svg": [
|
|
68616
68617
|
64,
|
|
68617
68618
|
65,
|
|
68618
68619
|
"svg",
|
|
68619
68620
|
"qx"
|
|
68620
68621
|
],
|
|
68621
|
-
"qx/tool/website/
|
|
68622
|
+
"qx/tool/website/build/diagnostics/dependson.html": [
|
|
68623
|
+
null,
|
|
68624
|
+
null,
|
|
68625
|
+
"html",
|
|
68626
|
+
"qx"
|
|
68627
|
+
],
|
|
68628
|
+
"qx/tool/website/build/diagnostics/dependson.js": [
|
|
68629
|
+
null,
|
|
68630
|
+
null,
|
|
68631
|
+
"js",
|
|
68632
|
+
"qx"
|
|
68633
|
+
],
|
|
68634
|
+
"qx/tool/website/build/diagnostics/requiredby.html": [
|
|
68635
|
+
null,
|
|
68636
|
+
null,
|
|
68637
|
+
"html",
|
|
68638
|
+
"qx"
|
|
68639
|
+
],
|
|
68640
|
+
"qx/tool/website/build/diagnostics/requiredby.js": [
|
|
68641
|
+
null,
|
|
68642
|
+
null,
|
|
68643
|
+
"js",
|
|
68644
|
+
"qx"
|
|
68645
|
+
],
|
|
68646
|
+
"qx/tool/website/build/scripts/serve.js": [
|
|
68622
68647
|
null,
|
|
68623
68648
|
null,
|
|
68624
68649
|
"js",
|
|
@@ -68630,6 +68655,12 @@ qx.$$packageData['0'] = {
|
|
|
68630
68655
|
"html",
|
|
68631
68656
|
"qx"
|
|
68632
68657
|
],
|
|
68658
|
+
"qx/tool/website/src/diagnostics/dependson.js": [
|
|
68659
|
+
null,
|
|
68660
|
+
null,
|
|
68661
|
+
"js",
|
|
68662
|
+
"qx"
|
|
68663
|
+
],
|
|
68633
68664
|
"qx/tool/website/src/diagnostics/requiredby.html": [
|
|
68634
68665
|
null,
|
|
68635
68666
|
null,
|
|
@@ -68642,130 +68673,124 @@ qx.$$packageData['0'] = {
|
|
|
68642
68673
|
"js",
|
|
68643
68674
|
"qx"
|
|
68644
68675
|
],
|
|
68645
|
-
"qx/tool/website/
|
|
68676
|
+
"qx/tool/website/src/assets/abel.css": [
|
|
68646
68677
|
null,
|
|
68647
68678
|
null,
|
|
68648
68679
|
"css",
|
|
68649
68680
|
"qx"
|
|
68650
68681
|
],
|
|
68651
|
-
"qx/tool/website/
|
|
68682
|
+
"qx/tool/website/src/assets/bootstrap.css": [
|
|
68652
68683
|
null,
|
|
68653
68684
|
null,
|
|
68654
68685
|
"css",
|
|
68655
68686
|
"qx"
|
|
68656
68687
|
],
|
|
68657
|
-
"qx/tool/website/
|
|
68688
|
+
"qx/tool/website/src/assets/bootstrap.min.css": [
|
|
68658
68689
|
null,
|
|
68659
68690
|
null,
|
|
68660
68691
|
"css",
|
|
68661
68692
|
"qx"
|
|
68662
68693
|
],
|
|
68663
|
-
"qx/tool/website/
|
|
68694
|
+
"qx/tool/website/src/assets/bootstrap.min.css.map": [
|
|
68664
68695
|
null,
|
|
68665
68696
|
null,
|
|
68666
68697
|
"map",
|
|
68667
68698
|
"qx"
|
|
68668
68699
|
],
|
|
68669
|
-
"qx/tool/website/
|
|
68670
|
-
null,
|
|
68671
|
-
null,
|
|
68672
|
-
"js",
|
|
68673
|
-
"qx"
|
|
68674
|
-
],
|
|
68675
|
-
"qx/tool/website/build/assets/common.js": [
|
|
68700
|
+
"qx/tool/website/src/assets/buttons.js": [
|
|
68676
68701
|
null,
|
|
68677
68702
|
null,
|
|
68678
68703
|
"js",
|
|
68679
68704
|
"qx"
|
|
68680
68705
|
],
|
|
68681
|
-
"qx/tool/website/
|
|
68706
|
+
"qx/tool/website/src/assets/favicon.png": [
|
|
68682
68707
|
32,
|
|
68683
68708
|
32,
|
|
68684
68709
|
"png",
|
|
68685
68710
|
"qx"
|
|
68686
68711
|
],
|
|
68687
|
-
"qx/tool/website/
|
|
68712
|
+
"qx/tool/website/src/assets/fontawesome-all.js": [
|
|
68688
68713
|
null,
|
|
68689
68714
|
null,
|
|
68690
68715
|
"js",
|
|
68691
68716
|
"qx"
|
|
68692
68717
|
],
|
|
68693
|
-
"qx/tool/website/
|
|
68718
|
+
"qx/tool/website/src/assets/jquery.js": [
|
|
68694
68719
|
null,
|
|
68695
68720
|
null,
|
|
68696
68721
|
"js",
|
|
68697
68722
|
"qx"
|
|
68698
68723
|
],
|
|
68699
|
-
"qx/tool/website/
|
|
68724
|
+
"qx/tool/website/src/assets/logo.svg": [
|
|
68700
68725
|
512,
|
|
68701
68726
|
145,
|
|
68702
68727
|
"svg",
|
|
68703
68728
|
"qx"
|
|
68704
68729
|
],
|
|
68705
|
-
"qx/tool/website/
|
|
68730
|
+
"qx/tool/website/src/assets/qx-api.png": [
|
|
68706
68731
|
1144,
|
|
68707
68732
|
640,
|
|
68708
68733
|
"png",
|
|
68709
68734
|
"qx"
|
|
68710
68735
|
],
|
|
68711
|
-
"qx/tool/website/
|
|
68736
|
+
"qx/tool/website/src/assets/qx-ide.png": [
|
|
68712
68737
|
3183,
|
|
68713
68738
|
1752,
|
|
68714
68739
|
"png",
|
|
68715
68740
|
"qx"
|
|
68716
68741
|
],
|
|
68717
|
-
"qx/tool/website/
|
|
68742
|
+
"qx/tool/website/src/assets/qx-oo.png": [
|
|
68718
68743
|
870,
|
|
68719
68744
|
502,
|
|
68720
68745
|
"png",
|
|
68721
68746
|
"qx"
|
|
68722
68747
|
],
|
|
68723
|
-
"qx/tool/website/
|
|
68748
|
+
"qx/tool/website/src/assets/qx-white.svg": [
|
|
68724
68749
|
64,
|
|
68725
68750
|
65,
|
|
68726
68751
|
"svg",
|
|
68727
68752
|
"qx"
|
|
68728
68753
|
],
|
|
68729
|
-
"qx/tool/website/
|
|
68754
|
+
"qx/tool/website/src/scripts/serve.js": [
|
|
68730
68755
|
null,
|
|
68731
68756
|
null,
|
|
68732
|
-
"
|
|
68757
|
+
"js",
|
|
68733
68758
|
"qx"
|
|
68734
68759
|
],
|
|
68735
|
-
"qx/tool/
|
|
68760
|
+
"qx/tool/cli/templates/skeleton/mobile/.gitignore.tmpl": [
|
|
68736
68761
|
null,
|
|
68737
68762
|
null,
|
|
68738
|
-
"
|
|
68763
|
+
"tmpl",
|
|
68739
68764
|
"qx"
|
|
68740
68765
|
],
|
|
68741
|
-
"qx/tool/
|
|
68766
|
+
"qx/tool/cli/templates/skeleton/mobile/Manifest.tmpl.json": [
|
|
68742
68767
|
null,
|
|
68743
68768
|
null,
|
|
68744
|
-
"
|
|
68769
|
+
"json",
|
|
68745
68770
|
"qx"
|
|
68746
68771
|
],
|
|
68747
|
-
"qx/tool/
|
|
68772
|
+
"qx/tool/cli/templates/skeleton/mobile/compile.tmpl.json": [
|
|
68748
68773
|
null,
|
|
68749
68774
|
null,
|
|
68750
|
-
"
|
|
68775
|
+
"json",
|
|
68751
68776
|
"qx"
|
|
68752
68777
|
],
|
|
68753
|
-
"qx/tool/
|
|
68778
|
+
"qx/tool/cli/templates/skeleton/mobile/readme.tmpl.md": [
|
|
68754
68779
|
null,
|
|
68755
68780
|
null,
|
|
68756
|
-
"
|
|
68781
|
+
"md",
|
|
68757
68782
|
"qx"
|
|
68758
68783
|
],
|
|
68759
|
-
"qx/tool/cli/templates/skeleton/desktop
|
|
68784
|
+
"qx/tool/cli/templates/skeleton/desktop/.gitignore.tmpl": [
|
|
68760
68785
|
null,
|
|
68761
68786
|
null,
|
|
68762
|
-
"
|
|
68787
|
+
"tmpl",
|
|
68763
68788
|
"qx"
|
|
68764
68789
|
],
|
|
68765
|
-
"qx/tool/cli/templates/skeleton/desktop
|
|
68790
|
+
"qx/tool/cli/templates/skeleton/desktop/compile.tmpl.json": [
|
|
68766
68791
|
null,
|
|
68767
68792
|
null,
|
|
68768
|
-
"
|
|
68793
|
+
"json",
|
|
68769
68794
|
"qx"
|
|
68770
68795
|
],
|
|
68771
68796
|
"qx/tool/cli/templates/skeleton/desktop/Manifest.tmpl.json": [
|
|
@@ -68786,13 +68811,13 @@ qx.$$packageData['0'] = {
|
|
|
68786
68811
|
"tmpl",
|
|
68787
68812
|
"qx"
|
|
68788
68813
|
],
|
|
68789
|
-
"qx/tool/cli/templates/skeleton/server/
|
|
68814
|
+
"qx/tool/cli/templates/skeleton/server/compile.tmpl.json": [
|
|
68790
68815
|
null,
|
|
68791
68816
|
null,
|
|
68792
68817
|
"json",
|
|
68793
68818
|
"qx"
|
|
68794
68819
|
],
|
|
68795
|
-
"qx/tool/cli/templates/skeleton/server/
|
|
68820
|
+
"qx/tool/cli/templates/skeleton/server/Manifest.tmpl.json": [
|
|
68796
68821
|
null,
|
|
68797
68822
|
null,
|
|
68798
68823
|
"json",
|
|
@@ -68804,52 +68829,46 @@ qx.$$packageData['0'] = {
|
|
|
68804
68829
|
"txt",
|
|
68805
68830
|
"qx"
|
|
68806
68831
|
],
|
|
68807
|
-
"qx/tool/cli/templates/skeleton/
|
|
68832
|
+
"qx/tool/cli/templates/skeleton/package/.gitignore.tmpl": [
|
|
68808
68833
|
null,
|
|
68809
68834
|
null,
|
|
68810
68835
|
"tmpl",
|
|
68811
68836
|
"qx"
|
|
68812
68837
|
],
|
|
68813
|
-
"qx/tool/cli/templates/skeleton/
|
|
68838
|
+
"qx/tool/cli/templates/skeleton/package/compile.tmpl.json": [
|
|
68814
68839
|
null,
|
|
68815
68840
|
null,
|
|
68816
68841
|
"json",
|
|
68817
68842
|
"qx"
|
|
68818
68843
|
],
|
|
68819
|
-
"qx/tool/cli/templates/skeleton/
|
|
68820
|
-
null,
|
|
68821
|
-
null,
|
|
68822
|
-
"md",
|
|
68823
|
-
"qx"
|
|
68824
|
-
],
|
|
68825
|
-
"qx/tool/cli/templates/skeleton/mobile/compile.tmpl.json": [
|
|
68844
|
+
"qx/tool/cli/templates/skeleton/package/Manifest.tmpl.json": [
|
|
68826
68845
|
null,
|
|
68827
68846
|
null,
|
|
68828
68847
|
"json",
|
|
68829
68848
|
"qx"
|
|
68830
68849
|
],
|
|
68831
|
-
"qx/tool/cli/templates/skeleton/package
|
|
68850
|
+
"qx/tool/cli/templates/skeleton/package/readme.tmpl.md": [
|
|
68832
68851
|
null,
|
|
68833
68852
|
null,
|
|
68834
|
-
"
|
|
68853
|
+
"md",
|
|
68835
68854
|
"qx"
|
|
68836
68855
|
],
|
|
68837
|
-
"qx/tool/cli/templates/skeleton/
|
|
68856
|
+
"qx/tool/cli/templates/skeleton/mobile/source/boot/index.tmpl.html": [
|
|
68838
68857
|
null,
|
|
68839
68858
|
null,
|
|
68840
|
-
"
|
|
68859
|
+
"html",
|
|
68841
68860
|
"qx"
|
|
68842
68861
|
],
|
|
68843
|
-
"qx/tool/cli/templates/skeleton/
|
|
68862
|
+
"qx/tool/cli/templates/skeleton/mobile/source/boot/nojs.tmpl.html": [
|
|
68844
68863
|
null,
|
|
68845
68864
|
null,
|
|
68846
|
-
"
|
|
68865
|
+
"html",
|
|
68847
68866
|
"qx"
|
|
68848
68867
|
],
|
|
68849
|
-
"qx/tool/cli/templates/skeleton/
|
|
68868
|
+
"qx/tool/cli/templates/skeleton/mobile/source/translation/readme.txt": [
|
|
68850
68869
|
null,
|
|
68851
68870
|
null,
|
|
68852
|
-
"
|
|
68871
|
+
"txt",
|
|
68853
68872
|
"qx"
|
|
68854
68873
|
],
|
|
68855
68874
|
"qx/tool/cli/templates/skeleton/desktop/source/boot/index.tmpl.html": [
|
|
@@ -68882,34 +68901,34 @@ qx.$$packageData['0'] = {
|
|
|
68882
68901
|
"txt",
|
|
68883
68902
|
"qx"
|
|
68884
68903
|
],
|
|
68885
|
-
"qx/tool/cli/templates/skeleton/mobile/source/
|
|
68904
|
+
"qx/tool/cli/templates/skeleton/mobile/source/class/custom/Application.tmpl.js": [
|
|
68886
68905
|
null,
|
|
68887
68906
|
null,
|
|
68888
|
-
"
|
|
68907
|
+
"js",
|
|
68889
68908
|
"qx"
|
|
68890
68909
|
],
|
|
68891
|
-
"qx/tool/cli/templates/skeleton/mobile/source/
|
|
68910
|
+
"qx/tool/cli/templates/skeleton/mobile/source/class/custom/__init__.tmpl.js": [
|
|
68892
68911
|
null,
|
|
68893
68912
|
null,
|
|
68894
|
-
"
|
|
68913
|
+
"js",
|
|
68895
68914
|
"qx"
|
|
68896
68915
|
],
|
|
68897
|
-
"qx/tool/cli/templates/skeleton/mobile/source/
|
|
68898
|
-
|
|
68899
|
-
|
|
68900
|
-
"
|
|
68916
|
+
"qx/tool/cli/templates/skeleton/mobile/source/resource/custom/app.png": [
|
|
68917
|
+
180,
|
|
68918
|
+
180,
|
|
68919
|
+
"png",
|
|
68901
68920
|
"qx"
|
|
68902
68921
|
],
|
|
68903
|
-
"qx/tool/cli/templates/skeleton/
|
|
68904
|
-
|
|
68905
|
-
|
|
68906
|
-
"
|
|
68922
|
+
"qx/tool/cli/templates/skeleton/mobile/source/resource/custom/favicon.png": [
|
|
68923
|
+
32,
|
|
68924
|
+
32,
|
|
68925
|
+
"png",
|
|
68907
68926
|
"qx"
|
|
68908
68927
|
],
|
|
68909
|
-
"qx/tool/cli/templates/skeleton/
|
|
68910
|
-
|
|
68911
|
-
|
|
68912
|
-
"
|
|
68928
|
+
"qx/tool/cli/templates/skeleton/mobile/source/resource/custom/js_256x256.png": [
|
|
68929
|
+
256,
|
|
68930
|
+
256,
|
|
68931
|
+
"png",
|
|
68913
68932
|
"qx"
|
|
68914
68933
|
],
|
|
68915
68934
|
"qx/tool/cli/templates/skeleton/desktop/source/resource/custom/app.png": [
|
|
@@ -68936,10 +68955,16 @@ qx.$$packageData['0'] = {
|
|
|
68936
68955
|
"png",
|
|
68937
68956
|
"qx"
|
|
68938
68957
|
],
|
|
68939
|
-
"qx/tool/cli/templates/skeleton/
|
|
68958
|
+
"qx/tool/cli/templates/skeleton/desktop/source/class/custom/Application.tmpl.js": [
|
|
68940
68959
|
null,
|
|
68941
68960
|
null,
|
|
68942
|
-
"
|
|
68961
|
+
"js",
|
|
68962
|
+
"qx"
|
|
68963
|
+
],
|
|
68964
|
+
"qx/tool/cli/templates/skeleton/desktop/source/class/custom/__init__.tmpl.js": [
|
|
68965
|
+
null,
|
|
68966
|
+
null,
|
|
68967
|
+
"js",
|
|
68943
68968
|
"qx"
|
|
68944
68969
|
],
|
|
68945
68970
|
"qx/tool/cli/templates/skeleton/server/source/class/custom/Application.tmpl.js": [
|
|
@@ -68954,6 +68979,12 @@ qx.$$packageData['0'] = {
|
|
|
68954
68979
|
"js",
|
|
68955
68980
|
"qx"
|
|
68956
68981
|
],
|
|
68982
|
+
"qx/tool/cli/templates/skeleton/server/source/resource/custom/.gitignore.tmpl": [
|
|
68983
|
+
null,
|
|
68984
|
+
null,
|
|
68985
|
+
"tmpl",
|
|
68986
|
+
"qx"
|
|
68987
|
+
],
|
|
68957
68988
|
"qx/tool/cli/templates/skeleton/package/source/class/custom/Button.tmpl.js": [
|
|
68958
68989
|
null,
|
|
68959
68990
|
null,
|
|
@@ -68972,109 +69003,85 @@ qx.$$packageData['0'] = {
|
|
|
68972
69003
|
"png",
|
|
68973
69004
|
"qx"
|
|
68974
69005
|
],
|
|
68975
|
-
"qx/tool/cli/templates/skeleton/mobile/source/
|
|
68976
|
-
180,
|
|
68977
|
-
180,
|
|
68978
|
-
"png",
|
|
68979
|
-
"qx"
|
|
68980
|
-
],
|
|
68981
|
-
"qx/tool/cli/templates/skeleton/mobile/source/resource/custom/favicon.png": [
|
|
68982
|
-
32,
|
|
68983
|
-
32,
|
|
68984
|
-
"png",
|
|
68985
|
-
"qx"
|
|
68986
|
-
],
|
|
68987
|
-
"qx/tool/cli/templates/skeleton/mobile/source/resource/custom/js_256x256.png": [
|
|
68988
|
-
256,
|
|
68989
|
-
256,
|
|
68990
|
-
"png",
|
|
68991
|
-
"qx"
|
|
68992
|
-
],
|
|
68993
|
-
"qx/tool/cli/templates/skeleton/mobile/source/class/custom/Application.tmpl.js": [
|
|
68994
|
-
null,
|
|
68995
|
-
null,
|
|
68996
|
-
"js",
|
|
68997
|
-
"qx"
|
|
68998
|
-
],
|
|
68999
|
-
"qx/tool/cli/templates/skeleton/mobile/source/class/custom/__init__.tmpl.js": [
|
|
69006
|
+
"qx/tool/cli/templates/skeleton/mobile/source/class/custom/page/Login.tmpl.js": [
|
|
69000
69007
|
null,
|
|
69001
69008
|
null,
|
|
69002
69009
|
"js",
|
|
69003
69010
|
"qx"
|
|
69004
69011
|
],
|
|
69005
|
-
"qx/tool/cli/templates/skeleton/
|
|
69012
|
+
"qx/tool/cli/templates/skeleton/mobile/source/class/custom/page/Overview.tmpl.js": [
|
|
69006
69013
|
null,
|
|
69007
69014
|
null,
|
|
69008
69015
|
"js",
|
|
69009
69016
|
"qx"
|
|
69010
69017
|
],
|
|
69011
|
-
"qx/tool/cli/templates/skeleton/
|
|
69018
|
+
"qx/tool/cli/templates/skeleton/mobile/source/class/custom/page/__init__.tmpl.js": [
|
|
69012
69019
|
null,
|
|
69013
69020
|
null,
|
|
69014
69021
|
"js",
|
|
69015
69022
|
"qx"
|
|
69016
69023
|
],
|
|
69017
|
-
"qx/tool/cli/templates/skeleton/
|
|
69024
|
+
"qx/tool/cli/templates/skeleton/mobile/source/theme/custom/scss/custom.scss": [
|
|
69018
69025
|
null,
|
|
69019
69026
|
null,
|
|
69020
|
-
"
|
|
69027
|
+
"scss",
|
|
69021
69028
|
"qx"
|
|
69022
69029
|
],
|
|
69023
|
-
"qx/tool/cli/templates/skeleton/
|
|
69030
|
+
"qx/tool/cli/templates/skeleton/mobile/source/theme/custom/scss/_styles.scss": [
|
|
69024
69031
|
null,
|
|
69025
69032
|
null,
|
|
69026
|
-
"
|
|
69033
|
+
"scss",
|
|
69027
69034
|
"qx"
|
|
69028
69035
|
],
|
|
69029
|
-
"qx/tool/cli/templates/skeleton/
|
|
69036
|
+
"qx/tool/cli/templates/skeleton/mobile/source/resource/custom/css/.gitignore.tmpl": [
|
|
69030
69037
|
null,
|
|
69031
69038
|
null,
|
|
69032
|
-
"
|
|
69039
|
+
"tmpl",
|
|
69033
69040
|
"qx"
|
|
69034
69041
|
],
|
|
69035
|
-
"qx/tool/cli/templates/skeleton/desktop/source/class/custom/theme/
|
|
69042
|
+
"qx/tool/cli/templates/skeleton/desktop/source/class/custom/theme/Appearance.tmpl.js": [
|
|
69036
69043
|
null,
|
|
69037
69044
|
null,
|
|
69038
69045
|
"js",
|
|
69039
69046
|
"qx"
|
|
69040
69047
|
],
|
|
69041
|
-
"qx/tool/cli/templates/skeleton/
|
|
69048
|
+
"qx/tool/cli/templates/skeleton/desktop/source/class/custom/theme/Decoration.tmpl.js": [
|
|
69042
69049
|
null,
|
|
69043
69050
|
null,
|
|
69044
69051
|
"js",
|
|
69045
69052
|
"qx"
|
|
69046
69053
|
],
|
|
69047
|
-
"qx/tool/cli/templates/skeleton/
|
|
69054
|
+
"qx/tool/cli/templates/skeleton/desktop/source/class/custom/theme/Color.tmpl.js": [
|
|
69048
69055
|
null,
|
|
69049
69056
|
null,
|
|
69050
69057
|
"js",
|
|
69051
69058
|
"qx"
|
|
69052
69059
|
],
|
|
69053
|
-
"qx/tool/cli/templates/skeleton/
|
|
69060
|
+
"qx/tool/cli/templates/skeleton/desktop/source/class/custom/theme/Font.tmpl.js": [
|
|
69054
69061
|
null,
|
|
69055
69062
|
null,
|
|
69056
69063
|
"js",
|
|
69057
69064
|
"qx"
|
|
69058
69065
|
],
|
|
69059
|
-
"qx/tool/cli/templates/skeleton/
|
|
69066
|
+
"qx/tool/cli/templates/skeleton/desktop/source/class/custom/theme/Theme.tmpl.js": [
|
|
69060
69067
|
null,
|
|
69061
69068
|
null,
|
|
69062
69069
|
"js",
|
|
69063
69070
|
"qx"
|
|
69064
69071
|
],
|
|
69065
|
-
"qx/tool/cli/templates/skeleton/
|
|
69072
|
+
"qx/tool/cli/templates/skeleton/desktop/source/class/custom/test/DemoTest.tmpl.js": [
|
|
69066
69073
|
null,
|
|
69067
69074
|
null,
|
|
69068
69075
|
"js",
|
|
69069
69076
|
"qx"
|
|
69070
69077
|
],
|
|
69071
|
-
"qx/tool/cli/templates/skeleton/
|
|
69078
|
+
"qx/tool/cli/templates/skeleton/server/source/class/custom/test/DemoTest.tmpl.js": [
|
|
69072
69079
|
null,
|
|
69073
69080
|
null,
|
|
69074
69081
|
"js",
|
|
69075
69082
|
"qx"
|
|
69076
69083
|
],
|
|
69077
|
-
"qx/tool/cli/templates/skeleton/package/source/class/custom/
|
|
69084
|
+
"qx/tool/cli/templates/skeleton/package/source/class/custom/test/DemoTest.tmpl.js": [
|
|
69078
69085
|
null,
|
|
69079
69086
|
null,
|
|
69080
69087
|
"js",
|
|
@@ -69086,37 +69093,31 @@ qx.$$packageData['0'] = {
|
|
|
69086
69093
|
"js",
|
|
69087
69094
|
"qx"
|
|
69088
69095
|
],
|
|
69089
|
-
"qx/tool/cli/templates/skeleton/
|
|
69090
|
-
null,
|
|
69091
|
-
null,
|
|
69092
|
-
"tmpl",
|
|
69093
|
-
"qx"
|
|
69094
|
-
],
|
|
69095
|
-
"qx/tool/cli/templates/skeleton/mobile/source/theme/custom/scss/custom.scss": [
|
|
69096
|
+
"qx/tool/cli/templates/skeleton/package/source/class/custom/theme/Appearance.tmpl.js": [
|
|
69096
69097
|
null,
|
|
69097
69098
|
null,
|
|
69098
|
-
"
|
|
69099
|
+
"js",
|
|
69099
69100
|
"qx"
|
|
69100
69101
|
],
|
|
69101
|
-
"qx/tool/cli/templates/skeleton/
|
|
69102
|
+
"qx/tool/cli/templates/skeleton/package/source/class/custom/theme/Color.tmpl.js": [
|
|
69102
69103
|
null,
|
|
69103
69104
|
null,
|
|
69104
|
-
"
|
|
69105
|
+
"js",
|
|
69105
69106
|
"qx"
|
|
69106
69107
|
],
|
|
69107
|
-
"qx/tool/cli/templates/skeleton/
|
|
69108
|
+
"qx/tool/cli/templates/skeleton/package/source/class/custom/theme/Decoration.tmpl.js": [
|
|
69108
69109
|
null,
|
|
69109
69110
|
null,
|
|
69110
69111
|
"js",
|
|
69111
69112
|
"qx"
|
|
69112
69113
|
],
|
|
69113
|
-
"qx/tool/cli/templates/skeleton/
|
|
69114
|
+
"qx/tool/cli/templates/skeleton/package/source/class/custom/theme/Font.tmpl.js": [
|
|
69114
69115
|
null,
|
|
69115
69116
|
null,
|
|
69116
69117
|
"js",
|
|
69117
69118
|
"qx"
|
|
69118
69119
|
],
|
|
69119
|
-
"qx/tool/cli/templates/skeleton/
|
|
69120
|
+
"qx/tool/cli/templates/skeleton/package/source/class/custom/theme/Theme.tmpl.js": [
|
|
69120
69121
|
null,
|
|
69121
69122
|
null,
|
|
69122
69123
|
"js",
|