@qooxdoo/framework 7.1.0 → 7.1.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/CHANGELOG.md +3 -0
- package/Manifest.json +22 -22
- package/lib/compiler/compile-info.json +83 -83
- package/lib/compiler/index.js +422 -356
- package/lib/resource/qx/tool/cli/templates/loader/loader-browser.tmpl.js +1 -2
- package/lib/resource/qx/tool/schema/compile-1-0-0.json +11 -1
- package/npm-shrinkwrap.json +11471 -562
- package/package.json +4 -3
- package/source/class/qx/event/handler/Focus.js +1 -1
- package/source/class/qx/theme/iconfont/LoadMaterialIcons.js +4 -4
- package/source/class/qx/theme/iconfont/LoadMaterialIconsOutlined.js +4 -4
- package/source/class/qx/theme/iconfont/LoadMaterialIconsRound.js +4 -4
- package/source/class/qx/theme/iconfont/LoadMaterialIconsSharp.js +4 -4
- package/source/class/qx/theme/iconfont/LoadMaterialIconsTwoTone.js +4 -4
- package/source/class/qx/theme/tangible/ColorEngine.js +3 -3
- package/source/class/qx/theme/tangible/Decoration.js +3 -3
- package/source/class/qx/tool/cli/commands/Compile.js +10 -2
- package/source/class/qx/tool/cli/commands/Lint.js +14 -13
- package/source/class/qx/tool/compiler/Es6ify.js +7 -4
- package/source/class/qx/tool/compiler/app/Application.js +14 -0
- package/source/class/qx/tool/compiler/targets/Target.js +6 -5
- package/source/class/qx/tool/compiler/targets/meta/Browserify.js +73 -31
- package/source/class/qx/tool/utils/Json.js +1 -1
- package/source/resource/qx/iconfont/MaterialIcons/materialicons-v126.eot +0 -0
- package/source/resource/qx/iconfont/MaterialIcons/{materialicons-v70.ttf → materialicons-v126.ttf} +0 -0
- package/source/resource/qx/iconfont/MaterialIcons/materialicons-v126.woff +0 -0
- package/source/resource/qx/iconfont/MaterialIcons/materialicons-v126.woff2 +0 -0
- package/source/resource/qx/iconfont/MaterialIcons/materialiconsoutlined-v101.eot +0 -0
- package/source/resource/qx/iconfont/MaterialIcons/materialiconsoutlined-v101.otf +0 -0
- package/source/resource/qx/iconfont/MaterialIcons/materialiconsoutlined-v101.woff +0 -0
- package/source/resource/qx/iconfont/MaterialIcons/materialiconsoutlined-v101.woff2 +0 -0
- package/source/resource/qx/iconfont/MaterialIcons/materialiconsround-v100.eot +0 -0
- package/source/resource/qx/iconfont/MaterialIcons/materialiconsround-v100.otf +0 -0
- package/source/resource/qx/iconfont/MaterialIcons/materialiconsround-v100.woff +0 -0
- package/source/resource/qx/iconfont/MaterialIcons/materialiconsround-v100.woff2 +0 -0
- package/source/resource/qx/iconfont/MaterialIcons/materialiconssharp-v101.eot +0 -0
- package/source/resource/qx/iconfont/MaterialIcons/materialiconssharp-v101.otf +0 -0
- package/source/resource/qx/iconfont/MaterialIcons/materialiconssharp-v101.woff +0 -0
- package/source/resource/qx/iconfont/MaterialIcons/materialiconssharp-v101.woff2 +0 -0
- package/source/resource/qx/iconfont/MaterialIcons/materialiconstwotone-v104.eot +0 -0
- package/source/resource/qx/iconfont/MaterialIcons/materialiconstwotone-v104.otf +0 -0
- package/source/resource/qx/iconfont/MaterialIcons/materialiconstwotone-v104.woff +0 -0
- package/source/resource/qx/iconfont/MaterialIcons/materialiconstwotone-v104.woff2 +0 -0
- package/source/resource/qx/tool/cli/templates/loader/loader-browser.tmpl.js +1 -2
- package/source/resource/qx/tool/schema/compile-1-0-0.json +11 -1
- package/source/resource/qx/iconfont/MaterialIcons/materialicons-v70.eot +0 -0
- package/source/resource/qx/iconfont/MaterialIcons/materialicons-v70.woff +0 -0
- package/source/resource/qx/iconfont/MaterialIcons/materialicons-v70.woff2 +0 -0
- package/source/resource/qx/iconfont/MaterialIcons/materialiconsoutlined-v38.eot +0 -0
- package/source/resource/qx/iconfont/MaterialIcons/materialiconsoutlined-v38.otf +0 -0
- package/source/resource/qx/iconfont/MaterialIcons/materialiconsoutlined-v38.woff +0 -0
- package/source/resource/qx/iconfont/MaterialIcons/materialiconsoutlined-v38.woff2 +0 -0
- package/source/resource/qx/iconfont/MaterialIcons/materialiconsround-v37.eot +0 -0
- package/source/resource/qx/iconfont/MaterialIcons/materialiconsround-v37.otf +0 -0
- package/source/resource/qx/iconfont/MaterialIcons/materialiconsround-v37.woff +0 -0
- package/source/resource/qx/iconfont/MaterialIcons/materialiconsround-v37.woff2 +0 -0
- package/source/resource/qx/iconfont/MaterialIcons/materialiconssharp-v38.eot +0 -0
- package/source/resource/qx/iconfont/MaterialIcons/materialiconssharp-v38.otf +0 -0
- package/source/resource/qx/iconfont/MaterialIcons/materialiconssharp-v38.woff +0 -0
- package/source/resource/qx/iconfont/MaterialIcons/materialiconssharp-v38.woff2 +0 -0
- package/source/resource/qx/iconfont/MaterialIcons/materialiconstwotone-v36.eot +0 -0
- package/source/resource/qx/iconfont/MaterialIcons/materialiconstwotone-v36.otf +0 -0
- package/source/resource/qx/iconfont/MaterialIcons/materialiconstwotone-v36.woff +0 -0
- package/source/resource/qx/iconfont/MaterialIcons/materialiconstwotone-v36.woff2 +0 -0
|
@@ -91,7 +91,6 @@ qx.$$createdAt = function(obj, filename, lineNumber, column) {
|
|
|
91
91
|
};
|
|
92
92
|
|
|
93
93
|
var isWebkit = /AppleWebKit\/([^ ]+)/.test(navigator.userAgent);
|
|
94
|
-
var isFirefox = navigator.userAgent.toLowerCase().indexOf('firefox') > -1;
|
|
95
94
|
var isIE11 = !!window.MSInputMethodContext && !!document.documentMode;
|
|
96
95
|
|
|
97
96
|
qx.$$loader = {
|
|
@@ -103,7 +102,7 @@ qx.$$loader = {
|
|
|
103
102
|
closureParts : %{ClosureParts},
|
|
104
103
|
bootIsInline : %{BootIsInline},
|
|
105
104
|
addNoCacheParam : %{NoCacheParam},
|
|
106
|
-
isLoadParallel: !
|
|
105
|
+
isLoadParallel: !isIE11 && 'async' in document.createElement('script'),
|
|
107
106
|
delayDefer: false,
|
|
108
107
|
splashscreen: window.QOOXDOO_SPLASH_SCREEN || null,
|
|
109
108
|
isLoadChunked: false,
|
|
@@ -53,11 +53,11 @@
|
|
|
53
53
|
"minItems": 1,
|
|
54
54
|
"items": {
|
|
55
55
|
"type": "object",
|
|
56
|
-
"additionalItems": false,
|
|
57
56
|
"required": [
|
|
58
57
|
"class",
|
|
59
58
|
"name"
|
|
60
59
|
],
|
|
60
|
+
"additionalProperties": false,
|
|
61
61
|
"properties": {
|
|
62
62
|
"class" : {
|
|
63
63
|
"description": "The class name of the main application class (it typically inherits from `qx.application.Standalone` for web applications)",
|
|
@@ -105,6 +105,10 @@
|
|
|
105
105
|
"type": "boolean",
|
|
106
106
|
"default": true
|
|
107
107
|
},
|
|
108
|
+
"default": {
|
|
109
|
+
"description": "This browser application is written into the root of the target dir. If not set the first application is used instead",
|
|
110
|
+
"type": "boolean"
|
|
111
|
+
},
|
|
108
112
|
"standalone": {
|
|
109
113
|
"description": "Whether this application can be opened in a browser on its own (true) or is part of a different application (false)",
|
|
110
114
|
"type": "boolean",
|
|
@@ -168,6 +172,12 @@
|
|
|
168
172
|
},
|
|
169
173
|
"parts": {
|
|
170
174
|
"$ref": "#/properties/parts"
|
|
175
|
+
},
|
|
176
|
+
"localModules": {
|
|
177
|
+
"type": "object",
|
|
178
|
+
"additionalProperties": {
|
|
179
|
+
"type": "string"
|
|
180
|
+
}
|
|
171
181
|
}
|
|
172
182
|
}
|
|
173
183
|
}
|