@fileverse-dev/fortune-react 1.0.8 → 1.0.9
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/es/components/Workbook/api.d.ts +1 -0
- package/es/components/Workbook/api.js +3 -0
- package/es/components/Workbook/index.d.ts +1 -0
- package/lib/components/Workbook/api.d.ts +1 -0
- package/lib/components/Workbook/api.js +3 -0
- package/lib/components/Workbook/index.d.ts +1 -0
- package/package.json +2 -2
|
@@ -390,6 +390,9 @@ export function generateAPIs(context, setContext, handleUndo, handleRedo, settin
|
|
|
390
390
|
},
|
|
391
391
|
getWorkbookContext: function getWorkbookContext() {
|
|
392
392
|
return context;
|
|
393
|
+
},
|
|
394
|
+
getSettings: function getSettings() {
|
|
395
|
+
return settings;
|
|
393
396
|
}
|
|
394
397
|
};
|
|
395
398
|
}
|
|
@@ -397,6 +397,9 @@ function generateAPIs(context, setContext, handleUndo, handleRedo, settings, cel
|
|
|
397
397
|
},
|
|
398
398
|
getWorkbookContext: function getWorkbookContext() {
|
|
399
399
|
return context;
|
|
400
|
+
},
|
|
401
|
+
getSettings: function getSettings() {
|
|
402
|
+
return settings;
|
|
400
403
|
}
|
|
401
404
|
};
|
|
402
405
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fileverse-dev/fortune-react",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"types": "lib/index.d.ts",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"tsc": "tsc"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@fileverse-dev/fortune-core": "1.0.
|
|
19
|
+
"@fileverse-dev/fortune-core": "1.0.9",
|
|
20
20
|
"@fileverse/ui": "^4.1.7-patch-16",
|
|
21
21
|
"@tippyjs/react": "^4.2.6",
|
|
22
22
|
"@types/regenerator-runtime": "^0.13.6",
|