@univerjs/sheets-formula 0.2.11 → 0.2.13
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/lib/cjs/index.js +4 -4
- package/lib/es/index.js +576 -436
- package/lib/locale/en-US.json +208 -193
- package/lib/locale/ru-RU.json +208 -193
- package/lib/locale/vi-VN.json +539 -44
- package/lib/locale/zh-CN.json +216 -201
- package/lib/locale/zh-TW.json +222 -207
- package/lib/types/commands/operations/__tests__/create-command-test-bed.d.ts +6 -6
- package/lib/types/common/plugin-name.d.ts +1 -1
- package/lib/types/controllers/__tests__/create-command-test-bed.d.ts +1 -1
- package/lib/types/controllers/config.schema.d.ts +32 -0
- package/lib/types/controllers/formula-ui.controller.d.ts +4 -13
- package/lib/types/controllers/menu.schema.d.ts +2 -0
- package/lib/types/controllers/prompt.controller.d.ts +7 -6
- package/lib/types/controllers/utils/ref-range-formula.d.ts +6 -0
- package/lib/types/formula-ui-plugin.d.ts +8 -5
- package/lib/types/locale/en-US.d.ts +106 -91
- package/lib/types/locale/function-list/information/en-US.d.ts +3 -20
- package/lib/types/locale/function-list/information/ja-JP.d.ts +3 -20
- package/lib/types/locale/function-list/information/vi-VN.d.ts +37 -0
- package/lib/types/locale/function-list/information/zh-CN.d.ts +3 -20
- package/lib/types/locale/function-list/information/zh-TW.d.ts +3 -20
- package/lib/types/locale/function-list/logical/en-US.d.ts +22 -10
- package/lib/types/locale/function-list/logical/ja-JP.d.ts +22 -10
- package/lib/types/locale/function-list/logical/vi-VN.d.ts +22 -10
- package/lib/types/locale/function-list/logical/zh-CN.d.ts +22 -10
- package/lib/types/locale/function-list/logical/zh-TW.d.ts +22 -10
- package/lib/types/locale/function-list/lookup/en-US.d.ts +46 -14
- package/lib/types/locale/function-list/lookup/ja-JP.d.ts +46 -14
- package/lib/types/locale/function-list/lookup/vi-VN.d.ts +126 -4
- package/lib/types/locale/function-list/lookup/zh-CN.d.ts +46 -14
- package/lib/types/locale/function-list/lookup/zh-TW.d.ts +46 -14
- package/lib/types/locale/function-list/math/en-US.d.ts +35 -47
- package/lib/types/locale/function-list/math/ja-JP.d.ts +35 -47
- package/lib/types/locale/function-list/math/vi-VN.d.ts +276 -0
- package/lib/types/locale/function-list/math/zh-CN.d.ts +35 -47
- package/lib/types/locale/function-list/math/zh-TW.d.ts +35 -47
- package/lib/types/locale/ru-RU.d.ts +106 -91
- package/lib/types/locale/vi-VN.d.ts +461 -14
- package/lib/types/locale/zh-CN.d.ts +106 -91
- package/lib/types/locale/zh-TW.d.ts +106 -91
- package/lib/types/services/description.service.d.ts +4 -4
- package/lib/types/services/prompt.service.d.ts +1 -1
- package/lib/types/services/register-function.service.d.ts +1 -1
- package/lib/types/services/remote/remote-register-function.service.d.ts +1 -1
- package/lib/types/views/more-functions/interface.d.ts +1 -1
- package/lib/umd/index.js +4 -4
- package/package.json +27 -25
|
@@ -128,11 +128,7 @@ declare const _default: {
|
|
|
128
128
|
url: string;
|
|
129
129
|
}[];
|
|
130
130
|
functionParameter: {
|
|
131
|
-
|
|
132
|
-
name: string;
|
|
133
|
-
detail: string;
|
|
134
|
-
};
|
|
135
|
-
number2: {
|
|
131
|
+
reference: {
|
|
136
132
|
name: string;
|
|
137
133
|
detail: string;
|
|
138
134
|
};
|
|
@@ -262,11 +258,7 @@ declare const _default: {
|
|
|
262
258
|
url: string;
|
|
263
259
|
}[];
|
|
264
260
|
functionParameter: {
|
|
265
|
-
|
|
266
|
-
name: string;
|
|
267
|
-
detail: string;
|
|
268
|
-
};
|
|
269
|
-
number2: {
|
|
261
|
+
value: {
|
|
270
262
|
name: string;
|
|
271
263
|
detail: string;
|
|
272
264
|
};
|
|
@@ -279,16 +271,7 @@ declare const _default: {
|
|
|
279
271
|
title: string;
|
|
280
272
|
url: string;
|
|
281
273
|
}[];
|
|
282
|
-
functionParameter: {
|
|
283
|
-
number1: {
|
|
284
|
-
name: string;
|
|
285
|
-
detail: string;
|
|
286
|
-
};
|
|
287
|
-
number2: {
|
|
288
|
-
name: string;
|
|
289
|
-
detail: string;
|
|
290
|
-
};
|
|
291
|
-
};
|
|
274
|
+
functionParameter: {};
|
|
292
275
|
};
|
|
293
276
|
SHEET: {
|
|
294
277
|
description: string;
|
|
@@ -128,11 +128,7 @@ declare const _default: {
|
|
|
128
128
|
url: string;
|
|
129
129
|
}[];
|
|
130
130
|
functionParameter: {
|
|
131
|
-
|
|
132
|
-
name: string;
|
|
133
|
-
detail: string;
|
|
134
|
-
};
|
|
135
|
-
number2: {
|
|
131
|
+
reference: {
|
|
136
132
|
name: string;
|
|
137
133
|
detail: string;
|
|
138
134
|
};
|
|
@@ -262,11 +258,7 @@ declare const _default: {
|
|
|
262
258
|
url: string;
|
|
263
259
|
}[];
|
|
264
260
|
functionParameter: {
|
|
265
|
-
|
|
266
|
-
name: string;
|
|
267
|
-
detail: string;
|
|
268
|
-
};
|
|
269
|
-
number2: {
|
|
261
|
+
value: {
|
|
270
262
|
name: string;
|
|
271
263
|
detail: string;
|
|
272
264
|
};
|
|
@@ -279,16 +271,7 @@ declare const _default: {
|
|
|
279
271
|
title: string;
|
|
280
272
|
url: string;
|
|
281
273
|
}[];
|
|
282
|
-
functionParameter: {
|
|
283
|
-
number1: {
|
|
284
|
-
name: string;
|
|
285
|
-
detail: string;
|
|
286
|
-
};
|
|
287
|
-
number2: {
|
|
288
|
-
name: string;
|
|
289
|
-
detail: string;
|
|
290
|
-
};
|
|
291
|
-
};
|
|
274
|
+
functionParameter: {};
|
|
292
275
|
};
|
|
293
276
|
SHEET: {
|
|
294
277
|
description: string;
|
|
@@ -102,6 +102,20 @@ declare const _default: {
|
|
|
102
102
|
};
|
|
103
103
|
};
|
|
104
104
|
};
|
|
105
|
+
ISFORMULA: {
|
|
106
|
+
description: string;
|
|
107
|
+
abstract: string;
|
|
108
|
+
links: {
|
|
109
|
+
title: string;
|
|
110
|
+
url: string;
|
|
111
|
+
}[];
|
|
112
|
+
functionParameter: {
|
|
113
|
+
reference: {
|
|
114
|
+
name: string;
|
|
115
|
+
detail: string;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
118
|
+
};
|
|
105
119
|
ISLOGICAL: {
|
|
106
120
|
description: string;
|
|
107
121
|
abstract: string;
|
|
@@ -200,6 +214,29 @@ declare const _default: {
|
|
|
200
214
|
};
|
|
201
215
|
};
|
|
202
216
|
};
|
|
217
|
+
N: {
|
|
218
|
+
description: string;
|
|
219
|
+
abstract: string;
|
|
220
|
+
links: {
|
|
221
|
+
title: string;
|
|
222
|
+
url: string;
|
|
223
|
+
}[];
|
|
224
|
+
functionParameter: {
|
|
225
|
+
value: {
|
|
226
|
+
name: string;
|
|
227
|
+
detail: string;
|
|
228
|
+
};
|
|
229
|
+
};
|
|
230
|
+
};
|
|
231
|
+
NA: {
|
|
232
|
+
description: string;
|
|
233
|
+
abstract: string;
|
|
234
|
+
links: {
|
|
235
|
+
title: string;
|
|
236
|
+
url: string;
|
|
237
|
+
}[];
|
|
238
|
+
functionParameter: {};
|
|
239
|
+
};
|
|
203
240
|
TYPE: {
|
|
204
241
|
description: string;
|
|
205
242
|
abstract: string;
|
|
@@ -128,11 +128,7 @@ declare const _default: {
|
|
|
128
128
|
url: string;
|
|
129
129
|
}[];
|
|
130
130
|
functionParameter: {
|
|
131
|
-
|
|
132
|
-
name: string;
|
|
133
|
-
detail: string;
|
|
134
|
-
};
|
|
135
|
-
number2: {
|
|
131
|
+
reference: {
|
|
136
132
|
name: string;
|
|
137
133
|
detail: string;
|
|
138
134
|
};
|
|
@@ -262,11 +258,7 @@ declare const _default: {
|
|
|
262
258
|
url: string;
|
|
263
259
|
}[];
|
|
264
260
|
functionParameter: {
|
|
265
|
-
|
|
266
|
-
name: string;
|
|
267
|
-
detail: string;
|
|
268
|
-
};
|
|
269
|
-
number2: {
|
|
261
|
+
value: {
|
|
270
262
|
name: string;
|
|
271
263
|
detail: string;
|
|
272
264
|
};
|
|
@@ -279,16 +271,7 @@ declare const _default: {
|
|
|
279
271
|
title: string;
|
|
280
272
|
url: string;
|
|
281
273
|
}[];
|
|
282
|
-
functionParameter: {
|
|
283
|
-
number1: {
|
|
284
|
-
name: string;
|
|
285
|
-
detail: string;
|
|
286
|
-
};
|
|
287
|
-
number2: {
|
|
288
|
-
name: string;
|
|
289
|
-
detail: string;
|
|
290
|
-
};
|
|
291
|
-
};
|
|
274
|
+
functionParameter: {};
|
|
292
275
|
};
|
|
293
276
|
SHEET: {
|
|
294
277
|
description: string;
|
|
@@ -128,11 +128,7 @@ declare const _default: {
|
|
|
128
128
|
url: string;
|
|
129
129
|
}[];
|
|
130
130
|
functionParameter: {
|
|
131
|
-
|
|
132
|
-
name: string;
|
|
133
|
-
detail: string;
|
|
134
|
-
};
|
|
135
|
-
number2: {
|
|
131
|
+
reference: {
|
|
136
132
|
name: string;
|
|
137
133
|
detail: string;
|
|
138
134
|
};
|
|
@@ -262,11 +258,7 @@ declare const _default: {
|
|
|
262
258
|
url: string;
|
|
263
259
|
}[];
|
|
264
260
|
functionParameter: {
|
|
265
|
-
|
|
266
|
-
name: string;
|
|
267
|
-
detail: string;
|
|
268
|
-
};
|
|
269
|
-
number2: {
|
|
261
|
+
value: {
|
|
270
262
|
name: string;
|
|
271
263
|
detail: string;
|
|
272
264
|
};
|
|
@@ -279,16 +271,7 @@ declare const _default: {
|
|
|
279
271
|
title: string;
|
|
280
272
|
url: string;
|
|
281
273
|
}[];
|
|
282
|
-
functionParameter: {
|
|
283
|
-
number1: {
|
|
284
|
-
name: string;
|
|
285
|
-
detail: string;
|
|
286
|
-
};
|
|
287
|
-
number2: {
|
|
288
|
-
name: string;
|
|
289
|
-
detail: string;
|
|
290
|
-
};
|
|
291
|
-
};
|
|
274
|
+
functionParameter: {};
|
|
292
275
|
};
|
|
293
276
|
SHEET: {
|
|
294
277
|
description: string;
|
|
@@ -40,11 +40,11 @@ declare const _default: {
|
|
|
40
40
|
url: string;
|
|
41
41
|
}[];
|
|
42
42
|
functionParameter: {
|
|
43
|
-
|
|
43
|
+
array: {
|
|
44
44
|
name: string;
|
|
45
45
|
detail: string;
|
|
46
46
|
};
|
|
47
|
-
|
|
47
|
+
lambda: {
|
|
48
48
|
name: string;
|
|
49
49
|
detail: string;
|
|
50
50
|
};
|
|
@@ -58,11 +58,11 @@ declare const _default: {
|
|
|
58
58
|
url: string;
|
|
59
59
|
}[];
|
|
60
60
|
functionParameter: {
|
|
61
|
-
|
|
61
|
+
array: {
|
|
62
62
|
name: string;
|
|
63
63
|
detail: string;
|
|
64
64
|
};
|
|
65
|
-
|
|
65
|
+
lambda: {
|
|
66
66
|
name: string;
|
|
67
67
|
detail: string;
|
|
68
68
|
};
|
|
@@ -239,11 +239,15 @@ declare const _default: {
|
|
|
239
239
|
url: string;
|
|
240
240
|
}[];
|
|
241
241
|
functionParameter: {
|
|
242
|
-
|
|
242
|
+
array1: {
|
|
243
243
|
name: string;
|
|
244
244
|
detail: string;
|
|
245
245
|
};
|
|
246
|
-
|
|
246
|
+
array2: {
|
|
247
|
+
name: string;
|
|
248
|
+
detail: string;
|
|
249
|
+
};
|
|
250
|
+
lambda: {
|
|
247
251
|
name: string;
|
|
248
252
|
detail: string;
|
|
249
253
|
};
|
|
@@ -289,11 +293,15 @@ declare const _default: {
|
|
|
289
293
|
url: string;
|
|
290
294
|
}[];
|
|
291
295
|
functionParameter: {
|
|
292
|
-
|
|
296
|
+
initialValue: {
|
|
293
297
|
name: string;
|
|
294
298
|
detail: string;
|
|
295
299
|
};
|
|
296
|
-
|
|
300
|
+
array: {
|
|
301
|
+
name: string;
|
|
302
|
+
detail: string;
|
|
303
|
+
};
|
|
304
|
+
lambda: {
|
|
297
305
|
name: string;
|
|
298
306
|
detail: string;
|
|
299
307
|
};
|
|
@@ -307,11 +315,15 @@ declare const _default: {
|
|
|
307
315
|
url: string;
|
|
308
316
|
}[];
|
|
309
317
|
functionParameter: {
|
|
310
|
-
|
|
318
|
+
initialValue: {
|
|
311
319
|
name: string;
|
|
312
320
|
detail: string;
|
|
313
321
|
};
|
|
314
|
-
|
|
322
|
+
array: {
|
|
323
|
+
name: string;
|
|
324
|
+
detail: string;
|
|
325
|
+
};
|
|
326
|
+
lambda: {
|
|
315
327
|
name: string;
|
|
316
328
|
detail: string;
|
|
317
329
|
};
|
|
@@ -40,11 +40,11 @@ declare const _default: {
|
|
|
40
40
|
url: string;
|
|
41
41
|
}[];
|
|
42
42
|
functionParameter: {
|
|
43
|
-
|
|
43
|
+
array: {
|
|
44
44
|
name: string;
|
|
45
45
|
detail: string;
|
|
46
46
|
};
|
|
47
|
-
|
|
47
|
+
lambda: {
|
|
48
48
|
name: string;
|
|
49
49
|
detail: string;
|
|
50
50
|
};
|
|
@@ -58,11 +58,11 @@ declare const _default: {
|
|
|
58
58
|
url: string;
|
|
59
59
|
}[];
|
|
60
60
|
functionParameter: {
|
|
61
|
-
|
|
61
|
+
array: {
|
|
62
62
|
name: string;
|
|
63
63
|
detail: string;
|
|
64
64
|
};
|
|
65
|
-
|
|
65
|
+
lambda: {
|
|
66
66
|
name: string;
|
|
67
67
|
detail: string;
|
|
68
68
|
};
|
|
@@ -239,11 +239,15 @@ declare const _default: {
|
|
|
239
239
|
url: string;
|
|
240
240
|
}[];
|
|
241
241
|
functionParameter: {
|
|
242
|
-
|
|
242
|
+
array1: {
|
|
243
243
|
name: string;
|
|
244
244
|
detail: string;
|
|
245
245
|
};
|
|
246
|
-
|
|
246
|
+
array2: {
|
|
247
|
+
name: string;
|
|
248
|
+
detail: string;
|
|
249
|
+
};
|
|
250
|
+
lambda: {
|
|
247
251
|
name: string;
|
|
248
252
|
detail: string;
|
|
249
253
|
};
|
|
@@ -289,11 +293,15 @@ declare const _default: {
|
|
|
289
293
|
url: string;
|
|
290
294
|
}[];
|
|
291
295
|
functionParameter: {
|
|
292
|
-
|
|
296
|
+
initialValue: {
|
|
293
297
|
name: string;
|
|
294
298
|
detail: string;
|
|
295
299
|
};
|
|
296
|
-
|
|
300
|
+
array: {
|
|
301
|
+
name: string;
|
|
302
|
+
detail: string;
|
|
303
|
+
};
|
|
304
|
+
lambda: {
|
|
297
305
|
name: string;
|
|
298
306
|
detail: string;
|
|
299
307
|
};
|
|
@@ -307,11 +315,15 @@ declare const _default: {
|
|
|
307
315
|
url: string;
|
|
308
316
|
}[];
|
|
309
317
|
functionParameter: {
|
|
310
|
-
|
|
318
|
+
initialValue: {
|
|
311
319
|
name: string;
|
|
312
320
|
detail: string;
|
|
313
321
|
};
|
|
314
|
-
|
|
322
|
+
array: {
|
|
323
|
+
name: string;
|
|
324
|
+
detail: string;
|
|
325
|
+
};
|
|
326
|
+
lambda: {
|
|
315
327
|
name: string;
|
|
316
328
|
detail: string;
|
|
317
329
|
};
|
|
@@ -40,11 +40,11 @@ declare const _default: {
|
|
|
40
40
|
url: string;
|
|
41
41
|
}[];
|
|
42
42
|
functionParameter: {
|
|
43
|
-
|
|
43
|
+
array: {
|
|
44
44
|
name: string;
|
|
45
45
|
detail: string;
|
|
46
46
|
};
|
|
47
|
-
|
|
47
|
+
lambda: {
|
|
48
48
|
name: string;
|
|
49
49
|
detail: string;
|
|
50
50
|
};
|
|
@@ -58,11 +58,11 @@ declare const _default: {
|
|
|
58
58
|
url: string;
|
|
59
59
|
}[];
|
|
60
60
|
functionParameter: {
|
|
61
|
-
|
|
61
|
+
array: {
|
|
62
62
|
name: string;
|
|
63
63
|
detail: string;
|
|
64
64
|
};
|
|
65
|
-
|
|
65
|
+
lambda: {
|
|
66
66
|
name: string;
|
|
67
67
|
detail: string;
|
|
68
68
|
};
|
|
@@ -239,11 +239,15 @@ declare const _default: {
|
|
|
239
239
|
url: string;
|
|
240
240
|
}[];
|
|
241
241
|
functionParameter: {
|
|
242
|
-
|
|
242
|
+
array1: {
|
|
243
243
|
name: string;
|
|
244
244
|
detail: string;
|
|
245
245
|
};
|
|
246
|
-
|
|
246
|
+
array2: {
|
|
247
|
+
name: string;
|
|
248
|
+
detail: string;
|
|
249
|
+
};
|
|
250
|
+
lambda: {
|
|
247
251
|
name: string;
|
|
248
252
|
detail: string;
|
|
249
253
|
};
|
|
@@ -289,11 +293,15 @@ declare const _default: {
|
|
|
289
293
|
url: string;
|
|
290
294
|
}[];
|
|
291
295
|
functionParameter: {
|
|
292
|
-
|
|
296
|
+
initialValue: {
|
|
293
297
|
name: string;
|
|
294
298
|
detail: string;
|
|
295
299
|
};
|
|
296
|
-
|
|
300
|
+
array: {
|
|
301
|
+
name: string;
|
|
302
|
+
detail: string;
|
|
303
|
+
};
|
|
304
|
+
lambda: {
|
|
297
305
|
name: string;
|
|
298
306
|
detail: string;
|
|
299
307
|
};
|
|
@@ -307,11 +315,15 @@ declare const _default: {
|
|
|
307
315
|
url: string;
|
|
308
316
|
}[];
|
|
309
317
|
functionParameter: {
|
|
310
|
-
|
|
318
|
+
initialValue: {
|
|
311
319
|
name: string;
|
|
312
320
|
detail: string;
|
|
313
321
|
};
|
|
314
|
-
|
|
322
|
+
array: {
|
|
323
|
+
name: string;
|
|
324
|
+
detail: string;
|
|
325
|
+
};
|
|
326
|
+
lambda: {
|
|
315
327
|
name: string;
|
|
316
328
|
detail: string;
|
|
317
329
|
};
|
|
@@ -40,11 +40,11 @@ declare const _default: {
|
|
|
40
40
|
url: string;
|
|
41
41
|
}[];
|
|
42
42
|
functionParameter: {
|
|
43
|
-
|
|
43
|
+
array: {
|
|
44
44
|
name: string;
|
|
45
45
|
detail: string;
|
|
46
46
|
};
|
|
47
|
-
|
|
47
|
+
lambda: {
|
|
48
48
|
name: string;
|
|
49
49
|
detail: string;
|
|
50
50
|
};
|
|
@@ -58,11 +58,11 @@ declare const _default: {
|
|
|
58
58
|
url: string;
|
|
59
59
|
}[];
|
|
60
60
|
functionParameter: {
|
|
61
|
-
|
|
61
|
+
array: {
|
|
62
62
|
name: string;
|
|
63
63
|
detail: string;
|
|
64
64
|
};
|
|
65
|
-
|
|
65
|
+
lambda: {
|
|
66
66
|
name: string;
|
|
67
67
|
detail: string;
|
|
68
68
|
};
|
|
@@ -239,11 +239,15 @@ declare const _default: {
|
|
|
239
239
|
url: string;
|
|
240
240
|
}[];
|
|
241
241
|
functionParameter: {
|
|
242
|
-
|
|
242
|
+
array1: {
|
|
243
243
|
name: string;
|
|
244
244
|
detail: string;
|
|
245
245
|
};
|
|
246
|
-
|
|
246
|
+
array2: {
|
|
247
|
+
name: string;
|
|
248
|
+
detail: string;
|
|
249
|
+
};
|
|
250
|
+
lambda: {
|
|
247
251
|
name: string;
|
|
248
252
|
detail: string;
|
|
249
253
|
};
|
|
@@ -289,11 +293,15 @@ declare const _default: {
|
|
|
289
293
|
url: string;
|
|
290
294
|
}[];
|
|
291
295
|
functionParameter: {
|
|
292
|
-
|
|
296
|
+
initialValue: {
|
|
293
297
|
name: string;
|
|
294
298
|
detail: string;
|
|
295
299
|
};
|
|
296
|
-
|
|
300
|
+
array: {
|
|
301
|
+
name: string;
|
|
302
|
+
detail: string;
|
|
303
|
+
};
|
|
304
|
+
lambda: {
|
|
297
305
|
name: string;
|
|
298
306
|
detail: string;
|
|
299
307
|
};
|
|
@@ -307,11 +315,15 @@ declare const _default: {
|
|
|
307
315
|
url: string;
|
|
308
316
|
}[];
|
|
309
317
|
functionParameter: {
|
|
310
|
-
|
|
318
|
+
initialValue: {
|
|
311
319
|
name: string;
|
|
312
320
|
detail: string;
|
|
313
321
|
};
|
|
314
|
-
|
|
322
|
+
array: {
|
|
323
|
+
name: string;
|
|
324
|
+
detail: string;
|
|
325
|
+
};
|
|
326
|
+
lambda: {
|
|
315
327
|
name: string;
|
|
316
328
|
detail: string;
|
|
317
329
|
};
|
|
@@ -40,11 +40,11 @@ declare const _default: {
|
|
|
40
40
|
url: string;
|
|
41
41
|
}[];
|
|
42
42
|
functionParameter: {
|
|
43
|
-
|
|
43
|
+
array: {
|
|
44
44
|
name: string;
|
|
45
45
|
detail: string;
|
|
46
46
|
};
|
|
47
|
-
|
|
47
|
+
lambda: {
|
|
48
48
|
name: string;
|
|
49
49
|
detail: string;
|
|
50
50
|
};
|
|
@@ -58,11 +58,11 @@ declare const _default: {
|
|
|
58
58
|
url: string;
|
|
59
59
|
}[];
|
|
60
60
|
functionParameter: {
|
|
61
|
-
|
|
61
|
+
array: {
|
|
62
62
|
name: string;
|
|
63
63
|
detail: string;
|
|
64
64
|
};
|
|
65
|
-
|
|
65
|
+
lambda: {
|
|
66
66
|
name: string;
|
|
67
67
|
detail: string;
|
|
68
68
|
};
|
|
@@ -239,11 +239,15 @@ declare const _default: {
|
|
|
239
239
|
url: string;
|
|
240
240
|
}[];
|
|
241
241
|
functionParameter: {
|
|
242
|
-
|
|
242
|
+
array1: {
|
|
243
243
|
name: string;
|
|
244
244
|
detail: string;
|
|
245
245
|
};
|
|
246
|
-
|
|
246
|
+
array2: {
|
|
247
|
+
name: string;
|
|
248
|
+
detail: string;
|
|
249
|
+
};
|
|
250
|
+
lambda: {
|
|
247
251
|
name: string;
|
|
248
252
|
detail: string;
|
|
249
253
|
};
|
|
@@ -289,11 +293,15 @@ declare const _default: {
|
|
|
289
293
|
url: string;
|
|
290
294
|
}[];
|
|
291
295
|
functionParameter: {
|
|
292
|
-
|
|
296
|
+
initialValue: {
|
|
293
297
|
name: string;
|
|
294
298
|
detail: string;
|
|
295
299
|
};
|
|
296
|
-
|
|
300
|
+
array: {
|
|
301
|
+
name: string;
|
|
302
|
+
detail: string;
|
|
303
|
+
};
|
|
304
|
+
lambda: {
|
|
297
305
|
name: string;
|
|
298
306
|
detail: string;
|
|
299
307
|
};
|
|
@@ -307,11 +315,15 @@ declare const _default: {
|
|
|
307
315
|
url: string;
|
|
308
316
|
}[];
|
|
309
317
|
functionParameter: {
|
|
310
|
-
|
|
318
|
+
initialValue: {
|
|
311
319
|
name: string;
|
|
312
320
|
detail: string;
|
|
313
321
|
};
|
|
314
|
-
|
|
322
|
+
array: {
|
|
323
|
+
name: string;
|
|
324
|
+
detail: string;
|
|
325
|
+
};
|
|
326
|
+
lambda: {
|
|
315
327
|
name: string;
|
|
316
328
|
detail: string;
|
|
317
329
|
};
|