@qooxdoo/framework 7.3.2 → 7.3.3
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 +1 -1
- package/bin/tools/utils.js +561 -0
- package/lib/compiler/compile-info.json +59 -59
- package/lib/compiler/index.js +237 -237
- package/package.json +2 -1
package/lib/compiler/index.js
CHANGED
|
@@ -96,7 +96,7 @@ if (typeof global !== "undefined") {
|
|
|
96
96
|
"qx.application": "qx.tool.cli.Application",
|
|
97
97
|
"qx.revision": "",
|
|
98
98
|
"qx.theme": "qx.theme.Simple",
|
|
99
|
-
"qx.version": "7.3.
|
|
99
|
+
"qx.version": "7.3.3",
|
|
100
100
|
"qx.compiler.targetType": "source",
|
|
101
101
|
"qx.compiler.outputDir": "compiled/node/build/",
|
|
102
102
|
"true": true,
|
|
@@ -128,7 +128,7 @@ if (typeof global !== "undefined") {
|
|
|
128
128
|
"qx.promise.warnings": true,
|
|
129
129
|
"qx.promise.longStackTraces": true,
|
|
130
130
|
"qx.compiler": true,
|
|
131
|
-
"qx.compiler.version": "7.3.
|
|
131
|
+
"qx.compiler.version": "7.3.3",
|
|
132
132
|
"qx.headless": true,
|
|
133
133
|
"qx.compiler.applicationType": "node",
|
|
134
134
|
"qx.compiler.applicationName": "compiler"
|
|
@@ -36534,7 +36534,7 @@ Version: v${await qx.tool.config.Utils.getQxVersion()}
|
|
|
36534
36534
|
* @return {String}
|
|
36535
36535
|
*/
|
|
36536
36536
|
getCompilerVersion() {
|
|
36537
|
-
return "7.3.
|
|
36537
|
+
return "7.3.3";
|
|
36538
36538
|
},
|
|
36539
36539
|
|
|
36540
36540
|
/**
|
|
@@ -72106,66 +72106,12 @@ qx.$$packageData['0'] = {
|
|
|
72106
72106
|
}
|
|
72107
72107
|
},
|
|
72108
72108
|
"resources": {
|
|
72109
|
-
"qx/decoration/Simple/checkbox/checked-disabled.png": [
|
|
72110
|
-
6,
|
|
72111
|
-
6,
|
|
72112
|
-
"png",
|
|
72113
|
-
"qx"
|
|
72114
|
-
],
|
|
72115
|
-
"qx/decoration/Simple/checkbox/undetermined-disabled.png": [
|
|
72116
|
-
6,
|
|
72117
|
-
2,
|
|
72118
|
-
"png",
|
|
72119
|
-
"qx"
|
|
72120
|
-
],
|
|
72121
|
-
"qx/decoration/Simple/checkbox/checked.png": [
|
|
72122
|
-
6,
|
|
72123
|
-
6,
|
|
72124
|
-
"png",
|
|
72125
|
-
"qx"
|
|
72126
|
-
],
|
|
72127
|
-
"qx/decoration/Simple/checkbox/undetermined.png": [
|
|
72128
|
-
6,
|
|
72129
|
-
2,
|
|
72130
|
-
"png",
|
|
72131
|
-
"qx"
|
|
72132
|
-
],
|
|
72133
|
-
"qx/decoration/Simple/colorselector/brightness-field.png": [
|
|
72134
|
-
19,
|
|
72135
|
-
256,
|
|
72136
|
-
"png",
|
|
72137
|
-
"qx"
|
|
72138
|
-
],
|
|
72139
|
-
"qx/decoration/Simple/colorselector/brightness-handle.gif": [
|
|
72140
|
-
35,
|
|
72141
|
-
11,
|
|
72142
|
-
"gif",
|
|
72143
|
-
"qx"
|
|
72144
|
-
],
|
|
72145
|
-
"qx/decoration/Simple/colorselector/huesaturation-handle.gif": [
|
|
72146
|
-
11,
|
|
72147
|
-
11,
|
|
72148
|
-
"gif",
|
|
72149
|
-
"qx"
|
|
72150
|
-
],
|
|
72151
|
-
"qx/decoration/Simple/colorselector/huesaturation-field.jpg": [
|
|
72152
|
-
256,
|
|
72153
|
-
256,
|
|
72154
|
-
"jpg",
|
|
72155
|
-
"qx"
|
|
72156
|
-
],
|
|
72157
72109
|
"qx/decoration/Simple/arrows/down-invert.gif": [
|
|
72158
72110
|
7,
|
|
72159
72111
|
4,
|
|
72160
72112
|
"gif",
|
|
72161
72113
|
"qx"
|
|
72162
72114
|
],
|
|
72163
|
-
"qx/decoration/Simple/arrows/down.gif": [
|
|
72164
|
-
7,
|
|
72165
|
-
4,
|
|
72166
|
-
"gif",
|
|
72167
|
-
"qx"
|
|
72168
|
-
],
|
|
72169
72115
|
"qx/decoration/Simple/arrows/down-small.gif": [
|
|
72170
72116
|
5,
|
|
72171
72117
|
3,
|
|
@@ -72178,9 +72124,9 @@ qx.$$packageData['0'] = {
|
|
|
72178
72124
|
"gif",
|
|
72179
72125
|
"qx"
|
|
72180
72126
|
],
|
|
72181
|
-
"qx/decoration/Simple/arrows/
|
|
72182
|
-
4,
|
|
72127
|
+
"qx/decoration/Simple/arrows/down.gif": [
|
|
72183
72128
|
7,
|
|
72129
|
+
4,
|
|
72184
72130
|
"gif",
|
|
72185
72131
|
"qx"
|
|
72186
72132
|
],
|
|
@@ -72190,19 +72136,25 @@ qx.$$packageData['0'] = {
|
|
|
72190
72136
|
"gif",
|
|
72191
72137
|
"qx"
|
|
72192
72138
|
],
|
|
72139
|
+
"qx/decoration/Simple/arrows/left-invert.gif": [
|
|
72140
|
+
4,
|
|
72141
|
+
7,
|
|
72142
|
+
"gif",
|
|
72143
|
+
"qx"
|
|
72144
|
+
],
|
|
72193
72145
|
"qx/decoration/Simple/arrows/rewind.gif": [
|
|
72194
72146
|
8,
|
|
72195
72147
|
7,
|
|
72196
72148
|
"gif",
|
|
72197
72149
|
"qx"
|
|
72198
72150
|
],
|
|
72199
|
-
"qx/decoration/Simple/arrows/right
|
|
72151
|
+
"qx/decoration/Simple/arrows/right.gif": [
|
|
72200
72152
|
4,
|
|
72201
72153
|
7,
|
|
72202
72154
|
"gif",
|
|
72203
72155
|
"qx"
|
|
72204
72156
|
],
|
|
72205
|
-
"qx/decoration/Simple/arrows/right.gif": [
|
|
72157
|
+
"qx/decoration/Simple/arrows/right-invert.gif": [
|
|
72206
72158
|
4,
|
|
72207
72159
|
7,
|
|
72208
72160
|
"gif",
|
|
@@ -72226,91 +72178,121 @@ qx.$$packageData['0'] = {
|
|
|
72226
72178
|
"gif",
|
|
72227
72179
|
"qx"
|
|
72228
72180
|
],
|
|
72229
|
-
"qx/decoration/Simple/
|
|
72230
|
-
|
|
72231
|
-
|
|
72181
|
+
"qx/decoration/Simple/cursors/alias.gif": [
|
|
72182
|
+
19,
|
|
72183
|
+
15,
|
|
72232
72184
|
"gif",
|
|
72233
72185
|
"qx"
|
|
72234
72186
|
],
|
|
72235
|
-
"qx/decoration/Simple/
|
|
72236
|
-
|
|
72237
|
-
|
|
72187
|
+
"qx/decoration/Simple/cursors/move.gif": [
|
|
72188
|
+
13,
|
|
72189
|
+
9,
|
|
72238
72190
|
"gif",
|
|
72239
72191
|
"qx"
|
|
72240
72192
|
],
|
|
72241
|
-
"qx/decoration/Simple/
|
|
72242
|
-
|
|
72243
|
-
|
|
72193
|
+
"qx/decoration/Simple/cursors/copy.gif": [
|
|
72194
|
+
19,
|
|
72195
|
+
15,
|
|
72244
72196
|
"gif",
|
|
72245
72197
|
"qx"
|
|
72246
72198
|
],
|
|
72247
|
-
"qx/decoration/Simple/
|
|
72248
|
-
|
|
72249
|
-
|
|
72199
|
+
"qx/decoration/Simple/cursors/nodrop.gif": [
|
|
72200
|
+
20,
|
|
72201
|
+
20,
|
|
72250
72202
|
"gif",
|
|
72251
72203
|
"qx"
|
|
72252
72204
|
],
|
|
72253
|
-
"qx/decoration/Simple/
|
|
72254
|
-
|
|
72255
|
-
|
|
72205
|
+
"qx/decoration/Simple/checkbox/checked.png": [
|
|
72206
|
+
6,
|
|
72207
|
+
6,
|
|
72256
72208
|
"png",
|
|
72257
72209
|
"qx"
|
|
72258
72210
|
],
|
|
72259
|
-
"qx/decoration/Simple/
|
|
72260
|
-
|
|
72261
|
-
|
|
72211
|
+
"qx/decoration/Simple/checkbox/checked-disabled.png": [
|
|
72212
|
+
6,
|
|
72213
|
+
6,
|
|
72262
72214
|
"png",
|
|
72263
72215
|
"qx"
|
|
72264
72216
|
],
|
|
72265
|
-
"qx/decoration/Simple/
|
|
72266
|
-
|
|
72267
|
-
|
|
72268
|
-
"
|
|
72217
|
+
"qx/decoration/Simple/checkbox/undetermined.png": [
|
|
72218
|
+
6,
|
|
72219
|
+
2,
|
|
72220
|
+
"png",
|
|
72269
72221
|
"qx"
|
|
72270
72222
|
],
|
|
72271
|
-
"qx/decoration/Simple/
|
|
72223
|
+
"qx/decoration/Simple/checkbox/undetermined-disabled.png": [
|
|
72224
|
+
6,
|
|
72225
|
+
2,
|
|
72226
|
+
"png",
|
|
72227
|
+
"qx"
|
|
72228
|
+
],
|
|
72229
|
+
"qx/decoration/Simple/colorselector/brightness-field.png": [
|
|
72272
72230
|
19,
|
|
72273
|
-
|
|
72231
|
+
256,
|
|
72232
|
+
"png",
|
|
72233
|
+
"qx"
|
|
72234
|
+
],
|
|
72235
|
+
"qx/decoration/Simple/colorselector/huesaturation-field.jpg": [
|
|
72236
|
+
256,
|
|
72237
|
+
256,
|
|
72238
|
+
"jpg",
|
|
72239
|
+
"qx"
|
|
72240
|
+
],
|
|
72241
|
+
"qx/decoration/Simple/colorselector/brightness-handle.gif": [
|
|
72242
|
+
35,
|
|
72243
|
+
11,
|
|
72274
72244
|
"gif",
|
|
72275
72245
|
"qx"
|
|
72276
72246
|
],
|
|
72277
|
-
"qx/decoration/Simple/
|
|
72278
|
-
|
|
72279
|
-
|
|
72247
|
+
"qx/decoration/Simple/menu/checkbox-invert.gif": [
|
|
72248
|
+
16,
|
|
72249
|
+
7,
|
|
72280
72250
|
"gif",
|
|
72281
72251
|
"qx"
|
|
72282
72252
|
],
|
|
72283
|
-
"qx/decoration/Simple/
|
|
72284
|
-
|
|
72285
|
-
|
|
72253
|
+
"qx/decoration/Simple/colorselector/huesaturation-handle.gif": [
|
|
72254
|
+
11,
|
|
72255
|
+
11,
|
|
72286
72256
|
"gif",
|
|
72287
72257
|
"qx"
|
|
72288
72258
|
],
|
|
72289
|
-
"qx/decoration/Simple/
|
|
72290
|
-
|
|
72291
|
-
|
|
72259
|
+
"qx/decoration/Simple/menu/checkbox.gif": [
|
|
72260
|
+
16,
|
|
72261
|
+
7,
|
|
72292
72262
|
"gif",
|
|
72293
72263
|
"qx"
|
|
72294
72264
|
],
|
|
72295
|
-
"qx/decoration/Simple/
|
|
72296
|
-
19,
|
|
72265
|
+
"qx/decoration/Simple/menu/radiobutton-invert.gif": [
|
|
72297
72266
|
16,
|
|
72267
|
+
5,
|
|
72298
72268
|
"gif",
|
|
72299
72269
|
"qx"
|
|
72300
72270
|
],
|
|
72301
|
-
"qx/decoration/Simple/
|
|
72302
|
-
19,
|
|
72271
|
+
"qx/decoration/Simple/menu/radiobutton.gif": [
|
|
72303
72272
|
16,
|
|
72273
|
+
5,
|
|
72304
72274
|
"gif",
|
|
72305
72275
|
"qx"
|
|
72306
72276
|
],
|
|
72307
|
-
"qx/decoration/Simple/
|
|
72277
|
+
"qx/decoration/Simple/splitpane/knob-vertical.png": [
|
|
72278
|
+
8,
|
|
72279
|
+
1,
|
|
72280
|
+
"png",
|
|
72281
|
+
"qx"
|
|
72282
|
+
],
|
|
72283
|
+
"qx/decoration/Simple/splitpane/knob-horizontal.png": [
|
|
72284
|
+
1,
|
|
72285
|
+
8,
|
|
72286
|
+
"png",
|
|
72287
|
+
"qx"
|
|
72288
|
+
],
|
|
72289
|
+
"qx/decoration/Simple/table/ascending.png": [
|
|
72308
72290
|
10,
|
|
72309
72291
|
10,
|
|
72310
72292
|
"png",
|
|
72311
72293
|
"qx"
|
|
72312
72294
|
],
|
|
72313
|
-
"qx/decoration/Simple/table/ascending.png": [
|
|
72295
|
+
"qx/decoration/Simple/table/ascending-invert.png": [
|
|
72314
72296
|
10,
|
|
72315
72297
|
10,
|
|
72316
72298
|
"png",
|
|
@@ -72334,133 +72316,151 @@ qx.$$packageData['0'] = {
|
|
|
72334
72316
|
"png",
|
|
72335
72317
|
"qx"
|
|
72336
72318
|
],
|
|
72337
|
-
"qx/decoration/Simple/table/
|
|
72338
|
-
10,
|
|
72319
|
+
"qx/decoration/Simple/table/select-column-order.png": [
|
|
72339
72320
|
10,
|
|
72321
|
+
9,
|
|
72340
72322
|
"png",
|
|
72341
72323
|
"qx"
|
|
72342
72324
|
],
|
|
72343
|
-
"qx/decoration/Simple/table/
|
|
72325
|
+
"qx/decoration/Simple/table/descending.png": [
|
|
72326
|
+
10,
|
|
72344
72327
|
10,
|
|
72345
|
-
9,
|
|
72346
72328
|
"png",
|
|
72347
72329
|
"qx"
|
|
72348
72330
|
],
|
|
72349
|
-
"qx/decoration/Simple/
|
|
72350
|
-
|
|
72351
|
-
|
|
72331
|
+
"qx/decoration/Simple/treevirtual/cross.gif": [
|
|
72332
|
+
19,
|
|
72333
|
+
16,
|
|
72352
72334
|
"gif",
|
|
72353
72335
|
"qx"
|
|
72354
72336
|
],
|
|
72355
|
-
"qx/decoration/Simple/
|
|
72337
|
+
"qx/decoration/Simple/tabview/close.gif": [
|
|
72356
72338
|
10,
|
|
72357
72339
|
9,
|
|
72358
72340
|
"gif",
|
|
72359
72341
|
"qx"
|
|
72360
72342
|
],
|
|
72361
|
-
"qx/decoration/Simple/
|
|
72362
|
-
|
|
72363
|
-
|
|
72343
|
+
"qx/decoration/Simple/treevirtual/cross_minus.gif": [
|
|
72344
|
+
19,
|
|
72345
|
+
16,
|
|
72364
72346
|
"gif",
|
|
72365
72347
|
"qx"
|
|
72366
72348
|
],
|
|
72367
|
-
"qx/decoration/Simple/
|
|
72368
|
-
|
|
72369
|
-
|
|
72349
|
+
"qx/decoration/Simple/treevirtual/end.gif": [
|
|
72350
|
+
19,
|
|
72351
|
+
16,
|
|
72370
72352
|
"gif",
|
|
72371
72353
|
"qx"
|
|
72372
72354
|
],
|
|
72373
|
-
"qx/decoration/Simple/
|
|
72374
|
-
|
|
72375
|
-
|
|
72355
|
+
"qx/decoration/Simple/treevirtual/cross_plus.gif": [
|
|
72356
|
+
19,
|
|
72357
|
+
16,
|
|
72376
72358
|
"gif",
|
|
72377
72359
|
"qx"
|
|
72378
72360
|
],
|
|
72379
|
-
"qx/decoration/Simple/
|
|
72380
|
-
|
|
72381
|
-
|
|
72361
|
+
"qx/decoration/Simple/treevirtual/end_plus.gif": [
|
|
72362
|
+
19,
|
|
72363
|
+
16,
|
|
72382
72364
|
"gif",
|
|
72383
72365
|
"qx"
|
|
72384
72366
|
],
|
|
72385
|
-
"qx/decoration/Simple/
|
|
72386
|
-
|
|
72387
|
-
|
|
72367
|
+
"qx/decoration/Simple/treevirtual/end_minus.gif": [
|
|
72368
|
+
19,
|
|
72369
|
+
16,
|
|
72388
72370
|
"gif",
|
|
72389
72371
|
"qx"
|
|
72390
72372
|
],
|
|
72391
|
-
"qx/decoration/Simple/
|
|
72392
|
-
|
|
72393
|
-
|
|
72373
|
+
"qx/decoration/Simple/treevirtual/line.gif": [
|
|
72374
|
+
19,
|
|
72375
|
+
16,
|
|
72394
72376
|
"gif",
|
|
72395
72377
|
"qx"
|
|
72396
72378
|
],
|
|
72397
|
-
"qx/decoration/Simple/treevirtual/
|
|
72379
|
+
"qx/decoration/Simple/treevirtual/only_plus.gif": [
|
|
72398
72380
|
19,
|
|
72399
72381
|
16,
|
|
72400
72382
|
"gif",
|
|
72401
72383
|
"qx"
|
|
72402
72384
|
],
|
|
72403
|
-
"qx/decoration/Simple/treevirtual/
|
|
72385
|
+
"qx/decoration/Simple/treevirtual/only_minus.gif": [
|
|
72404
72386
|
19,
|
|
72405
72387
|
16,
|
|
72406
72388
|
"gif",
|
|
72407
72389
|
"qx"
|
|
72408
72390
|
],
|
|
72409
|
-
"qx/decoration/Simple/treevirtual/
|
|
72391
|
+
"qx/decoration/Simple/treevirtual/start_minus.gif": [
|
|
72410
72392
|
19,
|
|
72411
72393
|
16,
|
|
72412
72394
|
"gif",
|
|
72413
72395
|
"qx"
|
|
72414
72396
|
],
|
|
72415
|
-
"qx/decoration/Simple/treevirtual/
|
|
72397
|
+
"qx/decoration/Simple/treevirtual/start.gif": [
|
|
72416
72398
|
19,
|
|
72417
72399
|
16,
|
|
72418
72400
|
"gif",
|
|
72419
72401
|
"qx"
|
|
72420
72402
|
],
|
|
72421
|
-
"qx/decoration/Simple/treevirtual/
|
|
72403
|
+
"qx/decoration/Simple/treevirtual/start_plus.gif": [
|
|
72422
72404
|
19,
|
|
72423
72405
|
16,
|
|
72424
72406
|
"gif",
|
|
72425
72407
|
"qx"
|
|
72426
72408
|
],
|
|
72427
|
-
"qx/decoration/Simple/
|
|
72428
|
-
|
|
72429
|
-
|
|
72409
|
+
"qx/decoration/Simple/window/close-white.gif": [
|
|
72410
|
+
10,
|
|
72411
|
+
9,
|
|
72430
72412
|
"gif",
|
|
72431
72413
|
"qx"
|
|
72432
72414
|
],
|
|
72433
|
-
"qx/decoration/Simple/
|
|
72434
|
-
|
|
72435
|
-
|
|
72415
|
+
"qx/decoration/Simple/window/close.gif": [
|
|
72416
|
+
10,
|
|
72417
|
+
9,
|
|
72436
72418
|
"gif",
|
|
72437
72419
|
"qx"
|
|
72438
72420
|
],
|
|
72439
|
-
"qx/decoration/Simple/
|
|
72440
|
-
|
|
72441
|
-
|
|
72421
|
+
"qx/decoration/Simple/window/maximize.gif": [
|
|
72422
|
+
9,
|
|
72423
|
+
9,
|
|
72442
72424
|
"gif",
|
|
72443
72425
|
"qx"
|
|
72444
72426
|
],
|
|
72445
|
-
"qx/decoration/Simple/
|
|
72446
|
-
|
|
72447
|
-
|
|
72427
|
+
"qx/decoration/Simple/window/maximize-white.gif": [
|
|
72428
|
+
9,
|
|
72429
|
+
9,
|
|
72448
72430
|
"gif",
|
|
72449
72431
|
"qx"
|
|
72450
72432
|
],
|
|
72451
|
-
"qx/decoration/Simple/
|
|
72452
|
-
|
|
72453
|
-
|
|
72433
|
+
"qx/decoration/Simple/window/minimize.gif": [
|
|
72434
|
+
9,
|
|
72435
|
+
9,
|
|
72454
72436
|
"gif",
|
|
72455
72437
|
"qx"
|
|
72456
72438
|
],
|
|
72457
|
-
"qx/decoration/Simple/
|
|
72439
|
+
"qx/decoration/Simple/window/minimize-white.gif": [
|
|
72440
|
+
9,
|
|
72441
|
+
9,
|
|
72442
|
+
"gif",
|
|
72443
|
+
"qx"
|
|
72444
|
+
],
|
|
72445
|
+
"qx/decoration/Simple/window/restore-white.gif": [
|
|
72446
|
+
8,
|
|
72447
|
+
9,
|
|
72448
|
+
"gif",
|
|
72449
|
+
"qx"
|
|
72450
|
+
],
|
|
72451
|
+
"qx/decoration/Simple/window/restore.gif": [
|
|
72452
|
+
8,
|
|
72453
|
+
9,
|
|
72454
|
+
"gif",
|
|
72455
|
+
"qx"
|
|
72456
|
+
],
|
|
72457
|
+
"qx/decoration/Simple/tree/minus.gif": [
|
|
72458
72458
|
19,
|
|
72459
72459
|
16,
|
|
72460
72460
|
"gif",
|
|
72461
72461
|
"qx"
|
|
72462
72462
|
],
|
|
72463
|
-
"qx/decoration/Simple/
|
|
72463
|
+
"qx/decoration/Simple/tree/plus.gif": [
|
|
72464
72464
|
19,
|
|
72465
72465
|
16,
|
|
72466
72466
|
"gif",
|
|
@@ -72496,25 +72496,25 @@ qx.$$packageData['0'] = {
|
|
|
72496
72496
|
"",
|
|
72497
72497
|
"qx"
|
|
72498
72498
|
],
|
|
72499
|
-
"qx/tool/schema/
|
|
72499
|
+
"qx/tool/schema/compile-1-0-0.json": [
|
|
72500
72500
|
null,
|
|
72501
72501
|
null,
|
|
72502
72502
|
"json",
|
|
72503
72503
|
"qx"
|
|
72504
72504
|
],
|
|
72505
|
-
"qx/tool/schema/
|
|
72505
|
+
"qx/tool/schema/Manifest-1-0-0.json": [
|
|
72506
72506
|
null,
|
|
72507
72507
|
null,
|
|
72508
72508
|
"json",
|
|
72509
72509
|
"qx"
|
|
72510
72510
|
],
|
|
72511
|
-
"qx/tool/schema/
|
|
72511
|
+
"qx/tool/schema/Manifest-2-0-0.json": [
|
|
72512
72512
|
null,
|
|
72513
72513
|
null,
|
|
72514
72514
|
"json",
|
|
72515
72515
|
"qx"
|
|
72516
72516
|
],
|
|
72517
|
-
"qx/tool/schema/
|
|
72517
|
+
"qx/tool/schema/qooxdoo-1-0-0.json": [
|
|
72518
72518
|
null,
|
|
72519
72519
|
null,
|
|
72520
72520
|
"json",
|
|
@@ -72538,6 +72538,18 @@ qx.$$packageData['0'] = {
|
|
|
72538
72538
|
"txt",
|
|
72539
72539
|
"qx"
|
|
72540
72540
|
],
|
|
72541
|
+
"qx/tool/website/layouts/default.dot": [
|
|
72542
|
+
null,
|
|
72543
|
+
null,
|
|
72544
|
+
"dot",
|
|
72545
|
+
"qx"
|
|
72546
|
+
],
|
|
72547
|
+
"qx/tool/website/sass/qooxdoo.scss": [
|
|
72548
|
+
null,
|
|
72549
|
+
null,
|
|
72550
|
+
"scss",
|
|
72551
|
+
"qx"
|
|
72552
|
+
],
|
|
72541
72553
|
"qx/tool/website/build/404.html": [
|
|
72542
72554
|
null,
|
|
72543
72555
|
null,
|
|
@@ -72562,12 +72574,6 @@ qx.$$packageData['0'] = {
|
|
|
72562
72574
|
"css",
|
|
72563
72575
|
"qx"
|
|
72564
72576
|
],
|
|
72565
|
-
"qx/tool/website/layouts/default.dot": [
|
|
72566
|
-
null,
|
|
72567
|
-
null,
|
|
72568
|
-
"dot",
|
|
72569
|
-
"qx"
|
|
72570
|
-
],
|
|
72571
72577
|
"qx/tool/website/partials/footer.html": [
|
|
72572
72578
|
null,
|
|
72573
72579
|
null,
|
|
@@ -72628,12 +72634,6 @@ qx.$$packageData['0'] = {
|
|
|
72628
72634
|
"html",
|
|
72629
72635
|
"qx"
|
|
72630
72636
|
],
|
|
72631
|
-
"qx/tool/website/sass/qooxdoo.scss": [
|
|
72632
|
-
null,
|
|
72633
|
-
null,
|
|
72634
|
-
"scss",
|
|
72635
|
-
"qx"
|
|
72636
|
-
],
|
|
72637
72637
|
"qx/tool/cli/templates/class/default.tmpl.js": [
|
|
72638
72638
|
null,
|
|
72639
72639
|
null,
|
|
@@ -72646,13 +72646,13 @@ qx.$$packageData['0'] = {
|
|
|
72646
72646
|
"js",
|
|
72647
72647
|
"qx"
|
|
72648
72648
|
],
|
|
72649
|
-
"qx/tool/cli/templates/class/
|
|
72649
|
+
"qx/tool/cli/templates/class/interface.tmpl.js": [
|
|
72650
72650
|
null,
|
|
72651
72651
|
null,
|
|
72652
72652
|
"js",
|
|
72653
72653
|
"qx"
|
|
72654
72654
|
],
|
|
72655
|
-
"qx/tool/cli/templates/class/
|
|
72655
|
+
"qx/tool/cli/templates/class/mixin.tmpl.js": [
|
|
72656
72656
|
null,
|
|
72657
72657
|
null,
|
|
72658
72658
|
"js",
|
|
@@ -72754,18 +72754,18 @@ qx.$$packageData['0'] = {
|
|
|
72754
72754
|
"png",
|
|
72755
72755
|
"qx"
|
|
72756
72756
|
],
|
|
72757
|
-
"qx/tool/website/build/assets/qx-oo.png": [
|
|
72758
|
-
870,
|
|
72759
|
-
502,
|
|
72760
|
-
"png",
|
|
72761
|
-
"qx"
|
|
72762
|
-
],
|
|
72763
72757
|
"qx/tool/website/build/assets/qx-white.svg": [
|
|
72764
72758
|
64,
|
|
72765
72759
|
65,
|
|
72766
72760
|
"svg",
|
|
72767
72761
|
"qx"
|
|
72768
72762
|
],
|
|
72763
|
+
"qx/tool/website/build/assets/qx-oo.png": [
|
|
72764
|
+
870,
|
|
72765
|
+
502,
|
|
72766
|
+
"png",
|
|
72767
|
+
"qx"
|
|
72768
|
+
],
|
|
72769
72769
|
"qx/tool/website/build/diagnostics/dependson.html": [
|
|
72770
72770
|
null,
|
|
72771
72771
|
null,
|
|
@@ -72838,13 +72838,13 @@ qx.$$packageData['0'] = {
|
|
|
72838
72838
|
"png",
|
|
72839
72839
|
"qx"
|
|
72840
72840
|
],
|
|
72841
|
-
"qx/tool/website/src/assets/
|
|
72841
|
+
"qx/tool/website/src/assets/fontawesome-all.js": [
|
|
72842
72842
|
null,
|
|
72843
72843
|
null,
|
|
72844
72844
|
"js",
|
|
72845
72845
|
"qx"
|
|
72846
72846
|
],
|
|
72847
|
-
"qx/tool/website/src/assets/
|
|
72847
|
+
"qx/tool/website/src/assets/jquery.js": [
|
|
72848
72848
|
null,
|
|
72849
72849
|
null,
|
|
72850
72850
|
"js",
|
|
@@ -72856,15 +72856,21 @@ qx.$$packageData['0'] = {
|
|
|
72856
72856
|
"svg",
|
|
72857
72857
|
"qx"
|
|
72858
72858
|
],
|
|
72859
|
+
"qx/tool/website/src/assets/qx-api.png": [
|
|
72860
|
+
1144,
|
|
72861
|
+
640,
|
|
72862
|
+
"png",
|
|
72863
|
+
"qx"
|
|
72864
|
+
],
|
|
72859
72865
|
"qx/tool/website/src/assets/qx-ide.png": [
|
|
72860
72866
|
3183,
|
|
72861
72867
|
1752,
|
|
72862
72868
|
"png",
|
|
72863
72869
|
"qx"
|
|
72864
72870
|
],
|
|
72865
|
-
"qx/tool/website/src/assets/qx-
|
|
72866
|
-
|
|
72867
|
-
|
|
72871
|
+
"qx/tool/website/src/assets/qx-oo.png": [
|
|
72872
|
+
870,
|
|
72873
|
+
502,
|
|
72868
72874
|
"png",
|
|
72869
72875
|
"qx"
|
|
72870
72876
|
],
|
|
@@ -72874,13 +72880,7 @@ qx.$$packageData['0'] = {
|
|
|
72874
72880
|
"svg",
|
|
72875
72881
|
"qx"
|
|
72876
72882
|
],
|
|
72877
|
-
"qx/tool/website/src/
|
|
72878
|
-
870,
|
|
72879
|
-
502,
|
|
72880
|
-
"png",
|
|
72881
|
-
"qx"
|
|
72882
|
-
],
|
|
72883
|
-
"qx/tool/website/src/diagnostics/dependson.js": [
|
|
72883
|
+
"qx/tool/website/src/scripts/serve.js": [
|
|
72884
72884
|
null,
|
|
72885
72885
|
null,
|
|
72886
72886
|
"js",
|
|
@@ -72892,6 +72892,12 @@ qx.$$packageData['0'] = {
|
|
|
72892
72892
|
"html",
|
|
72893
72893
|
"qx"
|
|
72894
72894
|
],
|
|
72895
|
+
"qx/tool/website/src/diagnostics/dependson.js": [
|
|
72896
|
+
null,
|
|
72897
|
+
null,
|
|
72898
|
+
"js",
|
|
72899
|
+
"qx"
|
|
72900
|
+
],
|
|
72895
72901
|
"qx/tool/website/src/diagnostics/requiredby.html": [
|
|
72896
72902
|
null,
|
|
72897
72903
|
null,
|
|
@@ -72904,10 +72910,10 @@ qx.$$packageData['0'] = {
|
|
|
72904
72910
|
"js",
|
|
72905
72911
|
"qx"
|
|
72906
72912
|
],
|
|
72907
|
-
"qx/tool/
|
|
72913
|
+
"qx/tool/cli/templates/skeleton/desktop/.gitignore.tmpl": [
|
|
72908
72914
|
null,
|
|
72909
72915
|
null,
|
|
72910
|
-
"
|
|
72916
|
+
"tmpl",
|
|
72911
72917
|
"qx"
|
|
72912
72918
|
],
|
|
72913
72919
|
"qx/tool/cli/templates/skeleton/desktop/compile.tmpl.json": [
|
|
@@ -72916,12 +72922,6 @@ qx.$$packageData['0'] = {
|
|
|
72916
72922
|
"json",
|
|
72917
72923
|
"qx"
|
|
72918
72924
|
],
|
|
72919
|
-
"qx/tool/cli/templates/skeleton/desktop/.gitignore.tmpl": [
|
|
72920
|
-
null,
|
|
72921
|
-
null,
|
|
72922
|
-
"tmpl",
|
|
72923
|
-
"qx"
|
|
72924
|
-
],
|
|
72925
72925
|
"qx/tool/cli/templates/skeleton/desktop/Manifest.tmpl.json": [
|
|
72926
72926
|
null,
|
|
72927
72927
|
null,
|
|
@@ -72970,16 +72970,16 @@ qx.$$packageData['0'] = {
|
|
|
72970
72970
|
"json",
|
|
72971
72971
|
"qx"
|
|
72972
72972
|
],
|
|
72973
|
-
"qx/tool/cli/templates/skeleton/package/
|
|
72973
|
+
"qx/tool/cli/templates/skeleton/package/readme.tmpl.md": [
|
|
72974
72974
|
null,
|
|
72975
72975
|
null,
|
|
72976
|
-
"
|
|
72976
|
+
"md",
|
|
72977
72977
|
"qx"
|
|
72978
72978
|
],
|
|
72979
|
-
"qx/tool/cli/templates/skeleton/package/
|
|
72979
|
+
"qx/tool/cli/templates/skeleton/package/compile.tmpl.json": [
|
|
72980
72980
|
null,
|
|
72981
72981
|
null,
|
|
72982
|
-
"
|
|
72982
|
+
"json",
|
|
72983
72983
|
"qx"
|
|
72984
72984
|
],
|
|
72985
72985
|
"qx/tool/cli/templates/skeleton/server/.gitignore.tmpl": [
|
|
@@ -72988,13 +72988,13 @@ qx.$$packageData['0'] = {
|
|
|
72988
72988
|
"tmpl",
|
|
72989
72989
|
"qx"
|
|
72990
72990
|
],
|
|
72991
|
-
"qx/tool/cli/templates/skeleton/server/
|
|
72991
|
+
"qx/tool/cli/templates/skeleton/server/Manifest.tmpl.json": [
|
|
72992
72992
|
null,
|
|
72993
72993
|
null,
|
|
72994
72994
|
"json",
|
|
72995
72995
|
"qx"
|
|
72996
72996
|
],
|
|
72997
|
-
"qx/tool/cli/templates/skeleton/server/
|
|
72997
|
+
"qx/tool/cli/templates/skeleton/server/compile.tmpl.json": [
|
|
72998
72998
|
null,
|
|
72999
72999
|
null,
|
|
73000
73000
|
"json",
|
|
@@ -73018,31 +73018,25 @@ qx.$$packageData['0'] = {
|
|
|
73018
73018
|
"html",
|
|
73019
73019
|
"qx"
|
|
73020
73020
|
],
|
|
73021
|
-
"qx/tool/cli/templates/skeleton/
|
|
73022
|
-
null,
|
|
73023
|
-
null,
|
|
73024
|
-
"txt",
|
|
73025
|
-
"qx"
|
|
73026
|
-
],
|
|
73027
|
-
"qx/tool/cli/templates/skeleton/mobile/source/boot/index.tmpl.html": [
|
|
73021
|
+
"qx/tool/cli/templates/skeleton/mobile/source/boot/nojs.tmpl.html": [
|
|
73028
73022
|
null,
|
|
73029
73023
|
null,
|
|
73030
73024
|
"html",
|
|
73031
73025
|
"qx"
|
|
73032
73026
|
],
|
|
73033
|
-
"qx/tool/cli/templates/skeleton/mobile/source/boot/
|
|
73027
|
+
"qx/tool/cli/templates/skeleton/mobile/source/boot/index.tmpl.html": [
|
|
73034
73028
|
null,
|
|
73035
73029
|
null,
|
|
73036
73030
|
"html",
|
|
73037
73031
|
"qx"
|
|
73038
73032
|
],
|
|
73039
|
-
"qx/tool/cli/templates/skeleton/
|
|
73033
|
+
"qx/tool/cli/templates/skeleton/desktop/source/translation/readme.txt": [
|
|
73040
73034
|
null,
|
|
73041
73035
|
null,
|
|
73042
73036
|
"txt",
|
|
73043
73037
|
"qx"
|
|
73044
73038
|
],
|
|
73045
|
-
"qx/tool/cli/templates/skeleton/
|
|
73039
|
+
"qx/tool/cli/templates/skeleton/mobile/source/translation/readme.txt": [
|
|
73046
73040
|
null,
|
|
73047
73041
|
null,
|
|
73048
73042
|
"txt",
|
|
@@ -73054,16 +73048,10 @@ qx.$$packageData['0'] = {
|
|
|
73054
73048
|
"txt",
|
|
73055
73049
|
"qx"
|
|
73056
73050
|
],
|
|
73057
|
-
"qx/tool/cli/templates/skeleton/
|
|
73058
|
-
null,
|
|
73059
|
-
null,
|
|
73060
|
-
"js",
|
|
73061
|
-
"qx"
|
|
73062
|
-
],
|
|
73063
|
-
"qx/tool/cli/templates/skeleton/desktop/source/class/custom/__init__.tmpl.js": [
|
|
73051
|
+
"qx/tool/cli/templates/skeleton/package/source/translation/readme.txt": [
|
|
73064
73052
|
null,
|
|
73065
73053
|
null,
|
|
73066
|
-
"
|
|
73054
|
+
"txt",
|
|
73067
73055
|
"qx"
|
|
73068
73056
|
],
|
|
73069
73057
|
"qx/tool/cli/templates/skeleton/desktop/source/resource/custom/app.png": [
|
|
@@ -73078,16 +73066,22 @@ qx.$$packageData['0'] = {
|
|
|
73078
73066
|
"png",
|
|
73079
73067
|
"qx"
|
|
73080
73068
|
],
|
|
73069
|
+
"qx/tool/cli/templates/skeleton/desktop/source/resource/custom/js_256x256.png": [
|
|
73070
|
+
256,
|
|
73071
|
+
256,
|
|
73072
|
+
"png",
|
|
73073
|
+
"qx"
|
|
73074
|
+
],
|
|
73081
73075
|
"qx/tool/cli/templates/skeleton/desktop/source/resource/custom/test.png": [
|
|
73082
73076
|
32,
|
|
73083
73077
|
32,
|
|
73084
73078
|
"png",
|
|
73085
73079
|
"qx"
|
|
73086
73080
|
],
|
|
73087
|
-
"qx/tool/cli/templates/skeleton/desktop/source/
|
|
73088
|
-
|
|
73089
|
-
|
|
73090
|
-
"
|
|
73081
|
+
"qx/tool/cli/templates/skeleton/desktop/source/class/custom/Application.tmpl.js": [
|
|
73082
|
+
null,
|
|
73083
|
+
null,
|
|
73084
|
+
"js",
|
|
73091
73085
|
"qx"
|
|
73092
73086
|
],
|
|
73093
73087
|
"qx/tool/cli/templates/skeleton/mobile/source/class/custom/Application.tmpl.js": [
|
|
@@ -73096,6 +73090,12 @@ qx.$$packageData['0'] = {
|
|
|
73096
73090
|
"js",
|
|
73097
73091
|
"qx"
|
|
73098
73092
|
],
|
|
73093
|
+
"qx/tool/cli/templates/skeleton/desktop/source/class/custom/__init__.tmpl.js": [
|
|
73094
|
+
null,
|
|
73095
|
+
null,
|
|
73096
|
+
"js",
|
|
73097
|
+
"qx"
|
|
73098
|
+
],
|
|
73099
73099
|
"qx/tool/cli/templates/skeleton/mobile/source/class/custom/__init__.tmpl.js": [
|
|
73100
73100
|
null,
|
|
73101
73101
|
null,
|
|
@@ -73120,12 +73120,6 @@ qx.$$packageData['0'] = {
|
|
|
73120
73120
|
"png",
|
|
73121
73121
|
"qx"
|
|
73122
73122
|
],
|
|
73123
|
-
"qx/tool/cli/templates/skeleton/package/source/resource/custom/test.png": [
|
|
73124
|
-
32,
|
|
73125
|
-
32,
|
|
73126
|
-
"png",
|
|
73127
|
-
"qx"
|
|
73128
|
-
],
|
|
73129
73123
|
"qx/tool/cli/templates/skeleton/package/source/class/custom/Button.tmpl.js": [
|
|
73130
73124
|
null,
|
|
73131
73125
|
null,
|
|
@@ -73138,6 +73132,12 @@ qx.$$packageData['0'] = {
|
|
|
73138
73132
|
"js",
|
|
73139
73133
|
"qx"
|
|
73140
73134
|
],
|
|
73135
|
+
"qx/tool/cli/templates/skeleton/package/source/resource/custom/test.png": [
|
|
73136
|
+
32,
|
|
73137
|
+
32,
|
|
73138
|
+
"png",
|
|
73139
|
+
"qx"
|
|
73140
|
+
],
|
|
73141
73141
|
"qx/tool/cli/templates/skeleton/server/source/class/custom/Application.tmpl.js": [
|
|
73142
73142
|
null,
|
|
73143
73143
|
null,
|
|
@@ -73210,31 +73210,31 @@ qx.$$packageData['0'] = {
|
|
|
73210
73210
|
"js",
|
|
73211
73211
|
"qx"
|
|
73212
73212
|
],
|
|
73213
|
-
"qx/tool/cli/templates/skeleton/mobile/source/
|
|
73213
|
+
"qx/tool/cli/templates/skeleton/mobile/source/resource/custom/css/.gitignore.tmpl": [
|
|
73214
73214
|
null,
|
|
73215
73215
|
null,
|
|
73216
|
-
"
|
|
73216
|
+
"tmpl",
|
|
73217
73217
|
"qx"
|
|
73218
73218
|
],
|
|
73219
|
-
"qx/tool/cli/templates/skeleton/
|
|
73219
|
+
"qx/tool/cli/templates/skeleton/package/source/class/custom/demo/Application.tmpl.js": [
|
|
73220
73220
|
null,
|
|
73221
73221
|
null,
|
|
73222
|
-
"
|
|
73222
|
+
"js",
|
|
73223
73223
|
"qx"
|
|
73224
73224
|
],
|
|
73225
|
-
"qx/tool/cli/templates/skeleton/mobile/source/
|
|
73225
|
+
"qx/tool/cli/templates/skeleton/mobile/source/theme/custom/scss/custom.scss": [
|
|
73226
73226
|
null,
|
|
73227
73227
|
null,
|
|
73228
|
-
"
|
|
73228
|
+
"scss",
|
|
73229
73229
|
"qx"
|
|
73230
73230
|
],
|
|
73231
|
-
"qx/tool/cli/templates/skeleton/
|
|
73231
|
+
"qx/tool/cli/templates/skeleton/mobile/source/theme/custom/scss/_styles.scss": [
|
|
73232
73232
|
null,
|
|
73233
73233
|
null,
|
|
73234
|
-
"
|
|
73234
|
+
"scss",
|
|
73235
73235
|
"qx"
|
|
73236
73236
|
],
|
|
73237
|
-
"qx/tool/cli/templates/skeleton/package/source/class/custom/
|
|
73237
|
+
"qx/tool/cli/templates/skeleton/package/source/class/custom/test/DemoTest.tmpl.js": [
|
|
73238
73238
|
null,
|
|
73239
73239
|
null,
|
|
73240
73240
|
"js",
|
|
@@ -73252,13 +73252,13 @@ qx.$$packageData['0'] = {
|
|
|
73252
73252
|
"js",
|
|
73253
73253
|
"qx"
|
|
73254
73254
|
],
|
|
73255
|
-
"qx/tool/cli/templates/skeleton/package/source/class/custom/theme/
|
|
73255
|
+
"qx/tool/cli/templates/skeleton/package/source/class/custom/theme/Font.tmpl.js": [
|
|
73256
73256
|
null,
|
|
73257
73257
|
null,
|
|
73258
73258
|
"js",
|
|
73259
73259
|
"qx"
|
|
73260
73260
|
],
|
|
73261
|
-
"qx/tool/cli/templates/skeleton/package/source/class/custom/theme/
|
|
73261
|
+
"qx/tool/cli/templates/skeleton/package/source/class/custom/theme/Decoration.tmpl.js": [
|
|
73262
73262
|
null,
|
|
73263
73263
|
null,
|
|
73264
73264
|
"js",
|