Socket
Socket
Sign inDemoInstall

@desk-framework/frame-test

Package Overview
Dependencies
2
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0-dev.23 to 4.0.0-dev.24

2

dist/style/TestDialog.js

@@ -21,4 +21,4 @@ import { ViewComposite, app, bound, ui, } from "@desk-framework/frame-core";

return;
app.render(this, { mode: "dialog", ...place });
app.render(this, { mode: "modal", ...place });
}
}

@@ -23,6 +23,3 @@ import { app, strf, ui, ViewComposite, } from "@desk-framework/frame-core";

async showAsync(place) {
app.render(this, {
mode: "dialog",
...place,
});
app.render(this, { mode: "modal", ...place });
let confirmed = false;

@@ -29,0 +26,0 @@ let other = false;

@@ -61,7 +61,9 @@ import { app, UICell, UILabel, UISeparator, ViewComposite, } from "@desk-framework/frame-core";

this._resolve?.();
return true;
}
onCloseModal() {
this._resolve?.();
return true;
}
_resolve;
}
{
"name": "@desk-framework/frame-test",
"version": "4.0.0-dev.23",
"version": "4.0.0-dev.24",
"publishConfig": {

@@ -32,3 +32,3 @@ "tag": "next"

"peerDependencies": {
"@desk-framework/frame-core": "4.0.0-dev.23"
"@desk-framework/frame-core": "4.0.0-dev.24"
},

@@ -35,0 +35,0 @@ "devDependencies": {

@@ -35,4 +35,4 @@ import {

if (this.dialogView.isUnlinked()) return;
app.render(this, { mode: "dialog", ...place });
app.render(this, { mode: "modal", ...place });
}
}

@@ -38,6 +38,3 @@ import {

async showAsync(place?: Partial<RenderContext.PlacementOptions>) {
app.render(this, {
mode: "dialog",
...place,
});
app.render(this, { mode: "modal", ...place });
let confirmed = false;

@@ -44,0 +41,0 @@ let other = false;

@@ -75,2 +75,3 @@ import {

this._resolve?.();
return true;
}

@@ -80,4 +81,6 @@

this._resolve?.();
return true;
}
private _resolve?: (key?: string) => void;
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc