@qooxdoo/framework 7.7.0 → 7.7.2
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/lib/compiler/compile-info.json +56 -56
- package/lib/compiler/index.js +249 -246
- package/package.json +1 -1
- package/source/class/qx/Class.js +1 -1
- package/source/class/qx/Mixin.js +7 -5
- package/source/class/qx/bom/Input.js +24 -13
- package/source/class/qx/lang/Function.js +5 -1
- package/source/class/qx/test/Mixin.js +260 -0
- package/source/class/qx/tool/cli/commands/Compile.js +7 -7
- package/source/class/qx/tool/compiler/ClassFile.js +9 -4
- package/source/class/qx/tool/compiler/targets/Target.js +2 -2
- package/source/class/qx/tool/compiler/targets/TypeScriptWriter.js +2 -7
- package/source/class/qx/ui/form/AbstractField.js +10 -10
- package/source/class/qx/ui/form/IListItem.js +48 -1
- package/source/class/qx/ui/form/List.js +11 -6
- package/source/class/qx/ui/table/Table.js +8 -0
- package/source/class/qx/ui/table/pane/Scroller.js +35 -0
package/Manifest.json
CHANGED
|
@@ -224,6 +224,10 @@
|
|
|
224
224
|
}
|
|
225
225
|
],
|
|
226
226
|
"resources": [
|
|
227
|
+
"qx/decoration/Simple/checkbox/checked-disabled.png",
|
|
228
|
+
"qx/decoration/Simple/checkbox/checked.png",
|
|
229
|
+
"qx/decoration/Simple/checkbox/undetermined-disabled.png",
|
|
230
|
+
"qx/decoration/Simple/checkbox/undetermined.png",
|
|
227
231
|
"qx/decoration/Simple/arrows/down-invert.gif",
|
|
228
232
|
"qx/decoration/Simple/arrows/down-small.gif",
|
|
229
233
|
"qx/decoration/Simple/arrows/down.gif",
|
|
@@ -236,39 +240,43 @@
|
|
|
236
240
|
"qx/decoration/Simple/arrows/up-invert.gif",
|
|
237
241
|
"qx/decoration/Simple/arrows/up-small.gif",
|
|
238
242
|
"qx/decoration/Simple/arrows/up.gif",
|
|
239
|
-
"qx/decoration/Simple/checkbox/checked-disabled.png",
|
|
240
|
-
"qx/decoration/Simple/checkbox/undetermined.png",
|
|
241
|
-
"qx/decoration/Simple/checkbox/undetermined-disabled.png",
|
|
242
|
-
"qx/decoration/Simple/checkbox/checked.png",
|
|
243
243
|
"qx/decoration/Simple/colorselector/brightness-field.png",
|
|
244
244
|
"qx/decoration/Simple/colorselector/brightness-handle.gif",
|
|
245
|
-
"qx/decoration/Simple/colorselector/huesaturation-handle.gif",
|
|
246
245
|
"qx/decoration/Simple/colorselector/huesaturation-field.jpg",
|
|
246
|
+
"qx/decoration/Simple/colorselector/huesaturation-handle.gif",
|
|
247
247
|
"qx/decoration/Simple/cursors/alias.gif",
|
|
248
248
|
"qx/decoration/Simple/cursors/copy.gif",
|
|
249
|
-
"qx/decoration/Simple/cursors/nodrop.gif",
|
|
250
249
|
"qx/decoration/Simple/cursors/move.gif",
|
|
251
|
-
"qx/decoration/Simple/
|
|
252
|
-
"qx/decoration/Simple/menu/checkbox-invert.gif",
|
|
253
|
-
"qx/decoration/Simple/menu/radiobutton-invert.gif",
|
|
254
|
-
"qx/decoration/Simple/menu/radiobutton.gif",
|
|
250
|
+
"qx/decoration/Simple/cursors/nodrop.gif",
|
|
255
251
|
"qx/decoration/Simple/splitpane/knob-horizontal.png",
|
|
256
252
|
"qx/decoration/Simple/splitpane/knob-vertical.png",
|
|
253
|
+
"qx/decoration/Simple/tabview/close.gif",
|
|
254
|
+
"qx/decoration/Simple/tree/minus.gif",
|
|
255
|
+
"qx/decoration/Simple/tree/plus.gif",
|
|
257
256
|
"qx/decoration/Simple/table/ascending-invert.png",
|
|
258
257
|
"qx/decoration/Simple/table/ascending.png",
|
|
259
258
|
"qx/decoration/Simple/table/boolean-false.png",
|
|
260
|
-
"qx/decoration/Simple/table/boolean-true.png",
|
|
261
259
|
"qx/decoration/Simple/table/descending-invert.png",
|
|
260
|
+
"qx/decoration/Simple/table/boolean-true.png",
|
|
262
261
|
"qx/decoration/Simple/table/descending.png",
|
|
263
262
|
"qx/decoration/Simple/table/select-column-order.png",
|
|
264
|
-
"qx/decoration/Simple/
|
|
265
|
-
"qx/decoration/Simple/
|
|
266
|
-
"qx/decoration/Simple/
|
|
263
|
+
"qx/decoration/Simple/menu/checkbox-invert.gif",
|
|
264
|
+
"qx/decoration/Simple/menu/checkbox.gif",
|
|
265
|
+
"qx/decoration/Simple/menu/radiobutton-invert.gif",
|
|
266
|
+
"qx/decoration/Simple/menu/radiobutton.gif",
|
|
267
|
+
"qx/decoration/Simple/window/close-white.gif",
|
|
268
|
+
"qx/decoration/Simple/window/close.gif",
|
|
269
|
+
"qx/decoration/Simple/window/maximize-white.gif",
|
|
270
|
+
"qx/decoration/Simple/window/maximize.gif",
|
|
271
|
+
"qx/decoration/Simple/window/minimize-white.gif",
|
|
272
|
+
"qx/decoration/Simple/window/minimize.gif",
|
|
273
|
+
"qx/decoration/Simple/window/restore-white.gif",
|
|
274
|
+
"qx/decoration/Simple/window/restore.gif",
|
|
275
|
+
"qx/decoration/Simple/treevirtual/cross.gif",
|
|
267
276
|
"qx/decoration/Simple/treevirtual/cross_minus.gif",
|
|
268
277
|
"qx/decoration/Simple/treevirtual/cross_plus.gif",
|
|
269
278
|
"qx/decoration/Simple/treevirtual/end.gif",
|
|
270
279
|
"qx/decoration/Simple/treevirtual/end_minus.gif",
|
|
271
|
-
"qx/decoration/Simple/treevirtual/cross.gif",
|
|
272
280
|
"qx/decoration/Simple/treevirtual/end_plus.gif",
|
|
273
281
|
"qx/decoration/Simple/treevirtual/line.gif",
|
|
274
282
|
"qx/decoration/Simple/treevirtual/only_minus.gif",
|
|
@@ -276,14 +284,6 @@
|
|
|
276
284
|
"qx/decoration/Simple/treevirtual/start.gif",
|
|
277
285
|
"qx/decoration/Simple/treevirtual/start_minus.gif",
|
|
278
286
|
"qx/decoration/Simple/treevirtual/start_plus.gif",
|
|
279
|
-
"qx/decoration/Simple/window/close.gif",
|
|
280
|
-
"qx/decoration/Simple/window/maximize-white.gif",
|
|
281
|
-
"qx/decoration/Simple/window/close-white.gif",
|
|
282
|
-
"qx/decoration/Simple/window/maximize.gif",
|
|
283
|
-
"qx/decoration/Simple/window/minimize-white.gif",
|
|
284
|
-
"qx/decoration/Simple/window/minimize.gif",
|
|
285
|
-
"qx/decoration/Simple/window/restore-white.gif",
|
|
286
|
-
"qx/decoration/Simple/window/restore.gif",
|
|
287
287
|
"qx/static/blank.png",
|
|
288
288
|
"qx/tool/loadsass.js",
|
|
289
289
|
"qx/tool/bin/build-devtools",
|
|
@@ -291,16 +291,16 @@
|
|
|
291
291
|
"qx/tool/bin/download-assets",
|
|
292
292
|
"qx/tool/schema/compile-1-0-0.json",
|
|
293
293
|
"qx/tool/schema/Manifest-1-0-0.json",
|
|
294
|
-
"qx/tool/schema/Manifest-2-0-0.json",
|
|
295
294
|
"qx/tool/schema/qooxdoo-1-0-0.json",
|
|
295
|
+
"qx/tool/schema/Manifest-2-0-0.json",
|
|
296
296
|
"qx/tool/website/.gitignore",
|
|
297
|
-
"qx/tool/cli/templates/TypeScriptWriter-base_declaration.d.ts",
|
|
298
297
|
"qx/tool/cli/templates/template_vars.js",
|
|
299
|
-
"qx/tool/
|
|
298
|
+
"qx/tool/cli/templates/TypeScriptWriter-base_declaration.d.ts",
|
|
300
299
|
"qx/tool/website/build/404.html",
|
|
301
300
|
"qx/tool/website/build/about.html",
|
|
302
301
|
"qx/tool/website/build/index.html",
|
|
303
302
|
"qx/tool/website/build/qooxdoo.css",
|
|
303
|
+
"qx/tool/website/layouts/default.dot",
|
|
304
304
|
"qx/tool/website/sass/qooxdoo.scss",
|
|
305
305
|
"qx/tool/website/partials/footer.html",
|
|
306
306
|
"qx/tool/website/partials/head.html",
|
|
@@ -315,8 +315,8 @@
|
|
|
315
315
|
"qx/tool/cli/templates/class/default.tmpl.js",
|
|
316
316
|
"qx/tool/cli/templates/class/header.tmpl.js",
|
|
317
317
|
"qx/tool/cli/templates/class/interface.tmpl.js",
|
|
318
|
-
"qx/tool/cli/templates/class/mixin.tmpl.js",
|
|
319
318
|
"qx/tool/cli/templates/class/singleton.tmpl.js",
|
|
319
|
+
"qx/tool/cli/templates/class/mixin.tmpl.js",
|
|
320
320
|
"qx/tool/cli/templates/loader/loader-browser.tmpl.js",
|
|
321
321
|
"qx/tool/cli/templates/loader/loader-node.tmpl.js",
|
|
322
322
|
"qx/tool/cli/templates/loader/loader-rhino.tmpl.js",
|
|
@@ -345,12 +345,12 @@
|
|
|
345
345
|
"qx/tool/website/src/assets/bootstrap.min.css",
|
|
346
346
|
"qx/tool/website/src/assets/bootstrap.min.css.map",
|
|
347
347
|
"qx/tool/website/src/assets/buttons.js",
|
|
348
|
-
"qx/tool/website/src/assets/favicon.png",
|
|
349
348
|
"qx/tool/website/src/assets/fontawesome-all.js",
|
|
349
|
+
"qx/tool/website/src/assets/favicon.png",
|
|
350
350
|
"qx/tool/website/src/assets/jquery.js",
|
|
351
351
|
"qx/tool/website/src/assets/logo.svg",
|
|
352
|
-
"qx/tool/website/src/assets/qx-api.png",
|
|
353
352
|
"qx/tool/website/src/assets/qx-ide.png",
|
|
353
|
+
"qx/tool/website/src/assets/qx-api.png",
|
|
354
354
|
"qx/tool/website/src/assets/qx-oo.png",
|
|
355
355
|
"qx/tool/website/src/assets/qx-white.svg",
|
|
356
356
|
"qx/tool/website/src/diagnostics/dependson.html",
|
|
@@ -358,67 +358,67 @@
|
|
|
358
358
|
"qx/tool/website/src/diagnostics/requiredby.html",
|
|
359
359
|
"qx/tool/website/src/diagnostics/requiredby.js",
|
|
360
360
|
"qx/tool/website/src/scripts/serve.js",
|
|
361
|
-
"qx/tool/cli/templates/skeleton/mobile/.gitignore.tmpl",
|
|
362
|
-
"qx/tool/cli/templates/skeleton/mobile/Manifest.tmpl.json",
|
|
363
|
-
"qx/tool/cli/templates/skeleton/mobile/compile.tmpl.json",
|
|
364
|
-
"qx/tool/cli/templates/skeleton/mobile/readme.tmpl.md",
|
|
365
361
|
"qx/tool/cli/templates/skeleton/desktop/.gitignore.tmpl",
|
|
366
362
|
"qx/tool/cli/templates/skeleton/desktop/compile.tmpl.json",
|
|
367
363
|
"qx/tool/cli/templates/skeleton/desktop/Manifest.tmpl.json",
|
|
368
364
|
"qx/tool/cli/templates/skeleton/desktop/readme.tmpl.md",
|
|
365
|
+
"qx/tool/cli/templates/skeleton/mobile/.gitignore.tmpl",
|
|
366
|
+
"qx/tool/cli/templates/skeleton/mobile/Manifest.tmpl.json",
|
|
367
|
+
"qx/tool/cli/templates/skeleton/mobile/compile.tmpl.json",
|
|
368
|
+
"qx/tool/cli/templates/skeleton/mobile/readme.tmpl.md",
|
|
369
369
|
"qx/tool/cli/templates/skeleton/server/.gitignore.tmpl",
|
|
370
370
|
"qx/tool/cli/templates/skeleton/server/compile.tmpl.json",
|
|
371
371
|
"qx/tool/cli/templates/skeleton/server/Manifest.tmpl.json",
|
|
372
372
|
"qx/tool/cli/templates/skeleton/server/readme.tmpl.txt",
|
|
373
373
|
"qx/tool/cli/templates/skeleton/package/.gitignore.tmpl",
|
|
374
374
|
"qx/tool/cli/templates/skeleton/package/compile.tmpl.json",
|
|
375
|
-
"qx/tool/cli/templates/skeleton/package/readme.tmpl.md",
|
|
376
375
|
"qx/tool/cli/templates/skeleton/package/Manifest.tmpl.json",
|
|
377
|
-
"qx/tool/cli/templates/skeleton/
|
|
378
|
-
"qx/tool/cli/templates/skeleton/mobile/source/boot/nojs.tmpl.html",
|
|
376
|
+
"qx/tool/cli/templates/skeleton/package/readme.tmpl.md",
|
|
379
377
|
"qx/tool/cli/templates/skeleton/desktop/source/boot/index.tmpl.html",
|
|
380
378
|
"qx/tool/cli/templates/skeleton/desktop/source/boot/nojs.tmpl.html",
|
|
381
|
-
"qx/tool/cli/templates/skeleton/mobile/source/
|
|
379
|
+
"qx/tool/cli/templates/skeleton/mobile/source/boot/nojs.tmpl.html",
|
|
380
|
+
"qx/tool/cli/templates/skeleton/mobile/source/boot/index.tmpl.html",
|
|
382
381
|
"qx/tool/cli/templates/skeleton/desktop/source/translation/readme.txt",
|
|
382
|
+
"qx/tool/cli/templates/skeleton/mobile/source/translation/readme.txt",
|
|
383
383
|
"qx/tool/cli/templates/skeleton/server/source/translation/readme.txt",
|
|
384
384
|
"qx/tool/cli/templates/skeleton/package/source/translation/readme.txt",
|
|
385
|
+
"qx/tool/cli/templates/skeleton/desktop/source/resource/custom/app.png",
|
|
386
|
+
"qx/tool/cli/templates/skeleton/desktop/source/resource/custom/favicon.png",
|
|
387
|
+
"qx/tool/cli/templates/skeleton/desktop/source/resource/custom/js_256x256.png",
|
|
388
|
+
"qx/tool/cli/templates/skeleton/desktop/source/resource/custom/test.png",
|
|
389
|
+
"qx/tool/cli/templates/skeleton/desktop/source/class/custom/Application.tmpl.js",
|
|
390
|
+
"qx/tool/cli/templates/skeleton/mobile/source/class/custom/Application.tmpl.js",
|
|
391
|
+
"qx/tool/cli/templates/skeleton/desktop/source/class/custom/__init__.tmpl.js",
|
|
392
|
+
"qx/tool/cli/templates/skeleton/mobile/source/class/custom/__init__.tmpl.js",
|
|
385
393
|
"qx/tool/cli/templates/skeleton/mobile/source/resource/custom/app.png",
|
|
386
394
|
"qx/tool/cli/templates/skeleton/mobile/source/resource/custom/favicon.png",
|
|
387
395
|
"qx/tool/cli/templates/skeleton/mobile/source/resource/custom/js_256x256.png",
|
|
388
|
-
"qx/tool/cli/templates/skeleton/mobile/source/class/custom/Application.tmpl.js",
|
|
389
|
-
"qx/tool/cli/templates/skeleton/mobile/source/class/custom/__init__.tmpl.js",
|
|
390
|
-
"qx/tool/cli/templates/skeleton/desktop/source/class/custom/Application.tmpl.js",
|
|
391
|
-
"qx/tool/cli/templates/skeleton/desktop/source/class/custom/__init__.tmpl.js",
|
|
392
396
|
"qx/tool/cli/templates/skeleton/server/source/class/custom/Application.tmpl.js",
|
|
393
397
|
"qx/tool/cli/templates/skeleton/server/source/class/custom/__init__.tmpl.js",
|
|
394
398
|
"qx/tool/cli/templates/skeleton/server/source/resource/custom/.gitignore.tmpl",
|
|
395
|
-
"qx/tool/cli/templates/skeleton/desktop/source/resource/custom/app.png",
|
|
396
|
-
"qx/tool/cli/templates/skeleton/desktop/source/resource/custom/favicon.png",
|
|
397
|
-
"qx/tool/cli/templates/skeleton/desktop/source/resource/custom/js_256x256.png",
|
|
398
|
-
"qx/tool/cli/templates/skeleton/desktop/source/resource/custom/test.png",
|
|
399
|
-
"qx/tool/cli/templates/skeleton/package/source/resource/custom/test.png",
|
|
400
399
|
"qx/tool/cli/templates/skeleton/package/source/class/custom/Button.tmpl.js",
|
|
401
400
|
"qx/tool/cli/templates/skeleton/package/source/class/custom/__init__.tmpl.js",
|
|
402
|
-
"qx/tool/cli/templates/skeleton/
|
|
403
|
-
"qx/tool/cli/templates/skeleton/mobile/source/class/custom/page/Login.tmpl.js",
|
|
404
|
-
"qx/tool/cli/templates/skeleton/mobile/source/class/custom/page/Overview.tmpl.js",
|
|
405
|
-
"qx/tool/cli/templates/skeleton/mobile/source/class/custom/page/__init__.tmpl.js",
|
|
406
|
-
"qx/tool/cli/templates/skeleton/mobile/source/theme/custom/scss/custom.scss",
|
|
407
|
-
"qx/tool/cli/templates/skeleton/mobile/source/theme/custom/scss/_styles.scss",
|
|
401
|
+
"qx/tool/cli/templates/skeleton/package/source/resource/custom/test.png",
|
|
408
402
|
"qx/tool/cli/templates/skeleton/desktop/source/class/custom/test/DemoTest.tmpl.js",
|
|
409
403
|
"qx/tool/cli/templates/skeleton/desktop/source/class/custom/theme/Appearance.tmpl.js",
|
|
410
404
|
"qx/tool/cli/templates/skeleton/desktop/source/class/custom/theme/Color.tmpl.js",
|
|
411
405
|
"qx/tool/cli/templates/skeleton/desktop/source/class/custom/theme/Decoration.tmpl.js",
|
|
412
|
-
"qx/tool/cli/templates/skeleton/desktop/source/class/custom/theme/Font.tmpl.js",
|
|
413
406
|
"qx/tool/cli/templates/skeleton/desktop/source/class/custom/theme/Theme.tmpl.js",
|
|
407
|
+
"qx/tool/cli/templates/skeleton/desktop/source/class/custom/theme/Font.tmpl.js",
|
|
408
|
+
"qx/tool/cli/templates/skeleton/mobile/source/class/custom/page/Login.tmpl.js",
|
|
409
|
+
"qx/tool/cli/templates/skeleton/mobile/source/class/custom/page/Overview.tmpl.js",
|
|
410
|
+
"qx/tool/cli/templates/skeleton/mobile/source/class/custom/page/__init__.tmpl.js",
|
|
411
|
+
"qx/tool/cli/templates/skeleton/mobile/source/resource/custom/css/.gitignore.tmpl",
|
|
414
412
|
"qx/tool/cli/templates/skeleton/server/source/class/custom/test/DemoTest.tmpl.js",
|
|
413
|
+
"qx/tool/cli/templates/skeleton/mobile/source/theme/custom/scss/custom.scss",
|
|
414
|
+
"qx/tool/cli/templates/skeleton/mobile/source/theme/custom/scss/_styles.scss",
|
|
415
415
|
"qx/tool/cli/templates/skeleton/package/source/class/custom/demo/Application.tmpl.js",
|
|
416
|
-
"qx/tool/cli/templates/skeleton/package/source/class/custom/test/DemoTest.tmpl.js",
|
|
417
416
|
"qx/tool/cli/templates/skeleton/package/source/class/custom/theme/Appearance.tmpl.js",
|
|
418
417
|
"qx/tool/cli/templates/skeleton/package/source/class/custom/theme/Color.tmpl.js",
|
|
419
|
-
"qx/tool/cli/templates/skeleton/package/source/class/custom/theme/Decoration.tmpl.js",
|
|
420
418
|
"qx/tool/cli/templates/skeleton/package/source/class/custom/theme/Font.tmpl.js",
|
|
419
|
+
"qx/tool/cli/templates/skeleton/package/source/class/custom/theme/Decoration.tmpl.js",
|
|
421
420
|
"qx/tool/cli/templates/skeleton/package/source/class/custom/theme/Theme.tmpl.js",
|
|
421
|
+
"qx/tool/cli/templates/skeleton/package/source/class/custom/test/DemoTest.tmpl.js",
|
|
422
422
|
"qx/tool/cli/templates/skeleton/package/source/class/custom/resource/custom/test.png"
|
|
423
423
|
],
|
|
424
424
|
"locales": [
|
|
@@ -457,7 +457,7 @@
|
|
|
457
457
|
"qx.promise.warnings": true,
|
|
458
458
|
"qx.promise.longStackTraces": true,
|
|
459
459
|
"qx.compiler": true,
|
|
460
|
-
"qx.compiler.version": "7.7.
|
|
460
|
+
"qx.compiler.version": "7.7.2",
|
|
461
461
|
"qx.version": null,
|
|
462
462
|
"qx.compiler.targetType": "source",
|
|
463
463
|
"qx.compiler.outputDir": "compiled/node/build/",
|