@camstack/addon-static-turn 1.0.6 → 1.1.0
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.
|
@@ -4628,7 +4628,7 @@ function _instanceof(cls, params = {}) {
|
|
|
4628
4628
|
return inst;
|
|
4629
4629
|
}
|
|
4630
4630
|
//#endregion
|
|
4631
|
-
//#region ../types/dist/sleep-
|
|
4631
|
+
//#region ../types/dist/sleep-B1dKJAMJ.mjs
|
|
4632
4632
|
var EventCategory = /* @__PURE__ */ function(EventCategory) {
|
|
4633
4633
|
EventCategory["SystemBoot"] = "system.boot";
|
|
4634
4634
|
EventCategory["SystemAddonsReady"] = "system.addons-ready";
|
|
@@ -5602,7 +5602,7 @@ var BaseAddon = class {
|
|
|
5602
5602
|
deviceSettingsSchema() {
|
|
5603
5603
|
return null;
|
|
5604
5604
|
}
|
|
5605
|
-
async getGlobalSettings(overlay, cap) {
|
|
5605
|
+
async getGlobalSettings(overlay, cap, _nodeId) {
|
|
5606
5606
|
const schema = this.globalSettingsSchema(cap);
|
|
5607
5607
|
if (!schema) return { sections: [] };
|
|
5608
5608
|
const raw = await this._ctx?.settings?.readAddonStore() ?? {};
|
|
@@ -5611,7 +5611,7 @@ var BaseAddon = class {
|
|
|
5611
5611
|
...overlay
|
|
5612
5612
|
} : raw);
|
|
5613
5613
|
}
|
|
5614
|
-
async updateGlobalSettings(patch) {
|
|
5614
|
+
async updateGlobalSettings(patch, _nodeId) {
|
|
5615
5615
|
await this._ctx?.settings?.writeAddonStore(patch);
|
|
5616
5616
|
await this.resolveConfig();
|
|
5617
5617
|
await this.onConfigChanged();
|
|
@@ -4627,7 +4627,7 @@ function _instanceof(cls, params = {}) {
|
|
|
4627
4627
|
return inst;
|
|
4628
4628
|
}
|
|
4629
4629
|
//#endregion
|
|
4630
|
-
//#region ../types/dist/sleep-
|
|
4630
|
+
//#region ../types/dist/sleep-B1dKJAMJ.mjs
|
|
4631
4631
|
var EventCategory = /* @__PURE__ */ function(EventCategory) {
|
|
4632
4632
|
EventCategory["SystemBoot"] = "system.boot";
|
|
4633
4633
|
EventCategory["SystemAddonsReady"] = "system.addons-ready";
|
|
@@ -5601,7 +5601,7 @@ var BaseAddon = class {
|
|
|
5601
5601
|
deviceSettingsSchema() {
|
|
5602
5602
|
return null;
|
|
5603
5603
|
}
|
|
5604
|
-
async getGlobalSettings(overlay, cap) {
|
|
5604
|
+
async getGlobalSettings(overlay, cap, _nodeId) {
|
|
5605
5605
|
const schema = this.globalSettingsSchema(cap);
|
|
5606
5606
|
if (!schema) return { sections: [] };
|
|
5607
5607
|
const raw = await this._ctx?.settings?.readAddonStore() ?? {};
|
|
@@ -5610,7 +5610,7 @@ var BaseAddon = class {
|
|
|
5610
5610
|
...overlay
|
|
5611
5611
|
} : raw);
|
|
5612
5612
|
}
|
|
5613
|
-
async updateGlobalSettings(patch) {
|
|
5613
|
+
async updateGlobalSettings(patch, _nodeId) {
|
|
5614
5614
|
await this._ctx?.settings?.writeAddonStore(patch);
|
|
5615
5615
|
await this.resolveConfig();
|
|
5616
5616
|
await this.onConfigChanged();
|