@rnacanvas/start-page 1.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/_config.yml ADDED
@@ -0,0 +1 @@
1
+ theme: jekyll-theme-minimal
@@ -0,0 +1,6 @@
1
+ module.exports = {
2
+ presets: [
3
+ ['@babel/preset-env', { targets: { node: 'current' } }],
4
+ '@babel/preset-typescript',
5
+ ],
6
+ };
package/dist/App.d.ts ADDED
@@ -0,0 +1,22 @@
1
+ import type { Form } from './Form';
2
+ /**
3
+ * The app interface used by the Start page.
4
+ */
5
+ export interface App {
6
+ readonly forms: {
7
+ /**
8
+ * The New form.
9
+ */
10
+ 'new': Form;
11
+ /**
12
+ * The Open form.
13
+ */
14
+ 'open': Form;
15
+ /**
16
+ * The About form.
17
+ */
18
+ 'about': Form;
19
+ };
20
+ openForm(form: Form): void;
21
+ }
22
+ //# sourceMappingURL=App.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"App.d.ts","sourceRoot":"","sources":["../src/App.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAEnC;;GAEG;AACH,MAAM,WAAW,GAAG;IAClB,QAAQ,CAAC,KAAK,EAAE;QACd;;WAEG;QACH,KAAK,EAAE,IAAI,CAAC;QAEZ;;WAEG;QACH,MAAM,EAAE,IAAI,CAAC;QAEb;;WAEG;QACH,OAAO,EAAE,IAAI,CAAC;KACf,CAAA;IAED,QAAQ,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;CAC5B"}
@@ -0,0 +1,7 @@
1
+ import type { App } from './App';
2
+ export declare class CitationsRequest {
3
+ #private;
4
+ readonly domNode: HTMLParagraphElement;
5
+ constructor(targetApp: App);
6
+ }
7
+ //# sourceMappingURL=CitationsRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CitationsRequest.d.ts","sourceRoot":"","sources":["../src/CitationsRequest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAIjC,qBAAa,gBAAgB;;IAG3B,QAAQ,CAAC,OAAO,uBAA+B;gBAInC,SAAS,EAAE,GAAG;CAW3B"}
@@ -0,0 +1,5 @@
1
+ export declare class Description {
2
+ readonly domNode: HTMLParagraphElement;
3
+ constructor();
4
+ }
5
+ //# sourceMappingURL=Description.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Description.d.ts","sourceRoot":"","sources":["../src/Description.ts"],"names":[],"mappings":"AAEA,qBAAa,WAAW;IACtB,QAAQ,CAAC,OAAO,uBAA+B;;CAOhD"}
@@ -0,0 +1,6 @@
1
+ export declare class DrawingsSlideshow {
2
+ #private;
3
+ readonly domNode: HTMLDivElement;
4
+ constructor();
5
+ }
6
+ //# sourceMappingURL=DrawingsSlideshow.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DrawingsSlideshow.d.ts","sourceRoot":"","sources":["../src/DrawingsSlideshow.ts"],"names":[],"mappings":"AAWA,qBAAa,iBAAiB;;IAC5B,QAAQ,CAAC,OAAO,iBAAiC;;CAsElD"}
package/dist/Form.d.ts ADDED
@@ -0,0 +1,14 @@
1
+ /**
2
+ * The form interface used by the Start page.
3
+ */
4
+ export interface Form {
5
+ /**
6
+ * The DOM node corresponding to the form.
7
+ */
8
+ readonly domNode: HTMLElement;
9
+ /**
10
+ * Undoes any dragging done to the form.
11
+ */
12
+ readonly reposition?: () => void;
13
+ }
14
+ //# sourceMappingURL=Form.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Form.d.ts","sourceRoot":"","sources":["../src/Form.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,IAAI;IACnB;;OAEG;IACH,QAAQ,CAAC,OAAO,EAAE,WAAW,CAAC;IAE9B;;OAEG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;CAClC"}
@@ -0,0 +1,6 @@
1
+ export declare class LearnMoreLinks {
2
+ #private;
3
+ readonly domNode: HTMLParagraphElement;
4
+ constructor();
5
+ }
6
+ //# sourceMappingURL=LearnMoreLinks.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LearnMoreLinks.d.ts","sourceRoot":"","sources":["../src/LearnMoreLinks.ts"],"names":[],"mappings":"AAEA,qBAAa,cAAc;;IACzB,QAAQ,CAAC,OAAO,uBAA+B;;CAehD"}
@@ -0,0 +1,7 @@
1
+ import type { App } from './App';
2
+ export declare class NewAndOpenButtons {
3
+ #private;
4
+ readonly domNode: HTMLDivElement;
5
+ constructor(targetApp: App);
6
+ }
7
+ //# sourceMappingURL=NewAndOpenButtons.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NewAndOpenButtons.d.ts","sourceRoot":"","sources":["../src/NewAndOpenButtons.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAIjC,qBAAa,iBAAiB;;IAG5B,QAAQ,CAAC,OAAO,iBAAiC;gBAMrC,SAAS,EAAE,GAAG;CAc3B"}
@@ -0,0 +1,7 @@
1
+ import type { App } from './App';
2
+ export declare class StartPage {
3
+ #private;
4
+ readonly domNode: HTMLDivElement;
5
+ constructor(targetApp: App);
6
+ }
7
+ //# sourceMappingURL=StartPage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StartPage.d.ts","sourceRoot":"","sources":["../src/StartPage.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAgBjC,qBAAa,SAAS;;IAGpB,QAAQ,CAAC,OAAO,iBAAiC;gBAqBrC,SAAS,EAAE,GAAG;CA2B3B"}
@@ -0,0 +1,6 @@
1
+ export declare class Title {
2
+ #private;
3
+ readonly domNode: HTMLDivElement;
4
+ constructor();
5
+ }
6
+ //# sourceMappingURL=Title.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Title.d.ts","sourceRoot":"","sources":["../src/Title.ts"],"names":[],"mappings":"AAEA,qBAAa,KAAK;;IAChB,QAAQ,CAAC,OAAO,iBAAiC;;CAmBlD"}
@@ -0,0 +1,3 @@
1
+ import { StartPage } from './StartPage';
2
+ export { StartPage };
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,SAAS,EAAE,CAAC"}