@rnacanvas/app-object 9.31.4 → 10.0.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rnacanvas/app-object",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "10.0.0",
|
|
4
4
|
"description": "The RNAcanvas app object",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@rnacanvas/forms.open": "^1.1.0",
|
|
45
45
|
"@rnacanvas/scrollbars": "^1.1.0",
|
|
46
46
|
"@rnacanvas/toolbar": "^16.0.0",
|
|
47
|
-
"@rnacanvas/utilities": "^
|
|
47
|
+
"@rnacanvas/utilities": "^5.0.0",
|
|
48
48
|
"jquery": "^3.7.1"
|
|
49
49
|
}
|
|
50
50
|
}
|
package/dist/CtrlASelector.d.ts
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
interface App {
|
|
2
|
-
/**
|
|
3
|
-
* The actual DOM node corresponding to the app.
|
|
4
|
-
*
|
|
5
|
-
* Contains all of the elements of the app.
|
|
6
|
-
*/
|
|
7
|
-
domNode: Node;
|
|
8
|
-
selectAll: () => void;
|
|
9
|
-
}
|
|
10
|
-
/**
|
|
11
|
-
* Selects all when the user presses `Ctrl-A` (or `Cmd-A` on Mac)
|
|
12
|
-
* when the target app has focus and the user is not currently typing.
|
|
13
|
-
*/
|
|
14
|
-
export declare class CtrlASelector {
|
|
15
|
-
#private;
|
|
16
|
-
private targetApp;
|
|
17
|
-
constructor(targetApp: App);
|
|
18
|
-
}
|
|
19
|
-
export {};
|
|
20
|
-
//# sourceMappingURL=CtrlASelector.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CtrlASelector.d.ts","sourceRoot":"","sources":["../src/CtrlASelector.ts"],"names":[],"mappings":"AAEA,UAAU,GAAG;IACX;;;;OAIG;IACH,OAAO,EAAE,IAAI,CAAC;IAEd,SAAS,EAAE,MAAM,IAAI,CAAC;CACvB;AAED;;;GAGG;AACH,qBAAa,aAAa;;IAMZ,OAAO,CAAC,SAAS;gBAAT,SAAS,EAAE,GAAG;CAiBnC"}
|