@fileverse-dev/dsheet 1.2.73-cond-patch-1 → 1.2.73-cond-patch-2
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/index.es.js +4 -4
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -172560,10 +172560,10 @@ function zS(e) {
|
|
|
172560
172560
|
}
|
|
172561
172561
|
var Vkt = function() {
|
|
172562
172562
|
var t = da(Sn), r = t.context, i = t.setContext, n = bf().showDialog, a = Pn(r), s = a.dataVerification, c = a.button, f = Jt(zS(r)), l = f[0], o = f[1], u = Cr(function() {
|
|
172563
|
-
var v;
|
|
172564
|
-
i(function(
|
|
172565
|
-
|
|
172566
|
-
}), (v = document.getElementById("data-verification-button")) === null || v === void 0 || v.click();
|
|
172563
|
+
var v, m;
|
|
172564
|
+
i(function(h) {
|
|
172565
|
+
h.rangeDialog.show = !1, h.rangeDialog.singleSelect = !1;
|
|
172566
|
+
}), (v = document.getElementById("data-verification-button")) === null || v === void 0 || v.click(), (m = document.getElementById("conditional-format-button")) === null || m === void 0 || m.click();
|
|
172567
172567
|
}, [i, n, r]);
|
|
172568
172568
|
return gr(function() {
|
|
172569
172569
|
o(zS(r));
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@fileverse-dev/dsheet",
|
|
3
3
|
"private": false,
|
|
4
4
|
"description": "DSheet",
|
|
5
|
-
"version": "1.2.73-cond-patch-
|
|
5
|
+
"version": "1.2.73-cond-patch-2",
|
|
6
6
|
"main": "dist/index.es.js",
|
|
7
7
|
"module": "dist/index.es.js",
|
|
8
8
|
"exports": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@fileverse-dev/dsheets-templates": "^0.0.29",
|
|
37
37
|
"@fileverse-dev/formulajs": "^4.4.36",
|
|
38
|
-
"@fileverse-dev/fortune-react": "1.2.69",
|
|
38
|
+
"@fileverse-dev/fortune-react": "1.2.69-conditional-1",
|
|
39
39
|
"@fileverse/ui": "^4.1.7-patch-40",
|
|
40
40
|
"classnames": "^2.5.1",
|
|
41
41
|
"exceljs": "^4.4.0",
|