@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/LICENSE +674 -0
- package/__mocks__/fileMock.js +1 -0
- package/__mocks__/styleMock.js +1 -0
- package/_config.yml +1 -0
- package/babel.config.js +6 -0
- package/dist/App.d.ts +22 -0
- package/dist/App.d.ts.map +1 -0
- package/dist/CitationsRequest.d.ts +7 -0
- package/dist/CitationsRequest.d.ts.map +1 -0
- package/dist/Description.d.ts +5 -0
- package/dist/Description.d.ts.map +1 -0
- package/dist/DrawingsSlideshow.d.ts +6 -0
- package/dist/DrawingsSlideshow.d.ts.map +1 -0
- package/dist/Form.d.ts +14 -0
- package/dist/Form.d.ts.map +1 -0
- package/dist/LearnMoreLinks.d.ts +6 -0
- package/dist/LearnMoreLinks.d.ts.map +1 -0
- package/dist/NewAndOpenButtons.d.ts +7 -0
- package/dist/NewAndOpenButtons.d.ts.map +1 -0
- package/dist/StartPage.d.ts +7 -0
- package/dist/StartPage.d.ts.map +1 -0
- package/dist/Title.d.ts +6 -0
- package/dist/Title.d.ts.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +1 -0
- package/jest.config.js +14 -0
- package/package.json +36 -0
- package/tsconfig.json +14 -0
- package/webpack.config.js +47 -0
package/_config.yml
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
theme: jekyll-theme-minimal
|
package/babel.config.js
ADDED
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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"}
|
package/dist/Title.d.ts
ADDED
|
@@ -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"}
|
package/dist/index.d.ts
ADDED
|
@@ -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"}
|