@fileverse-dev/dsheet 2.0.22-memory-1 → 2.0.22-memory-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/constants-CnhOvijG.js +140 -0
- package/dist/constants.d.ts +1 -0
- package/dist/constants.js +5 -0
- package/dist/crypto-constants-CqpCRs86.js +1154 -0
- package/dist/executeStringFunction-B7e101zc.js +27116 -0
- package/dist/formula.d.ts +3 -0
- package/dist/formula.js +7 -0
- package/dist/index.es.js +21075 -49232
- package/package.json +15 -1
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
import { E as e, S as t } from "./crypto-constants-CqpCRs86.js";
|
|
2
|
+
const o = e, a = t, l = [
|
|
3
|
+
{
|
|
4
|
+
id: "0",
|
|
5
|
+
name: "Sheet1",
|
|
6
|
+
celldata: [],
|
|
7
|
+
config: {},
|
|
8
|
+
order: 0,
|
|
9
|
+
row: 500,
|
|
10
|
+
column: 26
|
|
11
|
+
}
|
|
12
|
+
], c = [
|
|
13
|
+
"undo",
|
|
14
|
+
"redo",
|
|
15
|
+
"format-painter",
|
|
16
|
+
"|",
|
|
17
|
+
"font",
|
|
18
|
+
"|",
|
|
19
|
+
"font-size",
|
|
20
|
+
"|",
|
|
21
|
+
"bold",
|
|
22
|
+
"italic",
|
|
23
|
+
"strike-through",
|
|
24
|
+
"|",
|
|
25
|
+
"font-color",
|
|
26
|
+
"background",
|
|
27
|
+
"|",
|
|
28
|
+
"border",
|
|
29
|
+
"merge-cell",
|
|
30
|
+
"|",
|
|
31
|
+
"horizontal-align",
|
|
32
|
+
"text-wrap",
|
|
33
|
+
"vertical-align",
|
|
34
|
+
"|",
|
|
35
|
+
"currency",
|
|
36
|
+
"percentage-format",
|
|
37
|
+
"number-decrease",
|
|
38
|
+
"number-increase",
|
|
39
|
+
"format",
|
|
40
|
+
"|",
|
|
41
|
+
"filter",
|
|
42
|
+
"sort",
|
|
43
|
+
"|",
|
|
44
|
+
"link",
|
|
45
|
+
"comment",
|
|
46
|
+
"image",
|
|
47
|
+
"quick-formula",
|
|
48
|
+
"dataVerification",
|
|
49
|
+
"search"
|
|
50
|
+
], n = [
|
|
51
|
+
"cut",
|
|
52
|
+
"copy",
|
|
53
|
+
"paste",
|
|
54
|
+
"|",
|
|
55
|
+
"insert-row",
|
|
56
|
+
"insert-row-above",
|
|
57
|
+
"insert-column",
|
|
58
|
+
"insert-column-right",
|
|
59
|
+
"insert-cells",
|
|
60
|
+
"|",
|
|
61
|
+
"cell-delete-row",
|
|
62
|
+
"cell-delete-column",
|
|
63
|
+
"delete-cells",
|
|
64
|
+
"clear",
|
|
65
|
+
// "delete-cell",
|
|
66
|
+
// "hide-row",
|
|
67
|
+
// "hide-column",
|
|
68
|
+
// "set-row-height",
|
|
69
|
+
// "set-column-width",
|
|
70
|
+
"|",
|
|
71
|
+
"conditionFormat",
|
|
72
|
+
"filter",
|
|
73
|
+
"searchReplace",
|
|
74
|
+
"dataVerification",
|
|
75
|
+
"ascSort",
|
|
76
|
+
"desSort",
|
|
77
|
+
"|",
|
|
78
|
+
"chart",
|
|
79
|
+
// 'image',
|
|
80
|
+
"link",
|
|
81
|
+
"data",
|
|
82
|
+
"cell-format",
|
|
83
|
+
"comment",
|
|
84
|
+
"freeze-row",
|
|
85
|
+
"|",
|
|
86
|
+
"clear-format"
|
|
87
|
+
], i = [
|
|
88
|
+
"cut",
|
|
89
|
+
"copy",
|
|
90
|
+
"paste",
|
|
91
|
+
"|",
|
|
92
|
+
"insert-row",
|
|
93
|
+
"insert-row-above",
|
|
94
|
+
"insert-column",
|
|
95
|
+
"insert-column-right",
|
|
96
|
+
"|",
|
|
97
|
+
"delete-row",
|
|
98
|
+
"delete-column",
|
|
99
|
+
"clear",
|
|
100
|
+
// "delete-cell",
|
|
101
|
+
"hide-row",
|
|
102
|
+
"hide-column",
|
|
103
|
+
"set-row-height",
|
|
104
|
+
"set-column-width",
|
|
105
|
+
"|",
|
|
106
|
+
"conditionFormat",
|
|
107
|
+
"filter",
|
|
108
|
+
// 'searchReplace',
|
|
109
|
+
"dataVerification",
|
|
110
|
+
"ascSort",
|
|
111
|
+
"desSort",
|
|
112
|
+
"|",
|
|
113
|
+
// 'chart',
|
|
114
|
+
// 'image',
|
|
115
|
+
// 'link',
|
|
116
|
+
"data",
|
|
117
|
+
"cell-format",
|
|
118
|
+
// 'comment',
|
|
119
|
+
"split-text",
|
|
120
|
+
"freeze-row",
|
|
121
|
+
"freeze-column",
|
|
122
|
+
"|",
|
|
123
|
+
"clear-format"
|
|
124
|
+
], s = {
|
|
125
|
+
height: null,
|
|
126
|
+
isShow: !1,
|
|
127
|
+
left: null,
|
|
128
|
+
top: null,
|
|
129
|
+
value: "",
|
|
130
|
+
width: null
|
|
131
|
+
};
|
|
132
|
+
export {
|
|
133
|
+
s as C,
|
|
134
|
+
l as D,
|
|
135
|
+
o as E,
|
|
136
|
+
i as H,
|
|
137
|
+
a as S,
|
|
138
|
+
c as T,
|
|
139
|
+
n as a
|
|
140
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ERROR_MESSAGES_FLAG, SERVICES_API_KEY, } from './editor/constants/shared-constants';
|