@qooxdoo/framework 7.6.1 → 7.6.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/bin/tools/utils.js +1 -0
- package/lib/compiler/compile-info.json +49 -49
- package/lib/compiler/index.js +186 -186
- package/lib/resource/qx/tool/cli/templates/skeleton/mobile/source/theme/custom/css/custom.css +1 -1
- package/lib/resource/qx/tool/cli/templates/skeleton/mobile/source/theme/custom/css/custom.css.map +1 -1
- package/package.json +2 -2
- package/source/resource/qx/mobile/scss/common/_scroller.scss +6 -6
- package/source/resource/qx/mobile/scss/theme/flat/_styles.scss +55 -55
- package/source/resource/qx/mobile/scss/theme/indigo/_styles.scss +55 -55
- package/source/resource/qx/mobile/scss/ui/_button.scss +8 -8
- package/source/resource/qx/mobile/scss/ui/_carousel.scss +2 -2
- package/source/resource/qx/mobile/scss/ui/_checkbox.scss +2 -2
- package/source/resource/qx/mobile/scss/ui/_collapsible.scss +7 -7
- package/source/resource/qx/mobile/scss/ui/_drawer.scss +6 -6
- package/source/resource/qx/mobile/scss/ui/_form.scss +35 -35
- package/source/resource/qx/mobile/scss/ui/_input.scss +7 -7
- package/source/resource/qx/mobile/scss/ui/_list.scss +8 -8
- package/source/resource/qx/mobile/scss/ui/_main.scss +8 -8
- package/source/resource/qx/mobile/scss/ui/_masterdetail.scss +5 -5
- package/source/resource/qx/mobile/scss/ui/_menu.scss +2 -2
- package/source/resource/qx/mobile/scss/ui/_navigationbar.scss +11 -11
- package/source/resource/qx/mobile/scss/ui/_picker.scss +8 -8
- package/source/resource/qx/mobile/scss/ui/_popup.scss +14 -14
- package/source/resource/qx/mobile/scss/ui/_radiobutton.scss +3 -3
- package/source/resource/qx/mobile/scss/ui/_selectbox.scss +3 -3
- package/source/resource/qx/mobile/scss/ui/_slider.scss +7 -7
- package/source/resource/qx/mobile/scss/ui/_tabbar.scss +4 -4
- package/source/resource/qx/mobile/scss/ui/_togglebutton.scss +9 -9
- package/source/resource/qx/mobile/scss/ui/_toolbar.scss +5 -5
- package/source/resource/qx/scss/_mixins.scss +27 -0
- package/source/resource/qx/tool/cli/templates/skeleton/mobile/source/theme/custom/scss/_styles.scss +55 -55
- package/source/resource/qx/website/scss/ui/_button.scss +10 -10
- package/source/resource/qx/website/scss/ui/_calendar.scss +5 -5
- package/source/resource/qx/website/scss/ui/_carousel.scss +5 -5
- package/source/resource/qx/website/scss/ui/_datepicker.scss +5 -5
- package/source/resource/qx/website/scss/ui/_menu.scss +4 -4
- package/source/resource/qx/website/scss/ui/_rating.scss +6 -6
- package/source/resource/qx/website/scss/ui/_slider.scss +11 -11
- package/source/resource/qx/website/scss/ui/_tabs.scss +22 -22
- package/source/resource/qx/website/scss/ui/_toolbar.scss +14 -14
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.6.
|
|
99
|
+
"qx.version": "7.6.2",
|
|
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.6.
|
|
131
|
+
"qx.compiler.version": "7.6.2",
|
|
132
132
|
"qx.headless": true,
|
|
133
133
|
"qx.compiler.applicationType": "node",
|
|
134
134
|
"qx.compiler.applicationName": "compiler"
|
|
@@ -36579,7 +36579,7 @@ Version: v${await qx.tool.config.Utils.getQxVersion()}
|
|
|
36579
36579
|
* @return {String}
|
|
36580
36580
|
*/
|
|
36581
36581
|
getCompilerVersion() {
|
|
36582
|
-
return "7.6.
|
|
36582
|
+
return "7.6.2";
|
|
36583
36583
|
},
|
|
36584
36584
|
|
|
36585
36585
|
/**
|
|
@@ -73373,30 +73373,6 @@ qx.$$packageData['0'] = {
|
|
|
73373
73373
|
}
|
|
73374
73374
|
},
|
|
73375
73375
|
"resources": {
|
|
73376
|
-
"qx/decoration/Simple/colorselector/brightness-field.png": [
|
|
73377
|
-
19,
|
|
73378
|
-
256,
|
|
73379
|
-
"png",
|
|
73380
|
-
"qx"
|
|
73381
|
-
],
|
|
73382
|
-
"qx/decoration/Simple/colorselector/brightness-handle.gif": [
|
|
73383
|
-
35,
|
|
73384
|
-
11,
|
|
73385
|
-
"gif",
|
|
73386
|
-
"qx"
|
|
73387
|
-
],
|
|
73388
|
-
"qx/decoration/Simple/colorselector/huesaturation-field.jpg": [
|
|
73389
|
-
256,
|
|
73390
|
-
256,
|
|
73391
|
-
"jpg",
|
|
73392
|
-
"qx"
|
|
73393
|
-
],
|
|
73394
|
-
"qx/decoration/Simple/colorselector/huesaturation-handle.gif": [
|
|
73395
|
-
11,
|
|
73396
|
-
11,
|
|
73397
|
-
"gif",
|
|
73398
|
-
"qx"
|
|
73399
|
-
],
|
|
73400
73376
|
"qx/decoration/Simple/checkbox/checked-disabled.png": [
|
|
73401
73377
|
6,
|
|
73402
73378
|
6,
|
|
@@ -73445,19 +73421,13 @@ qx.$$packageData['0'] = {
|
|
|
73445
73421
|
"gif",
|
|
73446
73422
|
"qx"
|
|
73447
73423
|
],
|
|
73448
|
-
"qx/decoration/Simple/arrows/forward.gif": [
|
|
73449
|
-
8,
|
|
73450
|
-
7,
|
|
73451
|
-
"gif",
|
|
73452
|
-
"qx"
|
|
73453
|
-
],
|
|
73454
73424
|
"qx/decoration/Simple/arrows/left.gif": [
|
|
73455
73425
|
4,
|
|
73456
73426
|
7,
|
|
73457
73427
|
"gif",
|
|
73458
73428
|
"qx"
|
|
73459
73429
|
],
|
|
73460
|
-
"qx/decoration/Simple/arrows/
|
|
73430
|
+
"qx/decoration/Simple/arrows/forward.gif": [
|
|
73461
73431
|
8,
|
|
73462
73432
|
7,
|
|
73463
73433
|
"gif",
|
|
@@ -73475,6 +73445,12 @@ qx.$$packageData['0'] = {
|
|
|
73475
73445
|
"gif",
|
|
73476
73446
|
"qx"
|
|
73477
73447
|
],
|
|
73448
|
+
"qx/decoration/Simple/arrows/rewind.gif": [
|
|
73449
|
+
8,
|
|
73450
|
+
7,
|
|
73451
|
+
"gif",
|
|
73452
|
+
"qx"
|
|
73453
|
+
],
|
|
73478
73454
|
"qx/decoration/Simple/arrows/up-invert.gif": [
|
|
73479
73455
|
7,
|
|
73480
73456
|
4,
|
|
@@ -73505,13 +73481,13 @@ qx.$$packageData['0'] = {
|
|
|
73505
73481
|
"gif",
|
|
73506
73482
|
"qx"
|
|
73507
73483
|
],
|
|
73508
|
-
"qx/decoration/Simple/menu/radiobutton
|
|
73484
|
+
"qx/decoration/Simple/menu/radiobutton.gif": [
|
|
73509
73485
|
16,
|
|
73510
73486
|
5,
|
|
73511
73487
|
"gif",
|
|
73512
73488
|
"qx"
|
|
73513
73489
|
],
|
|
73514
|
-
"qx/decoration/Simple/menu/radiobutton.gif": [
|
|
73490
|
+
"qx/decoration/Simple/menu/radiobutton-invert.gif": [
|
|
73515
73491
|
16,
|
|
73516
73492
|
5,
|
|
73517
73493
|
"gif",
|
|
@@ -73523,39 +73499,45 @@ qx.$$packageData['0'] = {
|
|
|
73523
73499
|
"gif",
|
|
73524
73500
|
"qx"
|
|
73525
73501
|
],
|
|
73526
|
-
"qx/decoration/Simple/cursors/copy.gif": [
|
|
73527
|
-
19,
|
|
73528
|
-
15,
|
|
73529
|
-
"gif",
|
|
73530
|
-
"qx"
|
|
73531
|
-
],
|
|
73532
73502
|
"qx/decoration/Simple/cursors/move.gif": [
|
|
73533
73503
|
13,
|
|
73534
73504
|
9,
|
|
73535
73505
|
"gif",
|
|
73536
73506
|
"qx"
|
|
73537
73507
|
],
|
|
73508
|
+
"qx/decoration/Simple/cursors/copy.gif": [
|
|
73509
|
+
19,
|
|
73510
|
+
15,
|
|
73511
|
+
"gif",
|
|
73512
|
+
"qx"
|
|
73513
|
+
],
|
|
73538
73514
|
"qx/decoration/Simple/cursors/nodrop.gif": [
|
|
73539
73515
|
20,
|
|
73540
73516
|
20,
|
|
73541
73517
|
"gif",
|
|
73542
73518
|
"qx"
|
|
73543
73519
|
],
|
|
73544
|
-
"qx/decoration/Simple/
|
|
73545
|
-
|
|
73546
|
-
|
|
73520
|
+
"qx/decoration/Simple/colorselector/brightness-field.png": [
|
|
73521
|
+
19,
|
|
73522
|
+
256,
|
|
73547
73523
|
"png",
|
|
73548
73524
|
"qx"
|
|
73549
73525
|
],
|
|
73550
|
-
"qx/decoration/Simple/
|
|
73551
|
-
|
|
73552
|
-
|
|
73553
|
-
"
|
|
73526
|
+
"qx/decoration/Simple/colorselector/brightness-handle.gif": [
|
|
73527
|
+
35,
|
|
73528
|
+
11,
|
|
73529
|
+
"gif",
|
|
73554
73530
|
"qx"
|
|
73555
73531
|
],
|
|
73556
|
-
"qx/decoration/Simple/
|
|
73557
|
-
|
|
73558
|
-
|
|
73532
|
+
"qx/decoration/Simple/colorselector/huesaturation-field.jpg": [
|
|
73533
|
+
256,
|
|
73534
|
+
256,
|
|
73535
|
+
"jpg",
|
|
73536
|
+
"qx"
|
|
73537
|
+
],
|
|
73538
|
+
"qx/decoration/Simple/colorselector/huesaturation-handle.gif": [
|
|
73539
|
+
11,
|
|
73540
|
+
11,
|
|
73559
73541
|
"gif",
|
|
73560
73542
|
"qx"
|
|
73561
73543
|
],
|
|
@@ -73577,18 +73559,18 @@ qx.$$packageData['0'] = {
|
|
|
73577
73559
|
"png",
|
|
73578
73560
|
"qx"
|
|
73579
73561
|
],
|
|
73580
|
-
"qx/decoration/Simple/table/descending-invert.png": [
|
|
73581
|
-
10,
|
|
73582
|
-
10,
|
|
73583
|
-
"png",
|
|
73584
|
-
"qx"
|
|
73585
|
-
],
|
|
73586
73562
|
"qx/decoration/Simple/table/boolean-true.png": [
|
|
73587
73563
|
11,
|
|
73588
73564
|
11,
|
|
73589
73565
|
"png",
|
|
73590
73566
|
"qx"
|
|
73591
73567
|
],
|
|
73568
|
+
"qx/decoration/Simple/table/descending-invert.png": [
|
|
73569
|
+
10,
|
|
73570
|
+
10,
|
|
73571
|
+
"png",
|
|
73572
|
+
"qx"
|
|
73573
|
+
],
|
|
73592
73574
|
"qx/decoration/Simple/table/descending.png": [
|
|
73593
73575
|
10,
|
|
73594
73576
|
10,
|
|
@@ -73601,31 +73583,61 @@ qx.$$packageData['0'] = {
|
|
|
73601
73583
|
"png",
|
|
73602
73584
|
"qx"
|
|
73603
73585
|
],
|
|
73604
|
-
"qx/decoration/Simple/
|
|
73586
|
+
"qx/decoration/Simple/splitpane/knob-horizontal.png": [
|
|
73587
|
+
1,
|
|
73588
|
+
8,
|
|
73589
|
+
"png",
|
|
73590
|
+
"qx"
|
|
73591
|
+
],
|
|
73592
|
+
"qx/decoration/Simple/splitpane/knob-vertical.png": [
|
|
73593
|
+
8,
|
|
73594
|
+
1,
|
|
73595
|
+
"png",
|
|
73596
|
+
"qx"
|
|
73597
|
+
],
|
|
73598
|
+
"qx/decoration/Simple/tabview/close.gif": [
|
|
73605
73599
|
10,
|
|
73606
73600
|
9,
|
|
73607
73601
|
"gif",
|
|
73608
73602
|
"qx"
|
|
73609
73603
|
],
|
|
73604
|
+
"qx/decoration/Simple/tree/minus.gif": [
|
|
73605
|
+
19,
|
|
73606
|
+
16,
|
|
73607
|
+
"gif",
|
|
73608
|
+
"qx"
|
|
73609
|
+
],
|
|
73610
|
+
"qx/decoration/Simple/tree/plus.gif": [
|
|
73611
|
+
19,
|
|
73612
|
+
16,
|
|
73613
|
+
"gif",
|
|
73614
|
+
"qx"
|
|
73615
|
+
],
|
|
73610
73616
|
"qx/decoration/Simple/window/close.gif": [
|
|
73611
73617
|
10,
|
|
73612
73618
|
9,
|
|
73613
73619
|
"gif",
|
|
73614
73620
|
"qx"
|
|
73615
73621
|
],
|
|
73622
|
+
"qx/decoration/Simple/window/close-white.gif": [
|
|
73623
|
+
10,
|
|
73624
|
+
9,
|
|
73625
|
+
"gif",
|
|
73626
|
+
"qx"
|
|
73627
|
+
],
|
|
73616
73628
|
"qx/decoration/Simple/window/maximize-white.gif": [
|
|
73617
73629
|
9,
|
|
73618
73630
|
9,
|
|
73619
73631
|
"gif",
|
|
73620
73632
|
"qx"
|
|
73621
73633
|
],
|
|
73622
|
-
"qx/decoration/Simple/window/
|
|
73634
|
+
"qx/decoration/Simple/window/maximize.gif": [
|
|
73623
73635
|
9,
|
|
73624
73636
|
9,
|
|
73625
73637
|
"gif",
|
|
73626
73638
|
"qx"
|
|
73627
73639
|
],
|
|
73628
|
-
"qx/decoration/Simple/window/
|
|
73640
|
+
"qx/decoration/Simple/window/minimize-white.gif": [
|
|
73629
73641
|
9,
|
|
73630
73642
|
9,
|
|
73631
73643
|
"gif",
|
|
@@ -73649,19 +73661,19 @@ qx.$$packageData['0'] = {
|
|
|
73649
73661
|
"gif",
|
|
73650
73662
|
"qx"
|
|
73651
73663
|
],
|
|
73652
|
-
"qx/decoration/Simple/
|
|
73664
|
+
"qx/decoration/Simple/treevirtual/cross.gif": [
|
|
73653
73665
|
19,
|
|
73654
73666
|
16,
|
|
73655
73667
|
"gif",
|
|
73656
73668
|
"qx"
|
|
73657
73669
|
],
|
|
73658
|
-
"qx/decoration/Simple/
|
|
73670
|
+
"qx/decoration/Simple/treevirtual/cross_plus.gif": [
|
|
73659
73671
|
19,
|
|
73660
73672
|
16,
|
|
73661
73673
|
"gif",
|
|
73662
73674
|
"qx"
|
|
73663
73675
|
],
|
|
73664
|
-
"qx/decoration/Simple/treevirtual/
|
|
73676
|
+
"qx/decoration/Simple/treevirtual/end.gif": [
|
|
73665
73677
|
19,
|
|
73666
73678
|
16,
|
|
73667
73679
|
"gif",
|
|
@@ -73673,19 +73685,13 @@ qx.$$packageData['0'] = {
|
|
|
73673
73685
|
"gif",
|
|
73674
73686
|
"qx"
|
|
73675
73687
|
],
|
|
73676
|
-
"qx/decoration/Simple/treevirtual/
|
|
73677
|
-
19,
|
|
73678
|
-
16,
|
|
73679
|
-
"gif",
|
|
73680
|
-
"qx"
|
|
73681
|
-
],
|
|
73682
|
-
"qx/decoration/Simple/treevirtual/end.gif": [
|
|
73688
|
+
"qx/decoration/Simple/treevirtual/line.gif": [
|
|
73683
73689
|
19,
|
|
73684
73690
|
16,
|
|
73685
73691
|
"gif",
|
|
73686
73692
|
"qx"
|
|
73687
73693
|
],
|
|
73688
|
-
"qx/decoration/Simple/treevirtual/
|
|
73694
|
+
"qx/decoration/Simple/treevirtual/only_minus.gif": [
|
|
73689
73695
|
19,
|
|
73690
73696
|
16,
|
|
73691
73697
|
"gif",
|
|
@@ -73697,13 +73703,7 @@ qx.$$packageData['0'] = {
|
|
|
73697
73703
|
"gif",
|
|
73698
73704
|
"qx"
|
|
73699
73705
|
],
|
|
73700
|
-
"qx/decoration/Simple/treevirtual/
|
|
73701
|
-
19,
|
|
73702
|
-
16,
|
|
73703
|
-
"gif",
|
|
73704
|
-
"qx"
|
|
73705
|
-
],
|
|
73706
|
-
"qx/decoration/Simple/treevirtual/only_plus.gif": [
|
|
73706
|
+
"qx/decoration/Simple/treevirtual/end_minus.gif": [
|
|
73707
73707
|
19,
|
|
73708
73708
|
16,
|
|
73709
73709
|
"gif",
|
|
@@ -73715,19 +73715,19 @@ qx.$$packageData['0'] = {
|
|
|
73715
73715
|
"gif",
|
|
73716
73716
|
"qx"
|
|
73717
73717
|
],
|
|
73718
|
-
"qx/decoration/Simple/treevirtual/
|
|
73718
|
+
"qx/decoration/Simple/treevirtual/only_plus.gif": [
|
|
73719
73719
|
19,
|
|
73720
73720
|
16,
|
|
73721
73721
|
"gif",
|
|
73722
73722
|
"qx"
|
|
73723
73723
|
],
|
|
73724
|
-
"qx/decoration/Simple/treevirtual/
|
|
73724
|
+
"qx/decoration/Simple/treevirtual/start_plus.gif": [
|
|
73725
73725
|
19,
|
|
73726
73726
|
16,
|
|
73727
73727
|
"gif",
|
|
73728
73728
|
"qx"
|
|
73729
73729
|
],
|
|
73730
|
-
"qx/decoration/Simple/treevirtual/
|
|
73730
|
+
"qx/decoration/Simple/treevirtual/start_minus.gif": [
|
|
73731
73731
|
19,
|
|
73732
73732
|
16,
|
|
73733
73733
|
"gif",
|
|
@@ -73793,22 +73793,16 @@ qx.$$packageData['0'] = {
|
|
|
73793
73793
|
"json",
|
|
73794
73794
|
"qx"
|
|
73795
73795
|
],
|
|
73796
|
-
"qx/tool/cli/templates/template_vars.js": [
|
|
73797
|
-
null,
|
|
73798
|
-
null,
|
|
73799
|
-
"js",
|
|
73800
|
-
"qx"
|
|
73801
|
-
],
|
|
73802
73796
|
"qx/tool/cli/templates/TypeScriptWriter-base_declaration.txt": [
|
|
73803
73797
|
null,
|
|
73804
73798
|
null,
|
|
73805
73799
|
"txt",
|
|
73806
73800
|
"qx"
|
|
73807
73801
|
],
|
|
73808
|
-
"qx/tool/
|
|
73802
|
+
"qx/tool/cli/templates/template_vars.js": [
|
|
73809
73803
|
null,
|
|
73810
73804
|
null,
|
|
73811
|
-
"
|
|
73805
|
+
"js",
|
|
73812
73806
|
"qx"
|
|
73813
73807
|
],
|
|
73814
73808
|
"qx/tool/website/build/404.html": [
|
|
@@ -73835,19 +73829,19 @@ qx.$$packageData['0'] = {
|
|
|
73835
73829
|
"css",
|
|
73836
73830
|
"qx"
|
|
73837
73831
|
],
|
|
73838
|
-
"qx/tool/website/
|
|
73832
|
+
"qx/tool/website/layouts/default.dot": [
|
|
73839
73833
|
null,
|
|
73840
73834
|
null,
|
|
73841
|
-
"
|
|
73835
|
+
"dot",
|
|
73842
73836
|
"qx"
|
|
73843
73837
|
],
|
|
73844
|
-
"qx/tool/website/partials/
|
|
73838
|
+
"qx/tool/website/partials/footer.html": [
|
|
73845
73839
|
null,
|
|
73846
73840
|
null,
|
|
73847
73841
|
"html",
|
|
73848
73842
|
"qx"
|
|
73849
73843
|
],
|
|
73850
|
-
"qx/tool/website/partials/
|
|
73844
|
+
"qx/tool/website/partials/head.html": [
|
|
73851
73845
|
null,
|
|
73852
73846
|
null,
|
|
73853
73847
|
"html",
|
|
@@ -73865,6 +73859,12 @@ qx.$$packageData['0'] = {
|
|
|
73865
73859
|
"html",
|
|
73866
73860
|
"qx"
|
|
73867
73861
|
],
|
|
73862
|
+
"qx/tool/website/partials/header.html": [
|
|
73863
|
+
null,
|
|
73864
|
+
null,
|
|
73865
|
+
"html",
|
|
73866
|
+
"qx"
|
|
73867
|
+
],
|
|
73868
73868
|
"qx/tool/website/partials/icon-github.html": [
|
|
73869
73869
|
null,
|
|
73870
73870
|
null,
|
|
@@ -73931,13 +73931,13 @@ qx.$$packageData['0'] = {
|
|
|
73931
73931
|
"js",
|
|
73932
73932
|
"qx"
|
|
73933
73933
|
],
|
|
73934
|
-
"qx/tool/cli/templates/loader/loader-
|
|
73934
|
+
"qx/tool/cli/templates/loader/loader-node.tmpl.js": [
|
|
73935
73935
|
null,
|
|
73936
73936
|
null,
|
|
73937
73937
|
"js",
|
|
73938
73938
|
"qx"
|
|
73939
73939
|
],
|
|
73940
|
-
"qx/tool/cli/templates/loader/loader-
|
|
73940
|
+
"qx/tool/cli/templates/loader/loader-browser.tmpl.js": [
|
|
73941
73941
|
null,
|
|
73942
73942
|
null,
|
|
73943
73943
|
"js",
|
|
@@ -74003,15 +74003,21 @@ qx.$$packageData['0'] = {
|
|
|
74003
74003
|
"js",
|
|
74004
74004
|
"qx"
|
|
74005
74005
|
],
|
|
74006
|
+
"qx/tool/website/build/assets/qx-api.png": [
|
|
74007
|
+
1144,
|
|
74008
|
+
640,
|
|
74009
|
+
"png",
|
|
74010
|
+
"qx"
|
|
74011
|
+
],
|
|
74006
74012
|
"qx/tool/website/build/assets/logo.svg": [
|
|
74007
74013
|
512,
|
|
74008
74014
|
145,
|
|
74009
74015
|
"svg",
|
|
74010
74016
|
"qx"
|
|
74011
74017
|
],
|
|
74012
|
-
"qx/tool/website/build/assets/qx-
|
|
74013
|
-
|
|
74014
|
-
|
|
74018
|
+
"qx/tool/website/build/assets/qx-oo.png": [
|
|
74019
|
+
870,
|
|
74020
|
+
502,
|
|
74015
74021
|
"png",
|
|
74016
74022
|
"qx"
|
|
74017
74023
|
],
|
|
@@ -74021,18 +74027,18 @@ qx.$$packageData['0'] = {
|
|
|
74021
74027
|
"png",
|
|
74022
74028
|
"qx"
|
|
74023
74029
|
],
|
|
74024
|
-
"qx/tool/website/build/assets/qx-oo.png": [
|
|
74025
|
-
870,
|
|
74026
|
-
502,
|
|
74027
|
-
"png",
|
|
74028
|
-
"qx"
|
|
74029
|
-
],
|
|
74030
74030
|
"qx/tool/website/build/assets/qx-white.svg": [
|
|
74031
74031
|
64,
|
|
74032
74032
|
65,
|
|
74033
74033
|
"svg",
|
|
74034
74034
|
"qx"
|
|
74035
74035
|
],
|
|
74036
|
+
"qx/tool/website/build/scripts/serve.js": [
|
|
74037
|
+
null,
|
|
74038
|
+
null,
|
|
74039
|
+
"js",
|
|
74040
|
+
"qx"
|
|
74041
|
+
],
|
|
74036
74042
|
"qx/tool/website/build/diagnostics/dependson.html": [
|
|
74037
74043
|
null,
|
|
74038
74044
|
null,
|
|
@@ -74057,12 +74063,6 @@ qx.$$packageData['0'] = {
|
|
|
74057
74063
|
"js",
|
|
74058
74064
|
"qx"
|
|
74059
74065
|
],
|
|
74060
|
-
"qx/tool/website/build/scripts/serve.js": [
|
|
74061
|
-
null,
|
|
74062
|
-
null,
|
|
74063
|
-
"js",
|
|
74064
|
-
"qx"
|
|
74065
|
-
],
|
|
74066
74066
|
"qx/tool/website/src/diagnostics/dependson.html": [
|
|
74067
74067
|
null,
|
|
74068
74068
|
null,
|
|
@@ -74087,6 +74087,12 @@ qx.$$packageData['0'] = {
|
|
|
74087
74087
|
"js",
|
|
74088
74088
|
"qx"
|
|
74089
74089
|
],
|
|
74090
|
+
"qx/tool/website/src/scripts/serve.js": [
|
|
74091
|
+
null,
|
|
74092
|
+
null,
|
|
74093
|
+
"js",
|
|
74094
|
+
"qx"
|
|
74095
|
+
],
|
|
74090
74096
|
"qx/tool/website/src/assets/abel.css": [
|
|
74091
74097
|
null,
|
|
74092
74098
|
null,
|
|
@@ -74123,6 +74129,12 @@ qx.$$packageData['0'] = {
|
|
|
74123
74129
|
"js",
|
|
74124
74130
|
"qx"
|
|
74125
74131
|
],
|
|
74132
|
+
"qx/tool/website/src/assets/jquery.js": [
|
|
74133
|
+
null,
|
|
74134
|
+
null,
|
|
74135
|
+
"js",
|
|
74136
|
+
"qx"
|
|
74137
|
+
],
|
|
74126
74138
|
"qx/tool/website/src/assets/favicon.png": [
|
|
74127
74139
|
32,
|
|
74128
74140
|
32,
|
|
@@ -74135,10 +74147,10 @@ qx.$$packageData['0'] = {
|
|
|
74135
74147
|
"js",
|
|
74136
74148
|
"qx"
|
|
74137
74149
|
],
|
|
74138
|
-
"qx/tool/website/src/assets/
|
|
74139
|
-
|
|
74140
|
-
|
|
74141
|
-
"
|
|
74150
|
+
"qx/tool/website/src/assets/qx-api.png": [
|
|
74151
|
+
1144,
|
|
74152
|
+
640,
|
|
74153
|
+
"png",
|
|
74142
74154
|
"qx"
|
|
74143
74155
|
],
|
|
74144
74156
|
"qx/tool/website/src/assets/logo.svg": [
|
|
@@ -74147,12 +74159,6 @@ qx.$$packageData['0'] = {
|
|
|
74147
74159
|
"svg",
|
|
74148
74160
|
"qx"
|
|
74149
74161
|
],
|
|
74150
|
-
"qx/tool/website/src/assets/qx-api.png": [
|
|
74151
|
-
1144,
|
|
74152
|
-
640,
|
|
74153
|
-
"png",
|
|
74154
|
-
"qx"
|
|
74155
|
-
],
|
|
74156
74162
|
"qx/tool/website/src/assets/qx-ide.png": [
|
|
74157
74163
|
3183,
|
|
74158
74164
|
1752,
|
|
@@ -74171,22 +74177,16 @@ qx.$$packageData['0'] = {
|
|
|
74171
74177
|
"svg",
|
|
74172
74178
|
"qx"
|
|
74173
74179
|
],
|
|
74174
|
-
"qx/tool/
|
|
74175
|
-
null,
|
|
74176
|
-
null,
|
|
74177
|
-
"js",
|
|
74178
|
-
"qx"
|
|
74179
|
-
],
|
|
74180
|
-
"qx/tool/cli/templates/skeleton/desktop/compile.tmpl.json": [
|
|
74180
|
+
"qx/tool/cli/templates/skeleton/desktop/Manifest.tmpl.json": [
|
|
74181
74181
|
null,
|
|
74182
74182
|
null,
|
|
74183
74183
|
"json",
|
|
74184
74184
|
"qx"
|
|
74185
74185
|
],
|
|
74186
|
-
"qx/tool/cli/templates/skeleton/desktop/
|
|
74186
|
+
"qx/tool/cli/templates/skeleton/desktop/readme.tmpl.md": [
|
|
74187
74187
|
null,
|
|
74188
74188
|
null,
|
|
74189
|
-
"
|
|
74189
|
+
"md",
|
|
74190
74190
|
"qx"
|
|
74191
74191
|
],
|
|
74192
74192
|
"qx/tool/cli/templates/skeleton/desktop/.gitignore.tmpl": [
|
|
@@ -74195,10 +74195,10 @@ qx.$$packageData['0'] = {
|
|
|
74195
74195
|
"tmpl",
|
|
74196
74196
|
"qx"
|
|
74197
74197
|
],
|
|
74198
|
-
"qx/tool/cli/templates/skeleton/desktop/
|
|
74198
|
+
"qx/tool/cli/templates/skeleton/desktop/compile.tmpl.json": [
|
|
74199
74199
|
null,
|
|
74200
74200
|
null,
|
|
74201
|
-
"
|
|
74201
|
+
"json",
|
|
74202
74202
|
"qx"
|
|
74203
74203
|
],
|
|
74204
74204
|
"qx/tool/cli/templates/skeleton/mobile/.gitignore.tmpl": [
|
|
@@ -74213,16 +74213,16 @@ qx.$$packageData['0'] = {
|
|
|
74213
74213
|
"json",
|
|
74214
74214
|
"qx"
|
|
74215
74215
|
],
|
|
74216
|
-
"qx/tool/cli/templates/skeleton/mobile/
|
|
74216
|
+
"qx/tool/cli/templates/skeleton/mobile/readme.tmpl.md": [
|
|
74217
74217
|
null,
|
|
74218
74218
|
null,
|
|
74219
|
-
"
|
|
74219
|
+
"md",
|
|
74220
74220
|
"qx"
|
|
74221
74221
|
],
|
|
74222
|
-
"qx/tool/cli/templates/skeleton/mobile/
|
|
74222
|
+
"qx/tool/cli/templates/skeleton/mobile/Manifest.tmpl.json": [
|
|
74223
74223
|
null,
|
|
74224
74224
|
null,
|
|
74225
|
-
"
|
|
74225
|
+
"json",
|
|
74226
74226
|
"qx"
|
|
74227
74227
|
],
|
|
74228
74228
|
"qx/tool/cli/templates/skeleton/server/.gitignore.tmpl": [
|
|
@@ -74285,22 +74285,22 @@ qx.$$packageData['0'] = {
|
|
|
74285
74285
|
"html",
|
|
74286
74286
|
"qx"
|
|
74287
74287
|
],
|
|
74288
|
-
"qx/tool/cli/templates/skeleton/
|
|
74288
|
+
"qx/tool/cli/templates/skeleton/mobile/source/boot/index.tmpl.html": [
|
|
74289
74289
|
null,
|
|
74290
74290
|
null,
|
|
74291
|
-
"
|
|
74291
|
+
"html",
|
|
74292
74292
|
"qx"
|
|
74293
74293
|
],
|
|
74294
|
-
"qx/tool/cli/templates/skeleton/mobile/source/boot/
|
|
74294
|
+
"qx/tool/cli/templates/skeleton/mobile/source/boot/nojs.tmpl.html": [
|
|
74295
74295
|
null,
|
|
74296
74296
|
null,
|
|
74297
74297
|
"html",
|
|
74298
74298
|
"qx"
|
|
74299
74299
|
],
|
|
74300
|
-
"qx/tool/cli/templates/skeleton/
|
|
74300
|
+
"qx/tool/cli/templates/skeleton/desktop/source/translation/readme.txt": [
|
|
74301
74301
|
null,
|
|
74302
74302
|
null,
|
|
74303
|
-
"
|
|
74303
|
+
"txt",
|
|
74304
74304
|
"qx"
|
|
74305
74305
|
],
|
|
74306
74306
|
"qx/tool/cli/templates/skeleton/mobile/source/translation/readme.txt": [
|
|
@@ -74321,6 +74321,30 @@ qx.$$packageData['0'] = {
|
|
|
74321
74321
|
"txt",
|
|
74322
74322
|
"qx"
|
|
74323
74323
|
],
|
|
74324
|
+
"qx/tool/cli/templates/skeleton/desktop/source/resource/custom/app.png": [
|
|
74325
|
+
180,
|
|
74326
|
+
180,
|
|
74327
|
+
"png",
|
|
74328
|
+
"qx"
|
|
74329
|
+
],
|
|
74330
|
+
"qx/tool/cli/templates/skeleton/desktop/source/resource/custom/favicon.png": [
|
|
74331
|
+
32,
|
|
74332
|
+
32,
|
|
74333
|
+
"png",
|
|
74334
|
+
"qx"
|
|
74335
|
+
],
|
|
74336
|
+
"qx/tool/cli/templates/skeleton/desktop/source/resource/custom/js_256x256.png": [
|
|
74337
|
+
256,
|
|
74338
|
+
256,
|
|
74339
|
+
"png",
|
|
74340
|
+
"qx"
|
|
74341
|
+
],
|
|
74342
|
+
"qx/tool/cli/templates/skeleton/desktop/source/resource/custom/test.png": [
|
|
74343
|
+
32,
|
|
74344
|
+
32,
|
|
74345
|
+
"png",
|
|
74346
|
+
"qx"
|
|
74347
|
+
],
|
|
74324
74348
|
"qx/tool/cli/templates/skeleton/desktop/source/class/custom/Application.tmpl.js": [
|
|
74325
74349
|
null,
|
|
74326
74350
|
null,
|
|
@@ -74345,55 +74369,31 @@ qx.$$packageData['0'] = {
|
|
|
74345
74369
|
"js",
|
|
74346
74370
|
"qx"
|
|
74347
74371
|
],
|
|
74348
|
-
"qx/tool/cli/templates/skeleton/
|
|
74372
|
+
"qx/tool/cli/templates/skeleton/mobile/source/resource/custom/app.png": [
|
|
74349
74373
|
180,
|
|
74350
74374
|
180,
|
|
74351
74375
|
"png",
|
|
74352
74376
|
"qx"
|
|
74353
74377
|
],
|
|
74354
|
-
"qx/tool/cli/templates/skeleton/
|
|
74355
|
-
32,
|
|
74356
|
-
32,
|
|
74357
|
-
"png",
|
|
74358
|
-
"qx"
|
|
74359
|
-
],
|
|
74360
|
-
"qx/tool/cli/templates/skeleton/desktop/source/resource/custom/js_256x256.png": [
|
|
74378
|
+
"qx/tool/cli/templates/skeleton/mobile/source/resource/custom/js_256x256.png": [
|
|
74361
74379
|
256,
|
|
74362
74380
|
256,
|
|
74363
74381
|
"png",
|
|
74364
74382
|
"qx"
|
|
74365
74383
|
],
|
|
74366
|
-
"qx/tool/cli/templates/skeleton/desktop/source/resource/custom/test.png": [
|
|
74367
|
-
32,
|
|
74368
|
-
32,
|
|
74369
|
-
"png",
|
|
74370
|
-
"qx"
|
|
74371
|
-
],
|
|
74372
74384
|
"qx/tool/cli/templates/skeleton/mobile/source/resource/custom/favicon.png": [
|
|
74373
74385
|
32,
|
|
74374
74386
|
32,
|
|
74375
74387
|
"png",
|
|
74376
74388
|
"qx"
|
|
74377
74389
|
],
|
|
74378
|
-
"qx/tool/cli/templates/skeleton/
|
|
74379
|
-
180,
|
|
74380
|
-
180,
|
|
74381
|
-
"png",
|
|
74382
|
-
"qx"
|
|
74383
|
-
],
|
|
74384
|
-
"qx/tool/cli/templates/skeleton/mobile/source/resource/custom/js_256x256.png": [
|
|
74385
|
-
256,
|
|
74386
|
-
256,
|
|
74387
|
-
"png",
|
|
74388
|
-
"qx"
|
|
74389
|
-
],
|
|
74390
|
-
"qx/tool/cli/templates/skeleton/server/source/class/custom/Application.tmpl.js": [
|
|
74390
|
+
"qx/tool/cli/templates/skeleton/server/source/class/custom/__init__.tmpl.js": [
|
|
74391
74391
|
null,
|
|
74392
74392
|
null,
|
|
74393
74393
|
"js",
|
|
74394
74394
|
"qx"
|
|
74395
74395
|
],
|
|
74396
|
-
"qx/tool/cli/templates/skeleton/server/source/class/custom/
|
|
74396
|
+
"qx/tool/cli/templates/skeleton/server/source/class/custom/Application.tmpl.js": [
|
|
74397
74397
|
null,
|
|
74398
74398
|
null,
|
|
74399
74399
|
"js",
|
|
@@ -74405,12 +74405,6 @@ qx.$$packageData['0'] = {
|
|
|
74405
74405
|
"tmpl",
|
|
74406
74406
|
"qx"
|
|
74407
74407
|
],
|
|
74408
|
-
"qx/tool/cli/templates/skeleton/package/source/resource/custom/test.png": [
|
|
74409
|
-
32,
|
|
74410
|
-
32,
|
|
74411
|
-
"png",
|
|
74412
|
-
"qx"
|
|
74413
|
-
],
|
|
74414
74408
|
"qx/tool/cli/templates/skeleton/package/source/class/custom/Button.tmpl.js": [
|
|
74415
74409
|
null,
|
|
74416
74410
|
null,
|
|
@@ -74423,37 +74417,43 @@ qx.$$packageData['0'] = {
|
|
|
74423
74417
|
"js",
|
|
74424
74418
|
"qx"
|
|
74425
74419
|
],
|
|
74426
|
-
"qx/tool/cli/templates/skeleton/
|
|
74420
|
+
"qx/tool/cli/templates/skeleton/package/source/resource/custom/test.png": [
|
|
74421
|
+
32,
|
|
74422
|
+
32,
|
|
74423
|
+
"png",
|
|
74424
|
+
"qx"
|
|
74425
|
+
],
|
|
74426
|
+
"qx/tool/cli/templates/skeleton/desktop/source/class/custom/theme/Appearance.tmpl.js": [
|
|
74427
74427
|
null,
|
|
74428
74428
|
null,
|
|
74429
74429
|
"js",
|
|
74430
74430
|
"qx"
|
|
74431
74431
|
],
|
|
74432
|
-
"qx/tool/cli/templates/skeleton/desktop/source/class/custom/theme/
|
|
74432
|
+
"qx/tool/cli/templates/skeleton/desktop/source/class/custom/theme/Color.tmpl.js": [
|
|
74433
74433
|
null,
|
|
74434
74434
|
null,
|
|
74435
74435
|
"js",
|
|
74436
74436
|
"qx"
|
|
74437
74437
|
],
|
|
74438
|
-
"qx/tool/cli/templates/skeleton/desktop/source/class/custom/theme/
|
|
74438
|
+
"qx/tool/cli/templates/skeleton/desktop/source/class/custom/theme/Font.tmpl.js": [
|
|
74439
74439
|
null,
|
|
74440
74440
|
null,
|
|
74441
74441
|
"js",
|
|
74442
74442
|
"qx"
|
|
74443
74443
|
],
|
|
74444
|
-
"qx/tool/cli/templates/skeleton/desktop/source/class/custom/theme/
|
|
74444
|
+
"qx/tool/cli/templates/skeleton/desktop/source/class/custom/theme/Decoration.tmpl.js": [
|
|
74445
74445
|
null,
|
|
74446
74446
|
null,
|
|
74447
74447
|
"js",
|
|
74448
74448
|
"qx"
|
|
74449
74449
|
],
|
|
74450
|
-
"qx/tool/cli/templates/skeleton/desktop/source/class/custom/theme/
|
|
74450
|
+
"qx/tool/cli/templates/skeleton/desktop/source/class/custom/theme/Theme.tmpl.js": [
|
|
74451
74451
|
null,
|
|
74452
74452
|
null,
|
|
74453
74453
|
"js",
|
|
74454
74454
|
"qx"
|
|
74455
74455
|
],
|
|
74456
|
-
"qx/tool/cli/templates/skeleton/desktop/source/class/custom/
|
|
74456
|
+
"qx/tool/cli/templates/skeleton/desktop/source/class/custom/test/DemoTest.tmpl.js": [
|
|
74457
74457
|
null,
|
|
74458
74458
|
null,
|
|
74459
74459
|
"js",
|
|
@@ -74465,13 +74465,13 @@ qx.$$packageData['0'] = {
|
|
|
74465
74465
|
"js",
|
|
74466
74466
|
"qx"
|
|
74467
74467
|
],
|
|
74468
|
-
"qx/tool/cli/templates/skeleton/mobile/source/class/custom/page/
|
|
74468
|
+
"qx/tool/cli/templates/skeleton/mobile/source/class/custom/page/__init__.tmpl.js": [
|
|
74469
74469
|
null,
|
|
74470
74470
|
null,
|
|
74471
74471
|
"js",
|
|
74472
74472
|
"qx"
|
|
74473
74473
|
],
|
|
74474
|
-
"qx/tool/cli/templates/skeleton/mobile/source/class/custom/page/
|
|
74474
|
+
"qx/tool/cli/templates/skeleton/mobile/source/class/custom/page/Overview.tmpl.js": [
|
|
74475
74475
|
null,
|
|
74476
74476
|
null,
|
|
74477
74477
|
"js",
|
|
@@ -74519,19 +74519,19 @@ qx.$$packageData['0'] = {
|
|
|
74519
74519
|
"js",
|
|
74520
74520
|
"qx"
|
|
74521
74521
|
],
|
|
74522
|
-
"qx/tool/cli/templates/skeleton/package/source/class/custom/theme/
|
|
74522
|
+
"qx/tool/cli/templates/skeleton/package/source/class/custom/theme/Theme.tmpl.js": [
|
|
74523
74523
|
null,
|
|
74524
74524
|
null,
|
|
74525
74525
|
"js",
|
|
74526
74526
|
"qx"
|
|
74527
74527
|
],
|
|
74528
|
-
"qx/tool/cli/templates/skeleton/package/source/class/custom/theme/
|
|
74528
|
+
"qx/tool/cli/templates/skeleton/package/source/class/custom/theme/Font.tmpl.js": [
|
|
74529
74529
|
null,
|
|
74530
74530
|
null,
|
|
74531
74531
|
"js",
|
|
74532
74532
|
"qx"
|
|
74533
74533
|
],
|
|
74534
|
-
"qx/tool/cli/templates/skeleton/package/source/class/custom/theme/
|
|
74534
|
+
"qx/tool/cli/templates/skeleton/package/source/class/custom/theme/Decoration.tmpl.js": [
|
|
74535
74535
|
null,
|
|
74536
74536
|
null,
|
|
74537
74537
|
"js",
|