Skip to content

Commit

Permalink
Merge branch 'v2.5-beta' of github.com:QuickCorp/QCObjects into v2.5-…
Browse files Browse the repository at this point in the history
…beta
  • Loading branch information
jeanmachuca committed Dec 26, 2024
2 parents 56962eb + 00abf67 commit 6d47949
Show file tree
Hide file tree
Showing 22 changed files with 120 additions and 153 deletions.
2 changes: 1 addition & 1 deletion build-esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const esmSettings = {...baseSettings,
};

const browserSettings = {...baseSettings,
entryPoints: ["src/qcobjects.ts"], // Your entry file
entryPoints: ["src/QCObjects.ts"], // Your entry file
bundle: true,
outdir: "public/browser", // Output dir
format: "iife", // or "esm" depending on your module system
Expand Down
File renamed without changes.
37 changes: 0 additions & 37 deletions build/index.cjs

This file was deleted.

2 changes: 1 addition & 1 deletion build/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ var __importStar = (this && this.__importStar) || (function () {
};
})();
Object.defineProperty(exports, "__esModule", { value: true });
const QCObjects = __importStar(require("./qcobjects"));
const QCObjects = __importStar(require("./QCObjects"));
exports.default = QCObjects;
2 changes: 0 additions & 2 deletions build/index.mjs

This file was deleted.

26 changes: 13 additions & 13 deletions public/browser/qcobjects.js → public/browser/QCObjects.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions public/cjs/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5023,9 +5023,9 @@ var require_MainProcess = __commonJS({
}
});

// src/qcobjects.ts
var qcobjects_exports = {};
__export(qcobjects_exports, {
// src/QCObjects.ts
var QCObjects_exports = {};
__export(QCObjects_exports, {
ArrayCollection: () => ArrayCollection,
ArrayList: () => ArrayList,
AssignPolyfill: () => assign_exports,
Expand Down Expand Up @@ -5146,7 +5146,7 @@ if (typeof Object.assign !== "function") {
});
}

// src/qcobjects.ts
// src/QCObjects.ts
init_top();
var qcobjects = __toESM(require_MainProcess());
init_top();
Expand Down Expand Up @@ -5395,7 +5395,7 @@ Package("com.qcobjects.api", [
BackendMicroservice
]);

// src/qcobjects.ts
// src/QCObjects.ts
init_Component();
init_Crypt();

Expand Down Expand Up @@ -5610,7 +5610,7 @@ var SourceCSS = class extends InheritClass {
};
Package("com.qcobjects", [SourceCSS]);

// src/qcobjects.ts
// src/QCObjects.ts
init_globalSettings();

// src/WidgetsFactory.ts
Expand Down Expand Up @@ -6159,7 +6159,7 @@ _protected_code_(RegisterWidgets);
Export(RegisterWidget);
Export(RegisterWidgets);

// src/qcobjects.ts
// src/QCObjects.ts
init_CONFIG();

// src/Controller.ts
Expand Down Expand Up @@ -6261,7 +6261,7 @@ Package("com.qcobjects.views", [
View
]);

// src/qcobjects.ts
// src/QCObjects.ts
init_Service();

// src/VO.ts
Expand Down Expand Up @@ -6429,7 +6429,7 @@ Package("com.qcobjects.timing", [
Timer
]);

// src/qcobjects.ts
// src/QCObjects.ts
init_tag_filter();
init_range();
init_ArrayCollection();
Expand Down Expand Up @@ -6569,7 +6569,7 @@ Package("com.qcobjects.tools.essentials", [
Toggle
]);

// src/qcobjects.ts
// src/QCObjects.ts
init_findPackageNodePath();

// src/DocumentLayout.ts
Expand All @@ -6590,12 +6590,12 @@ var getDocumentLayout = /* @__PURE__ */ __name(function() {
].filter((e) => e !== null).pop();
}, "getDocumentLayout");

// src/qcobjects.ts
// src/QCObjects.ts
init_mathFunctions();
init_top();
init_make_global();
init_top();

// src/index.cts
module.exports = qcobjects_exports;
module.exports = QCObjects_exports;
//# sourceMappingURL=index.cjs.map
4 changes: 2 additions & 2 deletions public/cjs/index.cjs.map

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions public/esm/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5028,9 +5028,9 @@ var require_MainProcess = __commonJS({
}
});

// src/qcobjects.ts
var qcobjects_exports = {};
__export(qcobjects_exports, {
// src/QCObjects.ts
var QCObjects_exports = {};
__export(QCObjects_exports, {
ArrayCollection: () => ArrayCollection,
ArrayList: () => ArrayList,
AssignPolyfill: () => assign_exports,
Expand Down Expand Up @@ -5151,7 +5151,7 @@ if (typeof Object.assign !== "function") {
});
}

// src/qcobjects.ts
// src/QCObjects.ts
init_top();
var qcobjects = __toESM(require_MainProcess());
init_top();
Expand Down Expand Up @@ -5400,7 +5400,7 @@ Package("com.qcobjects.api", [
BackendMicroservice
]);

// src/qcobjects.ts
// src/QCObjects.ts
init_Component();
init_Crypt();

Expand Down Expand Up @@ -5615,7 +5615,7 @@ var SourceCSS = class extends InheritClass {
};
Package("com.qcobjects", [SourceCSS]);

// src/qcobjects.ts
// src/QCObjects.ts
init_globalSettings();

// src/WidgetsFactory.ts
Expand Down Expand Up @@ -6164,7 +6164,7 @@ _protected_code_(RegisterWidgets);
Export(RegisterWidget);
Export(RegisterWidgets);

// src/qcobjects.ts
// src/QCObjects.ts
init_CONFIG();

// src/Controller.ts
Expand Down Expand Up @@ -6266,7 +6266,7 @@ Package("com.qcobjects.views", [
View
]);

// src/qcobjects.ts
// src/QCObjects.ts
init_Service();

// src/VO.ts
Expand Down Expand Up @@ -6434,7 +6434,7 @@ Package("com.qcobjects.timing", [
Timer
]);

// src/qcobjects.ts
// src/QCObjects.ts
init_tag_filter();
init_range();
init_ArrayCollection();
Expand Down Expand Up @@ -6574,7 +6574,7 @@ Package("com.qcobjects.tools.essentials", [
Toggle
]);

// src/qcobjects.ts
// src/QCObjects.ts
init_findPackageNodePath();

// src/DocumentLayout.ts
Expand All @@ -6595,14 +6595,14 @@ var getDocumentLayout = /* @__PURE__ */ __name(function() {
].filter((e) => e !== null).pop();
}, "getDocumentLayout");

// src/qcobjects.ts
// src/QCObjects.ts
init_mathFunctions();
init_top();
init_make_global();
init_top();

// src/index.mts
var index_default = qcobjects_exports;
var index_default = QCObjects_exports;
export {
index_default as default
};
Expand Down
4 changes: 2 additions & 2 deletions public/esm/index.mjs.map

Large diffs are not rendered by default.

Loading

0 comments on commit 6d47949

Please sign in to comment.