@adriansteffan/reactive 0.0.23 → 0.0.26
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/dist/{mod-BdnVCIUb.js → mod-Dqf5zajq.js} +2525 -2473
- package/dist/mod.d.ts +2 -0
- package/dist/reactive.es.js +13 -12
- package/dist/reactive.umd.js +28 -28
- package/dist/style.css +1 -1
- package/dist/{web-CT23TBmf.js → web-6wmUWZwq.js} +1 -1
- package/dist/web-CnAMKrLX.js +12 -0
- package/package.json +2 -2
- package/src/components/enterfullscreen.tsx +2 -2
- package/src/components/exitfullscreen.tsx +2 -2
- package/src/components/experiment.tsx +2 -0
- package/src/components/mobilefilepermission.tsx +70 -0
- package/src/mod.tsx +2 -2
- package/template/README.md +20 -5
- package/template/package.json +1 -0
- package/template/shared.vite.config.js +18 -0
- package/template/tsconfig.json +3 -2
- package/tsconfig.json +1 -0
- package/dist/web-DTNatzmE.js +0 -31
package/dist/mod.d.ts
CHANGED
|
@@ -112,6 +112,8 @@ export declare function Quest({ next, surveyJson, customQuestions }: {
|
|
|
112
112
|
customQuestions?: ComponentsMap;
|
|
113
113
|
}): JSX_2.Element;
|
|
114
114
|
|
|
115
|
+
export declare function RequestFilePermission({ next }: BaseComponentProps): JSX_2.Element;
|
|
116
|
+
|
|
115
117
|
export declare function shuffle(array: any[]): any[];
|
|
116
118
|
|
|
117
119
|
export declare interface Store {
|
package/dist/reactive.es.js
CHANGED
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
import { a
|
|
1
|
+
import { a, c as i, d as r, e as t, M as n, f as l, P as o, Q as P, R as c, T as f, U as m, g as p, h as u, i as x, n as E, s as d } from "./mod-Dqf5zajq.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
a as EnterFullscreen,
|
|
4
|
+
i as ExitFullscreen,
|
|
5
|
+
r as Experiment,
|
|
6
|
+
t as ExperimentProvider,
|
|
7
7
|
n as MicCheck,
|
|
8
8
|
l as PlainInput,
|
|
9
9
|
o as ProlificEnding,
|
|
10
|
-
|
|
10
|
+
P as Quest,
|
|
11
|
+
c as RequestFilePermission,
|
|
11
12
|
f as Text,
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
13
|
+
m as Upload,
|
|
14
|
+
p as getParam,
|
|
15
|
+
u as getPlatform,
|
|
16
|
+
x as isDesktop,
|
|
17
|
+
E as now,
|
|
18
|
+
d as shuffle
|
|
18
19
|
};
|