@univerjs/sheets-formula 0.1.0-beta.4 → 0.1.0-beta.5

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/index.css CHANGED
@@ -1 +1 @@
1
- .univer-formula-error-function{position:absolute}.univer-formula-help-function{user-select:none;box-sizing:border-box;width:250px;margin:0;line-height:20px;list-style:none;background-color:rgb(var(--bg-color-secondary));border:1px solid rgb(var(--border-color));border-radius:var(--border-radius-lg);outline:none;box-shadow:var(--box-shadow-base)}.univer-formula-help-function-title{display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;padding:var(--padding-base) var(--padding-lg);font-size:var(--font-size-xs);font-weight:500;color:rgb(var(--text-color));overflow-wrap:anywhere;border-bottom:1px solid rgb(var(--border-color))}.univer-formula-help-function-title-icons{display:flex}.univer-formula-help-function-title-icon{cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px;margin-left:var(--margin-xs);padding:0;font-size:var(--font-size-lg);color:rgb(var(--text-color-secondary));background-color:transparent;border:none;border-radius:var(--border-radius-base);outline:none;transition:background-color .2s}.univer-formula-help-function-title-icon:hover{background-color:rgb(var(--bg-color-hover))}.univer-formula-help-function-content{overflow-y:auto;box-sizing:border-box;max-height:350px;padding:0 var(--padding-lg) var(--padding-base) var(--padding-lg)}.univer-formula-help-function-content-inner{margin-top:var(--margin-sm)}.univer-formula-help-function-content-params{margin:var(--margin-xs) 0}.univer-formula-help-function-content-params-title{margin-bottom:var(--margin-xs);font-size:var(--font-size-xs);font-weight:500;color:rgb(var(--text-color))}.univer-formula-help-function-content-params-detail{font-size:var(--font-size-xxs);font-weight:400;color:rgb(var(--text-color-secondary))}.univer-formula-help-function-active{color:rgb(var(--primary-color))}.univer-formula-help-decorator{cursor:pointer;position:fixed;z-index:10;display:flex;align-items:center;justify-content:center;padding:var(--padding-xs)}.univer-formula-search-function{overflow-y:auto;box-sizing:border-box;width:250px;max-height:400px;margin:0;padding:var(--padding-sm);line-height:20px;list-style:none;background-color:rgb(var(--bg-color-secondary));border:1px solid rgb(var(--border-color));border-radius:var(--border-radius-lg);outline:none;box-shadow:var(--box-shadow-base)}.univer-formula-search-function-item{cursor:pointer;box-sizing:border-box;padding:var(--padding-xs) var(--padding-sm);color:rgb(var(--text-color));border-radius:var(--border-radius-base);transition:background .2s}.univer-formula-search-function-item-name{font-size:var(--font-size-xs)}.univer-formula-search-function-item-name-light{color:rgb(var(--error-color))}.univer-formula-search-function-item-desc{display:block;font-size:var(--font-size-xxs);color:rgb(var(--grey-500))}.univer-formula-search-function-item-active{background-color:rgb(var(--bg-color-hover))}.univer-formula-more-functions{display:flex;flex-direction:column;justify-content:space-between;height:100%;line-height:20px}.univer-formula-more-functions-operation{display:flex;justify-content:flex-end}.univer-formula-more-functions-operation>button{margin:0 0 var(--margin-lg) var(--margin-base)}.univer-formula-function-params{margin-bottom:var(--margin-xs);font-size:var(--font-size-xxs)}.univer-formula-function-params-title{font-weight:500;color:rgb(var(--text-color-secondary))}.univer-formula-function-params-detail{font-weight:400;color:rgb(var(--text-color))}.univer-formula-input-params-list{overflow-y:auto;height:364px}.univer-formula-input-params-list-item-name{font-size:var(--font-size-sm)}.univer-formula-input-params-list-item-selector{margin:var(--margin-xxs) 0 var(--margin-xs) 0}.univer-formula-select-function-select{display:flex;gap:10%;align-items:center;justify-content:space-between}.univer-formula-select-function-result{user-select:none;overflow-y:auto;box-sizing:border-box;width:100%;height:364px;margin:0;margin-top:var(--margin-xs);padding:var(--padding-base);list-style:none;border:1px solid rgb(var(--border-color));border-radius:var(--border-radius-base);outline:none}.univer-formula-select-function-result-item{cursor:pointer;position:relative;box-sizing:border-box;padding:var(--padding-xs) 28px;font-size:var(--font-size-xs);color:rgb(var(--text-color));border-radius:var(--border-radius-base);transition:background .2s}.univer-formula-select-function-result-item>span{display:block}.univer-formula-select-function-result-item-name-light{color:rgb(var(--error-color))}.univer-formula-select-function-result-item-selected{position:absolute;top:50%;left:6px;transform:translateY(-50%);display:inline-flex;font-size:var(--font-size-lg);color:rgb(var(--success-color))}.univer-formula-select-function-result-item-active{background-color:rgb(var(--bg-color-hover))}.univer-formula-select-function-content{overflow-y:auto;max-height:307px;margin:var(--margin-xs) 0}
1
+ .univer-formula-error-function{position:absolute}.univer-formula-help-function{user-select:none;box-sizing:border-box;width:250px;margin:0;line-height:20px;list-style:none;background-color:rgb(var(--bg-color-secondary));border:1px solid rgb(var(--border-color));border-radius:var(--border-radius-lg);outline:none;box-shadow:var(--box-shadow-base)}.univer-formula-help-function-title{display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;padding:var(--padding-base) var(--padding-lg);font-size:var(--font-size-xs);font-weight:500;color:rgb(var(--text-color));overflow-wrap:anywhere;border-bottom:1px solid rgb(var(--border-color))}.univer-formula-help-function-title-icons{display:flex}.univer-formula-help-function-title-icon{cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px;margin-left:var(--margin-xs);padding:0;font-size:var(--font-size-lg);color:rgb(var(--text-color-secondary));background-color:transparent;border:none;border-radius:var(--border-radius-base);outline:none;transition:background-color .2s}.univer-formula-help-function-title-icon:hover{background-color:rgb(var(--bg-color-hover))}.univer-formula-help-function-content{overflow-y:auto;box-sizing:border-box;max-height:350px;padding:0 var(--padding-lg) var(--padding-base) var(--padding-lg)}.univer-formula-help-function-content-inner{margin-top:var(--margin-sm)}.univer-formula-help-function-content-params{margin:var(--margin-xs) 0}.univer-formula-help-function-content-params-title{margin-bottom:var(--margin-xs);font-size:var(--font-size-xs);font-weight:500;color:rgb(var(--text-color))}.univer-formula-help-function-content-params-detail{font-size:var(--font-size-xxs);font-weight:400;white-space:pre-wrap;color:rgb(var(--text-color-secondary))}.univer-formula-help-function-active{color:rgb(var(--primary-color))}.univer-formula-help-decorator{cursor:pointer;position:fixed;z-index:10;display:flex;align-items:center;justify-content:center;padding:var(--padding-xs)}.univer-formula-search-function{overflow-y:auto;box-sizing:border-box;width:250px;max-height:400px;margin:0;padding:var(--padding-sm);line-height:20px;list-style:none;background-color:rgb(var(--bg-color-secondary));border:1px solid rgb(var(--border-color));border-radius:var(--border-radius-lg);outline:none;box-shadow:var(--box-shadow-base)}.univer-formula-search-function-item{cursor:pointer;box-sizing:border-box;padding:var(--padding-xs) var(--padding-sm);color:rgb(var(--text-color));border-radius:var(--border-radius-base);transition:background .2s}.univer-formula-search-function-item-name{font-size:var(--font-size-xs)}.univer-formula-search-function-item-name-light{color:rgb(var(--error-color))}.univer-formula-search-function-item-desc{display:block;font-size:var(--font-size-xxs);color:rgb(var(--grey-500))}.univer-formula-search-function-item-active{background-color:rgb(var(--bg-color-hover))}.univer-formula-more-functions{display:flex;flex-direction:column;justify-content:space-between;height:100%;line-height:20px}.univer-formula-more-functions-operation{display:flex;justify-content:flex-end}.univer-formula-more-functions-operation>button{margin:0 0 var(--margin-lg) var(--margin-base)}.univer-formula-function-params{margin-bottom:var(--margin-xs);font-size:var(--font-size-xxs)}.univer-formula-function-params-title{font-weight:500;color:rgb(var(--text-color-secondary))}.univer-formula-function-params-detail{font-weight:400;color:rgb(var(--text-color))}.univer-formula-input-params-list{overflow-y:auto;height:364px}.univer-formula-input-params-list-item-name{font-size:var(--font-size-sm)}.univer-formula-input-params-list-item-selector{margin:var(--margin-xxs) 0 var(--margin-xs) 0}.univer-formula-select-function-select{display:flex;gap:10%;align-items:center;justify-content:space-between}.univer-formula-select-function-result{user-select:none;overflow-y:auto;box-sizing:border-box;width:100%;height:364px;margin:0;margin-top:var(--margin-xs);padding:var(--padding-base);list-style:none;border:1px solid rgb(var(--border-color));border-radius:var(--border-radius-base);outline:none}.univer-formula-select-function-result-item{cursor:pointer;position:relative;box-sizing:border-box;padding:var(--padding-xs) 28px;font-size:var(--font-size-xs);color:rgb(var(--text-color));border-radius:var(--border-radius-base);transition:background .2s}.univer-formula-select-function-result-item>span{display:block}.univer-formula-select-function-result-item-name-light{color:rgb(var(--error-color))}.univer-formula-select-function-result-item-selected{position:absolute;top:50%;left:6px;transform:translateY(-50%);display:inline-flex;font-size:var(--font-size-lg);color:rgb(var(--success-color))}.univer-formula-select-function-result-item-active{background-color:rgb(var(--bg-color-hover))}.univer-formula-select-function-content{overflow-y:auto;max-height:307px;margin:var(--margin-xs) 0}
@@ -21,7 +21,7 @@ export interface IInsertFunctionOperationParams {
21
21
  value: string;
22
22
  }
23
23
  export declare const InsertFunctionOperation: ICommand;
24
- export declare function isNumberCell(cell: Nullable<ICellData>): boolean | void | null | undefined;
24
+ export declare function isNumberCell(cell: Nullable<ICellData>): boolean | void | null;
25
25
  /**
26
26
  * Check if a single cell
27
27
  * @param range
@@ -13,14 +13,15 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- import { Disposable, ICommandService } from '@univerjs/core';
16
+ import { Disposable, ICommandService, ThemeService } from '@univerjs/core';
17
17
  import { FormulaDataModel } from '@univerjs/engine-formula';
18
18
  import { SheetInterceptorService } from '@univerjs/sheets';
19
19
  export declare class ArrayFormulaDisplayController extends Disposable {
20
20
  private readonly _commandService;
21
21
  private _sheetInterceptorService;
22
22
  private readonly _formulaDataModel;
23
- constructor(_commandService: ICommandService, _sheetInterceptorService: SheetInterceptorService, _formulaDataModel: FormulaDataModel);
23
+ private readonly _themeService;
24
+ constructor(_commandService: ICommandService, _sheetInterceptorService: SheetInterceptorService, _formulaDataModel: FormulaDataModel, _themeService: ThemeService);
24
25
  private _initialize;
25
26
  private _commandExecutedListener;
26
27
  private _initInterceptorCellContent;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Copyright 2023-present DreamNum Inc.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import { Disposable, ICommandService, ThemeService } from '@univerjs/core';
17
+ import { FormulaDataModel } from '@univerjs/engine-formula';
18
+ import { SheetInterceptorService } from '@univerjs/sheets';
19
+ export declare class NumfmtFormulaDisplayController extends Disposable {
20
+ private readonly _commandService;
21
+ private _sheetInterceptorService;
22
+ private readonly _formulaDataModel;
23
+ private readonly _themeService;
24
+ constructor(_commandService: ICommandService, _sheetInterceptorService: SheetInterceptorService, _formulaDataModel: FormulaDataModel, _themeService: ThemeService);
25
+ private _initialize;
26
+ private _commandExecutedListener;
27
+ private _initInterceptorCellContent;
28
+ }
@@ -14,15 +14,19 @@
14
14
  * limitations under the License.
15
15
  */
16
16
  import { Disposable, ICommandService } from '@univerjs/core';
17
+ import { FormulaDataModel } from '@univerjs/engine-formula';
18
+ import { INumfmtService } from '@univerjs/sheets';
17
19
  import { IActiveDirtyManagerService } from '../services/active-dirty-manager.service';
18
20
  export declare class TriggerCalculationController extends Disposable {
19
21
  private readonly _commandService;
20
22
  private readonly _activeDirtyManagerService;
23
+ private readonly _numfmtService;
24
+ private readonly _formulaDataModel;
21
25
  private _waitingCommandQueue;
22
26
  private _executingCommandQueue;
23
27
  private _setTimeoutKey;
24
28
  private _startExecutionTime;
25
- constructor(_commandService: ICommandService, _activeDirtyManagerService: IActiveDirtyManagerService);
29
+ constructor(_commandService: ICommandService, _activeDirtyManagerService: IActiveDirtyManagerService, _numfmtService: INumfmtService, _formulaDataModel: FormulaDataModel);
26
30
  private _initialize;
27
31
  private _commandExecutedListener;
28
32
  private _generateDirty;
@@ -72,6 +72,5 @@ export declare class UpdateFormulaController extends Disposable {
72
72
  * @returns
73
73
  */
74
74
  private _getMoveNewRange;
75
- private _getInsertNewRange;
76
75
  private _getCurrentSheetInfo;
77
76
  }
@@ -4021,11 +4021,15 @@ declare const _default: {
4021
4021
  url: string;
4022
4022
  }[];
4023
4023
  functionParameter: {
4024
- number1: {
4024
+ lookupValue: {
4025
4025
  name: string;
4026
4026
  detail: string;
4027
4027
  };
4028
- number2: {
4028
+ lookupArray: {
4029
+ name: string;
4030
+ detail: string;
4031
+ };
4032
+ matchType: {
4029
4033
  name: string;
4030
4034
  detail: string;
4031
4035
  };
@@ -4363,11 +4367,19 @@ declare const _default: {
4363
4367
  url: string;
4364
4368
  }[];
4365
4369
  functionParameter: {
4366
- number1: {
4370
+ lookupValue: {
4367
4371
  name: string;
4368
4372
  detail: string;
4369
4373
  };
4370
- number2: {
4374
+ lookupArray: {
4375
+ name: string;
4376
+ detail: string;
4377
+ };
4378
+ matchMode: {
4379
+ name: string;
4380
+ detail: string;
4381
+ };
4382
+ searchMode: {
4371
4383
  name: string;
4372
4384
  detail: string;
4373
4385
  };
@@ -7837,11 +7849,15 @@ declare const _default: {
7837
7849
  url: string;
7838
7850
  }[];
7839
7851
  functionParameter: {
7840
- number1: {
7852
+ year: {
7841
7853
  name: string;
7842
7854
  detail: string;
7843
7855
  };
7844
- number2: {
7856
+ month: {
7857
+ name: string;
7858
+ detail: string;
7859
+ };
7860
+ day: {
7845
7861
  name: string;
7846
7862
  detail: string;
7847
7863
  };
@@ -7891,11 +7907,7 @@ declare const _default: {
7891
7907
  url: string;
7892
7908
  }[];
7893
7909
  functionParameter: {
7894
- number1: {
7895
- name: string;
7896
- detail: string;
7897
- };
7898
- number2: {
7910
+ serialNumber: {
7899
7911
  name: string;
7900
7912
  detail: string;
7901
7913
  };
@@ -7945,11 +7957,11 @@ declare const _default: {
7945
7957
  url: string;
7946
7958
  }[];
7947
7959
  functionParameter: {
7948
- number1: {
7960
+ startDate: {
7949
7961
  name: string;
7950
7962
  detail: string;
7951
7963
  };
7952
- number2: {
7964
+ months: {
7953
7965
  name: string;
7954
7966
  detail: string;
7955
7967
  };
@@ -8035,11 +8047,7 @@ declare const _default: {
8035
8047
  url: string;
8036
8048
  }[];
8037
8049
  functionParameter: {
8038
- number1: {
8039
- name: string;
8040
- detail: string;
8041
- };
8042
- number2: {
8050
+ serialNumber: {
8043
8051
  name: string;
8044
8052
  detail: string;
8045
8053
  };
@@ -8160,16 +8168,7 @@ declare const _default: {
8160
8168
  title: string;
8161
8169
  url: string;
8162
8170
  }[];
8163
- functionParameter: {
8164
- number1: {
8165
- name: string;
8166
- detail: string;
8167
- };
8168
- number2: {
8169
- name: string;
8170
- detail: string;
8171
- };
8172
- };
8171
+ functionParameter: {};
8173
8172
  };
8174
8173
  WEEKDAY: {
8175
8174
  description: string;
@@ -8251,11 +8250,7 @@ declare const _default: {
8251
8250
  url: string;
8252
8251
  }[];
8253
8252
  functionParameter: {
8254
- number1: {
8255
- name: string;
8256
- detail: string;
8257
- };
8258
- number2: {
8253
+ serialNumber: {
8259
8254
  name: string;
8260
8255
  detail: string;
8261
8256
  };
@@ -22,11 +22,15 @@ declare const _default: {
22
22
  url: string;
23
23
  }[];
24
24
  functionParameter: {
25
- number1: {
25
+ year: {
26
26
  name: string;
27
27
  detail: string;
28
28
  };
29
- number2: {
29
+ month: {
30
+ name: string;
31
+ detail: string;
32
+ };
33
+ day: {
30
34
  name: string;
31
35
  detail: string;
32
36
  };
@@ -76,11 +80,7 @@ declare const _default: {
76
80
  url: string;
77
81
  }[];
78
82
  functionParameter: {
79
- number1: {
80
- name: string;
81
- detail: string;
82
- };
83
- number2: {
83
+ serialNumber: {
84
84
  name: string;
85
85
  detail: string;
86
86
  };
@@ -130,11 +130,11 @@ declare const _default: {
130
130
  url: string;
131
131
  }[];
132
132
  functionParameter: {
133
- number1: {
133
+ startDate: {
134
134
  name: string;
135
135
  detail: string;
136
136
  };
137
- number2: {
137
+ months: {
138
138
  name: string;
139
139
  detail: string;
140
140
  };
@@ -220,11 +220,7 @@ declare const _default: {
220
220
  url: string;
221
221
  }[];
222
222
  functionParameter: {
223
- number1: {
224
- name: string;
225
- detail: string;
226
- };
227
- number2: {
223
+ serialNumber: {
228
224
  name: string;
229
225
  detail: string;
230
226
  };
@@ -345,16 +341,7 @@ declare const _default: {
345
341
  title: string;
346
342
  url: string;
347
343
  }[];
348
- functionParameter: {
349
- number1: {
350
- name: string;
351
- detail: string;
352
- };
353
- number2: {
354
- name: string;
355
- detail: string;
356
- };
357
- };
344
+ functionParameter: {};
358
345
  };
359
346
  WEEKDAY: {
360
347
  description: string;
@@ -436,11 +423,7 @@ declare const _default: {
436
423
  url: string;
437
424
  }[];
438
425
  functionParameter: {
439
- number1: {
440
- name: string;
441
- detail: string;
442
- };
443
- number2: {
426
+ serialNumber: {
444
427
  name: string;
445
428
  detail: string;
446
429
  };
@@ -22,11 +22,15 @@ declare const _default: {
22
22
  url: string;
23
23
  }[];
24
24
  functionParameter: {
25
- number1: {
25
+ year: {
26
26
  name: string;
27
27
  detail: string;
28
28
  };
29
- number2: {
29
+ month: {
30
+ name: string;
31
+ detail: string;
32
+ };
33
+ day: {
30
34
  name: string;
31
35
  detail: string;
32
36
  };
@@ -76,11 +80,7 @@ declare const _default: {
76
80
  url: string;
77
81
  }[];
78
82
  functionParameter: {
79
- number1: {
80
- name: string;
81
- detail: string;
82
- };
83
- number2: {
83
+ serialNumber: {
84
84
  name: string;
85
85
  detail: string;
86
86
  };
@@ -130,11 +130,11 @@ declare const _default: {
130
130
  url: string;
131
131
  }[];
132
132
  functionParameter: {
133
- number1: {
133
+ startDate: {
134
134
  name: string;
135
135
  detail: string;
136
136
  };
137
- number2: {
137
+ months: {
138
138
  name: string;
139
139
  detail: string;
140
140
  };
@@ -220,11 +220,7 @@ declare const _default: {
220
220
  url: string;
221
221
  }[];
222
222
  functionParameter: {
223
- number1: {
224
- name: string;
225
- detail: string;
226
- };
227
- number2: {
223
+ serialNumber: {
228
224
  name: string;
229
225
  detail: string;
230
226
  };
@@ -345,16 +341,7 @@ declare const _default: {
345
341
  title: string;
346
342
  url: string;
347
343
  }[];
348
- functionParameter: {
349
- number1: {
350
- name: string;
351
- detail: string;
352
- };
353
- number2: {
354
- name: string;
355
- detail: string;
356
- };
357
- };
344
+ functionParameter: {};
358
345
  };
359
346
  WEEKDAY: {
360
347
  description: string;
@@ -436,11 +423,7 @@ declare const _default: {
436
423
  url: string;
437
424
  }[];
438
425
  functionParameter: {
439
- number1: {
440
- name: string;
441
- detail: string;
442
- };
443
- number2: {
426
+ serialNumber: {
444
427
  name: string;
445
428
  detail: string;
446
429
  };
@@ -22,11 +22,15 @@ declare const _default: {
22
22
  url: string;
23
23
  }[];
24
24
  functionParameter: {
25
- number1: {
25
+ year: {
26
26
  name: string;
27
27
  detail: string;
28
28
  };
29
- number2: {
29
+ month: {
30
+ name: string;
31
+ detail: string;
32
+ };
33
+ day: {
30
34
  name: string;
31
35
  detail: string;
32
36
  };
@@ -76,11 +80,7 @@ declare const _default: {
76
80
  url: string;
77
81
  }[];
78
82
  functionParameter: {
79
- number1: {
80
- name: string;
81
- detail: string;
82
- };
83
- number2: {
83
+ serialNumber: {
84
84
  name: string;
85
85
  detail: string;
86
86
  };
@@ -130,11 +130,11 @@ declare const _default: {
130
130
  url: string;
131
131
  }[];
132
132
  functionParameter: {
133
- number1: {
133
+ startDate: {
134
134
  name: string;
135
135
  detail: string;
136
136
  };
137
- number2: {
137
+ months: {
138
138
  name: string;
139
139
  detail: string;
140
140
  };
@@ -220,11 +220,7 @@ declare const _default: {
220
220
  url: string;
221
221
  }[];
222
222
  functionParameter: {
223
- number1: {
224
- name: string;
225
- detail: string;
226
- };
227
- number2: {
223
+ serialNumber: {
228
224
  name: string;
229
225
  detail: string;
230
226
  };
@@ -345,16 +341,7 @@ declare const _default: {
345
341
  title: string;
346
342
  url: string;
347
343
  }[];
348
- functionParameter: {
349
- number1: {
350
- name: string;
351
- detail: string;
352
- };
353
- number2: {
354
- name: string;
355
- detail: string;
356
- };
357
- };
344
+ functionParameter: {};
358
345
  };
359
346
  WEEKDAY: {
360
347
  description: string;
@@ -436,11 +423,7 @@ declare const _default: {
436
423
  url: string;
437
424
  }[];
438
425
  functionParameter: {
439
- number1: {
440
- name: string;
441
- detail: string;
442
- };
443
- number2: {
426
+ serialNumber: {
444
427
  name: string;
445
428
  detail: string;
446
429
  };
@@ -388,11 +388,15 @@ declare const _default: {
388
388
  url: string;
389
389
  }[];
390
390
  functionParameter: {
391
- number1: {
391
+ lookupValue: {
392
392
  name: string;
393
393
  detail: string;
394
394
  };
395
- number2: {
395
+ lookupArray: {
396
+ name: string;
397
+ detail: string;
398
+ };
399
+ matchType: {
396
400
  name: string;
397
401
  detail: string;
398
402
  };
@@ -730,11 +734,19 @@ declare const _default: {
730
734
  url: string;
731
735
  }[];
732
736
  functionParameter: {
733
- number1: {
737
+ lookupValue: {
734
738
  name: string;
735
739
  detail: string;
736
740
  };
737
- number2: {
741
+ lookupArray: {
742
+ name: string;
743
+ detail: string;
744
+ };
745
+ matchMode: {
746
+ name: string;
747
+ detail: string;
748
+ };
749
+ searchMode: {
738
750
  name: string;
739
751
  detail: string;
740
752
  };
@@ -388,11 +388,15 @@ declare const _default: {
388
388
  url: string;
389
389
  }[];
390
390
  functionParameter: {
391
- number1: {
391
+ lookupValue: {
392
392
  name: string;
393
393
  detail: string;
394
394
  };
395
- number2: {
395
+ lookupArray: {
396
+ name: string;
397
+ detail: string;
398
+ };
399
+ matchType: {
396
400
  name: string;
397
401
  detail: string;
398
402
  };
@@ -730,11 +734,19 @@ declare const _default: {
730
734
  url: string;
731
735
  }[];
732
736
  functionParameter: {
733
- number1: {
737
+ lookupValue: {
734
738
  name: string;
735
739
  detail: string;
736
740
  };
737
- number2: {
741
+ lookupArray: {
742
+ name: string;
743
+ detail: string;
744
+ };
745
+ matchMode: {
746
+ name: string;
747
+ detail: string;
748
+ };
749
+ searchMode: {
738
750
  name: string;
739
751
  detail: string;
740
752
  };
@@ -388,11 +388,15 @@ declare const _default: {
388
388
  url: string;
389
389
  }[];
390
390
  functionParameter: {
391
- number1: {
391
+ lookupValue: {
392
392
  name: string;
393
393
  detail: string;
394
394
  };
395
- number2: {
395
+ lookupArray: {
396
+ name: string;
397
+ detail: string;
398
+ };
399
+ matchType: {
396
400
  name: string;
397
401
  detail: string;
398
402
  };
@@ -730,11 +734,19 @@ declare const _default: {
730
734
  url: string;
731
735
  }[];
732
736
  functionParameter: {
733
- number1: {
737
+ lookupValue: {
734
738
  name: string;
735
739
  detail: string;
736
740
  };
737
- number2: {
741
+ lookupArray: {
742
+ name: string;
743
+ detail: string;
744
+ };
745
+ matchMode: {
746
+ name: string;
747
+ detail: string;
748
+ };
749
+ searchMode: {
738
750
  name: string;
739
751
  detail: string;
740
752
  };