qumra-cli 2.4.7 → 2.4.8
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/dist/cli.js +3 -2
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -304366,7 +304366,7 @@ class SectionBuilder {
|
|
|
304366
304366
|
}
|
|
304367
304367
|
}
|
|
304368
304368
|
|
|
304369
|
-
var version$2 = "2.4.
|
|
304369
|
+
var version$2 = "2.4.8";
|
|
304370
304370
|
var pkg = {
|
|
304371
304371
|
version: version$2};
|
|
304372
304372
|
|
|
@@ -360164,7 +360164,7 @@ let ThemeWatcherService = class ThemeWatcherService {
|
|
|
360164
360164
|
}
|
|
360165
360165
|
// Widgets (.json) → GraphQL SyncWidget
|
|
360166
360166
|
async syncWidgetSchema(appThemeId, filePath, event) {
|
|
360167
|
-
var _a, _b;
|
|
360167
|
+
var _a, _b, _c;
|
|
360168
360168
|
const qumraConfig = await this.config.load();
|
|
360169
360169
|
if (!(qumraConfig === null || qumraConfig === void 0 ? void 0 : qumraConfig.themeId) || !(qumraConfig === null || qumraConfig === void 0 ? void 0 : qumraConfig.version)) {
|
|
360170
360170
|
throw new Error('themeId or version missing in config');
|
|
@@ -360196,6 +360196,7 @@ let ThemeWatcherService = class ThemeWatcherService {
|
|
|
360196
360196
|
if (parsedSchema.presets)
|
|
360197
360197
|
variables.input.presets = parsedSchema.presets;
|
|
360198
360198
|
variables.input.name = (_b = parsedSchema.name) !== null && _b !== void 0 ? _b : '';
|
|
360199
|
+
variables.input.icon = (_c = parsedSchema.icon) !== null && _c !== void 0 ? _c : '';
|
|
360199
360200
|
variables.input.allowAdd = parsedSchema.allowAdd;
|
|
360200
360201
|
variables.input.allowRemove = parsedSchema.allowRemove;
|
|
360201
360202
|
variables.input.allowReorder = parsedSchema.allowReorder;
|